diff --git a/.silktouch/2b50d7d447412fec.stout b/.silktouch/2b50d7d447412fec.stout new file mode 100644 index 0000000000..699b6e16b3 Binary files /dev/null and b/.silktouch/2b50d7d447412fec.stout differ diff --git a/.silktouch/72b687a9cceac28c.stout b/.silktouch/72b687a9cceac28c.stout new file mode 100644 index 0000000000..8255ffe0c6 Binary files /dev/null and b/.silktouch/72b687a9cceac28c.stout differ diff --git a/.silktouch/82fde6eb3b68e085.stout b/.silktouch/82fde6eb3b68e085.stout index 3a6d84ec73..6c9080caa1 100644 Binary files a/.silktouch/82fde6eb3b68e085.stout and b/.silktouch/82fde6eb3b68e085.stout differ diff --git a/.silktouch/91c9aa14a031651f.stout b/.silktouch/91c9aa14a031651f.stout index 09581e3291..7948b40ed8 100644 Binary files a/.silktouch/91c9aa14a031651f.stout and b/.silktouch/91c9aa14a031651f.stout differ diff --git a/.silktouch/c8c046b328b09d23.stout b/.silktouch/c8c046b328b09d23.stout index b8a027b827..4ee7df3c2a 100644 Binary files a/.silktouch/c8c046b328b09d23.stout and b/.silktouch/c8c046b328b09d23.stout differ diff --git a/eng/silktouch/sdl/SDL3/generate.rsp b/eng/silktouch/sdl/SDL3/generate.rsp index 280ff68328..90701b84b3 100644 --- a/eng/silktouch/sdl/SDL3/generate.rsp +++ b/eng/silktouch/sdl/SDL3/generate.rsp @@ -2,6 +2,7 @@ @../remap.rsp --exclude SDL_SetX11EventHook +SDL_SetWindowsMessageHook SDL_FUNCTION SDL_SIZE_MAX SDL_memcpy @@ -12,6 +13,9 @@ SDL_EndThreadFunction SDL_fabsf SDL_size_add_check_overflow_builtin SDL_size_mul_check_overflow_builtin +SDL_FILE +SDL_LINE +SDL_NULL_WHILE_LOOP_CONDITION --file sdl-SDL.h --methodClassName diff --git a/eng/submodules/openal-soft b/eng/submodules/openal-soft index 9c50193236..6e0d0b39b3 160000 --- a/eng/submodules/openal-soft +++ b/eng/submodules/openal-soft @@ -1 +1 @@ -Subproject commit 9c50193236ad4d8c68f390a3151f8253709baabd +Subproject commit 6e0d0b39b3d9e5b027f01bdd2fbf18ca8ce5a2db diff --git a/generator.json b/generator.json index 914ed1551a..95028b364b 100644 --- a/generator.json +++ b/generator.json @@ -40,12 +40,15 @@ "Mods": [ "AddIncludes", "ClangScraper", + "MarkNativeNames", "ExtractNestedTyping", "TransformHandles", "TransformFunctions", "TransformProperties", "PrettifyNames", - "AddVTables" + "TransformEnums", + "AddVTables", + "StripAttributes" ], "ClangScraper": { "ClangSharpResponseFiles": [ @@ -54,14 +57,31 @@ "InputSourceRoot": "sources/SDL", "InputTestRoot": "tests/SDL" }, + "ExtractNestedTyping": { + "DelegateSuffixOrder": 1 + }, "TransformHandles": { "AssumeMissingTypesOpaque": true, - "UseDSL": true + "UseDSL": true, + "HandleSuffixOrder": 1 }, "TransformFunctions": { "BoolTypes": { "SDL_bool": null } + }, + "PrettifyNames": { + "GlobalPrefixHints": ["SDL"] + }, + "TransformEnums": { + "AddNoneMemberToFlags": true, + }, + "StripAttributes": { + "Remove": [ + "NativeName", + "NameAffix", + "SupportedApiProfile" + ] } }, "OpenGL": { @@ -71,13 +91,16 @@ "Mods": [ "AddIncludes", "ClangScraper", + "MarkNativeNames", "AddApiProfiles", "BakeSourceSets", "MixKhronosData", "AddOpaqueStructs", "TransformFunctions", "PrettifyNames", - "AddVTables" + "TransformEnums", + "AddVTables", + "StripAttributes" ], "ClangScraper": { "ClangSharpResponseFiles": [ @@ -123,14 +146,16 @@ ] }, "MixKhronosData": { - "UseDataTypeTrimmings": true, "SpecPath": "eng/submodules/opengl/xml/gl.xml", + "Namespace": "Silk.NET.OpenGL", "TypeMap": { "TraceMaskMESA": "uint", "PathRenderingTokenNV": "byte", "PathCoordType": "byte" }, - "Namespace": "Silk.NET.OpenGL" + "TrimFunctionDataTypes": true, + "TrimEnumTypeNonExclusiveVendors": true, + "TrimEnumMemberImpliedVendors": true }, "AddVTables": { "VTables": [ @@ -151,13 +176,26 @@ "LongAcronymThreshold": 4, "GlobalPrefixHints": ["gl"], "PrefixOverrides": { - "SyncObjectMask": "GL_SYNC" + "SyncObjectMask": "GL_SYNC", + "OcclusionQueryParameterNameNV": "GL", + "TexStorageAttribs": "GL", + "ContainerType": "GL" } }, + "TransformEnums": { + "AddNoneMemberToFlags": true, + }, "TransformFunctions": { "BoolTypes": { "GLboolean": null } + }, + "StripAttributes": { + "Remove": [ + "NativeName", + "NameAffix", + "SupportedApiProfile" + ] } }, "OpenAL": { @@ -167,6 +205,7 @@ "Mods": [ "AddIncludes", "ClangScraper", + "MarkNativeNames", "ChangeNativeClass", "AddApiProfiles", "MixKhronosData", @@ -175,7 +214,9 @@ "InterceptNativeFunctions", "TransformFunctions", "PrettifyNames", - "AddVTables" + "TransformEnums", + "AddVTables", + "StripAttributes" ], "ClangScraper": { "ClangSharpResponseFiles": [ @@ -191,12 +232,7 @@ } }, "MixKhronosData": { - "UseDataTypeTrimmings": true, "SpecPath": "eng/submodules/openal-soft/registry/xml/al.xml", - "EnumNativeTypeNames": { - "ALenum": "ALEnum", - "ALCenum": "ALCEnum" - }, "Namespace": "Silk.NET.OpenAL", "NonStandardExtensionNomenclature": true, "Vendors": [ @@ -204,9 +240,15 @@ "LOKI", "EXT" ], - "IgnoreNonVendorSuffixes": [ + "ExcludeVendorSuffixIdentification": [ + "ALC_INVALID_CONTEXT" + ], + "NonVendorSuffixes": [ "Direct" - ] + ], + "TrimFunctionDataTypes": true, + "TrimEnumTypeNonExclusiveVendors": true, + "TrimEnumMemberImpliedVendors": true }, "InterceptNativeFunctions": { "NativeFunctionNames": [ @@ -255,6 +297,9 @@ "EAXSetBufferModeDirect": "EAXSetBufferModeDirect" } }, + "TransformEnums": { + "AddNoneMemberToFlags": true, + }, "TransformFunctions": { "BoolTypes": { "ALboolean": null, @@ -264,7 +309,18 @@ }, "TransformHandles": { "AssumeMissingTypesOpaque": true, - "UseDSL": true + "UseDSL": true, + "HandleSuffixOrder": 1 + }, + "ExtractNestedTyping": { + "DelegateSuffixOrder": 1 + }, + "StripAttributes": { + "Remove": [ + "NativeName", + "NameAffix", + "SupportedApiProfile" + ] } }, "Vulkan": { @@ -274,16 +330,18 @@ "Mods": [ "AddIncludes", "ClangScraper", - "AddApiProfiles", - "MixKhronosData", + "MarkNativeNames", "ExtractNestedTyping", "TransformHandles", + "MixKhronosData", + "AddApiProfiles", "InterceptNativeFunctions", "TransformFunctions", "TransformProperties", "PrettifyNames", "TransformEnums", - "AddVTables" + "AddVTables", + "StripAttributes" ], "ClangScraper": { "ClangSharpResponseFiles": [ @@ -300,13 +358,22 @@ } ] }, + "ExtractNestedTyping": { + "DelegateSuffixOrder": 1 + }, "MixKhronosData": { "SpecPath": "eng/submodules/vulkan/xml/vk.xml", "Namespace": "Silk.NET.Vulkan", "FlagsTypes": [ "VkFlags", "VkFlags64" - ] + ], + "ExcludeVendorSuffixIdentification": [ + "VK_VENDOR_ID_VIV", + "VK_VENDOR_ID_VSI", + "VK_VENDOR_ID_MESA" + ], + "TrimEnumMemberImpliedVendors": true }, "InterceptNativeFunctions": { "NativeFunctionNames": [ @@ -321,13 +388,15 @@ }, "TransformHandles": { "AssumeMissingTypesOpaque": true, - "UseDSL": true + "UseDSL": true, + "HandleSuffixOrder": 1 }, "PrettifyNames": { "LongAcronymThreshold": 4, - "GlobalPrefixHints": ["vk"], + "GlobalPrefixHints": ["PFN_vk","vk"], "PrefixOverrides": { - "VkPipelineCreateFlags2": "VK_PIPELINE_CREATE_2" + "VkPipelineCreateFlags2": "VK_PIPELINE_CREATE_2", + "VkMemoryDecompressionMethodFlagsEXT": "VK_MEMORY_DECOMPRESSION_METHOD" } }, "TransformEnums": { @@ -359,6 +428,13 @@ "GenerateFactoryPartial": true } ] + }, + "StripAttributes": { + "Remove": [ + "NativeName", + "NameAffix", + "SupportedApiProfile" + ] } } } diff --git a/sources/Core/Core/Annotations/NameAffixAttribute.cs b/sources/Core/Core/Annotations/NameAffixAttribute.cs new file mode 100644 index 0000000000..174e40a98b --- /dev/null +++ b/sources/Core/Core/Annotations/NameAffixAttribute.cs @@ -0,0 +1,66 @@ +using System.Diagnostics; + +namespace Silk.NET.Core; + +/// +/// Attribute used by the SilkTouch bindings generator to store information about identified name affixes. +/// +[AttributeUsage( + AttributeTargets.Class + | AttributeTargets.Delegate + | AttributeTargets.Enum + | AttributeTargets.Field + | AttributeTargets.Method + | AttributeTargets.Parameter + | AttributeTargets.Property + | AttributeTargets.Struct, + AllowMultiple = true, + Inherited = true +)] +[Conditional("DEBUG")] +public sealed class NameAffixAttribute : Attribute +{ + /// + /// Creates a new NameAffix attribute. + /// + public NameAffixAttribute(string type, string affix, int order, int discriminatorPriority) + { + Type = type; + Affix = affix; + Order = order; + DiscriminatorPriority = discriminatorPriority; + } + + /// + /// The type of affix. Either "Prefix" or "Suffix". + /// + public string Type { get; } + + /// + /// The affix of the identifier. + /// + public string Affix { get; } + + /// + /// The order with which the affix is applied. + /// + /// Negative means the affix is not reapplied after trimming. + /// Higher means the affix is applied first. + /// + /// Affixes with the same order have ties broken using the order they are declared on the identifier. + /// First declared are applied first. + /// + public int Order { get; } + + /// + /// The priority with which the affix is used + /// to create secondary names in case of conflicts. + /// + /// Negative means the affix is required, but won't be used to create secondaries. + /// Non-negative means the affix is optional, but will be used to create secondaries. + /// Higher means the names created using the affix is tried first. + /// + /// Affixes with the same priority are applied together as a group. + /// + public int DiscriminatorPriority { get; } +} diff --git a/sources/Core/Core/Annotations/NativeNameAttribute.cs b/sources/Core/Core/Annotations/NativeNameAttribute.cs new file mode 100644 index 0000000000..6cb2db2721 --- /dev/null +++ b/sources/Core/Core/Annotations/NativeNameAttribute.cs @@ -0,0 +1,28 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +namespace Silk.NET.Core; + +/// +/// Stores the native name of the identifier that this attribute is placed on. +/// +[AttributeUsage( + AttributeTargets.Class + | AttributeTargets.Delegate + | AttributeTargets.Enum + | AttributeTargets.Field + | AttributeTargets.Method + | AttributeTargets.Parameter + | AttributeTargets.Property + | AttributeTargets.Struct, + AllowMultiple = false, + Inherited = true +)] +public sealed class NativeNameAttribute : Attribute +{ + /// The native name of the identifier. + public NativeNameAttribute(string name) => Name = name; + + /// The native name of the identifier. + public string Name { get; } +} diff --git a/sources/Core/Core/Annotations/SupportedApiProfileAttribute.cs b/sources/Core/Core/Annotations/SupportedApiProfileAttribute.cs index d55997bf36..083d0d5948 100644 --- a/sources/Core/Core/Annotations/SupportedApiProfileAttribute.cs +++ b/sources/Core/Core/Annotations/SupportedApiProfileAttribute.cs @@ -19,7 +19,8 @@ namespace Silk.NET.Core; | AttributeTargets.Method | AttributeTargets.Module | AttributeTargets.Property - | AttributeTargets.Struct, + | AttributeTargets.Struct + | AttributeTargets.Delegate, AllowMultiple = true, Inherited = false )] diff --git a/sources/Core/Core/PublicAPI/net10.0/PublicAPI.Unshipped.txt b/sources/Core/Core/PublicAPI/net10.0/PublicAPI.Unshipped.txt index d6847290ae..938a5e97bc 100644 --- a/sources/Core/Core/PublicAPI/net10.0/PublicAPI.Unshipped.txt +++ b/sources/Core/Core/PublicAPI/net10.0/PublicAPI.Unshipped.txt @@ -153,6 +153,12 @@ Silk.NET.Core.MaybeBool.MaybeBool() -> void Silk.NET.Core.MaybeBool.MaybeBool(T Value) -> void Silk.NET.Core.MaybeBool.Value.get -> T Silk.NET.Core.MaybeBool.Value.init -> void +Silk.NET.Core.NameAffixAttribute +Silk.NET.Core.NameAffixAttribute.Affix.get -> string! +Silk.NET.Core.NameAffixAttribute.DiscriminatorPriority.get -> int +Silk.NET.Core.NameAffixAttribute.NameAffixAttribute(string! type, string! affix, int order, int discriminatorPriority) -> void +Silk.NET.Core.NameAffixAttribute.Order.get -> int +Silk.NET.Core.NameAffixAttribute.Type.get -> string! Silk.NET.Core.NativeFunctionAttribute Silk.NET.Core.NativeFunctionAttribute.EntryPoint -> string? Silk.NET.Core.NativeFunctionAttribute.NativeFunctionAttribute(string! dllName) -> void @@ -160,6 +166,9 @@ Silk.NET.Core.NativeFunctionAttribute.Value.get -> string! Silk.NET.Core.NativeInheritanceAttribute Silk.NET.Core.NativeInheritanceAttribute.Name.get -> string! Silk.NET.Core.NativeInheritanceAttribute.NativeInheritanceAttribute(string! name) -> void +Silk.NET.Core.NativeNameAttribute +Silk.NET.Core.NativeNameAttribute.Name.get -> string! +Silk.NET.Core.NativeNameAttribute.NativeNameAttribute(string! name) -> void Silk.NET.Core.NativeTypeNameAttribute Silk.NET.Core.NativeTypeNameAttribute.Name.get -> string! Silk.NET.Core.NativeTypeNameAttribute.NativeTypeNameAttribute(string! name) -> void diff --git a/sources/OpenAL/OpenAL/Enums/ALCEnum.gen.cs b/sources/OpenAL/OpenAL/Enums/ALCEnum.gen.cs index 4fc8bc97c3..c680b01d05 100644 --- a/sources/OpenAL/OpenAL/Enums/ALCEnum.gen.cs +++ b/sources/OpenAL/OpenAL/Enums/ALCEnum.gen.cs @@ -21,7 +21,7 @@ public enum ALCEnum : uint Sync = unchecked((uint)0x1009), NoError = unchecked((uint)0), InvalidDevice = unchecked((uint)0xA001), - InvalidContEXT = unchecked((uint)0xA002), + InvalidContext = unchecked((uint)0xA002), InvalidEnum = unchecked((uint)0xA003), InvalidValue = unchecked((uint)0xA004), OutOfMemory = unchecked((uint)0xA005), @@ -58,9 +58,9 @@ public enum ALCEnum : uint MonoSOFT = unchecked((uint)0x1500), StereoSOFT = unchecked((uint)0x1501), QuadSOFT = unchecked((uint)0x1503), - X5Point1Soft = unchecked((uint)0x1504), - X6Point1Soft = unchecked((uint)0x1505), - X7Point1Soft = unchecked((uint)0x1506), + X5Point1SOFT = unchecked((uint)0x1504), + X6Point1SOFT = unchecked((uint)0x1505), + X7Point1SOFT = unchecked((uint)0x1506), HrtfSOFT = unchecked((uint)0x1992), DontCareSOFT = unchecked((uint)0x0002), HrtfStatusSOFT = unchecked((uint)0x1993), @@ -85,15 +85,15 @@ public enum ALCEnum : uint FumaSOFT = unchecked((uint)0x0000), AcnSOFT = unchecked((uint)0x0001), Sn3DSOFT = unchecked((uint)0x0001), - N3DSoft = unchecked((uint)0x0002), + N3DSOFT = unchecked((uint)0x0002), OutputModeSOFT = unchecked((uint)0x19AC), AnySOFT = unchecked((uint)0x19AD), StereoBasicSOFT = unchecked((uint)0x19AE), StereoUhjSOFT = unchecked((uint)0x19AF), StereoHrtfSOFT = unchecked((uint)0x19B2), - Surround5X1Soft = unchecked((uint)0x1504), - Surround6X1Soft = unchecked((uint)0x1505), - Surround7X1Soft = unchecked((uint)0x1506), + Surround5X1SOFT = unchecked((uint)0x1504), + Surround6X1SOFT = unchecked((uint)0x1505), + Surround7X1SOFT = unchecked((uint)0x1506), ContextFlagsEXT = unchecked((uint)0x19CF), ContextDebugBitEXT = unchecked((uint)0x0001), PlaybackDeviceSOFT = unchecked((uint)0x19D4), diff --git a/sources/OpenAL/OpenAL/Enums/ALEnum.gen.cs b/sources/OpenAL/OpenAL/Enums/ALEnum.gen.cs index 5b4d964bb7..86c12e2b68 100644 --- a/sources/OpenAL/OpenAL/Enums/ALEnum.gen.cs +++ b/sources/OpenAL/OpenAL/Enums/ALEnum.gen.cs @@ -589,8 +589,8 @@ public enum ALEnum : uint MinAuxiliarySendFilterGainhfAuto = unchecked((uint)0), MaxAuxiliarySendFilterGainhfAuto = unchecked((uint)1), DefaultAuxiliarySendFilterGainhfAuto = unchecked((uint)1), - MinMetersPerUnit = unchecked((uint)1.17549435e-38F), - MaxMetersPerUnit = unchecked((uint)3.40282347e+38F), + MinMetersPerUnit = unchecked((uint)1.175494351e-38F), + MaxMetersPerUnit = unchecked((uint)3.402823466e+38F), DefaultMetersPerUnit = unchecked((uint)1.0f), SourceDistanceModel = unchecked((uint)0x200), ByteRwOffsetsSOFT = unchecked((uint)0x1031), @@ -608,9 +608,9 @@ public enum ALEnum : uint StereoSOFT = unchecked((uint)0x1501), RearSOFT = unchecked((uint)0x1502), QuadSOFT = unchecked((uint)0x1503), - X5Point1Soft = unchecked((uint)0x1504), - X6Point1Soft = unchecked((uint)0x1505), - X7Point1Soft = unchecked((uint)0x1506), + X5Point1SOFT = unchecked((uint)0x1504), + X6Point1SOFT = unchecked((uint)0x1505), + X7Point1SOFT = unchecked((uint)0x1506), ByteSOFT = unchecked((uint)0x1400), UnsignedByteSOFT = unchecked((uint)0x1401), ShortSOFT = unchecked((uint)0x1402), @@ -619,28 +619,28 @@ public enum ALEnum : uint UnsignedIntSOFT = unchecked((uint)0x1405), FloatSOFT = unchecked((uint)0x1406), DoubleSOFT = unchecked((uint)0x1407), - Byte3Soft = unchecked((uint)0x1408), + Byte3SOFT = unchecked((uint)0x1408), UnsignedByte3SOFT = unchecked((uint)0x1409), - Mono8Soft = unchecked((uint)0x1100), - Mono16Soft = unchecked((uint)0x1101), + Mono8SOFT = unchecked((uint)0x1100), + Mono16SOFT = unchecked((uint)0x1101), Mono32FSOFT = unchecked((uint)0x10010), - Stereo8Soft = unchecked((uint)0x1102), - Stereo16Soft = unchecked((uint)0x1103), + Stereo8SOFT = unchecked((uint)0x1102), + Stereo16SOFT = unchecked((uint)0x1103), Stereo32FSOFT = unchecked((uint)0x10011), - Quad8Soft = unchecked((uint)0x1204), - Quad16Soft = unchecked((uint)0x1205), + Quad8SOFT = unchecked((uint)0x1204), + Quad16SOFT = unchecked((uint)0x1205), Quad32FSOFT = unchecked((uint)0x1206), - Rear8Soft = unchecked((uint)0x1207), - Rear16Soft = unchecked((uint)0x1208), + Rear8SOFT = unchecked((uint)0x1207), + Rear16SOFT = unchecked((uint)0x1208), Rear32FSOFT = unchecked((uint)0x1209), - X5Point1X8Soft = unchecked((uint)0x120A), - X5Point1X16Soft = unchecked((uint)0x120B), + X5Point1X8SOFT = unchecked((uint)0x120A), + X5Point1X16SOFT = unchecked((uint)0x120B), X5Point1X32FSOFT = unchecked((uint)0x120C), - X6Point1X8Soft = unchecked((uint)0x120D), - X6Point1X16Soft = unchecked((uint)0x120E), + X6Point1X8SOFT = unchecked((uint)0x120D), + X6Point1X16SOFT = unchecked((uint)0x120E), X6Point1X32FSOFT = unchecked((uint)0x120F), - X7Point1X8Soft = unchecked((uint)0x1210), - X7Point1X16Soft = unchecked((uint)0x1211), + X7Point1X8SOFT = unchecked((uint)0x1210), + X7Point1X16SOFT = unchecked((uint)0x1211), X7Point1X32FSOFT = unchecked((uint)0x1212), InternalFormatSOFT = unchecked((uint)0x2008), ByteLengthSOFT = unchecked((uint)0x2009), @@ -680,7 +680,7 @@ public enum ALEnum : uint FumaSOFT = unchecked((uint)0x0000), AcnSOFT = unchecked((uint)0x0001), Sn3DSOFT = unchecked((uint)0x0001), - N3DSoft = unchecked((uint)0x0002), + N3DSOFT = unchecked((uint)0x0002), EffectslotTargetSOFT = unchecked((uint)0x199C), EventCallbackFunctionSOFT = unchecked((uint)0x19A2), EventCallbackUserParamSOFT = unchecked((uint)0x19A3), diff --git a/sources/OpenAL/OpenAL/Enums/ContextErrorCode.gen.cs b/sources/OpenAL/OpenAL/Enums/ContextErrorCode.gen.cs index 7b1da3f331..fd6dc57546 100644 --- a/sources/OpenAL/OpenAL/Enums/ContextErrorCode.gen.cs +++ b/sources/OpenAL/OpenAL/Enums/ContextErrorCode.gen.cs @@ -15,7 +15,7 @@ public enum ContextErrorCode : uint { NoError = unchecked((uint)0), InvalidDevice = unchecked((uint)0xA001), - InvalidContEXT = unchecked((uint)0xA002), + InvalidContext = unchecked((uint)0xA002), InvalidEnum = unchecked((uint)0xA003), InvalidValue = unchecked((uint)0xA004), OutOfMemory = unchecked((uint)0xA005), diff --git a/sources/OpenAL/OpenAL/Handles/ContextHandle.gen.cs b/sources/OpenAL/OpenAL/Handles/ContextHandle.gen.cs index 7cf0f005e1..0ec58f6e40 100644 --- a/sources/OpenAL/OpenAL/Handles/ContextHandle.gen.cs +++ b/sources/OpenAL/OpenAL/Handles/ContextHandle.gen.cs @@ -14,6 +14,11 @@ public readonly unsafe partial struct ContextHandle { public readonly void* Handle; + public ContextHandle(void* handle) + { + Handle = handle; + } + public bool Equals(ContextHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is ContextHandle other && Equals(other); diff --git a/sources/OpenAL/OpenAL/Handles/DeviceHandle.gen.cs b/sources/OpenAL/OpenAL/Handles/DeviceHandle.gen.cs index 59e43bf845..5d51db1c8c 100644 --- a/sources/OpenAL/OpenAL/Handles/DeviceHandle.gen.cs +++ b/sources/OpenAL/OpenAL/Handles/DeviceHandle.gen.cs @@ -14,6 +14,11 @@ public readonly unsafe partial struct DeviceHandle { public readonly void* Handle; + public DeviceHandle(void* handle) + { + Handle = handle; + } + public bool Equals(DeviceHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is DeviceHandle other && Equals(other); diff --git a/sources/OpenAL/OpenAL/al/AL.gen.cs b/sources/OpenAL/OpenAL/al/AL.gen.cs index 9bc0a57288..11375a12e2 100644 --- a/sources/OpenAL/OpenAL/al/AL.gen.cs +++ b/sources/OpenAL/OpenAL/al/AL.gen.cs @@ -15,14 +15,12 @@ public unsafe partial class AL : IAL, IAL.Static public partial class DllImport : IAL.Static { [DllImport("openal", ExactSpelling = true, EntryPoint = "alAuxiliaryEffectSlotf")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] public static void AuxiliaryEffectSlot( @@ -32,7 +30,6 @@ public static void AuxiliaryEffectSlot( ) => AuxiliaryEffectSlot(effectslot, (int)param1, flValue); [DllImport("openal", ExactSpelling = true, EntryPoint = "alAuxiliaryEffectSlotfDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void AuxiliaryEffectSlotDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot, @@ -40,7 +37,6 @@ public static extern void AuxiliaryEffectSlotDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] public static void AuxiliaryEffectSlotDirect( @@ -51,14 +47,12 @@ public static void AuxiliaryEffectSlotDirect( ) => AuxiliaryEffectSlotDirect(context, effectslot, (int)param2, flValue); [DllImport("openal", ExactSpelling = true, EntryPoint = "alAuxiliaryEffectSlotfv")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] [MethodImpl( @@ -77,7 +71,6 @@ public static void AuxiliaryEffectSlot( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alAuxiliaryEffectSlotfvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void AuxiliaryEffectSlotDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot, @@ -85,7 +78,6 @@ public static extern void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] [MethodImpl( @@ -105,14 +97,12 @@ public static void AuxiliaryEffectSlotDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alAuxiliaryEffectSloti")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] public static void AuxiliaryEffectSlot( @@ -122,7 +112,6 @@ public static void AuxiliaryEffectSlot( ) => AuxiliaryEffectSlot(effectslot, (int)param1, iValue); [DllImport("openal", ExactSpelling = true, EntryPoint = "alAuxiliaryEffectSlotiDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void AuxiliaryEffectSlotDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot, @@ -130,7 +119,6 @@ public static extern void AuxiliaryEffectSlotDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] public static void AuxiliaryEffectSlotDirect( @@ -141,14 +129,12 @@ public static void AuxiliaryEffectSlotDirect( ) => AuxiliaryEffectSlotDirect(context, effectslot, (int)param2, iValue); [DllImport("openal", ExactSpelling = true, EntryPoint = "alAuxiliaryEffectSlotiv")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] [MethodImpl( @@ -167,7 +153,6 @@ public static void AuxiliaryEffectSlot( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alAuxiliaryEffectSlotivDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void AuxiliaryEffectSlotDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot, @@ -175,7 +160,6 @@ public static extern void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] [MethodImpl( @@ -195,7 +179,6 @@ public static void AuxiliaryEffectSlotDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBuffer3f")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Buffer3( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, @@ -205,7 +188,6 @@ public static extern void Buffer3( ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alBuffer3fDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void Buffer3Direct( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -216,7 +198,6 @@ public static extern void Buffer3Direct( ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alBuffer3i")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Buffer3( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, @@ -226,7 +207,6 @@ public static extern void Buffer3( ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alBuffer3iDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void Buffer3Direct( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -237,11 +217,6 @@ public static extern void Buffer3Direct( ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferCallbackDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] public static extern void BufferCallbackDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -251,11 +226,6 @@ public static extern void BufferCallbackDirectSOFT( [NativeTypeName("ALvoid *")] void* userptr ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] [MethodImpl( @@ -284,7 +254,6 @@ public static void BufferCallbackDirectSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferCallbackSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] public static extern void BufferCallbackSOFT( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int format, @@ -293,7 +262,6 @@ public static extern void BufferCallbackSOFT( [NativeTypeName("ALvoid *")] void* userptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] [MethodImpl( @@ -314,7 +282,6 @@ public static void BufferCallbackSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferData")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void BufferData( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int format, @@ -323,7 +290,6 @@ public static extern void BufferData( [NativeTypeName("ALsizei")] int samplerate ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferData")] [MethodImpl( @@ -344,7 +310,6 @@ public static void BufferData( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferDataDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void BufferDataDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -354,7 +319,6 @@ public static extern void BufferDataDirect( [NativeTypeName("ALsizei")] int samplerate ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] [MethodImpl( @@ -376,7 +340,6 @@ public static void BufferDataDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferDataStatic")] - [SupportedApiProfile("al", ["AL_EXT_STATIC_BUFFER"])] public static extern void BufferDataStatic( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int format, @@ -385,7 +348,6 @@ public static extern void BufferDataStatic( [NativeTypeName("ALsizei")] int freq ); - [SupportedApiProfile("al", ["AL_EXT_STATIC_BUFFER"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] [MethodImpl( @@ -406,11 +368,6 @@ public static void BufferDataStatic( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferDataStaticDirect")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_EXT_STATIC_BUFFER"], - RequireAll = true - )] public static extern void BufferDataStaticDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -420,11 +377,6 @@ public static extern void BufferDataStaticDirect( [NativeTypeName("ALsizei")] int freq ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_EXT_STATIC_BUFFER"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] [MethodImpl( @@ -446,14 +398,12 @@ public static void BufferDataStaticDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferf")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Buffer( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferf")] public static void Buffer( @@ -463,7 +413,6 @@ public static void Buffer( ) => Buffer(buffer, (int)param1, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferfDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void BufferDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -471,7 +420,6 @@ public static extern void BufferDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfDirect")] public static void BufferDirect( @@ -482,14 +430,12 @@ public static void BufferDirect( ) => BufferDirect(context, buffer, (int)param2, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferfv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Buffer( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfv")] [MethodImpl( @@ -508,7 +454,6 @@ public static void Buffer( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferfvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void BufferDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -516,7 +461,6 @@ public static extern void BufferDirect( [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] [MethodImpl( @@ -536,14 +480,12 @@ public static void BufferDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferi")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Buffer( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferi")] public static void Buffer( @@ -553,7 +495,6 @@ public static void Buffer( ) => Buffer(buffer, (int)param1, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferiDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void BufferDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -561,7 +502,6 @@ public static extern void BufferDirect( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferiDirect")] public static void BufferDirect( @@ -572,14 +512,12 @@ public static void BufferDirect( ) => BufferDirect(context, buffer, (int)param2, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferiv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Buffer( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferiv")] [MethodImpl( @@ -598,7 +536,6 @@ public static void Buffer( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferivDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void BufferDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -606,7 +543,6 @@ public static extern void BufferDirect( [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferivDirect")] [MethodImpl( @@ -626,7 +562,6 @@ public static void BufferDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferSamplesSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] public static extern void BufferSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALuint")] uint samplerate, @@ -637,7 +572,6 @@ public static extern void BufferSamplesSOFT( [NativeTypeName("const ALvoid *")] void* data ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] [MethodImpl( @@ -668,11 +602,6 @@ public static void BufferSamplesSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferSubDataDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_buffer_sub_data"], - RequireAll = true - )] public static extern void BufferSubDataDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -682,11 +611,6 @@ public static extern void BufferSubDataDirectSOFT( [NativeTypeName("ALsizei")] int length ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_buffer_sub_data"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] [MethodImpl( @@ -708,7 +632,6 @@ public static void BufferSubDataDirectSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferSubDataSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_sub_data"])] public static extern void BufferSubDataSOFT( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int format, @@ -717,7 +640,6 @@ public static extern void BufferSubDataSOFT( [NativeTypeName("ALsizei")] int length ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_sub_data"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] [MethodImpl( @@ -738,7 +660,6 @@ public static void BufferSubDataSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alBufferSubSamplesSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] public static extern void BufferSubSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALsizei")] int offset, @@ -748,7 +669,6 @@ public static extern void BufferSubSamplesSOFT( [NativeTypeName("const ALvoid *")] void* data ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] [MethodImpl( @@ -770,14 +690,12 @@ public static void BufferSubSamplesSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alDebugMessageCallbackDirectEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] public static extern void DebugMessageCallbackDirectEXT( ContextHandle context, [NativeTypeName("ALDEBUGPROCEXT")] DebugProcEXT callback, void* userParam ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] [MethodImpl( @@ -796,13 +714,11 @@ Ref userParam } [DllImport("openal", ExactSpelling = true, EntryPoint = "alDebugMessageCallbackEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] public static extern void DebugMessageCallbackEXT( [NativeTypeName("ALDEBUGPROCEXT")] DebugProcEXT callback, void* userParam ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] [MethodImpl( @@ -820,7 +736,6 @@ Ref userParam } [DllImport("openal", ExactSpelling = true, EntryPoint = "alDebugMessageControlDirectEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] public static extern void DebugMessageControlDirectEXT( ContextHandle context, [NativeTypeName("ALenum")] int source, @@ -831,7 +746,6 @@ public static extern void DebugMessageControlDirectEXT( [NativeTypeName("ALboolean")] sbyte enable ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl( @@ -861,7 +775,6 @@ public static void DebugMessageControlDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] public static void DebugMessageControlDirectEXT( @@ -883,7 +796,6 @@ public static void DebugMessageControlDirectEXT( ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDebugMessageControlEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] public static extern void DebugMessageControlEXT( [NativeTypeName("ALenum")] int source, [NativeTypeName("ALenum")] int type, @@ -893,7 +805,6 @@ public static extern void DebugMessageControlEXT( [NativeTypeName("ALboolean")] sbyte enable ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl( @@ -921,7 +832,6 @@ public static void DebugMessageControlEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] public static void DebugMessageControlEXT( @@ -941,7 +851,6 @@ public static void DebugMessageControlEXT( ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDebugMessageInsertDirectEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] public static extern void DebugMessageInsertDirectEXT( ContextHandle context, [NativeTypeName("ALenum")] int source, @@ -952,7 +861,6 @@ public static extern void DebugMessageInsertDirectEXT( [NativeTypeName("const ALchar *")] sbyte* message ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl( @@ -982,7 +890,6 @@ public static void DebugMessageInsertDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] public static void DebugMessageInsertDirectEXT( @@ -1004,7 +911,6 @@ public static void DebugMessageInsertDirectEXT( ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDebugMessageInsertEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] public static extern void DebugMessageInsertEXT( [NativeTypeName("ALenum")] int source, [NativeTypeName("ALenum")] int type, @@ -1014,7 +920,6 @@ public static extern void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] sbyte* message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl( @@ -1042,7 +947,6 @@ public static void DebugMessageInsertEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] public static void DebugMessageInsertEXT( @@ -1054,18 +958,11 @@ public static void DebugMessageInsertEXT( ) => DebugMessageInsertEXT((int)source, (int)type, id, (int)severity, 1, (sbyte*)&message); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDeferUpdatesDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_deferred_updates"], - RequireAll = true - )] public static extern void DeferUpdatesDirectSOFT(ContextHandle context); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDeferUpdatesSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_deferred_updates"])] public static extern void DeferUpdatesSOFT(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] public static void DeleteAuxiliaryEffectSlot( @@ -1073,13 +970,11 @@ public static void DeleteAuxiliaryEffectSlot( ) => DeleteAuxiliaryEffectSlots(1, (uint*)&effectslots); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDeleteAuxiliaryEffectSlots")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void DeleteAuxiliaryEffectSlots( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* effectslots ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl( @@ -1101,14 +996,12 @@ public static void DeleteAuxiliaryEffectSlots( ExactSpelling = true, EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect" )] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void DeleteAuxiliaryEffectSlotsDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl( @@ -1126,7 +1019,6 @@ public static void DeleteAuxiliaryEffectSlotsDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] public static void DeleteAuxiliaryEffectSlotsDirect( @@ -1134,20 +1026,17 @@ public static void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] uint effectslots ) => DeleteAuxiliaryEffectSlotsDirect(context, 1, (uint*)&effectslots); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] public static void DeleteBuffer([NativeTypeName("const ALuint *")] uint buffers) => DeleteBuffers(1, (uint*)&buffers); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDeleteBuffers")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void DeleteBuffers( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl( @@ -1165,14 +1054,12 @@ public static void DeleteBuffers( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alDeleteBuffersDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void DeleteBuffersDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] [MethodImpl( @@ -1190,20 +1077,17 @@ public static void DeleteBuffersDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] public static void DeleteEffect([NativeTypeName("const ALuint *")] uint effects) => DeleteEffects(1, (uint*)&effects); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDeleteEffects")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void DeleteEffects( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* effects ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl( @@ -1221,14 +1105,12 @@ public static void DeleteEffects( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alDeleteEffectsDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void DeleteEffectsDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl( @@ -1246,7 +1128,6 @@ public static void DeleteEffectsDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] public static void DeleteEffectsDirect( @@ -1254,20 +1135,17 @@ public static void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] uint effects ) => DeleteEffectsDirect(context, 1, (uint*)&effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] public static void DeleteFilter([NativeTypeName("const ALuint *")] uint filters) => DeleteFilters(1, (uint*)&filters); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDeleteFilters")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void DeleteFilters( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* filters ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl( @@ -1285,14 +1163,12 @@ public static void DeleteFilters( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alDeleteFiltersDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void DeleteFiltersDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl( @@ -1310,7 +1186,6 @@ public static void DeleteFiltersDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] public static void DeleteFiltersDirect( @@ -1318,20 +1193,17 @@ public static void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] uint filters ) => DeleteFiltersDirect(context, 1, (uint*)&filters); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSources")] public static void DeleteSource([NativeTypeName("const ALuint *")] uint sources) => DeleteSources(1, (uint*)&sources); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDeleteSources")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void DeleteSources( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl( @@ -1349,14 +1221,12 @@ public static void DeleteSources( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alDeleteSourcesDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void DeleteSourcesDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl( @@ -1374,7 +1244,6 @@ public static void DeleteSourcesDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] public static void DeleteSourcesDirect( @@ -1383,10 +1252,8 @@ public static void DeleteSourcesDirect( ) => DeleteSourcesDirect(context, 1, (uint*)&sources); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDisable")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Disable([NativeTypeName("ALenum")] int capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDisable")] public static void Disable( @@ -1394,13 +1261,11 @@ public static void Disable( ) => Disable((int)capability); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDisableDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void DisableDirect( ContextHandle context, [NativeTypeName("ALenum")] int capability ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDisableDirect")] public static void DisableDirect( @@ -1409,10 +1274,8 @@ public static void DisableDirect( ) => DisableDirect(context, (int)capability); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDistanceModel")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void DistanceModel([NativeTypeName("ALenum")] int distanceModel); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDistanceModel")] public static void DistanceModel( @@ -1420,13 +1283,11 @@ public static void DistanceModel( ) => DistanceModel((int)distanceModel); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDistanceModelDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void DistanceModelDirect( ContextHandle context, [NativeTypeName("ALenum")] int distanceModel ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] public static void DistanceModelDirect( @@ -1435,29 +1296,24 @@ public static void DistanceModelDirect( ) => DistanceModelDirect(context, (int)distanceModel); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDopplerFactor")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void DopplerFactor([NativeTypeName("ALfloat")] float value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDopplerFactorDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void DopplerFactorDirect( ContextHandle context, [NativeTypeName("ALfloat")] float value ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alDopplerVelocity")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void DopplerVelocity([NativeTypeName("ALfloat")] float value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alEffectf")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void Effect( [NativeTypeName("ALuint")] uint effect, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectf")] public static void Effect( @@ -1467,7 +1323,6 @@ public static void Effect( ) => Effect(effect, (int)param1, flValue); [DllImport("openal", ExactSpelling = true, EntryPoint = "alEffectfDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void EffectDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect, @@ -1475,7 +1330,6 @@ public static extern void EffectDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfDirect")] public static void EffectDirect( @@ -1486,14 +1340,12 @@ public static void EffectDirect( ) => EffectDirect(context, effect, (int)param2, flValue); [DllImport("openal", ExactSpelling = true, EntryPoint = "alEffectfv")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void Effect( [NativeTypeName("ALuint")] uint effect, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfv")] [MethodImpl( @@ -1512,7 +1364,6 @@ public static void Effect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alEffectfvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void EffectDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect, @@ -1520,7 +1371,6 @@ public static extern void EffectDirect( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] [MethodImpl( @@ -1540,14 +1390,12 @@ public static void EffectDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alEffecti")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void Effect( [NativeTypeName("ALuint")] uint effect, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffecti")] public static void Effect( @@ -1557,7 +1405,6 @@ public static void Effect( ) => Effect(effect, (int)param1, iValue); [DllImport("openal", ExactSpelling = true, EntryPoint = "alEffectiDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void EffectDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect, @@ -1565,7 +1412,6 @@ public static extern void EffectDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectiDirect")] public static void EffectDirect( @@ -1576,14 +1422,12 @@ public static void EffectDirect( ) => EffectDirect(context, effect, (int)param2, iValue); [DllImport("openal", ExactSpelling = true, EntryPoint = "alEffectiv")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void Effect( [NativeTypeName("ALuint")] uint effect, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectiv")] [MethodImpl( @@ -1602,7 +1446,6 @@ public static void Effect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alEffectivDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void EffectDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect, @@ -1610,7 +1453,6 @@ public static extern void EffectDirect( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectivDirect")] [MethodImpl( @@ -1630,10 +1472,8 @@ public static void EffectDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alEnable")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Enable([NativeTypeName("ALenum")] int capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alEnable")] public static void Enable( @@ -1641,13 +1481,11 @@ public static void Enable( ) => Enable((int)capability); [DllImport("openal", ExactSpelling = true, EntryPoint = "alEnableDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void EnableDirect( ContextHandle context, [NativeTypeName("ALenum")] int capability ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEnableDirect")] public static void EnableDirect( @@ -1656,14 +1494,12 @@ public static void EnableDirect( ) => EnableDirect(context, (int)capability); [DllImport("openal", ExactSpelling = true, EntryPoint = "alEventCallbackDirectSOFT")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] public static extern void EventCallbackDirectSOFT( ContextHandle context, [NativeTypeName("ALEVENTPROCSOFT")] EventProcSOFT callback, void* userParam ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] [MethodImpl( @@ -1682,13 +1518,11 @@ Ref userParam } [DllImport("openal", ExactSpelling = true, EntryPoint = "alEventCallbackSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_events"])] public static extern void EventCallbackSOFT( [NativeTypeName("ALEVENTPROCSOFT")] EventProcSOFT callback, void* userParam ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] [MethodImpl( @@ -1706,7 +1540,6 @@ Ref userParam } [DllImport("openal", ExactSpelling = true, EntryPoint = "alEventControlDirectSOFT")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] public static extern void EventControlDirectSOFT( ContextHandle context, [NativeTypeName("ALsizei")] int count, @@ -1714,7 +1547,6 @@ public static extern void EventControlDirectSOFT( [NativeTypeName("ALboolean")] sbyte enable ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl( @@ -1733,7 +1565,6 @@ public static void EventControlDirectSOFT( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] public static void EventControlDirectSOFT( @@ -1743,14 +1574,12 @@ public static void EventControlDirectSOFT( ) => EventControlDirectSOFT(context, 1, (int*)&types, (sbyte)enable); [DllImport("openal", ExactSpelling = true, EntryPoint = "alEventControlSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_events"])] public static extern void EventControlSOFT( [NativeTypeName("ALsizei")] int count, [NativeTypeName("const ALenum *")] int* types, [NativeTypeName("ALboolean")] sbyte enable ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl( @@ -1768,7 +1597,6 @@ public static void EventControlSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] public static void EventControlSOFT( @@ -1777,14 +1605,12 @@ public static void EventControlSOFT( ) => EventControlSOFT(1, (int*)&types, (sbyte)enable); [DllImport("openal", ExactSpelling = true, EntryPoint = "alFilterf")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void Filter( [NativeTypeName("ALuint")] uint filter, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterf")] public static void Filter( @@ -1794,7 +1620,6 @@ public static void Filter( ) => Filter(filter, (int)param1, flValue); [DllImport("openal", ExactSpelling = true, EntryPoint = "alFilterfDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void FilterDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter, @@ -1802,7 +1627,6 @@ public static extern void FilterDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfDirect")] public static void FilterDirect( @@ -1813,14 +1637,12 @@ public static void FilterDirect( ) => FilterDirect(context, filter, (int)param2, flValue); [DllImport("openal", ExactSpelling = true, EntryPoint = "alFilterfv")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void Filter( [NativeTypeName("ALuint")] uint filter, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfv")] [MethodImpl( @@ -1839,7 +1661,6 @@ public static void Filter( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alFilterfvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void FilterDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter, @@ -1847,7 +1668,6 @@ public static extern void FilterDirect( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] [MethodImpl( @@ -1867,14 +1687,12 @@ public static void FilterDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alFilteri")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void Filter( [NativeTypeName("ALuint")] uint filter, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteri")] public static void Filter( @@ -1884,7 +1702,6 @@ public static void Filter( ) => Filter(filter, (int)param1, iValue); [DllImport("openal", ExactSpelling = true, EntryPoint = "alFilteriDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void FilterDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter, @@ -1892,7 +1709,6 @@ public static extern void FilterDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteriDirect")] public static void FilterDirect( @@ -1903,14 +1719,12 @@ public static void FilterDirect( ) => FilterDirect(context, filter, (int)param2, iValue); [DllImport("openal", ExactSpelling = true, EntryPoint = "alFilteriv")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void Filter( [NativeTypeName("ALuint")] uint filter, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteriv")] [MethodImpl( @@ -1929,7 +1743,6 @@ public static void Filter( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alFilterivDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void FilterDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter, @@ -1937,7 +1750,6 @@ public static extern void FilterDirect( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterivDirect")] [MethodImpl( @@ -1956,7 +1768,6 @@ public static void FilterDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] public static uint GenAuxiliaryEffectSlot() @@ -1967,13 +1778,11 @@ public static uint GenAuxiliaryEffectSlot() } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGenAuxiliaryEffectSlots")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GenAuxiliaryEffectSlots( [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* effectslots ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl( @@ -1991,14 +1800,12 @@ public static void GenAuxiliaryEffectSlots( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GenAuxiliaryEffectSlotsDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl( @@ -2016,7 +1823,6 @@ public static void GenAuxiliaryEffectSlotsDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] public static uint GenAuxiliaryEffectSlotsDirect(ContextHandle context) @@ -2026,7 +1832,6 @@ public static uint GenAuxiliaryEffectSlotsDirect(ContextHandle context) return effectslots; } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffers")] public static uint GenBuffer() @@ -2037,13 +1842,11 @@ public static uint GenBuffer() } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGenBuffers")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GenBuffers( [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl( @@ -2061,14 +1864,12 @@ public static void GenBuffers( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGenBuffersDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GenBuffersDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] [MethodImpl( @@ -2086,7 +1887,6 @@ public static void GenBuffersDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffects")] public static uint GenEffect() @@ -2097,13 +1897,11 @@ public static uint GenEffect() } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGenEffects")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GenEffects( [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* effects ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl( @@ -2121,14 +1919,12 @@ public static void GenEffects( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGenEffectsDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GenEffectsDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl( @@ -2146,7 +1942,6 @@ public static void GenEffectsDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] public static uint GenEffectsDirect(ContextHandle context) @@ -2156,7 +1951,6 @@ public static uint GenEffectsDirect(ContextHandle context) return effects; } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFilters")] public static uint GenFilter() @@ -2167,13 +1961,11 @@ public static uint GenFilter() } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGenFilters")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GenFilters( [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* filters ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl( @@ -2191,14 +1983,12 @@ public static void GenFilters( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGenFiltersDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GenFiltersDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl( @@ -2216,7 +2006,6 @@ public static void GenFiltersDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] public static uint GenFiltersDirect(ContextHandle context) @@ -2226,7 +2015,6 @@ public static uint GenFiltersDirect(ContextHandle context) return filters; } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSources")] public static uint GenSource() @@ -2237,13 +2025,11 @@ public static uint GenSource() } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGenSources")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GenSources( [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl( @@ -2261,14 +2047,12 @@ public static void GenSources( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGenSourcesDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GenSourcesDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl( @@ -2286,7 +2070,6 @@ public static void GenSourcesDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] public static uint GenSourcesDirect(ContextHandle context) @@ -2297,14 +2080,12 @@ public static uint GenSourcesDirect(ContextHandle context) } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetAuxiliaryEffectSlotf")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GetAuxiliaryEffectSlotf( [NativeTypeName("ALuint")] uint effectslot, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] [MethodImpl( @@ -2323,7 +2104,6 @@ public static void GetAuxiliaryEffectSlotf( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GetAuxiliaryEffectSlotfDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot, @@ -2331,7 +2111,6 @@ public static extern void GetAuxiliaryEffectSlotfDirect( [NativeTypeName("ALfloat *")] float* pflValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] [MethodImpl( @@ -2351,14 +2130,12 @@ public static void GetAuxiliaryEffectSlotfDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetAuxiliaryEffectSlotfv")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GetAuxiliaryEffectSlotfv( [NativeTypeName("ALuint")] uint effectslot, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] [MethodImpl( @@ -2377,7 +2154,6 @@ public static void GetAuxiliaryEffectSlotfv( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GetAuxiliaryEffectSlotfvDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot, @@ -2385,7 +2161,6 @@ public static extern void GetAuxiliaryEffectSlotfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] [MethodImpl( @@ -2405,14 +2180,12 @@ public static void GetAuxiliaryEffectSlotfvDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetAuxiliaryEffectSloti")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GetAuxiliaryEffectSloti( [NativeTypeName("ALuint")] uint effectslot, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] [MethodImpl( @@ -2431,7 +2204,6 @@ public static void GetAuxiliaryEffectSloti( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GetAuxiliaryEffectSlotiDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot, @@ -2439,7 +2211,6 @@ public static extern void GetAuxiliaryEffectSlotiDirect( [NativeTypeName("ALint *")] int* piValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] [MethodImpl( @@ -2459,14 +2230,12 @@ public static void GetAuxiliaryEffectSlotiDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetAuxiliaryEffectSlotiv")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GetAuxiliaryEffectSlotiv( [NativeTypeName("ALuint")] uint effectslot, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] [MethodImpl( @@ -2485,7 +2254,6 @@ public static void GetAuxiliaryEffectSlotiv( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GetAuxiliaryEffectSlotivDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot, @@ -2493,7 +2261,6 @@ public static extern void GetAuxiliaryEffectSlotivDirect( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] [MethodImpl( @@ -2514,11 +2281,9 @@ public static void GetAuxiliaryEffectSlotivDirect( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBoolean")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern sbyte GetBoolean([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBoolean")] public static MaybeBool GetBoolean( @@ -2527,14 +2292,12 @@ public static MaybeBool GetBoolean( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBooleanDirect")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern sbyte GetBooleanDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1 ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] public static MaybeBool GetBooleanDirect( @@ -2543,13 +2306,11 @@ public static MaybeBool GetBooleanDirect( ) => (MaybeBool)(sbyte)GetBooleanDirect(context, (int)param1); [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBooleanv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetBoolean( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALboolean *")] sbyte* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanv")] [MethodImpl( @@ -2567,14 +2328,12 @@ public static void GetBoolean( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBooleanvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetBooleanDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALboolean *")] sbyte* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] [MethodImpl( @@ -2593,7 +2352,6 @@ public static void GetBooleanDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBuffer3f")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetBuffer3( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, @@ -2602,7 +2360,6 @@ public static extern void GetBuffer3( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] [MethodImpl( @@ -2625,7 +2382,6 @@ public static void GetBuffer3( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBuffer3fDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetBuffer3Direct( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -2635,7 +2391,6 @@ public static extern void GetBuffer3Direct( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] [MethodImpl( @@ -2659,7 +2414,6 @@ public static void GetBuffer3Direct( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBuffer3i")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetBuffer3( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, @@ -2668,7 +2422,6 @@ public static extern void GetBuffer3( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] [MethodImpl( @@ -2691,7 +2444,6 @@ public static void GetBuffer3( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBuffer3iDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetBuffer3Direct( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -2701,7 +2453,6 @@ public static extern void GetBuffer3Direct( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] [MethodImpl( @@ -2725,11 +2476,6 @@ public static void GetBuffer3Direct( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBuffer3PtrDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] public static extern void GetBuffer3PtrDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -2739,11 +2485,6 @@ public static extern void GetBuffer3PtrDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr2 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] [MethodImpl( @@ -2774,7 +2515,6 @@ public static void GetBuffer3PtrDirectSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBuffer3PtrSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] public static extern void GetBuffer3PtrSOFT( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, @@ -2783,7 +2523,6 @@ public static extern void GetBuffer3PtrSOFT( [NativeTypeName("ALvoid **")] void** ptr2 ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] [MethodImpl( @@ -2806,14 +2545,12 @@ public static void GetBuffer3PtrSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferf")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetBufferf( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferf")] [MethodImpl( @@ -2832,7 +2569,6 @@ public static void GetBufferf( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferfDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetBufferfDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -2840,7 +2576,6 @@ public static extern void GetBufferfDirect( [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] [MethodImpl( @@ -2860,14 +2595,12 @@ public static void GetBufferfDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferfv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetBufferfv( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfv")] [MethodImpl( @@ -2886,7 +2619,6 @@ public static void GetBufferfv( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferfvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetBufferfvDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -2894,7 +2626,6 @@ public static extern void GetBufferfvDirect( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] [MethodImpl( @@ -2914,14 +2645,12 @@ public static void GetBufferfvDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferi")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetBufferi( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferi")] [MethodImpl( @@ -2940,7 +2669,6 @@ public static void GetBufferi( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferiDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetBufferiDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -2948,7 +2676,6 @@ public static extern void GetBufferiDirect( [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] [MethodImpl( @@ -2968,14 +2695,12 @@ public static void GetBufferiDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferiv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetBufferiv( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferiv")] [MethodImpl( @@ -2994,7 +2719,6 @@ public static void GetBufferiv( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferivDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetBufferivDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -3002,7 +2726,6 @@ public static extern void GetBufferivDirect( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] [MethodImpl( @@ -3022,11 +2745,6 @@ public static void GetBufferivDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferPtrDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] public static extern void GetBufferPtrDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -3034,11 +2752,6 @@ public static extern void GetBufferPtrDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] [MethodImpl( @@ -3058,14 +2771,12 @@ public static void GetBufferPtrDirectSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferPtrSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] public static extern void GetBufferPtrSOFT( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALvoid **")] void** ptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] [MethodImpl( @@ -3084,11 +2795,6 @@ public static void GetBufferPtrSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferPtrvDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] public static extern void GetBufferPtrvDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -3096,11 +2802,6 @@ public static extern void GetBufferPtrvDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] [MethodImpl( @@ -3120,14 +2821,12 @@ public static void GetBufferPtrvDirectSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferPtrvSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] public static extern void GetBufferPtrvSOFT( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALvoid **")] void** ptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] [MethodImpl( @@ -3146,7 +2845,6 @@ public static void GetBufferPtrvSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetBufferSamplesSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] public static extern void GetBufferSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, [NativeTypeName("ALsizei")] int offset, @@ -3156,7 +2854,6 @@ public static extern void GetBufferSamplesSOFT( [NativeTypeName("ALvoid *")] void* data ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] [MethodImpl( @@ -3179,7 +2876,6 @@ public static void GetBufferSamplesSOFT( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetDebugMessageLogDirectEXT")] [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] public static extern uint GetDebugMessageLogDirectEXT( ContextHandle context, [NativeTypeName("ALuint")] uint count, @@ -3193,7 +2889,6 @@ public static extern uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl( @@ -3233,7 +2928,6 @@ public static uint GetDebugMessageLogDirectEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl( @@ -3273,7 +2967,6 @@ public static uint GetDebugMessageLogDirectEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl( @@ -3314,7 +3007,6 @@ public static uint GetDebugMessageLogDirectEXT( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetDebugMessageLogEXT")] [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] public static extern uint GetDebugMessageLogEXT( [NativeTypeName("ALuint")] uint count, [NativeTypeName("ALsizei")] int logBufSize, @@ -3327,7 +3019,6 @@ public static extern uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl( @@ -3365,7 +3056,6 @@ public static uint GetDebugMessageLogEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl( @@ -3403,7 +3093,6 @@ public static uint GetDebugMessageLogEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl( @@ -3442,11 +3131,9 @@ public static uint GetDebugMessageLogEXT( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetDouble")] [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern double GetDouble([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDouble")] public static double GetDouble( @@ -3455,14 +3142,12 @@ public static double GetDouble( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetDoubleDirect")] [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern double GetDoubleDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1 ); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] public static double GetDoubleDirect( @@ -3471,13 +3156,11 @@ public static double GetDoubleDirect( ) => (double)GetDoubleDirect(context, (int)param1); [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetDoublev")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetDouble( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALdouble *")] double* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoublev")] [MethodImpl( @@ -3495,14 +3178,12 @@ public static void GetDouble( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetDoublevDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetDoubleDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALdouble *")] double* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] [MethodImpl( @@ -3521,14 +3202,12 @@ public static void GetDoubleDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetEffectf")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GetEffectf( [NativeTypeName("ALuint")] uint effect, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectf")] [MethodImpl( @@ -3547,7 +3226,6 @@ public static void GetEffectf( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetEffectfDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GetEffectfDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect, @@ -3555,7 +3233,6 @@ public static extern void GetEffectfDirect( [NativeTypeName("ALfloat *")] float* pflValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] [MethodImpl( @@ -3575,14 +3252,12 @@ public static void GetEffectfDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetEffectfv")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GetEffectfv( [NativeTypeName("ALuint")] uint effect, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfv")] [MethodImpl( @@ -3601,7 +3276,6 @@ public static void GetEffectfv( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetEffectfvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GetEffectfvDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect, @@ -3609,7 +3283,6 @@ public static extern void GetEffectfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] [MethodImpl( @@ -3629,14 +3302,12 @@ public static void GetEffectfvDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetEffecti")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GetEffecti( [NativeTypeName("ALuint")] uint effect, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffecti")] [MethodImpl( @@ -3655,7 +3326,6 @@ public static void GetEffecti( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetEffectiDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GetEffectiDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect, @@ -3663,7 +3333,6 @@ public static extern void GetEffectiDirect( [NativeTypeName("ALint *")] int* piValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] [MethodImpl( @@ -3683,14 +3352,12 @@ public static void GetEffectiDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetEffectiv")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GetEffectiv( [NativeTypeName("ALuint")] uint effect, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectiv")] [MethodImpl( @@ -3709,7 +3376,6 @@ public static void GetEffectiv( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetEffectivDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GetEffectivDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect, @@ -3717,7 +3383,6 @@ public static extern void GetEffectivDirect( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] [MethodImpl( @@ -3738,11 +3403,9 @@ public static void GetEffectivDirect( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetEnumValue")] [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern int GetEnumValue([NativeTypeName("const ALchar *")] sbyte* ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEnumValue")] [MethodImpl( @@ -3758,14 +3421,12 @@ public static int GetEnumValue([NativeTypeName("const ALchar *")] Ref ena [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetEnumValueDirect")] [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern int GetEnumValueDirect( ContextHandle context, [NativeTypeName("const ALchar *")] sbyte* ename ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] [MethodImpl( @@ -3783,38 +3444,32 @@ public static int GetEnumValueDirect( } [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetError")] public static Constant GetError() => (Constant)(int)GetErrorRaw(); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] public static Constant GetErrorDirect(ContextHandle context) => - (Constant)(int)GetErrorDirectRaw(context); + (Constant)(int)GetErrorDirectRawDirect(context); [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetErrorDirect")] [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] - public static extern int GetErrorDirectRaw(ContextHandle context); + public static extern int GetErrorDirectRawDirect(ContextHandle context); [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetError")] [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern int GetErrorRaw(); [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetFilterf")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GetFilterf( [NativeTypeName("ALuint")] uint filter, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterf")] [MethodImpl( @@ -3833,7 +3488,6 @@ public static void GetFilterf( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetFilterfDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GetFilterfDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter, @@ -3841,7 +3495,6 @@ public static extern void GetFilterfDirect( [NativeTypeName("ALfloat *")] float* pflValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] [MethodImpl( @@ -3861,14 +3514,12 @@ public static void GetFilterfDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetFilterfv")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GetFilterfv( [NativeTypeName("ALuint")] uint filter, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfv")] [MethodImpl( @@ -3887,7 +3538,6 @@ public static void GetFilterfv( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetFilterfvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GetFilterfvDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter, @@ -3895,7 +3545,6 @@ public static extern void GetFilterfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] [MethodImpl( @@ -3915,14 +3564,12 @@ public static void GetFilterfvDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetFilteri")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GetFilteri( [NativeTypeName("ALuint")] uint filter, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteri")] [MethodImpl( @@ -3941,7 +3588,6 @@ public static void GetFilteri( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetFilteriDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GetFilteriDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter, @@ -3949,7 +3595,6 @@ public static extern void GetFilteriDirect( [NativeTypeName("ALint *")] int* piValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] [MethodImpl( @@ -3969,14 +3614,12 @@ public static void GetFilteriDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetFilteriv")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern void GetFilteriv( [NativeTypeName("ALuint")] uint filter, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteriv")] [MethodImpl( @@ -3995,7 +3638,6 @@ public static void GetFilteriv( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetFilterivDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] public static extern void GetFilterivDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter, @@ -4003,7 +3645,6 @@ public static extern void GetFilterivDirect( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] [MethodImpl( @@ -4024,11 +3665,9 @@ public static void GetFilterivDirect( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetFloat")] [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern float GetFloat([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloat")] public static float GetFloat( @@ -4037,14 +3676,12 @@ public static float GetFloat( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetFloatDirect")] [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern float GetFloatDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1 ); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] public static float GetFloatDirect( @@ -4053,13 +3690,11 @@ public static float GetFloatDirect( ) => (float)GetFloatDirect(context, (int)param1); [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetFloatv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetFloat( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatv")] [MethodImpl( @@ -4077,14 +3712,12 @@ public static void GetFloat( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetFloatvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetFloatDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] [MethodImpl( @@ -4104,11 +3737,9 @@ public static void GetFloatDirect( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetInteger")] [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern int GetInteger([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetInteger")] public static int GetInteger( @@ -4117,14 +3748,12 @@ public static int GetInteger( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetIntegerDirect")] [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern int GetIntegerDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1 ); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] public static int GetIntegerDirect( @@ -4133,13 +3762,11 @@ public static int GetIntegerDirect( ) => (int)GetIntegerDirect(context, (int)param1); [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetIntegerv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetInteger( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegerv")] [MethodImpl( @@ -4157,14 +3784,12 @@ public static void GetInteger( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetIntegervDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetIntegerDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] [MethodImpl( @@ -4183,7 +3808,6 @@ public static void GetIntegerDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetListener3f")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetListener3( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat *")] float* value1, @@ -4191,7 +3815,6 @@ public static extern void GetListener3( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3f")] [MethodImpl( @@ -4213,7 +3836,6 @@ public static void GetListener3( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetListener3fDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetListener3Direct( ContextHandle context, [NativeTypeName("ALenum")] int param1, @@ -4222,7 +3844,6 @@ public static extern void GetListener3Direct( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] [MethodImpl( @@ -4245,7 +3866,6 @@ public static void GetListener3Direct( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetListener3i")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetListener3( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint *")] int* value1, @@ -4253,7 +3873,6 @@ public static extern void GetListener3( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3i")] [MethodImpl( @@ -4275,7 +3894,6 @@ public static void GetListener3( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetListener3iDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetListener3Direct( ContextHandle context, [NativeTypeName("ALenum")] int param1, @@ -4284,7 +3902,6 @@ public static extern void GetListener3Direct( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] [MethodImpl( @@ -4307,13 +3924,11 @@ public static void GetListener3Direct( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetListenerf")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetListenerf( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerf")] [MethodImpl( @@ -4331,14 +3946,12 @@ public static void GetListenerf( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetListenerfDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetListenerfDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] [MethodImpl( @@ -4357,13 +3970,11 @@ public static void GetListenerfDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetListenerfv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetListenerfv( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfv")] [MethodImpl( @@ -4381,14 +3992,12 @@ public static void GetListenerfv( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetListenerfvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetListenerfvDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] [MethodImpl( @@ -4407,13 +4016,11 @@ public static void GetListenerfvDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetListeneri")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetListeneri( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl( @@ -4430,7 +4037,6 @@ public static void GetListeneri( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneri")] public static int GetListeneri() @@ -4441,14 +4047,12 @@ public static int GetListeneri() } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetListeneriDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetListeneriDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] [MethodImpl( @@ -4467,13 +4071,11 @@ public static void GetListeneriDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetListeneriv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetListeneriv( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl( @@ -4490,7 +4092,6 @@ public static void GetListeneriv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] public static int GetListeneriv() @@ -4501,14 +4102,12 @@ public static int GetListeneriv() } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetListenerivDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetListenerivDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] [MethodImpl( @@ -4527,7 +4126,6 @@ public static void GetListenerivDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetObjectLabelDirectEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] public static extern void GetObjectLabelDirectEXT( ContextHandle context, [NativeTypeName("ALenum")] int identifier, @@ -4537,7 +4135,6 @@ public static extern void GetObjectLabelDirectEXT( [NativeTypeName("ALchar *")] sbyte* label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl( @@ -4566,7 +4163,6 @@ public static void GetObjectLabelDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl( @@ -4595,7 +4191,6 @@ public static sbyte GetObjectLabelDirectEXT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetObjectLabelEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] public static extern void GetObjectLabelEXT( [NativeTypeName("ALenum")] int identifier, [NativeTypeName("ALuint")] uint name, @@ -4604,7 +4199,6 @@ public static extern void GetObjectLabelEXT( [NativeTypeName("ALchar *")] sbyte* label ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl( @@ -4625,7 +4219,6 @@ public static void GetObjectLabelEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl( @@ -4646,13 +4239,11 @@ public static sbyte GetObjectLabelEXT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetPointerDirectEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] public static extern void* GetPointerDirectEXT( ContextHandle context, [NativeTypeName("ALenum")] int pname ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] [MethodImpl( @@ -4664,13 +4255,11 @@ public static Ptr GetPointerDirectEXT( ) => (void*)GetPointerDirectEXT(context, (int)pname); [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetPointerDirectSOFT")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] public static extern void* GetPointerDirectSOFT( ContextHandle context, [NativeTypeName("ALenum")] int pname ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] [MethodImpl( @@ -4682,10 +4271,8 @@ public static Ptr GetPointerDirectSOFT( ) => (void*)GetPointerDirectSOFT(context, (int)pname); [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetPointerEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] public static extern void* GetPointerEXT([NativeTypeName("ALenum")] int pname); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] [MethodImpl( @@ -4696,10 +4283,8 @@ public static Ptr GetPointerEXT( ) => (void*)GetPointerEXT((int)pname); [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetPointerSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_events"])] public static extern void* GetPointerSOFT([NativeTypeName("ALenum")] int pname); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] [MethodImpl( @@ -4710,14 +4295,12 @@ public static Ptr GetPointerSOFT( ) => (void*)GetPointerSOFT((int)pname); [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetPointervDirectEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] public static extern void GetPointerDirectEXT( ContextHandle context, [NativeTypeName("ALenum")] int pname, void** values ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] [MethodImpl( @@ -4736,14 +4319,12 @@ Ref2D values } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetPointervDirectSOFT")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] public static extern void GetPointerDirectSOFT( ContextHandle context, [NativeTypeName("ALenum")] int pname, void** values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] [MethodImpl( @@ -4762,13 +4343,11 @@ Ref2D values } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetPointervEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] public static extern void GetPointerEXT( [NativeTypeName("ALenum")] int pname, void** values ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] [MethodImpl( @@ -4786,13 +4365,11 @@ Ref2D values } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetPointervSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_events"])] public static extern void GetPointerSOFT( [NativeTypeName("ALenum")] int pname, void** values ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] [MethodImpl( @@ -4810,10 +4387,8 @@ Ref2D values } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetProcAddress")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void* GetProcAddress([NativeTypeName("const ALchar *")] sbyte* fname); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetProcAddress")] [MethodImpl( @@ -4828,13 +4403,11 @@ public static Ptr GetProcAddress([NativeTypeName("const ALchar *")] Ref f } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetProcAddressDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void* GetProcAddressDirect( ContextHandle context, [NativeTypeName("const ALchar *")] sbyte* fname ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] [MethodImpl( @@ -4852,11 +4425,6 @@ public static Ptr GetProcAddressDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSource3dDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] public static extern void GetSource3DirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -4866,11 +4434,6 @@ public static extern void GetSource3DirectSOFT( [NativeTypeName("ALdouble *")] double* value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] [MethodImpl( @@ -4901,7 +4464,6 @@ public static void GetSource3DirectSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSource3dSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] public static extern void GetSource3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, @@ -4910,7 +4472,6 @@ public static extern void GetSource3SOFT( [NativeTypeName("ALdouble *")] double* value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] [MethodImpl( @@ -4933,7 +4494,6 @@ public static void GetSource3SOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSource3f")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetSource3( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, @@ -4942,7 +4502,6 @@ public static extern void GetSource3( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3f")] [MethodImpl( @@ -4965,7 +4524,6 @@ public static void GetSource3( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSource3fDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetSource3Direct( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -4975,7 +4533,6 @@ public static extern void GetSource3Direct( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] [MethodImpl( @@ -5006,7 +4563,6 @@ public static void GetSource3Direct( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSource3i")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetSource3( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, @@ -5015,7 +4571,6 @@ public static extern void GetSource3( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i")] [MethodImpl( @@ -5038,11 +4593,6 @@ public static void GetSource3( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSource3i64DirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] public static extern void GetSource3DirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -5052,11 +4602,6 @@ public static extern void GetSource3DirectSOFT( [NativeTypeName("ALint64SOFT *")] long* value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] [MethodImpl( @@ -5087,7 +4632,6 @@ public static void GetSource3DirectSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSource3i64SOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] public static extern void GetSource3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, @@ -5096,7 +4640,6 @@ public static extern void GetSource3SOFT( [NativeTypeName("ALint64SOFT *")] long* value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] [MethodImpl( @@ -5119,7 +4662,6 @@ public static void GetSource3SOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSource3iDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetSource3Direct( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -5129,7 +4671,6 @@ public static extern void GetSource3Direct( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] [MethodImpl( @@ -5160,11 +4701,6 @@ public static void GetSource3Direct( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcedDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] public static extern void GetSourceDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -5172,11 +4708,6 @@ public static extern void GetSourceDirectSOFT( [NativeTypeName("ALdouble *")] double* value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] [MethodImpl( @@ -5196,14 +4727,12 @@ public static void GetSourceDirectSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcedSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] public static extern void GetSourceSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALdouble *")] double* value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] [MethodImpl( @@ -5222,11 +4751,6 @@ public static void GetSourceSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcedvDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] public static extern void GetSourcedvDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -5234,11 +4758,6 @@ public static extern void GetSourcedvDirectSOFT( [NativeTypeName("ALdouble *")] double* values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] [MethodImpl( @@ -5258,14 +4777,12 @@ public static void GetSourcedvDirectSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcedvSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] public static extern void GetSourcedvSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALdouble *")] double* values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] [MethodImpl( @@ -5284,14 +4801,12 @@ public static void GetSourcedvSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcef")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetSourcef( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcef")] [MethodImpl( @@ -5310,7 +4825,6 @@ public static void GetSourcef( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcefDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetSourcefDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -5318,7 +4832,6 @@ public static extern void GetSourcefDirect( [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] [MethodImpl( @@ -5338,14 +4851,12 @@ public static void GetSourcefDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcefv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetSourcefv( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefv")] [MethodImpl( @@ -5364,7 +4875,6 @@ public static void GetSourcefv( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcefvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetSourcefvDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -5372,7 +4882,6 @@ public static extern void GetSourcefvDirect( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] [MethodImpl( @@ -5392,14 +4901,12 @@ public static void GetSourcefvDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcei")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetSourcei( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei")] [MethodImpl( @@ -5418,11 +4925,6 @@ public static void GetSourcei( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcei64DirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] public static extern void GetSourcei64DirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -5430,11 +4932,6 @@ public static extern void GetSourcei64DirectSOFT( [NativeTypeName("ALint64SOFT *")] long* value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] [MethodImpl( @@ -5454,14 +4951,12 @@ public static void GetSourcei64DirectSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcei64SOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] public static extern void GetSourcei64SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT *")] long* value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] [MethodImpl( @@ -5480,29 +4975,19 @@ public static void GetSourcei64SOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcei64vDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] - public static extern void GetSourcei64VDirectSOFT( + public static extern void GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param2, [NativeTypeName("ALint64SOFT *")] long* values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetSourcei64VDirectSOFT( + public static void GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param2, @@ -5511,25 +4996,23 @@ public static void GetSourcei64VDirectSOFT( { fixed (long* __dsl_values = values) { - GetSourcei64VDirectSOFT(context, source, (int)param2, __dsl_values); + GetSourcei64vDirectSOFT(context, source, (int)param2, __dsl_values); } } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourcei64vSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] - public static extern void GetSourcei64VSOFT( + public static extern void GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT *")] long* values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetSourcei64VSOFT( + public static void GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT *")] Ref values @@ -5537,12 +5020,11 @@ public static void GetSourcei64VSOFT( { fixed (long* __dsl_values = values) { - GetSourcei64VSOFT(source, (int)param1, __dsl_values); + GetSourcei64vSOFT(source, (int)param1, __dsl_values); } } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourceiDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetSourceiDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -5550,7 +5032,6 @@ public static extern void GetSourceiDirect( [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] [MethodImpl( @@ -5570,14 +5051,12 @@ public static void GetSourceiDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourceiv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetSourceiv( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceiv")] [MethodImpl( @@ -5596,7 +5075,6 @@ public static void GetSourceiv( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetSourceivDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void GetSourceivDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -5604,7 +5082,6 @@ public static extern void GetSourceivDirect( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] [MethodImpl( @@ -5625,11 +5102,9 @@ public static void GetSourceivDirect( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetString")] [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern sbyte* GetString([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetString")] [MethodImpl( @@ -5641,14 +5116,12 @@ public static Ptr GetString( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetStringDirect")] [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern sbyte* GetStringDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1 ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringDirect")] [MethodImpl( @@ -5661,11 +5134,6 @@ public static Ptr GetStringDirect( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetStringiDirectSOFT")] [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_resampler"], - RequireAll = true - )] public static extern sbyte* GetStringDirectSOFT( ContextHandle context, [NativeTypeName("ALenum")] int pname, @@ -5673,11 +5141,6 @@ public static Ptr GetStringDirect( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_resampler"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] [MethodImpl( @@ -5691,14 +5154,12 @@ public static Ptr GetStringDirectSOFT( [DllImport("openal", ExactSpelling = true, EntryPoint = "alGetStringiSOFT")] [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_SOFT_source_resampler"])] public static extern sbyte* GetStringSOFT( [NativeTypeName("ALenum")] int pname, [NativeTypeName("ALsizei")] int index ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_SOFT_source_resampler"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] [MethodImpl( @@ -5710,7 +5171,6 @@ public static Ptr GetStringSOFT( ) => (sbyte*)GetStringSOFT((int)pname, index); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] public static MaybeBool IsAuxiliaryEffectSlot( @@ -5718,109 +5178,94 @@ public static MaybeBool IsAuxiliaryEffectSlot( ) => (MaybeBool)(sbyte)IsAuxiliaryEffectSlotRaw(effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] public static MaybeBool IsAuxiliaryEffectSlotDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot - ) => (MaybeBool)(sbyte)IsAuxiliaryEffectSlotDirectRaw(context, effectslot); + ) => (MaybeBool)(sbyte)IsAuxiliaryEffectSlotDirectRawDirect(context, effectslot); [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsAuxiliaryEffectSlotDirect")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] - public static extern sbyte IsAuxiliaryEffectSlotDirectRaw( + public static extern sbyte IsAuxiliaryEffectSlotDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsAuxiliaryEffectSlot")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern sbyte IsAuxiliaryEffectSlotRaw( [NativeTypeName("ALuint")] uint effectslot ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBuffer")] public static MaybeBool IsBuffer([NativeTypeName("ALuint")] uint buffer) => (MaybeBool)(sbyte)IsBufferRaw(buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] public static MaybeBool IsBufferDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer - ) => (MaybeBool)(sbyte)IsBufferDirectRaw(context, buffer); + ) => (MaybeBool)(sbyte)IsBufferDirectRawDirect(context, buffer); [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsBufferDirect")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] - public static extern sbyte IsBufferDirectRaw( + public static extern sbyte IsBufferDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] public static MaybeBool IsBufferFormatSupportedSOFT( [NativeTypeName("ALenum")] int format - ) => (MaybeBool)(sbyte)IsBufferFormatSupportedSOFTRaw(format); + ) => (MaybeBool)(sbyte)IsBufferFormatSupportedSOFTRawSOFT(format); [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsBufferFormatSupportedSOFT")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] - public static extern sbyte IsBufferFormatSupportedSOFTRaw( + public static extern sbyte IsBufferFormatSupportedSOFTRawSOFT( [NativeTypeName("ALenum")] int format ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsBuffer")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern sbyte IsBufferRaw([NativeTypeName("ALuint")] uint buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEffect")] public static MaybeBool IsEffect([NativeTypeName("ALuint")] uint effect) => (MaybeBool)(sbyte)IsEffectRaw(effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] public static MaybeBool IsEffectDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect - ) => (MaybeBool)(sbyte)IsEffectDirectRaw(context, effect); + ) => (MaybeBool)(sbyte)IsEffectDirectRawDirect(context, effect); [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsEffectDirect")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] - public static extern sbyte IsEffectDirectRaw( + public static extern sbyte IsEffectDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsEffect")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern sbyte IsEffectRaw([NativeTypeName("ALuint")] uint effect); [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsEnabled")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern sbyte IsEnabled([NativeTypeName("ALenum")] int capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEnabled")] public static MaybeBool IsEnabled( @@ -5829,14 +5274,12 @@ public static MaybeBool IsEnabled( [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsEnabledDirect")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern sbyte IsEnabledDirect( ContextHandle context, [NativeTypeName("ALenum")] int capability ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] public static MaybeBool IsEnabledDirect( @@ -5846,13 +5289,11 @@ public static MaybeBool IsEnabledDirect( [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsExtensionPresent")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern sbyte IsExtensionPresent( [NativeTypeName("const ALchar *")] sbyte* extname ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsExtensionPresent")] [MethodImpl( @@ -5870,14 +5311,12 @@ public static MaybeBool IsExtensionPresent( [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsExtensionPresentDirect")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern sbyte IsExtensionPresentDirect( ContextHandle context, [NativeTypeName("const ALchar *")] sbyte* extname ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] [MethodImpl( @@ -5895,65 +5334,56 @@ public static MaybeBool IsExtensionPresentDirect( } [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsFilter")] public static MaybeBool IsFilter([NativeTypeName("ALuint")] uint filter) => (MaybeBool)(sbyte)IsFilterRaw(filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] public static MaybeBool IsFilterDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter - ) => (MaybeBool)(sbyte)IsFilterDirectRaw(context, filter); + ) => (MaybeBool)(sbyte)IsFilterDirectRawDirect(context, filter); [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsFilterDirect")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] - public static extern sbyte IsFilterDirectRaw( + public static extern sbyte IsFilterDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsFilter")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static extern sbyte IsFilterRaw([NativeTypeName("ALuint")] uint filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsSource")] public static MaybeBool IsSource([NativeTypeName("ALuint")] uint source) => (MaybeBool)(sbyte)IsSourceRaw(source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] public static MaybeBool IsSourceDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source - ) => (MaybeBool)(sbyte)IsSourceDirectRaw(context, source); + ) => (MaybeBool)(sbyte)IsSourceDirectRawDirect(context, source); [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsSourceDirect")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] - public static extern sbyte IsSourceDirectRaw( + public static extern sbyte IsSourceDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alIsSource")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern sbyte IsSourceRaw([NativeTypeName("ALuint")] uint source); [DllImport("openal", ExactSpelling = true, EntryPoint = "alListener3f")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Listener3( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat")] float value1, @@ -5961,7 +5391,6 @@ public static extern void Listener3( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3f")] public static void Listener3( @@ -5972,7 +5401,6 @@ public static void Listener3( ) => Listener3((int)param0, value1, value2, value3); [DllImport("openal", ExactSpelling = true, EntryPoint = "alListener3fDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void Listener3Direct( ContextHandle context, [NativeTypeName("ALenum")] int param1, @@ -5981,7 +5409,6 @@ public static extern void Listener3Direct( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3fDirect")] public static void Listener3Direct( @@ -5993,7 +5420,6 @@ public static void Listener3Direct( ) => Listener3Direct(context, (int)param1, value1, value2, value3); [DllImport("openal", ExactSpelling = true, EntryPoint = "alListener3i")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Listener3( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint")] int value1, @@ -6001,7 +5427,6 @@ public static extern void Listener3( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3i")] public static void Listener3( @@ -6012,7 +5437,6 @@ public static void Listener3( ) => Listener3((int)param0, value1, value2, value3); [DllImport("openal", ExactSpelling = true, EntryPoint = "alListener3iDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void Listener3Direct( ContextHandle context, [NativeTypeName("ALenum")] int param1, @@ -6021,7 +5445,6 @@ public static extern void Listener3Direct( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3iDirect")] public static void Listener3Direct( @@ -6033,13 +5456,11 @@ public static void Listener3Direct( ) => Listener3Direct(context, (int)param1, value1, value2, value3); [DllImport("openal", ExactSpelling = true, EntryPoint = "alListenerf")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Listener( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerf")] public static void Listener( @@ -6048,14 +5469,12 @@ public static void Listener( ) => Listener((int)param0, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alListenerfDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void ListenerDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfDirect")] public static void ListenerDirect( @@ -6065,13 +5484,11 @@ public static void ListenerDirect( ) => ListenerDirect(context, (int)param1, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alListenerfv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Listener( [NativeTypeName("ALenum")] int param0, [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfv")] [MethodImpl( @@ -6089,14 +5506,12 @@ public static void Listener( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alListenerfvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void ListenerDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] [MethodImpl( @@ -6115,14 +5530,12 @@ public static void ListenerDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alListeneri")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Listener( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint")] int value ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alListeneriDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void ListenerDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1, @@ -6130,13 +5543,11 @@ public static extern void ListenerDirect( ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alListeneriv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Listener( [NativeTypeName("ALenum")] int param0, [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListeneriv")] [MethodImpl( @@ -6154,14 +5565,12 @@ public static void Listener( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alListenerivDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void ListenerDirect( ContextHandle context, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerivDirect")] [MethodImpl( @@ -6180,7 +5589,6 @@ public static void ListenerDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alObjectLabelDirectEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] public static extern void ObjectLabelDirectEXT( ContextHandle context, [NativeTypeName("ALenum")] int identifier, @@ -6189,7 +5597,6 @@ public static extern void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] sbyte* label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl( @@ -6209,7 +5616,6 @@ public static void ObjectLabelDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] public static void ObjectLabelDirectEXT( @@ -6220,7 +5626,6 @@ public static void ObjectLabelDirectEXT( ) => ObjectLabelDirectEXT(context, (int)identifier, name, 1, (sbyte*)&label); [DllImport("openal", ExactSpelling = true, EntryPoint = "alObjectLabelEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] public static extern void ObjectLabelEXT( [NativeTypeName("ALenum")] int identifier, [NativeTypeName("ALuint")] uint name, @@ -6228,7 +5633,6 @@ public static extern void ObjectLabelEXT( [NativeTypeName("const ALchar *")] sbyte* label ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl( @@ -6247,7 +5651,6 @@ public static void ObjectLabelEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] public static void ObjectLabelEXT( @@ -6257,27 +5660,18 @@ public static void ObjectLabelEXT( ) => ObjectLabelEXT((int)identifier, name, 1, (sbyte*)&label); [DllImport("openal", ExactSpelling = true, EntryPoint = "alPopDebugGroupDirectEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] public static extern void PopDebugGroupDirectEXT(ContextHandle context); [DllImport("openal", ExactSpelling = true, EntryPoint = "alPopDebugGroupEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] public static extern void PopDebugGroupEXT(); [DllImport("openal", ExactSpelling = true, EntryPoint = "alProcessUpdatesDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_deferred_updates"], - RequireAll = true - )] public static extern void ProcessUpdatesDirectSOFT(ContextHandle context); [DllImport("openal", ExactSpelling = true, EntryPoint = "alProcessUpdatesSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_deferred_updates"])] public static extern void ProcessUpdatesSOFT(); [DllImport("openal", ExactSpelling = true, EntryPoint = "alPushDebugGroupDirectEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] public static extern void PushDebugGroupDirectEXT( ContextHandle context, [NativeTypeName("ALenum")] int source, @@ -6286,7 +5680,6 @@ public static extern void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] sbyte* message ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl( @@ -6306,7 +5699,6 @@ public static void PushDebugGroupDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] public static void PushDebugGroupDirectEXT( @@ -6317,7 +5709,6 @@ public static void PushDebugGroupDirectEXT( ) => PushDebugGroupDirectEXT(context, (int)source, id, 1, (sbyte*)&message); [DllImport("openal", ExactSpelling = true, EntryPoint = "alPushDebugGroupEXT")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] public static extern void PushDebugGroupEXT( [NativeTypeName("ALenum")] int source, [NativeTypeName("ALuint")] uint id, @@ -6325,7 +5716,6 @@ public static extern void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] sbyte* message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl( @@ -6344,7 +5734,6 @@ public static void PushDebugGroupEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] public static void PushDebugGroupEXT( @@ -6354,7 +5743,6 @@ public static void PushDebugGroupEXT( ) => PushDebugGroupEXT((int)source, id, 1, (sbyte*)&message); [DllImport("openal", ExactSpelling = true, EntryPoint = "alRequestFoldbackStart")] - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] public static extern void RequestFoldbackStart( [NativeTypeName("ALenum")] int mode, [NativeTypeName("ALsizei")] int count, @@ -6363,7 +5751,6 @@ public static extern void RequestFoldbackStart( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [Transformed] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] [MethodImpl( @@ -6384,7 +5771,6 @@ public static void RequestFoldbackStart( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alRequestFoldbackStartDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] public static extern void RequestFoldbackStartDirect( ContextHandle context, [NativeTypeName("ALenum")] int mode, @@ -6394,7 +5780,6 @@ public static extern void RequestFoldbackStartDirect( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] [MethodImpl( @@ -6416,19 +5801,12 @@ public static void RequestFoldbackStartDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alRequestFoldbackStop")] - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] public static extern void RequestFoldbackStop(); [DllImport("openal", ExactSpelling = true, EntryPoint = "alRequestFoldbackStopDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] public static extern void RequestFoldbackStopDirect(ContextHandle context); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSource3dDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] public static extern void Source3DirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -6439,8 +5817,7 @@ public static extern void Source3DirectSOFT( ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSource3dSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] - public static extern void Source3Soft( + public static extern void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALdouble")] double value1, @@ -6449,7 +5826,6 @@ public static extern void Source3Soft( ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSource3f")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Source3( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, @@ -6458,7 +5834,6 @@ public static extern void Source3( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3f")] public static void Source3( @@ -6470,7 +5845,6 @@ public static void Source3( ) => Source3(source, (int)param1, value1, value2, value3); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSource3fDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void Source3Direct( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -6480,7 +5854,6 @@ public static extern void Source3Direct( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3fDirect")] public static void Source3Direct( @@ -6493,7 +5866,6 @@ public static void Source3Direct( ) => Source3Direct(context, source, (int)param2, value1, value2, value3); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSource3i")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Source3( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, @@ -6502,7 +5874,6 @@ public static extern void Source3( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i")] public static void Source3( @@ -6514,11 +5885,6 @@ public static void Source3( ) => Source3(source, (int)param1, value1, value2, value3); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSource3i64DirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] public static extern void Source3DirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -6528,11 +5894,6 @@ public static extern void Source3DirectSOFT( [NativeTypeName("ALint64SOFT")] long value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] public static void Source3DirectSOFT( @@ -6545,8 +5906,7 @@ public static void Source3DirectSOFT( ) => Source3DirectSOFT(context, source, (int)param2, value1, value2, value3); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSource3i64SOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] - public static extern void Source3Soft( + public static extern void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT")] long value1, @@ -6554,19 +5914,17 @@ public static extern void Source3Soft( [NativeTypeName("ALint64SOFT")] long value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] - public static void Source3Soft( + public static void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT")] long value1, [NativeTypeName("ALint64SOFT")] long value2, [NativeTypeName("ALint64SOFT")] long value3 - ) => Source3Soft(source, (int)param1, value1, value2, value3); + ) => Source3SOFT(source, (int)param1, value1, value2, value3); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSource3iDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void Source3Direct( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -6576,7 +5934,6 @@ public static extern void Source3Direct( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3iDirect")] public static void Source3Direct( @@ -6589,11 +5946,6 @@ public static void Source3Direct( ) => Source3Direct(context, source, (int)param2, value1, value2, value3); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcedDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] public static extern void SourceDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -6601,11 +5953,6 @@ public static extern void SourceDirectSOFT( [NativeTypeName("ALdouble")] double value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] public static void SourceDirectSOFT( @@ -6616,14 +5963,12 @@ public static void SourceDirectSOFT( ) => SourceDirectSOFT(context, source, (int)param2, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcedSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] public static extern void SourceSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALdouble")] double value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] public static void SourceSOFT( @@ -6633,11 +5978,6 @@ public static void SourceSOFT( ) => SourceSOFT(source, (int)param1, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcedvDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] public static extern void SourceDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -6645,11 +5985,6 @@ public static extern void SourceDirectSOFT( [NativeTypeName("const ALdouble *")] double* values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] [MethodImpl( @@ -6669,14 +6004,12 @@ public static void SourceDirectSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcedvSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] public static extern void SourceSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALdouble *")] double* values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] [MethodImpl( @@ -6695,14 +6028,12 @@ public static void SourceSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcef")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Source( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcef")] public static void Source( @@ -6712,7 +6043,6 @@ public static void Source( ) => Source(source, (int)param1, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcefDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourceDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -6720,7 +6050,6 @@ public static extern void SourceDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefDirect")] public static void SourceDirect( @@ -6731,14 +6060,12 @@ public static void SourceDirect( ) => SourceDirect(context, source, (int)param2, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcefv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Source( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefv")] [MethodImpl( @@ -6757,7 +6084,6 @@ public static void Source( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcefvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourceDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -6765,7 +6091,6 @@ public static extern void SourceDirect( [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] [MethodImpl( @@ -6785,14 +6110,12 @@ public static void SourceDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcei")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Source( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei")] public static void Source( @@ -6802,11 +6125,6 @@ public static void Source( ) => Source(source, (int)param1, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcei64DirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] public static extern void SourceDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -6814,11 +6132,6 @@ public static extern void SourceDirectSOFT( [NativeTypeName("ALint64SOFT")] long value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] public static void SourceDirectSOFT( @@ -6829,14 +6142,12 @@ public static void SourceDirectSOFT( ) => SourceDirectSOFT(context, source, (int)param2, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcei64SOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] public static extern void SourceSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT")] long value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] public static void SourceSOFT( @@ -6846,11 +6157,6 @@ public static void SourceSOFT( ) => SourceSOFT(source, (int)param1, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcei64vDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] public static extern void SourceDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -6858,11 +6164,6 @@ public static extern void SourceDirectSOFT( [NativeTypeName("const ALint64SOFT *")] long* values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] [MethodImpl( @@ -6882,14 +6183,12 @@ public static void SourceDirectSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcei64vSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] public static extern void SourceSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALint64SOFT *")] long* values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] [MethodImpl( @@ -6908,7 +6207,6 @@ public static void SourceSOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceiDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourceDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -6916,7 +6214,6 @@ public static extern void SourceDirect( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceiDirect")] public static void SourceDirect( @@ -6927,14 +6224,12 @@ public static void SourceDirect( ) => SourceDirect(context, source, (int)param2, value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceiv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void Source( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceiv")] [MethodImpl( @@ -6953,7 +6248,6 @@ public static void Source( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceivDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourceDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -6961,7 +6255,6 @@ public static extern void SourceDirect( [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceivDirect")] [MethodImpl( @@ -6981,24 +6274,20 @@ public static void SourceDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcePause")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void SourcePause([NativeTypeName("ALuint")] uint source); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcePauseDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourcePauseDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcePausev")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void SourcePausev( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl( @@ -7015,21 +6304,18 @@ public static void SourcePausev( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausev")] public static void SourcePausev([NativeTypeName("const ALuint *")] uint sources) => SourcePausev(1, (uint*)&sources); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcePausevDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourcePausevDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl( @@ -7047,7 +6333,6 @@ public static void SourcePausevDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] public static void SourcePausevDirect( @@ -7056,15 +6341,9 @@ public static void SourcePausevDirect( ) => SourcePausevDirect(context, 1, (uint*)&sources); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcePlay")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void SourcePlay([NativeTypeName("ALuint")] uint source); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcePlayAtTimeDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] public static extern void SourcePlayAtTimeDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -7072,18 +6351,12 @@ public static extern void SourcePlayAtTimeDirectSOFT( ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcePlayAtTimeSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] public static extern void SourcePlayAtTimeSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALint64SOFT")] long start_time ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcePlayAtTimevDirectSOFT")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] public static extern void SourcePlayAtTimevDirectSOFT( ContextHandle context, [NativeTypeName("ALsizei")] int n, @@ -7091,11 +6364,6 @@ public static extern void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl( @@ -7114,11 +6382,6 @@ public static void SourcePlayAtTimevDirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] public static void SourcePlayAtTimevDirectSOFT( @@ -7128,14 +6391,12 @@ public static void SourcePlayAtTimevDirectSOFT( ) => SourcePlayAtTimevDirectSOFT(context, 1, (uint*)&sources, start_time); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcePlayAtTimevSOFT")] - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] public static extern void SourcePlayAtTimevSOFT( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources, [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl( @@ -7153,7 +6414,6 @@ public static void SourcePlayAtTimevSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] public static void SourcePlayAtTimevSOFT( @@ -7162,20 +6422,17 @@ public static void SourcePlayAtTimevSOFT( ) => SourcePlayAtTimevSOFT(1, (uint*)&sources, start_time); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcePlayDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourcePlayDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcePlayv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void SourcePlayv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl( @@ -7192,21 +6449,18 @@ public static void SourcePlayv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] public static void SourcePlayv([NativeTypeName("const ALuint *")] uint sources) => SourcePlayv(1, (uint*)&sources); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourcePlayvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourcePlayvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl( @@ -7224,7 +6478,6 @@ public static void SourcePlayvDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] public static void SourcePlayvDirect( @@ -7233,14 +6486,12 @@ public static void SourcePlayvDirect( ) => SourcePlayvDirect(context, 1, (uint*)&sources); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceQueueBuffers")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void SourceQueueBuffers( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALsizei")] int nb, [NativeTypeName("const ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] [MethodImpl( @@ -7259,7 +6510,6 @@ public static void SourceQueueBuffers( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceQueueBuffersDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourceQueueBuffersDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -7267,7 +6517,6 @@ public static extern void SourceQueueBuffersDirect( [NativeTypeName("const ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] [MethodImpl( @@ -7287,61 +6536,54 @@ public static void SourceQueueBuffersDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceRewind")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void SourceRewind([NativeTypeName("ALuint")] uint source); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceRewindDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourceRewindDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceRewindv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] - public static extern void SourceRewin( + public static extern void SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SourceRewin( + public static void SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources ) { fixed (uint* __dsl_sources = sources) { - SourceRewin(n, __dsl_sources); + SourceRewindv(n, __dsl_sources); } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] - public static void SourceRewin([NativeTypeName("const ALuint *")] uint sources) => - SourceRewin(1, (uint*)&sources); + public static void SourceRewindv([NativeTypeName("const ALuint *")] uint sources) => + SourceRewindv(1, (uint*)&sources); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceRewindvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] - public static extern void SourceRewinDirect( + public static extern void SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SourceRewinDirect( + public static void SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources @@ -7349,37 +6591,32 @@ public static void SourceRewinDirect( { fixed (uint* __dsl_sources = sources) { - SourceRewinDirect(context, n, __dsl_sources); + SourceRewindvDirect(context, n, __dsl_sources); } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] - public static void SourceRewinDirect( + public static void SourceRewindvDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint sources - ) => SourceRewinDirect(context, 1, (uint*)&sources); + ) => SourceRewindvDirect(context, 1, (uint*)&sources); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceStop")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void SourceStop([NativeTypeName("ALuint")] uint source); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceStopDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourceStopDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source ); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceStopv")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void SourceStopv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl( @@ -7396,21 +6633,18 @@ public static void SourceStopv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopv")] public static void SourceStopv([NativeTypeName("const ALuint *")] uint sources) => SourceStopv(1, (uint*)&sources); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceStopvDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourceStopvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl( @@ -7428,7 +6662,6 @@ public static void SourceStopvDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] public static void SourceStopvDirect( @@ -7437,14 +6670,12 @@ public static void SourceStopvDirect( ) => SourceStopvDirect(context, 1, (uint*)&sources); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceUnqueueBuffers")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] public static extern void SourceUnqueueBuffers( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALsizei")] int nb, [NativeTypeName("ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] [MethodImpl( @@ -7463,7 +6694,6 @@ public static void SourceUnqueueBuffers( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alSourceUnqueueBuffersDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SourceUnqueueBuffersDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source, @@ -7471,7 +6701,6 @@ public static extern void SourceUnqueueBuffersDirect( [NativeTypeName("ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] [MethodImpl( @@ -7491,11 +6720,9 @@ public static void SourceUnqueueBuffersDirect( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alSpeedOfSound")] - [SupportedApiProfile("al", ["AL_VERSION_1_1"], MinVersion = "1.1")] public static extern void SpeedOfSound([NativeTypeName("ALfloat")] float value); [DllImport("openal", ExactSpelling = true, EntryPoint = "alSpeedOfSoundDirect")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void SpeedOfSoundDirect( ContextHandle context, [NativeTypeName("ALfloat")] float value @@ -7503,7 +6730,6 @@ public static extern void SpeedOfSoundDirect( [DllImport("openal", ExactSpelling = true, EntryPoint = "EAXGetBufferModeDirect")] [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern int EAXGetBufferModeDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer, @@ -7511,7 +6737,6 @@ public static extern int EAXGetBufferModeDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] [MethodImpl( @@ -7531,7 +6756,6 @@ public static int EAXGetBufferModeDirect( [DllImport("openal", ExactSpelling = true, EntryPoint = "EAXGetDirect")] [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern int EAXGetDirect( ContextHandle context, [NativeTypeName("const struct _GUID *")] System.Guid* property_set_id, @@ -7542,7 +6766,6 @@ public static extern int EAXGetDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXGetDirect")] [MethodImpl( @@ -7573,7 +6796,6 @@ public static int EAXGetDirect( [DllImport("openal", ExactSpelling = true, EntryPoint = "EAXSetBufferModeDirect")] [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern sbyte EAXSetBufferModeDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, @@ -7582,7 +6804,6 @@ public static extern sbyte EAXSetBufferModeDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] [MethodImpl( @@ -7604,7 +6825,6 @@ public static MaybeBool EAXSetBufferModeDirect( [DllImport("openal", ExactSpelling = true, EntryPoint = "EAXSetDirect")] [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern int EAXSetDirect( ContextHandle context, [NativeTypeName("const struct _GUID *")] System.Guid* property_set_id, @@ -7615,7 +6835,6 @@ public static extern int EAXSetDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXSetDirect")] [MethodImpl( @@ -7648,7 +6867,6 @@ public static int EAXSetDirect( public partial class StaticWrapper : IAL where T : IAL.Static { - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7659,7 +6877,6 @@ public void AuxiliaryEffectSlot( [NativeTypeName("ALfloat")] float flValue ) => T.AuxiliaryEffectSlot(effectslot, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] [MethodImpl( @@ -7671,7 +6888,6 @@ public void AuxiliaryEffectSlot( [NativeTypeName("ALfloat")] float flValue ) => T.AuxiliaryEffectSlot(effectslot, param1, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7683,7 +6899,6 @@ public void AuxiliaryEffectSlotDirect( [NativeTypeName("ALfloat")] float flValue ) => T.AuxiliaryEffectSlotDirect(context, effectslot, param2, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] [MethodImpl( @@ -7696,7 +6911,6 @@ public void AuxiliaryEffectSlotDirect( [NativeTypeName("ALfloat")] float flValue ) => T.AuxiliaryEffectSlotDirect(context, effectslot, param2, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7707,7 +6921,6 @@ public void AuxiliaryEffectSlot( [NativeTypeName("const ALfloat *")] float* pflValues ) => T.AuxiliaryEffectSlot(effectslot, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] [MethodImpl( @@ -7719,7 +6932,6 @@ public void AuxiliaryEffectSlot( [NativeTypeName("const ALfloat *")] Ref pflValues ) => T.AuxiliaryEffectSlot(effectslot, param1, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7731,7 +6943,6 @@ public void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALfloat *")] float* pflValues ) => T.AuxiliaryEffectSlotDirect(context, effectslot, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] [MethodImpl( @@ -7744,7 +6955,6 @@ public void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALfloat *")] Ref pflValues ) => T.AuxiliaryEffectSlotDirect(context, effectslot, param2, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7755,7 +6965,6 @@ public void AuxiliaryEffectSlot( [NativeTypeName("ALint")] int iValue ) => T.AuxiliaryEffectSlot(effectslot, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] [MethodImpl( @@ -7767,7 +6976,6 @@ public void AuxiliaryEffectSlot( [NativeTypeName("ALint")] int iValue ) => T.AuxiliaryEffectSlot(effectslot, param1, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7779,7 +6987,6 @@ public void AuxiliaryEffectSlotDirect( [NativeTypeName("ALint")] int iValue ) => T.AuxiliaryEffectSlotDirect(context, effectslot, param2, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] [MethodImpl( @@ -7792,7 +6999,6 @@ public void AuxiliaryEffectSlotDirect( [NativeTypeName("ALint")] int iValue ) => T.AuxiliaryEffectSlotDirect(context, effectslot, param2, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7803,7 +7009,6 @@ public void AuxiliaryEffectSlot( [NativeTypeName("const ALint *")] int* piValues ) => T.AuxiliaryEffectSlot(effectslot, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] [MethodImpl( @@ -7815,7 +7020,6 @@ public void AuxiliaryEffectSlot( [NativeTypeName("const ALint *")] Ref piValues ) => T.AuxiliaryEffectSlot(effectslot, param1, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7827,7 +7031,6 @@ public void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALint *")] int* piValues ) => T.AuxiliaryEffectSlotDirect(context, effectslot, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] [MethodImpl( @@ -7840,7 +7043,6 @@ public void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALint *")] Ref piValues ) => T.AuxiliaryEffectSlotDirect(context, effectslot, param2, piValues); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBuffer3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7853,7 +7055,6 @@ public void Buffer3( [NativeTypeName("ALfloat")] float value3 ) => T.Buffer3(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBuffer3fDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7867,7 +7068,6 @@ public void Buffer3Direct( [NativeTypeName("ALfloat")] float value3 ) => T.Buffer3Direct(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBuffer3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7880,7 +7080,6 @@ public void Buffer3( [NativeTypeName("ALint")] int value3 ) => T.Buffer3(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBuffer3iDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7894,11 +7093,6 @@ public void Buffer3Direct( [NativeTypeName("ALint")] int value3 ) => T.Buffer3Direct(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7912,11 +7106,6 @@ public void BufferCallbackDirectSOFT( [NativeTypeName("ALvoid *")] void* userptr ) => T.BufferCallbackDirectSOFT(context, buffer, format, freq, callback, userptr); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] [MethodImpl( @@ -7931,7 +7120,6 @@ public void BufferCallbackDirectSOFT( [NativeTypeName("ALvoid *")] Ref userptr ) => T.BufferCallbackDirectSOFT(context, buffer, format, freq, callback, userptr); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7944,7 +7132,6 @@ public void BufferCallbackSOFT( [NativeTypeName("ALvoid *")] void* userptr ) => T.BufferCallbackSOFT(buffer, format, freq, callback, userptr); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] [MethodImpl( @@ -7958,7 +7145,6 @@ public void BufferCallbackSOFT( [NativeTypeName("ALvoid *")] Ref userptr ) => T.BufferCallbackSOFT(buffer, format, freq, callback, userptr); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7971,7 +7157,6 @@ public void BufferData( [NativeTypeName("ALsizei")] int samplerate ) => T.BufferData(buffer, format, data, size, samplerate); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferData")] [MethodImpl( @@ -7985,7 +7170,6 @@ public void BufferData( [NativeTypeName("ALsizei")] int samplerate ) => T.BufferData(buffer, format, data, size, samplerate); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -7999,7 +7183,6 @@ public void BufferDataDirect( [NativeTypeName("ALsizei")] int samplerate ) => T.BufferDataDirect(context, buffer, format, data, size, samplerate); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] [MethodImpl( @@ -8014,7 +7197,6 @@ public void BufferDataDirect( [NativeTypeName("ALsizei")] int samplerate ) => T.BufferDataDirect(context, buffer, format, data, size, samplerate); - [SupportedApiProfile("al", ["AL_EXT_STATIC_BUFFER"])] [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8027,7 +7209,6 @@ public void BufferDataStatic( [NativeTypeName("ALsizei")] int freq ) => T.BufferDataStatic(buffer, format, data, size, freq); - [SupportedApiProfile("al", ["AL_EXT_STATIC_BUFFER"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] [MethodImpl( @@ -8041,11 +7222,6 @@ public void BufferDataStatic( [NativeTypeName("ALsizei")] int freq ) => T.BufferDataStatic(buffer, format, data, size, freq); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_EXT_STATIC_BUFFER"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8059,11 +7235,6 @@ public void BufferDataStaticDirect( [NativeTypeName("ALsizei")] int freq ) => T.BufferDataStaticDirect(context, buffer, format, data, size, freq); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_EXT_STATIC_BUFFER"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] [MethodImpl( @@ -8078,7 +7249,6 @@ public void BufferDataStaticDirect( [NativeTypeName("ALsizei")] int freq ) => T.BufferDataStaticDirect(context, buffer, format, data, size, freq); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8089,7 +7259,6 @@ public void Buffer( [NativeTypeName("ALfloat")] float value ) => T.Buffer(buffer, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferf")] [MethodImpl( @@ -8101,7 +7270,6 @@ public void Buffer( [NativeTypeName("ALfloat")] float value ) => T.Buffer(buffer, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8113,7 +7281,6 @@ public void BufferDirect( [NativeTypeName("ALfloat")] float value ) => T.BufferDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfDirect")] [MethodImpl( @@ -8126,7 +7293,6 @@ public void BufferDirect( [NativeTypeName("ALfloat")] float value ) => T.BufferDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8137,7 +7303,6 @@ public void Buffer( [NativeTypeName("const ALfloat *")] float* values ) => T.Buffer(buffer, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfv")] [MethodImpl( @@ -8149,7 +7314,6 @@ public void Buffer( [NativeTypeName("const ALfloat *")] Ref values ) => T.Buffer(buffer, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8161,7 +7325,6 @@ public void BufferDirect( [NativeTypeName("const ALfloat *")] float* values ) => T.BufferDirect(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] [MethodImpl( @@ -8174,7 +7337,6 @@ public void BufferDirect( [NativeTypeName("const ALfloat *")] Ref values ) => T.BufferDirect(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8185,7 +7347,6 @@ public void Buffer( [NativeTypeName("ALint")] int value ) => T.Buffer(buffer, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferi")] [MethodImpl( @@ -8197,7 +7358,6 @@ public void Buffer( [NativeTypeName("ALint")] int value ) => T.Buffer(buffer, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8209,7 +7369,6 @@ public void BufferDirect( [NativeTypeName("ALint")] int value ) => T.BufferDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferiDirect")] [MethodImpl( @@ -8222,7 +7381,6 @@ public void BufferDirect( [NativeTypeName("ALint")] int value ) => T.BufferDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8233,7 +7391,6 @@ public void Buffer( [NativeTypeName("const ALint *")] int* values ) => T.Buffer(buffer, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferiv")] [MethodImpl( @@ -8245,7 +7402,6 @@ public void Buffer( [NativeTypeName("const ALint *")] Ref values ) => T.Buffer(buffer, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8257,7 +7413,6 @@ public void BufferDirect( [NativeTypeName("const ALint *")] int* values ) => T.BufferDirect(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferivDirect")] [MethodImpl( @@ -8270,7 +7425,6 @@ public void BufferDirect( [NativeTypeName("const ALint *")] Ref values ) => T.BufferDirect(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8285,7 +7439,6 @@ public void BufferSamplesSOFT( [NativeTypeName("const ALvoid *")] void* data ) => T.BufferSamplesSOFT(buffer, samplerate, internalformat, samples, channels, type, data); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] [MethodImpl( @@ -8301,11 +7454,6 @@ public void BufferSamplesSOFT( [NativeTypeName("const ALvoid *")] Ref data ) => T.BufferSamplesSOFT(buffer, samplerate, internalformat, samples, channels, type, data); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_buffer_sub_data"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8319,11 +7467,6 @@ public void BufferSubDataDirectSOFT( [NativeTypeName("ALsizei")] int length ) => T.BufferSubDataDirectSOFT(context, buffer, format, data, offset, length); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_buffer_sub_data"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] [MethodImpl( @@ -8338,7 +7481,6 @@ public void BufferSubDataDirectSOFT( [NativeTypeName("ALsizei")] int length ) => T.BufferSubDataDirectSOFT(context, buffer, format, data, offset, length); - [SupportedApiProfile("al", ["AL_SOFT_buffer_sub_data"])] [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8351,7 +7493,6 @@ public void BufferSubDataSOFT( [NativeTypeName("ALsizei")] int length ) => T.BufferSubDataSOFT(buffer, format, data, offset, length); - [SupportedApiProfile("al", ["AL_SOFT_buffer_sub_data"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] [MethodImpl( @@ -8365,7 +7506,6 @@ public void BufferSubDataSOFT( [NativeTypeName("ALsizei")] int length ) => T.BufferSubDataSOFT(buffer, format, data, offset, length); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8379,7 +7519,6 @@ public void BufferSubSamplesSOFT( [NativeTypeName("const ALvoid *")] void* data ) => T.BufferSubSamplesSOFT(buffer, offset, samples, channels, type, data); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] [MethodImpl( @@ -8394,7 +7533,6 @@ public void BufferSubSamplesSOFT( [NativeTypeName("const ALvoid *")] Ref data ) => T.BufferSubSamplesSOFT(buffer, offset, samples, channels, type, data); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8405,7 +7543,6 @@ public void DebugMessageCallbackDirectEXT( void* userParam ) => T.DebugMessageCallbackDirectEXT(context, callback, userParam); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] [MethodImpl( @@ -8417,7 +7554,6 @@ public void DebugMessageCallbackDirectEXT( Ref userParam ) => T.DebugMessageCallbackDirectEXT(context, callback, userParam); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8427,7 +7563,6 @@ public void DebugMessageCallbackEXT( void* userParam ) => T.DebugMessageCallbackEXT(callback, userParam); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] [MethodImpl( @@ -8438,7 +7573,6 @@ public void DebugMessageCallbackEXT( Ref userParam ) => T.DebugMessageCallbackEXT(callback, userParam); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8453,7 +7587,6 @@ public void DebugMessageControlDirectEXT( [NativeTypeName("ALboolean")] sbyte enable ) => T.DebugMessageControlDirectEXT(context, source, type, severity, count, ids, enable); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl( @@ -8469,7 +7602,6 @@ public void DebugMessageControlDirectEXT( [NativeTypeName("ALboolean")] MaybeBool enable ) => T.DebugMessageControlDirectEXT(context, source, type, severity, count, ids, enable); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl( @@ -8484,7 +7616,6 @@ public void DebugMessageControlDirectEXT( [NativeTypeName("ALboolean")] MaybeBool enable ) => T.DebugMessageControlDirectEXT(context, source, type, severity, ids, enable); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8498,7 +7629,6 @@ public void DebugMessageControlEXT( [NativeTypeName("ALboolean")] sbyte enable ) => T.DebugMessageControlEXT(source, type, severity, count, ids, enable); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl( @@ -8513,7 +7643,6 @@ public void DebugMessageControlEXT( [NativeTypeName("ALboolean")] MaybeBool enable ) => T.DebugMessageControlEXT(source, type, severity, count, ids, enable); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl( @@ -8527,7 +7656,6 @@ public void DebugMessageControlEXT( [NativeTypeName("ALboolean")] MaybeBool enable ) => T.DebugMessageControlEXT(source, type, severity, ids, enable); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8542,7 +7670,6 @@ public void DebugMessageInsertDirectEXT( [NativeTypeName("const ALchar *")] sbyte* message ) => T.DebugMessageInsertDirectEXT(context, source, type, id, severity, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl( @@ -8558,7 +7685,6 @@ public void DebugMessageInsertDirectEXT( [NativeTypeName("const ALchar *")] Ref message ) => T.DebugMessageInsertDirectEXT(context, source, type, id, severity, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl( @@ -8573,7 +7699,6 @@ public void DebugMessageInsertDirectEXT( [NativeTypeName("const ALchar *")] sbyte message ) => T.DebugMessageInsertDirectEXT(context, source, type, id, severity, message); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8587,7 +7712,6 @@ public void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] sbyte* message ) => T.DebugMessageInsertEXT(source, type, id, severity, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl( @@ -8602,7 +7726,6 @@ public void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] Ref message ) => T.DebugMessageInsertEXT(source, type, id, severity, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl( @@ -8616,11 +7739,6 @@ public void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] sbyte message ) => T.DebugMessageInsertEXT(source, type, id, severity, message); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_deferred_updates"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alDeferUpdatesDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8628,14 +7746,12 @@ public void DebugMessageInsertEXT( public void DeferUpdatesDirectSOFT(ContextHandle context) => T.DeferUpdatesDirectSOFT(context); - [SupportedApiProfile("al", ["AL_SOFT_deferred_updates"])] [NativeFunction("openal", EntryPoint = "alDeferUpdatesSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DeferUpdatesSOFT() => T.DeferUpdatesSOFT(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl( @@ -8645,7 +7761,6 @@ public void DeleteAuxiliaryEffectSlot( [NativeTypeName("const ALuint *")] uint effectslots ) => T.DeleteAuxiliaryEffectSlot(effectslots); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8655,7 +7770,6 @@ public void DeleteAuxiliaryEffectSlots( [NativeTypeName("const ALuint *")] uint* effectslots ) => T.DeleteAuxiliaryEffectSlots(n, effectslots); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl( @@ -8666,7 +7780,6 @@ public void DeleteAuxiliaryEffectSlots( [NativeTypeName("const ALuint *")] Ref effectslots ) => T.DeleteAuxiliaryEffectSlots(n, effectslots); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8677,7 +7790,6 @@ public void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] uint* effectslots ) => T.DeleteAuxiliaryEffectSlotsDirect(context, n, effectslots); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl( @@ -8689,7 +7801,6 @@ public void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] Ref effectslots ) => T.DeleteAuxiliaryEffectSlotsDirect(context, n, effectslots); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl( @@ -8700,7 +7811,6 @@ public void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] uint effectslots ) => T.DeleteAuxiliaryEffectSlotsDirect(context, effectslots); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl( @@ -8709,7 +7819,6 @@ public void DeleteAuxiliaryEffectSlotsDirect( public void DeleteBuffer([NativeTypeName("const ALuint *")] uint buffers) => T.DeleteBuffer(buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8719,7 +7828,6 @@ public void DeleteBuffers( [NativeTypeName("const ALuint *")] uint* buffers ) => T.DeleteBuffers(n, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl( @@ -8730,7 +7838,6 @@ public void DeleteBuffers( [NativeTypeName("const ALuint *")] Ref buffers ) => T.DeleteBuffers(n, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8741,7 +7848,6 @@ public void DeleteBuffersDirect( [NativeTypeName("const ALuint *")] uint* buffers ) => T.DeleteBuffersDirect(context, n, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] [MethodImpl( @@ -8753,7 +7859,6 @@ public void DeleteBuffersDirect( [NativeTypeName("const ALuint *")] Ref buffers ) => T.DeleteBuffersDirect(context, n, buffers); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl( @@ -8762,7 +7867,6 @@ public void DeleteBuffersDirect( public void DeleteEffect([NativeTypeName("const ALuint *")] uint effects) => T.DeleteEffect(effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8772,7 +7876,6 @@ public void DeleteEffects( [NativeTypeName("const ALuint *")] uint* effects ) => T.DeleteEffects(n, effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl( @@ -8783,7 +7886,6 @@ public void DeleteEffects( [NativeTypeName("const ALuint *")] Ref effects ) => T.DeleteEffects(n, effects); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8794,7 +7896,6 @@ public void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] uint* effects ) => T.DeleteEffectsDirect(context, n, effects); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl( @@ -8806,7 +7907,6 @@ public void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] Ref effects ) => T.DeleteEffectsDirect(context, n, effects); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl( @@ -8817,7 +7917,6 @@ public void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] uint effects ) => T.DeleteEffectsDirect(context, effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl( @@ -8826,7 +7925,6 @@ public void DeleteEffectsDirect( public void DeleteFilter([NativeTypeName("const ALuint *")] uint filters) => T.DeleteFilter(filters); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8836,7 +7934,6 @@ public void DeleteFilters( [NativeTypeName("const ALuint *")] uint* filters ) => T.DeleteFilters(n, filters); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl( @@ -8847,7 +7944,6 @@ public void DeleteFilters( [NativeTypeName("const ALuint *")] Ref filters ) => T.DeleteFilters(n, filters); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8858,7 +7954,6 @@ public void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] uint* filters ) => T.DeleteFiltersDirect(context, n, filters); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl( @@ -8870,7 +7965,6 @@ public void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] Ref filters ) => T.DeleteFiltersDirect(context, n, filters); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl( @@ -8881,7 +7975,6 @@ public void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] uint filters ) => T.DeleteFiltersDirect(context, filters); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl( @@ -8890,7 +7983,6 @@ public void DeleteFiltersDirect( public void DeleteSource([NativeTypeName("const ALuint *")] uint sources) => T.DeleteSource(sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8900,7 +7992,6 @@ public void DeleteSources( [NativeTypeName("const ALuint *")] uint* sources ) => T.DeleteSources(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl( @@ -8911,7 +8002,6 @@ public void DeleteSources( [NativeTypeName("const ALuint *")] Ref sources ) => T.DeleteSources(n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8922,7 +8012,6 @@ public void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] uint* sources ) => T.DeleteSourcesDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl( @@ -8934,7 +8023,6 @@ public void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] Ref sources ) => T.DeleteSourcesDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl( @@ -8945,14 +8033,12 @@ public void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] uint sources ) => T.DeleteSourcesDirect(context, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDisable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Disable([NativeTypeName("ALenum")] int capability) => T.Disable(capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDisable")] [MethodImpl( @@ -8962,7 +8048,6 @@ public void Disable( [NativeTypeName("ALenum")] Constant capability ) => T.Disable(capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDisableDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8972,7 +8057,6 @@ public void DisableDirect( [NativeTypeName("ALenum")] int capability ) => T.DisableDirect(context, capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDisableDirect")] [MethodImpl( @@ -8983,7 +8067,6 @@ public void DisableDirect( [NativeTypeName("ALenum")] Constant capability ) => T.DisableDirect(context, capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDistanceModel")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -8991,7 +8074,6 @@ public void DisableDirect( public void DistanceModel([NativeTypeName("ALenum")] int distanceModel) => T.DistanceModel(distanceModel); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDistanceModel")] [MethodImpl( @@ -9001,7 +8083,6 @@ public void DistanceModel( [NativeTypeName("ALenum")] Constant distanceModel ) => T.DistanceModel(distanceModel); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9011,7 +8092,6 @@ public void DistanceModelDirect( [NativeTypeName("ALenum")] int distanceModel ) => T.DistanceModelDirect(context, distanceModel); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] [MethodImpl( @@ -9022,7 +8102,6 @@ public void DistanceModelDirect( [NativeTypeName("ALenum")] Constant distanceModel ) => T.DistanceModelDirect(context, distanceModel); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDopplerFactor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9030,7 +8109,6 @@ public void DistanceModelDirect( public void DopplerFactor([NativeTypeName("ALfloat")] float value) => T.DopplerFactor(value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDopplerFactorDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9040,7 +8118,6 @@ public void DopplerFactorDirect( [NativeTypeName("ALfloat")] float value ) => T.DopplerFactorDirect(context, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDopplerVelocity")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9048,7 +8125,6 @@ public void DopplerFactorDirect( public void DopplerVelocity([NativeTypeName("ALfloat")] float value) => T.DopplerVelocity(value); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9059,7 +8135,6 @@ public void Effect( [NativeTypeName("ALfloat")] float flValue ) => T.Effect(effect, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectf")] [MethodImpl( @@ -9071,7 +8146,6 @@ public void Effect( [NativeTypeName("ALfloat")] float flValue ) => T.Effect(effect, param1, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9083,7 +8157,6 @@ public void EffectDirect( [NativeTypeName("ALfloat")] float flValue ) => T.EffectDirect(context, effect, param2, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfDirect")] [MethodImpl( @@ -9096,7 +8169,6 @@ public void EffectDirect( [NativeTypeName("ALfloat")] float flValue ) => T.EffectDirect(context, effect, param2, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9107,7 +8179,6 @@ public void Effect( [NativeTypeName("const ALfloat *")] float* pflValues ) => T.Effect(effect, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfv")] [MethodImpl( @@ -9119,7 +8190,6 @@ public void Effect( [NativeTypeName("const ALfloat *")] Ref pflValues ) => T.Effect(effect, param1, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9131,7 +8201,6 @@ public void EffectDirect( [NativeTypeName("const ALfloat *")] float* pflValues ) => T.EffectDirect(context, effect, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] [MethodImpl( @@ -9144,7 +8213,6 @@ public void EffectDirect( [NativeTypeName("const ALfloat *")] Ref pflValues ) => T.EffectDirect(context, effect, param2, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffecti")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9155,7 +8223,6 @@ public void Effect( [NativeTypeName("ALint")] int iValue ) => T.Effect(effect, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffecti")] [MethodImpl( @@ -9167,7 +8234,6 @@ public void Effect( [NativeTypeName("ALint")] int iValue ) => T.Effect(effect, param1, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9179,7 +8245,6 @@ public void EffectDirect( [NativeTypeName("ALint")] int iValue ) => T.EffectDirect(context, effect, param2, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectiDirect")] [MethodImpl( @@ -9192,7 +8257,6 @@ public void EffectDirect( [NativeTypeName("ALint")] int iValue ) => T.EffectDirect(context, effect, param2, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9203,7 +8267,6 @@ public void Effect( [NativeTypeName("const ALint *")] int* piValues ) => T.Effect(effect, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectiv")] [MethodImpl( @@ -9215,7 +8278,6 @@ public void Effect( [NativeTypeName("const ALint *")] Ref piValues ) => T.Effect(effect, param1, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9227,7 +8289,6 @@ public void EffectDirect( [NativeTypeName("const ALint *")] int* piValues ) => T.EffectDirect(context, effect, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectivDirect")] [MethodImpl( @@ -9240,14 +8301,12 @@ public void EffectDirect( [NativeTypeName("const ALint *")] Ref piValues ) => T.EffectDirect(context, effect, param2, piValues); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Enable([NativeTypeName("ALenum")] int capability) => T.Enable(capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alEnable")] [MethodImpl( @@ -9257,7 +8316,6 @@ public void Enable( [NativeTypeName("ALenum")] Constant capability ) => T.Enable(capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alEnableDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9267,7 +8325,6 @@ public void EnableDirect( [NativeTypeName("ALenum")] int capability ) => T.EnableDirect(context, capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEnableDirect")] [MethodImpl( @@ -9278,7 +8335,6 @@ public void EnableDirect( [NativeTypeName("ALenum")] Constant capability ) => T.EnableDirect(context, capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9289,7 +8345,6 @@ public void EventCallbackDirectSOFT( void* userParam ) => T.EventCallbackDirectSOFT(context, callback, userParam); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] [MethodImpl( @@ -9301,7 +8356,6 @@ public void EventCallbackDirectSOFT( Ref userParam ) => T.EventCallbackDirectSOFT(context, callback, userParam); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9311,7 +8365,6 @@ public void EventCallbackSOFT( void* userParam ) => T.EventCallbackSOFT(callback, userParam); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] [MethodImpl( @@ -9322,7 +8375,6 @@ public void EventCallbackSOFT( Ref userParam ) => T.EventCallbackSOFT(callback, userParam); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9334,7 +8386,6 @@ public void EventControlDirectSOFT( [NativeTypeName("ALboolean")] sbyte enable ) => T.EventControlDirectSOFT(context, count, types, enable); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl( @@ -9347,7 +8398,6 @@ public void EventControlDirectSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ) => T.EventControlDirectSOFT(context, count, types, enable); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl( @@ -9359,7 +8409,6 @@ public void EventControlDirectSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ) => T.EventControlDirectSOFT(context, types, enable); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9370,7 +8419,6 @@ public void EventControlSOFT( [NativeTypeName("ALboolean")] sbyte enable ) => T.EventControlSOFT(count, types, enable); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl( @@ -9382,7 +8430,6 @@ public void EventControlSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ) => T.EventControlSOFT(count, types, enable); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl( @@ -9393,7 +8440,6 @@ public void EventControlSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ) => T.EventControlSOFT(types, enable); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9404,7 +8450,6 @@ public void Filter( [NativeTypeName("ALfloat")] float flValue ) => T.Filter(filter, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterf")] [MethodImpl( @@ -9416,7 +8461,6 @@ public void Filter( [NativeTypeName("ALfloat")] float flValue ) => T.Filter(filter, param1, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9428,7 +8472,6 @@ public void FilterDirect( [NativeTypeName("ALfloat")] float flValue ) => T.FilterDirect(context, filter, param2, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfDirect")] [MethodImpl( @@ -9441,7 +8484,6 @@ public void FilterDirect( [NativeTypeName("ALfloat")] float flValue ) => T.FilterDirect(context, filter, param2, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9452,7 +8494,6 @@ public void Filter( [NativeTypeName("const ALfloat *")] float* pflValues ) => T.Filter(filter, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfv")] [MethodImpl( @@ -9464,7 +8505,6 @@ public void Filter( [NativeTypeName("const ALfloat *")] Ref pflValues ) => T.Filter(filter, param1, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9476,7 +8516,6 @@ public void FilterDirect( [NativeTypeName("const ALfloat *")] float* pflValues ) => T.FilterDirect(context, filter, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] [MethodImpl( @@ -9489,7 +8528,6 @@ public void FilterDirect( [NativeTypeName("const ALfloat *")] Ref pflValues ) => T.FilterDirect(context, filter, param2, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9500,7 +8538,6 @@ public void Filter( [NativeTypeName("ALint")] int iValue ) => T.Filter(filter, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteri")] [MethodImpl( @@ -9512,7 +8549,6 @@ public void Filter( [NativeTypeName("ALint")] int iValue ) => T.Filter(filter, param1, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilteriDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9524,7 +8560,6 @@ public void FilterDirect( [NativeTypeName("ALint")] int iValue ) => T.FilterDirect(context, filter, param2, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteriDirect")] [MethodImpl( @@ -9537,7 +8572,6 @@ public void FilterDirect( [NativeTypeName("ALint")] int iValue ) => T.FilterDirect(context, filter, param2, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9548,7 +8582,6 @@ public void Filter( [NativeTypeName("const ALint *")] int* piValues ) => T.Filter(filter, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteriv")] [MethodImpl( @@ -9560,7 +8593,6 @@ public void Filter( [NativeTypeName("const ALint *")] Ref piValues ) => T.Filter(filter, param1, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9572,7 +8604,6 @@ public void FilterDirect( [NativeTypeName("const ALint *")] int* piValues ) => T.FilterDirect(context, filter, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterivDirect")] [MethodImpl( @@ -9585,7 +8616,6 @@ public void FilterDirect( [NativeTypeName("const ALint *")] Ref piValues ) => T.FilterDirect(context, filter, param2, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl( @@ -9593,7 +8623,6 @@ public void FilterDirect( )] public uint GenAuxiliaryEffectSlot() => T.GenAuxiliaryEffectSlot(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9603,7 +8632,6 @@ public void GenAuxiliaryEffectSlots( [NativeTypeName("ALuint *")] uint* effectslots ) => T.GenAuxiliaryEffectSlots(n, effectslots); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl( @@ -9614,7 +8642,6 @@ public void GenAuxiliaryEffectSlots( [NativeTypeName("ALuint *")] Ref effectslots ) => T.GenAuxiliaryEffectSlots(n, effectslots); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9625,7 +8652,6 @@ public void GenAuxiliaryEffectSlotsDirect( [NativeTypeName("ALuint *")] uint* effectslots ) => T.GenAuxiliaryEffectSlotsDirect(context, n, effectslots); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl( @@ -9637,7 +8663,6 @@ public void GenAuxiliaryEffectSlotsDirect( [NativeTypeName("ALuint *")] Ref effectslots ) => T.GenAuxiliaryEffectSlotsDirect(context, n, effectslots); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl( @@ -9646,7 +8671,6 @@ public void GenAuxiliaryEffectSlotsDirect( public uint GenAuxiliaryEffectSlotsDirect(ContextHandle context) => T.GenAuxiliaryEffectSlotsDirect(context); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl( @@ -9654,7 +8678,6 @@ public uint GenAuxiliaryEffectSlotsDirect(ContextHandle context) => )] public uint GenBuffer() => T.GenBuffer(); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9664,7 +8687,6 @@ public void GenBuffers( [NativeTypeName("ALuint *")] uint* buffers ) => T.GenBuffers(n, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl( @@ -9675,7 +8697,6 @@ public void GenBuffers( [NativeTypeName("ALuint *")] Ref buffers ) => T.GenBuffers(n, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9686,7 +8707,6 @@ public void GenBuffersDirect( [NativeTypeName("ALuint *")] uint* buffers ) => T.GenBuffersDirect(context, n, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] [MethodImpl( @@ -9698,7 +8718,6 @@ public void GenBuffersDirect( [NativeTypeName("ALuint *")] Ref buffers ) => T.GenBuffersDirect(context, n, buffers); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl( @@ -9706,7 +8725,6 @@ public void GenBuffersDirect( )] public uint GenEffect() => T.GenEffect(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9716,7 +8734,6 @@ public void GenEffects( [NativeTypeName("ALuint *")] uint* effects ) => T.GenEffects(n, effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl( @@ -9727,7 +8744,6 @@ public void GenEffects( [NativeTypeName("ALuint *")] Ref effects ) => T.GenEffects(n, effects); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9738,7 +8754,6 @@ public void GenEffectsDirect( [NativeTypeName("ALuint *")] uint* effects ) => T.GenEffectsDirect(context, n, effects); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl( @@ -9750,7 +8765,6 @@ public void GenEffectsDirect( [NativeTypeName("ALuint *")] Ref effects ) => T.GenEffectsDirect(context, n, effects); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl( @@ -9758,7 +8772,6 @@ public void GenEffectsDirect( )] public uint GenEffectsDirect(ContextHandle context) => T.GenEffectsDirect(context); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl( @@ -9766,7 +8779,6 @@ public void GenEffectsDirect( )] public uint GenFilter() => T.GenFilter(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9776,7 +8788,6 @@ public void GenFilters( [NativeTypeName("ALuint *")] uint* filters ) => T.GenFilters(n, filters); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl( @@ -9787,7 +8798,6 @@ public void GenFilters( [NativeTypeName("ALuint *")] Ref filters ) => T.GenFilters(n, filters); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9798,7 +8808,6 @@ public void GenFiltersDirect( [NativeTypeName("ALuint *")] uint* filters ) => T.GenFiltersDirect(context, n, filters); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl( @@ -9810,7 +8819,6 @@ public void GenFiltersDirect( [NativeTypeName("ALuint *")] Ref filters ) => T.GenFiltersDirect(context, n, filters); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl( @@ -9818,7 +8826,6 @@ public void GenFiltersDirect( )] public uint GenFiltersDirect(ContextHandle context) => T.GenFiltersDirect(context); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl( @@ -9826,7 +8833,6 @@ public void GenFiltersDirect( )] public uint GenSource() => T.GenSource(); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9836,7 +8842,6 @@ public void GenSources( [NativeTypeName("ALuint *")] uint* sources ) => T.GenSources(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl( @@ -9847,7 +8852,6 @@ public void GenSources( [NativeTypeName("ALuint *")] Ref sources ) => T.GenSources(n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9858,7 +8862,6 @@ public void GenSourcesDirect( [NativeTypeName("ALuint *")] uint* sources ) => T.GenSourcesDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl( @@ -9870,7 +8873,6 @@ public void GenSourcesDirect( [NativeTypeName("ALuint *")] Ref sources ) => T.GenSourcesDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl( @@ -9878,7 +8880,6 @@ public void GenSourcesDirect( )] public uint GenSourcesDirect(ContextHandle context) => T.GenSourcesDirect(context); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9889,7 +8890,6 @@ public void GetAuxiliaryEffectSlotf( [NativeTypeName("ALfloat *")] float* flValue ) => T.GetAuxiliaryEffectSlotf(effectslot, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] [MethodImpl( @@ -9901,7 +8901,6 @@ public void GetAuxiliaryEffectSlotf( [NativeTypeName("ALfloat *")] Ref flValue ) => T.GetAuxiliaryEffectSlotf(effectslot, param1, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9913,7 +8912,6 @@ public void GetAuxiliaryEffectSlotfDirect( [NativeTypeName("ALfloat *")] float* pflValue ) => T.GetAuxiliaryEffectSlotfDirect(context, effectslot, param2, pflValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] [MethodImpl( @@ -9926,7 +8924,6 @@ public void GetAuxiliaryEffectSlotfDirect( [NativeTypeName("ALfloat *")] Ref pflValue ) => T.GetAuxiliaryEffectSlotfDirect(context, effectslot, param2, pflValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9937,7 +8934,6 @@ public void GetAuxiliaryEffectSlotfv( [NativeTypeName("ALfloat *")] float* pflValues ) => T.GetAuxiliaryEffectSlotfv(effectslot, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] [MethodImpl( @@ -9949,7 +8945,6 @@ public void GetAuxiliaryEffectSlotfv( [NativeTypeName("ALfloat *")] Ref pflValues ) => T.GetAuxiliaryEffectSlotfv(effectslot, param1, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9961,7 +8956,6 @@ public void GetAuxiliaryEffectSlotfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ) => T.GetAuxiliaryEffectSlotfvDirect(context, effectslot, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] [MethodImpl( @@ -9974,7 +8968,6 @@ public void GetAuxiliaryEffectSlotfvDirect( [NativeTypeName("ALfloat *")] Ref pflValues ) => T.GetAuxiliaryEffectSlotfvDirect(context, effectslot, param2, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -9985,7 +8978,6 @@ public void GetAuxiliaryEffectSloti( [NativeTypeName("ALint *")] int* iValue ) => T.GetAuxiliaryEffectSloti(effectslot, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] [MethodImpl( @@ -9997,7 +8989,6 @@ public void GetAuxiliaryEffectSloti( [NativeTypeName("ALint *")] Ref iValue ) => T.GetAuxiliaryEffectSloti(effectslot, param1, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10009,7 +9000,6 @@ public void GetAuxiliaryEffectSlotiDirect( [NativeTypeName("ALint *")] int* piValue ) => T.GetAuxiliaryEffectSlotiDirect(context, effectslot, param2, piValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] [MethodImpl( @@ -10022,7 +9012,6 @@ public void GetAuxiliaryEffectSlotiDirect( [NativeTypeName("ALint *")] Ref piValue ) => T.GetAuxiliaryEffectSlotiDirect(context, effectslot, param2, piValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10033,7 +9022,6 @@ public void GetAuxiliaryEffectSlotiv( [NativeTypeName("ALint *")] int* piValues ) => T.GetAuxiliaryEffectSlotiv(effectslot, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] [MethodImpl( @@ -10045,7 +9033,6 @@ public void GetAuxiliaryEffectSlotiv( [NativeTypeName("ALint *")] Ref piValues ) => T.GetAuxiliaryEffectSlotiv(effectslot, param1, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10057,7 +9044,6 @@ public void GetAuxiliaryEffectSlotivDirect( [NativeTypeName("ALint *")] int* piValues ) => T.GetAuxiliaryEffectSlotivDirect(context, effectslot, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] [MethodImpl( @@ -10071,7 +9057,6 @@ public void GetAuxiliaryEffectSlotivDirect( ) => T.GetAuxiliaryEffectSlotivDirect(context, effectslot, param2, piValues); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBoolean")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10079,7 +9064,6 @@ public void GetAuxiliaryEffectSlotivDirect( public sbyte GetBoolean([NativeTypeName("ALenum")] int param0) => T.GetBoolean(param0); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBoolean")] [MethodImpl( @@ -10090,7 +9074,6 @@ public MaybeBool GetBoolean( ) => T.GetBoolean(param0); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10101,7 +9084,6 @@ public sbyte GetBooleanDirect( ) => T.GetBooleanDirect(context, param1); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] [MethodImpl( @@ -10112,7 +9094,6 @@ public MaybeBool GetBooleanDirect( [NativeTypeName("ALenum")] Constant param1 ) => T.GetBooleanDirect(context, param1); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBooleanv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10122,7 +9103,6 @@ public void GetBoolean( [NativeTypeName("ALboolean *")] sbyte* values ) => T.GetBoolean(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanv")] [MethodImpl( @@ -10133,7 +9113,6 @@ public void GetBoolean( [NativeTypeName("ALboolean *")] Ref values ) => T.GetBoolean(param0, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10144,7 +9123,6 @@ public void GetBooleanDirect( [NativeTypeName("ALboolean *")] sbyte* values ) => T.GetBooleanDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] [MethodImpl( @@ -10156,7 +9134,6 @@ public void GetBooleanDirect( [NativeTypeName("ALboolean *")] Ref values ) => T.GetBooleanDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10169,7 +9146,6 @@ public void GetBuffer3( [NativeTypeName("ALfloat *")] float* value3 ) => T.GetBuffer3(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] [MethodImpl( @@ -10183,7 +9159,6 @@ public void GetBuffer3( [NativeTypeName("ALfloat *")] Ref value3 ) => T.GetBuffer3(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10197,7 +9172,6 @@ public void GetBuffer3Direct( [NativeTypeName("ALfloat *")] float* value3 ) => T.GetBuffer3Direct(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] [MethodImpl( @@ -10212,7 +9186,6 @@ public void GetBuffer3Direct( [NativeTypeName("ALfloat *")] Ref value3 ) => T.GetBuffer3Direct(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10225,7 +9198,6 @@ public void GetBuffer3( [NativeTypeName("ALint *")] int* value3 ) => T.GetBuffer3(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] [MethodImpl( @@ -10239,7 +9211,6 @@ public void GetBuffer3( [NativeTypeName("ALint *")] Ref value3 ) => T.GetBuffer3(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10253,7 +9224,6 @@ public void GetBuffer3Direct( [NativeTypeName("ALint *")] int* value3 ) => T.GetBuffer3Direct(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] [MethodImpl( @@ -10268,11 +9238,6 @@ public void GetBuffer3Direct( [NativeTypeName("ALint *")] Ref value3 ) => T.GetBuffer3Direct(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10286,11 +9251,6 @@ public void GetBuffer3PtrDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr2 ) => T.GetBuffer3PtrDirectSOFT(context, buffer, param2, ptr0, ptr1, ptr2); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] [MethodImpl( @@ -10305,7 +9265,6 @@ public void GetBuffer3PtrDirectSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr2 ) => T.GetBuffer3PtrDirectSOFT(context, buffer, param2, ptr0, ptr1, ptr2); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10318,7 +9277,6 @@ public void GetBuffer3PtrSOFT( [NativeTypeName("ALvoid **")] void** ptr2 ) => T.GetBuffer3PtrSOFT(buffer, param1, ptr0, ptr1, ptr2); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] [MethodImpl( @@ -10332,7 +9290,6 @@ public void GetBuffer3PtrSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr2 ) => T.GetBuffer3PtrSOFT(buffer, param1, ptr0, ptr1, ptr2); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10343,7 +9300,6 @@ public void GetBufferf( [NativeTypeName("ALfloat *")] float* value ) => T.GetBufferf(buffer, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferf")] [MethodImpl( @@ -10355,7 +9311,6 @@ public void GetBufferf( [NativeTypeName("ALfloat *")] Ref value ) => T.GetBufferf(buffer, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10367,7 +9322,6 @@ public void GetBufferfDirect( [NativeTypeName("ALfloat *")] float* value ) => T.GetBufferfDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] [MethodImpl( @@ -10380,7 +9334,6 @@ public void GetBufferfDirect( [NativeTypeName("ALfloat *")] Ref value ) => T.GetBufferfDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10391,7 +9344,6 @@ public void GetBufferfv( [NativeTypeName("ALfloat *")] float* values ) => T.GetBufferfv(buffer, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfv")] [MethodImpl( @@ -10403,7 +9355,6 @@ public void GetBufferfv( [NativeTypeName("ALfloat *")] Ref values ) => T.GetBufferfv(buffer, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10415,7 +9366,6 @@ public void GetBufferfvDirect( [NativeTypeName("ALfloat *")] float* values ) => T.GetBufferfvDirect(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] [MethodImpl( @@ -10428,7 +9378,6 @@ public void GetBufferfvDirect( [NativeTypeName("ALfloat *")] Ref values ) => T.GetBufferfvDirect(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10439,7 +9388,6 @@ public void GetBufferi( [NativeTypeName("ALint *")] int* value ) => T.GetBufferi(buffer, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferi")] [MethodImpl( @@ -10451,7 +9399,6 @@ public void GetBufferi( [NativeTypeName("ALint *")] Ref value ) => T.GetBufferi(buffer, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10463,7 +9410,6 @@ public void GetBufferiDirect( [NativeTypeName("ALint *")] int* value ) => T.GetBufferiDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] [MethodImpl( @@ -10476,7 +9422,6 @@ public void GetBufferiDirect( [NativeTypeName("ALint *")] Ref value ) => T.GetBufferiDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10487,7 +9432,6 @@ public void GetBufferiv( [NativeTypeName("ALint *")] int* values ) => T.GetBufferiv(buffer, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferiv")] [MethodImpl( @@ -10499,7 +9443,6 @@ public void GetBufferiv( [NativeTypeName("ALint *")] Ref values ) => T.GetBufferiv(buffer, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10511,7 +9454,6 @@ public void GetBufferivDirect( [NativeTypeName("ALint *")] int* values ) => T.GetBufferivDirect(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] [MethodImpl( @@ -10524,11 +9466,6 @@ public void GetBufferivDirect( [NativeTypeName("ALint *")] Ref values ) => T.GetBufferivDirect(context, buffer, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10540,11 +9477,6 @@ public void GetBufferPtrDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr ) => T.GetBufferPtrDirectSOFT(context, buffer, param2, ptr); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] [MethodImpl( @@ -10557,7 +9489,6 @@ public void GetBufferPtrDirectSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ) => T.GetBufferPtrDirectSOFT(context, buffer, param2, ptr); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10568,7 +9499,6 @@ public void GetBufferPtrSOFT( [NativeTypeName("ALvoid **")] void** ptr ) => T.GetBufferPtrSOFT(buffer, param1, ptr); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] [MethodImpl( @@ -10580,11 +9510,6 @@ public void GetBufferPtrSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ) => T.GetBufferPtrSOFT(buffer, param1, ptr); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10596,11 +9521,6 @@ public void GetBufferPtrvDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr ) => T.GetBufferPtrvDirectSOFT(context, buffer, param2, ptr); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] [MethodImpl( @@ -10613,7 +9533,6 @@ public void GetBufferPtrvDirectSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ) => T.GetBufferPtrvDirectSOFT(context, buffer, param2, ptr); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10624,7 +9543,6 @@ public void GetBufferPtrvSOFT( [NativeTypeName("ALvoid **")] void** ptr ) => T.GetBufferPtrvSOFT(buffer, param1, ptr); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] [MethodImpl( @@ -10636,7 +9554,6 @@ public void GetBufferPtrvSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ) => T.GetBufferPtrvSOFT(buffer, param1, ptr); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10650,7 +9567,6 @@ public void GetBufferSamplesSOFT( [NativeTypeName("ALvoid *")] void* data ) => T.GetBufferSamplesSOFT(buffer, offset, samples, channels, type, data); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] [MethodImpl( @@ -10666,7 +9582,6 @@ public void GetBufferSamplesSOFT( ) => T.GetBufferSamplesSOFT(buffer, offset, samples, channels, type, data); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10695,7 +9610,6 @@ public uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl( @@ -10725,7 +9639,6 @@ public uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl( @@ -10755,7 +9668,6 @@ public uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl( @@ -10785,7 +9697,6 @@ public uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10812,7 +9723,6 @@ public uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl( @@ -10840,7 +9750,6 @@ public uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl( @@ -10868,7 +9777,6 @@ public uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl( @@ -10896,7 +9804,6 @@ public uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetDouble")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10904,7 +9811,6 @@ public uint GetDebugMessageLogEXT( public double GetDouble([NativeTypeName("ALenum")] int param0) => T.GetDouble(param0); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDouble")] [MethodImpl( @@ -10915,7 +9821,6 @@ public double GetDouble( ) => T.GetDouble(param0); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10926,7 +9831,6 @@ public double GetDoubleDirect( ) => T.GetDoubleDirect(context, param1); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] [MethodImpl( @@ -10937,7 +9841,6 @@ public double GetDoubleDirect( [NativeTypeName("ALenum")] Constant param1 ) => T.GetDoubleDirect(context, param1); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetDoublev")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10947,7 +9850,6 @@ public void GetDouble( [NativeTypeName("ALdouble *")] double* values ) => T.GetDouble(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoublev")] [MethodImpl( @@ -10958,7 +9860,6 @@ public void GetDouble( [NativeTypeName("ALdouble *")] Ref values ) => T.GetDouble(param0, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10969,7 +9870,6 @@ public void GetDoubleDirect( [NativeTypeName("ALdouble *")] double* values ) => T.GetDoubleDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] [MethodImpl( @@ -10981,7 +9881,6 @@ public void GetDoubleDirect( [NativeTypeName("ALdouble *")] Ref values ) => T.GetDoubleDirect(context, param1, values); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -10992,7 +9891,6 @@ public void GetEffectf( [NativeTypeName("ALfloat *")] float* flValue ) => T.GetEffectf(effect, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectf")] [MethodImpl( @@ -11004,7 +9902,6 @@ public void GetEffectf( [NativeTypeName("ALfloat *")] Ref flValue ) => T.GetEffectf(effect, param1, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11016,7 +9913,6 @@ public void GetEffectfDirect( [NativeTypeName("ALfloat *")] float* pflValue ) => T.GetEffectfDirect(context, effect, param2, pflValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] [MethodImpl( @@ -11029,7 +9925,6 @@ public void GetEffectfDirect( [NativeTypeName("ALfloat *")] Ref pflValue ) => T.GetEffectfDirect(context, effect, param2, pflValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11040,7 +9935,6 @@ public void GetEffectfv( [NativeTypeName("ALfloat *")] float* pflValues ) => T.GetEffectfv(effect, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfv")] [MethodImpl( @@ -11052,7 +9946,6 @@ public void GetEffectfv( [NativeTypeName("ALfloat *")] Ref pflValues ) => T.GetEffectfv(effect, param1, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11064,7 +9957,6 @@ public void GetEffectfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ) => T.GetEffectfvDirect(context, effect, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] [MethodImpl( @@ -11077,7 +9969,6 @@ public void GetEffectfvDirect( [NativeTypeName("ALfloat *")] Ref pflValues ) => T.GetEffectfvDirect(context, effect, param2, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffecti")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11088,7 +9979,6 @@ public void GetEffecti( [NativeTypeName("ALint *")] int* iValue ) => T.GetEffecti(effect, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffecti")] [MethodImpl( @@ -11100,7 +9990,6 @@ public void GetEffecti( [NativeTypeName("ALint *")] Ref iValue ) => T.GetEffecti(effect, param1, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11112,7 +10001,6 @@ public void GetEffectiDirect( [NativeTypeName("ALint *")] int* piValue ) => T.GetEffectiDirect(context, effect, param2, piValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] [MethodImpl( @@ -11125,7 +10013,6 @@ public void GetEffectiDirect( [NativeTypeName("ALint *")] Ref piValue ) => T.GetEffectiDirect(context, effect, param2, piValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11136,7 +10023,6 @@ public void GetEffectiv( [NativeTypeName("ALint *")] int* piValues ) => T.GetEffectiv(effect, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectiv")] [MethodImpl( @@ -11148,7 +10034,6 @@ public void GetEffectiv( [NativeTypeName("ALint *")] Ref piValues ) => T.GetEffectiv(effect, param1, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11160,7 +10045,6 @@ public void GetEffectivDirect( [NativeTypeName("ALint *")] int* piValues ) => T.GetEffectivDirect(context, effect, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] [MethodImpl( @@ -11174,7 +10058,6 @@ public void GetEffectivDirect( ) => T.GetEffectivDirect(context, effect, param2, piValues); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetEnumValue")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11183,7 +10066,6 @@ public int GetEnumValue([NativeTypeName("const ALchar *")] sbyte* ename) => T.GetEnumValue(ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEnumValue")] [MethodImpl( @@ -11193,7 +10075,6 @@ public int GetEnumValue([NativeTypeName("const ALchar *")] Ref ename) => T.GetEnumValue(ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11204,7 +10085,6 @@ public int GetEnumValueDirect( ) => T.GetEnumValueDirect(context, ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] [MethodImpl( @@ -11216,7 +10096,6 @@ public int GetEnumValueDirect( ) => T.GetEnumValueDirect(context, ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetError")] [MethodImpl( @@ -11225,7 +10104,6 @@ public int GetEnumValueDirect( public Constant GetError() => T.GetError(); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] [MethodImpl( @@ -11235,22 +10113,20 @@ public Constant GetErrorDirect(ContextHandle context) => T.GetErrorDirect(context); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public int GetErrorDirectRaw(ContextHandle context) => T.GetErrorDirectRaw(context); + public int GetErrorDirectRawDirect(ContextHandle context) => + T.GetErrorDirectRawDirect(context); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetError")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int GetErrorRaw() => T.GetErrorRaw(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11261,7 +10137,6 @@ public void GetFilterf( [NativeTypeName("ALfloat *")] float* flValue ) => T.GetFilterf(filter, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterf")] [MethodImpl( @@ -11273,7 +10148,6 @@ public void GetFilterf( [NativeTypeName("ALfloat *")] Ref flValue ) => T.GetFilterf(filter, param1, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11285,7 +10159,6 @@ public void GetFilterfDirect( [NativeTypeName("ALfloat *")] float* pflValue ) => T.GetFilterfDirect(context, filter, param2, pflValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] [MethodImpl( @@ -11298,7 +10171,6 @@ public void GetFilterfDirect( [NativeTypeName("ALfloat *")] Ref pflValue ) => T.GetFilterfDirect(context, filter, param2, pflValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11309,7 +10181,6 @@ public void GetFilterfv( [NativeTypeName("ALfloat *")] float* pflValues ) => T.GetFilterfv(filter, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfv")] [MethodImpl( @@ -11321,7 +10192,6 @@ public void GetFilterfv( [NativeTypeName("ALfloat *")] Ref pflValues ) => T.GetFilterfv(filter, param1, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11333,7 +10203,6 @@ public void GetFilterfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ) => T.GetFilterfvDirect(context, filter, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] [MethodImpl( @@ -11346,7 +10215,6 @@ public void GetFilterfvDirect( [NativeTypeName("ALfloat *")] Ref pflValues ) => T.GetFilterfvDirect(context, filter, param2, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11357,7 +10225,6 @@ public void GetFilteri( [NativeTypeName("ALint *")] int* iValue ) => T.GetFilteri(filter, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteri")] [MethodImpl( @@ -11369,7 +10236,6 @@ public void GetFilteri( [NativeTypeName("ALint *")] Ref iValue ) => T.GetFilteri(filter, param1, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11381,7 +10247,6 @@ public void GetFilteriDirect( [NativeTypeName("ALint *")] int* piValue ) => T.GetFilteriDirect(context, filter, param2, piValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] [MethodImpl( @@ -11394,7 +10259,6 @@ public void GetFilteriDirect( [NativeTypeName("ALint *")] Ref piValue ) => T.GetFilteriDirect(context, filter, param2, piValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11405,7 +10269,6 @@ public void GetFilteriv( [NativeTypeName("ALint *")] int* piValues ) => T.GetFilteriv(filter, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteriv")] [MethodImpl( @@ -11417,7 +10280,6 @@ public void GetFilteriv( [NativeTypeName("ALint *")] Ref piValues ) => T.GetFilteriv(filter, param1, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11429,7 +10291,6 @@ public void GetFilterivDirect( [NativeTypeName("ALint *")] int* piValues ) => T.GetFilterivDirect(context, filter, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] [MethodImpl( @@ -11443,7 +10304,6 @@ public void GetFilterivDirect( ) => T.GetFilterivDirect(context, filter, param2, piValues); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetFloat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11451,7 +10311,6 @@ public void GetFilterivDirect( public float GetFloat([NativeTypeName("ALenum")] int param0) => T.GetFloat(param0); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloat")] [MethodImpl( @@ -11462,7 +10321,6 @@ public float GetFloat( ) => T.GetFloat(param0); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11471,7 +10329,6 @@ public float GetFloatDirect(ContextHandle context, [NativeTypeName("ALenum")] in T.GetFloatDirect(context, param1); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] [MethodImpl( @@ -11482,7 +10339,6 @@ public float GetFloatDirect( [NativeTypeName("ALenum")] Constant param1 ) => T.GetFloatDirect(context, param1); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetFloatv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11492,7 +10348,6 @@ public void GetFloat( [NativeTypeName("ALfloat *")] float* values ) => T.GetFloat(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatv")] [MethodImpl( @@ -11503,7 +10358,6 @@ public void GetFloat( [NativeTypeName("ALfloat *")] Ref values ) => T.GetFloat(param0, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11514,7 +10368,6 @@ public void GetFloatDirect( [NativeTypeName("ALfloat *")] float* values ) => T.GetFloatDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] [MethodImpl( @@ -11527,7 +10380,6 @@ public void GetFloatDirect( ) => T.GetFloatDirect(context, param1, values); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetInteger")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11535,7 +10387,6 @@ public void GetFloatDirect( public int GetInteger([NativeTypeName("ALenum")] int param0) => T.GetInteger(param0); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetInteger")] [MethodImpl( @@ -11546,7 +10397,6 @@ public int GetInteger( ) => T.GetInteger(param0); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11555,7 +10405,6 @@ public int GetIntegerDirect(ContextHandle context, [NativeTypeName("ALenum")] in T.GetIntegerDirect(context, param1); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] [MethodImpl( @@ -11566,7 +10415,6 @@ public int GetIntegerDirect( [NativeTypeName("ALenum")] Constant param1 ) => T.GetIntegerDirect(context, param1); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetIntegerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11576,7 +10424,6 @@ public void GetInteger( [NativeTypeName("ALint *")] int* values ) => T.GetInteger(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegerv")] [MethodImpl( @@ -11587,7 +10434,6 @@ public void GetInteger( [NativeTypeName("ALint *")] Ref values ) => T.GetInteger(param0, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11598,7 +10444,6 @@ public void GetIntegerDirect( [NativeTypeName("ALint *")] int* values ) => T.GetIntegerDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] [MethodImpl( @@ -11610,7 +10455,6 @@ public void GetIntegerDirect( [NativeTypeName("ALint *")] Ref values ) => T.GetIntegerDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListener3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11622,7 +10466,6 @@ public void GetListener3( [NativeTypeName("ALfloat *")] float* value3 ) => T.GetListener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3f")] [MethodImpl( @@ -11635,7 +10478,6 @@ public void GetListener3( [NativeTypeName("ALfloat *")] Ref value3 ) => T.GetListener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11648,7 +10490,6 @@ public void GetListener3Direct( [NativeTypeName("ALfloat *")] float* value3 ) => T.GetListener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] [MethodImpl( @@ -11662,7 +10503,6 @@ public void GetListener3Direct( [NativeTypeName("ALfloat *")] Ref value3 ) => T.GetListener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListener3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11674,7 +10514,6 @@ public void GetListener3( [NativeTypeName("ALint *")] int* value3 ) => T.GetListener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3i")] [MethodImpl( @@ -11687,7 +10526,6 @@ public void GetListener3( [NativeTypeName("ALint *")] Ref value3 ) => T.GetListener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11700,7 +10538,6 @@ public void GetListener3Direct( [NativeTypeName("ALint *")] int* value3 ) => T.GetListener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] [MethodImpl( @@ -11714,7 +10551,6 @@ public void GetListener3Direct( [NativeTypeName("ALint *")] Ref value3 ) => T.GetListener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListenerf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11724,7 +10560,6 @@ public void GetListenerf( [NativeTypeName("ALfloat *")] float* value ) => T.GetListenerf(param0, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerf")] [MethodImpl( @@ -11735,7 +10570,6 @@ public void GetListenerf( [NativeTypeName("ALfloat *")] Ref value ) => T.GetListenerf(param0, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11746,7 +10580,6 @@ public void GetListenerfDirect( [NativeTypeName("ALfloat *")] float* value ) => T.GetListenerfDirect(context, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] [MethodImpl( @@ -11758,7 +10591,6 @@ public void GetListenerfDirect( [NativeTypeName("ALfloat *")] Ref value ) => T.GetListenerfDirect(context, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListenerfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11768,7 +10600,6 @@ public void GetListenerfv( [NativeTypeName("ALfloat *")] float* values ) => T.GetListenerfv(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfv")] [MethodImpl( @@ -11779,7 +10610,6 @@ public void GetListenerfv( [NativeTypeName("ALfloat *")] Ref values ) => T.GetListenerfv(param0, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11790,7 +10620,6 @@ public void GetListenerfvDirect( [NativeTypeName("ALfloat *")] float* values ) => T.GetListenerfvDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] [MethodImpl( @@ -11802,7 +10631,6 @@ public void GetListenerfvDirect( [NativeTypeName("ALfloat *")] Ref values ) => T.GetListenerfvDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11812,7 +10640,6 @@ public void GetListeneri( [NativeTypeName("ALint *")] int* value ) => T.GetListeneri(param0, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl( @@ -11823,7 +10650,6 @@ public void GetListeneri( [NativeTypeName("ALint *")] Ref value ) => T.GetListeneri(param0, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl( @@ -11831,7 +10657,6 @@ public void GetListeneri( )] public int GetListeneri() => T.GetListeneri(); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11842,7 +10667,6 @@ public void GetListeneriDirect( [NativeTypeName("ALint *")] int* value ) => T.GetListeneriDirect(context, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] [MethodImpl( @@ -11854,7 +10678,6 @@ public void GetListeneriDirect( [NativeTypeName("ALint *")] Ref value ) => T.GetListeneriDirect(context, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11864,7 +10687,6 @@ public void GetListeneriv( [NativeTypeName("ALint *")] int* values ) => T.GetListeneriv(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl( @@ -11875,7 +10697,6 @@ public void GetListeneriv( [NativeTypeName("ALint *")] Ref values ) => T.GetListeneriv(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl( @@ -11883,7 +10704,6 @@ public void GetListeneriv( )] public int GetListeneriv() => T.GetListeneriv(); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11894,7 +10714,6 @@ public void GetListenerivDirect( [NativeTypeName("ALint *")] int* values ) => T.GetListenerivDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] [MethodImpl( @@ -11906,7 +10725,6 @@ public void GetListenerivDirect( [NativeTypeName("ALint *")] Ref values ) => T.GetListenerivDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11920,7 +10738,6 @@ public void GetObjectLabelDirectEXT( [NativeTypeName("ALchar *")] sbyte* label ) => T.GetObjectLabelDirectEXT(context, identifier, name, bufSize, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl( @@ -11935,7 +10752,6 @@ public void GetObjectLabelDirectEXT( [NativeTypeName("ALchar *")] Ref label ) => T.GetObjectLabelDirectEXT(context, identifier, name, bufSize, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl( @@ -11948,7 +10764,6 @@ public sbyte GetObjectLabelDirectEXT( [NativeTypeName("ALsizei *")] Ref length ) => T.GetObjectLabelDirectEXT(context, identifier, name, length); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11961,7 +10776,6 @@ public void GetObjectLabelEXT( [NativeTypeName("ALchar *")] sbyte* label ) => T.GetObjectLabelEXT(identifier, name, bufSize, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl( @@ -11975,7 +10789,6 @@ public void GetObjectLabelEXT( [NativeTypeName("ALchar *")] Ref label ) => T.GetObjectLabelEXT(identifier, name, bufSize, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl( @@ -11987,7 +10800,6 @@ public sbyte GetObjectLabelEXT( [NativeTypeName("ALsizei *")] Ref length ) => T.GetObjectLabelEXT(identifier, name, length); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -11997,7 +10809,6 @@ public sbyte GetObjectLabelEXT( [NativeTypeName("ALenum")] int pname ) => T.GetPointerDirectEXT(context, pname); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] [MethodImpl( @@ -12008,7 +10819,6 @@ public Ptr GetPointerDirectEXT( [NativeTypeName("ALenum")] Constant pname ) => T.GetPointerDirectEXT(context, pname); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12018,7 +10828,6 @@ public Ptr GetPointerDirectEXT( [NativeTypeName("ALenum")] int pname ) => T.GetPointerDirectSOFT(context, pname); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] [MethodImpl( @@ -12029,14 +10838,12 @@ public Ptr GetPointerDirectSOFT( [NativeTypeName("ALenum")] Constant pname ) => T.GetPointerDirectSOFT(context, pname); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void* GetPointerEXT([NativeTypeName("ALenum")] int pname) => T.GetPointerEXT(pname); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] [MethodImpl( @@ -12046,7 +10853,6 @@ public Ptr GetPointerEXT( [NativeTypeName("ALenum")] Constant pname ) => T.GetPointerEXT(pname); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12054,7 +10860,6 @@ public Ptr GetPointerEXT( public void* GetPointerSOFT([NativeTypeName("ALenum")] int pname) => T.GetPointerSOFT(pname); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] [MethodImpl( @@ -12064,7 +10869,6 @@ public Ptr GetPointerSOFT( [NativeTypeName("ALenum")] Constant pname ) => T.GetPointerSOFT(pname); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12075,7 +10879,6 @@ public void GetPointerDirectEXT( void** values ) => T.GetPointerDirectEXT(context, pname, values); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] [MethodImpl( @@ -12087,7 +10890,6 @@ public void GetPointerDirectEXT( Ref2D values ) => T.GetPointerDirectEXT(context, pname, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12098,7 +10900,6 @@ public void GetPointerDirectSOFT( void** values ) => T.GetPointerDirectSOFT(context, pname, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] [MethodImpl( @@ -12110,7 +10911,6 @@ public void GetPointerDirectSOFT( Ref2D values ) => T.GetPointerDirectSOFT(context, pname, values); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12118,7 +10918,6 @@ Ref2D values public void GetPointerEXT([NativeTypeName("ALenum")] int pname, void** values) => T.GetPointerEXT(pname, values); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] [MethodImpl( @@ -12129,7 +10928,6 @@ public void GetPointerEXT( Ref2D values ) => T.GetPointerEXT(pname, values); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12137,7 +10935,6 @@ Ref2D values public void GetPointerSOFT([NativeTypeName("ALenum")] int pname, void** values) => T.GetPointerSOFT(pname, values); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] [MethodImpl( @@ -12148,7 +10945,6 @@ public void GetPointerSOFT( Ref2D values ) => T.GetPointerSOFT(pname, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetProcAddress")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12156,7 +10952,6 @@ Ref2D values public void* GetProcAddress([NativeTypeName("const ALchar *")] sbyte* fname) => T.GetProcAddress(fname); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetProcAddress")] [MethodImpl( @@ -12165,7 +10960,6 @@ Ref2D values public Ptr GetProcAddress([NativeTypeName("const ALchar *")] Ref fname) => T.GetProcAddress(fname); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12175,7 +10969,6 @@ public Ptr GetProcAddress([NativeTypeName("const ALchar *")] Ref fname) = [NativeTypeName("const ALchar *")] sbyte* fname ) => T.GetProcAddressDirect(context, fname); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] [MethodImpl( @@ -12186,11 +10979,6 @@ public Ptr GetProcAddressDirect( [NativeTypeName("const ALchar *")] Ref fname ) => T.GetProcAddressDirect(context, fname); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12204,11 +10992,6 @@ public void GetSource3DirectSOFT( [NativeTypeName("ALdouble *")] double* value3 ) => T.GetSource3DirectSOFT(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] [MethodImpl( @@ -12223,7 +11006,6 @@ public void GetSource3DirectSOFT( [NativeTypeName("ALdouble *")] Ref value3 ) => T.GetSource3DirectSOFT(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12236,7 +11018,6 @@ public void GetSource3SOFT( [NativeTypeName("ALdouble *")] double* value3 ) => T.GetSource3SOFT(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] [MethodImpl( @@ -12250,7 +11031,6 @@ public void GetSource3SOFT( [NativeTypeName("ALdouble *")] Ref value3 ) => T.GetSource3SOFT(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSource3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12263,7 +11043,6 @@ public void GetSource3( [NativeTypeName("ALfloat *")] float* value3 ) => T.GetSource3(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3f")] [MethodImpl( @@ -12277,7 +11056,6 @@ public void GetSource3( [NativeTypeName("ALfloat *")] Ref value3 ) => T.GetSource3(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12291,7 +11069,6 @@ public void GetSource3Direct( [NativeTypeName("ALfloat *")] float* value3 ) => T.GetSource3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] [MethodImpl( @@ -12306,7 +11083,6 @@ public void GetSource3Direct( [NativeTypeName("ALfloat *")] Ref value3 ) => T.GetSource3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSource3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12319,7 +11095,6 @@ public void GetSource3( [NativeTypeName("ALint *")] int* value3 ) => T.GetSource3(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i")] [MethodImpl( @@ -12333,11 +11108,6 @@ public void GetSource3( [NativeTypeName("ALint *")] Ref value3 ) => T.GetSource3(source, param1, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12351,11 +11121,6 @@ public void GetSource3DirectSOFT( [NativeTypeName("ALint64SOFT *")] long* value3 ) => T.GetSource3DirectSOFT(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] [MethodImpl( @@ -12370,7 +11135,6 @@ public void GetSource3DirectSOFT( [NativeTypeName("ALint64SOFT *")] Ref value3 ) => T.GetSource3DirectSOFT(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12383,7 +11147,6 @@ public void GetSource3SOFT( [NativeTypeName("ALint64SOFT *")] long* value3 ) => T.GetSource3SOFT(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] [MethodImpl( @@ -12397,7 +11160,6 @@ public void GetSource3SOFT( [NativeTypeName("ALint64SOFT *")] Ref value3 ) => T.GetSource3SOFT(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12411,7 +11173,6 @@ public void GetSource3Direct( [NativeTypeName("ALint *")] int* value3 ) => T.GetSource3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] [MethodImpl( @@ -12426,11 +11187,6 @@ public void GetSource3Direct( [NativeTypeName("ALint *")] Ref value3 ) => T.GetSource3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12442,11 +11198,6 @@ public void GetSourceDirectSOFT( [NativeTypeName("ALdouble *")] double* value ) => T.GetSourceDirectSOFT(context, source, param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] [MethodImpl( @@ -12459,7 +11210,6 @@ public void GetSourceDirectSOFT( [NativeTypeName("ALdouble *")] Ref value ) => T.GetSourceDirectSOFT(context, source, param2, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12470,7 +11220,6 @@ public void GetSourceSOFT( [NativeTypeName("ALdouble *")] double* value ) => T.GetSourceSOFT(source, param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] [MethodImpl( @@ -12482,11 +11231,6 @@ public void GetSourceSOFT( [NativeTypeName("ALdouble *")] Ref value ) => T.GetSourceSOFT(source, param1, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12498,11 +11242,6 @@ public void GetSourcedvDirectSOFT( [NativeTypeName("ALdouble *")] double* values ) => T.GetSourcedvDirectSOFT(context, source, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] [MethodImpl( @@ -12515,7 +11254,6 @@ public void GetSourcedvDirectSOFT( [NativeTypeName("ALdouble *")] Ref values ) => T.GetSourcedvDirectSOFT(context, source, param2, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12526,7 +11264,6 @@ public void GetSourcedvSOFT( [NativeTypeName("ALdouble *")] double* values ) => T.GetSourcedvSOFT(source, param1, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] [MethodImpl( @@ -12538,7 +11275,6 @@ public void GetSourcedvSOFT( [NativeTypeName("ALdouble *")] Ref values ) => T.GetSourcedvSOFT(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12549,7 +11285,6 @@ public void GetSourcef( [NativeTypeName("ALfloat *")] float* value ) => T.GetSourcef(source, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcef")] [MethodImpl( @@ -12561,7 +11296,6 @@ public void GetSourcef( [NativeTypeName("ALfloat *")] Ref value ) => T.GetSourcef(source, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12573,7 +11307,6 @@ public void GetSourcefDirect( [NativeTypeName("ALfloat *")] float* value ) => T.GetSourcefDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] [MethodImpl( @@ -12586,7 +11319,6 @@ public void GetSourcefDirect( [NativeTypeName("ALfloat *")] Ref value ) => T.GetSourcefDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcefv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12597,7 +11329,6 @@ public void GetSourcefv( [NativeTypeName("ALfloat *")] float* values ) => T.GetSourcefv(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefv")] [MethodImpl( @@ -12609,7 +11340,6 @@ public void GetSourcefv( [NativeTypeName("ALfloat *")] Ref values ) => T.GetSourcefv(source, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12621,7 +11351,6 @@ public void GetSourcefvDirect( [NativeTypeName("ALfloat *")] float* values ) => T.GetSourcefvDirect(context, source, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] [MethodImpl( @@ -12634,7 +11363,6 @@ public void GetSourcefvDirect( [NativeTypeName("ALfloat *")] Ref values ) => T.GetSourcefvDirect(context, source, param2, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12645,7 +11373,6 @@ public void GetSourcei( [NativeTypeName("ALint *")] int* value ) => T.GetSourcei(source, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei")] [MethodImpl( @@ -12657,11 +11384,6 @@ public void GetSourcei( [NativeTypeName("ALint *")] Ref value ) => T.GetSourcei(source, param1, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12673,11 +11395,6 @@ public void GetSourcei64DirectSOFT( [NativeTypeName("ALint64SOFT *")] long* value ) => T.GetSourcei64DirectSOFT(context, source, param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] [MethodImpl( @@ -12690,7 +11407,6 @@ public void GetSourcei64DirectSOFT( [NativeTypeName("ALint64SOFT *")] Ref value ) => T.GetSourcei64DirectSOFT(context, source, param2, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12701,7 +11417,6 @@ public void GetSourcei64SOFT( [NativeTypeName("ALint64SOFT *")] long* value ) => T.GetSourcei64SOFT(source, param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] [MethodImpl( @@ -12713,63 +11428,50 @@ public void GetSourcei64SOFT( [NativeTypeName("ALint64SOFT *")] Ref value ) => T.GetSourcei64SOFT(source, param1, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetSourcei64VDirectSOFT( + public void GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param2, [NativeTypeName("ALint64SOFT *")] long* values - ) => T.GetSourcei64VDirectSOFT(context, source, param2, values); + ) => T.GetSourcei64vDirectSOFT(context, source, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetSourcei64VDirectSOFT( + public void GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param2, [NativeTypeName("ALint64SOFT *")] Ref values - ) => T.GetSourcei64VDirectSOFT(context, source, param2, values); + ) => T.GetSourcei64vDirectSOFT(context, source, param2, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetSourcei64VSOFT( + public void GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT *")] long* values - ) => T.GetSourcei64VSOFT(source, param1, values); + ) => T.GetSourcei64vSOFT(source, param1, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetSourcei64VSOFT( + public void GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT *")] Ref values - ) => T.GetSourcei64VSOFT(source, param1, values); + ) => T.GetSourcei64vSOFT(source, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12781,7 +11483,6 @@ public void GetSourceiDirect( [NativeTypeName("ALint *")] int* value ) => T.GetSourceiDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] [MethodImpl( @@ -12794,7 +11495,6 @@ public void GetSourceiDirect( [NativeTypeName("ALint *")] Ref value ) => T.GetSourceiDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourceiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12805,7 +11505,6 @@ public void GetSourceiv( [NativeTypeName("ALint *")] int* values ) => T.GetSourceiv(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceiv")] [MethodImpl( @@ -12817,7 +11516,6 @@ public void GetSourceiv( [NativeTypeName("ALint *")] Ref values ) => T.GetSourceiv(source, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12829,7 +11527,6 @@ public void GetSourceivDirect( [NativeTypeName("ALint *")] int* values ) => T.GetSourceivDirect(context, source, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] [MethodImpl( @@ -12843,7 +11540,6 @@ public void GetSourceivDirect( ) => T.GetSourceivDirect(context, source, param2, values); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetString")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12851,7 +11547,6 @@ public void GetSourceivDirect( public sbyte* GetString([NativeTypeName("ALenum")] int param0) => T.GetString(param0); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetString")] [MethodImpl( @@ -12862,7 +11557,6 @@ public Ptr GetString( ) => T.GetString(param0); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetStringDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12873,7 +11567,6 @@ public Ptr GetString( ) => T.GetStringDirect(context, param1); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringDirect")] [MethodImpl( @@ -12885,11 +11578,6 @@ public Ptr GetStringDirect( ) => T.GetStringDirect(context, param1); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_resampler"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12901,11 +11589,6 @@ public Ptr GetStringDirect( ) => T.GetStringDirectSOFT(context, pname, index); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_resampler"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] [MethodImpl( @@ -12918,7 +11601,6 @@ public Ptr GetStringDirectSOFT( ) => T.GetStringDirectSOFT(context, pname, index); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_SOFT_source_resampler"])] [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12929,7 +11611,6 @@ public Ptr GetStringDirectSOFT( ) => T.GetStringSOFT(pname, index); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_SOFT_source_resampler"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] [MethodImpl( @@ -12941,7 +11622,6 @@ public Ptr GetStringSOFT( ) => T.GetStringSOFT(pname, index); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] [MethodImpl( @@ -12951,7 +11631,6 @@ public MaybeBool IsAuxiliaryEffectSlot([NativeTypeName("ALuint")] uint ef T.IsAuxiliaryEffectSlot(effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] [MethodImpl( @@ -12963,18 +11642,16 @@ public MaybeBool IsAuxiliaryEffectSlotDirect( ) => T.IsAuxiliaryEffectSlotDirect(context, effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public sbyte IsAuxiliaryEffectSlotDirectRaw( + public sbyte IsAuxiliaryEffectSlotDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot - ) => T.IsAuxiliaryEffectSlotDirectRaw(context, effectslot); + ) => T.IsAuxiliaryEffectSlotDirectRawDirect(context, effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -12983,7 +11660,6 @@ public sbyte IsAuxiliaryEffectSlotRaw([NativeTypeName("ALuint")] uint effectslot T.IsAuxiliaryEffectSlotRaw(effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBuffer")] [MethodImpl( @@ -12993,7 +11669,6 @@ public MaybeBool IsBuffer([NativeTypeName("ALuint")] uint buffer) => T.IsBuffer(buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] [MethodImpl( @@ -13005,18 +11680,16 @@ public MaybeBool IsBufferDirect( ) => T.IsBufferDirect(context, buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public sbyte IsBufferDirectRaw( + public sbyte IsBufferDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer - ) => T.IsBufferDirectRaw(context, buffer); + ) => T.IsBufferDirectRawDirect(context, buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] [MethodImpl( @@ -13027,16 +11700,14 @@ public MaybeBool IsBufferFormatSupportedSOFT( ) => T.IsBufferFormatSupportedSOFT(format); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public sbyte IsBufferFormatSupportedSOFTRaw([NativeTypeName("ALenum")] int format) => - T.IsBufferFormatSupportedSOFTRaw(format); + public sbyte IsBufferFormatSupportedSOFTRawSOFT([NativeTypeName("ALenum")] int format) => + T.IsBufferFormatSupportedSOFTRawSOFT(format); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13044,7 +11715,6 @@ public sbyte IsBufferFormatSupportedSOFTRaw([NativeTypeName("ALenum")] int forma public sbyte IsBufferRaw([NativeTypeName("ALuint")] uint buffer) => T.IsBufferRaw(buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEffect")] [MethodImpl( @@ -13054,7 +11724,6 @@ public MaybeBool IsEffect([NativeTypeName("ALuint")] uint effect) => T.IsEffect(effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] [MethodImpl( @@ -13066,18 +11735,16 @@ public MaybeBool IsEffectDirect( ) => T.IsEffectDirect(context, effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public sbyte IsEffectDirectRaw( + public sbyte IsEffectDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect - ) => T.IsEffectDirectRaw(context, effect); + ) => T.IsEffectDirectRawDirect(context, effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsEffect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13085,7 +11752,6 @@ public sbyte IsEffectDirectRaw( public sbyte IsEffectRaw([NativeTypeName("ALuint")] uint effect) => T.IsEffectRaw(effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsEnabled")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13094,7 +11760,6 @@ public sbyte IsEnabled([NativeTypeName("ALenum")] int capability) => T.IsEnabled(capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEnabled")] [MethodImpl( @@ -13105,7 +11770,6 @@ public MaybeBool IsEnabled( ) => T.IsEnabled(capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13116,7 +11780,6 @@ public sbyte IsEnabledDirect( ) => T.IsEnabledDirect(context, capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] [MethodImpl( @@ -13128,7 +11791,6 @@ public MaybeBool IsEnabledDirect( ) => T.IsEnabledDirect(context, capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsExtensionPresent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13137,7 +11799,6 @@ public sbyte IsExtensionPresent([NativeTypeName("const ALchar *")] sbyte* extnam T.IsExtensionPresent(extname); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsExtensionPresent")] [MethodImpl( @@ -13148,7 +11809,6 @@ public MaybeBool IsExtensionPresent( ) => T.IsExtensionPresent(extname); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13159,7 +11819,6 @@ public sbyte IsExtensionPresentDirect( ) => T.IsExtensionPresentDirect(context, extname); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] [MethodImpl( @@ -13171,7 +11830,6 @@ public MaybeBool IsExtensionPresentDirect( ) => T.IsExtensionPresentDirect(context, extname); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsFilter")] [MethodImpl( @@ -13181,7 +11839,6 @@ public MaybeBool IsFilter([NativeTypeName("ALuint")] uint filter) => T.IsFilter(filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] [MethodImpl( @@ -13193,18 +11850,16 @@ public MaybeBool IsFilterDirect( ) => T.IsFilterDirect(context, filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public sbyte IsFilterDirectRaw( + public sbyte IsFilterDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter - ) => T.IsFilterDirectRaw(context, filter); + ) => T.IsFilterDirectRawDirect(context, filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsFilter")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13212,7 +11867,6 @@ public sbyte IsFilterDirectRaw( public sbyte IsFilterRaw([NativeTypeName("ALuint")] uint filter) => T.IsFilterRaw(filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsSource")] [MethodImpl( @@ -13222,7 +11876,6 @@ public MaybeBool IsSource([NativeTypeName("ALuint")] uint source) => T.IsSource(source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] [MethodImpl( @@ -13234,25 +11887,22 @@ public MaybeBool IsSourceDirect( ) => T.IsSourceDirect(context, source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public sbyte IsSourceDirectRaw( + public sbyte IsSourceDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source - ) => T.IsSourceDirectRaw(context, source); + ) => T.IsSourceDirectRawDirect(context, source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsSource")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public sbyte IsSourceRaw([NativeTypeName("ALuint")] uint source) => T.IsSourceRaw(source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListener3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13264,7 +11914,6 @@ public void Listener3( [NativeTypeName("ALfloat")] float value3 ) => T.Listener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3f")] [MethodImpl( @@ -13277,7 +11926,6 @@ public void Listener3( [NativeTypeName("ALfloat")] float value3 ) => T.Listener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListener3fDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13290,7 +11938,6 @@ public void Listener3Direct( [NativeTypeName("ALfloat")] float value3 ) => T.Listener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3fDirect")] [MethodImpl( @@ -13304,7 +11951,6 @@ public void Listener3Direct( [NativeTypeName("ALfloat")] float value3 ) => T.Listener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListener3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13316,7 +11962,6 @@ public void Listener3( [NativeTypeName("ALint")] int value3 ) => T.Listener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3i")] [MethodImpl( @@ -13329,7 +11974,6 @@ public void Listener3( [NativeTypeName("ALint")] int value3 ) => T.Listener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListener3iDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13342,7 +11986,6 @@ public void Listener3Direct( [NativeTypeName("ALint")] int value3 ) => T.Listener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3iDirect")] [MethodImpl( @@ -13356,7 +11999,6 @@ public void Listener3Direct( [NativeTypeName("ALint")] int value3 ) => T.Listener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListenerf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13366,7 +12008,6 @@ public void Listener( [NativeTypeName("ALfloat")] float value ) => T.Listener(param0, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerf")] [MethodImpl( @@ -13377,7 +12018,6 @@ public void Listener( [NativeTypeName("ALfloat")] float value ) => T.Listener(param0, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13388,7 +12028,6 @@ public void ListenerDirect( [NativeTypeName("ALfloat")] float value ) => T.ListenerDirect(context, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfDirect")] [MethodImpl( @@ -13400,7 +12039,6 @@ public void ListenerDirect( [NativeTypeName("ALfloat")] float value ) => T.ListenerDirect(context, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListenerfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13410,7 +12048,6 @@ public void Listener( [NativeTypeName("const ALfloat *")] float* values ) => T.Listener(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfv")] [MethodImpl( @@ -13421,7 +12058,6 @@ public void Listener( [NativeTypeName("const ALfloat *")] Ref values ) => T.Listener(param0, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13432,7 +12068,6 @@ public void ListenerDirect( [NativeTypeName("const ALfloat *")] float* values ) => T.ListenerDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] [MethodImpl( @@ -13444,7 +12079,6 @@ public void ListenerDirect( [NativeTypeName("const ALfloat *")] Ref values ) => T.ListenerDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListeneri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13454,7 +12088,6 @@ public void Listener( [NativeTypeName("ALint")] int value ) => T.Listener(param0, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListeneriDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13465,7 +12098,6 @@ public void ListenerDirect( [NativeTypeName("ALint")] int value ) => T.ListenerDirect(context, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListeneriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13475,7 +12107,6 @@ public void Listener( [NativeTypeName("const ALint *")] int* values ) => T.Listener(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListeneriv")] [MethodImpl( @@ -13486,7 +12117,6 @@ public void Listener( [NativeTypeName("const ALint *")] Ref values ) => T.Listener(param0, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13497,7 +12127,6 @@ public void ListenerDirect( [NativeTypeName("const ALint *")] int* values ) => T.ListenerDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerivDirect")] [MethodImpl( @@ -13509,7 +12138,6 @@ public void ListenerDirect( [NativeTypeName("const ALint *")] Ref values ) => T.ListenerDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13522,7 +12150,6 @@ public void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] sbyte* label ) => T.ObjectLabelDirectEXT(context, identifier, name, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl( @@ -13536,7 +12163,6 @@ public void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] Ref label ) => T.ObjectLabelDirectEXT(context, identifier, name, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl( @@ -13549,7 +12175,6 @@ public void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] sbyte label ) => T.ObjectLabelDirectEXT(context, identifier, name, label); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13561,7 +12186,6 @@ public void ObjectLabelEXT( [NativeTypeName("const ALchar *")] sbyte* label ) => T.ObjectLabelEXT(identifier, name, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl( @@ -13574,7 +12198,6 @@ public void ObjectLabelEXT( [NativeTypeName("const ALchar *")] Ref label ) => T.ObjectLabelEXT(identifier, name, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl( @@ -13586,7 +12209,6 @@ public void ObjectLabelEXT( [NativeTypeName("const ALchar *")] sbyte label ) => T.ObjectLabelEXT(identifier, name, label); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alPopDebugGroupDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13594,18 +12216,12 @@ public void ObjectLabelEXT( public void PopDebugGroupDirectEXT(ContextHandle context) => T.PopDebugGroupDirectEXT(context); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alPopDebugGroupEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PopDebugGroupEXT() => T.PopDebugGroupEXT(); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_deferred_updates"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alProcessUpdatesDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13613,14 +12229,12 @@ public void PopDebugGroupDirectEXT(ContextHandle context) => public void ProcessUpdatesDirectSOFT(ContextHandle context) => T.ProcessUpdatesDirectSOFT(context); - [SupportedApiProfile("al", ["AL_SOFT_deferred_updates"])] [NativeFunction("openal", EntryPoint = "alProcessUpdatesSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ProcessUpdatesSOFT() => T.ProcessUpdatesSOFT(); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13633,7 +12247,6 @@ public void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] sbyte* message ) => T.PushDebugGroupDirectEXT(context, source, id, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl( @@ -13647,7 +12260,6 @@ public void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] Ref message ) => T.PushDebugGroupDirectEXT(context, source, id, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl( @@ -13660,7 +12272,6 @@ public void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] sbyte message ) => T.PushDebugGroupDirectEXT(context, source, id, message); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13672,7 +12283,6 @@ public void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] sbyte* message ) => T.PushDebugGroupEXT(source, id, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl( @@ -13685,7 +12295,6 @@ public void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] Ref message ) => T.PushDebugGroupEXT(source, id, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl( @@ -13697,7 +12306,6 @@ public void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] sbyte message ) => T.PushDebugGroupEXT(source, id, message); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13710,7 +12318,6 @@ public void RequestFoldbackStart( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ) => T.RequestFoldbackStart(mode, count, length, mem, callback); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [Transformed] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] [MethodImpl( @@ -13724,7 +12331,6 @@ public void RequestFoldbackStart( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ) => T.RequestFoldbackStart(mode, count, length, mem, callback); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13738,7 +12344,6 @@ public void RequestFoldbackStartDirect( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ) => T.RequestFoldbackStartDirect(context, mode, count, length, mem, callback); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] [MethodImpl( @@ -13753,14 +12358,12 @@ public void RequestFoldbackStartDirect( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ) => T.RequestFoldbackStartDirect(context, mode, count, length, mem, callback); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStop")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RequestFoldbackStop() => T.RequestFoldbackStop(); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStopDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13768,11 +12371,6 @@ public void RequestFoldbackStartDirect( public void RequestFoldbackStopDirect(ContextHandle context) => T.RequestFoldbackStopDirect(context); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSource3dDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13786,20 +12384,18 @@ public void Source3DirectSOFT( [NativeTypeName("ALdouble")] double value3 ) => T.Source3DirectSOFT(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSource3dSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void Source3Soft( + public void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALdouble")] double value1, [NativeTypeName("ALdouble")] double value2, [NativeTypeName("ALdouble")] double value3 - ) => T.Source3Soft(source, param1, value1, value2, value3); + ) => T.Source3SOFT(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSource3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13812,7 +12408,6 @@ public void Source3( [NativeTypeName("ALfloat")] float value3 ) => T.Source3(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3f")] [MethodImpl( @@ -13826,7 +12421,6 @@ public void Source3( [NativeTypeName("ALfloat")] float value3 ) => T.Source3(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSource3fDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13840,7 +12434,6 @@ public void Source3Direct( [NativeTypeName("ALfloat")] float value3 ) => T.Source3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3fDirect")] [MethodImpl( @@ -13855,7 +12448,6 @@ public void Source3Direct( [NativeTypeName("ALfloat")] float value3 ) => T.Source3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSource3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13868,7 +12460,6 @@ public void Source3( [NativeTypeName("ALint")] int value3 ) => T.Source3(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i")] [MethodImpl( @@ -13882,11 +12473,6 @@ public void Source3( [NativeTypeName("ALint")] int value3 ) => T.Source3(source, param1, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13900,11 +12486,6 @@ public void Source3DirectSOFT( [NativeTypeName("ALint64SOFT")] long value3 ) => T.Source3DirectSOFT(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] [MethodImpl( @@ -13919,34 +12500,31 @@ public void Source3DirectSOFT( [NativeTypeName("ALint64SOFT")] long value3 ) => T.Source3DirectSOFT(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void Source3Soft( + public void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT")] long value1, [NativeTypeName("ALint64SOFT")] long value2, [NativeTypeName("ALint64SOFT")] long value3 - ) => T.Source3Soft(source, param1, value1, value2, value3); + ) => T.Source3SOFT(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void Source3Soft( + public void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT")] long value1, [NativeTypeName("ALint64SOFT")] long value2, [NativeTypeName("ALint64SOFT")] long value3 - ) => T.Source3Soft(source, param1, value1, value2, value3); + ) => T.Source3SOFT(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSource3iDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13960,7 +12538,6 @@ public void Source3Direct( [NativeTypeName("ALint")] int value3 ) => T.Source3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3iDirect")] [MethodImpl( @@ -13975,11 +12552,6 @@ public void Source3Direct( [NativeTypeName("ALint")] int value3 ) => T.Source3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -13991,11 +12563,6 @@ public void SourceDirectSOFT( [NativeTypeName("ALdouble")] double value ) => T.SourceDirectSOFT(context, source, param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] [MethodImpl( @@ -14008,7 +12575,6 @@ public void SourceDirectSOFT( [NativeTypeName("ALdouble")] double value ) => T.SourceDirectSOFT(context, source, param2, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14019,7 +12585,6 @@ public void SourceSOFT( [NativeTypeName("ALdouble")] double value ) => T.SourceSOFT(source, param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] [MethodImpl( @@ -14031,11 +12596,6 @@ public void SourceSOFT( [NativeTypeName("ALdouble")] double value ) => T.SourceSOFT(source, param1, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14047,11 +12607,6 @@ public void SourceDirectSOFT( [NativeTypeName("const ALdouble *")] double* values ) => T.SourceDirectSOFT(context, source, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] [MethodImpl( @@ -14064,7 +12619,6 @@ public void SourceDirectSOFT( [NativeTypeName("const ALdouble *")] Ref values ) => T.SourceDirectSOFT(context, source, param2, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14075,7 +12629,6 @@ public void SourceSOFT( [NativeTypeName("const ALdouble *")] double* values ) => T.SourceSOFT(source, param1, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] [MethodImpl( @@ -14087,7 +12640,6 @@ public void SourceSOFT( [NativeTypeName("const ALdouble *")] Ref values ) => T.SourceSOFT(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14098,7 +12650,6 @@ public void Source( [NativeTypeName("ALfloat")] float value ) => T.Source(source, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcef")] [MethodImpl( @@ -14110,7 +12661,6 @@ public void Source( [NativeTypeName("ALfloat")] float value ) => T.Source(source, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcefDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14122,7 +12672,6 @@ public void SourceDirect( [NativeTypeName("ALfloat")] float value ) => T.SourceDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefDirect")] [MethodImpl( @@ -14135,7 +12684,6 @@ public void SourceDirect( [NativeTypeName("ALfloat")] float value ) => T.SourceDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcefv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14146,7 +12694,6 @@ public void Source( [NativeTypeName("const ALfloat *")] float* values ) => T.Source(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefv")] [MethodImpl( @@ -14158,7 +12705,6 @@ public void Source( [NativeTypeName("const ALfloat *")] Ref values ) => T.Source(source, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14170,7 +12716,6 @@ public void SourceDirect( [NativeTypeName("const ALfloat *")] float* values ) => T.SourceDirect(context, source, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] [MethodImpl( @@ -14183,7 +12728,6 @@ public void SourceDirect( [NativeTypeName("const ALfloat *")] Ref values ) => T.SourceDirect(context, source, param2, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14194,7 +12738,6 @@ public void Source( [NativeTypeName("ALint")] int value ) => T.Source(source, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei")] [MethodImpl( @@ -14206,11 +12749,6 @@ public void Source( [NativeTypeName("ALint")] int value ) => T.Source(source, param1, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14222,11 +12760,6 @@ public void SourceDirectSOFT( [NativeTypeName("ALint64SOFT")] long value ) => T.SourceDirectSOFT(context, source, param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] [MethodImpl( @@ -14239,7 +12772,6 @@ public void SourceDirectSOFT( [NativeTypeName("ALint64SOFT")] long value ) => T.SourceDirectSOFT(context, source, param2, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14250,7 +12782,6 @@ public void SourceSOFT( [NativeTypeName("ALint64SOFT")] long value ) => T.SourceSOFT(source, param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] [MethodImpl( @@ -14262,11 +12793,6 @@ public void SourceSOFT( [NativeTypeName("ALint64SOFT")] long value ) => T.SourceSOFT(source, param1, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14278,11 +12804,6 @@ public void SourceDirectSOFT( [NativeTypeName("const ALint64SOFT *")] long* values ) => T.SourceDirectSOFT(context, source, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] [MethodImpl( @@ -14295,7 +12816,6 @@ public void SourceDirectSOFT( [NativeTypeName("const ALint64SOFT *")] Ref values ) => T.SourceDirectSOFT(context, source, param2, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14306,7 +12826,6 @@ public void SourceSOFT( [NativeTypeName("const ALint64SOFT *")] long* values ) => T.SourceSOFT(source, param1, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] [MethodImpl( @@ -14318,7 +12837,6 @@ public void SourceSOFT( [NativeTypeName("const ALint64SOFT *")] Ref values ) => T.SourceSOFT(source, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14330,7 +12848,6 @@ public void SourceDirect( [NativeTypeName("ALint")] int value ) => T.SourceDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceiDirect")] [MethodImpl( @@ -14343,7 +12860,6 @@ public void SourceDirect( [NativeTypeName("ALint")] int value ) => T.SourceDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14354,7 +12870,6 @@ public void Source( [NativeTypeName("const ALint *")] int* values ) => T.Source(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceiv")] [MethodImpl( @@ -14366,7 +12881,6 @@ public void Source( [NativeTypeName("const ALint *")] Ref values ) => T.Source(source, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14378,7 +12892,6 @@ public void SourceDirect( [NativeTypeName("const ALint *")] int* values ) => T.SourceDirect(context, source, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceivDirect")] [MethodImpl( @@ -14391,14 +12904,12 @@ public void SourceDirect( [NativeTypeName("const ALint *")] Ref values ) => T.SourceDirect(context, source, param2, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePause")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void SourcePause([NativeTypeName("ALuint")] uint source) => T.SourcePause(source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePauseDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14408,7 +12919,6 @@ public void SourcePauseDirect( [NativeTypeName("ALuint")] uint source ) => T.SourcePauseDirect(context, source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14418,7 +12928,6 @@ public void SourcePausev( [NativeTypeName("const ALuint *")] uint* sources ) => T.SourcePausev(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl( @@ -14429,7 +12938,6 @@ public void SourcePausev( [NativeTypeName("const ALuint *")] Ref sources ) => T.SourcePausev(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl( @@ -14438,7 +12946,6 @@ public void SourcePausev( public void SourcePausev([NativeTypeName("const ALuint *")] uint sources) => T.SourcePausev(sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14449,7 +12956,6 @@ public void SourcePausevDirect( [NativeTypeName("const ALuint *")] uint* sources ) => T.SourcePausevDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl( @@ -14461,7 +12967,6 @@ public void SourcePausevDirect( [NativeTypeName("const ALuint *")] Ref sources ) => T.SourcePausevDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl( @@ -14472,18 +12977,12 @@ public void SourcePausevDirect( [NativeTypeName("const ALuint *")] uint sources ) => T.SourcePausevDirect(context, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePlay")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void SourcePlay([NativeTypeName("ALuint")] uint source) => T.SourcePlay(source); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimeDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14494,7 +12993,6 @@ public void SourcePlayAtTimeDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => T.SourcePlayAtTimeDirectSOFT(context, source, start_time); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimeSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14504,11 +13002,6 @@ public void SourcePlayAtTimeSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => T.SourcePlayAtTimeSOFT(source, start_time); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14520,11 +13013,6 @@ public void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => T.SourcePlayAtTimevDirectSOFT(context, n, sources, start_time); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl( @@ -14537,11 +13025,6 @@ public void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => T.SourcePlayAtTimevDirectSOFT(context, n, sources, start_time); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl( @@ -14553,7 +13036,6 @@ public void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => T.SourcePlayAtTimevDirectSOFT(context, sources, start_time); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14564,7 +13046,6 @@ public void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => T.SourcePlayAtTimevSOFT(n, sources, start_time); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl( @@ -14576,7 +13057,6 @@ public void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => T.SourcePlayAtTimevSOFT(n, sources, start_time); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl( @@ -14587,7 +13067,6 @@ public void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => T.SourcePlayAtTimevSOFT(sources, start_time); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePlayDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14597,7 +13076,6 @@ public void SourcePlayDirect( [NativeTypeName("ALuint")] uint source ) => T.SourcePlayDirect(context, source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14607,7 +13085,6 @@ public void SourcePlayv( [NativeTypeName("const ALuint *")] uint* sources ) => T.SourcePlayv(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl( @@ -14618,7 +13095,6 @@ public void SourcePlayv( [NativeTypeName("const ALuint *")] Ref sources ) => T.SourcePlayv(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl( @@ -14627,7 +13103,6 @@ public void SourcePlayv( public void SourcePlayv([NativeTypeName("const ALuint *")] uint sources) => T.SourcePlayv(sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14638,7 +13113,6 @@ public void SourcePlayvDirect( [NativeTypeName("const ALuint *")] uint* sources ) => T.SourcePlayvDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl( @@ -14650,7 +13124,6 @@ public void SourcePlayvDirect( [NativeTypeName("const ALuint *")] Ref sources ) => T.SourcePlayvDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl( @@ -14661,7 +13134,6 @@ public void SourcePlayvDirect( [NativeTypeName("const ALuint *")] uint sources ) => T.SourcePlayvDirect(context, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14672,7 +13144,6 @@ public void SourceQueueBuffers( [NativeTypeName("const ALuint *")] uint* buffers ) => T.SourceQueueBuffers(source, nb, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] [MethodImpl( @@ -14684,7 +13155,6 @@ public void SourceQueueBuffers( [NativeTypeName("const ALuint *")] Ref buffers ) => T.SourceQueueBuffers(source, nb, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14696,7 +13166,6 @@ public void SourceQueueBuffersDirect( [NativeTypeName("const ALuint *")] uint* buffers ) => T.SourceQueueBuffersDirect(context, source, nb, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] [MethodImpl( @@ -14709,14 +13178,12 @@ public void SourceQueueBuffersDirect( [NativeTypeName("const ALuint *")] Ref buffers ) => T.SourceQueueBuffersDirect(context, source, nb, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceRewind")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void SourceRewind([NativeTypeName("ALuint")] uint source) => T.SourceRewind(source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceRewindDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14726,78 +13193,70 @@ public void SourceRewindDirect( [NativeTypeName("ALuint")] uint source ) => T.SourceRewindDirect(context, source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void SourceRewin( + public void SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources - ) => T.SourceRewin(n, sources); + ) => T.SourceRewindv(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void SourceRewin( + public void SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources - ) => T.SourceRewin(n, sources); + ) => T.SourceRewindv(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void SourceRewin([NativeTypeName("const ALuint *")] uint sources) => - T.SourceRewin(sources); + public void SourceRewindv([NativeTypeName("const ALuint *")] uint sources) => + T.SourceRewindv(sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void SourceRewinDirect( + public void SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources - ) => T.SourceRewinDirect(context, n, sources); + ) => T.SourceRewindvDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void SourceRewinDirect( + public void SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources - ) => T.SourceRewinDirect(context, n, sources); + ) => T.SourceRewindvDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void SourceRewinDirect( + public void SourceRewindvDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint sources - ) => T.SourceRewinDirect(context, sources); + ) => T.SourceRewindvDirect(context, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceStop")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void SourceStop([NativeTypeName("ALuint")] uint source) => T.SourceStop(source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceStopDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14807,7 +13266,6 @@ public void SourceStopDirect( [NativeTypeName("ALuint")] uint source ) => T.SourceStopDirect(context, source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14817,7 +13275,6 @@ public void SourceStopv( [NativeTypeName("const ALuint *")] uint* sources ) => T.SourceStopv(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl( @@ -14828,7 +13285,6 @@ public void SourceStopv( [NativeTypeName("const ALuint *")] Ref sources ) => T.SourceStopv(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl( @@ -14837,7 +13293,6 @@ public void SourceStopv( public void SourceStopv([NativeTypeName("const ALuint *")] uint sources) => T.SourceStopv(sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14848,7 +13303,6 @@ public void SourceStopvDirect( [NativeTypeName("const ALuint *")] uint* sources ) => T.SourceStopvDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl( @@ -14860,7 +13314,6 @@ public void SourceStopvDirect( [NativeTypeName("const ALuint *")] Ref sources ) => T.SourceStopvDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl( @@ -14871,7 +13324,6 @@ public void SourceStopvDirect( [NativeTypeName("const ALuint *")] uint sources ) => T.SourceStopvDirect(context, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14882,7 +13334,6 @@ public void SourceUnqueueBuffers( [NativeTypeName("ALuint *")] uint* buffers ) => T.SourceUnqueueBuffers(source, nb, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] [MethodImpl( @@ -14894,7 +13345,6 @@ public void SourceUnqueueBuffers( [NativeTypeName("ALuint *")] Ref buffers ) => T.SourceUnqueueBuffers(source, nb, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14906,7 +13356,6 @@ public void SourceUnqueueBuffersDirect( [NativeTypeName("ALuint *")] uint* buffers ) => T.SourceUnqueueBuffersDirect(context, source, nb, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] [MethodImpl( @@ -14919,14 +13368,12 @@ public void SourceUnqueueBuffersDirect( [NativeTypeName("ALuint *")] Ref buffers ) => T.SourceUnqueueBuffersDirect(context, source, nb, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alSpeedOfSound")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void SpeedOfSound([NativeTypeName("ALfloat")] float value) => T.SpeedOfSound(value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSpeedOfSoundDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14937,7 +13384,6 @@ public void SpeedOfSoundDirect( ) => T.SpeedOfSoundDirect(context, value); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14949,7 +13395,6 @@ public int EAXGetBufferModeDirect( ) => T.EAXGetBufferModeDirect(context, buffer, pReserved); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] [MethodImpl( @@ -14962,7 +13407,6 @@ public int EAXGetBufferModeDirect( ) => T.EAXGetBufferModeDirect(context, buffer, pReserved); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXGetDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -14977,7 +13421,6 @@ public int EAXGetDirect( ) => T.EAXGetDirect(context, property_set_id, property_id, source_id, value, value_size); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXGetDirect")] [MethodImpl( @@ -14993,7 +13436,6 @@ public int EAXGetDirect( ) => T.EAXGetDirect(context, property_set_id, property_id, source_id, value, value_size); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15006,7 +13448,6 @@ public sbyte EAXSetBufferModeDirect( ) => T.EAXSetBufferModeDirect(context, n, buffers, value); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] [MethodImpl( @@ -15020,7 +13461,6 @@ public MaybeBool EAXSetBufferModeDirect( ) => T.EAXSetBufferModeDirect(context, n, buffers, value); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXSetDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15035,7 +13475,6 @@ public int EAXSetDirect( ) => T.EAXSetDirect(context, property_set_id, property_id, source_id, value, value_size); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXSetDirect")] [MethodImpl( @@ -15053,7 +13492,6 @@ public int EAXSetDirect( public partial class ThisThread { - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15064,7 +13502,6 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("ALfloat")] float flValue ) => Underlying.Value!.AuxiliaryEffectSlot(effectslot, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] [MethodImpl( @@ -15076,7 +13513,6 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("ALfloat")] float flValue ) => Underlying.Value!.AuxiliaryEffectSlot(effectslot, param1, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15088,7 +13524,6 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("ALfloat")] float flValue ) => Underlying.Value!.AuxiliaryEffectSlotDirect(context, effectslot, param2, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] [MethodImpl( @@ -15101,7 +13536,6 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("ALfloat")] float flValue ) => Underlying.Value!.AuxiliaryEffectSlotDirect(context, effectslot, param2, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15112,7 +13546,6 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("const ALfloat *")] float* pflValues ) => Underlying.Value!.AuxiliaryEffectSlot(effectslot, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] [MethodImpl( @@ -15130,7 +13563,6 @@ public static void AuxiliaryEffectSlot( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15142,7 +13574,6 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALfloat *")] float* pflValues ) => Underlying.Value!.AuxiliaryEffectSlotDirect(context, effectslot, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] [MethodImpl( @@ -15161,7 +13592,6 @@ public static void AuxiliaryEffectSlotDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15172,7 +13602,6 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("ALint")] int iValue ) => Underlying.Value!.AuxiliaryEffectSlot(effectslot, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] [MethodImpl( @@ -15184,7 +13613,6 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("ALint")] int iValue ) => Underlying.Value!.AuxiliaryEffectSlot(effectslot, param1, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15196,7 +13624,6 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("ALint")] int iValue ) => Underlying.Value!.AuxiliaryEffectSlotDirect(context, effectslot, param2, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] [MethodImpl( @@ -15209,7 +13636,6 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("ALint")] int iValue ) => Underlying.Value!.AuxiliaryEffectSlotDirect(context, effectslot, param2, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15220,7 +13646,6 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("const ALint *")] int* piValues ) => Underlying.Value!.AuxiliaryEffectSlot(effectslot, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] [MethodImpl( @@ -15238,7 +13663,6 @@ public static void AuxiliaryEffectSlot( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15250,7 +13674,6 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALint *")] int* piValues ) => Underlying.Value!.AuxiliaryEffectSlotDirect(context, effectslot, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] [MethodImpl( @@ -15269,7 +13692,6 @@ public static void AuxiliaryEffectSlotDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBuffer3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15282,7 +13704,6 @@ public static void Buffer3( [NativeTypeName("ALfloat")] float value3 ) => Underlying.Value!.Buffer3(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBuffer3fDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15296,7 +13717,6 @@ public static void Buffer3Direct( [NativeTypeName("ALfloat")] float value3 ) => Underlying.Value!.Buffer3Direct(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBuffer3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15309,7 +13729,6 @@ public static void Buffer3( [NativeTypeName("ALint")] int value3 ) => Underlying.Value!.Buffer3(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBuffer3iDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15323,11 +13742,6 @@ public static void Buffer3Direct( [NativeTypeName("ALint")] int value3 ) => Underlying.Value!.Buffer3Direct(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15349,11 +13763,6 @@ public static void BufferCallbackDirectSOFT( userptr ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] [MethodImpl( @@ -15381,7 +13790,6 @@ public static void BufferCallbackDirectSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15394,7 +13802,6 @@ public static void BufferCallbackSOFT( [NativeTypeName("ALvoid *")] void* userptr ) => Underlying.Value!.BufferCallbackSOFT(buffer, format, freq, callback, userptr); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] [MethodImpl( @@ -15414,7 +13821,6 @@ public static void BufferCallbackSOFT( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15427,7 +13833,6 @@ public static void BufferData( [NativeTypeName("ALsizei")] int samplerate ) => Underlying.Value!.BufferData(buffer, format, data, size, samplerate); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferData")] [MethodImpl( @@ -15447,7 +13852,6 @@ public static void BufferData( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15461,7 +13865,6 @@ public static void BufferDataDirect( [NativeTypeName("ALsizei")] int samplerate ) => Underlying.Value!.BufferDataDirect(context, buffer, format, data, size, samplerate); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] [MethodImpl( @@ -15482,7 +13885,6 @@ public static void BufferDataDirect( } } - [SupportedApiProfile("al", ["AL_EXT_STATIC_BUFFER"])] [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15495,7 +13897,6 @@ public static void BufferDataStatic( [NativeTypeName("ALsizei")] int freq ) => Underlying.Value!.BufferDataStatic(buffer, format, data, size, freq); - [SupportedApiProfile("al", ["AL_EXT_STATIC_BUFFER"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] [MethodImpl( @@ -15515,11 +13916,6 @@ public static void BufferDataStatic( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_EXT_STATIC_BUFFER"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15533,11 +13929,6 @@ public static void BufferDataStaticDirect( [NativeTypeName("ALsizei")] int freq ) => Underlying.Value!.BufferDataStaticDirect(context, buffer, format, data, size, freq); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_EXT_STATIC_BUFFER"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] [MethodImpl( @@ -15558,7 +13949,6 @@ public static void BufferDataStaticDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15569,7 +13959,6 @@ public static void Buffer( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.Buffer(buffer, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferf")] [MethodImpl( @@ -15581,7 +13970,6 @@ public static void Buffer( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.Buffer(buffer, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15593,7 +13981,6 @@ public static void BufferDirect( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.BufferDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfDirect")] [MethodImpl( @@ -15606,7 +13993,6 @@ public static void BufferDirect( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.BufferDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15617,7 +14003,6 @@ public static void Buffer( [NativeTypeName("const ALfloat *")] float* values ) => Underlying.Value!.Buffer(buffer, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfv")] [MethodImpl( @@ -15635,7 +14020,6 @@ public static void Buffer( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15647,7 +14031,6 @@ public static void BufferDirect( [NativeTypeName("const ALfloat *")] float* values ) => Underlying.Value!.BufferDirect(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] [MethodImpl( @@ -15666,7 +14049,6 @@ public static void BufferDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15677,7 +14059,6 @@ public static void Buffer( [NativeTypeName("ALint")] int value ) => Underlying.Value!.Buffer(buffer, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferi")] [MethodImpl( @@ -15689,7 +14070,6 @@ public static void Buffer( [NativeTypeName("ALint")] int value ) => Underlying.Value!.Buffer(buffer, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15701,7 +14081,6 @@ public static void BufferDirect( [NativeTypeName("ALint")] int value ) => Underlying.Value!.BufferDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferiDirect")] [MethodImpl( @@ -15714,7 +14093,6 @@ public static void BufferDirect( [NativeTypeName("ALint")] int value ) => Underlying.Value!.BufferDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15725,7 +14103,6 @@ public static void Buffer( [NativeTypeName("const ALint *")] int* values ) => Underlying.Value!.Buffer(buffer, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferiv")] [MethodImpl( @@ -15743,7 +14120,6 @@ public static void Buffer( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15755,7 +14131,6 @@ public static void BufferDirect( [NativeTypeName("const ALint *")] int* values ) => Underlying.Value!.BufferDirect(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferivDirect")] [MethodImpl( @@ -15774,7 +14149,6 @@ public static void BufferDirect( } } - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15798,7 +14172,6 @@ public static void BufferSamplesSOFT( data ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] [MethodImpl( @@ -15828,11 +14201,6 @@ public static void BufferSamplesSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_buffer_sub_data"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15854,11 +14222,6 @@ public static void BufferSubDataDirectSOFT( length ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_buffer_sub_data"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] [MethodImpl( @@ -15879,7 +14242,6 @@ public static void BufferSubDataDirectSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_buffer_sub_data"])] [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15892,7 +14254,6 @@ public static void BufferSubDataSOFT( [NativeTypeName("ALsizei")] int length ) => Underlying.Value!.BufferSubDataSOFT(buffer, format, data, offset, length); - [SupportedApiProfile("al", ["AL_SOFT_buffer_sub_data"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] [MethodImpl( @@ -15912,7 +14273,6 @@ public static void BufferSubDataSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15926,7 +14286,6 @@ public static void BufferSubSamplesSOFT( [NativeTypeName("const ALvoid *")] void* data ) => Underlying.Value!.BufferSubSamplesSOFT(buffer, offset, samples, channels, type, data); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] [MethodImpl( @@ -15947,7 +14306,6 @@ public static void BufferSubSamplesSOFT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15958,7 +14316,6 @@ public static void DebugMessageCallbackDirectEXT( void* userParam ) => Underlying.Value!.DebugMessageCallbackDirectEXT(context, callback, userParam); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] [MethodImpl( @@ -15976,7 +14333,6 @@ Ref userParam } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -15986,7 +14342,6 @@ public static void DebugMessageCallbackEXT( void* userParam ) => Underlying.Value!.DebugMessageCallbackEXT(callback, userParam); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] [MethodImpl( @@ -16003,7 +14358,6 @@ Ref userParam } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16027,7 +14381,6 @@ public static void DebugMessageControlDirectEXT( enable ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl( @@ -16057,7 +14410,6 @@ public static void DebugMessageControlDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl( @@ -16080,7 +14432,6 @@ public static void DebugMessageControlDirectEXT( enable ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16094,7 +14445,6 @@ public static void DebugMessageControlEXT( [NativeTypeName("ALboolean")] sbyte enable ) => Underlying.Value!.DebugMessageControlEXT(source, type, severity, count, ids, enable); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl( @@ -16122,7 +14472,6 @@ public static void DebugMessageControlEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl( @@ -16136,7 +14485,6 @@ public static void DebugMessageControlEXT( [NativeTypeName("ALboolean")] MaybeBool enable ) => Underlying.Value!.DebugMessageControlEXT(source, type, severity, ids, enable); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16160,7 +14508,6 @@ public static void DebugMessageInsertDirectEXT( message ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl( @@ -16190,7 +14537,6 @@ public static void DebugMessageInsertDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl( @@ -16213,7 +14559,6 @@ public static void DebugMessageInsertDirectEXT( message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16227,7 +14572,6 @@ public static void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] sbyte* message ) => Underlying.Value!.DebugMessageInsertEXT(source, type, id, severity, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl( @@ -16255,7 +14599,6 @@ public static void DebugMessageInsertEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl( @@ -16269,11 +14612,6 @@ public static void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] sbyte message ) => Underlying.Value!.DebugMessageInsertEXT(source, type, id, severity, message); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_deferred_updates"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alDeferUpdatesDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16281,14 +14619,12 @@ public static void DebugMessageInsertEXT( public static void DeferUpdatesDirectSOFT(ContextHandle context) => Underlying.Value!.DeferUpdatesDirectSOFT(context); - [SupportedApiProfile("al", ["AL_SOFT_deferred_updates"])] [NativeFunction("openal", EntryPoint = "alDeferUpdatesSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DeferUpdatesSOFT() => Underlying.Value!.DeferUpdatesSOFT(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl( @@ -16298,7 +14634,6 @@ public static void DeleteAuxiliaryEffectSlot( [NativeTypeName("const ALuint *")] uint effectslots ) => Underlying.Value!.DeleteAuxiliaryEffectSlot(effectslots); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16308,7 +14643,6 @@ public static void DeleteAuxiliaryEffectSlots( [NativeTypeName("const ALuint *")] uint* effectslots ) => Underlying.Value!.DeleteAuxiliaryEffectSlots(n, effectslots); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl( @@ -16325,7 +14659,6 @@ public static void DeleteAuxiliaryEffectSlots( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16336,7 +14669,6 @@ public static void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] uint* effectslots ) => Underlying.Value!.DeleteAuxiliaryEffectSlotsDirect(context, n, effectslots); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl( @@ -16354,7 +14686,6 @@ public static void DeleteAuxiliaryEffectSlotsDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl( @@ -16365,7 +14696,6 @@ public static void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] uint effectslots ) => Underlying.Value!.DeleteAuxiliaryEffectSlotsDirect(context, effectslots); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl( @@ -16374,7 +14704,6 @@ public static void DeleteAuxiliaryEffectSlotsDirect( public static void DeleteBuffer([NativeTypeName("const ALuint *")] uint buffers) => Underlying.Value!.DeleteBuffer(buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16384,7 +14713,6 @@ public static void DeleteBuffers( [NativeTypeName("const ALuint *")] uint* buffers ) => Underlying.Value!.DeleteBuffers(n, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl( @@ -16401,7 +14729,6 @@ public static void DeleteBuffers( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16412,7 +14739,6 @@ public static void DeleteBuffersDirect( [NativeTypeName("const ALuint *")] uint* buffers ) => Underlying.Value!.DeleteBuffersDirect(context, n, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] [MethodImpl( @@ -16430,7 +14756,6 @@ public static void DeleteBuffersDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl( @@ -16439,7 +14764,6 @@ public static void DeleteBuffersDirect( public static void DeleteEffect([NativeTypeName("const ALuint *")] uint effects) => Underlying.Value!.DeleteEffect(effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16449,7 +14773,6 @@ public static void DeleteEffects( [NativeTypeName("const ALuint *")] uint* effects ) => Underlying.Value!.DeleteEffects(n, effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl( @@ -16466,7 +14789,6 @@ public static void DeleteEffects( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16477,7 +14799,6 @@ public static void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] uint* effects ) => Underlying.Value!.DeleteEffectsDirect(context, n, effects); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl( @@ -16495,7 +14816,6 @@ public static void DeleteEffectsDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl( @@ -16506,7 +14826,6 @@ public static void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] uint effects ) => Underlying.Value!.DeleteEffectsDirect(context, effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl( @@ -16515,7 +14834,6 @@ public static void DeleteEffectsDirect( public static void DeleteFilter([NativeTypeName("const ALuint *")] uint filters) => Underlying.Value!.DeleteFilter(filters); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16525,7 +14843,6 @@ public static void DeleteFilters( [NativeTypeName("const ALuint *")] uint* filters ) => Underlying.Value!.DeleteFilters(n, filters); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl( @@ -16542,7 +14859,6 @@ public static void DeleteFilters( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16553,7 +14869,6 @@ public static void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] uint* filters ) => Underlying.Value!.DeleteFiltersDirect(context, n, filters); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl( @@ -16571,7 +14886,6 @@ public static void DeleteFiltersDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl( @@ -16582,7 +14896,6 @@ public static void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] uint filters ) => Underlying.Value!.DeleteFiltersDirect(context, filters); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl( @@ -16591,7 +14904,6 @@ public static void DeleteFiltersDirect( public static void DeleteSource([NativeTypeName("const ALuint *")] uint sources) => Underlying.Value!.DeleteSource(sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16601,7 +14913,6 @@ public static void DeleteSources( [NativeTypeName("const ALuint *")] uint* sources ) => Underlying.Value!.DeleteSources(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl( @@ -16618,7 +14929,6 @@ public static void DeleteSources( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16629,7 +14939,6 @@ public static void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] uint* sources ) => Underlying.Value!.DeleteSourcesDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl( @@ -16647,7 +14956,6 @@ public static void DeleteSourcesDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl( @@ -16658,7 +14966,6 @@ public static void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] uint sources ) => Underlying.Value!.DeleteSourcesDirect(context, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDisable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16666,7 +14973,6 @@ public static void DeleteSourcesDirect( public static void Disable([NativeTypeName("ALenum")] int capability) => Underlying.Value!.Disable(capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDisable")] [MethodImpl( @@ -16676,7 +14982,6 @@ public static void Disable( [NativeTypeName("ALenum")] Constant capability ) => Underlying.Value!.Disable(capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDisableDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16686,7 +14991,6 @@ public static void DisableDirect( [NativeTypeName("ALenum")] int capability ) => Underlying.Value!.DisableDirect(context, capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDisableDirect")] [MethodImpl( @@ -16697,7 +15001,6 @@ public static void DisableDirect( [NativeTypeName("ALenum")] Constant capability ) => Underlying.Value!.DisableDirect(context, capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDistanceModel")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16705,7 +15008,6 @@ public static void DisableDirect( public static void DistanceModel([NativeTypeName("ALenum")] int distanceModel) => Underlying.Value!.DistanceModel(distanceModel); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDistanceModel")] [MethodImpl( @@ -16715,7 +15017,6 @@ public static void DistanceModel( [NativeTypeName("ALenum")] Constant distanceModel ) => Underlying.Value!.DistanceModel(distanceModel); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16725,7 +15026,6 @@ public static void DistanceModelDirect( [NativeTypeName("ALenum")] int distanceModel ) => Underlying.Value!.DistanceModelDirect(context, distanceModel); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] [MethodImpl( @@ -16736,7 +15036,6 @@ public static void DistanceModelDirect( [NativeTypeName("ALenum")] Constant distanceModel ) => Underlying.Value!.DistanceModelDirect(context, distanceModel); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDopplerFactor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16744,7 +15043,6 @@ public static void DistanceModelDirect( public static void DopplerFactor([NativeTypeName("ALfloat")] float value) => Underlying.Value!.DopplerFactor(value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDopplerFactorDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16754,7 +15052,6 @@ public static void DopplerFactorDirect( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.DopplerFactorDirect(context, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDopplerVelocity")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16762,7 +15059,6 @@ public static void DopplerFactorDirect( public static void DopplerVelocity([NativeTypeName("ALfloat")] float value) => Underlying.Value!.DopplerVelocity(value); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16773,7 +15069,6 @@ public static void Effect( [NativeTypeName("ALfloat")] float flValue ) => Underlying.Value!.Effect(effect, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectf")] [MethodImpl( @@ -16785,7 +15080,6 @@ public static void Effect( [NativeTypeName("ALfloat")] float flValue ) => Underlying.Value!.Effect(effect, param1, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16797,7 +15091,6 @@ public static void EffectDirect( [NativeTypeName("ALfloat")] float flValue ) => Underlying.Value!.EffectDirect(context, effect, param2, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfDirect")] [MethodImpl( @@ -16810,7 +15103,6 @@ public static void EffectDirect( [NativeTypeName("ALfloat")] float flValue ) => Underlying.Value!.EffectDirect(context, effect, param2, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16821,7 +15113,6 @@ public static void Effect( [NativeTypeName("const ALfloat *")] float* pflValues ) => Underlying.Value!.Effect(effect, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfv")] [MethodImpl( @@ -16839,7 +15130,6 @@ public static void Effect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16851,7 +15141,6 @@ public static void EffectDirect( [NativeTypeName("const ALfloat *")] float* pflValues ) => Underlying.Value!.EffectDirect(context, effect, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] [MethodImpl( @@ -16870,7 +15159,6 @@ public static void EffectDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffecti")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16881,7 +15169,6 @@ public static void Effect( [NativeTypeName("ALint")] int iValue ) => Underlying.Value!.Effect(effect, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffecti")] [MethodImpl( @@ -16893,7 +15180,6 @@ public static void Effect( [NativeTypeName("ALint")] int iValue ) => Underlying.Value!.Effect(effect, param1, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16905,7 +15191,6 @@ public static void EffectDirect( [NativeTypeName("ALint")] int iValue ) => Underlying.Value!.EffectDirect(context, effect, param2, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectiDirect")] [MethodImpl( @@ -16918,7 +15203,6 @@ public static void EffectDirect( [NativeTypeName("ALint")] int iValue ) => Underlying.Value!.EffectDirect(context, effect, param2, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16929,7 +15213,6 @@ public static void Effect( [NativeTypeName("const ALint *")] int* piValues ) => Underlying.Value!.Effect(effect, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectiv")] [MethodImpl( @@ -16947,7 +15230,6 @@ public static void Effect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16959,7 +15241,6 @@ public static void EffectDirect( [NativeTypeName("const ALint *")] int* piValues ) => Underlying.Value!.EffectDirect(context, effect, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectivDirect")] [MethodImpl( @@ -16978,7 +15259,6 @@ public static void EffectDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -16986,7 +15266,6 @@ public static void EffectDirect( public static void Enable([NativeTypeName("ALenum")] int capability) => Underlying.Value!.Enable(capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alEnable")] [MethodImpl( @@ -16996,7 +15275,6 @@ public static void Enable( [NativeTypeName("ALenum")] Constant capability ) => Underlying.Value!.Enable(capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alEnableDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17006,7 +15284,6 @@ public static void EnableDirect( [NativeTypeName("ALenum")] int capability ) => Underlying.Value!.EnableDirect(context, capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEnableDirect")] [MethodImpl( @@ -17017,7 +15294,6 @@ public static void EnableDirect( [NativeTypeName("ALenum")] Constant capability ) => Underlying.Value!.EnableDirect(context, capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17028,7 +15304,6 @@ public static void EventCallbackDirectSOFT( void* userParam ) => Underlying.Value!.EventCallbackDirectSOFT(context, callback, userParam); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] [MethodImpl( @@ -17046,7 +15321,6 @@ Ref userParam } } - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17056,7 +15330,6 @@ public static void EventCallbackSOFT( void* userParam ) => Underlying.Value!.EventCallbackSOFT(callback, userParam); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] [MethodImpl( @@ -17073,7 +15346,6 @@ Ref userParam } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17085,7 +15357,6 @@ public static void EventControlDirectSOFT( [NativeTypeName("ALboolean")] sbyte enable ) => Underlying.Value!.EventControlDirectSOFT(context, count, types, enable); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl( @@ -17104,7 +15375,6 @@ public static void EventControlDirectSOFT( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl( @@ -17116,7 +15386,6 @@ public static void EventControlDirectSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ) => Underlying.Value!.EventControlDirectSOFT(context, types, enable); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17127,7 +15396,6 @@ public static void EventControlSOFT( [NativeTypeName("ALboolean")] sbyte enable ) => Underlying.Value!.EventControlSOFT(count, types, enable); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl( @@ -17145,7 +15413,6 @@ public static void EventControlSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl( @@ -17156,7 +15423,6 @@ public static void EventControlSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ) => Underlying.Value!.EventControlSOFT(types, enable); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17167,7 +15433,6 @@ public static void Filter( [NativeTypeName("ALfloat")] float flValue ) => Underlying.Value!.Filter(filter, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterf")] [MethodImpl( @@ -17179,7 +15444,6 @@ public static void Filter( [NativeTypeName("ALfloat")] float flValue ) => Underlying.Value!.Filter(filter, param1, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17191,7 +15455,6 @@ public static void FilterDirect( [NativeTypeName("ALfloat")] float flValue ) => Underlying.Value!.FilterDirect(context, filter, param2, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfDirect")] [MethodImpl( @@ -17204,7 +15467,6 @@ public static void FilterDirect( [NativeTypeName("ALfloat")] float flValue ) => Underlying.Value!.FilterDirect(context, filter, param2, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17215,7 +15477,6 @@ public static void Filter( [NativeTypeName("const ALfloat *")] float* pflValues ) => Underlying.Value!.Filter(filter, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfv")] [MethodImpl( @@ -17233,7 +15494,6 @@ public static void Filter( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17245,7 +15505,6 @@ public static void FilterDirect( [NativeTypeName("const ALfloat *")] float* pflValues ) => Underlying.Value!.FilterDirect(context, filter, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] [MethodImpl( @@ -17264,7 +15523,6 @@ public static void FilterDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17275,7 +15533,6 @@ public static void Filter( [NativeTypeName("ALint")] int iValue ) => Underlying.Value!.Filter(filter, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteri")] [MethodImpl( @@ -17287,7 +15544,6 @@ public static void Filter( [NativeTypeName("ALint")] int iValue ) => Underlying.Value!.Filter(filter, param1, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilteriDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17299,7 +15555,6 @@ public static void FilterDirect( [NativeTypeName("ALint")] int iValue ) => Underlying.Value!.FilterDirect(context, filter, param2, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteriDirect")] [MethodImpl( @@ -17312,7 +15567,6 @@ public static void FilterDirect( [NativeTypeName("ALint")] int iValue ) => Underlying.Value!.FilterDirect(context, filter, param2, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17323,7 +15577,6 @@ public static void Filter( [NativeTypeName("const ALint *")] int* piValues ) => Underlying.Value!.Filter(filter, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteriv")] [MethodImpl( @@ -17341,7 +15594,6 @@ public static void Filter( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17353,7 +15605,6 @@ public static void FilterDirect( [NativeTypeName("const ALint *")] int* piValues ) => Underlying.Value!.FilterDirect(context, filter, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterivDirect")] [MethodImpl( @@ -17372,7 +15623,6 @@ public static void FilterDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl( @@ -17385,7 +15635,6 @@ public static uint GenAuxiliaryEffectSlot() return effectslots; } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17395,7 +15644,6 @@ public static void GenAuxiliaryEffectSlots( [NativeTypeName("ALuint *")] uint* effectslots ) => Underlying.Value!.GenAuxiliaryEffectSlots(n, effectslots); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl( @@ -17412,7 +15660,6 @@ public static void GenAuxiliaryEffectSlots( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17423,7 +15670,6 @@ public static void GenAuxiliaryEffectSlotsDirect( [NativeTypeName("ALuint *")] uint* effectslots ) => Underlying.Value!.GenAuxiliaryEffectSlotsDirect(context, n, effectslots); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl( @@ -17441,7 +15687,6 @@ public static void GenAuxiliaryEffectSlotsDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl( @@ -17454,7 +15699,6 @@ public static uint GenAuxiliaryEffectSlotsDirect(ContextHandle context) return effectslots; } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl( @@ -17467,7 +15711,6 @@ public static uint GenBuffer() return buffers; } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17477,7 +15720,6 @@ public static void GenBuffers( [NativeTypeName("ALuint *")] uint* buffers ) => Underlying.Value!.GenBuffers(n, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl( @@ -17494,7 +15736,6 @@ public static void GenBuffers( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17505,7 +15746,6 @@ public static void GenBuffersDirect( [NativeTypeName("ALuint *")] uint* buffers ) => Underlying.Value!.GenBuffersDirect(context, n, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] [MethodImpl( @@ -17523,7 +15763,6 @@ public static void GenBuffersDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl( @@ -17536,7 +15775,6 @@ public static uint GenEffect() return effects; } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17546,7 +15784,6 @@ public static void GenEffects( [NativeTypeName("ALuint *")] uint* effects ) => Underlying.Value!.GenEffects(n, effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl( @@ -17563,7 +15800,6 @@ public static void GenEffects( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17574,7 +15810,6 @@ public static void GenEffectsDirect( [NativeTypeName("ALuint *")] uint* effects ) => Underlying.Value!.GenEffectsDirect(context, n, effects); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl( @@ -17592,7 +15827,6 @@ public static void GenEffectsDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl( @@ -17605,7 +15839,6 @@ public static uint GenEffectsDirect(ContextHandle context) return effects; } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl( @@ -17618,7 +15851,6 @@ public static uint GenFilter() return filters; } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17628,7 +15860,6 @@ public static void GenFilters( [NativeTypeName("ALuint *")] uint* filters ) => Underlying.Value!.GenFilters(n, filters); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl( @@ -17645,7 +15876,6 @@ public static void GenFilters( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17656,7 +15886,6 @@ public static void GenFiltersDirect( [NativeTypeName("ALuint *")] uint* filters ) => Underlying.Value!.GenFiltersDirect(context, n, filters); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl( @@ -17674,7 +15903,6 @@ public static void GenFiltersDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl( @@ -17687,7 +15915,6 @@ public static uint GenFiltersDirect(ContextHandle context) return filters; } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl( @@ -17700,7 +15927,6 @@ public static uint GenSource() return sources; } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17710,7 +15936,6 @@ public static void GenSources( [NativeTypeName("ALuint *")] uint* sources ) => Underlying.Value!.GenSources(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl( @@ -17727,7 +15952,6 @@ public static void GenSources( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17738,7 +15962,6 @@ public static void GenSourcesDirect( [NativeTypeName("ALuint *")] uint* sources ) => Underlying.Value!.GenSourcesDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl( @@ -17756,7 +15979,6 @@ public static void GenSourcesDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl( @@ -17769,7 +15991,6 @@ public static uint GenSourcesDirect(ContextHandle context) return sources; } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17780,7 +16001,6 @@ public static void GetAuxiliaryEffectSlotf( [NativeTypeName("ALfloat *")] float* flValue ) => Underlying.Value!.GetAuxiliaryEffectSlotf(effectslot, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] [MethodImpl( @@ -17798,7 +16018,6 @@ public static void GetAuxiliaryEffectSlotf( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17810,7 +16029,6 @@ public static void GetAuxiliaryEffectSlotfDirect( [NativeTypeName("ALfloat *")] float* pflValue ) => Underlying.Value!.GetAuxiliaryEffectSlotfDirect(context, effectslot, param2, pflValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] [MethodImpl( @@ -17829,7 +16047,6 @@ public static void GetAuxiliaryEffectSlotfDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17840,7 +16057,6 @@ public static void GetAuxiliaryEffectSlotfv( [NativeTypeName("ALfloat *")] float* pflValues ) => Underlying.Value!.GetAuxiliaryEffectSlotfv(effectslot, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] [MethodImpl( @@ -17858,7 +16074,6 @@ public static void GetAuxiliaryEffectSlotfv( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17876,7 +16091,6 @@ public static void GetAuxiliaryEffectSlotfvDirect( pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] [MethodImpl( @@ -17895,7 +16109,6 @@ public static void GetAuxiliaryEffectSlotfvDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17906,7 +16119,6 @@ public static void GetAuxiliaryEffectSloti( [NativeTypeName("ALint *")] int* iValue ) => Underlying.Value!.GetAuxiliaryEffectSloti(effectslot, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] [MethodImpl( @@ -17924,7 +16136,6 @@ public static void GetAuxiliaryEffectSloti( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17936,7 +16147,6 @@ public static void GetAuxiliaryEffectSlotiDirect( [NativeTypeName("ALint *")] int* piValue ) => Underlying.Value!.GetAuxiliaryEffectSlotiDirect(context, effectslot, param2, piValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] [MethodImpl( @@ -17955,7 +16165,6 @@ public static void GetAuxiliaryEffectSlotiDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17966,7 +16175,6 @@ public static void GetAuxiliaryEffectSlotiv( [NativeTypeName("ALint *")] int* piValues ) => Underlying.Value!.GetAuxiliaryEffectSlotiv(effectslot, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] [MethodImpl( @@ -17984,7 +16192,6 @@ public static void GetAuxiliaryEffectSlotiv( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -17997,7 +16204,6 @@ public static void GetAuxiliaryEffectSlotivDirect( ) => Underlying.Value!.GetAuxiliaryEffectSlotivDirect(context, effectslot, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] [MethodImpl( @@ -18017,7 +16223,6 @@ public static void GetAuxiliaryEffectSlotivDirect( } [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBoolean")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18026,7 +16231,6 @@ public static sbyte GetBoolean([NativeTypeName("ALenum")] int param0) => Underlying.Value!.GetBoolean(param0); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBoolean")] [MethodImpl( @@ -18037,7 +16241,6 @@ public static MaybeBool GetBoolean( ) => Underlying.Value!.GetBoolean(param0); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18048,7 +16251,6 @@ public static sbyte GetBooleanDirect( ) => Underlying.Value!.GetBooleanDirect(context, param1); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] [MethodImpl( @@ -18059,7 +16261,6 @@ public static MaybeBool GetBooleanDirect( [NativeTypeName("ALenum")] Constant param1 ) => Underlying.Value!.GetBooleanDirect(context, param1); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBooleanv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18069,7 +16270,6 @@ public static void GetBoolean( [NativeTypeName("ALboolean *")] sbyte* values ) => Underlying.Value!.GetBoolean(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanv")] [MethodImpl( @@ -18086,7 +16286,6 @@ public static void GetBoolean( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18097,7 +16296,6 @@ public static void GetBooleanDirect( [NativeTypeName("ALboolean *")] sbyte* values ) => Underlying.Value!.GetBooleanDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] [MethodImpl( @@ -18115,7 +16313,6 @@ public static void GetBooleanDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18128,7 +16325,6 @@ public static void GetBuffer3( [NativeTypeName("ALfloat *")] float* value3 ) => Underlying.Value!.GetBuffer3(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] [MethodImpl( @@ -18150,7 +16346,6 @@ public static void GetBuffer3( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18164,7 +16359,6 @@ public static void GetBuffer3Direct( [NativeTypeName("ALfloat *")] float* value3 ) => Underlying.Value!.GetBuffer3Direct(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] [MethodImpl( @@ -18187,7 +16381,6 @@ public static void GetBuffer3Direct( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18200,7 +16393,6 @@ public static void GetBuffer3( [NativeTypeName("ALint *")] int* value3 ) => Underlying.Value!.GetBuffer3(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] [MethodImpl( @@ -18222,7 +16414,6 @@ public static void GetBuffer3( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18236,7 +16427,6 @@ public static void GetBuffer3Direct( [NativeTypeName("ALint *")] int* value3 ) => Underlying.Value!.GetBuffer3Direct(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] [MethodImpl( @@ -18259,11 +16449,6 @@ public static void GetBuffer3Direct( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18277,11 +16462,6 @@ public static void GetBuffer3PtrDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr2 ) => Underlying.Value!.GetBuffer3PtrDirectSOFT(context, buffer, param2, ptr0, ptr1, ptr2); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] [MethodImpl( @@ -18311,7 +16491,6 @@ public static void GetBuffer3PtrDirectSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18324,7 +16503,6 @@ public static void GetBuffer3PtrSOFT( [NativeTypeName("ALvoid **")] void** ptr2 ) => Underlying.Value!.GetBuffer3PtrSOFT(buffer, param1, ptr0, ptr1, ptr2); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] [MethodImpl( @@ -18346,7 +16524,6 @@ public static void GetBuffer3PtrSOFT( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18357,7 +16534,6 @@ public static void GetBufferf( [NativeTypeName("ALfloat *")] float* value ) => Underlying.Value!.GetBufferf(buffer, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferf")] [MethodImpl( @@ -18375,7 +16551,6 @@ public static void GetBufferf( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18387,7 +16562,6 @@ public static void GetBufferfDirect( [NativeTypeName("ALfloat *")] float* value ) => Underlying.Value!.GetBufferfDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] [MethodImpl( @@ -18406,7 +16580,6 @@ public static void GetBufferfDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18417,7 +16590,6 @@ public static void GetBufferfv( [NativeTypeName("ALfloat *")] float* values ) => Underlying.Value!.GetBufferfv(buffer, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfv")] [MethodImpl( @@ -18435,7 +16607,6 @@ public static void GetBufferfv( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18447,7 +16618,6 @@ public static void GetBufferfvDirect( [NativeTypeName("ALfloat *")] float* values ) => Underlying.Value!.GetBufferfvDirect(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] [MethodImpl( @@ -18466,7 +16636,6 @@ public static void GetBufferfvDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18477,7 +16646,6 @@ public static void GetBufferi( [NativeTypeName("ALint *")] int* value ) => Underlying.Value!.GetBufferi(buffer, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferi")] [MethodImpl( @@ -18495,7 +16663,6 @@ public static void GetBufferi( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18507,7 +16674,6 @@ public static void GetBufferiDirect( [NativeTypeName("ALint *")] int* value ) => Underlying.Value!.GetBufferiDirect(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] [MethodImpl( @@ -18526,7 +16692,6 @@ public static void GetBufferiDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18537,7 +16702,6 @@ public static void GetBufferiv( [NativeTypeName("ALint *")] int* values ) => Underlying.Value!.GetBufferiv(buffer, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferiv")] [MethodImpl( @@ -18555,7 +16719,6 @@ public static void GetBufferiv( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18567,7 +16730,6 @@ public static void GetBufferivDirect( [NativeTypeName("ALint *")] int* values ) => Underlying.Value!.GetBufferivDirect(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] [MethodImpl( @@ -18586,11 +16748,6 @@ public static void GetBufferivDirect( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18602,11 +16759,6 @@ public static void GetBufferPtrDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr ) => Underlying.Value!.GetBufferPtrDirectSOFT(context, buffer, param2, ptr); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] [MethodImpl( @@ -18625,7 +16777,6 @@ public static void GetBufferPtrDirectSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18636,7 +16787,6 @@ public static void GetBufferPtrSOFT( [NativeTypeName("ALvoid **")] void** ptr ) => Underlying.Value!.GetBufferPtrSOFT(buffer, param1, ptr); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] [MethodImpl( @@ -18654,11 +16804,6 @@ public static void GetBufferPtrSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18670,11 +16815,6 @@ public static void GetBufferPtrvDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr ) => Underlying.Value!.GetBufferPtrvDirectSOFT(context, buffer, param2, ptr); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] [MethodImpl( @@ -18693,7 +16833,6 @@ public static void GetBufferPtrvDirectSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18704,7 +16843,6 @@ public static void GetBufferPtrvSOFT( [NativeTypeName("ALvoid **")] void** ptr ) => Underlying.Value!.GetBufferPtrvSOFT(buffer, param1, ptr); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] [MethodImpl( @@ -18722,7 +16860,6 @@ public static void GetBufferPtrvSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18736,7 +16873,6 @@ public static void GetBufferSamplesSOFT( [NativeTypeName("ALvoid *")] void* data ) => Underlying.Value!.GetBufferSamplesSOFT(buffer, offset, samples, channels, type, data); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] [MethodImpl( @@ -18758,7 +16894,6 @@ public static void GetBufferSamplesSOFT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18787,7 +16922,6 @@ public static uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl( @@ -18827,7 +16961,6 @@ public static uint GetDebugMessageLogDirectEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl( @@ -18867,7 +17000,6 @@ public static uint GetDebugMessageLogDirectEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl( @@ -18907,7 +17039,6 @@ public static uint GetDebugMessageLogDirectEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -18934,7 +17065,6 @@ public static uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl( @@ -18972,7 +17102,6 @@ public static uint GetDebugMessageLogEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl( @@ -19010,7 +17139,6 @@ public static uint GetDebugMessageLogEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl( @@ -19048,7 +17176,6 @@ public static uint GetDebugMessageLogEXT( } [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetDouble")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19057,7 +17184,6 @@ public static double GetDouble([NativeTypeName("ALenum")] int param0) => Underlying.Value!.GetDouble(param0); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDouble")] [MethodImpl( @@ -19068,7 +17194,6 @@ public static double GetDouble( ) => Underlying.Value!.GetDouble(param0); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19079,7 +17204,6 @@ public static double GetDoubleDirect( ) => Underlying.Value!.GetDoubleDirect(context, param1); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] [MethodImpl( @@ -19090,7 +17214,6 @@ public static double GetDoubleDirect( [NativeTypeName("ALenum")] Constant param1 ) => Underlying.Value!.GetDoubleDirect(context, param1); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetDoublev")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19100,7 +17223,6 @@ public static void GetDouble( [NativeTypeName("ALdouble *")] double* values ) => Underlying.Value!.GetDouble(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoublev")] [MethodImpl( @@ -19117,7 +17239,6 @@ public static void GetDouble( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19128,7 +17249,6 @@ public static void GetDoubleDirect( [NativeTypeName("ALdouble *")] double* values ) => Underlying.Value!.GetDoubleDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] [MethodImpl( @@ -19146,7 +17266,6 @@ public static void GetDoubleDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19157,7 +17276,6 @@ public static void GetEffectf( [NativeTypeName("ALfloat *")] float* flValue ) => Underlying.Value!.GetEffectf(effect, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectf")] [MethodImpl( @@ -19175,7 +17293,6 @@ public static void GetEffectf( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19187,7 +17304,6 @@ public static void GetEffectfDirect( [NativeTypeName("ALfloat *")] float* pflValue ) => Underlying.Value!.GetEffectfDirect(context, effect, param2, pflValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] [MethodImpl( @@ -19206,7 +17322,6 @@ public static void GetEffectfDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19217,7 +17332,6 @@ public static void GetEffectfv( [NativeTypeName("ALfloat *")] float* pflValues ) => Underlying.Value!.GetEffectfv(effect, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfv")] [MethodImpl( @@ -19235,7 +17349,6 @@ public static void GetEffectfv( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19247,7 +17360,6 @@ public static void GetEffectfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ) => Underlying.Value!.GetEffectfvDirect(context, effect, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] [MethodImpl( @@ -19266,7 +17378,6 @@ public static void GetEffectfvDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffecti")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19277,7 +17388,6 @@ public static void GetEffecti( [NativeTypeName("ALint *")] int* iValue ) => Underlying.Value!.GetEffecti(effect, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffecti")] [MethodImpl( @@ -19295,7 +17405,6 @@ public static void GetEffecti( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19307,7 +17416,6 @@ public static void GetEffectiDirect( [NativeTypeName("ALint *")] int* piValue ) => Underlying.Value!.GetEffectiDirect(context, effect, param2, piValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] [MethodImpl( @@ -19326,7 +17434,6 @@ public static void GetEffectiDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19337,7 +17444,6 @@ public static void GetEffectiv( [NativeTypeName("ALint *")] int* piValues ) => Underlying.Value!.GetEffectiv(effect, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectiv")] [MethodImpl( @@ -19355,7 +17461,6 @@ public static void GetEffectiv( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19367,7 +17472,6 @@ public static void GetEffectivDirect( [NativeTypeName("ALint *")] int* piValues ) => Underlying.Value!.GetEffectivDirect(context, effect, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] [MethodImpl( @@ -19387,7 +17491,6 @@ public static void GetEffectivDirect( } [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetEnumValue")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19396,7 +17499,6 @@ public static int GetEnumValue([NativeTypeName("const ALchar *")] sbyte* ename) Underlying.Value!.GetEnumValue(ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEnumValue")] [MethodImpl( @@ -19411,7 +17513,6 @@ public static int GetEnumValue([NativeTypeName("const ALchar *")] Ref ena } [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19422,7 +17523,6 @@ public static int GetEnumValueDirect( ) => Underlying.Value!.GetEnumValueDirect(context, ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] [MethodImpl( @@ -19440,7 +17540,6 @@ public static int GetEnumValueDirect( } [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetError")] [MethodImpl( @@ -19449,7 +17548,6 @@ public static int GetEnumValueDirect( public static Constant GetError() => Underlying.Value!.GetError(); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] [MethodImpl( @@ -19459,23 +17557,20 @@ public static Constant GetErrorDirect(ContextHandle cont Underlying.Value!.GetErrorDirect(context); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static int GetErrorDirectRaw(ContextHandle context) => - Underlying.Value!.GetErrorDirectRaw(context); + public static int GetErrorDirectRawDirect(ContextHandle context) => + Underlying.Value!.GetErrorDirectRawDirect(context); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetError")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int GetErrorRaw() => Underlying.Value!.GetErrorRaw(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19486,7 +17581,6 @@ public static void GetFilterf( [NativeTypeName("ALfloat *")] float* flValue ) => Underlying.Value!.GetFilterf(filter, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterf")] [MethodImpl( @@ -19504,7 +17598,6 @@ public static void GetFilterf( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19516,7 +17609,6 @@ public static void GetFilterfDirect( [NativeTypeName("ALfloat *")] float* pflValue ) => Underlying.Value!.GetFilterfDirect(context, filter, param2, pflValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] [MethodImpl( @@ -19535,7 +17627,6 @@ public static void GetFilterfDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19546,7 +17637,6 @@ public static void GetFilterfv( [NativeTypeName("ALfloat *")] float* pflValues ) => Underlying.Value!.GetFilterfv(filter, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfv")] [MethodImpl( @@ -19564,7 +17654,6 @@ public static void GetFilterfv( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19576,7 +17665,6 @@ public static void GetFilterfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ) => Underlying.Value!.GetFilterfvDirect(context, filter, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] [MethodImpl( @@ -19595,7 +17683,6 @@ public static void GetFilterfvDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19606,7 +17693,6 @@ public static void GetFilteri( [NativeTypeName("ALint *")] int* iValue ) => Underlying.Value!.GetFilteri(filter, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteri")] [MethodImpl( @@ -19624,7 +17710,6 @@ public static void GetFilteri( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19636,7 +17721,6 @@ public static void GetFilteriDirect( [NativeTypeName("ALint *")] int* piValue ) => Underlying.Value!.GetFilteriDirect(context, filter, param2, piValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] [MethodImpl( @@ -19655,7 +17739,6 @@ public static void GetFilteriDirect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19666,7 +17749,6 @@ public static void GetFilteriv( [NativeTypeName("ALint *")] int* piValues ) => Underlying.Value!.GetFilteriv(filter, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteriv")] [MethodImpl( @@ -19684,7 +17766,6 @@ public static void GetFilteriv( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19696,7 +17777,6 @@ public static void GetFilterivDirect( [NativeTypeName("ALint *")] int* piValues ) => Underlying.Value!.GetFilterivDirect(context, filter, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] [MethodImpl( @@ -19716,7 +17796,6 @@ public static void GetFilterivDirect( } [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetFloat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19725,7 +17804,6 @@ public static float GetFloat([NativeTypeName("ALenum")] int param0) => Underlying.Value!.GetFloat(param0); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloat")] [MethodImpl( @@ -19736,7 +17814,6 @@ public static float GetFloat( ) => Underlying.Value!.GetFloat(param0); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19747,7 +17824,6 @@ public static float GetFloatDirect( ) => Underlying.Value!.GetFloatDirect(context, param1); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] [MethodImpl( @@ -19758,7 +17834,6 @@ public static float GetFloatDirect( [NativeTypeName("ALenum")] Constant param1 ) => Underlying.Value!.GetFloatDirect(context, param1); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetFloatv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19768,7 +17843,6 @@ public static void GetFloat( [NativeTypeName("ALfloat *")] float* values ) => Underlying.Value!.GetFloat(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatv")] [MethodImpl( @@ -19785,7 +17859,6 @@ public static void GetFloat( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19796,7 +17869,6 @@ public static void GetFloatDirect( [NativeTypeName("ALfloat *")] float* values ) => Underlying.Value!.GetFloatDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] [MethodImpl( @@ -19815,7 +17887,6 @@ public static void GetFloatDirect( } [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetInteger")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19824,7 +17895,6 @@ public static int GetInteger([NativeTypeName("ALenum")] int param0) => Underlying.Value!.GetInteger(param0); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetInteger")] [MethodImpl( @@ -19835,7 +17905,6 @@ public static int GetInteger( ) => Underlying.Value!.GetInteger(param0); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19846,7 +17915,6 @@ public static int GetIntegerDirect( ) => Underlying.Value!.GetIntegerDirect(context, param1); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] [MethodImpl( @@ -19857,7 +17925,6 @@ public static int GetIntegerDirect( [NativeTypeName("ALenum")] Constant param1 ) => Underlying.Value!.GetIntegerDirect(context, param1); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetIntegerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19867,7 +17934,6 @@ public static void GetInteger( [NativeTypeName("ALint *")] int* values ) => Underlying.Value!.GetInteger(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegerv")] [MethodImpl( @@ -19884,7 +17950,6 @@ public static void GetInteger( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19895,7 +17960,6 @@ public static void GetIntegerDirect( [NativeTypeName("ALint *")] int* values ) => Underlying.Value!.GetIntegerDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] [MethodImpl( @@ -19913,7 +17977,6 @@ public static void GetIntegerDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListener3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19925,7 +17988,6 @@ public static void GetListener3( [NativeTypeName("ALfloat *")] float* value3 ) => Underlying.Value!.GetListener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3f")] [MethodImpl( @@ -19946,7 +18008,6 @@ public static void GetListener3( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19959,7 +18020,6 @@ public static void GetListener3Direct( [NativeTypeName("ALfloat *")] float* value3 ) => Underlying.Value!.GetListener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] [MethodImpl( @@ -19981,7 +18041,6 @@ public static void GetListener3Direct( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListener3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -19993,7 +18052,6 @@ public static void GetListener3( [NativeTypeName("ALint *")] int* value3 ) => Underlying.Value!.GetListener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3i")] [MethodImpl( @@ -20014,7 +18072,6 @@ public static void GetListener3( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20027,7 +18084,6 @@ public static void GetListener3Direct( [NativeTypeName("ALint *")] int* value3 ) => Underlying.Value!.GetListener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] [MethodImpl( @@ -20049,7 +18105,6 @@ public static void GetListener3Direct( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListenerf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20059,7 +18114,6 @@ public static void GetListenerf( [NativeTypeName("ALfloat *")] float* value ) => Underlying.Value!.GetListenerf(param0, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerf")] [MethodImpl( @@ -20076,7 +18130,6 @@ public static void GetListenerf( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20087,7 +18140,6 @@ public static void GetListenerfDirect( [NativeTypeName("ALfloat *")] float* value ) => Underlying.Value!.GetListenerfDirect(context, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] [MethodImpl( @@ -20105,7 +18157,6 @@ public static void GetListenerfDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListenerfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20115,7 +18166,6 @@ public static void GetListenerfv( [NativeTypeName("ALfloat *")] float* values ) => Underlying.Value!.GetListenerfv(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfv")] [MethodImpl( @@ -20132,7 +18182,6 @@ public static void GetListenerfv( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20143,7 +18192,6 @@ public static void GetListenerfvDirect( [NativeTypeName("ALfloat *")] float* values ) => Underlying.Value!.GetListenerfvDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] [MethodImpl( @@ -20161,7 +18209,6 @@ public static void GetListenerfvDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20171,7 +18218,6 @@ public static void GetListeneri( [NativeTypeName("ALint *")] int* value ) => Underlying.Value!.GetListeneri(param0, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl( @@ -20188,7 +18234,6 @@ public static void GetListeneri( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl( @@ -20201,7 +18246,6 @@ public static int GetListeneri() return value; } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20212,7 +18256,6 @@ public static void GetListeneriDirect( [NativeTypeName("ALint *")] int* value ) => Underlying.Value!.GetListeneriDirect(context, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] [MethodImpl( @@ -20230,7 +18273,6 @@ public static void GetListeneriDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20240,7 +18282,6 @@ public static void GetListeneriv( [NativeTypeName("ALint *")] int* values ) => Underlying.Value!.GetListeneriv(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl( @@ -20257,7 +18298,6 @@ public static void GetListeneriv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl( @@ -20270,7 +18310,6 @@ public static int GetListeneriv() return values; } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20281,7 +18320,6 @@ public static void GetListenerivDirect( [NativeTypeName("ALint *")] int* values ) => Underlying.Value!.GetListenerivDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] [MethodImpl( @@ -20299,7 +18337,6 @@ public static void GetListenerivDirect( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20321,7 +18358,6 @@ public static void GetObjectLabelDirectEXT( label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl( @@ -20350,7 +18386,6 @@ public static void GetObjectLabelDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl( @@ -20378,7 +18413,6 @@ public static sbyte GetObjectLabelDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20391,7 +18425,6 @@ public static void GetObjectLabelEXT( [NativeTypeName("ALchar *")] sbyte* label ) => Underlying.Value!.GetObjectLabelEXT(identifier, name, bufSize, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl( @@ -20412,7 +18445,6 @@ public static void GetObjectLabelEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl( @@ -20432,7 +18464,6 @@ public static sbyte GetObjectLabelEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20442,7 +18473,6 @@ public static sbyte GetObjectLabelEXT( [NativeTypeName("ALenum")] int pname ) => Underlying.Value!.GetPointerDirectEXT(context, pname); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] [MethodImpl( @@ -20453,7 +18483,6 @@ public static Ptr GetPointerDirectEXT( [NativeTypeName("ALenum")] Constant pname ) => Underlying.Value!.GetPointerDirectEXT(context, pname); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20463,7 +18492,6 @@ public static Ptr GetPointerDirectEXT( [NativeTypeName("ALenum")] int pname ) => Underlying.Value!.GetPointerDirectSOFT(context, pname); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] [MethodImpl( @@ -20474,7 +18502,6 @@ public static Ptr GetPointerDirectSOFT( [NativeTypeName("ALenum")] Constant pname ) => Underlying.Value!.GetPointerDirectSOFT(context, pname); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20482,7 +18509,6 @@ public static Ptr GetPointerDirectSOFT( public static void* GetPointerEXT([NativeTypeName("ALenum")] int pname) => Underlying.Value!.GetPointerEXT(pname); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] [MethodImpl( @@ -20492,7 +18518,6 @@ public static Ptr GetPointerEXT( [NativeTypeName("ALenum")] Constant pname ) => Underlying.Value!.GetPointerEXT(pname); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20500,7 +18525,6 @@ public static Ptr GetPointerEXT( public static void* GetPointerSOFT([NativeTypeName("ALenum")] int pname) => Underlying.Value!.GetPointerSOFT(pname); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] [MethodImpl( @@ -20510,7 +18534,6 @@ public static Ptr GetPointerSOFT( [NativeTypeName("ALenum")] Constant pname ) => Underlying.Value!.GetPointerSOFT(pname); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20521,7 +18544,6 @@ public static void GetPointerDirectEXT( void** values ) => Underlying.Value!.GetPointerDirectEXT(context, pname, values); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] [MethodImpl( @@ -20539,7 +18561,6 @@ Ref2D values } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20550,7 +18571,6 @@ public static void GetPointerDirectSOFT( void** values ) => Underlying.Value!.GetPointerDirectSOFT(context, pname, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] [MethodImpl( @@ -20568,7 +18588,6 @@ Ref2D values } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20576,7 +18595,6 @@ Ref2D values public static void GetPointerEXT([NativeTypeName("ALenum")] int pname, void** values) => Underlying.Value!.GetPointerEXT(pname, values); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] [MethodImpl( @@ -20593,7 +18611,6 @@ Ref2D values } } - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20601,7 +18618,6 @@ Ref2D values public static void GetPointerSOFT([NativeTypeName("ALenum")] int pname, void** values) => Underlying.Value!.GetPointerSOFT(pname, values); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] [MethodImpl( @@ -20618,7 +18634,6 @@ Ref2D values } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetProcAddress")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20626,7 +18641,6 @@ Ref2D values public static void* GetProcAddress([NativeTypeName("const ALchar *")] sbyte* fname) => Underlying.Value!.GetProcAddress(fname); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetProcAddress")] [MethodImpl( @@ -20640,7 +18654,6 @@ public static Ptr GetProcAddress([NativeTypeName("const ALchar *")] Ref f } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20650,7 +18663,6 @@ public static Ptr GetProcAddress([NativeTypeName("const ALchar *")] Ref f [NativeTypeName("const ALchar *")] sbyte* fname ) => Underlying.Value!.GetProcAddressDirect(context, fname); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] [MethodImpl( @@ -20667,11 +18679,6 @@ public static Ptr GetProcAddressDirect( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20686,11 +18693,6 @@ public static void GetSource3DirectSOFT( ) => Underlying.Value!.GetSource3DirectSOFT(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] [MethodImpl( @@ -20720,7 +18722,6 @@ public static void GetSource3DirectSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20733,7 +18734,6 @@ public static void GetSource3SOFT( [NativeTypeName("ALdouble *")] double* value3 ) => Underlying.Value!.GetSource3SOFT(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] [MethodImpl( @@ -20755,7 +18755,6 @@ public static void GetSource3SOFT( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSource3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20768,7 +18767,6 @@ public static void GetSource3( [NativeTypeName("ALfloat *")] float* value3 ) => Underlying.Value!.GetSource3(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3f")] [MethodImpl( @@ -20790,7 +18788,6 @@ public static void GetSource3( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20804,7 +18801,6 @@ public static void GetSource3Direct( [NativeTypeName("ALfloat *")] float* value3 ) => Underlying.Value!.GetSource3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] [MethodImpl( @@ -20834,7 +18830,6 @@ public static void GetSource3Direct( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSource3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20847,7 +18842,6 @@ public static void GetSource3( [NativeTypeName("ALint *")] int* value3 ) => Underlying.Value!.GetSource3(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i")] [MethodImpl( @@ -20869,11 +18863,6 @@ public static void GetSource3( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20888,11 +18877,6 @@ public static void GetSource3DirectSOFT( ) => Underlying.Value!.GetSource3DirectSOFT(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] [MethodImpl( @@ -20922,7 +18906,6 @@ public static void GetSource3DirectSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20935,7 +18918,6 @@ public static void GetSource3SOFT( [NativeTypeName("ALint64SOFT *")] long* value3 ) => Underlying.Value!.GetSource3SOFT(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] [MethodImpl( @@ -20957,7 +18939,6 @@ public static void GetSource3SOFT( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -20971,7 +18952,6 @@ public static void GetSource3Direct( [NativeTypeName("ALint *")] int* value3 ) => Underlying.Value!.GetSource3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] [MethodImpl( @@ -21001,11 +18981,6 @@ public static void GetSource3Direct( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21017,11 +18992,6 @@ public static void GetSourceDirectSOFT( [NativeTypeName("ALdouble *")] double* value ) => Underlying.Value!.GetSourceDirectSOFT(context, source, param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] [MethodImpl( @@ -21040,7 +19010,6 @@ public static void GetSourceDirectSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21051,7 +19020,6 @@ public static void GetSourceSOFT( [NativeTypeName("ALdouble *")] double* value ) => Underlying.Value!.GetSourceSOFT(source, param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] [MethodImpl( @@ -21069,11 +19037,6 @@ public static void GetSourceSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21085,11 +19048,6 @@ public static void GetSourcedvDirectSOFT( [NativeTypeName("ALdouble *")] double* values ) => Underlying.Value!.GetSourcedvDirectSOFT(context, source, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] [MethodImpl( @@ -21108,7 +19066,6 @@ public static void GetSourcedvDirectSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21119,7 +19076,6 @@ public static void GetSourcedvSOFT( [NativeTypeName("ALdouble *")] double* values ) => Underlying.Value!.GetSourcedvSOFT(source, param1, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] [MethodImpl( @@ -21137,7 +19093,6 @@ public static void GetSourcedvSOFT( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21148,7 +19103,6 @@ public static void GetSourcef( [NativeTypeName("ALfloat *")] float* value ) => Underlying.Value!.GetSourcef(source, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcef")] [MethodImpl( @@ -21166,7 +19120,6 @@ public static void GetSourcef( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21178,7 +19131,6 @@ public static void GetSourcefDirect( [NativeTypeName("ALfloat *")] float* value ) => Underlying.Value!.GetSourcefDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] [MethodImpl( @@ -21197,7 +19149,6 @@ public static void GetSourcefDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcefv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21208,7 +19159,6 @@ public static void GetSourcefv( [NativeTypeName("ALfloat *")] float* values ) => Underlying.Value!.GetSourcefv(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefv")] [MethodImpl( @@ -21226,7 +19176,6 @@ public static void GetSourcefv( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21238,7 +19187,6 @@ public static void GetSourcefvDirect( [NativeTypeName("ALfloat *")] float* values ) => Underlying.Value!.GetSourcefvDirect(context, source, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] [MethodImpl( @@ -21257,7 +19205,6 @@ public static void GetSourcefvDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21268,7 +19215,6 @@ public static void GetSourcei( [NativeTypeName("ALint *")] int* value ) => Underlying.Value!.GetSourcei(source, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei")] [MethodImpl( @@ -21286,11 +19232,6 @@ public static void GetSourcei( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21302,11 +19243,6 @@ public static void GetSourcei64DirectSOFT( [NativeTypeName("ALint64SOFT *")] long* value ) => Underlying.Value!.GetSourcei64DirectSOFT(context, source, param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] [MethodImpl( @@ -21325,7 +19261,6 @@ public static void GetSourcei64DirectSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21336,7 +19271,6 @@ public static void GetSourcei64SOFT( [NativeTypeName("ALint64SOFT *")] long* value ) => Underlying.Value!.GetSourcei64SOFT(source, param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] [MethodImpl( @@ -21354,33 +19288,23 @@ public static void GetSourcei64SOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetSourcei64VDirectSOFT( + public static void GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param2, [NativeTypeName("ALint64SOFT *")] long* values - ) => Underlying.Value!.GetSourcei64VDirectSOFT(context, source, param2, values); + ) => Underlying.Value!.GetSourcei64vDirectSOFT(context, source, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetSourcei64VDirectSOFT( + public static void GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param2, @@ -21389,28 +19313,26 @@ public static void GetSourcei64VDirectSOFT( { fixed (long* __dsl_values = values) { - GetSourcei64VDirectSOFT(context, source, (int)param2, __dsl_values); + GetSourcei64vDirectSOFT(context, source, (int)param2, __dsl_values); } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetSourcei64VSOFT( + public static void GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT *")] long* values - ) => Underlying.Value!.GetSourcei64VSOFT(source, param1, values); + ) => Underlying.Value!.GetSourcei64vSOFT(source, param1, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetSourcei64VSOFT( + public static void GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT *")] Ref values @@ -21418,11 +19340,10 @@ public static void GetSourcei64VSOFT( { fixed (long* __dsl_values = values) { - GetSourcei64VSOFT(source, (int)param1, __dsl_values); + GetSourcei64vSOFT(source, (int)param1, __dsl_values); } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21434,7 +19355,6 @@ public static void GetSourceiDirect( [NativeTypeName("ALint *")] int* value ) => Underlying.Value!.GetSourceiDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] [MethodImpl( @@ -21453,7 +19373,6 @@ public static void GetSourceiDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourceiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21464,7 +19383,6 @@ public static void GetSourceiv( [NativeTypeName("ALint *")] int* values ) => Underlying.Value!.GetSourceiv(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceiv")] [MethodImpl( @@ -21482,7 +19400,6 @@ public static void GetSourceiv( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21494,7 +19411,6 @@ public static void GetSourceivDirect( [NativeTypeName("ALint *")] int* values ) => Underlying.Value!.GetSourceivDirect(context, source, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] [MethodImpl( @@ -21514,7 +19430,6 @@ public static void GetSourceivDirect( } [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetString")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21523,7 +19438,6 @@ public static void GetSourceivDirect( Underlying.Value!.GetString(param0); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetString")] [MethodImpl( @@ -21534,7 +19448,6 @@ public static Ptr GetString( ) => Underlying.Value!.GetString(param0); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetStringDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21545,7 +19458,6 @@ public static Ptr GetString( ) => Underlying.Value!.GetStringDirect(context, param1); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringDirect")] [MethodImpl( @@ -21557,11 +19469,6 @@ public static Ptr GetStringDirect( ) => Underlying.Value!.GetStringDirect(context, param1); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_resampler"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21573,11 +19480,6 @@ public static Ptr GetStringDirect( ) => Underlying.Value!.GetStringDirectSOFT(context, pname, index); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_resampler"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] [MethodImpl( @@ -21590,7 +19492,6 @@ public static Ptr GetStringDirectSOFT( ) => Underlying.Value!.GetStringDirectSOFT(context, pname, index); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_SOFT_source_resampler"])] [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21601,7 +19502,6 @@ public static Ptr GetStringDirectSOFT( ) => Underlying.Value!.GetStringSOFT(pname, index); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_SOFT_source_resampler"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] [MethodImpl( @@ -21613,7 +19513,6 @@ public static Ptr GetStringSOFT( ) => Underlying.Value!.GetStringSOFT(pname, index); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] [MethodImpl( @@ -21624,7 +19523,6 @@ public static MaybeBool IsAuxiliaryEffectSlot( ) => Underlying.Value!.IsAuxiliaryEffectSlot(effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] [MethodImpl( @@ -21636,18 +19534,16 @@ public static MaybeBool IsAuxiliaryEffectSlotDirect( ) => Underlying.Value!.IsAuxiliaryEffectSlotDirect(context, effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte IsAuxiliaryEffectSlotDirectRaw( + public static sbyte IsAuxiliaryEffectSlotDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot - ) => Underlying.Value!.IsAuxiliaryEffectSlotDirectRaw(context, effectslot); + ) => Underlying.Value!.IsAuxiliaryEffectSlotDirectRawDirect(context, effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21656,7 +19552,6 @@ public static sbyte IsAuxiliaryEffectSlotRaw([NativeTypeName("ALuint")] uint eff Underlying.Value!.IsAuxiliaryEffectSlotRaw(effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBuffer")] [MethodImpl( @@ -21666,7 +19561,6 @@ public static MaybeBool IsBuffer([NativeTypeName("ALuint")] uint buffer) Underlying.Value!.IsBuffer(buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] [MethodImpl( @@ -21678,18 +19572,16 @@ public static MaybeBool IsBufferDirect( ) => Underlying.Value!.IsBufferDirect(context, buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte IsBufferDirectRaw( + public static sbyte IsBufferDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer - ) => Underlying.Value!.IsBufferDirectRaw(context, buffer); + ) => Underlying.Value!.IsBufferDirectRawDirect(context, buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] [MethodImpl( @@ -21700,16 +19592,15 @@ public static MaybeBool IsBufferFormatSupportedSOFT( ) => Underlying.Value!.IsBufferFormatSupportedSOFT(format); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte IsBufferFormatSupportedSOFTRaw([NativeTypeName("ALenum")] int format) => - Underlying.Value!.IsBufferFormatSupportedSOFTRaw(format); + public static sbyte IsBufferFormatSupportedSOFTRawSOFT( + [NativeTypeName("ALenum")] int format + ) => Underlying.Value!.IsBufferFormatSupportedSOFTRawSOFT(format); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21718,7 +19609,6 @@ public static sbyte IsBufferRaw([NativeTypeName("ALuint")] uint buffer) => Underlying.Value!.IsBufferRaw(buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEffect")] [MethodImpl( @@ -21728,7 +19618,6 @@ public static MaybeBool IsEffect([NativeTypeName("ALuint")] uint effect) Underlying.Value!.IsEffect(effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] [MethodImpl( @@ -21740,18 +19629,16 @@ public static MaybeBool IsEffectDirect( ) => Underlying.Value!.IsEffectDirect(context, effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte IsEffectDirectRaw( + public static sbyte IsEffectDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect - ) => Underlying.Value!.IsEffectDirectRaw(context, effect); + ) => Underlying.Value!.IsEffectDirectRawDirect(context, effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsEffect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21760,7 +19647,6 @@ public static sbyte IsEffectRaw([NativeTypeName("ALuint")] uint effect) => Underlying.Value!.IsEffectRaw(effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsEnabled")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21769,7 +19655,6 @@ public static sbyte IsEnabled([NativeTypeName("ALenum")] int capability) => Underlying.Value!.IsEnabled(capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEnabled")] [MethodImpl( @@ -21780,7 +19665,6 @@ public static MaybeBool IsEnabled( ) => Underlying.Value!.IsEnabled(capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21791,7 +19675,6 @@ public static sbyte IsEnabledDirect( ) => Underlying.Value!.IsEnabledDirect(context, capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] [MethodImpl( @@ -21803,7 +19686,6 @@ public static MaybeBool IsEnabledDirect( ) => Underlying.Value!.IsEnabledDirect(context, capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsExtensionPresent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21812,7 +19694,6 @@ public static sbyte IsExtensionPresent([NativeTypeName("const ALchar *")] sbyte* Underlying.Value!.IsExtensionPresent(extname); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsExtensionPresent")] [MethodImpl( @@ -21829,7 +19710,6 @@ public static MaybeBool IsExtensionPresent( } [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21840,7 +19720,6 @@ public static sbyte IsExtensionPresentDirect( ) => Underlying.Value!.IsExtensionPresentDirect(context, extname); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] [MethodImpl( @@ -21858,7 +19737,6 @@ public static MaybeBool IsExtensionPresentDirect( } [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsFilter")] [MethodImpl( @@ -21868,7 +19746,6 @@ public static MaybeBool IsFilter([NativeTypeName("ALuint")] uint filter) Underlying.Value!.IsFilter(filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] [MethodImpl( @@ -21880,18 +19757,16 @@ public static MaybeBool IsFilterDirect( ) => Underlying.Value!.IsFilterDirect(context, filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte IsFilterDirectRaw( + public static sbyte IsFilterDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter - ) => Underlying.Value!.IsFilterDirectRaw(context, filter); + ) => Underlying.Value!.IsFilterDirectRawDirect(context, filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsFilter")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21900,7 +19775,6 @@ public static sbyte IsFilterRaw([NativeTypeName("ALuint")] uint filter) => Underlying.Value!.IsFilterRaw(filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsSource")] [MethodImpl( @@ -21910,7 +19784,6 @@ public static MaybeBool IsSource([NativeTypeName("ALuint")] uint source) Underlying.Value!.IsSource(source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] [MethodImpl( @@ -21922,18 +19795,16 @@ public static MaybeBool IsSourceDirect( ) => Underlying.Value!.IsSourceDirect(context, source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte IsSourceDirectRaw( + public static sbyte IsSourceDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source - ) => Underlying.Value!.IsSourceDirectRaw(context, source); + ) => Underlying.Value!.IsSourceDirectRawDirect(context, source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsSource")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21941,7 +19812,6 @@ public static sbyte IsSourceDirectRaw( public static sbyte IsSourceRaw([NativeTypeName("ALuint")] uint source) => Underlying.Value!.IsSourceRaw(source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListener3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21953,7 +19823,6 @@ public static void Listener3( [NativeTypeName("ALfloat")] float value3 ) => Underlying.Value!.Listener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3f")] [MethodImpl( @@ -21966,7 +19835,6 @@ public static void Listener3( [NativeTypeName("ALfloat")] float value3 ) => Underlying.Value!.Listener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListener3fDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -21979,7 +19847,6 @@ public static void Listener3Direct( [NativeTypeName("ALfloat")] float value3 ) => Underlying.Value!.Listener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3fDirect")] [MethodImpl( @@ -21993,7 +19860,6 @@ public static void Listener3Direct( [NativeTypeName("ALfloat")] float value3 ) => Underlying.Value!.Listener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListener3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22005,7 +19871,6 @@ public static void Listener3( [NativeTypeName("ALint")] int value3 ) => Underlying.Value!.Listener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3i")] [MethodImpl( @@ -22018,7 +19883,6 @@ public static void Listener3( [NativeTypeName("ALint")] int value3 ) => Underlying.Value!.Listener3(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListener3iDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22031,7 +19895,6 @@ public static void Listener3Direct( [NativeTypeName("ALint")] int value3 ) => Underlying.Value!.Listener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3iDirect")] [MethodImpl( @@ -22045,7 +19908,6 @@ public static void Listener3Direct( [NativeTypeName("ALint")] int value3 ) => Underlying.Value!.Listener3Direct(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListenerf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22055,7 +19917,6 @@ public static void Listener( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.Listener(param0, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerf")] [MethodImpl( @@ -22066,7 +19927,6 @@ public static void Listener( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.Listener(param0, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerfDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22077,7 +19937,6 @@ public static void ListenerDirect( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.ListenerDirect(context, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfDirect")] [MethodImpl( @@ -22089,7 +19948,6 @@ public static void ListenerDirect( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.ListenerDirect(context, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListenerfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22099,7 +19957,6 @@ public static void Listener( [NativeTypeName("const ALfloat *")] float* values ) => Underlying.Value!.Listener(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfv")] [MethodImpl( @@ -22116,7 +19973,6 @@ public static void Listener( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22127,7 +19983,6 @@ public static void ListenerDirect( [NativeTypeName("const ALfloat *")] float* values ) => Underlying.Value!.ListenerDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] [MethodImpl( @@ -22145,7 +20000,6 @@ public static void ListenerDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListeneri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22155,7 +20009,6 @@ public static void Listener( [NativeTypeName("ALint")] int value ) => Underlying.Value!.Listener(param0, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListeneriDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22166,7 +20019,6 @@ public static void ListenerDirect( [NativeTypeName("ALint")] int value ) => Underlying.Value!.ListenerDirect(context, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListeneriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22176,7 +20028,6 @@ public static void Listener( [NativeTypeName("const ALint *")] int* values ) => Underlying.Value!.Listener(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListeneriv")] [MethodImpl( @@ -22193,7 +20044,6 @@ public static void Listener( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22204,7 +20054,6 @@ public static void ListenerDirect( [NativeTypeName("const ALint *")] int* values ) => Underlying.Value!.ListenerDirect(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerivDirect")] [MethodImpl( @@ -22222,7 +20071,6 @@ public static void ListenerDirect( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22235,7 +20083,6 @@ public static void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] sbyte* label ) => Underlying.Value!.ObjectLabelDirectEXT(context, identifier, name, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl( @@ -22255,7 +20102,6 @@ public static void ObjectLabelDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl( @@ -22268,7 +20114,6 @@ public static void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] sbyte label ) => Underlying.Value!.ObjectLabelDirectEXT(context, identifier, name, label); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22280,7 +20125,6 @@ public static void ObjectLabelEXT( [NativeTypeName("const ALchar *")] sbyte* label ) => Underlying.Value!.ObjectLabelEXT(identifier, name, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl( @@ -22299,7 +20143,6 @@ public static void ObjectLabelEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl( @@ -22311,7 +20154,6 @@ public static void ObjectLabelEXT( [NativeTypeName("const ALchar *")] sbyte label ) => Underlying.Value!.ObjectLabelEXT(identifier, name, label); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alPopDebugGroupDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22319,18 +20161,12 @@ public static void ObjectLabelEXT( public static void PopDebugGroupDirectEXT(ContextHandle context) => Underlying.Value!.PopDebugGroupDirectEXT(context); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alPopDebugGroupEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void PopDebugGroupEXT() => Underlying.Value!.PopDebugGroupEXT(); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_deferred_updates"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alProcessUpdatesDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22338,14 +20174,12 @@ public static void PopDebugGroupDirectEXT(ContextHandle context) => public static void ProcessUpdatesDirectSOFT(ContextHandle context) => Underlying.Value!.ProcessUpdatesDirectSOFT(context); - [SupportedApiProfile("al", ["AL_SOFT_deferred_updates"])] [NativeFunction("openal", EntryPoint = "alProcessUpdatesSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void ProcessUpdatesSOFT() => Underlying.Value!.ProcessUpdatesSOFT(); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22358,7 +20192,6 @@ public static void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] sbyte* message ) => Underlying.Value!.PushDebugGroupDirectEXT(context, source, id, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl( @@ -22378,7 +20211,6 @@ public static void PushDebugGroupDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl( @@ -22391,7 +20223,6 @@ public static void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] sbyte message ) => Underlying.Value!.PushDebugGroupDirectEXT(context, source, id, message); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22403,7 +20234,6 @@ public static void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] sbyte* message ) => Underlying.Value!.PushDebugGroupEXT(source, id, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl( @@ -22422,7 +20252,6 @@ public static void PushDebugGroupEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl( @@ -22434,7 +20263,6 @@ public static void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] sbyte message ) => Underlying.Value!.PushDebugGroupEXT(source, id, message); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22447,7 +20275,6 @@ public static void RequestFoldbackStart( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ) => Underlying.Value!.RequestFoldbackStart(mode, count, length, mem, callback); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [Transformed] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] [MethodImpl( @@ -22467,7 +20294,6 @@ public static void RequestFoldbackStart( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22489,7 +20315,6 @@ public static void RequestFoldbackStartDirect( callback ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] [MethodImpl( @@ -22510,14 +20335,12 @@ public static void RequestFoldbackStartDirect( } } - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStop")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void RequestFoldbackStop() => Underlying.Value!.RequestFoldbackStop(); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStopDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22525,11 +20348,6 @@ public static void RequestFoldbackStartDirect( public static void RequestFoldbackStopDirect(ContextHandle context) => Underlying.Value!.RequestFoldbackStopDirect(context); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSource3dDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22543,20 +20361,18 @@ public static void Source3DirectSOFT( [NativeTypeName("ALdouble")] double value3 ) => Underlying.Value!.Source3DirectSOFT(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSource3dSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void Source3Soft( + public static void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALdouble")] double value1, [NativeTypeName("ALdouble")] double value2, [NativeTypeName("ALdouble")] double value3 - ) => Underlying.Value!.Source3Soft(source, param1, value1, value2, value3); + ) => Underlying.Value!.Source3SOFT(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSource3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22569,7 +20385,6 @@ public static void Source3( [NativeTypeName("ALfloat")] float value3 ) => Underlying.Value!.Source3(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3f")] [MethodImpl( @@ -22583,7 +20398,6 @@ public static void Source3( [NativeTypeName("ALfloat")] float value3 ) => Underlying.Value!.Source3(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSource3fDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22597,7 +20411,6 @@ public static void Source3Direct( [NativeTypeName("ALfloat")] float value3 ) => Underlying.Value!.Source3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3fDirect")] [MethodImpl( @@ -22612,7 +20425,6 @@ public static void Source3Direct( [NativeTypeName("ALfloat")] float value3 ) => Underlying.Value!.Source3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSource3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22625,7 +20437,6 @@ public static void Source3( [NativeTypeName("ALint")] int value3 ) => Underlying.Value!.Source3(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i")] [MethodImpl( @@ -22639,11 +20450,6 @@ public static void Source3( [NativeTypeName("ALint")] int value3 ) => Underlying.Value!.Source3(source, param1, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22657,11 +20463,6 @@ public static void Source3DirectSOFT( [NativeTypeName("ALint64SOFT")] long value3 ) => Underlying.Value!.Source3DirectSOFT(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] [MethodImpl( @@ -22676,34 +20477,31 @@ public static void Source3DirectSOFT( [NativeTypeName("ALint64SOFT")] long value3 ) => Underlying.Value!.Source3DirectSOFT(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void Source3Soft( + public static void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT")] long value1, [NativeTypeName("ALint64SOFT")] long value2, [NativeTypeName("ALint64SOFT")] long value3 - ) => Underlying.Value!.Source3Soft(source, param1, value1, value2, value3); + ) => Underlying.Value!.Source3SOFT(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void Source3Soft( + public static void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT")] long value1, [NativeTypeName("ALint64SOFT")] long value2, [NativeTypeName("ALint64SOFT")] long value3 - ) => Underlying.Value!.Source3Soft(source, param1, value1, value2, value3); + ) => Underlying.Value!.Source3SOFT(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSource3iDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22717,7 +20515,6 @@ public static void Source3Direct( [NativeTypeName("ALint")] int value3 ) => Underlying.Value!.Source3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3iDirect")] [MethodImpl( @@ -22732,11 +20529,6 @@ public static void Source3Direct( [NativeTypeName("ALint")] int value3 ) => Underlying.Value!.Source3Direct(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22748,11 +20540,6 @@ public static void SourceDirectSOFT( [NativeTypeName("ALdouble")] double value ) => Underlying.Value!.SourceDirectSOFT(context, source, param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] [MethodImpl( @@ -22765,7 +20552,6 @@ public static void SourceDirectSOFT( [NativeTypeName("ALdouble")] double value ) => Underlying.Value!.SourceDirectSOFT(context, source, param2, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22776,7 +20562,6 @@ public static void SourceSOFT( [NativeTypeName("ALdouble")] double value ) => Underlying.Value!.SourceSOFT(source, param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] [MethodImpl( @@ -22788,11 +20573,6 @@ public static void SourceSOFT( [NativeTypeName("ALdouble")] double value ) => Underlying.Value!.SourceSOFT(source, param1, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22804,11 +20584,6 @@ public static void SourceDirectSOFT( [NativeTypeName("const ALdouble *")] double* values ) => Underlying.Value!.SourceDirectSOFT(context, source, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] [MethodImpl( @@ -22827,7 +20602,6 @@ public static void SourceDirectSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22838,7 +20612,6 @@ public static void SourceSOFT( [NativeTypeName("const ALdouble *")] double* values ) => Underlying.Value!.SourceSOFT(source, param1, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] [MethodImpl( @@ -22856,7 +20629,6 @@ public static void SourceSOFT( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22867,7 +20639,6 @@ public static void Source( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.Source(source, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcef")] [MethodImpl( @@ -22879,7 +20650,6 @@ public static void Source( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.Source(source, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcefDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22891,7 +20661,6 @@ public static void SourceDirect( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.SourceDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefDirect")] [MethodImpl( @@ -22904,7 +20673,6 @@ public static void SourceDirect( [NativeTypeName("ALfloat")] float value ) => Underlying.Value!.SourceDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcefv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22915,7 +20683,6 @@ public static void Source( [NativeTypeName("const ALfloat *")] float* values ) => Underlying.Value!.Source(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefv")] [MethodImpl( @@ -22933,7 +20700,6 @@ public static void Source( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22945,7 +20711,6 @@ public static void SourceDirect( [NativeTypeName("const ALfloat *")] float* values ) => Underlying.Value!.SourceDirect(context, source, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] [MethodImpl( @@ -22964,7 +20729,6 @@ public static void SourceDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -22975,7 +20739,6 @@ public static void Source( [NativeTypeName("ALint")] int value ) => Underlying.Value!.Source(source, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei")] [MethodImpl( @@ -22987,11 +20750,6 @@ public static void Source( [NativeTypeName("ALint")] int value ) => Underlying.Value!.Source(source, param1, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23003,11 +20761,6 @@ public static void SourceDirectSOFT( [NativeTypeName("ALint64SOFT")] long value ) => Underlying.Value!.SourceDirectSOFT(context, source, param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] [MethodImpl( @@ -23020,7 +20773,6 @@ public static void SourceDirectSOFT( [NativeTypeName("ALint64SOFT")] long value ) => Underlying.Value!.SourceDirectSOFT(context, source, param2, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23031,7 +20783,6 @@ public static void SourceSOFT( [NativeTypeName("ALint64SOFT")] long value ) => Underlying.Value!.SourceSOFT(source, param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] [MethodImpl( @@ -23043,11 +20794,6 @@ public static void SourceSOFT( [NativeTypeName("ALint64SOFT")] long value ) => Underlying.Value!.SourceSOFT(source, param1, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23059,11 +20805,6 @@ public static void SourceDirectSOFT( [NativeTypeName("const ALint64SOFT *")] long* values ) => Underlying.Value!.SourceDirectSOFT(context, source, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] [MethodImpl( @@ -23082,7 +20823,6 @@ public static void SourceDirectSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23093,7 +20833,6 @@ public static void SourceSOFT( [NativeTypeName("const ALint64SOFT *")] long* values ) => Underlying.Value!.SourceSOFT(source, param1, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] [MethodImpl( @@ -23111,7 +20850,6 @@ public static void SourceSOFT( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceiDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23123,7 +20861,6 @@ public static void SourceDirect( [NativeTypeName("ALint")] int value ) => Underlying.Value!.SourceDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceiDirect")] [MethodImpl( @@ -23136,7 +20873,6 @@ public static void SourceDirect( [NativeTypeName("ALint")] int value ) => Underlying.Value!.SourceDirect(context, source, param2, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23147,7 +20883,6 @@ public static void Source( [NativeTypeName("const ALint *")] int* values ) => Underlying.Value!.Source(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceiv")] [MethodImpl( @@ -23165,7 +20900,6 @@ public static void Source( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceivDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23177,7 +20911,6 @@ public static void SourceDirect( [NativeTypeName("const ALint *")] int* values ) => Underlying.Value!.SourceDirect(context, source, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceivDirect")] [MethodImpl( @@ -23196,7 +20929,6 @@ public static void SourceDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePause")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23204,7 +20936,6 @@ public static void SourceDirect( public static void SourcePause([NativeTypeName("ALuint")] uint source) => Underlying.Value!.SourcePause(source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePauseDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23214,7 +20945,6 @@ public static void SourcePauseDirect( [NativeTypeName("ALuint")] uint source ) => Underlying.Value!.SourcePauseDirect(context, source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23224,7 +20954,6 @@ public static void SourcePausev( [NativeTypeName("const ALuint *")] uint* sources ) => Underlying.Value!.SourcePausev(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl( @@ -23241,7 +20970,6 @@ public static void SourcePausev( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl( @@ -23250,7 +20978,6 @@ public static void SourcePausev( public static void SourcePausev([NativeTypeName("const ALuint *")] uint sources) => Underlying.Value!.SourcePausev(sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23261,7 +20988,6 @@ public static void SourcePausevDirect( [NativeTypeName("const ALuint *")] uint* sources ) => Underlying.Value!.SourcePausevDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl( @@ -23279,7 +21005,6 @@ public static void SourcePausevDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl( @@ -23290,7 +21015,6 @@ public static void SourcePausevDirect( [NativeTypeName("const ALuint *")] uint sources ) => Underlying.Value!.SourcePausevDirect(context, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePlay")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23298,11 +21022,6 @@ public static void SourcePausevDirect( public static void SourcePlay([NativeTypeName("ALuint")] uint source) => Underlying.Value!.SourcePlay(source); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimeDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23313,7 +21032,6 @@ public static void SourcePlayAtTimeDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => Underlying.Value!.SourcePlayAtTimeDirectSOFT(context, source, start_time); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimeSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23323,11 +21041,6 @@ public static void SourcePlayAtTimeSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => Underlying.Value!.SourcePlayAtTimeSOFT(source, start_time); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23339,11 +21052,6 @@ public static void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => Underlying.Value!.SourcePlayAtTimevDirectSOFT(context, n, sources, start_time); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl( @@ -23362,11 +21070,6 @@ public static void SourcePlayAtTimevDirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl( @@ -23378,7 +21081,6 @@ public static void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => Underlying.Value!.SourcePlayAtTimevDirectSOFT(context, sources, start_time); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23389,7 +21091,6 @@ public static void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => Underlying.Value!.SourcePlayAtTimevSOFT(n, sources, start_time); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl( @@ -23407,7 +21108,6 @@ public static void SourcePlayAtTimevSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl( @@ -23418,7 +21118,6 @@ public static void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => Underlying.Value!.SourcePlayAtTimevSOFT(sources, start_time); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePlayDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23428,7 +21127,6 @@ public static void SourcePlayDirect( [NativeTypeName("ALuint")] uint source ) => Underlying.Value!.SourcePlayDirect(context, source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23438,7 +21136,6 @@ public static void SourcePlayv( [NativeTypeName("const ALuint *")] uint* sources ) => Underlying.Value!.SourcePlayv(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl( @@ -23455,7 +21152,6 @@ public static void SourcePlayv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl( @@ -23464,7 +21160,6 @@ public static void SourcePlayv( public static void SourcePlayv([NativeTypeName("const ALuint *")] uint sources) => Underlying.Value!.SourcePlayv(sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23475,7 +21170,6 @@ public static void SourcePlayvDirect( [NativeTypeName("const ALuint *")] uint* sources ) => Underlying.Value!.SourcePlayvDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl( @@ -23493,7 +21187,6 @@ public static void SourcePlayvDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl( @@ -23504,7 +21197,6 @@ public static void SourcePlayvDirect( [NativeTypeName("const ALuint *")] uint sources ) => Underlying.Value!.SourcePlayvDirect(context, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23515,7 +21207,6 @@ public static void SourceQueueBuffers( [NativeTypeName("const ALuint *")] uint* buffers ) => Underlying.Value!.SourceQueueBuffers(source, nb, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] [MethodImpl( @@ -23533,7 +21224,6 @@ public static void SourceQueueBuffers( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23545,7 +21235,6 @@ public static void SourceQueueBuffersDirect( [NativeTypeName("const ALuint *")] uint* buffers ) => Underlying.Value!.SourceQueueBuffersDirect(context, source, nb, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] [MethodImpl( @@ -23564,7 +21253,6 @@ public static void SourceQueueBuffersDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceRewind")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23572,7 +21260,6 @@ public static void SourceQueueBuffersDirect( public static void SourceRewind([NativeTypeName("ALuint")] uint source) => Underlying.Value!.SourceRewind(source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceRewindDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23582,60 +21269,55 @@ public static void SourceRewindDirect( [NativeTypeName("ALuint")] uint source ) => Underlying.Value!.SourceRewindDirect(context, source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SourceRewin( + public static void SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources - ) => Underlying.Value!.SourceRewin(n, sources); + ) => Underlying.Value!.SourceRewindv(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SourceRewin( + public static void SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources ) { fixed (uint* __dsl_sources = sources) { - SourceRewin(n, __dsl_sources); + SourceRewindv(n, __dsl_sources); } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SourceRewin([NativeTypeName("const ALuint *")] uint sources) => - Underlying.Value!.SourceRewin(sources); + public static void SourceRewindv([NativeTypeName("const ALuint *")] uint sources) => + Underlying.Value!.SourceRewindv(sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SourceRewinDirect( + public static void SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources - ) => Underlying.Value!.SourceRewinDirect(context, n, sources); + ) => Underlying.Value!.SourceRewindvDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SourceRewinDirect( + public static void SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources @@ -23643,22 +21325,20 @@ public static void SourceRewinDirect( { fixed (uint* __dsl_sources = sources) { - SourceRewinDirect(context, n, __dsl_sources); + SourceRewindvDirect(context, n, __dsl_sources); } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SourceRewinDirect( + public static void SourceRewindvDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint sources - ) => Underlying.Value!.SourceRewinDirect(context, sources); + ) => Underlying.Value!.SourceRewindvDirect(context, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceStop")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23666,7 +21346,6 @@ public static void SourceRewinDirect( public static void SourceStop([NativeTypeName("ALuint")] uint source) => Underlying.Value!.SourceStop(source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceStopDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23676,7 +21355,6 @@ public static void SourceStopDirect( [NativeTypeName("ALuint")] uint source ) => Underlying.Value!.SourceStopDirect(context, source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23686,7 +21364,6 @@ public static void SourceStopv( [NativeTypeName("const ALuint *")] uint* sources ) => Underlying.Value!.SourceStopv(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl( @@ -23703,7 +21380,6 @@ public static void SourceStopv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl( @@ -23712,7 +21388,6 @@ public static void SourceStopv( public static void SourceStopv([NativeTypeName("const ALuint *")] uint sources) => Underlying.Value!.SourceStopv(sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23723,7 +21398,6 @@ public static void SourceStopvDirect( [NativeTypeName("const ALuint *")] uint* sources ) => Underlying.Value!.SourceStopvDirect(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl( @@ -23741,7 +21415,6 @@ public static void SourceStopvDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl( @@ -23752,7 +21425,6 @@ public static void SourceStopvDirect( [NativeTypeName("const ALuint *")] uint sources ) => Underlying.Value!.SourceStopvDirect(context, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23763,7 +21435,6 @@ public static void SourceUnqueueBuffers( [NativeTypeName("ALuint *")] uint* buffers ) => Underlying.Value!.SourceUnqueueBuffers(source, nb, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] [MethodImpl( @@ -23781,7 +21452,6 @@ public static void SourceUnqueueBuffers( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23793,7 +21463,6 @@ public static void SourceUnqueueBuffersDirect( [NativeTypeName("ALuint *")] uint* buffers ) => Underlying.Value!.SourceUnqueueBuffersDirect(context, source, nb, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] [MethodImpl( @@ -23812,7 +21481,6 @@ public static void SourceUnqueueBuffersDirect( } } - [SupportedApiProfile("al", ["AL_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alSpeedOfSound")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23820,7 +21488,6 @@ public static void SourceUnqueueBuffersDirect( public static void SpeedOfSound([NativeTypeName("ALfloat")] float value) => Underlying.Value!.SpeedOfSound(value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSpeedOfSoundDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23831,7 +21498,6 @@ public static void SpeedOfSoundDirect( ) => Underlying.Value!.SpeedOfSoundDirect(context, value); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23843,7 +21509,6 @@ public static int EAXGetBufferModeDirect( ) => Underlying.Value!.EAXGetBufferModeDirect(context, buffer, pReserved); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] [MethodImpl( @@ -23862,7 +21527,6 @@ public static int EAXGetBufferModeDirect( } [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXGetDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23885,7 +21549,6 @@ public static int EAXGetDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXGetDirect")] [MethodImpl( @@ -23915,7 +21578,6 @@ public static int EAXGetDirect( } [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23928,7 +21590,6 @@ public static sbyte EAXSetBufferModeDirect( ) => Underlying.Value!.EAXSetBufferModeDirect(context, n, buffers, value); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] [MethodImpl( @@ -23949,7 +21610,6 @@ public static MaybeBool EAXSetBufferModeDirect( } [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXSetDirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -23972,7 +21632,6 @@ public static int EAXSetDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXSetDirect")] [MethodImpl( @@ -24002,13 +21661,13 @@ public static int EAXSetDirect( } } - [NativeTypeName("#define AL_CPLUSPLUS __cplusplus")] - public const nint Cplusplus = 201703; + [NativeTypeName("#define AL_CPLUSPLUS _MSVC_LANG")] + public const int Cplusplus = 201402; [NativeTypeName("#define AL_EXT_FOLDBACK_NAME \"AL_EXT_FOLDBACK\"")] - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] public static ReadOnlySpan ExtFoldbackName => "AL_EXT_FOLDBACK"u8; + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -24023,7 +21682,6 @@ _slots[0] is not null and var loadedFnPtr ) )(effectslot, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AuxiliaryEffectSlot( @@ -24032,6 +21690,8 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("ALfloat")] float flValue ) => ThisThread.AuxiliaryEffectSlot(effectslot, param1, flValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -24039,7 +21699,6 @@ void IAL.AuxiliaryEffectSlot( [NativeTypeName("ALfloat")] float flValue ) => ((IAL)this).AuxiliaryEffectSlot(effectslot, (int)param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24049,6 +21708,7 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("ALfloat")] float flValue ) => ThisThread.AuxiliaryEffectSlot(effectslot, param1, flValue); + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlotDirect( ContextHandle context, @@ -24067,7 +21727,6 @@ _slots[1] is not null and var loadedFnPtr ) )(context, effectslot, param2, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AuxiliaryEffectSlotDirect( @@ -24077,6 +21736,8 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("ALfloat")] float flValue ) => ThisThread.AuxiliaryEffectSlotDirect(context, effectslot, param2, flValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlotDirect( ContextHandle context, @@ -24085,7 +21746,6 @@ void IAL.AuxiliaryEffectSlotDirect( [NativeTypeName("ALfloat")] float flValue ) => ((IAL)this).AuxiliaryEffectSlotDirect(context, effectslot, (int)param2, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24096,6 +21756,7 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("ALfloat")] float flValue ) => ThisThread.AuxiliaryEffectSlotDirect(context, effectslot, param2, flValue); + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -24110,7 +21771,6 @@ _slots[2] is not null and var loadedFnPtr ) )(effectslot, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AuxiliaryEffectSlot( @@ -24119,6 +21779,8 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("const ALfloat *")] float* pflValues ) => ThisThread.AuxiliaryEffectSlot(effectslot, param1, pflValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -24132,7 +21794,6 @@ void IAL.AuxiliaryEffectSlot( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24142,6 +21803,7 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("const ALfloat *")] Ref pflValues ) => ThisThread.AuxiliaryEffectSlot(effectslot, param1, pflValues); + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlotDirect( ContextHandle context, @@ -24160,7 +21822,6 @@ _slots[3] is not null and var loadedFnPtr ) )(context, effectslot, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AuxiliaryEffectSlotDirect( @@ -24170,6 +21831,8 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALfloat *")] float* pflValues ) => ThisThread.AuxiliaryEffectSlotDirect(context, effectslot, param2, pflValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlotDirect( ContextHandle context, @@ -24189,7 +21852,6 @@ void IAL.AuxiliaryEffectSlotDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24200,6 +21862,7 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALfloat *")] Ref pflValues ) => ThisThread.AuxiliaryEffectSlotDirect(context, effectslot, param2, pflValues); + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -24214,7 +21877,6 @@ _slots[4] is not null and var loadedFnPtr ) )(effectslot, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AuxiliaryEffectSlot( @@ -24223,6 +21885,8 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("ALint")] int iValue ) => ThisThread.AuxiliaryEffectSlot(effectslot, param1, iValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -24230,7 +21894,6 @@ void IAL.AuxiliaryEffectSlot( [NativeTypeName("ALint")] int iValue ) => ((IAL)this).AuxiliaryEffectSlot(effectslot, (int)param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24240,6 +21903,7 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("ALint")] int iValue ) => ThisThread.AuxiliaryEffectSlot(effectslot, param1, iValue); + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlotDirect( ContextHandle context, @@ -24258,7 +21922,6 @@ _slots[5] is not null and var loadedFnPtr ) )(context, effectslot, param2, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AuxiliaryEffectSlotDirect( @@ -24268,6 +21931,8 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("ALint")] int iValue ) => ThisThread.AuxiliaryEffectSlotDirect(context, effectslot, param2, iValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlotDirect( ContextHandle context, @@ -24276,7 +21941,6 @@ void IAL.AuxiliaryEffectSlotDirect( [NativeTypeName("ALint")] int iValue ) => ((IAL)this).AuxiliaryEffectSlotDirect(context, effectslot, (int)param2, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24287,6 +21951,7 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("ALint")] int iValue ) => ThisThread.AuxiliaryEffectSlotDirect(context, effectslot, param2, iValue); + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -24301,7 +21966,6 @@ _slots[6] is not null and var loadedFnPtr ) )(effectslot, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AuxiliaryEffectSlot( @@ -24310,6 +21974,8 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("const ALint *")] int* piValues ) => ThisThread.AuxiliaryEffectSlot(effectslot, param1, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -24323,7 +21989,6 @@ void IAL.AuxiliaryEffectSlot( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24333,6 +21998,7 @@ public static void AuxiliaryEffectSlot( [NativeTypeName("const ALint *")] Ref piValues ) => ThisThread.AuxiliaryEffectSlot(effectslot, param1, piValues); + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlotDirect( ContextHandle context, @@ -24351,7 +22017,6 @@ _slots[7] is not null and var loadedFnPtr ) )(context, effectslot, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AuxiliaryEffectSlotDirect( @@ -24361,6 +22026,8 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALint *")] int* piValues ) => ThisThread.AuxiliaryEffectSlotDirect(context, effectslot, param2, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.AuxiliaryEffectSlotDirect( ContextHandle context, @@ -24375,7 +22042,6 @@ void IAL.AuxiliaryEffectSlotDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24386,6 +22052,7 @@ public static void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALint *")] Ref piValues ) => ThisThread.AuxiliaryEffectSlotDirect(context, effectslot, param2, piValues); + [NativeFunction("openal", EntryPoint = "alBuffer3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Buffer3( [NativeTypeName("ALuint")] uint buffer, @@ -24402,7 +22069,6 @@ _slots[8] is not null and var loadedFnPtr ) )(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBuffer3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Buffer3( @@ -24413,6 +22079,7 @@ public static void Buffer3( [NativeTypeName("ALfloat")] float value3 ) => ThisThread.Buffer3(buffer, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alBuffer3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Buffer3Direct( ContextHandle context, @@ -24430,7 +22097,6 @@ _slots[9] is not null and var loadedFnPtr ) )(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBuffer3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Buffer3Direct( @@ -24442,6 +22108,7 @@ public static void Buffer3Direct( [NativeTypeName("ALfloat")] float value3 ) => ThisThread.Buffer3Direct(context, buffer, param2, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alBuffer3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Buffer3( [NativeTypeName("ALuint")] uint buffer, @@ -24458,7 +22125,6 @@ _slots[10] is not null and var loadedFnPtr ) )(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBuffer3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Buffer3( @@ -24469,6 +22135,7 @@ public static void Buffer3( [NativeTypeName("ALint")] int value3 ) => ThisThread.Buffer3(buffer, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alBuffer3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Buffer3Direct( ContextHandle context, @@ -24486,7 +22153,6 @@ _slots[11] is not null and var loadedFnPtr ) )(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBuffer3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Buffer3Direct( @@ -24498,6 +22164,7 @@ public static void Buffer3Direct( [NativeTypeName("ALint")] int value3 ) => ThisThread.Buffer3Direct(context, buffer, param2, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferCallbackDirectSOFT( ContextHandle context, @@ -24518,11 +22185,6 @@ _slots[12] is not null and var loadedFnPtr ) )(context, buffer, format, freq, callback, userptr); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferCallbackDirectSOFT( @@ -24534,6 +22196,8 @@ public static void BufferCallbackDirectSOFT( [NativeTypeName("ALvoid *")] void* userptr ) => ThisThread.BufferCallbackDirectSOFT(context, buffer, format, freq, callback, userptr); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferCallbackDirectSOFT( ContextHandle context, @@ -24557,11 +22221,6 @@ void IAL.BufferCallbackDirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24574,6 +22233,7 @@ public static void BufferCallbackDirectSOFT( [NativeTypeName("ALvoid *")] Ref userptr ) => ThisThread.BufferCallbackDirectSOFT(context, buffer, format, freq, callback, userptr); + [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferCallbackSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -24590,7 +22250,6 @@ _slots[13] is not null and var loadedFnPtr ) )(buffer, format, freq, callback, userptr); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferCallbackSOFT( @@ -24601,6 +22260,8 @@ public static void BufferCallbackSOFT( [NativeTypeName("ALvoid *")] void* userptr ) => ThisThread.BufferCallbackSOFT(buffer, format, freq, callback, userptr); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferCallbackSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -24616,7 +22277,6 @@ void IAL.BufferCallbackSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24628,6 +22288,7 @@ public static void BufferCallbackSOFT( [NativeTypeName("ALvoid *")] Ref userptr ) => ThisThread.BufferCallbackSOFT(buffer, format, freq, callback, userptr); + [NativeFunction("openal", EntryPoint = "alBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferData( [NativeTypeName("ALuint")] uint buffer, @@ -24644,7 +22305,6 @@ _slots[14] is not null and var loadedFnPtr ) )(buffer, format, data, size, samplerate); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferData( @@ -24655,6 +22315,8 @@ public static void BufferData( [NativeTypeName("ALsizei")] int samplerate ) => ThisThread.BufferData(buffer, format, data, size, samplerate); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferData( [NativeTypeName("ALuint")] uint buffer, @@ -24670,7 +22332,6 @@ void IAL.BufferData( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24682,6 +22343,7 @@ public static void BufferData( [NativeTypeName("ALsizei")] int samplerate ) => ThisThread.BufferData(buffer, format, data, size, samplerate); + [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDataDirect( ContextHandle context, @@ -24699,7 +22361,6 @@ _slots[15] is not null and var loadedFnPtr ) )(context, buffer, format, data, size, samplerate); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferDataDirect( @@ -24711,6 +22372,8 @@ public static void BufferDataDirect( [NativeTypeName("ALsizei")] int samplerate ) => ThisThread.BufferDataDirect(context, buffer, format, data, size, samplerate); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDataDirect( ContextHandle context, @@ -24734,7 +22397,6 @@ void IAL.BufferDataDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24747,6 +22409,7 @@ public static void BufferDataDirect( [NativeTypeName("ALsizei")] int samplerate ) => ThisThread.BufferDataDirect(context, buffer, format, data, size, samplerate); + [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDataStatic( [NativeTypeName("ALuint")] uint buffer, @@ -24763,7 +22426,6 @@ _slots[16] is not null and var loadedFnPtr ) )(buffer, format, data, size, freq); - [SupportedApiProfile("al", ["AL_EXT_STATIC_BUFFER"])] [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferDataStatic( @@ -24774,6 +22436,8 @@ public static void BufferDataStatic( [NativeTypeName("ALsizei")] int freq ) => ThisThread.BufferDataStatic(buffer, format, data, size, freq); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDataStatic( [NativeTypeName("ALuint")] uint buffer, @@ -24789,7 +22453,6 @@ void IAL.BufferDataStatic( } } - [SupportedApiProfile("al", ["AL_EXT_STATIC_BUFFER"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24801,6 +22464,7 @@ public static void BufferDataStatic( [NativeTypeName("ALsizei")] int freq ) => ThisThread.BufferDataStatic(buffer, format, data, size, freq); + [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDataStaticDirect( ContextHandle context, @@ -24818,11 +22482,6 @@ _slots[17] is not null and var loadedFnPtr ) )(context, buffer, format, data, size, freq); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_EXT_STATIC_BUFFER"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferDataStaticDirect( @@ -24834,6 +22493,8 @@ public static void BufferDataStaticDirect( [NativeTypeName("ALsizei")] int freq ) => ThisThread.BufferDataStaticDirect(context, buffer, format, data, size, freq); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDataStaticDirect( ContextHandle context, @@ -24857,11 +22518,6 @@ void IAL.BufferDataStaticDirect( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_EXT_STATIC_BUFFER"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24874,6 +22530,7 @@ public static void BufferDataStaticDirect( [NativeTypeName("ALsizei")] int freq ) => ThisThread.BufferDataStaticDirect(context, buffer, format, data, size, freq); + [NativeFunction("openal", EntryPoint = "alBufferf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -24888,7 +22545,6 @@ _slots[18] is not null and var loadedFnPtr ) )(buffer, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Buffer( @@ -24897,6 +22553,8 @@ public static void Buffer( [NativeTypeName("ALfloat")] float value ) => ThisThread.Buffer(buffer, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -24904,7 +22562,6 @@ void IAL.Buffer( [NativeTypeName("ALfloat")] float value ) => ((IAL)this).Buffer(buffer, (int)param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24914,6 +22571,7 @@ public static void Buffer( [NativeTypeName("ALfloat")] float value ) => ThisThread.Buffer(buffer, param1, value); + [NativeFunction("openal", EntryPoint = "alBufferfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDirect( ContextHandle context, @@ -24929,7 +22587,6 @@ _slots[19] is not null and var loadedFnPtr ) )(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferDirect( @@ -24939,6 +22596,8 @@ public static void BufferDirect( [NativeTypeName("ALfloat")] float value ) => ThisThread.BufferDirect(context, buffer, param2, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDirect( ContextHandle context, @@ -24947,7 +22606,6 @@ void IAL.BufferDirect( [NativeTypeName("ALfloat")] float value ) => ((IAL)this).BufferDirect(context, buffer, (int)param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -24958,6 +22616,7 @@ public static void BufferDirect( [NativeTypeName("ALfloat")] float value ) => ThisThread.BufferDirect(context, buffer, param2, value); + [NativeFunction("openal", EntryPoint = "alBufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -24972,7 +22631,6 @@ _slots[20] is not null and var loadedFnPtr ) )(buffer, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Buffer( @@ -24981,6 +22639,8 @@ public static void Buffer( [NativeTypeName("const ALfloat *")] float* values ) => ThisThread.Buffer(buffer, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -24994,7 +22654,6 @@ void IAL.Buffer( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25004,6 +22663,7 @@ public static void Buffer( [NativeTypeName("const ALfloat *")] Ref values ) => ThisThread.Buffer(buffer, param1, values); + [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDirect( ContextHandle context, @@ -25019,7 +22679,6 @@ _slots[21] is not null and var loadedFnPtr ) )(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferDirect( @@ -25029,6 +22688,8 @@ public static void BufferDirect( [NativeTypeName("const ALfloat *")] float* values ) => ThisThread.BufferDirect(context, buffer, param2, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDirect( ContextHandle context, @@ -25043,7 +22704,6 @@ void IAL.BufferDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25054,6 +22714,7 @@ public static void BufferDirect( [NativeTypeName("const ALfloat *")] Ref values ) => ThisThread.BufferDirect(context, buffer, param2, values); + [NativeFunction("openal", EntryPoint = "alBufferi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -25068,7 +22729,6 @@ _slots[22] is not null and var loadedFnPtr ) )(buffer, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Buffer( @@ -25077,6 +22737,8 @@ public static void Buffer( [NativeTypeName("ALint")] int value ) => ThisThread.Buffer(buffer, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -25084,7 +22746,6 @@ void IAL.Buffer( [NativeTypeName("ALint")] int value ) => ((IAL)this).Buffer(buffer, (int)param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25094,6 +22755,7 @@ public static void Buffer( [NativeTypeName("ALint")] int value ) => ThisThread.Buffer(buffer, param1, value); + [NativeFunction("openal", EntryPoint = "alBufferiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDirect( ContextHandle context, @@ -25109,7 +22771,6 @@ _slots[23] is not null and var loadedFnPtr ) )(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferDirect( @@ -25119,6 +22780,8 @@ public static void BufferDirect( [NativeTypeName("ALint")] int value ) => ThisThread.BufferDirect(context, buffer, param2, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDirect( ContextHandle context, @@ -25127,7 +22790,6 @@ void IAL.BufferDirect( [NativeTypeName("ALint")] int value ) => ((IAL)this).BufferDirect(context, buffer, (int)param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25138,6 +22800,7 @@ public static void BufferDirect( [NativeTypeName("ALint")] int value ) => ThisThread.BufferDirect(context, buffer, param2, value); + [NativeFunction("openal", EntryPoint = "alBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -25152,7 +22815,6 @@ _slots[24] is not null and var loadedFnPtr ) )(buffer, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Buffer( @@ -25161,6 +22823,8 @@ public static void Buffer( [NativeTypeName("const ALint *")] int* values ) => ThisThread.Buffer(buffer, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -25174,7 +22838,6 @@ void IAL.Buffer( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25184,6 +22847,7 @@ public static void Buffer( [NativeTypeName("const ALint *")] Ref values ) => ThisThread.Buffer(buffer, param1, values); + [NativeFunction("openal", EntryPoint = "alBufferivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDirect( ContextHandle context, @@ -25199,7 +22863,6 @@ _slots[25] is not null and var loadedFnPtr ) )(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferDirect( @@ -25209,6 +22872,8 @@ public static void BufferDirect( [NativeTypeName("const ALint *")] int* values ) => ThisThread.BufferDirect(context, buffer, param2, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferDirect( ContextHandle context, @@ -25223,7 +22888,6 @@ void IAL.BufferDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25234,6 +22898,7 @@ public static void BufferDirect( [NativeTypeName("const ALint *")] Ref values ) => ThisThread.BufferDirect(context, buffer, param2, values); + [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -25252,7 +22917,6 @@ _slots[26] is not null and var loadedFnPtr ) )(buffer, samplerate, internalformat, samples, channels, type, data); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferSamplesSOFT( @@ -25274,6 +22938,8 @@ public static void BufferSamplesSOFT( data ); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -25299,7 +22965,6 @@ void IAL.BufferSamplesSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25322,6 +22987,7 @@ public static void BufferSamplesSOFT( data ); + [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferSubDataDirectSOFT( ContextHandle context, @@ -25339,11 +23005,6 @@ _slots[27] is not null and var loadedFnPtr ) )(context, buffer, format, data, offset, length); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_buffer_sub_data"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferSubDataDirectSOFT( @@ -25355,6 +23016,8 @@ public static void BufferSubDataDirectSOFT( [NativeTypeName("ALsizei")] int length ) => ThisThread.BufferSubDataDirectSOFT(context, buffer, format, data, offset, length); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferSubDataDirectSOFT( ContextHandle context, @@ -25378,11 +23041,6 @@ void IAL.BufferSubDataDirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_buffer_sub_data"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25395,6 +23053,7 @@ public static void BufferSubDataDirectSOFT( [NativeTypeName("ALsizei")] int length ) => ThisThread.BufferSubDataDirectSOFT(context, buffer, format, data, offset, length); + [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferSubDataSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -25411,7 +23070,6 @@ _slots[28] is not null and var loadedFnPtr ) )(buffer, format, data, offset, length); - [SupportedApiProfile("al", ["AL_SOFT_buffer_sub_data"])] [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferSubDataSOFT( @@ -25422,6 +23080,8 @@ public static void BufferSubDataSOFT( [NativeTypeName("ALsizei")] int length ) => ThisThread.BufferSubDataSOFT(buffer, format, data, offset, length); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferSubDataSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -25437,7 +23097,6 @@ void IAL.BufferSubDataSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_buffer_sub_data"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25449,6 +23108,7 @@ public static void BufferSubDataSOFT( [NativeTypeName("ALsizei")] int length ) => ThisThread.BufferSubDataSOFT(buffer, format, data, offset, length); + [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferSubSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -25466,7 +23126,6 @@ _slots[29] is not null and var loadedFnPtr ) )(buffer, offset, samples, channels, type, data); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferSubSamplesSOFT( @@ -25478,6 +23137,8 @@ public static void BufferSubSamplesSOFT( [NativeTypeName("const ALvoid *")] void* data ) => ThisThread.BufferSubSamplesSOFT(buffer, offset, samples, channels, type, data); + [Transformed] + [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.BufferSubSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -25501,7 +23162,6 @@ void IAL.BufferSubSamplesSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25514,6 +23174,7 @@ public static void BufferSubSamplesSOFT( [NativeTypeName("const ALvoid *")] Ref data ) => ThisThread.BufferSubSamplesSOFT(buffer, offset, samples, channels, type, data); + [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageCallbackDirectEXT( ContextHandle context, @@ -25531,7 +23192,6 @@ _slots[30] is not null and var loadedFnPtr ) )(context, callback, userParam); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageCallbackDirectEXT( @@ -25540,6 +23200,8 @@ public static void DebugMessageCallbackDirectEXT( void* userParam ) => ThisThread.DebugMessageCallbackDirectEXT(context, callback, userParam); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageCallbackDirectEXT( ContextHandle context, @@ -25553,7 +23215,6 @@ Ref userParam } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25563,6 +23224,7 @@ public static void DebugMessageCallbackDirectEXT( Ref userParam ) => ThisThread.DebugMessageCallbackDirectEXT(context, callback, userParam); + [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageCallbackEXT( [NativeTypeName("ALDEBUGPROCEXT")] DebugProcEXT callback, @@ -25576,7 +23238,6 @@ _slots[31] is not null and var loadedFnPtr ) )(callback, userParam); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageCallbackEXT( @@ -25584,6 +23245,8 @@ public static void DebugMessageCallbackEXT( void* userParam ) => ThisThread.DebugMessageCallbackEXT(callback, userParam); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageCallbackEXT( [NativeTypeName("ALDEBUGPROCEXT")] DebugProcEXT callback, @@ -25596,7 +23259,6 @@ Ref userParam } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25605,6 +23267,7 @@ public static void DebugMessageCallbackEXT( Ref userParam ) => ThisThread.DebugMessageCallbackEXT(callback, userParam); + [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageControlDirectEXT( ContextHandle context, @@ -25626,7 +23289,6 @@ _slots[32] is not null and var loadedFnPtr ) )(context, source, type, severity, count, ids, enable); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageControlDirectEXT( @@ -25648,6 +23310,8 @@ public static void DebugMessageControlDirectEXT( enable ); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageControlDirectEXT( ContextHandle context, @@ -25673,7 +23337,6 @@ void IAL.DebugMessageControlDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25696,6 +23359,8 @@ public static void DebugMessageControlDirectEXT( enable ); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageControlDirectEXT( ContextHandle context, @@ -25715,7 +23380,6 @@ void IAL.DebugMessageControlDirectEXT( (sbyte)enable ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25728,6 +23392,7 @@ public static void DebugMessageControlDirectEXT( [NativeTypeName("ALboolean")] MaybeBool enable ) => ThisThread.DebugMessageControlDirectEXT(context, source, type, severity, ids, enable); + [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageControlEXT( [NativeTypeName("ALenum")] int source, @@ -25745,7 +23410,6 @@ _slots[33] is not null and var loadedFnPtr ) )(source, type, severity, count, ids, enable); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageControlEXT( @@ -25757,6 +23421,8 @@ public static void DebugMessageControlEXT( [NativeTypeName("ALboolean")] sbyte enable ) => ThisThread.DebugMessageControlEXT(source, type, severity, count, ids, enable); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageControlEXT( [NativeTypeName("ALenum")] Constant source, @@ -25780,7 +23446,6 @@ void IAL.DebugMessageControlEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25793,6 +23458,8 @@ public static void DebugMessageControlEXT( [NativeTypeName("ALboolean")] MaybeBool enable ) => ThisThread.DebugMessageControlEXT(source, type, severity, count, ids, enable); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageControlEXT( [NativeTypeName("ALenum")] Constant source, @@ -25810,7 +23477,6 @@ void IAL.DebugMessageControlEXT( (sbyte)enable ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25822,6 +23488,7 @@ public static void DebugMessageControlEXT( [NativeTypeName("ALboolean")] MaybeBool enable ) => ThisThread.DebugMessageControlEXT(source, type, severity, ids, enable); + [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageInsertDirectEXT( ContextHandle context, @@ -25843,7 +23510,6 @@ _slots[34] is not null and var loadedFnPtr ) )(context, source, type, id, severity, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageInsertDirectEXT( @@ -25865,6 +23531,8 @@ public static void DebugMessageInsertDirectEXT( message ); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageInsertDirectEXT( ContextHandle context, @@ -25890,7 +23558,6 @@ void IAL.DebugMessageInsertDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25913,6 +23580,8 @@ public static void DebugMessageInsertDirectEXT( message ); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageInsertDirectEXT( ContextHandle context, @@ -25932,7 +23601,6 @@ void IAL.DebugMessageInsertDirectEXT( (sbyte*)&message ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -25945,6 +23613,7 @@ public static void DebugMessageInsertDirectEXT( [NativeTypeName("const ALchar *")] sbyte message ) => ThisThread.DebugMessageInsertDirectEXT(context, source, type, id, severity, message); + [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageInsertEXT( [NativeTypeName("ALenum")] int source, @@ -25962,7 +23631,6 @@ _slots[35] is not null and var loadedFnPtr ) )(source, type, id, severity, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageInsertEXT( @@ -25974,6 +23642,8 @@ public static void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] sbyte* message ) => ThisThread.DebugMessageInsertEXT(source, type, id, severity, length, message); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageInsertEXT( [NativeTypeName("ALenum")] Constant source, @@ -25997,7 +23667,6 @@ void IAL.DebugMessageInsertEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26010,6 +23679,8 @@ public static void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] Ref message ) => ThisThread.DebugMessageInsertEXT(source, type, id, severity, length, message); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DebugMessageInsertEXT( [NativeTypeName("ALenum")] Constant source, @@ -26027,7 +23698,6 @@ void IAL.DebugMessageInsertEXT( (sbyte*)&message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26039,6 +23709,7 @@ public static void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] sbyte message ) => ThisThread.DebugMessageInsertEXT(source, type, id, severity, message); + [NativeFunction("openal", EntryPoint = "alDeferUpdatesDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeferUpdatesDirectSOFT(ContextHandle context) => ( @@ -26049,16 +23720,12 @@ _slots[36] is not null and var loadedFnPtr ) )(context); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_deferred_updates"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alDeferUpdatesDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeferUpdatesDirectSOFT(ContextHandle context) => ThisThread.DeferUpdatesDirectSOFT(context); + [NativeFunction("openal", EntryPoint = "alDeferUpdatesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeferUpdatesSOFT() => ( @@ -26069,16 +23736,16 @@ _slots[37] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("al", ["AL_SOFT_deferred_updates"])] [NativeFunction("openal", EntryPoint = "alDeferUpdatesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeferUpdatesSOFT() => ThisThread.DeferUpdatesSOFT(); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteAuxiliaryEffectSlot([NativeTypeName("const ALuint *")] uint effectslots) => ((IAL)this).DeleteAuxiliaryEffectSlots(1, (uint*)&effectslots); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26086,6 +23753,7 @@ public static void DeleteAuxiliaryEffectSlot( [NativeTypeName("const ALuint *")] uint effectslots ) => ThisThread.DeleteAuxiliaryEffectSlot(effectslots); + [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteAuxiliaryEffectSlots( [NativeTypeName("ALsizei")] int n, @@ -26102,7 +23770,6 @@ _slots[38] is not null and var loadedFnPtr ) )(n, effectslots); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteAuxiliaryEffectSlots( @@ -26110,6 +23777,8 @@ public static void DeleteAuxiliaryEffectSlots( [NativeTypeName("const ALuint *")] uint* effectslots ) => ThisThread.DeleteAuxiliaryEffectSlots(n, effectslots); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteAuxiliaryEffectSlots( [NativeTypeName("ALsizei")] int n, @@ -26122,7 +23791,6 @@ void IAL.DeleteAuxiliaryEffectSlots( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26131,6 +23799,7 @@ public static void DeleteAuxiliaryEffectSlots( [NativeTypeName("const ALuint *")] Ref effectslots ) => ThisThread.DeleteAuxiliaryEffectSlots(n, effectslots); + [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteAuxiliaryEffectSlotsDirect( ContextHandle context, @@ -26148,7 +23817,6 @@ _slots[39] is not null and var loadedFnPtr ) )(context, n, effectslots); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteAuxiliaryEffectSlotsDirect( @@ -26157,6 +23825,8 @@ public static void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] uint* effectslots ) => ThisThread.DeleteAuxiliaryEffectSlotsDirect(context, n, effectslots); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteAuxiliaryEffectSlotsDirect( ContextHandle context, @@ -26170,7 +23840,6 @@ void IAL.DeleteAuxiliaryEffectSlotsDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26180,13 +23849,14 @@ public static void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] Ref effectslots ) => ThisThread.DeleteAuxiliaryEffectSlotsDirect(context, n, effectslots); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteAuxiliaryEffectSlotsDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint effectslots ) => ((IAL)this).DeleteAuxiliaryEffectSlotsDirect(context, 1, (uint*)&effectslots); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26195,17 +23865,19 @@ public static void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] uint effectslots ) => ThisThread.DeleteAuxiliaryEffectSlotsDirect(context, effectslots); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteBuffer([NativeTypeName("const ALuint *")] uint buffers) => ((IAL)this).DeleteBuffers(1, (uint*)&buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteBuffer([NativeTypeName("const ALuint *")] uint buffers) => ThisThread.DeleteBuffer(buffers); + [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteBuffers( [NativeTypeName("ALsizei")] int n, @@ -26219,7 +23891,6 @@ _slots[40] is not null and var loadedFnPtr ) )(n, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteBuffers( @@ -26227,6 +23898,8 @@ public static void DeleteBuffers( [NativeTypeName("const ALuint *")] uint* buffers ) => ThisThread.DeleteBuffers(n, buffers); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteBuffers( [NativeTypeName("ALsizei")] int n, @@ -26239,7 +23912,6 @@ void IAL.DeleteBuffers( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26248,6 +23920,7 @@ public static void DeleteBuffers( [NativeTypeName("const ALuint *")] Ref buffers ) => ThisThread.DeleteBuffers(n, buffers); + [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteBuffersDirect( ContextHandle context, @@ -26262,7 +23935,6 @@ _slots[41] is not null and var loadedFnPtr ) )(context, n, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteBuffersDirect( @@ -26271,6 +23943,8 @@ public static void DeleteBuffersDirect( [NativeTypeName("const ALuint *")] uint* buffers ) => ThisThread.DeleteBuffersDirect(context, n, buffers); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteBuffersDirect( ContextHandle context, @@ -26284,7 +23958,6 @@ void IAL.DeleteBuffersDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26294,17 +23967,19 @@ public static void DeleteBuffersDirect( [NativeTypeName("const ALuint *")] Ref buffers ) => ThisThread.DeleteBuffersDirect(context, n, buffers); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteEffect([NativeTypeName("const ALuint *")] uint effects) => ((IAL)this).DeleteEffects(1, (uint*)&effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteEffect([NativeTypeName("const ALuint *")] uint effects) => ThisThread.DeleteEffect(effects); + [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteEffects( [NativeTypeName("ALsizei")] int n, @@ -26318,7 +23993,6 @@ _slots[42] is not null and var loadedFnPtr ) )(n, effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteEffects( @@ -26326,6 +24000,8 @@ public static void DeleteEffects( [NativeTypeName("const ALuint *")] uint* effects ) => ThisThread.DeleteEffects(n, effects); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteEffects( [NativeTypeName("ALsizei")] int n, @@ -26338,7 +24014,6 @@ void IAL.DeleteEffects( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26347,6 +24022,7 @@ public static void DeleteEffects( [NativeTypeName("const ALuint *")] Ref effects ) => ThisThread.DeleteEffects(n, effects); + [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteEffectsDirect( ContextHandle context, @@ -26361,7 +24037,6 @@ _slots[43] is not null and var loadedFnPtr ) )(context, n, effects); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteEffectsDirect( @@ -26370,6 +24045,8 @@ public static void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] uint* effects ) => ThisThread.DeleteEffectsDirect(context, n, effects); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteEffectsDirect( ContextHandle context, @@ -26383,7 +24060,6 @@ void IAL.DeleteEffectsDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26393,13 +24069,14 @@ public static void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] Ref effects ) => ThisThread.DeleteEffectsDirect(context, n, effects); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteEffectsDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint effects ) => ((IAL)this).DeleteEffectsDirect(context, 1, (uint*)&effects); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26408,17 +24085,19 @@ public static void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] uint effects ) => ThisThread.DeleteEffectsDirect(context, effects); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteFilter([NativeTypeName("const ALuint *")] uint filters) => ((IAL)this).DeleteFilters(1, (uint*)&filters); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteFilter([NativeTypeName("const ALuint *")] uint filters) => ThisThread.DeleteFilter(filters); + [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteFilters( [NativeTypeName("ALsizei")] int n, @@ -26432,7 +24111,6 @@ _slots[44] is not null and var loadedFnPtr ) )(n, filters); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteFilters( @@ -26440,6 +24118,8 @@ public static void DeleteFilters( [NativeTypeName("const ALuint *")] uint* filters ) => ThisThread.DeleteFilters(n, filters); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteFilters( [NativeTypeName("ALsizei")] int n, @@ -26452,7 +24132,6 @@ void IAL.DeleteFilters( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26461,6 +24140,7 @@ public static void DeleteFilters( [NativeTypeName("const ALuint *")] Ref filters ) => ThisThread.DeleteFilters(n, filters); + [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteFiltersDirect( ContextHandle context, @@ -26475,7 +24155,6 @@ _slots[45] is not null and var loadedFnPtr ) )(context, n, filters); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteFiltersDirect( @@ -26484,6 +24163,8 @@ public static void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] uint* filters ) => ThisThread.DeleteFiltersDirect(context, n, filters); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteFiltersDirect( ContextHandle context, @@ -26497,7 +24178,6 @@ void IAL.DeleteFiltersDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26507,13 +24187,14 @@ public static void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] Ref filters ) => ThisThread.DeleteFiltersDirect(context, n, filters); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteFiltersDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint filters ) => ((IAL)this).DeleteFiltersDirect(context, 1, (uint*)&filters); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26522,17 +24203,19 @@ public static void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] uint filters ) => ThisThread.DeleteFiltersDirect(context, filters); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteSource([NativeTypeName("const ALuint *")] uint sources) => ((IAL)this).DeleteSources(1, (uint*)&sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteSource([NativeTypeName("const ALuint *")] uint sources) => ThisThread.DeleteSource(sources); + [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteSources( [NativeTypeName("ALsizei")] int n, @@ -26546,7 +24229,6 @@ _slots[46] is not null and var loadedFnPtr ) )(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteSources( @@ -26554,6 +24236,8 @@ public static void DeleteSources( [NativeTypeName("const ALuint *")] uint* sources ) => ThisThread.DeleteSources(n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteSources( [NativeTypeName("ALsizei")] int n, @@ -26566,7 +24250,6 @@ void IAL.DeleteSources( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSources")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26575,6 +24258,7 @@ public static void DeleteSources( [NativeTypeName("const ALuint *")] Ref sources ) => ThisThread.DeleteSources(n, sources); + [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteSourcesDirect( ContextHandle context, @@ -26589,7 +24273,6 @@ _slots[47] is not null and var loadedFnPtr ) )(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteSourcesDirect( @@ -26598,6 +24281,8 @@ public static void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] uint* sources ) => ThisThread.DeleteSourcesDirect(context, n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteSourcesDirect( ContextHandle context, @@ -26611,7 +24296,6 @@ void IAL.DeleteSourcesDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26621,13 +24305,14 @@ public static void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] Ref sources ) => ThisThread.DeleteSourcesDirect(context, n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DeleteSourcesDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint sources ) => ((IAL)this).DeleteSourcesDirect(context, 1, (uint*)&sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26636,6 +24321,7 @@ public static void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] uint sources ) => ThisThread.DeleteSourcesDirect(context, sources); + [NativeFunction("openal", EntryPoint = "alDisable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Disable([NativeTypeName("ALenum")] int capability) => ( @@ -26646,17 +24332,17 @@ _slots[48] is not null and var loadedFnPtr ) )(capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDisable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Disable([NativeTypeName("ALenum")] int capability) => ThisThread.Disable(capability); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDisable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Disable([NativeTypeName("ALenum")] Constant capability) => ((IAL)this).Disable((int)capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDisable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26664,6 +24350,7 @@ public static void Disable( [NativeTypeName("ALenum")] Constant capability ) => ThisThread.Disable(capability); + [NativeFunction("openal", EntryPoint = "alDisableDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DisableDirect(ContextHandle context, [NativeTypeName("ALenum")] int capability) => ( @@ -26674,7 +24361,6 @@ _slots[49] is not null and var loadedFnPtr ) )(context, capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDisableDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableDirect( @@ -26682,13 +24368,14 @@ public static void DisableDirect( [NativeTypeName("ALenum")] int capability ) => ThisThread.DisableDirect(context, capability); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDisableDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DisableDirect( ContextHandle context, [NativeTypeName("ALenum")] Constant capability ) => ((IAL)this).DisableDirect(context, (int)capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDisableDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26697,6 +24384,7 @@ public static void DisableDirect( [NativeTypeName("ALenum")] Constant capability ) => ThisThread.DisableDirect(context, capability); + [NativeFunction("openal", EntryPoint = "alDistanceModel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DistanceModel([NativeTypeName("ALenum")] int distanceModel) => ( @@ -26707,18 +24395,18 @@ _slots[50] is not null and var loadedFnPtr ) )(distanceModel); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDistanceModel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DistanceModel([NativeTypeName("ALenum")] int distanceModel) => ThisThread.DistanceModel(distanceModel); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDistanceModel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DistanceModel( [NativeTypeName("ALenum")] Constant distanceModel ) => ((IAL)this).DistanceModel((int)distanceModel); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDistanceModel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26726,6 +24414,7 @@ public static void DistanceModel( [NativeTypeName("ALenum")] Constant distanceModel ) => ThisThread.DistanceModel(distanceModel); + [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DistanceModelDirect( ContextHandle context, @@ -26739,7 +24428,6 @@ _slots[51] is not null and var loadedFnPtr ) )(context, distanceModel); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DistanceModelDirect( @@ -26747,13 +24435,14 @@ public static void DistanceModelDirect( [NativeTypeName("ALenum")] int distanceModel ) => ThisThread.DistanceModelDirect(context, distanceModel); + [Transformed] + [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DistanceModelDirect( ContextHandle context, [NativeTypeName("ALenum")] Constant distanceModel ) => ((IAL)this).DistanceModelDirect(context, (int)distanceModel); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26762,6 +24451,7 @@ public static void DistanceModelDirect( [NativeTypeName("ALenum")] Constant distanceModel ) => ThisThread.DistanceModelDirect(context, distanceModel); + [NativeFunction("openal", EntryPoint = "alDopplerFactor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DopplerFactor([NativeTypeName("ALfloat")] float value) => ( @@ -26772,12 +24462,12 @@ _slots[52] is not null and var loadedFnPtr ) )(value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDopplerFactor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DopplerFactor([NativeTypeName("ALfloat")] float value) => ThisThread.DopplerFactor(value); + [NativeFunction("openal", EntryPoint = "alDopplerFactorDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DopplerFactorDirect(ContextHandle context, [NativeTypeName("ALfloat")] float value) => ( @@ -26788,7 +24478,6 @@ _slots[53] is not null and var loadedFnPtr ) )(context, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDopplerFactorDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DopplerFactorDirect( @@ -26796,6 +24485,7 @@ public static void DopplerFactorDirect( [NativeTypeName("ALfloat")] float value ) => ThisThread.DopplerFactorDirect(context, value); + [NativeFunction("openal", EntryPoint = "alDopplerVelocity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.DopplerVelocity([NativeTypeName("ALfloat")] float value) => ( @@ -26806,12 +24496,12 @@ _slots[54] is not null and var loadedFnPtr ) )(value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDopplerVelocity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DopplerVelocity([NativeTypeName("ALfloat")] float value) => ThisThread.DopplerVelocity(value); + [NativeFunction("openal", EntryPoint = "alEffectf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Effect( [NativeTypeName("ALuint")] uint effect, @@ -26826,7 +24516,6 @@ _slots[55] is not null and var loadedFnPtr ) )(effect, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Effect( @@ -26835,6 +24524,8 @@ public static void Effect( [NativeTypeName("ALfloat")] float flValue ) => ThisThread.Effect(effect, param1, flValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEffectf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Effect( [NativeTypeName("ALuint")] uint effect, @@ -26842,7 +24533,6 @@ void IAL.Effect( [NativeTypeName("ALfloat")] float flValue ) => ((IAL)this).Effect(effect, (int)param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26852,6 +24542,7 @@ public static void Effect( [NativeTypeName("ALfloat")] float flValue ) => ThisThread.Effect(effect, param1, flValue); + [NativeFunction("openal", EntryPoint = "alEffectfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EffectDirect( ContextHandle context, @@ -26867,7 +24558,6 @@ _slots[56] is not null and var loadedFnPtr ) )(context, effect, param2, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EffectDirect( @@ -26877,6 +24567,8 @@ public static void EffectDirect( [NativeTypeName("ALfloat")] float flValue ) => ThisThread.EffectDirect(context, effect, param2, flValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEffectfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EffectDirect( ContextHandle context, @@ -26885,7 +24577,6 @@ void IAL.EffectDirect( [NativeTypeName("ALfloat")] float flValue ) => ((IAL)this).EffectDirect(context, effect, (int)param2, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26896,6 +24587,7 @@ public static void EffectDirect( [NativeTypeName("ALfloat")] float flValue ) => ThisThread.EffectDirect(context, effect, param2, flValue); + [NativeFunction("openal", EntryPoint = "alEffectfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Effect( [NativeTypeName("ALuint")] uint effect, @@ -26910,7 +24602,6 @@ _slots[57] is not null and var loadedFnPtr ) )(effect, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Effect( @@ -26919,6 +24610,8 @@ public static void Effect( [NativeTypeName("const ALfloat *")] float* pflValues ) => ThisThread.Effect(effect, param1, pflValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEffectfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Effect( [NativeTypeName("ALuint")] uint effect, @@ -26932,7 +24625,6 @@ void IAL.Effect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26942,6 +24634,7 @@ public static void Effect( [NativeTypeName("const ALfloat *")] Ref pflValues ) => ThisThread.Effect(effect, param1, pflValues); + [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EffectDirect( ContextHandle context, @@ -26957,7 +24650,6 @@ _slots[58] is not null and var loadedFnPtr ) )(context, effect, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EffectDirect( @@ -26967,6 +24659,8 @@ public static void EffectDirect( [NativeTypeName("const ALfloat *")] float* pflValues ) => ThisThread.EffectDirect(context, effect, param2, pflValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EffectDirect( ContextHandle context, @@ -26981,7 +24675,6 @@ void IAL.EffectDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -26992,6 +24685,7 @@ public static void EffectDirect( [NativeTypeName("const ALfloat *")] Ref pflValues ) => ThisThread.EffectDirect(context, effect, param2, pflValues); + [NativeFunction("openal", EntryPoint = "alEffecti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Effect( [NativeTypeName("ALuint")] uint effect, @@ -27006,7 +24700,6 @@ _slots[59] is not null and var loadedFnPtr ) )(effect, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffecti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Effect( @@ -27015,6 +24708,8 @@ public static void Effect( [NativeTypeName("ALint")] int iValue ) => ThisThread.Effect(effect, param1, iValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEffecti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Effect( [NativeTypeName("ALuint")] uint effect, @@ -27022,7 +24717,6 @@ void IAL.Effect( [NativeTypeName("ALint")] int iValue ) => ((IAL)this).Effect(effect, (int)param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffecti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27032,6 +24726,7 @@ public static void Effect( [NativeTypeName("ALint")] int iValue ) => ThisThread.Effect(effect, param1, iValue); + [NativeFunction("openal", EntryPoint = "alEffectiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EffectDirect( ContextHandle context, @@ -27047,7 +24742,6 @@ _slots[60] is not null and var loadedFnPtr ) )(context, effect, param2, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EffectDirect( @@ -27057,6 +24751,8 @@ public static void EffectDirect( [NativeTypeName("ALint")] int iValue ) => ThisThread.EffectDirect(context, effect, param2, iValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEffectiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EffectDirect( ContextHandle context, @@ -27065,7 +24761,6 @@ void IAL.EffectDirect( [NativeTypeName("ALint")] int iValue ) => ((IAL)this).EffectDirect(context, effect, (int)param2, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27076,6 +24771,7 @@ public static void EffectDirect( [NativeTypeName("ALint")] int iValue ) => ThisThread.EffectDirect(context, effect, param2, iValue); + [NativeFunction("openal", EntryPoint = "alEffectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Effect( [NativeTypeName("ALuint")] uint effect, @@ -27090,7 +24786,6 @@ _slots[61] is not null and var loadedFnPtr ) )(effect, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Effect( @@ -27099,6 +24794,8 @@ public static void Effect( [NativeTypeName("const ALint *")] int* piValues ) => ThisThread.Effect(effect, param1, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEffectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Effect( [NativeTypeName("ALuint")] uint effect, @@ -27112,7 +24809,6 @@ void IAL.Effect( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27122,6 +24818,7 @@ public static void Effect( [NativeTypeName("const ALint *")] Ref piValues ) => ThisThread.Effect(effect, param1, piValues); + [NativeFunction("openal", EntryPoint = "alEffectivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EffectDirect( ContextHandle context, @@ -27137,7 +24834,6 @@ _slots[62] is not null and var loadedFnPtr ) )(context, effect, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EffectDirect( @@ -27147,6 +24843,8 @@ public static void EffectDirect( [NativeTypeName("const ALint *")] int* piValues ) => ThisThread.EffectDirect(context, effect, param2, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEffectivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EffectDirect( ContextHandle context, @@ -27161,7 +24859,6 @@ void IAL.EffectDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27172,6 +24869,7 @@ public static void EffectDirect( [NativeTypeName("const ALint *")] Ref piValues ) => ThisThread.EffectDirect(context, effect, param2, piValues); + [NativeFunction("openal", EntryPoint = "alEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Enable([NativeTypeName("ALenum")] int capability) => ( @@ -27182,17 +24880,17 @@ _slots[63] is not null and var loadedFnPtr ) )(capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Enable([NativeTypeName("ALenum")] int capability) => ThisThread.Enable(capability); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Enable([NativeTypeName("ALenum")] Constant capability) => ((IAL)this).Enable((int)capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27200,6 +24898,7 @@ public static void Enable( [NativeTypeName("ALenum")] Constant capability ) => ThisThread.Enable(capability); + [NativeFunction("openal", EntryPoint = "alEnableDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EnableDirect(ContextHandle context, [NativeTypeName("ALenum")] int capability) => ( @@ -27210,7 +24909,6 @@ _slots[64] is not null and var loadedFnPtr ) )(context, capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alEnableDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableDirect( @@ -27218,13 +24916,14 @@ public static void EnableDirect( [NativeTypeName("ALenum")] int capability ) => ThisThread.EnableDirect(context, capability); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEnableDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EnableDirect( ContextHandle context, [NativeTypeName("ALenum")] Constant capability ) => ((IAL)this).EnableDirect(context, (int)capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEnableDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27233,6 +24932,7 @@ public static void EnableDirect( [NativeTypeName("ALenum")] Constant capability ) => ThisThread.EnableDirect(context, capability); + [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EventCallbackDirectSOFT( ContextHandle context, @@ -27247,7 +24947,6 @@ _slots[65] is not null and var loadedFnPtr ) )(context, callback, userParam); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EventCallbackDirectSOFT( @@ -27256,6 +24955,8 @@ public static void EventCallbackDirectSOFT( void* userParam ) => ThisThread.EventCallbackDirectSOFT(context, callback, userParam); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EventCallbackDirectSOFT( ContextHandle context, @@ -27269,7 +24970,6 @@ Ref userParam } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27279,6 +24979,7 @@ public static void EventCallbackDirectSOFT( Ref userParam ) => ThisThread.EventCallbackDirectSOFT(context, callback, userParam); + [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EventCallbackSOFT( [NativeTypeName("ALEVENTPROCSOFT")] EventProcSOFT callback, @@ -27292,7 +24993,6 @@ _slots[66] is not null and var loadedFnPtr ) )(callback, userParam); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EventCallbackSOFT( @@ -27300,6 +25000,8 @@ public static void EventCallbackSOFT( void* userParam ) => ThisThread.EventCallbackSOFT(callback, userParam); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EventCallbackSOFT( [NativeTypeName("ALEVENTPROCSOFT")] EventProcSOFT callback, @@ -27312,7 +25014,6 @@ Ref userParam } } - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27321,6 +25022,7 @@ public static void EventCallbackSOFT( Ref userParam ) => ThisThread.EventCallbackSOFT(callback, userParam); + [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EventControlDirectSOFT( ContextHandle context, @@ -27336,7 +25038,6 @@ _slots[67] is not null and var loadedFnPtr ) )(context, count, types, enable); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EventControlDirectSOFT( @@ -27346,6 +25047,8 @@ public static void EventControlDirectSOFT( [NativeTypeName("ALboolean")] sbyte enable ) => ThisThread.EventControlDirectSOFT(context, count, types, enable); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EventControlDirectSOFT( ContextHandle context, @@ -27360,7 +25063,6 @@ void IAL.EventControlDirectSOFT( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27371,6 +25073,8 @@ public static void EventControlDirectSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ) => ThisThread.EventControlDirectSOFT(context, count, types, enable); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EventControlDirectSOFT( ContextHandle context, @@ -27378,7 +25082,6 @@ void IAL.EventControlDirectSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ) => ((IAL)this).EventControlDirectSOFT(context, 1, (int*)&types, (sbyte)enable); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27388,6 +25091,7 @@ public static void EventControlDirectSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ) => ThisThread.EventControlDirectSOFT(context, types, enable); + [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EventControlSOFT( [NativeTypeName("ALsizei")] int count, @@ -27402,7 +25106,6 @@ _slots[68] is not null and var loadedFnPtr ) )(count, types, enable); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EventControlSOFT( @@ -27411,6 +25114,8 @@ public static void EventControlSOFT( [NativeTypeName("ALboolean")] sbyte enable ) => ThisThread.EventControlSOFT(count, types, enable); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EventControlSOFT( [NativeTypeName("ALsizei")] int count, @@ -27424,7 +25129,6 @@ void IAL.EventControlSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27434,13 +25138,14 @@ public static void EventControlSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ) => ThisThread.EventControlSOFT(count, types, enable); + [Transformed] + [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.EventControlSOFT( [NativeTypeName("const ALenum *")] int types, [NativeTypeName("ALboolean")] MaybeBool enable ) => ((IAL)this).EventControlSOFT(1, (int*)&types, (sbyte)enable); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27449,6 +25154,7 @@ public static void EventControlSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ) => ThisThread.EventControlSOFT(types, enable); + [NativeFunction("openal", EntryPoint = "alFilterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Filter( [NativeTypeName("ALuint")] uint filter, @@ -27463,7 +25169,6 @@ _slots[69] is not null and var loadedFnPtr ) )(filter, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Filter( @@ -27472,6 +25177,8 @@ public static void Filter( [NativeTypeName("ALfloat")] float flValue ) => ThisThread.Filter(filter, param1, flValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alFilterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Filter( [NativeTypeName("ALuint")] uint filter, @@ -27479,7 +25186,6 @@ void IAL.Filter( [NativeTypeName("ALfloat")] float flValue ) => ((IAL)this).Filter(filter, (int)param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27489,6 +25195,7 @@ public static void Filter( [NativeTypeName("ALfloat")] float flValue ) => ThisThread.Filter(filter, param1, flValue); + [NativeFunction("openal", EntryPoint = "alFilterfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.FilterDirect( ContextHandle context, @@ -27504,7 +25211,6 @@ _slots[70] is not null and var loadedFnPtr ) )(context, filter, param2, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FilterDirect( @@ -27514,6 +25220,8 @@ public static void FilterDirect( [NativeTypeName("ALfloat")] float flValue ) => ThisThread.FilterDirect(context, filter, param2, flValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alFilterfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.FilterDirect( ContextHandle context, @@ -27522,7 +25230,6 @@ void IAL.FilterDirect( [NativeTypeName("ALfloat")] float flValue ) => ((IAL)this).FilterDirect(context, filter, (int)param2, flValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27533,6 +25240,7 @@ public static void FilterDirect( [NativeTypeName("ALfloat")] float flValue ) => ThisThread.FilterDirect(context, filter, param2, flValue); + [NativeFunction("openal", EntryPoint = "alFilterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Filter( [NativeTypeName("ALuint")] uint filter, @@ -27547,7 +25255,6 @@ _slots[71] is not null and var loadedFnPtr ) )(filter, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Filter( @@ -27556,6 +25263,8 @@ public static void Filter( [NativeTypeName("const ALfloat *")] float* pflValues ) => ThisThread.Filter(filter, param1, pflValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alFilterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Filter( [NativeTypeName("ALuint")] uint filter, @@ -27569,7 +25278,6 @@ void IAL.Filter( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27579,6 +25287,7 @@ public static void Filter( [NativeTypeName("const ALfloat *")] Ref pflValues ) => ThisThread.Filter(filter, param1, pflValues); + [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.FilterDirect( ContextHandle context, @@ -27594,7 +25303,6 @@ _slots[72] is not null and var loadedFnPtr ) )(context, filter, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FilterDirect( @@ -27604,6 +25312,8 @@ public static void FilterDirect( [NativeTypeName("const ALfloat *")] float* pflValues ) => ThisThread.FilterDirect(context, filter, param2, pflValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.FilterDirect( ContextHandle context, @@ -27618,7 +25328,6 @@ void IAL.FilterDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27629,6 +25338,7 @@ public static void FilterDirect( [NativeTypeName("const ALfloat *")] Ref pflValues ) => ThisThread.FilterDirect(context, filter, param2, pflValues); + [NativeFunction("openal", EntryPoint = "alFilteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Filter( [NativeTypeName("ALuint")] uint filter, @@ -27643,7 +25353,6 @@ _slots[73] is not null and var loadedFnPtr ) )(filter, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Filter( @@ -27652,6 +25361,8 @@ public static void Filter( [NativeTypeName("ALint")] int iValue ) => ThisThread.Filter(filter, param1, iValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alFilteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Filter( [NativeTypeName("ALuint")] uint filter, @@ -27659,7 +25370,6 @@ void IAL.Filter( [NativeTypeName("ALint")] int iValue ) => ((IAL)this).Filter(filter, (int)param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27669,6 +25379,7 @@ public static void Filter( [NativeTypeName("ALint")] int iValue ) => ThisThread.Filter(filter, param1, iValue); + [NativeFunction("openal", EntryPoint = "alFilteriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.FilterDirect( ContextHandle context, @@ -27684,7 +25395,6 @@ _slots[74] is not null and var loadedFnPtr ) )(context, filter, param2, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilteriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FilterDirect( @@ -27694,6 +25404,8 @@ public static void FilterDirect( [NativeTypeName("ALint")] int iValue ) => ThisThread.FilterDirect(context, filter, param2, iValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alFilteriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.FilterDirect( ContextHandle context, @@ -27702,7 +25414,6 @@ void IAL.FilterDirect( [NativeTypeName("ALint")] int iValue ) => ((IAL)this).FilterDirect(context, filter, (int)param2, iValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27713,6 +25424,7 @@ public static void FilterDirect( [NativeTypeName("ALint")] int iValue ) => ThisThread.FilterDirect(context, filter, param2, iValue); + [NativeFunction("openal", EntryPoint = "alFilteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Filter( [NativeTypeName("ALuint")] uint filter, @@ -27727,7 +25439,6 @@ _slots[75] is not null and var loadedFnPtr ) )(filter, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Filter( @@ -27736,6 +25447,8 @@ public static void Filter( [NativeTypeName("const ALint *")] int* piValues ) => ThisThread.Filter(filter, param1, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alFilteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Filter( [NativeTypeName("ALuint")] uint filter, @@ -27749,7 +25462,6 @@ void IAL.Filter( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27759,6 +25471,7 @@ public static void Filter( [NativeTypeName("const ALint *")] Ref piValues ) => ThisThread.Filter(filter, param1, piValues); + [NativeFunction("openal", EntryPoint = "alFilterivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.FilterDirect( ContextHandle context, @@ -27774,7 +25487,6 @@ _slots[76] is not null and var loadedFnPtr ) )(context, filter, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FilterDirect( @@ -27784,6 +25496,8 @@ public static void FilterDirect( [NativeTypeName("const ALint *")] int* piValues ) => ThisThread.FilterDirect(context, filter, param2, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alFilterivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.FilterDirect( ContextHandle context, @@ -27798,7 +25512,6 @@ void IAL.FilterDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27809,6 +25522,8 @@ public static void FilterDirect( [NativeTypeName("const ALint *")] Ref piValues ) => ThisThread.FilterDirect(context, filter, param2, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GenAuxiliaryEffectSlot() { @@ -27817,12 +25532,12 @@ uint IAL.GenAuxiliaryEffectSlot() return effectslots; } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenAuxiliaryEffectSlot() => ThisThread.GenAuxiliaryEffectSlot(); + [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenAuxiliaryEffectSlots( [NativeTypeName("ALsizei")] int n, @@ -27836,7 +25551,6 @@ _slots[77] is not null and var loadedFnPtr ) )(n, effectslots); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenAuxiliaryEffectSlots( @@ -27844,6 +25558,8 @@ public static void GenAuxiliaryEffectSlots( [NativeTypeName("ALuint *")] uint* effectslots ) => ThisThread.GenAuxiliaryEffectSlots(n, effectslots); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenAuxiliaryEffectSlots( [NativeTypeName("ALsizei")] int n, @@ -27856,7 +25572,6 @@ void IAL.GenAuxiliaryEffectSlots( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27865,6 +25580,7 @@ public static void GenAuxiliaryEffectSlots( [NativeTypeName("ALuint *")] Ref effectslots ) => ThisThread.GenAuxiliaryEffectSlots(n, effectslots); + [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenAuxiliaryEffectSlotsDirect( ContextHandle context, @@ -27882,7 +25598,6 @@ _slots[78] is not null and var loadedFnPtr ) )(context, n, effectslots); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenAuxiliaryEffectSlotsDirect( @@ -27891,6 +25606,8 @@ public static void GenAuxiliaryEffectSlotsDirect( [NativeTypeName("ALuint *")] uint* effectslots ) => ThisThread.GenAuxiliaryEffectSlotsDirect(context, n, effectslots); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenAuxiliaryEffectSlotsDirect( ContextHandle context, @@ -27904,7 +25621,6 @@ void IAL.GenAuxiliaryEffectSlotsDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27914,6 +25630,8 @@ public static void GenAuxiliaryEffectSlotsDirect( [NativeTypeName("ALuint *")] Ref effectslots ) => ThisThread.GenAuxiliaryEffectSlotsDirect(context, n, effectslots); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GenAuxiliaryEffectSlotsDirect(ContextHandle context) { @@ -27922,13 +25640,14 @@ uint IAL.GenAuxiliaryEffectSlotsDirect(ContextHandle context) return effectslots; } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenAuxiliaryEffectSlotsDirect(ContextHandle context) => ThisThread.GenAuxiliaryEffectSlotsDirect(context); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GenBuffer() { @@ -27937,12 +25656,12 @@ uint IAL.GenBuffer() return buffers; } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenBuffer() => ThisThread.GenBuffer(); + [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenBuffers( [NativeTypeName("ALsizei")] int n, @@ -27956,7 +25675,6 @@ _slots[79] is not null and var loadedFnPtr ) )(n, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenBuffers( @@ -27964,6 +25682,8 @@ public static void GenBuffers( [NativeTypeName("ALuint *")] uint* buffers ) => ThisThread.GenBuffers(n, buffers); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenBuffers( [NativeTypeName("ALsizei")] int n, @@ -27976,7 +25696,6 @@ void IAL.GenBuffers( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -27985,6 +25704,7 @@ public static void GenBuffers( [NativeTypeName("ALuint *")] Ref buffers ) => ThisThread.GenBuffers(n, buffers); + [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenBuffersDirect( ContextHandle context, @@ -27999,7 +25719,6 @@ _slots[80] is not null and var loadedFnPtr ) )(context, n, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenBuffersDirect( @@ -28008,6 +25727,8 @@ public static void GenBuffersDirect( [NativeTypeName("ALuint *")] uint* buffers ) => ThisThread.GenBuffersDirect(context, n, buffers); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenBuffersDirect( ContextHandle context, @@ -28021,7 +25742,6 @@ void IAL.GenBuffersDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28031,6 +25751,8 @@ public static void GenBuffersDirect( [NativeTypeName("ALuint *")] Ref buffers ) => ThisThread.GenBuffersDirect(context, n, buffers); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GenEffect() { @@ -28039,12 +25761,12 @@ uint IAL.GenEffect() return effects; } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenEffect() => ThisThread.GenEffect(); + [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenEffects( [NativeTypeName("ALsizei")] int n, @@ -28058,7 +25780,6 @@ _slots[81] is not null and var loadedFnPtr ) )(n, effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenEffects( @@ -28066,6 +25787,8 @@ public static void GenEffects( [NativeTypeName("ALuint *")] uint* effects ) => ThisThread.GenEffects(n, effects); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenEffects( [NativeTypeName("ALsizei")] int n, @@ -28078,7 +25801,6 @@ void IAL.GenEffects( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28087,6 +25809,7 @@ public static void GenEffects( [NativeTypeName("ALuint *")] Ref effects ) => ThisThread.GenEffects(n, effects); + [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenEffectsDirect( ContextHandle context, @@ -28101,7 +25824,6 @@ _slots[82] is not null and var loadedFnPtr ) )(context, n, effects); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenEffectsDirect( @@ -28110,6 +25832,8 @@ public static void GenEffectsDirect( [NativeTypeName("ALuint *")] uint* effects ) => ThisThread.GenEffectsDirect(context, n, effects); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenEffectsDirect( ContextHandle context, @@ -28123,7 +25847,6 @@ void IAL.GenEffectsDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28133,6 +25856,8 @@ public static void GenEffectsDirect( [NativeTypeName("ALuint *")] Ref effects ) => ThisThread.GenEffectsDirect(context, n, effects); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GenEffectsDirect(ContextHandle context) { @@ -28141,13 +25866,14 @@ uint IAL.GenEffectsDirect(ContextHandle context) return effects; } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenEffectsDirect(ContextHandle context) => ThisThread.GenEffectsDirect(context); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GenFilter() { @@ -28156,12 +25882,12 @@ uint IAL.GenFilter() return filters; } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenFilter() => ThisThread.GenFilter(); + [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenFilters( [NativeTypeName("ALsizei")] int n, @@ -28175,7 +25901,6 @@ _slots[83] is not null and var loadedFnPtr ) )(n, filters); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenFilters( @@ -28183,6 +25908,8 @@ public static void GenFilters( [NativeTypeName("ALuint *")] uint* filters ) => ThisThread.GenFilters(n, filters); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenFilters( [NativeTypeName("ALsizei")] int n, @@ -28195,7 +25922,6 @@ void IAL.GenFilters( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFilters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28204,6 +25930,7 @@ public static void GenFilters( [NativeTypeName("ALuint *")] Ref filters ) => ThisThread.GenFilters(n, filters); + [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenFiltersDirect( ContextHandle context, @@ -28218,7 +25945,6 @@ _slots[84] is not null and var loadedFnPtr ) )(context, n, filters); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenFiltersDirect( @@ -28227,6 +25953,8 @@ public static void GenFiltersDirect( [NativeTypeName("ALuint *")] uint* filters ) => ThisThread.GenFiltersDirect(context, n, filters); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenFiltersDirect( ContextHandle context, @@ -28240,7 +25968,6 @@ void IAL.GenFiltersDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28250,6 +25977,8 @@ public static void GenFiltersDirect( [NativeTypeName("ALuint *")] Ref filters ) => ThisThread.GenFiltersDirect(context, n, filters); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GenFiltersDirect(ContextHandle context) { @@ -28258,13 +25987,14 @@ uint IAL.GenFiltersDirect(ContextHandle context) return filters; } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenFiltersDirect(ContextHandle context) => ThisThread.GenFiltersDirect(context); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GenSource() { @@ -28273,12 +26003,12 @@ uint IAL.GenSource() return sources; } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenSource() => ThisThread.GenSource(); + [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenSources( [NativeTypeName("ALsizei")] int n, @@ -28292,7 +26022,6 @@ _slots[85] is not null and var loadedFnPtr ) )(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenSources( @@ -28300,6 +26029,8 @@ public static void GenSources( [NativeTypeName("ALuint *")] uint* sources ) => ThisThread.GenSources(n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenSources( [NativeTypeName("ALsizei")] int n, @@ -28312,7 +26043,6 @@ void IAL.GenSources( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSources")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28321,6 +26051,7 @@ public static void GenSources( [NativeTypeName("ALuint *")] Ref sources ) => ThisThread.GenSources(n, sources); + [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenSourcesDirect( ContextHandle context, @@ -28335,7 +26066,6 @@ _slots[86] is not null and var loadedFnPtr ) )(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenSourcesDirect( @@ -28344,6 +26074,8 @@ public static void GenSourcesDirect( [NativeTypeName("ALuint *")] uint* sources ) => ThisThread.GenSourcesDirect(context, n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GenSourcesDirect( ContextHandle context, @@ -28357,7 +26089,6 @@ void IAL.GenSourcesDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28367,6 +26098,8 @@ public static void GenSourcesDirect( [NativeTypeName("ALuint *")] Ref sources ) => ThisThread.GenSourcesDirect(context, n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GenSourcesDirect(ContextHandle context) { @@ -28375,13 +26108,13 @@ uint IAL.GenSourcesDirect(ContextHandle context) return sources; } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenSourcesDirect(ContextHandle context) => ThisThread.GenSourcesDirect(context); + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotf( [NativeTypeName("ALuint")] uint effectslot, @@ -28396,7 +26129,6 @@ _slots[87] is not null and var loadedFnPtr ) )(effectslot, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetAuxiliaryEffectSlotf( @@ -28405,6 +26137,8 @@ public static void GetAuxiliaryEffectSlotf( [NativeTypeName("ALfloat *")] float* flValue ) => ThisThread.GetAuxiliaryEffectSlotf(effectslot, param1, flValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotf( [NativeTypeName("ALuint")] uint effectslot, @@ -28418,7 +26152,6 @@ void IAL.GetAuxiliaryEffectSlotf( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28428,6 +26161,7 @@ public static void GetAuxiliaryEffectSlotf( [NativeTypeName("ALfloat *")] Ref flValue ) => ThisThread.GetAuxiliaryEffectSlotf(effectslot, param1, flValue); + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotfDirect( ContextHandle context, @@ -28446,7 +26180,6 @@ _slots[88] is not null and var loadedFnPtr ) )(context, effectslot, param2, pflValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetAuxiliaryEffectSlotfDirect( @@ -28456,6 +26189,8 @@ public static void GetAuxiliaryEffectSlotfDirect( [NativeTypeName("ALfloat *")] float* pflValue ) => ThisThread.GetAuxiliaryEffectSlotfDirect(context, effectslot, param2, pflValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotfDirect( ContextHandle context, @@ -28475,7 +26210,6 @@ void IAL.GetAuxiliaryEffectSlotfDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28486,6 +26220,7 @@ public static void GetAuxiliaryEffectSlotfDirect( [NativeTypeName("ALfloat *")] Ref pflValue ) => ThisThread.GetAuxiliaryEffectSlotfDirect(context, effectslot, param2, pflValue); + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotfv( [NativeTypeName("ALuint")] uint effectslot, @@ -28503,7 +26238,6 @@ _slots[89] is not null and var loadedFnPtr ) )(effectslot, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetAuxiliaryEffectSlotfv( @@ -28512,6 +26246,8 @@ public static void GetAuxiliaryEffectSlotfv( [NativeTypeName("ALfloat *")] float* pflValues ) => ThisThread.GetAuxiliaryEffectSlotfv(effectslot, param1, pflValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotfv( [NativeTypeName("ALuint")] uint effectslot, @@ -28525,7 +26261,6 @@ void IAL.GetAuxiliaryEffectSlotfv( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28535,6 +26270,7 @@ public static void GetAuxiliaryEffectSlotfv( [NativeTypeName("ALfloat *")] Ref pflValues ) => ThisThread.GetAuxiliaryEffectSlotfv(effectslot, param1, pflValues); + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotfvDirect( ContextHandle context, @@ -28553,7 +26289,6 @@ _slots[90] is not null and var loadedFnPtr ) )(context, effectslot, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetAuxiliaryEffectSlotfvDirect( @@ -28563,6 +26298,8 @@ public static void GetAuxiliaryEffectSlotfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ) => ThisThread.GetAuxiliaryEffectSlotfvDirect(context, effectslot, param2, pflValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotfvDirect( ContextHandle context, @@ -28582,7 +26319,6 @@ void IAL.GetAuxiliaryEffectSlotfvDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28593,6 +26329,7 @@ public static void GetAuxiliaryEffectSlotfvDirect( [NativeTypeName("ALfloat *")] Ref pflValues ) => ThisThread.GetAuxiliaryEffectSlotfvDirect(context, effectslot, param2, pflValues); + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSloti( [NativeTypeName("ALuint")] uint effectslot, @@ -28607,7 +26344,6 @@ _slots[91] is not null and var loadedFnPtr ) )(effectslot, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetAuxiliaryEffectSloti( @@ -28616,6 +26352,8 @@ public static void GetAuxiliaryEffectSloti( [NativeTypeName("ALint *")] int* iValue ) => ThisThread.GetAuxiliaryEffectSloti(effectslot, param1, iValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSloti( [NativeTypeName("ALuint")] uint effectslot, @@ -28629,7 +26367,6 @@ void IAL.GetAuxiliaryEffectSloti( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28639,6 +26376,7 @@ public static void GetAuxiliaryEffectSloti( [NativeTypeName("ALint *")] Ref iValue ) => ThisThread.GetAuxiliaryEffectSloti(effectslot, param1, iValue); + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotiDirect( ContextHandle context, @@ -28657,7 +26395,6 @@ _slots[92] is not null and var loadedFnPtr ) )(context, effectslot, param2, piValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetAuxiliaryEffectSlotiDirect( @@ -28667,6 +26404,8 @@ public static void GetAuxiliaryEffectSlotiDirect( [NativeTypeName("ALint *")] int* piValue ) => ThisThread.GetAuxiliaryEffectSlotiDirect(context, effectslot, param2, piValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotiDirect( ContextHandle context, @@ -28686,7 +26425,6 @@ void IAL.GetAuxiliaryEffectSlotiDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28697,6 +26435,7 @@ public static void GetAuxiliaryEffectSlotiDirect( [NativeTypeName("ALint *")] Ref piValue ) => ThisThread.GetAuxiliaryEffectSlotiDirect(context, effectslot, param2, piValue); + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotiv( [NativeTypeName("ALuint")] uint effectslot, @@ -28714,7 +26453,6 @@ _slots[93] is not null and var loadedFnPtr ) )(effectslot, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetAuxiliaryEffectSlotiv( @@ -28723,6 +26461,8 @@ public static void GetAuxiliaryEffectSlotiv( [NativeTypeName("ALint *")] int* piValues ) => ThisThread.GetAuxiliaryEffectSlotiv(effectslot, param1, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotiv( [NativeTypeName("ALuint")] uint effectslot, @@ -28736,7 +26476,6 @@ void IAL.GetAuxiliaryEffectSlotiv( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28746,6 +26485,7 @@ public static void GetAuxiliaryEffectSlotiv( [NativeTypeName("ALint *")] Ref piValues ) => ThisThread.GetAuxiliaryEffectSlotiv(effectslot, param1, piValues); + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotivDirect( ContextHandle context, @@ -28764,7 +26504,6 @@ _slots[94] is not null and var loadedFnPtr ) )(context, effectslot, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetAuxiliaryEffectSlotivDirect( @@ -28774,6 +26513,8 @@ public static void GetAuxiliaryEffectSlotivDirect( [NativeTypeName("ALint *")] int* piValues ) => ThisThread.GetAuxiliaryEffectSlotivDirect(context, effectslot, param2, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetAuxiliaryEffectSlotivDirect( ContextHandle context, @@ -28793,7 +26534,6 @@ void IAL.GetAuxiliaryEffectSlotivDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28804,6 +26544,8 @@ public static void GetAuxiliaryEffectSlotivDirect( [NativeTypeName("ALint *")] Ref piValues ) => ThisThread.GetAuxiliaryEffectSlotivDirect(context, effectslot, param2, piValues); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alGetBoolean")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.GetBoolean([NativeTypeName("ALenum")] int param0) => ( @@ -28815,19 +26557,20 @@ _slots[95] is not null and var loadedFnPtr )(param0); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBoolean")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte GetBoolean([NativeTypeName("ALenum")] int param0) => ThisThread.GetBoolean(param0); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBoolean")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.GetBoolean( [NativeTypeName("ALenum")] Constant param0 ) => (MaybeBool)(sbyte)((IAL)this).GetBoolean((int)param0); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBoolean")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28835,6 +26578,8 @@ public static MaybeBool GetBoolean( [NativeTypeName("ALenum")] Constant param0 ) => ThisThread.GetBoolean(param0); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.GetBooleanDirect(ContextHandle context, [NativeTypeName("ALenum")] int param1) => ( @@ -28846,7 +26591,6 @@ _slots[96] is not null and var loadedFnPtr )(context, param1); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte GetBooleanDirect( @@ -28854,6 +26598,9 @@ public static sbyte GetBooleanDirect( [NativeTypeName("ALenum")] int param1 ) => ThisThread.GetBooleanDirect(context, param1); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.GetBooleanDirect( ContextHandle context, @@ -28861,7 +26608,6 @@ MaybeBool IAL.GetBooleanDirect( ) => (MaybeBool)(sbyte)((IAL)this).GetBooleanDirect(context, (int)param1); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28870,6 +26616,7 @@ public static MaybeBool GetBooleanDirect( [NativeTypeName("ALenum")] Constant param1 ) => ThisThread.GetBooleanDirect(context, param1); + [NativeFunction("openal", EntryPoint = "alGetBooleanv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBoolean( [NativeTypeName("ALenum")] int param0, @@ -28883,7 +26630,6 @@ _slots[97] is not null and var loadedFnPtr ) )(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBooleanv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBoolean( @@ -28891,6 +26637,8 @@ public static void GetBoolean( [NativeTypeName("ALboolean *")] sbyte* values ) => ThisThread.GetBoolean(param0, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBooleanv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBoolean( [NativeTypeName("ALenum")] Constant param0, @@ -28903,7 +26651,6 @@ void IAL.GetBoolean( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28912,6 +26659,7 @@ public static void GetBoolean( [NativeTypeName("ALboolean *")] Ref values ) => ThisThread.GetBoolean(param0, values); + [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBooleanDirect( ContextHandle context, @@ -28926,7 +26674,6 @@ _slots[98] is not null and var loadedFnPtr ) )(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBooleanDirect( @@ -28935,6 +26682,8 @@ public static void GetBooleanDirect( [NativeTypeName("ALboolean *")] sbyte* values ) => ThisThread.GetBooleanDirect(context, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBooleanDirect( ContextHandle context, @@ -28948,7 +26697,6 @@ void IAL.GetBooleanDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -28958,6 +26706,7 @@ public static void GetBooleanDirect( [NativeTypeName("ALboolean *")] Ref values ) => ThisThread.GetBooleanDirect(context, param1, values); + [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBuffer3( [NativeTypeName("ALuint")] uint buffer, @@ -28974,7 +26723,6 @@ _slots[99] is not null and var loadedFnPtr ) )(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBuffer3( @@ -28985,6 +26733,8 @@ public static void GetBuffer3( [NativeTypeName("ALfloat *")] float* value3 ) => ThisThread.GetBuffer3(buffer, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBuffer3( [NativeTypeName("ALuint")] uint buffer, @@ -29002,7 +26752,6 @@ void IAL.GetBuffer3( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29014,6 +26763,7 @@ public static void GetBuffer3( [NativeTypeName("ALfloat *")] Ref value3 ) => ThisThread.GetBuffer3(buffer, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBuffer3Direct( ContextHandle context, @@ -29031,7 +26781,6 @@ _slots[100] is not null and var loadedFnPtr ) )(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBuffer3Direct( @@ -29043,6 +26792,8 @@ public static void GetBuffer3Direct( [NativeTypeName("ALfloat *")] float* value3 ) => ThisThread.GetBuffer3Direct(context, buffer, param2, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBuffer3Direct( ContextHandle context, @@ -29068,7 +26819,6 @@ void IAL.GetBuffer3Direct( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29081,6 +26831,7 @@ public static void GetBuffer3Direct( [NativeTypeName("ALfloat *")] Ref value3 ) => ThisThread.GetBuffer3Direct(context, buffer, param2, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBuffer3( [NativeTypeName("ALuint")] uint buffer, @@ -29097,7 +26848,6 @@ _slots[101] is not null and var loadedFnPtr ) )(buffer, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBuffer3( @@ -29108,6 +26858,8 @@ public static void GetBuffer3( [NativeTypeName("ALint *")] int* value3 ) => ThisThread.GetBuffer3(buffer, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBuffer3( [NativeTypeName("ALuint")] uint buffer, @@ -29125,7 +26877,6 @@ void IAL.GetBuffer3( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29137,6 +26888,7 @@ public static void GetBuffer3( [NativeTypeName("ALint *")] Ref value3 ) => ThisThread.GetBuffer3(buffer, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBuffer3Direct( ContextHandle context, @@ -29154,7 +26906,6 @@ _slots[102] is not null and var loadedFnPtr ) )(context, buffer, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBuffer3Direct( @@ -29166,6 +26917,8 @@ public static void GetBuffer3Direct( [NativeTypeName("ALint *")] int* value3 ) => ThisThread.GetBuffer3Direct(context, buffer, param2, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBuffer3Direct( ContextHandle context, @@ -29191,7 +26944,6 @@ void IAL.GetBuffer3Direct( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29204,6 +26956,7 @@ public static void GetBuffer3Direct( [NativeTypeName("ALint *")] Ref value3 ) => ThisThread.GetBuffer3Direct(context, buffer, param2, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBuffer3PtrDirectSOFT( ContextHandle context, @@ -29224,11 +26977,6 @@ _slots[103] is not null and var loadedFnPtr ) )(context, buffer, param2, ptr0, ptr1, ptr2); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBuffer3PtrDirectSOFT( @@ -29240,6 +26988,8 @@ public static void GetBuffer3PtrDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr2 ) => ThisThread.GetBuffer3PtrDirectSOFT(context, buffer, param2, ptr0, ptr1, ptr2); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBuffer3PtrDirectSOFT( ContextHandle context, @@ -29265,11 +27015,6 @@ void IAL.GetBuffer3PtrDirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29282,6 +27027,7 @@ public static void GetBuffer3PtrDirectSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr2 ) => ThisThread.GetBuffer3PtrDirectSOFT(context, buffer, param2, ptr0, ptr1, ptr2); + [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBuffer3PtrSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -29298,7 +27044,6 @@ _slots[104] is not null and var loadedFnPtr ) )(buffer, param1, ptr0, ptr1, ptr2); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBuffer3PtrSOFT( @@ -29309,6 +27054,8 @@ public static void GetBuffer3PtrSOFT( [NativeTypeName("ALvoid **")] void** ptr2 ) => ThisThread.GetBuffer3PtrSOFT(buffer, param1, ptr0, ptr1, ptr2); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBuffer3PtrSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -29326,7 +27073,6 @@ void IAL.GetBuffer3PtrSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29338,6 +27084,7 @@ public static void GetBuffer3PtrSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr2 ) => ThisThread.GetBuffer3PtrSOFT(buffer, param1, ptr0, ptr1, ptr2); + [NativeFunction("openal", EntryPoint = "alGetBufferf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferf( [NativeTypeName("ALuint")] uint buffer, @@ -29352,7 +27099,6 @@ _slots[105] is not null and var loadedFnPtr ) )(buffer, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferf( @@ -29361,6 +27107,8 @@ public static void GetBufferf( [NativeTypeName("ALfloat *")] float* value ) => ThisThread.GetBufferf(buffer, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferf( [NativeTypeName("ALuint")] uint buffer, @@ -29374,7 +27122,6 @@ void IAL.GetBufferf( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29384,6 +27131,7 @@ public static void GetBufferf( [NativeTypeName("ALfloat *")] Ref value ) => ThisThread.GetBufferf(buffer, param1, value); + [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferfDirect( ContextHandle context, @@ -29399,7 +27147,6 @@ _slots[106] is not null and var loadedFnPtr ) )(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferfDirect( @@ -29409,6 +27156,8 @@ public static void GetBufferfDirect( [NativeTypeName("ALfloat *")] float* value ) => ThisThread.GetBufferfDirect(context, buffer, param2, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferfDirect( ContextHandle context, @@ -29423,7 +27172,6 @@ void IAL.GetBufferfDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29434,6 +27182,7 @@ public static void GetBufferfDirect( [NativeTypeName("ALfloat *")] Ref value ) => ThisThread.GetBufferfDirect(context, buffer, param2, value); + [NativeFunction("openal", EntryPoint = "alGetBufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferfv( [NativeTypeName("ALuint")] uint buffer, @@ -29448,7 +27197,6 @@ _slots[107] is not null and var loadedFnPtr ) )(buffer, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferfv( @@ -29457,6 +27205,8 @@ public static void GetBufferfv( [NativeTypeName("ALfloat *")] float* values ) => ThisThread.GetBufferfv(buffer, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferfv( [NativeTypeName("ALuint")] uint buffer, @@ -29470,7 +27220,6 @@ void IAL.GetBufferfv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29480,6 +27229,7 @@ public static void GetBufferfv( [NativeTypeName("ALfloat *")] Ref values ) => ThisThread.GetBufferfv(buffer, param1, values); + [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferfvDirect( ContextHandle context, @@ -29495,7 +27245,6 @@ _slots[108] is not null and var loadedFnPtr ) )(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferfvDirect( @@ -29505,6 +27254,8 @@ public static void GetBufferfvDirect( [NativeTypeName("ALfloat *")] float* values ) => ThisThread.GetBufferfvDirect(context, buffer, param2, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferfvDirect( ContextHandle context, @@ -29519,7 +27270,6 @@ void IAL.GetBufferfvDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29530,6 +27280,7 @@ public static void GetBufferfvDirect( [NativeTypeName("ALfloat *")] Ref values ) => ThisThread.GetBufferfvDirect(context, buffer, param2, values); + [NativeFunction("openal", EntryPoint = "alGetBufferi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferi( [NativeTypeName("ALuint")] uint buffer, @@ -29544,7 +27295,6 @@ _slots[109] is not null and var loadedFnPtr ) )(buffer, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferi( @@ -29553,6 +27303,8 @@ public static void GetBufferi( [NativeTypeName("ALint *")] int* value ) => ThisThread.GetBufferi(buffer, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferi( [NativeTypeName("ALuint")] uint buffer, @@ -29566,7 +27318,6 @@ void IAL.GetBufferi( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29576,6 +27327,7 @@ public static void GetBufferi( [NativeTypeName("ALint *")] Ref value ) => ThisThread.GetBufferi(buffer, param1, value); + [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferiDirect( ContextHandle context, @@ -29591,7 +27343,6 @@ _slots[110] is not null and var loadedFnPtr ) )(context, buffer, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferiDirect( @@ -29601,6 +27352,8 @@ public static void GetBufferiDirect( [NativeTypeName("ALint *")] int* value ) => ThisThread.GetBufferiDirect(context, buffer, param2, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferiDirect( ContextHandle context, @@ -29615,7 +27368,6 @@ void IAL.GetBufferiDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29626,6 +27378,7 @@ public static void GetBufferiDirect( [NativeTypeName("ALint *")] Ref value ) => ThisThread.GetBufferiDirect(context, buffer, param2, value); + [NativeFunction("openal", EntryPoint = "alGetBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferiv( [NativeTypeName("ALuint")] uint buffer, @@ -29640,7 +27393,6 @@ _slots[111] is not null and var loadedFnPtr ) )(buffer, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferiv( @@ -29649,6 +27401,8 @@ public static void GetBufferiv( [NativeTypeName("ALint *")] int* values ) => ThisThread.GetBufferiv(buffer, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferiv( [NativeTypeName("ALuint")] uint buffer, @@ -29662,7 +27416,6 @@ void IAL.GetBufferiv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29672,6 +27425,7 @@ public static void GetBufferiv( [NativeTypeName("ALint *")] Ref values ) => ThisThread.GetBufferiv(buffer, param1, values); + [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferivDirect( ContextHandle context, @@ -29687,7 +27441,6 @@ _slots[112] is not null and var loadedFnPtr ) )(context, buffer, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferivDirect( @@ -29697,6 +27450,8 @@ public static void GetBufferivDirect( [NativeTypeName("ALint *")] int* values ) => ThisThread.GetBufferivDirect(context, buffer, param2, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferivDirect( ContextHandle context, @@ -29711,7 +27466,6 @@ void IAL.GetBufferivDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29722,6 +27476,7 @@ public static void GetBufferivDirect( [NativeTypeName("ALint *")] Ref values ) => ThisThread.GetBufferivDirect(context, buffer, param2, values); + [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferPtrDirectSOFT( ContextHandle context, @@ -29737,11 +27492,6 @@ _slots[113] is not null and var loadedFnPtr ) )(context, buffer, param2, ptr); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferPtrDirectSOFT( @@ -29751,6 +27501,8 @@ public static void GetBufferPtrDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr ) => ThisThread.GetBufferPtrDirectSOFT(context, buffer, param2, ptr); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferPtrDirectSOFT( ContextHandle context, @@ -29765,11 +27517,6 @@ void IAL.GetBufferPtrDirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29780,6 +27527,7 @@ public static void GetBufferPtrDirectSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ) => ThisThread.GetBufferPtrDirectSOFT(context, buffer, param2, ptr); + [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferPtrSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -29794,7 +27542,6 @@ _slots[114] is not null and var loadedFnPtr ) )(buffer, param1, ptr); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferPtrSOFT( @@ -29803,6 +27550,8 @@ public static void GetBufferPtrSOFT( [NativeTypeName("ALvoid **")] void** ptr ) => ThisThread.GetBufferPtrSOFT(buffer, param1, ptr); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferPtrSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -29816,7 +27565,6 @@ void IAL.GetBufferPtrSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29826,6 +27574,7 @@ public static void GetBufferPtrSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ) => ThisThread.GetBufferPtrSOFT(buffer, param1, ptr); + [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferPtrvDirectSOFT( ContextHandle context, @@ -29844,11 +27593,6 @@ _slots[115] is not null and var loadedFnPtr ) )(context, buffer, param2, ptr); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferPtrvDirectSOFT( @@ -29858,6 +27602,8 @@ public static void GetBufferPtrvDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr ) => ThisThread.GetBufferPtrvDirectSOFT(context, buffer, param2, ptr); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferPtrvDirectSOFT( ContextHandle context, @@ -29872,11 +27618,6 @@ void IAL.GetBufferPtrvDirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29887,6 +27628,7 @@ public static void GetBufferPtrvDirectSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ) => ThisThread.GetBufferPtrvDirectSOFT(context, buffer, param2, ptr); + [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferPtrvSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -29901,7 +27643,6 @@ _slots[116] is not null and var loadedFnPtr ) )(buffer, param1, ptr); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferPtrvSOFT( @@ -29910,6 +27651,8 @@ public static void GetBufferPtrvSOFT( [NativeTypeName("ALvoid **")] void** ptr ) => ThisThread.GetBufferPtrvSOFT(buffer, param1, ptr); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferPtrvSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -29923,7 +27666,6 @@ void IAL.GetBufferPtrvSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29933,6 +27675,7 @@ public static void GetBufferPtrvSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ) => ThisThread.GetBufferPtrvSOFT(buffer, param1, ptr); + [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -29950,7 +27693,6 @@ _slots[117] is not null and var loadedFnPtr ) )(buffer, offset, samples, channels, type, data); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferSamplesSOFT( @@ -29962,6 +27704,8 @@ public static void GetBufferSamplesSOFT( [NativeTypeName("ALvoid *")] void* data ) => ThisThread.GetBufferSamplesSOFT(buffer, offset, samples, channels, type, data); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetBufferSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -29985,7 +27729,6 @@ void IAL.GetBufferSamplesSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -29998,6 +27741,8 @@ public static void GetBufferSamplesSOFT( [NativeTypeName("ALvoid *")] Ref data ) => ThisThread.GetBufferSamplesSOFT(buffer, offset, samples, channels, type, data); + [return: NativeTypeName("ALuint")] + [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GetDebugMessageLogDirectEXT( ContextHandle context, @@ -30032,7 +27777,6 @@ _slots[118] is not null and var loadedFnPtr )(context, count, logBufSize, sources, types, ids, severities, lengths, logBuf); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetDebugMessageLogDirectEXT( @@ -30058,6 +27802,9 @@ public static uint GetDebugMessageLogDirectEXT( logBuf ); + [return: NativeTypeName("ALuint")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GetDebugMessageLogDirectEXT( ContextHandle context, @@ -30094,7 +27841,6 @@ uint IAL.GetDebugMessageLogDirectEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30121,6 +27867,9 @@ public static uint GetDebugMessageLogDirectEXT( logBuf ); + [return: NativeTypeName("ALuint")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GetDebugMessageLogDirectEXT( ContextHandle context, @@ -30157,7 +27906,6 @@ uint IAL.GetDebugMessageLogDirectEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30184,6 +27932,9 @@ public static uint GetDebugMessageLogDirectEXT( logBuf ); + [return: NativeTypeName("ALuint")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GetDebugMessageLogDirectEXT( ContextHandle context, @@ -30220,7 +27971,6 @@ uint IAL.GetDebugMessageLogDirectEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30247,6 +27997,8 @@ public static uint GetDebugMessageLogDirectEXT( logBuf ); + [return: NativeTypeName("ALuint")] + [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GetDebugMessageLogEXT( [NativeTypeName("ALuint")] uint count, @@ -30267,7 +28019,6 @@ _slots[119] is not null and var loadedFnPtr )(count, logBufSize, sources, types, ids, severities, lengths, logBuf); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetDebugMessageLogEXT( @@ -30291,6 +28042,9 @@ public static uint GetDebugMessageLogEXT( logBuf ); + [return: NativeTypeName("ALuint")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GetDebugMessageLogEXT( [NativeTypeName("ALuint")] uint count, @@ -30325,7 +28079,6 @@ uint IAL.GetDebugMessageLogEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30350,6 +28103,9 @@ public static uint GetDebugMessageLogEXT( logBuf ); + [return: NativeTypeName("ALuint")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GetDebugMessageLogEXT( [NativeTypeName("ALuint")] uint count, @@ -30384,7 +28140,6 @@ uint IAL.GetDebugMessageLogEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30409,6 +28164,9 @@ public static uint GetDebugMessageLogEXT( logBuf ); + [return: NativeTypeName("ALuint")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IAL.GetDebugMessageLogEXT( [NativeTypeName("ALuint")] uint count, @@ -30443,7 +28201,6 @@ uint IAL.GetDebugMessageLogEXT( } [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30468,6 +28225,8 @@ public static uint GetDebugMessageLogEXT( logBuf ); + [return: NativeTypeName("ALdouble")] + [NativeFunction("openal", EntryPoint = "alGetDouble")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double IAL.GetDouble([NativeTypeName("ALenum")] int param0) => ( @@ -30479,18 +28238,19 @@ _slots[120] is not null and var loadedFnPtr )(param0); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetDouble")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double GetDouble([NativeTypeName("ALenum")] int param0) => ThisThread.GetDouble(param0); + [return: NativeTypeName("ALdouble")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetDouble")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double IAL.GetDouble([NativeTypeName("ALenum")] Constant param0) => (double)((IAL)this).GetDouble((int)param0); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDouble")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30498,6 +28258,8 @@ public static double GetDouble( [NativeTypeName("ALenum")] Constant param0 ) => ThisThread.GetDouble(param0); + [return: NativeTypeName("ALdouble")] + [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double IAL.GetDoubleDirect(ContextHandle context, [NativeTypeName("ALenum")] int param1) => ( @@ -30509,7 +28271,6 @@ _slots[121] is not null and var loadedFnPtr )(context, param1); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double GetDoubleDirect( @@ -30517,6 +28278,9 @@ public static double GetDoubleDirect( [NativeTypeName("ALenum")] int param1 ) => ThisThread.GetDoubleDirect(context, param1); + [return: NativeTypeName("ALdouble")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double IAL.GetDoubleDirect( ContextHandle context, @@ -30524,7 +28288,6 @@ double IAL.GetDoubleDirect( ) => (double)((IAL)this).GetDoubleDirect(context, (int)param1); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30533,6 +28296,7 @@ public static double GetDoubleDirect( [NativeTypeName("ALenum")] Constant param1 ) => ThisThread.GetDoubleDirect(context, param1); + [NativeFunction("openal", EntryPoint = "alGetDoublev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetDouble( [NativeTypeName("ALenum")] int param0, @@ -30546,7 +28310,6 @@ _slots[122] is not null and var loadedFnPtr ) )(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetDoublev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDouble( @@ -30554,6 +28317,8 @@ public static void GetDouble( [NativeTypeName("ALdouble *")] double* values ) => ThisThread.GetDouble(param0, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetDoublev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetDouble( [NativeTypeName("ALenum")] Constant param0, @@ -30566,7 +28331,6 @@ void IAL.GetDouble( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoublev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30575,6 +28339,7 @@ public static void GetDouble( [NativeTypeName("ALdouble *")] Ref values ) => ThisThread.GetDouble(param0, values); + [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetDoubleDirect( ContextHandle context, @@ -30589,7 +28354,6 @@ _slots[123] is not null and var loadedFnPtr ) )(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDoubleDirect( @@ -30598,6 +28362,8 @@ public static void GetDoubleDirect( [NativeTypeName("ALdouble *")] double* values ) => ThisThread.GetDoubleDirect(context, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetDoubleDirect( ContextHandle context, @@ -30611,7 +28377,6 @@ void IAL.GetDoubleDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30621,6 +28386,7 @@ public static void GetDoubleDirect( [NativeTypeName("ALdouble *")] Ref values ) => ThisThread.GetDoubleDirect(context, param1, values); + [NativeFunction("openal", EntryPoint = "alGetEffectf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectf( [NativeTypeName("ALuint")] uint effect, @@ -30635,7 +28401,6 @@ _slots[124] is not null and var loadedFnPtr ) )(effect, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetEffectf( @@ -30644,6 +28409,8 @@ public static void GetEffectf( [NativeTypeName("ALfloat *")] float* flValue ) => ThisThread.GetEffectf(effect, param1, flValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetEffectf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectf( [NativeTypeName("ALuint")] uint effect, @@ -30657,7 +28424,6 @@ void IAL.GetEffectf( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30667,6 +28433,7 @@ public static void GetEffectf( [NativeTypeName("ALfloat *")] Ref flValue ) => ThisThread.GetEffectf(effect, param1, flValue); + [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectfDirect( ContextHandle context, @@ -30682,7 +28449,6 @@ _slots[125] is not null and var loadedFnPtr ) )(context, effect, param2, pflValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetEffectfDirect( @@ -30692,6 +28458,8 @@ public static void GetEffectfDirect( [NativeTypeName("ALfloat *")] float* pflValue ) => ThisThread.GetEffectfDirect(context, effect, param2, pflValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectfDirect( ContextHandle context, @@ -30706,7 +28474,6 @@ void IAL.GetEffectfDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30717,6 +28484,7 @@ public static void GetEffectfDirect( [NativeTypeName("ALfloat *")] Ref pflValue ) => ThisThread.GetEffectfDirect(context, effect, param2, pflValue); + [NativeFunction("openal", EntryPoint = "alGetEffectfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectfv( [NativeTypeName("ALuint")] uint effect, @@ -30731,7 +28499,6 @@ _slots[126] is not null and var loadedFnPtr ) )(effect, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetEffectfv( @@ -30740,6 +28507,8 @@ public static void GetEffectfv( [NativeTypeName("ALfloat *")] float* pflValues ) => ThisThread.GetEffectfv(effect, param1, pflValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetEffectfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectfv( [NativeTypeName("ALuint")] uint effect, @@ -30753,7 +28522,6 @@ void IAL.GetEffectfv( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30763,6 +28531,7 @@ public static void GetEffectfv( [NativeTypeName("ALfloat *")] Ref pflValues ) => ThisThread.GetEffectfv(effect, param1, pflValues); + [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectfvDirect( ContextHandle context, @@ -30778,7 +28547,6 @@ _slots[127] is not null and var loadedFnPtr ) )(context, effect, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetEffectfvDirect( @@ -30788,6 +28556,8 @@ public static void GetEffectfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ) => ThisThread.GetEffectfvDirect(context, effect, param2, pflValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectfvDirect( ContextHandle context, @@ -30802,7 +28572,6 @@ void IAL.GetEffectfvDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30813,6 +28582,7 @@ public static void GetEffectfvDirect( [NativeTypeName("ALfloat *")] Ref pflValues ) => ThisThread.GetEffectfvDirect(context, effect, param2, pflValues); + [NativeFunction("openal", EntryPoint = "alGetEffecti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffecti( [NativeTypeName("ALuint")] uint effect, @@ -30827,7 +28597,6 @@ _slots[128] is not null and var loadedFnPtr ) )(effect, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffecti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetEffecti( @@ -30836,6 +28605,8 @@ public static void GetEffecti( [NativeTypeName("ALint *")] int* iValue ) => ThisThread.GetEffecti(effect, param1, iValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetEffecti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffecti( [NativeTypeName("ALuint")] uint effect, @@ -30849,7 +28620,6 @@ void IAL.GetEffecti( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffecti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30859,6 +28629,7 @@ public static void GetEffecti( [NativeTypeName("ALint *")] Ref iValue ) => ThisThread.GetEffecti(effect, param1, iValue); + [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectiDirect( ContextHandle context, @@ -30874,7 +28645,6 @@ _slots[129] is not null and var loadedFnPtr ) )(context, effect, param2, piValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetEffectiDirect( @@ -30884,6 +28654,8 @@ public static void GetEffectiDirect( [NativeTypeName("ALint *")] int* piValue ) => ThisThread.GetEffectiDirect(context, effect, param2, piValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectiDirect( ContextHandle context, @@ -30898,7 +28670,6 @@ void IAL.GetEffectiDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30909,6 +28680,7 @@ public static void GetEffectiDirect( [NativeTypeName("ALint *")] Ref piValue ) => ThisThread.GetEffectiDirect(context, effect, param2, piValue); + [NativeFunction("openal", EntryPoint = "alGetEffectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectiv( [NativeTypeName("ALuint")] uint effect, @@ -30923,7 +28695,6 @@ _slots[130] is not null and var loadedFnPtr ) )(effect, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetEffectiv( @@ -30932,6 +28703,8 @@ public static void GetEffectiv( [NativeTypeName("ALint *")] int* piValues ) => ThisThread.GetEffectiv(effect, param1, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetEffectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectiv( [NativeTypeName("ALuint")] uint effect, @@ -30945,7 +28718,6 @@ void IAL.GetEffectiv( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -30955,6 +28727,7 @@ public static void GetEffectiv( [NativeTypeName("ALint *")] Ref piValues ) => ThisThread.GetEffectiv(effect, param1, piValues); + [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectivDirect( ContextHandle context, @@ -30970,7 +28743,6 @@ _slots[131] is not null and var loadedFnPtr ) )(context, effect, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetEffectivDirect( @@ -30980,6 +28752,8 @@ public static void GetEffectivDirect( [NativeTypeName("ALint *")] int* piValues ) => ThisThread.GetEffectivDirect(context, effect, param2, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetEffectivDirect( ContextHandle context, @@ -30994,7 +28768,6 @@ void IAL.GetEffectivDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31005,6 +28778,8 @@ public static void GetEffectivDirect( [NativeTypeName("ALint *")] Ref piValues ) => ThisThread.GetEffectivDirect(context, effect, param2, piValues); + [return: NativeTypeName("ALenum")] + [NativeFunction("openal", EntryPoint = "alGetEnumValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.GetEnumValue([NativeTypeName("const ALchar *")] sbyte* ename) => ( @@ -31016,12 +28791,14 @@ _slots[132] is not null and var loadedFnPtr )(ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetEnumValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetEnumValue([NativeTypeName("const ALchar *")] sbyte* ename) => ThisThread.GetEnumValue(ename); + [return: NativeTypeName("ALenum")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetEnumValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.GetEnumValue([NativeTypeName("const ALchar *")] Ref ename) { @@ -31032,13 +28809,14 @@ int IAL.GetEnumValue([NativeTypeName("const ALchar *")] Ref ename) } [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEnumValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetEnumValue([NativeTypeName("const ALchar *")] Ref ename) => ThisThread.GetEnumValue(ename); + [return: NativeTypeName("ALenum")] + [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.GetEnumValueDirect( ContextHandle context, @@ -31053,7 +28831,6 @@ _slots[133] is not null and var loadedFnPtr )(context, ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetEnumValueDirect( @@ -31061,6 +28838,9 @@ public static int GetEnumValueDirect( [NativeTypeName("const ALchar *")] sbyte* ename ) => ThisThread.GetEnumValueDirect(context, ename); + [return: NativeTypeName("ALenum")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.GetEnumValueDirect( ContextHandle context, @@ -31074,7 +28854,6 @@ int IAL.GetEnumValueDirect( } [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31083,31 +28862,37 @@ public static int GetEnumValueDirect( [NativeTypeName("const ALchar *")] Ref ename ) => ThisThread.GetEnumValueDirect(context, ename); + [return: NativeTypeName("ALenum")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IAL.GetError() => (Constant)(int)((IAL)this).GetErrorRaw(); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Constant GetError() => ThisThread.GetError(); + [return: NativeTypeName("ALenum")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IAL.GetErrorDirect(ContextHandle context) => - (Constant)(int)((IAL)this).GetErrorDirectRaw(context); + (Constant)(int)((IAL)this).GetErrorDirectRawDirect(context); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Constant GetErrorDirect(ContextHandle context) => ThisThread.GetErrorDirect(context); + [return: NativeTypeName("ALenum")] + [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - int IAL.GetErrorDirectRaw(ContextHandle context) => + int IAL.GetErrorDirectRawDirect(ContextHandle context) => ( (delegate* unmanaged)( _slots[135] is not null and var loadedFnPtr @@ -31117,12 +28902,13 @@ _slots[135] is not null and var loadedFnPtr )(context); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static int GetErrorDirectRaw(ContextHandle context) => - ThisThread.GetErrorDirectRaw(context); + public static int GetErrorDirectRawDirect(ContextHandle context) => + ThisThread.GetErrorDirectRawDirect(context); + [return: NativeTypeName("ALenum")] + [NativeFunction("openal", EntryPoint = "alGetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.GetErrorRaw() => ( @@ -31134,11 +28920,11 @@ _slots[134] is not null and var loadedFnPtr )(); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetErrorRaw() => ThisThread.GetErrorRaw(); + [NativeFunction("openal", EntryPoint = "alGetFilterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilterf( [NativeTypeName("ALuint")] uint filter, @@ -31153,7 +28939,6 @@ _slots[136] is not null and var loadedFnPtr ) )(filter, param1, flValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFilterf( @@ -31162,6 +28947,8 @@ public static void GetFilterf( [NativeTypeName("ALfloat *")] float* flValue ) => ThisThread.GetFilterf(filter, param1, flValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetFilterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilterf( [NativeTypeName("ALuint")] uint filter, @@ -31175,7 +28962,6 @@ void IAL.GetFilterf( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31185,6 +28971,7 @@ public static void GetFilterf( [NativeTypeName("ALfloat *")] Ref flValue ) => ThisThread.GetFilterf(filter, param1, flValue); + [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilterfDirect( ContextHandle context, @@ -31200,7 +28987,6 @@ _slots[137] is not null and var loadedFnPtr ) )(context, filter, param2, pflValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFilterfDirect( @@ -31210,6 +28996,8 @@ public static void GetFilterfDirect( [NativeTypeName("ALfloat *")] float* pflValue ) => ThisThread.GetFilterfDirect(context, filter, param2, pflValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilterfDirect( ContextHandle context, @@ -31224,7 +29012,6 @@ void IAL.GetFilterfDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31235,6 +29022,7 @@ public static void GetFilterfDirect( [NativeTypeName("ALfloat *")] Ref pflValue ) => ThisThread.GetFilterfDirect(context, filter, param2, pflValue); + [NativeFunction("openal", EntryPoint = "alGetFilterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilterfv( [NativeTypeName("ALuint")] uint filter, @@ -31249,7 +29037,6 @@ _slots[138] is not null and var loadedFnPtr ) )(filter, param1, pflValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFilterfv( @@ -31258,6 +29045,8 @@ public static void GetFilterfv( [NativeTypeName("ALfloat *")] float* pflValues ) => ThisThread.GetFilterfv(filter, param1, pflValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetFilterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilterfv( [NativeTypeName("ALuint")] uint filter, @@ -31271,7 +29060,6 @@ void IAL.GetFilterfv( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31281,6 +29069,7 @@ public static void GetFilterfv( [NativeTypeName("ALfloat *")] Ref pflValues ) => ThisThread.GetFilterfv(filter, param1, pflValues); + [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilterfvDirect( ContextHandle context, @@ -31296,7 +29085,6 @@ _slots[139] is not null and var loadedFnPtr ) )(context, filter, param2, pflValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFilterfvDirect( @@ -31306,6 +29094,8 @@ public static void GetFilterfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ) => ThisThread.GetFilterfvDirect(context, filter, param2, pflValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilterfvDirect( ContextHandle context, @@ -31320,7 +29110,6 @@ void IAL.GetFilterfvDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31331,6 +29120,7 @@ public static void GetFilterfvDirect( [NativeTypeName("ALfloat *")] Ref pflValues ) => ThisThread.GetFilterfvDirect(context, filter, param2, pflValues); + [NativeFunction("openal", EntryPoint = "alGetFilteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilteri( [NativeTypeName("ALuint")] uint filter, @@ -31345,7 +29135,6 @@ _slots[140] is not null and var loadedFnPtr ) )(filter, param1, iValue); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFilteri( @@ -31354,6 +29143,8 @@ public static void GetFilteri( [NativeTypeName("ALint *")] int* iValue ) => ThisThread.GetFilteri(filter, param1, iValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetFilteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilteri( [NativeTypeName("ALuint")] uint filter, @@ -31367,7 +29158,6 @@ void IAL.GetFilteri( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31377,6 +29167,7 @@ public static void GetFilteri( [NativeTypeName("ALint *")] Ref iValue ) => ThisThread.GetFilteri(filter, param1, iValue); + [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilteriDirect( ContextHandle context, @@ -31392,7 +29183,6 @@ _slots[141] is not null and var loadedFnPtr ) )(context, filter, param2, piValue); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFilteriDirect( @@ -31402,6 +29192,8 @@ public static void GetFilteriDirect( [NativeTypeName("ALint *")] int* piValue ) => ThisThread.GetFilteriDirect(context, filter, param2, piValue); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilteriDirect( ContextHandle context, @@ -31416,7 +29208,6 @@ void IAL.GetFilteriDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31427,6 +29218,7 @@ public static void GetFilteriDirect( [NativeTypeName("ALint *")] Ref piValue ) => ThisThread.GetFilteriDirect(context, filter, param2, piValue); + [NativeFunction("openal", EntryPoint = "alGetFilteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilteriv( [NativeTypeName("ALuint")] uint filter, @@ -31441,7 +29233,6 @@ _slots[142] is not null and var loadedFnPtr ) )(filter, param1, piValues); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFilteriv( @@ -31450,6 +29241,8 @@ public static void GetFilteriv( [NativeTypeName("ALint *")] int* piValues ) => ThisThread.GetFilteriv(filter, param1, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetFilteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilteriv( [NativeTypeName("ALuint")] uint filter, @@ -31463,7 +29256,6 @@ void IAL.GetFilteriv( } } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31473,6 +29265,7 @@ public static void GetFilteriv( [NativeTypeName("ALint *")] Ref piValues ) => ThisThread.GetFilteriv(filter, param1, piValues); + [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilterivDirect( ContextHandle context, @@ -31488,7 +29281,6 @@ _slots[143] is not null and var loadedFnPtr ) )(context, filter, param2, piValues); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFilterivDirect( @@ -31498,6 +29290,8 @@ public static void GetFilterivDirect( [NativeTypeName("ALint *")] int* piValues ) => ThisThread.GetFilterivDirect(context, filter, param2, piValues); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFilterivDirect( ContextHandle context, @@ -31512,7 +29306,6 @@ void IAL.GetFilterivDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31523,6 +29316,8 @@ public static void GetFilterivDirect( [NativeTypeName("ALint *")] Ref piValues ) => ThisThread.GetFilterivDirect(context, filter, param2, piValues); + [return: NativeTypeName("ALfloat")] + [NativeFunction("openal", EntryPoint = "alGetFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IAL.GetFloat([NativeTypeName("ALenum")] int param0) => ( @@ -31534,18 +29329,19 @@ _slots[144] is not null and var loadedFnPtr )(param0); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float GetFloat([NativeTypeName("ALenum")] int param0) => ThisThread.GetFloat(param0); + [return: NativeTypeName("ALfloat")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IAL.GetFloat([NativeTypeName("ALenum")] Constant param0) => (float)((IAL)this).GetFloat((int)param0); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31553,6 +29349,8 @@ public static float GetFloat( [NativeTypeName("ALenum")] Constant param0 ) => ThisThread.GetFloat(param0); + [return: NativeTypeName("ALfloat")] + [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IAL.GetFloatDirect(ContextHandle context, [NativeTypeName("ALenum")] int param1) => ( @@ -31564,7 +29362,6 @@ _slots[145] is not null and var loadedFnPtr )(context, param1); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float GetFloatDirect( @@ -31572,6 +29369,9 @@ public static float GetFloatDirect( [NativeTypeName("ALenum")] int param1 ) => ThisThread.GetFloatDirect(context, param1); + [return: NativeTypeName("ALfloat")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IAL.GetFloatDirect( ContextHandle context, @@ -31579,7 +29379,6 @@ float IAL.GetFloatDirect( ) => (float)((IAL)this).GetFloatDirect(context, (int)param1); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31588,6 +29387,7 @@ public static float GetFloatDirect( [NativeTypeName("ALenum")] Constant param1 ) => ThisThread.GetFloatDirect(context, param1); + [NativeFunction("openal", EntryPoint = "alGetFloatv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFloat( [NativeTypeName("ALenum")] int param0, @@ -31601,7 +29401,6 @@ _slots[146] is not null and var loadedFnPtr ) )(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetFloatv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFloat( @@ -31609,6 +29408,8 @@ public static void GetFloat( [NativeTypeName("ALfloat *")] float* values ) => ThisThread.GetFloat(param0, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetFloatv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFloat( [NativeTypeName("ALenum")] Constant param0, @@ -31621,7 +29422,6 @@ void IAL.GetFloat( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31630,6 +29430,7 @@ public static void GetFloat( [NativeTypeName("ALfloat *")] Ref values ) => ThisThread.GetFloat(param0, values); + [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFloatDirect( ContextHandle context, @@ -31644,7 +29445,6 @@ _slots[147] is not null and var loadedFnPtr ) )(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFloatDirect( @@ -31653,6 +29453,8 @@ public static void GetFloatDirect( [NativeTypeName("ALfloat *")] float* values ) => ThisThread.GetFloatDirect(context, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetFloatDirect( ContextHandle context, @@ -31666,7 +29468,6 @@ void IAL.GetFloatDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31676,6 +29477,8 @@ public static void GetFloatDirect( [NativeTypeName("ALfloat *")] Ref values ) => ThisThread.GetFloatDirect(context, param1, values); + [return: NativeTypeName("ALint")] + [NativeFunction("openal", EntryPoint = "alGetInteger")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.GetInteger([NativeTypeName("ALenum")] int param0) => ( @@ -31687,18 +29490,19 @@ _slots[148] is not null and var loadedFnPtr )(param0); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetInteger")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetInteger([NativeTypeName("ALenum")] int param0) => ThisThread.GetInteger(param0); + [return: NativeTypeName("ALint")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetInteger")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.GetInteger([NativeTypeName("ALenum")] Constant param0) => (int)((IAL)this).GetInteger((int)param0); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetInteger")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31706,6 +29510,8 @@ public static int GetInteger( [NativeTypeName("ALenum")] Constant param0 ) => ThisThread.GetInteger(param0); + [return: NativeTypeName("ALint")] + [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.GetIntegerDirect(ContextHandle context, [NativeTypeName("ALenum")] int param1) => ( @@ -31717,7 +29523,6 @@ _slots[149] is not null and var loadedFnPtr )(context, param1); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetIntegerDirect( @@ -31725,6 +29530,9 @@ public static int GetIntegerDirect( [NativeTypeName("ALenum")] int param1 ) => ThisThread.GetIntegerDirect(context, param1); + [return: NativeTypeName("ALint")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.GetIntegerDirect( ContextHandle context, @@ -31732,7 +29540,6 @@ int IAL.GetIntegerDirect( ) => (int)((IAL)this).GetIntegerDirect(context, (int)param1); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31741,6 +29548,7 @@ public static int GetIntegerDirect( [NativeTypeName("ALenum")] Constant param1 ) => ThisThread.GetIntegerDirect(context, param1); + [NativeFunction("openal", EntryPoint = "alGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetInteger( [NativeTypeName("ALenum")] int param0, @@ -31754,7 +29562,6 @@ _slots[150] is not null and var loadedFnPtr ) )(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInteger( @@ -31762,6 +29569,8 @@ public static void GetInteger( [NativeTypeName("ALint *")] int* values ) => ThisThread.GetInteger(param0, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetInteger( [NativeTypeName("ALenum")] Constant param0, @@ -31774,7 +29583,6 @@ void IAL.GetInteger( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31783,6 +29591,7 @@ public static void GetInteger( [NativeTypeName("ALint *")] Ref values ) => ThisThread.GetInteger(param0, values); + [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetIntegerDirect( ContextHandle context, @@ -31797,7 +29606,6 @@ _slots[151] is not null and var loadedFnPtr ) )(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetIntegerDirect( @@ -31806,6 +29614,8 @@ public static void GetIntegerDirect( [NativeTypeName("ALint *")] int* values ) => ThisThread.GetIntegerDirect(context, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetIntegerDirect( ContextHandle context, @@ -31819,7 +29629,6 @@ void IAL.GetIntegerDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31829,6 +29638,7 @@ public static void GetIntegerDirect( [NativeTypeName("ALint *")] Ref values ) => ThisThread.GetIntegerDirect(context, param1, values); + [NativeFunction("openal", EntryPoint = "alGetListener3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListener3( [NativeTypeName("ALenum")] int param0, @@ -31844,7 +29654,6 @@ _slots[152] is not null and var loadedFnPtr ) )(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListener3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListener3( @@ -31854,6 +29663,8 @@ public static void GetListener3( [NativeTypeName("ALfloat *")] float* value3 ) => ThisThread.GetListener3(param0, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListener3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListener3( [NativeTypeName("ALenum")] Constant param0, @@ -31870,7 +29681,6 @@ void IAL.GetListener3( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31881,6 +29691,7 @@ public static void GetListener3( [NativeTypeName("ALfloat *")] Ref value3 ) => ThisThread.GetListener3(param0, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListener3Direct( ContextHandle context, @@ -31897,7 +29708,6 @@ _slots[153] is not null and var loadedFnPtr ) )(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListener3Direct( @@ -31908,6 +29718,8 @@ public static void GetListener3Direct( [NativeTypeName("ALfloat *")] float* value3 ) => ThisThread.GetListener3Direct(context, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListener3Direct( ContextHandle context, @@ -31931,7 +29743,6 @@ void IAL.GetListener3Direct( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31943,6 +29754,7 @@ public static void GetListener3Direct( [NativeTypeName("ALfloat *")] Ref value3 ) => ThisThread.GetListener3Direct(context, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetListener3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListener3( [NativeTypeName("ALenum")] int param0, @@ -31958,7 +29770,6 @@ _slots[154] is not null and var loadedFnPtr ) )(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListener3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListener3( @@ -31968,6 +29779,8 @@ public static void GetListener3( [NativeTypeName("ALint *")] int* value3 ) => ThisThread.GetListener3(param0, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListener3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListener3( [NativeTypeName("ALenum")] Constant param0, @@ -31984,7 +29797,6 @@ void IAL.GetListener3( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -31995,6 +29807,7 @@ public static void GetListener3( [NativeTypeName("ALint *")] Ref value3 ) => ThisThread.GetListener3(param0, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListener3Direct( ContextHandle context, @@ -32011,7 +29824,6 @@ _slots[155] is not null and var loadedFnPtr ) )(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListener3Direct( @@ -32022,6 +29834,8 @@ public static void GetListener3Direct( [NativeTypeName("ALint *")] int* value3 ) => ThisThread.GetListener3Direct(context, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListener3Direct( ContextHandle context, @@ -32045,7 +29859,6 @@ void IAL.GetListener3Direct( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32057,6 +29870,7 @@ public static void GetListener3Direct( [NativeTypeName("ALint *")] Ref value3 ) => ThisThread.GetListener3Direct(context, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetListenerf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListenerf( [NativeTypeName("ALenum")] int param0, @@ -32070,7 +29884,6 @@ _slots[156] is not null and var loadedFnPtr ) )(param0, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListenerf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListenerf( @@ -32078,6 +29891,8 @@ public static void GetListenerf( [NativeTypeName("ALfloat *")] float* value ) => ThisThread.GetListenerf(param0, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListenerf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListenerf( [NativeTypeName("ALenum")] Constant param0, @@ -32090,7 +29905,6 @@ void IAL.GetListenerf( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32099,6 +29913,7 @@ public static void GetListenerf( [NativeTypeName("ALfloat *")] Ref value ) => ThisThread.GetListenerf(param0, value); + [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListenerfDirect( ContextHandle context, @@ -32113,7 +29928,6 @@ _slots[157] is not null and var loadedFnPtr ) )(context, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListenerfDirect( @@ -32122,6 +29936,8 @@ public static void GetListenerfDirect( [NativeTypeName("ALfloat *")] float* value ) => ThisThread.GetListenerfDirect(context, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListenerfDirect( ContextHandle context, @@ -32135,7 +29951,6 @@ void IAL.GetListenerfDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32145,6 +29960,7 @@ public static void GetListenerfDirect( [NativeTypeName("ALfloat *")] Ref value ) => ThisThread.GetListenerfDirect(context, param1, value); + [NativeFunction("openal", EntryPoint = "alGetListenerfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListenerfv( [NativeTypeName("ALenum")] int param0, @@ -32158,7 +29974,6 @@ _slots[158] is not null and var loadedFnPtr ) )(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListenerfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListenerfv( @@ -32166,6 +29981,8 @@ public static void GetListenerfv( [NativeTypeName("ALfloat *")] float* values ) => ThisThread.GetListenerfv(param0, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListenerfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListenerfv( [NativeTypeName("ALenum")] Constant param0, @@ -32178,7 +29995,6 @@ void IAL.GetListenerfv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32187,6 +30003,7 @@ public static void GetListenerfv( [NativeTypeName("ALfloat *")] Ref values ) => ThisThread.GetListenerfv(param0, values); + [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListenerfvDirect( ContextHandle context, @@ -32201,7 +30018,6 @@ _slots[159] is not null and var loadedFnPtr ) )(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListenerfvDirect( @@ -32210,6 +30026,8 @@ public static void GetListenerfvDirect( [NativeTypeName("ALfloat *")] float* values ) => ThisThread.GetListenerfvDirect(context, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListenerfvDirect( ContextHandle context, @@ -32223,7 +30041,6 @@ void IAL.GetListenerfvDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32233,6 +30050,7 @@ public static void GetListenerfvDirect( [NativeTypeName("ALfloat *")] Ref values ) => ThisThread.GetListenerfvDirect(context, param1, values); + [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListeneri( [NativeTypeName("ALenum")] int param0, @@ -32246,7 +30064,6 @@ _slots[160] is not null and var loadedFnPtr ) )(param0, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListeneri( @@ -32254,6 +30071,8 @@ public static void GetListeneri( [NativeTypeName("ALint *")] int* value ) => ThisThread.GetListeneri(param0, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListeneri( [NativeTypeName("ALenum")] int param0, @@ -32266,7 +30085,6 @@ void IAL.GetListeneri( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32275,6 +30093,8 @@ public static void GetListeneri( [NativeTypeName("ALint *")] Ref value ) => ThisThread.GetListeneri(param0, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.GetListeneri() { @@ -32283,12 +30103,12 @@ int IAL.GetListeneri() return value; } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetListeneri() => ThisThread.GetListeneri(); + [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListeneriDirect( ContextHandle context, @@ -32303,7 +30123,6 @@ _slots[161] is not null and var loadedFnPtr ) )(context, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListeneriDirect( @@ -32312,6 +30131,8 @@ public static void GetListeneriDirect( [NativeTypeName("ALint *")] int* value ) => ThisThread.GetListeneriDirect(context, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListeneriDirect( ContextHandle context, @@ -32325,7 +30146,6 @@ void IAL.GetListeneriDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32335,6 +30155,7 @@ public static void GetListeneriDirect( [NativeTypeName("ALint *")] Ref value ) => ThisThread.GetListeneriDirect(context, param1, value); + [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListeneriv( [NativeTypeName("ALenum")] int param0, @@ -32348,7 +30169,6 @@ _slots[162] is not null and var loadedFnPtr ) )(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListeneriv( @@ -32356,6 +30176,8 @@ public static void GetListeneriv( [NativeTypeName("ALint *")] int* values ) => ThisThread.GetListeneriv(param0, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListeneriv( [NativeTypeName("ALenum")] int param0, @@ -32368,7 +30190,6 @@ void IAL.GetListeneriv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32377,6 +30198,8 @@ public static void GetListeneriv( [NativeTypeName("ALint *")] Ref values ) => ThisThread.GetListeneriv(param0, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.GetListeneriv() { @@ -32385,12 +30208,12 @@ int IAL.GetListeneriv() return values; } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetListeneriv() => ThisThread.GetListeneriv(); + [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListenerivDirect( ContextHandle context, @@ -32405,7 +30228,6 @@ _slots[163] is not null and var loadedFnPtr ) )(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListenerivDirect( @@ -32414,6 +30236,8 @@ public static void GetListenerivDirect( [NativeTypeName("ALint *")] int* values ) => ThisThread.GetListenerivDirect(context, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetListenerivDirect( ContextHandle context, @@ -32427,7 +30251,6 @@ void IAL.GetListenerivDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32437,6 +30260,7 @@ public static void GetListenerivDirect( [NativeTypeName("ALint *")] Ref values ) => ThisThread.GetListenerivDirect(context, param1, values); + [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetObjectLabelDirectEXT( ContextHandle context, @@ -32457,7 +30281,6 @@ _slots[164] is not null and var loadedFnPtr ) )(context, identifier, name, bufSize, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetObjectLabelDirectEXT( @@ -32469,6 +30292,8 @@ public static void GetObjectLabelDirectEXT( [NativeTypeName("ALchar *")] sbyte* label ) => ThisThread.GetObjectLabelDirectEXT(context, identifier, name, bufSize, length, label); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetObjectLabelDirectEXT( ContextHandle context, @@ -32493,7 +30318,6 @@ void IAL.GetObjectLabelDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32506,6 +30330,8 @@ public static void GetObjectLabelDirectEXT( [NativeTypeName("ALchar *")] Ref label ) => ThisThread.GetObjectLabelDirectEXT(context, identifier, name, bufSize, length, label); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.GetObjectLabelDirectEXT( ContextHandle context, @@ -32529,7 +30355,6 @@ sbyte IAL.GetObjectLabelDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32540,6 +30365,7 @@ public static sbyte GetObjectLabelDirectEXT( [NativeTypeName("ALsizei *")] Ref length ) => ThisThread.GetObjectLabelDirectEXT(context, identifier, name, length); + [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetObjectLabelEXT( [NativeTypeName("ALenum")] int identifier, @@ -32556,7 +30382,6 @@ _slots[165] is not null and var loadedFnPtr ) )(identifier, name, bufSize, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetObjectLabelEXT( @@ -32567,6 +30392,8 @@ public static void GetObjectLabelEXT( [NativeTypeName("ALchar *")] sbyte* label ) => ThisThread.GetObjectLabelEXT(identifier, name, bufSize, length, label); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetObjectLabelEXT( [NativeTypeName("ALenum")] Constant identifier, @@ -32589,7 +30416,6 @@ void IAL.GetObjectLabelEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32601,6 +30427,8 @@ public static void GetObjectLabelEXT( [NativeTypeName("ALchar *")] Ref label ) => ThisThread.GetObjectLabelEXT(identifier, name, bufSize, length, label); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.GetObjectLabelEXT( [NativeTypeName("ALenum")] Constant identifier, @@ -32616,7 +30444,6 @@ sbyte IAL.GetObjectLabelEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32626,6 +30453,7 @@ public static sbyte GetObjectLabelEXT( [NativeTypeName("ALsizei *")] Ref length ) => ThisThread.GetObjectLabelEXT(identifier, name, length); + [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IAL.GetPointerDirectEXT(ContextHandle context, [NativeTypeName("ALenum")] int pname) => ( @@ -32636,7 +30464,6 @@ _slots[166] is not null and var loadedFnPtr ) )(context, pname); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* GetPointerDirectEXT( @@ -32644,13 +30471,14 @@ _slots[166] is not null and var loadedFnPtr [NativeTypeName("ALenum")] int pname ) => ThisThread.GetPointerDirectEXT(context, pname); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IAL.GetPointerDirectEXT( ContextHandle context, [NativeTypeName("ALenum")] Constant pname ) => (void*)((IAL)this).GetPointerDirectEXT(context, (int)pname); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32659,6 +30487,7 @@ public static Ptr GetPointerDirectEXT( [NativeTypeName("ALenum")] Constant pname ) => ThisThread.GetPointerDirectEXT(context, pname); + [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IAL.GetPointerDirectSOFT(ContextHandle context, [NativeTypeName("ALenum")] int pname) => ( @@ -32669,7 +30498,6 @@ _slots[167] is not null and var loadedFnPtr ) )(context, pname); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* GetPointerDirectSOFT( @@ -32677,13 +30505,14 @@ _slots[167] is not null and var loadedFnPtr [NativeTypeName("ALenum")] int pname ) => ThisThread.GetPointerDirectSOFT(context, pname); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IAL.GetPointerDirectSOFT( ContextHandle context, [NativeTypeName("ALenum")] Constant pname ) => (void*)((IAL)this).GetPointerDirectSOFT(context, (int)pname); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32692,6 +30521,7 @@ public static Ptr GetPointerDirectSOFT( [NativeTypeName("ALenum")] Constant pname ) => ThisThread.GetPointerDirectSOFT(context, pname); + [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IAL.GetPointerEXT([NativeTypeName("ALenum")] int pname) => ( @@ -32702,17 +30532,17 @@ _slots[168] is not null and var loadedFnPtr ) )(pname); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* GetPointerEXT([NativeTypeName("ALenum")] int pname) => ThisThread.GetPointerEXT(pname); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IAL.GetPointerEXT([NativeTypeName("ALenum")] Constant pname) => (void*)((IAL)this).GetPointerEXT((int)pname); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32720,6 +30550,7 @@ public static Ptr GetPointerEXT( [NativeTypeName("ALenum")] Constant pname ) => ThisThread.GetPointerEXT(pname); + [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IAL.GetPointerSOFT([NativeTypeName("ALenum")] int pname) => ( @@ -32730,17 +30561,17 @@ _slots[169] is not null and var loadedFnPtr ) )(pname); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* GetPointerSOFT([NativeTypeName("ALenum")] int pname) => ThisThread.GetPointerSOFT(pname); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IAL.GetPointerSOFT([NativeTypeName("ALenum")] Constant pname) => (void*)((IAL)this).GetPointerSOFT((int)pname); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32748,6 +30579,7 @@ public static Ptr GetPointerSOFT( [NativeTypeName("ALenum")] Constant pname ) => ThisThread.GetPointerSOFT(pname); + [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetPointerDirectEXT( ContextHandle context, @@ -32762,7 +30594,6 @@ _slots[170] is not null and var loadedFnPtr ) )(context, pname, values); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPointerDirectEXT( @@ -32771,6 +30602,8 @@ public static void GetPointerDirectEXT( void** values ) => ThisThread.GetPointerDirectEXT(context, pname, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetPointerDirectEXT( ContextHandle context, @@ -32784,7 +30617,6 @@ Ref2D values } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32794,6 +30626,7 @@ public static void GetPointerDirectEXT( Ref2D values ) => ThisThread.GetPointerDirectEXT(context, pname, values); + [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetPointerDirectSOFT( ContextHandle context, @@ -32808,7 +30641,6 @@ _slots[171] is not null and var loadedFnPtr ) )(context, pname, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPointerDirectSOFT( @@ -32817,6 +30649,8 @@ public static void GetPointerDirectSOFT( void** values ) => ThisThread.GetPointerDirectSOFT(context, pname, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetPointerDirectSOFT( ContextHandle context, @@ -32830,7 +30664,6 @@ Ref2D values } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32840,6 +30673,7 @@ public static void GetPointerDirectSOFT( Ref2D values ) => ThisThread.GetPointerDirectSOFT(context, pname, values); + [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetPointerEXT([NativeTypeName("ALenum")] int pname, void** values) => ( @@ -32850,12 +30684,13 @@ _slots[172] is not null and var loadedFnPtr ) )(pname, values); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPointerEXT([NativeTypeName("ALenum")] int pname, void** values) => ThisThread.GetPointerEXT(pname, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetPointerEXT( [NativeTypeName("ALenum")] Constant pname, @@ -32868,7 +30703,6 @@ Ref2D values } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32877,6 +30711,7 @@ public static void GetPointerEXT( Ref2D values ) => ThisThread.GetPointerEXT(pname, values); + [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetPointerSOFT([NativeTypeName("ALenum")] int pname, void** values) => ( @@ -32887,12 +30722,13 @@ _slots[173] is not null and var loadedFnPtr ) )(pname, values); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPointerSOFT([NativeTypeName("ALenum")] int pname, void** values) => ThisThread.GetPointerSOFT(pname, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetPointerSOFT( [NativeTypeName("ALenum")] Constant pname, @@ -32905,7 +30741,6 @@ Ref2D values } } - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32914,6 +30749,7 @@ public static void GetPointerSOFT( Ref2D values ) => ThisThread.GetPointerSOFT(pname, values); + [NativeFunction("openal", EntryPoint = "alGetProcAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IAL.GetProcAddress([NativeTypeName("const ALchar *")] sbyte* fname) => ( @@ -32924,12 +30760,13 @@ _slots[174] is not null and var loadedFnPtr ) )(fname); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetProcAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* GetProcAddress([NativeTypeName("const ALchar *")] sbyte* fname) => ThisThread.GetProcAddress(fname); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetProcAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IAL.GetProcAddress([NativeTypeName("const ALchar *")] Ref fname) { @@ -32939,13 +30776,13 @@ Ptr IAL.GetProcAddress([NativeTypeName("const ALchar *")] Ref fname) } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetProcAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetProcAddress([NativeTypeName("const ALchar *")] Ref fname) => ThisThread.GetProcAddress(fname); + [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IAL.GetProcAddressDirect( ContextHandle context, @@ -32959,7 +30796,6 @@ _slots[175] is not null and var loadedFnPtr ) )(context, fname); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* GetProcAddressDirect( @@ -32967,6 +30803,8 @@ _slots[175] is not null and var loadedFnPtr [NativeTypeName("const ALchar *")] sbyte* fname ) => ThisThread.GetProcAddressDirect(context, fname); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IAL.GetProcAddressDirect( ContextHandle context, @@ -32979,7 +30817,6 @@ Ptr IAL.GetProcAddressDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -32988,6 +30825,7 @@ public static Ptr GetProcAddressDirect( [NativeTypeName("const ALchar *")] Ref fname ) => ThisThread.GetProcAddressDirect(context, fname); + [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3DirectSOFT( ContextHandle context, @@ -33005,11 +30843,6 @@ _slots[176] is not null and var loadedFnPtr ) )(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSource3DirectSOFT( @@ -33021,6 +30854,8 @@ public static void GetSource3DirectSOFT( [NativeTypeName("ALdouble *")] double* value3 ) => ThisThread.GetSource3DirectSOFT(context, source, param2, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3DirectSOFT( ContextHandle context, @@ -33046,11 +30881,6 @@ void IAL.GetSource3DirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33063,6 +30893,7 @@ public static void GetSource3DirectSOFT( [NativeTypeName("ALdouble *")] Ref value3 ) => ThisThread.GetSource3DirectSOFT(context, source, param2, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3SOFT( [NativeTypeName("ALuint")] uint source, @@ -33079,7 +30910,6 @@ _slots[177] is not null and var loadedFnPtr ) )(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSource3SOFT( @@ -33090,6 +30920,8 @@ public static void GetSource3SOFT( [NativeTypeName("ALdouble *")] double* value3 ) => ThisThread.GetSource3SOFT(source, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3SOFT( [NativeTypeName("ALuint")] uint source, @@ -33107,7 +30939,6 @@ void IAL.GetSource3SOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33119,6 +30950,7 @@ public static void GetSource3SOFT( [NativeTypeName("ALdouble *")] Ref value3 ) => ThisThread.GetSource3SOFT(source, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetSource3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3( [NativeTypeName("ALuint")] uint source, @@ -33135,7 +30967,6 @@ _slots[178] is not null and var loadedFnPtr ) )(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSource3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSource3( @@ -33146,6 +30977,8 @@ public static void GetSource3( [NativeTypeName("ALfloat *")] float* value3 ) => ThisThread.GetSource3(source, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSource3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3( [NativeTypeName("ALuint")] uint source, @@ -33163,7 +30996,6 @@ void IAL.GetSource3( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33175,6 +31007,7 @@ public static void GetSource3( [NativeTypeName("ALfloat *")] Ref value3 ) => ThisThread.GetSource3(source, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3Direct( ContextHandle context, @@ -33192,7 +31025,6 @@ _slots[179] is not null and var loadedFnPtr ) )(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSource3Direct( @@ -33204,6 +31036,8 @@ public static void GetSource3Direct( [NativeTypeName("ALfloat *")] float* value3 ) => ThisThread.GetSource3Direct(context, source, param2, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3Direct( ContextHandle context, @@ -33229,7 +31063,6 @@ void IAL.GetSource3Direct( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33242,6 +31075,7 @@ public static void GetSource3Direct( [NativeTypeName("ALfloat *")] Ref value3 ) => ThisThread.GetSource3Direct(context, source, param2, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetSource3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3( [NativeTypeName("ALuint")] uint source, @@ -33258,7 +31092,6 @@ _slots[180] is not null and var loadedFnPtr ) )(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSource3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSource3( @@ -33269,6 +31102,8 @@ public static void GetSource3( [NativeTypeName("ALint *")] int* value3 ) => ThisThread.GetSource3(source, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSource3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3( [NativeTypeName("ALuint")] uint source, @@ -33286,7 +31121,6 @@ void IAL.GetSource3( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33298,6 +31132,7 @@ public static void GetSource3( [NativeTypeName("ALint *")] Ref value3 ) => ThisThread.GetSource3(source, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3DirectSOFT( ContextHandle context, @@ -33318,11 +31153,6 @@ _slots[181] is not null and var loadedFnPtr ) )(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSource3DirectSOFT( @@ -33334,6 +31164,8 @@ public static void GetSource3DirectSOFT( [NativeTypeName("ALint64SOFT *")] long* value3 ) => ThisThread.GetSource3DirectSOFT(context, source, param2, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3DirectSOFT( ContextHandle context, @@ -33359,11 +31191,6 @@ void IAL.GetSource3DirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33376,6 +31203,7 @@ public static void GetSource3DirectSOFT( [NativeTypeName("ALint64SOFT *")] Ref value3 ) => ThisThread.GetSource3DirectSOFT(context, source, param2, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3SOFT( [NativeTypeName("ALuint")] uint source, @@ -33392,7 +31220,6 @@ _slots[182] is not null and var loadedFnPtr ) )(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSource3SOFT( @@ -33403,6 +31230,8 @@ public static void GetSource3SOFT( [NativeTypeName("ALint64SOFT *")] long* value3 ) => ThisThread.GetSource3SOFT(source, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3SOFT( [NativeTypeName("ALuint")] uint source, @@ -33426,7 +31255,6 @@ void IAL.GetSource3SOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33438,6 +31266,7 @@ public static void GetSource3SOFT( [NativeTypeName("ALint64SOFT *")] Ref value3 ) => ThisThread.GetSource3SOFT(source, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3Direct( ContextHandle context, @@ -33455,7 +31284,6 @@ _slots[183] is not null and var loadedFnPtr ) )(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSource3Direct( @@ -33467,6 +31295,8 @@ public static void GetSource3Direct( [NativeTypeName("ALint *")] int* value3 ) => ThisThread.GetSource3Direct(context, source, param2, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSource3Direct( ContextHandle context, @@ -33492,7 +31322,6 @@ void IAL.GetSource3Direct( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33505,6 +31334,7 @@ public static void GetSource3Direct( [NativeTypeName("ALint *")] Ref value3 ) => ThisThread.GetSource3Direct(context, source, param2, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourceDirectSOFT( ContextHandle context, @@ -33520,11 +31350,6 @@ _slots[184] is not null and var loadedFnPtr ) )(context, source, param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourceDirectSOFT( @@ -33534,6 +31359,8 @@ public static void GetSourceDirectSOFT( [NativeTypeName("ALdouble *")] double* value ) => ThisThread.GetSourceDirectSOFT(context, source, param2, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourceDirectSOFT( ContextHandle context, @@ -33548,11 +31375,6 @@ void IAL.GetSourceDirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33563,6 +31385,7 @@ public static void GetSourceDirectSOFT( [NativeTypeName("ALdouble *")] Ref value ) => ThisThread.GetSourceDirectSOFT(context, source, param2, value); + [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -33577,7 +31400,6 @@ _slots[185] is not null and var loadedFnPtr ) )(source, param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourceSOFT( @@ -33586,6 +31408,8 @@ public static void GetSourceSOFT( [NativeTypeName("ALdouble *")] double* value ) => ThisThread.GetSourceSOFT(source, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -33599,7 +31423,6 @@ void IAL.GetSourceSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33609,6 +31432,7 @@ public static void GetSourceSOFT( [NativeTypeName("ALdouble *")] Ref value ) => ThisThread.GetSourceSOFT(source, param1, value); + [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcedvDirectSOFT( ContextHandle context, @@ -33624,11 +31448,6 @@ _slots[186] is not null and var loadedFnPtr ) )(context, source, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourcedvDirectSOFT( @@ -33638,6 +31457,8 @@ public static void GetSourcedvDirectSOFT( [NativeTypeName("ALdouble *")] double* values ) => ThisThread.GetSourcedvDirectSOFT(context, source, param2, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcedvDirectSOFT( ContextHandle context, @@ -33652,11 +31473,6 @@ void IAL.GetSourcedvDirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33667,6 +31483,7 @@ public static void GetSourcedvDirectSOFT( [NativeTypeName("ALdouble *")] Ref values ) => ThisThread.GetSourcedvDirectSOFT(context, source, param2, values); + [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcedvSOFT( [NativeTypeName("ALuint")] uint source, @@ -33681,7 +31498,6 @@ _slots[187] is not null and var loadedFnPtr ) )(source, param1, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourcedvSOFT( @@ -33690,6 +31506,8 @@ public static void GetSourcedvSOFT( [NativeTypeName("ALdouble *")] double* values ) => ThisThread.GetSourcedvSOFT(source, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcedvSOFT( [NativeTypeName("ALuint")] uint source, @@ -33703,7 +31521,6 @@ void IAL.GetSourcedvSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33713,6 +31530,7 @@ public static void GetSourcedvSOFT( [NativeTypeName("ALdouble *")] Ref values ) => ThisThread.GetSourcedvSOFT(source, param1, values); + [NativeFunction("openal", EntryPoint = "alGetSourcef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcef( [NativeTypeName("ALuint")] uint source, @@ -33727,7 +31545,6 @@ _slots[188] is not null and var loadedFnPtr ) )(source, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourcef( @@ -33736,6 +31553,8 @@ public static void GetSourcef( [NativeTypeName("ALfloat *")] float* value ) => ThisThread.GetSourcef(source, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcef( [NativeTypeName("ALuint")] uint source, @@ -33749,7 +31568,6 @@ void IAL.GetSourcef( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33759,6 +31577,7 @@ public static void GetSourcef( [NativeTypeName("ALfloat *")] Ref value ) => ThisThread.GetSourcef(source, param1, value); + [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcefDirect( ContextHandle context, @@ -33774,7 +31593,6 @@ _slots[189] is not null and var loadedFnPtr ) )(context, source, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourcefDirect( @@ -33784,6 +31602,8 @@ public static void GetSourcefDirect( [NativeTypeName("ALfloat *")] float* value ) => ThisThread.GetSourcefDirect(context, source, param2, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcefDirect( ContextHandle context, @@ -33798,7 +31618,6 @@ void IAL.GetSourcefDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33809,6 +31628,7 @@ public static void GetSourcefDirect( [NativeTypeName("ALfloat *")] Ref value ) => ThisThread.GetSourcefDirect(context, source, param2, value); + [NativeFunction("openal", EntryPoint = "alGetSourcefv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcefv( [NativeTypeName("ALuint")] uint source, @@ -33823,7 +31643,6 @@ _slots[190] is not null and var loadedFnPtr ) )(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcefv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourcefv( @@ -33832,6 +31651,8 @@ public static void GetSourcefv( [NativeTypeName("ALfloat *")] float* values ) => ThisThread.GetSourcefv(source, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcefv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcefv( [NativeTypeName("ALuint")] uint source, @@ -33845,7 +31666,6 @@ void IAL.GetSourcefv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33855,6 +31675,7 @@ public static void GetSourcefv( [NativeTypeName("ALfloat *")] Ref values ) => ThisThread.GetSourcefv(source, param1, values); + [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcefvDirect( ContextHandle context, @@ -33870,7 +31691,6 @@ _slots[191] is not null and var loadedFnPtr ) )(context, source, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourcefvDirect( @@ -33880,6 +31700,8 @@ public static void GetSourcefvDirect( [NativeTypeName("ALfloat *")] float* values ) => ThisThread.GetSourcefvDirect(context, source, param2, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcefvDirect( ContextHandle context, @@ -33894,7 +31716,6 @@ void IAL.GetSourcefvDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33905,6 +31726,7 @@ public static void GetSourcefvDirect( [NativeTypeName("ALfloat *")] Ref values ) => ThisThread.GetSourcefvDirect(context, source, param2, values); + [NativeFunction("openal", EntryPoint = "alGetSourcei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcei( [NativeTypeName("ALuint")] uint source, @@ -33919,7 +31741,6 @@ _slots[192] is not null and var loadedFnPtr ) )(source, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourcei( @@ -33928,6 +31749,8 @@ public static void GetSourcei( [NativeTypeName("ALint *")] int* value ) => ThisThread.GetSourcei(source, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcei( [NativeTypeName("ALuint")] uint source, @@ -33941,7 +31764,6 @@ void IAL.GetSourcei( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -33951,6 +31773,7 @@ public static void GetSourcei( [NativeTypeName("ALint *")] Ref value ) => ThisThread.GetSourcei(source, param1, value); + [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcei64DirectSOFT( ContextHandle context, @@ -33966,11 +31789,6 @@ _slots[193] is not null and var loadedFnPtr ) )(context, source, param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourcei64DirectSOFT( @@ -33980,6 +31798,8 @@ public static void GetSourcei64DirectSOFT( [NativeTypeName("ALint64SOFT *")] long* value ) => ThisThread.GetSourcei64DirectSOFT(context, source, param2, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcei64DirectSOFT( ContextHandle context, @@ -33994,11 +31814,6 @@ void IAL.GetSourcei64DirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34009,6 +31824,7 @@ public static void GetSourcei64DirectSOFT( [NativeTypeName("ALint64SOFT *")] Ref value ) => ThisThread.GetSourcei64DirectSOFT(context, source, param2, value); + [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcei64SOFT( [NativeTypeName("ALuint")] uint source, @@ -34023,7 +31839,6 @@ _slots[194] is not null and var loadedFnPtr ) )(source, param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourcei64SOFT( @@ -34032,6 +31847,8 @@ public static void GetSourcei64SOFT( [NativeTypeName("ALint64SOFT *")] long* value ) => ThisThread.GetSourcei64SOFT(source, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourcei64SOFT( [NativeTypeName("ALuint")] uint source, @@ -34045,7 +31862,6 @@ void IAL.GetSourcei64SOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34055,8 +31871,9 @@ public static void GetSourcei64SOFT( [NativeTypeName("ALint64SOFT *")] Ref value ) => ThisThread.GetSourcei64SOFT(source, param1, value); + [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.GetSourcei64VDirectSOFT( + void IAL.GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param2, @@ -34073,22 +31890,19 @@ _slots[195] is not null and var loadedFnPtr ) )(context, source, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetSourcei64VDirectSOFT( + public static void GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param2, [NativeTypeName("ALint64SOFT *")] long* values - ) => ThisThread.GetSourcei64VDirectSOFT(context, source, param2, values); + ) => ThisThread.GetSourcei64vDirectSOFT(context, source, param2, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.GetSourcei64VDirectSOFT( + void IAL.GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param2, @@ -34097,27 +31911,23 @@ void IAL.GetSourcei64VDirectSOFT( { fixed (long* __dsl_values = values) { - ((IAL)this).GetSourcei64VDirectSOFT(context, source, (int)param2, __dsl_values); + ((IAL)this).GetSourcei64vDirectSOFT(context, source, (int)param2, __dsl_values); } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetSourcei64VDirectSOFT( + public static void GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param2, [NativeTypeName("ALint64SOFT *")] Ref values - ) => ThisThread.GetSourcei64VDirectSOFT(context, source, param2, values); + ) => ThisThread.GetSourcei64vDirectSOFT(context, source, param2, values); + [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.GetSourcei64VSOFT( + void IAL.GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT *")] long* values @@ -34130,17 +31940,18 @@ _slots[196] is not null and var loadedFnPtr ) )(source, param1, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetSourcei64VSOFT( + public static void GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT *")] long* values - ) => ThisThread.GetSourcei64VSOFT(source, param1, values); + ) => ThisThread.GetSourcei64vSOFT(source, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.GetSourcei64VSOFT( + void IAL.GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT *")] Ref values @@ -34148,20 +31959,20 @@ void IAL.GetSourcei64VSOFT( { fixed (long* __dsl_values = values) { - ((IAL)this).GetSourcei64VSOFT(source, (int)param1, __dsl_values); + ((IAL)this).GetSourcei64vSOFT(source, (int)param1, __dsl_values); } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetSourcei64VSOFT( + public static void GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT *")] Ref values - ) => ThisThread.GetSourcei64VSOFT(source, param1, values); + ) => ThisThread.GetSourcei64vSOFT(source, param1, values); + [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourceiDirect( ContextHandle context, @@ -34177,7 +31988,6 @@ _slots[197] is not null and var loadedFnPtr ) )(context, source, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourceiDirect( @@ -34187,6 +31997,8 @@ public static void GetSourceiDirect( [NativeTypeName("ALint *")] int* value ) => ThisThread.GetSourceiDirect(context, source, param2, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourceiDirect( ContextHandle context, @@ -34201,7 +32013,6 @@ void IAL.GetSourceiDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34212,6 +32023,7 @@ public static void GetSourceiDirect( [NativeTypeName("ALint *")] Ref value ) => ThisThread.GetSourceiDirect(context, source, param2, value); + [NativeFunction("openal", EntryPoint = "alGetSourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourceiv( [NativeTypeName("ALuint")] uint source, @@ -34226,7 +32038,6 @@ _slots[198] is not null and var loadedFnPtr ) )(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourceiv( @@ -34235,6 +32046,8 @@ public static void GetSourceiv( [NativeTypeName("ALint *")] int* values ) => ThisThread.GetSourceiv(source, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourceiv( [NativeTypeName("ALuint")] uint source, @@ -34248,7 +32061,6 @@ void IAL.GetSourceiv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34258,6 +32070,7 @@ public static void GetSourceiv( [NativeTypeName("ALint *")] Ref values ) => ThisThread.GetSourceiv(source, param1, values); + [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourceivDirect( ContextHandle context, @@ -34273,7 +32086,6 @@ _slots[199] is not null and var loadedFnPtr ) )(context, source, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSourceivDirect( @@ -34283,6 +32095,8 @@ public static void GetSourceivDirect( [NativeTypeName("ALint *")] int* values ) => ThisThread.GetSourceivDirect(context, source, param2, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.GetSourceivDirect( ContextHandle context, @@ -34297,7 +32111,6 @@ void IAL.GetSourceivDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34308,6 +32121,8 @@ public static void GetSourceivDirect( [NativeTypeName("ALint *")] Ref values ) => ThisThread.GetSourceivDirect(context, source, param2, values); + [return: NativeTypeName("const ALchar *")] + [NativeFunction("openal", EntryPoint = "alGetString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* IAL.GetString([NativeTypeName("ALenum")] int param0) => ( @@ -34319,19 +32134,20 @@ _slots[200] is not null and var loadedFnPtr )(param0); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetString([NativeTypeName("ALenum")] int param0) => ThisThread.GetString(param0); + [return: NativeTypeName("const ALchar *")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IAL.GetString( [NativeTypeName("ALenum")] Constant param0 ) => (sbyte*)((IAL)this).GetString((int)param0); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34339,6 +32155,8 @@ public static Ptr GetString( [NativeTypeName("ALenum")] Constant param0 ) => ThisThread.GetString(param0); + [return: NativeTypeName("const ALchar *")] + [NativeFunction("openal", EntryPoint = "alGetStringDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* IAL.GetStringDirect(ContextHandle context, [NativeTypeName("ALenum")] int param1) => ( @@ -34350,7 +32168,6 @@ _slots[201] is not null and var loadedFnPtr )(context, param1); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetStringDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetStringDirect( @@ -34358,6 +32175,9 @@ _slots[201] is not null and var loadedFnPtr [NativeTypeName("ALenum")] int param1 ) => ThisThread.GetStringDirect(context, param1); + [return: NativeTypeName("const ALchar *")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetStringDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IAL.GetStringDirect( ContextHandle context, @@ -34365,7 +32185,6 @@ Ptr IAL.GetStringDirect( ) => (sbyte*)((IAL)this).GetStringDirect(context, (int)param1); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34374,6 +32193,8 @@ public static Ptr GetStringDirect( [NativeTypeName("ALenum")] Constant param1 ) => ThisThread.GetStringDirect(context, param1); + [return: NativeTypeName("const ALchar *")] + [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* IAL.GetStringDirectSOFT( ContextHandle context, @@ -34389,11 +32210,6 @@ _slots[202] is not null and var loadedFnPtr )(context, pname, index); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_resampler"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetStringDirectSOFT( @@ -34402,6 +32218,9 @@ _slots[202] is not null and var loadedFnPtr [NativeTypeName("ALsizei")] int index ) => ThisThread.GetStringDirectSOFT(context, pname, index); + [return: NativeTypeName("const ALchar *")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IAL.GetStringDirectSOFT( ContextHandle context, @@ -34410,11 +32229,6 @@ Ptr IAL.GetStringDirectSOFT( ) => (sbyte*)((IAL)this).GetStringDirectSOFT(context, (int)pname, index); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_resampler"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34424,6 +32238,8 @@ public static Ptr GetStringDirectSOFT( [NativeTypeName("ALsizei")] int index ) => ThisThread.GetStringDirectSOFT(context, pname, index); + [return: NativeTypeName("const ALchar *")] + [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* IAL.GetStringSOFT( [NativeTypeName("ALenum")] int pname, @@ -34438,7 +32254,6 @@ _slots[203] is not null and var loadedFnPtr )(pname, index); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_SOFT_source_resampler"])] [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetStringSOFT( @@ -34446,6 +32261,9 @@ _slots[203] is not null and var loadedFnPtr [NativeTypeName("ALsizei")] int index ) => ThisThread.GetStringSOFT(pname, index); + [return: NativeTypeName("const ALchar *")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IAL.GetStringSOFT( [NativeTypeName("ALenum")] Constant pname, @@ -34453,7 +32271,6 @@ Ptr IAL.GetStringSOFT( ) => (sbyte*)((IAL)this).GetStringSOFT((int)pname, index); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_SOFT_source_resampler"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34462,12 +32279,14 @@ public static Ptr GetStringSOFT( [NativeTypeName("ALsizei")] int index ) => ThisThread.GetStringSOFT(pname, index); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsAuxiliaryEffectSlot([NativeTypeName("ALuint")] uint effectslot) => (MaybeBool)(sbyte)((IAL)this).IsAuxiliaryEffectSlotRaw(effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34475,14 +32294,18 @@ public static MaybeBool IsAuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot ) => ThisThread.IsAuxiliaryEffectSlot(effectslot); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsAuxiliaryEffectSlotDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot - ) => (MaybeBool)(sbyte)((IAL)this).IsAuxiliaryEffectSlotDirectRaw(context, effectslot); + ) => + (MaybeBool) + (sbyte)((IAL)this).IsAuxiliaryEffectSlotDirectRawDirect(context, effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34491,8 +32314,10 @@ public static MaybeBool IsAuxiliaryEffectSlotDirect( [NativeTypeName("ALuint")] uint effectslot ) => ThisThread.IsAuxiliaryEffectSlotDirect(context, effectslot); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - sbyte IAL.IsAuxiliaryEffectSlotDirectRaw( + sbyte IAL.IsAuxiliaryEffectSlotDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot ) => @@ -34508,14 +32333,15 @@ _slots[205] is not null and var loadedFnPtr )(context, effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static sbyte IsAuxiliaryEffectSlotDirectRaw( + public static sbyte IsAuxiliaryEffectSlotDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot - ) => ThisThread.IsAuxiliaryEffectSlotDirectRaw(context, effectslot); + ) => ThisThread.IsAuxiliaryEffectSlotDirectRawDirect(context, effectslot); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.IsAuxiliaryEffectSlotRaw([NativeTypeName("ALuint")] uint effectslot) => ( @@ -34527,32 +32353,35 @@ _slots[204] is not null and var loadedFnPtr )(effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte IsAuxiliaryEffectSlotRaw([NativeTypeName("ALuint")] uint effectslot) => ThisThread.IsAuxiliaryEffectSlotRaw(effectslot); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsBuffer([NativeTypeName("ALuint")] uint buffer) => (MaybeBool)(sbyte)((IAL)this).IsBufferRaw(buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsBuffer([NativeTypeName("ALuint")] uint buffer) => ThisThread.IsBuffer(buffer); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsBufferDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer - ) => (MaybeBool)(sbyte)((IAL)this).IsBufferDirectRaw(context, buffer); + ) => (MaybeBool)(sbyte)((IAL)this).IsBufferDirectRawDirect(context, buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34561,8 +32390,13 @@ public static MaybeBool IsBufferDirect( [NativeTypeName("ALuint")] uint buffer ) => ThisThread.IsBufferDirect(context, buffer); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - sbyte IAL.IsBufferDirectRaw(ContextHandle context, [NativeTypeName("ALuint")] uint buffer) => + sbyte IAL.IsBufferDirectRawDirect( + ContextHandle context, + [NativeTypeName("ALuint")] uint buffer + ) => ( (delegate* unmanaged)( _slots[207] is not null and var loadedFnPtr @@ -34572,20 +32406,21 @@ _slots[207] is not null and var loadedFnPtr )(context, buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static sbyte IsBufferDirectRaw( + public static sbyte IsBufferDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer - ) => ThisThread.IsBufferDirectRaw(context, buffer); + ) => ThisThread.IsBufferDirectRawDirect(context, buffer); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsBufferFormatSupportedSOFT([NativeTypeName("ALenum")] int format) => - (MaybeBool)(sbyte)((IAL)this).IsBufferFormatSupportedSOFTRaw(format); + (MaybeBool)(sbyte)((IAL)this).IsBufferFormatSupportedSOFTRawSOFT(format); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34593,8 +32428,10 @@ public static MaybeBool IsBufferFormatSupportedSOFT( [NativeTypeName("ALenum")] int format ) => ThisThread.IsBufferFormatSupportedSOFT(format); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - sbyte IAL.IsBufferFormatSupportedSOFTRaw([NativeTypeName("ALenum")] int format) => + sbyte IAL.IsBufferFormatSupportedSOFTRawSOFT([NativeTypeName("ALenum")] int format) => ( (delegate* unmanaged)( _slots[208] is not null and var loadedFnPtr @@ -34607,12 +32444,13 @@ _slots[208] is not null and var loadedFnPtr )(format); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static sbyte IsBufferFormatSupportedSOFTRaw([NativeTypeName("ALenum")] int format) => - ThisThread.IsBufferFormatSupportedSOFTRaw(format); + public static sbyte IsBufferFormatSupportedSOFTRawSOFT([NativeTypeName("ALenum")] int format) => + ThisThread.IsBufferFormatSupportedSOFTRawSOFT(format); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.IsBufferRaw([NativeTypeName("ALuint")] uint buffer) => ( @@ -34624,32 +32462,35 @@ _slots[206] is not null and var loadedFnPtr )(buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte IsBufferRaw([NativeTypeName("ALuint")] uint buffer) => ThisThread.IsBufferRaw(buffer); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsEffect([NativeTypeName("ALuint")] uint effect) => (MaybeBool)(sbyte)((IAL)this).IsEffectRaw(effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsEffect([NativeTypeName("ALuint")] uint effect) => ThisThread.IsEffect(effect); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsEffectDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect - ) => (MaybeBool)(sbyte)((IAL)this).IsEffectDirectRaw(context, effect); + ) => (MaybeBool)(sbyte)((IAL)this).IsEffectDirectRawDirect(context, effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34658,8 +32499,13 @@ public static MaybeBool IsEffectDirect( [NativeTypeName("ALuint")] uint effect ) => ThisThread.IsEffectDirect(context, effect); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - sbyte IAL.IsEffectDirectRaw(ContextHandle context, [NativeTypeName("ALuint")] uint effect) => + sbyte IAL.IsEffectDirectRawDirect( + ContextHandle context, + [NativeTypeName("ALuint")] uint effect + ) => ( (delegate* unmanaged)( _slots[210] is not null and var loadedFnPtr @@ -34669,14 +32515,15 @@ _slots[210] is not null and var loadedFnPtr )(context, effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static sbyte IsEffectDirectRaw( + public static sbyte IsEffectDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect - ) => ThisThread.IsEffectDirectRaw(context, effect); + ) => ThisThread.IsEffectDirectRawDirect(context, effect); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.IsEffectRaw([NativeTypeName("ALuint")] uint effect) => ( @@ -34688,12 +32535,13 @@ _slots[209] is not null and var loadedFnPtr )(effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte IsEffectRaw([NativeTypeName("ALuint")] uint effect) => ThisThread.IsEffectRaw(effect); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.IsEnabled([NativeTypeName("ALenum")] int capability) => ( @@ -34705,19 +32553,20 @@ _slots[211] is not null and var loadedFnPtr )(capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte IsEnabled([NativeTypeName("ALenum")] int capability) => ThisThread.IsEnabled(capability); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsEnabled( [NativeTypeName("ALenum")] Constant capability ) => (MaybeBool)(sbyte)((IAL)this).IsEnabled((int)capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34725,6 +32574,8 @@ public static MaybeBool IsEnabled( [NativeTypeName("ALenum")] Constant capability ) => ThisThread.IsEnabled(capability); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.IsEnabledDirect(ContextHandle context, [NativeTypeName("ALenum")] int capability) => ( @@ -34736,7 +32587,6 @@ _slots[212] is not null and var loadedFnPtr )(context, capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte IsEnabledDirect( @@ -34744,6 +32594,9 @@ public static sbyte IsEnabledDirect( [NativeTypeName("ALenum")] int capability ) => ThisThread.IsEnabledDirect(context, capability); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsEnabledDirect( ContextHandle context, @@ -34751,7 +32604,6 @@ MaybeBool IAL.IsEnabledDirect( ) => (MaybeBool)(sbyte)((IAL)this).IsEnabledDirect(context, (int)capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34760,6 +32612,8 @@ public static MaybeBool IsEnabledDirect( [NativeTypeName("ALenum")] Constant capability ) => ThisThread.IsEnabledDirect(context, capability); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsExtensionPresent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.IsExtensionPresent([NativeTypeName("const ALchar *")] sbyte* extname) => ( @@ -34771,12 +32625,14 @@ _slots[213] is not null and var loadedFnPtr )(extname); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsExtensionPresent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte IsExtensionPresent([NativeTypeName("const ALchar *")] sbyte* extname) => ThisThread.IsExtensionPresent(extname); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsExtensionPresent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsExtensionPresent([NativeTypeName("const ALchar *")] Ref extname) { @@ -34787,7 +32643,6 @@ MaybeBool IAL.IsExtensionPresent([NativeTypeName("const ALchar *")] Ref IsExtensionPresent( [NativeTypeName("const ALchar *")] Ref extname ) => ThisThread.IsExtensionPresent(extname); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.IsExtensionPresentDirect( ContextHandle context, @@ -34812,7 +32669,6 @@ _slots[214] is not null and var loadedFnPtr )(context, extname); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte IsExtensionPresentDirect( @@ -34820,6 +32676,9 @@ public static sbyte IsExtensionPresentDirect( [NativeTypeName("const ALchar *")] sbyte* extname ) => ThisThread.IsExtensionPresentDirect(context, extname); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsExtensionPresentDirect( ContextHandle context, @@ -34834,7 +32693,6 @@ MaybeBool IAL.IsExtensionPresentDirect( } [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34843,26 +32701,30 @@ public static MaybeBool IsExtensionPresentDirect( [NativeTypeName("const ALchar *")] Ref extname ) => ThisThread.IsExtensionPresentDirect(context, extname); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsFilter([NativeTypeName("ALuint")] uint filter) => (MaybeBool)(sbyte)((IAL)this).IsFilterRaw(filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsFilter([NativeTypeName("ALuint")] uint filter) => ThisThread.IsFilter(filter); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsFilterDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter - ) => (MaybeBool)(sbyte)((IAL)this).IsFilterDirectRaw(context, filter); + ) => (MaybeBool)(sbyte)((IAL)this).IsFilterDirectRawDirect(context, filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34871,8 +32733,13 @@ public static MaybeBool IsFilterDirect( [NativeTypeName("ALuint")] uint filter ) => ThisThread.IsFilterDirect(context, filter); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - sbyte IAL.IsFilterDirectRaw(ContextHandle context, [NativeTypeName("ALuint")] uint filter) => + sbyte IAL.IsFilterDirectRawDirect( + ContextHandle context, + [NativeTypeName("ALuint")] uint filter + ) => ( (delegate* unmanaged)( _slots[216] is not null and var loadedFnPtr @@ -34882,14 +32749,15 @@ _slots[216] is not null and var loadedFnPtr )(context, filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static sbyte IsFilterDirectRaw( + public static sbyte IsFilterDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter - ) => ThisThread.IsFilterDirectRaw(context, filter); + ) => ThisThread.IsFilterDirectRawDirect(context, filter); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.IsFilterRaw([NativeTypeName("ALuint")] uint filter) => ( @@ -34901,32 +32769,35 @@ _slots[215] is not null and var loadedFnPtr )(filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte IsFilterRaw([NativeTypeName("ALuint")] uint filter) => ThisThread.IsFilterRaw(filter); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsSource([NativeTypeName("ALuint")] uint source) => (MaybeBool)(sbyte)((IAL)this).IsSourceRaw(source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsSource([NativeTypeName("ALuint")] uint source) => ThisThread.IsSource(source); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.IsSourceDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source - ) => (MaybeBool)(sbyte)((IAL)this).IsSourceDirectRaw(context, source); + ) => (MaybeBool)(sbyte)((IAL)this).IsSourceDirectRawDirect(context, source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -34935,8 +32806,13 @@ public static MaybeBool IsSourceDirect( [NativeTypeName("ALuint")] uint source ) => ThisThread.IsSourceDirect(context, source); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - sbyte IAL.IsSourceDirectRaw(ContextHandle context, [NativeTypeName("ALuint")] uint source) => + sbyte IAL.IsSourceDirectRawDirect( + ContextHandle context, + [NativeTypeName("ALuint")] uint source + ) => ( (delegate* unmanaged)( _slots[218] is not null and var loadedFnPtr @@ -34946,14 +32822,15 @@ _slots[218] is not null and var loadedFnPtr )(context, source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static sbyte IsSourceDirectRaw( + public static sbyte IsSourceDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source - ) => ThisThread.IsSourceDirectRaw(context, source); + ) => ThisThread.IsSourceDirectRawDirect(context, source); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "alIsSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.IsSourceRaw([NativeTypeName("ALuint")] uint source) => ( @@ -34965,12 +32842,12 @@ _slots[217] is not null and var loadedFnPtr )(source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte IsSourceRaw([NativeTypeName("ALuint")] uint source) => ThisThread.IsSourceRaw(source); + [NativeFunction("openal", EntryPoint = "alListener3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener3( [NativeTypeName("ALenum")] int param0, @@ -34986,7 +32863,6 @@ _slots[219] is not null and var loadedFnPtr ) )(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListener3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Listener3( @@ -34996,6 +32872,8 @@ public static void Listener3( [NativeTypeName("ALfloat")] float value3 ) => ThisThread.Listener3(param0, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alListener3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener3( [NativeTypeName("ALenum")] Constant param0, @@ -35004,7 +32882,6 @@ void IAL.Listener3( [NativeTypeName("ALfloat")] float value3 ) => ((IAL)this).Listener3((int)param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35015,6 +32892,7 @@ public static void Listener3( [NativeTypeName("ALfloat")] float value3 ) => ThisThread.Listener3(param0, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alListener3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener3Direct( ContextHandle context, @@ -35031,7 +32909,6 @@ _slots[220] is not null and var loadedFnPtr ) )(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListener3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Listener3Direct( @@ -35042,6 +32919,8 @@ public static void Listener3Direct( [NativeTypeName("ALfloat")] float value3 ) => ThisThread.Listener3Direct(context, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alListener3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener3Direct( ContextHandle context, @@ -35051,7 +32930,6 @@ void IAL.Listener3Direct( [NativeTypeName("ALfloat")] float value3 ) => ((IAL)this).Listener3Direct(context, (int)param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35063,6 +32941,7 @@ public static void Listener3Direct( [NativeTypeName("ALfloat")] float value3 ) => ThisThread.Listener3Direct(context, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alListener3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener3( [NativeTypeName("ALenum")] int param0, @@ -35078,7 +32957,6 @@ _slots[221] is not null and var loadedFnPtr ) )(param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListener3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Listener3( @@ -35088,6 +32966,8 @@ public static void Listener3( [NativeTypeName("ALint")] int value3 ) => ThisThread.Listener3(param0, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alListener3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener3( [NativeTypeName("ALenum")] Constant param0, @@ -35096,7 +32976,6 @@ void IAL.Listener3( [NativeTypeName("ALint")] int value3 ) => ((IAL)this).Listener3((int)param0, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35107,6 +32986,7 @@ public static void Listener3( [NativeTypeName("ALint")] int value3 ) => ThisThread.Listener3(param0, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alListener3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener3Direct( ContextHandle context, @@ -35123,7 +33003,6 @@ _slots[222] is not null and var loadedFnPtr ) )(context, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListener3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Listener3Direct( @@ -35134,6 +33013,8 @@ public static void Listener3Direct( [NativeTypeName("ALint")] int value3 ) => ThisThread.Listener3Direct(context, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alListener3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener3Direct( ContextHandle context, @@ -35143,7 +33024,6 @@ void IAL.Listener3Direct( [NativeTypeName("ALint")] int value3 ) => ((IAL)this).Listener3Direct(context, (int)param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35155,6 +33035,7 @@ public static void Listener3Direct( [NativeTypeName("ALint")] int value3 ) => ThisThread.Listener3Direct(context, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alListenerf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener( [NativeTypeName("ALenum")] int param0, @@ -35168,7 +33049,6 @@ _slots[223] is not null and var loadedFnPtr ) )(param0, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListenerf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Listener( @@ -35176,13 +33056,14 @@ public static void Listener( [NativeTypeName("ALfloat")] float value ) => ThisThread.Listener(param0, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alListenerf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener( [NativeTypeName("ALenum")] Constant param0, [NativeTypeName("ALfloat")] float value ) => ((IAL)this).Listener((int)param0, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35191,6 +33072,7 @@ public static void Listener( [NativeTypeName("ALfloat")] float value ) => ThisThread.Listener(param0, value); + [NativeFunction("openal", EntryPoint = "alListenerfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ListenerDirect( ContextHandle context, @@ -35205,7 +33087,6 @@ _slots[224] is not null and var loadedFnPtr ) )(context, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ListenerDirect( @@ -35214,6 +33095,8 @@ public static void ListenerDirect( [NativeTypeName("ALfloat")] float value ) => ThisThread.ListenerDirect(context, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alListenerfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ListenerDirect( ContextHandle context, @@ -35221,7 +33104,6 @@ void IAL.ListenerDirect( [NativeTypeName("ALfloat")] float value ) => ((IAL)this).ListenerDirect(context, (int)param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35231,6 +33113,7 @@ public static void ListenerDirect( [NativeTypeName("ALfloat")] float value ) => ThisThread.ListenerDirect(context, param1, value); + [NativeFunction("openal", EntryPoint = "alListenerfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener( [NativeTypeName("ALenum")] int param0, @@ -35244,7 +33127,6 @@ _slots[225] is not null and var loadedFnPtr ) )(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListenerfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Listener( @@ -35252,6 +33134,8 @@ public static void Listener( [NativeTypeName("const ALfloat *")] float* values ) => ThisThread.Listener(param0, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alListenerfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener( [NativeTypeName("ALenum")] Constant param0, @@ -35264,7 +33148,6 @@ void IAL.Listener( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35273,6 +33156,7 @@ public static void Listener( [NativeTypeName("const ALfloat *")] Ref values ) => ThisThread.Listener(param0, values); + [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ListenerDirect( ContextHandle context, @@ -35287,7 +33171,6 @@ _slots[226] is not null and var loadedFnPtr ) )(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ListenerDirect( @@ -35296,6 +33179,8 @@ public static void ListenerDirect( [NativeTypeName("const ALfloat *")] float* values ) => ThisThread.ListenerDirect(context, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ListenerDirect( ContextHandle context, @@ -35309,7 +33194,6 @@ void IAL.ListenerDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35319,6 +33203,7 @@ public static void ListenerDirect( [NativeTypeName("const ALfloat *")] Ref values ) => ThisThread.ListenerDirect(context, param1, values); + [NativeFunction("openal", EntryPoint = "alListeneri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener([NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint")] int value) => ( @@ -35329,7 +33214,6 @@ _slots[227] is not null and var loadedFnPtr ) )(param0, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListeneri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Listener( @@ -35337,6 +33221,7 @@ public static void Listener( [NativeTypeName("ALint")] int value ) => ThisThread.Listener(param0, value); + [NativeFunction("openal", EntryPoint = "alListeneriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ListenerDirect( ContextHandle context, @@ -35351,7 +33236,6 @@ _slots[228] is not null and var loadedFnPtr ) )(context, param1, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListeneriDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ListenerDirect( @@ -35360,6 +33244,7 @@ public static void ListenerDirect( [NativeTypeName("ALint")] int value ) => ThisThread.ListenerDirect(context, param1, value); + [NativeFunction("openal", EntryPoint = "alListeneriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener( [NativeTypeName("ALenum")] int param0, @@ -35373,7 +33258,6 @@ _slots[229] is not null and var loadedFnPtr ) )(param0, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListeneriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Listener( @@ -35381,6 +33265,8 @@ public static void Listener( [NativeTypeName("const ALint *")] int* values ) => ThisThread.Listener(param0, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alListeneriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Listener( [NativeTypeName("ALenum")] int param0, @@ -35393,7 +33279,6 @@ void IAL.Listener( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListeneriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35402,6 +33287,7 @@ public static void Listener( [NativeTypeName("const ALint *")] Ref values ) => ThisThread.Listener(param0, values); + [NativeFunction("openal", EntryPoint = "alListenerivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ListenerDirect( ContextHandle context, @@ -35416,7 +33302,6 @@ _slots[230] is not null and var loadedFnPtr ) )(context, param1, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ListenerDirect( @@ -35425,6 +33310,8 @@ public static void ListenerDirect( [NativeTypeName("const ALint *")] int* values ) => ThisThread.ListenerDirect(context, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alListenerivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ListenerDirect( ContextHandle context, @@ -35438,7 +33325,6 @@ void IAL.ListenerDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35448,6 +33334,7 @@ public static void ListenerDirect( [NativeTypeName("const ALint *")] Ref values ) => ThisThread.ListenerDirect(context, param1, values); + [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ObjectLabelDirectEXT( ContextHandle context, @@ -35464,7 +33351,6 @@ _slots[231] is not null and var loadedFnPtr ) )(context, identifier, name, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ObjectLabelDirectEXT( @@ -35475,6 +33361,8 @@ public static void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] sbyte* label ) => ThisThread.ObjectLabelDirectEXT(context, identifier, name, length, label); + [Transformed] + [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ObjectLabelDirectEXT( ContextHandle context, @@ -35490,7 +33378,6 @@ void IAL.ObjectLabelDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35502,6 +33389,8 @@ public static void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] Ref label ) => ThisThread.ObjectLabelDirectEXT(context, identifier, name, length, label); + [Transformed] + [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ObjectLabelDirectEXT( ContextHandle context, @@ -35510,7 +33399,6 @@ void IAL.ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] sbyte label ) => ((IAL)this).ObjectLabelDirectEXT(context, (int)identifier, name, 1, (sbyte*)&label); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35521,6 +33409,7 @@ public static void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] sbyte label ) => ThisThread.ObjectLabelDirectEXT(context, identifier, name, label); + [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ObjectLabelEXT( [NativeTypeName("ALenum")] int identifier, @@ -35536,7 +33425,6 @@ _slots[232] is not null and var loadedFnPtr ) )(identifier, name, length, label); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ObjectLabelEXT( @@ -35546,6 +33434,8 @@ public static void ObjectLabelEXT( [NativeTypeName("const ALchar *")] sbyte* label ) => ThisThread.ObjectLabelEXT(identifier, name, length, label); + [Transformed] + [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ObjectLabelEXT( [NativeTypeName("ALenum")] Constant identifier, @@ -35560,7 +33450,6 @@ void IAL.ObjectLabelEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35571,6 +33460,8 @@ public static void ObjectLabelEXT( [NativeTypeName("const ALchar *")] Ref label ) => ThisThread.ObjectLabelEXT(identifier, name, length, label); + [Transformed] + [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ObjectLabelEXT( [NativeTypeName("ALenum")] Constant identifier, @@ -35578,7 +33469,6 @@ void IAL.ObjectLabelEXT( [NativeTypeName("const ALchar *")] sbyte label ) => ((IAL)this).ObjectLabelEXT((int)identifier, name, 1, (sbyte*)&label); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35588,6 +33478,7 @@ public static void ObjectLabelEXT( [NativeTypeName("const ALchar *")] sbyte label ) => ThisThread.ObjectLabelEXT(identifier, name, label); + [NativeFunction("openal", EntryPoint = "alPopDebugGroupDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.PopDebugGroupDirectEXT(ContextHandle context) => ( @@ -35598,12 +33489,12 @@ _slots[233] is not null and var loadedFnPtr ) )(context); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alPopDebugGroupDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PopDebugGroupDirectEXT(ContextHandle context) => ThisThread.PopDebugGroupDirectEXT(context); + [NativeFunction("openal", EntryPoint = "alPopDebugGroupEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.PopDebugGroupEXT() => ( @@ -35614,11 +33505,11 @@ _slots[234] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alPopDebugGroupEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PopDebugGroupEXT() => ThisThread.PopDebugGroupEXT(); + [NativeFunction("openal", EntryPoint = "alProcessUpdatesDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ProcessUpdatesDirectSOFT(ContextHandle context) => ( @@ -35632,16 +33523,12 @@ _slots[235] is not null and var loadedFnPtr ) )(context); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_deferred_updates"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alProcessUpdatesDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProcessUpdatesDirectSOFT(ContextHandle context) => ThisThread.ProcessUpdatesDirectSOFT(context); + [NativeFunction("openal", EntryPoint = "alProcessUpdatesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.ProcessUpdatesSOFT() => ( @@ -35652,11 +33539,11 @@ _slots[236] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("al", ["AL_SOFT_deferred_updates"])] [NativeFunction("openal", EntryPoint = "alProcessUpdatesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProcessUpdatesSOFT() => ThisThread.ProcessUpdatesSOFT(); + [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.PushDebugGroupDirectEXT( ContextHandle context, @@ -35676,7 +33563,6 @@ _slots[237] is not null and var loadedFnPtr ) )(context, source, id, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PushDebugGroupDirectEXT( @@ -35687,6 +33573,8 @@ public static void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] sbyte* message ) => ThisThread.PushDebugGroupDirectEXT(context, source, id, length, message); + [Transformed] + [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.PushDebugGroupDirectEXT( ContextHandle context, @@ -35702,7 +33590,6 @@ void IAL.PushDebugGroupDirectEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35714,6 +33601,8 @@ public static void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] Ref message ) => ThisThread.PushDebugGroupDirectEXT(context, source, id, length, message); + [Transformed] + [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.PushDebugGroupDirectEXT( ContextHandle context, @@ -35722,7 +33611,6 @@ void IAL.PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] sbyte message ) => ((IAL)this).PushDebugGroupDirectEXT(context, (int)source, id, 1, (sbyte*)&message); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35733,6 +33621,7 @@ public static void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] sbyte message ) => ThisThread.PushDebugGroupDirectEXT(context, source, id, message); + [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.PushDebugGroupEXT( [NativeTypeName("ALenum")] int source, @@ -35748,7 +33637,6 @@ _slots[238] is not null and var loadedFnPtr ) )(source, id, length, message); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PushDebugGroupEXT( @@ -35758,6 +33646,8 @@ public static void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] sbyte* message ) => ThisThread.PushDebugGroupEXT(source, id, length, message); + [Transformed] + [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.PushDebugGroupEXT( [NativeTypeName("ALenum")] Constant source, @@ -35772,7 +33662,6 @@ void IAL.PushDebugGroupEXT( } } - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35783,6 +33672,8 @@ public static void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] Ref message ) => ThisThread.PushDebugGroupEXT(source, id, length, message); + [Transformed] + [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.PushDebugGroupEXT( [NativeTypeName("ALenum")] Constant source, @@ -35790,7 +33681,6 @@ void IAL.PushDebugGroupEXT( [NativeTypeName("const ALchar *")] sbyte message ) => ((IAL)this).PushDebugGroupEXT((int)source, id, 1, (sbyte*)&message); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35800,6 +33690,7 @@ public static void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] sbyte message ) => ThisThread.PushDebugGroupEXT(source, id, message); + [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.RequestFoldbackStart( [NativeTypeName("ALenum")] int mode, @@ -35816,7 +33707,6 @@ _slots[239] is not null and var loadedFnPtr ) )(mode, count, length, mem, callback); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RequestFoldbackStart( @@ -35827,6 +33717,8 @@ public static void RequestFoldbackStart( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ) => ThisThread.RequestFoldbackStart(mode, count, length, mem, callback); + [Transformed] + [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.RequestFoldbackStart( [NativeTypeName("ALenum")] int mode, @@ -35842,7 +33734,6 @@ void IAL.RequestFoldbackStart( } } - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [Transformed] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35854,6 +33745,7 @@ public static void RequestFoldbackStart( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ) => ThisThread.RequestFoldbackStart(mode, count, length, mem, callback); + [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.RequestFoldbackStartDirect( ContextHandle context, @@ -35874,7 +33766,6 @@ _slots[240] is not null and var loadedFnPtr ) )(context, mode, count, length, mem, callback); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RequestFoldbackStartDirect( @@ -35886,6 +33777,8 @@ public static void RequestFoldbackStartDirect( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ) => ThisThread.RequestFoldbackStartDirect(context, mode, count, length, mem, callback); + [Transformed] + [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.RequestFoldbackStartDirect( ContextHandle context, @@ -35909,7 +33802,6 @@ void IAL.RequestFoldbackStartDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -35922,6 +33814,7 @@ public static void RequestFoldbackStartDirect( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ) => ThisThread.RequestFoldbackStartDirect(context, mode, count, length, mem, callback); + [NativeFunction("openal", EntryPoint = "alRequestFoldbackStop")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.RequestFoldbackStop() => ( @@ -35932,11 +33825,11 @@ _slots[241] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStop")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RequestFoldbackStop() => ThisThread.RequestFoldbackStop(); + [NativeFunction("openal", EntryPoint = "alRequestFoldbackStopDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.RequestFoldbackStopDirect(ContextHandle context) => ( @@ -35950,12 +33843,12 @@ _slots[242] is not null and var loadedFnPtr ) )(context); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStopDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RequestFoldbackStopDirect(ContextHandle context) => ThisThread.RequestFoldbackStopDirect(context); + [NativeFunction("openal", EntryPoint = "alSource3dDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source3DirectSOFT( ContextHandle context, @@ -35973,11 +33866,6 @@ _slots[243] is not null and var loadedFnPtr ) )(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSource3dDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Source3DirectSOFT( @@ -35989,8 +33877,9 @@ public static void Source3DirectSOFT( [NativeTypeName("ALdouble")] double value3 ) => ThisThread.Source3DirectSOFT(context, source, param2, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alSource3dSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.Source3Soft( + void IAL.Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALdouble")] double value1, @@ -36005,17 +33894,17 @@ _slots[244] is not null and var loadedFnPtr ) )(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSource3dSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void Source3Soft( + public static void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALdouble")] double value1, [NativeTypeName("ALdouble")] double value2, [NativeTypeName("ALdouble")] double value3 - ) => ThisThread.Source3Soft(source, param1, value1, value2, value3); + ) => ThisThread.Source3SOFT(source, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alSource3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source3( [NativeTypeName("ALuint")] uint source, @@ -36032,7 +33921,6 @@ _slots[245] is not null and var loadedFnPtr ) )(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSource3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Source3( @@ -36043,6 +33931,8 @@ public static void Source3( [NativeTypeName("ALfloat")] float value3 ) => ThisThread.Source3(source, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSource3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source3( [NativeTypeName("ALuint")] uint source, @@ -36052,7 +33942,6 @@ void IAL.Source3( [NativeTypeName("ALfloat")] float value3 ) => ((IAL)this).Source3(source, (int)param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36064,6 +33953,7 @@ public static void Source3( [NativeTypeName("ALfloat")] float value3 ) => ThisThread.Source3(source, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alSource3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source3Direct( ContextHandle context, @@ -36081,7 +33971,6 @@ _slots[246] is not null and var loadedFnPtr ) )(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSource3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Source3Direct( @@ -36093,6 +33982,8 @@ public static void Source3Direct( [NativeTypeName("ALfloat")] float value3 ) => ThisThread.Source3Direct(context, source, param2, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSource3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source3Direct( ContextHandle context, @@ -36103,7 +33994,6 @@ void IAL.Source3Direct( [NativeTypeName("ALfloat")] float value3 ) => ((IAL)this).Source3Direct(context, source, (int)param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3fDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36116,6 +34006,7 @@ public static void Source3Direct( [NativeTypeName("ALfloat")] float value3 ) => ThisThread.Source3Direct(context, source, param2, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alSource3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source3( [NativeTypeName("ALuint")] uint source, @@ -36132,7 +34023,6 @@ _slots[247] is not null and var loadedFnPtr ) )(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSource3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Source3( @@ -36143,6 +34033,8 @@ public static void Source3( [NativeTypeName("ALint")] int value3 ) => ThisThread.Source3(source, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSource3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source3( [NativeTypeName("ALuint")] uint source, @@ -36152,7 +34044,6 @@ void IAL.Source3( [NativeTypeName("ALint")] int value3 ) => ((IAL)this).Source3(source, (int)param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36164,6 +34055,7 @@ public static void Source3( [NativeTypeName("ALint")] int value3 ) => ThisThread.Source3(source, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source3DirectSOFT( ContextHandle context, @@ -36181,11 +34073,6 @@ _slots[248] is not null and var loadedFnPtr ) )(context, source, param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Source3DirectSOFT( @@ -36197,6 +34084,8 @@ public static void Source3DirectSOFT( [NativeTypeName("ALint64SOFT")] long value3 ) => ThisThread.Source3DirectSOFT(context, source, param2, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source3DirectSOFT( ContextHandle context, @@ -36207,11 +34096,6 @@ void IAL.Source3DirectSOFT( [NativeTypeName("ALint64SOFT")] long value3 ) => ((IAL)this).Source3DirectSOFT(context, source, (int)param2, value1, value2, value3); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36224,8 +34108,9 @@ public static void Source3DirectSOFT( [NativeTypeName("ALint64SOFT")] long value3 ) => ThisThread.Source3DirectSOFT(context, source, param2, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.Source3Soft( + void IAL.Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT")] long value1, @@ -36240,38 +34125,39 @@ _slots[249] is not null and var loadedFnPtr ) )(source, param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void Source3Soft( + public static void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT")] long value1, [NativeTypeName("ALint64SOFT")] long value2, [NativeTypeName("ALint64SOFT")] long value3 - ) => ThisThread.Source3Soft(source, param1, value1, value2, value3); + ) => ThisThread.Source3SOFT(source, param1, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.Source3Soft( + void IAL.Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT")] long value1, [NativeTypeName("ALint64SOFT")] long value2, [NativeTypeName("ALint64SOFT")] long value3 - ) => ((IAL)this).Source3Soft(source, (int)param1, value1, value2, value3); + ) => ((IAL)this).Source3SOFT(source, (int)param1, value1, value2, value3); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void Source3Soft( + public static void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT")] long value1, [NativeTypeName("ALint64SOFT")] long value2, [NativeTypeName("ALint64SOFT")] long value3 - ) => ThisThread.Source3Soft(source, param1, value1, value2, value3); + ) => ThisThread.Source3SOFT(source, param1, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alSource3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source3Direct( ContextHandle context, @@ -36289,7 +34175,6 @@ _slots[250] is not null and var loadedFnPtr ) )(context, source, param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSource3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Source3Direct( @@ -36301,6 +34186,8 @@ public static void Source3Direct( [NativeTypeName("ALint")] int value3 ) => ThisThread.Source3Direct(context, source, param2, value1, value2, value3); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSource3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source3Direct( ContextHandle context, @@ -36311,7 +34198,6 @@ void IAL.Source3Direct( [NativeTypeName("ALint")] int value3 ) => ((IAL)this).Source3Direct(context, source, (int)param2, value1, value2, value3); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3iDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36324,6 +34210,7 @@ public static void Source3Direct( [NativeTypeName("ALint")] int value3 ) => ThisThread.Source3Direct(context, source, param2, value1, value2, value3); + [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirectSOFT( ContextHandle context, @@ -36339,11 +34226,6 @@ _slots[251] is not null and var loadedFnPtr ) )(context, source, param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceDirectSOFT( @@ -36353,6 +34235,8 @@ public static void SourceDirectSOFT( [NativeTypeName("ALdouble")] double value ) => ThisThread.SourceDirectSOFT(context, source, param2, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirectSOFT( ContextHandle context, @@ -36361,11 +34245,6 @@ void IAL.SourceDirectSOFT( [NativeTypeName("ALdouble")] double value ) => ((IAL)this).SourceDirectSOFT(context, source, (int)param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36376,6 +34255,7 @@ public static void SourceDirectSOFT( [NativeTypeName("ALdouble")] double value ) => ThisThread.SourceDirectSOFT(context, source, param2, value); + [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -36390,7 +34270,6 @@ _slots[252] is not null and var loadedFnPtr ) )(source, param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceSOFT( @@ -36399,6 +34278,8 @@ public static void SourceSOFT( [NativeTypeName("ALdouble")] double value ) => ThisThread.SourceSOFT(source, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -36406,7 +34287,6 @@ void IAL.SourceSOFT( [NativeTypeName("ALdouble")] double value ) => ((IAL)this).SourceSOFT(source, (int)param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36416,6 +34296,7 @@ public static void SourceSOFT( [NativeTypeName("ALdouble")] double value ) => ThisThread.SourceSOFT(source, param1, value); + [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirectSOFT( ContextHandle context, @@ -36431,11 +34312,6 @@ _slots[253] is not null and var loadedFnPtr ) )(context, source, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceDirectSOFT( @@ -36445,6 +34321,8 @@ public static void SourceDirectSOFT( [NativeTypeName("const ALdouble *")] double* values ) => ThisThread.SourceDirectSOFT(context, source, param2, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirectSOFT( ContextHandle context, @@ -36459,11 +34337,6 @@ void IAL.SourceDirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36474,6 +34347,7 @@ public static void SourceDirectSOFT( [NativeTypeName("const ALdouble *")] Ref values ) => ThisThread.SourceDirectSOFT(context, source, param2, values); + [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -36488,7 +34362,6 @@ _slots[254] is not null and var loadedFnPtr ) )(source, param1, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceSOFT( @@ -36497,6 +34370,8 @@ public static void SourceSOFT( [NativeTypeName("const ALdouble *")] double* values ) => ThisThread.SourceSOFT(source, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -36510,7 +34385,6 @@ void IAL.SourceSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36520,6 +34394,7 @@ public static void SourceSOFT( [NativeTypeName("const ALdouble *")] Ref values ) => ThisThread.SourceSOFT(source, param1, values); + [NativeFunction("openal", EntryPoint = "alSourcef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source( [NativeTypeName("ALuint")] uint source, @@ -36534,7 +34409,6 @@ _slots[255] is not null and var loadedFnPtr ) )(source, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Source( @@ -36543,6 +34417,8 @@ public static void Source( [NativeTypeName("ALfloat")] float value ) => ThisThread.Source(source, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source( [NativeTypeName("ALuint")] uint source, @@ -36550,7 +34426,6 @@ void IAL.Source( [NativeTypeName("ALfloat")] float value ) => ((IAL)this).Source(source, (int)param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36560,6 +34435,7 @@ public static void Source( [NativeTypeName("ALfloat")] float value ) => ThisThread.Source(source, param1, value); + [NativeFunction("openal", EntryPoint = "alSourcefDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirect( ContextHandle context, @@ -36575,7 +34451,6 @@ _slots[256] is not null and var loadedFnPtr ) )(context, source, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcefDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceDirect( @@ -36585,6 +34460,8 @@ public static void SourceDirect( [NativeTypeName("ALfloat")] float value ) => ThisThread.SourceDirect(context, source, param2, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcefDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirect( ContextHandle context, @@ -36593,7 +34470,6 @@ void IAL.SourceDirect( [NativeTypeName("ALfloat")] float value ) => ((IAL)this).SourceDirect(context, source, (int)param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36604,6 +34480,7 @@ public static void SourceDirect( [NativeTypeName("ALfloat")] float value ) => ThisThread.SourceDirect(context, source, param2, value); + [NativeFunction("openal", EntryPoint = "alSourcefv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source( [NativeTypeName("ALuint")] uint source, @@ -36618,7 +34495,6 @@ _slots[257] is not null and var loadedFnPtr ) )(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcefv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Source( @@ -36627,6 +34503,8 @@ public static void Source( [NativeTypeName("const ALfloat *")] float* values ) => ThisThread.Source(source, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcefv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source( [NativeTypeName("ALuint")] uint source, @@ -36640,7 +34518,6 @@ void IAL.Source( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36650,6 +34527,7 @@ public static void Source( [NativeTypeName("const ALfloat *")] Ref values ) => ThisThread.Source(source, param1, values); + [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirect( ContextHandle context, @@ -36665,7 +34543,6 @@ _slots[258] is not null and var loadedFnPtr ) )(context, source, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceDirect( @@ -36675,6 +34552,8 @@ public static void SourceDirect( [NativeTypeName("const ALfloat *")] float* values ) => ThisThread.SourceDirect(context, source, param2, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirect( ContextHandle context, @@ -36689,7 +34568,6 @@ void IAL.SourceDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36700,6 +34578,7 @@ public static void SourceDirect( [NativeTypeName("const ALfloat *")] Ref values ) => ThisThread.SourceDirect(context, source, param2, values); + [NativeFunction("openal", EntryPoint = "alSourcei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source( [NativeTypeName("ALuint")] uint source, @@ -36714,7 +34593,6 @@ _slots[259] is not null and var loadedFnPtr ) )(source, param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Source( @@ -36723,6 +34601,8 @@ public static void Source( [NativeTypeName("ALint")] int value ) => ThisThread.Source(source, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source( [NativeTypeName("ALuint")] uint source, @@ -36730,7 +34610,6 @@ void IAL.Source( [NativeTypeName("ALint")] int value ) => ((IAL)this).Source(source, (int)param1, value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36740,6 +34619,7 @@ public static void Source( [NativeTypeName("ALint")] int value ) => ThisThread.Source(source, param1, value); + [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirectSOFT( ContextHandle context, @@ -36755,11 +34635,6 @@ _slots[260] is not null and var loadedFnPtr ) )(context, source, param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceDirectSOFT( @@ -36769,6 +34644,8 @@ public static void SourceDirectSOFT( [NativeTypeName("ALint64SOFT")] long value ) => ThisThread.SourceDirectSOFT(context, source, param2, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirectSOFT( ContextHandle context, @@ -36777,11 +34654,6 @@ void IAL.SourceDirectSOFT( [NativeTypeName("ALint64SOFT")] long value ) => ((IAL)this).SourceDirectSOFT(context, source, (int)param2, value); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36792,6 +34664,7 @@ public static void SourceDirectSOFT( [NativeTypeName("ALint64SOFT")] long value ) => ThisThread.SourceDirectSOFT(context, source, param2, value); + [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -36806,7 +34679,6 @@ _slots[261] is not null and var loadedFnPtr ) )(source, param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceSOFT( @@ -36815,6 +34687,8 @@ public static void SourceSOFT( [NativeTypeName("ALint64SOFT")] long value ) => ThisThread.SourceSOFT(source, param1, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -36822,7 +34696,6 @@ void IAL.SourceSOFT( [NativeTypeName("ALint64SOFT")] long value ) => ((IAL)this).SourceSOFT(source, (int)param1, value); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36832,6 +34705,7 @@ public static void SourceSOFT( [NativeTypeName("ALint64SOFT")] long value ) => ThisThread.SourceSOFT(source, param1, value); + [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirectSOFT( ContextHandle context, @@ -36847,11 +34721,6 @@ _slots[262] is not null and var loadedFnPtr ) )(context, source, param2, values); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceDirectSOFT( @@ -36861,6 +34730,8 @@ public static void SourceDirectSOFT( [NativeTypeName("const ALint64SOFT *")] long* values ) => ThisThread.SourceDirectSOFT(context, source, param2, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirectSOFT( ContextHandle context, @@ -36875,11 +34746,6 @@ void IAL.SourceDirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36890,6 +34756,7 @@ public static void SourceDirectSOFT( [NativeTypeName("const ALint64SOFT *")] Ref values ) => ThisThread.SourceDirectSOFT(context, source, param2, values); + [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -36904,7 +34771,6 @@ _slots[263] is not null and var loadedFnPtr ) )(source, param1, values); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceSOFT( @@ -36913,6 +34779,8 @@ public static void SourceSOFT( [NativeTypeName("const ALint64SOFT *")] long* values ) => ThisThread.SourceSOFT(source, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -36926,7 +34794,6 @@ void IAL.SourceSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36936,6 +34803,7 @@ public static void SourceSOFT( [NativeTypeName("const ALint64SOFT *")] Ref values ) => ThisThread.SourceSOFT(source, param1, values); + [NativeFunction("openal", EntryPoint = "alSourceiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirect( ContextHandle context, @@ -36951,7 +34819,6 @@ _slots[264] is not null and var loadedFnPtr ) )(context, source, param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceDirect( @@ -36961,6 +34828,8 @@ public static void SourceDirect( [NativeTypeName("ALint")] int value ) => ThisThread.SourceDirect(context, source, param2, value); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirect( ContextHandle context, @@ -36969,7 +34838,6 @@ void IAL.SourceDirect( [NativeTypeName("ALint")] int value ) => ((IAL)this).SourceDirect(context, source, (int)param2, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceiDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -36980,6 +34848,7 @@ public static void SourceDirect( [NativeTypeName("ALint")] int value ) => ThisThread.SourceDirect(context, source, param2, value); + [NativeFunction("openal", EntryPoint = "alSourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source( [NativeTypeName("ALuint")] uint source, @@ -36994,7 +34863,6 @@ _slots[265] is not null and var loadedFnPtr ) )(source, param1, values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Source( @@ -37003,6 +34871,8 @@ public static void Source( [NativeTypeName("const ALint *")] int* values ) => ThisThread.Source(source, param1, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.Source( [NativeTypeName("ALuint")] uint source, @@ -37016,7 +34886,6 @@ void IAL.Source( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37026,6 +34895,7 @@ public static void Source( [NativeTypeName("const ALint *")] Ref values ) => ThisThread.Source(source, param1, values); + [NativeFunction("openal", EntryPoint = "alSourceivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirect( ContextHandle context, @@ -37041,7 +34911,6 @@ _slots[266] is not null and var loadedFnPtr ) )(context, source, param2, values); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceDirect( @@ -37051,6 +34920,8 @@ public static void SourceDirect( [NativeTypeName("const ALint *")] int* values ) => ThisThread.SourceDirect(context, source, param2, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceDirect( ContextHandle context, @@ -37065,7 +34936,6 @@ void IAL.SourceDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceivDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37076,6 +34946,7 @@ public static void SourceDirect( [NativeTypeName("const ALint *")] Ref values ) => ThisThread.SourceDirect(context, source, param2, values); + [NativeFunction("openal", EntryPoint = "alSourcePause")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePause([NativeTypeName("ALuint")] uint source) => ( @@ -37086,12 +34957,12 @@ _slots[267] is not null and var loadedFnPtr ) )(source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePause")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePause([NativeTypeName("ALuint")] uint source) => ThisThread.SourcePause(source); + [NativeFunction("openal", EntryPoint = "alSourcePauseDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePauseDirect(ContextHandle context, [NativeTypeName("ALuint")] uint source) => ( @@ -37102,7 +34973,6 @@ _slots[268] is not null and var loadedFnPtr ) )(context, source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePauseDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePauseDirect( @@ -37110,6 +34980,7 @@ public static void SourcePauseDirect( [NativeTypeName("ALuint")] uint source ) => ThisThread.SourcePauseDirect(context, source); + [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePausev( [NativeTypeName("ALsizei")] int n, @@ -37123,7 +34994,6 @@ _slots[269] is not null and var loadedFnPtr ) )(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePausev( @@ -37131,6 +35001,8 @@ public static void SourcePausev( [NativeTypeName("const ALuint *")] uint* sources ) => ThisThread.SourcePausev(n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePausev( [NativeTypeName("ALsizei")] int n, @@ -37143,7 +35015,6 @@ void IAL.SourcePausev( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37152,17 +35023,19 @@ public static void SourcePausev( [NativeTypeName("const ALuint *")] Ref sources ) => ThisThread.SourcePausev(n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePausev([NativeTypeName("const ALuint *")] uint sources) => ((IAL)this).SourcePausev(1, (uint*)&sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePausev([NativeTypeName("const ALuint *")] uint sources) => ThisThread.SourcePausev(sources); + [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePausevDirect( ContextHandle context, @@ -37177,7 +35050,6 @@ _slots[270] is not null and var loadedFnPtr ) )(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePausevDirect( @@ -37186,6 +35058,8 @@ public static void SourcePausevDirect( [NativeTypeName("const ALuint *")] uint* sources ) => ThisThread.SourcePausevDirect(context, n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePausevDirect( ContextHandle context, @@ -37199,7 +35073,6 @@ void IAL.SourcePausevDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37209,13 +35082,14 @@ public static void SourcePausevDirect( [NativeTypeName("const ALuint *")] Ref sources ) => ThisThread.SourcePausevDirect(context, n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePausevDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint sources ) => ((IAL)this).SourcePausevDirect(context, 1, (uint*)&sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37224,6 +35098,7 @@ public static void SourcePausevDirect( [NativeTypeName("const ALuint *")] uint sources ) => ThisThread.SourcePausevDirect(context, sources); + [NativeFunction("openal", EntryPoint = "alSourcePlay")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlay([NativeTypeName("ALuint")] uint source) => ( @@ -37234,12 +35109,12 @@ _slots[271] is not null and var loadedFnPtr ) )(source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePlay")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePlay([NativeTypeName("ALuint")] uint source) => ThisThread.SourcePlay(source); + [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimeDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayAtTimeDirectSOFT( ContextHandle context, @@ -37257,11 +35132,6 @@ _slots[272] is not null and var loadedFnPtr ) )(context, source, start_time); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimeDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePlayAtTimeDirectSOFT( @@ -37270,6 +35140,7 @@ public static void SourcePlayAtTimeDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => ThisThread.SourcePlayAtTimeDirectSOFT(context, source, start_time); + [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimeSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayAtTimeSOFT( [NativeTypeName("ALuint")] uint source, @@ -37283,7 +35154,6 @@ _slots[273] is not null and var loadedFnPtr ) )(source, start_time); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimeSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePlayAtTimeSOFT( @@ -37291,6 +35161,7 @@ public static void SourcePlayAtTimeSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => ThisThread.SourcePlayAtTimeSOFT(source, start_time); + [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayAtTimevDirectSOFT( ContextHandle context, @@ -37309,11 +35180,6 @@ _slots[274] is not null and var loadedFnPtr ) )(context, n, sources, start_time); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePlayAtTimevDirectSOFT( @@ -37323,6 +35189,8 @@ public static void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => ThisThread.SourcePlayAtTimevDirectSOFT(context, n, sources, start_time); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayAtTimevDirectSOFT( ContextHandle context, @@ -37337,11 +35205,6 @@ void IAL.SourcePlayAtTimevDirectSOFT( } } - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37352,6 +35215,8 @@ public static void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => ThisThread.SourcePlayAtTimevDirectSOFT(context, n, sources, start_time); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayAtTimevDirectSOFT( ContextHandle context, @@ -37359,11 +35224,6 @@ void IAL.SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => ((IAL)this).SourcePlayAtTimevDirectSOFT(context, 1, (uint*)&sources, start_time); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37373,6 +35233,7 @@ public static void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => ThisThread.SourcePlayAtTimevDirectSOFT(context, sources, start_time); + [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayAtTimevSOFT( [NativeTypeName("ALsizei")] int n, @@ -37387,7 +35248,6 @@ _slots[275] is not null and var loadedFnPtr ) )(n, sources, start_time); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePlayAtTimevSOFT( @@ -37396,6 +35256,8 @@ public static void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => ThisThread.SourcePlayAtTimevSOFT(n, sources, start_time); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayAtTimevSOFT( [NativeTypeName("ALsizei")] int n, @@ -37409,7 +35271,6 @@ void IAL.SourcePlayAtTimevSOFT( } } - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37419,13 +35280,14 @@ public static void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => ThisThread.SourcePlayAtTimevSOFT(n, sources, start_time); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayAtTimevSOFT( [NativeTypeName("const ALuint *")] uint sources, [NativeTypeName("ALint64SOFT")] long start_time ) => ((IAL)this).SourcePlayAtTimevSOFT(1, (uint*)&sources, start_time); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37434,6 +35296,7 @@ public static void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ) => ThisThread.SourcePlayAtTimevSOFT(sources, start_time); + [NativeFunction("openal", EntryPoint = "alSourcePlayDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayDirect(ContextHandle context, [NativeTypeName("ALuint")] uint source) => ( @@ -37444,7 +35307,6 @@ _slots[276] is not null and var loadedFnPtr ) )(context, source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePlayDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePlayDirect( @@ -37452,6 +35314,7 @@ public static void SourcePlayDirect( [NativeTypeName("ALuint")] uint source ) => ThisThread.SourcePlayDirect(context, source); + [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayv( [NativeTypeName("ALsizei")] int n, @@ -37465,7 +35328,6 @@ _slots[277] is not null and var loadedFnPtr ) )(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePlayv( @@ -37473,6 +35335,8 @@ public static void SourcePlayv( [NativeTypeName("const ALuint *")] uint* sources ) => ThisThread.SourcePlayv(n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayv( [NativeTypeName("ALsizei")] int n, @@ -37485,7 +35349,6 @@ void IAL.SourcePlayv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37494,17 +35357,19 @@ public static void SourcePlayv( [NativeTypeName("const ALuint *")] Ref sources ) => ThisThread.SourcePlayv(n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayv([NativeTypeName("const ALuint *")] uint sources) => ((IAL)this).SourcePlayv(1, (uint*)&sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePlayv([NativeTypeName("const ALuint *")] uint sources) => ThisThread.SourcePlayv(sources); + [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayvDirect( ContextHandle context, @@ -37519,7 +35384,6 @@ _slots[278] is not null and var loadedFnPtr ) )(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourcePlayvDirect( @@ -37528,6 +35392,8 @@ public static void SourcePlayvDirect( [NativeTypeName("const ALuint *")] uint* sources ) => ThisThread.SourcePlayvDirect(context, n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayvDirect( ContextHandle context, @@ -37541,7 +35407,6 @@ void IAL.SourcePlayvDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37551,13 +35416,14 @@ public static void SourcePlayvDirect( [NativeTypeName("const ALuint *")] Ref sources ) => ThisThread.SourcePlayvDirect(context, n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourcePlayvDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint sources ) => ((IAL)this).SourcePlayvDirect(context, 1, (uint*)&sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37566,6 +35432,7 @@ public static void SourcePlayvDirect( [NativeTypeName("const ALuint *")] uint sources ) => ThisThread.SourcePlayvDirect(context, sources); + [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceQueueBuffers( [NativeTypeName("ALuint")] uint source, @@ -37580,7 +35447,6 @@ _slots[279] is not null and var loadedFnPtr ) )(source, nb, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceQueueBuffers( @@ -37589,6 +35455,8 @@ public static void SourceQueueBuffers( [NativeTypeName("const ALuint *")] uint* buffers ) => ThisThread.SourceQueueBuffers(source, nb, buffers); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceQueueBuffers( [NativeTypeName("ALuint")] uint source, @@ -37602,7 +35470,6 @@ void IAL.SourceQueueBuffers( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37612,6 +35479,7 @@ public static void SourceQueueBuffers( [NativeTypeName("const ALuint *")] Ref buffers ) => ThisThread.SourceQueueBuffers(source, nb, buffers); + [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceQueueBuffersDirect( ContextHandle context, @@ -37630,7 +35498,6 @@ _slots[280] is not null and var loadedFnPtr ) )(context, source, nb, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceQueueBuffersDirect( @@ -37640,6 +35507,8 @@ public static void SourceQueueBuffersDirect( [NativeTypeName("const ALuint *")] uint* buffers ) => ThisThread.SourceQueueBuffersDirect(context, source, nb, buffers); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceQueueBuffersDirect( ContextHandle context, @@ -37654,7 +35523,6 @@ void IAL.SourceQueueBuffersDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37665,6 +35533,7 @@ public static void SourceQueueBuffersDirect( [NativeTypeName("const ALuint *")] Ref buffers ) => ThisThread.SourceQueueBuffersDirect(context, source, nb, buffers); + [NativeFunction("openal", EntryPoint = "alSourceRewind")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceRewind([NativeTypeName("ALuint")] uint source) => ( @@ -37675,12 +35544,12 @@ _slots[281] is not null and var loadedFnPtr ) )(source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceRewind")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceRewind([NativeTypeName("ALuint")] uint source) => ThisThread.SourceRewind(source); + [NativeFunction("openal", EntryPoint = "alSourceRewindDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceRewindDirect(ContextHandle context, [NativeTypeName("ALuint")] uint source) => ( @@ -37691,7 +35560,6 @@ _slots[282] is not null and var loadedFnPtr ) )(context, source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceRewindDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceRewindDirect( @@ -37699,8 +35567,9 @@ public static void SourceRewindDirect( [NativeTypeName("ALuint")] uint source ) => ThisThread.SourceRewindDirect(context, source); + [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.SourceRewin( + void IAL.SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ) => @@ -37712,48 +35581,50 @@ _slots[283] is not null and var loadedFnPtr ) )(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void SourceRewin( + public static void SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources - ) => ThisThread.SourceRewin(n, sources); + ) => ThisThread.SourceRewindv(n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.SourceRewin( + void IAL.SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources ) { fixed (uint* __dsl_sources = sources) { - ((IAL)this).SourceRewin(n, __dsl_sources); + ((IAL)this).SourceRewindv(n, __dsl_sources); } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void SourceRewin( + public static void SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources - ) => ThisThread.SourceRewin(n, sources); + ) => ThisThread.SourceRewindv(n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.SourceRewin([NativeTypeName("const ALuint *")] uint sources) => - ((IAL)this).SourceRewin(1, (uint*)&sources); + void IAL.SourceRewindv([NativeTypeName("const ALuint *")] uint sources) => + ((IAL)this).SourceRewindv(1, (uint*)&sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void SourceRewin([NativeTypeName("const ALuint *")] uint sources) => - ThisThread.SourceRewin(sources); + public static void SourceRewindv([NativeTypeName("const ALuint *")] uint sources) => + ThisThread.SourceRewindv(sources); + [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.SourceRewinDirect( + void IAL.SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources @@ -37766,17 +35637,18 @@ _slots[284] is not null and var loadedFnPtr ) )(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void SourceRewinDirect( + public static void SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources - ) => ThisThread.SourceRewinDirect(context, n, sources); + ) => ThisThread.SourceRewindvDirect(context, n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.SourceRewinDirect( + void IAL.SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources @@ -37784,35 +35656,36 @@ void IAL.SourceRewinDirect( { fixed (uint* __dsl_sources = sources) { - ((IAL)this).SourceRewinDirect(context, n, __dsl_sources); + ((IAL)this).SourceRewindvDirect(context, n, __dsl_sources); } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void SourceRewinDirect( + public static void SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources - ) => ThisThread.SourceRewinDirect(context, n, sources); + ) => ThisThread.SourceRewindvDirect(context, n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IAL.SourceRewinDirect( + void IAL.SourceRewindvDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint sources - ) => ((IAL)this).SourceRewinDirect(context, 1, (uint*)&sources); + ) => ((IAL)this).SourceRewindvDirect(context, 1, (uint*)&sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void SourceRewinDirect( + public static void SourceRewindvDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint sources - ) => ThisThread.SourceRewinDirect(context, sources); + ) => ThisThread.SourceRewindvDirect(context, sources); + [NativeFunction("openal", EntryPoint = "alSourceStop")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceStop([NativeTypeName("ALuint")] uint source) => ( @@ -37823,12 +35696,12 @@ _slots[285] is not null and var loadedFnPtr ) )(source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceStop")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceStop([NativeTypeName("ALuint")] uint source) => ThisThread.SourceStop(source); + [NativeFunction("openal", EntryPoint = "alSourceStopDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceStopDirect(ContextHandle context, [NativeTypeName("ALuint")] uint source) => ( @@ -37839,7 +35712,6 @@ _slots[286] is not null and var loadedFnPtr ) )(context, source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceStopDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceStopDirect( @@ -37847,6 +35719,7 @@ public static void SourceStopDirect( [NativeTypeName("ALuint")] uint source ) => ThisThread.SourceStopDirect(context, source); + [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceStopv( [NativeTypeName("ALsizei")] int n, @@ -37860,7 +35733,6 @@ _slots[287] is not null and var loadedFnPtr ) )(n, sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceStopv( @@ -37868,6 +35740,8 @@ public static void SourceStopv( [NativeTypeName("const ALuint *")] uint* sources ) => ThisThread.SourceStopv(n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceStopv( [NativeTypeName("ALsizei")] int n, @@ -37880,7 +35754,6 @@ void IAL.SourceStopv( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37889,17 +35762,19 @@ public static void SourceStopv( [NativeTypeName("const ALuint *")] Ref sources ) => ThisThread.SourceStopv(n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceStopv([NativeTypeName("const ALuint *")] uint sources) => ((IAL)this).SourceStopv(1, (uint*)&sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceStopv([NativeTypeName("const ALuint *")] uint sources) => ThisThread.SourceStopv(sources); + [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceStopvDirect( ContextHandle context, @@ -37914,7 +35789,6 @@ _slots[288] is not null and var loadedFnPtr ) )(context, n, sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceStopvDirect( @@ -37923,6 +35797,8 @@ public static void SourceStopvDirect( [NativeTypeName("const ALuint *")] uint* sources ) => ThisThread.SourceStopvDirect(context, n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceStopvDirect( ContextHandle context, @@ -37936,7 +35812,6 @@ void IAL.SourceStopvDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37946,13 +35821,14 @@ public static void SourceStopvDirect( [NativeTypeName("const ALuint *")] Ref sources ) => ThisThread.SourceStopvDirect(context, n, sources); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceStopvDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint sources ) => ((IAL)this).SourceStopvDirect(context, 1, (uint*)&sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -37961,6 +35837,7 @@ public static void SourceStopvDirect( [NativeTypeName("const ALuint *")] uint sources ) => ThisThread.SourceStopvDirect(context, sources); + [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceUnqueueBuffers( [NativeTypeName("ALuint")] uint source, @@ -37975,7 +35852,6 @@ _slots[289] is not null and var loadedFnPtr ) )(source, nb, buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceUnqueueBuffers( @@ -37984,6 +35860,8 @@ public static void SourceUnqueueBuffers( [NativeTypeName("ALuint *")] uint* buffers ) => ThisThread.SourceUnqueueBuffers(source, nb, buffers); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceUnqueueBuffers( [NativeTypeName("ALuint")] uint source, @@ -37997,7 +35875,6 @@ void IAL.SourceUnqueueBuffers( } } - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -38007,6 +35884,7 @@ public static void SourceUnqueueBuffers( [NativeTypeName("ALuint *")] Ref buffers ) => ThisThread.SourceUnqueueBuffers(source, nb, buffers); + [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceUnqueueBuffersDirect( ContextHandle context, @@ -38025,7 +35903,6 @@ _slots[290] is not null and var loadedFnPtr ) )(context, source, nb, buffers); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SourceUnqueueBuffersDirect( @@ -38035,6 +35912,8 @@ public static void SourceUnqueueBuffersDirect( [NativeTypeName("ALuint *")] uint* buffers ) => ThisThread.SourceUnqueueBuffersDirect(context, source, nb, buffers); + [Transformed] + [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SourceUnqueueBuffersDirect( ContextHandle context, @@ -38049,7 +35928,6 @@ void IAL.SourceUnqueueBuffersDirect( } } - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -38060,6 +35938,7 @@ public static void SourceUnqueueBuffersDirect( [NativeTypeName("ALuint *")] Ref buffers ) => ThisThread.SourceUnqueueBuffersDirect(context, source, nb, buffers); + [NativeFunction("openal", EntryPoint = "alSpeedOfSound")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SpeedOfSound([NativeTypeName("ALfloat")] float value) => ( @@ -38070,12 +35949,12 @@ _slots[291] is not null and var loadedFnPtr ) )(value); - [SupportedApiProfile("al", ["AL_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alSpeedOfSound")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SpeedOfSound([NativeTypeName("ALfloat")] float value) => ThisThread.SpeedOfSound(value); + [NativeFunction("openal", EntryPoint = "alSpeedOfSoundDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IAL.SpeedOfSoundDirect(ContextHandle context, [NativeTypeName("ALfloat")] float value) => ( @@ -38086,7 +35965,6 @@ _slots[292] is not null and var loadedFnPtr ) )(context, value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSpeedOfSoundDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SpeedOfSoundDirect( @@ -38094,6 +35972,8 @@ public static void SpeedOfSoundDirect( [NativeTypeName("ALfloat")] float value ) => ThisThread.SpeedOfSoundDirect(context, value); + [return: NativeTypeName("ALenum")] + [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.EAXGetBufferModeDirect( ContextHandle context, @@ -38109,7 +35989,6 @@ _slots[293] is not null and var loadedFnPtr )(context, buffer, pReserved); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int EAXGetBufferModeDirect( @@ -38118,6 +35997,9 @@ public static int EAXGetBufferModeDirect( [NativeTypeName("ALint *")] int* pReserved ) => ThisThread.EAXGetBufferModeDirect(context, buffer, pReserved); + [return: NativeTypeName("ALenum")] + [Transformed] + [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.EAXGetBufferModeDirect( ContextHandle context, @@ -38132,7 +36014,6 @@ int IAL.EAXGetBufferModeDirect( } [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -38142,6 +36023,8 @@ public static int EAXGetBufferModeDirect( [NativeTypeName("ALint *")] Ref pReserved ) => ThisThread.EAXGetBufferModeDirect(context, buffer, pReserved); + [return: NativeTypeName("ALenum")] + [NativeFunction("openal", EntryPoint = "EAXGetDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.EAXGetDirect( ContextHandle context, @@ -38160,7 +36043,6 @@ _slots[294] is not null and var loadedFnPtr )(context, property_set_id, property_id, source_id, value, value_size); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXGetDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int EAXGetDirect( @@ -38180,6 +36062,9 @@ public static int EAXGetDirect( value_size ); + [return: NativeTypeName("ALenum")] + [Transformed] + [NativeFunction("openal", EntryPoint = "EAXGetDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.EAXGetDirect( ContextHandle context, @@ -38206,7 +36091,6 @@ int IAL.EAXGetDirect( } [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXGetDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -38227,6 +36111,8 @@ public static int EAXGetDirect( value_size ); + [return: NativeTypeName("ALboolean")] + [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IAL.EAXSetBufferModeDirect( ContextHandle context, @@ -38243,7 +36129,6 @@ _slots[295] is not null and var loadedFnPtr )(context, n, buffers, value); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte EAXSetBufferModeDirect( @@ -38253,6 +36138,9 @@ public static sbyte EAXSetBufferModeDirect( [NativeTypeName("ALint")] int value ) => ThisThread.EAXSetBufferModeDirect(context, n, buffers, value); + [return: NativeTypeName("ALboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IAL.EAXSetBufferModeDirect( ContextHandle context, @@ -38269,7 +36157,6 @@ MaybeBool IAL.EAXSetBufferModeDirect( } [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -38280,6 +36167,8 @@ public static MaybeBool EAXSetBufferModeDirect( [NativeTypeName("ALint")] int value ) => ThisThread.EAXSetBufferModeDirect(context, n, buffers, value); + [return: NativeTypeName("ALenum")] + [NativeFunction("openal", EntryPoint = "EAXSetDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.EAXSetDirect( ContextHandle context, @@ -38298,7 +36187,6 @@ _slots[296] is not null and var loadedFnPtr )(context, property_set_id, property_id, source_id, value, value_size); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXSetDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int EAXSetDirect( @@ -38318,6 +36206,9 @@ public static int EAXSetDirect( value_size ); + [return: NativeTypeName("ALenum")] + [Transformed] + [NativeFunction("openal", EntryPoint = "EAXSetDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IAL.EAXSetDirect( ContextHandle context, @@ -38344,7 +36235,6 @@ int IAL.EAXSetDirect( } [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXSetDirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] diff --git a/sources/OpenAL/OpenAL/al/ALContext.gen.cs b/sources/OpenAL/OpenAL/al/ALContext.gen.cs index 2701ad455f..92be32940e 100644 --- a/sources/OpenAL/OpenAL/al/ALContext.gen.cs +++ b/sources/OpenAL/OpenAL/al/ALContext.gen.cs @@ -15,7 +15,6 @@ public unsafe partial class ALContext : IALContext, IALContext.Static public partial class DllImport : IALContext.Static { [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] public static MaybeBool CaptureCloseDevice(DeviceHandle device) => @@ -23,11 +22,9 @@ public static MaybeBool CaptureCloseDevice(DeviceHandle device) => [DllImport("openal", ExactSpelling = true, EntryPoint = "alcCaptureCloseDevice")] [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] public static extern sbyte CaptureCloseDeviceRaw(DeviceHandle device); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcCaptureOpenDevice")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] public static extern DeviceHandle CaptureOpenDevice( [NativeTypeName("const ALCchar *")] sbyte* devicename, [NativeTypeName("ALCuint")] uint frequency, @@ -35,7 +32,6 @@ public static extern DeviceHandle CaptureOpenDevice( [NativeTypeName("ALCsizei")] int buffersize ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] [MethodImpl( @@ -60,14 +56,12 @@ public static DeviceHandle CaptureOpenDevice( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alcCaptureSamples")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] public static extern void CaptureSamples( DeviceHandle device, [NativeTypeName("ALCvoid *")] void* buffer, [NativeTypeName("ALCsizei")] int samples ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] [MethodImpl( @@ -86,15 +80,12 @@ public static void CaptureSamples( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alcCaptureStart")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] public static extern void CaptureStart(DeviceHandle device); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcCaptureStop")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] public static extern void CaptureStop(DeviceHandle device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCloseDevice")] public static MaybeBool CloseDevice(DeviceHandle device) => @@ -102,17 +93,14 @@ public static MaybeBool CloseDevice(DeviceHandle device) => [DllImport("openal", ExactSpelling = true, EntryPoint = "alcCloseDevice")] [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern sbyte CloseDeviceRaw(DeviceHandle device); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcCreateContext")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern ContextHandle CreateContext( DeviceHandle device, [NativeTypeName("const ALCint *")] int* attrlist ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCreateContext")] [MethodImpl( @@ -130,25 +118,20 @@ public static ContextHandle CreateContext( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alcDestroyContext")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern void DestroyContext(ContextHandle context); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcDevicePauseSOFT")] - [SupportedApiProfile("alc", ["ALC_SOFT_pause_device"])] public static extern void DevicePauseSOFT(DeviceHandle device); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcDeviceResumeSOFT")] - [SupportedApiProfile("alc", ["ALC_SOFT_pause_device"])] public static extern void DeviceResumeSOFT(DeviceHandle device); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcEventCallbackSOFT")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] public static extern void EventCallbackSOFT( [NativeTypeName("ALCEVENTPROCTYPESOFT")] ContextEventProcSOFT callback, void* userParam ); - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] [MethodImpl( @@ -167,7 +150,6 @@ Ref userParam [DllImport("openal", ExactSpelling = true, EntryPoint = "alcEventControlSOFT")] [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] public static extern sbyte EventControlSOFT( [NativeTypeName("ALCsizei")] int count, [NativeTypeName("const ALCenum *")] int* events, @@ -175,7 +157,6 @@ public static extern sbyte EventControlSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] [MethodImpl( @@ -196,14 +177,12 @@ public static MaybeBool EventControlSOFT( [DllImport("openal", ExactSpelling = true, EntryPoint = "alcEventIsSupportedSOFT")] [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] public static extern int EventIsSupportedSOFT( [NativeTypeName("ALCenum")] int eventType, [NativeTypeName("ALCenum")] int deviceType ); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] public static Constant EventIsSupportedSOFT( @@ -214,23 +193,19 @@ public static Constant EventIsSupportedSOFT( (int)EventIsSupportedSOFT((int)eventType, (int)deviceType); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcGetContextsDevice")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern DeviceHandle GetContextsDevice(ContextHandle context); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcGetCurrentContext")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern ContextHandle GetCurrentContext(); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcGetEnumValue")] [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern int GetEnumValue( DeviceHandle device, [NativeTypeName("const ALCchar *")] sbyte* enumname ); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] [MethodImpl( @@ -248,7 +223,6 @@ public static int GetEnumValue( } [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetError")] public static Constant GetError(DeviceHandle device) => @@ -256,11 +230,9 @@ public static Constant GetError(DeviceHandle dev [DllImport("openal", ExactSpelling = true, EntryPoint = "alcGetError")] [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern int GetErrorRaw(DeviceHandle device); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcGetInteger64vSOFT")] - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] public static extern void GetInteger64SOFT( DeviceHandle device, [NativeTypeName("ALCenum")] int pname, @@ -268,7 +240,6 @@ public static extern void GetInteger64SOFT( [NativeTypeName("ALCint64SOFT *")] long* values ); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl( @@ -287,7 +258,6 @@ public static void GetInteger64SOFT( } } - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] public static long GetInteger64SOFT( @@ -301,7 +271,6 @@ public static long GetInteger64SOFT( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alcGetIntegerv")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern void GetInteger( DeviceHandle device, [NativeTypeName("ALCenum")] int param1, @@ -309,7 +278,6 @@ public static extern void GetInteger( [NativeTypeName("ALCint *")] int* values ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl( @@ -328,7 +296,6 @@ public static void GetInteger( } } - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] public static int GetInteger(DeviceHandle device, [NativeTypeName("ALCenum")] int param1) @@ -340,14 +307,12 @@ public static int GetInteger(DeviceHandle device, [NativeTypeName("ALCenum")] in [DllImport("openal", ExactSpelling = true, EntryPoint = "alcGetProcAddress")] [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern void* GetProcAddress( DeviceHandle device, [NativeTypeName("const ALCchar *")] sbyte* funcname ); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] [MethodImpl( @@ -366,14 +331,12 @@ public static Ptr GetProcAddress( [DllImport("openal", ExactSpelling = true, EntryPoint = "alcGetProcAddress2")] [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] public static extern void* GetProcAddress2( DeviceHandle device, [NativeTypeName("const ALCchar *")] sbyte* funcName ); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] [MethodImpl( @@ -392,14 +355,12 @@ public static Ptr GetProcAddress2( [DllImport("openal", ExactSpelling = true, EntryPoint = "alcGetString")] [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern sbyte* GetString( DeviceHandle device, [NativeTypeName("ALCenum")] int param1 ); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetString")] [MethodImpl( @@ -412,7 +373,6 @@ public static Ptr GetString( [DllImport("openal", ExactSpelling = true, EntryPoint = "alcGetStringiSOFT")] [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] public static extern sbyte* GetStringSOFT( DeviceHandle device, [NativeTypeName("ALCenum")] int paramName, @@ -420,7 +380,6 @@ public static Ptr GetString( ); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] [MethodImpl( @@ -433,19 +392,16 @@ public static Ptr GetStringSOFT( ) => (sbyte*)GetStringSOFT(device, (int)paramName, index); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcGetThreadContext")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] public static extern ContextHandle GetThreadContext(); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcIsExtensionPresent")] [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern sbyte IsExtensionPresent( DeviceHandle device, [NativeTypeName("const ALCchar *")] sbyte* extname ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] [MethodImpl( @@ -464,7 +420,6 @@ public static MaybeBool IsExtensionPresent( [DllImport("openal", ExactSpelling = true, EntryPoint = "alcIsRenderFormatSupportedSOFT")] [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] public static extern sbyte IsRenderFormatSupportedSOFT( DeviceHandle device, [NativeTypeName("ALCsizei")] int freq, @@ -473,7 +428,6 @@ public static extern sbyte IsRenderFormatSupportedSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] public static MaybeBool IsRenderFormatSupportedSOFT( @@ -486,12 +440,10 @@ public static MaybeBool IsRenderFormatSupportedSOFT( (sbyte)IsRenderFormatSupportedSOFT(device, freq, (int)channels, (int)type); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcLoopbackOpenDeviceSOFT")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] public static extern DeviceHandle LoopbackOpenDeviceSOFT( [NativeTypeName("const ALCchar *")] sbyte* deviceName ); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] [MethodImpl( @@ -508,14 +460,12 @@ public static DeviceHandle LoopbackOpenDeviceSOFT( } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] public static MaybeBool MakeContextCurrent(ContextHandle context) => (MaybeBool)(sbyte)MakeContextCurrentRaw(context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] private static MaybeBool MakeContextCurrentInternal(ContextHandle context) => @@ -523,21 +473,17 @@ private static MaybeBool MakeContextCurrentInternal(ContextHandle context [DllImport("openal", ExactSpelling = true, EntryPoint = "alcMakeContextCurrent")] [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] private static extern sbyte MakeContextCurrentInternalRaw(ContextHandle context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] public static partial sbyte MakeContextCurrentRaw(ContextHandle context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcOpenDevice")] public static partial DeviceHandle OpenDevice( [NativeTypeName("const ALCchar *")] sbyte* devicename ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcOpenDevice")] [MethodImpl( @@ -554,12 +500,10 @@ public static DeviceHandle OpenDevice( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alcOpenDevice")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] private static extern DeviceHandle OpenDeviceInternal( [NativeTypeName("const ALCchar *")] sbyte* devicename ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcOpenDevice")] [MethodImpl( @@ -576,18 +520,15 @@ private static DeviceHandle OpenDeviceInternal( } [DllImport("openal", ExactSpelling = true, EntryPoint = "alcProcessContext")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern void ProcessContext(ContextHandle context); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcRenderSamplesSOFT")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] public static extern void RenderSamplesSOFT( DeviceHandle device, [NativeTypeName("ALCvoid *")] void* buffer, [NativeTypeName("ALCsizei")] int samples ); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] [MethodImpl( @@ -607,7 +548,6 @@ public static void RenderSamplesSOFT( [DllImport("openal", ExactSpelling = true, EntryPoint = "alcReopenDeviceSOFT")] [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_reopen_device"])] public static extern sbyte ReopenDeviceSOFT( DeviceHandle device, [NativeTypeName("const ALCchar *")] sbyte* deviceName, @@ -615,7 +555,6 @@ public static extern sbyte ReopenDeviceSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_reopen_device"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] [MethodImpl( @@ -637,14 +576,12 @@ public static MaybeBool ReopenDeviceSOFT( [DllImport("openal", ExactSpelling = true, EntryPoint = "alcResetDeviceSOFT")] [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] public static extern sbyte ResetDeviceSOFT( DeviceHandle device, [NativeTypeName("const ALCint *")] int* attribs ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] [MethodImpl( @@ -662,7 +599,6 @@ public static MaybeBool ResetDeviceSOFT( } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] public static MaybeBool SetThreadContext(ContextHandle context) => @@ -670,11 +606,9 @@ public static MaybeBool SetThreadContext(ContextHandle context) => [DllImport("openal", ExactSpelling = true, EntryPoint = "alcSetThreadContext")] [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] public static extern sbyte SetThreadContextRaw(ContextHandle context); [DllImport("openal", ExactSpelling = true, EntryPoint = "alcSuspendContext")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public static extern void SuspendContext(ContextHandle context); } @@ -682,7 +616,6 @@ public partial class StaticWrapper : IALContext where T : IALContext.Static { [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] [MethodImpl( @@ -692,14 +625,12 @@ public MaybeBool CaptureCloseDevice(DeviceHandle device) => T.CaptureCloseDevice(device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public sbyte CaptureCloseDeviceRaw(DeviceHandle device) => T.CaptureCloseDeviceRaw(device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -711,7 +642,6 @@ public DeviceHandle CaptureOpenDevice( [NativeTypeName("ALCsizei")] int buffersize ) => T.CaptureOpenDevice(devicename, frequency, format, buffersize); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] [MethodImpl( @@ -724,7 +654,6 @@ public DeviceHandle CaptureOpenDevice( [NativeTypeName("ALCsizei")] int buffersize ) => T.CaptureOpenDevice(devicename, frequency, format, buffersize); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -735,7 +664,6 @@ public void CaptureSamples( [NativeTypeName("ALCsizei")] int samples ) => T.CaptureSamples(device, buffer, samples); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] [MethodImpl( @@ -747,14 +675,12 @@ public void CaptureSamples( [NativeTypeName("ALCsizei")] int samples ) => T.CaptureSamples(device, buffer, samples); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureStart")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void CaptureStart(DeviceHandle device) => T.CaptureStart(device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureStop")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -762,7 +688,6 @@ public void CaptureSamples( public void CaptureStop(DeviceHandle device) => T.CaptureStop(device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCloseDevice")] [MethodImpl( @@ -771,14 +696,12 @@ public void CaptureSamples( public MaybeBool CloseDevice(DeviceHandle device) => T.CloseDevice(device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcCloseDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public sbyte CloseDeviceRaw(DeviceHandle device) => T.CloseDeviceRaw(device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcCreateContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -788,7 +711,6 @@ public ContextHandle CreateContext( [NativeTypeName("const ALCint *")] int* attrlist ) => T.CreateContext(device, attrlist); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCreateContext")] [MethodImpl( @@ -799,28 +721,24 @@ public ContextHandle CreateContext( [NativeTypeName("const ALCint *")] Ref attrlist ) => T.CreateContext(device, attrlist); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcDestroyContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyContext(ContextHandle context) => T.DestroyContext(context); - [SupportedApiProfile("alc", ["ALC_SOFT_pause_device"])] [NativeFunction("openal", EntryPoint = "alcDevicePauseSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DevicePauseSOFT(DeviceHandle device) => T.DevicePauseSOFT(device); - [SupportedApiProfile("alc", ["ALC_SOFT_pause_device"])] [NativeFunction("openal", EntryPoint = "alcDeviceResumeSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DeviceResumeSOFT(DeviceHandle device) => T.DeviceResumeSOFT(device); - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -830,7 +748,6 @@ public void EventCallbackSOFT( void* userParam ) => T.EventCallbackSOFT(callback, userParam); - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] [MethodImpl( @@ -842,7 +759,6 @@ Ref userParam ) => T.EventCallbackSOFT(callback, userParam); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -854,7 +770,6 @@ public sbyte EventControlSOFT( ) => T.EventControlSOFT(count, events, enable); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] [MethodImpl( @@ -867,7 +782,6 @@ public MaybeBool EventControlSOFT( ) => T.EventControlSOFT(count, events, enable); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -878,7 +792,6 @@ public int EventIsSupportedSOFT( ) => T.EventIsSupportedSOFT(eventType, deviceType); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] [MethodImpl( @@ -889,7 +802,6 @@ public Constant EventIsSupportedSOFT( [NativeTypeName("ALCenum")] Constant deviceType ) => T.EventIsSupportedSOFT(eventType, deviceType); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetContextsDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -897,7 +809,6 @@ public Constant EventIsSupportedSOFT( public DeviceHandle GetContextsDevice(ContextHandle context) => T.GetContextsDevice(context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetCurrentContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -905,7 +816,6 @@ public DeviceHandle GetContextsDevice(ContextHandle context) => public ContextHandle GetCurrentContext() => T.GetCurrentContext(); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -916,7 +826,6 @@ public int GetEnumValue( ) => T.GetEnumValue(device, enumname); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] [MethodImpl( @@ -928,7 +837,6 @@ public int GetEnumValue( ) => T.GetEnumValue(device, enumname); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetError")] [MethodImpl( @@ -938,14 +846,12 @@ public Constant GetError(DeviceHandle device) => T.GetError(device); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetError")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int GetErrorRaw(DeviceHandle device) => T.GetErrorRaw(device); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -957,7 +863,6 @@ public void GetInteger64SOFT( [NativeTypeName("ALCint64SOFT *")] long* values ) => T.GetInteger64SOFT(device, pname, size, values); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl( @@ -970,7 +875,6 @@ public void GetInteger64SOFT( [NativeTypeName("ALCint64SOFT *")] Ref values ) => T.GetInteger64SOFT(device, pname, size, values); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl( @@ -979,7 +883,6 @@ public void GetInteger64SOFT( public long GetInteger64SOFT(DeviceHandle device, [NativeTypeName("ALCenum")] int pname) => T.GetInteger64SOFT(device, pname); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -991,7 +894,6 @@ public void GetInteger( [NativeTypeName("ALCint *")] int* values ) => T.GetInteger(device, param1, size, values); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl( @@ -1004,7 +906,6 @@ public void GetInteger( [NativeTypeName("ALCint *")] Ref values ) => T.GetInteger(device, param1, size, values); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl( @@ -1014,7 +915,6 @@ public int GetInteger(DeviceHandle device, [NativeTypeName("ALCenum")] int param T.GetInteger(device, param1); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1025,7 +925,6 @@ public int GetInteger(DeviceHandle device, [NativeTypeName("ALCenum")] int param ) => T.GetProcAddress(device, funcname); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] [MethodImpl( @@ -1037,7 +936,6 @@ public Ptr GetProcAddress( ) => T.GetProcAddress(device, funcname); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1048,7 +946,6 @@ public Ptr GetProcAddress( ) => T.GetProcAddress2(device, funcName); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] [MethodImpl( @@ -1060,7 +957,6 @@ public Ptr GetProcAddress2( ) => T.GetProcAddress2(device, funcName); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetString")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1069,7 +965,6 @@ public Ptr GetProcAddress2( T.GetString(device, param1); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetString")] [MethodImpl( @@ -1081,7 +976,6 @@ public Ptr GetString( ) => T.GetString(device, param1); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1093,7 +987,6 @@ public Ptr GetString( ) => T.GetStringSOFT(device, paramName, index); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] [MethodImpl( @@ -1105,7 +998,6 @@ public Ptr GetStringSOFT( [NativeTypeName("ALCsizei")] int index ) => T.GetStringSOFT(device, paramName, index); - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [NativeFunction("openal", EntryPoint = "alcGetThreadContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1113,7 +1005,6 @@ public Ptr GetStringSOFT( public ContextHandle GetThreadContext() => T.GetThreadContext(); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1124,7 +1015,6 @@ public sbyte IsExtensionPresent( ) => T.IsExtensionPresent(device, extname); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] [MethodImpl( @@ -1136,7 +1026,6 @@ public MaybeBool IsExtensionPresent( ) => T.IsExtensionPresent(device, extname); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1149,7 +1038,6 @@ public sbyte IsRenderFormatSupportedSOFT( ) => T.IsRenderFormatSupportedSOFT(device, freq, channels, type); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] [MethodImpl( @@ -1162,7 +1050,6 @@ public MaybeBool IsRenderFormatSupportedSOFT( [NativeTypeName("ALCenum")] Constant type ) => T.IsRenderFormatSupportedSOFT(device, freq, channels, type); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1171,7 +1058,6 @@ public DeviceHandle LoopbackOpenDeviceSOFT( [NativeTypeName("const ALCchar *")] sbyte* deviceName ) => T.LoopbackOpenDeviceSOFT(deviceName); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] [MethodImpl( @@ -1182,7 +1068,6 @@ public DeviceHandle LoopbackOpenDeviceSOFT( ) => T.LoopbackOpenDeviceSOFT(deviceName); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] [MethodImpl( @@ -1192,7 +1077,6 @@ public MaybeBool MakeContextCurrent(ContextHandle context) => T.MakeContextCurrent(context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1200,7 +1084,6 @@ public MaybeBool MakeContextCurrent(ContextHandle context) => public sbyte MakeContextCurrentRaw(ContextHandle context) => T.MakeContextCurrentRaw(context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcOpenDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1208,7 +1091,6 @@ public sbyte MakeContextCurrentRaw(ContextHandle context) => public DeviceHandle OpenDevice([NativeTypeName("const ALCchar *")] sbyte* devicename) => T.OpenDevice(devicename); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcOpenDevice")] [MethodImpl( @@ -1217,14 +1099,12 @@ public DeviceHandle OpenDevice([NativeTypeName("const ALCchar *")] sbyte* device public DeviceHandle OpenDevice([NativeTypeName("const ALCchar *")] Ref devicename) => T.OpenDevice(devicename); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcProcessContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ProcessContext(ContextHandle context) => T.ProcessContext(context); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1235,7 +1115,6 @@ public void RenderSamplesSOFT( [NativeTypeName("ALCsizei")] int samples ) => T.RenderSamplesSOFT(device, buffer, samples); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] [MethodImpl( @@ -1248,7 +1127,6 @@ public void RenderSamplesSOFT( ) => T.RenderSamplesSOFT(device, buffer, samples); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_reopen_device"])] [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1260,7 +1138,6 @@ public sbyte ReopenDeviceSOFT( ) => T.ReopenDeviceSOFT(device, deviceName, attribs); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_reopen_device"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] [MethodImpl( @@ -1273,7 +1150,6 @@ public MaybeBool ReopenDeviceSOFT( ) => T.ReopenDeviceSOFT(device, deviceName, attribs); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1284,7 +1160,6 @@ public sbyte ResetDeviceSOFT( ) => T.ResetDeviceSOFT(device, attribs); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] [MethodImpl( @@ -1296,7 +1171,6 @@ public MaybeBool ResetDeviceSOFT( ) => T.ResetDeviceSOFT(device, attribs); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] [MethodImpl( @@ -1306,14 +1180,12 @@ public MaybeBool SetThreadContext(ContextHandle context) => T.SetThreadContext(context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public sbyte SetThreadContextRaw(ContextHandle context) => T.SetThreadContextRaw(context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcSuspendContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1324,7 +1196,6 @@ public MaybeBool SetThreadContext(ContextHandle context) => public partial class ThisThread { [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] [MethodImpl( @@ -1334,7 +1205,6 @@ public static MaybeBool CaptureCloseDevice(DeviceHandle device) => Underlying.Value!.CaptureCloseDevice(device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1342,7 +1212,6 @@ public static MaybeBool CaptureCloseDevice(DeviceHandle device) => public static sbyte CaptureCloseDeviceRaw(DeviceHandle device) => Underlying.Value!.CaptureCloseDeviceRaw(device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1354,7 +1223,6 @@ public static DeviceHandle CaptureOpenDevice( [NativeTypeName("ALCsizei")] int buffersize ) => Underlying.Value!.CaptureOpenDevice(devicename, frequency, format, buffersize); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] [MethodImpl( @@ -1378,7 +1246,6 @@ public static DeviceHandle CaptureOpenDevice( } } - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1389,7 +1256,6 @@ public static void CaptureSamples( [NativeTypeName("ALCsizei")] int samples ) => Underlying.Value!.CaptureSamples(device, buffer, samples); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] [MethodImpl( @@ -1407,7 +1273,6 @@ public static void CaptureSamples( } } - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureStart")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1415,7 +1280,6 @@ public static void CaptureSamples( public static void CaptureStart(DeviceHandle device) => Underlying.Value!.CaptureStart(device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureStop")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1424,7 +1288,6 @@ public static void CaptureStop(DeviceHandle device) => Underlying.Value!.CaptureStop(device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCloseDevice")] [MethodImpl( @@ -1434,7 +1297,6 @@ public static MaybeBool CloseDevice(DeviceHandle device) => Underlying.Value!.CloseDevice(device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcCloseDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1442,7 +1304,6 @@ public static MaybeBool CloseDevice(DeviceHandle device) => public static sbyte CloseDeviceRaw(DeviceHandle device) => Underlying.Value!.CloseDeviceRaw(device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcCreateContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1452,7 +1313,6 @@ public static ContextHandle CreateContext( [NativeTypeName("const ALCint *")] int* attrlist ) => Underlying.Value!.CreateContext(device, attrlist); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCreateContext")] [MethodImpl( @@ -1469,7 +1329,6 @@ public static ContextHandle CreateContext( } } - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcDestroyContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1477,7 +1336,6 @@ public static ContextHandle CreateContext( public static void DestroyContext(ContextHandle context) => Underlying.Value!.DestroyContext(context); - [SupportedApiProfile("alc", ["ALC_SOFT_pause_device"])] [NativeFunction("openal", EntryPoint = "alcDevicePauseSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1485,7 +1343,6 @@ public static void DestroyContext(ContextHandle context) => public static void DevicePauseSOFT(DeviceHandle device) => Underlying.Value!.DevicePauseSOFT(device); - [SupportedApiProfile("alc", ["ALC_SOFT_pause_device"])] [NativeFunction("openal", EntryPoint = "alcDeviceResumeSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1493,7 +1350,6 @@ public static void DevicePauseSOFT(DeviceHandle device) => public static void DeviceResumeSOFT(DeviceHandle device) => Underlying.Value!.DeviceResumeSOFT(device); - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1503,7 +1359,6 @@ public static void EventCallbackSOFT( void* userParam ) => Underlying.Value!.EventCallbackSOFT(callback, userParam); - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] [MethodImpl( @@ -1521,7 +1376,6 @@ Ref userParam } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1533,7 +1387,6 @@ public static sbyte EventControlSOFT( ) => Underlying.Value!.EventControlSOFT(count, events, enable); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] [MethodImpl( @@ -1553,7 +1406,6 @@ public static MaybeBool EventControlSOFT( } [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1564,7 +1416,6 @@ public static int EventIsSupportedSOFT( ) => Underlying.Value!.EventIsSupportedSOFT(eventType, deviceType); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] [MethodImpl( @@ -1575,7 +1426,6 @@ public static Constant EventIsSupportedSOFT( [NativeTypeName("ALCenum")] Constant deviceType ) => Underlying.Value!.EventIsSupportedSOFT(eventType, deviceType); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetContextsDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1583,7 +1433,6 @@ public static Constant EventIsSupportedSOFT( public static DeviceHandle GetContextsDevice(ContextHandle context) => Underlying.Value!.GetContextsDevice(context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetCurrentContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1591,7 +1440,6 @@ public static DeviceHandle GetContextsDevice(ContextHandle context) => public static ContextHandle GetCurrentContext() => Underlying.Value!.GetCurrentContext(); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1602,7 +1450,6 @@ public static int GetEnumValue( ) => Underlying.Value!.GetEnumValue(device, enumname); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] [MethodImpl( @@ -1620,7 +1467,6 @@ public static int GetEnumValue( } [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetError")] [MethodImpl( @@ -1630,14 +1476,12 @@ public static Constant GetError(DeviceHandle dev Underlying.Value!.GetError(device); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetError")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int GetErrorRaw(DeviceHandle device) => Underlying.Value!.GetErrorRaw(device); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1649,7 +1493,6 @@ public static void GetInteger64SOFT( [NativeTypeName("ALCint64SOFT *")] long* values ) => Underlying.Value!.GetInteger64SOFT(device, pname, size, values); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl( @@ -1668,7 +1511,6 @@ public static void GetInteger64SOFT( } } - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl( @@ -1684,7 +1526,6 @@ public static long GetInteger64SOFT( return values; } - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1696,7 +1537,6 @@ public static void GetInteger( [NativeTypeName("ALCint *")] int* values ) => Underlying.Value!.GetInteger(device, param1, size, values); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl( @@ -1715,7 +1555,6 @@ public static void GetInteger( } } - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl( @@ -1729,7 +1568,6 @@ public static int GetInteger(DeviceHandle device, [NativeTypeName("ALCenum")] in } [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1740,7 +1578,6 @@ public static int GetInteger(DeviceHandle device, [NativeTypeName("ALCenum")] in ) => Underlying.Value!.GetProcAddress(device, funcname); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] [MethodImpl( @@ -1758,7 +1595,6 @@ public static Ptr GetProcAddress( } [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1769,7 +1605,6 @@ public static Ptr GetProcAddress( ) => Underlying.Value!.GetProcAddress2(device, funcName); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] [MethodImpl( @@ -1787,7 +1622,6 @@ public static Ptr GetProcAddress2( } [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetString")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1798,7 +1632,6 @@ public static Ptr GetProcAddress2( ) => Underlying.Value!.GetString(device, param1); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetString")] [MethodImpl( @@ -1810,7 +1643,6 @@ public static Ptr GetString( ) => Underlying.Value!.GetString(device, param1); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1822,7 +1654,6 @@ public static Ptr GetString( ) => Underlying.Value!.GetStringSOFT(device, paramName, index); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] [MethodImpl( @@ -1834,7 +1665,6 @@ public static Ptr GetStringSOFT( [NativeTypeName("ALCsizei")] int index ) => Underlying.Value!.GetStringSOFT(device, paramName, index); - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [NativeFunction("openal", EntryPoint = "alcGetThreadContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1842,7 +1672,6 @@ public static Ptr GetStringSOFT( public static ContextHandle GetThreadContext() => Underlying.Value!.GetThreadContext(); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1853,7 +1682,6 @@ public static sbyte IsExtensionPresent( ) => Underlying.Value!.IsExtensionPresent(device, extname); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] [MethodImpl( @@ -1871,7 +1699,6 @@ public static MaybeBool IsExtensionPresent( } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1884,7 +1711,6 @@ public static sbyte IsRenderFormatSupportedSOFT( ) => Underlying.Value!.IsRenderFormatSupportedSOFT(device, freq, channels, type); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] [MethodImpl( @@ -1897,7 +1723,6 @@ public static MaybeBool IsRenderFormatSupportedSOFT( [NativeTypeName("ALCenum")] Constant type ) => Underlying.Value!.IsRenderFormatSupportedSOFT(device, freq, channels, type); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1906,7 +1731,6 @@ public static DeviceHandle LoopbackOpenDeviceSOFT( [NativeTypeName("const ALCchar *")] sbyte* deviceName ) => Underlying.Value!.LoopbackOpenDeviceSOFT(deviceName); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] [MethodImpl( @@ -1923,7 +1747,6 @@ public static DeviceHandle LoopbackOpenDeviceSOFT( } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] [MethodImpl( @@ -1933,7 +1756,6 @@ public static MaybeBool MakeContextCurrent(ContextHandle context) => Underlying.Value!.MakeContextCurrent(context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1941,7 +1763,6 @@ public static MaybeBool MakeContextCurrent(ContextHandle context) => public static sbyte MakeContextCurrentRaw(ContextHandle context) => Underlying.Value!.MakeContextCurrentRaw(context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcOpenDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1950,7 +1771,6 @@ public static DeviceHandle OpenDevice( [NativeTypeName("const ALCchar *")] sbyte* devicename ) => Underlying.Value!.OpenDevice(devicename); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcOpenDevice")] [MethodImpl( @@ -1966,7 +1786,6 @@ public static DeviceHandle OpenDevice( } } - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcProcessContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1974,7 +1793,6 @@ public static DeviceHandle OpenDevice( public static void ProcessContext(ContextHandle context) => Underlying.Value!.ProcessContext(context); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -1985,7 +1803,6 @@ public static void RenderSamplesSOFT( [NativeTypeName("ALCsizei")] int samples ) => Underlying.Value!.RenderSamplesSOFT(device, buffer, samples); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] [MethodImpl( @@ -2004,7 +1821,6 @@ public static void RenderSamplesSOFT( } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_reopen_device"])] [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -2016,7 +1832,6 @@ public static sbyte ReopenDeviceSOFT( ) => Underlying.Value!.ReopenDeviceSOFT(device, deviceName, attribs); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_reopen_device"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] [MethodImpl( @@ -2037,7 +1852,6 @@ public static MaybeBool ReopenDeviceSOFT( } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -2048,7 +1862,6 @@ public static sbyte ResetDeviceSOFT( ) => Underlying.Value!.ResetDeviceSOFT(device, attribs); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] [MethodImpl( @@ -2066,7 +1879,6 @@ public static MaybeBool ResetDeviceSOFT( } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] [MethodImpl( @@ -2076,7 +1888,6 @@ public static MaybeBool SetThreadContext(ContextHandle context) => Underlying.Value!.SetThreadContext(context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -2084,7 +1895,6 @@ public static MaybeBool SetThreadContext(ContextHandle context) => public static sbyte SetThreadContextRaw(ContextHandle context) => Underlying.Value!.SetThreadContextRaw(context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcSuspendContext")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -2093,37 +1903,37 @@ public static void SuspendContext(ContextHandle context) => Underlying.Value!.SuspendContext(context); } - [NativeTypeName("#define ALC_CPLUSPLUS __cplusplus")] - public const nint Cplusplus = 201703; + [NativeTypeName("#define ALC_CPLUSPLUS _MSVC_LANG")] + public const int Cplusplus = 201402; [NativeTypeName("#define ALC_VERSION_0_1 1")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] public const int Version0X1 = 1; [NativeTypeName("#define ALC_EXT_CAPTURE 1")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] public const int ExtCapture = 1; [NativeTypeName("#define ALC_ENUMERATE_ALL_EXT 1")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] public const int EnumerateAllEXT = 1; [NativeTypeName("#define ALC_EXT_EFX_NAME \"ALC_EXT_EFX\"")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] public static ReadOnlySpan ExtEfxName => "ALC_EXT_EFX"u8; + [return: NativeTypeName("ALCboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IALContext.CaptureCloseDevice(DeviceHandle device) => (MaybeBool)(sbyte)((IALContext)this).CaptureCloseDeviceRaw(device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool CaptureCloseDevice(DeviceHandle device) => ThisThread.CaptureCloseDevice(device); + [return: NativeTypeName("ALCboolean")] + [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IALContext.CaptureCloseDeviceRaw(DeviceHandle device) => ( @@ -2135,12 +1945,12 @@ _slots[0] is not null and var loadedFnPtr )(device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte CaptureCloseDeviceRaw(DeviceHandle device) => ThisThread.CaptureCloseDeviceRaw(device); + [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] DeviceHandle IALContext.CaptureOpenDevice( [NativeTypeName("const ALCchar *")] sbyte* devicename, @@ -2156,7 +1966,6 @@ _slots[1] is not null and var loadedFnPtr ) )(devicename, frequency, format, buffersize); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static DeviceHandle CaptureOpenDevice( @@ -2166,6 +1975,8 @@ public static DeviceHandle CaptureOpenDevice( [NativeTypeName("ALCsizei")] int buffersize ) => ThisThread.CaptureOpenDevice(devicename, frequency, format, buffersize); + [Transformed] + [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] DeviceHandle IALContext.CaptureOpenDevice( [NativeTypeName("const ALCchar *")] Ref devicename, @@ -2186,7 +1997,6 @@ DeviceHandle IALContext.CaptureOpenDevice( } } - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2197,6 +2007,7 @@ public static DeviceHandle CaptureOpenDevice( [NativeTypeName("ALCsizei")] int buffersize ) => ThisThread.CaptureOpenDevice(devicename, frequency, format, buffersize); + [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.CaptureSamples( DeviceHandle device, @@ -2211,7 +2022,6 @@ _slots[2] is not null and var loadedFnPtr ) )(device, buffer, samples); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CaptureSamples( @@ -2220,6 +2030,8 @@ public static void CaptureSamples( [NativeTypeName("ALCsizei")] int samples ) => ThisThread.CaptureSamples(device, buffer, samples); + [Transformed] + [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.CaptureSamples( DeviceHandle device, @@ -2233,7 +2045,6 @@ void IALContext.CaptureSamples( } } - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2243,6 +2054,7 @@ public static void CaptureSamples( [NativeTypeName("ALCsizei")] int samples ) => ThisThread.CaptureSamples(device, buffer, samples); + [NativeFunction("openal", EntryPoint = "alcCaptureStart")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.CaptureStart(DeviceHandle device) => ( @@ -2253,11 +2065,11 @@ _slots[3] is not null and var loadedFnPtr ) )(device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureStart")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CaptureStart(DeviceHandle device) => ThisThread.CaptureStart(device); + [NativeFunction("openal", EntryPoint = "alcCaptureStop")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.CaptureStop(DeviceHandle device) => ( @@ -2268,23 +2080,26 @@ _slots[4] is not null and var loadedFnPtr ) )(device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureStop")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CaptureStop(DeviceHandle device) => ThisThread.CaptureStop(device); + [return: NativeTypeName("ALCboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcCloseDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IALContext.CloseDevice(DeviceHandle device) => (MaybeBool)(sbyte)((IALContext)this).CloseDeviceRaw(device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCloseDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool CloseDevice(DeviceHandle device) => ThisThread.CloseDevice(device); + [return: NativeTypeName("ALCboolean")] + [NativeFunction("openal", EntryPoint = "alcCloseDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IALContext.CloseDeviceRaw(DeviceHandle device) => ( @@ -2296,11 +2111,11 @@ _slots[5] is not null and var loadedFnPtr )(device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcCloseDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte CloseDeviceRaw(DeviceHandle device) => ThisThread.CloseDeviceRaw(device); + [NativeFunction("openal", EntryPoint = "alcCreateContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ContextHandle IALContext.CreateContext( DeviceHandle device, @@ -2314,7 +2129,6 @@ _slots[6] is not null and var loadedFnPtr ) )(device, attrlist); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcCreateContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ContextHandle CreateContext( @@ -2322,6 +2136,8 @@ public static ContextHandle CreateContext( [NativeTypeName("const ALCint *")] int* attrlist ) => ThisThread.CreateContext(device, attrlist); + [Transformed] + [NativeFunction("openal", EntryPoint = "alcCreateContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ContextHandle IALContext.CreateContext( DeviceHandle device, @@ -2334,7 +2150,6 @@ ContextHandle IALContext.CreateContext( } } - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCreateContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2343,6 +2158,7 @@ public static ContextHandle CreateContext( [NativeTypeName("const ALCint *")] Ref attrlist ) => ThisThread.CreateContext(device, attrlist); + [NativeFunction("openal", EntryPoint = "alcDestroyContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.DestroyContext(ContextHandle context) => ( @@ -2353,11 +2169,11 @@ _slots[7] is not null and var loadedFnPtr ) )(context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcDestroyContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyContext(ContextHandle context) => ThisThread.DestroyContext(context); + [NativeFunction("openal", EntryPoint = "alcDevicePauseSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.DevicePauseSOFT(DeviceHandle device) => ( @@ -2368,11 +2184,11 @@ _slots[8] is not null and var loadedFnPtr ) )(device); - [SupportedApiProfile("alc", ["ALC_SOFT_pause_device"])] [NativeFunction("openal", EntryPoint = "alcDevicePauseSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DevicePauseSOFT(DeviceHandle device) => ThisThread.DevicePauseSOFT(device); + [NativeFunction("openal", EntryPoint = "alcDeviceResumeSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.DeviceResumeSOFT(DeviceHandle device) => ( @@ -2383,11 +2199,11 @@ _slots[9] is not null and var loadedFnPtr ) )(device); - [SupportedApiProfile("alc", ["ALC_SOFT_pause_device"])] [NativeFunction("openal", EntryPoint = "alcDeviceResumeSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeviceResumeSOFT(DeviceHandle device) => ThisThread.DeviceResumeSOFT(device); + [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.EventCallbackSOFT( [NativeTypeName("ALCEVENTPROCTYPESOFT")] ContextEventProcSOFT callback, @@ -2401,7 +2217,6 @@ _slots[10] is not null and var loadedFnPtr ) )(callback, userParam); - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EventCallbackSOFT( @@ -2409,6 +2224,8 @@ public static void EventCallbackSOFT( void* userParam ) => ThisThread.EventCallbackSOFT(callback, userParam); + [Transformed] + [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.EventCallbackSOFT( [NativeTypeName("ALCEVENTPROCTYPESOFT")] ContextEventProcSOFT callback, @@ -2421,7 +2238,6 @@ Ref userParam } } - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2430,6 +2246,8 @@ public static void EventCallbackSOFT( Ref userParam ) => ThisThread.EventCallbackSOFT(callback, userParam); + [return: NativeTypeName("ALCboolean")] + [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IALContext.EventControlSOFT( [NativeTypeName("ALCsizei")] int count, @@ -2445,7 +2263,6 @@ _slots[11] is not null and var loadedFnPtr )(count, events, enable); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte EventControlSOFT( @@ -2454,6 +2271,9 @@ public static sbyte EventControlSOFT( [NativeTypeName("ALCboolean")] sbyte enable ) => ThisThread.EventControlSOFT(count, events, enable); + [return: NativeTypeName("ALCboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IALContext.EventControlSOFT( [NativeTypeName("ALCsizei")] int count, @@ -2469,7 +2289,6 @@ MaybeBool IALContext.EventControlSOFT( } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2479,6 +2298,8 @@ public static MaybeBool EventControlSOFT( [NativeTypeName("ALCboolean")] MaybeBool enable ) => ThisThread.EventControlSOFT(count, events, enable); + [return: NativeTypeName("ALCenum")] + [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IALContext.EventIsSupportedSOFT( [NativeTypeName("ALCenum")] int eventType, @@ -2493,7 +2314,6 @@ _slots[12] is not null and var loadedFnPtr )(eventType, deviceType); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int EventIsSupportedSOFT( @@ -2501,6 +2321,9 @@ public static int EventIsSupportedSOFT( [NativeTypeName("ALCenum")] int deviceType ) => ThisThread.EventIsSupportedSOFT(eventType, deviceType); + [return: NativeTypeName("ALCenum")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IALContext.EventIsSupportedSOFT( [NativeTypeName("ALCenum")] Constant eventType, @@ -2510,7 +2333,6 @@ Constant IALContext.EventIsSupportedSOFT( (int)((IALContext)this).EventIsSupportedSOFT((int)eventType, (int)deviceType); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2519,6 +2341,7 @@ public static Constant EventIsSupportedSOFT( [NativeTypeName("ALCenum")] Constant deviceType ) => ThisThread.EventIsSupportedSOFT(eventType, deviceType); + [NativeFunction("openal", EntryPoint = "alcGetContextsDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] DeviceHandle IALContext.GetContextsDevice(ContextHandle context) => ( @@ -2529,12 +2352,12 @@ _slots[13] is not null and var loadedFnPtr ) )(context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetContextsDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static DeviceHandle GetContextsDevice(ContextHandle context) => ThisThread.GetContextsDevice(context); + [NativeFunction("openal", EntryPoint = "alcGetCurrentContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ContextHandle IALContext.GetCurrentContext() => ( @@ -2545,11 +2368,12 @@ _slots[14] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetCurrentContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ContextHandle GetCurrentContext() => ThisThread.GetCurrentContext(); + [return: NativeTypeName("ALCenum")] + [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IALContext.GetEnumValue( DeviceHandle device, @@ -2564,7 +2388,6 @@ _slots[15] is not null and var loadedFnPtr )(device, enumname); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetEnumValue( @@ -2572,6 +2395,9 @@ public static int GetEnumValue( [NativeTypeName("const ALCchar *")] sbyte* enumname ) => ThisThread.GetEnumValue(device, enumname); + [return: NativeTypeName("ALCenum")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IALContext.GetEnumValue( DeviceHandle device, @@ -2585,7 +2411,6 @@ int IALContext.GetEnumValue( } [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2594,18 +2419,22 @@ public static int GetEnumValue( [NativeTypeName("const ALCchar *")] Ref enumname ) => ThisThread.GetEnumValue(device, enumname); + [return: NativeTypeName("ALCenum")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcGetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IALContext.GetError(DeviceHandle device) => (Constant)(int)((IALContext)this).GetErrorRaw(device); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Constant GetError(DeviceHandle device) => ThisThread.GetError(device); + [return: NativeTypeName("ALCenum")] + [NativeFunction("openal", EntryPoint = "alcGetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IALContext.GetErrorRaw(DeviceHandle device) => ( @@ -2617,11 +2446,11 @@ _slots[16] is not null and var loadedFnPtr )(device); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetErrorRaw(DeviceHandle device) => ThisThread.GetErrorRaw(device); + [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.GetInteger64SOFT( DeviceHandle device, @@ -2637,7 +2466,6 @@ _slots[17] is not null and var loadedFnPtr ) )(device, pname, size, values); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInteger64SOFT( @@ -2647,6 +2475,8 @@ public static void GetInteger64SOFT( [NativeTypeName("ALCint64SOFT *")] long* values ) => ThisThread.GetInteger64SOFT(device, pname, size, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.GetInteger64SOFT( DeviceHandle device, @@ -2661,7 +2491,6 @@ void IALContext.GetInteger64SOFT( } } - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2672,6 +2501,8 @@ public static void GetInteger64SOFT( [NativeTypeName("ALCint64SOFT *")] Ref values ) => ThisThread.GetInteger64SOFT(device, pname, size, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] long IALContext.GetInteger64SOFT(DeviceHandle device, [NativeTypeName("ALCenum")] int pname) { @@ -2680,7 +2511,6 @@ long IALContext.GetInteger64SOFT(DeviceHandle device, [NativeTypeName("ALCenum") return values; } - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2689,6 +2519,7 @@ public static long GetInteger64SOFT( [NativeTypeName("ALCenum")] int pname ) => ThisThread.GetInteger64SOFT(device, pname); + [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.GetInteger( DeviceHandle device, @@ -2704,7 +2535,6 @@ _slots[18] is not null and var loadedFnPtr ) )(device, param1, size, values); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInteger( @@ -2714,6 +2544,8 @@ public static void GetInteger( [NativeTypeName("ALCint *")] int* values ) => ThisThread.GetInteger(device, param1, size, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.GetInteger( DeviceHandle device, @@ -2728,7 +2560,6 @@ void IALContext.GetInteger( } } - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2739,6 +2570,8 @@ public static void GetInteger( [NativeTypeName("ALCint *")] Ref values ) => ThisThread.GetInteger(device, param1, size, values); + [Transformed] + [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IALContext.GetInteger(DeviceHandle device, [NativeTypeName("ALCenum")] int param1) { @@ -2747,13 +2580,14 @@ int IALContext.GetInteger(DeviceHandle device, [NativeTypeName("ALCenum")] int p return values; } - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetInteger(DeviceHandle device, [NativeTypeName("ALCenum")] int param1) => ThisThread.GetInteger(device, param1); + [return: NativeTypeName("ALCvoid *")] + [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IALContext.GetProcAddress( DeviceHandle device, @@ -2768,7 +2602,6 @@ _slots[19] is not null and var loadedFnPtr )(device, funcname); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* GetProcAddress( @@ -2776,6 +2609,9 @@ _slots[19] is not null and var loadedFnPtr [NativeTypeName("const ALCchar *")] sbyte* funcname ) => ThisThread.GetProcAddress(device, funcname); + [return: NativeTypeName("ALCvoid *")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IALContext.GetProcAddress( DeviceHandle device, @@ -2789,7 +2625,6 @@ Ptr IALContext.GetProcAddress( } [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2798,6 +2633,8 @@ public static Ptr GetProcAddress( [NativeTypeName("const ALCchar *")] Ref funcname ) => ThisThread.GetProcAddress(device, funcname); + [return: NativeTypeName("ALCvoid *")] + [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IALContext.GetProcAddress2( DeviceHandle device, @@ -2812,7 +2649,6 @@ _slots[20] is not null and var loadedFnPtr )(device, funcName); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* GetProcAddress2( @@ -2820,6 +2656,9 @@ _slots[20] is not null and var loadedFnPtr [NativeTypeName("const ALCchar *")] sbyte* funcName ) => ThisThread.GetProcAddress2(device, funcName); + [return: NativeTypeName("ALCvoid *")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IALContext.GetProcAddress2( DeviceHandle device, @@ -2833,7 +2672,6 @@ Ptr IALContext.GetProcAddress2( } [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2842,6 +2680,8 @@ public static Ptr GetProcAddress2( [NativeTypeName("const ALCchar *")] Ref funcName ) => ThisThread.GetProcAddress2(device, funcName); + [return: NativeTypeName("const ALCchar *")] + [NativeFunction("openal", EntryPoint = "alcGetString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* IALContext.GetString(DeviceHandle device, [NativeTypeName("ALCenum")] int param1) => ( @@ -2853,12 +2693,14 @@ _slots[21] is not null and var loadedFnPtr )(device, param1); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetString(DeviceHandle device, [NativeTypeName("ALCenum")] int param1) => ThisThread.GetString(device, param1); + [return: NativeTypeName("const ALCchar *")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcGetString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IALContext.GetString( DeviceHandle device, @@ -2866,7 +2708,6 @@ Ptr IALContext.GetString( ) => (sbyte*)((IALContext)this).GetString(device, (int)param1); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2875,6 +2716,8 @@ public static Ptr GetString( [NativeTypeName("ALCenum")] Constant param1 ) => ThisThread.GetString(device, param1); + [return: NativeTypeName("const ALCchar *")] + [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* IALContext.GetStringSOFT( DeviceHandle device, @@ -2890,7 +2733,6 @@ _slots[22] is not null and var loadedFnPtr )(device, paramName, index); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetStringSOFT( @@ -2899,6 +2741,9 @@ _slots[22] is not null and var loadedFnPtr [NativeTypeName("ALCsizei")] int index ) => ThisThread.GetStringSOFT(device, paramName, index); + [return: NativeTypeName("const ALCchar *")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IALContext.GetStringSOFT( DeviceHandle device, @@ -2907,7 +2752,6 @@ Ptr IALContext.GetStringSOFT( ) => (sbyte*)((IALContext)this).GetStringSOFT(device, (int)paramName, index); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2917,6 +2761,7 @@ public static Ptr GetStringSOFT( [NativeTypeName("ALCsizei")] int index ) => ThisThread.GetStringSOFT(device, paramName, index); + [NativeFunction("openal", EntryPoint = "alcGetThreadContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ContextHandle IALContext.GetThreadContext() => ( @@ -2927,11 +2772,12 @@ _slots[23] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [NativeFunction("openal", EntryPoint = "alcGetThreadContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ContextHandle GetThreadContext() => ThisThread.GetThreadContext(); + [return: NativeTypeName("ALCboolean")] + [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IALContext.IsExtensionPresent( DeviceHandle device, @@ -2946,7 +2792,6 @@ _slots[24] is not null and var loadedFnPtr )(device, extname); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte IsExtensionPresent( @@ -2954,6 +2799,9 @@ public static sbyte IsExtensionPresent( [NativeTypeName("const ALCchar *")] sbyte* extname ) => ThisThread.IsExtensionPresent(device, extname); + [return: NativeTypeName("ALCboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IALContext.IsExtensionPresent( DeviceHandle device, @@ -2968,7 +2816,6 @@ MaybeBool IALContext.IsExtensionPresent( } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -2977,6 +2824,8 @@ public static MaybeBool IsExtensionPresent( [NativeTypeName("const ALCchar *")] Ref extname ) => ThisThread.IsExtensionPresent(device, extname); + [return: NativeTypeName("ALCboolean")] + [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IALContext.IsRenderFormatSupportedSOFT( DeviceHandle device, @@ -2996,7 +2845,6 @@ _slots[25] is not null and var loadedFnPtr )(device, freq, channels, type); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte IsRenderFormatSupportedSOFT( @@ -3006,6 +2854,9 @@ public static sbyte IsRenderFormatSupportedSOFT( [NativeTypeName("ALCenum")] int type ) => ThisThread.IsRenderFormatSupportedSOFT(device, freq, channels, type); + [return: NativeTypeName("ALCboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IALContext.IsRenderFormatSupportedSOFT( DeviceHandle device, @@ -3023,7 +2874,6 @@ MaybeBool IALContext.IsRenderFormatSupportedSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -3034,6 +2884,7 @@ public static MaybeBool IsRenderFormatSupportedSOFT( [NativeTypeName("ALCenum")] Constant type ) => ThisThread.IsRenderFormatSupportedSOFT(device, freq, channels, type); + [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] DeviceHandle IALContext.LoopbackOpenDeviceSOFT( [NativeTypeName("const ALCchar *")] sbyte* deviceName @@ -3046,13 +2897,14 @@ _slots[26] is not null and var loadedFnPtr ) )(deviceName); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static DeviceHandle LoopbackOpenDeviceSOFT( [NativeTypeName("const ALCchar *")] sbyte* deviceName ) => ThisThread.LoopbackOpenDeviceSOFT(deviceName); + [Transformed] + [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] DeviceHandle IALContext.LoopbackOpenDeviceSOFT( [NativeTypeName("const ALCchar *")] Ref deviceName @@ -3064,7 +2916,6 @@ DeviceHandle IALContext.LoopbackOpenDeviceSOFT( } } - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -3072,22 +2923,29 @@ public static DeviceHandle LoopbackOpenDeviceSOFT( [NativeTypeName("const ALCchar *")] Ref deviceName ) => ThisThread.LoopbackOpenDeviceSOFT(deviceName); + [return: NativeTypeName("ALCboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IALContext.MakeContextCurrent(ContextHandle context) => (MaybeBool)(sbyte)((IALContext)this).MakeContextCurrentRaw(context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool MakeContextCurrent(ContextHandle context) => ThisThread.MakeContextCurrent(context); + [return: NativeTypeName("ALCboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] private MaybeBool MakeContextCurrentInternal(ContextHandle context) => (MaybeBool)(sbyte)MakeContextCurrentInternalRaw(context); + [return: NativeTypeName("ALCboolean")] + [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] private sbyte MakeContextCurrentInternalRaw(ContextHandle context) => ( @@ -3099,18 +2957,18 @@ _slots[27] is not null and var loadedFnPtr )(context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte MakeContextCurrentRaw(ContextHandle context) => ThisThread.MakeContextCurrentRaw(context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcOpenDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static DeviceHandle OpenDevice([NativeTypeName("const ALCchar *")] sbyte* devicename) => ThisThread.OpenDevice(devicename); + [Transformed] + [NativeFunction("openal", EntryPoint = "alcOpenDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] DeviceHandle IALContext.OpenDevice([NativeTypeName("const ALCchar *")] Ref devicename) { @@ -3120,7 +2978,6 @@ DeviceHandle IALContext.OpenDevice([NativeTypeName("const ALCchar *")] Ref devicename ) => ThisThread.OpenDevice(devicename); + [NativeFunction("openal", EntryPoint = "alcOpenDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] private DeviceHandle OpenDeviceInternal( [NativeTypeName("const ALCchar *")] sbyte* devicename @@ -3140,6 +2998,8 @@ _slots[28] is not null and var loadedFnPtr ) )(devicename); + [Transformed] + [NativeFunction("openal", EntryPoint = "alcOpenDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] private DeviceHandle OpenDeviceInternal( [NativeTypeName("const ALCchar *")] Ref devicename @@ -3151,6 +3011,7 @@ private DeviceHandle OpenDeviceInternal( } } + [NativeFunction("openal", EntryPoint = "alcProcessContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.ProcessContext(ContextHandle context) => ( @@ -3161,11 +3022,11 @@ _slots[29] is not null and var loadedFnPtr ) )(context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcProcessContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProcessContext(ContextHandle context) => ThisThread.ProcessContext(context); + [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.RenderSamplesSOFT( DeviceHandle device, @@ -3180,7 +3041,6 @@ _slots[30] is not null and var loadedFnPtr ) )(device, buffer, samples); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RenderSamplesSOFT( @@ -3189,6 +3049,8 @@ public static void RenderSamplesSOFT( [NativeTypeName("ALCsizei")] int samples ) => ThisThread.RenderSamplesSOFT(device, buffer, samples); + [Transformed] + [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.RenderSamplesSOFT( DeviceHandle device, @@ -3202,7 +3064,6 @@ void IALContext.RenderSamplesSOFT( } } - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -3212,6 +3073,8 @@ public static void RenderSamplesSOFT( [NativeTypeName("ALCsizei")] int samples ) => ThisThread.RenderSamplesSOFT(device, buffer, samples); + [return: NativeTypeName("ALCboolean")] + [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IALContext.ReopenDeviceSOFT( DeviceHandle device, @@ -3227,7 +3090,6 @@ _slots[31] is not null and var loadedFnPtr )(device, deviceName, attribs); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_reopen_device"])] [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte ReopenDeviceSOFT( @@ -3236,6 +3098,9 @@ public static sbyte ReopenDeviceSOFT( [NativeTypeName("const ALCint *")] int* attribs ) => ThisThread.ReopenDeviceSOFT(device, deviceName, attribs); + [return: NativeTypeName("ALCboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IALContext.ReopenDeviceSOFT( DeviceHandle device, @@ -3252,7 +3117,6 @@ MaybeBool IALContext.ReopenDeviceSOFT( } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_reopen_device"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -3262,6 +3126,8 @@ public static MaybeBool ReopenDeviceSOFT( [NativeTypeName("const ALCint *")] Ref attribs ) => ThisThread.ReopenDeviceSOFT(device, deviceName, attribs); + [return: NativeTypeName("ALCboolean")] + [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IALContext.ResetDeviceSOFT( DeviceHandle device, @@ -3276,7 +3142,6 @@ _slots[32] is not null and var loadedFnPtr )(device, attribs); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte ResetDeviceSOFT( @@ -3284,6 +3149,9 @@ public static sbyte ResetDeviceSOFT( [NativeTypeName("const ALCint *")] int* attribs ) => ThisThread.ResetDeviceSOFT(device, attribs); + [return: NativeTypeName("ALCboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IALContext.ResetDeviceSOFT( DeviceHandle device, @@ -3298,7 +3166,6 @@ MaybeBool IALContext.ResetDeviceSOFT( } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -3307,18 +3174,22 @@ public static MaybeBool ResetDeviceSOFT( [NativeTypeName("const ALCint *")] Ref attribs ) => ThisThread.ResetDeviceSOFT(device, attribs); + [return: NativeTypeName("ALCboolean")] + [Transformed] + [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IALContext.SetThreadContext(ContextHandle context) => (MaybeBool)(sbyte)((IALContext)this).SetThreadContextRaw(context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool SetThreadContext(ContextHandle context) => ThisThread.SetThreadContext(context); + [return: NativeTypeName("ALCboolean")] + [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IALContext.SetThreadContextRaw(ContextHandle context) => ( @@ -3330,12 +3201,12 @@ _slots[33] is not null and var loadedFnPtr )(context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte SetThreadContextRaw(ContextHandle context) => ThisThread.SetThreadContextRaw(context); + [NativeFunction("openal", EntryPoint = "alcSuspendContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IALContext.SuspendContext(ContextHandle context) => ( @@ -3346,7 +3217,6 @@ _slots[34] is not null and var loadedFnPtr ) )(context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcSuspendContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SuspendContext(ContextHandle context) => ThisThread.SuspendContext(context); diff --git a/sources/OpenAL/OpenAL/al/IAL.gen.cs b/sources/OpenAL/OpenAL/al/IAL.gen.cs index 7389af2e24..36468005f3 100644 --- a/sources/OpenAL/OpenAL/al/IAL.gen.cs +++ b/sources/OpenAL/OpenAL/al/IAL.gen.cs @@ -14,7 +14,6 @@ public unsafe partial interface IAL { public partial interface Static { - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] static abstract void AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -22,7 +21,6 @@ static abstract void AuxiliaryEffectSlot( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] static abstract void AuxiliaryEffectSlot( @@ -31,7 +29,6 @@ static abstract void AuxiliaryEffectSlot( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] static abstract void AuxiliaryEffectSlotDirect( ContextHandle context, @@ -40,7 +37,6 @@ static abstract void AuxiliaryEffectSlotDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] static abstract void AuxiliaryEffectSlotDirect( @@ -50,7 +46,6 @@ static abstract void AuxiliaryEffectSlotDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] static abstract void AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -58,7 +53,6 @@ static abstract void AuxiliaryEffectSlot( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] static abstract void AuxiliaryEffectSlot( @@ -67,7 +61,6 @@ static abstract void AuxiliaryEffectSlot( [NativeTypeName("const ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] static abstract void AuxiliaryEffectSlotDirect( ContextHandle context, @@ -76,7 +69,6 @@ static abstract void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] static abstract void AuxiliaryEffectSlotDirect( @@ -86,7 +78,6 @@ static abstract void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] static abstract void AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -94,7 +85,6 @@ static abstract void AuxiliaryEffectSlot( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] static abstract void AuxiliaryEffectSlot( @@ -103,7 +93,6 @@ static abstract void AuxiliaryEffectSlot( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] static abstract void AuxiliaryEffectSlotDirect( ContextHandle context, @@ -112,7 +101,6 @@ static abstract void AuxiliaryEffectSlotDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] static abstract void AuxiliaryEffectSlotDirect( @@ -122,7 +110,6 @@ static abstract void AuxiliaryEffectSlotDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] static abstract void AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -130,7 +117,6 @@ static abstract void AuxiliaryEffectSlot( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] static abstract void AuxiliaryEffectSlot( @@ -139,7 +125,6 @@ static abstract void AuxiliaryEffectSlot( [NativeTypeName("const ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] static abstract void AuxiliaryEffectSlotDirect( ContextHandle context, @@ -148,7 +133,6 @@ static abstract void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] static abstract void AuxiliaryEffectSlotDirect( @@ -158,7 +142,6 @@ static abstract void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBuffer3f")] static abstract void Buffer3( [NativeTypeName("ALuint")] uint buffer, @@ -168,7 +151,6 @@ static abstract void Buffer3( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBuffer3fDirect")] static abstract void Buffer3Direct( ContextHandle context, @@ -179,7 +161,6 @@ static abstract void Buffer3Direct( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBuffer3i")] static abstract void Buffer3( [NativeTypeName("ALuint")] uint buffer, @@ -189,7 +170,6 @@ static abstract void Buffer3( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBuffer3iDirect")] static abstract void Buffer3Direct( ContextHandle context, @@ -200,11 +180,6 @@ static abstract void Buffer3Direct( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] static abstract void BufferCallbackDirectSOFT( ContextHandle context, @@ -215,11 +190,6 @@ static abstract void BufferCallbackDirectSOFT( [NativeTypeName("ALvoid *")] void* userptr ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] static abstract void BufferCallbackDirectSOFT( @@ -231,7 +201,6 @@ static abstract void BufferCallbackDirectSOFT( [NativeTypeName("ALvoid *")] Ref userptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] static abstract void BufferCallbackSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -241,7 +210,6 @@ static abstract void BufferCallbackSOFT( [NativeTypeName("ALvoid *")] void* userptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] static abstract void BufferCallbackSOFT( @@ -252,7 +220,6 @@ static abstract void BufferCallbackSOFT( [NativeTypeName("ALvoid *")] Ref userptr ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferData")] static abstract void BufferData( [NativeTypeName("ALuint")] uint buffer, @@ -262,7 +229,6 @@ static abstract void BufferData( [NativeTypeName("ALsizei")] int samplerate ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferData")] static abstract void BufferData( @@ -273,7 +239,6 @@ static abstract void BufferData( [NativeTypeName("ALsizei")] int samplerate ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] static abstract void BufferDataDirect( ContextHandle context, @@ -284,7 +249,6 @@ static abstract void BufferDataDirect( [NativeTypeName("ALsizei")] int samplerate ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] static abstract void BufferDataDirect( @@ -296,7 +260,6 @@ static abstract void BufferDataDirect( [NativeTypeName("ALsizei")] int samplerate ); - [SupportedApiProfile("al", ["AL_EXT_STATIC_BUFFER"])] [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] static abstract void BufferDataStatic( [NativeTypeName("ALuint")] uint buffer, @@ -306,7 +269,6 @@ static abstract void BufferDataStatic( [NativeTypeName("ALsizei")] int freq ); - [SupportedApiProfile("al", ["AL_EXT_STATIC_BUFFER"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] static abstract void BufferDataStatic( @@ -317,11 +279,6 @@ static abstract void BufferDataStatic( [NativeTypeName("ALsizei")] int freq ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_EXT_STATIC_BUFFER"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] static abstract void BufferDataStaticDirect( ContextHandle context, @@ -332,11 +289,6 @@ static abstract void BufferDataStaticDirect( [NativeTypeName("ALsizei")] int freq ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_EXT_STATIC_BUFFER"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] static abstract void BufferDataStaticDirect( @@ -348,7 +300,6 @@ static abstract void BufferDataStaticDirect( [NativeTypeName("ALsizei")] int freq ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferf")] static abstract void Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -356,7 +307,6 @@ static abstract void Buffer( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferf")] static abstract void Buffer( @@ -365,7 +315,6 @@ static abstract void Buffer( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferfDirect")] static abstract void BufferDirect( ContextHandle context, @@ -374,7 +323,6 @@ static abstract void BufferDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfDirect")] static abstract void BufferDirect( @@ -384,7 +332,6 @@ static abstract void BufferDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferfv")] static abstract void Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -392,7 +339,6 @@ static abstract void Buffer( [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfv")] static abstract void Buffer( @@ -401,7 +347,6 @@ static abstract void Buffer( [NativeTypeName("const ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] static abstract void BufferDirect( ContextHandle context, @@ -410,7 +355,6 @@ static abstract void BufferDirect( [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] static abstract void BufferDirect( @@ -420,7 +364,6 @@ static abstract void BufferDirect( [NativeTypeName("const ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferi")] static abstract void Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -428,7 +371,6 @@ static abstract void Buffer( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferi")] static abstract void Buffer( @@ -437,7 +379,6 @@ static abstract void Buffer( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferiDirect")] static abstract void BufferDirect( ContextHandle context, @@ -446,7 +387,6 @@ static abstract void BufferDirect( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferiDirect")] static abstract void BufferDirect( @@ -456,7 +396,6 @@ static abstract void BufferDirect( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferiv")] static abstract void Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -464,7 +403,6 @@ static abstract void Buffer( [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferiv")] static abstract void Buffer( @@ -473,7 +411,6 @@ static abstract void Buffer( [NativeTypeName("const ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferivDirect")] static abstract void BufferDirect( ContextHandle context, @@ -482,7 +419,6 @@ static abstract void BufferDirect( [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferivDirect")] static abstract void BufferDirect( @@ -492,7 +428,6 @@ static abstract void BufferDirect( [NativeTypeName("const ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] static abstract void BufferSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -504,7 +439,6 @@ static abstract void BufferSamplesSOFT( [NativeTypeName("const ALvoid *")] void* data ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] static abstract void BufferSamplesSOFT( @@ -517,11 +451,6 @@ static abstract void BufferSamplesSOFT( [NativeTypeName("const ALvoid *")] Ref data ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_buffer_sub_data"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] static abstract void BufferSubDataDirectSOFT( ContextHandle context, @@ -532,11 +461,6 @@ static abstract void BufferSubDataDirectSOFT( [NativeTypeName("ALsizei")] int length ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_buffer_sub_data"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] static abstract void BufferSubDataDirectSOFT( @@ -548,7 +472,6 @@ static abstract void BufferSubDataDirectSOFT( [NativeTypeName("ALsizei")] int length ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_sub_data"])] [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] static abstract void BufferSubDataSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -558,7 +481,6 @@ static abstract void BufferSubDataSOFT( [NativeTypeName("ALsizei")] int length ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_sub_data"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] static abstract void BufferSubDataSOFT( @@ -569,7 +491,6 @@ static abstract void BufferSubDataSOFT( [NativeTypeName("ALsizei")] int length ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] static abstract void BufferSubSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -580,7 +501,6 @@ static abstract void BufferSubSamplesSOFT( [NativeTypeName("const ALvoid *")] void* data ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] static abstract void BufferSubSamplesSOFT( @@ -592,7 +512,6 @@ static abstract void BufferSubSamplesSOFT( [NativeTypeName("const ALvoid *")] Ref data ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] static abstract void DebugMessageCallbackDirectEXT( ContextHandle context, @@ -600,7 +519,6 @@ static abstract void DebugMessageCallbackDirectEXT( void* userParam ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] static abstract void DebugMessageCallbackDirectEXT( @@ -609,14 +527,12 @@ static abstract void DebugMessageCallbackDirectEXT( Ref userParam ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] static abstract void DebugMessageCallbackEXT( [NativeTypeName("ALDEBUGPROCEXT")] DebugProcEXT callback, void* userParam ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] static abstract void DebugMessageCallbackEXT( @@ -624,7 +540,6 @@ static abstract void DebugMessageCallbackEXT( Ref userParam ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] static abstract void DebugMessageControlDirectEXT( ContextHandle context, @@ -636,7 +551,6 @@ static abstract void DebugMessageControlDirectEXT( [NativeTypeName("ALboolean")] sbyte enable ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] static abstract void DebugMessageControlDirectEXT( @@ -649,7 +563,6 @@ static abstract void DebugMessageControlDirectEXT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] static abstract void DebugMessageControlDirectEXT( @@ -661,7 +574,6 @@ static abstract void DebugMessageControlDirectEXT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] static abstract void DebugMessageControlEXT( [NativeTypeName("ALenum")] int source, @@ -672,7 +584,6 @@ static abstract void DebugMessageControlEXT( [NativeTypeName("ALboolean")] sbyte enable ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] static abstract void DebugMessageControlEXT( @@ -684,7 +595,6 @@ static abstract void DebugMessageControlEXT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] static abstract void DebugMessageControlEXT( @@ -695,7 +605,6 @@ static abstract void DebugMessageControlEXT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] static abstract void DebugMessageInsertDirectEXT( ContextHandle context, @@ -707,7 +616,6 @@ static abstract void DebugMessageInsertDirectEXT( [NativeTypeName("const ALchar *")] sbyte* message ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] static abstract void DebugMessageInsertDirectEXT( @@ -720,7 +628,6 @@ static abstract void DebugMessageInsertDirectEXT( [NativeTypeName("const ALchar *")] Ref message ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] static abstract void DebugMessageInsertDirectEXT( @@ -732,7 +639,6 @@ static abstract void DebugMessageInsertDirectEXT( [NativeTypeName("const ALchar *")] sbyte message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] static abstract void DebugMessageInsertEXT( [NativeTypeName("ALenum")] int source, @@ -743,7 +649,6 @@ static abstract void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] sbyte* message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] static abstract void DebugMessageInsertEXT( @@ -755,7 +660,6 @@ static abstract void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] Ref message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] static abstract void DebugMessageInsertEXT( @@ -766,33 +670,24 @@ static abstract void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] sbyte message ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_deferred_updates"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alDeferUpdatesDirectSOFT")] static abstract void DeferUpdatesDirectSOFT(ContextHandle context); - [SupportedApiProfile("al", ["AL_SOFT_deferred_updates"])] [NativeFunction("openal", EntryPoint = "alDeferUpdatesSOFT")] static abstract void DeferUpdatesSOFT(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] static abstract void DeleteAuxiliaryEffectSlot( [NativeTypeName("const ALuint *")] uint effectslots ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] static abstract void DeleteAuxiliaryEffectSlots( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* effectslots ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] static abstract void DeleteAuxiliaryEffectSlots( @@ -800,7 +695,6 @@ static abstract void DeleteAuxiliaryEffectSlots( [NativeTypeName("const ALuint *")] Ref effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] static abstract void DeleteAuxiliaryEffectSlotsDirect( ContextHandle context, @@ -808,7 +702,6 @@ static abstract void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] uint* effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] static abstract void DeleteAuxiliaryEffectSlotsDirect( @@ -817,7 +710,6 @@ static abstract void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] Ref effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] static abstract void DeleteAuxiliaryEffectSlotsDirect( @@ -825,19 +717,16 @@ static abstract void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] uint effectslots ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] static abstract void DeleteBuffer([NativeTypeName("const ALuint *")] uint buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] static abstract void DeleteBuffers( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] static abstract void DeleteBuffers( @@ -845,7 +734,6 @@ static abstract void DeleteBuffers( [NativeTypeName("const ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] static abstract void DeleteBuffersDirect( ContextHandle context, @@ -853,7 +741,6 @@ static abstract void DeleteBuffersDirect( [NativeTypeName("const ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] static abstract void DeleteBuffersDirect( @@ -862,19 +749,16 @@ static abstract void DeleteBuffersDirect( [NativeTypeName("const ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] static abstract void DeleteEffect([NativeTypeName("const ALuint *")] uint effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] static abstract void DeleteEffects( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* effects ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] static abstract void DeleteEffects( @@ -882,7 +766,6 @@ static abstract void DeleteEffects( [NativeTypeName("const ALuint *")] Ref effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] static abstract void DeleteEffectsDirect( ContextHandle context, @@ -890,7 +773,6 @@ static abstract void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] uint* effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] static abstract void DeleteEffectsDirect( @@ -899,7 +781,6 @@ static abstract void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] Ref effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] static abstract void DeleteEffectsDirect( @@ -907,19 +788,16 @@ static abstract void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] uint effects ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] static abstract void DeleteFilter([NativeTypeName("const ALuint *")] uint filters); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] static abstract void DeleteFilters( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* filters ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] static abstract void DeleteFilters( @@ -927,7 +805,6 @@ static abstract void DeleteFilters( [NativeTypeName("const ALuint *")] Ref filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] static abstract void DeleteFiltersDirect( ContextHandle context, @@ -935,7 +812,6 @@ static abstract void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] uint* filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] static abstract void DeleteFiltersDirect( @@ -944,7 +820,6 @@ static abstract void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] Ref filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] static abstract void DeleteFiltersDirect( @@ -952,19 +827,16 @@ static abstract void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] uint filters ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSources")] static abstract void DeleteSource([NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDeleteSources")] static abstract void DeleteSources( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSources")] static abstract void DeleteSources( @@ -972,7 +844,6 @@ static abstract void DeleteSources( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] static abstract void DeleteSourcesDirect( ContextHandle context, @@ -980,7 +851,6 @@ static abstract void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] static abstract void DeleteSourcesDirect( @@ -989,7 +859,6 @@ static abstract void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] static abstract void DeleteSourcesDirect( @@ -997,25 +866,21 @@ static abstract void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] uint sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDisable")] static abstract void Disable([NativeTypeName("ALenum")] int capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDisable")] static abstract void Disable( [NativeTypeName("ALenum")] Constant capability ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDisableDirect")] static abstract void DisableDirect( ContextHandle context, [NativeTypeName("ALenum")] int capability ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDisableDirect")] static abstract void DisableDirect( @@ -1023,25 +888,21 @@ static abstract void DisableDirect( [NativeTypeName("ALenum")] Constant capability ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDistanceModel")] static abstract void DistanceModel([NativeTypeName("ALenum")] int distanceModel); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDistanceModel")] static abstract void DistanceModel( [NativeTypeName("ALenum")] Constant distanceModel ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] static abstract void DistanceModelDirect( ContextHandle context, [NativeTypeName("ALenum")] int distanceModel ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] static abstract void DistanceModelDirect( @@ -1049,22 +910,18 @@ static abstract void DistanceModelDirect( [NativeTypeName("ALenum")] Constant distanceModel ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDopplerFactor")] static abstract void DopplerFactor([NativeTypeName("ALfloat")] float value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDopplerFactorDirect")] static abstract void DopplerFactorDirect( ContextHandle context, [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDopplerVelocity")] static abstract void DopplerVelocity([NativeTypeName("ALfloat")] float value); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectf")] static abstract void Effect( [NativeTypeName("ALuint")] uint effect, @@ -1072,7 +929,6 @@ static abstract void Effect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectf")] static abstract void Effect( @@ -1081,7 +937,6 @@ static abstract void Effect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectfDirect")] static abstract void EffectDirect( ContextHandle context, @@ -1090,7 +945,6 @@ static abstract void EffectDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfDirect")] static abstract void EffectDirect( @@ -1100,7 +954,6 @@ static abstract void EffectDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectfv")] static abstract void Effect( [NativeTypeName("ALuint")] uint effect, @@ -1108,7 +961,6 @@ static abstract void Effect( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfv")] static abstract void Effect( @@ -1117,7 +969,6 @@ static abstract void Effect( [NativeTypeName("const ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] static abstract void EffectDirect( ContextHandle context, @@ -1126,7 +977,6 @@ static abstract void EffectDirect( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] static abstract void EffectDirect( @@ -1136,7 +986,6 @@ static abstract void EffectDirect( [NativeTypeName("const ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffecti")] static abstract void Effect( [NativeTypeName("ALuint")] uint effect, @@ -1144,7 +993,6 @@ static abstract void Effect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffecti")] static abstract void Effect( @@ -1153,7 +1001,6 @@ static abstract void Effect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectiDirect")] static abstract void EffectDirect( ContextHandle context, @@ -1162,7 +1009,6 @@ static abstract void EffectDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectiDirect")] static abstract void EffectDirect( @@ -1172,7 +1018,6 @@ static abstract void EffectDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectiv")] static abstract void Effect( [NativeTypeName("ALuint")] uint effect, @@ -1180,7 +1025,6 @@ static abstract void Effect( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectiv")] static abstract void Effect( @@ -1189,7 +1033,6 @@ static abstract void Effect( [NativeTypeName("const ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectivDirect")] static abstract void EffectDirect( ContextHandle context, @@ -1198,7 +1041,6 @@ static abstract void EffectDirect( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectivDirect")] static abstract void EffectDirect( @@ -1208,25 +1050,21 @@ static abstract void EffectDirect( [NativeTypeName("const ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alEnable")] static abstract void Enable([NativeTypeName("ALenum")] int capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alEnable")] static abstract void Enable( [NativeTypeName("ALenum")] Constant capability ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alEnableDirect")] static abstract void EnableDirect( ContextHandle context, [NativeTypeName("ALenum")] int capability ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEnableDirect")] static abstract void EnableDirect( @@ -1234,7 +1072,6 @@ static abstract void EnableDirect( [NativeTypeName("ALenum")] Constant capability ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] static abstract void EventCallbackDirectSOFT( ContextHandle context, @@ -1242,7 +1079,6 @@ static abstract void EventCallbackDirectSOFT( void* userParam ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] static abstract void EventCallbackDirectSOFT( @@ -1251,14 +1087,12 @@ static abstract void EventCallbackDirectSOFT( Ref userParam ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] static abstract void EventCallbackSOFT( [NativeTypeName("ALEVENTPROCSOFT")] EventProcSOFT callback, void* userParam ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] static abstract void EventCallbackSOFT( @@ -1266,7 +1100,6 @@ static abstract void EventCallbackSOFT( Ref userParam ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] static abstract void EventControlDirectSOFT( ContextHandle context, @@ -1275,7 +1108,6 @@ static abstract void EventControlDirectSOFT( [NativeTypeName("ALboolean")] sbyte enable ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] static abstract void EventControlDirectSOFT( @@ -1285,7 +1117,6 @@ static abstract void EventControlDirectSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] static abstract void EventControlDirectSOFT( @@ -1294,7 +1125,6 @@ static abstract void EventControlDirectSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] static abstract void EventControlSOFT( [NativeTypeName("ALsizei")] int count, @@ -1302,7 +1132,6 @@ static abstract void EventControlSOFT( [NativeTypeName("ALboolean")] sbyte enable ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] static abstract void EventControlSOFT( @@ -1311,7 +1140,6 @@ static abstract void EventControlSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] static abstract void EventControlSOFT( @@ -1319,7 +1147,6 @@ static abstract void EventControlSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilterf")] static abstract void Filter( [NativeTypeName("ALuint")] uint filter, @@ -1327,7 +1154,6 @@ static abstract void Filter( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterf")] static abstract void Filter( @@ -1336,7 +1162,6 @@ static abstract void Filter( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterfDirect")] static abstract void FilterDirect( ContextHandle context, @@ -1345,7 +1170,6 @@ static abstract void FilterDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfDirect")] static abstract void FilterDirect( @@ -1355,7 +1179,6 @@ static abstract void FilterDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilterfv")] static abstract void Filter( [NativeTypeName("ALuint")] uint filter, @@ -1363,7 +1186,6 @@ static abstract void Filter( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfv")] static abstract void Filter( @@ -1372,7 +1194,6 @@ static abstract void Filter( [NativeTypeName("const ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] static abstract void FilterDirect( ContextHandle context, @@ -1381,7 +1202,6 @@ static abstract void FilterDirect( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] static abstract void FilterDirect( @@ -1391,7 +1211,6 @@ static abstract void FilterDirect( [NativeTypeName("const ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilteri")] static abstract void Filter( [NativeTypeName("ALuint")] uint filter, @@ -1399,7 +1218,6 @@ static abstract void Filter( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteri")] static abstract void Filter( @@ -1408,7 +1226,6 @@ static abstract void Filter( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilteriDirect")] static abstract void FilterDirect( ContextHandle context, @@ -1417,7 +1234,6 @@ static abstract void FilterDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteriDirect")] static abstract void FilterDirect( @@ -1427,7 +1243,6 @@ static abstract void FilterDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilteriv")] static abstract void Filter( [NativeTypeName("ALuint")] uint filter, @@ -1435,7 +1250,6 @@ static abstract void Filter( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteriv")] static abstract void Filter( @@ -1444,7 +1258,6 @@ static abstract void Filter( [NativeTypeName("const ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterivDirect")] static abstract void FilterDirect( ContextHandle context, @@ -1453,7 +1266,6 @@ static abstract void FilterDirect( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterivDirect")] static abstract void FilterDirect( @@ -1463,19 +1275,16 @@ static abstract void FilterDirect( [NativeTypeName("const ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] static abstract uint GenAuxiliaryEffectSlot(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] static abstract void GenAuxiliaryEffectSlots( [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* effectslots ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] static abstract void GenAuxiliaryEffectSlots( @@ -1483,7 +1292,6 @@ static abstract void GenAuxiliaryEffectSlots( [NativeTypeName("ALuint *")] Ref effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] static abstract void GenAuxiliaryEffectSlotsDirect( ContextHandle context, @@ -1491,7 +1299,6 @@ static abstract void GenAuxiliaryEffectSlotsDirect( [NativeTypeName("ALuint *")] uint* effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] static abstract void GenAuxiliaryEffectSlotsDirect( @@ -1500,24 +1307,20 @@ static abstract void GenAuxiliaryEffectSlotsDirect( [NativeTypeName("ALuint *")] Ref effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] static abstract uint GenAuxiliaryEffectSlotsDirect(ContextHandle context); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffers")] static abstract uint GenBuffer(); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGenBuffers")] static abstract void GenBuffers( [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffers")] static abstract void GenBuffers( @@ -1525,7 +1328,6 @@ static abstract void GenBuffers( [NativeTypeName("ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] static abstract void GenBuffersDirect( ContextHandle context, @@ -1533,7 +1335,6 @@ static abstract void GenBuffersDirect( [NativeTypeName("ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] static abstract void GenBuffersDirect( @@ -1542,19 +1343,16 @@ static abstract void GenBuffersDirect( [NativeTypeName("ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffects")] static abstract uint GenEffect(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenEffects")] static abstract void GenEffects( [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* effects ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffects")] static abstract void GenEffects( @@ -1562,7 +1360,6 @@ static abstract void GenEffects( [NativeTypeName("ALuint *")] Ref effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] static abstract void GenEffectsDirect( ContextHandle context, @@ -1570,7 +1367,6 @@ static abstract void GenEffectsDirect( [NativeTypeName("ALuint *")] uint* effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] static abstract void GenEffectsDirect( @@ -1579,24 +1375,20 @@ static abstract void GenEffectsDirect( [NativeTypeName("ALuint *")] Ref effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] static abstract uint GenEffectsDirect(ContextHandle context); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFilters")] static abstract uint GenFilter(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenFilters")] static abstract void GenFilters( [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* filters ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFilters")] static abstract void GenFilters( @@ -1604,7 +1396,6 @@ static abstract void GenFilters( [NativeTypeName("ALuint *")] Ref filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] static abstract void GenFiltersDirect( ContextHandle context, @@ -1612,7 +1403,6 @@ static abstract void GenFiltersDirect( [NativeTypeName("ALuint *")] uint* filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] static abstract void GenFiltersDirect( @@ -1621,24 +1411,20 @@ static abstract void GenFiltersDirect( [NativeTypeName("ALuint *")] Ref filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] static abstract uint GenFiltersDirect(ContextHandle context); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSources")] static abstract uint GenSource(); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGenSources")] static abstract void GenSources( [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSources")] static abstract void GenSources( @@ -1646,7 +1432,6 @@ static abstract void GenSources( [NativeTypeName("ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] static abstract void GenSourcesDirect( ContextHandle context, @@ -1654,7 +1439,6 @@ static abstract void GenSourcesDirect( [NativeTypeName("ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] static abstract void GenSourcesDirect( @@ -1663,12 +1447,10 @@ static abstract void GenSourcesDirect( [NativeTypeName("ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] static abstract uint GenSourcesDirect(ContextHandle context); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] static abstract void GetAuxiliaryEffectSlotf( [NativeTypeName("ALuint")] uint effectslot, @@ -1676,7 +1458,6 @@ static abstract void GetAuxiliaryEffectSlotf( [NativeTypeName("ALfloat *")] float* flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] static abstract void GetAuxiliaryEffectSlotf( @@ -1685,7 +1466,6 @@ static abstract void GetAuxiliaryEffectSlotf( [NativeTypeName("ALfloat *")] Ref flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] static abstract void GetAuxiliaryEffectSlotfDirect( ContextHandle context, @@ -1694,7 +1474,6 @@ static abstract void GetAuxiliaryEffectSlotfDirect( [NativeTypeName("ALfloat *")] float* pflValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] static abstract void GetAuxiliaryEffectSlotfDirect( @@ -1704,7 +1483,6 @@ static abstract void GetAuxiliaryEffectSlotfDirect( [NativeTypeName("ALfloat *")] Ref pflValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] static abstract void GetAuxiliaryEffectSlotfv( [NativeTypeName("ALuint")] uint effectslot, @@ -1712,7 +1490,6 @@ static abstract void GetAuxiliaryEffectSlotfv( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] static abstract void GetAuxiliaryEffectSlotfv( @@ -1721,7 +1498,6 @@ static abstract void GetAuxiliaryEffectSlotfv( [NativeTypeName("ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] static abstract void GetAuxiliaryEffectSlotfvDirect( ContextHandle context, @@ -1730,7 +1506,6 @@ static abstract void GetAuxiliaryEffectSlotfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] static abstract void GetAuxiliaryEffectSlotfvDirect( @@ -1740,7 +1515,6 @@ static abstract void GetAuxiliaryEffectSlotfvDirect( [NativeTypeName("ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] static abstract void GetAuxiliaryEffectSloti( [NativeTypeName("ALuint")] uint effectslot, @@ -1748,7 +1522,6 @@ static abstract void GetAuxiliaryEffectSloti( [NativeTypeName("ALint *")] int* iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] static abstract void GetAuxiliaryEffectSloti( @@ -1757,7 +1530,6 @@ static abstract void GetAuxiliaryEffectSloti( [NativeTypeName("ALint *")] Ref iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] static abstract void GetAuxiliaryEffectSlotiDirect( ContextHandle context, @@ -1766,7 +1538,6 @@ static abstract void GetAuxiliaryEffectSlotiDirect( [NativeTypeName("ALint *")] int* piValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] static abstract void GetAuxiliaryEffectSlotiDirect( @@ -1776,7 +1547,6 @@ static abstract void GetAuxiliaryEffectSlotiDirect( [NativeTypeName("ALint *")] Ref piValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] static abstract void GetAuxiliaryEffectSlotiv( [NativeTypeName("ALuint")] uint effectslot, @@ -1784,7 +1554,6 @@ static abstract void GetAuxiliaryEffectSlotiv( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] static abstract void GetAuxiliaryEffectSlotiv( @@ -1793,7 +1562,6 @@ static abstract void GetAuxiliaryEffectSlotiv( [NativeTypeName("ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] static abstract void GetAuxiliaryEffectSlotivDirect( ContextHandle context, @@ -1802,7 +1570,6 @@ static abstract void GetAuxiliaryEffectSlotivDirect( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] static abstract void GetAuxiliaryEffectSlotivDirect( @@ -1813,12 +1580,10 @@ static abstract void GetAuxiliaryEffectSlotivDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBoolean")] static abstract sbyte GetBoolean([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBoolean")] static abstract MaybeBool GetBoolean( @@ -1826,7 +1591,6 @@ static abstract MaybeBool GetBoolean( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] static abstract sbyte GetBooleanDirect( ContextHandle context, @@ -1834,7 +1598,6 @@ static abstract sbyte GetBooleanDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] static abstract MaybeBool GetBooleanDirect( @@ -1842,14 +1605,12 @@ static abstract MaybeBool GetBooleanDirect( [NativeTypeName("ALenum")] Constant param1 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBooleanv")] static abstract void GetBoolean( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALboolean *")] sbyte* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanv")] static abstract void GetBoolean( @@ -1857,7 +1618,6 @@ static abstract void GetBoolean( [NativeTypeName("ALboolean *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] static abstract void GetBooleanDirect( ContextHandle context, @@ -1865,7 +1625,6 @@ static abstract void GetBooleanDirect( [NativeTypeName("ALboolean *")] sbyte* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] static abstract void GetBooleanDirect( @@ -1874,7 +1633,6 @@ static abstract void GetBooleanDirect( [NativeTypeName("ALboolean *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] static abstract void GetBuffer3( [NativeTypeName("ALuint")] uint buffer, @@ -1884,7 +1642,6 @@ static abstract void GetBuffer3( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] static abstract void GetBuffer3( @@ -1895,7 +1652,6 @@ static abstract void GetBuffer3( [NativeTypeName("ALfloat *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] static abstract void GetBuffer3Direct( ContextHandle context, @@ -1906,7 +1662,6 @@ static abstract void GetBuffer3Direct( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] static abstract void GetBuffer3Direct( @@ -1918,7 +1673,6 @@ static abstract void GetBuffer3Direct( [NativeTypeName("ALfloat *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] static abstract void GetBuffer3( [NativeTypeName("ALuint")] uint buffer, @@ -1928,7 +1682,6 @@ static abstract void GetBuffer3( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] static abstract void GetBuffer3( @@ -1939,7 +1692,6 @@ static abstract void GetBuffer3( [NativeTypeName("ALint *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] static abstract void GetBuffer3Direct( ContextHandle context, @@ -1950,7 +1702,6 @@ static abstract void GetBuffer3Direct( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] static abstract void GetBuffer3Direct( @@ -1962,11 +1713,6 @@ static abstract void GetBuffer3Direct( [NativeTypeName("ALint *")] Ref value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] static abstract void GetBuffer3PtrDirectSOFT( ContextHandle context, @@ -1977,11 +1723,6 @@ static abstract void GetBuffer3PtrDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr2 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] static abstract void GetBuffer3PtrDirectSOFT( @@ -1993,7 +1734,6 @@ static abstract void GetBuffer3PtrDirectSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr2 ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] static abstract void GetBuffer3PtrSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -2003,7 +1743,6 @@ static abstract void GetBuffer3PtrSOFT( [NativeTypeName("ALvoid **")] void** ptr2 ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] static abstract void GetBuffer3PtrSOFT( @@ -2014,7 +1753,6 @@ static abstract void GetBuffer3PtrSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr2 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferf")] static abstract void GetBufferf( [NativeTypeName("ALuint")] uint buffer, @@ -2022,7 +1760,6 @@ static abstract void GetBufferf( [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferf")] static abstract void GetBufferf( @@ -2031,7 +1768,6 @@ static abstract void GetBufferf( [NativeTypeName("ALfloat *")] Ref value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] static abstract void GetBufferfDirect( ContextHandle context, @@ -2040,7 +1776,6 @@ static abstract void GetBufferfDirect( [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] static abstract void GetBufferfDirect( @@ -2050,7 +1785,6 @@ static abstract void GetBufferfDirect( [NativeTypeName("ALfloat *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferfv")] static abstract void GetBufferfv( [NativeTypeName("ALuint")] uint buffer, @@ -2058,7 +1792,6 @@ static abstract void GetBufferfv( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfv")] static abstract void GetBufferfv( @@ -2067,7 +1800,6 @@ static abstract void GetBufferfv( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] static abstract void GetBufferfvDirect( ContextHandle context, @@ -2076,7 +1808,6 @@ static abstract void GetBufferfvDirect( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] static abstract void GetBufferfvDirect( @@ -2086,7 +1817,6 @@ static abstract void GetBufferfvDirect( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferi")] static abstract void GetBufferi( [NativeTypeName("ALuint")] uint buffer, @@ -2094,7 +1824,6 @@ static abstract void GetBufferi( [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferi")] static abstract void GetBufferi( @@ -2103,7 +1832,6 @@ static abstract void GetBufferi( [NativeTypeName("ALint *")] Ref value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] static abstract void GetBufferiDirect( ContextHandle context, @@ -2112,7 +1840,6 @@ static abstract void GetBufferiDirect( [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] static abstract void GetBufferiDirect( @@ -2122,7 +1849,6 @@ static abstract void GetBufferiDirect( [NativeTypeName("ALint *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferiv")] static abstract void GetBufferiv( [NativeTypeName("ALuint")] uint buffer, @@ -2130,7 +1856,6 @@ static abstract void GetBufferiv( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferiv")] static abstract void GetBufferiv( @@ -2139,7 +1864,6 @@ static abstract void GetBufferiv( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] static abstract void GetBufferivDirect( ContextHandle context, @@ -2148,7 +1872,6 @@ static abstract void GetBufferivDirect( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] static abstract void GetBufferivDirect( @@ -2158,11 +1881,6 @@ static abstract void GetBufferivDirect( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] static abstract void GetBufferPtrDirectSOFT( ContextHandle context, @@ -2171,11 +1889,6 @@ static abstract void GetBufferPtrDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] static abstract void GetBufferPtrDirectSOFT( @@ -2185,7 +1898,6 @@ static abstract void GetBufferPtrDirectSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] static abstract void GetBufferPtrSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -2193,7 +1905,6 @@ static abstract void GetBufferPtrSOFT( [NativeTypeName("ALvoid **")] void** ptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] static abstract void GetBufferPtrSOFT( @@ -2202,11 +1913,6 @@ static abstract void GetBufferPtrSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] static abstract void GetBufferPtrvDirectSOFT( ContextHandle context, @@ -2215,11 +1921,6 @@ static abstract void GetBufferPtrvDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] static abstract void GetBufferPtrvDirectSOFT( @@ -2229,7 +1930,6 @@ static abstract void GetBufferPtrvDirectSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] static abstract void GetBufferPtrvSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -2237,7 +1937,6 @@ static abstract void GetBufferPtrvSOFT( [NativeTypeName("ALvoid **")] void** ptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] static abstract void GetBufferPtrvSOFT( @@ -2246,7 +1945,6 @@ static abstract void GetBufferPtrvSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] static abstract void GetBufferSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -2257,7 +1955,6 @@ static abstract void GetBufferSamplesSOFT( [NativeTypeName("ALvoid *")] void* data ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] static abstract void GetBufferSamplesSOFT( @@ -2270,7 +1967,6 @@ static abstract void GetBufferSamplesSOFT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] static abstract uint GetDebugMessageLogDirectEXT( ContextHandle context, @@ -2285,7 +1981,6 @@ static abstract uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] static abstract uint GetDebugMessageLogDirectEXT( @@ -2301,7 +1996,6 @@ static abstract uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] static abstract uint GetDebugMessageLogDirectEXT( @@ -2317,7 +2011,6 @@ static abstract uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] static abstract uint GetDebugMessageLogDirectEXT( @@ -2333,7 +2026,6 @@ static abstract uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] static abstract uint GetDebugMessageLogEXT( [NativeTypeName("ALuint")] uint count, @@ -2347,7 +2039,6 @@ static abstract uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] static abstract uint GetDebugMessageLogEXT( @@ -2362,7 +2053,6 @@ static abstract uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] static abstract uint GetDebugMessageLogEXT( @@ -2377,7 +2067,6 @@ static abstract uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] static abstract uint GetDebugMessageLogEXT( @@ -2392,12 +2081,10 @@ static abstract uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetDouble")] static abstract double GetDouble([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDouble")] static abstract double GetDouble( @@ -2405,7 +2092,6 @@ static abstract double GetDouble( ); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] static abstract double GetDoubleDirect( ContextHandle context, @@ -2413,7 +2099,6 @@ static abstract double GetDoubleDirect( ); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] static abstract double GetDoubleDirect( @@ -2421,14 +2106,12 @@ static abstract double GetDoubleDirect( [NativeTypeName("ALenum")] Constant param1 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetDoublev")] static abstract void GetDouble( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALdouble *")] double* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoublev")] static abstract void GetDouble( @@ -2436,7 +2119,6 @@ static abstract void GetDouble( [NativeTypeName("ALdouble *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] static abstract void GetDoubleDirect( ContextHandle context, @@ -2444,7 +2126,6 @@ static abstract void GetDoubleDirect( [NativeTypeName("ALdouble *")] double* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] static abstract void GetDoubleDirect( @@ -2453,7 +2134,6 @@ static abstract void GetDoubleDirect( [NativeTypeName("ALdouble *")] Ref values ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectf")] static abstract void GetEffectf( [NativeTypeName("ALuint")] uint effect, @@ -2461,7 +2141,6 @@ static abstract void GetEffectf( [NativeTypeName("ALfloat *")] float* flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectf")] static abstract void GetEffectf( @@ -2470,7 +2149,6 @@ static abstract void GetEffectf( [NativeTypeName("ALfloat *")] Ref flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] static abstract void GetEffectfDirect( ContextHandle context, @@ -2479,7 +2157,6 @@ static abstract void GetEffectfDirect( [NativeTypeName("ALfloat *")] float* pflValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] static abstract void GetEffectfDirect( @@ -2489,7 +2166,6 @@ static abstract void GetEffectfDirect( [NativeTypeName("ALfloat *")] Ref pflValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectfv")] static abstract void GetEffectfv( [NativeTypeName("ALuint")] uint effect, @@ -2497,7 +2173,6 @@ static abstract void GetEffectfv( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfv")] static abstract void GetEffectfv( @@ -2506,7 +2181,6 @@ static abstract void GetEffectfv( [NativeTypeName("ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] static abstract void GetEffectfvDirect( ContextHandle context, @@ -2515,7 +2189,6 @@ static abstract void GetEffectfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] static abstract void GetEffectfvDirect( @@ -2525,7 +2198,6 @@ static abstract void GetEffectfvDirect( [NativeTypeName("ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffecti")] static abstract void GetEffecti( [NativeTypeName("ALuint")] uint effect, @@ -2533,7 +2205,6 @@ static abstract void GetEffecti( [NativeTypeName("ALint *")] int* iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffecti")] static abstract void GetEffecti( @@ -2542,7 +2213,6 @@ static abstract void GetEffecti( [NativeTypeName("ALint *")] Ref iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] static abstract void GetEffectiDirect( ContextHandle context, @@ -2551,7 +2221,6 @@ static abstract void GetEffectiDirect( [NativeTypeName("ALint *")] int* piValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] static abstract void GetEffectiDirect( @@ -2561,7 +2230,6 @@ static abstract void GetEffectiDirect( [NativeTypeName("ALint *")] Ref piValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectiv")] static abstract void GetEffectiv( [NativeTypeName("ALuint")] uint effect, @@ -2569,7 +2237,6 @@ static abstract void GetEffectiv( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectiv")] static abstract void GetEffectiv( @@ -2578,7 +2245,6 @@ static abstract void GetEffectiv( [NativeTypeName("ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] static abstract void GetEffectivDirect( ContextHandle context, @@ -2587,7 +2253,6 @@ static abstract void GetEffectivDirect( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] static abstract void GetEffectivDirect( @@ -2598,18 +2263,15 @@ static abstract void GetEffectivDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetEnumValue")] static abstract int GetEnumValue([NativeTypeName("const ALchar *")] sbyte* ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEnumValue")] static abstract int GetEnumValue([NativeTypeName("const ALchar *")] Ref ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] static abstract int GetEnumValueDirect( ContextHandle context, @@ -2617,7 +2279,6 @@ static abstract int GetEnumValueDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] static abstract int GetEnumValueDirect( @@ -2626,28 +2287,23 @@ static abstract int GetEnumValueDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetError")] static abstract Constant GetError(); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] static abstract Constant GetErrorDirect(ContextHandle context); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] - static abstract int GetErrorDirectRaw(ContextHandle context); + static abstract int GetErrorDirectRawDirect(ContextHandle context); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetError")] static abstract int GetErrorRaw(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilterf")] static abstract void GetFilterf( [NativeTypeName("ALuint")] uint filter, @@ -2655,7 +2311,6 @@ static abstract void GetFilterf( [NativeTypeName("ALfloat *")] float* flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterf")] static abstract void GetFilterf( @@ -2664,7 +2319,6 @@ static abstract void GetFilterf( [NativeTypeName("ALfloat *")] Ref flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] static abstract void GetFilterfDirect( ContextHandle context, @@ -2673,7 +2327,6 @@ static abstract void GetFilterfDirect( [NativeTypeName("ALfloat *")] float* pflValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] static abstract void GetFilterfDirect( @@ -2683,7 +2336,6 @@ static abstract void GetFilterfDirect( [NativeTypeName("ALfloat *")] Ref pflValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilterfv")] static abstract void GetFilterfv( [NativeTypeName("ALuint")] uint filter, @@ -2691,7 +2343,6 @@ static abstract void GetFilterfv( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfv")] static abstract void GetFilterfv( @@ -2700,7 +2351,6 @@ static abstract void GetFilterfv( [NativeTypeName("ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] static abstract void GetFilterfvDirect( ContextHandle context, @@ -2709,7 +2359,6 @@ static abstract void GetFilterfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] static abstract void GetFilterfvDirect( @@ -2719,7 +2368,6 @@ static abstract void GetFilterfvDirect( [NativeTypeName("ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilteri")] static abstract void GetFilteri( [NativeTypeName("ALuint")] uint filter, @@ -2727,7 +2375,6 @@ static abstract void GetFilteri( [NativeTypeName("ALint *")] int* iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteri")] static abstract void GetFilteri( @@ -2736,7 +2383,6 @@ static abstract void GetFilteri( [NativeTypeName("ALint *")] Ref iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] static abstract void GetFilteriDirect( ContextHandle context, @@ -2745,7 +2391,6 @@ static abstract void GetFilteriDirect( [NativeTypeName("ALint *")] int* piValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] static abstract void GetFilteriDirect( @@ -2755,7 +2400,6 @@ static abstract void GetFilteriDirect( [NativeTypeName("ALint *")] Ref piValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilteriv")] static abstract void GetFilteriv( [NativeTypeName("ALuint")] uint filter, @@ -2763,7 +2407,6 @@ static abstract void GetFilteriv( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteriv")] static abstract void GetFilteriv( @@ -2772,7 +2415,6 @@ static abstract void GetFilteriv( [NativeTypeName("ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] static abstract void GetFilterivDirect( ContextHandle context, @@ -2781,7 +2423,6 @@ static abstract void GetFilterivDirect( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] static abstract void GetFilterivDirect( @@ -2792,12 +2433,10 @@ static abstract void GetFilterivDirect( ); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetFloat")] static abstract float GetFloat([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloat")] static abstract float GetFloat( @@ -2805,7 +2444,6 @@ static abstract float GetFloat( ); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] static abstract float GetFloatDirect( ContextHandle context, @@ -2813,7 +2451,6 @@ static abstract float GetFloatDirect( ); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] static abstract float GetFloatDirect( @@ -2821,14 +2458,12 @@ static abstract float GetFloatDirect( [NativeTypeName("ALenum")] Constant param1 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetFloatv")] static abstract void GetFloat( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatv")] static abstract void GetFloat( @@ -2836,7 +2471,6 @@ static abstract void GetFloat( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] static abstract void GetFloatDirect( ContextHandle context, @@ -2844,7 +2478,6 @@ static abstract void GetFloatDirect( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] static abstract void GetFloatDirect( @@ -2854,12 +2487,10 @@ static abstract void GetFloatDirect( ); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetInteger")] static abstract int GetInteger([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetInteger")] static abstract int GetInteger( @@ -2867,7 +2498,6 @@ static abstract int GetInteger( ); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] static abstract int GetIntegerDirect( ContextHandle context, @@ -2875,7 +2505,6 @@ static abstract int GetIntegerDirect( ); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] static abstract int GetIntegerDirect( @@ -2883,14 +2512,12 @@ static abstract int GetIntegerDirect( [NativeTypeName("ALenum")] Constant param1 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetIntegerv")] static abstract void GetInteger( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegerv")] static abstract void GetInteger( @@ -2898,7 +2525,6 @@ static abstract void GetInteger( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] static abstract void GetIntegerDirect( ContextHandle context, @@ -2906,7 +2532,6 @@ static abstract void GetIntegerDirect( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] static abstract void GetIntegerDirect( @@ -2915,7 +2540,6 @@ static abstract void GetIntegerDirect( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListener3f")] static abstract void GetListener3( [NativeTypeName("ALenum")] int param0, @@ -2924,7 +2548,6 @@ static abstract void GetListener3( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3f")] static abstract void GetListener3( @@ -2934,7 +2557,6 @@ static abstract void GetListener3( [NativeTypeName("ALfloat *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] static abstract void GetListener3Direct( ContextHandle context, @@ -2944,7 +2566,6 @@ static abstract void GetListener3Direct( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] static abstract void GetListener3Direct( @@ -2955,7 +2576,6 @@ static abstract void GetListener3Direct( [NativeTypeName("ALfloat *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListener3i")] static abstract void GetListener3( [NativeTypeName("ALenum")] int param0, @@ -2964,7 +2584,6 @@ static abstract void GetListener3( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3i")] static abstract void GetListener3( @@ -2974,7 +2593,6 @@ static abstract void GetListener3( [NativeTypeName("ALint *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] static abstract void GetListener3Direct( ContextHandle context, @@ -2984,7 +2602,6 @@ static abstract void GetListener3Direct( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] static abstract void GetListener3Direct( @@ -2995,14 +2612,12 @@ static abstract void GetListener3Direct( [NativeTypeName("ALint *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListenerf")] static abstract void GetListenerf( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerf")] static abstract void GetListenerf( @@ -3010,7 +2625,6 @@ static abstract void GetListenerf( [NativeTypeName("ALfloat *")] Ref value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] static abstract void GetListenerfDirect( ContextHandle context, @@ -3018,7 +2632,6 @@ static abstract void GetListenerfDirect( [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] static abstract void GetListenerfDirect( @@ -3027,14 +2640,12 @@ static abstract void GetListenerfDirect( [NativeTypeName("ALfloat *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListenerfv")] static abstract void GetListenerfv( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfv")] static abstract void GetListenerfv( @@ -3042,7 +2653,6 @@ static abstract void GetListenerfv( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] static abstract void GetListenerfvDirect( ContextHandle context, @@ -3050,7 +2660,6 @@ static abstract void GetListenerfvDirect( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] static abstract void GetListenerfvDirect( @@ -3059,14 +2668,12 @@ static abstract void GetListenerfvDirect( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListeneri")] static abstract void GetListeneri( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneri")] static abstract void GetListeneri( @@ -3074,12 +2681,10 @@ static abstract void GetListeneri( [NativeTypeName("ALint *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneri")] static abstract int GetListeneri(); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] static abstract void GetListeneriDirect( ContextHandle context, @@ -3087,7 +2692,6 @@ static abstract void GetListeneriDirect( [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] static abstract void GetListeneriDirect( @@ -3096,14 +2700,12 @@ static abstract void GetListeneriDirect( [NativeTypeName("ALint *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] static abstract void GetListeneriv( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] static abstract void GetListeneriv( @@ -3111,12 +2713,10 @@ static abstract void GetListeneriv( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] static abstract int GetListeneriv(); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] static abstract void GetListenerivDirect( ContextHandle context, @@ -3124,7 +2724,6 @@ static abstract void GetListenerivDirect( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] static abstract void GetListenerivDirect( @@ -3133,7 +2732,6 @@ static abstract void GetListenerivDirect( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] static abstract void GetObjectLabelDirectEXT( ContextHandle context, @@ -3144,7 +2742,6 @@ static abstract void GetObjectLabelDirectEXT( [NativeTypeName("ALchar *")] sbyte* label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] static abstract void GetObjectLabelDirectEXT( @@ -3156,7 +2753,6 @@ static abstract void GetObjectLabelDirectEXT( [NativeTypeName("ALchar *")] Ref label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] static abstract sbyte GetObjectLabelDirectEXT( @@ -3166,7 +2762,6 @@ static abstract sbyte GetObjectLabelDirectEXT( [NativeTypeName("ALsizei *")] Ref length ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] static abstract void GetObjectLabelEXT( [NativeTypeName("ALenum")] int identifier, @@ -3176,7 +2771,6 @@ static abstract void GetObjectLabelEXT( [NativeTypeName("ALchar *")] sbyte* label ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] static abstract void GetObjectLabelEXT( @@ -3187,7 +2781,6 @@ static abstract void GetObjectLabelEXT( [NativeTypeName("ALchar *")] Ref label ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] static abstract sbyte GetObjectLabelEXT( @@ -3196,14 +2789,12 @@ static abstract sbyte GetObjectLabelEXT( [NativeTypeName("ALsizei *")] Ref length ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] static abstract void* GetPointerDirectEXT( ContextHandle context, [NativeTypeName("ALenum")] int pname ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] static abstract Ptr GetPointerDirectEXT( @@ -3211,14 +2802,12 @@ static abstract Ptr GetPointerDirectEXT( [NativeTypeName("ALenum")] Constant pname ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] static abstract void* GetPointerDirectSOFT( ContextHandle context, [NativeTypeName("ALenum")] int pname ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] static abstract Ptr GetPointerDirectSOFT( @@ -3226,29 +2815,24 @@ static abstract Ptr GetPointerDirectSOFT( [NativeTypeName("ALenum")] Constant pname ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] static abstract void* GetPointerEXT([NativeTypeName("ALenum")] int pname); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] static abstract Ptr GetPointerEXT( [NativeTypeName("ALenum")] Constant pname ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] static abstract void* GetPointerSOFT([NativeTypeName("ALenum")] int pname); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] static abstract Ptr GetPointerSOFT( [NativeTypeName("ALenum")] Constant pname ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] static abstract void GetPointerDirectEXT( ContextHandle context, @@ -3256,7 +2840,6 @@ static abstract void GetPointerDirectEXT( void** values ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] static abstract void GetPointerDirectEXT( @@ -3265,7 +2848,6 @@ static abstract void GetPointerDirectEXT( Ref2D values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] static abstract void GetPointerDirectSOFT( ContextHandle context, @@ -3273,7 +2855,6 @@ static abstract void GetPointerDirectSOFT( void** values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] static abstract void GetPointerDirectSOFT( @@ -3282,11 +2863,9 @@ static abstract void GetPointerDirectSOFT( Ref2D values ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] static abstract void GetPointerEXT([NativeTypeName("ALenum")] int pname, void** values); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] static abstract void GetPointerEXT( @@ -3294,11 +2873,9 @@ static abstract void GetPointerEXT( Ref2D values ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] static abstract void GetPointerSOFT([NativeTypeName("ALenum")] int pname, void** values); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] static abstract void GetPointerSOFT( @@ -3306,23 +2883,19 @@ static abstract void GetPointerSOFT( Ref2D values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetProcAddress")] static abstract void* GetProcAddress([NativeTypeName("const ALchar *")] sbyte* fname); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetProcAddress")] static abstract Ptr GetProcAddress([NativeTypeName("const ALchar *")] Ref fname); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] static abstract void* GetProcAddressDirect( ContextHandle context, [NativeTypeName("const ALchar *")] sbyte* fname ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] static abstract Ptr GetProcAddressDirect( @@ -3330,11 +2903,6 @@ static abstract Ptr GetProcAddressDirect( [NativeTypeName("const ALchar *")] Ref fname ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] static abstract void GetSource3DirectSOFT( ContextHandle context, @@ -3345,11 +2913,6 @@ static abstract void GetSource3DirectSOFT( [NativeTypeName("ALdouble *")] double* value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] static abstract void GetSource3DirectSOFT( @@ -3361,7 +2924,6 @@ static abstract void GetSource3DirectSOFT( [NativeTypeName("ALdouble *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] static abstract void GetSource3SOFT( [NativeTypeName("ALuint")] uint source, @@ -3371,7 +2933,6 @@ static abstract void GetSource3SOFT( [NativeTypeName("ALdouble *")] double* value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] static abstract void GetSource3SOFT( @@ -3382,7 +2943,6 @@ static abstract void GetSource3SOFT( [NativeTypeName("ALdouble *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSource3f")] static abstract void GetSource3( [NativeTypeName("ALuint")] uint source, @@ -3392,7 +2952,6 @@ static abstract void GetSource3( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3f")] static abstract void GetSource3( @@ -3403,7 +2962,6 @@ static abstract void GetSource3( [NativeTypeName("ALfloat *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] static abstract void GetSource3Direct( ContextHandle context, @@ -3414,7 +2972,6 @@ static abstract void GetSource3Direct( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] static abstract void GetSource3Direct( @@ -3426,7 +2983,6 @@ static abstract void GetSource3Direct( [NativeTypeName("ALfloat *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSource3i")] static abstract void GetSource3( [NativeTypeName("ALuint")] uint source, @@ -3436,7 +2992,6 @@ static abstract void GetSource3( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i")] static abstract void GetSource3( @@ -3447,11 +3002,6 @@ static abstract void GetSource3( [NativeTypeName("ALint *")] Ref value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] static abstract void GetSource3DirectSOFT( ContextHandle context, @@ -3462,11 +3012,6 @@ static abstract void GetSource3DirectSOFT( [NativeTypeName("ALint64SOFT *")] long* value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] static abstract void GetSource3DirectSOFT( @@ -3478,7 +3023,6 @@ static abstract void GetSource3DirectSOFT( [NativeTypeName("ALint64SOFT *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] static abstract void GetSource3SOFT( [NativeTypeName("ALuint")] uint source, @@ -3488,7 +3032,6 @@ static abstract void GetSource3SOFT( [NativeTypeName("ALint64SOFT *")] long* value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] static abstract void GetSource3SOFT( @@ -3499,7 +3042,6 @@ static abstract void GetSource3SOFT( [NativeTypeName("ALint64SOFT *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] static abstract void GetSource3Direct( ContextHandle context, @@ -3510,7 +3052,6 @@ static abstract void GetSource3Direct( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] static abstract void GetSource3Direct( @@ -3522,11 +3063,6 @@ static abstract void GetSource3Direct( [NativeTypeName("ALint *")] Ref value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] static abstract void GetSourceDirectSOFT( ContextHandle context, @@ -3535,11 +3071,6 @@ static abstract void GetSourceDirectSOFT( [NativeTypeName("ALdouble *")] double* value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] static abstract void GetSourceDirectSOFT( @@ -3549,7 +3080,6 @@ static abstract void GetSourceDirectSOFT( [NativeTypeName("ALdouble *")] Ref value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] static abstract void GetSourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -3557,7 +3087,6 @@ static abstract void GetSourceSOFT( [NativeTypeName("ALdouble *")] double* value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] static abstract void GetSourceSOFT( @@ -3566,11 +3095,6 @@ static abstract void GetSourceSOFT( [NativeTypeName("ALdouble *")] Ref value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] static abstract void GetSourcedvDirectSOFT( ContextHandle context, @@ -3579,11 +3103,6 @@ static abstract void GetSourcedvDirectSOFT( [NativeTypeName("ALdouble *")] double* values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] static abstract void GetSourcedvDirectSOFT( @@ -3593,7 +3112,6 @@ static abstract void GetSourcedvDirectSOFT( [NativeTypeName("ALdouble *")] Ref values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] static abstract void GetSourcedvSOFT( [NativeTypeName("ALuint")] uint source, @@ -3601,7 +3119,6 @@ static abstract void GetSourcedvSOFT( [NativeTypeName("ALdouble *")] double* values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] static abstract void GetSourcedvSOFT( @@ -3610,7 +3127,6 @@ static abstract void GetSourcedvSOFT( [NativeTypeName("ALdouble *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcef")] static abstract void GetSourcef( [NativeTypeName("ALuint")] uint source, @@ -3618,7 +3134,6 @@ static abstract void GetSourcef( [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcef")] static abstract void GetSourcef( @@ -3627,7 +3142,6 @@ static abstract void GetSourcef( [NativeTypeName("ALfloat *")] Ref value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] static abstract void GetSourcefDirect( ContextHandle context, @@ -3636,7 +3150,6 @@ static abstract void GetSourcefDirect( [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] static abstract void GetSourcefDirect( @@ -3646,7 +3159,6 @@ static abstract void GetSourcefDirect( [NativeTypeName("ALfloat *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcefv")] static abstract void GetSourcefv( [NativeTypeName("ALuint")] uint source, @@ -3654,7 +3166,6 @@ static abstract void GetSourcefv( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefv")] static abstract void GetSourcefv( @@ -3663,7 +3174,6 @@ static abstract void GetSourcefv( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] static abstract void GetSourcefvDirect( ContextHandle context, @@ -3672,7 +3182,6 @@ static abstract void GetSourcefvDirect( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] static abstract void GetSourcefvDirect( @@ -3682,7 +3191,6 @@ static abstract void GetSourcefvDirect( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcei")] static abstract void GetSourcei( [NativeTypeName("ALuint")] uint source, @@ -3690,7 +3198,6 @@ static abstract void GetSourcei( [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei")] static abstract void GetSourcei( @@ -3699,11 +3206,6 @@ static abstract void GetSourcei( [NativeTypeName("ALint *")] Ref value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] static abstract void GetSourcei64DirectSOFT( ContextHandle context, @@ -3712,11 +3214,6 @@ static abstract void GetSourcei64DirectSOFT( [NativeTypeName("ALint64SOFT *")] long* value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] static abstract void GetSourcei64DirectSOFT( @@ -3726,7 +3223,6 @@ static abstract void GetSourcei64DirectSOFT( [NativeTypeName("ALint64SOFT *")] Ref value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] static abstract void GetSourcei64SOFT( [NativeTypeName("ALuint")] uint source, @@ -3734,7 +3230,6 @@ static abstract void GetSourcei64SOFT( [NativeTypeName("ALint64SOFT *")] long* value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] static abstract void GetSourcei64SOFT( @@ -3743,51 +3238,38 @@ static abstract void GetSourcei64SOFT( [NativeTypeName("ALint64SOFT *")] Ref value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] - static abstract void GetSourcei64VDirectSOFT( + static abstract void GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param2, [NativeTypeName("ALint64SOFT *")] long* values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] - static abstract void GetSourcei64VDirectSOFT( + static abstract void GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param2, [NativeTypeName("ALint64SOFT *")] Ref values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] - static abstract void GetSourcei64VSOFT( + static abstract void GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT *")] long* values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] - static abstract void GetSourcei64VSOFT( + static abstract void GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] static abstract void GetSourceiDirect( ContextHandle context, @@ -3796,7 +3278,6 @@ static abstract void GetSourceiDirect( [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] static abstract void GetSourceiDirect( @@ -3806,7 +3287,6 @@ static abstract void GetSourceiDirect( [NativeTypeName("ALint *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourceiv")] static abstract void GetSourceiv( [NativeTypeName("ALuint")] uint source, @@ -3814,7 +3294,6 @@ static abstract void GetSourceiv( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceiv")] static abstract void GetSourceiv( @@ -3823,7 +3302,6 @@ static abstract void GetSourceiv( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] static abstract void GetSourceivDirect( ContextHandle context, @@ -3832,7 +3310,6 @@ static abstract void GetSourceivDirect( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] static abstract void GetSourceivDirect( @@ -3843,12 +3320,10 @@ static abstract void GetSourceivDirect( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetString")] static abstract sbyte* GetString([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetString")] static abstract Ptr GetString( @@ -3856,7 +3331,6 @@ static abstract Ptr GetString( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetStringDirect")] static abstract sbyte* GetStringDirect( ContextHandle context, @@ -3864,7 +3338,6 @@ static abstract Ptr GetString( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringDirect")] static abstract Ptr GetStringDirect( @@ -3873,11 +3346,6 @@ static abstract Ptr GetStringDirect( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_resampler"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] static abstract sbyte* GetStringDirectSOFT( ContextHandle context, @@ -3886,11 +3354,6 @@ static abstract Ptr GetStringDirect( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_resampler"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] static abstract Ptr GetStringDirectSOFT( @@ -3900,7 +3363,6 @@ static abstract Ptr GetStringDirectSOFT( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_SOFT_source_resampler"])] [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] static abstract sbyte* GetStringSOFT( [NativeTypeName("ALenum")] int pname, @@ -3908,7 +3370,6 @@ static abstract Ptr GetStringDirectSOFT( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_SOFT_source_resampler"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] static abstract Ptr GetStringSOFT( @@ -3917,7 +3378,6 @@ static abstract Ptr GetStringSOFT( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] static abstract MaybeBool IsAuxiliaryEffectSlot( @@ -3925,7 +3385,6 @@ static abstract MaybeBool IsAuxiliaryEffectSlot( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] static abstract MaybeBool IsAuxiliaryEffectSlotDirect( @@ -3934,26 +3393,22 @@ static abstract MaybeBool IsAuxiliaryEffectSlotDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] - static abstract sbyte IsAuxiliaryEffectSlotDirectRaw( + static abstract sbyte IsAuxiliaryEffectSlotDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] static abstract sbyte IsAuxiliaryEffectSlotRaw([NativeTypeName("ALuint")] uint effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBuffer")] static abstract MaybeBool IsBuffer([NativeTypeName("ALuint")] uint buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] static abstract MaybeBool IsBufferDirect( @@ -3962,15 +3417,13 @@ static abstract MaybeBool IsBufferDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] - static abstract sbyte IsBufferDirectRaw( + static abstract sbyte IsBufferDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint buffer ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] static abstract MaybeBool IsBufferFormatSupportedSOFT( @@ -3978,23 +3431,21 @@ static abstract MaybeBool IsBufferFormatSupportedSOFT( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] - static abstract sbyte IsBufferFormatSupportedSOFTRaw([NativeTypeName("ALenum")] int format); + static abstract sbyte IsBufferFormatSupportedSOFTRawSOFT( + [NativeTypeName("ALenum")] int format + ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsBuffer")] static abstract sbyte IsBufferRaw([NativeTypeName("ALuint")] uint buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEffect")] static abstract MaybeBool IsEffect([NativeTypeName("ALuint")] uint effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] static abstract MaybeBool IsEffectDirect( @@ -4003,25 +3454,21 @@ static abstract MaybeBool IsEffectDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] - static abstract sbyte IsEffectDirectRaw( + static abstract sbyte IsEffectDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effect ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsEffect")] static abstract sbyte IsEffectRaw([NativeTypeName("ALuint")] uint effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsEnabled")] static abstract sbyte IsEnabled([NativeTypeName("ALenum")] int capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEnabled")] static abstract MaybeBool IsEnabled( @@ -4029,7 +3476,6 @@ static abstract MaybeBool IsEnabled( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] static abstract sbyte IsEnabledDirect( ContextHandle context, @@ -4037,7 +3483,6 @@ static abstract sbyte IsEnabledDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] static abstract MaybeBool IsEnabledDirect( @@ -4046,12 +3491,10 @@ static abstract MaybeBool IsEnabledDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsExtensionPresent")] static abstract sbyte IsExtensionPresent([NativeTypeName("const ALchar *")] sbyte* extname); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsExtensionPresent")] static abstract MaybeBool IsExtensionPresent( @@ -4059,7 +3502,6 @@ static abstract MaybeBool IsExtensionPresent( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] static abstract sbyte IsExtensionPresentDirect( ContextHandle context, @@ -4067,7 +3509,6 @@ static abstract sbyte IsExtensionPresentDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] static abstract MaybeBool IsExtensionPresentDirect( @@ -4076,13 +3517,11 @@ static abstract MaybeBool IsExtensionPresentDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsFilter")] static abstract MaybeBool IsFilter([NativeTypeName("ALuint")] uint filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] static abstract MaybeBool IsFilterDirect( @@ -4091,26 +3530,22 @@ static abstract MaybeBool IsFilterDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] - static abstract sbyte IsFilterDirectRaw( + static abstract sbyte IsFilterDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint filter ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsFilter")] static abstract sbyte IsFilterRaw([NativeTypeName("ALuint")] uint filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsSource")] static abstract MaybeBool IsSource([NativeTypeName("ALuint")] uint source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] static abstract MaybeBool IsSourceDirect( @@ -4119,19 +3554,16 @@ static abstract MaybeBool IsSourceDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] - static abstract sbyte IsSourceDirectRaw( + static abstract sbyte IsSourceDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsSource")] static abstract sbyte IsSourceRaw([NativeTypeName("ALuint")] uint source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListener3f")] static abstract void Listener3( [NativeTypeName("ALenum")] int param0, @@ -4140,7 +3572,6 @@ static abstract void Listener3( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3f")] static abstract void Listener3( @@ -4150,7 +3581,6 @@ static abstract void Listener3( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListener3fDirect")] static abstract void Listener3Direct( ContextHandle context, @@ -4160,7 +3590,6 @@ static abstract void Listener3Direct( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3fDirect")] static abstract void Listener3Direct( @@ -4171,7 +3600,6 @@ static abstract void Listener3Direct( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListener3i")] static abstract void Listener3( [NativeTypeName("ALenum")] int param0, @@ -4180,7 +3608,6 @@ static abstract void Listener3( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3i")] static abstract void Listener3( @@ -4190,7 +3617,6 @@ static abstract void Listener3( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListener3iDirect")] static abstract void Listener3Direct( ContextHandle context, @@ -4200,7 +3626,6 @@ static abstract void Listener3Direct( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3iDirect")] static abstract void Listener3Direct( @@ -4211,14 +3636,12 @@ static abstract void Listener3Direct( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListenerf")] static abstract void Listener( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerf")] static abstract void Listener( @@ -4226,7 +3649,6 @@ static abstract void Listener( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerfDirect")] static abstract void ListenerDirect( ContextHandle context, @@ -4234,7 +3656,6 @@ static abstract void ListenerDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfDirect")] static abstract void ListenerDirect( @@ -4243,14 +3664,12 @@ static abstract void ListenerDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListenerfv")] static abstract void Listener( [NativeTypeName("ALenum")] int param0, [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfv")] static abstract void Listener( @@ -4258,7 +3677,6 @@ static abstract void Listener( [NativeTypeName("const ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] static abstract void ListenerDirect( ContextHandle context, @@ -4266,7 +3684,6 @@ static abstract void ListenerDirect( [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] static abstract void ListenerDirect( @@ -4275,14 +3692,12 @@ static abstract void ListenerDirect( [NativeTypeName("const ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListeneri")] static abstract void Listener( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListeneriDirect")] static abstract void ListenerDirect( ContextHandle context, @@ -4290,14 +3705,12 @@ static abstract void ListenerDirect( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListeneriv")] static abstract void Listener( [NativeTypeName("ALenum")] int param0, [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListeneriv")] static abstract void Listener( @@ -4305,7 +3718,6 @@ static abstract void Listener( [NativeTypeName("const ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerivDirect")] static abstract void ListenerDirect( ContextHandle context, @@ -4313,7 +3725,6 @@ static abstract void ListenerDirect( [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerivDirect")] static abstract void ListenerDirect( @@ -4322,7 +3733,6 @@ static abstract void ListenerDirect( [NativeTypeName("const ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] static abstract void ObjectLabelDirectEXT( ContextHandle context, @@ -4332,7 +3742,6 @@ static abstract void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] sbyte* label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] static abstract void ObjectLabelDirectEXT( @@ -4343,7 +3752,6 @@ static abstract void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] Ref label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] static abstract void ObjectLabelDirectEXT( @@ -4353,7 +3761,6 @@ static abstract void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] sbyte label ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] static abstract void ObjectLabelEXT( [NativeTypeName("ALenum")] int identifier, @@ -4362,7 +3769,6 @@ static abstract void ObjectLabelEXT( [NativeTypeName("const ALchar *")] sbyte* label ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] static abstract void ObjectLabelEXT( @@ -4372,7 +3778,6 @@ static abstract void ObjectLabelEXT( [NativeTypeName("const ALchar *")] Ref label ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] static abstract void ObjectLabelEXT( @@ -4381,27 +3786,18 @@ static abstract void ObjectLabelEXT( [NativeTypeName("const ALchar *")] sbyte label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alPopDebugGroupDirectEXT")] static abstract void PopDebugGroupDirectEXT(ContextHandle context); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alPopDebugGroupEXT")] static abstract void PopDebugGroupEXT(); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_deferred_updates"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alProcessUpdatesDirectSOFT")] static abstract void ProcessUpdatesDirectSOFT(ContextHandle context); - [SupportedApiProfile("al", ["AL_SOFT_deferred_updates"])] [NativeFunction("openal", EntryPoint = "alProcessUpdatesSOFT")] static abstract void ProcessUpdatesSOFT(); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] static abstract void PushDebugGroupDirectEXT( ContextHandle context, @@ -4411,7 +3807,6 @@ static abstract void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] sbyte* message ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] static abstract void PushDebugGroupDirectEXT( @@ -4422,7 +3817,6 @@ static abstract void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] Ref message ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] static abstract void PushDebugGroupDirectEXT( @@ -4432,7 +3826,6 @@ static abstract void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] sbyte message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] static abstract void PushDebugGroupEXT( [NativeTypeName("ALenum")] int source, @@ -4441,7 +3834,6 @@ static abstract void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] sbyte* message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] static abstract void PushDebugGroupEXT( @@ -4451,7 +3843,6 @@ static abstract void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] Ref message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] static abstract void PushDebugGroupEXT( @@ -4460,7 +3851,6 @@ static abstract void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] sbyte message ); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] static abstract void RequestFoldbackStart( [NativeTypeName("ALenum")] int mode, @@ -4470,7 +3860,6 @@ static abstract void RequestFoldbackStart( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [Transformed] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] static abstract void RequestFoldbackStart( @@ -4481,7 +3870,6 @@ static abstract void RequestFoldbackStart( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] static abstract void RequestFoldbackStartDirect( ContextHandle context, @@ -4492,7 +3880,6 @@ static abstract void RequestFoldbackStartDirect( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] static abstract void RequestFoldbackStartDirect( @@ -4504,19 +3891,12 @@ static abstract void RequestFoldbackStartDirect( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStop")] static abstract void RequestFoldbackStop(); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStopDirect")] static abstract void RequestFoldbackStopDirect(ContextHandle context); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSource3dDirectSOFT")] static abstract void Source3DirectSOFT( ContextHandle context, @@ -4527,9 +3907,8 @@ static abstract void Source3DirectSOFT( [NativeTypeName("ALdouble")] double value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSource3dSOFT")] - static abstract void Source3Soft( + static abstract void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALdouble")] double value1, @@ -4537,7 +3916,6 @@ static abstract void Source3Soft( [NativeTypeName("ALdouble")] double value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSource3f")] static abstract void Source3( [NativeTypeName("ALuint")] uint source, @@ -4547,7 +3925,6 @@ static abstract void Source3( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3f")] static abstract void Source3( @@ -4558,7 +3935,6 @@ static abstract void Source3( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSource3fDirect")] static abstract void Source3Direct( ContextHandle context, @@ -4569,7 +3945,6 @@ static abstract void Source3Direct( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3fDirect")] static abstract void Source3Direct( @@ -4581,7 +3956,6 @@ static abstract void Source3Direct( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSource3i")] static abstract void Source3( [NativeTypeName("ALuint")] uint source, @@ -4591,7 +3965,6 @@ static abstract void Source3( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i")] static abstract void Source3( @@ -4602,11 +3975,6 @@ static abstract void Source3( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] static abstract void Source3DirectSOFT( ContextHandle context, @@ -4617,11 +3985,6 @@ static abstract void Source3DirectSOFT( [NativeTypeName("ALint64SOFT")] long value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] static abstract void Source3DirectSOFT( @@ -4633,9 +3996,8 @@ static abstract void Source3DirectSOFT( [NativeTypeName("ALint64SOFT")] long value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] - static abstract void Source3Soft( + static abstract void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT")] long value1, @@ -4643,10 +4005,9 @@ static abstract void Source3Soft( [NativeTypeName("ALint64SOFT")] long value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] - static abstract void Source3Soft( + static abstract void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT")] long value1, @@ -4654,7 +4015,6 @@ static abstract void Source3Soft( [NativeTypeName("ALint64SOFT")] long value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSource3iDirect")] static abstract void Source3Direct( ContextHandle context, @@ -4665,7 +4025,6 @@ static abstract void Source3Direct( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3iDirect")] static abstract void Source3Direct( @@ -4677,11 +4036,6 @@ static abstract void Source3Direct( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] static abstract void SourceDirectSOFT( ContextHandle context, @@ -4690,11 +4044,6 @@ static abstract void SourceDirectSOFT( [NativeTypeName("ALdouble")] double value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] static abstract void SourceDirectSOFT( @@ -4704,7 +4053,6 @@ static abstract void SourceDirectSOFT( [NativeTypeName("ALdouble")] double value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] static abstract void SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -4712,7 +4060,6 @@ static abstract void SourceSOFT( [NativeTypeName("ALdouble")] double value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] static abstract void SourceSOFT( @@ -4721,11 +4068,6 @@ static abstract void SourceSOFT( [NativeTypeName("ALdouble")] double value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] static abstract void SourceDirectSOFT( ContextHandle context, @@ -4734,11 +4076,6 @@ static abstract void SourceDirectSOFT( [NativeTypeName("const ALdouble *")] double* values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] static abstract void SourceDirectSOFT( @@ -4748,7 +4085,6 @@ static abstract void SourceDirectSOFT( [NativeTypeName("const ALdouble *")] Ref values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] static abstract void SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -4756,7 +4092,6 @@ static abstract void SourceSOFT( [NativeTypeName("const ALdouble *")] double* values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] static abstract void SourceSOFT( @@ -4765,7 +4100,6 @@ static abstract void SourceSOFT( [NativeTypeName("const ALdouble *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcef")] static abstract void Source( [NativeTypeName("ALuint")] uint source, @@ -4773,7 +4107,6 @@ static abstract void Source( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcef")] static abstract void Source( @@ -4782,7 +4115,6 @@ static abstract void Source( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcefDirect")] static abstract void SourceDirect( ContextHandle context, @@ -4791,7 +4123,6 @@ static abstract void SourceDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefDirect")] static abstract void SourceDirect( @@ -4801,7 +4132,6 @@ static abstract void SourceDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcefv")] static abstract void Source( [NativeTypeName("ALuint")] uint source, @@ -4809,7 +4139,6 @@ static abstract void Source( [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefv")] static abstract void Source( @@ -4818,7 +4147,6 @@ static abstract void Source( [NativeTypeName("const ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] static abstract void SourceDirect( ContextHandle context, @@ -4827,7 +4155,6 @@ static abstract void SourceDirect( [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] static abstract void SourceDirect( @@ -4837,7 +4164,6 @@ static abstract void SourceDirect( [NativeTypeName("const ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcei")] static abstract void Source( [NativeTypeName("ALuint")] uint source, @@ -4845,7 +4171,6 @@ static abstract void Source( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei")] static abstract void Source( @@ -4854,11 +4179,6 @@ static abstract void Source( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] static abstract void SourceDirectSOFT( ContextHandle context, @@ -4867,11 +4187,6 @@ static abstract void SourceDirectSOFT( [NativeTypeName("ALint64SOFT")] long value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] static abstract void SourceDirectSOFT( @@ -4881,7 +4196,6 @@ static abstract void SourceDirectSOFT( [NativeTypeName("ALint64SOFT")] long value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] static abstract void SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -4889,7 +4203,6 @@ static abstract void SourceSOFT( [NativeTypeName("ALint64SOFT")] long value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] static abstract void SourceSOFT( @@ -4898,11 +4211,6 @@ static abstract void SourceSOFT( [NativeTypeName("ALint64SOFT")] long value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] static abstract void SourceDirectSOFT( ContextHandle context, @@ -4911,11 +4219,6 @@ static abstract void SourceDirectSOFT( [NativeTypeName("const ALint64SOFT *")] long* values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] static abstract void SourceDirectSOFT( @@ -4925,7 +4228,6 @@ static abstract void SourceDirectSOFT( [NativeTypeName("const ALint64SOFT *")] Ref values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] static abstract void SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -4933,7 +4235,6 @@ static abstract void SourceSOFT( [NativeTypeName("const ALint64SOFT *")] long* values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] static abstract void SourceSOFT( @@ -4942,7 +4243,6 @@ static abstract void SourceSOFT( [NativeTypeName("const ALint64SOFT *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceiDirect")] static abstract void SourceDirect( ContextHandle context, @@ -4951,7 +4251,6 @@ static abstract void SourceDirect( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceiDirect")] static abstract void SourceDirect( @@ -4961,7 +4260,6 @@ static abstract void SourceDirect( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceiv")] static abstract void Source( [NativeTypeName("ALuint")] uint source, @@ -4969,7 +4267,6 @@ static abstract void Source( [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceiv")] static abstract void Source( @@ -4978,7 +4275,6 @@ static abstract void Source( [NativeTypeName("const ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceivDirect")] static abstract void SourceDirect( ContextHandle context, @@ -4987,7 +4283,6 @@ static abstract void SourceDirect( [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceivDirect")] static abstract void SourceDirect( @@ -4997,25 +4292,21 @@ static abstract void SourceDirect( [NativeTypeName("const ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePause")] static abstract void SourcePause([NativeTypeName("ALuint")] uint source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePauseDirect")] static abstract void SourcePauseDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePausev")] static abstract void SourcePausev( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausev")] static abstract void SourcePausev( @@ -5023,12 +4314,10 @@ static abstract void SourcePausev( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausev")] static abstract void SourcePausev([NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] static abstract void SourcePausevDirect( ContextHandle context, @@ -5036,7 +4325,6 @@ static abstract void SourcePausevDirect( [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] static abstract void SourcePausevDirect( @@ -5045,7 +4333,6 @@ static abstract void SourcePausevDirect( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] static abstract void SourcePausevDirect( @@ -5053,15 +4340,9 @@ static abstract void SourcePausevDirect( [NativeTypeName("const ALuint *")] uint sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePlay")] static abstract void SourcePlay([NativeTypeName("ALuint")] uint source); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimeDirectSOFT")] static abstract void SourcePlayAtTimeDirectSOFT( ContextHandle context, @@ -5069,18 +4350,12 @@ static abstract void SourcePlayAtTimeDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimeSOFT")] static abstract void SourcePlayAtTimeSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] static abstract void SourcePlayAtTimevDirectSOFT( ContextHandle context, @@ -5089,11 +4364,6 @@ static abstract void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] static abstract void SourcePlayAtTimevDirectSOFT( @@ -5103,11 +4373,6 @@ static abstract void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] static abstract void SourcePlayAtTimevDirectSOFT( @@ -5116,7 +4381,6 @@ static abstract void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] static abstract void SourcePlayAtTimevSOFT( [NativeTypeName("ALsizei")] int n, @@ -5124,7 +4388,6 @@ static abstract void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] static abstract void SourcePlayAtTimevSOFT( @@ -5133,7 +4396,6 @@ static abstract void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] static abstract void SourcePlayAtTimevSOFT( @@ -5141,21 +4403,18 @@ static abstract void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePlayDirect")] static abstract void SourcePlayDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] static abstract void SourcePlayv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] static abstract void SourcePlayv( @@ -5163,12 +4422,10 @@ static abstract void SourcePlayv( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] static abstract void SourcePlayv([NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] static abstract void SourcePlayvDirect( ContextHandle context, @@ -5176,7 +4433,6 @@ static abstract void SourcePlayvDirect( [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] static abstract void SourcePlayvDirect( @@ -5185,7 +4441,6 @@ static abstract void SourcePlayvDirect( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] static abstract void SourcePlayvDirect( @@ -5193,7 +4448,6 @@ static abstract void SourcePlayvDirect( [NativeTypeName("const ALuint *")] uint sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] static abstract void SourceQueueBuffers( [NativeTypeName("ALuint")] uint source, @@ -5201,7 +4455,6 @@ static abstract void SourceQueueBuffers( [NativeTypeName("const ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] static abstract void SourceQueueBuffers( @@ -5210,7 +4463,6 @@ static abstract void SourceQueueBuffers( [NativeTypeName("const ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] static abstract void SourceQueueBuffersDirect( ContextHandle context, @@ -5219,7 +4471,6 @@ static abstract void SourceQueueBuffersDirect( [NativeTypeName("const ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] static abstract void SourceQueueBuffersDirect( @@ -5229,81 +4480,69 @@ static abstract void SourceQueueBuffersDirect( [NativeTypeName("const ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceRewind")] static abstract void SourceRewind([NativeTypeName("ALuint")] uint source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceRewindDirect")] static abstract void SourceRewindDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] - static abstract void SourceRewin( + static abstract void SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] - static abstract void SourceRewin( + static abstract void SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] - static abstract void SourceRewin([NativeTypeName("const ALuint *")] uint sources); + static abstract void SourceRewindv([NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] - static abstract void SourceRewinDirect( + static abstract void SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] - static abstract void SourceRewinDirect( + static abstract void SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] - static abstract void SourceRewinDirect( + static abstract void SourceRewindvDirect( ContextHandle context, [NativeTypeName("const ALuint *")] uint sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceStop")] static abstract void SourceStop([NativeTypeName("ALuint")] uint source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceStopDirect")] static abstract void SourceStopDirect( ContextHandle context, [NativeTypeName("ALuint")] uint source ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceStopv")] static abstract void SourceStopv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopv")] static abstract void SourceStopv( @@ -5311,12 +4550,10 @@ static abstract void SourceStopv( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopv")] static abstract void SourceStopv([NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] static abstract void SourceStopvDirect( ContextHandle context, @@ -5324,7 +4561,6 @@ static abstract void SourceStopvDirect( [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] static abstract void SourceStopvDirect( @@ -5333,7 +4569,6 @@ static abstract void SourceStopvDirect( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] static abstract void SourceStopvDirect( @@ -5341,7 +4576,6 @@ static abstract void SourceStopvDirect( [NativeTypeName("const ALuint *")] uint sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] static abstract void SourceUnqueueBuffers( [NativeTypeName("ALuint")] uint source, @@ -5349,7 +4583,6 @@ static abstract void SourceUnqueueBuffers( [NativeTypeName("ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] static abstract void SourceUnqueueBuffers( @@ -5358,7 +4591,6 @@ static abstract void SourceUnqueueBuffers( [NativeTypeName("ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] static abstract void SourceUnqueueBuffersDirect( ContextHandle context, @@ -5367,7 +4599,6 @@ static abstract void SourceUnqueueBuffersDirect( [NativeTypeName("ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] static abstract void SourceUnqueueBuffersDirect( @@ -5377,11 +4608,9 @@ static abstract void SourceUnqueueBuffersDirect( [NativeTypeName("ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alSpeedOfSound")] static abstract void SpeedOfSound([NativeTypeName("ALfloat")] float value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSpeedOfSoundDirect")] static abstract void SpeedOfSoundDirect( ContextHandle context, @@ -5389,7 +4618,6 @@ static abstract void SpeedOfSoundDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] static abstract int EAXGetBufferModeDirect( ContextHandle context, @@ -5398,7 +4626,6 @@ static abstract int EAXGetBufferModeDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] static abstract int EAXGetBufferModeDirect( @@ -5408,7 +4635,6 @@ static abstract int EAXGetBufferModeDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXGetDirect")] static abstract int EAXGetDirect( ContextHandle context, @@ -5420,7 +4646,6 @@ static abstract int EAXGetDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXGetDirect")] static abstract int EAXGetDirect( @@ -5433,7 +4658,6 @@ static abstract int EAXGetDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] static abstract sbyte EAXSetBufferModeDirect( ContextHandle context, @@ -5443,7 +4667,6 @@ static abstract sbyte EAXSetBufferModeDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] static abstract MaybeBool EAXSetBufferModeDirect( @@ -5454,7 +4677,6 @@ static abstract MaybeBool EAXSetBufferModeDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXSetDirect")] static abstract int EAXSetDirect( ContextHandle context, @@ -5466,7 +4688,6 @@ static abstract int EAXSetDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXSetDirect")] static abstract int EAXSetDirect( @@ -5479,7 +4700,6 @@ static abstract int EAXSetDirect( ); } - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] void AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -5487,7 +4707,6 @@ void AuxiliaryEffectSlot( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotf")] void AuxiliaryEffectSlot( @@ -5496,7 +4715,6 @@ void AuxiliaryEffectSlot( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] void AuxiliaryEffectSlotDirect( ContextHandle context, @@ -5505,7 +4723,6 @@ void AuxiliaryEffectSlotDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfDirect")] void AuxiliaryEffectSlotDirect( @@ -5515,7 +4732,6 @@ void AuxiliaryEffectSlotDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] void AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -5523,7 +4739,6 @@ void AuxiliaryEffectSlot( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfv")] void AuxiliaryEffectSlot( @@ -5532,7 +4747,6 @@ void AuxiliaryEffectSlot( [NativeTypeName("const ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] void AuxiliaryEffectSlotDirect( ContextHandle context, @@ -5541,7 +4755,6 @@ void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotfvDirect")] void AuxiliaryEffectSlotDirect( @@ -5551,7 +4764,6 @@ void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] void AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -5559,7 +4771,6 @@ void AuxiliaryEffectSlot( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSloti")] void AuxiliaryEffectSlot( @@ -5568,7 +4779,6 @@ void AuxiliaryEffectSlot( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] void AuxiliaryEffectSlotDirect( ContextHandle context, @@ -5577,7 +4787,6 @@ void AuxiliaryEffectSlotDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiDirect")] void AuxiliaryEffectSlotDirect( @@ -5587,7 +4796,6 @@ void AuxiliaryEffectSlotDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] void AuxiliaryEffectSlot( [NativeTypeName("ALuint")] uint effectslot, @@ -5595,7 +4803,6 @@ void AuxiliaryEffectSlot( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotiv")] void AuxiliaryEffectSlot( @@ -5604,7 +4811,6 @@ void AuxiliaryEffectSlot( [NativeTypeName("const ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] void AuxiliaryEffectSlotDirect( ContextHandle context, @@ -5613,7 +4819,6 @@ void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alAuxiliaryEffectSlotivDirect")] void AuxiliaryEffectSlotDirect( @@ -5623,7 +4828,6 @@ void AuxiliaryEffectSlotDirect( [NativeTypeName("const ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBuffer3f")] void Buffer3( [NativeTypeName("ALuint")] uint buffer, @@ -5633,7 +4837,6 @@ void Buffer3( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBuffer3fDirect")] void Buffer3Direct( ContextHandle context, @@ -5644,7 +4847,6 @@ void Buffer3Direct( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBuffer3i")] void Buffer3( [NativeTypeName("ALuint")] uint buffer, @@ -5654,7 +4856,6 @@ void Buffer3( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBuffer3iDirect")] void Buffer3Direct( ContextHandle context, @@ -5665,11 +4866,6 @@ void Buffer3Direct( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] void BufferCallbackDirectSOFT( ContextHandle context, @@ -5680,11 +4876,6 @@ void BufferCallbackDirectSOFT( [NativeTypeName("ALvoid *")] void* userptr ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferCallbackDirectSOFT")] void BufferCallbackDirectSOFT( @@ -5696,7 +4887,6 @@ void BufferCallbackDirectSOFT( [NativeTypeName("ALvoid *")] Ref userptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] void BufferCallbackSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -5706,7 +4896,6 @@ void BufferCallbackSOFT( [NativeTypeName("ALvoid *")] void* userptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferCallbackSOFT")] void BufferCallbackSOFT( @@ -5717,7 +4906,6 @@ void BufferCallbackSOFT( [NativeTypeName("ALvoid *")] Ref userptr ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferData")] void BufferData( [NativeTypeName("ALuint")] uint buffer, @@ -5727,7 +4915,6 @@ void BufferData( [NativeTypeName("ALsizei")] int samplerate ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferData")] void BufferData( @@ -5738,7 +4925,6 @@ void BufferData( [NativeTypeName("ALsizei")] int samplerate ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] void BufferDataDirect( ContextHandle context, @@ -5749,7 +4935,6 @@ void BufferDataDirect( [NativeTypeName("ALsizei")] int samplerate ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataDirect")] void BufferDataDirect( @@ -5761,7 +4946,6 @@ void BufferDataDirect( [NativeTypeName("ALsizei")] int samplerate ); - [SupportedApiProfile("al", ["AL_EXT_STATIC_BUFFER"])] [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] void BufferDataStatic( [NativeTypeName("ALuint")] uint buffer, @@ -5771,7 +4955,6 @@ void BufferDataStatic( [NativeTypeName("ALsizei")] int freq ); - [SupportedApiProfile("al", ["AL_EXT_STATIC_BUFFER"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataStatic")] void BufferDataStatic( @@ -5782,11 +4965,6 @@ void BufferDataStatic( [NativeTypeName("ALsizei")] int freq ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_EXT_STATIC_BUFFER"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] void BufferDataStaticDirect( ContextHandle context, @@ -5797,11 +4975,6 @@ void BufferDataStaticDirect( [NativeTypeName("ALsizei")] int freq ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_EXT_STATIC_BUFFER"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferDataStaticDirect")] void BufferDataStaticDirect( @@ -5813,7 +4986,6 @@ void BufferDataStaticDirect( [NativeTypeName("ALsizei")] int freq ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferf")] void Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -5821,7 +4993,6 @@ void Buffer( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferf")] void Buffer( @@ -5830,7 +5001,6 @@ void Buffer( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferfDirect")] void BufferDirect( ContextHandle context, @@ -5839,7 +5009,6 @@ void BufferDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfDirect")] void BufferDirect( @@ -5849,7 +5018,6 @@ void BufferDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferfv")] void Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -5857,7 +5025,6 @@ void Buffer( [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfv")] void Buffer( @@ -5866,7 +5033,6 @@ void Buffer( [NativeTypeName("const ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] void BufferDirect( ContextHandle context, @@ -5875,7 +5041,6 @@ void BufferDirect( [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferfvDirect")] void BufferDirect( @@ -5885,7 +5050,6 @@ void BufferDirect( [NativeTypeName("const ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferi")] void Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -5893,7 +5057,6 @@ void Buffer( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferi")] void Buffer( @@ -5902,7 +5065,6 @@ void Buffer( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferiDirect")] void BufferDirect( ContextHandle context, @@ -5911,7 +5073,6 @@ void BufferDirect( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferiDirect")] void BufferDirect( @@ -5921,7 +5082,6 @@ void BufferDirect( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alBufferiv")] void Buffer( [NativeTypeName("ALuint")] uint buffer, @@ -5929,7 +5089,6 @@ void Buffer( [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferiv")] void Buffer( @@ -5938,7 +5097,6 @@ void Buffer( [NativeTypeName("const ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alBufferivDirect")] void BufferDirect( ContextHandle context, @@ -5947,7 +5105,6 @@ void BufferDirect( [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferivDirect")] void BufferDirect( @@ -5957,7 +5114,6 @@ void BufferDirect( [NativeTypeName("const ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] void BufferSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -5969,7 +5125,6 @@ void BufferSamplesSOFT( [NativeTypeName("const ALvoid *")] void* data ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSamplesSOFT")] void BufferSamplesSOFT( @@ -5982,11 +5137,6 @@ void BufferSamplesSOFT( [NativeTypeName("const ALvoid *")] Ref data ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_buffer_sub_data"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] void BufferSubDataDirectSOFT( ContextHandle context, @@ -5997,11 +5147,6 @@ void BufferSubDataDirectSOFT( [NativeTypeName("ALsizei")] int length ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_buffer_sub_data"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubDataDirectSOFT")] void BufferSubDataDirectSOFT( @@ -6013,7 +5158,6 @@ void BufferSubDataDirectSOFT( [NativeTypeName("ALsizei")] int length ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_sub_data"])] [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] void BufferSubDataSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -6023,7 +5167,6 @@ void BufferSubDataSOFT( [NativeTypeName("ALsizei")] int length ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_sub_data"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubDataSOFT")] void BufferSubDataSOFT( @@ -6034,7 +5177,6 @@ void BufferSubDataSOFT( [NativeTypeName("ALsizei")] int length ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] void BufferSubSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -6045,7 +5187,6 @@ void BufferSubSamplesSOFT( [NativeTypeName("const ALvoid *")] void* data ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alBufferSubSamplesSOFT")] void BufferSubSamplesSOFT( @@ -6057,7 +5198,6 @@ void BufferSubSamplesSOFT( [NativeTypeName("const ALvoid *")] Ref data ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] void DebugMessageCallbackDirectEXT( ContextHandle context, @@ -6065,7 +5205,6 @@ void DebugMessageCallbackDirectEXT( void* userParam ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackDirectEXT")] void DebugMessageCallbackDirectEXT( @@ -6074,14 +5213,12 @@ void DebugMessageCallbackDirectEXT( Ref userParam ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] void DebugMessageCallbackEXT( [NativeTypeName("ALDEBUGPROCEXT")] DebugProcEXT callback, void* userParam ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageCallbackEXT")] void DebugMessageCallbackEXT( @@ -6089,7 +5226,6 @@ void DebugMessageCallbackEXT( Ref userParam ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] void DebugMessageControlDirectEXT( ContextHandle context, @@ -6101,7 +5237,6 @@ void DebugMessageControlDirectEXT( [NativeTypeName("ALboolean")] sbyte enable ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] void DebugMessageControlDirectEXT( @@ -6114,7 +5249,6 @@ void DebugMessageControlDirectEXT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlDirectEXT")] void DebugMessageControlDirectEXT( @@ -6126,7 +5260,6 @@ void DebugMessageControlDirectEXT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] void DebugMessageControlEXT( [NativeTypeName("ALenum")] int source, @@ -6137,7 +5270,6 @@ void DebugMessageControlEXT( [NativeTypeName("ALboolean")] sbyte enable ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] void DebugMessageControlEXT( @@ -6149,7 +5281,6 @@ void DebugMessageControlEXT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageControlEXT")] void DebugMessageControlEXT( @@ -6160,7 +5291,6 @@ void DebugMessageControlEXT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] void DebugMessageInsertDirectEXT( ContextHandle context, @@ -6172,7 +5302,6 @@ void DebugMessageInsertDirectEXT( [NativeTypeName("const ALchar *")] sbyte* message ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] void DebugMessageInsertDirectEXT( @@ -6185,7 +5314,6 @@ void DebugMessageInsertDirectEXT( [NativeTypeName("const ALchar *")] Ref message ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertDirectEXT")] void DebugMessageInsertDirectEXT( @@ -6197,7 +5325,6 @@ void DebugMessageInsertDirectEXT( [NativeTypeName("const ALchar *")] sbyte message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] void DebugMessageInsertEXT( [NativeTypeName("ALenum")] int source, @@ -6208,7 +5335,6 @@ void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] sbyte* message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] void DebugMessageInsertEXT( @@ -6220,7 +5346,6 @@ void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] Ref message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDebugMessageInsertEXT")] void DebugMessageInsertEXT( @@ -6231,31 +5356,22 @@ void DebugMessageInsertEXT( [NativeTypeName("const ALchar *")] sbyte message ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_deferred_updates"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alDeferUpdatesDirectSOFT")] void DeferUpdatesDirectSOFT(ContextHandle context); - [SupportedApiProfile("al", ["AL_SOFT_deferred_updates"])] [NativeFunction("openal", EntryPoint = "alDeferUpdatesSOFT")] void DeferUpdatesSOFT(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] void DeleteAuxiliaryEffectSlot([NativeTypeName("const ALuint *")] uint effectslots); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] void DeleteAuxiliaryEffectSlots( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* effectslots ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlots")] void DeleteAuxiliaryEffectSlots( @@ -6263,7 +5379,6 @@ void DeleteAuxiliaryEffectSlots( [NativeTypeName("const ALuint *")] Ref effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] void DeleteAuxiliaryEffectSlotsDirect( ContextHandle context, @@ -6271,7 +5386,6 @@ void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] uint* effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] void DeleteAuxiliaryEffectSlotsDirect( @@ -6280,7 +5394,6 @@ void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] Ref effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteAuxiliaryEffectSlotsDirect")] void DeleteAuxiliaryEffectSlotsDirect( @@ -6288,19 +5401,16 @@ void DeleteAuxiliaryEffectSlotsDirect( [NativeTypeName("const ALuint *")] uint effectslots ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] void DeleteBuffer([NativeTypeName("const ALuint *")] uint buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] void DeleteBuffers( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffers")] void DeleteBuffers( @@ -6308,7 +5418,6 @@ void DeleteBuffers( [NativeTypeName("const ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] void DeleteBuffersDirect( ContextHandle context, @@ -6316,7 +5425,6 @@ void DeleteBuffersDirect( [NativeTypeName("const ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteBuffersDirect")] void DeleteBuffersDirect( @@ -6325,19 +5433,16 @@ void DeleteBuffersDirect( [NativeTypeName("const ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] void DeleteEffect([NativeTypeName("const ALuint *")] uint effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] void DeleteEffects( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* effects ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffects")] void DeleteEffects( @@ -6345,7 +5450,6 @@ void DeleteEffects( [NativeTypeName("const ALuint *")] Ref effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] void DeleteEffectsDirect( ContextHandle context, @@ -6353,7 +5457,6 @@ void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] uint* effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] void DeleteEffectsDirect( @@ -6362,7 +5465,6 @@ void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] Ref effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteEffectsDirect")] void DeleteEffectsDirect( @@ -6370,19 +5472,16 @@ void DeleteEffectsDirect( [NativeTypeName("const ALuint *")] uint effects ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] void DeleteFilter([NativeTypeName("const ALuint *")] uint filters); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] void DeleteFilters( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* filters ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFilters")] void DeleteFilters( @@ -6390,7 +5489,6 @@ void DeleteFilters( [NativeTypeName("const ALuint *")] Ref filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] void DeleteFiltersDirect( ContextHandle context, @@ -6398,7 +5496,6 @@ void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] uint* filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] void DeleteFiltersDirect( @@ -6407,7 +5504,6 @@ void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] Ref filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteFiltersDirect")] void DeleteFiltersDirect( @@ -6415,19 +5511,16 @@ void DeleteFiltersDirect( [NativeTypeName("const ALuint *")] uint filters ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSources")] void DeleteSource([NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDeleteSources")] void DeleteSources( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSources")] void DeleteSources( @@ -6435,7 +5528,6 @@ void DeleteSources( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] void DeleteSourcesDirect( ContextHandle context, @@ -6443,7 +5535,6 @@ void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] void DeleteSourcesDirect( @@ -6452,7 +5543,6 @@ void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDeleteSourcesDirect")] void DeleteSourcesDirect( @@ -6460,20 +5550,16 @@ void DeleteSourcesDirect( [NativeTypeName("const ALuint *")] uint sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDisable")] void Disable([NativeTypeName("ALenum")] int capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDisable")] void Disable([NativeTypeName("ALenum")] Constant capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDisableDirect")] void DisableDirect(ContextHandle context, [NativeTypeName("ALenum")] int capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDisableDirect")] void DisableDirect( @@ -6481,22 +5567,18 @@ void DisableDirect( [NativeTypeName("ALenum")] Constant capability ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDistanceModel")] void DistanceModel([NativeTypeName("ALenum")] int distanceModel); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alDistanceModel")] void DistanceModel( [NativeTypeName("ALenum")] Constant distanceModel ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] void DistanceModelDirect(ContextHandle context, [NativeTypeName("ALenum")] int distanceModel); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alDistanceModelDirect")] void DistanceModelDirect( @@ -6504,19 +5586,15 @@ void DistanceModelDirect( [NativeTypeName("ALenum")] Constant distanceModel ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDopplerFactor")] void DopplerFactor([NativeTypeName("ALfloat")] float value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alDopplerFactorDirect")] void DopplerFactorDirect(ContextHandle context, [NativeTypeName("ALfloat")] float value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alDopplerVelocity")] void DopplerVelocity([NativeTypeName("ALfloat")] float value); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectf")] void Effect( [NativeTypeName("ALuint")] uint effect, @@ -6524,7 +5602,6 @@ void Effect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectf")] void Effect( @@ -6533,7 +5610,6 @@ void Effect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectfDirect")] void EffectDirect( ContextHandle context, @@ -6542,7 +5618,6 @@ void EffectDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfDirect")] void EffectDirect( @@ -6552,7 +5627,6 @@ void EffectDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectfv")] void Effect( [NativeTypeName("ALuint")] uint effect, @@ -6560,7 +5634,6 @@ void Effect( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfv")] void Effect( @@ -6569,7 +5642,6 @@ void Effect( [NativeTypeName("const ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] void EffectDirect( ContextHandle context, @@ -6578,7 +5650,6 @@ void EffectDirect( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectfvDirect")] void EffectDirect( @@ -6588,7 +5659,6 @@ void EffectDirect( [NativeTypeName("const ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffecti")] void Effect( [NativeTypeName("ALuint")] uint effect, @@ -6596,7 +5666,6 @@ void Effect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffecti")] void Effect( @@ -6605,7 +5674,6 @@ void Effect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectiDirect")] void EffectDirect( ContextHandle context, @@ -6614,7 +5682,6 @@ void EffectDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectiDirect")] void EffectDirect( @@ -6624,7 +5691,6 @@ void EffectDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alEffectiv")] void Effect( [NativeTypeName("ALuint")] uint effect, @@ -6632,7 +5698,6 @@ void Effect( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectiv")] void Effect( @@ -6641,7 +5706,6 @@ void Effect( [NativeTypeName("const ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEffectivDirect")] void EffectDirect( ContextHandle context, @@ -6650,7 +5714,6 @@ void EffectDirect( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEffectivDirect")] void EffectDirect( @@ -6660,20 +5723,16 @@ void EffectDirect( [NativeTypeName("const ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alEnable")] void Enable([NativeTypeName("ALenum")] int capability); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alEnable")] void Enable([NativeTypeName("ALenum")] Constant capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alEnableDirect")] void EnableDirect(ContextHandle context, [NativeTypeName("ALenum")] int capability); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEnableDirect")] void EnableDirect( @@ -6681,7 +5740,6 @@ void EnableDirect( [NativeTypeName("ALenum")] Constant capability ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] void EventCallbackDirectSOFT( ContextHandle context, @@ -6689,7 +5747,6 @@ void EventCallbackDirectSOFT( void* userParam ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventCallbackDirectSOFT")] void EventCallbackDirectSOFT( @@ -6698,14 +5755,12 @@ void EventCallbackDirectSOFT( Ref userParam ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] void EventCallbackSOFT( [NativeTypeName("ALEVENTPROCSOFT")] EventProcSOFT callback, void* userParam ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventCallbackSOFT")] void EventCallbackSOFT( @@ -6713,7 +5768,6 @@ void EventCallbackSOFT( Ref userParam ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] void EventControlDirectSOFT( ContextHandle context, @@ -6722,7 +5776,6 @@ void EventControlDirectSOFT( [NativeTypeName("ALboolean")] sbyte enable ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] void EventControlDirectSOFT( @@ -6732,7 +5785,6 @@ void EventControlDirectSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlDirectSOFT")] void EventControlDirectSOFT( @@ -6741,7 +5793,6 @@ void EventControlDirectSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] void EventControlSOFT( [NativeTypeName("ALsizei")] int count, @@ -6749,7 +5800,6 @@ void EventControlSOFT( [NativeTypeName("ALboolean")] sbyte enable ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] void EventControlSOFT( @@ -6758,7 +5808,6 @@ void EventControlSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alEventControlSOFT")] void EventControlSOFT( @@ -6766,7 +5815,6 @@ void EventControlSOFT( [NativeTypeName("ALboolean")] MaybeBool enable ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilterf")] void Filter( [NativeTypeName("ALuint")] uint filter, @@ -6774,7 +5822,6 @@ void Filter( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterf")] void Filter( @@ -6783,7 +5830,6 @@ void Filter( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterfDirect")] void FilterDirect( ContextHandle context, @@ -6792,7 +5838,6 @@ void FilterDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfDirect")] void FilterDirect( @@ -6802,7 +5847,6 @@ void FilterDirect( [NativeTypeName("ALfloat")] float flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilterfv")] void Filter( [NativeTypeName("ALuint")] uint filter, @@ -6810,7 +5854,6 @@ void Filter( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfv")] void Filter( @@ -6819,7 +5862,6 @@ void Filter( [NativeTypeName("const ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] void FilterDirect( ContextHandle context, @@ -6828,7 +5870,6 @@ void FilterDirect( [NativeTypeName("const ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterfvDirect")] void FilterDirect( @@ -6838,7 +5879,6 @@ void FilterDirect( [NativeTypeName("const ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilteri")] void Filter( [NativeTypeName("ALuint")] uint filter, @@ -6846,7 +5886,6 @@ void Filter( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteri")] void Filter( @@ -6855,7 +5894,6 @@ void Filter( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilteriDirect")] void FilterDirect( ContextHandle context, @@ -6864,7 +5902,6 @@ void FilterDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteriDirect")] void FilterDirect( @@ -6874,7 +5911,6 @@ void FilterDirect( [NativeTypeName("ALint")] int iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alFilteriv")] void Filter( [NativeTypeName("ALuint")] uint filter, @@ -6882,7 +5918,6 @@ void Filter( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alFilteriv")] void Filter( @@ -6891,7 +5926,6 @@ void Filter( [NativeTypeName("const ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alFilterivDirect")] void FilterDirect( ContextHandle context, @@ -6900,7 +5934,6 @@ void FilterDirect( [NativeTypeName("const ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alFilterivDirect")] void FilterDirect( @@ -6910,19 +5943,16 @@ void FilterDirect( [NativeTypeName("const ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] uint GenAuxiliaryEffectSlot(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] void GenAuxiliaryEffectSlots( [NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* effectslots ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlots")] void GenAuxiliaryEffectSlots( @@ -6930,7 +5960,6 @@ void GenAuxiliaryEffectSlots( [NativeTypeName("ALuint *")] Ref effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] void GenAuxiliaryEffectSlotsDirect( ContextHandle context, @@ -6938,7 +5967,6 @@ void GenAuxiliaryEffectSlotsDirect( [NativeTypeName("ALuint *")] uint* effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] void GenAuxiliaryEffectSlotsDirect( @@ -6947,21 +5975,17 @@ void GenAuxiliaryEffectSlotsDirect( [NativeTypeName("ALuint *")] Ref effectslots ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenAuxiliaryEffectSlotsDirect")] uint GenAuxiliaryEffectSlotsDirect(ContextHandle context); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffers")] uint GenBuffer(); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGenBuffers")] void GenBuffers([NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* buffers); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffers")] void GenBuffers( @@ -6969,7 +5993,6 @@ void GenBuffers( [NativeTypeName("ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] void GenBuffersDirect( ContextHandle context, @@ -6977,7 +6000,6 @@ void GenBuffersDirect( [NativeTypeName("ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenBuffersDirect")] void GenBuffersDirect( @@ -6986,16 +6008,13 @@ void GenBuffersDirect( [NativeTypeName("ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffects")] uint GenEffect(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenEffects")] void GenEffects([NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* effects); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffects")] void GenEffects( @@ -7003,7 +6022,6 @@ void GenEffects( [NativeTypeName("ALuint *")] Ref effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] void GenEffectsDirect( ContextHandle context, @@ -7011,7 +6029,6 @@ void GenEffectsDirect( [NativeTypeName("ALuint *")] uint* effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] void GenEffectsDirect( @@ -7020,21 +6037,17 @@ void GenEffectsDirect( [NativeTypeName("ALuint *")] Ref effects ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenEffectsDirect")] uint GenEffectsDirect(ContextHandle context); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFilters")] uint GenFilter(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGenFilters")] void GenFilters([NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* filters); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFilters")] void GenFilters( @@ -7042,7 +6055,6 @@ void GenFilters( [NativeTypeName("ALuint *")] Ref filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] void GenFiltersDirect( ContextHandle context, @@ -7050,7 +6062,6 @@ void GenFiltersDirect( [NativeTypeName("ALuint *")] uint* filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] void GenFiltersDirect( @@ -7059,21 +6070,17 @@ void GenFiltersDirect( [NativeTypeName("ALuint *")] Ref filters ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGenFiltersDirect")] uint GenFiltersDirect(ContextHandle context); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSources")] uint GenSource(); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGenSources")] void GenSources([NativeTypeName("ALsizei")] int n, [NativeTypeName("ALuint *")] uint* sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSources")] void GenSources( @@ -7081,7 +6088,6 @@ void GenSources( [NativeTypeName("ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] void GenSourcesDirect( ContextHandle context, @@ -7089,7 +6095,6 @@ void GenSourcesDirect( [NativeTypeName("ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] void GenSourcesDirect( @@ -7098,12 +6103,10 @@ void GenSourcesDirect( [NativeTypeName("ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGenSourcesDirect")] uint GenSourcesDirect(ContextHandle context); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] void GetAuxiliaryEffectSlotf( [NativeTypeName("ALuint")] uint effectslot, @@ -7111,7 +6114,6 @@ void GetAuxiliaryEffectSlotf( [NativeTypeName("ALfloat *")] float* flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotf")] void GetAuxiliaryEffectSlotf( @@ -7120,7 +6122,6 @@ void GetAuxiliaryEffectSlotf( [NativeTypeName("ALfloat *")] Ref flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] void GetAuxiliaryEffectSlotfDirect( ContextHandle context, @@ -7129,7 +6130,6 @@ void GetAuxiliaryEffectSlotfDirect( [NativeTypeName("ALfloat *")] float* pflValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfDirect")] void GetAuxiliaryEffectSlotfDirect( @@ -7139,7 +6139,6 @@ void GetAuxiliaryEffectSlotfDirect( [NativeTypeName("ALfloat *")] Ref pflValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] void GetAuxiliaryEffectSlotfv( [NativeTypeName("ALuint")] uint effectslot, @@ -7147,7 +6146,6 @@ void GetAuxiliaryEffectSlotfv( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfv")] void GetAuxiliaryEffectSlotfv( @@ -7156,7 +6154,6 @@ void GetAuxiliaryEffectSlotfv( [NativeTypeName("ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] void GetAuxiliaryEffectSlotfvDirect( ContextHandle context, @@ -7165,7 +6162,6 @@ void GetAuxiliaryEffectSlotfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotfvDirect")] void GetAuxiliaryEffectSlotfvDirect( @@ -7175,7 +6171,6 @@ void GetAuxiliaryEffectSlotfvDirect( [NativeTypeName("ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] void GetAuxiliaryEffectSloti( [NativeTypeName("ALuint")] uint effectslot, @@ -7183,7 +6178,6 @@ void GetAuxiliaryEffectSloti( [NativeTypeName("ALint *")] int* iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSloti")] void GetAuxiliaryEffectSloti( @@ -7192,7 +6186,6 @@ void GetAuxiliaryEffectSloti( [NativeTypeName("ALint *")] Ref iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] void GetAuxiliaryEffectSlotiDirect( ContextHandle context, @@ -7201,7 +6194,6 @@ void GetAuxiliaryEffectSlotiDirect( [NativeTypeName("ALint *")] int* piValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiDirect")] void GetAuxiliaryEffectSlotiDirect( @@ -7211,7 +6203,6 @@ void GetAuxiliaryEffectSlotiDirect( [NativeTypeName("ALint *")] Ref piValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] void GetAuxiliaryEffectSlotiv( [NativeTypeName("ALuint")] uint effectslot, @@ -7219,7 +6210,6 @@ void GetAuxiliaryEffectSlotiv( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotiv")] void GetAuxiliaryEffectSlotiv( @@ -7228,7 +6218,6 @@ void GetAuxiliaryEffectSlotiv( [NativeTypeName("ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] void GetAuxiliaryEffectSlotivDirect( ContextHandle context, @@ -7237,7 +6226,6 @@ void GetAuxiliaryEffectSlotivDirect( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetAuxiliaryEffectSlotivDirect")] void GetAuxiliaryEffectSlotivDirect( @@ -7248,12 +6236,10 @@ void GetAuxiliaryEffectSlotivDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBoolean")] sbyte GetBoolean([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBoolean")] MaybeBool GetBoolean( @@ -7261,12 +6247,10 @@ MaybeBool GetBoolean( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] sbyte GetBooleanDirect(ContextHandle context, [NativeTypeName("ALenum")] int param1); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanDirect")] MaybeBool GetBooleanDirect( @@ -7274,14 +6258,12 @@ MaybeBool GetBooleanDirect( [NativeTypeName("ALenum")] Constant param1 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBooleanv")] void GetBoolean( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALboolean *")] sbyte* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanv")] void GetBoolean( @@ -7289,7 +6271,6 @@ void GetBoolean( [NativeTypeName("ALboolean *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] void GetBooleanDirect( ContextHandle context, @@ -7297,7 +6278,6 @@ void GetBooleanDirect( [NativeTypeName("ALboolean *")] sbyte* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBooleanvDirect")] void GetBooleanDirect( @@ -7306,7 +6286,6 @@ void GetBooleanDirect( [NativeTypeName("ALboolean *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] void GetBuffer3( [NativeTypeName("ALuint")] uint buffer, @@ -7316,7 +6295,6 @@ void GetBuffer3( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3f")] void GetBuffer3( @@ -7327,7 +6305,6 @@ void GetBuffer3( [NativeTypeName("ALfloat *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] void GetBuffer3Direct( ContextHandle context, @@ -7338,7 +6315,6 @@ void GetBuffer3Direct( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3fDirect")] void GetBuffer3Direct( @@ -7350,7 +6326,6 @@ void GetBuffer3Direct( [NativeTypeName("ALfloat *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] void GetBuffer3( [NativeTypeName("ALuint")] uint buffer, @@ -7360,7 +6335,6 @@ void GetBuffer3( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3i")] void GetBuffer3( @@ -7371,7 +6345,6 @@ void GetBuffer3( [NativeTypeName("ALint *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] void GetBuffer3Direct( ContextHandle context, @@ -7382,7 +6355,6 @@ void GetBuffer3Direct( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3iDirect")] void GetBuffer3Direct( @@ -7394,11 +6366,6 @@ void GetBuffer3Direct( [NativeTypeName("ALint *")] Ref value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] void GetBuffer3PtrDirectSOFT( ContextHandle context, @@ -7409,11 +6376,6 @@ void GetBuffer3PtrDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr2 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrDirectSOFT")] void GetBuffer3PtrDirectSOFT( @@ -7425,7 +6387,6 @@ void GetBuffer3PtrDirectSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr2 ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] void GetBuffer3PtrSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -7435,7 +6396,6 @@ void GetBuffer3PtrSOFT( [NativeTypeName("ALvoid **")] void** ptr2 ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBuffer3PtrSOFT")] void GetBuffer3PtrSOFT( @@ -7446,7 +6406,6 @@ void GetBuffer3PtrSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr2 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferf")] void GetBufferf( [NativeTypeName("ALuint")] uint buffer, @@ -7454,7 +6413,6 @@ void GetBufferf( [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferf")] void GetBufferf( @@ -7463,7 +6421,6 @@ void GetBufferf( [NativeTypeName("ALfloat *")] Ref value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] void GetBufferfDirect( ContextHandle context, @@ -7472,7 +6429,6 @@ void GetBufferfDirect( [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfDirect")] void GetBufferfDirect( @@ -7482,7 +6438,6 @@ void GetBufferfDirect( [NativeTypeName("ALfloat *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferfv")] void GetBufferfv( [NativeTypeName("ALuint")] uint buffer, @@ -7490,7 +6445,6 @@ void GetBufferfv( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfv")] void GetBufferfv( @@ -7499,7 +6453,6 @@ void GetBufferfv( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] void GetBufferfvDirect( ContextHandle context, @@ -7508,7 +6461,6 @@ void GetBufferfvDirect( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferfvDirect")] void GetBufferfvDirect( @@ -7518,7 +6470,6 @@ void GetBufferfvDirect( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferi")] void GetBufferi( [NativeTypeName("ALuint")] uint buffer, @@ -7526,7 +6477,6 @@ void GetBufferi( [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferi")] void GetBufferi( @@ -7535,7 +6485,6 @@ void GetBufferi( [NativeTypeName("ALint *")] Ref value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] void GetBufferiDirect( ContextHandle context, @@ -7544,7 +6493,6 @@ void GetBufferiDirect( [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferiDirect")] void GetBufferiDirect( @@ -7554,7 +6502,6 @@ void GetBufferiDirect( [NativeTypeName("ALint *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetBufferiv")] void GetBufferiv( [NativeTypeName("ALuint")] uint buffer, @@ -7562,7 +6509,6 @@ void GetBufferiv( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferiv")] void GetBufferiv( @@ -7571,7 +6517,6 @@ void GetBufferiv( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] void GetBufferivDirect( ContextHandle context, @@ -7580,7 +6525,6 @@ void GetBufferivDirect( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferivDirect")] void GetBufferivDirect( @@ -7590,11 +6534,6 @@ void GetBufferivDirect( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] void GetBufferPtrDirectSOFT( ContextHandle context, @@ -7603,11 +6542,6 @@ void GetBufferPtrDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrDirectSOFT")] void GetBufferPtrDirectSOFT( @@ -7617,7 +6551,6 @@ void GetBufferPtrDirectSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] void GetBufferPtrSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -7625,7 +6558,6 @@ void GetBufferPtrSOFT( [NativeTypeName("ALvoid **")] void** ptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrSOFT")] void GetBufferPtrSOFT( @@ -7634,11 +6566,6 @@ void GetBufferPtrSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] void GetBufferPtrvDirectSOFT( ContextHandle context, @@ -7647,11 +6574,6 @@ void GetBufferPtrvDirectSOFT( [NativeTypeName("ALvoid **")] void** ptr ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_callback_buffer"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvDirectSOFT")] void GetBufferPtrvDirectSOFT( @@ -7661,7 +6583,6 @@ void GetBufferPtrvDirectSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] void GetBufferPtrvSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -7669,7 +6590,6 @@ void GetBufferPtrvSOFT( [NativeTypeName("ALvoid **")] void** ptr ); - [SupportedApiProfile("al", ["AL_SOFT_callback_buffer"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferPtrvSOFT")] void GetBufferPtrvSOFT( @@ -7678,7 +6598,6 @@ void GetBufferPtrvSOFT( [NativeTypeName("ALvoid **")] Ref2D ptr ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] void GetBufferSamplesSOFT( [NativeTypeName("ALuint")] uint buffer, @@ -7689,7 +6608,6 @@ void GetBufferSamplesSOFT( [NativeTypeName("ALvoid *")] void* data ); - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetBufferSamplesSOFT")] void GetBufferSamplesSOFT( @@ -7702,7 +6620,6 @@ void GetBufferSamplesSOFT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] uint GetDebugMessageLogDirectEXT( ContextHandle context, @@ -7717,7 +6634,6 @@ uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] uint GetDebugMessageLogDirectEXT( @@ -7733,7 +6649,6 @@ uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] uint GetDebugMessageLogDirectEXT( @@ -7749,7 +6664,6 @@ uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogDirectEXT")] uint GetDebugMessageLogDirectEXT( @@ -7765,7 +6679,6 @@ uint GetDebugMessageLogDirectEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] uint GetDebugMessageLogEXT( [NativeTypeName("ALuint")] uint count, @@ -7779,7 +6692,6 @@ uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] uint GetDebugMessageLogEXT( @@ -7794,7 +6706,6 @@ uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] uint GetDebugMessageLogEXT( @@ -7809,7 +6720,6 @@ uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALuint")] - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDebugMessageLogEXT")] uint GetDebugMessageLogEXT( @@ -7824,23 +6734,19 @@ uint GetDebugMessageLogEXT( ); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetDouble")] double GetDouble([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDouble")] double GetDouble([NativeTypeName("ALenum")] Constant param0); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] double GetDoubleDirect(ContextHandle context, [NativeTypeName("ALenum")] int param1); [return: NativeTypeName("ALdouble")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoubleDirect")] double GetDoubleDirect( @@ -7848,14 +6754,12 @@ double GetDoubleDirect( [NativeTypeName("ALenum")] Constant param1 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetDoublev")] void GetDouble( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALdouble *")] double* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoublev")] void GetDouble( @@ -7863,7 +6767,6 @@ void GetDouble( [NativeTypeName("ALdouble *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] void GetDoubleDirect( ContextHandle context, @@ -7871,7 +6774,6 @@ void GetDoubleDirect( [NativeTypeName("ALdouble *")] double* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetDoublevDirect")] void GetDoubleDirect( @@ -7880,7 +6782,6 @@ void GetDoubleDirect( [NativeTypeName("ALdouble *")] Ref values ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectf")] void GetEffectf( [NativeTypeName("ALuint")] uint effect, @@ -7888,7 +6789,6 @@ void GetEffectf( [NativeTypeName("ALfloat *")] float* flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectf")] void GetEffectf( @@ -7897,7 +6797,6 @@ void GetEffectf( [NativeTypeName("ALfloat *")] Ref flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] void GetEffectfDirect( ContextHandle context, @@ -7906,7 +6805,6 @@ void GetEffectfDirect( [NativeTypeName("ALfloat *")] float* pflValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfDirect")] void GetEffectfDirect( @@ -7916,7 +6814,6 @@ void GetEffectfDirect( [NativeTypeName("ALfloat *")] Ref pflValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectfv")] void GetEffectfv( [NativeTypeName("ALuint")] uint effect, @@ -7924,7 +6821,6 @@ void GetEffectfv( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfv")] void GetEffectfv( @@ -7933,7 +6829,6 @@ void GetEffectfv( [NativeTypeName("ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] void GetEffectfvDirect( ContextHandle context, @@ -7942,7 +6837,6 @@ void GetEffectfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectfvDirect")] void GetEffectfvDirect( @@ -7952,7 +6846,6 @@ void GetEffectfvDirect( [NativeTypeName("ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffecti")] void GetEffecti( [NativeTypeName("ALuint")] uint effect, @@ -7960,7 +6853,6 @@ void GetEffecti( [NativeTypeName("ALint *")] int* iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffecti")] void GetEffecti( @@ -7969,7 +6861,6 @@ void GetEffecti( [NativeTypeName("ALint *")] Ref iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] void GetEffectiDirect( ContextHandle context, @@ -7978,7 +6869,6 @@ void GetEffectiDirect( [NativeTypeName("ALint *")] int* piValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectiDirect")] void GetEffectiDirect( @@ -7988,7 +6878,6 @@ void GetEffectiDirect( [NativeTypeName("ALint *")] Ref piValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetEffectiv")] void GetEffectiv( [NativeTypeName("ALuint")] uint effect, @@ -7996,7 +6885,6 @@ void GetEffectiv( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectiv")] void GetEffectiv( @@ -8005,7 +6893,6 @@ void GetEffectiv( [NativeTypeName("ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] void GetEffectivDirect( ContextHandle context, @@ -8014,7 +6901,6 @@ void GetEffectivDirect( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEffectivDirect")] void GetEffectivDirect( @@ -8025,23 +6911,19 @@ void GetEffectivDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetEnumValue")] int GetEnumValue([NativeTypeName("const ALchar *")] sbyte* ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEnumValue")] int GetEnumValue([NativeTypeName("const ALchar *")] Ref ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] int GetEnumValueDirect(ContextHandle context, [NativeTypeName("const ALchar *")] sbyte* ename); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetEnumValueDirect")] int GetEnumValueDirect( @@ -8050,28 +6932,23 @@ int GetEnumValueDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetError")] Constant GetError(); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] Constant GetErrorDirect(ContextHandle context); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetErrorDirect")] - int GetErrorDirectRaw(ContextHandle context); + int GetErrorDirectRawDirect(ContextHandle context); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetError")] int GetErrorRaw(); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilterf")] void GetFilterf( [NativeTypeName("ALuint")] uint filter, @@ -8079,7 +6956,6 @@ void GetFilterf( [NativeTypeName("ALfloat *")] float* flValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterf")] void GetFilterf( @@ -8088,7 +6964,6 @@ void GetFilterf( [NativeTypeName("ALfloat *")] Ref flValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] void GetFilterfDirect( ContextHandle context, @@ -8097,7 +6972,6 @@ void GetFilterfDirect( [NativeTypeName("ALfloat *")] float* pflValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfDirect")] void GetFilterfDirect( @@ -8107,7 +6981,6 @@ void GetFilterfDirect( [NativeTypeName("ALfloat *")] Ref pflValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilterfv")] void GetFilterfv( [NativeTypeName("ALuint")] uint filter, @@ -8115,7 +6988,6 @@ void GetFilterfv( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfv")] void GetFilterfv( @@ -8124,7 +6996,6 @@ void GetFilterfv( [NativeTypeName("ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] void GetFilterfvDirect( ContextHandle context, @@ -8133,7 +7004,6 @@ void GetFilterfvDirect( [NativeTypeName("ALfloat *")] float* pflValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterfvDirect")] void GetFilterfvDirect( @@ -8143,7 +7013,6 @@ void GetFilterfvDirect( [NativeTypeName("ALfloat *")] Ref pflValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilteri")] void GetFilteri( [NativeTypeName("ALuint")] uint filter, @@ -8151,7 +7020,6 @@ void GetFilteri( [NativeTypeName("ALint *")] int* iValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteri")] void GetFilteri( @@ -8160,7 +7028,6 @@ void GetFilteri( [NativeTypeName("ALint *")] Ref iValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] void GetFilteriDirect( ContextHandle context, @@ -8169,7 +7036,6 @@ void GetFilteriDirect( [NativeTypeName("ALint *")] int* piValue ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteriDirect")] void GetFilteriDirect( @@ -8179,7 +7045,6 @@ void GetFilteriDirect( [NativeTypeName("ALint *")] Ref piValue ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alGetFilteriv")] void GetFilteriv( [NativeTypeName("ALuint")] uint filter, @@ -8187,7 +7052,6 @@ void GetFilteriv( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilteriv")] void GetFilteriv( @@ -8196,7 +7060,6 @@ void GetFilteriv( [NativeTypeName("ALint *")] Ref piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] void GetFilterivDirect( ContextHandle context, @@ -8205,7 +7068,6 @@ void GetFilterivDirect( [NativeTypeName("ALint *")] int* piValues ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFilterivDirect")] void GetFilterivDirect( @@ -8216,23 +7078,19 @@ void GetFilterivDirect( ); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetFloat")] float GetFloat([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloat")] float GetFloat([NativeTypeName("ALenum")] Constant param0); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] float GetFloatDirect(ContextHandle context, [NativeTypeName("ALenum")] int param1); [return: NativeTypeName("ALfloat")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatDirect")] float GetFloatDirect( @@ -8240,14 +7098,12 @@ float GetFloatDirect( [NativeTypeName("ALenum")] Constant param1 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetFloatv")] void GetFloat( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatv")] void GetFloat( @@ -8255,7 +7111,6 @@ void GetFloat( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] void GetFloatDirect( ContextHandle context, @@ -8263,7 +7118,6 @@ void GetFloatDirect( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetFloatvDirect")] void GetFloatDirect( @@ -8273,23 +7127,19 @@ void GetFloatDirect( ); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetInteger")] int GetInteger([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetInteger")] int GetInteger([NativeTypeName("ALenum")] Constant param0); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] int GetIntegerDirect(ContextHandle context, [NativeTypeName("ALenum")] int param1); [return: NativeTypeName("ALint")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegerDirect")] int GetIntegerDirect( @@ -8297,11 +7147,9 @@ int GetIntegerDirect( [NativeTypeName("ALenum")] Constant param1 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetIntegerv")] void GetInteger([NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint *")] int* values); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegerv")] void GetInteger( @@ -8309,7 +7157,6 @@ void GetInteger( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] void GetIntegerDirect( ContextHandle context, @@ -8317,7 +7164,6 @@ void GetIntegerDirect( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetIntegervDirect")] void GetIntegerDirect( @@ -8326,7 +7172,6 @@ void GetIntegerDirect( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListener3f")] void GetListener3( [NativeTypeName("ALenum")] int param0, @@ -8335,7 +7180,6 @@ void GetListener3( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3f")] void GetListener3( @@ -8345,7 +7189,6 @@ void GetListener3( [NativeTypeName("ALfloat *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] void GetListener3Direct( ContextHandle context, @@ -8355,7 +7198,6 @@ void GetListener3Direct( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3fDirect")] void GetListener3Direct( @@ -8366,7 +7208,6 @@ void GetListener3Direct( [NativeTypeName("ALfloat *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListener3i")] void GetListener3( [NativeTypeName("ALenum")] int param0, @@ -8375,7 +7216,6 @@ void GetListener3( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3i")] void GetListener3( @@ -8385,7 +7225,6 @@ void GetListener3( [NativeTypeName("ALint *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] void GetListener3Direct( ContextHandle context, @@ -8395,7 +7234,6 @@ void GetListener3Direct( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListener3iDirect")] void GetListener3Direct( @@ -8406,14 +7244,12 @@ void GetListener3Direct( [NativeTypeName("ALint *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListenerf")] void GetListenerf( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerf")] void GetListenerf( @@ -8421,7 +7257,6 @@ void GetListenerf( [NativeTypeName("ALfloat *")] Ref value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] void GetListenerfDirect( ContextHandle context, @@ -8429,7 +7264,6 @@ void GetListenerfDirect( [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfDirect")] void GetListenerfDirect( @@ -8438,14 +7272,12 @@ void GetListenerfDirect( [NativeTypeName("ALfloat *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListenerfv")] void GetListenerfv( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfv")] void GetListenerfv( @@ -8453,7 +7285,6 @@ void GetListenerfv( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] void GetListenerfvDirect( ContextHandle context, @@ -8461,7 +7292,6 @@ void GetListenerfvDirect( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerfvDirect")] void GetListenerfvDirect( @@ -8470,14 +7300,12 @@ void GetListenerfvDirect( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListeneri")] void GetListeneri( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneri")] void GetListeneri( @@ -8485,12 +7313,10 @@ void GetListeneri( [NativeTypeName("ALint *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneri")] int GetListeneri(); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] void GetListeneriDirect( ContextHandle context, @@ -8498,7 +7324,6 @@ void GetListeneriDirect( [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriDirect")] void GetListeneriDirect( @@ -8507,14 +7332,12 @@ void GetListeneriDirect( [NativeTypeName("ALint *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] void GetListeneriv( [NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] void GetListeneriv( @@ -8522,12 +7345,10 @@ void GetListeneriv( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListeneriv")] int GetListeneriv(); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] void GetListenerivDirect( ContextHandle context, @@ -8535,7 +7356,6 @@ void GetListenerivDirect( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetListenerivDirect")] void GetListenerivDirect( @@ -8544,7 +7364,6 @@ void GetListenerivDirect( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] void GetObjectLabelDirectEXT( ContextHandle context, @@ -8555,7 +7374,6 @@ void GetObjectLabelDirectEXT( [NativeTypeName("ALchar *")] sbyte* label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] void GetObjectLabelDirectEXT( @@ -8567,7 +7385,6 @@ void GetObjectLabelDirectEXT( [NativeTypeName("ALchar *")] Ref label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelDirectEXT")] sbyte GetObjectLabelDirectEXT( @@ -8577,7 +7394,6 @@ sbyte GetObjectLabelDirectEXT( [NativeTypeName("ALsizei *")] Ref length ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] void GetObjectLabelEXT( [NativeTypeName("ALenum")] int identifier, @@ -8587,7 +7403,6 @@ void GetObjectLabelEXT( [NativeTypeName("ALchar *")] sbyte* label ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] void GetObjectLabelEXT( @@ -8598,7 +7413,6 @@ void GetObjectLabelEXT( [NativeTypeName("ALchar *")] Ref label ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetObjectLabelEXT")] sbyte GetObjectLabelEXT( @@ -8607,11 +7421,9 @@ sbyte GetObjectLabelEXT( [NativeTypeName("ALsizei *")] Ref length ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] void* GetPointerDirectEXT(ContextHandle context, [NativeTypeName("ALenum")] int pname); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerDirectEXT")] Ptr GetPointerDirectEXT( @@ -8619,11 +7431,9 @@ Ptr GetPointerDirectEXT( [NativeTypeName("ALenum")] Constant pname ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] void* GetPointerDirectSOFT(ContextHandle context, [NativeTypeName("ALenum")] int pname); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerDirectSOFT")] Ptr GetPointerDirectSOFT( @@ -8631,25 +7441,20 @@ Ptr GetPointerDirectSOFT( [NativeTypeName("ALenum")] Constant pname ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] void* GetPointerEXT([NativeTypeName("ALenum")] int pname); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerEXT")] Ptr GetPointerEXT([NativeTypeName("ALenum")] Constant pname); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] void* GetPointerSOFT([NativeTypeName("ALenum")] int pname); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointerSOFT")] Ptr GetPointerSOFT([NativeTypeName("ALenum")] Constant pname); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] void GetPointerDirectEXT( ContextHandle context, @@ -8657,7 +7462,6 @@ void GetPointerDirectEXT( void** values ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervDirectEXT")] void GetPointerDirectEXT( @@ -8666,7 +7470,6 @@ void GetPointerDirectEXT( Ref2D values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] void GetPointerDirectSOFT( ContextHandle context, @@ -8674,7 +7477,6 @@ void GetPointerDirectSOFT( void** values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_SOFT_events"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervDirectSOFT")] void GetPointerDirectSOFT( @@ -8683,11 +7485,9 @@ void GetPointerDirectSOFT( Ref2D values ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] void GetPointerEXT([NativeTypeName("ALenum")] int pname, void** values); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervEXT")] void GetPointerEXT( @@ -8695,11 +7495,9 @@ void GetPointerEXT( Ref2D values ); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] void GetPointerSOFT([NativeTypeName("ALenum")] int pname, void** values); - [SupportedApiProfile("al", ["AL_SOFT_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetPointervSOFT")] void GetPointerSOFT( @@ -8707,23 +7505,19 @@ void GetPointerSOFT( Ref2D values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetProcAddress")] void* GetProcAddress([NativeTypeName("const ALchar *")] sbyte* fname); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetProcAddress")] Ptr GetProcAddress([NativeTypeName("const ALchar *")] Ref fname); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] void* GetProcAddressDirect( ContextHandle context, [NativeTypeName("const ALchar *")] sbyte* fname ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetProcAddressDirect")] Ptr GetProcAddressDirect( @@ -8731,11 +7525,6 @@ Ptr GetProcAddressDirect( [NativeTypeName("const ALchar *")] Ref fname ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] void GetSource3DirectSOFT( ContextHandle context, @@ -8746,11 +7535,6 @@ void GetSource3DirectSOFT( [NativeTypeName("ALdouble *")] double* value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3dDirectSOFT")] void GetSource3DirectSOFT( @@ -8762,7 +7546,6 @@ void GetSource3DirectSOFT( [NativeTypeName("ALdouble *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] void GetSource3SOFT( [NativeTypeName("ALuint")] uint source, @@ -8772,7 +7555,6 @@ void GetSource3SOFT( [NativeTypeName("ALdouble *")] double* value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3dSOFT")] void GetSource3SOFT( @@ -8783,7 +7565,6 @@ void GetSource3SOFT( [NativeTypeName("ALdouble *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSource3f")] void GetSource3( [NativeTypeName("ALuint")] uint source, @@ -8793,7 +7574,6 @@ void GetSource3( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3f")] void GetSource3( @@ -8804,7 +7584,6 @@ void GetSource3( [NativeTypeName("ALfloat *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] void GetSource3Direct( ContextHandle context, @@ -8815,7 +7594,6 @@ void GetSource3Direct( [NativeTypeName("ALfloat *")] float* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3fDirect")] void GetSource3Direct( @@ -8827,7 +7605,6 @@ void GetSource3Direct( [NativeTypeName("ALfloat *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSource3i")] void GetSource3( [NativeTypeName("ALuint")] uint source, @@ -8837,7 +7614,6 @@ void GetSource3( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i")] void GetSource3( @@ -8848,11 +7624,6 @@ void GetSource3( [NativeTypeName("ALint *")] Ref value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] void GetSource3DirectSOFT( ContextHandle context, @@ -8863,11 +7634,6 @@ void GetSource3DirectSOFT( [NativeTypeName("ALint64SOFT *")] long* value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i64DirectSOFT")] void GetSource3DirectSOFT( @@ -8879,7 +7645,6 @@ void GetSource3DirectSOFT( [NativeTypeName("ALint64SOFT *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] void GetSource3SOFT( [NativeTypeName("ALuint")] uint source, @@ -8889,7 +7654,6 @@ void GetSource3SOFT( [NativeTypeName("ALint64SOFT *")] long* value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3i64SOFT")] void GetSource3SOFT( @@ -8900,7 +7664,6 @@ void GetSource3SOFT( [NativeTypeName("ALint64SOFT *")] Ref value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] void GetSource3Direct( ContextHandle context, @@ -8911,7 +7674,6 @@ void GetSource3Direct( [NativeTypeName("ALint *")] int* value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSource3iDirect")] void GetSource3Direct( @@ -8923,11 +7685,6 @@ void GetSource3Direct( [NativeTypeName("ALint *")] Ref value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] void GetSourceDirectSOFT( ContextHandle context, @@ -8936,11 +7693,6 @@ void GetSourceDirectSOFT( [NativeTypeName("ALdouble *")] double* value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedDirectSOFT")] void GetSourceDirectSOFT( @@ -8950,7 +7702,6 @@ void GetSourceDirectSOFT( [NativeTypeName("ALdouble *")] Ref value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] void GetSourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -8958,7 +7709,6 @@ void GetSourceSOFT( [NativeTypeName("ALdouble *")] double* value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedSOFT")] void GetSourceSOFT( @@ -8967,11 +7717,6 @@ void GetSourceSOFT( [NativeTypeName("ALdouble *")] Ref value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] void GetSourcedvDirectSOFT( ContextHandle context, @@ -8980,11 +7725,6 @@ void GetSourcedvDirectSOFT( [NativeTypeName("ALdouble *")] double* values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedvDirectSOFT")] void GetSourcedvDirectSOFT( @@ -8994,7 +7734,6 @@ void GetSourcedvDirectSOFT( [NativeTypeName("ALdouble *")] Ref values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] void GetSourcedvSOFT( [NativeTypeName("ALuint")] uint source, @@ -9002,7 +7741,6 @@ void GetSourcedvSOFT( [NativeTypeName("ALdouble *")] double* values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcedvSOFT")] void GetSourcedvSOFT( @@ -9011,7 +7749,6 @@ void GetSourcedvSOFT( [NativeTypeName("ALdouble *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcef")] void GetSourcef( [NativeTypeName("ALuint")] uint source, @@ -9019,7 +7756,6 @@ void GetSourcef( [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcef")] void GetSourcef( @@ -9028,7 +7764,6 @@ void GetSourcef( [NativeTypeName("ALfloat *")] Ref value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] void GetSourcefDirect( ContextHandle context, @@ -9037,7 +7772,6 @@ void GetSourcefDirect( [NativeTypeName("ALfloat *")] float* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefDirect")] void GetSourcefDirect( @@ -9047,7 +7781,6 @@ void GetSourcefDirect( [NativeTypeName("ALfloat *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcefv")] void GetSourcefv( [NativeTypeName("ALuint")] uint source, @@ -9055,7 +7788,6 @@ void GetSourcefv( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefv")] void GetSourcefv( @@ -9064,7 +7796,6 @@ void GetSourcefv( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] void GetSourcefvDirect( ContextHandle context, @@ -9073,7 +7804,6 @@ void GetSourcefvDirect( [NativeTypeName("ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcefvDirect")] void GetSourcefvDirect( @@ -9083,7 +7813,6 @@ void GetSourcefvDirect( [NativeTypeName("ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourcei")] void GetSourcei( [NativeTypeName("ALuint")] uint source, @@ -9091,7 +7820,6 @@ void GetSourcei( [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei")] void GetSourcei( @@ -9100,11 +7828,6 @@ void GetSourcei( [NativeTypeName("ALint *")] Ref value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] void GetSourcei64DirectSOFT( ContextHandle context, @@ -9113,11 +7836,6 @@ void GetSourcei64DirectSOFT( [NativeTypeName("ALint64SOFT *")] long* value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64DirectSOFT")] void GetSourcei64DirectSOFT( @@ -9127,7 +7845,6 @@ void GetSourcei64DirectSOFT( [NativeTypeName("ALint64SOFT *")] Ref value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] void GetSourcei64SOFT( [NativeTypeName("ALuint")] uint source, @@ -9135,7 +7852,6 @@ void GetSourcei64SOFT( [NativeTypeName("ALint64SOFT *")] long* value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64SOFT")] void GetSourcei64SOFT( @@ -9144,51 +7860,38 @@ void GetSourcei64SOFT( [NativeTypeName("ALint64SOFT *")] Ref value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] - void GetSourcei64VDirectSOFT( + void GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param2, [NativeTypeName("ALint64SOFT *")] long* values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64vDirectSOFT")] - void GetSourcei64VDirectSOFT( + void GetSourcei64vDirectSOFT( ContextHandle context, [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param2, [NativeTypeName("ALint64SOFT *")] Ref values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] - void GetSourcei64VSOFT( + void GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT *")] long* values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourcei64vSOFT")] - void GetSourcei64VSOFT( + void GetSourcei64vSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] void GetSourceiDirect( ContextHandle context, @@ -9197,7 +7900,6 @@ void GetSourceiDirect( [NativeTypeName("ALint *")] int* value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceiDirect")] void GetSourceiDirect( @@ -9207,7 +7909,6 @@ void GetSourceiDirect( [NativeTypeName("ALint *")] Ref value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetSourceiv")] void GetSourceiv( [NativeTypeName("ALuint")] uint source, @@ -9215,7 +7916,6 @@ void GetSourceiv( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceiv")] void GetSourceiv( @@ -9224,7 +7924,6 @@ void GetSourceiv( [NativeTypeName("ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] void GetSourceivDirect( ContextHandle context, @@ -9233,7 +7932,6 @@ void GetSourceivDirect( [NativeTypeName("ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetSourceivDirect")] void GetSourceivDirect( @@ -9244,23 +7942,19 @@ void GetSourceivDirect( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alGetString")] sbyte* GetString([NativeTypeName("ALenum")] int param0); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alGetString")] Ptr GetString([NativeTypeName("ALenum")] Constant param0); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alGetStringDirect")] sbyte* GetStringDirect(ContextHandle context, [NativeTypeName("ALenum")] int param1); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringDirect")] Ptr GetStringDirect( @@ -9269,11 +7963,6 @@ Ptr GetStringDirect( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_resampler"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] sbyte* GetStringDirectSOFT( ContextHandle context, @@ -9282,11 +7971,6 @@ Ptr GetStringDirect( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_resampler"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringiDirectSOFT")] Ptr GetStringDirectSOFT( @@ -9296,7 +7980,6 @@ Ptr GetStringDirectSOFT( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_SOFT_source_resampler"])] [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] sbyte* GetStringSOFT( [NativeTypeName("ALenum")] int pname, @@ -9304,7 +7987,6 @@ Ptr GetStringDirectSOFT( ); [return: NativeTypeName("const ALchar *")] - [SupportedApiProfile("al", ["AL_SOFT_source_resampler"])] [Transformed] [NativeFunction("openal", EntryPoint = "alGetStringiSOFT")] Ptr GetStringSOFT( @@ -9313,13 +7995,11 @@ Ptr GetStringSOFT( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] MaybeBool IsAuxiliaryEffectSlot([NativeTypeName("ALuint")] uint effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] MaybeBool IsAuxiliaryEffectSlotDirect( @@ -9328,80 +8008,66 @@ MaybeBool IsAuxiliaryEffectSlotDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlotDirect")] - sbyte IsAuxiliaryEffectSlotDirectRaw( + sbyte IsAuxiliaryEffectSlotDirectRawDirect( ContextHandle context, [NativeTypeName("ALuint")] uint effectslot ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsAuxiliaryEffectSlot")] sbyte IsAuxiliaryEffectSlotRaw([NativeTypeName("ALuint")] uint effectslot); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBuffer")] MaybeBool IsBuffer([NativeTypeName("ALuint")] uint buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] MaybeBool IsBufferDirect(ContextHandle context, [NativeTypeName("ALuint")] uint buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsBufferDirect")] - sbyte IsBufferDirectRaw(ContextHandle context, [NativeTypeName("ALuint")] uint buffer); + sbyte IsBufferDirectRawDirect(ContextHandle context, [NativeTypeName("ALuint")] uint buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] MaybeBool IsBufferFormatSupportedSOFT([NativeTypeName("ALenum")] int format); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_SOFT_buffer_samples"])] [NativeFunction("openal", EntryPoint = "alIsBufferFormatSupportedSOFT")] - sbyte IsBufferFormatSupportedSOFTRaw([NativeTypeName("ALenum")] int format); + sbyte IsBufferFormatSupportedSOFTRawSOFT([NativeTypeName("ALenum")] int format); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsBuffer")] sbyte IsBufferRaw([NativeTypeName("ALuint")] uint buffer); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEffect")] MaybeBool IsEffect([NativeTypeName("ALuint")] uint effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] MaybeBool IsEffectDirect(ContextHandle context, [NativeTypeName("ALuint")] uint effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsEffectDirect")] - sbyte IsEffectDirectRaw(ContextHandle context, [NativeTypeName("ALuint")] uint effect); + sbyte IsEffectDirectRawDirect(ContextHandle context, [NativeTypeName("ALuint")] uint effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsEffect")] sbyte IsEffectRaw([NativeTypeName("ALuint")] uint effect); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsEnabled")] sbyte IsEnabled([NativeTypeName("ALenum")] int capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEnabled")] MaybeBool IsEnabled( @@ -9409,12 +8075,10 @@ MaybeBool IsEnabled( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] sbyte IsEnabledDirect(ContextHandle context, [NativeTypeName("ALenum")] int capability); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsEnabledDirect")] MaybeBool IsEnabledDirect( @@ -9423,18 +8087,15 @@ MaybeBool IsEnabledDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsExtensionPresent")] sbyte IsExtensionPresent([NativeTypeName("const ALchar *")] sbyte* extname); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsExtensionPresent")] MaybeBool IsExtensionPresent([NativeTypeName("const ALchar *")] Ref extname); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] sbyte IsExtensionPresentDirect( ContextHandle context, @@ -9442,7 +8103,6 @@ sbyte IsExtensionPresentDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsExtensionPresentDirect")] MaybeBool IsExtensionPresentDirect( @@ -9451,50 +8111,41 @@ MaybeBool IsExtensionPresentDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsFilter")] MaybeBool IsFilter([NativeTypeName("ALuint")] uint filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] MaybeBool IsFilterDirect(ContextHandle context, [NativeTypeName("ALuint")] uint filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context", "ALC_EXT_EFX"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alIsFilterDirect")] - sbyte IsFilterDirectRaw(ContextHandle context, [NativeTypeName("ALuint")] uint filter); + sbyte IsFilterDirectRawDirect(ContextHandle context, [NativeTypeName("ALuint")] uint filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["ALC_EXT_EFX"])] [NativeFunction("openal", EntryPoint = "alIsFilter")] sbyte IsFilterRaw([NativeTypeName("ALuint")] uint filter); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alIsSource")] MaybeBool IsSource([NativeTypeName("ALuint")] uint source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] MaybeBool IsSourceDirect(ContextHandle context, [NativeTypeName("ALuint")] uint source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alIsSourceDirect")] - sbyte IsSourceDirectRaw(ContextHandle context, [NativeTypeName("ALuint")] uint source); + sbyte IsSourceDirectRawDirect(ContextHandle context, [NativeTypeName("ALuint")] uint source); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alIsSource")] sbyte IsSourceRaw([NativeTypeName("ALuint")] uint source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListener3f")] void Listener3( [NativeTypeName("ALenum")] int param0, @@ -9503,7 +8154,6 @@ void Listener3( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3f")] void Listener3( @@ -9513,7 +8163,6 @@ void Listener3( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListener3fDirect")] void Listener3Direct( ContextHandle context, @@ -9523,7 +8172,6 @@ void Listener3Direct( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3fDirect")] void Listener3Direct( @@ -9534,7 +8182,6 @@ void Listener3Direct( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListener3i")] void Listener3( [NativeTypeName("ALenum")] int param0, @@ -9543,7 +8190,6 @@ void Listener3( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3i")] void Listener3( @@ -9553,7 +8199,6 @@ void Listener3( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListener3iDirect")] void Listener3Direct( ContextHandle context, @@ -9563,7 +8208,6 @@ void Listener3Direct( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListener3iDirect")] void Listener3Direct( @@ -9574,11 +8218,9 @@ void Listener3Direct( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListenerf")] void Listener([NativeTypeName("ALenum")] int param0, [NativeTypeName("ALfloat")] float value); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerf")] void Listener( @@ -9586,7 +8228,6 @@ void Listener( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerfDirect")] void ListenerDirect( ContextHandle context, @@ -9594,7 +8235,6 @@ void ListenerDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfDirect")] void ListenerDirect( @@ -9603,14 +8243,12 @@ void ListenerDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListenerfv")] void Listener( [NativeTypeName("ALenum")] int param0, [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfv")] void Listener( @@ -9618,7 +8256,6 @@ void Listener( [NativeTypeName("const ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] void ListenerDirect( ContextHandle context, @@ -9626,7 +8263,6 @@ void ListenerDirect( [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerfvDirect")] void ListenerDirect( @@ -9635,11 +8271,9 @@ void ListenerDirect( [NativeTypeName("const ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListeneri")] void Listener([NativeTypeName("ALenum")] int param0, [NativeTypeName("ALint")] int value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListeneriDirect")] void ListenerDirect( ContextHandle context, @@ -9647,14 +8281,12 @@ void ListenerDirect( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alListeneriv")] void Listener( [NativeTypeName("ALenum")] int param0, [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alListeneriv")] void Listener( @@ -9662,7 +8294,6 @@ void Listener( [NativeTypeName("const ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alListenerivDirect")] void ListenerDirect( ContextHandle context, @@ -9670,7 +8301,6 @@ void ListenerDirect( [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alListenerivDirect")] void ListenerDirect( @@ -9679,7 +8309,6 @@ void ListenerDirect( [NativeTypeName("const ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] void ObjectLabelDirectEXT( ContextHandle context, @@ -9689,7 +8318,6 @@ void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] sbyte* label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] void ObjectLabelDirectEXT( @@ -9700,7 +8328,6 @@ void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] Ref label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelDirectEXT")] void ObjectLabelDirectEXT( @@ -9710,7 +8337,6 @@ void ObjectLabelDirectEXT( [NativeTypeName("const ALchar *")] sbyte label ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] void ObjectLabelEXT( [NativeTypeName("ALenum")] int identifier, @@ -9719,7 +8345,6 @@ void ObjectLabelEXT( [NativeTypeName("const ALchar *")] sbyte* label ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] void ObjectLabelEXT( @@ -9729,7 +8354,6 @@ void ObjectLabelEXT( [NativeTypeName("const ALchar *")] Ref label ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alObjectLabelEXT")] void ObjectLabelEXT( @@ -9738,27 +8362,18 @@ void ObjectLabelEXT( [NativeTypeName("const ALchar *")] sbyte label ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alPopDebugGroupDirectEXT")] void PopDebugGroupDirectEXT(ContextHandle context); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alPopDebugGroupEXT")] void PopDebugGroupEXT(); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_deferred_updates"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alProcessUpdatesDirectSOFT")] void ProcessUpdatesDirectSOFT(ContextHandle context); - [SupportedApiProfile("al", ["AL_SOFT_deferred_updates"])] [NativeFunction("openal", EntryPoint = "alProcessUpdatesSOFT")] void ProcessUpdatesSOFT(); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] void PushDebugGroupDirectEXT( ContextHandle context, @@ -9768,7 +8383,6 @@ void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] sbyte* message ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] void PushDebugGroupDirectEXT( @@ -9779,7 +8393,6 @@ void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] Ref message ); - [SupportedApiProfile("al", ["AL_EXT_debug", "AL_EXT_direct_context"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupDirectEXT")] void PushDebugGroupDirectEXT( @@ -9789,7 +8402,6 @@ void PushDebugGroupDirectEXT( [NativeTypeName("const ALchar *")] sbyte message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] void PushDebugGroupEXT( [NativeTypeName("ALenum")] int source, @@ -9798,7 +8410,6 @@ void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] sbyte* message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] void PushDebugGroupEXT( @@ -9808,7 +8419,6 @@ void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] Ref message ); - [SupportedApiProfile("al", ["AL_EXT_debug"])] [Transformed] [NativeFunction("openal", EntryPoint = "alPushDebugGroupEXT")] void PushDebugGroupEXT( @@ -9817,7 +8427,6 @@ void PushDebugGroupEXT( [NativeTypeName("const ALchar *")] sbyte message ); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] void RequestFoldbackStart( [NativeTypeName("ALenum")] int mode, @@ -9827,7 +8436,6 @@ void RequestFoldbackStart( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [Transformed] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStart")] void RequestFoldbackStart( @@ -9838,7 +8446,6 @@ void RequestFoldbackStart( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] void RequestFoldbackStartDirect( ContextHandle context, @@ -9849,7 +8456,6 @@ void RequestFoldbackStartDirect( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [Transformed] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStartDirect")] void RequestFoldbackStartDirect( @@ -9861,19 +8467,12 @@ void RequestFoldbackStartDirect( [NativeTypeName("LPALFOLDBACKCALLBACK")] FoldbackCallback callback ); - [SupportedApiProfile("al", ["AL_EXT_FOLDBACK"])] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStop")] void RequestFoldbackStop(); - [SupportedApiProfile("al", ["AL_EXT_direct_context", "AL_EXT_FOLDBACK"], RequireAll = true)] [NativeFunction("openal", EntryPoint = "alRequestFoldbackStopDirect")] void RequestFoldbackStopDirect(ContextHandle context); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSource3dDirectSOFT")] void Source3DirectSOFT( ContextHandle context, @@ -9884,9 +8483,8 @@ void Source3DirectSOFT( [NativeTypeName("ALdouble")] double value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSource3dSOFT")] - void Source3Soft( + void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALdouble")] double value1, @@ -9894,7 +8492,6 @@ void Source3Soft( [NativeTypeName("ALdouble")] double value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSource3f")] void Source3( [NativeTypeName("ALuint")] uint source, @@ -9904,7 +8501,6 @@ void Source3( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3f")] void Source3( @@ -9915,7 +8511,6 @@ void Source3( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSource3fDirect")] void Source3Direct( ContextHandle context, @@ -9926,7 +8521,6 @@ void Source3Direct( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3fDirect")] void Source3Direct( @@ -9938,7 +8532,6 @@ void Source3Direct( [NativeTypeName("ALfloat")] float value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSource3i")] void Source3( [NativeTypeName("ALuint")] uint source, @@ -9948,7 +8541,6 @@ void Source3( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i")] void Source3( @@ -9959,11 +8551,6 @@ void Source3( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] void Source3DirectSOFT( ContextHandle context, @@ -9974,11 +8561,6 @@ void Source3DirectSOFT( [NativeTypeName("ALint64SOFT")] long value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i64DirectSOFT")] void Source3DirectSOFT( @@ -9990,9 +8572,8 @@ void Source3DirectSOFT( [NativeTypeName("ALint64SOFT")] long value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] - void Source3Soft( + void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] int param1, [NativeTypeName("ALint64SOFT")] long value1, @@ -10000,10 +8581,9 @@ void Source3Soft( [NativeTypeName("ALint64SOFT")] long value3 ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3i64SOFT")] - void Source3Soft( + void Source3SOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALenum")] Constant param1, [NativeTypeName("ALint64SOFT")] long value1, @@ -10011,7 +8591,6 @@ void Source3Soft( [NativeTypeName("ALint64SOFT")] long value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSource3iDirect")] void Source3Direct( ContextHandle context, @@ -10022,7 +8601,6 @@ void Source3Direct( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSource3iDirect")] void Source3Direct( @@ -10034,11 +8612,6 @@ void Source3Direct( [NativeTypeName("ALint")] int value3 ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] void SourceDirectSOFT( ContextHandle context, @@ -10047,11 +8620,6 @@ void SourceDirectSOFT( [NativeTypeName("ALdouble")] double value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedDirectSOFT")] void SourceDirectSOFT( @@ -10061,7 +8629,6 @@ void SourceDirectSOFT( [NativeTypeName("ALdouble")] double value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] void SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -10069,7 +8636,6 @@ void SourceSOFT( [NativeTypeName("ALdouble")] double value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedSOFT")] void SourceSOFT( @@ -10078,11 +8644,6 @@ void SourceSOFT( [NativeTypeName("ALdouble")] double value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] void SourceDirectSOFT( ContextHandle context, @@ -10091,11 +8652,6 @@ void SourceDirectSOFT( [NativeTypeName("const ALdouble *")] double* values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedvDirectSOFT")] void SourceDirectSOFT( @@ -10105,7 +8661,6 @@ void SourceDirectSOFT( [NativeTypeName("const ALdouble *")] Ref values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] void SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -10113,7 +8668,6 @@ void SourceSOFT( [NativeTypeName("const ALdouble *")] double* values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcedvSOFT")] void SourceSOFT( @@ -10122,7 +8676,6 @@ void SourceSOFT( [NativeTypeName("const ALdouble *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcef")] void Source( [NativeTypeName("ALuint")] uint source, @@ -10130,7 +8683,6 @@ void Source( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcef")] void Source( @@ -10139,7 +8691,6 @@ void Source( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcefDirect")] void SourceDirect( ContextHandle context, @@ -10148,7 +8699,6 @@ void SourceDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefDirect")] void SourceDirect( @@ -10158,7 +8708,6 @@ void SourceDirect( [NativeTypeName("ALfloat")] float value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcefv")] void Source( [NativeTypeName("ALuint")] uint source, @@ -10166,7 +8715,6 @@ void Source( [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefv")] void Source( @@ -10175,7 +8723,6 @@ void Source( [NativeTypeName("const ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] void SourceDirect( ContextHandle context, @@ -10184,7 +8731,6 @@ void SourceDirect( [NativeTypeName("const ALfloat *")] float* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcefvDirect")] void SourceDirect( @@ -10194,7 +8740,6 @@ void SourceDirect( [NativeTypeName("const ALfloat *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcei")] void Source( [NativeTypeName("ALuint")] uint source, @@ -10202,7 +8747,6 @@ void Source( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei")] void Source( @@ -10211,11 +8755,6 @@ void Source( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] void SourceDirectSOFT( ContextHandle context, @@ -10224,11 +8763,6 @@ void SourceDirectSOFT( [NativeTypeName("ALint64SOFT")] long value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64DirectSOFT")] void SourceDirectSOFT( @@ -10238,7 +8772,6 @@ void SourceDirectSOFT( [NativeTypeName("ALint64SOFT")] long value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] void SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -10246,7 +8779,6 @@ void SourceSOFT( [NativeTypeName("ALint64SOFT")] long value ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64SOFT")] void SourceSOFT( @@ -10255,11 +8787,6 @@ void SourceSOFT( [NativeTypeName("ALint64SOFT")] long value ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] void SourceDirectSOFT( ContextHandle context, @@ -10268,11 +8795,6 @@ void SourceDirectSOFT( [NativeTypeName("const ALint64SOFT *")] long* values ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_latency"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64vDirectSOFT")] void SourceDirectSOFT( @@ -10282,7 +8804,6 @@ void SourceDirectSOFT( [NativeTypeName("const ALint64SOFT *")] Ref values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] void SourceSOFT( [NativeTypeName("ALuint")] uint source, @@ -10290,7 +8811,6 @@ void SourceSOFT( [NativeTypeName("const ALint64SOFT *")] long* values ); - [SupportedApiProfile("al", ["AL_SOFT_source_latency"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcei64vSOFT")] void SourceSOFT( @@ -10299,7 +8819,6 @@ void SourceSOFT( [NativeTypeName("const ALint64SOFT *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceiDirect")] void SourceDirect( ContextHandle context, @@ -10308,7 +8827,6 @@ void SourceDirect( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceiDirect")] void SourceDirect( @@ -10318,7 +8836,6 @@ void SourceDirect( [NativeTypeName("ALint")] int value ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceiv")] void Source( [NativeTypeName("ALuint")] uint source, @@ -10326,7 +8843,6 @@ void Source( [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceiv")] void Source( @@ -10335,7 +8851,6 @@ void Source( [NativeTypeName("const ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceivDirect")] void SourceDirect( ContextHandle context, @@ -10344,7 +8859,6 @@ void SourceDirect( [NativeTypeName("const ALint *")] int* values ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceivDirect")] void SourceDirect( @@ -10354,22 +8868,18 @@ void SourceDirect( [NativeTypeName("const ALint *")] Ref values ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePause")] void SourcePause([NativeTypeName("ALuint")] uint source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePauseDirect")] void SourcePauseDirect(ContextHandle context, [NativeTypeName("ALuint")] uint source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePausev")] void SourcePausev( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausev")] void SourcePausev( @@ -10377,12 +8887,10 @@ void SourcePausev( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausev")] void SourcePausev([NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] void SourcePausevDirect( ContextHandle context, @@ -10390,7 +8898,6 @@ void SourcePausevDirect( [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] void SourcePausevDirect( @@ -10399,20 +8906,13 @@ void SourcePausevDirect( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePausevDirect")] void SourcePausevDirect(ContextHandle context, [NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePlay")] void SourcePlay([NativeTypeName("ALuint")] uint source); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimeDirectSOFT")] void SourcePlayAtTimeDirectSOFT( ContextHandle context, @@ -10420,18 +8920,12 @@ void SourcePlayAtTimeDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimeSOFT")] void SourcePlayAtTimeSOFT( [NativeTypeName("ALuint")] uint source, [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] void SourcePlayAtTimevDirectSOFT( ContextHandle context, @@ -10440,11 +8934,6 @@ void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] void SourcePlayAtTimevDirectSOFT( @@ -10454,11 +8943,6 @@ void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile( - "al", - ["AL_EXT_direct_context", "AL_SOFT_source_start_delay"], - RequireAll = true - )] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevDirectSOFT")] void SourcePlayAtTimevDirectSOFT( @@ -10467,7 +8951,6 @@ void SourcePlayAtTimevDirectSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] void SourcePlayAtTimevSOFT( [NativeTypeName("ALsizei")] int n, @@ -10475,7 +8958,6 @@ void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] void SourcePlayAtTimevSOFT( @@ -10484,7 +8966,6 @@ void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile("al", ["AL_SOFT_source_start_delay"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayAtTimevSOFT")] void SourcePlayAtTimevSOFT( @@ -10492,18 +8973,15 @@ void SourcePlayAtTimevSOFT( [NativeTypeName("ALint64SOFT")] long start_time ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePlayDirect")] void SourcePlayDirect(ContextHandle context, [NativeTypeName("ALuint")] uint source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] void SourcePlayv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] void SourcePlayv( @@ -10511,12 +8989,10 @@ void SourcePlayv( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayv")] void SourcePlayv([NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] void SourcePlayvDirect( ContextHandle context, @@ -10524,7 +9000,6 @@ void SourcePlayvDirect( [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] void SourcePlayvDirect( @@ -10533,12 +9008,10 @@ void SourcePlayvDirect( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourcePlayvDirect")] void SourcePlayvDirect(ContextHandle context, [NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] void SourceQueueBuffers( [NativeTypeName("ALuint")] uint source, @@ -10546,7 +9019,6 @@ void SourceQueueBuffers( [NativeTypeName("const ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffers")] void SourceQueueBuffers( @@ -10555,7 +9027,6 @@ void SourceQueueBuffers( [NativeTypeName("const ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] void SourceQueueBuffersDirect( ContextHandle context, @@ -10564,7 +9035,6 @@ void SourceQueueBuffersDirect( [NativeTypeName("const ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceQueueBuffersDirect")] void SourceQueueBuffersDirect( @@ -10574,72 +9044,63 @@ void SourceQueueBuffersDirect( [NativeTypeName("const ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceRewind")] void SourceRewind([NativeTypeName("ALuint")] uint source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceRewindDirect")] void SourceRewindDirect(ContextHandle context, [NativeTypeName("ALuint")] uint source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] - void SourceRewin( + void SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] - void SourceRewin( + void SourceRewindv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindv")] - void SourceRewin([NativeTypeName("const ALuint *")] uint sources); + void SourceRewindv([NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] - void SourceRewinDirect( + void SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] - void SourceRewinDirect( + void SourceRewindvDirect( ContextHandle context, [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceRewindvDirect")] - void SourceRewinDirect(ContextHandle context, [NativeTypeName("const ALuint *")] uint sources); + void SourceRewindvDirect( + ContextHandle context, + [NativeTypeName("const ALuint *")] uint sources + ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceStop")] void SourceStop([NativeTypeName("ALuint")] uint source); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceStopDirect")] void SourceStopDirect(ContextHandle context, [NativeTypeName("ALuint")] uint source); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceStopv")] void SourceStopv( [NativeTypeName("ALsizei")] int n, [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopv")] void SourceStopv( @@ -10647,12 +9108,10 @@ void SourceStopv( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopv")] void SourceStopv([NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] void SourceStopvDirect( ContextHandle context, @@ -10660,7 +9119,6 @@ void SourceStopvDirect( [NativeTypeName("const ALuint *")] uint* sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] void SourceStopvDirect( @@ -10669,12 +9127,10 @@ void SourceStopvDirect( [NativeTypeName("const ALuint *")] Ref sources ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceStopvDirect")] void SourceStopvDirect(ContextHandle context, [NativeTypeName("const ALuint *")] uint sources); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] void SourceUnqueueBuffers( [NativeTypeName("ALuint")] uint source, @@ -10682,7 +9138,6 @@ void SourceUnqueueBuffers( [NativeTypeName("ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_0", "AL_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffers")] void SourceUnqueueBuffers( @@ -10691,7 +9146,6 @@ void SourceUnqueueBuffers( [NativeTypeName("ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] void SourceUnqueueBuffersDirect( ContextHandle context, @@ -10700,7 +9154,6 @@ void SourceUnqueueBuffersDirect( [NativeTypeName("ALuint *")] uint* buffers ); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alSourceUnqueueBuffersDirect")] void SourceUnqueueBuffersDirect( @@ -10710,16 +9163,13 @@ void SourceUnqueueBuffersDirect( [NativeTypeName("ALuint *")] Ref buffers ); - [SupportedApiProfile("al", ["AL_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alSpeedOfSound")] void SpeedOfSound([NativeTypeName("ALfloat")] float value); - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alSpeedOfSoundDirect")] void SpeedOfSoundDirect(ContextHandle context, [NativeTypeName("ALfloat")] float value); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] int EAXGetBufferModeDirect( ContextHandle context, @@ -10728,7 +9178,6 @@ int EAXGetBufferModeDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXGetBufferModeDirect")] int EAXGetBufferModeDirect( @@ -10738,7 +9187,6 @@ int EAXGetBufferModeDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXGetDirect")] int EAXGetDirect( ContextHandle context, @@ -10750,7 +9198,6 @@ int EAXGetDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXGetDirect")] int EAXGetDirect( @@ -10763,7 +9210,6 @@ int EAXGetDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] sbyte EAXSetBufferModeDirect( ContextHandle context, @@ -10773,7 +9219,6 @@ sbyte EAXSetBufferModeDirect( ); [return: NativeTypeName("ALboolean")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXSetBufferModeDirect")] MaybeBool EAXSetBufferModeDirect( @@ -10784,7 +9229,6 @@ MaybeBool EAXSetBufferModeDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "EAXSetDirect")] int EAXSetDirect( ContextHandle context, @@ -10796,7 +9240,6 @@ int EAXSetDirect( ); [return: NativeTypeName("ALenum")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "EAXSetDirect")] int EAXSetDirect( diff --git a/sources/OpenAL/OpenAL/al/IALContext.gen.cs b/sources/OpenAL/OpenAL/al/IALContext.gen.cs index d5ae6363bb..f715e3c8a1 100644 --- a/sources/OpenAL/OpenAL/al/IALContext.gen.cs +++ b/sources/OpenAL/OpenAL/al/IALContext.gen.cs @@ -15,17 +15,14 @@ public unsafe partial interface IALContext public partial interface Static { [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] static abstract MaybeBool CaptureCloseDevice(DeviceHandle device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] static abstract sbyte CaptureCloseDeviceRaw(DeviceHandle device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] static abstract DeviceHandle CaptureOpenDevice( [NativeTypeName("const ALCchar *")] sbyte* devicename, @@ -34,7 +31,6 @@ static abstract DeviceHandle CaptureOpenDevice( [NativeTypeName("ALCsizei")] int buffersize ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] static abstract DeviceHandle CaptureOpenDevice( @@ -44,7 +40,6 @@ static abstract DeviceHandle CaptureOpenDevice( [NativeTypeName("ALCsizei")] int buffersize ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] static abstract void CaptureSamples( DeviceHandle device, @@ -52,7 +47,6 @@ static abstract void CaptureSamples( [NativeTypeName("ALCsizei")] int samples ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] static abstract void CaptureSamples( @@ -61,33 +55,27 @@ static abstract void CaptureSamples( [NativeTypeName("ALCsizei")] int samples ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureStart")] static abstract void CaptureStart(DeviceHandle device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureStop")] static abstract void CaptureStop(DeviceHandle device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCloseDevice")] static abstract MaybeBool CloseDevice(DeviceHandle device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcCloseDevice")] static abstract sbyte CloseDeviceRaw(DeviceHandle device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcCreateContext")] static abstract ContextHandle CreateContext( DeviceHandle device, [NativeTypeName("const ALCint *")] int* attrlist ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCreateContext")] static abstract ContextHandle CreateContext( @@ -95,26 +83,21 @@ static abstract ContextHandle CreateContext( [NativeTypeName("const ALCint *")] Ref attrlist ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcDestroyContext")] static abstract void DestroyContext(ContextHandle context); - [SupportedApiProfile("alc", ["ALC_SOFT_pause_device"])] [NativeFunction("openal", EntryPoint = "alcDevicePauseSOFT")] static abstract void DevicePauseSOFT(DeviceHandle device); - [SupportedApiProfile("alc", ["ALC_SOFT_pause_device"])] [NativeFunction("openal", EntryPoint = "alcDeviceResumeSOFT")] static abstract void DeviceResumeSOFT(DeviceHandle device); - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] static abstract void EventCallbackSOFT( [NativeTypeName("ALCEVENTPROCTYPESOFT")] ContextEventProcSOFT callback, void* userParam ); - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] static abstract void EventCallbackSOFT( @@ -123,7 +106,6 @@ Ref userParam ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] static abstract sbyte EventControlSOFT( [NativeTypeName("ALCsizei")] int count, @@ -132,7 +114,6 @@ static abstract sbyte EventControlSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] static abstract MaybeBool EventControlSOFT( @@ -142,7 +123,6 @@ static abstract MaybeBool EventControlSOFT( ); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] static abstract int EventIsSupportedSOFT( [NativeTypeName("ALCenum")] int eventType, @@ -150,7 +130,6 @@ static abstract int EventIsSupportedSOFT( ); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] static abstract Constant EventIsSupportedSOFT( @@ -158,16 +137,13 @@ static abstract Constant EventIsSupportedSOFT( [NativeTypeName("ALCenum")] Constant deviceType ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetContextsDevice")] static abstract DeviceHandle GetContextsDevice(ContextHandle context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetCurrentContext")] static abstract ContextHandle GetCurrentContext(); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] static abstract int GetEnumValue( DeviceHandle device, @@ -175,7 +151,6 @@ static abstract int GetEnumValue( ); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] static abstract int GetEnumValue( @@ -184,17 +159,14 @@ static abstract int GetEnumValue( ); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetError")] static abstract Constant GetError(DeviceHandle device); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetError")] static abstract int GetErrorRaw(DeviceHandle device); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] static abstract void GetInteger64SOFT( DeviceHandle device, @@ -203,7 +175,6 @@ static abstract void GetInteger64SOFT( [NativeTypeName("ALCint64SOFT *")] long* values ); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] static abstract void GetInteger64SOFT( @@ -213,7 +184,6 @@ static abstract void GetInteger64SOFT( [NativeTypeName("ALCint64SOFT *")] Ref values ); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] static abstract long GetInteger64SOFT( @@ -221,7 +191,6 @@ static abstract long GetInteger64SOFT( [NativeTypeName("ALCenum")] int pname ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] static abstract void GetInteger( DeviceHandle device, @@ -230,7 +199,6 @@ static abstract void GetInteger( [NativeTypeName("ALCint *")] int* values ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] static abstract void GetInteger( @@ -240,13 +208,11 @@ static abstract void GetInteger( [NativeTypeName("ALCint *")] Ref values ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] static abstract int GetInteger(DeviceHandle device, [NativeTypeName("ALCenum")] int param1); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] static abstract void* GetProcAddress( DeviceHandle device, @@ -254,7 +220,6 @@ static abstract void GetInteger( ); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] static abstract Ptr GetProcAddress( @@ -263,7 +228,6 @@ static abstract Ptr GetProcAddress( ); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] static abstract void* GetProcAddress2( DeviceHandle device, @@ -271,7 +235,6 @@ static abstract Ptr GetProcAddress( ); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] static abstract Ptr GetProcAddress2( @@ -280,7 +243,6 @@ static abstract Ptr GetProcAddress2( ); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetString")] static abstract sbyte* GetString( DeviceHandle device, @@ -288,7 +250,6 @@ static abstract Ptr GetProcAddress2( ); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetString")] static abstract Ptr GetString( @@ -297,7 +258,6 @@ static abstract Ptr GetString( ); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] static abstract sbyte* GetStringSOFT( DeviceHandle device, @@ -306,7 +266,6 @@ static abstract Ptr GetString( ); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] static abstract Ptr GetStringSOFT( @@ -315,12 +274,10 @@ static abstract Ptr GetStringSOFT( [NativeTypeName("ALCsizei")] int index ); - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [NativeFunction("openal", EntryPoint = "alcGetThreadContext")] static abstract ContextHandle GetThreadContext(); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] static abstract sbyte IsExtensionPresent( DeviceHandle device, @@ -328,7 +285,6 @@ static abstract sbyte IsExtensionPresent( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] static abstract MaybeBool IsExtensionPresent( @@ -337,7 +293,6 @@ static abstract MaybeBool IsExtensionPresent( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] static abstract sbyte IsRenderFormatSupportedSOFT( DeviceHandle device, @@ -347,7 +302,6 @@ static abstract sbyte IsRenderFormatSupportedSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] static abstract MaybeBool IsRenderFormatSupportedSOFT( @@ -357,13 +311,11 @@ static abstract MaybeBool IsRenderFormatSupportedSOFT( [NativeTypeName("ALCenum")] Constant type ); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] static abstract DeviceHandle LoopbackOpenDeviceSOFT( [NativeTypeName("const ALCchar *")] sbyte* deviceName ); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] static abstract DeviceHandle LoopbackOpenDeviceSOFT( @@ -371,34 +323,28 @@ static abstract DeviceHandle LoopbackOpenDeviceSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] static abstract MaybeBool MakeContextCurrent(ContextHandle context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] static abstract sbyte MakeContextCurrentRaw(ContextHandle context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcOpenDevice")] static abstract DeviceHandle OpenDevice( [NativeTypeName("const ALCchar *")] sbyte* devicename ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcOpenDevice")] static abstract DeviceHandle OpenDevice( [NativeTypeName("const ALCchar *")] Ref devicename ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcProcessContext")] static abstract void ProcessContext(ContextHandle context); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] static abstract void RenderSamplesSOFT( DeviceHandle device, @@ -406,7 +352,6 @@ static abstract void RenderSamplesSOFT( [NativeTypeName("ALCsizei")] int samples ); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] static abstract void RenderSamplesSOFT( @@ -416,7 +361,6 @@ static abstract void RenderSamplesSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_reopen_device"])] [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] static abstract sbyte ReopenDeviceSOFT( DeviceHandle device, @@ -425,7 +369,6 @@ static abstract sbyte ReopenDeviceSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_reopen_device"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] static abstract MaybeBool ReopenDeviceSOFT( @@ -435,7 +378,6 @@ static abstract MaybeBool ReopenDeviceSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] static abstract sbyte ResetDeviceSOFT( DeviceHandle device, @@ -443,7 +385,6 @@ static abstract sbyte ResetDeviceSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] static abstract MaybeBool ResetDeviceSOFT( @@ -452,33 +393,27 @@ static abstract MaybeBool ResetDeviceSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] static abstract MaybeBool SetThreadContext(ContextHandle context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] static abstract sbyte SetThreadContextRaw(ContextHandle context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcSuspendContext")] static abstract void SuspendContext(ContextHandle context); } [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] MaybeBool CaptureCloseDevice(DeviceHandle device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureCloseDevice")] sbyte CaptureCloseDeviceRaw(DeviceHandle device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] DeviceHandle CaptureOpenDevice( [NativeTypeName("const ALCchar *")] sbyte* devicename, @@ -487,7 +422,6 @@ DeviceHandle CaptureOpenDevice( [NativeTypeName("ALCsizei")] int buffersize ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureOpenDevice")] DeviceHandle CaptureOpenDevice( @@ -497,7 +431,6 @@ DeviceHandle CaptureOpenDevice( [NativeTypeName("ALCsizei")] int buffersize ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] void CaptureSamples( DeviceHandle device, @@ -505,7 +438,6 @@ void CaptureSamples( [NativeTypeName("ALCsizei")] int samples ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCaptureSamples")] void CaptureSamples( @@ -514,33 +446,27 @@ void CaptureSamples( [NativeTypeName("ALCsizei")] int samples ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureStart")] void CaptureStart(DeviceHandle device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_1"], MinVersion = "1.1")] [NativeFunction("openal", EntryPoint = "alcCaptureStop")] void CaptureStop(DeviceHandle device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCloseDevice")] MaybeBool CloseDevice(DeviceHandle device); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcCloseDevice")] sbyte CloseDeviceRaw(DeviceHandle device); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcCreateContext")] ContextHandle CreateContext( DeviceHandle device, [NativeTypeName("const ALCint *")] int* attrlist ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcCreateContext")] ContextHandle CreateContext( @@ -548,26 +474,21 @@ ContextHandle CreateContext( [NativeTypeName("const ALCint *")] Ref attrlist ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcDestroyContext")] void DestroyContext(ContextHandle context); - [SupportedApiProfile("alc", ["ALC_SOFT_pause_device"])] [NativeFunction("openal", EntryPoint = "alcDevicePauseSOFT")] void DevicePauseSOFT(DeviceHandle device); - [SupportedApiProfile("alc", ["ALC_SOFT_pause_device"])] [NativeFunction("openal", EntryPoint = "alcDeviceResumeSOFT")] void DeviceResumeSOFT(DeviceHandle device); - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] void EventCallbackSOFT( [NativeTypeName("ALCEVENTPROCTYPESOFT")] ContextEventProcSOFT callback, void* userParam ); - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventCallbackSOFT")] void EventCallbackSOFT( @@ -576,7 +497,6 @@ Ref userParam ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] sbyte EventControlSOFT( [NativeTypeName("ALCsizei")] int count, @@ -585,7 +505,6 @@ sbyte EventControlSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventControlSOFT")] MaybeBool EventControlSOFT( @@ -595,7 +514,6 @@ MaybeBool EventControlSOFT( ); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] int EventIsSupportedSOFT( [NativeTypeName("ALCenum")] int eventType, @@ -603,7 +521,6 @@ int EventIsSupportedSOFT( ); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_SOFT_system_events"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcEventIsSupportedSOFT")] Constant EventIsSupportedSOFT( @@ -611,37 +528,30 @@ Constant EventIsSupportedSOFT( [NativeTypeName("ALCenum")] Constant deviceType ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetContextsDevice")] DeviceHandle GetContextsDevice(ContextHandle context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetCurrentContext")] ContextHandle GetCurrentContext(); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] int GetEnumValue(DeviceHandle device, [NativeTypeName("const ALCchar *")] sbyte* enumname); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetEnumValue")] int GetEnumValue(DeviceHandle device, [NativeTypeName("const ALCchar *")] Ref enumname); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetError")] Constant GetError(DeviceHandle device); [return: NativeTypeName("ALCenum")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetError")] int GetErrorRaw(DeviceHandle device); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] void GetInteger64SOFT( DeviceHandle device, @@ -650,7 +560,6 @@ void GetInteger64SOFT( [NativeTypeName("ALCint64SOFT *")] long* values ); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] void GetInteger64SOFT( @@ -660,12 +569,10 @@ void GetInteger64SOFT( [NativeTypeName("ALCint64SOFT *")] Ref values ); - [SupportedApiProfile("al", ["ALC_SOFT_device_clock"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetInteger64vSOFT")] long GetInteger64SOFT(DeviceHandle device, [NativeTypeName("ALCenum")] int pname); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] void GetInteger( DeviceHandle device, @@ -674,7 +581,6 @@ void GetInteger( [NativeTypeName("ALCint *")] int* values ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] void GetInteger( @@ -684,18 +590,15 @@ void GetInteger( [NativeTypeName("ALCint *")] Ref values ); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetIntegerv")] int GetInteger(DeviceHandle device, [NativeTypeName("ALCenum")] int param1); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] void* GetProcAddress(DeviceHandle device, [NativeTypeName("const ALCchar *")] sbyte* funcname); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetProcAddress")] Ptr GetProcAddress( @@ -704,12 +607,10 @@ Ptr GetProcAddress( ); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] void* GetProcAddress2(DeviceHandle device, [NativeTypeName("const ALCchar *")] sbyte* funcName); [return: NativeTypeName("ALCvoid *")] - [SupportedApiProfile("al", ["AL_EXT_direct_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetProcAddress2")] Ptr GetProcAddress2( @@ -718,12 +619,10 @@ Ptr GetProcAddress2( ); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcGetString")] sbyte* GetString(DeviceHandle device, [NativeTypeName("ALCenum")] int param1); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetString")] Ptr GetString( @@ -732,7 +631,6 @@ Ptr GetString( ); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] sbyte* GetStringSOFT( DeviceHandle device, @@ -741,7 +639,6 @@ Ptr GetString( ); [return: NativeTypeName("const ALCchar *")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcGetStringiSOFT")] Ptr GetStringSOFT( @@ -750,12 +647,10 @@ Ptr GetStringSOFT( [NativeTypeName("ALCsizei")] int index ); - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [NativeFunction("openal", EntryPoint = "alcGetThreadContext")] ContextHandle GetThreadContext(); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] sbyte IsExtensionPresent( DeviceHandle device, @@ -763,7 +658,6 @@ sbyte IsExtensionPresent( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcIsExtensionPresent")] MaybeBool IsExtensionPresent( @@ -772,7 +666,6 @@ MaybeBool IsExtensionPresent( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] sbyte IsRenderFormatSupportedSOFT( DeviceHandle device, @@ -782,7 +675,6 @@ sbyte IsRenderFormatSupportedSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcIsRenderFormatSupportedSOFT")] MaybeBool IsRenderFormatSupportedSOFT( @@ -792,40 +684,32 @@ MaybeBool IsRenderFormatSupportedSOFT( [NativeTypeName("ALCenum")] Constant type ); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] DeviceHandle LoopbackOpenDeviceSOFT([NativeTypeName("const ALCchar *")] sbyte* deviceName); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcLoopbackOpenDeviceSOFT")] DeviceHandle LoopbackOpenDeviceSOFT([NativeTypeName("const ALCchar *")] Ref deviceName); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] MaybeBool MakeContextCurrent(ContextHandle context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcMakeContextCurrent")] sbyte MakeContextCurrentRaw(ContextHandle context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcOpenDevice")] DeviceHandle OpenDevice([NativeTypeName("const ALCchar *")] sbyte* devicename); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [Transformed] [NativeFunction("openal", EntryPoint = "alcOpenDevice")] DeviceHandle OpenDevice([NativeTypeName("const ALCchar *")] Ref devicename); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcProcessContext")] void ProcessContext(ContextHandle context); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] void RenderSamplesSOFT( DeviceHandle device, @@ -833,7 +717,6 @@ void RenderSamplesSOFT( [NativeTypeName("ALCsizei")] int samples ); - [SupportedApiProfile("alc", ["ALC_SOFT_loopback"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcRenderSamplesSOFT")] void RenderSamplesSOFT( @@ -843,7 +726,6 @@ void RenderSamplesSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_reopen_device"])] [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] sbyte ReopenDeviceSOFT( DeviceHandle device, @@ -852,7 +734,6 @@ sbyte ReopenDeviceSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_reopen_device"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcReopenDeviceSOFT")] MaybeBool ReopenDeviceSOFT( @@ -862,12 +743,10 @@ MaybeBool ReopenDeviceSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] sbyte ResetDeviceSOFT(DeviceHandle device, [NativeTypeName("const ALCint *")] int* attribs); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_SOFT_HRTF"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcResetDeviceSOFT")] MaybeBool ResetDeviceSOFT( @@ -876,17 +755,14 @@ MaybeBool ResetDeviceSOFT( ); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [Transformed] [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] MaybeBool SetThreadContext(ContextHandle context); [return: NativeTypeName("ALCboolean")] - [SupportedApiProfile("alc", ["ALC_EXT_thread_local_context"])] [NativeFunction("openal", EntryPoint = "alcSetThreadContext")] sbyte SetThreadContextRaw(ContextHandle context); - [SupportedApiProfile("alc", ["ALC_VERSION_1_0", "ALC_VERSION_1_1"], MinVersion = "1.0")] [NativeFunction("openal", EntryPoint = "alcSuspendContext")] void SuspendContext(ContextHandle context); } diff --git a/sources/OpenGL/OpenGL/Enums/AttribMask.gen.cs b/sources/OpenGL/OpenGL/Enums/AttribMask.gen.cs index e879f299e7..9af13233c8 100644 --- a/sources/OpenGL/OpenGL/Enums/AttribMask.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/AttribMask.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum AttribMask : uint { + None = 0x0, DepthBufferBit = unchecked((uint)0x00000100), StencilBufferBit = unchecked((uint)0x00000400), ColorBufferBit = unchecked((uint)0x00004000), diff --git a/sources/OpenGL/OpenGL/Enums/BufferBitQCOM.gen.cs b/sources/OpenGL/OpenGL/Enums/BufferBitQCOM.gen.cs index 4a77be264c..ead827092f 100644 --- a/sources/OpenGL/OpenGL/Enums/BufferBitQCOM.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/BufferBitQCOM.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum BufferBitQCOM : uint { + None = 0x0, ColorBufferBit0 = unchecked((uint)0x00000001), ColorBufferBit1 = unchecked((uint)0x00000002), ColorBufferBit2 = unchecked((uint)0x00000004), diff --git a/sources/OpenGL/OpenGL/Enums/BufferStorageMask.gen.cs b/sources/OpenGL/OpenGL/Enums/BufferStorageMask.gen.cs index f41686f091..2aa7dd2dd2 100644 --- a/sources/OpenGL/OpenGL/Enums/BufferStorageMask.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/BufferStorageMask.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum BufferStorageMask : uint { + None = 0x0, MapReadBit = unchecked((uint)0x0001), MapWriteBit = unchecked((uint)0x0002), MapPersistentBit = unchecked((uint)0x0040), diff --git a/sources/OpenGL/OpenGL/Enums/ClearBufferMask.gen.cs b/sources/OpenGL/OpenGL/Enums/ClearBufferMask.gen.cs index 3109cacb3d..e5838f415e 100644 --- a/sources/OpenGL/OpenGL/Enums/ClearBufferMask.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/ClearBufferMask.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum ClearBufferMask : uint { + None = 0x0, DepthBufferBit = unchecked((uint)0x00000100), StencilBufferBit = unchecked((uint)0x00000400), ColorBufferBit = unchecked((uint)0x00004000), diff --git a/sources/OpenGL/OpenGL/Enums/ClientAttribMask.gen.cs b/sources/OpenGL/OpenGL/Enums/ClientAttribMask.gen.cs index 78368f2d40..c79a81613a 100644 --- a/sources/OpenGL/OpenGL/Enums/ClientAttribMask.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/ClientAttribMask.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum ClientAttribMask : uint { + None = 0x0, PixelStoreBit = unchecked((uint)0x00000001), VertexArrayBit = unchecked((uint)0x00000002), AllAttribBits = unchecked((uint)0xFFFFFFFF), diff --git a/sources/OpenGL/OpenGL/Enums/ContextFlagMask.gen.cs b/sources/OpenGL/OpenGL/Enums/ContextFlagMask.gen.cs index 01ec434a11..fb10a23360 100644 --- a/sources/OpenGL/OpenGL/Enums/ContextFlagMask.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/ContextFlagMask.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum ContextFlagMask : uint { + None = 0x0, ForwardCompatibleBit = unchecked((uint)0x00000001), DebugBit = unchecked((uint)0x00000002), RobustAccessBit = unchecked((uint)0x00000004), diff --git a/sources/OpenGL/OpenGL/Enums/ContextProfileMask.gen.cs b/sources/OpenGL/OpenGL/Enums/ContextProfileMask.gen.cs index f360d8ce7a..333348248c 100644 --- a/sources/OpenGL/OpenGL/Enums/ContextProfileMask.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/ContextProfileMask.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum ContextProfileMask : uint { + None = 0x0, CoreProfileBit = unchecked((uint)0x00000001), CompatibilityProfileBit = unchecked((uint)0x00000002), } diff --git a/sources/OpenGL/OpenGL/Enums/CopyImageSubDataTarget.gen.cs b/sources/OpenGL/OpenGL/Enums/CopyImageSubDataTarget.gen.cs index 429b23a17d..50fd8b7418 100644 --- a/sources/OpenGL/OpenGL/Enums/CopyImageSubDataTarget.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/CopyImageSubDataTarget.gen.cs @@ -17,7 +17,7 @@ public enum CopyImageSubDataTarget : uint Texture1DArray = unchecked((uint)0x8C18), Texture2DArray = unchecked((uint)0x8C1A), Renderbuffer = unchecked((uint)0x8D41), - TextureRectAngle = unchecked((uint)0x84F5), + TextureRectANGLE = unchecked((uint)0x84F5), Texture2DMultisample = unchecked((uint)0x9100), Texture2DMultisampleArray = unchecked((uint)0x9102), TextureCubeMapArray = unchecked((uint)0x9009), diff --git a/sources/OpenGL/OpenGL/Enums/EnableCap.gen.cs b/sources/OpenGL/OpenGL/Enums/EnableCap.gen.cs index 88096d84c1..8ca5631e5d 100644 --- a/sources/OpenGL/OpenGL/Enums/EnableCap.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/EnableCap.gen.cs @@ -91,7 +91,7 @@ public enum EnableCap : uint ClipDistance7 = unchecked((uint)0x3007), RasterizerDiscard = unchecked((uint)0x8C89), FramebufferSrgb = unchecked((uint)0x8DB9), - TextureRectAngle = unchecked((uint)0x84F5), + TextureRectANGLE = unchecked((uint)0x84F5), PrimitiveRestart = unchecked((uint)0x8F9D), ProgramPointSize = unchecked((uint)0x8642), DepthClamp = unchecked((uint)0x864F), diff --git a/sources/OpenGL/OpenGL/Enums/FfdMaskSGIX.gen.cs b/sources/OpenGL/OpenGL/Enums/FfdMaskSGIX.gen.cs index d6896421d4..707cae5439 100644 --- a/sources/OpenGL/OpenGL/Enums/FfdMaskSGIX.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/FfdMaskSGIX.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum FfdMaskSGIX : uint { + None = 0x0, TextureDeformationBit = unchecked((uint)0x00000001), GeometryDeformationBit = unchecked((uint)0x00000002), } diff --git a/sources/OpenGL/OpenGL/Enums/FogPName.gen.cs b/sources/OpenGL/OpenGL/Enums/FogPName.gen.cs index 093748cbf5..97f293164a 100644 --- a/sources/OpenGL/OpenGL/Enums/FogPName.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/FogPName.gen.cs @@ -2,8 +2,6 @@ // The .NET Foundation licenses this file to you under the MIT license. // Ported from the OpenGL headers and corresponding dependencies. // Original source is Copyright 2013-2020 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/sources/OpenGL/OpenGL/Enums/FogParameter.gen.cs b/sources/OpenGL/OpenGL/Enums/FogParameter.gen.cs index b5cdb48caa..b0e3a1d188 100644 --- a/sources/OpenGL/OpenGL/Enums/FogParameter.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/FogParameter.gen.cs @@ -2,8 +2,6 @@ // The .NET Foundation licenses this file to you under the MIT license. // Ported from the OpenGL headers and corresponding dependencies. // Original source is Copyright 2013-2020 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/sources/OpenGL/OpenGL/Enums/FoveationConfigBitQCOM.gen.cs b/sources/OpenGL/OpenGL/Enums/FoveationConfigBitQCOM.gen.cs index 347fbbdd6a..7c858a91b1 100644 --- a/sources/OpenGL/OpenGL/Enums/FoveationConfigBitQCOM.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/FoveationConfigBitQCOM.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum FoveationConfigBitQCOM : uint { + None = 0x0, EnableBit = unchecked((uint)0x00000001), ScaledBinMethodBit = unchecked((uint)0x00000002), SubsampledLayoutMethodBit = unchecked((uint)0x00000004), diff --git a/sources/OpenGL/OpenGL/Enums/FragmentShaderColorModMaskATI.gen.cs b/sources/OpenGL/OpenGL/Enums/FragmentShaderColorModMaskATI.gen.cs index eb28c35be9..b716f38729 100644 --- a/sources/OpenGL/OpenGL/Enums/FragmentShaderColorModMaskATI.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/FragmentShaderColorModMaskATI.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum FragmentShaderColorModMaskATI : uint { + None = 0x0, X2XBit = unchecked((uint)0x00000001), CompBit = unchecked((uint)0x00000002), NegateBit = unchecked((uint)0x00000004), diff --git a/sources/OpenGL/OpenGL/Enums/GLEnum.gen.cs b/sources/OpenGL/OpenGL/Enums/GLEnum.gen.cs index e672fb3f5b..5c3a7c90fc 100644 --- a/sources/OpenGL/OpenGL/Enums/GLEnum.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/GLEnum.gen.cs @@ -899,10 +899,10 @@ public enum GLEnum : uint CompressedRed = unchecked((uint)0x8225), CompressedRg = unchecked((uint)0x8226), ContextFlagForwardCompatibleBit = unchecked((uint)0x00000001), - Rgba32F = unchecked((uint)0x8814), - Rgb32F = unchecked((uint)0x8815), - Rgba16F = unchecked((uint)0x881A), - Rgb16F = unchecked((uint)0x881B), + RGBA32F = unchecked((uint)0x8814), + RGB32F = unchecked((uint)0x8815), + RGBA16F = unchecked((uint)0x881A), + RGB16F = unchecked((uint)0x881B), VertexAttribArrayInteger = unchecked((uint)0x88FD), MaxArrayTextureLayers = unchecked((uint)0x88FF), MinProgramTexelOffset = unchecked((uint)0x8904), @@ -1101,8 +1101,8 @@ public enum GLEnum : uint Rg16 = unchecked((uint)0x822C), R16F = unchecked((uint)0x822D), R32F = unchecked((uint)0x822E), - Rg16F = unchecked((uint)0x822F), - Rg32F = unchecked((uint)0x8230), + RG16F = unchecked((uint)0x822F), + RG32F = unchecked((uint)0x8230), R8I = unchecked((uint)0x8231), R8Ui = unchecked((uint)0x8232), R16I = unchecked((uint)0x8233), @@ -1130,9 +1130,9 @@ public enum GLEnum : uint MaxTextureBufferSize = unchecked((uint)0x8C2B), TextureBindingBuffer = unchecked((uint)0x8C2C), TextureBufferDataStoreBinding = unchecked((uint)0x8C2D), - TextureRectAngle = unchecked((uint)0x84F5), - TextureBindingRectAngle = unchecked((uint)0x84F6), - ProxyTextureRectAngle = unchecked((uint)0x84F7), + TextureRectANGLE = unchecked((uint)0x84F5), + TextureBindingRectANGLE = unchecked((uint)0x84F6), + ProxyTextureRectANGLE = unchecked((uint)0x84F7), MaxRectangleTextureSize = unchecked((uint)0x84F8), R8Snorm = unchecked((uint)0x8F94), Rg8Snorm = unchecked((uint)0x8F95), @@ -2599,66 +2599,66 @@ public enum GLEnum : uint TessellationFactorAMD = unchecked((uint)0x9005), DiscreteAMD = unchecked((uint)0x9006), ContinuousAMD = unchecked((uint)0x9007), - AuxDepthStencilApple = unchecked((uint)0x8A14), - UnpackClientStorageApple = unchecked((uint)0x85B2), - ElementArrayApple = unchecked((uint)0x8A0C), - ElementArrayTypeApple = unchecked((uint)0x8A0D), - ElementArrayPointerApple = unchecked((uint)0x8A0E), - DrawPixelsApple = unchecked((uint)0x8A0A), - FenceApple = unchecked((uint)0x8A0B), - HalfApple = unchecked((uint)0x140B), - RgbaFloat32Apple = unchecked((uint)0x8814), - RgbFloat32Apple = unchecked((uint)0x8815), - AlphaFloat32Apple = unchecked((uint)0x8816), - IntensityFloat32Apple = unchecked((uint)0x8817), - LuminanceFloat32Apple = unchecked((uint)0x8818), - LuminanceAlphaFloat32Apple = unchecked((uint)0x8819), - RgbaFloat16Apple = unchecked((uint)0x881A), - RgbFloat16Apple = unchecked((uint)0x881B), - AlphaFloat16Apple = unchecked((uint)0x881C), - IntensityFloat16Apple = unchecked((uint)0x881D), - LuminanceFloat16Apple = unchecked((uint)0x881E), - LuminanceAlphaFloat16Apple = unchecked((uint)0x881F), - ColorFloatApple = unchecked((uint)0x8A0F), - BufferSerializedModifyApple = unchecked((uint)0x8A12), - BufferFlushingUnmapApple = unchecked((uint)0x8A13), - BufferObjectApple = unchecked((uint)0x85B3), - ReleasedApple = unchecked((uint)0x8A19), - VolatileApple = unchecked((uint)0x8A1A), - RetainedApple = unchecked((uint)0x8A1B), - UndefinedApple = unchecked((uint)0x8A1C), - PurgeableApple = unchecked((uint)0x8A1D), - Rgb422Apple = unchecked((uint)0x8A1F), - UnsignedShort8X8Apple = unchecked((uint)0x85BA), - UnsignedShort8X8RevApple = unchecked((uint)0x85BB), - RgbRaw422Apple = unchecked((uint)0x8A51), - PackRowBytesApple = unchecked((uint)0x8A15), - UnpackRowBytesApple = unchecked((uint)0x8A16), - LightModelSpecularVectorApple = unchecked((uint)0x85B0), - TextureRangeLengthApple = unchecked((uint)0x85B7), - TextureRangePointerApple = unchecked((uint)0x85B8), - TextureStorageHintApple = unchecked((uint)0x85BC), - StoragePrivateApple = unchecked((uint)0x85BD), - StorageCachedApple = unchecked((uint)0x85BE), - StorageSharedApple = unchecked((uint)0x85BF), - TransformHintApple = unchecked((uint)0x85B1), - VertexArrayBindingApple = unchecked((uint)0x85B5), - VertexArrayRangeApple = unchecked((uint)0x851D), - VertexArrayRangeLengthApple = unchecked((uint)0x851E), - VertexArrayStorageHintApple = unchecked((uint)0x851F), - VertexArrayRangePointerApple = unchecked((uint)0x8521), - StorageClientApple = unchecked((uint)0x85B4), - VertexAttribMap1Apple = unchecked((uint)0x8A00), - VertexAttribMap2Apple = unchecked((uint)0x8A01), - VertexAttribMap1SizeApple = unchecked((uint)0x8A02), - VertexAttribMap1CoeffApple = unchecked((uint)0x8A03), - VertexAttribMap1OrderApple = unchecked((uint)0x8A04), - VertexAttribMap1DomainApple = unchecked((uint)0x8A05), - VertexAttribMap2SizeApple = unchecked((uint)0x8A06), - VertexAttribMap2CoeffApple = unchecked((uint)0x8A07), - VertexAttribMap2OrderApple = unchecked((uint)0x8A08), - VertexAttribMap2DomainApple = unchecked((uint)0x8A09), - Ycbcr422Apple = unchecked((uint)0x85B9), + AuxDepthStencilAPPLE = unchecked((uint)0x8A14), + UnpackClientStorageAPPLE = unchecked((uint)0x85B2), + ElementArrayAPPLE = unchecked((uint)0x8A0C), + ElementArrayTypeAPPLE = unchecked((uint)0x8A0D), + ElementArrayPointerAPPLE = unchecked((uint)0x8A0E), + DrawPixelsAPPLE = unchecked((uint)0x8A0A), + FenceAPPLE = unchecked((uint)0x8A0B), + HalfAPPLE = unchecked((uint)0x140B), + RgbaFloat32APPLE = unchecked((uint)0x8814), + RgbFloat32APPLE = unchecked((uint)0x8815), + AlphaFloat32APPLE = unchecked((uint)0x8816), + IntensityFloat32APPLE = unchecked((uint)0x8817), + LuminanceFloat32APPLE = unchecked((uint)0x8818), + LuminanceAlphaFloat32APPLE = unchecked((uint)0x8819), + RgbaFloat16APPLE = unchecked((uint)0x881A), + RgbFloat16APPLE = unchecked((uint)0x881B), + AlphaFloat16APPLE = unchecked((uint)0x881C), + IntensityFloat16APPLE = unchecked((uint)0x881D), + LuminanceFloat16APPLE = unchecked((uint)0x881E), + LuminanceAlphaFloat16APPLE = unchecked((uint)0x881F), + ColorFloatAPPLE = unchecked((uint)0x8A0F), + BufferSerializedModifyAPPLE = unchecked((uint)0x8A12), + BufferFlushingUnmapAPPLE = unchecked((uint)0x8A13), + BufferObjectAPPLE = unchecked((uint)0x85B3), + ReleasedAPPLE = unchecked((uint)0x8A19), + VolatileAPPLE = unchecked((uint)0x8A1A), + RetainedAPPLE = unchecked((uint)0x8A1B), + UndefinedAPPLE = unchecked((uint)0x8A1C), + PurgeableAPPLE = unchecked((uint)0x8A1D), + Rgb422APPLE = unchecked((uint)0x8A1F), + UnsignedShort8X8APPLE = unchecked((uint)0x85BA), + UnsignedShort8X8RevAPPLE = unchecked((uint)0x85BB), + RgbRaw422APPLE = unchecked((uint)0x8A51), + PackRowBytesAPPLE = unchecked((uint)0x8A15), + UnpackRowBytesAPPLE = unchecked((uint)0x8A16), + LightModelSpecularVectorAPPLE = unchecked((uint)0x85B0), + TextureRangeLengthAPPLE = unchecked((uint)0x85B7), + TextureRangePointerAPPLE = unchecked((uint)0x85B8), + TextureStorageHintAPPLE = unchecked((uint)0x85BC), + StoragePrivateAPPLE = unchecked((uint)0x85BD), + StorageCachedAPPLE = unchecked((uint)0x85BE), + StorageSharedAPPLE = unchecked((uint)0x85BF), + TransformHintAPPLE = unchecked((uint)0x85B1), + VertexArrayBindingAPPLE = unchecked((uint)0x85B5), + VertexArrayRangeAPPLE = unchecked((uint)0x851D), + VertexArrayRangeLengthAPPLE = unchecked((uint)0x851E), + VertexArrayStorageHintAPPLE = unchecked((uint)0x851F), + VertexArrayRangePointerAPPLE = unchecked((uint)0x8521), + StorageClientAPPLE = unchecked((uint)0x85B4), + VertexAttribMap1APPLE = unchecked((uint)0x8A00), + VertexAttribMap2APPLE = unchecked((uint)0x8A01), + VertexAttribMap1SizeAPPLE = unchecked((uint)0x8A02), + VertexAttribMap1CoeffAPPLE = unchecked((uint)0x8A03), + VertexAttribMap1OrderAPPLE = unchecked((uint)0x8A04), + VertexAttribMap1DomainAPPLE = unchecked((uint)0x8A05), + VertexAttribMap2SizeAPPLE = unchecked((uint)0x8A06), + VertexAttribMap2CoeffAPPLE = unchecked((uint)0x8A07), + VertexAttribMap2OrderAPPLE = unchecked((uint)0x8A08), + VertexAttribMap2DomainAPPLE = unchecked((uint)0x8A09), + Ycbcr422APPLE = unchecked((uint)0x85B9), MaxDrawBuffersATI = unchecked((uint)0x8824), DrawBuffer0ATI = unchecked((uint)0x8825), DrawBuffer1ATI = unchecked((uint)0x8826), @@ -2845,7 +2845,7 @@ public enum GLEnum : uint VertexStream6ATI = unchecked((uint)0x8772), VertexStream7ATI = unchecked((uint)0x8773), VertexSourceATI = unchecked((uint)0x8774), - X422Ext = unchecked((uint)0x80CC), + X422EXT = unchecked((uint)0x80CC), X422RevEXT = unchecked((uint)0x80CD), X422AverageEXT = unchecked((uint)0x80CE), X422RevAverageEXT = unchecked((uint)0x80CF), @@ -3129,7 +3129,7 @@ public enum GLEnum : uint UnsignedInt24X8EXT = unchecked((uint)0x84FA), Depth24Stencil8EXT = unchecked((uint)0x88F0), TextureStencilSizeEXT = unchecked((uint)0x88F1), - R11Fg11Fb10FExt = unchecked((uint)0x8C3A), + R11FG11FB10FEXT = unchecked((uint)0x8C3A), UnsignedInt10F11F11FRevEXT = unchecked((uint)0x8C3B), RgbaSignedComponentsEXT = unchecked((uint)0x8C3C), UnsignedByte3X3X2EXT = unchecked((uint)0x8032), @@ -3453,7 +3453,7 @@ public enum GLEnum : uint CompressedSrgbAlphaS3TcDxt1EXT = unchecked((uint)0x8C4D), CompressedSrgbAlphaS3TcDxt3EXT = unchecked((uint)0x8C4E), CompressedSrgbAlphaS3TcDxt5EXT = unchecked((uint)0x8C4F), - Sr8EXT = unchecked((uint)0x8FBD), + SR8EXT = unchecked((uint)0x8FBD), Srg8EXT = unchecked((uint)0x8FBE), TextureSrgbDecodeEXT = unchecked((uint)0x8A48), DecodeEXT = unchecked((uint)0x8A49), @@ -3489,11 +3489,11 @@ public enum GLEnum : uint Luminance16FEXT = unchecked((uint)0x881E), LuminanceAlpha16FEXT = unchecked((uint)0x881F), Bgra8EXT = unchecked((uint)0x93A1), - R8Ext = unchecked((uint)0x8229), - Rg8EXT = unchecked((uint)0x822B), - R32FExt = unchecked((uint)0x822E), + R8EXT = unchecked((uint)0x8229), + RG8EXT = unchecked((uint)0x822B), + R32FEXT = unchecked((uint)0x822E), Rg32FEXT = unchecked((uint)0x8230), - R16FExt = unchecked((uint)0x822D), + R16FEXT = unchecked((uint)0x822D), Rg16FEXT = unchecked((uint)0x822F), TextureSwizzleREXT = unchecked((uint)0x8E42), TextureSwizzleGEXT = unchecked((uint)0x8E43), @@ -3645,10 +3645,10 @@ public enum GLEnum : uint VertexShaderLocalConstantsEXT = unchecked((uint)0x87D2), VertexShaderLocalsEXT = unchecked((uint)0x87D3), VertexShaderOptimizedEXT = unchecked((uint)0x87D4), - XExt = unchecked((uint)0x87D5), - YExt = unchecked((uint)0x87D6), - ZExt = unchecked((uint)0x87D7), - WExt = unchecked((uint)0x87D8), + XEXT = unchecked((uint)0x87D5), + YEXT = unchecked((uint)0x87D6), + ZEXT = unchecked((uint)0x87D7), + WEXT = unchecked((uint)0x87D8), NegativeXEXT = unchecked((uint)0x87D9), NegativeYEXT = unchecked((uint)0x87DA), NegativeZEXT = unchecked((uint)0x87DB), @@ -3744,43 +3744,43 @@ public enum GLEnum : uint BlueMaxClampINGR = unchecked((uint)0x8566), AlphaMaxClampINGR = unchecked((uint)0x8567), InterlaceReadINGR = unchecked((uint)0x8568), - BlackholeRenderIntel = unchecked((uint)0x83FC), - ConservativeRasterizationIntel = unchecked((uint)0x83FE), - TextureMemoryLayoutIntel = unchecked((uint)0x83FF), - LayoutDefaultIntel = unchecked((uint)0), - LayoutLinearIntel = unchecked((uint)1), - LayoutLinearCpuCachedIntel = unchecked((uint)2), - ParallelArraysIntel = unchecked((uint)0x83F4), - VertexArrayParallelPointersIntel = unchecked((uint)0x83F5), - NormalArrayParallelPointersIntel = unchecked((uint)0x83F6), - ColorArrayParallelPointersIntel = unchecked((uint)0x83F7), - TextureCoordArrayParallelPointersIntel = unchecked((uint)0x83F8), - PerfquerySingleContextIntel = unchecked((uint)0x00000000), - PerfqueryGlobalContextIntel = unchecked((uint)0x00000001), - PerfqueryWaitIntel = unchecked((uint)0x83FB), - PerfqueryFlushIntel = unchecked((uint)0x83FA), - PerfqueryDonotFlushIntel = unchecked((uint)0x83F9), - PerfqueryCounterEventIntel = unchecked((uint)0x94F0), - PerfqueryCounterDurationNormIntel = unchecked((uint)0x94F1), - PerfqueryCounterDurationRawIntel = unchecked((uint)0x94F2), - PerfqueryCounterThroughputIntel = unchecked((uint)0x94F3), - PerfqueryCounterRawIntel = unchecked((uint)0x94F4), - PerfqueryCounterTimestampIntel = unchecked((uint)0x94F5), - PerfqueryCounterDataUint32Intel = unchecked((uint)0x94F8), - PerfqueryCounterDataUint64Intel = unchecked((uint)0x94F9), - PerfqueryCounterDataFloatIntel = unchecked((uint)0x94FA), - PerfqueryCounterDataDoubleIntel = unchecked((uint)0x94FB), - PerfqueryCounterDataBool32Intel = unchecked((uint)0x94FC), - PerfqueryQueryNameLengthMaxIntel = unchecked((uint)0x94FD), - PerfqueryCounterNameLengthMaxIntel = unchecked((uint)0x94FE), - PerfqueryCounterDescLengthMaxIntel = unchecked((uint)0x94FF), - PerfqueryGpaExtendedCountersIntel = unchecked((uint)0x9500), - Texture1DStackMesax = unchecked((uint)0x8759), - Texture2DStackMesax = unchecked((uint)0x875A), - ProxyTexture1DStackMesax = unchecked((uint)0x875B), - ProxyTexture2DStackMesax = unchecked((uint)0x875C), - Texture1DStackBindingMesax = unchecked((uint)0x875D), - Texture2DStackBindingMesax = unchecked((uint)0x875E), + BlackholeRenderINTEL = unchecked((uint)0x83FC), + ConservativeRasterizationINTEL = unchecked((uint)0x83FE), + TextureMemoryLayoutINTEL = unchecked((uint)0x83FF), + LayoutDefaultINTEL = unchecked((uint)0), + LayoutLinearINTEL = unchecked((uint)1), + LayoutLinearCpuCachedINTEL = unchecked((uint)2), + ParallelArraysINTEL = unchecked((uint)0x83F4), + VertexArrayParallelPointersINTEL = unchecked((uint)0x83F5), + NormalArrayParallelPointersINTEL = unchecked((uint)0x83F6), + ColorArrayParallelPointersINTEL = unchecked((uint)0x83F7), + TextureCoordArrayParallelPointersINTEL = unchecked((uint)0x83F8), + PerfquerySingleContextINTEL = unchecked((uint)0x00000000), + PerfqueryGlobalContextINTEL = unchecked((uint)0x00000001), + PerfqueryWaitINTEL = unchecked((uint)0x83FB), + PerfqueryFlushINTEL = unchecked((uint)0x83FA), + PerfqueryDonotFlushINTEL = unchecked((uint)0x83F9), + PerfqueryCounterEventINTEL = unchecked((uint)0x94F0), + PerfqueryCounterDurationNormINTEL = unchecked((uint)0x94F1), + PerfqueryCounterDurationRawINTEL = unchecked((uint)0x94F2), + PerfqueryCounterThroughputINTEL = unchecked((uint)0x94F3), + PerfqueryCounterRawINTEL = unchecked((uint)0x94F4), + PerfqueryCounterTimestampINTEL = unchecked((uint)0x94F5), + PerfqueryCounterDataUint32INTEL = unchecked((uint)0x94F8), + PerfqueryCounterDataUint64INTEL = unchecked((uint)0x94F9), + PerfqueryCounterDataFloatINTEL = unchecked((uint)0x94FA), + PerfqueryCounterDataDoubleINTEL = unchecked((uint)0x94FB), + PerfqueryCounterDataBool32INTEL = unchecked((uint)0x94FC), + PerfqueryQueryNameLengthMaxINTEL = unchecked((uint)0x94FD), + PerfqueryCounterNameLengthMaxINTEL = unchecked((uint)0x94FE), + PerfqueryCounterDescLengthMaxINTEL = unchecked((uint)0x94FF), + PerfqueryGpaExtendedCountersINTEL = unchecked((uint)0x9500), + Texture1DStackMESAX = unchecked((uint)0x8759), + Texture2DStackMESAX = unchecked((uint)0x875A), + ProxyTexture1DStackMESAX = unchecked((uint)0x875B), + ProxyTexture2DStackMESAX = unchecked((uint)0x875C), + Texture1DStackBindingMESAX = unchecked((uint)0x875D), + Texture2DStackBindingMESAX = unchecked((uint)0x875E), FramebufferFlipXMESA = unchecked((uint)0x8BBC), FramebufferFlipYMESA = unchecked((uint)0x8BBB), FramebufferSwapXyMESA = unchecked((uint)0x8BBD), @@ -4762,12 +4762,12 @@ public enum GLEnum : uint SampleAlphaToOneSGIS = unchecked((uint)0x809F), SampleMaskSGIS = unchecked((uint)0x80A0), X1PassSGIS = unchecked((uint)0x80A1), - X2Pass0Sgis = unchecked((uint)0x80A2), - X2Pass1Sgis = unchecked((uint)0x80A3), - X4Pass0Sgis = unchecked((uint)0x80A4), - X4Pass1Sgis = unchecked((uint)0x80A5), - X4Pass2Sgis = unchecked((uint)0x80A6), - X4Pass3Sgis = unchecked((uint)0x80A7), + X2Pass0SGIS = unchecked((uint)0x80A2), + X2Pass1SGIS = unchecked((uint)0x80A3), + X4Pass0SGIS = unchecked((uint)0x80A4), + X4Pass1SGIS = unchecked((uint)0x80A5), + X4Pass2SGIS = unchecked((uint)0x80A6), + X4Pass3SGIS = unchecked((uint)0x80A7), SampleBuffersSGIS = unchecked((uint)0x80A8), SamplesSGIS = unchecked((uint)0x80A9), SampleMaskValueSGIS = unchecked((uint)0x80AA), @@ -4806,7 +4806,7 @@ public enum GLEnum : uint ClampToBorderSGIS = unchecked((uint)0x812D), TextureColorWritemaskSGIS = unchecked((uint)0x81EF), ClampToEdgeSGIS = unchecked((uint)0x812F), - Filter4Sgis = unchecked((uint)0x8146), + Filter4SGIS = unchecked((uint)0x8146), TextureFilter4SizeSGIS = unchecked((uint)0x8147), TextureMinLodSGIS = unchecked((uint)0x813A), TextureMaxLodSGIS = unchecked((uint)0x813B), @@ -4947,8 +4947,8 @@ public enum GLEnum : uint PostTextureFilterScaleRangeSGIX = unchecked((uint)0x817C), VertexPreclipSGIX = unchecked((uint)0x83EE), VertexPreclipHintSGIX = unchecked((uint)0x83EF), - Ycrcb422Sgix = unchecked((uint)0x81BB), - Ycrcb444Sgix = unchecked((uint)0x81BC), + Ycrcb422SGIX = unchecked((uint)0x81BB), + Ycrcb444SGIX = unchecked((uint)0x81BC), YcrcbSGIX = unchecked((uint)0x8318), YcrcbaSGIX = unchecked((uint)0x8319), ColorMatrixSGI = unchecked((uint)0x80B1), @@ -5248,58 +5248,58 @@ public enum GLEnum : uint AtcRgbaExplicitAlphaAMD = unchecked((uint)0x8C93), AtcRgbaInterpolatedAlphaAMD = unchecked((uint)0x87EE), Z400BinaryAMD = unchecked((uint)0x8740), - ReadFramebufferAngle = unchecked((uint)0x8CA8), - DrawFramebufferAngle = unchecked((uint)0x8CA9), - DrawFramebufferBindingAngle = unchecked((uint)0x8CA6), - ReadFramebufferBindingAngle = unchecked((uint)0x8CAA), - RenderbufferSamplesAngle = unchecked((uint)0x8CAB), - FramebufferIncompleteMultisampleAngle = unchecked((uint)0x8D56), - MaxSamplesAngle = unchecked((uint)0x8D57), - VertexAttribArrayDivisorAngle = unchecked((uint)0x88FE), - PackReverseRowOrderAngle = unchecked((uint)0x93A4), - ProgramBinaryAngle = unchecked((uint)0x93A6), - CompressedRgbaS3TcDxt3Angle = unchecked((uint)0x83F2), - CompressedRgbaS3TcDxt5Angle = unchecked((uint)0x83F3), - TextureUsageAngle = unchecked((uint)0x93A2), - FramebufferAttachmentAngle = unchecked((uint)0x93A3), - TranslatedShaderSourceLengthAngle = unchecked((uint)0x93A0), - MaxClipDistancesApple = unchecked((uint)0x0D32), - ClipDistance0Apple = unchecked((uint)0x3000), - ClipDistance1Apple = unchecked((uint)0x3001), - ClipDistance2Apple = unchecked((uint)0x3002), - ClipDistance3Apple = unchecked((uint)0x3003), - ClipDistance4Apple = unchecked((uint)0x3004), - ClipDistance5Apple = unchecked((uint)0x3005), - ClipDistance6Apple = unchecked((uint)0x3006), - ClipDistance7Apple = unchecked((uint)0x3007), - RenderbufferSamplesApple = unchecked((uint)0x8CAB), - FramebufferIncompleteMultisampleApple = unchecked((uint)0x8D56), - MaxSamplesApple = unchecked((uint)0x8D57), - ReadFramebufferApple = unchecked((uint)0x8CA8), - DrawFramebufferApple = unchecked((uint)0x8CA9), - DrawFramebufferBindingApple = unchecked((uint)0x8CA6), - ReadFramebufferBindingApple = unchecked((uint)0x8CAA), - SyncObjectApple = unchecked((uint)0x8A53), - MaxServerWaitTimeoutApple = unchecked((uint)0x9111), - ObjectTypeApple = unchecked((uint)0x9112), - SyncConditionApple = unchecked((uint)0x9113), - SyncStatusApple = unchecked((uint)0x9114), - SyncFlagsApple = unchecked((uint)0x9115), - SyncFenceApple = unchecked((uint)0x9116), - SyncGpuCommandsCompleteApple = unchecked((uint)0x9117), - UnsignaledApple = unchecked((uint)0x9118), - SignaledApple = unchecked((uint)0x9119), - AlreadySignaledApple = unchecked((uint)0x911A), - TimeoutExpiredApple = unchecked((uint)0x911B), - ConditionSatisfiedApple = unchecked((uint)0x911C), - WaitFailedApple = unchecked((uint)0x911D), - SyncFlushCommandsBitApple = unchecked((uint)0x00000001), - TimeoutIgnoredApple = unchecked((uint)0xFFFFFFFFFFFFFFFFUL), - TextureMaxLevelApple = unchecked((uint)0x813D), - UnsignedInt10F11F11FRevApple = unchecked((uint)0x8C3B), - UnsignedInt5X9X9X9RevApple = unchecked((uint)0x8C3E), - R11Fg11Fb10FApple = unchecked((uint)0x8C3A), - Rgb9E5Apple = unchecked((uint)0x8C3D), + ReadFramebufferANGLE = unchecked((uint)0x8CA8), + DrawFramebufferANGLE = unchecked((uint)0x8CA9), + DrawFramebufferBindingANGLE = unchecked((uint)0x8CA6), + ReadFramebufferBindingANGLE = unchecked((uint)0x8CAA), + RenderbufferSamplesANGLE = unchecked((uint)0x8CAB), + FramebufferIncompleteMultisampleANGLE = unchecked((uint)0x8D56), + MaxSamplesANGLE = unchecked((uint)0x8D57), + VertexAttribArrayDivisorANGLE = unchecked((uint)0x88FE), + PackReverseRowOrderANGLE = unchecked((uint)0x93A4), + ProgramBinaryANGLE = unchecked((uint)0x93A6), + CompressedRgbaS3TcDxt3ANGLE = unchecked((uint)0x83F2), + CompressedRgbaS3TcDxt5ANGLE = unchecked((uint)0x83F3), + TextureUsageANGLE = unchecked((uint)0x93A2), + FramebufferAttachmentANGLE = unchecked((uint)0x93A3), + TranslatedShaderSourceLengthANGLE = unchecked((uint)0x93A0), + MaxClipDistancesAPPLE = unchecked((uint)0x0D32), + ClipDistance0APPLE = unchecked((uint)0x3000), + ClipDistance1APPLE = unchecked((uint)0x3001), + ClipDistance2APPLE = unchecked((uint)0x3002), + ClipDistance3APPLE = unchecked((uint)0x3003), + ClipDistance4APPLE = unchecked((uint)0x3004), + ClipDistance5APPLE = unchecked((uint)0x3005), + ClipDistance6APPLE = unchecked((uint)0x3006), + ClipDistance7APPLE = unchecked((uint)0x3007), + RenderbufferSamplesAPPLE = unchecked((uint)0x8CAB), + FramebufferIncompleteMultisampleAPPLE = unchecked((uint)0x8D56), + MaxSamplesAPPLE = unchecked((uint)0x8D57), + ReadFramebufferAPPLE = unchecked((uint)0x8CA8), + DrawFramebufferAPPLE = unchecked((uint)0x8CA9), + DrawFramebufferBindingAPPLE = unchecked((uint)0x8CA6), + ReadFramebufferBindingAPPLE = unchecked((uint)0x8CAA), + SyncObjectAPPLE = unchecked((uint)0x8A53), + MaxServerWaitTimeoutAPPLE = unchecked((uint)0x9111), + ObjectTypeAPPLE = unchecked((uint)0x9112), + SyncConditionAPPLE = unchecked((uint)0x9113), + SyncStatusAPPLE = unchecked((uint)0x9114), + SyncFlagsAPPLE = unchecked((uint)0x9115), + SyncFenceAPPLE = unchecked((uint)0x9116), + SyncGpuCommandsCompleteAPPLE = unchecked((uint)0x9117), + UnsignaledAPPLE = unchecked((uint)0x9118), + SignaledAPPLE = unchecked((uint)0x9119), + AlreadySignaledAPPLE = unchecked((uint)0x911A), + TimeoutExpiredAPPLE = unchecked((uint)0x911B), + ConditionSatisfiedAPPLE = unchecked((uint)0x911C), + WaitFailedAPPLE = unchecked((uint)0x911D), + SyncFlushCommandsBitAPPLE = unchecked((uint)0x00000001), + TimeoutIgnoredAPPLE = unchecked((uint)0xFFFFFFFFFFFFFFFFUL), + TextureMaxLevelAPPLE = unchecked((uint)0x813D), + UnsignedInt10F11F11FRevAPPLE = unchecked((uint)0x8C3B), + UnsignedInt5X9X9X9RevAPPLE = unchecked((uint)0x8C3E), + R11FG11FB10FAPPLE = unchecked((uint)0x8C3A), + Rgb9E5APPLE = unchecked((uint)0x8C3D), MaliProgramBinaryARM = unchecked((uint)0x8F61), MaliShaderBinaryARM = unchecked((uint)0x8F60), FetchPerSampleARM = unchecked((uint)0x8F65), @@ -5541,7 +5541,7 @@ public enum GLEnum : uint IntSamplerCubeMapArrayEXT = unchecked((uint)0x900E), UnsignedIntSamplerCubeMapArrayEXT = unchecked((uint)0x900F), TextureFormatSrgbOverrideEXT = unchecked((uint)0x8FBF), - R16Ext = unchecked((uint)0x822A), + R16EXT = unchecked((uint)0x822A), Rg16EXT = unchecked((uint)0x822C), Rgb16SnormEXT = unchecked((uint)0x8F9A), RedEXT = unchecked((uint)0x1903), diff --git a/sources/OpenGL/OpenGL/Enums/GetPName.gen.cs b/sources/OpenGL/OpenGL/Enums/GetPName.gen.cs index 16c6ab414c..bb7f744e0f 100644 --- a/sources/OpenGL/OpenGL/Enums/GetPName.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/GetPName.gen.cs @@ -330,7 +330,7 @@ public enum GetPName : uint VertexArrayBinding = unchecked((uint)0x85B5), MaxTextureBufferSize = unchecked((uint)0x8C2B), TextureBindingBuffer = unchecked((uint)0x8C2C), - TextureBindingRectAngle = unchecked((uint)0x84F6), + TextureBindingRectANGLE = unchecked((uint)0x84F6), MaxRectangleTextureSize = unchecked((uint)0x84F8), PrimitiveRestartIndex = unchecked((uint)0x8F9E), UniformBufferBinding = unchecked((uint)0x8A28), diff --git a/sources/OpenGL/OpenGL/Enums/HintTarget.gen.cs b/sources/OpenGL/OpenGL/Enums/HintTarget.gen.cs index b407c9038e..a515898c2a 100644 --- a/sources/OpenGL/OpenGL/Enums/HintTarget.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/HintTarget.gen.cs @@ -21,9 +21,9 @@ public enum HintTarget : uint ProgramBinaryRetrievableHint = unchecked((uint)0x8257), FragmentShaderDerivativeHintARB = unchecked((uint)0x8B8B), TextureCompressionHintARB = unchecked((uint)0x84EF), - TextureStorageHintApple = unchecked((uint)0x85BC), - TransformHintApple = unchecked((uint)0x85B1), - VertexArrayStorageHintApple = unchecked((uint)0x851F), + TextureStorageHintAPPLE = unchecked((uint)0x85BC), + TransformHintAPPLE = unchecked((uint)0x85B1), + VertexArrayStorageHintAPPLE = unchecked((uint)0x851F), ClipVolumeClippingHintEXT = unchecked((uint)0x80F0), PackCmykHintEXT = unchecked((uint)0x800E), UnpackCmykHintEXT = unchecked((uint)0x800F), diff --git a/sources/OpenGL/OpenGL/Enums/InternalFormat.gen.cs b/sources/OpenGL/OpenGL/Enums/InternalFormat.gen.cs index 2085240443..1eb55ab017 100644 --- a/sources/OpenGL/OpenGL/Enums/InternalFormat.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/InternalFormat.gen.cs @@ -61,10 +61,10 @@ public enum InternalFormat : uint CompressedSrgbAlpha = unchecked((uint)0x8C49), CompressedRed = unchecked((uint)0x8225), CompressedRg = unchecked((uint)0x8226), - Rgba32F = unchecked((uint)0x8814), - Rgb32F = unchecked((uint)0x8815), - Rgba16F = unchecked((uint)0x881A), - Rgb16F = unchecked((uint)0x881B), + RGBA32F = unchecked((uint)0x8814), + RGB32F = unchecked((uint)0x8815), + RGBA16F = unchecked((uint)0x881A), + RGB16F = unchecked((uint)0x881B), R11FG11FB10F = unchecked((uint)0x8C3A), Rgb9E5 = unchecked((uint)0x8C3D), Rgba32Ui = unchecked((uint)0x8D70), @@ -98,8 +98,8 @@ public enum InternalFormat : uint Rg16 = unchecked((uint)0x822C), R16F = unchecked((uint)0x822D), R32F = unchecked((uint)0x822E), - Rg16F = unchecked((uint)0x822F), - Rg32F = unchecked((uint)0x8230), + RG16F = unchecked((uint)0x822F), + RG32F = unchecked((uint)0x8230), R8I = unchecked((uint)0x8231), R8Ui = unchecked((uint)0x8232), R16I = unchecked((uint)0x8233), @@ -181,7 +181,7 @@ public enum InternalFormat : uint StencilIndex16EXT = unchecked((uint)0x8D49), DepthStencilEXT = unchecked((uint)0x84F9), Depth24Stencil8EXT = unchecked((uint)0x88F0), - R11Fg11Fb10FExt = unchecked((uint)0x8C3A), + R11FG11FB10FEXT = unchecked((uint)0x8C3A), Alpha4EXT = unchecked((uint)0x803B), Alpha8EXT = unchecked((uint)0x803C), Alpha12EXT = unchecked((uint)0x803D), @@ -266,18 +266,18 @@ public enum InternalFormat : uint CompressedSrgbAlphaS3TcDxt1EXT = unchecked((uint)0x8C4D), CompressedSrgbAlphaS3TcDxt3EXT = unchecked((uint)0x8C4E), CompressedSrgbAlphaS3TcDxt5EXT = unchecked((uint)0x8C4F), - Sr8EXT = unchecked((uint)0x8FBD), + SR8EXT = unchecked((uint)0x8FBD), Srg8EXT = unchecked((uint)0x8FBE), Rgb9E5EXT = unchecked((uint)0x8C3D), Rgba32FEXT = unchecked((uint)0x8814), Rgb32FEXT = unchecked((uint)0x8815), Rgba16FEXT = unchecked((uint)0x881A), Rgb16FEXT = unchecked((uint)0x881B), - R8Ext = unchecked((uint)0x8229), - Rg8EXT = unchecked((uint)0x822B), - R32FExt = unchecked((uint)0x822E), + R8EXT = unchecked((uint)0x8229), + RG8EXT = unchecked((uint)0x822B), + R32FEXT = unchecked((uint)0x822E), Rg32FEXT = unchecked((uint)0x8230), - R16FExt = unchecked((uint)0x822D), + R16FEXT = unchecked((uint)0x822D), Rg16FEXT = unchecked((uint)0x822F), DepthComponent32FNV = unchecked((uint)0x8DAB), Depth32FStencil8NV = unchecked((uint)0x8DAC), @@ -344,10 +344,10 @@ public enum InternalFormat : uint CompressedSRGB8Alpha8Astc6X6X6OES = unchecked((uint)0x93E9), StencilIndexOES = unchecked((uint)0x1901), StencilIndex8OES = unchecked((uint)0x8D48), - CompressedRgbaS3TcDxt3Angle = unchecked((uint)0x83F2), - CompressedRgbaS3TcDxt5Angle = unchecked((uint)0x83F3), - R11Fg11Fb10FApple = unchecked((uint)0x8C3A), - Rgb9E5Apple = unchecked((uint)0x8C3D), + CompressedRgbaS3TcDxt3ANGLE = unchecked((uint)0x83F2), + CompressedRgbaS3TcDxt5ANGLE = unchecked((uint)0x83F3), + R11FG11FB10FAPPLE = unchecked((uint)0x8C3A), + Rgb9E5APPLE = unchecked((uint)0x8C3D), R16SnormEXT = unchecked((uint)0x8F98), Rg16SnormEXT = unchecked((uint)0x8F99), Rgba16SnormEXT = unchecked((uint)0x8F9B), @@ -355,7 +355,7 @@ public enum InternalFormat : uint CompressedSrgbAlphaBptcUnormEXT = unchecked((uint)0x8E8D), CompressedRgbBptcSignedFloatEXT = unchecked((uint)0x8E8E), CompressedRgbBptcUnsignedFloatEXT = unchecked((uint)0x8E8F), - R16Ext = unchecked((uint)0x822A), + R16EXT = unchecked((uint)0x822A), Rg16EXT = unchecked((uint)0x822C), Rgb16SnormEXT = unchecked((uint)0x8F9A), RedEXT = unchecked((uint)0x1903), diff --git a/sources/OpenGL/OpenGL/Enums/MapBufferAccessMask.gen.cs b/sources/OpenGL/OpenGL/Enums/MapBufferAccessMask.gen.cs index 716f6de967..da6800b4e5 100644 --- a/sources/OpenGL/OpenGL/Enums/MapBufferAccessMask.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/MapBufferAccessMask.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum MapBufferAccessMask : uint { + None = 0x0, ReadBit = unchecked((uint)0x0001), WriteBit = unchecked((uint)0x0002), InvalidateRangeBit = unchecked((uint)0x0004), diff --git a/sources/OpenGL/OpenGL/Enums/MapTextureFormatIntel.gen.cs b/sources/OpenGL/OpenGL/Enums/MapTextureFormatINTEL.gen.cs similarity index 92% rename from sources/OpenGL/OpenGL/Enums/MapTextureFormatIntel.gen.cs rename to sources/OpenGL/OpenGL/Enums/MapTextureFormatINTEL.gen.cs index 8afd6aa6ff..bf7adac173 100644 --- a/sources/OpenGL/OpenGL/Enums/MapTextureFormatIntel.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/MapTextureFormatINTEL.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.OpenGL; [Transformed] -public enum MapTextureFormatIntel : uint +public enum MapTextureFormatINTEL : uint { Default = unchecked((uint)0), Linear = unchecked((uint)1), diff --git a/sources/OpenGL/OpenGL/Enums/MemoryBarrierMask.gen.cs b/sources/OpenGL/OpenGL/Enums/MemoryBarrierMask.gen.cs index 97095ed209..fef5dec6ae 100644 --- a/sources/OpenGL/OpenGL/Enums/MemoryBarrierMask.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/MemoryBarrierMask.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum MemoryBarrierMask : uint { + None = 0x0, VertexAttribArrayBarrierBit = unchecked((uint)0x00000001), ElementArrayBarrierBit = unchecked((uint)0x00000002), UniformBarrierBit = unchecked((uint)0x00000004), diff --git a/sources/OpenGL/OpenGL/Enums/ObjectTypeApple.gen.cs b/sources/OpenGL/OpenGL/Enums/ObjectTypeAPPLE.gen.cs similarity index 93% rename from sources/OpenGL/OpenGL/Enums/ObjectTypeApple.gen.cs rename to sources/OpenGL/OpenGL/Enums/ObjectTypeAPPLE.gen.cs index 30ee779acb..e902a3272a 100644 --- a/sources/OpenGL/OpenGL/Enums/ObjectTypeApple.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/ObjectTypeAPPLE.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.OpenGL; [Transformed] -public enum ObjectTypeApple : uint +public enum ObjectTypeAPPLE : uint { DrawPixels = unchecked((uint)0x8A0A), Fence = unchecked((uint)0x8A0B), diff --git a/sources/OpenGL/OpenGL/Enums/OcclusionQueryEventMaskAMD.gen.cs b/sources/OpenGL/OpenGL/Enums/OcclusionQueryEventMaskAMD.gen.cs index 77261e3dc4..117337fcab 100644 --- a/sources/OpenGL/OpenGL/Enums/OcclusionQueryEventMaskAMD.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/OcclusionQueryEventMaskAMD.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum OcclusionQueryEventMaskAMD : uint { + None = 0x0, DepthPassEventBit = unchecked((uint)0x00000001), DepthFailEventBit = unchecked((uint)0x00000002), StencilFailEventBit = unchecked((uint)0x00000004), diff --git a/sources/OpenGL/OpenGL/Enums/PathMetricMask.gen.cs b/sources/OpenGL/OpenGL/Enums/PathMetricMask.gen.cs index 3299dc68b1..a0b8431add 100644 --- a/sources/OpenGL/OpenGL/Enums/PathMetricMask.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/PathMetricMask.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum PathMetricMask : uint { + None = 0x0, GlyphWidthBitNV = unchecked((uint)0x01), GlyphHeightBitNV = unchecked((uint)0x02), GlyphHorizontalBearingXBitNV = unchecked((uint)0x04), diff --git a/sources/OpenGL/OpenGL/Enums/PerfQueryDataFlags.gen.cs b/sources/OpenGL/OpenGL/Enums/PerfQueryDataFlags.gen.cs index 4fb3928d8c..34e04913e6 100644 --- a/sources/OpenGL/OpenGL/Enums/PerfQueryDataFlags.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/PerfQueryDataFlags.gen.cs @@ -10,7 +10,7 @@ namespace Silk.NET.OpenGL; [Transformed] public enum PerfQueryDataFlags : uint { - WaitIntel = unchecked((uint)0x83FB), - FlushIntel = unchecked((uint)0x83FA), - DonotFlushIntel = unchecked((uint)0x83F9), + WaitINTEL = unchecked((uint)0x83FB), + FlushINTEL = unchecked((uint)0x83FA), + DonotFlushINTEL = unchecked((uint)0x83F9), } diff --git a/sources/OpenGL/OpenGL/Enums/PerformanceQueryCapsMaskIntel.gen.cs b/sources/OpenGL/OpenGL/Enums/PerformanceQueryCapsMaskINTEL.gen.cs similarity index 90% rename from sources/OpenGL/OpenGL/Enums/PerformanceQueryCapsMaskIntel.gen.cs rename to sources/OpenGL/OpenGL/Enums/PerformanceQueryCapsMaskINTEL.gen.cs index 344bf5d293..0d99389535 100644 --- a/sources/OpenGL/OpenGL/Enums/PerformanceQueryCapsMaskIntel.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/PerformanceQueryCapsMaskINTEL.gen.cs @@ -8,7 +8,8 @@ namespace Silk.NET.OpenGL; [Transformed] -public enum PerformanceQueryCapsMaskIntel : uint +[Flags] +public enum PerformanceQueryCapsMaskINTEL : uint { SingleContext = unchecked((uint)0x00000000), GlobalContext = unchecked((uint)0x00000001), diff --git a/sources/OpenGL/OpenGL/Enums/PixelFormat.gen.cs b/sources/OpenGL/OpenGL/Enums/PixelFormat.gen.cs index d104effcd2..0289792459 100644 --- a/sources/OpenGL/OpenGL/Enums/PixelFormat.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/PixelFormat.gen.cs @@ -40,8 +40,8 @@ public enum PixelFormat : uint BgraEXT = unchecked((uint)0x80E1), CmykEXT = unchecked((uint)0x800C), CmykaEXT = unchecked((uint)0x800D), - Ycrcb422Sgix = unchecked((uint)0x81BB), - Ycrcb444Sgix = unchecked((uint)0x81BC), + Ycrcb422SGIX = unchecked((uint)0x81BB), + Ycrcb444SGIX = unchecked((uint)0x81BC), RedEXT = unchecked((uint)0x1903), BgraIMG = unchecked((uint)0x80E1), } diff --git a/sources/OpenGL/OpenGL/Enums/PixelStoreSubsampleRate.gen.cs b/sources/OpenGL/OpenGL/Enums/PixelStoreSubsampleRate.gen.cs index 90a49ec3b9..824d70ff01 100644 --- a/sources/OpenGL/OpenGL/Enums/PixelStoreSubsampleRate.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/PixelStoreSubsampleRate.gen.cs @@ -10,7 +10,7 @@ namespace Silk.NET.OpenGL; [Transformed] public enum PixelStoreSubsampleRate : uint { - Subsample4444Sgix = unchecked((uint)0x85A2), - Subsample2424Sgix = unchecked((uint)0x85A3), - Subsample4242Sgix = unchecked((uint)0x85A4), + Subsample4444SGIX = unchecked((uint)0x85A2), + Subsample2424SGIX = unchecked((uint)0x85A3), + Subsample4242SGIX = unchecked((uint)0x85A4), } diff --git a/sources/OpenGL/OpenGL/Enums/PixelType.gen.cs b/sources/OpenGL/OpenGL/Enums/PixelType.gen.cs index 5e88782a76..0de78048dd 100644 --- a/sources/OpenGL/OpenGL/Enums/PixelType.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/PixelType.gen.cs @@ -36,7 +36,7 @@ public enum PixelType : uint UnsignedInt24X8 = unchecked((uint)0x84FA), HalfFloat = unchecked((uint)0x140B), HalfFloatARB = unchecked((uint)0x140B), - HalfApple = unchecked((uint)0x140B), + HalfAPPLE = unchecked((uint)0x140B), UnsignedInt24X8EXT = unchecked((uint)0x84FA), UnsignedInt10F11F11FRevEXT = unchecked((uint)0x8C3B), UnsignedByte3X3X2EXT = unchecked((uint)0x8032), @@ -49,8 +49,8 @@ public enum PixelType : uint HalfFloatNV = unchecked((uint)0x140B), UnsignedInt24X8NV = unchecked((uint)0x84FA), UnsignedInt24X8OES = unchecked((uint)0x84FA), - UnsignedInt10F11F11FRevApple = unchecked((uint)0x8C3B), - UnsignedInt5X9X9X9RevApple = unchecked((uint)0x8C3E), + UnsignedInt10F11F11FRevAPPLE = unchecked((uint)0x8C3B), + UnsignedInt5X9X9X9RevAPPLE = unchecked((uint)0x8C3E), UnsignedShort4X4X4X4RevEXT = unchecked((uint)0x8365), UnsignedShort1X5X5X5RevEXT = unchecked((uint)0x8366), UnsignedInt2X10X10X10RevEXT = unchecked((uint)0x8368), diff --git a/sources/OpenGL/OpenGL/Enums/RenderbufferParameterName.gen.cs b/sources/OpenGL/OpenGL/Enums/RenderbufferParameterName.gen.cs index db84d8daee..0709a8c820 100644 --- a/sources/OpenGL/OpenGL/Enums/RenderbufferParameterName.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/RenderbufferParameterName.gen.cs @@ -33,8 +33,8 @@ public enum RenderbufferParameterName : uint StencilSizeEXT = unchecked((uint)0x8D55), CoverageSamplesNV = unchecked((uint)0x8CAB), ColorSamplesNV = unchecked((uint)0x8E10), - SamplesAngle = unchecked((uint)0x8CAB), - SamplesApple = unchecked((uint)0x8CAB), + SamplesANGLE = unchecked((uint)0x8CAB), + SamplesAPPLE = unchecked((uint)0x8CAB), SamplesIMG = unchecked((uint)0x9133), SamplesNV = unchecked((uint)0x8CAB), WidthOES = unchecked((uint)0x8D42), diff --git a/sources/OpenGL/OpenGL/Enums/SamplePatternSGIS.gen.cs b/sources/OpenGL/OpenGL/Enums/SamplePatternSGIS.gen.cs index 59c20e8688..2c8cbd85ef 100644 --- a/sources/OpenGL/OpenGL/Enums/SamplePatternSGIS.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/SamplePatternSGIS.gen.cs @@ -17,11 +17,11 @@ public enum SamplePatternSGIS : uint X4Pass1EXT = unchecked((uint)0x80A5), X4Pass2EXT = unchecked((uint)0x80A6), X4Pass3EXT = unchecked((uint)0x80A7), - X1PassSGIS = unchecked((uint)0x80A1), - X2Pass0Sgis = unchecked((uint)0x80A2), - X2Pass1Sgis = unchecked((uint)0x80A3), - X4Pass0Sgis = unchecked((uint)0x80A4), - X4Pass1Sgis = unchecked((uint)0x80A5), - X4Pass2Sgis = unchecked((uint)0x80A6), - X4Pass3Sgis = unchecked((uint)0x80A7), + X1Pass = unchecked((uint)0x80A1), + X2Pass0 = unchecked((uint)0x80A2), + X2Pass1 = unchecked((uint)0x80A3), + X4Pass0 = unchecked((uint)0x80A4), + X4Pass1 = unchecked((uint)0x80A5), + X4Pass2 = unchecked((uint)0x80A6), + X4Pass3 = unchecked((uint)0x80A7), } diff --git a/sources/OpenGL/OpenGL/Enums/SizedInternalFormat.gen.cs b/sources/OpenGL/OpenGL/Enums/SizedInternalFormat.gen.cs index 990ab34db0..2c61bf7a7d 100644 --- a/sources/OpenGL/OpenGL/Enums/SizedInternalFormat.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/SizedInternalFormat.gen.cs @@ -47,10 +47,10 @@ public enum SizedInternalFormat : uint DepthComponent32 = unchecked((uint)0x81A7), Srgb8 = unchecked((uint)0x8C41), Srgb8Alpha8 = unchecked((uint)0x8C43), - Rgba32F = unchecked((uint)0x8814), - Rgb32F = unchecked((uint)0x8815), - Rgba16F = unchecked((uint)0x881A), - Rgb16F = unchecked((uint)0x881B), + RGBA32F = unchecked((uint)0x8814), + RGB32F = unchecked((uint)0x8815), + RGBA16F = unchecked((uint)0x881A), + RGB16F = unchecked((uint)0x881B), R11FG11FB10F = unchecked((uint)0x8C3A), Rgb9E5 = unchecked((uint)0x8C3D), Rgba32Ui = unchecked((uint)0x8D70), @@ -82,8 +82,8 @@ public enum SizedInternalFormat : uint Rg16 = unchecked((uint)0x822C), R16F = unchecked((uint)0x822D), R32F = unchecked((uint)0x822E), - Rg16F = unchecked((uint)0x822F), - Rg32F = unchecked((uint)0x8230), + RG16F = unchecked((uint)0x822F), + RG32F = unchecked((uint)0x8230), R8I = unchecked((uint)0x8231), R8Ui = unchecked((uint)0x8232), R16I = unchecked((uint)0x8233), @@ -164,7 +164,7 @@ public enum SizedInternalFormat : uint StencilIndex8EXT = unchecked((uint)0x8D48), StencilIndex16EXT = unchecked((uint)0x8D49), Depth24Stencil8EXT = unchecked((uint)0x88F0), - R11Fg11Fb10FExt = unchecked((uint)0x8C3A), + R11FG11FB10FEXT = unchecked((uint)0x8C3A), Alpha4EXT = unchecked((uint)0x803B), Alpha8EXT = unchecked((uint)0x803C), Alpha12EXT = unchecked((uint)0x803D), @@ -252,11 +252,11 @@ public enum SizedInternalFormat : uint Rgb32FEXT = unchecked((uint)0x8815), Rgba16FEXT = unchecked((uint)0x881A), Rgb16FEXT = unchecked((uint)0x881B), - R8Ext = unchecked((uint)0x8229), - Rg8EXT = unchecked((uint)0x822B), - R32FExt = unchecked((uint)0x822E), + R8EXT = unchecked((uint)0x8229), + RG8EXT = unchecked((uint)0x822B), + R32FEXT = unchecked((uint)0x822E), Rg32FEXT = unchecked((uint)0x8230), - R16FExt = unchecked((uint)0x822D), + R16FEXT = unchecked((uint)0x822D), Rg16FEXT = unchecked((uint)0x822F), DepthComponent32FNV = unchecked((uint)0x8DAB), Depth32FStencil8NV = unchecked((uint)0x8DAC), @@ -300,10 +300,10 @@ public enum SizedInternalFormat : uint CompressedSRGB8Alpha8Astc6X6X5OES = unchecked((uint)0x93E8), CompressedSRGB8Alpha8Astc6X6X6OES = unchecked((uint)0x93E9), StencilIndex8OES = unchecked((uint)0x8D48), - CompressedRgbaS3TcDxt3Angle = unchecked((uint)0x83F2), - CompressedRgbaS3TcDxt5Angle = unchecked((uint)0x83F3), - R11Fg11Fb10FApple = unchecked((uint)0x8C3A), - Rgb9E5Apple = unchecked((uint)0x8C3D), + CompressedRgbaS3TcDxt3ANGLE = unchecked((uint)0x83F2), + CompressedRgbaS3TcDxt5ANGLE = unchecked((uint)0x83F3), + R11FG11FB10FAPPLE = unchecked((uint)0x8C3A), + Rgb9E5APPLE = unchecked((uint)0x8C3D), R16SnormEXT = unchecked((uint)0x8F98), Rg16SnormEXT = unchecked((uint)0x8F99), Rgba16SnormEXT = unchecked((uint)0x8F9B), @@ -311,7 +311,7 @@ public enum SizedInternalFormat : uint CompressedSrgbAlphaBptcUnormEXT = unchecked((uint)0x8E8D), CompressedRgbBptcSignedFloatEXT = unchecked((uint)0x8E8E), CompressedRgbBptcUnsignedFloatEXT = unchecked((uint)0x8E8F), - R16Ext = unchecked((uint)0x822A), + R16EXT = unchecked((uint)0x822A), Rg16EXT = unchecked((uint)0x822C), Rgb16SnormEXT = unchecked((uint)0x8F9A), Srgb8NV = unchecked((uint)0x8C41), diff --git a/sources/OpenGL/OpenGL/Enums/SubgroupSupportedFeatures.gen.cs b/sources/OpenGL/OpenGL/Enums/SubgroupSupportedFeatures.gen.cs index 2328a1d94b..e9a62bad66 100644 --- a/sources/OpenGL/OpenGL/Enums/SubgroupSupportedFeatures.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/SubgroupSupportedFeatures.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum SubgroupSupportedFeatures : uint { + None = 0x0, BasicBitKHR = unchecked((uint)0x00000001), VoteBitKHR = unchecked((uint)0x00000002), ArithmeticBitKHR = unchecked((uint)0x00000004), diff --git a/sources/OpenGL/OpenGL/Enums/SyncObjectMask.gen.cs b/sources/OpenGL/OpenGL/Enums/SyncObjectMask.gen.cs index 42ff703c0c..c1c0d8abbe 100644 --- a/sources/OpenGL/OpenGL/Enums/SyncObjectMask.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/SyncObjectMask.gen.cs @@ -2,8 +2,6 @@ // The .NET Foundation licenses this file to you under the MIT license. // Ported from the OpenGL headers and corresponding dependencies. // Original source is Copyright 2013-2020 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -13,6 +11,7 @@ namespace Silk.NET.OpenGL; [Flags] public enum SyncObjectMask : uint { + None = 0x0, FlushCommandsBit = unchecked((uint)0x00000001), - FlushCommandsBitApple = unchecked((uint)0x00000001), + FlushCommandsBitAPPLE = unchecked((uint)0x00000001), } diff --git a/sources/OpenGL/OpenGL/Enums/TextureMagFilter.gen.cs b/sources/OpenGL/OpenGL/Enums/TextureMagFilter.gen.cs index 78d378640b..7754cdd43b 100644 --- a/sources/OpenGL/OpenGL/Enums/TextureMagFilter.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/TextureMagFilter.gen.cs @@ -18,5 +18,5 @@ public enum TextureMagFilter : uint LinearSharpenSGIS = unchecked((uint)0x80AD), LinearSharpenAlphaSGIS = unchecked((uint)0x80AE), LinearSharpenColorSGIS = unchecked((uint)0x80AF), - Filter4Sgis = unchecked((uint)0x8146), + Filter4SGIS = unchecked((uint)0x8146), } diff --git a/sources/OpenGL/OpenGL/Enums/TextureMinFilter.gen.cs b/sources/OpenGL/OpenGL/Enums/TextureMinFilter.gen.cs index 075016fc68..4a1447f469 100644 --- a/sources/OpenGL/OpenGL/Enums/TextureMinFilter.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/TextureMinFilter.gen.cs @@ -16,7 +16,7 @@ public enum TextureMinFilter : uint LinearMipmapNearest = unchecked((uint)0x2701), NearestMipmapLinear = unchecked((uint)0x2702), LinearMipmapLinear = unchecked((uint)0x2703), - Filter4Sgis = unchecked((uint)0x8146), + Filter4SGIS = unchecked((uint)0x8146), LinearClipmapLinearSGIX = unchecked((uint)0x8170), NearestClipmapNearestSGIX = unchecked((uint)0x844D), NearestClipmapLinearSGIX = unchecked((uint)0x844E), diff --git a/sources/OpenGL/OpenGL/Enums/TextureParameterName.gen.cs b/sources/OpenGL/OpenGL/Enums/TextureParameterName.gen.cs index 59b9f42238..7f846341ec 100644 --- a/sources/OpenGL/OpenGL/Enums/TextureParameterName.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/TextureParameterName.gen.cs @@ -48,7 +48,7 @@ public enum TextureParameterName : uint TextureDepthEXT = unchecked((uint)0x8071), TextureWrapREXT = unchecked((uint)0x8072), TexturePriorityEXT = unchecked((uint)0x8066), - TextureMemoryLayoutIntel = unchecked((uint)0x83FF), + TextureMemoryLayoutINTEL = unchecked((uint)0x83FF), DetailTextureLevelSGIS = unchecked((uint)0x809A), DetailTextureModeSGIS = unchecked((uint)0x809B), DetailTextureFuncPointsSGIS = unchecked((uint)0x809C), diff --git a/sources/OpenGL/OpenGL/Enums/TextureStorageMaskAMD.gen.cs b/sources/OpenGL/OpenGL/Enums/TextureStorageMaskAMD.gen.cs index 638a7eeb1a..041fc99e73 100644 --- a/sources/OpenGL/OpenGL/Enums/TextureStorageMaskAMD.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/TextureStorageMaskAMD.gen.cs @@ -8,7 +8,9 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum TextureStorageMaskAMD : uint { + None = 0x0, TextureStorageSparseBit = unchecked((uint)0x00000001), } diff --git a/sources/OpenGL/OpenGL/Enums/TextureTarget.gen.cs b/sources/OpenGL/OpenGL/Enums/TextureTarget.gen.cs index 537ae20f4e..049a424465 100644 --- a/sources/OpenGL/OpenGL/Enums/TextureTarget.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/TextureTarget.gen.cs @@ -30,8 +30,8 @@ public enum TextureTarget : uint ProxyTexture2DArray = unchecked((uint)0x8C1B), Renderbuffer = unchecked((uint)0x8D41), TextureBuffer = unchecked((uint)0x8C2A), - TextureRectAngle = unchecked((uint)0x84F5), - ProxyTextureRectAngle = unchecked((uint)0x84F7), + TextureRectANGLE = unchecked((uint)0x84F5), + ProxyTextureRectANGLE = unchecked((uint)0x84F7), Texture2DMultisample = unchecked((uint)0x9100), ProxyTexture2DMultisample = unchecked((uint)0x9101), Texture2DMultisampleArray = unchecked((uint)0x9102), diff --git a/sources/OpenGL/OpenGL/Enums/TraceMaskMESA.gen.cs b/sources/OpenGL/OpenGL/Enums/TraceMaskMESA.gen.cs index 971daf5d9d..b2fbb93fae 100644 --- a/sources/OpenGL/OpenGL/Enums/TraceMaskMESA.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/TraceMaskMESA.gen.cs @@ -8,4 +8,8 @@ namespace Silk.NET.OpenGL; [Transformed] -public enum TraceMaskMESA : uint { } +[Flags] +public enum TraceMaskMESA : uint +{ + None = 0x0, +} diff --git a/sources/OpenGL/OpenGL/Enums/TransformFeedbackTokenNV.gen.cs b/sources/OpenGL/OpenGL/Enums/TransformFeedbackTokenNV.gen.cs index 8087689ec5..5bdbf782e3 100644 --- a/sources/OpenGL/OpenGL/Enums/TransformFeedbackTokenNV.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/TransformFeedbackTokenNV.gen.cs @@ -14,5 +14,5 @@ public enum TransformFeedbackTokenNV : uint SkipComponents4 = unchecked((uint)-3), SkipComponents3 = unchecked((uint)-4), SkipComponents2 = unchecked((uint)-5), - SkipComponents1 = unchecked((uint) - 6), + SkipComponents1 = unchecked((uint)-6), } diff --git a/sources/OpenGL/OpenGL/Enums/UseProgramStageMask.gen.cs b/sources/OpenGL/OpenGL/Enums/UseProgramStageMask.gen.cs index c16418810a..8c9762ae92 100644 --- a/sources/OpenGL/OpenGL/Enums/UseProgramStageMask.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/UseProgramStageMask.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum UseProgramStageMask : uint { + None = 0x0, VertexShaderBit = unchecked((uint)0x00000001), FragmentShaderBit = unchecked((uint)0x00000002), GeometryShaderBit = unchecked((uint)0x00000004), diff --git a/sources/OpenGL/OpenGL/Enums/VertexArrayPNameApple.gen.cs b/sources/OpenGL/OpenGL/Enums/VertexArrayPNameAPPLE.gen.cs similarity index 92% rename from sources/OpenGL/OpenGL/Enums/VertexArrayPNameApple.gen.cs rename to sources/OpenGL/OpenGL/Enums/VertexArrayPNameAPPLE.gen.cs index 750ce0e267..82d9de99af 100644 --- a/sources/OpenGL/OpenGL/Enums/VertexArrayPNameApple.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/VertexArrayPNameAPPLE.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.OpenGL; [Transformed] -public enum VertexArrayPNameApple : uint +public enum VertexArrayPNameAPPLE : uint { Cached = unchecked((uint)0x85BE), Shared = unchecked((uint)0x85BF), diff --git a/sources/OpenGL/OpenGL/Enums/VertexHintsMaskPGI.gen.cs b/sources/OpenGL/OpenGL/Enums/VertexHintsMaskPGI.gen.cs index 1e6b1f1569..090d6238ec 100644 --- a/sources/OpenGL/OpenGL/Enums/VertexHintsMaskPGI.gen.cs +++ b/sources/OpenGL/OpenGL/Enums/VertexHintsMaskPGI.gen.cs @@ -8,8 +8,10 @@ namespace Silk.NET.OpenGL; [Transformed] +[Flags] public enum VertexHintsMaskPGI : uint { + None = 0x0, Color3Bit = unchecked((uint)0x00010000), Color4Bit = unchecked((uint)0x00020000), EdgeflagBit = unchecked((uint)0x00040000), diff --git a/sources/OpenGL/OpenGL/gl/GL.gen.cs b/sources/OpenGL/OpenGL/gl/GL.gen.cs index 2f5082a9e6..7d941997be 100644 --- a/sources/OpenGL/OpenGL/gl/GL.gen.cs +++ b/sources/OpenGL/OpenGL/gl/GL.gen.cs @@ -7,70 +7,16 @@ namespace Silk.NET.OpenGL; -[SupportedApiProfile("gl")] -[SupportedApiProfile("glcore", MinVersion = "3.2")] -[SupportedApiProfile("gles2", MinVersion = "2.0")] -[SupportedApiProfile("gles1", MaxVersion = "2.0")] public unsafe partial class GL : IGL, IGL.Static { public partial class DllImport : IGL.Static { [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAccum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Accum( [NativeTypeName("GLenum")] uint op, [NativeTypeName("GLfloat")] float value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glAccum")] public static void Accum( @@ -79,82 +25,46 @@ public static void Accum( ) => Accum((uint)op, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAccumxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void AccumxOES( [NativeTypeName("GLenum")] uint op, [NativeTypeName("GLfixed")] int value ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] public static MaybeBool AcquireKeyedMutexWin32EXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key, [NativeTypeName("GLuint")] uint timeout - ) => (MaybeBool)(uint)AcquireKeyedMutexWin32EXTRaw(memory, key, timeout); + ) => (MaybeBool)(uint)AcquireKeyedMutexWin32EXTRawEXT(memory, key, timeout); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAcquireKeyedMutexWin32EXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] - public static extern uint AcquireKeyedMutexWin32EXTRaw( + public static extern uint AcquireKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key, [NativeTypeName("GLuint")] uint timeout ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glActiveProgramEXT")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] public static extern void ActiveProgramEXT([NativeTypeName("GLuint")] uint program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glActiveShaderProgram")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ActiveShaderProgram( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLuint")] uint program ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glActiveShaderProgramEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ActiveShaderProgramEXT( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLuint")] uint program ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glActiveStencilFaceEXT")] - [SupportedApiProfile("gl", ["GL_EXT_stencil_two_side"])] public static extern void ActiveStencilFaceEXT([NativeTypeName("GLenum")] uint face); - [SupportedApiProfile("gl", ["GL_EXT_stencil_two_side"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] public static void ActiveStencilFaceEXT( @@ -162,108 +72,8 @@ public static void ActiveStencilFaceEXT( ) => ActiveStencilFaceEXT((uint)face); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glActiveTexture")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void ActiveTexture([NativeTypeName("GLenum")] uint texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveTexture")] public static void ActiveTexture( @@ -271,10 +81,8 @@ public static void ActiveTexture( ) => ActiveTexture((uint)texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glActiveTextureARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void ActiveTextureARB([NativeTypeName("GLenum")] uint texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] public static void ActiveTextureARB( @@ -282,13 +90,11 @@ public static void ActiveTextureARB( ) => ActiveTextureARB((uint)texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glActiveVaryingNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] public static extern void ActiveVaryingNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] [MethodImpl( @@ -306,7 +112,6 @@ public static void ActiveVaryingNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaFragmentOp1ATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void AlphaFragmentOp1ATI( [NativeTypeName("GLenum")] uint op, [NativeTypeName("GLuint")] uint dst, @@ -316,7 +121,6 @@ public static extern void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] uint arg1Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] public static void AlphaFragmentOp1ATI( @@ -337,7 +141,6 @@ public static void AlphaFragmentOp1ATI( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaFragmentOp2ATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void AlphaFragmentOp2ATI( [NativeTypeName("GLenum")] uint op, [NativeTypeName("GLuint")] uint dst, @@ -350,7 +153,6 @@ public static extern void AlphaFragmentOp2ATI( [NativeTypeName("GLuint")] uint arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] public static void AlphaFragmentOp2ATI( @@ -378,7 +180,6 @@ public static void AlphaFragmentOp2ATI( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaFragmentOp3ATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void AlphaFragmentOp3ATI( [NativeTypeName("GLenum")] uint op, [NativeTypeName("GLuint")] uint dst, @@ -394,7 +195,6 @@ public static extern void AlphaFragmentOp3ATI( [NativeTypeName("GLuint")] uint arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] public static void AlphaFragmentOp3ATI( @@ -429,63 +229,11 @@ public static void AlphaFragmentOp3ATI( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaFunc")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void AlphaFunc( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLfloat")] float @ref ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] public static void AlphaFunc( @@ -494,20 +242,17 @@ public static void AlphaFunc( ) => AlphaFunc((uint)func, @ref); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaFuncQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_alpha_test"])] public static extern void AlphaFuncQCOM( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLclampf")] float @ref ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaFuncx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void AlphaFuncx( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLfixed")] int @ref ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] public static void AlphaFuncx( @@ -516,15 +261,11 @@ public static void AlphaFuncx( ) => AlphaFuncx((uint)func, @ref); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaFuncxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void AlphaFuncxOES( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLfixed")] int @ref ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] public static void AlphaFuncxOES( @@ -533,7 +274,6 @@ public static void AlphaFuncxOES( ) => AlphaFuncxOES((uint)func, @ref); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAlphaToCoverageDitherControlNV")] - [SupportedApiProfile("gl", ["GL_NV_alpha_to_coverage_dither_control"])] public static extern void AlphaToCoverageDitherControlNV( [NativeTypeName("GLenum")] uint mode ); @@ -543,16 +283,11 @@ public static extern void AlphaToCoverageDitherControlNV( ExactSpelling = true, EntryPoint = "glApplyFramebufferAttachmentCMAAINTEL" )] - [SupportedApiProfile("gl", ["GL_INTEL_framebuffer_CMAA"])] - [SupportedApiProfile("glcore", ["GL_INTEL_framebuffer_CMAA"])] - [SupportedApiProfile("gles2", ["GL_INTEL_framebuffer_CMAA"])] - public static extern void ApplyFramebufferAttachmentCMAAIntel(); + public static extern void ApplyFramebufferAttachmentCMAAINTEL(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glApplyTextureEXT")] - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] public static extern void ApplyTextureEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] public static void ApplyTextureEXT( @@ -561,7 +296,6 @@ public static void ApplyTextureEXT( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAreProgramsResidentNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern uint AreProgramsResidentNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* programs, @@ -569,7 +303,6 @@ public static extern uint AreProgramsResidentNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] [MethodImpl( @@ -591,30 +324,6 @@ public static MaybeBool AreProgramsResidentNV( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAreTexturesResident")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern uint AreTexturesResident( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* textures, @@ -622,30 +331,6 @@ public static extern uint AreTexturesResident( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] [MethodImpl( @@ -667,7 +352,6 @@ public static MaybeBool AreTexturesResident( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAreTexturesResidentEXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] public static extern uint AreTexturesResidentEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* textures, @@ -675,7 +359,6 @@ public static extern uint AreTexturesResidentEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] [MethodImpl( @@ -696,38 +379,12 @@ public static MaybeBool AreTexturesResidentEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glArrayElement")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern void ArrayElement([NativeTypeName("GLint")] int i); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glArrayElementEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] public static extern void ArrayElementEXT([NativeTypeName("GLint")] int i); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glArrayObjectATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] public static extern void ArrayObjectATI( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLint")] int size, @@ -737,7 +394,6 @@ public static extern void ArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] public static void ArrayObjectATI( @@ -751,7 +407,6 @@ public static void ArrayObjectATI( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAsyncCopyBufferSubDataNVX")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] public static extern uint AsyncCopyBufferSubDataNVX( [NativeTypeName("GLsizei")] uint waitSemaphoreCount, [NativeTypeName("const GLuint *")] uint* waitSemaphoreArray, @@ -769,7 +424,6 @@ public static extern uint AsyncCopyBufferSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] [MethodImpl( @@ -816,7 +470,6 @@ public static uint AsyncCopyBufferSubDataNVX( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAsyncCopyImageSubDataNVX")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] public static extern uint AsyncCopyImageSubDataNVX( [NativeTypeName("GLsizei")] uint waitSemaphoreCount, [NativeTypeName("const GLuint *")] uint* waitSemaphoreArray, @@ -844,7 +497,6 @@ public static extern uint AsyncCopyImageSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] [MethodImpl( @@ -910,118 +562,23 @@ public static uint AsyncCopyImageSubDataNVX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAsyncMarkerSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] public static extern void AsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAttachObjectARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void AttachObjectARB( [NativeTypeName("GLhandleARB")] uint containerObj, [NativeTypeName("GLhandleARB")] uint obj ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glAttachShader")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void AttachShader( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint shader ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBegin")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Begin([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBegin")] public static void Begin( @@ -1029,79 +586,11 @@ public static void Begin( ) => Begin((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginConditionalRender")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void BeginConditionalRender( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] public static void BeginConditionalRender( @@ -1110,17 +599,11 @@ public static void BeginConditionalRender( ) => BeginConditionalRender(id, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginConditionalRenderNV")] - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] public static extern void BeginConditionalRenderNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] public static void BeginConditionalRenderNV( @@ -1129,115 +612,26 @@ public static void BeginConditionalRenderNV( ) => BeginConditionalRenderNV(id, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginConditionalRenderNVX")] - [SupportedApiProfile("gl", ["GL_NVX_conditional_render"])] public static extern void BeginConditionalRenderNVX([NativeTypeName("GLuint")] uint id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginFragmentShaderATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void BeginFragmentShaderATI(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginOcclusionQueryNV")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] public static extern void BeginOcclusionQueryNV([NativeTypeName("GLuint")] uint id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginPerfMonitorAMD")] - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] public static extern void BeginPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginPerfQueryINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] - public static extern void BeginPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle); + public static extern void BeginPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginQuery")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] public static extern void BeginQuery( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQuery")] public static void BeginQuery( @@ -1246,13 +640,11 @@ public static void BeginQuery( ) => BeginQuery((uint)target, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginQueryARB")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] public static extern void BeginQueryARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] public static void BeginQueryARB( @@ -1261,19 +653,11 @@ public static void BeginQueryARB( ) => BeginQueryARB((uint)target, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginQueryEXT")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] public static extern void BeginQueryEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] public static void BeginQueryEXT( @@ -1282,68 +666,12 @@ public static void BeginQueryEXT( ) => BeginQueryEXT((uint)target, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginQueryIndexed")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void BeginQueryIndexed( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] public static void BeginQueryIndexed( @@ -1353,78 +681,10 @@ public static void BeginQueryIndexed( ) => BeginQueryIndexed((uint)target, index, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginTransformFeedback")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void BeginTransformFeedback( [NativeTypeName("GLenum")] uint primitiveMode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] public static void BeginTransformFeedback( @@ -1432,12 +692,10 @@ public static void BeginTransformFeedback( ) => BeginTransformFeedback((uint)primitiveMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginTransformFeedbackEXT")] - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] public static extern void BeginTransformFeedbackEXT( [NativeTypeName("GLenum")] uint primitiveMode ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] public static void BeginTransformFeedbackEXT( @@ -1445,12 +703,10 @@ public static void BeginTransformFeedbackEXT( ) => BeginTransformFeedbackEXT((uint)primitiveMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginTransformFeedbackNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] public static extern void BeginTransformFeedbackNV( [NativeTypeName("GLenum")] uint primitiveMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] public static void BeginTransformFeedbackNV( @@ -1458,108 +714,20 @@ public static void BeginTransformFeedbackNV( ) => BeginTransformFeedbackNV((uint)primitiveMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginVertexShaderEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void BeginVertexShaderEXT(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBeginVideoCaptureNV")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] public static extern void BeginVideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindAttribLocation")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void BindAttribLocation( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] [MethodImpl( @@ -1578,14 +746,12 @@ public static void BindAttribLocation( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindAttribLocationARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] public static extern void BindAttribLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLcharARB *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] [MethodImpl( @@ -1604,103 +770,11 @@ public static void BindAttribLocationARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void BindBuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffer")] public static void BindBuffer( @@ -1709,13 +783,11 @@ public static void BindBuffer( ) => BindBuffer((uint)target, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] public static extern void BindBufferARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] public static void BindBufferARB( @@ -1724,84 +796,12 @@ public static void BindBufferARB( ) => BindBufferARB((uint)target, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferBase")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void BindBufferBase( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] public static void BindBufferBase( @@ -1811,14 +811,12 @@ public static void BindBufferBase( ) => BindBufferBase((uint)target, index, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferBaseEXT")] - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] public static extern void BindBufferBaseEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] public static void BindBufferBaseEXT( @@ -1828,14 +826,12 @@ public static void BindBufferBaseEXT( ) => BindBufferBaseEXT((uint)target, index, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferBaseNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] public static extern void BindBufferBaseNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] public static void BindBufferBaseNV( @@ -1845,7 +841,6 @@ public static void BindBufferBaseNV( ) => BindBufferBaseNV((uint)target, index, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferOffsetEXT")] - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] public static extern void BindBufferOffsetEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -1853,7 +848,6 @@ public static extern void BindBufferOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] public static void BindBufferOffsetEXT( @@ -1864,7 +858,6 @@ public static void BindBufferOffsetEXT( ) => BindBufferOffsetEXT((uint)target, index, buffer, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferOffsetNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] public static extern void BindBufferOffsetNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -1872,7 +865,6 @@ public static extern void BindBufferOffsetNV( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] public static void BindBufferOffsetNV( @@ -1883,42 +875,6 @@ public static void BindBufferOffsetNV( ) => BindBufferOffsetNV((uint)target, index, buffer, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferRange")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void BindBufferRange( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -1927,42 +883,6 @@ public static extern void BindBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] public static void BindBufferRange( @@ -1974,7 +894,6 @@ public static void BindBufferRange( ) => BindBufferRange((uint)target, index, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferRangeEXT")] - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] public static extern void BindBufferRangeEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -1983,7 +902,6 @@ public static extern void BindBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] public static void BindBufferRangeEXT( @@ -1995,7 +913,6 @@ public static void BindBufferRangeEXT( ) => BindBufferRangeEXT((uint)target, index, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBufferRangeNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] public static extern void BindBufferRangeNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -2004,7 +921,6 @@ public static extern void BindBufferRangeNV( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] public static void BindBufferRangeNV( @@ -2016,16 +932,6 @@ public static void BindBufferRangeNV( ) => BindBufferRangeNV((uint)target, index, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBuffersBase")] - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] public static extern void BindBuffersBase( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint first, @@ -2033,16 +939,6 @@ public static extern void BindBuffersBase( [NativeTypeName("const GLuint *")] uint* buffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl( @@ -2061,16 +957,6 @@ public static void BindBuffersBase( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] public static void BindBuffersBase( @@ -2080,16 +966,6 @@ public static void BindBuffersBase( ) => BindBuffersBase((uint)target, first, 1, (uint*)&buffers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindBuffersRange")] - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] public static extern void BindBuffersRange( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint first, @@ -2099,16 +975,6 @@ public static extern void BindBuffersRange( [NativeTypeName("const GLsizeiptr *")] nuint* sizes ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] [MethodImpl( @@ -2139,80 +1005,12 @@ public static void BindBuffersRange( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindFragDataLocation")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void BindFragDataLocation( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint color, [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] [MethodImpl( @@ -2231,16 +1029,12 @@ public static void BindFragDataLocation( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindFragDataLocationEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] public static extern void BindFragDataLocationEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint color, [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] [MethodImpl( @@ -2259,36 +1053,6 @@ public static void BindFragDataLocationEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindFragDataLocationIndexed")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void BindFragDataLocationIndexed( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint colorNumber, @@ -2296,36 +1060,6 @@ public static extern void BindFragDataLocationIndexed( [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] [MethodImpl( @@ -2345,7 +1079,6 @@ public static void BindFragDataLocationIndexed( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindFragDataLocationIndexedEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] public static extern void BindFragDataLocationIndexedEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint colorNumber, @@ -2353,7 +1086,6 @@ public static extern void BindFragDataLocationIndexedEXT( [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] [MethodImpl( @@ -2373,97 +1105,14 @@ public static void BindFragDataLocationIndexedEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindFragmentShaderATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void BindFragmentShaderATI([NativeTypeName("GLuint")] uint id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindFramebuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void BindFramebuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] public static void BindFramebuffer( @@ -2472,13 +1121,11 @@ public static void BindFramebuffer( ) => BindFramebuffer((uint)target, framebuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindFramebufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void BindFramebufferEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] public static void BindFramebufferEXT( @@ -2487,13 +1134,11 @@ public static void BindFramebufferEXT( ) => BindFramebufferEXT((uint)target, framebuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindFramebufferOES")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern void BindFramebufferOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] public static void BindFramebufferOES( @@ -2502,30 +1147,6 @@ public static void BindFramebufferOES( ) => BindFramebufferOES((uint)target, framebuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindImageTexture")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] public static extern void BindImageTexture( [NativeTypeName("GLuint")] uint unit, [NativeTypeName("GLuint")] uint texture, @@ -2536,30 +1157,6 @@ public static extern void BindImageTexture( [NativeTypeName("GLenum")] uint format ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] public static void BindImageTexture( @@ -2581,16 +1178,6 @@ public static void BindImageTexture( (uint)format ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] public static void BindImageTexture( @@ -2599,7 +1186,6 @@ public static void BindImageTexture( ) => BindImageTextures(first, 1, (uint*)&textures); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindImageTextureEXT")] - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] public static extern void BindImageTextureEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint texture, @@ -2610,7 +1196,6 @@ public static extern void BindImageTextureEXT( [NativeTypeName("GLint")] int format ); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] public static void BindImageTextureEXT( @@ -2624,32 +1209,12 @@ public static void BindImageTextureEXT( ) => BindImageTextureEXT(index, texture, level, (uint)layered, layer, (uint)access, format); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindImageTextures")] - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] public static extern void BindImageTextures( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl( @@ -2669,14 +1234,12 @@ public static void BindImageTextures( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindLightParameterEXT")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern uint BindLightParameterEXT( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint value ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] public static uint BindLightParameterEXT( @@ -2686,14 +1249,12 @@ public static uint BindLightParameterEXT( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindMaterialParameterEXT")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern uint BindMaterialParameterEXT( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint value ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] public static uint BindMaterialParameterEXT( @@ -2702,16 +1263,12 @@ public static uint BindMaterialParameterEXT( ) => (uint)BindMaterialParameterEXT((uint)face, (uint)value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindMultiTextureEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void BindMultiTextureEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] public static void BindMultiTextureEXT( @@ -2722,11 +1279,9 @@ public static void BindMultiTextureEXT( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindParameterEXT")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern uint BindParameterEXT([NativeTypeName("GLenum")] uint value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] public static uint BindParameterEXT( @@ -2734,13 +1289,11 @@ public static uint BindParameterEXT( ) => (uint)BindParameterEXT((uint)value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindProgramARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void BindProgramARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] public static void BindProgramARB( @@ -2749,13 +1302,11 @@ public static void BindProgramARB( ) => BindProgramARB((uint)target, program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindProgramNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void BindProgramNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] public static void BindProgramNV( @@ -2764,126 +1315,17 @@ public static void BindProgramNV( ) => BindProgramNV((uint)target, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindProgramPipeline")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void BindProgramPipeline([NativeTypeName("GLuint")] uint pipeline); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindProgramPipelineEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void BindProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindRenderbuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void BindRenderbuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] public static void BindRenderbuffer( @@ -2892,13 +1334,11 @@ public static void BindRenderbuffer( ) => BindRenderbuffer((uint)target, renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindRenderbufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void BindRenderbufferEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] public static void BindRenderbufferEXT( @@ -2907,13 +1347,11 @@ public static void BindRenderbufferEXT( ) => BindRenderbufferEXT((uint)target, renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindRenderbufferOES")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern void BindRenderbufferOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] public static void BindRenderbufferOES( @@ -2922,78 +1360,18 @@ public static void BindRenderbufferOES( ) => BindRenderbufferOES((uint)target, renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindSampler")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] public static extern void BindSampler( [NativeTypeName("GLuint")] uint unit, [NativeTypeName("GLuint")] uint sampler ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindSamplers")] - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] public static extern void BindSamplers( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* samplers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindSamplers")] [MethodImpl( @@ -3012,14 +1390,10 @@ public static void BindSamplers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindShadingRateImageNV")] - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] public static extern void BindShadingRateImageNV([NativeTypeName("GLuint")] uint texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindTexGenParameterEXT")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern uint BindTexGenParameterEXT( [NativeTypeName("GLenum")] uint unit, [NativeTypeName("GLenum")] uint coord, @@ -3027,7 +1401,6 @@ public static extern uint BindTexGenParameterEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] public static uint BindTexGenParameterEXT( @@ -3037,119 +1410,11 @@ public static uint BindTexGenParameterEXT( ) => (uint)BindTexGenParameterEXT((uint)unit, (uint)coord, (uint)value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindTexture")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void BindTexture( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTexture")] public static void BindTexture( @@ -3158,13 +1423,11 @@ public static void BindTexture( ) => BindTexture((uint)target, texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindTextureEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] public static extern void BindTextureEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] public static void BindTextureEXT( @@ -3173,32 +1436,12 @@ public static void BindTextureEXT( ) => BindTextureEXT((uint)target, texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindTextures")] - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] public static extern void BindTextures( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextures")] [MethodImpl( @@ -3217,16 +1460,6 @@ public static void BindTextures( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindTextureUnit")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void BindTextureUnit( [NativeTypeName("GLuint")] uint unit, [NativeTypeName("GLuint")] uint texture @@ -3234,14 +1467,12 @@ public static extern void BindTextureUnit( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindTextureUnitParameterEXT")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern uint BindTextureUnitParameterEXT( [NativeTypeName("GLenum")] uint unit, [NativeTypeName("GLenum")] uint value ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] public static uint BindTextureUnitParameterEXT( @@ -3251,67 +1482,11 @@ Constant value ) => (uint)BindTextureUnitParameterEXT((uint)unit, (uint)value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindTransformFeedback")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void BindTransformFeedback( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] public static void BindTransformFeedback( @@ -3320,13 +1495,11 @@ public static void BindTransformFeedback( ) => BindTransformFeedback((uint)target, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindTransformFeedbackNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] public static extern void BindTransformFeedbackNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] public static void BindTransformFeedbackNV( @@ -3335,76 +1508,15 @@ public static void BindTransformFeedbackNV( ) => BindTransformFeedbackNV((uint)target, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindVertexArray")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void BindVertexArray([NativeTypeName("GLuint")] uint array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindVertexArrayAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] - public static extern void BindVertexArrayApple([NativeTypeName("GLuint")] uint array); + public static extern void BindVertexArrayAPPLE([NativeTypeName("GLuint")] uint array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindVertexArrayOES")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] public static extern void BindVertexArrayOES([NativeTypeName("GLuint")] uint array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindVertexBuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void BindVertexBuffer( [NativeTypeName("GLuint")] uint bindingindex, [NativeTypeName("GLuint")] uint buffer, @@ -3413,16 +1525,6 @@ public static extern void BindVertexBuffer( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindVertexBuffers")] - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] public static extern void BindVertexBuffers( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, @@ -3431,16 +1533,6 @@ public static extern void BindVertexBuffers( [NativeTypeName("const GLsizei *")] uint* strides ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] [MethodImpl( @@ -3463,16 +1555,14 @@ public static void BindVertexBuffers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindVertexShaderEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void BindVertexShaderEXT([NativeTypeName("GLuint")] uint id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBindVideoCaptureStreamBufferNV")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] public static extern void BindVideoCaptureStreamBufferNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, [NativeTypeName("GLenum")] uint frame_region, - [NativeTypeName("GLintptrARB")] nint offset + [NativeTypeName("GLintptrARB")] long offset ); [DllImport( @@ -3480,7 +1570,6 @@ public static extern void BindVideoCaptureStreamBufferNV( ExactSpelling = true, EntryPoint = "glBindVideoCaptureStreamTextureNV" )] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] public static extern void BindVideoCaptureStreamTextureNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, @@ -3490,7 +1579,6 @@ public static extern void BindVideoCaptureStreamTextureNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBinormal3bEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Binormal3EXT( [NativeTypeName("GLbyte")] sbyte bx, [NativeTypeName("GLbyte")] sbyte by, @@ -3498,10 +1586,8 @@ public static extern void Binormal3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBinormal3bvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Binormal3EXT([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] [MethodImpl( @@ -3516,7 +1602,6 @@ public static void Binormal3EXT([NativeTypeName("const GLbyte *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBinormal3dEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Binormal3EXT( [NativeTypeName("GLdouble")] double bx, [NativeTypeName("GLdouble")] double by, @@ -3524,10 +1609,8 @@ public static extern void Binormal3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBinormal3dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Binormal3EXT([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] [MethodImpl( @@ -3542,7 +1625,6 @@ public static void Binormal3EXT([NativeTypeName("const GLdouble *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBinormal3fEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Binormal3EXT( [NativeTypeName("GLfloat")] float bx, [NativeTypeName("GLfloat")] float by, @@ -3550,10 +1632,8 @@ public static extern void Binormal3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBinormal3fvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Binormal3EXT([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] [MethodImpl( @@ -3568,7 +1648,6 @@ public static void Binormal3EXT([NativeTypeName("const GLfloat *")] Ref v } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBinormal3iEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Binormal3EXT( [NativeTypeName("GLint")] int bx, [NativeTypeName("GLint")] int by, @@ -3576,10 +1655,8 @@ public static extern void Binormal3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBinormal3ivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Binormal3EXT([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] [MethodImpl( @@ -3594,7 +1671,6 @@ public static void Binormal3EXT([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBinormal3sEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Binormal3EXT( [NativeTypeName("GLshort")] short bx, [NativeTypeName("GLshort")] short by, @@ -3602,10 +1678,8 @@ public static extern void Binormal3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBinormal3svEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Binormal3EXT([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] [MethodImpl( @@ -3620,14 +1694,12 @@ public static void Binormal3EXT([NativeTypeName("const GLshort *")] Ref v } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBinormalPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void BinormalPointerEXT( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] [MethodImpl( @@ -3646,31 +1718,6 @@ public static void BinormalPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBitmap")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Bitmap( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, @@ -3681,31 +1728,6 @@ public static extern void Bitmap( [NativeTypeName("const GLubyte *")] byte* bitmap ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl( @@ -3727,31 +1749,6 @@ public static void Bitmap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmap")] public static void Bitmap( @@ -3763,10 +1760,9 @@ public static void Bitmap( [NativeTypeName("const GLubyte *")] byte bitmap ) => Bitmap(1, height, xorig, yorig, xmove, ymove, (byte*)&bitmap); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] - public static void BitmapxO( + public static void BitmapxOOES( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLfixed")] int xorig, [NativeTypeName("GLfixed")] int yorig, @@ -3776,7 +1772,6 @@ public static void BitmapxO( ) => BitmapxOES(1, height, xorig, yorig, xmove, ymove, (byte*)&bitmap); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBitmapxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void BitmapxOES( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, @@ -3787,7 +1782,6 @@ public static extern void BitmapxOES( [NativeTypeName("const GLubyte *")] byte* bitmap ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl( @@ -3810,67 +1804,12 @@ public static void BitmapxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendBarrierKHR")] - [SupportedApiProfile("gl", ["GL_KHR_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_KHR_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_KHR_blend_equation_advanced"])] public static extern void BlendBarrierKHR(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendBarrierNV")] - [SupportedApiProfile("gl", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_NV_blend_equation_advanced"])] public static extern void BlendBarrierNV(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendColor")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void BlendColor( [NativeTypeName("GLfloat")] float red, [NativeTypeName("GLfloat")] float green, @@ -3879,7 +1818,6 @@ public static extern void BlendColor( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendColorEXT")] - [SupportedApiProfile("gl", ["GL_EXT_blend_color"])] public static extern void BlendColorEXT( [NativeTypeName("GLfloat")] float red, [NativeTypeName("GLfloat")] float green, @@ -3888,7 +1826,6 @@ public static extern void BlendColorEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendColorxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void BlendColorxOES( [NativeTypeName("GLfixed")] int red, [NativeTypeName("GLfixed")] int green, @@ -3897,106 +1834,8 @@ public static extern void BlendColorxOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquation")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void BlendEquation([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquation")] public static void BlendEquation( @@ -4004,10 +1843,8 @@ public static void BlendEquation( ) => BlendEquation((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationEXT")] - [SupportedApiProfile("gl", ["GL_EXT_blend_minmax"])] public static extern void BlendEquationEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_blend_minmax"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] public static void BlendEquationEXT( @@ -4015,63 +1852,11 @@ public static void BlendEquationEXT( ) => BlendEquationEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationi")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void BlendEquation( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] public static void BlendEquation( @@ -4080,15 +1865,11 @@ public static void BlendEquation( ) => BlendEquation(buf, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationiARB")] - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] public static extern void BlendEquationARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] public static void BlendEquationARB( @@ -4097,13 +1878,11 @@ public static void BlendEquationARB( ) => BlendEquationARB(buf, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationiEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] public static extern void BlendEquationEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] public static void BlendEquationEXT( @@ -4112,13 +1891,11 @@ public static void BlendEquationEXT( ) => BlendEquationEXT(buf, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationIndexedAMD")] - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] public static extern void BlendEquationIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] public static void BlendEquationIndexedAMD( @@ -4127,13 +1904,11 @@ public static void BlendEquationIndexedAMD( ) => BlendEquationIndexedAMD(buf, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationiOES")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] public static extern void BlendEquationOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] public static void BlendEquationOES( @@ -4142,10 +1917,8 @@ public static void BlendEquationOES( ) => BlendEquationOES(buf, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationOES")] - [SupportedApiProfile("gles1", ["GL_OES_blend_subtract"])] public static extern void BlendEquationOES([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gles1", ["GL_OES_blend_subtract"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] public static void BlendEquationOES( @@ -4153,97 +1926,11 @@ public static void BlendEquationOES( ) => BlendEquationOES((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparate")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void BlendEquationSeparate( [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] public static void BlendEquationSeparate( @@ -4252,13 +1939,11 @@ public static void BlendEquationSeparate( ) => BlendEquationSeparate((uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparateEXT")] - [SupportedApiProfile("gl", ["GL_EXT_blend_equation_separate"])] public static extern void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_equation_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] public static void BlendEquationSeparateEXT( @@ -4267,64 +1952,12 @@ public static void BlendEquationSeparateEXT( ) => BlendEquationSeparateEXT((uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparatei")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void BlendEquationSeparate( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] public static void BlendEquationSeparate( @@ -4334,16 +1967,12 @@ public static void BlendEquationSeparate( ) => BlendEquationSeparate(buf, (uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparateiARB")] - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] public static extern void BlendEquationSeparateARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] public static void BlendEquationSeparateARB( @@ -4353,14 +1982,12 @@ public static void BlendEquationSeparateARB( ) => BlendEquationSeparateARB(buf, (uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparateiEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] public static extern void BlendEquationSeparateEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] public static void BlendEquationSeparateEXT( @@ -4374,14 +2001,12 @@ public static void BlendEquationSeparateEXT( ExactSpelling = true, EntryPoint = "glBlendEquationSeparateIndexedAMD" )] - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] public static extern void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] public static void BlendEquationSeparateIndexedAMD( @@ -4391,14 +2016,12 @@ public static void BlendEquationSeparateIndexedAMD( ) => BlendEquationSeparateIndexedAMD(buf, (uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparateiOES")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] public static extern void BlendEquationSeparateOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] public static void BlendEquationSeparateOES( @@ -4408,13 +2031,11 @@ public static void BlendEquationSeparateOES( ) => BlendEquationSeparateOES(buf, (uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendEquationSeparateOES")] - [SupportedApiProfile("gles1", ["GL_OES_blend_equation_separate"])] public static extern void BlendEquationSeparateOES( [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gles1", ["GL_OES_blend_equation_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] public static void BlendEquationSeparateOES( @@ -4423,123 +2044,11 @@ public static void BlendEquationSeparateOES( ) => BlendEquationSeparateOES((uint)modeRGB, (uint)modeAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFunc")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void BlendFunc( [NativeTypeName("GLenum")] uint sfactor, [NativeTypeName("GLenum")] uint dfactor ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunc")] public static void BlendFunc( @@ -4548,64 +2057,12 @@ public static void BlendFunc( ) => BlendFunc((uint)sfactor, (uint)dfactor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFunci")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void BlendFunc( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint src, [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunci")] public static void BlendFunc( @@ -4615,16 +2072,12 @@ public static void BlendFunc( ) => BlendFunc(buf, (uint)src, (uint)dst); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFunciARB")] - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] public static extern void BlendFuncARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint src, [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] public static void BlendFuncARB( @@ -4634,14 +2087,12 @@ public static void BlendFuncARB( ) => BlendFuncARB(buf, (uint)src, (uint)dst); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFunciEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] public static extern void BlendFuncEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint src, [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] public static void BlendFuncEXT( @@ -4651,7 +2102,6 @@ public static void BlendFuncEXT( ) => BlendFuncEXT(buf, (uint)src, (uint)dst); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncIndexedAMD")] - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] public static extern void BlendFuncIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint src, @@ -4659,14 +2109,12 @@ public static extern void BlendFuncIndexedAMD( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFunciOES")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] public static extern void BlendFuncOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint src, [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] public static void BlendFuncOES( @@ -4676,53 +2124,6 @@ public static void BlendFuncOES( ) => BlendFuncOES(buf, (uint)src, (uint)dst); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparate")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void BlendFuncSeparate( [NativeTypeName("GLenum")] uint sfactorRGB, [NativeTypeName("GLenum")] uint dfactorRGB, @@ -4730,53 +2131,6 @@ public static extern void BlendFuncSeparate( [NativeTypeName("GLenum")] uint dfactorAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] public static void BlendFuncSeparate( @@ -4793,7 +2147,6 @@ public static void BlendFuncSeparate( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateEXT")] - [SupportedApiProfile("gl", ["GL_EXT_blend_func_separate"])] public static extern void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint sfactorRGB, [NativeTypeName("GLenum")] uint dfactorRGB, @@ -4801,7 +2154,6 @@ public static extern void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint dfactorAlpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] public static void BlendFuncSeparateEXT( @@ -4818,32 +2170,6 @@ public static void BlendFuncSeparateEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparatei")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void BlendFuncSeparate( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint srcRGB, @@ -4852,32 +2178,6 @@ public static extern void BlendFuncSeparate( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] public static void BlendFuncSeparate( @@ -4889,8 +2189,6 @@ public static void BlendFuncSeparate( ) => BlendFuncSeparate(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateiARB")] - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] public static extern void BlendFuncSeparateARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint srcRGB, @@ -4899,8 +2197,6 @@ public static extern void BlendFuncSeparateARB( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] public static void BlendFuncSeparateARB( @@ -4912,7 +2208,6 @@ public static void BlendFuncSeparateARB( ) => BlendFuncSeparateARB(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateiEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] public static extern void BlendFuncSeparateEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint srcRGB, @@ -4921,7 +2216,6 @@ public static extern void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] public static void BlendFuncSeparateEXT( @@ -4933,7 +2227,6 @@ public static void BlendFuncSeparateEXT( ) => BlendFuncSeparateEXT(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateIndexedAMD")] - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] public static extern void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint srcRGB, @@ -4942,7 +2235,6 @@ public static extern void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] public static void BlendFuncSeparateIndexedAMD( @@ -4961,7 +2253,6 @@ public static void BlendFuncSeparateIndexedAMD( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateINGR")] - [SupportedApiProfile("gl", ["GL_INGR_blend_func_separate"])] public static extern void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] uint sfactorRGB, [NativeTypeName("GLenum")] uint dfactorRGB, @@ -4969,7 +2260,6 @@ public static extern void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] uint dfactorAlpha ); - [SupportedApiProfile("gl", ["GL_INGR_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] public static void BlendFuncSeparateINGR( @@ -4986,7 +2276,6 @@ public static void BlendFuncSeparateINGR( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateiOES")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] public static extern void BlendFuncSeparateOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint srcRGB, @@ -4995,7 +2284,6 @@ public static extern void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] public static void BlendFuncSeparateOES( @@ -5007,7 +2295,6 @@ public static void BlendFuncSeparateOES( ) => BlendFuncSeparateOES(buf, (uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendFuncSeparateOES")] - [SupportedApiProfile("gles1", ["GL_OES_blend_func_separate"])] public static extern void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint srcRGB, [NativeTypeName("GLenum")] uint dstRGB, @@ -5015,7 +2302,6 @@ public static extern void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gles1", ["GL_OES_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] public static void BlendFuncSeparateOES( @@ -5026,51 +2312,12 @@ public static void BlendFuncSeparateOES( ) => BlendFuncSeparateOES((uint)srcRGB, (uint)dstRGB, (uint)srcAlpha, (uint)dstAlpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlendParameteriNV")] - [SupportedApiProfile("gl", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_NV_blend_equation_advanced"])] public static extern void BlendParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitFramebuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void BlitFramebuffer( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, @@ -5084,42 +2331,6 @@ public static extern void BlitFramebuffer( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] public static void BlitFramebuffer( @@ -5148,8 +2359,7 @@ public static void BlitFramebuffer( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitFramebufferANGLE")] - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_blit"])] - public static extern void BlitFramebufferAngle( + public static extern void BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -5162,10 +2372,9 @@ public static extern void BlitFramebufferAngle( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] - public static void BlitFramebufferAngle( + public static void BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -5177,7 +2386,7 @@ public static void BlitFramebufferAngle( [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter ) => - BlitFramebufferAngle( + BlitFramebufferANGLE( srcX0, srcY0, srcX1, @@ -5191,7 +2400,6 @@ public static void BlitFramebufferAngle( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitFramebufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit"])] public static extern void BlitFramebufferEXT( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, @@ -5205,7 +2413,6 @@ public static extern void BlitFramebufferEXT( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] public static void BlitFramebufferEXT( @@ -5234,8 +2441,6 @@ public static void BlitFramebufferEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitFramebufferLayerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] public static extern void BlitFramebufferLayerEXT( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, @@ -5251,8 +2456,6 @@ public static extern void BlitFramebufferLayerEXT( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] public static void BlitFramebufferLayerEXT( @@ -5285,8 +2488,6 @@ public static void BlitFramebufferLayerEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitFramebufferLayersEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] public static extern void BlitFramebufferLayersEXT( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, @@ -5300,8 +2501,6 @@ public static extern void BlitFramebufferLayersEXT( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] public static void BlitFramebufferLayersEXT( @@ -5330,7 +2529,6 @@ public static void BlitFramebufferLayersEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitFramebufferNV")] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_blit"])] public static extern void BlitFramebufferNV( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, @@ -5344,7 +2542,6 @@ public static extern void BlitFramebufferNV( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] public static void BlitFramebufferNV( @@ -5373,16 +2570,6 @@ public static void BlitFramebufferNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBlitNamedFramebuffer")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void BlitNamedFramebuffer( [NativeTypeName("GLuint")] uint readFramebuffer, [NativeTypeName("GLuint")] uint drawFramebuffer, @@ -5398,16 +2585,6 @@ public static extern void BlitNamedFramebuffer( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] public static void BlitNamedFramebuffer( @@ -5440,8 +2617,6 @@ public static void BlitNamedFramebuffer( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferAddressRangeNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] public static extern void BufferAddressRangeNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint")] uint index, @@ -5450,18 +2625,12 @@ public static extern void BufferAddressRangeNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferAttachMemoryNV")] - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] public static extern void BufferAttachMemoryNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] public static void BufferAttachMemoryNV( @@ -5471,52 +2640,6 @@ public static void BufferAttachMemoryNV( ) => BufferAttachMemoryNV((uint)target, memory, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferData")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void BufferData( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizeiptr")] nuint size, @@ -5524,52 +2647,6 @@ public static extern void BufferData( [NativeTypeName("GLenum")] uint usage ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferData")] [MethodImpl( @@ -5589,15 +2666,13 @@ public static void BufferData( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferDataARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] public static extern void BufferDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data, [NativeTypeName("GLenum")] uint usage ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] [MethodImpl( @@ -5605,7 +2680,7 @@ public static extern void BufferDataARB( )] public static void BufferDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data, [NativeTypeName("GLenum")] Constant usage ) @@ -5617,8 +2692,6 @@ public static void BufferDataARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferPageCommitmentARB")] - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] public static extern void BufferPageCommitmentARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, @@ -5626,8 +2699,6 @@ public static extern void BufferPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] public static void BufferPageCommitmentARB( @@ -5638,9 +2709,6 @@ public static void BufferPageCommitmentARB( ) => BufferPageCommitmentARB(target, offset, size, (uint)commit); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferPageCommitmentMemNV")] - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] public static extern void BufferPageCommitmentMemNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, @@ -5650,9 +2718,6 @@ public static extern void BufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] public static void BufferPageCommitmentMemNV( @@ -5665,24 +2730,13 @@ public static void BufferPageCommitmentMemNV( ) => BufferPageCommitmentMemNV((uint)target, offset, size, memory, memOffset, (uint)commit); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferParameteriAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] - public static extern void BufferParameterApple( + public static extern void BufferParameterAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferStorage")] - [SupportedApiProfile( - "gl", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] public static extern void BufferStorage( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizeiptr")] nuint size, @@ -5690,16 +2744,6 @@ public static extern void BufferStorage( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile( - "gl", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorage")] [MethodImpl( @@ -5719,7 +2763,6 @@ public static void BufferStorage( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferStorageEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_buffer_storage"])] public static extern void BufferStorageEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizeiptr")] nuint size, @@ -5727,7 +2770,6 @@ public static extern void BufferStorageEXT( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gles2", ["GL_EXT_buffer_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] [MethodImpl( @@ -5747,8 +2789,6 @@ public static void BufferStorageEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferStorageExternalEXT")] - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] public static extern void BufferStorageExternalEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, @@ -5757,8 +2797,6 @@ public static extern void BufferStorageExternalEXT( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] [MethodImpl( @@ -5779,8 +2817,6 @@ public static void BufferStorageExternalEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferStorageMemEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void BufferStorageMemEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizeiptr")] nuint size, @@ -5788,8 +2824,6 @@ public static extern void BufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] public static void BufferStorageMemEXT( @@ -5800,52 +2834,6 @@ public static void BufferStorageMemEXT( ) => BufferStorageMemEXT((uint)target, size, memory, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferSubData")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void BufferSubData( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, @@ -5853,52 +2841,6 @@ public static extern void BufferSubData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferSubData")] [MethodImpl( @@ -5918,15 +2860,13 @@ public static void BufferSubData( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glBufferSubDataARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] public static extern void BufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] [MethodImpl( @@ -5934,8 +2874,8 @@ public static extern void BufferSubDataARB( )] public static void BufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data ) { @@ -5946,95 +2886,18 @@ public static void BufferSubDataARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCallCommandListNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void CallCommandListNV([NativeTypeName("GLuint")] uint list); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCallList")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void CallList([NativeTypeName("GLuint")] uint list); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCallLists")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void CallLists( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* lists ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCallLists")] [MethodImpl( @@ -6054,91 +2917,9 @@ public static void CallLists( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCheckFramebufferStatus")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern uint CheckFramebufferStatus([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] public static Constant CheckFramebufferStatus( @@ -6147,11 +2928,9 @@ public static Constant CheckFramebufferStatus( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCheckFramebufferStatusEXT")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern uint CheckFramebufferStatusEXT([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] public static Constant CheckFramebufferStatusEXT( @@ -6162,11 +2941,9 @@ public static Constant CheckFramebufferStatusEX [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCheckFramebufferStatusOES")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern uint CheckFramebufferStatusOES([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] public static Constant CheckFramebufferStatusOES( @@ -6177,32 +2954,12 @@ public static Constant CheckFramebufferStatusOE [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCheckNamedFramebufferStatus")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern uint CheckNamedFramebufferStatus( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint target ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] public static Constant CheckNamedFramebufferStatus( @@ -6214,16 +2971,12 @@ public static Constant CheckNamedFramebufferSta [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCheckNamedFramebufferStatusEXT")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern uint CheckNamedFramebufferStatusEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint target ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] public static Constant CheckNamedFramebufferStatusEXT( @@ -6234,79 +2987,11 @@ public static Constant CheckNamedFramebufferSta (uint)CheckNamedFramebufferStatusEXT(framebuffer, (uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClampColor")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void ClampColor( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint clamp ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClampColor")] public static void ClampColor( @@ -6315,13 +3000,11 @@ public static void ClampColor( ) => ClampColor((uint)target, (uint)clamp); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClampColorARB")] - [SupportedApiProfile("gl", ["GL_ARB_color_buffer_float"])] public static extern void ClampColorARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint clamp ); - [SupportedApiProfile("gl", ["GL_ARB_color_buffer_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClampColorARB")] public static void ClampColorARB( @@ -6330,120 +3013,8 @@ public static void ClampColorARB( ) => ClampColorARB((uint)target, (uint)clamp); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClear")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Clear([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClear")] public static void Clear( @@ -6451,31 +3022,6 @@ public static void Clear( ) => Clear((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearAccum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void ClearAccum( [NativeTypeName("GLfloat")] float red, [NativeTypeName("GLfloat")] float green, @@ -6484,7 +3030,6 @@ public static extern void ClearAccum( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearAccumxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void ClearAccumxOES( [NativeTypeName("GLfixed")] int red, [NativeTypeName("GLfixed")] int green, @@ -6493,28 +3038,6 @@ public static extern void ClearAccumxOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearBufferData")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void ClearBufferData( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -6523,28 +3046,6 @@ public static extern void ClearBufferData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferData")] [MethodImpl( @@ -6571,40 +3072,6 @@ public static void ClearBufferData( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearBufferfi")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void ClearBuffer( [NativeTypeName("GLenum")] uint buffer, [NativeTypeName("GLint")] int drawbuffer, @@ -6612,40 +3079,6 @@ public static extern void ClearBuffer( [NativeTypeName("GLint")] int stencil ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] public static void ClearBuffer( @@ -6656,80 +3089,12 @@ public static void ClearBuffer( ) => ClearBuffer((uint)buffer, drawbuffer, depth, stencil); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearBufferfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void ClearBuffer( [NativeTypeName("GLenum")] uint buffer, [NativeTypeName("GLint")] int drawbuffer, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] [MethodImpl( @@ -6748,80 +3113,12 @@ public static void ClearBuffer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearBufferiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void ClearBuffer( [NativeTypeName("GLenum")] uint buffer, [NativeTypeName("GLint")] int drawbuffer, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] [MethodImpl( @@ -6840,28 +3137,6 @@ public static void ClearBuffer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearBufferSubData")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void ClearBufferSubData( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -6872,28 +3147,6 @@ public static extern void ClearBufferSubData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] [MethodImpl( @@ -6924,80 +3177,12 @@ public static void ClearBufferSubData( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearBufferuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void ClearBuffer( [NativeTypeName("GLenum")] uint buffer, [NativeTypeName("GLint")] int drawbuffer, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] [MethodImpl( @@ -7016,62 +3201,6 @@ public static void ClearBuffer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearColor")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void ClearColor( [NativeTypeName("GLfloat")] float red, [NativeTypeName("GLfloat")] float green, @@ -7080,7 +3209,6 @@ public static extern void ClearColor( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearColorIiEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] public static extern void ClearColorIEXT( [NativeTypeName("GLint")] int red, [NativeTypeName("GLint")] int green, @@ -7089,7 +3217,6 @@ public static extern void ClearColorIEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearColorIuiEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] public static extern void ClearColorIEXT( [NativeTypeName("GLuint")] uint red, [NativeTypeName("GLuint")] uint green, @@ -7098,7 +3225,6 @@ public static extern void ClearColorIEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearColorx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void ClearColorx( [NativeTypeName("GLfixed")] int red, [NativeTypeName("GLfixed")] int green, @@ -7107,8 +3233,6 @@ public static extern void ClearColorx( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearColorxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void ClearColorxOES( [NativeTypeName("GLfixed")] int red, [NativeTypeName("GLfixed")] int green, @@ -7117,151 +3241,27 @@ public static extern void ClearColorxOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearDepth")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void ClearDepth([NativeTypeName("GLdouble")] double depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearDepthdNV")] - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] public static extern void ClearDepthNV([NativeTypeName("GLdouble")] double depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearDepthf")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void ClearDepth([NativeTypeName("GLfloat")] float d); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearDepthfOES")] - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] public static extern void ClearDepthOES([NativeTypeName("GLclampf")] float depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearDepthx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void ClearDepthx([NativeTypeName("GLfixed")] int depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearDepthxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void ClearDepthxOES([NativeTypeName("GLfixed")] int depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearIndex")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void ClearIndex([NativeTypeName("GLfloat")] float c); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearNamedBufferData")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void ClearNamedBufferData( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint internalformat, @@ -7270,16 +3270,6 @@ public static extern void ClearNamedBufferData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] [MethodImpl( @@ -7306,8 +3296,6 @@ public static void ClearNamedBufferData( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearNamedBufferDataEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ClearNamedBufferDataEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint internalformat, @@ -7316,8 +3304,6 @@ public static extern void ClearNamedBufferDataEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] [MethodImpl( @@ -7344,16 +3330,6 @@ public static void ClearNamedBufferDataEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearNamedBufferSubData")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void ClearNamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint internalformat, @@ -7364,16 +3340,6 @@ public static extern void ClearNamedBufferSubData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] [MethodImpl( @@ -7404,8 +3370,6 @@ public static void ClearNamedBufferSubData( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearNamedBufferSubDataEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ClearNamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint internalformat, @@ -7416,8 +3380,6 @@ public static extern void ClearNamedBufferSubDataEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] [MethodImpl( @@ -7448,16 +3410,6 @@ public static void ClearNamedBufferSubDataEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearNamedFramebufferfi")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint buffer, @@ -7466,16 +3418,6 @@ public static extern void ClearNamedFramebuffer( [NativeTypeName("GLint")] int stencil ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] public static void ClearNamedFramebuffer( @@ -7487,16 +3429,6 @@ public static void ClearNamedFramebuffer( ) => ClearNamedFramebuffer(framebuffer, (uint)buffer, drawbuffer, depth, stencil); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearNamedFramebufferfv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint buffer, @@ -7504,16 +3436,6 @@ public static extern void ClearNamedFramebuffer( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] [MethodImpl( @@ -7533,16 +3455,6 @@ public static void ClearNamedFramebuffer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearNamedFramebufferiv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint buffer, @@ -7550,16 +3462,6 @@ public static extern void ClearNamedFramebuffer( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] [MethodImpl( @@ -7579,16 +3481,6 @@ public static void ClearNamedFramebuffer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearNamedFramebufferuiv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint buffer, @@ -7596,16 +3488,6 @@ public static extern void ClearNamedFramebuffer( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] [MethodImpl( @@ -7625,14 +3507,12 @@ public static void ClearNamedFramebuffer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearPixelLocalStorageuiEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] public static extern void ClearPixelLocalStorageEXT( [NativeTypeName("GLsizei")] uint offset, [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* values ); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl( @@ -7650,7 +3530,6 @@ public static void ClearPixelLocalStorageEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] public static void ClearPixelLocalStorageEXT( @@ -7659,75 +3538,9 @@ public static void ClearPixelLocalStorageEXT( ) => ClearPixelLocalStorageEXT(offset, 1, (uint*)&values); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearStencil")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void ClearStencil([NativeTypeName("GLint")] int s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearTexImage")] - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] public static extern void ClearTexImage( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -7736,16 +3549,6 @@ public static extern void ClearTexImage( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexImage")] [MethodImpl( @@ -7766,7 +3569,6 @@ public static void ClearTexImage( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearTexImageEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] public static extern void ClearTexImageEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -7775,7 +3577,6 @@ public static extern void ClearTexImageEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] [MethodImpl( @@ -7796,16 +3597,6 @@ public static void ClearTexImageEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearTexSubImage")] - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] public static extern void ClearTexSubImage( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -7820,16 +3611,6 @@ public static extern void ClearTexSubImage( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] [MethodImpl( @@ -7868,7 +3649,6 @@ public static void ClearTexSubImage( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClearTexSubImageEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] public static extern void ClearTexSubImageEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -7883,7 +3663,6 @@ public static extern void ClearTexSubImageEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] [MethodImpl( @@ -7922,54 +3701,8 @@ public static void ClearTexSubImageEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClientActiveTexture")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void ClientActiveTexture([NativeTypeName("GLenum")] uint texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] public static void ClientActiveTexture( @@ -7977,10 +3710,8 @@ public static void ClientActiveTexture( ) => ClientActiveTexture((uint)texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClientActiveTextureARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void ClientActiveTextureARB([NativeTypeName("GLenum")] uint texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] public static void ClientActiveTextureARB( @@ -7988,12 +3719,10 @@ public static void ClientActiveTextureARB( ) => ClientActiveTextureARB((uint)texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClientActiveVertexStreamATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void ClientActiveVertexStreamATI( [NativeTypeName("GLenum")] uint stream ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] public static void ClientActiveVertexStreamATI( @@ -8001,12 +3730,8 @@ public static void ClientActiveVertexStreamATI( ) => ClientActiveVertexStreamATI((uint)stream); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClientAttribDefaultEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] public static void ClientAttribDefaultEXT( @@ -8014,14 +3739,12 @@ public static void ClientAttribDefaultEXT( ) => ClientAttribDefaultEXT((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClientWaitSemaphoreui64NVX")] - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] public static extern void ClientWaitSemaphoreNVX( [NativeTypeName("GLsizei")] uint fenceObjectCount, [NativeTypeName("const GLuint *")] uint* semaphoreArray, [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] [MethodImpl( @@ -8046,38 +3769,6 @@ public static void ClientWaitSemaphoreNVX( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClientWaitSync")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern uint ClientWaitSync( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, @@ -8085,38 +3776,6 @@ public static extern uint ClientWaitSync( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] [MethodImpl( @@ -8137,23 +3796,19 @@ public static Constant ClientWaitSync( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClientWaitSyncAPPLE")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] - public static extern uint ClientWaitSyncApple( + public static extern uint ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Constant ClientWaitSyncApple( + public static Constant ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout @@ -8162,36 +3817,16 @@ public static Constant ClientWaitSyncApple( fixed (Sync* __dsl_sync = sync) { return (Constant) - (uint)ClientWaitSyncApple(__dsl_sync, (uint)flags, timeout); + (uint)ClientWaitSyncAPPLE(__dsl_sync, (uint)flags, timeout); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClipControl")] - [SupportedApiProfile( - "gl", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void ClipControl( [NativeTypeName("GLenum")] uint origin, [NativeTypeName("GLenum")] uint depth ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipControl")] public static void ClipControl( @@ -8200,68 +3835,17 @@ public static void ClipControl( ) => ClipControl((uint)origin, (uint)depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClipControlEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_clip_control"])] public static extern void ClipControlEXT( [NativeTypeName("GLenum")] uint origin, [NativeTypeName("GLenum")] uint depth ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClipPlane")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void ClipPlane( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("const GLdouble *")] double* equation ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlane")] [MethodImpl( @@ -8279,13 +3863,11 @@ public static void ClipPlane( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClipPlanef")] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void ClipPlane( [NativeTypeName("GLenum")] uint p, [NativeTypeName("const GLfloat *")] float* eqn ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanef")] [MethodImpl( @@ -8303,13 +3885,11 @@ public static void ClipPlane( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClipPlanefIMG")] - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] public static extern void ClipPlaneIMG( [NativeTypeName("GLenum")] uint p, [NativeTypeName("const GLfloat *")] float* eqn ); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] [MethodImpl( @@ -8327,15 +3907,11 @@ public static void ClipPlaneIMG( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClipPlanefOES")] - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] public static extern void ClipPlaneOES( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("const GLfloat *")] float* equation ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] [MethodImpl( @@ -8353,13 +3929,11 @@ public static void ClipPlaneOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClipPlanex")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void ClipPlanex( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("const GLfixed *")] int* equation ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanex")] [MethodImpl( @@ -8377,13 +3951,11 @@ public static void ClipPlanex( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClipPlanexIMG")] - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] public static extern void ClipPlanexIMG( [NativeTypeName("GLenum")] uint p, [NativeTypeName("const GLfixed *")] int* eqn ); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] [MethodImpl( @@ -8401,15 +3973,11 @@ public static void ClipPlanexIMG( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glClipPlanexOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void ClipPlanexOES( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("const GLfixed *")] int* equation ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] [MethodImpl( @@ -8427,31 +3995,6 @@ public static void ClipPlanexOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3b")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3( [NativeTypeName("GLbyte")] sbyte red, [NativeTypeName("GLbyte")] sbyte green, @@ -8459,58 +4002,8 @@ public static extern void Color3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3bv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3bv")] [MethodImpl( @@ -8525,31 +4018,6 @@ public static void Color3([NativeTypeName("const GLbyte *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3( [NativeTypeName("GLdouble")] double red, [NativeTypeName("GLdouble")] double green, @@ -8557,58 +4025,8 @@ public static extern void Color3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3dv")] [MethodImpl( @@ -8623,31 +4041,6 @@ public static void Color3([NativeTypeName("const GLdouble *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3( [NativeTypeName("GLfloat")] float red, [NativeTypeName("GLfloat")] float green, @@ -8655,58 +4048,8 @@ public static extern void Color3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3fv")] [MethodImpl( @@ -8721,7 +4064,6 @@ public static void Color3([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3fVertex3fSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void Color3FVertex3SUN( [NativeTypeName("GLfloat")] float r, [NativeTypeName("GLfloat")] float g, @@ -8732,13 +4074,11 @@ public static extern void Color3FVertex3SUN( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3fVertex3fvSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void Color3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* c, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] [MethodImpl( @@ -8757,7 +4097,6 @@ public static void Color3FVertex3SUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void Color3NV( [NativeTypeName("GLhalfNV")] ushort red, [NativeTypeName("GLhalfNV")] ushort green, @@ -8765,10 +4104,8 @@ public static extern void Color3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void Color3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] [MethodImpl( @@ -8783,31 +4120,6 @@ public static void Color3NV([NativeTypeName("const GLhalfNV *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3( [NativeTypeName("GLint")] int red, [NativeTypeName("GLint")] int green, @@ -8815,58 +4127,8 @@ public static extern void Color3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3iv")] [MethodImpl( @@ -8881,31 +4143,6 @@ public static void Color3([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3( [NativeTypeName("GLshort")] short red, [NativeTypeName("GLshort")] short green, @@ -8913,58 +4150,8 @@ public static extern void Color3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3sv")] [MethodImpl( @@ -8979,31 +4166,6 @@ public static void Color3([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3ub")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3( [NativeTypeName("GLubyte")] byte red, [NativeTypeName("GLubyte")] byte green, @@ -9011,58 +4173,8 @@ public static extern void Color3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3ubv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3([NativeTypeName("const GLubyte *")] byte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3ubv")] [MethodImpl( @@ -9077,31 +4189,6 @@ public static void Color3([NativeTypeName("const GLubyte *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3ui")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3( [NativeTypeName("GLuint")] uint red, [NativeTypeName("GLuint")] uint green, @@ -9109,58 +4196,8 @@ public static extern void Color3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3([NativeTypeName("const GLuint *")] uint* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3uiv")] [MethodImpl( @@ -9175,31 +4212,6 @@ public static void Color3([NativeTypeName("const GLuint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3us")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3( [NativeTypeName("GLushort")] ushort red, [NativeTypeName("GLushort")] ushort green, @@ -9207,58 +4219,8 @@ public static extern void Color3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3usv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color3([NativeTypeName("const GLushort *")] ushort* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3usv")] [MethodImpl( @@ -9273,7 +4235,6 @@ public static void Color3([NativeTypeName("const GLushort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void Color3XOES( [NativeTypeName("GLfixed")] int red, [NativeTypeName("GLfixed")] int green, @@ -9281,10 +4242,8 @@ public static extern void Color3XOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor3xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void Color3XOES([NativeTypeName("const GLfixed *")] int* components); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] [MethodImpl( @@ -9299,31 +4258,6 @@ public static void Color3XOES([NativeTypeName("const GLfixed *")] Ref compo } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4b")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4( [NativeTypeName("GLbyte")] sbyte red, [NativeTypeName("GLbyte")] sbyte green, @@ -9332,58 +4266,8 @@ public static extern void Color4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4bv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4bv")] [MethodImpl( @@ -9398,31 +4282,6 @@ public static void Color4([NativeTypeName("const GLbyte *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4( [NativeTypeName("GLdouble")] double red, [NativeTypeName("GLdouble")] double green, @@ -9431,58 +4290,8 @@ public static extern void Color4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4dv")] [MethodImpl( @@ -9497,32 +4306,6 @@ public static void Color4([NativeTypeName("const GLdouble *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Color4( [NativeTypeName("GLfloat")] float red, [NativeTypeName("GLfloat")] float green, @@ -9531,7 +4314,6 @@ public static extern void Color4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4fNormal3fVertex3fSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void Color4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float r, [NativeTypeName("GLfloat")] float g, @@ -9546,14 +4328,12 @@ public static extern void Color4FNormal3FVertex3SUN( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4fNormal3fVertex3fvSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* c, [NativeTypeName("const GLfloat *")] float* n, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -9574,58 +4354,8 @@ public static void Color4FNormal3FVertex3SUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4fv")] [MethodImpl( @@ -9640,7 +4370,6 @@ public static void Color4([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void Color4NV( [NativeTypeName("GLhalfNV")] ushort red, [NativeTypeName("GLhalfNV")] ushort green, @@ -9649,10 +4378,8 @@ public static extern void Color4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void Color4NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] [MethodImpl( @@ -9667,31 +4394,6 @@ public static void Color4NV([NativeTypeName("const GLhalfNV *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4( [NativeTypeName("GLint")] int red, [NativeTypeName("GLint")] int green, @@ -9700,58 +4402,8 @@ public static extern void Color4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4iv")] [MethodImpl( @@ -9766,31 +4418,6 @@ public static void Color4([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4( [NativeTypeName("GLshort")] short red, [NativeTypeName("GLshort")] short green, @@ -9799,58 +4426,8 @@ public static extern void Color4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4sv")] [MethodImpl( @@ -9865,32 +4442,6 @@ public static void Color4([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4ub")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Color4( [NativeTypeName("GLubyte")] byte red, [NativeTypeName("GLubyte")] byte green, @@ -9899,58 +4450,8 @@ public static extern void Color4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4ubv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4([NativeTypeName("const GLubyte *")] byte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubv")] [MethodImpl( @@ -9965,7 +4466,6 @@ public static void Color4([NativeTypeName("const GLubyte *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4ubVertex2fSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void Color4UbVertex2SUN( [NativeTypeName("GLubyte")] byte r, [NativeTypeName("GLubyte")] byte g, @@ -9976,13 +4476,11 @@ public static extern void Color4UbVertex2SUN( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4ubVertex2fvSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void Color4UbVertex2SUN( [NativeTypeName("const GLubyte *")] byte* c, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] [MethodImpl( @@ -10001,7 +4499,6 @@ public static void Color4UbVertex2SUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4ubVertex3fSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void Color4UbVertex3SUN( [NativeTypeName("GLubyte")] byte r, [NativeTypeName("GLubyte")] byte g, @@ -10013,13 +4510,11 @@ public static extern void Color4UbVertex3SUN( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4ubVertex3fvSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void Color4UbVertex3SUN( [NativeTypeName("const GLubyte *")] byte* c, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] [MethodImpl( @@ -10038,31 +4533,6 @@ public static void Color4UbVertex3SUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4ui")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4( [NativeTypeName("GLuint")] uint red, [NativeTypeName("GLuint")] uint green, @@ -10071,58 +4541,8 @@ public static extern void Color4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4([NativeTypeName("const GLuint *")] uint* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4uiv")] [MethodImpl( @@ -10137,31 +4557,6 @@ public static void Color4([NativeTypeName("const GLuint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4us")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4( [NativeTypeName("GLushort")] ushort red, [NativeTypeName("GLushort")] ushort green, @@ -10170,58 +4565,8 @@ public static extern void Color4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4usv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Color4([NativeTypeName("const GLushort *")] ushort* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4usv")] [MethodImpl( @@ -10236,7 +4581,6 @@ public static void Color4([NativeTypeName("const GLushort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4x")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Color4X( [NativeTypeName("GLfixed")] int red, [NativeTypeName("GLfixed")] int green, @@ -10245,8 +4589,6 @@ public static extern void Color4X( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void Color4XOES( [NativeTypeName("GLfixed")] int red, [NativeTypeName("GLfixed")] int green, @@ -10255,10 +4597,8 @@ public static extern void Color4XOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColor4xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void Color4XOES([NativeTypeName("const GLfixed *")] int* components); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] [MethodImpl( @@ -10273,16 +4613,12 @@ public static void Color4XOES([NativeTypeName("const GLfixed *")] Ref compo } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorFormatNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] public static extern void ColorFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] public static void ColorFormatNV( @@ -10292,7 +4628,6 @@ public static void ColorFormatNV( ) => ColorFormatNV(size, (uint)type, stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorFragmentOp1ATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void ColorFragmentOp1ATI( [NativeTypeName("GLenum")] uint op, [NativeTypeName("GLuint")] uint dst, @@ -10303,7 +4638,6 @@ public static extern void ColorFragmentOp1ATI( [NativeTypeName("GLuint")] uint arg1Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] public static void ColorFragmentOp1ATI( @@ -10326,7 +4660,6 @@ public static void ColorFragmentOp1ATI( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorFragmentOp2ATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void ColorFragmentOp2ATI( [NativeTypeName("GLenum")] uint op, [NativeTypeName("GLuint")] uint dst, @@ -10340,7 +4673,6 @@ public static extern void ColorFragmentOp2ATI( [NativeTypeName("GLuint")] uint arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] public static void ColorFragmentOp2ATI( @@ -10370,7 +4702,6 @@ public static void ColorFragmentOp2ATI( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorFragmentOp3ATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void ColorFragmentOp3ATI( [NativeTypeName("GLenum")] uint op, [NativeTypeName("GLuint")] uint dst, @@ -10387,7 +4718,6 @@ public static extern void ColorFragmentOp3ATI( [NativeTypeName("GLuint")] uint arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] public static void ColorFragmentOp3ATI( @@ -10424,62 +4754,6 @@ public static void ColorFragmentOp3ATI( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorMask")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void ColorMask( [NativeTypeName("GLboolean")] uint red, [NativeTypeName("GLboolean")] uint green, @@ -10487,62 +4761,6 @@ public static extern void ColorMask( [NativeTypeName("GLboolean")] uint alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMask")] public static void ColorMask( @@ -10553,40 +4771,6 @@ public static void ColorMask( ) => ColorMask((uint)red, (uint)green, (uint)blue, (uint)alpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorMaski")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void ColorMask( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLboolean")] uint r, @@ -10595,40 +4779,6 @@ public static extern void ColorMask( [NativeTypeName("GLboolean")] uint a ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaski")] public static void ColorMask( @@ -10640,7 +4790,6 @@ public static void ColorMask( ) => ColorMask(index, (uint)r, (uint)g, (uint)b, (uint)a); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorMaskiEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] public static extern void ColorMaskEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLboolean")] uint r, @@ -10649,7 +4798,6 @@ public static extern void ColorMaskEXT( [NativeTypeName("GLboolean")] uint a ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] public static void ColorMaskEXT( @@ -10661,7 +4809,6 @@ public static void ColorMaskEXT( ) => ColorMaskEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorMaskIndexedEXT")] - [SupportedApiProfile("gl", ["GL_EXT_draw_buffers2"])] public static extern void ColorMaskIndexedEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLboolean")] uint r, @@ -10670,7 +4817,6 @@ public static extern void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] uint a ); - [SupportedApiProfile("gl", ["GL_EXT_draw_buffers2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] public static void ColorMaskIndexedEXT( @@ -10682,7 +4828,6 @@ public static void ColorMaskIndexedEXT( ) => ColorMaskIndexedEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorMaskiOES")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] public static extern void ColorMaskOES( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLboolean")] uint r, @@ -10691,7 +4836,6 @@ public static extern void ColorMaskOES( [NativeTypeName("GLboolean")] uint a ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] public static void ColorMaskOES( @@ -10703,61 +4847,11 @@ public static void ColorMaskOES( ) => ColorMaskOES(index, (uint)r, (uint)g, (uint)b, (uint)a); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorMaterial")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void ColorMaterial( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaterial")] public static void ColorMaterial( @@ -10766,13 +4860,11 @@ public static void ColorMaterial( ) => ColorMaterial((uint)face, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorP3ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void ColorP3( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3ui")] public static void ColorP3( @@ -10781,45 +4873,40 @@ public static void ColorP3( ) => ColorP3((uint)type, color); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorP3uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void ColorP3Uiv( + public static extern void ColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ColorP3Uiv( + public static void ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ) { fixed (uint* __dsl_color = color) { - ColorP3Uiv((uint)type, __dsl_color); + ColorP3uiv((uint)type, __dsl_color); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] - public static void ColorP3Uiv( + public static void ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => ColorP3Uiv((uint)type, (uint*)&color); + ) => ColorP3uiv((uint)type, (uint*)&color); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorP4ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void ColorP4( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4ui")] public static void ColorP4( @@ -10828,63 +4915,35 @@ public static void ColorP4( ) => ColorP4((uint)type, color); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorP4uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void ColorP4Uiv( + public static extern void ColorP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ColorP4Uiv( + public static void ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ) { fixed (uint* __dsl_color = color) { - ColorP4Uiv((uint)type, __dsl_color); + ColorP4uiv((uint)type, __dsl_color); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] - public static void ColorP4Uiv( + public static void ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => ColorP4Uiv((uint)type, (uint*)&color); + ) => ColorP4uiv((uint)type, (uint*)&color); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorPointer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void ColorPointer( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -10892,31 +4951,6 @@ public static extern void ColorPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointer")] [MethodImpl( @@ -10936,7 +4970,6 @@ public static void ColorPointer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] public static extern void ColorPointerEXT( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -10945,7 +4978,6 @@ public static extern void ColorPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] [MethodImpl( @@ -10966,7 +4998,6 @@ public static void ColorPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorPointerListIBM")] - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] public static extern void ColorPointerListIBM( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -10975,7 +5006,6 @@ public static extern void ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl( @@ -10995,7 +5025,6 @@ public static void ColorPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl( @@ -11013,20 +5042,18 @@ public static Ptr ColorPointerListIBM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorPointervINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] - public static extern void ColorPointerIntel( + public static extern void ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ColorPointerIntel( + public static void ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer @@ -11034,12 +5061,11 @@ public static void ColorPointerIntel( { fixed (void** __dsl_pointer = pointer) { - ColorPointerIntel(size, (uint)type, __dsl_pointer); + ColorPointerINTEL(size, (uint)type, __dsl_pointer); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorSubTable")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void ColorSubTable( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint start, @@ -11049,7 +5075,6 @@ public static extern void ColorSubTable( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorSubTable")] [MethodImpl( @@ -11071,7 +5096,6 @@ public static void ColorSubTable( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorSubTableEXT")] - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] public static extern void ColorSubTableEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint start, @@ -11081,7 +5105,6 @@ public static extern void ColorSubTableEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] [MethodImpl( @@ -11103,7 +5126,6 @@ public static void ColorSubTableEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorTable")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void ColorTable( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -11113,7 +5135,6 @@ public static extern void ColorTable( [NativeTypeName("const void *")] void* table ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTable")] [MethodImpl( @@ -11142,7 +5163,6 @@ public static void ColorTable( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorTableEXT")] - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] public static extern void ColorTableEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalFormat, @@ -11152,7 +5172,6 @@ public static extern void ColorTableEXT( [NativeTypeName("const void *")] void* table ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] [MethodImpl( @@ -11181,14 +5200,12 @@ public static void ColorTableEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorTableParameterfv")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void ColorTableParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] [MethodImpl( @@ -11207,14 +5224,12 @@ public static void ColorTableParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorTableParameterfvSGI")] - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] public static extern void ColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] [MethodImpl( @@ -11233,14 +5248,12 @@ public static void ColorTableParameterSGI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorTableParameteriv")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void ColorTableParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] [MethodImpl( @@ -11259,14 +5272,12 @@ public static void ColorTableParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorTableParameterivSGI")] - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] public static extern void ColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] [MethodImpl( @@ -11285,7 +5296,6 @@ public static void ColorTableParameterSGI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glColorTableSGI")] - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] public static extern void ColorTableSGI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -11295,7 +5305,6 @@ public static extern void ColorTableSGI( [NativeTypeName("const void *")] void* table ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] [MethodImpl( @@ -11324,7 +5333,6 @@ public static void ColorTableSGI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCombinerInputNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void CombinerInputNV( [NativeTypeName("GLenum")] uint stage, [NativeTypeName("GLenum")] uint portion, @@ -11334,7 +5342,6 @@ public static extern void CombinerInputNV( [NativeTypeName("GLenum")] uint componentUsage ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] public static void CombinerInputNV( @@ -11355,7 +5362,6 @@ public static void CombinerInputNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCombinerOutputNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void CombinerOutputNV( [NativeTypeName("GLenum")] uint stage, [NativeTypeName("GLenum")] uint portion, @@ -11369,7 +5375,6 @@ public static extern void CombinerOutputNV( [NativeTypeName("GLboolean")] uint muxSum ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] public static void CombinerOutputNV( @@ -11398,13 +5403,11 @@ public static void CombinerOutputNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCombinerParameterfNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] public static void CombinerParameterNV( @@ -11413,13 +5416,11 @@ public static void CombinerParameterNV( ) => CombinerParameterNV((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCombinerParameterfvNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] [MethodImpl( @@ -11437,13 +5438,11 @@ public static void CombinerParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCombinerParameteriNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] public static void CombinerParameterNV( @@ -11452,13 +5451,11 @@ public static void CombinerParameterNV( ) => CombinerParameterNV((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCombinerParameterivNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] [MethodImpl( @@ -11476,14 +5473,12 @@ public static void CombinerParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCombinerStageParameterfvNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] public static extern void CombinerStageParameterNV( [NativeTypeName("GLenum")] uint stage, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] [MethodImpl( @@ -11502,71 +5497,21 @@ public static void CombinerStageParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCommandListSegmentsNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void CommandListSegmentsNV( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLuint")] uint segments ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompileCommandListNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void CompileCommandListNV([NativeTypeName("GLuint")] uint list); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompileShader")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void CompileShader([NativeTypeName("GLuint")] uint shader); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompileShaderARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void CompileShaderARB([NativeTypeName("GLhandleARB")] uint shaderObj); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompileShaderIncludeARB")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] public static extern void CompileShaderIncludeARB( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint count, @@ -11574,8 +5519,6 @@ public static extern void CompileShaderIncludeARB( [NativeTypeName("const GLint *")] int* length ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] [MethodImpl( @@ -11596,8 +5539,6 @@ public static void CompileShaderIncludeARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedMultiTexImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CompressedMultiTexImage1DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -11609,8 +5550,6 @@ public static extern void CompressedMultiTexImage1DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] [MethodImpl( @@ -11643,8 +5582,6 @@ public static void CompressedMultiTexImage1DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedMultiTexImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CompressedMultiTexImage2DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -11657,8 +5594,6 @@ public static extern void CompressedMultiTexImage2DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] [MethodImpl( @@ -11693,8 +5628,6 @@ public static void CompressedMultiTexImage2DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedMultiTexImage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CompressedMultiTexImage3DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -11708,8 +5641,6 @@ public static extern void CompressedMultiTexImage3DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] [MethodImpl( @@ -11750,8 +5681,6 @@ public static void CompressedMultiTexImage3DEXT( ExactSpelling = true, EntryPoint = "glCompressedMultiTexSubImage1DEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CompressedMultiTexSubImage1DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -11763,8 +5692,6 @@ public static extern void CompressedMultiTexSubImage1DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] [MethodImpl( @@ -11801,8 +5728,6 @@ public static void CompressedMultiTexSubImage1DEXT( ExactSpelling = true, EntryPoint = "glCompressedMultiTexSubImage2DEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CompressedMultiTexSubImage2DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -11816,8 +5741,6 @@ public static extern void CompressedMultiTexSubImage2DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] [MethodImpl( @@ -11858,8 +5781,6 @@ public static void CompressedMultiTexSubImage2DEXT( ExactSpelling = true, EntryPoint = "glCompressedMultiTexSubImage3DEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CompressedMultiTexSubImage3DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -11875,8 +5796,6 @@ public static extern void CompressedMultiTexSubImage3DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] [MethodImpl( @@ -11917,50 +5836,6 @@ public static void CompressedMultiTexSubImage3DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexImage1D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void CompressedTexImage1D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -11971,50 +5846,6 @@ public static extern void CompressedTexImage1D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] [MethodImpl( @@ -12045,7 +5876,6 @@ public static void CompressedTexImage1D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexImage1DARB")] - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] public static extern void CompressedTexImage1DARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -12056,7 +5886,6 @@ public static extern void CompressedTexImage1DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] [MethodImpl( @@ -12087,56 +5916,6 @@ public static void CompressedTexImage1DARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexImage2D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void CompressedTexImage2D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -12148,56 +5927,6 @@ public static extern void CompressedTexImage2D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] [MethodImpl( @@ -12230,7 +5959,6 @@ public static void CompressedTexImage2D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexImage2DARB")] - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] public static extern void CompressedTexImage2DARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -12242,7 +5970,6 @@ public static extern void CompressedTexImage2DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] [MethodImpl( @@ -12275,50 +6002,6 @@ public static void CompressedTexImage2DARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexImage3D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void CompressedTexImage3D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -12331,50 +6014,6 @@ public static extern void CompressedTexImage3D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] [MethodImpl( @@ -12409,7 +6048,6 @@ public static void CompressedTexImage3D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexImage3DARB")] - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] public static extern void CompressedTexImage3DARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -12422,7 +6060,6 @@ public static extern void CompressedTexImage3DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] [MethodImpl( @@ -12457,7 +6094,6 @@ public static void CompressedTexImage3DARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexImage3DOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] public static extern void CompressedTexImage3DOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -12470,7 +6106,6 @@ public static extern void CompressedTexImage3DOES( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] [MethodImpl( @@ -12505,50 +6140,6 @@ public static void CompressedTexImage3DOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexSubImage1D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void CompressedTexSubImage1D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -12559,50 +6150,6 @@ public static extern void CompressedTexSubImage1D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] [MethodImpl( @@ -12633,7 +6180,6 @@ public static void CompressedTexSubImage1D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexSubImage1DARB")] - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] public static extern void CompressedTexSubImage1DARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -12644,7 +6190,6 @@ public static extern void CompressedTexSubImage1DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] [MethodImpl( @@ -12675,56 +6220,6 @@ public static void CompressedTexSubImage1DARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexSubImage2D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void CompressedTexSubImage2D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -12737,56 +6232,6 @@ public static extern void CompressedTexSubImage2D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] [MethodImpl( @@ -12821,7 +6266,6 @@ public static void CompressedTexSubImage2D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexSubImage2DARB")] - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] public static extern void CompressedTexSubImage2DARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -12834,7 +6278,6 @@ public static extern void CompressedTexSubImage2DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] [MethodImpl( @@ -12869,50 +6312,6 @@ public static void CompressedTexSubImage2DARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexSubImage3D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void CompressedTexSubImage3D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -12927,50 +6326,6 @@ public static extern void CompressedTexSubImage3D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] [MethodImpl( @@ -13009,7 +6364,6 @@ public static void CompressedTexSubImage3D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexSubImage3DARB")] - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] public static extern void CompressedTexSubImage3DARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -13024,7 +6378,6 @@ public static extern void CompressedTexSubImage3DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] [MethodImpl( @@ -13063,7 +6416,6 @@ public static void CompressedTexSubImage3DARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTexSubImage3DOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] public static extern void CompressedTexSubImage3DOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -13078,7 +6430,6 @@ public static extern void CompressedTexSubImage3DOES( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] [MethodImpl( @@ -13117,8 +6468,6 @@ public static void CompressedTexSubImage3DOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTextureImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CompressedTextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -13130,8 +6479,6 @@ public static extern void CompressedTextureImage1DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] [MethodImpl( @@ -13164,8 +6511,6 @@ public static void CompressedTextureImage1DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTextureImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CompressedTextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -13178,8 +6523,6 @@ public static extern void CompressedTextureImage2DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] [MethodImpl( @@ -13214,8 +6557,6 @@ public static void CompressedTextureImage2DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTextureImage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CompressedTextureImage3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -13229,8 +6570,6 @@ public static extern void CompressedTextureImage3DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] [MethodImpl( @@ -13267,16 +6606,6 @@ public static void CompressedTextureImage3DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTextureSubImage1D")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CompressedTextureSubImage1D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -13287,16 +6616,6 @@ public static extern void CompressedTextureSubImage1D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] [MethodImpl( @@ -13327,8 +6646,6 @@ public static void CompressedTextureSubImage1D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTextureSubImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CompressedTextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -13340,8 +6657,6 @@ public static extern void CompressedTextureSubImage1DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] [MethodImpl( @@ -13374,16 +6689,6 @@ public static void CompressedTextureSubImage1DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTextureSubImage2D")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CompressedTextureSubImage2D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -13396,16 +6701,6 @@ public static extern void CompressedTextureSubImage2D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] [MethodImpl( @@ -13440,8 +6735,6 @@ public static void CompressedTextureSubImage2D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTextureSubImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CompressedTextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -13455,8 +6748,6 @@ public static extern void CompressedTextureSubImage2DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] [MethodImpl( @@ -13493,16 +6784,6 @@ public static void CompressedTextureSubImage2DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTextureSubImage3D")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CompressedTextureSubImage3D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -13517,16 +6798,6 @@ public static extern void CompressedTextureSubImage3D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] [MethodImpl( @@ -13565,8 +6836,6 @@ public static void CompressedTextureSubImage3D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCompressedTextureSubImage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CompressedTextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -13582,8 +6851,6 @@ public static extern void CompressedTextureSubImage3DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] [MethodImpl( @@ -13624,24 +6891,18 @@ public static void CompressedTextureSubImage3DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConservativeRasterParameterfNV")] - [SupportedApiProfile("gl", ["GL_NV_conservative_raster_dilate"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster_dilate"])] public static extern void ConservativeRasterParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float value ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConservativeRasterParameteriNV")] - [SupportedApiProfile("gl", ["GL_NV_conservative_raster_pre_snap_triangles"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster_pre_snap_triangles"])] - [SupportedApiProfile("gles2", ["GL_NV_conservative_raster_pre_snap_triangles"])] public static extern void ConservativeRasterParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionFilter1D")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void ConvolutionFilter1D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -13651,7 +6912,6 @@ public static extern void ConvolutionFilter1D( [NativeTypeName("const void *")] void* image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] [MethodImpl( @@ -13680,7 +6940,6 @@ public static void ConvolutionFilter1D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionFilter1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void ConvolutionFilter1DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -13690,7 +6949,6 @@ public static extern void ConvolutionFilter1DEXT( [NativeTypeName("const void *")] void* image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] [MethodImpl( @@ -13719,7 +6977,6 @@ public static void ConvolutionFilter1DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionFilter2D")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void ConvolutionFilter2D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -13730,7 +6987,6 @@ public static extern void ConvolutionFilter2D( [NativeTypeName("const void *")] void* image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] [MethodImpl( @@ -13761,7 +7017,6 @@ public static void ConvolutionFilter2D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionFilter2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void ConvolutionFilter2DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -13772,7 +7027,6 @@ public static extern void ConvolutionFilter2DEXT( [NativeTypeName("const void *")] void* image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] [MethodImpl( @@ -13803,14 +7057,12 @@ public static void ConvolutionFilter2DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameterf")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void ConvolutionParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] public static void ConvolutionParameter( @@ -13820,14 +7072,12 @@ public static void ConvolutionParameter( ) => ConvolutionParameter((uint)target, (uint)pname, @params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameterfEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] public static void ConvolutionParameterEXT( @@ -13837,14 +7087,12 @@ public static void ConvolutionParameterEXT( ) => ConvolutionParameterEXT((uint)target, (uint)pname, @params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameterfv")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void ConvolutionParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] [MethodImpl( @@ -13863,14 +7111,12 @@ public static void ConvolutionParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] [MethodImpl( @@ -13889,14 +7135,12 @@ public static void ConvolutionParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameteri")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void ConvolutionParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] public static void ConvolutionParameter( @@ -13906,14 +7150,12 @@ public static void ConvolutionParameter( ) => ConvolutionParameter((uint)target, (uint)pname, @params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameteriEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] public static void ConvolutionParameterEXT( @@ -13923,14 +7165,12 @@ public static void ConvolutionParameterEXT( ) => ConvolutionParameterEXT((uint)target, (uint)pname, @params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameteriv")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void ConvolutionParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] [MethodImpl( @@ -13949,14 +7189,12 @@ public static void ConvolutionParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] [MethodImpl( @@ -13975,14 +7213,12 @@ public static void ConvolutionParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameterxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void ConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] public static void ConvolutionParameterxOES( @@ -13992,14 +7228,12 @@ public static void ConvolutionParameterxOES( ) => ConvolutionParameterxOES((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glConvolutionParameterxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void ConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] [MethodImpl( @@ -14018,40 +7252,6 @@ public static void ConvolutionParameterxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyBufferSubData")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] public static extern void CopyBufferSubData( [NativeTypeName("GLenum")] uint readTarget, [NativeTypeName("GLenum")] uint writeTarget, @@ -14060,40 +7260,6 @@ public static extern void CopyBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] public static void CopyBufferSubData( @@ -14105,7 +7271,6 @@ public static void CopyBufferSubData( ) => CopyBufferSubData((uint)readTarget, (uint)writeTarget, readOffset, writeOffset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyBufferSubDataNV")] - [SupportedApiProfile("gles2", ["GL_NV_copy_buffer"])] public static extern void CopyBufferSubDataNV( [NativeTypeName("GLenum")] uint readTarget, [NativeTypeName("GLenum")] uint writeTarget, @@ -14114,7 +7279,6 @@ public static extern void CopyBufferSubDataNV( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_NV_copy_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] public static void CopyBufferSubDataNV( @@ -14127,7 +7291,6 @@ public static void CopyBufferSubDataNV( CopyBufferSubDataNV((uint)readTarget, (uint)writeTarget, readOffset, writeOffset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyColorSubTable")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void CopyColorSubTable( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint start, @@ -14136,7 +7299,6 @@ public static extern void CopyColorSubTable( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] public static void CopyColorSubTable( @@ -14148,7 +7310,6 @@ public static void CopyColorSubTable( ) => CopyColorSubTable((uint)target, start, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyColorSubTableEXT")] - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] public static extern void CopyColorSubTableEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint start, @@ -14157,7 +7318,6 @@ public static extern void CopyColorSubTableEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] public static void CopyColorSubTableEXT( @@ -14169,7 +7329,6 @@ public static void CopyColorSubTableEXT( ) => CopyColorSubTableEXT((uint)target, start, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyColorTable")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void CopyColorTable( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -14178,7 +7337,6 @@ public static extern void CopyColorTable( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] public static void CopyColorTable( @@ -14190,7 +7348,6 @@ public static void CopyColorTable( ) => CopyColorTable((uint)target, (uint)internalformat, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyColorTableSGI")] - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] public static extern void CopyColorTableSGI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -14199,7 +7356,6 @@ public static extern void CopyColorTableSGI( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] public static void CopyColorTableSGI( @@ -14211,7 +7367,6 @@ public static void CopyColorTableSGI( ) => CopyColorTableSGI((uint)target, (uint)internalformat, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyConvolutionFilter1D")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void CopyConvolutionFilter1D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -14220,7 +7375,6 @@ public static extern void CopyConvolutionFilter1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] public static void CopyConvolutionFilter1D( @@ -14232,7 +7386,6 @@ public static void CopyConvolutionFilter1D( ) => CopyConvolutionFilter1D((uint)target, (uint)internalformat, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyConvolutionFilter1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void CopyConvolutionFilter1DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -14241,7 +7394,6 @@ public static extern void CopyConvolutionFilter1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] public static void CopyConvolutionFilter1DEXT( @@ -14253,7 +7405,6 @@ public static void CopyConvolutionFilter1DEXT( ) => CopyConvolutionFilter1DEXT((uint)target, (uint)internalformat, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyConvolutionFilter2D")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void CopyConvolutionFilter2D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -14263,7 +7414,6 @@ public static extern void CopyConvolutionFilter2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] public static void CopyConvolutionFilter2D( @@ -14276,7 +7426,6 @@ public static void CopyConvolutionFilter2D( ) => CopyConvolutionFilter2D((uint)target, (uint)internalformat, x, y, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyConvolutionFilter2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void CopyConvolutionFilter2DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -14286,7 +7435,6 @@ public static extern void CopyConvolutionFilter2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] public static void CopyConvolutionFilter2DEXT( @@ -14299,28 +7447,6 @@ public static void CopyConvolutionFilter2DEXT( ) => CopyConvolutionFilter2DEXT((uint)target, (uint)internalformat, x, y, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyImageSubData")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void CopyImageSubData( [NativeTypeName("GLuint")] uint srcName, [NativeTypeName("GLenum")] uint srcTarget, @@ -14339,28 +7465,6 @@ public static extern void CopyImageSubData( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] public static void CopyImageSubData( @@ -14399,7 +7503,6 @@ public static void CopyImageSubData( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyImageSubDataEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_copy_image"])] public static extern void CopyImageSubDataEXT( [NativeTypeName("GLuint")] uint srcName, [NativeTypeName("GLenum")] uint srcTarget, @@ -14418,7 +7521,6 @@ public static extern void CopyImageSubDataEXT( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gles2", ["GL_EXT_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] public static void CopyImageSubDataEXT( @@ -14457,7 +7559,6 @@ public static void CopyImageSubDataEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyImageSubDataNV")] - [SupportedApiProfile("gl", ["GL_NV_copy_image"])] public static extern void CopyImageSubDataNV( [NativeTypeName("GLuint")] uint srcName, [NativeTypeName("GLenum")] uint srcTarget, @@ -14476,7 +7577,6 @@ public static extern void CopyImageSubDataNV( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_NV_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] public static void CopyImageSubDataNV( @@ -14515,7 +7615,6 @@ public static void CopyImageSubDataNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyImageSubDataOES")] - [SupportedApiProfile("gles2", ["GL_OES_copy_image"])] public static extern void CopyImageSubDataOES( [NativeTypeName("GLuint")] uint srcName, [NativeTypeName("GLenum")] uint srcTarget, @@ -14534,7 +7633,6 @@ public static extern void CopyImageSubDataOES( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gles2", ["GL_OES_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] public static void CopyImageSubDataOES( @@ -14573,8 +7671,6 @@ public static void CopyImageSubDataOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyMultiTexImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CopyMultiTexImage1DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -14586,8 +7682,6 @@ public static extern void CopyMultiTexImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] public static void CopyMultiTexImage1DEXT( @@ -14612,8 +7706,6 @@ public static void CopyMultiTexImage1DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyMultiTexImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CopyMultiTexImage2DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -14626,8 +7718,6 @@ public static extern void CopyMultiTexImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] public static void CopyMultiTexImage2DEXT( @@ -14654,8 +7744,6 @@ public static void CopyMultiTexImage2DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyMultiTexSubImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -14666,8 +7754,6 @@ public static extern void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] public static void CopyMultiTexSubImage1DEXT( @@ -14681,8 +7767,6 @@ public static void CopyMultiTexSubImage1DEXT( ) => CopyMultiTexSubImage1DEXT((uint)texunit, (uint)target, level, xoffset, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyMultiTexSubImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CopyMultiTexSubImage2DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -14695,8 +7779,6 @@ public static extern void CopyMultiTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] public static void CopyMultiTexSubImage2DEXT( @@ -14723,8 +7805,6 @@ public static void CopyMultiTexSubImage2DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyMultiTexSubImage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CopyMultiTexSubImage3DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -14738,8 +7818,6 @@ public static extern void CopyMultiTexSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] public static void CopyMultiTexSubImage3DEXT( @@ -14768,16 +7846,6 @@ public static void CopyMultiTexSubImage3DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyNamedBufferSubData")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CopyNamedBufferSubData( [NativeTypeName("GLuint")] uint readBuffer, [NativeTypeName("GLuint")] uint writeBuffer, @@ -14787,40 +7855,12 @@ public static extern void CopyNamedBufferSubData( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyPathNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void CopyPathNV( [NativeTypeName("GLuint")] uint resultPath, [NativeTypeName("GLuint")] uint srcPath ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyPixels")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void CopyPixels( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -14829,31 +7869,6 @@ public static extern void CopyPixels( [NativeTypeName("GLenum")] uint type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyPixels")] public static void CopyPixels( @@ -14865,54 +7880,6 @@ public static void CopyPixels( ) => CopyPixels(x, y, width, height, (uint)type); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexImage1D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern void CopyTexImage1D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -14923,54 +7890,6 @@ public static extern void CopyTexImage1D( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] public static void CopyTexImage1D( @@ -14984,7 +7903,6 @@ public static void CopyTexImage1D( ) => CopyTexImage1D((uint)target, level, (uint)internalformat, x, y, width, border); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] public static extern void CopyTexImage1DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -14995,7 +7913,6 @@ public static extern void CopyTexImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] public static void CopyTexImage1DEXT( @@ -15009,60 +7926,6 @@ public static void CopyTexImage1DEXT( ) => CopyTexImage1DEXT((uint)target, level, (uint)internalformat, x, y, width, border); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexImage2D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void CopyTexImage2D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -15074,60 +7937,6 @@ public static extern void CopyTexImage2D( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] public static void CopyTexImage2D( @@ -15142,7 +7951,6 @@ public static void CopyTexImage2D( ) => CopyTexImage2D((uint)target, level, (uint)internalformat, x, y, width, height, border); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] public static extern void CopyTexImage2DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -15154,7 +7962,6 @@ public static extern void CopyTexImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] public static void CopyTexImage2DEXT( @@ -15179,54 +7986,6 @@ public static void CopyTexImage2DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage1D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern void CopyTexSubImage1D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -15236,54 +7995,6 @@ public static extern void CopyTexSubImage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] public static void CopyTexSubImage1D( @@ -15296,7 +8007,6 @@ public static void CopyTexSubImage1D( ) => CopyTexSubImage1D((uint)target, level, xoffset, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] public static extern void CopyTexSubImage1DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -15306,7 +8016,6 @@ public static extern void CopyTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] public static void CopyTexSubImage1DEXT( @@ -15319,60 +8028,6 @@ public static void CopyTexSubImage1DEXT( ) => CopyTexSubImage1DEXT((uint)target, level, xoffset, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage2D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void CopyTexSubImage2D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -15384,60 +8039,6 @@ public static extern void CopyTexSubImage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] public static void CopyTexSubImage2D( @@ -15452,7 +8053,6 @@ public static void CopyTexSubImage2D( ) => CopyTexSubImage2D((uint)target, level, xoffset, yoffset, x, y, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] public static extern void CopyTexSubImage2DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -15464,7 +8064,6 @@ public static extern void CopyTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] public static void CopyTexSubImage2DEXT( @@ -15479,52 +8078,6 @@ public static void CopyTexSubImage2DEXT( ) => CopyTexSubImage2DEXT((uint)target, level, xoffset, yoffset, x, y, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage3D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] public static extern void CopyTexSubImage3D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -15537,52 +8090,6 @@ public static extern void CopyTexSubImage3D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] public static void CopyTexSubImage3D( @@ -15598,7 +8105,6 @@ public static void CopyTexSubImage3D( ) => CopyTexSubImage3D((uint)target, level, xoffset, yoffset, zoffset, x, y, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] public static extern void CopyTexSubImage3DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -15611,7 +8117,6 @@ public static extern void CopyTexSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] public static void CopyTexSubImage3DEXT( @@ -15638,7 +8143,6 @@ public static void CopyTexSubImage3DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTexSubImage3DOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] public static extern void CopyTexSubImage3DOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -15652,8 +8156,6 @@ public static extern void CopyTexSubImage3DOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CopyTextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -15665,8 +8167,6 @@ public static extern void CopyTextureImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] public static void CopyTextureImage1DEXT( @@ -15691,8 +8191,6 @@ public static void CopyTextureImage1DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CopyTextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -15705,8 +8203,6 @@ public static extern void CopyTextureImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] public static void CopyTextureImage2DEXT( @@ -15733,9 +8229,7 @@ public static void CopyTextureImage2DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureLevelsAPPLE")] - [SupportedApiProfile("gles2", ["GL_APPLE_copy_texture_levels"])] - [SupportedApiProfile("gles1", ["GL_APPLE_copy_texture_levels"])] - public static extern void CopyTextureLevelApple( + public static extern void CopyTextureLevelAPPLE( [NativeTypeName("GLuint")] uint destinationTexture, [NativeTypeName("GLuint")] uint sourceTexture, [NativeTypeName("GLint")] int sourceBaseLevel, @@ -15743,16 +8237,6 @@ public static extern void CopyTextureLevelApple( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureSubImage1D")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CopyTextureSubImage1D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -15763,8 +8247,6 @@ public static extern void CopyTextureSubImage1D( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureSubImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CopyTextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -15775,8 +8257,6 @@ public static extern void CopyTextureSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] public static void CopyTextureSubImage1DEXT( @@ -15790,16 +8270,6 @@ public static void CopyTextureSubImage1DEXT( ) => CopyTextureSubImage1DEXT(texture, (uint)target, level, xoffset, x, y, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureSubImage2D")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CopyTextureSubImage2D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -15812,8 +8282,6 @@ public static extern void CopyTextureSubImage2D( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureSubImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CopyTextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -15826,8 +8294,6 @@ public static extern void CopyTextureSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] public static void CopyTextureSubImage2DEXT( @@ -15854,16 +8320,6 @@ public static void CopyTextureSubImage2DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureSubImage3D")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CopyTextureSubImage3D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -15877,8 +8333,6 @@ public static extern void CopyTextureSubImage3D( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCopyTextureSubImage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void CopyTextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -15892,8 +8346,6 @@ public static extern void CopyTextureSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] public static void CopyTextureSubImage3DEXT( @@ -15922,33 +8374,22 @@ public static void CopyTextureSubImage3DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCoverageMaskNV")] - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] public static extern void CoverageMaskNV([NativeTypeName("GLboolean")] uint mask); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] public static void CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask) => CoverageMaskNV((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCoverageModulationNV")] - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] public static extern void CoverageModulationNV([NativeTypeName("GLenum")] uint components); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCoverageModulationTableNV")] - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] public static extern void CoverageModulationTableNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl( @@ -15965,22 +8406,15 @@ public static void CoverageModulationTableNV( } } - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] public static void CoverageModulationTableNV([NativeTypeName("const GLfloat *")] float v) => CoverageModulationTableNV(1, (float*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCoverageOperationNV")] - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] public static extern void CoverageOperationNV([NativeTypeName("GLenum")] uint operation); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCoverFillPathInstancedNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void CoverFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, [NativeTypeName("GLenum")] uint pathNameType, @@ -15991,9 +8425,6 @@ public static extern void CoverFillPathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] [MethodImpl( @@ -16025,17 +8456,11 @@ public static void CoverFillPathInstancedNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCoverFillPathNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void CoverFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] public static void CoverFillPathNV( @@ -16044,9 +8469,6 @@ public static void CoverFillPathNV( ) => CoverFillPathNV(path, (uint)coverMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCoverStrokePathInstancedNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void CoverStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, [NativeTypeName("GLenum")] uint pathNameType, @@ -16057,9 +8479,6 @@ public static extern void CoverStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] [MethodImpl( @@ -16091,17 +8510,11 @@ public static void CoverStrokePathInstancedNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCoverStrokePathNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void CoverStrokePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] public static void CoverStrokePathNV( @@ -16109,16 +8522,6 @@ public static void CoverStrokePathNV( [NativeTypeName("GLenum")] Constant coverMode ) => CoverStrokePathNV(path, (uint)coverMode); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] public static uint CreateBuffer() @@ -16129,31 +8532,11 @@ public static uint CreateBuffer() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateBuffers")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CreateBuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* buffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl( @@ -16171,15 +8554,11 @@ public static void CreateBuffers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateCommandListsNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void CreateCommandListsNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* lists ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl( @@ -16196,8 +8575,6 @@ public static void CreateCommandListsNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] public static uint CreateCommandListsNV() @@ -16207,16 +8584,6 @@ public static uint CreateCommandListsNV() return lists; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] public static uint CreateFramebuffer() @@ -16227,31 +8594,11 @@ public static uint CreateFramebuffer() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateFramebuffers")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CreateFramebuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* framebuffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl( @@ -16269,15 +8616,11 @@ public static void CreateFramebuffers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateMemoryObjectsEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void CreateMemoryObjectsEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* memoryObjects ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl( @@ -16294,8 +8637,6 @@ public static void CreateMemoryObjectsEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] public static uint CreateMemoryObjectsEXT() @@ -16306,107 +8647,44 @@ public static uint CreateMemoryObjectsEXT() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreatePerfQueryINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] - public static extern void CreatePerfQueryIntel( + public static extern void CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* queryHandle ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void CreatePerfQueryIntel( + public static void CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref queryHandle ) { fixed (uint* __dsl_queryHandle = queryHandle) { - CreatePerfQueryIntel(queryId, __dsl_queryHandle); + CreatePerfQueryINTEL(queryId, __dsl_queryHandle); } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] - public static uint CreatePerfQueryIntel() + public static uint CreatePerfQueryINTEL() { uint queryHandle = default; - CreatePerfQueryIntel(1, (uint*)&queryHandle); + CreatePerfQueryINTEL(1, (uint*)&queryHandle); return queryHandle; } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateProgram")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern uint CreateProgram(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateProgramObjectARB")] [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern uint CreateProgramObjectARB(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] public static uint CreateProgramPipeline() @@ -16417,31 +8695,11 @@ public static uint CreateProgramPipeline() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateProgramPipelines")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CreateProgramPipelines( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* pipelines ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl( @@ -16460,36 +8718,15 @@ public static void CreateProgramPipelines( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateProgressFenceNVX")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] public static extern uint CreateProgressFenceNVX(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateQueries")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CreateQueries( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] [MethodImpl( @@ -16507,16 +8744,6 @@ public static void CreateQueries( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] public static uint CreateQuery( @@ -16528,16 +8755,6 @@ public static uint CreateQuery( return ids; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] public static uint CreateRenderbuffer() @@ -16548,31 +8765,11 @@ public static uint CreateRenderbuffer() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateRenderbuffers")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CreateRenderbuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* renderbuffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl( @@ -16589,16 +8786,6 @@ public static void CreateRenderbuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] public static uint CreateSampler() @@ -16609,31 +8796,11 @@ public static uint CreateSampler() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateSamplers")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CreateSamplers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* samplers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl( @@ -16651,15 +8818,11 @@ public static void CreateSamplers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateSemaphoresNV")] - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] public static extern void CreateSemaphoresNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* semaphores ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl( @@ -16676,8 +8839,6 @@ public static void CreateSemaphoresNV( } } - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] public static uint CreateSemaphoresNV() @@ -16689,95 +8850,9 @@ public static uint CreateSemaphoresNV() [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateShader")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern uint CreateShader([NativeTypeName("GLenum")] uint type); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShader")] public static uint CreateShader( @@ -16786,11 +8861,9 @@ public static uint CreateShader( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateShaderObjectARB")] [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern uint CreateShaderObjectARB([NativeTypeName("GLenum")] uint shaderType); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] public static uint CreateShaderObjectARB( @@ -16799,16 +8872,12 @@ public static uint CreateShaderObjectARB( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateShaderProgramEXT")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] public static extern uint CreateShaderProgramEXT( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLchar *")] sbyte* @string ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] [MethodImpl( @@ -16827,32 +8896,6 @@ public static uint CreateShaderProgramEXT( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateShaderProgramv")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern uint CreateShaderProgram( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint count, @@ -16860,32 +8903,6 @@ public static extern uint CreateShaderProgram( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] [MethodImpl( @@ -16905,7 +8922,6 @@ public static uint CreateShaderProgram( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateShaderProgramvEXT")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern uint CreateShaderProgramEXT( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint count, @@ -16913,7 +8929,6 @@ public static extern uint CreateShaderProgramEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] [MethodImpl( @@ -16932,15 +8947,11 @@ public static uint CreateShaderProgramEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateStatesNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void CreateStatesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* states ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl( @@ -16957,8 +8968,6 @@ public static void CreateStatesNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] public static uint CreateStatesNV() @@ -16970,8 +8979,6 @@ public static uint CreateStatesNV() [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateSyncFromCLeventARB")] [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_ARB_cl_event"])] - [SupportedApiProfile("glcore", ["GL_ARB_cl_event"])] public static extern Sync* CreateSyncFromCLeventARB( [NativeTypeName("struct _cl_context *")] void* context, [NativeTypeName("struct _cl_event *")] void* @event, @@ -16979,8 +8986,6 @@ public static uint CreateStatesNV() ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_ARB_cl_event"])] - [SupportedApiProfile("glcore", ["GL_ARB_cl_event"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] [MethodImpl( @@ -16999,16 +9004,6 @@ public static Ptr CreateSyncFromCLeventARB( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] public static uint CreateTexture( @@ -17021,32 +9016,12 @@ public static uint CreateTexture( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateTextures")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CreateTextures( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] [MethodImpl( @@ -17064,16 +9039,6 @@ public static void CreateTextures( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] public static uint CreateTransformFeedback() @@ -17084,31 +9049,11 @@ public static uint CreateTransformFeedback() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateTransformFeedbacks")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CreateTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl( @@ -17125,16 +9070,6 @@ public static void CreateTransformFeedbacks( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] public static uint CreateVertexArray() @@ -17145,31 +9080,11 @@ public static uint CreateVertexArray() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCreateVertexArrays")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void CreateVertexArrays( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl( @@ -17187,120 +9102,8 @@ public static void CreateVertexArrays( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCullFace")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void CullFace([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullFace")] public static void CullFace( @@ -17308,13 +9111,11 @@ public static void CullFace( ) => CullFace((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCullParameterdvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] public static extern void CullParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] [MethodImpl( @@ -17332,13 +9133,11 @@ public static void CullParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCullParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] public static extern void CullParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] [MethodImpl( @@ -17356,66 +9155,20 @@ public static void CullParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCurrentPaletteMatrixARB")] - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] public static extern void CurrentPaletteMatrixARB([NativeTypeName("GLint")] int index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glCurrentPaletteMatrixOES")] - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] public static extern void CurrentPaletteMatrixOES( [NativeTypeName("GLuint")] uint matrixpaletteindex ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDebugMessageCallback")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void DebugMessageCallback( [NativeTypeName("GLDEBUGPROC")] delegate* unmanaged callback, [NativeTypeName("const void *")] void* userParam ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] [MethodImpl( @@ -17434,14 +9187,12 @@ public static void DebugMessageCallback( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDebugMessageCallbackAMD")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] public static extern void DebugMessageCallbackAMD( [NativeTypeName("GLDEBUGPROCAMD")] delegate* unmanaged callback, void* userParam ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] [MethodImpl( @@ -17460,16 +9211,12 @@ Ref userParam } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDebugMessageCallbackARB")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] public static extern void DebugMessageCallbackARB( [NativeTypeName("GLDEBUGPROCARB")] delegate* unmanaged callback, [NativeTypeName("const void *")] void* userParam ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] [MethodImpl( @@ -17488,14 +9235,12 @@ public static void DebugMessageCallbackARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDebugMessageCallbackKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] public static extern void DebugMessageCallbackKHR( [NativeTypeName("GLDEBUGPROCKHR")] delegate* unmanaged callback, [NativeTypeName("const void *")] void* userParam ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] [MethodImpl( @@ -17514,28 +9259,6 @@ public static void DebugMessageCallbackKHR( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDebugMessageControl")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void DebugMessageControl( [NativeTypeName("GLenum")] uint source, [NativeTypeName("GLenum")] uint type, @@ -17545,28 +9268,6 @@ public static extern void DebugMessageControl( [NativeTypeName("GLboolean")] uint enabled ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl( @@ -17594,28 +9295,6 @@ public static void DebugMessageControl( } } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] public static void DebugMessageControl( @@ -17635,8 +9314,6 @@ public static void DebugMessageControl( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDebugMessageControlARB")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] public static extern void DebugMessageControlARB( [NativeTypeName("GLenum")] uint source, [NativeTypeName("GLenum")] uint type, @@ -17646,8 +9323,6 @@ public static extern void DebugMessageControlARB( [NativeTypeName("GLboolean")] uint enabled ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl( @@ -17675,8 +9350,6 @@ public static void DebugMessageControlARB( } } - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] public static void DebugMessageControlARB( @@ -17696,7 +9369,6 @@ public static void DebugMessageControlARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDebugMessageControlKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] public static extern void DebugMessageControlKHR( [NativeTypeName("GLenum")] uint source, [NativeTypeName("GLenum")] uint type, @@ -17706,7 +9378,6 @@ public static extern void DebugMessageControlKHR( [NativeTypeName("GLboolean")] uint enabled ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] [MethodImpl( @@ -17735,7 +9406,6 @@ public static void DebugMessageControlKHR( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDebugMessageEnableAMD")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] public static extern void DebugMessageEnableAMD( [NativeTypeName("GLenum")] uint category, [NativeTypeName("GLenum")] uint severity, @@ -17744,7 +9414,6 @@ public static extern void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] uint enabled ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl( @@ -17764,7 +9433,6 @@ public static void DebugMessageEnableAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] public static void DebugMessageEnableAMD( @@ -17775,28 +9443,6 @@ public static void DebugMessageEnableAMD( ) => DebugMessageEnableAMD(category, (uint)severity, 1, (uint*)&ids, (uint)enabled); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDebugMessageInsert")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void DebugMessageInsert( [NativeTypeName("GLenum")] uint source, [NativeTypeName("GLenum")] uint type, @@ -17806,28 +9452,6 @@ public static extern void DebugMessageInsert( [NativeTypeName("const GLchar *")] sbyte* buf ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] [MethodImpl( @@ -17849,7 +9473,6 @@ public static void DebugMessageInsert( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDebugMessageInsertAMD")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] public static extern void DebugMessageInsertAMD( [NativeTypeName("GLenum")] uint category, [NativeTypeName("GLenum")] uint severity, @@ -17858,7 +9481,6 @@ public static extern void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] sbyte* buf ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl( @@ -17878,7 +9500,6 @@ public static void DebugMessageInsertAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] public static void DebugMessageInsertAMD( @@ -17889,8 +9510,6 @@ public static void DebugMessageInsertAMD( ) => DebugMessageInsertAMD(category, (uint)severity, id, 1, (sbyte*)&buf); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDebugMessageInsertARB")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] public static extern void DebugMessageInsertARB( [NativeTypeName("GLenum")] uint source, [NativeTypeName("GLenum")] uint type, @@ -17900,8 +9519,6 @@ public static extern void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] sbyte* buf ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl( @@ -17929,8 +9546,6 @@ public static void DebugMessageInsertARB( } } - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] public static void DebugMessageInsertARB( @@ -17942,7 +9557,6 @@ public static void DebugMessageInsertARB( ) => DebugMessageInsertARB((uint)source, (uint)type, id, (uint)severity, 1, (sbyte*)&buf); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDebugMessageInsertKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] public static extern void DebugMessageInsertKHR( [NativeTypeName("GLenum")] uint source, [NativeTypeName("GLenum")] uint type, @@ -17952,7 +9566,6 @@ public static extern void DebugMessageInsertKHR( [NativeTypeName("const GLchar *")] sbyte* buf ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] [MethodImpl( @@ -17981,7 +9594,6 @@ public static void DebugMessageInsertKHR( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeformationMap3dSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] public static extern void DeformationMap3SGIX( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double u1, @@ -17999,7 +9611,6 @@ public static extern void DeformationMap3SGIX( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] [MethodImpl( @@ -18044,7 +9655,6 @@ public static void DeformationMap3SGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeformationMap3fSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] public static extern void DeformationMap3SGIX( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float u1, @@ -18062,7 +9672,6 @@ public static extern void DeformationMap3SGIX( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] [MethodImpl( @@ -18107,10 +9716,8 @@ public static void DeformationMap3SGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeformSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] public static extern void DeformSGIX([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] public static void DeformSGIX( @@ -18118,161 +9725,22 @@ public static void DeformSGIX( ) => DeformSGIX((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteAsyncMarkersSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] public static extern void DeleteAsyncMarkersSGIX( [NativeTypeName("GLuint")] uint marker, [NativeTypeName("GLsizei")] uint range ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] public static void DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers) => DeleteBuffers(1, (uint*)&buffers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteBuffers")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void DeleteBuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* buffers ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl( @@ -18290,13 +9758,11 @@ public static void DeleteBuffers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteBuffersARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] public static extern void DeleteBuffersARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl( @@ -18313,22 +9779,17 @@ public static void DeleteBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] public static void DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers) => DeleteBuffersARB(1, (uint*)&buffers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteCommandListsNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void DeleteCommandListsNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* lists ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl( @@ -18345,55 +9806,44 @@ public static void DeleteCommandListsNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] public static void DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists) => DeleteCommandListsNV(1, (uint*)&lists); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteFencesAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] - public static extern void DeleteFencesApple( + public static extern void DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* fences ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteFencesApple( + public static void DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref fences ) { fixed (uint* __dsl_fences = fences) { - DeleteFencesApple(n, __dsl_fences); + DeleteFencesAPPLE(n, __dsl_fences); } } - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] - public static void DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences) => - DeleteFencesApple(1, (uint*)&fences); + public static void DeleteFencesAPPLE([NativeTypeName("const GLuint *")] uint fences) => + DeleteFencesAPPLE(1, (uint*)&fences); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteFencesNV")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] public static extern void DeleteFencesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* fences ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl( @@ -18410,59 +9860,14 @@ public static void DeleteFencesNV( } } - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] public static void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences) => DeleteFencesNV(1, (uint*)&fences); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteFragmentShaderATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] public static void DeleteFramebuffer( @@ -18470,93 +9875,11 @@ public static void DeleteFramebuffer( ) => DeleteFramebuffers(1, (uint*)&framebuffers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteFramebuffers")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void DeleteFramebuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* framebuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl( @@ -18574,13 +9897,11 @@ public static void DeleteFramebuffers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteFramebuffersEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void DeleteFramebuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl( @@ -18597,28 +9918,24 @@ public static void DeleteFramebuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] public static void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint framebuffers ) => DeleteFramebuffersEXT(1, (uint*)&framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] - public static void DeleteFramebuffersO( + public static void DeleteFramebuffersOOES( [NativeTypeName("const GLuint *")] uint framebuffers ) => DeleteFramebuffersOES(1, (uint*)&framebuffers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteFramebuffersOES")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern void DeleteFramebuffersOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* framebuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl( @@ -18636,46 +9953,17 @@ public static void DeleteFramebuffersOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteLists")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void DeleteLists( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLsizei")] uint range ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteMemoryObjectsEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void DeleteMemoryObjectsEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* memoryObjects ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl( @@ -18692,8 +9980,6 @@ public static void DeleteMemoryObjectsEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] public static void DeleteMemoryObjectsEXT( @@ -18701,15 +9987,11 @@ public static void DeleteMemoryObjectsEXT( ) => DeleteMemoryObjectsEXT(1, (uint*)&memoryObjects); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteNamedStringARB")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] public static extern void DeleteNamedStringARB( [NativeTypeName("GLint")] int namelen, [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl( @@ -18726,22 +10008,18 @@ public static void DeleteNamedStringARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] public static void DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name) => DeleteNamedStringARB(1, (sbyte*)&name); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteNamesAMD")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] public static extern void DeleteNamesAMD( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint num, [NativeTypeName("const GLuint *")] uint* names ); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl( @@ -18759,7 +10037,6 @@ public static void DeleteNamesAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] public static void DeleteNamesAMD( @@ -18768,17 +10045,14 @@ public static void DeleteNamesAMD( ) => DeleteNamesAMD(identifier, 1, (uint*)&names); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteObjectARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void DeleteObjectARB([NativeTypeName("GLhandleARB")] uint obj); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteOcclusionQueriesNV")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] public static extern void DeleteOcclusionQueriesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl( @@ -18795,33 +10069,23 @@ public static void DeleteOcclusionQueriesNV( } } - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] public static void DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids) => DeleteOcclusionQueriesNV(1, (uint*)&ids); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeletePathsNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void DeletePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLsizei")] uint range ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeletePerfMonitorsAMD")] - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] public static extern void DeletePerfMonitorsAMD( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* monitors ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl( @@ -18838,9 +10102,6 @@ public static void DeletePerfMonitorsAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] public static uint DeletePerfMonitorsAMD() @@ -18851,83 +10112,11 @@ public static uint DeletePerfMonitorsAMD() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeletePerfQueryINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] - public static extern void DeletePerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle); + public static extern void DeletePerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteProgram")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void DeleteProgram([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] public static void DeleteProgramPipeline( @@ -18935,63 +10124,11 @@ public static void DeleteProgramPipeline( ) => DeleteProgramPipelines(1, (uint*)&pipelines); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteProgramPipelines")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void DeleteProgramPipelines( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* pipelines ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl( @@ -19009,13 +10146,11 @@ public static void DeleteProgramPipelines( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteProgramPipelinesEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void DeleteProgramPipelinesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl( @@ -19032,7 +10167,6 @@ public static void DeleteProgramPipelinesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] public static void DeleteProgramPipelinesEXT( @@ -19040,13 +10174,11 @@ public static void DeleteProgramPipelinesEXT( ) => DeleteProgramPipelinesEXT(1, (uint*)&pipelines); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteProgramsARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void DeleteProgramARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl( @@ -19063,20 +10195,17 @@ public static void DeleteProgramARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] public static void DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs) => DeleteProgramARB(1, (uint*)&programs); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteProgramsNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void DeleteProgramNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl( @@ -19093,98 +10222,17 @@ public static void DeleteProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] public static void DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs) => DeleteProgramNV(1, (uint*)&programs); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteQueries")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] public static extern void DeleteQueries( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl( @@ -19202,13 +10250,11 @@ public static void DeleteQueries( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteQueriesARB")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] public static extern void DeleteQueriesARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl( @@ -19225,26 +10271,17 @@ public static void DeleteQueriesARB( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] public static void DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids) => DeleteQueriesARB(1, (uint*)&ids); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteQueriesEXT")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] public static extern void DeleteQueriesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl( @@ -19261,68 +10298,22 @@ public static void DeleteQueriesEXT( } } - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] public static void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids) => DeleteQueriesEXT(1, (uint*)&ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] public static void DeleteQuery([NativeTypeName("const GLuint *")] uint ids) => DeleteQueries(1, (uint*)&ids); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteQueryResourceTagNV")] - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] public static extern void DeleteQueryResourceTagNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLint *")] int* tagIds ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl( @@ -19339,53 +10330,11 @@ public static void DeleteQueryResourceTagNV( } } - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] public static void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds) => DeleteQueryResourceTagNV(1, (int*)&tagIds); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] public static void DeleteRenderbuffer( @@ -19393,93 +10342,11 @@ public static void DeleteRenderbuffer( ) => DeleteRenderbuffers(1, (uint*)&renderbuffers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteRenderbuffers")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void DeleteRenderbuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* renderbuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl( @@ -19497,13 +10364,11 @@ public static void DeleteRenderbuffers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteRenderbuffersEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void DeleteRenderbuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl( @@ -19520,28 +10385,24 @@ public static void DeleteRenderbuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] public static void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint renderbuffers ) => DeleteRenderbuffersEXT(1, (uint*)&renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] - public static void DeleteRenderbuffersO( + public static void DeleteRenderbuffersOOES( [NativeTypeName("const GLuint *")] uint renderbuffers ) => DeleteRenderbuffersOES(1, (uint*)&renderbuffers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteRenderbuffersOES")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern void DeleteRenderbuffersOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* renderbuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl( @@ -19558,137 +10419,17 @@ public static void DeleteRenderbuffersOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] public static void DeleteSampler([NativeTypeName("const GLuint *")] uint samplers) => DeleteSamplers(1, (uint*)&samplers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteSamplers")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] public static extern void DeleteSamplers( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* samplers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl( @@ -19706,15 +10447,11 @@ public static void DeleteSamplers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteSemaphoresEXT")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] public static extern void DeleteSemaphoresEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* semaphores ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl( @@ -19731,8 +10468,6 @@ public static void DeleteSemaphoresEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] public static void DeleteSemaphoresEXT( @@ -19740,61 +10475,14 @@ public static void DeleteSemaphoresEXT( ) => DeleteSemaphoresEXT(1, (uint*)&semaphores); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteShader")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void DeleteShader([NativeTypeName("GLuint")] uint shader); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteStatesNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void DeleteStatesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* states ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl( @@ -19811,80 +10499,14 @@ public static void DeleteStatesNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] public static void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states) => DeleteStatesNV(1, (uint*)&states); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteSync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void DeleteSync([NativeTypeName("GLsync")] Sync* sync); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSync")] [MethodImpl( @@ -19899,198 +10521,32 @@ public static void DeleteSync([NativeTypeName("GLsync")] Ref sync) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteSyncAPPLE")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] - public static extern void DeleteSyncApple([NativeTypeName("GLsync")] Sync* sync); + public static extern void DeleteSyncAPPLE([NativeTypeName("GLsync")] Sync* sync); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync) + public static void DeleteSyncAPPLE([NativeTypeName("GLsync")] Ref sync) { fixed (Sync* __dsl_sync = sync) { - DeleteSyncApple(__dsl_sync); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + DeleteSyncAPPLE(__dsl_sync); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] public static void DeleteTexture([NativeTypeName("const GLuint *")] uint textures) => DeleteTextures(1, (uint*)&textures); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteTextures")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void DeleteTextures( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl( @@ -20108,13 +10564,11 @@ public static void DeleteTextures( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteTexturesEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] public static extern void DeleteTexturesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl( @@ -20131,107 +10585,22 @@ public static void DeleteTexturesEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] public static void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures) => DeleteTexturesEXT(1, (uint*)&textures); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] public static void DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids) => DeleteTransformFeedbacks(1, (uint*)&ids); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteTransformFeedbacks")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void DeleteTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl( @@ -20249,13 +10618,11 @@ public static void DeleteTransformFeedbacks( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteTransformFeedbacksNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] public static extern void DeleteTransformFeedbacksNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl( @@ -20272,132 +10639,23 @@ public static void DeleteTransformFeedbacksNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] public static void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] uint ids ) => DeleteTransformFeedbacksNV(1, (uint*)&ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] public static void DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays) => DeleteVertexArrays(1, (uint*)&arrays); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteVertexArrays")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void DeleteVertexArrays( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl( @@ -20415,53 +10673,44 @@ public static void DeleteVertexArrays( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteVertexArraysAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] - public static extern void DeleteVertexArraysApple( + public static extern void DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteVertexArraysApple( + public static void DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref arrays ) { fixed (uint* __dsl_arrays = arrays) { - DeleteVertexArraysApple(n, __dsl_arrays); + DeleteVertexArraysAPPLE(n, __dsl_arrays); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] - public static void DeleteVertexArraysApple( + public static void DeleteVertexArraysAPPLE( [NativeTypeName("const GLuint *")] uint arrays - ) => DeleteVertexArraysApple(1, (uint*)&arrays); + ) => DeleteVertexArraysAPPLE(1, (uint*)&arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] - public static void DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays) => + public static void DeleteVertexArraysOOES([NativeTypeName("const GLuint *")] uint arrays) => DeleteVertexArraysOES(1, (uint*)&arrays); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteVertexArraysOES")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] public static extern void DeleteVertexArraysOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays ); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl( @@ -20479,139 +10728,23 @@ public static void DeleteVertexArraysOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDeleteVertexShaderEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void DeleteVertexShaderEXT([NativeTypeName("GLuint")] uint id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthBoundsdNV")] - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] public static extern void DepthBoundsNV( [NativeTypeName("GLdouble")] double zmin, [NativeTypeName("GLdouble")] double zmax ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthBoundsEXT")] - [SupportedApiProfile("gl", ["GL_EXT_depth_bounds_test"])] public static extern void DepthBoundsEXT( [NativeTypeName("GLclampd")] double zmin, [NativeTypeName("GLclampd")] double zmax ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthFunc")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void DepthFunc([NativeTypeName("GLenum")] uint func); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthFunc")] public static void DepthFunc( @@ -20619,192 +10752,26 @@ public static void DepthFunc( ) => DepthFunc((uint)func); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthMask")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void DepthMask([NativeTypeName("GLboolean")] uint flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthMask")] public static void DepthMask([NativeTypeName("GLboolean")] MaybeBool flag) => DepthMask((uint)flag); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRange")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void DepthRange( [NativeTypeName("GLdouble")] double n, [NativeTypeName("GLdouble")] double f ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangeArraydvNV")] - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] public static extern void DepthRangeArrayNV( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] [MethodImpl( @@ -20823,14 +10790,12 @@ public static void DepthRangeArrayNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangeArrayfvNV")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] public static extern void DepthRangeArrayNV( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] [MethodImpl( @@ -20849,14 +10814,12 @@ public static void DepthRangeArrayNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangeArrayfvOES")] - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] public static extern void DepthRangeArrayOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] [MethodImpl( @@ -20875,64 +10838,12 @@ public static void DepthRangeArrayOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangeArrayv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void DepthRangeArray( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl( @@ -20950,32 +10861,6 @@ public static void DepthRangeArray( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] public static void DepthRangeArray( @@ -20984,86 +10869,24 @@ public static void DepthRangeArray( ) => DepthRangeArray(first, 1, (double*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangedNV")] - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] public static extern void DepthRangeNV( [NativeTypeName("GLdouble")] double zNear, [NativeTypeName("GLdouble")] double zFar ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangef")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void DepthRange( [NativeTypeName("GLfloat")] float n, [NativeTypeName("GLfloat")] float f ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangefOES")] - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] public static extern void DepthRangeOES( [NativeTypeName("GLclampf")] float n, [NativeTypeName("GLclampf")] float f ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangeIndexed")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void DepthRangeIndexed( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double n, @@ -21071,8 +10894,6 @@ public static extern void DepthRangeIndexed( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangeIndexeddNV")] - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] public static extern void DepthRangeIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double n, @@ -21080,7 +10901,6 @@ public static extern void DepthRangeIndexedNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangeIndexedfNV")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] public static extern void DepthRangeIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float n, @@ -21088,7 +10908,6 @@ public static extern void DepthRangeIndexedNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangeIndexedfOES")] - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] public static extern void DepthRangeIndexedOES( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float n, @@ -21096,85 +10915,36 @@ public static extern void DepthRangeIndexedOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangex")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void DepthRangex( [NativeTypeName("GLfixed")] int n, [NativeTypeName("GLfixed")] int f ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDepthRangexOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void DepthRangexOES( [NativeTypeName("GLfixed")] int n, [NativeTypeName("GLfixed")] int f ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDetachObjectARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void DetachObjectARB( [NativeTypeName("GLhandleARB")] uint containerObj, [NativeTypeName("GLhandleARB")] uint attachedObj ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDetachShader")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void DetachShader( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint shader ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDetailTexFuncSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] public static extern void DetailTexFuncSGIS( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] [MethodImpl( @@ -21193,120 +10963,8 @@ public static void DetailTexFuncSGIS( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisable")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Disable([NativeTypeName("GLenum")] uint cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisable")] public static void Disable( @@ -21314,58 +10972,8 @@ public static void Disable( ) => Disable((uint)cap); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableClientState")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void DisableClientState([NativeTypeName("GLenum")] uint array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientState")] public static void DisableClientState( @@ -21373,15 +10981,11 @@ public static void DisableClientState( ) => DisableClientState((uint)array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableClientStateiEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void DisableClientStateEXT( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] public static void DisableClientStateEXT( @@ -21390,15 +10994,11 @@ public static void DisableClientStateEXT( ) => DisableClientStateEXT((uint)array, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableClientStateIndexedEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void DisableClientStateIndexedEXT( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] public static void DisableClientStateIndexedEXT( @@ -21407,86 +11007,16 @@ public static void DisableClientStateIndexedEXT( ) => DisableClientStateIndexedEXT((uint)array, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableDriverControlQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] public static extern void DisableDriverControlQCOM( [NativeTypeName("GLuint")] uint driverControl ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisablei")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void Disable( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisablei")] public static void Disable( @@ -21495,13 +11025,11 @@ public static void Disable( ) => Disable((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableiEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] public static extern void DisableEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] public static void DisableEXT( @@ -21510,15 +11038,11 @@ public static void DisableEXT( ) => DisableEXT((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableIndexedEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void DisableIndexedEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] public static void DisableIndexedEXT( @@ -21527,13 +11051,11 @@ public static void DisableIndexedEXT( ) => DisableIndexedEXT((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableiNV")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] public static extern void DisableNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiNV")] public static void DisableNV( @@ -21542,13 +11064,11 @@ public static void DisableNV( ) => DisableNV((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableiOES")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] public static extern void DisableOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiOES")] public static void DisableOES( @@ -21557,43 +11077,26 @@ public static void DisableOES( ) => DisableOES((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableVariantClientStateEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void DisableVariantClientStateEXT([NativeTypeName("GLuint")] uint id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableVertexArrayAttrib")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void DisableVertexArrayAttrib( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableVertexArrayAttribEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void DisableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableVertexArrayEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void DisableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] uint array ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] public static void DisableVertexArrayEXT( @@ -21602,75 +11105,26 @@ public static void DisableVertexArrayEXT( ) => DisableVertexArrayEXT(vaobj, (uint)array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableVertexAttribAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] - public static extern void DisableVertexAttribApple( + public static extern void DisableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableVertexAttribArray")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void DisableVertexAttribArray([NativeTypeName("GLuint")] uint index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDisableVertexAttribArrayARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void DisableVertexAttribArrayARB( [NativeTypeName("GLuint")] uint index ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDiscardFramebufferEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] public static extern void DiscardFramebufferEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint numAttachments, [NativeTypeName("const GLenum *")] uint* attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -21688,8 +11142,6 @@ public static void DiscardFramebufferEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] public static void DiscardFramebufferEXT( @@ -21697,8 +11149,6 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] uint attachments ) => DiscardFramebufferEXT((uint)target, 1, (uint*)&attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -21716,8 +11166,6 @@ public static void DiscardFramebufferEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] public static void DiscardFramebufferEXT( @@ -21725,8 +11173,6 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] GLEnum attachments ) => DiscardFramebufferEXT((uint)target, 1, (uint*)(GLEnum*)&attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -21744,8 +11190,6 @@ public static void DiscardFramebufferEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] public static void DiscardFramebufferEXT( @@ -21759,28 +11203,6 @@ public static void DiscardFramebufferEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDispatchCompute")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void DispatchCompute( [NativeTypeName("GLuint")] uint num_groups_x, [NativeTypeName("GLuint")] uint num_groups_y, @@ -21788,8 +11210,6 @@ public static extern void DispatchCompute( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDispatchComputeGroupSizeARB")] - [SupportedApiProfile("gl", ["GL_ARB_compute_variable_group_size"])] - [SupportedApiProfile("glcore", ["GL_ARB_compute_variable_group_size"])] public static extern void DispatchComputeGroupSizeARB( [NativeTypeName("GLuint")] uint num_groups_x, [NativeTypeName("GLuint")] uint num_groups_y, @@ -21800,147 +11220,17 @@ public static extern void DispatchComputeGroupSizeARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDispatchComputeIndirect")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void DispatchComputeIndirect( [NativeTypeName("GLintptr")] nint indirect ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArrays")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void DrawArrays( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArrays")] public static void DrawArrays( @@ -21950,14 +11240,12 @@ public static void DrawArrays( ) => DrawArrays((uint)mode, first, count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] public static extern void DrawArraysEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] public static void DrawArraysEXT( @@ -21967,67 +11255,11 @@ public static void DrawArraysEXT( ) => DrawArraysEXT((uint)mode, first, count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysIndirect")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void DrawArraysIndirect( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const void *")] void* indirect ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] [MethodImpl( @@ -22045,38 +11277,6 @@ public static void DrawArraysIndirect( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysInstanced")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] public static extern void DrawArraysInstanced( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, @@ -22084,38 +11284,6 @@ public static extern void DrawArraysInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] public static void DrawArraysInstanced( @@ -22126,27 +11294,23 @@ public static void DrawArraysInstanced( ) => DrawArraysInstanced((uint)mode, first, count, instancecount); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysInstancedANGLE")] - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] - public static extern void DrawArraysInstancedAngle( + public static extern void DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] - public static void DrawArraysInstancedAngle( + public static void DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) => DrawArraysInstancedAngle((uint)mode, first, count, primcount); + ) => DrawArraysInstancedANGLE((uint)mode, first, count, primcount); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysInstancedARB")] - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] public static extern void DrawArraysInstancedARB( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, @@ -22154,8 +11318,6 @@ public static extern void DrawArraysInstancedARB( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] public static void DrawArraysInstancedARB( @@ -22170,30 +11332,6 @@ public static void DrawArraysInstancedARB( ExactSpelling = true, EntryPoint = "glDrawArraysInstancedBaseInstance" )] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] public static extern void DrawArraysInstancedBaseInstance( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, @@ -22202,30 +11340,6 @@ public static extern void DrawArraysInstancedBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] public static void DrawArraysInstancedBaseInstance( @@ -22241,7 +11355,6 @@ public static void DrawArraysInstancedBaseInstance( ExactSpelling = true, EntryPoint = "glDrawArraysInstancedBaseInstanceEXT" )] - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] public static extern void DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, @@ -22250,7 +11363,6 @@ public static extern void DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] public static void DrawArraysInstancedBaseInstanceEXT( @@ -22269,9 +11381,6 @@ public static void DrawArraysInstancedBaseInstanceEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysInstancedEXT")] - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] public static extern void DrawArraysInstancedEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int start, @@ -22279,9 +11388,6 @@ public static extern void DrawArraysInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] public static void DrawArraysInstancedEXT( @@ -22292,7 +11398,6 @@ public static void DrawArraysInstancedEXT( ) => DrawArraysInstancedEXT((uint)mode, start, count, primcount); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawArraysInstancedNV")] - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] public static extern void DrawArraysInstancedNV( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, @@ -22300,7 +11405,6 @@ public static extern void DrawArraysInstancedNV( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] public static void DrawArraysInstancedNV( @@ -22311,282 +11415,30 @@ public static void DrawArraysInstancedNV( ) => DrawArraysInstancedNV((uint)mode, first, count, primcount); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawBuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void DrawBuffer([NativeTypeName("GLenum")] uint buf); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] public static void DrawBuffer( [NativeTypeName("GLenum")] Constant buf ) => DrawBuffer((uint)buf); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] public static void DrawBuffer([NativeTypeName("const GLenum *")] GLEnum bufs) => DrawBuffers(1, (uint*)(GLEnum*)&bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] public static void DrawBuffer([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => DrawBuffers(1, (uint*)(DrawBufferMode*)&bufs); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawBuffers")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void DrawBuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -22603,44 +11455,6 @@ public static void DrawBuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -22657,44 +11471,6 @@ public static void DrawBuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -22712,13 +11488,11 @@ public static void DrawBuffers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawBuffersARB")] - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] public static extern void DrawBuffersARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -22735,13 +11509,11 @@ public static void DrawBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] public static void DrawBuffersARB([NativeTypeName("const GLenum *")] uint bufs) => DrawBuffersARB(1, (uint*)&bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -22758,13 +11530,11 @@ public static void DrawBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] public static void DrawBuffersARB([NativeTypeName("const GLenum *")] GLEnum bufs) => DrawBuffersARB(1, (uint*)(GLEnum*)&bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -22781,20 +11551,17 @@ public static void DrawBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] public static void DrawBuffersARB([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => DrawBuffersARB(1, (uint*)(DrawBufferMode*)&bufs); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawBuffersATI")] - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] public static extern void DrawBuffersATI( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -22811,13 +11578,11 @@ public static void DrawBuffersATI( } } - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] public static void DrawBuffersATI([NativeTypeName("const GLenum *")] uint bufs) => DrawBuffersATI(1, (uint*)&bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -22834,13 +11599,11 @@ public static void DrawBuffersATI( } } - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] public static void DrawBuffersATI([NativeTypeName("const GLenum *")] GLEnum bufs) => DrawBuffersATI(1, (uint*)(GLEnum*)&bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -22857,20 +11620,17 @@ public static void DrawBuffersATI( } } - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] public static void DrawBuffersATI([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => DrawBuffersATI(1, (uint*)(DrawBufferMode*)&bufs); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawBuffersEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] public static extern void DrawBuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl( @@ -22887,21 +11647,18 @@ public static void DrawBuffersEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] public static void DrawBuffersEXT([NativeTypeName("const GLenum *")] uint bufs) => DrawBuffersEXT(1, (uint*)&bufs); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawBuffersIndexedEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] public static extern void DrawBuffersIndexedEXT( [NativeTypeName("GLint")] int n, [NativeTypeName("const GLenum *")] uint* location, [NativeTypeName("const GLint *")] int* indices ); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] [MethodImpl( @@ -22921,13 +11678,11 @@ public static void DrawBuffersIndexedEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawBuffersNV")] - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] public static extern void DrawBuffersNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl( @@ -22944,15 +11699,12 @@ public static void DrawBuffersNV( } } - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] public static void DrawBuffersNV([NativeTypeName("const GLenum *")] uint bufs) => DrawBuffersNV(1, (uint*)&bufs); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawCommandsAddressNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void DrawCommandsAddressNV( [NativeTypeName("GLenum")] uint primitiveMode, [NativeTypeName("const GLuint64 *")] ulong* indirects, @@ -22960,8 +11712,6 @@ public static extern void DrawCommandsAddressNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] [MethodImpl( @@ -22982,8 +11732,6 @@ public static void DrawCommandsAddressNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawCommandsNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void DrawCommandsNV( [NativeTypeName("GLenum")] uint primitiveMode, [NativeTypeName("GLuint")] uint buffer, @@ -22992,8 +11740,6 @@ public static extern void DrawCommandsNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] [MethodImpl( @@ -23015,8 +11761,6 @@ public static void DrawCommandsNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawCommandsStatesAddressNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void DrawCommandsStatesAddressNV( [NativeTypeName("const GLuint64 *")] ulong* indirects, [NativeTypeName("const GLsizei *")] uint* sizes, @@ -23025,8 +11769,6 @@ public static extern void DrawCommandsStatesAddressNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] [MethodImpl( @@ -23056,8 +11798,6 @@ public static void DrawCommandsStatesAddressNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawCommandsStatesNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("const GLintptr *")] nint* indirects, @@ -23067,8 +11807,6 @@ public static extern void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] [MethodImpl( @@ -23100,30 +11838,26 @@ public static void DrawCommandsStatesNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElementArrayAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] - public static extern void DrawElementArrayApple( + public static extern void DrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] - public static void DrawElementArrayApple( + public static void DrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => DrawElementArrayApple((uint)mode, first, count); + ) => DrawElementArrayAPPLE((uint)mode, first, count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElementArrayATI")] - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] public static extern void DrawElementArrayATI( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] public static void DrawElementArrayATI( @@ -23132,60 +11866,6 @@ public static void DrawElementArrayATI( ) => DrawElementArrayATI((uint)mode, count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElements")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void DrawElements( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -23193,60 +11873,6 @@ public static extern void DrawElements( [NativeTypeName("const void *")] void* indices ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElements")] [MethodImpl( @@ -23266,38 +11892,6 @@ public static void DrawElements( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElementsBaseVertex")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void DrawElementsBaseVertex( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -23306,38 +11900,6 @@ public static extern void DrawElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] [MethodImpl( @@ -23358,7 +11920,6 @@ public static void DrawElementsBaseVertex( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElementsBaseVertexEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] public static extern void DrawElementsBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -23367,7 +11928,6 @@ public static extern void DrawElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] [MethodImpl( @@ -23388,7 +11948,6 @@ public static void DrawElementsBaseVertexEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElementsBaseVertexOES")] - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] public static extern void DrawElementsBaseVertexOES( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -23397,7 +11956,6 @@ public static extern void DrawElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] [MethodImpl( @@ -23418,68 +11976,12 @@ public static void DrawElementsBaseVertexOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElementsIndirect")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void DrawElementsIndirect( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* indirect ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] [MethodImpl( @@ -23498,38 +12000,6 @@ public static void DrawElementsIndirect( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElementsInstanced")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] public static extern void DrawElementsInstanced( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -23538,38 +12008,6 @@ public static extern void DrawElementsInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] [MethodImpl( @@ -23590,8 +12028,7 @@ public static void DrawElementsInstanced( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElementsInstancedANGLE")] - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] - public static extern void DrawElementsInstancedAngle( + public static extern void DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] uint type, @@ -23599,13 +12036,12 @@ public static extern void DrawElementsInstancedAngle( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DrawElementsInstancedAngle( + public static void DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] Constant type, @@ -23615,13 +12051,11 @@ public static void DrawElementsInstancedAngle( { fixed (void* __dsl_indices = indices) { - DrawElementsInstancedAngle((uint)mode, count, (uint)type, __dsl_indices, primcount); + DrawElementsInstancedANGLE((uint)mode, count, (uint)type, __dsl_indices, primcount); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElementsInstancedARB")] - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] public static extern void DrawElementsInstancedARB( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -23630,8 +12064,6 @@ public static extern void DrawElementsInstancedARB( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] [MethodImpl( @@ -23656,30 +12088,6 @@ public static void DrawElementsInstancedARB( ExactSpelling = true, EntryPoint = "glDrawElementsInstancedBaseInstance" )] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] public static extern void DrawElementsInstancedBaseInstance( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -23689,30 +12097,6 @@ public static extern void DrawElementsInstancedBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] [MethodImpl( @@ -23745,7 +12129,6 @@ public static void DrawElementsInstancedBaseInstance( ExactSpelling = true, EntryPoint = "glDrawElementsInstancedBaseInstanceEXT" )] - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] public static extern void DrawElementsInstancedBaseInstanceEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -23755,7 +12138,6 @@ public static extern void DrawElementsInstancedBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] [MethodImpl( @@ -23788,38 +12170,6 @@ public static void DrawElementsInstancedBaseInstanceEXT( ExactSpelling = true, EntryPoint = "glDrawElementsInstancedBaseVertex" )] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void DrawElementsInstancedBaseVertex( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -23829,38 +12179,6 @@ public static extern void DrawElementsInstancedBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] [MethodImpl( @@ -23893,30 +12211,6 @@ public static void DrawElementsInstancedBaseVertex( ExactSpelling = true, EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance" )] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] public static extern void DrawElementsInstancedBaseVertexBaseInstance( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -23927,30 +12221,6 @@ public static extern void DrawElementsInstancedBaseVertexBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] [MethodImpl( @@ -23985,7 +12255,6 @@ public static void DrawElementsInstancedBaseVertexBaseInstance( ExactSpelling = true, EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT" )] - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] public static extern void DrawElementsInstancedBaseVertexBaseInstanceEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -23996,7 +12265,6 @@ public static extern void DrawElementsInstancedBaseVertexBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] [MethodImpl( @@ -24031,7 +12299,6 @@ public static void DrawElementsInstancedBaseVertexBaseInstanceEXT( ExactSpelling = true, EntryPoint = "glDrawElementsInstancedBaseVertexEXT" )] - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] public static extern void DrawElementsInstancedBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -24041,7 +12308,6 @@ public static extern void DrawElementsInstancedBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] [MethodImpl( @@ -24074,7 +12340,6 @@ public static void DrawElementsInstancedBaseVertexEXT( ExactSpelling = true, EntryPoint = "glDrawElementsInstancedBaseVertexOES" )] - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] public static extern void DrawElementsInstancedBaseVertexOES( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -24084,7 +12349,6 @@ public static extern void DrawElementsInstancedBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] [MethodImpl( @@ -24113,9 +12377,6 @@ public static void DrawElementsInstancedBaseVertexOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElementsInstancedEXT")] - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] public static extern void DrawElementsInstancedEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -24124,9 +12385,6 @@ public static extern void DrawElementsInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] [MethodImpl( @@ -24147,7 +12405,6 @@ public static void DrawElementsInstancedEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawElementsInstancedNV")] - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] public static extern void DrawElementsInstancedNV( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, @@ -24156,7 +12413,6 @@ public static extern void DrawElementsInstancedNV( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] [MethodImpl( @@ -24177,7 +12433,6 @@ public static void DrawElementsInstancedNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawMeshArraysSUN")] - [SupportedApiProfile("gl", ["GL_SUN_mesh_array"])] public static extern void DrawMeshArraysSUN( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, @@ -24185,7 +12440,6 @@ public static extern void DrawMeshArraysSUN( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_SUN_mesh_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] public static void DrawMeshArraysSUN( @@ -24196,48 +12450,17 @@ public static void DrawMeshArraysSUN( ) => DrawMeshArraysSUN((uint)mode, first, count, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawMeshTasksIndirectNV")] - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] public static extern void DrawMeshTasksIndirectNV( [NativeTypeName("GLintptr")] nint indirect ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawMeshTasksNV")] - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] public static extern void DrawMeshTaskNV( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLuint")] uint count ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawPixels")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void DrawPixels( [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height, @@ -24246,31 +12469,6 @@ public static extern void DrawPixels( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawPixels")] [MethodImpl( @@ -24291,8 +12489,7 @@ public static void DrawPixels( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawRangeElementArrayAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] - public static extern void DrawRangeElementArrayApple( + public static extern void DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -24300,19 +12497,17 @@ public static extern void DrawRangeElementArrayApple( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] - public static void DrawRangeElementArrayApple( + public static void DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => DrawRangeElementArrayApple((uint)mode, start, end, first, count); + ) => DrawRangeElementArrayAPPLE((uint)mode, start, end, first, count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawRangeElementArrayATI")] - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] public static extern void DrawRangeElementArrayATI( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, @@ -24320,7 +12515,6 @@ public static extern void DrawRangeElementArrayATI( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] public static void DrawRangeElementArrayATI( @@ -24331,52 +12525,6 @@ public static void DrawRangeElementArrayATI( ) => DrawRangeElementArrayATI((uint)mode, start, end, count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawRangeElements")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] public static extern void DrawRangeElements( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, @@ -24386,52 +12534,6 @@ public static extern void DrawRangeElements( [NativeTypeName("const void *")] void* indices ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] [MethodImpl( @@ -24453,38 +12555,6 @@ public static void DrawRangeElements( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawRangeElementsBaseVertex")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void DrawRangeElementsBaseVertex( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, @@ -24495,38 +12565,6 @@ public static extern void DrawRangeElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] [MethodImpl( @@ -24557,7 +12595,6 @@ public static void DrawRangeElementsBaseVertex( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawRangeElementsBaseVertexEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] public static extern void DrawRangeElementsBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, @@ -24568,7 +12605,6 @@ public static extern void DrawRangeElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] [MethodImpl( @@ -24599,7 +12635,6 @@ public static void DrawRangeElementsBaseVertexEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawRangeElementsBaseVertexOES")] - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] public static extern void DrawRangeElementsBaseVertexOES( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, @@ -24610,7 +12645,6 @@ public static extern void DrawRangeElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] [MethodImpl( @@ -24641,7 +12675,6 @@ public static void DrawRangeElementsBaseVertexOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawRangeElementsEXT")] - [SupportedApiProfile("gl", ["GL_EXT_draw_range_elements"])] public static extern void DrawRangeElementsEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, @@ -24651,7 +12684,6 @@ public static extern void DrawRangeElementsEXT( [NativeTypeName("const void *")] void* indices ); - [SupportedApiProfile("gl", ["GL_EXT_draw_range_elements"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] [MethodImpl( @@ -24673,7 +12705,6 @@ public static void DrawRangeElementsEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTexfOES")] - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] public static extern void DrawTexOES( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, @@ -24683,10 +12714,8 @@ public static extern void DrawTexOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTexfvOES")] - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] public static extern void DrawTexOES([NativeTypeName("const GLfloat *")] float* coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] [MethodImpl( @@ -24701,7 +12730,6 @@ public static void DrawTexOES([NativeTypeName("const GLfloat *")] Ref coo } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTexiOES")] - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] public static extern void DrawTexOES( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -24711,10 +12739,8 @@ public static extern void DrawTexOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTexivOES")] - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] public static extern void DrawTexOES([NativeTypeName("const GLint *")] int* coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] [MethodImpl( @@ -24729,7 +12755,6 @@ public static void DrawTexOES([NativeTypeName("const GLint *")] Ref coords) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTexsOES")] - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] public static extern void DrawTexOES( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y, @@ -24739,10 +12764,8 @@ public static extern void DrawTexOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTexsvOES")] - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] public static extern void DrawTexOES([NativeTypeName("const GLshort *")] short* coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] [MethodImpl( @@ -24757,7 +12780,6 @@ public static void DrawTexOES([NativeTypeName("const GLshort *")] Ref coo } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTextureNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_texture"])] public static extern void DrawTextureNV( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLuint")] uint sampler, @@ -24773,7 +12795,6 @@ public static extern void DrawTextureNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTexxOES")] - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] public static extern void DrawTexxOES( [NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y, @@ -24783,10 +12804,8 @@ public static extern void DrawTexxOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTexxvOES")] - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] public static extern void DrawTexxOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] [MethodImpl( @@ -24801,67 +12820,11 @@ public static void DrawTexxOES([NativeTypeName("const GLfixed *")] Ref coor } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTransformFeedback")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void DrawTransformFeedback( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] public static void DrawTransformFeedback( @@ -24870,13 +12833,11 @@ public static void DrawTransformFeedback( ) => DrawTransformFeedback((uint)mode, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTransformFeedbackEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] public static extern void DrawTransformFeedbackEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] public static void DrawTransformFeedbackEXT( @@ -24885,60 +12846,12 @@ public static void DrawTransformFeedbackEXT( ) => DrawTransformFeedbackEXT((uint)mode, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTransformFeedbackInstanced")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] public static extern void DrawTransformFeedbackInstanced( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] public static void DrawTransformFeedbackInstanced( @@ -24952,14 +12865,12 @@ public static void DrawTransformFeedbackInstanced( ExactSpelling = true, EntryPoint = "glDrawTransformFeedbackInstancedEXT" )] - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] public static extern void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] public static void DrawTransformFeedbackInstancedEXT( @@ -24969,13 +12880,11 @@ public static void DrawTransformFeedbackInstancedEXT( ) => DrawTransformFeedbackInstancedEXT((uint)mode, id, instancecount); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTransformFeedbackNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] public static extern void DrawTransformFeedbackNV( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] public static void DrawTransformFeedbackNV( @@ -24984,68 +12893,12 @@ public static void DrawTransformFeedbackNV( ) => DrawTransformFeedbackNV((uint)mode, id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawTransformFeedbackStream")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void DrawTransformFeedbackStream( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint stream ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] public static void DrawTransformFeedbackStream( @@ -25059,30 +12912,6 @@ public static void DrawTransformFeedbackStream( ExactSpelling = true, EntryPoint = "glDrawTransformFeedbackStreamInstanced" )] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] public static extern void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id, @@ -25090,30 +12919,6 @@ public static extern void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] public static void DrawTransformFeedbackStreamInstanced( @@ -25124,9 +12929,6 @@ public static void DrawTransformFeedbackStreamInstanced( ) => DrawTransformFeedbackStreamInstanced((uint)mode, id, stream, instancecount); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glDrawVkImageNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] public static extern void DrawVkImageNV( [NativeTypeName("GLuint64")] ulong vkImage, [NativeTypeName("GLuint")] uint sampler, @@ -25142,122 +12944,22 @@ public static extern void DrawVkImageNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEdgeFlag")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void EdgeFlag([NativeTypeName("GLboolean")] uint flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] public static void EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) => EdgeFlag((uint)flag); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEdgeFlagFormatNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] public static extern void EdgeFlagFormatNV([NativeTypeName("GLsizei")] uint stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEdgeFlagPointer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern void EdgeFlagPointer( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] [MethodImpl( @@ -25275,14 +12977,12 @@ public static void EdgeFlagPointer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEdgeFlagPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] public static extern void EdgeFlagPointerEXT( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLboolean *")] uint* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl( @@ -25300,7 +13000,6 @@ public static void EdgeFlagPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] public static void EdgeFlagPointerEXT( @@ -25309,14 +13008,12 @@ public static void EdgeFlagPointerEXT( ) => EdgeFlagPointerEXT(1, count, (uint*)&pointer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEdgeFlagPointerListIBM")] - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] public static extern void EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int stride, [NativeTypeName("const GLboolean **")] uint** pointer, [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl( @@ -25334,7 +13031,6 @@ public static void EdgeFlagPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl( @@ -25348,58 +13044,8 @@ public static Ptr EdgeFlagPointerListIBM([NativeTypeName("GLint")] int ptr } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEdgeFlagv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void EdgeFlagv([NativeTypeName("const GLboolean *")] uint* flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl( @@ -25413,31 +13059,6 @@ public static void EdgeFlagv([NativeTypeName("const GLboolean *")] Ref fla } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] public static void EdgeFlagv([NativeTypeName("const GLboolean *")] uint flag) => @@ -25448,15 +13069,11 @@ public static void EdgeFlagv([NativeTypeName("const GLboolean *")] uint flag) => ExactSpelling = true, EntryPoint = "glEGLImageTargetRenderbufferStorageOES" )] - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] public static extern void EGLImageTargetRenderbufferStorageOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLeglImageOES")] void* image ); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] [MethodImpl( @@ -25474,18 +13091,12 @@ public static void EGLImageTargetRenderbufferStorageOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEGLImageTargetTexStorageEXT")] - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] public static extern void EGLImageTargetTexStorageEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLeglImageOES")] void* image, [NativeTypeName("const GLint *")] int* attrib_list ); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] [MethodImpl( @@ -25505,15 +13116,11 @@ public static void EGLImageTargetTexStorageEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEGLImageTargetTexture2DOES")] - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] public static extern void EGLImageTargetTexture2DOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLeglImageOES")] void* image ); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] [MethodImpl( @@ -25535,18 +13142,12 @@ public static void EGLImageTargetTexture2DOES( ExactSpelling = true, EntryPoint = "glEGLImageTargetTextureStorageEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] public static extern void EGLImageTargetTextureStorageEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLeglImageOES")] void* image, [NativeTypeName("const GLint *")] int* attrib_list ); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] [MethodImpl( @@ -25566,37 +13167,33 @@ public static void EGLImageTargetTextureStorageEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glElementPointerAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] - public static extern void ElementPointerApple( + public static extern void ElementPointerAPPLE( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ElementPointerApple( + public static void ElementPointerAPPLE( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void *")] Ref pointer ) { fixed (void* __dsl_pointer = pointer) { - ElementPointerApple((uint)type, __dsl_pointer); + ElementPointerAPPLE((uint)type, __dsl_pointer); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glElementPointerATI")] - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] public static extern void ElementPointerATI( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] [MethodImpl( @@ -25614,120 +13211,8 @@ public static void ElementPointerATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnable")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Enable([NativeTypeName("GLenum")] uint cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnable")] public static void Enable( @@ -25735,58 +13220,8 @@ public static void Enable( ) => Enable((uint)cap); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableClientState")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void EnableClientState([NativeTypeName("GLenum")] uint array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientState")] public static void EnableClientState( @@ -25794,15 +13229,11 @@ public static void EnableClientState( ) => EnableClientState((uint)array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableClientStateiEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void EnableClientStateEXT( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] public static void EnableClientStateEXT( @@ -25811,15 +13242,11 @@ public static void EnableClientStateEXT( ) => EnableClientStateEXT((uint)array, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableClientStateIndexedEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void EnableClientStateIndexedEXT( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] public static void EnableClientStateIndexedEXT( @@ -25828,86 +13255,16 @@ public static void EnableClientStateIndexedEXT( ) => EnableClientStateIndexedEXT((uint)array, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableDriverControlQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] public static extern void EnableDriverControlQCOM( [NativeTypeName("GLuint")] uint driverControl ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnablei")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void Enable( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnablei")] public static void Enable( @@ -25916,13 +13273,11 @@ public static void Enable( ) => Enable((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableiEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] public static extern void EnableEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] public static void EnableEXT( @@ -25931,15 +13286,11 @@ public static void EnableEXT( ) => EnableEXT((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableIndexedEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void EnableIndexedEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] public static void EnableIndexedEXT( @@ -25948,13 +13299,11 @@ public static void EnableIndexedEXT( ) => EnableIndexedEXT((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableiNV")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] public static extern void EnableNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiNV")] public static void EnableNV( @@ -25963,13 +13312,11 @@ public static void EnableNV( ) => EnableNV((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableiOES")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] public static extern void EnableOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiOES")] public static void EnableOES( @@ -25978,43 +13325,26 @@ public static void EnableOES( ) => EnableOES((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableVariantClientStateEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void EnableVariantClientStateEXT([NativeTypeName("GLuint")] uint id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableVertexArrayAttrib")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void EnableVertexArrayAttrib( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableVertexArrayAttribEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void EnableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableVertexArrayEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void EnableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] uint array ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] public static void EnableVertexArrayEXT( @@ -26023,268 +13353,47 @@ public static void EnableVertexArrayEXT( ) => EnableVertexArrayEXT(vaobj, (uint)array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableVertexAttribAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] - public static extern void EnableVertexAttribApple( + public static extern void EnableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableVertexAttribArray")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void EnableVertexAttribArray([NativeTypeName("GLuint")] uint index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnableVertexAttribArrayARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void EnableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEnd")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void End(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndConditionalRender")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void EndConditionalRender(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndConditionalRenderNV")] - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] public static extern void EndConditionalRenderNV(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndConditionalRenderNVX")] - [SupportedApiProfile("gl", ["GL_NVX_conditional_render"])] public static extern void EndConditionalRenderNVX(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndFragmentShaderATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void EndFragmentShaderATI(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndList")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void EndList(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndOcclusionQueryNV")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] public static extern void EndOcclusionQueryNV(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndPerfMonitorAMD")] - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] public static extern void EndPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndPerfQueryINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] - public static extern void EndPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle); + public static extern void EndPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndQuery")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] public static extern void EndQuery([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQuery")] public static void EndQuery( @@ -26292,10 +13401,8 @@ public static void EndQuery( ) => EndQuery((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndQueryARB")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] public static extern void EndQueryARB([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] public static void EndQueryARB( @@ -26303,16 +13410,8 @@ public static void EndQueryARB( ) => EndQueryARB((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndQueryEXT")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] public static extern void EndQueryEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] public static void EndQueryEXT( @@ -26320,67 +13419,11 @@ public static void EndQueryEXT( ) => EndQueryEXT((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndQueryIndexed")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void EndQueryIndexed( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] public static void EndQueryIndexed( @@ -26389,12 +13432,8 @@ public static void EndQueryIndexed( ) => EndQueryIndexed((uint)target, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndTilingQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] public static extern void EndTilingQCOM([NativeTypeName("GLbitfield")] uint preserveMask); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] public static void EndTilingQCOM( @@ -26402,323 +13441,81 @@ public static void EndTilingQCOM( ) => EndTilingQCOM((uint)preserveMask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndTransformFeedback")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void EndTransformFeedback(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndTransformFeedbackEXT")] - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] public static extern void EndTransformFeedbackEXT(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndTransformFeedbackNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] public static extern void EndTransformFeedbackNV(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndVertexShaderEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void EndVertexShaderEXT(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEndVideoCaptureNV")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] public static extern void EndVideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalCoord1d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - public static extern void EvalCoord1D([NativeTypeName("GLdouble")] double u); + public static extern void EvalCoord1d([NativeTypeName("GLdouble")] double u); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalCoord1dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - public static extern void EvalCoord1Dv([NativeTypeName("const GLdouble *")] double* u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static extern void EvalCoord1dv([NativeTypeName("const GLdouble *")] double* u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EvalCoord1Dv([NativeTypeName("const GLdouble *")] Ref u) + public static void EvalCoord1dv([NativeTypeName("const GLdouble *")] Ref u) { fixed (double* __dsl_u = u) { - EvalCoord1Dv(__dsl_u); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + EvalCoord1dv(__dsl_u); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] - public static void EvalCoord1Dv([NativeTypeName("const GLdouble *")] double u) => - EvalCoord1Dv((double*)&u); + public static void EvalCoord1dv([NativeTypeName("const GLdouble *")] double u) => + EvalCoord1dv((double*)&u); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalCoord1f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - public static extern void EvalCoord1F([NativeTypeName("GLfloat")] float u); + public static extern void EvalCoord1f([NativeTypeName("GLfloat")] float u); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalCoord1fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - public static extern void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float* u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static extern void EvalCoord1fv([NativeTypeName("const GLfloat *")] float* u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EvalCoord1Fv([NativeTypeName("const GLfloat *")] Ref u) + public static void EvalCoord1fv([NativeTypeName("const GLfloat *")] Ref u) { fixed (float* __dsl_u = u) { - EvalCoord1Fv(__dsl_u); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + EvalCoord1fv(__dsl_u); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] - public static void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float u) => - EvalCoord1Fv((float*)&u); + public static void EvalCoord1fv([NativeTypeName("const GLfloat *")] float u) => + EvalCoord1fv((float*)&u); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalCoord1xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void EvalCoord1XOES([NativeTypeName("GLfixed")] int u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] - public static void EvalCoord1XvO([NativeTypeName("const GLfixed *")] int coords) => + public static void EvalCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords) => EvalCoord1XOES((int*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalCoord1xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void EvalCoord1XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl( @@ -26733,89 +13530,14 @@ public static void EvalCoord1XOES([NativeTypeName("const GLfixed *")] Ref c } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalCoord2d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void EvalCoord2( [NativeTypeName("GLdouble")] double u, [NativeTypeName("GLdouble")] double v ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalCoord2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void EvalCoord2([NativeTypeName("const GLdouble *")] double* u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] [MethodImpl( @@ -26830,89 +13552,14 @@ public static void EvalCoord2([NativeTypeName("const GLdouble *")] Ref u } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalCoord2f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void EvalCoord2( [NativeTypeName("GLfloat")] float u, [NativeTypeName("GLfloat")] float v ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalCoord2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void EvalCoord2([NativeTypeName("const GLfloat *")] float* u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] [MethodImpl( @@ -26927,17 +13574,14 @@ public static void EvalCoord2([NativeTypeName("const GLfloat *")] Ref u) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalCoord2xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void EvalCoord2XOES( [NativeTypeName("GLfixed")] int u, [NativeTypeName("GLfixed")] int v ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalCoord2xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void EvalCoord2XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] [MethodImpl( @@ -26952,13 +13596,11 @@ public static void EvalCoord2XOES([NativeTypeName("const GLfixed *")] Ref c } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalMapsNV")] - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] public static extern void EvalMapNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] public static void EvalMapNV( @@ -26967,62 +13609,12 @@ public static void EvalMapNV( ) => EvalMapNV((uint)target, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalMesh1")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void EvalMesh1( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int i1, [NativeTypeName("GLint")] int i2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] public static void EvalMesh1( @@ -27032,31 +13624,6 @@ public static void EvalMesh1( ) => EvalMesh1((uint)mode, i1, i2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalMesh2")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void EvalMesh2( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int i1, @@ -27065,31 +13632,6 @@ public static extern void EvalMesh2( [NativeTypeName("GLint")] int j2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] public static void EvalMesh2( @@ -27101,78 +13643,24 @@ public static void EvalMesh2( ) => EvalMesh2((uint)mode, i1, i2, j1, j2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalPoint1")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void EvalPoint1([NativeTypeName("GLint")] int i); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvalPoint2")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void EvalPoint2( [NativeTypeName("GLint")] int i, [NativeTypeName("GLint")] int j ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glEvaluateDepthValuesARB")] - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] public static extern void EvaluateDepthValuesARB(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExecuteProgramNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void ExecuteProgramNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] [MethodImpl( @@ -27191,15 +13679,11 @@ public static void ExecuteProgramNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtGetBufferPointervQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] public static extern void ExtGetBufferPointerQCOM( [NativeTypeName("GLenum")] uint target, void** @params ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] [MethodImpl( @@ -27217,16 +13701,12 @@ Ref2D @params } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtGetBuffersQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] public static extern void ExtGetBuffersQCOM( [NativeTypeName("GLuint *")] uint* buffers, [NativeTypeName("GLint")] int maxBuffers, [NativeTypeName("GLint *")] int* numBuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl( @@ -27245,8 +13725,6 @@ public static void ExtGetBuffersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl( @@ -27263,16 +13741,12 @@ public static uint ExtGetBuffersQCOM([NativeTypeName("GLint *")] Ref numBuf } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtGetFramebuffersQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] public static extern void ExtGetFramebuffersQCOM( [NativeTypeName("GLuint *")] uint* framebuffers, [NativeTypeName("GLint")] int maxFramebuffers, [NativeTypeName("GLint *")] int* numFramebuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl( @@ -27291,8 +13765,6 @@ public static void ExtGetFramebuffersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl( @@ -27311,8 +13783,6 @@ public static uint ExtGetFramebuffersQCOM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtGetProgramBinarySourceQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] public static extern void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint shadertype, @@ -27320,8 +13790,6 @@ public static extern void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLint *")] int* length ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] [MethodImpl( @@ -27347,16 +13815,12 @@ public static void ExtGetProgramBinarySourceQCOM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtGetProgramsQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] public static extern void ExtGetProgramQCOM( [NativeTypeName("GLuint *")] uint* programs, [NativeTypeName("GLint")] int maxPrograms, [NativeTypeName("GLint *")] int* numPrograms ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl( @@ -27375,8 +13839,6 @@ public static void ExtGetProgramQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl( @@ -27393,16 +13855,12 @@ public static uint ExtGetProgramQCOM([NativeTypeName("GLint *")] Ref numPro } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtGetRenderbuffersQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] public static extern void ExtGetRenderbuffersQCOM( [NativeTypeName("GLuint *")] uint* renderbuffers, [NativeTypeName("GLint")] int maxRenderbuffers, [NativeTypeName("GLint *")] int* numRenderbuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl( @@ -27425,8 +13883,6 @@ public static void ExtGetRenderbuffersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl( @@ -27445,16 +13901,12 @@ public static uint ExtGetRenderbuffersQCOM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtGetShadersQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] public static extern void ExtGetShadersQCOM( [NativeTypeName("GLuint *")] uint* shaders, [NativeTypeName("GLint")] int maxShaders, [NativeTypeName("GLint *")] int* numShaders ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl( @@ -27473,8 +13925,6 @@ public static void ExtGetShadersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl( @@ -27491,8 +13941,6 @@ public static uint ExtGetShadersQCOM([NativeTypeName("GLint *")] Ref numSha } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtGetTexLevelParameterivQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] public static extern void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint face, @@ -27501,8 +13949,6 @@ public static extern void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] [MethodImpl( @@ -27523,8 +13969,6 @@ public static void ExtGetTexLevelParameterQCOM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtGetTexSubImageQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] public static extern void ExtGetTexSubImageQCOM( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -27539,8 +13983,6 @@ public static extern void ExtGetTexSubImageQCOM( void* texels ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] [MethodImpl( @@ -27579,16 +14021,12 @@ Ref texels } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtGetTexturesQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] public static extern void ExtGetTexturesQCOM( [NativeTypeName("GLuint *")] uint* textures, [NativeTypeName("GLint")] int maxTextures, [NativeTypeName("GLint *")] int* numTextures ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] [MethodImpl( @@ -27608,24 +14046,19 @@ public static void ExtGetTexturesQCOM( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] public static MaybeBool ExtIsProgramBinaryQCOM( [NativeTypeName("GLuint")] uint program - ) => (MaybeBool)(uint)ExtIsProgramBinaryQCOMRaw(program); + ) => (MaybeBool)(uint)ExtIsProgramBinaryQCOMRawQCOM(program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtIsProgramBinaryQCOM")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] - public static extern uint ExtIsProgramBinaryQCOMRaw( + public static extern uint ExtIsProgramBinaryQCOMRawQCOM( [NativeTypeName("GLuint")] uint program ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtractComponentEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void ExtractComponentEXT( [NativeTypeName("GLuint")] uint res, [NativeTypeName("GLuint")] uint src, @@ -27633,7 +14066,6 @@ public static extern void ExtractComponentEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtrapolateTex2DQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_frame_extrapolation"])] public static extern void ExtrapolateTex2DQCOM( [NativeTypeName("GLuint")] uint src1, [NativeTypeName("GLuint")] uint src2, @@ -27642,8 +14074,6 @@ public static extern void ExtrapolateTex2DQCOM( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glExtTexObjectStateOverrideiQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] public static extern void ExtTexObjectStateOverrideQCOM( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, @@ -27651,62 +14081,12 @@ public static extern void ExtTexObjectStateOverrideQCOM( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFeedbackBuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void FeedbackBuffer( [NativeTypeName("GLsizei")] uint size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLfloat *")] float* buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] [MethodImpl( @@ -27724,31 +14104,6 @@ public static void FeedbackBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] public static float FeedbackBuffer( @@ -27760,23 +14115,20 @@ public static float FeedbackBuffer( return buffer; } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] - public static void FeedbackBufferxO( + public static void FeedbackBufferxOOES( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLfixed *")] int buffer ) => FeedbackBufferxOES(1, type, (int*)&buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFeedbackBufferxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void FeedbackBufferxOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLfixed *")] int* buffer ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl( @@ -27796,76 +14148,12 @@ public static void FeedbackBufferxOES( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFenceSync")] [return: NativeTypeName("GLsync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern Sync* FenceSync( [NativeTypeName("GLenum")] uint condition, [NativeTypeName("GLbitfield")] uint flags ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFenceSync")] [MethodImpl( @@ -27878,28 +14166,23 @@ public static Ptr FenceSync( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFenceSyncAPPLE")] [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] - public static extern Sync* FenceSyncApple( + public static extern Sync* FenceSyncAPPLE( [NativeTypeName("GLenum")] uint condition, [NativeTypeName("GLbitfield")] uint flags ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Ptr FenceSyncApple( + public static Ptr FenceSyncAPPLE( [NativeTypeName("GLenum")] Constant condition, [NativeTypeName("GLbitfield")] Constant flags - ) => (Sync*)FenceSyncApple((uint)condition, (uint)flags); + ) => (Sync*)FenceSyncAPPLE((uint)condition, (uint)flags); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFinalCombinerInputNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void FinalCombinerInputNV( [NativeTypeName("GLenum")] uint variable, [NativeTypeName("GLenum")] uint input, @@ -27907,7 +14190,6 @@ public static extern void FinalCombinerInputNV( [NativeTypeName("GLenum")] uint componentUsage ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] public static void FinalCombinerInputNV( @@ -27918,71 +14200,13 @@ public static void FinalCombinerInputNV( ) => FinalCombinerInputNV((uint)variable, (uint)input, (uint)mapping, (uint)componentUsage); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFinish")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Finish(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFinishAsyncSGIX")] [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] public static extern int FinishAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] [MethodImpl( @@ -27997,164 +14221,30 @@ public static int FinishAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFinishFenceAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] - public static extern void FinishFenceApple([NativeTypeName("GLuint")] uint fence); + public static extern void FinishFenceAPPLE([NativeTypeName("GLuint")] uint fence); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFinishFenceNV")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] public static extern void FinishFenceNV([NativeTypeName("GLuint")] uint fence); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFinishObjectAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] - public static extern void FinishObjectApple( + public static extern void FinishObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLint")] int name ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFinishTextureSUNX")] - [SupportedApiProfile("gl", ["GL_SUNX_constant_data"])] public static extern void FinishTextureSUNX(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlush")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Flush(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushMappedBufferRange")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void FlushMappedBufferRange( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] public static void FlushMappedBufferRange( @@ -28164,33 +14254,27 @@ public static void FlushMappedBufferRange( ) => FlushMappedBufferRange((uint)target, offset, length); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushMappedBufferRangeAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] - public static extern void FlushMappedBufferRangeApple( + public static extern void FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] - public static void FlushMappedBufferRangeApple( + public static void FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) => FlushMappedBufferRangeApple((uint)target, offset, size); + ) => FlushMappedBufferRangeAPPLE((uint)target, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushMappedBufferRangeEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] public static extern void FlushMappedBufferRangeEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] public static void FlushMappedBufferRangeEXT( @@ -28200,16 +14284,6 @@ public static void FlushMappedBufferRangeEXT( ) => FlushMappedBufferRangeEXT((uint)target, offset, length); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushMappedNamedBufferRange")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void FlushMappedNamedBufferRange( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, @@ -28217,8 +14291,6 @@ public static extern void FlushMappedNamedBufferRange( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushMappedNamedBufferRangeEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void FlushMappedNamedBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, @@ -28226,10 +14298,8 @@ public static extern void FlushMappedNamedBufferRangeEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushPixelDataRangeNV")] - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] public static extern void FlushPixelDataRangeNV([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] public static void FlushPixelDataRangeNV( @@ -28237,114 +14307,45 @@ public static void FlushPixelDataRangeNV( ) => FlushPixelDataRangeNV((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushRasterSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_flush_raster"])] public static extern void FlushRasterSGIX(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushStaticDataIBM")] - [SupportedApiProfile("gl", ["GL_IBM_static_data"])] public static extern void FlushStaticDataIBM([NativeTypeName("GLenum")] uint target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushVertexArrayRangeAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] - public static extern void FlushVertexArrayRangeApple( + public static extern void FlushVertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, void* pointer ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void FlushVertexArrayRangeApple( + public static void FlushVertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, Ref pointer ) { fixed (void* __dsl_pointer = pointer) { - FlushVertexArrayRangeApple(length, __dsl_pointer); + FlushVertexArrayRangeAPPLE(length, __dsl_pointer); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFlushVertexArrayRangeNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] public static extern void FlushVertexArrayRangeNV(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoordd")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void FogCoordd([NativeTypeName("GLdouble")] double coord); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoorddEXT")] - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] public static extern void FogCoorddEXT([NativeTypeName("GLdouble")] double coord); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoorddv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void FogCoorddv([NativeTypeName("const GLdouble *")] double* coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl( @@ -28358,37 +14359,14 @@ public static void FogCoorddv([NativeTypeName("const GLdouble *")] Ref c } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] public static void FogCoorddv([NativeTypeName("const GLdouble *")] double coord) => FogCoorddv((double*)&coord); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoorddvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] public static extern void FogCoorddvEXT([NativeTypeName("const GLdouble *")] double* coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] [MethodImpl( @@ -28402,93 +14380,26 @@ public static void FogCoorddvEXT([NativeTypeName("const GLdouble *")] Ref FogCoorddvEXT((double*)&coord); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoordf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void FogCoordf([NativeTypeName("GLfloat")] float coord); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoordfEXT")] - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] public static extern void FogCoordfEXT([NativeTypeName("GLfloat")] float coord); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoordFormatNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] public static extern void FogCoordFormatNV( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoordfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void FogCoordfv([NativeTypeName("const GLfloat *")] float* coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl( @@ -28502,37 +14413,14 @@ public static void FogCoordfv([NativeTypeName("const GLfloat *")] Ref coo } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] public static void FogCoordfv([NativeTypeName("const GLfloat *")] float coord) => FogCoordfv((float*)&coord); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoordfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] public static extern void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float* coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl( @@ -28546,21 +14434,17 @@ public static void FogCoordfvEXT([NativeTypeName("const GLfloat *")] Ref } } - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] public static void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float coord) => FogCoordfvEXT((float*)&coord); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoordhNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void FogCoordNV([NativeTypeName("GLhalfNV")] ushort fog); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoordhvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort* fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl( @@ -28574,61 +14458,18 @@ public static void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] Ref } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] public static void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort fog) => FogCoordhvNV((ushort*)&fog); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoordPointer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void FogCoordPointer( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] [MethodImpl( @@ -28647,14 +14488,12 @@ public static void FogCoordPointer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoordPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] public static extern void FogCoordPointerEXT( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] [MethodImpl( @@ -28673,7 +14512,6 @@ public static void FogCoordPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogCoordPointerListIBM")] - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] public static extern void FogCoordPointerListIBM( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLint")] int stride, @@ -28681,7 +14519,6 @@ public static extern void FogCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] [MethodImpl( @@ -28701,63 +14538,11 @@ public static void FogCoordPointerListIBM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Fog( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogf")] public static void Fog( @@ -28766,13 +14551,11 @@ public static void Fog( ) => Fog((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogFuncSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] public static extern void FogFuncSGIS( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] [MethodImpl( @@ -28790,63 +14573,11 @@ public static void FogFuncSGIS( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Fog( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogfv")] [MethodImpl( @@ -28864,61 +14595,11 @@ public static void Fog( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogi")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Fog( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogi")] public static void Fog( @@ -28927,61 +14608,11 @@ public static void Fog( ) => Fog((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Fog( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogiv")] [MethodImpl( @@ -28999,13 +14630,11 @@ public static void Fog( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Fogx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogx")] public static void Fogx( @@ -29014,15 +14643,11 @@ public static void Fogx( ) => Fogx((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void FogxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxOES")] public static void FogxOES( @@ -29031,13 +14656,11 @@ public static void FogxOES( ) => FogxOES((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogxv")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Fogx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxv")] [MethodImpl( @@ -29055,15 +14678,11 @@ public static void Fogx( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFogxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void FogxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxvOES")] [MethodImpl( @@ -29081,13 +14700,11 @@ public static void FogxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentColorMaterialSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] public static void FragmentColorMaterialSGIX( @@ -29096,20 +14713,15 @@ public static void FragmentColorMaterialSGIX( ) => FragmentColorMaterialSGIX((uint)face, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentCoverageColorNV")] - [SupportedApiProfile("gl", ["GL_NV_fragment_coverage_to_color"])] - [SupportedApiProfile("glcore", ["GL_NV_fragment_coverage_to_color"])] - [SupportedApiProfile("gles2", ["GL_NV_fragment_coverage_to_color"])] public static extern void FragmentCoverageColorNV([NativeTypeName("GLuint")] uint color); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentLightfSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] public static void FragmentLightSGIX( @@ -29119,14 +14731,12 @@ public static void FragmentLightSGIX( ) => FragmentLightSGIX((uint)light, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentLightfvSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] [MethodImpl( @@ -29145,14 +14755,12 @@ public static void FragmentLightSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentLightiSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] public static void FragmentLightSGIX( @@ -29162,14 +14770,12 @@ public static void FragmentLightSGIX( ) => FragmentLightSGIX((uint)light, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentLightivSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] [MethodImpl( @@ -29188,13 +14794,11 @@ public static void FragmentLightSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentLightModelfSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] public static void FragmentLightModelSGIX( @@ -29204,13 +14808,11 @@ public static void FragmentLightModelSGIX( ) => FragmentLightModelSGIX((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentLightModelfvSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] [MethodImpl( @@ -29229,13 +14831,11 @@ public static void FragmentLightModelSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentLightModeliSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] public static void FragmentLightModelSGIX( @@ -29245,13 +14845,11 @@ public static void FragmentLightModelSGIX( ) => FragmentLightModelSGIX((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentLightModelivSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] [MethodImpl( @@ -29270,14 +14868,12 @@ public static void FragmentLightModelSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentMaterialfSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] public static void FragmentMaterialSGIX( @@ -29287,14 +14883,12 @@ public static void FragmentMaterialSGIX( ) => FragmentMaterialSGIX((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentMaterialfvSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] [MethodImpl( @@ -29313,14 +14907,12 @@ public static void FragmentMaterialSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentMaterialiSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] public static void FragmentMaterialSGIX( @@ -29330,14 +14922,12 @@ public static void FragmentMaterialSGIX( ) => FragmentMaterialSGIX((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFragmentMaterialivSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] [MethodImpl( @@ -29356,15 +14946,11 @@ public static void FragmentMaterialSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferDrawBufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void FramebufferDrawBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] public static void FramebufferDrawBufferEXT( @@ -29373,16 +14959,12 @@ public static void FramebufferDrawBufferEXT( ) => FramebufferDrawBufferEXT(framebuffer, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferDrawBuffersEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void FramebufferDrawBuffersEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -29400,8 +14982,6 @@ public static void FramebufferDrawBuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] public static void FramebufferDrawBuffersEXT( @@ -29409,8 +14989,6 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] uint bufs ) => FramebufferDrawBuffersEXT(framebuffer, 1, (uint*)&bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -29428,8 +15006,6 @@ public static void FramebufferDrawBuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] public static void FramebufferDrawBuffersEXT( @@ -29437,8 +15013,6 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] GLEnum bufs ) => FramebufferDrawBuffersEXT(framebuffer, 1, (uint*)(GLEnum*)&bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -29456,8 +15030,6 @@ public static void FramebufferDrawBuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] public static void FramebufferDrawBuffersEXT( @@ -29466,17 +15038,12 @@ public static void FramebufferDrawBuffersEXT( ) => FramebufferDrawBuffersEXT(framebuffer, 1, (uint*)(DrawBufferMode*)&bufs); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferFetchBarrierEXT")] - [SupportedApiProfile("gl", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] - [SupportedApiProfile("glcore", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] - [SupportedApiProfile("gles2", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] public static extern void FramebufferFetchBarrierEXT(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferFetchBarrierQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_shader_framebuffer_fetch_noncoherent"])] public static extern void FramebufferFetchBarrierQCOM(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferFoveationConfigQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] public static extern void FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLuint")] uint numLayers, @@ -29485,7 +15052,6 @@ public static extern void FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint *")] uint* providedFeatures ); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl( @@ -29511,7 +15077,6 @@ public static void FramebufferFoveationConfigQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] public static uint FramebufferFoveationConfigQCOM( @@ -29537,7 +15102,6 @@ public static uint FramebufferFoveationConfigQCOM( ExactSpelling = true, EntryPoint = "glFramebufferFoveationParametersQCOM" )] - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] public static extern void FramebufferFoveationParametersQCOM( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLuint")] uint layer, @@ -29550,56 +15114,12 @@ public static extern void FramebufferFoveationParametersQCOM( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferParameteri")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void FramebufferParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] public static void FramebufferParameter( @@ -29609,18 +15129,12 @@ public static void FramebufferParameter( ) => FramebufferParameter((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferParameteriMESA")] - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] public static extern void FramebufferParameterMESA( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] public static void FramebufferParameterMESA( @@ -29634,22 +15148,17 @@ public static void FramebufferParameterMESA( ExactSpelling = true, EntryPoint = "glFramebufferPixelLocalStorageSizeEXT" )] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] public static extern void FramebufferPixelLocalStorageSizeEXT( [NativeTypeName("GLuint")] uint target, [NativeTypeName("GLsizei")] uint size ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferReadBufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void FramebufferReadBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] public static void FramebufferReadBufferEXT( @@ -29658,47 +15167,6 @@ public static void FramebufferReadBufferEXT( ) => FramebufferReadBufferEXT(framebuffer, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferRenderbuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void FramebufferRenderbuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -29706,47 +15174,6 @@ public static extern void FramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] public static void FramebufferRenderbuffer( @@ -29764,7 +15191,6 @@ public static void FramebufferRenderbuffer( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferRenderbufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void FramebufferRenderbufferEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -29772,7 +15198,6 @@ public static extern void FramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] public static void FramebufferRenderbufferEXT( @@ -29790,7 +15215,6 @@ public static void FramebufferRenderbufferEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferRenderbufferOES")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern void FramebufferRenderbufferOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -29798,7 +15222,6 @@ public static extern void FramebufferRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] public static void FramebufferRenderbufferOES( @@ -29820,8 +15243,6 @@ public static void FramebufferRenderbufferOES( ExactSpelling = true, EntryPoint = "glFramebufferSampleLocationsfvARB" )] - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] public static extern void FramebufferSampleLocationsARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint start, @@ -29829,8 +15250,6 @@ public static extern void FramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] [MethodImpl( @@ -29850,9 +15269,6 @@ public static void FramebufferSampleLocationsARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferSampleLocationsfvNV")] - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] public static extern void FramebufferSampleLocationsNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint start, @@ -29860,9 +15276,6 @@ public static extern void FramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] [MethodImpl( @@ -29886,7 +15299,6 @@ public static void FramebufferSampleLocationsNV( ExactSpelling = true, EntryPoint = "glFramebufferSamplePositionsfvAMD" )] - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] public static extern void FramebufferSamplePositionsAMD( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint numsamples, @@ -29894,7 +15306,6 @@ public static extern void FramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] [MethodImpl( @@ -29914,7 +15325,6 @@ public static void FramebufferSamplePositionsAMD( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferShadingRateEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] public static extern void FramebufferShadingRateEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -29925,7 +15335,6 @@ public static extern void FramebufferShadingRateEXT( [NativeTypeName("GLsizei")] uint texelHeight ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] public static void FramebufferShadingRateEXT( @@ -29948,36 +15357,6 @@ public static void FramebufferShadingRateEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void FramebufferTexture( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -29985,36 +15364,6 @@ public static extern void FramebufferTexture( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] public static void FramebufferTexture( @@ -30025,42 +15374,6 @@ public static void FramebufferTexture( ) => FramebufferTexture((uint)target, (uint)attachment, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture1D")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void FramebufferTexture1D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30069,42 +15382,6 @@ public static extern void FramebufferTexture1D( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] public static void FramebufferTexture1D( @@ -30116,7 +15393,6 @@ public static void FramebufferTexture1D( ) => FramebufferTexture1D((uint)target, (uint)attachment, (uint)textarget, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void FramebufferTexture1DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30125,7 +15401,6 @@ public static extern void FramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] public static void FramebufferTexture1DEXT( @@ -30144,47 +15419,6 @@ public static void FramebufferTexture1DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture2D")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void FramebufferTexture2D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30193,47 +15427,6 @@ public static extern void FramebufferTexture2D( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] public static void FramebufferTexture2D( @@ -30249,7 +15442,6 @@ public static void FramebufferTexture2D( ExactSpelling = true, EntryPoint = "glFramebufferTexture2DDownsampleIMG" )] - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] public static extern void FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30260,7 +15452,6 @@ public static extern void FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLint")] int yscale ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] public static void FramebufferTexture2DDownsampleIMG( @@ -30283,7 +15474,6 @@ public static void FramebufferTexture2DDownsampleIMG( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void FramebufferTexture2DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30292,7 +15482,6 @@ public static extern void FramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] public static void FramebufferTexture2DEXT( @@ -30315,8 +15504,6 @@ public static void FramebufferTexture2DEXT( ExactSpelling = true, EntryPoint = "glFramebufferTexture2DMultisampleEXT" )] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] public static extern void FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30326,8 +15513,6 @@ public static extern void FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLsizei")] uint samples ); - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] public static void FramebufferTexture2DMultisampleEXT( @@ -30352,8 +15537,6 @@ public static void FramebufferTexture2DMultisampleEXT( ExactSpelling = true, EntryPoint = "glFramebufferTexture2DMultisampleIMG" )] - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] public static extern void FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30363,8 +15546,6 @@ public static extern void FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLsizei")] uint samples ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] public static void FramebufferTexture2DMultisampleIMG( @@ -30385,7 +15566,6 @@ public static void FramebufferTexture2DMultisampleIMG( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture2DOES")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern void FramebufferTexture2DOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30394,7 +15574,6 @@ public static extern void FramebufferTexture2DOES( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] public static void FramebufferTexture2DOES( @@ -30413,42 +15592,6 @@ public static void FramebufferTexture2DOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture3D")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void FramebufferTexture3D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30458,42 +15601,6 @@ public static extern void FramebufferTexture3D( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] public static void FramebufferTexture3D( @@ -30514,7 +15621,6 @@ public static void FramebufferTexture3D( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void FramebufferTexture3DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30524,7 +15630,6 @@ public static extern void FramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] public static void FramebufferTexture3DEXT( @@ -30545,7 +15650,6 @@ public static void FramebufferTexture3DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTexture3DOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] public static extern void FramebufferTexture3DOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30555,7 +15659,6 @@ public static extern void FramebufferTexture3DOES( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] public static void FramebufferTexture3DOES( @@ -30576,8 +15679,6 @@ public static void FramebufferTexture3DOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureARB")] - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] public static extern void FramebufferTextureARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30585,8 +15686,6 @@ public static extern void FramebufferTextureARB( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] public static void FramebufferTextureARB( @@ -30597,8 +15696,6 @@ public static void FramebufferTextureARB( ) => FramebufferTextureARB((uint)target, (uint)attachment, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureEXT")] - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] - [SupportedApiProfile("gles2", ["GL_EXT_geometry_shader"])] public static extern void FramebufferTextureEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30606,8 +15703,6 @@ public static extern void FramebufferTextureEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] - [SupportedApiProfile("gles2", ["GL_EXT_geometry_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] public static void FramebufferTextureEXT( @@ -30618,8 +15713,6 @@ public static void FramebufferTextureEXT( ) => FramebufferTextureEXT((uint)target, (uint)attachment, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureFaceARB")] - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] public static extern void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30628,8 +15721,6 @@ public static extern void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] uint face ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] public static void FramebufferTextureFaceARB( @@ -30641,7 +15732,6 @@ public static void FramebufferTextureFaceARB( ) => FramebufferTextureFaceARB((uint)target, (uint)attachment, texture, level, (uint)face); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureFaceEXT")] - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] public static extern void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30650,7 +15740,6 @@ public static extern void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint face ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] public static void FramebufferTextureFaceEXT( @@ -30662,42 +15751,6 @@ public static void FramebufferTextureFaceEXT( ) => FramebufferTextureFaceEXT((uint)target, (uint)attachment, texture, level, (uint)face); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureLayer")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void FramebufferTextureLayer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30706,42 +15759,6 @@ public static extern void FramebufferTextureLayer( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] public static void FramebufferTextureLayer( @@ -30753,8 +15770,6 @@ public static void FramebufferTextureLayer( ) => FramebufferTextureLayer((uint)target, (uint)attachment, texture, level, layer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureLayerARB")] - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] public static extern void FramebufferTextureLayerARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30763,8 +15778,6 @@ public static extern void FramebufferTextureLayerARB( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] public static void FramebufferTextureLayerARB( @@ -30780,7 +15793,6 @@ public static void FramebufferTextureLayerARB( ExactSpelling = true, EntryPoint = "glFramebufferTextureLayerDownsampleIMG" )] - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] public static extern void FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30791,7 +15803,6 @@ public static extern void FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLint")] int yscale ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] public static void FramebufferTextureLayerDownsampleIMG( @@ -30814,7 +15825,6 @@ public static void FramebufferTextureLayerDownsampleIMG( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureLayerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_array", "GL_NV_geometry_program4"])] public static extern void FramebufferTextureLayerEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30823,7 +15833,6 @@ public static extern void FramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_EXT_texture_array", "GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] public static void FramebufferTextureLayerEXT( @@ -30839,7 +15848,6 @@ public static void FramebufferTextureLayerEXT( ExactSpelling = true, EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR" )] - [SupportedApiProfile("gles2", ["GL_OVR_multiview_multisampled_render_to_texture"])] public static extern void FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30850,7 +15858,6 @@ public static extern void FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLsizei")] uint numViews ); - [SupportedApiProfile("gles2", ["GL_OVR_multiview_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] public static void FramebufferTextureMultisampleMultiviewOVR( @@ -30873,9 +15880,6 @@ public static void FramebufferTextureMultisampleMultiviewOVR( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureMultiviewOVR")] - [SupportedApiProfile("gl", ["GL_OVR_multiview"])] - [SupportedApiProfile("glcore", ["GL_OVR_multiview"])] - [SupportedApiProfile("gles2", ["GL_OVR_multiview"])] public static extern void FramebufferTextureMultiviewOVR( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30885,9 +15889,6 @@ public static extern void FramebufferTextureMultiviewOVR( [NativeTypeName("GLsizei")] uint numViews ); - [SupportedApiProfile("gl", ["GL_OVR_multiview"])] - [SupportedApiProfile("glcore", ["GL_OVR_multiview"])] - [SupportedApiProfile("gles2", ["GL_OVR_multiview"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] public static void FramebufferTextureMultiviewOVR( @@ -30908,7 +15909,6 @@ public static void FramebufferTextureMultiviewOVR( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFramebufferTextureOES")] - [SupportedApiProfile("gles2", ["GL_OES_geometry_shader"])] public static extern void FramebufferTextureOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -30916,7 +15916,6 @@ public static extern void FramebufferTextureOES( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gles2", ["GL_OES_geometry_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] public static void FramebufferTextureOES( @@ -30927,132 +15926,17 @@ public static void FramebufferTextureOES( ) => FramebufferTextureOES((uint)target, (uint)attachment, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFrameTerminatorGREMEDY")] - [SupportedApiProfile("gl", ["GL_GREMEDY_frame_terminator"])] - public static extern void FrameTerminatorGremedy(); + public static extern void FrameTerminatorGREMEDY(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFrameZoomSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_framezoom"])] public static extern void FrameZoomSGIX([NativeTypeName("GLint")] int factor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFreeObjectBufferATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] public static extern void FreeObjectBufferATI([NativeTypeName("GLuint")] uint buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFrontFace")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void FrontFace([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFrontFace")] public static void FrontFace( @@ -31060,31 +15944,6 @@ public static void FrontFace( ) => FrontFace((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFrustum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Frustum( [NativeTypeName("GLdouble")] double left, [NativeTypeName("GLdouble")] double right, @@ -31095,7 +15954,6 @@ public static extern void Frustum( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFrustumf")] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Frustum( [NativeTypeName("GLfloat")] float l, [NativeTypeName("GLfloat")] float r, @@ -31106,8 +15964,6 @@ public static extern void Frustum( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFrustumfOES")] - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] public static extern void FrustumOES( [NativeTypeName("GLfloat")] float l, [NativeTypeName("GLfloat")] float r, @@ -31118,7 +15974,6 @@ public static extern void FrustumOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFrustumx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Frustumx( [NativeTypeName("GLfixed")] int l, [NativeTypeName("GLfixed")] int r, @@ -31129,8 +15984,6 @@ public static extern void Frustumx( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glFrustumxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void FrustumxOES( [NativeTypeName("GLfixed")] int l, [NativeTypeName("GLfixed")] int r, @@ -31142,55 +15995,8 @@ public static extern void FrustumxOES( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenAsyncMarkersSGIX")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] public static extern uint GenAsyncMarkersSGIX([NativeTypeName("GLsizei")] uint range); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] public static uint GenBuffer() @@ -31201,103 +16007,11 @@ public static uint GenBuffer() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenBuffers")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GenBuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* buffers ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl( @@ -31315,13 +16029,11 @@ public static void GenBuffers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenBuffersARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] public static extern void GenBuffersARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl( @@ -31338,7 +16050,6 @@ public static void GenBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] public static uint GenBuffersARB() @@ -31349,90 +16060,8 @@ public static uint GenBuffersARB() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenerateMipmap")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GenerateMipmap([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] public static void GenerateMipmap( @@ -31440,10 +16069,8 @@ public static void GenerateMipmap( ) => GenerateMipmap((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenerateMipmapEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void GenerateMipmapEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] public static void GenerateMipmapEXT( @@ -31451,10 +16078,8 @@ public static void GenerateMipmapEXT( ) => GenerateMipmapEXT((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenerateMipmapOES")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern void GenerateMipmapOES([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] public static void GenerateMipmapOES( @@ -31462,15 +16087,11 @@ public static void GenerateMipmapOES( ) => GenerateMipmapOES((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenerateMultiTexMipmapEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] public static void GenerateMultiTexMipmapEXT( @@ -31479,28 +16100,14 @@ public static void GenerateMultiTexMipmapEXT( ) => GenerateMultiTexMipmapEXT((uint)texunit, (uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenerateTextureMipmap")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GenerateTextureMipmap([NativeTypeName("GLuint")] uint texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenerateTextureMipmapEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GenerateTextureMipmapEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] public static void GenerateTextureMipmapEXT( @@ -31509,51 +16116,42 @@ public static void GenerateTextureMipmapEXT( ) => GenerateTextureMipmapEXT(texture, (uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenFencesAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] - public static extern void GenFencesApple( + public static extern void GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* fences ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GenFencesApple( + public static void GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref fences ) { fixed (uint* __dsl_fences = fences) { - GenFencesApple(n, __dsl_fences); + GenFencesAPPLE(n, __dsl_fences); } } - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] - public static uint GenFencesApple() + public static uint GenFencesAPPLE() { uint fences = default; - GenFencesApple(1, (uint*)&fences); + GenFencesAPPLE(1, (uint*)&fences); return fences; } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenFencesNV")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] public static extern void GenFencesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* fences ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl( @@ -31570,9 +16168,6 @@ public static void GenFencesNV( } } - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] public static uint GenFencesNV() @@ -31584,50 +16179,8 @@ public static uint GenFencesNV() [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenFragmentShadersATI")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern uint GenFragmentShadersATI([NativeTypeName("GLuint")] uint range); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] public static uint GenFramebuffer() @@ -31638,93 +16191,11 @@ public static uint GenFramebuffer() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenFramebuffers")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GenFramebuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* framebuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl( @@ -31742,13 +16213,11 @@ public static void GenFramebuffers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenFramebuffersEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void GenFramebuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl( @@ -31765,7 +16234,6 @@ public static void GenFramebuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] public static uint GenFramebuffersEXT() @@ -31775,10 +16243,9 @@ public static uint GenFramebuffersEXT() return framebuffers; } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] - public static uint GenFramebuffersO() + public static uint GenFramebuffersOOES() { uint framebuffers = default; GenFramebuffersOES(1, (uint*)&framebuffers); @@ -31786,13 +16253,11 @@ public static uint GenFramebuffersO() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenFramebuffersOES")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern void GenFramebuffersOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* framebuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl( @@ -31811,42 +16276,15 @@ public static void GenFramebuffersOES( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenLists")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern uint GenLists([NativeTypeName("GLsizei")] uint range); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenNamesAMD")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] public static extern void GenNamesAMD( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint num, [NativeTypeName("GLuint *")] uint* names ); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl( @@ -31864,7 +16302,6 @@ public static void GenNamesAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] public static uint GenNamesAMD([NativeTypeName("GLenum")] uint identifier) @@ -31875,13 +16312,11 @@ public static uint GenNamesAMD([NativeTypeName("GLenum")] uint identifier) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenOcclusionQueriesNV")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] public static extern void GenOcclusionQueriesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl( @@ -31898,7 +16333,6 @@ public static void GenOcclusionQueriesNV( } } - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] public static uint GenOcclusionQueriesNV() @@ -31910,23 +16344,14 @@ public static uint GenOcclusionQueriesNV() [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenPathsNV")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern uint GenPathNV([NativeTypeName("GLsizei")] uint range); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenPerfMonitorsAMD")] - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] public static extern void GenPerfMonitorsAMD( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* monitors ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl( @@ -31943,9 +16368,6 @@ public static void GenPerfMonitorsAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] public static uint GenPerfMonitorsAMD() @@ -31955,32 +16377,6 @@ public static uint GenPerfMonitorsAMD() return monitors; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] public static uint GenProgramPipeline() @@ -31991,63 +16387,11 @@ public static uint GenProgramPipeline() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenProgramPipelines")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void GenProgramPipelines( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* pipelines ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl( @@ -32065,13 +16409,11 @@ public static void GenProgramPipelines( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenProgramPipelinesEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void GenProgramPipelinesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl( @@ -32088,7 +16430,6 @@ public static void GenProgramPipelinesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] public static uint GenProgramPipelinesEXT() @@ -32099,13 +16440,11 @@ public static uint GenProgramPipelinesEXT() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenProgramsARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void GenProgramARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl( @@ -32122,7 +16461,6 @@ public static void GenProgramARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] public static uint GenProgramARB() @@ -32133,13 +16471,11 @@ public static uint GenProgramARB() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenProgramsNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void GenProgramNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl( @@ -32156,7 +16492,6 @@ public static void GenProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] public static uint GenProgramNV() @@ -32167,91 +16502,11 @@ public static uint GenProgramNV() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenQueries")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] public static extern void GenQueries( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl( @@ -32269,13 +16524,11 @@ public static void GenQueries( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenQueriesARB")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] public static extern void GenQueriesARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl( @@ -32292,7 +16545,6 @@ public static void GenQueriesARB( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] public static uint GenQueriesARB() @@ -32303,19 +16555,11 @@ public static uint GenQueriesARB() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenQueriesEXT")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] public static extern void GenQueriesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl( @@ -32332,10 +16576,6 @@ public static void GenQueriesEXT( } } - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] public static uint GenQueriesEXT() @@ -32345,46 +16585,6 @@ public static uint GenQueriesEXT() return ids; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueries")] public static uint GenQuery() @@ -32395,13 +16595,11 @@ public static uint GenQuery() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenQueryResourceTagNV")] - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] public static extern void GenQueryResourceTagNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLint *")] int* tagIds ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl( @@ -32418,7 +16616,6 @@ public static void GenQueryResourceTagNV( } } - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] public static int GenQueryResourceTagNV() @@ -32428,47 +16625,6 @@ public static int GenQueryResourceTagNV() return tagIds; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] public static uint GenRenderbuffer() @@ -32479,93 +16635,11 @@ public static uint GenRenderbuffer() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenRenderbuffers")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GenRenderbuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* renderbuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl( @@ -32583,13 +16657,11 @@ public static void GenRenderbuffers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenRenderbuffersEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void GenRenderbuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl( @@ -32606,7 +16678,6 @@ public static void GenRenderbuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] public static uint GenRenderbuffersEXT() @@ -32616,10 +16687,9 @@ public static uint GenRenderbuffersEXT() return renderbuffers; } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] - public static uint GenRenderbuffersO() + public static uint GenRenderbuffersOOES() { uint renderbuffers = default; GenRenderbuffersOES(1, (uint*)&renderbuffers); @@ -32627,13 +16697,11 @@ public static uint GenRenderbuffersO() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenRenderbuffersOES")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern void GenRenderbuffersOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* renderbuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl( @@ -32650,46 +16718,6 @@ public static void GenRenderbuffersOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] public static uint GenSampler() @@ -32700,91 +16728,11 @@ public static uint GenSampler() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenSamplers")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] public static extern void GenSamplers( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLuint *")] uint* samplers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl( @@ -32802,15 +16750,11 @@ public static void GenSamplers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenSemaphoresEXT")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] public static extern void GenSemaphoresEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* semaphores ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl( @@ -32827,8 +16771,6 @@ public static void GenSemaphoresEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] public static uint GenSemaphoresEXT() @@ -32840,7 +16782,6 @@ public static uint GenSemaphoresEXT() [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenSymbolsEXT")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern uint GenSymbolEXT( [NativeTypeName("GLenum")] uint datatype, [NativeTypeName("GLenum")] uint storagetype, @@ -32849,7 +16790,6 @@ public static extern uint GenSymbolEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] public static uint GenSymbolEXT( @@ -32860,60 +16800,6 @@ public static uint GenSymbolEXT( [NativeTypeName("GLuint")] uint components ) => (uint)GenSymbolEXT((uint)datatype, (uint)storagetype, (uint)range, components); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTextures")] public static uint GenTexture() @@ -32924,119 +16810,11 @@ public static uint GenTexture() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenTextures")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GenTextures( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl( @@ -33054,13 +16832,11 @@ public static void GenTextures( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenTexturesEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] public static extern void GenTexturesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl( @@ -33077,7 +16853,6 @@ public static void GenTexturesEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] public static uint GenTexturesEXT() @@ -33087,34 +16862,6 @@ public static uint GenTexturesEXT() return textures; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] public static uint GenTransformFeedback() @@ -33125,67 +16872,11 @@ public static uint GenTransformFeedback() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenTransformFeedbacks")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void GenTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl( @@ -33203,13 +16894,11 @@ public static void GenTransformFeedbacks( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenTransformFeedbacksNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] public static extern void GenTransformFeedbacksNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl( @@ -33226,7 +16915,6 @@ public static void GenTransformFeedbacksNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] public static uint GenTransformFeedbacksNV() @@ -33236,42 +16924,6 @@ public static uint GenTransformFeedbacksNV() return ids; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] public static uint GenVertexArray() @@ -33282,83 +16934,11 @@ public static uint GenVertexArray() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenVertexArrays")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void GenVertexArrays( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl( @@ -33376,44 +16956,39 @@ public static void GenVertexArrays( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenVertexArraysAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] - public static extern void GenVertexArraysApple( + public static extern void GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GenVertexArraysApple( + public static void GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref arrays ) { fixed (uint* __dsl_arrays = arrays) { - GenVertexArraysApple(n, __dsl_arrays); + GenVertexArraysAPPLE(n, __dsl_arrays); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] - public static uint GenVertexArraysApple() + public static uint GenVertexArraysAPPLE() { uint arrays = default; - GenVertexArraysApple(1, (uint*)&arrays); + GenVertexArraysAPPLE(1, (uint*)&arrays); return arrays; } - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] - public static uint GenVertexArraysO() + public static uint GenVertexArraysOOES() { uint arrays = default; GenVertexArraysOES(1, (uint*)&arrays); @@ -33421,15 +16996,11 @@ public static uint GenVertexArraysO() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenVertexArraysOES")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] public static extern void GenVertexArraysOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl( @@ -33448,34 +17019,9 @@ public static void GenVertexArraysOES( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGenVertexShadersEXT")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern uint GenVertexShadersEXT([NativeTypeName("GLuint")] uint range); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveAtomicCounterBufferiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] public static extern void GetActiveAtomicCounterBuffer( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint bufferIndex, @@ -33483,30 +17029,6 @@ public static extern void GetActiveAtomicCounterBuffer( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] [MethodImpl( @@ -33526,49 +17048,6 @@ public static void GetActiveAtomicCounterBuffer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveAttrib")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetActiveAttrib( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint index, @@ -33579,49 +17058,6 @@ public static extern void GetActiveAttrib( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -33654,49 +17090,6 @@ public static void GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -33728,49 +17121,6 @@ public static sbyte GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -33803,49 +17153,6 @@ public static void GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -33877,49 +17184,6 @@ public static sbyte GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -33952,49 +17216,6 @@ public static void GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -34027,7 +17248,6 @@ public static sbyte GetActiveAttrib( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveAttribARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] public static extern void GetActiveAttribARB( [NativeTypeName("GLhandleARB")] uint programObj, [NativeTypeName("GLuint")] uint index, @@ -34038,7 +17258,6 @@ public static extern void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -34071,7 +17290,6 @@ public static void GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -34103,7 +17321,6 @@ public static sbyte GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -34136,7 +17353,6 @@ public static void GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -34168,7 +17384,6 @@ public static sbyte GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -34201,7 +17416,6 @@ public static void GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -34234,34 +17448,6 @@ public static sbyte GetActiveAttribARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveSubroutineName")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void GetActiveSubroutineName( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint shadertype, @@ -34271,34 +17457,6 @@ public static extern void GetActiveSubroutineName( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl( @@ -34327,34 +17485,6 @@ public static void GetActiveSubroutineName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl( @@ -34383,34 +17513,6 @@ public static sbyte GetActiveSubroutineName( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveSubroutineUniformiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void GetActiveSubroutineUniform( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint shadertype, @@ -34419,34 +17521,6 @@ public static extern void GetActiveSubroutineUniform( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] [MethodImpl( @@ -34473,34 +17547,6 @@ public static void GetActiveSubroutineUniform( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveSubroutineUniformName")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void GetActiveSubroutineUniformName( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint shadertype, @@ -34510,34 +17556,6 @@ public static extern void GetActiveSubroutineUniformName( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl( @@ -34566,34 +17584,6 @@ public static void GetActiveSubroutineUniformName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl( @@ -34622,49 +17612,6 @@ public static sbyte GetActiveSubroutineUniformName( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveUniform")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetActiveUniform( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint index, @@ -34675,49 +17622,6 @@ public static extern void GetActiveUniform( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -34750,49 +17654,6 @@ public static void GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -34824,49 +17685,6 @@ public static sbyte GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -34899,49 +17717,6 @@ public static void GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -34973,49 +17748,6 @@ public static sbyte GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -35048,49 +17780,6 @@ public static void GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -35123,7 +17812,6 @@ public static sbyte GetActiveUniform( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveUniformARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void GetActiveUniformARB( [NativeTypeName("GLhandleARB")] uint programObj, [NativeTypeName("GLuint")] uint index, @@ -35134,7 +17822,6 @@ public static extern void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -35167,7 +17854,6 @@ public static void GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -35199,7 +17885,6 @@ public static sbyte GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -35232,7 +17917,6 @@ public static void GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -35264,7 +17948,6 @@ public static sbyte GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -35297,7 +17980,6 @@ public static void GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -35330,40 +18012,6 @@ public static sbyte GetActiveUniformARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveUniformBlockiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] public static extern void GetActiveUniformBlock( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint uniformBlockIndex, @@ -35371,40 +18019,6 @@ public static extern void GetActiveUniformBlock( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl( @@ -35423,40 +18037,6 @@ public static void GetActiveUniformBlock( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] public static int GetActiveUniformBlock( @@ -35470,40 +18050,6 @@ public static int GetActiveUniformBlock( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveUniformBlockName")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] public static extern void GetActiveUniformBlockName( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint uniformBlockIndex, @@ -35512,40 +18058,6 @@ public static extern void GetActiveUniformBlockName( [NativeTypeName("GLchar *")] sbyte* uniformBlockName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl( @@ -35572,40 +18084,6 @@ public static void GetActiveUniformBlockName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl( @@ -35632,40 +18110,6 @@ public static sbyte GetActiveUniformBlockName( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveUniformName")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] public static extern void GetActiveUniformName( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint uniformIndex, @@ -35674,40 +18118,6 @@ public static extern void GetActiveUniformName( [NativeTypeName("GLchar *")] sbyte* uniformName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl( @@ -35734,40 +18144,6 @@ public static void GetActiveUniformName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl( @@ -35788,40 +18164,6 @@ public static sbyte GetActiveUniformName( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveUniformsiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] public static extern void GetActiveUniforms( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLsizei")] uint uniformCount, @@ -35830,40 +18172,6 @@ public static extern void GetActiveUniforms( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] [MethodImpl( @@ -35891,7 +18199,6 @@ public static void GetActiveUniforms( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetActiveVaryingNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] public static extern void GetActiveVaryingNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint index, @@ -35902,7 +18209,6 @@ public static extern void GetActiveVaryingNV( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl( @@ -35935,7 +18241,6 @@ public static void GetActiveVaryingNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl( @@ -35968,14 +18273,12 @@ public static sbyte GetActiveVaryingNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetArrayObjectfvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] public static extern void GetArrayObjectfvATI( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl( @@ -35993,7 +18296,6 @@ public static void GetArrayObjectfvATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] public static float GetArrayObjectfvATI( @@ -36007,14 +18309,12 @@ public static float GetArrayObjectfvATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetArrayObjectivATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] public static extern void GetArrayObjectivATI( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl( @@ -36032,7 +18332,6 @@ public static void GetArrayObjectivATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] public static int GetArrayObjectivATI( @@ -36046,7 +18345,6 @@ public static int GetArrayObjectivATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetAttachedObjectsARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB")] uint containerObj, [NativeTypeName("GLsizei")] uint maxCount, @@ -36054,7 +18352,6 @@ public static extern void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB *")] uint* obj ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl( @@ -36074,7 +18371,6 @@ public static void GetAttachedObjectsARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl( @@ -36093,49 +18389,6 @@ public static uint GetAttachedObjectsARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl( @@ -36155,49 +18408,6 @@ public static uint GetAttachedShader( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetAttachedShaders")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetAttachedShaders( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLsizei")] uint maxCount, @@ -36205,49 +18415,6 @@ public static extern void GetAttachedShaders( [NativeTypeName("GLuint *")] uint* shaders ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl( @@ -36269,98 +18436,12 @@ public static void GetAttachedShaders( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetAttribLocation")] [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern int GetAttribLocation( [NativeTypeName("GLuint")] uint program, [NativeTypeName("const GLchar *")] sbyte* name ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] [MethodImpl( @@ -36379,14 +18460,12 @@ public static int GetAttribLocation( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetAttribLocationARB")] [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] public static extern int GetAttribLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, [NativeTypeName("const GLcharARB *")] sbyte* name ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] [MethodImpl( @@ -36404,80 +18483,12 @@ public static int GetAttribLocationARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetBooleani_v")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void GetBoolean( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] [MethodImpl( @@ -36496,16 +18507,12 @@ public static void GetBoolean( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetBooleanIndexedvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetBooleanIndexedEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] [MethodImpl( @@ -36524,123 +18531,11 @@ public static void GetBooleanIndexedEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetBooleanv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GetBoolean( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] [MethodImpl( @@ -36658,72 +18553,12 @@ public static void GetBoolean( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetBufferParameteri64v")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void GetBufferParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] [MethodImpl( @@ -36742,104 +18577,12 @@ public static void GetBufferParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetBufferParameteriv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GetBufferParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] [MethodImpl( @@ -36858,14 +18601,12 @@ public static void GetBufferParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetBufferParameterivARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] public static extern void GetBufferParameterARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] [MethodImpl( @@ -36884,16 +18625,12 @@ public static void GetBufferParameterARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetBufferParameterui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] public static extern void GetBufferParameterNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl( @@ -36911,8 +18648,6 @@ public static void GetBufferParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] public static ulong GetBufferParameterNV( @@ -36925,92 +18660,12 @@ public static ulong GetBufferParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetBufferPointerv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] public static extern void GetBufferPointer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, void** @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] [MethodImpl( @@ -37029,14 +18684,12 @@ Ref2D @params } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetBufferPointervARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] public static extern void GetBufferPointerARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, void** @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] [MethodImpl( @@ -37055,16 +18708,12 @@ Ref2D @params } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetBufferPointervOES")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] public static extern void GetBufferPointerOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, void** @params ); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] [MethodImpl( @@ -37083,46 +18732,6 @@ Ref2D @params } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetBufferSubData")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] public static extern void GetBufferSubData( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, @@ -37130,46 +18739,6 @@ public static extern void GetBufferSubData( void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] [MethodImpl( @@ -37189,15 +18758,13 @@ Ref data } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetBufferSubDataARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] public static extern void GetBufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, void* data ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] [MethodImpl( @@ -37205,8 +18772,8 @@ public static extern void GetBufferSubDataARB( )] public static void GetBufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, Ref data ) { @@ -37217,61 +18784,11 @@ Ref data } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetClipPlane")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetClipPlane( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLdouble *")] double* equation ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] [MethodImpl( @@ -37289,13 +18806,11 @@ public static void GetClipPlane( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetClipPlanef")] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void GetClipPlane( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLfloat *")] float* equation ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] [MethodImpl( @@ -37313,15 +18828,11 @@ public static void GetClipPlane( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetClipPlanefOES")] - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] public static extern void GetClipPlaneOES( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLfloat *")] float* equation ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] [MethodImpl( @@ -37339,13 +18850,11 @@ public static void GetClipPlaneOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetClipPlanex")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GetClipPlanex( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLfixed *")] int* equation ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] [MethodImpl( @@ -37363,15 +18872,11 @@ public static void GetClipPlanex( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetClipPlanexOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void GetClipPlanexOES( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLfixed *")] int* equation ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] [MethodImpl( @@ -37389,7 +18894,6 @@ public static void GetClipPlanexOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetColorTable")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetColorTable( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -37397,7 +18901,6 @@ public static extern void GetColorTable( void* table ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTable")] [MethodImpl( @@ -37417,7 +18920,6 @@ Ref table } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetColorTableEXT")] - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] public static extern void GetColorTableEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -37425,7 +18927,6 @@ public static extern void GetColorTableEXT( void* data ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] [MethodImpl( @@ -37445,14 +18946,12 @@ Ref data } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetColorTableParameterfv")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetColorTableParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] [MethodImpl( @@ -37471,14 +18970,12 @@ public static void GetColorTableParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetColorTableParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] public static extern void GetColorTableParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] [MethodImpl( @@ -37497,14 +18994,12 @@ public static void GetColorTableParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetColorTableParameterfvSGI")] - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] public static extern void GetColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] [MethodImpl( @@ -37523,14 +19018,12 @@ public static void GetColorTableParameterSGI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetColorTableParameteriv")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetColorTableParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] [MethodImpl( @@ -37549,14 +19042,12 @@ public static void GetColorTableParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetColorTableParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] public static extern void GetColorTableParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] [MethodImpl( @@ -37575,14 +19066,12 @@ public static void GetColorTableParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetColorTableParameterivSGI")] - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] public static extern void GetColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] [MethodImpl( @@ -37601,7 +19090,6 @@ public static void GetColorTableParameterSGI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetColorTableSGI")] - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] public static extern void GetColorTableSGI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -37609,7 +19097,6 @@ public static extern void GetColorTableSGI( void* table ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] [MethodImpl( @@ -37629,7 +19116,6 @@ Ref table } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCombinerInputParameterfvNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void GetCombinerInputParameterNV( [NativeTypeName("GLenum")] uint stage, [NativeTypeName("GLenum")] uint portion, @@ -37638,7 +19124,6 @@ public static extern void GetCombinerInputParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] [MethodImpl( @@ -37665,7 +19150,6 @@ public static void GetCombinerInputParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCombinerInputParameterivNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void GetCombinerInputParameterNV( [NativeTypeName("GLenum")] uint stage, [NativeTypeName("GLenum")] uint portion, @@ -37674,7 +19158,6 @@ public static extern void GetCombinerInputParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] [MethodImpl( @@ -37701,7 +19184,6 @@ public static void GetCombinerInputParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCombinerOutputParameterfvNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void GetCombinerOutputParameterNV( [NativeTypeName("GLenum")] uint stage, [NativeTypeName("GLenum")] uint portion, @@ -37709,7 +19191,6 @@ public static extern void GetCombinerOutputParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] [MethodImpl( @@ -37729,7 +19210,6 @@ public static void GetCombinerOutputParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCombinerOutputParameterivNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void GetCombinerOutputParameterNV( [NativeTypeName("GLenum")] uint stage, [NativeTypeName("GLenum")] uint portion, @@ -37737,7 +19217,6 @@ public static extern void GetCombinerOutputParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] [MethodImpl( @@ -37757,14 +19236,12 @@ public static void GetCombinerOutputParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCombinerStageParameterfvNV")] - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] public static extern void GetCombinerStageParameterNV( [NativeTypeName("GLenum")] uint stage, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] [MethodImpl( @@ -37784,16 +19261,12 @@ public static void GetCombinerStageParameterNV( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCommandHeaderNV")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern uint GetCommandHeaderNV( [NativeTypeName("GLenum")] uint tokenID, [NativeTypeName("GLuint")] uint size ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] public static uint GetCommandHeaderNV( @@ -37802,8 +19275,6 @@ public static uint GetCommandHeaderNV( ) => (uint)GetCommandHeaderNV((uint)tokenID, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCompressedMultiTexImageEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetCompressedMultiTexImageEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -37811,8 +19282,6 @@ public static extern void GetCompressedMultiTexImageEXT( void* img ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] [MethodImpl( @@ -37832,100 +19301,12 @@ Ref img } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCompressedTexImage")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void GetCompressedTexImage( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, void* img ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] [MethodImpl( @@ -37944,14 +19325,12 @@ Ref img } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCompressedTexImageARB")] - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] public static extern void GetCompressedTexImageARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, void* img ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] [MethodImpl( @@ -37970,16 +19349,6 @@ Ref img } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCompressedTextureImage")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetCompressedTextureImage( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -37987,16 +19356,6 @@ public static extern void GetCompressedTextureImage( void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] [MethodImpl( @@ -38016,8 +19375,6 @@ Ref pixels } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCompressedTextureImageEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetCompressedTextureImageEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -38025,8 +19382,6 @@ public static extern void GetCompressedTextureImageEXT( void* img ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] [MethodImpl( @@ -38046,16 +19401,6 @@ Ref img } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCompressedTextureSubImage")] - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetCompressedTextureSubImage( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -38069,16 +19414,6 @@ public static extern void GetCompressedTextureSubImage( void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] [MethodImpl( @@ -38115,7 +19450,6 @@ Ref pixels } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetConvolutionFilter")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetConvolutionFilter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -38123,7 +19457,6 @@ public static extern void GetConvolutionFilter( void* image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] [MethodImpl( @@ -38143,7 +19476,6 @@ Ref image } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetConvolutionFilterEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void GetConvolutionFilterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -38151,7 +19483,6 @@ public static extern void GetConvolutionFilterEXT( void* image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] [MethodImpl( @@ -38171,14 +19502,12 @@ Ref image } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetConvolutionParameterfv")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetConvolutionParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] [MethodImpl( @@ -38197,14 +19526,12 @@ public static void GetConvolutionParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetConvolutionParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void GetConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] [MethodImpl( @@ -38223,14 +19550,12 @@ public static void GetConvolutionParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetConvolutionParameteriv")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetConvolutionParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] [MethodImpl( @@ -38249,14 +19574,12 @@ public static void GetConvolutionParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetConvolutionParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void GetConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] [MethodImpl( @@ -38274,10 +19597,9 @@ public static void GetConvolutionParameterEXT( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] - public static int GetConvolutionParameterxvO([NativeTypeName("GLenum")] uint target) + public static int GetConvolutionParameterxvOOES([NativeTypeName("GLenum")] uint target) { int @params = default; GetConvolutionParameterxOES(target, 1, (int*)&@params); @@ -38285,14 +19607,12 @@ public static int GetConvolutionParameterxvO([NativeTypeName("GLenum")] uint tar } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetConvolutionParameterxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void GetConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl( @@ -38311,17 +19631,11 @@ public static void GetConvolutionParameterxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetCoverageModulationTableNV")] - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] public static extern void GetCoverageModulationTableNV( [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl( @@ -38338,9 +19652,6 @@ public static void GetCoverageModulationTableNV( } } - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] public static float GetCoverageModulationTableNV() @@ -38352,28 +19663,6 @@ public static float GetCoverageModulationTableNV() [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetDebugMessageLog")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern uint GetDebugMessageLog( [NativeTypeName("GLuint")] uint count, [NativeTypeName("GLsizei")] uint bufSize, @@ -38386,28 +19675,6 @@ public static extern uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl( @@ -38445,28 +19712,6 @@ public static uint GetDebugMessageLog( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl( @@ -38504,28 +19749,6 @@ public static uint GetDebugMessageLog( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl( @@ -38564,7 +19787,6 @@ public static uint GetDebugMessageLog( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetDebugMessageLogAMD")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] public static extern uint GetDebugMessageLogAMD( [NativeTypeName("GLuint")] uint count, [NativeTypeName("GLsizei")] uint bufSize, @@ -38576,7 +19798,6 @@ public static extern uint GetDebugMessageLogAMD( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl( @@ -38611,7 +19832,6 @@ public static uint GetDebugMessageLogAMD( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl( @@ -38646,7 +19866,6 @@ public static uint GetDebugMessageLogAMD( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl( @@ -38682,8 +19901,6 @@ public static uint GetDebugMessageLogAMD( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetDebugMessageLogARB")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] public static extern uint GetDebugMessageLogARB( [NativeTypeName("GLuint")] uint count, [NativeTypeName("GLsizei")] uint bufSize, @@ -38696,8 +19913,6 @@ public static extern uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl( @@ -38735,8 +19950,6 @@ public static uint GetDebugMessageLogARB( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl( @@ -38774,8 +19987,6 @@ public static uint GetDebugMessageLogARB( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl( @@ -38814,7 +20025,6 @@ public static uint GetDebugMessageLogARB( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetDebugMessageLogKHR")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] public static extern uint GetDebugMessageLogKHR( [NativeTypeName("GLuint")] uint count, [NativeTypeName("GLsizei")] uint bufSize, @@ -38827,7 +20037,6 @@ public static extern uint GetDebugMessageLogKHR( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl( @@ -38865,7 +20074,6 @@ public static uint GetDebugMessageLogKHR( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl( @@ -38903,7 +20111,6 @@ public static uint GetDebugMessageLogKHR( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl( @@ -38941,13 +20148,11 @@ public static uint GetDebugMessageLogKHR( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetDetailTexFuncSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] public static extern void GetDetailTexFuncSGIS( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] [MethodImpl( @@ -38965,64 +20170,12 @@ public static void GetDetailTexFuncSGIS( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetDoublei_v")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void GetDouble( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble *")] double* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] [MethodImpl( @@ -39041,16 +20194,12 @@ public static void GetDouble( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetDoublei_vEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetDoubleEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] [MethodImpl( @@ -39069,16 +20218,12 @@ public static void GetDoubleEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetDoubleIndexedvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetDoubleIndexedEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble *")] double* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] [MethodImpl( @@ -39097,111 +20242,11 @@ public static void GetDoubleIndexedEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetDoublev")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetDouble( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble *")] double* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublev")] [MethodImpl( @@ -39219,16 +20264,12 @@ public static void GetDouble( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetDriverControlsQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] public static extern void GetDriverControlQCOM( [NativeTypeName("GLint *")] int* num, [NativeTypeName("GLsizei")] uint size, [NativeTypeName("GLuint *")] uint* driverControls ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl( @@ -39247,8 +20288,6 @@ public static void GetDriverControlQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl( @@ -39265,8 +20304,6 @@ public static uint GetDriverControlQCOM([NativeTypeName("GLint *")] Ref num } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetDriverControlStringQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] public static extern void GetDriverControlStringQCOM( [NativeTypeName("GLuint")] uint driverControl, [NativeTypeName("GLsizei")] uint bufSize, @@ -39274,8 +20311,6 @@ public static extern void GetDriverControlStringQCOM( [NativeTypeName("GLchar *")] sbyte* driverControlString ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl( @@ -39300,8 +20335,6 @@ public static void GetDriverControlStringQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl( @@ -39326,62 +20359,6 @@ public static sbyte GetDriverControlStringQCOM( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetError")] public static Constant GetError() => @@ -39389,77 +20366,15 @@ public static Constant GetError() => [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetError")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern uint GetErrorRaw(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFenceivNV")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] public static extern void GetFenceNV( [NativeTypeName("GLuint")] uint fence, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] [MethodImpl( @@ -39482,14 +20397,12 @@ public static void GetFenceNV( ExactSpelling = true, EntryPoint = "glGetFinalCombinerInputParameterfvNV" )] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void GetFinalCombinerInputParameterNV( [NativeTypeName("GLenum")] uint variable, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] [MethodImpl( @@ -39512,14 +20425,12 @@ public static void GetFinalCombinerInputParameterNV( ExactSpelling = true, EntryPoint = "glGetFinalCombinerInputParameterivNV" )] - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] public static extern void GetFinalCombinerInputParameterNV( [NativeTypeName("GLenum")] uint variable, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] [MethodImpl( @@ -39538,37 +20449,29 @@ public static void GetFinalCombinerInputParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFirstPerfQueryIdINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] - public static extern void GetFirstPerfQueryIdIntel( + public static extern void GetFirstPerfQueryIdINTEL( [NativeTypeName("GLuint *")] uint* queryId ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetFirstPerfQueryIdIntel([NativeTypeName("GLuint *")] Ref queryId) + public static void GetFirstPerfQueryIdINTEL([NativeTypeName("GLuint *")] Ref queryId) { fixed (uint* __dsl_queryId = queryId) { - GetFirstPerfQueryIdIntel(__dsl_queryId); + GetFirstPerfQueryIdINTEL(__dsl_queryId); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFixedv")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GetFixed( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFixedv")] [MethodImpl( @@ -39586,15 +20489,11 @@ public static void GetFixed( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFixedvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void GetFixedOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] [MethodImpl( @@ -39612,64 +20511,12 @@ public static void GetFixedOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFloati_v")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void GetFloat( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] [MethodImpl( @@ -39688,16 +20535,12 @@ public static void GetFloat( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFloati_vEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetFloatEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] [MethodImpl( @@ -39716,14 +20559,12 @@ public static void GetFloatEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFloati_vNV")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] public static extern void GetFloatNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] [MethodImpl( @@ -39742,14 +20583,12 @@ public static void GetFloatNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFloati_vOES")] - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] public static extern void GetFloatOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] [MethodImpl( @@ -39768,16 +20607,12 @@ public static void GetFloatOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFloatIndexedvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetFloatIndexedEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] [MethodImpl( @@ -39796,123 +20631,11 @@ public static void GetFloatIndexedEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFloatv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void GetFloat( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloatv")] [MethodImpl( @@ -39930,10 +20653,8 @@ public static void GetFloat( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFogFuncSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] public static extern void GetFogFuncSGIS([NativeTypeName("GLfloat *")] float* points); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] [MethodImpl( @@ -39949,72 +20670,12 @@ public static void GetFogFuncSGIS([NativeTypeName("GLfloat *")] Ref point [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFragDataIndex")] [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern int GetFragDataIndex( [NativeTypeName("GLuint")] uint program, [NativeTypeName("const GLchar *")] sbyte* name ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] [MethodImpl( @@ -40033,14 +20694,12 @@ public static int GetFragDataIndex( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFragDataIndexEXT")] [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] public static extern int GetFragDataIndexEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("const GLchar *")] sbyte* name ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] [MethodImpl( @@ -40059,80 +20718,12 @@ public static int GetFragDataIndexEXT( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFragDataLocation")] [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern int GetFragDataLocation( [NativeTypeName("GLuint")] uint program, [NativeTypeName("const GLchar *")] sbyte* name ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] [MethodImpl( @@ -40151,14 +20742,12 @@ public static int GetFragDataLocation( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFragDataLocationEXT")] [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] public static extern int GetFragDataLocationEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("const GLchar *")] sbyte* name ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] [MethodImpl( @@ -40176,14 +20765,12 @@ public static int GetFragDataLocationEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFragmentLightfvSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void GetFragmentLightSGIX( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] [MethodImpl( @@ -40202,14 +20789,12 @@ public static void GetFragmentLightSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFragmentLightivSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void GetFragmentLightSGIX( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] [MethodImpl( @@ -40228,14 +20813,12 @@ public static void GetFragmentLightSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFragmentMaterialfvSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void GetFragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] [MethodImpl( @@ -40254,14 +20837,12 @@ public static void GetFragmentMaterialSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFragmentMaterialivSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void GetFragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] [MethodImpl( @@ -40280,7 +20861,6 @@ public static void GetFragmentMaterialSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFragmentShadingRatesEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] public static extern void GetFragmentShadingRatesEXT( [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLsizei")] uint maxCount, @@ -40288,7 +20868,6 @@ public static extern void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] uint* shadingRates ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( @@ -40308,7 +20887,6 @@ public static void GetFragmentShadingRatesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( @@ -40327,7 +20905,6 @@ public static uint GetFragmentShadingRatesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( @@ -40352,7 +20929,6 @@ public static void GetFragmentShadingRatesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( @@ -40382,47 +20958,6 @@ public static void GetFragmentShadingRatesEXT( ExactSpelling = true, EntryPoint = "glGetFramebufferAttachmentParameteriv" )] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetFramebufferAttachmentParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -40430,47 +20965,6 @@ public static extern void GetFramebufferAttachmentParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] [MethodImpl( @@ -40500,7 +20994,6 @@ public static void GetFramebufferAttachmentParameter( ExactSpelling = true, EntryPoint = "glGetFramebufferAttachmentParameterivEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -40508,7 +21001,6 @@ public static extern void GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] [MethodImpl( @@ -40538,7 +21030,6 @@ public static void GetFramebufferAttachmentParameterEXT( ExactSpelling = true, EntryPoint = "glGetFramebufferAttachmentParameterivOES" )] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern void GetFramebufferAttachmentParameterOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint attachment, @@ -40546,7 +21037,6 @@ public static extern void GetFramebufferAttachmentParameterOES( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] [MethodImpl( @@ -40572,7 +21062,6 @@ public static void GetFramebufferAttachmentParameterOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFramebufferParameterfvAMD")] - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] public static extern void GetFramebufferParameterAMD( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, @@ -40582,7 +21071,6 @@ public static extern void GetFramebufferParameterAMD( [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] [MethodImpl( @@ -40612,56 +21100,12 @@ public static void GetFramebufferParameterAMD( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFramebufferParameteriv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void GetFramebufferParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] [MethodImpl( @@ -40681,16 +21125,12 @@ public static void GetFramebufferParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFramebufferParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] [MethodImpl( @@ -40709,18 +21149,12 @@ public static void GetFramebufferParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetFramebufferParameterivMESA")] - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] public static extern void GetFramebufferParameterMESA( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] [MethodImpl( @@ -40745,13 +21179,11 @@ public static void GetFramebufferParameterMESA( EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT" )] [return: NativeTypeName("GLsizei")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] public static extern uint GetFramebufferPixelLocalStorageSizeEXT( [NativeTypeName("GLuint")] uint target ); [return: NativeTypeName("GLsizei")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] public static uint GetFramebufferPixelLocalStorageSizeEXT( @@ -40759,82 +21191,50 @@ public static uint GetFramebufferPixelLocalStorageSizeEXT( ) => (uint)GetFramebufferPixelLocalStorageSizeEXT((uint)target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] public static Constant GetGraphicsResetStatus() => (Constant)(uint)GetGraphicsResetStatusRaw(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] public static Constant GetGraphicsResetStatusARB() => - (Constant)(uint)GetGraphicsResetStatusARBRaw(); + (Constant)(uint)GetGraphicsResetStatusARBRawARB(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetGraphicsResetStatusARB")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] - public static extern uint GetGraphicsResetStatusARBRaw(); + public static extern uint GetGraphicsResetStatusARBRawARB(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] public static Constant GetGraphicsResetStatusEXT() => - (Constant)(uint)GetGraphicsResetStatusEXTRaw(); + (Constant)(uint)GetGraphicsResetStatusEXTRawEXT(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetGraphicsResetStatusEXT")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] - public static extern uint GetGraphicsResetStatusEXTRaw(); + public static extern uint GetGraphicsResetStatusEXTRawEXT(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] public static Constant GetGraphicsResetStatusKHR() => - (Constant)(uint)GetGraphicsResetStatusKHRRaw(); + (Constant)(uint)GetGraphicsResetStatusKHRRawKHR(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetGraphicsResetStatusKHR")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] - public static extern uint GetGraphicsResetStatusKHRRaw(); + public static extern uint GetGraphicsResetStatusKHRRawKHR(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetGraphicsResetStatus")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern uint GetGraphicsResetStatusRaw(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetHandleARB")] [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern uint GetHandleARB([NativeTypeName("GLenum")] uint pname); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] public static uint GetHandleARB( @@ -40842,7 +21242,6 @@ public static uint GetHandleARB( ) => (uint)GetHandleARB((uint)pname); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetHistogram")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetHistogram( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLboolean")] uint reset, @@ -40851,7 +21250,6 @@ public static extern void GetHistogram( void* values ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogram")] [MethodImpl( @@ -40872,7 +21270,6 @@ Ref values } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetHistogramEXT")] - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] public static extern void GetHistogramEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLboolean")] uint reset, @@ -40881,7 +21278,6 @@ public static extern void GetHistogramEXT( void* values ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] [MethodImpl( @@ -40902,14 +21298,12 @@ Ref values } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetHistogramParameterfv")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetHistogramParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] [MethodImpl( @@ -40928,14 +21322,12 @@ public static void GetHistogramParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetHistogramParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] public static extern void GetHistogramParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] [MethodImpl( @@ -40954,14 +21346,12 @@ public static void GetHistogramParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetHistogramParameteriv")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetHistogramParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] [MethodImpl( @@ -40980,14 +21370,12 @@ public static void GetHistogramParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetHistogramParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] public static extern void GetHistogramParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] [MethodImpl( @@ -41006,14 +21394,12 @@ public static void GetHistogramParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetHistogramParameterxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void GetHistogramParameterxOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] [MethodImpl( @@ -41033,8 +21419,6 @@ public static void GetHistogramParameterxOES( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetImageHandleARB")] [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] public static extern ulong GetImageHandleARB( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -41044,8 +21428,6 @@ public static extern ulong GetImageHandleARB( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] public static ulong GetImageHandleARB( @@ -41058,9 +21440,6 @@ public static ulong GetImageHandleARB( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetImageHandleNV")] [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] public static extern ulong GetImageHandleNV( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -41070,9 +21449,6 @@ public static extern ulong GetImageHandleNV( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] public static ulong GetImageHandleNV( @@ -41084,14 +21460,12 @@ public static ulong GetImageHandleNV( ) => (ulong)GetImageHandleNV(texture, level, (uint)layered, layer, (uint)format); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetImageTransformParameterfvHP")] - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] public static extern void GetImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] [MethodImpl( @@ -41110,14 +21484,12 @@ public static void GetImageTransformParameterHP( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetImageTransformParameterivHP")] - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] public static extern void GetImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] [MethodImpl( @@ -41136,7 +21508,6 @@ public static void GetImageTransformParameterHP( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetInfoLogARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void GetInfoLogARB( [NativeTypeName("GLhandleARB")] uint obj, [NativeTypeName("GLsizei")] uint maxLength, @@ -41144,7 +21515,6 @@ public static extern void GetInfoLogARB( [NativeTypeName("GLcharARB *")] sbyte* infoLog ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl( @@ -41164,7 +21534,6 @@ public static void GetInfoLogARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl( @@ -41185,76 +21554,15 @@ public static sbyte GetInfoLogARB( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetInstrumentsSGIX")] [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] public static extern int GetInstrumentsSGIX(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetInteger64i_v")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void GetInteger64( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint64 *")] long* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] [MethodImpl( @@ -41273,75 +21581,11 @@ public static void GetInteger64( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetInteger64v")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void GetInteger64( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] [MethodImpl( @@ -41359,39 +21603,33 @@ public static void GetInteger64( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetInteger64vAPPLE")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] - public static extern void GetInteger64Apple( + public static extern void GetInteger64APPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetInteger64Apple( + public static void GetInteger64APPLE( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint64 *")] Ref @params ) { fixed (long* __dsl_params = @params) { - GetInteger64Apple((uint)pname, __dsl_params); + GetInteger64APPLE((uint)pname, __dsl_params); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetInteger64vEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] public static extern void GetInteger64EXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* data ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] [MethodImpl( @@ -41409,84 +21647,12 @@ public static void GetInteger64EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetIntegeri_v")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void GetInteger( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] [MethodImpl( @@ -41505,14 +21671,12 @@ public static void GetInteger( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetIntegeri_vEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] public static extern void GetIntegerEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] [MethodImpl( @@ -41531,16 +21695,12 @@ public static void GetIntegerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetIntegerIndexedvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetIntegerIndexedEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] [MethodImpl( @@ -41559,16 +21719,12 @@ public static void GetIntegerIndexedEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetIntegerui64i_vNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] public static extern void GetIntegerui64NV( [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT *")] ulong* result ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl( @@ -41586,8 +21742,6 @@ public static void GetIntegerui64NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] public static ulong GetIntegerui64NV([NativeTypeName("GLuint")] uint index) @@ -41598,15 +21752,11 @@ public static ulong GetIntegerui64NV([NativeTypeName("GLuint")] uint index) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetIntegerui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] public static extern void GetIntegerNV( [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLuint64EXT *")] ulong* result ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl( @@ -41623,8 +21773,6 @@ public static void GetIntegerNV( } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] public static ulong GetIntegerNV() @@ -41635,123 +21783,11 @@ public static ulong GetIntegerNV() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetIntegerv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GetInteger( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] [MethodImpl( @@ -41769,29 +21805,7 @@ public static void GetInteger( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetInternalformati64v")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - public static extern void GetInternalformati64V( + public static extern void GetInternalformati64v( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLenum")] uint pname, @@ -41799,34 +21813,12 @@ public static extern void GetInternalformati64V( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetInternalformati64V( + public static void GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname, @@ -41836,7 +21828,7 @@ public static void GetInternalformati64V( { fixed (long* __dsl_params = @params) { - GetInternalformati64V( + GetInternalformati64v( (uint)target, (uint)internalformat, (uint)pname, @@ -41846,38 +21838,16 @@ public static void GetInternalformati64V( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] - public static long GetInternalformati64V( + public static long GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname ) { long @params = default; - GetInternalformati64V( + GetInternalformati64v( (uint)target, (uint)internalformat, (uint)pname, @@ -41888,30 +21858,6 @@ public static long GetInternalformati64V( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetInternalformativ")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] public static extern void GetInternalformat( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -41920,30 +21866,6 @@ public static extern void GetInternalformat( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl( @@ -41969,30 +21891,6 @@ public static void GetInternalformat( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] public static int GetInternalformat( @@ -42007,9 +21905,6 @@ public static int GetInternalformat( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetInternalformatSampleivNV")] - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] public static extern void GetInternalformatSampleNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -42019,9 +21914,6 @@ public static extern void GetInternalformatSampleNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl( @@ -42049,9 +21941,6 @@ public static void GetInternalformatSampleNV( } } - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] public static int GetInternalformatSampleNV( @@ -42074,14 +21963,12 @@ public static int GetInternalformatSampleNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetInvariantBooleanvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void GetInvariantBooleanEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl( @@ -42099,7 +21986,6 @@ public static void GetInvariantBooleanEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] public static uint GetInvariantBooleanEXT( @@ -42112,14 +21998,12 @@ public static uint GetInvariantBooleanEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetInvariantFloatvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void GetInvariantFloatEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl( @@ -42137,7 +22021,6 @@ public static void GetInvariantFloatEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] public static float GetInvariantFloatEXT( @@ -42150,14 +22033,12 @@ public static float GetInvariantFloatEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetInvariantIntegervEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void GetInvariantIntegerEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl( @@ -42175,7 +22056,6 @@ public static void GetInvariantIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] public static int GetInvariantIntegerEXT( @@ -42188,64 +22068,12 @@ public static int GetInvariantIntegerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetLightfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void GetLight( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightfv")] [MethodImpl( @@ -42264,62 +22092,12 @@ public static void GetLight( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetLightiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetLight( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightiv")] [MethodImpl( @@ -42338,14 +22116,12 @@ public static void GetLight( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetLightxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void GetLightxOES( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] [MethodImpl( @@ -42364,14 +22140,12 @@ public static void GetLightxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetLightxv")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GetLightx( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxv")] [MethodImpl( @@ -42390,14 +22164,12 @@ public static void GetLightx( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetLightxvOES")] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void GetLightxvOES( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] [MethodImpl( @@ -42416,14 +22188,12 @@ public static void GetLightxvOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetListParameterfvSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] public static extern void GetListParameterSGIX( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] [MethodImpl( @@ -42442,14 +22212,12 @@ public static void GetListParameterSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetListParameterivSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] public static extern void GetListParameterSGIX( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] [MethodImpl( @@ -42468,14 +22236,12 @@ public static void GetListParameterSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetLocalConstantBooleanvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void GetLocalConstantBooleanEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl( @@ -42493,7 +22259,6 @@ public static void GetLocalConstantBooleanEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] public static uint GetLocalConstantBooleanEXT( @@ -42506,14 +22271,12 @@ public static uint GetLocalConstantBooleanEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetLocalConstantFloatvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void GetLocalConstantFloatEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl( @@ -42531,7 +22294,6 @@ public static void GetLocalConstantFloatEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] public static float GetLocalConstantFloatEXT( @@ -42544,14 +22306,12 @@ public static float GetLocalConstantFloatEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetLocalConstantIntegervEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void GetLocalConstantIntegerEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl( @@ -42569,7 +22329,6 @@ public static void GetLocalConstantIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] public static int GetLocalConstantIntegerEXT( @@ -42582,7 +22341,6 @@ public static int GetLocalConstantIntegerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMapAttribParameterfvNV")] - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] public static extern void GetMapAttribParameterNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -42590,7 +22348,6 @@ public static extern void GetMapAttribParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] [MethodImpl( @@ -42610,7 +22367,6 @@ public static void GetMapAttribParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMapAttribParameterivNV")] - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] public static extern void GetMapAttribParameterNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -42618,7 +22374,6 @@ public static extern void GetMapAttribParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] [MethodImpl( @@ -42638,7 +22393,6 @@ public static void GetMapAttribParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMapControlPointsNV")] - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] public static extern void GetMapControlPointsNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -42649,7 +22403,6 @@ public static extern void GetMapControlPointsNV( void* points ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] [MethodImpl( @@ -42680,62 +22433,12 @@ Ref points } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMapdv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetMap( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint query, [NativeTypeName("GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapdv")] [MethodImpl( @@ -42754,62 +22457,12 @@ public static void GetMap( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMapfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetMap( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint query, [NativeTypeName("GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapfv")] [MethodImpl( @@ -42828,62 +22481,12 @@ public static void GetMap( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMapiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetMap( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint query, [NativeTypeName("GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapiv")] [MethodImpl( @@ -42902,14 +22505,12 @@ public static void GetMap( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMapParameterfvNV")] - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] public static extern void GetMapParameterNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] [MethodImpl( @@ -42928,14 +22529,12 @@ public static void GetMapParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMapParameterivNV")] - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] public static extern void GetMapParameterNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] [MethodImpl( @@ -42954,14 +22553,12 @@ public static void GetMapParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMapxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void GetMapxOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint query, [NativeTypeName("GLfixed *")] int* v ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] [MethodImpl( @@ -42980,64 +22577,12 @@ public static void GetMapxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMaterialfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void GetMaterial( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] [MethodImpl( @@ -43056,62 +22601,12 @@ public static void GetMaterial( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMaterialiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetMaterial( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] [MethodImpl( @@ -43130,14 +22625,12 @@ public static void GetMaterial( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMaterialxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void GetMaterialxOES( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] public static void GetMaterialxOES( @@ -43147,14 +22640,12 @@ public static void GetMaterialxOES( ) => GetMaterialxOES((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMaterialxv")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GetMaterialx( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] [MethodImpl( @@ -43173,14 +22664,12 @@ public static void GetMaterialx( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMaterialxvOES")] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void GetMaterialxOES( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] [MethodImpl( @@ -43203,9 +22692,6 @@ public static void GetMaterialxOES( ExactSpelling = true, EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV" )] - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] public static extern void GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLenum")] uint pname, @@ -43214,9 +22700,6 @@ public static extern void GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] [MethodImpl( @@ -43237,16 +22720,12 @@ public static void GetMemoryObjectDetachedResourcesNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMemoryObjectParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void GetMemoryObjectParameterEXT( [NativeTypeName("GLuint")] uint memoryObject, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] [MethodImpl( @@ -43265,7 +22744,6 @@ public static void GetMemoryObjectParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMinmax")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetMinmax( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLboolean")] uint reset, @@ -43274,7 +22752,6 @@ public static extern void GetMinmax( void* values ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmax")] [MethodImpl( @@ -43295,7 +22772,6 @@ Ref values } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMinmaxEXT")] - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] public static extern void GetMinmaxEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLboolean")] uint reset, @@ -43304,7 +22780,6 @@ public static extern void GetMinmaxEXT( void* values ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] [MethodImpl( @@ -43325,14 +22800,12 @@ Ref values } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMinmaxParameterfv")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetMinmaxParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] [MethodImpl( @@ -43351,14 +22824,12 @@ public static void GetMinmaxParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMinmaxParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] public static extern void GetMinmaxParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] [MethodImpl( @@ -43377,14 +22848,12 @@ public static void GetMinmaxParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMinmaxParameteriv")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetMinmaxParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] [MethodImpl( @@ -43403,14 +22872,12 @@ public static void GetMinmaxParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMinmaxParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] public static extern void GetMinmaxParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] [MethodImpl( @@ -43429,76 +22896,12 @@ public static void GetMinmaxParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultisamplefv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void GetMultisample( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat *")] float* val ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] [MethodImpl( @@ -43517,14 +22920,12 @@ public static void GetMultisample( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultisamplefvNV")] - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] public static extern void GetMultisampleNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat *")] float* val ); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] [MethodImpl( @@ -43543,8 +22944,6 @@ public static void GetMultisampleNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultiTexEnvfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetMultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -43552,8 +22951,6 @@ public static extern void GetMultiTexEnvEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] [MethodImpl( @@ -43573,8 +22970,6 @@ public static void GetMultiTexEnvEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultiTexEnvivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetMultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -43582,8 +22977,6 @@ public static extern void GetMultiTexEnvEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] [MethodImpl( @@ -43603,8 +22996,6 @@ public static void GetMultiTexEnvEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultiTexGendvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetMultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint coord, @@ -43612,8 +23003,6 @@ public static extern void GetMultiTexGenEXT( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] [MethodImpl( @@ -43633,8 +23022,6 @@ public static void GetMultiTexGenEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultiTexGenfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetMultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint coord, @@ -43642,8 +23029,6 @@ public static extern void GetMultiTexGenEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] [MethodImpl( @@ -43663,8 +23048,6 @@ public static void GetMultiTexGenEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultiTexGenivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetMultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint coord, @@ -43672,8 +23055,6 @@ public static extern void GetMultiTexGenEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] [MethodImpl( @@ -43693,8 +23074,6 @@ public static void GetMultiTexGenEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultiTexImageEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetMultiTexImageEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -43704,8 +23083,6 @@ public static extern void GetMultiTexImageEXT( void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] [MethodImpl( @@ -43734,8 +23111,6 @@ Ref pixels } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultiTexLevelParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetMultiTexLevelParameterEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -43744,8 +23119,6 @@ public static extern void GetMultiTexLevelParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] [MethodImpl( @@ -43772,8 +23145,6 @@ public static void GetMultiTexLevelParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultiTexLevelParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetMultiTexLevelParameterEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -43782,8 +23153,6 @@ public static extern void GetMultiTexLevelParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] [MethodImpl( @@ -43810,8 +23179,6 @@ public static void GetMultiTexLevelParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultiTexParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetMultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -43819,8 +23186,6 @@ public static extern void GetMultiTexParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] [MethodImpl( @@ -43840,8 +23205,6 @@ public static void GetMultiTexParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultiTexParameterIivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetMultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -43849,8 +23212,6 @@ public static extern void GetMultiTexParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] [MethodImpl( @@ -43870,8 +23231,6 @@ public static void GetMultiTexParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultiTexParameterIuivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetMultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -43879,8 +23238,6 @@ public static extern void GetMultiTexParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] [MethodImpl( @@ -43900,8 +23257,6 @@ public static void GetMultiTexParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetMultiTexParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetMultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -43909,8 +23264,6 @@ public static extern void GetMultiTexParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] [MethodImpl( @@ -43930,32 +23283,12 @@ public static void GetMultiTexParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedBufferParameteri64v")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetNamedBufferParameter( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] [MethodImpl( @@ -43974,32 +23307,12 @@ public static void GetNamedBufferParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedBufferParameteriv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetNamedBufferParameter( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] [MethodImpl( @@ -44018,16 +23331,12 @@ public static void GetNamedBufferParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedBufferParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetNamedBufferParameterEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] [MethodImpl( @@ -44046,16 +23355,12 @@ public static void GetNamedBufferParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedBufferParameterui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] public static extern void GetNamedBufferParameterNV( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] [MethodImpl( @@ -44074,32 +23379,12 @@ public static void GetNamedBufferParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedBufferPointerv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetNamedBufferPointer( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, void** @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] [MethodImpl( @@ -44118,16 +23403,12 @@ Ref2D @params } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedBufferPointervEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetNamedBufferPointerEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, void** @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] [MethodImpl( @@ -44146,16 +23427,6 @@ Ref2D @params } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedBufferSubData")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetNamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, @@ -44163,16 +23434,6 @@ public static extern void GetNamedBufferSubData( void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] [MethodImpl( @@ -44192,8 +23453,6 @@ Ref data } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedBufferSubDataEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetNamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, @@ -44201,8 +23460,6 @@ public static extern void GetNamedBufferSubDataEXT( void* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] [MethodImpl( @@ -44226,16 +23483,6 @@ Ref data ExactSpelling = true, EntryPoint = "glGetNamedFramebufferAttachmentParameteriv" )] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint attachment, @@ -44243,16 +23490,6 @@ public static extern void GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] [MethodImpl( @@ -44282,8 +23519,6 @@ public static void GetNamedFramebufferAttachmentParameter( ExactSpelling = true, EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetNamedFramebufferAttachmentParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint attachment, @@ -44291,8 +23526,6 @@ public static extern void GetNamedFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] [MethodImpl( @@ -44322,7 +23555,6 @@ public static void GetNamedFramebufferAttachmentParameterEXT( ExactSpelling = true, EntryPoint = "glGetNamedFramebufferParameterfvAMD" )] - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] public static extern void GetNamedFramebufferParameterAMD( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint pname, @@ -44332,7 +23564,6 @@ public static extern void GetNamedFramebufferParameterAMD( [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] [MethodImpl( @@ -44361,32 +23592,12 @@ public static void GetNamedFramebufferParameterAMD( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedFramebufferParameteriv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetNamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] [MethodImpl( @@ -44409,16 +23620,12 @@ public static void GetNamedFramebufferParameter( ExactSpelling = true, EntryPoint = "glGetNamedFramebufferParameterivEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetNamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] [MethodImpl( @@ -44437,8 +23644,6 @@ public static void GetNamedFramebufferParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedProgramivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetNamedProgramEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -44446,8 +23651,6 @@ public static extern void GetNamedProgramEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl( @@ -44466,8 +23669,6 @@ public static void GetNamedProgramEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] public static int GetNamedProgramEXT( @@ -44486,8 +23687,6 @@ public static int GetNamedProgramEXT( ExactSpelling = true, EntryPoint = "glGetNamedProgramLocalParameterdvEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -44495,8 +23694,6 @@ public static extern void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] [MethodImpl( @@ -44520,8 +23717,6 @@ public static void GetNamedProgramLocalParameterEXT( ExactSpelling = true, EntryPoint = "glGetNamedProgramLocalParameterfvEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -44529,8 +23724,6 @@ public static extern void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] [MethodImpl( @@ -44554,8 +23747,6 @@ public static void GetNamedProgramLocalParameterEXT( ExactSpelling = true, EntryPoint = "glGetNamedProgramLocalParameterIivEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -44563,8 +23754,6 @@ public static extern void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] [MethodImpl( @@ -44588,8 +23777,6 @@ public static void GetNamedProgramLocalParameterIEXT( ExactSpelling = true, EntryPoint = "glGetNamedProgramLocalParameterIuivEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -44597,8 +23784,6 @@ public static extern void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] [MethodImpl( @@ -44618,8 +23803,6 @@ public static void GetNamedProgramLocalParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedProgramStringEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetNamedProgramStringEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -44627,8 +23810,6 @@ public static extern void GetNamedProgramStringEXT( void* @string ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] [MethodImpl( @@ -44652,32 +23833,12 @@ Ref @string ExactSpelling = true, EntryPoint = "glGetNamedRenderbufferParameteriv" )] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetNamedRenderbufferParameter( [NativeTypeName("GLuint")] uint renderbuffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] [MethodImpl( @@ -44700,16 +23861,12 @@ public static void GetNamedRenderbufferParameter( ExactSpelling = true, EntryPoint = "glGetNamedRenderbufferParameterivEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetNamedRenderbufferParameterEXT( [NativeTypeName("GLuint")] uint renderbuffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] [MethodImpl( @@ -44728,8 +23885,6 @@ public static void GetNamedRenderbufferParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedStringARB")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] public static extern void GetNamedStringARB( [NativeTypeName("GLint")] int namelen, [NativeTypeName("const GLchar *")] sbyte* name, @@ -44738,8 +23893,6 @@ public static extern void GetNamedStringARB( [NativeTypeName("GLchar *")] sbyte* @string ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] [MethodImpl( @@ -44762,8 +23915,6 @@ public static void GetNamedStringARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNamedStringivARB")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] public static extern void GetNamedStringARB( [NativeTypeName("GLint")] int namelen, [NativeTypeName("const GLchar *")] sbyte* name, @@ -44771,8 +23922,6 @@ public static extern void GetNamedStringARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] [MethodImpl( @@ -44793,7 +23942,6 @@ public static void GetNamedStringARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnColorTable")] - [SupportedApiProfile("gl")] public static extern void GetnColorTable( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -44802,7 +23950,6 @@ public static extern void GetnColorTable( void* table ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] [MethodImpl( @@ -44823,7 +23970,6 @@ Ref table } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnColorTableARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] public static extern void GetnColorTableARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -44832,7 +23978,6 @@ public static extern void GetnColorTableARB( void* table ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] [MethodImpl( @@ -44853,8 +23998,6 @@ Ref table } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnCompressedTexImage")] - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] public static extern void GetnCompressedTexImage( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int lod, @@ -44862,8 +24005,6 @@ public static extern void GetnCompressedTexImage( void* pixels ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] [MethodImpl( @@ -44883,8 +24024,6 @@ Ref pixels } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnCompressedTexImageARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] public static extern void GetnCompressedTexImageARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int lod, @@ -44892,8 +24031,6 @@ public static extern void GetnCompressedTexImageARB( void* img ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] [MethodImpl( @@ -44913,7 +24050,6 @@ Ref img } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnConvolutionFilter")] - [SupportedApiProfile("gl")] public static extern void GetnConvolutionFilter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -44922,7 +24058,6 @@ public static extern void GetnConvolutionFilter( void* image ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] [MethodImpl( @@ -44943,7 +24078,6 @@ Ref image } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnConvolutionFilterARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] public static extern void GetnConvolutionFilterARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -44952,7 +24086,6 @@ public static extern void GetnConvolutionFilterARB( void* image ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] [MethodImpl( @@ -44979,47 +24112,37 @@ Ref image } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetNextPerfQueryIdINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] - public static extern void GetNextPerfQueryIdIntel( + public static extern void GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* nextQueryId ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetNextPerfQueryIdIntel( + public static void GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref nextQueryId ) { fixed (uint* __dsl_nextQueryId = nextQueryId) { - GetNextPerfQueryIdIntel(queryId, __dsl_nextQueryId); + GetNextPerfQueryIdINTEL(queryId, __dsl_nextQueryId); } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] - public static uint GetNextPerfQueryIdIntel() + public static uint GetNextPerfQueryIdINTEL() { uint nextQueryId = default; - GetNextPerfQueryIdIntel(1, (uint*)&nextQueryId); + GetNextPerfQueryIdINTEL(1, (uint*)&nextQueryId); return nextQueryId; } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnHistogram")] - [SupportedApiProfile("gl")] public static extern void GetnHistogram( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLboolean")] uint reset, @@ -45029,7 +24152,6 @@ public static extern void GetnHistogram( void* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] [MethodImpl( @@ -45058,7 +24180,6 @@ Ref values } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnHistogramARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] public static extern void GetnHistogramARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLboolean")] uint reset, @@ -45068,7 +24189,6 @@ public static extern void GetnHistogramARB( void* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] [MethodImpl( @@ -45097,7 +24217,6 @@ Ref values } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnMapdv")] - [SupportedApiProfile("gl")] public static extern void GetnMap( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint query, @@ -45105,7 +24224,6 @@ public static extern void GetnMap( [NativeTypeName("GLdouble *")] double* v ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl( @@ -45124,7 +24242,6 @@ public static void GetnMap( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] public static double GetnMap( @@ -45138,7 +24255,6 @@ public static double GetnMap( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnMapdvARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] public static extern void GetnMapARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint query, @@ -45146,7 +24262,6 @@ public static extern void GetnMapARB( [NativeTypeName("GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] [MethodImpl( @@ -45166,7 +24281,6 @@ public static void GetnMapARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnMapfv")] - [SupportedApiProfile("gl")] public static extern void GetnMap( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint query, @@ -45174,7 +24288,6 @@ public static extern void GetnMap( [NativeTypeName("GLfloat *")] float* v ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] [MethodImpl( @@ -45194,7 +24307,6 @@ public static void GetnMap( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnMapfvARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] public static extern void GetnMapfvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint query, @@ -45202,7 +24314,6 @@ public static extern void GetnMapfvARB( [NativeTypeName("GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl( @@ -45221,7 +24332,6 @@ public static void GetnMapfvARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] public static float GetnMapfvARB( @@ -45235,7 +24345,6 @@ public static float GetnMapfvARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnMapiv")] - [SupportedApiProfile("gl")] public static extern void GetnMap( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint query, @@ -45243,7 +24352,6 @@ public static extern void GetnMap( [NativeTypeName("GLint *")] int* v ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] [MethodImpl( @@ -45263,7 +24371,6 @@ public static void GetnMap( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnMapivARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] public static extern void GetnMapivARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint query, @@ -45271,7 +24378,6 @@ public static extern void GetnMapivARB( [NativeTypeName("GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl( @@ -45290,7 +24396,6 @@ public static void GetnMapivARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] public static int GetnMapivARB( @@ -45304,7 +24409,6 @@ public static int GetnMapivARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnMinmax")] - [SupportedApiProfile("gl")] public static extern void GetnMinmax( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLboolean")] uint reset, @@ -45314,7 +24418,6 @@ public static extern void GetnMinmax( void* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] [MethodImpl( @@ -45343,7 +24446,6 @@ Ref values } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnMinmaxARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] public static extern void GetnMinmaxARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLboolean")] uint reset, @@ -45353,7 +24455,6 @@ public static extern void GetnMinmaxARB( void* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] [MethodImpl( @@ -45382,14 +24483,12 @@ Ref values } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnPixelMapfv")] - [SupportedApiProfile("gl")] public static extern void GetnPixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] [MethodImpl( @@ -45407,7 +24506,6 @@ public static void GetnPixelMap( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] public static float GetnPixelMap( @@ -45420,14 +24518,12 @@ public static float GetnPixelMap( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnPixelMapfvARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] public static extern void GetnPixelMapARB( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] [MethodImpl( @@ -45446,14 +24542,12 @@ public static void GetnPixelMapARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnPixelMapuiv")] - [SupportedApiProfile("gl")] public static extern void GetnPixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLuint *")] uint* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] [MethodImpl( @@ -45472,14 +24566,12 @@ public static void GetnPixelMap( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnPixelMapuivARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] public static extern void GetnPixelMapuivARB( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLuint *")] uint* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] [MethodImpl( @@ -45497,7 +24589,6 @@ public static void GetnPixelMapuivARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] public static uint GetnPixelMapuivARB( @@ -45510,14 +24601,12 @@ public static uint GetnPixelMapuivARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnPixelMapusv")] - [SupportedApiProfile("gl")] public static extern void GetnPixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLushort *")] ushort* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] [MethodImpl( @@ -45536,14 +24625,12 @@ public static void GetnPixelMap( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnPixelMapusvARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] public static extern void GetnPixelMapusvARB( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLushort *")] ushort* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] [MethodImpl( @@ -45561,7 +24648,6 @@ public static void GetnPixelMapusvARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] public static ushort GetnPixelMapusvARB( @@ -45574,13 +24660,11 @@ public static ushort GetnPixelMapusvARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnPolygonStipple")] - [SupportedApiProfile("gl")] public static extern void GetnPolygonStipple( [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLubyte *")] byte* pattern ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl( @@ -45597,7 +24681,6 @@ public static void GetnPolygonStipple( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] public static byte GetnPolygonStipple() @@ -45608,13 +24691,11 @@ public static byte GetnPolygonStipple() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnPolygonStippleARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] public static extern void GetnPolygonStippleARB( [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLubyte *")] byte* pattern ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl( @@ -45631,7 +24712,6 @@ public static void GetnPolygonStippleARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] public static byte GetnPolygonStippleARB() @@ -45642,7 +24722,6 @@ public static byte GetnPolygonStippleARB() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnSeparableFilter")] - [SupportedApiProfile("gl")] public static extern void GetnSeparableFilter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -45654,7 +24733,6 @@ public static extern void GetnSeparableFilter( void* span ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] [MethodImpl( @@ -45689,7 +24767,6 @@ Ref span } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnSeparableFilterARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] public static extern void GetnSeparableFilterARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -45701,7 +24778,6 @@ public static extern void GetnSeparableFilterARB( void* span ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] [MethodImpl( @@ -45736,8 +24812,6 @@ Ref span } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnTexImage")] - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] public static extern void GetnTexImage( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -45747,8 +24821,6 @@ public static extern void GetnTexImage( void* pixels ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] [MethodImpl( @@ -45770,8 +24842,6 @@ Ref pixels } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnTexImageARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] public static extern void GetnTexImageARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -45781,8 +24851,6 @@ public static extern void GetnTexImageARB( void* img ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] [MethodImpl( @@ -45804,8 +24872,6 @@ Ref img } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformdv")] - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] public static extern void GetnUniform( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -45813,8 +24879,6 @@ public static extern void GetnUniform( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] [MethodImpl( @@ -45834,8 +24898,6 @@ public static void GetnUniform( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformdvARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] public static extern void GetnUniformARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -45843,8 +24905,6 @@ public static extern void GetnUniformARB( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] [MethodImpl( @@ -45864,16 +24924,6 @@ public static void GetnUniformARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformfv")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetnUniform( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -45881,16 +24931,6 @@ public static extern void GetnUniform( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] [MethodImpl( @@ -45910,8 +24950,6 @@ public static void GetnUniform( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformfvARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] public static extern void GetnUniformARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -45919,8 +24957,6 @@ public static extern void GetnUniformARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] [MethodImpl( @@ -45940,8 +24976,6 @@ public static void GetnUniformARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformfvEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] public static extern void GetnUniformEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -45949,8 +24983,6 @@ public static extern void GetnUniformEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] [MethodImpl( @@ -45970,7 +25002,6 @@ public static void GetnUniformEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformfvKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] public static extern void GetnUniformKHR( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -45978,7 +25009,6 @@ public static extern void GetnUniformKHR( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] [MethodImpl( @@ -45998,8 +25028,6 @@ public static void GetnUniformKHR( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformi64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void GetnUniformARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -46007,8 +25035,6 @@ public static extern void GetnUniformARB( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] [MethodImpl( @@ -46028,16 +25054,6 @@ public static void GetnUniformARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformiv")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetnUniform( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -46045,16 +25061,6 @@ public static extern void GetnUniform( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] [MethodImpl( @@ -46074,8 +25080,6 @@ public static void GetnUniform( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformivARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] public static extern void GetnUniformARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -46083,8 +25087,6 @@ public static extern void GetnUniformARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] [MethodImpl( @@ -46104,8 +25106,6 @@ public static void GetnUniformARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformivEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] public static extern void GetnUniformEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -46113,8 +25113,6 @@ public static extern void GetnUniformEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] [MethodImpl( @@ -46134,7 +25132,6 @@ public static void GetnUniformEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformivKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] public static extern void GetnUniformKHR( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -46142,7 +25139,6 @@ public static extern void GetnUniformKHR( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] [MethodImpl( @@ -46162,8 +25158,6 @@ public static void GetnUniformKHR( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void GetnUniformARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -46171,8 +25165,6 @@ public static extern void GetnUniformARB( [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] [MethodImpl( @@ -46192,16 +25184,6 @@ public static void GetnUniformARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformuiv")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetnUniform( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -46209,16 +25191,6 @@ public static extern void GetnUniform( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] [MethodImpl( @@ -46238,8 +25210,6 @@ public static void GetnUniform( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformuivARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] public static extern void GetnUniformARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -46247,8 +25217,6 @@ public static extern void GetnUniformARB( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] [MethodImpl( @@ -46268,7 +25236,6 @@ public static void GetnUniformARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetnUniformuivKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] public static extern void GetnUniformKHR( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -46276,7 +25243,6 @@ public static extern void GetnUniformKHR( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] [MethodImpl( @@ -46296,14 +25262,12 @@ public static void GetnUniformKHR( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetObjectBufferfvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] public static extern void GetObjectBufferfvATI( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl( @@ -46321,7 +25285,6 @@ public static void GetObjectBufferfvATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] public static float GetObjectBufferfvATI( @@ -46335,14 +25298,12 @@ public static float GetObjectBufferfvATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetObjectBufferivATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] public static extern void GetObjectBufferivATI( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl( @@ -46360,7 +25321,6 @@ public static void GetObjectBufferivATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] public static int GetObjectBufferivATI( @@ -46374,28 +25334,6 @@ public static int GetObjectBufferivATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetObjectLabel")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void GetObjectLabel( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name, @@ -46404,28 +25342,6 @@ public static extern void GetObjectLabel( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl( @@ -46446,28 +25362,6 @@ public static void GetObjectLabel( } } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl( @@ -46488,9 +25382,6 @@ public static sbyte GetObjectLabel( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetObjectLabelEXT")] - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] public static extern void GetObjectLabelEXT( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint @object, @@ -46499,9 +25390,6 @@ public static extern void GetObjectLabelEXT( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl( @@ -46522,9 +25410,6 @@ public static void GetObjectLabelEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl( @@ -46545,7 +25430,6 @@ public static sbyte GetObjectLabelEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetObjectLabelKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] public static extern void GetObjectLabelKHR( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name, @@ -46554,7 +25438,6 @@ public static extern void GetObjectLabelKHR( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl( @@ -46575,7 +25458,6 @@ public static void GetObjectLabelKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl( @@ -46596,14 +25478,12 @@ public static sbyte GetObjectLabelKHR( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetObjectParameterfvARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void GetObjectParameterfvARB( [NativeTypeName("GLhandleARB")] uint obj, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl( @@ -46621,7 +25501,6 @@ public static void GetObjectParameterfvARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] public static float GetObjectParameterfvARB([NativeTypeName("GLhandleARB")] uint obj) @@ -46632,21 +25511,19 @@ public static float GetObjectParameterfvARB([NativeTypeName("GLhandleARB")] uint } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetObjectParameterivAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] - public static extern void GetObjectParameterApple( + public static extern void GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetObjectParameterApple( + public static void GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, @@ -46655,32 +25532,29 @@ public static void GetObjectParameterApple( { fixed (int* __dsl_params = @params) { - GetObjectParameterApple(objectType, name, pname, __dsl_params); + GetObjectParameterAPPLE(objectType, name, pname, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] - public static int GetObjectParameterApple( + public static int GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name ) { int @params = default; - GetObjectParameterApple(objectType, name, 1, (int*)&@params); + GetObjectParameterAPPLE(objectType, name, 1, (int*)&@params); return @params; } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetObjectParameterivARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void GetObjectParameterivARB( [NativeTypeName("GLhandleARB")] uint obj, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl( @@ -46698,7 +25572,6 @@ public static void GetObjectParameterivARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] public static int GetObjectParameterivARB([NativeTypeName("GLhandleARB")] uint obj) @@ -46709,28 +25582,6 @@ public static int GetObjectParameterivARB([NativeTypeName("GLhandleARB")] uint o } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetObjectPtrLabel")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void GetObjectPtrLabel( [NativeTypeName("const void *")] void* ptr, [NativeTypeName("GLsizei")] uint bufSize, @@ -46738,28 +25589,6 @@ public static extern void GetObjectPtrLabel( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl( @@ -46780,28 +25609,6 @@ public static void GetObjectPtrLabel( } } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl( @@ -46822,7 +25629,6 @@ public static sbyte GetObjectPtrLabel( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetObjectPtrLabelKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] public static extern void GetObjectPtrLabelKHR( [NativeTypeName("const void *")] void* ptr, [NativeTypeName("GLsizei")] uint bufSize, @@ -46830,7 +25636,6 @@ public static extern void GetObjectPtrLabelKHR( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl( @@ -46851,7 +25656,6 @@ public static void GetObjectPtrLabelKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl( @@ -46872,14 +25676,12 @@ public static sbyte GetObjectPtrLabelKHR( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetOcclusionQueryivNV")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] public static extern void GetOcclusionQueryNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] [MethodImpl( @@ -46898,14 +25700,12 @@ public static void GetOcclusionQueryNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetOcclusionQueryuivNV")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] public static extern void GetOcclusionQueryNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] [MethodImpl( @@ -46924,14 +25724,12 @@ public static void GetOcclusionQueryNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathColorGenfvNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] public static extern void GetPathColorGenNV( [NativeTypeName("GLenum")] uint color, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] [MethodImpl( @@ -46950,14 +25748,12 @@ public static void GetPathColorGenNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathColorGenivNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] public static extern void GetPathColorGenNV( [NativeTypeName("GLenum")] uint color, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] [MethodImpl( @@ -46976,17 +25772,11 @@ public static void GetPathColorGenNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathCommandsNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void GetPathCommandsNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLubyte *")] byte* commands ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl( @@ -47003,9 +25793,6 @@ public static void GetPathCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] public static byte GetPathCommandsNV() @@ -47015,9 +25802,6 @@ public static byte GetPathCommandsNV() return commands; } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl( @@ -47035,17 +25819,11 @@ public static void GetPathCommandsNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathCoordsNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void GetPathCoordsNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl( @@ -47062,9 +25840,6 @@ public static void GetPathCoordsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] public static float GetPathCoordsNV() @@ -47075,17 +25850,11 @@ public static float GetPathCoordsNV() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathDashArrayNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void GetPathDashArrayNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat *")] float* dashArray ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl( @@ -47102,9 +25871,6 @@ public static void GetPathDashArrayNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] public static float GetPathDashArrayNV() @@ -47116,9 +25882,6 @@ public static float GetPathDashArrayNV() [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathLengthNV")] [return: NativeTypeName("GLfloat")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern float GetPathLengtNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLsizei")] uint startSegment, @@ -47126,9 +25889,6 @@ public static extern float GetPathLengtNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathMetricRangeNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void GetPathMetricRangeNV( [NativeTypeName("GLbitfield")] uint metricQueryMask, [NativeTypeName("GLuint")] uint firstPathName, @@ -47137,9 +25897,6 @@ public static extern void GetPathMetricRangeNV( [NativeTypeName("GLfloat *")] float* metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] [MethodImpl( @@ -47166,9 +25923,6 @@ public static void GetPathMetricRangeNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathMetricsNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void GetPathMetricNV( [NativeTypeName("GLbitfield")] uint metricQueryMask, [NativeTypeName("GLsizei")] uint numPaths, @@ -47179,9 +25933,6 @@ public static extern void GetPathMetricNV( [NativeTypeName("GLfloat *")] float* metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] [MethodImpl( @@ -47213,18 +25964,12 @@ public static void GetPathMetricNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathParameterfvNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void GetPathParameterNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] [MethodImpl( @@ -47243,18 +25988,12 @@ public static void GetPathParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathParameterivNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void GetPathParameterNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] [MethodImpl( @@ -47273,9 +26012,6 @@ public static void GetPathParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathSpacingNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void GetPathSpacingNV( [NativeTypeName("GLenum")] uint pathListMode, [NativeTypeName("GLsizei")] uint numPaths, @@ -47288,9 +26024,6 @@ public static extern void GetPathSpacingNV( [NativeTypeName("GLfloat *")] float* returnedSpacing ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] [MethodImpl( @@ -47326,14 +26059,12 @@ public static void GetPathSpacingNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathTexGenfvNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] public static extern void GetPathTexGenNV( [NativeTypeName("GLenum")] uint texCoordSet, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] [MethodImpl( @@ -47352,14 +26083,12 @@ public static void GetPathTexGenNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPathTexGenivNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] public static extern void GetPathTexGenNV( [NativeTypeName("GLenum")] uint texCoordSet, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] [MethodImpl( @@ -47378,10 +26107,7 @@ public static void GetPathTexGenNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPerfCounterInfoINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] - public static extern void GetPerfCounterInfoIntel( + public static extern void GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -47395,15 +26121,12 @@ public static extern void GetPerfCounterInfoIntel( [NativeTypeName("GLuint64 *")] ulong* rawCounterMaxValue ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfCounterInfoIntel( + public static void GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -47425,7 +26148,7 @@ public static void GetPerfCounterInfoIntel( fixed (sbyte* __dsl_counterDesc = counterDesc) fixed (sbyte* __dsl_counterName = counterName) { - GetPerfCounterInfoIntel( + GetPerfCounterInfoINTEL( queryId, counterId, counterNameLength, @@ -47442,9 +26165,6 @@ public static void GetPerfCounterInfoIntel( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPerfMonitorCounterDataAMD")] - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] public static extern void GetPerfMonitorCounterDataAMD( [NativeTypeName("GLuint")] uint monitor, [NativeTypeName("GLenum")] uint pname, @@ -47453,9 +26173,6 @@ public static extern void GetPerfMonitorCounterDataAMD( [NativeTypeName("GLint *")] int* bytesWritten ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl( @@ -47482,9 +26199,6 @@ public static void GetPerfMonitorCounterDataAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl( @@ -47512,9 +26226,6 @@ public static int GetPerfMonitorCounterDataAMD( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPerfMonitorCounterInfoAMD")] - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] public static extern void GetPerfMonitorCounterInfoAMD( [NativeTypeName("GLuint")] uint group, [NativeTypeName("GLuint")] uint counter, @@ -47522,9 +26233,6 @@ public static extern void GetPerfMonitorCounterInfoAMD( void* data ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] [MethodImpl( @@ -47544,9 +26252,6 @@ Ref data } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPerfMonitorCountersAMD")] - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] public static extern void GetPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint group, [NativeTypeName("GLint *")] int* numCounters, @@ -47555,9 +26260,6 @@ public static extern void GetPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] uint* counters ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl( @@ -47585,9 +26287,6 @@ public static void GetPerfMonitorCountersAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl( @@ -47615,9 +26314,6 @@ public static uint GetPerfMonitorCountersAMD( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPerfMonitorCounterStringAMD")] - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] public static extern void GetPerfMonitorCounterStringAMD( [NativeTypeName("GLuint")] uint group, [NativeTypeName("GLuint")] uint counter, @@ -47626,9 +26322,6 @@ public static extern void GetPerfMonitorCounterStringAMD( [NativeTypeName("GLchar *")] sbyte* counterString ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl( @@ -47655,9 +26348,6 @@ public static void GetPerfMonitorCounterStringAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl( @@ -47684,18 +26374,12 @@ public static sbyte GetPerfMonitorCounterStringAMD( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPerfMonitorGroupsAMD")] - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] public static extern void GetPerfMonitorGroupsAMD( [NativeTypeName("GLint *")] int* numGroups, [NativeTypeName("GLsizei")] uint groupsSize, [NativeTypeName("GLuint *")] uint* groups ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl( @@ -47714,9 +26398,6 @@ public static void GetPerfMonitorGroupsAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl( @@ -47733,9 +26414,6 @@ public static uint GetPerfMonitorGroupsAMD([NativeTypeName("GLint *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPerfMonitorGroupStringAMD")] - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] public static extern void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLuint")] uint group, [NativeTypeName("GLsizei")] uint bufSize, @@ -47743,9 +26421,6 @@ public static extern void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLchar *")] sbyte* groupString ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl( @@ -47765,9 +26440,6 @@ public static void GetPerfMonitorGroupStringAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl( @@ -47787,10 +26459,7 @@ public static sbyte GetPerfMonitorGroupStringAMD( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPerfQueryDataINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] - public static extern void GetPerfQueryDataIntel( + public static extern void GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] uint flags, [NativeTypeName("GLsizei")] uint dataSize, @@ -47798,15 +26467,12 @@ public static extern void GetPerfQueryDataIntel( [NativeTypeName("GLuint *")] uint* bytesWritten ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryDataIntel( + public static void GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] Constant flags, [NativeTypeName("GLsizei")] uint dataSize, @@ -47817,7 +26483,7 @@ public static void GetPerfQueryDataIntel( fixed (uint* __dsl_bytesWritten = bytesWritten) fixed (void* __dsl_data = data) { - GetPerfQueryDataIntel( + GetPerfQueryDataINTEL( queryHandle, (uint)flags, dataSize, @@ -47828,23 +26494,17 @@ public static void GetPerfQueryDataIntel( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPerfQueryIdByNameINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] - public static extern void GetPerfQueryIdByNameIntel( + public static extern void GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] sbyte* queryName, [NativeTypeName("GLuint *")] uint* queryId ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryIdByNameIntel( + public static void GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref queryId ) @@ -47852,15 +26512,12 @@ public static void GetPerfQueryIdByNameIntel( fixed (uint* __dsl_queryId = queryId) fixed (sbyte* __dsl_queryName = queryName) { - GetPerfQueryIdByNameIntel(__dsl_queryName, __dsl_queryId); + GetPerfQueryIdByNameINTEL(__dsl_queryName, __dsl_queryId); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPerfQueryInfoINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] - public static extern void GetPerfQueryInfoIntel( + public static extern void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] sbyte* queryName, @@ -47870,15 +26527,12 @@ public static extern void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] uint* capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryInfoIntel( + public static void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -47894,7 +26548,7 @@ public static void GetPerfQueryInfoIntel( fixed (uint* __dsl_dataSize = dataSize) fixed (sbyte* __dsl_queryName = queryName) { - GetPerfQueryInfoIntel( + GetPerfQueryInfoINTEL( queryId, queryNameLength, __dsl_queryName, @@ -47906,15 +26560,12 @@ public static void GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte GetPerfQueryInfoIntel( + public static sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, @@ -47928,7 +26579,7 @@ public static sbyte GetPerfQueryInfoIntel( fixed (uint* __dsl_dataSize = dataSize) { sbyte queryName = default; - GetPerfQueryInfoIntel( + GetPerfQueryInfoINTEL( queryId, 1, (sbyte*)&queryName, @@ -47941,15 +26592,12 @@ public static sbyte GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryInfoIntel( + public static void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -47965,7 +26613,7 @@ public static void GetPerfQueryInfoIntel( fixed (uint* __dsl_dataSize = dataSize) fixed (sbyte* __dsl_queryName = queryName) { - GetPerfQueryInfoIntel( + GetPerfQueryInfoINTEL( queryId, queryNameLength, __dsl_queryName, @@ -47977,15 +26625,12 @@ public static void GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte GetPerfQueryInfoIntel( + public static sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, @@ -47999,7 +26644,7 @@ public static sbyte GetPerfQueryInfoIntel( fixed (uint* __dsl_dataSize = dataSize) { sbyte queryName = default; - GetPerfQueryInfoIntel( + GetPerfQueryInfoINTEL( queryId, 1, (sbyte*)&queryName, @@ -48012,31 +26657,28 @@ public static sbyte GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryInfoIntel( + public static void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask + [NativeTypeName("GLuint *")] Ref capsMask ) { - fixed (PerformanceQueryCapsMaskIntel* __dsl_capsMask = capsMask) + fixed (PerformanceQueryCapsMaskINTEL* __dsl_capsMask = capsMask) fixed (uint* __dsl_noInstances = noInstances) fixed (uint* __dsl_noCounters = noCounters) fixed (uint* __dsl_dataSize = dataSize) fixed (sbyte* __dsl_queryName = queryName) { - GetPerfQueryInfoIntel( + GetPerfQueryInfoINTEL( queryId, queryNameLength, __dsl_queryName, @@ -48048,29 +26690,26 @@ public static void GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte GetPerfQueryInfoIntel( + public static sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask + [NativeTypeName("GLuint *")] Ref capsMask ) { - fixed (PerformanceQueryCapsMaskIntel* __dsl_capsMask = capsMask) + fixed (PerformanceQueryCapsMaskINTEL* __dsl_capsMask = capsMask) fixed (uint* __dsl_noInstances = noInstances) fixed (uint* __dsl_noCounters = noCounters) fixed (uint* __dsl_dataSize = dataSize) { sbyte queryName = default; - GetPerfQueryInfoIntel( + GetPerfQueryInfoINTEL( queryId, 1, (sbyte*)&queryName, @@ -48084,61 +26723,11 @@ public static sbyte GetPerfQueryInfoIntel( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPixelMapfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetPixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] [MethodImpl( @@ -48156,61 +26745,11 @@ public static void GetPixelMap( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPixelMapuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetPixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLuint *")] uint* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] [MethodImpl( @@ -48228,61 +26767,11 @@ public static void GetPixelMap( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPixelMapusv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetPixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLushort *")] ushort* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] [MethodImpl( @@ -48300,14 +26789,12 @@ public static void GetPixelMap( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPixelMapxv")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void GetPixelMapx( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLint")] int size, [NativeTypeName("GLfixed *")] int* values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl( @@ -48325,7 +26812,6 @@ public static void GetPixelMapx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] public static int GetPixelMapx( @@ -48338,13 +26824,11 @@ public static int GetPixelMapx( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPixelTexGenParameterfvSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] public static extern void GetPixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] [MethodImpl( @@ -48362,13 +26846,11 @@ public static void GetPixelTexGenParameterSGIS( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPixelTexGenParameterivSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] public static extern void GetPixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] [MethodImpl( @@ -48390,14 +26872,12 @@ public static void GetPixelTexGenParameterSGIS( ExactSpelling = true, EntryPoint = "glGetPixelTransformParameterfvEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] public static extern void GetPixelTransformParameterfvEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl( @@ -48415,7 +26895,6 @@ public static void GetPixelTransformParameterfvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] public static float GetPixelTransformParameterfvEXT([NativeTypeName("GLenum")] uint target) @@ -48430,14 +26909,12 @@ public static float GetPixelTransformParameterfvEXT([NativeTypeName("GLenum")] u ExactSpelling = true, EntryPoint = "glGetPixelTransformParameterivEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] public static extern void GetPixelTransformParameterivEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl( @@ -48455,7 +26932,6 @@ public static void GetPixelTransformParameterivEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] public static int GetPixelTransformParameterivEXT([NativeTypeName("GLenum")] uint target) @@ -48466,16 +26942,12 @@ public static int GetPixelTransformParameterivEXT([NativeTypeName("GLenum")] uin } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPointeri_vEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetPointerEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint")] uint index, void** @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] [MethodImpl( @@ -48494,16 +26966,12 @@ Ref2D @params } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPointerIndexedvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetPointerIndexedEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, void** data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] [MethodImpl( @@ -48522,94 +26990,8 @@ Ref2D data } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPointerv")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - ], - MinVersion = "1.1", - MaxVersion = "3.2" - )] - [SupportedApiProfile("gles1", ["GL_KHR_debug", "GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GetPointer([NativeTypeName("GLenum")] uint pname, void** @params); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - ], - MinVersion = "1.1", - MaxVersion = "3.2" - )] - [SupportedApiProfile("gles1", ["GL_KHR_debug", "GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointerv")] [MethodImpl( @@ -48627,13 +27009,11 @@ Ref2D @params } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPointervEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] public static extern void GetPointerEXT( [NativeTypeName("GLenum")] uint pname, void** @params ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] [MethodImpl( @@ -48651,13 +27031,11 @@ Ref2D @params } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPointervKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] public static extern void GetPointerKHR( [NativeTypeName("GLenum")] uint pname, void** @params ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] [MethodImpl( @@ -48672,58 +27050,8 @@ public static void GetPointerKHR([NativeTypeName("GLenum")] uint pname, Ref2D @p } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetPolygonStipple")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetPolygonStipple([NativeTypeName("GLubyte *")] byte* mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] [MethodImpl( @@ -48738,32 +27066,6 @@ public static void GetPolygonStipple([NativeTypeName("GLubyte *")] Ref mas } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramBinary")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void GetProgramBinary( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLsizei")] uint bufSize, @@ -48772,32 +27074,6 @@ public static extern void GetProgramBinary( void* binary ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] [MethodImpl( @@ -48820,7 +27096,6 @@ Ref binary } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramBinaryOES")] - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] public static extern void GetProgramBinaryOES( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLsizei")] uint bufSize, @@ -48829,7 +27104,6 @@ public static extern void GetProgramBinaryOES( void* binary ); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] [MethodImpl( @@ -48858,14 +27132,12 @@ Ref binary } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramEnvParameterdvARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void GetProgramEnvParameterARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] [MethodImpl( @@ -48884,14 +27156,12 @@ public static void GetProgramEnvParameterARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramEnvParameterfvARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void GetProgramEnvParameterARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] [MethodImpl( @@ -48910,14 +27180,12 @@ public static void GetProgramEnvParameterARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramEnvParameterIivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void GetProgramEnvParameterINV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] [MethodImpl( @@ -48936,14 +27204,12 @@ public static void GetProgramEnvParameterINV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramEnvParameterIuivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void GetProgramEnvParameterINV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] [MethodImpl( @@ -48962,49 +27228,6 @@ public static void GetProgramEnvParameterINV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramInfoLog")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetProgramInfoLog( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLsizei")] uint bufSize, @@ -49012,49 +27235,6 @@ public static extern void GetProgramInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl( @@ -49074,49 +27254,6 @@ public static void GetProgramInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl( @@ -49136,28 +27273,6 @@ public static sbyte GetProgramInfoLog( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramInterfaceiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void GetProgramInterface( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint programInterface, @@ -49165,28 +27280,6 @@ public static extern void GetProgramInterface( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] [MethodImpl( @@ -49206,98 +27299,12 @@ public static void GetProgramInterface( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetProgram( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] [MethodImpl( @@ -49316,14 +27323,12 @@ public static void GetProgram( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramivARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void GetProgramARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl( @@ -49341,7 +27346,6 @@ public static void GetProgramARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] public static int GetProgramARB( @@ -49355,14 +27359,12 @@ public static int GetProgramARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramivNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void GetProgramNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] [MethodImpl( @@ -49381,14 +27383,12 @@ public static void GetProgramNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramLocalParameterdvARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void GetProgramLocalParameterARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] [MethodImpl( @@ -49407,14 +27407,12 @@ public static void GetProgramLocalParameterARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramLocalParameterfvARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void GetProgramLocalParameterARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] [MethodImpl( @@ -49433,14 +27431,12 @@ public static void GetProgramLocalParameterARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramLocalParameterIivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void GetProgramLocalParameterINV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] [MethodImpl( @@ -49459,14 +27455,12 @@ public static void GetProgramLocalParameterINV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramLocalParameterIuivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void GetProgramLocalParameterINV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] [MethodImpl( @@ -49485,7 +27479,6 @@ public static void GetProgramLocalParameterINV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramNamedParameterdvNV")] - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] public static extern void GetProgramNamedParameterNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint len, @@ -49493,7 +27486,6 @@ public static extern void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl( @@ -49513,7 +27505,6 @@ public static void GetProgramNamedParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl( @@ -49533,7 +27524,6 @@ public static void GetProgramNamedParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramNamedParameterfvNV")] - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] public static extern void GetProgramNamedParameterNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint len, @@ -49541,7 +27531,6 @@ public static extern void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl( @@ -49561,7 +27550,6 @@ public static void GetProgramNamedParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl( @@ -49581,7 +27569,6 @@ public static void GetProgramNamedParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramParameterdvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void GetProgramParameterNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -49589,7 +27576,6 @@ public static extern void GetProgramParameterNV( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] [MethodImpl( @@ -49609,7 +27595,6 @@ public static void GetProgramParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramParameterfvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void GetProgramParameterNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -49617,7 +27602,6 @@ public static extern void GetProgramParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] [MethodImpl( @@ -49637,32 +27621,6 @@ public static void GetProgramParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramPipelineInfoLog")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void GetProgramPipelineInfoLog( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLsizei")] uint bufSize, @@ -49670,32 +27628,6 @@ public static extern void GetProgramPipelineInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl( @@ -49715,32 +27647,6 @@ public static void GetProgramPipelineInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl( @@ -49760,7 +27666,6 @@ public static sbyte GetProgramPipelineInfoLog( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramPipelineInfoLogEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLsizei")] uint bufSize, @@ -49768,7 +27673,6 @@ public static extern void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLchar *")] sbyte* infoLog ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl( @@ -49788,7 +27692,6 @@ public static void GetProgramPipelineInfoLogEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl( @@ -49808,64 +27711,12 @@ public static sbyte GetProgramPipelineInfoLogEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramPipelineiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void GetProgramPipeline( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] [MethodImpl( @@ -49884,14 +27735,12 @@ public static void GetProgramPipeline( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramPipelineivEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void GetProgramPipelineEXT( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] [MethodImpl( @@ -49910,9 +27759,6 @@ public static void GetProgramPipelineEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramResourcefvNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void GetProgramResourceNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint programInterface, @@ -49924,9 +27770,6 @@ public static extern void GetProgramResourceNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl( @@ -49960,9 +27803,6 @@ public static void GetProgramResourceNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl( @@ -49997,28 +27837,6 @@ public static float GetProgramResourceNV( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramResourceIndex")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern uint GetProgramResourceIndex( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint programInterface, @@ -50026,28 +27844,6 @@ public static extern uint GetProgramResourceIndex( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] [MethodImpl( @@ -50066,28 +27862,6 @@ public static uint GetProgramResourceIndex( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramResourceiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void GetProgramResource( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint programInterface, @@ -50099,28 +27873,6 @@ public static extern void GetProgramResource( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl( @@ -50154,28 +27906,6 @@ public static void GetProgramResource( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl( @@ -50209,28 +27939,6 @@ public static void GetProgramResource( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl( @@ -50266,28 +27974,6 @@ public static void GetProgramResource( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramResourceLocation")] [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern int GetProgramResourceLocation( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint programInterface, @@ -50295,28 +27981,6 @@ public static extern int GetProgramResourceLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] [MethodImpl( @@ -50340,28 +28004,6 @@ public static int GetProgramResourceLocation( EntryPoint = "glGetProgramResourceLocationIndex" )] [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern int GetProgramResourceLocationIndex( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint programInterface, @@ -50369,28 +28011,6 @@ public static extern int GetProgramResourceLocationIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] [MethodImpl( @@ -50418,7 +28038,6 @@ public static int GetProgramResourceLocationIndex( EntryPoint = "glGetProgramResourceLocationIndexEXT" )] [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] public static extern int GetProgramResourceLocationIndexEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint programInterface, @@ -50426,7 +28045,6 @@ public static extern int GetProgramResourceLocationIndexEXT( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] [MethodImpl( @@ -50449,28 +28067,6 @@ public static int GetProgramResourceLocationIndexEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramResourceName")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void GetProgramResourceName( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint programInterface, @@ -50480,28 +28076,6 @@ public static extern void GetProgramResourceName( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl( @@ -50530,28 +28104,6 @@ public static void GetProgramResourceName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl( @@ -50580,34 +28132,6 @@ public static sbyte GetProgramResourceName( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramStageiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void GetProgramStage( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint shadertype, @@ -50615,34 +28139,6 @@ public static extern void GetProgramStage( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl( @@ -50661,34 +28157,6 @@ public static void GetProgramStage( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] public static int GetProgramStage( @@ -50703,14 +28171,12 @@ public static int GetProgramStage( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramStringARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void GetProgramStringARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, void* @string ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] [MethodImpl( @@ -50729,14 +28195,12 @@ Ref @string } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetProgramStringNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void GetProgramStringNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLubyte *")] byte* program ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl( @@ -50754,7 +28218,6 @@ public static void GetProgramStringNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] public static byte GetProgramStringNV( @@ -50771,14 +28234,12 @@ public static byte GetProgramStringNV( ExactSpelling = true, EntryPoint = "glGetProgramSubroutineParameteruivNV" )] - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] public static extern void GetProgramSubroutineParameterNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint *")] uint* param2 ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] [MethodImpl( @@ -50796,54 +28257,33 @@ public static void GetProgramSubroutineParameterNV( } } + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] + public static uint GetProgramSubroutineParameterNV([NativeTypeName("GLuint")] uint index) + { + uint param2 = default; + GetProgramSubroutineParameterNV(1, index, (uint*)¶m2); + return param2; + } + [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryBufferObjecti64v")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - public static extern void GetQueryBufferObjecti64V( + public static extern void GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] - public static void GetQueryBufferObjecti64V( + public static void GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) => GetQueryBufferObjecti64V(id, buffer, (uint)pname, offset); + ) => GetQueryBufferObjecti64v(id, buffer, (uint)pname, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryBufferObjectiv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetQueryBufferObject( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, @@ -50851,16 +28291,6 @@ public static extern void GetQueryBufferObject( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] public static void GetQueryBufferObject( @@ -50871,53 +28301,23 @@ public static void GetQueryBufferObject( ) => GetQueryBufferObject(id, buffer, (uint)pname, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryBufferObjectui64v")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - public static extern void GetQueryBufferObjectui64V( + public static extern void GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] - public static void GetQueryBufferObjectui64V( + public static void GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) => GetQueryBufferObjectui64V(id, buffer, (uint)pname, offset); + ) => GetQueryBufferObjectui64v(id, buffer, (uint)pname, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryBufferObjectuiv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetQueryBufferObjectuiv( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, @@ -50925,16 +28325,6 @@ public static extern void GetQueryBufferObjectuiv( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] public static void GetQueryBufferObjectuiv( @@ -50945,34 +28335,6 @@ public static void GetQueryBufferObjectuiv( ) => GetQueryBufferObjectuiv(id, buffer, (uint)pname, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryIndexediv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void GetQueryIndexed( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -50980,34 +28342,6 @@ public static extern void GetQueryIndexed( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] [MethodImpl( @@ -51027,92 +28361,12 @@ public static void GetQueryIndexed( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] public static extern void GetQuery( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] [MethodImpl( @@ -51131,14 +28385,12 @@ public static void GetQuery( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryivARB")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] public static extern void GetQueryARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] [MethodImpl( @@ -51157,20 +28409,12 @@ public static void GetQueryARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryivEXT")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] public static extern void GetQueryEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] [MethodImpl( @@ -51189,72 +28433,12 @@ public static void GetQueryEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryObjecti64v")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void GetQueryObject( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] [MethodImpl( @@ -51273,16 +28457,12 @@ public static void GetQueryObject( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryObjecti64vEXT")] - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] public static extern void GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] [MethodImpl( @@ -51301,92 +28481,12 @@ public static void GetQueryObjectEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryObjectiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] public static extern void GetQueryObject( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] [MethodImpl( @@ -51405,14 +28505,12 @@ public static void GetQueryObject( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryObjectivARB")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] public static extern void GetQueryObjectARB( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] [MethodImpl( @@ -51431,14 +28529,12 @@ public static void GetQueryObjectARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryObjectivEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] public static extern void GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] [MethodImpl( @@ -51457,72 +28553,12 @@ public static void GetQueryObjectEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryObjectui64v")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void GetQueryObject( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] [MethodImpl( @@ -51541,16 +28577,12 @@ public static void GetQueryObject( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryObjectui64vEXT")] - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] public static extern void GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] [MethodImpl( @@ -51569,92 +28601,12 @@ public static void GetQueryObjectEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryObjectuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] public static extern void GetQueryObject( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] [MethodImpl( @@ -51673,14 +28625,12 @@ public static void GetQueryObject( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryObjectuivARB")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] public static extern void GetQueryObjectARB( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] [MethodImpl( @@ -51699,20 +28649,12 @@ public static void GetQueryObjectARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetQueryObjectuivEXT")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] public static extern void GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] [MethodImpl( @@ -51731,94 +28673,12 @@ public static void GetQueryObjectEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetRenderbufferParameteriv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetRenderbufferParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] [MethodImpl( @@ -51837,14 +28697,12 @@ public static void GetRenderbufferParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetRenderbufferParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void GetRenderbufferParameterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] [MethodImpl( @@ -51863,14 +28721,12 @@ public static void GetRenderbufferParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetRenderbufferParameterivOES")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern void GetRenderbufferParameterOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] [MethodImpl( @@ -51889,92 +28745,12 @@ public static void GetRenderbufferParameterOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSamplerParameterfv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] public static extern void GetSamplerParameter( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] [MethodImpl( @@ -51993,72 +28769,12 @@ public static void GetSamplerParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSamplerParameterIiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void GetSamplerParameterI( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] [MethodImpl( @@ -52077,14 +28793,12 @@ public static void GetSamplerParameterI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSamplerParameterIivEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] public static extern void GetSamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] [MethodImpl( @@ -52103,14 +28817,12 @@ public static void GetSamplerParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSamplerParameterIivOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] public static extern void GetSamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] [MethodImpl( @@ -52129,72 +28841,12 @@ public static void GetSamplerParameterIOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSamplerParameterIuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void GetSamplerParameterI( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] [MethodImpl( @@ -52213,14 +28865,12 @@ public static void GetSamplerParameterI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSamplerParameterIuivEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] public static extern void GetSamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] [MethodImpl( @@ -52239,14 +28889,12 @@ public static void GetSamplerParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSamplerParameterIuivOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] public static extern void GetSamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] [MethodImpl( @@ -52265,92 +28913,12 @@ public static void GetSamplerParameterIOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSamplerParameteriv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] public static extern void GetSamplerParameter( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] [MethodImpl( @@ -52369,16 +28937,12 @@ public static void GetSamplerParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSemaphoreParameterivNV")] - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] public static extern void GetSemaphoreParameterNV( [NativeTypeName("GLuint")] uint semaphore, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] [MethodImpl( @@ -52397,16 +28961,12 @@ public static void GetSemaphoreParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSemaphoreParameterui64vEXT")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] public static extern void GetSemaphoreParameterEXT( [NativeTypeName("GLuint")] uint semaphore, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] [MethodImpl( @@ -52425,7 +28985,6 @@ public static void GetSemaphoreParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSeparableFilter")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void GetSeparableFilter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -52435,7 +28994,6 @@ public static extern void GetSeparableFilter( void* span ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] [MethodImpl( @@ -52466,7 +29024,6 @@ Ref span } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSeparableFilterEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void GetSeparableFilterEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -52476,7 +29033,6 @@ public static extern void GetSeparableFilterEXT( void* span ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] [MethodImpl( @@ -52507,49 +29063,6 @@ Ref span } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetShaderInfoLog")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetShaderInfoLog( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, @@ -52557,49 +29070,6 @@ public static extern void GetShaderInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl( @@ -52619,49 +29089,6 @@ public static void GetShaderInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl( @@ -52681,98 +29108,12 @@ public static sbyte GetShaderInfoLog( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetShaderiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetShader( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] [MethodImpl( @@ -52791,37 +29132,6 @@ public static void GetShader( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetShaderPrecisionFormat")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetShaderPrecisionFormat( [NativeTypeName("GLenum")] uint shadertype, [NativeTypeName("GLenum")] uint precisiontype, @@ -52829,37 +29139,6 @@ public static extern void GetShaderPrecisionFormat( [NativeTypeName("GLint *")] int* precision ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl( @@ -52884,37 +29163,6 @@ public static void GetShaderPrecisionFormat( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl( @@ -52940,49 +29188,6 @@ public static int GetShaderPrecisionFormat( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetShaderSource")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetShaderSource( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, @@ -52990,49 +29195,6 @@ public static extern void GetShaderSource( [NativeTypeName("GLchar *")] sbyte* source ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl( @@ -53052,49 +29214,6 @@ public static void GetShaderSource( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl( @@ -53114,7 +29233,6 @@ public static sbyte GetShaderSource( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetShaderSourceARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void GetShaderSourceARB( [NativeTypeName("GLhandleARB")] uint obj, [NativeTypeName("GLsizei")] uint maxLength, @@ -53122,7 +29240,6 @@ public static extern void GetShaderSourceARB( [NativeTypeName("GLcharARB *")] sbyte* source ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl( @@ -53142,7 +29259,6 @@ public static void GetShaderSourceARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl( @@ -53162,18 +29278,12 @@ public static sbyte GetShaderSourceARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetShadingRateImagePaletteNV")] - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] public static extern void GetShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint viewport, [NativeTypeName("GLuint")] uint entry, [NativeTypeName("GLenum *")] uint* rate ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl( @@ -53191,9 +29301,6 @@ public static void GetShadingRateImagePaletteNV( } } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] public static uint GetShadingRateImagePaletteNV( @@ -53211,9 +29318,6 @@ public static uint GetShadingRateImagePaletteNV( ExactSpelling = true, EntryPoint = "glGetShadingRateSampleLocationivNV" )] - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] public static extern void GetShadingRateSampleLocationNV( [NativeTypeName("GLenum")] uint rate, [NativeTypeName("GLuint")] uint samples, @@ -53221,9 +29325,6 @@ public static extern void GetShadingRateSampleLocationNV( [NativeTypeName("GLint *")] int* location ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] [MethodImpl( @@ -53243,13 +29344,11 @@ public static void GetShadingRateSampleLocationNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSharpenTexFuncSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] public static extern void GetSharpenTexFuncSGIS( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] [MethodImpl( @@ -53268,13 +29367,9 @@ public static void GetSharpenTexFuncSGIS( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetStageIndexNV")] [return: NativeTypeName("GLushort")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern ushort GetStageIndexNV([NativeTypeName("GLenum")] uint shadertype); [return: NativeTypeName("GLushort")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] public static ushort GetStageIndexNV( @@ -53283,121 +29378,9 @@ public static ushort GetStageIndexNV( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetString")] [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern byte* GetString([NativeTypeName("GLenum")] uint name); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetString")] [MethodImpl( @@ -53409,80 +29392,12 @@ public static Ptr GetString( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetStringi")] [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern byte* GetString( [NativeTypeName("GLenum")] uint name, [NativeTypeName("GLuint")] uint index ); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetStringi")] [MethodImpl( @@ -53495,34 +29410,6 @@ public static Ptr GetString( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSubroutineIndex")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern uint GetSubroutineIndex( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint shadertype, @@ -53530,34 +29417,6 @@ public static extern uint GetSubroutineIndex( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] [MethodImpl( @@ -53577,34 +29436,6 @@ public static uint GetSubroutineIndex( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSubroutineUniformLocation")] [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern int GetSubroutineUniformLocation( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint shadertype, @@ -53612,34 +29443,6 @@ public static extern int GetSubroutineUniformLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] [MethodImpl( @@ -53658,38 +29461,6 @@ public static int GetSubroutineUniformLocation( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSynciv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void GetSync( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLenum")] uint pname, @@ -53698,38 +29469,6 @@ public static extern void GetSync( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl( @@ -53751,38 +29490,6 @@ public static void GetSync( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl( @@ -53804,9 +29511,7 @@ public static int GetSync( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetSyncivAPPLE")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] - public static extern void GetSyncApple( + public static extern void GetSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLsizei")] uint count, @@ -53814,14 +29519,12 @@ public static extern void GetSyncApple( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetSyncApple( + public static void GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei")] uint count, @@ -53833,18 +29536,16 @@ public static void GetSyncApple( fixed (uint* __dsl_length = length) fixed (Sync* __dsl_sync = sync) { - GetSyncApple(__dsl_sync, (uint)pname, count, __dsl_length, __dsl_values); + GetSyncAPPLE(__dsl_sync, (uint)pname, count, __dsl_length, __dsl_values); } } - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static int GetSyncApple( + public static int GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei *")] Ref length @@ -53854,19 +29555,17 @@ public static int GetSyncApple( fixed (Sync* __dsl_sync = sync) { int values = default; - GetSyncApple(__dsl_sync, (uint)pname, 1, __dsl_length, (int*)&values); + GetSyncAPPLE(__dsl_sync, (uint)pname, 1, __dsl_length, (int*)&values); return values; } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexBumpParameterfvATI")] - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] public static extern void GetTexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] [MethodImpl( @@ -53884,13 +29583,11 @@ public static void GetTexBumpParameterATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexBumpParameterivATI")] - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] public static extern void GetTexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] [MethodImpl( @@ -53908,64 +29605,12 @@ public static void GetTexBumpParameterATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexEnvfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void GetTexEnv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] [MethodImpl( @@ -53984,64 +29629,12 @@ public static void GetTexEnv( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexEnviv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GetTexEnv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] [MethodImpl( @@ -54060,14 +29653,12 @@ public static void GetTexEnv( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexEnvxv")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GetTexEnvx( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] [MethodImpl( @@ -54086,16 +29677,12 @@ public static void GetTexEnvx( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexEnvxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void GetTexEnvxOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] [MethodImpl( @@ -54114,14 +29701,12 @@ public static void GetTexEnvxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexFilterFuncSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] public static extern void GetTexFilterFuncSGIS( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint filter, [NativeTypeName("GLfloat *")] float* weights ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] [MethodImpl( @@ -54140,62 +29725,12 @@ public static void GetTexFilterFuncSGIS( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexGendv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetTexGen( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] [MethodImpl( @@ -54214,62 +29749,12 @@ public static void GetTexGen( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexGenfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetTexGen( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] [MethodImpl( @@ -54288,14 +29773,12 @@ public static void GetTexGen( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexGenfvOES")] - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] public static extern void GetTexGenOES( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] [MethodImpl( @@ -54314,62 +29797,12 @@ public static void GetTexGenOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexGeniv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetTexGen( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] [MethodImpl( @@ -54388,14 +29821,12 @@ public static void GetTexGen( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexGenivOES")] - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] public static extern void GetTexGenOES( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] [MethodImpl( @@ -54414,16 +29845,12 @@ public static void GetTexGenOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexGenxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] public static extern void GetTexGenxOES( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] [MethodImpl( @@ -54442,56 +29869,6 @@ public static void GetTexGenxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexImage")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetTexImage( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -54500,56 +29877,6 @@ public static extern void GetTexImage( void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexImage")] [MethodImpl( @@ -54570,56 +29897,6 @@ Ref pixels } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexLevelParameterfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetTexLevelParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -54627,56 +29904,6 @@ public static extern void GetTexLevelParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] [MethodImpl( @@ -54696,56 +29923,6 @@ public static void GetTexLevelParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexLevelParameteriv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void GetTexLevelParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -54753,56 +29930,6 @@ public static extern void GetTexLevelParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] [MethodImpl( @@ -54822,7 +29949,6 @@ public static void GetTexLevelParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexLevelParameterxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void GetTexLevelParameterxOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -54830,7 +29956,6 @@ public static extern void GetTexLevelParameterxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] [MethodImpl( @@ -54850,124 +29975,12 @@ public static void GetTexLevelParameterxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexParameterfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void GetTexParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] [MethodImpl( @@ -54986,80 +29999,12 @@ public static void GetTexParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexParameterIiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void GetTexParameterI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] [MethodImpl( @@ -55078,16 +30023,12 @@ public static void GetTexParameterI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexParameterIivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] public static extern void GetTexParameterIEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] [MethodImpl( @@ -55106,14 +30047,12 @@ public static void GetTexParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexParameterIivOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] public static extern void GetTexParameterIOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] [MethodImpl( @@ -55132,80 +30071,12 @@ public static void GetTexParameterIOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexParameterIuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void GetTexParameterI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] [MethodImpl( @@ -55224,16 +30095,12 @@ public static void GetTexParameterI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexParameterIuivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] public static extern void GetTexParameterIEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] [MethodImpl( @@ -55252,14 +30119,12 @@ public static void GetTexParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexParameterIuivOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] public static extern void GetTexParameterIOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] [MethodImpl( @@ -55278,124 +30143,12 @@ public static void GetTexParameterIOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexParameteriv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GetTexParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] [MethodImpl( @@ -55414,20 +30167,18 @@ public static void GetTexParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexParameterPointervAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] - public static extern void GetTexParameterPointerApple( + public static extern void GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, void** @params ); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetTexParameterPointerApple( + public static void GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, Ref2D @params @@ -55435,19 +30186,17 @@ Ref2D @params { fixed (void** __dsl_params = @params) { - GetTexParameterPointerApple(target, pname, __dsl_params); + GetTexParameterPointerAPPLE(target, pname, __dsl_params); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexParameterxv")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void GetTexParameterx( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] [MethodImpl( @@ -55466,16 +30215,12 @@ public static void GetTexParameterx( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTexParameterxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void GetTexParameterxOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] [MethodImpl( @@ -55495,33 +30240,17 @@ public static void GetTexParameterxOES( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureHandleARB")] [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] public static extern ulong GetTextureHandleARB([NativeTypeName("GLuint")] uint texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureHandleIMG")] [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] public static extern ulong GetTextureHandleIMG([NativeTypeName("GLuint")] uint texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureHandleNV")] [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] public static extern ulong GetTextureHandleNV([NativeTypeName("GLuint")] uint texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureImage")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetTextureImage( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -55531,16 +30260,6 @@ public static extern void GetTextureImage( void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] [MethodImpl( @@ -55562,8 +30281,6 @@ Ref pixels } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureImageEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetTextureImageEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -55573,8 +30290,6 @@ public static extern void GetTextureImageEXT( void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] [MethodImpl( @@ -55603,16 +30318,6 @@ Ref pixels } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureLevelParameterfv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetTextureLevelParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -55620,16 +30325,6 @@ public static extern void GetTextureLevelParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] [MethodImpl( @@ -55649,8 +30344,6 @@ public static void GetTextureLevelParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureLevelParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetTextureLevelParameterEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -55659,8 +30352,6 @@ public static extern void GetTextureLevelParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] [MethodImpl( @@ -55687,16 +30378,6 @@ public static void GetTextureLevelParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureLevelParameteriv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetTextureLevelParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -55704,16 +30385,6 @@ public static extern void GetTextureLevelParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] [MethodImpl( @@ -55733,8 +30404,6 @@ public static void GetTextureLevelParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureLevelParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetTextureLevelParameterEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -55743,8 +30412,6 @@ public static extern void GetTextureLevelParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] [MethodImpl( @@ -55771,32 +30438,12 @@ public static void GetTextureLevelParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureParameterfv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetTextureParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] [MethodImpl( @@ -55815,8 +30462,6 @@ public static void GetTextureParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetTextureParameterEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -55824,8 +30469,6 @@ public static extern void GetTextureParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] [MethodImpl( @@ -55845,32 +30488,12 @@ public static void GetTextureParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureParameterIiv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetTextureParameterI( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] [MethodImpl( @@ -55889,8 +30512,6 @@ public static void GetTextureParameterI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureParameterIivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetTextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -55898,8 +30519,6 @@ public static extern void GetTextureParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] [MethodImpl( @@ -55919,32 +30538,12 @@ public static void GetTextureParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureParameterIuiv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetTextureParameterI( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] [MethodImpl( @@ -55963,8 +30562,6 @@ public static void GetTextureParameterI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureParameterIuivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetTextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -55972,8 +30569,6 @@ public static extern void GetTextureParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] [MethodImpl( @@ -55993,32 +30588,12 @@ public static void GetTextureParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureParameteriv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetTextureParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] [MethodImpl( @@ -56037,8 +30612,6 @@ public static void GetTextureParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetTextureParameterEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -56046,8 +30619,6 @@ public static extern void GetTextureParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] [MethodImpl( @@ -56068,8 +30639,6 @@ public static void GetTextureParameterEXT( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureSamplerHandleARB")] [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] public static extern ulong GetTextureSamplerHandleARB( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLuint")] uint sampler @@ -56077,7 +30646,6 @@ public static extern ulong GetTextureSamplerHandleARB( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureSamplerHandleIMG")] [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] public static extern ulong GetTextureSamplerHandleIMG( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLuint")] uint sampler @@ -56085,25 +30653,12 @@ public static extern ulong GetTextureSamplerHandleIMG( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureSamplerHandleNV")] [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] public static extern ulong GetTextureSamplerHandleNV( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLuint")] uint sampler ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTextureSubImage")] - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetTextureSubImage( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -56119,16 +30674,6 @@ public static extern void GetTextureSubImage( void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] [MethodImpl( @@ -56169,7 +30714,6 @@ Ref pixels } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTrackMatrixivNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void GetTrackMatrixNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint address, @@ -56177,7 +30721,6 @@ public static extern void GetTrackMatrixNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl( @@ -56196,7 +30739,6 @@ public static void GetTrackMatrixNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] public static int GetTrackMatrixNV( @@ -56211,16 +30753,6 @@ public static int GetTrackMatrixNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTransformFeedbacki_v")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetTransformFeedback( [NativeTypeName("GLuint")] uint xfb, [NativeTypeName("GLenum")] uint pname, @@ -56228,16 +30760,6 @@ public static extern void GetTransformFeedback( [NativeTypeName("GLint *")] int* param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] [MethodImpl( @@ -56257,16 +30779,6 @@ public static void GetTransformFeedback( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTransformFeedbacki64_v")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetTransformFeedbacki64( [NativeTypeName("GLuint")] uint xfb, [NativeTypeName("GLenum")] uint pname, @@ -56274,16 +30786,6 @@ public static extern void GetTransformFeedbacki64( [NativeTypeName("GLint64 *")] long* param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] [MethodImpl( @@ -56303,32 +30805,12 @@ public static void GetTransformFeedbacki64( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTransformFeedbackiv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetTransformFeedback( [NativeTypeName("GLuint")] uint xfb, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] [MethodImpl( @@ -56347,40 +30829,6 @@ public static void GetTransformFeedback( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTransformFeedbackVarying")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void GetTransformFeedbackVarying( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint index, @@ -56391,40 +30839,6 @@ public static extern void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -56457,40 +30871,6 @@ public static void GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -56522,40 +30902,6 @@ public static sbyte GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -56588,40 +30934,6 @@ public static void GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -56653,40 +30965,6 @@ public static sbyte GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -56719,40 +30997,6 @@ public static void GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -56785,7 +31029,6 @@ public static sbyte GetTransformFeedbackVarying( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTransformFeedbackVaryingEXT")] - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] public static extern void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint index, @@ -56796,7 +31039,6 @@ public static extern void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -56829,7 +31071,6 @@ public static void GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -56861,7 +31102,6 @@ public static sbyte GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -56894,7 +31134,6 @@ public static void GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -56926,7 +31165,6 @@ public static sbyte GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -56959,7 +31197,6 @@ public static void GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -56992,14 +31229,12 @@ public static sbyte GetTransformFeedbackVaryingEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTransformFeedbackVaryingNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] public static extern void GetTransformFeedbackVaryingNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint *")] int* location ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl( @@ -57017,7 +31252,6 @@ public static void GetTransformFeedbackVaryingNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] public static int GetTransformFeedbackVaryingNV( @@ -57031,21 +31265,19 @@ public static int GetTransformFeedbackVaryingNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetTranslatedShaderSourceANGLE")] - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] - public static extern void GetTranslatedShaderSourceAngle( + public static extern void GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] uint* length, [NativeTypeName("GLchar *")] sbyte* source ); - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetTranslatedShaderSourceAngle( + public static void GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] Ref length, @@ -57055,17 +31287,16 @@ public static void GetTranslatedShaderSourceAngle( fixed (sbyte* __dsl_source = source) fixed (uint* __dsl_length = length) { - GetTranslatedShaderSourceAngle(shader, bufSize, __dsl_length, __dsl_source); + GetTranslatedShaderSourceANGLE(shader, bufSize, __dsl_length, __dsl_source); } } - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte GetTranslatedShaderSourceAngle( + public static sbyte GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei *")] Ref length ) @@ -57073,87 +31304,19 @@ public static sbyte GetTranslatedShaderSourceAngle( fixed (uint* __dsl_length = length) { sbyte source = default; - GetTranslatedShaderSourceAngle(shader, 1, __dsl_length, (sbyte*)&source); + GetTranslatedShaderSourceANGLE(shader, 1, __dsl_length, (sbyte*)&source); return source; } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformBlockIndex")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] public static extern uint GetUniformBlockIndex( [NativeTypeName("GLuint")] uint program, [NativeTypeName("const GLchar *")] sbyte* uniformBlockName ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] [MethodImpl( @@ -57172,75 +31335,18 @@ public static uint GetUniformBlockIndex( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformBufferSizeEXT")] [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] public static extern int GetUniformBufferSizeEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformdv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void GetUniformdv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl( @@ -57258,34 +31364,6 @@ public static void GetUniformdv( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] public static double GetUniformdv([NativeTypeName("GLint")] int location) @@ -57296,98 +31374,12 @@ public static double GetUniformdv([NativeTypeName("GLint")] int location) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetUniformfv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl( @@ -57405,49 +31397,6 @@ public static void GetUniformfv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] public static float GetUniformfv([NativeTypeName("GLint")] int location) @@ -57458,14 +31407,12 @@ public static float GetUniformfv([NativeTypeName("GLint")] int location) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformfvARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void GetUniformfvARB( [NativeTypeName("GLhandleARB")] uint programObj, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl( @@ -57483,7 +31430,6 @@ public static void GetUniformfvARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] public static float GetUniformfvARB([NativeTypeName("GLint")] int location) @@ -57494,22 +31440,18 @@ public static float GetUniformfvARB([NativeTypeName("GLint")] int location) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformi64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] - public static extern void GetUniformi64VARB( + public static extern void GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetUniformi64VARB( + public static void GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] Ref @params @@ -57517,34 +31459,26 @@ public static void GetUniformi64VARB( { fixed (long* __dsl_params = @params) { - GetUniformi64VARB(program, location, __dsl_params); + GetUniformi64vARB(program, location, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] - public static long GetUniformi64VARB([NativeTypeName("GLint")] int location) + public static long GetUniformi64vARB([NativeTypeName("GLint")] int location) { long @params = default; - GetUniformi64VARB(1, location, (long*)&@params); + GetUniformi64vARB(1, location, (long*)&@params); return @params; } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformi64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void GetUniformNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64EXT *")] long* @params ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl( @@ -57562,9 +31496,6 @@ public static void GetUniformNV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] public static long GetUniformNV([NativeTypeName("GLint")] int location) @@ -57575,40 +31506,6 @@ public static long GetUniformNV([NativeTypeName("GLint")] int location) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformIndices")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] public static extern void GetUniformIndices( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLsizei")] uint uniformCount, @@ -57616,40 +31513,6 @@ public static extern void GetUniformIndices( [NativeTypeName("GLuint *")] uint* uniformIndices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] [MethodImpl( @@ -57670,98 +31533,12 @@ public static void GetUniformIndices( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetUniformiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl( @@ -57779,49 +31556,6 @@ public static void GetUniformiv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] public static int GetUniformiv([NativeTypeName("GLint")] int location) @@ -57832,14 +31566,12 @@ public static int GetUniformiv([NativeTypeName("GLint")] int location) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformivARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void GetUniformivARB( [NativeTypeName("GLhandleARB")] uint programObj, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl( @@ -57857,7 +31589,6 @@ public static void GetUniformivARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] public static int GetUniformivARB([NativeTypeName("GLint")] int location) @@ -57869,98 +31600,12 @@ public static int GetUniformivARB([NativeTypeName("GLint")] int location) [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformLocation")] [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern int GetUniformLocation( [NativeTypeName("GLuint")] uint program, [NativeTypeName("const GLchar *")] sbyte* name ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] [MethodImpl( @@ -57979,14 +31624,12 @@ public static int GetUniformLocation( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformLocationARB")] [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern int GetUniformLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, [NativeTypeName("const GLcharARB *")] sbyte* name ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] [MethodImpl( @@ -58005,75 +31648,18 @@ public static int GetUniformLocationARB( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformOffsetEXT")] [return: NativeTypeName("GLintptr")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] public static extern nint GetUniformOffsetEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformSubroutineuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void GetUniformSubroutine( [NativeTypeName("GLenum")] uint shadertype, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl( @@ -58091,34 +31677,6 @@ public static void GetUniformSubroutine( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] public static uint GetUniformSubroutine( @@ -58132,22 +31690,18 @@ public static uint GetUniformSubroutine( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] - public static extern void GetUniformui64VARB( + public static extern void GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetUniformui64VARB( + public static void GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] Ref @params @@ -58155,38 +31709,32 @@ public static void GetUniformui64VARB( { fixed (ulong* __dsl_params = @params) { - GetUniformui64VARB(program, location, __dsl_params); + GetUniformui64vARB(program, location, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] - public static ulong GetUniformui64VARB([NativeTypeName("GLint")] int location) + public static ulong GetUniformui64vARB([NativeTypeName("GLint")] int location) { ulong @params = default; - GetUniformui64VARB(1, location, (ulong*)&@params); + GetUniformui64vARB(1, location, (ulong*)&@params); return @params; } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformui64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] - public static extern void GetUniformui64VNV( + public static extern void GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetUniformui64VNV( + public static void GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] Ref @params @@ -58194,96 +31742,26 @@ public static void GetUniformui64VNV( { fixed (ulong* __dsl_params = @params) { - GetUniformui64VNV(program, location, __dsl_params); + GetUniformui64vNV(program, location, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] - public static ulong GetUniformui64VNV([NativeTypeName("GLint")] int location) + public static ulong GetUniformui64vNV([NativeTypeName("GLint")] int location) { ulong @params = default; - GetUniformui64VNV(1, location, (ulong*)&@params); + GetUniformui64vNV(1, location, (ulong*)&@params); return @params; } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void GetUniformuiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl( @@ -58301,40 +31779,6 @@ public static void GetUniformuiv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] public static uint GetUniformuiv([NativeTypeName("GLint")] int location) @@ -58345,14 +31789,12 @@ public static uint GetUniformuiv([NativeTypeName("GLint")] int location) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUniformuivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] public static extern void GetUniformEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl( @@ -58370,7 +31812,6 @@ public static void GetUniformEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] public static uint GetUniformEXT([NativeTypeName("GLint")] int location) @@ -58381,16 +31822,12 @@ public static uint GetUniformEXT([NativeTypeName("GLint")] int location) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUnsignedBytei_vEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] public static extern void GetUnsignedByteEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLubyte *")] byte* data ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl( @@ -58408,8 +31845,6 @@ public static void GetUnsignedByteEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] public static byte GetUnsignedByteEXT([NativeTypeName("GLuint")] uint index) @@ -58420,15 +31855,11 @@ public static byte GetUnsignedByteEXT([NativeTypeName("GLuint")] uint index) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetUnsignedBytevEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] public static extern void GetUnsignedByteEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLubyte *")] byte* data ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] [MethodImpl( @@ -58446,14 +31877,12 @@ public static void GetUnsignedByteEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVariantArrayObjectfvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] public static extern void GetVariantArrayObjectfvATI( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl( @@ -58471,7 +31900,6 @@ public static void GetVariantArrayObjectfvATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] public static float GetVariantArrayObjectfvATI( @@ -58485,14 +31913,12 @@ public static float GetVariantArrayObjectfvATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVariantArrayObjectivATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] public static extern void GetVariantArrayObjectivATI( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl( @@ -58510,7 +31936,6 @@ public static void GetVariantArrayObjectivATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] public static int GetVariantArrayObjectivATI( @@ -58524,14 +31949,12 @@ public static int GetVariantArrayObjectivATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVariantBooleanvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void GetVariantBooleanEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl( @@ -58549,7 +31972,6 @@ public static void GetVariantBooleanEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] public static uint GetVariantBooleanEXT( @@ -58562,14 +31984,12 @@ public static uint GetVariantBooleanEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVariantFloatvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void GetVariantFloatEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl( @@ -58587,7 +32007,6 @@ public static void GetVariantFloatEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] public static float GetVariantFloatEXT( @@ -58600,14 +32019,12 @@ public static float GetVariantFloatEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVariantIntegervEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void GetVariantIntegerEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl( @@ -58625,7 +32042,6 @@ public static void GetVariantIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] public static int GetVariantIntegerEXT( @@ -58638,14 +32054,12 @@ public static int GetVariantIntegerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVariantPointervEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void GetVariantPointerEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint value, void** data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] [MethodImpl( @@ -58665,14 +32079,12 @@ Ref2D data [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVaryingLocationNV")] [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] public static extern int GetVaryingLocationNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("const GLchar *")] sbyte* name ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] [MethodImpl( @@ -58690,16 +32102,6 @@ public static int GetVaryingLocationNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexArrayIndexed64iv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetVertexArrayIndexed64( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index, @@ -58707,16 +32109,6 @@ public static extern void GetVertexArrayIndexed64( [NativeTypeName("GLint64 *")] long* param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] [MethodImpl( @@ -58736,16 +32128,6 @@ public static void GetVertexArrayIndexed64( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexArrayIndexediv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetVertexArrayIndexed( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index, @@ -58753,16 +32135,6 @@ public static extern void GetVertexArrayIndexed( [NativeTypeName("GLint *")] int* param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] [MethodImpl( @@ -58782,8 +32154,6 @@ public static void GetVertexArrayIndexed( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexArrayIntegeri_vEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetVertexArrayIntegerEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index, @@ -58791,8 +32161,6 @@ public static extern void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] int* param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] [MethodImpl( @@ -58812,16 +32180,12 @@ public static void GetVertexArrayIntegerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexArrayIntegervEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetVertexArrayIntegerEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] [MethodImpl( @@ -58840,32 +32204,12 @@ public static void GetVertexArrayIntegerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexArrayiv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void GetVertexArray( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] [MethodImpl( @@ -58884,8 +32228,6 @@ public static void GetVertexArray( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexArrayPointeri_vEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetVertexArrayPointerEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index, @@ -58893,8 +32235,6 @@ public static extern void GetVertexArrayPointerEXT( void** param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] [MethodImpl( @@ -58914,16 +32254,12 @@ Ref2D param3 } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexArrayPointervEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void GetVertexArrayPointerEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] uint pname, void** param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] [MethodImpl( @@ -58946,14 +32282,12 @@ Ref2D param2 ExactSpelling = true, EntryPoint = "glGetVertexAttribArrayObjectfvATI" )] - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] public static extern void GetVertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] [MethodImpl( @@ -58976,14 +32310,12 @@ public static void GetVertexAttribArrayObjectATI( ExactSpelling = true, EntryPoint = "glGetVertexAttribArrayObjectivATI" )] - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] public static extern void GetVertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] [MethodImpl( @@ -59002,88 +32334,12 @@ public static void GetVertexAttribArrayObjectATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribdv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void GetVertexAttrib( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] [MethodImpl( @@ -59102,14 +32358,12 @@ public static void GetVertexAttrib( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribdvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] [MethodImpl( @@ -59128,14 +32382,12 @@ public static void GetVertexAttribARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribdvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void GetVertexAttribdvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl( @@ -59153,7 +32405,6 @@ public static void GetVertexAttribdvNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] public static double GetVertexAttribdvNV( @@ -59167,98 +32418,12 @@ public static double GetVertexAttribdvNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetVertexAttrib( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] [MethodImpl( @@ -59277,14 +32442,12 @@ public static void GetVertexAttrib( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribfvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] [MethodImpl( @@ -59303,14 +32466,12 @@ public static void GetVertexAttribARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribfvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void GetVertexAttribfvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl( @@ -59328,7 +32489,6 @@ public static void GetVertexAttribfvNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] public static float GetVertexAttribfvNV( @@ -59342,80 +32502,12 @@ public static float GetVertexAttribfvNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribIiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void GetVertexAttribI( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl( @@ -59433,40 +32525,6 @@ public static void GetVertexAttribI( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] public static int GetVertexAttribI( @@ -59480,14 +32538,12 @@ public static int GetVertexAttribI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribIivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void GetVertexAttribIEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl( @@ -59505,7 +32561,6 @@ public static void GetVertexAttribIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] public static int GetVertexAttribIEXT( @@ -59519,80 +32574,12 @@ public static int GetVertexAttribIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribIuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void GetVertexAttribIuiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl( @@ -59610,40 +32597,6 @@ public static void GetVertexAttribIuiv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] public static uint GetVertexAttribIuiv( @@ -59657,14 +32610,12 @@ public static uint GetVertexAttribIuiv( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribIuivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void GetVertexAttribIuivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl( @@ -59682,7 +32633,6 @@ public static void GetVertexAttribIuivEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] public static uint GetVertexAttribIuivEXT( @@ -59696,98 +32646,12 @@ public static uint GetVertexAttribIuivEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetVertexAttrib( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] [MethodImpl( @@ -59806,14 +32670,12 @@ public static void GetVertexAttrib( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribivARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] [MethodImpl( @@ -59832,14 +32694,12 @@ public static void GetVertexAttribARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribivNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void GetVertexAttribivNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl( @@ -59857,7 +32717,6 @@ public static void GetVertexAttribivNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] public static int GetVertexAttribivNV( @@ -59871,64 +32730,12 @@ public static int GetVertexAttribivNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribLdv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void GetVertexAttribL( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] [MethodImpl( @@ -59947,14 +32754,12 @@ public static void GetVertexAttribL( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribLdvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] public static extern void GetVertexAttribLEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] [MethodImpl( @@ -59973,16 +32778,12 @@ public static void GetVertexAttribLEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribLi64vNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void GetVertexAttribLNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] long* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] [MethodImpl( @@ -60001,16 +32802,12 @@ public static void GetVertexAttribLNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribLui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] public static extern void GetVertexAttribLARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] [MethodImpl( @@ -60029,16 +32826,12 @@ public static void GetVertexAttribLARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribLui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void GetVertexAttribLNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] [MethodImpl( @@ -60057,98 +32850,12 @@ public static void GetVertexAttribLNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribPointerv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void GetVertexAttribPointer( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, void** pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] [MethodImpl( @@ -60167,14 +32874,12 @@ Ref2D pointer } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribPointervARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void GetVertexAttribPointerARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, void** pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] [MethodImpl( @@ -60193,14 +32898,12 @@ Ref2D pointer } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVertexAttribPointervNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void GetVertexAttribPointerNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, void** pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] [MethodImpl( @@ -60219,14 +32922,12 @@ Ref2D pointer } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVideoCaptureivNV")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] public static extern void GetVideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl( @@ -60244,7 +32945,6 @@ public static void GetVideoCaptureNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] public static int GetVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot) @@ -60255,7 +32955,6 @@ public static int GetVideoCaptureNV([NativeTypeName("GLuint")] uint video_captur } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVideoCaptureStreamdvNV")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] public static extern void GetVideoCaptureStreamdvNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, @@ -60263,7 +32962,6 @@ public static extern void GetVideoCaptureStreamdvNV( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl( @@ -60282,7 +32980,6 @@ public static void GetVideoCaptureStreamdvNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] public static double GetVideoCaptureStreamdvNV( @@ -60296,7 +32993,6 @@ public static double GetVideoCaptureStreamdvNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVideoCaptureStreamfvNV")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] public static extern void GetVideoCaptureStreamfvNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, @@ -60304,7 +33000,6 @@ public static extern void GetVideoCaptureStreamfvNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl( @@ -60323,7 +33018,6 @@ public static void GetVideoCaptureStreamfvNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] public static float GetVideoCaptureStreamfvNV( @@ -60337,7 +33031,6 @@ public static float GetVideoCaptureStreamfvNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVideoCaptureStreamivNV")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] public static extern void GetVideoCaptureStreamivNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, @@ -60345,7 +33038,6 @@ public static extern void GetVideoCaptureStreamivNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl( @@ -60364,7 +33056,6 @@ public static void GetVideoCaptureStreamivNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] public static int GetVideoCaptureStreamivNV( @@ -60378,20 +33069,18 @@ public static int GetVideoCaptureStreamivNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVideoi64vNV")] - [SupportedApiProfile("gl", ["GL_NV_present_video"])] - public static extern void GetVideoi64VNV( + public static extern void GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] long* @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetVideoi64VNV( + public static void GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] Ref @params @@ -60399,29 +33088,26 @@ public static void GetVideoi64VNV( { fixed (long* __dsl_params = @params) { - GetVideoi64VNV(video_slot, pname, __dsl_params); + GetVideoi64vNV(video_slot, pname, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] - public static long GetVideoi64VNV([NativeTypeName("GLuint")] uint video_slot) + public static long GetVideoi64vNV([NativeTypeName("GLuint")] uint video_slot) { long @params = default; - GetVideoi64VNV(video_slot, 1, (long*)&@params); + GetVideoi64vNV(video_slot, 1, (long*)&@params); return @params; } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVideoivNV")] - [SupportedApiProfile("gl", ["GL_NV_present_video"])] public static extern void GetVideoNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl( @@ -60439,7 +33125,6 @@ public static void GetVideoNV( } } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] public static int GetVideoNV([NativeTypeName("GLuint")] uint video_slot) @@ -60450,20 +33135,18 @@ public static int GetVideoNV([NativeTypeName("GLuint")] uint video_slot) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVideoui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_present_video"])] - public static extern void GetVideoui64VNV( + public static extern void GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetVideoui64VNV( + public static void GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] Ref @params @@ -60471,29 +33154,26 @@ public static void GetVideoui64VNV( { fixed (ulong* __dsl_params = @params) { - GetVideoui64VNV(video_slot, pname, __dsl_params); + GetVideoui64vNV(video_slot, pname, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] - public static ulong GetVideoui64VNV([NativeTypeName("GLuint")] uint video_slot) + public static ulong GetVideoui64vNV([NativeTypeName("GLuint")] uint video_slot) { ulong @params = default; - GetVideoui64VNV(video_slot, 1, (ulong*)&@params); + GetVideoui64vNV(video_slot, 1, (ulong*)&@params); return @params; } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVideouivNV")] - [SupportedApiProfile("gl", ["GL_NV_present_video"])] public static extern void GetVideouivNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl( @@ -60511,7 +33191,6 @@ public static void GetVideouivNV( } } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] public static uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) @@ -60523,17 +33202,11 @@ public static uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGetVkProcAddrNV")] [return: NativeTypeName("GLVULKANPROCNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] public static extern delegate* unmanaged GetVkProcAddrNV( [NativeTypeName("const GLchar *")] sbyte* name ); [return: NativeTypeName("GLVULKANPROCNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] [MethodImpl( @@ -60550,155 +33223,35 @@ public static uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGlobalAlphaFactorbSUN")] - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] public static extern void GlobalAlphaFactorSUN([NativeTypeName("GLbyte")] sbyte factor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGlobalAlphaFactordSUN")] - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] public static extern void GlobalAlphaFactorSUN([NativeTypeName("GLdouble")] double factor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGlobalAlphaFactorfSUN")] - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] public static extern void GlobalAlphaFactorSUN([NativeTypeName("GLfloat")] float factor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGlobalAlphaFactoriSUN")] - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] public static extern void GlobalAlphaFactorSUN([NativeTypeName("GLint")] int factor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGlobalAlphaFactorsSUN")] - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] public static extern void GlobalAlphaFactorsSUN([NativeTypeName("GLshort")] short factor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGlobalAlphaFactorubSUN")] - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] public static extern void GlobalAlphaFactorSUN([NativeTypeName("GLubyte")] byte factor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGlobalAlphaFactoruiSUN")] - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] public static extern void GlobalAlphaFactorSUN([NativeTypeName("GLuint")] uint factor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glGlobalAlphaFactorusSUN")] - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] public static extern void GlobalAlphaFactorSUN([NativeTypeName("GLushort")] ushort factor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glHint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Hint( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glHint")] public static void Hint( @@ -60707,13 +33260,11 @@ public static void Hint( ) => Hint((uint)target, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glHintPGI")] - [SupportedApiProfile("gl", ["GL_PGI_misc_hints"])] public static extern void HintPGI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int mode ); - [SupportedApiProfile("gl", ["GL_PGI_misc_hints"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHintPGI")] public static void HintPGI( @@ -60722,7 +33273,6 @@ public static void HintPGI( ) => HintPGI((uint)target, (int)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glHistogram")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void Histogram( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint width, @@ -60730,7 +33280,6 @@ public static extern void Histogram( [NativeTypeName("GLboolean")] uint sink ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHistogram")] public static void Histogram( @@ -60741,7 +33290,6 @@ public static void Histogram( ) => Histogram((uint)target, width, (uint)internalformat, (uint)sink); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glHistogramEXT")] - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] public static extern void HistogramEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint width, @@ -60749,7 +33297,6 @@ public static extern void HistogramEXT( [NativeTypeName("GLboolean")] uint sink ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] public static void HistogramEXT( @@ -60760,13 +33307,11 @@ public static void HistogramEXT( ) => HistogramEXT((uint)target, width, (uint)internalformat, (uint)sink); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIglooInterfaceSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_igloo_interface"])] public static extern void IglooInterfaceSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const void *")] void* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_igloo_interface"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] [MethodImpl( @@ -60784,14 +33329,12 @@ public static void IglooInterfaceSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImageTransformParameterfHP")] - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] public static extern void ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] public static void ImageTransformParameterHP( @@ -60801,14 +33344,12 @@ public static void ImageTransformParameterHP( ) => ImageTransformParameterHP((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImageTransformParameterfvHP")] - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] public static extern void ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] [MethodImpl( @@ -60827,14 +33368,12 @@ public static void ImageTransformParameterHP( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImageTransformParameteriHP")] - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] public static extern void ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] public static void ImageTransformParameterHP( @@ -60844,14 +33383,12 @@ public static void ImageTransformParameterHP( ) => ImageTransformParameterHP((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImageTransformParameterivHP")] - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] public static extern void ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] [MethodImpl( @@ -60870,8 +33407,6 @@ public static void ImageTransformParameterHP( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImportMemoryFdEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_fd"])] public static extern void ImportMemoryFEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong size, @@ -60879,8 +33414,6 @@ public static extern void ImportMemoryFEXT( [NativeTypeName("GLint")] int fd ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_fd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] public static void ImportMemoryFEXT( @@ -60891,8 +33424,6 @@ public static void ImportMemoryFEXT( ) => ImportMemoryFEXT(memory, size, (uint)handleType, fd); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImportMemoryWin32HandleEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] public static extern void ImportMemoryWin32HandleEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong size, @@ -60900,8 +33431,6 @@ public static extern void ImportMemoryWin32HandleEXT( void* handle ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] [MethodImpl( @@ -60921,8 +33450,6 @@ Ref handle } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImportMemoryWin32NameEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] public static extern void ImportMemoryWin32NameEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong size, @@ -60930,8 +33457,6 @@ public static extern void ImportMemoryWin32NameEXT( [NativeTypeName("const void *")] void* name ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] [MethodImpl( @@ -60951,16 +33476,12 @@ public static void ImportMemoryWin32NameEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImportSemaphoreFdEXT")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_fd"])] public static extern void ImportSemaphoreFEXT( [NativeTypeName("GLuint")] uint semaphore, [NativeTypeName("GLenum")] uint handleType, [NativeTypeName("GLint")] int fd ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_fd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] public static void ImportSemaphoreFEXT( @@ -60970,16 +33491,12 @@ public static void ImportSemaphoreFEXT( ) => ImportSemaphoreFEXT(semaphore, (uint)handleType, fd); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImportSemaphoreWin32HandleEXT")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] public static extern void ImportSemaphoreWin32HandleEXT( [NativeTypeName("GLuint")] uint semaphore, [NativeTypeName("GLenum")] uint handleType, void* handle ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] [MethodImpl( @@ -60998,16 +33515,12 @@ Ref handle } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImportSemaphoreWin32NameEXT")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] public static extern void ImportSemaphoreWin32NameEXT( [NativeTypeName("GLuint")] uint semaphore, [NativeTypeName("GLenum")] uint handleType, [NativeTypeName("const void *")] void* name ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] [MethodImpl( @@ -61026,7 +33539,6 @@ public static void ImportSemaphoreWin32NameEXT( } [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_EXT_x11_sync_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] [MethodImpl( @@ -61036,98 +33548,22 @@ public static Ptr ImportSyncEXT( [NativeTypeName("GLenum")] uint external_sync_type, [NativeTypeName("GLintptr")] nint external_sync, [NativeTypeName("GLbitfield")] uint flags - ) => (Sync*)ImportSyncEXTRaw(external_sync_type, external_sync, flags); + ) => (Sync*)ImportSyncEXTRawEXT(external_sync_type, external_sync, flags); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glImportSyncEXT")] [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_EXT_x11_sync_object"])] - public static extern Sync* ImportSyncEXTRaw( + public static extern Sync* ImportSyncEXTRawEXT( [NativeTypeName("GLenum")] uint external_sync_type, [NativeTypeName("GLintptr")] nint external_sync, [NativeTypeName("GLbitfield")] uint flags ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexd")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Indexd([NativeTypeName("GLdouble")] double c); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexdv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Indexdv([NativeTypeName("const GLdouble *")] double* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl( @@ -61141,80 +33577,26 @@ public static void Indexdv([NativeTypeName("const GLdouble *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexdv")] public static void Indexdv([NativeTypeName("const GLdouble *")] double c) => Indexdv((double*)&c); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Indexf([NativeTypeName("GLfloat")] float c); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexFormatNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] public static extern void IndexFormatNV( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexFuncEXT")] - [SupportedApiProfile("gl", ["GL_EXT_index_func"])] public static extern void IndexFuncEXT( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLclampf")] float @ref ); - [SupportedApiProfile("gl", ["GL_EXT_index_func"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] public static void IndexFuncEXT( @@ -61223,58 +33605,8 @@ public static void IndexFuncEXT( ) => IndexFuncEXT((uint)func, @ref); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Indexfv([NativeTypeName("const GLfloat *")] float* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl( @@ -61288,117 +33620,17 @@ public static void Indexfv([NativeTypeName("const GLfloat *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexfv")] public static void Indexfv([NativeTypeName("const GLfloat *")] float c) => Indexfv((float*)&c); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexi")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Indexi([NativeTypeName("GLint")] int c); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Indexiv([NativeTypeName("const GLint *")] int* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl( @@ -61412,71 +33644,19 @@ public static void Indexiv([NativeTypeName("const GLint *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexiv")] public static void Indexiv([NativeTypeName("const GLint *")] int c) => Indexiv((int*)&c); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexMask")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void IndexMask([NativeTypeName("GLuint")] uint mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexMaterialEXT")] - [SupportedApiProfile("gl", ["GL_EXT_index_material"])] public static extern void IndexMaterialEXT( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_index_material"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] public static void IndexMaterialEXT( @@ -61485,60 +33665,12 @@ public static void IndexMaterialEXT( ) => IndexMaterialEXT((uint)face, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexPointer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern void IndexPointer( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointer")] [MethodImpl( @@ -61557,7 +33689,6 @@ public static void IndexPointer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] public static extern void IndexPointerEXT( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride, @@ -61565,7 +33696,6 @@ public static extern void IndexPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] [MethodImpl( @@ -61585,7 +33715,6 @@ public static void IndexPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexPointerListIBM")] - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] public static extern void IndexPointerListIBM( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLint")] int stride, @@ -61593,7 +33722,6 @@ public static extern void IndexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] [MethodImpl( @@ -61613,86 +33741,11 @@ public static void IndexPointerListIBM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexs")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Indexs([NativeTypeName("GLshort")] short c); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexsv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Indexsv([NativeTypeName("const GLshort *")] short* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl( @@ -61706,114 +33759,17 @@ public static void Indexsv([NativeTypeName("const GLshort *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexsv")] public static void Indexsv([NativeTypeName("const GLshort *")] short c) => Indexsv((short*)&c); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexub")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern void Indexub([NativeTypeName("GLubyte")] byte c); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexubv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern void Indexubv([NativeTypeName("const GLubyte *")] byte* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl( @@ -61827,50 +33783,22 @@ public static void Indexubv([NativeTypeName("const GLubyte *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexubv")] public static void Indexubv([NativeTypeName("const GLubyte *")] byte c) => Indexubv((byte*)&c); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void IndexxOES([NativeTypeName("GLfixed")] int component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] - public static void IndexxvO([NativeTypeName("const GLfixed *")] int component) => + public static void IndexxvOOES([NativeTypeName("const GLfixed *")] int component) => IndexxOES((int*)&component); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIndexxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void IndexxOES([NativeTypeName("const GLfixed *")] int* component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl( @@ -61885,35 +33813,9 @@ public static void IndexxOES([NativeTypeName("const GLfixed *")] Ref compon } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInitNames")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void InitNames(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInsertComponentEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void InsertComponentEXT( [NativeTypeName("GLuint")] uint res, [NativeTypeName("GLuint")] uint src, @@ -61921,19 +33823,11 @@ public static extern void InsertComponentEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInsertEventMarkerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] public static extern void InsertEventMarkerEXT( [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const GLchar *")] sbyte* marker ); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] [MethodImpl( @@ -61951,13 +33845,11 @@ public static void InsertEventMarkerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInstrumentsBufferSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] public static extern void InstrumentsBufferSGIX( [NativeTypeName("GLsizei")] uint size, [NativeTypeName("GLint *")] int* buffer ); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl( @@ -61974,7 +33866,6 @@ public static void InstrumentsBufferSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] public static int InstrumentsBufferSGIX() @@ -61985,60 +33876,12 @@ public static int InstrumentsBufferSGIX() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInterleavedArrays")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern void InterleavedArrays( [NativeTypeName("GLenum")] uint format, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] [MethodImpl( @@ -62057,9 +33900,6 @@ public static void InterleavedArrays( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInterpolatePathsNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void InterpolatePathNV( [NativeTypeName("GLuint")] uint resultPath, [NativeTypeName("GLuint")] uint pathA, @@ -62068,53 +33908,9 @@ public static extern void InterpolatePathNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInvalidateBufferData")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void InvalidateBufferData([NativeTypeName("GLuint")] uint buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInvalidateBufferSubData")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void InvalidateBufferSubData( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, @@ -62122,56 +33918,12 @@ public static extern void InvalidateBufferSubData( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInvalidateFramebuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void InvalidateFramebuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint numAttachments, [NativeTypeName("const GLenum *")] uint* attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -62189,28 +33941,6 @@ public static void InvalidateFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] public static void InvalidateFramebuffer( @@ -62218,28 +33948,6 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] uint attachments ) => InvalidateFramebuffer((uint)target, 1, (uint*)&attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -62257,28 +33965,6 @@ public static void InvalidateFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] public static void InvalidateFramebuffer( @@ -62286,28 +33972,6 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] GLEnum attachments ) => InvalidateFramebuffer((uint)target, 1, (uint*)(GLEnum*)&attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -62325,28 +33989,6 @@ public static void InvalidateFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] public static void InvalidateFramebuffer( @@ -62360,32 +34002,12 @@ public static void InvalidateFramebuffer( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInvalidateNamedFramebufferData")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void InvalidateNamedFramebufferData( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLsizei")] uint numAttachments, [NativeTypeName("const GLenum *")] uint* attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -62403,16 +34025,6 @@ public static void InvalidateNamedFramebufferData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -62434,16 +34046,6 @@ public static void InvalidateNamedFramebufferData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -62465,16 +34067,6 @@ public static void InvalidateNamedFramebufferData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] public static void InvalidateNamedFramebufferDatum( @@ -62482,16 +34074,6 @@ public static void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] uint attachments ) => InvalidateNamedFramebufferData(framebuffer, 1, (uint*)&attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] public static void InvalidateNamedFramebufferDatum( @@ -62499,16 +34081,6 @@ public static void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] GLEnum attachments ) => InvalidateNamedFramebufferData(framebuffer, 1, (uint*)(GLEnum*)&attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] public static void InvalidateNamedFramebufferDatum( @@ -62526,16 +34098,6 @@ public static void InvalidateNamedFramebufferDatum( ExactSpelling = true, EntryPoint = "glInvalidateNamedFramebufferSubData" )] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void InvalidateNamedFramebufferSubData( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLsizei")] uint numAttachments, @@ -62546,16 +34108,6 @@ public static extern void InvalidateNamedFramebufferSubData( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -62585,16 +34137,6 @@ public static void InvalidateNamedFramebufferSubData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -62624,16 +34166,6 @@ public static void InvalidateNamedFramebufferSubData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -62663,16 +34195,6 @@ public static void InvalidateNamedFramebufferSubData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] public static void InvalidateNamedFramebufferSubDatum( @@ -62693,16 +34215,6 @@ public static void InvalidateNamedFramebufferSubDatum( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] public static void InvalidateNamedFramebufferSubDatum( @@ -62723,16 +34235,6 @@ public static void InvalidateNamedFramebufferSubDatum( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] public static void InvalidateNamedFramebufferSubDatum( @@ -62754,28 +34256,6 @@ public static void InvalidateNamedFramebufferSubDatum( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInvalidateSubFramebuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void InvalidateSubFramebuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint numAttachments, @@ -62786,28 +34266,6 @@ public static extern void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -62837,28 +34295,6 @@ public static void InvalidateSubFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] public static void InvalidateSubFramebuffer( @@ -62870,28 +34306,6 @@ public static void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => InvalidateSubFramebuffer((uint)target, 1, (uint*)&attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -62921,28 +34335,6 @@ public static void InvalidateSubFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] public static void InvalidateSubFramebuffer( @@ -62963,28 +34355,6 @@ public static void InvalidateSubFramebuffer( height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -63014,28 +34384,6 @@ public static void InvalidateSubFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] public static void InvalidateSubFramebuffer( @@ -63057,56 +34405,12 @@ public static void InvalidateSubFramebuffer( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInvalidateTexImage")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void InvalidateTexImage( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glInvalidateTexSubImage")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void InvalidateTexSubImage( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -63119,276 +34423,60 @@ public static extern void InvalidateTexSubImage( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] public static MaybeBool IsAsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker) => - (MaybeBool)(uint)IsAsyncMarkerSGIXRaw(marker); + (MaybeBool)(uint)IsAsyncMarkerSGIXRawSGIX(marker); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsAsyncMarkerSGIX")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] - public static extern uint IsAsyncMarkerSGIXRaw([NativeTypeName("GLuint")] uint marker); + public static extern uint IsAsyncMarkerSGIXRawSGIX([NativeTypeName("GLuint")] uint marker); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBuffer")] public static MaybeBool IsBuffer([NativeTypeName("GLuint")] uint buffer) => (MaybeBool)(uint)IsBufferRaw(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] public static MaybeBool IsBufferARB([NativeTypeName("GLuint")] uint buffer) => - (MaybeBool)(uint)IsBufferARBRaw(buffer); + (MaybeBool)(uint)IsBufferARBRawARB(buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsBufferARB")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] - public static extern uint IsBufferARBRaw([NativeTypeName("GLuint")] uint buffer); + public static extern uint IsBufferARBRawARB([NativeTypeName("GLuint")] uint buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsBuffer")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern uint IsBufferRaw([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] public static MaybeBool IsBufferResidentNV([NativeTypeName("GLenum")] uint target) => - (MaybeBool)(uint)IsBufferResidentNVRaw(target); + (MaybeBool)(uint)IsBufferResidentNVRawNV(target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsBufferResidentNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] - public static extern uint IsBufferResidentNVRaw([NativeTypeName("GLenum")] uint target); + public static extern uint IsBufferResidentNVRawNV([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] public static MaybeBool IsCommandListNV([NativeTypeName("GLuint")] uint list) => - (MaybeBool)(uint)IsCommandListNVRaw(list); + (MaybeBool)(uint)IsCommandListNVRawNV(list); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsCommandListNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] - public static extern uint IsCommandListNVRaw([NativeTypeName("GLuint")] uint list); + public static extern uint IsCommandListNVRawNV([NativeTypeName("GLuint")] uint list); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsEnabled")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern uint IsEnabled([NativeTypeName("GLenum")] uint cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabled")] public static MaybeBool IsEnabled( @@ -63397,80 +34485,12 @@ public static MaybeBool IsEnabled( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsEnabledi")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern uint IsEnabled( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] public static MaybeBool IsEnabled( @@ -63480,14 +34500,12 @@ public static MaybeBool IsEnabled( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsEnablediEXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] public static extern uint IsEnabledEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] public static MaybeBool IsEnabledEXT( @@ -63497,16 +34515,12 @@ public static MaybeBool IsEnabledEXT( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsEnabledIndexedEXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern uint IsEnabledIndexedEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] public static MaybeBool IsEnabledIndexedEXT( @@ -63516,14 +34530,12 @@ public static MaybeBool IsEnabledIndexedEXT( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsEnablediNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] public static extern uint IsEnabledNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] public static MaybeBool IsEnabledNV( @@ -63533,14 +34545,12 @@ public static MaybeBool IsEnabledNV( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsEnablediOES")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] public static extern uint IsEnabledOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] public static MaybeBool IsEnabledOES( @@ -63549,213 +34559,88 @@ public static MaybeBool IsEnabledOES( ) => (MaybeBool)(uint)IsEnabledOES((uint)target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] - public static MaybeBool IsFenceApple([NativeTypeName("GLuint")] uint fence) => - (MaybeBool)(uint)IsFenceAppleRaw(fence); + public static MaybeBool IsFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + (MaybeBool)(uint)IsFenceAppleRawAPPLE(fence); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsFenceAPPLE")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] - public static extern uint IsFenceAppleRaw([NativeTypeName("GLuint")] uint fence); + public static extern uint IsFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] public static MaybeBool IsFenceNV([NativeTypeName("GLuint")] uint fence) => - (MaybeBool)(uint)IsFenceNVRaw(fence); + (MaybeBool)(uint)IsFenceNVRawNV(fence); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsFenceNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] - public static extern uint IsFenceNVRaw([NativeTypeName("GLuint")] uint fence); + public static extern uint IsFenceNVRawNV([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] public static MaybeBool IsFramebuffer([NativeTypeName("GLuint")] uint framebuffer) => (MaybeBool)(uint)IsFramebufferRaw(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] public static MaybeBool IsFramebufferEXT( [NativeTypeName("GLuint")] uint framebuffer - ) => (MaybeBool)(uint)IsFramebufferEXTRaw(framebuffer); + ) => (MaybeBool)(uint)IsFramebufferEXTRawEXT(framebuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsFramebufferEXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] - public static extern uint IsFramebufferEXTRaw([NativeTypeName("GLuint")] uint framebuffer); + public static extern uint IsFramebufferEXTRawEXT( + [NativeTypeName("GLuint")] uint framebuffer + ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] public static MaybeBool IsFramebufferOES( [NativeTypeName("GLuint")] uint framebuffer - ) => (MaybeBool)(uint)IsFramebufferOESRaw(framebuffer); + ) => (MaybeBool)(uint)IsFramebufferOESRawOES(framebuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsFramebufferOES")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] - public static extern uint IsFramebufferOESRaw([NativeTypeName("GLuint")] uint framebuffer); + public static extern uint IsFramebufferOESRawOES( + [NativeTypeName("GLuint")] uint framebuffer + ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsFramebuffer")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern uint IsFramebufferRaw([NativeTypeName("GLuint")] uint framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] public static MaybeBool IsImageHandleResidentARB( [NativeTypeName("GLuint64")] ulong handle - ) => (MaybeBool)(uint)IsImageHandleResidentARBRaw(handle); + ) => (MaybeBool)(uint)IsImageHandleResidentARBRawARB(handle); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsImageHandleResidentARB")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] - public static extern uint IsImageHandleResidentARBRaw( + public static extern uint IsImageHandleResidentARBRawARB( [NativeTypeName("GLuint64")] ulong handle ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] public static MaybeBool IsImageHandleResidentNV( [NativeTypeName("GLuint64")] ulong handle - ) => (MaybeBool)(uint)IsImageHandleResidentNVRaw(handle); + ) => (MaybeBool)(uint)IsImageHandleResidentNVRawNV(handle); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsImageHandleResidentNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] - public static extern uint IsImageHandleResidentNVRaw( + public static extern uint IsImageHandleResidentNVRawNV( [NativeTypeName("GLuint64")] ulong handle ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsList")] public static MaybeBool IsList([NativeTypeName("GLuint")] uint list) => @@ -63763,96 +34648,57 @@ public static MaybeBool IsList([NativeTypeName("GLuint")] uint list) => [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsList")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern uint IsListRaw([NativeTypeName("GLuint")] uint list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] public static MaybeBool IsMemoryObjectEXT( [NativeTypeName("GLuint")] uint memoryObject - ) => (MaybeBool)(uint)IsMemoryObjectEXTRaw(memoryObject); + ) => (MaybeBool)(uint)IsMemoryObjectEXTRawEXT(memoryObject); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsMemoryObjectEXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] - public static extern uint IsMemoryObjectEXTRaw( + public static extern uint IsMemoryObjectEXTRawEXT( [NativeTypeName("GLuint")] uint memoryObject ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] public static MaybeBool IsNameAMD( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name - ) => (MaybeBool)(uint)IsNameAMDRaw(identifier, name); + ) => (MaybeBool)(uint)IsNameAMDRawAMD(identifier, name); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsNameAMD")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] - public static extern uint IsNameAMDRaw( + public static extern uint IsNameAMDRawAMD( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] public static MaybeBool IsNamedBufferResidentNV( [NativeTypeName("GLuint")] uint buffer - ) => (MaybeBool)(uint)IsNamedBufferResidentNVRaw(buffer); + ) => (MaybeBool)(uint)IsNamedBufferResidentNVRawNV(buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsNamedBufferResidentNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] - public static extern uint IsNamedBufferResidentNVRaw( + public static extern uint IsNamedBufferResidentNVRawNV( [NativeTypeName("GLuint")] uint buffer ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsNamedStringARB")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] public static extern uint IsNamedStringARB( [NativeTypeName("GLint")] int namelen, [NativeTypeName("const GLchar *")] sbyte* name ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] [MethodImpl( @@ -63870,49 +34716,36 @@ public static MaybeBool IsNamedStringARB( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] public static MaybeBool IsObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => - (MaybeBool)(uint)IsObjectBufferATIRaw(buffer); + (MaybeBool)(uint)IsObjectBufferATIRawATI(buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsObjectBufferATI")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] - public static extern uint IsObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer); + public static extern uint IsObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] public static MaybeBool IsOcclusionQueryNV([NativeTypeName("GLuint")] uint id) => - (MaybeBool)(uint)IsOcclusionQueryNVRaw(id); + (MaybeBool)(uint)IsOcclusionQueryNVRawNV(id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsOcclusionQueryNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] - public static extern uint IsOcclusionQueryNVRaw([NativeTypeName("GLuint")] uint id); + public static extern uint IsOcclusionQueryNVRawNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPathNV")] public static MaybeBool IsPathNV([NativeTypeName("GLuint")] uint path) => - (MaybeBool)(uint)IsPathNVRaw(path); + (MaybeBool)(uint)IsPathNVRawNV(path); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsPathNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] - public static extern uint IsPathNVRaw([NativeTypeName("GLuint")] uint path); + public static extern uint IsPathNVRawNV([NativeTypeName("GLuint")] uint path); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] public static MaybeBool IsPointInFillPathNV( @@ -63920,14 +34753,11 @@ public static MaybeBool IsPointInFillPathNV( [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) => (MaybeBool)(uint)IsPointInFillPathNVRaw(path, mask, x, y); + ) => (MaybeBool)(uint)IsPointInFillPathNVRawNV(path, mask, x, y); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsPointInFillPathNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] - public static extern uint IsPointInFillPathNVRaw( + public static extern uint IsPointInFillPathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLfloat")] float x, @@ -63935,385 +34765,106 @@ public static extern uint IsPointInFillPathNVRaw( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] public static MaybeBool IsPointInStrokePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) => (MaybeBool)(uint)IsPointInStrokePathNVRaw(path, x, y); + ) => (MaybeBool)(uint)IsPointInStrokePathNVRawNV(path, x, y); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsPointInStrokePathNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] - public static extern uint IsPointInStrokePathNVRaw( + public static extern uint IsPointInStrokePathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgram")] public static MaybeBool IsProgram([NativeTypeName("GLuint")] uint program) => (MaybeBool)(uint)IsProgramRaw(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] public static MaybeBool IsProgramARB([NativeTypeName("GLuint")] uint program) => - (MaybeBool)(uint)IsProgramARBRaw(program); + (MaybeBool)(uint)IsProgramARBRawARB(program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsProgramARB")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] - public static extern uint IsProgramARBRaw([NativeTypeName("GLuint")] uint program); + public static extern uint IsProgramARBRawARB([NativeTypeName("GLuint")] uint program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] public static MaybeBool IsProgramNV([NativeTypeName("GLuint")] uint id) => - (MaybeBool)(uint)IsProgramNVRaw(id); + (MaybeBool)(uint)IsProgramNVRawNV(id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsProgramNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] - public static extern uint IsProgramNVRaw([NativeTypeName("GLuint")] uint id); + public static extern uint IsProgramNVRawNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] public static MaybeBool IsProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => (MaybeBool)(uint)IsProgramPipelineRaw(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] public static MaybeBool IsProgramPipelineEXT( [NativeTypeName("GLuint")] uint pipeline - ) => (MaybeBool)(uint)IsProgramPipelineEXTRaw(pipeline); + ) => (MaybeBool)(uint)IsProgramPipelineEXTRawEXT(pipeline); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsProgramPipelineEXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] - public static extern uint IsProgramPipelineEXTRaw([NativeTypeName("GLuint")] uint pipeline); + public static extern uint IsProgramPipelineEXTRawEXT( + [NativeTypeName("GLuint")] uint pipeline + ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsProgramPipeline")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern uint IsProgramPipelineRaw([NativeTypeName("GLuint")] uint pipeline); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsProgram")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern uint IsProgramRaw([NativeTypeName("GLuint")] uint program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQuery")] public static MaybeBool IsQuery([NativeTypeName("GLuint")] uint id) => (MaybeBool)(uint)IsQueryRaw(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] public static MaybeBool IsQueryARB([NativeTypeName("GLuint")] uint id) => - (MaybeBool)(uint)IsQueryARBRaw(id); + (MaybeBool)(uint)IsQueryARBRawARB(id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsQueryARB")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] - public static extern uint IsQueryARBRaw([NativeTypeName("GLuint")] uint id); + public static extern uint IsQueryARBRawARB([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] public static MaybeBool IsQueryEXT([NativeTypeName("GLuint")] uint id) => - (MaybeBool)(uint)IsQueryEXTRaw(id); + (MaybeBool)(uint)IsQueryEXTRawEXT(id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsQueryEXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] - public static extern uint IsQueryEXTRaw([NativeTypeName("GLuint")] uint id); + public static extern uint IsQueryEXTRawEXT([NativeTypeName("GLuint")] uint id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsQuery")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] public static extern uint IsQueryRaw([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] public static MaybeBool IsRenderbuffer( @@ -64321,121 +34872,36 @@ public static MaybeBool IsRenderbuffer( ) => (MaybeBool)(uint)IsRenderbufferRaw(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] public static MaybeBool IsRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer - ) => (MaybeBool)(uint)IsRenderbufferEXTRaw(renderbuffer); + ) => (MaybeBool)(uint)IsRenderbufferEXTRawEXT(renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsRenderbufferEXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] - public static extern uint IsRenderbufferEXTRaw( + public static extern uint IsRenderbufferEXTRawEXT( [NativeTypeName("GLuint")] uint renderbuffer ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] public static MaybeBool IsRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer - ) => (MaybeBool)(uint)IsRenderbufferOESRaw(renderbuffer); + ) => (MaybeBool)(uint)IsRenderbufferOESRawOES(renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsRenderbufferOES")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] - public static extern uint IsRenderbufferOESRaw( + public static extern uint IsRenderbufferOESRawOES( [NativeTypeName("GLuint")] uint renderbuffer ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsRenderbuffer")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern uint IsRenderbufferRaw([NativeTypeName("GLuint")] uint renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSampler")] public static MaybeBool IsSampler([NativeTypeName("GLuint")] uint sampler) => @@ -64443,106 +34909,19 @@ public static MaybeBool IsSampler([NativeTypeName("GLuint")] uint sampler) [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsSampler")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] public static extern uint IsSamplerRaw([NativeTypeName("GLuint")] uint sampler); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] public static MaybeBool IsSemaphoreEXT([NativeTypeName("GLuint")] uint semaphore) => - (MaybeBool)(uint)IsSemaphoreEXTRaw(semaphore); + (MaybeBool)(uint)IsSemaphoreEXTRawEXT(semaphore); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsSemaphoreEXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] - public static extern uint IsSemaphoreEXTRaw([NativeTypeName("GLuint")] uint semaphore); + public static extern uint IsSemaphoreEXTRawEXT([NativeTypeName("GLuint")] uint semaphore); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsShader")] public static MaybeBool IsShader([NativeTypeName("GLuint")] uint shader) => @@ -64550,134 +34929,23 @@ public static MaybeBool IsShader([NativeTypeName("GLuint")] uint shader) = [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsShader")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern uint IsShaderRaw([NativeTypeName("GLuint")] uint shader); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsStateNV")] public static MaybeBool IsStateNV([NativeTypeName("GLuint")] uint state) => - (MaybeBool)(uint)IsStateNVRaw(state); + (MaybeBool)(uint)IsStateNVRawNV(state); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsStateNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] - public static extern uint IsStateNVRaw([NativeTypeName("GLuint")] uint state); + public static extern uint IsStateNVRawNV([NativeTypeName("GLuint")] uint state); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsSync")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern uint IsSync([NativeTypeName("GLsync")] Sync* sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSync")] [MethodImpl( @@ -64693,280 +34961,96 @@ public static MaybeBool IsSync([NativeTypeName("GLsync")] Ref sync) [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsSyncAPPLE")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] - public static extern uint IsSyncApple([NativeTypeName("GLsync")] Sync* sync); + public static extern uint IsSyncAPPLE([NativeTypeName("GLsync")] Sync* sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static MaybeBool IsSyncApple([NativeTypeName("GLsync")] Ref sync) + public static MaybeBool IsSyncAPPLE([NativeTypeName("GLsync")] Ref sync) { fixed (Sync* __dsl_sync = sync) { - return (MaybeBool)(uint)IsSyncApple(__dsl_sync); + return (MaybeBool)(uint)IsSyncAPPLE(__dsl_sync); } } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTexture")] public static MaybeBool IsTexture([NativeTypeName("GLuint")] uint texture) => (MaybeBool)(uint)IsTextureRaw(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] public static MaybeBool IsTextureEXT([NativeTypeName("GLuint")] uint texture) => - (MaybeBool)(uint)IsTextureEXTRaw(texture); + (MaybeBool)(uint)IsTextureEXTRawEXT(texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsTextureEXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] - public static extern uint IsTextureEXTRaw([NativeTypeName("GLuint")] uint texture); + public static extern uint IsTextureEXTRawEXT([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] public static MaybeBool IsTextureHandleResidentARB( [NativeTypeName("GLuint64")] ulong handle - ) => (MaybeBool)(uint)IsTextureHandleResidentARBRaw(handle); + ) => (MaybeBool)(uint)IsTextureHandleResidentARBRawARB(handle); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsTextureHandleResidentARB")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] - public static extern uint IsTextureHandleResidentARBRaw( + public static extern uint IsTextureHandleResidentARBRawARB( [NativeTypeName("GLuint64")] ulong handle ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] public static MaybeBool IsTextureHandleResidentNV( [NativeTypeName("GLuint64")] ulong handle - ) => (MaybeBool)(uint)IsTextureHandleResidentNVRaw(handle); + ) => (MaybeBool)(uint)IsTextureHandleResidentNVRawNV(handle); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsTextureHandleResidentNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] - public static extern uint IsTextureHandleResidentNVRaw( + public static extern uint IsTextureHandleResidentNVRawNV( [NativeTypeName("GLuint64")] ulong handle ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsTexture")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern uint IsTextureRaw([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] public static MaybeBool IsTransformFeedback([NativeTypeName("GLuint")] uint id) => (MaybeBool)(uint)IsTransformFeedbackRaw(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] public static MaybeBool IsTransformFeedbackNV([NativeTypeName("GLuint")] uint id) => - (MaybeBool)(uint)IsTransformFeedbackNVRaw(id); + (MaybeBool)(uint)IsTransformFeedbackNVRawNV(id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsTransformFeedbackNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] - public static extern uint IsTransformFeedbackNVRaw([NativeTypeName("GLuint")] uint id); + public static extern uint IsTransformFeedbackNVRawNV([NativeTypeName("GLuint")] uint id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsTransformFeedback")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern uint IsTransformFeedbackRaw([NativeTypeName("GLuint")] uint id); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsVariantEnabledEXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern uint IsVariantEnabledEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint cap ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] public static MaybeBool IsVariantEnabledEXT( @@ -64975,134 +35059,51 @@ public static MaybeBool IsVariantEnabledEXT( ) => (MaybeBool)(uint)IsVariantEnabledEXT(id, (uint)cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] public static MaybeBool IsVertexArray([NativeTypeName("GLuint")] uint array) => (MaybeBool)(uint)IsVertexArrayRaw(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] - public static MaybeBool IsVertexArrayApple([NativeTypeName("GLuint")] uint array) => - (MaybeBool)(uint)IsVertexArrayAppleRaw(array); + public static MaybeBool IsVertexArrayAPPLE([NativeTypeName("GLuint")] uint array) => + (MaybeBool)(uint)IsVertexArrayAppleRawAPPLE(array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsVertexArrayAPPLE")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] - public static extern uint IsVertexArrayAppleRaw([NativeTypeName("GLuint")] uint array); + public static extern uint IsVertexArrayAppleRawAPPLE([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] public static MaybeBool IsVertexArrayOES([NativeTypeName("GLuint")] uint array) => - (MaybeBool)(uint)IsVertexArrayOESRaw(array); + (MaybeBool)(uint)IsVertexArrayOESRawOES(array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsVertexArrayOES")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] - public static extern uint IsVertexArrayOESRaw([NativeTypeName("GLuint")] uint array); + public static extern uint IsVertexArrayOESRawOES([NativeTypeName("GLuint")] uint array); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsVertexArray")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern uint IsVertexArrayRaw([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] - public static MaybeBool IsVertexAttribEnabledApple( + public static MaybeBool IsVertexAttribEnabledAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => (MaybeBool)(uint)IsVertexAttribEnabledAppleRaw(index, pname); + ) => (MaybeBool)(uint)IsVertexAttribEnabledAppleRawAPPLE(index, pname); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glIsVertexAttribEnabledAPPLE")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] - public static extern uint IsVertexAttribEnabledAppleRaw( + public static extern uint IsVertexAttribEnabledAppleRawAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLabelObjectEXT")] - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] public static extern void LabelObjectEXT( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint @object, @@ -65110,9 +35111,6 @@ public static extern void LabelObjectEXT( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] [MethodImpl( @@ -65132,7 +35130,6 @@ public static void LabelObjectEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLGPUCopyImageSubDataNVX")] - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] public static extern void LGPUCopyImageSubDataNVX( [NativeTypeName("GLuint")] uint sourceGpu, [NativeTypeName("GLbitfield")] uint destinationGpuMask, @@ -65154,11 +35151,9 @@ public static extern void LGPUCopyImageSubDataNVX( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLGPUInterlockNVX")] - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] public static extern void LGPUInterlockNVX(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLGPUNamedBufferSubDataNVX")] - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] public static extern void LGPUNamedBufferSubDataNVX( [NativeTypeName("GLbitfield")] uint gpuMask, [NativeTypeName("GLuint")] uint buffer, @@ -65167,7 +35162,6 @@ public static extern void LGPUNamedBufferSubDataNVX( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] [MethodImpl( @@ -65188,79 +35182,25 @@ public static void LGPUNamedBufferSubDataNVX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightEnviSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] public static extern void LightEnvSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] public static void LightEnvSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 - ) => LightEnvSGIX((uint)pname, param1); + [NativeTypeName("GLint")] Constant param1 + ) => LightEnvSGIX((uint)pname, (int)param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Light( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightf")] public static void Light( @@ -65270,64 +35210,12 @@ public static void Light( ) => Light((uint)light, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Light( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightfv")] [MethodImpl( @@ -65346,62 +35234,12 @@ public static void Light( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLighti")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Light( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLighti")] public static void Light( @@ -65411,62 +35249,12 @@ public static void Light( ) => Light((uint)light, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Light( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightiv")] [MethodImpl( @@ -65485,63 +35273,11 @@ public static void Light( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightModelf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void LightModel( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelf")] public static void LightModel( @@ -65550,63 +35286,11 @@ public static void LightModel( ) => LightModel((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightModelfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void LightModel( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelfv")] [MethodImpl( @@ -65624,61 +35308,11 @@ public static void LightModel( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightModeli")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void LightModel( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModeli")] public static void LightModel( @@ -65687,61 +35321,11 @@ public static void LightModel( ) => LightModel((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightModeliv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void LightModel( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModeliv")] [MethodImpl( @@ -65759,13 +35343,11 @@ public static void LightModel( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightModelx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void LightModelx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelx")] public static void LightModelx( @@ -65774,15 +35356,11 @@ public static void LightModelx( ) => LightModelx((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightModelxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void LightModelxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] public static void LightModelxOES( @@ -65791,13 +35369,11 @@ public static void LightModelxOES( ) => LightModelxOES((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightModelxv")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void LightModelx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxv")] [MethodImpl( @@ -65815,15 +35391,11 @@ public static void LightModelx( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightModelxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void LightModelxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] [MethodImpl( @@ -65841,14 +35413,12 @@ public static void LightModelxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Lightx( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightx")] public static void Lightx( @@ -65858,16 +35428,12 @@ public static void Lightx( ) => Lightx((uint)light, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void LightxOES( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxOES")] public static void LightxOES( @@ -65877,14 +35443,12 @@ public static void LightxOES( ) => LightxOES((uint)light, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightxv")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Lightx( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxv")] [MethodImpl( @@ -65903,16 +35467,12 @@ public static void Lightx( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLightxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void LightxOES( [NativeTypeName("GLenum")] uint light, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxvOES")] [MethodImpl( @@ -65931,185 +35491,30 @@ public static void LightxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLineStipple")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void LineStipple( [NativeTypeName("GLint")] int factor, [NativeTypeName("GLushort")] ushort pattern ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLineWidth")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void LineWidth([NativeTypeName("GLfloat")] float width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLineWidthx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void LineWidthx([NativeTypeName("GLfixed")] int width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLineWidthxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void LineWidthxOES([NativeTypeName("GLfixed")] int width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLinkProgram")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void LinkProgram([NativeTypeName("GLuint")] uint program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLinkProgramARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void LinkProgramARB([NativeTypeName("GLhandleARB")] uint programObj); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glListBase")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void ListBase([NativeTypeName("GLuint")] uint @base); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glListDrawCommandsStatesClientNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void ListDrawCommandsStatesClientNV( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLuint")] uint segment, @@ -66120,8 +35525,6 @@ public static extern void ListDrawCommandsStatesClientNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] [MethodImpl( @@ -66155,14 +35558,12 @@ public static void ListDrawCommandsStatesClientNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glListParameterfSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] public static extern void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] public static void ListParameterSGIX( @@ -66172,14 +35573,12 @@ public static void ListParameterSGIX( ) => ListParameterSGIX(list, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glListParameterfvSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] public static extern void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] [MethodImpl( @@ -66198,14 +35597,12 @@ public static void ListParameterSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glListParameteriSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] public static extern void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] public static void ListParameterSGIX( @@ -66215,14 +35612,12 @@ public static void ListParameterSGIX( ) => ListParameterSGIX(list, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glListParameterivSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] public static extern void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] [MethodImpl( @@ -66241,41 +35636,13 @@ public static void ListParameterSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLoadIdentity")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void LoadIdentity(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLoadIdentityDeformationMapSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] public static extern void LoadIdentityDeformationMapSGIX( [NativeTypeName("GLbitfield")] uint mask ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] public static void LoadIdentityDeformationMapSGIX( @@ -66283,58 +35650,8 @@ public static void LoadIdentityDeformationMapSGIX( ) => LoadIdentityDeformationMapSGIX((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLoadMatrixd")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void LoadMatrix([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] [MethodImpl( @@ -66349,60 +35666,8 @@ public static void LoadMatrix([NativeTypeName("const GLdouble *")] Ref m } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLoadMatrixf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void LoadMatrix([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] [MethodImpl( @@ -66417,10 +35682,8 @@ public static void LoadMatrix([NativeTypeName("const GLfloat *")] Ref m) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLoadMatrixx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void LoadMatrixx([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] [MethodImpl( @@ -66435,12 +35698,8 @@ public static void LoadMatrixx([NativeTypeName("const GLfixed *")] Ref m) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLoadMatrixxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void LoadMatrixxOES([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] [MethodImpl( @@ -66455,31 +35714,6 @@ public static void LoadMatrixxOES([NativeTypeName("const GLfixed *")] Ref m } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLoadName")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void LoadName([NativeTypeName("GLuint")] uint name); [DllImport( @@ -66487,11 +35721,9 @@ public static void LoadMatrixxOES([NativeTypeName("const GLfixed *")] Ref m ExactSpelling = true, EntryPoint = "glLoadPaletteFromModelViewMatrixOES" )] - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] public static extern void LoadPaletteFromModelViewMatrixOES(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLoadProgramNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void LoadProgramNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id, @@ -66499,7 +35731,6 @@ public static extern void LoadProgramNV( [NativeTypeName("const GLubyte *")] byte* program ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl( @@ -66518,7 +35749,6 @@ public static void LoadProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] public static void LoadProgramNV( @@ -66528,54 +35758,10 @@ public static void LoadProgramNV( ) => LoadProgramNV((uint)target, id, 1, (byte*)&program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLoadTransposeMatrixd")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void LoadTransposeMatrix( [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] [MethodImpl( @@ -66590,12 +35776,10 @@ public static void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] Ref< } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLoadTransposeMatrixdARB")] - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] public static extern void LoadTransposeMatrixARB( [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] [MethodImpl( @@ -66612,52 +35796,8 @@ public static void LoadTransposeMatrixARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glLoadTransposeMatrixf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] [MethodImpl( @@ -66672,12 +35812,10 @@ public static void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] Ref LogicOp((uint)opcode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMakeBufferNonResidentNV")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] public static extern void MakeBufferNonResidentNV([NativeTypeName("GLenum")] uint target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMakeBufferResidentNV")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] public static extern void MakeBufferResidentNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint access ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMakeImageHandleNonResidentARB")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] public static extern void MakeImageHandleNonResidentARB( [NativeTypeName("GLuint64")] ulong handle ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMakeImageHandleNonResidentNV")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] public static extern void MakeImageHandleNonResidentNV( [NativeTypeName("GLuint64")] ulong handle ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMakeImageHandleResidentARB")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] public static extern void MakeImageHandleResidentARB( [NativeTypeName("GLuint64")] ulong handle, [NativeTypeName("GLenum")] uint access ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMakeImageHandleResidentNV")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] public static extern void MakeImageHandleResidentNV( [NativeTypeName("GLuint64")] ulong handle, [NativeTypeName("GLenum")] uint access ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMakeNamedBufferNonResidentNV")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] public static extern void MakeNamedBufferNonResidentNV( [NativeTypeName("GLuint")] uint buffer ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMakeNamedBufferResidentNV")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] public static extern void MakeNamedBufferResidentNV( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint access @@ -66894,61 +35909,26 @@ public static extern void MakeNamedBufferResidentNV( ExactSpelling = true, EntryPoint = "glMakeTextureHandleNonResidentARB" )] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] public static extern void MakeTextureHandleNonResidentARB( [NativeTypeName("GLuint64")] ulong handle ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMakeTextureHandleNonResidentNV")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] public static extern void MakeTextureHandleNonResidentNV( [NativeTypeName("GLuint64")] ulong handle ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMakeTextureHandleResidentARB")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] public static extern void MakeTextureHandleResidentARB( [NativeTypeName("GLuint64")] ulong handle ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMakeTextureHandleResidentNV")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] public static extern void MakeTextureHandleResidentNV( [NativeTypeName("GLuint64")] ulong handle ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMap1d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Map1( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double u1, @@ -66958,31 +35938,6 @@ public static extern void Map1( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1d")] [MethodImpl( @@ -67004,31 +35959,6 @@ public static void Map1( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMap1f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Map1( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float u1, @@ -67038,31 +35968,6 @@ public static extern void Map1( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1f")] [MethodImpl( @@ -67084,7 +35989,6 @@ public static void Map1( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMap1xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void Map1XOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfixed")] int u1, @@ -67094,7 +35998,6 @@ public static extern void Map1XOES( [NativeTypeName("GLfixed")] int points ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1xOES")] public static void Map1XOES( @@ -67107,31 +36010,6 @@ public static void Map1XOES( ) => Map1XOES((uint)target, u1, u2, stride, order, points); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMap2d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Map2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double u1, @@ -67145,31 +36023,6 @@ public static extern void Map2( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2d")] [MethodImpl( @@ -67195,31 +36048,6 @@ public static void Map2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMap2f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Map2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float u1, @@ -67233,31 +36061,6 @@ public static extern void Map2( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2f")] [MethodImpl( @@ -67283,7 +36086,6 @@ public static void Map2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMap2xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void Map2XOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfixed")] int u1, @@ -67297,7 +36099,6 @@ public static extern void Map2XOES( [NativeTypeName("GLfixed")] int points ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2xOES")] public static void Map2XOES( @@ -67314,91 +36115,11 @@ public static void Map2XOES( ) => Map2XOES((uint)target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapBuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] public static extern void* MapBuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBuffer")] [MethodImpl( @@ -67410,13 +36131,11 @@ public static Ptr MapBuffer( ) => (void*)MapBuffer((uint)target, (uint)access); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapBufferARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] public static extern void* MapBufferARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] [MethodImpl( @@ -67428,15 +36147,11 @@ public static Ptr MapBufferARB( ) => (void*)MapBufferARB((uint)target, (uint)access); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapBufferOES")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] public static extern void* MapBufferOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] [MethodImpl( @@ -67448,42 +36163,6 @@ public static Ptr MapBufferOES( ) => (void*)MapBufferOES((uint)target, (uint)access); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapBufferRange")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void* MapBufferRange( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, @@ -67491,42 +36170,6 @@ public static Ptr MapBufferOES( [NativeTypeName("GLbitfield")] uint access ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] [MethodImpl( @@ -67540,8 +36183,6 @@ public static Ptr MapBufferRange( ) => (void*)MapBufferRange((uint)target, offset, length, (uint)access); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapBufferRangeEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] public static extern void* MapBufferRangeEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, @@ -67549,8 +36190,6 @@ public static Ptr MapBufferRange( [NativeTypeName("GLbitfield")] uint access ); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] [MethodImpl( @@ -67564,7 +36203,6 @@ public static Ptr MapBufferRangeEXT( ) => (void*)MapBufferRangeEXT((uint)target, offset, length, (uint)access); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapControlPointsNV")] - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] public static extern void MapControlPointsNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -67577,7 +36215,6 @@ public static extern void MapControlPointsNV( [NativeTypeName("const void *")] void* points ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] [MethodImpl( @@ -67612,31 +36249,6 @@ public static void MapControlPointsNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapGrid1d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void MapGrid1( [NativeTypeName("GLint")] int un, [NativeTypeName("GLdouble")] double u1, @@ -67644,31 +36256,6 @@ public static extern void MapGrid1( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapGrid1f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void MapGrid1( [NativeTypeName("GLint")] int un, [NativeTypeName("GLfloat")] float u1, @@ -67676,7 +36263,6 @@ public static extern void MapGrid1( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapGrid1xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void MapGrid1XOES( [NativeTypeName("GLint")] int n, [NativeTypeName("GLfixed")] int u1, @@ -67684,31 +36270,6 @@ public static extern void MapGrid1XOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapGrid2d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void MapGrid2( [NativeTypeName("GLint")] int un, [NativeTypeName("GLdouble")] double u1, @@ -67719,31 +36280,6 @@ public static extern void MapGrid2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapGrid2f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void MapGrid2( [NativeTypeName("GLint")] int un, [NativeTypeName("GLfloat")] float u1, @@ -67754,7 +36290,6 @@ public static extern void MapGrid2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapGrid2xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void MapGrid2XOES( [NativeTypeName("GLint")] int n, [NativeTypeName("GLfixed")] int u1, @@ -67764,31 +36299,11 @@ public static extern void MapGrid2XOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapNamedBuffer")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void* MapNamedBuffer( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] [MethodImpl( @@ -67800,15 +36315,11 @@ public static Ptr MapNamedBuffer( ) => (void*)MapNamedBuffer(buffer, (uint)access); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapNamedBufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void* MapNamedBufferEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] [MethodImpl( @@ -67820,16 +36331,6 @@ public static Ptr MapNamedBufferEXT( ) => (void*)MapNamedBufferEXT(buffer, (uint)access); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapNamedBufferRange")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void* MapNamedBufferRange( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, @@ -67837,16 +36338,6 @@ public static Ptr MapNamedBufferEXT( [NativeTypeName("GLbitfield")] uint access ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] [MethodImpl( @@ -67860,8 +36351,6 @@ public static Ptr MapNamedBufferRange( ) => (void*)MapNamedBufferRange(buffer, offset, length, (uint)access); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapNamedBufferRangeEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void* MapNamedBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, @@ -67869,8 +36358,6 @@ public static Ptr MapNamedBufferRange( [NativeTypeName("GLbitfield")] uint access ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] [MethodImpl( @@ -67883,28 +36370,24 @@ public static Ptr MapNamedBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ) => (void*)MapNamedBufferRangeEXT(buffer, offset, length, (uint)access); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Ptr MapObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => - (void*)MapObjectBufferATIRaw(buffer); + (void*)MapObjectBufferATIRawATI(buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapObjectBufferATI")] - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] - public static extern void* MapObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer); + public static extern void* MapObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapParameterfvNV")] - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] public static extern void MapParameterNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] [MethodImpl( @@ -67923,14 +36406,12 @@ public static void MapParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapParameterivNV")] - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] public static extern void MapParameterNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] [MethodImpl( @@ -67949,8 +36430,7 @@ public static void MapParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapTexture2DINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] - public static extern void* MapTexture2DIntel( + public static extern void* MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, @@ -67958,13 +36438,12 @@ public static void MapParameterNV( [NativeTypeName("GLenum *")] uint* layout ); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Ptr MapTexture2DIntel( + public static Ptr MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, @@ -67975,13 +36454,12 @@ public static Ptr MapTexture2DIntel( fixed (uint* __dsl_layout = layout) fixed (int* __dsl_stride = stride) { - return (void*)MapTexture2DIntel(texture, level, access, __dsl_stride, __dsl_layout); + return (void*)MapTexture2DINTEL(texture, level, access, __dsl_stride, __dsl_layout); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapVertexAttrib1dAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] - public static extern void MapVertexAttrib1Apple( + public static extern void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -67991,13 +36469,12 @@ public static extern void MapVertexAttrib1Apple( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -68009,25 +36486,23 @@ public static void MapVertexAttrib1Apple( { fixed (double* __dsl_points = points) { - MapVertexAttrib1Apple(index, size, u1, u2, stride, order, __dsl_points); + MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, __dsl_points); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLdouble *")] double points - ) => MapVertexAttrib1Apple(index, 1, u1, u2, stride, order, (double*)&points); + ) => MapVertexAttrib1APPLE(index, 1, u1, u2, stride, order, (double*)&points); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapVertexAttrib1fAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] - public static extern void MapVertexAttrib1Apple( + public static extern void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -68037,13 +36512,12 @@ public static extern void MapVertexAttrib1Apple( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -68055,25 +36529,23 @@ public static void MapVertexAttrib1Apple( { fixed (float* __dsl_points = points) { - MapVertexAttrib1Apple(index, size, u1, u2, stride, order, __dsl_points); + MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, __dsl_points); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLfloat *")] float points - ) => MapVertexAttrib1Apple(index, 1, u1, u2, stride, order, (float*)&points); + ) => MapVertexAttrib1APPLE(index, 1, u1, u2, stride, order, (float*)&points); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapVertexAttrib2dAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] - public static extern void MapVertexAttrib2Apple( + public static extern void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -68087,13 +36559,12 @@ public static extern void MapVertexAttrib2Apple( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -68109,7 +36580,7 @@ public static void MapVertexAttrib2Apple( { fixed (double* __dsl_points = points) { - MapVertexAttrib2Apple( + MapVertexAttrib2APPLE( index, size, u1, @@ -68125,10 +36596,9 @@ public static void MapVertexAttrib2Apple( } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, @@ -68140,7 +36610,7 @@ public static void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLdouble *")] double points ) => - MapVertexAttrib2Apple( + MapVertexAttrib2APPLE( index, 1, u1, @@ -68155,8 +36625,7 @@ public static void MapVertexAttrib2Apple( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMapVertexAttrib2fAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] - public static extern void MapVertexAttrib2Apple( + public static extern void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -68170,13 +36639,12 @@ public static extern void MapVertexAttrib2Apple( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -68192,7 +36660,7 @@ public static void MapVertexAttrib2Apple( { fixed (float* __dsl_points = points) { - MapVertexAttrib2Apple( + MapVertexAttrib2APPLE( index, size, u1, @@ -68208,10 +36676,9 @@ public static void MapVertexAttrib2Apple( } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, @@ -68223,7 +36690,7 @@ public static void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLfloat *")] float points ) => - MapVertexAttrib2Apple( + MapVertexAttrib2APPLE( index, 1, u1, @@ -68238,64 +36705,12 @@ public static void MapVertexAttrib2Apple( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaterialf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Material( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialf")] public static void Material( @@ -68305,64 +36720,12 @@ public static void Material( ) => Material((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaterialfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Material( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialfv")] [MethodImpl( @@ -68381,62 +36744,12 @@ public static void Material( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMateriali")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Material( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMateriali")] public static void Material( @@ -68446,62 +36759,12 @@ public static void Material( ) => Material((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaterialiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Material( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialiv")] [MethodImpl( @@ -68520,14 +36783,12 @@ public static void Material( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaterialx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Materialx( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialx")] public static void Materialx( @@ -68537,16 +36798,12 @@ public static void Materialx( ) => Materialx((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaterialxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void MaterialxOES( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] public static void MaterialxOES( @@ -68556,14 +36813,12 @@ public static void MaterialxOES( ) => MaterialxOES((uint)face, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaterialxv")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Materialx( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxv")] [MethodImpl( @@ -68582,16 +36837,12 @@ public static void Materialx( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaterialxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void MaterialxOES( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] [MethodImpl( @@ -68610,9 +36861,6 @@ public static void MaterialxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixFrustumEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixFrustumEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLdouble")] double left, @@ -68623,9 +36871,6 @@ public static extern void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] public static void MatrixFrustumEXT( @@ -68639,7 +36884,6 @@ public static void MatrixFrustumEXT( ) => MatrixFrustumEXT((uint)mode, left, right, bottom, top, zNear, zFar); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixIndexPointerARB")] - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] public static extern void MatrixIndexPointerARB( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -68647,7 +36891,6 @@ public static extern void MatrixIndexPointerARB( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] [MethodImpl( @@ -68667,7 +36910,6 @@ public static void MatrixIndexPointerARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixIndexPointerOES")] - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] public static extern void MatrixIndexPointerOES( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -68675,7 +36917,6 @@ public static extern void MatrixIndexPointerOES( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] [MethodImpl( @@ -68695,13 +36936,11 @@ public static void MatrixIndexPointerOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixIndexubvARB")] - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] public static extern void MatrixIndexARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLubyte *")] byte* indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl( @@ -68718,20 +36957,17 @@ public static void MatrixIndexARB( } } - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] public static void MatrixIndexARB([NativeTypeName("const GLubyte *")] byte indices) => MatrixIndexARB(1, (byte*)&indices); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixIndexuivARB")] - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] public static extern void MatrixIndexARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLuint *")] uint* indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl( @@ -68748,20 +36984,17 @@ public static void MatrixIndexARB( } } - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] public static void MatrixIndexARB([NativeTypeName("const GLuint *")] uint indices) => MatrixIndexARB(1, (uint*)&indices); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixIndexusvARB")] - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] public static extern void MatrixIndexARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLushort *")] ushort* indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl( @@ -68778,24 +37011,17 @@ public static void MatrixIndexARB( } } - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] public static void MatrixIndexARB([NativeTypeName("const GLushort *")] ushort indices) => MatrixIndexARB(1, (ushort*)&indices); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixLoad3x2fNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixLoad3X2NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] [MethodImpl( @@ -68813,17 +37039,11 @@ public static void MatrixLoad3X2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixLoad3x3fNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixLoad3X3NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] [MethodImpl( @@ -68841,17 +37061,11 @@ public static void MatrixLoad3X3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixLoaddEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixLoadEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] [MethodImpl( @@ -68869,17 +37083,11 @@ public static void MatrixLoadEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixLoadfEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixLoadEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] [MethodImpl( @@ -68897,14 +37105,8 @@ public static void MatrixLoadEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixLoadIdentityEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixLoadIdentityEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] public static void MatrixLoadIdentityEXT( @@ -68912,17 +37114,11 @@ public static void MatrixLoadIdentityEXT( ) => MatrixLoadIdentityEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixLoadTranspose3x3fNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixLoadTranspose3X3NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] [MethodImpl( @@ -68940,17 +37136,11 @@ public static void MatrixLoadTranspose3X3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixLoadTransposedEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixLoadTransposeEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] [MethodImpl( @@ -68968,17 +37158,11 @@ public static void MatrixLoadTransposeEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixLoadTransposefEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixLoadTransposeEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] [MethodImpl( @@ -68996,60 +37180,8 @@ public static void MatrixLoadTransposeEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixMode")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void MatrixMode([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMode")] public static void MatrixMode( @@ -69057,17 +37189,11 @@ public static void MatrixMode( ) => MatrixMode((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixMult3x2fNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixMult3X2NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] [MethodImpl( @@ -69085,17 +37211,11 @@ public static void MatrixMult3X2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixMult3x3fNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixMult3X3NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] [MethodImpl( @@ -69113,17 +37233,11 @@ public static void MatrixMult3X3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixMultdEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixMultEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] [MethodImpl( @@ -69141,17 +37255,11 @@ public static void MatrixMultEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixMultfEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixMultEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] [MethodImpl( @@ -69169,17 +37277,11 @@ public static void MatrixMultEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixMultTranspose3x3fNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixMultTranspose3X3NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] [MethodImpl( @@ -69197,17 +37299,11 @@ public static void MatrixMultTranspose3X3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixMultTransposedEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixMultTransposeEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] [MethodImpl( @@ -69225,17 +37321,11 @@ public static void MatrixMultTransposeEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixMultTransposefEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixMultTransposeEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] [MethodImpl( @@ -69253,9 +37343,6 @@ public static void MatrixMultTransposeEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixOrthoEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixOrthoEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLdouble")] double left, @@ -69266,9 +37353,6 @@ public static extern void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] public static void MatrixOrthoEXT( @@ -69282,14 +37366,8 @@ public static void MatrixOrthoEXT( ) => MatrixOrthoEXT((uint)mode, left, right, bottom, top, zNear, zFar); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixPopEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixPopEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] public static void MatrixPopEXT( @@ -69297,14 +37375,8 @@ public static void MatrixPopEXT( ) => MatrixPopEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixPushEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixPushEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] public static void MatrixPushEXT( @@ -69312,9 +37384,6 @@ public static void MatrixPushEXT( ) => MatrixPushEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixRotatedEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixRotateEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLdouble")] double angle, @@ -69323,9 +37392,6 @@ public static extern void MatrixRotateEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] public static void MatrixRotateEXT( @@ -69337,9 +37403,6 @@ public static void MatrixRotateEXT( ) => MatrixRotateEXT((uint)mode, angle, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixRotatefEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixRotateEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLfloat")] float angle, @@ -69348,9 +37411,6 @@ public static extern void MatrixRotateEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] public static void MatrixRotateEXT( @@ -69362,9 +37422,6 @@ public static void MatrixRotateEXT( ) => MatrixRotateEXT((uint)mode, angle, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixScaledEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixScaleEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLdouble")] double x, @@ -69372,9 +37429,6 @@ public static extern void MatrixScaleEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] public static void MatrixScaleEXT( @@ -69385,9 +37439,6 @@ public static void MatrixScaleEXT( ) => MatrixScaleEXT((uint)mode, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixScalefEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixScaleEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLfloat")] float x, @@ -69395,9 +37446,6 @@ public static extern void MatrixScaleEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] public static void MatrixScaleEXT( @@ -69408,9 +37456,6 @@ public static void MatrixScaleEXT( ) => MatrixScaleEXT((uint)mode, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixTranslatedEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixTranslateEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLdouble")] double x, @@ -69418,9 +37463,6 @@ public static extern void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] public static void MatrixTranslateEXT( @@ -69431,9 +37473,6 @@ public static void MatrixTranslateEXT( ) => MatrixTranslateEXT((uint)mode, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMatrixTranslatefEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void MatrixTranslateEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLfloat")] float x, @@ -69441,9 +37480,6 @@ public static extern void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] public static void MatrixTranslateEXT( @@ -69454,71 +37490,18 @@ public static void MatrixTranslateEXT( ) => MatrixTranslateEXT((uint)mode, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaxShaderCompilerThreadsARB")] - [SupportedApiProfile("gl", ["GL_ARB_parallel_shader_compile"])] - [SupportedApiProfile("glcore", ["GL_ARB_parallel_shader_compile"])] public static extern void MaxShaderCompilerThreadsARB( [NativeTypeName("GLuint")] uint count ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMaxShaderCompilerThreadsKHR")] - [SupportedApiProfile("gl", ["GL_KHR_parallel_shader_compile"])] - [SupportedApiProfile("glcore", ["GL_KHR_parallel_shader_compile"])] - [SupportedApiProfile("gles2", ["GL_KHR_parallel_shader_compile"])] public static extern void MaxShaderCompilerThreadsKHR( [NativeTypeName("GLuint")] uint count ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMemoryBarrier")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] public static extern void MemoryBarrier([NativeTypeName("GLbitfield")] uint barriers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] public static void MemoryBarrier( @@ -69526,30 +37509,10 @@ public static void MemoryBarrier( ) => MemoryBarrier((uint)barriers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMemoryBarrierByRegion")] - [SupportedApiProfile( - "gl", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void MemoryBarrierByRegion( [NativeTypeName("GLbitfield")] uint barriers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] public static void MemoryBarrierByRegion( @@ -69557,10 +37520,8 @@ public static void MemoryBarrierByRegion( ) => MemoryBarrierByRegion((uint)barriers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMemoryBarrierEXT")] - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] public static extern void MemoryBarrierEXT([NativeTypeName("GLbitfield")] uint barriers); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] public static void MemoryBarrierEXT( @@ -69568,16 +37529,12 @@ public static void MemoryBarrierEXT( ) => MemoryBarrierEXT((uint)barriers); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMemoryObjectParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void MemoryObjectParameterEXT( [NativeTypeName("GLuint")] uint memoryObject, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] [MethodImpl( @@ -69596,14 +37553,12 @@ public static void MemoryObjectParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMinmax")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void Minmax( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLboolean")] uint sink ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMinmax")] public static void Minmax( @@ -69613,14 +37568,12 @@ public static void Minmax( ) => Minmax((uint)target, (uint)internalformat, (uint)sink); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMinmaxEXT")] - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] public static extern void MinmaxEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLboolean")] uint sink ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] public static void MinmaxEXT( @@ -69630,49 +37583,18 @@ public static void MinmaxEXT( ) => MinmaxEXT((uint)target, (uint)internalformat, (uint)sink); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMinSampleShading")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void MinSampleShading([NativeTypeName("GLfloat")] float value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMinSampleShadingARB")] - [SupportedApiProfile("gl", ["GL_ARB_sample_shading"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_shading"])] public static extern void MinSampleShadingARB([NativeTypeName("GLfloat")] float value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMinSampleShadingOES")] - [SupportedApiProfile("gles2", ["GL_OES_sample_shading"])] public static extern void MinSampleShadingOES([NativeTypeName("GLfloat")] float value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastBarrierNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] public static extern void MulticastBarrierNV(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastBlitFramebufferNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] public static extern void MulticastBlitFramebufferNV( [NativeTypeName("GLuint")] uint srcGpu, [NativeTypeName("GLuint")] uint dstGpu, @@ -69688,7 +37610,6 @@ public static extern void MulticastBlitFramebufferNV( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] public static void MulticastBlitFramebufferNV( @@ -69721,7 +37642,6 @@ public static void MulticastBlitFramebufferNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastBufferSubDataNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] public static extern void MulticastBufferSubDataNV( [NativeTypeName("GLbitfield")] uint gpuMask, [NativeTypeName("GLuint")] uint buffer, @@ -69730,7 +37650,6 @@ public static extern void MulticastBufferSubDataNV( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] [MethodImpl( @@ -69751,7 +37670,6 @@ public static void MulticastBufferSubDataNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastCopyBufferSubDataNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] public static extern void MulticastCopyBufferSubDataNV( [NativeTypeName("GLuint")] uint readGpu, [NativeTypeName("GLbitfield")] uint writeGpuMask, @@ -69763,7 +37681,6 @@ public static extern void MulticastCopyBufferSubDataNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastCopyImageSubDataNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] public static extern void MulticastCopyImageSubDataNV( [NativeTypeName("GLuint")] uint srcGpu, [NativeTypeName("GLbitfield")] uint dstGpuMask, @@ -69789,7 +37706,6 @@ public static extern void MulticastCopyImageSubDataNV( ExactSpelling = true, EntryPoint = "glMulticastFramebufferSampleLocationsfvNV" )] - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] public static extern void MulticastFramebufferSampleLocationsNV( [NativeTypeName("GLuint")] uint gpu, [NativeTypeName("GLuint")] uint framebuffer, @@ -69798,7 +37714,6 @@ public static extern void MulticastFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] [MethodImpl( @@ -69819,7 +37734,6 @@ public static void MulticastFramebufferSampleLocationsNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastGetQueryObjecti64vNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] public static extern void MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, [NativeTypeName("GLuint")] uint id, @@ -69827,7 +37741,6 @@ public static extern void MulticastGetQueryObjectNV( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] [MethodImpl( @@ -69847,7 +37760,6 @@ public static void MulticastGetQueryObjectNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastGetQueryObjectivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] public static extern void MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, [NativeTypeName("GLuint")] uint id, @@ -69855,7 +37767,6 @@ public static extern void MulticastGetQueryObjectNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] [MethodImpl( @@ -69875,7 +37786,6 @@ public static void MulticastGetQueryObjectNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastGetQueryObjectui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] public static extern void MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, [NativeTypeName("GLuint")] uint id, @@ -69883,7 +37793,6 @@ public static extern void MulticastGetQueryObjectNV( [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] [MethodImpl( @@ -69903,7 +37812,6 @@ public static void MulticastGetQueryObjectNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastGetQueryObjectuivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] public static extern void MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, [NativeTypeName("GLuint")] uint id, @@ -69911,7 +37819,6 @@ public static extern void MulticastGetQueryObjectNV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] [MethodImpl( @@ -69931,7 +37838,6 @@ public static void MulticastGetQueryObjectNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastScissorArrayvNVX")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] public static extern void MulticastScissorArrayNVX( [NativeTypeName("GLuint")] uint gpu, [NativeTypeName("GLuint")] uint first, @@ -69939,7 +37845,6 @@ public static extern void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl( @@ -69958,7 +37863,6 @@ public static void MulticastScissorArrayNVX( } } - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] public static void MulticastScissorArrayNVX( @@ -69968,7 +37872,6 @@ public static void MulticastScissorArrayNVX( ) => MulticastScissorArrayNVX(gpu, first, 1, (int*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastViewportArrayvNVX")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] public static extern void MulticastViewportArrayNVX( [NativeTypeName("GLuint")] uint gpu, [NativeTypeName("GLuint")] uint first, @@ -69976,7 +37879,6 @@ public static extern void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl( @@ -69995,7 +37897,6 @@ public static void MulticastViewportArrayNVX( } } - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] public static void MulticastViewportArrayNVX( @@ -70009,7 +37910,6 @@ public static void MulticastViewportArrayNVX( ExactSpelling = true, EntryPoint = "glMulticastViewportPositionWScaleNVX" )] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] public static extern void MulticastViewportPositionWScaleNVX( [NativeTypeName("GLuint")] uint gpu, [NativeTypeName("GLuint")] uint index, @@ -70018,55 +37918,12 @@ public static extern void MulticastViewportPositionWScaleNVX( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMulticastWaitSyncNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] public static extern void MulticastWaitSyncNV( [NativeTypeName("GLuint")] uint signalGpu, [NativeTypeName("GLbitfield")] uint waitGpuMask ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawArrays")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void MultiDrawArrays( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLint *")] int* first, @@ -70074,48 +37931,6 @@ public static extern void MultiDrawArrays( [NativeTypeName("GLsizei")] uint drawcount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] [MethodImpl( @@ -70136,9 +37951,6 @@ public static void MultiDrawArrays( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawArraysEXT")] - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] public static extern void MultiDrawArraysEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLint *")] int* first, @@ -70146,9 +37958,6 @@ public static extern void MultiDrawArraysEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] [MethodImpl( @@ -70169,28 +37978,6 @@ public static void MultiDrawArraysEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawArraysIndirect")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void MultiDrawArraysIndirect( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const void *")] void* indirect, @@ -70198,28 +37985,6 @@ public static extern void MultiDrawArraysIndirect( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] [MethodImpl( @@ -70239,7 +38004,6 @@ public static void MultiDrawArraysIndirect( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawArraysIndirectAMD")] - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] public static extern void MultiDrawArraysIndirectAMD( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const void *")] void* indirect, @@ -70247,7 +38011,6 @@ public static extern void MultiDrawArraysIndirectAMD( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] [MethodImpl( @@ -70271,8 +38034,6 @@ public static void MultiDrawArraysIndirectAMD( ExactSpelling = true, EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV" )] - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] public static extern void MultiDrawArraysIndirectBindlessCountNV( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const void *")] void* indirect, @@ -70282,8 +38043,6 @@ public static extern void MultiDrawArraysIndirectBindlessCountNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] [MethodImpl( @@ -70316,8 +38075,6 @@ public static void MultiDrawArraysIndirectBindlessCountNV( ExactSpelling = true, EntryPoint = "glMultiDrawArraysIndirectBindlessNV" )] - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] public static extern void MultiDrawArraysIndirectBindlesNV( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const void *")] void* indirect, @@ -70326,8 +38083,6 @@ public static extern void MultiDrawArraysIndirectBindlesNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] [MethodImpl( @@ -70354,8 +38109,6 @@ public static void MultiDrawArraysIndirectBindlesNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawArraysIndirectCount")] - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] public static extern void MultiDrawArraysIndirectCount( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const void *")] void* indirect, @@ -70364,8 +38117,6 @@ public static extern void MultiDrawArraysIndirectCount( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] [MethodImpl( @@ -70396,8 +38147,6 @@ public static void MultiDrawArraysIndirectCount( ExactSpelling = true, EntryPoint = "glMultiDrawArraysIndirectCountARB" )] - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] public static extern void MultiDrawArraysIndirectCountARB( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const void *")] void* indirect, @@ -70406,8 +38155,6 @@ public static extern void MultiDrawArraysIndirectCountARB( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] [MethodImpl( @@ -70434,7 +38181,6 @@ public static void MultiDrawArraysIndirectCountARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawArraysIndirectEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] public static extern void MultiDrawArraysIndirectEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const void *")] void* indirect, @@ -70442,7 +38188,6 @@ public static extern void MultiDrawArraysIndirectEXT( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] [MethodImpl( @@ -70462,21 +38207,19 @@ public static void MultiDrawArraysIndirectEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawElementArrayAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] - public static extern void MultiDrawElementArrayApple( + public static extern void MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLint *")] int* first, [NativeTypeName("const GLsizei *")] uint* count, [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiDrawElementArrayApple( + public static void MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("const GLint *")] Ref first, [NativeTypeName("const GLsizei *")] Ref count, @@ -70486,53 +38229,11 @@ public static void MultiDrawElementArrayApple( fixed (uint* __dsl_count = count) fixed (int* __dsl_first = first) { - MultiDrawElementArrayApple((uint)mode, __dsl_first, __dsl_count, primcount); + MultiDrawElementArrayAPPLE((uint)mode, __dsl_first, __dsl_count, primcount); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawElements")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void MultiDrawElements( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLsizei *")] uint* count, @@ -70541,48 +38242,6 @@ public static extern void MultiDrawElements( [NativeTypeName("GLsizei")] uint drawcount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] [MethodImpl( @@ -70604,38 +38263,6 @@ public static void MultiDrawElements( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawElementsBaseVertex")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void MultiDrawElementsBaseVertex( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLsizei *")] uint* count, @@ -70645,38 +38272,6 @@ public static extern void MultiDrawElementsBaseVertex( [NativeTypeName("const GLint *")] int* basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] [MethodImpl( @@ -70707,10 +38302,6 @@ public static void MultiDrawElementsBaseVertex( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawElementsBaseVertexEXT")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_draw_elements_base_vertex", "GL_OES_draw_elements_base_vertex"] - )] public static extern void MultiDrawElementsBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLsizei *")] uint* count, @@ -70720,10 +38311,6 @@ public static extern void MultiDrawElementsBaseVertexEXT( [NativeTypeName("const GLint *")] int* basevertex ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_draw_elements_base_vertex", "GL_OES_draw_elements_base_vertex"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] [MethodImpl( @@ -70754,9 +38341,6 @@ public static void MultiDrawElementsBaseVertexEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawElementsEXT")] - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] public static extern void MultiDrawElementsEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLsizei *")] uint* count, @@ -70765,9 +38349,6 @@ public static extern void MultiDrawElementsEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] [MethodImpl( @@ -70789,28 +38370,6 @@ public static void MultiDrawElementsEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawElementsIndirect")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void MultiDrawElementsIndirect( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLenum")] uint type, @@ -70819,28 +38378,6 @@ public static extern void MultiDrawElementsIndirect( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] [MethodImpl( @@ -70867,7 +38404,6 @@ public static void MultiDrawElementsIndirect( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawElementsIndirectAMD")] - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] public static extern void MultiDrawElementsIndirectAMD( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLenum")] uint type, @@ -70876,7 +38412,6 @@ public static extern void MultiDrawElementsIndirectAMD( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] [MethodImpl( @@ -70907,8 +38442,6 @@ public static void MultiDrawElementsIndirectAMD( ExactSpelling = true, EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV" )] - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] public static extern void MultiDrawElementsIndirectBindlessCountNV( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLenum")] uint type, @@ -70919,8 +38452,6 @@ public static extern void MultiDrawElementsIndirectBindlessCountNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] [MethodImpl( @@ -70955,8 +38486,6 @@ public static void MultiDrawElementsIndirectBindlessCountNV( ExactSpelling = true, EntryPoint = "glMultiDrawElementsIndirectBindlessNV" )] - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] public static extern void MultiDrawElementsIndirectBindlesNV( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLenum")] uint type, @@ -70966,8 +38495,6 @@ public static extern void MultiDrawElementsIndirectBindlesNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] [MethodImpl( @@ -70996,8 +38523,6 @@ public static void MultiDrawElementsIndirectBindlesNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawElementsIndirectCount")] - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] public static extern void MultiDrawElementsIndirectCount( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLenum")] uint type, @@ -71007,8 +38532,6 @@ public static extern void MultiDrawElementsIndirectCount( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] [MethodImpl( @@ -71041,8 +38564,6 @@ public static void MultiDrawElementsIndirectCount( ExactSpelling = true, EntryPoint = "glMultiDrawElementsIndirectCountARB" )] - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] public static extern void MultiDrawElementsIndirectCountARB( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLenum")] uint type, @@ -71052,8 +38573,6 @@ public static extern void MultiDrawElementsIndirectCountARB( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] [MethodImpl( @@ -71082,7 +38601,6 @@ public static void MultiDrawElementsIndirectCountARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawElementsIndirectEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] public static extern void MultiDrawElementsIndirectEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLenum")] uint type, @@ -71091,7 +38609,6 @@ public static extern void MultiDrawElementsIndirectEXT( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] [MethodImpl( @@ -71122,9 +38639,6 @@ public static void MultiDrawElementsIndirectEXT( ExactSpelling = true, EntryPoint = "glMultiDrawMeshTasksIndirectCountNV" )] - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] public static extern void MultiDrawMeshTasksIndirectCountNV( [NativeTypeName("GLintptr")] nint indirect, [NativeTypeName("GLintptr")] nint drawcount, @@ -71133,9 +38647,6 @@ public static extern void MultiDrawMeshTasksIndirectCountNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiDrawMeshTasksIndirectNV")] - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] public static extern void MultiDrawMeshTasksIndirectNV( [NativeTypeName("GLintptr")] nint indirect, [NativeTypeName("GLsizei")] uint drawcount, @@ -71147,8 +38658,7 @@ public static extern void MultiDrawMeshTasksIndirectNV( ExactSpelling = true, EntryPoint = "glMultiDrawRangeElementArrayAPPLE" )] - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] - public static extern void MultiDrawRangeElementArrayApple( + public static extern void MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -71157,13 +38667,12 @@ public static extern void MultiDrawRangeElementArrayApple( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiDrawRangeElementArrayApple( + public static void MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -71175,7 +38684,7 @@ public static void MultiDrawRangeElementArrayApple( fixed (uint* __dsl_count = count) fixed (int* __dsl_first = first) { - MultiDrawRangeElementArrayApple( + MultiDrawRangeElementArrayAPPLE( (uint)mode, start, end, @@ -71187,7 +38696,6 @@ public static void MultiDrawRangeElementArrayApple( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiModeDrawArraysIBM")] - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] public static extern void MultiModeDrawArraysIBM( [NativeTypeName("const GLenum *")] uint* mode, [NativeTypeName("const GLint *")] int* first, @@ -71196,7 +38704,6 @@ public static extern void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl( @@ -71218,7 +38725,6 @@ public static void MultiModeDrawArraysIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl( @@ -71246,7 +38752,6 @@ public static void MultiModeDrawArraysIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl( @@ -71275,7 +38780,6 @@ public static void MultiModeDrawArraysIBM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiModeDrawElementsIBM")] - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] public static extern void MultiModeDrawElementsIBM( [NativeTypeName("const GLenum *")] uint* mode, [NativeTypeName("const GLsizei *")] uint* count, @@ -71285,7 +38789,6 @@ public static extern void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl( @@ -71315,7 +38818,6 @@ public static void MultiModeDrawElementsIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl( @@ -71345,7 +38847,6 @@ public static void MultiModeDrawElementsIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl( @@ -71376,8 +38877,6 @@ public static void MultiModeDrawElementsIBM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexBufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexBufferEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -71385,8 +38884,6 @@ public static extern void MultiTexBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] public static void MultiTexBufferEXT( @@ -71397,13 +38894,11 @@ public static void MultiTexBufferEXT( ) => MultiTexBufferEXT((uint)texunit, (uint)target, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1bOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void MultiTexCoord1OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLbyte")] sbyte s ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] public static void MultiTexCoord1OES( @@ -71411,22 +38906,19 @@ public static void MultiTexCoord1OES( [NativeTypeName("GLbyte")] sbyte s ) => MultiTexCoord1OES((uint)texture, s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] - public static void MultiTexCoord1BvO( + public static void MultiTexCoord1BvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLbyte *")] sbyte coords ) => MultiTexCoord1OES((uint)texture, (sbyte*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1bvOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void MultiTexCoord1OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl( @@ -71444,411 +38936,179 @@ public static void MultiTexCoord1OES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - public static extern void MultiTexCoord1D( + public static extern void MultiTexCoord1d( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] - public static void MultiTexCoord1D( + public static void MultiTexCoord1d( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) => MultiTexCoord1D((uint)target, s); + ) => MultiTexCoord1d((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1dARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] - public static extern void MultiTexCoord1DARB( + public static extern void MultiTexCoord1dARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] - public static void MultiTexCoord1DARB( + public static void MultiTexCoord1dARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) => MultiTexCoord1DARB((uint)target, s); + ) => MultiTexCoord1dARB((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - public static extern void MultiTexCoord1Dv( + public static extern void MultiTexCoord1dv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Dv( + public static void MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - MultiTexCoord1Dv((uint)target, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + MultiTexCoord1dv((uint)target, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] - public static void MultiTexCoord1Dv( + public static void MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v - ) => MultiTexCoord1Dv((uint)target, (double*)&v); + ) => MultiTexCoord1dv((uint)target, (double*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1dvARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] - public static extern void MultiTexCoord1DvARB( + public static extern void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1DvARB( + public static void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - MultiTexCoord1DvARB((uint)target, __dsl_v); + MultiTexCoord1dvARB((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] - public static void MultiTexCoord1DvARB( + public static void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v - ) => MultiTexCoord1DvARB((uint)target, (double*)&v); + ) => MultiTexCoord1dvARB((uint)target, (double*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - public static extern void MultiTexCoord1F( + public static extern void MultiTexCoord1f( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] - public static void MultiTexCoord1F( + public static void MultiTexCoord1f( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) => MultiTexCoord1F((uint)target, s); + ) => MultiTexCoord1f((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1fARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] - public static extern void MultiTexCoord1FARB( + public static extern void MultiTexCoord1fARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] - public static void MultiTexCoord1FARB( + public static void MultiTexCoord1fARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) => MultiTexCoord1FARB((uint)target, s); + ) => MultiTexCoord1fARB((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - public static extern void MultiTexCoord1Fv( + public static extern void MultiTexCoord1fv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Fv( + public static void MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - MultiTexCoord1Fv((uint)target, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + MultiTexCoord1fv((uint)target, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] - public static void MultiTexCoord1Fv( + public static void MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v - ) => MultiTexCoord1Fv((uint)target, (float*)&v); + ) => MultiTexCoord1fv((uint)target, (float*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] - public static extern void MultiTexCoord1FvARB( + public static extern void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1FvARB( + public static void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - MultiTexCoord1FvARB((uint)target, __dsl_v); + MultiTexCoord1fvARB((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] - public static void MultiTexCoord1FvARB( + public static void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v - ) => MultiTexCoord1FvARB((uint)target, (float*)&v); + ) => MultiTexCoord1fvARB((uint)target, (float*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void MultiTexCoord1NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLhalfNV")] ushort s ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] public static void MultiTexCoord1NV( @@ -71857,443 +39117,208 @@ public static void MultiTexCoord1NV( ) => MultiTexCoord1NV((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] - public static extern void MultiTexCoord1HvNV( + public static extern void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1HvNV( + public static void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] Ref v ) { fixed (ushort* __dsl_v = v) { - MultiTexCoord1HvNV((uint)target, __dsl_v); + MultiTexCoord1hvNV((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] - public static void MultiTexCoord1HvNV( + public static void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] ushort v - ) => MultiTexCoord1HvNV((uint)target, (ushort*)&v); + ) => MultiTexCoord1hvNV((uint)target, (ushort*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - public static extern void MultiTexCoord1I( + public static extern void MultiTexCoord1i( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] - public static void MultiTexCoord1I( + public static void MultiTexCoord1i( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) => MultiTexCoord1I((uint)target, s); + ) => MultiTexCoord1i((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1iARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] - public static extern void MultiTexCoord1IARB( + public static extern void MultiTexCoord1iARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] - public static void MultiTexCoord1IARB( + public static void MultiTexCoord1iARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) => MultiTexCoord1IARB((uint)target, s); + ) => MultiTexCoord1iARB((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - public static extern void MultiTexCoord1Iv( + public static extern void MultiTexCoord1iv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Iv( + public static void MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v ) { fixed (int* __dsl_v = v) { - MultiTexCoord1Iv((uint)target, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + MultiTexCoord1iv((uint)target, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] - public static void MultiTexCoord1Iv( + public static void MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v - ) => MultiTexCoord1Iv((uint)target, (int*)&v); + ) => MultiTexCoord1iv((uint)target, (int*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1ivARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] - public static extern void MultiTexCoord1IvARB( + public static extern void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1IvARB( + public static void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v ) { fixed (int* __dsl_v = v) { - MultiTexCoord1IvARB((uint)target, __dsl_v); + MultiTexCoord1ivARB((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] - public static void MultiTexCoord1IvARB( + public static void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v - ) => MultiTexCoord1IvARB((uint)target, (int*)&v); + ) => MultiTexCoord1ivARB((uint)target, (int*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - public static extern void MultiTexCoord1S( + public static extern void MultiTexCoord1s( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] - public static void MultiTexCoord1S( + public static void MultiTexCoord1s( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) => MultiTexCoord1S((uint)target, s); + ) => MultiTexCoord1s((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1sARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] - public static extern void MultiTexCoord1SARB( + public static extern void MultiTexCoord1sARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] - public static void MultiTexCoord1SARB( + public static void MultiTexCoord1sARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) => MultiTexCoord1SARB((uint)target, s); + ) => MultiTexCoord1sARB((uint)target, s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - public static extern void MultiTexCoord1Sv( + public static extern void MultiTexCoord1sv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Sv( + public static void MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - MultiTexCoord1Sv((uint)target, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + MultiTexCoord1sv((uint)target, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] - public static void MultiTexCoord1Sv( + public static void MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v - ) => MultiTexCoord1Sv((uint)target, (short*)&v); + ) => MultiTexCoord1sv((uint)target, (short*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1svARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] - public static extern void MultiTexCoord1SvARB( + public static extern void MultiTexCoord1svARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1SvARB( + public static void MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - MultiTexCoord1SvARB((uint)target, __dsl_v); + MultiTexCoord1svARB((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] - public static void MultiTexCoord1SvARB( + public static void MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v - ) => MultiTexCoord1SvARB((uint)target, (short*)&v); + ) => MultiTexCoord1svARB((uint)target, (short*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void MultiTexCoord1XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLfixed")] int s ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] public static void MultiTexCoord1XOES( @@ -72301,22 +39326,19 @@ public static void MultiTexCoord1XOES( [NativeTypeName("GLfixed")] int s ) => MultiTexCoord1XOES((uint)texture, s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] - public static void MultiTexCoord1XvO( + public static void MultiTexCoord1XvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLfixed *")] int coords ) => MultiTexCoord1XOES((uint)texture, (int*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord1xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void MultiTexCoord1XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLfixed *")] int* coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl( @@ -72334,14 +39356,12 @@ public static void MultiTexCoord1XOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2bOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void MultiTexCoord2OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] public static void MultiTexCoord2OES( @@ -72351,13 +39371,11 @@ public static void MultiTexCoord2OES( ) => MultiTexCoord2OES((uint)texture, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2bvOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void MultiTexCoord2OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] [MethodImpl( @@ -72375,56 +39393,12 @@ public static void MultiTexCoord2OES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] public static void MultiTexCoord2( @@ -72434,14 +39408,12 @@ public static void MultiTexCoord2( ) => MultiTexCoord2((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2dARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] public static void MultiTexCoord2ARB( @@ -72451,55 +39423,11 @@ public static void MultiTexCoord2ARB( ) => MultiTexCoord2ARB((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] [MethodImpl( @@ -72517,13 +39445,11 @@ public static void MultiTexCoord2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2dvARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] [MethodImpl( @@ -72541,56 +39467,12 @@ public static void MultiTexCoord2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] public static void MultiTexCoord2( @@ -72600,14 +39482,12 @@ public static void MultiTexCoord2( ) => MultiTexCoord2((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2fARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] public static void MultiTexCoord2ARB( @@ -72617,55 +39497,11 @@ public static void MultiTexCoord2ARB( ) => MultiTexCoord2ARB((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] [MethodImpl( @@ -72683,13 +39519,11 @@ public static void MultiTexCoord2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] [MethodImpl( @@ -72707,14 +39541,12 @@ public static void MultiTexCoord2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void MultiTexCoord2NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLhalfNV")] ushort s, [NativeTypeName("GLhalfNV")] ushort t ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] public static void MultiTexCoord2NV( @@ -72724,13 +39556,11 @@ public static void MultiTexCoord2NV( ) => MultiTexCoord2NV((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void MultiTexCoord2NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] [MethodImpl( @@ -72748,56 +39578,12 @@ public static void MultiTexCoord2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] public static void MultiTexCoord2( @@ -72807,14 +39593,12 @@ public static void MultiTexCoord2( ) => MultiTexCoord2((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2iARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] public static void MultiTexCoord2ARB( @@ -72824,55 +39608,11 @@ public static void MultiTexCoord2ARB( ) => MultiTexCoord2ARB((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] [MethodImpl( @@ -72890,13 +39630,11 @@ public static void MultiTexCoord2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2ivARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] [MethodImpl( @@ -72914,56 +39652,12 @@ public static void MultiTexCoord2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] public static void MultiTexCoord2( @@ -72973,14 +39667,12 @@ public static void MultiTexCoord2( ) => MultiTexCoord2((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2sARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] public static void MultiTexCoord2ARB( @@ -72990,55 +39682,11 @@ public static void MultiTexCoord2ARB( ) => MultiTexCoord2ARB((uint)target, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] [MethodImpl( @@ -73056,13 +39704,11 @@ public static void MultiTexCoord2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2svARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] [MethodImpl( @@ -73080,14 +39726,12 @@ public static void MultiTexCoord2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void MultiTexCoord2XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] public static void MultiTexCoord2XOES( @@ -73097,13 +39741,11 @@ public static void MultiTexCoord2XOES( ) => MultiTexCoord2XOES((uint)texture, s, t); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord2xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void MultiTexCoord2XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLfixed *")] int* coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] [MethodImpl( @@ -73121,7 +39763,6 @@ public static void MultiTexCoord2XOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3bOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void MultiTexCoord3OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLbyte")] sbyte s, @@ -73129,7 +39770,6 @@ public static extern void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] public static void MultiTexCoord3OES( @@ -73140,13 +39780,11 @@ public static void MultiTexCoord3OES( ) => MultiTexCoord3OES((uint)texture, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3bvOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void MultiTexCoord3OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] [MethodImpl( @@ -73164,28 +39802,6 @@ public static void MultiTexCoord3OES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s, @@ -73193,28 +39809,6 @@ public static extern void MultiTexCoord3( [NativeTypeName("GLdouble")] double r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] public static void MultiTexCoord3( @@ -73225,7 +39819,6 @@ public static void MultiTexCoord3( ) => MultiTexCoord3((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3dARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s, @@ -73233,7 +39826,6 @@ public static extern void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] public static void MultiTexCoord3ARB( @@ -73244,55 +39836,11 @@ public static void MultiTexCoord3ARB( ) => MultiTexCoord3ARB((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] [MethodImpl( @@ -73310,13 +39858,11 @@ public static void MultiTexCoord3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3dvARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] [MethodImpl( @@ -73334,28 +39880,6 @@ public static void MultiTexCoord3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s, @@ -73363,28 +39887,6 @@ public static extern void MultiTexCoord3( [NativeTypeName("GLfloat")] float r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] public static void MultiTexCoord3( @@ -73395,7 +39897,6 @@ public static void MultiTexCoord3( ) => MultiTexCoord3((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3fARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s, @@ -73403,7 +39904,6 @@ public static extern void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] public static void MultiTexCoord3ARB( @@ -73414,55 +39914,11 @@ public static void MultiTexCoord3ARB( ) => MultiTexCoord3ARB((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] [MethodImpl( @@ -73480,13 +39936,11 @@ public static void MultiTexCoord3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] [MethodImpl( @@ -73504,7 +39958,6 @@ public static void MultiTexCoord3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void MultiTexCoord3NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLhalfNV")] ushort s, @@ -73512,7 +39965,6 @@ public static extern void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] public static void MultiTexCoord3NV( @@ -73523,13 +39975,11 @@ public static void MultiTexCoord3NV( ) => MultiTexCoord3NV((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void MultiTexCoord3NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] [MethodImpl( @@ -73547,28 +39997,6 @@ public static void MultiTexCoord3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s, @@ -73576,28 +40004,6 @@ public static extern void MultiTexCoord3( [NativeTypeName("GLint")] int r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] public static void MultiTexCoord3( @@ -73608,7 +40014,6 @@ public static void MultiTexCoord3( ) => MultiTexCoord3((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3iARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s, @@ -73616,7 +40021,6 @@ public static extern void MultiTexCoord3ARB( [NativeTypeName("GLint")] int r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] public static void MultiTexCoord3ARB( @@ -73627,55 +40031,11 @@ public static void MultiTexCoord3ARB( ) => MultiTexCoord3ARB((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] [MethodImpl( @@ -73693,13 +40053,11 @@ public static void MultiTexCoord3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3ivARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] [MethodImpl( @@ -73717,28 +40075,6 @@ public static void MultiTexCoord3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s, @@ -73746,28 +40082,6 @@ public static extern void MultiTexCoord3( [NativeTypeName("GLshort")] short r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] public static void MultiTexCoord3( @@ -73778,7 +40092,6 @@ public static void MultiTexCoord3( ) => MultiTexCoord3((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3sARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s, @@ -73786,7 +40099,6 @@ public static extern void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] public static void MultiTexCoord3ARB( @@ -73797,55 +40109,11 @@ public static void MultiTexCoord3ARB( ) => MultiTexCoord3ARB((uint)target, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] [MethodImpl( @@ -73863,13 +40131,11 @@ public static void MultiTexCoord3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3svARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] [MethodImpl( @@ -73887,7 +40153,6 @@ public static void MultiTexCoord3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void MultiTexCoord3XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLfixed")] int s, @@ -73895,7 +40160,6 @@ public static extern void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int r ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] public static void MultiTexCoord3XOES( @@ -73906,13 +40170,11 @@ public static void MultiTexCoord3XOES( ) => MultiTexCoord3XOES((uint)texture, s, t, r); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord3xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void MultiTexCoord3XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLfixed *")] int* coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] [MethodImpl( @@ -73930,7 +40192,6 @@ public static void MultiTexCoord3XOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4bOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void MultiTexCoord4OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLbyte")] sbyte s, @@ -73939,7 +40200,6 @@ public static extern void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] public static void MultiTexCoord4OES( @@ -73951,13 +40211,11 @@ public static void MultiTexCoord4OES( ) => MultiTexCoord4OES((uint)texture, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4bvOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void MultiTexCoord4OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] [MethodImpl( @@ -73975,28 +40233,6 @@ public static void MultiTexCoord4OES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s, @@ -74005,28 +40241,6 @@ public static extern void MultiTexCoord4( [NativeTypeName("GLdouble")] double q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] public static void MultiTexCoord4( @@ -74038,7 +40252,6 @@ public static void MultiTexCoord4( ) => MultiTexCoord4((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4dARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s, @@ -74047,7 +40260,6 @@ public static extern void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] public static void MultiTexCoord4ARB( @@ -74059,55 +40271,11 @@ public static void MultiTexCoord4ARB( ) => MultiTexCoord4ARB((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] [MethodImpl( @@ -74125,13 +40293,11 @@ public static void MultiTexCoord4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4dvARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] [MethodImpl( @@ -74149,29 +40315,6 @@ public static void MultiTexCoord4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s, @@ -74180,29 +40323,6 @@ public static extern void MultiTexCoord4( [NativeTypeName("GLfloat")] float q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] public static void MultiTexCoord4( @@ -74214,7 +40334,6 @@ public static void MultiTexCoord4( ) => MultiTexCoord4((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4fARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s, @@ -74223,7 +40342,6 @@ public static extern void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] public static void MultiTexCoord4ARB( @@ -74235,55 +40353,11 @@ public static void MultiTexCoord4ARB( ) => MultiTexCoord4ARB((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] [MethodImpl( @@ -74301,13 +40375,11 @@ public static void MultiTexCoord4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] [MethodImpl( @@ -74325,7 +40397,6 @@ public static void MultiTexCoord4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void MultiTexCoord4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLhalfNV")] ushort s, @@ -74334,7 +40405,6 @@ public static extern void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] public static void MultiTexCoord4NV( @@ -74346,13 +40416,11 @@ public static void MultiTexCoord4NV( ) => MultiTexCoord4NV((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void MultiTexCoord4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] [MethodImpl( @@ -74370,28 +40438,6 @@ public static void MultiTexCoord4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s, @@ -74400,28 +40446,6 @@ public static extern void MultiTexCoord4( [NativeTypeName("GLint")] int q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] public static void MultiTexCoord4( @@ -74433,7 +40457,6 @@ public static void MultiTexCoord4( ) => MultiTexCoord4((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4iARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s, @@ -74442,7 +40465,6 @@ public static extern void MultiTexCoord4ARB( [NativeTypeName("GLint")] int q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] public static void MultiTexCoord4ARB( @@ -74454,55 +40476,11 @@ public static void MultiTexCoord4ARB( ) => MultiTexCoord4ARB((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] [MethodImpl( @@ -74520,13 +40498,11 @@ public static void MultiTexCoord4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4ivARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] [MethodImpl( @@ -74544,28 +40520,6 @@ public static void MultiTexCoord4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s, @@ -74574,28 +40528,6 @@ public static extern void MultiTexCoord4( [NativeTypeName("GLshort")] short q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] public static void MultiTexCoord4( @@ -74607,7 +40539,6 @@ public static void MultiTexCoord4( ) => MultiTexCoord4((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4sARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s, @@ -74616,7 +40547,6 @@ public static extern void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] public static void MultiTexCoord4ARB( @@ -74628,55 +40558,11 @@ public static void MultiTexCoord4ARB( ) => MultiTexCoord4ARB((uint)target, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] [MethodImpl( @@ -74694,13 +40580,11 @@ public static void MultiTexCoord4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4svARB")] - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] public static extern void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] [MethodImpl( @@ -74718,7 +40602,6 @@ public static void MultiTexCoord4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4x")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void MultiTexCoord4X( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLfixed")] int s, @@ -74727,7 +40610,6 @@ public static extern void MultiTexCoord4X( [NativeTypeName("GLfixed")] int q ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] public static void MultiTexCoord4X( @@ -74739,8 +40621,6 @@ public static void MultiTexCoord4X( ) => MultiTexCoord4X((uint)texture, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void MultiTexCoord4XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLfixed")] int s, @@ -74749,8 +40629,6 @@ public static extern void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int q ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] public static void MultiTexCoord4XOES( @@ -74762,13 +40640,11 @@ public static void MultiTexCoord4XOES( ) => MultiTexCoord4XOES((uint)texture, s, t, r, q); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoord4xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void MultiTexCoord4XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLfixed *")] int* coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] [MethodImpl( @@ -74786,14 +40662,12 @@ public static void MultiTexCoord4XOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordP1ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void MultiTexCoordP1( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] public static void MultiTexCoordP1( @@ -74803,20 +40677,18 @@ public static void MultiTexCoordP1( ) => MultiTexCoordP1((uint)texture, (uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordP1uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void MultiTexCoordP1Uiv( + public static extern void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP1Uiv( + public static void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords @@ -74824,28 +40696,25 @@ public static void MultiTexCoordP1Uiv( { fixed (uint* __dsl_coords = coords) { - MultiTexCoordP1Uiv((uint)texture, (uint)type, __dsl_coords); + MultiTexCoordP1uiv((uint)texture, (uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] - public static void MultiTexCoordP1Uiv( + public static void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => MultiTexCoordP1Uiv((uint)texture, (uint)type, (uint*)&coords); + ) => MultiTexCoordP1uiv((uint)texture, (uint)type, (uint*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordP2ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void MultiTexCoordP2( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] public static void MultiTexCoordP2( @@ -74855,20 +40724,18 @@ public static void MultiTexCoordP2( ) => MultiTexCoordP2((uint)texture, (uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordP2uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void MultiTexCoordP2Uiv( + public static extern void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP2Uiv( + public static void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords @@ -74876,28 +40743,25 @@ public static void MultiTexCoordP2Uiv( { fixed (uint* __dsl_coords = coords) { - MultiTexCoordP2Uiv((uint)texture, (uint)type, __dsl_coords); + MultiTexCoordP2uiv((uint)texture, (uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] - public static void MultiTexCoordP2Uiv( + public static void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => MultiTexCoordP2Uiv((uint)texture, (uint)type, (uint*)&coords); + ) => MultiTexCoordP2uiv((uint)texture, (uint)type, (uint*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordP3ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void MultiTexCoordP3( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] public static void MultiTexCoordP3( @@ -74907,20 +40771,18 @@ public static void MultiTexCoordP3( ) => MultiTexCoordP3((uint)texture, (uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordP3uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void MultiTexCoordP3Uiv( + public static extern void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP3Uiv( + public static void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords @@ -74928,28 +40790,25 @@ public static void MultiTexCoordP3Uiv( { fixed (uint* __dsl_coords = coords) { - MultiTexCoordP3Uiv((uint)texture, (uint)type, __dsl_coords); + MultiTexCoordP3uiv((uint)texture, (uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] - public static void MultiTexCoordP3Uiv( + public static void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => MultiTexCoordP3Uiv((uint)texture, (uint)type, (uint*)&coords); + ) => MultiTexCoordP3uiv((uint)texture, (uint)type, (uint*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordP4ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void MultiTexCoordP4( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] public static void MultiTexCoordP4( @@ -74959,20 +40818,18 @@ public static void MultiTexCoordP4( ) => MultiTexCoordP4((uint)texture, (uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordP4uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void MultiTexCoordP4Uiv( + public static extern void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP4Uiv( + public static void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords @@ -74980,22 +40837,19 @@ public static void MultiTexCoordP4Uiv( { fixed (uint* __dsl_coords = coords) { - MultiTexCoordP4Uiv((uint)texture, (uint)type, __dsl_coords); + MultiTexCoordP4uiv((uint)texture, (uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] - public static void MultiTexCoordP4Uiv( + public static void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => MultiTexCoordP4Uiv((uint)texture, (uint)type, (uint*)&coords); + ) => MultiTexCoordP4uiv((uint)texture, (uint)type, (uint*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexCoordPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexCoordPointerEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLint")] int size, @@ -75004,8 +40858,6 @@ public static extern void MultiTexCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] [MethodImpl( @@ -75026,8 +40878,6 @@ public static void MultiTexCoordPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexEnvfEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75035,8 +40885,6 @@ public static extern void MultiTexEnvEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] public static void MultiTexEnvEXT( @@ -75047,8 +40895,6 @@ public static void MultiTexEnvEXT( ) => MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexEnvfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75056,8 +40902,6 @@ public static extern void MultiTexEnvEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] [MethodImpl( @@ -75077,8 +40921,6 @@ public static void MultiTexEnvEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexEnviEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75086,8 +40928,6 @@ public static extern void MultiTexEnvEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] public static void MultiTexEnvEXT( @@ -75098,8 +40938,6 @@ public static void MultiTexEnvEXT( ) => MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexEnvivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75107,8 +40945,6 @@ public static extern void MultiTexEnvEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] [MethodImpl( @@ -75128,8 +40964,6 @@ public static void MultiTexEnvEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexGendEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint coord, @@ -75137,8 +40971,6 @@ public static extern void MultiTexGenEXT( [NativeTypeName("GLdouble")] double param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] public static void MultiTexGenEXT( @@ -75149,8 +40981,6 @@ public static void MultiTexGenEXT( ) => MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexGendvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint coord, @@ -75158,8 +40988,6 @@ public static extern void MultiTexGenEXT( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] [MethodImpl( @@ -75179,8 +41007,6 @@ public static void MultiTexGenEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexGenfEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint coord, @@ -75188,8 +41014,6 @@ public static extern void MultiTexGenEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] public static void MultiTexGenEXT( @@ -75200,8 +41024,6 @@ public static void MultiTexGenEXT( ) => MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexGenfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint coord, @@ -75209,8 +41031,6 @@ public static extern void MultiTexGenEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] [MethodImpl( @@ -75230,8 +41050,6 @@ public static void MultiTexGenEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexGeniEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint coord, @@ -75239,8 +41057,6 @@ public static extern void MultiTexGenEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] public static void MultiTexGenEXT( @@ -75251,8 +41067,6 @@ public static void MultiTexGenEXT( ) => MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexGenivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint coord, @@ -75260,8 +41074,6 @@ public static extern void MultiTexGenEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] [MethodImpl( @@ -75281,8 +41093,6 @@ public static void MultiTexGenEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexImage1DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75295,8 +41105,6 @@ public static extern void MultiTexImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] [MethodImpl( @@ -75331,8 +41139,6 @@ public static void MultiTexImage1DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexImage2DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75346,8 +41152,6 @@ public static extern void MultiTexImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] [MethodImpl( @@ -75384,8 +41188,6 @@ public static void MultiTexImage2DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexImage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexImage3DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75400,8 +41202,6 @@ public static extern void MultiTexImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] [MethodImpl( @@ -75440,8 +41240,6 @@ public static void MultiTexImage3DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexParameterfEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75449,8 +41247,6 @@ public static extern void MultiTexParameterEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] public static void MultiTexParameterEXT( @@ -75461,8 +41257,6 @@ public static void MultiTexParameterEXT( ) => MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75470,8 +41264,6 @@ public static extern void MultiTexParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] [MethodImpl( @@ -75491,8 +41283,6 @@ public static void MultiTexParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexParameteriEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75500,8 +41290,6 @@ public static extern void MultiTexParameterEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] public static void MultiTexParameterEXT( @@ -75512,8 +41300,6 @@ public static void MultiTexParameterEXT( ) => MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexParameterIivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75521,8 +41307,6 @@ public static extern void MultiTexParameterIEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] [MethodImpl( @@ -75542,8 +41326,6 @@ public static void MultiTexParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexParameterIuivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75551,8 +41333,6 @@ public static extern void MultiTexParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] [MethodImpl( @@ -75572,8 +41352,6 @@ public static void MultiTexParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75581,8 +41359,6 @@ public static extern void MultiTexParameterEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] [MethodImpl( @@ -75602,16 +41378,12 @@ public static void MultiTexParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexRenderbufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexRenderbufferEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] public static void MultiTexRenderbufferEXT( @@ -75621,8 +41393,6 @@ public static void MultiTexRenderbufferEXT( ) => MultiTexRenderbufferEXT((uint)texunit, (uint)target, renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexSubImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexSubImage1DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75634,8 +41404,6 @@ public static extern void MultiTexSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] [MethodImpl( @@ -75668,8 +41436,6 @@ public static void MultiTexSubImage1DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexSubImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexSubImage2DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75683,8 +41449,6 @@ public static extern void MultiTexSubImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] [MethodImpl( @@ -75721,8 +41485,6 @@ public static void MultiTexSubImage2DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultiTexSubImage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void MultiTexSubImage3DEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target, @@ -75738,8 +41500,6 @@ public static extern void MultiTexSubImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] [MethodImpl( @@ -75780,58 +41540,8 @@ public static void MultiTexSubImage3DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultMatrixd")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void MultMatrix([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] [MethodImpl( @@ -75846,60 +41556,8 @@ public static void MultMatrix([NativeTypeName("const GLdouble *")] Ref m } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultMatrixf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void MultMatrix([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] [MethodImpl( @@ -75914,10 +41572,8 @@ public static void MultMatrix([NativeTypeName("const GLfloat *")] Ref m) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultMatrixx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void MultMatrixx([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] [MethodImpl( @@ -75932,12 +41588,8 @@ public static void MultMatrixx([NativeTypeName("const GLfixed *")] Ref m) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultMatrixxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void MultMatrixxOES([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] [MethodImpl( @@ -75952,54 +41604,10 @@ public static void MultMatrixxOES([NativeTypeName("const GLfixed *")] Ref m } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultTransposeMatrixd")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultTransposeMatrix( [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] [MethodImpl( @@ -76014,12 +41622,10 @@ public static void MultTransposeMatrix([NativeTypeName("const GLdouble *")] Ref< } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultTransposeMatrixdARB")] - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] public static extern void MultTransposeMatrixARB( [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] [MethodImpl( @@ -76036,52 +41642,8 @@ public static void MultTransposeMatrixARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glMultTransposeMatrixf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] public static extern void MultTransposeMatrix([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] [MethodImpl( @@ -76096,12 +41658,10 @@ public static void MultTransposeMatrix([NativeTypeName("const GLfloat *")] Ref NamedBufferPageCommitmentARB(buffer, offset, size, (uint)commit); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedBufferPageCommitmentEXT")] - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] public static extern void NamedBufferPageCommitmentEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, @@ -76252,8 +41777,6 @@ public static extern void NamedBufferPageCommitmentEXT( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] public static void NamedBufferPageCommitmentEXT( @@ -76264,9 +41787,6 @@ public static void NamedBufferPageCommitmentEXT( ) => NamedBufferPageCommitmentEXT(buffer, offset, size, (uint)commit); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedBufferPageCommitmentMemNV")] - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] public static extern void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, @@ -76276,9 +41796,6 @@ public static extern void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] public static void NamedBufferPageCommitmentMemNV( @@ -76291,16 +41808,6 @@ public static void NamedBufferPageCommitmentMemNV( ) => NamedBufferPageCommitmentMemNV(buffer, offset, size, memory, memOffset, (uint)commit); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedBufferStorage")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void NamedBufferStorage( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLsizeiptr")] nuint size, @@ -76308,16 +41815,6 @@ public static extern void NamedBufferStorage( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] [MethodImpl( @@ -76337,8 +41834,6 @@ public static void NamedBufferStorage( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedBufferStorageEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedBufferStorageEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLsizeiptr")] nuint size, @@ -76346,8 +41841,6 @@ public static extern void NamedBufferStorageEXT( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] [MethodImpl( @@ -76367,8 +41860,6 @@ public static void NamedBufferStorageEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedBufferStorageExternalEXT")] - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] public static extern void NamedBufferStorageExternalEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, @@ -76377,8 +41868,6 @@ public static extern void NamedBufferStorageExternalEXT( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] [MethodImpl( @@ -76405,8 +41894,6 @@ public static void NamedBufferStorageExternalEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedBufferStorageMemEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void NamedBufferStorageMemEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLsizeiptr")] nuint size, @@ -76415,16 +41902,6 @@ public static extern void NamedBufferStorageMemEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedBufferSubData")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void NamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, @@ -76432,16 +41909,6 @@ public static extern void NamedBufferSubData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] [MethodImpl( @@ -76461,8 +41928,6 @@ public static void NamedBufferSubData( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedBufferSubDataEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLintptr")] nint offset, @@ -76470,8 +41935,6 @@ public static extern void NamedBufferSubDataEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] [MethodImpl( @@ -76491,8 +41954,6 @@ public static void NamedBufferSubDataEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedCopyBufferSubDataEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedCopyBufferSubDataEXT( [NativeTypeName("GLuint")] uint readBuffer, [NativeTypeName("GLuint")] uint writeBuffer, @@ -76502,31 +41963,11 @@ public static extern void NamedCopyBufferSubDataEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferDrawBuffer")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void NamedFramebufferDrawBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint buf ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] public static void NamedFramebufferDrawBuffer( @@ -76534,16 +41975,6 @@ public static void NamedFramebufferDrawBuffer( [NativeTypeName("GLenum")] Constant buf ) => NamedFramebufferDrawBuffer(framebuffer, (uint)buf); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] public static void NamedFramebufferDrawBuffer( @@ -76551,16 +41982,6 @@ public static void NamedFramebufferDrawBuffer( [NativeTypeName("const GLenum *")] GLEnum bufs ) => NamedFramebufferDrawBuffers(framebuffer, 1, (uint*)(GLEnum*)&bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] public static void NamedFramebufferDrawBuffer( @@ -76569,32 +41990,12 @@ public static void NamedFramebufferDrawBuffer( ) => NamedFramebufferDrawBuffers(framebuffer, 1, (uint*)(ColorBuffer*)&bufs); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferDrawBuffers")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void NamedFramebufferDrawBuffers( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -76612,16 +42013,6 @@ public static void NamedFramebufferDrawBuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -76639,16 +42030,6 @@ public static void NamedFramebufferDrawBuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -76667,32 +42048,12 @@ public static void NamedFramebufferDrawBuffers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferParameteri")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void NamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] public static void NamedFramebufferParameter( @@ -76702,16 +42063,12 @@ public static void NamedFramebufferParameter( ) => NamedFramebufferParameter(framebuffer, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferParameteriEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] public static void NamedFramebufferParameterEXT( @@ -76721,31 +42078,11 @@ public static void NamedFramebufferParameterEXT( ) => NamedFramebufferParameterEXT(framebuffer, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferReadBuffer")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void NamedFramebufferReadBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint src ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] public static void NamedFramebufferReadBuffer( @@ -76754,16 +42091,6 @@ public static void NamedFramebufferReadBuffer( ) => NamedFramebufferReadBuffer(framebuffer, (uint)src); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferRenderbuffer")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void NamedFramebufferRenderbuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint attachment, @@ -76771,16 +42098,6 @@ public static extern void NamedFramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] public static void NamedFramebufferRenderbuffer( @@ -76802,8 +42119,6 @@ public static void NamedFramebufferRenderbuffer( ExactSpelling = true, EntryPoint = "glNamedFramebufferRenderbufferEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedFramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint attachment, @@ -76811,8 +42126,6 @@ public static extern void NamedFramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] public static void NamedFramebufferRenderbufferEXT( @@ -76834,8 +42147,6 @@ public static void NamedFramebufferRenderbufferEXT( ExactSpelling = true, EntryPoint = "glNamedFramebufferSampleLocationsfvARB" )] - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] public static extern void NamedFramebufferSampleLocationsARB( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLuint")] uint start, @@ -76843,8 +42154,6 @@ public static extern void NamedFramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] [MethodImpl( @@ -76868,9 +42177,6 @@ public static void NamedFramebufferSampleLocationsARB( ExactSpelling = true, EntryPoint = "glNamedFramebufferSampleLocationsfvNV" )] - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] public static extern void NamedFramebufferSampleLocationsNV( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLuint")] uint start, @@ -76878,9 +42184,6 @@ public static extern void NamedFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] [MethodImpl( @@ -76904,7 +42207,6 @@ public static void NamedFramebufferSampleLocationsNV( ExactSpelling = true, EntryPoint = "glNamedFramebufferSamplePositionsfvAMD" )] - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] public static extern void NamedFramebufferSamplePositionsAMD( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLuint")] uint numsamples, @@ -76912,7 +42214,6 @@ public static extern void NamedFramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] [MethodImpl( @@ -76937,16 +42238,6 @@ public static void NamedFramebufferSamplePositionsAMD( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTexture")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void NamedFramebufferTexture( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint attachment, @@ -76954,16 +42245,6 @@ public static extern void NamedFramebufferTexture( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] public static void NamedFramebufferTexture( @@ -76974,8 +42255,6 @@ public static void NamedFramebufferTexture( ) => NamedFramebufferTexture(framebuffer, (uint)attachment, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTexture1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedFramebufferTexture1DEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint attachment, @@ -76984,8 +42263,6 @@ public static extern void NamedFramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] public static void NamedFramebufferTexture1DEXT( @@ -77004,8 +42281,6 @@ public static void NamedFramebufferTexture1DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTexture2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedFramebufferTexture2DEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint attachment, @@ -77014,8 +42289,6 @@ public static extern void NamedFramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] public static void NamedFramebufferTexture2DEXT( @@ -77034,8 +42307,6 @@ public static void NamedFramebufferTexture2DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTexture3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedFramebufferTexture3DEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint attachment, @@ -77045,8 +42316,6 @@ public static extern void NamedFramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] public static void NamedFramebufferTexture3DEXT( @@ -77067,8 +42336,6 @@ public static void NamedFramebufferTexture3DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTextureEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedFramebufferTextureEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint attachment, @@ -77076,8 +42343,6 @@ public static extern void NamedFramebufferTextureEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] public static void NamedFramebufferTextureEXT( @@ -77088,8 +42353,6 @@ public static void NamedFramebufferTextureEXT( ) => NamedFramebufferTextureEXT(framebuffer, (uint)attachment, texture, level); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTextureFaceEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint attachment, @@ -77098,8 +42361,6 @@ public static extern void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint face ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] public static void NamedFramebufferTextureFaceEXT( @@ -77118,16 +42379,6 @@ public static void NamedFramebufferTextureFaceEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedFramebufferTextureLayer")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void NamedFramebufferTextureLayer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint attachment, @@ -77136,16 +42387,6 @@ public static extern void NamedFramebufferTextureLayer( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] public static void NamedFramebufferTextureLayer( @@ -77161,8 +42402,6 @@ public static void NamedFramebufferTextureLayer( ExactSpelling = true, EntryPoint = "glNamedFramebufferTextureLayerEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint attachment, @@ -77171,8 +42410,6 @@ public static extern void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] public static void NamedFramebufferTextureLayerEXT( @@ -77188,8 +42425,6 @@ public static void NamedFramebufferTextureLayerEXT( ExactSpelling = true, EntryPoint = "glNamedProgramLocalParameter4dEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -77200,8 +42435,6 @@ public static extern void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] public static void NamedProgramLocalParameter4EXT( @@ -77219,8 +42452,6 @@ public static void NamedProgramLocalParameter4EXT( ExactSpelling = true, EntryPoint = "glNamedProgramLocalParameter4dvEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -77228,8 +42459,6 @@ public static extern void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] [MethodImpl( @@ -77253,8 +42482,6 @@ public static void NamedProgramLocalParameter4EXT( ExactSpelling = true, EntryPoint = "glNamedProgramLocalParameter4fEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -77265,8 +42492,6 @@ public static extern void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] public static void NamedProgramLocalParameter4EXT( @@ -77284,8 +42509,6 @@ public static void NamedProgramLocalParameter4EXT( ExactSpelling = true, EntryPoint = "glNamedProgramLocalParameter4fvEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -77293,8 +42516,6 @@ public static extern void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] [MethodImpl( @@ -77318,8 +42539,6 @@ public static void NamedProgramLocalParameter4EXT( ExactSpelling = true, EntryPoint = "glNamedProgramLocalParameterI4iEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -77330,8 +42549,6 @@ public static extern void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] public static void NamedProgramLocalParameterI4EXT( @@ -77349,8 +42566,6 @@ public static void NamedProgramLocalParameterI4EXT( ExactSpelling = true, EntryPoint = "glNamedProgramLocalParameterI4ivEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -77358,8 +42573,6 @@ public static extern void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] [MethodImpl( @@ -77383,8 +42596,6 @@ public static void NamedProgramLocalParameterI4EXT( ExactSpelling = true, EntryPoint = "glNamedProgramLocalParameterI4uiEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -77395,8 +42606,6 @@ public static extern void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] public static void NamedProgramLocalParameterI4EXT( @@ -77414,8 +42623,6 @@ public static void NamedProgramLocalParameterI4EXT( ExactSpelling = true, EntryPoint = "glNamedProgramLocalParameterI4uivEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -77423,8 +42630,6 @@ public static extern void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] [MethodImpl( @@ -77448,8 +42653,6 @@ public static void NamedProgramLocalParameterI4EXT( ExactSpelling = true, EntryPoint = "glNamedProgramLocalParameters4fvEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedProgramLocalParameters4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -77458,8 +42661,6 @@ public static extern void NamedProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] [MethodImpl( @@ -77484,8 +42685,6 @@ public static void NamedProgramLocalParameters4EXT( ExactSpelling = true, EntryPoint = "glNamedProgramLocalParametersI4ivEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedProgramLocalParametersI4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -77494,8 +42693,6 @@ public static extern void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] [MethodImpl( @@ -77520,8 +42717,6 @@ public static void NamedProgramLocalParametersI4EXT( ExactSpelling = true, EntryPoint = "glNamedProgramLocalParametersI4uivEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedProgramLocalParametersI4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -77530,8 +42725,6 @@ public static extern void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] [MethodImpl( @@ -77552,8 +42745,6 @@ public static void NamedProgramLocalParametersI4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedProgramStringEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedProgramStringEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint target, @@ -77562,8 +42753,6 @@ public static extern void NamedProgramStringEXT( [NativeTypeName("const void *")] void* @string ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] [MethodImpl( @@ -77584,16 +42773,6 @@ public static void NamedProgramStringEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedRenderbufferStorage")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void NamedRenderbufferStorage( [NativeTypeName("GLuint")] uint renderbuffer, [NativeTypeName("GLenum")] uint internalformat, @@ -77601,16 +42780,6 @@ public static extern void NamedRenderbufferStorage( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] public static void NamedRenderbufferStorage( @@ -77621,8 +42790,6 @@ public static void NamedRenderbufferStorage( ) => NamedRenderbufferStorage(renderbuffer, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedRenderbufferStorageEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedRenderbufferStorageEXT( [NativeTypeName("GLuint")] uint renderbuffer, [NativeTypeName("GLenum")] uint internalformat, @@ -77630,8 +42797,6 @@ public static extern void NamedRenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] public static void NamedRenderbufferStorageEXT( @@ -77646,16 +42811,6 @@ public static void NamedRenderbufferStorageEXT( ExactSpelling = true, EntryPoint = "glNamedRenderbufferStorageMultisample" )] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void NamedRenderbufferStorageMultisample( [NativeTypeName("GLuint")] uint renderbuffer, [NativeTypeName("GLsizei")] uint samples, @@ -77664,16 +42819,6 @@ public static extern void NamedRenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] public static void NamedRenderbufferStorageMultisample( @@ -77696,9 +42841,6 @@ public static void NamedRenderbufferStorageMultisample( ExactSpelling = true, EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD" )] - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] public static extern void NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLuint")] uint renderbuffer, [NativeTypeName("GLsizei")] uint samples, @@ -77708,9 +42850,6 @@ public static extern void NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] public static void NamedRenderbufferStorageMultisampleAdvanceAMD( @@ -77735,8 +42874,6 @@ public static void NamedRenderbufferStorageMultisampleAdvanceAMD( ExactSpelling = true, EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLuint")] uint renderbuffer, [NativeTypeName("GLsizei")] uint coverageSamples, @@ -77746,8 +42883,6 @@ public static extern void NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] public static void NamedRenderbufferStorageMultisampleCoverageEXT( @@ -77772,8 +42907,6 @@ public static void NamedRenderbufferStorageMultisampleCoverageEXT( ExactSpelling = true, EntryPoint = "glNamedRenderbufferStorageMultisampleEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLuint")] uint renderbuffer, [NativeTypeName("GLsizei")] uint samples, @@ -77782,8 +42915,6 @@ public static extern void NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] public static void NamedRenderbufferStorageMultisampleEXT( @@ -77802,8 +42933,6 @@ public static void NamedRenderbufferStorageMultisampleEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNamedStringARB")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] public static extern void NamedStringARB( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLint")] int namelen, @@ -77812,8 +42941,6 @@ public static extern void NamedStringARB( [NativeTypeName("const GLchar *")] sbyte* @string ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] [MethodImpl( @@ -77835,61 +42962,11 @@ public static void NamedStringARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNewList")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void NewList( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNewList")] public static void NewList( @@ -77899,7 +42976,6 @@ public static void NewList( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNewObjectBufferATI")] [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] public static extern uint NewObjectBufferATI( [NativeTypeName("GLsizei")] uint size, [NativeTypeName("const void *")] void* pointer, @@ -77907,7 +42983,6 @@ public static extern uint NewObjectBufferATI( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] [MethodImpl( @@ -77926,31 +43001,6 @@ public static uint NewObjectBufferATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3b")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Normal3( [NativeTypeName("GLbyte")] sbyte nx, [NativeTypeName("GLbyte")] sbyte ny, @@ -77958,58 +43008,8 @@ public static extern void Normal3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3bv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Normal3([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3bv")] [MethodImpl( @@ -78024,31 +43024,6 @@ public static void Normal3([NativeTypeName("const GLbyte *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Normal3( [NativeTypeName("GLdouble")] double nx, [NativeTypeName("GLdouble")] double ny, @@ -78056,58 +43031,8 @@ public static extern void Normal3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Normal3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3dv")] [MethodImpl( @@ -78122,32 +43047,6 @@ public static void Normal3([NativeTypeName("const GLdouble *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Normal3( [NativeTypeName("GLfloat")] float nx, [NativeTypeName("GLfloat")] float ny, @@ -78155,58 +43054,8 @@ public static extern void Normal3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Normal3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3fv")] [MethodImpl( @@ -78221,7 +43070,6 @@ public static void Normal3([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3fVertex3fSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void Normal3FVertex3SUN( [NativeTypeName("GLfloat")] float nx, [NativeTypeName("GLfloat")] float ny, @@ -78232,13 +43080,11 @@ public static extern void Normal3FVertex3SUN( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3fVertex3fvSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void Normal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* n, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] [MethodImpl( @@ -78257,7 +43103,6 @@ public static void Normal3FVertex3SUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void Normal3NV( [NativeTypeName("GLhalfNV")] ushort nx, [NativeTypeName("GLhalfNV")] ushort ny, @@ -78265,10 +43110,8 @@ public static extern void Normal3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void Normal3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] [MethodImpl( @@ -78283,31 +43126,6 @@ public static void Normal3NV([NativeTypeName("const GLhalfNV *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Normal3( [NativeTypeName("GLint")] int nx, [NativeTypeName("GLint")] int ny, @@ -78315,58 +43133,8 @@ public static extern void Normal3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Normal3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3iv")] [MethodImpl( @@ -78381,31 +43149,6 @@ public static void Normal3([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Normal3( [NativeTypeName("GLshort")] short nx, [NativeTypeName("GLshort")] short ny, @@ -78413,58 +43156,8 @@ public static extern void Normal3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Normal3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3sv")] [MethodImpl( @@ -78479,7 +43172,6 @@ public static void Normal3([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3x")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Normal3X( [NativeTypeName("GLfixed")] int nx, [NativeTypeName("GLfixed")] int ny, @@ -78487,8 +43179,6 @@ public static extern void Normal3X( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void Normal3XOES( [NativeTypeName("GLfixed")] int nx, [NativeTypeName("GLfixed")] int ny, @@ -78496,10 +43186,8 @@ public static extern void Normal3XOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormal3xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void Normal3XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] [MethodImpl( @@ -78514,21 +43202,17 @@ public static void Normal3XOES([NativeTypeName("const GLfixed *")] Ref coor } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalFormatNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] public static extern void NormalFormatNV( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalP3ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void NormalP3( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] public static void NormalP3( @@ -78537,94 +43221,41 @@ public static void NormalP3( ) => NormalP3((uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalP3uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void NormalP3Uiv( + public static extern void NormalP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void NormalP3Uiv( + public static void NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - NormalP3Uiv((uint)type, __dsl_coords); + NormalP3uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] - public static void NormalP3Uiv( + public static void NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => NormalP3Uiv((uint)type, (uint*)&coords); + ) => NormalP3uiv((uint)type, (uint*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalPointer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void NormalPointer( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointer")] [MethodImpl( @@ -78643,7 +43274,6 @@ public static void NormalPointer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] public static extern void NormalPointerEXT( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride, @@ -78651,7 +43281,6 @@ public static extern void NormalPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] [MethodImpl( @@ -78671,7 +43300,6 @@ public static void NormalPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalPointerListIBM")] - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] public static extern void NormalPointerListIBM( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLint")] int stride, @@ -78679,7 +43307,6 @@ public static extern void NormalPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] [MethodImpl( @@ -78699,31 +43326,28 @@ public static void NormalPointerListIBM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalPointervINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] - public static extern void NormalPointerIntel( + public static extern void NormalPointerINTEL( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void NormalPointerIntel( + public static void NormalPointerINTEL( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer ) { fixed (void** __dsl_pointer = pointer) { - NormalPointerIntel((uint)type, __dsl_pointer); + NormalPointerINTEL((uint)type, __dsl_pointer); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3bATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLbyte")] sbyte nx, @@ -78731,7 +43355,6 @@ public static extern void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] public static void NormalStream3ATI( @@ -78742,13 +43365,11 @@ public static void NormalStream3ATI( ) => NormalStream3ATI((uint)stream, nx, ny, nz); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3bvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] [MethodImpl( @@ -78766,7 +43387,6 @@ public static void NormalStream3ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3dATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLdouble")] double nx, @@ -78774,7 +43394,6 @@ public static extern void NormalStream3ATI( [NativeTypeName("GLdouble")] double nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] public static void NormalStream3ATI( @@ -78785,13 +43404,11 @@ public static void NormalStream3ATI( ) => NormalStream3ATI((uint)stream, nx, ny, nz); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3dvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] [MethodImpl( @@ -78809,7 +43426,6 @@ public static void NormalStream3ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3fATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLfloat")] float nx, @@ -78817,7 +43433,6 @@ public static extern void NormalStream3ATI( [NativeTypeName("GLfloat")] float nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] public static void NormalStream3ATI( @@ -78828,13 +43443,11 @@ public static void NormalStream3ATI( ) => NormalStream3ATI((uint)stream, nx, ny, nz); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3fvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] [MethodImpl( @@ -78852,7 +43465,6 @@ public static void NormalStream3ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3iATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLint")] int nx, @@ -78860,7 +43472,6 @@ public static extern void NormalStream3ATI( [NativeTypeName("GLint")] int nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] public static void NormalStream3ATI( @@ -78871,13 +43482,11 @@ public static void NormalStream3ATI( ) => NormalStream3ATI((uint)stream, nx, ny, nz); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3ivATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] [MethodImpl( @@ -78895,7 +43504,6 @@ public static void NormalStream3ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3sATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLshort")] short nx, @@ -78903,7 +43511,6 @@ public static extern void NormalStream3ATI( [NativeTypeName("GLshort")] short nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] public static void NormalStream3ATI( @@ -78914,13 +43521,11 @@ public static void NormalStream3ATI( ) => NormalStream3ATI((uint)stream, nx, ny, nz); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glNormalStream3svATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] [MethodImpl( @@ -78938,28 +43543,6 @@ public static void NormalStream3ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glObjectLabel")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void ObjectLabel( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name, @@ -78967,28 +43550,6 @@ public static extern void ObjectLabel( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectLabel")] [MethodImpl( @@ -79008,7 +43569,6 @@ public static void ObjectLabel( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glObjectLabelKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] public static extern void ObjectLabelKHR( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name, @@ -79016,7 +43576,6 @@ public static extern void ObjectLabelKHR( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] [MethodImpl( @@ -79036,56 +43595,12 @@ public static void ObjectLabelKHR( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glObjectPtrLabel")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void ObjectPtrLabel( [NativeTypeName("const void *")] void* ptr, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] [MethodImpl( @@ -79105,14 +43620,12 @@ public static void ObjectPtrLabel( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glObjectPtrLabelKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] public static extern void ObjectPtrLabelKHR( [NativeTypeName("const void *")] void* ptr, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] [MethodImpl( @@ -79133,8 +43646,7 @@ public static void ObjectPtrLabelKHR( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glObjectPurgeableAPPLE")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] - public static extern uint ObjectPurgeableApple( + public static extern uint ObjectPurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option @@ -79142,39 +43654,13 @@ public static extern uint ObjectPurgeableApple( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glObjectUnpurgeableAPPLE")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] - public static extern uint ObjectUnpurgeableApple( + public static extern uint ObjectUnpurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glOrtho")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Ortho( [NativeTypeName("GLdouble")] double left, [NativeTypeName("GLdouble")] double right, @@ -79185,7 +43671,6 @@ public static extern void Ortho( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glOrthof")] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Ortho( [NativeTypeName("GLfloat")] float l, [NativeTypeName("GLfloat")] float r, @@ -79196,8 +43681,6 @@ public static extern void Ortho( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glOrthofOES")] - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] public static extern void OrthoOES( [NativeTypeName("GLfloat")] float l, [NativeTypeName("GLfloat")] float r, @@ -79208,7 +43691,6 @@ public static extern void OrthoOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glOrthox")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Orthox( [NativeTypeName("GLfixed")] int l, [NativeTypeName("GLfixed")] int r, @@ -79219,8 +43701,6 @@ public static extern void Orthox( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glOrthoxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void OrthoxOES( [NativeTypeName("GLfixed")] int l, [NativeTypeName("GLfixed")] int r, @@ -79231,14 +43711,12 @@ public static extern void OrthoxOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPassTexCoordATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void PassTexCoordATI( [NativeTypeName("GLuint")] uint dst, [NativeTypeName("GLuint")] uint coord, [NativeTypeName("GLenum")] uint swizzle ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] public static void PassTexCoordATI( @@ -79248,99 +43726,17 @@ public static void PassTexCoordATI( ) => PassTexCoordATI((uint)dst, (uint)coord, (uint)swizzle); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPassThrough")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PassThrough([NativeTypeName("GLfloat")] float token); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPassThroughxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void PassThroughxOES([NativeTypeName("GLfixed")] int token); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPatchParameterfv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void PatchParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] [MethodImpl( @@ -79358,67 +43754,11 @@ public static void PatchParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPatchParameteri")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void PatchParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] public static void PatchParameter( @@ -79427,13 +43767,11 @@ public static void PatchParameter( ) => PatchParameter((uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPatchParameteriEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_tessellation_shader"])] public static extern void PatchParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gles2", ["GL_EXT_tessellation_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] public static void PatchParameterEXT( @@ -79442,13 +43780,11 @@ public static void PatchParameterEXT( ) => PatchParameterEXT((uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPatchParameteriOES")] - [SupportedApiProfile("gles2", ["GL_OES_tessellation_shader"])] public static extern void PatchParameterOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gles2", ["GL_OES_tessellation_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] public static void PatchParameterOES( @@ -79457,7 +43793,6 @@ public static void PatchParameterOES( ) => PatchParameterOES((uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathColorGenNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] public static extern void PathColorGenNV( [NativeTypeName("GLenum")] uint color, [NativeTypeName("GLenum")] uint genMode, @@ -79465,7 +43800,6 @@ public static extern void PathColorGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] [MethodImpl( @@ -79485,9 +43819,6 @@ public static void PathColorGenNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathCommandsNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathCommandsNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLsizei")] uint numCommands, @@ -79497,9 +43828,6 @@ public static extern void PathCommandsNV( [NativeTypeName("const void *")] void* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl( @@ -79528,9 +43856,6 @@ public static void PathCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl( @@ -79560,9 +43885,6 @@ public static void PathCommandsNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathCoordsNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathCoordsNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLsizei")] uint numCoords, @@ -79570,9 +43892,6 @@ public static extern void PathCoordsNV( [NativeTypeName("const void *")] void* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] [MethodImpl( @@ -79592,14 +43911,8 @@ public static void PathCoordsNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathCoverDepthFuncNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathCoverDepthFuncNV([NativeTypeName("GLenum")] uint func); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] public static void PathCoverDepthFuncNV( @@ -79607,18 +43920,12 @@ public static void PathCoverDepthFuncNV( ) => PathCoverDepthFuncNV((uint)func); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathDashArrayNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathDashArrayNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLsizei")] uint dashCount, [NativeTypeName("const GLfloat *")] float* dashArray ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl( @@ -79636,9 +43943,6 @@ public static void PathDashArrayNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] public static void PathDashArrayNV( @@ -79647,10 +43951,8 @@ public static void PathDashArrayNV( ) => PathDashArrayNV(path, 1, (float*)&dashArray); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathFogGenNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] public static extern void PathFogGenNV([NativeTypeName("GLenum")] uint genMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] public static void PathFogGenNV( @@ -79659,9 +43961,6 @@ public static void PathFogGenNV( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathGlyphIndexArrayNV")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern uint PathGlyphIndexArrayNV( [NativeTypeName("GLuint")] uint firstPathName, [NativeTypeName("GLenum")] uint fontTarget, @@ -79674,9 +43973,6 @@ public static extern uint PathGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] [MethodImpl( @@ -79710,9 +44006,6 @@ public static uint PathGlyphIndexArrayNV( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathGlyphIndexRangeNV")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern uint PathGlyphIndexRangeNV( [NativeTypeName("GLenum")] uint fontTarget, [NativeTypeName("const void *")] void* fontName, @@ -79723,9 +44016,6 @@ public static extern uint PathGlyphIndexRangeNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] [MethodImpl( @@ -79755,9 +44045,6 @@ public static uint PathGlyphIndexRangeNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathGlyphRangeNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathGlyphRangeNV( [NativeTypeName("GLuint")] uint firstPathName, [NativeTypeName("GLenum")] uint fontTarget, @@ -79770,9 +44057,6 @@ public static extern void PathGlyphRangeNV( [NativeTypeName("GLfloat")] float emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] [MethodImpl( @@ -79808,9 +44092,6 @@ public static void PathGlyphRangeNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathGlyphsNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathGlyphNV( [NativeTypeName("GLuint")] uint firstPathName, [NativeTypeName("GLenum")] uint fontTarget, @@ -79824,9 +44105,6 @@ public static extern void PathGlyphNV( [NativeTypeName("GLfloat")] float emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] [MethodImpl( @@ -79866,9 +44144,6 @@ public static void PathGlyphNV( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathMemoryGlyphIndexArrayNV")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern uint PathMemoryGlyphIndexArrayNV( [NativeTypeName("GLuint")] uint firstPathName, [NativeTypeName("GLenum")] uint fontTarget, @@ -79882,9 +44157,6 @@ public static extern uint PathMemoryGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] [MethodImpl( @@ -79919,18 +44191,12 @@ public static uint PathMemoryGlyphIndexArrayNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathParameterfNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathParameterNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] public static void PathParameterNV( @@ -79940,18 +44206,12 @@ public static void PathParameterNV( ) => PathParameterNV(path, (uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathParameterfvNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathParameterNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] [MethodImpl( @@ -79970,18 +44230,12 @@ public static void PathParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathParameteriNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathParameterNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] public static void PathParameterNV( @@ -79991,18 +44245,12 @@ public static void PathParameterNV( ) => PathParameterNV(path, (uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathParameterivNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathParameterNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] [MethodImpl( @@ -80021,27 +44269,18 @@ public static void PathParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathStencilDepthOffsetNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathStencilDepthOffsetNV( [NativeTypeName("GLfloat")] float factor, [NativeTypeName("GLfloat")] float units ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathStencilFuncNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathStencilFuncNV( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] public static void PathStencilFuncNV( @@ -80051,9 +44290,6 @@ public static void PathStencilFuncNV( ) => PathStencilFuncNV((uint)func, @ref, mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathStringNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathStringNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint format, @@ -80061,9 +44297,6 @@ public static extern void PathStringNV( [NativeTypeName("const void *")] void* pathString ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathStringNV")] [MethodImpl( @@ -80083,9 +44316,6 @@ public static void PathStringNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathSubCommandsNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathSubCommandsNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLsizei")] uint commandStart, @@ -80097,9 +44327,6 @@ public static extern void PathSubCommandsNV( [NativeTypeName("const void *")] void* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl( @@ -80132,9 +44359,6 @@ public static void PathSubCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl( @@ -80168,9 +44392,6 @@ public static void PathSubCommandsNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathSubCoordsNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void PathSubCoordsNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLsizei")] uint coordStart, @@ -80179,9 +44400,6 @@ public static extern void PathSubCoordsNV( [NativeTypeName("const void *")] void* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] [MethodImpl( @@ -80202,7 +44420,6 @@ public static void PathSubCoordsNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPathTexGenNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] public static extern void PathTexGenNV( [NativeTypeName("GLenum")] uint texCoordSet, [NativeTypeName("GLenum")] uint genMode, @@ -80210,7 +44427,6 @@ public static extern void PathTexGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] [MethodImpl( @@ -80230,49 +44446,18 @@ public static void PathTexGenNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPauseTransformFeedback")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void PauseTransformFeedback(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPauseTransformFeedbackNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] public static extern void PauseTransformFeedbackNV(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelDataRangeNV")] - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] public static extern void PixelDataRangeNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] [MethodImpl( @@ -80291,62 +44476,12 @@ public static void PixelDataRangeNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelMapfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLsizei")] uint mapsize, [NativeTypeName("const GLfloat *")] float* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl( @@ -80364,31 +44499,6 @@ public static void PixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] public static void PixelMap( @@ -80397,62 +44507,12 @@ public static void PixelMap( ) => PixelMap((uint)map, 1, (float*)&values); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelMapuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLsizei")] uint mapsize, [NativeTypeName("const GLuint *")] uint* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl( @@ -80470,31 +44530,6 @@ public static void PixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] public static void PixelMap( @@ -80503,62 +44538,12 @@ public static void PixelMap( ) => PixelMap((uint)map, 1, (uint*)&values); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelMapusv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLsizei")] uint mapsize, [NativeTypeName("const GLushort *")] ushort* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl( @@ -80576,31 +44561,6 @@ public static void PixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] public static void PixelMap( @@ -80609,14 +44569,12 @@ public static void PixelMap( ) => PixelMap((uint)map, 1, (ushort*)&values); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelMapx")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void PixelMapx( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLint")] int size, [NativeTypeName("const GLfixed *")] int* values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl( @@ -80634,7 +44592,6 @@ public static void PixelMapx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] public static void PixelMapx( @@ -80643,111 +44600,11 @@ public static void PixelMapx( ) => PixelMapx((uint)map, 1, (int*)&values); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelStoref")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PixelStore( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStoref")] public static void PixelStore( @@ -80756,123 +44613,11 @@ public static void PixelStore( ) => PixelStore((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelStorei")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void PixelStore( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStorei")] public static void PixelStore( @@ -80881,13 +44626,11 @@ public static void PixelStore( ) => PixelStore((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelStorex")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void PixelStorex( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStorex")] public static void PixelStorex( @@ -80896,13 +44639,11 @@ public static void PixelStorex( ) => PixelStorex((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTexGenParameterfSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] public static extern void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] public static void PixelTexGenParameterSGIS( @@ -80911,13 +44652,11 @@ public static void PixelTexGenParameterSGIS( ) => PixelTexGenParameterSGIS((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTexGenParameterfvSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] public static extern void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] [MethodImpl( @@ -80935,13 +44674,11 @@ public static void PixelTexGenParameterSGIS( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTexGenParameteriSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] public static extern void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] public static void PixelTexGenParameterSGIS( @@ -80950,13 +44687,11 @@ public static void PixelTexGenParameterSGIS( ) => PixelTexGenParameterSGIS((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTexGenParameterivSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] public static extern void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] [MethodImpl( @@ -80974,10 +44709,8 @@ public static void PixelTexGenParameterSGIS( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTexGenSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_pixel_texture"])] public static extern void PixelTexGenSGIX([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_SGIX_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] public static void PixelTexGenSGIX( @@ -80985,61 +44718,11 @@ public static void PixelTexGenSGIX( ) => PixelTexGenSGIX((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransferf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PixelTransfer( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] public static void PixelTransfer( @@ -81048,61 +44731,11 @@ public static void PixelTransfer( ) => PixelTransfer((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransferi")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PixelTransfer( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] public static void PixelTransfer( @@ -81111,13 +44744,11 @@ public static void PixelTransfer( ) => PixelTransfer((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransferxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void PixelTransferxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] public static void PixelTransferxOES( @@ -81126,14 +44757,12 @@ public static void PixelTransferxOES( ) => PixelTransferxOES((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransformParameterfEXT")] - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] public static extern void PixelTransformParameterfEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] public static void PixelTransformParameterfEXT( @@ -81143,14 +44772,12 @@ public static void PixelTransformParameterfEXT( ) => PixelTransformParameterfEXT((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransformParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] public static extern void PixelTransformParameterfvEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl( @@ -81168,7 +44795,6 @@ public static void PixelTransformParameterfvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] public static void PixelTransformParameterfvEXT( @@ -81178,14 +44804,12 @@ public static void PixelTransformParameterfvEXT( ) => PixelTransformParameterfvEXT((uint)target, (uint)pname, (float*)&@params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransformParameteriEXT")] - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] public static extern void PixelTransformParameteriEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] public static void PixelTransformParameteriEXT( @@ -81195,14 +44819,12 @@ public static void PixelTransformParameteriEXT( ) => PixelTransformParameteriEXT((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelTransformParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] public static extern void PixelTransformParameterivEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl( @@ -81220,7 +44842,6 @@ public static void PixelTransformParameterivEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] public static void PixelTransformParameterivEXT( @@ -81230,51 +44851,23 @@ public static void PixelTransformParameterivEXT( ) => PixelTransformParameterivEXT((uint)target, (uint)pname, (int*)&@params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelZoom")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PixelZoom( [NativeTypeName("GLfloat")] float xfactor, [NativeTypeName("GLfloat")] float yfactor ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPixelZoomxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void PixelZoomxOES( [NativeTypeName("GLfixed")] int xfactor, [NativeTypeName("GLfixed")] int yfactor ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPNTrianglesfATI")] - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] public static extern void PNTrianglesATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] public static void PNTrianglesATI( @@ -81283,13 +44876,11 @@ public static void PNTrianglesATI( ) => PNTrianglesATI((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPNTrianglesiATI")] - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] public static extern void PNTrianglesATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] public static void PNTrianglesATI( @@ -81299,9 +44890,6 @@ public static void PNTrianglesATI( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointAlongPathNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern uint PointAlongPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLsizei")] uint startSegment, @@ -81314,9 +44902,6 @@ public static extern uint PointAlongPathNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] [MethodImpl( @@ -81353,97 +44938,11 @@ public static MaybeBool PointAlongPathNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void PointParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterf")] public static void PointParameter( @@ -81452,13 +44951,11 @@ public static void PointParameter( ) => PointParameter((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterfARB")] - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] public static extern void PointParameterARB( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] public static void PointParameterARB( @@ -81467,13 +44964,11 @@ public static void PointParameterARB( ) => PointParameterARB((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterfEXT")] - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] public static extern void PointParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] public static void PointParameterEXT( @@ -81482,13 +44977,11 @@ public static void PointParameterEXT( ) => PointParameterEXT((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterfSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] public static extern void PointParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] public static void PointParameterSGIS( @@ -81497,97 +44990,11 @@ public static void PointParameterSGIS( ) => PointParameterSGIS((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void PointParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] [MethodImpl( @@ -81605,13 +45012,11 @@ public static void PointParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterfvARB")] - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] public static extern void PointParameterARB( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] [MethodImpl( @@ -81629,13 +45034,11 @@ public static void PointParameterARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] public static extern void PointParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] [MethodImpl( @@ -81653,13 +45056,11 @@ public static void PointParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterfvSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] public static extern void PointParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] [MethodImpl( @@ -81677,95 +45078,11 @@ public static void PointParameterSGIS( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameteri")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void PointParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteri")] public static void PointParameter( @@ -81774,13 +45091,11 @@ public static void PointParameter( ) => PointParameter((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameteriNV")] - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] public static extern void PointParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] public static void PointParameterNV( @@ -81789,95 +45104,11 @@ public static void PointParameterNV( ) => PointParameterNV((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameteriv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void PointParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] [MethodImpl( @@ -81895,13 +45126,11 @@ public static void PointParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterivNV")] - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] public static extern void PointParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] [MethodImpl( @@ -81919,13 +45148,11 @@ public static void PointParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void PointParameterx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterx")] public static void PointParameterx( @@ -81934,13 +45161,11 @@ public static void PointParameterx( ) => PointParameterx((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterxOES")] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void PointParameterxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] public static void PointParameterxOES( @@ -81949,13 +45174,11 @@ public static void PointParameterxOES( ) => PointParameterxOES((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterxv")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void PointParameterx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] [MethodImpl( @@ -81973,15 +45196,11 @@ public static void PointParameterx( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointParameterxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void PointParameterxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] [MethodImpl( @@ -81999,68 +45218,15 @@ public static void PointParameterxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointSize")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void PointSize([NativeTypeName("GLfloat")] float size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointSizePointerOES")] - [SupportedApiProfile("gles1", ["GL_OES_point_size_array"])] public static extern void PointSizePointerOES( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gles1", ["GL_OES_point_size_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] [MethodImpl( @@ -82079,21 +45245,16 @@ public static void PointSizePointerOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointSizex")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void PointSizex([NativeTypeName("GLfixed")] int size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPointSizexOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void PointSizexOES([NativeTypeName("GLfixed")] int size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPollAsyncSGIX")] [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] public static extern int PollAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] [MethodImpl( @@ -82109,11 +45270,9 @@ public static int PollAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp) [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPollInstrumentsSGIX")] [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] public static extern int PollInstrumentsSGIX([NativeTypeName("GLint *")] int* marker_p); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] [MethodImpl( @@ -82128,111 +45287,11 @@ public static int PollInstrumentsSGIX([NativeTypeName("GLint *")] Ref marke } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPolygonMode")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PolygonMode( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonMode")] public static void PolygonMode( @@ -82241,13 +45300,11 @@ public static void PolygonMode( ) => PolygonMode((uint)face, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPolygonModeNV")] - [SupportedApiProfile("gles2", ["GL_NV_polygon_mode"])] public static extern void PolygonModeNV( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gles2", ["GL_NV_polygon_mode"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] public static void PolygonModeNV( @@ -82256,76 +45313,12 @@ public static void PolygonModeNV( ) => PolygonModeNV((uint)face, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPolygonOffset")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void PolygonOffset( [NativeTypeName("GLfloat")] float factor, [NativeTypeName("GLfloat")] float units ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPolygonOffsetClamp")] - [SupportedApiProfile( - "gl", - ["GL_ARB_polygon_offset_clamp", "GL_VERSION_4_6"], - MinVersion = "4.6" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_polygon_offset_clamp", "GL_VERSION_4_6"], - MinVersion = "4.6" - )] public static extern void PolygonOffsetClamp( [NativeTypeName("GLfloat")] float factor, [NativeTypeName("GLfloat")] float units, @@ -82333,9 +45326,6 @@ public static extern void PolygonOffsetClamp( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPolygonOffsetClampEXT")] - [SupportedApiProfile("gl", ["GL_EXT_polygon_offset_clamp"])] - [SupportedApiProfile("glcore", ["GL_EXT_polygon_offset_clamp"])] - [SupportedApiProfile("gles2", ["GL_EXT_polygon_offset_clamp"])] public static extern void PolygonOffsetClampEXT( [NativeTypeName("GLfloat")] float factor, [NativeTypeName("GLfloat")] float units, @@ -82343,80 +45333,26 @@ public static extern void PolygonOffsetClampEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPolygonOffsetEXT")] - [SupportedApiProfile("gl", ["GL_EXT_polygon_offset"])] public static extern void PolygonOffsetEXT( [NativeTypeName("GLfloat")] float factor, [NativeTypeName("GLfloat")] float bias ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPolygonOffsetx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void PolygonOffsetx( [NativeTypeName("GLfixed")] int factor, [NativeTypeName("GLfixed")] int units ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPolygonOffsetxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void PolygonOffsetxOES( [NativeTypeName("GLfixed")] int factor, [NativeTypeName("GLfixed")] int units ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPolygonStipple")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PolygonStipple([NativeTypeName("const GLubyte *")] byte* mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] [MethodImpl( @@ -82431,155 +45367,27 @@ public static void PolygonStipple([NativeTypeName("const GLubyte *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPopAttrib")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PopAttrib(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPopClientAttrib")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern void PopClientAttrib(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPopDebugGroup")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void PopDebugGroup(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPopDebugGroupKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] public static extern void PopDebugGroupKHR(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPopGroupMarkerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] public static extern void PopGroupMarkerEXT(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPopMatrix")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void PopMatrix(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPopName")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PopName(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPresentFrameDualFillNV")] - [SupportedApiProfile("gl", ["GL_NV_present_video"])] public static extern void PresentFrameDualFillNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLuint64EXT")] ulong minPresentTime, @@ -82597,7 +45405,6 @@ public static extern void PresentFrameDualFillNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPresentFrameKeyedNV")] - [SupportedApiProfile("gl", ["GL_NV_present_video"])] public static extern void PresentFrameKeyeNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLuint64EXT")] ulong minPresentTime, @@ -82613,8 +45420,6 @@ public static extern void PresentFrameKeyeNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPrimitiveBoundingBoxARB")] - [SupportedApiProfile("gl", ["GL_ARB_ES3_2_compatibility"])] - [SupportedApiProfile("glcore", ["GL_ARB_ES3_2_compatibility"])] public static extern void PrimitiveBoundingBoxARB( [NativeTypeName("GLfloat")] float minX, [NativeTypeName("GLfloat")] float minY, @@ -82627,7 +45432,6 @@ public static extern void PrimitiveBoundingBoxARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPrimitiveBoundingBoxEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_primitive_bounding_box"])] public static extern void PrimitiveBoundingBoxEXT( [NativeTypeName("GLfloat")] float minX, [NativeTypeName("GLfloat")] float minY, @@ -82640,7 +45444,6 @@ public static extern void PrimitiveBoundingBoxEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPrimitiveBoundingBoxOES")] - [SupportedApiProfile("gles2", ["GL_OES_primitive_bounding_box"])] public static extern void PrimitiveBoundingBoxOES( [NativeTypeName("GLfloat")] float minX, [NativeTypeName("GLfloat")] float minY, @@ -82653,103 +45456,21 @@ public static extern void PrimitiveBoundingBoxOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPrimitiveRestartIndex")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] public static extern void PrimitiveRestartIndex([NativeTypeName("GLuint")] uint index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPrimitiveRestartIndexNV")] - [SupportedApiProfile("gl", ["GL_NV_primitive_restart"])] public static extern void PrimitiveRestartIndexNV([NativeTypeName("GLuint")] uint index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPrimitiveRestartNV")] - [SupportedApiProfile("gl", ["GL_NV_primitive_restart"])] public static extern void PrimitiveRestartNV(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPrioritizeTextures")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern void PrioritizeTextures( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* textures, [NativeTypeName("const GLfloat *")] float* priorities ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] [MethodImpl( @@ -82769,14 +45490,12 @@ public static void PrioritizeTextures( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPrioritizeTexturesEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] public static extern void PrioritizeTexturesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* textures, [NativeTypeName("const GLclampf *")] float* priorities ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] [MethodImpl( @@ -82796,14 +45515,12 @@ public static void PrioritizeTexturesEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPrioritizeTexturesxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void PrioritizeTexturesxOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* textures, [NativeTypeName("const GLfixed *")] int* priorities ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] [MethodImpl( @@ -82823,32 +45540,6 @@ public static void PrioritizeTexturesxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramBinary")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramBinary( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint binaryFormat, @@ -82856,32 +45547,6 @@ public static extern void ProgramBinary( [NativeTypeName("GLsizei")] uint length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBinary")] [MethodImpl( @@ -82901,7 +45566,6 @@ public static void ProgramBinary( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramBinaryOES")] - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] public static extern void ProgramBinaryOES( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint binaryFormat, @@ -82909,7 +45573,6 @@ public static extern void ProgramBinaryOES( [NativeTypeName("GLint")] int length ); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] [MethodImpl( @@ -82929,7 +45592,6 @@ public static void ProgramBinaryOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramBufferParametersfvNV")] - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] public static extern void ProgramBufferParametersNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint bindingIndex, @@ -82938,7 +45600,6 @@ public static extern void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl( @@ -82964,7 +45625,6 @@ public static void ProgramBufferParametersNV( } } - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] public static void ProgramBufferParametersNV( @@ -82975,7 +45635,6 @@ public static void ProgramBufferParametersNV( ) => ProgramBufferParametersNV((uint)target, bindingIndex, wordIndex, 1, (float*)&@params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramBufferParametersIivNV")] - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] public static extern void ProgramBufferParametersINV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint bindingIndex, @@ -82984,7 +45643,6 @@ public static extern void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl( @@ -83010,7 +45668,6 @@ public static void ProgramBufferParametersINV( } } - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] public static void ProgramBufferParametersINV( @@ -83021,7 +45678,6 @@ public static void ProgramBufferParametersINV( ) => ProgramBufferParametersINV((uint)target, bindingIndex, wordIndex, 1, (int*)&@params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramBufferParametersIuivNV")] - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] public static extern void ProgramBufferParametersINV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint bindingIndex, @@ -83030,7 +45686,6 @@ public static extern void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl( @@ -83056,7 +45711,6 @@ public static void ProgramBufferParametersINV( } } - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] public static void ProgramBufferParametersINV( @@ -83067,7 +45721,6 @@ public static void ProgramBufferParametersINV( ) => ProgramBufferParametersINV((uint)target, bindingIndex, wordIndex, 1, (uint*)&@params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameter4dARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83077,7 +45730,6 @@ public static extern void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] public static void ProgramEnvParameter4ARB( @@ -83090,14 +45742,12 @@ public static void ProgramEnvParameter4ARB( ) => ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameter4dvARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] [MethodImpl( @@ -83116,7 +45766,6 @@ public static void ProgramEnvParameter4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameter4fARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83126,7 +45775,6 @@ public static extern void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] public static void ProgramEnvParameter4ARB( @@ -83139,14 +45787,12 @@ public static void ProgramEnvParameter4ARB( ) => ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameter4fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] [MethodImpl( @@ -83165,7 +45811,6 @@ public static void ProgramEnvParameter4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameterI4iNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83175,7 +45820,6 @@ public static extern void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] public static void ProgramEnvParameterI4NV( @@ -83188,14 +45832,12 @@ public static void ProgramEnvParameterI4NV( ) => ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameterI4ivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] [MethodImpl( @@ -83214,7 +45856,6 @@ public static void ProgramEnvParameterI4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameterI4uiNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83224,7 +45865,6 @@ public static extern void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] public static void ProgramEnvParameterI4NV( @@ -83237,14 +45877,12 @@ public static void ProgramEnvParameterI4NV( ) => ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameterI4uivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] [MethodImpl( @@ -83263,7 +45901,6 @@ public static void ProgramEnvParameterI4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParameters4fvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] public static extern void ProgramEnvParameters4EXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83271,7 +45908,6 @@ public static extern void ProgramEnvParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] [MethodImpl( @@ -83291,7 +45927,6 @@ public static void ProgramEnvParameters4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParametersI4ivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void ProgramEnvParametersI4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83299,7 +45934,6 @@ public static extern void ProgramEnvParametersI4NV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] [MethodImpl( @@ -83319,7 +45953,6 @@ public static void ProgramEnvParametersI4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramEnvParametersI4uivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void ProgramEnvParametersI4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83327,7 +45960,6 @@ public static extern void ProgramEnvParametersI4NV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] [MethodImpl( @@ -83347,7 +45979,6 @@ public static void ProgramEnvParametersI4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameter4dARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83357,7 +45988,6 @@ public static extern void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] public static void ProgramLocalParameter4ARB( @@ -83370,14 +46000,12 @@ public static void ProgramLocalParameter4ARB( ) => ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameter4dvARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] [MethodImpl( @@ -83396,7 +46024,6 @@ public static void ProgramLocalParameter4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameter4fARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83406,7 +46033,6 @@ public static extern void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] public static void ProgramLocalParameter4ARB( @@ -83419,14 +46045,12 @@ public static void ProgramLocalParameter4ARB( ) => ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameter4fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] [MethodImpl( @@ -83445,7 +46069,6 @@ public static void ProgramLocalParameter4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameterI4iNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83455,7 +46078,6 @@ public static extern void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] public static void ProgramLocalParameterI4NV( @@ -83468,14 +46090,12 @@ public static void ProgramLocalParameterI4NV( ) => ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameterI4ivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] [MethodImpl( @@ -83494,7 +46114,6 @@ public static void ProgramLocalParameterI4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameterI4uiNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83504,7 +46123,6 @@ public static extern void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] public static void ProgramLocalParameterI4NV( @@ -83517,14 +46135,12 @@ public static void ProgramLocalParameterI4NV( ) => ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameterI4uivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] [MethodImpl( @@ -83543,7 +46159,6 @@ public static void ProgramLocalParameterI4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParameters4fvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] public static extern void ProgramLocalParameters4EXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83551,7 +46166,6 @@ public static extern void ProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] [MethodImpl( @@ -83571,7 +46185,6 @@ public static void ProgramLocalParameters4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParametersI4ivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void ProgramLocalParametersI4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83579,7 +46192,6 @@ public static extern void ProgramLocalParametersI4NV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] [MethodImpl( @@ -83599,7 +46211,6 @@ public static void ProgramLocalParametersI4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramLocalParametersI4uivNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] public static extern void ProgramLocalParametersI4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83607,7 +46218,6 @@ public static extern void ProgramLocalParametersI4NV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] [MethodImpl( @@ -83627,7 +46237,6 @@ public static void ProgramLocalParametersI4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramNamedParameter4dNV")] - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] public static extern void ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint len, @@ -83638,7 +46247,6 @@ public static extern void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl( @@ -83660,7 +46268,6 @@ public static void ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] public static void ProgramNamedParameter4NV( @@ -83674,7 +46281,6 @@ public static void ProgramNamedParameter4NV( ) => ProgramNamedParameter4NV(id, len, (byte*)&name, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramNamedParameter4dvNV")] - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] public static extern void ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint len, @@ -83682,7 +46288,6 @@ public static extern void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl( @@ -83702,7 +46307,6 @@ public static void ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl( @@ -83722,7 +46326,6 @@ public static void ProgramNamedParameter4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramNamedParameter4fNV")] - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] public static extern void ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint len, @@ -83733,7 +46336,6 @@ public static extern void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl( @@ -83755,7 +46357,6 @@ public static void ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] public static void ProgramNamedParameter4NV( @@ -83769,7 +46370,6 @@ public static void ProgramNamedParameter4NV( ) => ProgramNamedParameter4NV(id, len, (byte*)&name, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramNamedParameter4fvNV")] - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] public static extern void ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLsizei")] uint len, @@ -83777,7 +46377,6 @@ public static extern void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl( @@ -83797,7 +46396,6 @@ public static void ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl( @@ -83817,7 +46415,6 @@ public static void ProgramNamedParameter4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameter4dNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83827,7 +46424,6 @@ public static extern void ProgramParameter4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] public static void ProgramParameter4NV( @@ -83840,14 +46436,12 @@ public static void ProgramParameter4NV( ) => ProgramParameter4NV((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameter4dvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] [MethodImpl( @@ -83866,7 +46460,6 @@ public static void ProgramParameter4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameter4fNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -83876,7 +46469,6 @@ public static extern void ProgramParameter4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] public static void ProgramParameter4NV( @@ -83889,14 +46481,12 @@ public static void ProgramParameter4NV( ) => ProgramParameter4NV((uint)target, index, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameter4fvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] [MethodImpl( @@ -83915,68 +46505,12 @@ public static void ProgramParameter4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameteri")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramParameter( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] public static void ProgramParameter( @@ -83986,16 +46520,12 @@ public static void ProgramParameter( ) => ProgramParameter(program, (uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameteriARB")] - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] public static extern void ProgramParameterARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] public static void ProgramParameterARB( @@ -84005,16 +46535,12 @@ public static void ProgramParameterARB( ) => ProgramParameterARB(program, (uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameteriEXT")] - [SupportedApiProfile("gl", ["GL_EXT_geometry_shader4", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramParameterEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_EXT_geometry_shader4", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] public static void ProgramParameterEXT( @@ -84024,7 +46550,6 @@ public static void ProgramParameterEXT( ) => ProgramParameterEXT(program, (uint)pname, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameters4dvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void ProgramParameters4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -84032,7 +46557,6 @@ public static extern void ProgramParameters4NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] [MethodImpl( @@ -84052,7 +46576,6 @@ public static void ProgramParameters4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramParameters4fvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void ProgramParameters4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index, @@ -84060,7 +46583,6 @@ public static extern void ProgramParameters4NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] [MethodImpl( @@ -84080,9 +46602,6 @@ public static void ProgramParameters4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramPathFragmentInputGenNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void ProgramPathFragmentInputGenNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -84091,9 +46610,6 @@ public static extern void ProgramPathFragmentInputGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] [MethodImpl( @@ -84114,7 +46630,6 @@ public static void ProgramPathFragmentInputGenNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramStringARB")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] public static extern void ProgramStringARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint format, @@ -84122,7 +46637,6 @@ public static extern void ProgramStringARB( [NativeTypeName("const void *")] void* @string ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] [MethodImpl( @@ -84146,14 +46660,12 @@ public static void ProgramStringARB( ExactSpelling = true, EntryPoint = "glProgramSubroutineParametersuivNV" )] - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] public static extern void ProgramSubroutineParametersNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl( @@ -84171,7 +46683,6 @@ public static void ProgramSubroutineParametersNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] public static void ProgramSubroutineParametersNV( @@ -84180,113 +46691,33 @@ public static void ProgramSubroutineParametersNV( ) => ProgramSubroutineParametersNV(target, 1, (uint*)&@params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1d")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - public static extern void ProgramUniform1D( + public static extern void ProgramUniform1d( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1dEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] - public static extern void ProgramUniform1DEXT( + public static extern void ProgramUniform1dEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - public static extern void ProgramUniform1Dv( + public static extern void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Dv( + public static void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -84295,62 +46726,32 @@ public static void ProgramUniform1Dv( { fixed (double* __dsl_value = value) { - ProgramUniform1Dv(program, location, count, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ProgramUniform1dv(program, location, count, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] - public static void ProgramUniform1Dv( + public static void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value - ) => ProgramUniform1Dv(program, location, 1, (double*)&value); + ) => ProgramUniform1dv(program, location, 1, (double*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] - public static extern void ProgramUniform1DvEXT( + public static extern void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1DvEXT( + public static void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -84359,135 +46760,46 @@ public static void ProgramUniform1DvEXT( { fixed (double* __dsl_value = value) { - ProgramUniform1DvEXT(program, location, count, __dsl_value); + ProgramUniform1dvEXT(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] - public static void ProgramUniform1DvEXT( + public static void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value - ) => ProgramUniform1DvEXT(program, location, 1, (double*)&value); + ) => ProgramUniform1dvEXT(program, location, 1, (double*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1f")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - public static extern void ProgramUniform1F( + public static extern void ProgramUniform1f( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1fEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] - public static extern void ProgramUniform1FEXT( + public static extern void ProgramUniform1fEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - public static extern void ProgramUniform1Fv( + public static extern void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Fv( + public static void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -84496,76 +46808,32 @@ public static void ProgramUniform1Fv( { fixed (float* __dsl_value = value) { - ProgramUniform1Fv(program, location, count, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ProgramUniform1fv(program, location, count, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] - public static void ProgramUniform1Fv( + public static void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value - ) => ProgramUniform1Fv(program, location, 1, (float*)&value); + ) => ProgramUniform1fv(program, location, 1, (float*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] - public static extern void ProgramUniform1FvEXT( + public static extern void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1FvEXT( + public static void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -84574,63 +46842,26 @@ public static void ProgramUniform1FvEXT( { fixed (float* __dsl_value = value) { - ProgramUniform1FvEXT(program, location, count, __dsl_value); + ProgramUniform1fvEXT(program, location, count, __dsl_value); } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] - public static void ProgramUniform1FvEXT( + public static void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value - ) => ProgramUniform1FvEXT(program, location, 1, (float*)&value); + ) => ProgramUniform1fvEXT(program, location, 1, (float*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1i")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - public static extern void ProgramUniform1I( + public static extern void ProgramUniform1i( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1i64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform1ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -84638,9 +46869,6 @@ public static extern void ProgramUniform1ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1i64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform1NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -84648,23 +46876,19 @@ public static extern void ProgramUniform1NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1i64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] - public static extern void ProgramUniform1I64VARB( + public static extern void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1I64VARB( + public static void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -84673,40 +46897,32 @@ public static void ProgramUniform1I64VARB( { fixed (long* __dsl_value = value) { - ProgramUniform1I64VARB(program, location, count, __dsl_value); + ProgramUniform1i64vARB(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] - public static void ProgramUniform1I64VARB( + public static void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64 *")] long value - ) => ProgramUniform1I64VARB(program, location, 1, (long*)&value); + ) => ProgramUniform1i64vARB(program, location, 1, (long*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1i64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] - public static extern void ProgramUniform1I64VNV( + public static extern void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1I64VNV( + public static void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -84715,103 +46931,39 @@ public static void ProgramUniform1I64VNV( { fixed (long* __dsl_value = value) { - ProgramUniform1I64VNV(program, location, count, __dsl_value); + ProgramUniform1i64vNV(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] - public static void ProgramUniform1I64VNV( + public static void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64EXT *")] long value - ) => ProgramUniform1I64VNV(program, location, 1, (long*)&value); + ) => ProgramUniform1i64vNV(program, location, 1, (long*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1iEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] - public static extern void ProgramUniform1IEXT( + public static extern void ProgramUniform1iEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1iv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - public static extern void ProgramUniform1Iv( + public static extern void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Iv( + public static void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -84820,76 +46972,32 @@ public static void ProgramUniform1Iv( { fixed (int* __dsl_value = value) { - ProgramUniform1Iv(program, location, count, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ProgramUniform1iv(program, location, count, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] - public static void ProgramUniform1Iv( + public static void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value - ) => ProgramUniform1Iv(program, location, 1, (int*)&value); + ) => ProgramUniform1iv(program, location, 1, (int*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1ivEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] - public static extern void ProgramUniform1IvEXT( + public static extern void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1IvEXT( + public static void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -84898,97 +47006,53 @@ public static void ProgramUniform1IvEXT( { fixed (int* __dsl_value = value) { - ProgramUniform1IvEXT(program, location, count, __dsl_value); + ProgramUniform1ivEXT(program, location, count, __dsl_value); } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] - public static void ProgramUniform1IvEXT( + public static void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value - ) => ProgramUniform1IvEXT(program, location, 1, (int*)&value); + ) => ProgramUniform1ivEXT(program, location, 1, (int*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1ui")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - public static extern void ProgramUniform1Ui( + public static extern void ProgramUniform1ui( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1ui64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] - public static extern void ProgramUniform1Ui64ARB( + public static extern void ProgramUniform1ui64ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1ui64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] - public static extern void ProgramUniform1Ui64NV( + public static extern void ProgramUniform1ui64NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1ui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] - public static extern void ProgramUniform1Ui64VARB( + public static extern void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Ui64VARB( + public static void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -84997,40 +47061,32 @@ public static void ProgramUniform1Ui64VARB( { fixed (ulong* __dsl_value = value) { - ProgramUniform1Ui64VARB(program, location, count, __dsl_value); + ProgramUniform1ui64vARB(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] - public static void ProgramUniform1Ui64VARB( + public static void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => ProgramUniform1Ui64VARB(program, location, 1, (ulong*)&value); + ) => ProgramUniform1ui64vARB(program, location, 1, (ulong*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1ui64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] - public static extern void ProgramUniform1Ui64VNV( + public static extern void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Ui64VNV( + public static void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -85039,103 +47095,39 @@ public static void ProgramUniform1Ui64VNV( { fixed (ulong* __dsl_value = value) { - ProgramUniform1Ui64VNV(program, location, count, __dsl_value); + ProgramUniform1ui64vNV(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] - public static void ProgramUniform1Ui64VNV( + public static void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value - ) => ProgramUniform1Ui64VNV(program, location, 1, (ulong*)&value); + ) => ProgramUniform1ui64vNV(program, location, 1, (ulong*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1uiEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] - public static extern void ProgramUniform1UiEXT( + public static extern void ProgramUniform1uiEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - public static extern void ProgramUniform1Uiv( + public static extern void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Uiv( + public static void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -85144,76 +47136,32 @@ public static void ProgramUniform1Uiv( { fixed (uint* __dsl_value = value) { - ProgramUniform1Uiv(program, location, count, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ProgramUniform1uiv(program, location, count, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] - public static void ProgramUniform1Uiv( + public static void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value - ) => ProgramUniform1Uiv(program, location, 1, (uint*)&value); + ) => ProgramUniform1uiv(program, location, 1, (uint*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform1uivEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] - public static extern void ProgramUniform1UivEXT( + public static extern void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1UivEXT( + public static void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -85222,54 +47170,19 @@ public static void ProgramUniform1UivEXT( { fixed (uint* __dsl_value = value) { - ProgramUniform1UivEXT(program, location, count, __dsl_value); + ProgramUniform1uivEXT(program, location, count, __dsl_value); } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] - public static void ProgramUniform1UivEXT( + public static void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value - ) => ProgramUniform1UivEXT(program, location, 1, (uint*)&value); + ) => ProgramUniform1uivEXT(program, location, 1, (uint*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2d")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85278,8 +47191,6 @@ public static extern void ProgramUniform2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2dEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85288,32 +47199,6 @@ public static extern void ProgramUniform2EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85321,32 +47206,6 @@ public static extern void ProgramUniform2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] [MethodImpl( @@ -85366,8 +47225,6 @@ public static void ProgramUniform2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85375,8 +47232,6 @@ public static extern void ProgramUniform2EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] [MethodImpl( @@ -85396,32 +47251,6 @@ public static void ProgramUniform2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2f")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85430,15 +47259,6 @@ public static extern void ProgramUniform2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2fEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85447,32 +47267,6 @@ public static extern void ProgramUniform2EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85480,32 +47274,6 @@ public static extern void ProgramUniform2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] [MethodImpl( @@ -85525,15 +47293,6 @@ public static void ProgramUniform2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85541,15 +47300,6 @@ public static extern void ProgramUniform2EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] [MethodImpl( @@ -85569,32 +47319,6 @@ public static void ProgramUniform2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2i")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85603,8 +47327,6 @@ public static extern void ProgramUniform2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2i64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85613,9 +47335,6 @@ public static extern void ProgramUniform2ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2i64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85624,8 +47343,6 @@ public static extern void ProgramUniform2NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2i64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85633,8 +47350,6 @@ public static extern void ProgramUniform2ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] [MethodImpl( @@ -85654,9 +47369,6 @@ public static void ProgramUniform2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2i64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85664,9 +47376,6 @@ public static extern void ProgramUniform2NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] [MethodImpl( @@ -85686,15 +47395,6 @@ public static void ProgramUniform2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2iEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85703,32 +47403,6 @@ public static extern void ProgramUniform2EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2iv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85736,32 +47410,6 @@ public static extern void ProgramUniform2( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] [MethodImpl( @@ -85781,15 +47429,6 @@ public static void ProgramUniform2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2ivEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85797,15 +47436,6 @@ public static extern void ProgramUniform2EXT( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] [MethodImpl( @@ -85825,32 +47455,6 @@ public static void ProgramUniform2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2ui")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85859,8 +47463,6 @@ public static extern void ProgramUniform2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2ui64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85869,9 +47471,6 @@ public static extern void ProgramUniform2ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2ui64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85880,8 +47479,6 @@ public static extern void ProgramUniform2NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2ui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85889,8 +47486,6 @@ public static extern void ProgramUniform2ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] [MethodImpl( @@ -85910,9 +47505,6 @@ public static void ProgramUniform2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2ui64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85920,9 +47512,6 @@ public static extern void ProgramUniform2NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] [MethodImpl( @@ -85942,15 +47531,6 @@ public static void ProgramUniform2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2uiEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85959,32 +47539,6 @@ public static extern void ProgramUniform2EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -85992,32 +47546,6 @@ public static extern void ProgramUniform2( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] [MethodImpl( @@ -86037,15 +47565,6 @@ public static void ProgramUniform2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform2uivEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86053,15 +47572,6 @@ public static extern void ProgramUniform2EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] [MethodImpl( @@ -86081,32 +47591,6 @@ public static void ProgramUniform2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3d")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86116,8 +47600,6 @@ public static extern void ProgramUniform3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3dEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86127,32 +47609,6 @@ public static extern void ProgramUniform3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86160,32 +47616,6 @@ public static extern void ProgramUniform3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] [MethodImpl( @@ -86205,8 +47635,6 @@ public static void ProgramUniform3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86214,8 +47642,6 @@ public static extern void ProgramUniform3EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] [MethodImpl( @@ -86235,32 +47661,6 @@ public static void ProgramUniform3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3f")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86270,15 +47670,6 @@ public static extern void ProgramUniform3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3fEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86288,32 +47679,6 @@ public static extern void ProgramUniform3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86321,32 +47686,6 @@ public static extern void ProgramUniform3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] [MethodImpl( @@ -86366,15 +47705,6 @@ public static void ProgramUniform3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86382,15 +47712,6 @@ public static extern void ProgramUniform3EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] [MethodImpl( @@ -86410,32 +47731,6 @@ public static void ProgramUniform3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3i")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86445,8 +47740,6 @@ public static extern void ProgramUniform3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3i64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86456,9 +47749,6 @@ public static extern void ProgramUniform3ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3i64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86468,8 +47758,6 @@ public static extern void ProgramUniform3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3i64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86477,8 +47765,6 @@ public static extern void ProgramUniform3ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] [MethodImpl( @@ -86498,9 +47784,6 @@ public static void ProgramUniform3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3i64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86508,9 +47791,6 @@ public static extern void ProgramUniform3NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] [MethodImpl( @@ -86530,15 +47810,6 @@ public static void ProgramUniform3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3iEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86548,32 +47819,6 @@ public static extern void ProgramUniform3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3iv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86581,32 +47826,6 @@ public static extern void ProgramUniform3( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] [MethodImpl( @@ -86626,15 +47845,6 @@ public static void ProgramUniform3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3ivEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86642,15 +47852,6 @@ public static extern void ProgramUniform3EXT( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] [MethodImpl( @@ -86670,32 +47871,6 @@ public static void ProgramUniform3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3ui")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86705,8 +47880,6 @@ public static extern void ProgramUniform3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3ui64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86716,9 +47889,6 @@ public static extern void ProgramUniform3ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3ui64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86728,8 +47898,6 @@ public static extern void ProgramUniform3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3ui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86737,8 +47905,6 @@ public static extern void ProgramUniform3ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] [MethodImpl( @@ -86758,9 +47924,6 @@ public static void ProgramUniform3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3ui64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86768,9 +47931,6 @@ public static extern void ProgramUniform3NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] [MethodImpl( @@ -86790,15 +47950,6 @@ public static void ProgramUniform3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3uiEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86808,32 +47959,6 @@ public static extern void ProgramUniform3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86841,32 +47966,6 @@ public static extern void ProgramUniform3( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] [MethodImpl( @@ -86886,15 +47985,6 @@ public static void ProgramUniform3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform3uivEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86902,15 +47992,6 @@ public static extern void ProgramUniform3EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] [MethodImpl( @@ -86930,32 +48011,6 @@ public static void ProgramUniform3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4d")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86966,8 +48021,6 @@ public static extern void ProgramUniform4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4dEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -86978,32 +48031,6 @@ public static extern void ProgramUniform4EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87011,32 +48038,6 @@ public static extern void ProgramUniform4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] [MethodImpl( @@ -87056,8 +48057,6 @@ public static void ProgramUniform4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87065,8 +48064,6 @@ public static extern void ProgramUniform4EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] [MethodImpl( @@ -87086,32 +48083,6 @@ public static void ProgramUniform4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4f")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87122,15 +48093,6 @@ public static extern void ProgramUniform4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4fEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87141,32 +48103,6 @@ public static extern void ProgramUniform4EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87174,32 +48110,6 @@ public static extern void ProgramUniform4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] [MethodImpl( @@ -87219,15 +48129,6 @@ public static void ProgramUniform4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87235,15 +48136,6 @@ public static extern void ProgramUniform4EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] [MethodImpl( @@ -87263,32 +48155,6 @@ public static void ProgramUniform4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4i")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87299,8 +48165,6 @@ public static extern void ProgramUniform4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4i64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87311,9 +48175,6 @@ public static extern void ProgramUniform4ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4i64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87324,8 +48185,6 @@ public static extern void ProgramUniform4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4i64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87333,8 +48192,6 @@ public static extern void ProgramUniform4ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] [MethodImpl( @@ -87354,9 +48211,6 @@ public static void ProgramUniform4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4i64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87364,9 +48218,6 @@ public static extern void ProgramUniform4NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] [MethodImpl( @@ -87386,15 +48237,6 @@ public static void ProgramUniform4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4iEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87405,32 +48247,6 @@ public static extern void ProgramUniform4EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4iv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87438,32 +48254,6 @@ public static extern void ProgramUniform4( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] [MethodImpl( @@ -87483,15 +48273,6 @@ public static void ProgramUniform4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4ivEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87499,15 +48280,6 @@ public static extern void ProgramUniform4EXT( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] [MethodImpl( @@ -87527,32 +48299,6 @@ public static void ProgramUniform4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4ui")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87563,8 +48309,6 @@ public static extern void ProgramUniform4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4ui64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87575,9 +48319,6 @@ public static extern void ProgramUniform4ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4ui64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87588,8 +48329,6 @@ public static extern void ProgramUniform4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4ui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87597,8 +48336,6 @@ public static extern void ProgramUniform4ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] [MethodImpl( @@ -87618,9 +48355,6 @@ public static void ProgramUniform4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4ui64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87628,9 +48362,6 @@ public static extern void ProgramUniform4NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] [MethodImpl( @@ -87650,15 +48381,6 @@ public static void ProgramUniform4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4uiEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87669,32 +48391,6 @@ public static extern void ProgramUniform4EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniform4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87702,32 +48398,6 @@ public static extern void ProgramUniform4( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] [MethodImpl( @@ -87747,15 +48417,6 @@ public static void ProgramUniform4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniform4uivEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87763,15 +48424,6 @@ public static extern void ProgramUniform4EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] [MethodImpl( @@ -87791,8 +48443,6 @@ public static void ProgramUniform4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformHandleui64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] public static extern void ProgramUniformHandleARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87800,7 +48450,6 @@ public static extern void ProgramUniformHandleARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformHandleui64IMG")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] public static extern void ProgramUniformHandleIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87808,9 +48457,6 @@ public static extern void ProgramUniformHandleIMG( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformHandleui64NV")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] public static extern void ProgramUniformHandleNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87818,23 +48464,19 @@ public static extern void ProgramUniformHandleNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformHandleui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] - public static extern void ProgramUniformHandleui64VARB( + public static extern void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformHandleui64VARB( + public static void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -87843,36 +48485,32 @@ public static void ProgramUniformHandleui64VARB( { fixed (ulong* __dsl_values = values) { - ProgramUniformHandleui64VARB(program, location, count, __dsl_values); + ProgramUniformHandleui64vARB(program, location, count, __dsl_values); } } - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] - public static void ProgramUniformHandleui64VARB( + public static void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => ProgramUniformHandleui64VARB(program, location, 1, (ulong*)&values); + ) => ProgramUniformHandleui64vARB(program, location, 1, (ulong*)&values); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformHandleui64vIMG")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] - public static extern void ProgramUniformHandleui64VIMG( + public static extern void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformHandleui64VIMG( + public static void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -87881,39 +48519,32 @@ public static void ProgramUniformHandleui64VIMG( { fixed (ulong* __dsl_values = values) { - ProgramUniformHandleui64VIMG(program, location, count, __dsl_values); + ProgramUniformHandleui64vIMG(program, location, count, __dsl_values); } } - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] - public static void ProgramUniformHandleui64VIMG( + public static void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => ProgramUniformHandleui64VIMG(program, location, 1, (ulong*)&values); + ) => ProgramUniformHandleui64vIMG(program, location, 1, (ulong*)&values); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformHandleui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] - public static extern void ProgramUniformHandleui64VNV( + public static extern void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformHandleui64VNV( + public static void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -87922,48 +48553,19 @@ public static void ProgramUniformHandleui64VNV( { fixed (ulong* __dsl_values = values) { - ProgramUniformHandleui64VNV(program, location, count, __dsl_values); + ProgramUniformHandleui64vNV(program, location, count, __dsl_values); } } - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] - public static void ProgramUniformHandleui64VNV( + public static void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => ProgramUniformHandleui64VNV(program, location, 1, (ulong*)&values); + ) => ProgramUniformHandleui64vNV(program, location, 1, (ulong*)&values); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -87972,32 +48574,6 @@ public static extern void ProgramUniformMatrix2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] [MethodImpl( @@ -88018,8 +48594,6 @@ public static void ProgramUniformMatrix2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix2dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniformMatrix2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88028,8 +48602,6 @@ public static extern void ProgramUniformMatrix2EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] [MethodImpl( @@ -88050,32 +48622,6 @@ public static void ProgramUniformMatrix2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88084,32 +48630,6 @@ public static extern void ProgramUniformMatrix2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] [MethodImpl( @@ -88130,15 +48650,6 @@ public static void ProgramUniformMatrix2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix2fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniformMatrix2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88147,15 +48658,6 @@ public static extern void ProgramUniformMatrix2EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] [MethodImpl( @@ -88176,32 +48678,6 @@ public static void ProgramUniformMatrix2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix2x3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix2X3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88210,32 +48686,6 @@ public static extern void ProgramUniformMatrix2X3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] [MethodImpl( @@ -88256,8 +48706,6 @@ public static void ProgramUniformMatrix2X3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix2x3dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniformMatrix2X3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88266,8 +48714,6 @@ public static extern void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] [MethodImpl( @@ -88288,32 +48734,6 @@ public static void ProgramUniformMatrix2X3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix2x3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix2X3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88322,32 +48742,6 @@ public static extern void ProgramUniformMatrix2X3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] [MethodImpl( @@ -88368,15 +48762,6 @@ public static void ProgramUniformMatrix2X3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix2x3fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniformMatrix2X3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88385,15 +48770,6 @@ public static extern void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] [MethodImpl( @@ -88414,32 +48790,6 @@ public static void ProgramUniformMatrix2X3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix2x4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix2X4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88448,32 +48798,6 @@ public static extern void ProgramUniformMatrix2X4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] [MethodImpl( @@ -88494,8 +48818,6 @@ public static void ProgramUniformMatrix2X4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix2x4dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniformMatrix2X4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88504,8 +48826,6 @@ public static extern void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] [MethodImpl( @@ -88526,32 +48846,6 @@ public static void ProgramUniformMatrix2X4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix2x4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix2X4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88560,32 +48854,6 @@ public static extern void ProgramUniformMatrix2X4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] [MethodImpl( @@ -88606,15 +48874,6 @@ public static void ProgramUniformMatrix2X4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix2x4fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniformMatrix2X4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88623,15 +48882,6 @@ public static extern void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] [MethodImpl( @@ -88652,32 +48902,6 @@ public static void ProgramUniformMatrix2X4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88686,32 +48910,6 @@ public static extern void ProgramUniformMatrix3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] [MethodImpl( @@ -88732,8 +48930,6 @@ public static void ProgramUniformMatrix3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix3dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniformMatrix3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88742,8 +48938,6 @@ public static extern void ProgramUniformMatrix3EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] [MethodImpl( @@ -88764,32 +48958,6 @@ public static void ProgramUniformMatrix3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88798,32 +48966,6 @@ public static extern void ProgramUniformMatrix3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] [MethodImpl( @@ -88844,15 +48986,6 @@ public static void ProgramUniformMatrix3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix3fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniformMatrix3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88861,15 +48994,6 @@ public static extern void ProgramUniformMatrix3EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] [MethodImpl( @@ -88890,32 +49014,6 @@ public static void ProgramUniformMatrix3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix3x2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix3X2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88924,32 +49022,6 @@ public static extern void ProgramUniformMatrix3X2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] [MethodImpl( @@ -88970,8 +49042,6 @@ public static void ProgramUniformMatrix3X2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix3x2dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniformMatrix3X2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -88980,8 +49050,6 @@ public static extern void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] [MethodImpl( @@ -89002,32 +49070,6 @@ public static void ProgramUniformMatrix3X2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix3x2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix3X2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89036,32 +49078,6 @@ public static extern void ProgramUniformMatrix3X2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] [MethodImpl( @@ -89082,15 +49098,6 @@ public static void ProgramUniformMatrix3X2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix3x2fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniformMatrix3X2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89099,15 +49106,6 @@ public static extern void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] [MethodImpl( @@ -89128,32 +49126,6 @@ public static void ProgramUniformMatrix3X2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix3x4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix3X4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89162,32 +49134,6 @@ public static extern void ProgramUniformMatrix3X4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] [MethodImpl( @@ -89208,8 +49154,6 @@ public static void ProgramUniformMatrix3X4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix3x4dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniformMatrix3X4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89218,8 +49162,6 @@ public static extern void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] [MethodImpl( @@ -89240,32 +49182,6 @@ public static void ProgramUniformMatrix3X4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix3x4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix3X4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89274,32 +49190,6 @@ public static extern void ProgramUniformMatrix3X4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] [MethodImpl( @@ -89320,15 +49210,6 @@ public static void ProgramUniformMatrix3X4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix3x4fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniformMatrix3X4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89337,15 +49218,6 @@ public static extern void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] [MethodImpl( @@ -89366,32 +49238,6 @@ public static void ProgramUniformMatrix3X4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89400,32 +49246,6 @@ public static extern void ProgramUniformMatrix4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] [MethodImpl( @@ -89446,8 +49266,6 @@ public static void ProgramUniformMatrix4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix4dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniformMatrix4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89456,8 +49274,6 @@ public static extern void ProgramUniformMatrix4EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] [MethodImpl( @@ -89478,32 +49294,6 @@ public static void ProgramUniformMatrix4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix4( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89512,32 +49302,6 @@ public static extern void ProgramUniformMatrix4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] [MethodImpl( @@ -89558,15 +49322,6 @@ public static void ProgramUniformMatrix4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix4fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniformMatrix4EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89575,15 +49330,6 @@ public static extern void ProgramUniformMatrix4EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] [MethodImpl( @@ -89604,32 +49350,6 @@ public static void ProgramUniformMatrix4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix4x2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix4X2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89638,32 +49358,6 @@ public static extern void ProgramUniformMatrix4X2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] [MethodImpl( @@ -89684,8 +49378,6 @@ public static void ProgramUniformMatrix4X2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix4x2dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniformMatrix4X2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89694,8 +49386,6 @@ public static extern void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] [MethodImpl( @@ -89716,32 +49406,6 @@ public static void ProgramUniformMatrix4X2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix4x2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix4X2( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89750,32 +49414,6 @@ public static extern void ProgramUniformMatrix4X2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] [MethodImpl( @@ -89796,15 +49434,6 @@ public static void ProgramUniformMatrix4X2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix4x2fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniformMatrix4X2EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89813,15 +49442,6 @@ public static extern void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] [MethodImpl( @@ -89842,32 +49462,6 @@ public static void ProgramUniformMatrix4X2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix4x3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix4X3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89876,32 +49470,6 @@ public static extern void ProgramUniformMatrix4X3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] [MethodImpl( @@ -89922,8 +49490,6 @@ public static void ProgramUniformMatrix4X3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix4x3dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void ProgramUniformMatrix4X3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89932,8 +49498,6 @@ public static extern void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] [MethodImpl( @@ -89954,32 +49518,6 @@ public static void ProgramUniformMatrix4X3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix4x3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ProgramUniformMatrix4X3( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -89988,32 +49526,6 @@ public static extern void ProgramUniformMatrix4X3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] [MethodImpl( @@ -90034,15 +49546,6 @@ public static void ProgramUniformMatrix4X3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformMatrix4x3fvEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ProgramUniformMatrix4X3EXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -90051,15 +49554,6 @@ public static extern void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] [MethodImpl( @@ -90080,8 +49574,6 @@ public static void ProgramUniformMatrix4X3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformui64NV")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] public static extern void ProgramUniformNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -90089,23 +49581,19 @@ public static extern void ProgramUniformNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramUniformui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] - public static extern void ProgramUniformui64VNV( + public static extern void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformui64VNV( + public static void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -90114,28 +49602,24 @@ public static void ProgramUniformui64VNV( { fixed (ulong* __dsl_value = value) { - ProgramUniformui64VNV(program, location, count, __dsl_value); + ProgramUniformui64vNV(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] - public static void ProgramUniformui64VNV( + public static void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value - ) => ProgramUniformui64VNV(program, location, 1, (ulong*)&value); + ) => ProgramUniformui64vNV(program, location, 1, (ulong*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProgramVertexLimitNV")] - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] public static extern void ProgramVertexLimitNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int limit ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] public static void ProgramVertexLimitNV( @@ -90144,72 +49628,8 @@ public static void ProgramVertexLimitNV( ) => ProgramVertexLimitNV((uint)target, limit); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProvokingVertex")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void ProvokingVertex([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] public static void ProvokingVertex( @@ -90217,10 +49637,8 @@ public static void ProvokingVertex( ) => ProvokingVertex((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glProvokingVertexEXT")] - [SupportedApiProfile("gl", ["GL_EXT_provoking_vertex"])] public static extern void ProvokingVertexEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_provoking_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] public static void ProvokingVertexEXT( @@ -90228,58 +49646,8 @@ public static void ProvokingVertexEXT( ) => ProvokingVertexEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPushAttrib")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PushAttrib([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushAttrib")] public static void PushAttrib( @@ -90287,56 +49655,8 @@ public static void PushAttrib( ) => PushAttrib((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPushClientAttrib")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern void PushClientAttrib([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] public static void PushClientAttrib( @@ -90344,14 +49664,10 @@ public static void PushClientAttrib( ) => PushClientAttrib((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPushClientAttribDefaultEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void PushClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] uint mask ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] public static void PushClientAttribDefaultEXT( @@ -90359,28 +49675,6 @@ public static void PushClientAttribDefaultEXT( ) => PushClientAttribDefaultEXT((uint)mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPushDebugGroup")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void PushDebugGroup( [NativeTypeName("GLenum")] uint source, [NativeTypeName("GLuint")] uint id, @@ -90388,28 +49682,6 @@ public static extern void PushDebugGroup( [NativeTypeName("const GLchar *")] sbyte* message ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] [MethodImpl( @@ -90429,7 +49701,6 @@ public static void PushDebugGroup( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPushDebugGroupKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] public static extern void PushDebugGroupKHR( [NativeTypeName("GLenum")] uint source, [NativeTypeName("GLuint")] uint id, @@ -90437,7 +49708,6 @@ public static extern void PushDebugGroupKHR( [NativeTypeName("const GLchar *")] sbyte* message ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] [MethodImpl( @@ -90457,19 +49727,11 @@ public static void PushDebugGroupKHR( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPushGroupMarkerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] public static extern void PushGroupMarkerEXT( [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const GLchar *")] sbyte* marker ); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] [MethodImpl( @@ -90487,128 +49749,17 @@ public static void PushGroupMarkerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPushMatrix")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void PushMatrix(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glPushName")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void PushName([NativeTypeName("GLuint")] uint name); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glQueryCounter")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void QueryCounter( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint target ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryCounter")] public static void QueryCounter( @@ -90617,13 +49768,11 @@ public static void QueryCounter( ) => QueryCounter(id, (uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glQueryCounterEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] public static extern void QueryCounterEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint target ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] public static void QueryCounterEXT( @@ -90633,16 +49782,12 @@ public static void QueryCounterEXT( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glQueryMatrixxOES")] [return: NativeTypeName("GLbitfield")] - [SupportedApiProfile("gl", ["GL_OES_query_matrix"])] - [SupportedApiProfile("gles1", ["GL_OES_query_matrix"])] public static extern uint QueryMatrixxOES( [NativeTypeName("GLfixed *")] int* mantissa, [NativeTypeName("GLint *")] int* exponent ); [return: NativeTypeName("GLbitfield")] - [SupportedApiProfile("gl", ["GL_OES_query_matrix"])] - [SupportedApiProfile("gles1", ["GL_OES_query_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] [MethodImpl( @@ -90661,7 +49806,6 @@ public static uint QueryMatrixxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glQueryObjectParameteruiAMD")] - [SupportedApiProfile("gl", ["GL_AMD_occlusion_query_event"])] public static extern void QueryObjectParameterAMD( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id, @@ -90669,19 +49813,17 @@ public static extern void QueryObjectParameterAMD( [NativeTypeName("GLuint")] uint param3 ); - [SupportedApiProfile("gl", ["GL_AMD_occlusion_query_event"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] public static void QueryObjectParameterAMD( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, - [NativeTypeName("GLuint")] uint param3 - ) => QueryObjectParameterAMD((uint)target, id, pname, param3); + [NativeTypeName("GLuint")] Constant param3 + ) => QueryObjectParameterAMD((uint)target, id, pname, (uint)param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glQueryResourceNV")] [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_query_resource"])] public static extern int QueryResourceNV( [NativeTypeName("GLenum")] uint queryType, [NativeTypeName("GLint")] int tagId, @@ -90690,7 +49832,6 @@ public static extern int QueryResourceNV( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_query_resource"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] [MethodImpl( @@ -90710,13 +49851,11 @@ public static int QueryResourceNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glQueryResourceTagNV")] - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] public static extern void QueryResourceTagNV( [NativeTypeName("GLint")] int tagId, [NativeTypeName("const GLchar *")] sbyte* tagString ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] [MethodImpl( @@ -90734,89 +49873,14 @@ public static void QueryResourceTagNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos2d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos2( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos2([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] [MethodImpl( @@ -90831,89 +49895,14 @@ public static void RasterPos2([NativeTypeName("const GLdouble *")] Ref v } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos2f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos2( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos2([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] [MethodImpl( @@ -90928,89 +49917,14 @@ public static void RasterPos2([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos2i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos2( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos2iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos2([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] [MethodImpl( @@ -91025,89 +49939,14 @@ public static void RasterPos2([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos2s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos2( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos2sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos2([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] [MethodImpl( @@ -91122,17 +49961,14 @@ public static void RasterPos2([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos2xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void RasterPos2XOES( [NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos2xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void RasterPos2XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] [MethodImpl( @@ -91147,31 +49983,6 @@ public static void RasterPos2XOES([NativeTypeName("const GLfixed *")] Ref c } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos3d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos3( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, @@ -91179,58 +49990,8 @@ public static extern void RasterPos3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] [MethodImpl( @@ -91245,31 +50006,6 @@ public static void RasterPos3([NativeTypeName("const GLdouble *")] Ref v } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos3f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos3( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, @@ -91277,58 +50013,8 @@ public static extern void RasterPos3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] [MethodImpl( @@ -91343,31 +50029,6 @@ public static void RasterPos3([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos3i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos3( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -91375,58 +50036,8 @@ public static extern void RasterPos3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos3iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] [MethodImpl( @@ -91441,31 +50052,6 @@ public static void RasterPos3([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos3s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos3( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y, @@ -91473,58 +50059,8 @@ public static extern void RasterPos3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos3sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] [MethodImpl( @@ -91539,7 +50075,6 @@ public static void RasterPos3([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos3xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void RasterPos3XOES( [NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y, @@ -91547,10 +50082,8 @@ public static extern void RasterPos3XOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos3xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void RasterPos3XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] [MethodImpl( @@ -91565,31 +50098,6 @@ public static void RasterPos3XOES([NativeTypeName("const GLfixed *")] Ref c } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos4d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos4( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, @@ -91598,58 +50106,8 @@ public static extern void RasterPos4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos4([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] [MethodImpl( @@ -91664,31 +50122,6 @@ public static void RasterPos4([NativeTypeName("const GLdouble *")] Ref v } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos4f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos4( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, @@ -91697,58 +50130,8 @@ public static extern void RasterPos4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos4([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] [MethodImpl( @@ -91763,31 +50146,6 @@ public static void RasterPos4([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos4i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos4( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -91796,58 +50154,8 @@ public static extern void RasterPos4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos4iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos4([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] [MethodImpl( @@ -91862,31 +50170,6 @@ public static void RasterPos4([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos4s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos4( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y, @@ -91895,58 +50178,8 @@ public static extern void RasterPos4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos4sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void RasterPos4([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] [MethodImpl( @@ -91961,7 +50194,6 @@ public static void RasterPos4([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos4xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void RasterPos4XOES( [NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y, @@ -91970,10 +50202,8 @@ public static extern void RasterPos4XOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterPos4xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void RasterPos4XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] [MethodImpl( @@ -91988,35 +50218,11 @@ public static void RasterPos4XOES([NativeTypeName("const GLfixed *")] Ref c } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRasterSamplesEXT")] - [SupportedApiProfile( - "gl", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "gles2", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] public static extern void RasterSamplesEXT( [NativeTypeName("GLuint")] uint samples, [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "gles2", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] public static void RasterSamplesEXT( @@ -92025,108 +50231,8 @@ public static void RasterSamplesEXT( ) => RasterSamplesEXT(samples, (uint)fixedsamplelocations); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReadBuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void ReadBuffer([NativeTypeName("GLenum")] uint src); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadBuffer")] public static void ReadBuffer( @@ -92134,13 +50240,11 @@ public static void ReadBuffer( ) => ReadBuffer((uint)src); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReadBufferIndexedEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] public static extern void ReadBufferIndexedEXT( [NativeTypeName("GLenum")] uint src, [NativeTypeName("GLint")] int index ); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] public static void ReadBufferIndexedEXT( @@ -92149,24 +50253,12 @@ public static void ReadBufferIndexedEXT( ) => ReadBufferIndexedEXT((uint)src, index); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReadBufferNV")] - [SupportedApiProfile("gles2", ["GL_NV_read_buffer"])] public static extern void ReadBufferNV([NativeTypeName("GLenum")] uint mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReadInstrumentsSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] public static extern void ReadInstrumentsSGIX([NativeTypeName("GLint")] int marker); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReadnPixels")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void ReadnPixels( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -92178,16 +50270,6 @@ public static extern void ReadnPixels( void* data ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixels")] [MethodImpl( @@ -92211,8 +50293,6 @@ Ref data } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReadnPixelsARB")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] public static extern void ReadnPixelsARB( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -92224,8 +50304,6 @@ public static extern void ReadnPixelsARB( void* data ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] [MethodImpl( @@ -92249,8 +50327,6 @@ Ref data } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReadnPixelsEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] public static extern void ReadnPixelsEXT( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -92262,8 +50338,6 @@ public static extern void ReadnPixelsEXT( void* data ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] [MethodImpl( @@ -92287,7 +50361,6 @@ Ref data } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReadnPixelsKHR")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] public static extern void ReadnPixelsKHR( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -92299,7 +50372,6 @@ public static extern void ReadnPixelsKHR( void* data ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] [MethodImpl( @@ -92323,62 +50395,6 @@ Ref data } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReadPixels")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void ReadPixels( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -92389,62 +50405,6 @@ public static extern void ReadPixels( void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadPixels")] [MethodImpl( @@ -92467,31 +50427,6 @@ Ref pixels } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRectd")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Rect( [NativeTypeName("GLdouble")] double x1, [NativeTypeName("GLdouble")] double y1, @@ -92500,61 +50435,11 @@ public static extern void Rect( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRectdv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Rect( [NativeTypeName("const GLdouble *")] double* v1, [NativeTypeName("const GLdouble *")] double* v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectdv")] [MethodImpl( @@ -92573,31 +50458,6 @@ public static void Rect( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRectf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Rect( [NativeTypeName("GLfloat")] float x1, [NativeTypeName("GLfloat")] float y1, @@ -92606,61 +50466,11 @@ public static extern void Rect( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRectfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Rect( [NativeTypeName("const GLfloat *")] float* v1, [NativeTypeName("const GLfloat *")] float* v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectfv")] [MethodImpl( @@ -92679,31 +50489,6 @@ public static void Rect( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRecti")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Rect( [NativeTypeName("GLint")] int x1, [NativeTypeName("GLint")] int y1, @@ -92712,61 +50497,11 @@ public static extern void Rect( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRectiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Rect( [NativeTypeName("const GLint *")] int* v1, [NativeTypeName("const GLint *")] int* v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectiv")] [MethodImpl( @@ -92785,31 +50520,6 @@ public static void Rect( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRects")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Rects( [NativeTypeName("GLshort")] short x1, [NativeTypeName("GLshort")] short y1, @@ -92818,61 +50528,11 @@ public static extern void Rects( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRectsv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Rect( [NativeTypeName("const GLshort *")] short* v1, [NativeTypeName("const GLshort *")] short* v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectsv")] [MethodImpl( @@ -92891,7 +50551,6 @@ public static void Rect( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRectxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void RectxOES( [NativeTypeName("GLfixed")] int x1, [NativeTypeName("GLfixed")] int y1, @@ -92900,13 +50559,11 @@ public static extern void RectxOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRectxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void RectxOES( [NativeTypeName("const GLfixed *")] int* v1, [NativeTypeName("const GLfixed *")] int* v2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectxvOES")] [MethodImpl( @@ -92925,12 +50582,10 @@ public static void RectxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReferencePlaneSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_reference_plane"])] public static extern void ReferencePlaneSGIX( [NativeTypeName("const GLdouble *")] double* equation ); - [SupportedApiProfile("gl", ["GL_SGIX_reference_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] [MethodImpl( @@ -92947,100 +50602,24 @@ public static void ReferencePlaneSGIX( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] public static MaybeBool ReleaseKeyedMutexWin32EXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key - ) => (MaybeBool)(uint)ReleaseKeyedMutexWin32EXTRaw(memory, key); + ) => (MaybeBool)(uint)ReleaseKeyedMutexWin32EXTRawEXT(memory, key); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReleaseKeyedMutexWin32EXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] - public static extern uint ReleaseKeyedMutexWin32EXTRaw( + public static extern uint ReleaseKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReleaseShaderCompiler")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void ReleaseShaderCompiler(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRenderbufferStorage")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void RenderbufferStorage( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -93048,47 +50627,6 @@ public static extern void RenderbufferStorage( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] public static void RenderbufferStorage( @@ -93099,7 +50637,6 @@ public static void RenderbufferStorage( ) => RenderbufferStorage((uint)target, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRenderbufferStorageEXT")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] public static extern void RenderbufferStorageEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -93107,7 +50644,6 @@ public static extern void RenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] public static void RenderbufferStorageEXT( @@ -93118,42 +50654,6 @@ public static void RenderbufferStorageEXT( ) => RenderbufferStorageEXT((uint)target, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRenderbufferStorageMultisample")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void RenderbufferStorageMultisample( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, @@ -93162,42 +50662,6 @@ public static extern void RenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] public static void RenderbufferStorageMultisample( @@ -93220,9 +50684,6 @@ public static void RenderbufferStorageMultisample( ExactSpelling = true, EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD" )] - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] public static extern void RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, @@ -93232,9 +50693,6 @@ public static extern void RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] public static void RenderbufferStorageMultisampleAdvanceAMD( @@ -93259,8 +50717,7 @@ public static void RenderbufferStorageMultisampleAdvanceAMD( ExactSpelling = true, EntryPoint = "glRenderbufferStorageMultisampleANGLE" )] - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_multisample"])] - public static extern void RenderbufferStorageMultisampleAngle( + public static extern void RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, @@ -93268,17 +50725,16 @@ public static extern void RenderbufferStorageMultisampleAngle( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] - public static void RenderbufferStorageMultisampleAngle( + public static void RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height ) => - RenderbufferStorageMultisampleAngle( + RenderbufferStorageMultisampleANGLE( (uint)target, samples, (uint)internalformat, @@ -93291,9 +50747,7 @@ public static void RenderbufferStorageMultisampleAngle( ExactSpelling = true, EntryPoint = "glRenderbufferStorageMultisampleAPPLE" )] - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] - public static extern void RenderbufferStorageMultisampleApple( + public static extern void RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, @@ -93301,18 +50755,16 @@ public static extern void RenderbufferStorageMultisampleApple( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] - public static void RenderbufferStorageMultisampleApple( + public static void RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height ) => - RenderbufferStorageMultisampleApple( + RenderbufferStorageMultisampleAPPLE( (uint)target, samples, (uint)internalformat, @@ -93325,8 +50777,6 @@ public static void RenderbufferStorageMultisampleApple( ExactSpelling = true, EntryPoint = "glRenderbufferStorageMultisampleCoverageNV" )] - [SupportedApiProfile("gl", ["GL_NV_framebuffer_multisample_coverage"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_multisample_coverage"])] public static extern void RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint coverageSamples, @@ -93336,8 +50786,6 @@ public static extern void RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_multisample_coverage"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_multisample_coverage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] public static void RenderbufferStorageMultisampleCoverageNV( @@ -93362,9 +50810,6 @@ public static void RenderbufferStorageMultisampleCoverageNV( ExactSpelling = true, EntryPoint = "glRenderbufferStorageMultisampleEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_multisample"])] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] public static extern void RenderbufferStorageMultisampleEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, @@ -93373,9 +50818,6 @@ public static extern void RenderbufferStorageMultisampleEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_multisample"])] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] public static void RenderbufferStorageMultisampleEXT( @@ -93398,8 +50840,6 @@ public static void RenderbufferStorageMultisampleEXT( ExactSpelling = true, EntryPoint = "glRenderbufferStorageMultisampleIMG" )] - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] public static extern void RenderbufferStorageMultisampleIMG( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, @@ -93408,8 +50848,6 @@ public static extern void RenderbufferStorageMultisampleIMG( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] public static void RenderbufferStorageMultisampleIMG( @@ -93432,7 +50870,6 @@ public static void RenderbufferStorageMultisampleIMG( ExactSpelling = true, EntryPoint = "glRenderbufferStorageMultisampleNV" )] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_multisample"])] public static extern void RenderbufferStorageMultisampleNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, @@ -93441,7 +50878,6 @@ public static extern void RenderbufferStorageMultisampleNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] public static void RenderbufferStorageMultisampleNV( @@ -93460,7 +50896,6 @@ public static void RenderbufferStorageMultisampleNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRenderbufferStorageOES")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] public static extern void RenderbufferStorageOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -93468,7 +50903,6 @@ public static extern void RenderbufferStorageOES( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] public static void RenderbufferStorageOES( @@ -93479,64 +50913,13 @@ public static void RenderbufferStorageOES( ) => RenderbufferStorageOES((uint)target, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRenderGpuMaskNV")] - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] public static extern void RenderGpuMaskNV([NativeTypeName("GLbitfield")] uint mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRenderMode")] [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern int RenderMode([NativeTypeName("GLenum")] uint mode); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderMode")] public static int RenderMode( @@ -93544,14 +50927,12 @@ public static int RenderMode( ) => (int)RenderMode((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReplacementCodePointerSUN")] - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] public static extern void ReplacementCodePointerSUN( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] [MethodImpl( @@ -93570,16 +50951,13 @@ public static void ReplacementCodePointerSUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReplacementCodeubSUN")] - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] public static extern void ReplacementCodeSUN([NativeTypeName("GLubyte")] byte code); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReplacementCodeubvSUN")] - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] public static extern void ReplacementCodeSUN( [NativeTypeName("const GLubyte *")] byte* code ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] [MethodImpl( @@ -93598,7 +50976,6 @@ public static void ReplacementCodeSUN([NativeTypeName("const GLubyte *")] Ref ReplacementCodeuiVertex3SUN((uint)rc, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReplacementCodeuiVertex3fvSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -94951,7 +52260,6 @@ public static void ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -94968,7 +52276,6 @@ public static void ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -94986,7 +52293,6 @@ public static void ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -95003,7 +52309,6 @@ public static void ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -95021,7 +52326,6 @@ public static void ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -95039,10 +52343,8 @@ public static void ReplacementCodeuiVertex3SUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glReplacementCodeuivSUN")] - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] public static extern void ReplacementCodeSUN([NativeTypeName("const GLuint *")] uint* code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl( @@ -95056,7 +52358,6 @@ public static void ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref RequestResidentProgramNV(1, (uint*)&programs); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResetHistogram")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void ResetHistogram([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetHistogram")] public static void ResetHistogram( @@ -95153,10 +52445,8 @@ public static void ResetHistogram( ) => ResetHistogram((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResetHistogramEXT")] - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] public static extern void ResetHistogramEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] public static void ResetHistogramEXT( @@ -95164,19 +52454,14 @@ public static void ResetHistogramEXT( ) => ResetHistogramEXT((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResetMemoryObjectParameterNV")] - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] public static extern void ResetMemoryObjectParameterNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLenum")] uint pname ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResetMinmax")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void ResetMinmax([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetMinmax")] public static void ResetMinmax( @@ -95184,10 +52469,8 @@ public static void ResetMinmax( ) => ResetMinmax((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResetMinmaxEXT")] - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] public static extern void ResetMinmaxEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] public static void ResetMinmaxEXT( @@ -95195,13 +52478,9 @@ public static void ResetMinmaxEXT( ) => ResetMinmaxEXT((uint)target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResizeBuffersMESA")] - [SupportedApiProfile("gl", ["GL_MESA_resize_buffers"])] public static extern void ResizeBuffersMESA(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResolveDepthValuesNV")] - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] public static extern void ResolveDepthValuesNV(); [DllImport( @@ -95209,71 +52488,15 @@ public static void ResetMinmaxEXT( ExactSpelling = true, EntryPoint = "glResolveMultisampleFramebufferAPPLE" )] - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] - public static extern void ResolveMultisampleFramebufferApple(); + public static extern void ResolveMultisampleFramebufferAPPLE(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResumeTransformFeedback")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void ResumeTransformFeedback(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glResumeTransformFeedbackNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] public static extern void ResumeTransformFeedbackNV(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRotated")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Rotate( [NativeTypeName("GLdouble")] double angle, [NativeTypeName("GLdouble")] double x, @@ -95282,32 +52505,6 @@ public static extern void Rotate( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRotatef")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Rotate( [NativeTypeName("GLfloat")] float angle, [NativeTypeName("GLfloat")] float x, @@ -95316,7 +52513,6 @@ public static extern void Rotate( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRotatex")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Rotatex( [NativeTypeName("GLfixed")] int angle, [NativeTypeName("GLfixed")] int x, @@ -95325,8 +52521,6 @@ public static extern void Rotatex( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glRotatexOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void RotatexOES( [NativeTypeName("GLfixed")] int angle, [NativeTypeName("GLfixed")] int x, @@ -95335,111 +52529,11 @@ public static extern void RotatexOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleCoverage")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void SampleCoverage( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] public static void SampleCoverage( @@ -95448,13 +52542,11 @@ public static void SampleCoverage( ) => SampleCoverage(value, (uint)invert); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleCoverageARB")] - [SupportedApiProfile("gl", ["GL_ARB_multisample"])] public static extern void SampleCoverageARB( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gl", ["GL_ARB_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] public static void SampleCoverageARB( @@ -95463,13 +52555,11 @@ public static void SampleCoverageARB( ) => SampleCoverageARB(value, (uint)invert); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleCoveragex")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void SampleCoveragex( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] public static void SampleCoveragex( @@ -95478,13 +52568,11 @@ public static void SampleCoveragex( ) => SampleCoveragex(value, (uint)invert); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleCoveragexOES")] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void SampleCoveragexOES( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] public static void SampleCoveragexOES( @@ -95493,14 +52581,12 @@ public static void SampleCoveragexOES( ) => SampleCoveragexOES(value, (uint)invert); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleMapATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void SampleMapATI( [NativeTypeName("GLuint")] uint dst, [NativeTypeName("GLuint")] uint interp, [NativeTypeName("GLenum")] uint swizzle ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] public static void SampleMapATI( @@ -95510,13 +52596,11 @@ public static void SampleMapATI( ) => SampleMapATI((uint)dst, (uint)interp, (uint)swizzle); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleMaskEXT")] - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] public static extern void SampleMaskEXT( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] public static void SampleMaskEXT( @@ -95525,58 +52609,23 @@ public static void SampleMaskEXT( ) => SampleMaskEXT(value, (uint)invert); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleMaski")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void SampleMask( [NativeTypeName("GLuint")] uint maskNumber, [NativeTypeName("GLbitfield")] uint mask ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleMaskIndexedNV")] - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] public static extern void SampleMaskIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLbitfield")] uint mask ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSampleMaskSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] public static extern void SampleMaskSGIS( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] public static void SampleMaskSGIS( @@ -95585,10 +52634,8 @@ public static void SampleMaskSGIS( ) => SampleMaskSGIS(value, (uint)invert); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplePatternEXT")] - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] public static extern void SamplePatternEXT([NativeTypeName("GLenum")] uint pattern); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] public static void SamplePatternEXT( @@ -95596,10 +52643,8 @@ public static void SamplePatternEXT( ) => SamplePatternEXT((uint)pattern); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplePatternSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] public static extern void SamplePatternSGIS([NativeTypeName("GLenum")] uint pattern); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] public static void SamplePatternSGIS( @@ -95607,92 +52652,12 @@ public static void SamplePatternSGIS( ) => SamplePatternSGIS((uint)pattern); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameterf")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] public static extern void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] public static void SamplerParameter( @@ -95702,92 +52667,12 @@ public static void SamplerParameter( ) => SamplerParameter(sampler, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameterfv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] public static extern void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] [MethodImpl( @@ -95806,92 +52691,12 @@ public static void SamplerParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameteri")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] public static extern void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] public static void SamplerParameter( @@ -95901,72 +52706,12 @@ public static void SamplerParameter( ) => SamplerParameter(sampler, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameterIiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void SamplerParameterI( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] [MethodImpl( @@ -95985,14 +52730,12 @@ public static void SamplerParameterI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameterIivEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] public static extern void SamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] [MethodImpl( @@ -96011,14 +52754,12 @@ public static void SamplerParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameterIivOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] public static extern void SamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] [MethodImpl( @@ -96037,72 +52778,12 @@ public static void SamplerParameterIOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameterIuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void SamplerParameterI( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLuint *")] uint* param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] [MethodImpl( @@ -96121,14 +52802,12 @@ public static void SamplerParameterI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameterIuivEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] public static extern void SamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLuint *")] uint* param2 ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] [MethodImpl( @@ -96147,14 +52826,12 @@ public static void SamplerParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameterIuivOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] public static extern void SamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLuint *")] uint* param2 ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] [MethodImpl( @@ -96173,92 +52850,12 @@ public static void SamplerParameterIOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSamplerParameteriv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] public static extern void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] [MethodImpl( @@ -96277,31 +52874,6 @@ public static void SamplerParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScaled")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Scale( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, @@ -96309,32 +52881,6 @@ public static extern void Scale( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScalef")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Scale( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, @@ -96342,7 +52888,6 @@ public static extern void Scale( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScalex")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Scalex( [NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y, @@ -96350,8 +52895,6 @@ public static extern void Scalex( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScalexOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void ScalexOES( [NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y, @@ -96359,62 +52902,6 @@ public static extern void ScalexOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScissor")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Scissor( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -96423,64 +52910,12 @@ public static extern void Scissor( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScissorArrayv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ScissorArray( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl( @@ -96498,32 +52933,6 @@ public static void ScissorArray( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] public static void ScissorArray( @@ -96532,14 +52941,12 @@ public static void ScissorArray( ) => ScissorArray(first, 1, (int*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScissorArrayvNV")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] public static extern void ScissorArrayNV( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl( @@ -96557,7 +52964,6 @@ public static void ScissorArrayNV( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] public static void ScissorArrayNV( @@ -96565,23 +52971,20 @@ public static void ScissorArrayNV( [NativeTypeName("const GLint *")] int v ) => ScissorArrayNV(first, 1, (int*)&v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] - public static void ScissorArrayvO( + public static void ScissorArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLint *")] int v ) => ScissorArrayOES(first, 1, (int*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScissorArrayvOES")] - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] public static extern void ScissorArrayOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl( @@ -96600,18 +53003,12 @@ public static void ScissorArrayOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScissorExclusiveArrayvNV")] - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] public static extern void ScissorExclusiveArrayNV( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl( @@ -96629,9 +53026,6 @@ public static void ScissorExclusiveArrayNV( } } - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] public static void ScissorExclusiveArrayNV( @@ -96640,9 +53034,6 @@ public static void ScissorExclusiveArrayNV( ) => ScissorExclusiveArrayNV(first, 1, (int*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScissorExclusiveNV")] - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] public static extern void ScissorExclusiveNV( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -96651,32 +53042,6 @@ public static extern void ScissorExclusiveNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScissorIndexed")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ScissorIndexed( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int left, @@ -96686,7 +53051,6 @@ public static extern void ScissorIndexed( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScissorIndexedNV")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] public static extern void ScissorIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int left, @@ -96696,7 +53060,6 @@ public static extern void ScissorIndexedNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScissorIndexedOES")] - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] public static extern void ScissorIndexedOES( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int left, @@ -96706,63 +53069,11 @@ public static extern void ScissorIndexedOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScissorIndexedv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ScissorIndexed( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] [MethodImpl( @@ -96780,13 +53091,11 @@ public static void ScissorIndexed( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScissorIndexedvNV")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] public static extern void ScissorIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] [MethodImpl( @@ -96804,13 +53113,11 @@ public static void ScissorIndexedNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glScissorIndexedvOES")] - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] public static extern void ScissorIndexedOES( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] [MethodImpl( @@ -96828,27 +53135,6 @@ public static void ScissorIndexedOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColor3b")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void SecondaryColor3( [NativeTypeName("GLbyte")] sbyte red, [NativeTypeName("GLbyte")] sbyte green, @@ -96856,7 +53142,6 @@ public static extern void SecondaryColor3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColor3bEXT")] - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] public static extern void SecondaryColor3EXT( [NativeTypeName("GLbyte")] sbyte red, [NativeTypeName("GLbyte")] sbyte green, @@ -96864,50 +53149,8 @@ public static extern void SecondaryColor3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColor3bv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void SecondaryColor3([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] [MethodImpl( @@ -96922,10 +53165,8 @@ public static void SecondaryColor3([NativeTypeName("const GLbyte *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColor3bvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] public static extern void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] [MethodImpl( @@ -96940,27 +53181,6 @@ public static void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColor3ivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] public static extern void SecondaryColor3EXT([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] [MethodImpl( @@ -97304,27 +53344,6 @@ public static void SecondaryColor3EXT([NativeTypeName("const GLint *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColor3s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void SecondaryColor3( [NativeTypeName("GLshort")] short red, [NativeTypeName("GLshort")] short green, @@ -97332,7 +53351,6 @@ public static extern void SecondaryColor3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColor3sEXT")] - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] public static extern void SecondaryColor3EXT( [NativeTypeName("GLshort")] short red, [NativeTypeName("GLshort")] short green, @@ -97340,50 +53358,8 @@ public static extern void SecondaryColor3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColor3sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void SecondaryColor3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] [MethodImpl( @@ -97398,10 +53374,8 @@ public static void SecondaryColor3([NativeTypeName("const GLshort *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColor3ubvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] public static extern void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] byte* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] [MethodImpl( @@ -97528,27 +53436,6 @@ public static void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColor3uivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] public static extern void SecondaryColor3EXT([NativeTypeName("const GLuint *")] uint* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] [MethodImpl( @@ -97640,27 +53482,6 @@ public static void SecondaryColor3EXT([NativeTypeName("const GLuint *")] Ref SecondaryColorFormatNV(size, (uint)type, stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColorP3ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void SecondaryColorP3( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] public static void SecondaryColorP3( @@ -97788,59 +53558,35 @@ public static void SecondaryColorP3( ) => SecondaryColorP3((uint)type, color); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColorP3uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void SecondaryColorP3Uiv( + public static extern void SecondaryColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SecondaryColorP3Uiv( + public static void SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ) { fixed (uint* __dsl_color = color) { - SecondaryColorP3Uiv((uint)type, __dsl_color); + SecondaryColorP3uiv((uint)type, __dsl_color); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] - public static void SecondaryColorP3Uiv( + public static void SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => SecondaryColorP3Uiv((uint)type, (uint*)&color); + ) => SecondaryColorP3uiv((uint)type, (uint*)&color); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColorPointer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void SecondaryColorPointer( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -97848,27 +53594,6 @@ public static extern void SecondaryColorPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] [MethodImpl( @@ -97888,7 +53613,6 @@ public static void SecondaryColorPointer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColorPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] public static extern void SecondaryColorPointerEXT( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -97896,7 +53620,6 @@ public static extern void SecondaryColorPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] [MethodImpl( @@ -97916,7 +53639,6 @@ public static void SecondaryColorPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSecondaryColorPointerListIBM")] - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] public static extern void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -97925,7 +53647,6 @@ public static extern void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl( @@ -97945,7 +53666,6 @@ public static void SecondaryColorPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl( @@ -97963,61 +53683,11 @@ public static Ptr SecondaryColorPointerListIBM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSelectBuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void SelectBuffer( [NativeTypeName("GLsizei")] uint size, [NativeTypeName("GLuint *")] uint* buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl( @@ -98034,31 +53704,6 @@ public static void SelectBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] public static uint SelectBuffer() @@ -98069,9 +53714,6 @@ public static uint SelectBuffer() } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSelectPerfMonitorCountersAMD")] - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] public static extern void SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint monitor, [NativeTypeName("GLboolean")] uint enable, @@ -98080,9 +53722,6 @@ public static extern void SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] uint* counterList ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl( @@ -98108,9 +53747,6 @@ public static void SelectPerfMonitorCountersAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] public static uint SelectPerfMonitorCountersAMD( @@ -98125,16 +53761,12 @@ public static uint SelectPerfMonitorCountersAMD( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSemaphoreParameterivNV")] - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] public static extern void SemaphoreParameterNV( [NativeTypeName("GLuint")] uint semaphore, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] [MethodImpl( @@ -98153,16 +53785,12 @@ public static void SemaphoreParameterNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSemaphoreParameterui64vEXT")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] public static extern void SemaphoreParameterEXT( [NativeTypeName("GLuint")] uint semaphore, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] [MethodImpl( @@ -98181,7 +53809,6 @@ public static void SemaphoreParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSeparableFilter2D")] - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] public static extern void SeparableFilter2D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -98193,7 +53820,6 @@ public static extern void SeparableFilter2D( [NativeTypeName("const void *")] void* column ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] [MethodImpl( @@ -98227,7 +53853,6 @@ public static void SeparableFilter2D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSeparableFilter2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] public static extern void SeparableFilter2DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -98239,7 +53864,6 @@ public static extern void SeparableFilter2DEXT( [NativeTypeName("const void *")] void* column ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] [MethodImpl( @@ -98273,21 +53897,14 @@ public static void SeparableFilter2DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSetFenceAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] - public static extern void SetFenceApple([NativeTypeName("GLuint")] uint fence); + public static extern void SetFenceAPPLE([NativeTypeName("GLuint")] uint fence); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSetFenceNV")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] public static extern void SetFenceNV( [NativeTypeName("GLuint")] uint fence, [NativeTypeName("GLenum")] uint condition ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] public static void SetFenceNV( @@ -98296,13 +53913,11 @@ public static void SetFenceNV( ) => SetFenceNV(fence, (uint)condition); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSetFragmentShaderConstantATI")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] public static extern void SetFragmentShaderConstantATI( [NativeTypeName("GLuint")] uint dst, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] [MethodImpl( @@ -98320,14 +53935,12 @@ public static void SetFragmentShaderConstantATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSetInvariantEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void SetInvariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] [MethodImpl( @@ -98346,14 +53959,12 @@ public static void SetInvariantEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSetLocalConstantEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void SetLocalConstantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] [MethodImpl( @@ -98372,14 +53983,12 @@ public static void SetLocalConstantEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSetMultisamplefvAMD")] - [SupportedApiProfile("gl", ["GL_AMD_sample_positions"])] public static extern void SetMultisampleAMD( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* val ); - [SupportedApiProfile("gl", ["GL_AMD_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] [MethodImpl( @@ -98398,60 +54007,8 @@ public static void SetMultisampleAMD( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShadeModel")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void ShadeModel([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadeModel")] public static void ShadeModel( @@ -98459,37 +54016,6 @@ public static void ShadeModel( ) => ShadeModel((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShaderBinary")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void ShaderBinary( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* shaders, @@ -98498,37 +54024,6 @@ public static extern void ShaderBinary( [NativeTypeName("GLsizei")] uint length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderBinary")] [MethodImpl( @@ -98550,14 +54045,12 @@ public static void ShaderBinary( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShaderOp1EXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void ShaderOp1EXT( [NativeTypeName("GLenum")] uint op, [NativeTypeName("GLuint")] uint res, [NativeTypeName("GLuint")] uint arg1 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] public static void ShaderOp1EXT( @@ -98567,7 +54060,6 @@ public static void ShaderOp1EXT( ) => ShaderOp1EXT((uint)op, res, arg1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShaderOp2EXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void ShaderOp2EXT( [NativeTypeName("GLenum")] uint op, [NativeTypeName("GLuint")] uint res, @@ -98575,7 +54067,6 @@ public static extern void ShaderOp2EXT( [NativeTypeName("GLuint")] uint arg2 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] public static void ShaderOp2EXT( @@ -98586,7 +54077,6 @@ public static void ShaderOp2EXT( ) => ShaderOp2EXT((uint)op, res, arg1, arg2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShaderOp3EXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void ShaderOp3EXT( [NativeTypeName("GLenum")] uint op, [NativeTypeName("GLuint")] uint res, @@ -98595,7 +54085,6 @@ public static extern void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg3 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] public static void ShaderOp3EXT( @@ -98607,49 +54096,6 @@ public static void ShaderOp3EXT( ) => ShaderOp3EXT((uint)op, res, arg1, arg2, arg3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShaderSource")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void ShaderSource( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint count, @@ -98657,49 +54103,6 @@ public static extern void ShaderSource( [NativeTypeName("const GLint *")] int* length ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderSource")] [MethodImpl( @@ -98720,7 +54123,6 @@ public static void ShaderSource( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShaderSourceARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void ShaderSourceARB( [NativeTypeName("GLhandleARB")] uint shaderObj, [NativeTypeName("GLsizei")] uint count, @@ -98728,7 +54130,6 @@ public static extern void ShaderSourceARB( [NativeTypeName("const GLint *")] int* length ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] [MethodImpl( @@ -98749,28 +54150,6 @@ public static void ShaderSourceARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShaderStorageBlockBinding")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_storage_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_storage_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void ShaderStorageBlockBinding( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint storageBlockIndex, @@ -98778,13 +54157,11 @@ public static extern void ShaderStorageBlockBinding( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShadingRateCombinerOpsEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] public static extern void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] uint combinerOp0, [NativeTypeName("GLenum")] uint combinerOp1 ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] public static void ShadingRateCombinerOpEXT( @@ -98793,10 +54170,8 @@ public static void ShadingRateCombinerOpEXT( ) => ShadingRateCombinerOpEXT((uint)combinerOp0, (uint)combinerOp1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShadingRateEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] public static extern void ShadingRateEXT([NativeTypeName("GLenum")] uint rate); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] public static void ShadingRateEXT( @@ -98804,16 +54179,10 @@ public static void ShadingRateEXT( ) => ShadingRateEXT((uint)rate); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShadingRateImageBarrierNV")] - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] public static extern void ShadingRateImageBarrierNV( [NativeTypeName("GLboolean")] uint synchronize ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] public static void ShadingRateImageBarrierNV( @@ -98821,9 +54190,6 @@ public static void ShadingRateImageBarrierNV( ) => ShadingRateImageBarrierNV((uint)synchronize); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShadingRateImagePaletteNV")] - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] public static extern void ShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint viewport, [NativeTypeName("GLuint")] uint first, @@ -98831,9 +54197,6 @@ public static extern void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] uint* rates ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl( @@ -98852,9 +54215,6 @@ public static void ShadingRateImagePaletteNV( } } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] public static void ShadingRateImagePaletteNV( @@ -98864,10 +54224,8 @@ public static void ShadingRateImagePaletteNV( ) => ShadingRateImagePaletteNV(viewport, first, 1, (uint*)&rates); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShadingRateQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_shading_rate"])] public static extern void ShadingRateQCOM([NativeTypeName("GLenum")] uint rate); - [SupportedApiProfile("gles2", ["GL_QCOM_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] public static void ShadingRateQCOM( @@ -98875,18 +54233,12 @@ public static void ShadingRateQCOM( ) => ShadingRateQCOM((uint)rate); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShadingRateSampleOrderCustomNV")] - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] public static extern void ShadingRateSampleOrderCustomNV( [NativeTypeName("GLenum")] uint rate, [NativeTypeName("GLuint")] uint samples, [NativeTypeName("const GLint *")] int* locations ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl( @@ -98904,9 +54256,6 @@ public static void ShadingRateSampleOrderCustomNV( } } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] public static void ShadingRateSampleOrderCustomNV( @@ -98915,20 +54264,15 @@ public static void ShadingRateSampleOrderCustomNV( ) => ShadingRateSampleOrderCustomNV(1, samples, (int*)&locations); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glShadingRateSampleOrderNV")] - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] public static extern void ShadingRateSampleOrderNV([NativeTypeName("GLenum")] uint order); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSharpenTexFuncSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] public static extern void SharpenTexFuncSGIS( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] [MethodImpl( @@ -98947,8 +54291,6 @@ public static void SharpenTexFuncSGIS( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSignalSemaphoreEXT")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] public static extern void SignalSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, [NativeTypeName("GLuint")] uint numBufferBarriers, @@ -98958,8 +54300,6 @@ public static extern void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] uint* dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -98989,8 +54329,6 @@ public static void SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -99018,8 +54356,6 @@ public static void SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -99049,8 +54385,6 @@ public static void SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -99078,8 +54412,6 @@ public static void SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -99109,8 +54441,6 @@ public static void SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -99139,7 +54469,6 @@ public static void SignalSemaphoreEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSignalSemaphoreui64NVX")] - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] public static extern void SignalSemaphoreNVX( [NativeTypeName("GLuint")] uint signalGpu, [NativeTypeName("GLsizei")] uint fenceObjectCount, @@ -99147,7 +54476,6 @@ public static extern void SignalSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] [MethodImpl( @@ -99173,22 +54501,14 @@ public static void SignalSemaphoreNVX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSignalVkFenceNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] public static extern void SignalVkFenceNV([NativeTypeName("GLuint64")] ulong vkFence); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSignalVkSemaphoreNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] public static extern void SignalVkSemaphoreNV( [NativeTypeName("GLuint64")] ulong vkSemaphore ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSpecializeShader")] - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] public static extern void SpecializeShader( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("const GLchar *")] sbyte* pEntryPoint, @@ -99197,8 +54517,6 @@ public static extern void SpecializeShader( [NativeTypeName("const GLuint *")] uint* pConstantValue ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] [MethodImpl( @@ -99227,8 +54545,6 @@ public static void SpecializeShader( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSpecializeShaderARB")] - [SupportedApiProfile("gl", ["GL_ARB_gl_spirv"])] - [SupportedApiProfile("glcore", ["GL_ARB_gl_spirv"])] public static extern void SpecializeShaderARB( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("const GLchar *")] sbyte* pEntryPoint, @@ -99237,8 +54553,6 @@ public static extern void SpecializeShaderARB( [NativeTypeName("const GLuint *")] uint* pConstantValue ); - [SupportedApiProfile("gl", ["GL_ARB_gl_spirv"])] - [SupportedApiProfile("glcore", ["GL_ARB_gl_spirv"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] [MethodImpl( @@ -99267,13 +54581,11 @@ public static void SpecializeShaderARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSpriteParameterfSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] public static extern void SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] public static void SpriteParameterSGIX( @@ -99282,13 +54594,11 @@ public static void SpriteParameterSGIX( ) => SpriteParameterSGIX((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSpriteParameterfvSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] public static extern void SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] [MethodImpl( @@ -99306,28 +54616,24 @@ public static void SpriteParameterSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSpriteParameteriSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] public static extern void SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] public static void SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 - ) => SpriteParameterSGIX((uint)pname, param1); + [NativeTypeName("GLint")] Constant param1 + ) => SpriteParameterSGIX((uint)pname, (int)param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSpriteParameterivSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] public static extern void SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] [MethodImpl( @@ -99345,12 +54651,9 @@ public static void SpriteParameterSGIX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStartInstrumentsSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] public static extern void StartInstrumentsSGIX(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStartTilingQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] public static extern void StartTilingQCOM( [NativeTypeName("GLuint")] uint x, [NativeTypeName("GLuint")] uint y, @@ -99359,8 +54662,6 @@ public static extern void StartTilingQCOM( [NativeTypeName("GLbitfield")] uint preserveMask ); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] public static void StartTilingQCOM( @@ -99372,24 +54673,18 @@ public static void StartTilingQCOM( ) => StartTilingQCOM(x, y, width, height, (uint)preserveMask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStateCaptureNV")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] public static extern void StateCaptureNV( [NativeTypeName("GLuint")] uint state, [NativeTypeName("GLenum")] uint mode ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilClearTagEXT")] - [SupportedApiProfile("gl", ["GL_EXT_stencil_clear_tag"])] public static extern void StencilClearTagEXT( [NativeTypeName("GLsizei")] uint stencilTagBits, [NativeTypeName("GLuint")] uint stencilClearTag ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilFillPathInstancedNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void StencilFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, [NativeTypeName("GLenum")] uint pathNameType, @@ -99401,9 +54696,6 @@ public static extern void StencilFillPathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] [MethodImpl( @@ -99437,18 +54729,12 @@ public static void StencilFillPathInstancedNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilFillPathNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void StencilFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint fillMode, [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] public static void StencilFillPathNV( @@ -99458,124 +54744,12 @@ public static void StencilFillPathNV( ) => StencilFillPathNV(path, (uint)fillMode, mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilFunc")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void StencilFunc( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLint")] int @ref, [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFunc")] public static void StencilFunc( @@ -99585,49 +54759,6 @@ public static void StencilFunc( ) => StencilFunc((uint)func, @ref, mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilFuncSeparate")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void StencilFuncSeparate( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint func, @@ -99635,49 +54766,6 @@ public static extern void StencilFuncSeparate( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] public static void StencilFuncSeparate( @@ -99688,7 +54776,6 @@ public static void StencilFuncSeparate( ) => StencilFuncSeparate((uint)face, (uint)func, @ref, mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilFuncSeparateATI")] - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] public static extern void StencilFuncSeparateATI( [NativeTypeName("GLenum")] uint frontfunc, [NativeTypeName("GLenum")] uint backfunc, @@ -99696,7 +54783,6 @@ public static extern void StencilFuncSeparateATI( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] public static void StencilFuncSeparateATI( @@ -99707,156 +54793,14 @@ public static void StencilFuncSeparateATI( ) => StencilFuncSeparateATI((uint)frontfunc, (uint)backfunc, @ref, mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilMask")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void StencilMask([NativeTypeName("GLuint")] uint mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilMaskSeparate")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void StencilMaskSeparate( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] public static void StencilMaskSeparate( @@ -99865,124 +54809,12 @@ public static void StencilMaskSeparate( ) => StencilMaskSeparate((uint)face, mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilOp")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void StencilOp( [NativeTypeName("GLenum")] uint fail, [NativeTypeName("GLenum")] uint zfail, [NativeTypeName("GLenum")] uint zpass ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOp")] public static void StencilOp( @@ -99992,49 +54824,6 @@ public static void StencilOp( ) => StencilOp((uint)fail, (uint)zfail, (uint)zpass); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilOpSeparate")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void StencilOpSeparate( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint sfail, @@ -100042,49 +54831,6 @@ public static extern void StencilOpSeparate( [NativeTypeName("GLenum")] uint dppass ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] public static void StencilOpSeparate( @@ -100095,7 +54841,6 @@ public static void StencilOpSeparate( ) => StencilOpSeparate((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilOpSeparateATI")] - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] public static extern void StencilOpSeparateATI( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint sfail, @@ -100103,7 +54848,6 @@ public static extern void StencilOpSeparateATI( [NativeTypeName("GLenum")] uint dppass ); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] public static void StencilOpSeparateATI( @@ -100114,13 +54858,11 @@ public static void StencilOpSeparateATI( ) => StencilOpSeparateATI((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilOpValueAMD")] - [SupportedApiProfile("gl", ["GL_AMD_stencil_operation_extended"])] public static extern void StencilOpValueAMD( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_AMD_stencil_operation_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] public static void StencilOpValueAMD( @@ -100129,9 +54871,6 @@ public static void StencilOpValueAMD( ) => StencilOpValueAMD((uint)face, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilStrokePathInstancedNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void StencilStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, [NativeTypeName("GLenum")] uint pathNameType, @@ -100143,9 +54882,6 @@ public static extern void StencilStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] [MethodImpl( @@ -100179,9 +54915,6 @@ public static void StencilStrokePathInstancedNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilStrokePathNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void StencilStrokePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLint")] int reference, @@ -100193,9 +54926,6 @@ public static extern void StencilStrokePathNV( ExactSpelling = true, EntryPoint = "glStencilThenCoverFillPathInstancedNV" )] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void StencilThenCoverFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, [NativeTypeName("GLenum")] uint pathNameType, @@ -100208,9 +54938,6 @@ public static extern void StencilThenCoverFillPathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] [MethodImpl( @@ -100246,9 +54973,6 @@ public static void StencilThenCoverFillPathInstancedNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilThenCoverFillPathNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void StencilThenCoverFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint fillMode, @@ -100256,9 +54980,6 @@ public static extern void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] uint coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] public static void StencilThenCoverFillPathNV( @@ -100273,9 +54994,6 @@ public static void StencilThenCoverFillPathNV( ExactSpelling = true, EntryPoint = "glStencilThenCoverStrokePathInstancedNV" )] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void StencilThenCoverStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, [NativeTypeName("GLenum")] uint pathNameType, @@ -100288,9 +55006,6 @@ public static extern void StencilThenCoverStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] [MethodImpl( @@ -100326,9 +55041,6 @@ public static void StencilThenCoverStrokePathInstancedNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStencilThenCoverStrokePathNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void StencilThenCoverStrokePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLint")] int reference, @@ -100336,9 +55048,6 @@ public static extern void StencilThenCoverStrokePathNV( [NativeTypeName("GLenum")] uint coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] public static void StencilThenCoverStrokePathNV( @@ -100349,44 +55058,37 @@ public static void StencilThenCoverStrokePathNV( ) => StencilThenCoverStrokePathNV(path, reference, mask, (uint)coverMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStopInstrumentsSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] public static extern void StopInstrumentsSGIX([NativeTypeName("GLint")] int marker); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glStringMarkerGREMEDY")] - [SupportedApiProfile("gl", ["GL_GREMEDY_string_marker"])] - public static extern void StringMarkerGremedy( + public static extern void StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] void* @string ); - [SupportedApiProfile("gl", ["GL_GREMEDY_string_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void StringMarkerGremedy( + public static void StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] Ref @string ) { fixed (void* __dsl_string = @string) { - StringMarkerGremedy(len, __dsl_string); + StringMarkerGREMEDY(len, __dsl_string); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSubpixelPrecisionBiasNV")] - [SupportedApiProfile("gl", ["GL_NV_conservative_raster"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster"])] - [SupportedApiProfile("gles2", ["GL_NV_conservative_raster"])] public static extern void SubpixelPrecisionBiasNV( [NativeTypeName("GLuint")] uint xbits, [NativeTypeName("GLuint")] uint ybits ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSwizzleEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void SwizzleEXT( [NativeTypeName("GLuint")] uint res, [NativeTypeName("GLuint")] uint @in, @@ -100396,7 +55098,6 @@ public static extern void SwizzleEXT( [NativeTypeName("GLenum")] uint outW ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] public static void SwizzleEXT( @@ -100409,15 +55110,12 @@ public static void SwizzleEXT( ) => SwizzleEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glSyncTextureINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] - public static extern void SyncTextureIntel([NativeTypeName("GLuint")] uint texture); + public static extern void SyncTextureINTEL([NativeTypeName("GLuint")] uint texture); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTagSampleBufferSGIX")] - [SupportedApiProfile("gl", ["GL_SGIX_tag_sample_buffer"])] public static extern void TagSampleBufferSGIX(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTangent3bEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Tangent3EXT( [NativeTypeName("GLbyte")] sbyte tx, [NativeTypeName("GLbyte")] sbyte ty, @@ -100425,10 +55123,8 @@ public static extern void Tangent3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTangent3bvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Tangent3EXT([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] [MethodImpl( @@ -100443,7 +55139,6 @@ public static void Tangent3EXT([NativeTypeName("const GLbyte *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTangent3dEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Tangent3EXT( [NativeTypeName("GLdouble")] double tx, [NativeTypeName("GLdouble")] double ty, @@ -100451,10 +55146,8 @@ public static extern void Tangent3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTangent3dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Tangent3EXT([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] [MethodImpl( @@ -100469,7 +55162,6 @@ public static void Tangent3EXT([NativeTypeName("const GLdouble *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTangent3fEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Tangent3EXT( [NativeTypeName("GLfloat")] float tx, [NativeTypeName("GLfloat")] float ty, @@ -100477,10 +55169,8 @@ public static extern void Tangent3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTangent3fvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Tangent3EXT([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] [MethodImpl( @@ -100495,7 +55185,6 @@ public static void Tangent3EXT([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTangent3iEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Tangent3EXT( [NativeTypeName("GLint")] int tx, [NativeTypeName("GLint")] int ty, @@ -100503,10 +55192,8 @@ public static extern void Tangent3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTangent3ivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Tangent3EXT([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] [MethodImpl( @@ -100521,7 +55208,6 @@ public static void Tangent3EXT([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTangent3sEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Tangent3EXT( [NativeTypeName("GLshort")] short tx, [NativeTypeName("GLshort")] short ty, @@ -100529,10 +55215,8 @@ public static extern void Tangent3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTangent3svEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void Tangent3EXT([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] [MethodImpl( @@ -100547,14 +55231,12 @@ public static void Tangent3EXT([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTangentPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] public static extern void TangentPointerEXT( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] [MethodImpl( @@ -100573,75 +55255,56 @@ public static void TangentPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTbufferMask3DFX")] - [SupportedApiProfile("gl", ["GL_3DFX_tbuffer"])] public static extern void TbufferMask3DFX([NativeTypeName("GLuint")] uint mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTessellationFactorAMD")] - [SupportedApiProfile("gl", ["GL_AMD_vertex_shader_tessellator"])] public static extern void TessellationFactorAMD([NativeTypeName("GLfloat")] float factor); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTessellationModeAMD")] - [SupportedApiProfile("gl", ["GL_AMD_vertex_shader_tessellator"])] public static extern void TessellationModeAMD([NativeTypeName("GLenum")] uint mode); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] - public static MaybeBool TestFenceApple([NativeTypeName("GLuint")] uint fence) => - (MaybeBool)(uint)TestFenceAppleRaw(fence); + public static MaybeBool TestFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + (MaybeBool)(uint)TestFenceAppleRawAPPLE(fence); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTestFenceAPPLE")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] - public static extern uint TestFenceAppleRaw([NativeTypeName("GLuint")] uint fence); + public static extern uint TestFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] public static MaybeBool TestFenceNV([NativeTypeName("GLuint")] uint fence) => - (MaybeBool)(uint)TestFenceNVRaw(fence); + (MaybeBool)(uint)TestFenceNVRawNV(fence); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTestFenceNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] - public static extern uint TestFenceNVRaw([NativeTypeName("GLuint")] uint fence); + public static extern uint TestFenceNVRawNV([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] - public static MaybeBool TestObjectApple( + public static MaybeBool TestObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name - ) => (MaybeBool)(uint)TestObjectAppleRaw(@object, name); + ) => (MaybeBool)(uint)TestObjectAppleRawAPPLE(@object, name); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTestObjectAPPLE")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] - public static extern uint TestObjectAppleRaw( + public static extern uint TestObjectAppleRawAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexAttachMemoryNV")] - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] public static extern void TexAttachMemoryNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] public static void TexAttachMemoryNV( @@ -100651,76 +55314,12 @@ public static void TexAttachMemoryNV( ) => TexAttachMemoryNV((uint)target, memory, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBuffer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] public static extern void TexBuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBuffer")] public static void TexBuffer( @@ -100730,16 +55329,12 @@ public static void TexBuffer( ) => TexBuffer((uint)target, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBufferARB")] - [SupportedApiProfile("gl", ["GL_ARB_texture_buffer_object"])] - [SupportedApiProfile("glcore", ["GL_ARB_texture_buffer_object"])] public static extern void TexBufferARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_ARB_texture_buffer_object"])] - [SupportedApiProfile("glcore", ["GL_ARB_texture_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] public static void TexBufferARB( @@ -100749,16 +55344,12 @@ public static void TexBufferARB( ) => TexBufferARB((uint)target, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_buffer_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] public static extern void TexBufferEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_texture_buffer_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] public static void TexBufferEXT( @@ -100768,14 +55359,12 @@ public static void TexBufferEXT( ) => TexBufferEXT((uint)target, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBufferOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] public static extern void TexBufferOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] public static void TexBufferOES( @@ -100785,28 +55374,6 @@ public static void TexBufferOES( ) => TexBufferOES((uint)target, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBufferRange")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void TexBufferRange( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -100815,28 +55382,6 @@ public static extern void TexBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] public static void TexBufferRange( @@ -100848,7 +55393,6 @@ public static void TexBufferRange( ) => TexBufferRange((uint)target, (uint)internalformat, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBufferRangeEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] public static extern void TexBufferRangeEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -100857,7 +55401,6 @@ public static extern void TexBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] public static void TexBufferRangeEXT( @@ -100869,7 +55412,6 @@ public static void TexBufferRangeEXT( ) => TexBufferRangeEXT((uint)target, (uint)internalformat, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBufferRangeOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] public static extern void TexBufferRangeOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, @@ -100878,7 +55420,6 @@ public static extern void TexBufferRangeOES( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] public static void TexBufferRangeOES( @@ -100890,13 +55431,11 @@ public static void TexBufferRangeOES( ) => TexBufferRangeOES((uint)target, (uint)internalformat, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBumpParameterfvATI")] - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] public static extern void TexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] [MethodImpl( @@ -100914,13 +55453,11 @@ public static void TexBumpParameterATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexBumpParameterivATI")] - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] public static extern void TexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] [MethodImpl( @@ -100938,20 +55475,16 @@ public static void TexBumpParameterATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1bOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void TexCoord1OES([NativeTypeName("GLbyte")] sbyte s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] - public static void TexCoord1BvO([NativeTypeName("const GLbyte *")] sbyte coords) => + public static void TexCoord1BvOOES([NativeTypeName("const GLbyte *")] sbyte coords) => TexCoord1OES((sbyte*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1bvOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void TexCoord1OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl( @@ -100966,544 +55499,136 @@ public static void TexCoord1OES([NativeTypeName("const GLbyte *")] Ref co } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - public static extern void TexCoord1D([NativeTypeName("GLdouble")] double s); + public static extern void TexCoord1d([NativeTypeName("GLdouble")] double s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - public static extern void TexCoord1Dv([NativeTypeName("const GLdouble *")] double* v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static extern void TexCoord1dv([NativeTypeName("const GLdouble *")] double* v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Dv([NativeTypeName("const GLdouble *")] Ref v) + public static void TexCoord1dv([NativeTypeName("const GLdouble *")] Ref v) { fixed (double* __dsl_v = v) { - TexCoord1Dv(__dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + TexCoord1dv(__dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] - public static void TexCoord1Dv([NativeTypeName("const GLdouble *")] double v) => - TexCoord1Dv((double*)&v); + public static void TexCoord1dv([NativeTypeName("const GLdouble *")] double v) => + TexCoord1dv((double*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - public static extern void TexCoord1F([NativeTypeName("GLfloat")] float s); + public static extern void TexCoord1f([NativeTypeName("GLfloat")] float s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - public static extern void TexCoord1Fv([NativeTypeName("const GLfloat *")] float* v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static extern void TexCoord1fv([NativeTypeName("const GLfloat *")] float* v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Fv([NativeTypeName("const GLfloat *")] Ref v) + public static void TexCoord1fv([NativeTypeName("const GLfloat *")] Ref v) { fixed (float* __dsl_v = v) { - TexCoord1Fv(__dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + TexCoord1fv(__dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] - public static void TexCoord1Fv([NativeTypeName("const GLfloat *")] float v) => - TexCoord1Fv((float*)&v); + public static void TexCoord1fv([NativeTypeName("const GLfloat *")] float v) => + TexCoord1fv((float*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void TexCoord1NV([NativeTypeName("GLhalfNV")] ushort s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] - public static extern void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort* v); + public static extern void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] Ref v) + public static void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] Ref v) { fixed (ushort* __dsl_v = v) { - TexCoord1HvNV(__dsl_v); + TexCoord1hvNV(__dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] - public static void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort v) => - TexCoord1HvNV((ushort*)&v); + public static void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort v) => + TexCoord1hvNV((ushort*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - public static extern void TexCoord1I([NativeTypeName("GLint")] int s); + public static extern void TexCoord1i([NativeTypeName("GLint")] int s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - public static extern void TexCoord1Iv([NativeTypeName("const GLint *")] int* v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static extern void TexCoord1iv([NativeTypeName("const GLint *")] int* v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Iv([NativeTypeName("const GLint *")] Ref v) + public static void TexCoord1iv([NativeTypeName("const GLint *")] Ref v) { fixed (int* __dsl_v = v) { - TexCoord1Iv(__dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + TexCoord1iv(__dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] - public static void TexCoord1Iv([NativeTypeName("const GLint *")] int v) => - TexCoord1Iv((int*)&v); + public static void TexCoord1iv([NativeTypeName("const GLint *")] int v) => + TexCoord1iv((int*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - public static extern void TexCoord1S([NativeTypeName("GLshort")] short s); + public static extern void TexCoord1s([NativeTypeName("GLshort")] short s); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - public static extern void TexCoord1Sv([NativeTypeName("const GLshort *")] short* v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static extern void TexCoord1sv([NativeTypeName("const GLshort *")] short* v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Sv([NativeTypeName("const GLshort *")] Ref v) + public static void TexCoord1sv([NativeTypeName("const GLshort *")] Ref v) { fixed (short* __dsl_v = v) { - TexCoord1Sv(__dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + TexCoord1sv(__dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] - public static void TexCoord1Sv([NativeTypeName("const GLshort *")] short v) => - TexCoord1Sv((short*)&v); + public static void TexCoord1sv([NativeTypeName("const GLshort *")] short v) => + TexCoord1sv((short*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void TexCoord1XOES([NativeTypeName("GLfixed")] int s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] - public static void TexCoord1XvO([NativeTypeName("const GLfixed *")] int coords) => + public static void TexCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords) => TexCoord1XOES((int*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord1xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void TexCoord1XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl( @@ -101518,17 +55643,14 @@ public static void TexCoord1XOES([NativeTypeName("const GLfixed *")] Ref co } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2bOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void TexCoord2OES( [NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2bvOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void TexCoord2OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] [MethodImpl( @@ -101543,89 +55665,14 @@ public static void TexCoord2OES([NativeTypeName("const GLbyte *")] Ref co } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord2( [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord2([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] [MethodImpl( @@ -101640,38 +55687,12 @@ public static void TexCoord2([NativeTypeName("const GLdouble *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord2( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2fColor3fVertex3fSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord2FColor3FVertex3SUN( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, @@ -101684,14 +55705,12 @@ public static extern void TexCoord2FColor3FVertex3SUN( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, [NativeTypeName("const GLfloat *")] float* c, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] [MethodImpl( @@ -101716,7 +55735,6 @@ public static void TexCoord2FColor3FVertex3SUN( ExactSpelling = true, EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fSUN" )] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, @@ -101737,7 +55755,6 @@ public static extern void TexCoord2FColor4FNormal3FVertex3SUN( ExactSpelling = true, EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN" )] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, [NativeTypeName("const GLfloat *")] float* c, @@ -101745,7 +55762,6 @@ public static extern void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -101768,7 +55784,6 @@ public static void TexCoord2FColor4FNormal3FVertex3SUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2fColor4ubVertex3fSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, @@ -101782,14 +55797,12 @@ public static extern void TexCoord2FColor4UbVertex3SUN( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, [NativeTypeName("const GLubyte *")] byte* c, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] [MethodImpl( @@ -101810,7 +55823,6 @@ public static void TexCoord2FColor4UbVertex3SUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2fNormal3fVertex3fSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, @@ -101823,14 +55835,12 @@ public static extern void TexCoord2FNormal3FVertex3SUN( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, [NativeTypeName("const GLfloat *")] float* n, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -101851,58 +55861,8 @@ public static void TexCoord2FNormal3FVertex3SUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord2([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] [MethodImpl( @@ -101917,7 +55877,6 @@ public static void TexCoord2([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2fVertex3fSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, @@ -101927,13 +55886,11 @@ public static extern void TexCoord2FVertex3SUN( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2fVertex3fvSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -101952,17 +55909,14 @@ public static void TexCoord2FVertex3SUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void TexCoord2NV( [NativeTypeName("GLhalfNV")] ushort s, [NativeTypeName("GLhalfNV")] ushort t ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void TexCoord2NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] [MethodImpl( @@ -101977,89 +55931,14 @@ public static void TexCoord2NV([NativeTypeName("const GLhalfNV *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord2( [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord2([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] [MethodImpl( @@ -102074,89 +55953,14 @@ public static void TexCoord2([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord2( [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord2([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] [MethodImpl( @@ -102171,17 +55975,14 @@ public static void TexCoord2([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void TexCoord2XOES( [NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord2xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void TexCoord2XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] [MethodImpl( @@ -102196,7 +55997,6 @@ public static void TexCoord2XOES([NativeTypeName("const GLfixed *")] Ref co } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3bOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void TexCoord3OES( [NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t, @@ -102204,10 +56004,8 @@ public static extern void TexCoord3OES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3bvOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void TexCoord3OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] [MethodImpl( @@ -102222,31 +56020,6 @@ public static void TexCoord3OES([NativeTypeName("const GLbyte *")] Ref co } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord3( [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t, @@ -102254,58 +56027,8 @@ public static extern void TexCoord3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] [MethodImpl( @@ -102320,31 +56043,6 @@ public static void TexCoord3([NativeTypeName("const GLdouble *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord3( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, @@ -102352,58 +56050,8 @@ public static extern void TexCoord3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] [MethodImpl( @@ -102418,7 +56066,6 @@ public static void TexCoord3([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void TexCoord3NV( [NativeTypeName("GLhalfNV")] ushort s, [NativeTypeName("GLhalfNV")] ushort t, @@ -102426,10 +56073,8 @@ public static extern void TexCoord3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void TexCoord3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] [MethodImpl( @@ -102444,31 +56089,6 @@ public static void TexCoord3NV([NativeTypeName("const GLhalfNV *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord3( [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t, @@ -102476,58 +56096,8 @@ public static extern void TexCoord3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] [MethodImpl( @@ -102542,31 +56112,6 @@ public static void TexCoord3([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord3( [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t, @@ -102574,58 +56119,8 @@ public static extern void TexCoord3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] [MethodImpl( @@ -102640,7 +56135,6 @@ public static void TexCoord3([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void TexCoord3XOES( [NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t, @@ -102648,10 +56142,8 @@ public static extern void TexCoord3XOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord3xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void TexCoord3XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] [MethodImpl( @@ -102666,7 +56158,6 @@ public static void TexCoord3XOES([NativeTypeName("const GLfixed *")] Ref co } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4bOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void TexCoord4OES( [NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t, @@ -102675,10 +56166,8 @@ public static extern void TexCoord4OES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4bvOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void TexCoord4OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] [MethodImpl( @@ -102693,31 +56182,6 @@ public static void TexCoord4OES([NativeTypeName("const GLbyte *")] Ref co } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord4( [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t, @@ -102726,58 +56190,8 @@ public static extern void TexCoord4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord4([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] [MethodImpl( @@ -102792,31 +56206,6 @@ public static void TexCoord4([NativeTypeName("const GLdouble *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord4( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, @@ -102829,7 +56218,6 @@ public static extern void TexCoord4( ExactSpelling = true, EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fSUN" )] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, @@ -102853,7 +56241,6 @@ public static extern void TexCoord4FColor4FNormal3FVertex4SUN( ExactSpelling = true, EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN" )] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] float* tc, [NativeTypeName("const GLfloat *")] float* c, @@ -102861,7 +56248,6 @@ public static extern void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] [MethodImpl( @@ -102884,58 +56270,8 @@ public static void TexCoord4FColor4FNormal3FVertex4SUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord4([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] [MethodImpl( @@ -102950,7 +56286,6 @@ public static void TexCoord4([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4fVertex4fSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord4FVertex4SUN( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t, @@ -102963,13 +56298,11 @@ public static extern void TexCoord4FVertex4SUN( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4fVertex4fvSUN")] - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] public static extern void TexCoord4FVertex4SUN( [NativeTypeName("const GLfloat *")] float* tc, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] [MethodImpl( @@ -102988,7 +56321,6 @@ public static void TexCoord4FVertex4SUN( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void TexCoord4NV( [NativeTypeName("GLhalfNV")] ushort s, [NativeTypeName("GLhalfNV")] ushort t, @@ -102997,10 +56329,8 @@ public static extern void TexCoord4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void TexCoord4NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] [MethodImpl( @@ -103015,31 +56345,6 @@ public static void TexCoord4NV([NativeTypeName("const GLhalfNV *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord4( [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t, @@ -103048,58 +56353,8 @@ public static extern void TexCoord4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord4([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] [MethodImpl( @@ -103114,31 +56369,6 @@ public static void TexCoord4([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord4( [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t, @@ -103147,58 +56377,8 @@ public static extern void TexCoord4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexCoord4([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] [MethodImpl( @@ -103213,7 +56393,6 @@ public static void TexCoord4([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void TexCoord4XOES( [NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t, @@ -103222,10 +56401,8 @@ public static extern void TexCoord4XOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoord4xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void TexCoord4XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] [MethodImpl( @@ -103240,8 +56417,6 @@ public static void TexCoord4XOES([NativeTypeName("const GLfixed *")] Ref co } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordFormatNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] public static extern void TexCoordFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -103249,13 +56424,11 @@ public static extern void TexCoordFormatNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordP1ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void TexCoordP1( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] public static void TexCoordP1( @@ -103264,45 +56437,40 @@ public static void TexCoordP1( ) => TexCoordP1((uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordP1uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void TexCoordP1Uiv( + public static extern void TexCoordP1uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP1Uiv( + public static void TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - TexCoordP1Uiv((uint)type, __dsl_coords); + TexCoordP1uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] - public static void TexCoordP1Uiv( + public static void TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => TexCoordP1Uiv((uint)type, (uint*)&coords); + ) => TexCoordP1uiv((uint)type, (uint*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordP2ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void TexCoordP2( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] public static void TexCoordP2( @@ -103311,45 +56479,40 @@ public static void TexCoordP2( ) => TexCoordP2((uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordP2uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void TexCoordP2Uiv( + public static extern void TexCoordP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP2Uiv( + public static void TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - TexCoordP2Uiv((uint)type, __dsl_coords); + TexCoordP2uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] - public static void TexCoordP2Uiv( + public static void TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => TexCoordP2Uiv((uint)type, (uint*)&coords); + ) => TexCoordP2uiv((uint)type, (uint*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordP3ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void TexCoordP3( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] public static void TexCoordP3( @@ -103358,45 +56521,40 @@ public static void TexCoordP3( ) => TexCoordP3((uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordP3uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void TexCoordP3Uiv( + public static extern void TexCoordP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP3Uiv( + public static void TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - TexCoordP3Uiv((uint)type, __dsl_coords); + TexCoordP3uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] - public static void TexCoordP3Uiv( + public static void TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => TexCoordP3Uiv((uint)type, (uint*)&coords); + ) => TexCoordP3uiv((uint)type, (uint*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordP4ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void TexCoordP4( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] public static void TexCoordP4( @@ -103405,63 +56563,35 @@ public static void TexCoordP4( ) => TexCoordP4((uint)type, coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordP4uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void TexCoordP4Uiv( + public static extern void TexCoordP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP4Uiv( + public static void TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - TexCoordP4Uiv((uint)type, __dsl_coords); + TexCoordP4uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] - public static void TexCoordP4Uiv( + public static void TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => TexCoordP4Uiv((uint)type, (uint*)&coords); + ) => TexCoordP4uiv((uint)type, (uint*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordPointer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void TexCoordPointer( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -103469,31 +56599,6 @@ public static extern void TexCoordPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] [MethodImpl( @@ -103513,7 +56618,6 @@ public static void TexCoordPointer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] public static extern void TexCoordPointerEXT( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -103522,7 +56626,6 @@ public static extern void TexCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] [MethodImpl( @@ -103543,7 +56646,6 @@ public static void TexCoordPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordPointerListIBM")] - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] public static extern void TexCoordPointerListIBM( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -103552,7 +56654,6 @@ public static extern void TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl( @@ -103572,7 +56673,6 @@ public static void TexCoordPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl( @@ -103590,20 +56690,18 @@ public static Ptr TexCoordPointerListIBM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexCoordPointervINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] - public static extern void TexCoordPointerIntel( + public static extern void TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordPointerIntel( + public static void TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer @@ -103611,69 +56709,17 @@ public static void TexCoordPointerIntel( { fixed (void** __dsl_pointer = pointer) { - TexCoordPointerIntel(size, (uint)type, __dsl_pointer); + TexCoordPointerINTEL(size, (uint)type, __dsl_pointer); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEnvf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void TexEnv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvf")] public static void TexEnv( @@ -103683,64 +56729,12 @@ public static void TexEnv( ) => TexEnv((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEnvfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void TexEnv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] [MethodImpl( @@ -103759,64 +56753,12 @@ public static void TexEnv( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEnvi")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void TexEnv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvi")] public static void TexEnv( @@ -103826,64 +56768,12 @@ public static void TexEnv( ) => TexEnv((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEnviv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void TexEnv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnviv")] [MethodImpl( @@ -103902,14 +56792,12 @@ public static void TexEnv( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEnvx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void TexEnvx( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvx")] public static void TexEnvx( @@ -103919,16 +56807,12 @@ public static void TexEnvx( ) => TexEnvx((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEnvxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void TexEnvxOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] public static void TexEnvxOES( @@ -103938,14 +56822,12 @@ public static void TexEnvxOES( ) => TexEnvxOES((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEnvxv")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void TexEnvx( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] [MethodImpl( @@ -103964,16 +56846,12 @@ public static void TexEnvx( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEnvxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void TexEnvxOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] [MethodImpl( @@ -103992,7 +56870,6 @@ public static void TexEnvxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEstimateMotionQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_motion_estimation"])] public static extern void TexEstimateMotionQCOM( [NativeTypeName("GLuint")] uint @ref, [NativeTypeName("GLuint")] uint target, @@ -104000,7 +56877,6 @@ public static extern void TexEstimateMotionQCOM( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexEstimateMotionRegionsQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_motion_estimation"])] public static extern void TexEstimateMotionRegionQCOM( [NativeTypeName("GLuint")] uint @ref, [NativeTypeName("GLuint")] uint target, @@ -104008,17 +56884,15 @@ public static extern void TexEstimateMotionRegionQCOM( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] - public static void TexFilterFuncSGI( + public static void TexFilterFuncSGISGIS( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant filter, [NativeTypeName("const GLfloat *")] float weights ) => TexFilterFuncSGIS((uint)target, (uint)filter, 1, (float*)&weights); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexFilterFuncSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] public static extern void TexFilterFuncSGIS( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint filter, @@ -104026,7 +56900,6 @@ public static extern void TexFilterFuncSGIS( [NativeTypeName("const GLfloat *")] float* weights ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl( @@ -104046,62 +56919,12 @@ public static void TexFilterFuncSGIS( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGend")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexGen( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble")] double param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGend")] public static void TexGen( @@ -104111,62 +56934,12 @@ public static void TexGen( ) => TexGen((uint)coord, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGendv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexGen( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGendv")] [MethodImpl( @@ -104185,62 +56958,12 @@ public static void TexGen( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGenf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexGen( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenf")] public static void TexGen( @@ -104250,14 +56973,12 @@ public static void TexGen( ) => TexGen((uint)coord, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGenfOES")] - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] public static extern void TexGenOES( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] public static void TexGenOES( @@ -104267,62 +56988,12 @@ public static void TexGenOES( ) => TexGenOES((uint)coord, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGenfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexGen( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfv")] [MethodImpl( @@ -104341,14 +57012,12 @@ public static void TexGen( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGenfvOES")] - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] public static extern void TexGenOES( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] [MethodImpl( @@ -104367,62 +57036,12 @@ public static void TexGenOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGeni")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexGen( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeni")] public static void TexGen( @@ -104432,14 +57051,12 @@ public static void TexGen( ) => TexGen((uint)coord, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGeniOES")] - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] public static extern void TexGenOES( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] public static void TexGenOES( @@ -104449,62 +57066,12 @@ public static void TexGenOES( ) => TexGenOES((uint)coord, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGeniv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexGen( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeniv")] [MethodImpl( @@ -104523,14 +57090,12 @@ public static void TexGen( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGenivOES")] - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] public static extern void TexGenOES( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] [MethodImpl( @@ -104549,16 +57114,12 @@ public static void TexGenOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGenxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] public static extern void TexGenxOES( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] public static void TexGenxOES( @@ -104568,16 +57129,12 @@ public static void TexGenxOES( ) => TexGenxOES((uint)coord, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexGenxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] public static extern void TexGenxOES( [NativeTypeName("GLenum")] uint coord, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] [MethodImpl( @@ -104596,56 +57153,6 @@ public static void TexGenxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexImage1D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void TexImage1D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -104657,56 +57164,6 @@ public static extern void TexImage1D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage1D")] [MethodImpl( @@ -104739,62 +57196,6 @@ public static void TexImage1D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexImage2D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void TexImage2D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -104807,62 +57208,6 @@ public static extern void TexImage2D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2D")] [MethodImpl( @@ -104897,38 +57242,6 @@ public static void TexImage2D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexImage2DMultisample")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void TexImage2DMultisample( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, @@ -104938,38 +57251,6 @@ public static extern void TexImage2DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] public static void TexImage2DMultisample( @@ -104994,7 +57275,6 @@ public static void TexImage2DMultisample( ExactSpelling = true, EntryPoint = "glTexImage2DMultisampleCoverageNV" )] - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] public static extern void TexImage2DMultisampleCoverageNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint coverageSamples, @@ -105005,7 +57285,6 @@ public static extern void TexImage2DMultisampleCoverageNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] public static void TexImage2DMultisampleCoverageNV( @@ -105028,52 +57307,6 @@ public static void TexImage2DMultisampleCoverageNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexImage3D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] public static extern void TexImage3D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -105087,52 +57320,6 @@ public static extern void TexImage3D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3D")] [MethodImpl( @@ -105169,7 +57356,6 @@ public static void TexImage3D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexImage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] public static extern void TexImage3DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -105183,7 +57369,6 @@ public static extern void TexImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] [MethodImpl( @@ -105220,38 +57405,6 @@ public static void TexImage3DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexImage3DMultisample")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void TexImage3DMultisample( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, @@ -105262,38 +57415,6 @@ public static extern void TexImage3DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] public static void TexImage3DMultisample( @@ -105320,7 +57441,6 @@ public static void TexImage3DMultisample( ExactSpelling = true, EntryPoint = "glTexImage3DMultisampleCoverageNV" )] - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] public static extern void TexImage3DMultisampleCoverageNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint coverageSamples, @@ -105332,7 +57452,6 @@ public static extern void TexImage3DMultisampleCoverageNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] public static void TexImage3DMultisampleCoverageNV( @@ -105357,7 +57476,6 @@ public static void TexImage3DMultisampleCoverageNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexImage3DOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] public static extern void TexImage3DOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -105371,7 +57489,6 @@ public static extern void TexImage3DOES( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] [MethodImpl( @@ -105408,7 +57525,6 @@ public static void TexImage3DOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexImage4DSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] public static extern void TexImage4DSGIS( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -105423,7 +57539,6 @@ public static extern void TexImage4DSGIS( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] [MethodImpl( @@ -105462,8 +57577,6 @@ public static void TexImage4DSGIS( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexPageCommitmentARB")] - [SupportedApiProfile("gl", ["GL_ARB_sparse_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_texture"])] public static extern void TexPageCommitmentARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -105476,8 +57589,6 @@ public static extern void TexPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] public static void TexPageCommitmentARB( @@ -105504,7 +57615,6 @@ public static void TexPageCommitmentARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexPageCommitmentEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_sparse_texture"])] public static extern void TexPageCommitmentEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -105517,7 +57627,6 @@ public static extern void TexPageCommitmentEXT( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gles2", ["GL_EXT_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] public static void TexPageCommitmentEXT( @@ -105544,9 +57653,6 @@ public static void TexPageCommitmentEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexPageCommitmentMemNV")] - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] public static extern void TexPageCommitmentMemNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int layer, @@ -105562,9 +57668,6 @@ public static extern void TexPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] public static void TexPageCommitmentMemNV( @@ -105597,124 +57700,12 @@ public static void TexPageCommitmentMemNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterf")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void TexParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterf")] public static void TexParameter( @@ -105724,124 +57715,12 @@ public static void TexParameter( ) => TexParameter((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterfv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void TexParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] [MethodImpl( @@ -105860,124 +57739,12 @@ public static void TexParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameteri")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void TexParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameteri")] public static void TexParameter( @@ -105987,80 +57754,12 @@ public static void TexParameter( ) => TexParameter((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterIiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void TexParameterI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] [MethodImpl( @@ -106079,16 +57778,12 @@ public static void TexParameterI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterIivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] public static extern void TexParameterIEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] [MethodImpl( @@ -106107,14 +57802,12 @@ public static void TexParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterIivOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] public static extern void TexParameterIOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] [MethodImpl( @@ -106133,80 +57826,12 @@ public static void TexParameterIOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterIuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void TexParameterI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] [MethodImpl( @@ -106225,16 +57850,12 @@ public static void TexParameterI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterIuivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] public static extern void TexParameterIEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] [MethodImpl( @@ -106253,14 +57874,12 @@ public static void TexParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterIuivOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] public static extern void TexParameterIOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] [MethodImpl( @@ -106279,124 +57898,12 @@ public static void TexParameterIOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameteriv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void TexParameter( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] [MethodImpl( @@ -106415,14 +57922,12 @@ public static void TexParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterx")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void TexParameterx( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterx")] public static void TexParameterx( @@ -106432,16 +57937,12 @@ public static void TexParameterx( ) => TexParameterx((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterxOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void TexParameterxOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] public static void TexParameterxOES( @@ -106451,14 +57952,12 @@ public static void TexParameterxOES( ) => TexParameterxOES((uint)target, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterxv")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void TexParameterx( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] [MethodImpl( @@ -106477,16 +57976,12 @@ public static void TexParameterx( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexParameterxvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void TexParameterxOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] [MethodImpl( @@ -106505,13 +58000,11 @@ public static void TexParameterxOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexRenderbufferNV")] - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] public static extern void TexRenderbufferNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] public static void TexRenderbufferNV( @@ -106520,30 +58013,6 @@ public static void TexRenderbufferNV( ) => TexRenderbufferNV((uint)target, renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage1D")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] public static extern void TexStorage1D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint levels, @@ -106551,30 +58020,6 @@ public static extern void TexStorage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] public static void TexStorage1D( @@ -106585,10 +58030,6 @@ public static void TexStorage1D( ) => TexStorage1D((uint)target, levels, (uint)internalformat, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] public static extern void TexStorage1DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint levels, @@ -106596,10 +58037,6 @@ public static extern void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] public static void TexStorage1DEXT( @@ -106610,30 +58047,6 @@ public static void TexStorage1DEXT( ) => TexStorage1DEXT((uint)target, levels, (uint)internalformat, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage2D")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] public static extern void TexStorage2D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint levels, @@ -106642,30 +58055,6 @@ public static extern void TexStorage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] public static void TexStorage2D( @@ -106677,10 +58066,6 @@ public static void TexStorage2D( ) => TexStorage2D((uint)target, levels, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] public static extern void TexStorage2DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint levels, @@ -106689,10 +58074,6 @@ public static extern void TexStorage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] public static void TexStorage2DEXT( @@ -106704,28 +58085,6 @@ public static void TexStorage2DEXT( ) => TexStorage2DEXT((uint)target, levels, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage2DMultisample")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void TexStorage2DMultisample( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, @@ -106735,28 +58094,6 @@ public static extern void TexStorage2DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] public static void TexStorage2DMultisample( @@ -106777,30 +58114,6 @@ public static void TexStorage2DMultisample( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage3D")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] public static extern void TexStorage3D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint levels, @@ -106810,30 +58123,6 @@ public static extern void TexStorage3D( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] public static void TexStorage3D( @@ -106846,10 +58135,6 @@ public static void TexStorage3D( ) => TexStorage3D((uint)target, levels, (uint)internalformat, width, height, depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] public static extern void TexStorage3DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint levels, @@ -106859,10 +58144,6 @@ public static extern void TexStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] public static void TexStorage3DEXT( @@ -106875,28 +58156,6 @@ public static void TexStorage3DEXT( ) => TexStorage3DEXT((uint)target, levels, (uint)internalformat, width, height, depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage3DMultisample")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void TexStorage3DMultisample( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, @@ -106907,28 +58166,6 @@ public static extern void TexStorage3DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] public static void TexStorage3DMultisample( @@ -106951,7 +58188,6 @@ public static void TexStorage3DMultisample( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorage3DMultisampleOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_storage_multisample_2d_array"])] public static extern void TexStorage3DMultisampleOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, @@ -106962,7 +58198,6 @@ public static extern void TexStorage3DMultisampleOES( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_storage_multisample_2d_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] public static void TexStorage3DMultisampleOES( @@ -106985,7 +58220,6 @@ public static void TexStorage3DMultisampleOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageAttribs2DEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] public static extern void TexStorageAttribs2DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint levels, @@ -106995,7 +58229,6 @@ public static extern void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] int* attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl( @@ -107023,7 +58256,6 @@ public static void TexStorageAttribs2DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl( @@ -107051,7 +58283,6 @@ public static void TexStorageAttribs2DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl( @@ -107080,7 +58311,6 @@ public static void TexStorageAttribs2DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageAttribs3DEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] public static extern void TexStorageAttribs3DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint levels, @@ -107091,7 +58321,6 @@ public static extern void TexStorageAttribs3DEXT( [NativeTypeName("const GLint *")] int* attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl( @@ -107121,7 +58350,6 @@ public static void TexStorageAttribs3DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl( @@ -107151,7 +58379,6 @@ public static void TexStorageAttribs3DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl( @@ -107182,7 +58409,6 @@ public static void TexStorageAttribs3DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageMem1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] public static extern void TexStorageMem1DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint levels, @@ -107192,7 +58418,6 @@ public static extern void TexStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] public static void TexStorageMem1DEXT( @@ -107205,8 +58430,6 @@ public static void TexStorageMem1DEXT( ) => TexStorageMem1DEXT((uint)target, levels, (uint)internalFormat, width, memory, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageMem2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void TexStorageMem2DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint levels, @@ -107217,8 +58440,6 @@ public static extern void TexStorageMem2DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] public static void TexStorageMem2DEXT( @@ -107241,8 +58462,6 @@ public static void TexStorageMem2DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageMem2DMultisampleEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void TexStorageMem2DMultisampleEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, @@ -107254,8 +58473,6 @@ public static extern void TexStorageMem2DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] public static void TexStorageMem2DMultisampleEXT( @@ -107280,8 +58497,6 @@ public static void TexStorageMem2DMultisampleEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageMem3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void TexStorageMem3DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint levels, @@ -107293,8 +58508,6 @@ public static extern void TexStorageMem3DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] public static void TexStorageMem3DEXT( @@ -107319,8 +58532,6 @@ public static void TexStorageMem3DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageMem3DMultisampleEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void TexStorageMem3DMultisampleEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, @@ -107333,8 +58544,6 @@ public static extern void TexStorageMem3DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] public static void TexStorageMem3DMultisampleEXT( @@ -107361,7 +58570,6 @@ public static void TexStorageMem3DMultisampleEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexStorageSparseAMD")] - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] public static extern void TexStorageSparseAMD( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalFormat, @@ -107372,7 +58580,6 @@ public static extern void TexStorageSparseAMD( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] public static void TexStorageSparseAMD( @@ -107395,54 +58602,6 @@ public static void TexStorageSparseAMD( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexSubImage1D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] public static extern void TexSubImage1D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -107453,54 +58612,6 @@ public static extern void TexSubImage1D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] [MethodImpl( @@ -107531,7 +58642,6 @@ public static void TexSubImage1D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexSubImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] public static extern void TexSubImage1DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -107542,7 +58652,6 @@ public static extern void TexSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] [MethodImpl( @@ -107573,60 +58682,6 @@ public static void TexSubImage1DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexSubImage2D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void TexSubImage2D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -107639,60 +58694,6 @@ public static extern void TexSubImage2D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] [MethodImpl( @@ -107727,7 +58728,6 @@ public static void TexSubImage2D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexSubImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] public static extern void TexSubImage2DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -107740,7 +58740,6 @@ public static extern void TexSubImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] [MethodImpl( @@ -107775,52 +58774,6 @@ public static void TexSubImage2DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexSubImage3D")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] public static extern void TexSubImage3D( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -107835,52 +58788,6 @@ public static extern void TexSubImage3D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] [MethodImpl( @@ -107919,7 +58826,6 @@ public static void TexSubImage3D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexSubImage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] public static extern void TexSubImage3DEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -107934,7 +58840,6 @@ public static extern void TexSubImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] [MethodImpl( @@ -107973,7 +58878,6 @@ public static void TexSubImage3DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexSubImage3DOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] public static extern void TexSubImage3DOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -107988,7 +58892,6 @@ public static extern void TexSubImage3DOES( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] [MethodImpl( @@ -108027,7 +58930,6 @@ public static void TexSubImage3DOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexSubImage4DSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] public static extern void TexSubImage4DSGIS( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int level, @@ -108044,7 +58946,6 @@ public static extern void TexSubImage4DSGIS( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] [MethodImpl( @@ -108087,9 +58988,6 @@ public static void TexSubImage4DSGIS( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureAttachMemoryNV")] - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] public static extern void TextureAttachMemoryNV( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLuint")] uint memory, @@ -108097,50 +58995,18 @@ public static extern void TextureAttachMemoryNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureBarrier")] - [SupportedApiProfile( - "gl", - ["GL_ARB_texture_barrier", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_texture_barrier", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureBarrier(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureBarrierNV")] - [SupportedApiProfile("gl", ["GL_NV_texture_barrier"])] - [SupportedApiProfile("glcore", ["GL_NV_texture_barrier"])] public static extern void TextureBarrierNV(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureBuffer")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureBuffer( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] public static void TextureBuffer( @@ -108150,8 +59016,6 @@ public static void TextureBuffer( ) => TextureBuffer(texture, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureBufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureBufferEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108159,8 +59023,6 @@ public static extern void TextureBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] public static void TextureBufferEXT( @@ -108171,16 +59033,6 @@ public static void TextureBufferEXT( ) => TextureBufferEXT(texture, (uint)target, (uint)internalformat, buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureBufferRange")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureBufferRange( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint internalformat, @@ -108189,16 +59041,6 @@ public static extern void TextureBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] public static void TextureBufferRange( @@ -108210,8 +59052,6 @@ public static void TextureBufferRange( ) => TextureBufferRange(texture, (uint)internalformat, buffer, offset, size); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureBufferRangeEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureBufferRangeEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108221,8 +59061,6 @@ public static extern void TextureBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] public static void TextureBufferRangeEXT( @@ -108243,7 +59081,6 @@ public static void TextureBufferRangeEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureColorMaskSGIS")] - [SupportedApiProfile("gl", ["GL_SGIS_texture_color_mask"])] public static extern void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] uint red, [NativeTypeName("GLboolean")] uint green, @@ -108251,7 +59088,6 @@ public static extern void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] uint alpha ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_color_mask"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] public static void TextureColorMaskSGIS( @@ -108262,7 +59098,6 @@ public static void TextureColorMaskSGIS( ) => TextureColorMaskSGIS((uint)red, (uint)green, (uint)blue, (uint)alpha); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureFoveationParametersQCOM")] - [SupportedApiProfile("gles2", ["GL_QCOM_texture_foveated"])] public static extern void TextureFoveationParametersQCOM( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLuint")] uint layer, @@ -108275,8 +59110,6 @@ public static extern void TextureFoveationParametersQCOM( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108289,8 +59122,6 @@ public static extern void TextureImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] [MethodImpl( @@ -108325,8 +59156,6 @@ public static void TextureImage1DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108340,8 +59169,6 @@ public static extern void TextureImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] [MethodImpl( @@ -108382,7 +59209,6 @@ public static void TextureImage2DEXT( ExactSpelling = true, EntryPoint = "glTextureImage2DMultisampleCoverageNV" )] - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] public static extern void TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108394,7 +59220,6 @@ public static extern void TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] public static void TextureImage2DMultisampleCoverageNV( @@ -108419,7 +59244,6 @@ public static void TextureImage2DMultisampleCoverageNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureImage2DMultisampleNV")] - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] public static extern void TextureImage2DMultisampleNV( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108430,7 +59254,6 @@ public static extern void TextureImage2DMultisampleNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] public static void TextureImage2DMultisampleNV( @@ -108453,8 +59276,6 @@ public static void TextureImage2DMultisampleNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureImage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureImage3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108469,8 +59290,6 @@ public static extern void TextureImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] [MethodImpl( @@ -108513,7 +59332,6 @@ public static void TextureImage3DEXT( ExactSpelling = true, EntryPoint = "glTextureImage3DMultisampleCoverageNV" )] - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] public static extern void TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108526,7 +59344,6 @@ public static extern void TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] public static void TextureImage3DMultisampleCoverageNV( @@ -108553,7 +59370,6 @@ public static void TextureImage3DMultisampleCoverageNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureImage3DMultisampleNV")] - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] public static extern void TextureImage3DMultisampleNV( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108565,7 +59381,6 @@ public static extern void TextureImage3DMultisampleNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] public static void TextureImage3DMultisampleNV( @@ -108590,10 +59405,8 @@ public static void TextureImage3DMultisampleNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureLightEXT")] - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] public static extern void TextureLightEXT([NativeTypeName("GLenum")] uint pname); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] public static void TextureLightEXT( @@ -108601,13 +59414,11 @@ public static void TextureLightEXT( ) => TextureLightEXT((uint)pname); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureMaterialEXT")] - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] public static extern void TextureMaterialEXT( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] public static void TextureMaterialEXT( @@ -108616,10 +59427,8 @@ public static void TextureMaterialEXT( ) => TextureMaterialEXT((uint)face, (uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureNormalEXT")] - [SupportedApiProfile("gl", ["GL_EXT_texture_perturb_normal"])] public static extern void TextureNormalEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_texture_perturb_normal"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] public static void TextureNormalEXT( @@ -108627,8 +59436,6 @@ public static void TextureNormalEXT( ) => TextureNormalEXT((uint)mode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexturePageCommitmentEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TexturePageCommitmentEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -108641,8 +59448,6 @@ public static extern void TexturePageCommitmentEXT( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] public static void TexturePageCommitmentEXT( @@ -108669,9 +59474,6 @@ public static void TexturePageCommitmentEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTexturePageCommitmentMemNV")] - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] public static extern void TexturePageCommitmentMemNV( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int layer, @@ -108687,9 +59489,6 @@ public static extern void TexturePageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] public static void TexturePageCommitmentMemNV( @@ -108722,32 +59521,12 @@ public static void TexturePageCommitmentMemNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterf")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] public static void TextureParameter( @@ -108757,8 +59536,6 @@ public static void TextureParameter( ) => TextureParameter(texture, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterfEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108766,8 +59543,6 @@ public static extern void TextureParameterEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] public static void TextureParameterEXT( @@ -108778,32 +59553,12 @@ public static void TextureParameterEXT( ) => TextureParameterEXT(texture, (uint)target, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterfv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] [MethodImpl( @@ -108822,8 +59577,6 @@ public static void TextureParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108831,8 +59584,6 @@ public static extern void TextureParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] [MethodImpl( @@ -108852,32 +59603,12 @@ public static void TextureParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameteri")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] public static void TextureParameter( @@ -108887,8 +59618,6 @@ public static void TextureParameter( ) => TextureParameter(texture, (uint)pname, param2); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameteriEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108896,8 +59625,6 @@ public static extern void TextureParameterEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] public static void TextureParameterEXT( @@ -108908,32 +59635,12 @@ public static void TextureParameterEXT( ) => TextureParameterEXT(texture, (uint)target, (uint)pname, param3); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterIiv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureParameterI( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] [MethodImpl( @@ -108952,8 +59659,6 @@ public static void TextureParameterI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterIivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -108961,8 +59666,6 @@ public static extern void TextureParameterIEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] [MethodImpl( @@ -108982,32 +59685,12 @@ public static void TextureParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterIuiv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureParameterI( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] [MethodImpl( @@ -109026,8 +59709,6 @@ public static void TextureParameterI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterIuivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -109035,8 +59716,6 @@ public static extern void TextureParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] [MethodImpl( @@ -109056,32 +59735,12 @@ public static void TextureParameterIEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameteriv")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureParameter( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] [MethodImpl( @@ -109100,8 +59759,6 @@ public static void TextureParameter( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureParameterivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -109109,8 +59766,6 @@ public static extern void TextureParameterEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] [MethodImpl( @@ -109130,20 +59785,18 @@ public static void TextureParameterEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureRangeAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] - public static extern void TextureRangeApple( + public static extern void TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TextureRangeApple( + public static void TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] Ref pointer @@ -109151,21 +59804,17 @@ public static void TextureRangeApple( { fixed (void* __dsl_pointer = pointer) { - TextureRangeApple(target, length, __dsl_pointer); + TextureRangeAPPLE(target, length, __dsl_pointer); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureRenderbufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] public static void TextureRenderbufferEXT( @@ -109175,16 +59824,6 @@ public static void TextureRenderbufferEXT( ) => TextureRenderbufferEXT(texture, (uint)target, renderbuffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage1D")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureStorage1D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLsizei")] uint levels, @@ -109192,16 +59831,6 @@ public static extern void TextureStorage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] public static void TextureStorage1D( @@ -109212,10 +59841,6 @@ public static void TextureStorage1D( ) => TextureStorage1D(texture, levels, (uint)internalformat, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] public static extern void TextureStorage1DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -109224,10 +59849,6 @@ public static extern void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] public static void TextureStorage1DEXT( @@ -109239,16 +59860,6 @@ public static void TextureStorage1DEXT( ) => TextureStorage1DEXT(texture, target, levels, (uint)internalformat, width); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage2D")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureStorage2D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLsizei")] uint levels, @@ -109257,16 +59868,6 @@ public static extern void TextureStorage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] public static void TextureStorage2D( @@ -109278,10 +59879,6 @@ public static void TextureStorage2D( ) => TextureStorage2D(texture, levels, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] public static extern void TextureStorage2DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -109291,10 +59888,6 @@ public static extern void TextureStorage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] public static void TextureStorage2DEXT( @@ -109307,16 +59900,6 @@ public static void TextureStorage2DEXT( ) => TextureStorage2DEXT(texture, target, levels, (uint)internalformat, width, height); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage2DMultisample")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureStorage2DMultisample( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLsizei")] uint samples, @@ -109326,16 +59909,6 @@ public static extern void TextureStorage2DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] public static void TextureStorage2DMultisample( @@ -109356,8 +59929,6 @@ public static void TextureStorage2DMultisample( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage2DMultisampleEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureStorage2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -109368,8 +59939,6 @@ public static extern void TextureStorage2DMultisampleEXT( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] public static void TextureStorage2DMultisampleEXT( @@ -109392,16 +59961,6 @@ public static void TextureStorage2DMultisampleEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage3D")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureStorage3D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLsizei")] uint levels, @@ -109411,16 +59970,6 @@ public static extern void TextureStorage3D( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] public static void TextureStorage3D( @@ -109433,10 +59982,6 @@ public static void TextureStorage3D( ) => TextureStorage3D(texture, levels, (uint)internalformat, width, height, depth); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] public static extern void TextureStorage3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -109447,10 +59992,6 @@ public static extern void TextureStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] public static void TextureStorage3DEXT( @@ -109473,16 +60014,6 @@ public static void TextureStorage3DEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage3DMultisample")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureStorage3DMultisample( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLsizei")] uint samples, @@ -109493,16 +60024,6 @@ public static extern void TextureStorage3DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] public static void TextureStorage3DMultisample( @@ -109525,8 +60046,6 @@ public static void TextureStorage3DMultisample( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorage3DMultisampleEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureStorage3DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -109538,8 +60057,6 @@ public static extern void TextureStorage3DMultisampleEXT( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] public static void TextureStorage3DMultisampleEXT( @@ -109564,7 +60081,6 @@ public static void TextureStorage3DMultisampleEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorageMem1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] public static extern void TextureStorageMem1DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLsizei")] uint levels, @@ -109574,7 +60090,6 @@ public static extern void TextureStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] public static void TextureStorageMem1DEXT( @@ -109587,8 +60102,6 @@ public static void TextureStorageMem1DEXT( ) => TextureStorageMem1DEXT(texture, levels, (uint)internalFormat, width, memory, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorageMem2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void TextureStorageMem2DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLsizei")] uint levels, @@ -109599,8 +60112,6 @@ public static extern void TextureStorageMem2DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] public static void TextureStorageMem2DEXT( @@ -109627,8 +60138,6 @@ public static void TextureStorageMem2DEXT( ExactSpelling = true, EntryPoint = "glTextureStorageMem2DMultisampleEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLsizei")] uint samples, @@ -109640,8 +60149,6 @@ public static extern void TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] public static void TextureStorageMem2DMultisampleEXT( @@ -109666,8 +60173,6 @@ public static void TextureStorageMem2DMultisampleEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorageMem3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void TextureStorageMem3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLsizei")] uint levels, @@ -109679,8 +60184,6 @@ public static extern void TextureStorageMem3DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] public static void TextureStorageMem3DEXT( @@ -109709,8 +60212,6 @@ public static void TextureStorageMem3DEXT( ExactSpelling = true, EntryPoint = "glTextureStorageMem3DMultisampleEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] public static extern void TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLsizei")] uint samples, @@ -109723,8 +60224,6 @@ public static extern void TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] public static void TextureStorageMem3DMultisampleEXT( @@ -109751,7 +60250,6 @@ public static void TextureStorageMem3DMultisampleEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureStorageSparseAMD")] - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] public static extern void TextureStorageSparseAMD( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -109763,7 +60261,6 @@ public static extern void TextureStorageSparseAMD( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] public static void TextureStorageSparseAMD( @@ -109788,16 +60285,6 @@ public static void TextureStorageSparseAMD( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureSubImage1D")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureSubImage1D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -109808,16 +60295,6 @@ public static extern void TextureSubImage1D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] [MethodImpl( @@ -109848,8 +60325,6 @@ public static void TextureSubImage1D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureSubImage1DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -109861,8 +60336,6 @@ public static extern void TextureSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] [MethodImpl( @@ -109895,16 +60368,6 @@ public static void TextureSubImage1DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureSubImage2D")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureSubImage2D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -109917,16 +60380,6 @@ public static extern void TextureSubImage2D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] [MethodImpl( @@ -109961,8 +60414,6 @@ public static void TextureSubImage2D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureSubImage2DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -109976,8 +60427,6 @@ public static extern void TextureSubImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] [MethodImpl( @@ -110014,16 +60463,6 @@ public static void TextureSubImage2DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureSubImage3D")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TextureSubImage3D( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, @@ -110038,16 +60477,6 @@ public static extern void TextureSubImage3D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] [MethodImpl( @@ -110086,8 +60515,6 @@ public static void TextureSubImage3D( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureSubImage3DEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void TextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -110103,8 +60530,6 @@ public static extern void TextureSubImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] [MethodImpl( @@ -110145,28 +60570,6 @@ public static void TextureSubImage3DEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureView")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void TextureView( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -110178,28 +60581,6 @@ public static extern void TextureView( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureView")] public static void TextureView( @@ -110224,7 +60605,6 @@ public static void TextureView( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureViewEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_texture_view"])] public static extern void TextureViewEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -110236,7 +60616,6 @@ public static extern void TextureViewEXT( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_view"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] public static void TextureViewEXT( @@ -110261,7 +60640,6 @@ public static void TextureViewEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTextureViewOES")] - [SupportedApiProfile("gles2", ["GL_OES_texture_view"])] public static extern void TextureViewOES( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target, @@ -110273,7 +60651,6 @@ public static extern void TextureViewOES( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile("gles2", ["GL_OES_texture_view"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] public static void TextureViewOES( @@ -110298,7 +60675,6 @@ public static void TextureViewOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTrackMatrixNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void TrackMatrixNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint address, @@ -110306,7 +60682,6 @@ public static extern void TrackMatrixNV( [NativeTypeName("GLenum")] uint transform ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] public static void TrackMatrixNV( @@ -110317,14 +60692,12 @@ public static void TrackMatrixNV( ) => TrackMatrixNV((uint)target, address, (uint)matrix, (uint)transform); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTransformFeedbackAttribsNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] public static extern void TransformFeedbackAttribNV( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* attribs, [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl( @@ -110342,7 +60715,6 @@ public static void TransformFeedbackAttribNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] public static void TransformFeedbackAttribNV( @@ -110351,16 +60723,6 @@ public static void TransformFeedbackAttribNV( ) => TransformFeedbackAttribNV(1, (int*)&attribs, bufferMode); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTransformFeedbackBufferBase")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TransformFeedbackBufferBase( [NativeTypeName("GLuint")] uint xfb, [NativeTypeName("GLuint")] uint index, @@ -110368,16 +60730,6 @@ public static extern void TransformFeedbackBufferBase( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTransformFeedbackBufferRange")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void TransformFeedbackBufferRange( [NativeTypeName("GLuint")] uint xfb, [NativeTypeName("GLuint")] uint index, @@ -110391,7 +60743,6 @@ public static extern void TransformFeedbackBufferRange( ExactSpelling = true, EntryPoint = "glTransformFeedbackStreamAttribsNV" )] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] public static extern void TransformFeedbackStreamAttribNV( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* attribs, @@ -110400,7 +60751,6 @@ public static extern void TransformFeedbackStreamAttribNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] [MethodImpl( @@ -110427,40 +60777,6 @@ public static void TransformFeedbackStreamAttribNV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl( @@ -110480,40 +60796,6 @@ Constant bufferMode } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTransformFeedbackVaryings")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void TransformFeedbackVaryings( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLsizei")] uint count, @@ -110521,40 +60803,6 @@ public static extern void TransformFeedbackVaryings( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl( @@ -110575,7 +60823,6 @@ Constant bufferMode } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTransformFeedbackVaryingsEXT")] - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] public static extern void TransformFeedbackVaryingsEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLsizei")] uint count, @@ -110583,7 +60830,6 @@ public static extern void TransformFeedbackVaryingsEXT( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl( @@ -110603,7 +60849,6 @@ Constant bufferMode } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl( @@ -110628,7 +60873,6 @@ Constant bufferMode } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTransformFeedbackVaryingsNV")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] public static extern void TransformFeedbackVaryingsNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLsizei")] uint count, @@ -110636,7 +60880,6 @@ public static extern void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -110656,7 +60899,6 @@ Constant bufferMode } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] public static void TransformFeedbackVaryingsNV( @@ -110666,7 +60908,6 @@ public static void TransformFeedbackVaryingsNV( Constant bufferMode ) => TransformFeedbackVaryingsNV(program, 1, (int*)&locations, (uint)bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -110691,7 +60932,6 @@ Constant bufferMode } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] public static void TransformFeedbackVaryingsNV( @@ -110701,7 +60941,6 @@ public static void TransformFeedbackVaryingsNV( Constant bufferMode ) => TransformFeedbackVaryingsNV(program, 1, (int*)(GLEnum*)&locations, (uint)bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -110726,7 +60965,6 @@ Constant bufferMode } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] public static void TransformFeedbackVaryingsNV( @@ -110743,9 +60981,6 @@ Constant bufferMode ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTransformPathNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void TransformPathNV( [NativeTypeName("GLuint")] uint resultPath, [NativeTypeName("GLuint")] uint srcPath, @@ -110753,9 +60988,6 @@ public static extern void TransformPathNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] [MethodImpl( @@ -110775,31 +61007,6 @@ public static void TransformPathNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTranslated")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Translate( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, @@ -110807,32 +61014,6 @@ public static extern void Translate( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTranslatef")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] public static extern void Translate( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, @@ -110840,7 +61021,6 @@ public static extern void Translate( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTranslatex")] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Translatex( [NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y, @@ -110848,8 +61028,6 @@ public static extern void Translatex( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glTranslatexOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] public static extern void TranslatexOES( [NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y, @@ -110857,102 +61035,18 @@ public static extern void TranslatexOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1d")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void Uniform1( [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void Uniform1( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1dv")] [MethodImpl( @@ -110971,154 +61065,24 @@ public static void Uniform1( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform1( [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1fARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform1ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform1( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1fv")] [MethodImpl( @@ -111137,14 +61101,12 @@ public static void Uniform1( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform1ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] [MethodImpl( @@ -111163,82 +61125,30 @@ public static void Uniform1ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform1( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1i64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform1ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64")] long x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1i64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform1NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64EXT")] long x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1i64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform1ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] [MethodImpl( @@ -111257,18 +61167,12 @@ public static void Uniform1ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1i64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform1NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] [MethodImpl( @@ -111287,105 +61191,18 @@ public static void Uniform1NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1iARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform1ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform1( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1iv")] [MethodImpl( @@ -111404,14 +61221,12 @@ public static void Uniform1( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1ivARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform1ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] [MethodImpl( @@ -111430,73 +61245,30 @@ public static void Uniform1ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1ui")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void Uniform1( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1ui64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform1ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1ui64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform1NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1ui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform1ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] [MethodImpl( @@ -111515,18 +61287,12 @@ public static void Uniform1ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1ui64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform1NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] [MethodImpl( @@ -111545,87 +61311,18 @@ public static void Uniform1NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1uiEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] public static extern void Uniform1EXT( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void Uniform1( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] [MethodImpl( @@ -111644,14 +61341,12 @@ public static void Uniform1( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform1uivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] public static extern void Uniform1EXT( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] [MethodImpl( @@ -111670,34 +61365,6 @@ public static void Uniform1EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2d")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void Uniform2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x, @@ -111705,68 +61372,12 @@ public static extern void Uniform2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void Uniform2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2dv")] [MethodImpl( @@ -111785,49 +61396,6 @@ public static void Uniform2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0, @@ -111835,7 +61403,6 @@ public static extern void Uniform2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2fARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform2ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0, @@ -111843,98 +61410,12 @@ public static extern void Uniform2ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2fv")] [MethodImpl( @@ -111953,14 +61434,12 @@ public static void Uniform2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform2ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] [MethodImpl( @@ -111979,49 +61458,6 @@ public static void Uniform2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0, @@ -112029,8 +61465,6 @@ public static extern void Uniform2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2i64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform2ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64")] long x, @@ -112038,9 +61472,6 @@ public static extern void Uniform2ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2i64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform2NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64EXT")] long x, @@ -112048,16 +61479,12 @@ public static extern void Uniform2NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2i64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform2ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] [MethodImpl( @@ -112076,18 +61503,12 @@ public static void Uniform2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2i64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform2NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] [MethodImpl( @@ -112106,7 +61527,6 @@ public static void Uniform2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2iARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform2ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0, @@ -112114,98 +61534,12 @@ public static extern void Uniform2ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2iv")] [MethodImpl( @@ -112224,14 +61558,12 @@ public static void Uniform2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2ivARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform2ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] [MethodImpl( @@ -112250,40 +61582,6 @@ public static void Uniform2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2ui")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void Uniform2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0, @@ -112291,8 +61589,6 @@ public static extern void Uniform2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2ui64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform2ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x, @@ -112300,9 +61596,6 @@ public static extern void Uniform2ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2ui64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform2NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x, @@ -112310,16 +61603,12 @@ public static extern void Uniform2NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2ui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform2ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] [MethodImpl( @@ -112338,18 +61627,12 @@ public static void Uniform2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2ui64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform2NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] [MethodImpl( @@ -112368,7 +61651,6 @@ public static void Uniform2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2uiEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] public static extern void Uniform2EXT( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0, @@ -112376,80 +61658,12 @@ public static extern void Uniform2EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void Uniform2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] [MethodImpl( @@ -112468,14 +61682,12 @@ public static void Uniform2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform2uivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] public static extern void Uniform2EXT( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] [MethodImpl( @@ -112494,34 +61706,6 @@ public static void Uniform2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3d")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void Uniform3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x, @@ -112530,68 +61714,12 @@ public static extern void Uniform3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void Uniform3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3dv")] [MethodImpl( @@ -112610,49 +61738,6 @@ public static void Uniform3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0, @@ -112661,7 +61746,6 @@ public static extern void Uniform3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3fARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform3ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0, @@ -112670,98 +61754,12 @@ public static extern void Uniform3ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3fv")] [MethodImpl( @@ -112780,14 +61778,12 @@ public static void Uniform3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform3ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] [MethodImpl( @@ -112806,49 +61802,6 @@ public static void Uniform3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0, @@ -112857,8 +61810,6 @@ public static extern void Uniform3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3i64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform3ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64")] long x, @@ -112867,9 +61818,6 @@ public static extern void Uniform3ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3i64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform3NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64EXT")] long x, @@ -112878,16 +61826,12 @@ public static extern void Uniform3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3i64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform3ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] [MethodImpl( @@ -112906,18 +61850,12 @@ public static void Uniform3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3i64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform3NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] [MethodImpl( @@ -112936,7 +61874,6 @@ public static void Uniform3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3iARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform3ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0, @@ -112945,98 +61882,12 @@ public static extern void Uniform3ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3iv")] [MethodImpl( @@ -113055,14 +61906,12 @@ public static void Uniform3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3ivARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform3ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] [MethodImpl( @@ -113081,40 +61930,6 @@ public static void Uniform3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3ui")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void Uniform3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0, @@ -113123,8 +61938,6 @@ public static extern void Uniform3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3ui64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform3ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x, @@ -113133,9 +61946,6 @@ public static extern void Uniform3ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3ui64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform3NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x, @@ -113144,16 +61954,12 @@ public static extern void Uniform3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3ui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform3ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] [MethodImpl( @@ -113172,18 +61978,12 @@ public static void Uniform3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3ui64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform3NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] [MethodImpl( @@ -113202,7 +62002,6 @@ public static void Uniform3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3uiEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] public static extern void Uniform3EXT( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0, @@ -113211,80 +62010,12 @@ public static extern void Uniform3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void Uniform3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] [MethodImpl( @@ -113303,14 +62034,12 @@ public static void Uniform3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform3uivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] public static extern void Uniform3EXT( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] [MethodImpl( @@ -113329,34 +62058,6 @@ public static void Uniform3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4d")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void Uniform4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x, @@ -113366,68 +62067,12 @@ public static extern void Uniform4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void Uniform4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4dv")] [MethodImpl( @@ -113446,49 +62091,6 @@ public static void Uniform4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0, @@ -113498,7 +62100,6 @@ public static extern void Uniform4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4fARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform4ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0, @@ -113508,98 +62109,12 @@ public static extern void Uniform4ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4fv")] [MethodImpl( @@ -113618,14 +62133,12 @@ public static void Uniform4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform4ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] [MethodImpl( @@ -113644,49 +62157,6 @@ public static void Uniform4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0, @@ -113696,8 +62166,6 @@ public static extern void Uniform4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4i64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform4ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64")] long x, @@ -113707,9 +62175,6 @@ public static extern void Uniform4ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4i64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform4NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64EXT")] long x, @@ -113719,16 +62184,12 @@ public static extern void Uniform4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4i64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform4ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] [MethodImpl( @@ -113747,18 +62208,12 @@ public static void Uniform4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4i64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform4NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] [MethodImpl( @@ -113777,7 +62232,6 @@ public static void Uniform4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4iARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform4ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0, @@ -113787,98 +62241,12 @@ public static extern void Uniform4ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void Uniform4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4iv")] [MethodImpl( @@ -113897,14 +62265,12 @@ public static void Uniform4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4ivARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void Uniform4ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] [MethodImpl( @@ -113923,40 +62289,6 @@ public static void Uniform4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4ui")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void Uniform4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0, @@ -113966,8 +62298,6 @@ public static extern void Uniform4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4ui64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform4ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x, @@ -113977,9 +62307,6 @@ public static extern void Uniform4ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4ui64NV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform4NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x, @@ -113989,16 +62316,12 @@ public static extern void Uniform4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4ui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] public static extern void Uniform4ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] [MethodImpl( @@ -114017,18 +62340,12 @@ public static void Uniform4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4ui64vNV")] - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] public static extern void Uniform4NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] [MethodImpl( @@ -114047,7 +62364,6 @@ public static void Uniform4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4uiEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] public static extern void Uniform4EXT( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0, @@ -114057,80 +62373,12 @@ public static extern void Uniform4EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void Uniform4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] [MethodImpl( @@ -114149,14 +62397,12 @@ public static void Uniform4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniform4uivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] public static extern void Uniform4EXT( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] [MethodImpl( @@ -114175,40 +62421,6 @@ public static void Uniform4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformBlockBinding")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] public static extern void UniformBlockBinding( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint uniformBlockIndex, @@ -114216,7 +62428,6 @@ public static extern void UniformBlockBinding( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformBufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] public static extern void UniformBufferEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, @@ -114224,46 +62435,36 @@ public static extern void UniformBufferEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformHandleui64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] public static extern void UniformHandleARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong value ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformHandleui64IMG")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] public static extern void UniformHandleIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong value ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformHandleui64NV")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] public static extern void UniformHandleNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong value ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformHandleui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] - public static extern void UniformHandleui64VARB( + public static extern void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UniformHandleui64VARB( + public static void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value @@ -114271,34 +62472,30 @@ public static void UniformHandleui64VARB( { fixed (ulong* __dsl_value = value) { - UniformHandleui64VARB(location, count, __dsl_value); + UniformHandleui64vARB(location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] - public static void UniformHandleui64VARB( + public static void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => UniformHandleui64VARB(location, 1, (ulong*)&value); + ) => UniformHandleui64vARB(location, 1, (ulong*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformHandleui64vIMG")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] - public static extern void UniformHandleui64VIMG( + public static extern void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UniformHandleui64VIMG( + public static void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value @@ -114306,37 +62503,30 @@ public static void UniformHandleui64VIMG( { fixed (ulong* __dsl_value = value) { - UniformHandleui64VIMG(location, count, __dsl_value); + UniformHandleui64vIMG(location, count, __dsl_value); } } - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] - public static void UniformHandleui64VIMG( + public static void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => UniformHandleui64VIMG(location, 1, (ulong*)&value); + ) => UniformHandleui64vIMG(location, 1, (ulong*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformHandleui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] - public static extern void UniformHandleui64VNV( + public static extern void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UniformHandleui64VNV( + public static void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value @@ -114344,49 +62534,18 @@ public static void UniformHandleui64VNV( { fixed (ulong* __dsl_value = value) { - UniformHandleui64VNV(location, count, __dsl_value); + UniformHandleui64vNV(location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] - public static void UniformHandleui64VNV( + public static void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => UniformHandleui64VNV(location, 1, (ulong*)&value); + ) => UniformHandleui64vNV(location, 1, (ulong*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void UniformMatrix2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -114394,34 +62553,6 @@ public static extern void UniformMatrix2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] [MethodImpl( @@ -114441,49 +62572,6 @@ public static void UniformMatrix2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void UniformMatrix2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -114491,49 +62579,6 @@ public static extern void UniformMatrix2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] [MethodImpl( @@ -114553,7 +62598,6 @@ public static void UniformMatrix2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix2fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void UniformMatrix2ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -114561,7 +62605,6 @@ public static extern void UniformMatrix2ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] [MethodImpl( @@ -114581,34 +62624,6 @@ public static void UniformMatrix2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix2x3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void UniformMatrix2X3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -114616,34 +62631,6 @@ public static extern void UniformMatrix2X3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] [MethodImpl( @@ -114663,42 +62650,6 @@ public static void UniformMatrix2X3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix2x3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] public static extern void UniformMatrix2X3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -114706,42 +62657,6 @@ public static extern void UniformMatrix2X3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] [MethodImpl( @@ -114761,7 +62676,6 @@ public static void UniformMatrix2X3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix2x3fvNV")] - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] public static extern void UniformMatrix2X3NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -114769,7 +62683,6 @@ public static extern void UniformMatrix2X3NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] [MethodImpl( @@ -114789,34 +62702,6 @@ public static void UniformMatrix2X3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix2x4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void UniformMatrix2X4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -114824,34 +62709,6 @@ public static extern void UniformMatrix2X4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] [MethodImpl( @@ -114871,42 +62728,6 @@ public static void UniformMatrix2X4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix2x4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] public static extern void UniformMatrix2X4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -114914,42 +62735,6 @@ public static extern void UniformMatrix2X4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] [MethodImpl( @@ -114969,7 +62754,6 @@ public static void UniformMatrix2X4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix2x4fvNV")] - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] public static extern void UniformMatrix2X4NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -114977,7 +62761,6 @@ public static extern void UniformMatrix2X4NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] [MethodImpl( @@ -114997,34 +62780,6 @@ public static void UniformMatrix2X4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void UniformMatrix3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115032,34 +62787,6 @@ public static extern void UniformMatrix3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] [MethodImpl( @@ -115079,49 +62806,6 @@ public static void UniformMatrix3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void UniformMatrix3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115129,49 +62813,6 @@ public static extern void UniformMatrix3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] [MethodImpl( @@ -115191,7 +62832,6 @@ public static void UniformMatrix3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix3fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void UniformMatrix3ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115199,7 +62839,6 @@ public static extern void UniformMatrix3ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] [MethodImpl( @@ -115219,34 +62858,6 @@ public static void UniformMatrix3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix3x2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void UniformMatrix3X2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115254,34 +62865,6 @@ public static extern void UniformMatrix3X2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] [MethodImpl( @@ -115301,42 +62884,6 @@ public static void UniformMatrix3X2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix3x2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] public static extern void UniformMatrix3X2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115344,42 +62891,6 @@ public static extern void UniformMatrix3X2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] [MethodImpl( @@ -115399,7 +62910,6 @@ public static void UniformMatrix3X2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix3x2fvNV")] - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] public static extern void UniformMatrix3X2NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115407,7 +62917,6 @@ public static extern void UniformMatrix3X2NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] [MethodImpl( @@ -115427,34 +62936,6 @@ public static void UniformMatrix3X2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix3x4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void UniformMatrix3X4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115462,34 +62943,6 @@ public static extern void UniformMatrix3X4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] [MethodImpl( @@ -115509,42 +62962,6 @@ public static void UniformMatrix3X4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix3x4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] public static extern void UniformMatrix3X4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115552,42 +62969,6 @@ public static extern void UniformMatrix3X4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] [MethodImpl( @@ -115607,7 +62988,6 @@ public static void UniformMatrix3X4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix3x4fvNV")] - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] public static extern void UniformMatrix3X4NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115615,7 +62995,6 @@ public static extern void UniformMatrix3X4NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] [MethodImpl( @@ -115635,34 +63014,6 @@ public static void UniformMatrix3X4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void UniformMatrix4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115670,34 +63021,6 @@ public static extern void UniformMatrix4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] [MethodImpl( @@ -115717,49 +63040,6 @@ public static void UniformMatrix4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void UniformMatrix4( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115767,49 +63047,6 @@ public static extern void UniformMatrix4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] [MethodImpl( @@ -115829,7 +63066,6 @@ public static void UniformMatrix4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix4fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void UniformMatrix4ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115837,7 +63073,6 @@ public static extern void UniformMatrix4ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] [MethodImpl( @@ -115857,34 +63092,6 @@ public static void UniformMatrix4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix4x2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void UniformMatrix4X2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115892,34 +63099,6 @@ public static extern void UniformMatrix4X2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] [MethodImpl( @@ -115939,42 +63118,6 @@ public static void UniformMatrix4X2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix4x2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] public static extern void UniformMatrix4X2( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -115982,42 +63125,6 @@ public static extern void UniformMatrix4X2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] [MethodImpl( @@ -116037,7 +63144,6 @@ public static void UniformMatrix4X2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix4x2fvNV")] - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] public static extern void UniformMatrix4X2NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -116045,7 +63151,6 @@ public static extern void UniformMatrix4X2NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] [MethodImpl( @@ -116065,34 +63170,6 @@ public static void UniformMatrix4X2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix4x3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void UniformMatrix4X3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -116100,34 +63177,6 @@ public static extern void UniformMatrix4X3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] [MethodImpl( @@ -116147,42 +63196,6 @@ public static void UniformMatrix4X3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix4x3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] public static extern void UniformMatrix4X3( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -116190,42 +63203,6 @@ public static extern void UniformMatrix4X3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] [MethodImpl( @@ -116245,7 +63222,6 @@ public static void UniformMatrix4X3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformMatrix4x3fvNV")] - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] public static extern void UniformMatrix4X3NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -116253,7 +63229,6 @@ public static extern void UniformMatrix4X3NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] [MethodImpl( @@ -116273,68 +63248,12 @@ public static void UniformMatrix4X3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformSubroutinesuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] public static extern void UniformSubroutines( [NativeTypeName("GLenum")] uint shadertype, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* indices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl( @@ -116352,34 +63271,6 @@ public static void UniformSubroutines( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] public static void UniformSubroutines( @@ -116388,24 +63279,18 @@ public static void UniformSubroutines( ) => UniformSubroutines((uint)shadertype, 1, (uint*)&indices); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformui64NV")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] public static extern void UniformNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong value ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUniformui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] public static extern void UniformNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] [MethodImpl( @@ -116424,94 +63309,13 @@ public static void UniformNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUnlockArraysEXT")] - [SupportedApiProfile("gl", ["GL_EXT_compiled_vertex_array"])] public static extern void UnlockArraysEXT(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUnmapBuffer")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] public static extern uint UnmapBuffer([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] public static MaybeBool UnmapBuffer( @@ -116520,11 +63324,9 @@ public static MaybeBool UnmapBuffer( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUnmapBufferARB")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] public static extern uint UnmapBufferARB([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] public static MaybeBool UnmapBufferARB( @@ -116532,76 +63334,45 @@ public static MaybeBool UnmapBufferARB( ) => (MaybeBool)(uint)UnmapBufferARB((uint)target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] public static MaybeBool UnmapBufferOES([NativeTypeName("GLenum")] uint target) => - (MaybeBool)(uint)UnmapBufferOESRaw(target); + (MaybeBool)(uint)UnmapBufferOESRawOES(target); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUnmapBufferOES")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] - public static extern uint UnmapBufferOESRaw([NativeTypeName("GLenum")] uint target); + public static extern uint UnmapBufferOESRawOES([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] public static MaybeBool UnmapNamedBuffer([NativeTypeName("GLuint")] uint buffer) => (MaybeBool)(uint)UnmapNamedBufferRaw(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] public static MaybeBool UnmapNamedBufferEXT([NativeTypeName("GLuint")] uint buffer) => - (MaybeBool)(uint)UnmapNamedBufferEXTRaw(buffer); + (MaybeBool)(uint)UnmapNamedBufferEXTRawEXT(buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUnmapNamedBufferEXT")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] - public static extern uint UnmapNamedBufferEXTRaw([NativeTypeName("GLuint")] uint buffer); + public static extern uint UnmapNamedBufferEXTRawEXT([NativeTypeName("GLuint")] uint buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUnmapNamedBuffer")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern uint UnmapNamedBufferRaw([NativeTypeName("GLuint")] uint buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUnmapObjectBufferATI")] - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] public static extern void UnmapObjectBufferATI([NativeTypeName("GLuint")] uint buffer); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUnmapTexture2DINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] - public static extern void UnmapTexture2DIntel( + public static extern void UnmapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUpdateObjectBufferATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] public static extern void UpdateObjectBufferATI( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLuint")] uint offset, @@ -116610,7 +63381,6 @@ public static extern void UpdateObjectBufferATI( [NativeTypeName("GLenum")] uint preserve ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] [MethodImpl( @@ -116631,120 +63401,23 @@ public static void UpdateObjectBufferATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUploadGpuMaskNVX")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] public static extern void UploadGpuMaskNVX([NativeTypeName("GLbitfield")] uint mask); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUseProgram")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void UseProgram([NativeTypeName("GLuint")] uint program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUseProgramObjectARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void UseProgramObjectARB( [NativeTypeName("GLhandleARB")] uint programObj ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUseProgramStages")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void UseProgramStages( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLbitfield")] uint stages, [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] public static void UseProgramStages( @@ -116754,14 +63427,12 @@ public static void UseProgramStages( ) => UseProgramStages(pipeline, (uint)stages, program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUseProgramStagesEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLbitfield")] uint stages, [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] public static void UseProgramStagesEXT( @@ -116771,102 +63442,28 @@ public static void UseProgramStagesEXT( ) => UseProgramStagesEXT(pipeline, (uint)stages, program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glUseShaderProgramEXT")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] public static extern void UseShaderProgramEXT( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint program ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glValidateProgram")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void ValidateProgram([NativeTypeName("GLuint")] uint program); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glValidateProgramARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] public static extern void ValidateProgramARB( [NativeTypeName("GLhandleARB")] uint programObj ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glValidateProgramPipeline")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ValidateProgramPipeline([NativeTypeName("GLuint")] uint pipeline); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glValidateProgramPipelineEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] public static extern void ValidateProgramPipelineEXT( [NativeTypeName("GLuint")] uint pipeline ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVariantArrayObjectATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] public static extern void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint type, @@ -116875,7 +63472,6 @@ public static extern void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] public static void VariantArrayObjectATI( @@ -116887,13 +63483,11 @@ public static void VariantArrayObjectATI( ) => VariantArrayObjectATI(id, (uint)type, stride, buffer, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVariantbvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLbyte *")] sbyte* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl( @@ -116910,20 +63504,17 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] public static void VariantEXT([NativeTypeName("const GLbyte *")] sbyte addr) => VariantEXT(1, (sbyte*)&addr); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVariantdvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLdouble *")] double* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl( @@ -116940,20 +63531,17 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] public static void VariantEXT([NativeTypeName("const GLdouble *")] double addr) => VariantEXT(1, (double*)&addr); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVariantfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLfloat *")] float* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl( @@ -116970,20 +63558,17 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] public static void VariantEXT([NativeTypeName("const GLfloat *")] float addr) => VariantEXT(1, (float*)&addr); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVariantivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLint *")] int* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl( @@ -117000,14 +63585,12 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] public static void VariantEXT([NativeTypeName("const GLint *")] int addr) => VariantEXT(1, (int*)&addr); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVariantPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void VariantPointerEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint type, @@ -117015,7 +63598,6 @@ public static extern void VariantPointerEXT( [NativeTypeName("const void *")] void* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] [MethodImpl( @@ -117035,13 +63617,11 @@ public static void VariantPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVariantsvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLshort *")] short* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl( @@ -117058,20 +63638,17 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] public static void VariantEXT([NativeTypeName("const GLshort *")] short addr) => VariantEXT(1, (short*)&addr); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVariantubvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLubyte *")] byte* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl( @@ -117088,20 +63665,17 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] public static void VariantEXT([NativeTypeName("const GLubyte *")] byte addr) => VariantEXT(1, (byte*)&addr); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVariantuivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLuint *")] uint* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl( @@ -117118,20 +63692,17 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] public static void VariantEXT([NativeTypeName("const GLuint *")] uint addr) => VariantEXT(1, (uint*)&addr); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVariantusvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLushort *")] ushort* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl( @@ -117148,18 +63719,15 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] public static void VariantEXT([NativeTypeName("const GLushort *")] ushort addr) => VariantEXT(1, (ushort*)&addr); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVDPAUFiniNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] public static extern void VdpauFinNV(); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVDPAUGetSurfaceivNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] public static extern void VdpauGetSurfaceNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface, [NativeTypeName("GLenum")] uint pname, @@ -117168,7 +63736,6 @@ public static extern void VdpauGetSurfaceNV( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl( @@ -117189,7 +63756,6 @@ public static void VdpauGetSurfaceNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl( @@ -117210,13 +63776,11 @@ public static int VdpauGetSurfaceNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVDPAUInitNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] public static extern void VdpauInitNV( [NativeTypeName("const void *")] void* vdpDevice, [NativeTypeName("const void *")] void* getProcAddress ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] [MethodImpl( @@ -117235,28 +63799,24 @@ public static void VdpauInitNV( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] public static MaybeBool VdpauIsSurfaceNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface - ) => (MaybeBool)(uint)VdpauIsSurfaceNVRaw(surface); + ) => (MaybeBool)(uint)VdpauIsSurfaceNVRawNV(surface); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVDPAUIsSurfaceNV")] [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] - public static extern uint VdpauIsSurfaceNVRaw( + public static extern uint VdpauIsSurfaceNVRawNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVDPAUMapSurfacesNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] public static extern void VdpauMapSurfacesNV( [NativeTypeName("GLsizei")] uint numSurfaces, [NativeTypeName("const GLvdpauSurfaceNV *")] nint* surfaces ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl( @@ -117273,7 +63833,6 @@ public static void VdpauMapSurfacesNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] public static void VdpauMapSurfacesNV( @@ -117282,7 +63841,6 @@ public static void VdpauMapSurfacesNV( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVDPAURegisterOutputSurfaceNV")] [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] public static extern nint VdpauRegisterOutputSurfaceNV( [NativeTypeName("const void *")] void* vdpSurface, [NativeTypeName("GLenum")] uint target, @@ -117291,7 +63849,6 @@ public static extern nint VdpauRegisterOutputSurfaceNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] [MethodImpl( @@ -117318,7 +63875,6 @@ public static nint VdpauRegisterOutputSurfaceNV( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVDPAURegisterVideoSurfaceNV")] [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] public static extern nint VdpauRegisterVideoSurfaceNV( [NativeTypeName("const void *")] void* vdpSurface, [NativeTypeName("GLenum")] uint target, @@ -117327,7 +63883,6 @@ public static extern nint VdpauRegisterVideoSurfaceNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] [MethodImpl( @@ -117358,7 +63913,6 @@ public static nint VdpauRegisterVideoSurfaceNV( EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV" )] [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop2"])] public static extern nint VdpauRegisterVideoSurfaceWithPictureStructureNV( [NativeTypeName("const void *")] void* vdpSurface, [NativeTypeName("GLenum")] uint target, @@ -117368,7 +63922,6 @@ public static extern nint VdpauRegisterVideoSurfaceWithPictureStructureNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] [MethodImpl( @@ -117396,20 +63949,17 @@ public static nint VdpauRegisterVideoSurfaceWithPictureStructureNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVDPAUSurfaceAccessNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] public static extern void VdpauSurfaceAccessNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface, [NativeTypeName("GLenum")] uint access ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVDPAUUnmapSurfacesNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] public static extern void VdpauUnmapSurfacesNV( [NativeTypeName("GLsizei")] uint numSurface, [NativeTypeName("const GLvdpauSurfaceNV *")] nint* surfaces ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl( @@ -117426,7 +63976,6 @@ public static void VdpauUnmapSurfacesNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] public static void VdpauUnmapSurfacesNV( @@ -117434,23 +63983,19 @@ public static void VdpauUnmapSurfacesNV( ) => VdpauUnmapSurfacesNV(1, (nint*)&surfaces); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVDPAUUnregisterSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] public static extern void VdpauUnregisterSurfaceNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2bOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void Vertex2OES( [NativeTypeName("GLbyte")] sbyte x, [NativeTypeName("GLbyte")] sbyte y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2bvOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void Vertex2OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] [MethodImpl( @@ -117465,89 +64010,14 @@ public static void Vertex2OES([NativeTypeName("const GLbyte *")] Ref coor } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex2( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex2([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2dv")] [MethodImpl( @@ -117562,89 +64032,14 @@ public static void Vertex2([NativeTypeName("const GLdouble *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex2( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex2([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2fv")] [MethodImpl( @@ -117659,17 +64054,14 @@ public static void Vertex2([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void Vertex2NV( [NativeTypeName("GLhalfNV")] ushort x, [NativeTypeName("GLhalfNV")] ushort y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void Vertex2NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] [MethodImpl( @@ -117684,89 +64076,14 @@ public static void Vertex2NV([NativeTypeName("const GLhalfNV *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex2( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex2([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2iv")] [MethodImpl( @@ -117781,89 +64098,14 @@ public static void Vertex2([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex2( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex2([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2sv")] [MethodImpl( @@ -117878,14 +64120,11 @@ public static void Vertex2([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void Vertex2XOES([NativeTypeName("GLfixed")] int x); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex2xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void Vertex2XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] [MethodImpl( @@ -117900,7 +64139,6 @@ public static void Vertex2XOES([NativeTypeName("const GLfixed *")] Ref coor } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3bOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void Vertex3OES( [NativeTypeName("GLbyte")] sbyte x, [NativeTypeName("GLbyte")] sbyte y, @@ -117908,10 +64146,8 @@ public static extern void Vertex3OES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3bvOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void Vertex3OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] [MethodImpl( @@ -117926,31 +64162,6 @@ public static void Vertex3OES([NativeTypeName("const GLbyte *")] Ref coor } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex3( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, @@ -117958,58 +64169,8 @@ public static extern void Vertex3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3dv")] [MethodImpl( @@ -118024,31 +64185,6 @@ public static void Vertex3([NativeTypeName("const GLdouble *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex3( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, @@ -118056,58 +64192,8 @@ public static extern void Vertex3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3fv")] [MethodImpl( @@ -118122,7 +64208,6 @@ public static void Vertex3([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void Vertex3NV( [NativeTypeName("GLhalfNV")] ushort x, [NativeTypeName("GLhalfNV")] ushort y, @@ -118130,10 +64215,8 @@ public static extern void Vertex3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void Vertex3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] [MethodImpl( @@ -118148,31 +64231,6 @@ public static void Vertex3NV([NativeTypeName("const GLhalfNV *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex3( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -118180,58 +64238,8 @@ public static extern void Vertex3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3iv")] [MethodImpl( @@ -118246,31 +64254,6 @@ public static void Vertex3([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex3( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y, @@ -118278,58 +64261,8 @@ public static extern void Vertex3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3sv")] [MethodImpl( @@ -118344,17 +64277,14 @@ public static void Vertex3([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void Vertex3XOES( [NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex3xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void Vertex3XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] [MethodImpl( @@ -118369,7 +64299,6 @@ public static void Vertex3XOES([NativeTypeName("const GLfixed *")] Ref coor } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4bOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void Vertex4OES( [NativeTypeName("GLbyte")] sbyte x, [NativeTypeName("GLbyte")] sbyte y, @@ -118378,10 +64307,8 @@ public static extern void Vertex4OES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4bvOES")] - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] public static extern void Vertex4OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] [MethodImpl( @@ -118396,31 +64323,6 @@ public static void Vertex4OES([NativeTypeName("const GLbyte *")] Ref coor } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex4( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, @@ -118429,58 +64331,8 @@ public static extern void Vertex4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex4([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4dv")] [MethodImpl( @@ -118495,31 +64347,6 @@ public static void Vertex4([NativeTypeName("const GLdouble *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex4( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y, @@ -118528,58 +64355,8 @@ public static extern void Vertex4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex4([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4fv")] [MethodImpl( @@ -118594,7 +64371,6 @@ public static void Vertex4([NativeTypeName("const GLfloat *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void Vertex4NV( [NativeTypeName("GLhalfNV")] ushort x, [NativeTypeName("GLhalfNV")] ushort y, @@ -118603,10 +64379,8 @@ public static extern void Vertex4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void Vertex4NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] [MethodImpl( @@ -118621,31 +64395,6 @@ public static void Vertex4NV([NativeTypeName("const GLhalfNV *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex4( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -118654,58 +64403,8 @@ public static extern void Vertex4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex4([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4iv")] [MethodImpl( @@ -118720,31 +64419,6 @@ public static void Vertex4([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex4( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y, @@ -118753,58 +64427,8 @@ public static extern void Vertex4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] public static extern void Vertex4([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4sv")] [MethodImpl( @@ -118819,7 +64443,6 @@ public static void Vertex4([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4xOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void Vertex4XOES( [NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y, @@ -118827,10 +64450,8 @@ public static extern void Vertex4XOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertex4xvOES")] - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] public static extern void Vertex4XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] [MethodImpl( @@ -118845,16 +64466,6 @@ public static void Vertex4XOES([NativeTypeName("const GLfixed *")] Ref coor } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayAttribBinding")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void VertexArrayAttribBinding( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint attribindex, @@ -118862,16 +64473,6 @@ public static extern void VertexArrayAttribBinding( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayAttribFormat")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void VertexArrayAttribFormat( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint attribindex, @@ -118881,16 +64482,6 @@ public static extern void VertexArrayAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] public static void VertexArrayAttribFormat( @@ -118911,16 +64502,6 @@ public static void VertexArrayAttribFormat( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayAttribIFormat")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint attribindex, @@ -118929,16 +64510,6 @@ public static extern void VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] public static void VertexArrayAttribIFormat( @@ -118950,16 +64521,6 @@ public static void VertexArrayAttribIFormat( ) => VertexArrayAttribIFormat(vaobj, attribindex, size, (uint)type, relativeoffset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayAttribLFormat")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint attribindex, @@ -118968,16 +64529,6 @@ public static extern void VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] public static void VertexArrayAttribLFormat( @@ -118989,16 +64540,6 @@ public static void VertexArrayAttribLFormat( ) => VertexArrayAttribLFormat(vaobj, attribindex, size, (uint)type, relativeoffset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayBindingDivisor")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void VertexArrayBindingDivisor( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint bindingindex, @@ -119006,8 +64547,6 @@ public static extern void VertexArrayBindingDivisor( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayBindVertexBufferEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayBindVertexBufferEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint bindingindex, @@ -119017,8 +64556,6 @@ public static extern void VertexArrayBindVertexBufferEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayColorOffsetEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayColorOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer, @@ -119028,8 +64565,6 @@ public static extern void VertexArrayColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] public static void VertexArrayColorOffsetEXT( @@ -119042,8 +64577,6 @@ public static void VertexArrayColorOffsetEXT( ) => VertexArrayColorOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayEdgeFlagOffsetEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayEdgeFlagOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer, @@ -119052,24 +64585,12 @@ public static extern void VertexArrayEdgeFlagOffsetEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayElementBuffer")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void VertexArrayElementBuffer( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayFogCoordOffsetEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer, @@ -119078,8 +64599,6 @@ public static extern void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] public static void VertexArrayFogCoordOffsetEXT( @@ -119091,8 +64610,6 @@ public static void VertexArrayFogCoordOffsetEXT( ) => VertexArrayFogCoordOffsetEXT(vaobj, buffer, (uint)type, stride, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayIndexOffsetEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayIndexOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer, @@ -119101,8 +64618,6 @@ public static extern void VertexArrayIndexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] public static void VertexArrayIndexOffsetEXT( @@ -119118,8 +64633,6 @@ public static void VertexArrayIndexOffsetEXT( ExactSpelling = true, EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer, @@ -119130,8 +64643,6 @@ public static extern void VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] public static void VertexArrayMultiTexCoordOffsetEXT( @@ -119154,8 +64665,6 @@ public static void VertexArrayMultiTexCoordOffsetEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayNormalOffsetEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayNormalOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer, @@ -119164,8 +64673,6 @@ public static extern void VertexArrayNormalOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] public static void VertexArrayNormalOffsetEXT( @@ -119177,52 +64684,46 @@ public static void VertexArrayNormalOffsetEXT( ) => VertexArrayNormalOffsetEXT(vaobj, buffer, (uint)type, stride, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayParameteriAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] - public static extern void VertexArrayParameterApple( + public static extern void VertexArrayParameterAPPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] - public static void VertexArrayParameterApple( - [NativeTypeName("GLenum")] Constant pname, + public static void VertexArrayParameterAPPLE( + [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) => VertexArrayParameterApple((uint)pname, param1); + ) => VertexArrayParameterAPPLE((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayRangeAPPLE")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] - public static extern void VertexArrayRangeApple( + public static extern void VertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, void* pointer ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexArrayRangeApple( + public static void VertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, Ref pointer ) { fixed (void* __dsl_pointer = pointer) { - VertexArrayRangeApple(length, __dsl_pointer); + VertexArrayRangeAPPLE(length, __dsl_pointer); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayRangeNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] public static extern void VertexArrayRangeNV( [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] [MethodImpl( @@ -119244,8 +64745,6 @@ public static void VertexArrayRangeNV( ExactSpelling = true, EntryPoint = "glVertexArraySecondaryColorOffsetEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer, @@ -119255,8 +64754,6 @@ public static extern void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] public static void VertexArraySecondaryColorOffsetEXT( @@ -119269,8 +64766,6 @@ public static void VertexArraySecondaryColorOffsetEXT( ) => VertexArraySecondaryColorOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayTexCoordOffsetEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer, @@ -119280,8 +64775,6 @@ public static extern void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] public static void VertexArrayTexCoordOffsetEXT( @@ -119298,8 +64791,6 @@ public static void VertexArrayTexCoordOffsetEXT( ExactSpelling = true, EntryPoint = "glVertexArrayVertexAttribBindingEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayVertexAttribBindingEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint attribindex, @@ -119311,8 +64802,6 @@ public static extern void VertexArrayVertexAttribBindingEXT( ExactSpelling = true, EntryPoint = "glVertexArrayVertexAttribDivisorEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayVertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index, @@ -119324,8 +64813,6 @@ public static extern void VertexArrayVertexAttribDivisorEXT( ExactSpelling = true, EntryPoint = "glVertexArrayVertexAttribFormatEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint attribindex, @@ -119335,8 +64822,6 @@ public static extern void VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] public static void VertexArrayVertexAttribFormatEXT( @@ -119361,8 +64846,6 @@ public static void VertexArrayVertexAttribFormatEXT( ExactSpelling = true, EntryPoint = "glVertexArrayVertexAttribIFormatEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint attribindex, @@ -119371,8 +64854,6 @@ public static extern void VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] public static void VertexArrayVertexAttribIFormatEXT( @@ -119389,8 +64870,6 @@ public static void VertexArrayVertexAttribIFormatEXT( ExactSpelling = true, EntryPoint = "glVertexArrayVertexAttribIOffsetEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer, @@ -119401,8 +64880,6 @@ public static extern void VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] public static void VertexArrayVertexAttribIOffsetEXT( @@ -119429,8 +64906,6 @@ public static void VertexArrayVertexAttribIOffsetEXT( ExactSpelling = true, EntryPoint = "glVertexArrayVertexAttribLFormatEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint attribindex, @@ -119439,8 +64914,6 @@ public static extern void VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] public static void VertexArrayVertexAttribLFormatEXT( @@ -119457,8 +64930,6 @@ public static void VertexArrayVertexAttribLFormatEXT( ExactSpelling = true, EntryPoint = "glVertexArrayVertexAttribLOffsetEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer, @@ -119469,8 +64940,6 @@ public static extern void VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] public static void VertexArrayVertexAttribLOffsetEXT( @@ -119497,8 +64966,6 @@ public static void VertexArrayVertexAttribLOffsetEXT( ExactSpelling = true, EntryPoint = "glVertexArrayVertexAttribOffsetEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer, @@ -119510,8 +64977,6 @@ public static extern void VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] public static void VertexArrayVertexAttribOffsetEXT( @@ -119540,8 +65005,6 @@ public static void VertexArrayVertexAttribOffsetEXT( ExactSpelling = true, EntryPoint = "glVertexArrayVertexBindingDivisorEXT" )] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayVertexBindingDivisorEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint bindingindex, @@ -119549,16 +65012,6 @@ public static extern void VertexArrayVertexBindingDivisorEXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayVertexBuffer")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void VertexArrayVertexBuffer( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint bindingindex, @@ -119568,16 +65021,6 @@ public static extern void VertexArrayVertexBuffer( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayVertexBuffers")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] public static extern void VertexArrayVertexBuffers( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint first, @@ -119587,16 +65030,6 @@ public static extern void VertexArrayVertexBuffers( [NativeTypeName("const GLsizei *")] uint* strides ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] [MethodImpl( @@ -119627,8 +65060,6 @@ public static void VertexArrayVertexBuffers( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexArrayVertexOffsetEXT")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] public static extern void VertexArrayVertexOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer, @@ -119638,8 +65069,6 @@ public static extern void VertexArrayVertexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] public static void VertexArrayVertexOffsetEXT( @@ -119652,898 +65081,356 @@ public static void VertexArrayVertexOffsetEXT( ) => VertexArrayVertexOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - public static extern void VertexAttrib1D( + public static extern void VertexAttrib1d( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1dARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] - public static extern void VertexAttrib1DARB( + public static extern void VertexAttrib1dARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1dNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] - public static extern void VertexAttrib1DNV( + public static extern void VertexAttrib1dNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - public static extern void VertexAttrib1Dv( + public static extern void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1Dv( + public static void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - VertexAttrib1Dv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + VertexAttrib1dv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] - public static void VertexAttrib1Dv( + public static void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => VertexAttrib1Dv(index, (double*)&v); + ) => VertexAttrib1dv(index, (double*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1dvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] - public static extern void VertexAttrib1DvARB( + public static extern void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1DvARB( + public static void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - VertexAttrib1DvARB(index, __dsl_v); + VertexAttrib1dvARB(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] - public static void VertexAttrib1DvARB( + public static void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => VertexAttrib1DvARB(index, (double*)&v); + ) => VertexAttrib1dvARB(index, (double*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1dvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] - public static extern void VertexAttrib1DvNV( + public static extern void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1DvNV( + public static void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - VertexAttrib1DvNV(index, __dsl_v); + VertexAttrib1dvNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] - public static void VertexAttrib1DvNV( + public static void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => VertexAttrib1DvNV(index, (double*)&v); + ) => VertexAttrib1dvNV(index, (double*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - public static extern void VertexAttrib1F( + public static extern void VertexAttrib1f( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1fARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] - public static extern void VertexAttrib1FARB( + public static extern void VertexAttrib1fARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1fNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] - public static extern void VertexAttrib1FNV( + public static extern void VertexAttrib1fNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - public static extern void VertexAttrib1Fv( + public static extern void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1Fv( + public static void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - VertexAttrib1Fv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + VertexAttrib1fv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] - public static void VertexAttrib1Fv( + public static void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => VertexAttrib1Fv(index, (float*)&v); + ) => VertexAttrib1fv(index, (float*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] - public static extern void VertexAttrib1FvARB( + public static extern void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1FvARB( + public static void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - VertexAttrib1FvARB(index, __dsl_v); + VertexAttrib1fvARB(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] - public static void VertexAttrib1FvARB( + public static void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => VertexAttrib1FvARB(index, (float*)&v); + ) => VertexAttrib1fvARB(index, (float*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1fvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] - public static extern void VertexAttrib1FvNV( + public static extern void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1FvNV( + public static void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - VertexAttrib1FvNV(index, __dsl_v); + VertexAttrib1fvNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] - public static void VertexAttrib1FvNV( + public static void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => VertexAttrib1FvNV(index, (float*)&v); + ) => VertexAttrib1fvNV(index, (float*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] - public static extern void VertexAttrib1HNV( + public static extern void VertexAttrib1hNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLhalfNV")] ushort x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] - public static extern void VertexAttrib1HvNV( + public static extern void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1HvNV( + public static void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] Ref v ) { fixed (ushort* __dsl_v = v) { - VertexAttrib1HvNV(index, __dsl_v); + VertexAttrib1hvNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] - public static void VertexAttrib1HvNV( + public static void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort v - ) => VertexAttrib1HvNV(index, (ushort*)&v); + ) => VertexAttrib1hvNV(index, (ushort*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - public static extern void VertexAttrib1S( + public static extern void VertexAttrib1s( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1sARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] - public static extern void VertexAttrib1SARB( + public static extern void VertexAttrib1sARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1sNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] - public static extern void VertexAttrib1SNV( + public static extern void VertexAttrib1sNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - public static extern void VertexAttrib1Sv( + public static extern void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1Sv( + public static void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - VertexAttrib1Sv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + VertexAttrib1sv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] - public static void VertexAttrib1Sv( + public static void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => VertexAttrib1Sv(index, (short*)&v); + ) => VertexAttrib1sv(index, (short*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1svARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] - public static extern void VertexAttrib1SvARB( + public static extern void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1SvARB( + public static void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - VertexAttrib1SvARB(index, __dsl_v); + VertexAttrib1svARB(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] - public static void VertexAttrib1SvARB( + public static void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => VertexAttrib1SvARB(index, (short*)&v); + ) => VertexAttrib1svARB(index, (short*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib1svNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] - public static extern void VertexAttrib1SvNV( + public static extern void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1SvNV( + public static void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - VertexAttrib1SvNV(index, __dsl_v); + VertexAttrib1svNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] - public static void VertexAttrib1SvNV( + public static void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => VertexAttrib1SvNV(index, (short*)&v); + ) => VertexAttrib1svNV(index, (short*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -120551,7 +65438,6 @@ public static extern void VertexAttrib2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2dARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -120559,7 +65445,6 @@ public static extern void VertexAttrib2ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2dNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -120567,87 +65452,11 @@ public static extern void VertexAttrib2NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] [MethodImpl( @@ -120665,13 +65474,11 @@ public static void VertexAttrib2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2dvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] [MethodImpl( @@ -120689,13 +65496,11 @@ public static void VertexAttrib2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2dvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] [MethodImpl( @@ -120713,49 +65518,6 @@ public static void VertexAttrib2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void VertexAttrib2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x, @@ -120763,7 +65525,6 @@ public static extern void VertexAttrib2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2fARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x, @@ -120771,7 +65532,6 @@ public static extern void VertexAttrib2ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2fNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x, @@ -120779,97 +65539,11 @@ public static extern void VertexAttrib2NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void VertexAttrib2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] [MethodImpl( @@ -120887,13 +65561,11 @@ public static void VertexAttrib2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] [MethodImpl( @@ -120911,13 +65583,11 @@ public static void VertexAttrib2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2fvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] [MethodImpl( @@ -120935,7 +65605,6 @@ public static void VertexAttrib2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLhalfNV")] ushort x, @@ -120943,13 +65612,11 @@ public static extern void VertexAttrib2NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] [MethodImpl( @@ -120967,44 +65634,6 @@ public static void VertexAttrib2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x, @@ -121012,7 +65641,6 @@ public static extern void VertexAttrib2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2sARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x, @@ -121020,7 +65648,6 @@ public static extern void VertexAttrib2ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2sNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x, @@ -121028,87 +65655,11 @@ public static extern void VertexAttrib2NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] [MethodImpl( @@ -121126,13 +65677,11 @@ public static void VertexAttrib2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2svARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] [MethodImpl( @@ -121150,13 +65699,11 @@ public static void VertexAttrib2ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib2svNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] [MethodImpl( @@ -121174,44 +65721,6 @@ public static void VertexAttrib2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -121220,7 +65729,6 @@ public static extern void VertexAttrib3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3dARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -121229,7 +65737,6 @@ public static extern void VertexAttrib3ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3dNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -121238,87 +65745,11 @@ public static extern void VertexAttrib3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] [MethodImpl( @@ -121336,13 +65767,11 @@ public static void VertexAttrib3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3dvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] [MethodImpl( @@ -121360,13 +65789,11 @@ public static void VertexAttrib3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3dvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] [MethodImpl( @@ -121384,49 +65811,6 @@ public static void VertexAttrib3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void VertexAttrib3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x, @@ -121435,7 +65819,6 @@ public static extern void VertexAttrib3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3fARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x, @@ -121444,7 +65827,6 @@ public static extern void VertexAttrib3ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3fNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x, @@ -121453,97 +65835,11 @@ public static extern void VertexAttrib3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void VertexAttrib3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] [MethodImpl( @@ -121561,13 +65857,11 @@ public static void VertexAttrib3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] [MethodImpl( @@ -121585,13 +65879,11 @@ public static void VertexAttrib3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3fvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] [MethodImpl( @@ -121609,7 +65901,6 @@ public static void VertexAttrib3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLhalfNV")] ushort x, @@ -121618,13 +65909,11 @@ public static extern void VertexAttrib3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] [MethodImpl( @@ -121642,44 +65931,6 @@ public static void VertexAttrib3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x, @@ -121688,7 +65939,6 @@ public static extern void VertexAttrib3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3sARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x, @@ -121697,7 +65947,6 @@ public static extern void VertexAttrib3ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3sNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x, @@ -121706,87 +65955,11 @@ public static extern void VertexAttrib3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] [MethodImpl( @@ -121804,13 +65977,11 @@ public static void VertexAttrib3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3svARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] [MethodImpl( @@ -121828,13 +65999,11 @@ public static void VertexAttrib3ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib3svNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] [MethodImpl( @@ -121852,87 +66021,11 @@ public static void VertexAttrib3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4bv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] [MethodImpl( @@ -121950,13 +66043,11 @@ public static void VertexAttrib4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4bvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] [MethodImpl( @@ -121974,44 +66065,6 @@ public static void VertexAttrib4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -122021,7 +66074,6 @@ public static extern void VertexAttrib4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4dARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -122031,7 +66083,6 @@ public static extern void VertexAttrib4ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4dNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -122041,87 +66092,11 @@ public static extern void VertexAttrib4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] [MethodImpl( @@ -122139,13 +66114,11 @@ public static void VertexAttrib4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4dvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] [MethodImpl( @@ -122163,13 +66136,11 @@ public static void VertexAttrib4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4dvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] [MethodImpl( @@ -122187,49 +66158,6 @@ public static void VertexAttrib4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4f")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x, @@ -122239,7 +66167,6 @@ public static extern void VertexAttrib4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4fARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x, @@ -122249,7 +66176,6 @@ public static extern void VertexAttrib4ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4fNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x, @@ -122259,97 +66185,11 @@ public static extern void VertexAttrib4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4fv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] [MethodImpl( @@ -122367,13 +66207,11 @@ public static void VertexAttrib4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] [MethodImpl( @@ -122391,13 +66229,11 @@ public static void VertexAttrib4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4fvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] [MethodImpl( @@ -122415,7 +66251,6 @@ public static void VertexAttrib4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4hNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLhalfNV")] ushort x, @@ -122425,13 +66260,11 @@ public static extern void VertexAttrib4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] [MethodImpl( @@ -122449,87 +66282,11 @@ public static void VertexAttrib4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] [MethodImpl( @@ -122547,13 +66304,11 @@ public static void VertexAttrib4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4ivARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] [MethodImpl( @@ -122571,87 +66326,11 @@ public static void VertexAttrib4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4Nbv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] [MethodImpl( @@ -122669,13 +66348,11 @@ public static void VertexAttrib4N( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4NbvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] [MethodImpl( @@ -122693,87 +66370,11 @@ public static void VertexAttrib4NARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4Niv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] [MethodImpl( @@ -122791,13 +66392,11 @@ public static void VertexAttrib4N( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4NivARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] [MethodImpl( @@ -122815,87 +66414,11 @@ public static void VertexAttrib4NARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4Nsv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] [MethodImpl( @@ -122913,13 +66436,11 @@ public static void VertexAttrib4N( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4NsvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] [MethodImpl( @@ -122937,44 +66458,6 @@ public static void VertexAttrib4NARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4Nub")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLubyte")] byte x, @@ -122984,7 +66467,6 @@ public static extern void VertexAttrib4N( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4NubARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLubyte")] byte x, @@ -122994,87 +66476,11 @@ public static extern void VertexAttrib4NARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4Nubv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] [MethodImpl( @@ -123092,13 +66498,11 @@ public static void VertexAttrib4N( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4NubvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] [MethodImpl( @@ -123116,87 +66520,11 @@ public static void VertexAttrib4NARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4Nuiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] [MethodImpl( @@ -123214,13 +66542,11 @@ public static void VertexAttrib4N( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4NuivARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] [MethodImpl( @@ -123238,87 +66564,11 @@ public static void VertexAttrib4NARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4Nusv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] [MethodImpl( @@ -123336,13 +66586,11 @@ public static void VertexAttrib4N( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4NusvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] [MethodImpl( @@ -123360,44 +66608,6 @@ public static void VertexAttrib4NARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x, @@ -123407,7 +66617,6 @@ public static extern void VertexAttrib4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4sARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x, @@ -123417,7 +66626,6 @@ public static extern void VertexAttrib4ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4sNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x, @@ -123427,87 +66635,11 @@ public static extern void VertexAttrib4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] [MethodImpl( @@ -123525,13 +66657,11 @@ public static void VertexAttrib4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4svARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] [MethodImpl( @@ -123549,13 +66679,11 @@ public static void VertexAttrib4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4svNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] [MethodImpl( @@ -123573,7 +66701,6 @@ public static void VertexAttrib4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4ubNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLubyte")] byte x, @@ -123583,87 +66710,11 @@ public static extern void VertexAttrib4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4ubv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] [MethodImpl( @@ -123681,13 +66732,11 @@ public static void VertexAttrib4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4ubvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] [MethodImpl( @@ -123705,13 +66754,11 @@ public static void VertexAttrib4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4ubvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] [MethodImpl( @@ -123729,87 +66776,11 @@ public static void VertexAttrib4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] [MethodImpl( @@ -123827,13 +66798,11 @@ public static void VertexAttrib4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4uivARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] [MethodImpl( @@ -123851,87 +66820,11 @@ public static void VertexAttrib4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4usv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] public static extern void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] [MethodImpl( @@ -123949,13 +66842,11 @@ public static void VertexAttrib4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttrib4usvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] [MethodImpl( @@ -123973,7 +66864,6 @@ public static void VertexAttrib4ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribArrayObjectATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] public static extern void VertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int size, @@ -123984,7 +66874,6 @@ public static extern void VertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] public static void VertexAttribArrayObjectATI( @@ -124007,119 +66896,42 @@ public static void VertexAttribArrayObjectATI( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribBinding")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void VertexAttribBinding( [NativeTypeName("GLuint")] uint attribindex, [NativeTypeName("GLuint")] uint bindingindex ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribDivisor")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void VertexAttribDivisor( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribDivisorANGLE")] - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] - public static extern void VertexAttribDivisorAngle( + public static extern void VertexAttribDivisorANGLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribDivisorARB")] - [SupportedApiProfile("gl", ["GL_ARB_instanced_arrays"])] - [SupportedApiProfile("glcore", ["GL_ARB_instanced_arrays"])] public static extern void VertexAttribDivisorARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribDivisorEXT")] - [SupportedApiProfile("gles2", ["GL_EXT_instanced_arrays"])] public static extern void VertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribDivisorNV")] - [SupportedApiProfile("gles2", ["GL_NV_instanced_arrays"])] public static extern void VertexAttribDivisorNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribFormat")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void VertexAttribFormat( [NativeTypeName("GLuint")] uint attribindex, [NativeTypeName("GLint")] int size, @@ -124128,28 +66940,6 @@ public static extern void VertexAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] public static void VertexAttribFormat( @@ -124161,8 +66951,6 @@ public static void VertexAttribFormat( ) => VertexAttribFormat(attribindex, size, (uint)type, (uint)normalized, relativeoffset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribFormatNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] public static extern void VertexAttribFormatNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int size, @@ -124171,8 +66959,6 @@ public static extern void VertexAttribFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] public static void VertexAttribFormatNV( @@ -124184,460 +66970,146 @@ public static void VertexAttribFormatNV( ) => VertexAttribFormatNV(index, size, (uint)type, (uint)normalized, stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI1i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI1( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI1iEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI1EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI1iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - public static extern void VertexAttribI1Iv( + public static extern void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1Iv( + public static void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v ) { fixed (int* __dsl_v = v) { - VertexAttribI1Iv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + VertexAttribI1iv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] - public static void VertexAttribI1Iv( + public static void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v - ) => VertexAttribI1Iv(index, (int*)&v); + ) => VertexAttribI1iv(index, (int*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI1ivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] - public static extern void VertexAttribI1IvEXT( + public static extern void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1IvEXT( + public static void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v ) { fixed (int* __dsl_v = v) { - VertexAttribI1IvEXT(index, __dsl_v); + VertexAttribI1ivEXT(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] - public static void VertexAttribI1IvEXT( + public static void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v - ) => VertexAttribI1IvEXT(index, (int*)&v); + ) => VertexAttribI1ivEXT(index, (int*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI1ui")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - public static extern void VertexAttribI1Ui( + public static extern void VertexAttribI1ui( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI1uiEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] - public static extern void VertexAttribI1UiEXT( + public static extern void VertexAttribI1uiEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI1uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - public static extern void VertexAttribI1Uiv( + public static extern void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1Uiv( + public static void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v ) { fixed (uint* __dsl_v = v) { - VertexAttribI1Uiv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + VertexAttribI1uiv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] - public static void VertexAttribI1Uiv( + public static void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v - ) => VertexAttribI1Uiv(index, (uint*)&v); + ) => VertexAttribI1uiv(index, (uint*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI1uivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] - public static extern void VertexAttribI1UivEXT( + public static extern void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1UivEXT( + public static void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v ) { fixed (uint* __dsl_v = v) { - VertexAttribI1UivEXT(index, __dsl_v); + VertexAttribI1uivEXT(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] - public static void VertexAttribI1UivEXT( + public static void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v - ) => VertexAttribI1UivEXT(index, (uint*)&v); + ) => VertexAttribI1uivEXT(index, (uint*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI2i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int x, @@ -124645,7 +67117,6 @@ public static extern void VertexAttribI2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI2iEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int x, @@ -124653,79 +67124,11 @@ public static extern void VertexAttribI2EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI2iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] [MethodImpl( @@ -124743,13 +67146,11 @@ public static void VertexAttribI2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI2ivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] [MethodImpl( @@ -124767,40 +67168,6 @@ public static void VertexAttribI2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI2ui")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x, @@ -124808,7 +67175,6 @@ public static extern void VertexAttribI2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI2uiEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x, @@ -124816,79 +67182,11 @@ public static extern void VertexAttribI2EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI2uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] [MethodImpl( @@ -124906,13 +67204,11 @@ public static void VertexAttribI2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI2uivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] [MethodImpl( @@ -124930,40 +67226,6 @@ public static void VertexAttribI2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI3i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int x, @@ -124972,7 +67234,6 @@ public static extern void VertexAttribI3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI3iEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int x, @@ -124981,79 +67242,11 @@ public static extern void VertexAttribI3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI3iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] [MethodImpl( @@ -125071,13 +67264,11 @@ public static void VertexAttribI3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI3ivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] [MethodImpl( @@ -125095,40 +67286,6 @@ public static void VertexAttribI3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI3ui")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x, @@ -125137,7 +67294,6 @@ public static extern void VertexAttribI3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI3uiEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x, @@ -125146,79 +67302,11 @@ public static extern void VertexAttribI3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI3uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] [MethodImpl( @@ -125236,13 +67324,11 @@ public static void VertexAttribI3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI3uivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] [MethodImpl( @@ -125260,79 +67346,11 @@ public static void VertexAttribI3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4bv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] [MethodImpl( @@ -125350,13 +67368,11 @@ public static void VertexAttribI4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4bvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] [MethodImpl( @@ -125374,40 +67390,6 @@ public static void VertexAttribI4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int x, @@ -125417,7 +67399,6 @@ public static extern void VertexAttribI4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4iEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int x, @@ -125427,79 +67408,11 @@ public static extern void VertexAttribI4EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] [MethodImpl( @@ -125517,13 +67430,11 @@ public static void VertexAttribI4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4ivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] [MethodImpl( @@ -125541,79 +67452,11 @@ public static void VertexAttribI4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] [MethodImpl( @@ -125631,13 +67474,11 @@ public static void VertexAttribI4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4svEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] [MethodImpl( @@ -125655,79 +67496,11 @@ public static void VertexAttribI4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4ubv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] [MethodImpl( @@ -125745,13 +67518,11 @@ public static void VertexAttribI4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4ubvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] [MethodImpl( @@ -125769,40 +67540,6 @@ public static void VertexAttribI4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4ui")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x, @@ -125812,7 +67549,6 @@ public static extern void VertexAttribI4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4uiEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x, @@ -125822,79 +67558,11 @@ public static extern void VertexAttribI4EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] [MethodImpl( @@ -125912,13 +67580,11 @@ public static void VertexAttribI4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4uivEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] [MethodImpl( @@ -125936,79 +67602,11 @@ public static void VertexAttribI4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4usv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] [MethodImpl( @@ -126026,13 +67624,11 @@ public static void VertexAttribI4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribI4usvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] [MethodImpl( @@ -126050,28 +67646,6 @@ public static void VertexAttribI4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribIFormat")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void VertexAttribIFormat( [NativeTypeName("GLuint")] uint attribindex, [NativeTypeName("GLint")] int size, @@ -126079,28 +67653,6 @@ public static extern void VertexAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] public static void VertexAttribIFormat( @@ -126111,8 +67663,6 @@ public static void VertexAttribIFormat( ) => VertexAttribIFormat(attribindex, size, (uint)type, relativeoffset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribIFormatNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] public static extern void VertexAttribIFormatNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int size, @@ -126120,8 +67670,6 @@ public static extern void VertexAttribIFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] public static void VertexAttribIFormatNV( @@ -126132,40 +67680,6 @@ public static void VertexAttribIFormatNV( ) => VertexAttribIFormatNV(index, size, (uint)type, stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribIPointer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] public static extern void VertexAttribIPointer( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int size, @@ -126174,40 +67688,6 @@ public static extern void VertexAttribIPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] [MethodImpl( @@ -126228,7 +67708,6 @@ public static void VertexAttribIPointer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribIPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] public static extern void VertexAttribIPointerEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int size, @@ -126237,7 +67716,6 @@ public static extern void VertexAttribIPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] [MethodImpl( @@ -126258,252 +67736,128 @@ public static void VertexAttribIPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL1d")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void VertexAttribL1( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL1dEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] public static extern void VertexAttribL1EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL1dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - public static extern void VertexAttribL1Dv( + public static extern void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1Dv( + public static void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - VertexAttribL1Dv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + VertexAttribL1dv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] - public static void VertexAttribL1Dv( + public static void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => VertexAttribL1Dv(index, (double*)&v); + ) => VertexAttribL1dv(index, (double*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL1dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] - public static extern void VertexAttribL1DvEXT( + public static extern void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1DvEXT( + public static void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - VertexAttribL1DvEXT(index, __dsl_v); + VertexAttribL1dvEXT(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] - public static void VertexAttribL1DvEXT( + public static void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => VertexAttribL1DvEXT(index, (double*)&v); + ) => VertexAttribL1dvEXT(index, (double*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL1i64NV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL1NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint64EXT")] long x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL1i64vNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] - public static extern void VertexAttribL1I64VNV( + public static extern void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1I64VNV( + public static void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] Ref v ) { fixed (long* __dsl_v = v) { - VertexAttribL1I64VNV(index, __dsl_v); + VertexAttribL1i64vNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] - public static void VertexAttribL1I64VNV( + public static void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long v - ) => VertexAttribL1I64VNV(index, (long*)&v); + ) => VertexAttribL1i64vNV(index, (long*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL1ui64ARB")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] public static extern void VertexAttribL1ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL1ui64NV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] - public static extern void VertexAttribL1Ui64NV( + public static extern void VertexAttribL1ui64NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL1ui64vARB")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] public static extern void VertexAttribL1ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] [MethodImpl( @@ -126521,67 +67875,35 @@ public static void VertexAttribL1ARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL1ui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] - public static extern void VertexAttribL1Ui64VNV( + public static extern void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1Ui64VNV( + public static void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] Ref v ) { fixed (ulong* __dsl_v = v) { - VertexAttribL1Ui64VNV(index, __dsl_v); + VertexAttribL1ui64vNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] - public static void VertexAttribL1Ui64VNV( + public static void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong v - ) => VertexAttribL1Ui64VNV(index, (ulong*)&v); + ) => VertexAttribL1ui64vNV(index, (ulong*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL2d")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void VertexAttribL2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -126589,7 +67911,6 @@ public static extern void VertexAttribL2( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL2dEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] public static extern void VertexAttribL2EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -126597,63 +67918,11 @@ public static extern void VertexAttribL2EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void VertexAttribL2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] [MethodImpl( @@ -126671,13 +67940,11 @@ public static void VertexAttribL2( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL2dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] public static extern void VertexAttribL2EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] [MethodImpl( @@ -126695,8 +67962,6 @@ public static void VertexAttribL2EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL2i64NV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint64EXT")] long x, @@ -126704,15 +67969,11 @@ public static extern void VertexAttribL2NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL2i64vNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] [MethodImpl( @@ -126730,8 +67991,6 @@ public static void VertexAttribL2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL2ui64NV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x, @@ -126739,15 +67998,11 @@ public static extern void VertexAttribL2NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL2ui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] [MethodImpl( @@ -126765,32 +68020,6 @@ public static void VertexAttribL2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL3d")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void VertexAttribL3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -126799,7 +68028,6 @@ public static extern void VertexAttribL3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL3dEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] public static extern void VertexAttribL3EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -126808,63 +68036,11 @@ public static extern void VertexAttribL3EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void VertexAttribL3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] [MethodImpl( @@ -126882,13 +68058,11 @@ public static void VertexAttribL3( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL3dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] public static extern void VertexAttribL3EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] [MethodImpl( @@ -126906,8 +68080,6 @@ public static void VertexAttribL3EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL3i64NV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint64EXT")] long x, @@ -126916,15 +68088,11 @@ public static extern void VertexAttribL3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL3i64vNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] [MethodImpl( @@ -126942,8 +68110,6 @@ public static void VertexAttribL3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL3ui64NV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x, @@ -126952,15 +68118,11 @@ public static extern void VertexAttribL3NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL3ui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] [MethodImpl( @@ -126978,32 +68140,6 @@ public static void VertexAttribL3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL4d")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void VertexAttribL4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -127013,7 +68149,6 @@ public static extern void VertexAttribL4( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL4dEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] public static extern void VertexAttribL4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x, @@ -127023,63 +68158,11 @@ public static extern void VertexAttribL4EXT( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL4dv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void VertexAttribL4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] [MethodImpl( @@ -127097,13 +68180,11 @@ public static void VertexAttribL4( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL4dvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] public static extern void VertexAttribL4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] [MethodImpl( @@ -127121,8 +68202,6 @@ public static void VertexAttribL4EXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL4i64NV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint64EXT")] long x, @@ -127132,15 +68211,11 @@ public static extern void VertexAttribL4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL4i64vNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] [MethodImpl( @@ -127158,8 +68233,6 @@ public static void VertexAttribL4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL4ui64NV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x, @@ -127169,15 +68242,11 @@ public static extern void VertexAttribL4NV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribL4ui64vNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] [MethodImpl( @@ -127195,28 +68264,6 @@ public static void VertexAttribL4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribLFormat")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void VertexAttribLFormat( [NativeTypeName("GLuint")] uint attribindex, [NativeTypeName("GLint")] int size, @@ -127224,28 +68271,6 @@ public static extern void VertexAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] public static void VertexAttribLFormat( @@ -127256,8 +68281,6 @@ public static void VertexAttribLFormat( ) => VertexAttribLFormat(attribindex, size, (uint)type, relativeoffset); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribLFormatNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] public static extern void VertexAttribLFormatNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int size, @@ -127265,8 +68288,6 @@ public static extern void VertexAttribLFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] public static void VertexAttribLFormatNV( @@ -127277,32 +68298,6 @@ public static void VertexAttribLFormatNV( ) => VertexAttribLFormatNV(index, size, (uint)type, stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribLPointer")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void VertexAttribLPointer( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int size, @@ -127311,32 +68306,6 @@ public static extern void VertexAttribLPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] [MethodImpl( @@ -127357,7 +68326,6 @@ public static void VertexAttribLPointer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribLPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] public static extern void VertexAttribLPointerEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int size, @@ -127366,7 +68334,6 @@ public static extern void VertexAttribLPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] [MethodImpl( @@ -127387,36 +68354,6 @@ public static void VertexAttribLPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribP1ui")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void VertexAttribP1( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, @@ -127424,36 +68361,6 @@ public static extern void VertexAttribP1( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] public static void VertexAttribP1( @@ -127464,79 +68371,19 @@ public static void VertexAttribP1( ) => VertexAttribP1(index, (uint)type, (uint)normalized, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribP1uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - public static extern void VertexAttribP1Uiv( + public static extern void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP1Uiv( + public static void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, @@ -127545,80 +68392,20 @@ public static void VertexAttribP1Uiv( { fixed (uint* __dsl_value = value) { - VertexAttribP1Uiv(index, (uint)type, (uint)normalized, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + VertexAttribP1uiv(index, (uint)type, (uint)normalized, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] - public static void VertexAttribP1Uiv( + public static void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => VertexAttribP1Uiv(index, (uint)type, (uint)normalized, (uint*)&value); + ) => VertexAttribP1uiv(index, (uint)type, (uint)normalized, (uint*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribP2ui")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void VertexAttribP2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, @@ -127626,36 +68413,6 @@ public static extern void VertexAttribP2( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] public static void VertexAttribP2( @@ -127666,79 +68423,19 @@ public static void VertexAttribP2( ) => VertexAttribP2(index, (uint)type, (uint)normalized, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribP2uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - public static extern void VertexAttribP2Uiv( + public static extern void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP2Uiv( + public static void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, @@ -127747,80 +68444,20 @@ public static void VertexAttribP2Uiv( { fixed (uint* __dsl_value = value) { - VertexAttribP2Uiv(index, (uint)type, (uint)normalized, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + VertexAttribP2uiv(index, (uint)type, (uint)normalized, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] - public static void VertexAttribP2Uiv( + public static void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => VertexAttribP2Uiv(index, (uint)type, (uint)normalized, (uint*)&value); + ) => VertexAttribP2uiv(index, (uint)type, (uint)normalized, (uint*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribP3ui")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void VertexAttribP3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, @@ -127828,36 +68465,6 @@ public static extern void VertexAttribP3( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] public static void VertexAttribP3( @@ -127868,79 +68475,19 @@ public static void VertexAttribP3( ) => VertexAttribP3(index, (uint)type, (uint)normalized, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribP3uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - public static extern void VertexAttribP3Uiv( + public static extern void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP3Uiv( + public static void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, @@ -127949,80 +68496,20 @@ public static void VertexAttribP3Uiv( { fixed (uint* __dsl_value = value) { - VertexAttribP3Uiv(index, (uint)type, (uint)normalized, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + VertexAttribP3uiv(index, (uint)type, (uint)normalized, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] - public static void VertexAttribP3Uiv( + public static void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => VertexAttribP3Uiv(index, (uint)type, (uint)normalized, (uint*)&value); + ) => VertexAttribP3uiv(index, (uint)type, (uint)normalized, (uint*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribP4ui")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] public static extern void VertexAttribP4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, @@ -128030,36 +68517,6 @@ public static extern void VertexAttribP4( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] public static void VertexAttribP4( @@ -128070,79 +68527,19 @@ public static void VertexAttribP4( ) => VertexAttribP4(index, (uint)type, (uint)normalized, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribP4uiv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - public static extern void VertexAttribP4Uiv( + public static extern void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP4Uiv( + public static void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, @@ -128151,51 +68548,20 @@ public static void VertexAttribP4Uiv( { fixed (uint* __dsl_value = value) { - VertexAttribP4Uiv(index, (uint)type, (uint)normalized, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + VertexAttribP4uiv(index, (uint)type, (uint)normalized, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] - public static void VertexAttribP4Uiv( + public static void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => VertexAttribP4Uiv(index, (uint)type, (uint)normalized, (uint*)&value); + ) => VertexAttribP4uiv(index, (uint)type, (uint)normalized, (uint*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribParameteriAMD")] - [SupportedApiProfile("gl", ["GL_AMD_interleaved_elements"])] public static extern void VertexAttribParameterAMD( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname, @@ -128203,49 +68569,6 @@ public static extern void VertexAttribParameterAMD( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribPointer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] public static extern void VertexAttribPointer( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int size, @@ -128255,49 +68578,6 @@ public static extern void VertexAttribPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] [MethodImpl( @@ -128326,7 +68606,6 @@ public static void VertexAttribPointer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribPointerARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] public static extern void VertexAttribPointerARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int size, @@ -128336,7 +68615,6 @@ public static extern void VertexAttribPointerARB( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] [MethodImpl( @@ -128365,7 +68643,6 @@ public static void VertexAttribPointerARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribPointerNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribPointerNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int fsize, @@ -128374,7 +68651,6 @@ public static extern void VertexAttribPointerNV( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] [MethodImpl( @@ -128395,14 +68671,12 @@ public static void VertexAttribPointerNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs1dvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl( @@ -128420,7 +68694,6 @@ public static void VertexAttribs1NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] public static void VertexAttribs1NV( @@ -128429,14 +68702,12 @@ public static void VertexAttribs1NV( ) => VertexAttribs1NV(index, 1, (double*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs1fvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl( @@ -128454,7 +68725,6 @@ public static void VertexAttribs1NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] public static void VertexAttribs1NV( @@ -128463,14 +68733,12 @@ public static void VertexAttribs1NV( ) => VertexAttribs1NV(index, 1, (float*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs1hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl( @@ -128488,7 +68756,6 @@ public static void VertexAttribs1NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] public static void VertexAttribs1NV( @@ -128497,14 +68764,12 @@ public static void VertexAttribs1NV( ) => VertexAttribs1NV(index, 1, (ushort*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs1svNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl( @@ -128522,7 +68787,6 @@ public static void VertexAttribs1NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] public static void VertexAttribs1NV( @@ -128531,14 +68795,12 @@ public static void VertexAttribs1NV( ) => VertexAttribs1NV(index, 1, (short*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs2dvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] [MethodImpl( @@ -128557,14 +68819,12 @@ public static void VertexAttribs2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs2fvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] [MethodImpl( @@ -128583,14 +68843,12 @@ public static void VertexAttribs2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs2hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl( @@ -128608,7 +68866,6 @@ public static void VertexAttribs2NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] public static void VertexAttribs2NV( @@ -128617,14 +68874,12 @@ public static void VertexAttribs2NV( ) => VertexAttribs2NV(index, 1, (ushort*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs2svNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] [MethodImpl( @@ -128643,14 +68898,12 @@ public static void VertexAttribs2NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs3dvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] [MethodImpl( @@ -128669,14 +68922,12 @@ public static void VertexAttribs3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs3fvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] [MethodImpl( @@ -128695,14 +68946,12 @@ public static void VertexAttribs3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs3hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl( @@ -128720,7 +68969,6 @@ public static void VertexAttribs3NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] public static void VertexAttribs3NV( @@ -128729,14 +68977,12 @@ public static void VertexAttribs3NV( ) => VertexAttribs3NV(index, 1, (ushort*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs3svNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] [MethodImpl( @@ -128755,14 +69001,12 @@ public static void VertexAttribs3NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs4dvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] [MethodImpl( @@ -128781,14 +69025,12 @@ public static void VertexAttribs4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs4fvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] [MethodImpl( @@ -128807,14 +69049,12 @@ public static void VertexAttribs4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs4hvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl( @@ -128832,7 +69072,6 @@ public static void VertexAttribs4NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] public static void VertexAttribs4NV( @@ -128841,14 +69080,12 @@ public static void VertexAttribs4NV( ) => VertexAttribs4NV(index, 1, (ushort*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs4svNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] [MethodImpl( @@ -128867,14 +69104,12 @@ public static void VertexAttribs4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexAttribs4ubvNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] public static extern void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] [MethodImpl( @@ -128893,45 +69128,20 @@ public static void VertexAttribs4NV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexBindingDivisor")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] public static extern void VertexBindingDivisor( [NativeTypeName("GLuint")] uint bindingindex, [NativeTypeName("GLuint")] uint divisor ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexBlendARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] public static extern void VertexBlendARB([NativeTypeName("GLint")] int count); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexBlendEnvfATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexBlendEnvATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] public static void VertexBlendEnvATI( @@ -128940,13 +69150,11 @@ public static void VertexBlendEnvATI( ) => VertexBlendEnvATI((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexBlendEnviATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexBlendEnvATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] public static void VertexBlendEnvATI( @@ -128955,16 +69163,12 @@ public static void VertexBlendEnvATI( ) => VertexBlendEnvATI((uint)pname, param1); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexFormatNV")] - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] public static extern void VertexFormatNV( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] public static void VertexFormatNV( @@ -128974,13 +69178,11 @@ public static void VertexFormatNV( ) => VertexFormatNV(size, (uint)type, stride); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexP2ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void VertexP2( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] public static void VertexP2( @@ -128989,45 +69191,40 @@ public static void VertexP2( ) => VertexP2((uint)type, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexP2uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void VertexP2Uiv( + public static extern void VertexP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexP2Uiv( + public static void VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ) { fixed (uint* __dsl_value = value) { - VertexP2Uiv((uint)type, __dsl_value); + VertexP2uiv((uint)type, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] - public static void VertexP2Uiv( + public static void VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => VertexP2Uiv((uint)type, (uint*)&value); + ) => VertexP2uiv((uint)type, (uint*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexP3ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void VertexP3( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] public static void VertexP3( @@ -129036,45 +69233,40 @@ public static void VertexP3( ) => VertexP3((uint)type, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexP3uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void VertexP3Uiv( + public static extern void VertexP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexP3Uiv( + public static void VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ) { fixed (uint* __dsl_value = value) { - VertexP3Uiv((uint)type, __dsl_value); + VertexP3uiv((uint)type, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] - public static void VertexP3Uiv( + public static void VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => VertexP3Uiv((uint)type, (uint*)&value); + ) => VertexP3uiv((uint)type, (uint*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexP4ui")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] public static extern void VertexP4( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] public static void VertexP4( @@ -129083,63 +69275,35 @@ public static void VertexP4( ) => VertexP4((uint)type, value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexP4uiv")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] - public static extern void VertexP4Uiv( + public static extern void VertexP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexP4Uiv( + public static void VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ) { fixed (uint* __dsl_value = value) { - VertexP4Uiv((uint)type, __dsl_value); + VertexP4uiv((uint)type, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] - public static void VertexP4Uiv( + public static void VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => VertexP4Uiv((uint)type, (uint*)&value); + ) => VertexP4uiv((uint)type, (uint*)&value); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexPointer")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void VertexPointer( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -129147,31 +69311,6 @@ public static extern void VertexPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointer")] [MethodImpl( @@ -129191,7 +69330,6 @@ public static void VertexPointer( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] public static extern void VertexPointerEXT( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -129200,7 +69338,6 @@ public static extern void VertexPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] [MethodImpl( @@ -129221,7 +69358,6 @@ public static void VertexPointerEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexPointerListIBM")] - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] public static extern void VertexPointerListIBM( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -129230,7 +69366,6 @@ public static extern void VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl( @@ -129250,7 +69385,6 @@ public static void VertexPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl( @@ -129268,20 +69402,18 @@ public static Ptr VertexPointerListIBM( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexPointervINTEL")] - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] - public static extern void VertexPointerIntel( + public static extern void VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexPointerIntel( + public static void VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer @@ -129289,207 +69421,185 @@ public static void VertexPointerIntel( { fixed (void** __dsl_pointer = pointer) { - VertexPointerIntel(size, (uint)type, __dsl_pointer); + VertexPointerINTEL(size, (uint)type, __dsl_pointer); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream1dATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] - public static extern void VertexStream1DATI( + public static extern void VertexStream1dATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] - public static void VertexStream1DATI( + public static void VertexStream1dATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x - ) => VertexStream1DATI((uint)stream, x); + ) => VertexStream1dATI((uint)stream, x); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream1dvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] - public static extern void VertexStream1DvATI( + public static extern void VertexStream1dvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1DvATI( + public static void VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] Ref coords ) { fixed (double* __dsl_coords = coords) { - VertexStream1DvATI((uint)stream, __dsl_coords); + VertexStream1dvATI((uint)stream, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] - public static void VertexStream1DvATI( + public static void VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] double coords - ) => VertexStream1DvATI((uint)stream, (double*)&coords); + ) => VertexStream1dvATI((uint)stream, (double*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream1fATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] - public static extern void VertexStream1FATI( + public static extern void VertexStream1fATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLfloat")] float x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] - public static void VertexStream1FATI( + public static void VertexStream1fATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x - ) => VertexStream1FATI((uint)stream, x); + ) => VertexStream1fATI((uint)stream, x); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream1fvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] - public static extern void VertexStream1FvATI( + public static extern void VertexStream1fvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1FvATI( + public static void VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] Ref coords ) { fixed (float* __dsl_coords = coords) { - VertexStream1FvATI((uint)stream, __dsl_coords); + VertexStream1fvATI((uint)stream, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] - public static void VertexStream1FvATI( + public static void VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] float coords - ) => VertexStream1FvATI((uint)stream, (float*)&coords); + ) => VertexStream1fvATI((uint)stream, (float*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream1iATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] - public static extern void VertexStream1IATI( + public static extern void VertexStream1iATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLint")] int x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] - public static void VertexStream1IATI( + public static void VertexStream1iATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x - ) => VertexStream1IATI((uint)stream, x); + ) => VertexStream1iATI((uint)stream, x); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream1ivATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] - public static extern void VertexStream1IvATI( + public static extern void VertexStream1ivATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1IvATI( + public static void VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] Ref coords ) { fixed (int* __dsl_coords = coords) { - VertexStream1IvATI((uint)stream, __dsl_coords); + VertexStream1ivATI((uint)stream, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] - public static void VertexStream1IvATI( + public static void VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] int coords - ) => VertexStream1IvATI((uint)stream, (int*)&coords); + ) => VertexStream1ivATI((uint)stream, (int*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream1sATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] - public static extern void VertexStream1SATI( + public static extern void VertexStream1sATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLshort")] short x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] - public static void VertexStream1SATI( + public static void VertexStream1sATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x - ) => VertexStream1SATI((uint)stream, x); + ) => VertexStream1sATI((uint)stream, x); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream1svATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] - public static extern void VertexStream1SvATI( + public static extern void VertexStream1svATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1SvATI( + public static void VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] Ref coords ) { fixed (short* __dsl_coords = coords) { - VertexStream1SvATI((uint)stream, __dsl_coords); + VertexStream1svATI((uint)stream, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] - public static void VertexStream1SvATI( + public static void VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] short coords - ) => VertexStream1SvATI((uint)stream, (short*)&coords); + ) => VertexStream1svATI((uint)stream, (short*)&coords); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream2dATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] public static void VertexStream2ATI( @@ -129499,13 +69609,11 @@ public static void VertexStream2ATI( ) => VertexStream2ATI((uint)stream, x, y); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream2dvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] [MethodImpl( @@ -129523,14 +69631,12 @@ public static void VertexStream2ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream2fATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] public static void VertexStream2ATI( @@ -129540,13 +69646,11 @@ public static void VertexStream2ATI( ) => VertexStream2ATI((uint)stream, x, y); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream2fvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] [MethodImpl( @@ -129564,14 +69668,12 @@ public static void VertexStream2ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream2iATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] public static void VertexStream2ATI( @@ -129581,13 +69683,11 @@ public static void VertexStream2ATI( ) => VertexStream2ATI((uint)stream, x, y); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream2ivATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] [MethodImpl( @@ -129605,14 +69705,12 @@ public static void VertexStream2ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream2sATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] public static void VertexStream2ATI( @@ -129622,13 +69720,11 @@ public static void VertexStream2ATI( ) => VertexStream2ATI((uint)stream, x, y); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream2svATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] [MethodImpl( @@ -129646,7 +69742,6 @@ public static void VertexStream2ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream3dATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLdouble")] double x, @@ -129654,7 +69749,6 @@ public static extern void VertexStream3ATI( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] public static void VertexStream3ATI( @@ -129665,13 +69759,11 @@ public static void VertexStream3ATI( ) => VertexStream3ATI((uint)stream, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream3dvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] [MethodImpl( @@ -129689,7 +69781,6 @@ public static void VertexStream3ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream3fATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLfloat")] float x, @@ -129697,7 +69788,6 @@ public static extern void VertexStream3ATI( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] public static void VertexStream3ATI( @@ -129708,13 +69798,11 @@ public static void VertexStream3ATI( ) => VertexStream3ATI((uint)stream, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream3fvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] [MethodImpl( @@ -129732,7 +69820,6 @@ public static void VertexStream3ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream3iATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLint")] int x, @@ -129740,7 +69827,6 @@ public static extern void VertexStream3ATI( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] public static void VertexStream3ATI( @@ -129751,13 +69837,11 @@ public static void VertexStream3ATI( ) => VertexStream3ATI((uint)stream, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream3ivATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] [MethodImpl( @@ -129775,7 +69859,6 @@ public static void VertexStream3ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream3sATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLshort")] short x, @@ -129783,7 +69866,6 @@ public static extern void VertexStream3ATI( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] public static void VertexStream3ATI( @@ -129794,13 +69876,11 @@ public static void VertexStream3ATI( ) => VertexStream3ATI((uint)stream, x, y, z); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream3svATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] [MethodImpl( @@ -129818,7 +69898,6 @@ public static void VertexStream3ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream4dATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLdouble")] double x, @@ -129827,7 +69906,6 @@ public static extern void VertexStream4ATI( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] public static void VertexStream4ATI( @@ -129839,13 +69917,11 @@ public static void VertexStream4ATI( ) => VertexStream4ATI((uint)stream, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream4dvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] [MethodImpl( @@ -129863,7 +69939,6 @@ public static void VertexStream4ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream4fATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLfloat")] float x, @@ -129872,7 +69947,6 @@ public static extern void VertexStream4ATI( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] public static void VertexStream4ATI( @@ -129884,13 +69958,11 @@ public static void VertexStream4ATI( ) => VertexStream4ATI((uint)stream, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream4fvATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] [MethodImpl( @@ -129908,7 +69980,6 @@ public static void VertexStream4ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream4iATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLint")] int x, @@ -129917,7 +69988,6 @@ public static extern void VertexStream4ATI( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] public static void VertexStream4ATI( @@ -129929,13 +69999,11 @@ public static void VertexStream4ATI( ) => VertexStream4ATI((uint)stream, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream4ivATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] [MethodImpl( @@ -129953,7 +70021,6 @@ public static void VertexStream4ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream4sATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLshort")] short x, @@ -129962,7 +70029,6 @@ public static extern void VertexStream4ATI( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] public static void VertexStream4ATI( @@ -129974,13 +70040,11 @@ public static void VertexStream4ATI( ) => VertexStream4ATI((uint)stream, x, y, z, w); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexStream4svATI")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] public static extern void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] [MethodImpl( @@ -129998,16 +70062,13 @@ public static void VertexStream4ATI( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexWeightfEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] public static extern void VertexWeightEXT([NativeTypeName("GLfloat")] float weight); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexWeightfvEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] public static extern void VertexWeightfvEXT( [NativeTypeName("const GLfloat *")] float* weight ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] [MethodImpl( @@ -130021,23 +70082,19 @@ public static void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] Ref VertexWeightfvEXT((float*)&weight); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexWeighthNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void VertexWeightNV([NativeTypeName("GLhalfNV")] ushort weight); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexWeighthvNV")] - [SupportedApiProfile("gl", ["GL_NV_half_float"])] public static extern void VertexWeighthvNV( [NativeTypeName("const GLhalfNV *")] ushort* weight ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] [MethodImpl( @@ -130051,14 +70108,12 @@ public static void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] Ref VertexWeighthvNV((ushort*)&weight); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVertexWeightPointerEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] public static extern void VertexWeightPointerEXT( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -130066,7 +70121,6 @@ public static extern void VertexWeightPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] [MethodImpl( @@ -130087,7 +70141,6 @@ public static void VertexWeightPointerEXT( [DllImport("opengl", ExactSpelling = true, EntryPoint = "glVideoCaptureNV")] [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] public static extern uint VideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint *")] uint* sequence_num, @@ -130095,7 +70148,6 @@ public static extern uint VideoCaptureNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] [MethodImpl( @@ -130123,7 +70175,6 @@ public static uint VideoCaptureNV( ExactSpelling = true, EntryPoint = "glVideoCaptureStreamParameterdvNV" )] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] public static extern void VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, @@ -130131,7 +70182,6 @@ public static extern void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl( @@ -130150,7 +70200,6 @@ public static void VideoCaptureStreamParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] public static void VideoCaptureStreamParameterNV( @@ -130164,7 +70213,6 @@ public static void VideoCaptureStreamParameterNV( ExactSpelling = true, EntryPoint = "glVideoCaptureStreamParameterfvNV" )] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] public static extern void VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, @@ -130172,7 +70220,6 @@ public static extern void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl( @@ -130191,7 +70238,6 @@ public static void VideoCaptureStreamParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] public static void VideoCaptureStreamParameterNV( @@ -130205,7 +70251,6 @@ public static void VideoCaptureStreamParameterNV( ExactSpelling = true, EntryPoint = "glVideoCaptureStreamParameterivNV" )] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] public static extern void VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, @@ -130213,7 +70258,6 @@ public static extern void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl( @@ -130232,7 +70276,6 @@ public static void VideoCaptureStreamParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] public static void VideoCaptureStreamParameterNV( @@ -130242,62 +70285,6 @@ public static void VideoCaptureStreamParameterNV( ) => VideoCaptureStreamParameterNV(video_capture_slot, stream, 1, (int*)&@params); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glViewport")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] public static extern void Viewport( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -130306,64 +70293,12 @@ public static extern void Viewport( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glViewportArrayv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ViewportArray( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl( @@ -130381,32 +70316,6 @@ public static void ViewportArray( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] public static void ViewportArray( @@ -130415,14 +70324,12 @@ public static void ViewportArray( ) => ViewportArray(first, 1, (float*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glViewportArrayvNV")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] public static extern void ViewportArrayNV( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl( @@ -130440,7 +70347,6 @@ public static void ViewportArrayNV( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] public static void ViewportArrayNV( @@ -130448,23 +70354,20 @@ public static void ViewportArrayNV( [NativeTypeName("const GLfloat *")] float v ) => ViewportArrayNV(first, 1, (float*)&v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] - public static void ViewportArrayvO( + public static void ViewportArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLfloat *")] float v ) => ViewportArrayOES(first, 1, (float*)&v); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glViewportArrayvOES")] - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] public static extern void ViewportArrayOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl( @@ -130483,32 +70386,6 @@ public static void ViewportArrayOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glViewportIndexedf")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ViewportIndexed( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x, @@ -130518,7 +70395,6 @@ public static extern void ViewportIndexed( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glViewportIndexedfNV")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] public static extern void ViewportIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x, @@ -130528,7 +70404,6 @@ public static extern void ViewportIndexedNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glViewportIndexedfOES")] - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] public static extern void ViewportIndexedOES( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x, @@ -130538,63 +70413,11 @@ public static extern void ViewportIndexedOES( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glViewportIndexedfv")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] public static extern void ViewportIndexed( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] [MethodImpl( @@ -130612,13 +70435,11 @@ public static void ViewportIndexed( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glViewportIndexedfvNV")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] public static extern void ViewportIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] [MethodImpl( @@ -130636,13 +70457,11 @@ public static void ViewportIndexedNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glViewportIndexedfvOES")] - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] public static extern void ViewportIndexedOES( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] [MethodImpl( @@ -130660,9 +70479,6 @@ public static void ViewportIndexedOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glViewportPositionWScaleNV")] - [SupportedApiProfile("gl", ["GL_NV_clip_space_w_scaling"])] - [SupportedApiProfile("glcore", ["GL_NV_clip_space_w_scaling"])] - [SupportedApiProfile("gles2", ["GL_NV_clip_space_w_scaling"])] public static extern void ViewportPositionWScaleNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float xcoeff, @@ -130670,9 +70486,6 @@ public static extern void ViewportPositionWScaleNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glViewportSwizzleNV")] - [SupportedApiProfile("gl", ["GL_NV_viewport_swizzle"])] - [SupportedApiProfile("glcore", ["GL_NV_viewport_swizzle"])] - [SupportedApiProfile("gles2", ["GL_NV_viewport_swizzle"])] public static extern void ViewportSwizzleNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint swizzlex, @@ -130682,8 +70495,6 @@ public static extern void ViewportSwizzleNV( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWaitSemaphoreEXT")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] public static extern void WaitSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, [NativeTypeName("GLuint")] uint numBufferBarriers, @@ -130693,8 +70504,6 @@ public static extern void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] uint* srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -130724,8 +70533,6 @@ public static void WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -130753,8 +70560,6 @@ public static void WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -130784,8 +70589,6 @@ public static void WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -130813,8 +70616,6 @@ public static void WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -130844,8 +70645,6 @@ public static void WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -130874,7 +70673,6 @@ public static void WaitSemaphoreEXT( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWaitSemaphoreui64NVX")] - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] public static extern void WaitSemaphoreNVX( [NativeTypeName("GLuint")] uint waitGpu, [NativeTypeName("GLsizei")] uint fenceObjectCount, @@ -130882,7 +70680,6 @@ public static extern void WaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] [MethodImpl( @@ -130908,76 +70705,12 @@ public static void WaitSemaphoreNVX( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWaitSync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] public static extern void WaitSync( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSync")] [MethodImpl( @@ -130996,22 +70729,18 @@ public static void WaitSync( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWaitSyncAPPLE")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] - public static extern void WaitSyncApple( + public static extern void WaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void WaitSyncApple( + public static void WaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout @@ -131019,24 +70748,19 @@ public static void WaitSyncApple( { fixed (Sync* __dsl_sync = sync) { - WaitSyncApple(__dsl_sync, (uint)flags, timeout); + WaitSyncAPPLE(__dsl_sync, (uint)flags, timeout); } } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWaitVkSemaphoreNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] public static extern void WaitVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWeightbvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] public static extern void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLbyte *")] sbyte* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl( @@ -131053,20 +70777,17 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] public static void WeightARB([NativeTypeName("const GLbyte *")] sbyte weights) => WeightARB(1, (sbyte*)&weights); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWeightdvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] public static extern void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLdouble *")] double* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl( @@ -131083,20 +70804,17 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] public static void WeightARB([NativeTypeName("const GLdouble *")] double weights) => WeightARB(1, (double*)&weights); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWeightfvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] public static extern void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLfloat *")] float* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl( @@ -131113,20 +70831,17 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] public static void WeightARB([NativeTypeName("const GLfloat *")] float weights) => WeightARB(1, (float*)&weights); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWeightivARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] public static extern void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLint *")] int* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl( @@ -131143,16 +70858,12 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] public static void WeightARB([NativeTypeName("const GLint *")] int weights) => WeightARB(1, (int*)&weights); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWeightPathsNV")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] public static extern void WeightPathNV( [NativeTypeName("GLuint")] uint resultPath, [NativeTypeName("GLsizei")] uint numPaths, @@ -131160,9 +70871,6 @@ public static extern void WeightPathNV( [NativeTypeName("const GLfloat *")] float* weights ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] [MethodImpl( @@ -131183,7 +70891,6 @@ public static void WeightPathNV( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWeightPointerARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] public static extern void WeightPointerARB( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -131191,7 +70898,6 @@ public static extern void WeightPointerARB( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] [MethodImpl( @@ -131211,7 +70917,6 @@ public static void WeightPointerARB( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWeightPointerOES")] - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] public static extern void WeightPointerOES( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, @@ -131219,7 +70924,6 @@ public static extern void WeightPointerOES( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] [MethodImpl( @@ -131239,13 +70943,11 @@ public static void WeightPointerOES( } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWeightsvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] public static extern void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLshort *")] short* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl( @@ -131262,20 +70964,17 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] public static void WeightARB([NativeTypeName("const GLshort *")] short weights) => WeightARB(1, (short*)&weights); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWeightubvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] public static extern void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLubyte *")] byte* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl( @@ -131292,20 +70991,17 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] public static void WeightARB([NativeTypeName("const GLubyte *")] byte weights) => WeightARB(1, (byte*)&weights); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWeightuivARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] public static extern void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLuint *")] uint* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl( @@ -131322,20 +71018,17 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] public static void WeightARB([NativeTypeName("const GLuint *")] uint weights) => WeightARB(1, (uint*)&weights); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWeightusvARB")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] public static extern void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLushort *")] ushort* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl( @@ -131352,98 +71045,32 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] public static void WeightARB([NativeTypeName("const GLushort *")] ushort weights) => WeightARB(1, (ushort*)&weights); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void WindowPos2( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2dARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos2ARB( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2dMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos2MESA( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void WindowPos2([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] [MethodImpl( @@ -131458,10 +71085,8 @@ public static void WindowPos2([NativeTypeName("const GLdouble *")] Ref v } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2dvARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos2ARB([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] [MethodImpl( @@ -131476,10 +71101,8 @@ public static void WindowPos2ARB([NativeTypeName("const GLdouble *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos2ARB([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] [MethodImpl( @@ -131611,10 +71167,8 @@ public static void WindowPos2ARB([NativeTypeName("const GLfloat *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2fvMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos2MESA([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] [MethodImpl( @@ -131629,91 +71183,26 @@ public static void WindowPos2MESA([NativeTypeName("const GLfloat *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void WindowPos2( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2iARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos2ARB( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2iMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos2MESA( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void WindowPos2([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] [MethodImpl( @@ -131728,10 +71217,8 @@ public static void WindowPos2([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2ivARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos2ARB([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] [MethodImpl( @@ -131746,10 +71233,8 @@ public static void WindowPos2ARB([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2ivMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos2MESA([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] [MethodImpl( @@ -131764,91 +71249,26 @@ public static void WindowPos2MESA([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void WindowPos2( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2sARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos2ARB( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2sMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos2MESA( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void WindowPos2([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] [MethodImpl( @@ -131863,10 +71283,8 @@ public static void WindowPos2([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2svARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos2ARB([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] [MethodImpl( @@ -131881,10 +71299,8 @@ public static void WindowPos2ARB([NativeTypeName("const GLshort *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos2svMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos2MESA([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] [MethodImpl( @@ -131899,27 +71315,6 @@ public static void WindowPos2MESA([NativeTypeName("const GLshort *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3d")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void WindowPos3( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, @@ -131927,7 +71322,6 @@ public static extern void WindowPos3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3dARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos3ARB( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, @@ -131935,7 +71329,6 @@ public static extern void WindowPos3ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3dMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos3MESA( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, @@ -131943,50 +71336,8 @@ public static extern void WindowPos3MESA( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3dv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void WindowPos3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] [MethodImpl( @@ -132001,10 +71352,8 @@ public static void WindowPos3([NativeTypeName("const GLdouble *")] Ref v } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3dvARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos3ARB([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] [MethodImpl( @@ -132019,10 +71368,8 @@ public static void WindowPos3ARB([NativeTypeName("const GLdouble *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3fvARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos3ARB([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] [MethodImpl( @@ -132157,10 +71437,8 @@ public static void WindowPos3ARB([NativeTypeName("const GLfloat *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3fvMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos3MESA([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] [MethodImpl( @@ -132175,27 +71453,6 @@ public static void WindowPos3MESA([NativeTypeName("const GLfloat *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3i")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void WindowPos3( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -132203,7 +71460,6 @@ public static extern void WindowPos3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3iARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos3ARB( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -132211,7 +71467,6 @@ public static extern void WindowPos3ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3iMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos3MESA( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -132219,50 +71474,8 @@ public static extern void WindowPos3MESA( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3iv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void WindowPos3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] [MethodImpl( @@ -132277,10 +71490,8 @@ public static void WindowPos3([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3ivARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos3ARB([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] [MethodImpl( @@ -132295,10 +71506,8 @@ public static void WindowPos3ARB([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3ivMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos3MESA([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] [MethodImpl( @@ -132313,27 +71522,6 @@ public static void WindowPos3MESA([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3s")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void WindowPos3( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y, @@ -132341,7 +71529,6 @@ public static extern void WindowPos3( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3sARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos3ARB( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y, @@ -132349,7 +71536,6 @@ public static extern void WindowPos3ARB( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3sMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos3MESA( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y, @@ -132357,50 +71543,8 @@ public static extern void WindowPos3MESA( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3sv")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] public static extern void WindowPos3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] [MethodImpl( @@ -132415,10 +71559,8 @@ public static void WindowPos3([NativeTypeName("const GLshort *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3svARB")] - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] public static extern void WindowPos3ARB([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] [MethodImpl( @@ -132433,10 +71575,8 @@ public static void WindowPos3ARB([NativeTypeName("const GLshort *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos3svMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos3MESA([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] [MethodImpl( @@ -132451,7 +71591,6 @@ public static void WindowPos3MESA([NativeTypeName("const GLshort *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos4dMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos4MESA( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y, @@ -132460,10 +71599,8 @@ public static extern void WindowPos4MESA( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos4dvMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos4MESA([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] [MethodImpl( @@ -132478,7 +71615,6 @@ public static void WindowPos4MESA([NativeTypeName("const GLdouble *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos4iMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos4MESA( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y, @@ -132514,10 +71647,8 @@ public static extern void WindowPos4MESA( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos4ivMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos4MESA([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] [MethodImpl( @@ -132532,7 +71663,6 @@ public static void WindowPos4MESA([NativeTypeName("const GLint *")] Ref v) } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos4sMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos4MESA( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y, @@ -132541,10 +71671,8 @@ public static extern void WindowPos4MESA( ); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowPos4svMESA")] - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] public static extern void WindowPos4MESA([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] [MethodImpl( @@ -132559,18 +71687,12 @@ public static void WindowPos4MESA([NativeTypeName("const GLshort *")] Ref } [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWindowRectanglesEXT")] - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] public static extern void WindowRectanglesEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* box ); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl( @@ -132588,9 +71710,6 @@ public static void WindowRectanglesEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] public static void WindowRectanglesEXT( @@ -132599,7 +71718,6 @@ public static void WindowRectanglesEXT( ) => WindowRectanglesEXT(mode, 1, (int*)&box); [DllImport("opengl", ExactSpelling = true, EntryPoint = "glWriteMaskEXT")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] public static extern void WriteMaskEXT( [NativeTypeName("GLuint")] uint res, [NativeTypeName("GLuint")] uint @in, @@ -132609,7 +71727,6 @@ public static extern void WriteMaskEXT( [NativeTypeName("GLenum")] uint outW ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] public static void WriteMaskEXT( @@ -132625,31 +71742,6 @@ public static void WriteMaskEXT( public partial class StaticWrapper : IGL where T : IGL.Static { - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glAccum")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -132659,31 +71751,6 @@ public void Accum( [NativeTypeName("GLfloat")] float value ) => T.Accum(op, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glAccum")] [MethodImpl( @@ -132694,7 +71761,6 @@ public void Accum( [NativeTypeName("GLfloat")] float value ) => T.Accum(op, value); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glAccumxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -132705,8 +71771,6 @@ public void AccumxOES( ) => T.AccumxOES(op, value); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] [MethodImpl( @@ -132719,20 +71783,16 @@ public MaybeBool AcquireKeyedMutexWin32EXT( ) => T.AcquireKeyedMutexWin32EXT(memory, key, timeout); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint AcquireKeyedMutexWin32EXTRaw( + public uint AcquireKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key, [NativeTypeName("GLuint")] uint timeout - ) => T.AcquireKeyedMutexWin32EXTRaw(memory, key, timeout); + ) => T.AcquireKeyedMutexWin32EXTRawEXT(memory, key, timeout); - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glActiveProgramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -132740,32 +71800,6 @@ public uint AcquireKeyedMutexWin32EXTRaw( public void ActiveProgramEXT([NativeTypeName("GLuint")] uint program) => T.ActiveProgramEXT(program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glActiveShaderProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -132775,7 +71809,6 @@ public void ActiveShaderProgram( [NativeTypeName("GLuint")] uint program ) => T.ActiveShaderProgram(pipeline, program); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glActiveShaderProgramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -132785,7 +71818,6 @@ public void ActiveShaderProgramEXT( [NativeTypeName("GLuint")] uint program ) => T.ActiveShaderProgramEXT(pipeline, program); - [SupportedApiProfile("gl", ["GL_EXT_stencil_two_side"])] [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -132793,7 +71825,6 @@ public void ActiveShaderProgramEXT( public void ActiveStencilFaceEXT([NativeTypeName("GLenum")] uint face) => T.ActiveStencilFaceEXT(face); - [SupportedApiProfile("gl", ["GL_EXT_stencil_two_side"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] [MethodImpl( @@ -132803,56 +71834,6 @@ public void ActiveStencilFaceEXT( [NativeTypeName("GLenum")] Constant face ) => T.ActiveStencilFaceEXT(face); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glActiveTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -132860,56 +71841,6 @@ public void ActiveStencilFaceEXT( public void ActiveTexture([NativeTypeName("GLenum")] uint texture) => T.ActiveTexture(texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveTexture")] [MethodImpl( @@ -132919,7 +71850,6 @@ public void ActiveTexture( [NativeTypeName("GLenum")] Constant texture ) => T.ActiveTexture(texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -132927,7 +71857,6 @@ public void ActiveTexture( public void ActiveTextureARB([NativeTypeName("GLenum")] uint texture) => T.ActiveTextureARB(texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] [MethodImpl( @@ -132937,7 +71866,6 @@ public void ActiveTextureARB( [NativeTypeName("GLenum")] Constant texture ) => T.ActiveTextureARB(texture); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -132947,7 +71875,6 @@ public void ActiveVaryingNV( [NativeTypeName("const GLchar *")] sbyte* name ) => T.ActiveVaryingNV(program, name); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] [MethodImpl( @@ -132958,7 +71885,6 @@ public void ActiveVaryingNV( [NativeTypeName("const GLchar *")] Ref name ) => T.ActiveVaryingNV(program, name); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -132972,7 +71898,6 @@ public void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] uint arg1Mod ) => T.AlphaFragmentOp1ATI(op, dst, dstMod, arg1, arg1Rep, arg1Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] [MethodImpl( @@ -132987,7 +71912,6 @@ public void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1Mod ) => T.AlphaFragmentOp1ATI(op, dst, dstMod, arg1, arg1Rep, arg1Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133004,7 +71928,6 @@ public void AlphaFragmentOp2ATI( [NativeTypeName("GLuint")] uint arg2Mod ) => T.AlphaFragmentOp2ATI(op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] [MethodImpl( @@ -133023,7 +71946,6 @@ public void AlphaFragmentOp2ATI( [NativeTypeName("GLuint")] Constant arg2Mod ) => T.AlphaFragmentOp2ATI(op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133057,7 +71979,6 @@ public void AlphaFragmentOp3ATI( arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] [MethodImpl( @@ -133094,32 +72015,6 @@ public void AlphaFragmentOp3ATI( arg3Mod ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133129,32 +72024,6 @@ public void AlphaFunc( [NativeTypeName("GLfloat")] float @ref ) => T.AlphaFunc(func, @ref); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] [MethodImpl( @@ -133165,7 +72034,6 @@ public void AlphaFunc( [NativeTypeName("GLfloat")] float @ref ) => T.AlphaFunc(func, @ref); - [SupportedApiProfile("gles2", ["GL_QCOM_alpha_test"])] [NativeFunction("opengl", EntryPoint = "glAlphaFuncQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133175,7 +72043,6 @@ public void AlphaFuncQCOM( [NativeTypeName("GLclampf")] float @ref ) => T.AlphaFuncQCOM(func, @ref); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133185,7 +72052,6 @@ public void AlphaFuncx( [NativeTypeName("GLfixed")] int @ref ) => T.AlphaFuncx(func, @ref); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] [MethodImpl( @@ -133196,8 +72062,6 @@ public void AlphaFuncx( [NativeTypeName("GLfixed")] int @ref ) => T.AlphaFuncx(func, @ref); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133207,8 +72071,6 @@ public void AlphaFuncxOES( [NativeTypeName("GLfixed")] int @ref ) => T.AlphaFuncxOES(func, @ref); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] [MethodImpl( @@ -133219,7 +72081,6 @@ public void AlphaFuncxOES( [NativeTypeName("GLfixed")] int @ref ) => T.AlphaFuncxOES(func, @ref); - [SupportedApiProfile("gl", ["GL_NV_alpha_to_coverage_dither_control"])] [NativeFunction("opengl", EntryPoint = "glAlphaToCoverageDitherControlNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133227,17 +72088,13 @@ public void AlphaFuncxOES( public void AlphaToCoverageDitherControlNV([NativeTypeName("GLenum")] uint mode) => T.AlphaToCoverageDitherControlNV(mode); - [SupportedApiProfile("gl", ["GL_INTEL_framebuffer_CMAA"])] - [SupportedApiProfile("glcore", ["GL_INTEL_framebuffer_CMAA"])] - [SupportedApiProfile("gles2", ["GL_INTEL_framebuffer_CMAA"])] [NativeFunction("opengl", EntryPoint = "glApplyFramebufferAttachmentCMAAINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ApplyFramebufferAttachmentCMAAIntel() => - T.ApplyFramebufferAttachmentCMAAIntel(); + public void ApplyFramebufferAttachmentCMAAINTEL() => + T.ApplyFramebufferAttachmentCMAAINTEL(); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133245,7 +72102,6 @@ public void ApplyFramebufferAttachmentCMAAIntel() => public void ApplyTextureEXT([NativeTypeName("GLenum")] uint mode) => T.ApplyTextureEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] [MethodImpl( @@ -133256,7 +72112,6 @@ public void ApplyTextureEXT( ) => T.ApplyTextureEXT(mode); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133268,7 +72123,6 @@ public uint AreProgramsResidentNV( ) => T.AreProgramsResidentNV(n, programs, residences); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] [MethodImpl( @@ -133281,30 +72135,6 @@ public MaybeBool AreProgramsResidentNV( ) => T.AreProgramsResidentNV(n, programs, residences); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133316,30 +72146,6 @@ public uint AreTexturesResident( ) => T.AreTexturesResident(n, textures, residences); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] [MethodImpl( @@ -133352,7 +72158,6 @@ public MaybeBool AreTexturesResident( ) => T.AreTexturesResident(n, textures, residences); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133364,7 +72169,6 @@ public uint AreTexturesResidentEXT( ) => T.AreTexturesResidentEXT(n, textures, residences); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] [MethodImpl( @@ -133376,44 +72180,18 @@ public MaybeBool AreTexturesResidentEXT( [NativeTypeName("GLboolean *")] Ref residences ) => T.AreTexturesResidentEXT(n, textures, residences); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glArrayElement")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ArrayElement([NativeTypeName("GLint")] int i) => T.ArrayElement(i); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glArrayElementEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ArrayElementEXT([NativeTypeName("GLint")] int i) => T.ArrayElementEXT(i); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133427,7 +72205,6 @@ public void ArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => T.ArrayObjectATI(array, size, type, stride, buffer, offset); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] [MethodImpl( @@ -133443,7 +72220,6 @@ public void ArrayObjectATI( ) => T.ArrayObjectATI(array, size, type, stride, buffer, offset); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133480,7 +72256,6 @@ public uint AsyncCopyBufferSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] [MethodImpl( @@ -133518,7 +72293,6 @@ public uint AsyncCopyBufferSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133575,7 +72349,6 @@ public uint AsyncCopyImageSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] [MethodImpl( @@ -133632,7 +72405,6 @@ public uint AsyncCopyImageSubDataNVX( signalValueArray ); - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glAsyncMarkerSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133640,7 +72412,6 @@ public uint AsyncCopyImageSubDataNVX( public void AsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker) => T.AsyncMarkerSGIX(marker); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glAttachObjectARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133650,49 +72421,6 @@ public void AttachObjectARB( [NativeTypeName("GLhandleARB")] uint obj ) => T.AttachObjectARB(containerObj, obj); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glAttachShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133702,62 +72430,12 @@ public void AttachShader( [NativeTypeName("GLuint")] uint shader ) => T.AttachShader(program, shader); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glBegin")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Begin([NativeTypeName("GLenum")] uint mode) => T.Begin(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBegin")] [MethodImpl( @@ -133766,40 +72444,6 @@ public void AttachShader( public void Begin([NativeTypeName("GLenum")] Constant mode) => T.Begin(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133809,40 +72453,6 @@ public void BeginConditionalRender( [NativeTypeName("GLenum")] uint mode ) => T.BeginConditionalRender(id, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] [MethodImpl( @@ -133853,9 +72463,6 @@ public void BeginConditionalRender( [NativeTypeName("GLenum")] Constant mode ) => T.BeginConditionalRender(id, mode); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133865,9 +72472,6 @@ public void BeginConditionalRenderNV( [NativeTypeName("GLenum")] uint mode ) => T.BeginConditionalRenderNV(id, mode); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] [MethodImpl( @@ -133878,7 +72482,6 @@ public void BeginConditionalRenderNV( [NativeTypeName("GLenum")] Constant mode ) => T.BeginConditionalRenderNV(id, mode); - [SupportedApiProfile("gl", ["GL_NVX_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133886,14 +72489,12 @@ public void BeginConditionalRenderNV( public void BeginConditionalRenderNVX([NativeTypeName("GLuint")] uint id) => T.BeginConditionalRenderNVX(id); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glBeginFragmentShaderATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void BeginFragmentShaderATI() => T.BeginFragmentShaderATI(); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glBeginOcclusionQueryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133901,9 +72502,6 @@ public void BeginConditionalRenderNVX([NativeTypeName("GLuint")] uint id) => public void BeginOcclusionQueryNV([NativeTypeName("GLuint")] uint id) => T.BeginOcclusionQueryNV(id); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glBeginPerfMonitorAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133911,56 +72509,13 @@ public void BeginOcclusionQueryNV([NativeTypeName("GLuint")] uint id) => public void BeginPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor) => T.BeginPerfMonitorAMD(monitor); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glBeginPerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void BeginPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => - T.BeginPerfQueryIntel(queryHandle); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] + public void BeginPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle) => + T.BeginPerfQueryINTEL(queryHandle); + [NativeFunction("opengl", EntryPoint = "glBeginQuery")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -133970,46 +72525,6 @@ public void BeginQuery( [NativeTypeName("GLuint")] uint id ) => T.BeginQuery(target, id); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQuery")] [MethodImpl( @@ -134020,7 +72535,6 @@ public void BeginQuery( [NativeTypeName("GLuint")] uint id ) => T.BeginQuery(target, id); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134030,7 +72544,6 @@ public void BeginQueryARB( [NativeTypeName("GLuint")] uint id ) => T.BeginQueryARB(target, id); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] [MethodImpl( @@ -134041,10 +72554,6 @@ public void BeginQueryARB( [NativeTypeName("GLuint")] uint id ) => T.BeginQueryARB(target, id); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134054,10 +72563,6 @@ public void BeginQueryEXT( [NativeTypeName("GLuint")] uint id ) => T.BeginQueryEXT(target, id); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] [MethodImpl( @@ -134068,34 +72573,6 @@ public void BeginQueryEXT( [NativeTypeName("GLuint")] uint id ) => T.BeginQueryEXT(target, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134106,34 +72583,6 @@ public void BeginQueryIndexed( [NativeTypeName("GLuint")] uint id ) => T.BeginQueryIndexed(target, index, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] [MethodImpl( @@ -134145,40 +72594,6 @@ public void BeginQueryIndexed( [NativeTypeName("GLuint")] uint id ) => T.BeginQueryIndexed(target, index, id); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134186,40 +72601,6 @@ public void BeginQueryIndexed( public void BeginTransformFeedback([NativeTypeName("GLenum")] uint primitiveMode) => T.BeginTransformFeedback(primitiveMode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] [MethodImpl( @@ -134229,7 +72610,6 @@ public void BeginTransformFeedback( [NativeTypeName("GLenum")] Constant primitiveMode ) => T.BeginTransformFeedback(primitiveMode); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134237,7 +72617,6 @@ public void BeginTransformFeedback( public void BeginTransformFeedbackEXT([NativeTypeName("GLenum")] uint primitiveMode) => T.BeginTransformFeedbackEXT(primitiveMode); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] [MethodImpl( @@ -134247,7 +72626,6 @@ public void BeginTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant primitiveMode ) => T.BeginTransformFeedbackEXT(primitiveMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134255,7 +72633,6 @@ public void BeginTransformFeedbackEXT( public void BeginTransformFeedbackNV([NativeTypeName("GLenum")] uint primitiveMode) => T.BeginTransformFeedbackNV(primitiveMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] [MethodImpl( @@ -134265,14 +72642,12 @@ public void BeginTransformFeedbackNV( [NativeTypeName("GLenum")] Constant primitiveMode ) => T.BeginTransformFeedbackNV(primitiveMode); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBeginVertexShaderEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void BeginVertexShaderEXT() => T.BeginVertexShaderEXT(); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBeginVideoCaptureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134280,49 +72655,6 @@ public void BeginTransformFeedbackNV( public void BeginVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot) => T.BeginVideoCaptureNV(video_capture_slot); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134333,49 +72665,6 @@ public void BindAttribLocation( [NativeTypeName("const GLchar *")] sbyte* name ) => T.BindAttribLocation(program, index, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] [MethodImpl( @@ -134387,7 +72676,6 @@ public void BindAttribLocation( [NativeTypeName("const GLchar *")] Ref name ) => T.BindAttribLocation(program, index, name); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134398,7 +72686,6 @@ public void BindAttribLocationARB( [NativeTypeName("const GLcharARB *")] sbyte* name ) => T.BindAttribLocationARB(programObj, index, name); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] [MethodImpl( @@ -134410,52 +72697,6 @@ public void BindAttribLocationARB( [NativeTypeName("const GLcharARB *")] Ref name ) => T.BindAttribLocationARB(programObj, index, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBindBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134465,52 +72706,6 @@ public void BindBuffer( [NativeTypeName("GLuint")] uint buffer ) => T.BindBuffer(target, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffer")] [MethodImpl( @@ -134521,7 +72716,6 @@ public void BindBuffer( [NativeTypeName("GLuint")] uint buffer ) => T.BindBuffer(target, buffer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134531,7 +72725,6 @@ public void BindBufferARB( [NativeTypeName("GLuint")] uint buffer ) => T.BindBufferARB(target, buffer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] [MethodImpl( @@ -134542,42 +72735,6 @@ public void BindBufferARB( [NativeTypeName("GLuint")] uint buffer ) => T.BindBufferARB(target, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134588,42 +72745,6 @@ public void BindBufferBase( [NativeTypeName("GLuint")] uint buffer ) => T.BindBufferBase(target, index, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] [MethodImpl( @@ -134635,7 +72756,6 @@ public void BindBufferBase( [NativeTypeName("GLuint")] uint buffer ) => T.BindBufferBase(target, index, buffer); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134646,7 +72766,6 @@ public void BindBufferBaseEXT( [NativeTypeName("GLuint")] uint buffer ) => T.BindBufferBaseEXT(target, index, buffer); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] [MethodImpl( @@ -134658,7 +72777,6 @@ public void BindBufferBaseEXT( [NativeTypeName("GLuint")] uint buffer ) => T.BindBufferBaseEXT(target, index, buffer); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134669,7 +72787,6 @@ public void BindBufferBaseNV( [NativeTypeName("GLuint")] uint buffer ) => T.BindBufferBaseNV(target, index, buffer); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] [MethodImpl( @@ -134681,7 +72798,6 @@ public void BindBufferBaseNV( [NativeTypeName("GLuint")] uint buffer ) => T.BindBufferBaseNV(target, index, buffer); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134693,7 +72809,6 @@ public void BindBufferOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.BindBufferOffsetEXT(target, index, buffer, offset); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] [MethodImpl( @@ -134706,7 +72821,6 @@ public void BindBufferOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.BindBufferOffsetEXT(target, index, buffer, offset); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134718,7 +72832,6 @@ public void BindBufferOffsetNV( [NativeTypeName("GLintptr")] nint offset ) => T.BindBufferOffsetNV(target, index, buffer, offset); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] [MethodImpl( @@ -134731,42 +72844,6 @@ public void BindBufferOffsetNV( [NativeTypeName("GLintptr")] nint offset ) => T.BindBufferOffsetNV(target, index, buffer, offset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134779,42 +72856,6 @@ public void BindBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => T.BindBufferRange(target, index, buffer, offset, size); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] [MethodImpl( @@ -134828,7 +72869,6 @@ public void BindBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => T.BindBufferRange(target, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134841,7 +72881,6 @@ public void BindBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => T.BindBufferRangeEXT(target, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] [MethodImpl( @@ -134855,7 +72894,6 @@ public void BindBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => T.BindBufferRangeEXT(target, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134868,7 +72906,6 @@ public void BindBufferRangeNV( [NativeTypeName("GLsizeiptr")] nuint size ) => T.BindBufferRangeNV(target, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] [MethodImpl( @@ -134882,16 +72919,6 @@ public void BindBufferRangeNV( [NativeTypeName("GLsizeiptr")] nuint size ) => T.BindBufferRangeNV(target, index, buffer, offset, size); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134903,16 +72930,6 @@ public void BindBuffersBase( [NativeTypeName("const GLuint *")] uint* buffers ) => T.BindBuffersBase(target, first, count, buffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl( @@ -134925,16 +72942,6 @@ public void BindBuffersBase( [NativeTypeName("const GLuint *")] Ref buffers ) => T.BindBuffersBase(target, first, count, buffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl( @@ -134946,16 +72953,6 @@ public void BindBuffersBase( [NativeTypeName("const GLuint *")] uint buffers ) => T.BindBuffersBase(target, first, buffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -134969,16 +72966,6 @@ public void BindBuffersRange( [NativeTypeName("const GLsizeiptr *")] nuint* sizes ) => T.BindBuffersRange(target, first, count, buffers, offsets, sizes); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] [MethodImpl( @@ -134993,40 +72980,6 @@ public void BindBuffersRange( [NativeTypeName("const GLsizeiptr *")] Ref sizes ) => T.BindBuffersRange(target, first, count, buffers, offsets, sizes); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135037,40 +72990,6 @@ public void BindFragDataLocation( [NativeTypeName("const GLchar *")] sbyte* name ) => T.BindFragDataLocation(program, color, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] [MethodImpl( @@ -135082,8 +73001,6 @@ public void BindFragDataLocation( [NativeTypeName("const GLchar *")] Ref name ) => T.BindFragDataLocation(program, color, name); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135094,8 +73011,6 @@ public void BindFragDataLocationEXT( [NativeTypeName("const GLchar *")] sbyte* name ) => T.BindFragDataLocationEXT(program, color, name); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] [MethodImpl( @@ -135107,36 +73022,6 @@ public void BindFragDataLocationEXT( [NativeTypeName("const GLchar *")] Ref name ) => T.BindFragDataLocationEXT(program, color, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135148,36 +73033,6 @@ public void BindFragDataLocationIndexed( [NativeTypeName("const GLchar *")] sbyte* name ) => T.BindFragDataLocationIndexed(program, colorNumber, index, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] [MethodImpl( @@ -135190,7 +73045,6 @@ public void BindFragDataLocationIndexed( [NativeTypeName("const GLchar *")] Ref name ) => T.BindFragDataLocationIndexed(program, colorNumber, index, name); - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135202,7 +73056,6 @@ public void BindFragDataLocationIndexedEXT( [NativeTypeName("const GLchar *")] sbyte* name ) => T.BindFragDataLocationIndexedEXT(program, colorNumber, index, name); - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] [MethodImpl( @@ -135215,7 +73068,6 @@ public void BindFragDataLocationIndexedEXT( [NativeTypeName("const GLchar *")] Ref name ) => T.BindFragDataLocationIndexedEXT(program, colorNumber, index, name); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glBindFragmentShaderATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135223,47 +73075,6 @@ public void BindFragDataLocationIndexedEXT( public void BindFragmentShaderATI([NativeTypeName("GLuint")] uint id) => T.BindFragmentShaderATI(id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135273,47 +73084,6 @@ public void BindFramebuffer( [NativeTypeName("GLuint")] uint framebuffer ) => T.BindFramebuffer(target, framebuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] [MethodImpl( @@ -135324,7 +73094,6 @@ public void BindFramebuffer( [NativeTypeName("GLuint")] uint framebuffer ) => T.BindFramebuffer(target, framebuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135334,7 +73103,6 @@ public void BindFramebufferEXT( [NativeTypeName("GLuint")] uint framebuffer ) => T.BindFramebufferEXT(target, framebuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] [MethodImpl( @@ -135345,7 +73113,6 @@ public void BindFramebufferEXT( [NativeTypeName("GLuint")] uint framebuffer ) => T.BindFramebufferEXT(target, framebuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135355,7 +73122,6 @@ public void BindFramebufferOES( [NativeTypeName("GLuint")] uint framebuffer ) => T.BindFramebufferOES(target, framebuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] [MethodImpl( @@ -135366,30 +73132,6 @@ public void BindFramebufferOES( [NativeTypeName("GLuint")] uint framebuffer ) => T.BindFramebufferOES(target, framebuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135404,30 +73146,6 @@ public void BindImageTexture( [NativeTypeName("GLenum")] uint format ) => T.BindImageTexture(unit, texture, level, layered, layer, access, format); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] [MethodImpl( @@ -135443,16 +73161,6 @@ public void BindImageTexture( [NativeTypeName("GLenum")] Constant format ) => T.BindImageTexture(unit, texture, level, layered, layer, access, format); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl( @@ -135463,7 +73171,6 @@ public void BindImageTexture( [NativeTypeName("const GLuint *")] uint textures ) => T.BindImageTexture(first, textures); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135478,7 +73185,6 @@ public void BindImageTextureEXT( [NativeTypeName("GLint")] int format ) => T.BindImageTextureEXT(index, texture, level, layered, layer, access, format); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] [MethodImpl( @@ -135494,16 +73200,6 @@ public void BindImageTextureEXT( [NativeTypeName("GLint")] int format ) => T.BindImageTextureEXT(index, texture, level, layered, layer, access, format); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135514,16 +73210,6 @@ public void BindImageTextures( [NativeTypeName("const GLuint *")] uint* textures ) => T.BindImageTextures(first, count, textures); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl( @@ -135536,7 +73222,6 @@ public void BindImageTextures( ) => T.BindImageTextures(first, count, textures); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135547,7 +73232,6 @@ public uint BindLightParameterEXT( ) => T.BindLightParameterEXT(light, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] [MethodImpl( @@ -135559,7 +73243,6 @@ public uint BindLightParameterEXT( ) => T.BindLightParameterEXT(light, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135570,7 +73253,6 @@ public uint BindMaterialParameterEXT( ) => T.BindMaterialParameterEXT(face, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] [MethodImpl( @@ -135581,8 +73263,6 @@ public uint BindMaterialParameterEXT( [NativeTypeName("GLenum")] Constant value ) => T.BindMaterialParameterEXT(face, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135593,8 +73273,6 @@ public void BindMultiTextureEXT( [NativeTypeName("GLuint")] uint texture ) => T.BindMultiTextureEXT(texunit, target, texture); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] [MethodImpl( @@ -135607,7 +73285,6 @@ public void BindMultiTextureEXT( ) => T.BindMultiTextureEXT(texunit, target, texture); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135616,7 +73293,6 @@ public uint BindParameterEXT([NativeTypeName("GLenum")] uint value) => T.BindParameterEXT(value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] [MethodImpl( @@ -135626,7 +73302,6 @@ public uint BindParameterEXT( [NativeTypeName("GLenum")] Constant value ) => T.BindParameterEXT(value); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135636,7 +73311,6 @@ public void BindProgramARB( [NativeTypeName("GLuint")] uint program ) => T.BindProgramARB(target, program); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] [MethodImpl( @@ -135647,7 +73321,6 @@ public void BindProgramARB( [NativeTypeName("GLuint")] uint program ) => T.BindProgramARB(target, program); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135657,7 +73330,6 @@ public void BindProgramNV( [NativeTypeName("GLuint")] uint id ) => T.BindProgramNV(target, id); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] [MethodImpl( @@ -135668,32 +73340,6 @@ public void BindProgramNV( [NativeTypeName("GLuint")] uint id ) => T.BindProgramNV(target, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glBindProgramPipeline")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135701,7 +73347,6 @@ public void BindProgramNV( public void BindProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => T.BindProgramPipeline(pipeline); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glBindProgramPipelineEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135709,47 +73354,6 @@ public void BindProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => public void BindProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline) => T.BindProgramPipelineEXT(pipeline); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135759,47 +73363,6 @@ public void BindRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ) => T.BindRenderbuffer(target, renderbuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] [MethodImpl( @@ -135810,7 +73373,6 @@ public void BindRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ) => T.BindRenderbuffer(target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135820,7 +73382,6 @@ public void BindRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => T.BindRenderbufferEXT(target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] [MethodImpl( @@ -135831,7 +73392,6 @@ public void BindRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => T.BindRenderbufferEXT(target, renderbuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135841,7 +73401,6 @@ public void BindRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ) => T.BindRenderbufferOES(target, renderbuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] [MethodImpl( @@ -135852,46 +73411,6 @@ public void BindRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ) => T.BindRenderbufferOES(target, renderbuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindSampler")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135901,16 +73420,6 @@ public void BindSampler( [NativeTypeName("GLuint")] uint sampler ) => T.BindSampler(unit, sampler); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindSamplers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135921,16 +73430,6 @@ public void BindSamplers( [NativeTypeName("const GLuint *")] uint* samplers ) => T.BindSamplers(first, count, samplers); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindSamplers")] [MethodImpl( @@ -135942,9 +73441,6 @@ public void BindSamplers( [NativeTypeName("const GLuint *")] Ref samplers ) => T.BindSamplers(first, count, samplers); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glBindShadingRateImageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135953,7 +73449,6 @@ public void BindShadingRateImageNV([NativeTypeName("GLuint")] uint texture) => T.BindShadingRateImageNV(texture); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -135965,7 +73460,6 @@ public uint BindTexGenParameterEXT( ) => T.BindTexGenParameterEXT(unit, coord, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] [MethodImpl( @@ -135977,60 +73471,6 @@ public uint BindTexGenParameterEXT( [NativeTypeName("GLenum")] Constant value ) => T.BindTexGenParameterEXT(unit, coord, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBindTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136040,60 +73480,6 @@ public void BindTexture( [NativeTypeName("GLuint")] uint texture ) => T.BindTexture(target, texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTexture")] [MethodImpl( @@ -136104,7 +73490,6 @@ public void BindTexture( [NativeTypeName("GLuint")] uint texture ) => T.BindTexture(target, texture); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136114,7 +73499,6 @@ public void BindTextureEXT( [NativeTypeName("GLuint")] uint texture ) => T.BindTextureEXT(target, texture); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] [MethodImpl( @@ -136125,16 +73509,6 @@ public void BindTextureEXT( [NativeTypeName("GLuint")] uint texture ) => T.BindTextureEXT(target, texture); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindTextures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136145,16 +73519,6 @@ public void BindTextures( [NativeTypeName("const GLuint *")] uint* textures ) => T.BindTextures(first, count, textures); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextures")] [MethodImpl( @@ -136166,16 +73530,6 @@ public void BindTextures( [NativeTypeName("const GLuint *")] Ref textures ) => T.BindTextures(first, count, textures); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glBindTextureUnit")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136186,7 +73540,6 @@ public void BindTextureUnit( ) => T.BindTextureUnit(unit, texture); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136197,7 +73550,6 @@ public uint BindTextureUnitParameterEXT( ) => T.BindTextureUnitParameterEXT(unit, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] [MethodImpl( @@ -136209,34 +73561,6 @@ public uint BindTextureUnitParameterEXT( Constant value ) => T.BindTextureUnitParameterEXT(unit, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136246,34 +73570,6 @@ public void BindTransformFeedback( [NativeTypeName("GLuint")] uint id ) => T.BindTransformFeedback(target, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] [MethodImpl( @@ -136284,7 +73580,6 @@ public void BindTransformFeedback( [NativeTypeName("GLuint")] uint id ) => T.BindTransformFeedback(target, id); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136294,7 +73589,6 @@ public void BindTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ) => T.BindTransformFeedbackNV(target, id); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] [MethodImpl( @@ -136305,42 +73599,6 @@ public void BindTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ) => T.BindTransformFeedbackNV(target, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexArray")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136348,16 +73606,13 @@ public void BindTransformFeedbackNV( public void BindVertexArray([NativeTypeName("GLuint")] uint array) => T.BindVertexArray(array); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glBindVertexArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void BindVertexArrayApple([NativeTypeName("GLuint")] uint array) => - T.BindVertexArrayApple(array); + public void BindVertexArrayAPPLE([NativeTypeName("GLuint")] uint array) => + T.BindVertexArrayAPPLE(array); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glBindVertexArrayOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136365,28 +73620,6 @@ public void BindVertexArrayApple([NativeTypeName("GLuint")] uint array) => public void BindVertexArrayOES([NativeTypeName("GLuint")] uint array) => T.BindVertexArrayOES(array); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136398,16 +73631,6 @@ public void BindVertexBuffer( [NativeTypeName("GLsizei")] uint stride ) => T.BindVertexBuffer(bindingindex, buffer, offset, stride); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136420,16 +73643,6 @@ public void BindVertexBuffers( [NativeTypeName("const GLsizei *")] uint* strides ) => T.BindVertexBuffers(first, count, buffers, offsets, strides); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] [MethodImpl( @@ -136443,7 +73656,6 @@ public void BindVertexBuffers( [NativeTypeName("const GLsizei *")] Ref strides ) => T.BindVertexBuffers(first, count, buffers, offsets, strides); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindVertexShaderEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136451,7 +73663,6 @@ public void BindVertexBuffers( public void BindVertexShaderEXT([NativeTypeName("GLuint")] uint id) => T.BindVertexShaderEXT(id); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBindVideoCaptureStreamBufferNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136460,10 +73671,9 @@ public void BindVideoCaptureStreamBufferNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, [NativeTypeName("GLenum")] uint frame_region, - [NativeTypeName("GLintptrARB")] nint offset + [NativeTypeName("GLintptrARB")] long offset ) => T.BindVideoCaptureStreamBufferNV(video_capture_slot, stream, frame_region, offset); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBindVideoCaptureStreamTextureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136483,7 +73693,6 @@ public void BindVideoCaptureStreamTextureNV( texture ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3bEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136494,14 +73703,12 @@ public void Binormal3EXT( [NativeTypeName("GLbyte")] sbyte bz ) => T.Binormal3EXT(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Binormal3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => T.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] [MethodImpl( @@ -136510,7 +73717,6 @@ public void Binormal3EXT( public void Binormal3EXT([NativeTypeName("const GLbyte *")] Ref v) => T.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136521,7 +73727,6 @@ public void Binormal3EXT( [NativeTypeName("GLdouble")] double bz ) => T.Binormal3EXT(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136529,7 +73734,6 @@ public void Binormal3EXT( public void Binormal3EXT([NativeTypeName("const GLdouble *")] double* v) => T.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] [MethodImpl( @@ -136538,7 +73742,6 @@ public void Binormal3EXT([NativeTypeName("const GLdouble *")] double* v) => public void Binormal3EXT([NativeTypeName("const GLdouble *")] Ref v) => T.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136549,14 +73752,12 @@ public void Binormal3EXT( [NativeTypeName("GLfloat")] float bz ) => T.Binormal3EXT(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Binormal3EXT([NativeTypeName("const GLfloat *")] float* v) => T.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] [MethodImpl( @@ -136565,7 +73766,6 @@ public void Binormal3EXT( public void Binormal3EXT([NativeTypeName("const GLfloat *")] Ref v) => T.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136576,14 +73776,12 @@ public void Binormal3EXT( [NativeTypeName("GLint")] int bz ) => T.Binormal3EXT(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Binormal3EXT([NativeTypeName("const GLint *")] int* v) => T.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] [MethodImpl( @@ -136591,7 +73789,6 @@ public void Binormal3EXT( )] public void Binormal3EXT([NativeTypeName("const GLint *")] Ref v) => T.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3sEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136602,14 +73799,12 @@ public void Binormal3EXT( [NativeTypeName("GLshort")] short bz ) => T.Binormal3EXT(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Binormal3EXT([NativeTypeName("const GLshort *")] short* v) => T.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] [MethodImpl( @@ -136618,7 +73813,6 @@ public void Binormal3EXT( public void Binormal3EXT([NativeTypeName("const GLshort *")] Ref v) => T.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136629,7 +73823,6 @@ public void BinormalPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.BinormalPointerEXT(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] [MethodImpl( @@ -136641,31 +73834,6 @@ public void BinormalPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => T.BinormalPointerEXT(type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136680,31 +73848,6 @@ public void Bitmap( [NativeTypeName("const GLubyte *")] byte* bitmap ) => T.Bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl( @@ -136720,31 +73863,6 @@ public void Bitmap( [NativeTypeName("const GLubyte *")] Ref bitmap ) => T.Bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl( @@ -136759,22 +73877,20 @@ public void Bitmap( [NativeTypeName("const GLubyte *")] byte bitmap ) => T.Bitmap(height, xorig, yorig, xmove, ymove, bitmap); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void BitmapxO( + public void BitmapxOOES( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLfixed")] int xorig, [NativeTypeName("GLfixed")] int yorig, [NativeTypeName("GLfixed")] int xmove, [NativeTypeName("GLfixed")] int ymove, [NativeTypeName("const GLubyte *")] byte bitmap - ) => T.BitmapxO(height, xorig, yorig, xmove, ymove, bitmap); + ) => T.BitmapxOOES(height, xorig, yorig, xmove, ymove, bitmap); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136789,7 +73905,6 @@ public void BitmapxOES( [NativeTypeName("const GLubyte *")] byte* bitmap ) => T.BitmapxOES(width, height, xorig, yorig, xmove, ymove, bitmap); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl( @@ -136805,73 +73920,18 @@ public void BitmapxOES( [NativeTypeName("const GLubyte *")] Ref bitmap ) => T.BitmapxOES(width, height, xorig, yorig, xmove, ymove, bitmap); - [SupportedApiProfile("gl", ["GL_KHR_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_KHR_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_KHR_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendBarrierKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void BlendBarrierKHR() => T.BlendBarrierKHR(); - [SupportedApiProfile("gl", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_NV_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendBarrierNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void BlendBarrierNV() => T.BlendBarrierNV(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendColor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136883,7 +73943,6 @@ public void BlendColor( [NativeTypeName("GLfloat")] float alpha ) => T.BlendColor(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_color"])] [NativeFunction("opengl", EntryPoint = "glBlendColorEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136895,7 +73954,6 @@ public void BlendColorEXT( [NativeTypeName("GLfloat")] float alpha ) => T.BlendColorEXT(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glBlendColorxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -136907,110 +73965,12 @@ public void BlendColorxOES( [NativeTypeName("GLfixed")] int alpha ) => T.BlendColorxOES(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void BlendEquation([NativeTypeName("GLenum")] uint mode) => T.BlendEquation(mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquation")] [MethodImpl( @@ -137020,7 +73980,6 @@ public void BlendEquation( [NativeTypeName("GLenum")] Constant mode ) => T.BlendEquation(mode); - [SupportedApiProfile("gl", ["GL_EXT_blend_minmax"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137028,7 +73987,6 @@ public void BlendEquation( public void BlendEquationEXT([NativeTypeName("GLenum")] uint mode) => T.BlendEquationEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_blend_minmax"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] [MethodImpl( @@ -137038,32 +73996,6 @@ public void BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode ) => T.BlendEquationEXT(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137073,32 +74005,6 @@ public void BlendEquation( [NativeTypeName("GLenum")] uint mode ) => T.BlendEquation(buf, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] [MethodImpl( @@ -137109,8 +74015,6 @@ public void BlendEquation( [NativeTypeName("GLenum")] Constant mode ) => T.BlendEquation(buf, mode); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137120,8 +74024,6 @@ public void BlendEquationARB( [NativeTypeName("GLenum")] uint mode ) => T.BlendEquationARB(buf, mode); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] [MethodImpl( @@ -137132,7 +74034,6 @@ public void BlendEquationARB( [NativeTypeName("GLenum")] Constant mode ) => T.BlendEquationARB(buf, mode); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137142,7 +74043,6 @@ public void BlendEquationEXT( [NativeTypeName("GLenum")] uint mode ) => T.BlendEquationEXT(buf, mode); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] [MethodImpl( @@ -137153,7 +74053,6 @@ public void BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode ) => T.BlendEquationEXT(buf, mode); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137163,7 +74062,6 @@ public void BlendEquationIndexedAMD( [NativeTypeName("GLenum")] uint mode ) => T.BlendEquationIndexedAMD(buf, mode); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] [MethodImpl( @@ -137174,7 +74072,6 @@ public void BlendEquationIndexedAMD( [NativeTypeName("GLenum")] Constant mode ) => T.BlendEquationIndexedAMD(buf, mode); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137184,7 +74081,6 @@ public void BlendEquationOES( [NativeTypeName("GLenum")] uint mode ) => T.BlendEquationOES(buf, mode); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] [MethodImpl( @@ -137195,7 +74091,6 @@ public void BlendEquationOES( [NativeTypeName("GLenum")] Constant mode ) => T.BlendEquationOES(buf, mode); - [SupportedApiProfile("gles1", ["GL_OES_blend_subtract"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137203,7 +74098,6 @@ public void BlendEquationOES( public void BlendEquationOES([NativeTypeName("GLenum")] uint mode) => T.BlendEquationOES(mode); - [SupportedApiProfile("gles1", ["GL_OES_blend_subtract"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] [MethodImpl( @@ -137213,49 +74107,6 @@ public void BlendEquationOES( [NativeTypeName("GLenum")] Constant mode ) => T.BlendEquationOES(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137265,49 +74116,6 @@ public void BlendEquationSeparate( [NativeTypeName("GLenum")] uint modeAlpha ) => T.BlendEquationSeparate(modeRGB, modeAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] [MethodImpl( @@ -137318,7 +74126,6 @@ public void BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeAlpha ) => T.BlendEquationSeparate(modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_equation_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137328,7 +74135,6 @@ public void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] uint modeAlpha ) => T.BlendEquationSeparateEXT(modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_equation_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] [MethodImpl( @@ -137339,32 +74145,6 @@ public void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeAlpha ) => T.BlendEquationSeparateEXT(modeRGB, modeAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137375,32 +74155,6 @@ public void BlendEquationSeparate( [NativeTypeName("GLenum")] uint modeAlpha ) => T.BlendEquationSeparate(buf, modeRGB, modeAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] [MethodImpl( @@ -137412,8 +74166,6 @@ public void BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeAlpha ) => T.BlendEquationSeparate(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137424,8 +74176,6 @@ public void BlendEquationSeparateARB( [NativeTypeName("GLenum")] uint modeAlpha ) => T.BlendEquationSeparateARB(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] [MethodImpl( @@ -137437,7 +74187,6 @@ public void BlendEquationSeparateARB( [NativeTypeName("GLenum")] Constant modeAlpha ) => T.BlendEquationSeparateARB(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137448,7 +74197,6 @@ public void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] uint modeAlpha ) => T.BlendEquationSeparateEXT(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] [MethodImpl( @@ -137460,7 +74208,6 @@ public void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeAlpha ) => T.BlendEquationSeparateEXT(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137471,7 +74218,6 @@ public void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLenum")] uint modeAlpha ) => T.BlendEquationSeparateIndexedAMD(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] [MethodImpl( @@ -137483,7 +74229,6 @@ public void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant modeAlpha ) => T.BlendEquationSeparateIndexedAMD(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137494,7 +74239,6 @@ public void BlendEquationSeparateOES( [NativeTypeName("GLenum")] uint modeAlpha ) => T.BlendEquationSeparateOES(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] [MethodImpl( @@ -137506,7 +74250,6 @@ public void BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeAlpha ) => T.BlendEquationSeparateOES(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gles1", ["GL_OES_blend_equation_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137516,7 +74259,6 @@ public void BlendEquationSeparateOES( [NativeTypeName("GLenum")] uint modeAlpha ) => T.BlendEquationSeparateOES(modeRGB, modeAlpha); - [SupportedApiProfile("gles1", ["GL_OES_blend_equation_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] [MethodImpl( @@ -137527,62 +74269,6 @@ public void BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeAlpha ) => T.BlendEquationSeparateOES(modeRGB, modeAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBlendFunc")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137592,62 +74278,6 @@ public void BlendFunc( [NativeTypeName("GLenum")] uint dfactor ) => T.BlendFunc(sfactor, dfactor); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunc")] [MethodImpl( @@ -137658,32 +74288,6 @@ public void BlendFunc( [NativeTypeName("GLenum")] Constant dfactor ) => T.BlendFunc(sfactor, dfactor); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFunci")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137694,32 +74298,6 @@ public void BlendFunc( [NativeTypeName("GLenum")] uint dst ) => T.BlendFunc(buf, src, dst); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunci")] [MethodImpl( @@ -137731,8 +74309,6 @@ public void BlendFunc( [NativeTypeName("GLenum")] Constant dst ) => T.BlendFunc(buf, src, dst); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137743,8 +74319,6 @@ public void BlendFuncARB( [NativeTypeName("GLenum")] uint dst ) => T.BlendFuncARB(buf, src, dst); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] [MethodImpl( @@ -137756,7 +74330,6 @@ public void BlendFuncARB( [NativeTypeName("GLenum")] Constant dst ) => T.BlendFuncARB(buf, src, dst); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137767,7 +74340,6 @@ public void BlendFuncEXT( [NativeTypeName("GLenum")] uint dst ) => T.BlendFuncEXT(buf, src, dst); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] [MethodImpl( @@ -137779,7 +74351,6 @@ public void BlendFuncEXT( [NativeTypeName("GLenum")] Constant dst ) => T.BlendFuncEXT(buf, src, dst); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncIndexedAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137790,7 +74361,6 @@ public void BlendFuncIndexedAMD( [NativeTypeName("GLenum")] uint dst ) => T.BlendFuncIndexedAMD(buf, src, dst); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137801,7 +74371,6 @@ public void BlendFuncOES( [NativeTypeName("GLenum")] uint dst ) => T.BlendFuncOES(buf, src, dst); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] [MethodImpl( @@ -137813,53 +74382,6 @@ public void BlendFuncOES( [NativeTypeName("GLenum")] Constant dst ) => T.BlendFuncOES(buf, src, dst); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137871,53 +74393,6 @@ public void BlendFuncSeparate( [NativeTypeName("GLenum")] uint dfactorAlpha ) => T.BlendFuncSeparate(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] [MethodImpl( @@ -137930,7 +74405,6 @@ public void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dfactorAlpha ) => T.BlendFuncSeparate(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137942,7 +74416,6 @@ public void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint dfactorAlpha ) => T.BlendFuncSeparateEXT(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] [MethodImpl( @@ -137955,32 +74428,6 @@ public void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dfactorAlpha ) => T.BlendFuncSeparateEXT(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -137993,32 +74440,6 @@ public void BlendFuncSeparate( [NativeTypeName("GLenum")] uint dstAlpha ) => T.BlendFuncSeparate(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] [MethodImpl( @@ -138032,8 +74453,6 @@ public void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dstAlpha ) => T.BlendFuncSeparate(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138046,8 +74465,6 @@ public void BlendFuncSeparateARB( [NativeTypeName("GLenum")] uint dstAlpha ) => T.BlendFuncSeparateARB(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] [MethodImpl( @@ -138061,7 +74478,6 @@ public void BlendFuncSeparateARB( [NativeTypeName("GLenum")] Constant dstAlpha ) => T.BlendFuncSeparateARB(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138074,7 +74490,6 @@ public void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint dstAlpha ) => T.BlendFuncSeparateEXT(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] [MethodImpl( @@ -138088,7 +74503,6 @@ public void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dstAlpha ) => T.BlendFuncSeparateEXT(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138101,7 +74515,6 @@ public void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] uint dstAlpha ) => T.BlendFuncSeparateIndexedAMD(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] [MethodImpl( @@ -138115,7 +74528,6 @@ public void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant dstAlpha ) => T.BlendFuncSeparateIndexedAMD(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_INGR_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138127,7 +74539,6 @@ public void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] uint dfactorAlpha ) => T.BlendFuncSeparateINGR(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); - [SupportedApiProfile("gl", ["GL_INGR_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] [MethodImpl( @@ -138140,7 +74551,6 @@ public void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] Constant dfactorAlpha ) => T.BlendFuncSeparateINGR(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138153,7 +74563,6 @@ public void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint dstAlpha ) => T.BlendFuncSeparateOES(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] [MethodImpl( @@ -138167,7 +74576,6 @@ public void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstAlpha ) => T.BlendFuncSeparateOES(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles1", ["GL_OES_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138179,7 +74587,6 @@ public void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint dstAlpha ) => T.BlendFuncSeparateOES(srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles1", ["GL_OES_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] [MethodImpl( @@ -138192,9 +74599,6 @@ public void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstAlpha ) => T.BlendFuncSeparateOES(srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_NV_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendParameteriNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138204,42 +74608,6 @@ public void BlendParameterNV( [NativeTypeName("GLint")] int value ) => T.BlendParameterNV(pname, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138258,42 +74626,6 @@ public void BlitFramebuffer( ) => T.BlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] [MethodImpl( @@ -138313,12 +74645,11 @@ public void BlitFramebuffer( ) => T.BlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void BlitFramebufferAngle( + public void BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -138330,7 +74661,7 @@ public void BlitFramebufferAngle( [NativeTypeName("GLbitfield")] uint mask, [NativeTypeName("GLenum")] uint filter ) => - T.BlitFramebufferAngle( + T.BlitFramebufferANGLE( srcX0, srcY0, srcX1, @@ -138343,13 +74674,12 @@ public void BlitFramebufferAngle( filter ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void BlitFramebufferAngle( + public void BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -138361,7 +74691,7 @@ public void BlitFramebufferAngle( [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter ) => - T.BlitFramebufferAngle( + T.BlitFramebufferANGLE( srcX0, srcY0, srcX1, @@ -138374,7 +74704,6 @@ public void BlitFramebufferAngle( filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138404,7 +74733,6 @@ public void BlitFramebufferEXT( filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] [MethodImpl( @@ -138435,8 +74763,6 @@ public void BlitFramebufferEXT( filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138470,8 +74796,6 @@ public void BlitFramebufferLayerEXT( filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] [MethodImpl( @@ -138506,8 +74830,6 @@ public void BlitFramebufferLayerEXT( filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138537,8 +74859,6 @@ public void BlitFramebufferLayersEXT( filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] [MethodImpl( @@ -138569,7 +74889,6 @@ public void BlitFramebufferLayersEXT( filter ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138599,7 +74918,6 @@ public void BlitFramebufferNV( filter ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] [MethodImpl( @@ -138630,16 +74948,6 @@ public void BlitFramebufferNV( filter ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138673,16 +74981,6 @@ public void BlitNamedFramebuffer( filter ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] [MethodImpl( @@ -138717,8 +75015,6 @@ public void BlitNamedFramebuffer( filter ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glBufferAddressRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138730,9 +75026,6 @@ public void BufferAddressRangeNV( [NativeTypeName("GLsizeiptr")] nuint length ) => T.BufferAddressRangeNV(pname, index, address, length); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138743,9 +75036,6 @@ public void BufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => T.BufferAttachMemoryNV(target, memory, offset); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] [MethodImpl( @@ -138757,52 +75047,6 @@ public void BufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => T.BufferAttachMemoryNV(target, memory, offset); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138814,52 +75058,6 @@ public void BufferData( [NativeTypeName("GLenum")] uint usage ) => T.BufferData(target, size, data, usage); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferData")] [MethodImpl( @@ -138872,19 +75070,17 @@ public void BufferData( [NativeTypeName("GLenum")] Constant usage ) => T.BufferData(target, size, data, usage); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void BufferDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data, [NativeTypeName("GLenum")] uint usage ) => T.BufferDataARB(target, size, data, usage); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] [MethodImpl( @@ -138892,13 +75088,11 @@ public void BufferDataARB( )] public void BufferDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data, [NativeTypeName("GLenum")] Constant usage ) => T.BufferDataARB(target, size, data, usage); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138910,8 +75104,6 @@ public void BufferPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ) => T.BufferPageCommitmentARB(target, offset, size, commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] [MethodImpl( @@ -138924,9 +75116,6 @@ public void BufferPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ) => T.BufferPageCommitmentARB(target, offset, size, commit); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138940,9 +75129,6 @@ public void BufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ) => T.BufferPageCommitmentMemNV(target, offset, size, memory, memOffset, commit); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] [MethodImpl( @@ -138957,27 +75143,16 @@ public void BufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] MaybeBool commit ) => T.BufferPageCommitmentMemNV(target, offset, size, memory, memOffset, commit); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glBufferParameteriAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void BufferParameterApple( + public void BufferParameterAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 - ) => T.BufferParameterApple(target, pname, param2); + ) => T.BufferParameterAPPLE(target, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBufferStorage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -138989,16 +75164,6 @@ public void BufferStorage( [NativeTypeName("GLbitfield")] uint flags ) => T.BufferStorage(target, size, data, flags); - [SupportedApiProfile( - "gl", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorage")] [MethodImpl( @@ -139011,7 +75176,6 @@ public void BufferStorage( [NativeTypeName("GLbitfield")] Constant flags ) => T.BufferStorage(target, size, data, flags); - [SupportedApiProfile("gles2", ["GL_EXT_buffer_storage"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139023,7 +75187,6 @@ public void BufferStorageEXT( [NativeTypeName("GLbitfield")] uint flags ) => T.BufferStorageEXT(target, size, data, flags); - [SupportedApiProfile("gles2", ["GL_EXT_buffer_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] [MethodImpl( @@ -139036,8 +75199,6 @@ public void BufferStorageEXT( [NativeTypeName("GLbitfield")] Constant flags ) => T.BufferStorageEXT(target, size, data, flags); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139050,8 +75211,6 @@ public void BufferStorageExternalEXT( [NativeTypeName("GLbitfield")] uint flags ) => T.BufferStorageExternalEXT(target, offset, size, clientBuffer, flags); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] [MethodImpl( @@ -139065,8 +75224,6 @@ public void BufferStorageExternalEXT( [NativeTypeName("GLbitfield")] Constant flags ) => T.BufferStorageExternalEXT(target, offset, size, clientBuffer, flags); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139078,8 +75235,6 @@ public void BufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ) => T.BufferStorageMemEXT(target, size, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] [MethodImpl( @@ -139092,52 +75247,6 @@ public void BufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ) => T.BufferStorageMemEXT(target, size, memory, offset); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139149,52 +75258,6 @@ public void BufferSubData( [NativeTypeName("const void *")] void* data ) => T.BufferSubData(target, offset, size, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferSubData")] [MethodImpl( @@ -139207,19 +75270,17 @@ public void BufferSubData( [NativeTypeName("const void *")] Ref data ) => T.BufferSubData(target, offset, size, data); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void BufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data ) => T.BufferSubDataARB(target, offset, size, data); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] [MethodImpl( @@ -139227,13 +75288,11 @@ public void BufferSubDataARB( )] public void BufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data ) => T.BufferSubDataARB(target, offset, size, data); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCallCommandListNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139241,62 +75300,12 @@ public void BufferSubDataARB( public void CallCommandListNV([NativeTypeName("GLuint")] uint list) => T.CallCommandListNV(list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCallList")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void CallList([NativeTypeName("GLuint")] uint list) => T.CallList(list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCallLists")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139307,31 +75316,6 @@ public void CallLists( [NativeTypeName("const void *")] void* lists ) => T.CallLists(n, type, lists); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCallLists")] [MethodImpl( @@ -139344,47 +75328,6 @@ public void CallLists( ) => T.CallLists(n, type, lists); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139393,47 +75336,6 @@ public uint CheckFramebufferStatus([NativeTypeName("GLenum")] uint target) => T.CheckFramebufferStatus(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] [MethodImpl( @@ -139444,7 +75346,6 @@ public Constant CheckFramebufferStatus( ) => T.CheckFramebufferStatus(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139453,7 +75354,6 @@ public uint CheckFramebufferStatusEXT([NativeTypeName("GLenum")] uint target) => T.CheckFramebufferStatusEXT(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] [MethodImpl( @@ -139464,7 +75364,6 @@ public Constant CheckFramebufferStatusEXT( ) => T.CheckFramebufferStatusEXT(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139473,7 +75372,6 @@ public uint CheckFramebufferStatusOES([NativeTypeName("GLenum")] uint target) => T.CheckFramebufferStatusOES(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] [MethodImpl( @@ -139484,16 +75382,6 @@ public Constant CheckFramebufferStatusOES( ) => T.CheckFramebufferStatusOES(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139504,16 +75392,6 @@ public uint CheckNamedFramebufferStatus( ) => T.CheckNamedFramebufferStatus(framebuffer, target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] [MethodImpl( @@ -139525,8 +75403,6 @@ public Constant CheckNamedFramebufferStatus( ) => T.CheckNamedFramebufferStatus(framebuffer, target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139537,8 +75413,6 @@ public uint CheckNamedFramebufferStatusEXT( ) => T.CheckNamedFramebufferStatusEXT(framebuffer, target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] [MethodImpl( @@ -139549,40 +75423,6 @@ public Constant CheckNamedFramebufferStatusEXT( [NativeTypeName("GLenum")] Constant target ) => T.CheckNamedFramebufferStatusEXT(framebuffer, target); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClampColor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139592,40 +75432,6 @@ public void ClampColor( [NativeTypeName("GLenum")] uint clamp ) => T.ClampColor(target, clamp); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClampColor")] [MethodImpl( @@ -139636,7 +75442,6 @@ public void ClampColor( [NativeTypeName("GLenum")] Constant clamp ) => T.ClampColor(target, clamp); - [SupportedApiProfile("gl", ["GL_ARB_color_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glClampColorARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139646,7 +75451,6 @@ public void ClampColorARB( [NativeTypeName("GLenum")] uint clamp ) => T.ClampColorARB(target, clamp); - [SupportedApiProfile("gl", ["GL_ARB_color_buffer_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClampColorARB")] [MethodImpl( @@ -139657,124 +75461,12 @@ public void ClampColorARB( [NativeTypeName("GLenum")] Constant clamp ) => T.ClampColorARB(target, clamp); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClear")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Clear([NativeTypeName("GLbitfield")] uint mask) => T.Clear(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClear")] [MethodImpl( @@ -139784,31 +75476,6 @@ public void Clear( [NativeTypeName("GLbitfield")] Constant mask ) => T.Clear(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearAccum")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139820,7 +75487,6 @@ public void ClearAccum( [NativeTypeName("GLfloat")] float alpha ) => T.ClearAccum(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearAccumxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139832,28 +75498,6 @@ public void ClearAccumxOES( [NativeTypeName("GLfixed")] int alpha ) => T.ClearAccumxOES(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139866,28 +75510,6 @@ public void ClearBufferData( [NativeTypeName("const void *")] void* data ) => T.ClearBufferData(target, internalformat, format, type, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferData")] [MethodImpl( @@ -139901,40 +75523,6 @@ public void ClearBufferData( [NativeTypeName("const void *")] Ref data ) => T.ClearBufferData(target, internalformat, format, type, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -139946,40 +75534,6 @@ public void ClearBuffer( [NativeTypeName("GLint")] int stencil ) => T.ClearBuffer(buffer, drawbuffer, depth, stencil); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] [MethodImpl( @@ -139992,40 +75546,6 @@ public void ClearBuffer( [NativeTypeName("GLint")] int stencil ) => T.ClearBuffer(buffer, drawbuffer, depth, stencil); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140036,40 +75556,6 @@ public void ClearBuffer( [NativeTypeName("const GLfloat *")] float* value ) => T.ClearBuffer(buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] [MethodImpl( @@ -140081,40 +75567,6 @@ public void ClearBuffer( [NativeTypeName("const GLfloat *")] Ref value ) => T.ClearBuffer(buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140125,40 +75577,6 @@ public void ClearBuffer( [NativeTypeName("const GLint *")] int* value ) => T.ClearBuffer(buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] [MethodImpl( @@ -140170,28 +75588,6 @@ public void ClearBuffer( [NativeTypeName("const GLint *")] Ref value ) => T.ClearBuffer(buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140206,28 +75602,6 @@ public void ClearBufferSubData( [NativeTypeName("const void *")] void* data ) => T.ClearBufferSubData(target, internalformat, offset, size, format, type, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] [MethodImpl( @@ -140243,40 +75617,6 @@ public void ClearBufferSubData( [NativeTypeName("const void *")] Ref data ) => T.ClearBufferSubData(target, internalformat, offset, size, format, type, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140287,40 +75627,6 @@ public void ClearBuffer( [NativeTypeName("const GLuint *")] uint* value ) => T.ClearBuffer(buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] [MethodImpl( @@ -140332,62 +75638,6 @@ public void ClearBuffer( [NativeTypeName("const GLuint *")] Ref value ) => T.ClearBuffer(buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClearColor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140399,7 +75649,6 @@ public void ClearColor( [NativeTypeName("GLfloat")] float alpha ) => T.ClearColor(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] [NativeFunction("opengl", EntryPoint = "glClearColorIiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140411,7 +75660,6 @@ public void ClearColorIEXT( [NativeTypeName("GLint")] int alpha ) => T.ClearColorIEXT(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] [NativeFunction("opengl", EntryPoint = "glClearColorIuiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140423,7 +75671,6 @@ public void ClearColorIEXT( [NativeTypeName("GLuint")] uint alpha ) => T.ClearColorIEXT(red, green, blue, alpha); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearColorx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140435,8 +75682,6 @@ public void ClearColorx( [NativeTypeName("GLfixed")] int alpha ) => T.ClearColorx(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearColorxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140448,64 +75693,12 @@ public void ClearColorxOES( [NativeTypeName("GLfixed")] int alpha ) => T.ClearColorxOES(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearDepth")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ClearDepth([NativeTypeName("GLdouble")] double depth) => T.ClearDepth(depth); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glClearDepthdNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140513,46 +75706,12 @@ public void ClearColorxOES( public void ClearDepthNV([NativeTypeName("GLdouble")] double depth) => T.ClearDepthNV(depth); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClearDepthf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ClearDepth([NativeTypeName("GLfloat")] float d) => T.ClearDepth(d); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glClearDepthfOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140560,15 +75719,12 @@ public void ClearDepthNV([NativeTypeName("GLdouble")] double depth) => public void ClearDepthOES([NativeTypeName("GLclampf")] float depth) => T.ClearDepthOES(depth); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearDepthx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ClearDepthx([NativeTypeName("GLfixed")] int depth) => T.ClearDepthx(depth); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearDepthxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140576,47 +75732,12 @@ public void ClearDepthOES([NativeTypeName("GLclampf")] float depth) => public void ClearDepthxOES([NativeTypeName("GLfixed")] int depth) => T.ClearDepthxOES(depth); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ClearIndex([NativeTypeName("GLfloat")] float c) => T.ClearIndex(c); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140629,16 +75750,6 @@ public void ClearNamedBufferData( [NativeTypeName("const void *")] void* data ) => T.ClearNamedBufferData(buffer, internalformat, format, type, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] [MethodImpl( @@ -140652,8 +75763,6 @@ public void ClearNamedBufferData( [NativeTypeName("const void *")] Ref data ) => T.ClearNamedBufferData(buffer, internalformat, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140666,8 +75775,6 @@ public void ClearNamedBufferDataEXT( [NativeTypeName("const void *")] void* data ) => T.ClearNamedBufferDataEXT(buffer, internalformat, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] [MethodImpl( @@ -140681,16 +75788,6 @@ public void ClearNamedBufferDataEXT( [NativeTypeName("const void *")] Ref data ) => T.ClearNamedBufferDataEXT(buffer, internalformat, format, type, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140705,16 +75802,6 @@ public void ClearNamedBufferSubData( [NativeTypeName("const void *")] void* data ) => T.ClearNamedBufferSubData(buffer, internalformat, offset, size, format, type, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] [MethodImpl( @@ -140730,8 +75817,6 @@ public void ClearNamedBufferSubData( [NativeTypeName("const void *")] Ref data ) => T.ClearNamedBufferSubData(buffer, internalformat, offset, size, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140746,8 +75831,6 @@ public void ClearNamedBufferSubDataEXT( [NativeTypeName("const void *")] void* data ) => T.ClearNamedBufferSubDataEXT(buffer, internalformat, offset, size, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] [MethodImpl( @@ -140763,16 +75846,6 @@ public void ClearNamedBufferSubDataEXT( [NativeTypeName("const void *")] Ref data ) => T.ClearNamedBufferSubDataEXT(buffer, internalformat, offset, size, format, type, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140785,16 +75858,6 @@ public void ClearNamedFramebuffer( [NativeTypeName("GLint")] int stencil ) => T.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, depth, stencil); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] [MethodImpl( @@ -140808,16 +75871,6 @@ public void ClearNamedFramebuffer( [NativeTypeName("GLint")] int stencil ) => T.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, depth, stencil); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140829,16 +75882,6 @@ public void ClearNamedFramebuffer( [NativeTypeName("const GLfloat *")] float* value ) => T.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] [MethodImpl( @@ -140851,16 +75894,6 @@ public void ClearNamedFramebuffer( [NativeTypeName("const GLfloat *")] Ref value ) => T.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140872,16 +75905,6 @@ public void ClearNamedFramebuffer( [NativeTypeName("const GLint *")] int* value ) => T.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] [MethodImpl( @@ -140894,16 +75917,6 @@ public void ClearNamedFramebuffer( [NativeTypeName("const GLint *")] Ref value ) => T.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140915,16 +75928,6 @@ public void ClearNamedFramebuffer( [NativeTypeName("const GLuint *")] uint* value ) => T.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] [MethodImpl( @@ -140937,7 +75940,6 @@ public void ClearNamedFramebuffer( [NativeTypeName("const GLuint *")] Ref value ) => T.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -140948,7 +75950,6 @@ public void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] uint* values ) => T.ClearPixelLocalStorageEXT(offset, n, values); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl( @@ -140960,7 +75961,6 @@ public void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] Ref values ) => T.ClearPixelLocalStorageEXT(offset, n, values); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl( @@ -140971,78 +75971,12 @@ public void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] uint values ) => T.ClearPixelLocalStorageEXT(offset, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearStencil")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ClearStencil([NativeTypeName("GLint")] int s) => T.ClearStencil(s); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glClearTexImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141055,16 +75989,6 @@ public void ClearTexImage( [NativeTypeName("const void *")] void* data ) => T.ClearTexImage(texture, level, format, type, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexImage")] [MethodImpl( @@ -141078,7 +76002,6 @@ public void ClearTexImage( [NativeTypeName("const void *")] Ref data ) => T.ClearTexImage(texture, level, format, type, data); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141091,7 +76014,6 @@ public void ClearTexImageEXT( [NativeTypeName("const void *")] void* data ) => T.ClearTexImageEXT(texture, level, format, type, data); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] [MethodImpl( @@ -141105,16 +76027,6 @@ public void ClearTexImageEXT( [NativeTypeName("const void *")] Ref data ) => T.ClearTexImageEXT(texture, level, format, type, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141146,16 +76058,6 @@ public void ClearTexSubImage( data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] [MethodImpl( @@ -141188,7 +76090,6 @@ public void ClearTexSubImage( data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141220,7 +76121,6 @@ public void ClearTexSubImageEXT( data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] [MethodImpl( @@ -141253,29 +76153,6 @@ public void ClearTexSubImageEXT( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141283,29 +76160,6 @@ public void ClearTexSubImageEXT( public void ClientActiveTexture([NativeTypeName("GLenum")] uint texture) => T.ClientActiveTexture(texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] [MethodImpl( @@ -141315,7 +76169,6 @@ public void ClientActiveTexture( [NativeTypeName("GLenum")] Constant texture ) => T.ClientActiveTexture(texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141323,7 +76176,6 @@ public void ClientActiveTexture( public void ClientActiveTextureARB([NativeTypeName("GLenum")] uint texture) => T.ClientActiveTextureARB(texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] [MethodImpl( @@ -141333,7 +76185,6 @@ public void ClientActiveTextureARB( [NativeTypeName("GLenum")] Constant texture ) => T.ClientActiveTextureARB(texture); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141341,7 +76192,6 @@ public void ClientActiveTextureARB( public void ClientActiveVertexStreamATI([NativeTypeName("GLenum")] uint stream) => T.ClientActiveVertexStreamATI(stream); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] [MethodImpl( @@ -141351,8 +76201,6 @@ public void ClientActiveVertexStreamATI( [NativeTypeName("GLenum")] Constant stream ) => T.ClientActiveVertexStreamATI(stream); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141360,8 +76208,6 @@ public void ClientActiveVertexStreamATI( public void ClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask) => T.ClientAttribDefaultEXT(mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] [MethodImpl( @@ -141371,7 +76217,6 @@ public void ClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask ) => T.ClientAttribDefaultEXT(mask); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141382,7 +76227,6 @@ public void ClientWaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ) => T.ClientWaitSemaphoreNVX(fenceObjectCount, semaphoreArray, fenceValueArray); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] [MethodImpl( @@ -141395,38 +76239,6 @@ public void ClientWaitSemaphoreNVX( ) => T.ClientWaitSemaphoreNVX(fenceObjectCount, semaphoreArray, fenceValueArray); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141438,38 +76250,6 @@ public uint ClientWaitSync( ) => T.ClientWaitSync(sync, flags, timeout); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] [MethodImpl( @@ -141482,42 +76262,28 @@ public Constant ClientWaitSync( ) => T.ClientWaitSync(sync, flags, timeout); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint ClientWaitSyncApple( + public uint ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout - ) => T.ClientWaitSyncApple(sync, flags, timeout); + ) => T.ClientWaitSyncAPPLE(sync, flags, timeout); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Constant ClientWaitSyncApple( + public Constant ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout - ) => T.ClientWaitSyncApple(sync, flags, timeout); + ) => T.ClientWaitSyncAPPLE(sync, flags, timeout); - [SupportedApiProfile( - "gl", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClipControl")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141527,16 +76293,6 @@ public void ClipControl( [NativeTypeName("GLenum")] uint depth ) => T.ClipControl(origin, depth); - [SupportedApiProfile( - "gl", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipControl")] [MethodImpl( @@ -141547,7 +76303,6 @@ public void ClipControl( [NativeTypeName("GLenum")] Constant depth ) => T.ClipControl(origin, depth); - [SupportedApiProfile("gles2", ["GL_EXT_clip_control"])] [NativeFunction("opengl", EntryPoint = "glClipControlEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141557,31 +76312,6 @@ public void ClipControlEXT( [NativeTypeName("GLenum")] uint depth ) => T.ClipControlEXT(origin, depth); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClipPlane")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141591,31 +76321,6 @@ public void ClipPlane( [NativeTypeName("const GLdouble *")] double* equation ) => T.ClipPlane(plane, equation); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlane")] [MethodImpl( @@ -141626,7 +76331,6 @@ public void ClipPlane( [NativeTypeName("const GLdouble *")] Ref equation ) => T.ClipPlane(plane, equation); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClipPlanef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141636,7 +76340,6 @@ public void ClipPlane( [NativeTypeName("const GLfloat *")] float* eqn ) => T.ClipPlane(p, eqn); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanef")] [MethodImpl( @@ -141647,7 +76350,6 @@ public void ClipPlane( [NativeTypeName("const GLfloat *")] Ref eqn ) => T.ClipPlane(p, eqn); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141657,7 +76359,6 @@ public void ClipPlaneIMG( [NativeTypeName("const GLfloat *")] float* eqn ) => T.ClipPlaneIMG(p, eqn); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] [MethodImpl( @@ -141668,8 +76369,6 @@ public void ClipPlaneIMG( [NativeTypeName("const GLfloat *")] Ref eqn ) => T.ClipPlaneIMG(p, eqn); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141679,8 +76378,6 @@ public void ClipPlaneOES( [NativeTypeName("const GLfloat *")] float* equation ) => T.ClipPlaneOES(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] [MethodImpl( @@ -141691,7 +76388,6 @@ public void ClipPlaneOES( [NativeTypeName("const GLfloat *")] Ref equation ) => T.ClipPlaneOES(plane, equation); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClipPlanex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141701,7 +76397,6 @@ public void ClipPlanex( [NativeTypeName("const GLfixed *")] int* equation ) => T.ClipPlanex(plane, equation); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanex")] [MethodImpl( @@ -141712,7 +76407,6 @@ public void ClipPlanex( [NativeTypeName("const GLfixed *")] Ref equation ) => T.ClipPlanex(plane, equation); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141722,7 +76416,6 @@ public void ClipPlanexIMG( [NativeTypeName("const GLfixed *")] int* eqn ) => T.ClipPlanexIMG(p, eqn); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] [MethodImpl( @@ -141733,8 +76426,6 @@ public void ClipPlanexIMG( [NativeTypeName("const GLfixed *")] Ref eqn ) => T.ClipPlanexIMG(p, eqn); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141744,8 +76435,6 @@ public void ClipPlanexOES( [NativeTypeName("const GLfixed *")] int* equation ) => T.ClipPlanexOES(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] [MethodImpl( @@ -141756,31 +76445,6 @@ public void ClipPlanexOES( [NativeTypeName("const GLfixed *")] Ref equation ) => T.ClipPlanexOES(plane, equation); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3b")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141791,62 +76455,12 @@ public void Color3( [NativeTypeName("GLbyte")] sbyte blue ) => T.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3bv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color3([NativeTypeName("const GLbyte *")] sbyte* v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3bv")] [MethodImpl( @@ -141854,31 +76468,6 @@ public void Color3( )] public void Color3([NativeTypeName("const GLbyte *")] Ref v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141889,62 +76478,12 @@ public void Color3( [NativeTypeName("GLdouble")] double blue ) => T.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color3([NativeTypeName("const GLdouble *")] double* v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3dv")] [MethodImpl( @@ -141952,31 +76491,6 @@ public void Color3( )] public void Color3([NativeTypeName("const GLdouble *")] Ref v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -141987,62 +76501,12 @@ public void Color3( [NativeTypeName("GLfloat")] float blue ) => T.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color3([NativeTypeName("const GLfloat *")] float* v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3fv")] [MethodImpl( @@ -142050,7 +76514,6 @@ public void Color3( )] public void Color3([NativeTypeName("const GLfloat *")] Ref v) => T.Color3(v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142064,7 +76527,6 @@ public void Color3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.Color3FVertex3SUN(r, g, b, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142074,7 +76536,6 @@ public void Color3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.Color3FVertex3SUN(c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] [MethodImpl( @@ -142085,7 +76546,6 @@ public void Color3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.Color3FVertex3SUN(c, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142096,14 +76556,12 @@ public void Color3NV( [NativeTypeName("GLhalfNV")] ushort blue ) => T.Color3NV(red, green, blue); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => T.Color3NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] [MethodImpl( @@ -142111,31 +76569,6 @@ public void Color3NV( )] public void Color3NV([NativeTypeName("const GLhalfNV *")] Ref v) => T.Color3NV(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142146,62 +76579,12 @@ public void Color3( [NativeTypeName("GLint")] int blue ) => T.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color3([NativeTypeName("const GLint *")] int* v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3iv")] [MethodImpl( @@ -142209,31 +76592,6 @@ public void Color3( )] public void Color3([NativeTypeName("const GLint *")] Ref v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142244,62 +76602,12 @@ public void Color3( [NativeTypeName("GLshort")] short blue ) => T.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color3([NativeTypeName("const GLshort *")] short* v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3sv")] [MethodImpl( @@ -142307,31 +76615,6 @@ public void Color3( )] public void Color3([NativeTypeName("const GLshort *")] Ref v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ub")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142342,62 +76625,12 @@ public void Color3( [NativeTypeName("GLubyte")] byte blue ) => T.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color3([NativeTypeName("const GLubyte *")] byte* v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3ubv")] [MethodImpl( @@ -142405,31 +76638,6 @@ public void Color3( )] public void Color3([NativeTypeName("const GLubyte *")] Ref v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142440,62 +76648,12 @@ public void Color3( [NativeTypeName("GLuint")] uint blue ) => T.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color3([NativeTypeName("const GLuint *")] uint* v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3uiv")] [MethodImpl( @@ -142503,31 +76661,6 @@ public void Color3( )] public void Color3([NativeTypeName("const GLuint *")] Ref v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3us")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142538,62 +76671,12 @@ public void Color3( [NativeTypeName("GLushort")] ushort blue ) => T.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3usv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color3([NativeTypeName("const GLushort *")] ushort* v) => T.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3usv")] [MethodImpl( @@ -142601,7 +76684,6 @@ public void Color3( )] public void Color3([NativeTypeName("const GLushort *")] Ref v) => T.Color3(v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor3xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142612,7 +76694,6 @@ public void Color3XOES( [NativeTypeName("GLfixed")] int blue ) => T.Color3XOES(red, green, blue); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142620,7 +76701,6 @@ public void Color3XOES( public void Color3XOES([NativeTypeName("const GLfixed *")] int* components) => T.Color3XOES(components); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] [MethodImpl( @@ -142629,31 +76709,6 @@ public void Color3XOES([NativeTypeName("const GLfixed *")] int* components) => public void Color3XOES([NativeTypeName("const GLfixed *")] Ref components) => T.Color3XOES(components); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4b")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142665,62 +76720,12 @@ public void Color4( [NativeTypeName("GLbyte")] sbyte alpha ) => T.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4bv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color4([NativeTypeName("const GLbyte *")] sbyte* v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4bv")] [MethodImpl( @@ -142728,31 +76733,6 @@ public void Color4( )] public void Color4([NativeTypeName("const GLbyte *")] Ref v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142764,62 +76744,12 @@ public void Color4( [NativeTypeName("GLdouble")] double alpha ) => T.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color4([NativeTypeName("const GLdouble *")] double* v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4dv")] [MethodImpl( @@ -142827,32 +76757,6 @@ public void Color4( )] public void Color4([NativeTypeName("const GLdouble *")] Ref v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glColor4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142864,7 +76768,6 @@ public void Color4( [NativeTypeName("GLfloat")] float alpha ) => T.Color4(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142882,7 +76785,6 @@ public void Color4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.Color4FNormal3FVertex3SUN(r, g, b, a, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142893,7 +76795,6 @@ public void Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.Color4FNormal3FVertex3SUN(c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -142905,62 +76806,12 @@ public void Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.Color4FNormal3FVertex3SUN(c, n, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color4([NativeTypeName("const GLfloat *")] float* v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4fv")] [MethodImpl( @@ -142968,7 +76819,6 @@ public void Color4FNormal3FVertex3SUN( )] public void Color4([NativeTypeName("const GLfloat *")] Ref v) => T.Color4(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor4hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -142980,14 +76830,12 @@ public void Color4NV( [NativeTypeName("GLhalfNV")] ushort alpha ) => T.Color4NV(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color4NV([NativeTypeName("const GLhalfNV *")] ushort* v) => T.Color4NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] [MethodImpl( @@ -142995,31 +76843,6 @@ public void Color4NV( )] public void Color4NV([NativeTypeName("const GLhalfNV *")] Ref v) => T.Color4NV(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143031,62 +76854,12 @@ public void Color4( [NativeTypeName("GLint")] int alpha ) => T.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color4([NativeTypeName("const GLint *")] int* v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4iv")] [MethodImpl( @@ -143094,31 +76867,6 @@ public void Color4( )] public void Color4([NativeTypeName("const GLint *")] Ref v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143130,62 +76878,12 @@ public void Color4( [NativeTypeName("GLshort")] short alpha ) => T.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color4([NativeTypeName("const GLshort *")] short* v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4sv")] [MethodImpl( @@ -143193,32 +76891,6 @@ public void Color4( )] public void Color4([NativeTypeName("const GLshort *")] Ref v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColor4ub")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143230,62 +76902,12 @@ public void Color4( [NativeTypeName("GLubyte")] byte alpha ) => T.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4ubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color4([NativeTypeName("const GLubyte *")] byte* v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubv")] [MethodImpl( @@ -143293,7 +76915,6 @@ public void Color4( )] public void Color4([NativeTypeName("const GLubyte *")] Ref v) => T.Color4(v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143307,7 +76928,6 @@ public void Color4UbVertex2SUN( [NativeTypeName("GLfloat")] float y ) => T.Color4UbVertex2SUN(r, g, b, a, x, y); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143317,7 +76937,6 @@ public void Color4UbVertex2SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.Color4UbVertex2SUN(c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] [MethodImpl( @@ -143328,7 +76947,6 @@ public void Color4UbVertex2SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.Color4UbVertex2SUN(c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143343,7 +76961,6 @@ public void Color4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.Color4UbVertex3SUN(r, g, b, a, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143353,7 +76970,6 @@ public void Color4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.Color4UbVertex3SUN(c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] [MethodImpl( @@ -143364,31 +76980,6 @@ public void Color4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.Color4UbVertex3SUN(c, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143400,62 +76991,12 @@ public void Color4( [NativeTypeName("GLuint")] uint alpha ) => T.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color4([NativeTypeName("const GLuint *")] uint* v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4uiv")] [MethodImpl( @@ -143463,31 +77004,6 @@ public void Color4( )] public void Color4([NativeTypeName("const GLuint *")] Ref v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4us")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143499,62 +77015,12 @@ public void Color4( [NativeTypeName("GLushort")] ushort alpha ) => T.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4usv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Color4([NativeTypeName("const GLushort *")] ushort* v) => T.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4usv")] [MethodImpl( @@ -143562,7 +77028,6 @@ public void Color4( )] public void Color4([NativeTypeName("const GLushort *")] Ref v) => T.Color4(v); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColor4x")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143574,8 +77039,6 @@ public void Color4X( [NativeTypeName("GLfixed")] int alpha ) => T.Color4X(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor4xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143587,7 +77050,6 @@ public void Color4XOES( [NativeTypeName("GLfixed")] int alpha ) => T.Color4XOES(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143595,7 +77057,6 @@ public void Color4XOES( public void Color4XOES([NativeTypeName("const GLfixed *")] int* components) => T.Color4XOES(components); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] [MethodImpl( @@ -143604,8 +77065,6 @@ public void Color4XOES([NativeTypeName("const GLfixed *")] int* components) => public void Color4XOES([NativeTypeName("const GLfixed *")] Ref components) => T.Color4XOES(components); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143616,8 +77075,6 @@ public void ColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.ColorFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] [MethodImpl( @@ -143629,7 +77086,6 @@ public void ColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.ColorFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143644,7 +77100,6 @@ public void ColorFragmentOp1ATI( [NativeTypeName("GLuint")] uint arg1Mod ) => T.ColorFragmentOp1ATI(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] [MethodImpl( @@ -143660,7 +77115,6 @@ public void ColorFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1Mod ) => T.ColorFragmentOp1ATI(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143690,7 +77144,6 @@ public void ColorFragmentOp2ATI( arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] [MethodImpl( @@ -143722,7 +77175,6 @@ public void ColorFragmentOp2ATI( arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143758,7 +77210,6 @@ public void ColorFragmentOp3ATI( arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] [MethodImpl( @@ -143797,62 +77248,6 @@ public void ColorFragmentOp3ATI( arg3Mod ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColorMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143864,62 +77259,6 @@ public void ColorMask( [NativeTypeName("GLboolean")] uint alpha ) => T.ColorMask(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMask")] [MethodImpl( @@ -143932,40 +77271,6 @@ public void ColorMask( [NativeTypeName("GLboolean")] MaybeBool alpha ) => T.ColorMask(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glColorMaski")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -143978,40 +77283,6 @@ public void ColorMask( [NativeTypeName("GLboolean")] uint a ) => T.ColorMask(index, r, g, b, a); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaski")] [MethodImpl( @@ -144025,7 +77296,6 @@ public void ColorMask( [NativeTypeName("GLboolean")] MaybeBool a ) => T.ColorMask(index, r, g, b, a); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144038,7 +77308,6 @@ public void ColorMaskEXT( [NativeTypeName("GLboolean")] uint a ) => T.ColorMaskEXT(index, r, g, b, a); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] [MethodImpl( @@ -144052,7 +77321,6 @@ public void ColorMaskEXT( [NativeTypeName("GLboolean")] MaybeBool a ) => T.ColorMaskEXT(index, r, g, b, a); - [SupportedApiProfile("gl", ["GL_EXT_draw_buffers2"])] [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144065,7 +77333,6 @@ public void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] uint a ) => T.ColorMaskIndexedEXT(index, r, g, b, a); - [SupportedApiProfile("gl", ["GL_EXT_draw_buffers2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] [MethodImpl( @@ -144079,7 +77346,6 @@ public void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] MaybeBool a ) => T.ColorMaskIndexedEXT(index, r, g, b, a); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144092,7 +77358,6 @@ public void ColorMaskOES( [NativeTypeName("GLboolean")] uint a ) => T.ColorMaskOES(index, r, g, b, a); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] [MethodImpl( @@ -144106,31 +77371,6 @@ public void ColorMaskOES( [NativeTypeName("GLboolean")] MaybeBool a ) => T.ColorMaskOES(index, r, g, b, a); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColorMaterial")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144140,31 +77380,6 @@ public void ColorMaterial( [NativeTypeName("GLenum")] uint mode ) => T.ColorMaterial(face, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaterial")] [MethodImpl( @@ -144175,7 +77390,6 @@ public void ColorMaterial( [NativeTypeName("GLenum")] Constant mode ) => T.ColorMaterial(face, mode); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144185,7 +77399,6 @@ public void ColorP3( [NativeTypeName("GLuint")] uint color ) => T.ColorP3(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3ui")] [MethodImpl( @@ -144196,39 +77409,35 @@ public void ColorP3( [NativeTypeName("GLuint")] uint color ) => T.ColorP3(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ColorP3Uiv( + public void ColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color - ) => T.ColorP3Uiv(type, color); + ) => T.ColorP3uiv(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ColorP3Uiv( + public void ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color - ) => T.ColorP3Uiv(type, color); + ) => T.ColorP3uiv(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ColorP3Uiv( + public void ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => T.ColorP3Uiv(type, color); + ) => T.ColorP3uiv(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144238,7 +77447,6 @@ public void ColorP4( [NativeTypeName("GLuint")] uint color ) => T.ColorP4(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4ui")] [MethodImpl( @@ -144249,63 +77457,35 @@ public void ColorP4( [NativeTypeName("GLuint")] uint color ) => T.ColorP4(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ColorP4Uiv( + public void ColorP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color - ) => T.ColorP4Uiv(type, color); + ) => T.ColorP4uiv(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ColorP4Uiv( + public void ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color - ) => T.ColorP4Uiv(type, color); + ) => T.ColorP4uiv(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ColorP4Uiv( + public void ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => T.ColorP4Uiv(type, color); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + ) => T.ColorP4uiv(type, color); + [NativeFunction("opengl", EntryPoint = "glColorPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144317,31 +77497,6 @@ public void ColorPointer( [NativeTypeName("const void *")] void* pointer ) => T.ColorPointer(size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointer")] [MethodImpl( @@ -144354,7 +77509,6 @@ public void ColorPointer( [NativeTypeName("const void *")] Ref pointer ) => T.ColorPointer(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144367,7 +77521,6 @@ public void ColorPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.ColorPointerEXT(size, type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] [MethodImpl( @@ -144381,7 +77534,6 @@ public void ColorPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => T.ColorPointerEXT(size, type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144394,7 +77546,6 @@ public void ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.ColorPointerListIBM(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl( @@ -144408,7 +77559,6 @@ public void ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.ColorPointerListIBM(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl( @@ -144420,30 +77570,27 @@ public Ptr ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.ColorPointerListIBM(type, stride, ptrstride); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ColorPointerIntel( + public void ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer - ) => T.ColorPointerIntel(size, type, pointer); + ) => T.ColorPointerINTEL(size, type, pointer); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ColorPointerIntel( + public void ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer - ) => T.ColorPointerIntel(size, type, pointer); + ) => T.ColorPointerINTEL(size, type, pointer); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorSubTable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144457,7 +77604,6 @@ public void ColorSubTable( [NativeTypeName("const void *")] void* data ) => T.ColorSubTable(target, start, count, format, type, data); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorSubTable")] [MethodImpl( @@ -144472,7 +77618,6 @@ public void ColorSubTable( [NativeTypeName("const void *")] Ref data ) => T.ColorSubTable(target, start, count, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144486,7 +77631,6 @@ public void ColorSubTableEXT( [NativeTypeName("const void *")] void* data ) => T.ColorSubTableEXT(target, start, count, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] [MethodImpl( @@ -144501,7 +77645,6 @@ public void ColorSubTableEXT( [NativeTypeName("const void *")] Ref data ) => T.ColorSubTableEXT(target, start, count, format, type, data); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144515,7 +77658,6 @@ public void ColorTable( [NativeTypeName("const void *")] void* table ) => T.ColorTable(target, internalformat, width, format, type, table); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTable")] [MethodImpl( @@ -144530,7 +77672,6 @@ public void ColorTable( [NativeTypeName("const void *")] Ref table ) => T.ColorTable(target, internalformat, width, format, type, table); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144544,7 +77685,6 @@ public void ColorTableEXT( [NativeTypeName("const void *")] void* table ) => T.ColorTableEXT(target, internalFormat, width, format, type, table); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] [MethodImpl( @@ -144559,7 +77699,6 @@ public void ColorTableEXT( [NativeTypeName("const void *")] Ref table ) => T.ColorTableEXT(target, internalFormat, width, format, type, table); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144570,7 +77709,6 @@ public void ColorTableParameter( [NativeTypeName("const GLfloat *")] float* @params ) => T.ColorTableParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] [MethodImpl( @@ -144582,7 +77720,6 @@ public void ColorTableParameter( [NativeTypeName("const GLfloat *")] Ref @params ) => T.ColorTableParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144593,7 +77730,6 @@ public void ColorTableParameterSGI( [NativeTypeName("const GLfloat *")] float* @params ) => T.ColorTableParameterSGI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] [MethodImpl( @@ -144605,7 +77741,6 @@ public void ColorTableParameterSGI( [NativeTypeName("const GLfloat *")] Ref @params ) => T.ColorTableParameterSGI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144616,7 +77751,6 @@ public void ColorTableParameter( [NativeTypeName("const GLint *")] int* @params ) => T.ColorTableParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] [MethodImpl( @@ -144628,7 +77762,6 @@ public void ColorTableParameter( [NativeTypeName("const GLint *")] Ref @params ) => T.ColorTableParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144639,7 +77772,6 @@ public void ColorTableParameterSGI( [NativeTypeName("const GLint *")] int* @params ) => T.ColorTableParameterSGI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] [MethodImpl( @@ -144651,7 +77783,6 @@ public void ColorTableParameterSGI( [NativeTypeName("const GLint *")] Ref @params ) => T.ColorTableParameterSGI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144665,7 +77796,6 @@ public void ColorTableSGI( [NativeTypeName("const void *")] void* table ) => T.ColorTableSGI(target, internalformat, width, format, type, table); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] [MethodImpl( @@ -144680,7 +77810,6 @@ public void ColorTableSGI( [NativeTypeName("const void *")] Ref table ) => T.ColorTableSGI(target, internalformat, width, format, type, table); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144694,7 +77823,6 @@ public void CombinerInputNV( [NativeTypeName("GLenum")] uint componentUsage ) => T.CombinerInputNV(stage, portion, variable, input, mapping, componentUsage); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] [MethodImpl( @@ -144709,7 +77837,6 @@ public void CombinerInputNV( [NativeTypeName("GLenum")] Constant componentUsage ) => T.CombinerInputNV(stage, portion, variable, input, mapping, componentUsage); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144739,7 +77866,6 @@ public void CombinerOutputNV( muxSum ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] [MethodImpl( @@ -144770,7 +77896,6 @@ public void CombinerOutputNV( muxSum ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144780,7 +77905,6 @@ public void CombinerParameterNV( [NativeTypeName("GLfloat")] float param1 ) => T.CombinerParameterNV(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] [MethodImpl( @@ -144791,7 +77915,6 @@ public void CombinerParameterNV( [NativeTypeName("GLfloat")] float param1 ) => T.CombinerParameterNV(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144801,7 +77924,6 @@ public void CombinerParameterNV( [NativeTypeName("const GLfloat *")] float* @params ) => T.CombinerParameterNV(pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] [MethodImpl( @@ -144812,7 +77934,6 @@ public void CombinerParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ) => T.CombinerParameterNV(pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144822,7 +77943,6 @@ public void CombinerParameterNV( [NativeTypeName("GLint")] int param1 ) => T.CombinerParameterNV(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] [MethodImpl( @@ -144833,7 +77953,6 @@ public void CombinerParameterNV( [NativeTypeName("GLint")] int param1 ) => T.CombinerParameterNV(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144843,7 +77962,6 @@ public void CombinerParameterNV( [NativeTypeName("const GLint *")] int* @params ) => T.CombinerParameterNV(pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] [MethodImpl( @@ -144854,7 +77972,6 @@ public void CombinerParameterNV( [NativeTypeName("const GLint *")] Ref @params ) => T.CombinerParameterNV(pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144865,7 +77982,6 @@ public void CombinerStageParameterNV( [NativeTypeName("const GLfloat *")] float* @params ) => T.CombinerStageParameterNV(stage, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] [MethodImpl( @@ -144877,8 +77993,6 @@ public void CombinerStageParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ) => T.CombinerStageParameterNV(stage, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCommandListSegmentsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144888,8 +78002,6 @@ public void CommandListSegmentsNV( [NativeTypeName("GLuint")] uint segments ) => T.CommandListSegmentsNV(list, segments); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCompileCommandListNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144897,49 +78009,6 @@ public void CommandListSegmentsNV( public void CompileCommandListNV([NativeTypeName("GLuint")] uint list) => T.CompileCommandListNV(list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCompileShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144947,7 +78016,6 @@ public void CompileCommandListNV([NativeTypeName("GLuint")] uint list) => public void CompileShader([NativeTypeName("GLuint")] uint shader) => T.CompileShader(shader); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCompileShaderARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144955,8 +78023,6 @@ public void CompileShader([NativeTypeName("GLuint")] uint shader) => public void CompileShaderARB([NativeTypeName("GLhandleARB")] uint shaderObj) => T.CompileShaderARB(shaderObj); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -144968,8 +78034,6 @@ public void CompileShaderIncludeARB( [NativeTypeName("const GLint *")] int* length ) => T.CompileShaderIncludeARB(shader, count, path, length); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] [MethodImpl( @@ -144982,8 +78046,6 @@ public void CompileShaderIncludeARB( [NativeTypeName("const GLint *")] Ref length ) => T.CompileShaderIncludeARB(shader, count, path, length); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145009,8 +78071,6 @@ public void CompressedMultiTexImage1DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] [MethodImpl( @@ -145037,8 +78097,6 @@ public void CompressedMultiTexImage1DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145066,8 +78124,6 @@ public void CompressedMultiTexImage2DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] [MethodImpl( @@ -145096,8 +78152,6 @@ public void CompressedMultiTexImage2DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145127,8 +78181,6 @@ public void CompressedMultiTexImage3DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] [MethodImpl( @@ -145159,8 +78211,6 @@ public void CompressedMultiTexImage3DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145186,8 +78236,6 @@ public void CompressedMultiTexSubImage1DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] [MethodImpl( @@ -145214,8 +78262,6 @@ public void CompressedMultiTexSubImage1DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145245,8 +78291,6 @@ public void CompressedMultiTexSubImage2DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] [MethodImpl( @@ -145277,8 +78321,6 @@ public void CompressedMultiTexSubImage2DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145312,8 +78354,6 @@ public void CompressedMultiTexSubImage3DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] [MethodImpl( @@ -145348,50 +78388,6 @@ public void CompressedMultiTexSubImage3DEXT( bits ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145406,50 +78402,6 @@ public void CompressedTexImage1D( [NativeTypeName("const void *")] void* data ) => T.CompressedTexImage1D(target, level, internalformat, width, border, imageSize, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] [MethodImpl( @@ -145465,7 +78417,6 @@ public void CompressedTexImage1D( [NativeTypeName("const void *")] Ref data ) => T.CompressedTexImage1D(target, level, internalformat, width, border, imageSize, data); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145489,7 +78440,6 @@ public void CompressedTexImage1DARB( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] [MethodImpl( @@ -145514,56 +78464,6 @@ public void CompressedTexImage1DARB( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145589,56 +78489,6 @@ public void CompressedTexImage2D( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] [MethodImpl( @@ -145665,7 +78515,6 @@ public void CompressedTexImage2D( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145691,7 +78540,6 @@ public void CompressedTexImage2DARB( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] [MethodImpl( @@ -145718,50 +78566,6 @@ public void CompressedTexImage2DARB( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145789,50 +78593,6 @@ public void CompressedTexImage3D( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] [MethodImpl( @@ -145861,7 +78621,6 @@ public void CompressedTexImage3D( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145889,7 +78648,6 @@ public void CompressedTexImage3DARB( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] [MethodImpl( @@ -145918,7 +78676,6 @@ public void CompressedTexImage3DARB( data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -145946,7 +78703,6 @@ public void CompressedTexImage3DOES( data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] [MethodImpl( @@ -145975,50 +78731,6 @@ public void CompressedTexImage3DOES( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146033,50 +78745,6 @@ public void CompressedTexSubImage1D( [NativeTypeName("const void *")] void* data ) => T.CompressedTexSubImage1D(target, level, xoffset, width, format, imageSize, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] [MethodImpl( @@ -146092,7 +78760,6 @@ public void CompressedTexSubImage1D( [NativeTypeName("const void *")] Ref data ) => T.CompressedTexSubImage1D(target, level, xoffset, width, format, imageSize, data); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146107,7 +78774,6 @@ public void CompressedTexSubImage1DARB( [NativeTypeName("const void *")] void* data ) => T.CompressedTexSubImage1DARB(target, level, xoffset, width, format, imageSize, data); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] [MethodImpl( @@ -146123,56 +78789,6 @@ public void CompressedTexSubImage1DARB( [NativeTypeName("const void *")] Ref data ) => T.CompressedTexSubImage1DARB(target, level, xoffset, width, format, imageSize, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146200,56 +78816,6 @@ public void CompressedTexSubImage2D( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] [MethodImpl( @@ -146278,7 +78844,6 @@ public void CompressedTexSubImage2D( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146306,7 +78871,6 @@ public void CompressedTexSubImage2DARB( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] [MethodImpl( @@ -146335,50 +78899,6 @@ public void CompressedTexSubImage2DARB( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146410,50 +78930,6 @@ public void CompressedTexSubImage3D( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] [MethodImpl( @@ -146486,7 +78962,6 @@ public void CompressedTexSubImage3D( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146518,7 +78993,6 @@ public void CompressedTexSubImage3DARB( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] [MethodImpl( @@ -146551,7 +79025,6 @@ public void CompressedTexSubImage3DARB( data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146583,7 +79056,6 @@ public void CompressedTexSubImage3DOES( data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] [MethodImpl( @@ -146616,8 +79088,6 @@ public void CompressedTexSubImage3DOES( data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146643,8 +79113,6 @@ public void CompressedTextureImage1DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] [MethodImpl( @@ -146671,8 +79139,6 @@ public void CompressedTextureImage1DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146700,8 +79166,6 @@ public void CompressedTextureImage2DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] [MethodImpl( @@ -146730,8 +79194,6 @@ public void CompressedTextureImage2DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146761,8 +79223,6 @@ public void CompressedTextureImage3DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] [MethodImpl( @@ -146793,16 +79253,6 @@ public void CompressedTextureImage3DEXT( bits ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146817,16 +79267,6 @@ public void CompressedTextureSubImage1D( [NativeTypeName("const void *")] void* data ) => T.CompressedTextureSubImage1D(texture, level, xoffset, width, format, imageSize, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] [MethodImpl( @@ -146842,8 +79282,6 @@ public void CompressedTextureSubImage1D( [NativeTypeName("const void *")] Ref data ) => T.CompressedTextureSubImage1D(texture, level, xoffset, width, format, imageSize, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146869,8 +79307,6 @@ public void CompressedTextureSubImage1DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] [MethodImpl( @@ -146897,16 +79333,6 @@ public void CompressedTextureSubImage1DEXT( bits ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -146934,16 +79360,6 @@ public void CompressedTextureSubImage2D( data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] [MethodImpl( @@ -146972,8 +79388,6 @@ public void CompressedTextureSubImage2D( data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147003,8 +79417,6 @@ public void CompressedTextureSubImage2DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] [MethodImpl( @@ -147035,16 +79447,6 @@ public void CompressedTextureSubImage2DEXT( bits ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147076,16 +79478,6 @@ public void CompressedTextureSubImage3D( data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] [MethodImpl( @@ -147118,8 +79510,6 @@ public void CompressedTextureSubImage3D( data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147153,8 +79543,6 @@ public void CompressedTextureSubImage3DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] [MethodImpl( @@ -147189,8 +79577,6 @@ public void CompressedTextureSubImage3DEXT( bits ); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster_dilate"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster_dilate"])] [NativeFunction("opengl", EntryPoint = "glConservativeRasterParameterfNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147200,9 +79586,6 @@ public void ConservativeRasterParameterNV( [NativeTypeName("GLfloat")] float value ) => T.ConservativeRasterParameterNV(pname, value); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster_pre_snap_triangles"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster_pre_snap_triangles"])] - [SupportedApiProfile("gles2", ["GL_NV_conservative_raster_pre_snap_triangles"])] [NativeFunction("opengl", EntryPoint = "glConservativeRasterParameteriNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147212,7 +79595,6 @@ public void ConservativeRasterParameterNV( [NativeTypeName("GLint")] int param1 ) => T.ConservativeRasterParameterNV(pname, param1); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147226,7 +79608,6 @@ public void ConvolutionFilter1D( [NativeTypeName("const void *")] void* image ) => T.ConvolutionFilter1D(target, internalformat, width, format, type, image); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] [MethodImpl( @@ -147241,7 +79622,6 @@ public void ConvolutionFilter1D( [NativeTypeName("const void *")] Ref image ) => T.ConvolutionFilter1D(target, internalformat, width, format, type, image); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147255,7 +79635,6 @@ public void ConvolutionFilter1DEXT( [NativeTypeName("const void *")] void* image ) => T.ConvolutionFilter1DEXT(target, internalformat, width, format, type, image); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] [MethodImpl( @@ -147270,7 +79649,6 @@ public void ConvolutionFilter1DEXT( [NativeTypeName("const void *")] Ref image ) => T.ConvolutionFilter1DEXT(target, internalformat, width, format, type, image); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147285,7 +79663,6 @@ public void ConvolutionFilter2D( [NativeTypeName("const void *")] void* image ) => T.ConvolutionFilter2D(target, internalformat, width, height, format, type, image); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] [MethodImpl( @@ -147301,7 +79678,6 @@ public void ConvolutionFilter2D( [NativeTypeName("const void *")] Ref image ) => T.ConvolutionFilter2D(target, internalformat, width, height, format, type, image); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147316,7 +79692,6 @@ public void ConvolutionFilter2DEXT( [NativeTypeName("const void *")] void* image ) => T.ConvolutionFilter2DEXT(target, internalformat, width, height, format, type, image); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] [MethodImpl( @@ -147332,7 +79707,6 @@ public void ConvolutionFilter2DEXT( [NativeTypeName("const void *")] Ref image ) => T.ConvolutionFilter2DEXT(target, internalformat, width, height, format, type, image); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147343,7 +79717,6 @@ public void ConvolutionParameter( [NativeTypeName("GLfloat")] float @params ) => T.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] [MethodImpl( @@ -147355,7 +79728,6 @@ public void ConvolutionParameter( [NativeTypeName("GLfloat")] float @params ) => T.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147366,7 +79738,6 @@ public void ConvolutionParameterEXT( [NativeTypeName("GLfloat")] float @params ) => T.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] [MethodImpl( @@ -147378,7 +79749,6 @@ public void ConvolutionParameterEXT( [NativeTypeName("GLfloat")] float @params ) => T.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147389,7 +79759,6 @@ public void ConvolutionParameter( [NativeTypeName("const GLfloat *")] float* @params ) => T.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] [MethodImpl( @@ -147401,7 +79770,6 @@ public void ConvolutionParameter( [NativeTypeName("const GLfloat *")] Ref @params ) => T.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147412,7 +79780,6 @@ public void ConvolutionParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ) => T.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] [MethodImpl( @@ -147424,7 +79791,6 @@ public void ConvolutionParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => T.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147435,7 +79801,6 @@ public void ConvolutionParameter( [NativeTypeName("GLint")] int @params ) => T.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] [MethodImpl( @@ -147447,7 +79812,6 @@ public void ConvolutionParameter( [NativeTypeName("GLint")] int @params ) => T.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147458,7 +79822,6 @@ public void ConvolutionParameterEXT( [NativeTypeName("GLint")] int @params ) => T.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] [MethodImpl( @@ -147470,7 +79833,6 @@ public void ConvolutionParameterEXT( [NativeTypeName("GLint")] int @params ) => T.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147481,7 +79843,6 @@ public void ConvolutionParameter( [NativeTypeName("const GLint *")] int* @params ) => T.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] [MethodImpl( @@ -147493,7 +79854,6 @@ public void ConvolutionParameter( [NativeTypeName("const GLint *")] Ref @params ) => T.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147504,7 +79864,6 @@ public void ConvolutionParameterEXT( [NativeTypeName("const GLint *")] int* @params ) => T.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] [MethodImpl( @@ -147516,7 +79875,6 @@ public void ConvolutionParameterEXT( [NativeTypeName("const GLint *")] Ref @params ) => T.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147527,7 +79885,6 @@ public void ConvolutionParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => T.ConvolutionParameterxOES(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] [MethodImpl( @@ -147539,7 +79896,6 @@ public void ConvolutionParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => T.ConvolutionParameterxOES(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147550,7 +79906,6 @@ public void ConvolutionParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ) => T.ConvolutionParameterxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] [MethodImpl( @@ -147562,40 +79917,6 @@ public void ConvolutionParameterxOES( [NativeTypeName("const GLfixed *")] Ref @params ) => T.ConvolutionParameterxOES(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147608,40 +79929,6 @@ public void CopyBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ) => T.CopyBufferSubData(readTarget, writeTarget, readOffset, writeOffset, size); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] [MethodImpl( @@ -147655,7 +79942,6 @@ public void CopyBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ) => T.CopyBufferSubData(readTarget, writeTarget, readOffset, writeOffset, size); - [SupportedApiProfile("gles2", ["GL_NV_copy_buffer"])] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147668,7 +79954,6 @@ public void CopyBufferSubDataNV( [NativeTypeName("GLsizeiptr")] nuint size ) => T.CopyBufferSubDataNV(readTarget, writeTarget, readOffset, writeOffset, size); - [SupportedApiProfile("gles2", ["GL_NV_copy_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] [MethodImpl( @@ -147682,7 +79967,6 @@ public void CopyBufferSubDataNV( [NativeTypeName("GLsizeiptr")] nuint size ) => T.CopyBufferSubDataNV(readTarget, writeTarget, readOffset, writeOffset, size); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147695,7 +79979,6 @@ public void CopyColorSubTable( [NativeTypeName("GLsizei")] uint width ) => T.CopyColorSubTable(target, start, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] [MethodImpl( @@ -147709,7 +79992,6 @@ public void CopyColorSubTable( [NativeTypeName("GLsizei")] uint width ) => T.CopyColorSubTable(target, start, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147722,7 +80004,6 @@ public void CopyColorSubTableEXT( [NativeTypeName("GLsizei")] uint width ) => T.CopyColorSubTableEXT(target, start, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] [MethodImpl( @@ -147736,7 +80017,6 @@ public void CopyColorSubTableEXT( [NativeTypeName("GLsizei")] uint width ) => T.CopyColorSubTableEXT(target, start, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147749,7 +80029,6 @@ public void CopyColorTable( [NativeTypeName("GLsizei")] uint width ) => T.CopyColorTable(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] [MethodImpl( @@ -147763,7 +80042,6 @@ public void CopyColorTable( [NativeTypeName("GLsizei")] uint width ) => T.CopyColorTable(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147776,7 +80054,6 @@ public void CopyColorTableSGI( [NativeTypeName("GLsizei")] uint width ) => T.CopyColorTableSGI(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] [MethodImpl( @@ -147790,7 +80067,6 @@ public void CopyColorTableSGI( [NativeTypeName("GLsizei")] uint width ) => T.CopyColorTableSGI(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147803,7 +80079,6 @@ public void CopyConvolutionFilter1D( [NativeTypeName("GLsizei")] uint width ) => T.CopyConvolutionFilter1D(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] [MethodImpl( @@ -147817,7 +80092,6 @@ public void CopyConvolutionFilter1D( [NativeTypeName("GLsizei")] uint width ) => T.CopyConvolutionFilter1D(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147830,7 +80104,6 @@ public void CopyConvolutionFilter1DEXT( [NativeTypeName("GLsizei")] uint width ) => T.CopyConvolutionFilter1DEXT(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] [MethodImpl( @@ -147844,7 +80117,6 @@ public void CopyConvolutionFilter1DEXT( [NativeTypeName("GLsizei")] uint width ) => T.CopyConvolutionFilter1DEXT(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147858,7 +80130,6 @@ public void CopyConvolutionFilter2D( [NativeTypeName("GLsizei")] uint height ) => T.CopyConvolutionFilter2D(target, internalformat, x, y, width, height); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] [MethodImpl( @@ -147873,7 +80144,6 @@ public void CopyConvolutionFilter2D( [NativeTypeName("GLsizei")] uint height ) => T.CopyConvolutionFilter2D(target, internalformat, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147887,7 +80157,6 @@ public void CopyConvolutionFilter2DEXT( [NativeTypeName("GLsizei")] uint height ) => T.CopyConvolutionFilter2DEXT(target, internalformat, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] [MethodImpl( @@ -147902,28 +80171,6 @@ public void CopyConvolutionFilter2DEXT( [NativeTypeName("GLsizei")] uint height ) => T.CopyConvolutionFilter2DEXT(target, internalformat, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -147963,28 +80210,6 @@ public void CopyImageSubData( srcDepth ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] [MethodImpl( @@ -148025,7 +80250,6 @@ public void CopyImageSubData( srcDepth ); - [SupportedApiProfile("gles2", ["GL_EXT_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148065,7 +80289,6 @@ public void CopyImageSubDataEXT( srcDepth ); - [SupportedApiProfile("gles2", ["GL_EXT_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] [MethodImpl( @@ -148106,7 +80329,6 @@ public void CopyImageSubDataEXT( srcDepth ); - [SupportedApiProfile("gl", ["GL_NV_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148146,7 +80368,6 @@ public void CopyImageSubDataNV( depth ); - [SupportedApiProfile("gl", ["GL_NV_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] [MethodImpl( @@ -148187,7 +80408,6 @@ public void CopyImageSubDataNV( depth ); - [SupportedApiProfile("gles2", ["GL_OES_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148227,7 +80447,6 @@ public void CopyImageSubDataOES( srcDepth ); - [SupportedApiProfile("gles2", ["GL_OES_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] [MethodImpl( @@ -148268,8 +80487,6 @@ public void CopyImageSubDataOES( srcDepth ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148285,8 +80502,6 @@ public void CopyMultiTexImage1DEXT( [NativeTypeName("GLint")] int border ) => T.CopyMultiTexImage1DEXT(texunit, target, level, internalformat, x, y, width, border); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] [MethodImpl( @@ -148303,8 +80518,6 @@ public void CopyMultiTexImage1DEXT( [NativeTypeName("GLint")] int border ) => T.CopyMultiTexImage1DEXT(texunit, target, level, internalformat, x, y, width, border); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148332,8 +80545,6 @@ public void CopyMultiTexImage2DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] [MethodImpl( @@ -148362,8 +80573,6 @@ public void CopyMultiTexImage2DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148378,8 +80587,6 @@ public void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => T.CopyMultiTexSubImage1DEXT(texunit, target, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] [MethodImpl( @@ -148395,8 +80602,6 @@ public void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => T.CopyMultiTexSubImage1DEXT(texunit, target, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148424,8 +80629,6 @@ public void CopyMultiTexSubImage2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] [MethodImpl( @@ -148454,8 +80657,6 @@ public void CopyMultiTexSubImage2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148485,8 +80686,6 @@ public void CopyMultiTexSubImage3DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] [MethodImpl( @@ -148517,16 +80716,6 @@ public void CopyMultiTexSubImage3DEXT( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyNamedBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148539,9 +80728,6 @@ public void CopyNamedBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ) => T.CopyNamedBufferSubData(readBuffer, writeBuffer, readOffset, writeOffset, size); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCopyPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148551,31 +80737,6 @@ public void CopyPathNV( [NativeTypeName("GLuint")] uint srcPath ) => T.CopyPathNV(resultPath, srcPath); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCopyPixels")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148588,31 +80749,6 @@ public void CopyPixels( [NativeTypeName("GLenum")] uint type ) => T.CopyPixels(x, y, width, height, type); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyPixels")] [MethodImpl( @@ -148626,54 +80762,6 @@ public void CopyPixels( [NativeTypeName("GLenum")] Constant type ) => T.CopyPixels(x, y, width, height, type); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148688,54 +80776,6 @@ public void CopyTexImage1D( [NativeTypeName("GLint")] int border ) => T.CopyTexImage1D(target, level, internalformat, x, y, width, border); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] [MethodImpl( @@ -148751,7 +80791,6 @@ public void CopyTexImage1D( [NativeTypeName("GLint")] int border ) => T.CopyTexImage1D(target, level, internalformat, x, y, width, border); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148766,7 +80805,6 @@ public void CopyTexImage1DEXT( [NativeTypeName("GLint")] int border ) => T.CopyTexImage1DEXT(target, level, internalformat, x, y, width, border); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] [MethodImpl( @@ -148782,60 +80820,6 @@ public void CopyTexImage1DEXT( [NativeTypeName("GLint")] int border ) => T.CopyTexImage1DEXT(target, level, internalformat, x, y, width, border); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148851,60 +80835,6 @@ public void CopyTexImage2D( [NativeTypeName("GLint")] int border ) => T.CopyTexImage2D(target, level, internalformat, x, y, width, height, border); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] [MethodImpl( @@ -148921,7 +80851,6 @@ public void CopyTexImage2D( [NativeTypeName("GLint")] int border ) => T.CopyTexImage2D(target, level, internalformat, x, y, width, height, border); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -148937,7 +80866,6 @@ public void CopyTexImage2DEXT( [NativeTypeName("GLint")] int border ) => T.CopyTexImage2DEXT(target, level, internalformat, x, y, width, height, border); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] [MethodImpl( @@ -148954,54 +80882,6 @@ public void CopyTexImage2DEXT( [NativeTypeName("GLint")] int border ) => T.CopyTexImage2DEXT(target, level, internalformat, x, y, width, height, border); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149015,54 +80895,6 @@ public void CopyTexSubImage1D( [NativeTypeName("GLsizei")] uint width ) => T.CopyTexSubImage1D(target, level, xoffset, x, y, width); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] [MethodImpl( @@ -149077,7 +80909,6 @@ public void CopyTexSubImage1D( [NativeTypeName("GLsizei")] uint width ) => T.CopyTexSubImage1D(target, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149091,7 +80922,6 @@ public void CopyTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => T.CopyTexSubImage1DEXT(target, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] [MethodImpl( @@ -149106,60 +80936,6 @@ public void CopyTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => T.CopyTexSubImage1DEXT(target, level, xoffset, x, y, width); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149175,60 +80951,6 @@ public void CopyTexSubImage2D( [NativeTypeName("GLsizei")] uint height ) => T.CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] [MethodImpl( @@ -149245,7 +80967,6 @@ public void CopyTexSubImage2D( [NativeTypeName("GLsizei")] uint height ) => T.CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149261,7 +80982,6 @@ public void CopyTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ) => T.CopyTexSubImage2DEXT(target, level, xoffset, yoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] [MethodImpl( @@ -149278,52 +80998,6 @@ public void CopyTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ) => T.CopyTexSubImage2DEXT(target, level, xoffset, yoffset, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149340,52 +81014,6 @@ public void CopyTexSubImage3D( [NativeTypeName("GLsizei")] uint height ) => T.CopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] [MethodImpl( @@ -149403,7 +81031,6 @@ public void CopyTexSubImage3D( [NativeTypeName("GLsizei")] uint height ) => T.CopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149420,7 +81047,6 @@ public void CopyTexSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ) => T.CopyTexSubImage3DEXT(target, level, xoffset, yoffset, zoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] [MethodImpl( @@ -149438,7 +81064,6 @@ public void CopyTexSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ) => T.CopyTexSubImage3DEXT(target, level, xoffset, yoffset, zoffset, x, y, width, height); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149455,8 +81080,6 @@ public void CopyTexSubImage3DOES( [NativeTypeName("GLsizei")] uint height ) => T.CopyTexSubImage3DOES(target, level, xoffset, yoffset, zoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149472,8 +81095,6 @@ public void CopyTextureImage1DEXT( [NativeTypeName("GLint")] int border ) => T.CopyTextureImage1DEXT(texture, target, level, internalformat, x, y, width, border); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] [MethodImpl( @@ -149490,8 +81111,6 @@ public void CopyTextureImage1DEXT( [NativeTypeName("GLint")] int border ) => T.CopyTextureImage1DEXT(texture, target, level, internalformat, x, y, width, border); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149519,8 +81138,6 @@ public void CopyTextureImage2DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] [MethodImpl( @@ -149549,35 +81166,23 @@ public void CopyTextureImage2DEXT( border ); - [SupportedApiProfile("gles2", ["GL_APPLE_copy_texture_levels"])] - [SupportedApiProfile("gles1", ["GL_APPLE_copy_texture_levels"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureLevelsAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void CopyTextureLevelApple( + public void CopyTextureLevelAPPLE( [NativeTypeName("GLuint")] uint destinationTexture, [NativeTypeName("GLuint")] uint sourceTexture, [NativeTypeName("GLint")] int sourceBaseLevel, [NativeTypeName("GLsizei")] uint sourceLevelCount ) => - T.CopyTextureLevelApple( + T.CopyTextureLevelAPPLE( destinationTexture, sourceTexture, sourceBaseLevel, sourceLevelCount ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149591,8 +81196,6 @@ public void CopyTextureSubImage1D( [NativeTypeName("GLsizei")] uint width ) => T.CopyTextureSubImage1D(texture, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149607,8 +81210,6 @@ public void CopyTextureSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => T.CopyTextureSubImage1DEXT(texture, target, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] [MethodImpl( @@ -149624,16 +81225,6 @@ public void CopyTextureSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => T.CopyTextureSubImage1DEXT(texture, target, level, xoffset, x, y, width); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149649,8 +81240,6 @@ public void CopyTextureSubImage2D( [NativeTypeName("GLsizei")] uint height ) => T.CopyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149678,8 +81267,6 @@ public void CopyTextureSubImage2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] [MethodImpl( @@ -149708,16 +81295,6 @@ public void CopyTextureSubImage2DEXT( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149735,8 +81312,6 @@ public void CopyTextureSubImage3D( ) => T.CopyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149766,8 +81341,6 @@ public void CopyTextureSubImage3DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] [MethodImpl( @@ -149798,7 +81371,6 @@ public void CopyTextureSubImage3DEXT( height ); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149806,7 +81378,6 @@ public void CopyTextureSubImage3DEXT( public void CoverageMaskNV([NativeTypeName("GLboolean")] uint mask) => T.CoverageMaskNV(mask); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] [MethodImpl( @@ -149815,9 +81386,6 @@ public void CoverageMaskNV([NativeTypeName("GLboolean")] uint mask) => public void CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask) => T.CoverageMaskNV(mask); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glCoverageModulationNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149825,9 +81393,6 @@ public void CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask) = public void CoverageModulationNV([NativeTypeName("GLenum")] uint components) => T.CoverageModulationNV(components); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149837,9 +81402,6 @@ public void CoverageModulationTableNV( [NativeTypeName("const GLfloat *")] float* v ) => T.CoverageModulationTableNV(n, v); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl( @@ -149850,9 +81412,6 @@ public void CoverageModulationTableNV( [NativeTypeName("const GLfloat *")] Ref v ) => T.CoverageModulationTableNV(n, v); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl( @@ -149861,7 +81420,6 @@ public void CoverageModulationTableNV( public void CoverageModulationTableNV([NativeTypeName("const GLfloat *")] float v) => T.CoverageModulationTableNV(v); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [NativeFunction("opengl", EntryPoint = "glCoverageOperationNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149869,9 +81427,6 @@ public void CoverageModulationTableNV([NativeTypeName("const GLfloat *")] float public void CoverageOperationNV([NativeTypeName("GLenum")] uint operation) => T.CoverageOperationNV(operation); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149895,9 +81450,6 @@ public void CoverFillPathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] [MethodImpl( @@ -149922,9 +81474,6 @@ public void CoverFillPathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149934,9 +81483,6 @@ public void CoverFillPathNV( [NativeTypeName("GLenum")] uint coverMode ) => T.CoverFillPathNV(path, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] [MethodImpl( @@ -149947,9 +81493,6 @@ public void CoverFillPathNV( [NativeTypeName("GLenum")] Constant coverMode ) => T.CoverFillPathNV(path, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -149973,9 +81516,6 @@ public void CoverStrokePathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] [MethodImpl( @@ -150000,9 +81540,6 @@ public void CoverStrokePathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150012,9 +81549,6 @@ public void CoverStrokePathNV( [NativeTypeName("GLenum")] uint coverMode ) => T.CoverStrokePathNV(path, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] [MethodImpl( @@ -150025,16 +81559,6 @@ public void CoverStrokePathNV( [NativeTypeName("GLenum")] Constant coverMode ) => T.CoverStrokePathNV(path, coverMode); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl( @@ -150042,16 +81566,6 @@ public void CoverStrokePathNV( )] public uint CreateBuffer() => T.CreateBuffer(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150061,16 +81575,6 @@ public void CreateBuffers( [NativeTypeName("GLuint *")] uint* buffers ) => T.CreateBuffers(n, buffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl( @@ -150081,8 +81585,6 @@ public void CreateBuffers( [NativeTypeName("GLuint *")] Ref buffers ) => T.CreateBuffers(n, buffers); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150092,8 +81594,6 @@ public void CreateCommandListsNV( [NativeTypeName("GLuint *")] uint* lists ) => T.CreateCommandListsNV(n, lists); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl( @@ -150104,8 +81604,6 @@ public void CreateCommandListsNV( [NativeTypeName("GLuint *")] Ref lists ) => T.CreateCommandListsNV(n, lists); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl( @@ -150113,16 +81611,6 @@ public void CreateCommandListsNV( )] public uint CreateCommandListsNV() => T.CreateCommandListsNV(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl( @@ -150130,16 +81618,6 @@ public void CreateCommandListsNV( )] public uint CreateFramebuffer() => T.CreateFramebuffer(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150149,16 +81627,6 @@ public void CreateFramebuffers( [NativeTypeName("GLuint *")] uint* framebuffers ) => T.CreateFramebuffers(n, framebuffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl( @@ -150169,8 +81637,6 @@ public void CreateFramebuffers( [NativeTypeName("GLuint *")] Ref framebuffers ) => T.CreateFramebuffers(n, framebuffers); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150180,8 +81646,6 @@ public void CreateMemoryObjectsEXT( [NativeTypeName("GLuint *")] uint* memoryObjects ) => T.CreateMemoryObjectsEXT(n, memoryObjects); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl( @@ -150192,8 +81656,6 @@ public void CreateMemoryObjectsEXT( [NativeTypeName("GLuint *")] Ref memoryObjects ) => T.CreateMemoryObjectsEXT(n, memoryObjects); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl( @@ -150201,85 +81663,33 @@ public void CreateMemoryObjectsEXT( )] public uint CreateMemoryObjectsEXT() => T.CreateMemoryObjectsEXT(); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void CreatePerfQueryIntel( + public void CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* queryHandle - ) => T.CreatePerfQueryIntel(queryId, queryHandle); + ) => T.CreatePerfQueryINTEL(queryId, queryHandle); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void CreatePerfQueryIntel( + public void CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref queryHandle - ) => T.CreatePerfQueryIntel(queryId, queryHandle); + ) => T.CreatePerfQueryINTEL(queryId, queryHandle); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint CreatePerfQueryIntel() => T.CreatePerfQueryIntel(); + public uint CreatePerfQueryINTEL() => T.CreatePerfQueryINTEL(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCreateProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150287,23 +81697,12 @@ public void CreatePerfQueryIntel( public uint CreateProgram() => T.CreateProgram(); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateProgramObjectARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public uint CreateProgramObjectARB() => T.CreateProgramObjectARB(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl( @@ -150311,16 +81710,6 @@ public void CreatePerfQueryIntel( )] public uint CreateProgramPipeline() => T.CreateProgramPipeline(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150330,16 +81719,6 @@ public void CreateProgramPipelines( [NativeTypeName("GLuint *")] uint* pipelines ) => T.CreateProgramPipelines(n, pipelines); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl( @@ -150351,23 +81730,12 @@ public void CreateProgramPipelines( ) => T.CreateProgramPipelines(n, pipelines); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glCreateProgressFenceNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public uint CreateProgressFenceNVX() => T.CreateProgressFenceNVX(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150378,16 +81746,6 @@ public void CreateQueries( [NativeTypeName("GLuint *")] uint* ids ) => T.CreateQueries(target, n, ids); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] [MethodImpl( @@ -150399,16 +81757,6 @@ public void CreateQueries( [NativeTypeName("GLuint *")] Ref ids ) => T.CreateQueries(target, n, ids); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] [MethodImpl( @@ -150418,16 +81766,6 @@ public uint CreateQuery( [NativeTypeName("GLenum")] Constant target ) => T.CreateQuery(target); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl( @@ -150435,16 +81773,6 @@ public uint CreateQuery( )] public uint CreateRenderbuffer() => T.CreateRenderbuffer(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150454,16 +81782,6 @@ public void CreateRenderbuffers( [NativeTypeName("GLuint *")] uint* renderbuffers ) => T.CreateRenderbuffers(n, renderbuffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl( @@ -150474,16 +81792,6 @@ public void CreateRenderbuffers( [NativeTypeName("GLuint *")] Ref renderbuffers ) => T.CreateRenderbuffers(n, renderbuffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl( @@ -150491,16 +81799,6 @@ public void CreateRenderbuffers( )] public uint CreateSampler() => T.CreateSampler(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150510,16 +81808,6 @@ public void CreateSamplers( [NativeTypeName("GLuint *")] uint* samplers ) => T.CreateSamplers(n, samplers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl( @@ -150530,8 +81818,6 @@ public void CreateSamplers( [NativeTypeName("GLuint *")] Ref samplers ) => T.CreateSamplers(n, samplers); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150541,8 +81827,6 @@ public void CreateSemaphoresNV( [NativeTypeName("GLuint *")] uint* semaphores ) => T.CreateSemaphoresNV(n, semaphores); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl( @@ -150553,8 +81837,6 @@ public void CreateSemaphoresNV( [NativeTypeName("GLuint *")] Ref semaphores ) => T.CreateSemaphoresNV(n, semaphores); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl( @@ -150563,49 +81845,6 @@ public void CreateSemaphoresNV( public uint CreateSemaphoresNV() => T.CreateSemaphoresNV(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCreateShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150613,49 +81852,6 @@ public void CreateSemaphoresNV( public uint CreateShader([NativeTypeName("GLenum")] uint type) => T.CreateShader(type); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShader")] [MethodImpl( @@ -150666,7 +81862,6 @@ public uint CreateShader( ) => T.CreateShader(type); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150675,7 +81870,6 @@ public uint CreateShaderObjectARB([NativeTypeName("GLenum")] uint shaderType) => T.CreateShaderObjectARB(shaderType); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] [MethodImpl( @@ -150686,8 +81880,6 @@ public uint CreateShaderObjectARB( ) => T.CreateShaderObjectARB(shaderType); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150698,8 +81890,6 @@ public uint CreateShaderProgramEXT( ) => T.CreateShaderProgramEXT(type, @string); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] [MethodImpl( @@ -150711,32 +81901,6 @@ public uint CreateShaderProgramEXT( ) => T.CreateShaderProgramEXT(type, @string); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150748,32 +81912,6 @@ public uint CreateShaderProgram( ) => T.CreateShaderProgram(type, count, strings); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] [MethodImpl( @@ -150786,7 +81924,6 @@ public uint CreateShaderProgram( ) => T.CreateShaderProgram(type, count, strings); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150798,7 +81935,6 @@ public uint CreateShaderProgramEXT( ) => T.CreateShaderProgramEXT(type, count, strings); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] [MethodImpl( @@ -150810,8 +81946,6 @@ public uint CreateShaderProgramEXT( [NativeTypeName("const GLchar *const *")] Ref2D strings ) => T.CreateShaderProgramEXT(type, count, strings); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150821,8 +81955,6 @@ public void CreateStatesNV( [NativeTypeName("GLuint *")] uint* states ) => T.CreateStatesNV(n, states); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl( @@ -150833,8 +81965,6 @@ public void CreateStatesNV( [NativeTypeName("GLuint *")] Ref states ) => T.CreateStatesNV(n, states); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl( @@ -150843,8 +81973,6 @@ public void CreateStatesNV( public uint CreateStatesNV() => T.CreateStatesNV(); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_ARB_cl_event"])] - [SupportedApiProfile("glcore", ["GL_ARB_cl_event"])] [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150856,8 +81984,6 @@ public void CreateStatesNV( ) => T.CreateSyncFromCLeventARB(context, @event, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_ARB_cl_event"])] - [SupportedApiProfile("glcore", ["GL_ARB_cl_event"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] [MethodImpl( @@ -150869,16 +81995,6 @@ public Ptr CreateSyncFromCLeventARB( [NativeTypeName("GLbitfield")] uint flags ) => T.CreateSyncFromCLeventARB(context, @event, flags); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] [MethodImpl( @@ -150888,16 +82004,6 @@ public uint CreateTexture( [NativeTypeName("GLenum")] Constant target ) => T.CreateTexture(target); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150908,16 +82014,6 @@ public void CreateTextures( [NativeTypeName("GLuint *")] uint* textures ) => T.CreateTextures(target, n, textures); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] [MethodImpl( @@ -150929,16 +82025,6 @@ public void CreateTextures( [NativeTypeName("GLuint *")] Ref textures ) => T.CreateTextures(target, n, textures); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl( @@ -150946,16 +82032,6 @@ public void CreateTextures( )] public uint CreateTransformFeedback() => T.CreateTransformFeedback(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -150965,16 +82041,6 @@ public void CreateTransformFeedbacks( [NativeTypeName("GLuint *")] uint* ids ) => T.CreateTransformFeedbacks(n, ids); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl( @@ -150985,16 +82051,6 @@ public void CreateTransformFeedbacks( [NativeTypeName("GLuint *")] Ref ids ) => T.CreateTransformFeedbacks(n, ids); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl( @@ -151002,16 +82058,6 @@ public void CreateTransformFeedbacks( )] public uint CreateVertexArray() => T.CreateVertexArray(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151021,16 +82067,6 @@ public void CreateVertexArrays( [NativeTypeName("GLuint *")] uint* arrays ) => T.CreateVertexArrays(n, arrays); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl( @@ -151041,124 +82077,12 @@ public void CreateVertexArrays( [NativeTypeName("GLuint *")] Ref arrays ) => T.CreateVertexArrays(n, arrays); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCullFace")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void CullFace([NativeTypeName("GLenum")] uint mode) => T.CullFace(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullFace")] [MethodImpl( @@ -151168,7 +82092,6 @@ public void CullFace( [NativeTypeName("GLenum")] Constant mode ) => T.CullFace(mode); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151178,7 +82101,6 @@ public void CullParameterEXT( [NativeTypeName("GLdouble *")] double* @params ) => T.CullParameterEXT(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] [MethodImpl( @@ -151189,7 +82111,6 @@ public void CullParameterEXT( [NativeTypeName("GLdouble *")] Ref @params ) => T.CullParameterEXT(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151199,7 +82120,6 @@ public void CullParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.CullParameterEXT(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] [MethodImpl( @@ -151210,7 +82130,6 @@ public void CullParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.CullParameterEXT(pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glCurrentPaletteMatrixARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151218,7 +82137,6 @@ public void CullParameterEXT( public void CurrentPaletteMatrixARB([NativeTypeName("GLint")] int index) => T.CurrentPaletteMatrixARB(index); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glCurrentPaletteMatrixOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151226,28 +82144,6 @@ public void CurrentPaletteMatrixARB([NativeTypeName("GLint")] int index) => public void CurrentPaletteMatrixOES([NativeTypeName("GLuint")] uint matrixpaletteindex) => T.CurrentPaletteMatrixOES(matrixpaletteindex); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151258,28 +82154,6 @@ public void DebugMessageCallback( [NativeTypeName("const void *")] void* userParam ) => T.DebugMessageCallback(callback, userParam); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] [MethodImpl( @@ -151291,7 +82165,6 @@ public void DebugMessageCallback( [NativeTypeName("const void *")] Ref userParam ) => T.DebugMessageCallback(callback, userParam); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151302,7 +82175,6 @@ public void DebugMessageCallbackAMD( void* userParam ) => T.DebugMessageCallbackAMD(callback, userParam); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] [MethodImpl( @@ -151314,8 +82186,6 @@ public void DebugMessageCallbackAMD( Ref userParam ) => T.DebugMessageCallbackAMD(callback, userParam); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151326,8 +82196,6 @@ public void DebugMessageCallbackARB( [NativeTypeName("const void *")] void* userParam ) => T.DebugMessageCallbackARB(callback, userParam); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] [MethodImpl( @@ -151339,7 +82207,6 @@ public void DebugMessageCallbackARB( [NativeTypeName("const void *")] Ref userParam ) => T.DebugMessageCallbackARB(callback, userParam); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151350,7 +82217,6 @@ public void DebugMessageCallbackKHR( [NativeTypeName("const void *")] void* userParam ) => T.DebugMessageCallbackKHR(callback, userParam); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] [MethodImpl( @@ -151362,28 +82228,6 @@ public void DebugMessageCallbackKHR( [NativeTypeName("const void *")] Ref userParam ) => T.DebugMessageCallbackKHR(callback, userParam); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151397,28 +82241,6 @@ public void DebugMessageControl( [NativeTypeName("GLboolean")] uint enabled ) => T.DebugMessageControl(source, type, severity, count, ids, enabled); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl( @@ -151433,28 +82255,6 @@ public void DebugMessageControl( [NativeTypeName("GLboolean")] MaybeBool enabled ) => T.DebugMessageControl(source, type, severity, count, ids, enabled); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl( @@ -151468,8 +82268,6 @@ public void DebugMessageControl( [NativeTypeName("GLboolean")] MaybeBool enabled ) => T.DebugMessageControl(source, type, severity, ids, enabled); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151483,8 +82281,6 @@ public void DebugMessageControlARB( [NativeTypeName("GLboolean")] uint enabled ) => T.DebugMessageControlARB(source, type, severity, count, ids, enabled); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl( @@ -151499,8 +82295,6 @@ public void DebugMessageControlARB( [NativeTypeName("GLboolean")] MaybeBool enabled ) => T.DebugMessageControlARB(source, type, severity, count, ids, enabled); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl( @@ -151514,7 +82308,6 @@ public void DebugMessageControlARB( [NativeTypeName("GLboolean")] MaybeBool enabled ) => T.DebugMessageControlARB(source, type, severity, ids, enabled); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151528,7 +82321,6 @@ public void DebugMessageControlKHR( [NativeTypeName("GLboolean")] uint enabled ) => T.DebugMessageControlKHR(source, type, severity, count, ids, enabled); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] [MethodImpl( @@ -151543,7 +82335,6 @@ public void DebugMessageControlKHR( [NativeTypeName("GLboolean")] MaybeBool enabled ) => T.DebugMessageControlKHR(source, type, severity, count, ids, enabled); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151556,7 +82347,6 @@ public void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] uint enabled ) => T.DebugMessageEnableAMD(category, severity, count, ids, enabled); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl( @@ -151570,7 +82360,6 @@ public void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] MaybeBool enabled ) => T.DebugMessageEnableAMD(category, severity, count, ids, enabled); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl( @@ -151583,28 +82372,6 @@ public void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] MaybeBool enabled ) => T.DebugMessageEnableAMD(category, severity, ids, enabled); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151618,28 +82385,6 @@ public void DebugMessageInsert( [NativeTypeName("const GLchar *")] sbyte* buf ) => T.DebugMessageInsert(source, type, id, severity, length, buf); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] [MethodImpl( @@ -151654,7 +82399,6 @@ public void DebugMessageInsert( [NativeTypeName("const GLchar *")] Ref buf ) => T.DebugMessageInsert(source, type, id, severity, length, buf); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151667,7 +82411,6 @@ public void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] sbyte* buf ) => T.DebugMessageInsertAMD(category, severity, id, length, buf); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl( @@ -151681,7 +82424,6 @@ public void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] Ref buf ) => T.DebugMessageInsertAMD(category, severity, id, length, buf); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl( @@ -151694,8 +82436,6 @@ public void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] sbyte buf ) => T.DebugMessageInsertAMD(category, severity, id, buf); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151709,8 +82449,6 @@ public void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] sbyte* buf ) => T.DebugMessageInsertARB(source, type, id, severity, length, buf); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl( @@ -151725,8 +82463,6 @@ public void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] Ref buf ) => T.DebugMessageInsertARB(source, type, id, severity, length, buf); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl( @@ -151740,7 +82476,6 @@ public void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] sbyte buf ) => T.DebugMessageInsertARB(source, type, id, severity, buf); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151754,7 +82489,6 @@ public void DebugMessageInsertKHR( [NativeTypeName("const GLchar *")] sbyte* buf ) => T.DebugMessageInsertKHR(source, type, id, severity, length, buf); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] [MethodImpl( @@ -151769,7 +82503,6 @@ public void DebugMessageInsertKHR( [NativeTypeName("const GLchar *")] Ref buf ) => T.DebugMessageInsertKHR(source, type, id, severity, length, buf); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151807,7 +82540,6 @@ public void DeformationMap3SGIX( points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] [MethodImpl( @@ -151846,7 +82578,6 @@ public void DeformationMap3SGIX( points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151884,7 +82615,6 @@ public void DeformationMap3SGIX( points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] [MethodImpl( @@ -151923,14 +82653,12 @@ public void DeformationMap3SGIX( points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DeformSGIX([NativeTypeName("GLbitfield")] uint mask) => T.DeformSGIX(mask); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] [MethodImpl( @@ -151940,7 +82668,6 @@ public void DeformSGIX( [NativeTypeName("GLbitfield")] Constant mask ) => T.DeformSGIX(mask); - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glDeleteAsyncMarkersSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -151950,52 +82677,6 @@ public void DeleteAsyncMarkersSGIX( [NativeTypeName("GLsizei")] uint range ) => T.DeleteAsyncMarkersSGIX(marker, range); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl( @@ -152004,52 +82685,6 @@ public void DeleteAsyncMarkersSGIX( public void DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers) => T.DeleteBuffer(buffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152059,52 +82694,6 @@ public void DeleteBuffers( [NativeTypeName("const GLuint *")] uint* buffers ) => T.DeleteBuffers(n, buffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl( @@ -152115,7 +82704,6 @@ public void DeleteBuffers( [NativeTypeName("const GLuint *")] Ref buffers ) => T.DeleteBuffers(n, buffers); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152125,7 +82713,6 @@ public void DeleteBuffersARB( [NativeTypeName("const GLuint *")] uint* buffers ) => T.DeleteBuffersARB(n, buffers); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl( @@ -152136,7 +82723,6 @@ public void DeleteBuffersARB( [NativeTypeName("const GLuint *")] Ref buffers ) => T.DeleteBuffersARB(n, buffers); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl( @@ -152145,8 +82731,6 @@ public void DeleteBuffersARB( public void DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers) => T.DeleteBuffersARB(buffers); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152156,8 +82740,6 @@ public void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] uint* lists ) => T.DeleteCommandListsNV(n, lists); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl( @@ -152168,8 +82750,6 @@ public void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] Ref lists ) => T.DeleteCommandListsNV(n, lists); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl( @@ -152178,39 +82758,33 @@ public void DeleteCommandListsNV( public void DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists) => T.DeleteCommandListsNV(lists); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DeleteFencesApple( + public void DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* fences - ) => T.DeleteFencesApple(n, fences); + ) => T.DeleteFencesAPPLE(n, fences); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DeleteFencesApple( + public void DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref fences - ) => T.DeleteFencesApple(n, fences); + ) => T.DeleteFencesAPPLE(n, fences); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences) => - T.DeleteFencesApple(fences); + public void DeleteFencesAPPLE([NativeTypeName("const GLuint *")] uint fences) => + T.DeleteFencesAPPLE(fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152220,9 +82794,6 @@ public void DeleteFencesNV( [NativeTypeName("const GLuint *")] uint* fences ) => T.DeleteFencesNV(n, fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl( @@ -152233,9 +82804,6 @@ public void DeleteFencesNV( [NativeTypeName("const GLuint *")] Ref fences ) => T.DeleteFencesNV(n, fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl( @@ -152244,7 +82812,6 @@ public void DeleteFencesNV( public void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences) => T.DeleteFencesNV(fences); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glDeleteFragmentShaderATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152252,47 +82819,6 @@ public void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences) => public void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id) => T.DeleteFragmentShaderATI(id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl( @@ -152301,47 +82827,6 @@ public void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id) => public void DeleteFramebuffer([NativeTypeName("const GLuint *")] uint framebuffers) => T.DeleteFramebuffer(framebuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152351,47 +82836,6 @@ public void DeleteFramebuffers( [NativeTypeName("const GLuint *")] uint* framebuffers ) => T.DeleteFramebuffers(n, framebuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl( @@ -152402,7 +82846,6 @@ public void DeleteFramebuffers( [NativeTypeName("const GLuint *")] Ref framebuffers ) => T.DeleteFramebuffers(n, framebuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152412,7 +82855,6 @@ public void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint* framebuffers ) => T.DeleteFramebuffersEXT(n, framebuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl( @@ -152423,7 +82865,6 @@ public void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] Ref framebuffers ) => T.DeleteFramebuffersEXT(n, framebuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl( @@ -152432,16 +82873,14 @@ public void DeleteFramebuffersEXT( public void DeleteFramebuffersEXT([NativeTypeName("const GLuint *")] uint framebuffers) => T.DeleteFramebuffersEXT(framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DeleteFramebuffersO([NativeTypeName("const GLuint *")] uint framebuffers) => - T.DeleteFramebuffersO(framebuffers); + public void DeleteFramebuffersOOES([NativeTypeName("const GLuint *")] uint framebuffers) => + T.DeleteFramebuffersOOES(framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152451,7 +82890,6 @@ public void DeleteFramebuffersOES( [NativeTypeName("const GLuint *")] uint* framebuffers ) => T.DeleteFramebuffersOES(n, framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl( @@ -152462,31 +82900,6 @@ public void DeleteFramebuffersOES( [NativeTypeName("const GLuint *")] Ref framebuffers ) => T.DeleteFramebuffersOES(n, framebuffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteLists")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152496,8 +82909,6 @@ public void DeleteLists( [NativeTypeName("GLsizei")] uint range ) => T.DeleteLists(list, range); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152507,8 +82918,6 @@ public void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] uint* memoryObjects ) => T.DeleteMemoryObjectsEXT(n, memoryObjects); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl( @@ -152519,8 +82928,6 @@ public void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] Ref memoryObjects ) => T.DeleteMemoryObjectsEXT(n, memoryObjects); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl( @@ -152529,8 +82936,6 @@ public void DeleteMemoryObjectsEXT( public void DeleteMemoryObjectsEXT([NativeTypeName("const GLuint *")] uint memoryObjects) => T.DeleteMemoryObjectsEXT(memoryObjects); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152540,8 +82945,6 @@ public void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] sbyte* name ) => T.DeleteNamedStringARB(namelen, name); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl( @@ -152552,8 +82955,6 @@ public void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] Ref name ) => T.DeleteNamedStringARB(namelen, name); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl( @@ -152562,7 +82963,6 @@ public void DeleteNamedStringARB( public void DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name) => T.DeleteNamedStringARB(name); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152573,7 +82973,6 @@ public void DeleteNamesAMD( [NativeTypeName("const GLuint *")] uint* names ) => T.DeleteNamesAMD(identifier, num, names); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl( @@ -152585,7 +82984,6 @@ public void DeleteNamesAMD( [NativeTypeName("const GLuint *")] Ref names ) => T.DeleteNamesAMD(identifier, num, names); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl( @@ -152596,7 +82994,6 @@ public void DeleteNamesAMD( [NativeTypeName("const GLuint *")] uint names ) => T.DeleteNamesAMD(identifier, names); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDeleteObjectARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152604,7 +83001,6 @@ public void DeleteNamesAMD( public void DeleteObjectARB([NativeTypeName("GLhandleARB")] uint obj) => T.DeleteObjectARB(obj); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152614,7 +83010,6 @@ public void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] uint* ids ) => T.DeleteOcclusionQueriesNV(n, ids); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl( @@ -152625,7 +83020,6 @@ public void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] Ref ids ) => T.DeleteOcclusionQueriesNV(n, ids); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl( @@ -152634,9 +83028,6 @@ public void DeleteOcclusionQueriesNV( public void DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids) => T.DeleteOcclusionQueriesNV(ids); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glDeletePathsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152646,9 +83037,6 @@ public void DeletePathNV( [NativeTypeName("GLsizei")] uint range ) => T.DeletePathNV(path, range); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152658,9 +83046,6 @@ public void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] uint* monitors ) => T.DeletePerfMonitorsAMD(n, monitors); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl( @@ -152671,9 +83056,6 @@ public void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] Ref monitors ) => T.DeletePerfMonitorsAMD(n, monitors); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl( @@ -152681,59 +83063,13 @@ public void DeletePerfMonitorsAMD( )] public uint DeletePerfMonitorsAMD() => T.DeletePerfMonitorsAMD(); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glDeletePerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DeletePerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => - T.DeletePerfQueryIntel(queryHandle); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + public void DeletePerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle) => + T.DeletePerfQueryINTEL(queryHandle); + [NativeFunction("opengl", EntryPoint = "glDeleteProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152741,32 +83077,6 @@ public void DeletePerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => public void DeleteProgram([NativeTypeName("GLuint")] uint program) => T.DeleteProgram(program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl( @@ -152775,32 +83085,6 @@ public void DeleteProgram([NativeTypeName("GLuint")] uint program) => public void DeleteProgramPipeline([NativeTypeName("const GLuint *")] uint pipelines) => T.DeleteProgramPipeline(pipelines); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152810,32 +83094,6 @@ public void DeleteProgramPipelines( [NativeTypeName("const GLuint *")] uint* pipelines ) => T.DeleteProgramPipelines(n, pipelines); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl( @@ -152846,7 +83104,6 @@ public void DeleteProgramPipelines( [NativeTypeName("const GLuint *")] Ref pipelines ) => T.DeleteProgramPipelines(n, pipelines); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152856,7 +83113,6 @@ public void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] uint* pipelines ) => T.DeleteProgramPipelinesEXT(n, pipelines); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl( @@ -152867,7 +83123,6 @@ public void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] Ref pipelines ) => T.DeleteProgramPipelinesEXT(n, pipelines); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl( @@ -152876,7 +83131,6 @@ public void DeleteProgramPipelinesEXT( public void DeleteProgramPipelinesEXT([NativeTypeName("const GLuint *")] uint pipelines) => T.DeleteProgramPipelinesEXT(pipelines); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152886,7 +83140,6 @@ public void DeleteProgramARB( [NativeTypeName("const GLuint *")] uint* programs ) => T.DeleteProgramARB(n, programs); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl( @@ -152897,7 +83150,6 @@ public void DeleteProgramARB( [NativeTypeName("const GLuint *")] Ref programs ) => T.DeleteProgramARB(n, programs); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl( @@ -152906,7 +83158,6 @@ public void DeleteProgramARB( public void DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs) => T.DeleteProgramARB(programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152916,7 +83167,6 @@ public void DeleteProgramNV( [NativeTypeName("const GLuint *")] uint* programs ) => T.DeleteProgramNV(n, programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl( @@ -152927,7 +83177,6 @@ public void DeleteProgramNV( [NativeTypeName("const GLuint *")] Ref programs ) => T.DeleteProgramNV(n, programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl( @@ -152936,46 +83185,6 @@ public void DeleteProgramNV( public void DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs) => T.DeleteProgramNV(programs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -152985,46 +83194,6 @@ public void DeleteQueries( [NativeTypeName("const GLuint *")] uint* ids ) => T.DeleteQueries(n, ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl( @@ -153035,7 +83204,6 @@ public void DeleteQueries( [NativeTypeName("const GLuint *")] Ref ids ) => T.DeleteQueries(n, ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -153045,7 +83213,6 @@ public void DeleteQueriesARB( [NativeTypeName("const GLuint *")] uint* ids ) => T.DeleteQueriesARB(n, ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl( @@ -153056,7 +83223,6 @@ public void DeleteQueriesARB( [NativeTypeName("const GLuint *")] Ref ids ) => T.DeleteQueriesARB(n, ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl( @@ -153065,10 +83231,6 @@ public void DeleteQueriesARB( public void DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids) => T.DeleteQueriesARB(ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -153078,10 +83240,6 @@ public void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] uint* ids ) => T.DeleteQueriesEXT(n, ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl( @@ -153092,10 +83250,6 @@ public void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] Ref ids ) => T.DeleteQueriesEXT(n, ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl( @@ -153104,46 +83258,6 @@ public void DeleteQueriesEXT( public void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids) => T.DeleteQueriesEXT(ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl( @@ -153151,7 +83265,6 @@ public void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids) => )] public void DeleteQuery([NativeTypeName("const GLuint *")] uint ids) => T.DeleteQuery(ids); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -153161,7 +83274,6 @@ public void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] int* tagIds ) => T.DeleteQueryResourceTagNV(n, tagIds); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl( @@ -153172,7 +83284,6 @@ public void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] Ref tagIds ) => T.DeleteQueryResourceTagNV(n, tagIds); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl( @@ -153181,47 +83292,6 @@ public void DeleteQueryResourceTagNV( public void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds) => T.DeleteQueryResourceTagNV(tagIds); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl( @@ -153230,47 +83300,6 @@ public void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagId public void DeleteRenderbuffer([NativeTypeName("const GLuint *")] uint renderbuffers) => T.DeleteRenderbuffer(renderbuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -153280,47 +83309,6 @@ public void DeleteRenderbuffers( [NativeTypeName("const GLuint *")] uint* renderbuffers ) => T.DeleteRenderbuffers(n, renderbuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl( @@ -153331,7 +83319,6 @@ public void DeleteRenderbuffers( [NativeTypeName("const GLuint *")] Ref renderbuffers ) => T.DeleteRenderbuffers(n, renderbuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -153341,7 +83328,6 @@ public void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint* renderbuffers ) => T.DeleteRenderbuffersEXT(n, renderbuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl( @@ -153352,7 +83338,6 @@ public void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] Ref renderbuffers ) => T.DeleteRenderbuffersEXT(n, renderbuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl( @@ -153361,16 +83346,15 @@ public void DeleteRenderbuffersEXT( public void DeleteRenderbuffersEXT([NativeTypeName("const GLuint *")] uint renderbuffers) => T.DeleteRenderbuffersEXT(renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DeleteRenderbuffersO([NativeTypeName("const GLuint *")] uint renderbuffers) => - T.DeleteRenderbuffersO(renderbuffers); + public void DeleteRenderbuffersOOES( + [NativeTypeName("const GLuint *")] uint renderbuffers + ) => T.DeleteRenderbuffersOOES(renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -153380,7 +83364,6 @@ public void DeleteRenderbuffersOES( [NativeTypeName("const GLuint *")] uint* renderbuffers ) => T.DeleteRenderbuffersOES(n, renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl( @@ -153391,46 +83374,6 @@ public void DeleteRenderbuffersOES( [NativeTypeName("const GLuint *")] Ref renderbuffers ) => T.DeleteRenderbuffersOES(n, renderbuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl( @@ -153439,46 +83382,6 @@ public void DeleteRenderbuffersOES( public void DeleteSampler([NativeTypeName("const GLuint *")] uint samplers) => T.DeleteSampler(samplers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -153488,46 +83391,6 @@ public void DeleteSamplers( [NativeTypeName("const GLuint *")] uint* samplers ) => T.DeleteSamplers(count, samplers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl( @@ -153538,8 +83401,6 @@ public void DeleteSamplers( [NativeTypeName("const GLuint *")] Ref samplers ) => T.DeleteSamplers(count, samplers); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -153549,8 +83410,6 @@ public void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] uint* semaphores ) => T.DeleteSemaphoresEXT(n, semaphores); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl( @@ -153561,8 +83420,6 @@ public void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] Ref semaphores ) => T.DeleteSemaphoresEXT(n, semaphores); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl( @@ -153571,57 +83428,12 @@ public void DeleteSemaphoresEXT( public void DeleteSemaphoresEXT([NativeTypeName("const GLuint *")] uint semaphores) => T.DeleteSemaphoresEXT(semaphores); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DeleteShader([NativeTypeName("GLuint")] uint shader) => T.DeleteShader(shader); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -153631,8 +83443,6 @@ public void DeleteStatesNV( [NativeTypeName("const GLuint *")] uint* states ) => T.DeleteStatesNV(n, states); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl( @@ -153643,8 +83453,6 @@ public void DeleteStatesNV( [NativeTypeName("const GLuint *")] Ref states ) => T.DeleteStatesNV(n, states); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl( @@ -153653,76 +83461,12 @@ public void DeleteStatesNV( public void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states) => T.DeleteStatesNV(states); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDeleteSync")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DeleteSync([NativeTypeName("GLsync")] Sync* sync) => T.DeleteSync(sync); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSync")] [MethodImpl( @@ -153730,79 +83474,21 @@ public void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states) => )] public void DeleteSync([NativeTypeName("GLsync")] Ref sync) => T.DeleteSync(sync); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DeleteSyncApple([NativeTypeName("GLsync")] Sync* sync) => - T.DeleteSyncApple(sync); + public void DeleteSyncAPPLE([NativeTypeName("GLsync")] Sync* sync) => + T.DeleteSyncAPPLE(sync); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync) => - T.DeleteSyncApple(sync); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + public void DeleteSyncAPPLE([NativeTypeName("GLsync")] Ref sync) => + T.DeleteSyncAPPLE(sync); + [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl( @@ -153811,60 +83497,6 @@ public void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync) => public void DeleteTexture([NativeTypeName("const GLuint *")] uint textures) => T.DeleteTexture(textures); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -153874,60 +83506,6 @@ public void DeleteTextures( [NativeTypeName("const GLuint *")] uint* textures ) => T.DeleteTextures(n, textures); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl( @@ -153938,7 +83516,6 @@ public void DeleteTextures( [NativeTypeName("const GLuint *")] Ref textures ) => T.DeleteTextures(n, textures); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -153948,7 +83525,6 @@ public void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] uint* textures ) => T.DeleteTexturesEXT(n, textures); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl( @@ -153959,7 +83535,6 @@ public void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] Ref textures ) => T.DeleteTexturesEXT(n, textures); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl( @@ -153968,34 +83543,6 @@ public void DeleteTexturesEXT( public void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures) => T.DeleteTexturesEXT(textures); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl( @@ -154004,34 +83551,6 @@ public void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures) public void DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids) => T.DeleteTransformFeedback(ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154041,34 +83560,6 @@ public void DeleteTransformFeedbacks( [NativeTypeName("const GLuint *")] uint* ids ) => T.DeleteTransformFeedbacks(n, ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl( @@ -154079,7 +83570,6 @@ public void DeleteTransformFeedbacks( [NativeTypeName("const GLuint *")] Ref ids ) => T.DeleteTransformFeedbacks(n, ids); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154089,7 +83579,6 @@ public void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] uint* ids ) => T.DeleteTransformFeedbacksNV(n, ids); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl( @@ -154100,7 +83589,6 @@ public void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] Ref ids ) => T.DeleteTransformFeedbacksNV(n, ids); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl( @@ -154109,42 +83597,6 @@ public void DeleteTransformFeedbacksNV( public void DeleteTransformFeedbacksNV([NativeTypeName("const GLuint *")] uint ids) => T.DeleteTransformFeedbacksNV(ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl( @@ -154153,42 +83605,6 @@ public void DeleteTransformFeedbacksNV([NativeTypeName("const GLuint *")] uint i public void DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays) => T.DeleteVertexArray(arrays); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154198,42 +83614,6 @@ public void DeleteVertexArrays( [NativeTypeName("const GLuint *")] uint* arrays ) => T.DeleteVertexArrays(n, arrays); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl( @@ -154244,48 +83624,41 @@ public void DeleteVertexArrays( [NativeTypeName("const GLuint *")] Ref arrays ) => T.DeleteVertexArrays(n, arrays); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DeleteVertexArraysApple( + public void DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays - ) => T.DeleteVertexArraysApple(n, arrays); + ) => T.DeleteVertexArraysAPPLE(n, arrays); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DeleteVertexArraysApple( + public void DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref arrays - ) => T.DeleteVertexArraysApple(n, arrays); + ) => T.DeleteVertexArraysAPPLE(n, arrays); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DeleteVertexArraysApple([NativeTypeName("const GLuint *")] uint arrays) => - T.DeleteVertexArraysApple(arrays); + public void DeleteVertexArraysAPPLE([NativeTypeName("const GLuint *")] uint arrays) => + T.DeleteVertexArraysAPPLE(arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays) => - T.DeleteVertexArraysO(arrays); + public void DeleteVertexArraysOOES([NativeTypeName("const GLuint *")] uint arrays) => + T.DeleteVertexArraysOOES(arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154295,8 +83668,6 @@ public void DeleteVertexArraysOES( [NativeTypeName("const GLuint *")] uint* arrays ) => T.DeleteVertexArraysOES(n, arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl( @@ -154307,7 +83678,6 @@ public void DeleteVertexArraysOES( [NativeTypeName("const GLuint *")] Ref arrays ) => T.DeleteVertexArraysOES(n, arrays); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexShaderEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154315,8 +83685,6 @@ public void DeleteVertexArraysOES( public void DeleteVertexShaderEXT([NativeTypeName("GLuint")] uint id) => T.DeleteVertexShaderEXT(id); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glDepthBoundsdNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154326,7 +83694,6 @@ public void DepthBoundsNV( [NativeTypeName("GLdouble")] double zmax ) => T.DepthBoundsNV(zmin, zmax); - [SupportedApiProfile("gl", ["GL_EXT_depth_bounds_test"])] [NativeFunction("opengl", EntryPoint = "glDepthBoundsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154336,124 +83703,12 @@ public void DepthBoundsEXT( [NativeTypeName("GLclampd")] double zmax ) => T.DepthBoundsEXT(zmin, zmax); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthFunc")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DepthFunc([NativeTypeName("GLenum")] uint func) => T.DepthFunc(func); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthFunc")] [MethodImpl( @@ -154463,124 +83718,12 @@ public void DepthFunc( [NativeTypeName("GLenum")] Constant func ) => T.DepthFunc(func); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DepthMask([NativeTypeName("GLboolean")] uint flag) => T.DepthMask(flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthMask")] [MethodImpl( @@ -154589,56 +83732,6 @@ public void DepthFunc( public void DepthMask([NativeTypeName("GLboolean")] MaybeBool flag) => T.DepthMask(flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDepthRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154648,8 +83741,6 @@ public void DepthRange( [NativeTypeName("GLdouble")] double f ) => T.DepthRange(n, f); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154660,8 +83751,6 @@ public void DepthRangeArrayNV( [NativeTypeName("const GLdouble *")] double* v ) => T.DepthRangeArrayNV(first, count, v); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] [MethodImpl( @@ -154673,7 +83762,6 @@ public void DepthRangeArrayNV( [NativeTypeName("const GLdouble *")] Ref v ) => T.DepthRangeArrayNV(first, count, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154684,7 +83772,6 @@ public void DepthRangeArrayNV( [NativeTypeName("const GLfloat *")] float* v ) => T.DepthRangeArrayNV(first, count, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] [MethodImpl( @@ -154696,7 +83783,6 @@ public void DepthRangeArrayNV( [NativeTypeName("const GLfloat *")] Ref v ) => T.DepthRangeArrayNV(first, count, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154707,7 +83793,6 @@ public void DepthRangeArrayOES( [NativeTypeName("const GLfloat *")] float* v ) => T.DepthRangeArrayOES(first, count, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] [MethodImpl( @@ -154719,32 +83804,6 @@ public void DepthRangeArrayOES( [NativeTypeName("const GLfloat *")] Ref v ) => T.DepthRangeArrayOES(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154755,32 +83814,6 @@ public void DepthRangeArray( [NativeTypeName("const GLdouble *")] double* v ) => T.DepthRangeArray(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl( @@ -154792,32 +83825,6 @@ public void DepthRangeArray( [NativeTypeName("const GLdouble *")] Ref v ) => T.DepthRangeArray(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl( @@ -154828,8 +83835,6 @@ public void DepthRangeArray( [NativeTypeName("const GLdouble *")] double v ) => T.DepthRangeArray(first, v); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glDepthRangedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154839,38 +83844,6 @@ public void DepthRangeNV( [NativeTypeName("GLdouble")] double zFar ) => T.DepthRangeNV(zNear, zFar); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDepthRangef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154880,8 +83853,6 @@ public void DepthRange( [NativeTypeName("GLfloat")] float f ) => T.DepthRange(n, f); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glDepthRangefOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154891,32 +83862,6 @@ public void DepthRangeOES( [NativeTypeName("GLclampf")] float f ) => T.DepthRangeOES(n, f); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexed")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154927,8 +83872,6 @@ public void DepthRangeIndexed( [NativeTypeName("GLdouble")] double f ) => T.DepthRangeIndexed(index, n, f); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexeddNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154939,7 +83882,6 @@ public void DepthRangeIndexedNV( [NativeTypeName("GLdouble")] double f ) => T.DepthRangeIndexedNV(index, n, f); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexedfNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154950,7 +83892,6 @@ public void DepthRangeIndexedNV( [NativeTypeName("GLfloat")] float f ) => T.DepthRangeIndexedNV(index, n, f); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexedfOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154961,7 +83902,6 @@ public void DepthRangeIndexedOES( [NativeTypeName("GLfloat")] float f ) => T.DepthRangeIndexedOES(index, n, f); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthRangex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154971,8 +83911,6 @@ public void DepthRangex( [NativeTypeName("GLfixed")] int f ) => T.DepthRangex(n, f); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glDepthRangexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154982,7 +83920,6 @@ public void DepthRangexOES( [NativeTypeName("GLfixed")] int f ) => T.DepthRangexOES(n, f); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDetachObjectARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -154992,49 +83929,6 @@ public void DetachObjectARB( [NativeTypeName("GLhandleARB")] uint attachedObj ) => T.DetachObjectARB(containerObj, attachedObj); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDetachShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155044,7 +83938,6 @@ public void DetachShader( [NativeTypeName("GLuint")] uint shader ) => T.DetachShader(program, shader); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155055,7 +83948,6 @@ public void DetailTexFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ) => T.DetailTexFuncSGIS(target, n, points); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] [MethodImpl( @@ -155067,124 +83959,12 @@ public void DetailTexFuncSGIS( [NativeTypeName("const GLfloat *")] Ref points ) => T.DetailTexFuncSGIS(target, n, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDisable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Disable([NativeTypeName("GLenum")] uint cap) => T.Disable(cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisable")] [MethodImpl( @@ -155193,31 +83973,6 @@ public void DetailTexFuncSGIS( public void Disable([NativeTypeName("GLenum")] Constant cap) => T.Disable(cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDisableClientState")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155225,31 +83980,6 @@ public void Disable([NativeTypeName("GLenum")] Constant public void DisableClientState([NativeTypeName("GLenum")] uint array) => T.DisableClientState(array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientState")] [MethodImpl( @@ -155259,8 +83989,6 @@ public void DisableClientState( [NativeTypeName("GLenum")] Constant array ) => T.DisableClientState(array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155270,8 +83998,6 @@ public void DisableClientStateEXT( [NativeTypeName("GLuint")] uint index ) => T.DisableClientStateEXT(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] [MethodImpl( @@ -155282,8 +84008,6 @@ public void DisableClientStateEXT( [NativeTypeName("GLuint")] uint index ) => T.DisableClientStateEXT(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155293,8 +84017,6 @@ public void DisableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ) => T.DisableClientStateIndexedEXT(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] [MethodImpl( @@ -155305,8 +84027,6 @@ public void DisableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ) => T.DisableClientStateIndexedEXT(array, index); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glDisableDriverControlQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155314,40 +84034,6 @@ public void DisableClientStateIndexedEXT( public void DisableDriverControlQCOM([NativeTypeName("GLuint")] uint driverControl) => T.DisableDriverControlQCOM(driverControl); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDisablei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155357,40 +84043,6 @@ public void Disable( [NativeTypeName("GLuint")] uint index ) => T.Disable(target, index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisablei")] [MethodImpl( @@ -155401,7 +84053,6 @@ public void Disable( [NativeTypeName("GLuint")] uint index ) => T.Disable(target, index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155411,7 +84062,6 @@ public void DisableEXT( [NativeTypeName("GLuint")] uint index ) => T.DisableEXT(target, index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] [MethodImpl( @@ -155422,8 +84072,6 @@ public void DisableEXT( [NativeTypeName("GLuint")] uint index ) => T.DisableEXT(target, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155433,8 +84081,6 @@ public void DisableIndexedEXT( [NativeTypeName("GLuint")] uint index ) => T.DisableIndexedEXT(target, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] [MethodImpl( @@ -155445,7 +84091,6 @@ public void DisableIndexedEXT( [NativeTypeName("GLuint")] uint index ) => T.DisableIndexedEXT(target, index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDisableiNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155455,7 +84100,6 @@ public void DisableNV( [NativeTypeName("GLuint")] uint index ) => T.DisableNV(target, index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiNV")] [MethodImpl( @@ -155466,7 +84110,6 @@ public void DisableNV( [NativeTypeName("GLuint")] uint index ) => T.DisableNV(target, index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDisableiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155476,7 +84119,6 @@ public void DisableOES( [NativeTypeName("GLuint")] uint index ) => T.DisableOES(target, index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiOES")] [MethodImpl( @@ -155487,7 +84129,6 @@ public void DisableOES( [NativeTypeName("GLuint")] uint index ) => T.DisableOES(target, index); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDisableVariantClientStateEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155495,16 +84136,6 @@ public void DisableOES( public void DisableVariantClientStateEXT([NativeTypeName("GLuint")] uint id) => T.DisableVariantClientStateEXT(id); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155514,8 +84145,6 @@ public void DisableVertexArrayAttrib( [NativeTypeName("GLuint")] uint index ) => T.DisableVertexArrayAttrib(vaobj, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayAttribEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155525,8 +84154,6 @@ public void DisableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint index ) => T.DisableVertexArrayAttribEXT(vaobj, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155536,8 +84163,6 @@ public void DisableVertexArrayEXT( [NativeTypeName("GLenum")] uint array ) => T.DisableVertexArrayEXT(vaobj, array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] [MethodImpl( @@ -155548,59 +84173,15 @@ public void DisableVertexArrayEXT( [NativeTypeName("GLenum")] Constant array ) => T.DisableVertexArrayEXT(vaobj, array); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DisableVertexAttribApple( + public void DisableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => T.DisableVertexAttribApple(index, pname); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => T.DisableVertexAttribAPPLE(index, pname); + [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribArray")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155608,7 +84189,6 @@ public void DisableVertexAttribApple( public void DisableVertexAttribArray([NativeTypeName("GLuint")] uint index) => T.DisableVertexAttribArray(index); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribArrayARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155616,8 +84196,6 @@ public void DisableVertexAttribArray([NativeTypeName("GLuint")] uint index) => public void DisableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index) => T.DisableVertexAttribArrayARB(index); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155628,8 +84206,6 @@ public void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] uint* attachments ) => T.DiscardFramebufferEXT(target, numAttachments, attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -155641,8 +84217,6 @@ public void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] Ref attachments ) => T.DiscardFramebufferEXT(target, numAttachments, attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -155653,8 +84227,6 @@ public void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] uint attachments ) => T.DiscardFramebufferEXT(target, attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -155666,8 +84238,6 @@ public void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] Ref attachments ) => T.DiscardFramebufferEXT(target, numAttachments, attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -155678,8 +84248,6 @@ public void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] GLEnum attachments ) => T.DiscardFramebufferEXT(target, attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -155691,8 +84259,6 @@ public void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] Ref attachments ) => T.DiscardFramebufferEXT(target, numAttachments, attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -155703,28 +84269,6 @@ public void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] InvalidateFramebufferAttachment attachments ) => T.DiscardFramebufferEXT(target, attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDispatchCompute")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155735,8 +84279,6 @@ public void DispatchCompute( [NativeTypeName("GLuint")] uint num_groups_z ) => T.DispatchCompute(num_groups_x, num_groups_y, num_groups_z); - [SupportedApiProfile("gl", ["GL_ARB_compute_variable_group_size"])] - [SupportedApiProfile("glcore", ["GL_ARB_compute_variable_group_size"])] [NativeFunction("opengl", EntryPoint = "glDispatchComputeGroupSizeARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155758,28 +84300,6 @@ public void DispatchComputeGroupSizeARB( group_size_z ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDispatchComputeIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155787,60 +84307,6 @@ public void DispatchComputeGroupSizeARB( public void DispatchComputeIndirect([NativeTypeName("GLintptr")] nint indirect) => T.DispatchComputeIndirect(indirect); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDrawArrays")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155851,60 +84317,6 @@ public void DrawArrays( [NativeTypeName("GLsizei")] uint count ) => T.DrawArrays(mode, first, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArrays")] [MethodImpl( @@ -155916,7 +84328,6 @@ public void DrawArrays( [NativeTypeName("GLsizei")] uint count ) => T.DrawArrays(mode, first, count); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155927,7 +84338,6 @@ public void DrawArraysEXT( [NativeTypeName("GLsizei")] uint count ) => T.DrawArraysEXT(mode, first, count); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] [MethodImpl( @@ -155939,34 +84349,6 @@ public void DrawArraysEXT( [NativeTypeName("GLsizei")] uint count ) => T.DrawArraysEXT(mode, first, count); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -155976,34 +84358,6 @@ public void DrawArraysIndirect( [NativeTypeName("const void *")] void* indirect ) => T.DrawArraysIndirect(mode, indirect); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] [MethodImpl( @@ -156014,38 +84368,6 @@ public void DrawArraysIndirect( [NativeTypeName("const void *")] Ref indirect ) => T.DrawArraysIndirect(mode, indirect); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156057,38 +84379,6 @@ public void DrawArraysInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => T.DrawArraysInstanced(mode, first, count, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] [MethodImpl( @@ -156101,33 +84391,29 @@ public void DrawArraysInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => T.DrawArraysInstanced(mode, first, count, instancecount); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DrawArraysInstancedAngle( + public void DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) => T.DrawArraysInstancedAngle(mode, first, count, primcount); + ) => T.DrawArraysInstancedANGLE(mode, first, count, primcount); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DrawArraysInstancedAngle( + public void DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) => T.DrawArraysInstancedAngle(mode, first, count, primcount); + ) => T.DrawArraysInstancedANGLE(mode, first, count, primcount); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156139,8 +84425,6 @@ public void DrawArraysInstancedARB( [NativeTypeName("GLsizei")] uint primcount ) => T.DrawArraysInstancedARB(mode, first, count, primcount); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] [MethodImpl( @@ -156153,30 +84437,6 @@ public void DrawArraysInstancedARB( [NativeTypeName("GLsizei")] uint primcount ) => T.DrawArraysInstancedARB(mode, first, count, primcount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156189,30 +84449,6 @@ public void DrawArraysInstancedBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ) => T.DrawArraysInstancedBaseInstance(mode, first, count, instancecount, baseinstance); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] [MethodImpl( @@ -156226,7 +84462,6 @@ public void DrawArraysInstancedBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ) => T.DrawArraysInstancedBaseInstance(mode, first, count, instancecount, baseinstance); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156239,7 +84474,6 @@ public void DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ) => T.DrawArraysInstancedBaseInstanceEXT(mode, first, count, instancecount, baseinstance); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] [MethodImpl( @@ -156253,9 +84487,6 @@ public void DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ) => T.DrawArraysInstancedBaseInstanceEXT(mode, first, count, instancecount, baseinstance); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156267,9 +84498,6 @@ public void DrawArraysInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ) => T.DrawArraysInstancedEXT(mode, start, count, primcount); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] [MethodImpl( @@ -156282,7 +84510,6 @@ public void DrawArraysInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ) => T.DrawArraysInstancedEXT(mode, start, count, primcount); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156294,7 +84521,6 @@ public void DrawArraysInstancedNV( [NativeTypeName("GLsizei")] uint primcount ) => T.DrawArraysInstancedNV(mode, first, count, primcount); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] [MethodImpl( @@ -156307,112 +84533,12 @@ public void DrawArraysInstancedNV( [NativeTypeName("GLsizei")] uint primcount ) => T.DrawArraysInstancedNV(mode, first, count, primcount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DrawBuffer([NativeTypeName("GLenum")] uint buf) => T.DrawBuffer(buf); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] [MethodImpl( @@ -156422,44 +84548,6 @@ public void DrawBuffer( [NativeTypeName("GLenum")] Constant buf ) => T.DrawBuffer(buf); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -156468,44 +84556,6 @@ public void DrawBuffer( public void DrawBuffer([NativeTypeName("const GLenum *")] GLEnum bufs) => T.DrawBuffer(bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -156514,44 +84564,6 @@ public void DrawBuffer([NativeTypeName("const GLenum *")] GLEnum bufs) => public void DrawBuffer([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => T.DrawBuffer(bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156561,44 +84573,6 @@ public void DrawBuffers( [NativeTypeName("const GLenum *")] uint* bufs ) => T.DrawBuffers(n, bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -156609,44 +84583,6 @@ public void DrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ) => T.DrawBuffers(n, bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -156657,44 +84593,6 @@ public void DrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ) => T.DrawBuffers(n, bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -156705,7 +84603,6 @@ public void DrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ) => T.DrawBuffers(n, bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156715,7 +84612,6 @@ public void DrawBuffersARB( [NativeTypeName("const GLenum *")] uint* bufs ) => T.DrawBuffersARB(n, bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -156726,7 +84622,6 @@ public void DrawBuffersARB( [NativeTypeName("const GLenum *")] Ref bufs ) => T.DrawBuffersARB(n, bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -156735,7 +84630,6 @@ public void DrawBuffersARB( public void DrawBuffersARB([NativeTypeName("const GLenum *")] uint bufs) => T.DrawBuffersARB(bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -156746,7 +84640,6 @@ public void DrawBuffersARB( [NativeTypeName("const GLenum *")] Ref bufs ) => T.DrawBuffersARB(n, bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -156755,7 +84648,6 @@ public void DrawBuffersARB( public void DrawBuffersARB([NativeTypeName("const GLenum *")] GLEnum bufs) => T.DrawBuffersARB(bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -156766,7 +84658,6 @@ public void DrawBuffersARB( [NativeTypeName("const GLenum *")] Ref bufs ) => T.DrawBuffersARB(n, bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -156775,7 +84666,6 @@ public void DrawBuffersARB( public void DrawBuffersARB([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => T.DrawBuffersARB(bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156785,7 +84675,6 @@ public void DrawBuffersATI( [NativeTypeName("const GLenum *")] uint* bufs ) => T.DrawBuffersATI(n, bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -156796,7 +84685,6 @@ public void DrawBuffersATI( [NativeTypeName("const GLenum *")] Ref bufs ) => T.DrawBuffersATI(n, bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -156805,7 +84693,6 @@ public void DrawBuffersATI( public void DrawBuffersATI([NativeTypeName("const GLenum *")] uint bufs) => T.DrawBuffersATI(bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -156816,7 +84703,6 @@ public void DrawBuffersATI( [NativeTypeName("const GLenum *")] Ref bufs ) => T.DrawBuffersATI(n, bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -156825,7 +84711,6 @@ public void DrawBuffersATI( public void DrawBuffersATI([NativeTypeName("const GLenum *")] GLEnum bufs) => T.DrawBuffersATI(bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -156836,7 +84721,6 @@ public void DrawBuffersATI( [NativeTypeName("const GLenum *")] Ref bufs ) => T.DrawBuffersATI(n, bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -156845,7 +84729,6 @@ public void DrawBuffersATI( public void DrawBuffersATI([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => T.DrawBuffersATI(bufs); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156855,7 +84738,6 @@ public void DrawBuffersEXT( [NativeTypeName("const GLenum *")] uint* bufs ) => T.DrawBuffersEXT(n, bufs); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl( @@ -156866,7 +84748,6 @@ public void DrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ) => T.DrawBuffersEXT(n, bufs); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl( @@ -156875,7 +84756,6 @@ public void DrawBuffersEXT( public void DrawBuffersEXT([NativeTypeName("const GLenum *")] uint bufs) => T.DrawBuffersEXT(bufs); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156886,7 +84766,6 @@ public void DrawBuffersIndexedEXT( [NativeTypeName("const GLint *")] int* indices ) => T.DrawBuffersIndexedEXT(n, location, indices); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] [MethodImpl( @@ -156898,7 +84777,6 @@ public void DrawBuffersIndexedEXT( [NativeTypeName("const GLint *")] Ref indices ) => T.DrawBuffersIndexedEXT(n, location, indices); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156908,7 +84786,6 @@ public void DrawBuffersNV( [NativeTypeName("const GLenum *")] uint* bufs ) => T.DrawBuffersNV(n, bufs); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl( @@ -156919,7 +84796,6 @@ public void DrawBuffersNV( [NativeTypeName("const GLenum *")] Ref bufs ) => T.DrawBuffersNV(n, bufs); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl( @@ -156928,8 +84804,6 @@ public void DrawBuffersNV( public void DrawBuffersNV([NativeTypeName("const GLenum *")] uint bufs) => T.DrawBuffersNV(bufs); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156941,8 +84815,6 @@ public void DrawCommandsAddressNV( [NativeTypeName("GLuint")] uint count ) => T.DrawCommandsAddressNV(primitiveMode, indirects, sizes, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] [MethodImpl( @@ -156955,8 +84827,6 @@ public void DrawCommandsAddressNV( [NativeTypeName("GLuint")] uint count ) => T.DrawCommandsAddressNV(primitiveMode, indirects, sizes, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156969,8 +84839,6 @@ public void DrawCommandsNV( [NativeTypeName("GLuint")] uint count ) => T.DrawCommandsNV(primitiveMode, buffer, indirects, sizes, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] [MethodImpl( @@ -156984,8 +84852,6 @@ public void DrawCommandsNV( [NativeTypeName("GLuint")] uint count ) => T.DrawCommandsNV(primitiveMode, buffer, indirects, sizes, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -156998,8 +84864,6 @@ public void DrawCommandsStatesAddressNV( [NativeTypeName("GLuint")] uint count ) => T.DrawCommandsStatesAddressNV(indirects, sizes, states, fbos, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] [MethodImpl( @@ -157013,8 +84877,6 @@ public void DrawCommandsStatesAddressNV( [NativeTypeName("GLuint")] uint count ) => T.DrawCommandsStatesAddressNV(indirects, sizes, states, fbos, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157028,8 +84890,6 @@ public void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint count ) => T.DrawCommandsStatesNV(buffer, indirects, sizes, states, fbos, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] [MethodImpl( @@ -157044,30 +84904,27 @@ public void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint count ) => T.DrawCommandsStatesNV(buffer, indirects, sizes, states, fbos, count); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DrawElementArrayApple( + public void DrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => T.DrawElementArrayApple(mode, first, count); + ) => T.DrawElementArrayAPPLE(mode, first, count); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DrawElementArrayApple( + public void DrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => T.DrawElementArrayApple(mode, first, count); + ) => T.DrawElementArrayAPPLE(mode, first, count); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157077,7 +84934,6 @@ public void DrawElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => T.DrawElementArrayATI(mode, count); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] [MethodImpl( @@ -157088,60 +84944,6 @@ public void DrawElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => T.DrawElementArrayATI(mode, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDrawElements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157153,60 +84955,6 @@ public void DrawElements( [NativeTypeName("const void *")] void* indices ) => T.DrawElements(mode, count, type, indices); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElements")] [MethodImpl( @@ -157219,38 +84967,6 @@ public void DrawElements( [NativeTypeName("const void *")] Ref indices ) => T.DrawElements(mode, count, type, indices); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157263,38 +84979,6 @@ public void DrawElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ) => T.DrawElementsBaseVertex(mode, count, type, indices, basevertex); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] [MethodImpl( @@ -157308,7 +84992,6 @@ public void DrawElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ) => T.DrawElementsBaseVertex(mode, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157321,7 +85004,6 @@ public void DrawElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ) => T.DrawElementsBaseVertexEXT(mode, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] [MethodImpl( @@ -157335,7 +85017,6 @@ public void DrawElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ) => T.DrawElementsBaseVertexEXT(mode, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157348,7 +85029,6 @@ public void DrawElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ) => T.DrawElementsBaseVertexOES(mode, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] [MethodImpl( @@ -157362,34 +85042,6 @@ public void DrawElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ) => T.DrawElementsBaseVertexOES(mode, count, type, indices, basevertex); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157400,34 +85052,6 @@ public void DrawElementsIndirect( [NativeTypeName("const void *")] void* indirect ) => T.DrawElementsIndirect(mode, type, indirect); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] [MethodImpl( @@ -157439,38 +85063,6 @@ public void DrawElementsIndirect( [NativeTypeName("const void *")] Ref indirect ) => T.DrawElementsIndirect(mode, type, indirect); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157483,38 +85075,6 @@ public void DrawElementsInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => T.DrawElementsInstanced(mode, count, type, indices, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] [MethodImpl( @@ -157528,35 +85088,31 @@ public void DrawElementsInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => T.DrawElementsInstanced(mode, count, type, indices, instancecount); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DrawElementsInstancedAngle( + public void DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* indices, [NativeTypeName("GLsizei")] uint primcount - ) => T.DrawElementsInstancedAngle(mode, count, type, indices, primcount); + ) => T.DrawElementsInstancedANGLE(mode, count, type, indices, primcount); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DrawElementsInstancedAngle( + public void DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void *")] Ref indices, [NativeTypeName("GLsizei")] uint primcount - ) => T.DrawElementsInstancedAngle(mode, count, type, indices, primcount); + ) => T.DrawElementsInstancedANGLE(mode, count, type, indices, primcount); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157569,8 +85125,6 @@ public void DrawElementsInstancedARB( [NativeTypeName("GLsizei")] uint primcount ) => T.DrawElementsInstancedARB(mode, count, type, indices, primcount); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] [MethodImpl( @@ -157584,30 +85138,6 @@ public void DrawElementsInstancedARB( [NativeTypeName("GLsizei")] uint primcount ) => T.DrawElementsInstancedARB(mode, count, type, indices, primcount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157629,30 +85159,6 @@ public void DrawElementsInstancedBaseInstance( baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] [MethodImpl( @@ -157675,7 +85181,6 @@ public void DrawElementsInstancedBaseInstance( baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157697,7 +85202,6 @@ public void DrawElementsInstancedBaseInstanceEXT( baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] [MethodImpl( @@ -157720,38 +85224,6 @@ public void DrawElementsInstancedBaseInstanceEXT( baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157773,38 +85245,6 @@ public void DrawElementsInstancedBaseVertex( basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] [MethodImpl( @@ -157827,30 +85267,6 @@ public void DrawElementsInstancedBaseVertex( basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157874,30 +85290,6 @@ public void DrawElementsInstancedBaseVertexBaseInstance( baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] [MethodImpl( @@ -157922,7 +85314,6 @@ public void DrawElementsInstancedBaseVertexBaseInstance( baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157946,7 +85337,6 @@ public void DrawElementsInstancedBaseVertexBaseInstanceEXT( baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] [MethodImpl( @@ -157971,7 +85361,6 @@ public void DrawElementsInstancedBaseVertexBaseInstanceEXT( baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -157993,7 +85382,6 @@ public void DrawElementsInstancedBaseVertexEXT( basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] [MethodImpl( @@ -158016,7 +85404,6 @@ public void DrawElementsInstancedBaseVertexEXT( basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158038,7 +85425,6 @@ public void DrawElementsInstancedBaseVertexOES( basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] [MethodImpl( @@ -158061,9 +85447,6 @@ public void DrawElementsInstancedBaseVertexOES( basevertex ); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158076,9 +85459,6 @@ public void DrawElementsInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ) => T.DrawElementsInstancedEXT(mode, count, type, indices, primcount); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] [MethodImpl( @@ -158092,7 +85472,6 @@ public void DrawElementsInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ) => T.DrawElementsInstancedEXT(mode, count, type, indices, primcount); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158105,7 +85484,6 @@ public void DrawElementsInstancedNV( [NativeTypeName("GLsizei")] uint primcount ) => T.DrawElementsInstancedNV(mode, count, type, indices, primcount); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] [MethodImpl( @@ -158119,7 +85497,6 @@ public void DrawElementsInstancedNV( [NativeTypeName("GLsizei")] uint primcount ) => T.DrawElementsInstancedNV(mode, count, type, indices, primcount); - [SupportedApiProfile("gl", ["GL_SUN_mesh_array"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158131,7 +85508,6 @@ public void DrawMeshArraysSUN( [NativeTypeName("GLsizei")] uint width ) => T.DrawMeshArraysSUN(mode, first, count, width); - [SupportedApiProfile("gl", ["GL_SUN_mesh_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] [MethodImpl( @@ -158144,9 +85520,6 @@ public void DrawMeshArraysSUN( [NativeTypeName("GLsizei")] uint width ) => T.DrawMeshArraysSUN(mode, first, count, width); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshTasksIndirectNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158154,9 +85527,6 @@ public void DrawMeshArraysSUN( public void DrawMeshTasksIndirectNV([NativeTypeName("GLintptr")] nint indirect) => T.DrawMeshTasksIndirectNV(indirect); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshTasksNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158166,31 +85536,6 @@ public void DrawMeshTaskNV( [NativeTypeName("GLuint")] uint count ) => T.DrawMeshTaskNV(first, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawPixels")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158203,31 +85548,6 @@ public void DrawPixels( [NativeTypeName("const void *")] void* pixels ) => T.DrawPixels(width, height, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawPixels")] [MethodImpl( @@ -158241,34 +85561,31 @@ public void DrawPixels( [NativeTypeName("const void *")] Ref pixels ) => T.DrawPixels(width, height, format, type, pixels); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DrawRangeElementArrayApple( + public void DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => T.DrawRangeElementArrayApple(mode, start, end, first, count); + ) => T.DrawRangeElementArrayAPPLE(mode, start, end, first, count); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void DrawRangeElementArrayApple( + public void DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => T.DrawRangeElementArrayApple(mode, start, end, first, count); + ) => T.DrawRangeElementArrayAPPLE(mode, start, end, first, count); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158280,7 +85597,6 @@ public void DrawRangeElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => T.DrawRangeElementArrayATI(mode, start, end, count); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] [MethodImpl( @@ -158293,52 +85609,6 @@ public void DrawRangeElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => T.DrawRangeElementArrayATI(mode, start, end, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158352,52 +85622,6 @@ public void DrawRangeElements( [NativeTypeName("const void *")] void* indices ) => T.DrawRangeElements(mode, start, end, count, type, indices); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] [MethodImpl( @@ -158412,38 +85636,6 @@ public void DrawRangeElements( [NativeTypeName("const void *")] Ref indices ) => T.DrawRangeElements(mode, start, end, count, type, indices); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158458,38 +85650,6 @@ public void DrawRangeElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ) => T.DrawRangeElementsBaseVertex(mode, start, end, count, type, indices, basevertex); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] [MethodImpl( @@ -158505,7 +85665,6 @@ public void DrawRangeElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ) => T.DrawRangeElementsBaseVertex(mode, start, end, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158520,7 +85679,6 @@ public void DrawRangeElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ) => T.DrawRangeElementsBaseVertexEXT(mode, start, end, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] [MethodImpl( @@ -158536,7 +85694,6 @@ public void DrawRangeElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ) => T.DrawRangeElementsBaseVertexEXT(mode, start, end, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158551,7 +85708,6 @@ public void DrawRangeElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ) => T.DrawRangeElementsBaseVertexOES(mode, start, end, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] [MethodImpl( @@ -158567,7 +85723,6 @@ public void DrawRangeElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ) => T.DrawRangeElementsBaseVertexOES(mode, start, end, count, type, indices, basevertex); - [SupportedApiProfile("gl", ["GL_EXT_draw_range_elements"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158581,7 +85736,6 @@ public void DrawRangeElementsEXT( [NativeTypeName("const void *")] void* indices ) => T.DrawRangeElementsEXT(mode, start, end, count, type, indices); - [SupportedApiProfile("gl", ["GL_EXT_draw_range_elements"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] [MethodImpl( @@ -158596,7 +85750,6 @@ public void DrawRangeElementsEXT( [NativeTypeName("const void *")] Ref indices ) => T.DrawRangeElementsEXT(mode, start, end, count, type, indices); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexfOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158609,7 +85762,6 @@ public void DrawTexOES( [NativeTypeName("GLfloat")] float height ) => T.DrawTexOES(x, y, z, width, height); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158617,7 +85769,6 @@ public void DrawTexOES( public void DrawTexOES([NativeTypeName("const GLfloat *")] float* coords) => T.DrawTexOES(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] [MethodImpl( @@ -158626,7 +85777,6 @@ public void DrawTexOES([NativeTypeName("const GLfloat *")] float* coords) => public void DrawTexOES([NativeTypeName("const GLfloat *")] Ref coords) => T.DrawTexOES(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158639,7 +85789,6 @@ public void DrawTexOES( [NativeTypeName("GLint")] int height ) => T.DrawTexOES(x, y, z, width, height); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158647,7 +85796,6 @@ public void DrawTexOES( public void DrawTexOES([NativeTypeName("const GLint *")] int* coords) => T.DrawTexOES(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] [MethodImpl( @@ -158656,7 +85804,6 @@ public void DrawTexOES([NativeTypeName("const GLint *")] int* coords) => public void DrawTexOES([NativeTypeName("const GLint *")] Ref coords) => T.DrawTexOES(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexsOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158669,7 +85816,6 @@ public void DrawTexOES( [NativeTypeName("GLshort")] short height ) => T.DrawTexOES(x, y, z, width, height); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158677,7 +85823,6 @@ public void DrawTexOES( public void DrawTexOES([NativeTypeName("const GLshort *")] short* coords) => T.DrawTexOES(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] [MethodImpl( @@ -158686,7 +85831,6 @@ public void DrawTexOES([NativeTypeName("const GLshort *")] short* coords) => public void DrawTexOES([NativeTypeName("const GLshort *")] Ref coords) => T.DrawTexOES(coords); - [SupportedApiProfile("gl", ["GL_NV_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTextureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158705,7 +85849,6 @@ public void DrawTextureNV( [NativeTypeName("GLfloat")] float t1 ) => T.DrawTextureNV(texture, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158718,7 +85861,6 @@ public void DrawTexxOES( [NativeTypeName("GLfixed")] int height ) => T.DrawTexxOES(x, y, z, width, height); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158726,7 +85868,6 @@ public void DrawTexxOES( public void DrawTexxOES([NativeTypeName("const GLfixed *")] int* coords) => T.DrawTexxOES(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] [MethodImpl( @@ -158735,34 +85876,6 @@ public void DrawTexxOES([NativeTypeName("const GLfixed *")] int* coords) => public void DrawTexxOES([NativeTypeName("const GLfixed *")] Ref coords) => T.DrawTexxOES(coords); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158772,34 +85885,6 @@ public void DrawTransformFeedback( [NativeTypeName("GLuint")] uint id ) => T.DrawTransformFeedback(mode, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] [MethodImpl( @@ -158810,7 +85895,6 @@ public void DrawTransformFeedback( [NativeTypeName("GLuint")] uint id ) => T.DrawTransformFeedback(mode, id); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158820,7 +85904,6 @@ public void DrawTransformFeedbackEXT( [NativeTypeName("GLuint")] uint id ) => T.DrawTransformFeedbackEXT(mode, id); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] [MethodImpl( @@ -158831,30 +85914,6 @@ public void DrawTransformFeedbackEXT( [NativeTypeName("GLuint")] uint id ) => T.DrawTransformFeedbackEXT(mode, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158865,30 +85924,6 @@ public void DrawTransformFeedbackInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => T.DrawTransformFeedbackInstanced(mode, id, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] [MethodImpl( @@ -158900,7 +85935,6 @@ public void DrawTransformFeedbackInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => T.DrawTransformFeedbackInstanced(mode, id, instancecount); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158911,7 +85945,6 @@ public void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLsizei")] uint instancecount ) => T.DrawTransformFeedbackInstancedEXT(mode, id, instancecount); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] [MethodImpl( @@ -158923,7 +85956,6 @@ public void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLsizei")] uint instancecount ) => T.DrawTransformFeedbackInstancedEXT(mode, id, instancecount); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158933,7 +85965,6 @@ public void DrawTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ) => T.DrawTransformFeedbackNV(mode, id); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] [MethodImpl( @@ -158944,34 +85975,6 @@ public void DrawTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ) => T.DrawTransformFeedbackNV(mode, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -158982,34 +85985,6 @@ public void DrawTransformFeedbackStream( [NativeTypeName("GLuint")] uint stream ) => T.DrawTransformFeedbackStream(mode, id, stream); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] [MethodImpl( @@ -159021,30 +85996,6 @@ public void DrawTransformFeedbackStream( [NativeTypeName("GLuint")] uint stream ) => T.DrawTransformFeedbackStream(mode, id, stream); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159056,30 +86007,6 @@ public void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => T.DrawTransformFeedbackStreamInstanced(mode, id, stream, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] [MethodImpl( @@ -159092,9 +86019,6 @@ public void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => T.DrawTransformFeedbackStreamInstanced(mode, id, stream, instancecount); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glDrawVkImageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159113,62 +86037,12 @@ public void DrawVkImageNV( [NativeTypeName("GLfloat")] float t1 ) => T.DrawVkImageNV(vkImage, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EdgeFlag([NativeTypeName("GLboolean")] uint flag) => T.EdgeFlag(flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] [MethodImpl( @@ -159177,8 +86051,6 @@ public void DrawVkImageNV( public void EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) => T.EdgeFlag(flag); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159186,30 +86058,6 @@ public void EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) => public void EdgeFlagFormatNV([NativeTypeName("GLsizei")] uint stride) => T.EdgeFlagFormatNV(stride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159219,30 +86067,6 @@ public void EdgeFlagPointer( [NativeTypeName("const void *")] void* pointer ) => T.EdgeFlagPointer(stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] [MethodImpl( @@ -159253,7 +86077,6 @@ public void EdgeFlagPointer( [NativeTypeName("const void *")] Ref pointer ) => T.EdgeFlagPointer(stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159264,7 +86087,6 @@ public void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] uint* pointer ) => T.EdgeFlagPointerEXT(stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl( @@ -159276,7 +86098,6 @@ public void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] Ref pointer ) => T.EdgeFlagPointerEXT(stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl( @@ -159287,7 +86108,6 @@ public void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] uint pointer ) => T.EdgeFlagPointerEXT(count, pointer); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159298,7 +86118,6 @@ public void EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.EdgeFlagPointerListIBM(stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl( @@ -159310,7 +86129,6 @@ public void EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.EdgeFlagPointerListIBM(stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl( @@ -159319,31 +86137,6 @@ public void EdgeFlagPointerListIBM( public Ptr EdgeFlagPointerListIBM([NativeTypeName("GLint")] int ptrstride) => T.EdgeFlagPointerListIBM(ptrstride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159351,31 +86144,6 @@ public Ptr EdgeFlagPointerListIBM([NativeTypeName("GLint")] int ptrstride) public void EdgeFlagv([NativeTypeName("const GLboolean *")] uint* flag) => T.EdgeFlagv(flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl( @@ -159384,31 +86152,6 @@ public void EdgeFlagv([NativeTypeName("const GLboolean *")] uint* flag) => public void EdgeFlagv([NativeTypeName("const GLboolean *")] Ref flag) => T.EdgeFlagv(flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl( @@ -159416,8 +86159,6 @@ public void EdgeFlagv([NativeTypeName("const GLboolean *")] Ref flag) => )] public void EdgeFlagv([NativeTypeName("const GLboolean *")] uint flag) => T.EdgeFlagv(flag); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159427,8 +86168,6 @@ public void EGLImageTargetRenderbufferStorageOES( [NativeTypeName("GLeglImageOES")] void* image ) => T.EGLImageTargetRenderbufferStorageOES(target, image); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] [MethodImpl( @@ -159439,9 +86178,6 @@ public void EGLImageTargetRenderbufferStorageOES( [NativeTypeName("GLeglImageOES")] Ref image ) => T.EGLImageTargetRenderbufferStorageOES(target, image); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159452,9 +86188,6 @@ public void EGLImageTargetTexStorageEXT( [NativeTypeName("const GLint *")] int* attrib_list ) => T.EGLImageTargetTexStorageEXT(target, image, attrib_list); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] [MethodImpl( @@ -159466,8 +86199,6 @@ public void EGLImageTargetTexStorageEXT( [NativeTypeName("const GLint *")] Ref attrib_list ) => T.EGLImageTargetTexStorageEXT(target, image, attrib_list); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159477,8 +86208,6 @@ public void EGLImageTargetTexture2DOES( [NativeTypeName("GLeglImageOES")] void* image ) => T.EGLImageTargetTexture2DOES(target, image); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] [MethodImpl( @@ -159489,9 +86218,6 @@ public void EGLImageTargetTexture2DOES( [NativeTypeName("GLeglImageOES")] Ref image ) => T.EGLImageTargetTexture2DOES(target, image); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159502,9 +86228,6 @@ public void EGLImageTargetTextureStorageEXT( [NativeTypeName("const GLint *")] int* attrib_list ) => T.EGLImageTargetTextureStorageEXT(texture, image, attrib_list); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] [MethodImpl( @@ -159516,28 +86239,25 @@ public void EGLImageTargetTextureStorageEXT( [NativeTypeName("const GLint *")] Ref attrib_list ) => T.EGLImageTargetTextureStorageEXT(texture, image, attrib_list); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ElementPointerApple( + public void ElementPointerAPPLE( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* pointer - ) => T.ElementPointerApple(type, pointer); + ) => T.ElementPointerAPPLE(type, pointer); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ElementPointerApple( + public void ElementPointerAPPLE( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void *")] Ref pointer - ) => T.ElementPointerApple(type, pointer); + ) => T.ElementPointerAPPLE(type, pointer); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159547,7 +86267,6 @@ public void ElementPointerATI( [NativeTypeName("const void *")] void* pointer ) => T.ElementPointerATI(type, pointer); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] [MethodImpl( @@ -159558,124 +86277,12 @@ public void ElementPointerATI( [NativeTypeName("const void *")] Ref pointer ) => T.ElementPointerATI(type, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Enable([NativeTypeName("GLenum")] uint cap) => T.Enable(cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnable")] [MethodImpl( @@ -159684,31 +86291,6 @@ public void ElementPointerATI( public void Enable([NativeTypeName("GLenum")] Constant cap) => T.Enable(cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glEnableClientState")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159716,31 +86298,6 @@ public void Enable([NativeTypeName("GLenum")] Constant public void EnableClientState([NativeTypeName("GLenum")] uint array) => T.EnableClientState(array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientState")] [MethodImpl( @@ -159750,8 +86307,6 @@ public void EnableClientState( [NativeTypeName("GLenum")] Constant array ) => T.EnableClientState(array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159761,8 +86316,6 @@ public void EnableClientStateEXT( [NativeTypeName("GLuint")] uint index ) => T.EnableClientStateEXT(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] [MethodImpl( @@ -159773,8 +86326,6 @@ public void EnableClientStateEXT( [NativeTypeName("GLuint")] uint index ) => T.EnableClientStateEXT(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159784,8 +86335,6 @@ public void EnableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ) => T.EnableClientStateIndexedEXT(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] [MethodImpl( @@ -159796,8 +86345,6 @@ public void EnableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ) => T.EnableClientStateIndexedEXT(array, index); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glEnableDriverControlQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159805,40 +86352,6 @@ public void EnableClientStateIndexedEXT( public void EnableDriverControlQCOM([NativeTypeName("GLuint")] uint driverControl) => T.EnableDriverControlQCOM(driverControl); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEnablei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159848,40 +86361,6 @@ public void Enable( [NativeTypeName("GLuint")] uint index ) => T.Enable(target, index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnablei")] [MethodImpl( @@ -159892,7 +86371,6 @@ public void Enable( [NativeTypeName("GLuint")] uint index ) => T.Enable(target, index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159902,7 +86380,6 @@ public void EnableEXT( [NativeTypeName("GLuint")] uint index ) => T.EnableEXT(target, index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] [MethodImpl( @@ -159913,8 +86390,6 @@ public void EnableEXT( [NativeTypeName("GLuint")] uint index ) => T.EnableEXT(target, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159924,8 +86399,6 @@ public void EnableIndexedEXT( [NativeTypeName("GLuint")] uint index ) => T.EnableIndexedEXT(target, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] [MethodImpl( @@ -159936,7 +86409,6 @@ public void EnableIndexedEXT( [NativeTypeName("GLuint")] uint index ) => T.EnableIndexedEXT(target, index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glEnableiNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159946,7 +86418,6 @@ public void EnableNV( [NativeTypeName("GLuint")] uint index ) => T.EnableNV(target, index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiNV")] [MethodImpl( @@ -159957,7 +86428,6 @@ public void EnableNV( [NativeTypeName("GLuint")] uint index ) => T.EnableNV(target, index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glEnableiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159967,7 +86437,6 @@ public void EnableOES( [NativeTypeName("GLuint")] uint index ) => T.EnableOES(target, index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiOES")] [MethodImpl( @@ -159978,7 +86447,6 @@ public void EnableOES( [NativeTypeName("GLuint")] uint index ) => T.EnableOES(target, index); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEnableVariantClientStateEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -159986,16 +86454,6 @@ public void EnableOES( public void EnableVariantClientStateEXT([NativeTypeName("GLuint")] uint id) => T.EnableVariantClientStateEXT(id); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -160005,8 +86463,6 @@ public void EnableVertexArrayAttrib( [NativeTypeName("GLuint")] uint index ) => T.EnableVertexArrayAttrib(vaobj, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayAttribEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -160016,8 +86472,6 @@ public void EnableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint index ) => T.EnableVertexArrayAttribEXT(vaobj, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -160027,8 +86481,6 @@ public void EnableVertexArrayEXT( [NativeTypeName("GLenum")] uint array ) => T.EnableVertexArrayEXT(vaobj, array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] [MethodImpl( @@ -160039,59 +86491,15 @@ public void EnableVertexArrayEXT( [NativeTypeName("GLenum")] Constant array ) => T.EnableVertexArrayEXT(vaobj, array); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void EnableVertexAttribApple( + public void EnableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => T.EnableVertexAttribApple(index, pname); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => T.EnableVertexAttribAPPLE(index, pname); + [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribArray")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -160099,7 +86507,6 @@ public void EnableVertexAttribApple( public void EnableVertexAttribArray([NativeTypeName("GLuint")] uint index) => T.EnableVertexAttribArray(index); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribArrayARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -160107,141 +86514,48 @@ public void EnableVertexAttribArray([NativeTypeName("GLuint")] uint index) => public void EnableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index) => T.EnableVertexAttribArrayARB(index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEnd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void End() => T.End(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEndConditionalRender")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndConditionalRender() => T.EndConditionalRender(); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glEndConditionalRenderNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndConditionalRenderNV() => T.EndConditionalRenderNV(); - [SupportedApiProfile("gl", ["GL_NVX_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glEndConditionalRenderNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndConditionalRenderNVX() => T.EndConditionalRenderNVX(); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glEndFragmentShaderATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndFragmentShaderATI() => T.EndFragmentShaderATI(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEndList")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndList() => T.EndList(); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glEndOcclusionQueryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndOcclusionQueryNV() => T.EndOcclusionQueryNV(); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glEndPerfMonitorAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -160249,102 +86563,19 @@ public void EnableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index) => public void EndPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor) => T.EndPerfMonitorAMD(monitor); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glEndPerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void EndPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => - T.EndPerfQueryIntel(queryHandle); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] + public void EndPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle) => + T.EndPerfQueryINTEL(queryHandle); + [NativeFunction("opengl", EntryPoint = "glEndQuery")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndQuery([NativeTypeName("GLenum")] uint target) => T.EndQuery(target); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQuery")] [MethodImpl( @@ -160354,14 +86585,12 @@ public void EndQuery( [NativeTypeName("GLenum")] Constant target ) => T.EndQuery(target); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndQueryARB([NativeTypeName("GLenum")] uint target) => T.EndQueryARB(target); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] [MethodImpl( @@ -160371,20 +86600,12 @@ public void EndQueryARB( [NativeTypeName("GLenum")] Constant target ) => T.EndQueryARB(target); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndQueryEXT([NativeTypeName("GLenum")] uint target) => T.EndQueryEXT(target); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] [MethodImpl( @@ -160394,34 +86615,6 @@ public void EndQueryEXT( [NativeTypeName("GLenum")] Constant target ) => T.EndQueryEXT(target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -160431,34 +86624,6 @@ public void EndQueryIndexed( [NativeTypeName("GLuint")] uint index ) => T.EndQueryIndexed(target, index); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] [MethodImpl( @@ -160469,8 +86634,6 @@ public void EndQueryIndexed( [NativeTypeName("GLuint")] uint index ) => T.EndQueryIndexed(target, index); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -160478,8 +86641,6 @@ public void EndQueryIndexed( public void EndTilingQCOM([NativeTypeName("GLbitfield")] uint preserveMask) => T.EndTilingQCOM(preserveMask); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] [MethodImpl( @@ -160489,68 +86650,30 @@ public void EndTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask ) => T.EndTilingQCOM(preserveMask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndTransformFeedback() => T.EndTransformFeedback(); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndTransformFeedbackEXT() => T.EndTransformFeedbackEXT(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndTransformFeedbackNV() => T.EndTransformFeedbackNV(); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEndVertexShaderEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EndVertexShaderEXT() => T.EndVertexShaderEXT(); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glEndVideoCaptureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -160558,279 +86681,76 @@ public void EndTilingQCOM( public void EndVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot) => T.EndVideoCaptureNV(video_capture_slot); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void EvalCoord1D([NativeTypeName("GLdouble")] double u) => T.EvalCoord1D(u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void EvalCoord1d([NativeTypeName("GLdouble")] double u) => T.EvalCoord1d(u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void EvalCoord1Dv([NativeTypeName("const GLdouble *")] double* u) => - T.EvalCoord1Dv(u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void EvalCoord1dv([NativeTypeName("const GLdouble *")] double* u) => + T.EvalCoord1dv(u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void EvalCoord1Dv([NativeTypeName("const GLdouble *")] Ref u) => - T.EvalCoord1Dv(u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void EvalCoord1dv([NativeTypeName("const GLdouble *")] Ref u) => + T.EvalCoord1dv(u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void EvalCoord1Dv([NativeTypeName("const GLdouble *")] double u) => - T.EvalCoord1Dv(u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void EvalCoord1dv([NativeTypeName("const GLdouble *")] double u) => + T.EvalCoord1dv(u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void EvalCoord1F([NativeTypeName("GLfloat")] float u) => T.EvalCoord1F(u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void EvalCoord1f([NativeTypeName("GLfloat")] float u) => T.EvalCoord1f(u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float* u) => T.EvalCoord1Fv(u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void EvalCoord1fv([NativeTypeName("const GLfloat *")] float* u) => T.EvalCoord1fv(u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void EvalCoord1Fv([NativeTypeName("const GLfloat *")] Ref u) => - T.EvalCoord1Fv(u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void EvalCoord1fv([NativeTypeName("const GLfloat *")] Ref u) => + T.EvalCoord1fv(u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float u) => T.EvalCoord1Fv(u); + public void EvalCoord1fv([NativeTypeName("const GLfloat *")] float u) => T.EvalCoord1fv(u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EvalCoord1XOES([NativeTypeName("GLfixed")] int u) => T.EvalCoord1XOES(u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void EvalCoord1XvO([NativeTypeName("const GLfixed *")] int coords) => - T.EvalCoord1XvO(coords); + public void EvalCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords) => + T.EvalCoord1XvOOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -160838,7 +86758,6 @@ public void EvalCoord1XvO([NativeTypeName("const GLfixed *")] int coords) => public void EvalCoord1XOES([NativeTypeName("const GLfixed *")] int* coords) => T.EvalCoord1XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl( @@ -160847,31 +86766,6 @@ public void EvalCoord1XOES([NativeTypeName("const GLfixed *")] int* coords) => public void EvalCoord1XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.EvalCoord1XOES(coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -160881,62 +86775,12 @@ public void EvalCoord2( [NativeTypeName("GLdouble")] double v ) => T.EvalCoord2(u, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EvalCoord2([NativeTypeName("const GLdouble *")] double* u) => T.EvalCoord2(u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] [MethodImpl( @@ -160945,31 +86789,6 @@ public void EvalCoord2( public void EvalCoord2([NativeTypeName("const GLdouble *")] Ref u) => T.EvalCoord2(u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -160979,62 +86798,12 @@ public void EvalCoord2( [NativeTypeName("GLfloat")] float v ) => T.EvalCoord2(u, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EvalCoord2([NativeTypeName("const GLfloat *")] float* u) => T.EvalCoord2(u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] [MethodImpl( @@ -161042,7 +86811,6 @@ public void EvalCoord2( )] public void EvalCoord2([NativeTypeName("const GLfloat *")] Ref u) => T.EvalCoord2(u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161052,7 +86820,6 @@ public void EvalCoord2XOES( [NativeTypeName("GLfixed")] int v ) => T.EvalCoord2XOES(u, v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161060,7 +86827,6 @@ public void EvalCoord2XOES( public void EvalCoord2XOES([NativeTypeName("const GLfixed *")] int* coords) => T.EvalCoord2XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] [MethodImpl( @@ -161069,7 +86835,6 @@ public void EvalCoord2XOES([NativeTypeName("const GLfixed *")] int* coords) => public void EvalCoord2XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.EvalCoord2XOES(coords); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161079,7 +86844,6 @@ public void EvalMapNV( [NativeTypeName("GLenum")] uint mode ) => T.EvalMapNV(target, mode); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] [MethodImpl( @@ -161090,31 +86854,6 @@ public void EvalMapNV( [NativeTypeName("GLenum")] Constant mode ) => T.EvalMapNV(target, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161125,31 +86864,6 @@ public void EvalMesh1( [NativeTypeName("GLint")] int i2 ) => T.EvalMesh1(mode, i1, i2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] [MethodImpl( @@ -161161,31 +86875,6 @@ public void EvalMesh1( [NativeTypeName("GLint")] int i2 ) => T.EvalMesh1(mode, i1, i2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161198,31 +86887,6 @@ public void EvalMesh2( [NativeTypeName("GLint")] int j2 ) => T.EvalMesh2(mode, i1, i2, j1, j2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] [MethodImpl( @@ -161236,62 +86900,12 @@ public void EvalMesh2( [NativeTypeName("GLint")] int j2 ) => T.EvalMesh2(mode, i1, i2, j1, j2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalPoint1")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EvalPoint1([NativeTypeName("GLint")] int i) => T.EvalPoint1(i); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalPoint2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161299,15 +86913,12 @@ public void EvalMesh2( public void EvalPoint2([NativeTypeName("GLint")] int i, [NativeTypeName("GLint")] int j) => T.EvalPoint2(i, j); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glEvaluateDepthValuesARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void EvaluateDepthValuesARB() => T.EvaluateDepthValuesARB(); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161318,7 +86929,6 @@ public void ExecuteProgramNV( [NativeTypeName("const GLfloat *")] float* @params ) => T.ExecuteProgramNV(target, id, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] [MethodImpl( @@ -161330,8 +86940,6 @@ public void ExecuteProgramNV( [NativeTypeName("const GLfloat *")] Ref @params ) => T.ExecuteProgramNV(target, id, @params); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161341,8 +86949,6 @@ public void ExtGetBufferPointerQCOM( void** @params ) => T.ExtGetBufferPointerQCOM(target, @params); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] [MethodImpl( @@ -161353,8 +86959,6 @@ public void ExtGetBufferPointerQCOM( Ref2D @params ) => T.ExtGetBufferPointerQCOM(target, @params); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161365,8 +86969,6 @@ public void ExtGetBuffersQCOM( [NativeTypeName("GLint *")] int* numBuffers ) => T.ExtGetBuffersQCOM(buffers, maxBuffers, numBuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl( @@ -161378,8 +86980,6 @@ public void ExtGetBuffersQCOM( [NativeTypeName("GLint *")] Ref numBuffers ) => T.ExtGetBuffersQCOM(buffers, maxBuffers, numBuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl( @@ -161388,8 +86988,6 @@ public void ExtGetBuffersQCOM( public uint ExtGetBuffersQCOM([NativeTypeName("GLint *")] Ref numBuffers) => T.ExtGetBuffersQCOM(numBuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161400,8 +86998,6 @@ public void ExtGetFramebuffersQCOM( [NativeTypeName("GLint *")] int* numFramebuffers ) => T.ExtGetFramebuffersQCOM(framebuffers, maxFramebuffers, numFramebuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl( @@ -161413,8 +87009,6 @@ public void ExtGetFramebuffersQCOM( [NativeTypeName("GLint *")] Ref numFramebuffers ) => T.ExtGetFramebuffersQCOM(framebuffers, maxFramebuffers, numFramebuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl( @@ -161423,8 +87017,6 @@ public void ExtGetFramebuffersQCOM( public uint ExtGetFramebuffersQCOM([NativeTypeName("GLint *")] Ref numFramebuffers) => T.ExtGetFramebuffersQCOM(numFramebuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161436,8 +87028,6 @@ public void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLint *")] int* length ) => T.ExtGetProgramBinarySourceQCOM(program, shadertype, source, length); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] [MethodImpl( @@ -161450,8 +87040,6 @@ public void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLint *")] Ref length ) => T.ExtGetProgramBinarySourceQCOM(program, shadertype, source, length); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161462,8 +87050,6 @@ public void ExtGetProgramQCOM( [NativeTypeName("GLint *")] int* numPrograms ) => T.ExtGetProgramQCOM(programs, maxPrograms, numPrograms); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl( @@ -161475,8 +87061,6 @@ public void ExtGetProgramQCOM( [NativeTypeName("GLint *")] Ref numPrograms ) => T.ExtGetProgramQCOM(programs, maxPrograms, numPrograms); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl( @@ -161485,8 +87069,6 @@ public void ExtGetProgramQCOM( public uint ExtGetProgramQCOM([NativeTypeName("GLint *")] Ref numPrograms) => T.ExtGetProgramQCOM(numPrograms); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161497,8 +87079,6 @@ public void ExtGetRenderbuffersQCOM( [NativeTypeName("GLint *")] int* numRenderbuffers ) => T.ExtGetRenderbuffersQCOM(renderbuffers, maxRenderbuffers, numRenderbuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl( @@ -161510,8 +87090,6 @@ public void ExtGetRenderbuffersQCOM( [NativeTypeName("GLint *")] Ref numRenderbuffers ) => T.ExtGetRenderbuffersQCOM(renderbuffers, maxRenderbuffers, numRenderbuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl( @@ -161521,8 +87099,6 @@ public uint ExtGetRenderbuffersQCOM( [NativeTypeName("GLint *")] Ref numRenderbuffers ) => T.ExtGetRenderbuffersQCOM(numRenderbuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161533,8 +87109,6 @@ public void ExtGetShadersQCOM( [NativeTypeName("GLint *")] int* numShaders ) => T.ExtGetShadersQCOM(shaders, maxShaders, numShaders); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl( @@ -161546,8 +87120,6 @@ public void ExtGetShadersQCOM( [NativeTypeName("GLint *")] Ref numShaders ) => T.ExtGetShadersQCOM(shaders, maxShaders, numShaders); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl( @@ -161556,8 +87128,6 @@ public void ExtGetShadersQCOM( public uint ExtGetShadersQCOM([NativeTypeName("GLint *")] Ref numShaders) => T.ExtGetShadersQCOM(numShaders); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161570,8 +87140,6 @@ public void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLint *")] int* @params ) => T.ExtGetTexLevelParameterQCOM(texture, face, level, pname, @params); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] [MethodImpl( @@ -161585,8 +87153,6 @@ public void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLint *")] Ref @params ) => T.ExtGetTexLevelParameterQCOM(texture, face, level, pname, @params); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161618,8 +87184,6 @@ public void ExtGetTexSubImageQCOM( texels ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] [MethodImpl( @@ -161652,8 +87216,6 @@ Ref texels texels ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161664,8 +87226,6 @@ public void ExtGetTexturesQCOM( [NativeTypeName("GLint *")] int* numTextures ) => T.ExtGetTexturesQCOM(textures, maxTextures, numTextures); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] [MethodImpl( @@ -161678,8 +87238,6 @@ public void ExtGetTexturesQCOM( ) => T.ExtGetTexturesQCOM(textures, maxTextures, numTextures); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] [MethodImpl( @@ -161689,16 +87247,13 @@ public MaybeBool ExtIsProgramBinaryQCOM([NativeTypeName("GLuint")] uint pr T.ExtIsProgramBinaryQCOM(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint ExtIsProgramBinaryQCOMRaw([NativeTypeName("GLuint")] uint program) => - T.ExtIsProgramBinaryQCOMRaw(program); + public uint ExtIsProgramBinaryQCOMRawQCOM([NativeTypeName("GLuint")] uint program) => + T.ExtIsProgramBinaryQCOMRawQCOM(program); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glExtractComponentEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161709,7 +87264,6 @@ public void ExtractComponentEXT( [NativeTypeName("GLuint")] uint num ) => T.ExtractComponentEXT(res, src, num); - [SupportedApiProfile("gles2", ["GL_QCOM_frame_extrapolation"])] [NativeFunction("opengl", EntryPoint = "glExtrapolateTex2DQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161721,8 +87275,6 @@ public void ExtrapolateTex2DQCOM( [NativeTypeName("GLfloat")] float scaleFactor ) => T.ExtrapolateTex2DQCOM(src1, src2, output, scaleFactor); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtTexObjectStateOverrideiQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161733,31 +87285,6 @@ public void ExtTexObjectStateOverrideQCOM( [NativeTypeName("GLint")] int param2 ) => T.ExtTexObjectStateOverrideQCOM(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161768,31 +87295,6 @@ public void FeedbackBuffer( [NativeTypeName("GLfloat *")] float* buffer ) => T.FeedbackBuffer(size, type, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] [MethodImpl( @@ -161804,31 +87306,6 @@ public void FeedbackBuffer( [NativeTypeName("GLfloat *")] Ref buffer ) => T.FeedbackBuffer(size, type, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] [MethodImpl( @@ -161838,18 +87315,16 @@ public float FeedbackBuffer( [NativeTypeName("GLenum")] Constant type ) => T.FeedbackBuffer(type); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void FeedbackBufferxO( + public void FeedbackBufferxOOES( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLfixed *")] int buffer - ) => T.FeedbackBufferxO(type, buffer); + ) => T.FeedbackBufferxOOES(type, buffer); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161860,7 +87335,6 @@ public void FeedbackBufferxOES( [NativeTypeName("const GLfixed *")] int* buffer ) => T.FeedbackBufferxOES(n, type, buffer); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl( @@ -161873,38 +87347,6 @@ public void FeedbackBufferxOES( ) => T.FeedbackBufferxOES(n, type, buffer); [return: NativeTypeName("GLsync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glFenceSync")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161915,38 +87357,6 @@ public void FeedbackBufferxOES( ) => T.FenceSync(condition, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFenceSync")] [MethodImpl( @@ -161958,31 +87368,26 @@ public Ptr FenceSync( ) => T.FenceSync(condition, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Sync* FenceSyncApple( + public Sync* FenceSyncAPPLE( [NativeTypeName("GLenum")] uint condition, [NativeTypeName("GLbitfield")] uint flags - ) => T.FenceSyncApple(condition, flags); + ) => T.FenceSyncAPPLE(condition, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Ptr FenceSyncApple( + public Ptr FenceSyncAPPLE( [NativeTypeName("GLenum")] Constant condition, [NativeTypeName("GLbitfield")] Constant flags - ) => T.FenceSyncApple(condition, flags); + ) => T.FenceSyncAPPLE(condition, flags); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -161994,7 +87399,6 @@ public void FinalCombinerInputNV( [NativeTypeName("GLenum")] uint componentUsage ) => T.FinalCombinerInputNV(variable, input, mapping, componentUsage); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] [MethodImpl( @@ -162007,62 +87411,6 @@ public void FinalCombinerInputNV( [NativeTypeName("GLenum")] Constant componentUsage ) => T.FinalCombinerInputNV(variable, input, mapping, componentUsage); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFinish")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162070,7 +87418,6 @@ public void FinalCombinerInputNV( public void Finish() => T.Finish(); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162079,7 +87426,6 @@ public int FinishAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp) => T.FinishAsyncSGIX(markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] [MethodImpl( @@ -162088,138 +87434,40 @@ public int FinishAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp) => public int FinishAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp) => T.FinishAsyncSGIX(markerp); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishFenceAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void FinishFenceApple([NativeTypeName("GLuint")] uint fence) => - T.FinishFenceApple(fence); + public void FinishFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + T.FinishFenceAPPLE(fence); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishFenceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void FinishFenceNV([NativeTypeName("GLuint")] uint fence) => T.FinishFenceNV(fence); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishObjectAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void FinishObjectApple( + public void FinishObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLint")] int name - ) => T.FinishObjectApple(@object, name); + ) => T.FinishObjectAPPLE(@object, name); - [SupportedApiProfile("gl", ["GL_SUNX_constant_data"])] [NativeFunction("opengl", EntryPoint = "glFinishTextureSUNX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void FinishTextureSUNX() => T.FinishTextureSUNX(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFlush")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Flush() => T.Flush(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162230,42 +87478,6 @@ public void FlushMappedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ) => T.FlushMappedBufferRange(target, offset, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] [MethodImpl( @@ -162277,31 +87489,27 @@ public void FlushMappedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ) => T.FlushMappedBufferRange(target, offset, length); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void FlushMappedBufferRangeApple( + public void FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) => T.FlushMappedBufferRangeApple(target, offset, size); + ) => T.FlushMappedBufferRangeAPPLE(target, offset, size); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void FlushMappedBufferRangeApple( + public void FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) => T.FlushMappedBufferRangeApple(target, offset, size); + ) => T.FlushMappedBufferRangeAPPLE(target, offset, size); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162312,8 +87520,6 @@ public void FlushMappedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ) => T.FlushMappedBufferRangeEXT(target, offset, length); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] [MethodImpl( @@ -162325,16 +87531,6 @@ public void FlushMappedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ) => T.FlushMappedBufferRangeEXT(target, offset, length); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glFlushMappedNamedBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162345,8 +87541,6 @@ public void FlushMappedNamedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ) => T.FlushMappedNamedBufferRange(buffer, offset, length); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedNamedBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162357,7 +87551,6 @@ public void FlushMappedNamedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ) => T.FlushMappedNamedBufferRangeEXT(buffer, offset, length); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162365,7 +87558,6 @@ public void FlushMappedNamedBufferRangeEXT( public void FlushPixelDataRangeNV([NativeTypeName("GLenum")] uint target) => T.FlushPixelDataRangeNV(target); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] [MethodImpl( @@ -162375,14 +87567,12 @@ public void FlushPixelDataRangeNV( [NativeTypeName("GLenum")] Constant target ) => T.FlushPixelDataRangeNV(target); - [SupportedApiProfile("gl", ["GL_SGIX_flush_raster"])] [NativeFunction("opengl", EntryPoint = "glFlushRasterSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void FlushRasterSGIX() => T.FlushRasterSGIX(); - [SupportedApiProfile("gl", ["GL_IBM_static_data"])] [NativeFunction("opengl", EntryPoint = "glFlushStaticDataIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162390,62 +87580,37 @@ public void FlushPixelDataRangeNV( public void FlushStaticDataIBM([NativeTypeName("GLenum")] uint target) => T.FlushStaticDataIBM(target); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void FlushVertexArrayRangeApple( + public void FlushVertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, void* pointer - ) => T.FlushVertexArrayRangeApple(length, pointer); + ) => T.FlushVertexArrayRangeAPPLE(length, pointer); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void FlushVertexArrayRangeApple( + public void FlushVertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, Ref pointer - ) => T.FlushVertexArrayRangeApple(length, pointer); + ) => T.FlushVertexArrayRangeAPPLE(length, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void FlushVertexArrayRangeNV() => T.FlushVertexArrayRangeNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void FogCoordd([NativeTypeName("GLdouble")] double coord) => T.FogCoordd(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoorddEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162453,27 +87618,6 @@ Ref pointer public void FogCoorddEXT([NativeTypeName("GLdouble")] double coord) => T.FogCoorddEXT(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162481,27 +87625,6 @@ public void FogCoorddEXT([NativeTypeName("GLdouble")] double coord) => public void FogCoorddv([NativeTypeName("const GLdouble *")] double* coord) => T.FogCoorddv(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl( @@ -162510,27 +87633,6 @@ public void FogCoorddv([NativeTypeName("const GLdouble *")] double* coord) => public void FogCoorddv([NativeTypeName("const GLdouble *")] Ref coord) => T.FogCoorddv(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl( @@ -162539,7 +87641,6 @@ public void FogCoorddv([NativeTypeName("const GLdouble *")] Ref coord) = public void FogCoorddv([NativeTypeName("const GLdouble *")] double coord) => T.FogCoorddv(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162547,7 +87648,6 @@ public void FogCoorddv([NativeTypeName("const GLdouble *")] double coord) => public void FogCoorddvEXT([NativeTypeName("const GLdouble *")] double* coord) => T.FogCoorddvEXT(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] [MethodImpl( @@ -162556,7 +87656,6 @@ public void FogCoorddvEXT([NativeTypeName("const GLdouble *")] double* coord) => public void FogCoorddvEXT([NativeTypeName("const GLdouble *")] Ref coord) => T.FogCoorddvEXT(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] [MethodImpl( @@ -162565,42 +87664,18 @@ public void FogCoorddvEXT([NativeTypeName("const GLdouble *")] Ref coord public void FogCoorddvEXT([NativeTypeName("const GLdouble *")] double coord) => T.FogCoorddvEXT(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void FogCoordf([NativeTypeName("GLfloat")] float coord) => T.FogCoordf(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void FogCoordfEXT([NativeTypeName("GLfloat")] float coord) => T.FogCoordfEXT(coord); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glFogCoordFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162610,27 +87685,6 @@ public void FogCoordFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.FogCoordFormatNV(type, stride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162638,27 +87692,6 @@ public void FogCoordFormatNV( public void FogCoordfv([NativeTypeName("const GLfloat *")] float* coord) => T.FogCoordfv(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl( @@ -162667,27 +87700,6 @@ public void FogCoordfv([NativeTypeName("const GLfloat *")] float* coord) => public void FogCoordfv([NativeTypeName("const GLfloat *")] Ref coord) => T.FogCoordfv(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl( @@ -162696,7 +87708,6 @@ public void FogCoordfv([NativeTypeName("const GLfloat *")] Ref coord) => public void FogCoordfv([NativeTypeName("const GLfloat *")] float coord) => T.FogCoordfv(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162704,7 +87715,6 @@ public void FogCoordfv([NativeTypeName("const GLfloat *")] float coord) => public void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float* coord) => T.FogCoordfvEXT(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl( @@ -162713,7 +87723,6 @@ public void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float* coord) => public void FogCoordfvEXT([NativeTypeName("const GLfloat *")] Ref coord) => T.FogCoordfvEXT(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl( @@ -162722,14 +87731,12 @@ public void FogCoordfvEXT([NativeTypeName("const GLfloat *")] Ref coord) public void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float coord) => T.FogCoordfvEXT(coord); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glFogCoordhNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void FogCoordNV([NativeTypeName("GLhalfNV")] ushort fog) => T.FogCoordNV(fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162737,7 +87744,6 @@ public void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float coord) => public void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort* fog) => T.FogCoordhvNV(fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl( @@ -162746,7 +87752,6 @@ public void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort* fog) => public void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] Ref fog) => T.FogCoordhvNV(fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl( @@ -162755,27 +87760,6 @@ public void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] Ref fog) = public void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort fog) => T.FogCoordhvNV(fog); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162786,27 +87770,6 @@ public void FogCoordPointer( [NativeTypeName("const void *")] void* pointer ) => T.FogCoordPointer(type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] [MethodImpl( @@ -162818,7 +87781,6 @@ public void FogCoordPointer( [NativeTypeName("const void *")] Ref pointer ) => T.FogCoordPointer(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162829,7 +87791,6 @@ public void FogCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.FogCoordPointerEXT(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] [MethodImpl( @@ -162841,7 +87802,6 @@ public void FogCoordPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => T.FogCoordPointerEXT(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162853,7 +87813,6 @@ public void FogCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.FogCoordPointerListIBM(type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] [MethodImpl( @@ -162866,32 +87825,6 @@ public void FogCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.FogCoordPointerListIBM(type, stride, pointer, ptrstride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFogf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162901,32 +87834,6 @@ public void Fog( [NativeTypeName("GLfloat")] float param1 ) => T.Fog(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogf")] [MethodImpl( @@ -162937,7 +87844,6 @@ public void Fog( [NativeTypeName("GLfloat")] float param1 ) => T.Fog(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162947,7 +87853,6 @@ public void FogFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ) => T.FogFuncSGIS(n, points); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] [MethodImpl( @@ -162958,32 +87863,6 @@ public void FogFuncSGIS( [NativeTypeName("const GLfloat *")] Ref points ) => T.FogFuncSGIS(n, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFogfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -162993,32 +87872,6 @@ public void Fog( [NativeTypeName("const GLfloat *")] float* @params ) => T.Fog(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogfv")] [MethodImpl( @@ -163029,31 +87882,6 @@ public void Fog( [NativeTypeName("const GLfloat *")] Ref @params ) => T.Fog(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFogi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163063,31 +87891,6 @@ public void Fog( [NativeTypeName("GLint")] int param1 ) => T.Fog(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogi")] [MethodImpl( @@ -163098,31 +87901,6 @@ public void Fog( [NativeTypeName("GLint")] int param1 ) => T.Fog(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFogiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163132,31 +87910,6 @@ public void Fog( [NativeTypeName("const GLint *")] int* @params ) => T.Fog(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogiv")] [MethodImpl( @@ -163167,7 +87920,6 @@ public void Fog( [NativeTypeName("const GLint *")] Ref @params ) => T.Fog(pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFogx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163177,7 +87929,6 @@ public void Fogx( [NativeTypeName("GLfixed")] int param1 ) => T.Fogx(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogx")] [MethodImpl( @@ -163188,8 +87939,6 @@ public void Fogx( [NativeTypeName("GLfixed")] int param1 ) => T.Fogx(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFogxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163199,8 +87948,6 @@ public void FogxOES( [NativeTypeName("GLfixed")] int param1 ) => T.FogxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxOES")] [MethodImpl( @@ -163211,7 +87958,6 @@ public void FogxOES( [NativeTypeName("GLfixed")] int param1 ) => T.FogxOES(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFogxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163221,7 +87967,6 @@ public void Fogx( [NativeTypeName("const GLfixed *")] int* param1 ) => T.Fogx(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxv")] [MethodImpl( @@ -163232,8 +87977,6 @@ public void Fogx( [NativeTypeName("const GLfixed *")] Ref param1 ) => T.Fogx(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFogxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163243,8 +87986,6 @@ public void FogxOES( [NativeTypeName("const GLfixed *")] int* param1 ) => T.FogxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxvOES")] [MethodImpl( @@ -163255,7 +87996,6 @@ public void FogxOES( [NativeTypeName("const GLfixed *")] Ref param1 ) => T.FogxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163265,7 +88005,6 @@ public void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] uint mode ) => T.FragmentColorMaterialSGIX(face, mode); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] [MethodImpl( @@ -163276,9 +88015,6 @@ public void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] Constant mode ) => T.FragmentColorMaterialSGIX(face, mode); - [SupportedApiProfile("gl", ["GL_NV_fragment_coverage_to_color"])] - [SupportedApiProfile("glcore", ["GL_NV_fragment_coverage_to_color"])] - [SupportedApiProfile("gles2", ["GL_NV_fragment_coverage_to_color"])] [NativeFunction("opengl", EntryPoint = "glFragmentCoverageColorNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163286,7 +88022,6 @@ public void FragmentColorMaterialSGIX( public void FragmentCoverageColorNV([NativeTypeName("GLuint")] uint color) => T.FragmentCoverageColorNV(color); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163297,7 +88032,6 @@ public void FragmentLightSGIX( [NativeTypeName("GLfloat")] float param2 ) => T.FragmentLightSGIX(light, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] [MethodImpl( @@ -163309,7 +88043,6 @@ public void FragmentLightSGIX( [NativeTypeName("GLfloat")] float param2 ) => T.FragmentLightSGIX(light, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163320,7 +88053,6 @@ public void FragmentLightSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => T.FragmentLightSGIX(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] [MethodImpl( @@ -163332,7 +88064,6 @@ public void FragmentLightSGIX( [NativeTypeName("const GLfloat *")] Ref @params ) => T.FragmentLightSGIX(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163343,7 +88074,6 @@ public void FragmentLightSGIX( [NativeTypeName("GLint")] int param2 ) => T.FragmentLightSGIX(light, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] [MethodImpl( @@ -163355,7 +88085,6 @@ public void FragmentLightSGIX( [NativeTypeName("GLint")] int param2 ) => T.FragmentLightSGIX(light, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163366,7 +88095,6 @@ public void FragmentLightSGIX( [NativeTypeName("const GLint *")] int* @params ) => T.FragmentLightSGIX(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] [MethodImpl( @@ -163378,7 +88106,6 @@ public void FragmentLightSGIX( [NativeTypeName("const GLint *")] Ref @params ) => T.FragmentLightSGIX(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163388,7 +88115,6 @@ public void FragmentLightModelSGIX( [NativeTypeName("GLfloat")] float param1 ) => T.FragmentLightModelSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] [MethodImpl( @@ -163400,7 +88126,6 @@ public void FragmentLightModelSGIX( [NativeTypeName("GLfloat")] float param1 ) => T.FragmentLightModelSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163410,7 +88135,6 @@ public void FragmentLightModelSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => T.FragmentLightModelSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] [MethodImpl( @@ -163422,7 +88146,6 @@ public void FragmentLightModelSGIX( [NativeTypeName("const GLfloat *")] Ref @params ) => T.FragmentLightModelSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163432,7 +88155,6 @@ public void FragmentLightModelSGIX( [NativeTypeName("GLint")] int param1 ) => T.FragmentLightModelSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] [MethodImpl( @@ -163444,7 +88166,6 @@ public void FragmentLightModelSGIX( [NativeTypeName("GLint")] int param1 ) => T.FragmentLightModelSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163454,7 +88175,6 @@ public void FragmentLightModelSGIX( [NativeTypeName("const GLint *")] int* @params ) => T.FragmentLightModelSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] [MethodImpl( @@ -163466,7 +88186,6 @@ public void FragmentLightModelSGIX( [NativeTypeName("const GLint *")] Ref @params ) => T.FragmentLightModelSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163477,7 +88196,6 @@ public void FragmentMaterialSGIX( [NativeTypeName("GLfloat")] float param2 ) => T.FragmentMaterialSGIX(face, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] [MethodImpl( @@ -163489,7 +88207,6 @@ public void FragmentMaterialSGIX( [NativeTypeName("GLfloat")] float param2 ) => T.FragmentMaterialSGIX(face, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163500,7 +88217,6 @@ public void FragmentMaterialSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => T.FragmentMaterialSGIX(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] [MethodImpl( @@ -163512,7 +88228,6 @@ public void FragmentMaterialSGIX( [NativeTypeName("const GLfloat *")] Ref @params ) => T.FragmentMaterialSGIX(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163523,7 +88238,6 @@ public void FragmentMaterialSGIX( [NativeTypeName("GLint")] int param2 ) => T.FragmentMaterialSGIX(face, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] [MethodImpl( @@ -163535,7 +88249,6 @@ public void FragmentMaterialSGIX( [NativeTypeName("GLint")] int param2 ) => T.FragmentMaterialSGIX(face, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163546,7 +88259,6 @@ public void FragmentMaterialSGIX( [NativeTypeName("const GLint *")] int* @params ) => T.FragmentMaterialSGIX(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] [MethodImpl( @@ -163558,8 +88270,6 @@ public void FragmentMaterialSGIX( [NativeTypeName("const GLint *")] Ref @params ) => T.FragmentMaterialSGIX(face, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163569,8 +88279,6 @@ public void FramebufferDrawBufferEXT( [NativeTypeName("GLenum")] uint mode ) => T.FramebufferDrawBufferEXT(framebuffer, mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] [MethodImpl( @@ -163581,8 +88289,6 @@ public void FramebufferDrawBufferEXT( [NativeTypeName("GLenum")] Constant mode ) => T.FramebufferDrawBufferEXT(framebuffer, mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163593,8 +88299,6 @@ public void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] uint* bufs ) => T.FramebufferDrawBuffersEXT(framebuffer, n, bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -163606,8 +88310,6 @@ public void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ) => T.FramebufferDrawBuffersEXT(framebuffer, n, bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -163618,8 +88320,6 @@ public void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] uint bufs ) => T.FramebufferDrawBuffersEXT(framebuffer, bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -163631,8 +88331,6 @@ public void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ) => T.FramebufferDrawBuffersEXT(framebuffer, n, bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -163643,8 +88341,6 @@ public void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] GLEnum bufs ) => T.FramebufferDrawBuffersEXT(framebuffer, bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -163656,8 +88352,6 @@ public void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ) => T.FramebufferDrawBuffersEXT(framebuffer, n, bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -163668,23 +88362,18 @@ public void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] DrawBufferMode bufs ) => T.FramebufferDrawBuffersEXT(framebuffer, bufs); - [SupportedApiProfile("gl", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] - [SupportedApiProfile("glcore", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] - [SupportedApiProfile("gles2", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFetchBarrierEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void FramebufferFetchBarrierEXT() => T.FramebufferFetchBarrierEXT(); - [SupportedApiProfile("gles2", ["GL_QCOM_shader_framebuffer_fetch_noncoherent"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFetchBarrierQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void FramebufferFetchBarrierQCOM() => T.FramebufferFetchBarrierQCOM(); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163704,7 +88393,6 @@ public void FramebufferFoveationConfigQCOM( providedFeatures ); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl( @@ -163725,7 +88413,6 @@ public void FramebufferFoveationConfigQCOM( providedFeatures ); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl( @@ -163744,7 +88431,6 @@ public uint FramebufferFoveationConfigQCOM( requestedFeatures ); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationParametersQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163770,28 +88456,6 @@ public void FramebufferFoveationParametersQCOM( foveaArea ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163802,28 +88466,6 @@ public void FramebufferParameter( [NativeTypeName("GLint")] int param2 ) => T.FramebufferParameter(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] [MethodImpl( @@ -163835,9 +88477,6 @@ public void FramebufferParameter( [NativeTypeName("GLint")] int param2 ) => T.FramebufferParameter(target, pname, param2); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163848,9 +88487,6 @@ public void FramebufferParameterMESA( [NativeTypeName("GLint")] int param2 ) => T.FramebufferParameterMESA(target, pname, param2); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] [MethodImpl( @@ -163862,7 +88498,6 @@ public void FramebufferParameterMESA( [NativeTypeName("GLint")] int param2 ) => T.FramebufferParameterMESA(target, pname, param2); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glFramebufferPixelLocalStorageSizeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163872,8 +88507,6 @@ public void FramebufferPixelLocalStorageSizeEXT( [NativeTypeName("GLsizei")] uint size ) => T.FramebufferPixelLocalStorageSizeEXT(target, size); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163883,8 +88516,6 @@ public void FramebufferReadBufferEXT( [NativeTypeName("GLenum")] uint mode ) => T.FramebufferReadBufferEXT(framebuffer, mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] [MethodImpl( @@ -163895,47 +88526,6 @@ public void FramebufferReadBufferEXT( [NativeTypeName("GLenum")] Constant mode ) => T.FramebufferReadBufferEXT(framebuffer, mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -163947,47 +88537,6 @@ public void FramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ) => T.FramebufferRenderbuffer(target, attachment, renderbuffertarget, renderbuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] [MethodImpl( @@ -164001,7 +88550,6 @@ public void FramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ) => T.FramebufferRenderbuffer(target, attachment, renderbuffertarget, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164013,7 +88561,6 @@ public void FramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => T.FramebufferRenderbufferEXT(target, attachment, renderbuffertarget, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] [MethodImpl( @@ -164027,7 +88574,6 @@ public void FramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => T.FramebufferRenderbufferEXT(target, attachment, renderbuffertarget, renderbuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164039,7 +88585,6 @@ public void FramebufferRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ) => T.FramebufferRenderbufferOES(target, attachment, renderbuffertarget, renderbuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] [MethodImpl( @@ -164053,8 +88598,6 @@ public void FramebufferRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ) => T.FramebufferRenderbufferOES(target, attachment, renderbuffertarget, renderbuffer); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164066,8 +88609,6 @@ public void FramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] float* v ) => T.FramebufferSampleLocationsARB(target, start, count, v); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] [MethodImpl( @@ -164080,9 +88621,6 @@ public void FramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] Ref v ) => T.FramebufferSampleLocationsARB(target, start, count, v); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164094,9 +88632,6 @@ public void FramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ) => T.FramebufferSampleLocationsNV(target, start, count, v); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] [MethodImpl( @@ -164109,7 +88644,6 @@ public void FramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] Ref v ) => T.FramebufferSampleLocationsNV(target, start, count, v); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164121,7 +88655,6 @@ public void FramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] float* values ) => T.FramebufferSamplePositionsAMD(target, numsamples, pixelindex, values); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] [MethodImpl( @@ -164134,7 +88667,6 @@ public void FramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] Ref values ) => T.FramebufferSamplePositionsAMD(target, numsamples, pixelindex, values); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164158,7 +88690,6 @@ public void FramebufferShadingRateEXT( texelHeight ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] [MethodImpl( @@ -164183,36 +88714,6 @@ public void FramebufferShadingRateEXT( texelHeight ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164224,36 +88725,6 @@ public void FramebufferTexture( [NativeTypeName("GLint")] int level ) => T.FramebufferTexture(target, attachment, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] [MethodImpl( @@ -164266,42 +88737,6 @@ public void FramebufferTexture( [NativeTypeName("GLint")] int level ) => T.FramebufferTexture(target, attachment, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164314,42 +88749,6 @@ public void FramebufferTexture1D( [NativeTypeName("GLint")] int level ) => T.FramebufferTexture1D(target, attachment, textarget, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] [MethodImpl( @@ -164363,7 +88762,6 @@ public void FramebufferTexture1D( [NativeTypeName("GLint")] int level ) => T.FramebufferTexture1D(target, attachment, textarget, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164376,7 +88774,6 @@ public void FramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ) => T.FramebufferTexture1DEXT(target, attachment, textarget, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] [MethodImpl( @@ -164390,47 +88787,6 @@ public void FramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ) => T.FramebufferTexture1DEXT(target, attachment, textarget, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164443,47 +88799,6 @@ public void FramebufferTexture2D( [NativeTypeName("GLint")] int level ) => T.FramebufferTexture2D(target, attachment, textarget, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] [MethodImpl( @@ -164497,7 +88812,6 @@ public void FramebufferTexture2D( [NativeTypeName("GLint")] int level ) => T.FramebufferTexture2D(target, attachment, textarget, texture, level); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164521,7 +88835,6 @@ public void FramebufferTexture2DDownsampleIMG( yscale ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] [MethodImpl( @@ -164546,7 +88859,6 @@ public void FramebufferTexture2DDownsampleIMG( yscale ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164559,7 +88871,6 @@ public void FramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ) => T.FramebufferTexture2DEXT(target, attachment, textarget, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] [MethodImpl( @@ -164573,8 +88884,6 @@ public void FramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ) => T.FramebufferTexture2DEXT(target, attachment, textarget, texture, level); - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164596,8 +88905,6 @@ public void FramebufferTexture2DMultisampleEXT( samples ); - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] [MethodImpl( @@ -164620,8 +88927,6 @@ public void FramebufferTexture2DMultisampleEXT( samples ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164643,8 +88948,6 @@ public void FramebufferTexture2DMultisampleIMG( samples ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] [MethodImpl( @@ -164667,7 +88970,6 @@ public void FramebufferTexture2DMultisampleIMG( samples ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164680,7 +88982,6 @@ public void FramebufferTexture2DOES( [NativeTypeName("GLint")] int level ) => T.FramebufferTexture2DOES(target, attachment, textarget, texture, level); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] [MethodImpl( @@ -164694,42 +88995,6 @@ public void FramebufferTexture2DOES( [NativeTypeName("GLint")] int level ) => T.FramebufferTexture2DOES(target, attachment, textarget, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164743,42 +89008,6 @@ public void FramebufferTexture3D( [NativeTypeName("GLint")] int zoffset ) => T.FramebufferTexture3D(target, attachment, textarget, texture, level, zoffset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] [MethodImpl( @@ -164793,7 +89022,6 @@ public void FramebufferTexture3D( [NativeTypeName("GLint")] int zoffset ) => T.FramebufferTexture3D(target, attachment, textarget, texture, level, zoffset); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164807,7 +89035,6 @@ public void FramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ) => T.FramebufferTexture3DEXT(target, attachment, textarget, texture, level, zoffset); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] [MethodImpl( @@ -164822,7 +89049,6 @@ public void FramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ) => T.FramebufferTexture3DEXT(target, attachment, textarget, texture, level, zoffset); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164836,7 +89062,6 @@ public void FramebufferTexture3DOES( [NativeTypeName("GLint")] int zoffset ) => T.FramebufferTexture3DOES(target, attachment, textarget, texture, level, zoffset); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] [MethodImpl( @@ -164851,8 +89076,6 @@ public void FramebufferTexture3DOES( [NativeTypeName("GLint")] int zoffset ) => T.FramebufferTexture3DOES(target, attachment, textarget, texture, level, zoffset); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164864,8 +89087,6 @@ public void FramebufferTextureARB( [NativeTypeName("GLint")] int level ) => T.FramebufferTextureARB(target, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] [MethodImpl( @@ -164878,8 +89099,6 @@ public void FramebufferTextureARB( [NativeTypeName("GLint")] int level ) => T.FramebufferTextureARB(target, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] - [SupportedApiProfile("gles2", ["GL_EXT_geometry_shader"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164891,8 +89110,6 @@ public void FramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => T.FramebufferTextureEXT(target, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] - [SupportedApiProfile("gles2", ["GL_EXT_geometry_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] [MethodImpl( @@ -164905,8 +89122,6 @@ public void FramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => T.FramebufferTextureEXT(target, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164919,8 +89134,6 @@ public void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] uint face ) => T.FramebufferTextureFaceARB(target, attachment, texture, level, face); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] [MethodImpl( @@ -164934,7 +89147,6 @@ public void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] Constant face ) => T.FramebufferTextureFaceARB(target, attachment, texture, level, face); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -164947,7 +89159,6 @@ public void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint face ) => T.FramebufferTextureFaceEXT(target, attachment, texture, level, face); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] [MethodImpl( @@ -164961,42 +89172,6 @@ public void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] Constant face ) => T.FramebufferTextureFaceEXT(target, attachment, texture, level, face); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165009,42 +89184,6 @@ public void FramebufferTextureLayer( [NativeTypeName("GLint")] int layer ) => T.FramebufferTextureLayer(target, attachment, texture, level, layer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] [MethodImpl( @@ -165058,8 +89197,6 @@ public void FramebufferTextureLayer( [NativeTypeName("GLint")] int layer ) => T.FramebufferTextureLayer(target, attachment, texture, level, layer); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165072,8 +89209,6 @@ public void FramebufferTextureLayerARB( [NativeTypeName("GLint")] int layer ) => T.FramebufferTextureLayerARB(target, attachment, texture, level, layer); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] [MethodImpl( @@ -165087,7 +89222,6 @@ public void FramebufferTextureLayerARB( [NativeTypeName("GLint")] int layer ) => T.FramebufferTextureLayerARB(target, attachment, texture, level, layer); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165111,7 +89245,6 @@ public void FramebufferTextureLayerDownsampleIMG( yscale ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] [MethodImpl( @@ -165136,7 +89269,6 @@ public void FramebufferTextureLayerDownsampleIMG( yscale ); - [SupportedApiProfile("gl", ["GL_EXT_texture_array", "GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165149,7 +89281,6 @@ public void FramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ) => T.FramebufferTextureLayerEXT(target, attachment, texture, level, layer); - [SupportedApiProfile("gl", ["GL_EXT_texture_array", "GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] [MethodImpl( @@ -165163,7 +89294,6 @@ public void FramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ) => T.FramebufferTextureLayerEXT(target, attachment, texture, level, layer); - [SupportedApiProfile("gles2", ["GL_OVR_multiview_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165187,7 +89317,6 @@ public void FramebufferTextureMultisampleMultiviewOVR( numViews ); - [SupportedApiProfile("gles2", ["GL_OVR_multiview_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] [MethodImpl( @@ -165212,9 +89341,6 @@ public void FramebufferTextureMultisampleMultiviewOVR( numViews ); - [SupportedApiProfile("gl", ["GL_OVR_multiview"])] - [SupportedApiProfile("glcore", ["GL_OVR_multiview"])] - [SupportedApiProfile("gles2", ["GL_OVR_multiview"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165236,9 +89362,6 @@ public void FramebufferTextureMultiviewOVR( numViews ); - [SupportedApiProfile("gl", ["GL_OVR_multiview"])] - [SupportedApiProfile("glcore", ["GL_OVR_multiview"])] - [SupportedApiProfile("gles2", ["GL_OVR_multiview"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] [MethodImpl( @@ -165261,7 +89384,6 @@ public void FramebufferTextureMultiviewOVR( numViews ); - [SupportedApiProfile("gles2", ["GL_OES_geometry_shader"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165273,7 +89395,6 @@ public void FramebufferTextureOES( [NativeTypeName("GLint")] int level ) => T.FramebufferTextureOES(target, attachment, texture, level); - [SupportedApiProfile("gles2", ["GL_OES_geometry_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] [MethodImpl( @@ -165286,21 +89407,18 @@ public void FramebufferTextureOES( [NativeTypeName("GLint")] int level ) => T.FramebufferTextureOES(target, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_GREMEDY_frame_terminator"])] [NativeFunction("opengl", EntryPoint = "glFrameTerminatorGREMEDY")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void FrameTerminatorGremedy() => T.FrameTerminatorGremedy(); + public void FrameTerminatorGREMEDY() => T.FrameTerminatorGREMEDY(); - [SupportedApiProfile("gl", ["GL_SGIX_framezoom"])] [NativeFunction("opengl", EntryPoint = "glFrameZoomSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void FrameZoomSGIX([NativeTypeName("GLint")] int factor) => T.FrameZoomSGIX(factor); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glFreeObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165308,124 +89426,12 @@ public void FramebufferTextureOES( public void FreeObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => T.FreeObjectBufferATI(buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFrontFace")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void FrontFace([NativeTypeName("GLenum")] uint mode) => T.FrontFace(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFrontFace")] [MethodImpl( @@ -165435,31 +89441,6 @@ public void FrontFace( [NativeTypeName("GLenum")] Constant mode ) => T.FrontFace(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFrustum")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165473,7 +89454,6 @@ public void Frustum( [NativeTypeName("GLdouble")] double zFar ) => T.Frustum(left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFrustumf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165487,8 +89467,6 @@ public void Frustum( [NativeTypeName("GLfloat")] float f ) => T.Frustum(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glFrustumfOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165502,7 +89480,6 @@ public void FrustumOES( [NativeTypeName("GLfloat")] float f ) => T.FrustumOES(l, r, b, t, n, f); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFrustumx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165516,8 +89493,6 @@ public void Frustumx( [NativeTypeName("GLfixed")] int f ) => T.Frustumx(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFrustumxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165532,7 +89507,6 @@ public void FrustumxOES( ) => T.FrustumxOES(l, r, b, t, n, f); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glGenAsyncMarkersSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165540,52 +89514,6 @@ public void FrustumxOES( public uint GenAsyncMarkersSGIX([NativeTypeName("GLsizei")] uint range) => T.GenAsyncMarkersSGIX(range); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl( @@ -165593,52 +89521,6 @@ public uint GenAsyncMarkersSGIX([NativeTypeName("GLsizei")] uint range) => )] public uint GenBuffer() => T.GenBuffer(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165648,52 +89530,6 @@ public void GenBuffers( [NativeTypeName("GLuint *")] uint* buffers ) => T.GenBuffers(n, buffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl( @@ -165704,7 +89540,6 @@ public void GenBuffers( [NativeTypeName("GLuint *")] Ref buffers ) => T.GenBuffers(n, buffers); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165714,7 +89549,6 @@ public void GenBuffersARB( [NativeTypeName("GLuint *")] uint* buffers ) => T.GenBuffersARB(n, buffers); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl( @@ -165725,7 +89559,6 @@ public void GenBuffersARB( [NativeTypeName("GLuint *")] Ref buffers ) => T.GenBuffersARB(n, buffers); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl( @@ -165733,47 +89566,6 @@ public void GenBuffersARB( )] public uint GenBuffersARB() => T.GenBuffersARB(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165781,47 +89573,6 @@ public void GenBuffersARB( public void GenerateMipmap([NativeTypeName("GLenum")] uint target) => T.GenerateMipmap(target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] [MethodImpl( @@ -165831,7 +89582,6 @@ public void GenerateMipmap( [NativeTypeName("GLenum")] Constant target ) => T.GenerateMipmap(target); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165839,7 +89589,6 @@ public void GenerateMipmap( public void GenerateMipmapEXT([NativeTypeName("GLenum")] uint target) => T.GenerateMipmapEXT(target); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] [MethodImpl( @@ -165849,7 +89598,6 @@ public void GenerateMipmapEXT( [NativeTypeName("GLenum")] Constant target ) => T.GenerateMipmapEXT(target); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165857,7 +89605,6 @@ public void GenerateMipmapEXT( public void GenerateMipmapOES([NativeTypeName("GLenum")] uint target) => T.GenerateMipmapOES(target); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] [MethodImpl( @@ -165867,8 +89614,6 @@ public void GenerateMipmapOES( [NativeTypeName("GLenum")] Constant target ) => T.GenerateMipmapOES(target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165878,8 +89623,6 @@ public void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] uint target ) => T.GenerateMultiTexMipmapEXT(texunit, target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] [MethodImpl( @@ -165890,16 +89633,6 @@ public void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] Constant target ) => T.GenerateMultiTexMipmapEXT(texunit, target); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmap")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165907,8 +89640,6 @@ public void GenerateMultiTexMipmapEXT( public void GenerateTextureMipmap([NativeTypeName("GLuint")] uint texture) => T.GenerateTextureMipmap(texture); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165918,8 +89649,6 @@ public void GenerateTextureMipmapEXT( [NativeTypeName("GLenum")] uint target ) => T.GenerateTextureMipmapEXT(texture, target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] [MethodImpl( @@ -165930,38 +89659,32 @@ public void GenerateTextureMipmapEXT( [NativeTypeName("GLenum")] Constant target ) => T.GenerateTextureMipmapEXT(texture, target); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GenFencesApple( + public void GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* fences - ) => T.GenFencesApple(n, fences); + ) => T.GenFencesAPPLE(n, fences); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GenFencesApple( + public void GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref fences - ) => T.GenFencesApple(n, fences); + ) => T.GenFencesAPPLE(n, fences); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint GenFencesApple() => T.GenFencesApple(); + public uint GenFencesAPPLE() => T.GenFencesAPPLE(); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -165971,9 +89694,6 @@ public void GenFencesNV( [NativeTypeName("GLuint *")] uint* fences ) => T.GenFencesNV(n, fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl( @@ -165984,9 +89704,6 @@ public void GenFencesNV( [NativeTypeName("GLuint *")] Ref fences ) => T.GenFencesNV(n, fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl( @@ -165995,7 +89712,6 @@ public void GenFencesNV( public uint GenFencesNV() => T.GenFencesNV(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glGenFragmentShadersATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166003,47 +89719,6 @@ public void GenFencesNV( public uint GenFragmentShadersATI([NativeTypeName("GLuint")] uint range) => T.GenFragmentShadersATI(range); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl( @@ -166051,47 +89726,6 @@ public uint GenFragmentShadersATI([NativeTypeName("GLuint")] uint range) => )] public uint GenFramebuffer() => T.GenFramebuffer(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166101,47 +89735,6 @@ public void GenFramebuffers( [NativeTypeName("GLuint *")] uint* framebuffers ) => T.GenFramebuffers(n, framebuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl( @@ -166152,7 +89745,6 @@ public void GenFramebuffers( [NativeTypeName("GLuint *")] Ref framebuffers ) => T.GenFramebuffers(n, framebuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166162,7 +89754,6 @@ public void GenFramebuffersEXT( [NativeTypeName("GLuint *")] uint* framebuffers ) => T.GenFramebuffersEXT(n, framebuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl( @@ -166173,7 +89764,6 @@ public void GenFramebuffersEXT( [NativeTypeName("GLuint *")] Ref framebuffers ) => T.GenFramebuffersEXT(n, framebuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl( @@ -166181,15 +89771,13 @@ public void GenFramebuffersEXT( )] public uint GenFramebuffersEXT() => T.GenFramebuffersEXT(); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint GenFramebuffersO() => T.GenFramebuffersO(); + public uint GenFramebuffersOOES() => T.GenFramebuffersOOES(); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166199,7 +89787,6 @@ public void GenFramebuffersOES( [NativeTypeName("GLuint *")] uint* framebuffers ) => T.GenFramebuffersOES(n, framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl( @@ -166211,38 +89798,12 @@ public void GenFramebuffersOES( ) => T.GenFramebuffersOES(n, framebuffers); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGenLists")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public uint GenLists([NativeTypeName("GLsizei")] uint range) => T.GenLists(range); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166253,7 +89814,6 @@ public void GenNamesAMD( [NativeTypeName("GLuint *")] uint* names ) => T.GenNamesAMD(identifier, num, names); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl( @@ -166265,7 +89825,6 @@ public void GenNamesAMD( [NativeTypeName("GLuint *")] Ref names ) => T.GenNamesAMD(identifier, num, names); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl( @@ -166274,7 +89833,6 @@ public void GenNamesAMD( public uint GenNamesAMD([NativeTypeName("GLenum")] uint identifier) => T.GenNamesAMD(identifier); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166284,7 +89842,6 @@ public void GenOcclusionQueriesNV( [NativeTypeName("GLuint *")] uint* ids ) => T.GenOcclusionQueriesNV(n, ids); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl( @@ -166295,7 +89852,6 @@ public void GenOcclusionQueriesNV( [NativeTypeName("GLuint *")] Ref ids ) => T.GenOcclusionQueriesNV(n, ids); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl( @@ -166304,18 +89860,12 @@ public void GenOcclusionQueriesNV( public uint GenOcclusionQueriesNV() => T.GenOcclusionQueriesNV(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGenPathsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public uint GenPathNV([NativeTypeName("GLsizei")] uint range) => T.GenPathNV(range); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166325,9 +89875,6 @@ public void GenPerfMonitorsAMD( [NativeTypeName("GLuint *")] uint* monitors ) => T.GenPerfMonitorsAMD(n, monitors); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl( @@ -166338,9 +89885,6 @@ public void GenPerfMonitorsAMD( [NativeTypeName("GLuint *")] Ref monitors ) => T.GenPerfMonitorsAMD(n, monitors); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl( @@ -166348,32 +89892,6 @@ public void GenPerfMonitorsAMD( )] public uint GenPerfMonitorsAMD() => T.GenPerfMonitorsAMD(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl( @@ -166381,32 +89899,6 @@ public void GenPerfMonitorsAMD( )] public uint GenProgramPipeline() => T.GenProgramPipeline(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166416,32 +89908,6 @@ public void GenProgramPipelines( [NativeTypeName("GLuint *")] uint* pipelines ) => T.GenProgramPipelines(n, pipelines); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl( @@ -166452,7 +89918,6 @@ public void GenProgramPipelines( [NativeTypeName("GLuint *")] Ref pipelines ) => T.GenProgramPipelines(n, pipelines); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166462,7 +89927,6 @@ public void GenProgramPipelinesEXT( [NativeTypeName("GLuint *")] uint* pipelines ) => T.GenProgramPipelinesEXT(n, pipelines); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl( @@ -166473,7 +89937,6 @@ public void GenProgramPipelinesEXT( [NativeTypeName("GLuint *")] Ref pipelines ) => T.GenProgramPipelinesEXT(n, pipelines); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl( @@ -166481,7 +89944,6 @@ public void GenProgramPipelinesEXT( )] public uint GenProgramPipelinesEXT() => T.GenProgramPipelinesEXT(); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166491,7 +89953,6 @@ public void GenProgramARB( [NativeTypeName("GLuint *")] uint* programs ) => T.GenProgramARB(n, programs); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl( @@ -166502,7 +89963,6 @@ public void GenProgramARB( [NativeTypeName("GLuint *")] Ref programs ) => T.GenProgramARB(n, programs); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl( @@ -166510,7 +89970,6 @@ public void GenProgramARB( )] public uint GenProgramARB() => T.GenProgramARB(); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166520,7 +89979,6 @@ public void GenProgramNV( [NativeTypeName("GLuint *")] uint* programs ) => T.GenProgramNV(n, programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl( @@ -166531,7 +89989,6 @@ public void GenProgramNV( [NativeTypeName("GLuint *")] Ref programs ) => T.GenProgramNV(n, programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl( @@ -166539,46 +89996,6 @@ public void GenProgramNV( )] public uint GenProgramNV() => T.GenProgramNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166588,46 +90005,6 @@ public void GenQueries( [NativeTypeName("GLuint *")] uint* ids ) => T.GenQueries(n, ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl( @@ -166638,7 +90015,6 @@ public void GenQueries( [NativeTypeName("GLuint *")] Ref ids ) => T.GenQueries(n, ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166648,7 +90024,6 @@ public void GenQueriesARB( [NativeTypeName("GLuint *")] uint* ids ) => T.GenQueriesARB(n, ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl( @@ -166659,7 +90034,6 @@ public void GenQueriesARB( [NativeTypeName("GLuint *")] Ref ids ) => T.GenQueriesARB(n, ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl( @@ -166667,10 +90041,6 @@ public void GenQueriesARB( )] public uint GenQueriesARB() => T.GenQueriesARB(); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166680,10 +90050,6 @@ public void GenQueriesEXT( [NativeTypeName("GLuint *")] uint* ids ) => T.GenQueriesEXT(n, ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl( @@ -166694,10 +90060,6 @@ public void GenQueriesEXT( [NativeTypeName("GLuint *")] Ref ids ) => T.GenQueriesEXT(n, ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl( @@ -166705,46 +90067,6 @@ public void GenQueriesEXT( )] public uint GenQueriesEXT() => T.GenQueriesEXT(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl( @@ -166752,7 +90074,6 @@ public void GenQueriesEXT( )] public uint GenQuery() => T.GenQuery(); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166762,7 +90083,6 @@ public void GenQueryResourceTagNV( [NativeTypeName("GLint *")] int* tagIds ) => T.GenQueryResourceTagNV(n, tagIds); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl( @@ -166773,7 +90093,6 @@ public void GenQueryResourceTagNV( [NativeTypeName("GLint *")] Ref tagIds ) => T.GenQueryResourceTagNV(n, tagIds); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl( @@ -166781,47 +90100,6 @@ public void GenQueryResourceTagNV( )] public int GenQueryResourceTagNV() => T.GenQueryResourceTagNV(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl( @@ -166829,47 +90107,6 @@ public void GenQueryResourceTagNV( )] public uint GenRenderbuffer() => T.GenRenderbuffer(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166879,47 +90116,6 @@ public void GenRenderbuffers( [NativeTypeName("GLuint *")] uint* renderbuffers ) => T.GenRenderbuffers(n, renderbuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl( @@ -166930,7 +90126,6 @@ public void GenRenderbuffers( [NativeTypeName("GLuint *")] Ref renderbuffers ) => T.GenRenderbuffers(n, renderbuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166940,7 +90135,6 @@ public void GenRenderbuffersEXT( [NativeTypeName("GLuint *")] uint* renderbuffers ) => T.GenRenderbuffersEXT(n, renderbuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl( @@ -166951,7 +90145,6 @@ public void GenRenderbuffersEXT( [NativeTypeName("GLuint *")] Ref renderbuffers ) => T.GenRenderbuffersEXT(n, renderbuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl( @@ -166959,15 +90152,13 @@ public void GenRenderbuffersEXT( )] public uint GenRenderbuffersEXT() => T.GenRenderbuffersEXT(); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint GenRenderbuffersO() => T.GenRenderbuffersO(); + public uint GenRenderbuffersOOES() => T.GenRenderbuffersOOES(); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -166977,7 +90168,6 @@ public void GenRenderbuffersOES( [NativeTypeName("GLuint *")] uint* renderbuffers ) => T.GenRenderbuffersOES(n, renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl( @@ -166988,46 +90178,6 @@ public void GenRenderbuffersOES( [NativeTypeName("GLuint *")] Ref renderbuffers ) => T.GenRenderbuffersOES(n, renderbuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl( @@ -167035,46 +90185,6 @@ public void GenRenderbuffersOES( )] public uint GenSampler() => T.GenSampler(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -167084,46 +90194,6 @@ public void GenSamplers( [NativeTypeName("GLuint *")] uint* samplers ) => T.GenSamplers(count, samplers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl( @@ -167134,8 +90204,6 @@ public void GenSamplers( [NativeTypeName("GLuint *")] Ref samplers ) => T.GenSamplers(count, samplers); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -167145,8 +90213,6 @@ public void GenSemaphoresEXT( [NativeTypeName("GLuint *")] uint* semaphores ) => T.GenSemaphoresEXT(n, semaphores); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl( @@ -167157,8 +90223,6 @@ public void GenSemaphoresEXT( [NativeTypeName("GLuint *")] Ref semaphores ) => T.GenSemaphoresEXT(n, semaphores); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl( @@ -167167,7 +90231,6 @@ public void GenSemaphoresEXT( public uint GenSemaphoresEXT() => T.GenSemaphoresEXT(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -167180,7 +90243,6 @@ public uint GenSymbolEXT( ) => T.GenSymbolEXT(datatype, storagetype, range, components); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] [MethodImpl( @@ -167194,60 +90256,6 @@ public uint GenSymbolEXT( [NativeTypeName("GLuint")] uint components ) => T.GenSymbolEXT(datatype, storagetype, range, components); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl( @@ -167255,60 +90263,6 @@ public uint GenSymbolEXT( )] public uint GenTexture() => T.GenTexture(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -167318,60 +90272,6 @@ public void GenTextures( [NativeTypeName("GLuint *")] uint* textures ) => T.GenTextures(n, textures); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl( @@ -167382,7 +90282,6 @@ public void GenTextures( [NativeTypeName("GLuint *")] Ref textures ) => T.GenTextures(n, textures); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -167392,7 +90291,6 @@ public void GenTexturesEXT( [NativeTypeName("GLuint *")] uint* textures ) => T.GenTexturesEXT(n, textures); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl( @@ -167403,7 +90301,6 @@ public void GenTexturesEXT( [NativeTypeName("GLuint *")] Ref textures ) => T.GenTexturesEXT(n, textures); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl( @@ -167411,34 +90308,6 @@ public void GenTexturesEXT( )] public uint GenTexturesEXT() => T.GenTexturesEXT(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl( @@ -167446,34 +90315,6 @@ public void GenTexturesEXT( )] public uint GenTransformFeedback() => T.GenTransformFeedback(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -167483,34 +90324,6 @@ public void GenTransformFeedbacks( [NativeTypeName("GLuint *")] uint* ids ) => T.GenTransformFeedbacks(n, ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl( @@ -167521,7 +90334,6 @@ public void GenTransformFeedbacks( [NativeTypeName("GLuint *")] Ref ids ) => T.GenTransformFeedbacks(n, ids); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -167531,7 +90343,6 @@ public void GenTransformFeedbacksNV( [NativeTypeName("GLuint *")] uint* ids ) => T.GenTransformFeedbacksNV(n, ids); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl( @@ -167542,7 +90353,6 @@ public void GenTransformFeedbacksNV( [NativeTypeName("GLuint *")] Ref ids ) => T.GenTransformFeedbacksNV(n, ids); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl( @@ -167550,42 +90360,6 @@ public void GenTransformFeedbacksNV( )] public uint GenTransformFeedbacksNV() => T.GenTransformFeedbacksNV(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl( @@ -167593,42 +90367,6 @@ public void GenTransformFeedbacksNV( )] public uint GenVertexArray() => T.GenVertexArray(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -167638,42 +90376,6 @@ public void GenVertexArrays( [NativeTypeName("GLuint *")] uint* arrays ) => T.GenVertexArrays(n, arrays); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl( @@ -167684,46 +90386,39 @@ public void GenVertexArrays( [NativeTypeName("GLuint *")] Ref arrays ) => T.GenVertexArrays(n, arrays); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GenVertexArraysApple( + public void GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays - ) => T.GenVertexArraysApple(n, arrays); + ) => T.GenVertexArraysAPPLE(n, arrays); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GenVertexArraysApple( + public void GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref arrays - ) => T.GenVertexArraysApple(n, arrays); + ) => T.GenVertexArraysAPPLE(n, arrays); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint GenVertexArraysApple() => T.GenVertexArraysApple(); + public uint GenVertexArraysAPPLE() => T.GenVertexArraysAPPLE(); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint GenVertexArraysO() => T.GenVertexArraysO(); + public uint GenVertexArraysOOES() => T.GenVertexArraysOOES(); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -167733,8 +90428,6 @@ public void GenVertexArraysOES( [NativeTypeName("GLuint *")] uint* arrays ) => T.GenVertexArraysOES(n, arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl( @@ -167746,7 +90439,6 @@ public void GenVertexArraysOES( ) => T.GenVertexArraysOES(n, arrays); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGenVertexShadersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -167754,30 +90446,6 @@ public void GenVertexArraysOES( public uint GenVertexShadersEXT([NativeTypeName("GLuint")] uint range) => T.GenVertexShadersEXT(range); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -167789,30 +90457,6 @@ public void GetActiveAtomicCounterBuffer( [NativeTypeName("GLint *")] int* @params ) => T.GetActiveAtomicCounterBuffer(program, bufferIndex, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] [MethodImpl( @@ -167825,49 +90469,6 @@ public void GetActiveAtomicCounterBuffer( [NativeTypeName("GLint *")] Ref @params ) => T.GetActiveAtomicCounterBuffer(program, bufferIndex, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -167882,49 +90483,6 @@ public void GetActiveAttrib( [NativeTypeName("GLchar *")] sbyte* name ) => T.GetActiveAttrib(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -167940,49 +90498,6 @@ public void GetActiveAttrib( [NativeTypeName("GLchar *")] Ref name ) => T.GetActiveAttrib(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -167996,49 +90511,6 @@ public sbyte GetActiveAttrib( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveAttrib(program, index, length, size, type); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -168054,49 +90526,6 @@ public void GetActiveAttrib( [NativeTypeName("GLchar *")] Ref name ) => T.GetActiveAttrib(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -168110,49 +90539,6 @@ public sbyte GetActiveAttrib( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveAttrib(program, index, length, size, type); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -168168,49 +90554,6 @@ public void GetActiveAttrib( [NativeTypeName("GLchar *")] Ref name ) => T.GetActiveAttrib(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -168224,7 +90567,6 @@ public sbyte GetActiveAttrib( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveAttrib(program, index, length, size, type); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -168239,7 +90581,6 @@ public void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] sbyte* name ) => T.GetActiveAttribARB(programObj, index, maxLength, length, size, type, name); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -168255,7 +90596,6 @@ public void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] Ref name ) => T.GetActiveAttribARB(programObj, index, maxLength, length, size, type, name); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -168269,7 +90609,6 @@ public sbyte GetActiveAttribARB( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveAttribARB(programObj, index, length, size, type); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -168285,7 +90624,6 @@ public void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] Ref name ) => T.GetActiveAttribARB(programObj, index, maxLength, length, size, type, name); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -168299,7 +90637,6 @@ public sbyte GetActiveAttribARB( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveAttribARB(programObj, index, length, size, type); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -168315,7 +90652,6 @@ public void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] Ref name ) => T.GetActiveAttribARB(programObj, index, maxLength, length, size, type, name); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -168329,34 +90665,6 @@ public sbyte GetActiveAttribARB( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveAttribARB(programObj, index, length, size, type); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -168370,34 +90678,6 @@ public void GetActiveSubroutineName( [NativeTypeName("GLchar *")] sbyte* name ) => T.GetActiveSubroutineName(program, shadertype, index, bufSize, length, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl( @@ -168412,34 +90692,6 @@ public void GetActiveSubroutineName( [NativeTypeName("GLchar *")] Ref name ) => T.GetActiveSubroutineName(program, shadertype, index, bufSize, length, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl( @@ -168452,34 +90704,6 @@ public sbyte GetActiveSubroutineName( [NativeTypeName("GLsizei *")] Ref length ) => T.GetActiveSubroutineName(program, shadertype, index, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -168492,34 +90716,6 @@ public void GetActiveSubroutineUniform( [NativeTypeName("GLint *")] int* values ) => T.GetActiveSubroutineUniform(program, shadertype, index, pname, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] [MethodImpl( @@ -168533,34 +90729,6 @@ public void GetActiveSubroutineUniform( [NativeTypeName("GLint *")] Ref values ) => T.GetActiveSubroutineUniform(program, shadertype, index, pname, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -168574,34 +90742,6 @@ public void GetActiveSubroutineUniformName( [NativeTypeName("GLchar *")] sbyte* name ) => T.GetActiveSubroutineUniformName(program, shadertype, index, bufSize, length, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl( @@ -168616,34 +90756,6 @@ public void GetActiveSubroutineUniformName( [NativeTypeName("GLchar *")] Ref name ) => T.GetActiveSubroutineUniformName(program, shadertype, index, bufSize, length, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl( @@ -168656,49 +90768,6 @@ public sbyte GetActiveSubroutineUniformName( [NativeTypeName("GLsizei *")] Ref length ) => T.GetActiveSubroutineUniformName(program, shadertype, index, length); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -168713,49 +90782,6 @@ public void GetActiveUniform( [NativeTypeName("GLchar *")] sbyte* name ) => T.GetActiveUniform(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -168771,49 +90797,6 @@ public void GetActiveUniform( [NativeTypeName("GLchar *")] Ref name ) => T.GetActiveUniform(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -168827,49 +90810,6 @@ public sbyte GetActiveUniform( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveUniform(program, index, length, size, type); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -168885,49 +90825,6 @@ public void GetActiveUniform( [NativeTypeName("GLchar *")] Ref name ) => T.GetActiveUniform(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -168941,49 +90838,6 @@ public sbyte GetActiveUniform( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveUniform(program, index, length, size, type); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -168999,49 +90853,6 @@ public void GetActiveUniform( [NativeTypeName("GLchar *")] Ref name ) => T.GetActiveUniform(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -169055,7 +90866,6 @@ public sbyte GetActiveUniform( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveUniform(program, index, length, size, type); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -169070,7 +90880,6 @@ public void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] sbyte* name ) => T.GetActiveUniformARB(programObj, index, maxLength, length, size, type, name); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -169086,7 +90895,6 @@ public void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] Ref name ) => T.GetActiveUniformARB(programObj, index, maxLength, length, size, type, name); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -169100,7 +90908,6 @@ public sbyte GetActiveUniformARB( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveUniformARB(programObj, index, length, size, type); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -169116,7 +90923,6 @@ public void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] Ref name ) => T.GetActiveUniformARB(programObj, index, maxLength, length, size, type, name); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -169130,7 +90936,6 @@ public sbyte GetActiveUniformARB( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveUniformARB(programObj, index, length, size, type); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -169146,7 +90951,6 @@ public void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] Ref name ) => T.GetActiveUniformARB(programObj, index, maxLength, length, size, type, name); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -169160,40 +90964,6 @@ public sbyte GetActiveUniformARB( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveUniformARB(programObj, index, length, size, type); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -169205,40 +90975,6 @@ public void GetActiveUniformBlock( [NativeTypeName("GLint *")] int* @params ) => T.GetActiveUniformBlock(program, uniformBlockIndex, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl( @@ -169251,40 +90987,6 @@ public void GetActiveUniformBlock( [NativeTypeName("GLint *")] Ref @params ) => T.GetActiveUniformBlock(program, uniformBlockIndex, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl( @@ -169295,40 +90997,6 @@ public int GetActiveUniformBlock( [NativeTypeName("GLenum")] Constant pname ) => T.GetActiveUniformBlock(uniformBlockIndex, pname); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -169348,40 +91016,6 @@ public void GetActiveUniformBlockName( uniformBlockName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl( @@ -169402,40 +91036,6 @@ public void GetActiveUniformBlockName( uniformBlockName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl( @@ -169447,40 +91047,6 @@ public sbyte GetActiveUniformBlockName( [NativeTypeName("GLsizei *")] Ref length ) => T.GetActiveUniformBlockName(program, uniformBlockIndex, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -169493,40 +91059,6 @@ public void GetActiveUniformName( [NativeTypeName("GLchar *")] sbyte* uniformName ) => T.GetActiveUniformName(program, uniformIndex, bufSize, length, uniformName); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl( @@ -169540,40 +91072,6 @@ public void GetActiveUniformName( [NativeTypeName("GLchar *")] Ref uniformName ) => T.GetActiveUniformName(program, uniformIndex, bufSize, length, uniformName); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl( @@ -169585,40 +91083,6 @@ public sbyte GetActiveUniformName( [NativeTypeName("GLsizei *")] Ref length ) => T.GetActiveUniformName(program, uniformIndex, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -169631,40 +91095,6 @@ public void GetActiveUniforms( [NativeTypeName("GLint *")] int* @params ) => T.GetActiveUniforms(program, uniformCount, uniformIndices, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] [MethodImpl( @@ -169678,7 +91108,6 @@ public void GetActiveUniforms( [NativeTypeName("GLint *")] Ref @params ) => T.GetActiveUniforms(program, uniformCount, uniformIndices, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -169693,7 +91122,6 @@ public void GetActiveVaryingNV( [NativeTypeName("GLchar *")] sbyte* name ) => T.GetActiveVaryingNV(program, index, bufSize, length, size, type, name); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl( @@ -169709,7 +91137,6 @@ public void GetActiveVaryingNV( [NativeTypeName("GLchar *")] Ref name ) => T.GetActiveVaryingNV(program, index, bufSize, length, size, type, name); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl( @@ -169723,7 +91150,6 @@ public sbyte GetActiveVaryingNV( [NativeTypeName("GLenum *")] Ref type ) => T.GetActiveVaryingNV(program, index, length, size, type); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -169734,7 +91160,6 @@ public void GetArrayObjectfvATI( [NativeTypeName("GLfloat *")] float* @params ) => T.GetArrayObjectfvATI(array, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl( @@ -169746,7 +91171,6 @@ public void GetArrayObjectfvATI( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetArrayObjectfvATI(array, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl( @@ -169757,7 +91181,6 @@ public float GetArrayObjectfvATI( [NativeTypeName("GLenum")] Constant pname ) => T.GetArrayObjectfvATI(array, pname); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -169768,7 +91191,6 @@ public void GetArrayObjectivATI( [NativeTypeName("GLint *")] int* @params ) => T.GetArrayObjectivATI(array, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl( @@ -169780,7 +91202,6 @@ public void GetArrayObjectivATI( [NativeTypeName("GLint *")] Ref @params ) => T.GetArrayObjectivATI(array, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl( @@ -169791,7 +91212,6 @@ public int GetArrayObjectivATI( [NativeTypeName("GLenum")] Constant pname ) => T.GetArrayObjectivATI(array, pname); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -169803,7 +91223,6 @@ public void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB *")] uint* obj ) => T.GetAttachedObjectsARB(containerObj, maxCount, count, obj); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl( @@ -169816,7 +91235,6 @@ public void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB *")] Ref obj ) => T.GetAttachedObjectsARB(containerObj, maxCount, count, obj); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl( @@ -169827,49 +91245,6 @@ public uint GetAttachedObjectsARB( [NativeTypeName("GLsizei *")] Ref count ) => T.GetAttachedObjectsARB(containerObj, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl( @@ -169880,49 +91255,6 @@ public uint GetAttachedShader( [NativeTypeName("GLsizei *")] Ref count ) => T.GetAttachedShader(program, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -169934,49 +91266,6 @@ public void GetAttachedShaders( [NativeTypeName("GLuint *")] uint* shaders ) => T.GetAttachedShaders(program, maxCount, count, shaders); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl( @@ -169990,49 +91279,6 @@ public void GetAttachedShaders( ) => T.GetAttachedShaders(program, maxCount, count, shaders); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170043,49 +91289,6 @@ public int GetAttribLocation( ) => T.GetAttribLocation(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] [MethodImpl( @@ -170097,7 +91300,6 @@ public int GetAttribLocation( ) => T.GetAttribLocation(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170108,7 +91310,6 @@ public int GetAttribLocationARB( ) => T.GetAttribLocationARB(programObj, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] [MethodImpl( @@ -170119,40 +91320,6 @@ public int GetAttribLocationARB( [NativeTypeName("const GLcharARB *")] Ref name ) => T.GetAttribLocationARB(programObj, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170163,40 +91330,6 @@ public void GetBoolean( [NativeTypeName("GLboolean *")] uint* data ) => T.GetBoolean(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] [MethodImpl( @@ -170208,8 +91341,6 @@ public void GetBoolean( [NativeTypeName("GLboolean *")] Ref data ) => T.GetBoolean(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170220,8 +91351,6 @@ public void GetBooleanIndexedEXT( [NativeTypeName("GLboolean *")] uint* data ) => T.GetBooleanIndexedEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] [MethodImpl( @@ -170233,62 +91362,6 @@ public void GetBooleanIndexedEXT( [NativeTypeName("GLboolean *")] Ref data ) => T.GetBooleanIndexedEXT(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170298,62 +91371,6 @@ public void GetBoolean( [NativeTypeName("GLboolean *")] uint* data ) => T.GetBoolean(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] [MethodImpl( @@ -170364,36 +91381,6 @@ public void GetBoolean( [NativeTypeName("GLboolean *")] Ref data ) => T.GetBoolean(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170404,36 +91391,6 @@ public void GetBufferParameter( [NativeTypeName("GLint64 *")] long* @params ) => T.GetBufferParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] [MethodImpl( @@ -170445,52 +91402,6 @@ public void GetBufferParameter( [NativeTypeName("GLint64 *")] Ref @params ) => T.GetBufferParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170501,52 +91412,6 @@ public void GetBufferParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetBufferParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] [MethodImpl( @@ -170558,7 +91423,6 @@ public void GetBufferParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetBufferParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170569,7 +91433,6 @@ public void GetBufferParameterARB( [NativeTypeName("GLint *")] int* @params ) => T.GetBufferParameterARB(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] [MethodImpl( @@ -170581,8 +91444,6 @@ public void GetBufferParameterARB( [NativeTypeName("GLint *")] Ref @params ) => T.GetBufferParameterARB(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170593,8 +91454,6 @@ public void GetBufferParameterNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ) => T.GetBufferParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl( @@ -170606,8 +91465,6 @@ public void GetBufferParameterNV( [NativeTypeName("GLuint64EXT *")] Ref @params ) => T.GetBufferParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl( @@ -170617,46 +91474,6 @@ public ulong GetBufferParameterNV( [NativeTypeName("GLenum")] Constant target ) => T.GetBufferParameterNV(target); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170667,46 +91484,6 @@ public void GetBufferPointer( void** @params ) => T.GetBufferPointer(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] [MethodImpl( @@ -170718,7 +91495,6 @@ public void GetBufferPointer( Ref2D @params ) => T.GetBufferPointer(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170729,7 +91505,6 @@ public void GetBufferPointerARB( void** @params ) => T.GetBufferPointerARB(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] [MethodImpl( @@ -170741,8 +91516,6 @@ public void GetBufferPointerARB( Ref2D @params ) => T.GetBufferPointerARB(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170753,8 +91526,6 @@ public void GetBufferPointerOES( void** @params ) => T.GetBufferPointerOES(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] [MethodImpl( @@ -170766,46 +91537,6 @@ public void GetBufferPointerOES( Ref2D @params ) => T.GetBufferPointerOES(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170817,46 +91548,6 @@ public void GetBufferSubData( void* data ) => T.GetBufferSubData(target, offset, size, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] [MethodImpl( @@ -170869,19 +91560,17 @@ public void GetBufferSubData( Ref data ) => T.GetBufferSubData(target, offset, size, data); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void GetBufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, void* data ) => T.GetBufferSubDataARB(target, offset, size, data); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] [MethodImpl( @@ -170889,36 +91578,11 @@ public void GetBufferSubDataARB( )] public void GetBufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, Ref data ) => T.GetBufferSubDataARB(target, offset, size, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170928,31 +91592,6 @@ public void GetClipPlane( [NativeTypeName("GLdouble *")] double* equation ) => T.GetClipPlane(plane, equation); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] [MethodImpl( @@ -170963,7 +91602,6 @@ public void GetClipPlane( [NativeTypeName("GLdouble *")] Ref equation ) => T.GetClipPlane(plane, equation); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170973,7 +91611,6 @@ public void GetClipPlane( [NativeTypeName("GLfloat *")] float* equation ) => T.GetClipPlane(plane, equation); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] [MethodImpl( @@ -170984,8 +91621,6 @@ public void GetClipPlane( [NativeTypeName("GLfloat *")] Ref equation ) => T.GetClipPlane(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -170995,8 +91630,6 @@ public void GetClipPlaneOES( [NativeTypeName("GLfloat *")] float* equation ) => T.GetClipPlaneOES(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] [MethodImpl( @@ -171007,7 +91640,6 @@ public void GetClipPlaneOES( [NativeTypeName("GLfloat *")] Ref equation ) => T.GetClipPlaneOES(plane, equation); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171017,7 +91649,6 @@ public void GetClipPlanex( [NativeTypeName("GLfixed *")] int* equation ) => T.GetClipPlanex(plane, equation); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] [MethodImpl( @@ -171028,8 +91659,6 @@ public void GetClipPlanex( [NativeTypeName("GLfixed *")] Ref equation ) => T.GetClipPlanex(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171039,8 +91668,6 @@ public void GetClipPlanexOES( [NativeTypeName("GLfixed *")] int* equation ) => T.GetClipPlanexOES(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] [MethodImpl( @@ -171051,7 +91678,6 @@ public void GetClipPlanexOES( [NativeTypeName("GLfixed *")] Ref equation ) => T.GetClipPlanexOES(plane, equation); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171063,7 +91689,6 @@ public void GetColorTable( void* table ) => T.GetColorTable(target, format, type, table); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTable")] [MethodImpl( @@ -171076,7 +91701,6 @@ public void GetColorTable( Ref table ) => T.GetColorTable(target, format, type, table); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171088,7 +91712,6 @@ public void GetColorTableEXT( void* data ) => T.GetColorTableEXT(target, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] [MethodImpl( @@ -171101,7 +91724,6 @@ public void GetColorTableEXT( Ref data ) => T.GetColorTableEXT(target, format, type, data); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171112,7 +91734,6 @@ public void GetColorTableParameter( [NativeTypeName("GLfloat *")] float* @params ) => T.GetColorTableParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] [MethodImpl( @@ -171124,7 +91745,6 @@ public void GetColorTableParameter( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetColorTableParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171135,7 +91755,6 @@ public void GetColorTableParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetColorTableParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] [MethodImpl( @@ -171147,7 +91766,6 @@ public void GetColorTableParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetColorTableParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171158,7 +91776,6 @@ public void GetColorTableParameterSGI( [NativeTypeName("GLfloat *")] float* @params ) => T.GetColorTableParameterSGI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] [MethodImpl( @@ -171170,7 +91787,6 @@ public void GetColorTableParameterSGI( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetColorTableParameterSGI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171181,7 +91797,6 @@ public void GetColorTableParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetColorTableParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] [MethodImpl( @@ -171193,7 +91808,6 @@ public void GetColorTableParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetColorTableParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171204,7 +91818,6 @@ public void GetColorTableParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetColorTableParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] [MethodImpl( @@ -171216,7 +91829,6 @@ public void GetColorTableParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetColorTableParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171227,7 +91839,6 @@ public void GetColorTableParameterSGI( [NativeTypeName("GLint *")] int* @params ) => T.GetColorTableParameterSGI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] [MethodImpl( @@ -171239,7 +91850,6 @@ public void GetColorTableParameterSGI( [NativeTypeName("GLint *")] Ref @params ) => T.GetColorTableParameterSGI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171251,7 +91861,6 @@ public void GetColorTableSGI( void* table ) => T.GetColorTableSGI(target, format, type, table); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] [MethodImpl( @@ -171264,7 +91873,6 @@ public void GetColorTableSGI( Ref table ) => T.GetColorTableSGI(target, format, type, table); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171277,7 +91885,6 @@ public void GetCombinerInputParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => T.GetCombinerInputParameterNV(stage, portion, variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] [MethodImpl( @@ -171291,7 +91898,6 @@ public void GetCombinerInputParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetCombinerInputParameterNV(stage, portion, variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171304,7 +91910,6 @@ public void GetCombinerInputParameterNV( [NativeTypeName("GLint *")] int* @params ) => T.GetCombinerInputParameterNV(stage, portion, variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] [MethodImpl( @@ -171318,7 +91923,6 @@ public void GetCombinerInputParameterNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetCombinerInputParameterNV(stage, portion, variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171330,7 +91934,6 @@ public void GetCombinerOutputParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => T.GetCombinerOutputParameterNV(stage, portion, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] [MethodImpl( @@ -171343,7 +91946,6 @@ public void GetCombinerOutputParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetCombinerOutputParameterNV(stage, portion, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171355,7 +91957,6 @@ public void GetCombinerOutputParameterNV( [NativeTypeName("GLint *")] int* @params ) => T.GetCombinerOutputParameterNV(stage, portion, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] [MethodImpl( @@ -171368,7 +91969,6 @@ public void GetCombinerOutputParameterNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetCombinerOutputParameterNV(stage, portion, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171379,7 +91979,6 @@ public void GetCombinerStageParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => T.GetCombinerStageParameterNV(stage, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] [MethodImpl( @@ -171392,8 +91991,6 @@ public void GetCombinerStageParameterNV( ) => T.GetCombinerStageParameterNV(stage, pname, @params); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171404,8 +92001,6 @@ public uint GetCommandHeaderNV( ) => T.GetCommandHeaderNV(tokenID, size); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] [MethodImpl( @@ -171416,8 +92011,6 @@ public uint GetCommandHeaderNV( [NativeTypeName("GLuint")] uint size ) => T.GetCommandHeaderNV(tokenID, size); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171429,8 +92022,6 @@ public void GetCompressedMultiTexImageEXT( void* img ) => T.GetCompressedMultiTexImageEXT(texunit, target, lod, img); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] [MethodImpl( @@ -171443,50 +92034,6 @@ public void GetCompressedMultiTexImageEXT( Ref img ) => T.GetCompressedMultiTexImageEXT(texunit, target, lod, img); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171497,50 +92044,6 @@ public void GetCompressedTexImage( void* img ) => T.GetCompressedTexImage(target, level, img); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] [MethodImpl( @@ -171552,7 +92055,6 @@ public void GetCompressedTexImage( Ref img ) => T.GetCompressedTexImage(target, level, img); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171563,7 +92065,6 @@ public void GetCompressedTexImageARB( void* img ) => T.GetCompressedTexImageARB(target, level, img); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] [MethodImpl( @@ -171575,16 +92076,6 @@ public void GetCompressedTexImageARB( Ref img ) => T.GetCompressedTexImageARB(target, level, img); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171596,16 +92087,6 @@ public void GetCompressedTextureImage( void* pixels ) => T.GetCompressedTextureImage(texture, level, bufSize, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] [MethodImpl( @@ -171618,8 +92099,6 @@ public void GetCompressedTextureImage( Ref pixels ) => T.GetCompressedTextureImage(texture, level, bufSize, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171631,8 +92110,6 @@ public void GetCompressedTextureImageEXT( void* img ) => T.GetCompressedTextureImageEXT(texture, target, lod, img); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] [MethodImpl( @@ -171645,16 +92122,6 @@ public void GetCompressedTextureImageEXT( Ref img ) => T.GetCompressedTextureImageEXT(texture, target, lod, img); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171684,16 +92151,6 @@ public void GetCompressedTextureSubImage( pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] [MethodImpl( @@ -171724,7 +92181,6 @@ Ref pixels pixels ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171736,7 +92192,6 @@ public void GetConvolutionFilter( void* image ) => T.GetConvolutionFilter(target, format, type, image); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] [MethodImpl( @@ -171749,7 +92204,6 @@ public void GetConvolutionFilter( Ref image ) => T.GetConvolutionFilter(target, format, type, image); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171761,7 +92215,6 @@ public void GetConvolutionFilterEXT( void* image ) => T.GetConvolutionFilterEXT(target, format, type, image); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] [MethodImpl( @@ -171774,7 +92227,6 @@ public void GetConvolutionFilterEXT( Ref image ) => T.GetConvolutionFilterEXT(target, format, type, image); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171785,7 +92237,6 @@ public void GetConvolutionParameter( [NativeTypeName("GLfloat *")] float* @params ) => T.GetConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] [MethodImpl( @@ -171797,7 +92248,6 @@ public void GetConvolutionParameter( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171808,7 +92258,6 @@ public void GetConvolutionParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] [MethodImpl( @@ -171820,7 +92269,6 @@ public void GetConvolutionParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171831,7 +92279,6 @@ public void GetConvolutionParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] [MethodImpl( @@ -171843,7 +92290,6 @@ public void GetConvolutionParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171854,7 +92300,6 @@ public void GetConvolutionParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] [MethodImpl( @@ -171866,16 +92311,14 @@ public void GetConvolutionParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public int GetConvolutionParameterxvO([NativeTypeName("GLenum")] uint target) => - T.GetConvolutionParameterxvO(target); + public int GetConvolutionParameterxvOOES([NativeTypeName("GLenum")] uint target) => + T.GetConvolutionParameterxvOOES(target); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171886,7 +92329,6 @@ public void GetConvolutionParameterxOES( [NativeTypeName("GLfixed *")] int* @params ) => T.GetConvolutionParameterxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl( @@ -171898,9 +92340,6 @@ public void GetConvolutionParameterxOES( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetConvolutionParameterxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171910,9 +92349,6 @@ public void GetCoverageModulationTableNV( [NativeTypeName("GLfloat *")] float* v ) => T.GetCoverageModulationTableNV(bufSize, v); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl( @@ -171923,9 +92359,6 @@ public void GetCoverageModulationTableNV( [NativeTypeName("GLfloat *")] Ref v ) => T.GetCoverageModulationTableNV(bufSize, v); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl( @@ -171934,28 +92367,6 @@ public void GetCoverageModulationTableNV( public float GetCoverageModulationTableNV() => T.GetCoverageModulationTableNV(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -171982,28 +92393,6 @@ public uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl( @@ -172031,28 +92420,6 @@ public uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl( @@ -172080,28 +92447,6 @@ public uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl( @@ -172129,7 +92474,6 @@ public uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172145,7 +92489,6 @@ public uint GetDebugMessageLogAMD( ) => T.GetDebugMessageLogAMD(count, bufSize, categories, severities, ids, lengths, message); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl( @@ -172162,7 +92505,6 @@ public uint GetDebugMessageLogAMD( ) => T.GetDebugMessageLogAMD(count, bufSize, categories, severities, ids, lengths, message); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl( @@ -172179,7 +92521,6 @@ public uint GetDebugMessageLogAMD( ) => T.GetDebugMessageLogAMD(count, bufSize, categories, severities, ids, lengths, message); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl( @@ -172196,8 +92537,6 @@ public uint GetDebugMessageLogAMD( ) => T.GetDebugMessageLogAMD(count, bufSize, categories, severities, ids, lengths, message); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172224,8 +92563,6 @@ public uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl( @@ -172253,8 +92590,6 @@ public uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl( @@ -172282,8 +92617,6 @@ public uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl( @@ -172311,7 +92644,6 @@ public uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172338,7 +92670,6 @@ public uint GetDebugMessageLogKHR( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl( @@ -172366,7 +92697,6 @@ public uint GetDebugMessageLogKHR( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl( @@ -172394,7 +92724,6 @@ public uint GetDebugMessageLogKHR( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl( @@ -172421,7 +92750,6 @@ public uint GetDebugMessageLogKHR( messageLog ); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172431,7 +92759,6 @@ public void GetDetailTexFuncSGIS( [NativeTypeName("GLfloat *")] float* points ) => T.GetDetailTexFuncSGIS(target, points); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] [MethodImpl( @@ -172442,32 +92769,6 @@ public void GetDetailTexFuncSGIS( [NativeTypeName("GLfloat *")] Ref points ) => T.GetDetailTexFuncSGIS(target, points); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172478,32 +92779,6 @@ public void GetDouble( [NativeTypeName("GLdouble *")] double* data ) => T.GetDouble(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] [MethodImpl( @@ -172515,8 +92790,6 @@ public void GetDouble( [NativeTypeName("GLdouble *")] Ref data ) => T.GetDouble(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172527,8 +92800,6 @@ public void GetDoubleEXT( [NativeTypeName("GLdouble *")] double* @params ) => T.GetDoubleEXT(pname, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] [MethodImpl( @@ -172540,8 +92811,6 @@ public void GetDoubleEXT( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetDoubleEXT(pname, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172552,8 +92821,6 @@ public void GetDoubleIndexedEXT( [NativeTypeName("GLdouble *")] double* data ) => T.GetDoubleIndexedEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] [MethodImpl( @@ -172565,56 +92832,6 @@ public void GetDoubleIndexedEXT( [NativeTypeName("GLdouble *")] Ref data ) => T.GetDoubleIndexedEXT(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetDoublev")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172624,56 +92841,6 @@ public void GetDouble( [NativeTypeName("GLdouble *")] double* data ) => T.GetDouble(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublev")] [MethodImpl( @@ -172684,8 +92851,6 @@ public void GetDouble( [NativeTypeName("GLdouble *")] Ref data ) => T.GetDouble(pname, data); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172696,8 +92861,6 @@ public void GetDriverControlQCOM( [NativeTypeName("GLuint *")] uint* driverControls ) => T.GetDriverControlQCOM(num, size, driverControls); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl( @@ -172709,8 +92872,6 @@ public void GetDriverControlQCOM( [NativeTypeName("GLuint *")] Ref driverControls ) => T.GetDriverControlQCOM(num, size, driverControls); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl( @@ -172719,8 +92880,6 @@ public void GetDriverControlQCOM( public uint GetDriverControlQCOM([NativeTypeName("GLint *")] Ref num) => T.GetDriverControlQCOM(num); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172732,8 +92891,6 @@ public void GetDriverControlStringQCOM( [NativeTypeName("GLchar *")] sbyte* driverControlString ) => T.GetDriverControlStringQCOM(driverControl, bufSize, length, driverControlString); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl( @@ -172746,8 +92903,6 @@ public void GetDriverControlStringQCOM( [NativeTypeName("GLchar *")] Ref driverControlString ) => T.GetDriverControlStringQCOM(driverControl, bufSize, length, driverControlString); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl( @@ -172759,62 +92914,6 @@ public sbyte GetDriverControlStringQCOM( ) => T.GetDriverControlStringQCOM(driverControl, length); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetError")] [MethodImpl( @@ -172823,71 +92922,12 @@ public sbyte GetDriverControlStringQCOM( public Constant GetError() => T.GetError(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetError")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public uint GetErrorRaw() => T.GetErrorRaw(); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172898,9 +92938,6 @@ public void GetFenceNV( [NativeTypeName("GLint *")] int* @params ) => T.GetFenceNV(fence, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] [MethodImpl( @@ -172912,7 +92949,6 @@ public void GetFenceNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetFenceNV(fence, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172923,7 +92959,6 @@ public void GetFinalCombinerInputParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => T.GetFinalCombinerInputParameterNV(variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] [MethodImpl( @@ -172935,7 +92970,6 @@ public void GetFinalCombinerInputParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetFinalCombinerInputParameterNV(variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172946,7 +92980,6 @@ public void GetFinalCombinerInputParameterNV( [NativeTypeName("GLint *")] int* @params ) => T.GetFinalCombinerInputParameterNV(variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] [MethodImpl( @@ -172958,28 +92991,21 @@ public void GetFinalCombinerInputParameterNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetFinalCombinerInputParameterNV(variable, pname, @params); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetFirstPerfQueryIdIntel([NativeTypeName("GLuint *")] uint* queryId) => - T.GetFirstPerfQueryIdIntel(queryId); + public void GetFirstPerfQueryIdINTEL([NativeTypeName("GLuint *")] uint* queryId) => + T.GetFirstPerfQueryIdINTEL(queryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetFirstPerfQueryIdIntel([NativeTypeName("GLuint *")] Ref queryId) => - T.GetFirstPerfQueryIdIntel(queryId); + public void GetFirstPerfQueryIdINTEL([NativeTypeName("GLuint *")] Ref queryId) => + T.GetFirstPerfQueryIdINTEL(queryId); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetFixedv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -172989,7 +93015,6 @@ public void GetFixed( [NativeTypeName("GLfixed *")] int* @params ) => T.GetFixed(pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFixedv")] [MethodImpl( @@ -173000,8 +93025,6 @@ public void GetFixed( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetFixed(pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173011,8 +93034,6 @@ public void GetFixedOES( [NativeTypeName("GLfixed *")] int* @params ) => T.GetFixedOES(pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] [MethodImpl( @@ -173023,32 +93044,6 @@ public void GetFixedOES( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetFixedOES(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173059,32 +93054,6 @@ public void GetFloat( [NativeTypeName("GLfloat *")] float* data ) => T.GetFloat(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] [MethodImpl( @@ -173096,8 +93065,6 @@ public void GetFloat( [NativeTypeName("GLfloat *")] Ref data ) => T.GetFloat(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173108,8 +93075,6 @@ public void GetFloatEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetFloatEXT(pname, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] [MethodImpl( @@ -173121,7 +93086,6 @@ public void GetFloatEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetFloatEXT(pname, index, @params); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173132,7 +93096,6 @@ public void GetFloatNV( [NativeTypeName("GLfloat *")] float* data ) => T.GetFloatNV(target, index, data); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] [MethodImpl( @@ -173144,7 +93107,6 @@ public void GetFloatNV( [NativeTypeName("GLfloat *")] Ref data ) => T.GetFloatNV(target, index, data); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173155,7 +93117,6 @@ public void GetFloatOES( [NativeTypeName("GLfloat *")] float* data ) => T.GetFloatOES(target, index, data); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] [MethodImpl( @@ -173167,8 +93128,6 @@ public void GetFloatOES( [NativeTypeName("GLfloat *")] Ref data ) => T.GetFloatOES(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173179,8 +93138,6 @@ public void GetFloatIndexedEXT( [NativeTypeName("GLfloat *")] float* data ) => T.GetFloatIndexedEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] [MethodImpl( @@ -173192,62 +93149,6 @@ public void GetFloatIndexedEXT( [NativeTypeName("GLfloat *")] Ref data ) => T.GetFloatIndexedEXT(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetFloatv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173257,62 +93158,6 @@ public void GetFloat( [NativeTypeName("GLfloat *")] float* data ) => T.GetFloat(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloatv")] [MethodImpl( @@ -173323,7 +93168,6 @@ public void GetFloat( [NativeTypeName("GLfloat *")] Ref data ) => T.GetFloat(pname, data); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173331,7 +93175,6 @@ public void GetFloat( public void GetFogFuncSGIS([NativeTypeName("GLfloat *")] float* points) => T.GetFogFuncSGIS(points); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] [MethodImpl( @@ -173341,36 +93184,6 @@ public void GetFogFuncSGIS([NativeTypeName("GLfloat *")] Ref points) => T.GetFogFuncSGIS(points); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173381,36 +93194,6 @@ public int GetFragDataIndex( ) => T.GetFragDataIndex(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] [MethodImpl( @@ -173422,7 +93205,6 @@ public int GetFragDataIndex( ) => T.GetFragDataIndex(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173433,7 +93215,6 @@ public int GetFragDataIndexEXT( ) => T.GetFragDataIndexEXT(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] [MethodImpl( @@ -173445,40 +93226,6 @@ public int GetFragDataIndexEXT( ) => T.GetFragDataIndexEXT(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173489,40 +93236,6 @@ public int GetFragDataLocation( ) => T.GetFragDataLocation(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] [MethodImpl( @@ -173534,7 +93247,6 @@ public int GetFragDataLocation( ) => T.GetFragDataLocation(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173545,7 +93257,6 @@ public int GetFragDataLocationEXT( ) => T.GetFragDataLocationEXT(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] [MethodImpl( @@ -173556,7 +93267,6 @@ public int GetFragDataLocationEXT( [NativeTypeName("const GLchar *")] Ref name ) => T.GetFragDataLocationEXT(program, name); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173567,7 +93277,6 @@ public void GetFragmentLightSGIX( [NativeTypeName("GLfloat *")] float* @params ) => T.GetFragmentLightSGIX(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] [MethodImpl( @@ -173579,7 +93288,6 @@ public void GetFragmentLightSGIX( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetFragmentLightSGIX(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173590,7 +93298,6 @@ public void GetFragmentLightSGIX( [NativeTypeName("GLint *")] int* @params ) => T.GetFragmentLightSGIX(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] [MethodImpl( @@ -173602,7 +93309,6 @@ public void GetFragmentLightSGIX( [NativeTypeName("GLint *")] Ref @params ) => T.GetFragmentLightSGIX(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173613,7 +93319,6 @@ public void GetFragmentMaterialSGIX( [NativeTypeName("GLfloat *")] float* @params ) => T.GetFragmentMaterialSGIX(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] [MethodImpl( @@ -173625,7 +93330,6 @@ public void GetFragmentMaterialSGIX( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetFragmentMaterialSGIX(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173636,7 +93340,6 @@ public void GetFragmentMaterialSGIX( [NativeTypeName("GLint *")] int* @params ) => T.GetFragmentMaterialSGIX(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] [MethodImpl( @@ -173648,7 +93351,6 @@ public void GetFragmentMaterialSGIX( [NativeTypeName("GLint *")] Ref @params ) => T.GetFragmentMaterialSGIX(face, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173660,7 +93362,6 @@ public void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] uint* shadingRates ) => T.GetFragmentShadingRatesEXT(samples, maxCount, count, shadingRates); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( @@ -173673,7 +93374,6 @@ public void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] Ref shadingRates ) => T.GetFragmentShadingRatesEXT(samples, maxCount, count, shadingRates); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( @@ -173684,7 +93384,6 @@ public uint GetFragmentShadingRatesEXT( [NativeTypeName("GLsizei *")] Ref count ) => T.GetFragmentShadingRatesEXT(samples, count); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( @@ -173697,7 +93396,6 @@ public void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] Ref shadingRates ) => T.GetFragmentShadingRatesEXT(samples, maxCount, count, shadingRates); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( @@ -173710,47 +93408,6 @@ public void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] Ref shadingRates ) => T.GetFragmentShadingRatesEXT(samples, maxCount, count, shadingRates); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173762,47 +93419,6 @@ public void GetFramebufferAttachmentParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetFramebufferAttachmentParameter(target, attachment, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] [MethodImpl( @@ -173816,7 +93432,6 @@ public void GetFramebufferAttachmentParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetFramebufferAttachmentParameter(target, attachment, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173828,7 +93443,6 @@ public void GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetFramebufferAttachmentParameterEXT(target, attachment, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] [MethodImpl( @@ -173842,7 +93456,6 @@ public void GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetFramebufferAttachmentParameterEXT(target, attachment, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173854,7 +93467,6 @@ public void GetFramebufferAttachmentParameterOES( [NativeTypeName("GLint *")] int* @params ) => T.GetFramebufferAttachmentParameterOES(target, attachment, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] [MethodImpl( @@ -173868,7 +93480,6 @@ public void GetFramebufferAttachmentParameterOES( [NativeTypeName("GLint *")] Ref @params ) => T.GetFramebufferAttachmentParameterOES(target, attachment, pname, @params); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173882,7 +93493,6 @@ public void GetFramebufferParameterAMD( [NativeTypeName("GLfloat *")] float* values ) => T.GetFramebufferParameterAMD(target, pname, numsamples, pixelindex, size, values); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] [MethodImpl( @@ -173898,28 +93508,6 @@ public void GetFramebufferParameterAMD( [NativeTypeName("GLfloat *")] Ref values ) => T.GetFramebufferParameterAMD(target, pname, numsamples, pixelindex, size, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173930,28 +93518,6 @@ public void GetFramebufferParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetFramebufferParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] [MethodImpl( @@ -173964,8 +93530,6 @@ public void GetFramebufferParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetFramebufferParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -173976,8 +93540,6 @@ public void GetFramebufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetFramebufferParameterEXT(framebuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] [MethodImpl( @@ -173989,9 +93551,6 @@ public void GetFramebufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetFramebufferParameterEXT(framebuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174002,9 +93561,6 @@ public void GetFramebufferParameterMESA( [NativeTypeName("GLint *")] int* @params ) => T.GetFramebufferParameterMESA(target, pname, @params); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] [MethodImpl( @@ -174018,7 +93574,6 @@ public void GetFramebufferParameterMESA( ) => T.GetFramebufferParameterMESA(target, pname, @params); [return: NativeTypeName("GLsizei")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174028,7 +93583,6 @@ public uint GetFramebufferPixelLocalStorageSizeEXT( ) => T.GetFramebufferPixelLocalStorageSizeEXT(target); [return: NativeTypeName("GLsizei")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] [MethodImpl( @@ -174039,16 +93593,6 @@ public uint GetFramebufferPixelLocalStorageSizeEXT( ) => T.GetFramebufferPixelLocalStorageSizeEXT(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] [MethodImpl( @@ -174058,8 +93602,6 @@ public Constant GetGraphicsResetStatus() => T.GetGraphicsResetStatus(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] [MethodImpl( @@ -174069,17 +93611,13 @@ public Constant GetGraphicsResetStatusARB() = T.GetGraphicsResetStatusARB(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint GetGraphicsResetStatusARBRaw() => T.GetGraphicsResetStatusARBRaw(); + public uint GetGraphicsResetStatusARBRawARB() => T.GetGraphicsResetStatusARBRawARB(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] [MethodImpl( @@ -174089,16 +93627,13 @@ public Constant GetGraphicsResetStatusEXT() = T.GetGraphicsResetStatusEXT(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint GetGraphicsResetStatusEXTRaw() => T.GetGraphicsResetStatusEXTRaw(); + public uint GetGraphicsResetStatusEXTRawEXT() => T.GetGraphicsResetStatusEXTRawEXT(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] [MethodImpl( @@ -174108,24 +93643,13 @@ public Constant GetGraphicsResetStatusKHR() = T.GetGraphicsResetStatusKHR(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint GetGraphicsResetStatusKHRRaw() => T.GetGraphicsResetStatusKHRRaw(); + public uint GetGraphicsResetStatusKHRRawKHR() => T.GetGraphicsResetStatusKHRRawKHR(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174133,7 +93657,6 @@ public Constant GetGraphicsResetStatusKHR() = public uint GetGraphicsResetStatusRaw() => T.GetGraphicsResetStatusRaw(); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174141,7 +93664,6 @@ public Constant GetGraphicsResetStatusKHR() = public uint GetHandleARB([NativeTypeName("GLenum")] uint pname) => T.GetHandleARB(pname); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] [MethodImpl( @@ -174151,7 +93673,6 @@ public uint GetHandleARB( [NativeTypeName("GLenum")] Constant pname ) => T.GetHandleARB(pname); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174164,7 +93685,6 @@ public void GetHistogram( void* values ) => T.GetHistogram(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogram")] [MethodImpl( @@ -174178,7 +93698,6 @@ public void GetHistogram( Ref values ) => T.GetHistogram(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174191,7 +93710,6 @@ public void GetHistogramEXT( void* values ) => T.GetHistogramEXT(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] [MethodImpl( @@ -174205,7 +93723,6 @@ public void GetHistogramEXT( Ref values ) => T.GetHistogramEXT(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174216,7 +93733,6 @@ public void GetHistogramParameter( [NativeTypeName("GLfloat *")] float* @params ) => T.GetHistogramParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] [MethodImpl( @@ -174228,7 +93744,6 @@ public void GetHistogramParameter( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetHistogramParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174239,7 +93754,6 @@ public void GetHistogramParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetHistogramParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] [MethodImpl( @@ -174251,7 +93765,6 @@ public void GetHistogramParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetHistogramParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174262,7 +93775,6 @@ public void GetHistogramParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetHistogramParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] [MethodImpl( @@ -174274,7 +93786,6 @@ public void GetHistogramParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetHistogramParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174285,7 +93796,6 @@ public void GetHistogramParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetHistogramParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] [MethodImpl( @@ -174297,7 +93807,6 @@ public void GetHistogramParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetHistogramParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174308,7 +93817,6 @@ public void GetHistogramParameterxOES( [NativeTypeName("GLfixed *")] int* @params ) => T.GetHistogramParameterxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] [MethodImpl( @@ -174321,8 +93829,6 @@ public void GetHistogramParameterxOES( ) => T.GetHistogramParameterxOES(target, pname, @params); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174336,8 +93842,6 @@ public ulong GetImageHandleARB( ) => T.GetImageHandleARB(texture, level, layered, layer, format); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] [MethodImpl( @@ -174352,9 +93856,6 @@ public ulong GetImageHandleARB( ) => T.GetImageHandleARB(texture, level, layered, layer, format); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174368,9 +93869,6 @@ public ulong GetImageHandleNV( ) => T.GetImageHandleNV(texture, level, layered, layer, format); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] [MethodImpl( @@ -174384,7 +93882,6 @@ public ulong GetImageHandleNV( [NativeTypeName("GLenum")] Constant format ) => T.GetImageHandleNV(texture, level, layered, layer, format); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174395,7 +93892,6 @@ public void GetImageTransformParameterHP( [NativeTypeName("GLfloat *")] float* @params ) => T.GetImageTransformParameterHP(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] [MethodImpl( @@ -174407,7 +93903,6 @@ public void GetImageTransformParameterHP( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetImageTransformParameterHP(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174418,7 +93913,6 @@ public void GetImageTransformParameterHP( [NativeTypeName("GLint *")] int* @params ) => T.GetImageTransformParameterHP(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] [MethodImpl( @@ -174430,7 +93924,6 @@ public void GetImageTransformParameterHP( [NativeTypeName("GLint *")] Ref @params ) => T.GetImageTransformParameterHP(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174442,7 +93935,6 @@ public void GetInfoLogARB( [NativeTypeName("GLcharARB *")] sbyte* infoLog ) => T.GetInfoLogARB(obj, maxLength, length, infoLog); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl( @@ -174455,7 +93947,6 @@ public void GetInfoLogARB( [NativeTypeName("GLcharARB *")] Ref infoLog ) => T.GetInfoLogARB(obj, maxLength, length, infoLog); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl( @@ -174467,43 +93958,12 @@ public sbyte GetInfoLogARB( ) => T.GetInfoLogARB(obj, length); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glGetInstrumentsSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int GetInstrumentsSGIX() => T.GetInstrumentsSGIX(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174514,36 +93974,6 @@ public void GetInteger64( [NativeTypeName("GLint64 *")] long* data ) => T.GetInteger64(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] [MethodImpl( @@ -174555,38 +93985,6 @@ public void GetInteger64( [NativeTypeName("GLint64 *")] Ref data ) => T.GetInteger64(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174596,38 +93994,6 @@ public void GetInteger64( [NativeTypeName("GLint64 *")] long* data ) => T.GetInteger64(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] [MethodImpl( @@ -174638,30 +94004,25 @@ public void GetInteger64( [NativeTypeName("GLint64 *")] Ref data ) => T.GetInteger64(pname, data); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetInteger64Apple( + public void GetInteger64APPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* @params - ) => T.GetInteger64Apple(pname, @params); + ) => T.GetInteger64APPLE(pname, @params); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetInteger64Apple( + public void GetInteger64APPLE( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint64 *")] Ref @params - ) => T.GetInteger64Apple(pname, @params); + ) => T.GetInteger64APPLE(pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174671,7 +94032,6 @@ public void GetInteger64EXT( [NativeTypeName("GLint64 *")] long* data ) => T.GetInteger64EXT(pname, data); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] [MethodImpl( @@ -174682,42 +94042,6 @@ public void GetInteger64EXT( [NativeTypeName("GLint64 *")] Ref data ) => T.GetInteger64EXT(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174728,42 +94052,6 @@ public void GetInteger( [NativeTypeName("GLint *")] int* data ) => T.GetInteger(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] [MethodImpl( @@ -174775,7 +94063,6 @@ public void GetInteger( [NativeTypeName("GLint *")] Ref data ) => T.GetInteger(target, index, data); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174786,7 +94073,6 @@ public void GetIntegerEXT( [NativeTypeName("GLint *")] int* data ) => T.GetIntegerEXT(target, index, data); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] [MethodImpl( @@ -174798,8 +94084,6 @@ public void GetIntegerEXT( [NativeTypeName("GLint *")] Ref data ) => T.GetIntegerEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174810,8 +94094,6 @@ public void GetIntegerIndexedEXT( [NativeTypeName("GLint *")] int* data ) => T.GetIntegerIndexedEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] [MethodImpl( @@ -174823,8 +94105,6 @@ public void GetIntegerIndexedEXT( [NativeTypeName("GLint *")] Ref data ) => T.GetIntegerIndexedEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174835,8 +94115,6 @@ public void GetIntegerui64NV( [NativeTypeName("GLuint64EXT *")] ulong* result ) => T.GetIntegerui64NV(value, index, result); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl( @@ -174848,8 +94126,6 @@ public void GetIntegerui64NV( [NativeTypeName("GLuint64EXT *")] Ref result ) => T.GetIntegerui64NV(value, index, result); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl( @@ -174858,8 +94134,6 @@ public void GetIntegerui64NV( public ulong GetIntegerui64NV([NativeTypeName("GLuint")] uint index) => T.GetIntegerui64NV(index); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174869,8 +94143,6 @@ public void GetIntegerNV( [NativeTypeName("GLuint64EXT *")] ulong* result ) => T.GetIntegerNV(value, result); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl( @@ -174881,8 +94153,6 @@ public void GetIntegerNV( [NativeTypeName("GLuint64EXT *")] Ref result ) => T.GetIntegerNV(value, result); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl( @@ -174890,62 +94160,6 @@ public void GetIntegerNV( )] public ulong GetIntegerNV() => T.GetIntegerNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -174955,62 +94169,6 @@ public void GetInteger( [NativeTypeName("GLint *")] int* data ) => T.GetInteger(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] [MethodImpl( @@ -175021,132 +94179,42 @@ public void GetInteger( [NativeTypeName("GLint *")] Ref data ) => T.GetInteger(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetInternalformati64V( + public void GetInternalformati64v( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLint64 *")] long* @params - ) => T.GetInternalformati64V(target, internalformat, pname, count, @params); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] + ) => T.GetInternalformati64v(target, internalformat, pname, count, @params); + [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetInternalformati64V( + public void GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLint64 *")] Ref @params - ) => T.GetInternalformati64V(target, internalformat, pname, count, @params); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] + ) => T.GetInternalformati64v(target, internalformat, pname, count, @params); + [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public long GetInternalformati64V( + public long GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname - ) => T.GetInternalformati64V(target, internalformat, pname); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] + ) => T.GetInternalformati64v(target, internalformat, pname); + [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175159,30 +94227,6 @@ public void GetInternalformat( [NativeTypeName("GLint *")] int* @params ) => T.GetInternalformat(target, internalformat, pname, count, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl( @@ -175196,30 +94240,6 @@ public void GetInternalformat( [NativeTypeName("GLint *")] Ref @params ) => T.GetInternalformat(target, internalformat, pname, count, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl( @@ -175231,9 +94251,6 @@ public int GetInternalformat( [NativeTypeName("GLenum")] Constant pname ) => T.GetInternalformat(target, internalformat, pname); - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175247,9 +94264,6 @@ public void GetInternalformatSampleNV( [NativeTypeName("GLint *")] int* @params ) => T.GetInternalformatSampleNV(target, internalformat, samples, pname, count, @params); - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl( @@ -175264,9 +94278,6 @@ public void GetInternalformatSampleNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetInternalformatSampleNV(target, internalformat, samples, pname, count, @params); - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl( @@ -175279,7 +94290,6 @@ public int GetInternalformatSampleNV( [NativeTypeName("GLenum")] Constant pname ) => T.GetInternalformatSampleNV(target, internalformat, samples, pname); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175290,7 +94300,6 @@ public void GetInvariantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ) => T.GetInvariantBooleanEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl( @@ -175302,7 +94311,6 @@ public void GetInvariantBooleanEXT( [NativeTypeName("GLboolean *")] Ref data ) => T.GetInvariantBooleanEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl( @@ -175312,7 +94320,6 @@ public uint GetInvariantBooleanEXT( [NativeTypeName("GLenum")] Constant value ) => T.GetInvariantBooleanEXT(value); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175323,7 +94330,6 @@ public void GetInvariantFloatEXT( [NativeTypeName("GLfloat *")] float* data ) => T.GetInvariantFloatEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl( @@ -175335,7 +94341,6 @@ public void GetInvariantFloatEXT( [NativeTypeName("GLfloat *")] Ref data ) => T.GetInvariantFloatEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl( @@ -175345,7 +94350,6 @@ public float GetInvariantFloatEXT( [NativeTypeName("GLenum")] Constant value ) => T.GetInvariantFloatEXT(value); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175356,7 +94360,6 @@ public void GetInvariantIntegerEXT( [NativeTypeName("GLint *")] int* data ) => T.GetInvariantIntegerEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl( @@ -175368,7 +94371,6 @@ public void GetInvariantIntegerEXT( [NativeTypeName("GLint *")] Ref data ) => T.GetInvariantIntegerEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl( @@ -175378,32 +94380,6 @@ public int GetInvariantIntegerEXT( [NativeTypeName("GLenum")] Constant value ) => T.GetInvariantIntegerEXT(value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetLightfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175414,32 +94390,6 @@ public void GetLight( [NativeTypeName("GLfloat *")] float* @params ) => T.GetLight(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightfv")] [MethodImpl( @@ -175451,31 +94401,6 @@ public void GetLight( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetLight(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetLightiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175486,31 +94411,6 @@ public void GetLight( [NativeTypeName("GLint *")] int* @params ) => T.GetLight(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightiv")] [MethodImpl( @@ -175522,7 +94422,6 @@ public void GetLight( [NativeTypeName("GLint *")] Ref @params ) => T.GetLight(light, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175533,7 +94432,6 @@ public void GetLightxOES( [NativeTypeName("GLfixed *")] int* @params ) => T.GetLightxOES(light, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] [MethodImpl( @@ -175545,7 +94443,6 @@ public void GetLightxOES( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetLightxOES(light, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetLightxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175556,7 +94453,6 @@ public void GetLightx( [NativeTypeName("GLfixed *")] int* @params ) => T.GetLightx(light, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxv")] [MethodImpl( @@ -175568,7 +94464,6 @@ public void GetLightx( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetLightx(light, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175579,7 +94474,6 @@ public void GetLightxvOES( [NativeTypeName("GLfixed *")] int* @params ) => T.GetLightxvOES(light, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] [MethodImpl( @@ -175591,7 +94485,6 @@ public void GetLightxvOES( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetLightxvOES(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175602,7 +94495,6 @@ public void GetListParameterSGIX( [NativeTypeName("GLfloat *")] float* @params ) => T.GetListParameterSGIX(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] [MethodImpl( @@ -175614,7 +94506,6 @@ public void GetListParameterSGIX( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetListParameterSGIX(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175625,7 +94516,6 @@ public void GetListParameterSGIX( [NativeTypeName("GLint *")] int* @params ) => T.GetListParameterSGIX(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] [MethodImpl( @@ -175637,7 +94527,6 @@ public void GetListParameterSGIX( [NativeTypeName("GLint *")] Ref @params ) => T.GetListParameterSGIX(list, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175648,7 +94537,6 @@ public void GetLocalConstantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ) => T.GetLocalConstantBooleanEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl( @@ -175660,7 +94548,6 @@ public void GetLocalConstantBooleanEXT( [NativeTypeName("GLboolean *")] Ref data ) => T.GetLocalConstantBooleanEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl( @@ -175670,7 +94557,6 @@ public uint GetLocalConstantBooleanEXT( [NativeTypeName("GLenum")] Constant value ) => T.GetLocalConstantBooleanEXT(value); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175681,7 +94567,6 @@ public void GetLocalConstantFloatEXT( [NativeTypeName("GLfloat *")] float* data ) => T.GetLocalConstantFloatEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl( @@ -175693,7 +94578,6 @@ public void GetLocalConstantFloatEXT( [NativeTypeName("GLfloat *")] Ref data ) => T.GetLocalConstantFloatEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl( @@ -175703,7 +94587,6 @@ public float GetLocalConstantFloatEXT( [NativeTypeName("GLenum")] Constant value ) => T.GetLocalConstantFloatEXT(value); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175714,7 +94597,6 @@ public void GetLocalConstantIntegerEXT( [NativeTypeName("GLint *")] int* data ) => T.GetLocalConstantIntegerEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl( @@ -175726,7 +94608,6 @@ public void GetLocalConstantIntegerEXT( [NativeTypeName("GLint *")] Ref data ) => T.GetLocalConstantIntegerEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl( @@ -175736,7 +94617,6 @@ public int GetLocalConstantIntegerEXT( [NativeTypeName("GLenum")] Constant value ) => T.GetLocalConstantIntegerEXT(value); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175748,7 +94628,6 @@ public void GetMapAttribParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => T.GetMapAttribParameterNV(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] [MethodImpl( @@ -175761,7 +94640,6 @@ public void GetMapAttribParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetMapAttribParameterNV(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175773,7 +94651,6 @@ public void GetMapAttribParameterNV( [NativeTypeName("GLint *")] int* @params ) => T.GetMapAttribParameterNV(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] [MethodImpl( @@ -175786,7 +94663,6 @@ public void GetMapAttribParameterNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetMapAttribParameterNV(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175801,7 +94677,6 @@ public void GetMapControlPointsNV( void* points ) => T.GetMapControlPointsNV(target, index, type, ustride, vstride, packed, points); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] [MethodImpl( @@ -175817,31 +94692,6 @@ public void GetMapControlPointsNV( Ref points ) => T.GetMapControlPointsNV(target, index, type, ustride, vstride, packed, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175852,31 +94702,6 @@ public void GetMap( [NativeTypeName("GLdouble *")] double* v ) => T.GetMap(target, query, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapdv")] [MethodImpl( @@ -175888,31 +94713,6 @@ public void GetMap( [NativeTypeName("GLdouble *")] Ref v ) => T.GetMap(target, query, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175923,31 +94723,6 @@ public void GetMap( [NativeTypeName("GLfloat *")] float* v ) => T.GetMap(target, query, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapfv")] [MethodImpl( @@ -175959,31 +94734,6 @@ public void GetMap( [NativeTypeName("GLfloat *")] Ref v ) => T.GetMap(target, query, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -175994,31 +94744,6 @@ public void GetMap( [NativeTypeName("GLint *")] int* v ) => T.GetMap(target, query, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapiv")] [MethodImpl( @@ -176030,7 +94755,6 @@ public void GetMap( [NativeTypeName("GLint *")] Ref v ) => T.GetMap(target, query, v); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176041,7 +94765,6 @@ public void GetMapParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => T.GetMapParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] [MethodImpl( @@ -176053,7 +94776,6 @@ public void GetMapParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetMapParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176064,7 +94786,6 @@ public void GetMapParameterNV( [NativeTypeName("GLint *")] int* @params ) => T.GetMapParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] [MethodImpl( @@ -176076,7 +94797,6 @@ public void GetMapParameterNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetMapParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176087,7 +94807,6 @@ public void GetMapxOES( [NativeTypeName("GLfixed *")] int* v ) => T.GetMapxOES(target, query, v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] [MethodImpl( @@ -176099,32 +94818,6 @@ public void GetMapxOES( [NativeTypeName("GLfixed *")] Ref v ) => T.GetMapxOES(target, query, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176135,32 +94828,6 @@ public void GetMaterial( [NativeTypeName("GLfloat *")] float* @params ) => T.GetMaterial(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] [MethodImpl( @@ -176172,31 +94839,6 @@ public void GetMaterial( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetMaterial(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176207,31 +94849,6 @@ public void GetMaterial( [NativeTypeName("GLint *")] int* @params ) => T.GetMaterial(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] [MethodImpl( @@ -176243,7 +94860,6 @@ public void GetMaterial( [NativeTypeName("GLint *")] Ref @params ) => T.GetMaterial(face, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176254,7 +94870,6 @@ public void GetMaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => T.GetMaterialxOES(face, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] [MethodImpl( @@ -176266,7 +94881,6 @@ public void GetMaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => T.GetMaterialxOES(face, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176277,7 +94891,6 @@ public void GetMaterialx( [NativeTypeName("GLfixed *")] int* @params ) => T.GetMaterialx(face, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] [MethodImpl( @@ -176289,7 +94902,6 @@ public void GetMaterialx( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetMaterialx(face, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176300,7 +94912,6 @@ public void GetMaterialxOES( [NativeTypeName("GLfixed *")] int* @params ) => T.GetMaterialxOES(face, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] [MethodImpl( @@ -176312,9 +94923,6 @@ public void GetMaterialxOES( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetMaterialxOES(face, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176327,9 +94935,6 @@ public void GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint *")] uint* @params ) => T.GetMemoryObjectDetachedResourcesNV(memory, pname, first, count, @params); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] [MethodImpl( @@ -176343,8 +94948,6 @@ public void GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint *")] Ref @params ) => T.GetMemoryObjectDetachedResourcesNV(memory, pname, first, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176355,8 +94958,6 @@ public void GetMemoryObjectParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetMemoryObjectParameterEXT(memoryObject, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] [MethodImpl( @@ -176368,7 +94969,6 @@ public void GetMemoryObjectParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetMemoryObjectParameterEXT(memoryObject, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmax")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176381,7 +94981,6 @@ public void GetMinmax( void* values ) => T.GetMinmax(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmax")] [MethodImpl( @@ -176395,7 +94994,6 @@ public void GetMinmax( Ref values ) => T.GetMinmax(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176408,7 +95006,6 @@ public void GetMinmaxEXT( void* values ) => T.GetMinmaxEXT(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] [MethodImpl( @@ -176422,7 +95019,6 @@ public void GetMinmaxEXT( Ref values ) => T.GetMinmaxEXT(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176433,7 +95029,6 @@ public void GetMinmaxParameter( [NativeTypeName("GLfloat *")] float* @params ) => T.GetMinmaxParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] [MethodImpl( @@ -176445,7 +95040,6 @@ public void GetMinmaxParameter( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetMinmaxParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176456,7 +95050,6 @@ public void GetMinmaxParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetMinmaxParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] [MethodImpl( @@ -176468,7 +95061,6 @@ public void GetMinmaxParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetMinmaxParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176479,7 +95071,6 @@ public void GetMinmaxParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetMinmaxParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] [MethodImpl( @@ -176491,7 +95082,6 @@ public void GetMinmaxParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetMinmaxParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176502,7 +95092,6 @@ public void GetMinmaxParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetMinmaxParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] [MethodImpl( @@ -176514,38 +95103,6 @@ public void GetMinmaxParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetMinmaxParameterEXT(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176556,38 +95113,6 @@ public void GetMultisample( [NativeTypeName("GLfloat *")] float* val ) => T.GetMultisample(pname, index, val); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] [MethodImpl( @@ -176599,7 +95124,6 @@ public void GetMultisample( [NativeTypeName("GLfloat *")] Ref val ) => T.GetMultisample(pname, index, val); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176610,7 +95134,6 @@ public void GetMultisampleNV( [NativeTypeName("GLfloat *")] float* val ) => T.GetMultisampleNV(pname, index, val); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] [MethodImpl( @@ -176622,8 +95145,6 @@ public void GetMultisampleNV( [NativeTypeName("GLfloat *")] Ref val ) => T.GetMultisampleNV(pname, index, val); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176635,8 +95156,6 @@ public void GetMultiTexEnvEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetMultiTexEnvEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] [MethodImpl( @@ -176649,8 +95168,6 @@ public void GetMultiTexEnvEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetMultiTexEnvEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176662,8 +95179,6 @@ public void GetMultiTexEnvEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetMultiTexEnvEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] [MethodImpl( @@ -176676,8 +95191,6 @@ public void GetMultiTexEnvEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetMultiTexEnvEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176689,8 +95202,6 @@ public void GetMultiTexGenEXT( [NativeTypeName("GLdouble *")] double* @params ) => T.GetMultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] [MethodImpl( @@ -176703,8 +95214,6 @@ public void GetMultiTexGenEXT( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetMultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176716,8 +95225,6 @@ public void GetMultiTexGenEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetMultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] [MethodImpl( @@ -176730,8 +95237,6 @@ public void GetMultiTexGenEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetMultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176743,8 +95248,6 @@ public void GetMultiTexGenEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetMultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] [MethodImpl( @@ -176757,8 +95260,6 @@ public void GetMultiTexGenEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetMultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176772,8 +95273,6 @@ public void GetMultiTexImageEXT( void* pixels ) => T.GetMultiTexImageEXT(texunit, target, level, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] [MethodImpl( @@ -176788,8 +95287,6 @@ public void GetMultiTexImageEXT( Ref pixels ) => T.GetMultiTexImageEXT(texunit, target, level, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176802,8 +95299,6 @@ public void GetMultiTexLevelParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetMultiTexLevelParameterEXT(texunit, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] [MethodImpl( @@ -176817,8 +95312,6 @@ public void GetMultiTexLevelParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetMultiTexLevelParameterEXT(texunit, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176831,8 +95324,6 @@ public void GetMultiTexLevelParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetMultiTexLevelParameterEXT(texunit, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] [MethodImpl( @@ -176846,8 +95337,6 @@ public void GetMultiTexLevelParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetMultiTexLevelParameterEXT(texunit, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176859,8 +95348,6 @@ public void GetMultiTexParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetMultiTexParameterEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] [MethodImpl( @@ -176873,8 +95360,6 @@ public void GetMultiTexParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetMultiTexParameterEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176886,8 +95371,6 @@ public void GetMultiTexParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetMultiTexParameterIEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] [MethodImpl( @@ -176900,8 +95383,6 @@ public void GetMultiTexParameterIEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetMultiTexParameterIEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176913,8 +95394,6 @@ public void GetMultiTexParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => T.GetMultiTexParameterIEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] [MethodImpl( @@ -176927,8 +95406,6 @@ public void GetMultiTexParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ) => T.GetMultiTexParameterIEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176940,8 +95417,6 @@ public void GetMultiTexParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetMultiTexParameterEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] [MethodImpl( @@ -176954,16 +95429,6 @@ public void GetMultiTexParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetMultiTexParameterEXT(texunit, target, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -176974,16 +95439,6 @@ public void GetNamedBufferParameter( [NativeTypeName("GLint64 *")] long* @params ) => T.GetNamedBufferParameter(buffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] [MethodImpl( @@ -176995,16 +95450,6 @@ public void GetNamedBufferParameter( [NativeTypeName("GLint64 *")] Ref @params ) => T.GetNamedBufferParameter(buffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177015,16 +95460,6 @@ public void GetNamedBufferParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetNamedBufferParameter(buffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] [MethodImpl( @@ -177036,8 +95471,6 @@ public void GetNamedBufferParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetNamedBufferParameter(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177048,8 +95481,6 @@ public void GetNamedBufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetNamedBufferParameterEXT(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] [MethodImpl( @@ -177061,8 +95492,6 @@ public void GetNamedBufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetNamedBufferParameterEXT(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177073,8 +95502,6 @@ public void GetNamedBufferParameterNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ) => T.GetNamedBufferParameterNV(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] [MethodImpl( @@ -177086,16 +95513,6 @@ public void GetNamedBufferParameterNV( [NativeTypeName("GLuint64EXT *")] Ref @params ) => T.GetNamedBufferParameterNV(buffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177106,16 +95523,6 @@ public void GetNamedBufferPointer( void** @params ) => T.GetNamedBufferPointer(buffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] [MethodImpl( @@ -177127,8 +95534,6 @@ public void GetNamedBufferPointer( Ref2D @params ) => T.GetNamedBufferPointer(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177139,8 +95544,6 @@ public void GetNamedBufferPointerEXT( void** @params ) => T.GetNamedBufferPointerEXT(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] [MethodImpl( @@ -177152,16 +95555,6 @@ public void GetNamedBufferPointerEXT( Ref2D @params ) => T.GetNamedBufferPointerEXT(buffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177173,16 +95566,6 @@ public void GetNamedBufferSubData( void* data ) => T.GetNamedBufferSubData(buffer, offset, size, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] [MethodImpl( @@ -177195,8 +95578,6 @@ public void GetNamedBufferSubData( Ref data ) => T.GetNamedBufferSubData(buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177208,8 +95589,6 @@ public void GetNamedBufferSubDataEXT( void* data ) => T.GetNamedBufferSubDataEXT(buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] [MethodImpl( @@ -177222,16 +95601,6 @@ public void GetNamedBufferSubDataEXT( Ref data ) => T.GetNamedBufferSubDataEXT(buffer, offset, size, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177243,16 +95612,6 @@ public void GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetNamedFramebufferAttachmentParameter(framebuffer, attachment, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] [MethodImpl( @@ -177266,8 +95625,6 @@ public void GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetNamedFramebufferAttachmentParameter(framebuffer, attachment, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177279,8 +95636,6 @@ public void GetNamedFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetNamedFramebufferAttachmentParameterEXT(framebuffer, attachment, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] [MethodImpl( @@ -177294,7 +95649,6 @@ public void GetNamedFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetNamedFramebufferAttachmentParameterEXT(framebuffer, attachment, pname, @params); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177316,7 +95670,6 @@ public void GetNamedFramebufferParameterAMD( values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] [MethodImpl( @@ -177339,16 +95692,6 @@ public void GetNamedFramebufferParameterAMD( values ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177359,16 +95702,6 @@ public void GetNamedFramebufferParameter( [NativeTypeName("GLint *")] int* param2 ) => T.GetNamedFramebufferParameter(framebuffer, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] [MethodImpl( @@ -177380,8 +95713,6 @@ public void GetNamedFramebufferParameter( [NativeTypeName("GLint *")] Ref param2 ) => T.GetNamedFramebufferParameter(framebuffer, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177392,8 +95723,6 @@ public void GetNamedFramebufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetNamedFramebufferParameterEXT(framebuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] [MethodImpl( @@ -177405,8 +95734,6 @@ public void GetNamedFramebufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetNamedFramebufferParameterEXT(framebuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177418,8 +95745,6 @@ public void GetNamedProgramEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetNamedProgramEXT(program, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl( @@ -177432,8 +95757,6 @@ public void GetNamedProgramEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetNamedProgramEXT(program, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl( @@ -177445,8 +95768,6 @@ public int GetNamedProgramEXT( [NativeTypeName("GLenum")] Constant pname ) => T.GetNamedProgramEXT(program, target, pname); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177458,8 +95779,6 @@ public void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLdouble *")] double* @params ) => T.GetNamedProgramLocalParameterEXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] [MethodImpl( @@ -177472,8 +95791,6 @@ public void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetNamedProgramLocalParameterEXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177485,8 +95802,6 @@ public void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetNamedProgramLocalParameterEXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] [MethodImpl( @@ -177499,8 +95814,6 @@ public void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetNamedProgramLocalParameterEXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177512,8 +95825,6 @@ public void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetNamedProgramLocalParameterIEXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] [MethodImpl( @@ -177526,8 +95837,6 @@ public void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetNamedProgramLocalParameterIEXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177539,8 +95848,6 @@ public void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => T.GetNamedProgramLocalParameterIEXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] [MethodImpl( @@ -177553,8 +95860,6 @@ public void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ) => T.GetNamedProgramLocalParameterIEXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177566,8 +95871,6 @@ public void GetNamedProgramStringEXT( void* @string ) => T.GetNamedProgramStringEXT(program, target, pname, @string); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] [MethodImpl( @@ -177580,16 +95883,6 @@ public void GetNamedProgramStringEXT( Ref @string ) => T.GetNamedProgramStringEXT(program, target, pname, @string); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177600,16 +95893,6 @@ public void GetNamedRenderbufferParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetNamedRenderbufferParameter(renderbuffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] [MethodImpl( @@ -177621,8 +95904,6 @@ public void GetNamedRenderbufferParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetNamedRenderbufferParameter(renderbuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177633,8 +95914,6 @@ public void GetNamedRenderbufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetNamedRenderbufferParameterEXT(renderbuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] [MethodImpl( @@ -177646,8 +95925,6 @@ public void GetNamedRenderbufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetNamedRenderbufferParameterEXT(renderbuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177660,8 +95937,6 @@ public void GetNamedStringARB( [NativeTypeName("GLchar *")] sbyte* @string ) => T.GetNamedStringARB(namelen, name, bufSize, stringlen, @string); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] [MethodImpl( @@ -177675,8 +95950,6 @@ public void GetNamedStringARB( [NativeTypeName("GLchar *")] Ref @string ) => T.GetNamedStringARB(namelen, name, bufSize, stringlen, @string); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177688,8 +95961,6 @@ public void GetNamedStringARB( [NativeTypeName("GLint *")] int* @params ) => T.GetNamedStringARB(namelen, name, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] [MethodImpl( @@ -177702,7 +95973,6 @@ public void GetNamedStringARB( [NativeTypeName("GLint *")] Ref @params ) => T.GetNamedStringARB(namelen, name, pname, @params); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177715,7 +95985,6 @@ public void GetnColorTable( void* table ) => T.GetnColorTable(target, format, type, bufSize, table); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] [MethodImpl( @@ -177729,7 +95998,6 @@ public void GetnColorTable( Ref table ) => T.GetnColorTable(target, format, type, bufSize, table); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177742,7 +96010,6 @@ public void GetnColorTableARB( void* table ) => T.GetnColorTableARB(target, format, type, bufSize, table); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] [MethodImpl( @@ -177756,8 +96023,6 @@ public void GetnColorTableARB( Ref table ) => T.GetnColorTableARB(target, format, type, bufSize, table); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177769,8 +96034,6 @@ public void GetnCompressedTexImage( void* pixels ) => T.GetnCompressedTexImage(target, lod, bufSize, pixels); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] [MethodImpl( @@ -177783,8 +96046,6 @@ public void GetnCompressedTexImage( Ref pixels ) => T.GetnCompressedTexImage(target, lod, bufSize, pixels); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177796,8 +96057,6 @@ public void GetnCompressedTexImageARB( void* img ) => T.GetnCompressedTexImageARB(target, lod, bufSize, img); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] [MethodImpl( @@ -177810,7 +96069,6 @@ public void GetnCompressedTexImageARB( Ref img ) => T.GetnCompressedTexImageARB(target, lod, bufSize, img); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177823,7 +96081,6 @@ public void GetnConvolutionFilter( void* image ) => T.GetnConvolutionFilter(target, format, type, bufSize, image); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] [MethodImpl( @@ -177837,7 +96094,6 @@ public void GetnConvolutionFilter( Ref image ) => T.GetnConvolutionFilter(target, format, type, bufSize, image); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177850,7 +96106,6 @@ public void GetnConvolutionFilterARB( void* image ) => T.GetnConvolutionFilterARB(target, format, type, bufSize, image); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] [MethodImpl( @@ -177864,42 +96119,32 @@ public void GetnConvolutionFilterARB( Ref image ) => T.GetnConvolutionFilterARB(target, format, type, bufSize, image); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetNextPerfQueryIdIntel( + public void GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* nextQueryId - ) => T.GetNextPerfQueryIdIntel(queryId, nextQueryId); + ) => T.GetNextPerfQueryIdINTEL(queryId, nextQueryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetNextPerfQueryIdIntel( + public void GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref nextQueryId - ) => T.GetNextPerfQueryIdIntel(queryId, nextQueryId); + ) => T.GetNextPerfQueryIdINTEL(queryId, nextQueryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint GetNextPerfQueryIdIntel() => T.GetNextPerfQueryIdIntel(); + public uint GetNextPerfQueryIdINTEL() => T.GetNextPerfQueryIdINTEL(); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177913,7 +96158,6 @@ public void GetnHistogram( void* values ) => T.GetnHistogram(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] [MethodImpl( @@ -177928,7 +96172,6 @@ public void GetnHistogram( Ref values ) => T.GetnHistogram(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177942,7 +96185,6 @@ public void GetnHistogramARB( void* values ) => T.GetnHistogramARB(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] [MethodImpl( @@ -177957,7 +96199,6 @@ public void GetnHistogramARB( Ref values ) => T.GetnHistogramARB(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -177969,7 +96210,6 @@ public void GetnMap( [NativeTypeName("GLdouble *")] double* v ) => T.GetnMap(target, query, bufSize, v); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl( @@ -177982,7 +96222,6 @@ public void GetnMap( [NativeTypeName("GLdouble *")] Ref v ) => T.GetnMap(target, query, bufSize, v); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl( @@ -177993,7 +96232,6 @@ public double GetnMap( [NativeTypeName("GLenum")] Constant query ) => T.GetnMap(target, query); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178005,7 +96243,6 @@ public void GetnMapARB( [NativeTypeName("GLdouble *")] double* v ) => T.GetnMapARB(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] [MethodImpl( @@ -178018,7 +96255,6 @@ public void GetnMapARB( [NativeTypeName("GLdouble *")] Ref v ) => T.GetnMapARB(target, query, bufSize, v); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178030,7 +96266,6 @@ public void GetnMap( [NativeTypeName("GLfloat *")] float* v ) => T.GetnMap(target, query, bufSize, v); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] [MethodImpl( @@ -178043,7 +96278,6 @@ public void GetnMap( [NativeTypeName("GLfloat *")] Ref v ) => T.GetnMap(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178055,7 +96289,6 @@ public void GetnMapfvARB( [NativeTypeName("GLfloat *")] float* v ) => T.GetnMapfvARB(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl( @@ -178068,7 +96301,6 @@ public void GetnMapfvARB( [NativeTypeName("GLfloat *")] Ref v ) => T.GetnMapfvARB(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl( @@ -178079,7 +96311,6 @@ public float GetnMapfvARB( [NativeTypeName("GLenum")] Constant query ) => T.GetnMapfvARB(target, query); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178091,7 +96322,6 @@ public void GetnMap( [NativeTypeName("GLint *")] int* v ) => T.GetnMap(target, query, bufSize, v); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] [MethodImpl( @@ -178104,7 +96334,6 @@ public void GetnMap( [NativeTypeName("GLint *")] Ref v ) => T.GetnMap(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178116,7 +96345,6 @@ public void GetnMapivARB( [NativeTypeName("GLint *")] int* v ) => T.GetnMapivARB(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl( @@ -178129,7 +96357,6 @@ public void GetnMapivARB( [NativeTypeName("GLint *")] Ref v ) => T.GetnMapivARB(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl( @@ -178140,7 +96367,6 @@ public int GetnMapivARB( [NativeTypeName("GLenum")] Constant query ) => T.GetnMapivARB(target, query); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178154,7 +96380,6 @@ public void GetnMinmax( void* values ) => T.GetnMinmax(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] [MethodImpl( @@ -178169,7 +96394,6 @@ public void GetnMinmax( Ref values ) => T.GetnMinmax(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178183,7 +96407,6 @@ public void GetnMinmaxARB( void* values ) => T.GetnMinmaxARB(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] [MethodImpl( @@ -178198,7 +96421,6 @@ public void GetnMinmaxARB( Ref values ) => T.GetnMinmaxARB(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178209,7 +96431,6 @@ public void GetnPixelMap( [NativeTypeName("GLfloat *")] float* values ) => T.GetnPixelMap(map, bufSize, values); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] [MethodImpl( @@ -178221,7 +96442,6 @@ public void GetnPixelMap( [NativeTypeName("GLfloat *")] Ref values ) => T.GetnPixelMap(map, bufSize, values); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] [MethodImpl( @@ -178231,7 +96451,6 @@ public float GetnPixelMap( [NativeTypeName("GLenum")] Constant map ) => T.GetnPixelMap(map); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178242,7 +96461,6 @@ public void GetnPixelMapARB( [NativeTypeName("GLfloat *")] float* values ) => T.GetnPixelMapARB(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] [MethodImpl( @@ -178254,7 +96472,6 @@ public void GetnPixelMapARB( [NativeTypeName("GLfloat *")] Ref values ) => T.GetnPixelMapARB(map, bufSize, values); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178265,7 +96482,6 @@ public void GetnPixelMap( [NativeTypeName("GLuint *")] uint* values ) => T.GetnPixelMap(map, bufSize, values); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] [MethodImpl( @@ -178277,7 +96493,6 @@ public void GetnPixelMap( [NativeTypeName("GLuint *")] Ref values ) => T.GetnPixelMap(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178288,7 +96503,6 @@ public void GetnPixelMapuivARB( [NativeTypeName("GLuint *")] uint* values ) => T.GetnPixelMapuivARB(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] [MethodImpl( @@ -178300,7 +96514,6 @@ public void GetnPixelMapuivARB( [NativeTypeName("GLuint *")] Ref values ) => T.GetnPixelMapuivARB(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] [MethodImpl( @@ -178310,7 +96523,6 @@ public uint GetnPixelMapuivARB( [NativeTypeName("GLenum")] Constant map ) => T.GetnPixelMapuivARB(map); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178321,7 +96533,6 @@ public void GetnPixelMap( [NativeTypeName("GLushort *")] ushort* values ) => T.GetnPixelMap(map, bufSize, values); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] [MethodImpl( @@ -178333,7 +96544,6 @@ public void GetnPixelMap( [NativeTypeName("GLushort *")] Ref values ) => T.GetnPixelMap(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178344,7 +96554,6 @@ public void GetnPixelMapusvARB( [NativeTypeName("GLushort *")] ushort* values ) => T.GetnPixelMapusvARB(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] [MethodImpl( @@ -178356,7 +96565,6 @@ public void GetnPixelMapusvARB( [NativeTypeName("GLushort *")] Ref values ) => T.GetnPixelMapusvARB(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] [MethodImpl( @@ -178366,7 +96574,6 @@ public ushort GetnPixelMapusvARB( [NativeTypeName("GLenum")] Constant map ) => T.GetnPixelMapusvARB(map); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178376,7 +96583,6 @@ public void GetnPolygonStipple( [NativeTypeName("GLubyte *")] byte* pattern ) => T.GetnPolygonStipple(bufSize, pattern); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl( @@ -178387,7 +96593,6 @@ public void GetnPolygonStipple( [NativeTypeName("GLubyte *")] Ref pattern ) => T.GetnPolygonStipple(bufSize, pattern); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl( @@ -178395,7 +96600,6 @@ public void GetnPolygonStipple( )] public byte GetnPolygonStipple() => T.GetnPolygonStipple(); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178405,7 +96609,6 @@ public void GetnPolygonStippleARB( [NativeTypeName("GLubyte *")] byte* pattern ) => T.GetnPolygonStippleARB(bufSize, pattern); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl( @@ -178416,7 +96619,6 @@ public void GetnPolygonStippleARB( [NativeTypeName("GLubyte *")] Ref pattern ) => T.GetnPolygonStippleARB(bufSize, pattern); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl( @@ -178424,7 +96626,6 @@ public void GetnPolygonStippleARB( )] public byte GetnPolygonStippleARB() => T.GetnPolygonStippleARB(); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178450,7 +96651,6 @@ public void GetnSeparableFilter( span ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] [MethodImpl( @@ -178477,7 +96677,6 @@ Ref span span ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178503,7 +96702,6 @@ public void GetnSeparableFilterARB( span ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] [MethodImpl( @@ -178530,8 +96728,6 @@ Ref span span ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178545,8 +96741,6 @@ public void GetnTexImage( void* pixels ) => T.GetnTexImage(target, level, format, type, bufSize, pixels); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] [MethodImpl( @@ -178561,8 +96755,6 @@ public void GetnTexImage( Ref pixels ) => T.GetnTexImage(target, level, format, type, bufSize, pixels); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178576,8 +96768,6 @@ public void GetnTexImageARB( void* img ) => T.GetnTexImageARB(target, level, format, type, bufSize, img); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] [MethodImpl( @@ -178592,8 +96782,6 @@ public void GetnTexImageARB( Ref img ) => T.GetnTexImageARB(target, level, format, type, bufSize, img); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178605,8 +96793,6 @@ public void GetnUniform( [NativeTypeName("GLdouble *")] double* @params ) => T.GetnUniform(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] [MethodImpl( @@ -178619,8 +96805,6 @@ public void GetnUniform( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetnUniform(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178632,8 +96816,6 @@ public void GetnUniformARB( [NativeTypeName("GLdouble *")] double* @params ) => T.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] [MethodImpl( @@ -178646,16 +96828,6 @@ public void GetnUniformARB( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178667,16 +96839,6 @@ public void GetnUniform( [NativeTypeName("GLfloat *")] float* @params ) => T.GetnUniform(program, location, bufSize, @params); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] [MethodImpl( @@ -178689,8 +96851,6 @@ public void GetnUniform( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetnUniform(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178702,8 +96862,6 @@ public void GetnUniformARB( [NativeTypeName("GLfloat *")] float* @params ) => T.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] [MethodImpl( @@ -178716,8 +96874,6 @@ public void GetnUniformARB( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178729,8 +96885,6 @@ public void GetnUniformEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetnUniformEXT(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] [MethodImpl( @@ -178743,7 +96897,6 @@ public void GetnUniformEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetnUniformEXT(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178755,7 +96908,6 @@ public void GetnUniformKHR( [NativeTypeName("GLfloat *")] float* @params ) => T.GetnUniformKHR(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] [MethodImpl( @@ -178768,8 +96920,6 @@ public void GetnUniformKHR( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetnUniformKHR(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178781,8 +96931,6 @@ public void GetnUniformARB( [NativeTypeName("GLint64 *")] long* @params ) => T.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] [MethodImpl( @@ -178795,16 +96943,6 @@ public void GetnUniformARB( [NativeTypeName("GLint64 *")] Ref @params ) => T.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178816,16 +96954,6 @@ public void GetnUniform( [NativeTypeName("GLint *")] int* @params ) => T.GetnUniform(program, location, bufSize, @params); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] [MethodImpl( @@ -178838,8 +96966,6 @@ public void GetnUniform( [NativeTypeName("GLint *")] Ref @params ) => T.GetnUniform(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178851,8 +96977,6 @@ public void GetnUniformARB( [NativeTypeName("GLint *")] int* @params ) => T.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] [MethodImpl( @@ -178865,8 +96989,6 @@ public void GetnUniformARB( [NativeTypeName("GLint *")] Ref @params ) => T.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178878,8 +97000,6 @@ public void GetnUniformEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetnUniformEXT(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] [MethodImpl( @@ -178892,7 +97012,6 @@ public void GetnUniformEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetnUniformEXT(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178904,7 +97023,6 @@ public void GetnUniformKHR( [NativeTypeName("GLint *")] int* @params ) => T.GetnUniformKHR(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] [MethodImpl( @@ -178917,8 +97035,6 @@ public void GetnUniformKHR( [NativeTypeName("GLint *")] Ref @params ) => T.GetnUniformKHR(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178930,8 +97046,6 @@ public void GetnUniformARB( [NativeTypeName("GLuint64 *")] ulong* @params ) => T.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] [MethodImpl( @@ -178944,16 +97058,6 @@ public void GetnUniformARB( [NativeTypeName("GLuint64 *")] Ref @params ) => T.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -178965,16 +97069,6 @@ public void GetnUniform( [NativeTypeName("GLuint *")] uint* @params ) => T.GetnUniform(program, location, bufSize, @params); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] [MethodImpl( @@ -178987,8 +97081,6 @@ public void GetnUniform( [NativeTypeName("GLuint *")] Ref @params ) => T.GetnUniform(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179000,8 +97092,6 @@ public void GetnUniformARB( [NativeTypeName("GLuint *")] uint* @params ) => T.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] [MethodImpl( @@ -179014,7 +97104,6 @@ public void GetnUniformARB( [NativeTypeName("GLuint *")] Ref @params ) => T.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179026,7 +97115,6 @@ public void GetnUniformKHR( [NativeTypeName("GLuint *")] uint* @params ) => T.GetnUniformKHR(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] [MethodImpl( @@ -179039,7 +97127,6 @@ public void GetnUniformKHR( [NativeTypeName("GLuint *")] Ref @params ) => T.GetnUniformKHR(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179050,7 +97137,6 @@ public void GetObjectBufferfvATI( [NativeTypeName("GLfloat *")] float* @params ) => T.GetObjectBufferfvATI(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl( @@ -179062,7 +97148,6 @@ public void GetObjectBufferfvATI( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetObjectBufferfvATI(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl( @@ -179073,7 +97158,6 @@ public float GetObjectBufferfvATI( [NativeTypeName("GLenum")] Constant pname ) => T.GetObjectBufferfvATI(buffer, pname); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179084,7 +97168,6 @@ public void GetObjectBufferivATI( [NativeTypeName("GLint *")] int* @params ) => T.GetObjectBufferivATI(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl( @@ -179096,7 +97179,6 @@ public void GetObjectBufferivATI( [NativeTypeName("GLint *")] Ref @params ) => T.GetObjectBufferivATI(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl( @@ -179107,28 +97189,6 @@ public int GetObjectBufferivATI( [NativeTypeName("GLenum")] Constant pname ) => T.GetObjectBufferivATI(buffer, pname); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179141,28 +97201,6 @@ public void GetObjectLabel( [NativeTypeName("GLchar *")] sbyte* label ) => T.GetObjectLabel(identifier, name, bufSize, length, label); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl( @@ -179176,28 +97214,6 @@ public void GetObjectLabel( [NativeTypeName("GLchar *")] Ref label ) => T.GetObjectLabel(identifier, name, bufSize, length, label); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl( @@ -179209,9 +97225,6 @@ public sbyte GetObjectLabel( [NativeTypeName("GLsizei *")] Ref length ) => T.GetObjectLabel(identifier, name, length); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179224,9 +97237,6 @@ public void GetObjectLabelEXT( [NativeTypeName("GLchar *")] sbyte* label ) => T.GetObjectLabelEXT(type, @object, bufSize, length, label); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl( @@ -179240,9 +97250,6 @@ public void GetObjectLabelEXT( [NativeTypeName("GLchar *")] Ref label ) => T.GetObjectLabelEXT(type, @object, bufSize, length, label); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl( @@ -179254,7 +97261,6 @@ public sbyte GetObjectLabelEXT( [NativeTypeName("GLsizei *")] Ref length ) => T.GetObjectLabelEXT(type, @object, length); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179267,7 +97273,6 @@ public void GetObjectLabelKHR( [NativeTypeName("GLchar *")] sbyte* label ) => T.GetObjectLabelKHR(identifier, name, bufSize, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl( @@ -179281,7 +97286,6 @@ public void GetObjectLabelKHR( [NativeTypeName("GLchar *")] Ref label ) => T.GetObjectLabelKHR(identifier, name, bufSize, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl( @@ -179293,7 +97297,6 @@ public sbyte GetObjectLabelKHR( [NativeTypeName("GLsizei *")] Ref length ) => T.GetObjectLabelKHR(identifier, name, length); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179304,7 +97307,6 @@ public void GetObjectParameterfvARB( [NativeTypeName("GLfloat *")] float* @params ) => T.GetObjectParameterfvARB(obj, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl( @@ -179316,7 +97318,6 @@ public void GetObjectParameterfvARB( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetObjectParameterfvARB(obj, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl( @@ -179325,43 +97326,39 @@ public void GetObjectParameterfvARB( public float GetObjectParameterfvARB([NativeTypeName("GLhandleARB")] uint obj) => T.GetObjectParameterfvARB(obj); - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetObjectParameterApple( + public void GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params - ) => T.GetObjectParameterApple(objectType, name, pname, @params); + ) => T.GetObjectParameterAPPLE(objectType, name, pname, @params); - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetObjectParameterApple( + public void GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] Ref @params - ) => T.GetObjectParameterApple(objectType, name, pname, @params); + ) => T.GetObjectParameterAPPLE(objectType, name, pname, @params); - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public int GetObjectParameterApple( + public int GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name - ) => T.GetObjectParameterApple(objectType, name); + ) => T.GetObjectParameterAPPLE(objectType, name); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179372,7 +97369,6 @@ public void GetObjectParameterivARB( [NativeTypeName("GLint *")] int* @params ) => T.GetObjectParameterivARB(obj, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl( @@ -179384,7 +97380,6 @@ public void GetObjectParameterivARB( [NativeTypeName("GLint *")] Ref @params ) => T.GetObjectParameterivARB(obj, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl( @@ -179393,28 +97388,6 @@ public void GetObjectParameterivARB( public int GetObjectParameterivARB([NativeTypeName("GLhandleARB")] uint obj) => T.GetObjectParameterivARB(obj); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179426,28 +97399,6 @@ public void GetObjectPtrLabel( [NativeTypeName("GLchar *")] sbyte* label ) => T.GetObjectPtrLabel(ptr, bufSize, length, label); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl( @@ -179460,28 +97411,6 @@ public void GetObjectPtrLabel( [NativeTypeName("GLchar *")] Ref label ) => T.GetObjectPtrLabel(ptr, bufSize, length, label); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl( @@ -179492,7 +97421,6 @@ public sbyte GetObjectPtrLabel( [NativeTypeName("GLsizei *")] Ref length ) => T.GetObjectPtrLabel(ptr, length); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179504,7 +97432,6 @@ public void GetObjectPtrLabelKHR( [NativeTypeName("GLchar *")] sbyte* label ) => T.GetObjectPtrLabelKHR(ptr, bufSize, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl( @@ -179517,7 +97444,6 @@ public void GetObjectPtrLabelKHR( [NativeTypeName("GLchar *")] Ref label ) => T.GetObjectPtrLabelKHR(ptr, bufSize, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl( @@ -179528,7 +97454,6 @@ public sbyte GetObjectPtrLabelKHR( [NativeTypeName("GLsizei *")] Ref length ) => T.GetObjectPtrLabelKHR(ptr, length); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179539,7 +97464,6 @@ public void GetOcclusionQueryNV( [NativeTypeName("GLint *")] int* @params ) => T.GetOcclusionQueryNV(id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] [MethodImpl( @@ -179551,7 +97475,6 @@ public void GetOcclusionQueryNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetOcclusionQueryNV(id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179562,7 +97485,6 @@ public void GetOcclusionQueryNV( [NativeTypeName("GLuint *")] uint* @params ) => T.GetOcclusionQueryNV(id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] [MethodImpl( @@ -179574,7 +97496,6 @@ public void GetOcclusionQueryNV( [NativeTypeName("GLuint *")] Ref @params ) => T.GetOcclusionQueryNV(id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179585,7 +97506,6 @@ public void GetPathColorGenNV( [NativeTypeName("GLfloat *")] float* value ) => T.GetPathColorGenNV(color, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] [MethodImpl( @@ -179597,7 +97517,6 @@ public void GetPathColorGenNV( [NativeTypeName("GLfloat *")] Ref value ) => T.GetPathColorGenNV(color, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179608,7 +97527,6 @@ public void GetPathColorGenNV( [NativeTypeName("GLint *")] int* value ) => T.GetPathColorGenNV(color, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] [MethodImpl( @@ -179620,9 +97538,6 @@ public void GetPathColorGenNV( [NativeTypeName("GLint *")] Ref value ) => T.GetPathColorGenNV(color, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179632,9 +97547,6 @@ public void GetPathCommandsNV( [NativeTypeName("GLubyte *")] byte* commands ) => T.GetPathCommandsNV(path, commands); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl( @@ -179645,9 +97557,6 @@ public void GetPathCommandsNV( [NativeTypeName("GLubyte *")] Ref commands ) => T.GetPathCommandsNV(path, commands); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl( @@ -179655,9 +97564,6 @@ public void GetPathCommandsNV( )] public byte GetPathCommandsNV() => T.GetPathCommandsNV(); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl( @@ -179668,9 +97574,6 @@ public void GetPathCommandsNV( [NativeTypeName("GLubyte *")] Ref commands ) => T.GetPathCommandsNV(path, commands); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179680,9 +97583,6 @@ public void GetPathCoordsNV( [NativeTypeName("GLfloat *")] float* coords ) => T.GetPathCoordsNV(path, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl( @@ -179693,9 +97593,6 @@ public void GetPathCoordsNV( [NativeTypeName("GLfloat *")] Ref coords ) => T.GetPathCoordsNV(path, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl( @@ -179703,9 +97600,6 @@ public void GetPathCoordsNV( )] public float GetPathCoordsNV() => T.GetPathCoordsNV(); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179715,9 +97609,6 @@ public void GetPathDashArrayNV( [NativeTypeName("GLfloat *")] float* dashArray ) => T.GetPathDashArrayNV(path, dashArray); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl( @@ -179728,9 +97619,6 @@ public void GetPathDashArrayNV( [NativeTypeName("GLfloat *")] Ref dashArray ) => T.GetPathDashArrayNV(path, dashArray); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl( @@ -179739,9 +97627,6 @@ public void GetPathDashArrayNV( public float GetPathDashArrayNV() => T.GetPathDashArrayNV(); [return: NativeTypeName("GLfloat")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathLengthNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179752,9 +97637,6 @@ public float GetPathLengtNV( [NativeTypeName("GLsizei")] uint numSegments ) => T.GetPathLengtNV(path, startSegment, numSegments); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179767,9 +97649,6 @@ public void GetPathMetricRangeNV( [NativeTypeName("GLfloat *")] float* metrics ) => T.GetPathMetricRangeNV(metricQueryMask, firstPathName, numPaths, stride, metrics); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] [MethodImpl( @@ -179783,9 +97662,6 @@ public void GetPathMetricRangeNV( [NativeTypeName("GLfloat *")] Ref metrics ) => T.GetPathMetricRangeNV(metricQueryMask, firstPathName, numPaths, stride, metrics); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179809,9 +97685,6 @@ public void GetPathMetricNV( metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] [MethodImpl( @@ -179836,9 +97709,6 @@ public void GetPathMetricNV( metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179849,9 +97719,6 @@ public void GetPathParameterNV( [NativeTypeName("GLfloat *")] float* value ) => T.GetPathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] [MethodImpl( @@ -179863,9 +97730,6 @@ public void GetPathParameterNV( [NativeTypeName("GLfloat *")] Ref value ) => T.GetPathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179876,9 +97740,6 @@ public void GetPathParameterNV( [NativeTypeName("GLint *")] int* value ) => T.GetPathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] [MethodImpl( @@ -179890,9 +97751,6 @@ public void GetPathParameterNV( [NativeTypeName("GLint *")] Ref value ) => T.GetPathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179920,9 +97778,6 @@ public void GetPathSpacingNV( returnedSpacing ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] [MethodImpl( @@ -179951,7 +97806,6 @@ public void GetPathSpacingNV( returnedSpacing ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179962,7 +97816,6 @@ public void GetPathTexGenNV( [NativeTypeName("GLfloat *")] float* value ) => T.GetPathTexGenNV(texCoordSet, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] [MethodImpl( @@ -179974,7 +97827,6 @@ public void GetPathTexGenNV( [NativeTypeName("GLfloat *")] Ref value ) => T.GetPathTexGenNV(texCoordSet, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -179985,7 +97837,6 @@ public void GetPathTexGenNV( [NativeTypeName("GLint *")] int* value ) => T.GetPathTexGenNV(texCoordSet, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] [MethodImpl( @@ -179997,14 +97848,11 @@ public void GetPathTexGenNV( [NativeTypeName("GLint *")] Ref value ) => T.GetPathTexGenNV(texCoordSet, pname, value); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetPerfCounterInfoIntel( + public void GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -180017,7 +97865,7 @@ public void GetPerfCounterInfoIntel( [NativeTypeName("GLuint *")] uint* counterDataTypeEnum, [NativeTypeName("GLuint64 *")] ulong* rawCounterMaxValue ) => - T.GetPerfCounterInfoIntel( + T.GetPerfCounterInfoINTEL( queryId, counterId, counterNameLength, @@ -180031,15 +97879,12 @@ public void GetPerfCounterInfoIntel( rawCounterMaxValue ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetPerfCounterInfoIntel( + public void GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -180052,7 +97897,7 @@ public void GetPerfCounterInfoIntel( [NativeTypeName("GLuint *")] Ref counterDataTypeEnum, [NativeTypeName("GLuint64 *")] Ref rawCounterMaxValue ) => - T.GetPerfCounterInfoIntel( + T.GetPerfCounterInfoINTEL( queryId, counterId, counterNameLength, @@ -180066,9 +97911,6 @@ public void GetPerfCounterInfoIntel( rawCounterMaxValue ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180081,9 +97923,6 @@ public void GetPerfMonitorCounterDataAMD( [NativeTypeName("GLint *")] int* bytesWritten ) => T.GetPerfMonitorCounterDataAMD(monitor, pname, dataSize, data, bytesWritten); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl( @@ -180097,9 +97936,6 @@ public void GetPerfMonitorCounterDataAMD( [NativeTypeName("GLint *")] Ref bytesWritten ) => T.GetPerfMonitorCounterDataAMD(monitor, pname, dataSize, data, bytesWritten); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl( @@ -180112,9 +97948,6 @@ public int GetPerfMonitorCounterDataAMD( [NativeTypeName("GLuint *")] Ref data ) => T.GetPerfMonitorCounterDataAMD(monitor, pname, dataSize, data); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180126,9 +97959,6 @@ public void GetPerfMonitorCounterInfoAMD( void* data ) => T.GetPerfMonitorCounterInfoAMD(group, counter, pname, data); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] [MethodImpl( @@ -180141,9 +97971,6 @@ public void GetPerfMonitorCounterInfoAMD( Ref data ) => T.GetPerfMonitorCounterInfoAMD(group, counter, pname, data); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180163,9 +97990,6 @@ public void GetPerfMonitorCountersAMD( counters ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl( @@ -180186,9 +98010,6 @@ public void GetPerfMonitorCountersAMD( counters ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl( @@ -180200,9 +98021,6 @@ public uint GetPerfMonitorCountersAMD( [NativeTypeName("GLint *")] Ref maxActiveCounters ) => T.GetPerfMonitorCountersAMD(group, numCounters, maxActiveCounters); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180215,9 +98033,6 @@ public void GetPerfMonitorCounterStringAMD( [NativeTypeName("GLchar *")] sbyte* counterString ) => T.GetPerfMonitorCounterStringAMD(group, counter, bufSize, length, counterString); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl( @@ -180231,9 +98046,6 @@ public void GetPerfMonitorCounterStringAMD( [NativeTypeName("GLchar *")] Ref counterString ) => T.GetPerfMonitorCounterStringAMD(group, counter, bufSize, length, counterString); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl( @@ -180245,9 +98057,6 @@ public sbyte GetPerfMonitorCounterStringAMD( [NativeTypeName("GLsizei *")] Ref length ) => T.GetPerfMonitorCounterStringAMD(group, counter, length); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180258,9 +98067,6 @@ public void GetPerfMonitorGroupsAMD( [NativeTypeName("GLuint *")] uint* groups ) => T.GetPerfMonitorGroupsAMD(numGroups, groupsSize, groups); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl( @@ -180272,9 +98078,6 @@ public void GetPerfMonitorGroupsAMD( [NativeTypeName("GLuint *")] Ref groups ) => T.GetPerfMonitorGroupsAMD(numGroups, groupsSize, groups); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl( @@ -180283,9 +98086,6 @@ public void GetPerfMonitorGroupsAMD( public uint GetPerfMonitorGroupsAMD([NativeTypeName("GLint *")] Ref numGroups) => T.GetPerfMonitorGroupsAMD(numGroups); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180297,9 +98097,6 @@ public void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLchar *")] sbyte* groupString ) => T.GetPerfMonitorGroupStringAMD(group, bufSize, length, groupString); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl( @@ -180312,9 +98109,6 @@ public void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLchar *")] Ref groupString ) => T.GetPerfMonitorGroupStringAMD(group, bufSize, length, groupString); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl( @@ -180325,70 +98119,55 @@ public sbyte GetPerfMonitorGroupStringAMD( [NativeTypeName("GLsizei *")] Ref length ) => T.GetPerfMonitorGroupStringAMD(group, length); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetPerfQueryDataIntel( + public void GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] uint flags, [NativeTypeName("GLsizei")] uint dataSize, void* data, [NativeTypeName("GLuint *")] uint* bytesWritten - ) => T.GetPerfQueryDataIntel(queryHandle, flags, dataSize, data, bytesWritten); + ) => T.GetPerfQueryDataINTEL(queryHandle, flags, dataSize, data, bytesWritten); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetPerfQueryDataIntel( + public void GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] Constant flags, [NativeTypeName("GLsizei")] uint dataSize, Ref data, [NativeTypeName("GLuint *")] Ref bytesWritten - ) => T.GetPerfQueryDataIntel(queryHandle, flags, dataSize, data, bytesWritten); + ) => T.GetPerfQueryDataINTEL(queryHandle, flags, dataSize, data, bytesWritten); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetPerfQueryIdByNameIntel( + public void GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] sbyte* queryName, [NativeTypeName("GLuint *")] uint* queryId - ) => T.GetPerfQueryIdByNameIntel(queryName, queryId); + ) => T.GetPerfQueryIdByNameINTEL(queryName, queryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetPerfQueryIdByNameIntel( + public void GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref queryId - ) => T.GetPerfQueryIdByNameIntel(queryName, queryId); + ) => T.GetPerfQueryIdByNameINTEL(queryName, queryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetPerfQueryInfoIntel( + public void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] sbyte* queryName, @@ -180397,7 +98176,7 @@ public void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] uint* noInstances, [NativeTypeName("GLuint *")] uint* capsMask ) => - T.GetPerfQueryInfoIntel( + T.GetPerfQueryInfoINTEL( queryId, queryNameLength, queryName, @@ -180407,15 +98186,12 @@ public void GetPerfQueryInfoIntel( capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetPerfQueryInfoIntel( + public void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -180424,7 +98200,7 @@ public void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] Ref noInstances, [NativeTypeName("GLuint *")] Ref capsMask ) => - T.GetPerfQueryInfoIntel( + T.GetPerfQueryInfoINTEL( queryId, queryNameLength, queryName, @@ -180434,31 +98210,25 @@ public void GetPerfQueryInfoIntel( capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public sbyte GetPerfQueryInfoIntel( + public sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, [NativeTypeName("GLuint *")] Ref capsMask - ) => T.GetPerfQueryInfoIntel(queryId, dataSize, noCounters, noInstances, capsMask); + ) => T.GetPerfQueryInfoINTEL(queryId, dataSize, noCounters, noInstances, capsMask); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetPerfQueryInfoIntel( + public void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -180467,7 +98237,7 @@ public void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] Ref noInstances, [NativeTypeName("GLuint *")] Ref capsMask ) => - T.GetPerfQueryInfoIntel( + T.GetPerfQueryInfoINTEL( queryId, queryNameLength, queryName, @@ -180477,40 +98247,34 @@ public void GetPerfQueryInfoIntel( capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public sbyte GetPerfQueryInfoIntel( + public sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, [NativeTypeName("GLuint *")] Ref capsMask - ) => T.GetPerfQueryInfoIntel(queryId, dataSize, noCounters, noInstances, capsMask); + ) => T.GetPerfQueryInfoINTEL(queryId, dataSize, noCounters, noInstances, capsMask); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetPerfQueryInfoIntel( + public void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask + [NativeTypeName("GLuint *")] Ref capsMask ) => - T.GetPerfQueryInfoIntel( + T.GetPerfQueryInfoINTEL( queryId, queryNameLength, queryName, @@ -180520,47 +98284,19 @@ public void GetPerfQueryInfoIntel( capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public sbyte GetPerfQueryInfoIntel( + public sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask - ) => T.GetPerfQueryInfoIntel(queryId, dataSize, noCounters, noInstances, capsMask); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + [NativeTypeName("GLuint *")] Ref capsMask + ) => T.GetPerfQueryInfoINTEL(queryId, dataSize, noCounters, noInstances, capsMask); + [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180570,31 +98306,6 @@ public void GetPixelMap( [NativeTypeName("GLfloat *")] float* values ) => T.GetPixelMap(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] [MethodImpl( @@ -180605,31 +98316,6 @@ public void GetPixelMap( [NativeTypeName("GLfloat *")] Ref values ) => T.GetPixelMap(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180639,31 +98325,6 @@ public void GetPixelMap( [NativeTypeName("GLuint *")] uint* values ) => T.GetPixelMap(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] [MethodImpl( @@ -180674,31 +98335,6 @@ public void GetPixelMap( [NativeTypeName("GLuint *")] Ref values ) => T.GetPixelMap(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180708,31 +98344,6 @@ public void GetPixelMap( [NativeTypeName("GLushort *")] ushort* values ) => T.GetPixelMap(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] [MethodImpl( @@ -180743,7 +98354,6 @@ public void GetPixelMap( [NativeTypeName("GLushort *")] Ref values ) => T.GetPixelMap(map, values); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180754,7 +98364,6 @@ public void GetPixelMapx( [NativeTypeName("GLfixed *")] int* values ) => T.GetPixelMapx(map, size, values); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl( @@ -180766,7 +98375,6 @@ public void GetPixelMapx( [NativeTypeName("GLfixed *")] Ref values ) => T.GetPixelMapx(map, size, values); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl( @@ -180775,7 +98383,6 @@ public void GetPixelMapx( public int GetPixelMapx([NativeTypeName("GLenum")] Constant map) => T.GetPixelMapx(map); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180785,7 +98392,6 @@ public void GetPixelTexGenParameterSGIS( [NativeTypeName("GLfloat *")] float* @params ) => T.GetPixelTexGenParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] [MethodImpl( @@ -180796,7 +98402,6 @@ public void GetPixelTexGenParameterSGIS( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetPixelTexGenParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180806,7 +98411,6 @@ public void GetPixelTexGenParameterSGIS( [NativeTypeName("GLint *")] int* @params ) => T.GetPixelTexGenParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] [MethodImpl( @@ -180817,7 +98421,6 @@ public void GetPixelTexGenParameterSGIS( [NativeTypeName("GLint *")] Ref @params ) => T.GetPixelTexGenParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180828,7 +98431,6 @@ public void GetPixelTransformParameterfvEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetPixelTransformParameterfvEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl( @@ -180840,7 +98442,6 @@ public void GetPixelTransformParameterfvEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetPixelTransformParameterfvEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl( @@ -180849,7 +98450,6 @@ public void GetPixelTransformParameterfvEXT( public float GetPixelTransformParameterfvEXT([NativeTypeName("GLenum")] uint target) => T.GetPixelTransformParameterfvEXT(target); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180860,7 +98460,6 @@ public void GetPixelTransformParameterivEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetPixelTransformParameterivEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl( @@ -180872,7 +98471,6 @@ public void GetPixelTransformParameterivEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetPixelTransformParameterivEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl( @@ -180881,8 +98479,6 @@ public void GetPixelTransformParameterivEXT( public int GetPixelTransformParameterivEXT([NativeTypeName("GLenum")] uint target) => T.GetPixelTransformParameterivEXT(target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180893,8 +98489,6 @@ public void GetPointerEXT( void** @params ) => T.GetPointerEXT(pname, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] [MethodImpl( @@ -180906,8 +98500,6 @@ public void GetPointerEXT( Ref2D @params ) => T.GetPointerEXT(pname, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180918,8 +98510,6 @@ public void GetPointerIndexedEXT( void** data ) => T.GetPointerIndexedEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] [MethodImpl( @@ -180931,49 +98521,6 @@ public void GetPointerIndexedEXT( Ref2D data ) => T.GetPointerIndexedEXT(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - ], - MinVersion = "1.1", - MaxVersion = "3.2" - )] - [SupportedApiProfile("gles1", ["GL_KHR_debug", "GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetPointerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -180981,49 +98528,6 @@ Ref2D data public void GetPointer([NativeTypeName("GLenum")] uint pname, void** @params) => T.GetPointer(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - ], - MinVersion = "1.1", - MaxVersion = "3.2" - )] - [SupportedApiProfile("gles1", ["GL_KHR_debug", "GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointerv")] [MethodImpl( @@ -181034,7 +98538,6 @@ public void GetPointer( Ref2D @params ) => T.GetPointer(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181042,7 +98545,6 @@ Ref2D @params public void GetPointerEXT([NativeTypeName("GLenum")] uint pname, void** @params) => T.GetPointerEXT(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] [MethodImpl( @@ -181053,7 +98555,6 @@ public void GetPointerEXT( Ref2D @params ) => T.GetPointerEXT(pname, @params); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181061,7 +98562,6 @@ Ref2D @params public void GetPointerKHR([NativeTypeName("GLenum")] uint pname, void** @params) => T.GetPointerKHR(pname, @params); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] [MethodImpl( @@ -181070,31 +98570,6 @@ public void GetPointerKHR([NativeTypeName("GLenum")] uint pname, void** @params) public void GetPointerKHR([NativeTypeName("GLenum")] uint pname, Ref2D @params) => T.GetPointerKHR(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181102,31 +98577,6 @@ public void GetPointerKHR([NativeTypeName("GLenum")] uint pname, Ref2D @params) public void GetPolygonStipple([NativeTypeName("GLubyte *")] byte* mask) => T.GetPolygonStipple(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] [MethodImpl( @@ -181135,32 +98585,6 @@ public void GetPolygonStipple([NativeTypeName("GLubyte *")] byte* mask) => public void GetPolygonStipple([NativeTypeName("GLubyte *")] Ref mask) => T.GetPolygonStipple(mask); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181173,32 +98597,6 @@ public void GetProgramBinary( void* binary ) => T.GetProgramBinary(program, bufSize, length, binaryFormat, binary); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] [MethodImpl( @@ -181212,7 +98610,6 @@ public void GetProgramBinary( Ref binary ) => T.GetProgramBinary(program, bufSize, length, binaryFormat, binary); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181225,7 +98622,6 @@ public void GetProgramBinaryOES( void* binary ) => T.GetProgramBinaryOES(program, bufSize, length, binaryFormat, binary); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] [MethodImpl( @@ -181239,7 +98635,6 @@ public void GetProgramBinaryOES( Ref binary ) => T.GetProgramBinaryOES(program, bufSize, length, binaryFormat, binary); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181250,7 +98645,6 @@ public void GetProgramEnvParameterARB( [NativeTypeName("GLdouble *")] double* @params ) => T.GetProgramEnvParameterARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] [MethodImpl( @@ -181262,7 +98656,6 @@ public void GetProgramEnvParameterARB( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetProgramEnvParameterARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181273,7 +98666,6 @@ public void GetProgramEnvParameterARB( [NativeTypeName("GLfloat *")] float* @params ) => T.GetProgramEnvParameterARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] [MethodImpl( @@ -181285,7 +98677,6 @@ public void GetProgramEnvParameterARB( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetProgramEnvParameterARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181296,7 +98687,6 @@ public void GetProgramEnvParameterINV( [NativeTypeName("GLint *")] int* @params ) => T.GetProgramEnvParameterINV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] [MethodImpl( @@ -181308,7 +98698,6 @@ public void GetProgramEnvParameterINV( [NativeTypeName("GLint *")] Ref @params ) => T.GetProgramEnvParameterINV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181319,7 +98708,6 @@ public void GetProgramEnvParameterINV( [NativeTypeName("GLuint *")] uint* @params ) => T.GetProgramEnvParameterINV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] [MethodImpl( @@ -181331,49 +98719,6 @@ public void GetProgramEnvParameterINV( [NativeTypeName("GLuint *")] Ref @params ) => T.GetProgramEnvParameterINV(target, index, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181385,49 +98730,6 @@ public void GetProgramInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ) => T.GetProgramInfoLog(program, bufSize, length, infoLog); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl( @@ -181440,49 +98742,6 @@ public void GetProgramInfoLog( [NativeTypeName("GLchar *")] Ref infoLog ) => T.GetProgramInfoLog(program, bufSize, length, infoLog); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl( @@ -181493,28 +98752,6 @@ public sbyte GetProgramInfoLog( [NativeTypeName("GLsizei *")] Ref length ) => T.GetProgramInfoLog(program, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181526,28 +98763,6 @@ public void GetProgramInterface( [NativeTypeName("GLint *")] int* @params ) => T.GetProgramInterface(program, programInterface, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] [MethodImpl( @@ -181560,49 +98775,6 @@ public void GetProgramInterface( [NativeTypeName("GLint *")] Ref @params ) => T.GetProgramInterface(program, programInterface, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181613,49 +98785,6 @@ public void GetProgram( [NativeTypeName("GLint *")] int* @params ) => T.GetProgram(program, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] [MethodImpl( @@ -181667,7 +98796,6 @@ public void GetProgram( [NativeTypeName("GLint *")] Ref @params ) => T.GetProgram(program, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181678,7 +98806,6 @@ public void GetProgramARB( [NativeTypeName("GLint *")] int* @params ) => T.GetProgramARB(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl( @@ -181690,7 +98817,6 @@ public void GetProgramARB( [NativeTypeName("GLint *")] Ref @params ) => T.GetProgramARB(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl( @@ -181701,7 +98827,6 @@ public int GetProgramARB( [NativeTypeName("GLenum")] Constant pname ) => T.GetProgramARB(target, pname); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181712,7 +98837,6 @@ public void GetProgramNV( [NativeTypeName("GLint *")] int* @params ) => T.GetProgramNV(id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] [MethodImpl( @@ -181724,7 +98848,6 @@ public void GetProgramNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetProgramNV(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181735,7 +98858,6 @@ public void GetProgramLocalParameterARB( [NativeTypeName("GLdouble *")] double* @params ) => T.GetProgramLocalParameterARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] [MethodImpl( @@ -181747,7 +98869,6 @@ public void GetProgramLocalParameterARB( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetProgramLocalParameterARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181758,7 +98879,6 @@ public void GetProgramLocalParameterARB( [NativeTypeName("GLfloat *")] float* @params ) => T.GetProgramLocalParameterARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] [MethodImpl( @@ -181770,7 +98890,6 @@ public void GetProgramLocalParameterARB( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetProgramLocalParameterARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181781,7 +98900,6 @@ public void GetProgramLocalParameterINV( [NativeTypeName("GLint *")] int* @params ) => T.GetProgramLocalParameterINV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] [MethodImpl( @@ -181793,7 +98911,6 @@ public void GetProgramLocalParameterINV( [NativeTypeName("GLint *")] Ref @params ) => T.GetProgramLocalParameterINV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181804,7 +98921,6 @@ public void GetProgramLocalParameterINV( [NativeTypeName("GLuint *")] uint* @params ) => T.GetProgramLocalParameterINV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] [MethodImpl( @@ -181816,7 +98932,6 @@ public void GetProgramLocalParameterINV( [NativeTypeName("GLuint *")] Ref @params ) => T.GetProgramLocalParameterINV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181828,7 +98943,6 @@ public void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] double* @params ) => T.GetProgramNamedParameterNV(id, len, name, @params); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl( @@ -181841,7 +98955,6 @@ public void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetProgramNamedParameterNV(id, len, name, @params); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl( @@ -181854,7 +98967,6 @@ public void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetProgramNamedParameterNV(id, len, name, @params); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181866,7 +98978,6 @@ public void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => T.GetProgramNamedParameterNV(id, len, name, @params); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl( @@ -181879,7 +98990,6 @@ public void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetProgramNamedParameterNV(id, len, name, @params); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl( @@ -181892,7 +99002,6 @@ public void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetProgramNamedParameterNV(id, len, name, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181904,7 +99013,6 @@ public void GetProgramParameterNV( [NativeTypeName("GLdouble *")] double* @params ) => T.GetProgramParameterNV(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] [MethodImpl( @@ -181917,7 +99025,6 @@ public void GetProgramParameterNV( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetProgramParameterNV(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181929,7 +99036,6 @@ public void GetProgramParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => T.GetProgramParameterNV(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] [MethodImpl( @@ -181942,32 +99048,6 @@ public void GetProgramParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetProgramParameterNV(target, index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -181979,32 +99059,6 @@ public void GetProgramPipelineInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ) => T.GetProgramPipelineInfoLog(pipeline, bufSize, length, infoLog); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl( @@ -182017,32 +99071,6 @@ public void GetProgramPipelineInfoLog( [NativeTypeName("GLchar *")] Ref infoLog ) => T.GetProgramPipelineInfoLog(pipeline, bufSize, length, infoLog); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl( @@ -182053,7 +99081,6 @@ public sbyte GetProgramPipelineInfoLog( [NativeTypeName("GLsizei *")] Ref length ) => T.GetProgramPipelineInfoLog(pipeline, length); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182065,7 +99092,6 @@ public void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLchar *")] sbyte* infoLog ) => T.GetProgramPipelineInfoLogEXT(pipeline, bufSize, length, infoLog); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl( @@ -182078,7 +99104,6 @@ public void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLchar *")] Ref infoLog ) => T.GetProgramPipelineInfoLogEXT(pipeline, bufSize, length, infoLog); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl( @@ -182089,32 +99114,6 @@ public sbyte GetProgramPipelineInfoLogEXT( [NativeTypeName("GLsizei *")] Ref length ) => T.GetProgramPipelineInfoLogEXT(pipeline, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182125,32 +99124,6 @@ public void GetProgramPipeline( [NativeTypeName("GLint *")] int* @params ) => T.GetProgramPipeline(pipeline, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] [MethodImpl( @@ -182162,7 +99135,6 @@ public void GetProgramPipeline( [NativeTypeName("GLint *")] Ref @params ) => T.GetProgramPipeline(pipeline, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182173,7 +99145,6 @@ public void GetProgramPipelineEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetProgramPipelineEXT(pipeline, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] [MethodImpl( @@ -182185,9 +99156,6 @@ public void GetProgramPipelineEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetProgramPipelineEXT(pipeline, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182213,9 +99181,6 @@ public void GetProgramResourceNV( @params ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl( @@ -182242,9 +99207,6 @@ public void GetProgramResourceNV( @params ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl( @@ -182260,28 +99222,6 @@ public float GetProgramResourceNV( ) => T.GetProgramResourceNV(program, programInterface, index, propCount, props, length); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182293,28 +99233,6 @@ public uint GetProgramResourceIndex( ) => T.GetProgramResourceIndex(program, programInterface, name); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] [MethodImpl( @@ -182326,28 +99244,6 @@ public uint GetProgramResourceIndex( [NativeTypeName("const GLchar *")] Ref name ) => T.GetProgramResourceIndex(program, programInterface, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182373,28 +99269,6 @@ public void GetProgramResource( @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl( @@ -182421,28 +99295,6 @@ public void GetProgramResource( @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl( @@ -182469,28 +99321,6 @@ public void GetProgramResource( @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl( @@ -182518,28 +99348,6 @@ public void GetProgramResource( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182551,28 +99359,6 @@ public int GetProgramResourceLocation( ) => T.GetProgramResourceLocation(program, programInterface, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] [MethodImpl( @@ -182585,28 +99371,6 @@ public int GetProgramResourceLocation( ) => T.GetProgramResourceLocation(program, programInterface, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182618,28 +99382,6 @@ public int GetProgramResourceLocationIndex( ) => T.GetProgramResourceLocationIndex(program, programInterface, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] [MethodImpl( @@ -182652,7 +99394,6 @@ public int GetProgramResourceLocationIndex( ) => T.GetProgramResourceLocationIndex(program, programInterface, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182664,7 +99405,6 @@ public int GetProgramResourceLocationIndexEXT( ) => T.GetProgramResourceLocationIndexEXT(program, programInterface, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] [MethodImpl( @@ -182676,28 +99416,6 @@ public int GetProgramResourceLocationIndexEXT( [NativeTypeName("const GLchar *")] Ref name ) => T.GetProgramResourceLocationIndexEXT(program, programInterface, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182711,28 +99429,6 @@ public void GetProgramResourceName( [NativeTypeName("GLchar *")] sbyte* name ) => T.GetProgramResourceName(program, programInterface, index, bufSize, length, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl( @@ -182747,28 +99443,6 @@ public void GetProgramResourceName( [NativeTypeName("GLchar *")] Ref name ) => T.GetProgramResourceName(program, programInterface, index, bufSize, length, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl( @@ -182781,34 +99455,6 @@ public sbyte GetProgramResourceName( [NativeTypeName("GLsizei *")] Ref length ) => T.GetProgramResourceName(program, programInterface, index, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182820,34 +99466,6 @@ public void GetProgramStage( [NativeTypeName("GLint *")] int* values ) => T.GetProgramStage(program, shadertype, pname, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl( @@ -182860,34 +99478,6 @@ public void GetProgramStage( [NativeTypeName("GLint *")] Ref values ) => T.GetProgramStage(program, shadertype, pname, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl( @@ -182899,7 +99489,6 @@ public int GetProgramStage( [NativeTypeName("GLenum")] Constant pname ) => T.GetProgramStage(program, shadertype, pname); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182910,7 +99499,6 @@ public void GetProgramStringARB( void* @string ) => T.GetProgramStringARB(target, pname, @string); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] [MethodImpl( @@ -182922,7 +99510,6 @@ public void GetProgramStringARB( Ref @string ) => T.GetProgramStringARB(target, pname, @string); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182933,7 +99520,6 @@ public void GetProgramStringNV( [NativeTypeName("GLubyte *")] byte* program ) => T.GetProgramStringNV(id, pname, program); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl( @@ -182945,7 +99531,6 @@ public void GetProgramStringNV( [NativeTypeName("GLubyte *")] Ref program ) => T.GetProgramStringNV(id, pname, program); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl( @@ -182955,7 +99540,6 @@ public byte GetProgramStringNV( [NativeTypeName("GLenum")] Constant pname ) => T.GetProgramStringNV(pname); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -182966,7 +99550,6 @@ public void GetProgramSubroutineParameterNV( [NativeTypeName("GLuint *")] uint* param2 ) => T.GetProgramSubroutineParameterNV(target, index, param2); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] [MethodImpl( @@ -182978,59 +99561,37 @@ public void GetProgramSubroutineParameterNV( [NativeTypeName("GLuint *")] Ref param2 ) => T.GetProgramSubroutineParameterNV(target, index, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] + public uint GetProgramSubroutineParameterNV([NativeTypeName("GLuint")] uint index) => + T.GetProgramSubroutineParameterNV(index); + [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetQueryBufferObjecti64V( + public void GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLintptr")] nint offset - ) => T.GetQueryBufferObjecti64V(id, buffer, pname, offset); + ) => T.GetQueryBufferObjecti64v(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetQueryBufferObjecti64V( + public void GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) => T.GetQueryBufferObjecti64V(id, buffer, pname, offset); + ) => T.GetQueryBufferObjecti64v(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183042,16 +99603,6 @@ public void GetQueryBufferObject( [NativeTypeName("GLintptr")] nint offset ) => T.GetQueryBufferObject(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] [MethodImpl( @@ -183064,59 +99615,29 @@ public void GetQueryBufferObject( [NativeTypeName("GLintptr")] nint offset ) => T.GetQueryBufferObject(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetQueryBufferObjectui64V( + public void GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLintptr")] nint offset - ) => T.GetQueryBufferObjectui64V(id, buffer, pname, offset); + ) => T.GetQueryBufferObjectui64v(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetQueryBufferObjectui64V( + public void GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) => T.GetQueryBufferObjectui64V(id, buffer, pname, offset); + ) => T.GetQueryBufferObjectui64v(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183128,16 +99649,6 @@ public void GetQueryBufferObjectuiv( [NativeTypeName("GLintptr")] nint offset ) => T.GetQueryBufferObjectuiv(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] [MethodImpl( @@ -183150,34 +99661,6 @@ public void GetQueryBufferObjectuiv( [NativeTypeName("GLintptr")] nint offset ) => T.GetQueryBufferObjectuiv(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183189,34 +99672,6 @@ public void GetQueryIndexed( [NativeTypeName("GLint *")] int* @params ) => T.GetQueryIndexed(target, index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] [MethodImpl( @@ -183229,46 +99684,6 @@ public void GetQueryIndexed( [NativeTypeName("GLint *")] Ref @params ) => T.GetQueryIndexed(target, index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183279,46 +99694,6 @@ public void GetQuery( [NativeTypeName("GLint *")] int* @params ) => T.GetQuery(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] [MethodImpl( @@ -183330,7 +99705,6 @@ public void GetQuery( [NativeTypeName("GLint *")] Ref @params ) => T.GetQuery(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183341,7 +99715,6 @@ public void GetQueryARB( [NativeTypeName("GLint *")] int* @params ) => T.GetQueryARB(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] [MethodImpl( @@ -183353,10 +99726,6 @@ public void GetQueryARB( [NativeTypeName("GLint *")] Ref @params ) => T.GetQueryARB(target, pname, @params); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183367,10 +99736,6 @@ public void GetQueryEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetQueryEXT(target, pname, @params); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] [MethodImpl( @@ -183382,36 +99747,6 @@ public void GetQueryEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetQueryEXT(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183422,36 +99757,6 @@ public void GetQueryObject( [NativeTypeName("GLint64 *")] long* @params ) => T.GetQueryObject(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] [MethodImpl( @@ -183463,8 +99768,6 @@ public void GetQueryObject( [NativeTypeName("GLint64 *")] Ref @params ) => T.GetQueryObject(id, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183475,8 +99778,6 @@ public void GetQueryObjectEXT( [NativeTypeName("GLint64 *")] long* @params ) => T.GetQueryObjectEXT(id, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] [MethodImpl( @@ -183488,46 +99789,6 @@ public void GetQueryObjectEXT( [NativeTypeName("GLint64 *")] Ref @params ) => T.GetQueryObjectEXT(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183538,46 +99799,6 @@ public void GetQueryObject( [NativeTypeName("GLint *")] int* @params ) => T.GetQueryObject(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] [MethodImpl( @@ -183589,7 +99810,6 @@ public void GetQueryObject( [NativeTypeName("GLint *")] Ref @params ) => T.GetQueryObject(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183600,7 +99820,6 @@ public void GetQueryObjectARB( [NativeTypeName("GLint *")] int* @params ) => T.GetQueryObjectARB(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] [MethodImpl( @@ -183612,7 +99831,6 @@ public void GetQueryObjectARB( [NativeTypeName("GLint *")] Ref @params ) => T.GetQueryObjectARB(id, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183623,7 +99841,6 @@ public void GetQueryObjectEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetQueryObjectEXT(id, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] [MethodImpl( @@ -183635,36 +99852,6 @@ public void GetQueryObjectEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetQueryObjectEXT(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183675,36 +99862,6 @@ public void GetQueryObject( [NativeTypeName("GLuint64 *")] ulong* @params ) => T.GetQueryObject(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] [MethodImpl( @@ -183716,8 +99873,6 @@ public void GetQueryObject( [NativeTypeName("GLuint64 *")] Ref @params ) => T.GetQueryObject(id, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183728,8 +99883,6 @@ public void GetQueryObjectEXT( [NativeTypeName("GLuint64 *")] ulong* @params ) => T.GetQueryObjectEXT(id, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] [MethodImpl( @@ -183741,46 +99894,6 @@ public void GetQueryObjectEXT( [NativeTypeName("GLuint64 *")] Ref @params ) => T.GetQueryObjectEXT(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183791,46 +99904,6 @@ public void GetQueryObject( [NativeTypeName("GLuint *")] uint* @params ) => T.GetQueryObject(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] [MethodImpl( @@ -183842,7 +99915,6 @@ public void GetQueryObject( [NativeTypeName("GLuint *")] Ref @params ) => T.GetQueryObject(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183853,7 +99925,6 @@ public void GetQueryObjectARB( [NativeTypeName("GLuint *")] uint* @params ) => T.GetQueryObjectARB(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] [MethodImpl( @@ -183865,10 +99936,6 @@ public void GetQueryObjectARB( [NativeTypeName("GLuint *")] Ref @params ) => T.GetQueryObjectARB(id, pname, @params); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183879,10 +99946,6 @@ public void GetQueryObjectEXT( [NativeTypeName("GLuint *")] uint* @params ) => T.GetQueryObjectEXT(id, pname, @params); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] [MethodImpl( @@ -183894,47 +99957,6 @@ public void GetQueryObjectEXT( [NativeTypeName("GLuint *")] Ref @params ) => T.GetQueryObjectEXT(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -183945,47 +99967,6 @@ public void GetRenderbufferParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetRenderbufferParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] [MethodImpl( @@ -183997,7 +99978,6 @@ public void GetRenderbufferParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetRenderbufferParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184008,7 +99988,6 @@ public void GetRenderbufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetRenderbufferParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] [MethodImpl( @@ -184020,7 +99999,6 @@ public void GetRenderbufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetRenderbufferParameterEXT(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184031,7 +100009,6 @@ public void GetRenderbufferParameterOES( [NativeTypeName("GLint *")] int* @params ) => T.GetRenderbufferParameterOES(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] [MethodImpl( @@ -184043,46 +100020,6 @@ public void GetRenderbufferParameterOES( [NativeTypeName("GLint *")] Ref @params ) => T.GetRenderbufferParameterOES(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184093,46 +100030,6 @@ public void GetSamplerParameter( [NativeTypeName("GLfloat *")] float* @params ) => T.GetSamplerParameter(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] [MethodImpl( @@ -184144,36 +100041,6 @@ public void GetSamplerParameter( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetSamplerParameter(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184184,36 +100051,6 @@ public void GetSamplerParameterI( [NativeTypeName("GLint *")] int* @params ) => T.GetSamplerParameterI(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] [MethodImpl( @@ -184225,7 +100062,6 @@ public void GetSamplerParameterI( [NativeTypeName("GLint *")] Ref @params ) => T.GetSamplerParameterI(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184236,7 +100072,6 @@ public void GetSamplerParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetSamplerParameterIEXT(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] [MethodImpl( @@ -184248,7 +100083,6 @@ public void GetSamplerParameterIEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetSamplerParameterIEXT(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184259,7 +100093,6 @@ public void GetSamplerParameterIOES( [NativeTypeName("GLint *")] int* @params ) => T.GetSamplerParameterIOES(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] [MethodImpl( @@ -184271,36 +100104,6 @@ public void GetSamplerParameterIOES( [NativeTypeName("GLint *")] Ref @params ) => T.GetSamplerParameterIOES(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184311,36 +100114,6 @@ public void GetSamplerParameterI( [NativeTypeName("GLuint *")] uint* @params ) => T.GetSamplerParameterI(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] [MethodImpl( @@ -184352,7 +100125,6 @@ public void GetSamplerParameterI( [NativeTypeName("GLuint *")] Ref @params ) => T.GetSamplerParameterI(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184363,7 +100135,6 @@ public void GetSamplerParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => T.GetSamplerParameterIEXT(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] [MethodImpl( @@ -184375,7 +100146,6 @@ public void GetSamplerParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ) => T.GetSamplerParameterIEXT(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184386,7 +100156,6 @@ public void GetSamplerParameterIOES( [NativeTypeName("GLuint *")] uint* @params ) => T.GetSamplerParameterIOES(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] [MethodImpl( @@ -184398,46 +100167,6 @@ public void GetSamplerParameterIOES( [NativeTypeName("GLuint *")] Ref @params ) => T.GetSamplerParameterIOES(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184448,46 +100177,6 @@ public void GetSamplerParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetSamplerParameter(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] [MethodImpl( @@ -184499,8 +100188,6 @@ public void GetSamplerParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetSamplerParameter(sampler, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184511,8 +100198,6 @@ public void GetSemaphoreParameterNV( [NativeTypeName("GLint *")] int* @params ) => T.GetSemaphoreParameterNV(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] [MethodImpl( @@ -184524,8 +100209,6 @@ public void GetSemaphoreParameterNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetSemaphoreParameterNV(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184536,8 +100219,6 @@ public void GetSemaphoreParameterEXT( [NativeTypeName("GLuint64 *")] ulong* @params ) => T.GetSemaphoreParameterEXT(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] [MethodImpl( @@ -184549,7 +100230,6 @@ public void GetSemaphoreParameterEXT( [NativeTypeName("GLuint64 *")] Ref @params ) => T.GetSemaphoreParameterEXT(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184563,7 +100243,6 @@ public void GetSeparableFilter( void* span ) => T.GetSeparableFilter(target, format, type, row, column, span); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] [MethodImpl( @@ -184578,7 +100257,6 @@ public void GetSeparableFilter( Ref span ) => T.GetSeparableFilter(target, format, type, row, column, span); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184592,7 +100270,6 @@ public void GetSeparableFilterEXT( void* span ) => T.GetSeparableFilterEXT(target, format, type, row, column, span); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] [MethodImpl( @@ -184607,49 +100284,6 @@ public void GetSeparableFilterEXT( Ref span ) => T.GetSeparableFilterEXT(target, format, type, row, column, span); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184661,49 +100295,6 @@ public void GetShaderInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ) => T.GetShaderInfoLog(shader, bufSize, length, infoLog); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl( @@ -184716,49 +100307,6 @@ public void GetShaderInfoLog( [NativeTypeName("GLchar *")] Ref infoLog ) => T.GetShaderInfoLog(shader, bufSize, length, infoLog); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl( @@ -184769,49 +100317,6 @@ public sbyte GetShaderInfoLog( [NativeTypeName("GLsizei *")] Ref length ) => T.GetShaderInfoLog(shader, length); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184822,49 +100327,6 @@ public void GetShader( [NativeTypeName("GLint *")] int* @params ) => T.GetShader(shader, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] [MethodImpl( @@ -184876,37 +100338,6 @@ public void GetShader( [NativeTypeName("GLint *")] Ref @params ) => T.GetShader(shader, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -184918,37 +100349,6 @@ public void GetShaderPrecisionFormat( [NativeTypeName("GLint *")] int* precision ) => T.GetShaderPrecisionFormat(shadertype, precisiontype, range, precision); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl( @@ -184961,37 +100361,6 @@ public void GetShaderPrecisionFormat( [NativeTypeName("GLint *")] Ref precision ) => T.GetShaderPrecisionFormat(shadertype, precisiontype, range, precision); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl( @@ -185003,49 +100372,6 @@ public int GetShaderPrecisionFormat( [NativeTypeName("GLint *")] Ref range ) => T.GetShaderPrecisionFormat(shadertype, precisiontype, range); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185057,49 +100383,6 @@ public void GetShaderSource( [NativeTypeName("GLchar *")] sbyte* source ) => T.GetShaderSource(shader, bufSize, length, source); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl( @@ -185112,49 +100395,6 @@ public void GetShaderSource( [NativeTypeName("GLchar *")] Ref source ) => T.GetShaderSource(shader, bufSize, length, source); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl( @@ -185165,7 +100405,6 @@ public sbyte GetShaderSource( [NativeTypeName("GLsizei *")] Ref length ) => T.GetShaderSource(shader, length); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185177,7 +100416,6 @@ public void GetShaderSourceARB( [NativeTypeName("GLcharARB *")] sbyte* source ) => T.GetShaderSourceARB(obj, maxLength, length, source); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl( @@ -185190,7 +100428,6 @@ public void GetShaderSourceARB( [NativeTypeName("GLcharARB *")] Ref source ) => T.GetShaderSourceARB(obj, maxLength, length, source); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl( @@ -185201,9 +100438,6 @@ public sbyte GetShaderSourceARB( [NativeTypeName("GLsizei *")] Ref length ) => T.GetShaderSourceARB(obj, length); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185214,9 +100448,6 @@ public void GetShadingRateImagePaletteNV( [NativeTypeName("GLenum *")] uint* rate ) => T.GetShadingRateImagePaletteNV(viewport, entry, rate); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl( @@ -185228,9 +100459,6 @@ public void GetShadingRateImagePaletteNV( [NativeTypeName("GLenum *")] Ref rate ) => T.GetShadingRateImagePaletteNV(viewport, entry, rate); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl( @@ -185241,9 +100469,6 @@ public uint GetShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint entry ) => T.GetShadingRateImagePaletteNV(viewport, entry); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185255,9 +100480,6 @@ public void GetShadingRateSampleLocationNV( [NativeTypeName("GLint *")] int* location ) => T.GetShadingRateSampleLocationNV(rate, samples, index, location); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] [MethodImpl( @@ -185270,7 +100492,6 @@ public void GetShadingRateSampleLocationNV( [NativeTypeName("GLint *")] Ref location ) => T.GetShadingRateSampleLocationNV(rate, samples, index, location); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185280,7 +100501,6 @@ public void GetSharpenTexFuncSGIS( [NativeTypeName("GLfloat *")] float* points ) => T.GetSharpenTexFuncSGIS(target, points); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] [MethodImpl( @@ -185292,8 +100512,6 @@ public void GetSharpenTexFuncSGIS( ) => T.GetSharpenTexFuncSGIS(target, points); [return: NativeTypeName("GLushort")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185302,8 +100520,6 @@ public ushort GetStageIndexNV([NativeTypeName("GLenum")] uint shadertype) => T.GetStageIndexNV(shadertype); [return: NativeTypeName("GLushort")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] [MethodImpl( @@ -185314,62 +100530,6 @@ public ushort GetStageIndexNV( ) => T.GetStageIndexNV(shadertype); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetString")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185377,62 +100537,6 @@ public ushort GetStageIndexNV( public byte* GetString([NativeTypeName("GLenum")] uint name) => T.GetString(name); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetString")] [MethodImpl( @@ -185443,40 +100547,6 @@ public Ptr GetString( ) => T.GetString(name); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetStringi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185487,40 +100557,6 @@ public Ptr GetString( ) => T.GetString(name, index); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetStringi")] [MethodImpl( @@ -185532,34 +100568,6 @@ public Ptr GetString( ) => T.GetString(name, index); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185571,34 +100579,6 @@ public uint GetSubroutineIndex( ) => T.GetSubroutineIndex(program, shadertype, name); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] [MethodImpl( @@ -185611,34 +100591,6 @@ public uint GetSubroutineIndex( ) => T.GetSubroutineIndex(program, shadertype, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185650,34 +100602,6 @@ public int GetSubroutineUniformLocation( ) => T.GetSubroutineUniformLocation(program, shadertype, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] [MethodImpl( @@ -185689,38 +100613,6 @@ public int GetSubroutineUniformLocation( [NativeTypeName("const GLchar *")] Ref name ) => T.GetSubroutineUniformLocation(program, shadertype, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185733,38 +100625,6 @@ public void GetSync( [NativeTypeName("GLint *")] int* values ) => T.GetSync(sync, pname, count, length, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl( @@ -185778,38 +100638,6 @@ public void GetSync( [NativeTypeName("GLint *")] Ref values ) => T.GetSync(sync, pname, count, length, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl( @@ -185821,49 +100649,42 @@ public int GetSync( [NativeTypeName("GLsizei *")] Ref length ) => T.GetSync(sync, pname, length); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetSyncApple( + public void GetSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei *")] uint* length, [NativeTypeName("GLint *")] int* values - ) => T.GetSyncApple(sync, pname, count, length, values); + ) => T.GetSyncAPPLE(sync, pname, count, length, values); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetSyncApple( + public void GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei *")] Ref length, [NativeTypeName("GLint *")] Ref values - ) => T.GetSyncApple(sync, pname, count, length, values); + ) => T.GetSyncAPPLE(sync, pname, count, length, values); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public int GetSyncApple( + public int GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei *")] Ref length - ) => T.GetSyncApple(sync, pname, length); + ) => T.GetSyncAPPLE(sync, pname, length); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185873,7 +100694,6 @@ public void GetTexBumpParameterATI( [NativeTypeName("GLfloat *")] float* param1 ) => T.GetTexBumpParameterATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] [MethodImpl( @@ -185884,7 +100704,6 @@ public void GetTexBumpParameterATI( [NativeTypeName("GLfloat *")] Ref param1 ) => T.GetTexBumpParameterATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185894,7 +100713,6 @@ public void GetTexBumpParameterATI( [NativeTypeName("GLint *")] int* param1 ) => T.GetTexBumpParameterATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] [MethodImpl( @@ -185905,32 +100723,6 @@ public void GetTexBumpParameterATI( [NativeTypeName("GLint *")] Ref param1 ) => T.GetTexBumpParameterATI(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -185941,32 +100733,6 @@ public void GetTexEnv( [NativeTypeName("GLfloat *")] float* @params ) => T.GetTexEnv(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] [MethodImpl( @@ -185978,32 +100744,6 @@ public void GetTexEnv( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetTexEnv(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186014,32 +100754,6 @@ public void GetTexEnv( [NativeTypeName("GLint *")] int* @params ) => T.GetTexEnv(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] [MethodImpl( @@ -186051,7 +100765,6 @@ public void GetTexEnv( [NativeTypeName("GLint *")] Ref @params ) => T.GetTexEnv(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186062,7 +100775,6 @@ public void GetTexEnvx( [NativeTypeName("GLfixed *")] int* @params ) => T.GetTexEnvx(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] [MethodImpl( @@ -186074,8 +100786,6 @@ public void GetTexEnvx( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetTexEnvx(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186086,8 +100796,6 @@ public void GetTexEnvxOES( [NativeTypeName("GLfixed *")] int* @params ) => T.GetTexEnvxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] [MethodImpl( @@ -186099,7 +100807,6 @@ public void GetTexEnvxOES( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetTexEnvxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186110,7 +100817,6 @@ public void GetTexFilterFuncSGIS( [NativeTypeName("GLfloat *")] float* weights ) => T.GetTexFilterFuncSGIS(target, filter, weights); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] [MethodImpl( @@ -186122,31 +100828,6 @@ public void GetTexFilterFuncSGIS( [NativeTypeName("GLfloat *")] Ref weights ) => T.GetTexFilterFuncSGIS(target, filter, weights); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186157,31 +100838,6 @@ public void GetTexGen( [NativeTypeName("GLdouble *")] double* @params ) => T.GetTexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] [MethodImpl( @@ -186193,31 +100849,6 @@ public void GetTexGen( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetTexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186228,31 +100859,6 @@ public void GetTexGen( [NativeTypeName("GLfloat *")] float* @params ) => T.GetTexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] [MethodImpl( @@ -186264,7 +100870,6 @@ public void GetTexGen( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetTexGen(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186275,7 +100880,6 @@ public void GetTexGenOES( [NativeTypeName("GLfloat *")] float* @params ) => T.GetTexGenOES(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] [MethodImpl( @@ -186287,31 +100891,6 @@ public void GetTexGenOES( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetTexGenOES(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186322,31 +100901,6 @@ public void GetTexGen( [NativeTypeName("GLint *")] int* @params ) => T.GetTexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] [MethodImpl( @@ -186358,7 +100912,6 @@ public void GetTexGen( [NativeTypeName("GLint *")] Ref @params ) => T.GetTexGen(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186369,7 +100922,6 @@ public void GetTexGenOES( [NativeTypeName("GLint *")] int* @params ) => T.GetTexGenOES(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] [MethodImpl( @@ -186381,8 +100933,6 @@ public void GetTexGenOES( [NativeTypeName("GLint *")] Ref @params ) => T.GetTexGenOES(coord, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186393,8 +100943,6 @@ public void GetTexGenxOES( [NativeTypeName("GLfixed *")] int* @params ) => T.GetTexGenxOES(coord, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] [MethodImpl( @@ -186406,56 +100954,6 @@ public void GetTexGenxOES( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetTexGenxOES(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186468,56 +100966,6 @@ public void GetTexImage( void* pixels ) => T.GetTexImage(target, level, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexImage")] [MethodImpl( @@ -186531,56 +100979,6 @@ public void GetTexImage( Ref pixels ) => T.GetTexImage(target, level, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186592,56 +100990,6 @@ public void GetTexLevelParameter( [NativeTypeName("GLfloat *")] float* @params ) => T.GetTexLevelParameter(target, level, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] [MethodImpl( @@ -186654,56 +101002,6 @@ public void GetTexLevelParameter( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetTexLevelParameter(target, level, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186715,56 +101013,6 @@ public void GetTexLevelParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetTexLevelParameter(target, level, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] [MethodImpl( @@ -186777,7 +101025,6 @@ public void GetTexLevelParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetTexLevelParameter(target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186789,7 +101036,6 @@ public void GetTexLevelParameterxOES( [NativeTypeName("GLfixed *")] int* @params ) => T.GetTexLevelParameterxOES(target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] [MethodImpl( @@ -186802,62 +101048,6 @@ public void GetTexLevelParameterxOES( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetTexLevelParameterxOES(target, level, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186868,62 +101058,6 @@ public void GetTexParameter( [NativeTypeName("GLfloat *")] float* @params ) => T.GetTexParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] [MethodImpl( @@ -186935,40 +101069,6 @@ public void GetTexParameter( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetTexParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -186979,40 +101079,6 @@ public void GetTexParameterI( [NativeTypeName("GLint *")] int* @params ) => T.GetTexParameterI(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] [MethodImpl( @@ -187024,8 +101090,6 @@ public void GetTexParameterI( [NativeTypeName("GLint *")] Ref @params ) => T.GetTexParameterI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187036,8 +101100,6 @@ public void GetTexParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetTexParameterIEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] [MethodImpl( @@ -187049,7 +101111,6 @@ public void GetTexParameterIEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetTexParameterIEXT(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187060,7 +101121,6 @@ public void GetTexParameterIOES( [NativeTypeName("GLint *")] int* @params ) => T.GetTexParameterIOES(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] [MethodImpl( @@ -187072,40 +101132,6 @@ public void GetTexParameterIOES( [NativeTypeName("GLint *")] Ref @params ) => T.GetTexParameterIOES(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187116,40 +101142,6 @@ public void GetTexParameterI( [NativeTypeName("GLuint *")] uint* @params ) => T.GetTexParameterI(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] [MethodImpl( @@ -187161,8 +101153,6 @@ public void GetTexParameterI( [NativeTypeName("GLuint *")] Ref @params ) => T.GetTexParameterI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187173,8 +101163,6 @@ public void GetTexParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => T.GetTexParameterIEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] [MethodImpl( @@ -187186,7 +101174,6 @@ public void GetTexParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ) => T.GetTexParameterIEXT(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187197,7 +101184,6 @@ public void GetTexParameterIOES( [NativeTypeName("GLuint *")] uint* @params ) => T.GetTexParameterIOES(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] [MethodImpl( @@ -187209,62 +101195,6 @@ public void GetTexParameterIOES( [NativeTypeName("GLuint *")] Ref @params ) => T.GetTexParameterIOES(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187275,62 +101205,6 @@ public void GetTexParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetTexParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] [MethodImpl( @@ -187342,30 +101216,27 @@ public void GetTexParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetTexParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetTexParameterPointerApple( + public void GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, void** @params - ) => T.GetTexParameterPointerApple(target, pname, @params); + ) => T.GetTexParameterPointerAPPLE(target, pname, @params); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetTexParameterPointerApple( + public void GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, Ref2D @params - ) => T.GetTexParameterPointerApple(target, pname, @params); + ) => T.GetTexParameterPointerAPPLE(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187376,7 +101247,6 @@ public void GetTexParameterx( [NativeTypeName("GLfixed *")] int* @params ) => T.GetTexParameterx(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] [MethodImpl( @@ -187388,8 +101258,6 @@ public void GetTexParameterx( [NativeTypeName("GLfixed *")] Ref @params ) => T.GetTexParameterx(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187400,8 +101268,6 @@ public void GetTexParameterxOES( [NativeTypeName("GLfixed *")] int* @params ) => T.GetTexParameterxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] [MethodImpl( @@ -187414,8 +101280,6 @@ public void GetTexParameterxOES( ) => T.GetTexParameterxOES(target, pname, @params); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187424,7 +101288,6 @@ public ulong GetTextureHandleARB([NativeTypeName("GLuint")] uint texture) => T.GetTextureHandleARB(texture); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187433,9 +101296,6 @@ public ulong GetTextureHandleIMG([NativeTypeName("GLuint")] uint texture) => T.GetTextureHandleIMG(texture); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187443,16 +101303,6 @@ public ulong GetTextureHandleIMG([NativeTypeName("GLuint")] uint texture) => public ulong GetTextureHandleNV([NativeTypeName("GLuint")] uint texture) => T.GetTextureHandleNV(texture); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187466,16 +101316,6 @@ public void GetTextureImage( void* pixels ) => T.GetTextureImage(texture, level, format, type, bufSize, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] [MethodImpl( @@ -187490,8 +101330,6 @@ public void GetTextureImage( Ref pixels ) => T.GetTextureImage(texture, level, format, type, bufSize, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187505,8 +101343,6 @@ public void GetTextureImageEXT( void* pixels ) => T.GetTextureImageEXT(texture, target, level, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] [MethodImpl( @@ -187521,16 +101357,6 @@ public void GetTextureImageEXT( Ref pixels ) => T.GetTextureImageEXT(texture, target, level, format, type, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187542,16 +101368,6 @@ public void GetTextureLevelParameter( [NativeTypeName("GLfloat *")] float* @params ) => T.GetTextureLevelParameter(texture, level, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] [MethodImpl( @@ -187564,8 +101380,6 @@ public void GetTextureLevelParameter( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetTextureLevelParameter(texture, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187578,8 +101392,6 @@ public void GetTextureLevelParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetTextureLevelParameterEXT(texture, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] [MethodImpl( @@ -187593,16 +101405,6 @@ public void GetTextureLevelParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetTextureLevelParameterEXT(texture, target, level, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187614,16 +101416,6 @@ public void GetTextureLevelParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetTextureLevelParameter(texture, level, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] [MethodImpl( @@ -187636,8 +101428,6 @@ public void GetTextureLevelParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetTextureLevelParameter(texture, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187650,8 +101440,6 @@ public void GetTextureLevelParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetTextureLevelParameterEXT(texture, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] [MethodImpl( @@ -187665,16 +101453,6 @@ public void GetTextureLevelParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetTextureLevelParameterEXT(texture, target, level, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187685,16 +101463,6 @@ public void GetTextureParameter( [NativeTypeName("GLfloat *")] float* @params ) => T.GetTextureParameter(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] [MethodImpl( @@ -187706,8 +101474,6 @@ public void GetTextureParameter( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetTextureParameter(texture, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187719,8 +101485,6 @@ public void GetTextureParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => T.GetTextureParameterEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] [MethodImpl( @@ -187733,16 +101497,6 @@ public void GetTextureParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetTextureParameterEXT(texture, target, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187753,16 +101507,6 @@ public void GetTextureParameterI( [NativeTypeName("GLint *")] int* @params ) => T.GetTextureParameterI(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] [MethodImpl( @@ -187774,8 +101518,6 @@ public void GetTextureParameterI( [NativeTypeName("GLint *")] Ref @params ) => T.GetTextureParameterI(texture, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187787,8 +101529,6 @@ public void GetTextureParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetTextureParameterIEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] [MethodImpl( @@ -187801,16 +101541,6 @@ public void GetTextureParameterIEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetTextureParameterIEXT(texture, target, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187821,16 +101551,6 @@ public void GetTextureParameterI( [NativeTypeName("GLuint *")] uint* @params ) => T.GetTextureParameterI(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] [MethodImpl( @@ -187842,8 +101562,6 @@ public void GetTextureParameterI( [NativeTypeName("GLuint *")] Ref @params ) => T.GetTextureParameterI(texture, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187855,8 +101573,6 @@ public void GetTextureParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => T.GetTextureParameterIEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] [MethodImpl( @@ -187869,16 +101585,6 @@ public void GetTextureParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ) => T.GetTextureParameterIEXT(texture, target, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187889,16 +101595,6 @@ public void GetTextureParameter( [NativeTypeName("GLint *")] int* @params ) => T.GetTextureParameter(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] [MethodImpl( @@ -187910,8 +101606,6 @@ public void GetTextureParameter( [NativeTypeName("GLint *")] Ref @params ) => T.GetTextureParameter(texture, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187923,8 +101617,6 @@ public void GetTextureParameterEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetTextureParameterEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] [MethodImpl( @@ -187938,8 +101630,6 @@ public void GetTextureParameterEXT( ) => T.GetTextureParameterEXT(texture, target, pname, @params); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187950,7 +101640,6 @@ public ulong GetTextureSamplerHandleARB( ) => T.GetTextureSamplerHandleARB(texture, sampler); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187961,9 +101650,6 @@ public ulong GetTextureSamplerHandleIMG( ) => T.GetTextureSamplerHandleIMG(texture, sampler); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -187973,16 +101659,6 @@ public ulong GetTextureSamplerHandleNV( [NativeTypeName("GLuint")] uint sampler ) => T.GetTextureSamplerHandleNV(texture, sampler); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -188016,16 +101692,6 @@ public void GetTextureSubImage( pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] [MethodImpl( @@ -188060,7 +101726,6 @@ Ref pixels pixels ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -188072,7 +101737,6 @@ public void GetTrackMatrixNV( [NativeTypeName("GLint *")] int* @params ) => T.GetTrackMatrixNV(target, address, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl( @@ -188085,7 +101749,6 @@ public void GetTrackMatrixNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetTrackMatrixNV(target, address, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl( @@ -188097,16 +101760,6 @@ public int GetTrackMatrixNV( [NativeTypeName("GLenum")] Constant pname ) => T.GetTrackMatrixNV(target, address, pname); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -188118,16 +101771,6 @@ public void GetTransformFeedback( [NativeTypeName("GLint *")] int* param3 ) => T.GetTransformFeedback(xfb, pname, index, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] [MethodImpl( @@ -188140,16 +101783,6 @@ public void GetTransformFeedback( [NativeTypeName("GLint *")] Ref param3 ) => T.GetTransformFeedback(xfb, pname, index, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -188161,16 +101794,6 @@ public void GetTransformFeedbacki64( [NativeTypeName("GLint64 *")] long* param3 ) => T.GetTransformFeedbacki64(xfb, pname, index, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] [MethodImpl( @@ -188183,16 +101806,6 @@ public void GetTransformFeedbacki64( [NativeTypeName("GLint64 *")] Ref param3 ) => T.GetTransformFeedbacki64(xfb, pname, index, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -188203,16 +101816,6 @@ public void GetTransformFeedback( [NativeTypeName("GLint *")] int* param2 ) => T.GetTransformFeedback(xfb, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] [MethodImpl( @@ -188224,40 +101827,6 @@ public void GetTransformFeedback( [NativeTypeName("GLint *")] Ref param2 ) => T.GetTransformFeedback(xfb, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -188272,40 +101841,6 @@ public void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] sbyte* name ) => T.GetTransformFeedbackVarying(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -188321,40 +101856,6 @@ public void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] Ref name ) => T.GetTransformFeedbackVarying(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -188368,40 +101869,6 @@ public sbyte GetTransformFeedbackVarying( [NativeTypeName("GLenum *")] Ref type ) => T.GetTransformFeedbackVarying(program, index, length, size, type); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -188417,40 +101884,6 @@ public void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] Ref name ) => T.GetTransformFeedbackVarying(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -188464,40 +101897,6 @@ public sbyte GetTransformFeedbackVarying( [NativeTypeName("GLenum *")] Ref type ) => T.GetTransformFeedbackVarying(program, index, length, size, type); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -188513,40 +101912,6 @@ public void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] Ref name ) => T.GetTransformFeedbackVarying(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -188560,7 +101925,6 @@ public sbyte GetTransformFeedbackVarying( [NativeTypeName("GLenum *")] Ref type ) => T.GetTransformFeedbackVarying(program, index, length, size, type); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -188575,7 +101939,6 @@ public void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] sbyte* name ) => T.GetTransformFeedbackVaryingEXT(program, index, bufSize, length, size, type, name); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -188591,7 +101954,6 @@ public void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] Ref name ) => T.GetTransformFeedbackVaryingEXT(program, index, bufSize, length, size, type, name); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -188605,7 +101967,6 @@ public sbyte GetTransformFeedbackVaryingEXT( [NativeTypeName("GLenum *")] Ref type ) => T.GetTransformFeedbackVaryingEXT(program, index, length, size, type); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -188621,7 +101982,6 @@ public void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] Ref name ) => T.GetTransformFeedbackVaryingEXT(program, index, bufSize, length, size, type, name); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -188635,7 +101995,6 @@ public sbyte GetTransformFeedbackVaryingEXT( [NativeTypeName("GLenum *")] Ref type ) => T.GetTransformFeedbackVaryingEXT(program, index, length, size, type); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -188651,7 +102010,6 @@ public void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] Ref name ) => T.GetTransformFeedbackVaryingEXT(program, index, bufSize, length, size, type, name); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -188665,7 +102023,6 @@ public sbyte GetTransformFeedbackVaryingEXT( [NativeTypeName("GLenum *")] Ref type ) => T.GetTransformFeedbackVaryingEXT(program, index, length, size, type); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -188676,7 +102033,6 @@ public void GetTransformFeedbackVaryingNV( [NativeTypeName("GLint *")] int* location ) => T.GetTransformFeedbackVaryingNV(program, index, location); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl( @@ -188688,7 +102044,6 @@ public void GetTransformFeedbackVaryingNV( [NativeTypeName("GLint *")] Ref location ) => T.GetTransformFeedbackVaryingNV(program, index, location); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl( @@ -188699,77 +102054,40 @@ public int GetTransformFeedbackVaryingNV( [NativeTypeName("GLuint")] uint index ) => T.GetTransformFeedbackVaryingNV(program, index); - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetTranslatedShaderSourceAngle( + public void GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] uint* length, [NativeTypeName("GLchar *")] sbyte* source - ) => T.GetTranslatedShaderSourceAngle(shader, bufSize, length, source); + ) => T.GetTranslatedShaderSourceANGLE(shader, bufSize, length, source); - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetTranslatedShaderSourceAngle( + public void GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] Ref length, [NativeTypeName("GLchar *")] Ref source - ) => T.GetTranslatedShaderSourceAngle(shader, bufSize, length, source); + ) => T.GetTranslatedShaderSourceANGLE(shader, bufSize, length, source); - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public sbyte GetTranslatedShaderSourceAngle( + public sbyte GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei *")] Ref length - ) => T.GetTranslatedShaderSourceAngle(shader, length); + ) => T.GetTranslatedShaderSourceANGLE(shader, length); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -188780,40 +102098,6 @@ public uint GetUniformBlockIndex( ) => T.GetUniformBlockIndex(program, uniformBlockName); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] [MethodImpl( @@ -188825,7 +102109,6 @@ public uint GetUniformBlockIndex( ) => T.GetUniformBlockIndex(program, uniformBlockName); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glGetUniformBufferSizeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -188835,34 +102118,6 @@ public int GetUniformBufferSizeEXT( [NativeTypeName("GLint")] int location ) => T.GetUniformBufferSizeEXT(program, location); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -188873,34 +102128,6 @@ public void GetUniformdv( [NativeTypeName("GLdouble *")] double* @params ) => T.GetUniformdv(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl( @@ -188912,34 +102139,6 @@ public void GetUniformdv( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetUniformdv(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl( @@ -188948,49 +102147,6 @@ public void GetUniformdv( public double GetUniformdv([NativeTypeName("GLint")] int location) => T.GetUniformdv(location); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189001,49 +102157,6 @@ public void GetUniformfv( [NativeTypeName("GLfloat *")] float* @params ) => T.GetUniformfv(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl( @@ -189055,49 +102168,6 @@ public void GetUniformfv( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetUniformfv(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl( @@ -189106,7 +102176,6 @@ public void GetUniformfv( public float GetUniformfv([NativeTypeName("GLint")] int location) => T.GetUniformfv(location); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189117,7 +102186,6 @@ public void GetUniformfvARB( [NativeTypeName("GLfloat *")] float* @params ) => T.GetUniformfvARB(programObj, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl( @@ -189129,7 +102197,6 @@ public void GetUniformfvARB( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetUniformfvARB(programObj, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl( @@ -189138,44 +102205,35 @@ public void GetUniformfvARB( public float GetUniformfvARB([NativeTypeName("GLint")] int location) => T.GetUniformfvARB(location); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetUniformi64VARB( + public void GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] long* @params - ) => T.GetUniformi64VARB(program, location, @params); + ) => T.GetUniformi64vARB(program, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetUniformi64VARB( + public void GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] Ref @params - ) => T.GetUniformi64VARB(program, location, @params); + ) => T.GetUniformi64vARB(program, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public long GetUniformi64VARB([NativeTypeName("GLint")] int location) => - T.GetUniformi64VARB(location); + public long GetUniformi64vARB([NativeTypeName("GLint")] int location) => + T.GetUniformi64vARB(location); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189186,9 +102244,6 @@ public void GetUniformNV( [NativeTypeName("GLint64EXT *")] long* @params ) => T.GetUniformNV(program, location, @params); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl( @@ -189200,9 +102255,6 @@ public void GetUniformNV( [NativeTypeName("GLint64EXT *")] Ref @params ) => T.GetUniformNV(program, location, @params); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl( @@ -189211,40 +102263,6 @@ public void GetUniformNV( public long GetUniformNV([NativeTypeName("GLint")] int location) => T.GetUniformNV(location); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189256,40 +102274,6 @@ public void GetUniformIndices( [NativeTypeName("GLuint *")] uint* uniformIndices ) => T.GetUniformIndices(program, uniformCount, uniformNames, uniformIndices); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] [MethodImpl( @@ -189302,49 +102286,6 @@ public void GetUniformIndices( [NativeTypeName("GLuint *")] Ref uniformIndices ) => T.GetUniformIndices(program, uniformCount, uniformNames, uniformIndices); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189355,49 +102296,6 @@ public void GetUniformiv( [NativeTypeName("GLint *")] int* @params ) => T.GetUniformiv(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl( @@ -189409,49 +102307,6 @@ public void GetUniformiv( [NativeTypeName("GLint *")] Ref @params ) => T.GetUniformiv(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl( @@ -189459,7 +102314,6 @@ public void GetUniformiv( )] public int GetUniformiv([NativeTypeName("GLint")] int location) => T.GetUniformiv(location); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189470,7 +102324,6 @@ public void GetUniformivARB( [NativeTypeName("GLint *")] int* @params ) => T.GetUniformivARB(programObj, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl( @@ -189482,7 +102335,6 @@ public void GetUniformivARB( [NativeTypeName("GLint *")] Ref @params ) => T.GetUniformivARB(programObj, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl( @@ -189492,49 +102344,6 @@ public int GetUniformivARB([NativeTypeName("GLint")] int location) => T.GetUniformivARB(location); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189545,49 +102354,6 @@ public int GetUniformLocation( ) => T.GetUniformLocation(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] [MethodImpl( @@ -189599,7 +102365,6 @@ public int GetUniformLocation( ) => T.GetUniformLocation(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189610,7 +102375,6 @@ public int GetUniformLocationARB( ) => T.GetUniformLocationARB(programObj, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] [MethodImpl( @@ -189622,7 +102386,6 @@ public int GetUniformLocationARB( ) => T.GetUniformLocationARB(programObj, name); [return: NativeTypeName("GLintptr")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glGetUniformOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189632,34 +102395,6 @@ public nint GetUniformOffsetEXT( [NativeTypeName("GLint")] int location ) => T.GetUniformOffsetEXT(program, location); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189670,34 +102405,6 @@ public void GetUniformSubroutine( [NativeTypeName("GLuint *")] uint* @params ) => T.GetUniformSubroutine(shadertype, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl( @@ -189709,34 +102416,6 @@ public void GetUniformSubroutine( [NativeTypeName("GLuint *")] Ref @params ) => T.GetUniformSubroutine(shadertype, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl( @@ -189747,110 +102426,64 @@ public uint GetUniformSubroutine( [NativeTypeName("GLint")] int location ) => T.GetUniformSubroutine(shadertype, location); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetUniformui64VARB( + public void GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] ulong* @params - ) => T.GetUniformui64VARB(program, location, @params); + ) => T.GetUniformui64vARB(program, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetUniformui64VARB( + public void GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] Ref @params - ) => T.GetUniformui64VARB(program, location, @params); + ) => T.GetUniformui64vARB(program, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public ulong GetUniformui64VARB([NativeTypeName("GLint")] int location) => - T.GetUniformui64VARB(location); + public ulong GetUniformui64vARB([NativeTypeName("GLint")] int location) => + T.GetUniformui64vARB(location); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetUniformui64VNV( + public void GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] ulong* @params - ) => T.GetUniformui64VNV(program, location, @params); + ) => T.GetUniformui64vNV(program, location, @params); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetUniformui64VNV( + public void GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] Ref @params - ) => T.GetUniformui64VNV(program, location, @params); + ) => T.GetUniformui64vNV(program, location, @params); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public ulong GetUniformui64VNV([NativeTypeName("GLint")] int location) => - T.GetUniformui64VNV(location); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + public ulong GetUniformui64vNV([NativeTypeName("GLint")] int location) => + T.GetUniformui64vNV(location); + [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189861,40 +102494,6 @@ public void GetUniformuiv( [NativeTypeName("GLuint *")] uint* @params ) => T.GetUniformuiv(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl( @@ -189906,40 +102505,6 @@ public void GetUniformuiv( [NativeTypeName("GLuint *")] Ref @params ) => T.GetUniformuiv(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl( @@ -189948,7 +102513,6 @@ public void GetUniformuiv( public uint GetUniformuiv([NativeTypeName("GLint")] int location) => T.GetUniformuiv(location); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189959,7 +102523,6 @@ public void GetUniformEXT( [NativeTypeName("GLuint *")] uint* @params ) => T.GetUniformEXT(program, location, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl( @@ -189971,7 +102534,6 @@ public void GetUniformEXT( [NativeTypeName("GLuint *")] Ref @params ) => T.GetUniformEXT(program, location, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl( @@ -189980,8 +102542,6 @@ public void GetUniformEXT( public uint GetUniformEXT([NativeTypeName("GLint")] int location) => T.GetUniformEXT(location); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -189992,8 +102552,6 @@ public void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] byte* data ) => T.GetUnsignedByteEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl( @@ -190005,8 +102563,6 @@ public void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] Ref data ) => T.GetUnsignedByteEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl( @@ -190015,8 +102571,6 @@ public void GetUnsignedByteEXT( public byte GetUnsignedByteEXT([NativeTypeName("GLuint")] uint index) => T.GetUnsignedByteEXT(index); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190026,8 +102580,6 @@ public void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] byte* data ) => T.GetUnsignedByteEXT(pname, data); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] [MethodImpl( @@ -190038,7 +102590,6 @@ public void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] Ref data ) => T.GetUnsignedByteEXT(pname, data); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190049,7 +102600,6 @@ public void GetVariantArrayObjectfvATI( [NativeTypeName("GLfloat *")] float* @params ) => T.GetVariantArrayObjectfvATI(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl( @@ -190061,7 +102611,6 @@ public void GetVariantArrayObjectfvATI( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetVariantArrayObjectfvATI(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl( @@ -190072,7 +102621,6 @@ public float GetVariantArrayObjectfvATI( [NativeTypeName("GLenum")] Constant pname ) => T.GetVariantArrayObjectfvATI(id, pname); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190083,7 +102631,6 @@ public void GetVariantArrayObjectivATI( [NativeTypeName("GLint *")] int* @params ) => T.GetVariantArrayObjectivATI(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl( @@ -190095,7 +102642,6 @@ public void GetVariantArrayObjectivATI( [NativeTypeName("GLint *")] Ref @params ) => T.GetVariantArrayObjectivATI(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl( @@ -190106,7 +102652,6 @@ public int GetVariantArrayObjectivATI( [NativeTypeName("GLenum")] Constant pname ) => T.GetVariantArrayObjectivATI(id, pname); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190117,7 +102662,6 @@ public void GetVariantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ) => T.GetVariantBooleanEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl( @@ -190129,7 +102673,6 @@ public void GetVariantBooleanEXT( [NativeTypeName("GLboolean *")] Ref data ) => T.GetVariantBooleanEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl( @@ -190139,7 +102682,6 @@ public uint GetVariantBooleanEXT( [NativeTypeName("GLenum")] Constant value ) => T.GetVariantBooleanEXT(value); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190150,7 +102692,6 @@ public void GetVariantFloatEXT( [NativeTypeName("GLfloat *")] float* data ) => T.GetVariantFloatEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl( @@ -190162,7 +102703,6 @@ public void GetVariantFloatEXT( [NativeTypeName("GLfloat *")] Ref data ) => T.GetVariantFloatEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl( @@ -190172,7 +102712,6 @@ public float GetVariantFloatEXT( [NativeTypeName("GLenum")] Constant value ) => T.GetVariantFloatEXT(value); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190183,7 +102722,6 @@ public void GetVariantIntegerEXT( [NativeTypeName("GLint *")] int* data ) => T.GetVariantIntegerEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl( @@ -190195,7 +102733,6 @@ public void GetVariantIntegerEXT( [NativeTypeName("GLint *")] Ref data ) => T.GetVariantIntegerEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl( @@ -190205,7 +102742,6 @@ public int GetVariantIntegerEXT( [NativeTypeName("GLenum")] Constant value ) => T.GetVariantIntegerEXT(value); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190216,7 +102752,6 @@ public void GetVariantPointerEXT( void** data ) => T.GetVariantPointerEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] [MethodImpl( @@ -190229,7 +102764,6 @@ Ref2D data ) => T.GetVariantPointerEXT(id, value, data); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190240,7 +102774,6 @@ public int GetVaryingLocationNV( ) => T.GetVaryingLocationNV(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] [MethodImpl( @@ -190251,16 +102784,6 @@ public int GetVaryingLocationNV( [NativeTypeName("const GLchar *")] Ref name ) => T.GetVaryingLocationNV(program, name); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190272,16 +102795,6 @@ public void GetVertexArrayIndexed64( [NativeTypeName("GLint64 *")] long* param3 ) => T.GetVertexArrayIndexed64(vaobj, index, pname, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] [MethodImpl( @@ -190294,16 +102807,6 @@ public void GetVertexArrayIndexed64( [NativeTypeName("GLint64 *")] Ref param3 ) => T.GetVertexArrayIndexed64(vaobj, index, pname, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190315,16 +102818,6 @@ public void GetVertexArrayIndexed( [NativeTypeName("GLint *")] int* param3 ) => T.GetVertexArrayIndexed(vaobj, index, pname, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] [MethodImpl( @@ -190337,8 +102830,6 @@ public void GetVertexArrayIndexed( [NativeTypeName("GLint *")] Ref param3 ) => T.GetVertexArrayIndexed(vaobj, index, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190350,8 +102841,6 @@ public void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] int* param3 ) => T.GetVertexArrayIntegerEXT(vaobj, index, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] [MethodImpl( @@ -190364,8 +102853,6 @@ public void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] Ref param3 ) => T.GetVertexArrayIntegerEXT(vaobj, index, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190376,8 +102863,6 @@ public void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] int* param2 ) => T.GetVertexArrayIntegerEXT(vaobj, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] [MethodImpl( @@ -190389,16 +102874,6 @@ public void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] Ref param2 ) => T.GetVertexArrayIntegerEXT(vaobj, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190409,16 +102884,6 @@ public void GetVertexArray( [NativeTypeName("GLint *")] int* param2 ) => T.GetVertexArray(vaobj, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] [MethodImpl( @@ -190430,8 +102895,6 @@ public void GetVertexArray( [NativeTypeName("GLint *")] Ref param2 ) => T.GetVertexArray(vaobj, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190443,8 +102906,6 @@ public void GetVertexArrayPointerEXT( void** param3 ) => T.GetVertexArrayPointerEXT(vaobj, index, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] [MethodImpl( @@ -190457,8 +102918,6 @@ public void GetVertexArrayPointerEXT( Ref2D param3 ) => T.GetVertexArrayPointerEXT(vaobj, index, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190469,8 +102928,6 @@ public void GetVertexArrayPointerEXT( void** param2 ) => T.GetVertexArrayPointerEXT(vaobj, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] [MethodImpl( @@ -190482,7 +102939,6 @@ public void GetVertexArrayPointerEXT( Ref2D param2 ) => T.GetVertexArrayPointerEXT(vaobj, pname, param2); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190493,7 +102949,6 @@ public void GetVertexAttribArrayObjectATI( [NativeTypeName("GLfloat *")] float* @params ) => T.GetVertexAttribArrayObjectATI(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] [MethodImpl( @@ -190505,7 +102960,6 @@ public void GetVertexAttribArrayObjectATI( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetVertexAttribArrayObjectATI(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190516,7 +102970,6 @@ public void GetVertexAttribArrayObjectATI( [NativeTypeName("GLint *")] int* @params ) => T.GetVertexAttribArrayObjectATI(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] [MethodImpl( @@ -190528,44 +102981,6 @@ public void GetVertexAttribArrayObjectATI( [NativeTypeName("GLint *")] Ref @params ) => T.GetVertexAttribArrayObjectATI(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190576,44 +102991,6 @@ public void GetVertexAttrib( [NativeTypeName("GLdouble *")] double* @params ) => T.GetVertexAttrib(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] [MethodImpl( @@ -190625,7 +103002,6 @@ public void GetVertexAttrib( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetVertexAttrib(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190636,7 +103012,6 @@ public void GetVertexAttribARB( [NativeTypeName("GLdouble *")] double* @params ) => T.GetVertexAttribARB(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] [MethodImpl( @@ -190648,7 +103023,6 @@ public void GetVertexAttribARB( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetVertexAttribARB(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190659,7 +103033,6 @@ public void GetVertexAttribdvNV( [NativeTypeName("GLdouble *")] double* @params ) => T.GetVertexAttribdvNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl( @@ -190671,7 +103044,6 @@ public void GetVertexAttribdvNV( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetVertexAttribdvNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl( @@ -190682,49 +103054,6 @@ public double GetVertexAttribdvNV( [NativeTypeName("GLenum")] Constant pname ) => T.GetVertexAttribdvNV(index, pname); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190735,49 +103064,6 @@ public void GetVertexAttrib( [NativeTypeName("GLfloat *")] float* @params ) => T.GetVertexAttrib(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] [MethodImpl( @@ -190789,7 +103075,6 @@ public void GetVertexAttrib( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetVertexAttrib(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190800,7 +103085,6 @@ public void GetVertexAttribARB( [NativeTypeName("GLfloat *")] float* @params ) => T.GetVertexAttribARB(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] [MethodImpl( @@ -190812,7 +103096,6 @@ public void GetVertexAttribARB( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetVertexAttribARB(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190823,7 +103106,6 @@ public void GetVertexAttribfvNV( [NativeTypeName("GLfloat *")] float* @params ) => T.GetVertexAttribfvNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl( @@ -190835,7 +103117,6 @@ public void GetVertexAttribfvNV( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetVertexAttribfvNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl( @@ -190846,40 +103127,6 @@ public float GetVertexAttribfvNV( [NativeTypeName("GLenum")] Constant pname ) => T.GetVertexAttribfvNV(index, pname); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190890,40 +103137,6 @@ public void GetVertexAttribI( [NativeTypeName("GLint *")] int* @params ) => T.GetVertexAttribI(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl( @@ -190935,40 +103148,6 @@ public void GetVertexAttribI( [NativeTypeName("GLint *")] Ref @params ) => T.GetVertexAttribI(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl( @@ -190979,7 +103158,6 @@ public int GetVertexAttribI( [NativeTypeName("GLenum")] Constant pname ) => T.GetVertexAttribI(index, pname); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -190990,7 +103168,6 @@ public void GetVertexAttribIEXT( [NativeTypeName("GLint *")] int* @params ) => T.GetVertexAttribIEXT(index, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl( @@ -191002,7 +103179,6 @@ public void GetVertexAttribIEXT( [NativeTypeName("GLint *")] Ref @params ) => T.GetVertexAttribIEXT(index, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl( @@ -191013,40 +103189,6 @@ public int GetVertexAttribIEXT( [NativeTypeName("GLenum")] Constant pname ) => T.GetVertexAttribIEXT(index, pname); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191057,40 +103199,6 @@ public void GetVertexAttribIuiv( [NativeTypeName("GLuint *")] uint* @params ) => T.GetVertexAttribIuiv(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl( @@ -191102,40 +103210,6 @@ public void GetVertexAttribIuiv( [NativeTypeName("GLuint *")] Ref @params ) => T.GetVertexAttribIuiv(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl( @@ -191146,7 +103220,6 @@ public uint GetVertexAttribIuiv( [NativeTypeName("GLenum")] Constant pname ) => T.GetVertexAttribIuiv(index, pname); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191157,7 +103230,6 @@ public void GetVertexAttribIuivEXT( [NativeTypeName("GLuint *")] uint* @params ) => T.GetVertexAttribIuivEXT(index, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl( @@ -191169,7 +103241,6 @@ public void GetVertexAttribIuivEXT( [NativeTypeName("GLuint *")] Ref @params ) => T.GetVertexAttribIuivEXT(index, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl( @@ -191180,49 +103251,6 @@ public uint GetVertexAttribIuivEXT( [NativeTypeName("GLenum")] Constant pname ) => T.GetVertexAttribIuivEXT(index, pname); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191233,49 +103261,6 @@ public void GetVertexAttrib( [NativeTypeName("GLint *")] int* @params ) => T.GetVertexAttrib(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] [MethodImpl( @@ -191287,7 +103272,6 @@ public void GetVertexAttrib( [NativeTypeName("GLint *")] Ref @params ) => T.GetVertexAttrib(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191298,7 +103282,6 @@ public void GetVertexAttribARB( [NativeTypeName("GLint *")] int* @params ) => T.GetVertexAttribARB(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] [MethodImpl( @@ -191310,7 +103293,6 @@ public void GetVertexAttribARB( [NativeTypeName("GLint *")] Ref @params ) => T.GetVertexAttribARB(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191321,7 +103303,6 @@ public void GetVertexAttribivNV( [NativeTypeName("GLint *")] int* @params ) => T.GetVertexAttribivNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl( @@ -191333,7 +103314,6 @@ public void GetVertexAttribivNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetVertexAttribivNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl( @@ -191344,32 +103324,6 @@ public int GetVertexAttribivNV( [NativeTypeName("GLenum")] Constant pname ) => T.GetVertexAttribivNV(index, pname); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191380,32 +103334,6 @@ public void GetVertexAttribL( [NativeTypeName("GLdouble *")] double* @params ) => T.GetVertexAttribL(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] [MethodImpl( @@ -191417,7 +103345,6 @@ public void GetVertexAttribL( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetVertexAttribL(index, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191428,7 +103355,6 @@ public void GetVertexAttribLEXT( [NativeTypeName("GLdouble *")] double* @params ) => T.GetVertexAttribLEXT(index, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] [MethodImpl( @@ -191440,8 +103366,6 @@ public void GetVertexAttribLEXT( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetVertexAttribLEXT(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191452,8 +103376,6 @@ public void GetVertexAttribLNV( [NativeTypeName("GLint64EXT *")] long* @params ) => T.GetVertexAttribLNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] [MethodImpl( @@ -191465,8 +103387,6 @@ public void GetVertexAttribLNV( [NativeTypeName("GLint64EXT *")] Ref @params ) => T.GetVertexAttribLNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191477,8 +103397,6 @@ public void GetVertexAttribLARB( [NativeTypeName("GLuint64EXT *")] ulong* @params ) => T.GetVertexAttribLARB(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] [MethodImpl( @@ -191490,8 +103408,6 @@ public void GetVertexAttribLARB( [NativeTypeName("GLuint64EXT *")] Ref @params ) => T.GetVertexAttribLARB(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191502,8 +103418,6 @@ public void GetVertexAttribLNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ) => T.GetVertexAttribLNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] [MethodImpl( @@ -191515,49 +103429,6 @@ public void GetVertexAttribLNV( [NativeTypeName("GLuint64EXT *")] Ref @params ) => T.GetVertexAttribLNV(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191568,49 +103439,6 @@ public void GetVertexAttribPointer( void** pointer ) => T.GetVertexAttribPointer(index, pname, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] [MethodImpl( @@ -191622,7 +103450,6 @@ public void GetVertexAttribPointer( Ref2D pointer ) => T.GetVertexAttribPointer(index, pname, pointer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191633,7 +103460,6 @@ public void GetVertexAttribPointerARB( void** pointer ) => T.GetVertexAttribPointerARB(index, pname, pointer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] [MethodImpl( @@ -191645,7 +103471,6 @@ public void GetVertexAttribPointerARB( Ref2D pointer ) => T.GetVertexAttribPointerARB(index, pname, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191656,7 +103481,6 @@ public void GetVertexAttribPointerNV( void** pointer ) => T.GetVertexAttribPointerNV(index, pname, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] [MethodImpl( @@ -191668,7 +103492,6 @@ public void GetVertexAttribPointerNV( Ref2D pointer ) => T.GetVertexAttribPointerNV(index, pname, pointer); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191679,7 +103502,6 @@ public void GetVideoCaptureNV( [NativeTypeName("GLint *")] int* @params ) => T.GetVideoCaptureNV(video_capture_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl( @@ -191691,7 +103513,6 @@ public void GetVideoCaptureNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetVideoCaptureNV(video_capture_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl( @@ -191700,7 +103521,6 @@ public void GetVideoCaptureNV( public int GetVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot) => T.GetVideoCaptureNV(video_capture_slot); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191712,7 +103532,6 @@ public void GetVideoCaptureStreamdvNV( [NativeTypeName("GLdouble *")] double* @params ) => T.GetVideoCaptureStreamdvNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl( @@ -191725,7 +103544,6 @@ public void GetVideoCaptureStreamdvNV( [NativeTypeName("GLdouble *")] Ref @params ) => T.GetVideoCaptureStreamdvNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl( @@ -191736,7 +103554,6 @@ public double GetVideoCaptureStreamdvNV( [NativeTypeName("GLuint")] uint stream ) => T.GetVideoCaptureStreamdvNV(video_capture_slot, stream); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191748,7 +103565,6 @@ public void GetVideoCaptureStreamfvNV( [NativeTypeName("GLfloat *")] float* @params ) => T.GetVideoCaptureStreamfvNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl( @@ -191761,7 +103577,6 @@ public void GetVideoCaptureStreamfvNV( [NativeTypeName("GLfloat *")] Ref @params ) => T.GetVideoCaptureStreamfvNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl( @@ -191772,7 +103587,6 @@ public float GetVideoCaptureStreamfvNV( [NativeTypeName("GLuint")] uint stream ) => T.GetVideoCaptureStreamfvNV(video_capture_slot, stream); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191784,7 +103598,6 @@ public void GetVideoCaptureStreamivNV( [NativeTypeName("GLint *")] int* @params ) => T.GetVideoCaptureStreamivNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl( @@ -191797,7 +103610,6 @@ public void GetVideoCaptureStreamivNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetVideoCaptureStreamivNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl( @@ -191808,39 +103620,35 @@ public int GetVideoCaptureStreamivNV( [NativeTypeName("GLuint")] uint stream ) => T.GetVideoCaptureStreamivNV(video_capture_slot, stream); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetVideoi64VNV( + public void GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] long* @params - ) => T.GetVideoi64VNV(video_slot, pname, @params); + ) => T.GetVideoi64vNV(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetVideoi64VNV( + public void GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] Ref @params - ) => T.GetVideoi64VNV(video_slot, pname, @params); + ) => T.GetVideoi64vNV(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public long GetVideoi64VNV([NativeTypeName("GLuint")] uint video_slot) => - T.GetVideoi64VNV(video_slot); + public long GetVideoi64vNV([NativeTypeName("GLuint")] uint video_slot) => + T.GetVideoi64vNV(video_slot); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191851,7 +103659,6 @@ public void GetVideoNV( [NativeTypeName("GLint *")] int* @params ) => T.GetVideoNV(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl( @@ -191863,7 +103670,6 @@ public void GetVideoNV( [NativeTypeName("GLint *")] Ref @params ) => T.GetVideoNV(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl( @@ -191872,39 +103678,35 @@ public void GetVideoNV( public int GetVideoNV([NativeTypeName("GLuint")] uint video_slot) => T.GetVideoNV(video_slot); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetVideoui64VNV( + public void GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] ulong* @params - ) => T.GetVideoui64VNV(video_slot, pname, @params); + ) => T.GetVideoui64vNV(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetVideoui64VNV( + public void GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] Ref @params - ) => T.GetVideoui64VNV(video_slot, pname, @params); + ) => T.GetVideoui64vNV(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public ulong GetVideoui64VNV([NativeTypeName("GLuint")] uint video_slot) => - T.GetVideoui64VNV(video_slot); + public ulong GetVideoui64vNV([NativeTypeName("GLuint")] uint video_slot) => + T.GetVideoui64vNV(video_slot); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191915,7 +103717,6 @@ public void GetVideouivNV( [NativeTypeName("GLuint *")] uint* @params ) => T.GetVideouivNV(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl( @@ -191927,7 +103728,6 @@ public void GetVideouivNV( [NativeTypeName("GLuint *")] Ref @params ) => T.GetVideouivNV(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl( @@ -191937,9 +103737,6 @@ public uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) => T.GetVideouivNV(video_slot); [return: NativeTypeName("GLVULKANPROCNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191949,9 +103746,6 @@ public uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) => ) => T.GetVkProcAddrNV(name); [return: NativeTypeName("GLVULKANPROCNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] [MethodImpl( @@ -191961,7 +103755,6 @@ public uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) => [NativeTypeName("const GLchar *")] Ref name ) => T.GetVkProcAddrNV(name); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorbSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191969,7 +103762,6 @@ public uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) => public void GlobalAlphaFactorSUN([NativeTypeName("GLbyte")] sbyte factor) => T.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactordSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191977,7 +103769,6 @@ public void GlobalAlphaFactorSUN([NativeTypeName("GLbyte")] sbyte factor) => public void GlobalAlphaFactorSUN([NativeTypeName("GLdouble")] double factor) => T.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorfSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191985,7 +103776,6 @@ public void GlobalAlphaFactorSUN([NativeTypeName("GLdouble")] double factor) => public void GlobalAlphaFactorSUN([NativeTypeName("GLfloat")] float factor) => T.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactoriSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -191993,7 +103783,6 @@ public void GlobalAlphaFactorSUN([NativeTypeName("GLfloat")] float factor) => public void GlobalAlphaFactorSUN([NativeTypeName("GLint")] int factor) => T.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorsSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192001,7 +103790,6 @@ public void GlobalAlphaFactorSUN([NativeTypeName("GLint")] int factor) => public void GlobalAlphaFactorsSUN([NativeTypeName("GLshort")] short factor) => T.GlobalAlphaFactorsSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorubSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192009,7 +103797,6 @@ public void GlobalAlphaFactorsSUN([NativeTypeName("GLshort")] short factor) => public void GlobalAlphaFactorSUN([NativeTypeName("GLubyte")] byte factor) => T.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactoruiSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192017,7 +103804,6 @@ public void GlobalAlphaFactorSUN([NativeTypeName("GLubyte")] byte factor) => public void GlobalAlphaFactorSUN([NativeTypeName("GLuint")] uint factor) => T.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorusSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192025,62 +103811,6 @@ public void GlobalAlphaFactorSUN([NativeTypeName("GLuint")] uint factor) => public void GlobalAlphaFactorSUN([NativeTypeName("GLushort")] ushort factor) => T.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glHint")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192090,62 +103820,6 @@ public void Hint( [NativeTypeName("GLenum")] uint mode ) => T.Hint(target, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glHint")] [MethodImpl( @@ -192156,7 +103830,6 @@ public void Hint( [NativeTypeName("GLenum")] Constant mode ) => T.Hint(target, mode); - [SupportedApiProfile("gl", ["GL_PGI_misc_hints"])] [NativeFunction("opengl", EntryPoint = "glHintPGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192166,7 +103839,6 @@ public void HintPGI( [NativeTypeName("GLint")] int mode ) => T.HintPGI(target, mode); - [SupportedApiProfile("gl", ["GL_PGI_misc_hints"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHintPGI")] [MethodImpl( @@ -192177,7 +103849,6 @@ public void HintPGI( [NativeTypeName("GLint")] Constant mode ) => T.HintPGI(target, mode); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glHistogram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192189,7 +103860,6 @@ public void Histogram( [NativeTypeName("GLboolean")] uint sink ) => T.Histogram(target, width, internalformat, sink); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHistogram")] [MethodImpl( @@ -192202,7 +103872,6 @@ public void Histogram( [NativeTypeName("GLboolean")] MaybeBool sink ) => T.Histogram(target, width, internalformat, sink); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192214,7 +103883,6 @@ public void HistogramEXT( [NativeTypeName("GLboolean")] uint sink ) => T.HistogramEXT(target, width, internalformat, sink); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] [MethodImpl( @@ -192227,7 +103895,6 @@ public void HistogramEXT( [NativeTypeName("GLboolean")] MaybeBool sink ) => T.HistogramEXT(target, width, internalformat, sink); - [SupportedApiProfile("gl", ["GL_SGIX_igloo_interface"])] [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192237,7 +103904,6 @@ public void IglooInterfaceSGIX( [NativeTypeName("const void *")] void* @params ) => T.IglooInterfaceSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_igloo_interface"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] [MethodImpl( @@ -192248,7 +103914,6 @@ public void IglooInterfaceSGIX( [NativeTypeName("const void *")] Ref @params ) => T.IglooInterfaceSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192259,7 +103924,6 @@ public void ImageTransformParameterHP( [NativeTypeName("GLfloat")] float param2 ) => T.ImageTransformParameterHP(target, pname, param2); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] [MethodImpl( @@ -192271,7 +103935,6 @@ public void ImageTransformParameterHP( [NativeTypeName("GLfloat")] float param2 ) => T.ImageTransformParameterHP(target, pname, param2); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192282,7 +103945,6 @@ public void ImageTransformParameterHP( [NativeTypeName("const GLfloat *")] float* @params ) => T.ImageTransformParameterHP(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] [MethodImpl( @@ -192294,7 +103956,6 @@ public void ImageTransformParameterHP( [NativeTypeName("const GLfloat *")] Ref @params ) => T.ImageTransformParameterHP(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192305,7 +103966,6 @@ public void ImageTransformParameterHP( [NativeTypeName("GLint")] int param2 ) => T.ImageTransformParameterHP(target, pname, param2); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] [MethodImpl( @@ -192317,7 +103977,6 @@ public void ImageTransformParameterHP( [NativeTypeName("GLint")] int param2 ) => T.ImageTransformParameterHP(target, pname, param2); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192328,7 +103987,6 @@ public void ImageTransformParameterHP( [NativeTypeName("const GLint *")] int* @params ) => T.ImageTransformParameterHP(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] [MethodImpl( @@ -192340,8 +103998,6 @@ public void ImageTransformParameterHP( [NativeTypeName("const GLint *")] Ref @params ) => T.ImageTransformParameterHP(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_fd"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192353,8 +104009,6 @@ public void ImportMemoryFEXT( [NativeTypeName("GLint")] int fd ) => T.ImportMemoryFEXT(memory, size, handleType, fd); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_fd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] [MethodImpl( @@ -192367,8 +104021,6 @@ public void ImportMemoryFEXT( [NativeTypeName("GLint")] int fd ) => T.ImportMemoryFEXT(memory, size, handleType, fd); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192380,8 +104032,6 @@ public void ImportMemoryWin32HandleEXT( void* handle ) => T.ImportMemoryWin32HandleEXT(memory, size, handleType, handle); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] [MethodImpl( @@ -192394,8 +104044,6 @@ public void ImportMemoryWin32HandleEXT( Ref handle ) => T.ImportMemoryWin32HandleEXT(memory, size, handleType, handle); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192407,8 +104055,6 @@ public void ImportMemoryWin32NameEXT( [NativeTypeName("const void *")] void* name ) => T.ImportMemoryWin32NameEXT(memory, size, handleType, name); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] [MethodImpl( @@ -192421,8 +104067,6 @@ public void ImportMemoryWin32NameEXT( [NativeTypeName("const void *")] Ref name ) => T.ImportMemoryWin32NameEXT(memory, size, handleType, name); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_fd"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192433,8 +104077,6 @@ public void ImportSemaphoreFEXT( [NativeTypeName("GLint")] int fd ) => T.ImportSemaphoreFEXT(semaphore, handleType, fd); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_fd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] [MethodImpl( @@ -192446,8 +104088,6 @@ public void ImportSemaphoreFEXT( [NativeTypeName("GLint")] int fd ) => T.ImportSemaphoreFEXT(semaphore, handleType, fd); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192458,8 +104098,6 @@ public void ImportSemaphoreWin32HandleEXT( void* handle ) => T.ImportSemaphoreWin32HandleEXT(semaphore, handleType, handle); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] [MethodImpl( @@ -192471,8 +104109,6 @@ public void ImportSemaphoreWin32HandleEXT( Ref handle ) => T.ImportSemaphoreWin32HandleEXT(semaphore, handleType, handle); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192483,8 +104119,6 @@ public void ImportSemaphoreWin32NameEXT( [NativeTypeName("const void *")] void* name ) => T.ImportSemaphoreWin32NameEXT(semaphore, handleType, name); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] [MethodImpl( @@ -192497,7 +104131,6 @@ public void ImportSemaphoreWin32NameEXT( ) => T.ImportSemaphoreWin32NameEXT(semaphore, handleType, name); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_EXT_x11_sync_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] [MethodImpl( @@ -192510,104 +104143,28 @@ public Ptr ImportSyncEXT( ) => T.ImportSyncEXT(external_sync_type, external_sync, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_EXT_x11_sync_object"])] [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Sync* ImportSyncEXTRaw( + public Sync* ImportSyncEXTRawEXT( [NativeTypeName("GLenum")] uint external_sync_type, [NativeTypeName("GLintptr")] nint external_sync, [NativeTypeName("GLbitfield")] uint flags - ) => T.ImportSyncEXTRaw(external_sync_type, external_sync, flags); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + ) => T.ImportSyncEXTRawEXT(external_sync_type, external_sync, flags); + [NativeFunction("opengl", EntryPoint = "glIndexd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Indexd([NativeTypeName("GLdouble")] double c) => T.Indexd(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Indexdv([NativeTypeName("const GLdouble *")] double* c) => T.Indexdv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl( @@ -192615,31 +104172,6 @@ public Ptr ImportSyncEXT( )] public void Indexdv([NativeTypeName("const GLdouble *")] Ref c) => T.Indexdv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl( @@ -192647,39 +104179,12 @@ public Ptr ImportSyncEXT( )] public void Indexdv([NativeTypeName("const GLdouble *")] double c) => T.Indexdv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Indexf([NativeTypeName("GLfloat")] float c) => T.Indexf(c); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glIndexFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192689,7 +104194,6 @@ public void IndexFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.IndexFormatNV(type, stride); - [SupportedApiProfile("gl", ["GL_EXT_index_func"])] [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192699,7 +104203,6 @@ public void IndexFuncEXT( [NativeTypeName("GLclampf")] float @ref ) => T.IndexFuncEXT(func, @ref); - [SupportedApiProfile("gl", ["GL_EXT_index_func"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] [MethodImpl( @@ -192710,62 +104213,12 @@ public void IndexFuncEXT( [NativeTypeName("GLclampf")] float @ref ) => T.IndexFuncEXT(func, @ref); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Indexfv([NativeTypeName("const GLfloat *")] float* c) => T.Indexfv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl( @@ -192773,31 +104226,6 @@ public void IndexFuncEXT( )] public void Indexfv([NativeTypeName("const GLfloat *")] Ref c) => T.Indexfv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl( @@ -192805,93 +104233,18 @@ public void IndexFuncEXT( )] public void Indexfv([NativeTypeName("const GLfloat *")] float c) => T.Indexfv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Indexi([NativeTypeName("GLint")] int c) => T.Indexi(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Indexiv([NativeTypeName("const GLint *")] int* c) => T.Indexiv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl( @@ -192899,31 +104252,6 @@ public void IndexFuncEXT( )] public void Indexiv([NativeTypeName("const GLint *")] Ref c) => T.Indexiv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl( @@ -192931,38 +104259,12 @@ public void IndexFuncEXT( )] public void Indexiv([NativeTypeName("const GLint *")] int c) => T.Indexiv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void IndexMask([NativeTypeName("GLuint")] uint mask) => T.IndexMask(mask); - [SupportedApiProfile("gl", ["GL_EXT_index_material"])] [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -192972,7 +104274,6 @@ public void IndexMaterialEXT( [NativeTypeName("GLenum")] uint mode ) => T.IndexMaterialEXT(face, mode); - [SupportedApiProfile("gl", ["GL_EXT_index_material"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] [MethodImpl( @@ -192983,30 +104284,6 @@ public void IndexMaterialEXT( [NativeTypeName("GLenum")] Constant mode ) => T.IndexMaterialEXT(face, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193017,30 +104294,6 @@ public void IndexPointer( [NativeTypeName("const void *")] void* pointer ) => T.IndexPointer(type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointer")] [MethodImpl( @@ -193052,7 +104305,6 @@ public void IndexPointer( [NativeTypeName("const void *")] Ref pointer ) => T.IndexPointer(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193064,7 +104316,6 @@ public void IndexPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.IndexPointerEXT(type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] [MethodImpl( @@ -193077,7 +104328,6 @@ public void IndexPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => T.IndexPointerEXT(type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193089,7 +104339,6 @@ public void IndexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.IndexPointerListIBM(type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] [MethodImpl( @@ -193102,93 +104351,18 @@ public void IndexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.IndexPointerListIBM(type, stride, pointer, ptrstride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexs")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Indexs([NativeTypeName("GLshort")] short c) => T.Indexs(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Indexsv([NativeTypeName("const GLshort *")] short* c) => T.Indexsv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl( @@ -193196,31 +104370,6 @@ public void IndexPointerListIBM( )] public void Indexsv([NativeTypeName("const GLshort *")] Ref c) => T.Indexsv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl( @@ -193228,90 +104377,18 @@ public void IndexPointerListIBM( )] public void Indexsv([NativeTypeName("const GLshort *")] short c) => T.Indexsv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexub")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Indexub([NativeTypeName("GLubyte")] byte c) => T.Indexub(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Indexubv([NativeTypeName("const GLubyte *")] byte* c) => T.Indexubv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl( @@ -193319,30 +104396,6 @@ public void IndexPointerListIBM( )] public void Indexubv([NativeTypeName("const GLubyte *")] Ref c) => T.Indexubv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl( @@ -193350,23 +104403,20 @@ public void IndexPointerListIBM( )] public void Indexubv([NativeTypeName("const GLubyte *")] byte c) => T.Indexubv(c); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glIndexxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void IndexxOES([NativeTypeName("GLfixed")] int component) => T.IndexxOES(component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void IndexxvO([NativeTypeName("const GLfixed *")] int component) => - T.IndexxvO(component); + public void IndexxvOOES([NativeTypeName("const GLfixed *")] int component) => + T.IndexxvOOES(component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193374,7 +104424,6 @@ public void IndexxvO([NativeTypeName("const GLfixed *")] int component) => public void IndexxOES([NativeTypeName("const GLfixed *")] int* component) => T.IndexxOES(component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl( @@ -193383,38 +104432,12 @@ public void IndexxOES([NativeTypeName("const GLfixed *")] int* component) => public void IndexxOES([NativeTypeName("const GLfixed *")] Ref component) => T.IndexxOES(component); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glInitNames")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void InitNames() => T.InitNames(); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glInsertComponentEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193425,10 +104448,6 @@ public void InsertComponentEXT( [NativeTypeName("GLuint")] uint num ) => T.InsertComponentEXT(res, src, num); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193438,10 +104457,6 @@ public void InsertEventMarkerEXT( [NativeTypeName("const GLchar *")] sbyte* marker ) => T.InsertEventMarkerEXT(length, marker); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] [MethodImpl( @@ -193452,7 +104467,6 @@ public void InsertEventMarkerEXT( [NativeTypeName("const GLchar *")] Ref marker ) => T.InsertEventMarkerEXT(length, marker); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193462,7 +104476,6 @@ public void InstrumentsBufferSGIX( [NativeTypeName("GLint *")] int* buffer ) => T.InstrumentsBufferSGIX(size, buffer); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl( @@ -193473,7 +104486,6 @@ public void InstrumentsBufferSGIX( [NativeTypeName("GLint *")] Ref buffer ) => T.InstrumentsBufferSGIX(size, buffer); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl( @@ -193481,30 +104493,6 @@ public void InstrumentsBufferSGIX( )] public int InstrumentsBufferSGIX() => T.InstrumentsBufferSGIX(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193515,30 +104503,6 @@ public void InterleavedArrays( [NativeTypeName("const void *")] void* pointer ) => T.InterleavedArrays(format, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] [MethodImpl( @@ -193550,9 +104514,6 @@ public void InterleavedArrays( [NativeTypeName("const void *")] Ref pointer ) => T.InterleavedArrays(format, stride, pointer); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glInterpolatePathsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193564,28 +104525,6 @@ public void InterpolatePathNV( [NativeTypeName("GLfloat")] float weight ) => T.InterpolatePathNV(resultPath, pathA, pathB, weight); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateBufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193593,28 +104532,6 @@ public void InterpolatePathNV( public void InvalidateBufferData([NativeTypeName("GLuint")] uint buffer) => T.InvalidateBufferData(buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193625,28 +104542,6 @@ public void InvalidateBufferSubData( [NativeTypeName("GLsizeiptr")] nuint length ) => T.InvalidateBufferSubData(buffer, offset, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193657,28 +104552,6 @@ public void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] uint* attachments ) => T.InvalidateFramebuffer(target, numAttachments, attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -193690,28 +104563,6 @@ public void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] Ref attachments ) => T.InvalidateFramebuffer(target, numAttachments, attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -193722,28 +104573,6 @@ public void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] uint attachments ) => T.InvalidateFramebuffer(target, attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -193755,28 +104584,6 @@ public void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] Ref attachments ) => T.InvalidateFramebuffer(target, numAttachments, attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -193787,28 +104594,6 @@ public void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] GLEnum attachments ) => T.InvalidateFramebuffer(target, attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -193820,28 +104605,6 @@ public void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] Ref attachments ) => T.InvalidateFramebuffer(target, numAttachments, attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -193852,16 +104615,6 @@ public void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] InvalidateFramebufferAttachment attachments ) => T.InvalidateFramebuffer(target, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -193872,16 +104625,6 @@ public void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] uint* attachments ) => T.InvalidateNamedFramebufferData(framebuffer, numAttachments, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -193893,16 +104636,6 @@ public void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] Ref attachments ) => T.InvalidateNamedFramebufferData(framebuffer, numAttachments, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -193914,16 +104647,6 @@ public void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] Ref attachments ) => T.InvalidateNamedFramebufferData(framebuffer, numAttachments, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -193935,16 +104658,6 @@ public void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] Ref attachments ) => T.InvalidateNamedFramebufferData(framebuffer, numAttachments, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -193955,16 +104668,6 @@ public void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] uint attachments ) => T.InvalidateNamedFramebufferDatum(framebuffer, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -193975,16 +104678,6 @@ public void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] GLEnum attachments ) => T.InvalidateNamedFramebufferDatum(framebuffer, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -193995,16 +104688,6 @@ public void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] FramebufferAttachment attachments ) => T.InvalidateNamedFramebufferDatum(framebuffer, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -194028,16 +104711,6 @@ public void InvalidateNamedFramebufferSubData( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -194062,16 +104735,6 @@ public void InvalidateNamedFramebufferSubData( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -194096,16 +104759,6 @@ public void InvalidateNamedFramebufferSubData( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -194130,16 +104783,6 @@ public void InvalidateNamedFramebufferSubData( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -194154,16 +104797,6 @@ public void InvalidateNamedFramebufferSubDatum( [NativeTypeName("GLsizei")] uint height ) => T.InvalidateNamedFramebufferSubDatum(framebuffer, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -194178,16 +104811,6 @@ public void InvalidateNamedFramebufferSubDatum( [NativeTypeName("GLsizei")] uint height ) => T.InvalidateNamedFramebufferSubDatum(framebuffer, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -194202,28 +104825,6 @@ public void InvalidateNamedFramebufferSubDatum( [NativeTypeName("GLsizei")] uint height ) => T.InvalidateNamedFramebufferSubDatum(framebuffer, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -194238,28 +104839,6 @@ public void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => T.InvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -194275,28 +104854,6 @@ public void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => T.InvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -194311,28 +104868,6 @@ public void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => T.InvalidateSubFramebuffer(target, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -194348,28 +104883,6 @@ public void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => T.InvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -194384,28 +104897,6 @@ public void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => T.InvalidateSubFramebuffer(target, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -194421,28 +104912,6 @@ public void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => T.InvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -194457,28 +104926,6 @@ public void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => T.InvalidateSubFramebuffer(target, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateTexImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -194488,28 +104935,6 @@ public void InvalidateTexImage( [NativeTypeName("GLint")] int level ) => T.InvalidateTexImage(texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateTexSubImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -194536,7 +104961,6 @@ public void InvalidateTexSubImage( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] [MethodImpl( @@ -194546,61 +104970,14 @@ public MaybeBool IsAsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker) T.IsAsyncMarkerSGIX(marker); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsAsyncMarkerSGIXRaw([NativeTypeName("GLuint")] uint marker) => - T.IsAsyncMarkerSGIXRaw(marker); + public uint IsAsyncMarkerSGIXRawSGIX([NativeTypeName("GLuint")] uint marker) => + T.IsAsyncMarkerSGIXRawSGIX(marker); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBuffer")] [MethodImpl( @@ -194610,7 +104987,6 @@ public MaybeBool IsBuffer([NativeTypeName("GLuint")] uint buffer) => T.IsBuffer(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] [MethodImpl( @@ -194620,61 +104996,14 @@ public MaybeBool IsBufferARB([NativeTypeName("GLuint")] uint buffer) => T.IsBufferARB(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsBufferARBRaw([NativeTypeName("GLuint")] uint buffer) => - T.IsBufferARBRaw(buffer); + public uint IsBufferARBRawARB([NativeTypeName("GLuint")] uint buffer) => + T.IsBufferARBRawARB(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -194682,8 +105011,6 @@ public uint IsBufferARBRaw([NativeTypeName("GLuint")] uint buffer) => public uint IsBufferRaw([NativeTypeName("GLuint")] uint buffer) => T.IsBufferRaw(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] [MethodImpl( @@ -194693,18 +105020,14 @@ public MaybeBool IsBufferResidentNV([NativeTypeName("GLenum")] uint target T.IsBufferResidentNV(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsBufferResidentNVRaw([NativeTypeName("GLenum")] uint target) => - T.IsBufferResidentNVRaw(target); + public uint IsBufferResidentNVRawNV([NativeTypeName("GLenum")] uint target) => + T.IsBufferResidentNVRawNV(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] [MethodImpl( @@ -194714,72 +105037,14 @@ public MaybeBool IsCommandListNV([NativeTypeName("GLuint")] uint list) => T.IsCommandListNV(list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsCommandListNVRaw([NativeTypeName("GLuint")] uint list) => - T.IsCommandListNVRaw(list); + public uint IsCommandListNVRawNV([NativeTypeName("GLuint")] uint list) => + T.IsCommandListNVRawNV(list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsEnabled")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -194787,62 +105052,6 @@ public uint IsCommandListNVRaw([NativeTypeName("GLuint")] uint list) => public uint IsEnabled([NativeTypeName("GLenum")] uint cap) => T.IsEnabled(cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabled")] [MethodImpl( @@ -194853,40 +105062,6 @@ public MaybeBool IsEnabled( ) => T.IsEnabled(cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -194897,40 +105072,6 @@ public uint IsEnabled( ) => T.IsEnabled(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] [MethodImpl( @@ -194942,7 +105083,6 @@ public MaybeBool IsEnabled( ) => T.IsEnabled(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -194953,7 +105093,6 @@ public uint IsEnabledEXT( ) => T.IsEnabledEXT(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] [MethodImpl( @@ -194965,8 +105104,6 @@ public MaybeBool IsEnabledEXT( ) => T.IsEnabledEXT(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -194977,8 +105114,6 @@ public uint IsEnabledIndexedEXT( ) => T.IsEnabledIndexedEXT(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] [MethodImpl( @@ -194990,7 +105125,6 @@ public MaybeBool IsEnabledIndexedEXT( ) => T.IsEnabledIndexedEXT(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -195001,7 +105135,6 @@ public uint IsEnabledNV( ) => T.IsEnabledNV(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] [MethodImpl( @@ -195013,7 +105146,6 @@ public MaybeBool IsEnabledNV( ) => T.IsEnabledNV(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -195024,7 +105156,6 @@ public uint IsEnabledOES( ) => T.IsEnabledOES(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] [MethodImpl( @@ -195036,28 +105167,23 @@ public MaybeBool IsEnabledOES( ) => T.IsEnabledOES(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public MaybeBool IsFenceApple([NativeTypeName("GLuint")] uint fence) => - T.IsFenceApple(fence); + public MaybeBool IsFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + T.IsFenceAPPLE(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsFenceAppleRaw([NativeTypeName("GLuint")] uint fence) => - T.IsFenceAppleRaw(fence); + public uint IsFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence) => + T.IsFenceAppleRawAPPLE(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] [MethodImpl( @@ -195067,57 +105193,14 @@ public MaybeBool IsFenceNV([NativeTypeName("GLuint")] uint fence) => T.IsFenceNV(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsFenceNVRaw([NativeTypeName("GLuint")] uint fence) => T.IsFenceNVRaw(fence); + public uint IsFenceNVRawNV([NativeTypeName("GLuint")] uint fence) => + T.IsFenceNVRawNV(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] [MethodImpl( @@ -195127,7 +105210,6 @@ public MaybeBool IsFramebuffer([NativeTypeName("GLuint")] uint framebuffer T.IsFramebuffer(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] [MethodImpl( @@ -195137,16 +105219,14 @@ public MaybeBool IsFramebufferEXT([NativeTypeName("GLuint")] uint framebuf T.IsFramebufferEXT(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsFramebufferEXTRaw([NativeTypeName("GLuint")] uint framebuffer) => - T.IsFramebufferEXTRaw(framebuffer); + public uint IsFramebufferEXTRawEXT([NativeTypeName("GLuint")] uint framebuffer) => + T.IsFramebufferEXTRawEXT(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] [MethodImpl( @@ -195156,56 +105236,14 @@ public MaybeBool IsFramebufferOES([NativeTypeName("GLuint")] uint framebuf T.IsFramebufferOES(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsFramebufferOESRaw([NativeTypeName("GLuint")] uint framebuffer) => - T.IsFramebufferOESRaw(framebuffer); + public uint IsFramebufferOESRawOES([NativeTypeName("GLuint")] uint framebuffer) => + T.IsFramebufferOESRawOES(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -195214,8 +105252,6 @@ public uint IsFramebufferRaw([NativeTypeName("GLuint")] uint framebuffer) => T.IsFramebufferRaw(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] [MethodImpl( @@ -195226,19 +105262,14 @@ public MaybeBool IsImageHandleResidentARB( ) => T.IsImageHandleResidentARB(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsImageHandleResidentARBRaw([NativeTypeName("GLuint64")] ulong handle) => - T.IsImageHandleResidentARBRaw(handle); + public uint IsImageHandleResidentARBRawARB([NativeTypeName("GLuint64")] ulong handle) => + T.IsImageHandleResidentARBRawARB(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] [MethodImpl( @@ -195248,42 +105279,14 @@ public MaybeBool IsImageHandleResidentNV([NativeTypeName("GLuint64")] ulon T.IsImageHandleResidentNV(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsImageHandleResidentNVRaw([NativeTypeName("GLuint64")] ulong handle) => - T.IsImageHandleResidentNVRaw(handle); + public uint IsImageHandleResidentNVRawNV([NativeTypeName("GLuint64")] ulong handle) => + T.IsImageHandleResidentNVRawNV(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsList")] [MethodImpl( @@ -195292,31 +105295,6 @@ public uint IsImageHandleResidentNVRaw([NativeTypeName("GLuint64")] ulong handle public MaybeBool IsList([NativeTypeName("GLuint")] uint list) => T.IsList(list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIsList")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -195324,8 +105302,6 @@ public uint IsImageHandleResidentNVRaw([NativeTypeName("GLuint64")] ulong handle public uint IsListRaw([NativeTypeName("GLuint")] uint list) => T.IsListRaw(list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] [MethodImpl( @@ -195335,17 +105311,14 @@ public MaybeBool IsMemoryObjectEXT([NativeTypeName("GLuint")] uint memoryO T.IsMemoryObjectEXT(memoryObject); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsMemoryObjectEXTRaw([NativeTypeName("GLuint")] uint memoryObject) => - T.IsMemoryObjectEXTRaw(memoryObject); + public uint IsMemoryObjectEXTRawEXT([NativeTypeName("GLuint")] uint memoryObject) => + T.IsMemoryObjectEXTRawEXT(memoryObject); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] [MethodImpl( @@ -195357,19 +105330,16 @@ public MaybeBool IsNameAMD( ) => T.IsNameAMD(identifier, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsNameAMDRaw( + public uint IsNameAMDRawAMD( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name - ) => T.IsNameAMDRaw(identifier, name); + ) => T.IsNameAMDRawAMD(identifier, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] [MethodImpl( @@ -195379,18 +105349,14 @@ public MaybeBool IsNamedBufferResidentNV([NativeTypeName("GLuint")] uint b T.IsNamedBufferResidentNV(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsNamedBufferResidentNVRaw([NativeTypeName("GLuint")] uint buffer) => - T.IsNamedBufferResidentNVRaw(buffer); + public uint IsNamedBufferResidentNVRawNV([NativeTypeName("GLuint")] uint buffer) => + T.IsNamedBufferResidentNVRawNV(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -195401,8 +105367,6 @@ public uint IsNamedStringARB( ) => T.IsNamedStringARB(namelen, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] [MethodImpl( @@ -195414,7 +105378,6 @@ public MaybeBool IsNamedStringARB( ) => T.IsNamedStringARB(namelen, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] [MethodImpl( @@ -195424,16 +105387,14 @@ public MaybeBool IsObjectBufferATI([NativeTypeName("GLuint")] uint buffer) T.IsObjectBufferATI(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer) => - T.IsObjectBufferATIRaw(buffer); + public uint IsObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer) => + T.IsObjectBufferATIRawATI(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] [MethodImpl( @@ -195443,18 +105404,14 @@ public MaybeBool IsOcclusionQueryNV([NativeTypeName("GLuint")] uint id) => T.IsOcclusionQueryNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsOcclusionQueryNVRaw([NativeTypeName("GLuint")] uint id) => - T.IsOcclusionQueryNVRaw(id); + public uint IsOcclusionQueryNVRawNV([NativeTypeName("GLuint")] uint id) => + T.IsOcclusionQueryNVRawNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPathNV")] [MethodImpl( @@ -195463,19 +105420,13 @@ public uint IsOcclusionQueryNVRaw([NativeTypeName("GLuint")] uint id) => public MaybeBool IsPathNV([NativeTypeName("GLuint")] uint path) => T.IsPathNV(path); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsPathNVRaw([NativeTypeName("GLuint")] uint path) => T.IsPathNVRaw(path); + public uint IsPathNVRawNV([NativeTypeName("GLuint")] uint path) => T.IsPathNVRawNV(path); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] [MethodImpl( @@ -195489,24 +105440,18 @@ public MaybeBool IsPointInFillPathNV( ) => T.IsPointInFillPathNV(path, mask, x, y); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsPointInFillPathNVRaw( + public uint IsPointInFillPathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) => T.IsPointInFillPathNVRaw(path, mask, x, y); + ) => T.IsPointInFillPathNVRawNV(path, mask, x, y); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] [MethodImpl( @@ -195519,63 +105464,17 @@ public MaybeBool IsPointInStrokePathNV( ) => T.IsPointInStrokePathNV(path, x, y); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsPointInStrokePathNVRaw( + public uint IsPointInStrokePathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) => T.IsPointInStrokePathNVRaw(path, x, y); + ) => T.IsPointInStrokePathNVRawNV(path, x, y); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgram")] [MethodImpl( @@ -195585,7 +105484,6 @@ public MaybeBool IsProgram([NativeTypeName("GLuint")] uint program) => T.IsProgram(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] [MethodImpl( @@ -195595,16 +105493,14 @@ public MaybeBool IsProgramARB([NativeTypeName("GLuint")] uint program) => T.IsProgramARB(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsProgramARBRaw([NativeTypeName("GLuint")] uint program) => - T.IsProgramARBRaw(program); + public uint IsProgramARBRawARB([NativeTypeName("GLuint")] uint program) => + T.IsProgramARBRawARB(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] [MethodImpl( @@ -195613,40 +105509,13 @@ public uint IsProgramARBRaw([NativeTypeName("GLuint")] uint program) => public MaybeBool IsProgramNV([NativeTypeName("GLuint")] uint id) => T.IsProgramNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsProgramNVRaw([NativeTypeName("GLuint")] uint id) => T.IsProgramNVRaw(id); + public uint IsProgramNVRawNV([NativeTypeName("GLuint")] uint id) => T.IsProgramNVRawNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] [MethodImpl( @@ -195656,7 +105525,6 @@ public MaybeBool IsProgramPipeline([NativeTypeName("GLuint")] uint pipelin T.IsProgramPipeline(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] [MethodImpl( @@ -195666,41 +105534,14 @@ public MaybeBool IsProgramPipelineEXT([NativeTypeName("GLuint")] uint pipe T.IsProgramPipelineEXT(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsProgramPipelineEXTRaw([NativeTypeName("GLuint")] uint pipeline) => - T.IsProgramPipelineEXTRaw(pipeline); + public uint IsProgramPipelineEXTRawEXT([NativeTypeName("GLuint")] uint pipeline) => + T.IsProgramPipelineEXTRawEXT(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -195709,49 +105550,6 @@ public uint IsProgramPipelineRaw([NativeTypeName("GLuint")] uint pipeline) => T.IsProgramPipelineRaw(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -195760,46 +105558,6 @@ public uint IsProgramRaw([NativeTypeName("GLuint")] uint program) => T.IsProgramRaw(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQuery")] [MethodImpl( @@ -195808,7 +105566,6 @@ public uint IsProgramRaw([NativeTypeName("GLuint")] uint program) => public MaybeBool IsQuery([NativeTypeName("GLuint")] uint id) => T.IsQuery(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] [MethodImpl( @@ -195817,18 +105574,13 @@ public uint IsProgramRaw([NativeTypeName("GLuint")] uint program) => public MaybeBool IsQueryARB([NativeTypeName("GLuint")] uint id) => T.IsQueryARB(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsQueryARBRaw([NativeTypeName("GLuint")] uint id) => T.IsQueryARBRaw(id); + public uint IsQueryARBRawARB([NativeTypeName("GLuint")] uint id) => T.IsQueryARBRawARB(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] [MethodImpl( @@ -195837,57 +105589,13 @@ public uint IsProgramRaw([NativeTypeName("GLuint")] uint program) => public MaybeBool IsQueryEXT([NativeTypeName("GLuint")] uint id) => T.IsQueryEXT(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsQueryEXTRaw([NativeTypeName("GLuint")] uint id) => T.IsQueryEXTRaw(id); + public uint IsQueryEXTRawEXT([NativeTypeName("GLuint")] uint id) => T.IsQueryEXTRawEXT(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glIsQuery")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -195895,47 +105603,6 @@ public uint IsProgramRaw([NativeTypeName("GLuint")] uint program) => public uint IsQueryRaw([NativeTypeName("GLuint")] uint id) => T.IsQueryRaw(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] [MethodImpl( @@ -195945,7 +105612,6 @@ public MaybeBool IsRenderbuffer([NativeTypeName("GLuint")] uint renderbuff T.IsRenderbuffer(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] [MethodImpl( @@ -195955,16 +105621,14 @@ public MaybeBool IsRenderbufferEXT([NativeTypeName("GLuint")] uint renderb T.IsRenderbufferEXT(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsRenderbufferEXTRaw([NativeTypeName("GLuint")] uint renderbuffer) => - T.IsRenderbufferEXTRaw(renderbuffer); + public uint IsRenderbufferEXTRawEXT([NativeTypeName("GLuint")] uint renderbuffer) => + T.IsRenderbufferEXTRawEXT(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] [MethodImpl( @@ -195974,56 +105638,14 @@ public MaybeBool IsRenderbufferOES([NativeTypeName("GLuint")] uint renderb T.IsRenderbufferOES(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsRenderbufferOESRaw([NativeTypeName("GLuint")] uint renderbuffer) => - T.IsRenderbufferOESRaw(renderbuffer); + public uint IsRenderbufferOESRawOES([NativeTypeName("GLuint")] uint renderbuffer) => + T.IsRenderbufferOESRawOES(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196032,46 +105654,6 @@ public uint IsRenderbufferRaw([NativeTypeName("GLuint")] uint renderbuffer) => T.IsRenderbufferRaw(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSampler")] [MethodImpl( @@ -196081,46 +105663,6 @@ public MaybeBool IsSampler([NativeTypeName("GLuint")] uint sampler) => T.IsSampler(sampler); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsSampler")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196129,8 +105671,6 @@ public uint IsSamplerRaw([NativeTypeName("GLuint")] uint sampler) => T.IsSamplerRaw(sampler); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] [MethodImpl( @@ -196140,59 +105680,14 @@ public MaybeBool IsSemaphoreEXT([NativeTypeName("GLuint")] uint semaphore) T.IsSemaphoreEXT(semaphore); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsSemaphoreEXTRaw([NativeTypeName("GLuint")] uint semaphore) => - T.IsSemaphoreEXTRaw(semaphore); + public uint IsSemaphoreEXTRawEXT([NativeTypeName("GLuint")] uint semaphore) => + T.IsSemaphoreEXTRawEXT(semaphore); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsShader")] [MethodImpl( @@ -196202,49 +105697,6 @@ public MaybeBool IsShader([NativeTypeName("GLuint")] uint shader) => T.IsShader(shader); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196252,8 +105704,6 @@ public MaybeBool IsShader([NativeTypeName("GLuint")] uint shader) => public uint IsShaderRaw([NativeTypeName("GLuint")] uint shader) => T.IsShaderRaw(shader); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsStateNV")] [MethodImpl( @@ -196263,47 +105713,14 @@ public MaybeBool IsStateNV([NativeTypeName("GLuint")] uint state) => T.IsStateNV(state); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glIsStateNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsStateNVRaw([NativeTypeName("GLuint")] uint state) => T.IsStateNVRaw(state); + public uint IsStateNVRawNV([NativeTypeName("GLuint")] uint state) => + T.IsStateNVRawNV(state); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glIsSync")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196311,38 +105728,6 @@ public MaybeBool IsStateNV([NativeTypeName("GLuint")] uint state) => public uint IsSync([NativeTypeName("GLsync")] Sync* sync) => T.IsSync(sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSync")] [MethodImpl( @@ -196351,80 +105736,22 @@ public MaybeBool IsStateNV([NativeTypeName("GLuint")] uint state) => public MaybeBool IsSync([NativeTypeName("GLsync")] Ref sync) => T.IsSync(sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsSyncApple([NativeTypeName("GLsync")] Sync* sync) => T.IsSyncApple(sync); + public uint IsSyncAPPLE([NativeTypeName("GLsync")] Sync* sync) => T.IsSyncAPPLE(sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public MaybeBool IsSyncApple([NativeTypeName("GLsync")] Ref sync) => - T.IsSyncApple(sync); + public MaybeBool IsSyncAPPLE([NativeTypeName("GLsync")] Ref sync) => + T.IsSyncAPPLE(sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTexture")] [MethodImpl( @@ -196434,7 +105761,6 @@ public MaybeBool IsTexture([NativeTypeName("GLuint")] uint texture) => T.IsTexture(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] [MethodImpl( @@ -196444,17 +105770,14 @@ public MaybeBool IsTextureEXT([NativeTypeName("GLuint")] uint texture) => T.IsTextureEXT(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsTextureEXTRaw([NativeTypeName("GLuint")] uint texture) => - T.IsTextureEXTRaw(texture); + public uint IsTextureEXTRawEXT([NativeTypeName("GLuint")] uint texture) => + T.IsTextureEXTRawEXT(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] [MethodImpl( @@ -196465,19 +105788,14 @@ public MaybeBool IsTextureHandleResidentARB( ) => T.IsTextureHandleResidentARB(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsTextureHandleResidentARBRaw([NativeTypeName("GLuint64")] ulong handle) => - T.IsTextureHandleResidentARBRaw(handle); + public uint IsTextureHandleResidentARBRawARB([NativeTypeName("GLuint64")] ulong handle) => + T.IsTextureHandleResidentARBRawARB(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] [MethodImpl( @@ -196488,71 +105806,14 @@ public MaybeBool IsTextureHandleResidentNV( ) => T.IsTextureHandleResidentNV(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsTextureHandleResidentNVRaw([NativeTypeName("GLuint64")] ulong handle) => - T.IsTextureHandleResidentNVRaw(handle); + public uint IsTextureHandleResidentNVRawNV([NativeTypeName("GLuint64")] ulong handle) => + T.IsTextureHandleResidentNVRawNV(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196561,34 +105822,6 @@ public uint IsTextureRaw([NativeTypeName("GLuint")] uint texture) => T.IsTextureRaw(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] [MethodImpl( @@ -196598,7 +105831,6 @@ public MaybeBool IsTransformFeedback([NativeTypeName("GLuint")] uint id) = T.IsTransformFeedback(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] [MethodImpl( @@ -196608,43 +105840,14 @@ public MaybeBool IsTransformFeedbackNV([NativeTypeName("GLuint")] uint id) T.IsTransformFeedbackNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsTransformFeedbackNVRaw([NativeTypeName("GLuint")] uint id) => - T.IsTransformFeedbackNVRaw(id); + public uint IsTransformFeedbackNVRawNV([NativeTypeName("GLuint")] uint id) => + T.IsTransformFeedbackNVRawNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196653,7 +105856,6 @@ public uint IsTransformFeedbackRaw([NativeTypeName("GLuint")] uint id) => T.IsTransformFeedbackRaw(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196664,7 +105866,6 @@ public uint IsVariantEnabledEXT( ) => T.IsVariantEnabledEXT(id, cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] [MethodImpl( @@ -196676,42 +105877,6 @@ public MaybeBool IsVariantEnabledEXT( ) => T.IsVariantEnabledEXT(id, cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] [MethodImpl( @@ -196721,27 +105886,23 @@ public MaybeBool IsVertexArray([NativeTypeName("GLuint")] uint array) => T.IsVertexArray(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public MaybeBool IsVertexArrayApple([NativeTypeName("GLuint")] uint array) => - T.IsVertexArrayApple(array); + public MaybeBool IsVertexArrayAPPLE([NativeTypeName("GLuint")] uint array) => + T.IsVertexArrayAPPLE(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsVertexArrayAppleRaw([NativeTypeName("GLuint")] uint array) => - T.IsVertexArrayAppleRaw(array); + public uint IsVertexArrayAppleRawAPPLE([NativeTypeName("GLuint")] uint array) => + T.IsVertexArrayAppleRawAPPLE(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] [MethodImpl( @@ -196751,52 +105912,14 @@ public MaybeBool IsVertexArrayOES([NativeTypeName("GLuint")] uint array) = T.IsVertexArrayOES(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsVertexArrayOESRaw([NativeTypeName("GLuint")] uint array) => - T.IsVertexArrayOESRaw(array); + public uint IsVertexArrayOESRawOES([NativeTypeName("GLuint")] uint array) => + T.IsVertexArrayOESRawOES(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196805,31 +105928,26 @@ public uint IsVertexArrayRaw([NativeTypeName("GLuint")] uint array) => T.IsVertexArrayRaw(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public MaybeBool IsVertexAttribEnabledApple( + public MaybeBool IsVertexAttribEnabledAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => T.IsVertexAttribEnabledApple(index, pname); + ) => T.IsVertexAttribEnabledAPPLE(index, pname); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint IsVertexAttribEnabledAppleRaw( + public uint IsVertexAttribEnabledAppleRawAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => T.IsVertexAttribEnabledAppleRaw(index, pname); + ) => T.IsVertexAttribEnabledAppleRawAPPLE(index, pname); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196841,9 +105959,6 @@ public void LabelObjectEXT( [NativeTypeName("const GLchar *")] sbyte* label ) => T.LabelObjectEXT(type, @object, length, label); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] [MethodImpl( @@ -196856,7 +105971,6 @@ public void LabelObjectEXT( [NativeTypeName("const GLchar *")] Ref label ) => T.LabelObjectEXT(type, @object, length, label); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUCopyImageSubDataNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196900,14 +106014,12 @@ public void LGPUCopyImageSubDataNVX( depth ); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUInterlockNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void LGPUInterlockNVX() => T.LGPUInterlockNVX(); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196920,7 +106032,6 @@ public void LGPUNamedBufferSubDataNVX( [NativeTypeName("const void *")] void* data ) => T.LGPUNamedBufferSubDataNVX(gpuMask, buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] [MethodImpl( @@ -196934,7 +106045,6 @@ public void LGPUNamedBufferSubDataNVX( [NativeTypeName("const void *")] Ref data ) => T.LGPUNamedBufferSubDataNVX(gpuMask, buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196944,7 +106054,6 @@ public void LightEnvSGIX( [NativeTypeName("GLint")] int param1 ) => T.LightEnvSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] [MethodImpl( @@ -196952,35 +106061,9 @@ public void LightEnvSGIX( )] public void LightEnvSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 + [NativeTypeName("GLint")] Constant param1 ) => T.LightEnvSGIX(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -196991,32 +106074,6 @@ public void Light( [NativeTypeName("GLfloat")] float param2 ) => T.Light(light, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightf")] [MethodImpl( @@ -197028,32 +106085,6 @@ public void Light( [NativeTypeName("GLfloat")] float param2 ) => T.Light(light, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197064,32 +106095,6 @@ public void Light( [NativeTypeName("const GLfloat *")] float* @params ) => T.Light(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightfv")] [MethodImpl( @@ -197101,31 +106106,6 @@ public void Light( [NativeTypeName("const GLfloat *")] Ref @params ) => T.Light(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLighti")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197136,31 +106116,6 @@ public void Light( [NativeTypeName("GLint")] int param2 ) => T.Light(light, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLighti")] [MethodImpl( @@ -197172,31 +106127,6 @@ public void Light( [NativeTypeName("GLint")] int param2 ) => T.Light(light, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197207,31 +106137,6 @@ public void Light( [NativeTypeName("const GLint *")] int* @params ) => T.Light(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightiv")] [MethodImpl( @@ -197243,32 +106148,6 @@ public void Light( [NativeTypeName("const GLint *")] Ref @params ) => T.Light(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightModelf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197278,32 +106157,6 @@ public void LightModel( [NativeTypeName("GLfloat")] float param1 ) => T.LightModel(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelf")] [MethodImpl( @@ -197314,32 +106167,6 @@ public void LightModel( [NativeTypeName("GLfloat")] float param1 ) => T.LightModel(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightModelfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197349,32 +106176,6 @@ public void LightModel( [NativeTypeName("const GLfloat *")] float* @params ) => T.LightModel(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelfv")] [MethodImpl( @@ -197385,31 +106186,6 @@ public void LightModel( [NativeTypeName("const GLfloat *")] Ref @params ) => T.LightModel(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightModeli")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197419,31 +106195,6 @@ public void LightModel( [NativeTypeName("GLint")] int param1 ) => T.LightModel(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModeli")] [MethodImpl( @@ -197454,31 +106205,6 @@ public void LightModel( [NativeTypeName("GLint")] int param1 ) => T.LightModel(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightModeliv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197488,31 +106214,6 @@ public void LightModel( [NativeTypeName("const GLint *")] int* @params ) => T.LightModel(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModeliv")] [MethodImpl( @@ -197523,7 +106224,6 @@ public void LightModel( [NativeTypeName("const GLint *")] Ref @params ) => T.LightModel(pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightModelx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197533,7 +106233,6 @@ public void LightModelx( [NativeTypeName("GLfixed")] int param1 ) => T.LightModelx(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelx")] [MethodImpl( @@ -197544,8 +106243,6 @@ public void LightModelx( [NativeTypeName("GLfixed")] int param1 ) => T.LightModelx(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197555,8 +106252,6 @@ public void LightModelxOES( [NativeTypeName("GLfixed")] int param1 ) => T.LightModelxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] [MethodImpl( @@ -197567,7 +106262,6 @@ public void LightModelxOES( [NativeTypeName("GLfixed")] int param1 ) => T.LightModelxOES(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightModelxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197577,7 +106271,6 @@ public void LightModelx( [NativeTypeName("const GLfixed *")] int* param1 ) => T.LightModelx(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxv")] [MethodImpl( @@ -197588,8 +106281,6 @@ public void LightModelx( [NativeTypeName("const GLfixed *")] Ref param1 ) => T.LightModelx(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197599,8 +106290,6 @@ public void LightModelxOES( [NativeTypeName("const GLfixed *")] int* param1 ) => T.LightModelxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] [MethodImpl( @@ -197611,7 +106300,6 @@ public void LightModelxOES( [NativeTypeName("const GLfixed *")] Ref param1 ) => T.LightModelxOES(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197622,7 +106310,6 @@ public void Lightx( [NativeTypeName("GLfixed")] int param2 ) => T.Lightx(light, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightx")] [MethodImpl( @@ -197634,8 +106321,6 @@ public void Lightx( [NativeTypeName("GLfixed")] int param2 ) => T.Lightx(light, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197646,8 +106331,6 @@ public void LightxOES( [NativeTypeName("GLfixed")] int param2 ) => T.LightxOES(light, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxOES")] [MethodImpl( @@ -197659,7 +106342,6 @@ public void LightxOES( [NativeTypeName("GLfixed")] int param2 ) => T.LightxOES(light, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197670,7 +106352,6 @@ public void Lightx( [NativeTypeName("const GLfixed *")] int* @params ) => T.Lightx(light, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxv")] [MethodImpl( @@ -197682,8 +106363,6 @@ public void Lightx( [NativeTypeName("const GLfixed *")] Ref @params ) => T.Lightx(light, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197694,8 +106373,6 @@ public void LightxOES( [NativeTypeName("const GLfixed *")] int* @params ) => T.LightxOES(light, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxvOES")] [MethodImpl( @@ -197707,31 +106384,6 @@ public void LightxOES( [NativeTypeName("const GLfixed *")] Ref @params ) => T.LightxOES(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLineStipple")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197741,133 +106393,30 @@ public void LineStipple( [NativeTypeName("GLushort")] ushort pattern ) => T.LineStipple(factor, pattern); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLineWidth")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void LineWidth([NativeTypeName("GLfloat")] float width) => T.LineWidth(width); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLineWidthx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void LineWidthx([NativeTypeName("GLfixed")] int width) => T.LineWidthx(width); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLineWidthxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void LineWidthxOES([NativeTypeName("GLfixed")] int width) => T.LineWidthxOES(width); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glLinkProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void LinkProgram([NativeTypeName("GLuint")] uint program) => T.LinkProgram(program); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glLinkProgramARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197875,39 +106424,12 @@ public void LineStipple( public void LinkProgramARB([NativeTypeName("GLhandleARB")] uint programObj) => T.LinkProgramARB(programObj); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glListBase")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ListBase([NativeTypeName("GLuint")] uint @base) => T.ListBase(@base); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197922,8 +106444,6 @@ public void ListDrawCommandsStatesClientNV( [NativeTypeName("GLuint")] uint count ) => T.ListDrawCommandsStatesClientNV(list, segment, indirects, sizes, states, fbos, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] [MethodImpl( @@ -197939,7 +106459,6 @@ public void ListDrawCommandsStatesClientNV( [NativeTypeName("GLuint")] uint count ) => T.ListDrawCommandsStatesClientNV(list, segment, indirects, sizes, states, fbos, count); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197950,7 +106469,6 @@ public void ListParameterSGIX( [NativeTypeName("GLfloat")] float param2 ) => T.ListParameterSGIX(list, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] [MethodImpl( @@ -197962,7 +106480,6 @@ public void ListParameterSGIX( [NativeTypeName("GLfloat")] float param2 ) => T.ListParameterSGIX(list, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197973,7 +106490,6 @@ public void ListParameterSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => T.ListParameterSGIX(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] [MethodImpl( @@ -197985,7 +106501,6 @@ public void ListParameterSGIX( [NativeTypeName("const GLfloat *")] Ref @params ) => T.ListParameterSGIX(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -197996,7 +106511,6 @@ public void ListParameterSGIX( [NativeTypeName("GLint")] int param2 ) => T.ListParameterSGIX(list, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] [MethodImpl( @@ -198008,7 +106522,6 @@ public void ListParameterSGIX( [NativeTypeName("GLint")] int param2 ) => T.ListParameterSGIX(list, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198019,7 +106532,6 @@ public void ListParameterSGIX( [NativeTypeName("const GLint *")] int* @params ) => T.ListParameterSGIX(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] [MethodImpl( @@ -198031,39 +106543,12 @@ public void ListParameterSGIX( [NativeTypeName("const GLint *")] Ref @params ) => T.ListParameterSGIX(list, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLoadIdentity")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void LoadIdentity() => T.LoadIdentity(); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198071,7 +106556,6 @@ public void ListParameterSGIX( public void LoadIdentityDeformationMapSGIX([NativeTypeName("GLbitfield")] uint mask) => T.LoadIdentityDeformationMapSGIX(mask); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] [MethodImpl( @@ -198081,62 +106565,12 @@ public void LoadIdentityDeformationMapSGIX( [NativeTypeName("GLbitfield")] Constant mask ) => T.LoadIdentityDeformationMapSGIX(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void LoadMatrix([NativeTypeName("const GLdouble *")] double* m) => T.LoadMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] [MethodImpl( @@ -198145,64 +106579,12 @@ public void LoadIdentityDeformationMapSGIX( public void LoadMatrix([NativeTypeName("const GLdouble *")] Ref m) => T.LoadMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void LoadMatrix([NativeTypeName("const GLfloat *")] float* m) => T.LoadMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] [MethodImpl( @@ -198210,14 +106592,12 @@ public void LoadMatrix([NativeTypeName("const GLdouble *")] Ref m) => )] public void LoadMatrix([NativeTypeName("const GLfloat *")] Ref m) => T.LoadMatrix(m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void LoadMatrixx([NativeTypeName("const GLfixed *")] int* m) => T.LoadMatrixx(m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] [MethodImpl( @@ -198225,8 +106605,6 @@ public void LoadMatrix([NativeTypeName("const GLdouble *")] Ref m) => )] public void LoadMatrixx([NativeTypeName("const GLfixed *")] Ref m) => T.LoadMatrixx(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198234,8 +106612,6 @@ public void LoadMatrix([NativeTypeName("const GLdouble *")] Ref m) => public void LoadMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => T.LoadMatrixxOES(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] [MethodImpl( @@ -198244,45 +106620,18 @@ public void LoadMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => public void LoadMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) => T.LoadMatrixxOES(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLoadName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void LoadName([NativeTypeName("GLuint")] uint name) => T.LoadName(name); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glLoadPaletteFromModelViewMatrixOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void LoadPaletteFromModelViewMatrixOES() => T.LoadPaletteFromModelViewMatrixOES(); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198294,7 +106643,6 @@ public void LoadProgramNV( [NativeTypeName("const GLubyte *")] byte* program ) => T.LoadProgramNV(target, id, len, program); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl( @@ -198307,7 +106655,6 @@ public void LoadProgramNV( [NativeTypeName("const GLubyte *")] Ref program ) => T.LoadProgramNV(target, id, len, program); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl( @@ -198319,28 +106666,6 @@ public void LoadProgramNV( [NativeTypeName("const GLubyte *")] byte program ) => T.LoadProgramNV(target, id, program); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198348,28 +106673,6 @@ public void LoadProgramNV( public void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] double* m) => T.LoadTransposeMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] [MethodImpl( @@ -198378,7 +106681,6 @@ public void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] double* m) public void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] Ref m) => T.LoadTransposeMatrix(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198386,7 +106688,6 @@ public void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] Ref public void LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* m) => T.LoadTransposeMatrixARB(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] [MethodImpl( @@ -198395,28 +106696,6 @@ public void LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* public void LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] Ref m) => T.LoadTransposeMatrixARB(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198424,28 +106703,6 @@ public void LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] Ref T.LoadTransposeMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] [MethodImpl( @@ -198454,7 +106711,6 @@ public void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] float* m) => public void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m) => T.LoadTransposeMatrix(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixfARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198462,7 +106718,6 @@ public void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m public void LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] float* m) => T.LoadTransposeMatrixARB(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixfARB")] [MethodImpl( @@ -198471,7 +106726,6 @@ public void LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] float* m) public void LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] Ref m) => T.LoadTransposeMatrixARB(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198479,7 +106733,6 @@ public void LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] Ref T.LoadTransposeMatrixxOES(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixxOES")] [MethodImpl( @@ -198488,7 +106741,6 @@ public void LoadTransposeMatrixxOES([NativeTypeName("const GLfixed *")] int* m) public void LoadTransposeMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) => T.LoadTransposeMatrixxOES(m); - [SupportedApiProfile("gl", ["GL_EXT_compiled_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glLockArraysEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198498,114 +106750,12 @@ public void LockArraysEXT( [NativeTypeName("GLsizei")] uint count ) => T.LockArraysEXT(first, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLogicOp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void LogicOp([NativeTypeName("GLenum")] uint opcode) => T.LogicOp(opcode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLogicOp")] [MethodImpl( @@ -198614,8 +106764,6 @@ public void LockArraysEXT( public void LogicOp([NativeTypeName("GLenum")] Constant opcode) => T.LogicOp(opcode); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeBufferNonResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198623,8 +106771,6 @@ public void LogicOp([NativeTypeName("GLenum")] Constant o public void MakeBufferNonResidentNV([NativeTypeName("GLenum")] uint target) => T.MakeBufferNonResidentNV(target); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeBufferResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198634,8 +106780,6 @@ public void MakeBufferResidentNV( [NativeTypeName("GLenum")] uint access ) => T.MakeBufferResidentNV(target, access); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleNonResidentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198643,9 +106787,6 @@ public void MakeBufferResidentNV( public void MakeImageHandleNonResidentARB([NativeTypeName("GLuint64")] ulong handle) => T.MakeImageHandleNonResidentARB(handle); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleNonResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198653,8 +106794,6 @@ public void MakeImageHandleNonResidentARB([NativeTypeName("GLuint64")] ulong han public void MakeImageHandleNonResidentNV([NativeTypeName("GLuint64")] ulong handle) => T.MakeImageHandleNonResidentNV(handle); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleResidentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198664,9 +106803,6 @@ public void MakeImageHandleResidentARB( [NativeTypeName("GLenum")] uint access ) => T.MakeImageHandleResidentARB(handle, access); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198676,8 +106812,6 @@ public void MakeImageHandleResidentNV( [NativeTypeName("GLenum")] uint access ) => T.MakeImageHandleResidentNV(handle, access); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeNamedBufferNonResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198685,8 +106819,6 @@ public void MakeImageHandleResidentNV( public void MakeNamedBufferNonResidentNV([NativeTypeName("GLuint")] uint buffer) => T.MakeNamedBufferNonResidentNV(buffer); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeNamedBufferResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198696,8 +106828,6 @@ public void MakeNamedBufferResidentNV( [NativeTypeName("GLenum")] uint access ) => T.MakeNamedBufferResidentNV(buffer, access); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleNonResidentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198705,9 +106835,6 @@ public void MakeNamedBufferResidentNV( public void MakeTextureHandleNonResidentARB([NativeTypeName("GLuint64")] ulong handle) => T.MakeTextureHandleNonResidentARB(handle); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleNonResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198715,8 +106842,6 @@ public void MakeTextureHandleNonResidentARB([NativeTypeName("GLuint64")] ulong h public void MakeTextureHandleNonResidentNV([NativeTypeName("GLuint64")] ulong handle) => T.MakeTextureHandleNonResidentNV(handle); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleResidentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198724,9 +106849,6 @@ public void MakeTextureHandleNonResidentNV([NativeTypeName("GLuint64")] ulong ha public void MakeTextureHandleResidentARB([NativeTypeName("GLuint64")] ulong handle) => T.MakeTextureHandleResidentARB(handle); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198734,31 +106856,6 @@ public void MakeTextureHandleResidentARB([NativeTypeName("GLuint64")] ulong hand public void MakeTextureHandleResidentNV([NativeTypeName("GLuint64")] ulong handle) => T.MakeTextureHandleResidentNV(handle); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198772,31 +106869,6 @@ public void Map1( [NativeTypeName("const GLdouble *")] double* points ) => T.Map1(target, u1, u2, stride, order, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1d")] [MethodImpl( @@ -198811,31 +106883,6 @@ public void Map1( [NativeTypeName("const GLdouble *")] Ref points ) => T.Map1(target, u1, u2, stride, order, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198849,31 +106896,6 @@ public void Map1( [NativeTypeName("const GLfloat *")] float* points ) => T.Map1(target, u1, u2, stride, order, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1f")] [MethodImpl( @@ -198888,7 +106910,6 @@ public void Map1( [NativeTypeName("const GLfloat *")] Ref points ) => T.Map1(target, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMap1xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198902,7 +106923,6 @@ public void Map1XOES( [NativeTypeName("GLfixed")] int points ) => T.Map1XOES(target, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1xOES")] [MethodImpl( @@ -198917,31 +106937,6 @@ public void Map1XOES( [NativeTypeName("GLfixed")] int points ) => T.Map1XOES(target, u1, u2, stride, order, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -198959,31 +106954,6 @@ public void Map2( [NativeTypeName("const GLdouble *")] double* points ) => T.Map2(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2d")] [MethodImpl( @@ -199002,31 +106972,6 @@ public void Map2( [NativeTypeName("const GLdouble *")] Ref points ) => T.Map2(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199044,31 +106989,6 @@ public void Map2( [NativeTypeName("const GLfloat *")] float* points ) => T.Map2(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2f")] [MethodImpl( @@ -199087,7 +107007,6 @@ public void Map2( [NativeTypeName("const GLfloat *")] Ref points ) => T.Map2(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMap2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199105,7 +107024,6 @@ public void Map2XOES( [NativeTypeName("GLfixed")] int points ) => T.Map2XOES(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2xOES")] [MethodImpl( @@ -199124,46 +107042,6 @@ public void Map2XOES( [NativeTypeName("GLfixed")] int points ) => T.Map2XOES(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glMapBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199173,46 +107051,6 @@ public void Map2XOES( [NativeTypeName("GLenum")] uint access ) => T.MapBuffer(target, access); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBuffer")] [MethodImpl( @@ -199223,7 +107061,6 @@ public Ptr MapBuffer( [NativeTypeName("GLenum")] Constant access ) => T.MapBuffer(target, access); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199233,7 +107070,6 @@ public Ptr MapBuffer( [NativeTypeName("GLenum")] uint access ) => T.MapBufferARB(target, access); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] [MethodImpl( @@ -199244,8 +107080,6 @@ public Ptr MapBufferARB( [NativeTypeName("GLenum")] Constant access ) => T.MapBufferARB(target, access); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199255,8 +107089,6 @@ public Ptr MapBufferARB( [NativeTypeName("GLenum")] uint access ) => T.MapBufferOES(target, access); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] [MethodImpl( @@ -199267,42 +107099,6 @@ public Ptr MapBufferOES( [NativeTypeName("GLenum")] Constant access ) => T.MapBufferOES(target, access); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199314,42 +107110,6 @@ public Ptr MapBufferOES( [NativeTypeName("GLbitfield")] uint access ) => T.MapBufferRange(target, offset, length, access); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] [MethodImpl( @@ -199362,8 +107122,6 @@ public Ptr MapBufferRange( [NativeTypeName("GLbitfield")] Constant access ) => T.MapBufferRange(target, offset, length, access); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199375,8 +107133,6 @@ public Ptr MapBufferRange( [NativeTypeName("GLbitfield")] uint access ) => T.MapBufferRangeEXT(target, offset, length, access); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] [MethodImpl( @@ -199389,7 +107145,6 @@ public Ptr MapBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ) => T.MapBufferRangeEXT(target, offset, length, access); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199417,7 +107172,6 @@ public void MapControlPointsNV( points ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] [MethodImpl( @@ -199446,31 +107200,6 @@ public void MapControlPointsNV( points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199481,31 +107210,6 @@ public void MapGrid1( [NativeTypeName("GLdouble")] double u2 ) => T.MapGrid1(un, u1, u2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199516,7 +107220,6 @@ public void MapGrid1( [NativeTypeName("GLfloat")] float u2 ) => T.MapGrid1(un, u1, u2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMapGrid1xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199527,31 +107230,6 @@ public void MapGrid1XOES( [NativeTypeName("GLfixed")] int u2 ) => T.MapGrid1XOES(n, u1, u2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199565,31 +107243,6 @@ public void MapGrid2( [NativeTypeName("GLdouble")] double v2 ) => T.MapGrid2(un, u1, u2, vn, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199603,7 +107256,6 @@ public void MapGrid2( [NativeTypeName("GLfloat")] float v2 ) => T.MapGrid2(un, u1, u2, vn, v1, v2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMapGrid2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199616,16 +107268,6 @@ public void MapGrid2XOES( [NativeTypeName("GLfixed")] int v2 ) => T.MapGrid2XOES(n, u1, u2, v1, v2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199635,16 +107277,6 @@ public void MapGrid2XOES( [NativeTypeName("GLenum")] uint access ) => T.MapNamedBuffer(buffer, access); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] [MethodImpl( @@ -199655,8 +107287,6 @@ public Ptr MapNamedBuffer( [NativeTypeName("GLenum")] Constant access ) => T.MapNamedBuffer(buffer, access); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199666,8 +107296,6 @@ public Ptr MapNamedBuffer( [NativeTypeName("GLenum")] uint access ) => T.MapNamedBufferEXT(buffer, access); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] [MethodImpl( @@ -199678,16 +107306,6 @@ public Ptr MapNamedBufferEXT( [NativeTypeName("GLenum")] Constant access ) => T.MapNamedBufferEXT(buffer, access); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199699,16 +107317,6 @@ public Ptr MapNamedBufferEXT( [NativeTypeName("GLbitfield")] uint access ) => T.MapNamedBufferRange(buffer, offset, length, access); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] [MethodImpl( @@ -199721,8 +107329,6 @@ public Ptr MapNamedBufferRange( [NativeTypeName("GLbitfield")] Constant access ) => T.MapNamedBufferRange(buffer, offset, length, access); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199734,8 +107340,6 @@ public Ptr MapNamedBufferRange( [NativeTypeName("GLbitfield")] uint access ) => T.MapNamedBufferRangeEXT(buffer, offset, length, access); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] [MethodImpl( @@ -199748,7 +107352,6 @@ public Ptr MapNamedBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ) => T.MapNamedBufferRangeEXT(buffer, offset, length, access); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] [MethodImpl( @@ -199757,15 +107360,13 @@ public Ptr MapNamedBufferRangeEXT( public Ptr MapObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => T.MapObjectBufferATI(buffer); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void* MapObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer) => - T.MapObjectBufferATIRaw(buffer); + public void* MapObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer) => + T.MapObjectBufferATIRawATI(buffer); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199776,7 +107377,6 @@ public void MapParameterNV( [NativeTypeName("const GLfloat *")] float* @params ) => T.MapParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] [MethodImpl( @@ -199788,7 +107388,6 @@ public void MapParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ) => T.MapParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -199799,7 +107398,6 @@ public void MapParameterNV( [NativeTypeName("const GLint *")] int* @params ) => T.MapParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] [MethodImpl( @@ -199811,39 +107409,36 @@ public void MapParameterNV( [NativeTypeName("const GLint *")] Ref @params ) => T.MapParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void* MapTexture2DIntel( + public void* MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, [NativeTypeName("GLint *")] int* stride, [NativeTypeName("GLenum *")] uint* layout - ) => T.MapTexture2DIntel(texture, level, access, stride, layout); + ) => T.MapTexture2DINTEL(texture, level, access, stride, layout); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Ptr MapTexture2DIntel( + public Ptr MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, [NativeTypeName("GLint *")] Ref stride, [NativeTypeName("GLenum *")] Ref layout - ) => T.MapTexture2DIntel(texture, level, access, stride, layout); + ) => T.MapTexture2DINTEL(texture, level, access, stride, layout); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MapVertexAttrib1Apple( + public void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -199851,15 +107446,14 @@ public void MapVertexAttrib1Apple( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLdouble *")] double* points - ) => T.MapVertexAttrib1Apple(index, size, u1, u2, stride, order, points); + ) => T.MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MapVertexAttrib1Apple( + public void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -199867,29 +107461,27 @@ public void MapVertexAttrib1Apple( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLdouble *")] Ref points - ) => T.MapVertexAttrib1Apple(index, size, u1, u2, stride, order, points); + ) => T.MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MapVertexAttrib1Apple( + public void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLdouble *")] double points - ) => T.MapVertexAttrib1Apple(index, u1, u2, stride, order, points); + ) => T.MapVertexAttrib1APPLE(index, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MapVertexAttrib1Apple( + public void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -199897,15 +107489,14 @@ public void MapVertexAttrib1Apple( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLfloat *")] float* points - ) => T.MapVertexAttrib1Apple(index, size, u1, u2, stride, order, points); + ) => T.MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MapVertexAttrib1Apple( + public void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -199913,29 +107504,27 @@ public void MapVertexAttrib1Apple( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLfloat *")] Ref points - ) => T.MapVertexAttrib1Apple(index, size, u1, u2, stride, order, points); + ) => T.MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MapVertexAttrib1Apple( + public void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLfloat *")] float points - ) => T.MapVertexAttrib1Apple(index, u1, u2, stride, order, points); + ) => T.MapVertexAttrib1APPLE(index, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MapVertexAttrib2Apple( + public void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -199948,7 +107537,7 @@ public void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLdouble *")] double* points ) => - T.MapVertexAttrib2Apple( + T.MapVertexAttrib2APPLE( index, size, u1, @@ -199962,13 +107551,12 @@ public void MapVertexAttrib2Apple( points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MapVertexAttrib2Apple( + public void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -199981,7 +107569,7 @@ public void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLdouble *")] Ref points ) => - T.MapVertexAttrib2Apple( + T.MapVertexAttrib2APPLE( index, size, u1, @@ -199995,13 +107583,12 @@ public void MapVertexAttrib2Apple( points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MapVertexAttrib2Apple( + public void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, @@ -200013,7 +107600,7 @@ public void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLdouble *")] double points ) => - T.MapVertexAttrib2Apple( + T.MapVertexAttrib2APPLE( index, u1, u2, @@ -200026,12 +107613,11 @@ public void MapVertexAttrib2Apple( points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MapVertexAttrib2Apple( + public void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -200044,7 +107630,7 @@ public void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLfloat *")] float* points ) => - T.MapVertexAttrib2Apple( + T.MapVertexAttrib2APPLE( index, size, u1, @@ -200058,13 +107644,12 @@ public void MapVertexAttrib2Apple( points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MapVertexAttrib2Apple( + public void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -200077,7 +107662,7 @@ public void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLfloat *")] Ref points ) => - T.MapVertexAttrib2Apple( + T.MapVertexAttrib2APPLE( index, size, u1, @@ -200091,13 +107676,12 @@ public void MapVertexAttrib2Apple( points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MapVertexAttrib2Apple( + public void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, @@ -200109,7 +107693,7 @@ public void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLfloat *")] float points ) => - T.MapVertexAttrib2Apple( + T.MapVertexAttrib2APPLE( index, u1, u2, @@ -200122,32 +107706,6 @@ public void MapVertexAttrib2Apple( points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMaterialf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200158,32 +107716,6 @@ public void Material( [NativeTypeName("GLfloat")] float param2 ) => T.Material(face, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialf")] [MethodImpl( @@ -200195,32 +107727,6 @@ public void Material( [NativeTypeName("GLfloat")] float param2 ) => T.Material(face, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMaterialfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200231,32 +107737,6 @@ public void Material( [NativeTypeName("const GLfloat *")] float* @params ) => T.Material(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialfv")] [MethodImpl( @@ -200268,31 +107748,6 @@ public void Material( [NativeTypeName("const GLfloat *")] Ref @params ) => T.Material(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMateriali")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200303,31 +107758,6 @@ public void Material( [NativeTypeName("GLint")] int param2 ) => T.Material(face, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMateriali")] [MethodImpl( @@ -200339,31 +107769,6 @@ public void Material( [NativeTypeName("GLint")] int param2 ) => T.Material(face, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMaterialiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200374,31 +107779,6 @@ public void Material( [NativeTypeName("const GLint *")] int* @params ) => T.Material(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialiv")] [MethodImpl( @@ -200410,7 +107790,6 @@ public void Material( [NativeTypeName("const GLint *")] Ref @params ) => T.Material(face, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMaterialx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200421,7 +107800,6 @@ public void Materialx( [NativeTypeName("GLfixed")] int param2 ) => T.Materialx(face, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialx")] [MethodImpl( @@ -200433,8 +107811,6 @@ public void Materialx( [NativeTypeName("GLfixed")] int param2 ) => T.Materialx(face, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200445,8 +107821,6 @@ public void MaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => T.MaterialxOES(face, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] [MethodImpl( @@ -200458,7 +107832,6 @@ public void MaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => T.MaterialxOES(face, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMaterialxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200469,7 +107842,6 @@ public void Materialx( [NativeTypeName("const GLfixed *")] int* param2 ) => T.Materialx(face, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxv")] [MethodImpl( @@ -200481,8 +107853,6 @@ public void Materialx( [NativeTypeName("const GLfixed *")] Ref param2 ) => T.Materialx(face, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200493,8 +107863,6 @@ public void MaterialxOES( [NativeTypeName("const GLfixed *")] int* param2 ) => T.MaterialxOES(face, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] [MethodImpl( @@ -200506,9 +107874,6 @@ public void MaterialxOES( [NativeTypeName("const GLfixed *")] Ref param2 ) => T.MaterialxOES(face, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200523,9 +107888,6 @@ public void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double zFar ) => T.MatrixFrustumEXT(mode, left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] [MethodImpl( @@ -200541,7 +107903,6 @@ public void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double zFar ) => T.MatrixFrustumEXT(mode, left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200553,7 +107914,6 @@ public void MatrixIndexPointerARB( [NativeTypeName("const void *")] void* pointer ) => T.MatrixIndexPointerARB(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] [MethodImpl( @@ -200566,7 +107926,6 @@ public void MatrixIndexPointerARB( [NativeTypeName("const void *")] Ref pointer ) => T.MatrixIndexPointerARB(size, type, stride, pointer); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200578,7 +107937,6 @@ public void MatrixIndexPointerOES( [NativeTypeName("const void *")] void* pointer ) => T.MatrixIndexPointerOES(size, type, stride, pointer); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] [MethodImpl( @@ -200591,7 +107949,6 @@ public void MatrixIndexPointerOES( [NativeTypeName("const void *")] Ref pointer ) => T.MatrixIndexPointerOES(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200601,7 +107958,6 @@ public void MatrixIndexARB( [NativeTypeName("const GLubyte *")] byte* indices ) => T.MatrixIndexARB(size, indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl( @@ -200612,7 +107968,6 @@ public void MatrixIndexARB( [NativeTypeName("const GLubyte *")] Ref indices ) => T.MatrixIndexARB(size, indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl( @@ -200621,7 +107976,6 @@ public void MatrixIndexARB( public void MatrixIndexARB([NativeTypeName("const GLubyte *")] byte indices) => T.MatrixIndexARB(indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200631,7 +107985,6 @@ public void MatrixIndexARB( [NativeTypeName("const GLuint *")] uint* indices ) => T.MatrixIndexARB(size, indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl( @@ -200642,7 +107995,6 @@ public void MatrixIndexARB( [NativeTypeName("const GLuint *")] Ref indices ) => T.MatrixIndexARB(size, indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl( @@ -200651,7 +108003,6 @@ public void MatrixIndexARB( public void MatrixIndexARB([NativeTypeName("const GLuint *")] uint indices) => T.MatrixIndexARB(indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200661,7 +108012,6 @@ public void MatrixIndexARB( [NativeTypeName("const GLushort *")] ushort* indices ) => T.MatrixIndexARB(size, indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl( @@ -200672,7 +108022,6 @@ public void MatrixIndexARB( [NativeTypeName("const GLushort *")] Ref indices ) => T.MatrixIndexARB(size, indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl( @@ -200681,9 +108030,6 @@ public void MatrixIndexARB( public void MatrixIndexARB([NativeTypeName("const GLushort *")] ushort indices) => T.MatrixIndexARB(indices); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200693,9 +108039,6 @@ public void MatrixLoad3X2NV( [NativeTypeName("const GLfloat *")] float* m ) => T.MatrixLoad3X2NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] [MethodImpl( @@ -200706,9 +108049,6 @@ public void MatrixLoad3X2NV( [NativeTypeName("const GLfloat *")] Ref m ) => T.MatrixLoad3X2NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200718,9 +108058,6 @@ public void MatrixLoad3X3NV( [NativeTypeName("const GLfloat *")] float* m ) => T.MatrixLoad3X3NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] [MethodImpl( @@ -200731,9 +108068,6 @@ public void MatrixLoad3X3NV( [NativeTypeName("const GLfloat *")] Ref m ) => T.MatrixLoad3X3NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200743,9 +108077,6 @@ public void MatrixLoadEXT( [NativeTypeName("const GLdouble *")] double* m ) => T.MatrixLoadEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] [MethodImpl( @@ -200756,9 +108087,6 @@ public void MatrixLoadEXT( [NativeTypeName("const GLdouble *")] Ref m ) => T.MatrixLoadEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200768,9 +108096,6 @@ public void MatrixLoadEXT( [NativeTypeName("const GLfloat *")] float* m ) => T.MatrixLoadEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] [MethodImpl( @@ -200781,9 +108106,6 @@ public void MatrixLoadEXT( [NativeTypeName("const GLfloat *")] Ref m ) => T.MatrixLoadEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200791,9 +108113,6 @@ public void MatrixLoadEXT( public void MatrixLoadIdentityEXT([NativeTypeName("GLenum")] uint mode) => T.MatrixLoadIdentityEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] [MethodImpl( @@ -200803,9 +108122,6 @@ public void MatrixLoadIdentityEXT( [NativeTypeName("GLenum")] Constant mode ) => T.MatrixLoadIdentityEXT(mode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200815,9 +108131,6 @@ public void MatrixLoadTranspose3X3NV( [NativeTypeName("const GLfloat *")] float* m ) => T.MatrixLoadTranspose3X3NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] [MethodImpl( @@ -200828,9 +108141,6 @@ public void MatrixLoadTranspose3X3NV( [NativeTypeName("const GLfloat *")] Ref m ) => T.MatrixLoadTranspose3X3NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200840,9 +108150,6 @@ public void MatrixLoadTransposeEXT( [NativeTypeName("const GLdouble *")] double* m ) => T.MatrixLoadTransposeEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] [MethodImpl( @@ -200853,9 +108160,6 @@ public void MatrixLoadTransposeEXT( [NativeTypeName("const GLdouble *")] Ref m ) => T.MatrixLoadTransposeEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200865,9 +108169,6 @@ public void MatrixLoadTransposeEXT( [NativeTypeName("const GLfloat *")] float* m ) => T.MatrixLoadTransposeEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] [MethodImpl( @@ -200878,64 +108179,12 @@ public void MatrixLoadTransposeEXT( [NativeTypeName("const GLfloat *")] Ref m ) => T.MatrixLoadTransposeEXT(mode, m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMatrixMode")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void MatrixMode([NativeTypeName("GLenum")] uint mode) => T.MatrixMode(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMode")] [MethodImpl( @@ -200945,9 +108194,6 @@ public void MatrixMode( [NativeTypeName("GLenum")] Constant mode ) => T.MatrixMode(mode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200957,9 +108203,6 @@ public void MatrixMult3X2NV( [NativeTypeName("const GLfloat *")] float* m ) => T.MatrixMult3X2NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] [MethodImpl( @@ -200970,9 +108213,6 @@ public void MatrixMult3X2NV( [NativeTypeName("const GLfloat *")] Ref m ) => T.MatrixMult3X2NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -200982,9 +108222,6 @@ public void MatrixMult3X3NV( [NativeTypeName("const GLfloat *")] float* m ) => T.MatrixMult3X3NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] [MethodImpl( @@ -200995,9 +108232,6 @@ public void MatrixMult3X3NV( [NativeTypeName("const GLfloat *")] Ref m ) => T.MatrixMult3X3NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201007,9 +108241,6 @@ public void MatrixMultEXT( [NativeTypeName("const GLdouble *")] double* m ) => T.MatrixMultEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] [MethodImpl( @@ -201020,9 +108251,6 @@ public void MatrixMultEXT( [NativeTypeName("const GLdouble *")] Ref m ) => T.MatrixMultEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201032,9 +108260,6 @@ public void MatrixMultEXT( [NativeTypeName("const GLfloat *")] float* m ) => T.MatrixMultEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] [MethodImpl( @@ -201045,9 +108270,6 @@ public void MatrixMultEXT( [NativeTypeName("const GLfloat *")] Ref m ) => T.MatrixMultEXT(mode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201057,9 +108279,6 @@ public void MatrixMultTranspose3X3NV( [NativeTypeName("const GLfloat *")] float* m ) => T.MatrixMultTranspose3X3NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] [MethodImpl( @@ -201070,9 +108289,6 @@ public void MatrixMultTranspose3X3NV( [NativeTypeName("const GLfloat *")] Ref m ) => T.MatrixMultTranspose3X3NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201082,9 +108298,6 @@ public void MatrixMultTransposeEXT( [NativeTypeName("const GLdouble *")] double* m ) => T.MatrixMultTransposeEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] [MethodImpl( @@ -201095,9 +108308,6 @@ public void MatrixMultTransposeEXT( [NativeTypeName("const GLdouble *")] Ref m ) => T.MatrixMultTransposeEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201107,9 +108317,6 @@ public void MatrixMultTransposeEXT( [NativeTypeName("const GLfloat *")] float* m ) => T.MatrixMultTransposeEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] [MethodImpl( @@ -201120,9 +108327,6 @@ public void MatrixMultTransposeEXT( [NativeTypeName("const GLfloat *")] Ref m ) => T.MatrixMultTransposeEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201137,9 +108341,6 @@ public void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double zFar ) => T.MatrixOrthoEXT(mode, left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] [MethodImpl( @@ -201155,18 +108356,12 @@ public void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double zFar ) => T.MatrixOrthoEXT(mode, left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void MatrixPopEXT([NativeTypeName("GLenum")] uint mode) => T.MatrixPopEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] [MethodImpl( @@ -201176,18 +108371,12 @@ public void MatrixPopEXT( [NativeTypeName("GLenum")] Constant mode ) => T.MatrixPopEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void MatrixPushEXT([NativeTypeName("GLenum")] uint mode) => T.MatrixPushEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] [MethodImpl( @@ -201197,9 +108386,6 @@ public void MatrixPushEXT( [NativeTypeName("GLenum")] Constant mode ) => T.MatrixPushEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201212,9 +108398,6 @@ public void MatrixRotateEXT( [NativeTypeName("GLdouble")] double z ) => T.MatrixRotateEXT(mode, angle, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] [MethodImpl( @@ -201228,9 +108411,6 @@ public void MatrixRotateEXT( [NativeTypeName("GLdouble")] double z ) => T.MatrixRotateEXT(mode, angle, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201243,9 +108423,6 @@ public void MatrixRotateEXT( [NativeTypeName("GLfloat")] float z ) => T.MatrixRotateEXT(mode, angle, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] [MethodImpl( @@ -201259,9 +108436,6 @@ public void MatrixRotateEXT( [NativeTypeName("GLfloat")] float z ) => T.MatrixRotateEXT(mode, angle, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201273,9 +108447,6 @@ public void MatrixScaleEXT( [NativeTypeName("GLdouble")] double z ) => T.MatrixScaleEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] [MethodImpl( @@ -201288,9 +108459,6 @@ public void MatrixScaleEXT( [NativeTypeName("GLdouble")] double z ) => T.MatrixScaleEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201302,9 +108470,6 @@ public void MatrixScaleEXT( [NativeTypeName("GLfloat")] float z ) => T.MatrixScaleEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] [MethodImpl( @@ -201317,9 +108482,6 @@ public void MatrixScaleEXT( [NativeTypeName("GLfloat")] float z ) => T.MatrixScaleEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201331,9 +108493,6 @@ public void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double z ) => T.MatrixTranslateEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] [MethodImpl( @@ -201346,9 +108505,6 @@ public void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double z ) => T.MatrixTranslateEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201360,9 +108516,6 @@ public void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float z ) => T.MatrixTranslateEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] [MethodImpl( @@ -201375,8 +108528,6 @@ public void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float z ) => T.MatrixTranslateEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_parallel_shader_compile"])] - [SupportedApiProfile("glcore", ["GL_ARB_parallel_shader_compile"])] [NativeFunction("opengl", EntryPoint = "glMaxShaderCompilerThreadsARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201384,9 +108535,6 @@ public void MatrixTranslateEXT( public void MaxShaderCompilerThreadsARB([NativeTypeName("GLuint")] uint count) => T.MaxShaderCompilerThreadsARB(count); - [SupportedApiProfile("gl", ["GL_KHR_parallel_shader_compile"])] - [SupportedApiProfile("glcore", ["GL_KHR_parallel_shader_compile"])] - [SupportedApiProfile("gles2", ["GL_KHR_parallel_shader_compile"])] [NativeFunction("opengl", EntryPoint = "glMaxShaderCompilerThreadsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201394,30 +108542,6 @@ public void MaxShaderCompilerThreadsARB([NativeTypeName("GLuint")] uint count) = public void MaxShaderCompilerThreadsKHR([NativeTypeName("GLuint")] uint count) => T.MaxShaderCompilerThreadsKHR(count); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201425,30 +108549,6 @@ public void MaxShaderCompilerThreadsKHR([NativeTypeName("GLuint")] uint count) = public void MemoryBarrier([NativeTypeName("GLbitfield")] uint barriers) => T.MemoryBarrier(barriers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] [MethodImpl( @@ -201458,16 +108558,6 @@ public void MemoryBarrier( [NativeTypeName("GLbitfield")] Constant barriers ) => T.MemoryBarrier(barriers); - [SupportedApiProfile( - "gl", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201475,16 +108565,6 @@ public void MemoryBarrier( public void MemoryBarrierByRegion([NativeTypeName("GLbitfield")] uint barriers) => T.MemoryBarrierByRegion(barriers); - [SupportedApiProfile( - "gl", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] [MethodImpl( @@ -201494,7 +108574,6 @@ public void MemoryBarrierByRegion( [NativeTypeName("GLbitfield")] Constant barriers ) => T.MemoryBarrierByRegion(barriers); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201502,7 +108581,6 @@ public void MemoryBarrierByRegion( public void MemoryBarrierEXT([NativeTypeName("GLbitfield")] uint barriers) => T.MemoryBarrierEXT(barriers); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] [MethodImpl( @@ -201512,8 +108590,6 @@ public void MemoryBarrierEXT( [NativeTypeName("GLbitfield")] Constant barriers ) => T.MemoryBarrierEXT(barriers); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201524,8 +108600,6 @@ public void MemoryObjectParameterEXT( [NativeTypeName("const GLint *")] int* @params ) => T.MemoryObjectParameterEXT(memoryObject, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] [MethodImpl( @@ -201537,7 +108611,6 @@ public void MemoryObjectParameterEXT( [NativeTypeName("const GLint *")] Ref @params ) => T.MemoryObjectParameterEXT(memoryObject, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glMinmax")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201548,7 +108621,6 @@ public void Minmax( [NativeTypeName("GLboolean")] uint sink ) => T.Minmax(target, internalformat, sink); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMinmax")] [MethodImpl( @@ -201560,7 +108632,6 @@ public void Minmax( [NativeTypeName("GLboolean")] MaybeBool sink ) => T.Minmax(target, internalformat, sink); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201571,7 +108642,6 @@ public void MinmaxEXT( [NativeTypeName("GLboolean")] uint sink ) => T.MinmaxEXT(target, internalformat, sink); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] [MethodImpl( @@ -201583,32 +108653,6 @@ public void MinmaxEXT( [NativeTypeName("GLboolean")] MaybeBool sink ) => T.MinmaxEXT(target, internalformat, sink); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glMinSampleShading")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201616,8 +108660,6 @@ public void MinmaxEXT( public void MinSampleShading([NativeTypeName("GLfloat")] float value) => T.MinSampleShading(value); - [SupportedApiProfile("gl", ["GL_ARB_sample_shading"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_shading"])] [NativeFunction("opengl", EntryPoint = "glMinSampleShadingARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201625,7 +108667,6 @@ public void MinSampleShading([NativeTypeName("GLfloat")] float value) => public void MinSampleShadingARB([NativeTypeName("GLfloat")] float value) => T.MinSampleShadingARB(value); - [SupportedApiProfile("gles2", ["GL_OES_sample_shading"])] [NativeFunction("opengl", EntryPoint = "glMinSampleShadingOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201633,14 +108674,12 @@ public void MinSampleShadingARB([NativeTypeName("GLfloat")] float value) => public void MinSampleShadingOES([NativeTypeName("GLfloat")] float value) => T.MinSampleShadingOES(value); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBarrierNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void MulticastBarrierNV() => T.MulticastBarrierNV(); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201674,7 +108713,6 @@ public void MulticastBlitFramebufferNV( filter ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] [MethodImpl( @@ -201709,7 +108747,6 @@ public void MulticastBlitFramebufferNV( filter ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201722,7 +108759,6 @@ public void MulticastBufferSubDataNV( [NativeTypeName("const void *")] void* data ) => T.MulticastBufferSubDataNV(gpuMask, buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] [MethodImpl( @@ -201736,7 +108772,6 @@ public void MulticastBufferSubDataNV( [NativeTypeName("const void *")] Ref data ) => T.MulticastBufferSubDataNV(gpuMask, buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastCopyBufferSubDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201760,7 +108795,6 @@ public void MulticastCopyBufferSubDataNV( size ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastCopyImageSubDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201804,7 +108838,6 @@ public void MulticastCopyImageSubDataNV( srcDepth ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201817,7 +108850,6 @@ public void MulticastFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ) => T.MulticastFramebufferSampleLocationsNV(gpu, framebuffer, start, count, v); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] [MethodImpl( @@ -201831,7 +108863,6 @@ public void MulticastFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] Ref v ) => T.MulticastFramebufferSampleLocationsNV(gpu, framebuffer, start, count, v); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201843,7 +108874,6 @@ public void MulticastGetQueryObjectNV( [NativeTypeName("GLint64 *")] long* @params ) => T.MulticastGetQueryObjectNV(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] [MethodImpl( @@ -201856,7 +108886,6 @@ public void MulticastGetQueryObjectNV( [NativeTypeName("GLint64 *")] Ref @params ) => T.MulticastGetQueryObjectNV(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201868,7 +108897,6 @@ public void MulticastGetQueryObjectNV( [NativeTypeName("GLint *")] int* @params ) => T.MulticastGetQueryObjectNV(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] [MethodImpl( @@ -201881,7 +108909,6 @@ public void MulticastGetQueryObjectNV( [NativeTypeName("GLint *")] Ref @params ) => T.MulticastGetQueryObjectNV(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201893,7 +108920,6 @@ public void MulticastGetQueryObjectNV( [NativeTypeName("GLuint64 *")] ulong* @params ) => T.MulticastGetQueryObjectNV(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] [MethodImpl( @@ -201906,7 +108932,6 @@ public void MulticastGetQueryObjectNV( [NativeTypeName("GLuint64 *")] Ref @params ) => T.MulticastGetQueryObjectNV(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201918,7 +108943,6 @@ public void MulticastGetQueryObjectNV( [NativeTypeName("GLuint *")] uint* @params ) => T.MulticastGetQueryObjectNV(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] [MethodImpl( @@ -201931,7 +108955,6 @@ public void MulticastGetQueryObjectNV( [NativeTypeName("GLuint *")] Ref @params ) => T.MulticastGetQueryObjectNV(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201943,7 +108966,6 @@ public void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] int* v ) => T.MulticastScissorArrayNVX(gpu, first, count, v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl( @@ -201956,7 +108978,6 @@ public void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] Ref v ) => T.MulticastScissorArrayNVX(gpu, first, count, v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl( @@ -201968,7 +108989,6 @@ public void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] int v ) => T.MulticastScissorArrayNVX(gpu, first, v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -201980,7 +109000,6 @@ public void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] float* v ) => T.MulticastViewportArrayNVX(gpu, first, count, v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl( @@ -201993,7 +109012,6 @@ public void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] Ref v ) => T.MulticastViewportArrayNVX(gpu, first, count, v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl( @@ -202005,7 +109023,6 @@ public void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] float v ) => T.MulticastViewportArrayNVX(gpu, first, v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastViewportPositionWScaleNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202017,7 +109034,6 @@ public void MulticastViewportPositionWScaleNVX( [NativeTypeName("GLfloat")] float ycoeff ) => T.MulticastViewportPositionWScaleNVX(gpu, index, xcoeff, ycoeff); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastWaitSyncNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202027,48 +109043,6 @@ public void MulticastWaitSyncNV( [NativeTypeName("GLbitfield")] uint waitGpuMask ) => T.MulticastWaitSyncNV(signalGpu, waitGpuMask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202080,48 +109054,6 @@ public void MultiDrawArrays( [NativeTypeName("GLsizei")] uint drawcount ) => T.MultiDrawArrays(mode, first, count, drawcount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] [MethodImpl( @@ -202134,9 +109066,6 @@ public void MultiDrawArrays( [NativeTypeName("GLsizei")] uint drawcount ) => T.MultiDrawArrays(mode, first, count, drawcount); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202148,9 +109077,6 @@ public void MultiDrawArraysEXT( [NativeTypeName("GLsizei")] uint primcount ) => T.MultiDrawArraysEXT(mode, first, count, primcount); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] [MethodImpl( @@ -202163,28 +109089,6 @@ public void MultiDrawArraysEXT( [NativeTypeName("GLsizei")] uint primcount ) => T.MultiDrawArraysEXT(mode, first, count, primcount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202196,28 +109100,6 @@ public void MultiDrawArraysIndirect( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawArraysIndirect(mode, indirect, drawcount, stride); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] [MethodImpl( @@ -202230,7 +109112,6 @@ public void MultiDrawArraysIndirect( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawArraysIndirect(mode, indirect, drawcount, stride); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202242,7 +109123,6 @@ public void MultiDrawArraysIndirectAMD( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawArraysIndirectAMD(mode, indirect, primcount, stride); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] [MethodImpl( @@ -202255,8 +109135,6 @@ public void MultiDrawArraysIndirectAMD( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawArraysIndirectAMD(mode, indirect, primcount, stride); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202278,8 +109156,6 @@ public void MultiDrawArraysIndirectBindlessCountNV( vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] [MethodImpl( @@ -202302,8 +109178,6 @@ public void MultiDrawArraysIndirectBindlessCountNV( vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202323,8 +109197,6 @@ public void MultiDrawArraysIndirectBindlesNV( vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] [MethodImpl( @@ -202345,8 +109217,6 @@ public void MultiDrawArraysIndirectBindlesNV( vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202359,8 +109229,6 @@ public void MultiDrawArraysIndirectCount( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawArraysIndirectCount(mode, indirect, drawcount, maxdrawcount, stride); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] [MethodImpl( @@ -202374,8 +109242,6 @@ public void MultiDrawArraysIndirectCount( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawArraysIndirectCount(mode, indirect, drawcount, maxdrawcount, stride); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202388,8 +109254,6 @@ public void MultiDrawArraysIndirectCountARB( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawArraysIndirectCountARB(mode, indirect, drawcount, maxdrawcount, stride); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] [MethodImpl( @@ -202403,7 +109267,6 @@ public void MultiDrawArraysIndirectCountARB( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawArraysIndirectCountARB(mode, indirect, drawcount, maxdrawcount, stride); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202415,7 +109278,6 @@ public void MultiDrawArraysIndirectEXT( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawArraysIndirectEXT(mode, indirect, drawcount, stride); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] [MethodImpl( @@ -202428,73 +109290,29 @@ public void MultiDrawArraysIndirectEXT( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawArraysIndirectEXT(mode, indirect, drawcount, stride); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiDrawElementArrayApple( + public void MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLint *")] int* first, [NativeTypeName("const GLsizei *")] uint* count, [NativeTypeName("GLsizei")] uint primcount - ) => T.MultiDrawElementArrayApple(mode, first, count, primcount); + ) => T.MultiDrawElementArrayAPPLE(mode, first, count, primcount); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiDrawElementArrayApple( + public void MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("const GLint *")] Ref first, [NativeTypeName("const GLsizei *")] Ref count, [NativeTypeName("GLsizei")] uint primcount - ) => T.MultiDrawElementArrayApple(mode, first, count, primcount); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] + ) => T.MultiDrawElementArrayAPPLE(mode, first, count, primcount); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202507,48 +109325,6 @@ public void MultiDrawElements( [NativeTypeName("GLsizei")] uint drawcount ) => T.MultiDrawElements(mode, count, type, indices, drawcount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] [MethodImpl( @@ -202562,38 +109338,6 @@ public void MultiDrawElements( [NativeTypeName("GLsizei")] uint drawcount ) => T.MultiDrawElements(mode, count, type, indices, drawcount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202607,38 +109351,6 @@ public void MultiDrawElementsBaseVertex( [NativeTypeName("const GLint *")] int* basevertex ) => T.MultiDrawElementsBaseVertex(mode, count, type, indices, drawcount, basevertex); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] [MethodImpl( @@ -202653,10 +109365,6 @@ public void MultiDrawElementsBaseVertex( [NativeTypeName("const GLint *")] Ref basevertex ) => T.MultiDrawElementsBaseVertex(mode, count, type, indices, drawcount, basevertex); - [SupportedApiProfile( - "gles2", - ["GL_EXT_draw_elements_base_vertex", "GL_OES_draw_elements_base_vertex"] - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202670,10 +109378,6 @@ public void MultiDrawElementsBaseVertexEXT( [NativeTypeName("const GLint *")] int* basevertex ) => T.MultiDrawElementsBaseVertexEXT(mode, count, type, indices, drawcount, basevertex); - [SupportedApiProfile( - "gles2", - ["GL_EXT_draw_elements_base_vertex", "GL_OES_draw_elements_base_vertex"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] [MethodImpl( @@ -202688,9 +109392,6 @@ public void MultiDrawElementsBaseVertexEXT( [NativeTypeName("const GLint *")] Ref basevertex ) => T.MultiDrawElementsBaseVertexEXT(mode, count, type, indices, drawcount, basevertex); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202703,9 +109404,6 @@ public void MultiDrawElementsEXT( [NativeTypeName("GLsizei")] uint primcount ) => T.MultiDrawElementsEXT(mode, count, type, indices, primcount); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] [MethodImpl( @@ -202719,28 +109417,6 @@ public void MultiDrawElementsEXT( [NativeTypeName("GLsizei")] uint primcount ) => T.MultiDrawElementsEXT(mode, count, type, indices, primcount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202753,28 +109429,6 @@ public void MultiDrawElementsIndirect( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawElementsIndirect(mode, type, indirect, drawcount, stride); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] [MethodImpl( @@ -202788,7 +109442,6 @@ public void MultiDrawElementsIndirect( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawElementsIndirect(mode, type, indirect, drawcount, stride); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202801,7 +109454,6 @@ public void MultiDrawElementsIndirectAMD( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawElementsIndirectAMD(mode, type, indirect, primcount, stride); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] [MethodImpl( @@ -202815,8 +109467,6 @@ public void MultiDrawElementsIndirectAMD( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawElementsIndirectAMD(mode, type, indirect, primcount, stride); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202840,8 +109490,6 @@ public void MultiDrawElementsIndirectBindlessCountNV( vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] [MethodImpl( @@ -202866,8 +109514,6 @@ public void MultiDrawElementsIndirectBindlessCountNV( vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202889,8 +109535,6 @@ public void MultiDrawElementsIndirectBindlesNV( vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] [MethodImpl( @@ -202913,8 +109557,6 @@ public void MultiDrawElementsIndirectBindlesNV( vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202929,8 +109571,6 @@ public void MultiDrawElementsIndirectCount( ) => T.MultiDrawElementsIndirectCount(mode, type, indirect, drawcount, maxdrawcount, stride); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] [MethodImpl( @@ -202946,8 +109586,6 @@ public void MultiDrawElementsIndirectCount( ) => T.MultiDrawElementsIndirectCount(mode, type, indirect, drawcount, maxdrawcount, stride); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -202969,8 +109607,6 @@ public void MultiDrawElementsIndirectCountARB( stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] [MethodImpl( @@ -202993,7 +109629,6 @@ public void MultiDrawElementsIndirectCountARB( stride ); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -203006,7 +109641,6 @@ public void MultiDrawElementsIndirectEXT( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawElementsIndirectEXT(mode, type, indirect, drawcount, stride); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] [MethodImpl( @@ -203020,9 +109654,6 @@ public void MultiDrawElementsIndirectEXT( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawElementsIndirectEXT(mode, type, indirect, drawcount, stride); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawMeshTasksIndirectCountNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -203034,9 +109665,6 @@ public void MultiDrawMeshTasksIndirectCountNV( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawMeshTasksIndirectCountNV(indirect, drawcount, maxdrawcount, stride); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawMeshTasksIndirectNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -203047,36 +109675,33 @@ public void MultiDrawMeshTasksIndirectNV( [NativeTypeName("GLsizei")] uint stride ) => T.MultiDrawMeshTasksIndirectNV(indirect, drawcount, stride); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiDrawRangeElementArrayApple( + public void MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("const GLint *")] int* first, [NativeTypeName("const GLsizei *")] uint* count, [NativeTypeName("GLsizei")] uint primcount - ) => T.MultiDrawRangeElementArrayApple(mode, start, end, first, count, primcount); + ) => T.MultiDrawRangeElementArrayAPPLE(mode, start, end, first, count, primcount); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiDrawRangeElementArrayApple( + public void MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("const GLint *")] Ref first, [NativeTypeName("const GLsizei *")] Ref count, [NativeTypeName("GLsizei")] uint primcount - ) => T.MultiDrawRangeElementArrayApple(mode, start, end, first, count, primcount); + ) => T.MultiDrawRangeElementArrayAPPLE(mode, start, end, first, count, primcount); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -203089,7 +109714,6 @@ public void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ) => T.MultiModeDrawArraysIBM(mode, first, count, primcount, modestride); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl( @@ -203103,7 +109727,6 @@ public void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ) => T.MultiModeDrawArraysIBM(mode, first, count, primcount, modestride); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl( @@ -203117,7 +109740,6 @@ public void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ) => T.MultiModeDrawArraysIBM(mode, first, count, primcount, modestride); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl( @@ -203131,7 +109753,6 @@ public void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ) => T.MultiModeDrawArraysIBM(mode, first, count, primcount, modestride); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -203145,7 +109766,6 @@ public void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ) => T.MultiModeDrawElementsIBM(mode, count, type, indices, primcount, modestride); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl( @@ -203160,7 +109780,6 @@ public void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ) => T.MultiModeDrawElementsIBM(mode, count, type, indices, primcount, modestride); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl( @@ -203175,7 +109794,6 @@ public void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ) => T.MultiModeDrawElementsIBM(mode, count, type, indices, primcount, modestride); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl( @@ -203190,8 +109808,6 @@ public void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ) => T.MultiModeDrawElementsIBM(mode, count, type, indices, primcount, modestride); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -203203,8 +109819,6 @@ public void MultiTexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => T.MultiTexBufferEXT(texunit, target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] [MethodImpl( @@ -203217,7 +109831,6 @@ public void MultiTexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => T.MultiTexBufferEXT(texunit, target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -203227,7 +109840,6 @@ public void MultiTexCoord1OES( [NativeTypeName("GLbyte")] sbyte s ) => T.MultiTexCoord1OES(texture, s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] [MethodImpl( @@ -203238,18 +109850,16 @@ public void MultiTexCoord1OES( [NativeTypeName("GLbyte")] sbyte s ) => T.MultiTexCoord1OES(texture, s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1BvO( + public void MultiTexCoord1BvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLbyte *")] sbyte coords - ) => T.MultiTexCoord1BvO(texture, coords); + ) => T.MultiTexCoord1BvOOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -203259,7 +109869,6 @@ public void MultiTexCoord1OES( [NativeTypeName("const GLbyte *")] sbyte* coords ) => T.MultiTexCoord1OES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl( @@ -203270,429 +109879,198 @@ public void MultiTexCoord1OES( [NativeTypeName("const GLbyte *")] Ref coords ) => T.MultiTexCoord1OES(texture, coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1D( + public void MultiTexCoord1d( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s - ) => T.MultiTexCoord1D(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1d(target, s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1D( + public void MultiTexCoord1d( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) => T.MultiTexCoord1D(target, s); + ) => T.MultiTexCoord1d(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1DARB( + public void MultiTexCoord1dARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s - ) => T.MultiTexCoord1DARB(target, s); + ) => T.MultiTexCoord1dARB(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1DARB( + public void MultiTexCoord1dARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) => T.MultiTexCoord1DARB(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1dARB(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1Dv( + public void MultiTexCoord1dv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v - ) => T.MultiTexCoord1Dv(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1dv(target, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1Dv( + public void MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v - ) => T.MultiTexCoord1Dv(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1dv(target, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1Dv( + public void MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v - ) => T.MultiTexCoord1Dv(target, v); + ) => T.MultiTexCoord1dv(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1DvARB( + public void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v - ) => T.MultiTexCoord1DvARB(target, v); + ) => T.MultiTexCoord1dvARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1DvARB( + public void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v - ) => T.MultiTexCoord1DvARB(target, v); + ) => T.MultiTexCoord1dvARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1DvARB( + public void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v - ) => T.MultiTexCoord1DvARB(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1dvARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1F( + public void MultiTexCoord1f( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s - ) => T.MultiTexCoord1F(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1f(target, s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1F( + public void MultiTexCoord1f( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) => T.MultiTexCoord1F(target, s); + ) => T.MultiTexCoord1f(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1FARB( + public void MultiTexCoord1fARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s - ) => T.MultiTexCoord1FARB(target, s); + ) => T.MultiTexCoord1fARB(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1FARB( + public void MultiTexCoord1fARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) => T.MultiTexCoord1FARB(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1fARB(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1Fv( + public void MultiTexCoord1fv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v - ) => T.MultiTexCoord1Fv(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1fv(target, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1Fv( + public void MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v - ) => T.MultiTexCoord1Fv(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1fv(target, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1Fv( + public void MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v - ) => T.MultiTexCoord1Fv(target, v); + ) => T.MultiTexCoord1fv(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1FvARB( + public void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v - ) => T.MultiTexCoord1FvARB(target, v); + ) => T.MultiTexCoord1fvARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1FvARB( + public void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v - ) => T.MultiTexCoord1FvARB(target, v); + ) => T.MultiTexCoord1fvARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1FvARB( + public void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v - ) => T.MultiTexCoord1FvARB(target, v); + ) => T.MultiTexCoord1fvARB(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -203702,7 +110080,6 @@ public void MultiTexCoord1NV( [NativeTypeName("GLhalfNV")] ushort s ) => T.MultiTexCoord1NV(target, s); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] [MethodImpl( @@ -203713,461 +110090,227 @@ public void MultiTexCoord1NV( [NativeTypeName("GLhalfNV")] ushort s ) => T.MultiTexCoord1NV(target, s); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1HvNV( + public void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v - ) => T.MultiTexCoord1HvNV(target, v); + ) => T.MultiTexCoord1hvNV(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1HvNV( + public void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] Ref v - ) => T.MultiTexCoord1HvNV(target, v); + ) => T.MultiTexCoord1hvNV(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1HvNV( + public void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] ushort v - ) => T.MultiTexCoord1HvNV(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1hvNV(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1I( + public void MultiTexCoord1i( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s - ) => T.MultiTexCoord1I(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1i(target, s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1I( + public void MultiTexCoord1i( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) => T.MultiTexCoord1I(target, s); + ) => T.MultiTexCoord1i(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1IARB( + public void MultiTexCoord1iARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s - ) => T.MultiTexCoord1IARB(target, s); + ) => T.MultiTexCoord1iARB(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1IARB( + public void MultiTexCoord1iARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) => T.MultiTexCoord1IARB(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1iARB(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1Iv( + public void MultiTexCoord1iv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v - ) => T.MultiTexCoord1Iv(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1iv(target, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1Iv( + public void MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v - ) => T.MultiTexCoord1Iv(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1iv(target, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1Iv( + public void MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v - ) => T.MultiTexCoord1Iv(target, v); + ) => T.MultiTexCoord1iv(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1IvARB( + public void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v - ) => T.MultiTexCoord1IvARB(target, v); + ) => T.MultiTexCoord1ivARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1IvARB( + public void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v - ) => T.MultiTexCoord1IvARB(target, v); + ) => T.MultiTexCoord1ivARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1IvARB( + public void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v - ) => T.MultiTexCoord1IvARB(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1ivARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1S( + public void MultiTexCoord1s( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s - ) => T.MultiTexCoord1S(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1s(target, s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1S( + public void MultiTexCoord1s( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) => T.MultiTexCoord1S(target, s); + ) => T.MultiTexCoord1s(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1SARB( + public void MultiTexCoord1sARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s - ) => T.MultiTexCoord1SARB(target, s); + ) => T.MultiTexCoord1sARB(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1SARB( + public void MultiTexCoord1sARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) => T.MultiTexCoord1SARB(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1sARB(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1Sv( + public void MultiTexCoord1sv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v - ) => T.MultiTexCoord1Sv(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1sv(target, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1Sv( + public void MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v - ) => T.MultiTexCoord1Sv(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => T.MultiTexCoord1sv(target, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1Sv( + public void MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v - ) => T.MultiTexCoord1Sv(target, v); + ) => T.MultiTexCoord1sv(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1SvARB( + public void MultiTexCoord1svARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v - ) => T.MultiTexCoord1SvARB(target, v); + ) => T.MultiTexCoord1svARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1SvARB( + public void MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v - ) => T.MultiTexCoord1SvARB(target, v); + ) => T.MultiTexCoord1svARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1SvARB( + public void MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v - ) => T.MultiTexCoord1SvARB(target, v); + ) => T.MultiTexCoord1svARB(target, v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204177,7 +110320,6 @@ public void MultiTexCoord1XOES( [NativeTypeName("GLfixed")] int s ) => T.MultiTexCoord1XOES(texture, s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] [MethodImpl( @@ -204188,18 +110330,16 @@ public void MultiTexCoord1XOES( [NativeTypeName("GLfixed")] int s ) => T.MultiTexCoord1XOES(texture, s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoord1XvO( + public void MultiTexCoord1XvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLfixed *")] int coords - ) => T.MultiTexCoord1XvO(texture, coords); + ) => T.MultiTexCoord1XvOOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204209,7 +110349,6 @@ public void MultiTexCoord1XOES( [NativeTypeName("const GLfixed *")] int* coords ) => T.MultiTexCoord1XOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl( @@ -204220,7 +110359,6 @@ public void MultiTexCoord1XOES( [NativeTypeName("const GLfixed *")] Ref coords ) => T.MultiTexCoord1XOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204231,7 +110369,6 @@ public void MultiTexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ) => T.MultiTexCoord2OES(texture, s, t); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] [MethodImpl( @@ -204243,7 +110380,6 @@ public void MultiTexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ) => T.MultiTexCoord2OES(texture, s, t); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204253,7 +110389,6 @@ public void MultiTexCoord2OES( [NativeTypeName("const GLbyte *")] sbyte* coords ) => T.MultiTexCoord2OES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] [MethodImpl( @@ -204264,28 +110399,6 @@ public void MultiTexCoord2OES( [NativeTypeName("const GLbyte *")] Ref coords ) => T.MultiTexCoord2OES(texture, coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204296,28 +110409,6 @@ public void MultiTexCoord2( [NativeTypeName("GLdouble")] double t ) => T.MultiTexCoord2(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] [MethodImpl( @@ -204329,7 +110420,6 @@ public void MultiTexCoord2( [NativeTypeName("GLdouble")] double t ) => T.MultiTexCoord2(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204340,7 +110430,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("GLdouble")] double t ) => T.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] [MethodImpl( @@ -204352,28 +110441,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("GLdouble")] double t ) => T.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204383,28 +110450,6 @@ public void MultiTexCoord2( [NativeTypeName("const GLdouble *")] double* v ) => T.MultiTexCoord2(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] [MethodImpl( @@ -204415,7 +110460,6 @@ public void MultiTexCoord2( [NativeTypeName("const GLdouble *")] Ref v ) => T.MultiTexCoord2(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204425,7 +110469,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("const GLdouble *")] double* v ) => T.MultiTexCoord2ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] [MethodImpl( @@ -204436,28 +110479,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("const GLdouble *")] Ref v ) => T.MultiTexCoord2ARB(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204468,28 +110489,6 @@ public void MultiTexCoord2( [NativeTypeName("GLfloat")] float t ) => T.MultiTexCoord2(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] [MethodImpl( @@ -204501,7 +110500,6 @@ public void MultiTexCoord2( [NativeTypeName("GLfloat")] float t ) => T.MultiTexCoord2(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204512,7 +110510,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("GLfloat")] float t ) => T.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] [MethodImpl( @@ -204524,28 +110521,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("GLfloat")] float t ) => T.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204555,28 +110530,6 @@ public void MultiTexCoord2( [NativeTypeName("const GLfloat *")] float* v ) => T.MultiTexCoord2(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] [MethodImpl( @@ -204587,7 +110540,6 @@ public void MultiTexCoord2( [NativeTypeName("const GLfloat *")] Ref v ) => T.MultiTexCoord2(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204597,7 +110549,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("const GLfloat *")] float* v ) => T.MultiTexCoord2ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] [MethodImpl( @@ -204608,7 +110559,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("const GLfloat *")] Ref v ) => T.MultiTexCoord2ARB(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204619,7 +110569,6 @@ public void MultiTexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ) => T.MultiTexCoord2NV(target, s, t); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] [MethodImpl( @@ -204631,7 +110580,6 @@ public void MultiTexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ) => T.MultiTexCoord2NV(target, s, t); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204641,7 +110589,6 @@ public void MultiTexCoord2NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => T.MultiTexCoord2NV(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] [MethodImpl( @@ -204652,28 +110599,6 @@ public void MultiTexCoord2NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => T.MultiTexCoord2NV(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204684,28 +110609,6 @@ public void MultiTexCoord2( [NativeTypeName("GLint")] int t ) => T.MultiTexCoord2(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] [MethodImpl( @@ -204717,7 +110620,6 @@ public void MultiTexCoord2( [NativeTypeName("GLint")] int t ) => T.MultiTexCoord2(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204728,7 +110630,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("GLint")] int t ) => T.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] [MethodImpl( @@ -204740,28 +110641,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("GLint")] int t ) => T.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204771,28 +110650,6 @@ public void MultiTexCoord2( [NativeTypeName("const GLint *")] int* v ) => T.MultiTexCoord2(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] [MethodImpl( @@ -204803,7 +110660,6 @@ public void MultiTexCoord2( [NativeTypeName("const GLint *")] Ref v ) => T.MultiTexCoord2(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204813,7 +110669,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("const GLint *")] int* v ) => T.MultiTexCoord2ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] [MethodImpl( @@ -204824,28 +110679,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("const GLint *")] Ref v ) => T.MultiTexCoord2ARB(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204856,28 +110689,6 @@ public void MultiTexCoord2( [NativeTypeName("GLshort")] short t ) => T.MultiTexCoord2(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] [MethodImpl( @@ -204889,7 +110700,6 @@ public void MultiTexCoord2( [NativeTypeName("GLshort")] short t ) => T.MultiTexCoord2(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204900,7 +110710,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("GLshort")] short t ) => T.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] [MethodImpl( @@ -204912,28 +110721,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("GLshort")] short t ) => T.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204943,28 +110730,6 @@ public void MultiTexCoord2( [NativeTypeName("const GLshort *")] short* v ) => T.MultiTexCoord2(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] [MethodImpl( @@ -204975,7 +110740,6 @@ public void MultiTexCoord2( [NativeTypeName("const GLshort *")] Ref v ) => T.MultiTexCoord2(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -204985,7 +110749,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("const GLshort *")] short* v ) => T.MultiTexCoord2ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] [MethodImpl( @@ -204996,7 +110759,6 @@ public void MultiTexCoord2ARB( [NativeTypeName("const GLshort *")] Ref v ) => T.MultiTexCoord2ARB(target, v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205007,7 +110769,6 @@ public void MultiTexCoord2XOES( [NativeTypeName("GLfixed")] int t ) => T.MultiTexCoord2XOES(texture, s, t); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] [MethodImpl( @@ -205019,7 +110780,6 @@ public void MultiTexCoord2XOES( [NativeTypeName("GLfixed")] int t ) => T.MultiTexCoord2XOES(texture, s, t); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205029,7 +110789,6 @@ public void MultiTexCoord2XOES( [NativeTypeName("const GLfixed *")] int* coords ) => T.MultiTexCoord2XOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] [MethodImpl( @@ -205040,7 +110799,6 @@ public void MultiTexCoord2XOES( [NativeTypeName("const GLfixed *")] Ref coords ) => T.MultiTexCoord2XOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205052,7 +110810,6 @@ public void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ) => T.MultiTexCoord3OES(texture, s, t, r); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] [MethodImpl( @@ -205065,7 +110822,6 @@ public void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ) => T.MultiTexCoord3OES(texture, s, t, r); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205075,7 +110831,6 @@ public void MultiTexCoord3OES( [NativeTypeName("const GLbyte *")] sbyte* coords ) => T.MultiTexCoord3OES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] [MethodImpl( @@ -205086,28 +110841,6 @@ public void MultiTexCoord3OES( [NativeTypeName("const GLbyte *")] Ref coords ) => T.MultiTexCoord3OES(texture, coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205119,28 +110852,6 @@ public void MultiTexCoord3( [NativeTypeName("GLdouble")] double r ) => T.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] [MethodImpl( @@ -205153,7 +110864,6 @@ public void MultiTexCoord3( [NativeTypeName("GLdouble")] double r ) => T.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205165,7 +110875,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double r ) => T.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] [MethodImpl( @@ -205178,28 +110887,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double r ) => T.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205209,28 +110896,6 @@ public void MultiTexCoord3( [NativeTypeName("const GLdouble *")] double* v ) => T.MultiTexCoord3(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] [MethodImpl( @@ -205241,7 +110906,6 @@ public void MultiTexCoord3( [NativeTypeName("const GLdouble *")] Ref v ) => T.MultiTexCoord3(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205251,7 +110915,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("const GLdouble *")] double* v ) => T.MultiTexCoord3ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] [MethodImpl( @@ -205262,28 +110925,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("const GLdouble *")] Ref v ) => T.MultiTexCoord3ARB(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205295,28 +110936,6 @@ public void MultiTexCoord3( [NativeTypeName("GLfloat")] float r ) => T.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] [MethodImpl( @@ -205329,7 +110948,6 @@ public void MultiTexCoord3( [NativeTypeName("GLfloat")] float r ) => T.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205341,7 +110959,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float r ) => T.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] [MethodImpl( @@ -205354,28 +110971,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float r ) => T.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205385,28 +110980,6 @@ public void MultiTexCoord3( [NativeTypeName("const GLfloat *")] float* v ) => T.MultiTexCoord3(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] [MethodImpl( @@ -205417,7 +110990,6 @@ public void MultiTexCoord3( [NativeTypeName("const GLfloat *")] Ref v ) => T.MultiTexCoord3(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205427,7 +110999,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("const GLfloat *")] float* v ) => T.MultiTexCoord3ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] [MethodImpl( @@ -205438,7 +111009,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("const GLfloat *")] Ref v ) => T.MultiTexCoord3ARB(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205450,7 +111020,6 @@ public void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ) => T.MultiTexCoord3NV(target, s, t, r); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] [MethodImpl( @@ -205463,7 +111032,6 @@ public void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ) => T.MultiTexCoord3NV(target, s, t, r); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205473,7 +111041,6 @@ public void MultiTexCoord3NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => T.MultiTexCoord3NV(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] [MethodImpl( @@ -205484,28 +111051,6 @@ public void MultiTexCoord3NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => T.MultiTexCoord3NV(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205517,28 +111062,6 @@ public void MultiTexCoord3( [NativeTypeName("GLint")] int r ) => T.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] [MethodImpl( @@ -205551,7 +111074,6 @@ public void MultiTexCoord3( [NativeTypeName("GLint")] int r ) => T.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205563,7 +111085,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("GLint")] int r ) => T.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] [MethodImpl( @@ -205576,28 +111097,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("GLint")] int r ) => T.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205607,28 +111106,6 @@ public void MultiTexCoord3( [NativeTypeName("const GLint *")] int* v ) => T.MultiTexCoord3(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] [MethodImpl( @@ -205639,7 +111116,6 @@ public void MultiTexCoord3( [NativeTypeName("const GLint *")] Ref v ) => T.MultiTexCoord3(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205649,7 +111125,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("const GLint *")] int* v ) => T.MultiTexCoord3ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] [MethodImpl( @@ -205660,28 +111135,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("const GLint *")] Ref v ) => T.MultiTexCoord3ARB(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205693,28 +111146,6 @@ public void MultiTexCoord3( [NativeTypeName("GLshort")] short r ) => T.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] [MethodImpl( @@ -205727,7 +111158,6 @@ public void MultiTexCoord3( [NativeTypeName("GLshort")] short r ) => T.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205739,7 +111169,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short r ) => T.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] [MethodImpl( @@ -205752,28 +111181,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short r ) => T.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205783,28 +111190,6 @@ public void MultiTexCoord3( [NativeTypeName("const GLshort *")] short* v ) => T.MultiTexCoord3(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] [MethodImpl( @@ -205815,7 +111200,6 @@ public void MultiTexCoord3( [NativeTypeName("const GLshort *")] Ref v ) => T.MultiTexCoord3(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205825,7 +111209,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("const GLshort *")] short* v ) => T.MultiTexCoord3ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] [MethodImpl( @@ -205836,7 +111219,6 @@ public void MultiTexCoord3ARB( [NativeTypeName("const GLshort *")] Ref v ) => T.MultiTexCoord3ARB(target, v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205848,7 +111230,6 @@ public void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int r ) => T.MultiTexCoord3XOES(texture, s, t, r); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] [MethodImpl( @@ -205861,7 +111242,6 @@ public void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int r ) => T.MultiTexCoord3XOES(texture, s, t, r); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205871,7 +111251,6 @@ public void MultiTexCoord3XOES( [NativeTypeName("const GLfixed *")] int* coords ) => T.MultiTexCoord3XOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] [MethodImpl( @@ -205882,7 +111261,6 @@ public void MultiTexCoord3XOES( [NativeTypeName("const GLfixed *")] Ref coords ) => T.MultiTexCoord3XOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205895,7 +111273,6 @@ public void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ) => T.MultiTexCoord4OES(texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] [MethodImpl( @@ -205909,7 +111286,6 @@ public void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ) => T.MultiTexCoord4OES(texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205919,7 +111295,6 @@ public void MultiTexCoord4OES( [NativeTypeName("const GLbyte *")] sbyte* coords ) => T.MultiTexCoord4OES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] [MethodImpl( @@ -205930,28 +111305,6 @@ public void MultiTexCoord4OES( [NativeTypeName("const GLbyte *")] Ref coords ) => T.MultiTexCoord4OES(texture, coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -205964,28 +111317,6 @@ public void MultiTexCoord4( [NativeTypeName("GLdouble")] double q ) => T.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] [MethodImpl( @@ -205999,7 +111330,6 @@ public void MultiTexCoord4( [NativeTypeName("GLdouble")] double q ) => T.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206012,7 +111342,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double q ) => T.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] [MethodImpl( @@ -206026,28 +111355,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double q ) => T.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206057,28 +111364,6 @@ public void MultiTexCoord4( [NativeTypeName("const GLdouble *")] double* v ) => T.MultiTexCoord4(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] [MethodImpl( @@ -206089,7 +111374,6 @@ public void MultiTexCoord4( [NativeTypeName("const GLdouble *")] Ref v ) => T.MultiTexCoord4(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206099,7 +111383,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("const GLdouble *")] double* v ) => T.MultiTexCoord4ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] [MethodImpl( @@ -206110,29 +111393,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("const GLdouble *")] Ref v ) => T.MultiTexCoord4ARB(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206145,29 +111405,6 @@ public void MultiTexCoord4( [NativeTypeName("GLfloat")] float q ) => T.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] [MethodImpl( @@ -206181,7 +111418,6 @@ public void MultiTexCoord4( [NativeTypeName("GLfloat")] float q ) => T.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206194,7 +111430,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float q ) => T.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] [MethodImpl( @@ -206208,28 +111443,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float q ) => T.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206239,28 +111452,6 @@ public void MultiTexCoord4( [NativeTypeName("const GLfloat *")] float* v ) => T.MultiTexCoord4(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] [MethodImpl( @@ -206271,7 +111462,6 @@ public void MultiTexCoord4( [NativeTypeName("const GLfloat *")] Ref v ) => T.MultiTexCoord4(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206281,7 +111471,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("const GLfloat *")] float* v ) => T.MultiTexCoord4ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] [MethodImpl( @@ -206292,7 +111481,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("const GLfloat *")] Ref v ) => T.MultiTexCoord4ARB(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206305,7 +111493,6 @@ public void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ) => T.MultiTexCoord4NV(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] [MethodImpl( @@ -206319,7 +111506,6 @@ public void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ) => T.MultiTexCoord4NV(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206329,7 +111515,6 @@ public void MultiTexCoord4NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => T.MultiTexCoord4NV(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] [MethodImpl( @@ -206340,28 +111525,6 @@ public void MultiTexCoord4NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => T.MultiTexCoord4NV(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206374,28 +111537,6 @@ public void MultiTexCoord4( [NativeTypeName("GLint")] int q ) => T.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] [MethodImpl( @@ -206409,7 +111550,6 @@ public void MultiTexCoord4( [NativeTypeName("GLint")] int q ) => T.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206422,7 +111562,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("GLint")] int q ) => T.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] [MethodImpl( @@ -206436,28 +111575,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("GLint")] int q ) => T.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206467,28 +111584,6 @@ public void MultiTexCoord4( [NativeTypeName("const GLint *")] int* v ) => T.MultiTexCoord4(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] [MethodImpl( @@ -206499,7 +111594,6 @@ public void MultiTexCoord4( [NativeTypeName("const GLint *")] Ref v ) => T.MultiTexCoord4(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206509,7 +111603,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("const GLint *")] int* v ) => T.MultiTexCoord4ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] [MethodImpl( @@ -206520,28 +111613,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("const GLint *")] Ref v ) => T.MultiTexCoord4ARB(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206554,28 +111625,6 @@ public void MultiTexCoord4( [NativeTypeName("GLshort")] short q ) => T.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] [MethodImpl( @@ -206589,7 +111638,6 @@ public void MultiTexCoord4( [NativeTypeName("GLshort")] short q ) => T.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206602,7 +111650,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short q ) => T.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] [MethodImpl( @@ -206616,28 +111663,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short q ) => T.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206647,28 +111672,6 @@ public void MultiTexCoord4( [NativeTypeName("const GLshort *")] short* v ) => T.MultiTexCoord4(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] [MethodImpl( @@ -206679,7 +111682,6 @@ public void MultiTexCoord4( [NativeTypeName("const GLshort *")] Ref v ) => T.MultiTexCoord4(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206689,7 +111691,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("const GLshort *")] short* v ) => T.MultiTexCoord4ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] [MethodImpl( @@ -206700,7 +111701,6 @@ public void MultiTexCoord4ARB( [NativeTypeName("const GLshort *")] Ref v ) => T.MultiTexCoord4ARB(target, v); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206713,7 +111713,6 @@ public void MultiTexCoord4X( [NativeTypeName("GLfixed")] int q ) => T.MultiTexCoord4X(texture, s, t, r, q); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] [MethodImpl( @@ -206727,8 +111726,6 @@ public void MultiTexCoord4X( [NativeTypeName("GLfixed")] int q ) => T.MultiTexCoord4X(texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206741,8 +111738,6 @@ public void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int q ) => T.MultiTexCoord4XOES(texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] [MethodImpl( @@ -206756,7 +111751,6 @@ public void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int q ) => T.MultiTexCoord4XOES(texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206766,7 +111760,6 @@ public void MultiTexCoord4XOES( [NativeTypeName("const GLfixed *")] int* coords ) => T.MultiTexCoord4XOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] [MethodImpl( @@ -206777,7 +111770,6 @@ public void MultiTexCoord4XOES( [NativeTypeName("const GLfixed *")] Ref coords ) => T.MultiTexCoord4XOES(texture, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206788,7 +111780,6 @@ public void MultiTexCoordP1( [NativeTypeName("GLuint")] uint coords ) => T.MultiTexCoordP1(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] [MethodImpl( @@ -206800,42 +111791,38 @@ public void MultiTexCoordP1( [NativeTypeName("GLuint")] uint coords ) => T.MultiTexCoordP1(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoordP1Uiv( + public void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => T.MultiTexCoordP1Uiv(texture, type, coords); + ) => T.MultiTexCoordP1uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoordP1Uiv( + public void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => T.MultiTexCoordP1Uiv(texture, type, coords); + ) => T.MultiTexCoordP1uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoordP1Uiv( + public void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => T.MultiTexCoordP1Uiv(texture, type, coords); + ) => T.MultiTexCoordP1uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206846,7 +111833,6 @@ public void MultiTexCoordP2( [NativeTypeName("GLuint")] uint coords ) => T.MultiTexCoordP2(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] [MethodImpl( @@ -206858,42 +111844,38 @@ public void MultiTexCoordP2( [NativeTypeName("GLuint")] uint coords ) => T.MultiTexCoordP2(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoordP2Uiv( + public void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => T.MultiTexCoordP2Uiv(texture, type, coords); + ) => T.MultiTexCoordP2uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoordP2Uiv( + public void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => T.MultiTexCoordP2Uiv(texture, type, coords); + ) => T.MultiTexCoordP2uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoordP2Uiv( + public void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => T.MultiTexCoordP2Uiv(texture, type, coords); + ) => T.MultiTexCoordP2uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206904,7 +111886,6 @@ public void MultiTexCoordP3( [NativeTypeName("GLuint")] uint coords ) => T.MultiTexCoordP3(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] [MethodImpl( @@ -206916,42 +111897,38 @@ public void MultiTexCoordP3( [NativeTypeName("GLuint")] uint coords ) => T.MultiTexCoordP3(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoordP3Uiv( + public void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => T.MultiTexCoordP3Uiv(texture, type, coords); + ) => T.MultiTexCoordP3uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoordP3Uiv( + public void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => T.MultiTexCoordP3Uiv(texture, type, coords); + ) => T.MultiTexCoordP3uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoordP3Uiv( + public void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => T.MultiTexCoordP3Uiv(texture, type, coords); + ) => T.MultiTexCoordP3uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -206962,7 +111939,6 @@ public void MultiTexCoordP4( [NativeTypeName("GLuint")] uint coords ) => T.MultiTexCoordP4(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] [MethodImpl( @@ -206974,43 +111950,38 @@ public void MultiTexCoordP4( [NativeTypeName("GLuint")] uint coords ) => T.MultiTexCoordP4(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoordP4Uiv( + public void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => T.MultiTexCoordP4Uiv(texture, type, coords); + ) => T.MultiTexCoordP4uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoordP4Uiv( + public void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => T.MultiTexCoordP4Uiv(texture, type, coords); + ) => T.MultiTexCoordP4uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void MultiTexCoordP4Uiv( + public void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => T.MultiTexCoordP4Uiv(texture, type, coords); + ) => T.MultiTexCoordP4uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207023,8 +111994,6 @@ public void MultiTexCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.MultiTexCoordPointerEXT(texunit, size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] [MethodImpl( @@ -207038,8 +112007,6 @@ public void MultiTexCoordPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => T.MultiTexCoordPointerEXT(texunit, size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207051,8 +112018,6 @@ public void MultiTexEnvEXT( [NativeTypeName("GLfloat")] float param3 ) => T.MultiTexEnvEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] [MethodImpl( @@ -207065,8 +112030,6 @@ public void MultiTexEnvEXT( [NativeTypeName("GLfloat")] float param3 ) => T.MultiTexEnvEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207078,8 +112041,6 @@ public void MultiTexEnvEXT( [NativeTypeName("const GLfloat *")] float* @params ) => T.MultiTexEnvEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] [MethodImpl( @@ -207092,8 +112053,6 @@ public void MultiTexEnvEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => T.MultiTexEnvEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207105,8 +112064,6 @@ public void MultiTexEnvEXT( [NativeTypeName("GLint")] int param3 ) => T.MultiTexEnvEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] [MethodImpl( @@ -207119,8 +112076,6 @@ public void MultiTexEnvEXT( [NativeTypeName("GLint")] int param3 ) => T.MultiTexEnvEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207132,8 +112087,6 @@ public void MultiTexEnvEXT( [NativeTypeName("const GLint *")] int* @params ) => T.MultiTexEnvEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] [MethodImpl( @@ -207146,8 +112099,6 @@ public void MultiTexEnvEXT( [NativeTypeName("const GLint *")] Ref @params ) => T.MultiTexEnvEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207159,8 +112110,6 @@ public void MultiTexGenEXT( [NativeTypeName("GLdouble")] double param3 ) => T.MultiTexGenEXT(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] [MethodImpl( @@ -207173,8 +112122,6 @@ public void MultiTexGenEXT( [NativeTypeName("GLdouble")] double param3 ) => T.MultiTexGenEXT(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207186,8 +112133,6 @@ public void MultiTexGenEXT( [NativeTypeName("const GLdouble *")] double* @params ) => T.MultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] [MethodImpl( @@ -207200,8 +112145,6 @@ public void MultiTexGenEXT( [NativeTypeName("const GLdouble *")] Ref @params ) => T.MultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207213,8 +112156,6 @@ public void MultiTexGenEXT( [NativeTypeName("GLfloat")] float param3 ) => T.MultiTexGenEXT(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] [MethodImpl( @@ -207227,8 +112168,6 @@ public void MultiTexGenEXT( [NativeTypeName("GLfloat")] float param3 ) => T.MultiTexGenEXT(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207240,8 +112179,6 @@ public void MultiTexGenEXT( [NativeTypeName("const GLfloat *")] float* @params ) => T.MultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] [MethodImpl( @@ -207254,8 +112191,6 @@ public void MultiTexGenEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => T.MultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207267,8 +112202,6 @@ public void MultiTexGenEXT( [NativeTypeName("GLint")] int param3 ) => T.MultiTexGenEXT(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] [MethodImpl( @@ -207281,8 +112214,6 @@ public void MultiTexGenEXT( [NativeTypeName("GLint")] int param3 ) => T.MultiTexGenEXT(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207294,8 +112225,6 @@ public void MultiTexGenEXT( [NativeTypeName("const GLint *")] int* @params ) => T.MultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] [MethodImpl( @@ -207308,8 +112237,6 @@ public void MultiTexGenEXT( [NativeTypeName("const GLint *")] Ref @params ) => T.MultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207337,8 +112264,6 @@ public void MultiTexImage1DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] [MethodImpl( @@ -207367,8 +112292,6 @@ public void MultiTexImage1DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207398,8 +112321,6 @@ public void MultiTexImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] [MethodImpl( @@ -207430,8 +112351,6 @@ public void MultiTexImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207463,8 +112382,6 @@ public void MultiTexImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] [MethodImpl( @@ -207497,8 +112414,6 @@ public void MultiTexImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207510,8 +112425,6 @@ public void MultiTexParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => T.MultiTexParameterEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] [MethodImpl( @@ -207524,8 +112437,6 @@ public void MultiTexParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => T.MultiTexParameterEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207537,8 +112448,6 @@ public void MultiTexParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ) => T.MultiTexParameterEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] [MethodImpl( @@ -207551,8 +112460,6 @@ public void MultiTexParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => T.MultiTexParameterEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207564,8 +112471,6 @@ public void MultiTexParameterEXT( [NativeTypeName("GLint")] int param3 ) => T.MultiTexParameterEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] [MethodImpl( @@ -207578,8 +112483,6 @@ public void MultiTexParameterEXT( [NativeTypeName("GLint")] int param3 ) => T.MultiTexParameterEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207591,8 +112494,6 @@ public void MultiTexParameterIEXT( [NativeTypeName("const GLint *")] int* @params ) => T.MultiTexParameterIEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] [MethodImpl( @@ -207605,8 +112506,6 @@ public void MultiTexParameterIEXT( [NativeTypeName("const GLint *")] Ref @params ) => T.MultiTexParameterIEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207618,8 +112517,6 @@ public void MultiTexParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ) => T.MultiTexParameterIEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] [MethodImpl( @@ -207632,8 +112529,6 @@ public void MultiTexParameterIEXT( [NativeTypeName("const GLuint *")] Ref @params ) => T.MultiTexParameterIEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207645,8 +112540,6 @@ public void MultiTexParameterEXT( [NativeTypeName("const GLint *")] int* @params ) => T.MultiTexParameterEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] [MethodImpl( @@ -207659,8 +112552,6 @@ public void MultiTexParameterEXT( [NativeTypeName("const GLint *")] Ref @params ) => T.MultiTexParameterEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207671,8 +112562,6 @@ public void MultiTexRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => T.MultiTexRenderbufferEXT(texunit, target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] [MethodImpl( @@ -207684,8 +112573,6 @@ public void MultiTexRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => T.MultiTexRenderbufferEXT(texunit, target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207701,8 +112588,6 @@ public void MultiTexSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ) => T.MultiTexSubImage1DEXT(texunit, target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] [MethodImpl( @@ -207719,8 +112604,6 @@ public void MultiTexSubImage1DEXT( [NativeTypeName("const void *")] Ref pixels ) => T.MultiTexSubImage1DEXT(texunit, target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207750,8 +112633,6 @@ public void MultiTexSubImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] [MethodImpl( @@ -207782,8 +112663,6 @@ public void MultiTexSubImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -207817,8 +112696,6 @@ public void MultiTexSubImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] [MethodImpl( @@ -207853,62 +112730,12 @@ public void MultiTexSubImage3DEXT( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void MultMatrix([NativeTypeName("const GLdouble *")] double* m) => T.MultMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] [MethodImpl( @@ -207917,64 +112744,12 @@ public void MultiTexSubImage3DEXT( public void MultMatrix([NativeTypeName("const GLdouble *")] Ref m) => T.MultMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void MultMatrix([NativeTypeName("const GLfloat *")] float* m) => T.MultMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] [MethodImpl( @@ -207982,14 +112757,12 @@ public void MultMatrix([NativeTypeName("const GLdouble *")] Ref m) => )] public void MultMatrix([NativeTypeName("const GLfloat *")] Ref m) => T.MultMatrix(m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void MultMatrixx([NativeTypeName("const GLfixed *")] int* m) => T.MultMatrixx(m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] [MethodImpl( @@ -207997,8 +112770,6 @@ public void MultMatrix([NativeTypeName("const GLdouble *")] Ref m) => )] public void MultMatrixx([NativeTypeName("const GLfixed *")] Ref m) => T.MultMatrixx(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208006,8 +112777,6 @@ public void MultMatrix([NativeTypeName("const GLdouble *")] Ref m) => public void MultMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => T.MultMatrixxOES(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] [MethodImpl( @@ -208016,28 +112785,6 @@ public void MultMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => public void MultMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) => T.MultMatrixxOES(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208045,28 +112792,6 @@ public void MultMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) => public void MultTransposeMatrix([NativeTypeName("const GLdouble *")] double* m) => T.MultTransposeMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] [MethodImpl( @@ -208075,7 +112800,6 @@ public void MultTransposeMatrix([NativeTypeName("const GLdouble *")] double* m) public void MultTransposeMatrix([NativeTypeName("const GLdouble *")] Ref m) => T.MultTransposeMatrix(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208083,7 +112807,6 @@ public void MultTransposeMatrix([NativeTypeName("const GLdouble *")] Ref public void MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* m) => T.MultTransposeMatrixARB(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] [MethodImpl( @@ -208092,28 +112815,6 @@ public void MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* public void MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] Ref m) => T.MultTransposeMatrixARB(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208121,28 +112822,6 @@ public void MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] Ref T.MultTransposeMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] [MethodImpl( @@ -208151,7 +112830,6 @@ public void MultTransposeMatrix([NativeTypeName("const GLfloat *")] float* m) => public void MultTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m) => T.MultTransposeMatrix(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixfARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208159,7 +112837,6 @@ public void MultTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m public void MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] float* m) => T.MultTransposeMatrixARB(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixfARB")] [MethodImpl( @@ -208168,7 +112845,6 @@ public void MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] float* m) public void MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] Ref m) => T.MultTransposeMatrixARB(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208176,7 +112852,6 @@ public void MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] Ref T.MultTransposeMatrixxOES(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixxOES")] [MethodImpl( @@ -208185,9 +112860,6 @@ public void MultTransposeMatrixxOES([NativeTypeName("const GLfixed *")] int* m) public void MultTransposeMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) => T.MultTransposeMatrixxOES(m); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferAttachMemoryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208198,16 +112870,6 @@ public void NamedBufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => T.NamedBufferAttachMemoryNV(buffer, memory, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208219,16 +112881,6 @@ public void NamedBufferData( [NativeTypeName("GLenum")] uint usage ) => T.NamedBufferData(buffer, size, data, usage); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferData")] [MethodImpl( @@ -208241,8 +112893,6 @@ public void NamedBufferData( [NativeTypeName("GLenum")] Constant usage ) => T.NamedBufferData(buffer, size, data, usage); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208254,8 +112904,6 @@ public void NamedBufferDataEXT( [NativeTypeName("GLenum")] uint usage ) => T.NamedBufferDataEXT(buffer, size, data, usage); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferDataEXT")] [MethodImpl( @@ -208268,8 +112916,6 @@ public void NamedBufferDataEXT( [NativeTypeName("GLenum")] Constant usage ) => T.NamedBufferDataEXT(buffer, size, data, usage); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208281,8 +112927,6 @@ public void NamedBufferPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ) => T.NamedBufferPageCommitmentARB(buffer, offset, size, commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentARB")] [MethodImpl( @@ -208295,8 +112939,6 @@ public void NamedBufferPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ) => T.NamedBufferPageCommitmentARB(buffer, offset, size, commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208308,8 +112950,6 @@ public void NamedBufferPageCommitmentEXT( [NativeTypeName("GLboolean")] uint commit ) => T.NamedBufferPageCommitmentEXT(buffer, offset, size, commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] [MethodImpl( @@ -208322,9 +112962,6 @@ public void NamedBufferPageCommitmentEXT( [NativeTypeName("GLboolean")] MaybeBool commit ) => T.NamedBufferPageCommitmentEXT(buffer, offset, size, commit); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208338,9 +112975,6 @@ public void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ) => T.NamedBufferPageCommitmentMemNV(buffer, offset, size, memory, memOffset, commit); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] [MethodImpl( @@ -208355,16 +112989,6 @@ public void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] MaybeBool commit ) => T.NamedBufferPageCommitmentMemNV(buffer, offset, size, memory, memOffset, commit); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208376,16 +113000,6 @@ public void NamedBufferStorage( [NativeTypeName("GLbitfield")] uint flags ) => T.NamedBufferStorage(buffer, size, data, flags); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] [MethodImpl( @@ -208398,8 +113012,6 @@ public void NamedBufferStorage( [NativeTypeName("GLbitfield")] Constant flags ) => T.NamedBufferStorage(buffer, size, data, flags); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208411,8 +113023,6 @@ public void NamedBufferStorageEXT( [NativeTypeName("GLbitfield")] uint flags ) => T.NamedBufferStorageEXT(buffer, size, data, flags); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] [MethodImpl( @@ -208425,8 +113035,6 @@ public void NamedBufferStorageEXT( [NativeTypeName("GLbitfield")] Constant flags ) => T.NamedBufferStorageEXT(buffer, size, data, flags); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208439,8 +113047,6 @@ public void NamedBufferStorageExternalEXT( [NativeTypeName("GLbitfield")] uint flags ) => T.NamedBufferStorageExternalEXT(buffer, offset, size, clientBuffer, flags); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] [MethodImpl( @@ -208454,8 +113060,6 @@ public void NamedBufferStorageExternalEXT( [NativeTypeName("GLbitfield")] Constant flags ) => T.NamedBufferStorageExternalEXT(buffer, offset, size, clientBuffer, flags); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageMemEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208467,16 +113071,6 @@ public void NamedBufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ) => T.NamedBufferStorageMemEXT(buffer, size, memory, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208488,16 +113082,6 @@ public void NamedBufferSubData( [NativeTypeName("const void *")] void* data ) => T.NamedBufferSubData(buffer, offset, size, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] [MethodImpl( @@ -208510,8 +113094,6 @@ public void NamedBufferSubData( [NativeTypeName("const void *")] Ref data ) => T.NamedBufferSubData(buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208523,8 +113105,6 @@ public void NamedBufferSubDataEXT( [NativeTypeName("const void *")] void* data ) => T.NamedBufferSubDataEXT(buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] [MethodImpl( @@ -208537,8 +113117,6 @@ public void NamedBufferSubDataEXT( [NativeTypeName("const void *")] Ref data ) => T.NamedBufferSubDataEXT(buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedCopyBufferSubDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208551,16 +113129,6 @@ public void NamedCopyBufferSubDataEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => T.NamedCopyBufferSubDataEXT(readBuffer, writeBuffer, readOffset, writeOffset, size); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208570,16 +113138,6 @@ public void NamedFramebufferDrawBuffer( [NativeTypeName("GLenum")] uint buf ) => T.NamedFramebufferDrawBuffer(framebuffer, buf); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] [MethodImpl( @@ -208590,16 +113148,6 @@ public void NamedFramebufferDrawBuffer( [NativeTypeName("GLenum")] Constant buf ) => T.NamedFramebufferDrawBuffer(framebuffer, buf); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -208610,16 +113158,6 @@ public void NamedFramebufferDrawBuffer( [NativeTypeName("const GLenum *")] GLEnum bufs ) => T.NamedFramebufferDrawBuffer(framebuffer, bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -208630,16 +113168,6 @@ public void NamedFramebufferDrawBuffer( [NativeTypeName("const GLenum *")] ColorBuffer bufs ) => T.NamedFramebufferDrawBuffer(framebuffer, bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208650,16 +113178,6 @@ public void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] uint* bufs ) => T.NamedFramebufferDrawBuffers(framebuffer, n, bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -208671,16 +113189,6 @@ public void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ) => T.NamedFramebufferDrawBuffers(framebuffer, n, bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -208692,16 +113200,6 @@ public void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ) => T.NamedFramebufferDrawBuffers(framebuffer, n, bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -208713,16 +113211,6 @@ public void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ) => T.NamedFramebufferDrawBuffers(framebuffer, n, bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208733,16 +113221,6 @@ public void NamedFramebufferParameter( [NativeTypeName("GLint")] int param2 ) => T.NamedFramebufferParameter(framebuffer, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] [MethodImpl( @@ -208754,8 +113232,6 @@ public void NamedFramebufferParameter( [NativeTypeName("GLint")] int param2 ) => T.NamedFramebufferParameter(framebuffer, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208766,8 +113242,6 @@ public void NamedFramebufferParameterEXT( [NativeTypeName("GLint")] int param2 ) => T.NamedFramebufferParameterEXT(framebuffer, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] [MethodImpl( @@ -208779,16 +113253,6 @@ public void NamedFramebufferParameterEXT( [NativeTypeName("GLint")] int param2 ) => T.NamedFramebufferParameterEXT(framebuffer, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208798,16 +113262,6 @@ public void NamedFramebufferReadBuffer( [NativeTypeName("GLenum")] uint src ) => T.NamedFramebufferReadBuffer(framebuffer, src); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] [MethodImpl( @@ -208818,16 +113272,6 @@ public void NamedFramebufferReadBuffer( [NativeTypeName("GLenum")] Constant src ) => T.NamedFramebufferReadBuffer(framebuffer, src); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208845,16 +113289,6 @@ public void NamedFramebufferRenderbuffer( renderbuffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] [MethodImpl( @@ -208874,8 +113308,6 @@ public void NamedFramebufferRenderbuffer( renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208893,8 +113325,6 @@ public void NamedFramebufferRenderbufferEXT( renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] [MethodImpl( @@ -208914,8 +113344,6 @@ public void NamedFramebufferRenderbufferEXT( renderbuffer ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208927,8 +113355,6 @@ public void NamedFramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] float* v ) => T.NamedFramebufferSampleLocationsARB(framebuffer, start, count, v); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] [MethodImpl( @@ -208941,9 +113367,6 @@ public void NamedFramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] Ref v ) => T.NamedFramebufferSampleLocationsARB(framebuffer, start, count, v); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208955,9 +113378,6 @@ public void NamedFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ) => T.NamedFramebufferSampleLocationsNV(framebuffer, start, count, v); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] [MethodImpl( @@ -208970,7 +113390,6 @@ public void NamedFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] Ref v ) => T.NamedFramebufferSampleLocationsNV(framebuffer, start, count, v); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -208982,7 +113401,6 @@ public void NamedFramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] float* values ) => T.NamedFramebufferSamplePositionsAMD(framebuffer, numsamples, pixelindex, values); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] [MethodImpl( @@ -208995,16 +113413,6 @@ public void NamedFramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] Ref values ) => T.NamedFramebufferSamplePositionsAMD(framebuffer, numsamples, pixelindex, values); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209016,16 +113424,6 @@ public void NamedFramebufferTexture( [NativeTypeName("GLint")] int level ) => T.NamedFramebufferTexture(framebuffer, attachment, texture, level); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] [MethodImpl( @@ -209038,8 +113436,6 @@ public void NamedFramebufferTexture( [NativeTypeName("GLint")] int level ) => T.NamedFramebufferTexture(framebuffer, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209052,8 +113448,6 @@ public void NamedFramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ) => T.NamedFramebufferTexture1DEXT(framebuffer, attachment, textarget, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] [MethodImpl( @@ -209067,8 +113461,6 @@ public void NamedFramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ) => T.NamedFramebufferTexture1DEXT(framebuffer, attachment, textarget, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209081,8 +113473,6 @@ public void NamedFramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ) => T.NamedFramebufferTexture2DEXT(framebuffer, attachment, textarget, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] [MethodImpl( @@ -209096,8 +113486,6 @@ public void NamedFramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ) => T.NamedFramebufferTexture2DEXT(framebuffer, attachment, textarget, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209119,8 +113507,6 @@ public void NamedFramebufferTexture3DEXT( zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] [MethodImpl( @@ -209143,8 +113529,6 @@ public void NamedFramebufferTexture3DEXT( zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209156,8 +113540,6 @@ public void NamedFramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => T.NamedFramebufferTextureEXT(framebuffer, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] [MethodImpl( @@ -209170,8 +113552,6 @@ public void NamedFramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => T.NamedFramebufferTextureEXT(framebuffer, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209184,8 +113564,6 @@ public void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint face ) => T.NamedFramebufferTextureFaceEXT(framebuffer, attachment, texture, level, face); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] [MethodImpl( @@ -209199,16 +113577,6 @@ public void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLenum")] Constant face ) => T.NamedFramebufferTextureFaceEXT(framebuffer, attachment, texture, level, face); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209221,16 +113589,6 @@ public void NamedFramebufferTextureLayer( [NativeTypeName("GLint")] int layer ) => T.NamedFramebufferTextureLayer(framebuffer, attachment, texture, level, layer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] [MethodImpl( @@ -209244,8 +113602,6 @@ public void NamedFramebufferTextureLayer( [NativeTypeName("GLint")] int layer ) => T.NamedFramebufferTextureLayer(framebuffer, attachment, texture, level, layer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209258,8 +113614,6 @@ public void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ) => T.NamedFramebufferTextureLayerEXT(framebuffer, attachment, texture, level, layer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] [MethodImpl( @@ -209273,8 +113627,6 @@ public void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ) => T.NamedFramebufferTextureLayerEXT(framebuffer, attachment, texture, level, layer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209289,8 +113641,6 @@ public void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double w ) => T.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] [MethodImpl( @@ -209306,8 +113656,6 @@ public void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double w ) => T.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209319,8 +113667,6 @@ public void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLdouble *")] double* @params ) => T.NamedProgramLocalParameter4EXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] [MethodImpl( @@ -209333,8 +113679,6 @@ public void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLdouble *")] Ref @params ) => T.NamedProgramLocalParameter4EXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209349,8 +113693,6 @@ public void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float w ) => T.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] [MethodImpl( @@ -209366,8 +113708,6 @@ public void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float w ) => T.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209379,8 +113719,6 @@ public void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLfloat *")] float* @params ) => T.NamedProgramLocalParameter4EXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] [MethodImpl( @@ -209393,8 +113731,6 @@ public void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLfloat *")] Ref @params ) => T.NamedProgramLocalParameter4EXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209409,8 +113745,6 @@ public void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int w ) => T.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] [MethodImpl( @@ -209426,8 +113760,6 @@ public void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int w ) => T.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209439,8 +113771,6 @@ public void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLint *")] int* @params ) => T.NamedProgramLocalParameterI4EXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] [MethodImpl( @@ -209453,8 +113783,6 @@ public void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLint *")] Ref @params ) => T.NamedProgramLocalParameterI4EXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209469,8 +113797,6 @@ public void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint w ) => T.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] [MethodImpl( @@ -209486,8 +113812,6 @@ public void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint w ) => T.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209499,8 +113823,6 @@ public void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLuint *")] uint* @params ) => T.NamedProgramLocalParameterI4EXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] [MethodImpl( @@ -209513,8 +113835,6 @@ public void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLuint *")] Ref @params ) => T.NamedProgramLocalParameterI4EXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209527,8 +113847,6 @@ public void NamedProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ) => T.NamedProgramLocalParameters4EXT(program, target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] [MethodImpl( @@ -209542,8 +113860,6 @@ public void NamedProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] Ref @params ) => T.NamedProgramLocalParameters4EXT(program, target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209556,8 +113872,6 @@ public void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLint *")] int* @params ) => T.NamedProgramLocalParametersI4EXT(program, target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] [MethodImpl( @@ -209571,8 +113885,6 @@ public void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLint *")] Ref @params ) => T.NamedProgramLocalParametersI4EXT(program, target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209585,8 +113897,6 @@ public void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLuint *")] uint* @params ) => T.NamedProgramLocalParametersI4EXT(program, target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] [MethodImpl( @@ -209600,8 +113910,6 @@ public void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLuint *")] Ref @params ) => T.NamedProgramLocalParametersI4EXT(program, target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209614,8 +113922,6 @@ public void NamedProgramStringEXT( [NativeTypeName("const void *")] void* @string ) => T.NamedProgramStringEXT(program, target, format, len, @string); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] [MethodImpl( @@ -209629,16 +113935,6 @@ public void NamedProgramStringEXT( [NativeTypeName("const void *")] Ref @string ) => T.NamedProgramStringEXT(program, target, format, len, @string); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209650,16 +113946,6 @@ public void NamedRenderbufferStorage( [NativeTypeName("GLsizei")] uint height ) => T.NamedRenderbufferStorage(renderbuffer, internalformat, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] [MethodImpl( @@ -209672,8 +113958,6 @@ public void NamedRenderbufferStorage( [NativeTypeName("GLsizei")] uint height ) => T.NamedRenderbufferStorage(renderbuffer, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209685,8 +113969,6 @@ public void NamedRenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ) => T.NamedRenderbufferStorageEXT(renderbuffer, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] [MethodImpl( @@ -209699,16 +113981,6 @@ public void NamedRenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ) => T.NamedRenderbufferStorageEXT(renderbuffer, internalformat, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209728,16 +114000,6 @@ public void NamedRenderbufferStorageMultisample( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] [MethodImpl( @@ -209758,9 +114020,6 @@ public void NamedRenderbufferStorageMultisample( height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209782,9 +114041,6 @@ public void NamedRenderbufferStorageMultisampleAdvanceAMD( height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl( @@ -209807,8 +114063,6 @@ public void NamedRenderbufferStorageMultisampleAdvanceAMD( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209830,8 +114084,6 @@ public void NamedRenderbufferStorageMultisampleCoverageEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] [MethodImpl( @@ -209854,8 +114106,6 @@ public void NamedRenderbufferStorageMultisampleCoverageEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209875,8 +114125,6 @@ public void NamedRenderbufferStorageMultisampleEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] [MethodImpl( @@ -209897,8 +114145,6 @@ public void NamedRenderbufferStorageMultisampleEXT( height ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209911,8 +114157,6 @@ public void NamedStringARB( [NativeTypeName("const GLchar *")] sbyte* @string ) => T.NamedStringARB(type, namelen, name, stringlen, @string); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] [MethodImpl( @@ -209926,31 +114170,6 @@ public void NamedStringARB( [NativeTypeName("const GLchar *")] Ref @string ) => T.NamedStringARB(type, namelen, name, stringlen, @string); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNewList")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -209960,31 +114179,6 @@ public void NewList( [NativeTypeName("GLenum")] uint mode ) => T.NewList(list, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNewList")] [MethodImpl( @@ -209996,7 +114190,6 @@ public void NewList( ) => T.NewList(list, mode); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210008,7 +114201,6 @@ public uint NewObjectBufferATI( ) => T.NewObjectBufferATI(size, pointer, usage); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] [MethodImpl( @@ -210020,31 +114212,6 @@ public uint NewObjectBufferATI( [NativeTypeName("GLenum")] Constant usage ) => T.NewObjectBufferATI(size, pointer, usage); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3b")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210055,62 +114222,12 @@ public void Normal3( [NativeTypeName("GLbyte")] sbyte nz ) => T.Normal3(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3bv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Normal3([NativeTypeName("const GLbyte *")] sbyte* v) => T.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3bv")] [MethodImpl( @@ -210118,31 +114235,6 @@ public void Normal3( )] public void Normal3([NativeTypeName("const GLbyte *")] Ref v) => T.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210153,62 +114245,12 @@ public void Normal3( [NativeTypeName("GLdouble")] double nz ) => T.Normal3(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Normal3([NativeTypeName("const GLdouble *")] double* v) => T.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3dv")] [MethodImpl( @@ -210216,32 +114258,6 @@ public void Normal3( )] public void Normal3([NativeTypeName("const GLdouble *")] Ref v) => T.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glNormal3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210252,62 +114268,12 @@ public void Normal3( [NativeTypeName("GLfloat")] float nz ) => T.Normal3(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Normal3([NativeTypeName("const GLfloat *")] float* v) => T.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3fv")] [MethodImpl( @@ -210315,7 +114281,6 @@ public void Normal3( )] public void Normal3([NativeTypeName("const GLfloat *")] Ref v) => T.Normal3(v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210329,7 +114294,6 @@ public void Normal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.Normal3FVertex3SUN(nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210339,7 +114303,6 @@ public void Normal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.Normal3FVertex3SUN(n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] [MethodImpl( @@ -210350,7 +114313,6 @@ public void Normal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.Normal3FVertex3SUN(n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glNormal3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210361,14 +114323,12 @@ public void Normal3NV( [NativeTypeName("GLhalfNV")] ushort nz ) => T.Normal3NV(nx, ny, nz); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Normal3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => T.Normal3NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] [MethodImpl( @@ -210376,31 +114336,6 @@ public void Normal3NV( )] public void Normal3NV([NativeTypeName("const GLhalfNV *")] Ref v) => T.Normal3NV(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210411,62 +114346,12 @@ public void Normal3( [NativeTypeName("GLint")] int nz ) => T.Normal3(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Normal3([NativeTypeName("const GLint *")] int* v) => T.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3iv")] [MethodImpl( @@ -210474,31 +114359,6 @@ public void Normal3( )] public void Normal3([NativeTypeName("const GLint *")] Ref v) => T.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210509,62 +114369,12 @@ public void Normal3( [NativeTypeName("GLshort")] short nz ) => T.Normal3(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Normal3([NativeTypeName("const GLshort *")] short* v) => T.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3sv")] [MethodImpl( @@ -210572,7 +114382,6 @@ public void Normal3( )] public void Normal3([NativeTypeName("const GLshort *")] Ref v) => T.Normal3(v); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glNormal3x")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210583,8 +114392,6 @@ public void Normal3X( [NativeTypeName("GLfixed")] int nz ) => T.Normal3X(nx, ny, nz); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glNormal3xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210595,7 +114402,6 @@ public void Normal3XOES( [NativeTypeName("GLfixed")] int nz ) => T.Normal3XOES(nx, ny, nz); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210603,7 +114409,6 @@ public void Normal3XOES( public void Normal3XOES([NativeTypeName("const GLfixed *")] int* coords) => T.Normal3XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] [MethodImpl( @@ -210612,8 +114417,6 @@ public void Normal3XOES([NativeTypeName("const GLfixed *")] int* coords) => public void Normal3XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.Normal3XOES(coords); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glNormalFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210623,7 +114426,6 @@ public void NormalFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.NormalFormatNV(type, stride); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210633,7 +114435,6 @@ public void NormalP3( [NativeTypeName("GLuint")] uint coords ) => T.NormalP3(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] [MethodImpl( @@ -210644,63 +114445,35 @@ public void NormalP3( [NativeTypeName("GLuint")] uint coords ) => T.NormalP3(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void NormalP3Uiv( + public void NormalP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => T.NormalP3Uiv(type, coords); + ) => T.NormalP3uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void NormalP3Uiv( + public void NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => T.NormalP3Uiv(type, coords); + ) => T.NormalP3uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void NormalP3Uiv( + public void NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => T.NormalP3Uiv(type, coords); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + ) => T.NormalP3uiv(type, coords); + [NativeFunction("opengl", EntryPoint = "glNormalPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210711,31 +114484,6 @@ public void NormalPointer( [NativeTypeName("const void *")] void* pointer ) => T.NormalPointer(type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointer")] [MethodImpl( @@ -210747,7 +114495,6 @@ public void NormalPointer( [NativeTypeName("const void *")] Ref pointer ) => T.NormalPointer(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210759,7 +114506,6 @@ public void NormalPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.NormalPointerEXT(type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] [MethodImpl( @@ -210772,7 +114518,6 @@ public void NormalPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => T.NormalPointerEXT(type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210784,7 +114529,6 @@ public void NormalPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.NormalPointerListIBM(type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] [MethodImpl( @@ -210797,28 +114541,25 @@ public void NormalPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.NormalPointerListIBM(type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void NormalPointerIntel( + public void NormalPointerINTEL( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer - ) => T.NormalPointerIntel(type, pointer); + ) => T.NormalPointerINTEL(type, pointer); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void NormalPointerIntel( + public void NormalPointerINTEL( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer - ) => T.NormalPointerIntel(type, pointer); + ) => T.NormalPointerINTEL(type, pointer); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210830,7 +114571,6 @@ public void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nz ) => T.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] [MethodImpl( @@ -210843,7 +114583,6 @@ public void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nz ) => T.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210853,7 +114592,6 @@ public void NormalStream3ATI( [NativeTypeName("const GLbyte *")] sbyte* coords ) => T.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] [MethodImpl( @@ -210864,7 +114602,6 @@ public void NormalStream3ATI( [NativeTypeName("const GLbyte *")] Ref coords ) => T.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210876,7 +114613,6 @@ public void NormalStream3ATI( [NativeTypeName("GLdouble")] double nz ) => T.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] [MethodImpl( @@ -210889,7 +114625,6 @@ public void NormalStream3ATI( [NativeTypeName("GLdouble")] double nz ) => T.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210899,7 +114634,6 @@ public void NormalStream3ATI( [NativeTypeName("const GLdouble *")] double* coords ) => T.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] [MethodImpl( @@ -210910,7 +114644,6 @@ public void NormalStream3ATI( [NativeTypeName("const GLdouble *")] Ref coords ) => T.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210922,7 +114655,6 @@ public void NormalStream3ATI( [NativeTypeName("GLfloat")] float nz ) => T.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] [MethodImpl( @@ -210935,7 +114667,6 @@ public void NormalStream3ATI( [NativeTypeName("GLfloat")] float nz ) => T.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210945,7 +114676,6 @@ public void NormalStream3ATI( [NativeTypeName("const GLfloat *")] float* coords ) => T.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] [MethodImpl( @@ -210956,7 +114686,6 @@ public void NormalStream3ATI( [NativeTypeName("const GLfloat *")] Ref coords ) => T.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210968,7 +114697,6 @@ public void NormalStream3ATI( [NativeTypeName("GLint")] int nz ) => T.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] [MethodImpl( @@ -210981,7 +114709,6 @@ public void NormalStream3ATI( [NativeTypeName("GLint")] int nz ) => T.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -210991,7 +114718,6 @@ public void NormalStream3ATI( [NativeTypeName("const GLint *")] int* coords ) => T.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] [MethodImpl( @@ -211002,7 +114728,6 @@ public void NormalStream3ATI( [NativeTypeName("const GLint *")] Ref coords ) => T.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211014,7 +114739,6 @@ public void NormalStream3ATI( [NativeTypeName("GLshort")] short nz ) => T.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] [MethodImpl( @@ -211027,7 +114751,6 @@ public void NormalStream3ATI( [NativeTypeName("GLshort")] short nz ) => T.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211037,7 +114760,6 @@ public void NormalStream3ATI( [NativeTypeName("const GLshort *")] short* coords ) => T.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] [MethodImpl( @@ -211048,28 +114770,6 @@ public void NormalStream3ATI( [NativeTypeName("const GLshort *")] Ref coords ) => T.NormalStream3ATI(stream, coords); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glObjectLabel")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211081,28 +114781,6 @@ public void ObjectLabel( [NativeTypeName("const GLchar *")] sbyte* label ) => T.ObjectLabel(identifier, name, length, label); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectLabel")] [MethodImpl( @@ -211115,7 +114793,6 @@ public void ObjectLabel( [NativeTypeName("const GLchar *")] Ref label ) => T.ObjectLabel(identifier, name, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211127,7 +114804,6 @@ public void ObjectLabelKHR( [NativeTypeName("const GLchar *")] sbyte* label ) => T.ObjectLabelKHR(identifier, name, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] [MethodImpl( @@ -211140,28 +114816,6 @@ public void ObjectLabelKHR( [NativeTypeName("const GLchar *")] Ref label ) => T.ObjectLabelKHR(identifier, name, length, label); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211172,28 +114826,6 @@ public void ObjectPtrLabel( [NativeTypeName("const GLchar *")] sbyte* label ) => T.ObjectPtrLabel(ptr, length, label); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] [MethodImpl( @@ -211205,7 +114837,6 @@ public void ObjectPtrLabel( [NativeTypeName("const GLchar *")] Ref label ) => T.ObjectPtrLabel(ptr, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211216,7 +114847,6 @@ public void ObjectPtrLabelKHR( [NativeTypeName("const GLchar *")] sbyte* label ) => T.ObjectPtrLabelKHR(ptr, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] [MethodImpl( @@ -211229,54 +114859,27 @@ public void ObjectPtrLabelKHR( ) => T.ObjectPtrLabelKHR(ptr, length, label); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glObjectPurgeableAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint ObjectPurgeableApple( + public uint ObjectPurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option - ) => T.ObjectPurgeableApple(objectType, name, option); + ) => T.ObjectPurgeableAPPLE(objectType, name, option); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glObjectUnpurgeableAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint ObjectUnpurgeableApple( + public uint ObjectUnpurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option - ) => T.ObjectUnpurgeableApple(objectType, name, option); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + ) => T.ObjectUnpurgeableAPPLE(objectType, name, option); + [NativeFunction("opengl", EntryPoint = "glOrtho")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211290,7 +114893,6 @@ public void Ortho( [NativeTypeName("GLdouble")] double zFar ) => T.Ortho(left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glOrthof")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211304,8 +114906,6 @@ public void Ortho( [NativeTypeName("GLfloat")] float f ) => T.Ortho(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glOrthofOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211319,7 +114919,6 @@ public void OrthoOES( [NativeTypeName("GLfloat")] float f ) => T.OrthoOES(l, r, b, t, n, f); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glOrthox")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211333,8 +114932,6 @@ public void Orthox( [NativeTypeName("GLfixed")] int f ) => T.Orthox(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glOrthoxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211348,7 +114945,6 @@ public void OrthoxOES( [NativeTypeName("GLfixed")] int f ) => T.OrthoxOES(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211359,7 +114955,6 @@ public void PassTexCoordATI( [NativeTypeName("GLenum")] uint swizzle ) => T.PassTexCoordATI(dst, coord, swizzle); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] [MethodImpl( @@ -211371,38 +114966,12 @@ public void PassTexCoordATI( [NativeTypeName("GLenum")] Constant swizzle ) => T.PassTexCoordATI(dst, coord, swizzle); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPassThrough")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PassThrough([NativeTypeName("GLfloat")] float token) => T.PassThrough(token); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPassThroughxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211410,34 +114979,6 @@ public void PassTexCoordATI( public void PassThroughxOES([NativeTypeName("GLfixed")] int token) => T.PassThroughxOES(token); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211447,34 +114988,6 @@ public void PatchParameter( [NativeTypeName("const GLfloat *")] float* values ) => T.PatchParameter(pname, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] [MethodImpl( @@ -211485,34 +114998,6 @@ public void PatchParameter( [NativeTypeName("const GLfloat *")] Ref values ) => T.PatchParameter(pname, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211522,34 +115007,6 @@ public void PatchParameter( [NativeTypeName("GLint")] int value ) => T.PatchParameter(pname, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] [MethodImpl( @@ -211560,7 +115017,6 @@ public void PatchParameter( [NativeTypeName("GLint")] int value ) => T.PatchParameter(pname, value); - [SupportedApiProfile("gles2", ["GL_EXT_tessellation_shader"])] [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211570,7 +115026,6 @@ public void PatchParameterEXT( [NativeTypeName("GLint")] int value ) => T.PatchParameterEXT(pname, value); - [SupportedApiProfile("gles2", ["GL_EXT_tessellation_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] [MethodImpl( @@ -211581,7 +115036,6 @@ public void PatchParameterEXT( [NativeTypeName("GLint")] int value ) => T.PatchParameterEXT(pname, value); - [SupportedApiProfile("gles2", ["GL_OES_tessellation_shader"])] [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211591,7 +115045,6 @@ public void PatchParameterOES( [NativeTypeName("GLint")] int value ) => T.PatchParameterOES(pname, value); - [SupportedApiProfile("gles2", ["GL_OES_tessellation_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] [MethodImpl( @@ -211602,7 +115055,6 @@ public void PatchParameterOES( [NativeTypeName("GLint")] int value ) => T.PatchParameterOES(pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211614,7 +115066,6 @@ public void PathColorGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ) => T.PathColorGenNV(color, genMode, colorFormat, coeffs); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] [MethodImpl( @@ -211627,9 +115078,6 @@ public void PathColorGenNV( [NativeTypeName("const GLfloat *")] Ref coeffs ) => T.PathColorGenNV(color, genMode, colorFormat, coeffs); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211643,9 +115091,6 @@ public void PathCommandsNV( [NativeTypeName("const void *")] void* coords ) => T.PathCommandsNV(path, numCommands, commands, numCoords, coordType, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl( @@ -211660,9 +115105,6 @@ public void PathCommandsNV( [NativeTypeName("const void *")] Ref coords ) => T.PathCommandsNV(path, numCommands, commands, numCoords, coordType, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl( @@ -211677,9 +115119,6 @@ public void PathCommandsNV( [NativeTypeName("const void *")] Ref coords ) => T.PathCommandsNV(path, numCommands, commands, numCoords, coordType, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211691,9 +115130,6 @@ public void PathCoordsNV( [NativeTypeName("const void *")] void* coords ) => T.PathCoordsNV(path, numCoords, coordType, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] [MethodImpl( @@ -211706,9 +115142,6 @@ public void PathCoordsNV( [NativeTypeName("const void *")] Ref coords ) => T.PathCoordsNV(path, numCoords, coordType, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211716,9 +115149,6 @@ public void PathCoordsNV( public void PathCoverDepthFuncNV([NativeTypeName("GLenum")] uint func) => T.PathCoverDepthFuncNV(func); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] [MethodImpl( @@ -211728,9 +115158,6 @@ public void PathCoverDepthFuncNV( [NativeTypeName("GLenum")] Constant func ) => T.PathCoverDepthFuncNV(func); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211741,9 +115168,6 @@ public void PathDashArrayNV( [NativeTypeName("const GLfloat *")] float* dashArray ) => T.PathDashArrayNV(path, dashCount, dashArray); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl( @@ -211755,9 +115179,6 @@ public void PathDashArrayNV( [NativeTypeName("const GLfloat *")] Ref dashArray ) => T.PathDashArrayNV(path, dashCount, dashArray); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl( @@ -211768,7 +115189,6 @@ public void PathDashArrayNV( [NativeTypeName("const GLfloat *")] float dashArray ) => T.PathDashArrayNV(path, dashArray); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211776,7 +115196,6 @@ public void PathDashArrayNV( public void PathFogGenNV([NativeTypeName("GLenum")] uint genMode) => T.PathFogGenNV(genMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] [MethodImpl( @@ -211787,9 +115206,6 @@ public void PathFogGenNV( ) => T.PathFogGenNV(genMode); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211816,9 +115232,6 @@ public uint PathGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] [MethodImpl( @@ -211846,9 +115259,6 @@ public uint PathGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211871,9 +115281,6 @@ public uint PathGlyphIndexRangeNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] [MethodImpl( @@ -211896,9 +115303,6 @@ public uint PathGlyphIndexRangeNV( baseAndCount ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211926,9 +115330,6 @@ public void PathGlyphRangeNV( emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] [MethodImpl( @@ -211958,9 +115359,6 @@ public void PathGlyphRangeNV( emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -211990,9 +115388,6 @@ public void PathGlyphNV( emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] [MethodImpl( @@ -212025,9 +115420,6 @@ public void PathGlyphNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212056,9 +115448,6 @@ public uint PathMemoryGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] [MethodImpl( @@ -212087,9 +115476,6 @@ public uint PathMemoryGlyphIndexArrayNV( emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212100,9 +115486,6 @@ public void PathParameterNV( [NativeTypeName("GLfloat")] float value ) => T.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] [MethodImpl( @@ -212114,9 +115497,6 @@ public void PathParameterNV( [NativeTypeName("GLfloat")] float value ) => T.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212127,9 +115507,6 @@ public void PathParameterNV( [NativeTypeName("const GLfloat *")] float* value ) => T.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] [MethodImpl( @@ -212141,9 +115518,6 @@ public void PathParameterNV( [NativeTypeName("const GLfloat *")] Ref value ) => T.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212154,9 +115528,6 @@ public void PathParameterNV( [NativeTypeName("GLint")] int value ) => T.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] [MethodImpl( @@ -212168,9 +115539,6 @@ public void PathParameterNV( [NativeTypeName("GLint")] int value ) => T.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212181,9 +115549,6 @@ public void PathParameterNV( [NativeTypeName("const GLint *")] int* value ) => T.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] [MethodImpl( @@ -212195,9 +115560,6 @@ public void PathParameterNV( [NativeTypeName("const GLint *")] Ref value ) => T.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStencilDepthOffsetNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212207,9 +115569,6 @@ public void PathStencilDepthOffsetNV( [NativeTypeName("GLfloat")] float units ) => T.PathStencilDepthOffsetNV(factor, units); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212220,9 +115579,6 @@ public void PathStencilFuncNV( [NativeTypeName("GLuint")] uint mask ) => T.PathStencilFuncNV(func, @ref, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] [MethodImpl( @@ -212234,9 +115590,6 @@ public void PathStencilFuncNV( [NativeTypeName("GLuint")] uint mask ) => T.PathStencilFuncNV(func, @ref, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStringNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212248,9 +115601,6 @@ public void PathStringNV( [NativeTypeName("const void *")] void* pathString ) => T.PathStringNV(path, format, length, pathString); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathStringNV")] [MethodImpl( @@ -212263,9 +115613,6 @@ public void PathStringNV( [NativeTypeName("const void *")] Ref pathString ) => T.PathStringNV(path, format, length, pathString); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212291,9 +115638,6 @@ public void PathSubCommandsNV( coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl( @@ -212320,9 +115664,6 @@ public void PathSubCommandsNV( coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl( @@ -212349,9 +115690,6 @@ public void PathSubCommandsNV( coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212364,9 +115702,6 @@ public void PathSubCoordsNV( [NativeTypeName("const void *")] void* coords ) => T.PathSubCoordsNV(path, coordStart, numCoords, coordType, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] [MethodImpl( @@ -212380,7 +115715,6 @@ public void PathSubCoordsNV( [NativeTypeName("const void *")] Ref coords ) => T.PathSubCoordsNV(path, coordStart, numCoords, coordType, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212392,7 +115726,6 @@ public void PathTexGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ) => T.PathTexGenNV(texCoordSet, genMode, components, coeffs); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] [MethodImpl( @@ -212405,48 +115738,18 @@ public void PathTexGenNV( [NativeTypeName("const GLfloat *")] Ref coeffs ) => T.PathTexGenNV(texCoordSet, genMode, components, coeffs); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPauseTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PauseTransformFeedback() => T.PauseTransformFeedback(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glPauseTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PauseTransformFeedbackNV() => T.PauseTransformFeedbackNV(); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212457,7 +115760,6 @@ public void PixelDataRangeNV( [NativeTypeName("const void *")] void* pointer ) => T.PixelDataRangeNV(target, length, pointer); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] [MethodImpl( @@ -212469,31 +115771,6 @@ public void PixelDataRangeNV( [NativeTypeName("const void *")] Ref pointer ) => T.PixelDataRangeNV(target, length, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212504,31 +115781,6 @@ public void PixelMap( [NativeTypeName("const GLfloat *")] float* values ) => T.PixelMap(map, mapsize, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl( @@ -212540,31 +115792,6 @@ public void PixelMap( [NativeTypeName("const GLfloat *")] Ref values ) => T.PixelMap(map, mapsize, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl( @@ -212575,31 +115802,6 @@ public void PixelMap( [NativeTypeName("const GLfloat *")] float values ) => T.PixelMap(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212610,31 +115812,6 @@ public void PixelMap( [NativeTypeName("const GLuint *")] uint* values ) => T.PixelMap(map, mapsize, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl( @@ -212646,31 +115823,6 @@ public void PixelMap( [NativeTypeName("const GLuint *")] Ref values ) => T.PixelMap(map, mapsize, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl( @@ -212681,31 +115833,6 @@ public void PixelMap( [NativeTypeName("const GLuint *")] uint values ) => T.PixelMap(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212716,31 +115843,6 @@ public void PixelMap( [NativeTypeName("const GLushort *")] ushort* values ) => T.PixelMap(map, mapsize, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl( @@ -212752,31 +115854,6 @@ public void PixelMap( [NativeTypeName("const GLushort *")] Ref values ) => T.PixelMap(map, mapsize, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl( @@ -212787,7 +115864,6 @@ public void PixelMap( [NativeTypeName("const GLushort *")] ushort values ) => T.PixelMap(map, values); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212798,7 +115874,6 @@ public void PixelMapx( [NativeTypeName("const GLfixed *")] int* values ) => T.PixelMapx(map, size, values); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl( @@ -212810,7 +115885,6 @@ public void PixelMapx( [NativeTypeName("const GLfixed *")] Ref values ) => T.PixelMapx(map, size, values); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl( @@ -212821,56 +115895,6 @@ public void PixelMapx( [NativeTypeName("const GLfixed *")] int values ) => T.PixelMapx(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelStoref")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -212880,56 +115904,6 @@ public void PixelStore( [NativeTypeName("GLfloat")] float param1 ) => T.PixelStore(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStoref")] [MethodImpl( @@ -212940,62 +115914,6 @@ public void PixelStore( [NativeTypeName("GLfloat")] float param1 ) => T.PixelStore(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPixelStorei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213005,62 +115923,6 @@ public void PixelStore( [NativeTypeName("GLint")] int param1 ) => T.PixelStore(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStorei")] [MethodImpl( @@ -213071,7 +115933,6 @@ public void PixelStore( [NativeTypeName("GLint")] int param1 ) => T.PixelStore(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelStorex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213081,7 +115942,6 @@ public void PixelStorex( [NativeTypeName("GLfixed")] int param1 ) => T.PixelStorex(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStorex")] [MethodImpl( @@ -213092,7 +115952,6 @@ public void PixelStorex( [NativeTypeName("GLfixed")] int param1 ) => T.PixelStorex(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213102,7 +115961,6 @@ public void PixelTexGenParameterSGIS( [NativeTypeName("GLfloat")] float param1 ) => T.PixelTexGenParameterSGIS(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] [MethodImpl( @@ -213113,7 +115971,6 @@ public void PixelTexGenParameterSGIS( [NativeTypeName("GLfloat")] float param1 ) => T.PixelTexGenParameterSGIS(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213123,7 +115980,6 @@ public void PixelTexGenParameterSGIS( [NativeTypeName("const GLfloat *")] float* @params ) => T.PixelTexGenParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] [MethodImpl( @@ -213134,7 +115990,6 @@ public void PixelTexGenParameterSGIS( [NativeTypeName("const GLfloat *")] Ref @params ) => T.PixelTexGenParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213144,7 +115999,6 @@ public void PixelTexGenParameterSGIS( [NativeTypeName("GLint")] int param1 ) => T.PixelTexGenParameterSGIS(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] [MethodImpl( @@ -213155,7 +116009,6 @@ public void PixelTexGenParameterSGIS( [NativeTypeName("GLint")] int param1 ) => T.PixelTexGenParameterSGIS(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213165,7 +116018,6 @@ public void PixelTexGenParameterSGIS( [NativeTypeName("const GLint *")] int* @params ) => T.PixelTexGenParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] [MethodImpl( @@ -213176,7 +116028,6 @@ public void PixelTexGenParameterSGIS( [NativeTypeName("const GLint *")] Ref @params ) => T.PixelTexGenParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213184,7 +116035,6 @@ public void PixelTexGenParameterSGIS( public void PixelTexGenSGIX([NativeTypeName("GLenum")] uint mode) => T.PixelTexGenSGIX(mode); - [SupportedApiProfile("gl", ["GL_SGIX_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] [MethodImpl( @@ -213194,31 +116044,6 @@ public void PixelTexGenSGIX( [NativeTypeName("GLenum")] Constant mode ) => T.PixelTexGenSGIX(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213228,31 +116053,6 @@ public void PixelTransfer( [NativeTypeName("GLfloat")] float param1 ) => T.PixelTransfer(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] [MethodImpl( @@ -213263,31 +116063,6 @@ public void PixelTransfer( [NativeTypeName("GLfloat")] float param1 ) => T.PixelTransfer(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213297,31 +116072,6 @@ public void PixelTransfer( [NativeTypeName("GLint")] int param1 ) => T.PixelTransfer(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] [MethodImpl( @@ -213332,7 +116082,6 @@ public void PixelTransfer( [NativeTypeName("GLint")] int param1 ) => T.PixelTransfer(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213342,7 +116091,6 @@ public void PixelTransferxOES( [NativeTypeName("GLfixed")] int param1 ) => T.PixelTransferxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] [MethodImpl( @@ -213353,7 +116101,6 @@ public void PixelTransferxOES( [NativeTypeName("GLfixed")] int param1 ) => T.PixelTransferxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213364,7 +116111,6 @@ public void PixelTransformParameterfEXT( [NativeTypeName("GLfloat")] float param2 ) => T.PixelTransformParameterfEXT(target, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] [MethodImpl( @@ -213376,7 +116122,6 @@ public void PixelTransformParameterfEXT( [NativeTypeName("GLfloat")] float param2 ) => T.PixelTransformParameterfEXT(target, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213387,7 +116132,6 @@ public void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] float* @params ) => T.PixelTransformParameterfvEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl( @@ -213399,7 +116143,6 @@ public void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => T.PixelTransformParameterfvEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl( @@ -213411,7 +116154,6 @@ public void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] float @params ) => T.PixelTransformParameterfvEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213422,7 +116164,6 @@ public void PixelTransformParameteriEXT( [NativeTypeName("GLint")] int param2 ) => T.PixelTransformParameteriEXT(target, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] [MethodImpl( @@ -213434,7 +116175,6 @@ public void PixelTransformParameteriEXT( [NativeTypeName("GLint")] int param2 ) => T.PixelTransformParameteriEXT(target, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213445,7 +116185,6 @@ public void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] int* @params ) => T.PixelTransformParameterivEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl( @@ -213457,7 +116196,6 @@ public void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] Ref @params ) => T.PixelTransformParameterivEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl( @@ -213469,31 +116207,6 @@ public void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] int @params ) => T.PixelTransformParameterivEXT(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelZoom")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213503,7 +116216,6 @@ public void PixelZoom( [NativeTypeName("GLfloat")] float yfactor ) => T.PixelZoom(xfactor, yfactor); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelZoomxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213513,7 +116225,6 @@ public void PixelZoomxOES( [NativeTypeName("GLfixed")] int yfactor ) => T.PixelZoomxOES(xfactor, yfactor); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213523,7 +116234,6 @@ public void PNTrianglesATI( [NativeTypeName("GLfloat")] float param1 ) => T.PNTrianglesATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] [MethodImpl( @@ -213534,7 +116244,6 @@ public void PNTrianglesATI( [NativeTypeName("GLfloat")] float param1 ) => T.PNTrianglesATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213544,7 +116253,6 @@ public void PNTrianglesATI( [NativeTypeName("GLint")] int param1 ) => T.PNTrianglesATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] [MethodImpl( @@ -213556,9 +116264,6 @@ public void PNTrianglesATI( ) => T.PNTrianglesATI(pname, param1); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213576,9 +116281,6 @@ public uint PointAlongPathNV( T.PointAlongPathNV(path, startSegment, numSegments, distance, x, y, tangentX, tangentY); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] [MethodImpl( @@ -213596,49 +116298,6 @@ public MaybeBool PointAlongPathNV( ) => T.PointAlongPathNV(path, startSegment, numSegments, distance, x, y, tangentX, tangentY); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213648,49 +116307,6 @@ public void PointParameter( [NativeTypeName("GLfloat")] float param1 ) => T.PointParameter(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterf")] [MethodImpl( @@ -213701,7 +116317,6 @@ public void PointParameter( [NativeTypeName("GLfloat")] float param1 ) => T.PointParameter(pname, param1); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213711,7 +116326,6 @@ public void PointParameterARB( [NativeTypeName("GLfloat")] float param1 ) => T.PointParameterARB(pname, param1); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] [MethodImpl( @@ -213722,7 +116336,6 @@ public void PointParameterARB( [NativeTypeName("GLfloat")] float param1 ) => T.PointParameterARB(pname, param1); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213732,7 +116345,6 @@ public void PointParameterEXT( [NativeTypeName("GLfloat")] float param1 ) => T.PointParameterEXT(pname, param1); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] [MethodImpl( @@ -213743,7 +116355,6 @@ public void PointParameterEXT( [NativeTypeName("GLfloat")] float param1 ) => T.PointParameterEXT(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213753,7 +116364,6 @@ public void PointParameterSGIS( [NativeTypeName("GLfloat")] float param1 ) => T.PointParameterSGIS(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] [MethodImpl( @@ -213764,49 +116374,6 @@ public void PointParameterSGIS( [NativeTypeName("GLfloat")] float param1 ) => T.PointParameterSGIS(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213816,49 +116383,6 @@ public void PointParameter( [NativeTypeName("const GLfloat *")] float* @params ) => T.PointParameter(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] [MethodImpl( @@ -213869,7 +116393,6 @@ public void PointParameter( [NativeTypeName("const GLfloat *")] Ref @params ) => T.PointParameter(pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213879,7 +116402,6 @@ public void PointParameterARB( [NativeTypeName("const GLfloat *")] float* @params ) => T.PointParameterARB(pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] [MethodImpl( @@ -213890,7 +116412,6 @@ public void PointParameterARB( [NativeTypeName("const GLfloat *")] Ref @params ) => T.PointParameterARB(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213900,7 +116421,6 @@ public void PointParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ) => T.PointParameterEXT(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] [MethodImpl( @@ -213911,7 +116431,6 @@ public void PointParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => T.PointParameterEXT(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213921,7 +116440,6 @@ public void PointParameterSGIS( [NativeTypeName("const GLfloat *")] float* @params ) => T.PointParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] [MethodImpl( @@ -213932,48 +116450,6 @@ public void PointParameterSGIS( [NativeTypeName("const GLfloat *")] Ref @params ) => T.PointParameterSGIS(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glPointParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -213983,48 +116459,6 @@ public void PointParameter( [NativeTypeName("GLint")] int param1 ) => T.PointParameter(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteri")] [MethodImpl( @@ -214035,7 +116469,6 @@ public void PointParameter( [NativeTypeName("GLint")] int param1 ) => T.PointParameter(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214045,7 +116478,6 @@ public void PointParameterNV( [NativeTypeName("GLint")] int param1 ) => T.PointParameterNV(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] [MethodImpl( @@ -214056,48 +116488,6 @@ public void PointParameterNV( [NativeTypeName("GLint")] int param1 ) => T.PointParameterNV(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214107,48 +116497,6 @@ public void PointParameter( [NativeTypeName("const GLint *")] int* @params ) => T.PointParameter(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] [MethodImpl( @@ -214159,7 +116507,6 @@ public void PointParameter( [NativeTypeName("const GLint *")] Ref @params ) => T.PointParameter(pname, @params); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214169,7 +116516,6 @@ public void PointParameterNV( [NativeTypeName("const GLint *")] int* @params ) => T.PointParameterNV(pname, @params); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] [MethodImpl( @@ -214180,7 +116526,6 @@ public void PointParameterNV( [NativeTypeName("const GLint *")] Ref @params ) => T.PointParameterNV(pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214190,7 +116535,6 @@ public void PointParameterx( [NativeTypeName("GLfixed")] int param1 ) => T.PointParameterx(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterx")] [MethodImpl( @@ -214201,7 +116545,6 @@ public void PointParameterx( [NativeTypeName("GLfixed")] int param1 ) => T.PointParameterx(pname, param1); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214211,7 +116554,6 @@ public void PointParameterxOES( [NativeTypeName("GLfixed")] int param1 ) => T.PointParameterxOES(pname, param1); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] [MethodImpl( @@ -214222,7 +116564,6 @@ public void PointParameterxOES( [NativeTypeName("GLfixed")] int param1 ) => T.PointParameterxOES(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214232,7 +116573,6 @@ public void PointParameterx( [NativeTypeName("const GLfixed *")] int* @params ) => T.PointParameterx(pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] [MethodImpl( @@ -214243,8 +116583,6 @@ public void PointParameterx( [NativeTypeName("const GLfixed *")] Ref @params ) => T.PointParameterx(pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214254,8 +116592,6 @@ public void PointParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ) => T.PointParameterxOES(pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] [MethodImpl( @@ -214266,64 +116602,12 @@ public void PointParameterxOES( [NativeTypeName("const GLfixed *")] Ref @params ) => T.PointParameterxOES(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointSize")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PointSize([NativeTypeName("GLfloat")] float size) => T.PointSize(size); - [SupportedApiProfile("gles1", ["GL_OES_point_size_array"])] [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214334,7 +116618,6 @@ public void PointSizePointerOES( [NativeTypeName("const void *")] void* pointer ) => T.PointSizePointerOES(type, stride, pointer); - [SupportedApiProfile("gles1", ["GL_OES_point_size_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] [MethodImpl( @@ -214346,15 +116629,12 @@ public void PointSizePointerOES( [NativeTypeName("const void *")] Ref pointer ) => T.PointSizePointerOES(type, stride, pointer); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointSizex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PointSizex([NativeTypeName("GLfixed")] int size) => T.PointSizex(size); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointSizexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214362,7 +116642,6 @@ public void PointSizePointerOES( public void PointSizexOES([NativeTypeName("GLfixed")] int size) => T.PointSizexOES(size); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214371,7 +116650,6 @@ public int PollAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp) => T.PollAsyncSGIX(markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] [MethodImpl( @@ -214381,7 +116659,6 @@ public int PollAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp) => T.PollAsyncSGIX(markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214390,7 +116667,6 @@ public int PollInstrumentsSGIX([NativeTypeName("GLint *")] int* marker_p) => T.PollInstrumentsSGIX(marker_p); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] [MethodImpl( @@ -214399,56 +116675,6 @@ public int PollInstrumentsSGIX([NativeTypeName("GLint *")] int* marker_p) => public int PollInstrumentsSGIX([NativeTypeName("GLint *")] Ref marker_p) => T.PollInstrumentsSGIX(marker_p); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPolygonMode")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214458,56 +116684,6 @@ public void PolygonMode( [NativeTypeName("GLenum")] uint mode ) => T.PolygonMode(face, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonMode")] [MethodImpl( @@ -214518,7 +116694,6 @@ public void PolygonMode( [NativeTypeName("GLenum")] Constant mode ) => T.PolygonMode(face, mode); - [SupportedApiProfile("gles2", ["GL_NV_polygon_mode"])] [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214528,7 +116703,6 @@ public void PolygonModeNV( [NativeTypeName("GLenum")] uint mode ) => T.PolygonModeNV(face, mode); - [SupportedApiProfile("gles2", ["GL_NV_polygon_mode"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] [MethodImpl( @@ -214539,60 +116713,6 @@ public void PolygonModeNV( [NativeTypeName("GLenum")] Constant mode ) => T.PolygonModeNV(face, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPolygonOffset")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214602,16 +116722,6 @@ public void PolygonOffset( [NativeTypeName("GLfloat")] float units ) => T.PolygonOffset(factor, units); - [SupportedApiProfile( - "gl", - ["GL_ARB_polygon_offset_clamp", "GL_VERSION_4_6"], - MinVersion = "4.6" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_polygon_offset_clamp", "GL_VERSION_4_6"], - MinVersion = "4.6" - )] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetClamp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214622,9 +116732,6 @@ public void PolygonOffsetClamp( [NativeTypeName("GLfloat")] float clamp ) => T.PolygonOffsetClamp(factor, units, clamp); - [SupportedApiProfile("gl", ["GL_EXT_polygon_offset_clamp"])] - [SupportedApiProfile("glcore", ["GL_EXT_polygon_offset_clamp"])] - [SupportedApiProfile("gles2", ["GL_EXT_polygon_offset_clamp"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetClampEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214635,7 +116742,6 @@ public void PolygonOffsetClampEXT( [NativeTypeName("GLfloat")] float clamp ) => T.PolygonOffsetClampEXT(factor, units, clamp); - [SupportedApiProfile("gl", ["GL_EXT_polygon_offset"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214645,7 +116751,6 @@ public void PolygonOffsetEXT( [NativeTypeName("GLfloat")] float bias ) => T.PolygonOffsetEXT(factor, bias); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214655,8 +116760,6 @@ public void PolygonOffsetx( [NativeTypeName("GLfixed")] int units ) => T.PolygonOffsetx(factor, units); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214666,31 +116769,6 @@ public void PolygonOffsetxOES( [NativeTypeName("GLfixed")] int units ) => T.PolygonOffsetxOES(factor, units); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214698,31 +116776,6 @@ public void PolygonOffsetxOES( public void PolygonStipple([NativeTypeName("const GLubyte *")] byte* mask) => T.PolygonStipple(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] [MethodImpl( @@ -214731,176 +116784,48 @@ public void PolygonStipple([NativeTypeName("const GLubyte *")] byte* mask) => public void PolygonStipple([NativeTypeName("const GLubyte *")] Ref mask) => T.PolygonStipple(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPopAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PopAttrib() => T.PopAttrib(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPopClientAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PopClientAttrib() => T.PopClientAttrib(); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glPopDebugGroup")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PopDebugGroup() => T.PopDebugGroup(); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glPopDebugGroupKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PopDebugGroupKHR() => T.PopDebugGroupKHR(); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glPopGroupMarkerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PopGroupMarkerEXT() => T.PopGroupMarkerEXT(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPopMatrix")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PopMatrix() => T.PopMatrix(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPopName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PopName() => T.PopName(); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glPresentFrameDualFillNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214936,7 +116861,6 @@ public void PresentFrameDualFillNV( fill3 ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glPresentFrameKeyedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214968,8 +116892,6 @@ public void PresentFrameKeyeNV( key1 ); - [SupportedApiProfile("gl", ["GL_ARB_ES3_2_compatibility"])] - [SupportedApiProfile("glcore", ["GL_ARB_ES3_2_compatibility"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -214985,7 +116907,6 @@ public void PrimitiveBoundingBoxARB( [NativeTypeName("GLfloat")] float maxW ) => T.PrimitiveBoundingBoxARB(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); - [SupportedApiProfile("gles2", ["GL_EXT_primitive_bounding_box"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215001,7 +116922,6 @@ public void PrimitiveBoundingBoxEXT( [NativeTypeName("GLfloat")] float maxW ) => T.PrimitiveBoundingBoxEXT(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); - [SupportedApiProfile("gles2", ["GL_OES_primitive_bounding_box"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215017,38 +116937,6 @@ public void PrimitiveBoundingBoxOES( [NativeTypeName("GLfloat")] float maxW ) => T.PrimitiveBoundingBoxOES(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215056,7 +116944,6 @@ public void PrimitiveBoundingBoxOES( public void PrimitiveRestartIndex([NativeTypeName("GLuint")] uint index) => T.PrimitiveRestartIndex(index); - [SupportedApiProfile("gl", ["GL_NV_primitive_restart"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartIndexNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215064,37 +116951,12 @@ public void PrimitiveRestartIndex([NativeTypeName("GLuint")] uint index) => public void PrimitiveRestartIndexNV([NativeTypeName("GLuint")] uint index) => T.PrimitiveRestartIndexNV(index); - [SupportedApiProfile("gl", ["GL_NV_primitive_restart"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PrimitiveRestartNV() => T.PrimitiveRestartNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215105,30 +116967,6 @@ public void PrioritizeTextures( [NativeTypeName("const GLfloat *")] float* priorities ) => T.PrioritizeTextures(n, textures, priorities); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] [MethodImpl( @@ -215140,7 +116978,6 @@ public void PrioritizeTextures( [NativeTypeName("const GLfloat *")] Ref priorities ) => T.PrioritizeTextures(n, textures, priorities); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215151,7 +116988,6 @@ public void PrioritizeTexturesEXT( [NativeTypeName("const GLclampf *")] float* priorities ) => T.PrioritizeTexturesEXT(n, textures, priorities); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] [MethodImpl( @@ -215163,7 +116999,6 @@ public void PrioritizeTexturesEXT( [NativeTypeName("const GLclampf *")] Ref priorities ) => T.PrioritizeTexturesEXT(n, textures, priorities); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215174,7 +117009,6 @@ public void PrioritizeTexturesxOES( [NativeTypeName("const GLfixed *")] int* priorities ) => T.PrioritizeTexturesxOES(n, textures, priorities); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] [MethodImpl( @@ -215186,32 +117020,6 @@ public void PrioritizeTexturesxOES( [NativeTypeName("const GLfixed *")] Ref priorities ) => T.PrioritizeTexturesxOES(n, textures, priorities); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramBinary")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215223,32 +117031,6 @@ public void ProgramBinary( [NativeTypeName("GLsizei")] uint length ) => T.ProgramBinary(program, binaryFormat, binary, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBinary")] [MethodImpl( @@ -215261,7 +117043,6 @@ public void ProgramBinary( [NativeTypeName("GLsizei")] uint length ) => T.ProgramBinary(program, binaryFormat, binary, length); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215273,7 +117054,6 @@ public void ProgramBinaryOES( [NativeTypeName("GLint")] int length ) => T.ProgramBinaryOES(program, binaryFormat, binary, length); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] [MethodImpl( @@ -215286,7 +117066,6 @@ public void ProgramBinaryOES( [NativeTypeName("GLint")] int length ) => T.ProgramBinaryOES(program, binaryFormat, binary, length); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215299,7 +117078,6 @@ public void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] float* @params ) => T.ProgramBufferParametersNV(target, bindingIndex, wordIndex, count, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl( @@ -215313,7 +117091,6 @@ public void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] Ref @params ) => T.ProgramBufferParametersNV(target, bindingIndex, wordIndex, count, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl( @@ -215326,7 +117103,6 @@ public void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] float @params ) => T.ProgramBufferParametersNV(target, bindingIndex, wordIndex, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215339,7 +117115,6 @@ public void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] int* @params ) => T.ProgramBufferParametersINV(target, bindingIndex, wordIndex, count, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl( @@ -215353,7 +117128,6 @@ public void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] Ref @params ) => T.ProgramBufferParametersINV(target, bindingIndex, wordIndex, count, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl( @@ -215366,7 +117140,6 @@ public void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] int @params ) => T.ProgramBufferParametersINV(target, bindingIndex, wordIndex, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215379,7 +117152,6 @@ public void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] uint* @params ) => T.ProgramBufferParametersINV(target, bindingIndex, wordIndex, count, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl( @@ -215393,7 +117165,6 @@ public void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] Ref @params ) => T.ProgramBufferParametersINV(target, bindingIndex, wordIndex, count, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl( @@ -215406,7 +117177,6 @@ public void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] uint @params ) => T.ProgramBufferParametersINV(target, bindingIndex, wordIndex, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215420,7 +117190,6 @@ public void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double w ) => T.ProgramEnvParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] [MethodImpl( @@ -215435,7 +117204,6 @@ public void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double w ) => T.ProgramEnvParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215446,7 +117214,6 @@ public void ProgramEnvParameter4ARB( [NativeTypeName("const GLdouble *")] double* @params ) => T.ProgramEnvParameter4ARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] [MethodImpl( @@ -215458,7 +117225,6 @@ public void ProgramEnvParameter4ARB( [NativeTypeName("const GLdouble *")] Ref @params ) => T.ProgramEnvParameter4ARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215472,7 +117238,6 @@ public void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float w ) => T.ProgramEnvParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] [MethodImpl( @@ -215487,7 +117252,6 @@ public void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float w ) => T.ProgramEnvParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215498,7 +117262,6 @@ public void ProgramEnvParameter4ARB( [NativeTypeName("const GLfloat *")] float* @params ) => T.ProgramEnvParameter4ARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] [MethodImpl( @@ -215510,7 +117273,6 @@ public void ProgramEnvParameter4ARB( [NativeTypeName("const GLfloat *")] Ref @params ) => T.ProgramEnvParameter4ARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215524,7 +117286,6 @@ public void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int w ) => T.ProgramEnvParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] [MethodImpl( @@ -215539,7 +117300,6 @@ public void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int w ) => T.ProgramEnvParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215550,7 +117310,6 @@ public void ProgramEnvParameterI4NV( [NativeTypeName("const GLint *")] int* @params ) => T.ProgramEnvParameterI4NV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] [MethodImpl( @@ -215562,7 +117321,6 @@ public void ProgramEnvParameterI4NV( [NativeTypeName("const GLint *")] Ref @params ) => T.ProgramEnvParameterI4NV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215576,7 +117334,6 @@ public void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint w ) => T.ProgramEnvParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] [MethodImpl( @@ -215591,7 +117348,6 @@ public void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint w ) => T.ProgramEnvParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215602,7 +117358,6 @@ public void ProgramEnvParameterI4NV( [NativeTypeName("const GLuint *")] uint* @params ) => T.ProgramEnvParameterI4NV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] [MethodImpl( @@ -215614,7 +117369,6 @@ public void ProgramEnvParameterI4NV( [NativeTypeName("const GLuint *")] Ref @params ) => T.ProgramEnvParameterI4NV(target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215626,7 +117380,6 @@ public void ProgramEnvParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ) => T.ProgramEnvParameters4EXT(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] [MethodImpl( @@ -215639,7 +117392,6 @@ public void ProgramEnvParameters4EXT( [NativeTypeName("const GLfloat *")] Ref @params ) => T.ProgramEnvParameters4EXT(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215651,7 +117403,6 @@ public void ProgramEnvParametersI4NV( [NativeTypeName("const GLint *")] int* @params ) => T.ProgramEnvParametersI4NV(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] [MethodImpl( @@ -215664,7 +117415,6 @@ public void ProgramEnvParametersI4NV( [NativeTypeName("const GLint *")] Ref @params ) => T.ProgramEnvParametersI4NV(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215676,7 +117426,6 @@ public void ProgramEnvParametersI4NV( [NativeTypeName("const GLuint *")] uint* @params ) => T.ProgramEnvParametersI4NV(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] [MethodImpl( @@ -215689,7 +117438,6 @@ public void ProgramEnvParametersI4NV( [NativeTypeName("const GLuint *")] Ref @params ) => T.ProgramEnvParametersI4NV(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215703,7 +117451,6 @@ public void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double w ) => T.ProgramLocalParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] [MethodImpl( @@ -215718,7 +117465,6 @@ public void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double w ) => T.ProgramLocalParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215729,7 +117475,6 @@ public void ProgramLocalParameter4ARB( [NativeTypeName("const GLdouble *")] double* @params ) => T.ProgramLocalParameter4ARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] [MethodImpl( @@ -215741,7 +117486,6 @@ public void ProgramLocalParameter4ARB( [NativeTypeName("const GLdouble *")] Ref @params ) => T.ProgramLocalParameter4ARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215755,7 +117499,6 @@ public void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float w ) => T.ProgramLocalParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] [MethodImpl( @@ -215770,7 +117513,6 @@ public void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float w ) => T.ProgramLocalParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215781,7 +117523,6 @@ public void ProgramLocalParameter4ARB( [NativeTypeName("const GLfloat *")] float* @params ) => T.ProgramLocalParameter4ARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] [MethodImpl( @@ -215793,7 +117534,6 @@ public void ProgramLocalParameter4ARB( [NativeTypeName("const GLfloat *")] Ref @params ) => T.ProgramLocalParameter4ARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215807,7 +117547,6 @@ public void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int w ) => T.ProgramLocalParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] [MethodImpl( @@ -215822,7 +117561,6 @@ public void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int w ) => T.ProgramLocalParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215833,7 +117571,6 @@ public void ProgramLocalParameterI4NV( [NativeTypeName("const GLint *")] int* @params ) => T.ProgramLocalParameterI4NV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] [MethodImpl( @@ -215845,7 +117582,6 @@ public void ProgramLocalParameterI4NV( [NativeTypeName("const GLint *")] Ref @params ) => T.ProgramLocalParameterI4NV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215859,7 +117595,6 @@ public void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint w ) => T.ProgramLocalParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] [MethodImpl( @@ -215874,7 +117609,6 @@ public void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint w ) => T.ProgramLocalParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215885,7 +117619,6 @@ public void ProgramLocalParameterI4NV( [NativeTypeName("const GLuint *")] uint* @params ) => T.ProgramLocalParameterI4NV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] [MethodImpl( @@ -215897,7 +117630,6 @@ public void ProgramLocalParameterI4NV( [NativeTypeName("const GLuint *")] Ref @params ) => T.ProgramLocalParameterI4NV(target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215909,7 +117641,6 @@ public void ProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ) => T.ProgramLocalParameters4EXT(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] [MethodImpl( @@ -215922,7 +117653,6 @@ public void ProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] Ref @params ) => T.ProgramLocalParameters4EXT(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215934,7 +117664,6 @@ public void ProgramLocalParametersI4NV( [NativeTypeName("const GLint *")] int* @params ) => T.ProgramLocalParametersI4NV(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] [MethodImpl( @@ -215947,7 +117676,6 @@ public void ProgramLocalParametersI4NV( [NativeTypeName("const GLint *")] Ref @params ) => T.ProgramLocalParametersI4NV(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215959,7 +117687,6 @@ public void ProgramLocalParametersI4NV( [NativeTypeName("const GLuint *")] uint* @params ) => T.ProgramLocalParametersI4NV(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] [MethodImpl( @@ -215972,7 +117699,6 @@ public void ProgramLocalParametersI4NV( [NativeTypeName("const GLuint *")] Ref @params ) => T.ProgramLocalParametersI4NV(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -215987,7 +117713,6 @@ public void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ) => T.ProgramNamedParameter4NV(id, len, name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl( @@ -216003,7 +117728,6 @@ public void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ) => T.ProgramNamedParameter4NV(id, len, name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl( @@ -216019,7 +117743,6 @@ public void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ) => T.ProgramNamedParameter4NV(id, len, name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216031,7 +117754,6 @@ public void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] double* v ) => T.ProgramNamedParameter4NV(id, len, name, v); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl( @@ -216044,7 +117766,6 @@ public void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] Ref v ) => T.ProgramNamedParameter4NV(id, len, name, v); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl( @@ -216057,7 +117778,6 @@ public void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] Ref v ) => T.ProgramNamedParameter4NV(id, len, name, v); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216072,7 +117792,6 @@ public void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ) => T.ProgramNamedParameter4NV(id, len, name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl( @@ -216088,7 +117807,6 @@ public void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ) => T.ProgramNamedParameter4NV(id, len, name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl( @@ -216104,7 +117822,6 @@ public void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ) => T.ProgramNamedParameter4NV(id, len, name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216116,7 +117833,6 @@ public void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] float* v ) => T.ProgramNamedParameter4NV(id, len, name, v); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl( @@ -216129,7 +117845,6 @@ public void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] Ref v ) => T.ProgramNamedParameter4NV(id, len, name, v); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl( @@ -216142,7 +117857,6 @@ public void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] Ref v ) => T.ProgramNamedParameter4NV(id, len, name, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216156,7 +117870,6 @@ public void ProgramParameter4NV( [NativeTypeName("GLdouble")] double w ) => T.ProgramParameter4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] [MethodImpl( @@ -216171,7 +117884,6 @@ public void ProgramParameter4NV( [NativeTypeName("GLdouble")] double w ) => T.ProgramParameter4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216182,7 +117894,6 @@ public void ProgramParameter4NV( [NativeTypeName("const GLdouble *")] double* v ) => T.ProgramParameter4NV(target, index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] [MethodImpl( @@ -216194,7 +117905,6 @@ public void ProgramParameter4NV( [NativeTypeName("const GLdouble *")] Ref v ) => T.ProgramParameter4NV(target, index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216208,7 +117918,6 @@ public void ProgramParameter4NV( [NativeTypeName("GLfloat")] float w ) => T.ProgramParameter4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] [MethodImpl( @@ -216223,7 +117932,6 @@ public void ProgramParameter4NV( [NativeTypeName("GLfloat")] float w ) => T.ProgramParameter4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216234,7 +117942,6 @@ public void ProgramParameter4NV( [NativeTypeName("const GLfloat *")] float* v ) => T.ProgramParameter4NV(target, index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] [MethodImpl( @@ -216246,34 +117953,6 @@ public void ProgramParameter4NV( [NativeTypeName("const GLfloat *")] Ref v ) => T.ProgramParameter4NV(target, index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216284,34 +117963,6 @@ public void ProgramParameter( [NativeTypeName("GLint")] int value ) => T.ProgramParameter(program, pname, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] [MethodImpl( @@ -216323,8 +117974,6 @@ public void ProgramParameter( [NativeTypeName("GLint")] int value ) => T.ProgramParameter(program, pname, value); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216335,8 +117984,6 @@ public void ProgramParameterARB( [NativeTypeName("GLint")] int value ) => T.ProgramParameterARB(program, pname, value); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] [MethodImpl( @@ -216348,8 +117995,6 @@ public void ProgramParameterARB( [NativeTypeName("GLint")] int value ) => T.ProgramParameterARB(program, pname, value); - [SupportedApiProfile("gl", ["GL_EXT_geometry_shader4", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216360,8 +118005,6 @@ public void ProgramParameterEXT( [NativeTypeName("GLint")] int value ) => T.ProgramParameterEXT(program, pname, value); - [SupportedApiProfile("gl", ["GL_EXT_geometry_shader4", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] [MethodImpl( @@ -216373,7 +118016,6 @@ public void ProgramParameterEXT( [NativeTypeName("GLint")] int value ) => T.ProgramParameterEXT(program, pname, value); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216385,7 +118027,6 @@ public void ProgramParameters4NV( [NativeTypeName("const GLdouble *")] double* v ) => T.ProgramParameters4NV(target, index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] [MethodImpl( @@ -216398,7 +118039,6 @@ public void ProgramParameters4NV( [NativeTypeName("const GLdouble *")] Ref v ) => T.ProgramParameters4NV(target, index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216410,7 +118050,6 @@ public void ProgramParameters4NV( [NativeTypeName("const GLfloat *")] float* v ) => T.ProgramParameters4NV(target, index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] [MethodImpl( @@ -216423,9 +118062,6 @@ public void ProgramParameters4NV( [NativeTypeName("const GLfloat *")] Ref v ) => T.ProgramParameters4NV(target, index, count, v); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216438,9 +118074,6 @@ public void ProgramPathFragmentInputGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ) => T.ProgramPathFragmentInputGenNV(program, location, genMode, components, coeffs); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] [MethodImpl( @@ -216454,7 +118087,6 @@ public void ProgramPathFragmentInputGenNV( [NativeTypeName("const GLfloat *")] Ref coeffs ) => T.ProgramPathFragmentInputGenNV(program, location, genMode, components, coeffs); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216466,7 +118098,6 @@ public void ProgramStringARB( [NativeTypeName("const void *")] void* @string ) => T.ProgramStringARB(target, format, len, @string); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] [MethodImpl( @@ -216479,7 +118110,6 @@ public void ProgramStringARB( [NativeTypeName("const void *")] Ref @string ) => T.ProgramStringARB(target, format, len, @string); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216490,7 +118120,6 @@ public void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] uint* @params ) => T.ProgramSubroutineParametersNV(target, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl( @@ -216502,7 +118131,6 @@ public void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] Ref @params ) => T.ProgramSubroutineParametersNV(target, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl( @@ -216513,472 +118141,192 @@ public void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] uint @params ) => T.ProgramSubroutineParametersNV(target, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1D( + public void ProgramUniform1d( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double v0 - ) => T.ProgramUniform1D(program, location, v0); + ) => T.ProgramUniform1d(program, location, v0); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1DEXT( + public void ProgramUniform1dEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x - ) => T.ProgramUniform1DEXT(program, location, x); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1dEXT(program, location, x); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Dv( + public void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value - ) => T.ProgramUniform1Dv(program, location, count, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1dv(program, location, count, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Dv( + public void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] Ref value - ) => T.ProgramUniform1Dv(program, location, count, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1dv(program, location, count, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Dv( + public void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value - ) => T.ProgramUniform1Dv(program, location, value); + ) => T.ProgramUniform1dv(program, location, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1DvEXT( + public void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value - ) => T.ProgramUniform1DvEXT(program, location, count, value); + ) => T.ProgramUniform1dvEXT(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1DvEXT( + public void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] Ref value - ) => T.ProgramUniform1DvEXT(program, location, count, value); + ) => T.ProgramUniform1dvEXT(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1DvEXT( + public void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value - ) => T.ProgramUniform1DvEXT(program, location, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1dvEXT(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1F( + public void ProgramUniform1f( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 - ) => T.ProgramUniform1F(program, location, v0); + ) => T.ProgramUniform1f(program, location, v0); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1FEXT( + public void ProgramUniform1fEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 - ) => T.ProgramUniform1FEXT(program, location, v0); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1fEXT(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Fv( + public void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value - ) => T.ProgramUniform1Fv(program, location, count, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1fv(program, location, count, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Fv( + public void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] Ref value - ) => T.ProgramUniform1Fv(program, location, count, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1fv(program, location, count, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Fv( + public void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value - ) => T.ProgramUniform1Fv(program, location, value); + ) => T.ProgramUniform1fv(program, location, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1FvEXT( + public void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value - ) => T.ProgramUniform1FvEXT(program, location, count, value); + ) => T.ProgramUniform1fvEXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1FvEXT( + public void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] Ref value - ) => T.ProgramUniform1FvEXT(program, location, count, value); + ) => T.ProgramUniform1fvEXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1FvEXT( + public void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value - ) => T.ProgramUniform1FvEXT(program, location, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1fvEXT(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1I( + public void ProgramUniform1i( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 - ) => T.ProgramUniform1I(program, location, v0); + ) => T.ProgramUniform1i(program, location, v0); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -216989,9 +118337,6 @@ public void ProgramUniform1ARB( [NativeTypeName("GLint64")] long x ) => T.ProgramUniform1ARB(program, location, x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -217002,643 +118347,328 @@ public void ProgramUniform1NV( [NativeTypeName("GLint64EXT")] long x ) => T.ProgramUniform1NV(program, location, x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1I64VARB( + public void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] long* value - ) => T.ProgramUniform1I64VARB(program, location, count, value); + ) => T.ProgramUniform1i64vARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1I64VARB( + public void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] Ref value - ) => T.ProgramUniform1I64VARB(program, location, count, value); + ) => T.ProgramUniform1i64vARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1I64VARB( + public void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64 *")] long value - ) => T.ProgramUniform1I64VARB(program, location, value); + ) => T.ProgramUniform1i64vARB(program, location, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1I64VNV( + public void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] long* value - ) => T.ProgramUniform1I64VNV(program, location, count, value); + ) => T.ProgramUniform1i64vNV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1I64VNV( + public void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] Ref value - ) => T.ProgramUniform1I64VNV(program, location, count, value); + ) => T.ProgramUniform1i64vNV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1I64VNV( + public void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64EXT *")] long value - ) => T.ProgramUniform1I64VNV(program, location, value); + ) => T.ProgramUniform1i64vNV(program, location, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1IEXT( + public void ProgramUniform1iEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 - ) => T.ProgramUniform1IEXT(program, location, v0); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1iEXT(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Iv( + public void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value - ) => T.ProgramUniform1Iv(program, location, count, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1iv(program, location, count, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Iv( + public void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] Ref value - ) => T.ProgramUniform1Iv(program, location, count, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1iv(program, location, count, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Iv( + public void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value - ) => T.ProgramUniform1Iv(program, location, value); + ) => T.ProgramUniform1iv(program, location, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1IvEXT( + public void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value - ) => T.ProgramUniform1IvEXT(program, location, count, value); + ) => T.ProgramUniform1ivEXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1IvEXT( + public void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] Ref value - ) => T.ProgramUniform1IvEXT(program, location, count, value); + ) => T.ProgramUniform1ivEXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1IvEXT( + public void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value - ) => T.ProgramUniform1IvEXT(program, location, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1ivEXT(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Ui( + public void ProgramUniform1ui( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 - ) => T.ProgramUniform1Ui(program, location, v0); + ) => T.ProgramUniform1ui(program, location, v0); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Ui64ARB( + public void ProgramUniform1ui64ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x - ) => T.ProgramUniform1Ui64ARB(program, location, x); + ) => T.ProgramUniform1ui64ARB(program, location, x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Ui64NV( + public void ProgramUniform1ui64NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x - ) => T.ProgramUniform1Ui64NV(program, location, x); + ) => T.ProgramUniform1ui64NV(program, location, x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Ui64VARB( + public void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value - ) => T.ProgramUniform1Ui64VARB(program, location, count, value); + ) => T.ProgramUniform1ui64vARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Ui64VARB( + public void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value - ) => T.ProgramUniform1Ui64VARB(program, location, count, value); + ) => T.ProgramUniform1ui64vARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Ui64VARB( + public void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => T.ProgramUniform1Ui64VARB(program, location, value); + ) => T.ProgramUniform1ui64vARB(program, location, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Ui64VNV( + public void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value - ) => T.ProgramUniform1Ui64VNV(program, location, count, value); + ) => T.ProgramUniform1ui64vNV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Ui64VNV( + public void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] Ref value - ) => T.ProgramUniform1Ui64VNV(program, location, count, value); + ) => T.ProgramUniform1ui64vNV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Ui64VNV( + public void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value - ) => T.ProgramUniform1Ui64VNV(program, location, value); + ) => T.ProgramUniform1ui64vNV(program, location, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1UiEXT( + public void ProgramUniform1uiEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 - ) => T.ProgramUniform1UiEXT(program, location, v0); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1uiEXT(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Uiv( + public void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value - ) => T.ProgramUniform1Uiv(program, location, count, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1uiv(program, location, count, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Uiv( + public void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] Ref value - ) => T.ProgramUniform1Uiv(program, location, count, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1uiv(program, location, count, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1Uiv( + public void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value - ) => T.ProgramUniform1Uiv(program, location, value); + ) => T.ProgramUniform1uiv(program, location, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1UivEXT( + public void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value - ) => T.ProgramUniform1UivEXT(program, location, count, value); + ) => T.ProgramUniform1uivEXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1UivEXT( + public void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] Ref value - ) => T.ProgramUniform1UivEXT(program, location, count, value); + ) => T.ProgramUniform1uivEXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniform1UivEXT( + public void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value - ) => T.ProgramUniform1UivEXT(program, location, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniform1uivEXT(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -217650,8 +118680,6 @@ public void ProgramUniform2( [NativeTypeName("GLdouble")] double v1 ) => T.ProgramUniform2(program, location, v0, v1); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -217663,32 +118691,6 @@ public void ProgramUniform2EXT( [NativeTypeName("GLdouble")] double y ) => T.ProgramUniform2EXT(program, location, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -217700,32 +118702,6 @@ public void ProgramUniform2( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniform2(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] [MethodImpl( @@ -217738,8 +118714,6 @@ public void ProgramUniform2( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniform2(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -217751,8 +118725,6 @@ public void ProgramUniform2EXT( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniform2EXT(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] [MethodImpl( @@ -217765,32 +118737,6 @@ public void ProgramUniform2EXT( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniform2EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -217802,15 +118748,6 @@ public void ProgramUniform2( [NativeTypeName("GLfloat")] float v1 ) => T.ProgramUniform2(program, location, v0, v1); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -217822,32 +118759,6 @@ public void ProgramUniform2EXT( [NativeTypeName("GLfloat")] float v1 ) => T.ProgramUniform2EXT(program, location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -217859,32 +118770,6 @@ public void ProgramUniform2( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniform2(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] [MethodImpl( @@ -217897,15 +118782,6 @@ public void ProgramUniform2( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniform2(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -217917,15 +118793,6 @@ public void ProgramUniform2EXT( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniform2EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] [MethodImpl( @@ -217938,32 +118805,6 @@ public void ProgramUniform2EXT( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniform2EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -217975,8 +118816,6 @@ public void ProgramUniform2( [NativeTypeName("GLint")] int v1 ) => T.ProgramUniform2(program, location, v0, v1); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -217988,9 +118827,6 @@ public void ProgramUniform2ARB( [NativeTypeName("GLint64")] long y ) => T.ProgramUniform2ARB(program, location, x, y); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218002,8 +118838,6 @@ public void ProgramUniform2NV( [NativeTypeName("GLint64EXT")] long y ) => T.ProgramUniform2NV(program, location, x, y); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218015,8 +118849,6 @@ public void ProgramUniform2ARB( [NativeTypeName("const GLint64 *")] long* value ) => T.ProgramUniform2ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] [MethodImpl( @@ -218029,9 +118861,6 @@ public void ProgramUniform2ARB( [NativeTypeName("const GLint64 *")] Ref value ) => T.ProgramUniform2ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218043,9 +118872,6 @@ public void ProgramUniform2NV( [NativeTypeName("const GLint64EXT *")] long* value ) => T.ProgramUniform2NV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] [MethodImpl( @@ -218058,15 +118884,6 @@ public void ProgramUniform2NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => T.ProgramUniform2NV(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218078,32 +118895,6 @@ public void ProgramUniform2EXT( [NativeTypeName("GLint")] int v1 ) => T.ProgramUniform2EXT(program, location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218115,32 +118906,6 @@ public void ProgramUniform2( [NativeTypeName("const GLint *")] int* value ) => T.ProgramUniform2(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] [MethodImpl( @@ -218153,15 +118918,6 @@ public void ProgramUniform2( [NativeTypeName("const GLint *")] Ref value ) => T.ProgramUniform2(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218173,15 +118929,6 @@ public void ProgramUniform2EXT( [NativeTypeName("const GLint *")] int* value ) => T.ProgramUniform2EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] [MethodImpl( @@ -218194,32 +118941,6 @@ public void ProgramUniform2EXT( [NativeTypeName("const GLint *")] Ref value ) => T.ProgramUniform2EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218231,8 +118952,6 @@ public void ProgramUniform2( [NativeTypeName("GLuint")] uint v1 ) => T.ProgramUniform2(program, location, v0, v1); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218244,9 +118963,6 @@ public void ProgramUniform2ARB( [NativeTypeName("GLuint64")] ulong y ) => T.ProgramUniform2ARB(program, location, x, y); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218258,8 +118974,6 @@ public void ProgramUniform2NV( [NativeTypeName("GLuint64EXT")] ulong y ) => T.ProgramUniform2NV(program, location, x, y); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218271,8 +118985,6 @@ public void ProgramUniform2ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => T.ProgramUniform2ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] [MethodImpl( @@ -218285,9 +118997,6 @@ public void ProgramUniform2ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => T.ProgramUniform2ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218299,9 +119008,6 @@ public void ProgramUniform2NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => T.ProgramUniform2NV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] [MethodImpl( @@ -218314,15 +119020,6 @@ public void ProgramUniform2NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => T.ProgramUniform2NV(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218334,32 +119031,6 @@ public void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint v1 ) => T.ProgramUniform2EXT(program, location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218371,32 +119042,6 @@ public void ProgramUniform2( [NativeTypeName("const GLuint *")] uint* value ) => T.ProgramUniform2(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] [MethodImpl( @@ -218409,15 +119054,6 @@ public void ProgramUniform2( [NativeTypeName("const GLuint *")] Ref value ) => T.ProgramUniform2(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218429,15 +119065,6 @@ public void ProgramUniform2EXT( [NativeTypeName("const GLuint *")] uint* value ) => T.ProgramUniform2EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] [MethodImpl( @@ -218450,32 +119077,6 @@ public void ProgramUniform2EXT( [NativeTypeName("const GLuint *")] Ref value ) => T.ProgramUniform2EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218488,8 +119089,6 @@ public void ProgramUniform3( [NativeTypeName("GLdouble")] double v2 ) => T.ProgramUniform3(program, location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218502,32 +119101,6 @@ public void ProgramUniform3EXT( [NativeTypeName("GLdouble")] double z ) => T.ProgramUniform3EXT(program, location, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218539,32 +119112,6 @@ public void ProgramUniform3( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniform3(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] [MethodImpl( @@ -218577,8 +119124,6 @@ public void ProgramUniform3( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniform3(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218590,8 +119135,6 @@ public void ProgramUniform3EXT( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniform3EXT(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] [MethodImpl( @@ -218604,32 +119147,6 @@ public void ProgramUniform3EXT( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniform3EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218642,15 +119159,6 @@ public void ProgramUniform3( [NativeTypeName("GLfloat")] float v2 ) => T.ProgramUniform3(program, location, v0, v1, v2); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218663,32 +119171,6 @@ public void ProgramUniform3EXT( [NativeTypeName("GLfloat")] float v2 ) => T.ProgramUniform3EXT(program, location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218700,32 +119182,6 @@ public void ProgramUniform3( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniform3(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] [MethodImpl( @@ -218738,15 +119194,6 @@ public void ProgramUniform3( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniform3(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218758,15 +119205,6 @@ public void ProgramUniform3EXT( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniform3EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] [MethodImpl( @@ -218779,32 +119217,6 @@ public void ProgramUniform3EXT( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniform3EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218817,8 +119229,6 @@ public void ProgramUniform3( [NativeTypeName("GLint")] int v2 ) => T.ProgramUniform3(program, location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218831,9 +119241,6 @@ public void ProgramUniform3ARB( [NativeTypeName("GLint64")] long z ) => T.ProgramUniform3ARB(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218846,8 +119253,6 @@ public void ProgramUniform3NV( [NativeTypeName("GLint64EXT")] long z ) => T.ProgramUniform3NV(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218859,8 +119264,6 @@ public void ProgramUniform3ARB( [NativeTypeName("const GLint64 *")] long* value ) => T.ProgramUniform3ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] [MethodImpl( @@ -218873,9 +119276,6 @@ public void ProgramUniform3ARB( [NativeTypeName("const GLint64 *")] Ref value ) => T.ProgramUniform3ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218887,9 +119287,6 @@ public void ProgramUniform3NV( [NativeTypeName("const GLint64EXT *")] long* value ) => T.ProgramUniform3NV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] [MethodImpl( @@ -218902,15 +119299,6 @@ public void ProgramUniform3NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => T.ProgramUniform3NV(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218923,32 +119311,6 @@ public void ProgramUniform3EXT( [NativeTypeName("GLint")] int v2 ) => T.ProgramUniform3EXT(program, location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -218960,32 +119322,6 @@ public void ProgramUniform3( [NativeTypeName("const GLint *")] int* value ) => T.ProgramUniform3(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] [MethodImpl( @@ -218998,15 +119334,6 @@ public void ProgramUniform3( [NativeTypeName("const GLint *")] Ref value ) => T.ProgramUniform3(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219018,15 +119345,6 @@ public void ProgramUniform3EXT( [NativeTypeName("const GLint *")] int* value ) => T.ProgramUniform3EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] [MethodImpl( @@ -219039,32 +119357,6 @@ public void ProgramUniform3EXT( [NativeTypeName("const GLint *")] Ref value ) => T.ProgramUniform3EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219077,8 +119369,6 @@ public void ProgramUniform3( [NativeTypeName("GLuint")] uint v2 ) => T.ProgramUniform3(program, location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219091,9 +119381,6 @@ public void ProgramUniform3ARB( [NativeTypeName("GLuint64")] ulong z ) => T.ProgramUniform3ARB(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219106,8 +119393,6 @@ public void ProgramUniform3NV( [NativeTypeName("GLuint64EXT")] ulong z ) => T.ProgramUniform3NV(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219119,8 +119404,6 @@ public void ProgramUniform3ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => T.ProgramUniform3ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] [MethodImpl( @@ -219133,9 +119416,6 @@ public void ProgramUniform3ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => T.ProgramUniform3ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219147,9 +119427,6 @@ public void ProgramUniform3NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => T.ProgramUniform3NV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] [MethodImpl( @@ -219162,15 +119439,6 @@ public void ProgramUniform3NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => T.ProgramUniform3NV(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219183,32 +119451,6 @@ public void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint v2 ) => T.ProgramUniform3EXT(program, location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219220,32 +119462,6 @@ public void ProgramUniform3( [NativeTypeName("const GLuint *")] uint* value ) => T.ProgramUniform3(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] [MethodImpl( @@ -219258,15 +119474,6 @@ public void ProgramUniform3( [NativeTypeName("const GLuint *")] Ref value ) => T.ProgramUniform3(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219278,15 +119485,6 @@ public void ProgramUniform3EXT( [NativeTypeName("const GLuint *")] uint* value ) => T.ProgramUniform3EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] [MethodImpl( @@ -219299,32 +119497,6 @@ public void ProgramUniform3EXT( [NativeTypeName("const GLuint *")] Ref value ) => T.ProgramUniform3EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219338,8 +119510,6 @@ public void ProgramUniform4( [NativeTypeName("GLdouble")] double v3 ) => T.ProgramUniform4(program, location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219353,32 +119523,6 @@ public void ProgramUniform4EXT( [NativeTypeName("GLdouble")] double w ) => T.ProgramUniform4EXT(program, location, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219390,32 +119534,6 @@ public void ProgramUniform4( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniform4(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] [MethodImpl( @@ -219428,8 +119546,6 @@ public void ProgramUniform4( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniform4(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219441,8 +119557,6 @@ public void ProgramUniform4EXT( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniform4EXT(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] [MethodImpl( @@ -219455,32 +119569,6 @@ public void ProgramUniform4EXT( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniform4EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219494,15 +119582,6 @@ public void ProgramUniform4( [NativeTypeName("GLfloat")] float v3 ) => T.ProgramUniform4(program, location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219516,32 +119595,6 @@ public void ProgramUniform4EXT( [NativeTypeName("GLfloat")] float v3 ) => T.ProgramUniform4EXT(program, location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219553,32 +119606,6 @@ public void ProgramUniform4( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniform4(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] [MethodImpl( @@ -219591,15 +119618,6 @@ public void ProgramUniform4( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniform4(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219611,15 +119629,6 @@ public void ProgramUniform4EXT( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniform4EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] [MethodImpl( @@ -219632,32 +119641,6 @@ public void ProgramUniform4EXT( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniform4EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219671,8 +119654,6 @@ public void ProgramUniform4( [NativeTypeName("GLint")] int v3 ) => T.ProgramUniform4(program, location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219686,9 +119667,6 @@ public void ProgramUniform4ARB( [NativeTypeName("GLint64")] long w ) => T.ProgramUniform4ARB(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219702,8 +119680,6 @@ public void ProgramUniform4NV( [NativeTypeName("GLint64EXT")] long w ) => T.ProgramUniform4NV(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219715,8 +119691,6 @@ public void ProgramUniform4ARB( [NativeTypeName("const GLint64 *")] long* value ) => T.ProgramUniform4ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] [MethodImpl( @@ -219729,9 +119703,6 @@ public void ProgramUniform4ARB( [NativeTypeName("const GLint64 *")] Ref value ) => T.ProgramUniform4ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219743,9 +119714,6 @@ public void ProgramUniform4NV( [NativeTypeName("const GLint64EXT *")] long* value ) => T.ProgramUniform4NV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] [MethodImpl( @@ -219758,15 +119726,6 @@ public void ProgramUniform4NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => T.ProgramUniform4NV(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219780,32 +119739,6 @@ public void ProgramUniform4EXT( [NativeTypeName("GLint")] int v3 ) => T.ProgramUniform4EXT(program, location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219817,32 +119750,6 @@ public void ProgramUniform4( [NativeTypeName("const GLint *")] int* value ) => T.ProgramUniform4(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] [MethodImpl( @@ -219855,15 +119762,6 @@ public void ProgramUniform4( [NativeTypeName("const GLint *")] Ref value ) => T.ProgramUniform4(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219875,15 +119773,6 @@ public void ProgramUniform4EXT( [NativeTypeName("const GLint *")] int* value ) => T.ProgramUniform4EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] [MethodImpl( @@ -219896,32 +119785,6 @@ public void ProgramUniform4EXT( [NativeTypeName("const GLint *")] Ref value ) => T.ProgramUniform4EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219935,8 +119798,6 @@ public void ProgramUniform4( [NativeTypeName("GLuint")] uint v3 ) => T.ProgramUniform4(program, location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219950,9 +119811,6 @@ public void ProgramUniform4ARB( [NativeTypeName("GLuint64")] ulong w ) => T.ProgramUniform4ARB(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219966,8 +119824,6 @@ public void ProgramUniform4NV( [NativeTypeName("GLuint64EXT")] ulong w ) => T.ProgramUniform4NV(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -219979,8 +119835,6 @@ public void ProgramUniform4ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => T.ProgramUniform4ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] [MethodImpl( @@ -219993,9 +119847,6 @@ public void ProgramUniform4ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => T.ProgramUniform4ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220007,9 +119858,6 @@ public void ProgramUniform4NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => T.ProgramUniform4NV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] [MethodImpl( @@ -220022,15 +119870,6 @@ public void ProgramUniform4NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => T.ProgramUniform4NV(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220044,32 +119883,6 @@ public void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint v3 ) => T.ProgramUniform4EXT(program, location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220081,32 +119894,6 @@ public void ProgramUniform4( [NativeTypeName("const GLuint *")] uint* value ) => T.ProgramUniform4(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] [MethodImpl( @@ -220119,15 +119906,6 @@ public void ProgramUniform4( [NativeTypeName("const GLuint *")] Ref value ) => T.ProgramUniform4(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220139,15 +119917,6 @@ public void ProgramUniform4EXT( [NativeTypeName("const GLuint *")] uint* value ) => T.ProgramUniform4EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] [MethodImpl( @@ -220160,8 +119929,6 @@ public void ProgramUniform4EXT( [NativeTypeName("const GLuint *")] Ref value ) => T.ProgramUniform4EXT(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220172,7 +119939,6 @@ public void ProgramUniformHandleARB( [NativeTypeName("GLuint64")] ulong value ) => T.ProgramUniformHandleARB(program, location, value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64IMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220183,9 +119949,6 @@ public void ProgramUniformHandleIMG( [NativeTypeName("GLuint64")] ulong value ) => T.ProgramUniformHandleIMG(program, location, value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220196,152 +119959,108 @@ public void ProgramUniformHandleNV( [NativeTypeName("GLuint64")] ulong value ) => T.ProgramUniformHandleNV(program, location, value); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniformHandleui64VARB( + public void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values - ) => T.ProgramUniformHandleui64VARB(program, location, count, values); + ) => T.ProgramUniformHandleui64vARB(program, location, count, values); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniformHandleui64VARB( + public void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref values - ) => T.ProgramUniformHandleui64VARB(program, location, count, values); + ) => T.ProgramUniformHandleui64vARB(program, location, count, values); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniformHandleui64VARB( + public void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => T.ProgramUniformHandleui64VARB(program, location, values); + ) => T.ProgramUniformHandleui64vARB(program, location, values); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniformHandleui64VIMG( + public void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values - ) => T.ProgramUniformHandleui64VIMG(program, location, count, values); + ) => T.ProgramUniformHandleui64vIMG(program, location, count, values); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniformHandleui64VIMG( + public void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref values - ) => T.ProgramUniformHandleui64VIMG(program, location, count, values); + ) => T.ProgramUniformHandleui64vIMG(program, location, count, values); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniformHandleui64VIMG( + public void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => T.ProgramUniformHandleui64VIMG(program, location, values); + ) => T.ProgramUniformHandleui64vIMG(program, location, values); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniformHandleui64VNV( + public void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values - ) => T.ProgramUniformHandleui64VNV(program, location, count, values); + ) => T.ProgramUniformHandleui64vNV(program, location, count, values); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniformHandleui64VNV( + public void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref values - ) => T.ProgramUniformHandleui64VNV(program, location, count, values); + ) => T.ProgramUniformHandleui64vNV(program, location, count, values); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniformHandleui64VNV( + public void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => T.ProgramUniformHandleui64VNV(program, location, values); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.ProgramUniformHandleui64vNV(program, location, values); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220354,32 +120073,6 @@ public void ProgramUniformMatrix2( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] [MethodImpl( @@ -220393,8 +120086,6 @@ public void ProgramUniformMatrix2( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix2(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220407,8 +120098,6 @@ public void ProgramUniformMatrix2EXT( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix2EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] [MethodImpl( @@ -220422,32 +120111,6 @@ public void ProgramUniformMatrix2EXT( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix2EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220460,32 +120123,6 @@ public void ProgramUniformMatrix2( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] [MethodImpl( @@ -220499,15 +120136,6 @@ public void ProgramUniformMatrix2( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220520,15 +120148,6 @@ public void ProgramUniformMatrix2EXT( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix2EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] [MethodImpl( @@ -220542,32 +120161,6 @@ public void ProgramUniformMatrix2EXT( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix2EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220580,32 +120173,6 @@ public void ProgramUniformMatrix2X3( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix2X3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] [MethodImpl( @@ -220619,8 +120186,6 @@ public void ProgramUniformMatrix2X3( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix2X3(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220633,8 +120198,6 @@ public void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix2X3EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] [MethodImpl( @@ -220648,32 +120211,6 @@ public void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix2X3EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220686,32 +120223,6 @@ public void ProgramUniformMatrix2X3( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix2X3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] [MethodImpl( @@ -220725,15 +120236,6 @@ public void ProgramUniformMatrix2X3( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix2X3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220746,15 +120248,6 @@ public void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix2X3EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] [MethodImpl( @@ -220768,32 +120261,6 @@ public void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix2X3EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220806,32 +120273,6 @@ public void ProgramUniformMatrix2X4( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix2X4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] [MethodImpl( @@ -220845,8 +120286,6 @@ public void ProgramUniformMatrix2X4( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix2X4(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220859,8 +120298,6 @@ public void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix2X4EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] [MethodImpl( @@ -220874,32 +120311,6 @@ public void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix2X4EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220912,32 +120323,6 @@ public void ProgramUniformMatrix2X4( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix2X4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] [MethodImpl( @@ -220951,15 +120336,6 @@ public void ProgramUniformMatrix2X4( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix2X4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -220972,15 +120348,6 @@ public void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix2X4EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] [MethodImpl( @@ -220994,32 +120361,6 @@ public void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix2X4EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221032,32 +120373,6 @@ public void ProgramUniformMatrix3( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] [MethodImpl( @@ -221071,8 +120386,6 @@ public void ProgramUniformMatrix3( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix3(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221085,8 +120398,6 @@ public void ProgramUniformMatrix3EXT( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix3EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] [MethodImpl( @@ -221100,32 +120411,6 @@ public void ProgramUniformMatrix3EXT( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix3EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221138,32 +120423,6 @@ public void ProgramUniformMatrix3( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] [MethodImpl( @@ -221177,15 +120436,6 @@ public void ProgramUniformMatrix3( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221198,15 +120448,6 @@ public void ProgramUniformMatrix3EXT( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix3EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] [MethodImpl( @@ -221220,32 +120461,6 @@ public void ProgramUniformMatrix3EXT( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix3EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221258,32 +120473,6 @@ public void ProgramUniformMatrix3X2( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix3X2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] [MethodImpl( @@ -221297,8 +120486,6 @@ public void ProgramUniformMatrix3X2( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix3X2(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221311,8 +120498,6 @@ public void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix3X2EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] [MethodImpl( @@ -221326,32 +120511,6 @@ public void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix3X2EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221364,32 +120523,6 @@ public void ProgramUniformMatrix3X2( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix3X2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] [MethodImpl( @@ -221403,15 +120536,6 @@ public void ProgramUniformMatrix3X2( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix3X2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221424,15 +120548,6 @@ public void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix3X2EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] [MethodImpl( @@ -221446,32 +120561,6 @@ public void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix3X2EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221484,32 +120573,6 @@ public void ProgramUniformMatrix3X4( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix3X4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] [MethodImpl( @@ -221523,8 +120586,6 @@ public void ProgramUniformMatrix3X4( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix3X4(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221537,8 +120598,6 @@ public void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix3X4EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] [MethodImpl( @@ -221552,32 +120611,6 @@ public void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix3X4EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221590,32 +120623,6 @@ public void ProgramUniformMatrix3X4( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix3X4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] [MethodImpl( @@ -221629,15 +120636,6 @@ public void ProgramUniformMatrix3X4( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix3X4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221650,15 +120648,6 @@ public void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix3X4EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] [MethodImpl( @@ -221672,32 +120661,6 @@ public void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix3X4EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221710,32 +120673,6 @@ public void ProgramUniformMatrix4( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] [MethodImpl( @@ -221749,8 +120686,6 @@ public void ProgramUniformMatrix4( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix4(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221763,8 +120698,6 @@ public void ProgramUniformMatrix4EXT( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix4EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] [MethodImpl( @@ -221778,32 +120711,6 @@ public void ProgramUniformMatrix4EXT( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix4EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221816,32 +120723,6 @@ public void ProgramUniformMatrix4( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] [MethodImpl( @@ -221855,15 +120736,6 @@ public void ProgramUniformMatrix4( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221876,15 +120748,6 @@ public void ProgramUniformMatrix4EXT( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix4EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] [MethodImpl( @@ -221898,32 +120761,6 @@ public void ProgramUniformMatrix4EXT( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix4EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221936,32 +120773,6 @@ public void ProgramUniformMatrix4X2( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix4X2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] [MethodImpl( @@ -221975,8 +120786,6 @@ public void ProgramUniformMatrix4X2( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix4X2(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -221989,8 +120798,6 @@ public void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix4X2EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] [MethodImpl( @@ -222004,32 +120811,6 @@ public void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix4X2EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222042,32 +120823,6 @@ public void ProgramUniformMatrix4X2( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix4X2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] [MethodImpl( @@ -222081,15 +120836,6 @@ public void ProgramUniformMatrix4X2( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix4X2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222102,15 +120848,6 @@ public void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix4X2EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] [MethodImpl( @@ -222124,32 +120861,6 @@ public void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix4X2EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222162,32 +120873,6 @@ public void ProgramUniformMatrix4X3( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix4X3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] [MethodImpl( @@ -222201,8 +120886,6 @@ public void ProgramUniformMatrix4X3( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix4X3(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222215,8 +120898,6 @@ public void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLdouble *")] double* value ) => T.ProgramUniformMatrix4X3EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] [MethodImpl( @@ -222230,32 +120911,6 @@ public void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLdouble *")] Ref value ) => T.ProgramUniformMatrix4X3EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222268,32 +120923,6 @@ public void ProgramUniformMatrix4X3( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix4X3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] [MethodImpl( @@ -222307,15 +120936,6 @@ public void ProgramUniformMatrix4X3( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix4X3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222328,15 +120948,6 @@ public void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLfloat *")] float* value ) => T.ProgramUniformMatrix4X3EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] [MethodImpl( @@ -222350,8 +120961,6 @@ public void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLfloat *")] Ref value ) => T.ProgramUniformMatrix4X3EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222362,47 +120971,40 @@ public void ProgramUniformNV( [NativeTypeName("GLuint64EXT")] ulong value ) => T.ProgramUniformNV(program, location, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniformui64VNV( + public void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value - ) => T.ProgramUniformui64VNV(program, location, count, value); + ) => T.ProgramUniformui64vNV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniformui64VNV( + public void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] Ref value - ) => T.ProgramUniformui64VNV(program, location, count, value); + ) => T.ProgramUniformui64vNV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ProgramUniformui64VNV( + public void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value - ) => T.ProgramUniformui64VNV(program, location, value); + ) => T.ProgramUniformui64vNV(program, location, value); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222412,7 +121014,6 @@ public void ProgramVertexLimitNV( [NativeTypeName("GLint")] int limit ) => T.ProgramVertexLimitNV(target, limit); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] [MethodImpl( @@ -222423,38 +121024,6 @@ public void ProgramVertexLimitNV( [NativeTypeName("GLint")] int limit ) => T.ProgramVertexLimitNV(target, limit); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222462,38 +121031,6 @@ public void ProgramVertexLimitNV( public void ProvokingVertex([NativeTypeName("GLenum")] uint mode) => T.ProvokingVertex(mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] [MethodImpl( @@ -222503,7 +121040,6 @@ public void ProvokingVertex( [NativeTypeName("GLenum")] Constant mode ) => T.ProvokingVertex(mode); - [SupportedApiProfile("gl", ["GL_EXT_provoking_vertex"])] [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222511,7 +121047,6 @@ public void ProvokingVertex( public void ProvokingVertexEXT([NativeTypeName("GLenum")] uint mode) => T.ProvokingVertexEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_provoking_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] [MethodImpl( @@ -222521,62 +121056,12 @@ public void ProvokingVertexEXT( [NativeTypeName("GLenum")] Constant mode ) => T.ProvokingVertexEXT(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPushAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PushAttrib([NativeTypeName("GLbitfield")] uint mask) => T.PushAttrib(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushAttrib")] [MethodImpl( @@ -222586,30 +121071,6 @@ public void PushAttrib( [NativeTypeName("GLbitfield")] Constant mask ) => T.PushAttrib(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222617,30 +121078,6 @@ public void PushAttrib( public void PushClientAttrib([NativeTypeName("GLbitfield")] uint mask) => T.PushClientAttrib(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] [MethodImpl( @@ -222650,8 +121087,6 @@ public void PushClientAttrib( [NativeTypeName("GLbitfield")] Constant mask ) => T.PushClientAttrib(mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222659,8 +121094,6 @@ public void PushClientAttrib( public void PushClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask) => T.PushClientAttribDefaultEXT(mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] [MethodImpl( @@ -222670,28 +121103,6 @@ public void PushClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask ) => T.PushClientAttribDefaultEXT(mask); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222703,28 +121114,6 @@ public void PushDebugGroup( [NativeTypeName("const GLchar *")] sbyte* message ) => T.PushDebugGroup(source, id, length, message); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] [MethodImpl( @@ -222737,7 +121126,6 @@ public void PushDebugGroup( [NativeTypeName("const GLchar *")] Ref message ) => T.PushDebugGroup(source, id, length, message); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222749,7 +121137,6 @@ public void PushDebugGroupKHR( [NativeTypeName("const GLchar *")] sbyte* message ) => T.PushDebugGroupKHR(source, id, length, message); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] [MethodImpl( @@ -222762,10 +121149,6 @@ public void PushDebugGroupKHR( [NativeTypeName("const GLchar *")] Ref message ) => T.PushDebugGroupKHR(source, id, length, message); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222775,10 +121158,6 @@ public void PushGroupMarkerEXT( [NativeTypeName("const GLchar *")] sbyte* marker ) => T.PushGroupMarkerEXT(length, marker); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] [MethodImpl( @@ -222789,99 +121168,18 @@ public void PushGroupMarkerEXT( [NativeTypeName("const GLchar *")] Ref marker ) => T.PushGroupMarkerEXT(length, marker); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPushMatrix")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PushMatrix() => T.PushMatrix(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPushName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void PushName([NativeTypeName("GLuint")] uint name) => T.PushName(name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glQueryCounter")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222891,36 +121189,6 @@ public void QueryCounter( [NativeTypeName("GLenum")] uint target ) => T.QueryCounter(id, target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryCounter")] [MethodImpl( @@ -222931,7 +121199,6 @@ public void QueryCounter( [NativeTypeName("GLenum")] Constant target ) => T.QueryCounter(id, target); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222941,7 +121208,6 @@ public void QueryCounterEXT( [NativeTypeName("GLenum")] uint target ) => T.QueryCounterEXT(id, target); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] [MethodImpl( @@ -222953,8 +121219,6 @@ public void QueryCounterEXT( ) => T.QueryCounterEXT(id, target); [return: NativeTypeName("GLbitfield")] - [SupportedApiProfile("gl", ["GL_OES_query_matrix"])] - [SupportedApiProfile("gles1", ["GL_OES_query_matrix"])] [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222965,8 +121229,6 @@ public uint QueryMatrixxOES( ) => T.QueryMatrixxOES(mantissa, exponent); [return: NativeTypeName("GLbitfield")] - [SupportedApiProfile("gl", ["GL_OES_query_matrix"])] - [SupportedApiProfile("gles1", ["GL_OES_query_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] [MethodImpl( @@ -222977,7 +121239,6 @@ public uint QueryMatrixxOES( [NativeTypeName("GLint *")] Ref exponent ) => T.QueryMatrixxOES(mantissa, exponent); - [SupportedApiProfile("gl", ["GL_AMD_occlusion_query_event"])] [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -222989,7 +121250,6 @@ public void QueryObjectParameterAMD( [NativeTypeName("GLuint")] uint param3 ) => T.QueryObjectParameterAMD(target, id, pname, param3); - [SupportedApiProfile("gl", ["GL_AMD_occlusion_query_event"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] [MethodImpl( @@ -222999,11 +121259,10 @@ public void QueryObjectParameterAMD( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, - [NativeTypeName("GLuint")] uint param3 + [NativeTypeName("GLuint")] Constant param3 ) => T.QueryObjectParameterAMD(target, id, pname, param3); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_query_resource"])] [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223016,7 +121275,6 @@ public int QueryResourceNV( ) => T.QueryResourceNV(queryType, tagId, count, buffer); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_query_resource"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] [MethodImpl( @@ -223029,7 +121287,6 @@ public int QueryResourceNV( [NativeTypeName("GLint *")] Ref buffer ) => T.QueryResourceNV(queryType, tagId, count, buffer); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223039,7 +121296,6 @@ public void QueryResourceTagNV( [NativeTypeName("const GLchar *")] sbyte* tagString ) => T.QueryResourceTagNV(tagId, tagString); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] [MethodImpl( @@ -223050,31 +121306,6 @@ public void QueryResourceTagNV( [NativeTypeName("const GLchar *")] Ref tagString ) => T.QueryResourceTagNV(tagId, tagString); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223084,62 +121315,12 @@ public void RasterPos2( [NativeTypeName("GLdouble")] double y ) => T.RasterPos2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RasterPos2([NativeTypeName("const GLdouble *")] double* v) => T.RasterPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] [MethodImpl( @@ -223148,31 +121329,6 @@ public void RasterPos2( public void RasterPos2([NativeTypeName("const GLdouble *")] Ref v) => T.RasterPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223182,62 +121338,12 @@ public void RasterPos2( [NativeTypeName("GLfloat")] float y ) => T.RasterPos2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RasterPos2([NativeTypeName("const GLfloat *")] float* v) => T.RasterPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] [MethodImpl( @@ -223245,31 +121351,6 @@ public void RasterPos2( )] public void RasterPos2([NativeTypeName("const GLfloat *")] Ref v) => T.RasterPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223277,62 +121358,12 @@ public void RasterPos2( public void RasterPos2([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y) => T.RasterPos2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RasterPos2([NativeTypeName("const GLint *")] int* v) => T.RasterPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] [MethodImpl( @@ -223340,31 +121371,6 @@ public void RasterPos2([NativeTypeName("GLint")] int x, [NativeTypeName("GLint") )] public void RasterPos2([NativeTypeName("const GLint *")] Ref v) => T.RasterPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223374,62 +121380,12 @@ public void RasterPos2( [NativeTypeName("GLshort")] short y ) => T.RasterPos2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RasterPos2([NativeTypeName("const GLshort *")] short* v) => T.RasterPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] [MethodImpl( @@ -223437,7 +121393,6 @@ public void RasterPos2( )] public void RasterPos2([NativeTypeName("const GLshort *")] Ref v) => T.RasterPos2(v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223447,7 +121402,6 @@ public void RasterPos2XOES( [NativeTypeName("GLfixed")] int y ) => T.RasterPos2XOES(x, y); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223455,7 +121409,6 @@ public void RasterPos2XOES( public void RasterPos2XOES([NativeTypeName("const GLfixed *")] int* coords) => T.RasterPos2XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] [MethodImpl( @@ -223464,31 +121417,6 @@ public void RasterPos2XOES([NativeTypeName("const GLfixed *")] int* coords) => public void RasterPos2XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.RasterPos2XOES(coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223499,62 +121427,12 @@ public void RasterPos3( [NativeTypeName("GLdouble")] double z ) => T.RasterPos3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RasterPos3([NativeTypeName("const GLdouble *")] double* v) => T.RasterPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] [MethodImpl( @@ -223563,31 +121441,6 @@ public void RasterPos3( public void RasterPos3([NativeTypeName("const GLdouble *")] Ref v) => T.RasterPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223598,62 +121451,12 @@ public void RasterPos3( [NativeTypeName("GLfloat")] float z ) => T.RasterPos3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RasterPos3([NativeTypeName("const GLfloat *")] float* v) => T.RasterPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] [MethodImpl( @@ -223661,31 +121464,6 @@ public void RasterPos3( )] public void RasterPos3([NativeTypeName("const GLfloat *")] Ref v) => T.RasterPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223696,62 +121474,12 @@ public void RasterPos3( [NativeTypeName("GLint")] int z ) => T.RasterPos3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RasterPos3([NativeTypeName("const GLint *")] int* v) => T.RasterPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] [MethodImpl( @@ -223759,31 +121487,6 @@ public void RasterPos3( )] public void RasterPos3([NativeTypeName("const GLint *")] Ref v) => T.RasterPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223794,62 +121497,12 @@ public void RasterPos3( [NativeTypeName("GLshort")] short z ) => T.RasterPos3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RasterPos3([NativeTypeName("const GLshort *")] short* v) => T.RasterPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] [MethodImpl( @@ -223857,7 +121510,6 @@ public void RasterPos3( )] public void RasterPos3([NativeTypeName("const GLshort *")] Ref v) => T.RasterPos3(v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos3xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223868,7 +121520,6 @@ public void RasterPos3XOES( [NativeTypeName("GLfixed")] int z ) => T.RasterPos3XOES(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223876,7 +121527,6 @@ public void RasterPos3XOES( public void RasterPos3XOES([NativeTypeName("const GLfixed *")] int* coords) => T.RasterPos3XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] [MethodImpl( @@ -223885,31 +121535,6 @@ public void RasterPos3XOES([NativeTypeName("const GLfixed *")] int* coords) => public void RasterPos3XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.RasterPos3XOES(coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -223921,62 +121546,12 @@ public void RasterPos4( [NativeTypeName("GLdouble")] double w ) => T.RasterPos4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RasterPos4([NativeTypeName("const GLdouble *")] double* v) => T.RasterPos4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] [MethodImpl( @@ -223985,31 +121560,6 @@ public void RasterPos4( public void RasterPos4([NativeTypeName("const GLdouble *")] Ref v) => T.RasterPos4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224021,62 +121571,12 @@ public void RasterPos4( [NativeTypeName("GLfloat")] float w ) => T.RasterPos4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RasterPos4([NativeTypeName("const GLfloat *")] float* v) => T.RasterPos4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] [MethodImpl( @@ -224084,31 +121584,6 @@ public void RasterPos4( )] public void RasterPos4([NativeTypeName("const GLfloat *")] Ref v) => T.RasterPos4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224120,62 +121595,12 @@ public void RasterPos4( [NativeTypeName("GLint")] int w ) => T.RasterPos4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RasterPos4([NativeTypeName("const GLint *")] int* v) => T.RasterPos4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] [MethodImpl( @@ -224183,31 +121608,6 @@ public void RasterPos4( )] public void RasterPos4([NativeTypeName("const GLint *")] Ref v) => T.RasterPos4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224219,62 +121619,12 @@ public void RasterPos4( [NativeTypeName("GLshort")] short w ) => T.RasterPos4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void RasterPos4([NativeTypeName("const GLshort *")] short* v) => T.RasterPos4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] [MethodImpl( @@ -224282,7 +121632,6 @@ public void RasterPos4( )] public void RasterPos4([NativeTypeName("const GLshort *")] Ref v) => T.RasterPos4(v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos4xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224294,7 +121643,6 @@ public void RasterPos4XOES( [NativeTypeName("GLfixed")] int w ) => T.RasterPos4XOES(x, y, z, w); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224302,7 +121650,6 @@ public void RasterPos4XOES( public void RasterPos4XOES([NativeTypeName("const GLfixed *")] int* coords) => T.RasterPos4XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] [MethodImpl( @@ -224311,18 +121658,6 @@ public void RasterPos4XOES([NativeTypeName("const GLfixed *")] int* coords) => public void RasterPos4XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.RasterPos4XOES(coords); - [SupportedApiProfile( - "gl", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "gles2", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224332,18 +121667,6 @@ public void RasterSamplesEXT( [NativeTypeName("GLboolean")] uint fixedsamplelocations ) => T.RasterSamplesEXT(samples, fixedsamplelocations); - [SupportedApiProfile( - "gl", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "gles2", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] [MethodImpl( @@ -224354,112 +121677,12 @@ public void RasterSamplesEXT( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ) => T.RasterSamplesEXT(samples, fixedsamplelocations); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glReadBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ReadBuffer([NativeTypeName("GLenum")] uint src) => T.ReadBuffer(src); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadBuffer")] [MethodImpl( @@ -224469,7 +121692,6 @@ public void ReadBuffer( [NativeTypeName("GLenum")] Constant src ) => T.ReadBuffer(src); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224479,7 +121701,6 @@ public void ReadBufferIndexedEXT( [NativeTypeName("GLint")] int index ) => T.ReadBufferIndexedEXT(src, index); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] [MethodImpl( @@ -224490,14 +121711,12 @@ public void ReadBufferIndexedEXT( [NativeTypeName("GLint")] int index ) => T.ReadBufferIndexedEXT(src, index); - [SupportedApiProfile("gles2", ["GL_NV_read_buffer"])] [NativeFunction("opengl", EntryPoint = "glReadBufferNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ReadBufferNV([NativeTypeName("GLenum")] uint mode) => T.ReadBufferNV(mode); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glReadInstrumentsSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224505,16 +121724,6 @@ public void ReadBufferIndexedEXT( public void ReadInstrumentsSGIX([NativeTypeName("GLint")] int marker) => T.ReadInstrumentsSGIX(marker); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glReadnPixels")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224530,16 +121739,6 @@ public void ReadnPixels( void* data ) => T.ReadnPixels(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixels")] [MethodImpl( @@ -224556,8 +121755,6 @@ public void ReadnPixels( Ref data ) => T.ReadnPixels(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224573,8 +121770,6 @@ public void ReadnPixelsARB( void* data ) => T.ReadnPixelsARB(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] [MethodImpl( @@ -224591,8 +121786,6 @@ public void ReadnPixelsARB( Ref data ) => T.ReadnPixelsARB(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224608,8 +121801,6 @@ public void ReadnPixelsEXT( void* data ) => T.ReadnPixelsEXT(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] [MethodImpl( @@ -224626,7 +121817,6 @@ public void ReadnPixelsEXT( Ref data ) => T.ReadnPixelsEXT(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224642,7 +121832,6 @@ public void ReadnPixelsKHR( void* data ) => T.ReadnPixelsKHR(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] [MethodImpl( @@ -224659,62 +121848,6 @@ public void ReadnPixelsKHR( Ref data ) => T.ReadnPixelsKHR(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glReadPixels")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224729,62 +121862,6 @@ public void ReadPixels( void* pixels ) => T.ReadPixels(x, y, width, height, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadPixels")] [MethodImpl( @@ -224800,31 +121877,6 @@ public void ReadPixels( Ref pixels ) => T.ReadPixels(x, y, width, height, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224836,31 +121888,6 @@ public void Rect( [NativeTypeName("GLdouble")] double y2 ) => T.Rect(x1, y1, x2, y2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224870,31 +121897,6 @@ public void Rect( [NativeTypeName("const GLdouble *")] double* v2 ) => T.Rect(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectdv")] [MethodImpl( @@ -224905,31 +121907,6 @@ public void Rect( [NativeTypeName("const GLdouble *")] Ref v2 ) => T.Rect(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224941,31 +121918,6 @@ public void Rect( [NativeTypeName("GLfloat")] float y2 ) => T.Rect(x1, y1, x2, y2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -224975,31 +121927,6 @@ public void Rect( [NativeTypeName("const GLfloat *")] float* v2 ) => T.Rect(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectfv")] [MethodImpl( @@ -225010,31 +121937,6 @@ public void Rect( [NativeTypeName("const GLfloat *")] Ref v2 ) => T.Rect(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRecti")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225046,31 +121948,6 @@ public void Rect( [NativeTypeName("GLint")] int y2 ) => T.Rect(x1, y1, x2, y2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225080,31 +121957,6 @@ public void Rect( [NativeTypeName("const GLint *")] int* v2 ) => T.Rect(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectiv")] [MethodImpl( @@ -225115,31 +121967,6 @@ public void Rect( [NativeTypeName("const GLint *")] Ref v2 ) => T.Rect(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRects")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225151,31 +121978,6 @@ public void Rects( [NativeTypeName("GLshort")] short y2 ) => T.Rects(x1, y1, x2, y2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectsv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225185,31 +121987,6 @@ public void Rect( [NativeTypeName("const GLshort *")] short* v2 ) => T.Rect(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectsv")] [MethodImpl( @@ -225220,7 +121997,6 @@ public void Rect( [NativeTypeName("const GLshort *")] Ref v2 ) => T.Rect(v1, v2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRectxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225232,7 +122008,6 @@ public void RectxOES( [NativeTypeName("GLfixed")] int y2 ) => T.RectxOES(x1, y1, x2, y2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRectxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225242,7 +122017,6 @@ public void RectxOES( [NativeTypeName("const GLfixed *")] int* v2 ) => T.RectxOES(v1, v2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectxvOES")] [MethodImpl( @@ -225253,7 +122027,6 @@ public void RectxOES( [NativeTypeName("const GLfixed *")] Ref v2 ) => T.RectxOES(v1, v2); - [SupportedApiProfile("gl", ["GL_SGIX_reference_plane"])] [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225261,7 +122034,6 @@ public void RectxOES( public void ReferencePlaneSGIX([NativeTypeName("const GLdouble *")] double* equation) => T.ReferencePlaneSGIX(equation); - [SupportedApiProfile("gl", ["GL_SGIX_reference_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] [MethodImpl( @@ -225271,8 +122043,6 @@ public void ReferencePlaneSGIX([NativeTypeName("const GLdouble *")] Ref T.ReferencePlaneSGIX(equation); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] [MethodImpl( @@ -225284,95 +122054,21 @@ public MaybeBool ReleaseKeyedMutexWin32EXT( ) => T.ReleaseKeyedMutexWin32EXT(memory, key); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint ReleaseKeyedMutexWin32EXTRaw( + public uint ReleaseKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key - ) => T.ReleaseKeyedMutexWin32EXTRaw(memory, key); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => T.ReleaseKeyedMutexWin32EXTRawEXT(memory, key); + [NativeFunction("opengl", EntryPoint = "glReleaseShaderCompiler")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ReleaseShaderCompiler() => T.ReleaseShaderCompiler(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225384,47 +122080,6 @@ public void RenderbufferStorage( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorage(target, internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] [MethodImpl( @@ -225437,7 +122092,6 @@ public void RenderbufferStorage( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorage(target, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225449,7 +122103,6 @@ public void RenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorageEXT(target, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] [MethodImpl( @@ -225462,42 +122115,6 @@ public void RenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorageEXT(target, internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225510,42 +122127,6 @@ public void RenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorageMultisample(target, samples, internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] [MethodImpl( @@ -225559,9 +122140,6 @@ public void RenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorageMultisample(target, samples, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225583,9 +122161,6 @@ public void RenderbufferStorageMultisampleAdvanceAMD( height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl( @@ -225608,64 +122183,56 @@ public void RenderbufferStorageMultisampleAdvanceAMD( height ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void RenderbufferStorageMultisampleAngle( + public void RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) => T.RenderbufferStorageMultisampleAngle(target, samples, internalformat, width, height); + ) => T.RenderbufferStorageMultisampleANGLE(target, samples, internalformat, width, height); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void RenderbufferStorageMultisampleAngle( + public void RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) => T.RenderbufferStorageMultisampleAngle(target, samples, internalformat, width, height); + ) => T.RenderbufferStorageMultisampleANGLE(target, samples, internalformat, width, height); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void RenderbufferStorageMultisampleApple( + public void RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) => T.RenderbufferStorageMultisampleApple(target, samples, internalformat, width, height); + ) => T.RenderbufferStorageMultisampleAPPLE(target, samples, internalformat, width, height); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void RenderbufferStorageMultisampleApple( + public void RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height - ) => T.RenderbufferStorageMultisampleApple(target, samples, internalformat, width, height); + ) => T.RenderbufferStorageMultisampleAPPLE(target, samples, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_multisample_coverage"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_multisample_coverage"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225687,8 +122254,6 @@ public void RenderbufferStorageMultisampleCoverageNV( height ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_multisample_coverage"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_multisample_coverage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] [MethodImpl( @@ -225711,9 +122276,6 @@ public void RenderbufferStorageMultisampleCoverageNV( height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_multisample"])] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225726,9 +122288,6 @@ public void RenderbufferStorageMultisampleEXT( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorageMultisampleEXT(target, samples, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_multisample"])] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] [MethodImpl( @@ -225742,8 +122301,6 @@ public void RenderbufferStorageMultisampleEXT( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorageMultisampleEXT(target, samples, internalformat, width, height); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225756,8 +122313,6 @@ public void RenderbufferStorageMultisampleIMG( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorageMultisampleIMG(target, samples, internalformat, width, height); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] [MethodImpl( @@ -225771,7 +122326,6 @@ public void RenderbufferStorageMultisampleIMG( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorageMultisampleIMG(target, samples, internalformat, width, height); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225784,7 +122338,6 @@ public void RenderbufferStorageMultisampleNV( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorageMultisampleNV(target, samples, internalformat, width, height); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] [MethodImpl( @@ -225798,7 +122351,6 @@ public void RenderbufferStorageMultisampleNV( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorageMultisampleNV(target, samples, internalformat, width, height); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225810,7 +122362,6 @@ public void RenderbufferStorageOES( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorageOES(target, internalformat, width, height); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] [MethodImpl( @@ -225823,7 +122374,6 @@ public void RenderbufferStorageOES( [NativeTypeName("GLsizei")] uint height ) => T.RenderbufferStorageOES(target, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glRenderGpuMaskNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225832,31 +122382,6 @@ public void RenderGpuMaskNV([NativeTypeName("GLbitfield")] uint mask) => T.RenderGpuMaskNV(mask); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderMode")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225864,31 +122389,6 @@ public void RenderGpuMaskNV([NativeTypeName("GLbitfield")] uint mask) => public int RenderMode([NativeTypeName("GLenum")] uint mode) => T.RenderMode(mode); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderMode")] [MethodImpl( @@ -225898,7 +122398,6 @@ public int RenderMode( [NativeTypeName("GLenum")] Constant mode ) => T.RenderMode(mode); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225909,7 +122408,6 @@ public void ReplacementCodePointerSUN( [NativeTypeName("const void **")] void** pointer ) => T.ReplacementCodePointerSUN(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] [MethodImpl( @@ -225921,7 +122419,6 @@ public void ReplacementCodePointerSUN( [NativeTypeName("const void **")] Ref2D pointer ) => T.ReplacementCodePointerSUN(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225929,7 +122426,6 @@ public void ReplacementCodePointerSUN( public void ReplacementCodeSUN([NativeTypeName("GLubyte")] byte code) => T.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225937,7 +122433,6 @@ public void ReplacementCodeSUN([NativeTypeName("GLubyte")] byte code) => public void ReplacementCodeSUN([NativeTypeName("const GLubyte *")] byte* code) => T.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] [MethodImpl( @@ -225946,7 +122441,6 @@ public void ReplacementCodeSUN([NativeTypeName("const GLubyte *")] byte* code) = public void ReplacementCodeSUN([NativeTypeName("const GLubyte *")] Ref code) => T.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225961,7 +122455,6 @@ public void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiColor3FVertex3SUN(rc, r, g, b, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] [MethodImpl( @@ -225977,7 +122470,6 @@ public void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiColor3FVertex3SUN(rc, r, g, b, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -225988,7 +122480,6 @@ public void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( @@ -226000,7 +122491,6 @@ public void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( @@ -226012,7 +122502,6 @@ public void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( @@ -226024,7 +122513,6 @@ public void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( @@ -226036,7 +122524,6 @@ public void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( @@ -226048,7 +122535,6 @@ public void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( @@ -226060,7 +122546,6 @@ public void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226079,7 +122564,6 @@ public void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, r, g, b, a, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] [MethodImpl( @@ -226099,7 +122583,6 @@ public void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, r, g, b, a, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226111,7 +122594,6 @@ public void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -226124,7 +122606,6 @@ public void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -226137,7 +122618,6 @@ public void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -226150,7 +122630,6 @@ public void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -226163,7 +122642,6 @@ public void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -226176,7 +122654,6 @@ public void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -226189,7 +122666,6 @@ public void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226205,7 +122681,6 @@ public void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiColor4UbVertex3SUN(rc, r, g, b, a, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] [MethodImpl( @@ -226222,7 +122697,6 @@ public void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiColor4UbVertex3SUN(rc, r, g, b, a, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226233,7 +122707,6 @@ public void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( @@ -226245,7 +122718,6 @@ public void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( @@ -226257,7 +122729,6 @@ public void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( @@ -226269,7 +122740,6 @@ public void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( @@ -226281,7 +122751,6 @@ public void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( @@ -226293,7 +122762,6 @@ public void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( @@ -226305,7 +122773,6 @@ public void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226320,7 +122787,6 @@ public void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiNormal3FVertex3SUN(rc, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] [MethodImpl( @@ -226336,7 +122802,6 @@ public void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiNormal3FVertex3SUN(rc, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226347,7 +122812,6 @@ public void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( @@ -226359,7 +122823,6 @@ public void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( @@ -226371,7 +122834,6 @@ public void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( @@ -226383,7 +122845,6 @@ public void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( @@ -226395,7 +122856,6 @@ public void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( @@ -226407,7 +122867,6 @@ public void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( @@ -226419,7 +122878,6 @@ public void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226427,7 +122885,6 @@ public void ReplacementCodeuiNormal3FVertex3SUN( public void ReplacementCodeSUN([NativeTypeName("GLuint")] uint code) => T.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] [MethodImpl( @@ -226437,7 +122894,6 @@ public void ReplacementCodeSUN( [NativeTypeName("GLuint")] Constant code ) => T.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction( "opengl", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN" @@ -226476,7 +122932,6 @@ public void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -226516,7 +122971,6 @@ public void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction( "opengl", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN" @@ -226532,7 +122986,6 @@ public void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -226549,7 +123002,6 @@ public void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -226566,7 +123018,6 @@ public void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -226583,7 +123034,6 @@ public void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -226600,7 +123050,6 @@ public void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -226617,7 +123066,6 @@ public void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -226634,7 +123082,6 @@ public void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226651,7 +123098,6 @@ public void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, s, t, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] [MethodImpl( @@ -226669,7 +123115,6 @@ public void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, s, t, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226681,7 +123126,6 @@ public void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -226694,7 +123138,6 @@ public void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -226707,7 +123150,6 @@ public void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -226720,7 +123162,6 @@ public void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -226733,7 +123174,6 @@ public void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -226746,7 +123186,6 @@ public void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -226759,7 +123198,6 @@ public void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226773,7 +123211,6 @@ public void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiTexCoord2FVertex3SUN(rc, s, t, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] [MethodImpl( @@ -226788,7 +123225,6 @@ public void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiTexCoord2FVertex3SUN(rc, s, t, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226799,7 +123235,6 @@ public void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -226811,7 +123246,6 @@ public void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -226823,7 +123257,6 @@ public void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -226835,7 +123268,6 @@ public void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -226847,7 +123279,6 @@ public void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -226859,7 +123290,6 @@ public void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -226871,7 +123301,6 @@ public void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226883,7 +123312,6 @@ public void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiVertex3SUN(rc, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fSUN")] [MethodImpl( @@ -226896,7 +123324,6 @@ public void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.ReplacementCodeuiVertex3SUN(rc, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226906,7 +123333,6 @@ public void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.ReplacementCodeuiVertex3SUN(rc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -226917,7 +123343,6 @@ public void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiVertex3SUN(rc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -226928,7 +123353,6 @@ public void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiVertex3SUN(rc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -226939,7 +123363,6 @@ public void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiVertex3SUN(rc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -226950,7 +123373,6 @@ public void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiVertex3SUN(rc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -226961,7 +123383,6 @@ public void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiVertex3SUN(rc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -226972,7 +123393,6 @@ public void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.ReplacementCodeuiVertex3SUN(rc, v); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -226980,7 +123400,6 @@ public void ReplacementCodeuiVertex3SUN( public void ReplacementCodeSUN([NativeTypeName("const GLuint *")] uint* code) => T.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl( @@ -226989,7 +123408,6 @@ public void ReplacementCodeSUN([NativeTypeName("const GLuint *")] uint* code) => public void ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code) => T.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl( @@ -226998,7 +123416,6 @@ public void ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code public void ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code) => T.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl( @@ -227008,7 +123425,6 @@ public void ReplacementCodeSUN( [NativeTypeName("const GLuint *")] Ref code ) => T.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227016,7 +123432,6 @@ public void ReplacementCodeSUN( public void ReplacementCodeSUN([NativeTypeName("GLushort")] ushort code) => T.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227024,7 +123439,6 @@ public void ReplacementCodeSUN([NativeTypeName("GLushort")] ushort code) => public void ReplacementCodeSUN([NativeTypeName("const GLushort *")] ushort* code) => T.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusvSUN")] [MethodImpl( @@ -227033,7 +123447,6 @@ public void ReplacementCodeSUN([NativeTypeName("const GLushort *")] ushort* code public void ReplacementCodeSUN([NativeTypeName("const GLushort *")] Ref code) => T.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227043,7 +123456,6 @@ public void RequestResidentProgramNV( [NativeTypeName("const GLuint *")] uint* programs ) => T.RequestResidentProgramNV(n, programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] [MethodImpl( @@ -227054,7 +123466,6 @@ public void RequestResidentProgramNV( [NativeTypeName("const GLuint *")] Ref programs ) => T.RequestResidentProgramNV(n, programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] [MethodImpl( @@ -227063,7 +123474,6 @@ public void RequestResidentProgramNV( public void RequestResidentProgramNV([NativeTypeName("const GLuint *")] uint programs) => T.RequestResidentProgramNV(programs); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glResetHistogram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227071,7 +123481,6 @@ public void RequestResidentProgramNV([NativeTypeName("const GLuint *")] uint pro public void ResetHistogram([NativeTypeName("GLenum")] uint target) => T.ResetHistogram(target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetHistogram")] [MethodImpl( @@ -227081,7 +123490,6 @@ public void ResetHistogram( [NativeTypeName("GLenum")] Constant target ) => T.ResetHistogram(target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227089,7 +123497,6 @@ public void ResetHistogram( public void ResetHistogramEXT([NativeTypeName("GLenum")] uint target) => T.ResetHistogramEXT(target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] [MethodImpl( @@ -227099,9 +123506,6 @@ public void ResetHistogramEXT( [NativeTypeName("GLenum")] Constant target ) => T.ResetHistogramEXT(target); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glResetMemoryObjectParameterNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227111,14 +123515,12 @@ public void ResetMemoryObjectParameterNV( [NativeTypeName("GLenum")] uint pname ) => T.ResetMemoryObjectParameterNV(memory, pname); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glResetMinmax")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ResetMinmax([NativeTypeName("GLenum")] uint target) => T.ResetMinmax(target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetMinmax")] [MethodImpl( @@ -227128,7 +123530,6 @@ public void ResetMinmax( [NativeTypeName("GLenum")] Constant target ) => T.ResetMinmax(target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227136,7 +123537,6 @@ public void ResetMinmax( public void ResetMinmaxEXT([NativeTypeName("GLenum")] uint target) => T.ResetMinmaxEXT(target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] [MethodImpl( @@ -227146,96 +123546,36 @@ public void ResetMinmaxEXT( [NativeTypeName("GLenum")] Constant target ) => T.ResetMinmaxEXT(target); - [SupportedApiProfile("gl", ["GL_MESA_resize_buffers"])] [NativeFunction("opengl", EntryPoint = "glResizeBuffersMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ResizeBuffersMESA() => T.ResizeBuffersMESA(); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glResolveDepthValuesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ResolveDepthValuesNV() => T.ResolveDepthValuesNV(); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glResolveMultisampleFramebufferAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ResolveMultisampleFramebufferApple() => T.ResolveMultisampleFramebufferApple(); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] + public void ResolveMultisampleFramebufferAPPLE() => T.ResolveMultisampleFramebufferAPPLE(); + [NativeFunction("opengl", EntryPoint = "glResumeTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ResumeTransformFeedback() => T.ResumeTransformFeedback(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glResumeTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ResumeTransformFeedbackNV() => T.ResumeTransformFeedbackNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRotated")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227247,32 +123587,6 @@ public void Rotate( [NativeTypeName("GLdouble")] double z ) => T.Rotate(angle, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glRotatef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227284,7 +123598,6 @@ public void Rotate( [NativeTypeName("GLfloat")] float z ) => T.Rotate(angle, x, y, z); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glRotatex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227296,8 +123609,6 @@ public void Rotatex( [NativeTypeName("GLfixed")] int z ) => T.Rotatex(angle, x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRotatexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227309,56 +123620,6 @@ public void RotatexOES( [NativeTypeName("GLfixed")] int z ) => T.RotatexOES(angle, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227368,56 +123629,6 @@ public void SampleCoverage( [NativeTypeName("GLboolean")] uint invert ) => T.SampleCoverage(value, invert); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] [MethodImpl( @@ -227428,7 +123639,6 @@ public void SampleCoverage( [NativeTypeName("GLboolean")] MaybeBool invert ) => T.SampleCoverage(value, invert); - [SupportedApiProfile("gl", ["GL_ARB_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227438,7 +123648,6 @@ public void SampleCoverageARB( [NativeTypeName("GLboolean")] uint invert ) => T.SampleCoverageARB(value, invert); - [SupportedApiProfile("gl", ["GL_ARB_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] [MethodImpl( @@ -227449,7 +123658,6 @@ public void SampleCoverageARB( [NativeTypeName("GLboolean")] MaybeBool invert ) => T.SampleCoverageARB(value, invert); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227459,7 +123667,6 @@ public void SampleCoveragex( [NativeTypeName("GLboolean")] uint invert ) => T.SampleCoveragex(value, invert); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] [MethodImpl( @@ -227470,7 +123677,6 @@ public void SampleCoveragex( [NativeTypeName("GLboolean")] MaybeBool invert ) => T.SampleCoveragex(value, invert); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227480,7 +123686,6 @@ public void SampleCoveragexOES( [NativeTypeName("GLboolean")] uint invert ) => T.SampleCoveragexOES(value, invert); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] [MethodImpl( @@ -227491,7 +123696,6 @@ public void SampleCoveragexOES( [NativeTypeName("GLboolean")] MaybeBool invert ) => T.SampleCoveragexOES(value, invert); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227502,7 +123706,6 @@ public void SampleMapATI( [NativeTypeName("GLenum")] uint swizzle ) => T.SampleMapATI(dst, interp, swizzle); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] [MethodImpl( @@ -227514,7 +123717,6 @@ public void SampleMapATI( [NativeTypeName("GLenum")] Constant swizzle ) => T.SampleMapATI(dst, interp, swizzle); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227524,7 +123726,6 @@ public void SampleMaskEXT( [NativeTypeName("GLboolean")] uint invert ) => T.SampleMaskEXT(value, invert); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] [MethodImpl( @@ -227535,38 +123736,6 @@ public void SampleMaskEXT( [NativeTypeName("GLboolean")] MaybeBool invert ) => T.SampleMaskEXT(value, invert); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glSampleMaski")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227576,7 +123745,6 @@ public void SampleMask( [NativeTypeName("GLbitfield")] uint mask ) => T.SampleMask(maskNumber, mask); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskIndexedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227586,7 +123754,6 @@ public void SampleMaskIndexedNV( [NativeTypeName("GLbitfield")] uint mask ) => T.SampleMaskIndexedNV(index, mask); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227596,7 +123763,6 @@ public void SampleMaskSGIS( [NativeTypeName("GLboolean")] uint invert ) => T.SampleMaskSGIS(value, invert); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] [MethodImpl( @@ -227607,7 +123773,6 @@ public void SampleMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool invert ) => T.SampleMaskSGIS(value, invert); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227615,7 +123780,6 @@ public void SampleMaskSGIS( public void SamplePatternEXT([NativeTypeName("GLenum")] uint pattern) => T.SamplePatternEXT(pattern); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] [MethodImpl( @@ -227625,7 +123789,6 @@ public void SamplePatternEXT( [NativeTypeName("GLenum")] Constant pattern ) => T.SamplePatternEXT(pattern); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227633,7 +123796,6 @@ public void SamplePatternEXT( public void SamplePatternSGIS([NativeTypeName("GLenum")] uint pattern) => T.SamplePatternSGIS(pattern); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] [MethodImpl( @@ -227643,46 +123805,6 @@ public void SamplePatternSGIS( [NativeTypeName("GLenum")] Constant pattern ) => T.SamplePatternSGIS(pattern); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227693,46 +123815,6 @@ public void SamplerParameter( [NativeTypeName("GLfloat")] float param2 ) => T.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] [MethodImpl( @@ -227744,46 +123826,6 @@ public void SamplerParameter( [NativeTypeName("GLfloat")] float param2 ) => T.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227794,46 +123836,6 @@ public void SamplerParameter( [NativeTypeName("const GLfloat *")] float* param2 ) => T.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] [MethodImpl( @@ -227845,46 +123847,6 @@ public void SamplerParameter( [NativeTypeName("const GLfloat *")] Ref param2 ) => T.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227895,46 +123857,6 @@ public void SamplerParameter( [NativeTypeName("GLint")] int param2 ) => T.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] [MethodImpl( @@ -227946,36 +123868,6 @@ public void SamplerParameter( [NativeTypeName("GLint")] int param2 ) => T.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -227986,36 +123878,6 @@ public void SamplerParameterI( [NativeTypeName("const GLint *")] int* param2 ) => T.SamplerParameterI(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] [MethodImpl( @@ -228027,7 +123889,6 @@ public void SamplerParameterI( [NativeTypeName("const GLint *")] Ref param2 ) => T.SamplerParameterI(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228038,7 +123899,6 @@ public void SamplerParameterIEXT( [NativeTypeName("const GLint *")] int* param2 ) => T.SamplerParameterIEXT(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] [MethodImpl( @@ -228050,7 +123910,6 @@ public void SamplerParameterIEXT( [NativeTypeName("const GLint *")] Ref param2 ) => T.SamplerParameterIEXT(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228061,7 +123920,6 @@ public void SamplerParameterIOES( [NativeTypeName("const GLint *")] int* param2 ) => T.SamplerParameterIOES(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] [MethodImpl( @@ -228073,36 +123931,6 @@ public void SamplerParameterIOES( [NativeTypeName("const GLint *")] Ref param2 ) => T.SamplerParameterIOES(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228113,36 +123941,6 @@ public void SamplerParameterI( [NativeTypeName("const GLuint *")] uint* param2 ) => T.SamplerParameterI(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] [MethodImpl( @@ -228154,7 +123952,6 @@ public void SamplerParameterI( [NativeTypeName("const GLuint *")] Ref param2 ) => T.SamplerParameterI(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228165,7 +123962,6 @@ public void SamplerParameterIEXT( [NativeTypeName("const GLuint *")] uint* param2 ) => T.SamplerParameterIEXT(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] [MethodImpl( @@ -228177,7 +123973,6 @@ public void SamplerParameterIEXT( [NativeTypeName("const GLuint *")] Ref param2 ) => T.SamplerParameterIEXT(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228188,7 +123983,6 @@ public void SamplerParameterIOES( [NativeTypeName("const GLuint *")] uint* param2 ) => T.SamplerParameterIOES(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] [MethodImpl( @@ -228200,46 +123994,6 @@ public void SamplerParameterIOES( [NativeTypeName("const GLuint *")] Ref param2 ) => T.SamplerParameterIOES(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228250,46 +124004,6 @@ public void SamplerParameter( [NativeTypeName("const GLint *")] int* param2 ) => T.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] [MethodImpl( @@ -228301,31 +124015,6 @@ public void SamplerParameter( [NativeTypeName("const GLint *")] Ref param2 ) => T.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glScaled")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228336,32 +124025,6 @@ public void Scale( [NativeTypeName("GLdouble")] double z ) => T.Scale(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glScalef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228372,7 +124035,6 @@ public void Scale( [NativeTypeName("GLfloat")] float z ) => T.Scale(x, y, z); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glScalex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228383,8 +124045,6 @@ public void Scalex( [NativeTypeName("GLfixed")] int z ) => T.Scalex(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glScalexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228395,62 +124055,6 @@ public void ScalexOES( [NativeTypeName("GLfixed")] int z ) => T.ScalexOES(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glScissor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228462,32 +124066,6 @@ public void Scissor( [NativeTypeName("GLsizei")] uint height ) => T.Scissor(x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228498,32 +124076,6 @@ public void ScissorArray( [NativeTypeName("const GLint *")] int* v ) => T.ScissorArray(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl( @@ -228535,32 +124087,6 @@ public void ScissorArray( [NativeTypeName("const GLint *")] Ref v ) => T.ScissorArray(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl( @@ -228571,7 +124097,6 @@ public void ScissorArray( [NativeTypeName("const GLint *")] int v ) => T.ScissorArray(first, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228582,7 +124107,6 @@ public void ScissorArrayNV( [NativeTypeName("const GLint *")] int* v ) => T.ScissorArrayNV(first, count, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl( @@ -228594,7 +124118,6 @@ public void ScissorArrayNV( [NativeTypeName("const GLint *")] Ref v ) => T.ScissorArrayNV(first, count, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl( @@ -228605,18 +124128,16 @@ public void ScissorArrayNV( [NativeTypeName("const GLint *")] int v ) => T.ScissorArrayNV(first, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ScissorArrayvO( + public void ScissorArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLint *")] int v - ) => T.ScissorArrayvO(first, v); + ) => T.ScissorArrayvOOES(first, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228627,7 +124148,6 @@ public void ScissorArrayOES( [NativeTypeName("const GLint *")] int* v ) => T.ScissorArrayOES(first, count, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl( @@ -228639,9 +124159,6 @@ public void ScissorArrayOES( [NativeTypeName("const GLint *")] Ref v ) => T.ScissorArrayOES(first, count, v); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228652,9 +124169,6 @@ public void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] int* v ) => T.ScissorExclusiveArrayNV(first, count, v); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl( @@ -228666,9 +124180,6 @@ public void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] Ref v ) => T.ScissorExclusiveArrayNV(first, count, v); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl( @@ -228679,9 +124190,6 @@ public void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] int v ) => T.ScissorExclusiveArrayNV(first, v); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228693,32 +124201,6 @@ public void ScissorExclusiveNV( [NativeTypeName("GLsizei")] uint height ) => T.ScissorExclusiveNV(x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorIndexed")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228731,7 +124213,6 @@ public void ScissorIndexed( [NativeTypeName("GLsizei")] uint height ) => T.ScissorIndexed(index, left, bottom, width, height); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228744,7 +124225,6 @@ public void ScissorIndexedNV( [NativeTypeName("GLsizei")] uint height ) => T.ScissorIndexedNV(index, left, bottom, width, height); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228757,32 +124237,6 @@ public void ScissorIndexedOES( [NativeTypeName("GLsizei")] uint height ) => T.ScissorIndexedOES(index, left, bottom, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228792,32 +124246,6 @@ public void ScissorIndexed( [NativeTypeName("const GLint *")] int* v ) => T.ScissorIndexed(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] [MethodImpl( @@ -228828,7 +124256,6 @@ public void ScissorIndexed( [NativeTypeName("const GLint *")] Ref v ) => T.ScissorIndexed(index, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228838,7 +124265,6 @@ public void ScissorIndexedNV( [NativeTypeName("const GLint *")] int* v ) => T.ScissorIndexedNV(index, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] [MethodImpl( @@ -228849,7 +124275,6 @@ public void ScissorIndexedNV( [NativeTypeName("const GLint *")] Ref v ) => T.ScissorIndexedNV(index, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228859,7 +124284,6 @@ public void ScissorIndexedOES( [NativeTypeName("const GLint *")] int* v ) => T.ScissorIndexedOES(index, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] [MethodImpl( @@ -228870,27 +124294,6 @@ public void ScissorIndexedOES( [NativeTypeName("const GLint *")] Ref v ) => T.ScissorIndexedOES(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3b")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228901,7 +124304,6 @@ public void SecondaryColor3( [NativeTypeName("GLbyte")] sbyte blue ) => T.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228912,27 +124314,6 @@ public void SecondaryColor3EXT( [NativeTypeName("GLbyte")] sbyte blue ) => T.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228940,27 +124321,6 @@ public void SecondaryColor3EXT( public void SecondaryColor3([NativeTypeName("const GLbyte *")] sbyte* v) => T.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] [MethodImpl( @@ -228969,7 +124329,6 @@ public void SecondaryColor3([NativeTypeName("const GLbyte *")] sbyte* v) => public void SecondaryColor3([NativeTypeName("const GLbyte *")] Ref v) => T.SecondaryColor3(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -228977,7 +124336,6 @@ public void SecondaryColor3([NativeTypeName("const GLbyte *")] Ref v) => public void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] [MethodImpl( @@ -228986,27 +124344,6 @@ public void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => public void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] Ref v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229017,7 +124354,6 @@ public void SecondaryColor3( [NativeTypeName("GLdouble")] double blue ) => T.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229028,27 +124364,6 @@ public void SecondaryColor3EXT( [NativeTypeName("GLdouble")] double blue ) => T.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229056,27 +124371,6 @@ public void SecondaryColor3EXT( public void SecondaryColor3([NativeTypeName("const GLdouble *")] double* v) => T.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dv")] [MethodImpl( @@ -229085,7 +124379,6 @@ public void SecondaryColor3([NativeTypeName("const GLdouble *")] double* v) => public void SecondaryColor3([NativeTypeName("const GLdouble *")] Ref v) => T.SecondaryColor3(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229093,7 +124386,6 @@ public void SecondaryColor3([NativeTypeName("const GLdouble *")] Ref v) public void SecondaryColor3EXT([NativeTypeName("const GLdouble *")] double* v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dvEXT")] [MethodImpl( @@ -229102,27 +124394,6 @@ public void SecondaryColor3EXT([NativeTypeName("const GLdouble *")] double* v) = public void SecondaryColor3EXT([NativeTypeName("const GLdouble *")] Ref v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229133,7 +124404,6 @@ public void SecondaryColor3( [NativeTypeName("GLfloat")] float blue ) => T.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229144,27 +124414,6 @@ public void SecondaryColor3EXT( [NativeTypeName("GLfloat")] float blue ) => T.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229172,27 +124421,6 @@ public void SecondaryColor3EXT( public void SecondaryColor3([NativeTypeName("const GLfloat *")] float* v) => T.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fv")] [MethodImpl( @@ -229201,7 +124429,6 @@ public void SecondaryColor3([NativeTypeName("const GLfloat *")] float* v) => public void SecondaryColor3([NativeTypeName("const GLfloat *")] Ref v) => T.SecondaryColor3(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229209,7 +124436,6 @@ public void SecondaryColor3([NativeTypeName("const GLfloat *")] Ref v) => public void SecondaryColor3EXT([NativeTypeName("const GLfloat *")] float* v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fvEXT")] [MethodImpl( @@ -229218,7 +124444,6 @@ public void SecondaryColor3EXT([NativeTypeName("const GLfloat *")] float* v) => public void SecondaryColor3EXT([NativeTypeName("const GLfloat *")] Ref v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229229,7 +124454,6 @@ public void SecondaryColor3NV( [NativeTypeName("GLhalfNV")] ushort blue ) => T.SecondaryColor3NV(red, green, blue); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229237,7 +124461,6 @@ public void SecondaryColor3NV( public void SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => T.SecondaryColor3NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hvNV")] [MethodImpl( @@ -229246,27 +124469,6 @@ public void SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => public void SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] Ref v) => T.SecondaryColor3NV(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229277,7 +124479,6 @@ public void SecondaryColor3( [NativeTypeName("GLint")] int blue ) => T.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229288,27 +124489,6 @@ public void SecondaryColor3EXT( [NativeTypeName("GLint")] int blue ) => T.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229316,27 +124496,6 @@ public void SecondaryColor3EXT( public void SecondaryColor3([NativeTypeName("const GLint *")] int* v) => T.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iv")] [MethodImpl( @@ -229345,7 +124504,6 @@ public void SecondaryColor3([NativeTypeName("const GLint *")] int* v) => public void SecondaryColor3([NativeTypeName("const GLint *")] Ref v) => T.SecondaryColor3(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229353,7 +124511,6 @@ public void SecondaryColor3([NativeTypeName("const GLint *")] Ref v) => public void SecondaryColor3EXT([NativeTypeName("const GLint *")] int* v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] [MethodImpl( @@ -229362,27 +124519,6 @@ public void SecondaryColor3EXT([NativeTypeName("const GLint *")] int* v) => public void SecondaryColor3EXT([NativeTypeName("const GLint *")] Ref v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229393,7 +124529,6 @@ public void SecondaryColor3( [NativeTypeName("GLshort")] short blue ) => T.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229404,27 +124539,6 @@ public void SecondaryColor3EXT( [NativeTypeName("GLshort")] short blue ) => T.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229432,27 +124546,6 @@ public void SecondaryColor3EXT( public void SecondaryColor3([NativeTypeName("const GLshort *")] short* v) => T.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] [MethodImpl( @@ -229461,7 +124554,6 @@ public void SecondaryColor3([NativeTypeName("const GLshort *")] short* v) => public void SecondaryColor3([NativeTypeName("const GLshort *")] Ref v) => T.SecondaryColor3(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3svEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229469,7 +124561,6 @@ public void SecondaryColor3([NativeTypeName("const GLshort *")] Ref v) => public void SecondaryColor3EXT([NativeTypeName("const GLshort *")] short* v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3svEXT")] [MethodImpl( @@ -229478,27 +124569,6 @@ public void SecondaryColor3EXT([NativeTypeName("const GLshort *")] short* v) => public void SecondaryColor3EXT([NativeTypeName("const GLshort *")] Ref v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ub")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229509,7 +124579,6 @@ public void SecondaryColor3( [NativeTypeName("GLubyte")] byte blue ) => T.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229520,27 +124589,6 @@ public void SecondaryColor3EXT( [NativeTypeName("GLubyte")] byte blue ) => T.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229548,27 +124596,6 @@ public void SecondaryColor3EXT( public void SecondaryColor3([NativeTypeName("const GLubyte *")] byte* v) => T.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubv")] [MethodImpl( @@ -229577,7 +124604,6 @@ public void SecondaryColor3([NativeTypeName("const GLubyte *")] byte* v) => public void SecondaryColor3([NativeTypeName("const GLubyte *")] Ref v) => T.SecondaryColor3(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229585,7 +124611,6 @@ public void SecondaryColor3([NativeTypeName("const GLubyte *")] Ref v) => public void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] byte* v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] [MethodImpl( @@ -229594,27 +124619,6 @@ public void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] byte* v) => public void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] Ref v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229625,7 +124629,6 @@ public void SecondaryColor3( [NativeTypeName("GLuint")] uint blue ) => T.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229636,27 +124639,6 @@ public void SecondaryColor3EXT( [NativeTypeName("GLuint")] uint blue ) => T.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229664,27 +124646,6 @@ public void SecondaryColor3EXT( public void SecondaryColor3([NativeTypeName("const GLuint *")] uint* v) => T.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiv")] [MethodImpl( @@ -229693,7 +124654,6 @@ public void SecondaryColor3([NativeTypeName("const GLuint *")] uint* v) => public void SecondaryColor3([NativeTypeName("const GLuint *")] Ref v) => T.SecondaryColor3(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229701,7 +124661,6 @@ public void SecondaryColor3([NativeTypeName("const GLuint *")] Ref v) => public void SecondaryColor3EXT([NativeTypeName("const GLuint *")] uint* v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] [MethodImpl( @@ -229710,27 +124669,6 @@ public void SecondaryColor3EXT([NativeTypeName("const GLuint *")] uint* v) => public void SecondaryColor3EXT([NativeTypeName("const GLuint *")] Ref v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3us")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229741,7 +124679,6 @@ public void SecondaryColor3( [NativeTypeName("GLushort")] ushort blue ) => T.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229752,27 +124689,6 @@ public void SecondaryColor3EXT( [NativeTypeName("GLushort")] ushort blue ) => T.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229780,27 +124696,6 @@ public void SecondaryColor3EXT( public void SecondaryColor3([NativeTypeName("const GLushort *")] ushort* v) => T.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usv")] [MethodImpl( @@ -229809,7 +124704,6 @@ public void SecondaryColor3([NativeTypeName("const GLushort *")] ushort* v) => public void SecondaryColor3([NativeTypeName("const GLushort *")] Ref v) => T.SecondaryColor3(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229817,7 +124711,6 @@ public void SecondaryColor3([NativeTypeName("const GLushort *")] Ref v) public void SecondaryColor3EXT([NativeTypeName("const GLushort *")] ushort* v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usvEXT")] [MethodImpl( @@ -229826,8 +124719,6 @@ public void SecondaryColor3EXT([NativeTypeName("const GLushort *")] ushort* v) = public void SecondaryColor3EXT([NativeTypeName("const GLushort *")] Ref v) => T.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229838,8 +124729,6 @@ public void SecondaryColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.SecondaryColorFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorFormatNV")] [MethodImpl( @@ -229851,7 +124740,6 @@ public void SecondaryColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.SecondaryColorFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229861,7 +124749,6 @@ public void SecondaryColorP3( [NativeTypeName("GLuint")] uint color ) => T.SecondaryColorP3(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] [MethodImpl( @@ -229872,59 +124759,35 @@ public void SecondaryColorP3( [NativeTypeName("GLuint")] uint color ) => T.SecondaryColorP3(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void SecondaryColorP3Uiv( + public void SecondaryColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color - ) => T.SecondaryColorP3Uiv(type, color); + ) => T.SecondaryColorP3uiv(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void SecondaryColorP3Uiv( + public void SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color - ) => T.SecondaryColorP3Uiv(type, color); + ) => T.SecondaryColorP3uiv(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void SecondaryColorP3Uiv( + public void SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => T.SecondaryColorP3Uiv(type, color); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] + ) => T.SecondaryColorP3uiv(type, color); + [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229936,27 +124799,6 @@ public void SecondaryColorPointer( [NativeTypeName("const void *")] void* pointer ) => T.SecondaryColorPointer(size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] [MethodImpl( @@ -229969,7 +124811,6 @@ public void SecondaryColorPointer( [NativeTypeName("const void *")] Ref pointer ) => T.SecondaryColorPointer(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -229981,7 +124822,6 @@ public void SecondaryColorPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.SecondaryColorPointerEXT(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] [MethodImpl( @@ -229994,7 +124834,6 @@ public void SecondaryColorPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => T.SecondaryColorPointerEXT(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230007,7 +124846,6 @@ public void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.SecondaryColorPointerListIBM(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl( @@ -230021,7 +124859,6 @@ public void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.SecondaryColorPointerListIBM(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl( @@ -230033,31 +124870,6 @@ public Ptr SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.SecondaryColorPointerListIBM(type, stride, ptrstride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230067,31 +124879,6 @@ public void SelectBuffer( [NativeTypeName("GLuint *")] uint* buffer ) => T.SelectBuffer(size, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl( @@ -230102,31 +124889,6 @@ public void SelectBuffer( [NativeTypeName("GLuint *")] Ref buffer ) => T.SelectBuffer(size, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl( @@ -230134,9 +124896,6 @@ public void SelectBuffer( )] public uint SelectBuffer() => T.SelectBuffer(); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230149,9 +124908,6 @@ public void SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] uint* counterList ) => T.SelectPerfMonitorCountersAMD(monitor, enable, group, numCounters, counterList); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl( @@ -230165,9 +124921,6 @@ public void SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] Ref counterList ) => T.SelectPerfMonitorCountersAMD(monitor, enable, group, numCounters, counterList); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl( @@ -230179,8 +124932,6 @@ public uint SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint group ) => T.SelectPerfMonitorCountersAMD(monitor, enable, group); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230191,8 +124942,6 @@ public void SemaphoreParameterNV( [NativeTypeName("const GLint *")] int* @params ) => T.SemaphoreParameterNV(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] [MethodImpl( @@ -230204,8 +124953,6 @@ public void SemaphoreParameterNV( [NativeTypeName("const GLint *")] Ref @params ) => T.SemaphoreParameterNV(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230216,8 +124963,6 @@ public void SemaphoreParameterEXT( [NativeTypeName("const GLuint64 *")] ulong* @params ) => T.SemaphoreParameterEXT(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] [MethodImpl( @@ -230229,7 +124974,6 @@ public void SemaphoreParameterEXT( [NativeTypeName("const GLuint64 *")] Ref @params ) => T.SemaphoreParameterEXT(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230245,7 +124989,6 @@ public void SeparableFilter2D( [NativeTypeName("const void *")] void* column ) => T.SeparableFilter2D(target, internalformat, width, height, format, type, row, column); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] [MethodImpl( @@ -230262,7 +125005,6 @@ public void SeparableFilter2D( [NativeTypeName("const void *")] Ref column ) => T.SeparableFilter2D(target, internalformat, width, height, format, type, row, column); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230288,7 +125030,6 @@ public void SeparableFilter2DEXT( column ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] [MethodImpl( @@ -230315,16 +125056,12 @@ public void SeparableFilter2DEXT( column ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glSetFenceAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void SetFenceApple([NativeTypeName("GLuint")] uint fence) => T.SetFenceApple(fence); + public void SetFenceAPPLE([NativeTypeName("GLuint")] uint fence) => T.SetFenceAPPLE(fence); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230334,9 +125071,6 @@ public void SetFenceNV( [NativeTypeName("GLenum")] uint condition ) => T.SetFenceNV(fence, condition); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] [MethodImpl( @@ -230347,7 +125081,6 @@ public void SetFenceNV( [NativeTypeName("GLenum")] Constant condition ) => T.SetFenceNV(fence, condition); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230357,7 +125090,6 @@ public void SetFragmentShaderConstantATI( [NativeTypeName("const GLfloat *")] float* value ) => T.SetFragmentShaderConstantATI(dst, value); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] [MethodImpl( @@ -230368,7 +125100,6 @@ public void SetFragmentShaderConstantATI( [NativeTypeName("const GLfloat *")] Ref value ) => T.SetFragmentShaderConstantATI(dst, value); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230379,7 +125110,6 @@ public void SetInvariantEXT( [NativeTypeName("const void *")] void* addr ) => T.SetInvariantEXT(id, type, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] [MethodImpl( @@ -230391,7 +125121,6 @@ public void SetInvariantEXT( [NativeTypeName("const void *")] Ref addr ) => T.SetInvariantEXT(id, type, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230402,7 +125131,6 @@ public void SetLocalConstantEXT( [NativeTypeName("const void *")] void* addr ) => T.SetLocalConstantEXT(id, type, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] [MethodImpl( @@ -230414,7 +125142,6 @@ public void SetLocalConstantEXT( [NativeTypeName("const void *")] Ref addr ) => T.SetLocalConstantEXT(id, type, addr); - [SupportedApiProfile("gl", ["GL_AMD_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230425,7 +125152,6 @@ public void SetMultisampleAMD( [NativeTypeName("const GLfloat *")] float* val ) => T.SetMultisampleAMD(pname, index, val); - [SupportedApiProfile("gl", ["GL_AMD_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] [MethodImpl( @@ -230437,64 +125163,12 @@ public void SetMultisampleAMD( [NativeTypeName("const GLfloat *")] Ref val ) => T.SetMultisampleAMD(pname, index, val); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glShadeModel")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ShadeModel([NativeTypeName("GLenum")] uint mode) => T.ShadeModel(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadeModel")] [MethodImpl( @@ -230504,37 +125178,6 @@ public void ShadeModel( [NativeTypeName("GLenum")] Constant mode ) => T.ShadeModel(mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glShaderBinary")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230547,37 +125190,6 @@ public void ShaderBinary( [NativeTypeName("GLsizei")] uint length ) => T.ShaderBinary(count, shaders, binaryFormat, binary, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderBinary")] [MethodImpl( @@ -230591,7 +125203,6 @@ public void ShaderBinary( [NativeTypeName("GLsizei")] uint length ) => T.ShaderBinary(count, shaders, binaryFormat, binary, length); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230602,7 +125213,6 @@ public void ShaderOp1EXT( [NativeTypeName("GLuint")] uint arg1 ) => T.ShaderOp1EXT(op, res, arg1); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] [MethodImpl( @@ -230614,7 +125224,6 @@ public void ShaderOp1EXT( [NativeTypeName("GLuint")] uint arg1 ) => T.ShaderOp1EXT(op, res, arg1); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230626,7 +125235,6 @@ public void ShaderOp2EXT( [NativeTypeName("GLuint")] uint arg2 ) => T.ShaderOp2EXT(op, res, arg1, arg2); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] [MethodImpl( @@ -230639,7 +125247,6 @@ public void ShaderOp2EXT( [NativeTypeName("GLuint")] uint arg2 ) => T.ShaderOp2EXT(op, res, arg1, arg2); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230652,7 +125259,6 @@ public void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg3 ) => T.ShaderOp3EXT(op, res, arg1, arg2, arg3); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] [MethodImpl( @@ -230666,49 +125272,6 @@ public void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg3 ) => T.ShaderOp3EXT(op, res, arg1, arg2, arg3); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glShaderSource")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230720,49 +125283,6 @@ public void ShaderSource( [NativeTypeName("const GLint *")] int* length ) => T.ShaderSource(shader, count, @string, length); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderSource")] [MethodImpl( @@ -230775,7 +125295,6 @@ public void ShaderSource( [NativeTypeName("const GLint *")] Ref length ) => T.ShaderSource(shader, count, @string, length); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230787,7 +125306,6 @@ public void ShaderSourceARB( [NativeTypeName("const GLint *")] int* length ) => T.ShaderSourceARB(shaderObj, count, @string, length); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] [MethodImpl( @@ -230800,28 +125318,6 @@ public void ShaderSourceARB( [NativeTypeName("const GLint *")] Ref length ) => T.ShaderSourceARB(shaderObj, count, @string, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_storage_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_storage_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glShaderStorageBlockBinding")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230832,7 +125328,6 @@ public void ShaderStorageBlockBinding( [NativeTypeName("GLuint")] uint storageBlockBinding ) => T.ShaderStorageBlockBinding(program, storageBlockIndex, storageBlockBinding); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230842,7 +125337,6 @@ public void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] uint combinerOp1 ) => T.ShadingRateCombinerOpEXT(combinerOp0, combinerOp1); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] [MethodImpl( @@ -230853,14 +125347,12 @@ public void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] Constant combinerOp1 ) => T.ShadingRateCombinerOpEXT(combinerOp0, combinerOp1); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void ShadingRateEXT([NativeTypeName("GLenum")] uint rate) => T.ShadingRateEXT(rate); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] [MethodImpl( @@ -230870,9 +125362,6 @@ public void ShadingRateEXT( [NativeTypeName("GLenum")] Constant rate ) => T.ShadingRateEXT(rate); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230880,9 +125369,6 @@ public void ShadingRateEXT( public void ShadingRateImageBarrierNV([NativeTypeName("GLboolean")] uint synchronize) => T.ShadingRateImageBarrierNV(synchronize); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] [MethodImpl( @@ -230892,9 +125378,6 @@ public void ShadingRateImageBarrierNV( [NativeTypeName("GLboolean")] MaybeBool synchronize ) => T.ShadingRateImageBarrierNV(synchronize); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230906,9 +125389,6 @@ public void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] uint* rates ) => T.ShadingRateImagePaletteNV(viewport, first, count, rates); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl( @@ -230921,9 +125401,6 @@ public void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] Ref rates ) => T.ShadingRateImagePaletteNV(viewport, first, count, rates); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl( @@ -230935,7 +125412,6 @@ public void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] uint rates ) => T.ShadingRateImagePaletteNV(viewport, first, rates); - [SupportedApiProfile("gles2", ["GL_QCOM_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230943,7 +125419,6 @@ public void ShadingRateImagePaletteNV( public void ShadingRateQCOM([NativeTypeName("GLenum")] uint rate) => T.ShadingRateQCOM(rate); - [SupportedApiProfile("gles2", ["GL_QCOM_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] [MethodImpl( @@ -230953,9 +125428,6 @@ public void ShadingRateQCOM( [NativeTypeName("GLenum")] Constant rate ) => T.ShadingRateQCOM(rate); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -230966,9 +125438,6 @@ public void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] int* locations ) => T.ShadingRateSampleOrderCustomNV(rate, samples, locations); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl( @@ -230980,9 +125449,6 @@ public void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] Ref locations ) => T.ShadingRateSampleOrderCustomNV(rate, samples, locations); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl( @@ -230993,9 +125459,6 @@ public void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] int locations ) => T.ShadingRateSampleOrderCustomNV(samples, locations); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231003,7 +125466,6 @@ public void ShadingRateSampleOrderCustomNV( public void ShadingRateSampleOrderNV([NativeTypeName("GLenum")] uint order) => T.ShadingRateSampleOrderNV(order); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231014,7 +125476,6 @@ public void SharpenTexFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ) => T.SharpenTexFuncSGIS(target, n, points); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] [MethodImpl( @@ -231026,8 +125487,6 @@ public void SharpenTexFuncSGIS( [NativeTypeName("const GLfloat *")] Ref points ) => T.SharpenTexFuncSGIS(target, n, points); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231049,8 +125508,6 @@ public void SignalSemaphoreEXT( dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -231073,8 +125530,6 @@ public void SignalSemaphoreEXT( dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -231088,8 +125543,6 @@ public void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ) => T.SignalSemaphoreEXT(semaphore, buffers, numTextureBarriers, textures, dstLayouts); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -231112,8 +125565,6 @@ public void SignalSemaphoreEXT( dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -231127,8 +125578,6 @@ public void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ) => T.SignalSemaphoreEXT(semaphore, buffers, numTextureBarriers, textures, dstLayouts); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -231151,8 +125600,6 @@ public void SignalSemaphoreEXT( dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -231166,7 +125613,6 @@ public void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ) => T.SignalSemaphoreEXT(semaphore, buffers, numTextureBarriers, textures, dstLayouts); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231178,7 +125624,6 @@ public void SignalSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ) => T.SignalSemaphoreNVX(signalGpu, fenceObjectCount, semaphoreArray, fenceValueArray); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] [MethodImpl( @@ -231191,9 +125636,6 @@ public void SignalSemaphoreNVX( [NativeTypeName("const GLuint64 *")] Ref fenceValueArray ) => T.SignalSemaphoreNVX(signalGpu, fenceObjectCount, semaphoreArray, fenceValueArray); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glSignalVkFenceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231201,9 +125643,6 @@ public void SignalSemaphoreNVX( public void SignalVkFenceNV([NativeTypeName("GLuint64")] ulong vkFence) => T.SignalVkFenceNV(vkFence); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glSignalVkSemaphoreNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231211,8 +125650,6 @@ public void SignalVkFenceNV([NativeTypeName("GLuint64")] ulong vkFence) => public void SignalVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore) => T.SignalVkSemaphoreNV(vkSemaphore); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231232,8 +125669,6 @@ public void SpecializeShader( pConstantValue ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] [MethodImpl( @@ -231254,8 +125689,6 @@ public void SpecializeShader( pConstantValue ); - [SupportedApiProfile("gl", ["GL_ARB_gl_spirv"])] - [SupportedApiProfile("glcore", ["GL_ARB_gl_spirv"])] [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231275,8 +125708,6 @@ public void SpecializeShaderARB( pConstantValue ); - [SupportedApiProfile("gl", ["GL_ARB_gl_spirv"])] - [SupportedApiProfile("glcore", ["GL_ARB_gl_spirv"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] [MethodImpl( @@ -231297,7 +125728,6 @@ public void SpecializeShaderARB( pConstantValue ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231307,7 +125737,6 @@ public void SpriteParameterSGIX( [NativeTypeName("GLfloat")] float param1 ) => T.SpriteParameterSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] [MethodImpl( @@ -231318,7 +125747,6 @@ public void SpriteParameterSGIX( [NativeTypeName("GLfloat")] float param1 ) => T.SpriteParameterSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231328,7 +125756,6 @@ public void SpriteParameterSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => T.SpriteParameterSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] [MethodImpl( @@ -231339,7 +125766,6 @@ public void SpriteParameterSGIX( [NativeTypeName("const GLfloat *")] Ref @params ) => T.SpriteParameterSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231349,7 +125775,6 @@ public void SpriteParameterSGIX( [NativeTypeName("GLint")] int param1 ) => T.SpriteParameterSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] [MethodImpl( @@ -231357,10 +125782,9 @@ public void SpriteParameterSGIX( )] public void SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 + [NativeTypeName("GLint")] Constant param1 ) => T.SpriteParameterSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231370,7 +125794,6 @@ public void SpriteParameterSGIX( [NativeTypeName("const GLint *")] int* @params ) => T.SpriteParameterSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] [MethodImpl( @@ -231381,15 +125804,12 @@ public void SpriteParameterSGIX( [NativeTypeName("const GLint *")] Ref @params ) => T.SpriteParameterSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glStartInstrumentsSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void StartInstrumentsSGIX() => T.StartInstrumentsSGIX(); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231402,8 +125822,6 @@ public void StartTilingQCOM( [NativeTypeName("GLbitfield")] uint preserveMask ) => T.StartTilingQCOM(x, y, width, height, preserveMask); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] [MethodImpl( @@ -231417,8 +125835,6 @@ public void StartTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask ) => T.StartTilingQCOM(x, y, width, height, preserveMask); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glStateCaptureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231428,7 +125844,6 @@ public void StateCaptureNV( [NativeTypeName("GLenum")] uint mode ) => T.StateCaptureNV(state, mode); - [SupportedApiProfile("gl", ["GL_EXT_stencil_clear_tag"])] [NativeFunction("opengl", EntryPoint = "glStencilClearTagEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231438,9 +125853,6 @@ public void StencilClearTagEXT( [NativeTypeName("GLuint")] uint stencilClearTag ) => T.StencilClearTagEXT(stencilTagBits, stencilClearTag); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231466,9 +125878,6 @@ public void StencilFillPathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] [MethodImpl( @@ -231495,9 +125904,6 @@ public void StencilFillPathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231508,9 +125914,6 @@ public void StencilFillPathNV( [NativeTypeName("GLuint")] uint mask ) => T.StencilFillPathNV(path, fillMode, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] [MethodImpl( @@ -231522,62 +125925,6 @@ public void StencilFillPathNV( [NativeTypeName("GLuint")] uint mask ) => T.StencilFillPathNV(path, fillMode, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilFunc")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231588,62 +125935,6 @@ public void StencilFunc( [NativeTypeName("GLuint")] uint mask ) => T.StencilFunc(func, @ref, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFunc")] [MethodImpl( @@ -231655,49 +125946,6 @@ public void StencilFunc( [NativeTypeName("GLuint")] uint mask ) => T.StencilFunc(func, @ref, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231709,49 +125957,6 @@ public void StencilFuncSeparate( [NativeTypeName("GLuint")] uint mask ) => T.StencilFuncSeparate(face, func, @ref, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] [MethodImpl( @@ -231764,7 +125969,6 @@ public void StencilFuncSeparate( [NativeTypeName("GLuint")] uint mask ) => T.StencilFuncSeparate(face, func, @ref, mask); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231776,7 +125980,6 @@ public void StencilFuncSeparateATI( [NativeTypeName("GLuint")] uint mask ) => T.StencilFuncSeparateATI(frontfunc, backfunc, @ref, mask); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] [MethodImpl( @@ -231789,111 +125992,12 @@ public void StencilFuncSeparateATI( [NativeTypeName("GLuint")] uint mask ) => T.StencilFuncSeparateATI(frontfunc, backfunc, @ref, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void StencilMask([NativeTypeName("GLuint")] uint mask) => T.StencilMask(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -231903,49 +126007,6 @@ public void StencilMaskSeparate( [NativeTypeName("GLuint")] uint mask ) => T.StencilMaskSeparate(face, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] [MethodImpl( @@ -231956,62 +126017,6 @@ public void StencilMaskSeparate( [NativeTypeName("GLuint")] uint mask ) => T.StencilMaskSeparate(face, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilOp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232022,62 +126027,6 @@ public void StencilOp( [NativeTypeName("GLenum")] uint zpass ) => T.StencilOp(fail, zfail, zpass); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOp")] [MethodImpl( @@ -232089,49 +126038,6 @@ public void StencilOp( [NativeTypeName("GLenum")] Constant zpass ) => T.StencilOp(fail, zfail, zpass); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232143,49 +126049,6 @@ public void StencilOpSeparate( [NativeTypeName("GLenum")] uint dppass ) => T.StencilOpSeparate(face, sfail, dpfail, dppass); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] [MethodImpl( @@ -232198,7 +126061,6 @@ public void StencilOpSeparate( [NativeTypeName("GLenum")] Constant dppass ) => T.StencilOpSeparate(face, sfail, dpfail, dppass); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232210,7 +126072,6 @@ public void StencilOpSeparateATI( [NativeTypeName("GLenum")] uint dppass ) => T.StencilOpSeparateATI(face, sfail, dpfail, dppass); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] [MethodImpl( @@ -232223,7 +126084,6 @@ public void StencilOpSeparateATI( [NativeTypeName("GLenum")] Constant dppass ) => T.StencilOpSeparateATI(face, sfail, dpfail, dppass); - [SupportedApiProfile("gl", ["GL_AMD_stencil_operation_extended"])] [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232233,7 +126093,6 @@ public void StencilOpValueAMD( [NativeTypeName("GLuint")] uint value ) => T.StencilOpValueAMD(face, value); - [SupportedApiProfile("gl", ["GL_AMD_stencil_operation_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] [MethodImpl( @@ -232244,9 +126103,6 @@ public void StencilOpValueAMD( [NativeTypeName("GLuint")] uint value ) => T.StencilOpValueAMD(face, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232272,9 +126128,6 @@ public void StencilStrokePathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] [MethodImpl( @@ -232301,9 +126154,6 @@ public void StencilStrokePathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232314,9 +126164,6 @@ public void StencilStrokePathNV( [NativeTypeName("GLuint")] uint mask ) => T.StencilStrokePathNV(path, reference, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232344,9 +126191,6 @@ public void StencilThenCoverFillPathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] [MethodImpl( @@ -232375,9 +126219,6 @@ public void StencilThenCoverFillPathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232389,9 +126230,6 @@ public void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] uint coverMode ) => T.StencilThenCoverFillPathNV(path, fillMode, mask, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] [MethodImpl( @@ -232404,9 +126242,6 @@ public void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] Constant coverMode ) => T.StencilThenCoverFillPathNV(path, fillMode, mask, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232434,9 +126269,6 @@ public void StencilThenCoverStrokePathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] [MethodImpl( @@ -232465,9 +126297,6 @@ public void StencilThenCoverStrokePathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232479,9 +126308,6 @@ public void StencilThenCoverStrokePathNV( [NativeTypeName("GLenum")] uint coverMode ) => T.StencilThenCoverStrokePathNV(path, reference, mask, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] [MethodImpl( @@ -232494,7 +126320,6 @@ public void StencilThenCoverStrokePathNV( [NativeTypeName("GLenum")] Constant coverMode ) => T.StencilThenCoverStrokePathNV(path, reference, mask, coverMode); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glStopInstrumentsSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232502,30 +126327,25 @@ public void StencilThenCoverStrokePathNV( public void StopInstrumentsSGIX([NativeTypeName("GLint")] int marker) => T.StopInstrumentsSGIX(marker); - [SupportedApiProfile("gl", ["GL_GREMEDY_string_marker"])] [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void StringMarkerGremedy( + public void StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] void* @string - ) => T.StringMarkerGremedy(len, @string); + ) => T.StringMarkerGREMEDY(len, @string); - [SupportedApiProfile("gl", ["GL_GREMEDY_string_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void StringMarkerGremedy( + public void StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] Ref @string - ) => T.StringMarkerGremedy(len, @string); + ) => T.StringMarkerGREMEDY(len, @string); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster"])] - [SupportedApiProfile("gles2", ["GL_NV_conservative_raster"])] [NativeFunction("opengl", EntryPoint = "glSubpixelPrecisionBiasNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232535,7 +126355,6 @@ public void SubpixelPrecisionBiasNV( [NativeTypeName("GLuint")] uint ybits ) => T.SubpixelPrecisionBiasNV(xbits, ybits); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232549,7 +126368,6 @@ public void SwizzleEXT( [NativeTypeName("GLenum")] uint outW ) => T.SwizzleEXT(res, @in, outX, outY, outZ, outW); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] [MethodImpl( @@ -232564,22 +126382,19 @@ public void SwizzleEXT( [NativeTypeName("GLenum")] Constant outW ) => T.SwizzleEXT(res, @in, outX, outY, outZ, outW); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glSyncTextureINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void SyncTextureIntel([NativeTypeName("GLuint")] uint texture) => - T.SyncTextureIntel(texture); + public void SyncTextureINTEL([NativeTypeName("GLuint")] uint texture) => + T.SyncTextureINTEL(texture); - [SupportedApiProfile("gl", ["GL_SGIX_tag_sample_buffer"])] [NativeFunction("opengl", EntryPoint = "glTagSampleBufferSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TagSampleBufferSGIX() => T.TagSampleBufferSGIX(); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3bEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232590,14 +126405,12 @@ public void Tangent3EXT( [NativeTypeName("GLbyte")] sbyte tz ) => T.Tangent3EXT(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Tangent3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => T.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] [MethodImpl( @@ -232606,7 +126419,6 @@ public void Tangent3EXT( public void Tangent3EXT([NativeTypeName("const GLbyte *")] Ref v) => T.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232617,14 +126429,12 @@ public void Tangent3EXT( [NativeTypeName("GLdouble")] double tz ) => T.Tangent3EXT(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Tangent3EXT([NativeTypeName("const GLdouble *")] double* v) => T.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] [MethodImpl( @@ -232633,7 +126443,6 @@ public void Tangent3EXT( public void Tangent3EXT([NativeTypeName("const GLdouble *")] Ref v) => T.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232644,14 +126453,12 @@ public void Tangent3EXT( [NativeTypeName("GLfloat")] float tz ) => T.Tangent3EXT(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Tangent3EXT([NativeTypeName("const GLfloat *")] float* v) => T.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] [MethodImpl( @@ -232660,7 +126467,6 @@ public void Tangent3EXT( public void Tangent3EXT([NativeTypeName("const GLfloat *")] Ref v) => T.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232671,14 +126477,12 @@ public void Tangent3EXT( [NativeTypeName("GLint")] int tz ) => T.Tangent3EXT(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Tangent3EXT([NativeTypeName("const GLint *")] int* v) => T.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] [MethodImpl( @@ -232686,7 +126490,6 @@ public void Tangent3EXT( )] public void Tangent3EXT([NativeTypeName("const GLint *")] Ref v) => T.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3sEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232697,14 +126500,12 @@ public void Tangent3EXT( [NativeTypeName("GLshort")] short tz ) => T.Tangent3EXT(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Tangent3EXT([NativeTypeName("const GLshort *")] short* v) => T.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] [MethodImpl( @@ -232713,7 +126514,6 @@ public void Tangent3EXT( public void Tangent3EXT([NativeTypeName("const GLshort *")] Ref v) => T.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232724,7 +126524,6 @@ public void TangentPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.TangentPointerEXT(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] [MethodImpl( @@ -232736,7 +126535,6 @@ public void TangentPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => T.TangentPointerEXT(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_3DFX_tbuffer"])] [NativeFunction("opengl", EntryPoint = "glTbufferMask3DFX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232744,7 +126542,6 @@ public void TangentPointerEXT( public void TbufferMask3DFX([NativeTypeName("GLuint")] uint mask) => T.TbufferMask3DFX(mask); - [SupportedApiProfile("gl", ["GL_AMD_vertex_shader_tessellator"])] [NativeFunction("opengl", EntryPoint = "glTessellationFactorAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232752,7 +126549,6 @@ public void TbufferMask3DFX([NativeTypeName("GLuint")] uint mask) => public void TessellationFactorAMD([NativeTypeName("GLfloat")] float factor) => T.TessellationFactorAMD(factor); - [SupportedApiProfile("gl", ["GL_AMD_vertex_shader_tessellator"])] [NativeFunction("opengl", EntryPoint = "glTessellationModeAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232761,28 +126557,23 @@ public void TessellationModeAMD([NativeTypeName("GLenum")] uint mode) => T.TessellationModeAMD(mode); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public MaybeBool TestFenceApple([NativeTypeName("GLuint")] uint fence) => - T.TestFenceApple(fence); + public MaybeBool TestFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + T.TestFenceAPPLE(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint TestFenceAppleRaw([NativeTypeName("GLuint")] uint fence) => - T.TestFenceAppleRaw(fence); + public uint TestFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence) => + T.TestFenceAppleRawAPPLE(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] [MethodImpl( @@ -232792,42 +126583,34 @@ public MaybeBool TestFenceNV([NativeTypeName("GLuint")] uint fence) => T.TestFenceNV(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint TestFenceNVRaw([NativeTypeName("GLuint")] uint fence) => - T.TestFenceNVRaw(fence); + public uint TestFenceNVRawNV([NativeTypeName("GLuint")] uint fence) => + T.TestFenceNVRawNV(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public MaybeBool TestObjectApple( + public MaybeBool TestObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name - ) => T.TestObjectApple(@object, name); + ) => T.TestObjectAPPLE(@object, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint TestObjectAppleRaw( + public uint TestObjectAppleRawAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name - ) => T.TestObjectAppleRaw(@object, name); + ) => T.TestObjectAppleRawAPPLE(@object, name); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232838,9 +126621,6 @@ public void TexAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => T.TexAttachMemoryNV(target, memory, offset); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] [MethodImpl( @@ -232852,38 +126632,6 @@ public void TexAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => T.TexAttachMemoryNV(target, memory, offset); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glTexBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232894,38 +126642,6 @@ public void TexBuffer( [NativeTypeName("GLuint")] uint buffer ) => T.TexBuffer(target, internalformat, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBuffer")] [MethodImpl( @@ -232937,8 +126653,6 @@ public void TexBuffer( [NativeTypeName("GLuint")] uint buffer ) => T.TexBuffer(target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_ARB_texture_buffer_object"])] - [SupportedApiProfile("glcore", ["GL_ARB_texture_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232949,8 +126663,6 @@ public void TexBufferARB( [NativeTypeName("GLuint")] uint buffer ) => T.TexBufferARB(target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_ARB_texture_buffer_object"])] - [SupportedApiProfile("glcore", ["GL_ARB_texture_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] [MethodImpl( @@ -232962,8 +126674,6 @@ public void TexBufferARB( [NativeTypeName("GLuint")] uint buffer ) => T.TexBufferARB(target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_texture_buffer_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232974,8 +126684,6 @@ public void TexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => T.TexBufferEXT(target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_texture_buffer_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] [MethodImpl( @@ -232987,7 +126695,6 @@ public void TexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => T.TexBufferEXT(target, internalformat, buffer); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -232998,7 +126705,6 @@ public void TexBufferOES( [NativeTypeName("GLuint")] uint buffer ) => T.TexBufferOES(target, internalformat, buffer); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] [MethodImpl( @@ -233010,28 +126716,6 @@ public void TexBufferOES( [NativeTypeName("GLuint")] uint buffer ) => T.TexBufferOES(target, internalformat, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233044,28 +126728,6 @@ public void TexBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => T.TexBufferRange(target, internalformat, buffer, offset, size); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] [MethodImpl( @@ -233079,7 +126741,6 @@ public void TexBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => T.TexBufferRange(target, internalformat, buffer, offset, size); - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233092,7 +126753,6 @@ public void TexBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => T.TexBufferRangeEXT(target, internalformat, buffer, offset, size); - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] [MethodImpl( @@ -233106,7 +126766,6 @@ public void TexBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => T.TexBufferRangeEXT(target, internalformat, buffer, offset, size); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233119,7 +126778,6 @@ public void TexBufferRangeOES( [NativeTypeName("GLsizeiptr")] nuint size ) => T.TexBufferRangeOES(target, internalformat, buffer, offset, size); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] [MethodImpl( @@ -233133,7 +126791,6 @@ public void TexBufferRangeOES( [NativeTypeName("GLsizeiptr")] nuint size ) => T.TexBufferRangeOES(target, internalformat, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233143,7 +126800,6 @@ public void TexBumpParameterATI( [NativeTypeName("const GLfloat *")] float* param1 ) => T.TexBumpParameterATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] [MethodImpl( @@ -233154,7 +126810,6 @@ public void TexBumpParameterATI( [NativeTypeName("const GLfloat *")] Ref param1 ) => T.TexBumpParameterATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233164,7 +126819,6 @@ public void TexBumpParameterATI( [NativeTypeName("const GLint *")] int* param1 ) => T.TexBumpParameterATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] [MethodImpl( @@ -233175,23 +126829,20 @@ public void TexBumpParameterATI( [NativeTypeName("const GLint *")] Ref param1 ) => T.TexBumpParameterATI(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord1OES([NativeTypeName("GLbyte")] sbyte s) => T.TexCoord1OES(s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1BvO([NativeTypeName("const GLbyte *")] sbyte coords) => - T.TexCoord1BvO(coords); + public void TexCoord1BvOOES([NativeTypeName("const GLbyte *")] sbyte coords) => + T.TexCoord1BvOOES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233199,7 +126850,6 @@ public void TexCoord1BvO([NativeTypeName("const GLbyte *")] sbyte coords) => public void TexCoord1OES([NativeTypeName("const GLbyte *")] sbyte* coords) => T.TexCoord1OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl( @@ -233208,563 +126858,156 @@ public void TexCoord1OES([NativeTypeName("const GLbyte *")] sbyte* coords) => public void TexCoord1OES([NativeTypeName("const GLbyte *")] Ref coords) => T.TexCoord1OES(coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1D([NativeTypeName("GLdouble")] double s) => T.TexCoord1D(s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1d([NativeTypeName("GLdouble")] double s) => T.TexCoord1d(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1Dv([NativeTypeName("const GLdouble *")] double* v) => T.TexCoord1Dv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1dv([NativeTypeName("const GLdouble *")] double* v) => T.TexCoord1dv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1Dv([NativeTypeName("const GLdouble *")] Ref v) => - T.TexCoord1Dv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1dv([NativeTypeName("const GLdouble *")] Ref v) => + T.TexCoord1dv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1Dv([NativeTypeName("const GLdouble *")] double v) => T.TexCoord1Dv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1dv([NativeTypeName("const GLdouble *")] double v) => T.TexCoord1dv(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1F([NativeTypeName("GLfloat")] float s) => T.TexCoord1F(s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1f([NativeTypeName("GLfloat")] float s) => T.TexCoord1f(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1Fv([NativeTypeName("const GLfloat *")] float* v) => T.TexCoord1Fv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1fv([NativeTypeName("const GLfloat *")] float* v) => T.TexCoord1fv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1Fv([NativeTypeName("const GLfloat *")] Ref v) => - T.TexCoord1Fv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1fv([NativeTypeName("const GLfloat *")] Ref v) => + T.TexCoord1fv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1Fv([NativeTypeName("const GLfloat *")] float v) => T.TexCoord1Fv(v); + public void TexCoord1fv([NativeTypeName("const GLfloat *")] float v) => T.TexCoord1fv(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord1NV([NativeTypeName("GLhalfNV")] ushort s) => T.TexCoord1NV(s); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort* v) => - T.TexCoord1HvNV(v); + public void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort* v) => + T.TexCoord1hvNV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] Ref v) => - T.TexCoord1HvNV(v); + public void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] Ref v) => + T.TexCoord1hvNV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort v) => - T.TexCoord1HvNV(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort v) => + T.TexCoord1hvNV(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1I([NativeTypeName("GLint")] int s) => T.TexCoord1I(s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1i([NativeTypeName("GLint")] int s) => T.TexCoord1i(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1Iv([NativeTypeName("const GLint *")] int* v) => T.TexCoord1Iv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1iv([NativeTypeName("const GLint *")] int* v) => T.TexCoord1iv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1Iv([NativeTypeName("const GLint *")] Ref v) => T.TexCoord1Iv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1iv([NativeTypeName("const GLint *")] Ref v) => T.TexCoord1iv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1Iv([NativeTypeName("const GLint *")] int v) => T.TexCoord1Iv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1iv([NativeTypeName("const GLint *")] int v) => T.TexCoord1iv(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1S([NativeTypeName("GLshort")] short s) => T.TexCoord1S(s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1s([NativeTypeName("GLshort")] short s) => T.TexCoord1s(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1Sv([NativeTypeName("const GLshort *")] short* v) => T.TexCoord1Sv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1sv([NativeTypeName("const GLshort *")] short* v) => T.TexCoord1sv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1Sv([NativeTypeName("const GLshort *")] Ref v) => - T.TexCoord1Sv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public void TexCoord1sv([NativeTypeName("const GLshort *")] Ref v) => + T.TexCoord1sv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1Sv([NativeTypeName("const GLshort *")] short v) => T.TexCoord1Sv(v); + public void TexCoord1sv([NativeTypeName("const GLshort *")] short v) => T.TexCoord1sv(v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord1XOES([NativeTypeName("GLfixed")] int s) => T.TexCoord1XOES(s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoord1XvO([NativeTypeName("const GLfixed *")] int coords) => - T.TexCoord1XvO(coords); + public void TexCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords) => + T.TexCoord1XvOOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233772,7 +127015,6 @@ public void TexCoord1XvO([NativeTypeName("const GLfixed *")] int coords) => public void TexCoord1XOES([NativeTypeName("const GLfixed *")] int* coords) => T.TexCoord1XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl( @@ -233781,7 +127023,6 @@ public void TexCoord1XOES([NativeTypeName("const GLfixed *")] int* coords) => public void TexCoord1XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.TexCoord1XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233791,7 +127032,6 @@ public void TexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ) => T.TexCoord2OES(s, t); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233799,7 +127039,6 @@ public void TexCoord2OES( public void TexCoord2OES([NativeTypeName("const GLbyte *")] sbyte* coords) => T.TexCoord2OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] [MethodImpl( @@ -233808,31 +127047,6 @@ public void TexCoord2OES([NativeTypeName("const GLbyte *")] sbyte* coords) => public void TexCoord2OES([NativeTypeName("const GLbyte *")] Ref coords) => T.TexCoord2OES(coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233842,62 +127056,12 @@ public void TexCoord2( [NativeTypeName("GLdouble")] double t ) => T.TexCoord2(s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord2([NativeTypeName("const GLdouble *")] double* v) => T.TexCoord2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] [MethodImpl( @@ -233905,31 +127069,6 @@ public void TexCoord2( )] public void TexCoord2([NativeTypeName("const GLdouble *")] Ref v) => T.TexCoord2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233939,7 +127078,6 @@ public void TexCoord2( [NativeTypeName("GLfloat")] float t ) => T.TexCoord2(s, t); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233955,7 +127093,6 @@ public void TexCoord2FColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.TexCoord2FColor3FVertex3SUN(s, t, r, g, b, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233966,7 +127103,6 @@ public void TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.TexCoord2FColor3FVertex3SUN(tc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] [MethodImpl( @@ -233978,7 +127114,6 @@ public void TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.TexCoord2FColor3FVertex3SUN(tc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -233998,7 +127133,6 @@ public void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.TexCoord2FColor4FNormal3FVertex3SUN(s, t, r, g, b, a, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234010,7 +127144,6 @@ public void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.TexCoord2FColor4FNormal3FVertex3SUN(tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -234023,7 +127156,6 @@ public void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.TexCoord2FColor4FNormal3FVertex3SUN(tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234040,7 +127172,6 @@ public void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.TexCoord2FColor4UbVertex3SUN(s, t, r, g, b, a, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234051,7 +127182,6 @@ public void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.TexCoord2FColor4UbVertex3SUN(tc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] [MethodImpl( @@ -234063,7 +127193,6 @@ public void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.TexCoord2FColor4UbVertex3SUN(tc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234079,7 +127208,6 @@ public void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.TexCoord2FNormal3FVertex3SUN(s, t, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234090,7 +127218,6 @@ public void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.TexCoord2FNormal3FVertex3SUN(tc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -234102,62 +127229,12 @@ public void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.TexCoord2FNormal3FVertex3SUN(tc, n, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord2([NativeTypeName("const GLfloat *")] float* v) => T.TexCoord2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] [MethodImpl( @@ -234165,7 +127242,6 @@ public void TexCoord2FNormal3FVertex3SUN( )] public void TexCoord2([NativeTypeName("const GLfloat *")] Ref v) => T.TexCoord2(v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234178,7 +127254,6 @@ public void TexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => T.TexCoord2FVertex3SUN(s, t, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234188,7 +127263,6 @@ public void TexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.TexCoord2FVertex3SUN(tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -234199,7 +127273,6 @@ public void TexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.TexCoord2FVertex3SUN(tc, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234209,14 +127282,12 @@ public void TexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ) => T.TexCoord2NV(s, t); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord2NV([NativeTypeName("const GLhalfNV *")] ushort* v) => T.TexCoord2NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] [MethodImpl( @@ -234225,31 +127296,6 @@ public void TexCoord2NV( public void TexCoord2NV([NativeTypeName("const GLhalfNV *")] Ref v) => T.TexCoord2NV(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234257,62 +127303,12 @@ public void TexCoord2NV([NativeTypeName("const GLhalfNV *")] Ref v) => public void TexCoord2([NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t) => T.TexCoord2(s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord2([NativeTypeName("const GLint *")] int* v) => T.TexCoord2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] [MethodImpl( @@ -234320,31 +127316,6 @@ public void TexCoord2([NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] )] public void TexCoord2([NativeTypeName("const GLint *")] Ref v) => T.TexCoord2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234354,62 +127325,12 @@ public void TexCoord2( [NativeTypeName("GLshort")] short t ) => T.TexCoord2(s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord2([NativeTypeName("const GLshort *")] short* v) => T.TexCoord2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] [MethodImpl( @@ -234417,7 +127338,6 @@ public void TexCoord2( )] public void TexCoord2([NativeTypeName("const GLshort *")] Ref v) => T.TexCoord2(v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234427,7 +127347,6 @@ public void TexCoord2XOES( [NativeTypeName("GLfixed")] int t ) => T.TexCoord2XOES(s, t); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234435,7 +127354,6 @@ public void TexCoord2XOES( public void TexCoord2XOES([NativeTypeName("const GLfixed *")] int* coords) => T.TexCoord2XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] [MethodImpl( @@ -234444,7 +127362,6 @@ public void TexCoord2XOES([NativeTypeName("const GLfixed *")] int* coords) => public void TexCoord2XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.TexCoord2XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234455,7 +127372,6 @@ public void TexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ) => T.TexCoord3OES(s, t, r); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234463,7 +127379,6 @@ public void TexCoord3OES( public void TexCoord3OES([NativeTypeName("const GLbyte *")] sbyte* coords) => T.TexCoord3OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] [MethodImpl( @@ -234472,31 +127387,6 @@ public void TexCoord3OES([NativeTypeName("const GLbyte *")] sbyte* coords) => public void TexCoord3OES([NativeTypeName("const GLbyte *")] Ref coords) => T.TexCoord3OES(coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234507,62 +127397,12 @@ public void TexCoord3( [NativeTypeName("GLdouble")] double r ) => T.TexCoord3(s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord3([NativeTypeName("const GLdouble *")] double* v) => T.TexCoord3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] [MethodImpl( @@ -234570,31 +127410,6 @@ public void TexCoord3( )] public void TexCoord3([NativeTypeName("const GLdouble *")] Ref v) => T.TexCoord3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234605,62 +127420,12 @@ public void TexCoord3( [NativeTypeName("GLfloat")] float r ) => T.TexCoord3(s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord3([NativeTypeName("const GLfloat *")] float* v) => T.TexCoord3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] [MethodImpl( @@ -234668,7 +127433,6 @@ public void TexCoord3( )] public void TexCoord3([NativeTypeName("const GLfloat *")] Ref v) => T.TexCoord3(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234679,14 +127443,12 @@ public void TexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ) => T.TexCoord3NV(s, t, r); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => T.TexCoord3NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] [MethodImpl( @@ -234695,31 +127457,6 @@ public void TexCoord3NV( public void TexCoord3NV([NativeTypeName("const GLhalfNV *")] Ref v) => T.TexCoord3NV(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234730,62 +127467,12 @@ public void TexCoord3( [NativeTypeName("GLint")] int r ) => T.TexCoord3(s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord3([NativeTypeName("const GLint *")] int* v) => T.TexCoord3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] [MethodImpl( @@ -234793,31 +127480,6 @@ public void TexCoord3( )] public void TexCoord3([NativeTypeName("const GLint *")] Ref v) => T.TexCoord3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234828,62 +127490,12 @@ public void TexCoord3( [NativeTypeName("GLshort")] short r ) => T.TexCoord3(s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord3([NativeTypeName("const GLshort *")] short* v) => T.TexCoord3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] [MethodImpl( @@ -234891,7 +127503,6 @@ public void TexCoord3( )] public void TexCoord3([NativeTypeName("const GLshort *")] Ref v) => T.TexCoord3(v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234902,7 +127513,6 @@ public void TexCoord3XOES( [NativeTypeName("GLfixed")] int r ) => T.TexCoord3XOES(s, t, r); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234910,7 +127520,6 @@ public void TexCoord3XOES( public void TexCoord3XOES([NativeTypeName("const GLfixed *")] int* coords) => T.TexCoord3XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] [MethodImpl( @@ -234919,7 +127528,6 @@ public void TexCoord3XOES([NativeTypeName("const GLfixed *")] int* coords) => public void TexCoord3XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.TexCoord3XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234931,7 +127539,6 @@ public void TexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ) => T.TexCoord4OES(s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234939,7 +127546,6 @@ public void TexCoord4OES( public void TexCoord4OES([NativeTypeName("const GLbyte *")] sbyte* coords) => T.TexCoord4OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] [MethodImpl( @@ -234948,31 +127554,6 @@ public void TexCoord4OES([NativeTypeName("const GLbyte *")] sbyte* coords) => public void TexCoord4OES([NativeTypeName("const GLbyte *")] Ref coords) => T.TexCoord4OES(coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -234984,62 +127565,12 @@ public void TexCoord4( [NativeTypeName("GLdouble")] double q ) => T.TexCoord4(s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord4([NativeTypeName("const GLdouble *")] double* v) => T.TexCoord4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] [MethodImpl( @@ -235047,31 +127578,6 @@ public void TexCoord4( )] public void TexCoord4([NativeTypeName("const GLdouble *")] Ref v) => T.TexCoord4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235083,7 +127589,6 @@ public void TexCoord4( [NativeTypeName("GLfloat")] float q ) => T.TexCoord4(s, t, r, q); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235106,7 +127611,6 @@ public void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("GLfloat")] float w ) => T.TexCoord4FColor4FNormal3FVertex4SUN(s, t, p, q, r, g, b, a, nx, ny, nz, x, y, z, w); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235118,7 +127622,6 @@ public void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.TexCoord4FColor4FNormal3FVertex4SUN(tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] [MethodImpl( @@ -235131,62 +127634,12 @@ public void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.TexCoord4FColor4FNormal3FVertex4SUN(tc, c, n, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord4([NativeTypeName("const GLfloat *")] float* v) => T.TexCoord4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] [MethodImpl( @@ -235194,7 +127647,6 @@ public void TexCoord4FColor4FNormal3FVertex4SUN( )] public void TexCoord4([NativeTypeName("const GLfloat *")] Ref v) => T.TexCoord4(v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235210,7 +127662,6 @@ public void TexCoord4FVertex4SUN( [NativeTypeName("GLfloat")] float w ) => T.TexCoord4FVertex4SUN(s, t, p, q, x, y, z, w); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235220,7 +127671,6 @@ public void TexCoord4FVertex4SUN( [NativeTypeName("const GLfloat *")] float* v ) => T.TexCoord4FVertex4SUN(tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] [MethodImpl( @@ -235231,7 +127681,6 @@ public void TexCoord4FVertex4SUN( [NativeTypeName("const GLfloat *")] Ref v ) => T.TexCoord4FVertex4SUN(tc, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235243,14 +127692,12 @@ public void TexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ) => T.TexCoord4NV(s, t, r, q); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord4NV([NativeTypeName("const GLhalfNV *")] ushort* v) => T.TexCoord4NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] [MethodImpl( @@ -235259,31 +127706,6 @@ public void TexCoord4NV( public void TexCoord4NV([NativeTypeName("const GLhalfNV *")] Ref v) => T.TexCoord4NV(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235295,62 +127717,12 @@ public void TexCoord4( [NativeTypeName("GLint")] int q ) => T.TexCoord4(s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord4([NativeTypeName("const GLint *")] int* v) => T.TexCoord4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] [MethodImpl( @@ -235358,31 +127730,6 @@ public void TexCoord4( )] public void TexCoord4([NativeTypeName("const GLint *")] Ref v) => T.TexCoord4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235394,62 +127741,12 @@ public void TexCoord4( [NativeTypeName("GLshort")] short q ) => T.TexCoord4(s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TexCoord4([NativeTypeName("const GLshort *")] short* v) => T.TexCoord4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] [MethodImpl( @@ -235457,7 +127754,6 @@ public void TexCoord4( )] public void TexCoord4([NativeTypeName("const GLshort *")] Ref v) => T.TexCoord4(v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235469,7 +127765,6 @@ public void TexCoord4XOES( [NativeTypeName("GLfixed")] int q ) => T.TexCoord4XOES(s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235477,7 +127772,6 @@ public void TexCoord4XOES( public void TexCoord4XOES([NativeTypeName("const GLfixed *")] int* coords) => T.TexCoord4XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] [MethodImpl( @@ -235486,8 +127780,6 @@ public void TexCoord4XOES([NativeTypeName("const GLfixed *")] int* coords) => public void TexCoord4XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.TexCoord4XOES(coords); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glTexCoordFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235498,7 +127790,6 @@ public void TexCoordFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.TexCoordFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235508,7 +127799,6 @@ public void TexCoordP1( [NativeTypeName("GLuint")] uint coords ) => T.TexCoordP1(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] [MethodImpl( @@ -235519,39 +127809,35 @@ public void TexCoordP1( [NativeTypeName("GLuint")] uint coords ) => T.TexCoordP1(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordP1Uiv( + public void TexCoordP1uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => T.TexCoordP1Uiv(type, coords); + ) => T.TexCoordP1uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordP1Uiv( + public void TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => T.TexCoordP1Uiv(type, coords); + ) => T.TexCoordP1uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordP1Uiv( + public void TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => T.TexCoordP1Uiv(type, coords); + ) => T.TexCoordP1uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235561,7 +127847,6 @@ public void TexCoordP2( [NativeTypeName("GLuint")] uint coords ) => T.TexCoordP2(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] [MethodImpl( @@ -235572,39 +127857,35 @@ public void TexCoordP2( [NativeTypeName("GLuint")] uint coords ) => T.TexCoordP2(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordP2Uiv( + public void TexCoordP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => T.TexCoordP2Uiv(type, coords); + ) => T.TexCoordP2uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordP2Uiv( + public void TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => T.TexCoordP2Uiv(type, coords); + ) => T.TexCoordP2uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordP2Uiv( + public void TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => T.TexCoordP2Uiv(type, coords); + ) => T.TexCoordP2uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235614,7 +127895,6 @@ public void TexCoordP3( [NativeTypeName("GLuint")] uint coords ) => T.TexCoordP3(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] [MethodImpl( @@ -235625,39 +127905,35 @@ public void TexCoordP3( [NativeTypeName("GLuint")] uint coords ) => T.TexCoordP3(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordP3Uiv( + public void TexCoordP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => T.TexCoordP3Uiv(type, coords); + ) => T.TexCoordP3uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordP3Uiv( + public void TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => T.TexCoordP3Uiv(type, coords); + ) => T.TexCoordP3uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordP3Uiv( + public void TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => T.TexCoordP3Uiv(type, coords); + ) => T.TexCoordP3uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235667,7 +127943,6 @@ public void TexCoordP4( [NativeTypeName("GLuint")] uint coords ) => T.TexCoordP4(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] [MethodImpl( @@ -235678,63 +127953,35 @@ public void TexCoordP4( [NativeTypeName("GLuint")] uint coords ) => T.TexCoordP4(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordP4Uiv( + public void TexCoordP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => T.TexCoordP4Uiv(type, coords); + ) => T.TexCoordP4uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordP4Uiv( + public void TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => T.TexCoordP4Uiv(type, coords); + ) => T.TexCoordP4uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordP4Uiv( + public void TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => T.TexCoordP4Uiv(type, coords); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + ) => T.TexCoordP4uiv(type, coords); + [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235746,31 +127993,6 @@ public void TexCoordPointer( [NativeTypeName("const void *")] void* pointer ) => T.TexCoordPointer(size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] [MethodImpl( @@ -235783,7 +128005,6 @@ public void TexCoordPointer( [NativeTypeName("const void *")] Ref pointer ) => T.TexCoordPointer(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235796,7 +128017,6 @@ public void TexCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.TexCoordPointerEXT(size, type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] [MethodImpl( @@ -235810,7 +128030,6 @@ public void TexCoordPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => T.TexCoordPointerEXT(size, type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235823,7 +128042,6 @@ public void TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.TexCoordPointerListIBM(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl( @@ -235837,7 +128055,6 @@ public void TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.TexCoordPointerListIBM(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl( @@ -235849,55 +128066,27 @@ public Ptr TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.TexCoordPointerListIBM(type, stride, ptrstride); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordPointerIntel( + public void TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer - ) => T.TexCoordPointerIntel(size, type, pointer); + ) => T.TexCoordPointerINTEL(size, type, pointer); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexCoordPointerIntel( + public void TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer - ) => T.TexCoordPointerIntel(size, type, pointer); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] + ) => T.TexCoordPointerINTEL(size, type, pointer); + [NativeFunction("opengl", EntryPoint = "glTexEnvf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235908,32 +128097,6 @@ public void TexEnv( [NativeTypeName("GLfloat")] float param2 ) => T.TexEnv(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvf")] [MethodImpl( @@ -235945,32 +128108,6 @@ public void TexEnv( [NativeTypeName("GLfloat")] float param2 ) => T.TexEnv(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -235981,32 +128118,6 @@ public void TexEnv( [NativeTypeName("const GLfloat *")] float* @params ) => T.TexEnv(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] [MethodImpl( @@ -236018,32 +128129,6 @@ public void TexEnv( [NativeTypeName("const GLfloat *")] Ref @params ) => T.TexEnv(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236054,32 +128139,6 @@ public void TexEnv( [NativeTypeName("GLint")] int param2 ) => T.TexEnv(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvi")] [MethodImpl( @@ -236091,32 +128150,6 @@ public void TexEnv( [NativeTypeName("GLint")] int param2 ) => T.TexEnv(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnviv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236127,32 +128160,6 @@ public void TexEnv( [NativeTypeName("const GLint *")] int* @params ) => T.TexEnv(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnviv")] [MethodImpl( @@ -236164,7 +128171,6 @@ public void TexEnv( [NativeTypeName("const GLint *")] Ref @params ) => T.TexEnv(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236175,7 +128181,6 @@ public void TexEnvx( [NativeTypeName("GLfixed")] int param2 ) => T.TexEnvx(target, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvx")] [MethodImpl( @@ -236187,8 +128192,6 @@ public void TexEnvx( [NativeTypeName("GLfixed")] int param2 ) => T.TexEnvx(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236199,8 +128202,6 @@ public void TexEnvxOES( [NativeTypeName("GLfixed")] int param2 ) => T.TexEnvxOES(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] [MethodImpl( @@ -236212,7 +128213,6 @@ public void TexEnvxOES( [NativeTypeName("GLfixed")] int param2 ) => T.TexEnvxOES(target, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236223,7 +128223,6 @@ public void TexEnvx( [NativeTypeName("const GLfixed *")] int* @params ) => T.TexEnvx(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] [MethodImpl( @@ -236235,8 +128234,6 @@ public void TexEnvx( [NativeTypeName("const GLfixed *")] Ref @params ) => T.TexEnvx(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236247,8 +128244,6 @@ public void TexEnvxOES( [NativeTypeName("const GLfixed *")] int* @params ) => T.TexEnvxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] [MethodImpl( @@ -236260,7 +128255,6 @@ public void TexEnvxOES( [NativeTypeName("const GLfixed *")] Ref @params ) => T.TexEnvxOES(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_QCOM_motion_estimation"])] [NativeFunction("opengl", EntryPoint = "glTexEstimateMotionQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236271,7 +128265,6 @@ public void TexEstimateMotionQCOM( [NativeTypeName("GLuint")] uint output ) => T.TexEstimateMotionQCOM(@ref, target, output); - [SupportedApiProfile("gles2", ["GL_QCOM_motion_estimation"])] [NativeFunction("opengl", EntryPoint = "glTexEstimateMotionRegionsQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236283,19 +128276,17 @@ public void TexEstimateMotionRegionQCOM( [NativeTypeName("GLuint")] uint mask ) => T.TexEstimateMotionRegionQCOM(@ref, target, output, mask); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TexFilterFuncSGI( + public void TexFilterFuncSGISGIS( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant filter, [NativeTypeName("const GLfloat *")] float weights - ) => T.TexFilterFuncSGI(target, filter, weights); + ) => T.TexFilterFuncSGISGIS(target, filter, weights); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236307,7 +128298,6 @@ public void TexFilterFuncSGIS( [NativeTypeName("const GLfloat *")] float* weights ) => T.TexFilterFuncSGIS(target, filter, n, weights); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl( @@ -236320,31 +128310,6 @@ public void TexFilterFuncSGIS( [NativeTypeName("const GLfloat *")] Ref weights ) => T.TexFilterFuncSGIS(target, filter, n, weights); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGend")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236355,31 +128320,6 @@ public void TexGen( [NativeTypeName("GLdouble")] double param2 ) => T.TexGen(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGend")] [MethodImpl( @@ -236391,31 +128331,6 @@ public void TexGen( [NativeTypeName("GLdouble")] double param2 ) => T.TexGen(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGendv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236426,31 +128341,6 @@ public void TexGen( [NativeTypeName("const GLdouble *")] double* @params ) => T.TexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGendv")] [MethodImpl( @@ -236462,31 +128352,6 @@ public void TexGen( [NativeTypeName("const GLdouble *")] Ref @params ) => T.TexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGenf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236497,31 +128362,6 @@ public void TexGen( [NativeTypeName("GLfloat")] float param2 ) => T.TexGen(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenf")] [MethodImpl( @@ -236533,7 +128373,6 @@ public void TexGen( [NativeTypeName("GLfloat")] float param2 ) => T.TexGen(coord, pname, param2); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236544,7 +128383,6 @@ public void TexGenOES( [NativeTypeName("GLfloat")] float param2 ) => T.TexGenOES(coord, pname, param2); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] [MethodImpl( @@ -236556,31 +128394,6 @@ public void TexGenOES( [NativeTypeName("GLfloat")] float param2 ) => T.TexGenOES(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGenfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236591,31 +128404,6 @@ public void TexGen( [NativeTypeName("const GLfloat *")] float* @params ) => T.TexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfv")] [MethodImpl( @@ -236627,7 +128415,6 @@ public void TexGen( [NativeTypeName("const GLfloat *")] Ref @params ) => T.TexGen(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236638,7 +128425,6 @@ public void TexGenOES( [NativeTypeName("const GLfloat *")] float* @params ) => T.TexGenOES(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] [MethodImpl( @@ -236650,31 +128436,6 @@ public void TexGenOES( [NativeTypeName("const GLfloat *")] Ref @params ) => T.TexGenOES(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGeni")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236685,31 +128446,6 @@ public void TexGen( [NativeTypeName("GLint")] int param2 ) => T.TexGen(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeni")] [MethodImpl( @@ -236721,7 +128457,6 @@ public void TexGen( [NativeTypeName("GLint")] int param2 ) => T.TexGen(coord, pname, param2); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236732,7 +128467,6 @@ public void TexGenOES( [NativeTypeName("GLint")] int param2 ) => T.TexGenOES(coord, pname, param2); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] [MethodImpl( @@ -236744,31 +128478,6 @@ public void TexGenOES( [NativeTypeName("GLint")] int param2 ) => T.TexGenOES(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGeniv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236779,31 +128488,6 @@ public void TexGen( [NativeTypeName("const GLint *")] int* @params ) => T.TexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeniv")] [MethodImpl( @@ -236815,7 +128499,6 @@ public void TexGen( [NativeTypeName("const GLint *")] Ref @params ) => T.TexGen(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236826,7 +128509,6 @@ public void TexGenOES( [NativeTypeName("const GLint *")] int* @params ) => T.TexGenOES(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] [MethodImpl( @@ -236838,8 +128520,6 @@ public void TexGenOES( [NativeTypeName("const GLint *")] Ref @params ) => T.TexGenOES(coord, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236850,8 +128530,6 @@ public void TexGenxOES( [NativeTypeName("GLfixed")] int param2 ) => T.TexGenxOES(coord, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] [MethodImpl( @@ -236863,8 +128541,6 @@ public void TexGenxOES( [NativeTypeName("GLfixed")] int param2 ) => T.TexGenxOES(coord, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236875,8 +128551,6 @@ public void TexGenxOES( [NativeTypeName("const GLfixed *")] int* @params ) => T.TexGenxOES(coord, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] [MethodImpl( @@ -236888,56 +128562,6 @@ public void TexGenxOES( [NativeTypeName("const GLfixed *")] Ref @params ) => T.TexGenxOES(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -236953,56 +128577,6 @@ public void TexImage1D( [NativeTypeName("const void *")] void* pixels ) => T.TexImage1D(target, level, internalformat, width, border, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage1D")] [MethodImpl( @@ -237019,62 +128593,6 @@ public void TexImage1D( [NativeTypeName("const void *")] Ref pixels ) => T.TexImage1D(target, level, internalformat, width, border, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -237102,62 +128620,6 @@ public void TexImage2D( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2D")] [MethodImpl( @@ -237186,38 +128648,6 @@ public void TexImage2D( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -237239,38 +128669,6 @@ public void TexImage2DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] [MethodImpl( @@ -237293,7 +128691,6 @@ public void TexImage2DMultisample( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -237317,7 +128714,6 @@ public void TexImage2DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] [MethodImpl( @@ -237342,52 +128738,6 @@ public void TexImage2DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -237417,52 +128767,6 @@ public void TexImage3D( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3D")] [MethodImpl( @@ -237493,7 +128797,6 @@ public void TexImage3D( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -237523,7 +128826,6 @@ public void TexImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] [MethodImpl( @@ -237554,38 +128856,6 @@ public void TexImage3DEXT( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -237609,38 +128879,6 @@ public void TexImage3DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] [MethodImpl( @@ -237665,7 +128903,6 @@ public void TexImage3DMultisample( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -237691,7 +128928,6 @@ public void TexImage3DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] [MethodImpl( @@ -237718,7 +128954,6 @@ public void TexImage3DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -237748,7 +128983,6 @@ public void TexImage3DOES( pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] [MethodImpl( @@ -237779,7 +129013,6 @@ public void TexImage3DOES( pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -237811,7 +129044,6 @@ public void TexImage4DSGIS( pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] [MethodImpl( @@ -237844,8 +129076,6 @@ public void TexImage4DSGIS( pixels ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -237873,8 +129103,6 @@ public void TexPageCommitmentARB( commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] [MethodImpl( @@ -237903,7 +129131,6 @@ public void TexPageCommitmentARB( commit ); - [SupportedApiProfile("gles2", ["GL_EXT_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -237931,7 +129158,6 @@ public void TexPageCommitmentEXT( commit ); - [SupportedApiProfile("gles2", ["GL_EXT_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] [MethodImpl( @@ -237960,9 +129186,6 @@ public void TexPageCommitmentEXT( commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -237996,9 +129219,6 @@ public void TexPageCommitmentMemNV( commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] [MethodImpl( @@ -238033,62 +129253,6 @@ public void TexPageCommitmentMemNV( commit ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238099,62 +129263,6 @@ public void TexParameter( [NativeTypeName("GLfloat")] float param2 ) => T.TexParameter(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterf")] [MethodImpl( @@ -238166,62 +129274,6 @@ public void TexParameter( [NativeTypeName("GLfloat")] float param2 ) => T.TexParameter(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238232,62 +129284,6 @@ public void TexParameter( [NativeTypeName("const GLfloat *")] float* @params ) => T.TexParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] [MethodImpl( @@ -238299,62 +129295,6 @@ public void TexParameter( [NativeTypeName("const GLfloat *")] Ref @params ) => T.TexParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238365,62 +129305,6 @@ public void TexParameter( [NativeTypeName("GLint")] int param2 ) => T.TexParameter(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameteri")] [MethodImpl( @@ -238432,40 +129316,6 @@ public void TexParameter( [NativeTypeName("GLint")] int param2 ) => T.TexParameter(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238476,40 +129326,6 @@ public void TexParameterI( [NativeTypeName("const GLint *")] int* @params ) => T.TexParameterI(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] [MethodImpl( @@ -238521,8 +129337,6 @@ public void TexParameterI( [NativeTypeName("const GLint *")] Ref @params ) => T.TexParameterI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238533,8 +129347,6 @@ public void TexParameterIEXT( [NativeTypeName("const GLint *")] int* @params ) => T.TexParameterIEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] [MethodImpl( @@ -238546,7 +129358,6 @@ public void TexParameterIEXT( [NativeTypeName("const GLint *")] Ref @params ) => T.TexParameterIEXT(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238557,7 +129368,6 @@ public void TexParameterIOES( [NativeTypeName("const GLint *")] int* @params ) => T.TexParameterIOES(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] [MethodImpl( @@ -238569,40 +129379,6 @@ public void TexParameterIOES( [NativeTypeName("const GLint *")] Ref @params ) => T.TexParameterIOES(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238613,40 +129389,6 @@ public void TexParameterI( [NativeTypeName("const GLuint *")] uint* @params ) => T.TexParameterI(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] [MethodImpl( @@ -238658,8 +129400,6 @@ public void TexParameterI( [NativeTypeName("const GLuint *")] Ref @params ) => T.TexParameterI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238670,8 +129410,6 @@ public void TexParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ) => T.TexParameterIEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] [MethodImpl( @@ -238683,7 +129421,6 @@ public void TexParameterIEXT( [NativeTypeName("const GLuint *")] Ref @params ) => T.TexParameterIEXT(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238694,7 +129431,6 @@ public void TexParameterIOES( [NativeTypeName("const GLuint *")] uint* @params ) => T.TexParameterIOES(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] [MethodImpl( @@ -238706,62 +129442,6 @@ public void TexParameterIOES( [NativeTypeName("const GLuint *")] Ref @params ) => T.TexParameterIOES(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238772,62 +129452,6 @@ public void TexParameter( [NativeTypeName("const GLint *")] int* @params ) => T.TexParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] [MethodImpl( @@ -238839,7 +129463,6 @@ public void TexParameter( [NativeTypeName("const GLint *")] Ref @params ) => T.TexParameter(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238850,7 +129473,6 @@ public void TexParameterx( [NativeTypeName("GLfixed")] int param2 ) => T.TexParameterx(target, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterx")] [MethodImpl( @@ -238862,8 +129484,6 @@ public void TexParameterx( [NativeTypeName("GLfixed")] int param2 ) => T.TexParameterx(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238874,8 +129494,6 @@ public void TexParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => T.TexParameterxOES(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] [MethodImpl( @@ -238887,7 +129505,6 @@ public void TexParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => T.TexParameterxOES(target, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238898,7 +129515,6 @@ public void TexParameterx( [NativeTypeName("const GLfixed *")] int* @params ) => T.TexParameterx(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] [MethodImpl( @@ -238910,8 +129526,6 @@ public void TexParameterx( [NativeTypeName("const GLfixed *")] Ref @params ) => T.TexParameterx(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238922,8 +129536,6 @@ public void TexParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ) => T.TexParameterxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] [MethodImpl( @@ -238935,7 +129547,6 @@ public void TexParameterxOES( [NativeTypeName("const GLfixed *")] Ref @params ) => T.TexParameterxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238945,7 +129556,6 @@ public void TexRenderbufferNV( [NativeTypeName("GLuint")] uint renderbuffer ) => T.TexRenderbufferNV(target, renderbuffer); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] [MethodImpl( @@ -238956,30 +129566,6 @@ public void TexRenderbufferNV( [NativeTypeName("GLuint")] uint renderbuffer ) => T.TexRenderbufferNV(target, renderbuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -238991,30 +129577,6 @@ public void TexStorage1D( [NativeTypeName("GLsizei")] uint width ) => T.TexStorage1D(target, levels, internalformat, width); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] [MethodImpl( @@ -239027,10 +129589,6 @@ public void TexStorage1D( [NativeTypeName("GLsizei")] uint width ) => T.TexStorage1D(target, levels, internalformat, width); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239042,10 +129600,6 @@ public void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => T.TexStorage1DEXT(target, levels, internalformat, width); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] [MethodImpl( @@ -239058,30 +129612,6 @@ public void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => T.TexStorage1DEXT(target, levels, internalformat, width); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239094,30 +129624,6 @@ public void TexStorage2D( [NativeTypeName("GLsizei")] uint height ) => T.TexStorage2D(target, levels, internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] [MethodImpl( @@ -239131,10 +129637,6 @@ public void TexStorage2D( [NativeTypeName("GLsizei")] uint height ) => T.TexStorage2D(target, levels, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239147,10 +129649,6 @@ public void TexStorage2DEXT( [NativeTypeName("GLsizei")] uint height ) => T.TexStorage2DEXT(target, levels, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] [MethodImpl( @@ -239164,28 +129662,6 @@ public void TexStorage2DEXT( [NativeTypeName("GLsizei")] uint height ) => T.TexStorage2DEXT(target, levels, internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239207,28 +129683,6 @@ public void TexStorage2DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] [MethodImpl( @@ -239251,30 +129705,6 @@ public void TexStorage2DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239288,30 +129718,6 @@ public void TexStorage3D( [NativeTypeName("GLsizei")] uint depth ) => T.TexStorage3D(target, levels, internalformat, width, height, depth); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] [MethodImpl( @@ -239326,10 +129732,6 @@ public void TexStorage3D( [NativeTypeName("GLsizei")] uint depth ) => T.TexStorage3D(target, levels, internalformat, width, height, depth); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239343,10 +129745,6 @@ public void TexStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ) => T.TexStorage3DEXT(target, levels, internalformat, width, height, depth); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] [MethodImpl( @@ -239361,28 +129759,6 @@ public void TexStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ) => T.TexStorage3DEXT(target, levels, internalformat, width, height, depth); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239406,28 +129782,6 @@ public void TexStorage3DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] [MethodImpl( @@ -239452,7 +129806,6 @@ public void TexStorage3DMultisample( fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_storage_multisample_2d_array"])] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239476,7 +129829,6 @@ public void TexStorage3DMultisampleOES( fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_storage_multisample_2d_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] [MethodImpl( @@ -239501,7 +129853,6 @@ public void TexStorage3DMultisampleOES( fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239515,7 +129866,6 @@ public void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] int* attrib_list ) => T.TexStorageAttribs2DEXT(target, levels, internalformat, width, height, attrib_list); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl( @@ -239530,7 +129880,6 @@ public void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ) => T.TexStorageAttribs2DEXT(target, levels, internalformat, width, height, attrib_list); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl( @@ -239545,7 +129894,6 @@ public void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ) => T.TexStorageAttribs2DEXT(target, levels, internalformat, width, height, attrib_list); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl( @@ -239560,7 +129908,6 @@ public void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ) => T.TexStorageAttribs2DEXT(target, levels, internalformat, width, height, attrib_list); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239584,7 +129931,6 @@ public void TexStorageAttribs3DEXT( attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl( @@ -239609,7 +129955,6 @@ public void TexStorageAttribs3DEXT( attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl( @@ -239634,7 +129979,6 @@ public void TexStorageAttribs3DEXT( attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl( @@ -239659,7 +130003,6 @@ public void TexStorageAttribs3DEXT( attrib_list ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239673,7 +130016,6 @@ public void TexStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ) => T.TexStorageMem1DEXT(target, levels, internalFormat, width, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] [MethodImpl( @@ -239688,8 +130030,6 @@ public void TexStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ) => T.TexStorageMem1DEXT(target, levels, internalFormat, width, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239704,8 +130044,6 @@ public void TexStorageMem2DEXT( [NativeTypeName("GLuint64")] ulong offset ) => T.TexStorageMem2DEXT(target, levels, internalFormat, width, height, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] [MethodImpl( @@ -239721,8 +130059,6 @@ public void TexStorageMem2DEXT( [NativeTypeName("GLuint64")] ulong offset ) => T.TexStorageMem2DEXT(target, levels, internalFormat, width, height, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239748,8 +130084,6 @@ public void TexStorageMem2DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] [MethodImpl( @@ -239776,8 +130110,6 @@ public void TexStorageMem2DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239803,8 +130135,6 @@ public void TexStorageMem3DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] [MethodImpl( @@ -239831,8 +130161,6 @@ public void TexStorageMem3DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239860,8 +130188,6 @@ public void TexStorageMem3DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] [MethodImpl( @@ -239890,7 +130216,6 @@ public void TexStorageMem3DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239905,7 +130230,6 @@ public void TexStorageSparseAMD( [NativeTypeName("GLbitfield")] uint flags ) => T.TexStorageSparseAMD(target, internalFormat, width, height, depth, layers, flags); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] [MethodImpl( @@ -239921,54 +130245,6 @@ public void TexStorageSparseAMD( [NativeTypeName("GLbitfield")] Constant flags ) => T.TexStorageSparseAMD(target, internalFormat, width, height, depth, layers, flags); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -239983,54 +130259,6 @@ public void TexSubImage1D( [NativeTypeName("const void *")] void* pixels ) => T.TexSubImage1D(target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] [MethodImpl( @@ -240046,7 +130274,6 @@ public void TexSubImage1D( [NativeTypeName("const void *")] Ref pixels ) => T.TexSubImage1D(target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240061,7 +130288,6 @@ public void TexSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ) => T.TexSubImage1DEXT(target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] [MethodImpl( @@ -240077,60 +130303,6 @@ public void TexSubImage1DEXT( [NativeTypeName("const void *")] Ref pixels ) => T.TexSubImage1DEXT(target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240147,60 +130319,6 @@ public void TexSubImage2D( [NativeTypeName("const void *")] void* pixels ) => T.TexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] [MethodImpl( @@ -240218,7 +130336,6 @@ public void TexSubImage2D( [NativeTypeName("const void *")] Ref pixels ) => T.TexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240246,7 +130363,6 @@ public void TexSubImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] [MethodImpl( @@ -240275,52 +130391,6 @@ public void TexSubImage2DEXT( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240352,52 +130422,6 @@ public void TexSubImage3D( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] [MethodImpl( @@ -240430,7 +130454,6 @@ public void TexSubImage3D( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240462,7 +130485,6 @@ public void TexSubImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] [MethodImpl( @@ -240495,7 +130517,6 @@ public void TexSubImage3DEXT( pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240527,7 +130548,6 @@ public void TexSubImage3DOES( pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] [MethodImpl( @@ -240560,7 +130580,6 @@ public void TexSubImage3DOES( pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240596,7 +130615,6 @@ public void TexSubImage4DSGIS( pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] [MethodImpl( @@ -240633,9 +130651,6 @@ public void TexSubImage4DSGIS( pixels ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glTextureAttachMemoryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240646,40 +130661,18 @@ public void TextureAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => T.TextureAttachMemoryNV(texture, memory, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_texture_barrier", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_texture_barrier", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBarrier")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TextureBarrier() => T.TextureBarrier(); - [SupportedApiProfile("gl", ["GL_NV_texture_barrier"])] - [SupportedApiProfile("glcore", ["GL_NV_texture_barrier"])] [NativeFunction("opengl", EntryPoint = "glTextureBarrierNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void TextureBarrierNV() => T.TextureBarrierNV(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240690,16 +130683,6 @@ public void TextureBuffer( [NativeTypeName("GLuint")] uint buffer ) => T.TextureBuffer(texture, internalformat, buffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] [MethodImpl( @@ -240711,8 +130694,6 @@ public void TextureBuffer( [NativeTypeName("GLuint")] uint buffer ) => T.TextureBuffer(texture, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240724,8 +130705,6 @@ public void TextureBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => T.TextureBufferEXT(texture, target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] [MethodImpl( @@ -240738,16 +130717,6 @@ public void TextureBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => T.TextureBufferEXT(texture, target, internalformat, buffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240760,16 +130729,6 @@ public void TextureBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => T.TextureBufferRange(texture, internalformat, buffer, offset, size); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] [MethodImpl( @@ -240783,8 +130742,6 @@ public void TextureBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => T.TextureBufferRange(texture, internalformat, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240798,8 +130755,6 @@ public void TextureBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => T.TextureBufferRangeEXT(texture, target, internalformat, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] [MethodImpl( @@ -240814,7 +130769,6 @@ public void TextureBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => T.TextureBufferRangeEXT(texture, target, internalformat, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_SGIS_texture_color_mask"])] [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240826,7 +130780,6 @@ public void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] uint alpha ) => T.TextureColorMaskSGIS(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_SGIS_texture_color_mask"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] [MethodImpl( @@ -240839,7 +130792,6 @@ public void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool alpha ) => T.TextureColorMaskSGIS(red, green, blue, alpha); - [SupportedApiProfile("gles2", ["GL_QCOM_texture_foveated"])] [NativeFunction("opengl", EntryPoint = "glTextureFoveationParametersQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240865,8 +130817,6 @@ public void TextureFoveationParametersQCOM( foveaArea ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240894,8 +130844,6 @@ public void TextureImage1DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] [MethodImpl( @@ -240924,8 +130872,6 @@ public void TextureImage1DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -240955,8 +130901,6 @@ public void TextureImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] [MethodImpl( @@ -240987,7 +130931,6 @@ public void TextureImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241013,7 +130956,6 @@ public void TextureImage2DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] [MethodImpl( @@ -241040,7 +130982,6 @@ public void TextureImage2DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241064,7 +131005,6 @@ public void TextureImage2DMultisampleNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] [MethodImpl( @@ -241089,8 +131029,6 @@ public void TextureImage2DMultisampleNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241122,8 +131060,6 @@ public void TextureImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] [MethodImpl( @@ -241156,7 +131092,6 @@ public void TextureImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241184,7 +131119,6 @@ public void TextureImage3DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] [MethodImpl( @@ -241213,7 +131147,6 @@ public void TextureImage3DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241239,7 +131172,6 @@ public void TextureImage3DMultisampleNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] [MethodImpl( @@ -241266,7 +131198,6 @@ public void TextureImage3DMultisampleNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241274,7 +131205,6 @@ public void TextureImage3DMultisampleNV( public void TextureLightEXT([NativeTypeName("GLenum")] uint pname) => T.TextureLightEXT(pname); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] [MethodImpl( @@ -241284,7 +131214,6 @@ public void TextureLightEXT( [NativeTypeName("GLenum")] Constant pname ) => T.TextureLightEXT(pname); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241294,7 +131223,6 @@ public void TextureMaterialEXT( [NativeTypeName("GLenum")] uint mode ) => T.TextureMaterialEXT(face, mode); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] [MethodImpl( @@ -241305,7 +131233,6 @@ public void TextureMaterialEXT( [NativeTypeName("GLenum")] Constant mode ) => T.TextureMaterialEXT(face, mode); - [SupportedApiProfile("gl", ["GL_EXT_texture_perturb_normal"])] [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241313,7 +131240,6 @@ public void TextureMaterialEXT( public void TextureNormalEXT([NativeTypeName("GLenum")] uint mode) => T.TextureNormalEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_texture_perturb_normal"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] [MethodImpl( @@ -241323,8 +131249,6 @@ public void TextureNormalEXT( [NativeTypeName("GLenum")] Constant mode ) => T.TextureNormalEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241352,8 +131276,6 @@ public void TexturePageCommitmentEXT( commit ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] [MethodImpl( @@ -241382,9 +131304,6 @@ public void TexturePageCommitmentEXT( commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241418,9 +131337,6 @@ public void TexturePageCommitmentMemNV( commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] [MethodImpl( @@ -241455,16 +131371,6 @@ public void TexturePageCommitmentMemNV( commit ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241475,16 +131381,6 @@ public void TextureParameter( [NativeTypeName("GLfloat")] float param2 ) => T.TextureParameter(texture, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] [MethodImpl( @@ -241496,8 +131392,6 @@ public void TextureParameter( [NativeTypeName("GLfloat")] float param2 ) => T.TextureParameter(texture, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241509,8 +131403,6 @@ public void TextureParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => T.TextureParameterEXT(texture, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] [MethodImpl( @@ -241523,16 +131415,6 @@ public void TextureParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => T.TextureParameterEXT(texture, target, pname, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241543,16 +131425,6 @@ public void TextureParameter( [NativeTypeName("const GLfloat *")] float* param2 ) => T.TextureParameter(texture, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] [MethodImpl( @@ -241564,8 +131436,6 @@ public void TextureParameter( [NativeTypeName("const GLfloat *")] Ref param2 ) => T.TextureParameter(texture, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241577,8 +131447,6 @@ public void TextureParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ) => T.TextureParameterEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] [MethodImpl( @@ -241591,16 +131459,6 @@ public void TextureParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => T.TextureParameterEXT(texture, target, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241611,16 +131469,6 @@ public void TextureParameter( [NativeTypeName("GLint")] int param2 ) => T.TextureParameter(texture, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] [MethodImpl( @@ -241632,8 +131480,6 @@ public void TextureParameter( [NativeTypeName("GLint")] int param2 ) => T.TextureParameter(texture, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241645,8 +131491,6 @@ public void TextureParameterEXT( [NativeTypeName("GLint")] int param3 ) => T.TextureParameterEXT(texture, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] [MethodImpl( @@ -241659,16 +131503,6 @@ public void TextureParameterEXT( [NativeTypeName("GLint")] int param3 ) => T.TextureParameterEXT(texture, target, pname, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241679,16 +131513,6 @@ public void TextureParameterI( [NativeTypeName("const GLint *")] int* @params ) => T.TextureParameterI(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] [MethodImpl( @@ -241700,8 +131524,6 @@ public void TextureParameterI( [NativeTypeName("const GLint *")] Ref @params ) => T.TextureParameterI(texture, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241713,8 +131535,6 @@ public void TextureParameterIEXT( [NativeTypeName("const GLint *")] int* @params ) => T.TextureParameterIEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] [MethodImpl( @@ -241727,16 +131547,6 @@ public void TextureParameterIEXT( [NativeTypeName("const GLint *")] Ref @params ) => T.TextureParameterIEXT(texture, target, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241747,16 +131557,6 @@ public void TextureParameterI( [NativeTypeName("const GLuint *")] uint* @params ) => T.TextureParameterI(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] [MethodImpl( @@ -241768,8 +131568,6 @@ public void TextureParameterI( [NativeTypeName("const GLuint *")] Ref @params ) => T.TextureParameterI(texture, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241781,8 +131579,6 @@ public void TextureParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ) => T.TextureParameterIEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] [MethodImpl( @@ -241795,16 +131591,6 @@ public void TextureParameterIEXT( [NativeTypeName("const GLuint *")] Ref @params ) => T.TextureParameterIEXT(texture, target, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241815,16 +131601,6 @@ public void TextureParameter( [NativeTypeName("const GLint *")] int* param2 ) => T.TextureParameter(texture, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] [MethodImpl( @@ -241836,8 +131612,6 @@ public void TextureParameter( [NativeTypeName("const GLint *")] Ref param2 ) => T.TextureParameter(texture, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241849,8 +131623,6 @@ public void TextureParameterEXT( [NativeTypeName("const GLint *")] int* @params ) => T.TextureParameterEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] [MethodImpl( @@ -241863,31 +131635,27 @@ public void TextureParameterEXT( [NativeTypeName("const GLint *")] Ref @params ) => T.TextureParameterEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TextureRangeApple( + public void TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] void* pointer - ) => T.TextureRangeApple(target, length, pointer); + ) => T.TextureRangeAPPLE(target, length, pointer); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void TextureRangeApple( + public void TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] Ref pointer - ) => T.TextureRangeApple(target, length, pointer); + ) => T.TextureRangeAPPLE(target, length, pointer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241898,8 +131666,6 @@ public void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => T.TextureRenderbufferEXT(texture, target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] [MethodImpl( @@ -241911,16 +131677,6 @@ public void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => T.TextureRenderbufferEXT(texture, target, renderbuffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241932,16 +131688,6 @@ public void TextureStorage1D( [NativeTypeName("GLsizei")] uint width ) => T.TextureStorage1D(texture, levels, internalformat, width); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] [MethodImpl( @@ -241954,10 +131700,6 @@ public void TextureStorage1D( [NativeTypeName("GLsizei")] uint width ) => T.TextureStorage1D(texture, levels, internalformat, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -241970,10 +131712,6 @@ public void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => T.TextureStorage1DEXT(texture, target, levels, internalformat, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] [MethodImpl( @@ -241987,16 +131725,6 @@ public void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => T.TextureStorage1DEXT(texture, target, levels, internalformat, width); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242009,16 +131737,6 @@ public void TextureStorage2D( [NativeTypeName("GLsizei")] uint height ) => T.TextureStorage2D(texture, levels, internalformat, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] [MethodImpl( @@ -242032,10 +131750,6 @@ public void TextureStorage2D( [NativeTypeName("GLsizei")] uint height ) => T.TextureStorage2D(texture, levels, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242049,10 +131763,6 @@ public void TextureStorage2DEXT( [NativeTypeName("GLsizei")] uint height ) => T.TextureStorage2DEXT(texture, target, levels, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] [MethodImpl( @@ -242067,16 +131777,6 @@ public void TextureStorage2DEXT( [NativeTypeName("GLsizei")] uint height ) => T.TextureStorage2DEXT(texture, target, levels, internalformat, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242098,16 +131798,6 @@ public void TextureStorage2DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] [MethodImpl( @@ -242130,8 +131820,6 @@ public void TextureStorage2DMultisample( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242155,8 +131843,6 @@ public void TextureStorage2DMultisampleEXT( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] [MethodImpl( @@ -242181,16 +131867,6 @@ public void TextureStorage2DMultisampleEXT( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242204,16 +131880,6 @@ public void TextureStorage3D( [NativeTypeName("GLsizei")] uint depth ) => T.TextureStorage3D(texture, levels, internalformat, width, height, depth); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] [MethodImpl( @@ -242228,10 +131894,6 @@ public void TextureStorage3D( [NativeTypeName("GLsizei")] uint depth ) => T.TextureStorage3D(texture, levels, internalformat, width, height, depth); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242246,10 +131908,6 @@ public void TextureStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ) => T.TextureStorage3DEXT(texture, target, levels, internalformat, width, height, depth); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] [MethodImpl( @@ -242265,16 +131923,6 @@ public void TextureStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ) => T.TextureStorage3DEXT(texture, target, levels, internalformat, width, height, depth); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242298,16 +131946,6 @@ public void TextureStorage3DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] [MethodImpl( @@ -242332,8 +131970,6 @@ public void TextureStorage3DMultisample( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242359,8 +131995,6 @@ public void TextureStorage3DMultisampleEXT( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] [MethodImpl( @@ -242387,7 +132021,6 @@ public void TextureStorage3DMultisampleEXT( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242401,7 +132034,6 @@ public void TextureStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ) => T.TextureStorageMem1DEXT(texture, levels, internalFormat, width, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] [MethodImpl( @@ -242416,8 +132048,6 @@ public void TextureStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ) => T.TextureStorageMem1DEXT(texture, levels, internalFormat, width, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242441,8 +132071,6 @@ public void TextureStorageMem2DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] [MethodImpl( @@ -242467,8 +132095,6 @@ public void TextureStorageMem2DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242494,8 +132120,6 @@ public void TextureStorageMem2DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] [MethodImpl( @@ -242522,8 +132146,6 @@ public void TextureStorageMem2DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242549,8 +132171,6 @@ public void TextureStorageMem3DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] [MethodImpl( @@ -242577,8 +132197,6 @@ public void TextureStorageMem3DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242606,8 +132224,6 @@ public void TextureStorageMem3DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] [MethodImpl( @@ -242636,7 +132252,6 @@ public void TextureStorageMem3DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242662,7 +132277,6 @@ public void TextureStorageSparseAMD( flags ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] [MethodImpl( @@ -242689,16 +132303,6 @@ public void TextureStorageSparseAMD( flags ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242713,16 +132317,6 @@ public void TextureSubImage1D( [NativeTypeName("const void *")] void* pixels ) => T.TextureSubImage1D(texture, level, xoffset, width, format, type, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] [MethodImpl( @@ -242738,8 +132332,6 @@ public void TextureSubImage1D( [NativeTypeName("const void *")] Ref pixels ) => T.TextureSubImage1D(texture, level, xoffset, width, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242755,8 +132347,6 @@ public void TextureSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ) => T.TextureSubImage1DEXT(texture, target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] [MethodImpl( @@ -242773,16 +132363,6 @@ public void TextureSubImage1DEXT( [NativeTypeName("const void *")] Ref pixels ) => T.TextureSubImage1DEXT(texture, target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242810,16 +132390,6 @@ public void TextureSubImage2D( pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] [MethodImpl( @@ -242848,8 +132418,6 @@ public void TextureSubImage2D( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242879,8 +132447,6 @@ public void TextureSubImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] [MethodImpl( @@ -242911,16 +132477,6 @@ public void TextureSubImage2DEXT( pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -242952,16 +132508,6 @@ public void TextureSubImage3D( pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] [MethodImpl( @@ -242994,8 +132540,6 @@ public void TextureSubImage3D( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243029,8 +132573,6 @@ public void TextureSubImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] [MethodImpl( @@ -243065,28 +132607,6 @@ public void TextureSubImage3DEXT( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTextureView")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243112,28 +132632,6 @@ public void TextureView( numlayers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureView")] [MethodImpl( @@ -243160,7 +132658,6 @@ public void TextureView( numlayers ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_view"])] [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243186,7 +132683,6 @@ public void TextureViewEXT( numlayers ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_view"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] [MethodImpl( @@ -243213,7 +132709,6 @@ public void TextureViewEXT( numlayers ); - [SupportedApiProfile("gles2", ["GL_OES_texture_view"])] [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243239,7 +132734,6 @@ public void TextureViewOES( numlayers ); - [SupportedApiProfile("gles2", ["GL_OES_texture_view"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] [MethodImpl( @@ -243266,7 +132760,6 @@ public void TextureViewOES( numlayers ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243278,7 +132771,6 @@ public void TrackMatrixNV( [NativeTypeName("GLenum")] uint transform ) => T.TrackMatrixNV(target, address, matrix, transform); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] [MethodImpl( @@ -243291,7 +132783,6 @@ public void TrackMatrixNV( [NativeTypeName("GLenum")] Constant transform ) => T.TrackMatrixNV(target, address, matrix, transform); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243302,7 +132793,6 @@ public void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ) => T.TransformFeedbackAttribNV(count, attribs, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl( @@ -243314,7 +132804,6 @@ public void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ) => T.TransformFeedbackAttribNV(count, attribs, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl( @@ -243325,16 +132814,6 @@ public void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ) => T.TransformFeedbackAttribNV(attribs, bufferMode); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackBufferBase")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243345,16 +132824,6 @@ public void TransformFeedbackBufferBase( [NativeTypeName("GLuint")] uint buffer ) => T.TransformFeedbackBufferBase(xfb, index, buffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243367,7 +132836,6 @@ public void TransformFeedbackBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => T.TransformFeedbackBufferRange(xfb, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243380,7 +132848,6 @@ public void TransformFeedbackStreamAttribNV( [NativeTypeName("GLenum")] uint bufferMode ) => T.TransformFeedbackStreamAttribNV(count, attribs, nbuffers, bufstreams, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] [MethodImpl( @@ -243394,40 +132861,6 @@ public void TransformFeedbackStreamAttribNV( [NativeTypeName("GLenum")] uint bufferMode ) => T.TransformFeedbackStreamAttribNV(count, attribs, nbuffers, bufstreams, bufferMode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl( @@ -243440,40 +132873,6 @@ public void TransformFeedbackVarying( Constant bufferMode ) => T.TransformFeedbackVarying(program, varyings, bufferMode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243485,40 +132884,6 @@ public void TransformFeedbackVaryings( [NativeTypeName("GLenum")] uint bufferMode ) => T.TransformFeedbackVaryings(program, count, varyings, bufferMode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl( @@ -243532,7 +132897,6 @@ public void TransformFeedbackVaryings( Constant bufferMode ) => T.TransformFeedbackVaryings(program, count, varyings, bufferMode); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243544,7 +132908,6 @@ public void TransformFeedbackVaryingsEXT( [NativeTypeName("GLenum")] uint bufferMode ) => T.TransformFeedbackVaryingsEXT(program, count, varyings, bufferMode); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl( @@ -243558,7 +132921,6 @@ public void TransformFeedbackVaryingsEXT( Constant bufferMode ) => T.TransformFeedbackVaryingsEXT(program, count, varyings, bufferMode); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl( @@ -243571,7 +132933,6 @@ public void TransformFeedbackVaryingsEXT( Constant bufferMode ) => T.TransformFeedbackVaryingsEXT(program, varyings, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243583,7 +132944,6 @@ public void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] uint bufferMode ) => T.TransformFeedbackVaryingsNV(program, count, locations, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -243597,7 +132957,6 @@ public void TransformFeedbackVaryingsNV( Constant bufferMode ) => T.TransformFeedbackVaryingsNV(program, count, locations, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -243610,7 +132969,6 @@ public void TransformFeedbackVaryingsNV( Constant bufferMode ) => T.TransformFeedbackVaryingsNV(program, locations, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -243624,7 +132982,6 @@ public void TransformFeedbackVaryingsNV( Constant bufferMode ) => T.TransformFeedbackVaryingsNV(program, count, locations, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -243637,7 +132994,6 @@ public void TransformFeedbackVaryingsNV( Constant bufferMode ) => T.TransformFeedbackVaryingsNV(program, locations, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -243651,7 +133007,6 @@ public void TransformFeedbackVaryingsNV( Constant bufferMode ) => T.TransformFeedbackVaryingsNV(program, count, locations, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -243664,9 +133019,6 @@ public void TransformFeedbackVaryingsNV( Constant bufferMode ) => T.TransformFeedbackVaryingsNV(program, locations, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243678,9 +133030,6 @@ public void TransformPathNV( [NativeTypeName("const GLfloat *")] float* transformValues ) => T.TransformPathNV(resultPath, srcPath, transformType, transformValues); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] [MethodImpl( @@ -243693,31 +133042,6 @@ public void TransformPathNV( [NativeTypeName("const GLfloat *")] Ref transformValues ) => T.TransformPathNV(resultPath, srcPath, transformType, transformValues); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTranslated")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243728,32 +133052,6 @@ public void Translate( [NativeTypeName("GLdouble")] double z ) => T.Translate(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTranslatef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243764,7 +133062,6 @@ public void Translate( [NativeTypeName("GLfloat")] float z ) => T.Translate(x, y, z); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTranslatex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243775,8 +133072,6 @@ public void Translatex( [NativeTypeName("GLfixed")] int z ) => T.Translatex(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTranslatexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243787,34 +133082,6 @@ public void TranslatexOES( [NativeTypeName("GLfixed")] int z ) => T.TranslatexOES(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243824,34 +133091,6 @@ public void Uniform1( [NativeTypeName("GLdouble")] double x ) => T.Uniform1(location, x); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243862,34 +133101,6 @@ public void Uniform1( [NativeTypeName("const GLdouble *")] double* value ) => T.Uniform1(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1dv")] [MethodImpl( @@ -243901,49 +133112,6 @@ public void Uniform1( [NativeTypeName("const GLdouble *")] Ref value ) => T.Uniform1(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243953,7 +133121,6 @@ public void Uniform1( [NativeTypeName("GLfloat")] float v0 ) => T.Uniform1(location, v0); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -243963,49 +133130,6 @@ public void Uniform1ARB( [NativeTypeName("GLfloat")] float v0 ) => T.Uniform1ARB(location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244016,49 +133140,6 @@ public void Uniform1( [NativeTypeName("const GLfloat *")] float* value ) => T.Uniform1(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1fv")] [MethodImpl( @@ -244070,7 +133151,6 @@ public void Uniform1( [NativeTypeName("const GLfloat *")] Ref value ) => T.Uniform1(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244081,7 +133161,6 @@ public void Uniform1ARB( [NativeTypeName("const GLfloat *")] float* value ) => T.Uniform1ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] [MethodImpl( @@ -244093,49 +133172,6 @@ public void Uniform1ARB( [NativeTypeName("const GLfloat *")] Ref value ) => T.Uniform1ARB(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244145,8 +133181,6 @@ public void Uniform1( [NativeTypeName("GLint")] int v0 ) => T.Uniform1(location, v0); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244156,9 +133190,6 @@ public void Uniform1ARB( [NativeTypeName("GLint64")] long x ) => T.Uniform1ARB(location, x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244168,8 +133199,6 @@ public void Uniform1NV( [NativeTypeName("GLint64EXT")] long x ) => T.Uniform1NV(location, x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244180,8 +133209,6 @@ public void Uniform1ARB( [NativeTypeName("const GLint64 *")] long* value ) => T.Uniform1ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] [MethodImpl( @@ -244193,9 +133220,6 @@ public void Uniform1ARB( [NativeTypeName("const GLint64 *")] Ref value ) => T.Uniform1ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244206,9 +133230,6 @@ public void Uniform1NV( [NativeTypeName("const GLint64EXT *")] long* value ) => T.Uniform1NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] [MethodImpl( @@ -244220,7 +133241,6 @@ public void Uniform1NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => T.Uniform1NV(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244230,49 +133250,6 @@ public void Uniform1ARB( [NativeTypeName("GLint")] int v0 ) => T.Uniform1ARB(location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244283,49 +133260,6 @@ public void Uniform1( [NativeTypeName("const GLint *")] int* value ) => T.Uniform1(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1iv")] [MethodImpl( @@ -244337,7 +133271,6 @@ public void Uniform1( [NativeTypeName("const GLint *")] Ref value ) => T.Uniform1(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244348,7 +133281,6 @@ public void Uniform1ARB( [NativeTypeName("const GLint *")] int* value ) => T.Uniform1ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] [MethodImpl( @@ -244360,40 +133292,6 @@ public void Uniform1ARB( [NativeTypeName("const GLint *")] Ref value ) => T.Uniform1ARB(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244403,8 +133301,6 @@ public void Uniform1( [NativeTypeName("GLuint")] uint v0 ) => T.Uniform1(location, v0); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244414,9 +133310,6 @@ public void Uniform1ARB( [NativeTypeName("GLuint64")] ulong x ) => T.Uniform1ARB(location, x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244426,8 +133319,6 @@ public void Uniform1NV( [NativeTypeName("GLuint64EXT")] ulong x ) => T.Uniform1NV(location, x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244438,8 +133329,6 @@ public void Uniform1ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => T.Uniform1ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] [MethodImpl( @@ -244451,9 +133340,6 @@ public void Uniform1ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => T.Uniform1ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244464,9 +133350,6 @@ public void Uniform1NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => T.Uniform1NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] [MethodImpl( @@ -244478,7 +133361,6 @@ public void Uniform1NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => T.Uniform1NV(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform1uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244488,40 +133370,6 @@ public void Uniform1EXT( [NativeTypeName("GLuint")] uint v0 ) => T.Uniform1EXT(location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244532,40 +133380,6 @@ public void Uniform1( [NativeTypeName("const GLuint *")] uint* value ) => T.Uniform1(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] [MethodImpl( @@ -244577,7 +133391,6 @@ public void Uniform1( [NativeTypeName("const GLuint *")] Ref value ) => T.Uniform1(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244588,7 +133401,6 @@ public void Uniform1EXT( [NativeTypeName("const GLuint *")] uint* value ) => T.Uniform1EXT(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] [MethodImpl( @@ -244600,34 +133412,6 @@ public void Uniform1EXT( [NativeTypeName("const GLuint *")] Ref value ) => T.Uniform1EXT(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244638,34 +133422,6 @@ public void Uniform2( [NativeTypeName("GLdouble")] double y ) => T.Uniform2(location, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244676,34 +133432,6 @@ public void Uniform2( [NativeTypeName("const GLdouble *")] double* value ) => T.Uniform2(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2dv")] [MethodImpl( @@ -244715,49 +133443,6 @@ public void Uniform2( [NativeTypeName("const GLdouble *")] Ref value ) => T.Uniform2(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244768,7 +133453,6 @@ public void Uniform2( [NativeTypeName("GLfloat")] float v1 ) => T.Uniform2(location, v0, v1); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244779,49 +133463,6 @@ public void Uniform2ARB( [NativeTypeName("GLfloat")] float v1 ) => T.Uniform2ARB(location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244832,49 +133473,6 @@ public void Uniform2( [NativeTypeName("const GLfloat *")] float* value ) => T.Uniform2(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2fv")] [MethodImpl( @@ -244886,7 +133484,6 @@ public void Uniform2( [NativeTypeName("const GLfloat *")] Ref value ) => T.Uniform2(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244897,7 +133494,6 @@ public void Uniform2ARB( [NativeTypeName("const GLfloat *")] float* value ) => T.Uniform2ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] [MethodImpl( @@ -244909,49 +133505,6 @@ public void Uniform2ARB( [NativeTypeName("const GLfloat *")] Ref value ) => T.Uniform2ARB(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244962,8 +133515,6 @@ public void Uniform2( [NativeTypeName("GLint")] int v1 ) => T.Uniform2(location, v0, v1); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244974,9 +133525,6 @@ public void Uniform2ARB( [NativeTypeName("GLint64")] long y ) => T.Uniform2ARB(location, x, y); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244987,8 +133535,6 @@ public void Uniform2NV( [NativeTypeName("GLint64EXT")] long y ) => T.Uniform2NV(location, x, y); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -244999,8 +133545,6 @@ public void Uniform2ARB( [NativeTypeName("const GLint64 *")] long* value ) => T.Uniform2ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] [MethodImpl( @@ -245012,9 +133556,6 @@ public void Uniform2ARB( [NativeTypeName("const GLint64 *")] Ref value ) => T.Uniform2ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245025,9 +133566,6 @@ public void Uniform2NV( [NativeTypeName("const GLint64EXT *")] long* value ) => T.Uniform2NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] [MethodImpl( @@ -245039,7 +133577,6 @@ public void Uniform2NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => T.Uniform2NV(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245050,49 +133587,6 @@ public void Uniform2ARB( [NativeTypeName("GLint")] int v1 ) => T.Uniform2ARB(location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245103,49 +133597,6 @@ public void Uniform2( [NativeTypeName("const GLint *")] int* value ) => T.Uniform2(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2iv")] [MethodImpl( @@ -245157,7 +133608,6 @@ public void Uniform2( [NativeTypeName("const GLint *")] Ref value ) => T.Uniform2(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245168,7 +133618,6 @@ public void Uniform2ARB( [NativeTypeName("const GLint *")] int* value ) => T.Uniform2ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] [MethodImpl( @@ -245180,40 +133629,6 @@ public void Uniform2ARB( [NativeTypeName("const GLint *")] Ref value ) => T.Uniform2ARB(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245224,8 +133639,6 @@ public void Uniform2( [NativeTypeName("GLuint")] uint v1 ) => T.Uniform2(location, v0, v1); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245236,9 +133649,6 @@ public void Uniform2ARB( [NativeTypeName("GLuint64")] ulong y ) => T.Uniform2ARB(location, x, y); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245249,8 +133659,6 @@ public void Uniform2NV( [NativeTypeName("GLuint64EXT")] ulong y ) => T.Uniform2NV(location, x, y); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245261,8 +133669,6 @@ public void Uniform2ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => T.Uniform2ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] [MethodImpl( @@ -245274,9 +133680,6 @@ public void Uniform2ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => T.Uniform2ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245287,9 +133690,6 @@ public void Uniform2NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => T.Uniform2NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] [MethodImpl( @@ -245301,7 +133701,6 @@ public void Uniform2NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => T.Uniform2NV(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform2uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245312,40 +133711,6 @@ public void Uniform2EXT( [NativeTypeName("GLuint")] uint v1 ) => T.Uniform2EXT(location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245356,40 +133721,6 @@ public void Uniform2( [NativeTypeName("const GLuint *")] uint* value ) => T.Uniform2(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] [MethodImpl( @@ -245401,7 +133732,6 @@ public void Uniform2( [NativeTypeName("const GLuint *")] Ref value ) => T.Uniform2(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245412,7 +133742,6 @@ public void Uniform2EXT( [NativeTypeName("const GLuint *")] uint* value ) => T.Uniform2EXT(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] [MethodImpl( @@ -245424,34 +133753,6 @@ public void Uniform2EXT( [NativeTypeName("const GLuint *")] Ref value ) => T.Uniform2EXT(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245463,34 +133764,6 @@ public void Uniform3( [NativeTypeName("GLdouble")] double z ) => T.Uniform3(location, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245501,34 +133774,6 @@ public void Uniform3( [NativeTypeName("const GLdouble *")] double* value ) => T.Uniform3(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3dv")] [MethodImpl( @@ -245540,49 +133785,6 @@ public void Uniform3( [NativeTypeName("const GLdouble *")] Ref value ) => T.Uniform3(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245594,7 +133796,6 @@ public void Uniform3( [NativeTypeName("GLfloat")] float v2 ) => T.Uniform3(location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245606,49 +133807,6 @@ public void Uniform3ARB( [NativeTypeName("GLfloat")] float v2 ) => T.Uniform3ARB(location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245659,49 +133817,6 @@ public void Uniform3( [NativeTypeName("const GLfloat *")] float* value ) => T.Uniform3(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3fv")] [MethodImpl( @@ -245713,7 +133828,6 @@ public void Uniform3( [NativeTypeName("const GLfloat *")] Ref value ) => T.Uniform3(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245724,7 +133838,6 @@ public void Uniform3ARB( [NativeTypeName("const GLfloat *")] float* value ) => T.Uniform3ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] [MethodImpl( @@ -245736,49 +133849,6 @@ public void Uniform3ARB( [NativeTypeName("const GLfloat *")] Ref value ) => T.Uniform3ARB(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245790,8 +133860,6 @@ public void Uniform3( [NativeTypeName("GLint")] int v2 ) => T.Uniform3(location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245803,9 +133871,6 @@ public void Uniform3ARB( [NativeTypeName("GLint64")] long z ) => T.Uniform3ARB(location, x, y, z); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245817,8 +133882,6 @@ public void Uniform3NV( [NativeTypeName("GLint64EXT")] long z ) => T.Uniform3NV(location, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245829,8 +133892,6 @@ public void Uniform3ARB( [NativeTypeName("const GLint64 *")] long* value ) => T.Uniform3ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] [MethodImpl( @@ -245842,9 +133903,6 @@ public void Uniform3ARB( [NativeTypeName("const GLint64 *")] Ref value ) => T.Uniform3ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245855,9 +133913,6 @@ public void Uniform3NV( [NativeTypeName("const GLint64EXT *")] long* value ) => T.Uniform3NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] [MethodImpl( @@ -245869,7 +133924,6 @@ public void Uniform3NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => T.Uniform3NV(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245881,49 +133935,6 @@ public void Uniform3ARB( [NativeTypeName("GLint")] int v2 ) => T.Uniform3ARB(location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245934,49 +133945,6 @@ public void Uniform3( [NativeTypeName("const GLint *")] int* value ) => T.Uniform3(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3iv")] [MethodImpl( @@ -245988,7 +133956,6 @@ public void Uniform3( [NativeTypeName("const GLint *")] Ref value ) => T.Uniform3(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -245999,7 +133966,6 @@ public void Uniform3ARB( [NativeTypeName("const GLint *")] int* value ) => T.Uniform3ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] [MethodImpl( @@ -246011,40 +133977,6 @@ public void Uniform3ARB( [NativeTypeName("const GLint *")] Ref value ) => T.Uniform3ARB(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246056,8 +133988,6 @@ public void Uniform3( [NativeTypeName("GLuint")] uint v2 ) => T.Uniform3(location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246069,9 +133999,6 @@ public void Uniform3ARB( [NativeTypeName("GLuint64")] ulong z ) => T.Uniform3ARB(location, x, y, z); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246083,8 +134010,6 @@ public void Uniform3NV( [NativeTypeName("GLuint64EXT")] ulong z ) => T.Uniform3NV(location, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246095,8 +134020,6 @@ public void Uniform3ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => T.Uniform3ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] [MethodImpl( @@ -246108,9 +134031,6 @@ public void Uniform3ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => T.Uniform3ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246121,9 +134041,6 @@ public void Uniform3NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => T.Uniform3NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] [MethodImpl( @@ -246135,7 +134052,6 @@ public void Uniform3NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => T.Uniform3NV(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform3uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246147,40 +134063,6 @@ public void Uniform3EXT( [NativeTypeName("GLuint")] uint v2 ) => T.Uniform3EXT(location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246191,40 +134073,6 @@ public void Uniform3( [NativeTypeName("const GLuint *")] uint* value ) => T.Uniform3(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] [MethodImpl( @@ -246236,7 +134084,6 @@ public void Uniform3( [NativeTypeName("const GLuint *")] Ref value ) => T.Uniform3(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246247,7 +134094,6 @@ public void Uniform3EXT( [NativeTypeName("const GLuint *")] uint* value ) => T.Uniform3EXT(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] [MethodImpl( @@ -246259,34 +134105,6 @@ public void Uniform3EXT( [NativeTypeName("const GLuint *")] Ref value ) => T.Uniform3EXT(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246299,34 +134117,6 @@ public void Uniform4( [NativeTypeName("GLdouble")] double w ) => T.Uniform4(location, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246337,34 +134127,6 @@ public void Uniform4( [NativeTypeName("const GLdouble *")] double* value ) => T.Uniform4(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4dv")] [MethodImpl( @@ -246376,49 +134138,6 @@ public void Uniform4( [NativeTypeName("const GLdouble *")] Ref value ) => T.Uniform4(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246431,7 +134150,6 @@ public void Uniform4( [NativeTypeName("GLfloat")] float v3 ) => T.Uniform4(location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246444,49 +134162,6 @@ public void Uniform4ARB( [NativeTypeName("GLfloat")] float v3 ) => T.Uniform4ARB(location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246497,49 +134172,6 @@ public void Uniform4( [NativeTypeName("const GLfloat *")] float* value ) => T.Uniform4(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4fv")] [MethodImpl( @@ -246551,7 +134183,6 @@ public void Uniform4( [NativeTypeName("const GLfloat *")] Ref value ) => T.Uniform4(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246562,7 +134193,6 @@ public void Uniform4ARB( [NativeTypeName("const GLfloat *")] float* value ) => T.Uniform4ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] [MethodImpl( @@ -246574,49 +134204,6 @@ public void Uniform4ARB( [NativeTypeName("const GLfloat *")] Ref value ) => T.Uniform4ARB(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246629,8 +134216,6 @@ public void Uniform4( [NativeTypeName("GLint")] int v3 ) => T.Uniform4(location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246643,9 +134228,6 @@ public void Uniform4ARB( [NativeTypeName("GLint64")] long w ) => T.Uniform4ARB(location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246658,8 +134240,6 @@ public void Uniform4NV( [NativeTypeName("GLint64EXT")] long w ) => T.Uniform4NV(location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246670,8 +134250,6 @@ public void Uniform4ARB( [NativeTypeName("const GLint64 *")] long* value ) => T.Uniform4ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] [MethodImpl( @@ -246683,9 +134261,6 @@ public void Uniform4ARB( [NativeTypeName("const GLint64 *")] Ref value ) => T.Uniform4ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246696,9 +134271,6 @@ public void Uniform4NV( [NativeTypeName("const GLint64EXT *")] long* value ) => T.Uniform4NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] [MethodImpl( @@ -246710,7 +134282,6 @@ public void Uniform4NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => T.Uniform4NV(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246723,49 +134294,6 @@ public void Uniform4ARB( [NativeTypeName("GLint")] int v3 ) => T.Uniform4ARB(location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246776,49 +134304,6 @@ public void Uniform4( [NativeTypeName("const GLint *")] int* value ) => T.Uniform4(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4iv")] [MethodImpl( @@ -246830,7 +134315,6 @@ public void Uniform4( [NativeTypeName("const GLint *")] Ref value ) => T.Uniform4(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246841,7 +134325,6 @@ public void Uniform4ARB( [NativeTypeName("const GLint *")] int* value ) => T.Uniform4ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] [MethodImpl( @@ -246853,40 +134336,6 @@ public void Uniform4ARB( [NativeTypeName("const GLint *")] Ref value ) => T.Uniform4ARB(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246899,8 +134348,6 @@ public void Uniform4( [NativeTypeName("GLuint")] uint v3 ) => T.Uniform4(location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246913,9 +134360,6 @@ public void Uniform4ARB( [NativeTypeName("GLuint64")] ulong w ) => T.Uniform4ARB(location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246928,8 +134372,6 @@ public void Uniform4NV( [NativeTypeName("GLuint64EXT")] ulong w ) => T.Uniform4NV(location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246940,8 +134382,6 @@ public void Uniform4ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => T.Uniform4ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] [MethodImpl( @@ -246953,9 +134393,6 @@ public void Uniform4ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => T.Uniform4ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246966,9 +134403,6 @@ public void Uniform4NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => T.Uniform4NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] [MethodImpl( @@ -246980,7 +134414,6 @@ public void Uniform4NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => T.Uniform4NV(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform4uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -246993,40 +134426,6 @@ public void Uniform4EXT( [NativeTypeName("GLuint")] uint v3 ) => T.Uniform4EXT(location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247037,40 +134436,6 @@ public void Uniform4( [NativeTypeName("const GLuint *")] uint* value ) => T.Uniform4(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] [MethodImpl( @@ -247082,7 +134447,6 @@ public void Uniform4( [NativeTypeName("const GLuint *")] Ref value ) => T.Uniform4(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247093,7 +134457,6 @@ public void Uniform4EXT( [NativeTypeName("const GLuint *")] uint* value ) => T.Uniform4EXT(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] [MethodImpl( @@ -247105,40 +134468,6 @@ public void Uniform4EXT( [NativeTypeName("const GLuint *")] Ref value ) => T.Uniform4EXT(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformBlockBinding")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247149,7 +134478,6 @@ public void UniformBlockBinding( [NativeTypeName("GLuint")] uint uniformBlockBinding ) => T.UniformBlockBinding(program, uniformBlockIndex, uniformBlockBinding); - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glUniformBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247160,8 +134488,6 @@ public void UniformBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => T.UniformBufferEXT(program, location, buffer); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247171,7 +134497,6 @@ public void UniformHandleARB( [NativeTypeName("GLuint64")] ulong value ) => T.UniformHandleARB(location, value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64IMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247181,9 +134506,6 @@ public void UniformHandleIMG( [NativeTypeName("GLuint64")] ulong value ) => T.UniformHandleIMG(location, value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247193,145 +134515,99 @@ public void UniformHandleNV( [NativeTypeName("GLuint64")] ulong value ) => T.UniformHandleNV(location, value); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void UniformHandleui64VARB( + public void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value - ) => T.UniformHandleui64VARB(location, count, value); + ) => T.UniformHandleui64vARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void UniformHandleui64VARB( + public void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value - ) => T.UniformHandleui64VARB(location, count, value); + ) => T.UniformHandleui64vARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void UniformHandleui64VARB( + public void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => T.UniformHandleui64VARB(location, value); + ) => T.UniformHandleui64vARB(location, value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void UniformHandleui64VIMG( + public void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value - ) => T.UniformHandleui64VIMG(location, count, value); + ) => T.UniformHandleui64vIMG(location, count, value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void UniformHandleui64VIMG( + public void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value - ) => T.UniformHandleui64VIMG(location, count, value); + ) => T.UniformHandleui64vIMG(location, count, value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void UniformHandleui64VIMG( + public void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => T.UniformHandleui64VIMG(location, value); + ) => T.UniformHandleui64vIMG(location, value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void UniformHandleui64VNV( + public void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value - ) => T.UniformHandleui64VNV(location, count, value); + ) => T.UniformHandleui64vNV(location, count, value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void UniformHandleui64VNV( + public void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value - ) => T.UniformHandleui64VNV(location, count, value); + ) => T.UniformHandleui64vNV(location, count, value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void UniformHandleui64VNV( + public void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => T.UniformHandleui64VNV(location, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] + ) => T.UniformHandleui64vNV(location, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247343,34 +134619,6 @@ public void UniformMatrix2( [NativeTypeName("const GLdouble *")] double* value ) => T.UniformMatrix2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] [MethodImpl( @@ -247383,49 +134631,6 @@ public void UniformMatrix2( [NativeTypeName("const GLdouble *")] Ref value ) => T.UniformMatrix2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247437,49 +134642,6 @@ public void UniformMatrix2( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] [MethodImpl( @@ -247492,7 +134654,6 @@ public void UniformMatrix2( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix2(location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247504,7 +134665,6 @@ public void UniformMatrix2ARB( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix2ARB(location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] [MethodImpl( @@ -247517,34 +134677,6 @@ public void UniformMatrix2ARB( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix2ARB(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247556,34 +134688,6 @@ public void UniformMatrix2X3( [NativeTypeName("const GLdouble *")] double* value ) => T.UniformMatrix2X3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] [MethodImpl( @@ -247596,42 +134700,6 @@ public void UniformMatrix2X3( [NativeTypeName("const GLdouble *")] Ref value ) => T.UniformMatrix2X3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247643,42 +134711,6 @@ public void UniformMatrix2X3( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix2X3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] [MethodImpl( @@ -247691,7 +134723,6 @@ public void UniformMatrix2X3( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix2X3(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247703,7 +134734,6 @@ public void UniformMatrix2X3NV( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix2X3NV(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] [MethodImpl( @@ -247716,34 +134746,6 @@ public void UniformMatrix2X3NV( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix2X3NV(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247755,34 +134757,6 @@ public void UniformMatrix2X4( [NativeTypeName("const GLdouble *")] double* value ) => T.UniformMatrix2X4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] [MethodImpl( @@ -247795,42 +134769,6 @@ public void UniformMatrix2X4( [NativeTypeName("const GLdouble *")] Ref value ) => T.UniformMatrix2X4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247842,42 +134780,6 @@ public void UniformMatrix2X4( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix2X4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] [MethodImpl( @@ -247890,7 +134792,6 @@ public void UniformMatrix2X4( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix2X4(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247902,7 +134803,6 @@ public void UniformMatrix2X4NV( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix2X4NV(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] [MethodImpl( @@ -247915,34 +134815,6 @@ public void UniformMatrix2X4NV( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix2X4NV(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -247954,34 +134826,6 @@ public void UniformMatrix3( [NativeTypeName("const GLdouble *")] double* value ) => T.UniformMatrix3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] [MethodImpl( @@ -247994,49 +134838,6 @@ public void UniformMatrix3( [NativeTypeName("const GLdouble *")] Ref value ) => T.UniformMatrix3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248048,49 +134849,6 @@ public void UniformMatrix3( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] [MethodImpl( @@ -248103,7 +134861,6 @@ public void UniformMatrix3( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix3(location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248115,7 +134872,6 @@ public void UniformMatrix3ARB( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix3ARB(location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] [MethodImpl( @@ -248128,34 +134884,6 @@ public void UniformMatrix3ARB( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix3ARB(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248167,34 +134895,6 @@ public void UniformMatrix3X2( [NativeTypeName("const GLdouble *")] double* value ) => T.UniformMatrix3X2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] [MethodImpl( @@ -248207,42 +134907,6 @@ public void UniformMatrix3X2( [NativeTypeName("const GLdouble *")] Ref value ) => T.UniformMatrix3X2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248254,42 +134918,6 @@ public void UniformMatrix3X2( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix3X2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] [MethodImpl( @@ -248302,7 +134930,6 @@ public void UniformMatrix3X2( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix3X2(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248314,7 +134941,6 @@ public void UniformMatrix3X2NV( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix3X2NV(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] [MethodImpl( @@ -248327,34 +134953,6 @@ public void UniformMatrix3X2NV( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix3X2NV(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248366,34 +134964,6 @@ public void UniformMatrix3X4( [NativeTypeName("const GLdouble *")] double* value ) => T.UniformMatrix3X4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] [MethodImpl( @@ -248406,42 +134976,6 @@ public void UniformMatrix3X4( [NativeTypeName("const GLdouble *")] Ref value ) => T.UniformMatrix3X4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248453,42 +134987,6 @@ public void UniformMatrix3X4( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix3X4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] [MethodImpl( @@ -248501,7 +134999,6 @@ public void UniformMatrix3X4( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix3X4(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248513,7 +135010,6 @@ public void UniformMatrix3X4NV( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix3X4NV(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] [MethodImpl( @@ -248526,34 +135022,6 @@ public void UniformMatrix3X4NV( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix3X4NV(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248565,34 +135033,6 @@ public void UniformMatrix4( [NativeTypeName("const GLdouble *")] double* value ) => T.UniformMatrix4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] [MethodImpl( @@ -248605,49 +135045,6 @@ public void UniformMatrix4( [NativeTypeName("const GLdouble *")] Ref value ) => T.UniformMatrix4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248659,49 +135056,6 @@ public void UniformMatrix4( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] [MethodImpl( @@ -248714,7 +135068,6 @@ public void UniformMatrix4( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix4(location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248726,7 +135079,6 @@ public void UniformMatrix4ARB( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix4ARB(location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] [MethodImpl( @@ -248739,34 +135091,6 @@ public void UniformMatrix4ARB( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix4ARB(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248778,34 +135102,6 @@ public void UniformMatrix4X2( [NativeTypeName("const GLdouble *")] double* value ) => T.UniformMatrix4X2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] [MethodImpl( @@ -248818,42 +135114,6 @@ public void UniformMatrix4X2( [NativeTypeName("const GLdouble *")] Ref value ) => T.UniformMatrix4X2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248865,42 +135125,6 @@ public void UniformMatrix4X2( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix4X2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] [MethodImpl( @@ -248913,7 +135137,6 @@ public void UniformMatrix4X2( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix4X2(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248925,7 +135148,6 @@ public void UniformMatrix4X2NV( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix4X2NV(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] [MethodImpl( @@ -248938,34 +135160,6 @@ public void UniformMatrix4X2NV( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix4X2NV(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -248977,34 +135171,6 @@ public void UniformMatrix4X3( [NativeTypeName("const GLdouble *")] double* value ) => T.UniformMatrix4X3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] [MethodImpl( @@ -249017,42 +135183,6 @@ public void UniformMatrix4X3( [NativeTypeName("const GLdouble *")] Ref value ) => T.UniformMatrix4X3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249064,42 +135194,6 @@ public void UniformMatrix4X3( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix4X3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] [MethodImpl( @@ -249112,7 +135206,6 @@ public void UniformMatrix4X3( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix4X3(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249124,7 +135217,6 @@ public void UniformMatrix4X3NV( [NativeTypeName("const GLfloat *")] float* value ) => T.UniformMatrix4X3NV(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] [MethodImpl( @@ -249137,34 +135229,6 @@ public void UniformMatrix4X3NV( [NativeTypeName("const GLfloat *")] Ref value ) => T.UniformMatrix4X3NV(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249175,34 +135239,6 @@ public void UniformSubroutines( [NativeTypeName("const GLuint *")] uint* indices ) => T.UniformSubroutines(shadertype, count, indices); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl( @@ -249214,34 +135250,6 @@ public void UniformSubroutines( [NativeTypeName("const GLuint *")] Ref indices ) => T.UniformSubroutines(shadertype, count, indices); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl( @@ -249252,8 +135260,6 @@ public void UniformSubroutines( [NativeTypeName("const GLuint *")] uint indices ) => T.UniformSubroutines(shadertype, indices); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glUniformui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249263,8 +135269,6 @@ public void UniformNV( [NativeTypeName("GLuint64EXT")] ulong value ) => T.UniformNV(location, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249275,8 +135279,6 @@ public void UniformNV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => T.UniformNV(location, count, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] [MethodImpl( @@ -249288,7 +135290,6 @@ public void UniformNV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => T.UniformNV(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_compiled_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glUnlockArraysEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249296,46 +135297,6 @@ public void UniformNV( public void UnlockArraysEXT() => T.UnlockArraysEXT(); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249343,46 +135304,6 @@ public void UniformNV( public uint UnmapBuffer([NativeTypeName("GLenum")] uint target) => T.UnmapBuffer(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] [MethodImpl( @@ -249393,7 +135314,6 @@ public MaybeBool UnmapBuffer( ) => T.UnmapBuffer(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249402,7 +135322,6 @@ public uint UnmapBufferARB([NativeTypeName("GLenum")] uint target) => T.UnmapBufferARB(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] [MethodImpl( @@ -249413,8 +135332,6 @@ public MaybeBool UnmapBufferARB( ) => T.UnmapBufferARB(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] [MethodImpl( @@ -249424,26 +135341,14 @@ public MaybeBool UnmapBufferOES([NativeTypeName("GLenum")] uint target) => T.UnmapBufferOES(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint UnmapBufferOESRaw([NativeTypeName("GLenum")] uint target) => - T.UnmapBufferOESRaw(target); + public uint UnmapBufferOESRawOES([NativeTypeName("GLenum")] uint target) => + T.UnmapBufferOESRawOES(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] [MethodImpl( @@ -249453,8 +135358,6 @@ public MaybeBool UnmapNamedBuffer([NativeTypeName("GLuint")] uint buffer) T.UnmapNamedBuffer(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] [MethodImpl( @@ -249464,26 +135367,14 @@ public MaybeBool UnmapNamedBufferEXT([NativeTypeName("GLuint")] uint buffe T.UnmapNamedBufferEXT(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint UnmapNamedBufferEXTRaw([NativeTypeName("GLuint")] uint buffer) => - T.UnmapNamedBufferEXTRaw(buffer); + public uint UnmapNamedBufferEXTRawEXT([NativeTypeName("GLuint")] uint buffer) => + T.UnmapNamedBufferEXTRawEXT(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249491,7 +135382,6 @@ public uint UnmapNamedBufferEXTRaw([NativeTypeName("GLuint")] uint buffer) => public uint UnmapNamedBufferRaw([NativeTypeName("GLuint")] uint buffer) => T.UnmapNamedBufferRaw(buffer); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [NativeFunction("opengl", EntryPoint = "glUnmapObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249499,17 +135389,15 @@ public uint UnmapNamedBufferRaw([NativeTypeName("GLuint")] uint buffer) => public void UnmapObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => T.UnmapObjectBufferATI(buffer); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glUnmapTexture2DINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void UnmapTexture2DIntel( + public void UnmapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) => T.UnmapTexture2DIntel(texture, level); + ) => T.UnmapTexture2DINTEL(texture, level); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249522,7 +135410,6 @@ public void UpdateObjectBufferATI( [NativeTypeName("GLenum")] uint preserve ) => T.UpdateObjectBufferATI(buffer, offset, size, pointer, preserve); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] [MethodImpl( @@ -249536,7 +135423,6 @@ public void UpdateObjectBufferATI( [NativeTypeName("GLenum")] Constant preserve ) => T.UpdateObjectBufferATI(buffer, offset, size, pointer, preserve); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glUploadGpuMaskNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249544,56 +135430,12 @@ public void UpdateObjectBufferATI( public void UploadGpuMaskNVX([NativeTypeName("GLbitfield")] uint mask) => T.UploadGpuMaskNVX(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUseProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void UseProgram([NativeTypeName("GLuint")] uint program) => T.UseProgram(program); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseProgramObjectARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249601,32 +135443,6 @@ public void UploadGpuMaskNVX([NativeTypeName("GLbitfield")] uint mask) => public void UseProgramObjectARB([NativeTypeName("GLhandleARB")] uint programObj) => T.UseProgramObjectARB(programObj); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249637,32 +135453,6 @@ public void UseProgramStages( [NativeTypeName("GLuint")] uint program ) => T.UseProgramStages(pipeline, stages, program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] [MethodImpl( @@ -249674,7 +135464,6 @@ public void UseProgramStages( [NativeTypeName("GLuint")] uint program ) => T.UseProgramStages(pipeline, stages, program); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249685,7 +135474,6 @@ public void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint program ) => T.UseProgramStagesEXT(pipeline, stages, program); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] [MethodImpl( @@ -249697,8 +135485,6 @@ public void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint program ) => T.UseProgramStagesEXT(pipeline, stages, program); - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseShaderProgramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249708,49 +135494,6 @@ public void UseShaderProgramEXT( [NativeTypeName("GLuint")] uint program ) => T.UseShaderProgramEXT(type, program); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glValidateProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249758,7 +135501,6 @@ public void UseShaderProgramEXT( public void ValidateProgram([NativeTypeName("GLuint")] uint program) => T.ValidateProgram(program); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glValidateProgramARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249766,32 +135508,6 @@ public void ValidateProgram([NativeTypeName("GLuint")] uint program) => public void ValidateProgramARB([NativeTypeName("GLhandleARB")] uint programObj) => T.ValidateProgramARB(programObj); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glValidateProgramPipeline")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249799,7 +135515,6 @@ public void ValidateProgramARB([NativeTypeName("GLhandleARB")] uint programObj) public void ValidateProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => T.ValidateProgramPipeline(pipeline); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glValidateProgramPipelineEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249807,7 +135522,6 @@ public void ValidateProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => public void ValidateProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline) => T.ValidateProgramPipelineEXT(pipeline); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249820,7 +135534,6 @@ public void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => T.VariantArrayObjectATI(id, type, stride, buffer, offset); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] [MethodImpl( @@ -249834,7 +135547,6 @@ public void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => T.VariantArrayObjectATI(id, type, stride, buffer, offset); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249844,7 +135556,6 @@ public void VariantEXT( [NativeTypeName("const GLbyte *")] sbyte* addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl( @@ -249855,7 +135566,6 @@ public void VariantEXT( [NativeTypeName("const GLbyte *")] Ref addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl( @@ -249863,7 +135573,6 @@ public void VariantEXT( )] public void VariantEXT([NativeTypeName("const GLbyte *")] sbyte addr) => T.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249873,7 +135582,6 @@ public void VariantEXT( [NativeTypeName("const GLdouble *")] double* addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl( @@ -249884,7 +135592,6 @@ public void VariantEXT( [NativeTypeName("const GLdouble *")] Ref addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl( @@ -249893,7 +135600,6 @@ public void VariantEXT( public void VariantEXT([NativeTypeName("const GLdouble *")] double addr) => T.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249903,7 +135609,6 @@ public void VariantEXT( [NativeTypeName("const GLfloat *")] float* addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl( @@ -249914,7 +135619,6 @@ public void VariantEXT( [NativeTypeName("const GLfloat *")] Ref addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl( @@ -249923,7 +135627,6 @@ public void VariantEXT( public void VariantEXT([NativeTypeName("const GLfloat *")] float addr) => T.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249933,7 +135636,6 @@ public void VariantEXT( [NativeTypeName("const GLint *")] int* addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl( @@ -249944,7 +135646,6 @@ public void VariantEXT( [NativeTypeName("const GLint *")] Ref addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl( @@ -249952,7 +135653,6 @@ public void VariantEXT( )] public void VariantEXT([NativeTypeName("const GLint *")] int addr) => T.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249964,7 +135664,6 @@ public void VariantPointerEXT( [NativeTypeName("const void *")] void* addr ) => T.VariantPointerEXT(id, type, stride, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] [MethodImpl( @@ -249977,7 +135676,6 @@ public void VariantPointerEXT( [NativeTypeName("const void *")] Ref addr ) => T.VariantPointerEXT(id, type, stride, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -249987,7 +135685,6 @@ public void VariantEXT( [NativeTypeName("const GLshort *")] short* addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl( @@ -249998,7 +135695,6 @@ public void VariantEXT( [NativeTypeName("const GLshort *")] Ref addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl( @@ -250007,7 +135703,6 @@ public void VariantEXT( public void VariantEXT([NativeTypeName("const GLshort *")] short addr) => T.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250017,7 +135712,6 @@ public void VariantEXT( [NativeTypeName("const GLubyte *")] byte* addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl( @@ -250028,7 +135722,6 @@ public void VariantEXT( [NativeTypeName("const GLubyte *")] Ref addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl( @@ -250036,7 +135729,6 @@ public void VariantEXT( )] public void VariantEXT([NativeTypeName("const GLubyte *")] byte addr) => T.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250046,7 +135738,6 @@ public void VariantEXT( [NativeTypeName("const GLuint *")] uint* addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl( @@ -250057,7 +135748,6 @@ public void VariantEXT( [NativeTypeName("const GLuint *")] Ref addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl( @@ -250065,7 +135755,6 @@ public void VariantEXT( )] public void VariantEXT([NativeTypeName("const GLuint *")] uint addr) => T.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250075,7 +135764,6 @@ public void VariantEXT( [NativeTypeName("const GLushort *")] ushort* addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl( @@ -250086,7 +135774,6 @@ public void VariantEXT( [NativeTypeName("const GLushort *")] Ref addr ) => T.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl( @@ -250095,14 +135782,12 @@ public void VariantEXT( public void VariantEXT([NativeTypeName("const GLushort *")] ushort addr) => T.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUFiniNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void VdpauFinNV() => T.VdpauFinNV(); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250115,7 +135800,6 @@ public void VdpauGetSurfaceNV( [NativeTypeName("GLint *")] int* values ) => T.VdpauGetSurfaceNV(surface, pname, count, length, values); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl( @@ -250129,7 +135813,6 @@ public void VdpauGetSurfaceNV( [NativeTypeName("GLint *")] Ref values ) => T.VdpauGetSurfaceNV(surface, pname, count, length, values); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl( @@ -250141,7 +135824,6 @@ public int VdpauGetSurfaceNV( [NativeTypeName("GLsizei *")] Ref length ) => T.VdpauGetSurfaceNV(surface, pname, length); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250151,7 +135833,6 @@ public void VdpauInitNV( [NativeTypeName("const void *")] void* getProcAddress ) => T.VdpauInitNV(vdpDevice, getProcAddress); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] [MethodImpl( @@ -250163,7 +135844,6 @@ public void VdpauInitNV( ) => T.VdpauInitNV(vdpDevice, getProcAddress); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] [MethodImpl( @@ -250174,15 +135854,13 @@ public MaybeBool VdpauIsSurfaceNV( ) => T.VdpauIsSurfaceNV(surface); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint VdpauIsSurfaceNVRaw([NativeTypeName("GLvdpauSurfaceNV")] nint surface) => - T.VdpauIsSurfaceNVRaw(surface); + public uint VdpauIsSurfaceNVRawNV([NativeTypeName("GLvdpauSurfaceNV")] nint surface) => + T.VdpauIsSurfaceNVRawNV(surface); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250192,7 +135870,6 @@ public void VdpauMapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] nint* surfaces ) => T.VdpauMapSurfacesNV(numSurfaces, surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl( @@ -250203,7 +135880,6 @@ public void VdpauMapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] Ref surfaces ) => T.VdpauMapSurfacesNV(numSurfaces, surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl( @@ -250214,7 +135890,6 @@ public void VdpauMapSurfacesNV( ) => T.VdpauMapSurfacesNV(surfaces); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250227,7 +135902,6 @@ public nint VdpauRegisterOutputSurfaceNV( ) => T.VdpauRegisterOutputSurfaceNV(vdpSurface, target, numTextureNames, textureNames); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] [MethodImpl( @@ -250241,7 +135915,6 @@ public nint VdpauRegisterOutputSurfaceNV( ) => T.VdpauRegisterOutputSurfaceNV(vdpSurface, target, numTextureNames, textureNames); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250254,7 +135927,6 @@ public nint VdpauRegisterVideoSurfaceNV( ) => T.VdpauRegisterVideoSurfaceNV(vdpSurface, target, numTextureNames, textureNames); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] [MethodImpl( @@ -250268,7 +135940,6 @@ public nint VdpauRegisterVideoSurfaceNV( ) => T.VdpauRegisterVideoSurfaceNV(vdpSurface, target, numTextureNames, textureNames); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop2"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250289,7 +135960,6 @@ public nint VdpauRegisterVideoSurfaceWithPictureStructureNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] [MethodImpl( @@ -250310,7 +135980,6 @@ public nint VdpauRegisterVideoSurfaceWithPictureStructureNV( isFrameStructure ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUSurfaceAccessNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250320,7 +135989,6 @@ public void VdpauSurfaceAccessNV( [NativeTypeName("GLenum")] uint access ) => T.VdpauSurfaceAccessNV(surface, access); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250330,7 +135998,6 @@ public void VdpauUnmapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] nint* surfaces ) => T.VdpauUnmapSurfacesNV(numSurface, surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl( @@ -250341,7 +136008,6 @@ public void VdpauUnmapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] Ref surfaces ) => T.VdpauUnmapSurfacesNV(numSurface, surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl( @@ -250351,7 +136017,6 @@ public void VdpauUnmapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] nint surfaces ) => T.VdpauUnmapSurfacesNV(surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUUnregisterSurfaceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250359,7 +136024,6 @@ public void VdpauUnmapSurfacesNV( public void VdpauUnregisterSurfaceNV([NativeTypeName("GLvdpauSurfaceNV")] nint surface) => T.VdpauUnregisterSurfaceNV(surface); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex2bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250369,7 +136033,6 @@ public void Vertex2OES( [NativeTypeName("GLbyte")] sbyte y ) => T.Vertex2OES(x, y); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250377,7 +136040,6 @@ public void Vertex2OES( public void Vertex2OES([NativeTypeName("const GLbyte *")] sbyte* coords) => T.Vertex2OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] [MethodImpl( @@ -250386,31 +136048,6 @@ public void Vertex2OES([NativeTypeName("const GLbyte *")] sbyte* coords) => public void Vertex2OES([NativeTypeName("const GLbyte *")] Ref coords) => T.Vertex2OES(coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250420,62 +136057,12 @@ public void Vertex2( [NativeTypeName("GLdouble")] double y ) => T.Vertex2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex2([NativeTypeName("const GLdouble *")] double* v) => T.Vertex2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2dv")] [MethodImpl( @@ -250483,31 +136070,6 @@ public void Vertex2( )] public void Vertex2([NativeTypeName("const GLdouble *")] Ref v) => T.Vertex2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250517,62 +136079,12 @@ public void Vertex2( [NativeTypeName("GLfloat")] float y ) => T.Vertex2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex2([NativeTypeName("const GLfloat *")] float* v) => T.Vertex2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2fv")] [MethodImpl( @@ -250580,7 +136092,6 @@ public void Vertex2( )] public void Vertex2([NativeTypeName("const GLfloat *")] Ref v) => T.Vertex2(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex2hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250590,14 +136101,12 @@ public void Vertex2NV( [NativeTypeName("GLhalfNV")] ushort y ) => T.Vertex2NV(x, y); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex2NV([NativeTypeName("const GLhalfNV *")] ushort* v) => T.Vertex2NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] [MethodImpl( @@ -250605,31 +136114,6 @@ public void Vertex2NV( )] public void Vertex2NV([NativeTypeName("const GLhalfNV *")] Ref v) => T.Vertex2NV(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250637,62 +136121,12 @@ public void Vertex2NV( public void Vertex2([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y) => T.Vertex2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex2([NativeTypeName("const GLint *")] int* v) => T.Vertex2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2iv")] [MethodImpl( @@ -250700,31 +136134,6 @@ public void Vertex2([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] i )] public void Vertex2([NativeTypeName("const GLint *")] Ref v) => T.Vertex2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250734,62 +136143,12 @@ public void Vertex2( [NativeTypeName("GLshort")] short y ) => T.Vertex2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex2([NativeTypeName("const GLshort *")] short* v) => T.Vertex2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2sv")] [MethodImpl( @@ -250797,14 +136156,12 @@ public void Vertex2( )] public void Vertex2([NativeTypeName("const GLshort *")] Ref v) => T.Vertex2(v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex2XOES([NativeTypeName("GLfixed")] int x) => T.Vertex2XOES(x); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250812,7 +136169,6 @@ public void Vertex2( public void Vertex2XOES([NativeTypeName("const GLfixed *")] int* coords) => T.Vertex2XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] [MethodImpl( @@ -250821,7 +136177,6 @@ public void Vertex2XOES([NativeTypeName("const GLfixed *")] int* coords) => public void Vertex2XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.Vertex2XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex3bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250832,7 +136187,6 @@ public void Vertex3OES( [NativeTypeName("GLbyte")] sbyte z ) => T.Vertex3OES(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250840,7 +136194,6 @@ public void Vertex3OES( public void Vertex3OES([NativeTypeName("const GLbyte *")] sbyte* coords) => T.Vertex3OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] [MethodImpl( @@ -250849,31 +136202,6 @@ public void Vertex3OES([NativeTypeName("const GLbyte *")] sbyte* coords) => public void Vertex3OES([NativeTypeName("const GLbyte *")] Ref coords) => T.Vertex3OES(coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250884,62 +136212,12 @@ public void Vertex3( [NativeTypeName("GLdouble")] double z ) => T.Vertex3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex3([NativeTypeName("const GLdouble *")] double* v) => T.Vertex3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3dv")] [MethodImpl( @@ -250947,31 +136225,6 @@ public void Vertex3( )] public void Vertex3([NativeTypeName("const GLdouble *")] Ref v) => T.Vertex3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -250982,62 +136235,12 @@ public void Vertex3( [NativeTypeName("GLfloat")] float z ) => T.Vertex3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex3([NativeTypeName("const GLfloat *")] float* v) => T.Vertex3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3fv")] [MethodImpl( @@ -251045,7 +136248,6 @@ public void Vertex3( )] public void Vertex3([NativeTypeName("const GLfloat *")] Ref v) => T.Vertex3(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251056,14 +136258,12 @@ public void Vertex3NV( [NativeTypeName("GLhalfNV")] ushort z ) => T.Vertex3NV(x, y, z); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => T.Vertex3NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] [MethodImpl( @@ -251071,31 +136271,6 @@ public void Vertex3NV( )] public void Vertex3NV([NativeTypeName("const GLhalfNV *")] Ref v) => T.Vertex3NV(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251106,62 +136281,12 @@ public void Vertex3( [NativeTypeName("GLint")] int z ) => T.Vertex3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex3([NativeTypeName("const GLint *")] int* v) => T.Vertex3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3iv")] [MethodImpl( @@ -251169,31 +136294,6 @@ public void Vertex3( )] public void Vertex3([NativeTypeName("const GLint *")] Ref v) => T.Vertex3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251204,62 +136304,12 @@ public void Vertex3( [NativeTypeName("GLshort")] short z ) => T.Vertex3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex3([NativeTypeName("const GLshort *")] short* v) => T.Vertex3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3sv")] [MethodImpl( @@ -251267,7 +136317,6 @@ public void Vertex3( )] public void Vertex3([NativeTypeName("const GLshort *")] Ref v) => T.Vertex3(v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex3xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251277,7 +136326,6 @@ public void Vertex3XOES( [NativeTypeName("GLfixed")] int y ) => T.Vertex3XOES(x, y); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251285,7 +136333,6 @@ public void Vertex3XOES( public void Vertex3XOES([NativeTypeName("const GLfixed *")] int* coords) => T.Vertex3XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] [MethodImpl( @@ -251294,7 +136341,6 @@ public void Vertex3XOES([NativeTypeName("const GLfixed *")] int* coords) => public void Vertex3XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.Vertex3XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex4bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251306,7 +136352,6 @@ public void Vertex4OES( [NativeTypeName("GLbyte")] sbyte w ) => T.Vertex4OES(x, y, z, w); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251314,7 +136359,6 @@ public void Vertex4OES( public void Vertex4OES([NativeTypeName("const GLbyte *")] sbyte* coords) => T.Vertex4OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] [MethodImpl( @@ -251323,31 +136367,6 @@ public void Vertex4OES([NativeTypeName("const GLbyte *")] sbyte* coords) => public void Vertex4OES([NativeTypeName("const GLbyte *")] Ref coords) => T.Vertex4OES(coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251359,62 +136378,12 @@ public void Vertex4( [NativeTypeName("GLdouble")] double w ) => T.Vertex4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex4([NativeTypeName("const GLdouble *")] double* v) => T.Vertex4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4dv")] [MethodImpl( @@ -251422,31 +136391,6 @@ public void Vertex4( )] public void Vertex4([NativeTypeName("const GLdouble *")] Ref v) => T.Vertex4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251458,62 +136402,12 @@ public void Vertex4( [NativeTypeName("GLfloat")] float w ) => T.Vertex4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex4([NativeTypeName("const GLfloat *")] float* v) => T.Vertex4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4fv")] [MethodImpl( @@ -251521,7 +136415,6 @@ public void Vertex4( )] public void Vertex4([NativeTypeName("const GLfloat *")] Ref v) => T.Vertex4(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex4hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251533,14 +136426,12 @@ public void Vertex4NV( [NativeTypeName("GLhalfNV")] ushort w ) => T.Vertex4NV(x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex4NV([NativeTypeName("const GLhalfNV *")] ushort* v) => T.Vertex4NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] [MethodImpl( @@ -251548,31 +136439,6 @@ public void Vertex4NV( )] public void Vertex4NV([NativeTypeName("const GLhalfNV *")] Ref v) => T.Vertex4NV(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251584,62 +136450,12 @@ public void Vertex4( [NativeTypeName("GLint")] int w ) => T.Vertex4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex4([NativeTypeName("const GLint *")] int* v) => T.Vertex4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4iv")] [MethodImpl( @@ -251647,31 +136463,6 @@ public void Vertex4( )] public void Vertex4([NativeTypeName("const GLint *")] Ref v) => T.Vertex4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251683,62 +136474,12 @@ public void Vertex4( [NativeTypeName("GLshort")] short w ) => T.Vertex4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void Vertex4([NativeTypeName("const GLshort *")] short* v) => T.Vertex4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4sv")] [MethodImpl( @@ -251746,7 +136487,6 @@ public void Vertex4( )] public void Vertex4([NativeTypeName("const GLshort *")] Ref v) => T.Vertex4(v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex4xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251757,7 +136497,6 @@ public void Vertex4XOES( [NativeTypeName("GLfixed")] int z ) => T.Vertex4XOES(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251765,7 +136504,6 @@ public void Vertex4XOES( public void Vertex4XOES([NativeTypeName("const GLfixed *")] int* coords) => T.Vertex4XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] [MethodImpl( @@ -251774,16 +136512,6 @@ public void Vertex4XOES([NativeTypeName("const GLfixed *")] int* coords) => public void Vertex4XOES([NativeTypeName("const GLfixed *")] Ref coords) => T.Vertex4XOES(coords); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribBinding")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251794,16 +136522,6 @@ public void VertexArrayAttribBinding( [NativeTypeName("GLuint")] uint bindingindex ) => T.VertexArrayAttribBinding(vaobj, attribindex, bindingindex); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251817,16 +136535,6 @@ public void VertexArrayAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexArrayAttribFormat(vaobj, attribindex, size, type, normalized, relativeoffset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] [MethodImpl( @@ -251841,16 +136549,6 @@ public void VertexArrayAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexArrayAttribFormat(vaobj, attribindex, size, type, normalized, relativeoffset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251863,16 +136561,6 @@ public void VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexArrayAttribIFormat(vaobj, attribindex, size, type, relativeoffset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] [MethodImpl( @@ -251886,16 +136574,6 @@ public void VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexArrayAttribIFormat(vaobj, attribindex, size, type, relativeoffset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251908,16 +136586,6 @@ public void VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexArrayAttribLFormat(vaobj, attribindex, size, type, relativeoffset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] [MethodImpl( @@ -251931,16 +136599,6 @@ public void VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexArrayAttribLFormat(vaobj, attribindex, size, type, relativeoffset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayBindingDivisor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251951,8 +136609,6 @@ public void VertexArrayBindingDivisor( [NativeTypeName("GLuint")] uint divisor ) => T.VertexArrayBindingDivisor(vaobj, bindingindex, divisor); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayBindVertexBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251965,8 +136621,6 @@ public void VertexArrayBindVertexBufferEXT( [NativeTypeName("GLsizei")] uint stride ) => T.VertexArrayBindVertexBufferEXT(vaobj, bindingindex, buffer, offset, stride); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -251980,8 +136634,6 @@ public void VertexArrayColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayColorOffsetEXT(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] [MethodImpl( @@ -251996,8 +136648,6 @@ public void VertexArrayColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayColorOffsetEXT(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayEdgeFlagOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252009,16 +136659,6 @@ public void VertexArrayEdgeFlagOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayEdgeFlagOffsetEXT(vaobj, buffer, stride, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayElementBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252028,8 +136668,6 @@ public void VertexArrayElementBuffer( [NativeTypeName("GLuint")] uint buffer ) => T.VertexArrayElementBuffer(vaobj, buffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252042,8 +136680,6 @@ public void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayFogCoordOffsetEXT(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] [MethodImpl( @@ -252057,8 +136693,6 @@ public void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayFogCoordOffsetEXT(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252071,8 +136705,6 @@ public void VertexArrayIndexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayIndexOffsetEXT(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] [MethodImpl( @@ -252086,8 +136718,6 @@ public void VertexArrayIndexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayIndexOffsetEXT(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252103,8 +136733,6 @@ public void VertexArrayMultiTexCoordOffsetEXT( ) => T.VertexArrayMultiTexCoordOffsetEXT(vaobj, buffer, texunit, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] [MethodImpl( @@ -252121,8 +136749,6 @@ public void VertexArrayMultiTexCoordOffsetEXT( ) => T.VertexArrayMultiTexCoordOffsetEXT(vaobj, buffer, texunit, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252135,8 +136761,6 @@ public void VertexArrayNormalOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayNormalOffsetEXT(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] [MethodImpl( @@ -252150,45 +136774,40 @@ public void VertexArrayNormalOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayNormalOffsetEXT(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexArrayParameterApple( + public void VertexArrayParameterAPPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 - ) => T.VertexArrayParameterApple(pname, param1); + ) => T.VertexArrayParameterAPPLE(pname, param1); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexArrayParameterApple( - [NativeTypeName("GLenum")] Constant pname, + public void VertexArrayParameterAPPLE( + [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) => T.VertexArrayParameterApple(pname, param1); + ) => T.VertexArrayParameterAPPLE(pname, param1); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexArrayRangeApple([NativeTypeName("GLsizei")] uint length, void* pointer) => - T.VertexArrayRangeApple(length, pointer); + public void VertexArrayRangeAPPLE([NativeTypeName("GLsizei")] uint length, void* pointer) => + T.VertexArrayRangeAPPLE(length, pointer); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexArrayRangeApple([NativeTypeName("GLsizei")] uint length, Ref pointer) => - T.VertexArrayRangeApple(length, pointer); + public void VertexArrayRangeAPPLE([NativeTypeName("GLsizei")] uint length, Ref pointer) => + T.VertexArrayRangeAPPLE(length, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252198,7 +136817,6 @@ public void VertexArrayRangeNV( [NativeTypeName("const void *")] void* pointer ) => T.VertexArrayRangeNV(length, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] [MethodImpl( @@ -252209,8 +136827,6 @@ public void VertexArrayRangeNV( [NativeTypeName("const void *")] Ref pointer ) => T.VertexArrayRangeNV(length, pointer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252224,8 +136840,6 @@ public void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArraySecondaryColorOffsetEXT(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] [MethodImpl( @@ -252240,8 +136854,6 @@ public void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArraySecondaryColorOffsetEXT(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252255,8 +136867,6 @@ public void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayTexCoordOffsetEXT(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] [MethodImpl( @@ -252271,8 +136881,6 @@ public void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayTexCoordOffsetEXT(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribBindingEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252283,8 +136891,6 @@ public void VertexArrayVertexAttribBindingEXT( [NativeTypeName("GLuint")] uint bindingindex ) => T.VertexArrayVertexAttribBindingEXT(vaobj, attribindex, bindingindex); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribDivisorEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252295,8 +136901,6 @@ public void VertexArrayVertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint divisor ) => T.VertexArrayVertexAttribDivisorEXT(vaobj, index, divisor); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252318,8 +136922,6 @@ public void VertexArrayVertexAttribFormatEXT( relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] [MethodImpl( @@ -252342,8 +136944,6 @@ public void VertexArrayVertexAttribFormatEXT( relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252356,8 +136956,6 @@ public void VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexArrayVertexAttribIFormatEXT(vaobj, attribindex, size, type, relativeoffset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] [MethodImpl( @@ -252371,8 +136969,6 @@ public void VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexArrayVertexAttribIFormatEXT(vaobj, attribindex, size, type, relativeoffset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252387,8 +136983,6 @@ public void VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayVertexAttribIOffsetEXT(vaobj, buffer, index, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] [MethodImpl( @@ -252404,8 +136998,6 @@ public void VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayVertexAttribIOffsetEXT(vaobj, buffer, index, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252418,8 +137010,6 @@ public void VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexArrayVertexAttribLFormatEXT(vaobj, attribindex, size, type, relativeoffset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] [MethodImpl( @@ -252433,8 +137023,6 @@ public void VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexArrayVertexAttribLFormatEXT(vaobj, attribindex, size, type, relativeoffset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252449,8 +137037,6 @@ public void VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayVertexAttribLOffsetEXT(vaobj, buffer, index, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] [MethodImpl( @@ -252466,8 +137052,6 @@ public void VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayVertexAttribLOffsetEXT(vaobj, buffer, index, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252493,8 +137077,6 @@ public void VertexArrayVertexAttribOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] [MethodImpl( @@ -252521,8 +137103,6 @@ public void VertexArrayVertexAttribOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBindingDivisorEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252533,16 +137113,6 @@ public void VertexArrayVertexBindingDivisorEXT( [NativeTypeName("GLuint")] uint divisor ) => T.VertexArrayVertexBindingDivisorEXT(vaobj, bindingindex, divisor); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252555,16 +137125,6 @@ public void VertexArrayVertexBuffer( [NativeTypeName("GLsizei")] uint stride ) => T.VertexArrayVertexBuffer(vaobj, bindingindex, buffer, offset, stride); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252578,16 +137138,6 @@ public void VertexArrayVertexBuffers( [NativeTypeName("const GLsizei *")] uint* strides ) => T.VertexArrayVertexBuffers(vaobj, first, count, buffers, offsets, strides); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] [MethodImpl( @@ -252602,8 +137152,6 @@ public void VertexArrayVertexBuffers( [NativeTypeName("const GLsizei *")] Ref strides ) => T.VertexArrayVertexBuffers(vaobj, first, count, buffers, offsets, strides); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -252617,8 +137165,6 @@ public void VertexArrayVertexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayVertexOffsetEXT(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] [MethodImpl( @@ -252633,928 +137179,386 @@ public void VertexArrayVertexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => T.VertexArrayVertexOffsetEXT(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1D( + public void VertexAttrib1d( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x - ) => T.VertexAttrib1D(index, x); + ) => T.VertexAttrib1d(index, x); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1DARB( + public void VertexAttrib1dARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x - ) => T.VertexAttrib1DARB(index, x); + ) => T.VertexAttrib1dARB(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1DNV( + public void VertexAttrib1dNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x - ) => T.VertexAttrib1DNV(index, x); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => T.VertexAttrib1dNV(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1Dv( + public void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => T.VertexAttrib1Dv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => T.VertexAttrib1dv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1Dv( + public void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v - ) => T.VertexAttrib1Dv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => T.VertexAttrib1dv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1Dv( + public void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => T.VertexAttrib1Dv(index, v); + ) => T.VertexAttrib1dv(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1DvARB( + public void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => T.VertexAttrib1DvARB(index, v); + ) => T.VertexAttrib1dvARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1DvARB( + public void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v - ) => T.VertexAttrib1DvARB(index, v); + ) => T.VertexAttrib1dvARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1DvARB( + public void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => T.VertexAttrib1DvARB(index, v); + ) => T.VertexAttrib1dvARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1DvNV( + public void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => T.VertexAttrib1DvNV(index, v); + ) => T.VertexAttrib1dvNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1DvNV( + public void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v - ) => T.VertexAttrib1DvNV(index, v); + ) => T.VertexAttrib1dvNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1DvNV( + public void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => T.VertexAttrib1DvNV(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => T.VertexAttrib1dvNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1F( + public void VertexAttrib1f( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x - ) => T.VertexAttrib1F(index, x); + ) => T.VertexAttrib1f(index, x); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1FARB( + public void VertexAttrib1fARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x - ) => T.VertexAttrib1FARB(index, x); + ) => T.VertexAttrib1fARB(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1FNV( + public void VertexAttrib1fNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x - ) => T.VertexAttrib1FNV(index, x); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => T.VertexAttrib1fNV(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1Fv( + public void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v - ) => T.VertexAttrib1Fv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => T.VertexAttrib1fv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1Fv( + public void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v - ) => T.VertexAttrib1Fv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => T.VertexAttrib1fv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1Fv( + public void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => T.VertexAttrib1Fv(index, v); + ) => T.VertexAttrib1fv(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1FvARB( + public void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v - ) => T.VertexAttrib1FvARB(index, v); + ) => T.VertexAttrib1fvARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1FvARB( + public void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v - ) => T.VertexAttrib1FvARB(index, v); + ) => T.VertexAttrib1fvARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1FvARB( + public void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => T.VertexAttrib1FvARB(index, v); + ) => T.VertexAttrib1fvARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1FvNV( + public void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v - ) => T.VertexAttrib1FvNV(index, v); + ) => T.VertexAttrib1fvNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1FvNV( + public void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v - ) => T.VertexAttrib1FvNV(index, v); + ) => T.VertexAttrib1fvNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1FvNV( + public void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => T.VertexAttrib1FvNV(index, v); + ) => T.VertexAttrib1fvNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1HNV( + public void VertexAttrib1hNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLhalfNV")] ushort x - ) => T.VertexAttrib1HNV(index, x); + ) => T.VertexAttrib1hNV(index, x); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1HvNV( + public void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v - ) => T.VertexAttrib1HvNV(index, v); + ) => T.VertexAttrib1hvNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1HvNV( + public void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] Ref v - ) => T.VertexAttrib1HvNV(index, v); + ) => T.VertexAttrib1hvNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1HvNV( + public void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort v - ) => T.VertexAttrib1HvNV(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => T.VertexAttrib1hvNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1S( + public void VertexAttrib1s( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x - ) => T.VertexAttrib1S(index, x); + ) => T.VertexAttrib1s(index, x); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1SARB( + public void VertexAttrib1sARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x - ) => T.VertexAttrib1SARB(index, x); + ) => T.VertexAttrib1sARB(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1SNV( + public void VertexAttrib1sNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x - ) => T.VertexAttrib1SNV(index, x); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => T.VertexAttrib1sNV(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1Sv( + public void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v - ) => T.VertexAttrib1Sv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => T.VertexAttrib1sv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1Sv( + public void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v - ) => T.VertexAttrib1Sv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => T.VertexAttrib1sv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1Sv( + public void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => T.VertexAttrib1Sv(index, v); + ) => T.VertexAttrib1sv(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1SvARB( + public void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v - ) => T.VertexAttrib1SvARB(index, v); + ) => T.VertexAttrib1svARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1SvARB( + public void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v - ) => T.VertexAttrib1SvARB(index, v); + ) => T.VertexAttrib1svARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1SvARB( + public void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => T.VertexAttrib1SvARB(index, v); + ) => T.VertexAttrib1svARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1SvNV( + public void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v - ) => T.VertexAttrib1SvNV(index, v); + ) => T.VertexAttrib1svNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1SvNV( + public void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v - ) => T.VertexAttrib1SvNV(index, v); + ) => T.VertexAttrib1svNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttrib1SvNV( + public void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => T.VertexAttrib1SvNV(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => T.VertexAttrib1svNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253565,7 +137569,6 @@ public void VertexAttrib2( [NativeTypeName("GLdouble")] double y ) => T.VertexAttrib2(index, x, y); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253576,7 +137579,6 @@ public void VertexAttrib2ARB( [NativeTypeName("GLdouble")] double y ) => T.VertexAttrib2ARB(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253587,44 +137589,6 @@ public void VertexAttrib2NV( [NativeTypeName("GLdouble")] double y ) => T.VertexAttrib2NV(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253634,44 +137598,6 @@ public void VertexAttrib2( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttrib2(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] [MethodImpl( @@ -253682,7 +137608,6 @@ public void VertexAttrib2( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttrib2(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253692,7 +137617,6 @@ public void VertexAttrib2ARB( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttrib2ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] [MethodImpl( @@ -253703,7 +137627,6 @@ public void VertexAttrib2ARB( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttrib2ARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253713,7 +137636,6 @@ public void VertexAttrib2NV( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttrib2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] [MethodImpl( @@ -253724,49 +137646,6 @@ public void VertexAttrib2NV( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttrib2NV(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253777,7 +137656,6 @@ public void VertexAttrib2( [NativeTypeName("GLfloat")] float y ) => T.VertexAttrib2(index, x, y); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253788,7 +137666,6 @@ public void VertexAttrib2ARB( [NativeTypeName("GLfloat")] float y ) => T.VertexAttrib2ARB(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253799,49 +137676,6 @@ public void VertexAttrib2NV( [NativeTypeName("GLfloat")] float y ) => T.VertexAttrib2NV(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253851,49 +137685,6 @@ public void VertexAttrib2( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttrib2(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] [MethodImpl( @@ -253904,7 +137695,6 @@ public void VertexAttrib2( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttrib2(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253914,7 +137704,6 @@ public void VertexAttrib2ARB( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttrib2ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] [MethodImpl( @@ -253925,7 +137714,6 @@ public void VertexAttrib2ARB( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttrib2ARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253935,7 +137723,6 @@ public void VertexAttrib2NV( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttrib2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] [MethodImpl( @@ -253946,7 +137733,6 @@ public void VertexAttrib2NV( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttrib2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253957,7 +137743,6 @@ public void VertexAttrib2NV( [NativeTypeName("GLhalfNV")] ushort y ) => T.VertexAttrib2NV(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -253967,7 +137752,6 @@ public void VertexAttrib2NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => T.VertexAttrib2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] [MethodImpl( @@ -253978,44 +137762,6 @@ public void VertexAttrib2NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => T.VertexAttrib2NV(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254026,7 +137772,6 @@ public void VertexAttrib2( [NativeTypeName("GLshort")] short y ) => T.VertexAttrib2(index, x, y); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254037,7 +137782,6 @@ public void VertexAttrib2ARB( [NativeTypeName("GLshort")] short y ) => T.VertexAttrib2ARB(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254048,44 +137792,6 @@ public void VertexAttrib2NV( [NativeTypeName("GLshort")] short y ) => T.VertexAttrib2NV(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254095,44 +137801,6 @@ public void VertexAttrib2( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttrib2(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] [MethodImpl( @@ -254143,7 +137811,6 @@ public void VertexAttrib2( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttrib2(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254153,7 +137820,6 @@ public void VertexAttrib2ARB( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttrib2ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] [MethodImpl( @@ -254164,7 +137830,6 @@ public void VertexAttrib2ARB( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttrib2ARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254174,7 +137839,6 @@ public void VertexAttrib2NV( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttrib2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] [MethodImpl( @@ -254185,44 +137849,6 @@ public void VertexAttrib2NV( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttrib2NV(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254234,7 +137860,6 @@ public void VertexAttrib3( [NativeTypeName("GLdouble")] double z ) => T.VertexAttrib3(index, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254246,7 +137871,6 @@ public void VertexAttrib3ARB( [NativeTypeName("GLdouble")] double z ) => T.VertexAttrib3ARB(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254258,44 +137882,6 @@ public void VertexAttrib3NV( [NativeTypeName("GLdouble")] double z ) => T.VertexAttrib3NV(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254305,44 +137891,6 @@ public void VertexAttrib3( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttrib3(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] [MethodImpl( @@ -254353,7 +137901,6 @@ public void VertexAttrib3( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttrib3(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254363,7 +137910,6 @@ public void VertexAttrib3ARB( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttrib3ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] [MethodImpl( @@ -254374,7 +137920,6 @@ public void VertexAttrib3ARB( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttrib3ARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254384,7 +137929,6 @@ public void VertexAttrib3NV( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttrib3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] [MethodImpl( @@ -254395,49 +137939,6 @@ public void VertexAttrib3NV( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttrib3NV(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254449,7 +137950,6 @@ public void VertexAttrib3( [NativeTypeName("GLfloat")] float z ) => T.VertexAttrib3(index, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254461,7 +137961,6 @@ public void VertexAttrib3ARB( [NativeTypeName("GLfloat")] float z ) => T.VertexAttrib3ARB(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254473,49 +137972,6 @@ public void VertexAttrib3NV( [NativeTypeName("GLfloat")] float z ) => T.VertexAttrib3NV(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254525,49 +137981,6 @@ public void VertexAttrib3( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttrib3(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] [MethodImpl( @@ -254578,7 +137991,6 @@ public void VertexAttrib3( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttrib3(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254588,7 +138000,6 @@ public void VertexAttrib3ARB( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttrib3ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] [MethodImpl( @@ -254599,7 +138010,6 @@ public void VertexAttrib3ARB( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttrib3ARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254609,7 +138019,6 @@ public void VertexAttrib3NV( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttrib3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] [MethodImpl( @@ -254620,7 +138029,6 @@ public void VertexAttrib3NV( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttrib3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254632,7 +138040,6 @@ public void VertexAttrib3NV( [NativeTypeName("GLhalfNV")] ushort z ) => T.VertexAttrib3NV(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254642,7 +138049,6 @@ public void VertexAttrib3NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => T.VertexAttrib3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] [MethodImpl( @@ -254653,44 +138059,6 @@ public void VertexAttrib3NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => T.VertexAttrib3NV(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254702,7 +138070,6 @@ public void VertexAttrib3( [NativeTypeName("GLshort")] short z ) => T.VertexAttrib3(index, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254714,7 +138081,6 @@ public void VertexAttrib3ARB( [NativeTypeName("GLshort")] short z ) => T.VertexAttrib3ARB(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254726,44 +138092,6 @@ public void VertexAttrib3NV( [NativeTypeName("GLshort")] short z ) => T.VertexAttrib3NV(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254773,44 +138101,6 @@ public void VertexAttrib3( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttrib3(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] [MethodImpl( @@ -254821,7 +138111,6 @@ public void VertexAttrib3( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttrib3(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254831,7 +138120,6 @@ public void VertexAttrib3ARB( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttrib3ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] [MethodImpl( @@ -254842,7 +138130,6 @@ public void VertexAttrib3ARB( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttrib3ARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254852,7 +138139,6 @@ public void VertexAttrib3NV( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttrib3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] [MethodImpl( @@ -254863,44 +138149,6 @@ public void VertexAttrib3NV( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttrib3NV(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254910,44 +138158,6 @@ public void VertexAttrib4( [NativeTypeName("const GLbyte *")] sbyte* v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] [MethodImpl( @@ -254958,7 +138168,6 @@ public void VertexAttrib4( [NativeTypeName("const GLbyte *")] Ref v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -254968,7 +138177,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLbyte *")] sbyte* v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] [MethodImpl( @@ -254979,44 +138187,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLbyte *")] Ref v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255029,7 +138199,6 @@ public void VertexAttrib4( [NativeTypeName("GLdouble")] double w ) => T.VertexAttrib4(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255042,7 +138211,6 @@ public void VertexAttrib4ARB( [NativeTypeName("GLdouble")] double w ) => T.VertexAttrib4ARB(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255055,44 +138223,6 @@ public void VertexAttrib4NV( [NativeTypeName("GLdouble")] double w ) => T.VertexAttrib4NV(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255102,44 +138232,6 @@ public void VertexAttrib4( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] [MethodImpl( @@ -255150,7 +138242,6 @@ public void VertexAttrib4( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255160,7 +138251,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] [MethodImpl( @@ -255171,7 +138261,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255181,7 +138270,6 @@ public void VertexAttrib4NV( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttrib4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] [MethodImpl( @@ -255192,49 +138280,6 @@ public void VertexAttrib4NV( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttrib4NV(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255247,7 +138292,6 @@ public void VertexAttrib4( [NativeTypeName("GLfloat")] float w ) => T.VertexAttrib4(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255260,7 +138304,6 @@ public void VertexAttrib4ARB( [NativeTypeName("GLfloat")] float w ) => T.VertexAttrib4ARB(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255273,49 +138316,6 @@ public void VertexAttrib4NV( [NativeTypeName("GLfloat")] float w ) => T.VertexAttrib4NV(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255325,49 +138325,6 @@ public void VertexAttrib4( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] [MethodImpl( @@ -255378,7 +138335,6 @@ public void VertexAttrib4( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255388,7 +138344,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] [MethodImpl( @@ -255399,7 +138354,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255409,7 +138363,6 @@ public void VertexAttrib4NV( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttrib4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] [MethodImpl( @@ -255420,7 +138373,6 @@ public void VertexAttrib4NV( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttrib4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255433,7 +138385,6 @@ public void VertexAttrib4NV( [NativeTypeName("GLhalfNV")] ushort w ) => T.VertexAttrib4NV(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255443,7 +138394,6 @@ public void VertexAttrib4NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => T.VertexAttrib4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] [MethodImpl( @@ -255454,44 +138404,6 @@ public void VertexAttrib4NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => T.VertexAttrib4NV(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255501,44 +138413,6 @@ public void VertexAttrib4( [NativeTypeName("const GLint *")] int* v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] [MethodImpl( @@ -255549,7 +138423,6 @@ public void VertexAttrib4( [NativeTypeName("const GLint *")] Ref v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255559,7 +138432,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLint *")] int* v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] [MethodImpl( @@ -255570,44 +138442,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLint *")] Ref v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255617,44 +138451,6 @@ public void VertexAttrib4N( [NativeTypeName("const GLbyte *")] sbyte* v ) => T.VertexAttrib4N(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] [MethodImpl( @@ -255665,7 +138461,6 @@ public void VertexAttrib4N( [NativeTypeName("const GLbyte *")] Ref v ) => T.VertexAttrib4N(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255675,7 +138470,6 @@ public void VertexAttrib4NARB( [NativeTypeName("const GLbyte *")] sbyte* v ) => T.VertexAttrib4NARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] [MethodImpl( @@ -255686,44 +138480,6 @@ public void VertexAttrib4NARB( [NativeTypeName("const GLbyte *")] Ref v ) => T.VertexAttrib4NARB(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255733,44 +138489,6 @@ public void VertexAttrib4N( [NativeTypeName("const GLint *")] int* v ) => T.VertexAttrib4N(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] [MethodImpl( @@ -255781,7 +138499,6 @@ public void VertexAttrib4N( [NativeTypeName("const GLint *")] Ref v ) => T.VertexAttrib4N(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255791,7 +138508,6 @@ public void VertexAttrib4NARB( [NativeTypeName("const GLint *")] int* v ) => T.VertexAttrib4NARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] [MethodImpl( @@ -255802,44 +138518,6 @@ public void VertexAttrib4NARB( [NativeTypeName("const GLint *")] Ref v ) => T.VertexAttrib4NARB(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255849,44 +138527,6 @@ public void VertexAttrib4N( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttrib4N(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] [MethodImpl( @@ -255897,7 +138537,6 @@ public void VertexAttrib4N( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttrib4N(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255907,7 +138546,6 @@ public void VertexAttrib4NARB( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttrib4NARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] [MethodImpl( @@ -255918,44 +138556,6 @@ public void VertexAttrib4NARB( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttrib4NARB(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nub")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255968,7 +138568,6 @@ public void VertexAttrib4N( [NativeTypeName("GLubyte")] byte w ) => T.VertexAttrib4N(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -255981,44 +138580,6 @@ public void VertexAttrib4NARB( [NativeTypeName("GLubyte")] byte w ) => T.VertexAttrib4NARB(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256028,44 +138589,6 @@ public void VertexAttrib4N( [NativeTypeName("const GLubyte *")] byte* v ) => T.VertexAttrib4N(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] [MethodImpl( @@ -256076,7 +138599,6 @@ public void VertexAttrib4N( [NativeTypeName("const GLubyte *")] Ref v ) => T.VertexAttrib4N(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256086,7 +138608,6 @@ public void VertexAttrib4NARB( [NativeTypeName("const GLubyte *")] byte* v ) => T.VertexAttrib4NARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] [MethodImpl( @@ -256097,44 +138618,6 @@ public void VertexAttrib4NARB( [NativeTypeName("const GLubyte *")] Ref v ) => T.VertexAttrib4NARB(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256144,44 +138627,6 @@ public void VertexAttrib4N( [NativeTypeName("const GLuint *")] uint* v ) => T.VertexAttrib4N(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] [MethodImpl( @@ -256192,7 +138637,6 @@ public void VertexAttrib4N( [NativeTypeName("const GLuint *")] Ref v ) => T.VertexAttrib4N(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256202,7 +138646,6 @@ public void VertexAttrib4NARB( [NativeTypeName("const GLuint *")] uint* v ) => T.VertexAttrib4NARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] [MethodImpl( @@ -256213,44 +138656,6 @@ public void VertexAttrib4NARB( [NativeTypeName("const GLuint *")] Ref v ) => T.VertexAttrib4NARB(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256260,44 +138665,6 @@ public void VertexAttrib4N( [NativeTypeName("const GLushort *")] ushort* v ) => T.VertexAttrib4N(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] [MethodImpl( @@ -256308,7 +138675,6 @@ public void VertexAttrib4N( [NativeTypeName("const GLushort *")] Ref v ) => T.VertexAttrib4N(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256318,7 +138684,6 @@ public void VertexAttrib4NARB( [NativeTypeName("const GLushort *")] ushort* v ) => T.VertexAttrib4NARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] [MethodImpl( @@ -256329,44 +138694,6 @@ public void VertexAttrib4NARB( [NativeTypeName("const GLushort *")] Ref v ) => T.VertexAttrib4NARB(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256379,7 +138706,6 @@ public void VertexAttrib4( [NativeTypeName("GLshort")] short w ) => T.VertexAttrib4(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256392,7 +138718,6 @@ public void VertexAttrib4ARB( [NativeTypeName("GLshort")] short w ) => T.VertexAttrib4ARB(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256405,44 +138730,6 @@ public void VertexAttrib4NV( [NativeTypeName("GLshort")] short w ) => T.VertexAttrib4NV(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256452,44 +138739,6 @@ public void VertexAttrib4( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] [MethodImpl( @@ -256500,7 +138749,6 @@ public void VertexAttrib4( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256510,7 +138758,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] [MethodImpl( @@ -256521,7 +138768,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256531,7 +138777,6 @@ public void VertexAttrib4NV( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttrib4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] [MethodImpl( @@ -256542,7 +138787,6 @@ public void VertexAttrib4NV( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttrib4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256555,44 +138799,6 @@ public void VertexAttrib4NV( [NativeTypeName("GLubyte")] byte w ) => T.VertexAttrib4NV(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256602,44 +138808,6 @@ public void VertexAttrib4( [NativeTypeName("const GLubyte *")] byte* v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] [MethodImpl( @@ -256650,7 +138818,6 @@ public void VertexAttrib4( [NativeTypeName("const GLubyte *")] Ref v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256660,7 +138827,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLubyte *")] byte* v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] [MethodImpl( @@ -256671,7 +138837,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLubyte *")] Ref v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256681,7 +138846,6 @@ public void VertexAttrib4NV( [NativeTypeName("const GLubyte *")] byte* v ) => T.VertexAttrib4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] [MethodImpl( @@ -256692,44 +138856,6 @@ public void VertexAttrib4NV( [NativeTypeName("const GLubyte *")] Ref v ) => T.VertexAttrib4NV(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256739,44 +138865,6 @@ public void VertexAttrib4( [NativeTypeName("const GLuint *")] uint* v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] [MethodImpl( @@ -256787,7 +138875,6 @@ public void VertexAttrib4( [NativeTypeName("const GLuint *")] Ref v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256797,7 +138884,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLuint *")] uint* v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] [MethodImpl( @@ -256808,44 +138894,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLuint *")] Ref v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256855,44 +138903,6 @@ public void VertexAttrib4( [NativeTypeName("const GLushort *")] ushort* v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] [MethodImpl( @@ -256903,7 +138913,6 @@ public void VertexAttrib4( [NativeTypeName("const GLushort *")] Ref v ) => T.VertexAttrib4(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256913,7 +138922,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLushort *")] ushort* v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] [MethodImpl( @@ -256924,7 +138932,6 @@ public void VertexAttrib4ARB( [NativeTypeName("const GLushort *")] Ref v ) => T.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256939,7 +138946,6 @@ public void VertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => T.VertexAttribArrayObjectATI(index, size, type, normalized, stride, buffer, offset); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] [MethodImpl( @@ -256955,28 +138961,6 @@ public void VertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => T.VertexAttribArrayObjectATI(index, size, type, normalized, stride, buffer, offset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribBinding")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -256986,34 +138970,6 @@ public void VertexAttribBinding( [NativeTypeName("GLuint")] uint bindingindex ) => T.VertexAttribBinding(attribindex, bindingindex); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257023,18 +138979,15 @@ public void VertexAttribDivisor( [NativeTypeName("GLuint")] uint divisor ) => T.VertexAttribDivisor(index, divisor); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribDivisorAngle( + public void VertexAttribDivisorANGLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor - ) => T.VertexAttribDivisorAngle(index, divisor); + ) => T.VertexAttribDivisorANGLE(index, divisor); - [SupportedApiProfile("gl", ["GL_ARB_instanced_arrays"])] - [SupportedApiProfile("glcore", ["GL_ARB_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257044,7 +138997,6 @@ public void VertexAttribDivisorARB( [NativeTypeName("GLuint")] uint divisor ) => T.VertexAttribDivisorARB(index, divisor); - [SupportedApiProfile("gles2", ["GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257054,7 +139006,6 @@ public void VertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint divisor ) => T.VertexAttribDivisorEXT(index, divisor); - [SupportedApiProfile("gles2", ["GL_NV_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257064,28 +139015,6 @@ public void VertexAttribDivisorNV( [NativeTypeName("GLuint")] uint divisor ) => T.VertexAttribDivisorNV(index, divisor); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257098,28 +139027,6 @@ public void VertexAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexAttribFormat(attribindex, size, type, normalized, relativeoffset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] [MethodImpl( @@ -257133,8 +139040,6 @@ public void VertexAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexAttribFormat(attribindex, size, type, normalized, relativeoffset); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257147,8 +139052,6 @@ public void VertexAttribFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.VertexAttribFormatNV(index, size, type, normalized, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] [MethodImpl( @@ -257162,40 +139065,6 @@ public void VertexAttribFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.VertexAttribFormatNV(index, size, type, normalized, stride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257205,7 +139074,6 @@ public void VertexAttribI1( [NativeTypeName("GLint")] int x ) => T.VertexAttribI1(index, x); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257215,419 +139083,140 @@ public void VertexAttribI1EXT( [NativeTypeName("GLint")] int x ) => T.VertexAttribI1EXT(index, x); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1Iv( + public void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v - ) => T.VertexAttribI1Iv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => T.VertexAttribI1iv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1Iv( + public void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v - ) => T.VertexAttribI1Iv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => T.VertexAttribI1iv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1Iv( + public void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v - ) => T.VertexAttribI1Iv(index, v); + ) => T.VertexAttribI1iv(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1IvEXT( + public void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v - ) => T.VertexAttribI1IvEXT(index, v); + ) => T.VertexAttribI1ivEXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1IvEXT( + public void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v - ) => T.VertexAttribI1IvEXT(index, v); + ) => T.VertexAttribI1ivEXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1IvEXT( + public void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v - ) => T.VertexAttribI1IvEXT(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => T.VertexAttribI1ivEXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1Ui( + public void VertexAttribI1ui( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x - ) => T.VertexAttribI1Ui(index, x); + ) => T.VertexAttribI1ui(index, x); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1UiEXT( + public void VertexAttribI1uiEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x - ) => T.VertexAttribI1UiEXT(index, x); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => T.VertexAttribI1uiEXT(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1Uiv( + public void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v - ) => T.VertexAttribI1Uiv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => T.VertexAttribI1uiv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1Uiv( + public void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v - ) => T.VertexAttribI1Uiv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => T.VertexAttribI1uiv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1Uiv( + public void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v - ) => T.VertexAttribI1Uiv(index, v); + ) => T.VertexAttribI1uiv(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1UivEXT( + public void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v - ) => T.VertexAttribI1UivEXT(index, v); + ) => T.VertexAttribI1uivEXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1UivEXT( + public void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v - ) => T.VertexAttribI1UivEXT(index, v); + ) => T.VertexAttribI1uivEXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribI1UivEXT( + public void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v - ) => T.VertexAttribI1UivEXT(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => T.VertexAttribI1uivEXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257638,7 +139227,6 @@ public void VertexAttribI2( [NativeTypeName("GLint")] int y ) => T.VertexAttribI2(index, x, y); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257649,40 +139237,6 @@ public void VertexAttribI2EXT( [NativeTypeName("GLint")] int y ) => T.VertexAttribI2EXT(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257692,40 +139246,6 @@ public void VertexAttribI2( [NativeTypeName("const GLint *")] int* v ) => T.VertexAttribI2(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] [MethodImpl( @@ -257736,7 +139256,6 @@ public void VertexAttribI2( [NativeTypeName("const GLint *")] Ref v ) => T.VertexAttribI2(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257746,7 +139265,6 @@ public void VertexAttribI2EXT( [NativeTypeName("const GLint *")] int* v ) => T.VertexAttribI2EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] [MethodImpl( @@ -257757,40 +139275,6 @@ public void VertexAttribI2EXT( [NativeTypeName("const GLint *")] Ref v ) => T.VertexAttribI2EXT(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257801,7 +139285,6 @@ public void VertexAttribI2( [NativeTypeName("GLuint")] uint y ) => T.VertexAttribI2(index, x, y); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257812,40 +139295,6 @@ public void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint y ) => T.VertexAttribI2EXT(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257855,40 +139304,6 @@ public void VertexAttribI2( [NativeTypeName("const GLuint *")] uint* v ) => T.VertexAttribI2(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] [MethodImpl( @@ -257899,7 +139314,6 @@ public void VertexAttribI2( [NativeTypeName("const GLuint *")] Ref v ) => T.VertexAttribI2(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257909,7 +139323,6 @@ public void VertexAttribI2EXT( [NativeTypeName("const GLuint *")] uint* v ) => T.VertexAttribI2EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] [MethodImpl( @@ -257920,40 +139333,6 @@ public void VertexAttribI2EXT( [NativeTypeName("const GLuint *")] Ref v ) => T.VertexAttribI2EXT(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257965,7 +139344,6 @@ public void VertexAttribI3( [NativeTypeName("GLint")] int z ) => T.VertexAttribI3(index, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -257977,40 +139355,6 @@ public void VertexAttribI3EXT( [NativeTypeName("GLint")] int z ) => T.VertexAttribI3EXT(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258020,40 +139364,6 @@ public void VertexAttribI3( [NativeTypeName("const GLint *")] int* v ) => T.VertexAttribI3(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] [MethodImpl( @@ -258064,7 +139374,6 @@ public void VertexAttribI3( [NativeTypeName("const GLint *")] Ref v ) => T.VertexAttribI3(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258074,7 +139383,6 @@ public void VertexAttribI3EXT( [NativeTypeName("const GLint *")] int* v ) => T.VertexAttribI3EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] [MethodImpl( @@ -258085,40 +139393,6 @@ public void VertexAttribI3EXT( [NativeTypeName("const GLint *")] Ref v ) => T.VertexAttribI3EXT(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258130,7 +139404,6 @@ public void VertexAttribI3( [NativeTypeName("GLuint")] uint z ) => T.VertexAttribI3(index, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258142,40 +139415,6 @@ public void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint z ) => T.VertexAttribI3EXT(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258185,40 +139424,6 @@ public void VertexAttribI3( [NativeTypeName("const GLuint *")] uint* v ) => T.VertexAttribI3(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] [MethodImpl( @@ -258229,7 +139434,6 @@ public void VertexAttribI3( [NativeTypeName("const GLuint *")] Ref v ) => T.VertexAttribI3(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258239,7 +139443,6 @@ public void VertexAttribI3EXT( [NativeTypeName("const GLuint *")] uint* v ) => T.VertexAttribI3EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] [MethodImpl( @@ -258250,40 +139453,6 @@ public void VertexAttribI3EXT( [NativeTypeName("const GLuint *")] Ref v ) => T.VertexAttribI3EXT(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258293,40 +139462,6 @@ public void VertexAttribI4( [NativeTypeName("const GLbyte *")] sbyte* v ) => T.VertexAttribI4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] [MethodImpl( @@ -258337,7 +139472,6 @@ public void VertexAttribI4( [NativeTypeName("const GLbyte *")] Ref v ) => T.VertexAttribI4(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258347,7 +139481,6 @@ public void VertexAttribI4EXT( [NativeTypeName("const GLbyte *")] sbyte* v ) => T.VertexAttribI4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] [MethodImpl( @@ -258358,40 +139491,6 @@ public void VertexAttribI4EXT( [NativeTypeName("const GLbyte *")] Ref v ) => T.VertexAttribI4EXT(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258404,7 +139503,6 @@ public void VertexAttribI4( [NativeTypeName("GLint")] int w ) => T.VertexAttribI4(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258417,40 +139515,6 @@ public void VertexAttribI4EXT( [NativeTypeName("GLint")] int w ) => T.VertexAttribI4EXT(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258460,40 +139524,6 @@ public void VertexAttribI4( [NativeTypeName("const GLint *")] int* v ) => T.VertexAttribI4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] [MethodImpl( @@ -258504,7 +139534,6 @@ public void VertexAttribI4( [NativeTypeName("const GLint *")] Ref v ) => T.VertexAttribI4(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258514,7 +139543,6 @@ public void VertexAttribI4EXT( [NativeTypeName("const GLint *")] int* v ) => T.VertexAttribI4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] [MethodImpl( @@ -258525,40 +139553,6 @@ public void VertexAttribI4EXT( [NativeTypeName("const GLint *")] Ref v ) => T.VertexAttribI4EXT(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258568,40 +139562,6 @@ public void VertexAttribI4( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttribI4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] [MethodImpl( @@ -258612,7 +139572,6 @@ public void VertexAttribI4( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttribI4(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258622,7 +139581,6 @@ public void VertexAttribI4EXT( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttribI4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] [MethodImpl( @@ -258633,40 +139591,6 @@ public void VertexAttribI4EXT( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttribI4EXT(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258676,40 +139600,6 @@ public void VertexAttribI4( [NativeTypeName("const GLubyte *")] byte* v ) => T.VertexAttribI4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] [MethodImpl( @@ -258720,7 +139610,6 @@ public void VertexAttribI4( [NativeTypeName("const GLubyte *")] Ref v ) => T.VertexAttribI4(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258730,7 +139619,6 @@ public void VertexAttribI4EXT( [NativeTypeName("const GLubyte *")] byte* v ) => T.VertexAttribI4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] [MethodImpl( @@ -258741,40 +139629,6 @@ public void VertexAttribI4EXT( [NativeTypeName("const GLubyte *")] Ref v ) => T.VertexAttribI4EXT(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258787,7 +139641,6 @@ public void VertexAttribI4( [NativeTypeName("GLuint")] uint w ) => T.VertexAttribI4(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258800,40 +139653,6 @@ public void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint w ) => T.VertexAttribI4EXT(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258843,40 +139662,6 @@ public void VertexAttribI4( [NativeTypeName("const GLuint *")] uint* v ) => T.VertexAttribI4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] [MethodImpl( @@ -258887,7 +139672,6 @@ public void VertexAttribI4( [NativeTypeName("const GLuint *")] Ref v ) => T.VertexAttribI4(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258897,7 +139681,6 @@ public void VertexAttribI4EXT( [NativeTypeName("const GLuint *")] uint* v ) => T.VertexAttribI4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] [MethodImpl( @@ -258908,40 +139691,6 @@ public void VertexAttribI4EXT( [NativeTypeName("const GLuint *")] Ref v ) => T.VertexAttribI4EXT(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -258951,40 +139700,6 @@ public void VertexAttribI4( [NativeTypeName("const GLushort *")] ushort* v ) => T.VertexAttribI4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] [MethodImpl( @@ -258995,7 +139710,6 @@ public void VertexAttribI4( [NativeTypeName("const GLushort *")] Ref v ) => T.VertexAttribI4(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259005,7 +139719,6 @@ public void VertexAttribI4EXT( [NativeTypeName("const GLushort *")] ushort* v ) => T.VertexAttribI4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] [MethodImpl( @@ -259016,28 +139729,6 @@ public void VertexAttribI4EXT( [NativeTypeName("const GLushort *")] Ref v ) => T.VertexAttribI4EXT(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259049,28 +139740,6 @@ public void VertexAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexAttribIFormat(attribindex, size, type, relativeoffset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] [MethodImpl( @@ -259083,8 +139752,6 @@ public void VertexAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexAttribIFormat(attribindex, size, type, relativeoffset); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259096,8 +139763,6 @@ public void VertexAttribIFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.VertexAttribIFormatNV(index, size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] [MethodImpl( @@ -259110,40 +139775,6 @@ public void VertexAttribIFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.VertexAttribIFormatNV(index, size, type, stride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259156,40 +139787,6 @@ public void VertexAttribIPointer( [NativeTypeName("const void *")] void* pointer ) => T.VertexAttribIPointer(index, size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] [MethodImpl( @@ -259203,7 +139800,6 @@ public void VertexAttribIPointer( [NativeTypeName("const void *")] Ref pointer ) => T.VertexAttribIPointer(index, size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259216,7 +139812,6 @@ public void VertexAttribIPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.VertexAttribIPointerEXT(index, size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] [MethodImpl( @@ -259230,32 +139825,6 @@ public void VertexAttribIPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => T.VertexAttribIPointerEXT(index, size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259265,7 +139834,6 @@ public void VertexAttribL1( [NativeTypeName("GLdouble")] double x ) => T.VertexAttribL1(index, x); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259275,147 +139843,64 @@ public void VertexAttribL1EXT( [NativeTypeName("GLdouble")] double x ) => T.VertexAttribL1EXT(index, x); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1Dv( + public void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => T.VertexAttribL1Dv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.VertexAttribL1dv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1Dv( + public void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v - ) => T.VertexAttribL1Dv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.VertexAttribL1dv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1Dv( + public void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => T.VertexAttribL1Dv(index, v); + ) => T.VertexAttribL1dv(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1DvEXT( + public void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => T.VertexAttribL1DvEXT(index, v); + ) => T.VertexAttribL1dvEXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1DvEXT( + public void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v - ) => T.VertexAttribL1DvEXT(index, v); + ) => T.VertexAttribL1dvEXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1DvEXT( + public void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => T.VertexAttribL1DvEXT(index, v); + ) => T.VertexAttribL1dvEXT(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259425,43 +139910,35 @@ public void VertexAttribL1NV( [NativeTypeName("GLint64EXT")] long x ) => T.VertexAttribL1NV(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1I64VNV( + public void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v - ) => T.VertexAttribL1I64VNV(index, v); + ) => T.VertexAttribL1i64vNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1I64VNV( + public void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] Ref v - ) => T.VertexAttribL1I64VNV(index, v); + ) => T.VertexAttribL1i64vNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1I64VNV( + public void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long v - ) => T.VertexAttribL1I64VNV(index, v); + ) => T.VertexAttribL1i64vNV(index, v); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259471,19 +139948,15 @@ public void VertexAttribL1ARB( [NativeTypeName("GLuint64EXT")] ulong x ) => T.VertexAttribL1ARB(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1Ui64NV( + public void VertexAttribL1ui64NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x - ) => T.VertexAttribL1Ui64NV(index, x); + ) => T.VertexAttribL1ui64NV(index, x); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259493,8 +139966,6 @@ public void VertexAttribL1ARB( [NativeTypeName("const GLuint64EXT *")] ulong* v ) => T.VertexAttribL1ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] [MethodImpl( @@ -259505,67 +139976,35 @@ public void VertexAttribL1ARB( [NativeTypeName("const GLuint64EXT *")] Ref v ) => T.VertexAttribL1ARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1Ui64VNV( + public void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v - ) => T.VertexAttribL1Ui64VNV(index, v); + ) => T.VertexAttribL1ui64vNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1Ui64VNV( + public void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] Ref v - ) => T.VertexAttribL1Ui64VNV(index, v); + ) => T.VertexAttribL1ui64vNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribL1Ui64VNV( + public void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong v - ) => T.VertexAttribL1Ui64VNV(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => T.VertexAttribL1ui64vNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259576,7 +140015,6 @@ public void VertexAttribL2( [NativeTypeName("GLdouble")] double y ) => T.VertexAttribL2(index, x, y); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259587,32 +140025,6 @@ public void VertexAttribL2EXT( [NativeTypeName("GLdouble")] double y ) => T.VertexAttribL2EXT(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259622,32 +140034,6 @@ public void VertexAttribL2( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttribL2(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] [MethodImpl( @@ -259658,7 +140044,6 @@ public void VertexAttribL2( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttribL2(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259668,7 +140053,6 @@ public void VertexAttribL2EXT( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttribL2EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] [MethodImpl( @@ -259679,8 +140063,6 @@ public void VertexAttribL2EXT( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttribL2EXT(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259691,8 +140073,6 @@ public void VertexAttribL2NV( [NativeTypeName("GLint64EXT")] long y ) => T.VertexAttribL2NV(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259702,8 +140082,6 @@ public void VertexAttribL2NV( [NativeTypeName("const GLint64EXT *")] long* v ) => T.VertexAttribL2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] [MethodImpl( @@ -259714,8 +140092,6 @@ public void VertexAttribL2NV( [NativeTypeName("const GLint64EXT *")] Ref v ) => T.VertexAttribL2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259726,8 +140102,6 @@ public void VertexAttribL2NV( [NativeTypeName("GLuint64EXT")] ulong y ) => T.VertexAttribL2NV(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259737,8 +140111,6 @@ public void VertexAttribL2NV( [NativeTypeName("const GLuint64EXT *")] ulong* v ) => T.VertexAttribL2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] [MethodImpl( @@ -259749,32 +140121,6 @@ public void VertexAttribL2NV( [NativeTypeName("const GLuint64EXT *")] Ref v ) => T.VertexAttribL2NV(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259786,7 +140132,6 @@ public void VertexAttribL3( [NativeTypeName("GLdouble")] double z ) => T.VertexAttribL3(index, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259798,32 +140143,6 @@ public void VertexAttribL3EXT( [NativeTypeName("GLdouble")] double z ) => T.VertexAttribL3EXT(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259833,32 +140152,6 @@ public void VertexAttribL3( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttribL3(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] [MethodImpl( @@ -259869,7 +140162,6 @@ public void VertexAttribL3( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttribL3(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259879,7 +140171,6 @@ public void VertexAttribL3EXT( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttribL3EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] [MethodImpl( @@ -259890,8 +140181,6 @@ public void VertexAttribL3EXT( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttribL3EXT(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259903,8 +140192,6 @@ public void VertexAttribL3NV( [NativeTypeName("GLint64EXT")] long z ) => T.VertexAttribL3NV(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259914,8 +140201,6 @@ public void VertexAttribL3NV( [NativeTypeName("const GLint64EXT *")] long* v ) => T.VertexAttribL3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] [MethodImpl( @@ -259926,8 +140211,6 @@ public void VertexAttribL3NV( [NativeTypeName("const GLint64EXT *")] Ref v ) => T.VertexAttribL3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259939,8 +140222,6 @@ public void VertexAttribL3NV( [NativeTypeName("GLuint64EXT")] ulong z ) => T.VertexAttribL3NV(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -259950,8 +140231,6 @@ public void VertexAttribL3NV( [NativeTypeName("const GLuint64EXT *")] ulong* v ) => T.VertexAttribL3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] [MethodImpl( @@ -259962,32 +140241,6 @@ public void VertexAttribL3NV( [NativeTypeName("const GLuint64EXT *")] Ref v ) => T.VertexAttribL3NV(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260000,7 +140253,6 @@ public void VertexAttribL4( [NativeTypeName("GLdouble")] double w ) => T.VertexAttribL4(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260013,32 +140265,6 @@ public void VertexAttribL4EXT( [NativeTypeName("GLdouble")] double w ) => T.VertexAttribL4EXT(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260048,32 +140274,6 @@ public void VertexAttribL4( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttribL4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] [MethodImpl( @@ -260084,7 +140284,6 @@ public void VertexAttribL4( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttribL4(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260094,7 +140293,6 @@ public void VertexAttribL4EXT( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttribL4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] [MethodImpl( @@ -260105,8 +140303,6 @@ public void VertexAttribL4EXT( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttribL4EXT(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260119,8 +140315,6 @@ public void VertexAttribL4NV( [NativeTypeName("GLint64EXT")] long w ) => T.VertexAttribL4NV(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260130,8 +140324,6 @@ public void VertexAttribL4NV( [NativeTypeName("const GLint64EXT *")] long* v ) => T.VertexAttribL4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] [MethodImpl( @@ -260142,8 +140334,6 @@ public void VertexAttribL4NV( [NativeTypeName("const GLint64EXT *")] Ref v ) => T.VertexAttribL4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260156,8 +140346,6 @@ public void VertexAttribL4NV( [NativeTypeName("GLuint64EXT")] ulong w ) => T.VertexAttribL4NV(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260167,8 +140355,6 @@ public void VertexAttribL4NV( [NativeTypeName("const GLuint64EXT *")] ulong* v ) => T.VertexAttribL4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] [MethodImpl( @@ -260179,28 +140365,6 @@ public void VertexAttribL4NV( [NativeTypeName("const GLuint64EXT *")] Ref v ) => T.VertexAttribL4NV(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260212,28 +140376,6 @@ public void VertexAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexAttribLFormat(attribindex, size, type, relativeoffset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] [MethodImpl( @@ -260246,8 +140388,6 @@ public void VertexAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => T.VertexAttribLFormat(attribindex, size, type, relativeoffset); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260259,8 +140399,6 @@ public void VertexAttribLFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.VertexAttribLFormatNV(index, size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] [MethodImpl( @@ -260273,32 +140411,6 @@ public void VertexAttribLFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.VertexAttribLFormatNV(index, size, type, stride); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260311,32 +140423,6 @@ public void VertexAttribLPointer( [NativeTypeName("const void *")] void* pointer ) => T.VertexAttribLPointer(index, size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] [MethodImpl( @@ -260350,7 +140436,6 @@ public void VertexAttribLPointer( [NativeTypeName("const void *")] Ref pointer ) => T.VertexAttribLPointer(index, size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260363,7 +140448,6 @@ public void VertexAttribLPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.VertexAttribLPointerEXT(index, size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] [MethodImpl( @@ -260377,36 +140461,6 @@ public void VertexAttribLPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => T.VertexAttribLPointerEXT(index, size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260418,36 +140472,6 @@ public void VertexAttribP1( [NativeTypeName("GLuint")] uint value ) => T.VertexAttribP1(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] [MethodImpl( @@ -260460,161 +140484,41 @@ public void VertexAttribP1( [NativeTypeName("GLuint")] uint value ) => T.VertexAttribP1(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribP1Uiv( + public void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value - ) => T.VertexAttribP1Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => T.VertexAttribP1uiv(index, type, normalized, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribP1Uiv( + public void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value - ) => T.VertexAttribP1Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => T.VertexAttribP1uiv(index, type, normalized, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribP1Uiv( + public void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => T.VertexAttribP1Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => T.VertexAttribP1uiv(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260626,36 +140530,6 @@ public void VertexAttribP2( [NativeTypeName("GLuint")] uint value ) => T.VertexAttribP2(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] [MethodImpl( @@ -260668,161 +140542,41 @@ public void VertexAttribP2( [NativeTypeName("GLuint")] uint value ) => T.VertexAttribP2(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribP2Uiv( + public void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value - ) => T.VertexAttribP2Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => T.VertexAttribP2uiv(index, type, normalized, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribP2Uiv( + public void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value - ) => T.VertexAttribP2Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => T.VertexAttribP2uiv(index, type, normalized, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribP2Uiv( + public void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => T.VertexAttribP2Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => T.VertexAttribP2uiv(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -260834,36 +140588,6 @@ public void VertexAttribP3( [NativeTypeName("GLuint")] uint value ) => T.VertexAttribP3(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] [MethodImpl( @@ -260876,161 +140600,41 @@ public void VertexAttribP3( [NativeTypeName("GLuint")] uint value ) => T.VertexAttribP3(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribP3Uiv( + public void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value - ) => T.VertexAttribP3Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => T.VertexAttribP3uiv(index, type, normalized, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribP3Uiv( + public void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value - ) => T.VertexAttribP3Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => T.VertexAttribP3uiv(index, type, normalized, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribP3Uiv( + public void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => T.VertexAttribP3Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => T.VertexAttribP3uiv(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261042,36 +140646,6 @@ public void VertexAttribP4( [NativeTypeName("GLuint")] uint value ) => T.VertexAttribP4(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] [MethodImpl( @@ -261084,132 +140658,41 @@ public void VertexAttribP4( [NativeTypeName("GLuint")] uint value ) => T.VertexAttribP4(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribP4Uiv( + public void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value - ) => T.VertexAttribP4Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => T.VertexAttribP4uiv(index, type, normalized, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribP4Uiv( + public void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value - ) => T.VertexAttribP4Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => T.VertexAttribP4uiv(index, type, normalized, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexAttribP4Uiv( + public void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => T.VertexAttribP4Uiv(index, type, normalized, value); + ) => T.VertexAttribP4uiv(index, type, normalized, value); - [SupportedApiProfile("gl", ["GL_AMD_interleaved_elements"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribParameteriAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261220,49 +140703,6 @@ public void VertexAttribParameterAMD( [NativeTypeName("GLint")] int param2 ) => T.VertexAttribParameterAMD(index, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261276,49 +140716,6 @@ public void VertexAttribPointer( [NativeTypeName("const void *")] void* pointer ) => T.VertexAttribPointer(index, size, type, normalized, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] [MethodImpl( @@ -261333,7 +140730,6 @@ public void VertexAttribPointer( [NativeTypeName("const void *")] Ref pointer ) => T.VertexAttribPointer(index, size, type, normalized, stride, pointer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261347,7 +140743,6 @@ public void VertexAttribPointerARB( [NativeTypeName("const void *")] void* pointer ) => T.VertexAttribPointerARB(index, size, type, normalized, stride, pointer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] [MethodImpl( @@ -261362,7 +140757,6 @@ public void VertexAttribPointerARB( [NativeTypeName("const void *")] Ref pointer ) => T.VertexAttribPointerARB(index, size, type, normalized, stride, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261375,7 +140769,6 @@ public void VertexAttribPointerNV( [NativeTypeName("const void *")] void* pointer ) => T.VertexAttribPointerNV(index, fsize, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] [MethodImpl( @@ -261389,7 +140782,6 @@ public void VertexAttribPointerNV( [NativeTypeName("const void *")] Ref pointer ) => T.VertexAttribPointerNV(index, fsize, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261400,7 +140792,6 @@ public void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttribs1NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl( @@ -261412,7 +140803,6 @@ public void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttribs1NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl( @@ -261423,7 +140813,6 @@ public void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] double v ) => T.VertexAttribs1NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261434,7 +140823,6 @@ public void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttribs1NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl( @@ -261446,7 +140834,6 @@ public void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttribs1NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl( @@ -261457,7 +140844,6 @@ public void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] float v ) => T.VertexAttribs1NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261468,7 +140854,6 @@ public void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => T.VertexAttribs1NV(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl( @@ -261480,7 +140865,6 @@ public void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => T.VertexAttribs1NV(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl( @@ -261491,7 +140875,6 @@ public void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] ushort v ) => T.VertexAttribs1NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261502,7 +140885,6 @@ public void VertexAttribs1NV( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttribs1NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl( @@ -261514,7 +140896,6 @@ public void VertexAttribs1NV( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttribs1NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl( @@ -261525,7 +140906,6 @@ public void VertexAttribs1NV( [NativeTypeName("const GLshort *")] short v ) => T.VertexAttribs1NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261536,7 +140916,6 @@ public void VertexAttribs2NV( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttribs2NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] [MethodImpl( @@ -261548,7 +140927,6 @@ public void VertexAttribs2NV( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttribs2NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261559,7 +140937,6 @@ public void VertexAttribs2NV( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttribs2NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] [MethodImpl( @@ -261571,7 +140948,6 @@ public void VertexAttribs2NV( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttribs2NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261582,7 +140958,6 @@ public void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => T.VertexAttribs2NV(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl( @@ -261594,7 +140969,6 @@ public void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => T.VertexAttribs2NV(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl( @@ -261605,7 +140979,6 @@ public void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] ushort v ) => T.VertexAttribs2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261616,7 +140989,6 @@ public void VertexAttribs2NV( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttribs2NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] [MethodImpl( @@ -261628,7 +141000,6 @@ public void VertexAttribs2NV( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttribs2NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261639,7 +141010,6 @@ public void VertexAttribs3NV( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttribs3NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] [MethodImpl( @@ -261651,7 +141021,6 @@ public void VertexAttribs3NV( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttribs3NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261662,7 +141031,6 @@ public void VertexAttribs3NV( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttribs3NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] [MethodImpl( @@ -261674,7 +141042,6 @@ public void VertexAttribs3NV( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttribs3NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261685,7 +141052,6 @@ public void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => T.VertexAttribs3NV(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl( @@ -261697,7 +141063,6 @@ public void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => T.VertexAttribs3NV(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl( @@ -261708,7 +141073,6 @@ public void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] ushort v ) => T.VertexAttribs3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261719,7 +141083,6 @@ public void VertexAttribs3NV( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttribs3NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] [MethodImpl( @@ -261731,7 +141094,6 @@ public void VertexAttribs3NV( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttribs3NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261742,7 +141104,6 @@ public void VertexAttribs4NV( [NativeTypeName("const GLdouble *")] double* v ) => T.VertexAttribs4NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] [MethodImpl( @@ -261754,7 +141115,6 @@ public void VertexAttribs4NV( [NativeTypeName("const GLdouble *")] Ref v ) => T.VertexAttribs4NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261765,7 +141125,6 @@ public void VertexAttribs4NV( [NativeTypeName("const GLfloat *")] float* v ) => T.VertexAttribs4NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] [MethodImpl( @@ -261777,7 +141136,6 @@ public void VertexAttribs4NV( [NativeTypeName("const GLfloat *")] Ref v ) => T.VertexAttribs4NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261788,7 +141146,6 @@ public void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => T.VertexAttribs4NV(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl( @@ -261800,7 +141157,6 @@ public void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => T.VertexAttribs4NV(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl( @@ -261811,7 +141167,6 @@ public void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] ushort v ) => T.VertexAttribs4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261822,7 +141177,6 @@ public void VertexAttribs4NV( [NativeTypeName("const GLshort *")] short* v ) => T.VertexAttribs4NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] [MethodImpl( @@ -261834,7 +141188,6 @@ public void VertexAttribs4NV( [NativeTypeName("const GLshort *")] Ref v ) => T.VertexAttribs4NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261845,7 +141198,6 @@ public void VertexAttribs4NV( [NativeTypeName("const GLubyte *")] byte* v ) => T.VertexAttribs4NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] [MethodImpl( @@ -261857,28 +141209,6 @@ public void VertexAttribs4NV( [NativeTypeName("const GLubyte *")] Ref v ) => T.VertexAttribs4NV(index, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexBindingDivisor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261888,14 +141218,12 @@ public void VertexBindingDivisor( [NativeTypeName("GLuint")] uint divisor ) => T.VertexBindingDivisor(bindingindex, divisor); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void VertexBlendARB([NativeTypeName("GLint")] int count) => T.VertexBlendARB(count); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261905,7 +141233,6 @@ public void VertexBlendEnvATI( [NativeTypeName("GLfloat")] float param1 ) => T.VertexBlendEnvATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] [MethodImpl( @@ -261916,7 +141243,6 @@ public void VertexBlendEnvATI( [NativeTypeName("GLfloat")] float param1 ) => T.VertexBlendEnvATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261926,7 +141252,6 @@ public void VertexBlendEnvATI( [NativeTypeName("GLint")] int param1 ) => T.VertexBlendEnvATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] [MethodImpl( @@ -261937,8 +141262,6 @@ public void VertexBlendEnvATI( [NativeTypeName("GLint")] int param1 ) => T.VertexBlendEnvATI(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261949,8 +141272,6 @@ public void VertexFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.VertexFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] [MethodImpl( @@ -261962,7 +141283,6 @@ public void VertexFormatNV( [NativeTypeName("GLsizei")] uint stride ) => T.VertexFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -261972,7 +141292,6 @@ public void VertexP2( [NativeTypeName("GLuint")] uint value ) => T.VertexP2(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] [MethodImpl( @@ -261983,39 +141302,35 @@ public void VertexP2( [NativeTypeName("GLuint")] uint value ) => T.VertexP2(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexP2Uiv( + public void VertexP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value - ) => T.VertexP2Uiv(type, value); + ) => T.VertexP2uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexP2Uiv( + public void VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value - ) => T.VertexP2Uiv(type, value); + ) => T.VertexP2uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexP2Uiv( + public void VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => T.VertexP2Uiv(type, value); + ) => T.VertexP2uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262025,7 +141340,6 @@ public void VertexP3( [NativeTypeName("GLuint")] uint value ) => T.VertexP3(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] [MethodImpl( @@ -262036,39 +141350,35 @@ public void VertexP3( [NativeTypeName("GLuint")] uint value ) => T.VertexP3(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexP3Uiv( + public void VertexP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value - ) => T.VertexP3Uiv(type, value); + ) => T.VertexP3uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexP3Uiv( + public void VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value - ) => T.VertexP3Uiv(type, value); + ) => T.VertexP3uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexP3Uiv( + public void VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => T.VertexP3Uiv(type, value); + ) => T.VertexP3uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262078,7 +141388,6 @@ public void VertexP4( [NativeTypeName("GLuint")] uint value ) => T.VertexP4(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] [MethodImpl( @@ -262089,63 +141398,35 @@ public void VertexP4( [NativeTypeName("GLuint")] uint value ) => T.VertexP4(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexP4Uiv( + public void VertexP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value - ) => T.VertexP4Uiv(type, value); + ) => T.VertexP4uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexP4Uiv( + public void VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value - ) => T.VertexP4Uiv(type, value); + ) => T.VertexP4uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexP4Uiv( + public void VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => T.VertexP4Uiv(type, value); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + ) => T.VertexP4uiv(type, value); + [NativeFunction("opengl", EntryPoint = "glVertexPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262157,31 +141438,6 @@ public void VertexPointer( [NativeTypeName("const void *")] void* pointer ) => T.VertexPointer(size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointer")] [MethodImpl( @@ -262194,7 +141450,6 @@ public void VertexPointer( [NativeTypeName("const void *")] Ref pointer ) => T.VertexPointer(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262207,7 +141462,6 @@ public void VertexPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.VertexPointerEXT(size, type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] [MethodImpl( @@ -262221,7 +141475,6 @@ public void VertexPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => T.VertexPointerEXT(size, type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262234,7 +141487,6 @@ public void VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.VertexPointerListIBM(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl( @@ -262248,7 +141500,6 @@ public void VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.VertexPointerListIBM(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl( @@ -262260,242 +141511,219 @@ public Ptr VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => T.VertexPointerListIBM(type, stride, ptrstride); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexPointerIntel( + public void VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer - ) => T.VertexPointerIntel(size, type, pointer); + ) => T.VertexPointerINTEL(size, type, pointer); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexPointerIntel( + public void VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer - ) => T.VertexPointerIntel(size, type, pointer); + ) => T.VertexPointerINTEL(size, type, pointer); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1DATI( + public void VertexStream1dATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLdouble")] double x - ) => T.VertexStream1DATI(stream, x); + ) => T.VertexStream1dATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1DATI( + public void VertexStream1dATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x - ) => T.VertexStream1DATI(stream, x); + ) => T.VertexStream1dATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1DvATI( + public void VertexStream1dvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords - ) => T.VertexStream1DvATI(stream, coords); + ) => T.VertexStream1dvATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1DvATI( + public void VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] Ref coords - ) => T.VertexStream1DvATI(stream, coords); + ) => T.VertexStream1dvATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1DvATI( + public void VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] double coords - ) => T.VertexStream1DvATI(stream, coords); + ) => T.VertexStream1dvATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1FATI( + public void VertexStream1fATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLfloat")] float x - ) => T.VertexStream1FATI(stream, x); + ) => T.VertexStream1fATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1FATI( + public void VertexStream1fATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x - ) => T.VertexStream1FATI(stream, x); + ) => T.VertexStream1fATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1FvATI( + public void VertexStream1fvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords - ) => T.VertexStream1FvATI(stream, coords); + ) => T.VertexStream1fvATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1FvATI( + public void VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] Ref coords - ) => T.VertexStream1FvATI(stream, coords); + ) => T.VertexStream1fvATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1FvATI( + public void VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] float coords - ) => T.VertexStream1FvATI(stream, coords); + ) => T.VertexStream1fvATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1IATI( + public void VertexStream1iATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLint")] int x - ) => T.VertexStream1IATI(stream, x); + ) => T.VertexStream1iATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1IATI( + public void VertexStream1iATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x - ) => T.VertexStream1IATI(stream, x); + ) => T.VertexStream1iATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1IvATI( + public void VertexStream1ivATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords - ) => T.VertexStream1IvATI(stream, coords); + ) => T.VertexStream1ivATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1IvATI( + public void VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] Ref coords - ) => T.VertexStream1IvATI(stream, coords); + ) => T.VertexStream1ivATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1IvATI( + public void VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] int coords - ) => T.VertexStream1IvATI(stream, coords); + ) => T.VertexStream1ivATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1SATI( + public void VertexStream1sATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLshort")] short x - ) => T.VertexStream1SATI(stream, x); + ) => T.VertexStream1sATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1SATI( + public void VertexStream1sATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x - ) => T.VertexStream1SATI(stream, x); + ) => T.VertexStream1sATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1SvATI( + public void VertexStream1svATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords - ) => T.VertexStream1SvATI(stream, coords); + ) => T.VertexStream1svATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1SvATI( + public void VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] Ref coords - ) => T.VertexStream1SvATI(stream, coords); + ) => T.VertexStream1svATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void VertexStream1SvATI( + public void VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] short coords - ) => T.VertexStream1SvATI(stream, coords); + ) => T.VertexStream1svATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262506,7 +141734,6 @@ public void VertexStream2ATI( [NativeTypeName("GLdouble")] double y ) => T.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] [MethodImpl( @@ -262518,7 +141745,6 @@ public void VertexStream2ATI( [NativeTypeName("GLdouble")] double y ) => T.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262528,7 +141754,6 @@ public void VertexStream2ATI( [NativeTypeName("const GLdouble *")] double* coords ) => T.VertexStream2ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] [MethodImpl( @@ -262539,7 +141764,6 @@ public void VertexStream2ATI( [NativeTypeName("const GLdouble *")] Ref coords ) => T.VertexStream2ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262550,7 +141774,6 @@ public void VertexStream2ATI( [NativeTypeName("GLfloat")] float y ) => T.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] [MethodImpl( @@ -262562,7 +141785,6 @@ public void VertexStream2ATI( [NativeTypeName("GLfloat")] float y ) => T.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262572,7 +141794,6 @@ public void VertexStream2ATI( [NativeTypeName("const GLfloat *")] float* coords ) => T.VertexStream2ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] [MethodImpl( @@ -262583,7 +141804,6 @@ public void VertexStream2ATI( [NativeTypeName("const GLfloat *")] Ref coords ) => T.VertexStream2ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262594,7 +141814,6 @@ public void VertexStream2ATI( [NativeTypeName("GLint")] int y ) => T.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] [MethodImpl( @@ -262606,7 +141825,6 @@ public void VertexStream2ATI( [NativeTypeName("GLint")] int y ) => T.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262616,7 +141834,6 @@ public void VertexStream2ATI( [NativeTypeName("const GLint *")] int* coords ) => T.VertexStream2ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] [MethodImpl( @@ -262627,7 +141844,6 @@ public void VertexStream2ATI( [NativeTypeName("const GLint *")] Ref coords ) => T.VertexStream2ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262638,7 +141854,6 @@ public void VertexStream2ATI( [NativeTypeName("GLshort")] short y ) => T.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] [MethodImpl( @@ -262650,7 +141865,6 @@ public void VertexStream2ATI( [NativeTypeName("GLshort")] short y ) => T.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262660,7 +141874,6 @@ public void VertexStream2ATI( [NativeTypeName("const GLshort *")] short* coords ) => T.VertexStream2ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] [MethodImpl( @@ -262671,7 +141884,6 @@ public void VertexStream2ATI( [NativeTypeName("const GLshort *")] Ref coords ) => T.VertexStream2ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262683,7 +141895,6 @@ public void VertexStream3ATI( [NativeTypeName("GLdouble")] double z ) => T.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] [MethodImpl( @@ -262696,7 +141907,6 @@ public void VertexStream3ATI( [NativeTypeName("GLdouble")] double z ) => T.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262706,7 +141916,6 @@ public void VertexStream3ATI( [NativeTypeName("const GLdouble *")] double* coords ) => T.VertexStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] [MethodImpl( @@ -262717,7 +141926,6 @@ public void VertexStream3ATI( [NativeTypeName("const GLdouble *")] Ref coords ) => T.VertexStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262729,7 +141937,6 @@ public void VertexStream3ATI( [NativeTypeName("GLfloat")] float z ) => T.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] [MethodImpl( @@ -262742,7 +141949,6 @@ public void VertexStream3ATI( [NativeTypeName("GLfloat")] float z ) => T.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262752,7 +141958,6 @@ public void VertexStream3ATI( [NativeTypeName("const GLfloat *")] float* coords ) => T.VertexStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] [MethodImpl( @@ -262763,7 +141968,6 @@ public void VertexStream3ATI( [NativeTypeName("const GLfloat *")] Ref coords ) => T.VertexStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262775,7 +141979,6 @@ public void VertexStream3ATI( [NativeTypeName("GLint")] int z ) => T.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] [MethodImpl( @@ -262788,7 +141991,6 @@ public void VertexStream3ATI( [NativeTypeName("GLint")] int z ) => T.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262798,7 +142000,6 @@ public void VertexStream3ATI( [NativeTypeName("const GLint *")] int* coords ) => T.VertexStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] [MethodImpl( @@ -262809,7 +142010,6 @@ public void VertexStream3ATI( [NativeTypeName("const GLint *")] Ref coords ) => T.VertexStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262821,7 +142021,6 @@ public void VertexStream3ATI( [NativeTypeName("GLshort")] short z ) => T.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] [MethodImpl( @@ -262834,7 +142033,6 @@ public void VertexStream3ATI( [NativeTypeName("GLshort")] short z ) => T.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262844,7 +142042,6 @@ public void VertexStream3ATI( [NativeTypeName("const GLshort *")] short* coords ) => T.VertexStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] [MethodImpl( @@ -262855,7 +142052,6 @@ public void VertexStream3ATI( [NativeTypeName("const GLshort *")] Ref coords ) => T.VertexStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262868,7 +142064,6 @@ public void VertexStream4ATI( [NativeTypeName("GLdouble")] double w ) => T.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] [MethodImpl( @@ -262882,7 +142077,6 @@ public void VertexStream4ATI( [NativeTypeName("GLdouble")] double w ) => T.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262892,7 +142086,6 @@ public void VertexStream4ATI( [NativeTypeName("const GLdouble *")] double* coords ) => T.VertexStream4ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] [MethodImpl( @@ -262903,7 +142096,6 @@ public void VertexStream4ATI( [NativeTypeName("const GLdouble *")] Ref coords ) => T.VertexStream4ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262916,7 +142108,6 @@ public void VertexStream4ATI( [NativeTypeName("GLfloat")] float w ) => T.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] [MethodImpl( @@ -262930,7 +142121,6 @@ public void VertexStream4ATI( [NativeTypeName("GLfloat")] float w ) => T.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262940,7 +142130,6 @@ public void VertexStream4ATI( [NativeTypeName("const GLfloat *")] float* coords ) => T.VertexStream4ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] [MethodImpl( @@ -262951,7 +142140,6 @@ public void VertexStream4ATI( [NativeTypeName("const GLfloat *")] Ref coords ) => T.VertexStream4ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262964,7 +142152,6 @@ public void VertexStream4ATI( [NativeTypeName("GLint")] int w ) => T.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] [MethodImpl( @@ -262978,7 +142165,6 @@ public void VertexStream4ATI( [NativeTypeName("GLint")] int w ) => T.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -262988,7 +142174,6 @@ public void VertexStream4ATI( [NativeTypeName("const GLint *")] int* coords ) => T.VertexStream4ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] [MethodImpl( @@ -262999,7 +142184,6 @@ public void VertexStream4ATI( [NativeTypeName("const GLint *")] Ref coords ) => T.VertexStream4ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263012,7 +142196,6 @@ public void VertexStream4ATI( [NativeTypeName("GLshort")] short w ) => T.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] [MethodImpl( @@ -263026,7 +142209,6 @@ public void VertexStream4ATI( [NativeTypeName("GLshort")] short w ) => T.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263036,7 +142218,6 @@ public void VertexStream4ATI( [NativeTypeName("const GLshort *")] short* coords ) => T.VertexStream4ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] [MethodImpl( @@ -263047,7 +142228,6 @@ public void VertexStream4ATI( [NativeTypeName("const GLshort *")] Ref coords ) => T.VertexStream4ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263055,7 +142235,6 @@ public void VertexStream4ATI( public void VertexWeightEXT([NativeTypeName("GLfloat")] float weight) => T.VertexWeightEXT(weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263063,7 +142242,6 @@ public void VertexWeightEXT([NativeTypeName("GLfloat")] float weight) => public void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float* weight) => T.VertexWeightfvEXT(weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] [MethodImpl( @@ -263072,7 +142250,6 @@ public void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float* weight) public void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] Ref weight) => T.VertexWeightfvEXT(weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] [MethodImpl( @@ -263081,7 +142258,6 @@ public void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] Ref wei public void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float weight) => T.VertexWeightfvEXT(weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexWeighthNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263089,7 +142265,6 @@ public void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float weight) public void VertexWeightNV([NativeTypeName("GLhalfNV")] ushort weight) => T.VertexWeightNV(weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263097,7 +142272,6 @@ public void VertexWeightNV([NativeTypeName("GLhalfNV")] ushort weight) => public void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] ushort* weight) => T.VertexWeighthvNV(weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] [MethodImpl( @@ -263106,7 +142280,6 @@ public void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] ushort* weight public void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] Ref weight) => T.VertexWeighthvNV(weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] [MethodImpl( @@ -263115,7 +142288,6 @@ public void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] Ref we public void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] ushort weight) => T.VertexWeighthvNV(weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263127,7 +142299,6 @@ public void VertexWeightPointerEXT( [NativeTypeName("const void *")] void* pointer ) => T.VertexWeightPointerEXT(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] [MethodImpl( @@ -263141,7 +142312,6 @@ public void VertexWeightPointerEXT( ) => T.VertexWeightPointerEXT(size, type, stride, pointer); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263153,7 +142323,6 @@ public uint VideoCaptureNV( ) => T.VideoCaptureNV(video_capture_slot, sequence_num, capture_time); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] [MethodImpl( @@ -263165,7 +142334,6 @@ public uint VideoCaptureNV( [NativeTypeName("GLuint64EXT *")] Ref capture_time ) => T.VideoCaptureNV(video_capture_slot, sequence_num, capture_time); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263177,7 +142345,6 @@ public void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] double* @params ) => T.VideoCaptureStreamParameterNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl( @@ -263190,7 +142357,6 @@ public void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] Ref @params ) => T.VideoCaptureStreamParameterNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl( @@ -263202,7 +142368,6 @@ public void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] double @params ) => T.VideoCaptureStreamParameterNV(video_capture_slot, stream, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263214,7 +142379,6 @@ public void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] float* @params ) => T.VideoCaptureStreamParameterNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl( @@ -263227,7 +142391,6 @@ public void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ) => T.VideoCaptureStreamParameterNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl( @@ -263239,7 +142402,6 @@ public void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] float @params ) => T.VideoCaptureStreamParameterNV(video_capture_slot, stream, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263251,7 +142413,6 @@ public void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] int* @params ) => T.VideoCaptureStreamParameterNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl( @@ -263264,7 +142425,6 @@ public void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] Ref @params ) => T.VideoCaptureStreamParameterNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl( @@ -263276,62 +142436,6 @@ public void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] int @params ) => T.VideoCaptureStreamParameterNV(video_capture_slot, stream, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glViewport")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263343,32 +142447,6 @@ public void Viewport( [NativeTypeName("GLsizei")] uint height ) => T.Viewport(x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263379,32 +142457,6 @@ public void ViewportArray( [NativeTypeName("const GLfloat *")] float* v ) => T.ViewportArray(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl( @@ -263416,32 +142468,6 @@ public void ViewportArray( [NativeTypeName("const GLfloat *")] Ref v ) => T.ViewportArray(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl( @@ -263452,7 +142478,6 @@ public void ViewportArray( [NativeTypeName("const GLfloat *")] float v ) => T.ViewportArray(first, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263463,7 +142488,6 @@ public void ViewportArrayNV( [NativeTypeName("const GLfloat *")] float* v ) => T.ViewportArrayNV(first, count, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl( @@ -263475,7 +142499,6 @@ public void ViewportArrayNV( [NativeTypeName("const GLfloat *")] Ref v ) => T.ViewportArrayNV(first, count, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl( @@ -263486,18 +142509,16 @@ public void ViewportArrayNV( [NativeTypeName("const GLfloat *")] float v ) => T.ViewportArrayNV(first, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void ViewportArrayvO( + public void ViewportArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLfloat *")] float v - ) => T.ViewportArrayvO(first, v); + ) => T.ViewportArrayvOOES(first, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263508,7 +142529,6 @@ public void ViewportArrayOES( [NativeTypeName("const GLfloat *")] float* v ) => T.ViewportArrayOES(first, count, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl( @@ -263520,32 +142540,6 @@ public void ViewportArrayOES( [NativeTypeName("const GLfloat *")] Ref v ) => T.ViewportArrayOES(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportIndexedf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263558,7 +142552,6 @@ public void ViewportIndexed( [NativeTypeName("GLfloat")] float h ) => T.ViewportIndexed(index, x, y, w, h); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263571,7 +142564,6 @@ public void ViewportIndexedNV( [NativeTypeName("GLfloat")] float h ) => T.ViewportIndexedNV(index, x, y, w, h); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263584,32 +142576,6 @@ public void ViewportIndexedOES( [NativeTypeName("GLfloat")] float h ) => T.ViewportIndexedOES(index, x, y, w, h); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263619,32 +142585,6 @@ public void ViewportIndexed( [NativeTypeName("const GLfloat *")] float* v ) => T.ViewportIndexed(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] [MethodImpl( @@ -263655,7 +142595,6 @@ public void ViewportIndexed( [NativeTypeName("const GLfloat *")] Ref v ) => T.ViewportIndexed(index, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263665,7 +142604,6 @@ public void ViewportIndexedNV( [NativeTypeName("const GLfloat *")] float* v ) => T.ViewportIndexedNV(index, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] [MethodImpl( @@ -263676,7 +142614,6 @@ public void ViewportIndexedNV( [NativeTypeName("const GLfloat *")] Ref v ) => T.ViewportIndexedNV(index, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263686,7 +142623,6 @@ public void ViewportIndexedOES( [NativeTypeName("const GLfloat *")] float* v ) => T.ViewportIndexedOES(index, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] [MethodImpl( @@ -263697,9 +142633,6 @@ public void ViewportIndexedOES( [NativeTypeName("const GLfloat *")] Ref v ) => T.ViewportIndexedOES(index, v); - [SupportedApiProfile("gl", ["GL_NV_clip_space_w_scaling"])] - [SupportedApiProfile("glcore", ["GL_NV_clip_space_w_scaling"])] - [SupportedApiProfile("gles2", ["GL_NV_clip_space_w_scaling"])] [NativeFunction("opengl", EntryPoint = "glViewportPositionWScaleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263710,9 +142643,6 @@ public void ViewportPositionWScaleNV( [NativeTypeName("GLfloat")] float ycoeff ) => T.ViewportPositionWScaleNV(index, xcoeff, ycoeff); - [SupportedApiProfile("gl", ["GL_NV_viewport_swizzle"])] - [SupportedApiProfile("glcore", ["GL_NV_viewport_swizzle"])] - [SupportedApiProfile("gles2", ["GL_NV_viewport_swizzle"])] [NativeFunction("opengl", EntryPoint = "glViewportSwizzleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263725,8 +142655,6 @@ public void ViewportSwizzleNV( [NativeTypeName("GLenum")] uint swizzlew ) => T.ViewportSwizzleNV(index, swizzlex, swizzley, swizzlez, swizzlew); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263748,8 +142676,6 @@ public void WaitSemaphoreEXT( srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -263772,8 +142698,6 @@ public void WaitSemaphoreEXT( srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -263787,8 +142711,6 @@ public void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ) => T.WaitSemaphoreEXT(semaphore, buffers, numTextureBarriers, textures, srcLayouts); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -263811,8 +142733,6 @@ public void WaitSemaphoreEXT( srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -263826,8 +142746,6 @@ public void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ) => T.WaitSemaphoreEXT(semaphore, buffers, numTextureBarriers, textures, srcLayouts); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -263850,8 +142768,6 @@ public void WaitSemaphoreEXT( srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -263865,7 +142781,6 @@ public void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ) => T.WaitSemaphoreEXT(semaphore, buffers, numTextureBarriers, textures, srcLayouts); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263877,7 +142792,6 @@ public void WaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ) => T.WaitSemaphoreNVX(waitGpu, fenceObjectCount, semaphoreArray, fenceValueArray); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] [MethodImpl( @@ -263890,38 +142804,6 @@ public void WaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] Ref fenceValueArray ) => T.WaitSemaphoreNVX(waitGpu, fenceObjectCount, semaphoreArray, fenceValueArray); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glWaitSync")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -263932,38 +142814,6 @@ public void WaitSync( [NativeTypeName("GLuint64")] ulong timeout ) => T.WaitSync(sync, flags, timeout); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSync")] [MethodImpl( @@ -263975,34 +142825,27 @@ public void WaitSync( [NativeTypeName("GLuint64")] ulong timeout ) => T.WaitSync(sync, flags, timeout); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void WaitSyncApple( + public void WaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout - ) => T.WaitSyncApple(sync, flags, timeout); + ) => T.WaitSyncAPPLE(sync, flags, timeout); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void WaitSyncApple( + public void WaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout - ) => T.WaitSyncApple(sync, flags, timeout); + ) => T.WaitSyncAPPLE(sync, flags, timeout); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glWaitVkSemaphoreNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264010,7 +142853,6 @@ public void WaitSyncApple( public void WaitVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore) => T.WaitVkSemaphoreNV(vkSemaphore); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264020,7 +142862,6 @@ public void WeightARB( [NativeTypeName("const GLbyte *")] sbyte* weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl( @@ -264031,7 +142872,6 @@ public void WeightARB( [NativeTypeName("const GLbyte *")] Ref weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl( @@ -264040,7 +142880,6 @@ public void WeightARB( public void WeightARB([NativeTypeName("const GLbyte *")] sbyte weights) => T.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264050,7 +142889,6 @@ public void WeightARB( [NativeTypeName("const GLdouble *")] double* weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl( @@ -264061,7 +142899,6 @@ public void WeightARB( [NativeTypeName("const GLdouble *")] Ref weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl( @@ -264070,7 +142907,6 @@ public void WeightARB( public void WeightARB([NativeTypeName("const GLdouble *")] double weights) => T.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264080,7 +142916,6 @@ public void WeightARB( [NativeTypeName("const GLfloat *")] float* weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl( @@ -264091,7 +142926,6 @@ public void WeightARB( [NativeTypeName("const GLfloat *")] Ref weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl( @@ -264100,7 +142934,6 @@ public void WeightARB( public void WeightARB([NativeTypeName("const GLfloat *")] float weights) => T.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264110,7 +142943,6 @@ public void WeightARB( [NativeTypeName("const GLint *")] int* weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl( @@ -264121,7 +142953,6 @@ public void WeightARB( [NativeTypeName("const GLint *")] Ref weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl( @@ -264130,9 +142961,6 @@ public void WeightARB( public void WeightARB([NativeTypeName("const GLint *")] int weights) => T.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264144,9 +142972,6 @@ public void WeightPathNV( [NativeTypeName("const GLfloat *")] float* weights ) => T.WeightPathNV(resultPath, numPaths, paths, weights); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] [MethodImpl( @@ -264159,7 +142984,6 @@ public void WeightPathNV( [NativeTypeName("const GLfloat *")] Ref weights ) => T.WeightPathNV(resultPath, numPaths, paths, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264171,7 +142995,6 @@ public void WeightPointerARB( [NativeTypeName("const void *")] void* pointer ) => T.WeightPointerARB(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] [MethodImpl( @@ -264184,7 +143007,6 @@ public void WeightPointerARB( [NativeTypeName("const void *")] Ref pointer ) => T.WeightPointerARB(size, type, stride, pointer); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264196,7 +143018,6 @@ public void WeightPointerOES( [NativeTypeName("const void *")] void* pointer ) => T.WeightPointerOES(size, type, stride, pointer); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] [MethodImpl( @@ -264209,7 +143030,6 @@ public void WeightPointerOES( [NativeTypeName("const void *")] Ref pointer ) => T.WeightPointerOES(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264219,7 +143039,6 @@ public void WeightARB( [NativeTypeName("const GLshort *")] short* weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl( @@ -264230,7 +143049,6 @@ public void WeightARB( [NativeTypeName("const GLshort *")] Ref weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl( @@ -264239,7 +143057,6 @@ public void WeightARB( public void WeightARB([NativeTypeName("const GLshort *")] short weights) => T.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264249,7 +143066,6 @@ public void WeightARB( [NativeTypeName("const GLubyte *")] byte* weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl( @@ -264260,7 +143076,6 @@ public void WeightARB( [NativeTypeName("const GLubyte *")] Ref weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl( @@ -264269,7 +143084,6 @@ public void WeightARB( public void WeightARB([NativeTypeName("const GLubyte *")] byte weights) => T.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264279,7 +143093,6 @@ public void WeightARB( [NativeTypeName("const GLuint *")] uint* weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl( @@ -264290,7 +143103,6 @@ public void WeightARB( [NativeTypeName("const GLuint *")] Ref weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl( @@ -264299,7 +143111,6 @@ public void WeightARB( public void WeightARB([NativeTypeName("const GLuint *")] uint weights) => T.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264309,7 +143120,6 @@ public void WeightARB( [NativeTypeName("const GLushort *")] ushort* weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl( @@ -264320,7 +143130,6 @@ public void WeightARB( [NativeTypeName("const GLushort *")] Ref weights ) => T.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl( @@ -264329,27 +143138,6 @@ public void WeightARB( public void WeightARB([NativeTypeName("const GLushort *")] ushort weights) => T.WeightARB(weights); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264359,7 +143147,6 @@ public void WindowPos2( [NativeTypeName("GLdouble")] double y ) => T.WindowPos2(x, y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264369,7 +143156,6 @@ public void WindowPos2ARB( [NativeTypeName("GLdouble")] double y ) => T.WindowPos2ARB(x, y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264379,54 +143165,12 @@ public void WindowPos2MESA( [NativeTypeName("GLdouble")] double y ) => T.WindowPos2MESA(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos2([NativeTypeName("const GLdouble *")] double* v) => T.WindowPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] [MethodImpl( @@ -264435,7 +143179,6 @@ public void WindowPos2MESA( public void WindowPos2([NativeTypeName("const GLdouble *")] Ref v) => T.WindowPos2(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264443,7 +143186,6 @@ public void WindowPos2([NativeTypeName("const GLdouble *")] Ref v) => public void WindowPos2ARB([NativeTypeName("const GLdouble *")] double* v) => T.WindowPos2ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] [MethodImpl( @@ -264452,7 +143194,6 @@ public void WindowPos2ARB([NativeTypeName("const GLdouble *")] double* v) => public void WindowPos2ARB([NativeTypeName("const GLdouble *")] Ref v) => T.WindowPos2ARB(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264460,7 +143201,6 @@ public void WindowPos2ARB([NativeTypeName("const GLdouble *")] Ref v) => public void WindowPos2MESA([NativeTypeName("const GLdouble *")] double* v) => T.WindowPos2MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvMESA")] [MethodImpl( @@ -264469,27 +143209,6 @@ public void WindowPos2MESA([NativeTypeName("const GLdouble *")] double* v) => public void WindowPos2MESA([NativeTypeName("const GLdouble *")] Ref v) => T.WindowPos2MESA(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264499,7 +143218,6 @@ public void WindowPos2( [NativeTypeName("GLfloat")] float y ) => T.WindowPos2(x, y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264509,7 +143227,6 @@ public void WindowPos2ARB( [NativeTypeName("GLfloat")] float y ) => T.WindowPos2ARB(x, y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264519,54 +143236,12 @@ public void WindowPos2MESA( [NativeTypeName("GLfloat")] float y ) => T.WindowPos2MESA(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos2([NativeTypeName("const GLfloat *")] float* v) => T.WindowPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fv")] [MethodImpl( @@ -264574,7 +143249,6 @@ public void WindowPos2MESA( )] public void WindowPos2([NativeTypeName("const GLfloat *")] Ref v) => T.WindowPos2(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264582,7 +143256,6 @@ public void WindowPos2MESA( public void WindowPos2ARB([NativeTypeName("const GLfloat *")] float* v) => T.WindowPos2ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] [MethodImpl( @@ -264591,7 +143264,6 @@ public void WindowPos2ARB([NativeTypeName("const GLfloat *")] float* v) => public void WindowPos2ARB([NativeTypeName("const GLfloat *")] Ref v) => T.WindowPos2ARB(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264599,7 +143271,6 @@ public void WindowPos2ARB([NativeTypeName("const GLfloat *")] Ref v) => public void WindowPos2MESA([NativeTypeName("const GLfloat *")] float* v) => T.WindowPos2MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] [MethodImpl( @@ -264608,27 +143279,6 @@ public void WindowPos2MESA([NativeTypeName("const GLfloat *")] float* v) => public void WindowPos2MESA([NativeTypeName("const GLfloat *")] Ref v) => T.WindowPos2MESA(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264636,7 +143286,6 @@ public void WindowPos2MESA([NativeTypeName("const GLfloat *")] Ref v) => public void WindowPos2([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y) => T.WindowPos2(x, y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264646,7 +143295,6 @@ public void WindowPos2ARB( [NativeTypeName("GLint")] int y ) => T.WindowPos2ARB(x, y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2iMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264656,54 +143304,12 @@ public void WindowPos2MESA( [NativeTypeName("GLint")] int y ) => T.WindowPos2MESA(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos2([NativeTypeName("const GLint *")] int* v) => T.WindowPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] [MethodImpl( @@ -264711,14 +143317,12 @@ public void WindowPos2MESA( )] public void WindowPos2([NativeTypeName("const GLint *")] Ref v) => T.WindowPos2(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos2ARB([NativeTypeName("const GLint *")] int* v) => T.WindowPos2ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] [MethodImpl( @@ -264727,14 +143331,12 @@ public void WindowPos2MESA( public void WindowPos2ARB([NativeTypeName("const GLint *")] Ref v) => T.WindowPos2ARB(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos2MESA([NativeTypeName("const GLint *")] int* v) => T.WindowPos2MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] [MethodImpl( @@ -264743,27 +143345,6 @@ public void WindowPos2ARB([NativeTypeName("const GLint *")] Ref v) => public void WindowPos2MESA([NativeTypeName("const GLint *")] Ref v) => T.WindowPos2MESA(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264773,7 +143354,6 @@ public void WindowPos2( [NativeTypeName("GLshort")] short y ) => T.WindowPos2(x, y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264783,7 +143363,6 @@ public void WindowPos2ARB( [NativeTypeName("GLshort")] short y ) => T.WindowPos2ARB(x, y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2sMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264793,54 +143372,12 @@ public void WindowPos2MESA( [NativeTypeName("GLshort")] short y ) => T.WindowPos2MESA(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos2([NativeTypeName("const GLshort *")] short* v) => T.WindowPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] [MethodImpl( @@ -264848,7 +143385,6 @@ public void WindowPos2MESA( )] public void WindowPos2([NativeTypeName("const GLshort *")] Ref v) => T.WindowPos2(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264856,7 +143392,6 @@ public void WindowPos2MESA( public void WindowPos2ARB([NativeTypeName("const GLshort *")] short* v) => T.WindowPos2ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] [MethodImpl( @@ -264865,7 +143400,6 @@ public void WindowPos2ARB([NativeTypeName("const GLshort *")] short* v) => public void WindowPos2ARB([NativeTypeName("const GLshort *")] Ref v) => T.WindowPos2ARB(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264873,7 +143407,6 @@ public void WindowPos2ARB([NativeTypeName("const GLshort *")] Ref v) => public void WindowPos2MESA([NativeTypeName("const GLshort *")] short* v) => T.WindowPos2MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] [MethodImpl( @@ -264882,27 +143415,6 @@ public void WindowPos2MESA([NativeTypeName("const GLshort *")] short* v) => public void WindowPos2MESA([NativeTypeName("const GLshort *")] Ref v) => T.WindowPos2MESA(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264913,7 +143425,6 @@ public void WindowPos3( [NativeTypeName("GLdouble")] double z ) => T.WindowPos3(x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264924,7 +143435,6 @@ public void WindowPos3ARB( [NativeTypeName("GLdouble")] double z ) => T.WindowPos3ARB(x, y, z); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264935,54 +143445,12 @@ public void WindowPos3MESA( [NativeTypeName("GLdouble")] double z ) => T.WindowPos3MESA(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos3([NativeTypeName("const GLdouble *")] double* v) => T.WindowPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] [MethodImpl( @@ -264991,7 +143459,6 @@ public void WindowPos3MESA( public void WindowPos3([NativeTypeName("const GLdouble *")] Ref v) => T.WindowPos3(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -264999,7 +143466,6 @@ public void WindowPos3([NativeTypeName("const GLdouble *")] Ref v) => public void WindowPos3ARB([NativeTypeName("const GLdouble *")] double* v) => T.WindowPos3ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] [MethodImpl( @@ -265008,7 +143474,6 @@ public void WindowPos3ARB([NativeTypeName("const GLdouble *")] double* v) => public void WindowPos3ARB([NativeTypeName("const GLdouble *")] Ref v) => T.WindowPos3ARB(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265016,7 +143481,6 @@ public void WindowPos3ARB([NativeTypeName("const GLdouble *")] Ref v) => public void WindowPos3MESA([NativeTypeName("const GLdouble *")] double* v) => T.WindowPos3MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvMESA")] [MethodImpl( @@ -265025,27 +143489,6 @@ public void WindowPos3MESA([NativeTypeName("const GLdouble *")] double* v) => public void WindowPos3MESA([NativeTypeName("const GLdouble *")] Ref v) => T.WindowPos3MESA(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265056,7 +143499,6 @@ public void WindowPos3( [NativeTypeName("GLfloat")] float z ) => T.WindowPos3(x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265067,7 +143509,6 @@ public void WindowPos3ARB( [NativeTypeName("GLfloat")] float z ) => T.WindowPos3ARB(x, y, z); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265078,54 +143519,12 @@ public void WindowPos3MESA( [NativeTypeName("GLfloat")] float z ) => T.WindowPos3MESA(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos3([NativeTypeName("const GLfloat *")] float* v) => T.WindowPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fv")] [MethodImpl( @@ -265133,7 +143532,6 @@ public void WindowPos3MESA( )] public void WindowPos3([NativeTypeName("const GLfloat *")] Ref v) => T.WindowPos3(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265141,7 +143539,6 @@ public void WindowPos3MESA( public void WindowPos3ARB([NativeTypeName("const GLfloat *")] float* v) => T.WindowPos3ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] [MethodImpl( @@ -265150,7 +143547,6 @@ public void WindowPos3ARB([NativeTypeName("const GLfloat *")] float* v) => public void WindowPos3ARB([NativeTypeName("const GLfloat *")] Ref v) => T.WindowPos3ARB(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265158,7 +143554,6 @@ public void WindowPos3ARB([NativeTypeName("const GLfloat *")] Ref v) => public void WindowPos3MESA([NativeTypeName("const GLfloat *")] float* v) => T.WindowPos3MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] [MethodImpl( @@ -265167,27 +143562,6 @@ public void WindowPos3MESA([NativeTypeName("const GLfloat *")] float* v) => public void WindowPos3MESA([NativeTypeName("const GLfloat *")] Ref v) => T.WindowPos3MESA(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265198,7 +143572,6 @@ public void WindowPos3( [NativeTypeName("GLint")] int z ) => T.WindowPos3(x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265209,7 +143582,6 @@ public void WindowPos3ARB( [NativeTypeName("GLint")] int z ) => T.WindowPos3ARB(x, y, z); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3iMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265220,54 +143592,12 @@ public void WindowPos3MESA( [NativeTypeName("GLint")] int z ) => T.WindowPos3MESA(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos3([NativeTypeName("const GLint *")] int* v) => T.WindowPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] [MethodImpl( @@ -265275,14 +143605,12 @@ public void WindowPos3MESA( )] public void WindowPos3([NativeTypeName("const GLint *")] Ref v) => T.WindowPos3(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos3ARB([NativeTypeName("const GLint *")] int* v) => T.WindowPos3ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] [MethodImpl( @@ -265291,14 +143619,12 @@ public void WindowPos3MESA( public void WindowPos3ARB([NativeTypeName("const GLint *")] Ref v) => T.WindowPos3ARB(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos3MESA([NativeTypeName("const GLint *")] int* v) => T.WindowPos3MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] [MethodImpl( @@ -265307,27 +143633,6 @@ public void WindowPos3ARB([NativeTypeName("const GLint *")] Ref v) => public void WindowPos3MESA([NativeTypeName("const GLint *")] Ref v) => T.WindowPos3MESA(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265338,7 +143643,6 @@ public void WindowPos3( [NativeTypeName("GLshort")] short z ) => T.WindowPos3(x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265349,7 +143653,6 @@ public void WindowPos3ARB( [NativeTypeName("GLshort")] short z ) => T.WindowPos3ARB(x, y, z); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3sMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265360,54 +143663,12 @@ public void WindowPos3MESA( [NativeTypeName("GLshort")] short z ) => T.WindowPos3MESA(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos3([NativeTypeName("const GLshort *")] short* v) => T.WindowPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] [MethodImpl( @@ -265415,7 +143676,6 @@ public void WindowPos3MESA( )] public void WindowPos3([NativeTypeName("const GLshort *")] Ref v) => T.WindowPos3(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265423,7 +143683,6 @@ public void WindowPos3MESA( public void WindowPos3ARB([NativeTypeName("const GLshort *")] short* v) => T.WindowPos3ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] [MethodImpl( @@ -265432,7 +143691,6 @@ public void WindowPos3ARB([NativeTypeName("const GLshort *")] short* v) => public void WindowPos3ARB([NativeTypeName("const GLshort *")] Ref v) => T.WindowPos3ARB(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265440,7 +143698,6 @@ public void WindowPos3ARB([NativeTypeName("const GLshort *")] Ref v) => public void WindowPos3MESA([NativeTypeName("const GLshort *")] short* v) => T.WindowPos3MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] [MethodImpl( @@ -265449,7 +143706,6 @@ public void WindowPos3MESA([NativeTypeName("const GLshort *")] short* v) => public void WindowPos3MESA([NativeTypeName("const GLshort *")] Ref v) => T.WindowPos3MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4dMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265461,7 +143717,6 @@ public void WindowPos4MESA( [NativeTypeName("GLdouble")] double w ) => T.WindowPos4MESA(x, y, z, w); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265469,7 +143724,6 @@ public void WindowPos4MESA( public void WindowPos4MESA([NativeTypeName("const GLdouble *")] double* v) => T.WindowPos4MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] [MethodImpl( @@ -265478,7 +143732,6 @@ public void WindowPos4MESA([NativeTypeName("const GLdouble *")] double* v) => public void WindowPos4MESA([NativeTypeName("const GLdouble *")] Ref v) => T.WindowPos4MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4fMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265490,7 +143743,6 @@ public void WindowPos4MESA( [NativeTypeName("GLfloat")] float w ) => T.WindowPos4MESA(x, y, z, w); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4fvMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265498,7 +143750,6 @@ public void WindowPos4MESA( public void WindowPos4MESA([NativeTypeName("const GLfloat *")] float* v) => T.WindowPos4MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4fvMESA")] [MethodImpl( @@ -265507,7 +143758,6 @@ public void WindowPos4MESA([NativeTypeName("const GLfloat *")] float* v) => public void WindowPos4MESA([NativeTypeName("const GLfloat *")] Ref v) => T.WindowPos4MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4iMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265519,14 +143769,12 @@ public void WindowPos4MESA( [NativeTypeName("GLint")] int w ) => T.WindowPos4MESA(x, y, z, w); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void WindowPos4MESA([NativeTypeName("const GLint *")] int* v) => T.WindowPos4MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] [MethodImpl( @@ -265535,7 +143783,6 @@ public void WindowPos4MESA( public void WindowPos4MESA([NativeTypeName("const GLint *")] Ref v) => T.WindowPos4MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4sMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265547,7 +143794,6 @@ public void WindowPos4MESA( [NativeTypeName("GLshort")] short w ) => T.WindowPos4MESA(x, y, z, w); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265555,7 +143801,6 @@ public void WindowPos4MESA( public void WindowPos4MESA([NativeTypeName("const GLshort *")] short* v) => T.WindowPos4MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] [MethodImpl( @@ -265564,9 +143809,6 @@ public void WindowPos4MESA([NativeTypeName("const GLshort *")] short* v) => public void WindowPos4MESA([NativeTypeName("const GLshort *")] Ref v) => T.WindowPos4MESA(v); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265577,9 +143819,6 @@ public void WindowRectanglesEXT( [NativeTypeName("const GLint *")] int* box ) => T.WindowRectanglesEXT(mode, count, box); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl( @@ -265591,9 +143830,6 @@ public void WindowRectanglesEXT( [NativeTypeName("const GLint *")] Ref box ) => T.WindowRectanglesEXT(mode, count, box); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl( @@ -265604,7 +143840,6 @@ public void WindowRectanglesEXT( [NativeTypeName("const GLint *")] int box ) => T.WindowRectanglesEXT(mode, box); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265618,7 +143853,6 @@ public void WriteMaskEXT( [NativeTypeName("GLenum")] uint outW ) => T.WriteMaskEXT(res, @in, outX, outY, outZ, outW); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] [MethodImpl( @@ -265636,31 +143870,6 @@ public void WriteMaskEXT( public partial class ThisThread { - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glAccum")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265670,31 +143879,6 @@ public static void Accum( [NativeTypeName("GLfloat")] float value ) => Underlying.Value!.Accum(op, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glAccum")] [MethodImpl( @@ -265705,7 +143889,6 @@ public static void Accum( [NativeTypeName("GLfloat")] float value ) => Underlying.Value!.Accum(op, value); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glAccumxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265716,8 +143899,6 @@ public static void AccumxOES( ) => Underlying.Value!.AccumxOES(op, value); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] [MethodImpl( @@ -265730,20 +143911,16 @@ public static MaybeBool AcquireKeyedMutexWin32EXT( ) => Underlying.Value!.AcquireKeyedMutexWin32EXT(memory, key, timeout); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint AcquireKeyedMutexWin32EXTRaw( + public static uint AcquireKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key, [NativeTypeName("GLuint")] uint timeout - ) => Underlying.Value!.AcquireKeyedMutexWin32EXTRaw(memory, key, timeout); + ) => Underlying.Value!.AcquireKeyedMutexWin32EXTRawEXT(memory, key, timeout); - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glActiveProgramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265751,32 +143928,6 @@ public static uint AcquireKeyedMutexWin32EXTRaw( public static void ActiveProgramEXT([NativeTypeName("GLuint")] uint program) => Underlying.Value!.ActiveProgramEXT(program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glActiveShaderProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265786,7 +143937,6 @@ public static void ActiveShaderProgram( [NativeTypeName("GLuint")] uint program ) => Underlying.Value!.ActiveShaderProgram(pipeline, program); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glActiveShaderProgramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265796,7 +143946,6 @@ public static void ActiveShaderProgramEXT( [NativeTypeName("GLuint")] uint program ) => Underlying.Value!.ActiveShaderProgramEXT(pipeline, program); - [SupportedApiProfile("gl", ["GL_EXT_stencil_two_side"])] [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265804,7 +143953,6 @@ public static void ActiveShaderProgramEXT( public static void ActiveStencilFaceEXT([NativeTypeName("GLenum")] uint face) => Underlying.Value!.ActiveStencilFaceEXT(face); - [SupportedApiProfile("gl", ["GL_EXT_stencil_two_side"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] [MethodImpl( @@ -265814,56 +143962,6 @@ public static void ActiveStencilFaceEXT( [NativeTypeName("GLenum")] Constant face ) => Underlying.Value!.ActiveStencilFaceEXT(face); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glActiveTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265871,56 +143969,6 @@ public static void ActiveStencilFaceEXT( public static void ActiveTexture([NativeTypeName("GLenum")] uint texture) => Underlying.Value!.ActiveTexture(texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveTexture")] [MethodImpl( @@ -265930,7 +143978,6 @@ public static void ActiveTexture( [NativeTypeName("GLenum")] Constant texture ) => Underlying.Value!.ActiveTexture(texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265938,7 +143985,6 @@ public static void ActiveTexture( public static void ActiveTextureARB([NativeTypeName("GLenum")] uint texture) => Underlying.Value!.ActiveTextureARB(texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] [MethodImpl( @@ -265948,7 +143994,6 @@ public static void ActiveTextureARB( [NativeTypeName("GLenum")] Constant texture ) => Underlying.Value!.ActiveTextureARB(texture); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265958,7 +144003,6 @@ public static void ActiveVaryingNV( [NativeTypeName("const GLchar *")] sbyte* name ) => Underlying.Value!.ActiveVaryingNV(program, name); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] [MethodImpl( @@ -265975,7 +144019,6 @@ public static void ActiveVaryingNV( } } - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -265989,7 +144032,6 @@ public static void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] uint arg1Mod ) => Underlying.Value!.AlphaFragmentOp1ATI(op, dst, dstMod, arg1, arg1Rep, arg1Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] [MethodImpl( @@ -266004,7 +144046,6 @@ public static void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1Mod ) => Underlying.Value!.AlphaFragmentOp1ATI(op, dst, dstMod, arg1, arg1Rep, arg1Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266032,7 +144073,6 @@ public static void AlphaFragmentOp2ATI( arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] [MethodImpl( @@ -266062,7 +144102,6 @@ public static void AlphaFragmentOp2ATI( arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266096,7 +144135,6 @@ public static void AlphaFragmentOp3ATI( arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] [MethodImpl( @@ -266133,32 +144171,6 @@ public static void AlphaFragmentOp3ATI( arg3Mod ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266168,32 +144180,6 @@ public static void AlphaFunc( [NativeTypeName("GLfloat")] float @ref ) => Underlying.Value!.AlphaFunc(func, @ref); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] [MethodImpl( @@ -266204,7 +144190,6 @@ public static void AlphaFunc( [NativeTypeName("GLfloat")] float @ref ) => Underlying.Value!.AlphaFunc(func, @ref); - [SupportedApiProfile("gles2", ["GL_QCOM_alpha_test"])] [NativeFunction("opengl", EntryPoint = "glAlphaFuncQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266214,7 +144199,6 @@ public static void AlphaFuncQCOM( [NativeTypeName("GLclampf")] float @ref ) => Underlying.Value!.AlphaFuncQCOM(func, @ref); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266224,7 +144208,6 @@ public static void AlphaFuncx( [NativeTypeName("GLfixed")] int @ref ) => Underlying.Value!.AlphaFuncx(func, @ref); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] [MethodImpl( @@ -266235,8 +144218,6 @@ public static void AlphaFuncx( [NativeTypeName("GLfixed")] int @ref ) => Underlying.Value!.AlphaFuncx(func, @ref); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266246,8 +144227,6 @@ public static void AlphaFuncxOES( [NativeTypeName("GLfixed")] int @ref ) => Underlying.Value!.AlphaFuncxOES(func, @ref); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] [MethodImpl( @@ -266258,7 +144237,6 @@ public static void AlphaFuncxOES( [NativeTypeName("GLfixed")] int @ref ) => Underlying.Value!.AlphaFuncxOES(func, @ref); - [SupportedApiProfile("gl", ["GL_NV_alpha_to_coverage_dither_control"])] [NativeFunction("opengl", EntryPoint = "glAlphaToCoverageDitherControlNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266266,17 +144244,13 @@ public static void AlphaFuncxOES( public static void AlphaToCoverageDitherControlNV([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.AlphaToCoverageDitherControlNV(mode); - [SupportedApiProfile("gl", ["GL_INTEL_framebuffer_CMAA"])] - [SupportedApiProfile("glcore", ["GL_INTEL_framebuffer_CMAA"])] - [SupportedApiProfile("gles2", ["GL_INTEL_framebuffer_CMAA"])] [NativeFunction("opengl", EntryPoint = "glApplyFramebufferAttachmentCMAAINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ApplyFramebufferAttachmentCMAAIntel() => - Underlying.Value!.ApplyFramebufferAttachmentCMAAIntel(); + public static void ApplyFramebufferAttachmentCMAAINTEL() => + Underlying.Value!.ApplyFramebufferAttachmentCMAAINTEL(); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266284,7 +144258,6 @@ public static void ApplyFramebufferAttachmentCMAAIntel() => public static void ApplyTextureEXT([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.ApplyTextureEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] [MethodImpl( @@ -266295,7 +144268,6 @@ public static void ApplyTextureEXT( ) => Underlying.Value!.ApplyTextureEXT(mode); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266307,7 +144279,6 @@ public static uint AreProgramsResidentNV( ) => Underlying.Value!.AreProgramsResidentNV(n, programs, residences); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] [MethodImpl( @@ -266328,30 +144299,6 @@ public static MaybeBool AreProgramsResidentNV( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266363,30 +144310,6 @@ public static uint AreTexturesResident( ) => Underlying.Value!.AreTexturesResident(n, textures, residences); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] [MethodImpl( @@ -266407,7 +144330,6 @@ public static MaybeBool AreTexturesResident( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266419,7 +144341,6 @@ public static uint AreTexturesResidentEXT( ) => Underlying.Value!.AreTexturesResidentEXT(n, textures, residences); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] [MethodImpl( @@ -266439,30 +144360,6 @@ public static MaybeBool AreTexturesResidentEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glArrayElement")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266470,7 +144367,6 @@ public static MaybeBool AreTexturesResidentEXT( public static void ArrayElement([NativeTypeName("GLint")] int i) => Underlying.Value!.ArrayElement(i); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glArrayElementEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266478,7 +144374,6 @@ public static void ArrayElement([NativeTypeName("GLint")] int i) => public static void ArrayElementEXT([NativeTypeName("GLint")] int i) => Underlying.Value!.ArrayElementEXT(i); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266492,7 +144387,6 @@ public static void ArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => Underlying.Value!.ArrayObjectATI(array, size, type, stride, buffer, offset); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] [MethodImpl( @@ -266508,7 +144402,6 @@ public static void ArrayObjectATI( ) => Underlying.Value!.ArrayObjectATI(array, size, type, stride, buffer, offset); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266545,7 +144438,6 @@ public static uint AsyncCopyBufferSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] [MethodImpl( @@ -266591,7 +144483,6 @@ public static uint AsyncCopyBufferSubDataNVX( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266648,7 +144539,6 @@ public static uint AsyncCopyImageSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] [MethodImpl( @@ -266713,7 +144603,6 @@ public static uint AsyncCopyImageSubDataNVX( } } - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glAsyncMarkerSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266721,7 +144610,6 @@ public static uint AsyncCopyImageSubDataNVX( public static void AsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker) => Underlying.Value!.AsyncMarkerSGIX(marker); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glAttachObjectARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266731,49 +144619,6 @@ public static void AttachObjectARB( [NativeTypeName("GLhandleARB")] uint obj ) => Underlying.Value!.AttachObjectARB(containerObj, obj); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glAttachShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266783,31 +144628,6 @@ public static void AttachShader( [NativeTypeName("GLuint")] uint shader ) => Underlying.Value!.AttachShader(program, shader); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glBegin")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266815,31 +144635,6 @@ public static void AttachShader( public static void Begin([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.Begin(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBegin")] [MethodImpl( @@ -266849,40 +144644,6 @@ public static void Begin( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.Begin(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266892,40 +144653,6 @@ public static void BeginConditionalRender( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.BeginConditionalRender(id, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] [MethodImpl( @@ -266936,9 +144663,6 @@ public static void BeginConditionalRender( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.BeginConditionalRender(id, mode); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266948,9 +144672,6 @@ public static void BeginConditionalRenderNV( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.BeginConditionalRenderNV(id, mode); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] [MethodImpl( @@ -266961,7 +144682,6 @@ public static void BeginConditionalRenderNV( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.BeginConditionalRenderNV(id, mode); - [SupportedApiProfile("gl", ["GL_NVX_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266969,14 +144689,12 @@ public static void BeginConditionalRenderNV( public static void BeginConditionalRenderNVX([NativeTypeName("GLuint")] uint id) => Underlying.Value!.BeginConditionalRenderNVX(id); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glBeginFragmentShaderATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void BeginFragmentShaderATI() => Underlying.Value!.BeginFragmentShaderATI(); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glBeginOcclusionQueryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266984,9 +144702,6 @@ public static void BeginConditionalRenderNVX([NativeTypeName("GLuint")] uint id) public static void BeginOcclusionQueryNV([NativeTypeName("GLuint")] uint id) => Underlying.Value!.BeginOcclusionQueryNV(id); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glBeginPerfMonitorAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -266994,56 +144709,13 @@ public static void BeginOcclusionQueryNV([NativeTypeName("GLuint")] uint id) => public static void BeginPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor) => Underlying.Value!.BeginPerfMonitorAMD(monitor); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glBeginPerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void BeginPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => - Underlying.Value!.BeginPerfQueryIntel(queryHandle); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] + public static void BeginPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle) => + Underlying.Value!.BeginPerfQueryINTEL(queryHandle); + [NativeFunction("opengl", EntryPoint = "glBeginQuery")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267053,46 +144725,6 @@ public static void BeginQuery( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BeginQuery(target, id); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQuery")] [MethodImpl( @@ -267103,7 +144735,6 @@ public static void BeginQuery( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BeginQuery(target, id); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267113,7 +144744,6 @@ public static void BeginQueryARB( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BeginQueryARB(target, id); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] [MethodImpl( @@ -267124,10 +144754,6 @@ public static void BeginQueryARB( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BeginQueryARB(target, id); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267137,10 +144763,6 @@ public static void BeginQueryEXT( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BeginQueryEXT(target, id); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] [MethodImpl( @@ -267151,34 +144773,6 @@ public static void BeginQueryEXT( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BeginQueryEXT(target, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267189,34 +144783,6 @@ public static void BeginQueryIndexed( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BeginQueryIndexed(target, index, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] [MethodImpl( @@ -267228,40 +144794,6 @@ public static void BeginQueryIndexed( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BeginQueryIndexed(target, index, id); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267269,40 +144801,6 @@ public static void BeginQueryIndexed( public static void BeginTransformFeedback([NativeTypeName("GLenum")] uint primitiveMode) => Underlying.Value!.BeginTransformFeedback(primitiveMode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] [MethodImpl( @@ -267312,7 +144810,6 @@ public static void BeginTransformFeedback( [NativeTypeName("GLenum")] Constant primitiveMode ) => Underlying.Value!.BeginTransformFeedback(primitiveMode); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267321,7 +144818,6 @@ public static void BeginTransformFeedbackEXT( [NativeTypeName("GLenum")] uint primitiveMode ) => Underlying.Value!.BeginTransformFeedbackEXT(primitiveMode); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] [MethodImpl( @@ -267331,7 +144827,6 @@ public static void BeginTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant primitiveMode ) => Underlying.Value!.BeginTransformFeedbackEXT(primitiveMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267340,7 +144835,6 @@ public static void BeginTransformFeedbackNV( [NativeTypeName("GLenum")] uint primitiveMode ) => Underlying.Value!.BeginTransformFeedbackNV(primitiveMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] [MethodImpl( @@ -267350,14 +144844,12 @@ public static void BeginTransformFeedbackNV( [NativeTypeName("GLenum")] Constant primitiveMode ) => Underlying.Value!.BeginTransformFeedbackNV(primitiveMode); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBeginVertexShaderEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void BeginVertexShaderEXT() => Underlying.Value!.BeginVertexShaderEXT(); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBeginVideoCaptureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267366,49 +144858,6 @@ public static void BeginVideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot ) => Underlying.Value!.BeginVideoCaptureNV(video_capture_slot); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267419,49 +144868,6 @@ public static void BindAttribLocation( [NativeTypeName("const GLchar *")] sbyte* name ) => Underlying.Value!.BindAttribLocation(program, index, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] [MethodImpl( @@ -267479,7 +144885,6 @@ public static void BindAttribLocation( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267490,7 +144895,6 @@ public static void BindAttribLocationARB( [NativeTypeName("const GLcharARB *")] sbyte* name ) => Underlying.Value!.BindAttribLocationARB(programObj, index, name); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] [MethodImpl( @@ -267508,52 +144912,6 @@ public static void BindAttribLocationARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBindBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267563,52 +144921,6 @@ public static void BindBuffer( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.BindBuffer(target, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffer")] [MethodImpl( @@ -267619,7 +144931,6 @@ public static void BindBuffer( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.BindBuffer(target, buffer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267629,7 +144940,6 @@ public static void BindBufferARB( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.BindBufferARB(target, buffer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] [MethodImpl( @@ -267640,42 +144950,6 @@ public static void BindBufferARB( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.BindBufferARB(target, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267686,42 +144960,6 @@ public static void BindBufferBase( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.BindBufferBase(target, index, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] [MethodImpl( @@ -267733,7 +144971,6 @@ public static void BindBufferBase( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.BindBufferBase(target, index, buffer); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267744,7 +144981,6 @@ public static void BindBufferBaseEXT( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.BindBufferBaseEXT(target, index, buffer); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] [MethodImpl( @@ -267756,7 +144992,6 @@ public static void BindBufferBaseEXT( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.BindBufferBaseEXT(target, index, buffer); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267767,7 +145002,6 @@ public static void BindBufferBaseNV( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.BindBufferBaseNV(target, index, buffer); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] [MethodImpl( @@ -267779,7 +145013,6 @@ public static void BindBufferBaseNV( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.BindBufferBaseNV(target, index, buffer); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267791,7 +145024,6 @@ public static void BindBufferOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.BindBufferOffsetEXT(target, index, buffer, offset); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] [MethodImpl( @@ -267804,7 +145036,6 @@ public static void BindBufferOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.BindBufferOffsetEXT(target, index, buffer, offset); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267816,7 +145047,6 @@ public static void BindBufferOffsetNV( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.BindBufferOffsetNV(target, index, buffer, offset); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] [MethodImpl( @@ -267829,42 +145059,6 @@ public static void BindBufferOffsetNV( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.BindBufferOffsetNV(target, index, buffer, offset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267877,42 +145071,6 @@ public static void BindBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.BindBufferRange(target, index, buffer, offset, size); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] [MethodImpl( @@ -267926,7 +145084,6 @@ public static void BindBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.BindBufferRange(target, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267939,7 +145096,6 @@ public static void BindBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.BindBufferRangeEXT(target, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] [MethodImpl( @@ -267953,7 +145109,6 @@ public static void BindBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.BindBufferRangeEXT(target, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -267966,7 +145121,6 @@ public static void BindBufferRangeNV( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.BindBufferRangeNV(target, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] [MethodImpl( @@ -267980,16 +145134,6 @@ public static void BindBufferRangeNV( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.BindBufferRangeNV(target, index, buffer, offset, size); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268001,16 +145145,6 @@ public static void BindBuffersBase( [NativeTypeName("const GLuint *")] uint* buffers ) => Underlying.Value!.BindBuffersBase(target, first, count, buffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl( @@ -268029,16 +145163,6 @@ public static void BindBuffersBase( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl( @@ -268050,16 +145174,6 @@ public static void BindBuffersBase( [NativeTypeName("const GLuint *")] uint buffers ) => Underlying.Value!.BindBuffersBase(target, first, buffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268073,16 +145187,6 @@ public static void BindBuffersRange( [NativeTypeName("const GLsizeiptr *")] nuint* sizes ) => Underlying.Value!.BindBuffersRange(target, first, count, buffers, offsets, sizes); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] [MethodImpl( @@ -268112,40 +145216,6 @@ public static void BindBuffersRange( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268156,40 +145226,6 @@ public static void BindFragDataLocation( [NativeTypeName("const GLchar *")] sbyte* name ) => Underlying.Value!.BindFragDataLocation(program, color, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] [MethodImpl( @@ -268207,8 +145243,6 @@ public static void BindFragDataLocation( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268219,8 +145253,6 @@ public static void BindFragDataLocationEXT( [NativeTypeName("const GLchar *")] sbyte* name ) => Underlying.Value!.BindFragDataLocationEXT(program, color, name); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] [MethodImpl( @@ -268238,36 +145270,6 @@ public static void BindFragDataLocationEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268279,36 +145281,6 @@ public static void BindFragDataLocationIndexed( [NativeTypeName("const GLchar *")] sbyte* name ) => Underlying.Value!.BindFragDataLocationIndexed(program, colorNumber, index, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] [MethodImpl( @@ -268327,7 +145299,6 @@ public static void BindFragDataLocationIndexed( } } - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268339,7 +145310,6 @@ public static void BindFragDataLocationIndexedEXT( [NativeTypeName("const GLchar *")] sbyte* name ) => Underlying.Value!.BindFragDataLocationIndexedEXT(program, colorNumber, index, name); - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] [MethodImpl( @@ -268358,7 +145328,6 @@ public static void BindFragDataLocationIndexedEXT( } } - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glBindFragmentShaderATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268366,47 +145335,6 @@ public static void BindFragDataLocationIndexedEXT( public static void BindFragmentShaderATI([NativeTypeName("GLuint")] uint id) => Underlying.Value!.BindFragmentShaderATI(id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268416,47 +145344,6 @@ public static void BindFramebuffer( [NativeTypeName("GLuint")] uint framebuffer ) => Underlying.Value!.BindFramebuffer(target, framebuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] [MethodImpl( @@ -268467,7 +145354,6 @@ public static void BindFramebuffer( [NativeTypeName("GLuint")] uint framebuffer ) => Underlying.Value!.BindFramebuffer(target, framebuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268477,7 +145363,6 @@ public static void BindFramebufferEXT( [NativeTypeName("GLuint")] uint framebuffer ) => Underlying.Value!.BindFramebufferEXT(target, framebuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] [MethodImpl( @@ -268488,7 +145373,6 @@ public static void BindFramebufferEXT( [NativeTypeName("GLuint")] uint framebuffer ) => Underlying.Value!.BindFramebufferEXT(target, framebuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268498,7 +145382,6 @@ public static void BindFramebufferOES( [NativeTypeName("GLuint")] uint framebuffer ) => Underlying.Value!.BindFramebufferOES(target, framebuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] [MethodImpl( @@ -268509,30 +145392,6 @@ public static void BindFramebufferOES( [NativeTypeName("GLuint")] uint framebuffer ) => Underlying.Value!.BindFramebufferOES(target, framebuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268556,30 +145415,6 @@ public static void BindImageTexture( format ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] [MethodImpl( @@ -268604,16 +145439,6 @@ public static void BindImageTexture( format ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl( @@ -268624,7 +145449,6 @@ public static void BindImageTexture( [NativeTypeName("const GLuint *")] uint textures ) => Underlying.Value!.BindImageTexture(first, textures); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268648,7 +145472,6 @@ public static void BindImageTextureEXT( format ); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] [MethodImpl( @@ -268673,16 +145496,6 @@ public static void BindImageTextureEXT( format ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268693,16 +145506,6 @@ public static void BindImageTextures( [NativeTypeName("const GLuint *")] uint* textures ) => Underlying.Value!.BindImageTextures(first, count, textures); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl( @@ -268721,7 +145524,6 @@ public static void BindImageTextures( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268732,7 +145534,6 @@ public static uint BindLightParameterEXT( ) => Underlying.Value!.BindLightParameterEXT(light, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] [MethodImpl( @@ -268744,7 +145545,6 @@ public static uint BindLightParameterEXT( ) => Underlying.Value!.BindLightParameterEXT(light, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268755,7 +145555,6 @@ public static uint BindMaterialParameterEXT( ) => Underlying.Value!.BindMaterialParameterEXT(face, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] [MethodImpl( @@ -268766,8 +145565,6 @@ public static uint BindMaterialParameterEXT( [NativeTypeName("GLenum")] Constant value ) => Underlying.Value!.BindMaterialParameterEXT(face, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268778,8 +145575,6 @@ public static void BindMultiTextureEXT( [NativeTypeName("GLuint")] uint texture ) => Underlying.Value!.BindMultiTextureEXT(texunit, target, texture); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] [MethodImpl( @@ -268792,7 +145587,6 @@ public static void BindMultiTextureEXT( ) => Underlying.Value!.BindMultiTextureEXT(texunit, target, texture); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268801,7 +145595,6 @@ public static uint BindParameterEXT([NativeTypeName("GLenum")] uint value) => Underlying.Value!.BindParameterEXT(value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] [MethodImpl( @@ -268811,7 +145604,6 @@ public static uint BindParameterEXT( [NativeTypeName("GLenum")] Constant value ) => Underlying.Value!.BindParameterEXT(value); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268821,7 +145613,6 @@ public static void BindProgramARB( [NativeTypeName("GLuint")] uint program ) => Underlying.Value!.BindProgramARB(target, program); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] [MethodImpl( @@ -268832,7 +145623,6 @@ public static void BindProgramARB( [NativeTypeName("GLuint")] uint program ) => Underlying.Value!.BindProgramARB(target, program); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268842,7 +145632,6 @@ public static void BindProgramNV( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BindProgramNV(target, id); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] [MethodImpl( @@ -268853,32 +145642,6 @@ public static void BindProgramNV( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BindProgramNV(target, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glBindProgramPipeline")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268886,7 +145649,6 @@ public static void BindProgramNV( public static void BindProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => Underlying.Value!.BindProgramPipeline(pipeline); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glBindProgramPipelineEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268894,47 +145656,6 @@ public static void BindProgramPipeline([NativeTypeName("GLuint")] uint pipeline) public static void BindProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline) => Underlying.Value!.BindProgramPipelineEXT(pipeline); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -268944,47 +145665,6 @@ public static void BindRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ) => Underlying.Value!.BindRenderbuffer(target, renderbuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] [MethodImpl( @@ -268995,7 +145675,6 @@ public static void BindRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ) => Underlying.Value!.BindRenderbuffer(target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269005,7 +145684,6 @@ public static void BindRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => Underlying.Value!.BindRenderbufferEXT(target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] [MethodImpl( @@ -269016,7 +145694,6 @@ public static void BindRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => Underlying.Value!.BindRenderbufferEXT(target, renderbuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269026,7 +145703,6 @@ public static void BindRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ) => Underlying.Value!.BindRenderbufferOES(target, renderbuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] [MethodImpl( @@ -269037,46 +145713,6 @@ public static void BindRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ) => Underlying.Value!.BindRenderbufferOES(target, renderbuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindSampler")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269086,16 +145722,6 @@ public static void BindSampler( [NativeTypeName("GLuint")] uint sampler ) => Underlying.Value!.BindSampler(unit, sampler); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindSamplers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269106,16 +145732,6 @@ public static void BindSamplers( [NativeTypeName("const GLuint *")] uint* samplers ) => Underlying.Value!.BindSamplers(first, count, samplers); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindSamplers")] [MethodImpl( @@ -269133,9 +145749,6 @@ public static void BindSamplers( } } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glBindShadingRateImageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269144,7 +145757,6 @@ public static void BindShadingRateImageNV([NativeTypeName("GLuint")] uint textur Underlying.Value!.BindShadingRateImageNV(texture); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269156,7 +145768,6 @@ public static uint BindTexGenParameterEXT( ) => Underlying.Value!.BindTexGenParameterEXT(unit, coord, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] [MethodImpl( @@ -269168,60 +145779,6 @@ public static uint BindTexGenParameterEXT( [NativeTypeName("GLenum")] Constant value ) => Underlying.Value!.BindTexGenParameterEXT(unit, coord, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBindTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269231,60 +145788,6 @@ public static void BindTexture( [NativeTypeName("GLuint")] uint texture ) => Underlying.Value!.BindTexture(target, texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTexture")] [MethodImpl( @@ -269295,7 +145798,6 @@ public static void BindTexture( [NativeTypeName("GLuint")] uint texture ) => Underlying.Value!.BindTexture(target, texture); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269305,7 +145807,6 @@ public static void BindTextureEXT( [NativeTypeName("GLuint")] uint texture ) => Underlying.Value!.BindTextureEXT(target, texture); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] [MethodImpl( @@ -269316,16 +145817,6 @@ public static void BindTextureEXT( [NativeTypeName("GLuint")] uint texture ) => Underlying.Value!.BindTextureEXT(target, texture); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindTextures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269336,16 +145827,6 @@ public static void BindTextures( [NativeTypeName("const GLuint *")] uint* textures ) => Underlying.Value!.BindTextures(first, count, textures); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextures")] [MethodImpl( @@ -269363,16 +145844,6 @@ public static void BindTextures( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glBindTextureUnit")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269383,7 +145854,6 @@ public static void BindTextureUnit( ) => Underlying.Value!.BindTextureUnit(unit, texture); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269394,7 +145864,6 @@ public static uint BindTextureUnitParameterEXT( ) => Underlying.Value!.BindTextureUnitParameterEXT(unit, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] [MethodImpl( @@ -269406,34 +145875,6 @@ public static uint BindTextureUnitParameterEXT( Constant value ) => Underlying.Value!.BindTextureUnitParameterEXT(unit, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269443,34 +145884,6 @@ public static void BindTransformFeedback( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BindTransformFeedback(target, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] [MethodImpl( @@ -269481,7 +145894,6 @@ public static void BindTransformFeedback( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BindTransformFeedback(target, id); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269491,7 +145903,6 @@ public static void BindTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BindTransformFeedbackNV(target, id); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] [MethodImpl( @@ -269502,42 +145913,6 @@ public static void BindTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.BindTransformFeedbackNV(target, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexArray")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269545,16 +145920,13 @@ public static void BindTransformFeedbackNV( public static void BindVertexArray([NativeTypeName("GLuint")] uint array) => Underlying.Value!.BindVertexArray(array); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glBindVertexArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void BindVertexArrayApple([NativeTypeName("GLuint")] uint array) => - Underlying.Value!.BindVertexArrayApple(array); + public static void BindVertexArrayAPPLE([NativeTypeName("GLuint")] uint array) => + Underlying.Value!.BindVertexArrayAPPLE(array); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glBindVertexArrayOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269562,28 +145934,6 @@ public static void BindVertexArrayApple([NativeTypeName("GLuint")] uint array) = public static void BindVertexArrayOES([NativeTypeName("GLuint")] uint array) => Underlying.Value!.BindVertexArrayOES(array); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269595,16 +145945,6 @@ public static void BindVertexBuffer( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.BindVertexBuffer(bindingindex, buffer, offset, stride); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269617,16 +145957,6 @@ public static void BindVertexBuffers( [NativeTypeName("const GLsizei *")] uint* strides ) => Underlying.Value!.BindVertexBuffers(first, count, buffers, offsets, strides); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] [MethodImpl( @@ -269648,7 +145978,6 @@ public static void BindVertexBuffers( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindVertexShaderEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269656,7 +145985,6 @@ public static void BindVertexBuffers( public static void BindVertexShaderEXT([NativeTypeName("GLuint")] uint id) => Underlying.Value!.BindVertexShaderEXT(id); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBindVideoCaptureStreamBufferNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269665,7 +145993,7 @@ public static void BindVideoCaptureStreamBufferNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, [NativeTypeName("GLenum")] uint frame_region, - [NativeTypeName("GLintptrARB")] nint offset + [NativeTypeName("GLintptrARB")] long offset ) => Underlying.Value!.BindVideoCaptureStreamBufferNV( video_capture_slot, @@ -269674,7 +146002,6 @@ public static void BindVideoCaptureStreamBufferNV( offset ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBindVideoCaptureStreamTextureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269694,7 +146021,6 @@ public static void BindVideoCaptureStreamTextureNV( texture ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3bEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269705,7 +146031,6 @@ public static void Binormal3EXT( [NativeTypeName("GLbyte")] sbyte bz ) => Underlying.Value!.Binormal3EXT(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269713,7 +146038,6 @@ public static void Binormal3EXT( public static void Binormal3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => Underlying.Value!.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] [MethodImpl( @@ -269727,7 +146051,6 @@ public static void Binormal3EXT([NativeTypeName("const GLbyte *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269738,7 +146061,6 @@ public static void Binormal3EXT( [NativeTypeName("GLdouble")] double bz ) => Underlying.Value!.Binormal3EXT(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269746,7 +146068,6 @@ public static void Binormal3EXT( public static void Binormal3EXT([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] [MethodImpl( @@ -269760,7 +146081,6 @@ public static void Binormal3EXT([NativeTypeName("const GLdouble *")] Ref } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269771,7 +146091,6 @@ public static void Binormal3EXT( [NativeTypeName("GLfloat")] float bz ) => Underlying.Value!.Binormal3EXT(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269779,7 +146098,6 @@ public static void Binormal3EXT( public static void Binormal3EXT([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] [MethodImpl( @@ -269793,7 +146111,6 @@ public static void Binormal3EXT([NativeTypeName("const GLfloat *")] Ref v } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269804,7 +146121,6 @@ public static void Binormal3EXT( [NativeTypeName("GLint")] int bz ) => Underlying.Value!.Binormal3EXT(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269812,7 +146128,6 @@ public static void Binormal3EXT( public static void Binormal3EXT([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] [MethodImpl( @@ -269826,7 +146141,6 @@ public static void Binormal3EXT([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3sEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269837,7 +146151,6 @@ public static void Binormal3EXT( [NativeTypeName("GLshort")] short bz ) => Underlying.Value!.Binormal3EXT(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269845,7 +146158,6 @@ public static void Binormal3EXT( public static void Binormal3EXT([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.Binormal3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] [MethodImpl( @@ -269859,7 +146171,6 @@ public static void Binormal3EXT([NativeTypeName("const GLshort *")] Ref v } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269870,7 +146181,6 @@ public static void BinormalPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.BinormalPointerEXT(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] [MethodImpl( @@ -269888,31 +146198,6 @@ public static void BinormalPointerEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -269927,31 +146212,6 @@ public static void Bitmap( [NativeTypeName("const GLubyte *")] byte* bitmap ) => Underlying.Value!.Bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl( @@ -269973,31 +146233,6 @@ public static void Bitmap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl( @@ -270012,22 +146247,20 @@ public static void Bitmap( [NativeTypeName("const GLubyte *")] byte bitmap ) => Underlying.Value!.Bitmap(height, xorig, yorig, xmove, ymove, bitmap); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void BitmapxO( + public static void BitmapxOOES( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLfixed")] int xorig, [NativeTypeName("GLfixed")] int yorig, [NativeTypeName("GLfixed")] int xmove, [NativeTypeName("GLfixed")] int ymove, [NativeTypeName("const GLubyte *")] byte bitmap - ) => Underlying.Value!.BitmapxO(height, xorig, yorig, xmove, ymove, bitmap); + ) => Underlying.Value!.BitmapxOOES(height, xorig, yorig, xmove, ymove, bitmap); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270042,7 +146275,6 @@ public static void BitmapxOES( [NativeTypeName("const GLubyte *")] byte* bitmap ) => Underlying.Value!.BitmapxOES(width, height, xorig, yorig, xmove, ymove, bitmap); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl( @@ -270064,73 +146296,18 @@ public static void BitmapxOES( } } - [SupportedApiProfile("gl", ["GL_KHR_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_KHR_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_KHR_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendBarrierKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void BlendBarrierKHR() => Underlying.Value!.BlendBarrierKHR(); - [SupportedApiProfile("gl", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_NV_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendBarrierNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void BlendBarrierNV() => Underlying.Value!.BlendBarrierNV(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendColor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270142,7 +146319,6 @@ public static void BlendColor( [NativeTypeName("GLfloat")] float alpha ) => Underlying.Value!.BlendColor(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_color"])] [NativeFunction("opengl", EntryPoint = "glBlendColorEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270154,7 +146330,6 @@ public static void BlendColorEXT( [NativeTypeName("GLfloat")] float alpha ) => Underlying.Value!.BlendColorEXT(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glBlendColorxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270166,55 +146341,6 @@ public static void BlendColorxOES( [NativeTypeName("GLfixed")] int alpha ) => Underlying.Value!.BlendColorxOES(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270222,55 +146348,6 @@ public static void BlendColorxOES( public static void BlendEquation([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.BlendEquation(mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquation")] [MethodImpl( @@ -270280,7 +146357,6 @@ public static void BlendEquation( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.BlendEquation(mode); - [SupportedApiProfile("gl", ["GL_EXT_blend_minmax"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270288,7 +146364,6 @@ public static void BlendEquation( public static void BlendEquationEXT([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.BlendEquationEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_blend_minmax"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] [MethodImpl( @@ -270298,32 +146373,6 @@ public static void BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.BlendEquationEXT(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270333,32 +146382,6 @@ public static void BlendEquation( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.BlendEquation(buf, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] [MethodImpl( @@ -270369,8 +146392,6 @@ public static void BlendEquation( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.BlendEquation(buf, mode); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270380,8 +146401,6 @@ public static void BlendEquationARB( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.BlendEquationARB(buf, mode); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] [MethodImpl( @@ -270392,7 +146411,6 @@ public static void BlendEquationARB( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.BlendEquationARB(buf, mode); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270402,7 +146420,6 @@ public static void BlendEquationEXT( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.BlendEquationEXT(buf, mode); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] [MethodImpl( @@ -270413,7 +146430,6 @@ public static void BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.BlendEquationEXT(buf, mode); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270423,7 +146439,6 @@ public static void BlendEquationIndexedAMD( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.BlendEquationIndexedAMD(buf, mode); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] [MethodImpl( @@ -270434,7 +146449,6 @@ public static void BlendEquationIndexedAMD( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.BlendEquationIndexedAMD(buf, mode); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270444,7 +146458,6 @@ public static void BlendEquationOES( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.BlendEquationOES(buf, mode); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] [MethodImpl( @@ -270455,7 +146468,6 @@ public static void BlendEquationOES( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.BlendEquationOES(buf, mode); - [SupportedApiProfile("gles1", ["GL_OES_blend_subtract"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270463,7 +146475,6 @@ public static void BlendEquationOES( public static void BlendEquationOES([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.BlendEquationOES(mode); - [SupportedApiProfile("gles1", ["GL_OES_blend_subtract"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] [MethodImpl( @@ -270473,49 +146484,6 @@ public static void BlendEquationOES( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.BlendEquationOES(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270525,49 +146493,6 @@ public static void BlendEquationSeparate( [NativeTypeName("GLenum")] uint modeAlpha ) => Underlying.Value!.BlendEquationSeparate(modeRGB, modeAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] [MethodImpl( @@ -270578,7 +146503,6 @@ public static void BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeAlpha ) => Underlying.Value!.BlendEquationSeparate(modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_equation_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270588,7 +146512,6 @@ public static void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] uint modeAlpha ) => Underlying.Value!.BlendEquationSeparateEXT(modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_equation_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] [MethodImpl( @@ -270599,32 +146522,6 @@ public static void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeAlpha ) => Underlying.Value!.BlendEquationSeparateEXT(modeRGB, modeAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270635,32 +146532,6 @@ public static void BlendEquationSeparate( [NativeTypeName("GLenum")] uint modeAlpha ) => Underlying.Value!.BlendEquationSeparate(buf, modeRGB, modeAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] [MethodImpl( @@ -270672,8 +146543,6 @@ public static void BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeAlpha ) => Underlying.Value!.BlendEquationSeparate(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270684,8 +146553,6 @@ public static void BlendEquationSeparateARB( [NativeTypeName("GLenum")] uint modeAlpha ) => Underlying.Value!.BlendEquationSeparateARB(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] [MethodImpl( @@ -270697,7 +146564,6 @@ public static void BlendEquationSeparateARB( [NativeTypeName("GLenum")] Constant modeAlpha ) => Underlying.Value!.BlendEquationSeparateARB(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270708,7 +146574,6 @@ public static void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] uint modeAlpha ) => Underlying.Value!.BlendEquationSeparateEXT(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] [MethodImpl( @@ -270720,7 +146585,6 @@ public static void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeAlpha ) => Underlying.Value!.BlendEquationSeparateEXT(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270731,7 +146595,6 @@ public static void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLenum")] uint modeAlpha ) => Underlying.Value!.BlendEquationSeparateIndexedAMD(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] [MethodImpl( @@ -270743,7 +146606,6 @@ public static void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant modeAlpha ) => Underlying.Value!.BlendEquationSeparateIndexedAMD(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270754,7 +146616,6 @@ public static void BlendEquationSeparateOES( [NativeTypeName("GLenum")] uint modeAlpha ) => Underlying.Value!.BlendEquationSeparateOES(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] [MethodImpl( @@ -270766,7 +146627,6 @@ public static void BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeAlpha ) => Underlying.Value!.BlendEquationSeparateOES(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gles1", ["GL_OES_blend_equation_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270776,7 +146636,6 @@ public static void BlendEquationSeparateOES( [NativeTypeName("GLenum")] uint modeAlpha ) => Underlying.Value!.BlendEquationSeparateOES(modeRGB, modeAlpha); - [SupportedApiProfile("gles1", ["GL_OES_blend_equation_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] [MethodImpl( @@ -270787,62 +146646,6 @@ public static void BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeAlpha ) => Underlying.Value!.BlendEquationSeparateOES(modeRGB, modeAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBlendFunc")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270852,62 +146655,6 @@ public static void BlendFunc( [NativeTypeName("GLenum")] uint dfactor ) => Underlying.Value!.BlendFunc(sfactor, dfactor); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunc")] [MethodImpl( @@ -270918,32 +146665,6 @@ public static void BlendFunc( [NativeTypeName("GLenum")] Constant dfactor ) => Underlying.Value!.BlendFunc(sfactor, dfactor); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFunci")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -270954,32 +146675,6 @@ public static void BlendFunc( [NativeTypeName("GLenum")] uint dst ) => Underlying.Value!.BlendFunc(buf, src, dst); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunci")] [MethodImpl( @@ -270991,8 +146686,6 @@ public static void BlendFunc( [NativeTypeName("GLenum")] Constant dst ) => Underlying.Value!.BlendFunc(buf, src, dst); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271003,8 +146696,6 @@ public static void BlendFuncARB( [NativeTypeName("GLenum")] uint dst ) => Underlying.Value!.BlendFuncARB(buf, src, dst); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] [MethodImpl( @@ -271016,7 +146707,6 @@ public static void BlendFuncARB( [NativeTypeName("GLenum")] Constant dst ) => Underlying.Value!.BlendFuncARB(buf, src, dst); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271027,7 +146717,6 @@ public static void BlendFuncEXT( [NativeTypeName("GLenum")] uint dst ) => Underlying.Value!.BlendFuncEXT(buf, src, dst); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] [MethodImpl( @@ -271039,7 +146728,6 @@ public static void BlendFuncEXT( [NativeTypeName("GLenum")] Constant dst ) => Underlying.Value!.BlendFuncEXT(buf, src, dst); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncIndexedAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271050,7 +146738,6 @@ public static void BlendFuncIndexedAMD( [NativeTypeName("GLenum")] uint dst ) => Underlying.Value!.BlendFuncIndexedAMD(buf, src, dst); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271061,7 +146748,6 @@ public static void BlendFuncOES( [NativeTypeName("GLenum")] uint dst ) => Underlying.Value!.BlendFuncOES(buf, src, dst); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] [MethodImpl( @@ -271073,53 +146759,6 @@ public static void BlendFuncOES( [NativeTypeName("GLenum")] Constant dst ) => Underlying.Value!.BlendFuncOES(buf, src, dst); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271132,53 +146771,6 @@ public static void BlendFuncSeparate( ) => Underlying.Value!.BlendFuncSeparate(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] [MethodImpl( @@ -271192,7 +146784,6 @@ public static void BlendFuncSeparate( ) => Underlying.Value!.BlendFuncSeparate(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271210,7 +146801,6 @@ public static void BlendFuncSeparateEXT( dfactorAlpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] [MethodImpl( @@ -271229,32 +146819,6 @@ public static void BlendFuncSeparateEXT( dfactorAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271267,32 +146831,6 @@ public static void BlendFuncSeparate( [NativeTypeName("GLenum")] uint dstAlpha ) => Underlying.Value!.BlendFuncSeparate(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] [MethodImpl( @@ -271306,8 +146844,6 @@ public static void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dstAlpha ) => Underlying.Value!.BlendFuncSeparate(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271320,8 +146856,6 @@ public static void BlendFuncSeparateARB( [NativeTypeName("GLenum")] uint dstAlpha ) => Underlying.Value!.BlendFuncSeparateARB(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] [MethodImpl( @@ -271335,7 +146869,6 @@ public static void BlendFuncSeparateARB( [NativeTypeName("GLenum")] Constant dstAlpha ) => Underlying.Value!.BlendFuncSeparateARB(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271348,7 +146881,6 @@ public static void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint dstAlpha ) => Underlying.Value!.BlendFuncSeparateEXT(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] [MethodImpl( @@ -271362,7 +146894,6 @@ public static void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dstAlpha ) => Underlying.Value!.BlendFuncSeparateEXT(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271375,7 +146906,6 @@ public static void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] uint dstAlpha ) => Underlying.Value!.BlendFuncSeparateIndexedAMD(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] [MethodImpl( @@ -271389,7 +146919,6 @@ public static void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant dstAlpha ) => Underlying.Value!.BlendFuncSeparateIndexedAMD(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_INGR_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271407,7 +146936,6 @@ public static void BlendFuncSeparateINGR( dfactorAlpha ); - [SupportedApiProfile("gl", ["GL_INGR_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] [MethodImpl( @@ -271426,7 +146954,6 @@ public static void BlendFuncSeparateINGR( dfactorAlpha ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271439,7 +146966,6 @@ public static void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint dstAlpha ) => Underlying.Value!.BlendFuncSeparateOES(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] [MethodImpl( @@ -271453,7 +146979,6 @@ public static void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstAlpha ) => Underlying.Value!.BlendFuncSeparateOES(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles1", ["GL_OES_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271465,7 +146990,6 @@ public static void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint dstAlpha ) => Underlying.Value!.BlendFuncSeparateOES(srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles1", ["GL_OES_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] [MethodImpl( @@ -271478,9 +147002,6 @@ public static void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstAlpha ) => Underlying.Value!.BlendFuncSeparateOES(srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_NV_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendParameteriNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271490,42 +147011,6 @@ public static void BlendParameterNV( [NativeTypeName("GLint")] int value ) => Underlying.Value!.BlendParameterNV(pname, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271555,42 +147040,6 @@ public static void BlitFramebuffer( filter ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] [MethodImpl( @@ -271621,12 +147070,11 @@ public static void BlitFramebuffer( filter ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void BlitFramebufferAngle( + public static void BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -271638,7 +147086,7 @@ public static void BlitFramebufferAngle( [NativeTypeName("GLbitfield")] uint mask, [NativeTypeName("GLenum")] uint filter ) => - Underlying.Value!.BlitFramebufferAngle( + Underlying.Value!.BlitFramebufferANGLE( srcX0, srcY0, srcX1, @@ -271651,13 +147099,12 @@ public static void BlitFramebufferAngle( filter ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void BlitFramebufferAngle( + public static void BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -271669,7 +147116,7 @@ public static void BlitFramebufferAngle( [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter ) => - Underlying.Value!.BlitFramebufferAngle( + Underlying.Value!.BlitFramebufferANGLE( srcX0, srcY0, srcX1, @@ -271682,7 +147129,6 @@ public static void BlitFramebufferAngle( filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271712,7 +147158,6 @@ public static void BlitFramebufferEXT( filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] [MethodImpl( @@ -271743,8 +147188,6 @@ public static void BlitFramebufferEXT( filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271778,8 +147221,6 @@ public static void BlitFramebufferLayerEXT( filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] [MethodImpl( @@ -271814,8 +147255,6 @@ public static void BlitFramebufferLayerEXT( filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271845,8 +147284,6 @@ public static void BlitFramebufferLayersEXT( filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] [MethodImpl( @@ -271877,7 +147314,6 @@ public static void BlitFramebufferLayersEXT( filter ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271907,7 +147343,6 @@ public static void BlitFramebufferNV( filter ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] [MethodImpl( @@ -271938,16 +147373,6 @@ public static void BlitFramebufferNV( filter ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -271981,16 +147406,6 @@ public static void BlitNamedFramebuffer( filter ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] [MethodImpl( @@ -272025,8 +147440,6 @@ public static void BlitNamedFramebuffer( filter ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glBufferAddressRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272038,9 +147451,6 @@ public static void BufferAddressRangeNV( [NativeTypeName("GLsizeiptr")] nuint length ) => Underlying.Value!.BufferAddressRangeNV(pname, index, address, length); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272051,9 +147461,6 @@ public static void BufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => Underlying.Value!.BufferAttachMemoryNV(target, memory, offset); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] [MethodImpl( @@ -272065,52 +147472,6 @@ public static void BufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => Underlying.Value!.BufferAttachMemoryNV(target, memory, offset); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272122,52 +147483,6 @@ public static void BufferData( [NativeTypeName("GLenum")] uint usage ) => Underlying.Value!.BufferData(target, size, data, usage); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferData")] [MethodImpl( @@ -272186,19 +147501,17 @@ public static void BufferData( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void BufferDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data, [NativeTypeName("GLenum")] uint usage ) => Underlying.Value!.BufferDataARB(target, size, data, usage); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] [MethodImpl( @@ -272206,7 +147519,7 @@ public static void BufferDataARB( )] public static void BufferDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data, [NativeTypeName("GLenum")] Constant usage ) @@ -272217,8 +147530,6 @@ public static void BufferDataARB( } } - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272230,8 +147541,6 @@ public static void BufferPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ) => Underlying.Value!.BufferPageCommitmentARB(target, offset, size, commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] [MethodImpl( @@ -272244,9 +147553,6 @@ public static void BufferPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ) => Underlying.Value!.BufferPageCommitmentARB(target, offset, size, commit); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272268,9 +147574,6 @@ public static void BufferPageCommitmentMemNV( commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] [MethodImpl( @@ -272293,27 +147596,16 @@ public static void BufferPageCommitmentMemNV( commit ); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glBufferParameteriAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void BufferParameterApple( + public static void BufferParameterAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 - ) => Underlying.Value!.BufferParameterApple(target, pname, param2); + ) => Underlying.Value!.BufferParameterAPPLE(target, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBufferStorage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272325,16 +147617,6 @@ public static void BufferStorage( [NativeTypeName("GLbitfield")] uint flags ) => Underlying.Value!.BufferStorage(target, size, data, flags); - [SupportedApiProfile( - "gl", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorage")] [MethodImpl( @@ -272353,7 +147635,6 @@ public static void BufferStorage( } } - [SupportedApiProfile("gles2", ["GL_EXT_buffer_storage"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272365,7 +147646,6 @@ public static void BufferStorageEXT( [NativeTypeName("GLbitfield")] uint flags ) => Underlying.Value!.BufferStorageEXT(target, size, data, flags); - [SupportedApiProfile("gles2", ["GL_EXT_buffer_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] [MethodImpl( @@ -272384,8 +147664,6 @@ public static void BufferStorageEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272398,8 +147676,6 @@ public static void BufferStorageExternalEXT( [NativeTypeName("GLbitfield")] uint flags ) => Underlying.Value!.BufferStorageExternalEXT(target, offset, size, clientBuffer, flags); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] [MethodImpl( @@ -272419,8 +147695,6 @@ public static void BufferStorageExternalEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272432,8 +147706,6 @@ public static void BufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ) => Underlying.Value!.BufferStorageMemEXT(target, size, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] [MethodImpl( @@ -272446,52 +147718,6 @@ public static void BufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ) => Underlying.Value!.BufferStorageMemEXT(target, size, memory, offset); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272503,52 +147729,6 @@ public static void BufferSubData( [NativeTypeName("const void *")] void* data ) => Underlying.Value!.BufferSubData(target, offset, size, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferSubData")] [MethodImpl( @@ -272567,19 +147747,17 @@ public static void BufferSubData( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void BufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data ) => Underlying.Value!.BufferSubDataARB(target, offset, size, data); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] [MethodImpl( @@ -272587,8 +147765,8 @@ public static void BufferSubDataARB( )] public static void BufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data ) { @@ -272598,8 +147776,6 @@ public static void BufferSubDataARB( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCallCommandListNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272607,31 +147783,6 @@ public static void BufferSubDataARB( public static void CallCommandListNV([NativeTypeName("GLuint")] uint list) => Underlying.Value!.CallCommandListNV(list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCallList")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272639,31 +147790,6 @@ public static void CallCommandListNV([NativeTypeName("GLuint")] uint list) => public static void CallList([NativeTypeName("GLuint")] uint list) => Underlying.Value!.CallList(list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCallLists")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272674,31 +147800,6 @@ public static void CallLists( [NativeTypeName("const void *")] void* lists ) => Underlying.Value!.CallLists(n, type, lists); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCallLists")] [MethodImpl( @@ -272717,47 +147818,6 @@ public static void CallLists( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272766,47 +147826,6 @@ public static uint CheckFramebufferStatus([NativeTypeName("GLenum")] uint target Underlying.Value!.CheckFramebufferStatus(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] [MethodImpl( @@ -272817,7 +147836,6 @@ public static Constant CheckFramebufferStatus( ) => Underlying.Value!.CheckFramebufferStatus(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272826,7 +147844,6 @@ public static uint CheckFramebufferStatusEXT([NativeTypeName("GLenum")] uint tar Underlying.Value!.CheckFramebufferStatusEXT(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] [MethodImpl( @@ -272837,7 +147854,6 @@ public static Constant CheckFramebufferStatusEX ) => Underlying.Value!.CheckFramebufferStatusEXT(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272846,7 +147862,6 @@ public static uint CheckFramebufferStatusOES([NativeTypeName("GLenum")] uint tar Underlying.Value!.CheckFramebufferStatusOES(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] [MethodImpl( @@ -272857,16 +147872,6 @@ public static Constant CheckFramebufferStatusOE ) => Underlying.Value!.CheckFramebufferStatusOES(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272877,16 +147882,6 @@ public static uint CheckNamedFramebufferStatus( ) => Underlying.Value!.CheckNamedFramebufferStatus(framebuffer, target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] [MethodImpl( @@ -272898,8 +147893,6 @@ public static Constant CheckNamedFramebufferSta ) => Underlying.Value!.CheckNamedFramebufferStatus(framebuffer, target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272910,8 +147903,6 @@ public static uint CheckNamedFramebufferStatusEXT( ) => Underlying.Value!.CheckNamedFramebufferStatusEXT(framebuffer, target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] [MethodImpl( @@ -272922,40 +147913,6 @@ public static Constant CheckNamedFramebufferSta [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.CheckNamedFramebufferStatusEXT(framebuffer, target); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClampColor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -272965,40 +147922,6 @@ public static void ClampColor( [NativeTypeName("GLenum")] uint clamp ) => Underlying.Value!.ClampColor(target, clamp); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClampColor")] [MethodImpl( @@ -273009,7 +147932,6 @@ public static void ClampColor( [NativeTypeName("GLenum")] Constant clamp ) => Underlying.Value!.ClampColor(target, clamp); - [SupportedApiProfile("gl", ["GL_ARB_color_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glClampColorARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273019,7 +147941,6 @@ public static void ClampColorARB( [NativeTypeName("GLenum")] uint clamp ) => Underlying.Value!.ClampColorARB(target, clamp); - [SupportedApiProfile("gl", ["GL_ARB_color_buffer_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClampColorARB")] [MethodImpl( @@ -273030,62 +147951,6 @@ public static void ClampColorARB( [NativeTypeName("GLenum")] Constant clamp ) => Underlying.Value!.ClampColorARB(target, clamp); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClear")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273093,62 +147958,6 @@ public static void ClampColorARB( public static void Clear([NativeTypeName("GLbitfield")] uint mask) => Underlying.Value!.Clear(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClear")] [MethodImpl( @@ -273158,31 +147967,6 @@ public static void Clear( [NativeTypeName("GLbitfield")] Constant mask ) => Underlying.Value!.Clear(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearAccum")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273194,7 +147978,6 @@ public static void ClearAccum( [NativeTypeName("GLfloat")] float alpha ) => Underlying.Value!.ClearAccum(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearAccumxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273206,28 +147989,6 @@ public static void ClearAccumxOES( [NativeTypeName("GLfixed")] int alpha ) => Underlying.Value!.ClearAccumxOES(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273240,28 +148001,6 @@ public static void ClearBufferData( [NativeTypeName("const void *")] void* data ) => Underlying.Value!.ClearBufferData(target, internalformat, format, type, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferData")] [MethodImpl( @@ -273287,40 +148026,6 @@ public static void ClearBufferData( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273332,40 +148037,6 @@ public static void ClearBuffer( [NativeTypeName("GLint")] int stencil ) => Underlying.Value!.ClearBuffer(buffer, drawbuffer, depth, stencil); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] [MethodImpl( @@ -273378,40 +148049,6 @@ public static void ClearBuffer( [NativeTypeName("GLint")] int stencil ) => Underlying.Value!.ClearBuffer(buffer, drawbuffer, depth, stencil); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273422,40 +148059,6 @@ public static void ClearBuffer( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ClearBuffer(buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] [MethodImpl( @@ -273473,40 +148076,6 @@ public static void ClearBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273517,40 +148086,6 @@ public static void ClearBuffer( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.ClearBuffer(buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] [MethodImpl( @@ -273568,28 +148103,6 @@ public static void ClearBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273613,28 +148126,6 @@ public static void ClearBufferSubData( data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] [MethodImpl( @@ -273664,40 +148155,6 @@ public static void ClearBufferSubData( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273708,40 +148165,6 @@ public static void ClearBuffer( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.ClearBuffer(buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] [MethodImpl( @@ -273759,62 +148182,6 @@ public static void ClearBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClearColor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273826,7 +148193,6 @@ public static void ClearColor( [NativeTypeName("GLfloat")] float alpha ) => Underlying.Value!.ClearColor(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] [NativeFunction("opengl", EntryPoint = "glClearColorIiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273838,7 +148204,6 @@ public static void ClearColorIEXT( [NativeTypeName("GLint")] int alpha ) => Underlying.Value!.ClearColorIEXT(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] [NativeFunction("opengl", EntryPoint = "glClearColorIuiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273850,7 +148215,6 @@ public static void ClearColorIEXT( [NativeTypeName("GLuint")] uint alpha ) => Underlying.Value!.ClearColorIEXT(red, green, blue, alpha); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearColorx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273862,8 +148226,6 @@ public static void ClearColorx( [NativeTypeName("GLfixed")] int alpha ) => Underlying.Value!.ClearColorx(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearColorxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273875,56 +148237,6 @@ public static void ClearColorxOES( [NativeTypeName("GLfixed")] int alpha ) => Underlying.Value!.ClearColorxOES(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearDepth")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273932,8 +148244,6 @@ public static void ClearColorxOES( public static void ClearDepth([NativeTypeName("GLdouble")] double depth) => Underlying.Value!.ClearDepth(depth); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glClearDepthdNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273941,38 +148251,6 @@ public static void ClearDepth([NativeTypeName("GLdouble")] double depth) => public static void ClearDepthNV([NativeTypeName("GLdouble")] double depth) => Underlying.Value!.ClearDepthNV(depth); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClearDepthf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273980,8 +148258,6 @@ public static void ClearDepthNV([NativeTypeName("GLdouble")] double depth) => public static void ClearDepth([NativeTypeName("GLfloat")] float d) => Underlying.Value!.ClearDepth(d); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glClearDepthfOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273989,7 +148265,6 @@ public static void ClearDepth([NativeTypeName("GLfloat")] float d) => public static void ClearDepthOES([NativeTypeName("GLclampf")] float depth) => Underlying.Value!.ClearDepthOES(depth); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearDepthx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -273997,8 +148272,6 @@ public static void ClearDepthOES([NativeTypeName("GLclampf")] float depth) => public static void ClearDepthx([NativeTypeName("GLfixed")] int depth) => Underlying.Value!.ClearDepthx(depth); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearDepthxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274006,31 +148279,6 @@ public static void ClearDepthx([NativeTypeName("GLfixed")] int depth) => public static void ClearDepthxOES([NativeTypeName("GLfixed")] int depth) => Underlying.Value!.ClearDepthxOES(depth); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274038,16 +148286,6 @@ public static void ClearDepthxOES([NativeTypeName("GLfixed")] int depth) => public static void ClearIndex([NativeTypeName("GLfloat")] float c) => Underlying.Value!.ClearIndex(c); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274060,16 +148298,6 @@ public static void ClearNamedBufferData( [NativeTypeName("const void *")] void* data ) => Underlying.Value!.ClearNamedBufferData(buffer, internalformat, format, type, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] [MethodImpl( @@ -274095,8 +148323,6 @@ public static void ClearNamedBufferData( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274109,8 +148335,6 @@ public static void ClearNamedBufferDataEXT( [NativeTypeName("const void *")] void* data ) => Underlying.Value!.ClearNamedBufferDataEXT(buffer, internalformat, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] [MethodImpl( @@ -274136,16 +148360,6 @@ public static void ClearNamedBufferDataEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274169,16 +148383,6 @@ public static void ClearNamedBufferSubData( data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] [MethodImpl( @@ -274208,8 +148412,6 @@ public static void ClearNamedBufferSubData( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274233,8 +148435,6 @@ public static void ClearNamedBufferSubDataEXT( data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] [MethodImpl( @@ -274264,16 +148464,6 @@ public static void ClearNamedBufferSubDataEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274293,16 +148483,6 @@ public static void ClearNamedFramebuffer( stencil ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] [MethodImpl( @@ -274323,16 +148503,6 @@ public static void ClearNamedFramebuffer( stencil ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274344,16 +148514,6 @@ public static void ClearNamedFramebuffer( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] [MethodImpl( @@ -274372,16 +148532,6 @@ public static void ClearNamedFramebuffer( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274393,16 +148543,6 @@ public static void ClearNamedFramebuffer( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] [MethodImpl( @@ -274421,16 +148561,6 @@ public static void ClearNamedFramebuffer( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274442,16 +148572,6 @@ public static void ClearNamedFramebuffer( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] [MethodImpl( @@ -274470,7 +148590,6 @@ public static void ClearNamedFramebuffer( } } - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274481,7 +148600,6 @@ public static void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] uint* values ) => Underlying.Value!.ClearPixelLocalStorageEXT(offset, n, values); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl( @@ -274499,7 +148617,6 @@ public static void ClearPixelLocalStorageEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl( @@ -274510,62 +148627,6 @@ public static void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] uint values ) => Underlying.Value!.ClearPixelLocalStorageEXT(offset, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearStencil")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274573,16 +148634,6 @@ public static void ClearPixelLocalStorageEXT( public static void ClearStencil([NativeTypeName("GLint")] int s) => Underlying.Value!.ClearStencil(s); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glClearTexImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274595,16 +148646,6 @@ public static void ClearTexImage( [NativeTypeName("const void *")] void* data ) => Underlying.Value!.ClearTexImage(texture, level, format, type, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexImage")] [MethodImpl( @@ -274624,7 +148665,6 @@ public static void ClearTexImage( } } - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274637,7 +148677,6 @@ public static void ClearTexImageEXT( [NativeTypeName("const void *")] void* data ) => Underlying.Value!.ClearTexImageEXT(texture, level, format, type, data); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] [MethodImpl( @@ -274657,16 +148696,6 @@ public static void ClearTexImageEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274698,16 +148727,6 @@ public static void ClearTexSubImage( data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] [MethodImpl( @@ -274745,7 +148764,6 @@ public static void ClearTexSubImage( } } - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274777,7 +148795,6 @@ public static void ClearTexSubImageEXT( data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] [MethodImpl( @@ -274815,29 +148832,6 @@ public static void ClearTexSubImageEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274845,29 +148839,6 @@ public static void ClearTexSubImageEXT( public static void ClientActiveTexture([NativeTypeName("GLenum")] uint texture) => Underlying.Value!.ClientActiveTexture(texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] [MethodImpl( @@ -274877,7 +148848,6 @@ public static void ClientActiveTexture( [NativeTypeName("GLenum")] Constant texture ) => Underlying.Value!.ClientActiveTexture(texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274885,7 +148855,6 @@ public static void ClientActiveTexture( public static void ClientActiveTextureARB([NativeTypeName("GLenum")] uint texture) => Underlying.Value!.ClientActiveTextureARB(texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] [MethodImpl( @@ -274895,7 +148864,6 @@ public static void ClientActiveTextureARB( [NativeTypeName("GLenum")] Constant texture ) => Underlying.Value!.ClientActiveTextureARB(texture); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274903,7 +148871,6 @@ public static void ClientActiveTextureARB( public static void ClientActiveVertexStreamATI([NativeTypeName("GLenum")] uint stream) => Underlying.Value!.ClientActiveVertexStreamATI(stream); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] [MethodImpl( @@ -274913,8 +148880,6 @@ public static void ClientActiveVertexStreamATI( [NativeTypeName("GLenum")] Constant stream ) => Underlying.Value!.ClientActiveVertexStreamATI(stream); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274922,8 +148887,6 @@ public static void ClientActiveVertexStreamATI( public static void ClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask) => Underlying.Value!.ClientAttribDefaultEXT(mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] [MethodImpl( @@ -274933,7 +148896,6 @@ public static void ClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask ) => Underlying.Value!.ClientAttribDefaultEXT(mask); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -274949,7 +148911,6 @@ public static void ClientWaitSemaphoreNVX( fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] [MethodImpl( @@ -274973,38 +148934,6 @@ public static void ClientWaitSemaphoreNVX( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275016,38 +148945,6 @@ public static uint ClientWaitSync( ) => Underlying.Value!.ClientWaitSync(sync, flags, timeout); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] [MethodImpl( @@ -275067,27 +148964,23 @@ public static Constant ClientWaitSync( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint ClientWaitSyncApple( + public static uint ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout - ) => Underlying.Value!.ClientWaitSyncApple(sync, flags, timeout); + ) => Underlying.Value!.ClientWaitSyncAPPLE(sync, flags, timeout); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Constant ClientWaitSyncApple( + public static Constant ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout @@ -275096,20 +148989,10 @@ public static Constant ClientWaitSyncApple( fixed (Sync* __dsl_sync = sync) { return (Constant) - (uint)ClientWaitSyncApple(__dsl_sync, (uint)flags, timeout); + (uint)ClientWaitSyncAPPLE(__dsl_sync, (uint)flags, timeout); } } - [SupportedApiProfile( - "gl", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClipControl")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275119,16 +149002,6 @@ public static void ClipControl( [NativeTypeName("GLenum")] uint depth ) => Underlying.Value!.ClipControl(origin, depth); - [SupportedApiProfile( - "gl", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipControl")] [MethodImpl( @@ -275139,7 +149012,6 @@ public static void ClipControl( [NativeTypeName("GLenum")] Constant depth ) => Underlying.Value!.ClipControl(origin, depth); - [SupportedApiProfile("gles2", ["GL_EXT_clip_control"])] [NativeFunction("opengl", EntryPoint = "glClipControlEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275149,31 +149021,6 @@ public static void ClipControlEXT( [NativeTypeName("GLenum")] uint depth ) => Underlying.Value!.ClipControlEXT(origin, depth); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClipPlane")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275183,31 +149030,6 @@ public static void ClipPlane( [NativeTypeName("const GLdouble *")] double* equation ) => Underlying.Value!.ClipPlane(plane, equation); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlane")] [MethodImpl( @@ -275224,7 +149046,6 @@ public static void ClipPlane( } } - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClipPlanef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275234,7 +149055,6 @@ public static void ClipPlane( [NativeTypeName("const GLfloat *")] float* eqn ) => Underlying.Value!.ClipPlane(p, eqn); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanef")] [MethodImpl( @@ -275251,7 +149071,6 @@ public static void ClipPlane( } } - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275261,7 +149080,6 @@ public static void ClipPlaneIMG( [NativeTypeName("const GLfloat *")] float* eqn ) => Underlying.Value!.ClipPlaneIMG(p, eqn); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] [MethodImpl( @@ -275278,8 +149096,6 @@ public static void ClipPlaneIMG( } } - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275289,8 +149105,6 @@ public static void ClipPlaneOES( [NativeTypeName("const GLfloat *")] float* equation ) => Underlying.Value!.ClipPlaneOES(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] [MethodImpl( @@ -275307,7 +149121,6 @@ public static void ClipPlaneOES( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClipPlanex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275317,7 +149130,6 @@ public static void ClipPlanex( [NativeTypeName("const GLfixed *")] int* equation ) => Underlying.Value!.ClipPlanex(plane, equation); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanex")] [MethodImpl( @@ -275334,7 +149146,6 @@ public static void ClipPlanex( } } - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275344,7 +149155,6 @@ public static void ClipPlanexIMG( [NativeTypeName("const GLfixed *")] int* eqn ) => Underlying.Value!.ClipPlanexIMG(p, eqn); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] [MethodImpl( @@ -275361,8 +149171,6 @@ public static void ClipPlanexIMG( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275372,8 +149180,6 @@ public static void ClipPlanexOES( [NativeTypeName("const GLfixed *")] int* equation ) => Underlying.Value!.ClipPlanexOES(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] [MethodImpl( @@ -275390,31 +149196,6 @@ public static void ClipPlanexOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3b")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275425,31 +149206,6 @@ public static void Color3( [NativeTypeName("GLbyte")] sbyte blue ) => Underlying.Value!.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3bv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275457,31 +149213,6 @@ public static void Color3( public static void Color3([NativeTypeName("const GLbyte *")] sbyte* v) => Underlying.Value!.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3bv")] [MethodImpl( @@ -275495,31 +149226,6 @@ public static void Color3([NativeTypeName("const GLbyte *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275530,31 +149236,6 @@ public static void Color3( [NativeTypeName("GLdouble")] double blue ) => Underlying.Value!.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275562,31 +149243,6 @@ public static void Color3( public static void Color3([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3dv")] [MethodImpl( @@ -275600,31 +149256,6 @@ public static void Color3([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275635,31 +149266,6 @@ public static void Color3( [NativeTypeName("GLfloat")] float blue ) => Underlying.Value!.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275667,31 +149273,6 @@ public static void Color3( public static void Color3([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3fv")] [MethodImpl( @@ -275705,7 +149286,6 @@ public static void Color3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275719,7 +149299,6 @@ public static void Color3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.Color3FVertex3SUN(r, g, b, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275729,7 +149308,6 @@ public static void Color3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.Color3FVertex3SUN(c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] [MethodImpl( @@ -275747,7 +149325,6 @@ public static void Color3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275758,7 +149335,6 @@ public static void Color3NV( [NativeTypeName("GLhalfNV")] ushort blue ) => Underlying.Value!.Color3NV(red, green, blue); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275766,7 +149342,6 @@ public static void Color3NV( public static void Color3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => Underlying.Value!.Color3NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] [MethodImpl( @@ -275780,31 +149355,6 @@ public static void Color3NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275815,31 +149365,6 @@ public static void Color3( [NativeTypeName("GLint")] int blue ) => Underlying.Value!.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275847,31 +149372,6 @@ public static void Color3( public static void Color3([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3iv")] [MethodImpl( @@ -275885,31 +149385,6 @@ public static void Color3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275920,31 +149395,6 @@ public static void Color3( [NativeTypeName("GLshort")] short blue ) => Underlying.Value!.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -275952,31 +149402,6 @@ public static void Color3( public static void Color3([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3sv")] [MethodImpl( @@ -275990,31 +149415,6 @@ public static void Color3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ub")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276025,31 +149425,6 @@ public static void Color3( [NativeTypeName("GLubyte")] byte blue ) => Underlying.Value!.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276057,31 +149432,6 @@ public static void Color3( public static void Color3([NativeTypeName("const GLubyte *")] byte* v) => Underlying.Value!.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3ubv")] [MethodImpl( @@ -276095,31 +149445,6 @@ public static void Color3([NativeTypeName("const GLubyte *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276130,31 +149455,6 @@ public static void Color3( [NativeTypeName("GLuint")] uint blue ) => Underlying.Value!.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276162,31 +149462,6 @@ public static void Color3( public static void Color3([NativeTypeName("const GLuint *")] uint* v) => Underlying.Value!.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3uiv")] [MethodImpl( @@ -276200,31 +149475,6 @@ public static void Color3([NativeTypeName("const GLuint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3us")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276235,31 +149485,6 @@ public static void Color3( [NativeTypeName("GLushort")] ushort blue ) => Underlying.Value!.Color3(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3usv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276267,31 +149492,6 @@ public static void Color3( public static void Color3([NativeTypeName("const GLushort *")] ushort* v) => Underlying.Value!.Color3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3usv")] [MethodImpl( @@ -276305,7 +149505,6 @@ public static void Color3([NativeTypeName("const GLushort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor3xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276316,7 +149515,6 @@ public static void Color3XOES( [NativeTypeName("GLfixed")] int blue ) => Underlying.Value!.Color3XOES(red, green, blue); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276324,7 +149522,6 @@ public static void Color3XOES( public static void Color3XOES([NativeTypeName("const GLfixed *")] int* components) => Underlying.Value!.Color3XOES(components); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] [MethodImpl( @@ -276338,31 +149535,6 @@ public static void Color3XOES([NativeTypeName("const GLfixed *")] Ref compo } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4b")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276374,31 +149546,6 @@ public static void Color4( [NativeTypeName("GLbyte")] sbyte alpha ) => Underlying.Value!.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4bv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276406,31 +149553,6 @@ public static void Color4( public static void Color4([NativeTypeName("const GLbyte *")] sbyte* v) => Underlying.Value!.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4bv")] [MethodImpl( @@ -276444,31 +149566,6 @@ public static void Color4([NativeTypeName("const GLbyte *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276480,31 +149577,6 @@ public static void Color4( [NativeTypeName("GLdouble")] double alpha ) => Underlying.Value!.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276512,31 +149584,6 @@ public static void Color4( public static void Color4([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4dv")] [MethodImpl( @@ -276550,32 +149597,6 @@ public static void Color4([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glColor4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276587,7 +149608,6 @@ public static void Color4( [NativeTypeName("GLfloat")] float alpha ) => Underlying.Value!.Color4(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276605,7 +149625,6 @@ public static void Color4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.Color4FNormal3FVertex3SUN(r, g, b, a, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276616,7 +149635,6 @@ public static void Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.Color4FNormal3FVertex3SUN(c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -276636,31 +149654,6 @@ public static void Color4FNormal3FVertex3SUN( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276668,31 +149661,6 @@ public static void Color4FNormal3FVertex3SUN( public static void Color4([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4fv")] [MethodImpl( @@ -276706,7 +149674,6 @@ public static void Color4([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor4hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276718,7 +149685,6 @@ public static void Color4NV( [NativeTypeName("GLhalfNV")] ushort alpha ) => Underlying.Value!.Color4NV(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276726,7 +149692,6 @@ public static void Color4NV( public static void Color4NV([NativeTypeName("const GLhalfNV *")] ushort* v) => Underlying.Value!.Color4NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] [MethodImpl( @@ -276740,31 +149705,6 @@ public static void Color4NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276776,31 +149716,6 @@ public static void Color4( [NativeTypeName("GLint")] int alpha ) => Underlying.Value!.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276808,31 +149723,6 @@ public static void Color4( public static void Color4([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4iv")] [MethodImpl( @@ -276846,31 +149736,6 @@ public static void Color4([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276882,31 +149747,6 @@ public static void Color4( [NativeTypeName("GLshort")] short alpha ) => Underlying.Value!.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276914,31 +149754,6 @@ public static void Color4( public static void Color4([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4sv")] [MethodImpl( @@ -276952,32 +149767,6 @@ public static void Color4([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColor4ub")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -276989,31 +149778,6 @@ public static void Color4( [NativeTypeName("GLubyte")] byte alpha ) => Underlying.Value!.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4ubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277021,31 +149785,6 @@ public static void Color4( public static void Color4([NativeTypeName("const GLubyte *")] byte* v) => Underlying.Value!.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubv")] [MethodImpl( @@ -277059,7 +149798,6 @@ public static void Color4([NativeTypeName("const GLubyte *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277073,7 +149811,6 @@ public static void Color4UbVertex2SUN( [NativeTypeName("GLfloat")] float y ) => Underlying.Value!.Color4UbVertex2SUN(r, g, b, a, x, y); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277083,7 +149820,6 @@ public static void Color4UbVertex2SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.Color4UbVertex2SUN(c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] [MethodImpl( @@ -277101,7 +149837,6 @@ public static void Color4UbVertex2SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277116,7 +149851,6 @@ public static void Color4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.Color4UbVertex3SUN(r, g, b, a, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277126,7 +149860,6 @@ public static void Color4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.Color4UbVertex3SUN(c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] [MethodImpl( @@ -277144,31 +149877,6 @@ public static void Color4UbVertex3SUN( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277180,31 +149888,6 @@ public static void Color4( [NativeTypeName("GLuint")] uint alpha ) => Underlying.Value!.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277212,31 +149895,6 @@ public static void Color4( public static void Color4([NativeTypeName("const GLuint *")] uint* v) => Underlying.Value!.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4uiv")] [MethodImpl( @@ -277250,31 +149908,6 @@ public static void Color4([NativeTypeName("const GLuint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4us")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277286,31 +149919,6 @@ public static void Color4( [NativeTypeName("GLushort")] ushort alpha ) => Underlying.Value!.Color4(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4usv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277318,31 +149926,6 @@ public static void Color4( public static void Color4([NativeTypeName("const GLushort *")] ushort* v) => Underlying.Value!.Color4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4usv")] [MethodImpl( @@ -277356,7 +149939,6 @@ public static void Color4([NativeTypeName("const GLushort *")] Ref v) } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColor4x")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277368,8 +149950,6 @@ public static void Color4X( [NativeTypeName("GLfixed")] int alpha ) => Underlying.Value!.Color4X(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor4xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277381,7 +149961,6 @@ public static void Color4XOES( [NativeTypeName("GLfixed")] int alpha ) => Underlying.Value!.Color4XOES(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277389,7 +149968,6 @@ public static void Color4XOES( public static void Color4XOES([NativeTypeName("const GLfixed *")] int* components) => Underlying.Value!.Color4XOES(components); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] [MethodImpl( @@ -277403,8 +149981,6 @@ public static void Color4XOES([NativeTypeName("const GLfixed *")] Ref compo } } - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277415,8 +149991,6 @@ public static void ColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.ColorFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] [MethodImpl( @@ -277428,7 +150002,6 @@ public static void ColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.ColorFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277444,7 +150017,6 @@ public static void ColorFragmentOp1ATI( ) => Underlying.Value!.ColorFragmentOp1ATI(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] [MethodImpl( @@ -277461,7 +150033,6 @@ public static void ColorFragmentOp1ATI( ) => Underlying.Value!.ColorFragmentOp1ATI(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277491,7 +150062,6 @@ public static void ColorFragmentOp2ATI( arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] [MethodImpl( @@ -277523,7 +150093,6 @@ public static void ColorFragmentOp2ATI( arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277559,7 +150128,6 @@ public static void ColorFragmentOp3ATI( arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] [MethodImpl( @@ -277598,62 +150166,6 @@ public static void ColorFragmentOp3ATI( arg3Mod ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColorMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277665,62 +150177,6 @@ public static void ColorMask( [NativeTypeName("GLboolean")] uint alpha ) => Underlying.Value!.ColorMask(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMask")] [MethodImpl( @@ -277733,40 +150189,6 @@ public static void ColorMask( [NativeTypeName("GLboolean")] MaybeBool alpha ) => Underlying.Value!.ColorMask(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glColorMaski")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277779,40 +150201,6 @@ public static void ColorMask( [NativeTypeName("GLboolean")] uint a ) => Underlying.Value!.ColorMask(index, r, g, b, a); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaski")] [MethodImpl( @@ -277826,7 +150214,6 @@ public static void ColorMask( [NativeTypeName("GLboolean")] MaybeBool a ) => Underlying.Value!.ColorMask(index, r, g, b, a); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277839,7 +150226,6 @@ public static void ColorMaskEXT( [NativeTypeName("GLboolean")] uint a ) => Underlying.Value!.ColorMaskEXT(index, r, g, b, a); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] [MethodImpl( @@ -277853,7 +150239,6 @@ public static void ColorMaskEXT( [NativeTypeName("GLboolean")] MaybeBool a ) => Underlying.Value!.ColorMaskEXT(index, r, g, b, a); - [SupportedApiProfile("gl", ["GL_EXT_draw_buffers2"])] [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277866,7 +150251,6 @@ public static void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] uint a ) => Underlying.Value!.ColorMaskIndexedEXT(index, r, g, b, a); - [SupportedApiProfile("gl", ["GL_EXT_draw_buffers2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] [MethodImpl( @@ -277880,7 +150264,6 @@ public static void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] MaybeBool a ) => Underlying.Value!.ColorMaskIndexedEXT(index, r, g, b, a); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277893,7 +150276,6 @@ public static void ColorMaskOES( [NativeTypeName("GLboolean")] uint a ) => Underlying.Value!.ColorMaskOES(index, r, g, b, a); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] [MethodImpl( @@ -277907,31 +150289,6 @@ public static void ColorMaskOES( [NativeTypeName("GLboolean")] MaybeBool a ) => Underlying.Value!.ColorMaskOES(index, r, g, b, a); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColorMaterial")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277941,31 +150298,6 @@ public static void ColorMaterial( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.ColorMaterial(face, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaterial")] [MethodImpl( @@ -277976,7 +150308,6 @@ public static void ColorMaterial( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.ColorMaterial(face, mode); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -277986,7 +150317,6 @@ public static void ColorP3( [NativeTypeName("GLuint")] uint color ) => Underlying.Value!.ColorP3(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3ui")] [MethodImpl( @@ -277997,45 +150327,41 @@ public static void ColorP3( [NativeTypeName("GLuint")] uint color ) => Underlying.Value!.ColorP3(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ColorP3Uiv( + public static void ColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color - ) => Underlying.Value!.ColorP3Uiv(type, color); + ) => Underlying.Value!.ColorP3uiv(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ColorP3Uiv( + public static void ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ) { fixed (uint* __dsl_color = color) { - ColorP3Uiv((uint)type, __dsl_color); + ColorP3uiv((uint)type, __dsl_color); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ColorP3Uiv( + public static void ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => Underlying.Value!.ColorP3Uiv(type, color); + ) => Underlying.Value!.ColorP3uiv(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278045,7 +150371,6 @@ public static void ColorP4( [NativeTypeName("GLuint")] uint color ) => Underlying.Value!.ColorP4(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4ui")] [MethodImpl( @@ -278056,69 +150381,41 @@ public static void ColorP4( [NativeTypeName("GLuint")] uint color ) => Underlying.Value!.ColorP4(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ColorP4Uiv( + public static void ColorP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color - ) => Underlying.Value!.ColorP4Uiv(type, color); + ) => Underlying.Value!.ColorP4uiv(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ColorP4Uiv( + public static void ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ) { fixed (uint* __dsl_color = color) { - ColorP4Uiv((uint)type, __dsl_color); + ColorP4uiv((uint)type, __dsl_color); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ColorP4Uiv( + public static void ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => Underlying.Value!.ColorP4Uiv(type, color); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + ) => Underlying.Value!.ColorP4uiv(type, color); + [NativeFunction("opengl", EntryPoint = "glColorPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278130,31 +150427,6 @@ public static void ColorPointer( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.ColorPointer(size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointer")] [MethodImpl( @@ -278173,7 +150445,6 @@ public static void ColorPointer( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278186,7 +150457,6 @@ public static void ColorPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.ColorPointerEXT(size, type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] [MethodImpl( @@ -278206,7 +150476,6 @@ public static void ColorPointerEXT( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278219,7 +150488,6 @@ public static void ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => Underlying.Value!.ColorPointerListIBM(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl( @@ -278239,7 +150507,6 @@ public static void ColorPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl( @@ -278256,24 +150523,22 @@ public static Ptr ColorPointerListIBM( return pointer; } - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ColorPointerIntel( + public static void ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer - ) => Underlying.Value!.ColorPointerIntel(size, type, pointer); + ) => Underlying.Value!.ColorPointerINTEL(size, type, pointer); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ColorPointerIntel( + public static void ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer @@ -278281,11 +150546,10 @@ public static void ColorPointerIntel( { fixed (void** __dsl_pointer = pointer) { - ColorPointerIntel(size, (uint)type, __dsl_pointer); + ColorPointerINTEL(size, (uint)type, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorSubTable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278299,7 +150563,6 @@ public static void ColorSubTable( [NativeTypeName("const void *")] void* data ) => Underlying.Value!.ColorSubTable(target, start, count, format, type, data); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorSubTable")] [MethodImpl( @@ -278320,7 +150583,6 @@ public static void ColorSubTable( } } - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278334,7 +150596,6 @@ public static void ColorSubTableEXT( [NativeTypeName("const void *")] void* data ) => Underlying.Value!.ColorSubTableEXT(target, start, count, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] [MethodImpl( @@ -278355,7 +150616,6 @@ public static void ColorSubTableEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278369,7 +150629,6 @@ public static void ColorTable( [NativeTypeName("const void *")] void* table ) => Underlying.Value!.ColorTable(target, internalformat, width, format, type, table); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTable")] [MethodImpl( @@ -278397,7 +150656,6 @@ public static void ColorTable( } } - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278411,7 +150669,6 @@ public static void ColorTableEXT( [NativeTypeName("const void *")] void* table ) => Underlying.Value!.ColorTableEXT(target, internalFormat, width, format, type, table); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] [MethodImpl( @@ -278439,7 +150696,6 @@ public static void ColorTableEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278450,7 +150706,6 @@ public static void ColorTableParameter( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.ColorTableParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] [MethodImpl( @@ -278468,7 +150723,6 @@ public static void ColorTableParameter( } } - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278479,7 +150733,6 @@ public static void ColorTableParameterSGI( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.ColorTableParameterSGI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] [MethodImpl( @@ -278497,7 +150750,6 @@ public static void ColorTableParameterSGI( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278508,7 +150760,6 @@ public static void ColorTableParameter( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.ColorTableParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] [MethodImpl( @@ -278526,7 +150777,6 @@ public static void ColorTableParameter( } } - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278537,7 +150787,6 @@ public static void ColorTableParameterSGI( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.ColorTableParameterSGI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] [MethodImpl( @@ -278555,7 +150804,6 @@ public static void ColorTableParameterSGI( } } - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278569,7 +150817,6 @@ public static void ColorTableSGI( [NativeTypeName("const void *")] void* table ) => Underlying.Value!.ColorTableSGI(target, internalformat, width, format, type, table); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] [MethodImpl( @@ -278597,7 +150844,6 @@ public static void ColorTableSGI( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278619,7 +150865,6 @@ public static void CombinerInputNV( componentUsage ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] [MethodImpl( @@ -278642,7 +150887,6 @@ public static void CombinerInputNV( componentUsage ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278672,7 +150916,6 @@ public static void CombinerOutputNV( muxSum ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] [MethodImpl( @@ -278703,7 +150946,6 @@ public static void CombinerOutputNV( muxSum ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278713,7 +150955,6 @@ public static void CombinerParameterNV( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.CombinerParameterNV(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] [MethodImpl( @@ -278724,7 +150965,6 @@ public static void CombinerParameterNV( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.CombinerParameterNV(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278734,7 +150974,6 @@ public static void CombinerParameterNV( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.CombinerParameterNV(pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] [MethodImpl( @@ -278751,7 +150990,6 @@ public static void CombinerParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278761,7 +150999,6 @@ public static void CombinerParameterNV( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.CombinerParameterNV(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] [MethodImpl( @@ -278772,7 +151009,6 @@ public static void CombinerParameterNV( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.CombinerParameterNV(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278782,7 +151018,6 @@ public static void CombinerParameterNV( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.CombinerParameterNV(pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] [MethodImpl( @@ -278799,7 +151034,6 @@ public static void CombinerParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278810,7 +151044,6 @@ public static void CombinerStageParameterNV( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.CombinerStageParameterNV(stage, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] [MethodImpl( @@ -278828,8 +151061,6 @@ public static void CombinerStageParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCommandListSegmentsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278839,8 +151070,6 @@ public static void CommandListSegmentsNV( [NativeTypeName("GLuint")] uint segments ) => Underlying.Value!.CommandListSegmentsNV(list, segments); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCompileCommandListNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278848,49 +151077,6 @@ public static void CommandListSegmentsNV( public static void CompileCommandListNV([NativeTypeName("GLuint")] uint list) => Underlying.Value!.CompileCommandListNV(list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCompileShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278898,7 +151084,6 @@ public static void CompileCommandListNV([NativeTypeName("GLuint")] uint list) => public static void CompileShader([NativeTypeName("GLuint")] uint shader) => Underlying.Value!.CompileShader(shader); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCompileShaderARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278906,8 +151091,6 @@ public static void CompileShader([NativeTypeName("GLuint")] uint shader) => public static void CompileShaderARB([NativeTypeName("GLhandleARB")] uint shaderObj) => Underlying.Value!.CompileShaderARB(shaderObj); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278919,8 +151102,6 @@ public static void CompileShaderIncludeARB( [NativeTypeName("const GLint *")] int* length ) => Underlying.Value!.CompileShaderIncludeARB(shader, count, path, length); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] [MethodImpl( @@ -278940,8 +151121,6 @@ public static void CompileShaderIncludeARB( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -278967,8 +151146,6 @@ public static void CompressedMultiTexImage1DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] [MethodImpl( @@ -279000,8 +151177,6 @@ public static void CompressedMultiTexImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -279029,8 +151204,6 @@ public static void CompressedMultiTexImage2DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] [MethodImpl( @@ -279064,8 +151237,6 @@ public static void CompressedMultiTexImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -279095,8 +151266,6 @@ public static void CompressedMultiTexImage3DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] [MethodImpl( @@ -279132,8 +151301,6 @@ public static void CompressedMultiTexImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -279159,8 +151326,6 @@ public static void CompressedMultiTexSubImage1DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] [MethodImpl( @@ -279192,8 +151357,6 @@ public static void CompressedMultiTexSubImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -279223,8 +151386,6 @@ public static void CompressedMultiTexSubImage2DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] [MethodImpl( @@ -279260,8 +151421,6 @@ public static void CompressedMultiTexSubImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -279295,8 +151454,6 @@ public static void CompressedMultiTexSubImage3DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] [MethodImpl( @@ -279336,50 +151493,6 @@ public static void CompressedMultiTexSubImage3DEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -279403,50 +151516,6 @@ public static void CompressedTexImage1D( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] [MethodImpl( @@ -279476,7 +151545,6 @@ public static void CompressedTexImage1D( } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -279500,7 +151568,6 @@ public static void CompressedTexImage1DARB( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] [MethodImpl( @@ -279530,56 +151597,6 @@ public static void CompressedTexImage1DARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -279605,56 +151622,6 @@ public static void CompressedTexImage2D( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] [MethodImpl( @@ -279686,7 +151653,6 @@ public static void CompressedTexImage2D( } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -279712,7 +151678,6 @@ public static void CompressedTexImage2DARB( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] [MethodImpl( @@ -279744,50 +151709,6 @@ public static void CompressedTexImage2DARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -279815,50 +151736,6 @@ public static void CompressedTexImage3D( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] [MethodImpl( @@ -279892,7 +151769,6 @@ public static void CompressedTexImage3D( } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -279920,7 +151796,6 @@ public static void CompressedTexImage3DARB( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] [MethodImpl( @@ -279954,7 +151829,6 @@ public static void CompressedTexImage3DARB( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -279982,7 +151856,6 @@ public static void CompressedTexImage3DOES( data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] [MethodImpl( @@ -280016,50 +151889,6 @@ public static void CompressedTexImage3DOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -280083,50 +151912,6 @@ public static void CompressedTexSubImage1D( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] [MethodImpl( @@ -280156,7 +151941,6 @@ public static void CompressedTexSubImage1D( } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -280180,7 +151964,6 @@ public static void CompressedTexSubImage1DARB( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] [MethodImpl( @@ -280210,56 +151993,6 @@ public static void CompressedTexSubImage1DARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -280287,56 +152020,6 @@ public static void CompressedTexSubImage2D( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] [MethodImpl( @@ -280370,7 +152053,6 @@ public static void CompressedTexSubImage2D( } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -280398,7 +152080,6 @@ public static void CompressedTexSubImage2DARB( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] [MethodImpl( @@ -280432,50 +152113,6 @@ public static void CompressedTexSubImage2DARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -280507,50 +152144,6 @@ public static void CompressedTexSubImage3D( data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] [MethodImpl( @@ -280588,7 +152181,6 @@ public static void CompressedTexSubImage3D( } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -280620,7 +152212,6 @@ public static void CompressedTexSubImage3DARB( data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] [MethodImpl( @@ -280658,7 +152249,6 @@ public static void CompressedTexSubImage3DARB( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -280690,7 +152280,6 @@ public static void CompressedTexSubImage3DOES( data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] [MethodImpl( @@ -280728,8 +152317,6 @@ public static void CompressedTexSubImage3DOES( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -280755,8 +152342,6 @@ public static void CompressedTextureImage1DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] [MethodImpl( @@ -280788,8 +152373,6 @@ public static void CompressedTextureImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -280817,8 +152400,6 @@ public static void CompressedTextureImage2DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] [MethodImpl( @@ -280852,8 +152433,6 @@ public static void CompressedTextureImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -280883,8 +152462,6 @@ public static void CompressedTextureImage3DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] [MethodImpl( @@ -280920,16 +152497,6 @@ public static void CompressedTextureImage3DEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -280953,16 +152520,6 @@ public static void CompressedTextureSubImage1D( data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] [MethodImpl( @@ -280992,8 +152549,6 @@ public static void CompressedTextureSubImage1D( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281019,8 +152574,6 @@ public static void CompressedTextureSubImage1DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] [MethodImpl( @@ -281052,16 +152605,6 @@ public static void CompressedTextureSubImage1DEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281089,16 +152632,6 @@ public static void CompressedTextureSubImage2D( data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] [MethodImpl( @@ -281132,8 +152665,6 @@ public static void CompressedTextureSubImage2D( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281163,8 +152694,6 @@ public static void CompressedTextureSubImage2DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] [MethodImpl( @@ -281200,16 +152729,6 @@ public static void CompressedTextureSubImage2DEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281241,16 +152760,6 @@ public static void CompressedTextureSubImage3D( data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] [MethodImpl( @@ -281288,8 +152797,6 @@ public static void CompressedTextureSubImage3D( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281323,8 +152830,6 @@ public static void CompressedTextureSubImage3DEXT( bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] [MethodImpl( @@ -281364,8 +152869,6 @@ public static void CompressedTextureSubImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_NV_conservative_raster_dilate"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster_dilate"])] [NativeFunction("opengl", EntryPoint = "glConservativeRasterParameterfNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281375,9 +152878,6 @@ public static void ConservativeRasterParameterNV( [NativeTypeName("GLfloat")] float value ) => Underlying.Value!.ConservativeRasterParameterNV(pname, value); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster_pre_snap_triangles"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster_pre_snap_triangles"])] - [SupportedApiProfile("gles2", ["GL_NV_conservative_raster_pre_snap_triangles"])] [NativeFunction("opengl", EntryPoint = "glConservativeRasterParameteriNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281387,7 +152887,6 @@ public static void ConservativeRasterParameterNV( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.ConservativeRasterParameterNV(pname, param1); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281409,7 +152908,6 @@ public static void ConvolutionFilter1D( image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] [MethodImpl( @@ -281437,7 +152935,6 @@ public static void ConvolutionFilter1D( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281459,7 +152956,6 @@ public static void ConvolutionFilter1DEXT( image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] [MethodImpl( @@ -281487,7 +152983,6 @@ public static void ConvolutionFilter1DEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281511,7 +153006,6 @@ public static void ConvolutionFilter2D( image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] [MethodImpl( @@ -281541,7 +153035,6 @@ public static void ConvolutionFilter2D( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281565,7 +153058,6 @@ public static void ConvolutionFilter2DEXT( image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] [MethodImpl( @@ -281595,7 +153087,6 @@ public static void ConvolutionFilter2DEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281606,7 +153097,6 @@ public static void ConvolutionParameter( [NativeTypeName("GLfloat")] float @params ) => Underlying.Value!.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] [MethodImpl( @@ -281618,7 +153108,6 @@ public static void ConvolutionParameter( [NativeTypeName("GLfloat")] float @params ) => Underlying.Value!.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281629,7 +153118,6 @@ public static void ConvolutionParameterEXT( [NativeTypeName("GLfloat")] float @params ) => Underlying.Value!.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] [MethodImpl( @@ -281641,7 +153129,6 @@ public static void ConvolutionParameterEXT( [NativeTypeName("GLfloat")] float @params ) => Underlying.Value!.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281652,7 +153139,6 @@ public static void ConvolutionParameter( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] [MethodImpl( @@ -281670,7 +153156,6 @@ public static void ConvolutionParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281681,7 +153166,6 @@ public static void ConvolutionParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] [MethodImpl( @@ -281699,7 +153183,6 @@ public static void ConvolutionParameterEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281710,7 +153193,6 @@ public static void ConvolutionParameter( [NativeTypeName("GLint")] int @params ) => Underlying.Value!.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] [MethodImpl( @@ -281722,7 +153204,6 @@ public static void ConvolutionParameter( [NativeTypeName("GLint")] int @params ) => Underlying.Value!.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281733,7 +153214,6 @@ public static void ConvolutionParameterEXT( [NativeTypeName("GLint")] int @params ) => Underlying.Value!.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] [MethodImpl( @@ -281745,7 +153225,6 @@ public static void ConvolutionParameterEXT( [NativeTypeName("GLint")] int @params ) => Underlying.Value!.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281756,7 +153235,6 @@ public static void ConvolutionParameter( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.ConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] [MethodImpl( @@ -281774,7 +153252,6 @@ public static void ConvolutionParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281785,7 +153262,6 @@ public static void ConvolutionParameterEXT( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.ConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] [MethodImpl( @@ -281803,7 +153279,6 @@ public static void ConvolutionParameterEXT( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281814,7 +153289,6 @@ public static void ConvolutionParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.ConvolutionParameterxOES(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] [MethodImpl( @@ -281826,7 +153300,6 @@ public static void ConvolutionParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.ConvolutionParameterxOES(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281837,7 +153310,6 @@ public static void ConvolutionParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ) => Underlying.Value!.ConvolutionParameterxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] [MethodImpl( @@ -281855,40 +153327,6 @@ public static void ConvolutionParameterxOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281908,40 +153346,6 @@ public static void CopyBufferSubData( size ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] [MethodImpl( @@ -281962,7 +153366,6 @@ public static void CopyBufferSubData( size ); - [SupportedApiProfile("gles2", ["GL_NV_copy_buffer"])] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -281982,7 +153385,6 @@ public static void CopyBufferSubDataNV( size ); - [SupportedApiProfile("gles2", ["GL_NV_copy_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] [MethodImpl( @@ -282003,7 +153405,6 @@ public static void CopyBufferSubDataNV( size ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282016,7 +153417,6 @@ public static void CopyColorSubTable( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyColorSubTable(target, start, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] [MethodImpl( @@ -282030,7 +153430,6 @@ public static void CopyColorSubTable( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyColorSubTable(target, start, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282043,7 +153442,6 @@ public static void CopyColorSubTableEXT( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyColorSubTableEXT(target, start, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] [MethodImpl( @@ -282057,7 +153455,6 @@ public static void CopyColorSubTableEXT( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyColorSubTableEXT(target, start, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282070,7 +153467,6 @@ public static void CopyColorTable( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyColorTable(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] [MethodImpl( @@ -282084,7 +153480,6 @@ public static void CopyColorTable( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyColorTable(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282097,7 +153492,6 @@ public static void CopyColorTableSGI( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyColorTableSGI(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] [MethodImpl( @@ -282111,7 +153505,6 @@ public static void CopyColorTableSGI( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyColorTableSGI(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282124,7 +153517,6 @@ public static void CopyConvolutionFilter1D( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyConvolutionFilter1D(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] [MethodImpl( @@ -282138,7 +153530,6 @@ public static void CopyConvolutionFilter1D( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyConvolutionFilter1D(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282151,7 +153542,6 @@ public static void CopyConvolutionFilter1DEXT( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyConvolutionFilter1DEXT(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] [MethodImpl( @@ -282165,7 +153555,6 @@ public static void CopyConvolutionFilter1DEXT( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyConvolutionFilter1DEXT(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282179,7 +153568,6 @@ public static void CopyConvolutionFilter2D( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.CopyConvolutionFilter2D(target, internalformat, x, y, width, height); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] [MethodImpl( @@ -282194,7 +153582,6 @@ public static void CopyConvolutionFilter2D( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.CopyConvolutionFilter2D(target, internalformat, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282216,7 +153603,6 @@ public static void CopyConvolutionFilter2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] [MethodImpl( @@ -282239,28 +153625,6 @@ public static void CopyConvolutionFilter2DEXT( height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282300,28 +153664,6 @@ public static void CopyImageSubData( srcDepth ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] [MethodImpl( @@ -282362,7 +153704,6 @@ public static void CopyImageSubData( srcDepth ); - [SupportedApiProfile("gles2", ["GL_EXT_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282402,7 +153743,6 @@ public static void CopyImageSubDataEXT( srcDepth ); - [SupportedApiProfile("gles2", ["GL_EXT_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] [MethodImpl( @@ -282443,7 +153783,6 @@ public static void CopyImageSubDataEXT( srcDepth ); - [SupportedApiProfile("gl", ["GL_NV_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282483,7 +153822,6 @@ public static void CopyImageSubDataNV( depth ); - [SupportedApiProfile("gl", ["GL_NV_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] [MethodImpl( @@ -282524,7 +153862,6 @@ public static void CopyImageSubDataNV( depth ); - [SupportedApiProfile("gles2", ["GL_OES_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282564,7 +153901,6 @@ public static void CopyImageSubDataOES( srcDepth ); - [SupportedApiProfile("gles2", ["GL_OES_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] [MethodImpl( @@ -282605,8 +153941,6 @@ public static void CopyImageSubDataOES( srcDepth ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282632,8 +153966,6 @@ public static void CopyMultiTexImage1DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] [MethodImpl( @@ -282660,8 +153992,6 @@ public static void CopyMultiTexImage1DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282689,8 +154019,6 @@ public static void CopyMultiTexImage2DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] [MethodImpl( @@ -282719,8 +154047,6 @@ public static void CopyMultiTexImage2DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282744,8 +154070,6 @@ public static void CopyMultiTexSubImage1DEXT( width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] [MethodImpl( @@ -282770,8 +154094,6 @@ public static void CopyMultiTexSubImage1DEXT( width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282799,8 +154121,6 @@ public static void CopyMultiTexSubImage2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] [MethodImpl( @@ -282829,8 +154149,6 @@ public static void CopyMultiTexSubImage2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282860,8 +154178,6 @@ public static void CopyMultiTexSubImage3DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] [MethodImpl( @@ -282892,16 +154208,6 @@ public static void CopyMultiTexSubImage3DEXT( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyNamedBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282921,9 +154227,6 @@ public static void CopyNamedBufferSubData( size ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCopyPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282933,31 +154236,6 @@ public static void CopyPathNV( [NativeTypeName("GLuint")] uint srcPath ) => Underlying.Value!.CopyPathNV(resultPath, srcPath); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCopyPixels")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -282970,31 +154248,6 @@ public static void CopyPixels( [NativeTypeName("GLenum")] uint type ) => Underlying.Value!.CopyPixels(x, y, width, height, type); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyPixels")] [MethodImpl( @@ -283008,54 +154261,6 @@ public static void CopyPixels( [NativeTypeName("GLenum")] Constant type ) => Underlying.Value!.CopyPixels(x, y, width, height, type); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -283070,54 +154275,6 @@ public static void CopyTexImage1D( [NativeTypeName("GLint")] int border ) => Underlying.Value!.CopyTexImage1D(target, level, internalformat, x, y, width, border); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] [MethodImpl( @@ -283133,7 +154290,6 @@ public static void CopyTexImage1D( [NativeTypeName("GLint")] int border ) => Underlying.Value!.CopyTexImage1D(target, level, internalformat, x, y, width, border); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -283149,7 +154305,6 @@ public static void CopyTexImage1DEXT( ) => Underlying.Value!.CopyTexImage1DEXT(target, level, internalformat, x, y, width, border); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] [MethodImpl( @@ -283166,60 +154321,6 @@ public static void CopyTexImage1DEXT( ) => Underlying.Value!.CopyTexImage1DEXT(target, level, internalformat, x, y, width, border); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -283245,60 +154346,6 @@ public static void CopyTexImage2D( border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] [MethodImpl( @@ -283325,7 +154372,6 @@ public static void CopyTexImage2D( border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -283351,7 +154397,6 @@ public static void CopyTexImage2DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] [MethodImpl( @@ -283378,54 +154423,6 @@ public static void CopyTexImage2DEXT( border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -283439,54 +154436,6 @@ public static void CopyTexSubImage1D( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyTexSubImage1D(target, level, xoffset, x, y, width); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] [MethodImpl( @@ -283501,7 +154450,6 @@ public static void CopyTexSubImage1D( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyTexSubImage1D(target, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -283515,7 +154463,6 @@ public static void CopyTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyTexSubImage1DEXT(target, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] [MethodImpl( @@ -283530,60 +154477,6 @@ public static void CopyTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyTexSubImage1DEXT(target, level, xoffset, x, y, width); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -283609,60 +154502,6 @@ public static void CopyTexSubImage2D( height ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] [MethodImpl( @@ -283689,7 +154528,6 @@ public static void CopyTexSubImage2D( height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -283715,7 +154553,6 @@ public static void CopyTexSubImage2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] [MethodImpl( @@ -283742,52 +154579,6 @@ public static void CopyTexSubImage2DEXT( height ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -283815,52 +154606,6 @@ public static void CopyTexSubImage3D( height ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] [MethodImpl( @@ -283889,7 +154634,6 @@ public static void CopyTexSubImage3D( height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -283917,7 +154661,6 @@ public static void CopyTexSubImage3DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] [MethodImpl( @@ -283946,7 +154689,6 @@ public static void CopyTexSubImage3DEXT( height ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -283974,8 +154716,6 @@ public static void CopyTexSubImage3DOES( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284001,8 +154741,6 @@ public static void CopyTextureImage1DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] [MethodImpl( @@ -284029,8 +154767,6 @@ public static void CopyTextureImage1DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284058,8 +154794,6 @@ public static void CopyTextureImage2DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] [MethodImpl( @@ -284088,35 +154822,23 @@ public static void CopyTextureImage2DEXT( border ); - [SupportedApiProfile("gles2", ["GL_APPLE_copy_texture_levels"])] - [SupportedApiProfile("gles1", ["GL_APPLE_copy_texture_levels"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureLevelsAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void CopyTextureLevelApple( + public static void CopyTextureLevelAPPLE( [NativeTypeName("GLuint")] uint destinationTexture, [NativeTypeName("GLuint")] uint sourceTexture, [NativeTypeName("GLint")] int sourceBaseLevel, [NativeTypeName("GLsizei")] uint sourceLevelCount ) => - Underlying.Value!.CopyTextureLevelApple( + Underlying.Value!.CopyTextureLevelAPPLE( destinationTexture, sourceTexture, sourceBaseLevel, sourceLevelCount ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284130,8 +154852,6 @@ public static void CopyTextureSubImage1D( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.CopyTextureSubImage1D(texture, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284155,8 +154875,6 @@ public static void CopyTextureSubImage1DEXT( width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] [MethodImpl( @@ -284181,16 +154899,6 @@ public static void CopyTextureSubImage1DEXT( width ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284216,8 +154924,6 @@ public static void CopyTextureSubImage2D( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284245,8 +154951,6 @@ public static void CopyTextureSubImage2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] [MethodImpl( @@ -284275,16 +154979,6 @@ public static void CopyTextureSubImage2DEXT( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284312,8 +155006,6 @@ public static void CopyTextureSubImage3D( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284343,8 +155035,6 @@ public static void CopyTextureSubImage3DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] [MethodImpl( @@ -284375,7 +155065,6 @@ public static void CopyTextureSubImage3DEXT( height ); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284383,7 +155072,6 @@ public static void CopyTextureSubImage3DEXT( public static void CoverageMaskNV([NativeTypeName("GLboolean")] uint mask) => Underlying.Value!.CoverageMaskNV(mask); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] [MethodImpl( @@ -284392,9 +155080,6 @@ public static void CoverageMaskNV([NativeTypeName("GLboolean")] uint mask) => public static void CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask) => Underlying.Value!.CoverageMaskNV(mask); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glCoverageModulationNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284402,9 +155087,6 @@ public static void CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool public static void CoverageModulationNV([NativeTypeName("GLenum")] uint components) => Underlying.Value!.CoverageModulationNV(components); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284414,9 +155096,6 @@ public static void CoverageModulationTableNV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.CoverageModulationTableNV(n, v); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl( @@ -284433,9 +155112,6 @@ public static void CoverageModulationTableNV( } } - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl( @@ -284444,7 +155120,6 @@ public static void CoverageModulationTableNV( public static void CoverageModulationTableNV([NativeTypeName("const GLfloat *")] float v) => Underlying.Value!.CoverageModulationTableNV(v); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [NativeFunction("opengl", EntryPoint = "glCoverageOperationNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284452,9 +155127,6 @@ public static void CoverageModulationTableNV([NativeTypeName("const GLfloat *")] public static void CoverageOperationNV([NativeTypeName("GLenum")] uint operation) => Underlying.Value!.CoverageOperationNV(operation); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284478,9 +155150,6 @@ public static void CoverFillPathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] [MethodImpl( @@ -284511,9 +155180,6 @@ public static void CoverFillPathInstancedNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284523,9 +155189,6 @@ public static void CoverFillPathNV( [NativeTypeName("GLenum")] uint coverMode ) => Underlying.Value!.CoverFillPathNV(path, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] [MethodImpl( @@ -284536,9 +155199,6 @@ public static void CoverFillPathNV( [NativeTypeName("GLenum")] Constant coverMode ) => Underlying.Value!.CoverFillPathNV(path, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284562,9 +155222,6 @@ public static void CoverStrokePathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] [MethodImpl( @@ -284595,9 +155252,6 @@ public static void CoverStrokePathInstancedNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284607,9 +155261,6 @@ public static void CoverStrokePathNV( [NativeTypeName("GLenum")] uint coverMode ) => Underlying.Value!.CoverStrokePathNV(path, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] [MethodImpl( @@ -284620,16 +155271,6 @@ public static void CoverStrokePathNV( [NativeTypeName("GLenum")] Constant coverMode ) => Underlying.Value!.CoverStrokePathNV(path, coverMode); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl( @@ -284642,16 +155283,6 @@ public static uint CreateBuffer() return buffers; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284661,16 +155292,6 @@ public static void CreateBuffers( [NativeTypeName("GLuint *")] uint* buffers ) => Underlying.Value!.CreateBuffers(n, buffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl( @@ -284687,8 +155308,6 @@ public static void CreateBuffers( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284698,8 +155317,6 @@ public static void CreateCommandListsNV( [NativeTypeName("GLuint *")] uint* lists ) => Underlying.Value!.CreateCommandListsNV(n, lists); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl( @@ -284716,8 +155333,6 @@ public static void CreateCommandListsNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl( @@ -284730,16 +155345,6 @@ public static uint CreateCommandListsNV() return lists; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl( @@ -284752,16 +155357,6 @@ public static uint CreateFramebuffer() return framebuffers; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284771,16 +155366,6 @@ public static void CreateFramebuffers( [NativeTypeName("GLuint *")] uint* framebuffers ) => Underlying.Value!.CreateFramebuffers(n, framebuffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl( @@ -284797,8 +155382,6 @@ public static void CreateFramebuffers( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284808,8 +155391,6 @@ public static void CreateMemoryObjectsEXT( [NativeTypeName("GLuint *")] uint* memoryObjects ) => Underlying.Value!.CreateMemoryObjectsEXT(n, memoryObjects); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl( @@ -284826,8 +155407,6 @@ public static void CreateMemoryObjectsEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl( @@ -284840,96 +155419,44 @@ public static uint CreateMemoryObjectsEXT() return memoryObjects; } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void CreatePerfQueryIntel( + public static void CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* queryHandle - ) => Underlying.Value!.CreatePerfQueryIntel(queryId, queryHandle); + ) => Underlying.Value!.CreatePerfQueryINTEL(queryId, queryHandle); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void CreatePerfQueryIntel( + public static void CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref queryHandle ) { fixed (uint* __dsl_queryHandle = queryHandle) { - CreatePerfQueryIntel(queryId, __dsl_queryHandle); + CreatePerfQueryINTEL(queryId, __dsl_queryHandle); } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint CreatePerfQueryIntel() + public static uint CreatePerfQueryINTEL() { uint queryHandle = default; - CreatePerfQueryIntel(1, (uint*)&queryHandle); + CreatePerfQueryINTEL(1, (uint*)&queryHandle); return queryHandle; } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCreateProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284937,23 +155464,12 @@ public static uint CreatePerfQueryIntel() public static uint CreateProgram() => Underlying.Value!.CreateProgram(); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateProgramObjectARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static uint CreateProgramObjectARB() => Underlying.Value!.CreateProgramObjectARB(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl( @@ -284966,16 +155482,6 @@ public static uint CreateProgramPipeline() return pipelines; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -284985,16 +155491,6 @@ public static void CreateProgramPipelines( [NativeTypeName("GLuint *")] uint* pipelines ) => Underlying.Value!.CreateProgramPipelines(n, pipelines); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl( @@ -285012,23 +155508,12 @@ public static void CreateProgramPipelines( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glCreateProgressFenceNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static uint CreateProgressFenceNVX() => Underlying.Value!.CreateProgressFenceNVX(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285039,16 +155524,6 @@ public static void CreateQueries( [NativeTypeName("GLuint *")] uint* ids ) => Underlying.Value!.CreateQueries(target, n, ids); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] [MethodImpl( @@ -285066,16 +155541,6 @@ public static void CreateQueries( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] [MethodImpl( @@ -285090,16 +155555,6 @@ public static uint CreateQuery( return ids; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl( @@ -285112,16 +155567,6 @@ public static uint CreateRenderbuffer() return renderbuffers; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285131,16 +155576,6 @@ public static void CreateRenderbuffers( [NativeTypeName("GLuint *")] uint* renderbuffers ) => Underlying.Value!.CreateRenderbuffers(n, renderbuffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl( @@ -285157,16 +155592,6 @@ public static void CreateRenderbuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl( @@ -285179,16 +155604,6 @@ public static uint CreateSampler() return samplers; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285198,16 +155613,6 @@ public static void CreateSamplers( [NativeTypeName("GLuint *")] uint* samplers ) => Underlying.Value!.CreateSamplers(n, samplers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl( @@ -285224,8 +155629,6 @@ public static void CreateSamplers( } } - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285235,8 +155638,6 @@ public static void CreateSemaphoresNV( [NativeTypeName("GLuint *")] uint* semaphores ) => Underlying.Value!.CreateSemaphoresNV(n, semaphores); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl( @@ -285253,8 +155654,6 @@ public static void CreateSemaphoresNV( } } - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl( @@ -285268,49 +155667,6 @@ public static uint CreateSemaphoresNV() } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCreateShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285319,49 +155675,6 @@ public static uint CreateShader([NativeTypeName("GLenum")] uint type) => Underlying.Value!.CreateShader(type); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShader")] [MethodImpl( @@ -285372,7 +155685,6 @@ public static uint CreateShader( ) => Underlying.Value!.CreateShader(type); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285381,7 +155693,6 @@ public static uint CreateShaderObjectARB([NativeTypeName("GLenum")] uint shaderT Underlying.Value!.CreateShaderObjectARB(shaderType); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] [MethodImpl( @@ -285392,8 +155703,6 @@ public static uint CreateShaderObjectARB( ) => Underlying.Value!.CreateShaderObjectARB(shaderType); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285404,8 +155713,6 @@ public static uint CreateShaderProgramEXT( ) => Underlying.Value!.CreateShaderProgramEXT(type, @string); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] [MethodImpl( @@ -285423,32 +155730,6 @@ public static uint CreateShaderProgramEXT( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285460,32 +155741,6 @@ public static uint CreateShaderProgram( ) => Underlying.Value!.CreateShaderProgram(type, count, strings); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] [MethodImpl( @@ -285504,7 +155759,6 @@ public static uint CreateShaderProgram( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285516,7 +155770,6 @@ public static uint CreateShaderProgramEXT( ) => Underlying.Value!.CreateShaderProgramEXT(type, count, strings); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] [MethodImpl( @@ -285534,8 +155787,6 @@ public static uint CreateShaderProgramEXT( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285545,8 +155796,6 @@ public static void CreateStatesNV( [NativeTypeName("GLuint *")] uint* states ) => Underlying.Value!.CreateStatesNV(n, states); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl( @@ -285563,8 +155812,6 @@ public static void CreateStatesNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl( @@ -285578,8 +155825,6 @@ public static uint CreateStatesNV() } [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_ARB_cl_event"])] - [SupportedApiProfile("glcore", ["GL_ARB_cl_event"])] [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285591,8 +155836,6 @@ public static uint CreateStatesNV() ) => Underlying.Value!.CreateSyncFromCLeventARB(context, @event, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_ARB_cl_event"])] - [SupportedApiProfile("glcore", ["GL_ARB_cl_event"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] [MethodImpl( @@ -285611,16 +155854,6 @@ public static Ptr CreateSyncFromCLeventARB( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] [MethodImpl( @@ -285635,16 +155868,6 @@ public static uint CreateTexture( return textures; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285655,16 +155878,6 @@ public static void CreateTextures( [NativeTypeName("GLuint *")] uint* textures ) => Underlying.Value!.CreateTextures(target, n, textures); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] [MethodImpl( @@ -285682,16 +155895,6 @@ public static void CreateTextures( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl( @@ -285704,16 +155907,6 @@ public static uint CreateTransformFeedback() return ids; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285723,16 +155916,6 @@ public static void CreateTransformFeedbacks( [NativeTypeName("GLuint *")] uint* ids ) => Underlying.Value!.CreateTransformFeedbacks(n, ids); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl( @@ -285749,16 +155932,6 @@ public static void CreateTransformFeedbacks( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl( @@ -285771,16 +155944,6 @@ public static uint CreateVertexArray() return arrays; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285790,16 +155953,6 @@ public static void CreateVertexArrays( [NativeTypeName("GLuint *")] uint* arrays ) => Underlying.Value!.CreateVertexArrays(n, arrays); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl( @@ -285816,62 +155969,6 @@ public static void CreateVertexArrays( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCullFace")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285879,62 +155976,6 @@ public static void CreateVertexArrays( public static void CullFace([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.CullFace(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullFace")] [MethodImpl( @@ -285944,7 +155985,6 @@ public static void CullFace( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.CullFace(mode); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285954,7 +155994,6 @@ public static void CullParameterEXT( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.CullParameterEXT(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] [MethodImpl( @@ -285971,7 +156010,6 @@ public static void CullParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -285981,7 +156019,6 @@ public static void CullParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.CullParameterEXT(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] [MethodImpl( @@ -285998,7 +156035,6 @@ public static void CullParameterEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glCurrentPaletteMatrixARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286006,7 +156042,6 @@ public static void CullParameterEXT( public static void CurrentPaletteMatrixARB([NativeTypeName("GLint")] int index) => Underlying.Value!.CurrentPaletteMatrixARB(index); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glCurrentPaletteMatrixOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286015,28 +156050,6 @@ public static void CurrentPaletteMatrixOES( [NativeTypeName("GLuint")] uint matrixpaletteindex ) => Underlying.Value!.CurrentPaletteMatrixOES(matrixpaletteindex); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286047,28 +156060,6 @@ public static void DebugMessageCallback( [NativeTypeName("const void *")] void* userParam ) => Underlying.Value!.DebugMessageCallback(callback, userParam); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] [MethodImpl( @@ -286086,7 +156077,6 @@ public static void DebugMessageCallback( } } - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286097,7 +156087,6 @@ public static void DebugMessageCallbackAMD( void* userParam ) => Underlying.Value!.DebugMessageCallbackAMD(callback, userParam); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] [MethodImpl( @@ -286115,8 +156104,6 @@ Ref userParam } } - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286127,8 +156114,6 @@ public static void DebugMessageCallbackARB( [NativeTypeName("const void *")] void* userParam ) => Underlying.Value!.DebugMessageCallbackARB(callback, userParam); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] [MethodImpl( @@ -286146,7 +156131,6 @@ public static void DebugMessageCallbackARB( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286157,7 +156141,6 @@ public static void DebugMessageCallbackKHR( [NativeTypeName("const void *")] void* userParam ) => Underlying.Value!.DebugMessageCallbackKHR(callback, userParam); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] [MethodImpl( @@ -286175,28 +156158,6 @@ public static void DebugMessageCallbackKHR( } } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286210,28 +156171,6 @@ public static void DebugMessageControl( [NativeTypeName("GLboolean")] uint enabled ) => Underlying.Value!.DebugMessageControl(source, type, severity, count, ids, enabled); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl( @@ -286259,28 +156198,6 @@ public static void DebugMessageControl( } } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl( @@ -286294,8 +156211,6 @@ public static void DebugMessageControl( [NativeTypeName("GLboolean")] MaybeBool enabled ) => Underlying.Value!.DebugMessageControl(source, type, severity, ids, enabled); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286309,8 +156224,6 @@ public static void DebugMessageControlARB( [NativeTypeName("GLboolean")] uint enabled ) => Underlying.Value!.DebugMessageControlARB(source, type, severity, count, ids, enabled); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl( @@ -286338,8 +156251,6 @@ public static void DebugMessageControlARB( } } - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl( @@ -286353,7 +156264,6 @@ public static void DebugMessageControlARB( [NativeTypeName("GLboolean")] MaybeBool enabled ) => Underlying.Value!.DebugMessageControlARB(source, type, severity, ids, enabled); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286367,7 +156277,6 @@ public static void DebugMessageControlKHR( [NativeTypeName("GLboolean")] uint enabled ) => Underlying.Value!.DebugMessageControlKHR(source, type, severity, count, ids, enabled); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] [MethodImpl( @@ -286395,7 +156304,6 @@ public static void DebugMessageControlKHR( } } - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286408,7 +156316,6 @@ public static void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] uint enabled ) => Underlying.Value!.DebugMessageEnableAMD(category, severity, count, ids, enabled); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl( @@ -286428,7 +156335,6 @@ public static void DebugMessageEnableAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl( @@ -286441,28 +156347,6 @@ public static void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] MaybeBool enabled ) => Underlying.Value!.DebugMessageEnableAMD(category, severity, ids, enabled); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286476,28 +156360,6 @@ public static void DebugMessageInsert( [NativeTypeName("const GLchar *")] sbyte* buf ) => Underlying.Value!.DebugMessageInsert(source, type, id, severity, length, buf); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] [MethodImpl( @@ -286518,7 +156380,6 @@ public static void DebugMessageInsert( } } - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286531,7 +156392,6 @@ public static void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] sbyte* buf ) => Underlying.Value!.DebugMessageInsertAMD(category, severity, id, length, buf); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl( @@ -286551,7 +156411,6 @@ public static void DebugMessageInsertAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl( @@ -286564,8 +156423,6 @@ public static void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] sbyte buf ) => Underlying.Value!.DebugMessageInsertAMD(category, severity, id, buf); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286579,8 +156436,6 @@ public static void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] sbyte* buf ) => Underlying.Value!.DebugMessageInsertARB(source, type, id, severity, length, buf); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl( @@ -286608,8 +156463,6 @@ public static void DebugMessageInsertARB( } } - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl( @@ -286623,7 +156476,6 @@ public static void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] sbyte buf ) => Underlying.Value!.DebugMessageInsertARB(source, type, id, severity, buf); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286637,7 +156489,6 @@ public static void DebugMessageInsertKHR( [NativeTypeName("const GLchar *")] sbyte* buf ) => Underlying.Value!.DebugMessageInsertKHR(source, type, id, severity, length, buf); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] [MethodImpl( @@ -286665,7 +156516,6 @@ public static void DebugMessageInsertKHR( } } - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286703,7 +156553,6 @@ public static void DeformationMap3SGIX( points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] [MethodImpl( @@ -286747,7 +156596,6 @@ public static void DeformationMap3SGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286785,7 +156633,6 @@ public static void DeformationMap3SGIX( points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] [MethodImpl( @@ -286829,7 +156676,6 @@ public static void DeformationMap3SGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286837,7 +156683,6 @@ public static void DeformationMap3SGIX( public static void DeformSGIX([NativeTypeName("GLbitfield")] uint mask) => Underlying.Value!.DeformSGIX(mask); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] [MethodImpl( @@ -286847,7 +156692,6 @@ public static void DeformSGIX( [NativeTypeName("GLbitfield")] Constant mask ) => Underlying.Value!.DeformSGIX(mask); - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glDeleteAsyncMarkersSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286857,52 +156701,6 @@ public static void DeleteAsyncMarkersSGIX( [NativeTypeName("GLsizei")] uint range ) => Underlying.Value!.DeleteAsyncMarkersSGIX(marker, range); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl( @@ -286911,52 +156709,6 @@ public static void DeleteAsyncMarkersSGIX( public static void DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers) => Underlying.Value!.DeleteBuffer(buffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -286966,52 +156718,6 @@ public static void DeleteBuffers( [NativeTypeName("const GLuint *")] uint* buffers ) => Underlying.Value!.DeleteBuffers(n, buffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl( @@ -287028,7 +156734,6 @@ public static void DeleteBuffers( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287038,7 +156743,6 @@ public static void DeleteBuffersARB( [NativeTypeName("const GLuint *")] uint* buffers ) => Underlying.Value!.DeleteBuffersARB(n, buffers); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl( @@ -287055,7 +156759,6 @@ public static void DeleteBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl( @@ -287064,8 +156767,6 @@ public static void DeleteBuffersARB( public static void DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers) => Underlying.Value!.DeleteBuffersARB(buffers); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287075,8 +156776,6 @@ public static void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] uint* lists ) => Underlying.Value!.DeleteCommandListsNV(n, lists); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl( @@ -287093,8 +156792,6 @@ public static void DeleteCommandListsNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl( @@ -287103,45 +156800,39 @@ public static void DeleteCommandListsNV( public static void DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists) => Underlying.Value!.DeleteCommandListsNV(lists); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteFencesApple( + public static void DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* fences - ) => Underlying.Value!.DeleteFencesApple(n, fences); + ) => Underlying.Value!.DeleteFencesAPPLE(n, fences); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteFencesApple( + public static void DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref fences ) { fixed (uint* __dsl_fences = fences) { - DeleteFencesApple(n, __dsl_fences); + DeleteFencesAPPLE(n, __dsl_fences); } } - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences) => - Underlying.Value!.DeleteFencesApple(fences); + public static void DeleteFencesAPPLE([NativeTypeName("const GLuint *")] uint fences) => + Underlying.Value!.DeleteFencesAPPLE(fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287151,9 +156842,6 @@ public static void DeleteFencesNV( [NativeTypeName("const GLuint *")] uint* fences ) => Underlying.Value!.DeleteFencesNV(n, fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl( @@ -287170,9 +156858,6 @@ public static void DeleteFencesNV( } } - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl( @@ -287181,7 +156866,6 @@ public static void DeleteFencesNV( public static void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences) => Underlying.Value!.DeleteFencesNV(fences); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glDeleteFragmentShaderATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287189,47 +156873,6 @@ public static void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences public static void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id) => Underlying.Value!.DeleteFragmentShaderATI(id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl( @@ -287239,47 +156882,6 @@ public static void DeleteFramebuffer( [NativeTypeName("const GLuint *")] uint framebuffers ) => Underlying.Value!.DeleteFramebuffer(framebuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287289,47 +156891,6 @@ public static void DeleteFramebuffers( [NativeTypeName("const GLuint *")] uint* framebuffers ) => Underlying.Value!.DeleteFramebuffers(n, framebuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl( @@ -287346,7 +156907,6 @@ public static void DeleteFramebuffers( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287356,7 +156916,6 @@ public static void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint* framebuffers ) => Underlying.Value!.DeleteFramebuffersEXT(n, framebuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl( @@ -287373,7 +156932,6 @@ public static void DeleteFramebuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl( @@ -287383,17 +156941,15 @@ public static void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint framebuffers ) => Underlying.Value!.DeleteFramebuffersEXT(framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteFramebuffersO( + public static void DeleteFramebuffersOOES( [NativeTypeName("const GLuint *")] uint framebuffers - ) => Underlying.Value!.DeleteFramebuffersO(framebuffers); + ) => Underlying.Value!.DeleteFramebuffersOOES(framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287403,7 +156959,6 @@ public static void DeleteFramebuffersOES( [NativeTypeName("const GLuint *")] uint* framebuffers ) => Underlying.Value!.DeleteFramebuffersOES(n, framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl( @@ -287420,31 +156975,6 @@ public static void DeleteFramebuffersOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteLists")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287454,8 +156984,6 @@ public static void DeleteLists( [NativeTypeName("GLsizei")] uint range ) => Underlying.Value!.DeleteLists(list, range); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287465,8 +156993,6 @@ public static void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] uint* memoryObjects ) => Underlying.Value!.DeleteMemoryObjectsEXT(n, memoryObjects); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl( @@ -287483,8 +157009,6 @@ public static void DeleteMemoryObjectsEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl( @@ -287494,8 +157018,6 @@ public static void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] uint memoryObjects ) => Underlying.Value!.DeleteMemoryObjectsEXT(memoryObjects); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287505,8 +157027,6 @@ public static void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] sbyte* name ) => Underlying.Value!.DeleteNamedStringARB(namelen, name); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl( @@ -287523,8 +157043,6 @@ public static void DeleteNamedStringARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl( @@ -287533,7 +157051,6 @@ public static void DeleteNamedStringARB( public static void DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name) => Underlying.Value!.DeleteNamedStringARB(name); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287544,7 +157061,6 @@ public static void DeleteNamesAMD( [NativeTypeName("const GLuint *")] uint* names ) => Underlying.Value!.DeleteNamesAMD(identifier, num, names); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl( @@ -287562,7 +157078,6 @@ public static void DeleteNamesAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl( @@ -287573,7 +157088,6 @@ public static void DeleteNamesAMD( [NativeTypeName("const GLuint *")] uint names ) => Underlying.Value!.DeleteNamesAMD(identifier, names); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDeleteObjectARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287581,7 +157095,6 @@ public static void DeleteNamesAMD( public static void DeleteObjectARB([NativeTypeName("GLhandleARB")] uint obj) => Underlying.Value!.DeleteObjectARB(obj); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287591,7 +157104,6 @@ public static void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] uint* ids ) => Underlying.Value!.DeleteOcclusionQueriesNV(n, ids); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl( @@ -287608,7 +157120,6 @@ public static void DeleteOcclusionQueriesNV( } } - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl( @@ -287617,9 +157128,6 @@ public static void DeleteOcclusionQueriesNV( public static void DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids) => Underlying.Value!.DeleteOcclusionQueriesNV(ids); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glDeletePathsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287629,9 +157137,6 @@ public static void DeletePathNV( [NativeTypeName("GLsizei")] uint range ) => Underlying.Value!.DeletePathNV(path, range); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287641,9 +157146,6 @@ public static void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] uint* monitors ) => Underlying.Value!.DeletePerfMonitorsAMD(n, monitors); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl( @@ -287660,9 +157162,6 @@ public static void DeletePerfMonitorsAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl( @@ -287675,59 +157174,13 @@ public static uint DeletePerfMonitorsAMD() return monitors; } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glDeletePerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeletePerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => - Underlying.Value!.DeletePerfQueryIntel(queryHandle); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + public static void DeletePerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle) => + Underlying.Value!.DeletePerfQueryINTEL(queryHandle); + [NativeFunction("opengl", EntryPoint = "glDeleteProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287735,32 +157188,6 @@ public static void DeletePerfQueryIntel([NativeTypeName("GLuint")] uint queryHan public static void DeleteProgram([NativeTypeName("GLuint")] uint program) => Underlying.Value!.DeleteProgram(program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl( @@ -287770,32 +157197,6 @@ public static void DeleteProgramPipeline( [NativeTypeName("const GLuint *")] uint pipelines ) => Underlying.Value!.DeleteProgramPipeline(pipelines); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287805,32 +157206,6 @@ public static void DeleteProgramPipelines( [NativeTypeName("const GLuint *")] uint* pipelines ) => Underlying.Value!.DeleteProgramPipelines(n, pipelines); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl( @@ -287847,7 +157222,6 @@ public static void DeleteProgramPipelines( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287857,7 +157231,6 @@ public static void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] uint* pipelines ) => Underlying.Value!.DeleteProgramPipelinesEXT(n, pipelines); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl( @@ -287874,7 +157247,6 @@ public static void DeleteProgramPipelinesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl( @@ -287884,7 +157256,6 @@ public static void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] uint pipelines ) => Underlying.Value!.DeleteProgramPipelinesEXT(pipelines); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287894,7 +157265,6 @@ public static void DeleteProgramARB( [NativeTypeName("const GLuint *")] uint* programs ) => Underlying.Value!.DeleteProgramARB(n, programs); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl( @@ -287911,7 +157281,6 @@ public static void DeleteProgramARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl( @@ -287920,7 +157289,6 @@ public static void DeleteProgramARB( public static void DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs) => Underlying.Value!.DeleteProgramARB(programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -287930,7 +157298,6 @@ public static void DeleteProgramNV( [NativeTypeName("const GLuint *")] uint* programs ) => Underlying.Value!.DeleteProgramNV(n, programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl( @@ -287947,7 +157314,6 @@ public static void DeleteProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl( @@ -287956,46 +157322,6 @@ public static void DeleteProgramNV( public static void DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs) => Underlying.Value!.DeleteProgramNV(programs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288005,46 +157331,6 @@ public static void DeleteQueries( [NativeTypeName("const GLuint *")] uint* ids ) => Underlying.Value!.DeleteQueries(n, ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl( @@ -288061,7 +157347,6 @@ public static void DeleteQueries( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288071,7 +157356,6 @@ public static void DeleteQueriesARB( [NativeTypeName("const GLuint *")] uint* ids ) => Underlying.Value!.DeleteQueriesARB(n, ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl( @@ -288088,7 +157372,6 @@ public static void DeleteQueriesARB( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl( @@ -288097,10 +157380,6 @@ public static void DeleteQueriesARB( public static void DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids) => Underlying.Value!.DeleteQueriesARB(ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288110,10 +157389,6 @@ public static void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] uint* ids ) => Underlying.Value!.DeleteQueriesEXT(n, ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl( @@ -288130,10 +157405,6 @@ public static void DeleteQueriesEXT( } } - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl( @@ -288142,46 +157413,6 @@ public static void DeleteQueriesEXT( public static void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids) => Underlying.Value!.DeleteQueriesEXT(ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl( @@ -288190,7 +157421,6 @@ public static void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids) public static void DeleteQuery([NativeTypeName("const GLuint *")] uint ids) => Underlying.Value!.DeleteQuery(ids); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288200,7 +157430,6 @@ public static void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] int* tagIds ) => Underlying.Value!.DeleteQueryResourceTagNV(n, tagIds); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl( @@ -288217,7 +157446,6 @@ public static void DeleteQueryResourceTagNV( } } - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl( @@ -288226,47 +157454,6 @@ public static void DeleteQueryResourceTagNV( public static void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds) => Underlying.Value!.DeleteQueryResourceTagNV(tagIds); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl( @@ -288276,47 +157463,6 @@ public static void DeleteRenderbuffer( [NativeTypeName("const GLuint *")] uint renderbuffers ) => Underlying.Value!.DeleteRenderbuffer(renderbuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288326,47 +157472,6 @@ public static void DeleteRenderbuffers( [NativeTypeName("const GLuint *")] uint* renderbuffers ) => Underlying.Value!.DeleteRenderbuffers(n, renderbuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl( @@ -288383,7 +157488,6 @@ public static void DeleteRenderbuffers( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288393,7 +157497,6 @@ public static void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint* renderbuffers ) => Underlying.Value!.DeleteRenderbuffersEXT(n, renderbuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl( @@ -288410,7 +157513,6 @@ public static void DeleteRenderbuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl( @@ -288420,17 +157522,15 @@ public static void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint renderbuffers ) => Underlying.Value!.DeleteRenderbuffersEXT(renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteRenderbuffersO( + public static void DeleteRenderbuffersOOES( [NativeTypeName("const GLuint *")] uint renderbuffers - ) => Underlying.Value!.DeleteRenderbuffersO(renderbuffers); + ) => Underlying.Value!.DeleteRenderbuffersOOES(renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288440,7 +157540,6 @@ public static void DeleteRenderbuffersOES( [NativeTypeName("const GLuint *")] uint* renderbuffers ) => Underlying.Value!.DeleteRenderbuffersOES(n, renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl( @@ -288457,46 +157556,6 @@ public static void DeleteRenderbuffersOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl( @@ -288505,46 +157564,6 @@ public static void DeleteRenderbuffersOES( public static void DeleteSampler([NativeTypeName("const GLuint *")] uint samplers) => Underlying.Value!.DeleteSampler(samplers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288554,46 +157573,6 @@ public static void DeleteSamplers( [NativeTypeName("const GLuint *")] uint* samplers ) => Underlying.Value!.DeleteSamplers(count, samplers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl( @@ -288610,8 +157589,6 @@ public static void DeleteSamplers( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288621,8 +157598,6 @@ public static void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] uint* semaphores ) => Underlying.Value!.DeleteSemaphoresEXT(n, semaphores); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl( @@ -288639,8 +157614,6 @@ public static void DeleteSemaphoresEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl( @@ -288650,49 +157623,6 @@ public static void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] uint semaphores ) => Underlying.Value!.DeleteSemaphoresEXT(semaphores); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288700,8 +157630,6 @@ public static void DeleteSemaphoresEXT( public static void DeleteShader([NativeTypeName("GLuint")] uint shader) => Underlying.Value!.DeleteShader(shader); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288711,8 +157639,6 @@ public static void DeleteStatesNV( [NativeTypeName("const GLuint *")] uint* states ) => Underlying.Value!.DeleteStatesNV(n, states); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl( @@ -288729,8 +157655,6 @@ public static void DeleteStatesNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl( @@ -288739,38 +157663,6 @@ public static void DeleteStatesNV( public static void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states) => Underlying.Value!.DeleteStatesNV(states); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDeleteSync")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288778,38 +157670,6 @@ public static void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states public static void DeleteSync([NativeTypeName("GLsync")] Sync* sync) => Underlying.Value!.DeleteSync(sync); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSync")] [MethodImpl( @@ -288823,84 +157683,26 @@ public static void DeleteSync([NativeTypeName("GLsync")] Ref sync) } } - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteSyncApple([NativeTypeName("GLsync")] Sync* sync) => - Underlying.Value!.DeleteSyncApple(sync); + public static void DeleteSyncAPPLE([NativeTypeName("GLsync")] Sync* sync) => + Underlying.Value!.DeleteSyncAPPLE(sync); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync) + public static void DeleteSyncAPPLE([NativeTypeName("GLsync")] Ref sync) { fixed (Sync* __dsl_sync = sync) { - DeleteSyncApple(__dsl_sync); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + DeleteSyncAPPLE(__dsl_sync); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl( @@ -288909,60 +157711,6 @@ public static void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync) public static void DeleteTexture([NativeTypeName("const GLuint *")] uint textures) => Underlying.Value!.DeleteTexture(textures); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -288972,60 +157720,6 @@ public static void DeleteTextures( [NativeTypeName("const GLuint *")] uint* textures ) => Underlying.Value!.DeleteTextures(n, textures); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl( @@ -289042,7 +157736,6 @@ public static void DeleteTextures( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289052,7 +157745,6 @@ public static void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] uint* textures ) => Underlying.Value!.DeleteTexturesEXT(n, textures); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl( @@ -289069,7 +157761,6 @@ public static void DeleteTexturesEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl( @@ -289078,34 +157769,6 @@ public static void DeleteTexturesEXT( public static void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures) => Underlying.Value!.DeleteTexturesEXT(textures); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl( @@ -289114,34 +157777,6 @@ public static void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint tex public static void DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids) => Underlying.Value!.DeleteTransformFeedback(ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289151,34 +157786,6 @@ public static void DeleteTransformFeedbacks( [NativeTypeName("const GLuint *")] uint* ids ) => Underlying.Value!.DeleteTransformFeedbacks(n, ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl( @@ -289195,7 +157802,6 @@ public static void DeleteTransformFeedbacks( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289205,7 +157811,6 @@ public static void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] uint* ids ) => Underlying.Value!.DeleteTransformFeedbacksNV(n, ids); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl( @@ -289222,7 +157827,6 @@ public static void DeleteTransformFeedbacksNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl( @@ -289232,42 +157836,6 @@ public static void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] uint ids ) => Underlying.Value!.DeleteTransformFeedbacksNV(ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl( @@ -289276,42 +157844,6 @@ public static void DeleteTransformFeedbacksNV( public static void DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays) => Underlying.Value!.DeleteVertexArray(arrays); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289321,42 +157853,6 @@ public static void DeleteVertexArrays( [NativeTypeName("const GLuint *")] uint* arrays ) => Underlying.Value!.DeleteVertexArrays(n, arrays); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl( @@ -289373,55 +157869,48 @@ public static void DeleteVertexArrays( } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteVertexArraysApple( + public static void DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays - ) => Underlying.Value!.DeleteVertexArraysApple(n, arrays); + ) => Underlying.Value!.DeleteVertexArraysAPPLE(n, arrays); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteVertexArraysApple( + public static void DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref arrays ) { fixed (uint* __dsl_arrays = arrays) { - DeleteVertexArraysApple(n, __dsl_arrays); + DeleteVertexArraysAPPLE(n, __dsl_arrays); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteVertexArraysApple( + public static void DeleteVertexArraysAPPLE( [NativeTypeName("const GLuint *")] uint arrays - ) => Underlying.Value!.DeleteVertexArraysApple(arrays); + ) => Underlying.Value!.DeleteVertexArraysAPPLE(arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays) => - Underlying.Value!.DeleteVertexArraysO(arrays); + public static void DeleteVertexArraysOOES([NativeTypeName("const GLuint *")] uint arrays) => + Underlying.Value!.DeleteVertexArraysOOES(arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289431,8 +157920,6 @@ public static void DeleteVertexArraysOES( [NativeTypeName("const GLuint *")] uint* arrays ) => Underlying.Value!.DeleteVertexArraysOES(n, arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl( @@ -289449,7 +157936,6 @@ public static void DeleteVertexArraysOES( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexShaderEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289457,8 +157943,6 @@ public static void DeleteVertexArraysOES( public static void DeleteVertexShaderEXT([NativeTypeName("GLuint")] uint id) => Underlying.Value!.DeleteVertexShaderEXT(id); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glDepthBoundsdNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289468,7 +157952,6 @@ public static void DepthBoundsNV( [NativeTypeName("GLdouble")] double zmax ) => Underlying.Value!.DepthBoundsNV(zmin, zmax); - [SupportedApiProfile("gl", ["GL_EXT_depth_bounds_test"])] [NativeFunction("opengl", EntryPoint = "glDepthBoundsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289478,62 +157961,6 @@ public static void DepthBoundsEXT( [NativeTypeName("GLclampd")] double zmax ) => Underlying.Value!.DepthBoundsEXT(zmin, zmax); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthFunc")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289541,62 +157968,6 @@ public static void DepthBoundsEXT( public static void DepthFunc([NativeTypeName("GLenum")] uint func) => Underlying.Value!.DepthFunc(func); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthFunc")] [MethodImpl( @@ -289606,62 +157977,6 @@ public static void DepthFunc( [NativeTypeName("GLenum")] Constant func ) => Underlying.Value!.DepthFunc(func); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289669,62 +157984,6 @@ public static void DepthFunc( public static void DepthMask([NativeTypeName("GLboolean")] uint flag) => Underlying.Value!.DepthMask(flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthMask")] [MethodImpl( @@ -289733,56 +157992,6 @@ public static void DepthMask([NativeTypeName("GLboolean")] uint flag) => public static void DepthMask([NativeTypeName("GLboolean")] MaybeBool flag) => Underlying.Value!.DepthMask(flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDepthRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289792,8 +158001,6 @@ public static void DepthRange( [NativeTypeName("GLdouble")] double f ) => Underlying.Value!.DepthRange(n, f); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289804,8 +158011,6 @@ public static void DepthRangeArrayNV( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.DepthRangeArrayNV(first, count, v); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] [MethodImpl( @@ -289823,7 +158028,6 @@ public static void DepthRangeArrayNV( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289834,7 +158038,6 @@ public static void DepthRangeArrayNV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.DepthRangeArrayNV(first, count, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] [MethodImpl( @@ -289852,7 +158055,6 @@ public static void DepthRangeArrayNV( } } - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289863,7 +158065,6 @@ public static void DepthRangeArrayOES( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.DepthRangeArrayOES(first, count, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] [MethodImpl( @@ -289881,32 +158082,6 @@ public static void DepthRangeArrayOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -289917,32 +158092,6 @@ public static void DepthRangeArray( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.DepthRangeArray(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl( @@ -289960,32 +158109,6 @@ public static void DepthRangeArray( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl( @@ -289996,8 +158119,6 @@ public static void DepthRangeArray( [NativeTypeName("const GLdouble *")] double v ) => Underlying.Value!.DepthRangeArray(first, v); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glDepthRangedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290007,38 +158128,6 @@ public static void DepthRangeNV( [NativeTypeName("GLdouble")] double zFar ) => Underlying.Value!.DepthRangeNV(zNear, zFar); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDepthRangef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290048,8 +158137,6 @@ public static void DepthRange( [NativeTypeName("GLfloat")] float f ) => Underlying.Value!.DepthRange(n, f); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glDepthRangefOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290059,32 +158146,6 @@ public static void DepthRangeOES( [NativeTypeName("GLclampf")] float f ) => Underlying.Value!.DepthRangeOES(n, f); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexed")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290095,8 +158156,6 @@ public static void DepthRangeIndexed( [NativeTypeName("GLdouble")] double f ) => Underlying.Value!.DepthRangeIndexed(index, n, f); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexeddNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290107,7 +158166,6 @@ public static void DepthRangeIndexedNV( [NativeTypeName("GLdouble")] double f ) => Underlying.Value!.DepthRangeIndexedNV(index, n, f); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexedfNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290118,7 +158176,6 @@ public static void DepthRangeIndexedNV( [NativeTypeName("GLfloat")] float f ) => Underlying.Value!.DepthRangeIndexedNV(index, n, f); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexedfOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290129,7 +158186,6 @@ public static void DepthRangeIndexedOES( [NativeTypeName("GLfloat")] float f ) => Underlying.Value!.DepthRangeIndexedOES(index, n, f); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthRangex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290139,8 +158195,6 @@ public static void DepthRangex( [NativeTypeName("GLfixed")] int f ) => Underlying.Value!.DepthRangex(n, f); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glDepthRangexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290150,7 +158204,6 @@ public static void DepthRangexOES( [NativeTypeName("GLfixed")] int f ) => Underlying.Value!.DepthRangexOES(n, f); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDetachObjectARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290160,49 +158213,6 @@ public static void DetachObjectARB( [NativeTypeName("GLhandleARB")] uint attachedObj ) => Underlying.Value!.DetachObjectARB(containerObj, attachedObj); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDetachShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290212,7 +158222,6 @@ public static void DetachShader( [NativeTypeName("GLuint")] uint shader ) => Underlying.Value!.DetachShader(program, shader); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290223,7 +158232,6 @@ public static void DetailTexFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ) => Underlying.Value!.DetailTexFuncSGIS(target, n, points); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] [MethodImpl( @@ -290241,62 +158249,6 @@ public static void DetailTexFuncSGIS( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDisable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290304,62 +158256,6 @@ public static void DetailTexFuncSGIS( public static void Disable([NativeTypeName("GLenum")] uint cap) => Underlying.Value!.Disable(cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisable")] [MethodImpl( @@ -290369,31 +158265,6 @@ public static void Disable( [NativeTypeName("GLenum")] Constant cap ) => Underlying.Value!.Disable(cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDisableClientState")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290401,31 +158272,6 @@ public static void Disable( public static void DisableClientState([NativeTypeName("GLenum")] uint array) => Underlying.Value!.DisableClientState(array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientState")] [MethodImpl( @@ -290435,8 +158281,6 @@ public static void DisableClientState( [NativeTypeName("GLenum")] Constant array ) => Underlying.Value!.DisableClientState(array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290446,8 +158290,6 @@ public static void DisableClientStateEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableClientStateEXT(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] [MethodImpl( @@ -290458,8 +158300,6 @@ public static void DisableClientStateEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableClientStateEXT(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290469,8 +158309,6 @@ public static void DisableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableClientStateIndexedEXT(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] [MethodImpl( @@ -290481,8 +158319,6 @@ public static void DisableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableClientStateIndexedEXT(array, index); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glDisableDriverControlQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290491,40 +158327,6 @@ public static void DisableDriverControlQCOM( [NativeTypeName("GLuint")] uint driverControl ) => Underlying.Value!.DisableDriverControlQCOM(driverControl); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDisablei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290534,40 +158336,6 @@ public static void Disable( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.Disable(target, index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisablei")] [MethodImpl( @@ -290578,7 +158346,6 @@ public static void Disable( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.Disable(target, index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290588,7 +158355,6 @@ public static void DisableEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableEXT(target, index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] [MethodImpl( @@ -290599,8 +158365,6 @@ public static void DisableEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableEXT(target, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290610,8 +158374,6 @@ public static void DisableIndexedEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableIndexedEXT(target, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] [MethodImpl( @@ -290622,7 +158384,6 @@ public static void DisableIndexedEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableIndexedEXT(target, index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDisableiNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290632,7 +158393,6 @@ public static void DisableNV( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableNV(target, index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiNV")] [MethodImpl( @@ -290643,7 +158403,6 @@ public static void DisableNV( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableNV(target, index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDisableiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290653,7 +158412,6 @@ public static void DisableOES( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableOES(target, index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiOES")] [MethodImpl( @@ -290664,7 +158422,6 @@ public static void DisableOES( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableOES(target, index); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDisableVariantClientStateEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290672,16 +158429,6 @@ public static void DisableOES( public static void DisableVariantClientStateEXT([NativeTypeName("GLuint")] uint id) => Underlying.Value!.DisableVariantClientStateEXT(id); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290691,8 +158438,6 @@ public static void DisableVertexArrayAttrib( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableVertexArrayAttrib(vaobj, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayAttribEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290702,8 +158447,6 @@ public static void DisableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.DisableVertexArrayAttribEXT(vaobj, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290713,8 +158456,6 @@ public static void DisableVertexArrayEXT( [NativeTypeName("GLenum")] uint array ) => Underlying.Value!.DisableVertexArrayEXT(vaobj, array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] [MethodImpl( @@ -290725,59 +158466,15 @@ public static void DisableVertexArrayEXT( [NativeTypeName("GLenum")] Constant array ) => Underlying.Value!.DisableVertexArrayEXT(vaobj, array); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DisableVertexAttribApple( + public static void DisableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => Underlying.Value!.DisableVertexAttribApple(index, pname); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => Underlying.Value!.DisableVertexAttribAPPLE(index, pname); + [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribArray")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290785,7 +158482,6 @@ public static void DisableVertexAttribApple( public static void DisableVertexAttribArray([NativeTypeName("GLuint")] uint index) => Underlying.Value!.DisableVertexAttribArray(index); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribArrayARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290793,8 +158489,6 @@ public static void DisableVertexAttribArray([NativeTypeName("GLuint")] uint inde public static void DisableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index) => Underlying.Value!.DisableVertexAttribArrayARB(index); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290805,8 +158499,6 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] uint* attachments ) => Underlying.Value!.DiscardFramebufferEXT(target, numAttachments, attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -290824,8 +158516,6 @@ public static void DiscardFramebufferEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -290836,8 +158526,6 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] uint attachments ) => Underlying.Value!.DiscardFramebufferEXT(target, attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -290855,8 +158543,6 @@ public static void DiscardFramebufferEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -290867,8 +158553,6 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] GLEnum attachments ) => Underlying.Value!.DiscardFramebufferEXT(target, attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -290886,8 +158570,6 @@ public static void DiscardFramebufferEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl( @@ -290898,28 +158580,6 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] InvalidateFramebufferAttachment attachments ) => Underlying.Value!.DiscardFramebufferEXT(target, attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDispatchCompute")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290930,8 +158590,6 @@ public static void DispatchCompute( [NativeTypeName("GLuint")] uint num_groups_z ) => Underlying.Value!.DispatchCompute(num_groups_x, num_groups_y, num_groups_z); - [SupportedApiProfile("gl", ["GL_ARB_compute_variable_group_size"])] - [SupportedApiProfile("glcore", ["GL_ARB_compute_variable_group_size"])] [NativeFunction("opengl", EntryPoint = "glDispatchComputeGroupSizeARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290953,28 +158611,6 @@ public static void DispatchComputeGroupSizeARB( group_size_z ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDispatchComputeIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -290982,60 +158618,6 @@ public static void DispatchComputeGroupSizeARB( public static void DispatchComputeIndirect([NativeTypeName("GLintptr")] nint indirect) => Underlying.Value!.DispatchComputeIndirect(indirect); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDrawArrays")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -291046,60 +158628,6 @@ public static void DrawArrays( [NativeTypeName("GLsizei")] uint count ) => Underlying.Value!.DrawArrays(mode, first, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArrays")] [MethodImpl( @@ -291111,7 +158639,6 @@ public static void DrawArrays( [NativeTypeName("GLsizei")] uint count ) => Underlying.Value!.DrawArrays(mode, first, count); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -291122,7 +158649,6 @@ public static void DrawArraysEXT( [NativeTypeName("GLsizei")] uint count ) => Underlying.Value!.DrawArraysEXT(mode, first, count); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] [MethodImpl( @@ -291134,34 +158660,6 @@ public static void DrawArraysEXT( [NativeTypeName("GLsizei")] uint count ) => Underlying.Value!.DrawArraysEXT(mode, first, count); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -291171,34 +158669,6 @@ public static void DrawArraysIndirect( [NativeTypeName("const void *")] void* indirect ) => Underlying.Value!.DrawArraysIndirect(mode, indirect); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] [MethodImpl( @@ -291215,38 +158685,6 @@ public static void DrawArraysIndirect( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -291258,38 +158696,6 @@ public static void DrawArraysInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => Underlying.Value!.DrawArraysInstanced(mode, first, count, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] [MethodImpl( @@ -291302,33 +158708,29 @@ public static void DrawArraysInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => Underlying.Value!.DrawArraysInstanced(mode, first, count, instancecount); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DrawArraysInstancedAngle( + public static void DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) => Underlying.Value!.DrawArraysInstancedAngle(mode, first, count, primcount); + ) => Underlying.Value!.DrawArraysInstancedANGLE(mode, first, count, primcount); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DrawArraysInstancedAngle( + public static void DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) => Underlying.Value!.DrawArraysInstancedAngle(mode, first, count, primcount); + ) => Underlying.Value!.DrawArraysInstancedANGLE(mode, first, count, primcount); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -291340,8 +158742,6 @@ public static void DrawArraysInstancedARB( [NativeTypeName("GLsizei")] uint primcount ) => Underlying.Value!.DrawArraysInstancedARB(mode, first, count, primcount); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] [MethodImpl( @@ -291354,30 +158754,6 @@ public static void DrawArraysInstancedARB( [NativeTypeName("GLsizei")] uint primcount ) => Underlying.Value!.DrawArraysInstancedARB(mode, first, count, primcount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -291397,30 +158773,6 @@ public static void DrawArraysInstancedBaseInstance( baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] [MethodImpl( @@ -291441,7 +158793,6 @@ public static void DrawArraysInstancedBaseInstance( baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -291461,7 +158812,6 @@ public static void DrawArraysInstancedBaseInstanceEXT( baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] [MethodImpl( @@ -291482,9 +158832,6 @@ public static void DrawArraysInstancedBaseInstanceEXT( baseinstance ); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -291496,9 +158843,6 @@ public static void DrawArraysInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ) => Underlying.Value!.DrawArraysInstancedEXT(mode, start, count, primcount); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] [MethodImpl( @@ -291511,7 +158855,6 @@ public static void DrawArraysInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ) => Underlying.Value!.DrawArraysInstancedEXT(mode, start, count, primcount); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -291523,7 +158866,6 @@ public static void DrawArraysInstancedNV( [NativeTypeName("GLsizei")] uint primcount ) => Underlying.Value!.DrawArraysInstancedNV(mode, first, count, primcount); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] [MethodImpl( @@ -291536,56 +158878,6 @@ public static void DrawArraysInstancedNV( [NativeTypeName("GLsizei")] uint primcount ) => Underlying.Value!.DrawArraysInstancedNV(mode, first, count, primcount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -291593,56 +158885,6 @@ public static void DrawArraysInstancedNV( public static void DrawBuffer([NativeTypeName("GLenum")] uint buf) => Underlying.Value!.DrawBuffer(buf); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] [MethodImpl( @@ -291652,44 +158894,6 @@ public static void DrawBuffer( [NativeTypeName("GLenum")] Constant buf ) => Underlying.Value!.DrawBuffer(buf); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -291698,44 +158902,6 @@ public static void DrawBuffer( public static void DrawBuffer([NativeTypeName("const GLenum *")] GLEnum bufs) => Underlying.Value!.DrawBuffer(bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -291744,44 +158910,6 @@ public static void DrawBuffer([NativeTypeName("const GLenum *")] GLEnum bufs) => public static void DrawBuffer([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => Underlying.Value!.DrawBuffer(bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -291791,44 +158919,6 @@ public static void DrawBuffers( [NativeTypeName("const GLenum *")] uint* bufs ) => Underlying.Value!.DrawBuffers(n, bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -291845,44 +158935,6 @@ public static void DrawBuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -291899,44 +158951,6 @@ public static void DrawBuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl( @@ -291953,7 +158967,6 @@ public static void DrawBuffers( } } - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -291963,7 +158976,6 @@ public static void DrawBuffersARB( [NativeTypeName("const GLenum *")] uint* bufs ) => Underlying.Value!.DrawBuffersARB(n, bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -291980,7 +158992,6 @@ public static void DrawBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -291989,7 +159000,6 @@ public static void DrawBuffersARB( public static void DrawBuffersARB([NativeTypeName("const GLenum *")] uint bufs) => Underlying.Value!.DrawBuffersARB(bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -292006,7 +159016,6 @@ public static void DrawBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -292015,7 +159024,6 @@ public static void DrawBuffersARB( public static void DrawBuffersARB([NativeTypeName("const GLenum *")] GLEnum bufs) => Underlying.Value!.DrawBuffersARB(bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -292032,7 +159040,6 @@ public static void DrawBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl( @@ -292041,7 +159048,6 @@ public static void DrawBuffersARB( public static void DrawBuffersARB([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => Underlying.Value!.DrawBuffersARB(bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292051,7 +159057,6 @@ public static void DrawBuffersATI( [NativeTypeName("const GLenum *")] uint* bufs ) => Underlying.Value!.DrawBuffersATI(n, bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -292068,7 +159073,6 @@ public static void DrawBuffersATI( } } - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -292077,7 +159081,6 @@ public static void DrawBuffersATI( public static void DrawBuffersATI([NativeTypeName("const GLenum *")] uint bufs) => Underlying.Value!.DrawBuffersATI(bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -292094,7 +159097,6 @@ public static void DrawBuffersATI( } } - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -292103,7 +159105,6 @@ public static void DrawBuffersATI( public static void DrawBuffersATI([NativeTypeName("const GLenum *")] GLEnum bufs) => Underlying.Value!.DrawBuffersATI(bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -292120,7 +159121,6 @@ public static void DrawBuffersATI( } } - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl( @@ -292129,7 +159129,6 @@ public static void DrawBuffersATI( public static void DrawBuffersATI([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => Underlying.Value!.DrawBuffersATI(bufs); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292139,7 +159138,6 @@ public static void DrawBuffersEXT( [NativeTypeName("const GLenum *")] uint* bufs ) => Underlying.Value!.DrawBuffersEXT(n, bufs); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl( @@ -292156,7 +159154,6 @@ public static void DrawBuffersEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl( @@ -292165,7 +159162,6 @@ public static void DrawBuffersEXT( public static void DrawBuffersEXT([NativeTypeName("const GLenum *")] uint bufs) => Underlying.Value!.DrawBuffersEXT(bufs); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292176,7 +159172,6 @@ public static void DrawBuffersIndexedEXT( [NativeTypeName("const GLint *")] int* indices ) => Underlying.Value!.DrawBuffersIndexedEXT(n, location, indices); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] [MethodImpl( @@ -292195,7 +159190,6 @@ public static void DrawBuffersIndexedEXT( } } - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292205,7 +159199,6 @@ public static void DrawBuffersNV( [NativeTypeName("const GLenum *")] uint* bufs ) => Underlying.Value!.DrawBuffersNV(n, bufs); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl( @@ -292222,7 +159215,6 @@ public static void DrawBuffersNV( } } - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl( @@ -292231,8 +159223,6 @@ public static void DrawBuffersNV( public static void DrawBuffersNV([NativeTypeName("const GLenum *")] uint bufs) => Underlying.Value!.DrawBuffersNV(bufs); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292244,8 +159234,6 @@ public static void DrawCommandsAddressNV( [NativeTypeName("GLuint")] uint count ) => Underlying.Value!.DrawCommandsAddressNV(primitiveMode, indirects, sizes, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] [MethodImpl( @@ -292265,8 +159253,6 @@ public static void DrawCommandsAddressNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292279,8 +159265,6 @@ public static void DrawCommandsNV( [NativeTypeName("GLuint")] uint count ) => Underlying.Value!.DrawCommandsNV(primitiveMode, buffer, indirects, sizes, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] [MethodImpl( @@ -292301,8 +159285,6 @@ public static void DrawCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292315,8 +159297,6 @@ public static void DrawCommandsStatesAddressNV( [NativeTypeName("GLuint")] uint count ) => Underlying.Value!.DrawCommandsStatesAddressNV(indirects, sizes, states, fbos, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] [MethodImpl( @@ -292345,8 +159325,6 @@ public static void DrawCommandsStatesAddressNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292360,8 +159338,6 @@ public static void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint count ) => Underlying.Value!.DrawCommandsStatesNV(buffer, indirects, sizes, states, fbos, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] [MethodImpl( @@ -292392,30 +159368,27 @@ public static void DrawCommandsStatesNV( } } - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DrawElementArrayApple( + public static void DrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => Underlying.Value!.DrawElementArrayApple(mode, first, count); + ) => Underlying.Value!.DrawElementArrayAPPLE(mode, first, count); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DrawElementArrayApple( + public static void DrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => Underlying.Value!.DrawElementArrayApple(mode, first, count); + ) => Underlying.Value!.DrawElementArrayAPPLE(mode, first, count); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292425,7 +159398,6 @@ public static void DrawElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => Underlying.Value!.DrawElementArrayATI(mode, count); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] [MethodImpl( @@ -292436,60 +159408,6 @@ public static void DrawElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => Underlying.Value!.DrawElementArrayATI(mode, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDrawElements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292501,60 +159419,6 @@ public static void DrawElements( [NativeTypeName("const void *")] void* indices ) => Underlying.Value!.DrawElements(mode, count, type, indices); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElements")] [MethodImpl( @@ -292573,38 +159437,6 @@ public static void DrawElements( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292617,38 +159449,6 @@ public static void DrawElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ) => Underlying.Value!.DrawElementsBaseVertex(mode, count, type, indices, basevertex); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] [MethodImpl( @@ -292668,7 +159468,6 @@ public static void DrawElementsBaseVertex( } } - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292681,7 +159480,6 @@ public static void DrawElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ) => Underlying.Value!.DrawElementsBaseVertexEXT(mode, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] [MethodImpl( @@ -292701,7 +159499,6 @@ public static void DrawElementsBaseVertexEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292714,7 +159511,6 @@ public static void DrawElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ) => Underlying.Value!.DrawElementsBaseVertexOES(mode, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] [MethodImpl( @@ -292734,34 +159530,6 @@ public static void DrawElementsBaseVertexOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292772,34 +159540,6 @@ public static void DrawElementsIndirect( [NativeTypeName("const void *")] void* indirect ) => Underlying.Value!.DrawElementsIndirect(mode, type, indirect); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] [MethodImpl( @@ -292817,38 +159557,6 @@ public static void DrawElementsIndirect( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292861,38 +159569,6 @@ public static void DrawElementsInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => Underlying.Value!.DrawElementsInstanced(mode, count, type, indices, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] [MethodImpl( @@ -292912,26 +159588,24 @@ public static void DrawElementsInstanced( } } - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DrawElementsInstancedAngle( + public static void DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* indices, [NativeTypeName("GLsizei")] uint primcount - ) => Underlying.Value!.DrawElementsInstancedAngle(mode, count, type, indices, primcount); + ) => Underlying.Value!.DrawElementsInstancedANGLE(mode, count, type, indices, primcount); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DrawElementsInstancedAngle( + public static void DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] Constant type, @@ -292941,12 +159615,10 @@ public static void DrawElementsInstancedAngle( { fixed (void* __dsl_indices = indices) { - DrawElementsInstancedAngle((uint)mode, count, (uint)type, __dsl_indices, primcount); + DrawElementsInstancedANGLE((uint)mode, count, (uint)type, __dsl_indices, primcount); } } - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -292959,8 +159631,6 @@ public static void DrawElementsInstancedARB( [NativeTypeName("GLsizei")] uint primcount ) => Underlying.Value!.DrawElementsInstancedARB(mode, count, type, indices, primcount); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] [MethodImpl( @@ -292980,30 +159650,6 @@ public static void DrawElementsInstancedARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293025,30 +159671,6 @@ public static void DrawElementsInstancedBaseInstance( baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] [MethodImpl( @@ -293076,7 +159698,6 @@ public static void DrawElementsInstancedBaseInstance( } } - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293098,7 +159719,6 @@ public static void DrawElementsInstancedBaseInstanceEXT( baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] [MethodImpl( @@ -293126,38 +159746,6 @@ public static void DrawElementsInstancedBaseInstanceEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293179,38 +159767,6 @@ public static void DrawElementsInstancedBaseVertex( basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] [MethodImpl( @@ -293238,30 +159794,6 @@ public static void DrawElementsInstancedBaseVertex( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293285,30 +159817,6 @@ public static void DrawElementsInstancedBaseVertexBaseInstance( baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] [MethodImpl( @@ -293338,7 +159846,6 @@ public static void DrawElementsInstancedBaseVertexBaseInstance( } } - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293362,7 +159869,6 @@ public static void DrawElementsInstancedBaseVertexBaseInstanceEXT( baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] [MethodImpl( @@ -293392,7 +159898,6 @@ public static void DrawElementsInstancedBaseVertexBaseInstanceEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293414,7 +159919,6 @@ public static void DrawElementsInstancedBaseVertexEXT( basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] [MethodImpl( @@ -293442,7 +159946,6 @@ public static void DrawElementsInstancedBaseVertexEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293464,7 +159967,6 @@ public static void DrawElementsInstancedBaseVertexOES( basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] [MethodImpl( @@ -293492,9 +159994,6 @@ public static void DrawElementsInstancedBaseVertexOES( } } - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293507,9 +160006,6 @@ public static void DrawElementsInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ) => Underlying.Value!.DrawElementsInstancedEXT(mode, count, type, indices, primcount); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] [MethodImpl( @@ -293529,7 +160025,6 @@ public static void DrawElementsInstancedEXT( } } - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293542,7 +160037,6 @@ public static void DrawElementsInstancedNV( [NativeTypeName("GLsizei")] uint primcount ) => Underlying.Value!.DrawElementsInstancedNV(mode, count, type, indices, primcount); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] [MethodImpl( @@ -293562,7 +160056,6 @@ public static void DrawElementsInstancedNV( } } - [SupportedApiProfile("gl", ["GL_SUN_mesh_array"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293574,7 +160067,6 @@ public static void DrawMeshArraysSUN( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.DrawMeshArraysSUN(mode, first, count, width); - [SupportedApiProfile("gl", ["GL_SUN_mesh_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] [MethodImpl( @@ -293587,9 +160079,6 @@ public static void DrawMeshArraysSUN( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.DrawMeshArraysSUN(mode, first, count, width); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshTasksIndirectNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293597,9 +160086,6 @@ public static void DrawMeshArraysSUN( public static void DrawMeshTasksIndirectNV([NativeTypeName("GLintptr")] nint indirect) => Underlying.Value!.DrawMeshTasksIndirectNV(indirect); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshTasksNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293609,31 +160095,6 @@ public static void DrawMeshTaskNV( [NativeTypeName("GLuint")] uint count ) => Underlying.Value!.DrawMeshTaskNV(first, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawPixels")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293646,31 +160107,6 @@ public static void DrawPixels( [NativeTypeName("const void *")] void* pixels ) => Underlying.Value!.DrawPixels(width, height, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawPixels")] [MethodImpl( @@ -293690,34 +160126,31 @@ public static void DrawPixels( } } - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DrawRangeElementArrayApple( + public static void DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => Underlying.Value!.DrawRangeElementArrayApple(mode, start, end, first, count); + ) => Underlying.Value!.DrawRangeElementArrayAPPLE(mode, start, end, first, count); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void DrawRangeElementArrayApple( + public static void DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => Underlying.Value!.DrawRangeElementArrayApple(mode, start, end, first, count); + ) => Underlying.Value!.DrawRangeElementArrayAPPLE(mode, start, end, first, count); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293729,7 +160162,6 @@ public static void DrawRangeElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => Underlying.Value!.DrawRangeElementArrayATI(mode, start, end, count); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] [MethodImpl( @@ -293742,52 +160174,6 @@ public static void DrawRangeElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => Underlying.Value!.DrawRangeElementArrayATI(mode, start, end, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293801,52 +160187,6 @@ public static void DrawRangeElements( [NativeTypeName("const void *")] void* indices ) => Underlying.Value!.DrawRangeElements(mode, start, end, count, type, indices); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] [MethodImpl( @@ -293867,38 +160207,6 @@ public static void DrawRangeElements( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -293922,38 +160230,6 @@ public static void DrawRangeElementsBaseVertex( basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] [MethodImpl( @@ -293983,7 +160259,6 @@ public static void DrawRangeElementsBaseVertex( } } - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294007,7 +160282,6 @@ public static void DrawRangeElementsBaseVertexEXT( basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] [MethodImpl( @@ -294037,7 +160311,6 @@ public static void DrawRangeElementsBaseVertexEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294061,7 +160334,6 @@ public static void DrawRangeElementsBaseVertexOES( basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] [MethodImpl( @@ -294091,7 +160363,6 @@ public static void DrawRangeElementsBaseVertexOES( } } - [SupportedApiProfile("gl", ["GL_EXT_draw_range_elements"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294105,7 +160376,6 @@ public static void DrawRangeElementsEXT( [NativeTypeName("const void *")] void* indices ) => Underlying.Value!.DrawRangeElementsEXT(mode, start, end, count, type, indices); - [SupportedApiProfile("gl", ["GL_EXT_draw_range_elements"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] [MethodImpl( @@ -294126,7 +160396,6 @@ public static void DrawRangeElementsEXT( } } - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexfOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294139,7 +160408,6 @@ public static void DrawTexOES( [NativeTypeName("GLfloat")] float height ) => Underlying.Value!.DrawTexOES(x, y, z, width, height); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294147,7 +160415,6 @@ public static void DrawTexOES( public static void DrawTexOES([NativeTypeName("const GLfloat *")] float* coords) => Underlying.Value!.DrawTexOES(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] [MethodImpl( @@ -294161,7 +160428,6 @@ public static void DrawTexOES([NativeTypeName("const GLfloat *")] Ref coo } } - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294174,7 +160440,6 @@ public static void DrawTexOES( [NativeTypeName("GLint")] int height ) => Underlying.Value!.DrawTexOES(x, y, z, width, height); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294182,7 +160447,6 @@ public static void DrawTexOES( public static void DrawTexOES([NativeTypeName("const GLint *")] int* coords) => Underlying.Value!.DrawTexOES(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] [MethodImpl( @@ -294196,7 +160460,6 @@ public static void DrawTexOES([NativeTypeName("const GLint *")] Ref coords) } } - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexsOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294209,7 +160472,6 @@ public static void DrawTexOES( [NativeTypeName("GLshort")] short height ) => Underlying.Value!.DrawTexOES(x, y, z, width, height); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294217,7 +160479,6 @@ public static void DrawTexOES( public static void DrawTexOES([NativeTypeName("const GLshort *")] short* coords) => Underlying.Value!.DrawTexOES(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] [MethodImpl( @@ -294231,7 +160492,6 @@ public static void DrawTexOES([NativeTypeName("const GLshort *")] Ref coo } } - [SupportedApiProfile("gl", ["GL_NV_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTextureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294250,7 +160510,6 @@ public static void DrawTextureNV( [NativeTypeName("GLfloat")] float t1 ) => Underlying.Value!.DrawTextureNV(texture, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294263,7 +160522,6 @@ public static void DrawTexxOES( [NativeTypeName("GLfixed")] int height ) => Underlying.Value!.DrawTexxOES(x, y, z, width, height); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294271,7 +160529,6 @@ public static void DrawTexxOES( public static void DrawTexxOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.DrawTexxOES(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] [MethodImpl( @@ -294285,34 +160542,6 @@ public static void DrawTexxOES([NativeTypeName("const GLfixed *")] Ref coor } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294322,34 +160551,6 @@ public static void DrawTransformFeedback( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.DrawTransformFeedback(mode, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] [MethodImpl( @@ -294360,7 +160561,6 @@ public static void DrawTransformFeedback( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.DrawTransformFeedback(mode, id); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294370,7 +160570,6 @@ public static void DrawTransformFeedbackEXT( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.DrawTransformFeedbackEXT(mode, id); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] [MethodImpl( @@ -294381,30 +160580,6 @@ public static void DrawTransformFeedbackEXT( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.DrawTransformFeedbackEXT(mode, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294415,30 +160590,6 @@ public static void DrawTransformFeedbackInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => Underlying.Value!.DrawTransformFeedbackInstanced(mode, id, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] [MethodImpl( @@ -294450,7 +160601,6 @@ public static void DrawTransformFeedbackInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => Underlying.Value!.DrawTransformFeedbackInstanced(mode, id, instancecount); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294461,7 +160611,6 @@ public static void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLsizei")] uint instancecount ) => Underlying.Value!.DrawTransformFeedbackInstancedEXT(mode, id, instancecount); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] [MethodImpl( @@ -294473,7 +160622,6 @@ public static void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLsizei")] uint instancecount ) => Underlying.Value!.DrawTransformFeedbackInstancedEXT(mode, id, instancecount); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294483,7 +160631,6 @@ public static void DrawTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.DrawTransformFeedbackNV(mode, id); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] [MethodImpl( @@ -294494,34 +160641,6 @@ public static void DrawTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ) => Underlying.Value!.DrawTransformFeedbackNV(mode, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294532,34 +160651,6 @@ public static void DrawTransformFeedbackStream( [NativeTypeName("GLuint")] uint stream ) => Underlying.Value!.DrawTransformFeedbackStream(mode, id, stream); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] [MethodImpl( @@ -294571,30 +160662,6 @@ public static void DrawTransformFeedbackStream( [NativeTypeName("GLuint")] uint stream ) => Underlying.Value!.DrawTransformFeedbackStream(mode, id, stream); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294607,30 +160674,6 @@ public static void DrawTransformFeedbackStreamInstanced( ) => Underlying.Value!.DrawTransformFeedbackStreamInstanced(mode, id, stream, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] [MethodImpl( @@ -294644,9 +160687,6 @@ public static void DrawTransformFeedbackStreamInstanced( ) => Underlying.Value!.DrawTransformFeedbackStreamInstanced(mode, id, stream, instancecount); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glDrawVkImageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294665,31 +160705,6 @@ public static void DrawVkImageNV( [NativeTypeName("GLfloat")] float t1 ) => Underlying.Value!.DrawVkImageNV(vkImage, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294697,31 +160712,6 @@ public static void DrawVkImageNV( public static void EdgeFlag([NativeTypeName("GLboolean")] uint flag) => Underlying.Value!.EdgeFlag(flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] [MethodImpl( @@ -294730,8 +160720,6 @@ public static void EdgeFlag([NativeTypeName("GLboolean")] uint flag) => public static void EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) => Underlying.Value!.EdgeFlag(flag); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294739,30 +160727,6 @@ public static void EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) public static void EdgeFlagFormatNV([NativeTypeName("GLsizei")] uint stride) => Underlying.Value!.EdgeFlagFormatNV(stride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294772,30 +160736,6 @@ public static void EdgeFlagPointer( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.EdgeFlagPointer(stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] [MethodImpl( @@ -294812,7 +160752,6 @@ public static void EdgeFlagPointer( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294823,7 +160762,6 @@ public static void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] uint* pointer ) => Underlying.Value!.EdgeFlagPointerEXT(stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl( @@ -294841,7 +160779,6 @@ public static void EdgeFlagPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl( @@ -294852,7 +160789,6 @@ public static void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] uint pointer ) => Underlying.Value!.EdgeFlagPointerEXT(count, pointer); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294863,7 +160799,6 @@ public static void EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => Underlying.Value!.EdgeFlagPointerListIBM(stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl( @@ -294881,7 +160816,6 @@ public static void EdgeFlagPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl( @@ -294894,31 +160828,6 @@ public static Ptr EdgeFlagPointerListIBM([NativeTypeName("GLint")] int ptr return pointer; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -294926,31 +160835,6 @@ public static Ptr EdgeFlagPointerListIBM([NativeTypeName("GLint")] int ptr public static void EdgeFlagv([NativeTypeName("const GLboolean *")] uint* flag) => Underlying.Value!.EdgeFlagv(flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl( @@ -294964,31 +160848,6 @@ public static void EdgeFlagv([NativeTypeName("const GLboolean *")] Ref fla } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl( @@ -294997,8 +160856,6 @@ public static void EdgeFlagv([NativeTypeName("const GLboolean *")] Ref fla public static void EdgeFlagv([NativeTypeName("const GLboolean *")] uint flag) => Underlying.Value!.EdgeFlagv(flag); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295008,8 +160865,6 @@ public static void EGLImageTargetRenderbufferStorageOES( [NativeTypeName("GLeglImageOES")] void* image ) => Underlying.Value!.EGLImageTargetRenderbufferStorageOES(target, image); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] [MethodImpl( @@ -295026,9 +160881,6 @@ public static void EGLImageTargetRenderbufferStorageOES( } } - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295039,9 +160891,6 @@ public static void EGLImageTargetTexStorageEXT( [NativeTypeName("const GLint *")] int* attrib_list ) => Underlying.Value!.EGLImageTargetTexStorageEXT(target, image, attrib_list); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] [MethodImpl( @@ -295060,8 +160909,6 @@ public static void EGLImageTargetTexStorageEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295071,8 +160918,6 @@ public static void EGLImageTargetTexture2DOES( [NativeTypeName("GLeglImageOES")] void* image ) => Underlying.Value!.EGLImageTargetTexture2DOES(target, image); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] [MethodImpl( @@ -295089,9 +160934,6 @@ public static void EGLImageTargetTexture2DOES( } } - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295102,9 +160944,6 @@ public static void EGLImageTargetTextureStorageEXT( [NativeTypeName("const GLint *")] int* attrib_list ) => Underlying.Value!.EGLImageTargetTextureStorageEXT(texture, image, attrib_list); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] [MethodImpl( @@ -295123,34 +160962,31 @@ public static void EGLImageTargetTextureStorageEXT( } } - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ElementPointerApple( + public static void ElementPointerAPPLE( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* pointer - ) => Underlying.Value!.ElementPointerApple(type, pointer); + ) => Underlying.Value!.ElementPointerAPPLE(type, pointer); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ElementPointerApple( + public static void ElementPointerAPPLE( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void *")] Ref pointer ) { fixed (void* __dsl_pointer = pointer) { - ElementPointerApple((uint)type, __dsl_pointer); + ElementPointerAPPLE((uint)type, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295160,7 +160996,6 @@ public static void ElementPointerATI( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.ElementPointerATI(type, pointer); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] [MethodImpl( @@ -295177,62 +161012,6 @@ public static void ElementPointerATI( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295240,62 +161019,6 @@ public static void ElementPointerATI( public static void Enable([NativeTypeName("GLenum")] uint cap) => Underlying.Value!.Enable(cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnable")] [MethodImpl( @@ -295305,31 +161028,6 @@ public static void Enable( [NativeTypeName("GLenum")] Constant cap ) => Underlying.Value!.Enable(cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glEnableClientState")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295337,31 +161035,6 @@ public static void Enable( public static void EnableClientState([NativeTypeName("GLenum")] uint array) => Underlying.Value!.EnableClientState(array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientState")] [MethodImpl( @@ -295371,8 +161044,6 @@ public static void EnableClientState( [NativeTypeName("GLenum")] Constant array ) => Underlying.Value!.EnableClientState(array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295382,8 +161053,6 @@ public static void EnableClientStateEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableClientStateEXT(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] [MethodImpl( @@ -295394,8 +161063,6 @@ public static void EnableClientStateEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableClientStateEXT(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295405,8 +161072,6 @@ public static void EnableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableClientStateIndexedEXT(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] [MethodImpl( @@ -295417,8 +161082,6 @@ public static void EnableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableClientStateIndexedEXT(array, index); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glEnableDriverControlQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295426,40 +161089,6 @@ public static void EnableClientStateIndexedEXT( public static void EnableDriverControlQCOM([NativeTypeName("GLuint")] uint driverControl) => Underlying.Value!.EnableDriverControlQCOM(driverControl); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEnablei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295469,40 +161098,6 @@ public static void Enable( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.Enable(target, index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnablei")] [MethodImpl( @@ -295513,7 +161108,6 @@ public static void Enable( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.Enable(target, index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295523,7 +161117,6 @@ public static void EnableEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableEXT(target, index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] [MethodImpl( @@ -295534,8 +161127,6 @@ public static void EnableEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableEXT(target, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295545,8 +161136,6 @@ public static void EnableIndexedEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableIndexedEXT(target, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] [MethodImpl( @@ -295557,7 +161146,6 @@ public static void EnableIndexedEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableIndexedEXT(target, index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glEnableiNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295567,7 +161155,6 @@ public static void EnableNV( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableNV(target, index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiNV")] [MethodImpl( @@ -295578,7 +161165,6 @@ public static void EnableNV( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableNV(target, index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glEnableiOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295588,7 +161174,6 @@ public static void EnableOES( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableOES(target, index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiOES")] [MethodImpl( @@ -295599,7 +161184,6 @@ public static void EnableOES( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableOES(target, index); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEnableVariantClientStateEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295607,16 +161191,6 @@ public static void EnableOES( public static void EnableVariantClientStateEXT([NativeTypeName("GLuint")] uint id) => Underlying.Value!.EnableVariantClientStateEXT(id); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295626,8 +161200,6 @@ public static void EnableVertexArrayAttrib( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableVertexArrayAttrib(vaobj, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayAttribEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295637,8 +161209,6 @@ public static void EnableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EnableVertexArrayAttribEXT(vaobj, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295648,8 +161218,6 @@ public static void EnableVertexArrayEXT( [NativeTypeName("GLenum")] uint array ) => Underlying.Value!.EnableVertexArrayEXT(vaobj, array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] [MethodImpl( @@ -295660,59 +161228,15 @@ public static void EnableVertexArrayEXT( [NativeTypeName("GLenum")] Constant array ) => Underlying.Value!.EnableVertexArrayEXT(vaobj, array); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EnableVertexAttribApple( + public static void EnableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => Underlying.Value!.EnableVertexAttribApple(index, pname); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => Underlying.Value!.EnableVertexAttribAPPLE(index, pname); + [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribArray")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295720,7 +161244,6 @@ public static void EnableVertexAttribApple( public static void EnableVertexAttribArray([NativeTypeName("GLuint")] uint index) => Underlying.Value!.EnableVertexAttribArray(index); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribArrayARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295728,141 +161251,48 @@ public static void EnableVertexAttribArray([NativeTypeName("GLuint")] uint index public static void EnableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index) => Underlying.Value!.EnableVertexAttribArrayARB(index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEnd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void End() => Underlying.Value!.End(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEndConditionalRender")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void EndConditionalRender() => Underlying.Value!.EndConditionalRender(); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glEndConditionalRenderNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void EndConditionalRenderNV() => Underlying.Value!.EndConditionalRenderNV(); - [SupportedApiProfile("gl", ["GL_NVX_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glEndConditionalRenderNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void EndConditionalRenderNVX() => Underlying.Value!.EndConditionalRenderNVX(); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glEndFragmentShaderATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void EndFragmentShaderATI() => Underlying.Value!.EndFragmentShaderATI(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEndList")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void EndList() => Underlying.Value!.EndList(); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glEndOcclusionQueryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void EndOcclusionQueryNV() => Underlying.Value!.EndOcclusionQueryNV(); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glEndPerfMonitorAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295870,56 +161300,13 @@ public static void EnableVertexAttribArrayARB([NativeTypeName("GLuint")] uint in public static void EndPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor) => Underlying.Value!.EndPerfMonitorAMD(monitor); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glEndPerfQueryINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EndPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => - Underlying.Value!.EndPerfQueryIntel(queryHandle); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] + public static void EndPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle) => + Underlying.Value!.EndPerfQueryINTEL(queryHandle); + [NativeFunction("opengl", EntryPoint = "glEndQuery")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295927,46 +161314,6 @@ public static void EndPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle public static void EndQuery([NativeTypeName("GLenum")] uint target) => Underlying.Value!.EndQuery(target); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQuery")] [MethodImpl( @@ -295976,7 +161323,6 @@ public static void EndQuery( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.EndQuery(target); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -295984,7 +161330,6 @@ public static void EndQuery( public static void EndQueryARB([NativeTypeName("GLenum")] uint target) => Underlying.Value!.EndQueryARB(target); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] [MethodImpl( @@ -295994,10 +161339,6 @@ public static void EndQueryARB( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.EndQueryARB(target); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296005,10 +161346,6 @@ public static void EndQueryARB( public static void EndQueryEXT([NativeTypeName("GLenum")] uint target) => Underlying.Value!.EndQueryEXT(target); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] [MethodImpl( @@ -296018,34 +161355,6 @@ public static void EndQueryEXT( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.EndQueryEXT(target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296055,34 +161364,6 @@ public static void EndQueryIndexed( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EndQueryIndexed(target, index); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] [MethodImpl( @@ -296093,8 +161374,6 @@ public static void EndQueryIndexed( [NativeTypeName("GLuint")] uint index ) => Underlying.Value!.EndQueryIndexed(target, index); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296102,8 +161381,6 @@ public static void EndQueryIndexed( public static void EndTilingQCOM([NativeTypeName("GLbitfield")] uint preserveMask) => Underlying.Value!.EndTilingQCOM(preserveMask); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] [MethodImpl( @@ -296113,68 +161390,30 @@ public static void EndTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask ) => Underlying.Value!.EndTilingQCOM(preserveMask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void EndTransformFeedback() => Underlying.Value!.EndTransformFeedback(); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void EndTransformFeedbackEXT() => Underlying.Value!.EndTransformFeedbackEXT(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void EndTransformFeedbackNV() => Underlying.Value!.EndTransformFeedbackNV(); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEndVertexShaderEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void EndVertexShaderEXT() => Underlying.Value!.EndVertexShaderEXT(); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glEndVideoCaptureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296182,277 +161421,76 @@ public static void EndTilingQCOM( public static void EndVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot) => Underlying.Value!.EndVideoCaptureNV(video_capture_slot); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EvalCoord1D([NativeTypeName("GLdouble")] double u) => - Underlying.Value!.EvalCoord1D(u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void EvalCoord1d([NativeTypeName("GLdouble")] double u) => + Underlying.Value!.EvalCoord1d(u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EvalCoord1Dv([NativeTypeName("const GLdouble *")] double* u) => - Underlying.Value!.EvalCoord1Dv(u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void EvalCoord1dv([NativeTypeName("const GLdouble *")] double* u) => + Underlying.Value!.EvalCoord1dv(u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EvalCoord1Dv([NativeTypeName("const GLdouble *")] Ref u) + public static void EvalCoord1dv([NativeTypeName("const GLdouble *")] Ref u) { fixed (double* __dsl_u = u) { - EvalCoord1Dv(__dsl_u); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + EvalCoord1dv(__dsl_u); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EvalCoord1Dv([NativeTypeName("const GLdouble *")] double u) => - Underlying.Value!.EvalCoord1Dv(u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void EvalCoord1dv([NativeTypeName("const GLdouble *")] double u) => + Underlying.Value!.EvalCoord1dv(u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EvalCoord1F([NativeTypeName("GLfloat")] float u) => - Underlying.Value!.EvalCoord1F(u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void EvalCoord1f([NativeTypeName("GLfloat")] float u) => + Underlying.Value!.EvalCoord1f(u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float* u) => - Underlying.Value!.EvalCoord1Fv(u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void EvalCoord1fv([NativeTypeName("const GLfloat *")] float* u) => + Underlying.Value!.EvalCoord1fv(u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EvalCoord1Fv([NativeTypeName("const GLfloat *")] Ref u) + public static void EvalCoord1fv([NativeTypeName("const GLfloat *")] Ref u) { fixed (float* __dsl_u = u) { - EvalCoord1Fv(__dsl_u); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + EvalCoord1fv(__dsl_u); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float u) => - Underlying.Value!.EvalCoord1Fv(u); + public static void EvalCoord1fv([NativeTypeName("const GLfloat *")] float u) => + Underlying.Value!.EvalCoord1fv(u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296460,16 +161498,14 @@ public static void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float u) => public static void EvalCoord1XOES([NativeTypeName("GLfixed")] int u) => Underlying.Value!.EvalCoord1XOES(u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void EvalCoord1XvO([NativeTypeName("const GLfixed *")] int coords) => - Underlying.Value!.EvalCoord1XvO(coords); + public static void EvalCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords) => + Underlying.Value!.EvalCoord1XvOOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296477,7 +161513,6 @@ public static void EvalCoord1XvO([NativeTypeName("const GLfixed *")] int coords) public static void EvalCoord1XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.EvalCoord1XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl( @@ -296491,31 +161526,6 @@ public static void EvalCoord1XOES([NativeTypeName("const GLfixed *")] Ref c } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296525,31 +161535,6 @@ public static void EvalCoord2( [NativeTypeName("GLdouble")] double v ) => Underlying.Value!.EvalCoord2(u, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296557,31 +161542,6 @@ public static void EvalCoord2( public static void EvalCoord2([NativeTypeName("const GLdouble *")] double* u) => Underlying.Value!.EvalCoord2(u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] [MethodImpl( @@ -296595,31 +161555,6 @@ public static void EvalCoord2([NativeTypeName("const GLdouble *")] Ref u } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296629,31 +161564,6 @@ public static void EvalCoord2( [NativeTypeName("GLfloat")] float v ) => Underlying.Value!.EvalCoord2(u, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296661,31 +161571,6 @@ public static void EvalCoord2( public static void EvalCoord2([NativeTypeName("const GLfloat *")] float* u) => Underlying.Value!.EvalCoord2(u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] [MethodImpl( @@ -296699,7 +161584,6 @@ public static void EvalCoord2([NativeTypeName("const GLfloat *")] Ref u) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296709,7 +161593,6 @@ public static void EvalCoord2XOES( [NativeTypeName("GLfixed")] int v ) => Underlying.Value!.EvalCoord2XOES(u, v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296717,7 +161600,6 @@ public static void EvalCoord2XOES( public static void EvalCoord2XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.EvalCoord2XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] [MethodImpl( @@ -296731,7 +161613,6 @@ public static void EvalCoord2XOES([NativeTypeName("const GLfixed *")] Ref c } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296741,7 +161622,6 @@ public static void EvalMapNV( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.EvalMapNV(target, mode); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] [MethodImpl( @@ -296752,31 +161632,6 @@ public static void EvalMapNV( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.EvalMapNV(target, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296787,31 +161642,6 @@ public static void EvalMesh1( [NativeTypeName("GLint")] int i2 ) => Underlying.Value!.EvalMesh1(mode, i1, i2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] [MethodImpl( @@ -296823,31 +161653,6 @@ public static void EvalMesh1( [NativeTypeName("GLint")] int i2 ) => Underlying.Value!.EvalMesh1(mode, i1, i2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296860,31 +161665,6 @@ public static void EvalMesh2( [NativeTypeName("GLint")] int j2 ) => Underlying.Value!.EvalMesh2(mode, i1, i2, j1, j2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] [MethodImpl( @@ -296898,31 +161678,6 @@ public static void EvalMesh2( [NativeTypeName("GLint")] int j2 ) => Underlying.Value!.EvalMesh2(mode, i1, i2, j1, j2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalPoint1")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296930,31 +161685,6 @@ public static void EvalMesh2( public static void EvalPoint1([NativeTypeName("GLint")] int i) => Underlying.Value!.EvalPoint1(i); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalPoint2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296964,15 +161694,12 @@ public static void EvalPoint2( [NativeTypeName("GLint")] int j ) => Underlying.Value!.EvalPoint2(i, j); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glEvaluateDepthValuesARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void EvaluateDepthValuesARB() => Underlying.Value!.EvaluateDepthValuesARB(); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -296983,7 +161710,6 @@ public static void ExecuteProgramNV( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.ExecuteProgramNV(target, id, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] [MethodImpl( @@ -297001,8 +161727,6 @@ public static void ExecuteProgramNV( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297012,8 +161736,6 @@ public static void ExtGetBufferPointerQCOM( void** @params ) => Underlying.Value!.ExtGetBufferPointerQCOM(target, @params); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] [MethodImpl( @@ -297030,8 +161752,6 @@ Ref2D @params } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297042,8 +161762,6 @@ public static void ExtGetBuffersQCOM( [NativeTypeName("GLint *")] int* numBuffers ) => Underlying.Value!.ExtGetBuffersQCOM(buffers, maxBuffers, numBuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl( @@ -297062,8 +161780,6 @@ public static void ExtGetBuffersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl( @@ -297079,8 +161795,6 @@ public static uint ExtGetBuffersQCOM([NativeTypeName("GLint *")] Ref numBuf } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297096,8 +161810,6 @@ public static void ExtGetFramebuffersQCOM( numFramebuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl( @@ -297116,8 +161828,6 @@ public static void ExtGetFramebuffersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl( @@ -297135,8 +161845,6 @@ public static uint ExtGetFramebuffersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297148,8 +161856,6 @@ public static void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLint *")] int* length ) => Underlying.Value!.ExtGetProgramBinarySourceQCOM(program, shadertype, source, length); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] [MethodImpl( @@ -297174,8 +161880,6 @@ public static void ExtGetProgramBinarySourceQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297186,8 +161890,6 @@ public static void ExtGetProgramQCOM( [NativeTypeName("GLint *")] int* numPrograms ) => Underlying.Value!.ExtGetProgramQCOM(programs, maxPrograms, numPrograms); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl( @@ -297206,8 +161908,6 @@ public static void ExtGetProgramQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl( @@ -297223,8 +161923,6 @@ public static uint ExtGetProgramQCOM([NativeTypeName("GLint *")] Ref numPro } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297240,8 +161938,6 @@ public static void ExtGetRenderbuffersQCOM( numRenderbuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl( @@ -297264,8 +161960,6 @@ public static void ExtGetRenderbuffersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl( @@ -297283,8 +161977,6 @@ public static uint ExtGetRenderbuffersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297295,8 +161987,6 @@ public static void ExtGetShadersQCOM( [NativeTypeName("GLint *")] int* numShaders ) => Underlying.Value!.ExtGetShadersQCOM(shaders, maxShaders, numShaders); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl( @@ -297315,8 +162005,6 @@ public static void ExtGetShadersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl( @@ -297332,8 +162020,6 @@ public static uint ExtGetShadersQCOM([NativeTypeName("GLint *")] Ref numSha } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297346,8 +162032,6 @@ public static void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.ExtGetTexLevelParameterQCOM(texture, face, level, pname, @params); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] [MethodImpl( @@ -297367,8 +162051,6 @@ public static void ExtGetTexLevelParameterQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297400,8 +162082,6 @@ public static void ExtGetTexSubImageQCOM( texels ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] [MethodImpl( @@ -297439,8 +162119,6 @@ Ref texels } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297451,8 +162129,6 @@ public static void ExtGetTexturesQCOM( [NativeTypeName("GLint *")] int* numTextures ) => Underlying.Value!.ExtGetTexturesQCOM(textures, maxTextures, numTextures); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] [MethodImpl( @@ -297472,8 +162148,6 @@ public static void ExtGetTexturesQCOM( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] [MethodImpl( @@ -297484,16 +162158,13 @@ public static MaybeBool ExtIsProgramBinaryQCOM( ) => Underlying.Value!.ExtIsProgramBinaryQCOM(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint ExtIsProgramBinaryQCOMRaw([NativeTypeName("GLuint")] uint program) => - Underlying.Value!.ExtIsProgramBinaryQCOMRaw(program); + public static uint ExtIsProgramBinaryQCOMRawQCOM([NativeTypeName("GLuint")] uint program) => + Underlying.Value!.ExtIsProgramBinaryQCOMRawQCOM(program); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glExtractComponentEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297504,7 +162175,6 @@ public static void ExtractComponentEXT( [NativeTypeName("GLuint")] uint num ) => Underlying.Value!.ExtractComponentEXT(res, src, num); - [SupportedApiProfile("gles2", ["GL_QCOM_frame_extrapolation"])] [NativeFunction("opengl", EntryPoint = "glExtrapolateTex2DQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297516,8 +162186,6 @@ public static void ExtrapolateTex2DQCOM( [NativeTypeName("GLfloat")] float scaleFactor ) => Underlying.Value!.ExtrapolateTex2DQCOM(src1, src2, output, scaleFactor); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtTexObjectStateOverrideiQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297528,31 +162196,6 @@ public static void ExtTexObjectStateOverrideQCOM( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.ExtTexObjectStateOverrideQCOM(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297563,31 +162206,6 @@ public static void FeedbackBuffer( [NativeTypeName("GLfloat *")] float* buffer ) => Underlying.Value!.FeedbackBuffer(size, type, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] [MethodImpl( @@ -297605,31 +162223,6 @@ public static void FeedbackBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] [MethodImpl( @@ -297644,18 +162237,16 @@ public static float FeedbackBuffer( return buffer; } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void FeedbackBufferxO( + public static void FeedbackBufferxOOES( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLfixed *")] int buffer - ) => Underlying.Value!.FeedbackBufferxO(type, buffer); + ) => Underlying.Value!.FeedbackBufferxOOES(type, buffer); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297666,7 +162257,6 @@ public static void FeedbackBufferxOES( [NativeTypeName("const GLfixed *")] int* buffer ) => Underlying.Value!.FeedbackBufferxOES(n, type, buffer); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl( @@ -297685,38 +162275,6 @@ public static void FeedbackBufferxOES( } [return: NativeTypeName("GLsync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glFenceSync")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297727,38 +162285,6 @@ public static void FeedbackBufferxOES( ) => Underlying.Value!.FenceSync(condition, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFenceSync")] [MethodImpl( @@ -297770,31 +162296,26 @@ public static Ptr FenceSync( ) => Underlying.Value!.FenceSync(condition, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Sync* FenceSyncApple( + public static Sync* FenceSyncAPPLE( [NativeTypeName("GLenum")] uint condition, [NativeTypeName("GLbitfield")] uint flags - ) => Underlying.Value!.FenceSyncApple(condition, flags); + ) => Underlying.Value!.FenceSyncAPPLE(condition, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Ptr FenceSyncApple( + public static Ptr FenceSyncAPPLE( [NativeTypeName("GLenum")] Constant condition, [NativeTypeName("GLbitfield")] Constant flags - ) => Underlying.Value!.FenceSyncApple(condition, flags); + ) => Underlying.Value!.FenceSyncAPPLE(condition, flags); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297806,7 +162327,6 @@ public static void FinalCombinerInputNV( [NativeTypeName("GLenum")] uint componentUsage ) => Underlying.Value!.FinalCombinerInputNV(variable, input, mapping, componentUsage); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] [MethodImpl( @@ -297819,62 +162339,6 @@ public static void FinalCombinerInputNV( [NativeTypeName("GLenum")] Constant componentUsage ) => Underlying.Value!.FinalCombinerInputNV(variable, input, mapping, componentUsage); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFinish")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297882,7 +162346,6 @@ public static void FinalCombinerInputNV( public static void Finish() => Underlying.Value!.Finish(); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297891,7 +162354,6 @@ public static int FinishAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp) => Underlying.Value!.FinishAsyncSGIX(markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] [MethodImpl( @@ -297905,17 +162367,13 @@ public static int FinishAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp } } - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishFenceAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void FinishFenceApple([NativeTypeName("GLuint")] uint fence) => - Underlying.Value!.FinishFenceApple(fence); + public static void FinishFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + Underlying.Value!.FinishFenceAPPLE(fence); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishFenceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -297923,121 +162381,27 @@ public static void FinishFenceApple([NativeTypeName("GLuint")] uint fence) => public static void FinishFenceNV([NativeTypeName("GLuint")] uint fence) => Underlying.Value!.FinishFenceNV(fence); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishObjectAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void FinishObjectApple( + public static void FinishObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLint")] int name - ) => Underlying.Value!.FinishObjectApple(@object, name); + ) => Underlying.Value!.FinishObjectAPPLE(@object, name); - [SupportedApiProfile("gl", ["GL_SUNX_constant_data"])] [NativeFunction("opengl", EntryPoint = "glFinishTextureSUNX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void FinishTextureSUNX() => Underlying.Value!.FinishTextureSUNX(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFlush")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void Flush() => Underlying.Value!.Flush(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298048,42 +162412,6 @@ public static void FlushMappedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ) => Underlying.Value!.FlushMappedBufferRange(target, offset, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] [MethodImpl( @@ -298095,31 +162423,27 @@ public static void FlushMappedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ) => Underlying.Value!.FlushMappedBufferRange(target, offset, length); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void FlushMappedBufferRangeApple( + public static void FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) => Underlying.Value!.FlushMappedBufferRangeApple(target, offset, size); + ) => Underlying.Value!.FlushMappedBufferRangeAPPLE(target, offset, size); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void FlushMappedBufferRangeApple( + public static void FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) => Underlying.Value!.FlushMappedBufferRangeApple(target, offset, size); + ) => Underlying.Value!.FlushMappedBufferRangeAPPLE(target, offset, size); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298130,8 +162454,6 @@ public static void FlushMappedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ) => Underlying.Value!.FlushMappedBufferRangeEXT(target, offset, length); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] [MethodImpl( @@ -298143,16 +162465,6 @@ public static void FlushMappedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ) => Underlying.Value!.FlushMappedBufferRangeEXT(target, offset, length); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glFlushMappedNamedBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298163,8 +162475,6 @@ public static void FlushMappedNamedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ) => Underlying.Value!.FlushMappedNamedBufferRange(buffer, offset, length); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedNamedBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298175,7 +162485,6 @@ public static void FlushMappedNamedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ) => Underlying.Value!.FlushMappedNamedBufferRangeEXT(buffer, offset, length); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298183,7 +162492,6 @@ public static void FlushMappedNamedBufferRangeEXT( public static void FlushPixelDataRangeNV([NativeTypeName("GLenum")] uint target) => Underlying.Value!.FlushPixelDataRangeNV(target); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] [MethodImpl( @@ -298193,14 +162501,12 @@ public static void FlushPixelDataRangeNV( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.FlushPixelDataRangeNV(target); - [SupportedApiProfile("gl", ["GL_SGIX_flush_raster"])] [NativeFunction("opengl", EntryPoint = "glFlushRasterSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void FlushRasterSGIX() => Underlying.Value!.FlushRasterSGIX(); - [SupportedApiProfile("gl", ["GL_IBM_static_data"])] [NativeFunction("opengl", EntryPoint = "glFlushStaticDataIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298208,61 +162514,37 @@ public static void FlushPixelDataRangeNV( public static void FlushStaticDataIBM([NativeTypeName("GLenum")] uint target) => Underlying.Value!.FlushStaticDataIBM(target); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void FlushVertexArrayRangeApple( + public static void FlushVertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, void* pointer - ) => Underlying.Value!.FlushVertexArrayRangeApple(length, pointer); + ) => Underlying.Value!.FlushVertexArrayRangeAPPLE(length, pointer); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void FlushVertexArrayRangeApple( + public static void FlushVertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, Ref pointer ) { fixed (void* __dsl_pointer = pointer) { - FlushVertexArrayRangeApple(length, __dsl_pointer); + FlushVertexArrayRangeAPPLE(length, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void FlushVertexArrayRangeNV() => Underlying.Value!.FlushVertexArrayRangeNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298270,7 +162552,6 @@ Ref pointer public static void FogCoordd([NativeTypeName("GLdouble")] double coord) => Underlying.Value!.FogCoordd(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoorddEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298278,27 +162559,6 @@ public static void FogCoordd([NativeTypeName("GLdouble")] double coord) => public static void FogCoorddEXT([NativeTypeName("GLdouble")] double coord) => Underlying.Value!.FogCoorddEXT(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298306,27 +162566,6 @@ public static void FogCoorddEXT([NativeTypeName("GLdouble")] double coord) => public static void FogCoorddv([NativeTypeName("const GLdouble *")] double* coord) => Underlying.Value!.FogCoorddv(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl( @@ -298340,27 +162579,6 @@ public static void FogCoorddv([NativeTypeName("const GLdouble *")] Ref c } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl( @@ -298369,7 +162587,6 @@ public static void FogCoorddv([NativeTypeName("const GLdouble *")] Ref c public static void FogCoorddv([NativeTypeName("const GLdouble *")] double coord) => Underlying.Value!.FogCoorddv(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298377,7 +162594,6 @@ public static void FogCoorddv([NativeTypeName("const GLdouble *")] double coord) public static void FogCoorddvEXT([NativeTypeName("const GLdouble *")] double* coord) => Underlying.Value!.FogCoorddvEXT(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] [MethodImpl( @@ -298391,7 +162607,6 @@ public static void FogCoorddvEXT([NativeTypeName("const GLdouble *")] Ref Underlying.Value!.FogCoorddvEXT(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298428,7 +162622,6 @@ public static void FogCoorddvEXT([NativeTypeName("const GLdouble *")] double coo public static void FogCoordf([NativeTypeName("GLfloat")] float coord) => Underlying.Value!.FogCoordf(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298436,8 +162629,6 @@ public static void FogCoordf([NativeTypeName("GLfloat")] float coord) => public static void FogCoordfEXT([NativeTypeName("GLfloat")] float coord) => Underlying.Value!.FogCoordfEXT(coord); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glFogCoordFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298447,27 +162638,6 @@ public static void FogCoordFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.FogCoordFormatNV(type, stride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298475,27 +162645,6 @@ public static void FogCoordFormatNV( public static void FogCoordfv([NativeTypeName("const GLfloat *")] float* coord) => Underlying.Value!.FogCoordfv(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl( @@ -298509,27 +162658,6 @@ public static void FogCoordfv([NativeTypeName("const GLfloat *")] Ref coo } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl( @@ -298538,7 +162666,6 @@ public static void FogCoordfv([NativeTypeName("const GLfloat *")] Ref coo public static void FogCoordfv([NativeTypeName("const GLfloat *")] float coord) => Underlying.Value!.FogCoordfv(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298546,7 +162673,6 @@ public static void FogCoordfv([NativeTypeName("const GLfloat *")] float coord) = public static void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float* coord) => Underlying.Value!.FogCoordfvEXT(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl( @@ -298560,7 +162686,6 @@ public static void FogCoordfvEXT([NativeTypeName("const GLfloat *")] Ref } } - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl( @@ -298569,7 +162694,6 @@ public static void FogCoordfvEXT([NativeTypeName("const GLfloat *")] Ref public static void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float coord) => Underlying.Value!.FogCoordfvEXT(coord); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glFogCoordhNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298577,7 +162701,6 @@ public static void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float coord public static void FogCoordNV([NativeTypeName("GLhalfNV")] ushort fog) => Underlying.Value!.FogCoordNV(fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298585,7 +162708,6 @@ public static void FogCoordNV([NativeTypeName("GLhalfNV")] ushort fog) => public static void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort* fog) => Underlying.Value!.FogCoordhvNV(fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl( @@ -298599,7 +162721,6 @@ public static void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] Ref } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl( @@ -298608,27 +162729,6 @@ public static void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] Ref public static void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort fog) => Underlying.Value!.FogCoordhvNV(fog); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298639,27 +162739,6 @@ public static void FogCoordPointer( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.FogCoordPointer(type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] [MethodImpl( @@ -298677,7 +162756,6 @@ public static void FogCoordPointer( } } - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298688,7 +162766,6 @@ public static void FogCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.FogCoordPointerEXT(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] [MethodImpl( @@ -298706,7 +162783,6 @@ public static void FogCoordPointerEXT( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298718,7 +162794,6 @@ public static void FogCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => Underlying.Value!.FogCoordPointerListIBM(type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] [MethodImpl( @@ -298737,32 +162812,6 @@ public static void FogCoordPointerListIBM( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFogf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298772,32 +162821,6 @@ public static void Fog( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.Fog(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogf")] [MethodImpl( @@ -298808,7 +162831,6 @@ public static void Fog( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.Fog(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298818,7 +162840,6 @@ public static void FogFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ) => Underlying.Value!.FogFuncSGIS(n, points); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] [MethodImpl( @@ -298835,32 +162856,6 @@ public static void FogFuncSGIS( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFogfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298870,32 +162865,6 @@ public static void Fog( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.Fog(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogfv")] [MethodImpl( @@ -298912,31 +162881,6 @@ public static void Fog( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFogi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -298946,31 +162890,6 @@ public static void Fog( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.Fog(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogi")] [MethodImpl( @@ -298981,31 +162900,6 @@ public static void Fog( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.Fog(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFogiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299015,31 +162909,6 @@ public static void Fog( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.Fog(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogiv")] [MethodImpl( @@ -299056,7 +162925,6 @@ public static void Fog( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFogx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299066,7 +162934,6 @@ public static void Fogx( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.Fogx(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogx")] [MethodImpl( @@ -299077,8 +162944,6 @@ public static void Fogx( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.Fogx(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFogxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299088,8 +162953,6 @@ public static void FogxOES( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.FogxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxOES")] [MethodImpl( @@ -299100,7 +162963,6 @@ public static void FogxOES( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.FogxOES(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFogxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299110,7 +162972,6 @@ public static void Fogx( [NativeTypeName("const GLfixed *")] int* param1 ) => Underlying.Value!.Fogx(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxv")] [MethodImpl( @@ -299127,8 +162988,6 @@ public static void Fogx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFogxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299138,8 +162997,6 @@ public static void FogxOES( [NativeTypeName("const GLfixed *")] int* param1 ) => Underlying.Value!.FogxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxvOES")] [MethodImpl( @@ -299156,7 +163013,6 @@ public static void FogxOES( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299166,7 +163022,6 @@ public static void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.FragmentColorMaterialSGIX(face, mode); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] [MethodImpl( @@ -299177,9 +163032,6 @@ public static void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.FragmentColorMaterialSGIX(face, mode); - [SupportedApiProfile("gl", ["GL_NV_fragment_coverage_to_color"])] - [SupportedApiProfile("glcore", ["GL_NV_fragment_coverage_to_color"])] - [SupportedApiProfile("gles2", ["GL_NV_fragment_coverage_to_color"])] [NativeFunction("opengl", EntryPoint = "glFragmentCoverageColorNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299187,7 +163039,6 @@ public static void FragmentColorMaterialSGIX( public static void FragmentCoverageColorNV([NativeTypeName("GLuint")] uint color) => Underlying.Value!.FragmentCoverageColorNV(color); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299198,7 +163049,6 @@ public static void FragmentLightSGIX( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.FragmentLightSGIX(light, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] [MethodImpl( @@ -299210,7 +163060,6 @@ public static void FragmentLightSGIX( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.FragmentLightSGIX(light, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299221,7 +163070,6 @@ public static void FragmentLightSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.FragmentLightSGIX(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] [MethodImpl( @@ -299239,7 +163087,6 @@ public static void FragmentLightSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299250,7 +163097,6 @@ public static void FragmentLightSGIX( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.FragmentLightSGIX(light, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] [MethodImpl( @@ -299262,7 +163108,6 @@ public static void FragmentLightSGIX( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.FragmentLightSGIX(light, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299273,7 +163118,6 @@ public static void FragmentLightSGIX( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.FragmentLightSGIX(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] [MethodImpl( @@ -299291,7 +163135,6 @@ public static void FragmentLightSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299301,7 +163144,6 @@ public static void FragmentLightModelSGIX( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.FragmentLightModelSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] [MethodImpl( @@ -299313,7 +163155,6 @@ public static void FragmentLightModelSGIX( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.FragmentLightModelSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299323,7 +163164,6 @@ public static void FragmentLightModelSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.FragmentLightModelSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] [MethodImpl( @@ -299341,7 +163181,6 @@ public static void FragmentLightModelSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299351,7 +163190,6 @@ public static void FragmentLightModelSGIX( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.FragmentLightModelSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] [MethodImpl( @@ -299363,7 +163201,6 @@ public static void FragmentLightModelSGIX( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.FragmentLightModelSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299373,7 +163210,6 @@ public static void FragmentLightModelSGIX( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.FragmentLightModelSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] [MethodImpl( @@ -299391,7 +163227,6 @@ public static void FragmentLightModelSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299402,7 +163237,6 @@ public static void FragmentMaterialSGIX( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.FragmentMaterialSGIX(face, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] [MethodImpl( @@ -299414,7 +163248,6 @@ public static void FragmentMaterialSGIX( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.FragmentMaterialSGIX(face, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299425,7 +163258,6 @@ public static void FragmentMaterialSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.FragmentMaterialSGIX(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] [MethodImpl( @@ -299443,7 +163275,6 @@ public static void FragmentMaterialSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299454,7 +163285,6 @@ public static void FragmentMaterialSGIX( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.FragmentMaterialSGIX(face, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] [MethodImpl( @@ -299466,7 +163296,6 @@ public static void FragmentMaterialSGIX( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.FragmentMaterialSGIX(face, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299477,7 +163306,6 @@ public static void FragmentMaterialSGIX( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.FragmentMaterialSGIX(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] [MethodImpl( @@ -299495,8 +163323,6 @@ public static void FragmentMaterialSGIX( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299506,8 +163332,6 @@ public static void FramebufferDrawBufferEXT( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.FramebufferDrawBufferEXT(framebuffer, mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] [MethodImpl( @@ -299518,8 +163342,6 @@ public static void FramebufferDrawBufferEXT( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.FramebufferDrawBufferEXT(framebuffer, mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299530,8 +163352,6 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] uint* bufs ) => Underlying.Value!.FramebufferDrawBuffersEXT(framebuffer, n, bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -299549,8 +163369,6 @@ public static void FramebufferDrawBuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -299561,8 +163379,6 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] uint bufs ) => Underlying.Value!.FramebufferDrawBuffersEXT(framebuffer, bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -299580,8 +163396,6 @@ public static void FramebufferDrawBuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -299592,8 +163406,6 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] GLEnum bufs ) => Underlying.Value!.FramebufferDrawBuffersEXT(framebuffer, bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -299611,8 +163423,6 @@ public static void FramebufferDrawBuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl( @@ -299623,9 +163433,6 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] DrawBufferMode bufs ) => Underlying.Value!.FramebufferDrawBuffersEXT(framebuffer, bufs); - [SupportedApiProfile("gl", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] - [SupportedApiProfile("glcore", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] - [SupportedApiProfile("gles2", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFetchBarrierEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299633,7 +163440,6 @@ public static void FramebufferDrawBuffersEXT( public static void FramebufferFetchBarrierEXT() => Underlying.Value!.FramebufferFetchBarrierEXT(); - [SupportedApiProfile("gles2", ["GL_QCOM_shader_framebuffer_fetch_noncoherent"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFetchBarrierQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299641,7 +163447,6 @@ public static void FramebufferFetchBarrierEXT() => public static void FramebufferFetchBarrierQCOM() => Underlying.Value!.FramebufferFetchBarrierQCOM(); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299661,7 +163466,6 @@ public static void FramebufferFoveationConfigQCOM( providedFeatures ); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl( @@ -299687,7 +163491,6 @@ public static void FramebufferFoveationConfigQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl( @@ -299711,7 +163514,6 @@ public static uint FramebufferFoveationConfigQCOM( return providedFeatures; } - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationParametersQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299737,28 +163539,6 @@ public static void FramebufferFoveationParametersQCOM( foveaArea ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299769,28 +163549,6 @@ public static void FramebufferParameter( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.FramebufferParameter(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] [MethodImpl( @@ -299802,9 +163560,6 @@ public static void FramebufferParameter( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.FramebufferParameter(target, pname, param2); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299815,9 +163570,6 @@ public static void FramebufferParameterMESA( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.FramebufferParameterMESA(target, pname, param2); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] [MethodImpl( @@ -299829,7 +163581,6 @@ public static void FramebufferParameterMESA( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.FramebufferParameterMESA(target, pname, param2); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glFramebufferPixelLocalStorageSizeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299839,8 +163590,6 @@ public static void FramebufferPixelLocalStorageSizeEXT( [NativeTypeName("GLsizei")] uint size ) => Underlying.Value!.FramebufferPixelLocalStorageSizeEXT(target, size); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299850,8 +163599,6 @@ public static void FramebufferReadBufferEXT( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.FramebufferReadBufferEXT(framebuffer, mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] [MethodImpl( @@ -299862,47 +163609,6 @@ public static void FramebufferReadBufferEXT( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.FramebufferReadBufferEXT(framebuffer, mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299920,47 +163626,6 @@ public static void FramebufferRenderbuffer( renderbuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] [MethodImpl( @@ -299980,7 +163645,6 @@ public static void FramebufferRenderbuffer( renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -299998,7 +163662,6 @@ public static void FramebufferRenderbufferEXT( renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] [MethodImpl( @@ -300018,7 +163681,6 @@ public static void FramebufferRenderbufferEXT( renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300036,7 +163698,6 @@ public static void FramebufferRenderbufferOES( renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] [MethodImpl( @@ -300056,8 +163717,6 @@ public static void FramebufferRenderbufferOES( renderbuffer ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300069,8 +163728,6 @@ public static void FramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.FramebufferSampleLocationsARB(target, start, count, v); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] [MethodImpl( @@ -300089,9 +163746,6 @@ public static void FramebufferSampleLocationsARB( } } - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300103,9 +163757,6 @@ public static void FramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.FramebufferSampleLocationsNV(target, start, count, v); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] [MethodImpl( @@ -300124,7 +163775,6 @@ public static void FramebufferSampleLocationsNV( } } - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300137,7 +163787,6 @@ public static void FramebufferSamplePositionsAMD( ) => Underlying.Value!.FramebufferSamplePositionsAMD(target, numsamples, pixelindex, values); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] [MethodImpl( @@ -300156,7 +163805,6 @@ public static void FramebufferSamplePositionsAMD( } } - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300180,7 +163828,6 @@ public static void FramebufferShadingRateEXT( texelHeight ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] [MethodImpl( @@ -300205,36 +163852,6 @@ public static void FramebufferShadingRateEXT( texelHeight ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300246,36 +163863,6 @@ public static void FramebufferTexture( [NativeTypeName("GLint")] int level ) => Underlying.Value!.FramebufferTexture(target, attachment, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] [MethodImpl( @@ -300288,42 +163875,6 @@ public static void FramebufferTexture( [NativeTypeName("GLint")] int level ) => Underlying.Value!.FramebufferTexture(target, attachment, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300336,42 +163887,6 @@ public static void FramebufferTexture1D( [NativeTypeName("GLint")] int level ) => Underlying.Value!.FramebufferTexture1D(target, attachment, textarget, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] [MethodImpl( @@ -300385,7 +163900,6 @@ public static void FramebufferTexture1D( [NativeTypeName("GLint")] int level ) => Underlying.Value!.FramebufferTexture1D(target, attachment, textarget, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300405,7 +163919,6 @@ public static void FramebufferTexture1DEXT( level ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] [MethodImpl( @@ -300426,47 +163939,6 @@ public static void FramebufferTexture1DEXT( level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300479,47 +163951,6 @@ public static void FramebufferTexture2D( [NativeTypeName("GLint")] int level ) => Underlying.Value!.FramebufferTexture2D(target, attachment, textarget, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] [MethodImpl( @@ -300533,7 +163964,6 @@ public static void FramebufferTexture2D( [NativeTypeName("GLint")] int level ) => Underlying.Value!.FramebufferTexture2D(target, attachment, textarget, texture, level); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300557,7 +163987,6 @@ public static void FramebufferTexture2DDownsampleIMG( yscale ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] [MethodImpl( @@ -300582,7 +164011,6 @@ public static void FramebufferTexture2DDownsampleIMG( yscale ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300602,7 +164030,6 @@ public static void FramebufferTexture2DEXT( level ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] [MethodImpl( @@ -300623,8 +164050,6 @@ public static void FramebufferTexture2DEXT( level ); - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300646,8 +164071,6 @@ public static void FramebufferTexture2DMultisampleEXT( samples ); - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] [MethodImpl( @@ -300670,8 +164093,6 @@ public static void FramebufferTexture2DMultisampleEXT( samples ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300693,8 +164114,6 @@ public static void FramebufferTexture2DMultisampleIMG( samples ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] [MethodImpl( @@ -300717,7 +164136,6 @@ public static void FramebufferTexture2DMultisampleIMG( samples ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300737,7 +164155,6 @@ public static void FramebufferTexture2DOES( level ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] [MethodImpl( @@ -300758,42 +164175,6 @@ public static void FramebufferTexture2DOES( level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300815,42 +164196,6 @@ public static void FramebufferTexture3D( zoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] [MethodImpl( @@ -300873,7 +164218,6 @@ public static void FramebufferTexture3D( zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300895,7 +164239,6 @@ public static void FramebufferTexture3DEXT( zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] [MethodImpl( @@ -300918,7 +164261,6 @@ public static void FramebufferTexture3DEXT( zoffset ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300940,7 +164282,6 @@ public static void FramebufferTexture3DOES( zoffset ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] [MethodImpl( @@ -300963,8 +164304,6 @@ public static void FramebufferTexture3DOES( zoffset ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -300976,8 +164315,6 @@ public static void FramebufferTextureARB( [NativeTypeName("GLint")] int level ) => Underlying.Value!.FramebufferTextureARB(target, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] [MethodImpl( @@ -300990,8 +164327,6 @@ public static void FramebufferTextureARB( [NativeTypeName("GLint")] int level ) => Underlying.Value!.FramebufferTextureARB(target, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] - [SupportedApiProfile("gles2", ["GL_EXT_geometry_shader"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301003,8 +164338,6 @@ public static void FramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => Underlying.Value!.FramebufferTextureEXT(target, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] - [SupportedApiProfile("gles2", ["GL_EXT_geometry_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] [MethodImpl( @@ -301017,8 +164350,6 @@ public static void FramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => Underlying.Value!.FramebufferTextureEXT(target, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301031,8 +164362,6 @@ public static void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] uint face ) => Underlying.Value!.FramebufferTextureFaceARB(target, attachment, texture, level, face); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] [MethodImpl( @@ -301046,7 +164375,6 @@ public static void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] Constant face ) => Underlying.Value!.FramebufferTextureFaceARB(target, attachment, texture, level, face); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301059,7 +164387,6 @@ public static void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint face ) => Underlying.Value!.FramebufferTextureFaceEXT(target, attachment, texture, level, face); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] [MethodImpl( @@ -301073,42 +164400,6 @@ public static void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] Constant face ) => Underlying.Value!.FramebufferTextureFaceEXT(target, attachment, texture, level, face); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301121,42 +164412,6 @@ public static void FramebufferTextureLayer( [NativeTypeName("GLint")] int layer ) => Underlying.Value!.FramebufferTextureLayer(target, attachment, texture, level, layer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] [MethodImpl( @@ -301170,8 +164425,6 @@ public static void FramebufferTextureLayer( [NativeTypeName("GLint")] int layer ) => Underlying.Value!.FramebufferTextureLayer(target, attachment, texture, level, layer); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301185,8 +164438,6 @@ public static void FramebufferTextureLayerARB( ) => Underlying.Value!.FramebufferTextureLayerARB(target, attachment, texture, level, layer); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] [MethodImpl( @@ -301201,7 +164452,6 @@ public static void FramebufferTextureLayerARB( ) => Underlying.Value!.FramebufferTextureLayerARB(target, attachment, texture, level, layer); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301225,7 +164475,6 @@ public static void FramebufferTextureLayerDownsampleIMG( yscale ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] [MethodImpl( @@ -301250,7 +164499,6 @@ public static void FramebufferTextureLayerDownsampleIMG( yscale ); - [SupportedApiProfile("gl", ["GL_EXT_texture_array", "GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301264,7 +164512,6 @@ public static void FramebufferTextureLayerEXT( ) => Underlying.Value!.FramebufferTextureLayerEXT(target, attachment, texture, level, layer); - [SupportedApiProfile("gl", ["GL_EXT_texture_array", "GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] [MethodImpl( @@ -301279,7 +164526,6 @@ public static void FramebufferTextureLayerEXT( ) => Underlying.Value!.FramebufferTextureLayerEXT(target, attachment, texture, level, layer); - [SupportedApiProfile("gles2", ["GL_OVR_multiview_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301303,7 +164549,6 @@ public static void FramebufferTextureMultisampleMultiviewOVR( numViews ); - [SupportedApiProfile("gles2", ["GL_OVR_multiview_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] [MethodImpl( @@ -301328,9 +164573,6 @@ public static void FramebufferTextureMultisampleMultiviewOVR( numViews ); - [SupportedApiProfile("gl", ["GL_OVR_multiview"])] - [SupportedApiProfile("glcore", ["GL_OVR_multiview"])] - [SupportedApiProfile("gles2", ["GL_OVR_multiview"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301352,9 +164594,6 @@ public static void FramebufferTextureMultiviewOVR( numViews ); - [SupportedApiProfile("gl", ["GL_OVR_multiview"])] - [SupportedApiProfile("glcore", ["GL_OVR_multiview"])] - [SupportedApiProfile("gles2", ["GL_OVR_multiview"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] [MethodImpl( @@ -301377,7 +164616,6 @@ public static void FramebufferTextureMultiviewOVR( numViews ); - [SupportedApiProfile("gles2", ["GL_OES_geometry_shader"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301389,7 +164627,6 @@ public static void FramebufferTextureOES( [NativeTypeName("GLint")] int level ) => Underlying.Value!.FramebufferTextureOES(target, attachment, texture, level); - [SupportedApiProfile("gles2", ["GL_OES_geometry_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] [MethodImpl( @@ -301402,14 +164639,12 @@ public static void FramebufferTextureOES( [NativeTypeName("GLint")] int level ) => Underlying.Value!.FramebufferTextureOES(target, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_GREMEDY_frame_terminator"])] [NativeFunction("opengl", EntryPoint = "glFrameTerminatorGREMEDY")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void FrameTerminatorGremedy() => Underlying.Value!.FrameTerminatorGremedy(); + public static void FrameTerminatorGREMEDY() => Underlying.Value!.FrameTerminatorGREMEDY(); - [SupportedApiProfile("gl", ["GL_SGIX_framezoom"])] [NativeFunction("opengl", EntryPoint = "glFrameZoomSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301417,7 +164652,6 @@ public static void FramebufferTextureOES( public static void FrameZoomSGIX([NativeTypeName("GLint")] int factor) => Underlying.Value!.FrameZoomSGIX(factor); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glFreeObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301425,62 +164659,6 @@ public static void FrameZoomSGIX([NativeTypeName("GLint")] int factor) => public static void FreeObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => Underlying.Value!.FreeObjectBufferATI(buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFrontFace")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301488,62 +164666,6 @@ public static void FreeObjectBufferATI([NativeTypeName("GLuint")] uint buffer) = public static void FrontFace([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.FrontFace(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFrontFace")] [MethodImpl( @@ -301553,31 +164675,6 @@ public static void FrontFace( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.FrontFace(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFrustum")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301591,7 +164688,6 @@ public static void Frustum( [NativeTypeName("GLdouble")] double zFar ) => Underlying.Value!.Frustum(left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFrustumf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301605,8 +164701,6 @@ public static void Frustum( [NativeTypeName("GLfloat")] float f ) => Underlying.Value!.Frustum(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glFrustumfOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301620,7 +164714,6 @@ public static void FrustumOES( [NativeTypeName("GLfloat")] float f ) => Underlying.Value!.FrustumOES(l, r, b, t, n, f); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFrustumx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301634,8 +164727,6 @@ public static void Frustumx( [NativeTypeName("GLfixed")] int f ) => Underlying.Value!.Frustumx(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFrustumxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301650,7 +164741,6 @@ public static void FrustumxOES( ) => Underlying.Value!.FrustumxOES(l, r, b, t, n, f); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glGenAsyncMarkersSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301658,52 +164748,6 @@ public static void FrustumxOES( public static uint GenAsyncMarkersSGIX([NativeTypeName("GLsizei")] uint range) => Underlying.Value!.GenAsyncMarkersSGIX(range); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl( @@ -301716,52 +164760,6 @@ public static uint GenBuffer() return buffers; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301771,52 +164769,6 @@ public static void GenBuffers( [NativeTypeName("GLuint *")] uint* buffers ) => Underlying.Value!.GenBuffers(n, buffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl( @@ -301833,7 +164785,6 @@ public static void GenBuffers( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301843,7 +164794,6 @@ public static void GenBuffersARB( [NativeTypeName("GLuint *")] uint* buffers ) => Underlying.Value!.GenBuffersARB(n, buffers); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl( @@ -301860,7 +164810,6 @@ public static void GenBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl( @@ -301873,47 +164822,6 @@ public static uint GenBuffersARB() return buffers; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301921,47 +164829,6 @@ public static uint GenBuffersARB() public static void GenerateMipmap([NativeTypeName("GLenum")] uint target) => Underlying.Value!.GenerateMipmap(target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] [MethodImpl( @@ -301971,7 +164838,6 @@ public static void GenerateMipmap( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.GenerateMipmap(target); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301979,7 +164845,6 @@ public static void GenerateMipmap( public static void GenerateMipmapEXT([NativeTypeName("GLenum")] uint target) => Underlying.Value!.GenerateMipmapEXT(target); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] [MethodImpl( @@ -301989,7 +164854,6 @@ public static void GenerateMipmapEXT( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.GenerateMipmapEXT(target); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -301997,7 +164861,6 @@ public static void GenerateMipmapEXT( public static void GenerateMipmapOES([NativeTypeName("GLenum")] uint target) => Underlying.Value!.GenerateMipmapOES(target); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] [MethodImpl( @@ -302007,8 +164870,6 @@ public static void GenerateMipmapOES( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.GenerateMipmapOES(target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302018,8 +164879,6 @@ public static void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] uint target ) => Underlying.Value!.GenerateMultiTexMipmapEXT(texunit, target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] [MethodImpl( @@ -302030,16 +164889,6 @@ public static void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.GenerateMultiTexMipmapEXT(texunit, target); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmap")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302047,8 +164896,6 @@ public static void GenerateMultiTexMipmapEXT( public static void GenerateTextureMipmap([NativeTypeName("GLuint")] uint texture) => Underlying.Value!.GenerateTextureMipmap(texture); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302058,8 +164905,6 @@ public static void GenerateTextureMipmapEXT( [NativeTypeName("GLenum")] uint target ) => Underlying.Value!.GenerateTextureMipmapEXT(texture, target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] [MethodImpl( @@ -302070,49 +164915,43 @@ public static void GenerateTextureMipmapEXT( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.GenerateTextureMipmapEXT(texture, target); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GenFencesApple( + public static void GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* fences - ) => Underlying.Value!.GenFencesApple(n, fences); + ) => Underlying.Value!.GenFencesAPPLE(n, fences); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GenFencesApple( + public static void GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref fences ) { fixed (uint* __dsl_fences = fences) { - GenFencesApple(n, __dsl_fences); + GenFencesAPPLE(n, __dsl_fences); } } - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint GenFencesApple() + public static uint GenFencesAPPLE() { uint fences = default; - GenFencesApple(1, (uint*)&fences); + GenFencesAPPLE(1, (uint*)&fences); return fences; } - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302122,9 +164961,6 @@ public static void GenFencesNV( [NativeTypeName("GLuint *")] uint* fences ) => Underlying.Value!.GenFencesNV(n, fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl( @@ -302141,9 +164977,6 @@ public static void GenFencesNV( } } - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl( @@ -302157,7 +164990,6 @@ public static uint GenFencesNV() } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glGenFragmentShadersATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302165,47 +164997,6 @@ public static uint GenFencesNV() public static uint GenFragmentShadersATI([NativeTypeName("GLuint")] uint range) => Underlying.Value!.GenFragmentShadersATI(range); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl( @@ -302218,47 +165009,6 @@ public static uint GenFramebuffer() return framebuffers; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302268,47 +165018,6 @@ public static void GenFramebuffers( [NativeTypeName("GLuint *")] uint* framebuffers ) => Underlying.Value!.GenFramebuffers(n, framebuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl( @@ -302325,7 +165034,6 @@ public static void GenFramebuffers( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302335,7 +165043,6 @@ public static void GenFramebuffersEXT( [NativeTypeName("GLuint *")] uint* framebuffers ) => Underlying.Value!.GenFramebuffersEXT(n, framebuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl( @@ -302352,7 +165059,6 @@ public static void GenFramebuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl( @@ -302365,20 +165071,18 @@ public static uint GenFramebuffersEXT() return framebuffers; } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint GenFramebuffersO() + public static uint GenFramebuffersOOES() { uint framebuffers = default; GenFramebuffersOES(1, (uint*)&framebuffers); return framebuffers; } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302388,7 +165092,6 @@ public static void GenFramebuffersOES( [NativeTypeName("GLuint *")] uint* framebuffers ) => Underlying.Value!.GenFramebuffersOES(n, framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl( @@ -302406,31 +165109,6 @@ public static void GenFramebuffersOES( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGenLists")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302438,7 +165116,6 @@ public static void GenFramebuffersOES( public static uint GenLists([NativeTypeName("GLsizei")] uint range) => Underlying.Value!.GenLists(range); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302449,7 +165126,6 @@ public static void GenNamesAMD( [NativeTypeName("GLuint *")] uint* names ) => Underlying.Value!.GenNamesAMD(identifier, num, names); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl( @@ -302467,7 +165143,6 @@ public static void GenNamesAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl( @@ -302480,7 +165155,6 @@ public static uint GenNamesAMD([NativeTypeName("GLenum")] uint identifier) return names; } - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302490,7 +165164,6 @@ public static void GenOcclusionQueriesNV( [NativeTypeName("GLuint *")] uint* ids ) => Underlying.Value!.GenOcclusionQueriesNV(n, ids); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl( @@ -302507,7 +165180,6 @@ public static void GenOcclusionQueriesNV( } } - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl( @@ -302521,9 +165193,6 @@ public static uint GenOcclusionQueriesNV() } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGenPathsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302531,9 +165200,6 @@ public static uint GenOcclusionQueriesNV() public static uint GenPathNV([NativeTypeName("GLsizei")] uint range) => Underlying.Value!.GenPathNV(range); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302543,9 +165209,6 @@ public static void GenPerfMonitorsAMD( [NativeTypeName("GLuint *")] uint* monitors ) => Underlying.Value!.GenPerfMonitorsAMD(n, monitors); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl( @@ -302562,9 +165225,6 @@ public static void GenPerfMonitorsAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl( @@ -302577,32 +165237,6 @@ public static uint GenPerfMonitorsAMD() return monitors; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl( @@ -302615,32 +165249,6 @@ public static uint GenProgramPipeline() return pipelines; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302650,32 +165258,6 @@ public static void GenProgramPipelines( [NativeTypeName("GLuint *")] uint* pipelines ) => Underlying.Value!.GenProgramPipelines(n, pipelines); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl( @@ -302692,7 +165274,6 @@ public static void GenProgramPipelines( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302702,7 +165283,6 @@ public static void GenProgramPipelinesEXT( [NativeTypeName("GLuint *")] uint* pipelines ) => Underlying.Value!.GenProgramPipelinesEXT(n, pipelines); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl( @@ -302719,7 +165299,6 @@ public static void GenProgramPipelinesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl( @@ -302732,7 +165311,6 @@ public static uint GenProgramPipelinesEXT() return pipelines; } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302742,7 +165320,6 @@ public static void GenProgramARB( [NativeTypeName("GLuint *")] uint* programs ) => Underlying.Value!.GenProgramARB(n, programs); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl( @@ -302759,7 +165336,6 @@ public static void GenProgramARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl( @@ -302772,7 +165348,6 @@ public static uint GenProgramARB() return programs; } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302782,7 +165357,6 @@ public static void GenProgramNV( [NativeTypeName("GLuint *")] uint* programs ) => Underlying.Value!.GenProgramNV(n, programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl( @@ -302799,7 +165373,6 @@ public static void GenProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl( @@ -302812,46 +165385,6 @@ public static uint GenProgramNV() return programs; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302861,46 +165394,6 @@ public static void GenQueries( [NativeTypeName("GLuint *")] uint* ids ) => Underlying.Value!.GenQueries(n, ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl( @@ -302917,7 +165410,6 @@ public static void GenQueries( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302927,7 +165419,6 @@ public static void GenQueriesARB( [NativeTypeName("GLuint *")] uint* ids ) => Underlying.Value!.GenQueriesARB(n, ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl( @@ -302944,7 +165435,6 @@ public static void GenQueriesARB( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl( @@ -302957,10 +165447,6 @@ public static uint GenQueriesARB() return ids; } - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -302970,10 +165456,6 @@ public static void GenQueriesEXT( [NativeTypeName("GLuint *")] uint* ids ) => Underlying.Value!.GenQueriesEXT(n, ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl( @@ -302990,10 +165472,6 @@ public static void GenQueriesEXT( } } - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl( @@ -303006,46 +165484,6 @@ public static uint GenQueriesEXT() return ids; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl( @@ -303058,7 +165496,6 @@ public static uint GenQuery() return ids; } - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -303068,7 +165505,6 @@ public static void GenQueryResourceTagNV( [NativeTypeName("GLint *")] int* tagIds ) => Underlying.Value!.GenQueryResourceTagNV(n, tagIds); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl( @@ -303085,7 +165521,6 @@ public static void GenQueryResourceTagNV( } } - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl( @@ -303098,47 +165533,6 @@ public static int GenQueryResourceTagNV() return tagIds; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl( @@ -303151,47 +165545,6 @@ public static uint GenRenderbuffer() return renderbuffers; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -303201,47 +165554,6 @@ public static void GenRenderbuffers( [NativeTypeName("GLuint *")] uint* renderbuffers ) => Underlying.Value!.GenRenderbuffers(n, renderbuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl( @@ -303258,7 +165570,6 @@ public static void GenRenderbuffers( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -303268,7 +165579,6 @@ public static void GenRenderbuffersEXT( [NativeTypeName("GLuint *")] uint* renderbuffers ) => Underlying.Value!.GenRenderbuffersEXT(n, renderbuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl( @@ -303285,7 +165595,6 @@ public static void GenRenderbuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl( @@ -303298,20 +165607,18 @@ public static uint GenRenderbuffersEXT() return renderbuffers; } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint GenRenderbuffersO() + public static uint GenRenderbuffersOOES() { uint renderbuffers = default; GenRenderbuffersOES(1, (uint*)&renderbuffers); return renderbuffers; } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -303321,7 +165628,6 @@ public static void GenRenderbuffersOES( [NativeTypeName("GLuint *")] uint* renderbuffers ) => Underlying.Value!.GenRenderbuffersOES(n, renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl( @@ -303338,46 +165644,6 @@ public static void GenRenderbuffersOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl( @@ -303390,46 +165656,6 @@ public static uint GenSampler() return samplers; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -303439,46 +165665,6 @@ public static void GenSamplers( [NativeTypeName("GLuint *")] uint* samplers ) => Underlying.Value!.GenSamplers(count, samplers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl( @@ -303495,8 +165681,6 @@ public static void GenSamplers( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -303506,8 +165690,6 @@ public static void GenSemaphoresEXT( [NativeTypeName("GLuint *")] uint* semaphores ) => Underlying.Value!.GenSemaphoresEXT(n, semaphores); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl( @@ -303524,8 +165706,6 @@ public static void GenSemaphoresEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl( @@ -303539,7 +165719,6 @@ public static uint GenSemaphoresEXT() } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -303552,7 +165731,6 @@ public static uint GenSymbolEXT( ) => Underlying.Value!.GenSymbolEXT(datatype, storagetype, range, components); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] [MethodImpl( @@ -303566,60 +165744,6 @@ public static uint GenSymbolEXT( [NativeTypeName("GLuint")] uint components ) => Underlying.Value!.GenSymbolEXT(datatype, storagetype, range, components); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl( @@ -303632,60 +165756,6 @@ public static uint GenTexture() return textures; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -303695,60 +165765,6 @@ public static void GenTextures( [NativeTypeName("GLuint *")] uint* textures ) => Underlying.Value!.GenTextures(n, textures); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl( @@ -303765,7 +165781,6 @@ public static void GenTextures( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -303775,7 +165790,6 @@ public static void GenTexturesEXT( [NativeTypeName("GLuint *")] uint* textures ) => Underlying.Value!.GenTexturesEXT(n, textures); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl( @@ -303792,7 +165806,6 @@ public static void GenTexturesEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl( @@ -303805,34 +165818,6 @@ public static uint GenTexturesEXT() return textures; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl( @@ -303845,34 +165830,6 @@ public static uint GenTransformFeedback() return ids; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -303882,34 +165839,6 @@ public static void GenTransformFeedbacks( [NativeTypeName("GLuint *")] uint* ids ) => Underlying.Value!.GenTransformFeedbacks(n, ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl( @@ -303926,7 +165855,6 @@ public static void GenTransformFeedbacks( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -303936,7 +165864,6 @@ public static void GenTransformFeedbacksNV( [NativeTypeName("GLuint *")] uint* ids ) => Underlying.Value!.GenTransformFeedbacksNV(n, ids); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl( @@ -303953,7 +165880,6 @@ public static void GenTransformFeedbacksNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl( @@ -303966,42 +165892,6 @@ public static uint GenTransformFeedbacksNV() return ids; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl( @@ -304014,42 +165904,6 @@ public static uint GenVertexArray() return arrays; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -304059,42 +165913,6 @@ public static void GenVertexArrays( [NativeTypeName("GLuint *")] uint* arrays ) => Underlying.Value!.GenVertexArrays(n, arrays); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl( @@ -304111,62 +165929,55 @@ public static void GenVertexArrays( } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GenVertexArraysApple( + public static void GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays - ) => Underlying.Value!.GenVertexArraysApple(n, arrays); + ) => Underlying.Value!.GenVertexArraysAPPLE(n, arrays); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GenVertexArraysApple( + public static void GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref arrays ) { fixed (uint* __dsl_arrays = arrays) { - GenVertexArraysApple(n, __dsl_arrays); + GenVertexArraysAPPLE(n, __dsl_arrays); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint GenVertexArraysApple() + public static uint GenVertexArraysAPPLE() { uint arrays = default; - GenVertexArraysApple(1, (uint*)&arrays); + GenVertexArraysAPPLE(1, (uint*)&arrays); return arrays; } - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint GenVertexArraysO() + public static uint GenVertexArraysOOES() { uint arrays = default; GenVertexArraysOES(1, (uint*)&arrays); return arrays; } - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -304176,8 +165987,6 @@ public static void GenVertexArraysOES( [NativeTypeName("GLuint *")] uint* arrays ) => Underlying.Value!.GenVertexArraysOES(n, arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl( @@ -304195,7 +166004,6 @@ public static void GenVertexArraysOES( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGenVertexShadersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -304203,30 +166011,6 @@ public static void GenVertexArraysOES( public static uint GenVertexShadersEXT([NativeTypeName("GLuint")] uint range) => Underlying.Value!.GenVertexShadersEXT(range); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -304238,30 +166022,6 @@ public static void GetActiveAtomicCounterBuffer( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetActiveAtomicCounterBuffer(program, bufferIndex, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] [MethodImpl( @@ -304280,49 +166040,6 @@ public static void GetActiveAtomicCounterBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -304337,49 +166054,6 @@ public static void GetActiveAttrib( [NativeTypeName("GLchar *")] sbyte* name ) => Underlying.Value!.GetActiveAttrib(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -304412,49 +166086,6 @@ public static void GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -304486,49 +166117,6 @@ public static sbyte GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -304561,49 +166149,6 @@ public static void GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -304635,49 +166180,6 @@ public static sbyte GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -304710,49 +166212,6 @@ public static void GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl( @@ -304784,7 +166243,6 @@ public static sbyte GetActiveAttrib( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -304808,7 +166266,6 @@ public static void GetActiveAttribARB( name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -304841,7 +166298,6 @@ public static void GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -304873,7 +166329,6 @@ public static sbyte GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -304906,7 +166361,6 @@ public static void GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -304938,7 +166392,6 @@ public static sbyte GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -304971,7 +166424,6 @@ public static void GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl( @@ -305003,34 +166455,6 @@ public static sbyte GetActiveAttribARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -305052,34 +166476,6 @@ public static void GetActiveSubroutineName( name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl( @@ -305108,34 +166504,6 @@ public static void GetActiveSubroutineName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl( @@ -305163,34 +166531,6 @@ public static sbyte GetActiveSubroutineName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -305204,34 +166544,6 @@ public static void GetActiveSubroutineUniform( ) => Underlying.Value!.GetActiveSubroutineUniform(program, shadertype, index, pname, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] [MethodImpl( @@ -305257,34 +166569,6 @@ public static void GetActiveSubroutineUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -305306,34 +166590,6 @@ public static void GetActiveSubroutineUniformName( name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl( @@ -305362,34 +166618,6 @@ public static void GetActiveSubroutineUniformName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl( @@ -305417,49 +166645,6 @@ public static sbyte GetActiveSubroutineUniformName( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -305474,49 +166659,6 @@ public static void GetActiveUniform( [NativeTypeName("GLchar *")] sbyte* name ) => Underlying.Value!.GetActiveUniform(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -305549,49 +166691,6 @@ public static void GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -305623,49 +166722,6 @@ public static sbyte GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -305698,49 +166754,6 @@ public static void GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -305772,49 +166785,6 @@ public static sbyte GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -305847,49 +166817,6 @@ public static void GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl( @@ -305921,7 +166848,6 @@ public static sbyte GetActiveUniform( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -305945,7 +166871,6 @@ public static void GetActiveUniformARB( name ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -305978,7 +166903,6 @@ public static void GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -306010,7 +166934,6 @@ public static sbyte GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -306043,7 +166966,6 @@ public static void GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -306075,7 +166997,6 @@ public static sbyte GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -306108,7 +167029,6 @@ public static void GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl( @@ -306140,40 +167060,6 @@ public static sbyte GetActiveUniformARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -306185,40 +167071,6 @@ public static void GetActiveUniformBlock( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetActiveUniformBlock(program, uniformBlockIndex, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl( @@ -306237,40 +167089,6 @@ public static void GetActiveUniformBlock( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl( @@ -306286,40 +167104,6 @@ public static int GetActiveUniformBlock( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -306339,40 +167123,6 @@ public static void GetActiveUniformBlockName( uniformBlockName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl( @@ -306399,40 +167149,6 @@ public static void GetActiveUniformBlockName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl( @@ -306458,40 +167174,6 @@ public static sbyte GetActiveUniformBlockName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -306511,40 +167193,6 @@ public static void GetActiveUniformName( uniformName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl( @@ -306571,40 +167219,6 @@ public static void GetActiveUniformName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl( @@ -306624,40 +167238,6 @@ public static sbyte GetActiveUniformName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -306677,40 +167257,6 @@ public static void GetActiveUniforms( @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] [MethodImpl( @@ -306737,7 +167283,6 @@ public static void GetActiveUniforms( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -306753,7 +167298,6 @@ public static void GetActiveVaryingNV( ) => Underlying.Value!.GetActiveVaryingNV(program, index, bufSize, length, size, type, name); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl( @@ -306786,7 +167330,6 @@ public static void GetActiveVaryingNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl( @@ -306818,7 +167361,6 @@ public static sbyte GetActiveVaryingNV( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -306829,7 +167371,6 @@ public static void GetArrayObjectfvATI( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetArrayObjectfvATI(array, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl( @@ -306847,7 +167388,6 @@ public static void GetArrayObjectfvATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl( @@ -306863,7 +167403,6 @@ public static float GetArrayObjectfvATI( return @params; } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -306874,7 +167413,6 @@ public static void GetArrayObjectivATI( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetArrayObjectivATI(array, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl( @@ -306892,7 +167430,6 @@ public static void GetArrayObjectivATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl( @@ -306908,7 +167445,6 @@ public static int GetArrayObjectivATI( return @params; } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -306920,7 +167456,6 @@ public static void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB *")] uint* obj ) => Underlying.Value!.GetAttachedObjectsARB(containerObj, maxCount, count, obj); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl( @@ -306940,7 +167475,6 @@ public static void GetAttachedObjectsARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl( @@ -306959,49 +167493,6 @@ public static uint GetAttachedObjectsARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl( @@ -307020,49 +167511,6 @@ public static uint GetAttachedShader( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307074,49 +167522,6 @@ public static void GetAttachedShaders( [NativeTypeName("GLuint *")] uint* shaders ) => Underlying.Value!.GetAttachedShaders(program, maxCount, count, shaders); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl( @@ -307137,49 +167542,6 @@ public static void GetAttachedShaders( } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307190,49 +167552,6 @@ public static int GetAttribLocation( ) => Underlying.Value!.GetAttribLocation(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] [MethodImpl( @@ -307250,7 +167569,6 @@ public static int GetAttribLocation( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307261,7 +167579,6 @@ public static int GetAttribLocationARB( ) => Underlying.Value!.GetAttribLocationARB(programObj, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] [MethodImpl( @@ -307278,40 +167595,6 @@ public static int GetAttribLocationARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307322,40 +167605,6 @@ public static void GetBoolean( [NativeTypeName("GLboolean *")] uint* data ) => Underlying.Value!.GetBoolean(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] [MethodImpl( @@ -307373,8 +167622,6 @@ public static void GetBoolean( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307385,8 +167632,6 @@ public static void GetBooleanIndexedEXT( [NativeTypeName("GLboolean *")] uint* data ) => Underlying.Value!.GetBooleanIndexedEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] [MethodImpl( @@ -307404,62 +167649,6 @@ public static void GetBooleanIndexedEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307469,62 +167658,6 @@ public static void GetBoolean( [NativeTypeName("GLboolean *")] uint* data ) => Underlying.Value!.GetBoolean(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] [MethodImpl( @@ -307541,36 +167674,6 @@ public static void GetBoolean( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307581,36 +167684,6 @@ public static void GetBufferParameter( [NativeTypeName("GLint64 *")] long* @params ) => Underlying.Value!.GetBufferParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] [MethodImpl( @@ -307628,52 +167701,6 @@ public static void GetBufferParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307684,52 +167711,6 @@ public static void GetBufferParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetBufferParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] [MethodImpl( @@ -307747,7 +167728,6 @@ public static void GetBufferParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307758,7 +167738,6 @@ public static void GetBufferParameterARB( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetBufferParameterARB(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] [MethodImpl( @@ -307776,8 +167755,6 @@ public static void GetBufferParameterARB( } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307788,8 +167765,6 @@ public static void GetBufferParameterNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ) => Underlying.Value!.GetBufferParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl( @@ -307807,8 +167782,6 @@ public static void GetBufferParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl( @@ -307823,46 +167796,6 @@ public static ulong GetBufferParameterNV( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307873,46 +167806,6 @@ public static void GetBufferPointer( void** @params ) => Underlying.Value!.GetBufferPointer(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] [MethodImpl( @@ -307930,7 +167823,6 @@ Ref2D @params } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307941,7 +167833,6 @@ public static void GetBufferPointerARB( void** @params ) => Underlying.Value!.GetBufferPointerARB(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] [MethodImpl( @@ -307959,8 +167850,6 @@ Ref2D @params } } - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -307971,8 +167860,6 @@ public static void GetBufferPointerOES( void** @params ) => Underlying.Value!.GetBufferPointerOES(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] [MethodImpl( @@ -307990,46 +167877,6 @@ Ref2D @params } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308041,46 +167888,6 @@ public static void GetBufferSubData( void* data ) => Underlying.Value!.GetBufferSubData(target, offset, size, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] [MethodImpl( @@ -308099,19 +167906,17 @@ Ref data } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void GetBufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, void* data ) => Underlying.Value!.GetBufferSubDataARB(target, offset, size, data); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] [MethodImpl( @@ -308119,8 +167924,8 @@ public static void GetBufferSubDataARB( )] public static void GetBufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, Ref data ) { @@ -308130,31 +167935,6 @@ Ref data } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308164,31 +167944,6 @@ public static void GetClipPlane( [NativeTypeName("GLdouble *")] double* equation ) => Underlying.Value!.GetClipPlane(plane, equation); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] [MethodImpl( @@ -308205,7 +167960,6 @@ public static void GetClipPlane( } } - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308215,7 +167969,6 @@ public static void GetClipPlane( [NativeTypeName("GLfloat *")] float* equation ) => Underlying.Value!.GetClipPlane(plane, equation); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] [MethodImpl( @@ -308232,8 +167985,6 @@ public static void GetClipPlane( } } - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308243,8 +167994,6 @@ public static void GetClipPlaneOES( [NativeTypeName("GLfloat *")] float* equation ) => Underlying.Value!.GetClipPlaneOES(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] [MethodImpl( @@ -308261,7 +168010,6 @@ public static void GetClipPlaneOES( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308271,7 +168019,6 @@ public static void GetClipPlanex( [NativeTypeName("GLfixed *")] int* equation ) => Underlying.Value!.GetClipPlanex(plane, equation); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] [MethodImpl( @@ -308288,8 +168035,6 @@ public static void GetClipPlanex( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308299,8 +168044,6 @@ public static void GetClipPlanexOES( [NativeTypeName("GLfixed *")] int* equation ) => Underlying.Value!.GetClipPlanexOES(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] [MethodImpl( @@ -308317,7 +168060,6 @@ public static void GetClipPlanexOES( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308329,7 +168071,6 @@ public static void GetColorTable( void* table ) => Underlying.Value!.GetColorTable(target, format, type, table); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTable")] [MethodImpl( @@ -308348,7 +168089,6 @@ Ref table } } - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308360,7 +168100,6 @@ public static void GetColorTableEXT( void* data ) => Underlying.Value!.GetColorTableEXT(target, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] [MethodImpl( @@ -308379,7 +168118,6 @@ Ref data } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308390,7 +168128,6 @@ public static void GetColorTableParameter( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetColorTableParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] [MethodImpl( @@ -308408,7 +168145,6 @@ public static void GetColorTableParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308419,7 +168155,6 @@ public static void GetColorTableParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetColorTableParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] [MethodImpl( @@ -308437,7 +168172,6 @@ public static void GetColorTableParameterEXT( } } - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308448,7 +168182,6 @@ public static void GetColorTableParameterSGI( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetColorTableParameterSGI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] [MethodImpl( @@ -308466,7 +168199,6 @@ public static void GetColorTableParameterSGI( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308477,7 +168209,6 @@ public static void GetColorTableParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetColorTableParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] [MethodImpl( @@ -308495,7 +168226,6 @@ public static void GetColorTableParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308506,7 +168236,6 @@ public static void GetColorTableParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetColorTableParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] [MethodImpl( @@ -308524,7 +168253,6 @@ public static void GetColorTableParameterEXT( } } - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308535,7 +168263,6 @@ public static void GetColorTableParameterSGI( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetColorTableParameterSGI(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] [MethodImpl( @@ -308553,7 +168280,6 @@ public static void GetColorTableParameterSGI( } } - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308565,7 +168291,6 @@ public static void GetColorTableSGI( void* table ) => Underlying.Value!.GetColorTableSGI(target, format, type, table); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] [MethodImpl( @@ -308584,7 +168309,6 @@ Ref table } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308598,7 +168322,6 @@ public static void GetCombinerInputParameterNV( ) => Underlying.Value!.GetCombinerInputParameterNV(stage, portion, variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] [MethodImpl( @@ -308624,7 +168347,6 @@ public static void GetCombinerInputParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308638,7 +168360,6 @@ public static void GetCombinerInputParameterNV( ) => Underlying.Value!.GetCombinerInputParameterNV(stage, portion, variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] [MethodImpl( @@ -308664,7 +168385,6 @@ public static void GetCombinerInputParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308676,7 +168396,6 @@ public static void GetCombinerOutputParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetCombinerOutputParameterNV(stage, portion, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] [MethodImpl( @@ -308695,7 +168414,6 @@ public static void GetCombinerOutputParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308707,7 +168425,6 @@ public static void GetCombinerOutputParameterNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetCombinerOutputParameterNV(stage, portion, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] [MethodImpl( @@ -308726,7 +168443,6 @@ public static void GetCombinerOutputParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308737,7 +168453,6 @@ public static void GetCombinerStageParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetCombinerStageParameterNV(stage, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] [MethodImpl( @@ -308756,8 +168471,6 @@ public static void GetCombinerStageParameterNV( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308768,8 +168481,6 @@ public static uint GetCommandHeaderNV( ) => Underlying.Value!.GetCommandHeaderNV(tokenID, size); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] [MethodImpl( @@ -308780,8 +168491,6 @@ public static uint GetCommandHeaderNV( [NativeTypeName("GLuint")] uint size ) => Underlying.Value!.GetCommandHeaderNV(tokenID, size); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308793,8 +168502,6 @@ public static void GetCompressedMultiTexImageEXT( void* img ) => Underlying.Value!.GetCompressedMultiTexImageEXT(texunit, target, lod, img); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] [MethodImpl( @@ -308813,50 +168520,6 @@ Ref img } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308867,50 +168530,6 @@ public static void GetCompressedTexImage( void* img ) => Underlying.Value!.GetCompressedTexImage(target, level, img); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] [MethodImpl( @@ -308928,7 +168547,6 @@ Ref img } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308939,7 +168557,6 @@ public static void GetCompressedTexImageARB( void* img ) => Underlying.Value!.GetCompressedTexImageARB(target, level, img); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] [MethodImpl( @@ -308957,16 +168574,6 @@ Ref img } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -308978,16 +168585,6 @@ public static void GetCompressedTextureImage( void* pixels ) => Underlying.Value!.GetCompressedTextureImage(texture, level, bufSize, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] [MethodImpl( @@ -309006,8 +168603,6 @@ Ref pixels } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309019,8 +168614,6 @@ public static void GetCompressedTextureImageEXT( void* img ) => Underlying.Value!.GetCompressedTextureImageEXT(texture, target, lod, img); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] [MethodImpl( @@ -309039,16 +168632,6 @@ Ref img } } - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309078,16 +168661,6 @@ public static void GetCompressedTextureSubImage( pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] [MethodImpl( @@ -309123,7 +168696,6 @@ Ref pixels } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309135,7 +168707,6 @@ public static void GetConvolutionFilter( void* image ) => Underlying.Value!.GetConvolutionFilter(target, format, type, image); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] [MethodImpl( @@ -309154,7 +168725,6 @@ Ref image } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309166,7 +168736,6 @@ public static void GetConvolutionFilterEXT( void* image ) => Underlying.Value!.GetConvolutionFilterEXT(target, format, type, image); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] [MethodImpl( @@ -309185,7 +168754,6 @@ Ref image } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309196,7 +168764,6 @@ public static void GetConvolutionParameter( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] [MethodImpl( @@ -309214,7 +168781,6 @@ public static void GetConvolutionParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309225,7 +168791,6 @@ public static void GetConvolutionParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] [MethodImpl( @@ -309243,7 +168808,6 @@ public static void GetConvolutionParameterEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309254,7 +168818,6 @@ public static void GetConvolutionParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetConvolutionParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] [MethodImpl( @@ -309272,7 +168835,6 @@ public static void GetConvolutionParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309283,7 +168845,6 @@ public static void GetConvolutionParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetConvolutionParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] [MethodImpl( @@ -309301,20 +168862,18 @@ public static void GetConvolutionParameterEXT( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static int GetConvolutionParameterxvO([NativeTypeName("GLenum")] uint target) + public static int GetConvolutionParameterxvOOES([NativeTypeName("GLenum")] uint target) { int @params = default; GetConvolutionParameterxOES(target, 1, (int*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309325,7 +168884,6 @@ public static void GetConvolutionParameterxOES( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetConvolutionParameterxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl( @@ -309343,9 +168901,6 @@ public static void GetConvolutionParameterxOES( } } - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309355,9 +168910,6 @@ public static void GetCoverageModulationTableNV( [NativeTypeName("GLfloat *")] float* v ) => Underlying.Value!.GetCoverageModulationTableNV(bufSize, v); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl( @@ -309374,9 +168926,6 @@ public static void GetCoverageModulationTableNV( } } - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl( @@ -309390,28 +168939,6 @@ public static float GetCoverageModulationTableNV() } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309438,28 +168965,6 @@ public static uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl( @@ -309497,28 +169002,6 @@ public static uint GetDebugMessageLog( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl( @@ -309556,28 +169039,6 @@ public static uint GetDebugMessageLog( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl( @@ -309615,7 +169076,6 @@ public static uint GetDebugMessageLog( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309640,7 +169100,6 @@ public static uint GetDebugMessageLogAMD( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl( @@ -309675,7 +169134,6 @@ public static uint GetDebugMessageLogAMD( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl( @@ -309710,7 +169168,6 @@ public static uint GetDebugMessageLogAMD( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl( @@ -309745,8 +169202,6 @@ public static uint GetDebugMessageLogAMD( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309773,8 +169228,6 @@ public static uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl( @@ -309812,8 +169265,6 @@ public static uint GetDebugMessageLogARB( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl( @@ -309851,8 +169302,6 @@ public static uint GetDebugMessageLogARB( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl( @@ -309890,7 +169339,6 @@ public static uint GetDebugMessageLogARB( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -309917,7 +169365,6 @@ public static uint GetDebugMessageLogKHR( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl( @@ -309955,7 +169402,6 @@ public static uint GetDebugMessageLogKHR( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl( @@ -309993,7 +169439,6 @@ public static uint GetDebugMessageLogKHR( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl( @@ -310030,7 +169475,6 @@ public static uint GetDebugMessageLogKHR( } } - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310040,7 +169484,6 @@ public static void GetDetailTexFuncSGIS( [NativeTypeName("GLfloat *")] float* points ) => Underlying.Value!.GetDetailTexFuncSGIS(target, points); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] [MethodImpl( @@ -310057,32 +169500,6 @@ public static void GetDetailTexFuncSGIS( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310093,32 +169510,6 @@ public static void GetDouble( [NativeTypeName("GLdouble *")] double* data ) => Underlying.Value!.GetDouble(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] [MethodImpl( @@ -310136,8 +169527,6 @@ public static void GetDouble( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310148,8 +169537,6 @@ public static void GetDoubleEXT( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetDoubleEXT(pname, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] [MethodImpl( @@ -310167,8 +169554,6 @@ public static void GetDoubleEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310179,8 +169564,6 @@ public static void GetDoubleIndexedEXT( [NativeTypeName("GLdouble *")] double* data ) => Underlying.Value!.GetDoubleIndexedEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] [MethodImpl( @@ -310198,56 +169581,6 @@ public static void GetDoubleIndexedEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetDoublev")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310257,56 +169590,6 @@ public static void GetDouble( [NativeTypeName("GLdouble *")] double* data ) => Underlying.Value!.GetDouble(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublev")] [MethodImpl( @@ -310323,8 +169606,6 @@ public static void GetDouble( } } - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310335,8 +169616,6 @@ public static void GetDriverControlQCOM( [NativeTypeName("GLuint *")] uint* driverControls ) => Underlying.Value!.GetDriverControlQCOM(num, size, driverControls); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl( @@ -310355,8 +169634,6 @@ public static void GetDriverControlQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl( @@ -310372,8 +169649,6 @@ public static uint GetDriverControlQCOM([NativeTypeName("GLint *")] Ref num } } - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310391,8 +169666,6 @@ public static void GetDriverControlStringQCOM( driverControlString ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl( @@ -310417,8 +169690,6 @@ public static void GetDriverControlStringQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl( @@ -310443,62 +169714,6 @@ public static sbyte GetDriverControlStringQCOM( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetError")] [MethodImpl( @@ -310507,71 +169722,12 @@ public static sbyte GetDriverControlStringQCOM( public static Constant GetError() => Underlying.Value!.GetError(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetError")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static uint GetErrorRaw() => Underlying.Value!.GetErrorRaw(); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310582,9 +169738,6 @@ public static void GetFenceNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetFenceNV(fence, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] [MethodImpl( @@ -310602,7 +169755,6 @@ public static void GetFenceNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310613,7 +169765,6 @@ public static void GetFinalCombinerInputParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetFinalCombinerInputParameterNV(variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] [MethodImpl( @@ -310631,7 +169782,6 @@ public static void GetFinalCombinerInputParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310642,7 +169792,6 @@ public static void GetFinalCombinerInputParameterNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetFinalCombinerInputParameterNV(variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] [MethodImpl( @@ -310660,33 +169809,26 @@ public static void GetFinalCombinerInputParameterNV( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetFirstPerfQueryIdIntel([NativeTypeName("GLuint *")] uint* queryId) => - Underlying.Value!.GetFirstPerfQueryIdIntel(queryId); + public static void GetFirstPerfQueryIdINTEL([NativeTypeName("GLuint *")] uint* queryId) => + Underlying.Value!.GetFirstPerfQueryIdINTEL(queryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetFirstPerfQueryIdIntel([NativeTypeName("GLuint *")] Ref queryId) + public static void GetFirstPerfQueryIdINTEL([NativeTypeName("GLuint *")] Ref queryId) { fixed (uint* __dsl_queryId = queryId) { - GetFirstPerfQueryIdIntel(__dsl_queryId); + GetFirstPerfQueryIdINTEL(__dsl_queryId); } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetFixedv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310696,7 +169838,6 @@ public static void GetFixed( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetFixed(pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFixedv")] [MethodImpl( @@ -310713,8 +169854,6 @@ public static void GetFixed( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310724,8 +169863,6 @@ public static void GetFixedOES( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetFixedOES(pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] [MethodImpl( @@ -310742,32 +169879,6 @@ public static void GetFixedOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310778,32 +169889,6 @@ public static void GetFloat( [NativeTypeName("GLfloat *")] float* data ) => Underlying.Value!.GetFloat(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] [MethodImpl( @@ -310821,8 +169906,6 @@ public static void GetFloat( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310833,8 +169916,6 @@ public static void GetFloatEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetFloatEXT(pname, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] [MethodImpl( @@ -310852,7 +169933,6 @@ public static void GetFloatEXT( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310863,7 +169943,6 @@ public static void GetFloatNV( [NativeTypeName("GLfloat *")] float* data ) => Underlying.Value!.GetFloatNV(target, index, data); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] [MethodImpl( @@ -310881,7 +169960,6 @@ public static void GetFloatNV( } } - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310892,7 +169970,6 @@ public static void GetFloatOES( [NativeTypeName("GLfloat *")] float* data ) => Underlying.Value!.GetFloatOES(target, index, data); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] [MethodImpl( @@ -310910,8 +169987,6 @@ public static void GetFloatOES( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -310922,8 +169997,6 @@ public static void GetFloatIndexedEXT( [NativeTypeName("GLfloat *")] float* data ) => Underlying.Value!.GetFloatIndexedEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] [MethodImpl( @@ -310941,62 +170014,6 @@ public static void GetFloatIndexedEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetFloatv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311006,62 +170023,6 @@ public static void GetFloat( [NativeTypeName("GLfloat *")] float* data ) => Underlying.Value!.GetFloat(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloatv")] [MethodImpl( @@ -311078,7 +170039,6 @@ public static void GetFloat( } } - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311086,7 +170046,6 @@ public static void GetFloat( public static void GetFogFuncSGIS([NativeTypeName("GLfloat *")] float* points) => Underlying.Value!.GetFogFuncSGIS(points); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] [MethodImpl( @@ -311101,36 +170060,6 @@ public static void GetFogFuncSGIS([NativeTypeName("GLfloat *")] Ref point } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311141,36 +170070,6 @@ public static int GetFragDataIndex( ) => Underlying.Value!.GetFragDataIndex(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] [MethodImpl( @@ -311188,7 +170087,6 @@ public static int GetFragDataIndex( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311199,7 +170097,6 @@ public static int GetFragDataIndexEXT( ) => Underlying.Value!.GetFragDataIndexEXT(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] [MethodImpl( @@ -311217,40 +170114,6 @@ public static int GetFragDataIndexEXT( } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311261,40 +170124,6 @@ public static int GetFragDataLocation( ) => Underlying.Value!.GetFragDataLocation(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] [MethodImpl( @@ -311312,7 +170141,6 @@ public static int GetFragDataLocation( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311323,7 +170151,6 @@ public static int GetFragDataLocationEXT( ) => Underlying.Value!.GetFragDataLocationEXT(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] [MethodImpl( @@ -311340,7 +170167,6 @@ public static int GetFragDataLocationEXT( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311351,7 +170177,6 @@ public static void GetFragmentLightSGIX( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetFragmentLightSGIX(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] [MethodImpl( @@ -311369,7 +170194,6 @@ public static void GetFragmentLightSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311380,7 +170204,6 @@ public static void GetFragmentLightSGIX( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetFragmentLightSGIX(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] [MethodImpl( @@ -311398,7 +170221,6 @@ public static void GetFragmentLightSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311409,7 +170231,6 @@ public static void GetFragmentMaterialSGIX( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetFragmentMaterialSGIX(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] [MethodImpl( @@ -311427,7 +170248,6 @@ public static void GetFragmentMaterialSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311438,7 +170258,6 @@ public static void GetFragmentMaterialSGIX( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetFragmentMaterialSGIX(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] [MethodImpl( @@ -311456,7 +170275,6 @@ public static void GetFragmentMaterialSGIX( } } - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311468,7 +170286,6 @@ public static void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] uint* shadingRates ) => Underlying.Value!.GetFragmentShadingRatesEXT(samples, maxCount, count, shadingRates); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( @@ -311488,7 +170305,6 @@ public static void GetFragmentShadingRatesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( @@ -311507,7 +170323,6 @@ public static uint GetFragmentShadingRatesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( @@ -311532,7 +170347,6 @@ public static void GetFragmentShadingRatesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl( @@ -311557,47 +170371,6 @@ public static void GetFragmentShadingRatesEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311610,47 +170383,6 @@ public static void GetFramebufferAttachmentParameter( ) => Underlying.Value!.GetFramebufferAttachmentParameter(target, attachment, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] [MethodImpl( @@ -311675,7 +170407,6 @@ public static void GetFramebufferAttachmentParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311693,7 +170424,6 @@ public static void GetFramebufferAttachmentParameterEXT( @params ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] [MethodImpl( @@ -311718,7 +170448,6 @@ public static void GetFramebufferAttachmentParameterEXT( } } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311736,7 +170465,6 @@ public static void GetFramebufferAttachmentParameterOES( @params ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] [MethodImpl( @@ -311761,7 +170489,6 @@ public static void GetFramebufferAttachmentParameterOES( } } - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311783,7 +170510,6 @@ public static void GetFramebufferParameterAMD( values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] [MethodImpl( @@ -311812,28 +170538,6 @@ public static void GetFramebufferParameterAMD( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311844,28 +170548,6 @@ public static void GetFramebufferParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetFramebufferParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] [MethodImpl( @@ -311884,8 +170566,6 @@ public static void GetFramebufferParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311896,8 +170576,6 @@ public static void GetFramebufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetFramebufferParameterEXT(framebuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] [MethodImpl( @@ -311915,9 +170593,6 @@ public static void GetFramebufferParameterEXT( } } - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311928,9 +170603,6 @@ public static void GetFramebufferParameterMESA( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetFramebufferParameterMESA(target, pname, @params); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] [MethodImpl( @@ -311950,7 +170622,6 @@ public static void GetFramebufferParameterMESA( } [return: NativeTypeName("GLsizei")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -311960,7 +170631,6 @@ public static uint GetFramebufferPixelLocalStorageSizeEXT( ) => Underlying.Value!.GetFramebufferPixelLocalStorageSizeEXT(target); [return: NativeTypeName("GLsizei")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] [MethodImpl( @@ -311971,16 +170641,6 @@ public static uint GetFramebufferPixelLocalStorageSizeEXT( ) => Underlying.Value!.GetFramebufferPixelLocalStorageSizeEXT(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] [MethodImpl( @@ -311990,8 +170650,6 @@ public static Constant GetGraphicsResetStatus Underlying.Value!.GetGraphicsResetStatus(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] [MethodImpl( @@ -312001,18 +170659,14 @@ public static Constant GetGraphicsResetStatus Underlying.Value!.GetGraphicsResetStatusARB(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint GetGraphicsResetStatusARBRaw() => - Underlying.Value!.GetGraphicsResetStatusARBRaw(); + public static uint GetGraphicsResetStatusARBRawARB() => + Underlying.Value!.GetGraphicsResetStatusARBRawARB(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] [MethodImpl( @@ -312022,17 +170676,14 @@ public static Constant GetGraphicsResetStatus Underlying.Value!.GetGraphicsResetStatusEXT(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint GetGraphicsResetStatusEXTRaw() => - Underlying.Value!.GetGraphicsResetStatusEXTRaw(); + public static uint GetGraphicsResetStatusEXTRawEXT() => + Underlying.Value!.GetGraphicsResetStatusEXTRawEXT(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] [MethodImpl( @@ -312042,25 +170693,14 @@ public static Constant GetGraphicsResetStatus Underlying.Value!.GetGraphicsResetStatusKHR(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint GetGraphicsResetStatusKHRRaw() => - Underlying.Value!.GetGraphicsResetStatusKHRRaw(); + public static uint GetGraphicsResetStatusKHRRawKHR() => + Underlying.Value!.GetGraphicsResetStatusKHRRawKHR(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312069,7 +170709,6 @@ public static uint GetGraphicsResetStatusRaw() => Underlying.Value!.GetGraphicsResetStatusRaw(); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312078,7 +170717,6 @@ public static uint GetHandleARB([NativeTypeName("GLenum")] uint pname) => Underlying.Value!.GetHandleARB(pname); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] [MethodImpl( @@ -312088,7 +170726,6 @@ public static uint GetHandleARB( [NativeTypeName("GLenum")] Constant pname ) => Underlying.Value!.GetHandleARB(pname); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312101,7 +170738,6 @@ public static void GetHistogram( void* values ) => Underlying.Value!.GetHistogram(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogram")] [MethodImpl( @@ -312121,7 +170757,6 @@ Ref values } } - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312134,7 +170769,6 @@ public static void GetHistogramEXT( void* values ) => Underlying.Value!.GetHistogramEXT(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] [MethodImpl( @@ -312154,7 +170788,6 @@ Ref values } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312165,7 +170798,6 @@ public static void GetHistogramParameter( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetHistogramParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] [MethodImpl( @@ -312183,7 +170815,6 @@ public static void GetHistogramParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312194,7 +170825,6 @@ public static void GetHistogramParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetHistogramParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] [MethodImpl( @@ -312212,7 +170842,6 @@ public static void GetHistogramParameterEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312223,7 +170852,6 @@ public static void GetHistogramParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetHistogramParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] [MethodImpl( @@ -312241,7 +170869,6 @@ public static void GetHistogramParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312252,7 +170879,6 @@ public static void GetHistogramParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetHistogramParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] [MethodImpl( @@ -312270,7 +170896,6 @@ public static void GetHistogramParameterEXT( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312281,7 +170906,6 @@ public static void GetHistogramParameterxOES( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetHistogramParameterxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] [MethodImpl( @@ -312300,8 +170924,6 @@ public static void GetHistogramParameterxOES( } [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312315,8 +170937,6 @@ public static ulong GetImageHandleARB( ) => Underlying.Value!.GetImageHandleARB(texture, level, layered, layer, format); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] [MethodImpl( @@ -312331,9 +170951,6 @@ public static ulong GetImageHandleARB( ) => Underlying.Value!.GetImageHandleARB(texture, level, layered, layer, format); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312347,9 +170964,6 @@ public static ulong GetImageHandleNV( ) => Underlying.Value!.GetImageHandleNV(texture, level, layered, layer, format); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] [MethodImpl( @@ -312363,7 +170977,6 @@ public static ulong GetImageHandleNV( [NativeTypeName("GLenum")] Constant format ) => Underlying.Value!.GetImageHandleNV(texture, level, layered, layer, format); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312374,7 +170987,6 @@ public static void GetImageTransformParameterHP( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetImageTransformParameterHP(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] [MethodImpl( @@ -312392,7 +171004,6 @@ public static void GetImageTransformParameterHP( } } - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312403,7 +171014,6 @@ public static void GetImageTransformParameterHP( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetImageTransformParameterHP(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] [MethodImpl( @@ -312421,7 +171031,6 @@ public static void GetImageTransformParameterHP( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312433,7 +171042,6 @@ public static void GetInfoLogARB( [NativeTypeName("GLcharARB *")] sbyte* infoLog ) => Underlying.Value!.GetInfoLogARB(obj, maxLength, length, infoLog); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl( @@ -312453,7 +171061,6 @@ public static void GetInfoLogARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl( @@ -312473,43 +171080,12 @@ public static sbyte GetInfoLogARB( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glGetInstrumentsSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int GetInstrumentsSGIX() => Underlying.Value!.GetInstrumentsSGIX(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312520,36 +171096,6 @@ public static void GetInteger64( [NativeTypeName("GLint64 *")] long* data ) => Underlying.Value!.GetInteger64(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] [MethodImpl( @@ -312567,38 +171113,6 @@ public static void GetInteger64( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312608,38 +171122,6 @@ public static void GetInteger64( [NativeTypeName("GLint64 *")] long* data ) => Underlying.Value!.GetInteger64(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] [MethodImpl( @@ -312656,36 +171138,31 @@ public static void GetInteger64( } } - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetInteger64Apple( + public static void GetInteger64APPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* @params - ) => Underlying.Value!.GetInteger64Apple(pname, @params); + ) => Underlying.Value!.GetInteger64APPLE(pname, @params); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetInteger64Apple( + public static void GetInteger64APPLE( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint64 *")] Ref @params ) { fixed (long* __dsl_params = @params) { - GetInteger64Apple((uint)pname, __dsl_params); + GetInteger64APPLE((uint)pname, __dsl_params); } } - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312695,7 +171172,6 @@ public static void GetInteger64EXT( [NativeTypeName("GLint64 *")] long* data ) => Underlying.Value!.GetInteger64EXT(pname, data); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] [MethodImpl( @@ -312712,42 +171188,6 @@ public static void GetInteger64EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312758,42 +171198,6 @@ public static void GetInteger( [NativeTypeName("GLint *")] int* data ) => Underlying.Value!.GetInteger(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] [MethodImpl( @@ -312811,7 +171215,6 @@ public static void GetInteger( } } - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312822,7 +171225,6 @@ public static void GetIntegerEXT( [NativeTypeName("GLint *")] int* data ) => Underlying.Value!.GetIntegerEXT(target, index, data); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] [MethodImpl( @@ -312840,8 +171242,6 @@ public static void GetIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312852,8 +171252,6 @@ public static void GetIntegerIndexedEXT( [NativeTypeName("GLint *")] int* data ) => Underlying.Value!.GetIntegerIndexedEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] [MethodImpl( @@ -312871,8 +171269,6 @@ public static void GetIntegerIndexedEXT( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312883,8 +171279,6 @@ public static void GetIntegerui64NV( [NativeTypeName("GLuint64EXT *")] ulong* result ) => Underlying.Value!.GetIntegerui64NV(value, index, result); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl( @@ -312902,8 +171296,6 @@ public static void GetIntegerui64NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl( @@ -312916,8 +171308,6 @@ public static ulong GetIntegerui64NV([NativeTypeName("GLuint")] uint index) return result; } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -312927,8 +171317,6 @@ public static void GetIntegerNV( [NativeTypeName("GLuint64EXT *")] ulong* result ) => Underlying.Value!.GetIntegerNV(value, result); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl( @@ -312945,8 +171333,6 @@ public static void GetIntegerNV( } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl( @@ -312959,62 +171345,6 @@ public static ulong GetIntegerNV() return result; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313024,62 +171354,6 @@ public static void GetInteger( [NativeTypeName("GLint *")] int* data ) => Underlying.Value!.GetInteger(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] [MethodImpl( @@ -313096,68 +171370,24 @@ public static void GetInteger( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetInternalformati64V( + public static void GetInternalformati64v( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLint64 *")] long* @params - ) => Underlying.Value!.GetInternalformati64V(target, internalformat, pname, count, @params); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] + ) => Underlying.Value!.GetInternalformati64v(target, internalformat, pname, count, @params); + [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetInternalformati64V( + public static void GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname, @@ -313167,7 +171397,7 @@ public static void GetInternalformati64V( { fixed (long* __dsl_params = @params) { - GetInternalformati64V( + GetInternalformati64v( (uint)target, (uint)internalformat, (uint)pname, @@ -313177,41 +171407,19 @@ public static void GetInternalformati64V( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static long GetInternalformati64V( + public static long GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname ) { long @params = default; - GetInternalformati64V( + GetInternalformati64v( (uint)target, (uint)internalformat, (uint)pname, @@ -313221,30 +171429,6 @@ public static long GetInternalformati64V( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313257,30 +171441,6 @@ public static void GetInternalformat( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetInternalformat(target, internalformat, pname, count, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl( @@ -313306,30 +171466,6 @@ public static void GetInternalformat( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl( @@ -313346,9 +171482,6 @@ public static int GetInternalformat( return @params; } - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313370,9 +171503,6 @@ public static void GetInternalformatSampleNV( @params ); - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl( @@ -313400,9 +171530,6 @@ public static void GetInternalformatSampleNV( } } - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl( @@ -313427,7 +171554,6 @@ public static int GetInternalformatSampleNV( return @params; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313438,7 +171564,6 @@ public static void GetInvariantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ) => Underlying.Value!.GetInvariantBooleanEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl( @@ -313456,7 +171581,6 @@ public static void GetInvariantBooleanEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl( @@ -313471,7 +171595,6 @@ public static uint GetInvariantBooleanEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313482,7 +171605,6 @@ public static void GetInvariantFloatEXT( [NativeTypeName("GLfloat *")] float* data ) => Underlying.Value!.GetInvariantFloatEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl( @@ -313500,7 +171622,6 @@ public static void GetInvariantFloatEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl( @@ -313515,7 +171636,6 @@ public static float GetInvariantFloatEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313526,7 +171646,6 @@ public static void GetInvariantIntegerEXT( [NativeTypeName("GLint *")] int* data ) => Underlying.Value!.GetInvariantIntegerEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl( @@ -313544,7 +171663,6 @@ public static void GetInvariantIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl( @@ -313559,32 +171677,6 @@ public static int GetInvariantIntegerEXT( return data; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetLightfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313595,32 +171687,6 @@ public static void GetLight( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetLight(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightfv")] [MethodImpl( @@ -313638,31 +171704,6 @@ public static void GetLight( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetLightiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313673,31 +171714,6 @@ public static void GetLight( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetLight(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightiv")] [MethodImpl( @@ -313715,7 +171731,6 @@ public static void GetLight( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313726,7 +171741,6 @@ public static void GetLightxOES( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetLightxOES(light, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] [MethodImpl( @@ -313744,7 +171758,6 @@ public static void GetLightxOES( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetLightxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313755,7 +171768,6 @@ public static void GetLightx( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetLightx(light, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxv")] [MethodImpl( @@ -313773,7 +171785,6 @@ public static void GetLightx( } } - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313784,7 +171795,6 @@ public static void GetLightxvOES( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetLightxvOES(light, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] [MethodImpl( @@ -313802,7 +171812,6 @@ public static void GetLightxvOES( } } - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313813,7 +171822,6 @@ public static void GetListParameterSGIX( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetListParameterSGIX(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] [MethodImpl( @@ -313831,7 +171839,6 @@ public static void GetListParameterSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313842,7 +171849,6 @@ public static void GetListParameterSGIX( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetListParameterSGIX(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] [MethodImpl( @@ -313860,7 +171866,6 @@ public static void GetListParameterSGIX( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313871,7 +171876,6 @@ public static void GetLocalConstantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ) => Underlying.Value!.GetLocalConstantBooleanEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl( @@ -313889,7 +171893,6 @@ public static void GetLocalConstantBooleanEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl( @@ -313904,7 +171907,6 @@ public static uint GetLocalConstantBooleanEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313915,7 +171917,6 @@ public static void GetLocalConstantFloatEXT( [NativeTypeName("GLfloat *")] float* data ) => Underlying.Value!.GetLocalConstantFloatEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl( @@ -313933,7 +171934,6 @@ public static void GetLocalConstantFloatEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl( @@ -313948,7 +171948,6 @@ public static float GetLocalConstantFloatEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -313959,7 +171958,6 @@ public static void GetLocalConstantIntegerEXT( [NativeTypeName("GLint *")] int* data ) => Underlying.Value!.GetLocalConstantIntegerEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl( @@ -313977,7 +171975,6 @@ public static void GetLocalConstantIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl( @@ -313992,7 +171989,6 @@ public static int GetLocalConstantIntegerEXT( return data; } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314004,7 +172000,6 @@ public static void GetMapAttribParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetMapAttribParameterNV(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] [MethodImpl( @@ -314023,7 +172018,6 @@ public static void GetMapAttribParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314035,7 +172029,6 @@ public static void GetMapAttribParameterNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetMapAttribParameterNV(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] [MethodImpl( @@ -314054,7 +172047,6 @@ public static void GetMapAttribParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314078,7 +172070,6 @@ public static void GetMapControlPointsNV( points ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] [MethodImpl( @@ -314108,31 +172099,6 @@ Ref points } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314143,31 +172109,6 @@ public static void GetMap( [NativeTypeName("GLdouble *")] double* v ) => Underlying.Value!.GetMap(target, query, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapdv")] [MethodImpl( @@ -314185,31 +172126,6 @@ public static void GetMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314220,31 +172136,6 @@ public static void GetMap( [NativeTypeName("GLfloat *")] float* v ) => Underlying.Value!.GetMap(target, query, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapfv")] [MethodImpl( @@ -314262,31 +172153,6 @@ public static void GetMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314297,31 +172163,6 @@ public static void GetMap( [NativeTypeName("GLint *")] int* v ) => Underlying.Value!.GetMap(target, query, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapiv")] [MethodImpl( @@ -314339,7 +172180,6 @@ public static void GetMap( } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314350,7 +172190,6 @@ public static void GetMapParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetMapParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] [MethodImpl( @@ -314368,7 +172207,6 @@ public static void GetMapParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314379,7 +172217,6 @@ public static void GetMapParameterNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetMapParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] [MethodImpl( @@ -314397,7 +172234,6 @@ public static void GetMapParameterNV( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314408,7 +172244,6 @@ public static void GetMapxOES( [NativeTypeName("GLfixed *")] int* v ) => Underlying.Value!.GetMapxOES(target, query, v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] [MethodImpl( @@ -314426,32 +172261,6 @@ public static void GetMapxOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314462,32 +172271,6 @@ public static void GetMaterial( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetMaterial(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] [MethodImpl( @@ -314505,31 +172288,6 @@ public static void GetMaterial( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314540,31 +172298,6 @@ public static void GetMaterial( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetMaterial(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] [MethodImpl( @@ -314582,7 +172315,6 @@ public static void GetMaterial( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314593,7 +172325,6 @@ public static void GetMaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.GetMaterialxOES(face, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] [MethodImpl( @@ -314605,7 +172336,6 @@ public static void GetMaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.GetMaterialxOES(face, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314616,7 +172346,6 @@ public static void GetMaterialx( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetMaterialx(face, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] [MethodImpl( @@ -314634,7 +172363,6 @@ public static void GetMaterialx( } } - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314645,7 +172373,6 @@ public static void GetMaterialxOES( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetMaterialxOES(face, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] [MethodImpl( @@ -314663,9 +172390,6 @@ public static void GetMaterialxOES( } } - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314685,9 +172409,6 @@ public static void GetMemoryObjectDetachedResourcesNV( @params ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] [MethodImpl( @@ -314707,8 +172428,6 @@ public static void GetMemoryObjectDetachedResourcesNV( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314719,8 +172438,6 @@ public static void GetMemoryObjectParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetMemoryObjectParameterEXT(memoryObject, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] [MethodImpl( @@ -314738,7 +172455,6 @@ public static void GetMemoryObjectParameterEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmax")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314751,7 +172467,6 @@ public static void GetMinmax( void* values ) => Underlying.Value!.GetMinmax(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmax")] [MethodImpl( @@ -314771,7 +172486,6 @@ Ref values } } - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314784,7 +172498,6 @@ public static void GetMinmaxEXT( void* values ) => Underlying.Value!.GetMinmaxEXT(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] [MethodImpl( @@ -314804,7 +172517,6 @@ Ref values } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314815,7 +172527,6 @@ public static void GetMinmaxParameter( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetMinmaxParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] [MethodImpl( @@ -314833,7 +172544,6 @@ public static void GetMinmaxParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314844,7 +172554,6 @@ public static void GetMinmaxParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetMinmaxParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] [MethodImpl( @@ -314862,7 +172571,6 @@ public static void GetMinmaxParameterEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314873,7 +172581,6 @@ public static void GetMinmaxParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetMinmaxParameter(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] [MethodImpl( @@ -314891,7 +172598,6 @@ public static void GetMinmaxParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314902,7 +172608,6 @@ public static void GetMinmaxParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetMinmaxParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] [MethodImpl( @@ -314920,38 +172625,6 @@ public static void GetMinmaxParameterEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -314962,38 +172635,6 @@ public static void GetMultisample( [NativeTypeName("GLfloat *")] float* val ) => Underlying.Value!.GetMultisample(pname, index, val); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] [MethodImpl( @@ -315011,7 +172652,6 @@ public static void GetMultisample( } } - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315022,7 +172662,6 @@ public static void GetMultisampleNV( [NativeTypeName("GLfloat *")] float* val ) => Underlying.Value!.GetMultisampleNV(pname, index, val); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] [MethodImpl( @@ -315040,8 +172679,6 @@ public static void GetMultisampleNV( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315053,8 +172690,6 @@ public static void GetMultiTexEnvEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetMultiTexEnvEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] [MethodImpl( @@ -315073,8 +172708,6 @@ public static void GetMultiTexEnvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315086,8 +172719,6 @@ public static void GetMultiTexEnvEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetMultiTexEnvEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] [MethodImpl( @@ -315106,8 +172737,6 @@ public static void GetMultiTexEnvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315119,8 +172748,6 @@ public static void GetMultiTexGenEXT( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetMultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] [MethodImpl( @@ -315139,8 +172766,6 @@ public static void GetMultiTexGenEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315152,8 +172777,6 @@ public static void GetMultiTexGenEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetMultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] [MethodImpl( @@ -315172,8 +172795,6 @@ public static void GetMultiTexGenEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315185,8 +172806,6 @@ public static void GetMultiTexGenEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetMultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] [MethodImpl( @@ -315205,8 +172824,6 @@ public static void GetMultiTexGenEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315220,8 +172837,6 @@ public static void GetMultiTexImageEXT( void* pixels ) => Underlying.Value!.GetMultiTexImageEXT(texunit, target, level, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] [MethodImpl( @@ -315249,8 +172864,6 @@ Ref pixels } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315263,8 +172876,6 @@ public static void GetMultiTexLevelParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetMultiTexLevelParameterEXT(texunit, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] [MethodImpl( @@ -315290,8 +172901,6 @@ public static void GetMultiTexLevelParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315304,8 +172913,6 @@ public static void GetMultiTexLevelParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetMultiTexLevelParameterEXT(texunit, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] [MethodImpl( @@ -315331,8 +172938,6 @@ public static void GetMultiTexLevelParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315344,8 +172949,6 @@ public static void GetMultiTexParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetMultiTexParameterEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] [MethodImpl( @@ -315364,8 +172967,6 @@ public static void GetMultiTexParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315377,8 +172978,6 @@ public static void GetMultiTexParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetMultiTexParameterIEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] [MethodImpl( @@ -315397,8 +172996,6 @@ public static void GetMultiTexParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315410,8 +173007,6 @@ public static void GetMultiTexParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetMultiTexParameterIEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] [MethodImpl( @@ -315430,8 +173025,6 @@ public static void GetMultiTexParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315443,8 +173036,6 @@ public static void GetMultiTexParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetMultiTexParameterEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] [MethodImpl( @@ -315463,16 +173054,6 @@ public static void GetMultiTexParameterEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315483,16 +173064,6 @@ public static void GetNamedBufferParameter( [NativeTypeName("GLint64 *")] long* @params ) => Underlying.Value!.GetNamedBufferParameter(buffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] [MethodImpl( @@ -315510,16 +173081,6 @@ public static void GetNamedBufferParameter( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315530,16 +173091,6 @@ public static void GetNamedBufferParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetNamedBufferParameter(buffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] [MethodImpl( @@ -315557,8 +173108,6 @@ public static void GetNamedBufferParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315569,8 +173118,6 @@ public static void GetNamedBufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetNamedBufferParameterEXT(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] [MethodImpl( @@ -315588,8 +173135,6 @@ public static void GetNamedBufferParameterEXT( } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315600,8 +173145,6 @@ public static void GetNamedBufferParameterNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ) => Underlying.Value!.GetNamedBufferParameterNV(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] [MethodImpl( @@ -315619,16 +173162,6 @@ public static void GetNamedBufferParameterNV( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315639,16 +173172,6 @@ public static void GetNamedBufferPointer( void** @params ) => Underlying.Value!.GetNamedBufferPointer(buffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] [MethodImpl( @@ -315666,8 +173189,6 @@ Ref2D @params } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315678,8 +173199,6 @@ public static void GetNamedBufferPointerEXT( void** @params ) => Underlying.Value!.GetNamedBufferPointerEXT(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] [MethodImpl( @@ -315697,16 +173216,6 @@ Ref2D @params } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315718,16 +173227,6 @@ public static void GetNamedBufferSubData( void* data ) => Underlying.Value!.GetNamedBufferSubData(buffer, offset, size, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] [MethodImpl( @@ -315746,8 +173245,6 @@ Ref data } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315759,8 +173256,6 @@ public static void GetNamedBufferSubDataEXT( void* data ) => Underlying.Value!.GetNamedBufferSubDataEXT(buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] [MethodImpl( @@ -315779,16 +173274,6 @@ Ref data } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315806,16 +173291,6 @@ public static void GetNamedFramebufferAttachmentParameter( @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] [MethodImpl( @@ -315840,8 +173315,6 @@ public static void GetNamedFramebufferAttachmentParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315859,8 +173332,6 @@ public static void GetNamedFramebufferAttachmentParameterEXT( @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] [MethodImpl( @@ -315885,7 +173356,6 @@ public static void GetNamedFramebufferAttachmentParameterEXT( } } - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315907,7 +173377,6 @@ public static void GetNamedFramebufferParameterAMD( values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] [MethodImpl( @@ -315935,16 +173404,6 @@ public static void GetNamedFramebufferParameterAMD( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315955,16 +173414,6 @@ public static void GetNamedFramebufferParameter( [NativeTypeName("GLint *")] int* param2 ) => Underlying.Value!.GetNamedFramebufferParameter(framebuffer, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] [MethodImpl( @@ -315982,8 +173431,6 @@ public static void GetNamedFramebufferParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -315994,8 +173441,6 @@ public static void GetNamedFramebufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetNamedFramebufferParameterEXT(framebuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] [MethodImpl( @@ -316013,8 +173458,6 @@ public static void GetNamedFramebufferParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316026,8 +173469,6 @@ public static void GetNamedProgramEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetNamedProgramEXT(program, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl( @@ -316046,8 +173487,6 @@ public static void GetNamedProgramEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl( @@ -316064,8 +173503,6 @@ public static int GetNamedProgramEXT( return @params; } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316077,8 +173514,6 @@ public static void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetNamedProgramLocalParameterEXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] [MethodImpl( @@ -316097,8 +173532,6 @@ public static void GetNamedProgramLocalParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316110,8 +173543,6 @@ public static void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetNamedProgramLocalParameterEXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] [MethodImpl( @@ -316130,8 +173561,6 @@ public static void GetNamedProgramLocalParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316143,8 +173572,6 @@ public static void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetNamedProgramLocalParameterIEXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] [MethodImpl( @@ -316163,8 +173590,6 @@ public static void GetNamedProgramLocalParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316176,8 +173601,6 @@ public static void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetNamedProgramLocalParameterIEXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] [MethodImpl( @@ -316196,8 +173619,6 @@ public static void GetNamedProgramLocalParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316209,8 +173630,6 @@ public static void GetNamedProgramStringEXT( void* @string ) => Underlying.Value!.GetNamedProgramStringEXT(program, target, pname, @string); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] [MethodImpl( @@ -316229,16 +173648,6 @@ Ref @string } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316249,16 +173658,6 @@ public static void GetNamedRenderbufferParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetNamedRenderbufferParameter(renderbuffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] [MethodImpl( @@ -316276,8 +173675,6 @@ public static void GetNamedRenderbufferParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316288,8 +173685,6 @@ public static void GetNamedRenderbufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetNamedRenderbufferParameterEXT(renderbuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] [MethodImpl( @@ -316307,8 +173702,6 @@ public static void GetNamedRenderbufferParameterEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316321,8 +173714,6 @@ public static void GetNamedStringARB( [NativeTypeName("GLchar *")] sbyte* @string ) => Underlying.Value!.GetNamedStringARB(namelen, name, bufSize, stringlen, @string); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] [MethodImpl( @@ -316344,8 +173735,6 @@ public static void GetNamedStringARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316357,8 +173746,6 @@ public static void GetNamedStringARB( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetNamedStringARB(namelen, name, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] [MethodImpl( @@ -316378,7 +173765,6 @@ public static void GetNamedStringARB( } } - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316391,7 +173777,6 @@ public static void GetnColorTable( void* table ) => Underlying.Value!.GetnColorTable(target, format, type, bufSize, table); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] [MethodImpl( @@ -316411,7 +173796,6 @@ Ref table } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316424,7 +173808,6 @@ public static void GetnColorTableARB( void* table ) => Underlying.Value!.GetnColorTableARB(target, format, type, bufSize, table); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] [MethodImpl( @@ -316444,8 +173827,6 @@ Ref table } } - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316457,8 +173838,6 @@ public static void GetnCompressedTexImage( void* pixels ) => Underlying.Value!.GetnCompressedTexImage(target, lod, bufSize, pixels); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] [MethodImpl( @@ -316477,8 +173856,6 @@ Ref pixels } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316490,8 +173867,6 @@ public static void GetnCompressedTexImageARB( void* img ) => Underlying.Value!.GetnCompressedTexImageARB(target, lod, bufSize, img); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] [MethodImpl( @@ -316510,7 +173885,6 @@ Ref img } } - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316523,7 +173897,6 @@ public static void GetnConvolutionFilter( void* image ) => Underlying.Value!.GetnConvolutionFilter(target, format, type, bufSize, image); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] [MethodImpl( @@ -316543,7 +173916,6 @@ Ref image } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316556,7 +173928,6 @@ public static void GetnConvolutionFilterARB( void* image ) => Underlying.Value!.GetnConvolutionFilterARB(target, format, type, bufSize, image); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] [MethodImpl( @@ -316582,53 +173953,43 @@ Ref image } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetNextPerfQueryIdIntel( + public static void GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* nextQueryId - ) => Underlying.Value!.GetNextPerfQueryIdIntel(queryId, nextQueryId); + ) => Underlying.Value!.GetNextPerfQueryIdINTEL(queryId, nextQueryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetNextPerfQueryIdIntel( + public static void GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref nextQueryId ) { fixed (uint* __dsl_nextQueryId = nextQueryId) { - GetNextPerfQueryIdIntel(queryId, __dsl_nextQueryId); + GetNextPerfQueryIdINTEL(queryId, __dsl_nextQueryId); } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint GetNextPerfQueryIdIntel() + public static uint GetNextPerfQueryIdINTEL() { uint nextQueryId = default; - GetNextPerfQueryIdIntel(1, (uint*)&nextQueryId); + GetNextPerfQueryIdINTEL(1, (uint*)&nextQueryId); return nextQueryId; } - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316642,7 +174003,6 @@ public static void GetnHistogram( void* values ) => Underlying.Value!.GetnHistogram(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] [MethodImpl( @@ -316670,7 +174030,6 @@ Ref values } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316684,7 +174043,6 @@ public static void GetnHistogramARB( void* values ) => Underlying.Value!.GetnHistogramARB(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] [MethodImpl( @@ -316712,7 +174070,6 @@ Ref values } } - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316724,7 +174081,6 @@ public static void GetnMap( [NativeTypeName("GLdouble *")] double* v ) => Underlying.Value!.GetnMap(target, query, bufSize, v); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl( @@ -316743,7 +174099,6 @@ public static void GetnMap( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl( @@ -316759,7 +174114,6 @@ public static double GetnMap( return v; } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316771,7 +174125,6 @@ public static void GetnMapARB( [NativeTypeName("GLdouble *")] double* v ) => Underlying.Value!.GetnMapARB(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] [MethodImpl( @@ -316790,7 +174143,6 @@ public static void GetnMapARB( } } - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316802,7 +174154,6 @@ public static void GetnMap( [NativeTypeName("GLfloat *")] float* v ) => Underlying.Value!.GetnMap(target, query, bufSize, v); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] [MethodImpl( @@ -316821,7 +174172,6 @@ public static void GetnMap( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316833,7 +174183,6 @@ public static void GetnMapfvARB( [NativeTypeName("GLfloat *")] float* v ) => Underlying.Value!.GetnMapfvARB(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl( @@ -316852,7 +174201,6 @@ public static void GetnMapfvARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl( @@ -316868,7 +174216,6 @@ public static float GetnMapfvARB( return v; } - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316880,7 +174227,6 @@ public static void GetnMap( [NativeTypeName("GLint *")] int* v ) => Underlying.Value!.GetnMap(target, query, bufSize, v); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] [MethodImpl( @@ -316899,7 +174245,6 @@ public static void GetnMap( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316911,7 +174256,6 @@ public static void GetnMapivARB( [NativeTypeName("GLint *")] int* v ) => Underlying.Value!.GetnMapivARB(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl( @@ -316930,7 +174274,6 @@ public static void GetnMapivARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl( @@ -316946,7 +174289,6 @@ public static int GetnMapivARB( return v; } - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -316960,7 +174302,6 @@ public static void GetnMinmax( void* values ) => Underlying.Value!.GetnMinmax(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] [MethodImpl( @@ -316988,7 +174329,6 @@ Ref values } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317002,7 +174342,6 @@ public static void GetnMinmaxARB( void* values ) => Underlying.Value!.GetnMinmaxARB(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] [MethodImpl( @@ -317030,7 +174369,6 @@ Ref values } } - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317041,7 +174379,6 @@ public static void GetnPixelMap( [NativeTypeName("GLfloat *")] float* values ) => Underlying.Value!.GetnPixelMap(map, bufSize, values); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] [MethodImpl( @@ -317059,7 +174396,6 @@ public static void GetnPixelMap( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] [MethodImpl( @@ -317074,7 +174410,6 @@ public static float GetnPixelMap( return values; } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317085,7 +174420,6 @@ public static void GetnPixelMapARB( [NativeTypeName("GLfloat *")] float* values ) => Underlying.Value!.GetnPixelMapARB(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] [MethodImpl( @@ -317103,7 +174437,6 @@ public static void GetnPixelMapARB( } } - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317114,7 +174447,6 @@ public static void GetnPixelMap( [NativeTypeName("GLuint *")] uint* values ) => Underlying.Value!.GetnPixelMap(map, bufSize, values); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] [MethodImpl( @@ -317132,7 +174464,6 @@ public static void GetnPixelMap( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317143,7 +174474,6 @@ public static void GetnPixelMapuivARB( [NativeTypeName("GLuint *")] uint* values ) => Underlying.Value!.GetnPixelMapuivARB(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] [MethodImpl( @@ -317161,7 +174491,6 @@ public static void GetnPixelMapuivARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] [MethodImpl( @@ -317176,7 +174505,6 @@ public static uint GetnPixelMapuivARB( return values; } - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317187,7 +174515,6 @@ public static void GetnPixelMap( [NativeTypeName("GLushort *")] ushort* values ) => Underlying.Value!.GetnPixelMap(map, bufSize, values); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] [MethodImpl( @@ -317205,7 +174532,6 @@ public static void GetnPixelMap( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317216,7 +174542,6 @@ public static void GetnPixelMapusvARB( [NativeTypeName("GLushort *")] ushort* values ) => Underlying.Value!.GetnPixelMapusvARB(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] [MethodImpl( @@ -317234,7 +174559,6 @@ public static void GetnPixelMapusvARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] [MethodImpl( @@ -317249,7 +174573,6 @@ public static ushort GetnPixelMapusvARB( return values; } - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317259,7 +174582,6 @@ public static void GetnPolygonStipple( [NativeTypeName("GLubyte *")] byte* pattern ) => Underlying.Value!.GetnPolygonStipple(bufSize, pattern); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl( @@ -317276,7 +174598,6 @@ public static void GetnPolygonStipple( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl( @@ -317289,7 +174610,6 @@ public static byte GetnPolygonStipple() return pattern; } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317299,7 +174619,6 @@ public static void GetnPolygonStippleARB( [NativeTypeName("GLubyte *")] byte* pattern ) => Underlying.Value!.GetnPolygonStippleARB(bufSize, pattern); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl( @@ -317316,7 +174635,6 @@ public static void GetnPolygonStippleARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl( @@ -317329,7 +174647,6 @@ public static byte GetnPolygonStippleARB() return pattern; } - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317355,7 +174672,6 @@ public static void GetnSeparableFilter( span ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] [MethodImpl( @@ -317389,7 +174705,6 @@ Ref span } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317415,7 +174730,6 @@ public static void GetnSeparableFilterARB( span ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] [MethodImpl( @@ -317449,8 +174763,6 @@ Ref span } } - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317464,8 +174776,6 @@ public static void GetnTexImage( void* pixels ) => Underlying.Value!.GetnTexImage(target, level, format, type, bufSize, pixels); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] [MethodImpl( @@ -317486,8 +174796,6 @@ Ref pixels } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317501,8 +174809,6 @@ public static void GetnTexImageARB( void* img ) => Underlying.Value!.GetnTexImageARB(target, level, format, type, bufSize, img); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] [MethodImpl( @@ -317523,8 +174829,6 @@ Ref img } } - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317536,8 +174840,6 @@ public static void GetnUniform( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetnUniform(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] [MethodImpl( @@ -317556,8 +174858,6 @@ public static void GetnUniform( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317569,8 +174869,6 @@ public static void GetnUniformARB( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] [MethodImpl( @@ -317589,16 +174887,6 @@ public static void GetnUniformARB( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317610,16 +174898,6 @@ public static void GetnUniform( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetnUniform(program, location, bufSize, @params); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] [MethodImpl( @@ -317638,8 +174916,6 @@ public static void GetnUniform( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317651,8 +174927,6 @@ public static void GetnUniformARB( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] [MethodImpl( @@ -317671,8 +174945,6 @@ public static void GetnUniformARB( } } - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317684,8 +174956,6 @@ public static void GetnUniformEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetnUniformEXT(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] [MethodImpl( @@ -317704,7 +174974,6 @@ public static void GetnUniformEXT( } } - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317716,7 +174985,6 @@ public static void GetnUniformKHR( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetnUniformKHR(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] [MethodImpl( @@ -317735,8 +175003,6 @@ public static void GetnUniformKHR( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317748,8 +175014,6 @@ public static void GetnUniformARB( [NativeTypeName("GLint64 *")] long* @params ) => Underlying.Value!.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] [MethodImpl( @@ -317768,16 +175032,6 @@ public static void GetnUniformARB( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317789,16 +175043,6 @@ public static void GetnUniform( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetnUniform(program, location, bufSize, @params); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] [MethodImpl( @@ -317817,8 +175061,6 @@ public static void GetnUniform( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317830,8 +175072,6 @@ public static void GetnUniformARB( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] [MethodImpl( @@ -317850,8 +175090,6 @@ public static void GetnUniformARB( } } - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317863,8 +175101,6 @@ public static void GetnUniformEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetnUniformEXT(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] [MethodImpl( @@ -317883,7 +175119,6 @@ public static void GetnUniformEXT( } } - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317895,7 +175130,6 @@ public static void GetnUniformKHR( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetnUniformKHR(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] [MethodImpl( @@ -317914,8 +175148,6 @@ public static void GetnUniformKHR( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317927,8 +175159,6 @@ public static void GetnUniformARB( [NativeTypeName("GLuint64 *")] ulong* @params ) => Underlying.Value!.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] [MethodImpl( @@ -317947,16 +175177,6 @@ public static void GetnUniformARB( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -317968,16 +175188,6 @@ public static void GetnUniform( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetnUniform(program, location, bufSize, @params); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] [MethodImpl( @@ -317996,8 +175206,6 @@ public static void GetnUniform( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318009,8 +175217,6 @@ public static void GetnUniformARB( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetnUniformARB(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] [MethodImpl( @@ -318029,7 +175235,6 @@ public static void GetnUniformARB( } } - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318041,7 +175246,6 @@ public static void GetnUniformKHR( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetnUniformKHR(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] [MethodImpl( @@ -318060,7 +175264,6 @@ public static void GetnUniformKHR( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318071,7 +175274,6 @@ public static void GetObjectBufferfvATI( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetObjectBufferfvATI(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl( @@ -318089,7 +175291,6 @@ public static void GetObjectBufferfvATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl( @@ -318105,7 +175306,6 @@ public static float GetObjectBufferfvATI( return @params; } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318116,7 +175316,6 @@ public static void GetObjectBufferivATI( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetObjectBufferivATI(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl( @@ -318134,7 +175333,6 @@ public static void GetObjectBufferivATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl( @@ -318150,28 +175348,6 @@ public static int GetObjectBufferivATI( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318184,28 +175360,6 @@ public static void GetObjectLabel( [NativeTypeName("GLchar *")] sbyte* label ) => Underlying.Value!.GetObjectLabel(identifier, name, bufSize, length, label); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl( @@ -318226,28 +175380,6 @@ public static void GetObjectLabel( } } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl( @@ -318267,9 +175399,6 @@ public static sbyte GetObjectLabel( } } - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318282,9 +175411,6 @@ public static void GetObjectLabelEXT( [NativeTypeName("GLchar *")] sbyte* label ) => Underlying.Value!.GetObjectLabelEXT(type, @object, bufSize, length, label); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl( @@ -318305,9 +175431,6 @@ public static void GetObjectLabelEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl( @@ -318327,7 +175450,6 @@ public static sbyte GetObjectLabelEXT( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318340,7 +175462,6 @@ public static void GetObjectLabelKHR( [NativeTypeName("GLchar *")] sbyte* label ) => Underlying.Value!.GetObjectLabelKHR(identifier, name, bufSize, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl( @@ -318361,7 +175482,6 @@ public static void GetObjectLabelKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl( @@ -318381,7 +175501,6 @@ public static sbyte GetObjectLabelKHR( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318392,7 +175511,6 @@ public static void GetObjectParameterfvARB( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetObjectParameterfvARB(obj, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl( @@ -318410,7 +175528,6 @@ public static void GetObjectParameterfvARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl( @@ -318423,25 +175540,23 @@ public static float GetObjectParameterfvARB([NativeTypeName("GLhandleARB")] uint return @params; } - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetObjectParameterApple( + public static void GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params - ) => Underlying.Value!.GetObjectParameterApple(objectType, name, pname, @params); + ) => Underlying.Value!.GetObjectParameterAPPLE(objectType, name, pname, @params); - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetObjectParameterApple( + public static void GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, @@ -318450,27 +175565,25 @@ public static void GetObjectParameterApple( { fixed (int* __dsl_params = @params) { - GetObjectParameterApple(objectType, name, pname, __dsl_params); + GetObjectParameterAPPLE(objectType, name, pname, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static int GetObjectParameterApple( + public static int GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name ) { int @params = default; - GetObjectParameterApple(objectType, name, 1, (int*)&@params); + GetObjectParameterAPPLE(objectType, name, 1, (int*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318481,7 +175594,6 @@ public static void GetObjectParameterivARB( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetObjectParameterivARB(obj, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl( @@ -318499,7 +175611,6 @@ public static void GetObjectParameterivARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl( @@ -318512,28 +175623,6 @@ public static int GetObjectParameterivARB([NativeTypeName("GLhandleARB")] uint o return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318545,28 +175634,6 @@ public static void GetObjectPtrLabel( [NativeTypeName("GLchar *")] sbyte* label ) => Underlying.Value!.GetObjectPtrLabel(ptr, bufSize, length, label); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl( @@ -318587,28 +175654,6 @@ public static void GetObjectPtrLabel( } } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl( @@ -318628,7 +175673,6 @@ public static sbyte GetObjectPtrLabel( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318640,7 +175684,6 @@ public static void GetObjectPtrLabelKHR( [NativeTypeName("GLchar *")] sbyte* label ) => Underlying.Value!.GetObjectPtrLabelKHR(ptr, bufSize, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl( @@ -318661,7 +175704,6 @@ public static void GetObjectPtrLabelKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl( @@ -318681,7 +175723,6 @@ public static sbyte GetObjectPtrLabelKHR( } } - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318692,7 +175733,6 @@ public static void GetOcclusionQueryNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetOcclusionQueryNV(id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] [MethodImpl( @@ -318710,7 +175750,6 @@ public static void GetOcclusionQueryNV( } } - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318721,7 +175760,6 @@ public static void GetOcclusionQueryNV( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetOcclusionQueryNV(id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] [MethodImpl( @@ -318739,7 +175777,6 @@ public static void GetOcclusionQueryNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318750,7 +175787,6 @@ public static void GetPathColorGenNV( [NativeTypeName("GLfloat *")] float* value ) => Underlying.Value!.GetPathColorGenNV(color, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] [MethodImpl( @@ -318768,7 +175804,6 @@ public static void GetPathColorGenNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318779,7 +175814,6 @@ public static void GetPathColorGenNV( [NativeTypeName("GLint *")] int* value ) => Underlying.Value!.GetPathColorGenNV(color, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] [MethodImpl( @@ -318797,9 +175831,6 @@ public static void GetPathColorGenNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318809,9 +175840,6 @@ public static void GetPathCommandsNV( [NativeTypeName("GLubyte *")] byte* commands ) => Underlying.Value!.GetPathCommandsNV(path, commands); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl( @@ -318828,9 +175856,6 @@ public static void GetPathCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl( @@ -318843,9 +175868,6 @@ public static byte GetPathCommandsNV() return commands; } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl( @@ -318862,9 +175884,6 @@ public static void GetPathCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318874,9 +175893,6 @@ public static void GetPathCoordsNV( [NativeTypeName("GLfloat *")] float* coords ) => Underlying.Value!.GetPathCoordsNV(path, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl( @@ -318893,9 +175909,6 @@ public static void GetPathCoordsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl( @@ -318908,9 +175921,6 @@ public static float GetPathCoordsNV() return coords; } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318920,9 +175930,6 @@ public static void GetPathDashArrayNV( [NativeTypeName("GLfloat *")] float* dashArray ) => Underlying.Value!.GetPathDashArrayNV(path, dashArray); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl( @@ -318939,9 +175946,6 @@ public static void GetPathDashArrayNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl( @@ -318955,9 +175959,6 @@ public static float GetPathDashArrayNV() } [return: NativeTypeName("GLfloat")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathLengthNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318968,9 +175969,6 @@ public static float GetPathLengtNV( [NativeTypeName("GLsizei")] uint numSegments ) => Underlying.Value!.GetPathLengtNV(path, startSegment, numSegments); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -318990,9 +175988,6 @@ public static void GetPathMetricRangeNV( metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] [MethodImpl( @@ -319018,9 +176013,6 @@ public static void GetPathMetricRangeNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -319044,9 +176036,6 @@ public static void GetPathMetricNV( metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] [MethodImpl( @@ -319077,9 +176066,6 @@ public static void GetPathMetricNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -319090,9 +176076,6 @@ public static void GetPathParameterNV( [NativeTypeName("GLfloat *")] float* value ) => Underlying.Value!.GetPathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] [MethodImpl( @@ -319110,9 +176093,6 @@ public static void GetPathParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -319123,9 +176103,6 @@ public static void GetPathParameterNV( [NativeTypeName("GLint *")] int* value ) => Underlying.Value!.GetPathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] [MethodImpl( @@ -319143,9 +176120,6 @@ public static void GetPathParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -319173,9 +176147,6 @@ public static void GetPathSpacingNV( returnedSpacing ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] [MethodImpl( @@ -319210,7 +176181,6 @@ public static void GetPathSpacingNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -319221,7 +176191,6 @@ public static void GetPathTexGenNV( [NativeTypeName("GLfloat *")] float* value ) => Underlying.Value!.GetPathTexGenNV(texCoordSet, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] [MethodImpl( @@ -319239,7 +176208,6 @@ public static void GetPathTexGenNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -319250,7 +176218,6 @@ public static void GetPathTexGenNV( [NativeTypeName("GLint *")] int* value ) => Underlying.Value!.GetPathTexGenNV(texCoordSet, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] [MethodImpl( @@ -319268,14 +176235,11 @@ public static void GetPathTexGenNV( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfCounterInfoIntel( + public static void GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -319288,7 +176252,7 @@ public static void GetPerfCounterInfoIntel( [NativeTypeName("GLuint *")] uint* counterDataTypeEnum, [NativeTypeName("GLuint64 *")] ulong* rawCounterMaxValue ) => - Underlying.Value!.GetPerfCounterInfoIntel( + Underlying.Value!.GetPerfCounterInfoINTEL( queryId, counterId, counterNameLength, @@ -319302,15 +176266,12 @@ public static void GetPerfCounterInfoIntel( rawCounterMaxValue ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfCounterInfoIntel( + public static void GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -319332,7 +176293,7 @@ public static void GetPerfCounterInfoIntel( fixed (sbyte* __dsl_counterDesc = counterDesc) fixed (sbyte* __dsl_counterName = counterName) { - GetPerfCounterInfoIntel( + GetPerfCounterInfoINTEL( queryId, counterId, counterNameLength, @@ -319348,9 +176309,6 @@ public static void GetPerfCounterInfoIntel( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -319370,9 +176328,6 @@ public static void GetPerfMonitorCounterDataAMD( bytesWritten ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl( @@ -319399,9 +176354,6 @@ public static void GetPerfMonitorCounterDataAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl( @@ -319428,9 +176380,6 @@ public static int GetPerfMonitorCounterDataAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -319442,9 +176391,6 @@ public static void GetPerfMonitorCounterInfoAMD( void* data ) => Underlying.Value!.GetPerfMonitorCounterInfoAMD(group, counter, pname, data); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] [MethodImpl( @@ -319463,9 +176409,6 @@ Ref data } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -319485,9 +176428,6 @@ public static void GetPerfMonitorCountersAMD( counters ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl( @@ -319515,9 +176455,6 @@ public static void GetPerfMonitorCountersAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl( @@ -319544,9 +176481,6 @@ public static uint GetPerfMonitorCountersAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -319566,9 +176500,6 @@ public static void GetPerfMonitorCounterStringAMD( counterString ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl( @@ -319595,9 +176526,6 @@ public static void GetPerfMonitorCounterStringAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl( @@ -319623,9 +176551,6 @@ public static sbyte GetPerfMonitorCounterStringAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -319636,9 +176561,6 @@ public static void GetPerfMonitorGroupsAMD( [NativeTypeName("GLuint *")] uint* groups ) => Underlying.Value!.GetPerfMonitorGroupsAMD(numGroups, groupsSize, groups); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl( @@ -319657,9 +176579,6 @@ public static void GetPerfMonitorGroupsAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl( @@ -319675,9 +176594,6 @@ public static uint GetPerfMonitorGroupsAMD([NativeTypeName("GLint *")] Ref } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -319689,9 +176605,6 @@ public static void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLchar *")] sbyte* groupString ) => Underlying.Value!.GetPerfMonitorGroupStringAMD(group, bufSize, length, groupString); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl( @@ -319711,9 +176624,6 @@ public static void GetPerfMonitorGroupStringAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl( @@ -319732,21 +176642,18 @@ public static sbyte GetPerfMonitorGroupStringAMD( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryDataIntel( + public static void GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] uint flags, [NativeTypeName("GLsizei")] uint dataSize, void* data, [NativeTypeName("GLuint *")] uint* bytesWritten ) => - Underlying.Value!.GetPerfQueryDataIntel( + Underlying.Value!.GetPerfQueryDataINTEL( queryHandle, flags, dataSize, @@ -319754,15 +176661,12 @@ public static void GetPerfQueryDataIntel( bytesWritten ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryDataIntel( + public static void GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] Constant flags, [NativeTypeName("GLsizei")] uint dataSize, @@ -319773,7 +176677,7 @@ public static void GetPerfQueryDataIntel( fixed (uint* __dsl_bytesWritten = bytesWritten) fixed (void* __dsl_data = data) { - GetPerfQueryDataIntel( + GetPerfQueryDataINTEL( queryHandle, (uint)flags, dataSize, @@ -319783,27 +176687,21 @@ public static void GetPerfQueryDataIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryIdByNameIntel( + public static void GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] sbyte* queryName, [NativeTypeName("GLuint *")] uint* queryId - ) => Underlying.Value!.GetPerfQueryIdByNameIntel(queryName, queryId); + ) => Underlying.Value!.GetPerfQueryIdByNameINTEL(queryName, queryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryIdByNameIntel( + public static void GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref queryId ) @@ -319811,18 +176709,15 @@ public static void GetPerfQueryIdByNameIntel( fixed (uint* __dsl_queryId = queryId) fixed (sbyte* __dsl_queryName = queryName) { - GetPerfQueryIdByNameIntel(__dsl_queryName, __dsl_queryId); + GetPerfQueryIdByNameINTEL(__dsl_queryName, __dsl_queryId); } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryInfoIntel( + public static void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] sbyte* queryName, @@ -319831,7 +176726,7 @@ public static void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] uint* noInstances, [NativeTypeName("GLuint *")] uint* capsMask ) => - Underlying.Value!.GetPerfQueryInfoIntel( + Underlying.Value!.GetPerfQueryInfoINTEL( queryId, queryNameLength, queryName, @@ -319841,15 +176736,12 @@ public static void GetPerfQueryInfoIntel( capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryInfoIntel( + public static void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -319865,7 +176757,7 @@ public static void GetPerfQueryInfoIntel( fixed (uint* __dsl_dataSize = dataSize) fixed (sbyte* __dsl_queryName = queryName) { - GetPerfQueryInfoIntel( + GetPerfQueryInfoINTEL( queryId, queryNameLength, __dsl_queryName, @@ -319877,15 +176769,12 @@ public static void GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte GetPerfQueryInfoIntel( + public static sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, @@ -319899,7 +176788,7 @@ public static sbyte GetPerfQueryInfoIntel( fixed (uint* __dsl_dataSize = dataSize) { sbyte queryName = default; - GetPerfQueryInfoIntel( + GetPerfQueryInfoINTEL( queryId, 1, (sbyte*)&queryName, @@ -319912,15 +176801,12 @@ public static sbyte GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryInfoIntel( + public static void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -319936,7 +176822,7 @@ public static void GetPerfQueryInfoIntel( fixed (uint* __dsl_dataSize = dataSize) fixed (sbyte* __dsl_queryName = queryName) { - GetPerfQueryInfoIntel( + GetPerfQueryInfoINTEL( queryId, queryNameLength, __dsl_queryName, @@ -319948,15 +176834,12 @@ public static void GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte GetPerfQueryInfoIntel( + public static sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, @@ -319970,7 +176853,7 @@ public static sbyte GetPerfQueryInfoIntel( fixed (uint* __dsl_dataSize = dataSize) { sbyte queryName = default; - GetPerfQueryInfoIntel( + GetPerfQueryInfoINTEL( queryId, 1, (sbyte*)&queryName, @@ -319983,31 +176866,28 @@ public static sbyte GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetPerfQueryInfoIntel( + public static void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask + [NativeTypeName("GLuint *")] Ref capsMask ) { - fixed (PerformanceQueryCapsMaskIntel* __dsl_capsMask = capsMask) + fixed (PerformanceQueryCapsMaskINTEL* __dsl_capsMask = capsMask) fixed (uint* __dsl_noInstances = noInstances) fixed (uint* __dsl_noCounters = noCounters) fixed (uint* __dsl_dataSize = dataSize) fixed (sbyte* __dsl_queryName = queryName) { - GetPerfQueryInfoIntel( + GetPerfQueryInfoINTEL( queryId, queryNameLength, __dsl_queryName, @@ -320019,29 +176899,26 @@ public static void GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte GetPerfQueryInfoIntel( + public static sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask + [NativeTypeName("GLuint *")] Ref capsMask ) { - fixed (PerformanceQueryCapsMaskIntel* __dsl_capsMask = capsMask) + fixed (PerformanceQueryCapsMaskINTEL* __dsl_capsMask = capsMask) fixed (uint* __dsl_noInstances = noInstances) fixed (uint* __dsl_noCounters = noCounters) fixed (uint* __dsl_dataSize = dataSize) { sbyte queryName = default; - GetPerfQueryInfoIntel( + GetPerfQueryInfoINTEL( queryId, 1, (sbyte*)&queryName, @@ -320054,31 +176931,6 @@ public static sbyte GetPerfQueryInfoIntel( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320088,31 +176940,6 @@ public static void GetPixelMap( [NativeTypeName("GLfloat *")] float* values ) => Underlying.Value!.GetPixelMap(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] [MethodImpl( @@ -320129,31 +176956,6 @@ public static void GetPixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320163,31 +176965,6 @@ public static void GetPixelMap( [NativeTypeName("GLuint *")] uint* values ) => Underlying.Value!.GetPixelMap(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] [MethodImpl( @@ -320204,31 +176981,6 @@ public static void GetPixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320238,31 +176990,6 @@ public static void GetPixelMap( [NativeTypeName("GLushort *")] ushort* values ) => Underlying.Value!.GetPixelMap(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] [MethodImpl( @@ -320279,7 +177006,6 @@ public static void GetPixelMap( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320290,7 +177016,6 @@ public static void GetPixelMapx( [NativeTypeName("GLfixed *")] int* values ) => Underlying.Value!.GetPixelMapx(map, size, values); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl( @@ -320308,7 +177033,6 @@ public static void GetPixelMapx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl( @@ -320323,7 +177047,6 @@ public static int GetPixelMapx( return values; } - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320333,7 +177056,6 @@ public static void GetPixelTexGenParameterSGIS( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetPixelTexGenParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] [MethodImpl( @@ -320350,7 +177072,6 @@ public static void GetPixelTexGenParameterSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320360,7 +177081,6 @@ public static void GetPixelTexGenParameterSGIS( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetPixelTexGenParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] [MethodImpl( @@ -320377,7 +177097,6 @@ public static void GetPixelTexGenParameterSGIS( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320388,7 +177107,6 @@ public static void GetPixelTransformParameterfvEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetPixelTransformParameterfvEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl( @@ -320406,7 +177124,6 @@ public static void GetPixelTransformParameterfvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl( @@ -320419,7 +177136,6 @@ public static float GetPixelTransformParameterfvEXT([NativeTypeName("GLenum")] u return @params; } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320430,7 +177146,6 @@ public static void GetPixelTransformParameterivEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetPixelTransformParameterivEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl( @@ -320448,7 +177163,6 @@ public static void GetPixelTransformParameterivEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl( @@ -320461,8 +177175,6 @@ public static int GetPixelTransformParameterivEXT([NativeTypeName("GLenum")] uin return @params; } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320473,8 +177185,6 @@ public static void GetPointerEXT( void** @params ) => Underlying.Value!.GetPointerEXT(pname, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] [MethodImpl( @@ -320492,8 +177202,6 @@ Ref2D @params } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320504,8 +177212,6 @@ public static void GetPointerIndexedEXT( void** data ) => Underlying.Value!.GetPointerIndexedEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] [MethodImpl( @@ -320523,49 +177229,6 @@ Ref2D data } } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - ], - MinVersion = "1.1", - MaxVersion = "3.2" - )] - [SupportedApiProfile("gles1", ["GL_KHR_debug", "GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetPointerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320573,49 +177236,6 @@ Ref2D data public static void GetPointer([NativeTypeName("GLenum")] uint pname, void** @params) => Underlying.Value!.GetPointer(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - ], - MinVersion = "1.1", - MaxVersion = "3.2" - )] - [SupportedApiProfile("gles1", ["GL_KHR_debug", "GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointerv")] [MethodImpl( @@ -320632,7 +177252,6 @@ Ref2D @params } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320640,7 +177259,6 @@ Ref2D @params public static void GetPointerEXT([NativeTypeName("GLenum")] uint pname, void** @params) => Underlying.Value!.GetPointerEXT(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] [MethodImpl( @@ -320657,7 +177275,6 @@ Ref2D @params } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320665,7 +177282,6 @@ Ref2D @params public static void GetPointerKHR([NativeTypeName("GLenum")] uint pname, void** @params) => Underlying.Value!.GetPointerKHR(pname, @params); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] [MethodImpl( @@ -320679,31 +177295,6 @@ public static void GetPointerKHR([NativeTypeName("GLenum")] uint pname, Ref2D @p } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320711,31 +177302,6 @@ public static void GetPointerKHR([NativeTypeName("GLenum")] uint pname, Ref2D @p public static void GetPolygonStipple([NativeTypeName("GLubyte *")] byte* mask) => Underlying.Value!.GetPolygonStipple(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] [MethodImpl( @@ -320749,32 +177315,6 @@ public static void GetPolygonStipple([NativeTypeName("GLubyte *")] Ref mas } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320787,32 +177327,6 @@ public static void GetProgramBinary( void* binary ) => Underlying.Value!.GetProgramBinary(program, bufSize, length, binaryFormat, binary); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] [MethodImpl( @@ -320834,7 +177348,6 @@ Ref binary } } - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320847,7 +177360,6 @@ public static void GetProgramBinaryOES( void* binary ) => Underlying.Value!.GetProgramBinaryOES(program, bufSize, length, binaryFormat, binary); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] [MethodImpl( @@ -320875,7 +177387,6 @@ Ref binary } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320886,7 +177397,6 @@ public static void GetProgramEnvParameterARB( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetProgramEnvParameterARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] [MethodImpl( @@ -320904,7 +177414,6 @@ public static void GetProgramEnvParameterARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320915,7 +177424,6 @@ public static void GetProgramEnvParameterARB( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetProgramEnvParameterARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] [MethodImpl( @@ -320933,7 +177441,6 @@ public static void GetProgramEnvParameterARB( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320944,7 +177451,6 @@ public static void GetProgramEnvParameterINV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetProgramEnvParameterINV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] [MethodImpl( @@ -320962,7 +177468,6 @@ public static void GetProgramEnvParameterINV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -320973,7 +177478,6 @@ public static void GetProgramEnvParameterINV( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetProgramEnvParameterINV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] [MethodImpl( @@ -320991,49 +177495,6 @@ public static void GetProgramEnvParameterINV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321045,49 +177506,6 @@ public static void GetProgramInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ) => Underlying.Value!.GetProgramInfoLog(program, bufSize, length, infoLog); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl( @@ -321107,49 +177525,6 @@ public static void GetProgramInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl( @@ -321168,28 +177543,6 @@ public static sbyte GetProgramInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321201,28 +177554,6 @@ public static void GetProgramInterface( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetProgramInterface(program, programInterface, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] [MethodImpl( @@ -321241,49 +177572,6 @@ public static void GetProgramInterface( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321294,49 +177582,6 @@ public static void GetProgram( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetProgram(program, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] [MethodImpl( @@ -321354,7 +177599,6 @@ public static void GetProgram( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321365,7 +177609,6 @@ public static void GetProgramARB( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetProgramARB(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl( @@ -321383,7 +177626,6 @@ public static void GetProgramARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl( @@ -321399,7 +177641,6 @@ public static int GetProgramARB( return @params; } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321410,7 +177651,6 @@ public static void GetProgramNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetProgramNV(id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] [MethodImpl( @@ -321428,7 +177668,6 @@ public static void GetProgramNV( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321439,7 +177678,6 @@ public static void GetProgramLocalParameterARB( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetProgramLocalParameterARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] [MethodImpl( @@ -321457,7 +177695,6 @@ public static void GetProgramLocalParameterARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321468,7 +177705,6 @@ public static void GetProgramLocalParameterARB( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetProgramLocalParameterARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] [MethodImpl( @@ -321486,7 +177722,6 @@ public static void GetProgramLocalParameterARB( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321497,7 +177732,6 @@ public static void GetProgramLocalParameterINV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetProgramLocalParameterINV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] [MethodImpl( @@ -321515,7 +177749,6 @@ public static void GetProgramLocalParameterINV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321526,7 +177759,6 @@ public static void GetProgramLocalParameterINV( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetProgramLocalParameterINV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] [MethodImpl( @@ -321544,7 +177776,6 @@ public static void GetProgramLocalParameterINV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321556,7 +177787,6 @@ public static void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetProgramNamedParameterNV(id, len, name, @params); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl( @@ -321576,7 +177806,6 @@ public static void GetProgramNamedParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl( @@ -321595,7 +177824,6 @@ public static void GetProgramNamedParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321607,7 +177835,6 @@ public static void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetProgramNamedParameterNV(id, len, name, @params); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl( @@ -321627,7 +177854,6 @@ public static void GetProgramNamedParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl( @@ -321646,7 +177872,6 @@ public static void GetProgramNamedParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321658,7 +177883,6 @@ public static void GetProgramParameterNV( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetProgramParameterNV(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] [MethodImpl( @@ -321677,7 +177901,6 @@ public static void GetProgramParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321689,7 +177912,6 @@ public static void GetProgramParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetProgramParameterNV(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] [MethodImpl( @@ -321708,32 +177930,6 @@ public static void GetProgramParameterNV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321745,32 +177941,6 @@ public static void GetProgramPipelineInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ) => Underlying.Value!.GetProgramPipelineInfoLog(pipeline, bufSize, length, infoLog); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl( @@ -321790,32 +177960,6 @@ public static void GetProgramPipelineInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl( @@ -321834,7 +177978,6 @@ public static sbyte GetProgramPipelineInfoLog( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321846,7 +177989,6 @@ public static void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLchar *")] sbyte* infoLog ) => Underlying.Value!.GetProgramPipelineInfoLogEXT(pipeline, bufSize, length, infoLog); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl( @@ -321866,7 +178008,6 @@ public static void GetProgramPipelineInfoLogEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl( @@ -321885,32 +178026,6 @@ public static sbyte GetProgramPipelineInfoLogEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321921,32 +178036,6 @@ public static void GetProgramPipeline( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetProgramPipeline(pipeline, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] [MethodImpl( @@ -321964,7 +178053,6 @@ public static void GetProgramPipeline( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -321975,7 +178063,6 @@ public static void GetProgramPipelineEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetProgramPipelineEXT(pipeline, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] [MethodImpl( @@ -321993,9 +178080,6 @@ public static void GetProgramPipelineEXT( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -322021,9 +178105,6 @@ public static void GetProgramResourceNV( @params ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl( @@ -322057,9 +178138,6 @@ public static void GetProgramResourceNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl( @@ -322093,28 +178171,6 @@ public static float GetProgramResourceNV( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -322126,28 +178182,6 @@ public static uint GetProgramResourceIndex( ) => Underlying.Value!.GetProgramResourceIndex(program, programInterface, name); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] [MethodImpl( @@ -322165,28 +178199,6 @@ public static uint GetProgramResourceIndex( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -322212,28 +178224,6 @@ public static void GetProgramResource( @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl( @@ -322267,28 +178257,6 @@ public static void GetProgramResource( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl( @@ -322322,28 +178290,6 @@ public static void GetProgramResource( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl( @@ -322378,28 +178324,6 @@ public static void GetProgramResource( } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -322411,28 +178335,6 @@ public static int GetProgramResourceLocation( ) => Underlying.Value!.GetProgramResourceLocation(program, programInterface, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] [MethodImpl( @@ -322451,28 +178353,6 @@ public static int GetProgramResourceLocation( } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -322484,28 +178364,6 @@ public static int GetProgramResourceLocationIndex( ) => Underlying.Value!.GetProgramResourceLocationIndex(program, programInterface, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] [MethodImpl( @@ -322528,7 +178386,6 @@ public static int GetProgramResourceLocationIndex( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -322540,7 +178397,6 @@ public static int GetProgramResourceLocationIndexEXT( ) => Underlying.Value!.GetProgramResourceLocationIndexEXT(program, programInterface, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] [MethodImpl( @@ -322562,28 +178418,6 @@ public static int GetProgramResourceLocationIndexEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -322605,28 +178439,6 @@ public static void GetProgramResourceName( name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl( @@ -322655,28 +178467,6 @@ public static void GetProgramResourceName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl( @@ -322704,34 +178494,6 @@ public static sbyte GetProgramResourceName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -322743,34 +178505,6 @@ public static void GetProgramStage( [NativeTypeName("GLint *")] int* values ) => Underlying.Value!.GetProgramStage(program, shadertype, pname, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl( @@ -322789,34 +178523,6 @@ public static void GetProgramStage( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl( @@ -322833,7 +178539,6 @@ public static int GetProgramStage( return values; } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -322844,7 +178549,6 @@ public static void GetProgramStringARB( void* @string ) => Underlying.Value!.GetProgramStringARB(target, pname, @string); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] [MethodImpl( @@ -322862,7 +178566,6 @@ Ref @string } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -322873,7 +178576,6 @@ public static void GetProgramStringNV( [NativeTypeName("GLubyte *")] byte* program ) => Underlying.Value!.GetProgramStringNV(id, pname, program); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl( @@ -322891,7 +178593,6 @@ public static void GetProgramStringNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl( @@ -322906,7 +178607,6 @@ public static byte GetProgramStringNV( return program; } - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -322917,7 +178617,6 @@ public static void GetProgramSubroutineParameterNV( [NativeTypeName("GLuint *")] uint* param2 ) => Underlying.Value!.GetProgramSubroutineParameterNV(target, index, param2); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] [MethodImpl( @@ -322935,59 +178634,41 @@ public static void GetProgramSubroutineParameterNV( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] + public static uint GetProgramSubroutineParameterNV([NativeTypeName("GLuint")] uint index) + { + uint param2 = default; + GetProgramSubroutineParameterNV(1, index, (uint*)¶m2); + return param2; + } + [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetQueryBufferObjecti64V( + public static void GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLintptr")] nint offset - ) => Underlying.Value!.GetQueryBufferObjecti64V(id, buffer, pname, offset); + ) => Underlying.Value!.GetQueryBufferObjecti64v(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetQueryBufferObjecti64V( + public static void GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) => Underlying.Value!.GetQueryBufferObjecti64V(id, buffer, pname, offset); + ) => Underlying.Value!.GetQueryBufferObjecti64v(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -322999,16 +178680,6 @@ public static void GetQueryBufferObject( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.GetQueryBufferObject(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] [MethodImpl( @@ -323021,59 +178692,29 @@ public static void GetQueryBufferObject( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.GetQueryBufferObject(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetQueryBufferObjectui64V( + public static void GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLintptr")] nint offset - ) => Underlying.Value!.GetQueryBufferObjectui64V(id, buffer, pname, offset); + ) => Underlying.Value!.GetQueryBufferObjectui64v(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetQueryBufferObjectui64V( + public static void GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) => Underlying.Value!.GetQueryBufferObjectui64V(id, buffer, pname, offset); + ) => Underlying.Value!.GetQueryBufferObjectui64v(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323085,16 +178726,6 @@ public static void GetQueryBufferObjectuiv( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.GetQueryBufferObjectuiv(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] [MethodImpl( @@ -323107,34 +178738,6 @@ public static void GetQueryBufferObjectuiv( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.GetQueryBufferObjectuiv(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323146,34 +178749,6 @@ public static void GetQueryIndexed( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetQueryIndexed(target, index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] [MethodImpl( @@ -323192,46 +178767,6 @@ public static void GetQueryIndexed( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323242,46 +178777,6 @@ public static void GetQuery( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetQuery(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] [MethodImpl( @@ -323299,7 +178794,6 @@ public static void GetQuery( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323310,7 +178804,6 @@ public static void GetQueryARB( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetQueryARB(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] [MethodImpl( @@ -323328,10 +178821,6 @@ public static void GetQueryARB( } } - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323342,10 +178831,6 @@ public static void GetQueryEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetQueryEXT(target, pname, @params); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] [MethodImpl( @@ -323363,36 +178848,6 @@ public static void GetQueryEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323403,36 +178858,6 @@ public static void GetQueryObject( [NativeTypeName("GLint64 *")] long* @params ) => Underlying.Value!.GetQueryObject(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] [MethodImpl( @@ -323450,8 +178875,6 @@ public static void GetQueryObject( } } - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323462,8 +178885,6 @@ public static void GetQueryObjectEXT( [NativeTypeName("GLint64 *")] long* @params ) => Underlying.Value!.GetQueryObjectEXT(id, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] [MethodImpl( @@ -323481,46 +178902,6 @@ public static void GetQueryObjectEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323531,46 +178912,6 @@ public static void GetQueryObject( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetQueryObject(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] [MethodImpl( @@ -323588,7 +178929,6 @@ public static void GetQueryObject( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323599,7 +178939,6 @@ public static void GetQueryObjectARB( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetQueryObjectARB(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] [MethodImpl( @@ -323617,7 +178956,6 @@ public static void GetQueryObjectARB( } } - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323628,7 +178966,6 @@ public static void GetQueryObjectEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetQueryObjectEXT(id, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] [MethodImpl( @@ -323646,36 +178983,6 @@ public static void GetQueryObjectEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323686,36 +178993,6 @@ public static void GetQueryObject( [NativeTypeName("GLuint64 *")] ulong* @params ) => Underlying.Value!.GetQueryObject(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] [MethodImpl( @@ -323733,8 +179010,6 @@ public static void GetQueryObject( } } - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323745,8 +179020,6 @@ public static void GetQueryObjectEXT( [NativeTypeName("GLuint64 *")] ulong* @params ) => Underlying.Value!.GetQueryObjectEXT(id, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] [MethodImpl( @@ -323764,46 +179037,6 @@ public static void GetQueryObjectEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323814,46 +179047,6 @@ public static void GetQueryObject( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetQueryObject(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] [MethodImpl( @@ -323871,7 +179064,6 @@ public static void GetQueryObject( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323882,7 +179074,6 @@ public static void GetQueryObjectARB( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetQueryObjectARB(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] [MethodImpl( @@ -323900,10 +179091,6 @@ public static void GetQueryObjectARB( } } - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323914,10 +179101,6 @@ public static void GetQueryObjectEXT( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetQueryObjectEXT(id, pname, @params); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] [MethodImpl( @@ -323935,47 +179118,6 @@ public static void GetQueryObjectEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -323986,47 +179128,6 @@ public static void GetRenderbufferParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetRenderbufferParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] [MethodImpl( @@ -324044,7 +179145,6 @@ public static void GetRenderbufferParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324055,7 +179155,6 @@ public static void GetRenderbufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetRenderbufferParameterEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] [MethodImpl( @@ -324073,7 +179172,6 @@ public static void GetRenderbufferParameterEXT( } } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324084,7 +179182,6 @@ public static void GetRenderbufferParameterOES( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetRenderbufferParameterOES(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] [MethodImpl( @@ -324102,46 +179199,6 @@ public static void GetRenderbufferParameterOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324152,46 +179209,6 @@ public static void GetSamplerParameter( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetSamplerParameter(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] [MethodImpl( @@ -324209,36 +179226,6 @@ public static void GetSamplerParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324249,36 +179236,6 @@ public static void GetSamplerParameterI( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetSamplerParameterI(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] [MethodImpl( @@ -324296,7 +179253,6 @@ public static void GetSamplerParameterI( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324307,7 +179263,6 @@ public static void GetSamplerParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetSamplerParameterIEXT(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] [MethodImpl( @@ -324325,7 +179280,6 @@ public static void GetSamplerParameterIEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324336,7 +179290,6 @@ public static void GetSamplerParameterIOES( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetSamplerParameterIOES(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] [MethodImpl( @@ -324354,36 +179307,6 @@ public static void GetSamplerParameterIOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324394,36 +179317,6 @@ public static void GetSamplerParameterI( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetSamplerParameterI(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] [MethodImpl( @@ -324441,7 +179334,6 @@ public static void GetSamplerParameterI( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324452,7 +179344,6 @@ public static void GetSamplerParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetSamplerParameterIEXT(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] [MethodImpl( @@ -324470,7 +179361,6 @@ public static void GetSamplerParameterIEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324481,7 +179371,6 @@ public static void GetSamplerParameterIOES( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetSamplerParameterIOES(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] [MethodImpl( @@ -324499,46 +179388,6 @@ public static void GetSamplerParameterIOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324549,46 +179398,6 @@ public static void GetSamplerParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetSamplerParameter(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] [MethodImpl( @@ -324606,8 +179415,6 @@ public static void GetSamplerParameter( } } - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324618,8 +179425,6 @@ public static void GetSemaphoreParameterNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetSemaphoreParameterNV(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] [MethodImpl( @@ -324637,8 +179442,6 @@ public static void GetSemaphoreParameterNV( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324649,8 +179452,6 @@ public static void GetSemaphoreParameterEXT( [NativeTypeName("GLuint64 *")] ulong* @params ) => Underlying.Value!.GetSemaphoreParameterEXT(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] [MethodImpl( @@ -324668,7 +179469,6 @@ public static void GetSemaphoreParameterEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324682,7 +179482,6 @@ public static void GetSeparableFilter( void* span ) => Underlying.Value!.GetSeparableFilter(target, format, type, row, column, span); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] [MethodImpl( @@ -324712,7 +179511,6 @@ Ref span } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324726,7 +179524,6 @@ public static void GetSeparableFilterEXT( void* span ) => Underlying.Value!.GetSeparableFilterEXT(target, format, type, row, column, span); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] [MethodImpl( @@ -324756,49 +179553,6 @@ Ref span } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324810,49 +179564,6 @@ public static void GetShaderInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ) => Underlying.Value!.GetShaderInfoLog(shader, bufSize, length, infoLog); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl( @@ -324872,49 +179583,6 @@ public static void GetShaderInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl( @@ -324933,49 +179601,6 @@ public static sbyte GetShaderInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -324986,49 +179611,6 @@ public static void GetShader( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetShader(shader, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] [MethodImpl( @@ -325046,37 +179628,6 @@ public static void GetShader( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -325089,37 +179640,6 @@ public static void GetShaderPrecisionFormat( ) => Underlying.Value!.GetShaderPrecisionFormat(shadertype, precisiontype, range, precision); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl( @@ -325144,37 +179664,6 @@ public static void GetShaderPrecisionFormat( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl( @@ -325199,49 +179688,6 @@ public static int GetShaderPrecisionFormat( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -325253,49 +179699,6 @@ public static void GetShaderSource( [NativeTypeName("GLchar *")] sbyte* source ) => Underlying.Value!.GetShaderSource(shader, bufSize, length, source); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl( @@ -325315,49 +179718,6 @@ public static void GetShaderSource( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl( @@ -325376,7 +179736,6 @@ public static sbyte GetShaderSource( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -325388,7 +179747,6 @@ public static void GetShaderSourceARB( [NativeTypeName("GLcharARB *")] sbyte* source ) => Underlying.Value!.GetShaderSourceARB(obj, maxLength, length, source); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl( @@ -325408,7 +179766,6 @@ public static void GetShaderSourceARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl( @@ -325427,9 +179784,6 @@ public static sbyte GetShaderSourceARB( } } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -325440,9 +179794,6 @@ public static void GetShadingRateImagePaletteNV( [NativeTypeName("GLenum *")] uint* rate ) => Underlying.Value!.GetShadingRateImagePaletteNV(viewport, entry, rate); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl( @@ -325460,9 +179811,6 @@ public static void GetShadingRateImagePaletteNV( } } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl( @@ -325478,9 +179826,6 @@ public static uint GetShadingRateImagePaletteNV( return rate; } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -325492,9 +179837,6 @@ public static void GetShadingRateSampleLocationNV( [NativeTypeName("GLint *")] int* location ) => Underlying.Value!.GetShadingRateSampleLocationNV(rate, samples, index, location); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] [MethodImpl( @@ -325513,7 +179855,6 @@ public static void GetShadingRateSampleLocationNV( } } - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -325523,7 +179864,6 @@ public static void GetSharpenTexFuncSGIS( [NativeTypeName("GLfloat *")] float* points ) => Underlying.Value!.GetSharpenTexFuncSGIS(target, points); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] [MethodImpl( @@ -325541,8 +179881,6 @@ public static void GetSharpenTexFuncSGIS( } [return: NativeTypeName("GLushort")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -325551,8 +179889,6 @@ public static ushort GetStageIndexNV([NativeTypeName("GLenum")] uint shadertype) Underlying.Value!.GetStageIndexNV(shadertype); [return: NativeTypeName("GLushort")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] [MethodImpl( @@ -325563,62 +179899,6 @@ public static ushort GetStageIndexNV( ) => Underlying.Value!.GetStageIndexNV(shadertype); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetString")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -325627,62 +179907,6 @@ public static ushort GetStageIndexNV( Underlying.Value!.GetString(name); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetString")] [MethodImpl( @@ -325693,40 +179917,6 @@ public static Ptr GetString( ) => Underlying.Value!.GetString(name); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetStringi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -325737,40 +179927,6 @@ public static Ptr GetString( ) => Underlying.Value!.GetString(name, index); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetStringi")] [MethodImpl( @@ -325782,34 +179938,6 @@ public static Ptr GetString( ) => Underlying.Value!.GetString(name, index); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -325821,34 +179949,6 @@ public static uint GetSubroutineIndex( ) => Underlying.Value!.GetSubroutineIndex(program, shadertype, name); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] [MethodImpl( @@ -325867,34 +179967,6 @@ public static uint GetSubroutineIndex( } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -325906,34 +179978,6 @@ public static int GetSubroutineUniformLocation( ) => Underlying.Value!.GetSubroutineUniformLocation(program, shadertype, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] [MethodImpl( @@ -325951,38 +179995,6 @@ public static int GetSubroutineUniformLocation( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -325995,38 +180007,6 @@ public static void GetSync( [NativeTypeName("GLint *")] int* values ) => Underlying.Value!.GetSync(sync, pname, count, length, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl( @@ -326048,38 +180028,6 @@ public static void GetSync( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl( @@ -326100,28 +180048,24 @@ public static int GetSync( } } - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetSyncApple( + public static void GetSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei *")] uint* length, [NativeTypeName("GLint *")] int* values - ) => Underlying.Value!.GetSyncApple(sync, pname, count, length, values); + ) => Underlying.Value!.GetSyncAPPLE(sync, pname, count, length, values); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetSyncApple( + public static void GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei")] uint count, @@ -326133,18 +180077,16 @@ public static void GetSyncApple( fixed (uint* __dsl_length = length) fixed (Sync* __dsl_sync = sync) { - GetSyncApple(__dsl_sync, (uint)pname, count, __dsl_length, __dsl_values); + GetSyncAPPLE(__dsl_sync, (uint)pname, count, __dsl_length, __dsl_values); } } - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static int GetSyncApple( + public static int GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei *")] Ref length @@ -326154,12 +180096,11 @@ public static int GetSyncApple( fixed (Sync* __dsl_sync = sync) { int values = default; - GetSyncApple(__dsl_sync, (uint)pname, 1, __dsl_length, (int*)&values); + GetSyncAPPLE(__dsl_sync, (uint)pname, 1, __dsl_length, (int*)&values); return values; } } - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326169,7 +180110,6 @@ public static void GetTexBumpParameterATI( [NativeTypeName("GLfloat *")] float* param1 ) => Underlying.Value!.GetTexBumpParameterATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] [MethodImpl( @@ -326186,7 +180126,6 @@ public static void GetTexBumpParameterATI( } } - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326196,7 +180135,6 @@ public static void GetTexBumpParameterATI( [NativeTypeName("GLint *")] int* param1 ) => Underlying.Value!.GetTexBumpParameterATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] [MethodImpl( @@ -326213,32 +180151,6 @@ public static void GetTexBumpParameterATI( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326249,32 +180161,6 @@ public static void GetTexEnv( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetTexEnv(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] [MethodImpl( @@ -326292,32 +180178,6 @@ public static void GetTexEnv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326328,32 +180188,6 @@ public static void GetTexEnv( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTexEnv(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] [MethodImpl( @@ -326371,7 +180205,6 @@ public static void GetTexEnv( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326382,7 +180215,6 @@ public static void GetTexEnvx( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetTexEnvx(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] [MethodImpl( @@ -326400,8 +180232,6 @@ public static void GetTexEnvx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326412,8 +180242,6 @@ public static void GetTexEnvxOES( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetTexEnvxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] [MethodImpl( @@ -326431,7 +180259,6 @@ public static void GetTexEnvxOES( } } - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326442,7 +180269,6 @@ public static void GetTexFilterFuncSGIS( [NativeTypeName("GLfloat *")] float* weights ) => Underlying.Value!.GetTexFilterFuncSGIS(target, filter, weights); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] [MethodImpl( @@ -326460,31 +180286,6 @@ public static void GetTexFilterFuncSGIS( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326495,31 +180296,6 @@ public static void GetTexGen( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetTexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] [MethodImpl( @@ -326537,31 +180313,6 @@ public static void GetTexGen( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326572,31 +180323,6 @@ public static void GetTexGen( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetTexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] [MethodImpl( @@ -326614,7 +180340,6 @@ public static void GetTexGen( } } - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326625,7 +180350,6 @@ public static void GetTexGenOES( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetTexGenOES(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] [MethodImpl( @@ -326643,31 +180367,6 @@ public static void GetTexGenOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326678,31 +180377,6 @@ public static void GetTexGen( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] [MethodImpl( @@ -326720,7 +180394,6 @@ public static void GetTexGen( } } - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326731,7 +180404,6 @@ public static void GetTexGenOES( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTexGenOES(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] [MethodImpl( @@ -326749,8 +180421,6 @@ public static void GetTexGenOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326761,8 +180431,6 @@ public static void GetTexGenxOES( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetTexGenxOES(coord, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] [MethodImpl( @@ -326780,56 +180448,6 @@ public static void GetTexGenxOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326842,56 +180460,6 @@ public static void GetTexImage( void* pixels ) => Underlying.Value!.GetTexImage(target, level, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexImage")] [MethodImpl( @@ -326911,56 +180479,6 @@ Ref pixels } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -326972,56 +180490,6 @@ public static void GetTexLevelParameter( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetTexLevelParameter(target, level, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] [MethodImpl( @@ -327040,56 +180508,6 @@ public static void GetTexLevelParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327101,56 +180519,6 @@ public static void GetTexLevelParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTexLevelParameter(target, level, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] [MethodImpl( @@ -327169,7 +180537,6 @@ public static void GetTexLevelParameter( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327181,7 +180548,6 @@ public static void GetTexLevelParameterxOES( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetTexLevelParameterxOES(target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] [MethodImpl( @@ -327200,62 +180566,6 @@ public static void GetTexLevelParameterxOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327266,62 +180576,6 @@ public static void GetTexParameter( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetTexParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] [MethodImpl( @@ -327339,40 +180593,6 @@ public static void GetTexParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327383,40 +180603,6 @@ public static void GetTexParameterI( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTexParameterI(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] [MethodImpl( @@ -327434,8 +180620,6 @@ public static void GetTexParameterI( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327446,8 +180630,6 @@ public static void GetTexParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTexParameterIEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] [MethodImpl( @@ -327465,7 +180647,6 @@ public static void GetTexParameterIEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327476,7 +180657,6 @@ public static void GetTexParameterIOES( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTexParameterIOES(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] [MethodImpl( @@ -327494,40 +180674,6 @@ public static void GetTexParameterIOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327538,40 +180684,6 @@ public static void GetTexParameterI( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetTexParameterI(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] [MethodImpl( @@ -327589,8 +180701,6 @@ public static void GetTexParameterI( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327601,8 +180711,6 @@ public static void GetTexParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetTexParameterIEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] [MethodImpl( @@ -327620,7 +180728,6 @@ public static void GetTexParameterIEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327631,7 +180738,6 @@ public static void GetTexParameterIOES( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetTexParameterIOES(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] [MethodImpl( @@ -327649,62 +180755,6 @@ public static void GetTexParameterIOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327715,62 +180765,6 @@ public static void GetTexParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTexParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] [MethodImpl( @@ -327788,24 +180782,22 @@ public static void GetTexParameter( } } - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetTexParameterPointerApple( + public static void GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, void** @params - ) => Underlying.Value!.GetTexParameterPointerApple(target, pname, @params); + ) => Underlying.Value!.GetTexParameterPointerAPPLE(target, pname, @params); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetTexParameterPointerApple( + public static void GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, Ref2D @params @@ -327813,11 +180805,10 @@ Ref2D @params { fixed (void** __dsl_params = @params) { - GetTexParameterPointerApple(target, pname, __dsl_params); + GetTexParameterPointerAPPLE(target, pname, __dsl_params); } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327828,7 +180819,6 @@ public static void GetTexParameterx( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetTexParameterx(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] [MethodImpl( @@ -327846,8 +180836,6 @@ public static void GetTexParameterx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327858,8 +180846,6 @@ public static void GetTexParameterxOES( [NativeTypeName("GLfixed *")] int* @params ) => Underlying.Value!.GetTexParameterxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] [MethodImpl( @@ -327878,8 +180864,6 @@ public static void GetTexParameterxOES( } [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327888,7 +180872,6 @@ public static ulong GetTextureHandleARB([NativeTypeName("GLuint")] uint texture) Underlying.Value!.GetTextureHandleARB(texture); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327897,9 +180880,6 @@ public static ulong GetTextureHandleIMG([NativeTypeName("GLuint")] uint texture) Underlying.Value!.GetTextureHandleIMG(texture); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327907,16 +180887,6 @@ public static ulong GetTextureHandleIMG([NativeTypeName("GLuint")] uint texture) public static ulong GetTextureHandleNV([NativeTypeName("GLuint")] uint texture) => Underlying.Value!.GetTextureHandleNV(texture); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327930,16 +180900,6 @@ public static void GetTextureImage( void* pixels ) => Underlying.Value!.GetTextureImage(texture, level, format, type, bufSize, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] [MethodImpl( @@ -327960,8 +180920,6 @@ Ref pixels } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -327975,8 +180933,6 @@ public static void GetTextureImageEXT( void* pixels ) => Underlying.Value!.GetTextureImageEXT(texture, target, level, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] [MethodImpl( @@ -328004,16 +180960,6 @@ Ref pixels } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328025,16 +180971,6 @@ public static void GetTextureLevelParameter( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetTextureLevelParameter(texture, level, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] [MethodImpl( @@ -328053,8 +180989,6 @@ public static void GetTextureLevelParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328067,8 +181001,6 @@ public static void GetTextureLevelParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetTextureLevelParameterEXT(texture, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] [MethodImpl( @@ -328094,16 +181026,6 @@ public static void GetTextureLevelParameterEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328115,16 +181037,6 @@ public static void GetTextureLevelParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTextureLevelParameter(texture, level, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] [MethodImpl( @@ -328143,8 +181055,6 @@ public static void GetTextureLevelParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328157,8 +181067,6 @@ public static void GetTextureLevelParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTextureLevelParameterEXT(texture, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] [MethodImpl( @@ -328184,16 +181092,6 @@ public static void GetTextureLevelParameterEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328204,16 +181102,6 @@ public static void GetTextureParameter( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetTextureParameter(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] [MethodImpl( @@ -328231,8 +181119,6 @@ public static void GetTextureParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328244,8 +181130,6 @@ public static void GetTextureParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetTextureParameterEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] [MethodImpl( @@ -328264,16 +181148,6 @@ public static void GetTextureParameterEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328284,16 +181158,6 @@ public static void GetTextureParameterI( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTextureParameterI(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] [MethodImpl( @@ -328311,8 +181175,6 @@ public static void GetTextureParameterI( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328324,8 +181186,6 @@ public static void GetTextureParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTextureParameterIEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] [MethodImpl( @@ -328344,16 +181204,6 @@ public static void GetTextureParameterIEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328364,16 +181214,6 @@ public static void GetTextureParameterI( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetTextureParameterI(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] [MethodImpl( @@ -328391,8 +181231,6 @@ public static void GetTextureParameterI( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328404,8 +181242,6 @@ public static void GetTextureParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetTextureParameterIEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] [MethodImpl( @@ -328424,16 +181260,6 @@ public static void GetTextureParameterIEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328444,16 +181270,6 @@ public static void GetTextureParameter( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTextureParameter(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] [MethodImpl( @@ -328471,8 +181287,6 @@ public static void GetTextureParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328484,8 +181298,6 @@ public static void GetTextureParameterEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTextureParameterEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] [MethodImpl( @@ -328505,8 +181317,6 @@ public static void GetTextureParameterEXT( } [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328517,7 +181327,6 @@ public static ulong GetTextureSamplerHandleARB( ) => Underlying.Value!.GetTextureSamplerHandleARB(texture, sampler); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328528,9 +181337,6 @@ public static ulong GetTextureSamplerHandleIMG( ) => Underlying.Value!.GetTextureSamplerHandleIMG(texture, sampler); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328540,16 +181346,6 @@ public static ulong GetTextureSamplerHandleNV( [NativeTypeName("GLuint")] uint sampler ) => Underlying.Value!.GetTextureSamplerHandleNV(texture, sampler); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328583,16 +181379,6 @@ public static void GetTextureSubImage( pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] [MethodImpl( @@ -328632,7 +181418,6 @@ Ref pixels } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328644,7 +181429,6 @@ public static void GetTrackMatrixNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetTrackMatrixNV(target, address, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl( @@ -328663,7 +181447,6 @@ public static void GetTrackMatrixNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl( @@ -328680,16 +181463,6 @@ public static int GetTrackMatrixNV( return @params; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328701,16 +181474,6 @@ public static void GetTransformFeedback( [NativeTypeName("GLint *")] int* param3 ) => Underlying.Value!.GetTransformFeedback(xfb, pname, index, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] [MethodImpl( @@ -328729,16 +181492,6 @@ public static void GetTransformFeedback( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328750,16 +181503,6 @@ public static void GetTransformFeedbacki64( [NativeTypeName("GLint64 *")] long* param3 ) => Underlying.Value!.GetTransformFeedbacki64(xfb, pname, index, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] [MethodImpl( @@ -328778,16 +181521,6 @@ public static void GetTransformFeedbacki64( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328798,16 +181531,6 @@ public static void GetTransformFeedback( [NativeTypeName("GLint *")] int* param2 ) => Underlying.Value!.GetTransformFeedback(xfb, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] [MethodImpl( @@ -328825,40 +181548,6 @@ public static void GetTransformFeedback( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -328882,40 +181571,6 @@ public static void GetTransformFeedbackVarying( name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -328948,40 +181603,6 @@ public static void GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -329013,40 +181634,6 @@ public static sbyte GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -329079,40 +181666,6 @@ public static void GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -329144,40 +181697,6 @@ public static sbyte GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -329210,40 +181729,6 @@ public static void GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl( @@ -329275,7 +181760,6 @@ public static sbyte GetTransformFeedbackVarying( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -329299,7 +181783,6 @@ public static void GetTransformFeedbackVaryingEXT( name ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -329332,7 +181815,6 @@ public static void GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -329364,7 +181846,6 @@ public static sbyte GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -329397,7 +181878,6 @@ public static void GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -329429,7 +181909,6 @@ public static sbyte GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -329462,7 +181941,6 @@ public static void GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl( @@ -329494,7 +181972,6 @@ public static sbyte GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -329505,7 +181982,6 @@ public static void GetTransformFeedbackVaryingNV( [NativeTypeName("GLint *")] int* location ) => Underlying.Value!.GetTransformFeedbackVaryingNV(program, index, location); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl( @@ -329523,7 +181999,6 @@ public static void GetTransformFeedbackVaryingNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl( @@ -329539,25 +182014,23 @@ public static int GetTransformFeedbackVaryingNV( return location; } - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetTranslatedShaderSourceAngle( + public static void GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] uint* length, [NativeTypeName("GLchar *")] sbyte* source - ) => Underlying.Value!.GetTranslatedShaderSourceAngle(shader, bufSize, length, source); + ) => Underlying.Value!.GetTranslatedShaderSourceANGLE(shader, bufSize, length, source); - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetTranslatedShaderSourceAngle( + public static void GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] Ref length, @@ -329567,17 +182040,16 @@ public static void GetTranslatedShaderSourceAngle( fixed (sbyte* __dsl_source = source) fixed (uint* __dsl_length = length) { - GetTranslatedShaderSourceAngle(shader, bufSize, __dsl_length, __dsl_source); + GetTranslatedShaderSourceANGLE(shader, bufSize, __dsl_length, __dsl_source); } } - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static sbyte GetTranslatedShaderSourceAngle( + public static sbyte GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei *")] Ref length ) @@ -329585,46 +182057,12 @@ public static sbyte GetTranslatedShaderSourceAngle( fixed (uint* __dsl_length = length) { sbyte source = default; - GetTranslatedShaderSourceAngle(shader, 1, __dsl_length, (sbyte*)&source); + GetTranslatedShaderSourceANGLE(shader, 1, __dsl_length, (sbyte*)&source); return source; } } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -329635,40 +182073,6 @@ public static uint GetUniformBlockIndex( ) => Underlying.Value!.GetUniformBlockIndex(program, uniformBlockName); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] [MethodImpl( @@ -329686,7 +182090,6 @@ public static uint GetUniformBlockIndex( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glGetUniformBufferSizeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -329696,34 +182099,6 @@ public static int GetUniformBufferSizeEXT( [NativeTypeName("GLint")] int location ) => Underlying.Value!.GetUniformBufferSizeEXT(program, location); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -329734,34 +182109,6 @@ public static void GetUniformdv( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetUniformdv(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl( @@ -329779,34 +182126,6 @@ public static void GetUniformdv( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl( @@ -329819,49 +182138,6 @@ public static double GetUniformdv([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -329872,49 +182148,6 @@ public static void GetUniformfv( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetUniformfv(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl( @@ -329932,49 +182165,6 @@ public static void GetUniformfv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl( @@ -329987,7 +182177,6 @@ public static float GetUniformfv([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -329998,7 +182187,6 @@ public static void GetUniformfvARB( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetUniformfvARB(programObj, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl( @@ -330016,7 +182204,6 @@ public static void GetUniformfvARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl( @@ -330029,26 +182216,22 @@ public static float GetUniformfvARB([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetUniformi64VARB( + public static void GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] long* @params - ) => Underlying.Value!.GetUniformi64VARB(program, location, @params); + ) => Underlying.Value!.GetUniformi64vARB(program, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetUniformi64VARB( + public static void GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] Ref @params @@ -330056,27 +182239,22 @@ public static void GetUniformi64VARB( { fixed (long* __dsl_params = @params) { - GetUniformi64VARB(program, location, __dsl_params); + GetUniformi64vARB(program, location, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static long GetUniformi64VARB([NativeTypeName("GLint")] int location) + public static long GetUniformi64vARB([NativeTypeName("GLint")] int location) { long @params = default; - GetUniformi64VARB(1, location, (long*)&@params); + GetUniformi64vARB(1, location, (long*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -330087,9 +182265,6 @@ public static void GetUniformNV( [NativeTypeName("GLint64EXT *")] long* @params ) => Underlying.Value!.GetUniformNV(program, location, @params); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl( @@ -330107,9 +182282,6 @@ public static void GetUniformNV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl( @@ -330122,40 +182294,6 @@ public static long GetUniformNV([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -330173,40 +182311,6 @@ public static void GetUniformIndices( uniformIndices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] [MethodImpl( @@ -330226,49 +182330,6 @@ public static void GetUniformIndices( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -330279,49 +182340,6 @@ public static void GetUniformiv( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetUniformiv(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl( @@ -330339,49 +182357,6 @@ public static void GetUniformiv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl( @@ -330394,7 +182369,6 @@ public static int GetUniformiv([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -330405,7 +182379,6 @@ public static void GetUniformivARB( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetUniformivARB(programObj, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl( @@ -330423,7 +182396,6 @@ public static void GetUniformivARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl( @@ -330437,49 +182409,6 @@ public static int GetUniformivARB([NativeTypeName("GLint")] int location) } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -330490,49 +182419,6 @@ public static int GetUniformLocation( ) => Underlying.Value!.GetUniformLocation(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] [MethodImpl( @@ -330550,7 +182436,6 @@ public static int GetUniformLocation( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -330561,7 +182446,6 @@ public static int GetUniformLocationARB( ) => Underlying.Value!.GetUniformLocationARB(programObj, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] [MethodImpl( @@ -330579,7 +182463,6 @@ public static int GetUniformLocationARB( } [return: NativeTypeName("GLintptr")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glGetUniformOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -330589,34 +182472,6 @@ public static nint GetUniformOffsetEXT( [NativeTypeName("GLint")] int location ) => Underlying.Value!.GetUniformOffsetEXT(program, location); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -330627,34 +182482,6 @@ public static void GetUniformSubroutine( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetUniformSubroutine(shadertype, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl( @@ -330672,34 +182499,6 @@ public static void GetUniformSubroutine( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl( @@ -330715,26 +182514,22 @@ public static uint GetUniformSubroutine( return @params; } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetUniformui64VARB( + public static void GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] ulong* @params - ) => Underlying.Value!.GetUniformui64VARB(program, location, @params); + ) => Underlying.Value!.GetUniformui64vARB(program, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetUniformui64VARB( + public static void GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] Ref @params @@ -330742,44 +182537,38 @@ public static void GetUniformui64VARB( { fixed (ulong* __dsl_params = @params) { - GetUniformui64VARB(program, location, __dsl_params); + GetUniformui64vARB(program, location, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static ulong GetUniformui64VARB([NativeTypeName("GLint")] int location) + public static ulong GetUniformui64vARB([NativeTypeName("GLint")] int location) { ulong @params = default; - GetUniformui64VARB(1, location, (ulong*)&@params); + GetUniformui64vARB(1, location, (ulong*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetUniformui64VNV( + public static void GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] ulong* @params - ) => Underlying.Value!.GetUniformui64VNV(program, location, @params); + ) => Underlying.Value!.GetUniformui64vNV(program, location, @params); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetUniformui64VNV( + public static void GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] Ref @params @@ -330787,58 +182576,22 @@ public static void GetUniformui64VNV( { fixed (ulong* __dsl_params = @params) { - GetUniformui64VNV(program, location, __dsl_params); + GetUniformui64vNV(program, location, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static ulong GetUniformui64VNV([NativeTypeName("GLint")] int location) + public static ulong GetUniformui64vNV([NativeTypeName("GLint")] int location) { ulong @params = default; - GetUniformui64VNV(1, location, (ulong*)&@params); + GetUniformui64vNV(1, location, (ulong*)&@params); return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -330849,40 +182602,6 @@ public static void GetUniformuiv( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetUniformuiv(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl( @@ -330900,40 +182619,6 @@ public static void GetUniformuiv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl( @@ -330946,7 +182631,6 @@ public static uint GetUniformuiv([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -330957,7 +182641,6 @@ public static void GetUniformEXT( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetUniformEXT(program, location, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl( @@ -330975,7 +182658,6 @@ public static void GetUniformEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl( @@ -330988,8 +182670,6 @@ public static uint GetUniformEXT([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331000,8 +182680,6 @@ public static void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] byte* data ) => Underlying.Value!.GetUnsignedByteEXT(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl( @@ -331019,8 +182697,6 @@ public static void GetUnsignedByteEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl( @@ -331033,8 +182709,6 @@ public static byte GetUnsignedByteEXT([NativeTypeName("GLuint")] uint index) return data; } - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331044,8 +182718,6 @@ public static void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] byte* data ) => Underlying.Value!.GetUnsignedByteEXT(pname, data); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] [MethodImpl( @@ -331062,7 +182734,6 @@ public static void GetUnsignedByteEXT( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331073,7 +182744,6 @@ public static void GetVariantArrayObjectfvATI( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetVariantArrayObjectfvATI(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl( @@ -331091,7 +182761,6 @@ public static void GetVariantArrayObjectfvATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl( @@ -331107,7 +182776,6 @@ public static float GetVariantArrayObjectfvATI( return @params; } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331118,7 +182786,6 @@ public static void GetVariantArrayObjectivATI( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetVariantArrayObjectivATI(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl( @@ -331136,7 +182803,6 @@ public static void GetVariantArrayObjectivATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl( @@ -331152,7 +182818,6 @@ public static int GetVariantArrayObjectivATI( return @params; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331163,7 +182828,6 @@ public static void GetVariantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ) => Underlying.Value!.GetVariantBooleanEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl( @@ -331181,7 +182845,6 @@ public static void GetVariantBooleanEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl( @@ -331196,7 +182859,6 @@ public static uint GetVariantBooleanEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331207,7 +182869,6 @@ public static void GetVariantFloatEXT( [NativeTypeName("GLfloat *")] float* data ) => Underlying.Value!.GetVariantFloatEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl( @@ -331225,7 +182886,6 @@ public static void GetVariantFloatEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl( @@ -331240,7 +182900,6 @@ public static float GetVariantFloatEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331251,7 +182910,6 @@ public static void GetVariantIntegerEXT( [NativeTypeName("GLint *")] int* data ) => Underlying.Value!.GetVariantIntegerEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl( @@ -331269,7 +182927,6 @@ public static void GetVariantIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl( @@ -331284,7 +182941,6 @@ public static int GetVariantIntegerEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331295,7 +182951,6 @@ public static void GetVariantPointerEXT( void** data ) => Underlying.Value!.GetVariantPointerEXT(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] [MethodImpl( @@ -331314,7 +182969,6 @@ Ref2D data } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331325,7 +182979,6 @@ public static int GetVaryingLocationNV( ) => Underlying.Value!.GetVaryingLocationNV(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] [MethodImpl( @@ -331342,16 +182995,6 @@ public static int GetVaryingLocationNV( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331363,16 +183006,6 @@ public static void GetVertexArrayIndexed64( [NativeTypeName("GLint64 *")] long* param3 ) => Underlying.Value!.GetVertexArrayIndexed64(vaobj, index, pname, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] [MethodImpl( @@ -331391,16 +183024,6 @@ public static void GetVertexArrayIndexed64( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331412,16 +183035,6 @@ public static void GetVertexArrayIndexed( [NativeTypeName("GLint *")] int* param3 ) => Underlying.Value!.GetVertexArrayIndexed(vaobj, index, pname, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] [MethodImpl( @@ -331440,8 +183053,6 @@ public static void GetVertexArrayIndexed( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331453,8 +183064,6 @@ public static void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] int* param3 ) => Underlying.Value!.GetVertexArrayIntegerEXT(vaobj, index, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] [MethodImpl( @@ -331473,8 +183082,6 @@ public static void GetVertexArrayIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331485,8 +183092,6 @@ public static void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] int* param2 ) => Underlying.Value!.GetVertexArrayIntegerEXT(vaobj, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] [MethodImpl( @@ -331504,16 +183109,6 @@ public static void GetVertexArrayIntegerEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331524,16 +183119,6 @@ public static void GetVertexArray( [NativeTypeName("GLint *")] int* param2 ) => Underlying.Value!.GetVertexArray(vaobj, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] [MethodImpl( @@ -331551,8 +183136,6 @@ public static void GetVertexArray( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331564,8 +183147,6 @@ public static void GetVertexArrayPointerEXT( void** param3 ) => Underlying.Value!.GetVertexArrayPointerEXT(vaobj, index, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] [MethodImpl( @@ -331584,8 +183165,6 @@ Ref2D param3 } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331596,8 +183175,6 @@ public static void GetVertexArrayPointerEXT( void** param2 ) => Underlying.Value!.GetVertexArrayPointerEXT(vaobj, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] [MethodImpl( @@ -331615,7 +183192,6 @@ Ref2D param2 } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331626,7 +183202,6 @@ public static void GetVertexAttribArrayObjectATI( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetVertexAttribArrayObjectATI(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] [MethodImpl( @@ -331644,7 +183219,6 @@ public static void GetVertexAttribArrayObjectATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331655,7 +183229,6 @@ public static void GetVertexAttribArrayObjectATI( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetVertexAttribArrayObjectATI(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] [MethodImpl( @@ -331673,44 +183246,6 @@ public static void GetVertexAttribArrayObjectATI( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331721,44 +183256,6 @@ public static void GetVertexAttrib( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetVertexAttrib(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] [MethodImpl( @@ -331776,7 +183273,6 @@ public static void GetVertexAttrib( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331787,7 +183283,6 @@ public static void GetVertexAttribARB( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetVertexAttribARB(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] [MethodImpl( @@ -331805,7 +183300,6 @@ public static void GetVertexAttribARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331816,7 +183310,6 @@ public static void GetVertexAttribdvNV( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetVertexAttribdvNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl( @@ -331834,7 +183327,6 @@ public static void GetVertexAttribdvNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl( @@ -331850,49 +183342,6 @@ public static double GetVertexAttribdvNV( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331903,49 +183352,6 @@ public static void GetVertexAttrib( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetVertexAttrib(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] [MethodImpl( @@ -331963,7 +183369,6 @@ public static void GetVertexAttrib( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -331974,7 +183379,6 @@ public static void GetVertexAttribARB( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetVertexAttribARB(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] [MethodImpl( @@ -331992,7 +183396,6 @@ public static void GetVertexAttribARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332003,7 +183406,6 @@ public static void GetVertexAttribfvNV( [NativeTypeName("GLfloat *")] float* @params ) => Underlying.Value!.GetVertexAttribfvNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl( @@ -332021,7 +183423,6 @@ public static void GetVertexAttribfvNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl( @@ -332037,40 +183438,6 @@ public static float GetVertexAttribfvNV( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332081,40 +183448,6 @@ public static void GetVertexAttribI( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetVertexAttribI(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl( @@ -332132,40 +183465,6 @@ public static void GetVertexAttribI( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl( @@ -332181,7 +183480,6 @@ public static int GetVertexAttribI( return @params; } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332192,7 +183490,6 @@ public static void GetVertexAttribIEXT( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetVertexAttribIEXT(index, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl( @@ -332210,7 +183507,6 @@ public static void GetVertexAttribIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl( @@ -332226,40 +183522,6 @@ public static int GetVertexAttribIEXT( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332270,40 +183532,6 @@ public static void GetVertexAttribIuiv( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetVertexAttribIuiv(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl( @@ -332321,40 +183549,6 @@ public static void GetVertexAttribIuiv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl( @@ -332370,7 +183564,6 @@ public static uint GetVertexAttribIuiv( return @params; } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332381,7 +183574,6 @@ public static void GetVertexAttribIuivEXT( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetVertexAttribIuivEXT(index, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl( @@ -332399,7 +183591,6 @@ public static void GetVertexAttribIuivEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl( @@ -332415,49 +183606,6 @@ public static uint GetVertexAttribIuivEXT( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332468,49 +183616,6 @@ public static void GetVertexAttrib( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetVertexAttrib(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] [MethodImpl( @@ -332528,7 +183633,6 @@ public static void GetVertexAttrib( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332539,7 +183643,6 @@ public static void GetVertexAttribARB( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetVertexAttribARB(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] [MethodImpl( @@ -332557,7 +183660,6 @@ public static void GetVertexAttribARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332568,7 +183670,6 @@ public static void GetVertexAttribivNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetVertexAttribivNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl( @@ -332586,7 +183687,6 @@ public static void GetVertexAttribivNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl( @@ -332602,32 +183702,6 @@ public static int GetVertexAttribivNV( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332638,32 +183712,6 @@ public static void GetVertexAttribL( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetVertexAttribL(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] [MethodImpl( @@ -332681,7 +183729,6 @@ public static void GetVertexAttribL( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332692,7 +183739,6 @@ public static void GetVertexAttribLEXT( [NativeTypeName("GLdouble *")] double* @params ) => Underlying.Value!.GetVertexAttribLEXT(index, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] [MethodImpl( @@ -332710,8 +183756,6 @@ public static void GetVertexAttribLEXT( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332722,8 +183766,6 @@ public static void GetVertexAttribLNV( [NativeTypeName("GLint64EXT *")] long* @params ) => Underlying.Value!.GetVertexAttribLNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] [MethodImpl( @@ -332741,8 +183783,6 @@ public static void GetVertexAttribLNV( } } - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332753,8 +183793,6 @@ public static void GetVertexAttribLARB( [NativeTypeName("GLuint64EXT *")] ulong* @params ) => Underlying.Value!.GetVertexAttribLARB(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] [MethodImpl( @@ -332772,8 +183810,6 @@ public static void GetVertexAttribLARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332784,8 +183820,6 @@ public static void GetVertexAttribLNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ) => Underlying.Value!.GetVertexAttribLNV(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] [MethodImpl( @@ -332803,49 +183837,6 @@ public static void GetVertexAttribLNV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332856,49 +183847,6 @@ public static void GetVertexAttribPointer( void** pointer ) => Underlying.Value!.GetVertexAttribPointer(index, pname, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] [MethodImpl( @@ -332916,7 +183864,6 @@ Ref2D pointer } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332927,7 +183874,6 @@ public static void GetVertexAttribPointerARB( void** pointer ) => Underlying.Value!.GetVertexAttribPointerARB(index, pname, pointer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] [MethodImpl( @@ -332945,7 +183891,6 @@ Ref2D pointer } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332956,7 +183901,6 @@ public static void GetVertexAttribPointerNV( void** pointer ) => Underlying.Value!.GetVertexAttribPointerNV(index, pname, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] [MethodImpl( @@ -332974,7 +183918,6 @@ Ref2D pointer } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -332985,7 +183928,6 @@ public static void GetVideoCaptureNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetVideoCaptureNV(video_capture_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl( @@ -333003,7 +183945,6 @@ public static void GetVideoCaptureNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl( @@ -333016,7 +183957,6 @@ public static int GetVideoCaptureNV([NativeTypeName("GLuint")] uint video_captur return @params; } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333029,7 +183969,6 @@ public static void GetVideoCaptureStreamdvNV( ) => Underlying.Value!.GetVideoCaptureStreamdvNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl( @@ -333048,7 +183987,6 @@ public static void GetVideoCaptureStreamdvNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl( @@ -333064,7 +184002,6 @@ public static double GetVideoCaptureStreamdvNV( return @params; } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333077,7 +184014,6 @@ public static void GetVideoCaptureStreamfvNV( ) => Underlying.Value!.GetVideoCaptureStreamfvNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl( @@ -333096,7 +184032,6 @@ public static void GetVideoCaptureStreamfvNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl( @@ -333112,7 +184047,6 @@ public static float GetVideoCaptureStreamfvNV( return @params; } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333125,7 +184059,6 @@ public static void GetVideoCaptureStreamivNV( ) => Underlying.Value!.GetVideoCaptureStreamivNV(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl( @@ -333144,7 +184077,6 @@ public static void GetVideoCaptureStreamivNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl( @@ -333160,24 +184092,22 @@ public static int GetVideoCaptureStreamivNV( return @params; } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetVideoi64VNV( + public static void GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] long* @params - ) => Underlying.Value!.GetVideoi64VNV(video_slot, pname, @params); + ) => Underlying.Value!.GetVideoi64vNV(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetVideoi64VNV( + public static void GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] Ref @params @@ -333185,24 +184115,22 @@ public static void GetVideoi64VNV( { fixed (long* __dsl_params = @params) { - GetVideoi64VNV(video_slot, pname, __dsl_params); + GetVideoi64vNV(video_slot, pname, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static long GetVideoi64VNV([NativeTypeName("GLuint")] uint video_slot) + public static long GetVideoi64vNV([NativeTypeName("GLuint")] uint video_slot) { long @params = default; - GetVideoi64VNV(video_slot, 1, (long*)&@params); + GetVideoi64vNV(video_slot, 1, (long*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333213,7 +184141,6 @@ public static void GetVideoNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.GetVideoNV(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl( @@ -333231,7 +184158,6 @@ public static void GetVideoNV( } } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl( @@ -333244,24 +184170,22 @@ public static int GetVideoNV([NativeTypeName("GLuint")] uint video_slot) return @params; } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetVideoui64VNV( + public static void GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] ulong* @params - ) => Underlying.Value!.GetVideoui64VNV(video_slot, pname, @params); + ) => Underlying.Value!.GetVideoui64vNV(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetVideoui64VNV( + public static void GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] Ref @params @@ -333269,24 +184193,22 @@ public static void GetVideoui64VNV( { fixed (ulong* __dsl_params = @params) { - GetVideoui64VNV(video_slot, pname, __dsl_params); + GetVideoui64vNV(video_slot, pname, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static ulong GetVideoui64VNV([NativeTypeName("GLuint")] uint video_slot) + public static ulong GetVideoui64vNV([NativeTypeName("GLuint")] uint video_slot) { ulong @params = default; - GetVideoui64VNV(video_slot, 1, (ulong*)&@params); + GetVideoui64vNV(video_slot, 1, (ulong*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333297,7 +184219,6 @@ public static void GetVideouivNV( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.GetVideouivNV(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl( @@ -333315,7 +184236,6 @@ public static void GetVideouivNV( } } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl( @@ -333329,9 +184249,6 @@ public static uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) } [return: NativeTypeName("GLVULKANPROCNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333341,9 +184258,6 @@ public static uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) ) => Underlying.Value!.GetVkProcAddrNV(name); [return: NativeTypeName("GLVULKANPROCNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] [MethodImpl( @@ -333359,7 +184273,6 @@ public static uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) } } - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorbSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333367,7 +184280,6 @@ public static uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) public static void GlobalAlphaFactorSUN([NativeTypeName("GLbyte")] sbyte factor) => Underlying.Value!.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactordSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333375,7 +184287,6 @@ public static void GlobalAlphaFactorSUN([NativeTypeName("GLbyte")] sbyte factor) public static void GlobalAlphaFactorSUN([NativeTypeName("GLdouble")] double factor) => Underlying.Value!.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorfSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333383,7 +184294,6 @@ public static void GlobalAlphaFactorSUN([NativeTypeName("GLdouble")] double fact public static void GlobalAlphaFactorSUN([NativeTypeName("GLfloat")] float factor) => Underlying.Value!.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactoriSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333391,7 +184301,6 @@ public static void GlobalAlphaFactorSUN([NativeTypeName("GLfloat")] float factor public static void GlobalAlphaFactorSUN([NativeTypeName("GLint")] int factor) => Underlying.Value!.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorsSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333399,7 +184308,6 @@ public static void GlobalAlphaFactorSUN([NativeTypeName("GLint")] int factor) => public static void GlobalAlphaFactorsSUN([NativeTypeName("GLshort")] short factor) => Underlying.Value!.GlobalAlphaFactorsSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorubSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333407,7 +184315,6 @@ public static void GlobalAlphaFactorsSUN([NativeTypeName("GLshort")] short facto public static void GlobalAlphaFactorSUN([NativeTypeName("GLubyte")] byte factor) => Underlying.Value!.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactoruiSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333415,7 +184322,6 @@ public static void GlobalAlphaFactorSUN([NativeTypeName("GLubyte")] byte factor) public static void GlobalAlphaFactorSUN([NativeTypeName("GLuint")] uint factor) => Underlying.Value!.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorusSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333423,62 +184329,6 @@ public static void GlobalAlphaFactorSUN([NativeTypeName("GLuint")] uint factor) public static void GlobalAlphaFactorSUN([NativeTypeName("GLushort")] ushort factor) => Underlying.Value!.GlobalAlphaFactorSUN(factor); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glHint")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333488,62 +184338,6 @@ public static void Hint( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.Hint(target, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glHint")] [MethodImpl( @@ -333554,7 +184348,6 @@ public static void Hint( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.Hint(target, mode); - [SupportedApiProfile("gl", ["GL_PGI_misc_hints"])] [NativeFunction("opengl", EntryPoint = "glHintPGI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333564,7 +184357,6 @@ public static void HintPGI( [NativeTypeName("GLint")] int mode ) => Underlying.Value!.HintPGI(target, mode); - [SupportedApiProfile("gl", ["GL_PGI_misc_hints"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHintPGI")] [MethodImpl( @@ -333575,7 +184367,6 @@ public static void HintPGI( [NativeTypeName("GLint")] Constant mode ) => Underlying.Value!.HintPGI(target, mode); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glHistogram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333587,7 +184378,6 @@ public static void Histogram( [NativeTypeName("GLboolean")] uint sink ) => Underlying.Value!.Histogram(target, width, internalformat, sink); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHistogram")] [MethodImpl( @@ -333600,7 +184390,6 @@ public static void Histogram( [NativeTypeName("GLboolean")] MaybeBool sink ) => Underlying.Value!.Histogram(target, width, internalformat, sink); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333612,7 +184401,6 @@ public static void HistogramEXT( [NativeTypeName("GLboolean")] uint sink ) => Underlying.Value!.HistogramEXT(target, width, internalformat, sink); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] [MethodImpl( @@ -333625,7 +184413,6 @@ public static void HistogramEXT( [NativeTypeName("GLboolean")] MaybeBool sink ) => Underlying.Value!.HistogramEXT(target, width, internalformat, sink); - [SupportedApiProfile("gl", ["GL_SGIX_igloo_interface"])] [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333635,7 +184422,6 @@ public static void IglooInterfaceSGIX( [NativeTypeName("const void *")] void* @params ) => Underlying.Value!.IglooInterfaceSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_igloo_interface"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] [MethodImpl( @@ -333652,7 +184438,6 @@ public static void IglooInterfaceSGIX( } } - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333663,7 +184448,6 @@ public static void ImageTransformParameterHP( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.ImageTransformParameterHP(target, pname, param2); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] [MethodImpl( @@ -333675,7 +184459,6 @@ public static void ImageTransformParameterHP( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.ImageTransformParameterHP(target, pname, param2); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333686,7 +184469,6 @@ public static void ImageTransformParameterHP( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.ImageTransformParameterHP(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] [MethodImpl( @@ -333704,7 +184486,6 @@ public static void ImageTransformParameterHP( } } - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333715,7 +184496,6 @@ public static void ImageTransformParameterHP( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.ImageTransformParameterHP(target, pname, param2); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] [MethodImpl( @@ -333727,7 +184507,6 @@ public static void ImageTransformParameterHP( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.ImageTransformParameterHP(target, pname, param2); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333738,7 +184517,6 @@ public static void ImageTransformParameterHP( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.ImageTransformParameterHP(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] [MethodImpl( @@ -333756,8 +184534,6 @@ public static void ImageTransformParameterHP( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_fd"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333769,8 +184545,6 @@ public static void ImportMemoryFEXT( [NativeTypeName("GLint")] int fd ) => Underlying.Value!.ImportMemoryFEXT(memory, size, handleType, fd); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_fd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] [MethodImpl( @@ -333783,8 +184557,6 @@ public static void ImportMemoryFEXT( [NativeTypeName("GLint")] int fd ) => Underlying.Value!.ImportMemoryFEXT(memory, size, handleType, fd); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333796,8 +184568,6 @@ public static void ImportMemoryWin32HandleEXT( void* handle ) => Underlying.Value!.ImportMemoryWin32HandleEXT(memory, size, handleType, handle); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] [MethodImpl( @@ -333816,8 +184586,6 @@ Ref handle } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333829,8 +184597,6 @@ public static void ImportMemoryWin32NameEXT( [NativeTypeName("const void *")] void* name ) => Underlying.Value!.ImportMemoryWin32NameEXT(memory, size, handleType, name); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] [MethodImpl( @@ -333849,8 +184615,6 @@ public static void ImportMemoryWin32NameEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_fd"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333861,8 +184625,6 @@ public static void ImportSemaphoreFEXT( [NativeTypeName("GLint")] int fd ) => Underlying.Value!.ImportSemaphoreFEXT(semaphore, handleType, fd); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_fd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] [MethodImpl( @@ -333874,8 +184636,6 @@ public static void ImportSemaphoreFEXT( [NativeTypeName("GLint")] int fd ) => Underlying.Value!.ImportSemaphoreFEXT(semaphore, handleType, fd); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333886,8 +184646,6 @@ public static void ImportSemaphoreWin32HandleEXT( void* handle ) => Underlying.Value!.ImportSemaphoreWin32HandleEXT(semaphore, handleType, handle); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] [MethodImpl( @@ -333905,8 +184663,6 @@ Ref handle } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333917,8 +184673,6 @@ public static void ImportSemaphoreWin32NameEXT( [NativeTypeName("const void *")] void* name ) => Underlying.Value!.ImportSemaphoreWin32NameEXT(semaphore, handleType, name); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] [MethodImpl( @@ -333937,7 +184691,6 @@ public static void ImportSemaphoreWin32NameEXT( } [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_EXT_x11_sync_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] [MethodImpl( @@ -333950,42 +184703,16 @@ public static Ptr ImportSyncEXT( ) => Underlying.Value!.ImportSyncEXT(external_sync_type, external_sync, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_EXT_x11_sync_object"])] [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Sync* ImportSyncEXTRaw( + public static Sync* ImportSyncEXTRawEXT( [NativeTypeName("GLenum")] uint external_sync_type, [NativeTypeName("GLintptr")] nint external_sync, [NativeTypeName("GLbitfield")] uint flags - ) => Underlying.Value!.ImportSyncEXTRaw(external_sync_type, external_sync, flags); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + ) => Underlying.Value!.ImportSyncEXTRawEXT(external_sync_type, external_sync, flags); + [NativeFunction("opengl", EntryPoint = "glIndexd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -333993,31 +184720,6 @@ public static Ptr ImportSyncEXT( public static void Indexd([NativeTypeName("GLdouble")] double c) => Underlying.Value!.Indexd(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334025,31 +184727,6 @@ public static void Indexd([NativeTypeName("GLdouble")] double c) => public static void Indexdv([NativeTypeName("const GLdouble *")] double* c) => Underlying.Value!.Indexdv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl( @@ -334063,31 +184740,6 @@ public static void Indexdv([NativeTypeName("const GLdouble *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl( @@ -334096,31 +184748,6 @@ public static void Indexdv([NativeTypeName("const GLdouble *")] Ref c) public static void Indexdv([NativeTypeName("const GLdouble *")] double c) => Underlying.Value!.Indexdv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334128,8 +184755,6 @@ public static void Indexdv([NativeTypeName("const GLdouble *")] double c) => public static void Indexf([NativeTypeName("GLfloat")] float c) => Underlying.Value!.Indexf(c); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glIndexFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334139,7 +184764,6 @@ public static void IndexFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.IndexFormatNV(type, stride); - [SupportedApiProfile("gl", ["GL_EXT_index_func"])] [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334149,7 +184773,6 @@ public static void IndexFuncEXT( [NativeTypeName("GLclampf")] float @ref ) => Underlying.Value!.IndexFuncEXT(func, @ref); - [SupportedApiProfile("gl", ["GL_EXT_index_func"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] [MethodImpl( @@ -334160,31 +184783,6 @@ public static void IndexFuncEXT( [NativeTypeName("GLclampf")] float @ref ) => Underlying.Value!.IndexFuncEXT(func, @ref); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334192,31 +184790,6 @@ public static void IndexFuncEXT( public static void Indexfv([NativeTypeName("const GLfloat *")] float* c) => Underlying.Value!.Indexfv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl( @@ -334230,31 +184803,6 @@ public static void Indexfv([NativeTypeName("const GLfloat *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl( @@ -334263,62 +184811,12 @@ public static void Indexfv([NativeTypeName("const GLfloat *")] Ref c) public static void Indexfv([NativeTypeName("const GLfloat *")] float c) => Underlying.Value!.Indexfv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void Indexi([NativeTypeName("GLint")] int c) => Underlying.Value!.Indexi(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334326,31 +184824,6 @@ public static void Indexfv([NativeTypeName("const GLfloat *")] float c) => public static void Indexiv([NativeTypeName("const GLint *")] int* c) => Underlying.Value!.Indexiv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl( @@ -334364,31 +184837,6 @@ public static void Indexiv([NativeTypeName("const GLint *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl( @@ -334397,31 +184845,6 @@ public static void Indexiv([NativeTypeName("const GLint *")] Ref c) public static void Indexiv([NativeTypeName("const GLint *")] int c) => Underlying.Value!.Indexiv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334429,7 +184852,6 @@ public static void Indexiv([NativeTypeName("const GLint *")] int c) => public static void IndexMask([NativeTypeName("GLuint")] uint mask) => Underlying.Value!.IndexMask(mask); - [SupportedApiProfile("gl", ["GL_EXT_index_material"])] [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334439,7 +184861,6 @@ public static void IndexMaterialEXT( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.IndexMaterialEXT(face, mode); - [SupportedApiProfile("gl", ["GL_EXT_index_material"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] [MethodImpl( @@ -334450,30 +184871,6 @@ public static void IndexMaterialEXT( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.IndexMaterialEXT(face, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334484,30 +184881,6 @@ public static void IndexPointer( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.IndexPointer(type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointer")] [MethodImpl( @@ -334525,7 +184898,6 @@ public static void IndexPointer( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334537,7 +184909,6 @@ public static void IndexPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.IndexPointerEXT(type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] [MethodImpl( @@ -334556,7 +184927,6 @@ public static void IndexPointerEXT( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334568,7 +184938,6 @@ public static void IndexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => Underlying.Value!.IndexPointerListIBM(type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] [MethodImpl( @@ -334587,31 +184956,6 @@ public static void IndexPointerListIBM( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexs")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334619,31 +184963,6 @@ public static void IndexPointerListIBM( public static void Indexs([NativeTypeName("GLshort")] short c) => Underlying.Value!.Indexs(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334651,31 +184970,6 @@ public static void Indexs([NativeTypeName("GLshort")] short c) => public static void Indexsv([NativeTypeName("const GLshort *")] short* c) => Underlying.Value!.Indexsv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl( @@ -334689,31 +184983,6 @@ public static void Indexsv([NativeTypeName("const GLshort *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl( @@ -334722,30 +184991,6 @@ public static void Indexsv([NativeTypeName("const GLshort *")] Ref c) public static void Indexsv([NativeTypeName("const GLshort *")] short c) => Underlying.Value!.Indexsv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexub")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334753,30 +184998,6 @@ public static void Indexsv([NativeTypeName("const GLshort *")] short c) => public static void Indexub([NativeTypeName("GLubyte")] byte c) => Underlying.Value!.Indexub(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334784,30 +185005,6 @@ public static void Indexub([NativeTypeName("GLubyte")] byte c) => public static void Indexubv([NativeTypeName("const GLubyte *")] byte* c) => Underlying.Value!.Indexubv(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl( @@ -334821,30 +185018,6 @@ public static void Indexubv([NativeTypeName("const GLubyte *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl( @@ -334853,7 +185026,6 @@ public static void Indexubv([NativeTypeName("const GLubyte *")] Ref c) public static void Indexubv([NativeTypeName("const GLubyte *")] byte c) => Underlying.Value!.Indexubv(c); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glIndexxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334861,16 +185033,14 @@ public static void Indexubv([NativeTypeName("const GLubyte *")] byte c) => public static void IndexxOES([NativeTypeName("GLfixed")] int component) => Underlying.Value!.IndexxOES(component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void IndexxvO([NativeTypeName("const GLfixed *")] int component) => - Underlying.Value!.IndexxvO(component); + public static void IndexxvOOES([NativeTypeName("const GLfixed *")] int component) => + Underlying.Value!.IndexxvOOES(component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334878,7 +185048,6 @@ public static void IndexxvO([NativeTypeName("const GLfixed *")] int component) = public static void IndexxOES([NativeTypeName("const GLfixed *")] int* component) => Underlying.Value!.IndexxOES(component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl( @@ -334892,38 +185061,12 @@ public static void IndexxOES([NativeTypeName("const GLfixed *")] Ref compon } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glInitNames")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void InitNames() => Underlying.Value!.InitNames(); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glInsertComponentEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334934,10 +185077,6 @@ public static void InsertComponentEXT( [NativeTypeName("GLuint")] uint num ) => Underlying.Value!.InsertComponentEXT(res, src, num); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334947,10 +185086,6 @@ public static void InsertEventMarkerEXT( [NativeTypeName("const GLchar *")] sbyte* marker ) => Underlying.Value!.InsertEventMarkerEXT(length, marker); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] [MethodImpl( @@ -334967,7 +185102,6 @@ public static void InsertEventMarkerEXT( } } - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -334977,7 +185111,6 @@ public static void InstrumentsBufferSGIX( [NativeTypeName("GLint *")] int* buffer ) => Underlying.Value!.InstrumentsBufferSGIX(size, buffer); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl( @@ -334994,7 +185127,6 @@ public static void InstrumentsBufferSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl( @@ -335007,30 +185139,6 @@ public static int InstrumentsBufferSGIX() return buffer; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -335041,30 +185149,6 @@ public static void InterleavedArrays( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.InterleavedArrays(format, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] [MethodImpl( @@ -335082,9 +185166,6 @@ public static void InterleavedArrays( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glInterpolatePathsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -335096,28 +185177,6 @@ public static void InterpolatePathNV( [NativeTypeName("GLfloat")] float weight ) => Underlying.Value!.InterpolatePathNV(resultPath, pathA, pathB, weight); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateBufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -335125,28 +185184,6 @@ public static void InterpolatePathNV( public static void InvalidateBufferData([NativeTypeName("GLuint")] uint buffer) => Underlying.Value!.InvalidateBufferData(buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -335157,28 +185194,6 @@ public static void InvalidateBufferSubData( [NativeTypeName("GLsizeiptr")] nuint length ) => Underlying.Value!.InvalidateBufferSubData(buffer, offset, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -335189,28 +185204,6 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] uint* attachments ) => Underlying.Value!.InvalidateFramebuffer(target, numAttachments, attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -335228,28 +185221,6 @@ public static void InvalidateFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -335260,28 +185231,6 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] uint attachments ) => Underlying.Value!.InvalidateFramebuffer(target, attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -335299,28 +185248,6 @@ public static void InvalidateFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -335331,28 +185258,6 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] GLEnum attachments ) => Underlying.Value!.InvalidateFramebuffer(target, attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -335370,28 +185275,6 @@ public static void InvalidateFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl( @@ -335402,16 +185285,6 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] InvalidateFramebufferAttachment attachments ) => Underlying.Value!.InvalidateFramebuffer(target, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -335427,16 +185300,6 @@ public static void InvalidateNamedFramebufferData( attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -335454,16 +185317,6 @@ public static void InvalidateNamedFramebufferData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -335485,16 +185338,6 @@ public static void InvalidateNamedFramebufferData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -335516,16 +185359,6 @@ public static void InvalidateNamedFramebufferData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -335536,16 +185369,6 @@ public static void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] uint attachments ) => Underlying.Value!.InvalidateNamedFramebufferDatum(framebuffer, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -335556,16 +185379,6 @@ public static void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] GLEnum attachments ) => Underlying.Value!.InvalidateNamedFramebufferDatum(framebuffer, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl( @@ -335576,16 +185389,6 @@ public static void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] FramebufferAttachment attachments ) => Underlying.Value!.InvalidateNamedFramebufferDatum(framebuffer, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -335609,16 +185412,6 @@ public static void InvalidateNamedFramebufferSubData( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -335648,16 +185441,6 @@ public static void InvalidateNamedFramebufferSubData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -335687,16 +185470,6 @@ public static void InvalidateNamedFramebufferSubData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -335726,16 +185499,6 @@ public static void InvalidateNamedFramebufferSubData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -335758,16 +185521,6 @@ public static void InvalidateNamedFramebufferSubDatum( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -335790,16 +185543,6 @@ public static void InvalidateNamedFramebufferSubDatum( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl( @@ -335822,28 +185565,6 @@ public static void InvalidateNamedFramebufferSubDatum( height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -335867,28 +185588,6 @@ public static void InvalidateSubFramebuffer( height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -335918,28 +185617,6 @@ public static void InvalidateSubFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -335954,28 +185631,6 @@ public static void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.InvalidateSubFramebuffer(target, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -336005,28 +185660,6 @@ public static void InvalidateSubFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -336041,28 +185674,6 @@ public static void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.InvalidateSubFramebuffer(target, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -336092,28 +185703,6 @@ public static void InvalidateSubFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl( @@ -336128,28 +185717,6 @@ public static void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.InvalidateSubFramebuffer(target, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateTexImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -336159,28 +185726,6 @@ public static void InvalidateTexImage( [NativeTypeName("GLint")] int level ) => Underlying.Value!.InvalidateTexImage(texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateTexSubImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -336207,7 +185752,6 @@ public static void InvalidateTexSubImage( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] [MethodImpl( @@ -336217,61 +185761,14 @@ public static MaybeBool IsAsyncMarkerSGIX([NativeTypeName("GLuint")] uint Underlying.Value!.IsAsyncMarkerSGIX(marker); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsAsyncMarkerSGIXRaw([NativeTypeName("GLuint")] uint marker) => - Underlying.Value!.IsAsyncMarkerSGIXRaw(marker); + public static uint IsAsyncMarkerSGIXRawSGIX([NativeTypeName("GLuint")] uint marker) => + Underlying.Value!.IsAsyncMarkerSGIXRawSGIX(marker); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBuffer")] [MethodImpl( @@ -336281,7 +185778,6 @@ public static MaybeBool IsBuffer([NativeTypeName("GLuint")] uint buffer) = Underlying.Value!.IsBuffer(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] [MethodImpl( @@ -336291,61 +185787,14 @@ public static MaybeBool IsBufferARB([NativeTypeName("GLuint")] uint buffer Underlying.Value!.IsBufferARB(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsBufferARBRaw([NativeTypeName("GLuint")] uint buffer) => - Underlying.Value!.IsBufferARBRaw(buffer); + public static uint IsBufferARBRawARB([NativeTypeName("GLuint")] uint buffer) => + Underlying.Value!.IsBufferARBRawARB(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -336354,8 +185803,6 @@ public static uint IsBufferRaw([NativeTypeName("GLuint")] uint buffer) => Underlying.Value!.IsBufferRaw(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] [MethodImpl( @@ -336365,18 +185812,14 @@ public static MaybeBool IsBufferResidentNV([NativeTypeName("GLenum")] uint Underlying.Value!.IsBufferResidentNV(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsBufferResidentNVRaw([NativeTypeName("GLenum")] uint target) => - Underlying.Value!.IsBufferResidentNVRaw(target); + public static uint IsBufferResidentNVRawNV([NativeTypeName("GLenum")] uint target) => + Underlying.Value!.IsBufferResidentNVRawNV(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] [MethodImpl( @@ -336386,72 +185829,14 @@ public static MaybeBool IsCommandListNV([NativeTypeName("GLuint")] uint li Underlying.Value!.IsCommandListNV(list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsCommandListNVRaw([NativeTypeName("GLuint")] uint list) => - Underlying.Value!.IsCommandListNVRaw(list); + public static uint IsCommandListNVRawNV([NativeTypeName("GLuint")] uint list) => + Underlying.Value!.IsCommandListNVRawNV(list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsEnabled")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -336460,62 +185845,6 @@ public static uint IsEnabled([NativeTypeName("GLenum")] uint cap) => Underlying.Value!.IsEnabled(cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabled")] [MethodImpl( @@ -336526,40 +185855,6 @@ public static MaybeBool IsEnabled( ) => Underlying.Value!.IsEnabled(cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -336570,40 +185865,6 @@ public static uint IsEnabled( ) => Underlying.Value!.IsEnabled(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] [MethodImpl( @@ -336615,7 +185876,6 @@ public static MaybeBool IsEnabled( ) => Underlying.Value!.IsEnabled(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -336626,7 +185886,6 @@ public static uint IsEnabledEXT( ) => Underlying.Value!.IsEnabledEXT(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] [MethodImpl( @@ -336638,8 +185897,6 @@ public static MaybeBool IsEnabledEXT( ) => Underlying.Value!.IsEnabledEXT(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -336650,8 +185907,6 @@ public static uint IsEnabledIndexedEXT( ) => Underlying.Value!.IsEnabledIndexedEXT(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] [MethodImpl( @@ -336663,7 +185918,6 @@ public static MaybeBool IsEnabledIndexedEXT( ) => Underlying.Value!.IsEnabledIndexedEXT(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -336674,7 +185928,6 @@ public static uint IsEnabledNV( ) => Underlying.Value!.IsEnabledNV(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] [MethodImpl( @@ -336686,7 +185939,6 @@ public static MaybeBool IsEnabledNV( ) => Underlying.Value!.IsEnabledNV(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -336697,7 +185949,6 @@ public static uint IsEnabledOES( ) => Underlying.Value!.IsEnabledOES(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] [MethodImpl( @@ -336709,28 +185960,23 @@ public static MaybeBool IsEnabledOES( ) => Underlying.Value!.IsEnabledOES(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static MaybeBool IsFenceApple([NativeTypeName("GLuint")] uint fence) => - Underlying.Value!.IsFenceApple(fence); + public static MaybeBool IsFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + Underlying.Value!.IsFenceAPPLE(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsFenceAppleRaw([NativeTypeName("GLuint")] uint fence) => - Underlying.Value!.IsFenceAppleRaw(fence); + public static uint IsFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence) => + Underlying.Value!.IsFenceAppleRawAPPLE(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] [MethodImpl( @@ -336740,58 +185986,14 @@ public static MaybeBool IsFenceNV([NativeTypeName("GLuint")] uint fence) = Underlying.Value!.IsFenceNV(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsFenceNVRaw([NativeTypeName("GLuint")] uint fence) => - Underlying.Value!.IsFenceNVRaw(fence); + public static uint IsFenceNVRawNV([NativeTypeName("GLuint")] uint fence) => + Underlying.Value!.IsFenceNVRawNV(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] [MethodImpl( @@ -336801,7 +186003,6 @@ public static MaybeBool IsFramebuffer([NativeTypeName("GLuint")] uint fram Underlying.Value!.IsFramebuffer(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] [MethodImpl( @@ -336812,16 +186013,14 @@ public static MaybeBool IsFramebufferEXT( ) => Underlying.Value!.IsFramebufferEXT(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsFramebufferEXTRaw([NativeTypeName("GLuint")] uint framebuffer) => - Underlying.Value!.IsFramebufferEXTRaw(framebuffer); + public static uint IsFramebufferEXTRawEXT([NativeTypeName("GLuint")] uint framebuffer) => + Underlying.Value!.IsFramebufferEXTRawEXT(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] [MethodImpl( @@ -336832,56 +186031,14 @@ public static MaybeBool IsFramebufferOES( ) => Underlying.Value!.IsFramebufferOES(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsFramebufferOESRaw([NativeTypeName("GLuint")] uint framebuffer) => - Underlying.Value!.IsFramebufferOESRaw(framebuffer); + public static uint IsFramebufferOESRawOES([NativeTypeName("GLuint")] uint framebuffer) => + Underlying.Value!.IsFramebufferOESRawOES(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -336890,8 +186047,6 @@ public static uint IsFramebufferRaw([NativeTypeName("GLuint")] uint framebuffer) Underlying.Value!.IsFramebufferRaw(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] [MethodImpl( @@ -336902,19 +186057,15 @@ public static MaybeBool IsImageHandleResidentARB( ) => Underlying.Value!.IsImageHandleResidentARB(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsImageHandleResidentARBRaw([NativeTypeName("GLuint64")] ulong handle) => - Underlying.Value!.IsImageHandleResidentARBRaw(handle); + public static uint IsImageHandleResidentARBRawARB( + [NativeTypeName("GLuint64")] ulong handle + ) => Underlying.Value!.IsImageHandleResidentARBRawARB(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] [MethodImpl( @@ -336925,42 +186076,15 @@ public static MaybeBool IsImageHandleResidentNV( ) => Underlying.Value!.IsImageHandleResidentNV(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsImageHandleResidentNVRaw([NativeTypeName("GLuint64")] ulong handle) => - Underlying.Value!.IsImageHandleResidentNVRaw(handle); + public static uint IsImageHandleResidentNVRawNV( + [NativeTypeName("GLuint64")] ulong handle + ) => Underlying.Value!.IsImageHandleResidentNVRawNV(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsList")] [MethodImpl( @@ -336970,31 +186094,6 @@ public static MaybeBool IsList([NativeTypeName("GLuint")] uint list) => Underlying.Value!.IsList(list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIsList")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -337003,8 +186102,6 @@ public static uint IsListRaw([NativeTypeName("GLuint")] uint list) => Underlying.Value!.IsListRaw(list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] [MethodImpl( @@ -337015,17 +186112,14 @@ public static MaybeBool IsMemoryObjectEXT( ) => Underlying.Value!.IsMemoryObjectEXT(memoryObject); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsMemoryObjectEXTRaw([NativeTypeName("GLuint")] uint memoryObject) => - Underlying.Value!.IsMemoryObjectEXTRaw(memoryObject); + public static uint IsMemoryObjectEXTRawEXT([NativeTypeName("GLuint")] uint memoryObject) => + Underlying.Value!.IsMemoryObjectEXTRawEXT(memoryObject); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] [MethodImpl( @@ -337037,19 +186131,16 @@ public static MaybeBool IsNameAMD( ) => Underlying.Value!.IsNameAMD(identifier, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsNameAMDRaw( + public static uint IsNameAMDRawAMD( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name - ) => Underlying.Value!.IsNameAMDRaw(identifier, name); + ) => Underlying.Value!.IsNameAMDRawAMD(identifier, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] [MethodImpl( @@ -337060,18 +186151,14 @@ public static MaybeBool IsNamedBufferResidentNV( ) => Underlying.Value!.IsNamedBufferResidentNV(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsNamedBufferResidentNVRaw([NativeTypeName("GLuint")] uint buffer) => - Underlying.Value!.IsNamedBufferResidentNVRaw(buffer); + public static uint IsNamedBufferResidentNVRawNV([NativeTypeName("GLuint")] uint buffer) => + Underlying.Value!.IsNamedBufferResidentNVRawNV(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -337082,8 +186169,6 @@ public static uint IsNamedStringARB( ) => Underlying.Value!.IsNamedStringARB(namelen, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] [MethodImpl( @@ -337101,7 +186186,6 @@ public static MaybeBool IsNamedStringARB( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] [MethodImpl( @@ -337111,16 +186195,14 @@ public static MaybeBool IsObjectBufferATI([NativeTypeName("GLuint")] uint Underlying.Value!.IsObjectBufferATI(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer) => - Underlying.Value!.IsObjectBufferATIRaw(buffer); + public static uint IsObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer) => + Underlying.Value!.IsObjectBufferATIRawATI(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] [MethodImpl( @@ -337130,18 +186212,14 @@ public static MaybeBool IsOcclusionQueryNV([NativeTypeName("GLuint")] uint Underlying.Value!.IsOcclusionQueryNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsOcclusionQueryNVRaw([NativeTypeName("GLuint")] uint id) => - Underlying.Value!.IsOcclusionQueryNVRaw(id); + public static uint IsOcclusionQueryNVRawNV([NativeTypeName("GLuint")] uint id) => + Underlying.Value!.IsOcclusionQueryNVRawNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPathNV")] [MethodImpl( @@ -337151,20 +186229,14 @@ public static MaybeBool IsPathNV([NativeTypeName("GLuint")] uint path) => Underlying.Value!.IsPathNV(path); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsPathNVRaw([NativeTypeName("GLuint")] uint path) => - Underlying.Value!.IsPathNVRaw(path); + public static uint IsPathNVRawNV([NativeTypeName("GLuint")] uint path) => + Underlying.Value!.IsPathNVRawNV(path); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] [MethodImpl( @@ -337178,24 +186250,18 @@ public static MaybeBool IsPointInFillPathNV( ) => Underlying.Value!.IsPointInFillPathNV(path, mask, x, y); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsPointInFillPathNVRaw( + public static uint IsPointInFillPathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) => Underlying.Value!.IsPointInFillPathNVRaw(path, mask, x, y); + ) => Underlying.Value!.IsPointInFillPathNVRawNV(path, mask, x, y); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] [MethodImpl( @@ -337208,63 +186274,17 @@ public static MaybeBool IsPointInStrokePathNV( ) => Underlying.Value!.IsPointInStrokePathNV(path, x, y); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsPointInStrokePathNVRaw( + public static uint IsPointInStrokePathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) => Underlying.Value!.IsPointInStrokePathNVRaw(path, x, y); + ) => Underlying.Value!.IsPointInStrokePathNVRawNV(path, x, y); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgram")] [MethodImpl( @@ -337274,7 +186294,6 @@ public static MaybeBool IsProgram([NativeTypeName("GLuint")] uint program) Underlying.Value!.IsProgram(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] [MethodImpl( @@ -337284,16 +186303,14 @@ public static MaybeBool IsProgramARB([NativeTypeName("GLuint")] uint progr Underlying.Value!.IsProgramARB(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsProgramARBRaw([NativeTypeName("GLuint")] uint program) => - Underlying.Value!.IsProgramARBRaw(program); + public static uint IsProgramARBRawARB([NativeTypeName("GLuint")] uint program) => + Underlying.Value!.IsProgramARBRawARB(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] [MethodImpl( @@ -337303,41 +186320,14 @@ public static MaybeBool IsProgramNV([NativeTypeName("GLuint")] uint id) => Underlying.Value!.IsProgramNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsProgramNVRaw([NativeTypeName("GLuint")] uint id) => - Underlying.Value!.IsProgramNVRaw(id); + public static uint IsProgramNVRawNV([NativeTypeName("GLuint")] uint id) => + Underlying.Value!.IsProgramNVRawNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] [MethodImpl( @@ -337347,7 +186337,6 @@ public static MaybeBool IsProgramPipeline([NativeTypeName("GLuint")] uint Underlying.Value!.IsProgramPipeline(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] [MethodImpl( @@ -337358,41 +186347,14 @@ public static MaybeBool IsProgramPipelineEXT( ) => Underlying.Value!.IsProgramPipelineEXT(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsProgramPipelineEXTRaw([NativeTypeName("GLuint")] uint pipeline) => - Underlying.Value!.IsProgramPipelineEXTRaw(pipeline); + public static uint IsProgramPipelineEXTRawEXT([NativeTypeName("GLuint")] uint pipeline) => + Underlying.Value!.IsProgramPipelineEXTRawEXT(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -337401,49 +186363,6 @@ public static uint IsProgramPipelineRaw([NativeTypeName("GLuint")] uint pipeline Underlying.Value!.IsProgramPipelineRaw(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -337452,46 +186371,6 @@ public static uint IsProgramRaw([NativeTypeName("GLuint")] uint program) => Underlying.Value!.IsProgramRaw(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQuery")] [MethodImpl( @@ -337501,7 +186380,6 @@ public static MaybeBool IsQuery([NativeTypeName("GLuint")] uint id) => Underlying.Value!.IsQuery(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] [MethodImpl( @@ -337511,19 +186389,14 @@ public static MaybeBool IsQueryARB([NativeTypeName("GLuint")] uint id) => Underlying.Value!.IsQueryARB(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsQueryARBRaw([NativeTypeName("GLuint")] uint id) => - Underlying.Value!.IsQueryARBRaw(id); + public static uint IsQueryARBRawARB([NativeTypeName("GLuint")] uint id) => + Underlying.Value!.IsQueryARBRawARB(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] [MethodImpl( @@ -337533,58 +186406,14 @@ public static MaybeBool IsQueryEXT([NativeTypeName("GLuint")] uint id) => Underlying.Value!.IsQueryEXT(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsQueryEXTRaw([NativeTypeName("GLuint")] uint id) => - Underlying.Value!.IsQueryEXTRaw(id); + public static uint IsQueryEXTRawEXT([NativeTypeName("GLuint")] uint id) => + Underlying.Value!.IsQueryEXTRawEXT(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glIsQuery")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -337593,47 +186422,6 @@ public static uint IsQueryRaw([NativeTypeName("GLuint")] uint id) => Underlying.Value!.IsQueryRaw(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] [MethodImpl( @@ -337644,7 +186432,6 @@ public static MaybeBool IsRenderbuffer( ) => Underlying.Value!.IsRenderbuffer(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] [MethodImpl( @@ -337655,16 +186442,14 @@ public static MaybeBool IsRenderbufferEXT( ) => Underlying.Value!.IsRenderbufferEXT(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsRenderbufferEXTRaw([NativeTypeName("GLuint")] uint renderbuffer) => - Underlying.Value!.IsRenderbufferEXTRaw(renderbuffer); + public static uint IsRenderbufferEXTRawEXT([NativeTypeName("GLuint")] uint renderbuffer) => + Underlying.Value!.IsRenderbufferEXTRawEXT(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] [MethodImpl( @@ -337675,56 +186460,14 @@ public static MaybeBool IsRenderbufferOES( ) => Underlying.Value!.IsRenderbufferOES(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsRenderbufferOESRaw([NativeTypeName("GLuint")] uint renderbuffer) => - Underlying.Value!.IsRenderbufferOESRaw(renderbuffer); + public static uint IsRenderbufferOESRawOES([NativeTypeName("GLuint")] uint renderbuffer) => + Underlying.Value!.IsRenderbufferOESRawOES(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -337733,46 +186476,6 @@ public static uint IsRenderbufferRaw([NativeTypeName("GLuint")] uint renderbuffe Underlying.Value!.IsRenderbufferRaw(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSampler")] [MethodImpl( @@ -337782,46 +186485,6 @@ public static MaybeBool IsSampler([NativeTypeName("GLuint")] uint sampler) Underlying.Value!.IsSampler(sampler); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsSampler")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -337830,8 +186493,6 @@ public static uint IsSamplerRaw([NativeTypeName("GLuint")] uint sampler) => Underlying.Value!.IsSamplerRaw(sampler); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] [MethodImpl( @@ -337841,59 +186502,14 @@ public static MaybeBool IsSemaphoreEXT([NativeTypeName("GLuint")] uint sem Underlying.Value!.IsSemaphoreEXT(semaphore); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsSemaphoreEXTRaw([NativeTypeName("GLuint")] uint semaphore) => - Underlying.Value!.IsSemaphoreEXTRaw(semaphore); + public static uint IsSemaphoreEXTRawEXT([NativeTypeName("GLuint")] uint semaphore) => + Underlying.Value!.IsSemaphoreEXTRawEXT(semaphore); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsShader")] [MethodImpl( @@ -337903,49 +186519,6 @@ public static MaybeBool IsShader([NativeTypeName("GLuint")] uint shader) = Underlying.Value!.IsShader(shader); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -337954,8 +186527,6 @@ public static uint IsShaderRaw([NativeTypeName("GLuint")] uint shader) => Underlying.Value!.IsShaderRaw(shader); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsStateNV")] [MethodImpl( @@ -337965,48 +186536,14 @@ public static MaybeBool IsStateNV([NativeTypeName("GLuint")] uint state) = Underlying.Value!.IsStateNV(state); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glIsStateNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsStateNVRaw([NativeTypeName("GLuint")] uint state) => - Underlying.Value!.IsStateNVRaw(state); + public static uint IsStateNVRawNV([NativeTypeName("GLuint")] uint state) => + Underlying.Value!.IsStateNVRawNV(state); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glIsSync")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338015,38 +186552,6 @@ public static uint IsSync([NativeTypeName("GLsync")] Sync* sync) => Underlying.Value!.IsSync(sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSync")] [MethodImpl( @@ -338061,86 +186566,28 @@ public static MaybeBool IsSync([NativeTypeName("GLsync")] Ref sync) } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsSyncApple([NativeTypeName("GLsync")] Sync* sync) => - Underlying.Value!.IsSyncApple(sync); + public static uint IsSyncAPPLE([NativeTypeName("GLsync")] Sync* sync) => + Underlying.Value!.IsSyncAPPLE(sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static MaybeBool IsSyncApple([NativeTypeName("GLsync")] Ref sync) + public static MaybeBool IsSyncAPPLE([NativeTypeName("GLsync")] Ref sync) { fixed (Sync* __dsl_sync = sync) { - return (MaybeBool)(uint)IsSyncApple(__dsl_sync); + return (MaybeBool)(uint)IsSyncAPPLE(__dsl_sync); } } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTexture")] [MethodImpl( @@ -338150,7 +186597,6 @@ public static MaybeBool IsTexture([NativeTypeName("GLuint")] uint texture) Underlying.Value!.IsTexture(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] [MethodImpl( @@ -338160,17 +186606,14 @@ public static MaybeBool IsTextureEXT([NativeTypeName("GLuint")] uint textu Underlying.Value!.IsTextureEXT(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsTextureEXTRaw([NativeTypeName("GLuint")] uint texture) => - Underlying.Value!.IsTextureEXTRaw(texture); + public static uint IsTextureEXTRawEXT([NativeTypeName("GLuint")] uint texture) => + Underlying.Value!.IsTextureEXTRawEXT(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] [MethodImpl( @@ -338181,20 +186624,15 @@ public static MaybeBool IsTextureHandleResidentARB( ) => Underlying.Value!.IsTextureHandleResidentARB(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsTextureHandleResidentARBRaw( + public static uint IsTextureHandleResidentARBRawARB( [NativeTypeName("GLuint64")] ulong handle - ) => Underlying.Value!.IsTextureHandleResidentARBRaw(handle); + ) => Underlying.Value!.IsTextureHandleResidentARBRawARB(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] [MethodImpl( @@ -338205,72 +186643,15 @@ public static MaybeBool IsTextureHandleResidentNV( ) => Underlying.Value!.IsTextureHandleResidentNV(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsTextureHandleResidentNVRaw( + public static uint IsTextureHandleResidentNVRawNV( [NativeTypeName("GLuint64")] ulong handle - ) => Underlying.Value!.IsTextureHandleResidentNVRaw(handle); + ) => Underlying.Value!.IsTextureHandleResidentNVRawNV(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338279,34 +186660,6 @@ public static uint IsTextureRaw([NativeTypeName("GLuint")] uint texture) => Underlying.Value!.IsTextureRaw(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] [MethodImpl( @@ -338316,7 +186669,6 @@ public static MaybeBool IsTransformFeedback([NativeTypeName("GLuint")] uin Underlying.Value!.IsTransformFeedback(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] [MethodImpl( @@ -338326,43 +186678,14 @@ public static MaybeBool IsTransformFeedbackNV([NativeTypeName("GLuint")] u Underlying.Value!.IsTransformFeedbackNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsTransformFeedbackNVRaw([NativeTypeName("GLuint")] uint id) => - Underlying.Value!.IsTransformFeedbackNVRaw(id); + public static uint IsTransformFeedbackNVRawNV([NativeTypeName("GLuint")] uint id) => + Underlying.Value!.IsTransformFeedbackNVRawNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338371,7 +186694,6 @@ public static uint IsTransformFeedbackRaw([NativeTypeName("GLuint")] uint id) => Underlying.Value!.IsTransformFeedbackRaw(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338382,7 +186704,6 @@ public static uint IsVariantEnabledEXT( ) => Underlying.Value!.IsVariantEnabledEXT(id, cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] [MethodImpl( @@ -338394,42 +186715,6 @@ public static MaybeBool IsVariantEnabledEXT( ) => Underlying.Value!.IsVariantEnabledEXT(id, cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] [MethodImpl( @@ -338439,27 +186724,23 @@ public static MaybeBool IsVertexArray([NativeTypeName("GLuint")] uint arra Underlying.Value!.IsVertexArray(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static MaybeBool IsVertexArrayApple([NativeTypeName("GLuint")] uint array) => - Underlying.Value!.IsVertexArrayApple(array); + public static MaybeBool IsVertexArrayAPPLE([NativeTypeName("GLuint")] uint array) => + Underlying.Value!.IsVertexArrayAPPLE(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsVertexArrayAppleRaw([NativeTypeName("GLuint")] uint array) => - Underlying.Value!.IsVertexArrayAppleRaw(array); + public static uint IsVertexArrayAppleRawAPPLE([NativeTypeName("GLuint")] uint array) => + Underlying.Value!.IsVertexArrayAppleRawAPPLE(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] [MethodImpl( @@ -338469,52 +186750,14 @@ public static MaybeBool IsVertexArrayOES([NativeTypeName("GLuint")] uint a Underlying.Value!.IsVertexArrayOES(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsVertexArrayOESRaw([NativeTypeName("GLuint")] uint array) => - Underlying.Value!.IsVertexArrayOESRaw(array); + public static uint IsVertexArrayOESRawOES([NativeTypeName("GLuint")] uint array) => + Underlying.Value!.IsVertexArrayOESRawOES(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338523,31 +186766,26 @@ public static uint IsVertexArrayRaw([NativeTypeName("GLuint")] uint array) => Underlying.Value!.IsVertexArrayRaw(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static MaybeBool IsVertexAttribEnabledApple( + public static MaybeBool IsVertexAttribEnabledAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => Underlying.Value!.IsVertexAttribEnabledApple(index, pname); + ) => Underlying.Value!.IsVertexAttribEnabledAPPLE(index, pname); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint IsVertexAttribEnabledAppleRaw( + public static uint IsVertexAttribEnabledAppleRawAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => Underlying.Value!.IsVertexAttribEnabledAppleRaw(index, pname); + ) => Underlying.Value!.IsVertexAttribEnabledAppleRawAPPLE(index, pname); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338559,9 +186797,6 @@ public static void LabelObjectEXT( [NativeTypeName("const GLchar *")] sbyte* label ) => Underlying.Value!.LabelObjectEXT(type, @object, length, label); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] [MethodImpl( @@ -338580,7 +186815,6 @@ public static void LabelObjectEXT( } } - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUCopyImageSubDataNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338624,14 +186858,12 @@ public static void LGPUCopyImageSubDataNVX( depth ); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUInterlockNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void LGPUInterlockNVX() => Underlying.Value!.LGPUInterlockNVX(); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338644,7 +186876,6 @@ public static void LGPUNamedBufferSubDataNVX( [NativeTypeName("const void *")] void* data ) => Underlying.Value!.LGPUNamedBufferSubDataNVX(gpuMask, buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] [MethodImpl( @@ -338664,7 +186895,6 @@ public static void LGPUNamedBufferSubDataNVX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338674,7 +186904,6 @@ public static void LightEnvSGIX( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.LightEnvSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] [MethodImpl( @@ -338682,35 +186911,9 @@ public static void LightEnvSGIX( )] public static void LightEnvSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 + [NativeTypeName("GLint")] Constant param1 ) => Underlying.Value!.LightEnvSGIX(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338721,32 +186924,6 @@ public static void Light( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.Light(light, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightf")] [MethodImpl( @@ -338758,32 +186935,6 @@ public static void Light( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.Light(light, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338794,32 +186945,6 @@ public static void Light( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.Light(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightfv")] [MethodImpl( @@ -338837,31 +186962,6 @@ public static void Light( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLighti")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338872,31 +186972,6 @@ public static void Light( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.Light(light, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLighti")] [MethodImpl( @@ -338908,31 +186983,6 @@ public static void Light( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.Light(light, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -338943,31 +186993,6 @@ public static void Light( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.Light(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightiv")] [MethodImpl( @@ -338985,32 +187010,6 @@ public static void Light( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightModelf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339020,32 +187019,6 @@ public static void LightModel( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.LightModel(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelf")] [MethodImpl( @@ -339056,32 +187029,6 @@ public static void LightModel( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.LightModel(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightModelfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339091,32 +187038,6 @@ public static void LightModel( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.LightModel(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelfv")] [MethodImpl( @@ -339133,31 +187054,6 @@ public static void LightModel( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightModeli")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339167,31 +187063,6 @@ public static void LightModel( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.LightModel(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModeli")] [MethodImpl( @@ -339202,31 +187073,6 @@ public static void LightModel( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.LightModel(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightModeliv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339236,31 +187082,6 @@ public static void LightModel( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.LightModel(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModeliv")] [MethodImpl( @@ -339277,7 +187098,6 @@ public static void LightModel( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightModelx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339287,7 +187107,6 @@ public static void LightModelx( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.LightModelx(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelx")] [MethodImpl( @@ -339298,8 +187117,6 @@ public static void LightModelx( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.LightModelx(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339309,8 +187126,6 @@ public static void LightModelxOES( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.LightModelxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] [MethodImpl( @@ -339321,7 +187136,6 @@ public static void LightModelxOES( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.LightModelxOES(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightModelxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339331,7 +187145,6 @@ public static void LightModelx( [NativeTypeName("const GLfixed *")] int* param1 ) => Underlying.Value!.LightModelx(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxv")] [MethodImpl( @@ -339348,8 +187161,6 @@ public static void LightModelx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339359,8 +187170,6 @@ public static void LightModelxOES( [NativeTypeName("const GLfixed *")] int* param1 ) => Underlying.Value!.LightModelxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] [MethodImpl( @@ -339377,7 +187186,6 @@ public static void LightModelxOES( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339388,7 +187196,6 @@ public static void Lightx( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.Lightx(light, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightx")] [MethodImpl( @@ -339400,8 +187207,6 @@ public static void Lightx( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.Lightx(light, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339412,8 +187217,6 @@ public static void LightxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.LightxOES(light, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxOES")] [MethodImpl( @@ -339425,7 +187228,6 @@ public static void LightxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.LightxOES(light, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339436,7 +187238,6 @@ public static void Lightx( [NativeTypeName("const GLfixed *")] int* @params ) => Underlying.Value!.Lightx(light, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxv")] [MethodImpl( @@ -339454,8 +187255,6 @@ public static void Lightx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339466,8 +187265,6 @@ public static void LightxOES( [NativeTypeName("const GLfixed *")] int* @params ) => Underlying.Value!.LightxOES(light, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxvOES")] [MethodImpl( @@ -339485,31 +187282,6 @@ public static void LightxOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLineStipple")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339519,62 +187291,6 @@ public static void LineStipple( [NativeTypeName("GLushort")] ushort pattern ) => Underlying.Value!.LineStipple(factor, pattern); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLineWidth")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339582,7 +187298,6 @@ public static void LineStipple( public static void LineWidth([NativeTypeName("GLfloat")] float width) => Underlying.Value!.LineWidth(width); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLineWidthx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339590,8 +187305,6 @@ public static void LineWidth([NativeTypeName("GLfloat")] float width) => public static void LineWidthx([NativeTypeName("GLfixed")] int width) => Underlying.Value!.LineWidthx(width); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLineWidthxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339599,49 +187312,6 @@ public static void LineWidthx([NativeTypeName("GLfixed")] int width) => public static void LineWidthxOES([NativeTypeName("GLfixed")] int width) => Underlying.Value!.LineWidthxOES(width); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glLinkProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339649,7 +187319,6 @@ public static void LineWidthxOES([NativeTypeName("GLfixed")] int width) => public static void LinkProgram([NativeTypeName("GLuint")] uint program) => Underlying.Value!.LinkProgram(program); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glLinkProgramARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339657,31 +187326,6 @@ public static void LinkProgram([NativeTypeName("GLuint")] uint program) => public static void LinkProgramARB([NativeTypeName("GLhandleARB")] uint programObj) => Underlying.Value!.LinkProgramARB(programObj); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glListBase")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339689,8 +187333,6 @@ public static void LinkProgramARB([NativeTypeName("GLhandleARB")] uint programOb public static void ListBase([NativeTypeName("GLuint")] uint @base) => Underlying.Value!.ListBase(@base); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339714,8 +187356,6 @@ public static void ListDrawCommandsStatesClientNV( count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] [MethodImpl( @@ -339748,7 +187388,6 @@ public static void ListDrawCommandsStatesClientNV( } } - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339759,7 +187398,6 @@ public static void ListParameterSGIX( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.ListParameterSGIX(list, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] [MethodImpl( @@ -339771,7 +187409,6 @@ public static void ListParameterSGIX( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.ListParameterSGIX(list, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339782,7 +187419,6 @@ public static void ListParameterSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.ListParameterSGIX(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] [MethodImpl( @@ -339800,7 +187436,6 @@ public static void ListParameterSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339811,7 +187446,6 @@ public static void ListParameterSGIX( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.ListParameterSGIX(list, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] [MethodImpl( @@ -339823,7 +187457,6 @@ public static void ListParameterSGIX( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.ListParameterSGIX(list, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339834,7 +187467,6 @@ public static void ListParameterSGIX( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.ListParameterSGIX(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] [MethodImpl( @@ -339852,39 +187484,12 @@ public static void ListParameterSGIX( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLoadIdentity")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void LoadIdentity() => Underlying.Value!.LoadIdentity(); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339893,7 +187498,6 @@ public static void LoadIdentityDeformationMapSGIX( [NativeTypeName("GLbitfield")] uint mask ) => Underlying.Value!.LoadIdentityDeformationMapSGIX(mask); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] [MethodImpl( @@ -339903,31 +187507,6 @@ public static void LoadIdentityDeformationMapSGIX( [NativeTypeName("GLbitfield")] Constant mask ) => Underlying.Value!.LoadIdentityDeformationMapSGIX(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -339935,31 +187514,6 @@ public static void LoadIdentityDeformationMapSGIX( public static void LoadMatrix([NativeTypeName("const GLdouble *")] double* m) => Underlying.Value!.LoadMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] [MethodImpl( @@ -339973,32 +187527,6 @@ public static void LoadMatrix([NativeTypeName("const GLdouble *")] Ref m } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340006,32 +187534,6 @@ public static void LoadMatrix([NativeTypeName("const GLdouble *")] Ref m public static void LoadMatrix([NativeTypeName("const GLfloat *")] float* m) => Underlying.Value!.LoadMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] [MethodImpl( @@ -340045,7 +187547,6 @@ public static void LoadMatrix([NativeTypeName("const GLfloat *")] Ref m) } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340053,7 +187554,6 @@ public static void LoadMatrix([NativeTypeName("const GLfloat *")] Ref m) public static void LoadMatrixx([NativeTypeName("const GLfixed *")] int* m) => Underlying.Value!.LoadMatrixx(m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] [MethodImpl( @@ -340067,8 +187567,6 @@ public static void LoadMatrixx([NativeTypeName("const GLfixed *")] Ref m) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340076,8 +187574,6 @@ public static void LoadMatrixx([NativeTypeName("const GLfixed *")] Ref m) public static void LoadMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => Underlying.Value!.LoadMatrixxOES(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] [MethodImpl( @@ -340091,31 +187587,6 @@ public static void LoadMatrixxOES([NativeTypeName("const GLfixed *")] Ref m } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLoadName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340123,7 +187594,6 @@ public static void LoadMatrixxOES([NativeTypeName("const GLfixed *")] Ref m public static void LoadName([NativeTypeName("GLuint")] uint name) => Underlying.Value!.LoadName(name); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glLoadPaletteFromModelViewMatrixOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340131,7 +187601,6 @@ public static void LoadName([NativeTypeName("GLuint")] uint name) => public static void LoadPaletteFromModelViewMatrixOES() => Underlying.Value!.LoadPaletteFromModelViewMatrixOES(); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340143,7 +187612,6 @@ public static void LoadProgramNV( [NativeTypeName("const GLubyte *")] byte* program ) => Underlying.Value!.LoadProgramNV(target, id, len, program); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl( @@ -340162,7 +187630,6 @@ public static void LoadProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl( @@ -340174,28 +187641,6 @@ public static void LoadProgramNV( [NativeTypeName("const GLubyte *")] byte program ) => Underlying.Value!.LoadProgramNV(target, id, program); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340203,28 +187648,6 @@ public static void LoadProgramNV( public static void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] double* m) => Underlying.Value!.LoadTransposeMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] [MethodImpl( @@ -340238,7 +187661,6 @@ public static void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] Ref< } } - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340246,7 +187668,6 @@ public static void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] Ref< public static void LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* m) => Underlying.Value!.LoadTransposeMatrixARB(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] [MethodImpl( @@ -340262,28 +187683,6 @@ public static void LoadTransposeMatrixARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340291,28 +187690,6 @@ public static void LoadTransposeMatrixARB( public static void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] float* m) => Underlying.Value!.LoadTransposeMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] [MethodImpl( @@ -340326,7 +187703,6 @@ public static void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] Ref Underlying.Value!.LoadTransposeMatrixARB(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixfARB")] [MethodImpl( @@ -340348,7 +187723,6 @@ public static void LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] Re } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340356,7 +187730,6 @@ public static void LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] Re public static void LoadTransposeMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => Underlying.Value!.LoadTransposeMatrixxOES(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixxOES")] [MethodImpl( @@ -340370,7 +187743,6 @@ public static void LoadTransposeMatrixxOES([NativeTypeName("const GLfixed *")] R } } - [SupportedApiProfile("gl", ["GL_EXT_compiled_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glLockArraysEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340380,57 +187752,6 @@ public static void LockArraysEXT( [NativeTypeName("GLsizei")] uint count ) => Underlying.Value!.LockArraysEXT(first, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLogicOp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340438,57 +187759,6 @@ public static void LockArraysEXT( public static void LogicOp([NativeTypeName("GLenum")] uint opcode) => Underlying.Value!.LogicOp(opcode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLogicOp")] [MethodImpl( @@ -340498,8 +187768,6 @@ public static void LogicOp( [NativeTypeName("GLenum")] Constant opcode ) => Underlying.Value!.LogicOp(opcode); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeBufferNonResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340507,8 +187775,6 @@ public static void LogicOp( public static void MakeBufferNonResidentNV([NativeTypeName("GLenum")] uint target) => Underlying.Value!.MakeBufferNonResidentNV(target); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeBufferResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340518,8 +187784,6 @@ public static void MakeBufferResidentNV( [NativeTypeName("GLenum")] uint access ) => Underlying.Value!.MakeBufferResidentNV(target, access); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleNonResidentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340528,9 +187792,6 @@ public static void MakeImageHandleNonResidentARB( [NativeTypeName("GLuint64")] ulong handle ) => Underlying.Value!.MakeImageHandleNonResidentARB(handle); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleNonResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340539,8 +187800,6 @@ public static void MakeImageHandleNonResidentNV( [NativeTypeName("GLuint64")] ulong handle ) => Underlying.Value!.MakeImageHandleNonResidentNV(handle); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleResidentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340550,9 +187809,6 @@ public static void MakeImageHandleResidentARB( [NativeTypeName("GLenum")] uint access ) => Underlying.Value!.MakeImageHandleResidentARB(handle, access); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340562,8 +187818,6 @@ public static void MakeImageHandleResidentNV( [NativeTypeName("GLenum")] uint access ) => Underlying.Value!.MakeImageHandleResidentNV(handle, access); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeNamedBufferNonResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340571,8 +187825,6 @@ public static void MakeImageHandleResidentNV( public static void MakeNamedBufferNonResidentNV([NativeTypeName("GLuint")] uint buffer) => Underlying.Value!.MakeNamedBufferNonResidentNV(buffer); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeNamedBufferResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340582,8 +187834,6 @@ public static void MakeNamedBufferResidentNV( [NativeTypeName("GLenum")] uint access ) => Underlying.Value!.MakeNamedBufferResidentNV(buffer, access); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleNonResidentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340592,9 +187842,6 @@ public static void MakeTextureHandleNonResidentARB( [NativeTypeName("GLuint64")] ulong handle ) => Underlying.Value!.MakeTextureHandleNonResidentARB(handle); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleNonResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340603,8 +187850,6 @@ public static void MakeTextureHandleNonResidentNV( [NativeTypeName("GLuint64")] ulong handle ) => Underlying.Value!.MakeTextureHandleNonResidentNV(handle); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleResidentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340613,9 +187858,6 @@ public static void MakeTextureHandleResidentARB( [NativeTypeName("GLuint64")] ulong handle ) => Underlying.Value!.MakeTextureHandleResidentARB(handle); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleResidentNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340623,31 +187865,6 @@ public static void MakeTextureHandleResidentARB( public static void MakeTextureHandleResidentNV([NativeTypeName("GLuint64")] ulong handle) => Underlying.Value!.MakeTextureHandleResidentNV(handle); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340661,31 +187878,6 @@ public static void Map1( [NativeTypeName("const GLdouble *")] double* points ) => Underlying.Value!.Map1(target, u1, u2, stride, order, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1d")] [MethodImpl( @@ -340706,31 +187898,6 @@ public static void Map1( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340744,31 +187911,6 @@ public static void Map1( [NativeTypeName("const GLfloat *")] float* points ) => Underlying.Value!.Map1(target, u1, u2, stride, order, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1f")] [MethodImpl( @@ -340789,7 +187931,6 @@ public static void Map1( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMap1xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340803,7 +187944,6 @@ public static void Map1XOES( [NativeTypeName("GLfixed")] int points ) => Underlying.Value!.Map1XOES(target, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1xOES")] [MethodImpl( @@ -340818,31 +187958,6 @@ public static void Map1XOES( [NativeTypeName("GLfixed")] int points ) => Underlying.Value!.Map1XOES(target, u1, u2, stride, order, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340872,31 +187987,6 @@ public static void Map2( points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2d")] [MethodImpl( @@ -340921,31 +188011,6 @@ public static void Map2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -340975,31 +188040,6 @@ public static void Map2( points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2f")] [MethodImpl( @@ -341024,7 +188064,6 @@ public static void Map2( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMap2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341054,7 +188093,6 @@ public static void Map2XOES( points ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2xOES")] [MethodImpl( @@ -341085,46 +188123,6 @@ public static void Map2XOES( points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glMapBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341134,46 +188132,6 @@ public static void Map2XOES( [NativeTypeName("GLenum")] uint access ) => Underlying.Value!.MapBuffer(target, access); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBuffer")] [MethodImpl( @@ -341184,7 +188142,6 @@ public static Ptr MapBuffer( [NativeTypeName("GLenum")] Constant access ) => Underlying.Value!.MapBuffer(target, access); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341194,7 +188151,6 @@ public static Ptr MapBuffer( [NativeTypeName("GLenum")] uint access ) => Underlying.Value!.MapBufferARB(target, access); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] [MethodImpl( @@ -341205,8 +188161,6 @@ public static Ptr MapBufferARB( [NativeTypeName("GLenum")] Constant access ) => Underlying.Value!.MapBufferARB(target, access); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341216,8 +188170,6 @@ public static Ptr MapBufferARB( [NativeTypeName("GLenum")] uint access ) => Underlying.Value!.MapBufferOES(target, access); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] [MethodImpl( @@ -341228,42 +188180,6 @@ public static Ptr MapBufferOES( [NativeTypeName("GLenum")] Constant access ) => Underlying.Value!.MapBufferOES(target, access); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341275,42 +188191,6 @@ public static Ptr MapBufferOES( [NativeTypeName("GLbitfield")] uint access ) => Underlying.Value!.MapBufferRange(target, offset, length, access); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] [MethodImpl( @@ -341323,8 +188203,6 @@ public static Ptr MapBufferRange( [NativeTypeName("GLbitfield")] Constant access ) => Underlying.Value!.MapBufferRange(target, offset, length, access); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341336,8 +188214,6 @@ public static Ptr MapBufferRange( [NativeTypeName("GLbitfield")] uint access ) => Underlying.Value!.MapBufferRangeEXT(target, offset, length, access); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] [MethodImpl( @@ -341350,7 +188226,6 @@ public static Ptr MapBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ) => Underlying.Value!.MapBufferRangeEXT(target, offset, length, access); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341378,7 +188253,6 @@ public static void MapControlPointsNV( points ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] [MethodImpl( @@ -341412,31 +188286,6 @@ public static void MapControlPointsNV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341447,31 +188296,6 @@ public static void MapGrid1( [NativeTypeName("GLdouble")] double u2 ) => Underlying.Value!.MapGrid1(un, u1, u2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341482,7 +188306,6 @@ public static void MapGrid1( [NativeTypeName("GLfloat")] float u2 ) => Underlying.Value!.MapGrid1(un, u1, u2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMapGrid1xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341493,31 +188316,6 @@ public static void MapGrid1XOES( [NativeTypeName("GLfixed")] int u2 ) => Underlying.Value!.MapGrid1XOES(n, u1, u2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341531,31 +188329,6 @@ public static void MapGrid2( [NativeTypeName("GLdouble")] double v2 ) => Underlying.Value!.MapGrid2(un, u1, u2, vn, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341569,7 +188342,6 @@ public static void MapGrid2( [NativeTypeName("GLfloat")] float v2 ) => Underlying.Value!.MapGrid2(un, u1, u2, vn, v1, v2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMapGrid2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341582,16 +188354,6 @@ public static void MapGrid2XOES( [NativeTypeName("GLfixed")] int v2 ) => Underlying.Value!.MapGrid2XOES(n, u1, u2, v1, v2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341601,16 +188363,6 @@ public static void MapGrid2XOES( [NativeTypeName("GLenum")] uint access ) => Underlying.Value!.MapNamedBuffer(buffer, access); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] [MethodImpl( @@ -341621,8 +188373,6 @@ public static Ptr MapNamedBuffer( [NativeTypeName("GLenum")] Constant access ) => Underlying.Value!.MapNamedBuffer(buffer, access); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341632,8 +188382,6 @@ public static Ptr MapNamedBuffer( [NativeTypeName("GLenum")] uint access ) => Underlying.Value!.MapNamedBufferEXT(buffer, access); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] [MethodImpl( @@ -341644,16 +188392,6 @@ public static Ptr MapNamedBufferEXT( [NativeTypeName("GLenum")] Constant access ) => Underlying.Value!.MapNamedBufferEXT(buffer, access); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341665,16 +188403,6 @@ public static Ptr MapNamedBufferEXT( [NativeTypeName("GLbitfield")] uint access ) => Underlying.Value!.MapNamedBufferRange(buffer, offset, length, access); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] [MethodImpl( @@ -341687,8 +188415,6 @@ public static Ptr MapNamedBufferRange( [NativeTypeName("GLbitfield")] Constant access ) => Underlying.Value!.MapNamedBufferRange(buffer, offset, length, access); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341700,8 +188426,6 @@ public static Ptr MapNamedBufferRange( [NativeTypeName("GLbitfield")] uint access ) => Underlying.Value!.MapNamedBufferRangeEXT(buffer, offset, length, access); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] [MethodImpl( @@ -341714,7 +188438,6 @@ public static Ptr MapNamedBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ) => Underlying.Value!.MapNamedBufferRangeEXT(buffer, offset, length, access); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] [MethodImpl( @@ -341723,15 +188446,13 @@ public static Ptr MapNamedBufferRangeEXT( public static Ptr MapObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => Underlying.Value!.MapObjectBufferATI(buffer); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void* MapObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer) => - Underlying.Value!.MapObjectBufferATIRaw(buffer); + public static void* MapObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer) => + Underlying.Value!.MapObjectBufferATIRawATI(buffer); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341742,7 +188463,6 @@ public static void MapParameterNV( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.MapParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] [MethodImpl( @@ -341760,7 +188480,6 @@ public static void MapParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -341771,7 +188490,6 @@ public static void MapParameterNV( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.MapParameterNV(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] [MethodImpl( @@ -341789,26 +188507,24 @@ public static void MapParameterNV( } } - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void* MapTexture2DIntel( + public static void* MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, [NativeTypeName("GLint *")] int* stride, [NativeTypeName("GLenum *")] uint* layout - ) => Underlying.Value!.MapTexture2DIntel(texture, level, access, stride, layout); + ) => Underlying.Value!.MapTexture2DINTEL(texture, level, access, stride, layout); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Ptr MapTexture2DIntel( + public static Ptr MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, @@ -341819,16 +188535,15 @@ public static Ptr MapTexture2DIntel( fixed (uint* __dsl_layout = layout) fixed (int* __dsl_stride = stride) { - return (void*)MapTexture2DIntel(texture, level, access, __dsl_stride, __dsl_layout); + return (void*)MapTexture2DINTEL(texture, level, access, __dsl_stride, __dsl_layout); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -341836,15 +188551,14 @@ public static void MapVertexAttrib1Apple( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLdouble *")] double* points - ) => Underlying.Value!.MapVertexAttrib1Apple(index, size, u1, u2, stride, order, points); + ) => Underlying.Value!.MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -341856,31 +188570,29 @@ public static void MapVertexAttrib1Apple( { fixed (double* __dsl_points = points) { - MapVertexAttrib1Apple(index, size, u1, u2, stride, order, __dsl_points); + MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, __dsl_points); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLdouble *")] double points - ) => Underlying.Value!.MapVertexAttrib1Apple(index, u1, u2, stride, order, points); + ) => Underlying.Value!.MapVertexAttrib1APPLE(index, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -341888,15 +188600,14 @@ public static void MapVertexAttrib1Apple( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLfloat *")] float* points - ) => Underlying.Value!.MapVertexAttrib1Apple(index, size, u1, u2, stride, order, points); + ) => Underlying.Value!.MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -341908,31 +188619,29 @@ public static void MapVertexAttrib1Apple( { fixed (float* __dsl_points = points) { - MapVertexAttrib1Apple(index, size, u1, u2, stride, order, __dsl_points); + MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, __dsl_points); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLfloat *")] float points - ) => Underlying.Value!.MapVertexAttrib1Apple(index, u1, u2, stride, order, points); + ) => Underlying.Value!.MapVertexAttrib1APPLE(index, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -341945,7 +188654,7 @@ public static void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLdouble *")] double* points ) => - Underlying.Value!.MapVertexAttrib2Apple( + Underlying.Value!.MapVertexAttrib2APPLE( index, size, u1, @@ -341959,13 +188668,12 @@ public static void MapVertexAttrib2Apple( points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -341981,7 +188689,7 @@ public static void MapVertexAttrib2Apple( { fixed (double* __dsl_points = points) { - MapVertexAttrib2Apple( + MapVertexAttrib2APPLE( index, size, u1, @@ -341997,13 +188705,12 @@ public static void MapVertexAttrib2Apple( } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, @@ -342015,7 +188722,7 @@ public static void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLdouble *")] double points ) => - Underlying.Value!.MapVertexAttrib2Apple( + Underlying.Value!.MapVertexAttrib2APPLE( index, u1, u2, @@ -342028,12 +188735,11 @@ public static void MapVertexAttrib2Apple( points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -342046,7 +188752,7 @@ public static void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLfloat *")] float* points ) => - Underlying.Value!.MapVertexAttrib2Apple( + Underlying.Value!.MapVertexAttrib2APPLE( index, size, u1, @@ -342060,13 +188766,12 @@ public static void MapVertexAttrib2Apple( points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -342082,7 +188787,7 @@ public static void MapVertexAttrib2Apple( { fixed (float* __dsl_points = points) { - MapVertexAttrib2Apple( + MapVertexAttrib2APPLE( index, size, u1, @@ -342098,13 +188803,12 @@ public static void MapVertexAttrib2Apple( } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, @@ -342116,7 +188820,7 @@ public static void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLfloat *")] float points ) => - Underlying.Value!.MapVertexAttrib2Apple( + Underlying.Value!.MapVertexAttrib2APPLE( index, u1, u2, @@ -342129,32 +188833,6 @@ public static void MapVertexAttrib2Apple( points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMaterialf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342165,32 +188843,6 @@ public static void Material( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.Material(face, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialf")] [MethodImpl( @@ -342202,32 +188854,6 @@ public static void Material( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.Material(face, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMaterialfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342238,32 +188864,6 @@ public static void Material( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.Material(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialfv")] [MethodImpl( @@ -342281,31 +188881,6 @@ public static void Material( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMateriali")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342316,31 +188891,6 @@ public static void Material( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.Material(face, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMateriali")] [MethodImpl( @@ -342352,31 +188902,6 @@ public static void Material( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.Material(face, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMaterialiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342387,31 +188912,6 @@ public static void Material( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.Material(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialiv")] [MethodImpl( @@ -342429,7 +188929,6 @@ public static void Material( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMaterialx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342440,7 +188939,6 @@ public static void Materialx( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.Materialx(face, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialx")] [MethodImpl( @@ -342452,8 +188950,6 @@ public static void Materialx( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.Materialx(face, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342464,8 +188960,6 @@ public static void MaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.MaterialxOES(face, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] [MethodImpl( @@ -342477,7 +188971,6 @@ public static void MaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.MaterialxOES(face, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMaterialxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342488,7 +188981,6 @@ public static void Materialx( [NativeTypeName("const GLfixed *")] int* param2 ) => Underlying.Value!.Materialx(face, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxv")] [MethodImpl( @@ -342506,8 +188998,6 @@ public static void Materialx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342518,8 +189008,6 @@ public static void MaterialxOES( [NativeTypeName("const GLfixed *")] int* param2 ) => Underlying.Value!.MaterialxOES(face, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] [MethodImpl( @@ -342537,9 +189025,6 @@ public static void MaterialxOES( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342554,9 +189039,6 @@ public static void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double zFar ) => Underlying.Value!.MatrixFrustumEXT(mode, left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] [MethodImpl( @@ -342572,7 +189054,6 @@ public static void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double zFar ) => Underlying.Value!.MatrixFrustumEXT(mode, left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342584,7 +189065,6 @@ public static void MatrixIndexPointerARB( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.MatrixIndexPointerARB(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] [MethodImpl( @@ -342603,7 +189083,6 @@ public static void MatrixIndexPointerARB( } } - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342615,7 +189094,6 @@ public static void MatrixIndexPointerOES( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.MatrixIndexPointerOES(size, type, stride, pointer); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] [MethodImpl( @@ -342634,7 +189112,6 @@ public static void MatrixIndexPointerOES( } } - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342644,7 +189121,6 @@ public static void MatrixIndexARB( [NativeTypeName("const GLubyte *")] byte* indices ) => Underlying.Value!.MatrixIndexARB(size, indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl( @@ -342661,7 +189137,6 @@ public static void MatrixIndexARB( } } - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl( @@ -342670,7 +189145,6 @@ public static void MatrixIndexARB( public static void MatrixIndexARB([NativeTypeName("const GLubyte *")] byte indices) => Underlying.Value!.MatrixIndexARB(indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342680,7 +189154,6 @@ public static void MatrixIndexARB( [NativeTypeName("const GLuint *")] uint* indices ) => Underlying.Value!.MatrixIndexARB(size, indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl( @@ -342697,7 +189170,6 @@ public static void MatrixIndexARB( } } - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl( @@ -342706,7 +189178,6 @@ public static void MatrixIndexARB( public static void MatrixIndexARB([NativeTypeName("const GLuint *")] uint indices) => Underlying.Value!.MatrixIndexARB(indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342716,7 +189187,6 @@ public static void MatrixIndexARB( [NativeTypeName("const GLushort *")] ushort* indices ) => Underlying.Value!.MatrixIndexARB(size, indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl( @@ -342733,7 +189203,6 @@ public static void MatrixIndexARB( } } - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl( @@ -342742,9 +189211,6 @@ public static void MatrixIndexARB( public static void MatrixIndexARB([NativeTypeName("const GLushort *")] ushort indices) => Underlying.Value!.MatrixIndexARB(indices); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342754,9 +189220,6 @@ public static void MatrixLoad3X2NV( [NativeTypeName("const GLfloat *")] float* m ) => Underlying.Value!.MatrixLoad3X2NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] [MethodImpl( @@ -342773,9 +189236,6 @@ public static void MatrixLoad3X2NV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342785,9 +189245,6 @@ public static void MatrixLoad3X3NV( [NativeTypeName("const GLfloat *")] float* m ) => Underlying.Value!.MatrixLoad3X3NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] [MethodImpl( @@ -342804,9 +189261,6 @@ public static void MatrixLoad3X3NV( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342816,9 +189270,6 @@ public static void MatrixLoadEXT( [NativeTypeName("const GLdouble *")] double* m ) => Underlying.Value!.MatrixLoadEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] [MethodImpl( @@ -342835,9 +189286,6 @@ public static void MatrixLoadEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342847,9 +189295,6 @@ public static void MatrixLoadEXT( [NativeTypeName("const GLfloat *")] float* m ) => Underlying.Value!.MatrixLoadEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] [MethodImpl( @@ -342866,9 +189311,6 @@ public static void MatrixLoadEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342876,9 +189318,6 @@ public static void MatrixLoadEXT( public static void MatrixLoadIdentityEXT([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.MatrixLoadIdentityEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] [MethodImpl( @@ -342888,9 +189327,6 @@ public static void MatrixLoadIdentityEXT( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.MatrixLoadIdentityEXT(mode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342900,9 +189336,6 @@ public static void MatrixLoadTranspose3X3NV( [NativeTypeName("const GLfloat *")] float* m ) => Underlying.Value!.MatrixLoadTranspose3X3NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] [MethodImpl( @@ -342919,9 +189352,6 @@ public static void MatrixLoadTranspose3X3NV( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342931,9 +189361,6 @@ public static void MatrixLoadTransposeEXT( [NativeTypeName("const GLdouble *")] double* m ) => Underlying.Value!.MatrixLoadTransposeEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] [MethodImpl( @@ -342950,9 +189377,6 @@ public static void MatrixLoadTransposeEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -342962,9 +189386,6 @@ public static void MatrixLoadTransposeEXT( [NativeTypeName("const GLfloat *")] float* m ) => Underlying.Value!.MatrixLoadTransposeEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] [MethodImpl( @@ -342981,32 +189402,6 @@ public static void MatrixLoadTransposeEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMatrixMode")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343014,32 +189409,6 @@ public static void MatrixLoadTransposeEXT( public static void MatrixMode([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.MatrixMode(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMode")] [MethodImpl( @@ -343049,9 +189418,6 @@ public static void MatrixMode( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.MatrixMode(mode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343061,9 +189427,6 @@ public static void MatrixMult3X2NV( [NativeTypeName("const GLfloat *")] float* m ) => Underlying.Value!.MatrixMult3X2NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] [MethodImpl( @@ -343080,9 +189443,6 @@ public static void MatrixMult3X2NV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343092,9 +189452,6 @@ public static void MatrixMult3X3NV( [NativeTypeName("const GLfloat *")] float* m ) => Underlying.Value!.MatrixMult3X3NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] [MethodImpl( @@ -343111,9 +189468,6 @@ public static void MatrixMult3X3NV( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343123,9 +189477,6 @@ public static void MatrixMultEXT( [NativeTypeName("const GLdouble *")] double* m ) => Underlying.Value!.MatrixMultEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] [MethodImpl( @@ -343142,9 +189493,6 @@ public static void MatrixMultEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343154,9 +189502,6 @@ public static void MatrixMultEXT( [NativeTypeName("const GLfloat *")] float* m ) => Underlying.Value!.MatrixMultEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] [MethodImpl( @@ -343173,9 +189518,6 @@ public static void MatrixMultEXT( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343185,9 +189527,6 @@ public static void MatrixMultTranspose3X3NV( [NativeTypeName("const GLfloat *")] float* m ) => Underlying.Value!.MatrixMultTranspose3X3NV(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] [MethodImpl( @@ -343204,9 +189543,6 @@ public static void MatrixMultTranspose3X3NV( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343216,9 +189552,6 @@ public static void MatrixMultTransposeEXT( [NativeTypeName("const GLdouble *")] double* m ) => Underlying.Value!.MatrixMultTransposeEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] [MethodImpl( @@ -343235,9 +189568,6 @@ public static void MatrixMultTransposeEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343247,9 +189577,6 @@ public static void MatrixMultTransposeEXT( [NativeTypeName("const GLfloat *")] float* m ) => Underlying.Value!.MatrixMultTransposeEXT(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] [MethodImpl( @@ -343266,9 +189593,6 @@ public static void MatrixMultTransposeEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343283,9 +189607,6 @@ public static void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double zFar ) => Underlying.Value!.MatrixOrthoEXT(mode, left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] [MethodImpl( @@ -343301,9 +189622,6 @@ public static void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double zFar ) => Underlying.Value!.MatrixOrthoEXT(mode, left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343311,9 +189629,6 @@ public static void MatrixOrthoEXT( public static void MatrixPopEXT([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.MatrixPopEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] [MethodImpl( @@ -343323,9 +189638,6 @@ public static void MatrixPopEXT( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.MatrixPopEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343333,9 +189645,6 @@ public static void MatrixPopEXT( public static void MatrixPushEXT([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.MatrixPushEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] [MethodImpl( @@ -343345,9 +189654,6 @@ public static void MatrixPushEXT( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.MatrixPushEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343360,9 +189666,6 @@ public static void MatrixRotateEXT( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.MatrixRotateEXT(mode, angle, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] [MethodImpl( @@ -343376,9 +189679,6 @@ public static void MatrixRotateEXT( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.MatrixRotateEXT(mode, angle, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343391,9 +189691,6 @@ public static void MatrixRotateEXT( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.MatrixRotateEXT(mode, angle, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] [MethodImpl( @@ -343407,9 +189704,6 @@ public static void MatrixRotateEXT( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.MatrixRotateEXT(mode, angle, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343421,9 +189715,6 @@ public static void MatrixScaleEXT( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.MatrixScaleEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] [MethodImpl( @@ -343436,9 +189727,6 @@ public static void MatrixScaleEXT( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.MatrixScaleEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343450,9 +189738,6 @@ public static void MatrixScaleEXT( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.MatrixScaleEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] [MethodImpl( @@ -343465,9 +189750,6 @@ public static void MatrixScaleEXT( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.MatrixScaleEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343479,9 +189761,6 @@ public static void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.MatrixTranslateEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] [MethodImpl( @@ -343494,9 +189773,6 @@ public static void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.MatrixTranslateEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343508,9 +189784,6 @@ public static void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.MatrixTranslateEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] [MethodImpl( @@ -343523,8 +189796,6 @@ public static void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.MatrixTranslateEXT(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_parallel_shader_compile"])] - [SupportedApiProfile("glcore", ["GL_ARB_parallel_shader_compile"])] [NativeFunction("opengl", EntryPoint = "glMaxShaderCompilerThreadsARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343532,9 +189803,6 @@ public static void MatrixTranslateEXT( public static void MaxShaderCompilerThreadsARB([NativeTypeName("GLuint")] uint count) => Underlying.Value!.MaxShaderCompilerThreadsARB(count); - [SupportedApiProfile("gl", ["GL_KHR_parallel_shader_compile"])] - [SupportedApiProfile("glcore", ["GL_KHR_parallel_shader_compile"])] - [SupportedApiProfile("gles2", ["GL_KHR_parallel_shader_compile"])] [NativeFunction("opengl", EntryPoint = "glMaxShaderCompilerThreadsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343542,30 +189810,6 @@ public static void MaxShaderCompilerThreadsARB([NativeTypeName("GLuint")] uint c public static void MaxShaderCompilerThreadsKHR([NativeTypeName("GLuint")] uint count) => Underlying.Value!.MaxShaderCompilerThreadsKHR(count); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343573,30 +189817,6 @@ public static void MaxShaderCompilerThreadsKHR([NativeTypeName("GLuint")] uint c public static void MemoryBarrier([NativeTypeName("GLbitfield")] uint barriers) => Underlying.Value!.MemoryBarrier(barriers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] [MethodImpl( @@ -343606,16 +189826,6 @@ public static void MemoryBarrier( [NativeTypeName("GLbitfield")] Constant barriers ) => Underlying.Value!.MemoryBarrier(barriers); - [SupportedApiProfile( - "gl", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343623,16 +189833,6 @@ public static void MemoryBarrier( public static void MemoryBarrierByRegion([NativeTypeName("GLbitfield")] uint barriers) => Underlying.Value!.MemoryBarrierByRegion(barriers); - [SupportedApiProfile( - "gl", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] [MethodImpl( @@ -343642,7 +189842,6 @@ public static void MemoryBarrierByRegion( [NativeTypeName("GLbitfield")] Constant barriers ) => Underlying.Value!.MemoryBarrierByRegion(barriers); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343650,7 +189849,6 @@ public static void MemoryBarrierByRegion( public static void MemoryBarrierEXT([NativeTypeName("GLbitfield")] uint barriers) => Underlying.Value!.MemoryBarrierEXT(barriers); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] [MethodImpl( @@ -343660,8 +189858,6 @@ public static void MemoryBarrierEXT( [NativeTypeName("GLbitfield")] Constant barriers ) => Underlying.Value!.MemoryBarrierEXT(barriers); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343672,8 +189868,6 @@ public static void MemoryObjectParameterEXT( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.MemoryObjectParameterEXT(memoryObject, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] [MethodImpl( @@ -343691,7 +189885,6 @@ public static void MemoryObjectParameterEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glMinmax")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343702,7 +189895,6 @@ public static void Minmax( [NativeTypeName("GLboolean")] uint sink ) => Underlying.Value!.Minmax(target, internalformat, sink); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMinmax")] [MethodImpl( @@ -343714,7 +189906,6 @@ public static void Minmax( [NativeTypeName("GLboolean")] MaybeBool sink ) => Underlying.Value!.Minmax(target, internalformat, sink); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343725,7 +189916,6 @@ public static void MinmaxEXT( [NativeTypeName("GLboolean")] uint sink ) => Underlying.Value!.MinmaxEXT(target, internalformat, sink); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] [MethodImpl( @@ -343737,32 +189927,6 @@ public static void MinmaxEXT( [NativeTypeName("GLboolean")] MaybeBool sink ) => Underlying.Value!.MinmaxEXT(target, internalformat, sink); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glMinSampleShading")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343770,8 +189934,6 @@ public static void MinmaxEXT( public static void MinSampleShading([NativeTypeName("GLfloat")] float value) => Underlying.Value!.MinSampleShading(value); - [SupportedApiProfile("gl", ["GL_ARB_sample_shading"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_shading"])] [NativeFunction("opengl", EntryPoint = "glMinSampleShadingARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343779,7 +189941,6 @@ public static void MinSampleShading([NativeTypeName("GLfloat")] float value) => public static void MinSampleShadingARB([NativeTypeName("GLfloat")] float value) => Underlying.Value!.MinSampleShadingARB(value); - [SupportedApiProfile("gles2", ["GL_OES_sample_shading"])] [NativeFunction("opengl", EntryPoint = "glMinSampleShadingOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343787,14 +189948,12 @@ public static void MinSampleShadingARB([NativeTypeName("GLfloat")] float value) public static void MinSampleShadingOES([NativeTypeName("GLfloat")] float value) => Underlying.Value!.MinSampleShadingOES(value); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBarrierNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void MulticastBarrierNV() => Underlying.Value!.MulticastBarrierNV(); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343828,7 +189987,6 @@ public static void MulticastBlitFramebufferNV( filter ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] [MethodImpl( @@ -343863,7 +190021,6 @@ public static void MulticastBlitFramebufferNV( filter ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343876,7 +190033,6 @@ public static void MulticastBufferSubDataNV( [NativeTypeName("const void *")] void* data ) => Underlying.Value!.MulticastBufferSubDataNV(gpuMask, buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] [MethodImpl( @@ -343896,7 +190052,6 @@ public static void MulticastBufferSubDataNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastCopyBufferSubDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343920,7 +190075,6 @@ public static void MulticastCopyBufferSubDataNV( size ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastCopyImageSubDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343964,7 +190118,6 @@ public static void MulticastCopyImageSubDataNV( srcDepth ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -343984,7 +190137,6 @@ public static void MulticastFramebufferSampleLocationsNV( v ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] [MethodImpl( @@ -344004,7 +190156,6 @@ public static void MulticastFramebufferSampleLocationsNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344016,7 +190167,6 @@ public static void MulticastGetQueryObjectNV( [NativeTypeName("GLint64 *")] long* @params ) => Underlying.Value!.MulticastGetQueryObjectNV(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] [MethodImpl( @@ -344035,7 +190185,6 @@ public static void MulticastGetQueryObjectNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344047,7 +190196,6 @@ public static void MulticastGetQueryObjectNV( [NativeTypeName("GLint *")] int* @params ) => Underlying.Value!.MulticastGetQueryObjectNV(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] [MethodImpl( @@ -344066,7 +190214,6 @@ public static void MulticastGetQueryObjectNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344078,7 +190225,6 @@ public static void MulticastGetQueryObjectNV( [NativeTypeName("GLuint64 *")] ulong* @params ) => Underlying.Value!.MulticastGetQueryObjectNV(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] [MethodImpl( @@ -344097,7 +190243,6 @@ public static void MulticastGetQueryObjectNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344109,7 +190254,6 @@ public static void MulticastGetQueryObjectNV( [NativeTypeName("GLuint *")] uint* @params ) => Underlying.Value!.MulticastGetQueryObjectNV(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] [MethodImpl( @@ -344128,7 +190272,6 @@ public static void MulticastGetQueryObjectNV( } } - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344140,7 +190283,6 @@ public static void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.MulticastScissorArrayNVX(gpu, first, count, v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl( @@ -344159,7 +190301,6 @@ public static void MulticastScissorArrayNVX( } } - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl( @@ -344171,7 +190312,6 @@ public static void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] int v ) => Underlying.Value!.MulticastScissorArrayNVX(gpu, first, v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344183,7 +190323,6 @@ public static void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.MulticastViewportArrayNVX(gpu, first, count, v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl( @@ -344202,7 +190341,6 @@ public static void MulticastViewportArrayNVX( } } - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl( @@ -344214,7 +190352,6 @@ public static void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] float v ) => Underlying.Value!.MulticastViewportArrayNVX(gpu, first, v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastViewportPositionWScaleNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344226,7 +190363,6 @@ public static void MulticastViewportPositionWScaleNVX( [NativeTypeName("GLfloat")] float ycoeff ) => Underlying.Value!.MulticastViewportPositionWScaleNVX(gpu, index, xcoeff, ycoeff); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastWaitSyncNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344236,48 +190372,6 @@ public static void MulticastWaitSyncNV( [NativeTypeName("GLbitfield")] uint waitGpuMask ) => Underlying.Value!.MulticastWaitSyncNV(signalGpu, waitGpuMask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344289,48 +190383,6 @@ public static void MultiDrawArrays( [NativeTypeName("GLsizei")] uint drawcount ) => Underlying.Value!.MultiDrawArrays(mode, first, count, drawcount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] [MethodImpl( @@ -344350,9 +190402,6 @@ public static void MultiDrawArrays( } } - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344364,9 +190413,6 @@ public static void MultiDrawArraysEXT( [NativeTypeName("GLsizei")] uint primcount ) => Underlying.Value!.MultiDrawArraysEXT(mode, first, count, primcount); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] [MethodImpl( @@ -344386,28 +190432,6 @@ public static void MultiDrawArraysEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344419,28 +190443,6 @@ public static void MultiDrawArraysIndirect( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.MultiDrawArraysIndirect(mode, indirect, drawcount, stride); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] [MethodImpl( @@ -344459,7 +190461,6 @@ public static void MultiDrawArraysIndirect( } } - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344471,7 +190472,6 @@ public static void MultiDrawArraysIndirectAMD( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.MultiDrawArraysIndirectAMD(mode, indirect, primcount, stride); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] [MethodImpl( @@ -344490,8 +190490,6 @@ public static void MultiDrawArraysIndirectAMD( } } - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344513,8 +190511,6 @@ public static void MultiDrawArraysIndirectBindlessCountNV( vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] [MethodImpl( @@ -344542,8 +190538,6 @@ public static void MultiDrawArraysIndirectBindlessCountNV( } } - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344563,8 +190557,6 @@ public static void MultiDrawArraysIndirectBindlesNV( vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] [MethodImpl( @@ -344590,8 +190582,6 @@ public static void MultiDrawArraysIndirectBindlesNV( } } - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344611,8 +190601,6 @@ public static void MultiDrawArraysIndirectCount( stride ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] [MethodImpl( @@ -344638,8 +190626,6 @@ public static void MultiDrawArraysIndirectCount( } } - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344659,8 +190645,6 @@ public static void MultiDrawArraysIndirectCountARB( stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] [MethodImpl( @@ -344686,7 +190670,6 @@ public static void MultiDrawArraysIndirectCountARB( } } - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344698,7 +190681,6 @@ public static void MultiDrawArraysIndirectEXT( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.MultiDrawArraysIndirectEXT(mode, indirect, drawcount, stride); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] [MethodImpl( @@ -344717,25 +190699,23 @@ public static void MultiDrawArraysIndirectEXT( } } - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiDrawElementArrayApple( + public static void MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLint *")] int* first, [NativeTypeName("const GLsizei *")] uint* count, [NativeTypeName("GLsizei")] uint primcount - ) => Underlying.Value!.MultiDrawElementArrayApple(mode, first, count, primcount); + ) => Underlying.Value!.MultiDrawElementArrayAPPLE(mode, first, count, primcount); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiDrawElementArrayApple( + public static void MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("const GLint *")] Ref first, [NativeTypeName("const GLsizei *")] Ref count, @@ -344745,52 +190725,10 @@ public static void MultiDrawElementArrayApple( fixed (uint* __dsl_count = count) fixed (int* __dsl_first = first) { - MultiDrawElementArrayApple((uint)mode, __dsl_first, __dsl_count, primcount); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] + MultiDrawElementArrayAPPLE((uint)mode, __dsl_first, __dsl_count, primcount); + } + } + [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344803,48 +190741,6 @@ public static void MultiDrawElements( [NativeTypeName("GLsizei")] uint drawcount ) => Underlying.Value!.MultiDrawElements(mode, count, type, indices, drawcount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] [MethodImpl( @@ -344865,38 +190761,6 @@ public static void MultiDrawElements( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -344918,38 +190782,6 @@ public static void MultiDrawElementsBaseVertex( basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] [MethodImpl( @@ -344979,10 +190811,6 @@ public static void MultiDrawElementsBaseVertex( } } - [SupportedApiProfile( - "gles2", - ["GL_EXT_draw_elements_base_vertex", "GL_OES_draw_elements_base_vertex"] - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345004,10 +190832,6 @@ public static void MultiDrawElementsBaseVertexEXT( basevertex ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_draw_elements_base_vertex", "GL_OES_draw_elements_base_vertex"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] [MethodImpl( @@ -345037,9 +190861,6 @@ public static void MultiDrawElementsBaseVertexEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345052,9 +190873,6 @@ public static void MultiDrawElementsEXT( [NativeTypeName("GLsizei")] uint primcount ) => Underlying.Value!.MultiDrawElementsEXT(mode, count, type, indices, primcount); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] [MethodImpl( @@ -345075,28 +190893,6 @@ public static void MultiDrawElementsEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345109,28 +190905,6 @@ public static void MultiDrawElementsIndirect( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.MultiDrawElementsIndirect(mode, type, indirect, drawcount, stride); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] [MethodImpl( @@ -345156,7 +190930,6 @@ public static void MultiDrawElementsIndirect( } } - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345170,7 +190943,6 @@ public static void MultiDrawElementsIndirectAMD( ) => Underlying.Value!.MultiDrawElementsIndirectAMD(mode, type, indirect, primcount, stride); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] [MethodImpl( @@ -345196,8 +190968,6 @@ public static void MultiDrawElementsIndirectAMD( } } - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345221,8 +190991,6 @@ public static void MultiDrawElementsIndirectBindlessCountNV( vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] [MethodImpl( @@ -345252,8 +191020,6 @@ public static void MultiDrawElementsIndirectBindlessCountNV( } } - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345275,8 +191041,6 @@ public static void MultiDrawElementsIndirectBindlesNV( vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] [MethodImpl( @@ -345304,8 +191068,6 @@ public static void MultiDrawElementsIndirectBindlesNV( } } - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345327,8 +191089,6 @@ public static void MultiDrawElementsIndirectCount( stride ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] [MethodImpl( @@ -345356,8 +191116,6 @@ public static void MultiDrawElementsIndirectCount( } } - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345379,8 +191137,6 @@ public static void MultiDrawElementsIndirectCountARB( stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] [MethodImpl( @@ -345408,7 +191164,6 @@ public static void MultiDrawElementsIndirectCountARB( } } - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345422,7 +191177,6 @@ public static void MultiDrawElementsIndirectEXT( ) => Underlying.Value!.MultiDrawElementsIndirectEXT(mode, type, indirect, drawcount, stride); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] [MethodImpl( @@ -345448,9 +191202,6 @@ public static void MultiDrawElementsIndirectEXT( } } - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawMeshTasksIndirectCountNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345468,9 +191219,6 @@ public static void MultiDrawMeshTasksIndirectCountNV( stride ); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawMeshTasksIndirectNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345481,12 +191229,11 @@ public static void MultiDrawMeshTasksIndirectNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.MultiDrawMeshTasksIndirectNV(indirect, drawcount, stride); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiDrawRangeElementArrayApple( + public static void MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -345494,7 +191241,7 @@ public static void MultiDrawRangeElementArrayApple( [NativeTypeName("const GLsizei *")] uint* count, [NativeTypeName("GLsizei")] uint primcount ) => - Underlying.Value!.MultiDrawRangeElementArrayApple( + Underlying.Value!.MultiDrawRangeElementArrayAPPLE( mode, start, end, @@ -345503,13 +191250,12 @@ public static void MultiDrawRangeElementArrayApple( primcount ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiDrawRangeElementArrayApple( + public static void MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -345521,7 +191267,7 @@ public static void MultiDrawRangeElementArrayApple( fixed (uint* __dsl_count = count) fixed (int* __dsl_first = first) { - MultiDrawRangeElementArrayApple( + MultiDrawRangeElementArrayAPPLE( (uint)mode, start, end, @@ -345532,7 +191278,6 @@ public static void MultiDrawRangeElementArrayApple( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345545,7 +191290,6 @@ public static void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ) => Underlying.Value!.MultiModeDrawArraysIBM(mode, first, count, primcount, modestride); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl( @@ -345567,7 +191311,6 @@ public static void MultiModeDrawArraysIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl( @@ -345595,7 +191338,6 @@ public static void MultiModeDrawArraysIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl( @@ -345623,7 +191365,6 @@ public static void MultiModeDrawArraysIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345645,7 +191386,6 @@ public static void MultiModeDrawElementsIBM( modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl( @@ -345675,7 +191415,6 @@ public static void MultiModeDrawElementsIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl( @@ -345705,7 +191444,6 @@ public static void MultiModeDrawElementsIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl( @@ -345735,8 +191473,6 @@ public static void MultiModeDrawElementsIBM( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345748,8 +191484,6 @@ public static void MultiTexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.MultiTexBufferEXT(texunit, target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] [MethodImpl( @@ -345762,7 +191496,6 @@ public static void MultiTexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.MultiTexBufferEXT(texunit, target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345772,7 +191505,6 @@ public static void MultiTexCoord1OES( [NativeTypeName("GLbyte")] sbyte s ) => Underlying.Value!.MultiTexCoord1OES(texture, s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] [MethodImpl( @@ -345783,18 +191515,16 @@ public static void MultiTexCoord1OES( [NativeTypeName("GLbyte")] sbyte s ) => Underlying.Value!.MultiTexCoord1OES(texture, s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1BvO( + public static void MultiTexCoord1BvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLbyte *")] sbyte coords - ) => Underlying.Value!.MultiTexCoord1BvO(texture, coords); + ) => Underlying.Value!.MultiTexCoord1BvOOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -345804,7 +191534,6 @@ public static void MultiTexCoord1OES( [NativeTypeName("const GLbyte *")] sbyte* coords ) => Underlying.Value!.MultiTexCoord1OES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl( @@ -345821,453 +191550,222 @@ public static void MultiTexCoord1OES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1D( + public static void MultiTexCoord1d( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s - ) => Underlying.Value!.MultiTexCoord1D(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1d(target, s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1D( + public static void MultiTexCoord1d( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) => Underlying.Value!.MultiTexCoord1D(target, s); + ) => Underlying.Value!.MultiTexCoord1d(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1DARB( + public static void MultiTexCoord1dARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s - ) => Underlying.Value!.MultiTexCoord1DARB(target, s); + ) => Underlying.Value!.MultiTexCoord1dARB(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1DARB( + public static void MultiTexCoord1dARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) => Underlying.Value!.MultiTexCoord1DARB(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1dARB(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Dv( + public static void MultiTexCoord1dv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v - ) => Underlying.Value!.MultiTexCoord1Dv(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1dv(target, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Dv( + public static void MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - MultiTexCoord1Dv((uint)target, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + MultiTexCoord1dv((uint)target, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Dv( + public static void MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v - ) => Underlying.Value!.MultiTexCoord1Dv(target, v); + ) => Underlying.Value!.MultiTexCoord1dv(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1DvARB( + public static void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v - ) => Underlying.Value!.MultiTexCoord1DvARB(target, v); + ) => Underlying.Value!.MultiTexCoord1dvARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1DvARB( + public static void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - MultiTexCoord1DvARB((uint)target, __dsl_v); + MultiTexCoord1dvARB((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1DvARB( + public static void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v - ) => Underlying.Value!.MultiTexCoord1DvARB(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1dvARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1F( + public static void MultiTexCoord1f( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s - ) => Underlying.Value!.MultiTexCoord1F(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1f(target, s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1F( + public static void MultiTexCoord1f( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) => Underlying.Value!.MultiTexCoord1F(target, s); + ) => Underlying.Value!.MultiTexCoord1f(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1FARB( + public static void MultiTexCoord1fARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s - ) => Underlying.Value!.MultiTexCoord1FARB(target, s); + ) => Underlying.Value!.MultiTexCoord1fARB(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1FARB( + public static void MultiTexCoord1fARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) => Underlying.Value!.MultiTexCoord1FARB(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1fARB(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Fv( + public static void MultiTexCoord1fv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v - ) => Underlying.Value!.MultiTexCoord1Fv(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1fv(target, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Fv( + public static void MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - MultiTexCoord1Fv((uint)target, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + MultiTexCoord1fv((uint)target, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Fv( + public static void MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v - ) => Underlying.Value!.MultiTexCoord1Fv(target, v); + ) => Underlying.Value!.MultiTexCoord1fv(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1FvARB( + public static void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v - ) => Underlying.Value!.MultiTexCoord1FvARB(target, v); + ) => Underlying.Value!.MultiTexCoord1fvARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1FvARB( + public static void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - MultiTexCoord1FvARB((uint)target, __dsl_v); + MultiTexCoord1fvARB((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1FvARB( + public static void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v - ) => Underlying.Value!.MultiTexCoord1FvARB(target, v); + ) => Underlying.Value!.MultiTexCoord1fvARB(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -346277,7 +191775,6 @@ public static void MultiTexCoord1NV( [NativeTypeName("GLhalfNV")] ushort s ) => Underlying.Value!.MultiTexCoord1NV(target, s); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] [MethodImpl( @@ -346288,491 +191785,257 @@ public static void MultiTexCoord1NV( [NativeTypeName("GLhalfNV")] ushort s ) => Underlying.Value!.MultiTexCoord1NV(target, s); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1HvNV( + public static void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v - ) => Underlying.Value!.MultiTexCoord1HvNV(target, v); + ) => Underlying.Value!.MultiTexCoord1hvNV(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1HvNV( + public static void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] Ref v ) { fixed (ushort* __dsl_v = v) { - MultiTexCoord1HvNV((uint)target, __dsl_v); + MultiTexCoord1hvNV((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1HvNV( + public static void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] ushort v - ) => Underlying.Value!.MultiTexCoord1HvNV(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1hvNV(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1I( + public static void MultiTexCoord1i( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s - ) => Underlying.Value!.MultiTexCoord1I(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1i(target, s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1I( + public static void MultiTexCoord1i( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) => Underlying.Value!.MultiTexCoord1I(target, s); + ) => Underlying.Value!.MultiTexCoord1i(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1IARB( + public static void MultiTexCoord1iARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s - ) => Underlying.Value!.MultiTexCoord1IARB(target, s); + ) => Underlying.Value!.MultiTexCoord1iARB(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1IARB( + public static void MultiTexCoord1iARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) => Underlying.Value!.MultiTexCoord1IARB(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1iARB(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Iv( + public static void MultiTexCoord1iv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v - ) => Underlying.Value!.MultiTexCoord1Iv(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1iv(target, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Iv( + public static void MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v ) { fixed (int* __dsl_v = v) { - MultiTexCoord1Iv((uint)target, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + MultiTexCoord1iv((uint)target, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Iv( + public static void MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v - ) => Underlying.Value!.MultiTexCoord1Iv(target, v); + ) => Underlying.Value!.MultiTexCoord1iv(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1IvARB( + public static void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v - ) => Underlying.Value!.MultiTexCoord1IvARB(target, v); + ) => Underlying.Value!.MultiTexCoord1ivARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1IvARB( + public static void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v ) { fixed (int* __dsl_v = v) { - MultiTexCoord1IvARB((uint)target, __dsl_v); + MultiTexCoord1ivARB((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1IvARB( + public static void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v - ) => Underlying.Value!.MultiTexCoord1IvARB(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1ivARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1S( + public static void MultiTexCoord1s( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s - ) => Underlying.Value!.MultiTexCoord1S(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1s(target, s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1S( + public static void MultiTexCoord1s( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) => Underlying.Value!.MultiTexCoord1S(target, s); + ) => Underlying.Value!.MultiTexCoord1s(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1SARB( + public static void MultiTexCoord1sARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s - ) => Underlying.Value!.MultiTexCoord1SARB(target, s); + ) => Underlying.Value!.MultiTexCoord1sARB(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1SARB( + public static void MultiTexCoord1sARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) => Underlying.Value!.MultiTexCoord1SARB(target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1sARB(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Sv( + public static void MultiTexCoord1sv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v - ) => Underlying.Value!.MultiTexCoord1Sv(target, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => Underlying.Value!.MultiTexCoord1sv(target, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Sv( + public static void MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - MultiTexCoord1Sv((uint)target, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + MultiTexCoord1sv((uint)target, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1Sv( + public static void MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v - ) => Underlying.Value!.MultiTexCoord1Sv(target, v); + ) => Underlying.Value!.MultiTexCoord1sv(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1SvARB( + public static void MultiTexCoord1svARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v - ) => Underlying.Value!.MultiTexCoord1SvARB(target, v); + ) => Underlying.Value!.MultiTexCoord1svARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1SvARB( + public static void MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - MultiTexCoord1SvARB((uint)target, __dsl_v); + MultiTexCoord1svARB((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1SvARB( + public static void MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v - ) => Underlying.Value!.MultiTexCoord1SvARB(target, v); + ) => Underlying.Value!.MultiTexCoord1svARB(target, v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -346782,7 +192045,6 @@ public static void MultiTexCoord1XOES( [NativeTypeName("GLfixed")] int s ) => Underlying.Value!.MultiTexCoord1XOES(texture, s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] [MethodImpl( @@ -346793,18 +192055,16 @@ public static void MultiTexCoord1XOES( [NativeTypeName("GLfixed")] int s ) => Underlying.Value!.MultiTexCoord1XOES(texture, s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoord1XvO( + public static void MultiTexCoord1XvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLfixed *")] int coords - ) => Underlying.Value!.MultiTexCoord1XvO(texture, coords); + ) => Underlying.Value!.MultiTexCoord1XvOOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -346814,7 +192074,6 @@ public static void MultiTexCoord1XOES( [NativeTypeName("const GLfixed *")] int* coords ) => Underlying.Value!.MultiTexCoord1XOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl( @@ -346831,7 +192090,6 @@ public static void MultiTexCoord1XOES( } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -346842,7 +192100,6 @@ public static void MultiTexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ) => Underlying.Value!.MultiTexCoord2OES(texture, s, t); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] [MethodImpl( @@ -346854,7 +192111,6 @@ public static void MultiTexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ) => Underlying.Value!.MultiTexCoord2OES(texture, s, t); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -346864,7 +192120,6 @@ public static void MultiTexCoord2OES( [NativeTypeName("const GLbyte *")] sbyte* coords ) => Underlying.Value!.MultiTexCoord2OES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] [MethodImpl( @@ -346881,28 +192136,6 @@ public static void MultiTexCoord2OES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -346913,28 +192146,6 @@ public static void MultiTexCoord2( [NativeTypeName("GLdouble")] double t ) => Underlying.Value!.MultiTexCoord2(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] [MethodImpl( @@ -346946,7 +192157,6 @@ public static void MultiTexCoord2( [NativeTypeName("GLdouble")] double t ) => Underlying.Value!.MultiTexCoord2(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -346957,7 +192167,6 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLdouble")] double t ) => Underlying.Value!.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] [MethodImpl( @@ -346969,28 +192178,6 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLdouble")] double t ) => Underlying.Value!.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347000,28 +192187,6 @@ public static void MultiTexCoord2( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.MultiTexCoord2(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] [MethodImpl( @@ -347038,7 +192203,6 @@ public static void MultiTexCoord2( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347048,7 +192212,6 @@ public static void MultiTexCoord2ARB( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.MultiTexCoord2ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] [MethodImpl( @@ -347065,28 +192228,6 @@ public static void MultiTexCoord2ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347097,28 +192238,6 @@ public static void MultiTexCoord2( [NativeTypeName("GLfloat")] float t ) => Underlying.Value!.MultiTexCoord2(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] [MethodImpl( @@ -347130,7 +192249,6 @@ public static void MultiTexCoord2( [NativeTypeName("GLfloat")] float t ) => Underlying.Value!.MultiTexCoord2(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347141,7 +192259,6 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLfloat")] float t ) => Underlying.Value!.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] [MethodImpl( @@ -347153,28 +192270,6 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLfloat")] float t ) => Underlying.Value!.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347184,28 +192279,6 @@ public static void MultiTexCoord2( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.MultiTexCoord2(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] [MethodImpl( @@ -347222,7 +192295,6 @@ public static void MultiTexCoord2( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347232,7 +192304,6 @@ public static void MultiTexCoord2ARB( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.MultiTexCoord2ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] [MethodImpl( @@ -347249,7 +192320,6 @@ public static void MultiTexCoord2ARB( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347260,7 +192330,6 @@ public static void MultiTexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ) => Underlying.Value!.MultiTexCoord2NV(target, s, t); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] [MethodImpl( @@ -347272,7 +192341,6 @@ public static void MultiTexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ) => Underlying.Value!.MultiTexCoord2NV(target, s, t); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347282,7 +192350,6 @@ public static void MultiTexCoord2NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => Underlying.Value!.MultiTexCoord2NV(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] [MethodImpl( @@ -347299,28 +192366,6 @@ public static void MultiTexCoord2NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347331,28 +192376,6 @@ public static void MultiTexCoord2( [NativeTypeName("GLint")] int t ) => Underlying.Value!.MultiTexCoord2(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] [MethodImpl( @@ -347364,7 +192387,6 @@ public static void MultiTexCoord2( [NativeTypeName("GLint")] int t ) => Underlying.Value!.MultiTexCoord2(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347375,7 +192397,6 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLint")] int t ) => Underlying.Value!.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] [MethodImpl( @@ -347387,28 +192408,6 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLint")] int t ) => Underlying.Value!.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347418,28 +192417,6 @@ public static void MultiTexCoord2( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.MultiTexCoord2(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] [MethodImpl( @@ -347456,7 +192433,6 @@ public static void MultiTexCoord2( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347466,7 +192442,6 @@ public static void MultiTexCoord2ARB( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.MultiTexCoord2ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] [MethodImpl( @@ -347483,28 +192458,6 @@ public static void MultiTexCoord2ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347515,28 +192468,6 @@ public static void MultiTexCoord2( [NativeTypeName("GLshort")] short t ) => Underlying.Value!.MultiTexCoord2(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] [MethodImpl( @@ -347548,7 +192479,6 @@ public static void MultiTexCoord2( [NativeTypeName("GLshort")] short t ) => Underlying.Value!.MultiTexCoord2(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347559,7 +192489,6 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLshort")] short t ) => Underlying.Value!.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] [MethodImpl( @@ -347571,28 +192500,6 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLshort")] short t ) => Underlying.Value!.MultiTexCoord2ARB(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347602,28 +192509,6 @@ public static void MultiTexCoord2( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.MultiTexCoord2(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] [MethodImpl( @@ -347640,7 +192525,6 @@ public static void MultiTexCoord2( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347650,7 +192534,6 @@ public static void MultiTexCoord2ARB( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.MultiTexCoord2ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] [MethodImpl( @@ -347667,7 +192550,6 @@ public static void MultiTexCoord2ARB( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347678,7 +192560,6 @@ public static void MultiTexCoord2XOES( [NativeTypeName("GLfixed")] int t ) => Underlying.Value!.MultiTexCoord2XOES(texture, s, t); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] [MethodImpl( @@ -347690,7 +192571,6 @@ public static void MultiTexCoord2XOES( [NativeTypeName("GLfixed")] int t ) => Underlying.Value!.MultiTexCoord2XOES(texture, s, t); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347700,7 +192580,6 @@ public static void MultiTexCoord2XOES( [NativeTypeName("const GLfixed *")] int* coords ) => Underlying.Value!.MultiTexCoord2XOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] [MethodImpl( @@ -347717,7 +192596,6 @@ public static void MultiTexCoord2XOES( } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347729,7 +192607,6 @@ public static void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ) => Underlying.Value!.MultiTexCoord3OES(texture, s, t, r); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] [MethodImpl( @@ -347742,7 +192619,6 @@ public static void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ) => Underlying.Value!.MultiTexCoord3OES(texture, s, t, r); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347752,7 +192628,6 @@ public static void MultiTexCoord3OES( [NativeTypeName("const GLbyte *")] sbyte* coords ) => Underlying.Value!.MultiTexCoord3OES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] [MethodImpl( @@ -347769,28 +192644,6 @@ public static void MultiTexCoord3OES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347802,28 +192655,6 @@ public static void MultiTexCoord3( [NativeTypeName("GLdouble")] double r ) => Underlying.Value!.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] [MethodImpl( @@ -347836,7 +192667,6 @@ public static void MultiTexCoord3( [NativeTypeName("GLdouble")] double r ) => Underlying.Value!.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347848,7 +192678,6 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double r ) => Underlying.Value!.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] [MethodImpl( @@ -347861,28 +192690,6 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double r ) => Underlying.Value!.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347892,28 +192699,6 @@ public static void MultiTexCoord3( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.MultiTexCoord3(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] [MethodImpl( @@ -347930,7 +192715,6 @@ public static void MultiTexCoord3( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347940,7 +192724,6 @@ public static void MultiTexCoord3ARB( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.MultiTexCoord3ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] [MethodImpl( @@ -347957,28 +192740,6 @@ public static void MultiTexCoord3ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -347990,28 +192751,6 @@ public static void MultiTexCoord3( [NativeTypeName("GLfloat")] float r ) => Underlying.Value!.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] [MethodImpl( @@ -348024,7 +192763,6 @@ public static void MultiTexCoord3( [NativeTypeName("GLfloat")] float r ) => Underlying.Value!.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348036,7 +192774,6 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float r ) => Underlying.Value!.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] [MethodImpl( @@ -348049,28 +192786,6 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float r ) => Underlying.Value!.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348080,28 +192795,6 @@ public static void MultiTexCoord3( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.MultiTexCoord3(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] [MethodImpl( @@ -348118,7 +192811,6 @@ public static void MultiTexCoord3( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348128,7 +192820,6 @@ public static void MultiTexCoord3ARB( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.MultiTexCoord3ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] [MethodImpl( @@ -348145,7 +192836,6 @@ public static void MultiTexCoord3ARB( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348157,7 +192847,6 @@ public static void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ) => Underlying.Value!.MultiTexCoord3NV(target, s, t, r); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] [MethodImpl( @@ -348170,7 +192859,6 @@ public static void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ) => Underlying.Value!.MultiTexCoord3NV(target, s, t, r); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348180,7 +192868,6 @@ public static void MultiTexCoord3NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => Underlying.Value!.MultiTexCoord3NV(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] [MethodImpl( @@ -348197,28 +192884,6 @@ public static void MultiTexCoord3NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348230,28 +192895,6 @@ public static void MultiTexCoord3( [NativeTypeName("GLint")] int r ) => Underlying.Value!.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] [MethodImpl( @@ -348264,7 +192907,6 @@ public static void MultiTexCoord3( [NativeTypeName("GLint")] int r ) => Underlying.Value!.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348276,7 +192918,6 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLint")] int r ) => Underlying.Value!.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] [MethodImpl( @@ -348289,28 +192930,6 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLint")] int r ) => Underlying.Value!.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348320,28 +192939,6 @@ public static void MultiTexCoord3( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.MultiTexCoord3(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] [MethodImpl( @@ -348358,7 +192955,6 @@ public static void MultiTexCoord3( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348368,7 +192964,6 @@ public static void MultiTexCoord3ARB( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.MultiTexCoord3ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] [MethodImpl( @@ -348385,28 +192980,6 @@ public static void MultiTexCoord3ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348418,28 +192991,6 @@ public static void MultiTexCoord3( [NativeTypeName("GLshort")] short r ) => Underlying.Value!.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] [MethodImpl( @@ -348452,7 +193003,6 @@ public static void MultiTexCoord3( [NativeTypeName("GLshort")] short r ) => Underlying.Value!.MultiTexCoord3(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348464,7 +193014,6 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short r ) => Underlying.Value!.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] [MethodImpl( @@ -348477,28 +193026,6 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short r ) => Underlying.Value!.MultiTexCoord3ARB(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348508,28 +193035,6 @@ public static void MultiTexCoord3( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.MultiTexCoord3(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] [MethodImpl( @@ -348546,7 +193051,6 @@ public static void MultiTexCoord3( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348556,7 +193060,6 @@ public static void MultiTexCoord3ARB( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.MultiTexCoord3ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] [MethodImpl( @@ -348573,7 +193076,6 @@ public static void MultiTexCoord3ARB( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348585,7 +193087,6 @@ public static void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int r ) => Underlying.Value!.MultiTexCoord3XOES(texture, s, t, r); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] [MethodImpl( @@ -348598,7 +193099,6 @@ public static void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int r ) => Underlying.Value!.MultiTexCoord3XOES(texture, s, t, r); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348608,7 +193108,6 @@ public static void MultiTexCoord3XOES( [NativeTypeName("const GLfixed *")] int* coords ) => Underlying.Value!.MultiTexCoord3XOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] [MethodImpl( @@ -348625,7 +193124,6 @@ public static void MultiTexCoord3XOES( } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348638,7 +193136,6 @@ public static void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ) => Underlying.Value!.MultiTexCoord4OES(texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] [MethodImpl( @@ -348652,7 +193149,6 @@ public static void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ) => Underlying.Value!.MultiTexCoord4OES(texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348662,7 +193158,6 @@ public static void MultiTexCoord4OES( [NativeTypeName("const GLbyte *")] sbyte* coords ) => Underlying.Value!.MultiTexCoord4OES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] [MethodImpl( @@ -348679,28 +193174,6 @@ public static void MultiTexCoord4OES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348713,28 +193186,6 @@ public static void MultiTexCoord4( [NativeTypeName("GLdouble")] double q ) => Underlying.Value!.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] [MethodImpl( @@ -348748,7 +193199,6 @@ public static void MultiTexCoord4( [NativeTypeName("GLdouble")] double q ) => Underlying.Value!.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348761,7 +193211,6 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double q ) => Underlying.Value!.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] [MethodImpl( @@ -348775,28 +193224,6 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double q ) => Underlying.Value!.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348806,28 +193233,6 @@ public static void MultiTexCoord4( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.MultiTexCoord4(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] [MethodImpl( @@ -348844,7 +193249,6 @@ public static void MultiTexCoord4( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348854,7 +193258,6 @@ public static void MultiTexCoord4ARB( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.MultiTexCoord4ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] [MethodImpl( @@ -348871,29 +193274,6 @@ public static void MultiTexCoord4ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348906,29 +193286,6 @@ public static void MultiTexCoord4( [NativeTypeName("GLfloat")] float q ) => Underlying.Value!.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] [MethodImpl( @@ -348942,7 +193299,6 @@ public static void MultiTexCoord4( [NativeTypeName("GLfloat")] float q ) => Underlying.Value!.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -348955,7 +193311,6 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float q ) => Underlying.Value!.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] [MethodImpl( @@ -348969,28 +193324,6 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float q ) => Underlying.Value!.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349000,28 +193333,6 @@ public static void MultiTexCoord4( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.MultiTexCoord4(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] [MethodImpl( @@ -349038,7 +193349,6 @@ public static void MultiTexCoord4( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349048,7 +193358,6 @@ public static void MultiTexCoord4ARB( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.MultiTexCoord4ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] [MethodImpl( @@ -349065,7 +193374,6 @@ public static void MultiTexCoord4ARB( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349078,7 +193386,6 @@ public static void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ) => Underlying.Value!.MultiTexCoord4NV(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] [MethodImpl( @@ -349092,7 +193399,6 @@ public static void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ) => Underlying.Value!.MultiTexCoord4NV(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349102,7 +193408,6 @@ public static void MultiTexCoord4NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => Underlying.Value!.MultiTexCoord4NV(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] [MethodImpl( @@ -349119,28 +193424,6 @@ public static void MultiTexCoord4NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349153,28 +193436,6 @@ public static void MultiTexCoord4( [NativeTypeName("GLint")] int q ) => Underlying.Value!.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] [MethodImpl( @@ -349188,7 +193449,6 @@ public static void MultiTexCoord4( [NativeTypeName("GLint")] int q ) => Underlying.Value!.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349201,7 +193461,6 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLint")] int q ) => Underlying.Value!.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] [MethodImpl( @@ -349215,28 +193474,6 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLint")] int q ) => Underlying.Value!.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349246,28 +193483,6 @@ public static void MultiTexCoord4( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.MultiTexCoord4(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] [MethodImpl( @@ -349284,7 +193499,6 @@ public static void MultiTexCoord4( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349294,7 +193508,6 @@ public static void MultiTexCoord4ARB( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.MultiTexCoord4ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] [MethodImpl( @@ -349311,28 +193524,6 @@ public static void MultiTexCoord4ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349345,28 +193536,6 @@ public static void MultiTexCoord4( [NativeTypeName("GLshort")] short q ) => Underlying.Value!.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] [MethodImpl( @@ -349380,7 +193549,6 @@ public static void MultiTexCoord4( [NativeTypeName("GLshort")] short q ) => Underlying.Value!.MultiTexCoord4(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349393,7 +193561,6 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short q ) => Underlying.Value!.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] [MethodImpl( @@ -349407,28 +193574,6 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short q ) => Underlying.Value!.MultiTexCoord4ARB(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349438,28 +193583,6 @@ public static void MultiTexCoord4( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.MultiTexCoord4(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] [MethodImpl( @@ -349476,7 +193599,6 @@ public static void MultiTexCoord4( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349486,7 +193608,6 @@ public static void MultiTexCoord4ARB( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.MultiTexCoord4ARB(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] [MethodImpl( @@ -349503,7 +193624,6 @@ public static void MultiTexCoord4ARB( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349516,7 +193636,6 @@ public static void MultiTexCoord4X( [NativeTypeName("GLfixed")] int q ) => Underlying.Value!.MultiTexCoord4X(texture, s, t, r, q); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] [MethodImpl( @@ -349530,8 +193649,6 @@ public static void MultiTexCoord4X( [NativeTypeName("GLfixed")] int q ) => Underlying.Value!.MultiTexCoord4X(texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349544,8 +193661,6 @@ public static void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int q ) => Underlying.Value!.MultiTexCoord4XOES(texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] [MethodImpl( @@ -349559,7 +193674,6 @@ public static void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int q ) => Underlying.Value!.MultiTexCoord4XOES(texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349569,7 +193683,6 @@ public static void MultiTexCoord4XOES( [NativeTypeName("const GLfixed *")] int* coords ) => Underlying.Value!.MultiTexCoord4XOES(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] [MethodImpl( @@ -349586,7 +193699,6 @@ public static void MultiTexCoord4XOES( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349597,7 +193709,6 @@ public static void MultiTexCoordP1( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.MultiTexCoordP1(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] [MethodImpl( @@ -349609,24 +193720,22 @@ public static void MultiTexCoordP1( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.MultiTexCoordP1(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP1Uiv( + public static void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => Underlying.Value!.MultiTexCoordP1Uiv(texture, type, coords); + ) => Underlying.Value!.MultiTexCoordP1uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP1Uiv( + public static void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords @@ -349634,23 +193743,21 @@ public static void MultiTexCoordP1Uiv( { fixed (uint* __dsl_coords = coords) { - MultiTexCoordP1Uiv((uint)texture, (uint)type, __dsl_coords); + MultiTexCoordP1uiv((uint)texture, (uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP1Uiv( + public static void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => Underlying.Value!.MultiTexCoordP1Uiv(texture, type, coords); + ) => Underlying.Value!.MultiTexCoordP1uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349661,7 +193768,6 @@ public static void MultiTexCoordP2( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.MultiTexCoordP2(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] [MethodImpl( @@ -349673,24 +193779,22 @@ public static void MultiTexCoordP2( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.MultiTexCoordP2(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP2Uiv( + public static void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => Underlying.Value!.MultiTexCoordP2Uiv(texture, type, coords); + ) => Underlying.Value!.MultiTexCoordP2uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP2Uiv( + public static void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords @@ -349698,23 +193802,21 @@ public static void MultiTexCoordP2Uiv( { fixed (uint* __dsl_coords = coords) { - MultiTexCoordP2Uiv((uint)texture, (uint)type, __dsl_coords); + MultiTexCoordP2uiv((uint)texture, (uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP2Uiv( + public static void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => Underlying.Value!.MultiTexCoordP2Uiv(texture, type, coords); + ) => Underlying.Value!.MultiTexCoordP2uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349725,7 +193827,6 @@ public static void MultiTexCoordP3( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.MultiTexCoordP3(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] [MethodImpl( @@ -349737,24 +193838,22 @@ public static void MultiTexCoordP3( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.MultiTexCoordP3(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP3Uiv( + public static void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => Underlying.Value!.MultiTexCoordP3Uiv(texture, type, coords); + ) => Underlying.Value!.MultiTexCoordP3uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP3Uiv( + public static void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords @@ -349762,23 +193861,21 @@ public static void MultiTexCoordP3Uiv( { fixed (uint* __dsl_coords = coords) { - MultiTexCoordP3Uiv((uint)texture, (uint)type, __dsl_coords); + MultiTexCoordP3uiv((uint)texture, (uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP3Uiv( + public static void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => Underlying.Value!.MultiTexCoordP3Uiv(texture, type, coords); + ) => Underlying.Value!.MultiTexCoordP3uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349789,7 +193886,6 @@ public static void MultiTexCoordP4( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.MultiTexCoordP4(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] [MethodImpl( @@ -349801,24 +193897,22 @@ public static void MultiTexCoordP4( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.MultiTexCoordP4(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP4Uiv( + public static void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => Underlying.Value!.MultiTexCoordP4Uiv(texture, type, coords); + ) => Underlying.Value!.MultiTexCoordP4uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP4Uiv( + public static void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords @@ -349826,24 +193920,21 @@ public static void MultiTexCoordP4Uiv( { fixed (uint* __dsl_coords = coords) { - MultiTexCoordP4Uiv((uint)texture, (uint)type, __dsl_coords); + MultiTexCoordP4uiv((uint)texture, (uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void MultiTexCoordP4Uiv( + public static void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => Underlying.Value!.MultiTexCoordP4Uiv(texture, type, coords); + ) => Underlying.Value!.MultiTexCoordP4uiv(texture, type, coords); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349856,8 +193947,6 @@ public static void MultiTexCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.MultiTexCoordPointerEXT(texunit, size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] [MethodImpl( @@ -349877,8 +193966,6 @@ public static void MultiTexCoordPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349890,8 +193977,6 @@ public static void MultiTexEnvEXT( [NativeTypeName("GLfloat")] float param3 ) => Underlying.Value!.MultiTexEnvEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] [MethodImpl( @@ -349904,8 +193989,6 @@ public static void MultiTexEnvEXT( [NativeTypeName("GLfloat")] float param3 ) => Underlying.Value!.MultiTexEnvEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349917,8 +194000,6 @@ public static void MultiTexEnvEXT( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.MultiTexEnvEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] [MethodImpl( @@ -349937,8 +194018,6 @@ public static void MultiTexEnvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349950,8 +194029,6 @@ public static void MultiTexEnvEXT( [NativeTypeName("GLint")] int param3 ) => Underlying.Value!.MultiTexEnvEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] [MethodImpl( @@ -349964,8 +194041,6 @@ public static void MultiTexEnvEXT( [NativeTypeName("GLint")] int param3 ) => Underlying.Value!.MultiTexEnvEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -349977,8 +194052,6 @@ public static void MultiTexEnvEXT( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.MultiTexEnvEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] [MethodImpl( @@ -349997,8 +194070,6 @@ public static void MultiTexEnvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350010,8 +194081,6 @@ public static void MultiTexGenEXT( [NativeTypeName("GLdouble")] double param3 ) => Underlying.Value!.MultiTexGenEXT(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] [MethodImpl( @@ -350024,8 +194093,6 @@ public static void MultiTexGenEXT( [NativeTypeName("GLdouble")] double param3 ) => Underlying.Value!.MultiTexGenEXT(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350037,8 +194104,6 @@ public static void MultiTexGenEXT( [NativeTypeName("const GLdouble *")] double* @params ) => Underlying.Value!.MultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] [MethodImpl( @@ -350057,8 +194122,6 @@ public static void MultiTexGenEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350070,8 +194133,6 @@ public static void MultiTexGenEXT( [NativeTypeName("GLfloat")] float param3 ) => Underlying.Value!.MultiTexGenEXT(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] [MethodImpl( @@ -350084,8 +194145,6 @@ public static void MultiTexGenEXT( [NativeTypeName("GLfloat")] float param3 ) => Underlying.Value!.MultiTexGenEXT(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350097,8 +194156,6 @@ public static void MultiTexGenEXT( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.MultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] [MethodImpl( @@ -350117,8 +194174,6 @@ public static void MultiTexGenEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350130,8 +194185,6 @@ public static void MultiTexGenEXT( [NativeTypeName("GLint")] int param3 ) => Underlying.Value!.MultiTexGenEXT(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] [MethodImpl( @@ -350144,8 +194197,6 @@ public static void MultiTexGenEXT( [NativeTypeName("GLint")] int param3 ) => Underlying.Value!.MultiTexGenEXT(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350157,8 +194208,6 @@ public static void MultiTexGenEXT( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.MultiTexGenEXT(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] [MethodImpl( @@ -350177,8 +194226,6 @@ public static void MultiTexGenEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350206,8 +194253,6 @@ public static void MultiTexImage1DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] [MethodImpl( @@ -350241,8 +194286,6 @@ public static void MultiTexImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350272,8 +194315,6 @@ public static void MultiTexImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] [MethodImpl( @@ -350309,8 +194350,6 @@ public static void MultiTexImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350342,8 +194381,6 @@ public static void MultiTexImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] [MethodImpl( @@ -350381,8 +194418,6 @@ public static void MultiTexImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350394,8 +194429,6 @@ public static void MultiTexParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => Underlying.Value!.MultiTexParameterEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] [MethodImpl( @@ -350408,8 +194441,6 @@ public static void MultiTexParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => Underlying.Value!.MultiTexParameterEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350421,8 +194452,6 @@ public static void MultiTexParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.MultiTexParameterEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] [MethodImpl( @@ -350441,8 +194470,6 @@ public static void MultiTexParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350454,8 +194481,6 @@ public static void MultiTexParameterEXT( [NativeTypeName("GLint")] int param3 ) => Underlying.Value!.MultiTexParameterEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] [MethodImpl( @@ -350468,8 +194493,6 @@ public static void MultiTexParameterEXT( [NativeTypeName("GLint")] int param3 ) => Underlying.Value!.MultiTexParameterEXT(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350481,8 +194504,6 @@ public static void MultiTexParameterIEXT( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.MultiTexParameterIEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] [MethodImpl( @@ -350501,8 +194522,6 @@ public static void MultiTexParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350514,8 +194533,6 @@ public static void MultiTexParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ) => Underlying.Value!.MultiTexParameterIEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] [MethodImpl( @@ -350534,8 +194551,6 @@ public static void MultiTexParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350547,8 +194562,6 @@ public static void MultiTexParameterEXT( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.MultiTexParameterEXT(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] [MethodImpl( @@ -350567,8 +194580,6 @@ public static void MultiTexParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350579,8 +194590,6 @@ public static void MultiTexRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => Underlying.Value!.MultiTexRenderbufferEXT(texunit, target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] [MethodImpl( @@ -350592,8 +194601,6 @@ public static void MultiTexRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => Underlying.Value!.MultiTexRenderbufferEXT(texunit, target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350619,8 +194626,6 @@ public static void MultiTexSubImage1DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] [MethodImpl( @@ -350652,8 +194657,6 @@ public static void MultiTexSubImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350683,8 +194686,6 @@ public static void MultiTexSubImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] [MethodImpl( @@ -350720,8 +194721,6 @@ public static void MultiTexSubImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350755,8 +194754,6 @@ public static void MultiTexSubImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] [MethodImpl( @@ -350796,31 +194793,6 @@ public static void MultiTexSubImage3DEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350828,31 +194800,6 @@ public static void MultiTexSubImage3DEXT( public static void MultMatrix([NativeTypeName("const GLdouble *")] double* m) => Underlying.Value!.MultMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] [MethodImpl( @@ -350866,32 +194813,6 @@ public static void MultMatrix([NativeTypeName("const GLdouble *")] Ref m } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350899,32 +194820,6 @@ public static void MultMatrix([NativeTypeName("const GLdouble *")] Ref m public static void MultMatrix([NativeTypeName("const GLfloat *")] float* m) => Underlying.Value!.MultMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] [MethodImpl( @@ -350938,7 +194833,6 @@ public static void MultMatrix([NativeTypeName("const GLfloat *")] Ref m) } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350946,7 +194840,6 @@ public static void MultMatrix([NativeTypeName("const GLfloat *")] Ref m) public static void MultMatrixx([NativeTypeName("const GLfixed *")] int* m) => Underlying.Value!.MultMatrixx(m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] [MethodImpl( @@ -350960,8 +194853,6 @@ public static void MultMatrixx([NativeTypeName("const GLfixed *")] Ref m) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -350969,8 +194860,6 @@ public static void MultMatrixx([NativeTypeName("const GLfixed *")] Ref m) public static void MultMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => Underlying.Value!.MultMatrixxOES(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] [MethodImpl( @@ -350984,28 +194873,6 @@ public static void MultMatrixxOES([NativeTypeName("const GLfixed *")] Ref m } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351013,28 +194880,6 @@ public static void MultMatrixxOES([NativeTypeName("const GLfixed *")] Ref m public static void MultTransposeMatrix([NativeTypeName("const GLdouble *")] double* m) => Underlying.Value!.MultTransposeMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] [MethodImpl( @@ -351048,7 +194893,6 @@ public static void MultTransposeMatrix([NativeTypeName("const GLdouble *")] Ref< } } - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351056,7 +194900,6 @@ public static void MultTransposeMatrix([NativeTypeName("const GLdouble *")] Ref< public static void MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* m) => Underlying.Value!.MultTransposeMatrixARB(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] [MethodImpl( @@ -351072,28 +194915,6 @@ public static void MultTransposeMatrixARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351101,28 +194922,6 @@ public static void MultTransposeMatrixARB( public static void MultTransposeMatrix([NativeTypeName("const GLfloat *")] float* m) => Underlying.Value!.MultTransposeMatrix(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] [MethodImpl( @@ -351136,7 +194935,6 @@ public static void MultTransposeMatrix([NativeTypeName("const GLfloat *")] Ref Underlying.Value!.MultTransposeMatrixARB(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixfARB")] [MethodImpl( @@ -351158,7 +194955,6 @@ public static void MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] Re } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351166,7 +194962,6 @@ public static void MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] Re public static void MultTransposeMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => Underlying.Value!.MultTransposeMatrixxOES(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixxOES")] [MethodImpl( @@ -351180,9 +194975,6 @@ public static void MultTransposeMatrixxOES([NativeTypeName("const GLfixed *")] R } } - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferAttachMemoryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351193,16 +194985,6 @@ public static void NamedBufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => Underlying.Value!.NamedBufferAttachMemoryNV(buffer, memory, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351214,16 +194996,6 @@ public static void NamedBufferData( [NativeTypeName("GLenum")] uint usage ) => Underlying.Value!.NamedBufferData(buffer, size, data, usage); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferData")] [MethodImpl( @@ -351242,8 +195014,6 @@ public static void NamedBufferData( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351255,8 +195025,6 @@ public static void NamedBufferDataEXT( [NativeTypeName("GLenum")] uint usage ) => Underlying.Value!.NamedBufferDataEXT(buffer, size, data, usage); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferDataEXT")] [MethodImpl( @@ -351275,8 +195043,6 @@ public static void NamedBufferDataEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351288,8 +195054,6 @@ public static void NamedBufferPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ) => Underlying.Value!.NamedBufferPageCommitmentARB(buffer, offset, size, commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentARB")] [MethodImpl( @@ -351302,8 +195066,6 @@ public static void NamedBufferPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ) => Underlying.Value!.NamedBufferPageCommitmentARB(buffer, offset, size, commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351315,8 +195077,6 @@ public static void NamedBufferPageCommitmentEXT( [NativeTypeName("GLboolean")] uint commit ) => Underlying.Value!.NamedBufferPageCommitmentEXT(buffer, offset, size, commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] [MethodImpl( @@ -351329,9 +195089,6 @@ public static void NamedBufferPageCommitmentEXT( [NativeTypeName("GLboolean")] MaybeBool commit ) => Underlying.Value!.NamedBufferPageCommitmentEXT(buffer, offset, size, commit); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351353,9 +195110,6 @@ public static void NamedBufferPageCommitmentMemNV( commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] [MethodImpl( @@ -351378,16 +195132,6 @@ public static void NamedBufferPageCommitmentMemNV( commit ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351399,16 +195143,6 @@ public static void NamedBufferStorage( [NativeTypeName("GLbitfield")] uint flags ) => Underlying.Value!.NamedBufferStorage(buffer, size, data, flags); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] [MethodImpl( @@ -351427,8 +195161,6 @@ public static void NamedBufferStorage( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351440,8 +195172,6 @@ public static void NamedBufferStorageEXT( [NativeTypeName("GLbitfield")] uint flags ) => Underlying.Value!.NamedBufferStorageEXT(buffer, size, data, flags); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] [MethodImpl( @@ -351460,8 +195190,6 @@ public static void NamedBufferStorageEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351481,8 +195209,6 @@ public static void NamedBufferStorageExternalEXT( flags ); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] [MethodImpl( @@ -351508,8 +195234,6 @@ public static void NamedBufferStorageExternalEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageMemEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351521,16 +195245,6 @@ public static void NamedBufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ) => Underlying.Value!.NamedBufferStorageMemEXT(buffer, size, memory, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351542,16 +195256,6 @@ public static void NamedBufferSubData( [NativeTypeName("const void *")] void* data ) => Underlying.Value!.NamedBufferSubData(buffer, offset, size, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] [MethodImpl( @@ -351570,8 +195274,6 @@ public static void NamedBufferSubData( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351583,8 +195285,6 @@ public static void NamedBufferSubDataEXT( [NativeTypeName("const void *")] void* data ) => Underlying.Value!.NamedBufferSubDataEXT(buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] [MethodImpl( @@ -351603,8 +195303,6 @@ public static void NamedBufferSubDataEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedCopyBufferSubDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351624,16 +195322,6 @@ public static void NamedCopyBufferSubDataEXT( size ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351643,16 +195331,6 @@ public static void NamedFramebufferDrawBuffer( [NativeTypeName("GLenum")] uint buf ) => Underlying.Value!.NamedFramebufferDrawBuffer(framebuffer, buf); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] [MethodImpl( @@ -351663,16 +195341,6 @@ public static void NamedFramebufferDrawBuffer( [NativeTypeName("GLenum")] Constant buf ) => Underlying.Value!.NamedFramebufferDrawBuffer(framebuffer, buf); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -351683,16 +195351,6 @@ public static void NamedFramebufferDrawBuffer( [NativeTypeName("const GLenum *")] GLEnum bufs ) => Underlying.Value!.NamedFramebufferDrawBuffer(framebuffer, bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -351703,16 +195361,6 @@ public static void NamedFramebufferDrawBuffer( [NativeTypeName("const GLenum *")] ColorBuffer bufs ) => Underlying.Value!.NamedFramebufferDrawBuffer(framebuffer, bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351723,16 +195371,6 @@ public static void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] uint* bufs ) => Underlying.Value!.NamedFramebufferDrawBuffers(framebuffer, n, bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -351750,16 +195388,6 @@ public static void NamedFramebufferDrawBuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -351777,16 +195405,6 @@ public static void NamedFramebufferDrawBuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl( @@ -351804,16 +195422,6 @@ public static void NamedFramebufferDrawBuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351824,16 +195432,6 @@ public static void NamedFramebufferParameter( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.NamedFramebufferParameter(framebuffer, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] [MethodImpl( @@ -351845,8 +195443,6 @@ public static void NamedFramebufferParameter( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.NamedFramebufferParameter(framebuffer, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351857,8 +195453,6 @@ public static void NamedFramebufferParameterEXT( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.NamedFramebufferParameterEXT(framebuffer, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] [MethodImpl( @@ -351870,16 +195464,6 @@ public static void NamedFramebufferParameterEXT( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.NamedFramebufferParameterEXT(framebuffer, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351889,16 +195473,6 @@ public static void NamedFramebufferReadBuffer( [NativeTypeName("GLenum")] uint src ) => Underlying.Value!.NamedFramebufferReadBuffer(framebuffer, src); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] [MethodImpl( @@ -351909,16 +195483,6 @@ public static void NamedFramebufferReadBuffer( [NativeTypeName("GLenum")] Constant src ) => Underlying.Value!.NamedFramebufferReadBuffer(framebuffer, src); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351936,16 +195500,6 @@ public static void NamedFramebufferRenderbuffer( renderbuffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] [MethodImpl( @@ -351965,8 +195519,6 @@ public static void NamedFramebufferRenderbuffer( renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -351984,8 +195536,6 @@ public static void NamedFramebufferRenderbufferEXT( renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] [MethodImpl( @@ -352005,8 +195555,6 @@ public static void NamedFramebufferRenderbufferEXT( renderbuffer ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352018,8 +195566,6 @@ public static void NamedFramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.NamedFramebufferSampleLocationsARB(framebuffer, start, count, v); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] [MethodImpl( @@ -352038,9 +195584,6 @@ public static void NamedFramebufferSampleLocationsARB( } } - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352052,9 +195595,6 @@ public static void NamedFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.NamedFramebufferSampleLocationsNV(framebuffer, start, count, v); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] [MethodImpl( @@ -352073,7 +195613,6 @@ public static void NamedFramebufferSampleLocationsNV( } } - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352091,7 +195630,6 @@ public static void NamedFramebufferSamplePositionsAMD( values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] [MethodImpl( @@ -352115,16 +195653,6 @@ public static void NamedFramebufferSamplePositionsAMD( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352136,16 +195664,6 @@ public static void NamedFramebufferTexture( [NativeTypeName("GLint")] int level ) => Underlying.Value!.NamedFramebufferTexture(framebuffer, attachment, texture, level); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] [MethodImpl( @@ -352158,8 +195676,6 @@ public static void NamedFramebufferTexture( [NativeTypeName("GLint")] int level ) => Underlying.Value!.NamedFramebufferTexture(framebuffer, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352179,8 +195695,6 @@ public static void NamedFramebufferTexture1DEXT( level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] [MethodImpl( @@ -352201,8 +195715,6 @@ public static void NamedFramebufferTexture1DEXT( level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352222,8 +195734,6 @@ public static void NamedFramebufferTexture2DEXT( level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] [MethodImpl( @@ -352244,8 +195754,6 @@ public static void NamedFramebufferTexture2DEXT( level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352267,8 +195775,6 @@ public static void NamedFramebufferTexture3DEXT( zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] [MethodImpl( @@ -352291,8 +195797,6 @@ public static void NamedFramebufferTexture3DEXT( zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352304,8 +195808,6 @@ public static void NamedFramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => Underlying.Value!.NamedFramebufferTextureEXT(framebuffer, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] [MethodImpl( @@ -352318,8 +195820,6 @@ public static void NamedFramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => Underlying.Value!.NamedFramebufferTextureEXT(framebuffer, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352339,8 +195839,6 @@ public static void NamedFramebufferTextureFaceEXT( face ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] [MethodImpl( @@ -352361,16 +195859,6 @@ public static void NamedFramebufferTextureFaceEXT( face ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352390,16 +195878,6 @@ public static void NamedFramebufferTextureLayer( layer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] [MethodImpl( @@ -352420,8 +195898,6 @@ public static void NamedFramebufferTextureLayer( layer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352441,8 +195917,6 @@ public static void NamedFramebufferTextureLayerEXT( layer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] [MethodImpl( @@ -352463,8 +195937,6 @@ public static void NamedFramebufferTextureLayerEXT( layer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352479,8 +195951,6 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] [MethodImpl( @@ -352496,8 +195966,6 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352509,8 +195977,6 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLdouble *")] double* @params ) => Underlying.Value!.NamedProgramLocalParameter4EXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] [MethodImpl( @@ -352529,8 +195995,6 @@ public static void NamedProgramLocalParameter4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352545,8 +196009,6 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] [MethodImpl( @@ -352562,8 +196024,6 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352575,8 +196035,6 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.NamedProgramLocalParameter4EXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] [MethodImpl( @@ -352595,8 +196053,6 @@ public static void NamedProgramLocalParameter4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352611,8 +196067,6 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int w ) => Underlying.Value!.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] [MethodImpl( @@ -352628,8 +196082,6 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int w ) => Underlying.Value!.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352641,8 +196093,6 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.NamedProgramLocalParameterI4EXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] [MethodImpl( @@ -352661,8 +196111,6 @@ public static void NamedProgramLocalParameterI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352677,8 +196125,6 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint w ) => Underlying.Value!.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] [MethodImpl( @@ -352694,8 +196140,6 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint w ) => Underlying.Value!.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352707,8 +196151,6 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLuint *")] uint* @params ) => Underlying.Value!.NamedProgramLocalParameterI4EXT(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] [MethodImpl( @@ -352727,8 +196169,6 @@ public static void NamedProgramLocalParameterI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352748,8 +196188,6 @@ public static void NamedProgramLocalParameters4EXT( @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] [MethodImpl( @@ -352769,8 +196207,6 @@ public static void NamedProgramLocalParameters4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352790,8 +196226,6 @@ public static void NamedProgramLocalParametersI4EXT( @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] [MethodImpl( @@ -352811,8 +196245,6 @@ public static void NamedProgramLocalParametersI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352832,8 +196264,6 @@ public static void NamedProgramLocalParametersI4EXT( @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] [MethodImpl( @@ -352853,8 +196283,6 @@ public static void NamedProgramLocalParametersI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352867,8 +196295,6 @@ public static void NamedProgramStringEXT( [NativeTypeName("const void *")] void* @string ) => Underlying.Value!.NamedProgramStringEXT(program, target, format, len, @string); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] [MethodImpl( @@ -352888,16 +196314,6 @@ public static void NamedProgramStringEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352910,16 +196326,6 @@ public static void NamedRenderbufferStorage( ) => Underlying.Value!.NamedRenderbufferStorage(renderbuffer, internalformat, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] [MethodImpl( @@ -352933,8 +196339,6 @@ public static void NamedRenderbufferStorage( ) => Underlying.Value!.NamedRenderbufferStorage(renderbuffer, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -352952,8 +196356,6 @@ public static void NamedRenderbufferStorageEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] [MethodImpl( @@ -352972,16 +196374,6 @@ public static void NamedRenderbufferStorageEXT( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353001,16 +196393,6 @@ public static void NamedRenderbufferStorageMultisample( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] [MethodImpl( @@ -353031,9 +196413,6 @@ public static void NamedRenderbufferStorageMultisample( height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353055,9 +196434,6 @@ public static void NamedRenderbufferStorageMultisampleAdvanceAMD( height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl( @@ -353080,8 +196456,6 @@ public static void NamedRenderbufferStorageMultisampleAdvanceAMD( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353103,8 +196477,6 @@ public static void NamedRenderbufferStorageMultisampleCoverageEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] [MethodImpl( @@ -353127,8 +196499,6 @@ public static void NamedRenderbufferStorageMultisampleCoverageEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353148,8 +196518,6 @@ public static void NamedRenderbufferStorageMultisampleEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] [MethodImpl( @@ -353170,8 +196538,6 @@ public static void NamedRenderbufferStorageMultisampleEXT( height ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353184,8 +196550,6 @@ public static void NamedStringARB( [NativeTypeName("const GLchar *")] sbyte* @string ) => Underlying.Value!.NamedStringARB(type, namelen, name, stringlen, @string); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] [MethodImpl( @@ -353206,31 +196570,6 @@ public static void NamedStringARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNewList")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353240,31 +196579,6 @@ public static void NewList( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.NewList(list, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNewList")] [MethodImpl( @@ -353276,7 +196590,6 @@ public static void NewList( ) => Underlying.Value!.NewList(list, mode); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353288,7 +196601,6 @@ public static uint NewObjectBufferATI( ) => Underlying.Value!.NewObjectBufferATI(size, pointer, usage); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] [MethodImpl( @@ -353306,31 +196618,6 @@ public static uint NewObjectBufferATI( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3b")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353341,31 +196628,6 @@ public static void Normal3( [NativeTypeName("GLbyte")] sbyte nz ) => Underlying.Value!.Normal3(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3bv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353373,31 +196635,6 @@ public static void Normal3( public static void Normal3([NativeTypeName("const GLbyte *")] sbyte* v) => Underlying.Value!.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3bv")] [MethodImpl( @@ -353411,31 +196648,6 @@ public static void Normal3([NativeTypeName("const GLbyte *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353446,31 +196658,6 @@ public static void Normal3( [NativeTypeName("GLdouble")] double nz ) => Underlying.Value!.Normal3(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353478,31 +196665,6 @@ public static void Normal3( public static void Normal3([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3dv")] [MethodImpl( @@ -353516,32 +196678,6 @@ public static void Normal3([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glNormal3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353552,31 +196688,6 @@ public static void Normal3( [NativeTypeName("GLfloat")] float nz ) => Underlying.Value!.Normal3(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353584,31 +196695,6 @@ public static void Normal3( public static void Normal3([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3fv")] [MethodImpl( @@ -353622,7 +196708,6 @@ public static void Normal3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353636,7 +196721,6 @@ public static void Normal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.Normal3FVertex3SUN(nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353646,7 +196730,6 @@ public static void Normal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.Normal3FVertex3SUN(n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] [MethodImpl( @@ -353664,7 +196747,6 @@ public static void Normal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glNormal3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353675,7 +196757,6 @@ public static void Normal3NV( [NativeTypeName("GLhalfNV")] ushort nz ) => Underlying.Value!.Normal3NV(nx, ny, nz); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353683,7 +196764,6 @@ public static void Normal3NV( public static void Normal3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => Underlying.Value!.Normal3NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] [MethodImpl( @@ -353697,31 +196777,6 @@ public static void Normal3NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353732,31 +196787,6 @@ public static void Normal3( [NativeTypeName("GLint")] int nz ) => Underlying.Value!.Normal3(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353764,31 +196794,6 @@ public static void Normal3( public static void Normal3([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3iv")] [MethodImpl( @@ -353802,31 +196807,6 @@ public static void Normal3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353837,31 +196817,6 @@ public static void Normal3( [NativeTypeName("GLshort")] short nz ) => Underlying.Value!.Normal3(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353869,31 +196824,6 @@ public static void Normal3( public static void Normal3([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.Normal3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3sv")] [MethodImpl( @@ -353907,7 +196837,6 @@ public static void Normal3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glNormal3x")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353918,8 +196847,6 @@ public static void Normal3X( [NativeTypeName("GLfixed")] int nz ) => Underlying.Value!.Normal3X(nx, ny, nz); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glNormal3xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353930,7 +196857,6 @@ public static void Normal3XOES( [NativeTypeName("GLfixed")] int nz ) => Underlying.Value!.Normal3XOES(nx, ny, nz); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353938,7 +196864,6 @@ public static void Normal3XOES( public static void Normal3XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.Normal3XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] [MethodImpl( @@ -353952,8 +196877,6 @@ public static void Normal3XOES([NativeTypeName("const GLfixed *")] Ref coor } } - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glNormalFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353963,7 +196886,6 @@ public static void NormalFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.NormalFormatNV(type, stride); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -353973,7 +196895,6 @@ public static void NormalP3( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.NormalP3(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] [MethodImpl( @@ -353984,69 +196905,41 @@ public static void NormalP3( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.NormalP3(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void NormalP3Uiv( + public static void NormalP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => Underlying.Value!.NormalP3Uiv(type, coords); + ) => Underlying.Value!.NormalP3uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void NormalP3Uiv( + public static void NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - NormalP3Uiv((uint)type, __dsl_coords); + NormalP3uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void NormalP3Uiv( + public static void NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => Underlying.Value!.NormalP3Uiv(type, coords); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + ) => Underlying.Value!.NormalP3uiv(type, coords); + [NativeFunction("opengl", EntryPoint = "glNormalPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354057,31 +196950,6 @@ public static void NormalPointer( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.NormalPointer(type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointer")] [MethodImpl( @@ -354099,7 +196967,6 @@ public static void NormalPointer( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354111,7 +196978,6 @@ public static void NormalPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.NormalPointerEXT(type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] [MethodImpl( @@ -354130,7 +196996,6 @@ public static void NormalPointerEXT( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354142,7 +197007,6 @@ public static void NormalPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => Underlying.Value!.NormalPointerListIBM(type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] [MethodImpl( @@ -354161,34 +197025,31 @@ public static void NormalPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void NormalPointerIntel( + public static void NormalPointerINTEL( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer - ) => Underlying.Value!.NormalPointerIntel(type, pointer); + ) => Underlying.Value!.NormalPointerINTEL(type, pointer); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void NormalPointerIntel( + public static void NormalPointerINTEL( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer ) { fixed (void** __dsl_pointer = pointer) { - NormalPointerIntel((uint)type, __dsl_pointer); + NormalPointerINTEL((uint)type, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354200,7 +197061,6 @@ public static void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nz ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] [MethodImpl( @@ -354213,7 +197073,6 @@ public static void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nz ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354223,7 +197082,6 @@ public static void NormalStream3ATI( [NativeTypeName("const GLbyte *")] sbyte* coords ) => Underlying.Value!.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] [MethodImpl( @@ -354240,7 +197098,6 @@ public static void NormalStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354252,7 +197109,6 @@ public static void NormalStream3ATI( [NativeTypeName("GLdouble")] double nz ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] [MethodImpl( @@ -354265,7 +197121,6 @@ public static void NormalStream3ATI( [NativeTypeName("GLdouble")] double nz ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354275,7 +197130,6 @@ public static void NormalStream3ATI( [NativeTypeName("const GLdouble *")] double* coords ) => Underlying.Value!.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] [MethodImpl( @@ -354292,7 +197146,6 @@ public static void NormalStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354304,7 +197157,6 @@ public static void NormalStream3ATI( [NativeTypeName("GLfloat")] float nz ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] [MethodImpl( @@ -354317,7 +197169,6 @@ public static void NormalStream3ATI( [NativeTypeName("GLfloat")] float nz ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354327,7 +197178,6 @@ public static void NormalStream3ATI( [NativeTypeName("const GLfloat *")] float* coords ) => Underlying.Value!.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] [MethodImpl( @@ -354344,7 +197194,6 @@ public static void NormalStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354356,7 +197205,6 @@ public static void NormalStream3ATI( [NativeTypeName("GLint")] int nz ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] [MethodImpl( @@ -354369,7 +197217,6 @@ public static void NormalStream3ATI( [NativeTypeName("GLint")] int nz ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354379,7 +197226,6 @@ public static void NormalStream3ATI( [NativeTypeName("const GLint *")] int* coords ) => Underlying.Value!.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] [MethodImpl( @@ -354396,7 +197242,6 @@ public static void NormalStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354408,7 +197253,6 @@ public static void NormalStream3ATI( [NativeTypeName("GLshort")] short nz ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] [MethodImpl( @@ -354421,7 +197265,6 @@ public static void NormalStream3ATI( [NativeTypeName("GLshort")] short nz ) => Underlying.Value!.NormalStream3ATI(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354431,7 +197274,6 @@ public static void NormalStream3ATI( [NativeTypeName("const GLshort *")] short* coords ) => Underlying.Value!.NormalStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] [MethodImpl( @@ -354448,28 +197290,6 @@ public static void NormalStream3ATI( } } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glObjectLabel")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354481,28 +197301,6 @@ public static void ObjectLabel( [NativeTypeName("const GLchar *")] sbyte* label ) => Underlying.Value!.ObjectLabel(identifier, name, length, label); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectLabel")] [MethodImpl( @@ -354521,7 +197319,6 @@ public static void ObjectLabel( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354533,7 +197330,6 @@ public static void ObjectLabelKHR( [NativeTypeName("const GLchar *")] sbyte* label ) => Underlying.Value!.ObjectLabelKHR(identifier, name, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] [MethodImpl( @@ -354552,28 +197348,6 @@ public static void ObjectLabelKHR( } } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354584,28 +197358,6 @@ public static void ObjectPtrLabel( [NativeTypeName("const GLchar *")] sbyte* label ) => Underlying.Value!.ObjectPtrLabel(ptr, length, label); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] [MethodImpl( @@ -354624,7 +197376,6 @@ public static void ObjectPtrLabel( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354635,7 +197386,6 @@ public static void ObjectPtrLabelKHR( [NativeTypeName("const GLchar *")] sbyte* label ) => Underlying.Value!.ObjectPtrLabelKHR(ptr, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] [MethodImpl( @@ -354655,54 +197405,27 @@ public static void ObjectPtrLabelKHR( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glObjectPurgeableAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint ObjectPurgeableApple( + public static uint ObjectPurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option - ) => Underlying.Value!.ObjectPurgeableApple(objectType, name, option); + ) => Underlying.Value!.ObjectPurgeableAPPLE(objectType, name, option); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glObjectUnpurgeableAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint ObjectUnpurgeableApple( + public static uint ObjectUnpurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option - ) => Underlying.Value!.ObjectUnpurgeableApple(objectType, name, option); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + ) => Underlying.Value!.ObjectUnpurgeableAPPLE(objectType, name, option); + [NativeFunction("opengl", EntryPoint = "glOrtho")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354716,7 +197439,6 @@ public static void Ortho( [NativeTypeName("GLdouble")] double zFar ) => Underlying.Value!.Ortho(left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glOrthof")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354730,8 +197452,6 @@ public static void Ortho( [NativeTypeName("GLfloat")] float f ) => Underlying.Value!.Ortho(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glOrthofOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354745,7 +197465,6 @@ public static void OrthoOES( [NativeTypeName("GLfloat")] float f ) => Underlying.Value!.OrthoOES(l, r, b, t, n, f); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glOrthox")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354759,8 +197478,6 @@ public static void Orthox( [NativeTypeName("GLfixed")] int f ) => Underlying.Value!.Orthox(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glOrthoxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354774,7 +197491,6 @@ public static void OrthoxOES( [NativeTypeName("GLfixed")] int f ) => Underlying.Value!.OrthoxOES(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354785,7 +197501,6 @@ public static void PassTexCoordATI( [NativeTypeName("GLenum")] uint swizzle ) => Underlying.Value!.PassTexCoordATI(dst, coord, swizzle); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] [MethodImpl( @@ -354797,31 +197512,6 @@ public static void PassTexCoordATI( [NativeTypeName("GLenum")] Constant swizzle ) => Underlying.Value!.PassTexCoordATI(dst, coord, swizzle); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPassThrough")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354829,7 +197519,6 @@ public static void PassTexCoordATI( public static void PassThrough([NativeTypeName("GLfloat")] float token) => Underlying.Value!.PassThrough(token); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPassThroughxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354837,34 +197526,6 @@ public static void PassThrough([NativeTypeName("GLfloat")] float token) => public static void PassThroughxOES([NativeTypeName("GLfixed")] int token) => Underlying.Value!.PassThroughxOES(token); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354874,34 +197535,6 @@ public static void PatchParameter( [NativeTypeName("const GLfloat *")] float* values ) => Underlying.Value!.PatchParameter(pname, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] [MethodImpl( @@ -354918,34 +197551,6 @@ public static void PatchParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -354955,34 +197560,6 @@ public static void PatchParameter( [NativeTypeName("GLint")] int value ) => Underlying.Value!.PatchParameter(pname, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] [MethodImpl( @@ -354993,7 +197570,6 @@ public static void PatchParameter( [NativeTypeName("GLint")] int value ) => Underlying.Value!.PatchParameter(pname, value); - [SupportedApiProfile("gles2", ["GL_EXT_tessellation_shader"])] [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355003,7 +197579,6 @@ public static void PatchParameterEXT( [NativeTypeName("GLint")] int value ) => Underlying.Value!.PatchParameterEXT(pname, value); - [SupportedApiProfile("gles2", ["GL_EXT_tessellation_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] [MethodImpl( @@ -355014,7 +197589,6 @@ public static void PatchParameterEXT( [NativeTypeName("GLint")] int value ) => Underlying.Value!.PatchParameterEXT(pname, value); - [SupportedApiProfile("gles2", ["GL_OES_tessellation_shader"])] [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355024,7 +197598,6 @@ public static void PatchParameterOES( [NativeTypeName("GLint")] int value ) => Underlying.Value!.PatchParameterOES(pname, value); - [SupportedApiProfile("gles2", ["GL_OES_tessellation_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] [MethodImpl( @@ -355035,7 +197608,6 @@ public static void PatchParameterOES( [NativeTypeName("GLint")] int value ) => Underlying.Value!.PatchParameterOES(pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355047,7 +197619,6 @@ public static void PathColorGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ) => Underlying.Value!.PathColorGenNV(color, genMode, colorFormat, coeffs); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] [MethodImpl( @@ -355066,9 +197637,6 @@ public static void PathColorGenNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355090,9 +197658,6 @@ public static void PathCommandsNV( coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl( @@ -355121,9 +197686,6 @@ public static void PathCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl( @@ -355152,9 +197714,6 @@ public static void PathCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355166,9 +197725,6 @@ public static void PathCoordsNV( [NativeTypeName("const void *")] void* coords ) => Underlying.Value!.PathCoordsNV(path, numCoords, coordType, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] [MethodImpl( @@ -355187,9 +197743,6 @@ public static void PathCoordsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355197,9 +197750,6 @@ public static void PathCoordsNV( public static void PathCoverDepthFuncNV([NativeTypeName("GLenum")] uint func) => Underlying.Value!.PathCoverDepthFuncNV(func); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] [MethodImpl( @@ -355209,9 +197759,6 @@ public static void PathCoverDepthFuncNV( [NativeTypeName("GLenum")] Constant func ) => Underlying.Value!.PathCoverDepthFuncNV(func); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355222,9 +197769,6 @@ public static void PathDashArrayNV( [NativeTypeName("const GLfloat *")] float* dashArray ) => Underlying.Value!.PathDashArrayNV(path, dashCount, dashArray); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl( @@ -355242,9 +197786,6 @@ public static void PathDashArrayNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl( @@ -355255,7 +197796,6 @@ public static void PathDashArrayNV( [NativeTypeName("const GLfloat *")] float dashArray ) => Underlying.Value!.PathDashArrayNV(path, dashArray); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355263,7 +197803,6 @@ public static void PathDashArrayNV( public static void PathFogGenNV([NativeTypeName("GLenum")] uint genMode) => Underlying.Value!.PathFogGenNV(genMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] [MethodImpl( @@ -355274,9 +197813,6 @@ public static void PathFogGenNV( ) => Underlying.Value!.PathFogGenNV(genMode); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355303,9 +197839,6 @@ public static uint PathGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] [MethodImpl( @@ -355338,9 +197871,6 @@ public static uint PathGlyphIndexArrayNV( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355363,9 +197893,6 @@ public static uint PathGlyphIndexRangeNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] [MethodImpl( @@ -355394,9 +197921,6 @@ public static uint PathGlyphIndexRangeNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355424,9 +197948,6 @@ public static void PathGlyphRangeNV( emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] [MethodImpl( @@ -355461,9 +197982,6 @@ public static void PathGlyphRangeNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355493,9 +198011,6 @@ public static void PathGlyphNV( emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] [MethodImpl( @@ -355534,9 +198049,6 @@ public static void PathGlyphNV( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355565,9 +198077,6 @@ public static uint PathMemoryGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] [MethodImpl( @@ -355601,9 +198110,6 @@ public static uint PathMemoryGlyphIndexArrayNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355614,9 +198120,6 @@ public static void PathParameterNV( [NativeTypeName("GLfloat")] float value ) => Underlying.Value!.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] [MethodImpl( @@ -355628,9 +198131,6 @@ public static void PathParameterNV( [NativeTypeName("GLfloat")] float value ) => Underlying.Value!.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355641,9 +198141,6 @@ public static void PathParameterNV( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] [MethodImpl( @@ -355661,9 +198158,6 @@ public static void PathParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355674,9 +198168,6 @@ public static void PathParameterNV( [NativeTypeName("GLint")] int value ) => Underlying.Value!.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] [MethodImpl( @@ -355688,9 +198179,6 @@ public static void PathParameterNV( [NativeTypeName("GLint")] int value ) => Underlying.Value!.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355701,9 +198189,6 @@ public static void PathParameterNV( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.PathParameterNV(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] [MethodImpl( @@ -355721,9 +198206,6 @@ public static void PathParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStencilDepthOffsetNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355733,9 +198215,6 @@ public static void PathStencilDepthOffsetNV( [NativeTypeName("GLfloat")] float units ) => Underlying.Value!.PathStencilDepthOffsetNV(factor, units); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355746,9 +198225,6 @@ public static void PathStencilFuncNV( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.PathStencilFuncNV(func, @ref, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] [MethodImpl( @@ -355760,9 +198236,6 @@ public static void PathStencilFuncNV( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.PathStencilFuncNV(func, @ref, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStringNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355774,9 +198247,6 @@ public static void PathStringNV( [NativeTypeName("const void *")] void* pathString ) => Underlying.Value!.PathStringNV(path, format, length, pathString); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathStringNV")] [MethodImpl( @@ -355795,9 +198265,6 @@ public static void PathStringNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355823,9 +198290,6 @@ public static void PathSubCommandsNV( coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl( @@ -355858,9 +198322,6 @@ public static void PathSubCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl( @@ -355893,9 +198354,6 @@ public static void PathSubCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355908,9 +198366,6 @@ public static void PathSubCoordsNV( [NativeTypeName("const void *")] void* coords ) => Underlying.Value!.PathSubCoordsNV(path, coordStart, numCoords, coordType, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] [MethodImpl( @@ -355930,7 +198385,6 @@ public static void PathSubCoordsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -355942,7 +198396,6 @@ public static void PathTexGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ) => Underlying.Value!.PathTexGenNV(texCoordSet, genMode, components, coeffs); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] [MethodImpl( @@ -355961,41 +198414,12 @@ public static void PathTexGenNV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPauseTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void PauseTransformFeedback() => Underlying.Value!.PauseTransformFeedback(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glPauseTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356003,7 +198427,6 @@ public static void PathTexGenNV( public static void PauseTransformFeedbackNV() => Underlying.Value!.PauseTransformFeedbackNV(); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356014,7 +198437,6 @@ public static void PixelDataRangeNV( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.PixelDataRangeNV(target, length, pointer); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] [MethodImpl( @@ -356032,31 +198454,6 @@ public static void PixelDataRangeNV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356067,31 +198464,6 @@ public static void PixelMap( [NativeTypeName("const GLfloat *")] float* values ) => Underlying.Value!.PixelMap(map, mapsize, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl( @@ -356109,31 +198481,6 @@ public static void PixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl( @@ -356144,31 +198491,6 @@ public static void PixelMap( [NativeTypeName("const GLfloat *")] float values ) => Underlying.Value!.PixelMap(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356179,31 +198501,6 @@ public static void PixelMap( [NativeTypeName("const GLuint *")] uint* values ) => Underlying.Value!.PixelMap(map, mapsize, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl( @@ -356221,31 +198518,6 @@ public static void PixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl( @@ -356256,31 +198528,6 @@ public static void PixelMap( [NativeTypeName("const GLuint *")] uint values ) => Underlying.Value!.PixelMap(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356291,31 +198538,6 @@ public static void PixelMap( [NativeTypeName("const GLushort *")] ushort* values ) => Underlying.Value!.PixelMap(map, mapsize, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl( @@ -356333,31 +198555,6 @@ public static void PixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl( @@ -356368,7 +198565,6 @@ public static void PixelMap( [NativeTypeName("const GLushort *")] ushort values ) => Underlying.Value!.PixelMap(map, values); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356379,7 +198575,6 @@ public static void PixelMapx( [NativeTypeName("const GLfixed *")] int* values ) => Underlying.Value!.PixelMapx(map, size, values); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl( @@ -356397,7 +198592,6 @@ public static void PixelMapx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl( @@ -356408,56 +198602,6 @@ public static void PixelMapx( [NativeTypeName("const GLfixed *")] int values ) => Underlying.Value!.PixelMapx(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelStoref")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356467,56 +198611,6 @@ public static void PixelStore( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PixelStore(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStoref")] [MethodImpl( @@ -356527,62 +198621,6 @@ public static void PixelStore( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PixelStore(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPixelStorei")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356592,62 +198630,6 @@ public static void PixelStore( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.PixelStore(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStorei")] [MethodImpl( @@ -356658,7 +198640,6 @@ public static void PixelStore( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.PixelStore(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelStorex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356668,7 +198649,6 @@ public static void PixelStorex( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.PixelStorex(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStorex")] [MethodImpl( @@ -356679,7 +198659,6 @@ public static void PixelStorex( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.PixelStorex(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356689,7 +198668,6 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PixelTexGenParameterSGIS(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] [MethodImpl( @@ -356700,7 +198678,6 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PixelTexGenParameterSGIS(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356710,7 +198687,6 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.PixelTexGenParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] [MethodImpl( @@ -356727,7 +198703,6 @@ public static void PixelTexGenParameterSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356737,7 +198712,6 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.PixelTexGenParameterSGIS(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] [MethodImpl( @@ -356748,7 +198722,6 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.PixelTexGenParameterSGIS(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356758,7 +198731,6 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.PixelTexGenParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] [MethodImpl( @@ -356775,7 +198747,6 @@ public static void PixelTexGenParameterSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIX_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356783,7 +198754,6 @@ public static void PixelTexGenParameterSGIS( public static void PixelTexGenSGIX([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.PixelTexGenSGIX(mode); - [SupportedApiProfile("gl", ["GL_SGIX_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] [MethodImpl( @@ -356793,31 +198763,6 @@ public static void PixelTexGenSGIX( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.PixelTexGenSGIX(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356827,31 +198772,6 @@ public static void PixelTransfer( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PixelTransfer(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] [MethodImpl( @@ -356862,31 +198782,6 @@ public static void PixelTransfer( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PixelTransfer(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356896,31 +198791,6 @@ public static void PixelTransfer( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.PixelTransfer(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] [MethodImpl( @@ -356931,7 +198801,6 @@ public static void PixelTransfer( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.PixelTransfer(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356941,7 +198810,6 @@ public static void PixelTransferxOES( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.PixelTransferxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] [MethodImpl( @@ -356952,7 +198820,6 @@ public static void PixelTransferxOES( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.PixelTransferxOES(pname, param1); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356963,7 +198830,6 @@ public static void PixelTransformParameterfEXT( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.PixelTransformParameterfEXT(target, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] [MethodImpl( @@ -356975,7 +198841,6 @@ public static void PixelTransformParameterfEXT( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.PixelTransformParameterfEXT(target, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -356986,7 +198851,6 @@ public static void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.PixelTransformParameterfvEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl( @@ -357004,7 +198868,6 @@ public static void PixelTransformParameterfvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl( @@ -357016,7 +198879,6 @@ public static void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] float @params ) => Underlying.Value!.PixelTransformParameterfvEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357027,7 +198889,6 @@ public static void PixelTransformParameteriEXT( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.PixelTransformParameteriEXT(target, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] [MethodImpl( @@ -357039,7 +198900,6 @@ public static void PixelTransformParameteriEXT( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.PixelTransformParameteriEXT(target, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357050,7 +198910,6 @@ public static void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.PixelTransformParameterivEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl( @@ -357068,7 +198927,6 @@ public static void PixelTransformParameterivEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl( @@ -357080,31 +198938,6 @@ public static void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] int @params ) => Underlying.Value!.PixelTransformParameterivEXT(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelZoom")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357114,7 +198947,6 @@ public static void PixelZoom( [NativeTypeName("GLfloat")] float yfactor ) => Underlying.Value!.PixelZoom(xfactor, yfactor); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelZoomxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357124,7 +198956,6 @@ public static void PixelZoomxOES( [NativeTypeName("GLfixed")] int yfactor ) => Underlying.Value!.PixelZoomxOES(xfactor, yfactor); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357134,7 +198965,6 @@ public static void PNTrianglesATI( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PNTrianglesATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] [MethodImpl( @@ -357145,7 +198975,6 @@ public static void PNTrianglesATI( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PNTrianglesATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357155,7 +198984,6 @@ public static void PNTrianglesATI( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.PNTrianglesATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] [MethodImpl( @@ -357167,9 +198995,6 @@ public static void PNTrianglesATI( ) => Underlying.Value!.PNTrianglesATI(pname, param1); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357196,9 +199021,6 @@ public static uint PointAlongPathNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] [MethodImpl( @@ -357234,49 +199056,6 @@ public static MaybeBool PointAlongPathNV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357286,49 +199065,6 @@ public static void PointParameter( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PointParameter(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterf")] [MethodImpl( @@ -357339,7 +199075,6 @@ public static void PointParameter( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PointParameter(pname, param1); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357349,7 +199084,6 @@ public static void PointParameterARB( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PointParameterARB(pname, param1); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] [MethodImpl( @@ -357360,7 +199094,6 @@ public static void PointParameterARB( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PointParameterARB(pname, param1); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357370,7 +199103,6 @@ public static void PointParameterEXT( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PointParameterEXT(pname, param1); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] [MethodImpl( @@ -357381,7 +199113,6 @@ public static void PointParameterEXT( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PointParameterEXT(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357391,7 +199122,6 @@ public static void PointParameterSGIS( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PointParameterSGIS(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] [MethodImpl( @@ -357402,49 +199132,6 @@ public static void PointParameterSGIS( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.PointParameterSGIS(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357454,49 +199141,6 @@ public static void PointParameter( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.PointParameter(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] [MethodImpl( @@ -357513,7 +199157,6 @@ public static void PointParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357523,7 +199166,6 @@ public static void PointParameterARB( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.PointParameterARB(pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] [MethodImpl( @@ -357540,7 +199182,6 @@ public static void PointParameterARB( } } - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357550,7 +199191,6 @@ public static void PointParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.PointParameterEXT(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] [MethodImpl( @@ -357567,7 +199207,6 @@ public static void PointParameterEXT( } } - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357577,7 +199216,6 @@ public static void PointParameterSGIS( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.PointParameterSGIS(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] [MethodImpl( @@ -357594,48 +199232,6 @@ public static void PointParameterSGIS( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glPointParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357645,48 +199241,6 @@ public static void PointParameter( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.PointParameter(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteri")] [MethodImpl( @@ -357697,7 +199251,6 @@ public static void PointParameter( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.PointParameter(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357707,7 +199260,6 @@ public static void PointParameterNV( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.PointParameterNV(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] [MethodImpl( @@ -357718,48 +199270,6 @@ public static void PointParameterNV( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.PointParameterNV(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357769,48 +199279,6 @@ public static void PointParameter( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.PointParameter(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] [MethodImpl( @@ -357827,7 +199295,6 @@ public static void PointParameter( } } - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357837,7 +199304,6 @@ public static void PointParameterNV( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.PointParameterNV(pname, @params); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] [MethodImpl( @@ -357854,7 +199320,6 @@ public static void PointParameterNV( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357864,7 +199329,6 @@ public static void PointParameterx( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.PointParameterx(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterx")] [MethodImpl( @@ -357875,7 +199339,6 @@ public static void PointParameterx( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.PointParameterx(pname, param1); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357885,7 +199348,6 @@ public static void PointParameterxOES( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.PointParameterxOES(pname, param1); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] [MethodImpl( @@ -357896,7 +199358,6 @@ public static void PointParameterxOES( [NativeTypeName("GLfixed")] int param1 ) => Underlying.Value!.PointParameterxOES(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357906,7 +199367,6 @@ public static void PointParameterx( [NativeTypeName("const GLfixed *")] int* @params ) => Underlying.Value!.PointParameterx(pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] [MethodImpl( @@ -357923,8 +199383,6 @@ public static void PointParameterx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -357934,8 +199392,6 @@ public static void PointParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ) => Underlying.Value!.PointParameterxOES(pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] [MethodImpl( @@ -357952,57 +199408,6 @@ public static void PointParameterxOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointSize")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358010,7 +199415,6 @@ public static void PointParameterxOES( public static void PointSize([NativeTypeName("GLfloat")] float size) => Underlying.Value!.PointSize(size); - [SupportedApiProfile("gles1", ["GL_OES_point_size_array"])] [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358021,7 +199425,6 @@ public static void PointSizePointerOES( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.PointSizePointerOES(type, stride, pointer); - [SupportedApiProfile("gles1", ["GL_OES_point_size_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] [MethodImpl( @@ -358039,7 +199442,6 @@ public static void PointSizePointerOES( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointSizex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358047,8 +199449,6 @@ public static void PointSizePointerOES( public static void PointSizex([NativeTypeName("GLfixed")] int size) => Underlying.Value!.PointSizex(size); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointSizexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358057,7 +199457,6 @@ public static void PointSizexOES([NativeTypeName("GLfixed")] int size) => Underlying.Value!.PointSizexOES(size); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358066,7 +199465,6 @@ public static int PollAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp) => Underlying.Value!.PollAsyncSGIX(markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] [MethodImpl( @@ -358081,7 +199479,6 @@ public static int PollAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp) } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358090,7 +199487,6 @@ public static int PollInstrumentsSGIX([NativeTypeName("GLint *")] int* marker_p) Underlying.Value!.PollInstrumentsSGIX(marker_p); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] [MethodImpl( @@ -358104,56 +199500,6 @@ public static int PollInstrumentsSGIX([NativeTypeName("GLint *")] Ref marke } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPolygonMode")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358163,56 +199509,6 @@ public static void PolygonMode( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.PolygonMode(face, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonMode")] [MethodImpl( @@ -358223,7 +199519,6 @@ public static void PolygonMode( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.PolygonMode(face, mode); - [SupportedApiProfile("gles2", ["GL_NV_polygon_mode"])] [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358233,7 +199528,6 @@ public static void PolygonModeNV( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.PolygonModeNV(face, mode); - [SupportedApiProfile("gles2", ["GL_NV_polygon_mode"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] [MethodImpl( @@ -358244,60 +199538,6 @@ public static void PolygonModeNV( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.PolygonModeNV(face, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPolygonOffset")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358307,16 +199547,6 @@ public static void PolygonOffset( [NativeTypeName("GLfloat")] float units ) => Underlying.Value!.PolygonOffset(factor, units); - [SupportedApiProfile( - "gl", - ["GL_ARB_polygon_offset_clamp", "GL_VERSION_4_6"], - MinVersion = "4.6" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_polygon_offset_clamp", "GL_VERSION_4_6"], - MinVersion = "4.6" - )] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetClamp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358327,9 +199557,6 @@ public static void PolygonOffsetClamp( [NativeTypeName("GLfloat")] float clamp ) => Underlying.Value!.PolygonOffsetClamp(factor, units, clamp); - [SupportedApiProfile("gl", ["GL_EXT_polygon_offset_clamp"])] - [SupportedApiProfile("glcore", ["GL_EXT_polygon_offset_clamp"])] - [SupportedApiProfile("gles2", ["GL_EXT_polygon_offset_clamp"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetClampEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358340,7 +199567,6 @@ public static void PolygonOffsetClampEXT( [NativeTypeName("GLfloat")] float clamp ) => Underlying.Value!.PolygonOffsetClampEXT(factor, units, clamp); - [SupportedApiProfile("gl", ["GL_EXT_polygon_offset"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358350,7 +199576,6 @@ public static void PolygonOffsetEXT( [NativeTypeName("GLfloat")] float bias ) => Underlying.Value!.PolygonOffsetEXT(factor, bias); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358360,8 +199585,6 @@ public static void PolygonOffsetx( [NativeTypeName("GLfixed")] int units ) => Underlying.Value!.PolygonOffsetx(factor, units); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358371,31 +199594,6 @@ public static void PolygonOffsetxOES( [NativeTypeName("GLfixed")] int units ) => Underlying.Value!.PolygonOffsetxOES(factor, units); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358403,31 +199601,6 @@ public static void PolygonOffsetxOES( public static void PolygonStipple([NativeTypeName("const GLubyte *")] byte* mask) => Underlying.Value!.PolygonStipple(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] [MethodImpl( @@ -358441,176 +199614,48 @@ public static void PolygonStipple([NativeTypeName("const GLubyte *")] Ref } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPopAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void PopAttrib() => Underlying.Value!.PopAttrib(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPopClientAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void PopClientAttrib() => Underlying.Value!.PopClientAttrib(); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glPopDebugGroup")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void PopDebugGroup() => Underlying.Value!.PopDebugGroup(); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glPopDebugGroupKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void PopDebugGroupKHR() => Underlying.Value!.PopDebugGroupKHR(); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glPopGroupMarkerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void PopGroupMarkerEXT() => Underlying.Value!.PopGroupMarkerEXT(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPopMatrix")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void PopMatrix() => Underlying.Value!.PopMatrix(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPopName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void PopName() => Underlying.Value!.PopName(); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glPresentFrameDualFillNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358646,7 +199691,6 @@ public static void PresentFrameDualFillNV( fill3 ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glPresentFrameKeyedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358678,8 +199722,6 @@ public static void PresentFrameKeyeNV( key1 ); - [SupportedApiProfile("gl", ["GL_ARB_ES3_2_compatibility"])] - [SupportedApiProfile("glcore", ["GL_ARB_ES3_2_compatibility"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358705,7 +199747,6 @@ public static void PrimitiveBoundingBoxARB( maxW ); - [SupportedApiProfile("gles2", ["GL_EXT_primitive_bounding_box"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358731,7 +199772,6 @@ public static void PrimitiveBoundingBoxEXT( maxW ); - [SupportedApiProfile("gles2", ["GL_OES_primitive_bounding_box"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358757,38 +199797,6 @@ public static void PrimitiveBoundingBoxOES( maxW ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartIndex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358796,7 +199804,6 @@ public static void PrimitiveBoundingBoxOES( public static void PrimitiveRestartIndex([NativeTypeName("GLuint")] uint index) => Underlying.Value!.PrimitiveRestartIndex(index); - [SupportedApiProfile("gl", ["GL_NV_primitive_restart"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartIndexNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358804,37 +199811,12 @@ public static void PrimitiveRestartIndex([NativeTypeName("GLuint")] uint index) public static void PrimitiveRestartIndexNV([NativeTypeName("GLuint")] uint index) => Underlying.Value!.PrimitiveRestartIndexNV(index); - [SupportedApiProfile("gl", ["GL_NV_primitive_restart"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void PrimitiveRestartNV() => Underlying.Value!.PrimitiveRestartNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358845,30 +199827,6 @@ public static void PrioritizeTextures( [NativeTypeName("const GLfloat *")] float* priorities ) => Underlying.Value!.PrioritizeTextures(n, textures, priorities); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] [MethodImpl( @@ -358887,7 +199845,6 @@ public static void PrioritizeTextures( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358898,7 +199855,6 @@ public static void PrioritizeTexturesEXT( [NativeTypeName("const GLclampf *")] float* priorities ) => Underlying.Value!.PrioritizeTexturesEXT(n, textures, priorities); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] [MethodImpl( @@ -358917,7 +199873,6 @@ public static void PrioritizeTexturesEXT( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358928,7 +199883,6 @@ public static void PrioritizeTexturesxOES( [NativeTypeName("const GLfixed *")] int* priorities ) => Underlying.Value!.PrioritizeTexturesxOES(n, textures, priorities); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] [MethodImpl( @@ -358947,32 +199901,6 @@ public static void PrioritizeTexturesxOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramBinary")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -358984,32 +199912,6 @@ public static void ProgramBinary( [NativeTypeName("GLsizei")] uint length ) => Underlying.Value!.ProgramBinary(program, binaryFormat, binary, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBinary")] [MethodImpl( @@ -359028,7 +199930,6 @@ public static void ProgramBinary( } } - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359040,7 +199941,6 @@ public static void ProgramBinaryOES( [NativeTypeName("GLint")] int length ) => Underlying.Value!.ProgramBinaryOES(program, binaryFormat, binary, length); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] [MethodImpl( @@ -359059,7 +199959,6 @@ public static void ProgramBinaryOES( } } - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359079,7 +199978,6 @@ public static void ProgramBufferParametersNV( @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl( @@ -359105,7 +200003,6 @@ public static void ProgramBufferParametersNV( } } - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl( @@ -359118,7 +200015,6 @@ public static void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] float @params ) => Underlying.Value!.ProgramBufferParametersNV(target, bindingIndex, wordIndex, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359138,7 +200034,6 @@ public static void ProgramBufferParametersINV( @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl( @@ -359164,7 +200059,6 @@ public static void ProgramBufferParametersINV( } } - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl( @@ -359177,7 +200071,6 @@ public static void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] int @params ) => Underlying.Value!.ProgramBufferParametersINV(target, bindingIndex, wordIndex, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359197,7 +200090,6 @@ public static void ProgramBufferParametersINV( @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl( @@ -359223,7 +200115,6 @@ public static void ProgramBufferParametersINV( } } - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl( @@ -359236,7 +200127,6 @@ public static void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] uint @params ) => Underlying.Value!.ProgramBufferParametersINV(target, bindingIndex, wordIndex, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359250,7 +200140,6 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.ProgramEnvParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] [MethodImpl( @@ -359265,7 +200154,6 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.ProgramEnvParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359276,7 +200164,6 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("const GLdouble *")] double* @params ) => Underlying.Value!.ProgramEnvParameter4ARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] [MethodImpl( @@ -359294,7 +200181,6 @@ public static void ProgramEnvParameter4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359308,7 +200194,6 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.ProgramEnvParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] [MethodImpl( @@ -359323,7 +200208,6 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.ProgramEnvParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359334,7 +200218,6 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.ProgramEnvParameter4ARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] [MethodImpl( @@ -359352,7 +200235,6 @@ public static void ProgramEnvParameter4ARB( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359366,7 +200248,6 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int w ) => Underlying.Value!.ProgramEnvParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] [MethodImpl( @@ -359381,7 +200262,6 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int w ) => Underlying.Value!.ProgramEnvParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359392,7 +200272,6 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.ProgramEnvParameterI4NV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] [MethodImpl( @@ -359410,7 +200289,6 @@ public static void ProgramEnvParameterI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359424,7 +200302,6 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint w ) => Underlying.Value!.ProgramEnvParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] [MethodImpl( @@ -359439,7 +200316,6 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint w ) => Underlying.Value!.ProgramEnvParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359450,7 +200326,6 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("const GLuint *")] uint* @params ) => Underlying.Value!.ProgramEnvParameterI4NV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] [MethodImpl( @@ -359468,7 +200343,6 @@ public static void ProgramEnvParameterI4NV( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359480,7 +200354,6 @@ public static void ProgramEnvParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.ProgramEnvParameters4EXT(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] [MethodImpl( @@ -359499,7 +200372,6 @@ public static void ProgramEnvParameters4EXT( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359511,7 +200383,6 @@ public static void ProgramEnvParametersI4NV( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.ProgramEnvParametersI4NV(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] [MethodImpl( @@ -359530,7 +200401,6 @@ public static void ProgramEnvParametersI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359542,7 +200412,6 @@ public static void ProgramEnvParametersI4NV( [NativeTypeName("const GLuint *")] uint* @params ) => Underlying.Value!.ProgramEnvParametersI4NV(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] [MethodImpl( @@ -359561,7 +200430,6 @@ public static void ProgramEnvParametersI4NV( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359575,7 +200443,6 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.ProgramLocalParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] [MethodImpl( @@ -359590,7 +200457,6 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.ProgramLocalParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359601,7 +200467,6 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("const GLdouble *")] double* @params ) => Underlying.Value!.ProgramLocalParameter4ARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] [MethodImpl( @@ -359619,7 +200484,6 @@ public static void ProgramLocalParameter4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359633,7 +200497,6 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.ProgramLocalParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] [MethodImpl( @@ -359648,7 +200511,6 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.ProgramLocalParameter4ARB(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359659,7 +200521,6 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.ProgramLocalParameter4ARB(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] [MethodImpl( @@ -359677,7 +200538,6 @@ public static void ProgramLocalParameter4ARB( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359691,7 +200551,6 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int w ) => Underlying.Value!.ProgramLocalParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] [MethodImpl( @@ -359706,7 +200565,6 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int w ) => Underlying.Value!.ProgramLocalParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359717,7 +200575,6 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.ProgramLocalParameterI4NV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] [MethodImpl( @@ -359735,7 +200592,6 @@ public static void ProgramLocalParameterI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359749,7 +200605,6 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint w ) => Underlying.Value!.ProgramLocalParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] [MethodImpl( @@ -359764,7 +200619,6 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint w ) => Underlying.Value!.ProgramLocalParameterI4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359775,7 +200629,6 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("const GLuint *")] uint* @params ) => Underlying.Value!.ProgramLocalParameterI4NV(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] [MethodImpl( @@ -359793,7 +200646,6 @@ public static void ProgramLocalParameterI4NV( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359805,7 +200657,6 @@ public static void ProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.ProgramLocalParameters4EXT(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] [MethodImpl( @@ -359824,7 +200675,6 @@ public static void ProgramLocalParameters4EXT( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359836,7 +200686,6 @@ public static void ProgramLocalParametersI4NV( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.ProgramLocalParametersI4NV(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] [MethodImpl( @@ -359855,7 +200704,6 @@ public static void ProgramLocalParametersI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359867,7 +200715,6 @@ public static void ProgramLocalParametersI4NV( [NativeTypeName("const GLuint *")] uint* @params ) => Underlying.Value!.ProgramLocalParametersI4NV(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] [MethodImpl( @@ -359886,7 +200733,6 @@ public static void ProgramLocalParametersI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359901,7 +200747,6 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.ProgramNamedParameter4NV(id, len, name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl( @@ -359923,7 +200768,6 @@ public static void ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl( @@ -359939,7 +200783,6 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.ProgramNamedParameter4NV(id, len, name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -359951,7 +200794,6 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.ProgramNamedParameter4NV(id, len, name, v); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl( @@ -359971,7 +200813,6 @@ public static void ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl( @@ -359990,7 +200831,6 @@ public static void ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360005,7 +200845,6 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.ProgramNamedParameter4NV(id, len, name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl( @@ -360027,7 +200866,6 @@ public static void ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl( @@ -360043,7 +200881,6 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.ProgramNamedParameter4NV(id, len, name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360055,7 +200892,6 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ProgramNamedParameter4NV(id, len, name, v); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl( @@ -360075,7 +200911,6 @@ public static void ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl( @@ -360094,7 +200929,6 @@ public static void ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360108,7 +200942,6 @@ public static void ProgramParameter4NV( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.ProgramParameter4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] [MethodImpl( @@ -360123,7 +200956,6 @@ public static void ProgramParameter4NV( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.ProgramParameter4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360134,7 +200966,6 @@ public static void ProgramParameter4NV( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.ProgramParameter4NV(target, index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] [MethodImpl( @@ -360152,7 +200983,6 @@ public static void ProgramParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360166,7 +200996,6 @@ public static void ProgramParameter4NV( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.ProgramParameter4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] [MethodImpl( @@ -360181,7 +201010,6 @@ public static void ProgramParameter4NV( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.ProgramParameter4NV(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360192,7 +201020,6 @@ public static void ProgramParameter4NV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ProgramParameter4NV(target, index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] [MethodImpl( @@ -360210,34 +201037,6 @@ public static void ProgramParameter4NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360248,34 +201047,6 @@ public static void ProgramParameter( [NativeTypeName("GLint")] int value ) => Underlying.Value!.ProgramParameter(program, pname, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] [MethodImpl( @@ -360287,8 +201058,6 @@ public static void ProgramParameter( [NativeTypeName("GLint")] int value ) => Underlying.Value!.ProgramParameter(program, pname, value); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360299,8 +201068,6 @@ public static void ProgramParameterARB( [NativeTypeName("GLint")] int value ) => Underlying.Value!.ProgramParameterARB(program, pname, value); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] [MethodImpl( @@ -360312,8 +201079,6 @@ public static void ProgramParameterARB( [NativeTypeName("GLint")] int value ) => Underlying.Value!.ProgramParameterARB(program, pname, value); - [SupportedApiProfile("gl", ["GL_EXT_geometry_shader4", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360324,8 +201089,6 @@ public static void ProgramParameterEXT( [NativeTypeName("GLint")] int value ) => Underlying.Value!.ProgramParameterEXT(program, pname, value); - [SupportedApiProfile("gl", ["GL_EXT_geometry_shader4", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] [MethodImpl( @@ -360337,7 +201100,6 @@ public static void ProgramParameterEXT( [NativeTypeName("GLint")] int value ) => Underlying.Value!.ProgramParameterEXT(program, pname, value); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360349,7 +201111,6 @@ public static void ProgramParameters4NV( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.ProgramParameters4NV(target, index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] [MethodImpl( @@ -360368,7 +201129,6 @@ public static void ProgramParameters4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360380,7 +201140,6 @@ public static void ProgramParameters4NV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ProgramParameters4NV(target, index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] [MethodImpl( @@ -360399,9 +201158,6 @@ public static void ProgramParameters4NV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360421,9 +201177,6 @@ public static void ProgramPathFragmentInputGenNV( coeffs ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] [MethodImpl( @@ -360443,7 +201196,6 @@ public static void ProgramPathFragmentInputGenNV( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360455,7 +201207,6 @@ public static void ProgramStringARB( [NativeTypeName("const void *")] void* @string ) => Underlying.Value!.ProgramStringARB(target, format, len, @string); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] [MethodImpl( @@ -360474,7 +201225,6 @@ public static void ProgramStringARB( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -360485,7 +201235,6 @@ public static void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] uint* @params ) => Underlying.Value!.ProgramSubroutineParametersNV(target, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl( @@ -360503,7 +201252,6 @@ public static void ProgramSubroutineParametersNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl( @@ -360514,123 +201262,43 @@ public static void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] uint @params ) => Underlying.Value!.ProgramSubroutineParametersNV(target, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1D( + public static void ProgramUniform1d( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double v0 - ) => Underlying.Value!.ProgramUniform1D(program, location, v0); + ) => Underlying.Value!.ProgramUniform1d(program, location, v0); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1DEXT( + public static void ProgramUniform1dEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x - ) => Underlying.Value!.ProgramUniform1DEXT(program, location, x); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniform1dEXT(program, location, x); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Dv( + public static void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value - ) => Underlying.Value!.ProgramUniform1Dv(program, location, count, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniform1dv(program, location, count, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Dv( + public static void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -360639,68 +201307,38 @@ public static void ProgramUniform1Dv( { fixed (double* __dsl_value = value) { - ProgramUniform1Dv(program, location, count, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ProgramUniform1dv(program, location, count, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Dv( + public static void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value - ) => Underlying.Value!.ProgramUniform1Dv(program, location, value); + ) => Underlying.Value!.ProgramUniform1dv(program, location, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1DvEXT( + public static void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value - ) => Underlying.Value!.ProgramUniform1DvEXT(program, location, count, value); + ) => Underlying.Value!.ProgramUniform1dvEXT(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1DvEXT( + public static void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -360709,147 +201347,58 @@ public static void ProgramUniform1DvEXT( { fixed (double* __dsl_value = value) { - ProgramUniform1DvEXT(program, location, count, __dsl_value); + ProgramUniform1dvEXT(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1DvEXT( + public static void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value - ) => Underlying.Value!.ProgramUniform1DvEXT(program, location, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniform1dvEXT(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1F( + public static void ProgramUniform1f( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 - ) => Underlying.Value!.ProgramUniform1F(program, location, v0); + ) => Underlying.Value!.ProgramUniform1f(program, location, v0); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1FEXT( + public static void ProgramUniform1fEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 - ) => Underlying.Value!.ProgramUniform1FEXT(program, location, v0); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniform1fEXT(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Fv( + public static void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value - ) => Underlying.Value!.ProgramUniform1Fv(program, location, count, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniform1fv(program, location, count, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Fv( + public static void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -360858,82 +201407,38 @@ public static void ProgramUniform1Fv( { fixed (float* __dsl_value = value) { - ProgramUniform1Fv(program, location, count, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ProgramUniform1fv(program, location, count, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Fv( + public static void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value - ) => Underlying.Value!.ProgramUniform1Fv(program, location, value); + ) => Underlying.Value!.ProgramUniform1fv(program, location, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1FvEXT( + public static void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value - ) => Underlying.Value!.ProgramUniform1FvEXT(program, location, count, value); + ) => Underlying.Value!.ProgramUniform1fvEXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1FvEXT( + public static void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -360942,68 +201447,31 @@ public static void ProgramUniform1FvEXT( { fixed (float* __dsl_value = value) { - ProgramUniform1FvEXT(program, location, count, __dsl_value); + ProgramUniform1fvEXT(program, location, count, __dsl_value); } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1FvEXT( + public static void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value - ) => Underlying.Value!.ProgramUniform1FvEXT(program, location, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniform1fvEXT(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1I( + public static void ProgramUniform1i( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 - ) => Underlying.Value!.ProgramUniform1I(program, location, v0); + ) => Underlying.Value!.ProgramUniform1i(program, location, v0); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -361014,9 +201482,6 @@ public static void ProgramUniform1ARB( [NativeTypeName("GLint64")] long x ) => Underlying.Value!.ProgramUniform1ARB(program, location, x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -361027,27 +201492,23 @@ public static void ProgramUniform1NV( [NativeTypeName("GLint64EXT")] long x ) => Underlying.Value!.ProgramUniform1NV(program, location, x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1I64VARB( + public static void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] long* value - ) => Underlying.Value!.ProgramUniform1I64VARB(program, location, count, value); + ) => Underlying.Value!.ProgramUniform1i64vARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1I64VARB( + public static void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -361056,46 +201517,38 @@ public static void ProgramUniform1I64VARB( { fixed (long* __dsl_value = value) { - ProgramUniform1I64VARB(program, location, count, __dsl_value); + ProgramUniform1i64vARB(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1I64VARB( + public static void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64 *")] long value - ) => Underlying.Value!.ProgramUniform1I64VARB(program, location, value); + ) => Underlying.Value!.ProgramUniform1i64vARB(program, location, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1I64VNV( + public static void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] long* value - ) => Underlying.Value!.ProgramUniform1I64VNV(program, location, count, value); + ) => Underlying.Value!.ProgramUniform1i64vNV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1I64VNV( + public static void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -361104,112 +201557,48 @@ public static void ProgramUniform1I64VNV( { fixed (long* __dsl_value = value) { - ProgramUniform1I64VNV(program, location, count, __dsl_value); + ProgramUniform1i64vNV(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1I64VNV( + public static void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64EXT *")] long value - ) => Underlying.Value!.ProgramUniform1I64VNV(program, location, value); + ) => Underlying.Value!.ProgramUniform1i64vNV(program, location, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1IEXT( + public static void ProgramUniform1iEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 - ) => Underlying.Value!.ProgramUniform1IEXT(program, location, v0); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniform1iEXT(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Iv( + public static void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value - ) => Underlying.Value!.ProgramUniform1Iv(program, location, count, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniform1iv(program, location, count, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Iv( + public static void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -361218,82 +201607,38 @@ public static void ProgramUniform1Iv( { fixed (int* __dsl_value = value) { - ProgramUniform1Iv(program, location, count, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ProgramUniform1iv(program, location, count, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Iv( + public static void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value - ) => Underlying.Value!.ProgramUniform1Iv(program, location, value); + ) => Underlying.Value!.ProgramUniform1iv(program, location, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1IvEXT( + public static void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value - ) => Underlying.Value!.ProgramUniform1IvEXT(program, location, count, value); + ) => Underlying.Value!.ProgramUniform1ivEXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1IvEXT( + public static void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -361302,112 +201647,68 @@ public static void ProgramUniform1IvEXT( { fixed (int* __dsl_value = value) { - ProgramUniform1IvEXT(program, location, count, __dsl_value); + ProgramUniform1ivEXT(program, location, count, __dsl_value); } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1IvEXT( + public static void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value - ) => Underlying.Value!.ProgramUniform1IvEXT(program, location, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniform1ivEXT(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Ui( + public static void ProgramUniform1ui( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 - ) => Underlying.Value!.ProgramUniform1Ui(program, location, v0); + ) => Underlying.Value!.ProgramUniform1ui(program, location, v0); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Ui64ARB( + public static void ProgramUniform1ui64ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x - ) => Underlying.Value!.ProgramUniform1Ui64ARB(program, location, x); + ) => Underlying.Value!.ProgramUniform1ui64ARB(program, location, x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Ui64NV( + public static void ProgramUniform1ui64NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x - ) => Underlying.Value!.ProgramUniform1Ui64NV(program, location, x); + ) => Underlying.Value!.ProgramUniform1ui64NV(program, location, x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Ui64VARB( + public static void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value - ) => Underlying.Value!.ProgramUniform1Ui64VARB(program, location, count, value); + ) => Underlying.Value!.ProgramUniform1ui64vARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Ui64VARB( + public static void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -361416,46 +201717,38 @@ public static void ProgramUniform1Ui64VARB( { fixed (ulong* __dsl_value = value) { - ProgramUniform1Ui64VARB(program, location, count, __dsl_value); + ProgramUniform1ui64vARB(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Ui64VARB( + public static void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => Underlying.Value!.ProgramUniform1Ui64VARB(program, location, value); + ) => Underlying.Value!.ProgramUniform1ui64vARB(program, location, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Ui64VNV( + public static void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value - ) => Underlying.Value!.ProgramUniform1Ui64VNV(program, location, count, value); + ) => Underlying.Value!.ProgramUniform1ui64vNV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Ui64VNV( + public static void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -361464,112 +201757,48 @@ public static void ProgramUniform1Ui64VNV( { fixed (ulong* __dsl_value = value) { - ProgramUniform1Ui64VNV(program, location, count, __dsl_value); + ProgramUniform1ui64vNV(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Ui64VNV( + public static void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value - ) => Underlying.Value!.ProgramUniform1Ui64VNV(program, location, value); + ) => Underlying.Value!.ProgramUniform1ui64vNV(program, location, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1UiEXT( + public static void ProgramUniform1uiEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 - ) => Underlying.Value!.ProgramUniform1UiEXT(program, location, v0); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniform1uiEXT(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Uiv( + public static void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value - ) => Underlying.Value!.ProgramUniform1Uiv(program, location, count, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniform1uiv(program, location, count, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Uiv( + public static void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -361578,82 +201807,38 @@ public static void ProgramUniform1Uiv( { fixed (uint* __dsl_value = value) { - ProgramUniform1Uiv(program, location, count, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ProgramUniform1uiv(program, location, count, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1Uiv( + public static void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value - ) => Underlying.Value!.ProgramUniform1Uiv(program, location, value); + ) => Underlying.Value!.ProgramUniform1uiv(program, location, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1UivEXT( + public static void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value - ) => Underlying.Value!.ProgramUniform1UivEXT(program, location, count, value); + ) => Underlying.Value!.ProgramUniform1uivEXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1UivEXT( + public static void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -361662,56 +201847,21 @@ public static void ProgramUniform1UivEXT( { fixed (uint* __dsl_value = value) { - ProgramUniform1UivEXT(program, location, count, __dsl_value); + ProgramUniform1uivEXT(program, location, count, __dsl_value); } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniform1UivEXT( + public static void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value - ) => Underlying.Value!.ProgramUniform1UivEXT(program, location, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniform1uivEXT(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -361723,8 +201873,6 @@ public static void ProgramUniform2( [NativeTypeName("GLdouble")] double v1 ) => Underlying.Value!.ProgramUniform2(program, location, v0, v1); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -361736,32 +201884,6 @@ public static void ProgramUniform2EXT( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.ProgramUniform2EXT(program, location, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -361773,32 +201895,6 @@ public static void ProgramUniform2( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniform2(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] [MethodImpl( @@ -361817,8 +201913,6 @@ public static void ProgramUniform2( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -361830,8 +201924,6 @@ public static void ProgramUniform2EXT( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniform2EXT(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] [MethodImpl( @@ -361850,32 +201942,6 @@ public static void ProgramUniform2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -361887,15 +201953,6 @@ public static void ProgramUniform2( [NativeTypeName("GLfloat")] float v1 ) => Underlying.Value!.ProgramUniform2(program, location, v0, v1); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -361907,32 +201964,6 @@ public static void ProgramUniform2EXT( [NativeTypeName("GLfloat")] float v1 ) => Underlying.Value!.ProgramUniform2EXT(program, location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -361944,32 +201975,6 @@ public static void ProgramUniform2( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniform2(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] [MethodImpl( @@ -361988,15 +201993,6 @@ public static void ProgramUniform2( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362008,15 +202004,6 @@ public static void ProgramUniform2EXT( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniform2EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] [MethodImpl( @@ -362035,32 +202022,6 @@ public static void ProgramUniform2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362072,8 +202033,6 @@ public static void ProgramUniform2( [NativeTypeName("GLint")] int v1 ) => Underlying.Value!.ProgramUniform2(program, location, v0, v1); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362085,9 +202044,6 @@ public static void ProgramUniform2ARB( [NativeTypeName("GLint64")] long y ) => Underlying.Value!.ProgramUniform2ARB(program, location, x, y); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362099,8 +202055,6 @@ public static void ProgramUniform2NV( [NativeTypeName("GLint64EXT")] long y ) => Underlying.Value!.ProgramUniform2NV(program, location, x, y); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362112,8 +202066,6 @@ public static void ProgramUniform2ARB( [NativeTypeName("const GLint64 *")] long* value ) => Underlying.Value!.ProgramUniform2ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] [MethodImpl( @@ -362132,9 +202084,6 @@ public static void ProgramUniform2ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362146,9 +202095,6 @@ public static void ProgramUniform2NV( [NativeTypeName("const GLint64EXT *")] long* value ) => Underlying.Value!.ProgramUniform2NV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] [MethodImpl( @@ -362167,15 +202113,6 @@ public static void ProgramUniform2NV( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362187,32 +202124,6 @@ public static void ProgramUniform2EXT( [NativeTypeName("GLint")] int v1 ) => Underlying.Value!.ProgramUniform2EXT(program, location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362224,32 +202135,6 @@ public static void ProgramUniform2( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.ProgramUniform2(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] [MethodImpl( @@ -362268,15 +202153,6 @@ public static void ProgramUniform2( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362288,15 +202164,6 @@ public static void ProgramUniform2EXT( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.ProgramUniform2EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] [MethodImpl( @@ -362315,32 +202182,6 @@ public static void ProgramUniform2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362352,8 +202193,6 @@ public static void ProgramUniform2( [NativeTypeName("GLuint")] uint v1 ) => Underlying.Value!.ProgramUniform2(program, location, v0, v1); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362365,9 +202204,6 @@ public static void ProgramUniform2ARB( [NativeTypeName("GLuint64")] ulong y ) => Underlying.Value!.ProgramUniform2ARB(program, location, x, y); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362379,8 +202215,6 @@ public static void ProgramUniform2NV( [NativeTypeName("GLuint64EXT")] ulong y ) => Underlying.Value!.ProgramUniform2NV(program, location, x, y); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362392,8 +202226,6 @@ public static void ProgramUniform2ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => Underlying.Value!.ProgramUniform2ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] [MethodImpl( @@ -362412,9 +202244,6 @@ public static void ProgramUniform2ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362426,9 +202255,6 @@ public static void ProgramUniform2NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => Underlying.Value!.ProgramUniform2NV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] [MethodImpl( @@ -362447,15 +202273,6 @@ public static void ProgramUniform2NV( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362467,32 +202284,6 @@ public static void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint v1 ) => Underlying.Value!.ProgramUniform2EXT(program, location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362504,32 +202295,6 @@ public static void ProgramUniform2( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.ProgramUniform2(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] [MethodImpl( @@ -362548,15 +202313,6 @@ public static void ProgramUniform2( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362568,15 +202324,6 @@ public static void ProgramUniform2EXT( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.ProgramUniform2EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] [MethodImpl( @@ -362595,32 +202342,6 @@ public static void ProgramUniform2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362633,8 +202354,6 @@ public static void ProgramUniform3( [NativeTypeName("GLdouble")] double v2 ) => Underlying.Value!.ProgramUniform3(program, location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362647,32 +202366,6 @@ public static void ProgramUniform3EXT( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.ProgramUniform3EXT(program, location, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362684,32 +202377,6 @@ public static void ProgramUniform3( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniform3(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] [MethodImpl( @@ -362728,8 +202395,6 @@ public static void ProgramUniform3( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362741,8 +202406,6 @@ public static void ProgramUniform3EXT( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniform3EXT(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] [MethodImpl( @@ -362761,32 +202424,6 @@ public static void ProgramUniform3EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362799,15 +202436,6 @@ public static void ProgramUniform3( [NativeTypeName("GLfloat")] float v2 ) => Underlying.Value!.ProgramUniform3(program, location, v0, v1, v2); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362820,32 +202448,6 @@ public static void ProgramUniform3EXT( [NativeTypeName("GLfloat")] float v2 ) => Underlying.Value!.ProgramUniform3EXT(program, location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362857,32 +202459,6 @@ public static void ProgramUniform3( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniform3(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] [MethodImpl( @@ -362901,15 +202477,6 @@ public static void ProgramUniform3( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362921,15 +202488,6 @@ public static void ProgramUniform3EXT( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniform3EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] [MethodImpl( @@ -362948,32 +202506,6 @@ public static void ProgramUniform3EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -362986,8 +202518,6 @@ public static void ProgramUniform3( [NativeTypeName("GLint")] int v2 ) => Underlying.Value!.ProgramUniform3(program, location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363000,9 +202530,6 @@ public static void ProgramUniform3ARB( [NativeTypeName("GLint64")] long z ) => Underlying.Value!.ProgramUniform3ARB(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363015,8 +202542,6 @@ public static void ProgramUniform3NV( [NativeTypeName("GLint64EXT")] long z ) => Underlying.Value!.ProgramUniform3NV(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363028,8 +202553,6 @@ public static void ProgramUniform3ARB( [NativeTypeName("const GLint64 *")] long* value ) => Underlying.Value!.ProgramUniform3ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] [MethodImpl( @@ -363048,9 +202571,6 @@ public static void ProgramUniform3ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363062,9 +202582,6 @@ public static void ProgramUniform3NV( [NativeTypeName("const GLint64EXT *")] long* value ) => Underlying.Value!.ProgramUniform3NV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] [MethodImpl( @@ -363083,15 +202600,6 @@ public static void ProgramUniform3NV( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363104,32 +202612,6 @@ public static void ProgramUniform3EXT( [NativeTypeName("GLint")] int v2 ) => Underlying.Value!.ProgramUniform3EXT(program, location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363141,32 +202623,6 @@ public static void ProgramUniform3( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.ProgramUniform3(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] [MethodImpl( @@ -363185,15 +202641,6 @@ public static void ProgramUniform3( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363205,15 +202652,6 @@ public static void ProgramUniform3EXT( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.ProgramUniform3EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] [MethodImpl( @@ -363232,32 +202670,6 @@ public static void ProgramUniform3EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363270,8 +202682,6 @@ public static void ProgramUniform3( [NativeTypeName("GLuint")] uint v2 ) => Underlying.Value!.ProgramUniform3(program, location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363284,9 +202694,6 @@ public static void ProgramUniform3ARB( [NativeTypeName("GLuint64")] ulong z ) => Underlying.Value!.ProgramUniform3ARB(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363299,8 +202706,6 @@ public static void ProgramUniform3NV( [NativeTypeName("GLuint64EXT")] ulong z ) => Underlying.Value!.ProgramUniform3NV(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363312,8 +202717,6 @@ public static void ProgramUniform3ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => Underlying.Value!.ProgramUniform3ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] [MethodImpl( @@ -363332,9 +202735,6 @@ public static void ProgramUniform3ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363346,9 +202746,6 @@ public static void ProgramUniform3NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => Underlying.Value!.ProgramUniform3NV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] [MethodImpl( @@ -363367,15 +202764,6 @@ public static void ProgramUniform3NV( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363388,32 +202776,6 @@ public static void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint v2 ) => Underlying.Value!.ProgramUniform3EXT(program, location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363425,32 +202787,6 @@ public static void ProgramUniform3( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.ProgramUniform3(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] [MethodImpl( @@ -363469,15 +202805,6 @@ public static void ProgramUniform3( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363489,15 +202816,6 @@ public static void ProgramUniform3EXT( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.ProgramUniform3EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] [MethodImpl( @@ -363516,32 +202834,6 @@ public static void ProgramUniform3EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363555,8 +202847,6 @@ public static void ProgramUniform4( [NativeTypeName("GLdouble")] double v3 ) => Underlying.Value!.ProgramUniform4(program, location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363570,32 +202860,6 @@ public static void ProgramUniform4EXT( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.ProgramUniform4EXT(program, location, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363607,32 +202871,6 @@ public static void ProgramUniform4( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniform4(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] [MethodImpl( @@ -363651,8 +202889,6 @@ public static void ProgramUniform4( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363664,8 +202900,6 @@ public static void ProgramUniform4EXT( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniform4EXT(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] [MethodImpl( @@ -363684,32 +202918,6 @@ public static void ProgramUniform4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363723,15 +202931,6 @@ public static void ProgramUniform4( [NativeTypeName("GLfloat")] float v3 ) => Underlying.Value!.ProgramUniform4(program, location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363745,32 +202944,6 @@ public static void ProgramUniform4EXT( [NativeTypeName("GLfloat")] float v3 ) => Underlying.Value!.ProgramUniform4EXT(program, location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363782,32 +202955,6 @@ public static void ProgramUniform4( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniform4(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] [MethodImpl( @@ -363826,15 +202973,6 @@ public static void ProgramUniform4( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363846,15 +202984,6 @@ public static void ProgramUniform4EXT( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniform4EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] [MethodImpl( @@ -363873,32 +203002,6 @@ public static void ProgramUniform4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363912,8 +203015,6 @@ public static void ProgramUniform4( [NativeTypeName("GLint")] int v3 ) => Underlying.Value!.ProgramUniform4(program, location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363927,9 +203028,6 @@ public static void ProgramUniform4ARB( [NativeTypeName("GLint64")] long w ) => Underlying.Value!.ProgramUniform4ARB(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363943,8 +203041,6 @@ public static void ProgramUniform4NV( [NativeTypeName("GLint64EXT")] long w ) => Underlying.Value!.ProgramUniform4NV(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363956,8 +203052,6 @@ public static void ProgramUniform4ARB( [NativeTypeName("const GLint64 *")] long* value ) => Underlying.Value!.ProgramUniform4ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] [MethodImpl( @@ -363976,9 +203070,6 @@ public static void ProgramUniform4ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -363990,9 +203081,6 @@ public static void ProgramUniform4NV( [NativeTypeName("const GLint64EXT *")] long* value ) => Underlying.Value!.ProgramUniform4NV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] [MethodImpl( @@ -364011,15 +203099,6 @@ public static void ProgramUniform4NV( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364033,32 +203112,6 @@ public static void ProgramUniform4EXT( [NativeTypeName("GLint")] int v3 ) => Underlying.Value!.ProgramUniform4EXT(program, location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364070,32 +203123,6 @@ public static void ProgramUniform4( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.ProgramUniform4(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] [MethodImpl( @@ -364114,15 +203141,6 @@ public static void ProgramUniform4( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364134,15 +203152,6 @@ public static void ProgramUniform4EXT( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.ProgramUniform4EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] [MethodImpl( @@ -364161,32 +203170,6 @@ public static void ProgramUniform4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364200,8 +203183,6 @@ public static void ProgramUniform4( [NativeTypeName("GLuint")] uint v3 ) => Underlying.Value!.ProgramUniform4(program, location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364215,9 +203196,6 @@ public static void ProgramUniform4ARB( [NativeTypeName("GLuint64")] ulong w ) => Underlying.Value!.ProgramUniform4ARB(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364231,8 +203209,6 @@ public static void ProgramUniform4NV( [NativeTypeName("GLuint64EXT")] ulong w ) => Underlying.Value!.ProgramUniform4NV(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364244,8 +203220,6 @@ public static void ProgramUniform4ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => Underlying.Value!.ProgramUniform4ARB(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] [MethodImpl( @@ -364264,9 +203238,6 @@ public static void ProgramUniform4ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364278,9 +203249,6 @@ public static void ProgramUniform4NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => Underlying.Value!.ProgramUniform4NV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] [MethodImpl( @@ -364299,15 +203267,6 @@ public static void ProgramUniform4NV( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364321,32 +203280,6 @@ public static void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint v3 ) => Underlying.Value!.ProgramUniform4EXT(program, location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364358,32 +203291,6 @@ public static void ProgramUniform4( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.ProgramUniform4(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] [MethodImpl( @@ -364402,15 +203309,6 @@ public static void ProgramUniform4( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364422,15 +203320,6 @@ public static void ProgramUniform4EXT( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.ProgramUniform4EXT(program, location, count, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] [MethodImpl( @@ -364449,8 +203338,6 @@ public static void ProgramUniform4EXT( } } - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364461,7 +203348,6 @@ public static void ProgramUniformHandleARB( [NativeTypeName("GLuint64")] ulong value ) => Underlying.Value!.ProgramUniformHandleARB(program, location, value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64IMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364472,9 +203358,6 @@ public static void ProgramUniformHandleIMG( [NativeTypeName("GLuint64")] ulong value ) => Underlying.Value!.ProgramUniformHandleIMG(program, location, value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364485,27 +203368,23 @@ public static void ProgramUniformHandleNV( [NativeTypeName("GLuint64")] ulong value ) => Underlying.Value!.ProgramUniformHandleNV(program, location, value); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformHandleui64VARB( + public static void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values - ) => Underlying.Value!.ProgramUniformHandleui64VARB(program, location, count, values); + ) => Underlying.Value!.ProgramUniformHandleui64vARB(program, location, count, values); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformHandleui64VARB( + public static void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -364514,42 +203393,38 @@ public static void ProgramUniformHandleui64VARB( { fixed (ulong* __dsl_values = values) { - ProgramUniformHandleui64VARB(program, location, count, __dsl_values); + ProgramUniformHandleui64vARB(program, location, count, __dsl_values); } } - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformHandleui64VARB( + public static void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => Underlying.Value!.ProgramUniformHandleui64VARB(program, location, values); + ) => Underlying.Value!.ProgramUniformHandleui64vARB(program, location, values); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformHandleui64VIMG( + public static void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values - ) => Underlying.Value!.ProgramUniformHandleui64VIMG(program, location, count, values); + ) => Underlying.Value!.ProgramUniformHandleui64vIMG(program, location, count, values); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformHandleui64VIMG( + public static void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -364558,45 +203433,38 @@ public static void ProgramUniformHandleui64VIMG( { fixed (ulong* __dsl_values = values) { - ProgramUniformHandleui64VIMG(program, location, count, __dsl_values); + ProgramUniformHandleui64vIMG(program, location, count, __dsl_values); } } - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformHandleui64VIMG( + public static void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => Underlying.Value!.ProgramUniformHandleui64VIMG(program, location, values); + ) => Underlying.Value!.ProgramUniformHandleui64vIMG(program, location, values); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformHandleui64VNV( + public static void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values - ) => Underlying.Value!.ProgramUniformHandleui64VNV(program, location, count, values); + ) => Underlying.Value!.ProgramUniformHandleui64vNV(program, location, count, values); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformHandleui64VNV( + public static void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -364605,50 +203473,21 @@ public static void ProgramUniformHandleui64VNV( { fixed (ulong* __dsl_values = values) { - ProgramUniformHandleui64VNV(program, location, count, __dsl_values); + ProgramUniformHandleui64vNV(program, location, count, __dsl_values); } } - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformHandleui64VNV( + public static void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => Underlying.Value!.ProgramUniformHandleui64VNV(program, location, values); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.ProgramUniformHandleui64vNV(program, location, values); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364661,32 +203500,6 @@ public static void ProgramUniformMatrix2( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniformMatrix2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] [MethodImpl( @@ -364706,8 +203519,6 @@ public static void ProgramUniformMatrix2( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364720,8 +203531,6 @@ public static void ProgramUniformMatrix2EXT( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniformMatrix2EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] [MethodImpl( @@ -364741,32 +203550,6 @@ public static void ProgramUniformMatrix2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364779,32 +203562,6 @@ public static void ProgramUniformMatrix2( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniformMatrix2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] [MethodImpl( @@ -364824,15 +203581,6 @@ public static void ProgramUniformMatrix2( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364845,15 +203593,6 @@ public static void ProgramUniformMatrix2EXT( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniformMatrix2EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] [MethodImpl( @@ -364873,32 +203612,6 @@ public static void ProgramUniformMatrix2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364911,32 +203624,6 @@ public static void ProgramUniformMatrix2X3( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniformMatrix2X3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] [MethodImpl( @@ -364956,8 +203643,6 @@ public static void ProgramUniformMatrix2X3( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -364977,8 +203662,6 @@ public static void ProgramUniformMatrix2X3EXT( value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] [MethodImpl( @@ -364998,32 +203681,6 @@ public static void ProgramUniformMatrix2X3EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365036,32 +203693,6 @@ public static void ProgramUniformMatrix2X3( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniformMatrix2X3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] [MethodImpl( @@ -365081,15 +203712,6 @@ public static void ProgramUniformMatrix2X3( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365109,15 +203731,6 @@ public static void ProgramUniformMatrix2X3EXT( value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] [MethodImpl( @@ -365137,32 +203750,6 @@ public static void ProgramUniformMatrix2X3EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365175,32 +203762,6 @@ public static void ProgramUniformMatrix2X4( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniformMatrix2X4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] [MethodImpl( @@ -365220,8 +203781,6 @@ public static void ProgramUniformMatrix2X4( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365241,8 +203800,6 @@ public static void ProgramUniformMatrix2X4EXT( value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] [MethodImpl( @@ -365262,32 +203819,6 @@ public static void ProgramUniformMatrix2X4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365300,32 +203831,6 @@ public static void ProgramUniformMatrix2X4( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniformMatrix2X4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] [MethodImpl( @@ -365345,15 +203850,6 @@ public static void ProgramUniformMatrix2X4( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365373,15 +203869,6 @@ public static void ProgramUniformMatrix2X4EXT( value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] [MethodImpl( @@ -365401,32 +203888,6 @@ public static void ProgramUniformMatrix2X4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365439,32 +203900,6 @@ public static void ProgramUniformMatrix3( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniformMatrix3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] [MethodImpl( @@ -365484,8 +203919,6 @@ public static void ProgramUniformMatrix3( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365498,8 +203931,6 @@ public static void ProgramUniformMatrix3EXT( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniformMatrix3EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] [MethodImpl( @@ -365519,32 +203950,6 @@ public static void ProgramUniformMatrix3EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365557,32 +203962,6 @@ public static void ProgramUniformMatrix3( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniformMatrix3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] [MethodImpl( @@ -365602,15 +203981,6 @@ public static void ProgramUniformMatrix3( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365623,15 +203993,6 @@ public static void ProgramUniformMatrix3EXT( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniformMatrix3EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] [MethodImpl( @@ -365651,32 +204012,6 @@ public static void ProgramUniformMatrix3EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365689,32 +204024,6 @@ public static void ProgramUniformMatrix3X2( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniformMatrix3X2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] [MethodImpl( @@ -365734,8 +204043,6 @@ public static void ProgramUniformMatrix3X2( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365755,8 +204062,6 @@ public static void ProgramUniformMatrix3X2EXT( value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] [MethodImpl( @@ -365776,32 +204081,6 @@ public static void ProgramUniformMatrix3X2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365814,32 +204093,6 @@ public static void ProgramUniformMatrix3X2( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniformMatrix3X2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] [MethodImpl( @@ -365859,15 +204112,6 @@ public static void ProgramUniformMatrix3X2( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365887,15 +204131,6 @@ public static void ProgramUniformMatrix3X2EXT( value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] [MethodImpl( @@ -365915,32 +204150,6 @@ public static void ProgramUniformMatrix3X2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -365953,32 +204162,6 @@ public static void ProgramUniformMatrix3X4( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniformMatrix3X4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] [MethodImpl( @@ -365998,8 +204181,6 @@ public static void ProgramUniformMatrix3X4( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366019,8 +204200,6 @@ public static void ProgramUniformMatrix3X4EXT( value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] [MethodImpl( @@ -366040,32 +204219,6 @@ public static void ProgramUniformMatrix3X4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366078,32 +204231,6 @@ public static void ProgramUniformMatrix3X4( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniformMatrix3X4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] [MethodImpl( @@ -366123,15 +204250,6 @@ public static void ProgramUniformMatrix3X4( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366151,15 +204269,6 @@ public static void ProgramUniformMatrix3X4EXT( value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] [MethodImpl( @@ -366179,32 +204288,6 @@ public static void ProgramUniformMatrix3X4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366217,32 +204300,6 @@ public static void ProgramUniformMatrix4( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniformMatrix4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] [MethodImpl( @@ -366262,8 +204319,6 @@ public static void ProgramUniformMatrix4( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366276,8 +204331,6 @@ public static void ProgramUniformMatrix4EXT( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniformMatrix4EXT(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] [MethodImpl( @@ -366297,32 +204350,6 @@ public static void ProgramUniformMatrix4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366335,32 +204362,6 @@ public static void ProgramUniformMatrix4( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniformMatrix4(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] [MethodImpl( @@ -366380,15 +204381,6 @@ public static void ProgramUniformMatrix4( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366401,15 +204393,6 @@ public static void ProgramUniformMatrix4EXT( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniformMatrix4EXT(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] [MethodImpl( @@ -366429,32 +204412,6 @@ public static void ProgramUniformMatrix4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366467,32 +204424,6 @@ public static void ProgramUniformMatrix4X2( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniformMatrix4X2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] [MethodImpl( @@ -366512,8 +204443,6 @@ public static void ProgramUniformMatrix4X2( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366533,8 +204462,6 @@ public static void ProgramUniformMatrix4X2EXT( value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] [MethodImpl( @@ -366554,32 +204481,6 @@ public static void ProgramUniformMatrix4X2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366592,32 +204493,6 @@ public static void ProgramUniformMatrix4X2( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniformMatrix4X2(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] [MethodImpl( @@ -366637,15 +204512,6 @@ public static void ProgramUniformMatrix4X2( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366665,15 +204531,6 @@ public static void ProgramUniformMatrix4X2EXT( value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] [MethodImpl( @@ -366693,32 +204550,6 @@ public static void ProgramUniformMatrix4X2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366731,32 +204562,6 @@ public static void ProgramUniformMatrix4X3( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.ProgramUniformMatrix4X3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] [MethodImpl( @@ -366776,8 +204581,6 @@ public static void ProgramUniformMatrix4X3( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366797,8 +204600,6 @@ public static void ProgramUniformMatrix4X3EXT( value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] [MethodImpl( @@ -366818,32 +204619,6 @@ public static void ProgramUniformMatrix4X3EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366856,32 +204631,6 @@ public static void ProgramUniformMatrix4X3( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.ProgramUniformMatrix4X3(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] [MethodImpl( @@ -366901,15 +204650,6 @@ public static void ProgramUniformMatrix4X3( } } - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366929,15 +204669,6 @@ public static void ProgramUniformMatrix4X3EXT( value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] [MethodImpl( @@ -366957,8 +204688,6 @@ public static void ProgramUniformMatrix4X3EXT( } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -366969,27 +204698,23 @@ public static void ProgramUniformNV( [NativeTypeName("GLuint64EXT")] ulong value ) => Underlying.Value!.ProgramUniformNV(program, location, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformui64VNV( + public static void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value - ) => Underlying.Value!.ProgramUniformui64VNV(program, location, count, value); + ) => Underlying.Value!.ProgramUniformui64vNV(program, location, count, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformui64VNV( + public static void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -366998,24 +204723,21 @@ public static void ProgramUniformui64VNV( { fixed (ulong* __dsl_value = value) { - ProgramUniformui64VNV(program, location, count, __dsl_value); + ProgramUniformui64vNV(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ProgramUniformui64VNV( + public static void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value - ) => Underlying.Value!.ProgramUniformui64VNV(program, location, value); + ) => Underlying.Value!.ProgramUniformui64vNV(program, location, value); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367025,7 +204747,6 @@ public static void ProgramVertexLimitNV( [NativeTypeName("GLint")] int limit ) => Underlying.Value!.ProgramVertexLimitNV(target, limit); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] [MethodImpl( @@ -367036,38 +204757,6 @@ public static void ProgramVertexLimitNV( [NativeTypeName("GLint")] int limit ) => Underlying.Value!.ProgramVertexLimitNV(target, limit); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367075,38 +204764,6 @@ public static void ProgramVertexLimitNV( public static void ProvokingVertex([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.ProvokingVertex(mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] [MethodImpl( @@ -367116,7 +204773,6 @@ public static void ProvokingVertex( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.ProvokingVertex(mode); - [SupportedApiProfile("gl", ["GL_EXT_provoking_vertex"])] [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367124,7 +204780,6 @@ public static void ProvokingVertex( public static void ProvokingVertexEXT([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.ProvokingVertexEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_provoking_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] [MethodImpl( @@ -367134,31 +204789,6 @@ public static void ProvokingVertexEXT( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.ProvokingVertexEXT(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPushAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367166,31 +204796,6 @@ public static void ProvokingVertexEXT( public static void PushAttrib([NativeTypeName("GLbitfield")] uint mask) => Underlying.Value!.PushAttrib(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushAttrib")] [MethodImpl( @@ -367200,30 +204805,6 @@ public static void PushAttrib( [NativeTypeName("GLbitfield")] Constant mask ) => Underlying.Value!.PushAttrib(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367231,30 +204812,6 @@ public static void PushAttrib( public static void PushClientAttrib([NativeTypeName("GLbitfield")] uint mask) => Underlying.Value!.PushClientAttrib(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] [MethodImpl( @@ -367264,8 +204821,6 @@ public static void PushClientAttrib( [NativeTypeName("GLbitfield")] Constant mask ) => Underlying.Value!.PushClientAttrib(mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367273,8 +204828,6 @@ public static void PushClientAttrib( public static void PushClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask) => Underlying.Value!.PushClientAttribDefaultEXT(mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] [MethodImpl( @@ -367284,28 +204837,6 @@ public static void PushClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask ) => Underlying.Value!.PushClientAttribDefaultEXT(mask); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367317,28 +204848,6 @@ public static void PushDebugGroup( [NativeTypeName("const GLchar *")] sbyte* message ) => Underlying.Value!.PushDebugGroup(source, id, length, message); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] [MethodImpl( @@ -367357,7 +204866,6 @@ public static void PushDebugGroup( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367369,7 +204877,6 @@ public static void PushDebugGroupKHR( [NativeTypeName("const GLchar *")] sbyte* message ) => Underlying.Value!.PushDebugGroupKHR(source, id, length, message); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] [MethodImpl( @@ -367388,10 +204895,6 @@ public static void PushDebugGroupKHR( } } - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367401,10 +204904,6 @@ public static void PushGroupMarkerEXT( [NativeTypeName("const GLchar *")] sbyte* marker ) => Underlying.Value!.PushGroupMarkerEXT(length, marker); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] [MethodImpl( @@ -367421,63 +204920,12 @@ public static void PushGroupMarkerEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPushMatrix")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void PushMatrix() => Underlying.Value!.PushMatrix(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPushName")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367485,36 +204933,6 @@ public static void PushGroupMarkerEXT( public static void PushName([NativeTypeName("GLuint")] uint name) => Underlying.Value!.PushName(name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glQueryCounter")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367524,36 +204942,6 @@ public static void QueryCounter( [NativeTypeName("GLenum")] uint target ) => Underlying.Value!.QueryCounter(id, target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryCounter")] [MethodImpl( @@ -367564,7 +204952,6 @@ public static void QueryCounter( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.QueryCounter(id, target); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367574,7 +204961,6 @@ public static void QueryCounterEXT( [NativeTypeName("GLenum")] uint target ) => Underlying.Value!.QueryCounterEXT(id, target); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] [MethodImpl( @@ -367586,8 +204972,6 @@ public static void QueryCounterEXT( ) => Underlying.Value!.QueryCounterEXT(id, target); [return: NativeTypeName("GLbitfield")] - [SupportedApiProfile("gl", ["GL_OES_query_matrix"])] - [SupportedApiProfile("gles1", ["GL_OES_query_matrix"])] [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367598,8 +204982,6 @@ public static uint QueryMatrixxOES( ) => Underlying.Value!.QueryMatrixxOES(mantissa, exponent); [return: NativeTypeName("GLbitfield")] - [SupportedApiProfile("gl", ["GL_OES_query_matrix"])] - [SupportedApiProfile("gles1", ["GL_OES_query_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] [MethodImpl( @@ -367617,7 +204999,6 @@ public static uint QueryMatrixxOES( } } - [SupportedApiProfile("gl", ["GL_AMD_occlusion_query_event"])] [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367629,7 +205010,6 @@ public static void QueryObjectParameterAMD( [NativeTypeName("GLuint")] uint param3 ) => Underlying.Value!.QueryObjectParameterAMD(target, id, pname, param3); - [SupportedApiProfile("gl", ["GL_AMD_occlusion_query_event"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] [MethodImpl( @@ -367639,11 +205019,10 @@ public static void QueryObjectParameterAMD( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, - [NativeTypeName("GLuint")] uint param3 + [NativeTypeName("GLuint")] Constant param3 ) => Underlying.Value!.QueryObjectParameterAMD(target, id, pname, param3); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_query_resource"])] [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367656,7 +205035,6 @@ public static int QueryResourceNV( ) => Underlying.Value!.QueryResourceNV(queryType, tagId, count, buffer); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_query_resource"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] [MethodImpl( @@ -367675,7 +205053,6 @@ public static int QueryResourceNV( } } - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367685,7 +205062,6 @@ public static void QueryResourceTagNV( [NativeTypeName("const GLchar *")] sbyte* tagString ) => Underlying.Value!.QueryResourceTagNV(tagId, tagString); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] [MethodImpl( @@ -367702,31 +205078,6 @@ public static void QueryResourceTagNV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367736,31 +205087,6 @@ public static void RasterPos2( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.RasterPos2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367768,31 +205094,6 @@ public static void RasterPos2( public static void RasterPos2([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.RasterPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] [MethodImpl( @@ -367806,31 +205107,6 @@ public static void RasterPos2([NativeTypeName("const GLdouble *")] Ref v } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367840,31 +205116,6 @@ public static void RasterPos2( [NativeTypeName("GLfloat")] float y ) => Underlying.Value!.RasterPos2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367872,31 +205123,6 @@ public static void RasterPos2( public static void RasterPos2([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.RasterPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] [MethodImpl( @@ -367910,31 +205136,6 @@ public static void RasterPos2([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367944,31 +205145,6 @@ public static void RasterPos2( [NativeTypeName("GLint")] int y ) => Underlying.Value!.RasterPos2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -367976,31 +205152,6 @@ public static void RasterPos2( public static void RasterPos2([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.RasterPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] [MethodImpl( @@ -368014,31 +205165,6 @@ public static void RasterPos2([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368048,31 +205174,6 @@ public static void RasterPos2( [NativeTypeName("GLshort")] short y ) => Underlying.Value!.RasterPos2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368080,31 +205181,6 @@ public static void RasterPos2( public static void RasterPos2([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.RasterPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] [MethodImpl( @@ -368118,7 +205194,6 @@ public static void RasterPos2([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368128,7 +205203,6 @@ public static void RasterPos2XOES( [NativeTypeName("GLfixed")] int y ) => Underlying.Value!.RasterPos2XOES(x, y); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368136,7 +205210,6 @@ public static void RasterPos2XOES( public static void RasterPos2XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.RasterPos2XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] [MethodImpl( @@ -368150,31 +205223,6 @@ public static void RasterPos2XOES([NativeTypeName("const GLfixed *")] Ref c } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368185,31 +205233,6 @@ public static void RasterPos3( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.RasterPos3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368217,31 +205240,6 @@ public static void RasterPos3( public static void RasterPos3([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.RasterPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] [MethodImpl( @@ -368255,31 +205253,6 @@ public static void RasterPos3([NativeTypeName("const GLdouble *")] Ref v } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368290,31 +205263,6 @@ public static void RasterPos3( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.RasterPos3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368322,31 +205270,6 @@ public static void RasterPos3( public static void RasterPos3([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.RasterPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] [MethodImpl( @@ -368360,31 +205283,6 @@ public static void RasterPos3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368395,31 +205293,6 @@ public static void RasterPos3( [NativeTypeName("GLint")] int z ) => Underlying.Value!.RasterPos3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368427,31 +205300,6 @@ public static void RasterPos3( public static void RasterPos3([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.RasterPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] [MethodImpl( @@ -368465,31 +205313,6 @@ public static void RasterPos3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368500,31 +205323,6 @@ public static void RasterPos3( [NativeTypeName("GLshort")] short z ) => Underlying.Value!.RasterPos3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368532,31 +205330,6 @@ public static void RasterPos3( public static void RasterPos3([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.RasterPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] [MethodImpl( @@ -368570,7 +205343,6 @@ public static void RasterPos3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos3xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368581,7 +205353,6 @@ public static void RasterPos3XOES( [NativeTypeName("GLfixed")] int z ) => Underlying.Value!.RasterPos3XOES(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368589,7 +205360,6 @@ public static void RasterPos3XOES( public static void RasterPos3XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.RasterPos3XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] [MethodImpl( @@ -368603,31 +205373,6 @@ public static void RasterPos3XOES([NativeTypeName("const GLfixed *")] Ref c } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368639,31 +205384,6 @@ public static void RasterPos4( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.RasterPos4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368671,31 +205391,6 @@ public static void RasterPos4( public static void RasterPos4([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.RasterPos4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] [MethodImpl( @@ -368709,31 +205404,6 @@ public static void RasterPos4([NativeTypeName("const GLdouble *")] Ref v } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368745,31 +205415,6 @@ public static void RasterPos4( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.RasterPos4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368777,31 +205422,6 @@ public static void RasterPos4( public static void RasterPos4([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.RasterPos4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] [MethodImpl( @@ -368815,31 +205435,6 @@ public static void RasterPos4([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368851,31 +205446,6 @@ public static void RasterPos4( [NativeTypeName("GLint")] int w ) => Underlying.Value!.RasterPos4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368883,31 +205453,6 @@ public static void RasterPos4( public static void RasterPos4([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.RasterPos4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] [MethodImpl( @@ -368921,31 +205466,6 @@ public static void RasterPos4([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368957,31 +205477,6 @@ public static void RasterPos4( [NativeTypeName("GLshort")] short w ) => Underlying.Value!.RasterPos4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -368989,31 +205484,6 @@ public static void RasterPos4( public static void RasterPos4([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.RasterPos4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] [MethodImpl( @@ -369027,7 +205497,6 @@ public static void RasterPos4([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos4xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369039,7 +205508,6 @@ public static void RasterPos4XOES( [NativeTypeName("GLfixed")] int w ) => Underlying.Value!.RasterPos4XOES(x, y, z, w); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369047,7 +205515,6 @@ public static void RasterPos4XOES( public static void RasterPos4XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.RasterPos4XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] [MethodImpl( @@ -369061,18 +205528,6 @@ public static void RasterPos4XOES([NativeTypeName("const GLfixed *")] Ref c } } - [SupportedApiProfile( - "gl", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "gles2", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369082,18 +205537,6 @@ public static void RasterSamplesEXT( [NativeTypeName("GLboolean")] uint fixedsamplelocations ) => Underlying.Value!.RasterSamplesEXT(samples, fixedsamplelocations); - [SupportedApiProfile( - "gl", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "gles2", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] [MethodImpl( @@ -369104,56 +205547,6 @@ public static void RasterSamplesEXT( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ) => Underlying.Value!.RasterSamplesEXT(samples, fixedsamplelocations); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glReadBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369161,56 +205554,6 @@ public static void RasterSamplesEXT( public static void ReadBuffer([NativeTypeName("GLenum")] uint src) => Underlying.Value!.ReadBuffer(src); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadBuffer")] [MethodImpl( @@ -369220,7 +205563,6 @@ public static void ReadBuffer( [NativeTypeName("GLenum")] Constant src ) => Underlying.Value!.ReadBuffer(src); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369230,7 +205572,6 @@ public static void ReadBufferIndexedEXT( [NativeTypeName("GLint")] int index ) => Underlying.Value!.ReadBufferIndexedEXT(src, index); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] [MethodImpl( @@ -369241,7 +205582,6 @@ public static void ReadBufferIndexedEXT( [NativeTypeName("GLint")] int index ) => Underlying.Value!.ReadBufferIndexedEXT(src, index); - [SupportedApiProfile("gles2", ["GL_NV_read_buffer"])] [NativeFunction("opengl", EntryPoint = "glReadBufferNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369249,7 +205589,6 @@ public static void ReadBufferIndexedEXT( public static void ReadBufferNV([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.ReadBufferNV(mode); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glReadInstrumentsSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369257,16 +205596,6 @@ public static void ReadBufferNV([NativeTypeName("GLenum")] uint mode) => public static void ReadInstrumentsSGIX([NativeTypeName("GLint")] int marker) => Underlying.Value!.ReadInstrumentsSGIX(marker); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glReadnPixels")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369282,16 +205611,6 @@ public static void ReadnPixels( void* data ) => Underlying.Value!.ReadnPixels(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixels")] [MethodImpl( @@ -369314,8 +205633,6 @@ Ref data } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369331,8 +205648,6 @@ public static void ReadnPixelsARB( void* data ) => Underlying.Value!.ReadnPixelsARB(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] [MethodImpl( @@ -369355,8 +205670,6 @@ Ref data } } - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369372,8 +205685,6 @@ public static void ReadnPixelsEXT( void* data ) => Underlying.Value!.ReadnPixelsEXT(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] [MethodImpl( @@ -369396,7 +205707,6 @@ Ref data } } - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369412,7 +205722,6 @@ public static void ReadnPixelsKHR( void* data ) => Underlying.Value!.ReadnPixelsKHR(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] [MethodImpl( @@ -369435,62 +205744,6 @@ Ref data } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glReadPixels")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369505,62 +205758,6 @@ public static void ReadPixels( void* pixels ) => Underlying.Value!.ReadPixels(x, y, width, height, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadPixels")] [MethodImpl( @@ -369582,31 +205779,6 @@ Ref pixels } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectd")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369618,31 +205790,6 @@ public static void Rect( [NativeTypeName("GLdouble")] double y2 ) => Underlying.Value!.Rect(x1, y1, x2, y2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectdv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369652,31 +205799,6 @@ public static void Rect( [NativeTypeName("const GLdouble *")] double* v2 ) => Underlying.Value!.Rect(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectdv")] [MethodImpl( @@ -369694,31 +205816,6 @@ public static void Rect( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369730,31 +205827,6 @@ public static void Rect( [NativeTypeName("GLfloat")] float y2 ) => Underlying.Value!.Rect(x1, y1, x2, y2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369764,31 +205836,6 @@ public static void Rect( [NativeTypeName("const GLfloat *")] float* v2 ) => Underlying.Value!.Rect(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectfv")] [MethodImpl( @@ -369806,31 +205853,6 @@ public static void Rect( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRecti")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369842,31 +205864,6 @@ public static void Rect( [NativeTypeName("GLint")] int y2 ) => Underlying.Value!.Rect(x1, y1, x2, y2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369876,31 +205873,6 @@ public static void Rect( [NativeTypeName("const GLint *")] int* v2 ) => Underlying.Value!.Rect(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectiv")] [MethodImpl( @@ -369918,31 +205890,6 @@ public static void Rect( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRects")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369954,31 +205901,6 @@ public static void Rects( [NativeTypeName("GLshort")] short y2 ) => Underlying.Value!.Rects(x1, y1, x2, y2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectsv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -369988,31 +205910,6 @@ public static void Rect( [NativeTypeName("const GLshort *")] short* v2 ) => Underlying.Value!.Rect(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectsv")] [MethodImpl( @@ -370030,7 +205927,6 @@ public static void Rect( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRectxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370042,7 +205938,6 @@ public static void RectxOES( [NativeTypeName("GLfixed")] int y2 ) => Underlying.Value!.RectxOES(x1, y1, x2, y2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRectxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370052,7 +205947,6 @@ public static void RectxOES( [NativeTypeName("const GLfixed *")] int* v2 ) => Underlying.Value!.RectxOES(v1, v2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectxvOES")] [MethodImpl( @@ -370070,7 +205964,6 @@ public static void RectxOES( } } - [SupportedApiProfile("gl", ["GL_SGIX_reference_plane"])] [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370079,7 +205972,6 @@ public static void ReferencePlaneSGIX( [NativeTypeName("const GLdouble *")] double* equation ) => Underlying.Value!.ReferencePlaneSGIX(equation); - [SupportedApiProfile("gl", ["GL_SGIX_reference_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] [MethodImpl( @@ -370096,8 +205988,6 @@ public static void ReferencePlaneSGIX( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] [MethodImpl( @@ -370109,95 +205999,21 @@ public static MaybeBool ReleaseKeyedMutexWin32EXT( ) => Underlying.Value!.ReleaseKeyedMutexWin32EXT(memory, key); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint ReleaseKeyedMutexWin32EXTRaw( + public static uint ReleaseKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key - ) => Underlying.Value!.ReleaseKeyedMutexWin32EXTRaw(memory, key); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => Underlying.Value!.ReleaseKeyedMutexWin32EXTRawEXT(memory, key); + [NativeFunction("opengl", EntryPoint = "glReleaseShaderCompiler")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void ReleaseShaderCompiler() => Underlying.Value!.ReleaseShaderCompiler(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370209,47 +206025,6 @@ public static void RenderbufferStorage( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.RenderbufferStorage(target, internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] [MethodImpl( @@ -370262,7 +206037,6 @@ public static void RenderbufferStorage( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.RenderbufferStorage(target, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370274,7 +206048,6 @@ public static void RenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.RenderbufferStorageEXT(target, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] [MethodImpl( @@ -370287,42 +206060,6 @@ public static void RenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.RenderbufferStorageEXT(target, internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370342,42 +206079,6 @@ public static void RenderbufferStorageMultisample( height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] [MethodImpl( @@ -370398,9 +206099,6 @@ public static void RenderbufferStorageMultisample( height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370422,9 +206120,6 @@ public static void RenderbufferStorageMultisampleAdvanceAMD( height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl( @@ -370447,19 +206142,18 @@ public static void RenderbufferStorageMultisampleAdvanceAMD( height ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void RenderbufferStorageMultisampleAngle( + public static void RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height ) => - Underlying.Value!.RenderbufferStorageMultisampleAngle( + Underlying.Value!.RenderbufferStorageMultisampleANGLE( target, samples, internalformat, @@ -370467,20 +206161,19 @@ public static void RenderbufferStorageMultisampleAngle( height ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void RenderbufferStorageMultisampleAngle( + public static void RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height ) => - Underlying.Value!.RenderbufferStorageMultisampleAngle( + Underlying.Value!.RenderbufferStorageMultisampleANGLE( target, samples, internalformat, @@ -370488,20 +206181,18 @@ public static void RenderbufferStorageMultisampleAngle( height ); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void RenderbufferStorageMultisampleApple( + public static void RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height ) => - Underlying.Value!.RenderbufferStorageMultisampleApple( + Underlying.Value!.RenderbufferStorageMultisampleAPPLE( target, samples, internalformat, @@ -370509,21 +206200,19 @@ public static void RenderbufferStorageMultisampleApple( height ); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void RenderbufferStorageMultisampleApple( + public static void RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height ) => - Underlying.Value!.RenderbufferStorageMultisampleApple( + Underlying.Value!.RenderbufferStorageMultisampleAPPLE( target, samples, internalformat, @@ -370531,8 +206220,6 @@ public static void RenderbufferStorageMultisampleApple( height ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_multisample_coverage"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_multisample_coverage"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370554,8 +206241,6 @@ public static void RenderbufferStorageMultisampleCoverageNV( height ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_multisample_coverage"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_multisample_coverage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] [MethodImpl( @@ -370578,9 +206263,6 @@ public static void RenderbufferStorageMultisampleCoverageNV( height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_multisample"])] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370600,9 +206282,6 @@ public static void RenderbufferStorageMultisampleEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_multisample"])] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] [MethodImpl( @@ -370623,8 +206302,6 @@ public static void RenderbufferStorageMultisampleEXT( height ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370644,8 +206321,6 @@ public static void RenderbufferStorageMultisampleIMG( height ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] [MethodImpl( @@ -370666,7 +206341,6 @@ public static void RenderbufferStorageMultisampleIMG( height ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370686,7 +206360,6 @@ public static void RenderbufferStorageMultisampleNV( height ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] [MethodImpl( @@ -370707,7 +206380,6 @@ public static void RenderbufferStorageMultisampleNV( height ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370719,7 +206391,6 @@ public static void RenderbufferStorageOES( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.RenderbufferStorageOES(target, internalformat, width, height); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] [MethodImpl( @@ -370732,7 +206403,6 @@ public static void RenderbufferStorageOES( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.RenderbufferStorageOES(target, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glRenderGpuMaskNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370741,31 +206411,6 @@ public static void RenderGpuMaskNV([NativeTypeName("GLbitfield")] uint mask) => Underlying.Value!.RenderGpuMaskNV(mask); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderMode")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370774,31 +206419,6 @@ public static int RenderMode([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.RenderMode(mode); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderMode")] [MethodImpl( @@ -370808,7 +206428,6 @@ public static int RenderMode( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.RenderMode(mode); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370819,7 +206438,6 @@ public static void ReplacementCodePointerSUN( [NativeTypeName("const void **")] void** pointer ) => Underlying.Value!.ReplacementCodePointerSUN(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] [MethodImpl( @@ -370837,7 +206455,6 @@ public static void ReplacementCodePointerSUN( } } - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370845,7 +206462,6 @@ public static void ReplacementCodePointerSUN( public static void ReplacementCodeSUN([NativeTypeName("GLubyte")] byte code) => Underlying.Value!.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370853,7 +206469,6 @@ public static void ReplacementCodeSUN([NativeTypeName("GLubyte")] byte code) => public static void ReplacementCodeSUN([NativeTypeName("const GLubyte *")] byte* code) => Underlying.Value!.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] [MethodImpl( @@ -370867,7 +206482,6 @@ public static void ReplacementCodeSUN([NativeTypeName("const GLubyte *")] Ref Underlying.Value!.ReplacementCodeuiColor3FVertex3SUN(rc, r, g, b, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] [MethodImpl( @@ -370898,7 +206511,6 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.ReplacementCodeuiColor3FVertex3SUN(rc, r, g, b, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -370909,7 +206521,6 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( @@ -370929,7 +206540,6 @@ public static void ReplacementCodeuiColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( @@ -370948,7 +206558,6 @@ public static void ReplacementCodeuiColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( @@ -370968,7 +206577,6 @@ public static void ReplacementCodeuiColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( @@ -370987,7 +206595,6 @@ public static void ReplacementCodeuiColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( @@ -371007,7 +206614,6 @@ public static void ReplacementCodeuiColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl( @@ -371026,7 +206632,6 @@ public static void ReplacementCodeuiColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -371058,7 +206663,6 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] [MethodImpl( @@ -371091,7 +206695,6 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -371103,7 +206706,6 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -371125,7 +206727,6 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -371146,7 +206747,6 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -371173,7 +206773,6 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -371199,7 +206798,6 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -371226,7 +206824,6 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -371252,7 +206849,6 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -371268,7 +206864,6 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.ReplacementCodeuiColor4UbVertex3SUN(rc, r, g, b, a, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] [MethodImpl( @@ -371285,7 +206880,6 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.ReplacementCodeuiColor4UbVertex3SUN(rc, r, g, b, a, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -371296,7 +206890,6 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( @@ -371316,7 +206909,6 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( @@ -371335,7 +206927,6 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( @@ -371355,7 +206946,6 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( @@ -371374,7 +206964,6 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( @@ -371394,7 +206983,6 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl( @@ -371413,7 +207001,6 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -371428,7 +207015,6 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.ReplacementCodeuiNormal3FVertex3SUN(rc, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] [MethodImpl( @@ -371444,7 +207030,6 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.ReplacementCodeuiNormal3FVertex3SUN(rc, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -371455,7 +207040,6 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( @@ -371475,7 +207059,6 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( @@ -371494,7 +207077,6 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( @@ -371514,7 +207096,6 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( @@ -371533,7 +207114,6 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( @@ -371553,7 +207133,6 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl( @@ -371572,7 +207151,6 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -371580,7 +207158,6 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( public static void ReplacementCodeSUN([NativeTypeName("GLuint")] uint code) => Underlying.Value!.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] [MethodImpl( @@ -371590,7 +207167,6 @@ public static void ReplacementCodeSUN( [NativeTypeName("GLuint")] Constant code ) => Underlying.Value!.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction( "opengl", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN" @@ -371629,7 +207205,6 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -371669,7 +207244,6 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction( "opengl", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN" @@ -371686,7 +207260,6 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( ) => Underlying.Value!.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -371719,7 +207292,6 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -371751,7 +207323,6 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -371784,7 +207355,6 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -371816,7 +207386,6 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -371849,7 +207418,6 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -371881,7 +207449,6 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -371909,7 +207476,6 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] [MethodImpl( @@ -371938,7 +207504,6 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -371950,7 +207515,6 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -371972,7 +207536,6 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -371998,7 +207561,6 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -372025,7 +207587,6 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -372051,7 +207612,6 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -372078,7 +207638,6 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -372104,7 +207663,6 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372118,7 +207676,6 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.ReplacementCodeuiTexCoord2FVertex3SUN(rc, s, t, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] [MethodImpl( @@ -372133,7 +207690,6 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.ReplacementCodeuiTexCoord2FVertex3SUN(rc, s, t, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372144,7 +207700,6 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -372164,7 +207719,6 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -372183,7 +207737,6 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -372203,7 +207756,6 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -372222,7 +207774,6 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -372242,7 +207793,6 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -372265,7 +207815,6 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372277,7 +207826,6 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.ReplacementCodeuiVertex3SUN(rc, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fSUN")] [MethodImpl( @@ -372290,7 +207838,6 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.ReplacementCodeuiVertex3SUN(rc, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372300,7 +207847,6 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ReplacementCodeuiVertex3SUN(rc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -372318,7 +207864,6 @@ public static void ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -372335,7 +207880,6 @@ public static void ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -372353,7 +207897,6 @@ public static void ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -372370,7 +207913,6 @@ public static void ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -372388,7 +207930,6 @@ public static void ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl( @@ -372405,7 +207946,6 @@ public static void ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372413,7 +207953,6 @@ public static void ReplacementCodeuiVertex3SUN( public static void ReplacementCodeSUN([NativeTypeName("const GLuint *")] uint* code) => Underlying.Value!.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl( @@ -372427,7 +207966,6 @@ public static void ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref Underlying.Value!.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372473,7 +208008,6 @@ public static void ReplacementCodeSUN([NativeTypeName("GLushort")] ushort code) public static void ReplacementCodeSUN([NativeTypeName("const GLushort *")] ushort* code) => Underlying.Value!.ReplacementCodeSUN(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusvSUN")] [MethodImpl( @@ -372487,7 +208021,6 @@ public static void ReplacementCodeSUN([NativeTypeName("const GLushort *")] Ref Underlying.Value!.RequestResidentProgramNV(n, programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] [MethodImpl( @@ -372514,7 +208046,6 @@ public static void RequestResidentProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] [MethodImpl( @@ -372524,7 +208055,6 @@ public static void RequestResidentProgramNV( [NativeTypeName("const GLuint *")] uint programs ) => Underlying.Value!.RequestResidentProgramNV(programs); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glResetHistogram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372532,7 +208062,6 @@ public static void RequestResidentProgramNV( public static void ResetHistogram([NativeTypeName("GLenum")] uint target) => Underlying.Value!.ResetHistogram(target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetHistogram")] [MethodImpl( @@ -372542,7 +208071,6 @@ public static void ResetHistogram( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.ResetHistogram(target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372550,7 +208078,6 @@ public static void ResetHistogram( public static void ResetHistogramEXT([NativeTypeName("GLenum")] uint target) => Underlying.Value!.ResetHistogramEXT(target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] [MethodImpl( @@ -372560,9 +208087,6 @@ public static void ResetHistogramEXT( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.ResetHistogramEXT(target); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glResetMemoryObjectParameterNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372572,7 +208096,6 @@ public static void ResetMemoryObjectParameterNV( [NativeTypeName("GLenum")] uint pname ) => Underlying.Value!.ResetMemoryObjectParameterNV(memory, pname); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glResetMinmax")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372580,7 +208103,6 @@ public static void ResetMemoryObjectParameterNV( public static void ResetMinmax([NativeTypeName("GLenum")] uint target) => Underlying.Value!.ResetMinmax(target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetMinmax")] [MethodImpl( @@ -372590,7 +208112,6 @@ public static void ResetMinmax( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.ResetMinmax(target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372598,7 +208119,6 @@ public static void ResetMinmax( public static void ResetMinmaxEXT([NativeTypeName("GLenum")] uint target) => Underlying.Value!.ResetMinmaxEXT(target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] [MethodImpl( @@ -372608,66 +208128,31 @@ public static void ResetMinmaxEXT( [NativeTypeName("GLenum")] Constant target ) => Underlying.Value!.ResetMinmaxEXT(target); - [SupportedApiProfile("gl", ["GL_MESA_resize_buffers"])] [NativeFunction("opengl", EntryPoint = "glResizeBuffersMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void ResizeBuffersMESA() => Underlying.Value!.ResizeBuffersMESA(); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glResolveDepthValuesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void ResolveDepthValuesNV() => Underlying.Value!.ResolveDepthValuesNV(); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glResolveMultisampleFramebufferAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ResolveMultisampleFramebufferApple() => - Underlying.Value!.ResolveMultisampleFramebufferApple(); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] + public static void ResolveMultisampleFramebufferAPPLE() => + Underlying.Value!.ResolveMultisampleFramebufferAPPLE(); + [NativeFunction("opengl", EntryPoint = "glResumeTransformFeedback")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void ResumeTransformFeedback() => Underlying.Value!.ResumeTransformFeedback(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glResumeTransformFeedbackNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372675,31 +208160,6 @@ public static void ResolveMultisampleFramebufferApple() => public static void ResumeTransformFeedbackNV() => Underlying.Value!.ResumeTransformFeedbackNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRotated")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372711,32 +208171,6 @@ public static void Rotate( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.Rotate(angle, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glRotatef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372748,7 +208182,6 @@ public static void Rotate( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.Rotate(angle, x, y, z); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glRotatex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372760,8 +208193,6 @@ public static void Rotatex( [NativeTypeName("GLfixed")] int z ) => Underlying.Value!.Rotatex(angle, x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRotatexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372773,56 +208204,6 @@ public static void RotatexOES( [NativeTypeName("GLfixed")] int z ) => Underlying.Value!.RotatexOES(angle, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372832,56 +208213,6 @@ public static void SampleCoverage( [NativeTypeName("GLboolean")] uint invert ) => Underlying.Value!.SampleCoverage(value, invert); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] [MethodImpl( @@ -372892,7 +208223,6 @@ public static void SampleCoverage( [NativeTypeName("GLboolean")] MaybeBool invert ) => Underlying.Value!.SampleCoverage(value, invert); - [SupportedApiProfile("gl", ["GL_ARB_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372902,7 +208232,6 @@ public static void SampleCoverageARB( [NativeTypeName("GLboolean")] uint invert ) => Underlying.Value!.SampleCoverageARB(value, invert); - [SupportedApiProfile("gl", ["GL_ARB_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] [MethodImpl( @@ -372913,7 +208242,6 @@ public static void SampleCoverageARB( [NativeTypeName("GLboolean")] MaybeBool invert ) => Underlying.Value!.SampleCoverageARB(value, invert); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372923,7 +208251,6 @@ public static void SampleCoveragex( [NativeTypeName("GLboolean")] uint invert ) => Underlying.Value!.SampleCoveragex(value, invert); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] [MethodImpl( @@ -372934,7 +208261,6 @@ public static void SampleCoveragex( [NativeTypeName("GLboolean")] MaybeBool invert ) => Underlying.Value!.SampleCoveragex(value, invert); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372944,7 +208270,6 @@ public static void SampleCoveragexOES( [NativeTypeName("GLboolean")] uint invert ) => Underlying.Value!.SampleCoveragexOES(value, invert); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] [MethodImpl( @@ -372955,7 +208280,6 @@ public static void SampleCoveragexOES( [NativeTypeName("GLboolean")] MaybeBool invert ) => Underlying.Value!.SampleCoveragexOES(value, invert); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372966,7 +208290,6 @@ public static void SampleMapATI( [NativeTypeName("GLenum")] uint swizzle ) => Underlying.Value!.SampleMapATI(dst, interp, swizzle); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] [MethodImpl( @@ -372978,7 +208301,6 @@ public static void SampleMapATI( [NativeTypeName("GLenum")] Constant swizzle ) => Underlying.Value!.SampleMapATI(dst, interp, swizzle); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -372988,7 +208310,6 @@ public static void SampleMaskEXT( [NativeTypeName("GLboolean")] uint invert ) => Underlying.Value!.SampleMaskEXT(value, invert); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] [MethodImpl( @@ -372999,38 +208320,6 @@ public static void SampleMaskEXT( [NativeTypeName("GLboolean")] MaybeBool invert ) => Underlying.Value!.SampleMaskEXT(value, invert); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glSampleMaski")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373040,7 +208329,6 @@ public static void SampleMask( [NativeTypeName("GLbitfield")] uint mask ) => Underlying.Value!.SampleMask(maskNumber, mask); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskIndexedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373050,7 +208338,6 @@ public static void SampleMaskIndexedNV( [NativeTypeName("GLbitfield")] uint mask ) => Underlying.Value!.SampleMaskIndexedNV(index, mask); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373060,7 +208347,6 @@ public static void SampleMaskSGIS( [NativeTypeName("GLboolean")] uint invert ) => Underlying.Value!.SampleMaskSGIS(value, invert); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] [MethodImpl( @@ -373071,7 +208357,6 @@ public static void SampleMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool invert ) => Underlying.Value!.SampleMaskSGIS(value, invert); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373079,7 +208364,6 @@ public static void SampleMaskSGIS( public static void SamplePatternEXT([NativeTypeName("GLenum")] uint pattern) => Underlying.Value!.SamplePatternEXT(pattern); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] [MethodImpl( @@ -373089,7 +208373,6 @@ public static void SamplePatternEXT( [NativeTypeName("GLenum")] Constant pattern ) => Underlying.Value!.SamplePatternEXT(pattern); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373097,7 +208380,6 @@ public static void SamplePatternEXT( public static void SamplePatternSGIS([NativeTypeName("GLenum")] uint pattern) => Underlying.Value!.SamplePatternSGIS(pattern); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] [MethodImpl( @@ -373107,46 +208389,6 @@ public static void SamplePatternSGIS( [NativeTypeName("GLenum")] Constant pattern ) => Underlying.Value!.SamplePatternSGIS(pattern); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373157,46 +208399,6 @@ public static void SamplerParameter( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] [MethodImpl( @@ -373208,46 +208410,6 @@ public static void SamplerParameter( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373258,46 +208420,6 @@ public static void SamplerParameter( [NativeTypeName("const GLfloat *")] float* param2 ) => Underlying.Value!.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] [MethodImpl( @@ -373315,46 +208437,6 @@ public static void SamplerParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373365,46 +208447,6 @@ public static void SamplerParameter( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] [MethodImpl( @@ -373416,36 +208458,6 @@ public static void SamplerParameter( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373456,36 +208468,6 @@ public static void SamplerParameterI( [NativeTypeName("const GLint *")] int* param2 ) => Underlying.Value!.SamplerParameterI(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] [MethodImpl( @@ -373503,7 +208485,6 @@ public static void SamplerParameterI( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373514,7 +208495,6 @@ public static void SamplerParameterIEXT( [NativeTypeName("const GLint *")] int* param2 ) => Underlying.Value!.SamplerParameterIEXT(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] [MethodImpl( @@ -373532,7 +208512,6 @@ public static void SamplerParameterIEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373543,7 +208522,6 @@ public static void SamplerParameterIOES( [NativeTypeName("const GLint *")] int* param2 ) => Underlying.Value!.SamplerParameterIOES(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] [MethodImpl( @@ -373561,36 +208539,6 @@ public static void SamplerParameterIOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373601,36 +208549,6 @@ public static void SamplerParameterI( [NativeTypeName("const GLuint *")] uint* param2 ) => Underlying.Value!.SamplerParameterI(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] [MethodImpl( @@ -373648,7 +208566,6 @@ public static void SamplerParameterI( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373659,7 +208576,6 @@ public static void SamplerParameterIEXT( [NativeTypeName("const GLuint *")] uint* param2 ) => Underlying.Value!.SamplerParameterIEXT(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] [MethodImpl( @@ -373677,7 +208593,6 @@ public static void SamplerParameterIEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373688,7 +208603,6 @@ public static void SamplerParameterIOES( [NativeTypeName("const GLuint *")] uint* param2 ) => Underlying.Value!.SamplerParameterIOES(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] [MethodImpl( @@ -373706,46 +208620,6 @@ public static void SamplerParameterIOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373756,46 +208630,6 @@ public static void SamplerParameter( [NativeTypeName("const GLint *")] int* param2 ) => Underlying.Value!.SamplerParameter(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] [MethodImpl( @@ -373813,31 +208647,6 @@ public static void SamplerParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glScaled")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373848,32 +208657,6 @@ public static void Scale( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.Scale(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glScalef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373884,7 +208667,6 @@ public static void Scale( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.Scale(x, y, z); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glScalex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373895,8 +208677,6 @@ public static void Scalex( [NativeTypeName("GLfixed")] int z ) => Underlying.Value!.Scalex(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glScalexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373907,62 +208687,6 @@ public static void ScalexOES( [NativeTypeName("GLfixed")] int z ) => Underlying.Value!.ScalexOES(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glScissor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -373974,32 +208698,6 @@ public static void Scissor( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.Scissor(x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374010,32 +208708,6 @@ public static void ScissorArray( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.ScissorArray(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl( @@ -374053,32 +208725,6 @@ public static void ScissorArray( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl( @@ -374089,7 +208735,6 @@ public static void ScissorArray( [NativeTypeName("const GLint *")] int v ) => Underlying.Value!.ScissorArray(first, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374100,7 +208745,6 @@ public static void ScissorArrayNV( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.ScissorArrayNV(first, count, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl( @@ -374118,7 +208762,6 @@ public static void ScissorArrayNV( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl( @@ -374129,18 +208772,16 @@ public static void ScissorArrayNV( [NativeTypeName("const GLint *")] int v ) => Underlying.Value!.ScissorArrayNV(first, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ScissorArrayvO( + public static void ScissorArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLint *")] int v - ) => Underlying.Value!.ScissorArrayvO(first, v); + ) => Underlying.Value!.ScissorArrayvOOES(first, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374151,7 +208792,6 @@ public static void ScissorArrayOES( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.ScissorArrayOES(first, count, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl( @@ -374169,9 +208809,6 @@ public static void ScissorArrayOES( } } - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374182,9 +208819,6 @@ public static void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.ScissorExclusiveArrayNV(first, count, v); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl( @@ -374202,9 +208836,6 @@ public static void ScissorExclusiveArrayNV( } } - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl( @@ -374215,9 +208846,6 @@ public static void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] int v ) => Underlying.Value!.ScissorExclusiveArrayNV(first, v); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374229,32 +208857,6 @@ public static void ScissorExclusiveNV( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.ScissorExclusiveNV(x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorIndexed")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374267,7 +208869,6 @@ public static void ScissorIndexed( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.ScissorIndexed(index, left, bottom, width, height); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374280,7 +208881,6 @@ public static void ScissorIndexedNV( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.ScissorIndexedNV(index, left, bottom, width, height); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374293,32 +208893,6 @@ public static void ScissorIndexedOES( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.ScissorIndexedOES(index, left, bottom, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374328,32 +208902,6 @@ public static void ScissorIndexed( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.ScissorIndexed(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] [MethodImpl( @@ -374370,7 +208918,6 @@ public static void ScissorIndexed( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374380,7 +208927,6 @@ public static void ScissorIndexedNV( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.ScissorIndexedNV(index, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] [MethodImpl( @@ -374397,7 +208943,6 @@ public static void ScissorIndexedNV( } } - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374407,7 +208952,6 @@ public static void ScissorIndexedOES( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.ScissorIndexedOES(index, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] [MethodImpl( @@ -374424,27 +208968,6 @@ public static void ScissorIndexedOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3b")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374455,7 +208978,6 @@ public static void SecondaryColor3( [NativeTypeName("GLbyte")] sbyte blue ) => Underlying.Value!.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374466,27 +208988,6 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLbyte")] sbyte blue ) => Underlying.Value!.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374494,27 +208995,6 @@ public static void SecondaryColor3EXT( public static void SecondaryColor3([NativeTypeName("const GLbyte *")] sbyte* v) => Underlying.Value!.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] [MethodImpl( @@ -374528,7 +209008,6 @@ public static void SecondaryColor3([NativeTypeName("const GLbyte *")] Ref } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374536,7 +209015,6 @@ public static void SecondaryColor3([NativeTypeName("const GLbyte *")] Ref public static void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => Underlying.Value!.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] [MethodImpl( @@ -374550,27 +209028,6 @@ public static void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] Ref Underlying.Value!.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374592,27 +209048,6 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLdouble")] double blue ) => Underlying.Value!.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374620,27 +209055,6 @@ public static void SecondaryColor3EXT( public static void SecondaryColor3([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dv")] [MethodImpl( @@ -374654,7 +209068,6 @@ public static void SecondaryColor3([NativeTypeName("const GLdouble *")] Ref Underlying.Value!.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dvEXT")] [MethodImpl( @@ -374676,27 +209088,6 @@ public static void SecondaryColor3EXT([NativeTypeName("const GLdouble *")] Ref Underlying.Value!.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374718,27 +209108,6 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLfloat")] float blue ) => Underlying.Value!.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374746,27 +209115,6 @@ public static void SecondaryColor3EXT( public static void SecondaryColor3([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fv")] [MethodImpl( @@ -374780,7 +209128,6 @@ public static void SecondaryColor3([NativeTypeName("const GLfloat *")] Ref Underlying.Value!.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fvEXT")] [MethodImpl( @@ -374802,7 +209148,6 @@ public static void SecondaryColor3EXT([NativeTypeName("const GLfloat *")] Ref Underlying.Value!.SecondaryColor3NV(red, green, blue); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374821,7 +209165,6 @@ public static void SecondaryColor3NV( public static void SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => Underlying.Value!.SecondaryColor3NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hvNV")] [MethodImpl( @@ -374835,27 +209178,6 @@ public static void SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] Ref Underlying.Value!.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374877,27 +209198,6 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLint")] int blue ) => Underlying.Value!.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374905,27 +209205,6 @@ public static void SecondaryColor3EXT( public static void SecondaryColor3([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iv")] [MethodImpl( @@ -374939,7 +209218,6 @@ public static void SecondaryColor3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374947,7 +209225,6 @@ public static void SecondaryColor3([NativeTypeName("const GLint *")] Ref v) public static void SecondaryColor3EXT([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] [MethodImpl( @@ -374961,27 +209238,6 @@ public static void SecondaryColor3EXT([NativeTypeName("const GLint *")] Ref } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -374992,7 +209248,6 @@ public static void SecondaryColor3( [NativeTypeName("GLshort")] short blue ) => Underlying.Value!.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375003,27 +209258,6 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLshort")] short blue ) => Underlying.Value!.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375031,27 +209265,6 @@ public static void SecondaryColor3EXT( public static void SecondaryColor3([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] [MethodImpl( @@ -375065,7 +209278,6 @@ public static void SecondaryColor3([NativeTypeName("const GLshort *")] Ref Underlying.Value!.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3svEXT")] [MethodImpl( @@ -375087,27 +209298,6 @@ public static void SecondaryColor3EXT([NativeTypeName("const GLshort *")] Ref Underlying.Value!.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375129,27 +209318,6 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLubyte")] byte blue ) => Underlying.Value!.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375157,27 +209325,6 @@ public static void SecondaryColor3EXT( public static void SecondaryColor3([NativeTypeName("const GLubyte *")] byte* v) => Underlying.Value!.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubv")] [MethodImpl( @@ -375191,7 +209338,6 @@ public static void SecondaryColor3([NativeTypeName("const GLubyte *")] Ref } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375199,7 +209345,6 @@ public static void SecondaryColor3([NativeTypeName("const GLubyte *")] Ref public static void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] byte* v) => Underlying.Value!.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] [MethodImpl( @@ -375213,27 +209358,6 @@ public static void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] Ref Underlying.Value!.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375255,27 +209378,6 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLuint")] uint blue ) => Underlying.Value!.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375283,27 +209385,6 @@ public static void SecondaryColor3EXT( public static void SecondaryColor3([NativeTypeName("const GLuint *")] uint* v) => Underlying.Value!.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiv")] [MethodImpl( @@ -375317,7 +209398,6 @@ public static void SecondaryColor3([NativeTypeName("const GLuint *")] Ref } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375325,7 +209405,6 @@ public static void SecondaryColor3([NativeTypeName("const GLuint *")] Ref public static void SecondaryColor3EXT([NativeTypeName("const GLuint *")] uint* v) => Underlying.Value!.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] [MethodImpl( @@ -375339,27 +209418,6 @@ public static void SecondaryColor3EXT([NativeTypeName("const GLuint *")] Ref Underlying.Value!.SecondaryColor3(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375381,27 +209438,6 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLushort")] ushort blue ) => Underlying.Value!.SecondaryColor3EXT(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375409,27 +209445,6 @@ public static void SecondaryColor3EXT( public static void SecondaryColor3([NativeTypeName("const GLushort *")] ushort* v) => Underlying.Value!.SecondaryColor3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usv")] [MethodImpl( @@ -375443,7 +209458,6 @@ public static void SecondaryColor3([NativeTypeName("const GLushort *")] Ref Underlying.Value!.SecondaryColor3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usvEXT")] [MethodImpl( @@ -375465,8 +209478,6 @@ public static void SecondaryColor3EXT([NativeTypeName("const GLushort *")] Ref Underlying.Value!.SecondaryColorFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorFormatNV")] [MethodImpl( @@ -375490,7 +209499,6 @@ public static void SecondaryColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.SecondaryColorFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375500,7 +209508,6 @@ public static void SecondaryColorP3( [NativeTypeName("GLuint")] uint color ) => Underlying.Value!.SecondaryColorP3(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] [MethodImpl( @@ -375511,65 +209518,41 @@ public static void SecondaryColorP3( [NativeTypeName("GLuint")] uint color ) => Underlying.Value!.SecondaryColorP3(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SecondaryColorP3Uiv( + public static void SecondaryColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color - ) => Underlying.Value!.SecondaryColorP3Uiv(type, color); + ) => Underlying.Value!.SecondaryColorP3uiv(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SecondaryColorP3Uiv( + public static void SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ) { fixed (uint* __dsl_color = color) { - SecondaryColorP3Uiv((uint)type, __dsl_color); + SecondaryColorP3uiv((uint)type, __dsl_color); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SecondaryColorP3Uiv( + public static void SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => Underlying.Value!.SecondaryColorP3Uiv(type, color); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] + ) => Underlying.Value!.SecondaryColorP3uiv(type, color); + [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375581,27 +209564,6 @@ public static void SecondaryColorPointer( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.SecondaryColorPointer(size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] [MethodImpl( @@ -375620,7 +209582,6 @@ public static void SecondaryColorPointer( } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375632,7 +209593,6 @@ public static void SecondaryColorPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.SecondaryColorPointerEXT(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] [MethodImpl( @@ -375651,7 +209611,6 @@ public static void SecondaryColorPointerEXT( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375664,7 +209623,6 @@ public static void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => Underlying.Value!.SecondaryColorPointerListIBM(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl( @@ -375684,7 +209642,6 @@ public static void SecondaryColorPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl( @@ -375701,31 +209658,6 @@ public static Ptr SecondaryColorPointerListIBM( return pointer; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375735,31 +209667,6 @@ public static void SelectBuffer( [NativeTypeName("GLuint *")] uint* buffer ) => Underlying.Value!.SelectBuffer(size, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl( @@ -375776,31 +209683,6 @@ public static void SelectBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl( @@ -375813,9 +209695,6 @@ public static uint SelectBuffer() return buffer; } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375835,9 +209714,6 @@ public static void SelectPerfMonitorCountersAMD( counterList ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl( @@ -375863,9 +209739,6 @@ public static void SelectPerfMonitorCountersAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl( @@ -375882,8 +209755,6 @@ public static uint SelectPerfMonitorCountersAMD( return counterList; } - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375894,8 +209765,6 @@ public static void SemaphoreParameterNV( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.SemaphoreParameterNV(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] [MethodImpl( @@ -375913,8 +209782,6 @@ public static void SemaphoreParameterNV( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375925,8 +209792,6 @@ public static void SemaphoreParameterEXT( [NativeTypeName("const GLuint64 *")] ulong* @params ) => Underlying.Value!.SemaphoreParameterEXT(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] [MethodImpl( @@ -375944,7 +209809,6 @@ public static void SemaphoreParameterEXT( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -375970,7 +209834,6 @@ public static void SeparableFilter2D( column ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] [MethodImpl( @@ -376003,7 +209866,6 @@ public static void SeparableFilter2D( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376029,7 +209891,6 @@ public static void SeparableFilter2DEXT( column ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] [MethodImpl( @@ -376062,17 +209923,13 @@ public static void SeparableFilter2DEXT( } } - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glSetFenceAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SetFenceApple([NativeTypeName("GLuint")] uint fence) => - Underlying.Value!.SetFenceApple(fence); + public static void SetFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + Underlying.Value!.SetFenceAPPLE(fence); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376082,9 +209939,6 @@ public static void SetFenceNV( [NativeTypeName("GLenum")] uint condition ) => Underlying.Value!.SetFenceNV(fence, condition); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] [MethodImpl( @@ -376095,7 +209949,6 @@ public static void SetFenceNV( [NativeTypeName("GLenum")] Constant condition ) => Underlying.Value!.SetFenceNV(fence, condition); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376105,7 +209958,6 @@ public static void SetFragmentShaderConstantATI( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.SetFragmentShaderConstantATI(dst, value); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] [MethodImpl( @@ -376122,7 +209974,6 @@ public static void SetFragmentShaderConstantATI( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376133,7 +209984,6 @@ public static void SetInvariantEXT( [NativeTypeName("const void *")] void* addr ) => Underlying.Value!.SetInvariantEXT(id, type, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] [MethodImpl( @@ -376151,7 +210001,6 @@ public static void SetInvariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376162,7 +210011,6 @@ public static void SetLocalConstantEXT( [NativeTypeName("const void *")] void* addr ) => Underlying.Value!.SetLocalConstantEXT(id, type, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] [MethodImpl( @@ -376180,7 +210028,6 @@ public static void SetLocalConstantEXT( } } - [SupportedApiProfile("gl", ["GL_AMD_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376191,7 +210038,6 @@ public static void SetMultisampleAMD( [NativeTypeName("const GLfloat *")] float* val ) => Underlying.Value!.SetMultisampleAMD(pname, index, val); - [SupportedApiProfile("gl", ["GL_AMD_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] [MethodImpl( @@ -376209,32 +210055,6 @@ public static void SetMultisampleAMD( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glShadeModel")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376242,32 +210062,6 @@ public static void SetMultisampleAMD( public static void ShadeModel([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.ShadeModel(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadeModel")] [MethodImpl( @@ -376277,37 +210071,6 @@ public static void ShadeModel( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.ShadeModel(mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glShaderBinary")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376320,37 +210083,6 @@ public static void ShaderBinary( [NativeTypeName("GLsizei")] uint length ) => Underlying.Value!.ShaderBinary(count, shaders, binaryFormat, binary, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderBinary")] [MethodImpl( @@ -376371,7 +210103,6 @@ public static void ShaderBinary( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376382,7 +210113,6 @@ public static void ShaderOp1EXT( [NativeTypeName("GLuint")] uint arg1 ) => Underlying.Value!.ShaderOp1EXT(op, res, arg1); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] [MethodImpl( @@ -376394,7 +210124,6 @@ public static void ShaderOp1EXT( [NativeTypeName("GLuint")] uint arg1 ) => Underlying.Value!.ShaderOp1EXT(op, res, arg1); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376406,7 +210135,6 @@ public static void ShaderOp2EXT( [NativeTypeName("GLuint")] uint arg2 ) => Underlying.Value!.ShaderOp2EXT(op, res, arg1, arg2); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] [MethodImpl( @@ -376419,7 +210147,6 @@ public static void ShaderOp2EXT( [NativeTypeName("GLuint")] uint arg2 ) => Underlying.Value!.ShaderOp2EXT(op, res, arg1, arg2); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376432,7 +210159,6 @@ public static void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg3 ) => Underlying.Value!.ShaderOp3EXT(op, res, arg1, arg2, arg3); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] [MethodImpl( @@ -376446,49 +210172,6 @@ public static void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg3 ) => Underlying.Value!.ShaderOp3EXT(op, res, arg1, arg2, arg3); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glShaderSource")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376500,49 +210183,6 @@ public static void ShaderSource( [NativeTypeName("const GLint *")] int* length ) => Underlying.Value!.ShaderSource(shader, count, @string, length); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderSource")] [MethodImpl( @@ -376562,7 +210202,6 @@ public static void ShaderSource( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376574,7 +210213,6 @@ public static void ShaderSourceARB( [NativeTypeName("const GLint *")] int* length ) => Underlying.Value!.ShaderSourceARB(shaderObj, count, @string, length); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] [MethodImpl( @@ -376594,28 +210232,6 @@ public static void ShaderSourceARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_storage_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_storage_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glShaderStorageBlockBinding")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376631,7 +210247,6 @@ public static void ShaderStorageBlockBinding( storageBlockBinding ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376641,7 +210256,6 @@ public static void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] uint combinerOp1 ) => Underlying.Value!.ShadingRateCombinerOpEXT(combinerOp0, combinerOp1); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] [MethodImpl( @@ -376652,7 +210266,6 @@ public static void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] Constant combinerOp1 ) => Underlying.Value!.ShadingRateCombinerOpEXT(combinerOp0, combinerOp1); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376660,7 +210273,6 @@ public static void ShadingRateCombinerOpEXT( public static void ShadingRateEXT([NativeTypeName("GLenum")] uint rate) => Underlying.Value!.ShadingRateEXT(rate); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] [MethodImpl( @@ -376670,9 +210282,6 @@ public static void ShadingRateEXT( [NativeTypeName("GLenum")] Constant rate ) => Underlying.Value!.ShadingRateEXT(rate); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376681,9 +210290,6 @@ public static void ShadingRateImageBarrierNV( [NativeTypeName("GLboolean")] uint synchronize ) => Underlying.Value!.ShadingRateImageBarrierNV(synchronize); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] [MethodImpl( @@ -376693,9 +210299,6 @@ public static void ShadingRateImageBarrierNV( [NativeTypeName("GLboolean")] MaybeBool synchronize ) => Underlying.Value!.ShadingRateImageBarrierNV(synchronize); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376707,9 +210310,6 @@ public static void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] uint* rates ) => Underlying.Value!.ShadingRateImagePaletteNV(viewport, first, count, rates); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl( @@ -376728,9 +210328,6 @@ public static void ShadingRateImagePaletteNV( } } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl( @@ -376742,7 +210339,6 @@ public static void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] uint rates ) => Underlying.Value!.ShadingRateImagePaletteNV(viewport, first, rates); - [SupportedApiProfile("gles2", ["GL_QCOM_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376750,7 +210346,6 @@ public static void ShadingRateImagePaletteNV( public static void ShadingRateQCOM([NativeTypeName("GLenum")] uint rate) => Underlying.Value!.ShadingRateQCOM(rate); - [SupportedApiProfile("gles2", ["GL_QCOM_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] [MethodImpl( @@ -376760,9 +210355,6 @@ public static void ShadingRateQCOM( [NativeTypeName("GLenum")] Constant rate ) => Underlying.Value!.ShadingRateQCOM(rate); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376773,9 +210365,6 @@ public static void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] int* locations ) => Underlying.Value!.ShadingRateSampleOrderCustomNV(rate, samples, locations); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl( @@ -376793,9 +210382,6 @@ public static void ShadingRateSampleOrderCustomNV( } } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl( @@ -376806,9 +210392,6 @@ public static void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] int locations ) => Underlying.Value!.ShadingRateSampleOrderCustomNV(samples, locations); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376816,7 +210399,6 @@ public static void ShadingRateSampleOrderCustomNV( public static void ShadingRateSampleOrderNV([NativeTypeName("GLenum")] uint order) => Underlying.Value!.ShadingRateSampleOrderNV(order); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376827,7 +210409,6 @@ public static void SharpenTexFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ) => Underlying.Value!.SharpenTexFuncSGIS(target, n, points); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] [MethodImpl( @@ -376845,8 +210426,6 @@ public static void SharpenTexFuncSGIS( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -376868,8 +210447,6 @@ public static void SignalSemaphoreEXT( dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -376899,8 +210476,6 @@ public static void SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -376928,8 +210503,6 @@ public static void SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -376959,8 +210532,6 @@ public static void SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -376988,8 +210559,6 @@ public static void SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -377019,8 +210588,6 @@ public static void SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl( @@ -377048,7 +210615,6 @@ public static void SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377066,7 +210632,6 @@ public static void SignalSemaphoreNVX( fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] [MethodImpl( @@ -377091,9 +210656,6 @@ public static void SignalSemaphoreNVX( } } - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glSignalVkFenceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377101,9 +210663,6 @@ public static void SignalSemaphoreNVX( public static void SignalVkFenceNV([NativeTypeName("GLuint64")] ulong vkFence) => Underlying.Value!.SignalVkFenceNV(vkFence); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glSignalVkSemaphoreNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377111,8 +210670,6 @@ public static void SignalVkFenceNV([NativeTypeName("GLuint64")] ulong vkFence) = public static void SignalVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore) => Underlying.Value!.SignalVkSemaphoreNV(vkSemaphore); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377132,8 +210689,6 @@ public static void SpecializeShader( pConstantValue ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] [MethodImpl( @@ -377161,8 +210716,6 @@ public static void SpecializeShader( } } - [SupportedApiProfile("gl", ["GL_ARB_gl_spirv"])] - [SupportedApiProfile("glcore", ["GL_ARB_gl_spirv"])] [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377182,8 +210735,6 @@ public static void SpecializeShaderARB( pConstantValue ); - [SupportedApiProfile("gl", ["GL_ARB_gl_spirv"])] - [SupportedApiProfile("glcore", ["GL_ARB_gl_spirv"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] [MethodImpl( @@ -377211,7 +210762,6 @@ public static void SpecializeShaderARB( } } - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377221,7 +210771,6 @@ public static void SpriteParameterSGIX( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.SpriteParameterSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] [MethodImpl( @@ -377232,7 +210781,6 @@ public static void SpriteParameterSGIX( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.SpriteParameterSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377242,7 +210790,6 @@ public static void SpriteParameterSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.SpriteParameterSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] [MethodImpl( @@ -377259,7 +210806,6 @@ public static void SpriteParameterSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377269,7 +210815,6 @@ public static void SpriteParameterSGIX( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.SpriteParameterSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] [MethodImpl( @@ -377277,10 +210822,9 @@ public static void SpriteParameterSGIX( )] public static void SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 + [NativeTypeName("GLint")] Constant param1 ) => Underlying.Value!.SpriteParameterSGIX(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377290,7 +210834,6 @@ public static void SpriteParameterSGIX( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.SpriteParameterSGIX(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] [MethodImpl( @@ -377307,15 +210850,12 @@ public static void SpriteParameterSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glStartInstrumentsSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void StartInstrumentsSGIX() => Underlying.Value!.StartInstrumentsSGIX(); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377328,8 +210868,6 @@ public static void StartTilingQCOM( [NativeTypeName("GLbitfield")] uint preserveMask ) => Underlying.Value!.StartTilingQCOM(x, y, width, height, preserveMask); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] [MethodImpl( @@ -377343,8 +210881,6 @@ public static void StartTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask ) => Underlying.Value!.StartTilingQCOM(x, y, width, height, preserveMask); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glStateCaptureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377354,7 +210890,6 @@ public static void StateCaptureNV( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.StateCaptureNV(state, mode); - [SupportedApiProfile("gl", ["GL_EXT_stencil_clear_tag"])] [NativeFunction("opengl", EntryPoint = "glStencilClearTagEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377364,9 +210899,6 @@ public static void StencilClearTagEXT( [NativeTypeName("GLuint")] uint stencilClearTag ) => Underlying.Value!.StencilClearTagEXT(stencilTagBits, stencilClearTag); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377392,9 +210924,6 @@ public static void StencilFillPathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] [MethodImpl( @@ -377427,9 +210956,6 @@ public static void StencilFillPathInstancedNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377440,9 +210966,6 @@ public static void StencilFillPathNV( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.StencilFillPathNV(path, fillMode, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] [MethodImpl( @@ -377454,62 +210977,6 @@ public static void StencilFillPathNV( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.StencilFillPathNV(path, fillMode, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilFunc")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377520,62 +210987,6 @@ public static void StencilFunc( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.StencilFunc(func, @ref, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFunc")] [MethodImpl( @@ -377587,49 +210998,6 @@ public static void StencilFunc( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.StencilFunc(func, @ref, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377641,49 +211009,6 @@ public static void StencilFuncSeparate( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.StencilFuncSeparate(face, func, @ref, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] [MethodImpl( @@ -377696,7 +211021,6 @@ public static void StencilFuncSeparate( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.StencilFuncSeparate(face, func, @ref, mask); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377708,7 +211032,6 @@ public static void StencilFuncSeparateATI( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.StencilFuncSeparateATI(frontfunc, backfunc, @ref, mask); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] [MethodImpl( @@ -377721,62 +211044,6 @@ public static void StencilFuncSeparateATI( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.StencilFuncSeparateATI(frontfunc, backfunc, @ref, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377784,49 +211051,6 @@ public static void StencilFuncSeparateATI( public static void StencilMask([NativeTypeName("GLuint")] uint mask) => Underlying.Value!.StencilMask(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377836,49 +211060,6 @@ public static void StencilMaskSeparate( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.StencilMaskSeparate(face, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] [MethodImpl( @@ -377889,62 +211070,6 @@ public static void StencilMaskSeparate( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.StencilMaskSeparate(face, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilOp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -377955,62 +211080,6 @@ public static void StencilOp( [NativeTypeName("GLenum")] uint zpass ) => Underlying.Value!.StencilOp(fail, zfail, zpass); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOp")] [MethodImpl( @@ -378022,49 +211091,6 @@ public static void StencilOp( [NativeTypeName("GLenum")] Constant zpass ) => Underlying.Value!.StencilOp(fail, zfail, zpass); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378076,49 +211102,6 @@ public static void StencilOpSeparate( [NativeTypeName("GLenum")] uint dppass ) => Underlying.Value!.StencilOpSeparate(face, sfail, dpfail, dppass); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] [MethodImpl( @@ -378131,7 +211114,6 @@ public static void StencilOpSeparate( [NativeTypeName("GLenum")] Constant dppass ) => Underlying.Value!.StencilOpSeparate(face, sfail, dpfail, dppass); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378143,7 +211125,6 @@ public static void StencilOpSeparateATI( [NativeTypeName("GLenum")] uint dppass ) => Underlying.Value!.StencilOpSeparateATI(face, sfail, dpfail, dppass); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] [MethodImpl( @@ -378156,7 +211137,6 @@ public static void StencilOpSeparateATI( [NativeTypeName("GLenum")] Constant dppass ) => Underlying.Value!.StencilOpSeparateATI(face, sfail, dpfail, dppass); - [SupportedApiProfile("gl", ["GL_AMD_stencil_operation_extended"])] [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378166,7 +211146,6 @@ public static void StencilOpValueAMD( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.StencilOpValueAMD(face, value); - [SupportedApiProfile("gl", ["GL_AMD_stencil_operation_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] [MethodImpl( @@ -378177,9 +211156,6 @@ public static void StencilOpValueAMD( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.StencilOpValueAMD(face, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378205,9 +211181,6 @@ public static void StencilStrokePathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] [MethodImpl( @@ -378240,9 +211213,6 @@ public static void StencilStrokePathInstancedNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378253,9 +211223,6 @@ public static void StencilStrokePathNV( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.StencilStrokePathNV(path, reference, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378283,9 +211250,6 @@ public static void StencilThenCoverFillPathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] [MethodImpl( @@ -378320,9 +211284,6 @@ public static void StencilThenCoverFillPathInstancedNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378334,9 +211295,6 @@ public static void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] uint coverMode ) => Underlying.Value!.StencilThenCoverFillPathNV(path, fillMode, mask, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] [MethodImpl( @@ -378349,9 +211307,6 @@ public static void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] Constant coverMode ) => Underlying.Value!.StencilThenCoverFillPathNV(path, fillMode, mask, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378379,9 +211334,6 @@ public static void StencilThenCoverStrokePathInstancedNV( transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] [MethodImpl( @@ -378416,9 +211368,6 @@ public static void StencilThenCoverStrokePathInstancedNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378430,9 +211379,6 @@ public static void StencilThenCoverStrokePathNV( [NativeTypeName("GLenum")] uint coverMode ) => Underlying.Value!.StencilThenCoverStrokePathNV(path, reference, mask, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] [MethodImpl( @@ -378445,7 +211391,6 @@ public static void StencilThenCoverStrokePathNV( [NativeTypeName("GLenum")] Constant coverMode ) => Underlying.Value!.StencilThenCoverStrokePathNV(path, reference, mask, coverMode); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glStopInstrumentsSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378453,36 +211398,31 @@ public static void StencilThenCoverStrokePathNV( public static void StopInstrumentsSGIX([NativeTypeName("GLint")] int marker) => Underlying.Value!.StopInstrumentsSGIX(marker); - [SupportedApiProfile("gl", ["GL_GREMEDY_string_marker"])] [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void StringMarkerGremedy( + public static void StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] void* @string - ) => Underlying.Value!.StringMarkerGremedy(len, @string); + ) => Underlying.Value!.StringMarkerGREMEDY(len, @string); - [SupportedApiProfile("gl", ["GL_GREMEDY_string_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void StringMarkerGremedy( + public static void StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] Ref @string ) { fixed (void* __dsl_string = @string) { - StringMarkerGremedy(len, __dsl_string); + StringMarkerGREMEDY(len, __dsl_string); } } - [SupportedApiProfile("gl", ["GL_NV_conservative_raster"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster"])] - [SupportedApiProfile("gles2", ["GL_NV_conservative_raster"])] [NativeFunction("opengl", EntryPoint = "glSubpixelPrecisionBiasNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378492,7 +211432,6 @@ public static void SubpixelPrecisionBiasNV( [NativeTypeName("GLuint")] uint ybits ) => Underlying.Value!.SubpixelPrecisionBiasNV(xbits, ybits); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378506,7 +211445,6 @@ public static void SwizzleEXT( [NativeTypeName("GLenum")] uint outW ) => Underlying.Value!.SwizzleEXT(res, @in, outX, outY, outZ, outW); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] [MethodImpl( @@ -378521,22 +211459,19 @@ public static void SwizzleEXT( [NativeTypeName("GLenum")] Constant outW ) => Underlying.Value!.SwizzleEXT(res, @in, outX, outY, outZ, outW); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glSyncTextureINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void SyncTextureIntel([NativeTypeName("GLuint")] uint texture) => - Underlying.Value!.SyncTextureIntel(texture); + public static void SyncTextureINTEL([NativeTypeName("GLuint")] uint texture) => + Underlying.Value!.SyncTextureINTEL(texture); - [SupportedApiProfile("gl", ["GL_SGIX_tag_sample_buffer"])] [NativeFunction("opengl", EntryPoint = "glTagSampleBufferSGIX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void TagSampleBufferSGIX() => Underlying.Value!.TagSampleBufferSGIX(); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3bEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378547,7 +211482,6 @@ public static void Tangent3EXT( [NativeTypeName("GLbyte")] sbyte tz ) => Underlying.Value!.Tangent3EXT(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378555,7 +211489,6 @@ public static void Tangent3EXT( public static void Tangent3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => Underlying.Value!.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] [MethodImpl( @@ -378569,7 +211502,6 @@ public static void Tangent3EXT([NativeTypeName("const GLbyte *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378580,7 +211512,6 @@ public static void Tangent3EXT( [NativeTypeName("GLdouble")] double tz ) => Underlying.Value!.Tangent3EXT(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378588,7 +211519,6 @@ public static void Tangent3EXT( public static void Tangent3EXT([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] [MethodImpl( @@ -378602,7 +211532,6 @@ public static void Tangent3EXT([NativeTypeName("const GLdouble *")] Ref } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3fEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378613,7 +211542,6 @@ public static void Tangent3EXT( [NativeTypeName("GLfloat")] float tz ) => Underlying.Value!.Tangent3EXT(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378621,7 +211549,6 @@ public static void Tangent3EXT( public static void Tangent3EXT([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] [MethodImpl( @@ -378635,7 +211562,6 @@ public static void Tangent3EXT([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378646,7 +211572,6 @@ public static void Tangent3EXT( [NativeTypeName("GLint")] int tz ) => Underlying.Value!.Tangent3EXT(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378654,7 +211579,6 @@ public static void Tangent3EXT( public static void Tangent3EXT([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] [MethodImpl( @@ -378668,7 +211592,6 @@ public static void Tangent3EXT([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3sEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378679,7 +211602,6 @@ public static void Tangent3EXT( [NativeTypeName("GLshort")] short tz ) => Underlying.Value!.Tangent3EXT(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378687,7 +211609,6 @@ public static void Tangent3EXT( public static void Tangent3EXT([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.Tangent3EXT(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] [MethodImpl( @@ -378701,7 +211622,6 @@ public static void Tangent3EXT([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378712,7 +211632,6 @@ public static void TangentPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.TangentPointerEXT(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] [MethodImpl( @@ -378730,7 +211649,6 @@ public static void TangentPointerEXT( } } - [SupportedApiProfile("gl", ["GL_3DFX_tbuffer"])] [NativeFunction("opengl", EntryPoint = "glTbufferMask3DFX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378738,7 +211656,6 @@ public static void TangentPointerEXT( public static void TbufferMask3DFX([NativeTypeName("GLuint")] uint mask) => Underlying.Value!.TbufferMask3DFX(mask); - [SupportedApiProfile("gl", ["GL_AMD_vertex_shader_tessellator"])] [NativeFunction("opengl", EntryPoint = "glTessellationFactorAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378746,7 +211663,6 @@ public static void TbufferMask3DFX([NativeTypeName("GLuint")] uint mask) => public static void TessellationFactorAMD([NativeTypeName("GLfloat")] float factor) => Underlying.Value!.TessellationFactorAMD(factor); - [SupportedApiProfile("gl", ["GL_AMD_vertex_shader_tessellator"])] [NativeFunction("opengl", EntryPoint = "glTessellationModeAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378755,28 +211671,23 @@ public static void TessellationModeAMD([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.TessellationModeAMD(mode); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static MaybeBool TestFenceApple([NativeTypeName("GLuint")] uint fence) => - Underlying.Value!.TestFenceApple(fence); + public static MaybeBool TestFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + Underlying.Value!.TestFenceAPPLE(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint TestFenceAppleRaw([NativeTypeName("GLuint")] uint fence) => - Underlying.Value!.TestFenceAppleRaw(fence); + public static uint TestFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence) => + Underlying.Value!.TestFenceAppleRawAPPLE(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] [MethodImpl( @@ -378786,42 +211697,34 @@ public static MaybeBool TestFenceNV([NativeTypeName("GLuint")] uint fence) Underlying.Value!.TestFenceNV(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint TestFenceNVRaw([NativeTypeName("GLuint")] uint fence) => - Underlying.Value!.TestFenceNVRaw(fence); + public static uint TestFenceNVRawNV([NativeTypeName("GLuint")] uint fence) => + Underlying.Value!.TestFenceNVRawNV(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static MaybeBool TestObjectApple( + public static MaybeBool TestObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name - ) => Underlying.Value!.TestObjectApple(@object, name); + ) => Underlying.Value!.TestObjectAPPLE(@object, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint TestObjectAppleRaw( + public static uint TestObjectAppleRawAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name - ) => Underlying.Value!.TestObjectAppleRaw(@object, name); + ) => Underlying.Value!.TestObjectAppleRawAPPLE(@object, name); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378832,9 +211735,6 @@ public static void TexAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => Underlying.Value!.TexAttachMemoryNV(target, memory, offset); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] [MethodImpl( @@ -378846,38 +211746,6 @@ public static void TexAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => Underlying.Value!.TexAttachMemoryNV(target, memory, offset); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glTexBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378888,38 +211756,6 @@ public static void TexBuffer( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TexBuffer(target, internalformat, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBuffer")] [MethodImpl( @@ -378931,8 +211767,6 @@ public static void TexBuffer( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TexBuffer(target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_ARB_texture_buffer_object"])] - [SupportedApiProfile("glcore", ["GL_ARB_texture_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378943,8 +211777,6 @@ public static void TexBufferARB( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TexBufferARB(target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_ARB_texture_buffer_object"])] - [SupportedApiProfile("glcore", ["GL_ARB_texture_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] [MethodImpl( @@ -378956,8 +211788,6 @@ public static void TexBufferARB( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TexBufferARB(target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_texture_buffer_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378968,8 +211798,6 @@ public static void TexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TexBufferEXT(target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_texture_buffer_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] [MethodImpl( @@ -378981,7 +211809,6 @@ public static void TexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TexBufferEXT(target, internalformat, buffer); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -378992,7 +211819,6 @@ public static void TexBufferOES( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TexBufferOES(target, internalformat, buffer); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] [MethodImpl( @@ -379004,28 +211830,6 @@ public static void TexBufferOES( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TexBufferOES(target, internalformat, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379038,28 +211842,6 @@ public static void TexBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.TexBufferRange(target, internalformat, buffer, offset, size); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] [MethodImpl( @@ -379073,7 +211855,6 @@ public static void TexBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.TexBufferRange(target, internalformat, buffer, offset, size); - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379086,7 +211867,6 @@ public static void TexBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.TexBufferRangeEXT(target, internalformat, buffer, offset, size); - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] [MethodImpl( @@ -379100,7 +211880,6 @@ public static void TexBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.TexBufferRangeEXT(target, internalformat, buffer, offset, size); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379113,7 +211892,6 @@ public static void TexBufferRangeOES( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.TexBufferRangeOES(target, internalformat, buffer, offset, size); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] [MethodImpl( @@ -379127,7 +211905,6 @@ public static void TexBufferRangeOES( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.TexBufferRangeOES(target, internalformat, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379137,7 +211914,6 @@ public static void TexBumpParameterATI( [NativeTypeName("const GLfloat *")] float* param1 ) => Underlying.Value!.TexBumpParameterATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] [MethodImpl( @@ -379154,7 +211930,6 @@ public static void TexBumpParameterATI( } } - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379164,7 +211939,6 @@ public static void TexBumpParameterATI( [NativeTypeName("const GLint *")] int* param1 ) => Underlying.Value!.TexBumpParameterATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] [MethodImpl( @@ -379181,7 +211955,6 @@ public static void TexBumpParameterATI( } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379189,16 +211962,14 @@ public static void TexBumpParameterATI( public static void TexCoord1OES([NativeTypeName("GLbyte")] sbyte s) => Underlying.Value!.TexCoord1OES(s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1BvO([NativeTypeName("const GLbyte *")] sbyte coords) => - Underlying.Value!.TexCoord1BvO(coords); + public static void TexCoord1BvOOES([NativeTypeName("const GLbyte *")] sbyte coords) => + Underlying.Value!.TexCoord1BvOOES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379206,7 +211977,6 @@ public static void TexCoord1BvO([NativeTypeName("const GLbyte *")] sbyte coords) public static void TexCoord1OES([NativeTypeName("const GLbyte *")] sbyte* coords) => Underlying.Value!.TexCoord1OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl( @@ -379220,277 +211990,76 @@ public static void TexCoord1OES([NativeTypeName("const GLbyte *")] Ref co } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1D([NativeTypeName("GLdouble")] double s) => - Underlying.Value!.TexCoord1D(s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1d([NativeTypeName("GLdouble")] double s) => + Underlying.Value!.TexCoord1d(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Dv([NativeTypeName("const GLdouble *")] double* v) => - Underlying.Value!.TexCoord1Dv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1dv([NativeTypeName("const GLdouble *")] double* v) => + Underlying.Value!.TexCoord1dv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Dv([NativeTypeName("const GLdouble *")] Ref v) + public static void TexCoord1dv([NativeTypeName("const GLdouble *")] Ref v) { fixed (double* __dsl_v = v) { - TexCoord1Dv(__dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + TexCoord1dv(__dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Dv([NativeTypeName("const GLdouble *")] double v) => - Underlying.Value!.TexCoord1Dv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1dv([NativeTypeName("const GLdouble *")] double v) => + Underlying.Value!.TexCoord1dv(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1F([NativeTypeName("GLfloat")] float s) => - Underlying.Value!.TexCoord1F(s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1f([NativeTypeName("GLfloat")] float s) => + Underlying.Value!.TexCoord1f(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Fv([NativeTypeName("const GLfloat *")] float* v) => - Underlying.Value!.TexCoord1Fv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1fv([NativeTypeName("const GLfloat *")] float* v) => + Underlying.Value!.TexCoord1fv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Fv([NativeTypeName("const GLfloat *")] Ref v) + public static void TexCoord1fv([NativeTypeName("const GLfloat *")] Ref v) { fixed (float* __dsl_v = v) { - TexCoord1Fv(__dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + TexCoord1fv(__dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Fv([NativeTypeName("const GLfloat *")] float v) => - Underlying.Value!.TexCoord1Fv(v); + public static void TexCoord1fv([NativeTypeName("const GLfloat *")] float v) => + Underlying.Value!.TexCoord1fv(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379498,308 +212067,104 @@ public static void TexCoord1Fv([NativeTypeName("const GLfloat *")] float v) => public static void TexCoord1NV([NativeTypeName("GLhalfNV")] ushort s) => Underlying.Value!.TexCoord1NV(s); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort* v) => - Underlying.Value!.TexCoord1HvNV(v); + public static void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort* v) => + Underlying.Value!.TexCoord1hvNV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] Ref v) + public static void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] Ref v) { fixed (ushort* __dsl_v = v) { - TexCoord1HvNV(__dsl_v); + TexCoord1hvNV(__dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort v) => - Underlying.Value!.TexCoord1HvNV(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort v) => + Underlying.Value!.TexCoord1hvNV(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1I([NativeTypeName("GLint")] int s) => - Underlying.Value!.TexCoord1I(s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1i([NativeTypeName("GLint")] int s) => + Underlying.Value!.TexCoord1i(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Iv([NativeTypeName("const GLint *")] int* v) => - Underlying.Value!.TexCoord1Iv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1iv([NativeTypeName("const GLint *")] int* v) => + Underlying.Value!.TexCoord1iv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Iv([NativeTypeName("const GLint *")] Ref v) + public static void TexCoord1iv([NativeTypeName("const GLint *")] Ref v) { fixed (int* __dsl_v = v) { - TexCoord1Iv(__dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + TexCoord1iv(__dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Iv([NativeTypeName("const GLint *")] int v) => - Underlying.Value!.TexCoord1Iv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1iv([NativeTypeName("const GLint *")] int v) => + Underlying.Value!.TexCoord1iv(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1S([NativeTypeName("GLshort")] short s) => - Underlying.Value!.TexCoord1S(s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1s([NativeTypeName("GLshort")] short s) => + Underlying.Value!.TexCoord1s(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Sv([NativeTypeName("const GLshort *")] short* v) => - Underlying.Value!.TexCoord1Sv(v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1sv([NativeTypeName("const GLshort *")] short* v) => + Underlying.Value!.TexCoord1sv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Sv([NativeTypeName("const GLshort *")] Ref v) + public static void TexCoord1sv([NativeTypeName("const GLshort *")] Ref v) { fixed (short* __dsl_v = v) { - TexCoord1Sv(__dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + TexCoord1sv(__dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1Sv([NativeTypeName("const GLshort *")] short v) => - Underlying.Value!.TexCoord1Sv(v); + public static void TexCoord1sv([NativeTypeName("const GLshort *")] short v) => + Underlying.Value!.TexCoord1sv(v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379807,16 +212172,14 @@ public static void TexCoord1Sv([NativeTypeName("const GLshort *")] short v) => public static void TexCoord1XOES([NativeTypeName("GLfixed")] int s) => Underlying.Value!.TexCoord1XOES(s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoord1XvO([NativeTypeName("const GLfixed *")] int coords) => - Underlying.Value!.TexCoord1XvO(coords); + public static void TexCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords) => + Underlying.Value!.TexCoord1XvOOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379824,7 +212187,6 @@ public static void TexCoord1XvO([NativeTypeName("const GLfixed *")] int coords) public static void TexCoord1XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.TexCoord1XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl( @@ -379838,7 +212200,6 @@ public static void TexCoord1XOES([NativeTypeName("const GLfixed *")] Ref co } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379848,7 +212209,6 @@ public static void TexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ) => Underlying.Value!.TexCoord2OES(s, t); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379856,7 +212216,6 @@ public static void TexCoord2OES( public static void TexCoord2OES([NativeTypeName("const GLbyte *")] sbyte* coords) => Underlying.Value!.TexCoord2OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] [MethodImpl( @@ -379870,31 +212229,6 @@ public static void TexCoord2OES([NativeTypeName("const GLbyte *")] Ref co } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379904,31 +212238,6 @@ public static void TexCoord2( [NativeTypeName("GLdouble")] double t ) => Underlying.Value!.TexCoord2(s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -379936,31 +212245,6 @@ public static void TexCoord2( public static void TexCoord2([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.TexCoord2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] [MethodImpl( @@ -379974,31 +212258,6 @@ public static void TexCoord2([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380008,7 +212267,6 @@ public static void TexCoord2( [NativeTypeName("GLfloat")] float t ) => Underlying.Value!.TexCoord2(s, t); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380024,7 +212282,6 @@ public static void TexCoord2FColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.TexCoord2FColor3FVertex3SUN(s, t, r, g, b, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380035,7 +212292,6 @@ public static void TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.TexCoord2FColor3FVertex3SUN(tc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] [MethodImpl( @@ -380055,7 +212311,6 @@ public static void TexCoord2FColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380089,7 +212344,6 @@ public static void TexCoord2FColor4FNormal3FVertex3SUN( z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380101,7 +212355,6 @@ public static void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.TexCoord2FColor4FNormal3FVertex3SUN(tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] [MethodImpl( @@ -380123,7 +212376,6 @@ public static void TexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380140,7 +212392,6 @@ public static void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.TexCoord2FColor4UbVertex3SUN(s, t, r, g, b, a, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380151,7 +212402,6 @@ public static void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.TexCoord2FColor4UbVertex3SUN(tc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] [MethodImpl( @@ -380171,7 +212421,6 @@ public static void TexCoord2FColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380187,7 +212436,6 @@ public static void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.TexCoord2FNormal3FVertex3SUN(s, t, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380198,7 +212446,6 @@ public static void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.TexCoord2FNormal3FVertex3SUN(tc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl( @@ -380218,31 +212465,6 @@ public static void TexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380250,31 +212472,6 @@ public static void TexCoord2FNormal3FVertex3SUN( public static void TexCoord2([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.TexCoord2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] [MethodImpl( @@ -380288,7 +212485,6 @@ public static void TexCoord2([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380301,7 +212497,6 @@ public static void TexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.TexCoord2FVertex3SUN(s, t, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380311,7 +212506,6 @@ public static void TexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.TexCoord2FVertex3SUN(tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] [MethodImpl( @@ -380329,7 +212523,6 @@ public static void TexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380339,7 +212532,6 @@ public static void TexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ) => Underlying.Value!.TexCoord2NV(s, t); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380347,7 +212539,6 @@ public static void TexCoord2NV( public static void TexCoord2NV([NativeTypeName("const GLhalfNV *")] ushort* v) => Underlying.Value!.TexCoord2NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] [MethodImpl( @@ -380361,31 +212552,6 @@ public static void TexCoord2NV([NativeTypeName("const GLhalfNV *")] Ref } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380395,31 +212561,6 @@ public static void TexCoord2( [NativeTypeName("GLint")] int t ) => Underlying.Value!.TexCoord2(s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380427,31 +212568,6 @@ public static void TexCoord2( public static void TexCoord2([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.TexCoord2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] [MethodImpl( @@ -380465,31 +212581,6 @@ public static void TexCoord2([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380499,31 +212590,6 @@ public static void TexCoord2( [NativeTypeName("GLshort")] short t ) => Underlying.Value!.TexCoord2(s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380531,31 +212597,6 @@ public static void TexCoord2( public static void TexCoord2([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.TexCoord2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] [MethodImpl( @@ -380569,7 +212610,6 @@ public static void TexCoord2([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380579,7 +212619,6 @@ public static void TexCoord2XOES( [NativeTypeName("GLfixed")] int t ) => Underlying.Value!.TexCoord2XOES(s, t); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380587,7 +212626,6 @@ public static void TexCoord2XOES( public static void TexCoord2XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.TexCoord2XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] [MethodImpl( @@ -380601,7 +212639,6 @@ public static void TexCoord2XOES([NativeTypeName("const GLfixed *")] Ref co } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380612,7 +212649,6 @@ public static void TexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ) => Underlying.Value!.TexCoord3OES(s, t, r); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380620,7 +212656,6 @@ public static void TexCoord3OES( public static void TexCoord3OES([NativeTypeName("const GLbyte *")] sbyte* coords) => Underlying.Value!.TexCoord3OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] [MethodImpl( @@ -380634,31 +212669,6 @@ public static void TexCoord3OES([NativeTypeName("const GLbyte *")] Ref co } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380669,31 +212679,6 @@ public static void TexCoord3( [NativeTypeName("GLdouble")] double r ) => Underlying.Value!.TexCoord3(s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380701,31 +212686,6 @@ public static void TexCoord3( public static void TexCoord3([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.TexCoord3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] [MethodImpl( @@ -380739,31 +212699,6 @@ public static void TexCoord3([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380774,31 +212709,6 @@ public static void TexCoord3( [NativeTypeName("GLfloat")] float r ) => Underlying.Value!.TexCoord3(s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380806,31 +212716,6 @@ public static void TexCoord3( public static void TexCoord3([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.TexCoord3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] [MethodImpl( @@ -380844,7 +212729,6 @@ public static void TexCoord3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380855,7 +212739,6 @@ public static void TexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ) => Underlying.Value!.TexCoord3NV(s, t, r); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380863,7 +212746,6 @@ public static void TexCoord3NV( public static void TexCoord3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => Underlying.Value!.TexCoord3NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] [MethodImpl( @@ -380877,31 +212759,6 @@ public static void TexCoord3NV([NativeTypeName("const GLhalfNV *")] Ref } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380912,31 +212769,6 @@ public static void TexCoord3( [NativeTypeName("GLint")] int r ) => Underlying.Value!.TexCoord3(s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -380944,31 +212776,6 @@ public static void TexCoord3( public static void TexCoord3([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.TexCoord3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] [MethodImpl( @@ -380982,31 +212789,6 @@ public static void TexCoord3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381017,31 +212799,6 @@ public static void TexCoord3( [NativeTypeName("GLshort")] short r ) => Underlying.Value!.TexCoord3(s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381049,31 +212806,6 @@ public static void TexCoord3( public static void TexCoord3([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.TexCoord3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] [MethodImpl( @@ -381087,7 +212819,6 @@ public static void TexCoord3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381098,7 +212829,6 @@ public static void TexCoord3XOES( [NativeTypeName("GLfixed")] int r ) => Underlying.Value!.TexCoord3XOES(s, t, r); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381106,7 +212836,6 @@ public static void TexCoord3XOES( public static void TexCoord3XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.TexCoord3XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] [MethodImpl( @@ -381120,7 +212849,6 @@ public static void TexCoord3XOES([NativeTypeName("const GLfixed *")] Ref co } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381132,7 +212860,6 @@ public static void TexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ) => Underlying.Value!.TexCoord4OES(s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381140,7 +212867,6 @@ public static void TexCoord4OES( public static void TexCoord4OES([NativeTypeName("const GLbyte *")] sbyte* coords) => Underlying.Value!.TexCoord4OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] [MethodImpl( @@ -381154,31 +212880,6 @@ public static void TexCoord4OES([NativeTypeName("const GLbyte *")] Ref co } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381190,31 +212891,6 @@ public static void TexCoord4( [NativeTypeName("GLdouble")] double q ) => Underlying.Value!.TexCoord4(s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381222,31 +212898,6 @@ public static void TexCoord4( public static void TexCoord4([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.TexCoord4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] [MethodImpl( @@ -381260,31 +212911,6 @@ public static void TexCoord4([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381296,7 +212922,6 @@ public static void TexCoord4( [NativeTypeName("GLfloat")] float q ) => Underlying.Value!.TexCoord4(s, t, r, q); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381336,7 +212961,6 @@ public static void TexCoord4FColor4FNormal3FVertex4SUN( w ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381348,7 +212972,6 @@ public static void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.TexCoord4FColor4FNormal3FVertex4SUN(tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] [MethodImpl( @@ -381370,31 +212993,6 @@ public static void TexCoord4FColor4FNormal3FVertex4SUN( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381402,31 +213000,6 @@ public static void TexCoord4FColor4FNormal3FVertex4SUN( public static void TexCoord4([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.TexCoord4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] [MethodImpl( @@ -381440,7 +213013,6 @@ public static void TexCoord4([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381456,7 +213028,6 @@ public static void TexCoord4FVertex4SUN( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.TexCoord4FVertex4SUN(s, t, p, q, x, y, z, w); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381466,7 +213037,6 @@ public static void TexCoord4FVertex4SUN( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.TexCoord4FVertex4SUN(tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] [MethodImpl( @@ -381484,7 +213054,6 @@ public static void TexCoord4FVertex4SUN( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381496,7 +213065,6 @@ public static void TexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ) => Underlying.Value!.TexCoord4NV(s, t, r, q); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381504,7 +213072,6 @@ public static void TexCoord4NV( public static void TexCoord4NV([NativeTypeName("const GLhalfNV *")] ushort* v) => Underlying.Value!.TexCoord4NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] [MethodImpl( @@ -381518,31 +213085,6 @@ public static void TexCoord4NV([NativeTypeName("const GLhalfNV *")] Ref } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381554,31 +213096,6 @@ public static void TexCoord4( [NativeTypeName("GLint")] int q ) => Underlying.Value!.TexCoord4(s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381586,31 +213103,6 @@ public static void TexCoord4( public static void TexCoord4([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.TexCoord4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] [MethodImpl( @@ -381624,31 +213116,6 @@ public static void TexCoord4([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381660,31 +213127,6 @@ public static void TexCoord4( [NativeTypeName("GLshort")] short q ) => Underlying.Value!.TexCoord4(s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381692,31 +213134,6 @@ public static void TexCoord4( public static void TexCoord4([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.TexCoord4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] [MethodImpl( @@ -381730,7 +213147,6 @@ public static void TexCoord4([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381742,7 +213158,6 @@ public static void TexCoord4XOES( [NativeTypeName("GLfixed")] int q ) => Underlying.Value!.TexCoord4XOES(s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381750,7 +213165,6 @@ public static void TexCoord4XOES( public static void TexCoord4XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.TexCoord4XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] [MethodImpl( @@ -381764,8 +213178,6 @@ public static void TexCoord4XOES([NativeTypeName("const GLfixed *")] Ref co } } - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glTexCoordFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381776,7 +213188,6 @@ public static void TexCoordFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.TexCoordFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381786,7 +213197,6 @@ public static void TexCoordP1( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.TexCoordP1(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] [MethodImpl( @@ -381797,45 +213207,41 @@ public static void TexCoordP1( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.TexCoordP1(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP1Uiv( + public static void TexCoordP1uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => Underlying.Value!.TexCoordP1Uiv(type, coords); + ) => Underlying.Value!.TexCoordP1uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP1Uiv( + public static void TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - TexCoordP1Uiv((uint)type, __dsl_coords); + TexCoordP1uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP1Uiv( + public static void TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => Underlying.Value!.TexCoordP1Uiv(type, coords); + ) => Underlying.Value!.TexCoordP1uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381845,7 +213251,6 @@ public static void TexCoordP2( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.TexCoordP2(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] [MethodImpl( @@ -381856,45 +213261,41 @@ public static void TexCoordP2( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.TexCoordP2(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP2Uiv( + public static void TexCoordP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => Underlying.Value!.TexCoordP2Uiv(type, coords); + ) => Underlying.Value!.TexCoordP2uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP2Uiv( + public static void TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - TexCoordP2Uiv((uint)type, __dsl_coords); + TexCoordP2uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP2Uiv( + public static void TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => Underlying.Value!.TexCoordP2Uiv(type, coords); + ) => Underlying.Value!.TexCoordP2uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381904,7 +213305,6 @@ public static void TexCoordP3( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.TexCoordP3(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] [MethodImpl( @@ -381915,45 +213315,41 @@ public static void TexCoordP3( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.TexCoordP3(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP3Uiv( + public static void TexCoordP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => Underlying.Value!.TexCoordP3Uiv(type, coords); + ) => Underlying.Value!.TexCoordP3uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP3Uiv( + public static void TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - TexCoordP3Uiv((uint)type, __dsl_coords); + TexCoordP3uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP3Uiv( + public static void TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => Underlying.Value!.TexCoordP3Uiv(type, coords); + ) => Underlying.Value!.TexCoordP3uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -381963,7 +213359,6 @@ public static void TexCoordP4( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.TexCoordP4(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] [MethodImpl( @@ -381974,69 +213369,41 @@ public static void TexCoordP4( [NativeTypeName("GLuint")] uint coords ) => Underlying.Value!.TexCoordP4(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP4Uiv( + public static void TexCoordP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => Underlying.Value!.TexCoordP4Uiv(type, coords); + ) => Underlying.Value!.TexCoordP4uiv(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP4Uiv( + public static void TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - TexCoordP4Uiv((uint)type, __dsl_coords); + TexCoordP4uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordP4Uiv( + public static void TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => Underlying.Value!.TexCoordP4Uiv(type, coords); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + ) => Underlying.Value!.TexCoordP4uiv(type, coords); + [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382048,31 +213415,6 @@ public static void TexCoordPointer( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.TexCoordPointer(size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] [MethodImpl( @@ -382091,7 +213433,6 @@ public static void TexCoordPointer( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382104,7 +213445,6 @@ public static void TexCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.TexCoordPointerEXT(size, type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] [MethodImpl( @@ -382124,7 +213464,6 @@ public static void TexCoordPointerEXT( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382137,7 +213476,6 @@ public static void TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => Underlying.Value!.TexCoordPointerListIBM(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl( @@ -382157,7 +213495,6 @@ public static void TexCoordPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl( @@ -382174,24 +213511,22 @@ public static Ptr TexCoordPointerListIBM( return pointer; } - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordPointerIntel( + public static void TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer - ) => Underlying.Value!.TexCoordPointerIntel(size, type, pointer); + ) => Underlying.Value!.TexCoordPointerINTEL(size, type, pointer); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexCoordPointerIntel( + public static void TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer @@ -382199,36 +213534,10 @@ public static void TexCoordPointerIntel( { fixed (void** __dsl_pointer = pointer) { - TexCoordPointerIntel(size, (uint)type, __dsl_pointer); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] + TexCoordPointerINTEL(size, (uint)type, __dsl_pointer); + } + } + [NativeFunction("opengl", EntryPoint = "glTexEnvf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382239,32 +213548,6 @@ public static void TexEnv( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.TexEnv(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvf")] [MethodImpl( @@ -382276,32 +213559,6 @@ public static void TexEnv( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.TexEnv(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382312,32 +213569,6 @@ public static void TexEnv( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.TexEnv(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] [MethodImpl( @@ -382355,32 +213586,6 @@ public static void TexEnv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvi")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382391,32 +213596,6 @@ public static void TexEnv( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.TexEnv(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvi")] [MethodImpl( @@ -382428,32 +213607,6 @@ public static void TexEnv( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.TexEnv(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnviv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382464,32 +213617,6 @@ public static void TexEnv( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.TexEnv(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnviv")] [MethodImpl( @@ -382507,7 +213634,6 @@ public static void TexEnv( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382518,7 +213644,6 @@ public static void TexEnvx( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.TexEnvx(target, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvx")] [MethodImpl( @@ -382530,8 +213655,6 @@ public static void TexEnvx( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.TexEnvx(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382542,8 +213665,6 @@ public static void TexEnvxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.TexEnvxOES(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] [MethodImpl( @@ -382555,7 +213676,6 @@ public static void TexEnvxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.TexEnvxOES(target, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382566,7 +213686,6 @@ public static void TexEnvx( [NativeTypeName("const GLfixed *")] int* @params ) => Underlying.Value!.TexEnvx(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] [MethodImpl( @@ -382584,8 +213703,6 @@ public static void TexEnvx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382596,8 +213713,6 @@ public static void TexEnvxOES( [NativeTypeName("const GLfixed *")] int* @params ) => Underlying.Value!.TexEnvxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] [MethodImpl( @@ -382615,7 +213730,6 @@ public static void TexEnvxOES( } } - [SupportedApiProfile("gles2", ["GL_QCOM_motion_estimation"])] [NativeFunction("opengl", EntryPoint = "glTexEstimateMotionQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382626,7 +213740,6 @@ public static void TexEstimateMotionQCOM( [NativeTypeName("GLuint")] uint output ) => Underlying.Value!.TexEstimateMotionQCOM(@ref, target, output); - [SupportedApiProfile("gles2", ["GL_QCOM_motion_estimation"])] [NativeFunction("opengl", EntryPoint = "glTexEstimateMotionRegionsQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382638,19 +213751,17 @@ public static void TexEstimateMotionRegionQCOM( [NativeTypeName("GLuint")] uint mask ) => Underlying.Value!.TexEstimateMotionRegionQCOM(@ref, target, output, mask); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TexFilterFuncSGI( + public static void TexFilterFuncSGISGIS( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant filter, [NativeTypeName("const GLfloat *")] float weights - ) => Underlying.Value!.TexFilterFuncSGI(target, filter, weights); + ) => Underlying.Value!.TexFilterFuncSGISGIS(target, filter, weights); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382662,7 +213773,6 @@ public static void TexFilterFuncSGIS( [NativeTypeName("const GLfloat *")] float* weights ) => Underlying.Value!.TexFilterFuncSGIS(target, filter, n, weights); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl( @@ -382681,31 +213791,6 @@ public static void TexFilterFuncSGIS( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGend")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382716,31 +213801,6 @@ public static void TexGen( [NativeTypeName("GLdouble")] double param2 ) => Underlying.Value!.TexGen(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGend")] [MethodImpl( @@ -382752,31 +213812,6 @@ public static void TexGen( [NativeTypeName("GLdouble")] double param2 ) => Underlying.Value!.TexGen(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGendv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382787,31 +213822,6 @@ public static void TexGen( [NativeTypeName("const GLdouble *")] double* @params ) => Underlying.Value!.TexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGendv")] [MethodImpl( @@ -382829,31 +213839,6 @@ public static void TexGen( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGenf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382864,31 +213849,6 @@ public static void TexGen( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.TexGen(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenf")] [MethodImpl( @@ -382900,7 +213860,6 @@ public static void TexGen( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.TexGen(coord, pname, param2); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382911,7 +213870,6 @@ public static void TexGenOES( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.TexGenOES(coord, pname, param2); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] [MethodImpl( @@ -382923,31 +213881,6 @@ public static void TexGenOES( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.TexGenOES(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGenfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -382958,31 +213891,6 @@ public static void TexGen( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.TexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfv")] [MethodImpl( @@ -383000,7 +213908,6 @@ public static void TexGen( } } - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383011,7 +213918,6 @@ public static void TexGenOES( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.TexGenOES(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] [MethodImpl( @@ -383029,31 +213935,6 @@ public static void TexGenOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGeni")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383064,31 +213945,6 @@ public static void TexGen( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.TexGen(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeni")] [MethodImpl( @@ -383100,7 +213956,6 @@ public static void TexGen( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.TexGen(coord, pname, param2); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383111,7 +213966,6 @@ public static void TexGenOES( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.TexGenOES(coord, pname, param2); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] [MethodImpl( @@ -383123,31 +213977,6 @@ public static void TexGenOES( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.TexGenOES(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGeniv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383158,31 +213987,6 @@ public static void TexGen( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.TexGen(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeniv")] [MethodImpl( @@ -383200,7 +214004,6 @@ public static void TexGen( } } - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383211,7 +214014,6 @@ public static void TexGenOES( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.TexGenOES(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] [MethodImpl( @@ -383229,8 +214031,6 @@ public static void TexGenOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383241,8 +214041,6 @@ public static void TexGenxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.TexGenxOES(coord, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] [MethodImpl( @@ -383254,8 +214052,6 @@ public static void TexGenxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.TexGenxOES(coord, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383266,8 +214062,6 @@ public static void TexGenxOES( [NativeTypeName("const GLfixed *")] int* @params ) => Underlying.Value!.TexGenxOES(coord, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] [MethodImpl( @@ -383285,56 +214079,6 @@ public static void TexGenxOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383360,56 +214104,6 @@ public static void TexImage1D( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage1D")] [MethodImpl( @@ -383441,62 +214135,6 @@ public static void TexImage1D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383524,62 +214162,6 @@ public static void TexImage2D( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2D")] [MethodImpl( @@ -383613,38 +214195,6 @@ public static void TexImage2D( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383666,38 +214216,6 @@ public static void TexImage2DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] [MethodImpl( @@ -383720,7 +214238,6 @@ public static void TexImage2DMultisample( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383744,7 +214261,6 @@ public static void TexImage2DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] [MethodImpl( @@ -383769,52 +214285,6 @@ public static void TexImage2DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383844,52 +214314,6 @@ public static void TexImage3D( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3D")] [MethodImpl( @@ -383925,7 +214349,6 @@ public static void TexImage3D( } } - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -383955,7 +214378,6 @@ public static void TexImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] [MethodImpl( @@ -383991,38 +214413,6 @@ public static void TexImage3DEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -384046,38 +214436,6 @@ public static void TexImage3DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] [MethodImpl( @@ -384102,7 +214460,6 @@ public static void TexImage3DMultisample( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -384128,7 +214485,6 @@ public static void TexImage3DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] [MethodImpl( @@ -384155,7 +214511,6 @@ public static void TexImage3DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -384185,7 +214540,6 @@ public static void TexImage3DOES( pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] [MethodImpl( @@ -384221,7 +214575,6 @@ public static void TexImage3DOES( } } - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -384253,7 +214606,6 @@ public static void TexImage4DSGIS( pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] [MethodImpl( @@ -384291,8 +214643,6 @@ public static void TexImage4DSGIS( } } - [SupportedApiProfile("gl", ["GL_ARB_sparse_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -384320,8 +214670,6 @@ public static void TexPageCommitmentARB( commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] [MethodImpl( @@ -384350,7 +214698,6 @@ public static void TexPageCommitmentARB( commit ); - [SupportedApiProfile("gles2", ["GL_EXT_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -384378,7 +214725,6 @@ public static void TexPageCommitmentEXT( commit ); - [SupportedApiProfile("gles2", ["GL_EXT_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] [MethodImpl( @@ -384407,9 +214753,6 @@ public static void TexPageCommitmentEXT( commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -384443,9 +214786,6 @@ public static void TexPageCommitmentMemNV( commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] [MethodImpl( @@ -384480,62 +214820,6 @@ public static void TexPageCommitmentMemNV( commit ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -384546,62 +214830,6 @@ public static void TexParameter( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.TexParameter(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterf")] [MethodImpl( @@ -384613,62 +214841,6 @@ public static void TexParameter( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.TexParameter(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -384679,62 +214851,6 @@ public static void TexParameter( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.TexParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] [MethodImpl( @@ -384752,62 +214868,6 @@ public static void TexParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -384818,62 +214878,6 @@ public static void TexParameter( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.TexParameter(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameteri")] [MethodImpl( @@ -384885,40 +214889,6 @@ public static void TexParameter( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.TexParameter(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -384929,40 +214899,6 @@ public static void TexParameterI( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.TexParameterI(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] [MethodImpl( @@ -384980,8 +214916,6 @@ public static void TexParameterI( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -384992,8 +214926,6 @@ public static void TexParameterIEXT( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.TexParameterIEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] [MethodImpl( @@ -385011,7 +214943,6 @@ public static void TexParameterIEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385022,7 +214953,6 @@ public static void TexParameterIOES( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.TexParameterIOES(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] [MethodImpl( @@ -385040,40 +214970,6 @@ public static void TexParameterIOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385084,40 +214980,6 @@ public static void TexParameterI( [NativeTypeName("const GLuint *")] uint* @params ) => Underlying.Value!.TexParameterI(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] [MethodImpl( @@ -385135,8 +214997,6 @@ public static void TexParameterI( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385147,8 +215007,6 @@ public static void TexParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ) => Underlying.Value!.TexParameterIEXT(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] [MethodImpl( @@ -385166,7 +215024,6 @@ public static void TexParameterIEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385177,7 +215034,6 @@ public static void TexParameterIOES( [NativeTypeName("const GLuint *")] uint* @params ) => Underlying.Value!.TexParameterIOES(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] [MethodImpl( @@ -385195,62 +215051,6 @@ public static void TexParameterIOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385261,62 +215061,6 @@ public static void TexParameter( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.TexParameter(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] [MethodImpl( @@ -385334,7 +215078,6 @@ public static void TexParameter( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterx")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385345,7 +215088,6 @@ public static void TexParameterx( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.TexParameterx(target, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterx")] [MethodImpl( @@ -385357,8 +215099,6 @@ public static void TexParameterx( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.TexParameterx(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385369,8 +215109,6 @@ public static void TexParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.TexParameterxOES(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] [MethodImpl( @@ -385382,7 +215120,6 @@ public static void TexParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => Underlying.Value!.TexParameterxOES(target, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385393,7 +215130,6 @@ public static void TexParameterx( [NativeTypeName("const GLfixed *")] int* @params ) => Underlying.Value!.TexParameterx(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] [MethodImpl( @@ -385411,8 +215147,6 @@ public static void TexParameterx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385423,8 +215157,6 @@ public static void TexParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ) => Underlying.Value!.TexParameterxOES(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] [MethodImpl( @@ -385442,7 +215174,6 @@ public static void TexParameterxOES( } } - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385452,7 +215183,6 @@ public static void TexRenderbufferNV( [NativeTypeName("GLuint")] uint renderbuffer ) => Underlying.Value!.TexRenderbufferNV(target, renderbuffer); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] [MethodImpl( @@ -385463,30 +215193,6 @@ public static void TexRenderbufferNV( [NativeTypeName("GLuint")] uint renderbuffer ) => Underlying.Value!.TexRenderbufferNV(target, renderbuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385498,30 +215204,6 @@ public static void TexStorage1D( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.TexStorage1D(target, levels, internalformat, width); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] [MethodImpl( @@ -385534,10 +215216,6 @@ public static void TexStorage1D( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.TexStorage1D(target, levels, internalformat, width); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385549,10 +215227,6 @@ public static void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.TexStorage1DEXT(target, levels, internalformat, width); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] [MethodImpl( @@ -385565,30 +215239,6 @@ public static void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.TexStorage1DEXT(target, levels, internalformat, width); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385601,30 +215251,6 @@ public static void TexStorage2D( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.TexStorage2D(target, levels, internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] [MethodImpl( @@ -385638,10 +215264,6 @@ public static void TexStorage2D( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.TexStorage2D(target, levels, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385654,10 +215276,6 @@ public static void TexStorage2DEXT( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.TexStorage2DEXT(target, levels, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] [MethodImpl( @@ -385671,28 +215289,6 @@ public static void TexStorage2DEXT( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.TexStorage2DEXT(target, levels, internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385714,28 +215310,6 @@ public static void TexStorage2DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] [MethodImpl( @@ -385758,30 +215332,6 @@ public static void TexStorage2DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385795,30 +215345,6 @@ public static void TexStorage3D( [NativeTypeName("GLsizei")] uint depth ) => Underlying.Value!.TexStorage3D(target, levels, internalformat, width, height, depth); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] [MethodImpl( @@ -385833,10 +215359,6 @@ public static void TexStorage3D( [NativeTypeName("GLsizei")] uint depth ) => Underlying.Value!.TexStorage3D(target, levels, internalformat, width, height, depth); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385851,10 +215373,6 @@ public static void TexStorage3DEXT( ) => Underlying.Value!.TexStorage3DEXT(target, levels, internalformat, width, height, depth); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] [MethodImpl( @@ -385870,28 +215388,6 @@ public static void TexStorage3DEXT( ) => Underlying.Value!.TexStorage3DEXT(target, levels, internalformat, width, height, depth); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385915,28 +215411,6 @@ public static void TexStorage3DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] [MethodImpl( @@ -385961,7 +215435,6 @@ public static void TexStorage3DMultisample( fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_storage_multisample_2d_array"])] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -385985,7 +215458,6 @@ public static void TexStorage3DMultisampleOES( fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_storage_multisample_2d_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] [MethodImpl( @@ -386010,7 +215482,6 @@ public static void TexStorage3DMultisampleOES( fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -386032,7 +215503,6 @@ public static void TexStorageAttribs2DEXT( attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl( @@ -386060,7 +215530,6 @@ public static void TexStorageAttribs2DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl( @@ -386088,7 +215557,6 @@ public static void TexStorageAttribs2DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl( @@ -386116,7 +215584,6 @@ public static void TexStorageAttribs2DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -386140,7 +215607,6 @@ public static void TexStorageAttribs3DEXT( attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl( @@ -386170,7 +215636,6 @@ public static void TexStorageAttribs3DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl( @@ -386200,7 +215665,6 @@ public static void TexStorageAttribs3DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl( @@ -386230,7 +215694,6 @@ public static void TexStorageAttribs3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -386252,7 +215715,6 @@ public static void TexStorageMem1DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] [MethodImpl( @@ -386275,8 +215737,6 @@ public static void TexStorageMem1DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -386300,8 +215760,6 @@ public static void TexStorageMem2DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] [MethodImpl( @@ -386326,8 +215784,6 @@ public static void TexStorageMem2DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -386353,8 +215809,6 @@ public static void TexStorageMem2DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] [MethodImpl( @@ -386381,8 +215835,6 @@ public static void TexStorageMem2DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -386408,8 +215860,6 @@ public static void TexStorageMem3DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] [MethodImpl( @@ -386436,8 +215886,6 @@ public static void TexStorageMem3DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -386465,8 +215913,6 @@ public static void TexStorageMem3DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] [MethodImpl( @@ -386495,7 +215941,6 @@ public static void TexStorageMem3DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -386519,7 +215964,6 @@ public static void TexStorageSparseAMD( flags ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] [MethodImpl( @@ -386544,54 +215988,6 @@ public static void TexStorageSparseAMD( flags ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -386606,54 +216002,6 @@ public static void TexSubImage1D( [NativeTypeName("const void *")] void* pixels ) => Underlying.Value!.TexSubImage1D(target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] [MethodImpl( @@ -386683,7 +216031,6 @@ public static void TexSubImage1D( } } - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -386699,7 +216046,6 @@ public static void TexSubImage1DEXT( ) => Underlying.Value!.TexSubImage1DEXT(target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] [MethodImpl( @@ -386729,60 +216075,6 @@ public static void TexSubImage1DEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -386810,60 +216102,6 @@ public static void TexSubImage2D( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] [MethodImpl( @@ -386897,7 +216135,6 @@ public static void TexSubImage2D( } } - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -386925,7 +216162,6 @@ public static void TexSubImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] [MethodImpl( @@ -386959,52 +216195,6 @@ public static void TexSubImage2DEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387036,52 +216226,6 @@ public static void TexSubImage3D( pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] [MethodImpl( @@ -387119,7 +216263,6 @@ public static void TexSubImage3D( } } - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387151,7 +216294,6 @@ public static void TexSubImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] [MethodImpl( @@ -387189,7 +216331,6 @@ public static void TexSubImage3DEXT( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387221,7 +216362,6 @@ public static void TexSubImage3DOES( pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] [MethodImpl( @@ -387259,7 +216399,6 @@ public static void TexSubImage3DOES( } } - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387295,7 +216434,6 @@ public static void TexSubImage4DSGIS( pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] [MethodImpl( @@ -387337,9 +216475,6 @@ public static void TexSubImage4DSGIS( } } - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glTextureAttachMemoryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387350,40 +216485,18 @@ public static void TextureAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => Underlying.Value!.TextureAttachMemoryNV(texture, memory, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_texture_barrier", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_texture_barrier", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBarrier")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void TextureBarrier() => Underlying.Value!.TextureBarrier(); - [SupportedApiProfile("gl", ["GL_NV_texture_barrier"])] - [SupportedApiProfile("glcore", ["GL_NV_texture_barrier"])] [NativeFunction("opengl", EntryPoint = "glTextureBarrierNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void TextureBarrierNV() => Underlying.Value!.TextureBarrierNV(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387394,16 +216507,6 @@ public static void TextureBuffer( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TextureBuffer(texture, internalformat, buffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] [MethodImpl( @@ -387415,8 +216518,6 @@ public static void TextureBuffer( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TextureBuffer(texture, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387428,8 +216529,6 @@ public static void TextureBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TextureBufferEXT(texture, target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] [MethodImpl( @@ -387442,16 +216541,6 @@ public static void TextureBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TextureBufferEXT(texture, target, internalformat, buffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387464,16 +216553,6 @@ public static void TextureBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.TextureBufferRange(texture, internalformat, buffer, offset, size); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] [MethodImpl( @@ -387487,8 +216566,6 @@ public static void TextureBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.TextureBufferRange(texture, internalformat, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387510,8 +216587,6 @@ public static void TextureBufferRangeEXT( size ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] [MethodImpl( @@ -387534,7 +216609,6 @@ public static void TextureBufferRangeEXT( size ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_color_mask"])] [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387546,7 +216620,6 @@ public static void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] uint alpha ) => Underlying.Value!.TextureColorMaskSGIS(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_SGIS_texture_color_mask"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] [MethodImpl( @@ -387559,7 +216632,6 @@ public static void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool alpha ) => Underlying.Value!.TextureColorMaskSGIS(red, green, blue, alpha); - [SupportedApiProfile("gles2", ["GL_QCOM_texture_foveated"])] [NativeFunction("opengl", EntryPoint = "glTextureFoveationParametersQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387585,8 +216657,6 @@ public static void TextureFoveationParametersQCOM( foveaArea ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387614,8 +216684,6 @@ public static void TextureImage1DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] [MethodImpl( @@ -387649,8 +216717,6 @@ public static void TextureImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387680,8 +216746,6 @@ public static void TextureImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] [MethodImpl( @@ -387717,7 +216781,6 @@ public static void TextureImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387743,7 +216806,6 @@ public static void TextureImage2DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] [MethodImpl( @@ -387770,7 +216832,6 @@ public static void TextureImage2DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387794,7 +216855,6 @@ public static void TextureImage2DMultisampleNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] [MethodImpl( @@ -387819,8 +216879,6 @@ public static void TextureImage2DMultisampleNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387852,8 +216910,6 @@ public static void TextureImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] [MethodImpl( @@ -387891,7 +216947,6 @@ public static void TextureImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387919,7 +216974,6 @@ public static void TextureImage3DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] [MethodImpl( @@ -387948,7 +217002,6 @@ public static void TextureImage3DMultisampleCoverageNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -387974,7 +217027,6 @@ public static void TextureImage3DMultisampleNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] [MethodImpl( @@ -388001,7 +217053,6 @@ public static void TextureImage3DMultisampleNV( fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388009,7 +217060,6 @@ public static void TextureImage3DMultisampleNV( public static void TextureLightEXT([NativeTypeName("GLenum")] uint pname) => Underlying.Value!.TextureLightEXT(pname); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] [MethodImpl( @@ -388019,7 +217069,6 @@ public static void TextureLightEXT( [NativeTypeName("GLenum")] Constant pname ) => Underlying.Value!.TextureLightEXT(pname); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388029,7 +217078,6 @@ public static void TextureMaterialEXT( [NativeTypeName("GLenum")] uint mode ) => Underlying.Value!.TextureMaterialEXT(face, mode); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] [MethodImpl( @@ -388040,7 +217088,6 @@ public static void TextureMaterialEXT( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.TextureMaterialEXT(face, mode); - [SupportedApiProfile("gl", ["GL_EXT_texture_perturb_normal"])] [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388048,7 +217095,6 @@ public static void TextureMaterialEXT( public static void TextureNormalEXT([NativeTypeName("GLenum")] uint mode) => Underlying.Value!.TextureNormalEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_texture_perturb_normal"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] [MethodImpl( @@ -388058,8 +217104,6 @@ public static void TextureNormalEXT( [NativeTypeName("GLenum")] Constant mode ) => Underlying.Value!.TextureNormalEXT(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388087,8 +217131,6 @@ public static void TexturePageCommitmentEXT( commit ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] [MethodImpl( @@ -388117,9 +217159,6 @@ public static void TexturePageCommitmentEXT( commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388153,9 +217192,6 @@ public static void TexturePageCommitmentMemNV( commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] [MethodImpl( @@ -388190,16 +217226,6 @@ public static void TexturePageCommitmentMemNV( commit ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388210,16 +217236,6 @@ public static void TextureParameter( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.TextureParameter(texture, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] [MethodImpl( @@ -388231,8 +217247,6 @@ public static void TextureParameter( [NativeTypeName("GLfloat")] float param2 ) => Underlying.Value!.TextureParameter(texture, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388244,8 +217258,6 @@ public static void TextureParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => Underlying.Value!.TextureParameterEXT(texture, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] [MethodImpl( @@ -388258,16 +217270,6 @@ public static void TextureParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => Underlying.Value!.TextureParameterEXT(texture, target, pname, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388278,16 +217280,6 @@ public static void TextureParameter( [NativeTypeName("const GLfloat *")] float* param2 ) => Underlying.Value!.TextureParameter(texture, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] [MethodImpl( @@ -388305,8 +217297,6 @@ public static void TextureParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388318,8 +217308,6 @@ public static void TextureParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ) => Underlying.Value!.TextureParameterEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] [MethodImpl( @@ -388338,16 +217326,6 @@ public static void TextureParameterEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388358,16 +217336,6 @@ public static void TextureParameter( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.TextureParameter(texture, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] [MethodImpl( @@ -388379,8 +217347,6 @@ public static void TextureParameter( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.TextureParameter(texture, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388392,8 +217358,6 @@ public static void TextureParameterEXT( [NativeTypeName("GLint")] int param3 ) => Underlying.Value!.TextureParameterEXT(texture, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] [MethodImpl( @@ -388406,16 +217370,6 @@ public static void TextureParameterEXT( [NativeTypeName("GLint")] int param3 ) => Underlying.Value!.TextureParameterEXT(texture, target, pname, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388426,16 +217380,6 @@ public static void TextureParameterI( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.TextureParameterI(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] [MethodImpl( @@ -388453,8 +217397,6 @@ public static void TextureParameterI( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388466,8 +217408,6 @@ public static void TextureParameterIEXT( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.TextureParameterIEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] [MethodImpl( @@ -388486,16 +217426,6 @@ public static void TextureParameterIEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388506,16 +217436,6 @@ public static void TextureParameterI( [NativeTypeName("const GLuint *")] uint* @params ) => Underlying.Value!.TextureParameterI(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] [MethodImpl( @@ -388533,8 +217453,6 @@ public static void TextureParameterI( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388546,8 +217464,6 @@ public static void TextureParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ) => Underlying.Value!.TextureParameterIEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] [MethodImpl( @@ -388566,16 +217482,6 @@ public static void TextureParameterIEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388586,16 +217492,6 @@ public static void TextureParameter( [NativeTypeName("const GLint *")] int* param2 ) => Underlying.Value!.TextureParameter(texture, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] [MethodImpl( @@ -388613,8 +217509,6 @@ public static void TextureParameter( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388626,8 +217520,6 @@ public static void TextureParameterEXT( [NativeTypeName("const GLint *")] int* @params ) => Underlying.Value!.TextureParameterEXT(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] [MethodImpl( @@ -388646,24 +217538,22 @@ public static void TextureParameterEXT( } } - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TextureRangeApple( + public static void TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] void* pointer - ) => Underlying.Value!.TextureRangeApple(target, length, pointer); + ) => Underlying.Value!.TextureRangeAPPLE(target, length, pointer); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void TextureRangeApple( + public static void TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] Ref pointer @@ -388671,12 +217561,10 @@ public static void TextureRangeApple( { fixed (void* __dsl_pointer = pointer) { - TextureRangeApple(target, length, __dsl_pointer); + TextureRangeAPPLE(target, length, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388687,8 +217575,6 @@ public static void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => Underlying.Value!.TextureRenderbufferEXT(texture, target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] [MethodImpl( @@ -388700,16 +217586,6 @@ public static void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => Underlying.Value!.TextureRenderbufferEXT(texture, target, renderbuffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388721,16 +217597,6 @@ public static void TextureStorage1D( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.TextureStorage1D(texture, levels, internalformat, width); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] [MethodImpl( @@ -388743,10 +217609,6 @@ public static void TextureStorage1D( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.TextureStorage1D(texture, levels, internalformat, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388759,10 +217621,6 @@ public static void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.TextureStorage1DEXT(texture, target, levels, internalformat, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] [MethodImpl( @@ -388776,16 +217634,6 @@ public static void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => Underlying.Value!.TextureStorage1DEXT(texture, target, levels, internalformat, width); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388798,16 +217646,6 @@ public static void TextureStorage2D( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.TextureStorage2D(texture, levels, internalformat, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] [MethodImpl( @@ -388821,10 +217659,6 @@ public static void TextureStorage2D( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.TextureStorage2D(texture, levels, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388846,10 +217680,6 @@ public static void TextureStorage2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] [MethodImpl( @@ -388872,16 +217702,6 @@ public static void TextureStorage2DEXT( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388903,16 +217723,6 @@ public static void TextureStorage2DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] [MethodImpl( @@ -388935,8 +217745,6 @@ public static void TextureStorage2DMultisample( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -388960,8 +217768,6 @@ public static void TextureStorage2DMultisampleEXT( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] [MethodImpl( @@ -388986,16 +217792,6 @@ public static void TextureStorage2DMultisampleEXT( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389017,16 +217813,6 @@ public static void TextureStorage3D( depth ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] [MethodImpl( @@ -389049,10 +217835,6 @@ public static void TextureStorage3D( depth ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389076,10 +217858,6 @@ public static void TextureStorage3DEXT( depth ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] [MethodImpl( @@ -389104,16 +217882,6 @@ public static void TextureStorage3DEXT( depth ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389137,16 +217905,6 @@ public static void TextureStorage3DMultisample( fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] [MethodImpl( @@ -389171,8 +217929,6 @@ public static void TextureStorage3DMultisample( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389198,8 +217954,6 @@ public static void TextureStorage3DMultisampleEXT( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] [MethodImpl( @@ -389226,7 +217980,6 @@ public static void TextureStorage3DMultisampleEXT( fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389248,7 +218001,6 @@ public static void TextureStorageMem1DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] [MethodImpl( @@ -389271,8 +218023,6 @@ public static void TextureStorageMem1DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389296,8 +218046,6 @@ public static void TextureStorageMem2DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] [MethodImpl( @@ -389322,8 +218070,6 @@ public static void TextureStorageMem2DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389349,8 +218095,6 @@ public static void TextureStorageMem2DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] [MethodImpl( @@ -389377,8 +218121,6 @@ public static void TextureStorageMem2DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389404,8 +218146,6 @@ public static void TextureStorageMem3DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] [MethodImpl( @@ -389432,8 +218172,6 @@ public static void TextureStorageMem3DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389461,8 +218199,6 @@ public static void TextureStorageMem3DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] [MethodImpl( @@ -389491,7 +218227,6 @@ public static void TextureStorageMem3DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389517,7 +218252,6 @@ public static void TextureStorageSparseAMD( flags ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] [MethodImpl( @@ -389544,16 +218278,6 @@ public static void TextureStorageSparseAMD( flags ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389577,16 +218301,6 @@ public static void TextureSubImage1D( pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] [MethodImpl( @@ -389616,8 +218330,6 @@ public static void TextureSubImage1D( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389643,8 +218355,6 @@ public static void TextureSubImage1DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] [MethodImpl( @@ -389676,16 +218386,6 @@ public static void TextureSubImage1DEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389713,16 +218413,6 @@ public static void TextureSubImage2D( pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] [MethodImpl( @@ -389756,8 +218446,6 @@ public static void TextureSubImage2D( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389787,8 +218475,6 @@ public static void TextureSubImage2DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] [MethodImpl( @@ -389824,16 +218510,6 @@ public static void TextureSubImage2DEXT( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389865,16 +218541,6 @@ public static void TextureSubImage3D( pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] [MethodImpl( @@ -389912,8 +218578,6 @@ public static void TextureSubImage3D( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -389947,8 +218611,6 @@ public static void TextureSubImage3DEXT( pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] [MethodImpl( @@ -389988,28 +218650,6 @@ public static void TextureSubImage3DEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTextureView")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390035,28 +218675,6 @@ public static void TextureView( numlayers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureView")] [MethodImpl( @@ -390083,7 +218701,6 @@ public static void TextureView( numlayers ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_view"])] [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390109,7 +218726,6 @@ public static void TextureViewEXT( numlayers ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_view"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] [MethodImpl( @@ -390136,7 +218752,6 @@ public static void TextureViewEXT( numlayers ); - [SupportedApiProfile("gles2", ["GL_OES_texture_view"])] [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390162,7 +218777,6 @@ public static void TextureViewOES( numlayers ); - [SupportedApiProfile("gles2", ["GL_OES_texture_view"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] [MethodImpl( @@ -390189,7 +218803,6 @@ public static void TextureViewOES( numlayers ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390201,7 +218814,6 @@ public static void TrackMatrixNV( [NativeTypeName("GLenum")] uint transform ) => Underlying.Value!.TrackMatrixNV(target, address, matrix, transform); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] [MethodImpl( @@ -390214,7 +218826,6 @@ public static void TrackMatrixNV( [NativeTypeName("GLenum")] Constant transform ) => Underlying.Value!.TrackMatrixNV(target, address, matrix, transform); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390225,7 +218836,6 @@ public static void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ) => Underlying.Value!.TransformFeedbackAttribNV(count, attribs, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl( @@ -390243,7 +218853,6 @@ public static void TransformFeedbackAttribNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl( @@ -390254,16 +218863,6 @@ public static void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ) => Underlying.Value!.TransformFeedbackAttribNV(attribs, bufferMode); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackBufferBase")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390274,16 +218873,6 @@ public static void TransformFeedbackBufferBase( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.TransformFeedbackBufferBase(xfb, index, buffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackBufferRange")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390296,7 +218885,6 @@ public static void TransformFeedbackBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => Underlying.Value!.TransformFeedbackBufferRange(xfb, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390316,7 +218904,6 @@ public static void TransformFeedbackStreamAttribNV( bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] [MethodImpl( @@ -390343,40 +218930,6 @@ public static void TransformFeedbackStreamAttribNV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl( @@ -390395,40 +218948,6 @@ Constant bufferMode } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390440,40 +218959,6 @@ public static void TransformFeedbackVaryings( [NativeTypeName("GLenum")] uint bufferMode ) => Underlying.Value!.TransformFeedbackVaryings(program, count, varyings, bufferMode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl( @@ -390493,7 +218978,6 @@ Constant bufferMode } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390505,7 +218989,6 @@ public static void TransformFeedbackVaryingsEXT( [NativeTypeName("GLenum")] uint bufferMode ) => Underlying.Value!.TransformFeedbackVaryingsEXT(program, count, varyings, bufferMode); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl( @@ -390525,7 +219008,6 @@ Constant bufferMode } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl( @@ -390549,7 +219031,6 @@ Constant bufferMode } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390561,7 +219042,6 @@ public static void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] uint bufferMode ) => Underlying.Value!.TransformFeedbackVaryingsNV(program, count, locations, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -390581,7 +219061,6 @@ Constant bufferMode } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -390594,7 +219073,6 @@ public static void TransformFeedbackVaryingsNV( Constant bufferMode ) => Underlying.Value!.TransformFeedbackVaryingsNV(program, locations, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -390619,7 +219097,6 @@ Constant bufferMode } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -390632,7 +219109,6 @@ public static void TransformFeedbackVaryingsNV( Constant bufferMode ) => Underlying.Value!.TransformFeedbackVaryingsNV(program, locations, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -390657,7 +219133,6 @@ Constant bufferMode } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl( @@ -390670,9 +219145,6 @@ public static void TransformFeedbackVaryingsNV( Constant bufferMode ) => Underlying.Value!.TransformFeedbackVaryingsNV(program, locations, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390684,9 +219156,6 @@ public static void TransformPathNV( [NativeTypeName("const GLfloat *")] float* transformValues ) => Underlying.Value!.TransformPathNV(resultPath, srcPath, transformType, transformValues); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] [MethodImpl( @@ -390705,31 +219174,6 @@ public static void TransformPathNV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTranslated")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390740,32 +219184,6 @@ public static void Translate( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.Translate(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTranslatef")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390776,7 +219194,6 @@ public static void Translate( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.Translate(x, y, z); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTranslatex")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390787,8 +219204,6 @@ public static void Translatex( [NativeTypeName("GLfixed")] int z ) => Underlying.Value!.Translatex(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTranslatexOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390799,34 +219214,6 @@ public static void TranslatexOES( [NativeTypeName("GLfixed")] int z ) => Underlying.Value!.TranslatexOES(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390836,34 +219223,6 @@ public static void Uniform1( [NativeTypeName("GLdouble")] double x ) => Underlying.Value!.Uniform1(location, x); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390874,34 +219233,6 @@ public static void Uniform1( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.Uniform1(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1dv")] [MethodImpl( @@ -390919,49 +219250,6 @@ public static void Uniform1( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390971,7 +219259,6 @@ public static void Uniform1( [NativeTypeName("GLfloat")] float v0 ) => Underlying.Value!.Uniform1(location, v0); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -390981,49 +219268,6 @@ public static void Uniform1ARB( [NativeTypeName("GLfloat")] float v0 ) => Underlying.Value!.Uniform1ARB(location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391034,49 +219278,6 @@ public static void Uniform1( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.Uniform1(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1fv")] [MethodImpl( @@ -391094,7 +219295,6 @@ public static void Uniform1( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391105,7 +219305,6 @@ public static void Uniform1ARB( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.Uniform1ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] [MethodImpl( @@ -391123,49 +219322,6 @@ public static void Uniform1ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391175,8 +219331,6 @@ public static void Uniform1( [NativeTypeName("GLint")] int v0 ) => Underlying.Value!.Uniform1(location, v0); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391186,9 +219340,6 @@ public static void Uniform1ARB( [NativeTypeName("GLint64")] long x ) => Underlying.Value!.Uniform1ARB(location, x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391198,8 +219349,6 @@ public static void Uniform1NV( [NativeTypeName("GLint64EXT")] long x ) => Underlying.Value!.Uniform1NV(location, x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391210,8 +219359,6 @@ public static void Uniform1ARB( [NativeTypeName("const GLint64 *")] long* value ) => Underlying.Value!.Uniform1ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] [MethodImpl( @@ -391229,9 +219376,6 @@ public static void Uniform1ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391242,9 +219386,6 @@ public static void Uniform1NV( [NativeTypeName("const GLint64EXT *")] long* value ) => Underlying.Value!.Uniform1NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] [MethodImpl( @@ -391262,7 +219403,6 @@ public static void Uniform1NV( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391272,49 +219412,6 @@ public static void Uniform1ARB( [NativeTypeName("GLint")] int v0 ) => Underlying.Value!.Uniform1ARB(location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391325,49 +219422,6 @@ public static void Uniform1( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.Uniform1(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1iv")] [MethodImpl( @@ -391385,7 +219439,6 @@ public static void Uniform1( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391396,7 +219449,6 @@ public static void Uniform1ARB( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.Uniform1ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] [MethodImpl( @@ -391414,40 +219466,6 @@ public static void Uniform1ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391457,8 +219475,6 @@ public static void Uniform1( [NativeTypeName("GLuint")] uint v0 ) => Underlying.Value!.Uniform1(location, v0); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391468,9 +219484,6 @@ public static void Uniform1ARB( [NativeTypeName("GLuint64")] ulong x ) => Underlying.Value!.Uniform1ARB(location, x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391480,8 +219493,6 @@ public static void Uniform1NV( [NativeTypeName("GLuint64EXT")] ulong x ) => Underlying.Value!.Uniform1NV(location, x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391492,8 +219503,6 @@ public static void Uniform1ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => Underlying.Value!.Uniform1ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] [MethodImpl( @@ -391511,9 +219520,6 @@ public static void Uniform1ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391524,9 +219530,6 @@ public static void Uniform1NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => Underlying.Value!.Uniform1NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] [MethodImpl( @@ -391544,7 +219547,6 @@ public static void Uniform1NV( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform1uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391554,40 +219556,6 @@ public static void Uniform1EXT( [NativeTypeName("GLuint")] uint v0 ) => Underlying.Value!.Uniform1EXT(location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391598,40 +219566,6 @@ public static void Uniform1( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.Uniform1(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] [MethodImpl( @@ -391649,7 +219583,6 @@ public static void Uniform1( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391660,7 +219593,6 @@ public static void Uniform1EXT( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.Uniform1EXT(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] [MethodImpl( @@ -391678,34 +219610,6 @@ public static void Uniform1EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391716,34 +219620,6 @@ public static void Uniform2( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.Uniform2(location, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391754,34 +219630,6 @@ public static void Uniform2( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.Uniform2(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2dv")] [MethodImpl( @@ -391799,49 +219647,6 @@ public static void Uniform2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391852,7 +219657,6 @@ public static void Uniform2( [NativeTypeName("GLfloat")] float v1 ) => Underlying.Value!.Uniform2(location, v0, v1); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391863,49 +219667,6 @@ public static void Uniform2ARB( [NativeTypeName("GLfloat")] float v1 ) => Underlying.Value!.Uniform2ARB(location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391916,49 +219677,6 @@ public static void Uniform2( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.Uniform2(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2fv")] [MethodImpl( @@ -391976,7 +219694,6 @@ public static void Uniform2( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -391987,7 +219704,6 @@ public static void Uniform2ARB( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.Uniform2ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] [MethodImpl( @@ -392005,49 +219721,6 @@ public static void Uniform2ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392058,8 +219731,6 @@ public static void Uniform2( [NativeTypeName("GLint")] int v1 ) => Underlying.Value!.Uniform2(location, v0, v1); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392070,9 +219741,6 @@ public static void Uniform2ARB( [NativeTypeName("GLint64")] long y ) => Underlying.Value!.Uniform2ARB(location, x, y); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392083,8 +219751,6 @@ public static void Uniform2NV( [NativeTypeName("GLint64EXT")] long y ) => Underlying.Value!.Uniform2NV(location, x, y); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392095,8 +219761,6 @@ public static void Uniform2ARB( [NativeTypeName("const GLint64 *")] long* value ) => Underlying.Value!.Uniform2ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] [MethodImpl( @@ -392114,9 +219778,6 @@ public static void Uniform2ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392127,9 +219788,6 @@ public static void Uniform2NV( [NativeTypeName("const GLint64EXT *")] long* value ) => Underlying.Value!.Uniform2NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] [MethodImpl( @@ -392147,7 +219805,6 @@ public static void Uniform2NV( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392158,49 +219815,6 @@ public static void Uniform2ARB( [NativeTypeName("GLint")] int v1 ) => Underlying.Value!.Uniform2ARB(location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392211,49 +219825,6 @@ public static void Uniform2( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.Uniform2(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2iv")] [MethodImpl( @@ -392271,7 +219842,6 @@ public static void Uniform2( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392282,7 +219852,6 @@ public static void Uniform2ARB( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.Uniform2ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] [MethodImpl( @@ -392300,40 +219869,6 @@ public static void Uniform2ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392344,8 +219879,6 @@ public static void Uniform2( [NativeTypeName("GLuint")] uint v1 ) => Underlying.Value!.Uniform2(location, v0, v1); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392356,9 +219889,6 @@ public static void Uniform2ARB( [NativeTypeName("GLuint64")] ulong y ) => Underlying.Value!.Uniform2ARB(location, x, y); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392369,8 +219899,6 @@ public static void Uniform2NV( [NativeTypeName("GLuint64EXT")] ulong y ) => Underlying.Value!.Uniform2NV(location, x, y); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392381,8 +219909,6 @@ public static void Uniform2ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => Underlying.Value!.Uniform2ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] [MethodImpl( @@ -392400,9 +219926,6 @@ public static void Uniform2ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392413,9 +219936,6 @@ public static void Uniform2NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => Underlying.Value!.Uniform2NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] [MethodImpl( @@ -392433,7 +219953,6 @@ public static void Uniform2NV( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform2uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392444,40 +219963,6 @@ public static void Uniform2EXT( [NativeTypeName("GLuint")] uint v1 ) => Underlying.Value!.Uniform2EXT(location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392488,40 +219973,6 @@ public static void Uniform2( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.Uniform2(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] [MethodImpl( @@ -392539,7 +219990,6 @@ public static void Uniform2( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392550,7 +220000,6 @@ public static void Uniform2EXT( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.Uniform2EXT(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] [MethodImpl( @@ -392568,34 +220017,6 @@ public static void Uniform2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392607,34 +220028,6 @@ public static void Uniform3( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.Uniform3(location, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392645,34 +220038,6 @@ public static void Uniform3( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.Uniform3(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3dv")] [MethodImpl( @@ -392690,49 +220055,6 @@ public static void Uniform3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392744,7 +220066,6 @@ public static void Uniform3( [NativeTypeName("GLfloat")] float v2 ) => Underlying.Value!.Uniform3(location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392756,49 +220077,6 @@ public static void Uniform3ARB( [NativeTypeName("GLfloat")] float v2 ) => Underlying.Value!.Uniform3ARB(location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392809,49 +220087,6 @@ public static void Uniform3( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.Uniform3(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3fv")] [MethodImpl( @@ -392869,7 +220104,6 @@ public static void Uniform3( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392880,7 +220114,6 @@ public static void Uniform3ARB( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.Uniform3ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] [MethodImpl( @@ -392898,49 +220131,6 @@ public static void Uniform3ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392952,8 +220142,6 @@ public static void Uniform3( [NativeTypeName("GLint")] int v2 ) => Underlying.Value!.Uniform3(location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392965,9 +220153,6 @@ public static void Uniform3ARB( [NativeTypeName("GLint64")] long z ) => Underlying.Value!.Uniform3ARB(location, x, y, z); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392979,8 +220164,6 @@ public static void Uniform3NV( [NativeTypeName("GLint64EXT")] long z ) => Underlying.Value!.Uniform3NV(location, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -392991,8 +220174,6 @@ public static void Uniform3ARB( [NativeTypeName("const GLint64 *")] long* value ) => Underlying.Value!.Uniform3ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] [MethodImpl( @@ -393010,9 +220191,6 @@ public static void Uniform3ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393023,9 +220201,6 @@ public static void Uniform3NV( [NativeTypeName("const GLint64EXT *")] long* value ) => Underlying.Value!.Uniform3NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] [MethodImpl( @@ -393043,7 +220218,6 @@ public static void Uniform3NV( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393055,49 +220229,6 @@ public static void Uniform3ARB( [NativeTypeName("GLint")] int v2 ) => Underlying.Value!.Uniform3ARB(location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393108,49 +220239,6 @@ public static void Uniform3( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.Uniform3(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3iv")] [MethodImpl( @@ -393168,7 +220256,6 @@ public static void Uniform3( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393179,7 +220266,6 @@ public static void Uniform3ARB( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.Uniform3ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] [MethodImpl( @@ -393197,40 +220283,6 @@ public static void Uniform3ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393242,8 +220294,6 @@ public static void Uniform3( [NativeTypeName("GLuint")] uint v2 ) => Underlying.Value!.Uniform3(location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393255,9 +220305,6 @@ public static void Uniform3ARB( [NativeTypeName("GLuint64")] ulong z ) => Underlying.Value!.Uniform3ARB(location, x, y, z); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393269,8 +220316,6 @@ public static void Uniform3NV( [NativeTypeName("GLuint64EXT")] ulong z ) => Underlying.Value!.Uniform3NV(location, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393281,8 +220326,6 @@ public static void Uniform3ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => Underlying.Value!.Uniform3ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] [MethodImpl( @@ -393300,9 +220343,6 @@ public static void Uniform3ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393313,9 +220353,6 @@ public static void Uniform3NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => Underlying.Value!.Uniform3NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] [MethodImpl( @@ -393333,7 +220370,6 @@ public static void Uniform3NV( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform3uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393345,40 +220381,6 @@ public static void Uniform3EXT( [NativeTypeName("GLuint")] uint v2 ) => Underlying.Value!.Uniform3EXT(location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393389,40 +220391,6 @@ public static void Uniform3( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.Uniform3(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] [MethodImpl( @@ -393440,7 +220408,6 @@ public static void Uniform3( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393451,7 +220418,6 @@ public static void Uniform3EXT( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.Uniform3EXT(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] [MethodImpl( @@ -393469,34 +220435,6 @@ public static void Uniform3EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393509,34 +220447,6 @@ public static void Uniform4( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.Uniform4(location, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393547,34 +220457,6 @@ public static void Uniform4( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.Uniform4(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4dv")] [MethodImpl( @@ -393592,49 +220474,6 @@ public static void Uniform4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393647,7 +220486,6 @@ public static void Uniform4( [NativeTypeName("GLfloat")] float v3 ) => Underlying.Value!.Uniform4(location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393660,49 +220498,6 @@ public static void Uniform4ARB( [NativeTypeName("GLfloat")] float v3 ) => Underlying.Value!.Uniform4ARB(location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393713,49 +220508,6 @@ public static void Uniform4( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.Uniform4(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4fv")] [MethodImpl( @@ -393773,7 +220525,6 @@ public static void Uniform4( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393784,7 +220535,6 @@ public static void Uniform4ARB( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.Uniform4ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] [MethodImpl( @@ -393802,49 +220552,6 @@ public static void Uniform4ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393857,8 +220564,6 @@ public static void Uniform4( [NativeTypeName("GLint")] int v3 ) => Underlying.Value!.Uniform4(location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393871,9 +220576,6 @@ public static void Uniform4ARB( [NativeTypeName("GLint64")] long w ) => Underlying.Value!.Uniform4ARB(location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393886,8 +220588,6 @@ public static void Uniform4NV( [NativeTypeName("GLint64EXT")] long w ) => Underlying.Value!.Uniform4NV(location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393898,8 +220598,6 @@ public static void Uniform4ARB( [NativeTypeName("const GLint64 *")] long* value ) => Underlying.Value!.Uniform4ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] [MethodImpl( @@ -393917,9 +220615,6 @@ public static void Uniform4ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393930,9 +220625,6 @@ public static void Uniform4NV( [NativeTypeName("const GLint64EXT *")] long* value ) => Underlying.Value!.Uniform4NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] [MethodImpl( @@ -393950,7 +220642,6 @@ public static void Uniform4NV( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -393963,49 +220654,6 @@ public static void Uniform4ARB( [NativeTypeName("GLint")] int v3 ) => Underlying.Value!.Uniform4ARB(location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394016,49 +220664,6 @@ public static void Uniform4( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.Uniform4(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4iv")] [MethodImpl( @@ -394076,7 +220681,6 @@ public static void Uniform4( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394087,7 +220691,6 @@ public static void Uniform4ARB( [NativeTypeName("const GLint *")] int* value ) => Underlying.Value!.Uniform4ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] [MethodImpl( @@ -394105,40 +220708,6 @@ public static void Uniform4ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394151,8 +220720,6 @@ public static void Uniform4( [NativeTypeName("GLuint")] uint v3 ) => Underlying.Value!.Uniform4(location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394165,9 +220732,6 @@ public static void Uniform4ARB( [NativeTypeName("GLuint64")] ulong w ) => Underlying.Value!.Uniform4ARB(location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394180,8 +220744,6 @@ public static void Uniform4NV( [NativeTypeName("GLuint64EXT")] ulong w ) => Underlying.Value!.Uniform4NV(location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394192,8 +220754,6 @@ public static void Uniform4ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => Underlying.Value!.Uniform4ARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] [MethodImpl( @@ -394211,9 +220771,6 @@ public static void Uniform4ARB( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394224,9 +220781,6 @@ public static void Uniform4NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => Underlying.Value!.Uniform4NV(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] [MethodImpl( @@ -394244,7 +220798,6 @@ public static void Uniform4NV( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform4uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394257,40 +220810,6 @@ public static void Uniform4EXT( [NativeTypeName("GLuint")] uint v3 ) => Underlying.Value!.Uniform4EXT(location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394301,40 +220820,6 @@ public static void Uniform4( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.Uniform4(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] [MethodImpl( @@ -394352,7 +220837,6 @@ public static void Uniform4( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394363,7 +220847,6 @@ public static void Uniform4EXT( [NativeTypeName("const GLuint *")] uint* value ) => Underlying.Value!.Uniform4EXT(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] [MethodImpl( @@ -394381,40 +220864,6 @@ public static void Uniform4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformBlockBinding")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394425,7 +220874,6 @@ public static void UniformBlockBinding( [NativeTypeName("GLuint")] uint uniformBlockBinding ) => Underlying.Value!.UniformBlockBinding(program, uniformBlockIndex, uniformBlockBinding); - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glUniformBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394436,8 +220884,6 @@ public static void UniformBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.UniformBufferEXT(program, location, buffer); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394447,7 +220893,6 @@ public static void UniformHandleARB( [NativeTypeName("GLuint64")] ulong value ) => Underlying.Value!.UniformHandleARB(location, value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64IMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394457,9 +220902,6 @@ public static void UniformHandleIMG( [NativeTypeName("GLuint64")] ulong value ) => Underlying.Value!.UniformHandleIMG(location, value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394469,26 +220911,22 @@ public static void UniformHandleNV( [NativeTypeName("GLuint64")] ulong value ) => Underlying.Value!.UniformHandleNV(location, value); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UniformHandleui64VARB( + public static void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value - ) => Underlying.Value!.UniformHandleui64VARB(location, count, value); + ) => Underlying.Value!.UniformHandleui64vARB(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UniformHandleui64VARB( + public static void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value @@ -394496,40 +220934,36 @@ public static void UniformHandleui64VARB( { fixed (ulong* __dsl_value = value) { - UniformHandleui64VARB(location, count, __dsl_value); + UniformHandleui64vARB(location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UniformHandleui64VARB( + public static void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => Underlying.Value!.UniformHandleui64VARB(location, value); + ) => Underlying.Value!.UniformHandleui64vARB(location, value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UniformHandleui64VIMG( + public static void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value - ) => Underlying.Value!.UniformHandleui64VIMG(location, count, value); + ) => Underlying.Value!.UniformHandleui64vIMG(location, count, value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UniformHandleui64VIMG( + public static void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value @@ -394537,43 +220971,36 @@ public static void UniformHandleui64VIMG( { fixed (ulong* __dsl_value = value) { - UniformHandleui64VIMG(location, count, __dsl_value); + UniformHandleui64vIMG(location, count, __dsl_value); } } - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UniformHandleui64VIMG( + public static void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => Underlying.Value!.UniformHandleui64VIMG(location, value); + ) => Underlying.Value!.UniformHandleui64vIMG(location, value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UniformHandleui64VNV( + public static void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value - ) => Underlying.Value!.UniformHandleui64VNV(location, count, value); + ) => Underlying.Value!.UniformHandleui64vNV(location, count, value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UniformHandleui64VNV( + public static void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value @@ -394581,51 +221008,20 @@ public static void UniformHandleui64VNV( { fixed (ulong* __dsl_value = value) { - UniformHandleui64VNV(location, count, __dsl_value); + UniformHandleui64vNV(location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UniformHandleui64VNV( + public static void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => Underlying.Value!.UniformHandleui64VNV(location, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] + ) => Underlying.Value!.UniformHandleui64vNV(location, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394637,34 +221033,6 @@ public static void UniformMatrix2( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.UniformMatrix2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] [MethodImpl( @@ -394683,49 +221051,6 @@ public static void UniformMatrix2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394737,49 +221062,6 @@ public static void UniformMatrix2( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] [MethodImpl( @@ -394798,7 +221080,6 @@ public static void UniformMatrix2( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394810,7 +221091,6 @@ public static void UniformMatrix2ARB( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix2ARB(location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] [MethodImpl( @@ -394829,34 +221109,6 @@ public static void UniformMatrix2ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394868,34 +221120,6 @@ public static void UniformMatrix2X3( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.UniformMatrix2X3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] [MethodImpl( @@ -394914,42 +221138,6 @@ public static void UniformMatrix2X3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -394961,42 +221149,6 @@ public static void UniformMatrix2X3( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix2X3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] [MethodImpl( @@ -395015,7 +221167,6 @@ public static void UniformMatrix2X3( } } - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395027,7 +221178,6 @@ public static void UniformMatrix2X3NV( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix2X3NV(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] [MethodImpl( @@ -395046,34 +221196,6 @@ public static void UniformMatrix2X3NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395085,34 +221207,6 @@ public static void UniformMatrix2X4( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.UniformMatrix2X4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] [MethodImpl( @@ -395131,42 +221225,6 @@ public static void UniformMatrix2X4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395178,42 +221236,6 @@ public static void UniformMatrix2X4( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix2X4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] [MethodImpl( @@ -395232,7 +221254,6 @@ public static void UniformMatrix2X4( } } - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395244,7 +221265,6 @@ public static void UniformMatrix2X4NV( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix2X4NV(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] [MethodImpl( @@ -395263,34 +221283,6 @@ public static void UniformMatrix2X4NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395302,34 +221294,6 @@ public static void UniformMatrix3( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.UniformMatrix3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] [MethodImpl( @@ -395348,49 +221312,6 @@ public static void UniformMatrix3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395402,49 +221323,6 @@ public static void UniformMatrix3( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] [MethodImpl( @@ -395463,7 +221341,6 @@ public static void UniformMatrix3( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395475,7 +221352,6 @@ public static void UniformMatrix3ARB( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix3ARB(location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] [MethodImpl( @@ -395494,34 +221370,6 @@ public static void UniformMatrix3ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395533,34 +221381,6 @@ public static void UniformMatrix3X2( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.UniformMatrix3X2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] [MethodImpl( @@ -395579,42 +221399,6 @@ public static void UniformMatrix3X2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395626,42 +221410,6 @@ public static void UniformMatrix3X2( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix3X2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] [MethodImpl( @@ -395680,7 +221428,6 @@ public static void UniformMatrix3X2( } } - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395692,7 +221439,6 @@ public static void UniformMatrix3X2NV( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix3X2NV(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] [MethodImpl( @@ -395711,34 +221457,6 @@ public static void UniformMatrix3X2NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395750,34 +221468,6 @@ public static void UniformMatrix3X4( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.UniformMatrix3X4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] [MethodImpl( @@ -395796,42 +221486,6 @@ public static void UniformMatrix3X4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395843,42 +221497,6 @@ public static void UniformMatrix3X4( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix3X4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] [MethodImpl( @@ -395897,7 +221515,6 @@ public static void UniformMatrix3X4( } } - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395909,7 +221526,6 @@ public static void UniformMatrix3X4NV( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix3X4NV(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] [MethodImpl( @@ -395928,34 +221544,6 @@ public static void UniformMatrix3X4NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -395967,34 +221555,6 @@ public static void UniformMatrix4( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.UniformMatrix4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] [MethodImpl( @@ -396013,49 +221573,6 @@ public static void UniformMatrix4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396067,49 +221584,6 @@ public static void UniformMatrix4( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix4(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] [MethodImpl( @@ -396128,7 +221602,6 @@ public static void UniformMatrix4( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396140,7 +221613,6 @@ public static void UniformMatrix4ARB( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix4ARB(location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] [MethodImpl( @@ -396159,34 +221631,6 @@ public static void UniformMatrix4ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396198,34 +221642,6 @@ public static void UniformMatrix4X2( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.UniformMatrix4X2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] [MethodImpl( @@ -396244,42 +221660,6 @@ public static void UniformMatrix4X2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396291,42 +221671,6 @@ public static void UniformMatrix4X2( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix4X2(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] [MethodImpl( @@ -396345,7 +221689,6 @@ public static void UniformMatrix4X2( } } - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396357,7 +221700,6 @@ public static void UniformMatrix4X2NV( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix4X2NV(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] [MethodImpl( @@ -396376,34 +221718,6 @@ public static void UniformMatrix4X2NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396415,34 +221729,6 @@ public static void UniformMatrix4X3( [NativeTypeName("const GLdouble *")] double* value ) => Underlying.Value!.UniformMatrix4X3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] [MethodImpl( @@ -396461,42 +221747,6 @@ public static void UniformMatrix4X3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396508,42 +221758,6 @@ public static void UniformMatrix4X3( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix4X3(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] [MethodImpl( @@ -396562,7 +221776,6 @@ public static void UniformMatrix4X3( } } - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396574,7 +221787,6 @@ public static void UniformMatrix4X3NV( [NativeTypeName("const GLfloat *")] float* value ) => Underlying.Value!.UniformMatrix4X3NV(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] [MethodImpl( @@ -396593,34 +221805,6 @@ public static void UniformMatrix4X3NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396631,34 +221815,6 @@ public static void UniformSubroutines( [NativeTypeName("const GLuint *")] uint* indices ) => Underlying.Value!.UniformSubroutines(shadertype, count, indices); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl( @@ -396676,34 +221832,6 @@ public static void UniformSubroutines( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl( @@ -396714,8 +221842,6 @@ public static void UniformSubroutines( [NativeTypeName("const GLuint *")] uint indices ) => Underlying.Value!.UniformSubroutines(shadertype, indices); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glUniformui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396725,8 +221851,6 @@ public static void UniformNV( [NativeTypeName("GLuint64EXT")] ulong value ) => Underlying.Value!.UniformNV(location, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396737,8 +221861,6 @@ public static void UniformNV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => Underlying.Value!.UniformNV(location, count, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] [MethodImpl( @@ -396756,7 +221878,6 @@ public static void UniformNV( } } - [SupportedApiProfile("gl", ["GL_EXT_compiled_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glUnlockArraysEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396764,46 +221885,6 @@ public static void UniformNV( public static void UnlockArraysEXT() => Underlying.Value!.UnlockArraysEXT(); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396812,46 +221893,6 @@ public static uint UnmapBuffer([NativeTypeName("GLenum")] uint target) => Underlying.Value!.UnmapBuffer(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] [MethodImpl( @@ -396862,7 +221903,6 @@ public static MaybeBool UnmapBuffer( ) => Underlying.Value!.UnmapBuffer(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396871,7 +221911,6 @@ public static uint UnmapBufferARB([NativeTypeName("GLenum")] uint target) => Underlying.Value!.UnmapBufferARB(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] [MethodImpl( @@ -396882,8 +221921,6 @@ public static MaybeBool UnmapBufferARB( ) => Underlying.Value!.UnmapBufferARB(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] [MethodImpl( @@ -396893,26 +221930,14 @@ public static MaybeBool UnmapBufferOES([NativeTypeName("GLenum")] uint tar Underlying.Value!.UnmapBufferOES(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint UnmapBufferOESRaw([NativeTypeName("GLenum")] uint target) => - Underlying.Value!.UnmapBufferOESRaw(target); + public static uint UnmapBufferOESRawOES([NativeTypeName("GLenum")] uint target) => + Underlying.Value!.UnmapBufferOESRawOES(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] [MethodImpl( @@ -396922,8 +221947,6 @@ public static MaybeBool UnmapNamedBuffer([NativeTypeName("GLuint")] uint b Underlying.Value!.UnmapNamedBuffer(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] [MethodImpl( @@ -396933,26 +221956,14 @@ public static MaybeBool UnmapNamedBufferEXT([NativeTypeName("GLuint")] uin Underlying.Value!.UnmapNamedBufferEXT(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint UnmapNamedBufferEXTRaw([NativeTypeName("GLuint")] uint buffer) => - Underlying.Value!.UnmapNamedBufferEXTRaw(buffer); + public static uint UnmapNamedBufferEXTRawEXT([NativeTypeName("GLuint")] uint buffer) => + Underlying.Value!.UnmapNamedBufferEXTRawEXT(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396960,7 +221971,6 @@ public static uint UnmapNamedBufferEXTRaw([NativeTypeName("GLuint")] uint buffer public static uint UnmapNamedBufferRaw([NativeTypeName("GLuint")] uint buffer) => Underlying.Value!.UnmapNamedBufferRaw(buffer); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [NativeFunction("opengl", EntryPoint = "glUnmapObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396968,17 +221978,15 @@ public static uint UnmapNamedBufferRaw([NativeTypeName("GLuint")] uint buffer) = public static void UnmapObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => Underlying.Value!.UnmapObjectBufferATI(buffer); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glUnmapTexture2DINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UnmapTexture2DIntel( + public static void UnmapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) => Underlying.Value!.UnmapTexture2DIntel(texture, level); + ) => Underlying.Value!.UnmapTexture2DINTEL(texture, level); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -396991,7 +221999,6 @@ public static void UpdateObjectBufferATI( [NativeTypeName("GLenum")] uint preserve ) => Underlying.Value!.UpdateObjectBufferATI(buffer, offset, size, pointer, preserve); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] [MethodImpl( @@ -397011,7 +222018,6 @@ public static void UpdateObjectBufferATI( } } - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glUploadGpuMaskNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397019,49 +222025,6 @@ public static void UpdateObjectBufferATI( public static void UploadGpuMaskNVX([NativeTypeName("GLbitfield")] uint mask) => Underlying.Value!.UploadGpuMaskNVX(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUseProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397069,7 +222032,6 @@ public static void UploadGpuMaskNVX([NativeTypeName("GLbitfield")] uint mask) => public static void UseProgram([NativeTypeName("GLuint")] uint program) => Underlying.Value!.UseProgram(program); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseProgramObjectARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397077,32 +222039,6 @@ public static void UseProgram([NativeTypeName("GLuint")] uint program) => public static void UseProgramObjectARB([NativeTypeName("GLhandleARB")] uint programObj) => Underlying.Value!.UseProgramObjectARB(programObj); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397113,32 +222049,6 @@ public static void UseProgramStages( [NativeTypeName("GLuint")] uint program ) => Underlying.Value!.UseProgramStages(pipeline, stages, program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] [MethodImpl( @@ -397150,7 +222060,6 @@ public static void UseProgramStages( [NativeTypeName("GLuint")] uint program ) => Underlying.Value!.UseProgramStages(pipeline, stages, program); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397161,7 +222070,6 @@ public static void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint program ) => Underlying.Value!.UseProgramStagesEXT(pipeline, stages, program); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] [MethodImpl( @@ -397173,8 +222081,6 @@ public static void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint program ) => Underlying.Value!.UseProgramStagesEXT(pipeline, stages, program); - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseShaderProgramEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397184,49 +222090,6 @@ public static void UseShaderProgramEXT( [NativeTypeName("GLuint")] uint program ) => Underlying.Value!.UseShaderProgramEXT(type, program); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glValidateProgram")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397234,7 +222097,6 @@ public static void UseShaderProgramEXT( public static void ValidateProgram([NativeTypeName("GLuint")] uint program) => Underlying.Value!.ValidateProgram(program); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glValidateProgramARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397242,32 +222104,6 @@ public static void ValidateProgram([NativeTypeName("GLuint")] uint program) => public static void ValidateProgramARB([NativeTypeName("GLhandleARB")] uint programObj) => Underlying.Value!.ValidateProgramARB(programObj); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glValidateProgramPipeline")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397275,7 +222111,6 @@ public static void ValidateProgramARB([NativeTypeName("GLhandleARB")] uint progr public static void ValidateProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => Underlying.Value!.ValidateProgramPipeline(pipeline); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glValidateProgramPipelineEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397283,7 +222118,6 @@ public static void ValidateProgramPipeline([NativeTypeName("GLuint")] uint pipel public static void ValidateProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline) => Underlying.Value!.ValidateProgramPipelineEXT(pipeline); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397296,7 +222130,6 @@ public static void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => Underlying.Value!.VariantArrayObjectATI(id, type, stride, buffer, offset); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] [MethodImpl( @@ -397310,7 +222143,6 @@ public static void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => Underlying.Value!.VariantArrayObjectATI(id, type, stride, buffer, offset); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397320,7 +222152,6 @@ public static void VariantEXT( [NativeTypeName("const GLbyte *")] sbyte* addr ) => Underlying.Value!.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl( @@ -397337,7 +222168,6 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl( @@ -397346,7 +222176,6 @@ public static void VariantEXT( public static void VariantEXT([NativeTypeName("const GLbyte *")] sbyte addr) => Underlying.Value!.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397356,7 +222185,6 @@ public static void VariantEXT( [NativeTypeName("const GLdouble *")] double* addr ) => Underlying.Value!.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl( @@ -397373,7 +222201,6 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl( @@ -397382,7 +222209,6 @@ public static void VariantEXT( public static void VariantEXT([NativeTypeName("const GLdouble *")] double addr) => Underlying.Value!.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397392,7 +222218,6 @@ public static void VariantEXT( [NativeTypeName("const GLfloat *")] float* addr ) => Underlying.Value!.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl( @@ -397409,7 +222234,6 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl( @@ -397418,7 +222242,6 @@ public static void VariantEXT( public static void VariantEXT([NativeTypeName("const GLfloat *")] float addr) => Underlying.Value!.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397428,7 +222251,6 @@ public static void VariantEXT( [NativeTypeName("const GLint *")] int* addr ) => Underlying.Value!.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl( @@ -397445,7 +222267,6 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl( @@ -397454,7 +222275,6 @@ public static void VariantEXT( public static void VariantEXT([NativeTypeName("const GLint *")] int addr) => Underlying.Value!.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397466,7 +222286,6 @@ public static void VariantPointerEXT( [NativeTypeName("const void *")] void* addr ) => Underlying.Value!.VariantPointerEXT(id, type, stride, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] [MethodImpl( @@ -397485,7 +222304,6 @@ public static void VariantPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397495,7 +222313,6 @@ public static void VariantEXT( [NativeTypeName("const GLshort *")] short* addr ) => Underlying.Value!.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl( @@ -397512,7 +222329,6 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl( @@ -397521,7 +222337,6 @@ public static void VariantEXT( public static void VariantEXT([NativeTypeName("const GLshort *")] short addr) => Underlying.Value!.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397531,7 +222346,6 @@ public static void VariantEXT( [NativeTypeName("const GLubyte *")] byte* addr ) => Underlying.Value!.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl( @@ -397548,7 +222362,6 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl( @@ -397557,7 +222370,6 @@ public static void VariantEXT( public static void VariantEXT([NativeTypeName("const GLubyte *")] byte addr) => Underlying.Value!.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397567,7 +222379,6 @@ public static void VariantEXT( [NativeTypeName("const GLuint *")] uint* addr ) => Underlying.Value!.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl( @@ -397584,7 +222395,6 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl( @@ -397593,7 +222403,6 @@ public static void VariantEXT( public static void VariantEXT([NativeTypeName("const GLuint *")] uint addr) => Underlying.Value!.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397603,7 +222412,6 @@ public static void VariantEXT( [NativeTypeName("const GLushort *")] ushort* addr ) => Underlying.Value!.VariantEXT(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl( @@ -397620,7 +222428,6 @@ public static void VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl( @@ -397629,14 +222436,12 @@ public static void VariantEXT( public static void VariantEXT([NativeTypeName("const GLushort *")] ushort addr) => Underlying.Value!.VariantEXT(addr); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUFiniNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void VdpauFinNV() => Underlying.Value!.VdpauFinNV(); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397649,7 +222454,6 @@ public static void VdpauGetSurfaceNV( [NativeTypeName("GLint *")] int* values ) => Underlying.Value!.VdpauGetSurfaceNV(surface, pname, count, length, values); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl( @@ -397670,7 +222474,6 @@ public static void VdpauGetSurfaceNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl( @@ -397690,7 +222493,6 @@ public static int VdpauGetSurfaceNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397700,7 +222502,6 @@ public static void VdpauInitNV( [NativeTypeName("const void *")] void* getProcAddress ) => Underlying.Value!.VdpauInitNV(vdpDevice, getProcAddress); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] [MethodImpl( @@ -397719,7 +222520,6 @@ public static void VdpauInitNV( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] [MethodImpl( @@ -397730,15 +222530,14 @@ public static MaybeBool VdpauIsSurfaceNV( ) => Underlying.Value!.VdpauIsSurfaceNV(surface); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint VdpauIsSurfaceNVRaw([NativeTypeName("GLvdpauSurfaceNV")] nint surface) => - Underlying.Value!.VdpauIsSurfaceNVRaw(surface); + public static uint VdpauIsSurfaceNVRawNV( + [NativeTypeName("GLvdpauSurfaceNV")] nint surface + ) => Underlying.Value!.VdpauIsSurfaceNVRawNV(surface); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397748,7 +222547,6 @@ public static void VdpauMapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] nint* surfaces ) => Underlying.Value!.VdpauMapSurfacesNV(numSurfaces, surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl( @@ -397765,7 +222563,6 @@ public static void VdpauMapSurfacesNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl( @@ -397776,7 +222573,6 @@ public static void VdpauMapSurfacesNV( ) => Underlying.Value!.VdpauMapSurfacesNV(surfaces); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397795,7 +222591,6 @@ public static nint VdpauRegisterOutputSurfaceNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] [MethodImpl( @@ -397821,7 +222616,6 @@ public static nint VdpauRegisterOutputSurfaceNV( } [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397840,7 +222634,6 @@ public static nint VdpauRegisterVideoSurfaceNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] [MethodImpl( @@ -397866,7 +222659,6 @@ public static nint VdpauRegisterVideoSurfaceNV( } [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop2"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397887,7 +222679,6 @@ public static nint VdpauRegisterVideoSurfaceWithPictureStructureNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] [MethodImpl( @@ -397914,7 +222705,6 @@ public static nint VdpauRegisterVideoSurfaceWithPictureStructureNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUSurfaceAccessNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397924,7 +222714,6 @@ public static void VdpauSurfaceAccessNV( [NativeTypeName("GLenum")] uint access ) => Underlying.Value!.VdpauSurfaceAccessNV(surface, access); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397934,7 +222723,6 @@ public static void VdpauUnmapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] nint* surfaces ) => Underlying.Value!.VdpauUnmapSurfacesNV(numSurface, surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl( @@ -397951,7 +222739,6 @@ public static void VdpauUnmapSurfacesNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl( @@ -397961,7 +222748,6 @@ public static void VdpauUnmapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] nint surfaces ) => Underlying.Value!.VdpauUnmapSurfacesNV(surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUUnregisterSurfaceNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397970,7 +222756,6 @@ public static void VdpauUnregisterSurfaceNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface ) => Underlying.Value!.VdpauUnregisterSurfaceNV(surface); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex2bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397980,7 +222765,6 @@ public static void Vertex2OES( [NativeTypeName("GLbyte")] sbyte y ) => Underlying.Value!.Vertex2OES(x, y); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -397988,7 +222772,6 @@ public static void Vertex2OES( public static void Vertex2OES([NativeTypeName("const GLbyte *")] sbyte* coords) => Underlying.Value!.Vertex2OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] [MethodImpl( @@ -398002,31 +222785,6 @@ public static void Vertex2OES([NativeTypeName("const GLbyte *")] Ref coor } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398036,31 +222794,6 @@ public static void Vertex2( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.Vertex2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398068,31 +222801,6 @@ public static void Vertex2( public static void Vertex2([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.Vertex2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2dv")] [MethodImpl( @@ -398106,31 +222814,6 @@ public static void Vertex2([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398140,31 +222823,6 @@ public static void Vertex2( [NativeTypeName("GLfloat")] float y ) => Underlying.Value!.Vertex2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398172,31 +222830,6 @@ public static void Vertex2( public static void Vertex2([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.Vertex2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2fv")] [MethodImpl( @@ -398210,7 +222843,6 @@ public static void Vertex2([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex2hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398220,7 +222852,6 @@ public static void Vertex2NV( [NativeTypeName("GLhalfNV")] ushort y ) => Underlying.Value!.Vertex2NV(x, y); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398228,7 +222859,6 @@ public static void Vertex2NV( public static void Vertex2NV([NativeTypeName("const GLhalfNV *")] ushort* v) => Underlying.Value!.Vertex2NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] [MethodImpl( @@ -398242,31 +222872,6 @@ public static void Vertex2NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398276,31 +222881,6 @@ public static void Vertex2( [NativeTypeName("GLint")] int y ) => Underlying.Value!.Vertex2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398308,31 +222888,6 @@ public static void Vertex2( public static void Vertex2([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.Vertex2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2iv")] [MethodImpl( @@ -398346,31 +222901,6 @@ public static void Vertex2([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398380,31 +222910,6 @@ public static void Vertex2( [NativeTypeName("GLshort")] short y ) => Underlying.Value!.Vertex2(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398412,31 +222917,6 @@ public static void Vertex2( public static void Vertex2([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.Vertex2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2sv")] [MethodImpl( @@ -398450,7 +222930,6 @@ public static void Vertex2([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex2xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398458,7 +222937,6 @@ public static void Vertex2([NativeTypeName("const GLshort *")] Ref v) public static void Vertex2XOES([NativeTypeName("GLfixed")] int x) => Underlying.Value!.Vertex2XOES(x); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398466,7 +222944,6 @@ public static void Vertex2XOES([NativeTypeName("GLfixed")] int x) => public static void Vertex2XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.Vertex2XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] [MethodImpl( @@ -398480,7 +222957,6 @@ public static void Vertex2XOES([NativeTypeName("const GLfixed *")] Ref coor } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex3bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398491,7 +222967,6 @@ public static void Vertex3OES( [NativeTypeName("GLbyte")] sbyte z ) => Underlying.Value!.Vertex3OES(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398499,7 +222974,6 @@ public static void Vertex3OES( public static void Vertex3OES([NativeTypeName("const GLbyte *")] sbyte* coords) => Underlying.Value!.Vertex3OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] [MethodImpl( @@ -398513,31 +222987,6 @@ public static void Vertex3OES([NativeTypeName("const GLbyte *")] Ref coor } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398548,31 +222997,6 @@ public static void Vertex3( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.Vertex3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398580,31 +223004,6 @@ public static void Vertex3( public static void Vertex3([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.Vertex3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3dv")] [MethodImpl( @@ -398618,31 +223017,6 @@ public static void Vertex3([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398653,31 +223027,6 @@ public static void Vertex3( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.Vertex3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398685,31 +223034,6 @@ public static void Vertex3( public static void Vertex3([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.Vertex3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3fv")] [MethodImpl( @@ -398723,7 +223047,6 @@ public static void Vertex3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398734,7 +223057,6 @@ public static void Vertex3NV( [NativeTypeName("GLhalfNV")] ushort z ) => Underlying.Value!.Vertex3NV(x, y, z); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398742,7 +223064,6 @@ public static void Vertex3NV( public static void Vertex3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => Underlying.Value!.Vertex3NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] [MethodImpl( @@ -398756,31 +223077,6 @@ public static void Vertex3NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398791,31 +223087,6 @@ public static void Vertex3( [NativeTypeName("GLint")] int z ) => Underlying.Value!.Vertex3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398823,31 +223094,6 @@ public static void Vertex3( public static void Vertex3([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.Vertex3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3iv")] [MethodImpl( @@ -398861,31 +223107,6 @@ public static void Vertex3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398896,31 +223117,6 @@ public static void Vertex3( [NativeTypeName("GLshort")] short z ) => Underlying.Value!.Vertex3(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398928,31 +223124,6 @@ public static void Vertex3( public static void Vertex3([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.Vertex3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3sv")] [MethodImpl( @@ -398966,7 +223137,6 @@ public static void Vertex3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex3xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398976,7 +223146,6 @@ public static void Vertex3XOES( [NativeTypeName("GLfixed")] int y ) => Underlying.Value!.Vertex3XOES(x, y); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -398984,7 +223153,6 @@ public static void Vertex3XOES( public static void Vertex3XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.Vertex3XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] [MethodImpl( @@ -398998,7 +223166,6 @@ public static void Vertex3XOES([NativeTypeName("const GLfixed *")] Ref coor } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex4bOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399010,7 +223177,6 @@ public static void Vertex4OES( [NativeTypeName("GLbyte")] sbyte w ) => Underlying.Value!.Vertex4OES(x, y, z, w); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399018,7 +223184,6 @@ public static void Vertex4OES( public static void Vertex4OES([NativeTypeName("const GLbyte *")] sbyte* coords) => Underlying.Value!.Vertex4OES(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] [MethodImpl( @@ -399032,31 +223197,6 @@ public static void Vertex4OES([NativeTypeName("const GLbyte *")] Ref coor } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399068,31 +223208,6 @@ public static void Vertex4( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.Vertex4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399100,31 +223215,6 @@ public static void Vertex4( public static void Vertex4([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.Vertex4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4dv")] [MethodImpl( @@ -399138,31 +223228,6 @@ public static void Vertex4([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399174,31 +223239,6 @@ public static void Vertex4( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.Vertex4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399206,31 +223246,6 @@ public static void Vertex4( public static void Vertex4([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.Vertex4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4fv")] [MethodImpl( @@ -399244,7 +223259,6 @@ public static void Vertex4([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex4hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399256,7 +223270,6 @@ public static void Vertex4NV( [NativeTypeName("GLhalfNV")] ushort w ) => Underlying.Value!.Vertex4NV(x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399264,7 +223277,6 @@ public static void Vertex4NV( public static void Vertex4NV([NativeTypeName("const GLhalfNV *")] ushort* v) => Underlying.Value!.Vertex4NV(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] [MethodImpl( @@ -399278,31 +223290,6 @@ public static void Vertex4NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399314,31 +223301,6 @@ public static void Vertex4( [NativeTypeName("GLint")] int w ) => Underlying.Value!.Vertex4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399346,31 +223308,6 @@ public static void Vertex4( public static void Vertex4([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.Vertex4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4iv")] [MethodImpl( @@ -399384,31 +223321,6 @@ public static void Vertex4([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399420,31 +223332,6 @@ public static void Vertex4( [NativeTypeName("GLshort")] short w ) => Underlying.Value!.Vertex4(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399452,31 +223339,6 @@ public static void Vertex4( public static void Vertex4([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.Vertex4(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4sv")] [MethodImpl( @@ -399490,7 +223352,6 @@ public static void Vertex4([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex4xOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399501,7 +223362,6 @@ public static void Vertex4XOES( [NativeTypeName("GLfixed")] int z ) => Underlying.Value!.Vertex4XOES(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399509,7 +223369,6 @@ public static void Vertex4XOES( public static void Vertex4XOES([NativeTypeName("const GLfixed *")] int* coords) => Underlying.Value!.Vertex4XOES(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] [MethodImpl( @@ -399523,16 +223382,6 @@ public static void Vertex4XOES([NativeTypeName("const GLfixed *")] Ref coor } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribBinding")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399543,16 +223392,6 @@ public static void VertexArrayAttribBinding( [NativeTypeName("GLuint")] uint bindingindex ) => Underlying.Value!.VertexArrayAttribBinding(vaobj, attribindex, bindingindex); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399574,16 +223413,6 @@ public static void VertexArrayAttribFormat( relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] [MethodImpl( @@ -399606,16 +223435,6 @@ public static void VertexArrayAttribFormat( relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399635,16 +223454,6 @@ public static void VertexArrayAttribIFormat( relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] [MethodImpl( @@ -399665,16 +223474,6 @@ public static void VertexArrayAttribIFormat( relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399694,16 +223493,6 @@ public static void VertexArrayAttribLFormat( relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] [MethodImpl( @@ -399724,16 +223513,6 @@ public static void VertexArrayAttribLFormat( relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayBindingDivisor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399744,8 +223523,6 @@ public static void VertexArrayBindingDivisor( [NativeTypeName("GLuint")] uint divisor ) => Underlying.Value!.VertexArrayBindingDivisor(vaobj, bindingindex, divisor); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayBindVertexBufferEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399765,8 +223542,6 @@ public static void VertexArrayBindVertexBufferEXT( stride ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399780,8 +223555,6 @@ public static void VertexArrayColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.VertexArrayColorOffsetEXT(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] [MethodImpl( @@ -399796,8 +223569,6 @@ public static void VertexArrayColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.VertexArrayColorOffsetEXT(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayEdgeFlagOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399809,16 +223580,6 @@ public static void VertexArrayEdgeFlagOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.VertexArrayEdgeFlagOffsetEXT(vaobj, buffer, stride, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayElementBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399828,8 +223589,6 @@ public static void VertexArrayElementBuffer( [NativeTypeName("GLuint")] uint buffer ) => Underlying.Value!.VertexArrayElementBuffer(vaobj, buffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399842,8 +223601,6 @@ public static void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.VertexArrayFogCoordOffsetEXT(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] [MethodImpl( @@ -399857,8 +223614,6 @@ public static void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.VertexArrayFogCoordOffsetEXT(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399871,8 +223626,6 @@ public static void VertexArrayIndexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.VertexArrayIndexOffsetEXT(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] [MethodImpl( @@ -399886,8 +223639,6 @@ public static void VertexArrayIndexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.VertexArrayIndexOffsetEXT(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399911,8 +223662,6 @@ public static void VertexArrayMultiTexCoordOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] [MethodImpl( @@ -399937,8 +223686,6 @@ public static void VertexArrayMultiTexCoordOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -399951,8 +223698,6 @@ public static void VertexArrayNormalOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.VertexArrayNormalOffsetEXT(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] [MethodImpl( @@ -399966,55 +223711,50 @@ public static void VertexArrayNormalOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => Underlying.Value!.VertexArrayNormalOffsetEXT(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexArrayParameterApple( + public static void VertexArrayParameterAPPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 - ) => Underlying.Value!.VertexArrayParameterApple(pname, param1); + ) => Underlying.Value!.VertexArrayParameterAPPLE(pname, param1); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexArrayParameterApple( - [NativeTypeName("GLenum")] Constant pname, + public static void VertexArrayParameterAPPLE( + [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) => Underlying.Value!.VertexArrayParameterApple(pname, param1); + ) => Underlying.Value!.VertexArrayParameterAPPLE(pname, param1); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexArrayRangeApple( + public static void VertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, void* pointer - ) => Underlying.Value!.VertexArrayRangeApple(length, pointer); + ) => Underlying.Value!.VertexArrayRangeAPPLE(length, pointer); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexArrayRangeApple( + public static void VertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, Ref pointer ) { fixed (void* __dsl_pointer = pointer) { - VertexArrayRangeApple(length, __dsl_pointer); + VertexArrayRangeAPPLE(length, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400024,7 +223764,6 @@ public static void VertexArrayRangeNV( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.VertexArrayRangeNV(length, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] [MethodImpl( @@ -400041,8 +223780,6 @@ public static void VertexArrayRangeNV( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400064,8 +223801,6 @@ public static void VertexArraySecondaryColorOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] [MethodImpl( @@ -400088,8 +223823,6 @@ public static void VertexArraySecondaryColorOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400111,8 +223844,6 @@ public static void VertexArrayTexCoordOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] [MethodImpl( @@ -400135,8 +223866,6 @@ public static void VertexArrayTexCoordOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribBindingEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400147,8 +223876,6 @@ public static void VertexArrayVertexAttribBindingEXT( [NativeTypeName("GLuint")] uint bindingindex ) => Underlying.Value!.VertexArrayVertexAttribBindingEXT(vaobj, attribindex, bindingindex); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribDivisorEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400159,8 +223886,6 @@ public static void VertexArrayVertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint divisor ) => Underlying.Value!.VertexArrayVertexAttribDivisorEXT(vaobj, index, divisor); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400182,8 +223907,6 @@ public static void VertexArrayVertexAttribFormatEXT( relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] [MethodImpl( @@ -400206,8 +223929,6 @@ public static void VertexArrayVertexAttribFormatEXT( relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400227,8 +223948,6 @@ public static void VertexArrayVertexAttribIFormatEXT( relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] [MethodImpl( @@ -400249,8 +223968,6 @@ public static void VertexArrayVertexAttribIFormatEXT( relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400274,8 +223991,6 @@ public static void VertexArrayVertexAttribIOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] [MethodImpl( @@ -400300,8 +224015,6 @@ public static void VertexArrayVertexAttribIOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400321,8 +224034,6 @@ public static void VertexArrayVertexAttribLFormatEXT( relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] [MethodImpl( @@ -400343,8 +224054,6 @@ public static void VertexArrayVertexAttribLFormatEXT( relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400368,8 +224077,6 @@ public static void VertexArrayVertexAttribLOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] [MethodImpl( @@ -400394,8 +224101,6 @@ public static void VertexArrayVertexAttribLOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400421,8 +224126,6 @@ public static void VertexArrayVertexAttribOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] [MethodImpl( @@ -400449,8 +224152,6 @@ public static void VertexArrayVertexAttribOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBindingDivisorEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400461,16 +224162,6 @@ public static void VertexArrayVertexBindingDivisorEXT( [NativeTypeName("GLuint")] uint divisor ) => Underlying.Value!.VertexArrayVertexBindingDivisorEXT(vaobj, bindingindex, divisor); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400483,16 +224174,6 @@ public static void VertexArrayVertexBuffer( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.VertexArrayVertexBuffer(vaobj, bindingindex, buffer, offset, stride); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400514,16 +224195,6 @@ public static void VertexArrayVertexBuffers( strides ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] [MethodImpl( @@ -400553,8 +224224,6 @@ public static void VertexArrayVertexBuffers( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -400569,8 +224238,6 @@ public static void VertexArrayVertexOffsetEXT( ) => Underlying.Value!.VertexArrayVertexOffsetEXT(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] [MethodImpl( @@ -400586,988 +224253,446 @@ public static void VertexArrayVertexOffsetEXT( ) => Underlying.Value!.VertexArrayVertexOffsetEXT(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1D( + public static void VertexAttrib1d( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x - ) => Underlying.Value!.VertexAttrib1D(index, x); + ) => Underlying.Value!.VertexAttrib1d(index, x); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1DARB( + public static void VertexAttrib1dARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x - ) => Underlying.Value!.VertexAttrib1DARB(index, x); + ) => Underlying.Value!.VertexAttrib1dARB(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1DNV( + public static void VertexAttrib1dNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x - ) => Underlying.Value!.VertexAttrib1DNV(index, x); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => Underlying.Value!.VertexAttrib1dNV(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1Dv( + public static void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => Underlying.Value!.VertexAttrib1Dv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => Underlying.Value!.VertexAttrib1dv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1Dv( + public static void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - VertexAttrib1Dv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + VertexAttrib1dv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1Dv( + public static void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => Underlying.Value!.VertexAttrib1Dv(index, v); + ) => Underlying.Value!.VertexAttrib1dv(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1DvARB( + public static void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => Underlying.Value!.VertexAttrib1DvARB(index, v); + ) => Underlying.Value!.VertexAttrib1dvARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1DvARB( + public static void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - VertexAttrib1DvARB(index, __dsl_v); + VertexAttrib1dvARB(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1DvARB( + public static void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => Underlying.Value!.VertexAttrib1DvARB(index, v); + ) => Underlying.Value!.VertexAttrib1dvARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1DvNV( + public static void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => Underlying.Value!.VertexAttrib1DvNV(index, v); + ) => Underlying.Value!.VertexAttrib1dvNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1DvNV( + public static void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - VertexAttrib1DvNV(index, __dsl_v); + VertexAttrib1dvNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1DvNV( + public static void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => Underlying.Value!.VertexAttrib1DvNV(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => Underlying.Value!.VertexAttrib1dvNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1F( + public static void VertexAttrib1f( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x - ) => Underlying.Value!.VertexAttrib1F(index, x); + ) => Underlying.Value!.VertexAttrib1f(index, x); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1FARB( + public static void VertexAttrib1fARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x - ) => Underlying.Value!.VertexAttrib1FARB(index, x); + ) => Underlying.Value!.VertexAttrib1fARB(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1FNV( + public static void VertexAttrib1fNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x - ) => Underlying.Value!.VertexAttrib1FNV(index, x); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => Underlying.Value!.VertexAttrib1fNV(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1Fv( + public static void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v - ) => Underlying.Value!.VertexAttrib1Fv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => Underlying.Value!.VertexAttrib1fv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1Fv( + public static void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - VertexAttrib1Fv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + VertexAttrib1fv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1Fv( + public static void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => Underlying.Value!.VertexAttrib1Fv(index, v); + ) => Underlying.Value!.VertexAttrib1fv(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1FvARB( + public static void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v - ) => Underlying.Value!.VertexAttrib1FvARB(index, v); + ) => Underlying.Value!.VertexAttrib1fvARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1FvARB( + public static void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - VertexAttrib1FvARB(index, __dsl_v); + VertexAttrib1fvARB(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1FvARB( + public static void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => Underlying.Value!.VertexAttrib1FvARB(index, v); + ) => Underlying.Value!.VertexAttrib1fvARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1FvNV( + public static void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v - ) => Underlying.Value!.VertexAttrib1FvNV(index, v); + ) => Underlying.Value!.VertexAttrib1fvNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1FvNV( + public static void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - VertexAttrib1FvNV(index, __dsl_v); + VertexAttrib1fvNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1FvNV( + public static void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => Underlying.Value!.VertexAttrib1FvNV(index, v); + ) => Underlying.Value!.VertexAttrib1fvNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1HNV( + public static void VertexAttrib1hNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLhalfNV")] ushort x - ) => Underlying.Value!.VertexAttrib1HNV(index, x); + ) => Underlying.Value!.VertexAttrib1hNV(index, x); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1HvNV( + public static void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v - ) => Underlying.Value!.VertexAttrib1HvNV(index, v); + ) => Underlying.Value!.VertexAttrib1hvNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1HvNV( + public static void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] Ref v ) { fixed (ushort* __dsl_v = v) { - VertexAttrib1HvNV(index, __dsl_v); + VertexAttrib1hvNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1HvNV( + public static void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort v - ) => Underlying.Value!.VertexAttrib1HvNV(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => Underlying.Value!.VertexAttrib1hvNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1S( + public static void VertexAttrib1s( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x - ) => Underlying.Value!.VertexAttrib1S(index, x); + ) => Underlying.Value!.VertexAttrib1s(index, x); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1SARB( + public static void VertexAttrib1sARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x - ) => Underlying.Value!.VertexAttrib1SARB(index, x); + ) => Underlying.Value!.VertexAttrib1sARB(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1SNV( + public static void VertexAttrib1sNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x - ) => Underlying.Value!.VertexAttrib1SNV(index, x); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => Underlying.Value!.VertexAttrib1sNV(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1Sv( + public static void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v - ) => Underlying.Value!.VertexAttrib1Sv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => Underlying.Value!.VertexAttrib1sv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1Sv( + public static void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - VertexAttrib1Sv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + VertexAttrib1sv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1Sv( + public static void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => Underlying.Value!.VertexAttrib1Sv(index, v); + ) => Underlying.Value!.VertexAttrib1sv(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1SvARB( + public static void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v - ) => Underlying.Value!.VertexAttrib1SvARB(index, v); + ) => Underlying.Value!.VertexAttrib1svARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1SvARB( + public static void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - VertexAttrib1SvARB(index, __dsl_v); + VertexAttrib1svARB(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1SvARB( + public static void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => Underlying.Value!.VertexAttrib1SvARB(index, v); + ) => Underlying.Value!.VertexAttrib1svARB(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1SvNV( + public static void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v - ) => Underlying.Value!.VertexAttrib1SvNV(index, v); + ) => Underlying.Value!.VertexAttrib1svNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1SvNV( + public static void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - VertexAttrib1SvNV(index, __dsl_v); + VertexAttrib1svNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttrib1SvNV( + public static void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => Underlying.Value!.VertexAttrib1SvNV(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => Underlying.Value!.VertexAttrib1svNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -401578,7 +224703,6 @@ public static void VertexAttrib2( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.VertexAttrib2(index, x, y); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -401589,7 +224713,6 @@ public static void VertexAttrib2ARB( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.VertexAttrib2ARB(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -401600,44 +224723,6 @@ public static void VertexAttrib2NV( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.VertexAttrib2NV(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -401647,44 +224732,6 @@ public static void VertexAttrib2( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttrib2(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] [MethodImpl( @@ -401701,7 +224748,6 @@ public static void VertexAttrib2( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -401711,7 +224757,6 @@ public static void VertexAttrib2ARB( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttrib2ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] [MethodImpl( @@ -401728,7 +224773,6 @@ public static void VertexAttrib2ARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -401738,7 +224782,6 @@ public static void VertexAttrib2NV( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttrib2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] [MethodImpl( @@ -401755,49 +224798,6 @@ public static void VertexAttrib2NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -401808,7 +224808,6 @@ public static void VertexAttrib2( [NativeTypeName("GLfloat")] float y ) => Underlying.Value!.VertexAttrib2(index, x, y); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -401819,7 +224818,6 @@ public static void VertexAttrib2ARB( [NativeTypeName("GLfloat")] float y ) => Underlying.Value!.VertexAttrib2ARB(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -401830,49 +224828,6 @@ public static void VertexAttrib2NV( [NativeTypeName("GLfloat")] float y ) => Underlying.Value!.VertexAttrib2NV(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -401882,49 +224837,6 @@ public static void VertexAttrib2( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttrib2(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] [MethodImpl( @@ -401941,7 +224853,6 @@ public static void VertexAttrib2( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -401951,7 +224862,6 @@ public static void VertexAttrib2ARB( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttrib2ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] [MethodImpl( @@ -401968,7 +224878,6 @@ public static void VertexAttrib2ARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -401978,7 +224887,6 @@ public static void VertexAttrib2NV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttrib2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] [MethodImpl( @@ -401995,7 +224903,6 @@ public static void VertexAttrib2NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402006,7 +224913,6 @@ public static void VertexAttrib2NV( [NativeTypeName("GLhalfNV")] ushort y ) => Underlying.Value!.VertexAttrib2NV(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402016,7 +224922,6 @@ public static void VertexAttrib2NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => Underlying.Value!.VertexAttrib2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] [MethodImpl( @@ -402033,44 +224938,6 @@ public static void VertexAttrib2NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402081,7 +224948,6 @@ public static void VertexAttrib2( [NativeTypeName("GLshort")] short y ) => Underlying.Value!.VertexAttrib2(index, x, y); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402092,7 +224958,6 @@ public static void VertexAttrib2ARB( [NativeTypeName("GLshort")] short y ) => Underlying.Value!.VertexAttrib2ARB(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402103,44 +224968,6 @@ public static void VertexAttrib2NV( [NativeTypeName("GLshort")] short y ) => Underlying.Value!.VertexAttrib2NV(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402150,44 +224977,6 @@ public static void VertexAttrib2( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttrib2(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] [MethodImpl( @@ -402204,7 +224993,6 @@ public static void VertexAttrib2( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402214,7 +225002,6 @@ public static void VertexAttrib2ARB( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttrib2ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] [MethodImpl( @@ -402231,7 +225018,6 @@ public static void VertexAttrib2ARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402241,7 +225027,6 @@ public static void VertexAttrib2NV( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttrib2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] [MethodImpl( @@ -402258,44 +225043,6 @@ public static void VertexAttrib2NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402307,7 +225054,6 @@ public static void VertexAttrib3( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.VertexAttrib3(index, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402319,7 +225065,6 @@ public static void VertexAttrib3ARB( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.VertexAttrib3ARB(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402331,44 +225076,6 @@ public static void VertexAttrib3NV( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.VertexAttrib3NV(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402378,44 +225085,6 @@ public static void VertexAttrib3( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttrib3(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] [MethodImpl( @@ -402432,7 +225101,6 @@ public static void VertexAttrib3( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402442,7 +225110,6 @@ public static void VertexAttrib3ARB( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttrib3ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] [MethodImpl( @@ -402459,7 +225126,6 @@ public static void VertexAttrib3ARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402469,7 +225135,6 @@ public static void VertexAttrib3NV( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttrib3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] [MethodImpl( @@ -402486,49 +225151,6 @@ public static void VertexAttrib3NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402540,7 +225162,6 @@ public static void VertexAttrib3( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.VertexAttrib3(index, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402552,7 +225173,6 @@ public static void VertexAttrib3ARB( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.VertexAttrib3ARB(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402564,49 +225184,6 @@ public static void VertexAttrib3NV( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.VertexAttrib3NV(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402616,49 +225193,6 @@ public static void VertexAttrib3( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttrib3(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] [MethodImpl( @@ -402675,7 +225209,6 @@ public static void VertexAttrib3( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402685,7 +225218,6 @@ public static void VertexAttrib3ARB( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttrib3ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] [MethodImpl( @@ -402702,7 +225234,6 @@ public static void VertexAttrib3ARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402712,7 +225243,6 @@ public static void VertexAttrib3NV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttrib3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] [MethodImpl( @@ -402729,7 +225259,6 @@ public static void VertexAttrib3NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402741,7 +225270,6 @@ public static void VertexAttrib3NV( [NativeTypeName("GLhalfNV")] ushort z ) => Underlying.Value!.VertexAttrib3NV(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402751,7 +225279,6 @@ public static void VertexAttrib3NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => Underlying.Value!.VertexAttrib3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] [MethodImpl( @@ -402768,44 +225295,6 @@ public static void VertexAttrib3NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402817,7 +225306,6 @@ public static void VertexAttrib3( [NativeTypeName("GLshort")] short z ) => Underlying.Value!.VertexAttrib3(index, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402829,7 +225317,6 @@ public static void VertexAttrib3ARB( [NativeTypeName("GLshort")] short z ) => Underlying.Value!.VertexAttrib3ARB(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402841,44 +225328,6 @@ public static void VertexAttrib3NV( [NativeTypeName("GLshort")] short z ) => Underlying.Value!.VertexAttrib3NV(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402888,44 +225337,6 @@ public static void VertexAttrib3( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttrib3(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] [MethodImpl( @@ -402942,7 +225353,6 @@ public static void VertexAttrib3( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402952,7 +225362,6 @@ public static void VertexAttrib3ARB( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttrib3ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] [MethodImpl( @@ -402969,7 +225378,6 @@ public static void VertexAttrib3ARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -402979,7 +225387,6 @@ public static void VertexAttrib3NV( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttrib3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] [MethodImpl( @@ -402996,44 +225403,6 @@ public static void VertexAttrib3NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403043,44 +225412,6 @@ public static void VertexAttrib4( [NativeTypeName("const GLbyte *")] sbyte* v ) => Underlying.Value!.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] [MethodImpl( @@ -403097,7 +225428,6 @@ public static void VertexAttrib4( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403107,7 +225437,6 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLbyte *")] sbyte* v ) => Underlying.Value!.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] [MethodImpl( @@ -403124,44 +225453,6 @@ public static void VertexAttrib4ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403174,7 +225465,6 @@ public static void VertexAttrib4( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.VertexAttrib4(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403187,7 +225477,6 @@ public static void VertexAttrib4ARB( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.VertexAttrib4ARB(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403200,44 +225489,6 @@ public static void VertexAttrib4NV( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.VertexAttrib4NV(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403247,44 +225498,6 @@ public static void VertexAttrib4( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] [MethodImpl( @@ -403301,7 +225514,6 @@ public static void VertexAttrib4( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403311,7 +225523,6 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] [MethodImpl( @@ -403328,7 +225539,6 @@ public static void VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403338,7 +225548,6 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttrib4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] [MethodImpl( @@ -403355,49 +225564,6 @@ public static void VertexAttrib4NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4f")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403410,7 +225576,6 @@ public static void VertexAttrib4( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.VertexAttrib4(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403423,7 +225588,6 @@ public static void VertexAttrib4ARB( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.VertexAttrib4ARB(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403436,49 +225600,6 @@ public static void VertexAttrib4NV( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.VertexAttrib4NV(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403488,49 +225609,6 @@ public static void VertexAttrib4( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] [MethodImpl( @@ -403547,7 +225625,6 @@ public static void VertexAttrib4( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403557,7 +225634,6 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] [MethodImpl( @@ -403574,7 +225650,6 @@ public static void VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403584,7 +225659,6 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttrib4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] [MethodImpl( @@ -403601,7 +225675,6 @@ public static void VertexAttrib4NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403614,7 +225687,6 @@ public static void VertexAttrib4NV( [NativeTypeName("GLhalfNV")] ushort w ) => Underlying.Value!.VertexAttrib4NV(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403624,7 +225696,6 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => Underlying.Value!.VertexAttrib4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] [MethodImpl( @@ -403641,44 +225712,6 @@ public static void VertexAttrib4NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403688,44 +225721,6 @@ public static void VertexAttrib4( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] [MethodImpl( @@ -403742,7 +225737,6 @@ public static void VertexAttrib4( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403752,7 +225746,6 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] [MethodImpl( @@ -403769,44 +225762,6 @@ public static void VertexAttrib4ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403816,44 +225771,6 @@ public static void VertexAttrib4N( [NativeTypeName("const GLbyte *")] sbyte* v ) => Underlying.Value!.VertexAttrib4N(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] [MethodImpl( @@ -403870,7 +225787,6 @@ public static void VertexAttrib4N( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403880,7 +225796,6 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLbyte *")] sbyte* v ) => Underlying.Value!.VertexAttrib4NARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] [MethodImpl( @@ -403897,44 +225812,6 @@ public static void VertexAttrib4NARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -403944,44 +225821,6 @@ public static void VertexAttrib4N( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.VertexAttrib4N(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] [MethodImpl( @@ -403998,7 +225837,6 @@ public static void VertexAttrib4N( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404008,7 +225846,6 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.VertexAttrib4NARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] [MethodImpl( @@ -404025,44 +225862,6 @@ public static void VertexAttrib4NARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404072,44 +225871,6 @@ public static void VertexAttrib4N( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttrib4N(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] [MethodImpl( @@ -404126,7 +225887,6 @@ public static void VertexAttrib4N( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404136,7 +225896,6 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttrib4NARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] [MethodImpl( @@ -404153,44 +225912,6 @@ public static void VertexAttrib4NARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nub")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404203,7 +225924,6 @@ public static void VertexAttrib4N( [NativeTypeName("GLubyte")] byte w ) => Underlying.Value!.VertexAttrib4N(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404216,44 +225936,6 @@ public static void VertexAttrib4NARB( [NativeTypeName("GLubyte")] byte w ) => Underlying.Value!.VertexAttrib4NARB(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404263,44 +225945,6 @@ public static void VertexAttrib4N( [NativeTypeName("const GLubyte *")] byte* v ) => Underlying.Value!.VertexAttrib4N(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] [MethodImpl( @@ -404317,7 +225961,6 @@ public static void VertexAttrib4N( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404327,7 +225970,6 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLubyte *")] byte* v ) => Underlying.Value!.VertexAttrib4NARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] [MethodImpl( @@ -404344,44 +225986,6 @@ public static void VertexAttrib4NARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404391,44 +225995,6 @@ public static void VertexAttrib4N( [NativeTypeName("const GLuint *")] uint* v ) => Underlying.Value!.VertexAttrib4N(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] [MethodImpl( @@ -404445,7 +226011,6 @@ public static void VertexAttrib4N( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404455,7 +226020,6 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLuint *")] uint* v ) => Underlying.Value!.VertexAttrib4NARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] [MethodImpl( @@ -404472,44 +226036,6 @@ public static void VertexAttrib4NARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404519,44 +226045,6 @@ public static void VertexAttrib4N( [NativeTypeName("const GLushort *")] ushort* v ) => Underlying.Value!.VertexAttrib4N(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] [MethodImpl( @@ -404573,7 +226061,6 @@ public static void VertexAttrib4N( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404583,7 +226070,6 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLushort *")] ushort* v ) => Underlying.Value!.VertexAttrib4NARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] [MethodImpl( @@ -404600,44 +226086,6 @@ public static void VertexAttrib4NARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404650,7 +226098,6 @@ public static void VertexAttrib4( [NativeTypeName("GLshort")] short w ) => Underlying.Value!.VertexAttrib4(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404663,7 +226110,6 @@ public static void VertexAttrib4ARB( [NativeTypeName("GLshort")] short w ) => Underlying.Value!.VertexAttrib4ARB(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404676,44 +226122,6 @@ public static void VertexAttrib4NV( [NativeTypeName("GLshort")] short w ) => Underlying.Value!.VertexAttrib4NV(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404723,44 +226131,6 @@ public static void VertexAttrib4( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] [MethodImpl( @@ -404777,7 +226147,6 @@ public static void VertexAttrib4( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404787,7 +226156,6 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] [MethodImpl( @@ -404804,7 +226172,6 @@ public static void VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404814,7 +226181,6 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttrib4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] [MethodImpl( @@ -404831,7 +226197,6 @@ public static void VertexAttrib4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404844,44 +226209,6 @@ public static void VertexAttrib4NV( [NativeTypeName("GLubyte")] byte w ) => Underlying.Value!.VertexAttrib4NV(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404891,44 +226218,6 @@ public static void VertexAttrib4( [NativeTypeName("const GLubyte *")] byte* v ) => Underlying.Value!.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] [MethodImpl( @@ -404945,7 +226234,6 @@ public static void VertexAttrib4( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404955,7 +226243,6 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLubyte *")] byte* v ) => Underlying.Value!.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] [MethodImpl( @@ -404972,7 +226259,6 @@ public static void VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -404982,7 +226268,6 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLubyte *")] byte* v ) => Underlying.Value!.VertexAttrib4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] [MethodImpl( @@ -404999,44 +226284,6 @@ public static void VertexAttrib4NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405046,44 +226293,6 @@ public static void VertexAttrib4( [NativeTypeName("const GLuint *")] uint* v ) => Underlying.Value!.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] [MethodImpl( @@ -405100,7 +226309,6 @@ public static void VertexAttrib4( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405110,7 +226318,6 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLuint *")] uint* v ) => Underlying.Value!.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] [MethodImpl( @@ -405127,44 +226334,6 @@ public static void VertexAttrib4ARB( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405174,44 +226343,6 @@ public static void VertexAttrib4( [NativeTypeName("const GLushort *")] ushort* v ) => Underlying.Value!.VertexAttrib4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] [MethodImpl( @@ -405228,7 +226359,6 @@ public static void VertexAttrib4( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405238,7 +226368,6 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLushort *")] ushort* v ) => Underlying.Value!.VertexAttrib4ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] [MethodImpl( @@ -405255,7 +226384,6 @@ public static void VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405279,7 +226407,6 @@ public static void VertexAttribArrayObjectATI( offset ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] [MethodImpl( @@ -405304,28 +226431,6 @@ public static void VertexAttribArrayObjectATI( offset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribBinding")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405335,34 +226440,6 @@ public static void VertexAttribBinding( [NativeTypeName("GLuint")] uint bindingindex ) => Underlying.Value!.VertexAttribBinding(attribindex, bindingindex); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405372,18 +226449,15 @@ public static void VertexAttribDivisor( [NativeTypeName("GLuint")] uint divisor ) => Underlying.Value!.VertexAttribDivisor(index, divisor); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorANGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribDivisorAngle( + public static void VertexAttribDivisorANGLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor - ) => Underlying.Value!.VertexAttribDivisorAngle(index, divisor); + ) => Underlying.Value!.VertexAttribDivisorANGLE(index, divisor); - [SupportedApiProfile("gl", ["GL_ARB_instanced_arrays"])] - [SupportedApiProfile("glcore", ["GL_ARB_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405393,7 +226467,6 @@ public static void VertexAttribDivisorARB( [NativeTypeName("GLuint")] uint divisor ) => Underlying.Value!.VertexAttribDivisorARB(index, divisor); - [SupportedApiProfile("gles2", ["GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405403,7 +226476,6 @@ public static void VertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint divisor ) => Underlying.Value!.VertexAttribDivisorEXT(index, divisor); - [SupportedApiProfile("gles2", ["GL_NV_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405413,28 +226485,6 @@ public static void VertexAttribDivisorNV( [NativeTypeName("GLuint")] uint divisor ) => Underlying.Value!.VertexAttribDivisorNV(index, divisor); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405454,28 +226504,6 @@ public static void VertexAttribFormat( relativeoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] [MethodImpl( @@ -405496,8 +226524,6 @@ public static void VertexAttribFormat( relativeoffset ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405510,8 +226536,6 @@ public static void VertexAttribFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.VertexAttribFormatNV(index, size, type, normalized, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] [MethodImpl( @@ -405525,40 +226549,6 @@ public static void VertexAttribFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.VertexAttribFormatNV(index, size, type, normalized, stride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405568,7 +226558,6 @@ public static void VertexAttribI1( [NativeTypeName("GLint")] int x ) => Underlying.Value!.VertexAttribI1(index, x); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -405578,443 +226567,164 @@ public static void VertexAttribI1EXT( [NativeTypeName("GLint")] int x ) => Underlying.Value!.VertexAttribI1EXT(index, x); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1Iv( + public static void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v - ) => Underlying.Value!.VertexAttribI1Iv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => Underlying.Value!.VertexAttribI1iv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1Iv( + public static void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v ) { fixed (int* __dsl_v = v) { - VertexAttribI1Iv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + VertexAttribI1iv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1Iv( + public static void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v - ) => Underlying.Value!.VertexAttribI1Iv(index, v); + ) => Underlying.Value!.VertexAttribI1iv(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1IvEXT( + public static void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v - ) => Underlying.Value!.VertexAttribI1IvEXT(index, v); + ) => Underlying.Value!.VertexAttribI1ivEXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1IvEXT( + public static void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v ) { fixed (int* __dsl_v = v) { - VertexAttribI1IvEXT(index, __dsl_v); + VertexAttribI1ivEXT(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1IvEXT( + public static void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v - ) => Underlying.Value!.VertexAttribI1IvEXT(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => Underlying.Value!.VertexAttribI1ivEXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1Ui( + public static void VertexAttribI1ui( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x - ) => Underlying.Value!.VertexAttribI1Ui(index, x); + ) => Underlying.Value!.VertexAttribI1ui(index, x); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1UiEXT( + public static void VertexAttribI1uiEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x - ) => Underlying.Value!.VertexAttribI1UiEXT(index, x); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => Underlying.Value!.VertexAttribI1uiEXT(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1Uiv( + public static void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v - ) => Underlying.Value!.VertexAttribI1Uiv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => Underlying.Value!.VertexAttribI1uiv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1Uiv( + public static void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v ) { fixed (uint* __dsl_v = v) { - VertexAttribI1Uiv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + VertexAttribI1uiv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1Uiv( + public static void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v - ) => Underlying.Value!.VertexAttribI1Uiv(index, v); + ) => Underlying.Value!.VertexAttribI1uiv(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1UivEXT( + public static void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v - ) => Underlying.Value!.VertexAttribI1UivEXT(index, v); + ) => Underlying.Value!.VertexAttribI1uivEXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1UivEXT( + public static void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v ) { fixed (uint* __dsl_v = v) { - VertexAttribI1UivEXT(index, __dsl_v); + VertexAttribI1uivEXT(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribI1UivEXT( + public static void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v - ) => Underlying.Value!.VertexAttribI1UivEXT(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => Underlying.Value!.VertexAttribI1uivEXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406025,7 +226735,6 @@ public static void VertexAttribI2( [NativeTypeName("GLint")] int y ) => Underlying.Value!.VertexAttribI2(index, x, y); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406036,40 +226745,6 @@ public static void VertexAttribI2EXT( [NativeTypeName("GLint")] int y ) => Underlying.Value!.VertexAttribI2EXT(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406079,40 +226754,6 @@ public static void VertexAttribI2( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.VertexAttribI2(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] [MethodImpl( @@ -406129,7 +226770,6 @@ public static void VertexAttribI2( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406139,7 +226779,6 @@ public static void VertexAttribI2EXT( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.VertexAttribI2EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] [MethodImpl( @@ -406156,40 +226795,6 @@ public static void VertexAttribI2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406200,7 +226805,6 @@ public static void VertexAttribI2( [NativeTypeName("GLuint")] uint y ) => Underlying.Value!.VertexAttribI2(index, x, y); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406211,40 +226815,6 @@ public static void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint y ) => Underlying.Value!.VertexAttribI2EXT(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406254,40 +226824,6 @@ public static void VertexAttribI2( [NativeTypeName("const GLuint *")] uint* v ) => Underlying.Value!.VertexAttribI2(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] [MethodImpl( @@ -406304,7 +226840,6 @@ public static void VertexAttribI2( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406314,7 +226849,6 @@ public static void VertexAttribI2EXT( [NativeTypeName("const GLuint *")] uint* v ) => Underlying.Value!.VertexAttribI2EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] [MethodImpl( @@ -406331,40 +226865,6 @@ public static void VertexAttribI2EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406376,7 +226876,6 @@ public static void VertexAttribI3( [NativeTypeName("GLint")] int z ) => Underlying.Value!.VertexAttribI3(index, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406388,40 +226887,6 @@ public static void VertexAttribI3EXT( [NativeTypeName("GLint")] int z ) => Underlying.Value!.VertexAttribI3EXT(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406431,40 +226896,6 @@ public static void VertexAttribI3( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.VertexAttribI3(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] [MethodImpl( @@ -406481,7 +226912,6 @@ public static void VertexAttribI3( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406491,7 +226921,6 @@ public static void VertexAttribI3EXT( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.VertexAttribI3EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] [MethodImpl( @@ -406508,40 +226937,6 @@ public static void VertexAttribI3EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406553,7 +226948,6 @@ public static void VertexAttribI3( [NativeTypeName("GLuint")] uint z ) => Underlying.Value!.VertexAttribI3(index, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406565,40 +226959,6 @@ public static void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint z ) => Underlying.Value!.VertexAttribI3EXT(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406608,40 +226968,6 @@ public static void VertexAttribI3( [NativeTypeName("const GLuint *")] uint* v ) => Underlying.Value!.VertexAttribI3(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] [MethodImpl( @@ -406658,7 +226984,6 @@ public static void VertexAttribI3( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406668,7 +226993,6 @@ public static void VertexAttribI3EXT( [NativeTypeName("const GLuint *")] uint* v ) => Underlying.Value!.VertexAttribI3EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] [MethodImpl( @@ -406685,40 +227009,6 @@ public static void VertexAttribI3EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406728,40 +227018,6 @@ public static void VertexAttribI4( [NativeTypeName("const GLbyte *")] sbyte* v ) => Underlying.Value!.VertexAttribI4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] [MethodImpl( @@ -406778,7 +227034,6 @@ public static void VertexAttribI4( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406788,7 +227043,6 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLbyte *")] sbyte* v ) => Underlying.Value!.VertexAttribI4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] [MethodImpl( @@ -406805,40 +227059,6 @@ public static void VertexAttribI4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406851,7 +227071,6 @@ public static void VertexAttribI4( [NativeTypeName("GLint")] int w ) => Underlying.Value!.VertexAttribI4(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406864,40 +227083,6 @@ public static void VertexAttribI4EXT( [NativeTypeName("GLint")] int w ) => Underlying.Value!.VertexAttribI4EXT(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406907,40 +227092,6 @@ public static void VertexAttribI4( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.VertexAttribI4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] [MethodImpl( @@ -406957,7 +227108,6 @@ public static void VertexAttribI4( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -406967,7 +227117,6 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLint *")] int* v ) => Underlying.Value!.VertexAttribI4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] [MethodImpl( @@ -406984,40 +227133,6 @@ public static void VertexAttribI4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407027,40 +227142,6 @@ public static void VertexAttribI4( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttribI4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] [MethodImpl( @@ -407077,7 +227158,6 @@ public static void VertexAttribI4( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407087,7 +227167,6 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttribI4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] [MethodImpl( @@ -407104,40 +227183,6 @@ public static void VertexAttribI4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407147,40 +227192,6 @@ public static void VertexAttribI4( [NativeTypeName("const GLubyte *")] byte* v ) => Underlying.Value!.VertexAttribI4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] [MethodImpl( @@ -407197,7 +227208,6 @@ public static void VertexAttribI4( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407207,7 +227217,6 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLubyte *")] byte* v ) => Underlying.Value!.VertexAttribI4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] [MethodImpl( @@ -407224,40 +227233,6 @@ public static void VertexAttribI4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407270,7 +227245,6 @@ public static void VertexAttribI4( [NativeTypeName("GLuint")] uint w ) => Underlying.Value!.VertexAttribI4(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407283,40 +227257,6 @@ public static void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint w ) => Underlying.Value!.VertexAttribI4EXT(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407326,40 +227266,6 @@ public static void VertexAttribI4( [NativeTypeName("const GLuint *")] uint* v ) => Underlying.Value!.VertexAttribI4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] [MethodImpl( @@ -407376,7 +227282,6 @@ public static void VertexAttribI4( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407386,7 +227291,6 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLuint *")] uint* v ) => Underlying.Value!.VertexAttribI4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] [MethodImpl( @@ -407403,40 +227307,6 @@ public static void VertexAttribI4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407446,40 +227316,6 @@ public static void VertexAttribI4( [NativeTypeName("const GLushort *")] ushort* v ) => Underlying.Value!.VertexAttribI4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] [MethodImpl( @@ -407496,7 +227332,6 @@ public static void VertexAttribI4( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407506,7 +227341,6 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLushort *")] ushort* v ) => Underlying.Value!.VertexAttribI4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] [MethodImpl( @@ -407523,28 +227357,6 @@ public static void VertexAttribI4EXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407556,28 +227368,6 @@ public static void VertexAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => Underlying.Value!.VertexAttribIFormat(attribindex, size, type, relativeoffset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] [MethodImpl( @@ -407590,8 +227380,6 @@ public static void VertexAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => Underlying.Value!.VertexAttribIFormat(attribindex, size, type, relativeoffset); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407603,8 +227391,6 @@ public static void VertexAttribIFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.VertexAttribIFormatNV(index, size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] [MethodImpl( @@ -407617,40 +227403,6 @@ public static void VertexAttribIFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.VertexAttribIFormatNV(index, size, type, stride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407663,40 +227415,6 @@ public static void VertexAttribIPointer( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.VertexAttribIPointer(index, size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] [MethodImpl( @@ -407716,7 +227434,6 @@ public static void VertexAttribIPointer( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407729,7 +227446,6 @@ public static void VertexAttribIPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.VertexAttribIPointerEXT(index, size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] [MethodImpl( @@ -407749,32 +227465,6 @@ public static void VertexAttribIPointerEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407784,7 +227474,6 @@ public static void VertexAttribL1( [NativeTypeName("GLdouble")] double x ) => Underlying.Value!.VertexAttribL1(index, x); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407794,159 +227483,76 @@ public static void VertexAttribL1EXT( [NativeTypeName("GLdouble")] double x ) => Underlying.Value!.VertexAttribL1EXT(index, x); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1Dv( + public static void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => Underlying.Value!.VertexAttribL1Dv(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.VertexAttribL1dv(index, v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1Dv( + public static void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - VertexAttribL1Dv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + VertexAttribL1dv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1Dv( + public static void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => Underlying.Value!.VertexAttribL1Dv(index, v); + ) => Underlying.Value!.VertexAttribL1dv(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1DvEXT( + public static void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => Underlying.Value!.VertexAttribL1DvEXT(index, v); + ) => Underlying.Value!.VertexAttribL1dvEXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1DvEXT( + public static void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - VertexAttribL1DvEXT(index, __dsl_v); + VertexAttribL1dvEXT(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1DvEXT( + public static void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => Underlying.Value!.VertexAttribL1DvEXT(index, v); + ) => Underlying.Value!.VertexAttribL1dvEXT(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -407956,49 +227562,41 @@ public static void VertexAttribL1NV( [NativeTypeName("GLint64EXT")] long x ) => Underlying.Value!.VertexAttribL1NV(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1I64VNV( + public static void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v - ) => Underlying.Value!.VertexAttribL1I64VNV(index, v); + ) => Underlying.Value!.VertexAttribL1i64vNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1I64VNV( + public static void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] Ref v ) { fixed (long* __dsl_v = v) { - VertexAttribL1I64VNV(index, __dsl_v); + VertexAttribL1i64vNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1I64VNV( + public static void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long v - ) => Underlying.Value!.VertexAttribL1I64VNV(index, v); + ) => Underlying.Value!.VertexAttribL1i64vNV(index, v); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64ARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408008,19 +227606,15 @@ public static void VertexAttribL1ARB( [NativeTypeName("GLuint64EXT")] ulong x ) => Underlying.Value!.VertexAttribL1ARB(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1Ui64NV( + public static void VertexAttribL1ui64NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x - ) => Underlying.Value!.VertexAttribL1Ui64NV(index, x); + ) => Underlying.Value!.VertexAttribL1ui64NV(index, x); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408030,8 +227624,6 @@ public static void VertexAttribL1ARB( [NativeTypeName("const GLuint64EXT *")] ulong* v ) => Underlying.Value!.VertexAttribL1ARB(index, v); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] [MethodImpl( @@ -408048,73 +227640,41 @@ public static void VertexAttribL1ARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1Ui64VNV( + public static void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v - ) => Underlying.Value!.VertexAttribL1Ui64VNV(index, v); + ) => Underlying.Value!.VertexAttribL1ui64vNV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1Ui64VNV( + public static void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] Ref v ) { fixed (ulong* __dsl_v = v) { - VertexAttribL1Ui64VNV(index, __dsl_v); + VertexAttribL1ui64vNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribL1Ui64VNV( + public static void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong v - ) => Underlying.Value!.VertexAttribL1Ui64VNV(index, v); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => Underlying.Value!.VertexAttribL1ui64vNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408125,7 +227685,6 @@ public static void VertexAttribL2( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.VertexAttribL2(index, x, y); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408136,32 +227695,6 @@ public static void VertexAttribL2EXT( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.VertexAttribL2EXT(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408171,32 +227704,6 @@ public static void VertexAttribL2( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttribL2(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] [MethodImpl( @@ -408213,7 +227720,6 @@ public static void VertexAttribL2( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408223,7 +227729,6 @@ public static void VertexAttribL2EXT( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttribL2EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] [MethodImpl( @@ -408240,8 +227745,6 @@ public static void VertexAttribL2EXT( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408252,8 +227755,6 @@ public static void VertexAttribL2NV( [NativeTypeName("GLint64EXT")] long y ) => Underlying.Value!.VertexAttribL2NV(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408263,8 +227764,6 @@ public static void VertexAttribL2NV( [NativeTypeName("const GLint64EXT *")] long* v ) => Underlying.Value!.VertexAttribL2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] [MethodImpl( @@ -408281,8 +227780,6 @@ public static void VertexAttribL2NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408293,8 +227790,6 @@ public static void VertexAttribL2NV( [NativeTypeName("GLuint64EXT")] ulong y ) => Underlying.Value!.VertexAttribL2NV(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408304,8 +227799,6 @@ public static void VertexAttribL2NV( [NativeTypeName("const GLuint64EXT *")] ulong* v ) => Underlying.Value!.VertexAttribL2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] [MethodImpl( @@ -408322,32 +227815,6 @@ public static void VertexAttribL2NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408359,7 +227826,6 @@ public static void VertexAttribL3( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.VertexAttribL3(index, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408371,32 +227837,6 @@ public static void VertexAttribL3EXT( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.VertexAttribL3EXT(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408406,32 +227846,6 @@ public static void VertexAttribL3( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttribL3(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] [MethodImpl( @@ -408448,7 +227862,6 @@ public static void VertexAttribL3( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408458,7 +227871,6 @@ public static void VertexAttribL3EXT( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttribL3EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] [MethodImpl( @@ -408475,8 +227887,6 @@ public static void VertexAttribL3EXT( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408488,8 +227898,6 @@ public static void VertexAttribL3NV( [NativeTypeName("GLint64EXT")] long z ) => Underlying.Value!.VertexAttribL3NV(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408499,8 +227907,6 @@ public static void VertexAttribL3NV( [NativeTypeName("const GLint64EXT *")] long* v ) => Underlying.Value!.VertexAttribL3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] [MethodImpl( @@ -408517,8 +227923,6 @@ public static void VertexAttribL3NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408530,8 +227934,6 @@ public static void VertexAttribL3NV( [NativeTypeName("GLuint64EXT")] ulong z ) => Underlying.Value!.VertexAttribL3NV(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408541,8 +227943,6 @@ public static void VertexAttribL3NV( [NativeTypeName("const GLuint64EXT *")] ulong* v ) => Underlying.Value!.VertexAttribL3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] [MethodImpl( @@ -408559,32 +227959,6 @@ public static void VertexAttribL3NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408597,7 +227971,6 @@ public static void VertexAttribL4( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.VertexAttribL4(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408610,32 +227983,6 @@ public static void VertexAttribL4EXT( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.VertexAttribL4EXT(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408645,32 +227992,6 @@ public static void VertexAttribL4( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttribL4(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] [MethodImpl( @@ -408687,7 +228008,6 @@ public static void VertexAttribL4( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408697,7 +228017,6 @@ public static void VertexAttribL4EXT( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttribL4EXT(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] [MethodImpl( @@ -408714,8 +228033,6 @@ public static void VertexAttribL4EXT( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408728,8 +228045,6 @@ public static void VertexAttribL4NV( [NativeTypeName("GLint64EXT")] long w ) => Underlying.Value!.VertexAttribL4NV(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408739,8 +228054,6 @@ public static void VertexAttribL4NV( [NativeTypeName("const GLint64EXT *")] long* v ) => Underlying.Value!.VertexAttribL4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] [MethodImpl( @@ -408757,8 +228070,6 @@ public static void VertexAttribL4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408771,8 +228082,6 @@ public static void VertexAttribL4NV( [NativeTypeName("GLuint64EXT")] ulong w ) => Underlying.Value!.VertexAttribL4NV(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408782,8 +228091,6 @@ public static void VertexAttribL4NV( [NativeTypeName("const GLuint64EXT *")] ulong* v ) => Underlying.Value!.VertexAttribL4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] [MethodImpl( @@ -408800,28 +228107,6 @@ public static void VertexAttribL4NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408833,28 +228118,6 @@ public static void VertexAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => Underlying.Value!.VertexAttribLFormat(attribindex, size, type, relativeoffset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] [MethodImpl( @@ -408867,8 +228130,6 @@ public static void VertexAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => Underlying.Value!.VertexAttribLFormat(attribindex, size, type, relativeoffset); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408880,8 +228141,6 @@ public static void VertexAttribLFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.VertexAttribLFormatNV(index, size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] [MethodImpl( @@ -408894,32 +228153,6 @@ public static void VertexAttribLFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.VertexAttribLFormatNV(index, size, type, stride); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408932,32 +228165,6 @@ public static void VertexAttribLPointer( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.VertexAttribLPointer(index, size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] [MethodImpl( @@ -408977,7 +228184,6 @@ public static void VertexAttribLPointer( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -408990,7 +228196,6 @@ public static void VertexAttribLPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.VertexAttribLPointerEXT(index, size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] [MethodImpl( @@ -409010,36 +228215,6 @@ public static void VertexAttribLPointerEXT( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -409051,36 +228226,6 @@ public static void VertexAttribP1( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexAttribP1(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] [MethodImpl( @@ -409093,83 +228238,23 @@ public static void VertexAttribP1( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexAttribP1(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP1Uiv( + public static void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value - ) => Underlying.Value!.VertexAttribP1Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => Underlying.Value!.VertexAttribP1uiv(index, type, normalized, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP1Uiv( + public static void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, @@ -409178,82 +228263,22 @@ public static void VertexAttribP1Uiv( { fixed (uint* __dsl_value = value) { - VertexAttribP1Uiv(index, (uint)type, (uint)normalized, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + VertexAttribP1uiv(index, (uint)type, (uint)normalized, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP1Uiv( + public static void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => Underlying.Value!.VertexAttribP1Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => Underlying.Value!.VertexAttribP1uiv(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -409265,36 +228290,6 @@ public static void VertexAttribP2( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexAttribP2(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] [MethodImpl( @@ -409307,83 +228302,23 @@ public static void VertexAttribP2( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexAttribP2(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP2Uiv( + public static void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value - ) => Underlying.Value!.VertexAttribP2Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => Underlying.Value!.VertexAttribP2uiv(index, type, normalized, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP2Uiv( + public static void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, @@ -409392,82 +228327,22 @@ public static void VertexAttribP2Uiv( { fixed (uint* __dsl_value = value) { - VertexAttribP2Uiv(index, (uint)type, (uint)normalized, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + VertexAttribP2uiv(index, (uint)type, (uint)normalized, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP2Uiv( + public static void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => Underlying.Value!.VertexAttribP2Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => Underlying.Value!.VertexAttribP2uiv(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -409479,36 +228354,6 @@ public static void VertexAttribP3( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexAttribP3(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] [MethodImpl( @@ -409521,83 +228366,23 @@ public static void VertexAttribP3( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexAttribP3(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP3Uiv( + public static void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value - ) => Underlying.Value!.VertexAttribP3Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => Underlying.Value!.VertexAttribP3uiv(index, type, normalized, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP3Uiv( + public static void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, @@ -409606,82 +228391,22 @@ public static void VertexAttribP3Uiv( { fixed (uint* __dsl_value = value) { - VertexAttribP3Uiv(index, (uint)type, (uint)normalized, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + VertexAttribP3uiv(index, (uint)type, (uint)normalized, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP3Uiv( + public static void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => Underlying.Value!.VertexAttribP3Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => Underlying.Value!.VertexAttribP3uiv(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -409693,36 +228418,6 @@ public static void VertexAttribP4( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexAttribP4(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] [MethodImpl( @@ -409735,83 +228430,23 @@ public static void VertexAttribP4( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexAttribP4(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP4Uiv( + public static void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value - ) => Underlying.Value!.VertexAttribP4Uiv(index, type, normalized, value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => Underlying.Value!.VertexAttribP4uiv(index, type, normalized, value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP4Uiv( + public static void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, @@ -409820,53 +228455,22 @@ public static void VertexAttribP4Uiv( { fixed (uint* __dsl_value = value) { - VertexAttribP4Uiv(index, (uint)type, (uint)normalized, __dsl_value); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + VertexAttribP4uiv(index, (uint)type, (uint)normalized, __dsl_value); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexAttribP4Uiv( + public static void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => Underlying.Value!.VertexAttribP4Uiv(index, type, normalized, value); + ) => Underlying.Value!.VertexAttribP4uiv(index, type, normalized, value); - [SupportedApiProfile("gl", ["GL_AMD_interleaved_elements"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribParameteriAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -409877,49 +228481,6 @@ public static void VertexAttribParameterAMD( [NativeTypeName("GLint")] int param2 ) => Underlying.Value!.VertexAttribParameterAMD(index, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -409933,49 +228494,6 @@ public static void VertexAttribPointer( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.VertexAttribPointer(index, size, type, normalized, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] [MethodImpl( @@ -410003,7 +228521,6 @@ public static void VertexAttribPointer( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410025,7 +228542,6 @@ public static void VertexAttribPointerARB( pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] [MethodImpl( @@ -410053,7 +228569,6 @@ public static void VertexAttribPointerARB( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410066,7 +228581,6 @@ public static void VertexAttribPointerNV( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.VertexAttribPointerNV(index, fsize, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] [MethodImpl( @@ -410086,7 +228600,6 @@ public static void VertexAttribPointerNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410097,7 +228610,6 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttribs1NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl( @@ -410115,7 +228627,6 @@ public static void VertexAttribs1NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl( @@ -410126,7 +228637,6 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] double v ) => Underlying.Value!.VertexAttribs1NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410137,7 +228647,6 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttribs1NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl( @@ -410155,7 +228664,6 @@ public static void VertexAttribs1NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl( @@ -410166,7 +228674,6 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] float v ) => Underlying.Value!.VertexAttribs1NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410177,7 +228684,6 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => Underlying.Value!.VertexAttribs1NV(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl( @@ -410195,7 +228701,6 @@ public static void VertexAttribs1NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl( @@ -410206,7 +228711,6 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] ushort v ) => Underlying.Value!.VertexAttribs1NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410217,7 +228721,6 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttribs1NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl( @@ -410235,7 +228738,6 @@ public static void VertexAttribs1NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl( @@ -410246,7 +228748,6 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLshort *")] short v ) => Underlying.Value!.VertexAttribs1NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410257,7 +228758,6 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttribs2NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] [MethodImpl( @@ -410275,7 +228775,6 @@ public static void VertexAttribs2NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410286,7 +228785,6 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttribs2NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] [MethodImpl( @@ -410304,7 +228802,6 @@ public static void VertexAttribs2NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410315,7 +228812,6 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => Underlying.Value!.VertexAttribs2NV(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl( @@ -410333,7 +228829,6 @@ public static void VertexAttribs2NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl( @@ -410344,7 +228839,6 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] ushort v ) => Underlying.Value!.VertexAttribs2NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410355,7 +228849,6 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttribs2NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] [MethodImpl( @@ -410373,7 +228866,6 @@ public static void VertexAttribs2NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410384,7 +228876,6 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttribs3NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] [MethodImpl( @@ -410402,7 +228893,6 @@ public static void VertexAttribs3NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410413,7 +228903,6 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttribs3NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] [MethodImpl( @@ -410431,7 +228920,6 @@ public static void VertexAttribs3NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410442,7 +228930,6 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => Underlying.Value!.VertexAttribs3NV(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl( @@ -410460,7 +228947,6 @@ public static void VertexAttribs3NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl( @@ -410471,7 +228957,6 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] ushort v ) => Underlying.Value!.VertexAttribs3NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410482,7 +228967,6 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttribs3NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] [MethodImpl( @@ -410500,7 +228984,6 @@ public static void VertexAttribs3NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410511,7 +228994,6 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLdouble *")] double* v ) => Underlying.Value!.VertexAttribs4NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] [MethodImpl( @@ -410529,7 +229011,6 @@ public static void VertexAttribs4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410540,7 +229021,6 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.VertexAttribs4NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] [MethodImpl( @@ -410558,7 +229038,6 @@ public static void VertexAttribs4NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410569,7 +229048,6 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => Underlying.Value!.VertexAttribs4NV(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl( @@ -410587,7 +229065,6 @@ public static void VertexAttribs4NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl( @@ -410598,7 +229075,6 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] ushort v ) => Underlying.Value!.VertexAttribs4NV(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410609,7 +229085,6 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLshort *")] short* v ) => Underlying.Value!.VertexAttribs4NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] [MethodImpl( @@ -410627,7 +229102,6 @@ public static void VertexAttribs4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410638,7 +229112,6 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLubyte *")] byte* v ) => Underlying.Value!.VertexAttribs4NV(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] [MethodImpl( @@ -410656,28 +229129,6 @@ public static void VertexAttribs4NV( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexBindingDivisor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410687,7 +229138,6 @@ public static void VertexBindingDivisor( [NativeTypeName("GLuint")] uint divisor ) => Underlying.Value!.VertexBindingDivisor(bindingindex, divisor); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410695,7 +229145,6 @@ public static void VertexBindingDivisor( public static void VertexBlendARB([NativeTypeName("GLint")] int count) => Underlying.Value!.VertexBlendARB(count); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410705,7 +229154,6 @@ public static void VertexBlendEnvATI( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.VertexBlendEnvATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] [MethodImpl( @@ -410716,7 +229164,6 @@ public static void VertexBlendEnvATI( [NativeTypeName("GLfloat")] float param1 ) => Underlying.Value!.VertexBlendEnvATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410726,7 +229173,6 @@ public static void VertexBlendEnvATI( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.VertexBlendEnvATI(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] [MethodImpl( @@ -410737,8 +229183,6 @@ public static void VertexBlendEnvATI( [NativeTypeName("GLint")] int param1 ) => Underlying.Value!.VertexBlendEnvATI(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410749,8 +229193,6 @@ public static void VertexFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.VertexFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] [MethodImpl( @@ -410762,7 +229204,6 @@ public static void VertexFormatNV( [NativeTypeName("GLsizei")] uint stride ) => Underlying.Value!.VertexFormatNV(size, type, stride); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410772,7 +229213,6 @@ public static void VertexP2( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexP2(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] [MethodImpl( @@ -410783,45 +229223,41 @@ public static void VertexP2( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexP2(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexP2Uiv( + public static void VertexP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value - ) => Underlying.Value!.VertexP2Uiv(type, value); + ) => Underlying.Value!.VertexP2uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexP2Uiv( + public static void VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ) { fixed (uint* __dsl_value = value) { - VertexP2Uiv((uint)type, __dsl_value); + VertexP2uiv((uint)type, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexP2Uiv( + public static void VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => Underlying.Value!.VertexP2Uiv(type, value); + ) => Underlying.Value!.VertexP2uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410831,7 +229267,6 @@ public static void VertexP3( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexP3(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] [MethodImpl( @@ -410842,45 +229277,41 @@ public static void VertexP3( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexP3(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexP3Uiv( + public static void VertexP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value - ) => Underlying.Value!.VertexP3Uiv(type, value); + ) => Underlying.Value!.VertexP3uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexP3Uiv( + public static void VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ) { fixed (uint* __dsl_value = value) { - VertexP3Uiv((uint)type, __dsl_value); + VertexP3uiv((uint)type, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexP3Uiv( + public static void VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => Underlying.Value!.VertexP3Uiv(type, value); + ) => Underlying.Value!.VertexP3uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410890,7 +229321,6 @@ public static void VertexP4( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexP4(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] [MethodImpl( @@ -410901,69 +229331,41 @@ public static void VertexP4( [NativeTypeName("GLuint")] uint value ) => Underlying.Value!.VertexP4(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexP4Uiv( + public static void VertexP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value - ) => Underlying.Value!.VertexP4Uiv(type, value); + ) => Underlying.Value!.VertexP4uiv(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexP4Uiv( + public static void VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ) { fixed (uint* __dsl_value = value) { - VertexP4Uiv((uint)type, __dsl_value); + VertexP4uiv((uint)type, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexP4Uiv( + public static void VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => Underlying.Value!.VertexP4Uiv(type, value); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + ) => Underlying.Value!.VertexP4uiv(type, value); + [NativeFunction("opengl", EntryPoint = "glVertexPointer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -410975,31 +229377,6 @@ public static void VertexPointer( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.VertexPointer(size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointer")] [MethodImpl( @@ -411018,7 +229395,6 @@ public static void VertexPointer( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411031,7 +229407,6 @@ public static void VertexPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.VertexPointerEXT(size, type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] [MethodImpl( @@ -411051,7 +229426,6 @@ public static void VertexPointerEXT( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411064,7 +229438,6 @@ public static void VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => Underlying.Value!.VertexPointerListIBM(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl( @@ -411084,7 +229457,6 @@ public static void VertexPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl( @@ -411101,24 +229473,22 @@ public static Ptr VertexPointerListIBM( return pointer; } - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexPointerIntel( + public static void VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer - ) => Underlying.Value!.VertexPointerIntel(size, type, pointer); + ) => Underlying.Value!.VertexPointerINTEL(size, type, pointer); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexPointerIntel( + public static void VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer @@ -411126,247 +229496,226 @@ public static void VertexPointerIntel( { fixed (void** __dsl_pointer = pointer) { - VertexPointerIntel(size, (uint)type, __dsl_pointer); + VertexPointerINTEL(size, (uint)type, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1DATI( + public static void VertexStream1dATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLdouble")] double x - ) => Underlying.Value!.VertexStream1DATI(stream, x); + ) => Underlying.Value!.VertexStream1dATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1DATI( + public static void VertexStream1dATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x - ) => Underlying.Value!.VertexStream1DATI(stream, x); + ) => Underlying.Value!.VertexStream1dATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1DvATI( + public static void VertexStream1dvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords - ) => Underlying.Value!.VertexStream1DvATI(stream, coords); + ) => Underlying.Value!.VertexStream1dvATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1DvATI( + public static void VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] Ref coords ) { fixed (double* __dsl_coords = coords) { - VertexStream1DvATI((uint)stream, __dsl_coords); + VertexStream1dvATI((uint)stream, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1DvATI( + public static void VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] double coords - ) => Underlying.Value!.VertexStream1DvATI(stream, coords); + ) => Underlying.Value!.VertexStream1dvATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1FATI( + public static void VertexStream1fATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLfloat")] float x - ) => Underlying.Value!.VertexStream1FATI(stream, x); + ) => Underlying.Value!.VertexStream1fATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1FATI( + public static void VertexStream1fATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x - ) => Underlying.Value!.VertexStream1FATI(stream, x); + ) => Underlying.Value!.VertexStream1fATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1FvATI( + public static void VertexStream1fvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords - ) => Underlying.Value!.VertexStream1FvATI(stream, coords); + ) => Underlying.Value!.VertexStream1fvATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1FvATI( + public static void VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] Ref coords ) { fixed (float* __dsl_coords = coords) { - VertexStream1FvATI((uint)stream, __dsl_coords); + VertexStream1fvATI((uint)stream, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1FvATI( + public static void VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] float coords - ) => Underlying.Value!.VertexStream1FvATI(stream, coords); + ) => Underlying.Value!.VertexStream1fvATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1IATI( + public static void VertexStream1iATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLint")] int x - ) => Underlying.Value!.VertexStream1IATI(stream, x); + ) => Underlying.Value!.VertexStream1iATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1IATI( + public static void VertexStream1iATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x - ) => Underlying.Value!.VertexStream1IATI(stream, x); + ) => Underlying.Value!.VertexStream1iATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1IvATI( + public static void VertexStream1ivATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords - ) => Underlying.Value!.VertexStream1IvATI(stream, coords); + ) => Underlying.Value!.VertexStream1ivATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1IvATI( + public static void VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] Ref coords ) { fixed (int* __dsl_coords = coords) { - VertexStream1IvATI((uint)stream, __dsl_coords); + VertexStream1ivATI((uint)stream, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1IvATI( + public static void VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] int coords - ) => Underlying.Value!.VertexStream1IvATI(stream, coords); + ) => Underlying.Value!.VertexStream1ivATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1SATI( + public static void VertexStream1sATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLshort")] short x - ) => Underlying.Value!.VertexStream1SATI(stream, x); + ) => Underlying.Value!.VertexStream1sATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1SATI( + public static void VertexStream1sATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x - ) => Underlying.Value!.VertexStream1SATI(stream, x); + ) => Underlying.Value!.VertexStream1sATI(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1SvATI( + public static void VertexStream1svATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords - ) => Underlying.Value!.VertexStream1SvATI(stream, coords); + ) => Underlying.Value!.VertexStream1svATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1SvATI( + public static void VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] Ref coords ) { fixed (short* __dsl_coords = coords) { - VertexStream1SvATI((uint)stream, __dsl_coords); + VertexStream1svATI((uint)stream, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void VertexStream1SvATI( + public static void VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] short coords - ) => Underlying.Value!.VertexStream1SvATI(stream, coords); + ) => Underlying.Value!.VertexStream1svATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411377,7 +229726,6 @@ public static void VertexStream2ATI( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] [MethodImpl( @@ -411389,7 +229737,6 @@ public static void VertexStream2ATI( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411399,7 +229746,6 @@ public static void VertexStream2ATI( [NativeTypeName("const GLdouble *")] double* coords ) => Underlying.Value!.VertexStream2ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] [MethodImpl( @@ -411416,7 +229762,6 @@ public static void VertexStream2ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411427,7 +229772,6 @@ public static void VertexStream2ATI( [NativeTypeName("GLfloat")] float y ) => Underlying.Value!.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] [MethodImpl( @@ -411439,7 +229783,6 @@ public static void VertexStream2ATI( [NativeTypeName("GLfloat")] float y ) => Underlying.Value!.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411449,7 +229792,6 @@ public static void VertexStream2ATI( [NativeTypeName("const GLfloat *")] float* coords ) => Underlying.Value!.VertexStream2ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] [MethodImpl( @@ -411466,7 +229808,6 @@ public static void VertexStream2ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411477,7 +229818,6 @@ public static void VertexStream2ATI( [NativeTypeName("GLint")] int y ) => Underlying.Value!.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] [MethodImpl( @@ -411489,7 +229829,6 @@ public static void VertexStream2ATI( [NativeTypeName("GLint")] int y ) => Underlying.Value!.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411499,7 +229838,6 @@ public static void VertexStream2ATI( [NativeTypeName("const GLint *")] int* coords ) => Underlying.Value!.VertexStream2ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] [MethodImpl( @@ -411516,7 +229854,6 @@ public static void VertexStream2ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411527,7 +229864,6 @@ public static void VertexStream2ATI( [NativeTypeName("GLshort")] short y ) => Underlying.Value!.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] [MethodImpl( @@ -411539,7 +229875,6 @@ public static void VertexStream2ATI( [NativeTypeName("GLshort")] short y ) => Underlying.Value!.VertexStream2ATI(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411549,7 +229884,6 @@ public static void VertexStream2ATI( [NativeTypeName("const GLshort *")] short* coords ) => Underlying.Value!.VertexStream2ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] [MethodImpl( @@ -411566,7 +229900,6 @@ public static void VertexStream2ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411578,7 +229911,6 @@ public static void VertexStream3ATI( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] [MethodImpl( @@ -411591,7 +229923,6 @@ public static void VertexStream3ATI( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411601,7 +229932,6 @@ public static void VertexStream3ATI( [NativeTypeName("const GLdouble *")] double* coords ) => Underlying.Value!.VertexStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] [MethodImpl( @@ -411618,7 +229948,6 @@ public static void VertexStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411630,7 +229959,6 @@ public static void VertexStream3ATI( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] [MethodImpl( @@ -411643,7 +229971,6 @@ public static void VertexStream3ATI( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411653,7 +229980,6 @@ public static void VertexStream3ATI( [NativeTypeName("const GLfloat *")] float* coords ) => Underlying.Value!.VertexStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] [MethodImpl( @@ -411670,7 +229996,6 @@ public static void VertexStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411682,7 +230007,6 @@ public static void VertexStream3ATI( [NativeTypeName("GLint")] int z ) => Underlying.Value!.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] [MethodImpl( @@ -411695,7 +230019,6 @@ public static void VertexStream3ATI( [NativeTypeName("GLint")] int z ) => Underlying.Value!.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411705,7 +230028,6 @@ public static void VertexStream3ATI( [NativeTypeName("const GLint *")] int* coords ) => Underlying.Value!.VertexStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] [MethodImpl( @@ -411722,7 +230044,6 @@ public static void VertexStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411734,7 +230055,6 @@ public static void VertexStream3ATI( [NativeTypeName("GLshort")] short z ) => Underlying.Value!.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] [MethodImpl( @@ -411747,7 +230067,6 @@ public static void VertexStream3ATI( [NativeTypeName("GLshort")] short z ) => Underlying.Value!.VertexStream3ATI(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411757,7 +230076,6 @@ public static void VertexStream3ATI( [NativeTypeName("const GLshort *")] short* coords ) => Underlying.Value!.VertexStream3ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] [MethodImpl( @@ -411774,7 +230092,6 @@ public static void VertexStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411787,7 +230104,6 @@ public static void VertexStream4ATI( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] [MethodImpl( @@ -411801,7 +230117,6 @@ public static void VertexStream4ATI( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411811,7 +230126,6 @@ public static void VertexStream4ATI( [NativeTypeName("const GLdouble *")] double* coords ) => Underlying.Value!.VertexStream4ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] [MethodImpl( @@ -411828,7 +230142,6 @@ public static void VertexStream4ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411841,7 +230154,6 @@ public static void VertexStream4ATI( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] [MethodImpl( @@ -411855,7 +230167,6 @@ public static void VertexStream4ATI( [NativeTypeName("GLfloat")] float w ) => Underlying.Value!.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411865,7 +230176,6 @@ public static void VertexStream4ATI( [NativeTypeName("const GLfloat *")] float* coords ) => Underlying.Value!.VertexStream4ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] [MethodImpl( @@ -411882,7 +230192,6 @@ public static void VertexStream4ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411895,7 +230204,6 @@ public static void VertexStream4ATI( [NativeTypeName("GLint")] int w ) => Underlying.Value!.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] [MethodImpl( @@ -411909,7 +230217,6 @@ public static void VertexStream4ATI( [NativeTypeName("GLint")] int w ) => Underlying.Value!.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411919,7 +230226,6 @@ public static void VertexStream4ATI( [NativeTypeName("const GLint *")] int* coords ) => Underlying.Value!.VertexStream4ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] [MethodImpl( @@ -411936,7 +230242,6 @@ public static void VertexStream4ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411949,7 +230254,6 @@ public static void VertexStream4ATI( [NativeTypeName("GLshort")] short w ) => Underlying.Value!.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] [MethodImpl( @@ -411963,7 +230267,6 @@ public static void VertexStream4ATI( [NativeTypeName("GLshort")] short w ) => Underlying.Value!.VertexStream4ATI(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411973,7 +230276,6 @@ public static void VertexStream4ATI( [NativeTypeName("const GLshort *")] short* coords ) => Underlying.Value!.VertexStream4ATI(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] [MethodImpl( @@ -411990,7 +230292,6 @@ public static void VertexStream4ATI( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightfEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -411998,7 +230299,6 @@ public static void VertexStream4ATI( public static void VertexWeightEXT([NativeTypeName("GLfloat")] float weight) => Underlying.Value!.VertexWeightEXT(weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412006,7 +230306,6 @@ public static void VertexWeightEXT([NativeTypeName("GLfloat")] float weight) => public static void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float* weight) => Underlying.Value!.VertexWeightfvEXT(weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] [MethodImpl( @@ -412020,7 +230319,6 @@ public static void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] Ref Underlying.Value!.VertexWeightfvEXT(weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexWeighthNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412037,7 +230334,6 @@ public static void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float w public static void VertexWeightNV([NativeTypeName("GLhalfNV")] ushort weight) => Underlying.Value!.VertexWeightNV(weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412045,7 +230341,6 @@ public static void VertexWeightNV([NativeTypeName("GLhalfNV")] ushort weight) => public static void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] ushort* weight) => Underlying.Value!.VertexWeighthvNV(weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] [MethodImpl( @@ -412059,7 +230354,6 @@ public static void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] Ref Underlying.Value!.VertexWeighthvNV(weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412080,7 +230373,6 @@ public static void VertexWeightPointerEXT( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.VertexWeightPointerEXT(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] [MethodImpl( @@ -412100,7 +230392,6 @@ public static void VertexWeightPointerEXT( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412112,7 +230403,6 @@ public static uint VideoCaptureNV( ) => Underlying.Value!.VideoCaptureNV(video_capture_slot, sequence_num, capture_time); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] [MethodImpl( @@ -412135,7 +230425,6 @@ public static uint VideoCaptureNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412153,7 +230442,6 @@ public static void VideoCaptureStreamParameterNV( @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl( @@ -412172,7 +230460,6 @@ public static void VideoCaptureStreamParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl( @@ -412184,7 +230471,6 @@ public static void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] double @params ) => Underlying.Value!.VideoCaptureStreamParameterNV(video_capture_slot, stream, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412202,7 +230488,6 @@ public static void VideoCaptureStreamParameterNV( @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl( @@ -412221,7 +230506,6 @@ public static void VideoCaptureStreamParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl( @@ -412233,7 +230517,6 @@ public static void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] float @params ) => Underlying.Value!.VideoCaptureStreamParameterNV(video_capture_slot, stream, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412251,7 +230534,6 @@ public static void VideoCaptureStreamParameterNV( @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl( @@ -412270,7 +230552,6 @@ public static void VideoCaptureStreamParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl( @@ -412282,62 +230563,6 @@ public static void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] int @params ) => Underlying.Value!.VideoCaptureStreamParameterNV(video_capture_slot, stream, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glViewport")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412349,32 +230574,6 @@ public static void Viewport( [NativeTypeName("GLsizei")] uint height ) => Underlying.Value!.Viewport(x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412385,32 +230584,6 @@ public static void ViewportArray( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ViewportArray(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl( @@ -412428,32 +230601,6 @@ public static void ViewportArray( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl( @@ -412464,7 +230611,6 @@ public static void ViewportArray( [NativeTypeName("const GLfloat *")] float v ) => Underlying.Value!.ViewportArray(first, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412475,7 +230621,6 @@ public static void ViewportArrayNV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ViewportArrayNV(first, count, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl( @@ -412493,7 +230638,6 @@ public static void ViewportArrayNV( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl( @@ -412504,18 +230648,16 @@ public static void ViewportArrayNV( [NativeTypeName("const GLfloat *")] float v ) => Underlying.Value!.ViewportArrayNV(first, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void ViewportArrayvO( + public static void ViewportArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLfloat *")] float v - ) => Underlying.Value!.ViewportArrayvO(first, v); + ) => Underlying.Value!.ViewportArrayvOOES(first, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412526,7 +230668,6 @@ public static void ViewportArrayOES( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ViewportArrayOES(first, count, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl( @@ -412544,32 +230685,6 @@ public static void ViewportArrayOES( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportIndexedf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412582,7 +230697,6 @@ public static void ViewportIndexed( [NativeTypeName("GLfloat")] float h ) => Underlying.Value!.ViewportIndexed(index, x, y, w, h); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412595,7 +230709,6 @@ public static void ViewportIndexedNV( [NativeTypeName("GLfloat")] float h ) => Underlying.Value!.ViewportIndexedNV(index, x, y, w, h); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412608,32 +230721,6 @@ public static void ViewportIndexedOES( [NativeTypeName("GLfloat")] float h ) => Underlying.Value!.ViewportIndexedOES(index, x, y, w, h); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412643,32 +230730,6 @@ public static void ViewportIndexed( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ViewportIndexed(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] [MethodImpl( @@ -412685,7 +230746,6 @@ public static void ViewportIndexed( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412695,7 +230755,6 @@ public static void ViewportIndexedNV( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ViewportIndexedNV(index, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] [MethodImpl( @@ -412712,7 +230771,6 @@ public static void ViewportIndexedNV( } } - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412722,7 +230780,6 @@ public static void ViewportIndexedOES( [NativeTypeName("const GLfloat *")] float* v ) => Underlying.Value!.ViewportIndexedOES(index, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] [MethodImpl( @@ -412739,9 +230796,6 @@ public static void ViewportIndexedOES( } } - [SupportedApiProfile("gl", ["GL_NV_clip_space_w_scaling"])] - [SupportedApiProfile("glcore", ["GL_NV_clip_space_w_scaling"])] - [SupportedApiProfile("gles2", ["GL_NV_clip_space_w_scaling"])] [NativeFunction("opengl", EntryPoint = "glViewportPositionWScaleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412752,9 +230806,6 @@ public static void ViewportPositionWScaleNV( [NativeTypeName("GLfloat")] float ycoeff ) => Underlying.Value!.ViewportPositionWScaleNV(index, xcoeff, ycoeff); - [SupportedApiProfile("gl", ["GL_NV_viewport_swizzle"])] - [SupportedApiProfile("glcore", ["GL_NV_viewport_swizzle"])] - [SupportedApiProfile("gles2", ["GL_NV_viewport_swizzle"])] [NativeFunction("opengl", EntryPoint = "glViewportSwizzleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412767,8 +230818,6 @@ public static void ViewportSwizzleNV( [NativeTypeName("GLenum")] uint swizzlew ) => Underlying.Value!.ViewportSwizzleNV(index, swizzlex, swizzley, swizzlez, swizzlew); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412790,8 +230839,6 @@ public static void WaitSemaphoreEXT( srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -412821,8 +230868,6 @@ public static void WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -412850,8 +230895,6 @@ public static void WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -412881,8 +230924,6 @@ public static void WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -412910,8 +230951,6 @@ public static void WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -412941,8 +230980,6 @@ public static void WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl( @@ -412970,7 +231007,6 @@ public static void WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -412988,7 +231024,6 @@ public static void WaitSemaphoreNVX( fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] [MethodImpl( @@ -413013,38 +231048,6 @@ public static void WaitSemaphoreNVX( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glWaitSync")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413055,38 +231058,6 @@ public static void WaitSync( [NativeTypeName("GLuint64")] ulong timeout ) => Underlying.Value!.WaitSync(sync, flags, timeout); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSync")] [MethodImpl( @@ -413104,26 +231075,22 @@ public static void WaitSync( } } - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void WaitSyncApple( + public static void WaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout - ) => Underlying.Value!.WaitSyncApple(sync, flags, timeout); + ) => Underlying.Value!.WaitSyncAPPLE(sync, flags, timeout); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void WaitSyncApple( + public static void WaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout @@ -413131,13 +231098,10 @@ public static void WaitSyncApple( { fixed (Sync* __dsl_sync = sync) { - WaitSyncApple(__dsl_sync, (uint)flags, timeout); + WaitSyncAPPLE(__dsl_sync, (uint)flags, timeout); } } - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glWaitVkSemaphoreNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413145,7 +231109,6 @@ public static void WaitSyncApple( public static void WaitVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore) => Underlying.Value!.WaitVkSemaphoreNV(vkSemaphore); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413155,7 +231118,6 @@ public static void WeightARB( [NativeTypeName("const GLbyte *")] sbyte* weights ) => Underlying.Value!.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl( @@ -413172,7 +231134,6 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl( @@ -413181,7 +231142,6 @@ public static void WeightARB( public static void WeightARB([NativeTypeName("const GLbyte *")] sbyte weights) => Underlying.Value!.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413191,7 +231151,6 @@ public static void WeightARB( [NativeTypeName("const GLdouble *")] double* weights ) => Underlying.Value!.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl( @@ -413208,7 +231167,6 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl( @@ -413217,7 +231175,6 @@ public static void WeightARB( public static void WeightARB([NativeTypeName("const GLdouble *")] double weights) => Underlying.Value!.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413227,7 +231184,6 @@ public static void WeightARB( [NativeTypeName("const GLfloat *")] float* weights ) => Underlying.Value!.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl( @@ -413244,7 +231200,6 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl( @@ -413253,7 +231208,6 @@ public static void WeightARB( public static void WeightARB([NativeTypeName("const GLfloat *")] float weights) => Underlying.Value!.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413263,7 +231217,6 @@ public static void WeightARB( [NativeTypeName("const GLint *")] int* weights ) => Underlying.Value!.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl( @@ -413280,7 +231233,6 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl( @@ -413289,9 +231241,6 @@ public static void WeightARB( public static void WeightARB([NativeTypeName("const GLint *")] int weights) => Underlying.Value!.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413303,9 +231252,6 @@ public static void WeightPathNV( [NativeTypeName("const GLfloat *")] float* weights ) => Underlying.Value!.WeightPathNV(resultPath, numPaths, paths, weights); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] [MethodImpl( @@ -413325,7 +231271,6 @@ public static void WeightPathNV( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413337,7 +231282,6 @@ public static void WeightPointerARB( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.WeightPointerARB(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] [MethodImpl( @@ -413356,7 +231300,6 @@ public static void WeightPointerARB( } } - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413368,7 +231311,6 @@ public static void WeightPointerOES( [NativeTypeName("const void *")] void* pointer ) => Underlying.Value!.WeightPointerOES(size, type, stride, pointer); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] [MethodImpl( @@ -413387,7 +231329,6 @@ public static void WeightPointerOES( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413397,7 +231338,6 @@ public static void WeightARB( [NativeTypeName("const GLshort *")] short* weights ) => Underlying.Value!.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl( @@ -413414,7 +231354,6 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl( @@ -413423,7 +231362,6 @@ public static void WeightARB( public static void WeightARB([NativeTypeName("const GLshort *")] short weights) => Underlying.Value!.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413433,7 +231371,6 @@ public static void WeightARB( [NativeTypeName("const GLubyte *")] byte* weights ) => Underlying.Value!.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl( @@ -413450,7 +231387,6 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl( @@ -413459,7 +231395,6 @@ public static void WeightARB( public static void WeightARB([NativeTypeName("const GLubyte *")] byte weights) => Underlying.Value!.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413469,7 +231404,6 @@ public static void WeightARB( [NativeTypeName("const GLuint *")] uint* weights ) => Underlying.Value!.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl( @@ -413486,7 +231420,6 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl( @@ -413495,7 +231428,6 @@ public static void WeightARB( public static void WeightARB([NativeTypeName("const GLuint *")] uint weights) => Underlying.Value!.WeightARB(weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413505,7 +231437,6 @@ public static void WeightARB( [NativeTypeName("const GLushort *")] ushort* weights ) => Underlying.Value!.WeightARB(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl( @@ -413522,7 +231453,6 @@ public static void WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl( @@ -413531,27 +231461,6 @@ public static void WeightARB( public static void WeightARB([NativeTypeName("const GLushort *")] ushort weights) => Underlying.Value!.WeightARB(weights); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413561,7 +231470,6 @@ public static void WindowPos2( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.WindowPos2(x, y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413571,7 +231479,6 @@ public static void WindowPos2ARB( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.WindowPos2ARB(x, y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413581,27 +231488,6 @@ public static void WindowPos2MESA( [NativeTypeName("GLdouble")] double y ) => Underlying.Value!.WindowPos2MESA(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413609,27 +231495,6 @@ public static void WindowPos2MESA( public static void WindowPos2([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.WindowPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] [MethodImpl( @@ -413643,7 +231508,6 @@ public static void WindowPos2([NativeTypeName("const GLdouble *")] Ref v } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413651,7 +231515,6 @@ public static void WindowPos2([NativeTypeName("const GLdouble *")] Ref v public static void WindowPos2ARB([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.WindowPos2ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] [MethodImpl( @@ -413665,7 +231528,6 @@ public static void WindowPos2ARB([NativeTypeName("const GLdouble *")] Ref Underlying.Value!.WindowPos2MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvMESA")] [MethodImpl( @@ -413687,27 +231548,6 @@ public static void WindowPos2MESA([NativeTypeName("const GLdouble *")] Ref Underlying.Value!.WindowPos2(x, y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413727,7 +231566,6 @@ public static void WindowPos2ARB( [NativeTypeName("GLfloat")] float y ) => Underlying.Value!.WindowPos2ARB(x, y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413737,27 +231575,6 @@ public static void WindowPos2MESA( [NativeTypeName("GLfloat")] float y ) => Underlying.Value!.WindowPos2MESA(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413765,27 +231582,6 @@ public static void WindowPos2MESA( public static void WindowPos2([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.WindowPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fv")] [MethodImpl( @@ -413799,7 +231595,6 @@ public static void WindowPos2([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413807,7 +231602,6 @@ public static void WindowPos2([NativeTypeName("const GLfloat *")] Ref v) public static void WindowPos2ARB([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.WindowPos2ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] [MethodImpl( @@ -413821,7 +231615,6 @@ public static void WindowPos2ARB([NativeTypeName("const GLfloat *")] Ref } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413829,7 +231622,6 @@ public static void WindowPos2ARB([NativeTypeName("const GLfloat *")] Ref public static void WindowPos2MESA([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.WindowPos2MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] [MethodImpl( @@ -413843,27 +231635,6 @@ public static void WindowPos2MESA([NativeTypeName("const GLfloat *")] Ref } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413873,7 +231644,6 @@ public static void WindowPos2( [NativeTypeName("GLint")] int y ) => Underlying.Value!.WindowPos2(x, y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413883,7 +231653,6 @@ public static void WindowPos2ARB( [NativeTypeName("GLint")] int y ) => Underlying.Value!.WindowPos2ARB(x, y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2iMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413893,27 +231662,6 @@ public static void WindowPos2MESA( [NativeTypeName("GLint")] int y ) => Underlying.Value!.WindowPos2MESA(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413921,27 +231669,6 @@ public static void WindowPos2MESA( public static void WindowPos2([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.WindowPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] [MethodImpl( @@ -413955,7 +231682,6 @@ public static void WindowPos2([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413963,7 +231689,6 @@ public static void WindowPos2([NativeTypeName("const GLint *")] Ref v) public static void WindowPos2ARB([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.WindowPos2ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] [MethodImpl( @@ -413977,7 +231702,6 @@ public static void WindowPos2ARB([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -413985,7 +231709,6 @@ public static void WindowPos2ARB([NativeTypeName("const GLint *")] Ref v) public static void WindowPos2MESA([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.WindowPos2MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] [MethodImpl( @@ -413999,27 +231722,6 @@ public static void WindowPos2MESA([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414029,7 +231731,6 @@ public static void WindowPos2( [NativeTypeName("GLshort")] short y ) => Underlying.Value!.WindowPos2(x, y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414039,7 +231740,6 @@ public static void WindowPos2ARB( [NativeTypeName("GLshort")] short y ) => Underlying.Value!.WindowPos2ARB(x, y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2sMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414049,27 +231749,6 @@ public static void WindowPos2MESA( [NativeTypeName("GLshort")] short y ) => Underlying.Value!.WindowPos2MESA(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414077,27 +231756,6 @@ public static void WindowPos2MESA( public static void WindowPos2([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.WindowPos2(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] [MethodImpl( @@ -414111,7 +231769,6 @@ public static void WindowPos2([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414119,7 +231776,6 @@ public static void WindowPos2([NativeTypeName("const GLshort *")] Ref v) public static void WindowPos2ARB([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.WindowPos2ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] [MethodImpl( @@ -414133,7 +231789,6 @@ public static void WindowPos2ARB([NativeTypeName("const GLshort *")] Ref } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414141,7 +231796,6 @@ public static void WindowPos2ARB([NativeTypeName("const GLshort *")] Ref public static void WindowPos2MESA([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.WindowPos2MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] [MethodImpl( @@ -414155,27 +231809,6 @@ public static void WindowPos2MESA([NativeTypeName("const GLshort *")] Ref } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3d")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414186,7 +231819,6 @@ public static void WindowPos3( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.WindowPos3(x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414197,7 +231829,6 @@ public static void WindowPos3ARB( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.WindowPos3ARB(x, y, z); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414208,27 +231839,6 @@ public static void WindowPos3MESA( [NativeTypeName("GLdouble")] double z ) => Underlying.Value!.WindowPos3MESA(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414236,27 +231846,6 @@ public static void WindowPos3MESA( public static void WindowPos3([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.WindowPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] [MethodImpl( @@ -414270,7 +231859,6 @@ public static void WindowPos3([NativeTypeName("const GLdouble *")] Ref v } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414278,7 +231866,6 @@ public static void WindowPos3([NativeTypeName("const GLdouble *")] Ref v public static void WindowPos3ARB([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.WindowPos3ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] [MethodImpl( @@ -414292,7 +231879,6 @@ public static void WindowPos3ARB([NativeTypeName("const GLdouble *")] Ref Underlying.Value!.WindowPos3MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvMESA")] [MethodImpl( @@ -414314,27 +231899,6 @@ public static void WindowPos3MESA([NativeTypeName("const GLdouble *")] Ref Underlying.Value!.WindowPos3(x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414356,7 +231919,6 @@ public static void WindowPos3ARB( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.WindowPos3ARB(x, y, z); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414367,27 +231929,6 @@ public static void WindowPos3MESA( [NativeTypeName("GLfloat")] float z ) => Underlying.Value!.WindowPos3MESA(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3fv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414395,27 +231936,6 @@ public static void WindowPos3MESA( public static void WindowPos3([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.WindowPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fv")] [MethodImpl( @@ -414429,7 +231949,6 @@ public static void WindowPos3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414437,7 +231956,6 @@ public static void WindowPos3([NativeTypeName("const GLfloat *")] Ref v) public static void WindowPos3ARB([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.WindowPos3ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] [MethodImpl( @@ -414451,7 +231969,6 @@ public static void WindowPos3ARB([NativeTypeName("const GLfloat *")] Ref } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414459,7 +231976,6 @@ public static void WindowPos3ARB([NativeTypeName("const GLfloat *")] Ref public static void WindowPos3MESA([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.WindowPos3MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] [MethodImpl( @@ -414473,27 +231989,6 @@ public static void WindowPos3MESA([NativeTypeName("const GLfloat *")] Ref } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3i")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414504,7 +231999,6 @@ public static void WindowPos3( [NativeTypeName("GLint")] int z ) => Underlying.Value!.WindowPos3(x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3iARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414515,7 +232009,6 @@ public static void WindowPos3ARB( [NativeTypeName("GLint")] int z ) => Underlying.Value!.WindowPos3ARB(x, y, z); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3iMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414526,27 +232019,6 @@ public static void WindowPos3MESA( [NativeTypeName("GLint")] int z ) => Underlying.Value!.WindowPos3MESA(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414554,27 +232026,6 @@ public static void WindowPos3MESA( public static void WindowPos3([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.WindowPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] [MethodImpl( @@ -414588,7 +232039,6 @@ public static void WindowPos3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414596,7 +232046,6 @@ public static void WindowPos3([NativeTypeName("const GLint *")] Ref v) public static void WindowPos3ARB([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.WindowPos3ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] [MethodImpl( @@ -414610,7 +232059,6 @@ public static void WindowPos3ARB([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414618,7 +232066,6 @@ public static void WindowPos3ARB([NativeTypeName("const GLint *")] Ref v) public static void WindowPos3MESA([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.WindowPos3MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] [MethodImpl( @@ -414632,27 +232079,6 @@ public static void WindowPos3MESA([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3s")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414663,7 +232089,6 @@ public static void WindowPos3( [NativeTypeName("GLshort")] short z ) => Underlying.Value!.WindowPos3(x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3sARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414674,7 +232099,6 @@ public static void WindowPos3ARB( [NativeTypeName("GLshort")] short z ) => Underlying.Value!.WindowPos3ARB(x, y, z); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3sMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414685,27 +232109,6 @@ public static void WindowPos3MESA( [NativeTypeName("GLshort")] short z ) => Underlying.Value!.WindowPos3MESA(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414713,27 +232116,6 @@ public static void WindowPos3MESA( public static void WindowPos3([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.WindowPos3(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] [MethodImpl( @@ -414747,7 +232129,6 @@ public static void WindowPos3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414755,7 +232136,6 @@ public static void WindowPos3([NativeTypeName("const GLshort *")] Ref v) public static void WindowPos3ARB([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.WindowPos3ARB(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] [MethodImpl( @@ -414769,7 +232149,6 @@ public static void WindowPos3ARB([NativeTypeName("const GLshort *")] Ref } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414777,7 +232156,6 @@ public static void WindowPos3ARB([NativeTypeName("const GLshort *")] Ref public static void WindowPos3MESA([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.WindowPos3MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] [MethodImpl( @@ -414791,7 +232169,6 @@ public static void WindowPos3MESA([NativeTypeName("const GLshort *")] Ref } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4dMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414803,7 +232180,6 @@ public static void WindowPos4MESA( [NativeTypeName("GLdouble")] double w ) => Underlying.Value!.WindowPos4MESA(x, y, z, w); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414811,7 +232187,6 @@ public static void WindowPos4MESA( public static void WindowPos4MESA([NativeTypeName("const GLdouble *")] double* v) => Underlying.Value!.WindowPos4MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] [MethodImpl( @@ -414825,7 +232200,6 @@ public static void WindowPos4MESA([NativeTypeName("const GLdouble *")] Ref Underlying.Value!.WindowPos4MESA(x, y, z, w); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4fvMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414845,7 +232218,6 @@ public static void WindowPos4MESA( public static void WindowPos4MESA([NativeTypeName("const GLfloat *")] float* v) => Underlying.Value!.WindowPos4MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4fvMESA")] [MethodImpl( @@ -414859,7 +232231,6 @@ public static void WindowPos4MESA([NativeTypeName("const GLfloat *")] Ref } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4iMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414871,7 +232242,6 @@ public static void WindowPos4MESA( [NativeTypeName("GLint")] int w ) => Underlying.Value!.WindowPos4MESA(x, y, z, w); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414879,7 +232249,6 @@ public static void WindowPos4MESA( public static void WindowPos4MESA([NativeTypeName("const GLint *")] int* v) => Underlying.Value!.WindowPos4MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] [MethodImpl( @@ -414893,7 +232262,6 @@ public static void WindowPos4MESA([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4sMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414905,7 +232273,6 @@ public static void WindowPos4MESA( [NativeTypeName("GLshort")] short w ) => Underlying.Value!.WindowPos4MESA(x, y, z, w); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414913,7 +232280,6 @@ public static void WindowPos4MESA( public static void WindowPos4MESA([NativeTypeName("const GLshort *")] short* v) => Underlying.Value!.WindowPos4MESA(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] [MethodImpl( @@ -414927,9 +232293,6 @@ public static void WindowPos4MESA([NativeTypeName("const GLshort *")] Ref } } - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414940,9 +232303,6 @@ public static void WindowRectanglesEXT( [NativeTypeName("const GLint *")] int* box ) => Underlying.Value!.WindowRectanglesEXT(mode, count, box); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl( @@ -414960,9 +232320,6 @@ public static void WindowRectanglesEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl( @@ -414973,7 +232330,6 @@ public static void WindowRectanglesEXT( [NativeTypeName("const GLint *")] int box ) => Underlying.Value!.WindowRectanglesEXT(mode, box); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -414987,7 +232343,6 @@ public static void WriteMaskEXT( [NativeTypeName("GLenum")] uint outW ) => Underlying.Value!.WriteMaskEXT(res, @in, outX, outY, outZ, outW); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] [MethodImpl( @@ -415003,6 +232358,7 @@ public static void WriteMaskEXT( ) => Underlying.Value!.WriteMaskEXT(res, @in, outX, outY, outZ, outW); } + [NativeFunction("opengl", EntryPoint = "glAccum")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Accum([NativeTypeName("GLenum")] uint op, [NativeTypeName("GLfloat")] float value) => ( @@ -415013,31 +232369,6 @@ _slots[0] is not null and var loadedFnPtr ) )(op, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glAccum")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Accum( @@ -415045,37 +232376,14 @@ public static void Accum( [NativeTypeName("GLfloat")] float value ) => ThisThread.Accum(op, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAccum")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Accum( [NativeTypeName("GLenum")] Constant op, [NativeTypeName("GLfloat")] float value ) => ((IGL)this).Accum((uint)op, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glAccum")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415084,6 +232392,7 @@ public static void Accum( [NativeTypeName("GLfloat")] float value ) => ThisThread.Accum(op, value); + [NativeFunction("opengl", EntryPoint = "glAccumxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AccumxOES([NativeTypeName("GLenum")] uint op, [NativeTypeName("GLfixed")] int value) => ( @@ -415094,7 +232403,6 @@ _slots[1] is not null and var loadedFnPtr ) )(op, value); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glAccumxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AccumxOES( @@ -415102,16 +232410,17 @@ public static void AccumxOES( [NativeTypeName("GLfixed")] int value ) => ThisThread.AccumxOES(op, value); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.AcquireKeyedMutexWin32EXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key, [NativeTypeName("GLuint")] uint timeout - ) => (MaybeBool)(uint)((IGL)this).AcquireKeyedMutexWin32EXTRaw(memory, key, timeout); + ) => (MaybeBool)(uint)((IGL)this).AcquireKeyedMutexWin32EXTRawEXT(memory, key, timeout); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415121,8 +232430,10 @@ public static MaybeBool AcquireKeyedMutexWin32EXT( [NativeTypeName("GLuint")] uint timeout ) => ThisThread.AcquireKeyedMutexWin32EXT(memory, key, timeout); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.AcquireKeyedMutexWin32EXTRaw( + uint IGL.AcquireKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key, [NativeTypeName("GLuint")] uint timeout @@ -415139,16 +232450,15 @@ _slots[2] is not null and var loadedFnPtr )(memory, key, timeout); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint AcquireKeyedMutexWin32EXTRaw( + public static uint AcquireKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key, [NativeTypeName("GLuint")] uint timeout - ) => ThisThread.AcquireKeyedMutexWin32EXTRaw(memory, key, timeout); + ) => ThisThread.AcquireKeyedMutexWin32EXTRawEXT(memory, key, timeout); + [NativeFunction("opengl", EntryPoint = "glActiveProgramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveProgramEXT([NativeTypeName("GLuint")] uint program) => ( @@ -415159,13 +232469,12 @@ _slots[3] is not null and var loadedFnPtr ) )(program); - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glActiveProgramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ActiveProgramEXT([NativeTypeName("GLuint")] uint program) => ThisThread.ActiveProgramEXT(program); + [NativeFunction("opengl", EntryPoint = "glActiveShaderProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveShaderProgram( [NativeTypeName("GLuint")] uint pipeline, @@ -415179,32 +232488,6 @@ _slots[4] is not null and var loadedFnPtr ) )(pipeline, program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glActiveShaderProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ActiveShaderProgram( @@ -415212,6 +232495,7 @@ public static void ActiveShaderProgram( [NativeTypeName("GLuint")] uint program ) => ThisThread.ActiveShaderProgram(pipeline, program); + [NativeFunction("opengl", EntryPoint = "glActiveShaderProgramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveShaderProgramEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -415225,7 +232509,6 @@ _slots[5] is not null and var loadedFnPtr ) )(pipeline, program); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glActiveShaderProgramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ActiveShaderProgramEXT( @@ -415233,6 +232516,7 @@ public static void ActiveShaderProgramEXT( [NativeTypeName("GLuint")] uint program ) => ThisThread.ActiveShaderProgramEXT(pipeline, program); + [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveStencilFaceEXT([NativeTypeName("GLenum")] uint face) => ( @@ -415243,18 +232527,18 @@ _slots[6] is not null and var loadedFnPtr ) )(face); - [SupportedApiProfile("gl", ["GL_EXT_stencil_two_side"])] [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ActiveStencilFaceEXT([NativeTypeName("GLenum")] uint face) => ThisThread.ActiveStencilFaceEXT(face); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveStencilFaceEXT( [NativeTypeName("GLenum")] Constant face ) => ((IGL)this).ActiveStencilFaceEXT((uint)face); - [SupportedApiProfile("gl", ["GL_EXT_stencil_two_side"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415262,6 +232546,7 @@ public static void ActiveStencilFaceEXT( [NativeTypeName("GLenum")] Constant face ) => ThisThread.ActiveStencilFaceEXT(face); + [NativeFunction("opengl", EntryPoint = "glActiveTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveTexture([NativeTypeName("GLenum")] uint texture) => ( @@ -415272,116 +232557,18 @@ _slots[7] is not null and var loadedFnPtr ) )(texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glActiveTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ActiveTexture([NativeTypeName("GLenum")] uint texture) => ThisThread.ActiveTexture(texture); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glActiveTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveTexture( [NativeTypeName("GLenum")] Constant texture ) => ((IGL)this).ActiveTexture((uint)texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415389,6 +232576,7 @@ public static void ActiveTexture( [NativeTypeName("GLenum")] Constant texture ) => ThisThread.ActiveTexture(texture); + [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveTextureARB([NativeTypeName("GLenum")] uint texture) => ( @@ -415399,18 +232587,18 @@ _slots[8] is not null and var loadedFnPtr ) )(texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ActiveTextureARB([NativeTypeName("GLenum")] uint texture) => ThisThread.ActiveTextureARB(texture); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveTextureARB( [NativeTypeName("GLenum")] Constant texture ) => ((IGL)this).ActiveTextureARB((uint)texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415418,6 +232606,7 @@ public static void ActiveTextureARB( [NativeTypeName("GLenum")] Constant texture ) => ThisThread.ActiveTextureARB(texture); + [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveVaryingNV( [NativeTypeName("GLuint")] uint program, @@ -415431,7 +232620,6 @@ _slots[9] is not null and var loadedFnPtr ) )(program, name); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ActiveVaryingNV( @@ -415439,6 +232627,8 @@ public static void ActiveVaryingNV( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.ActiveVaryingNV(program, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ActiveVaryingNV( [NativeTypeName("GLuint")] uint program, @@ -415451,7 +232641,6 @@ void IGL.ActiveVaryingNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415460,6 +232649,7 @@ public static void ActiveVaryingNV( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.ActiveVaryingNV(program, name); + [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFragmentOp1ATI( [NativeTypeName("GLenum")] uint op, @@ -415477,7 +232667,6 @@ _slots[10] is not null and var loadedFnPtr ) )(op, dst, dstMod, arg1, arg1Rep, arg1Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AlphaFragmentOp1ATI( @@ -415489,6 +232678,8 @@ public static void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] uint arg1Mod ) => ThisThread.AlphaFragmentOp1ATI(op, dst, dstMod, arg1, arg1Rep, arg1Mod); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFragmentOp1ATI( [NativeTypeName("GLenum")] Constant op, @@ -415507,7 +232698,6 @@ void IGL.AlphaFragmentOp1ATI( (uint)arg1Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415520,6 +232710,7 @@ public static void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1Mod ) => ThisThread.AlphaFragmentOp1ATI(op, dst, dstMod, arg1, arg1Rep, arg1Mod); + [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFragmentOp2ATI( [NativeTypeName("GLenum")] uint op, @@ -415540,7 +232731,6 @@ _slots[11] is not null and var loadedFnPtr ) )(op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AlphaFragmentOp2ATI( @@ -415566,6 +232756,8 @@ public static void AlphaFragmentOp2ATI( arg2Mod ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFragmentOp2ATI( [NativeTypeName("GLenum")] Constant op, @@ -415590,7 +232782,6 @@ void IGL.AlphaFragmentOp2ATI( (uint)arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415617,6 +232808,7 @@ public static void AlphaFragmentOp2ATI( arg2Mod ); + [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFragmentOp3ATI( [NativeTypeName("GLenum")] uint op, @@ -415653,7 +232845,6 @@ _slots[12] is not null and var loadedFnPtr ) )(op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AlphaFragmentOp3ATI( @@ -415685,6 +232876,8 @@ public static void AlphaFragmentOp3ATI( arg3Mod ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFragmentOp3ATI( [NativeTypeName("GLenum")] Constant op, @@ -415715,7 +232908,6 @@ void IGL.AlphaFragmentOp3ATI( (uint)arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415748,6 +232940,7 @@ public static void AlphaFragmentOp3ATI( arg3Mod ); + [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFunc( [NativeTypeName("GLenum")] uint func, @@ -415761,32 +232954,6 @@ _slots[13] is not null and var loadedFnPtr ) )(func, @ref); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AlphaFunc( @@ -415794,38 +232961,14 @@ public static void AlphaFunc( [NativeTypeName("GLfloat")] float @ref ) => ThisThread.AlphaFunc(func, @ref); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFunc( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLfloat")] float @ref ) => ((IGL)this).AlphaFunc((uint)func, @ref); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415834,6 +232977,7 @@ public static void AlphaFunc( [NativeTypeName("GLfloat")] float @ref ) => ThisThread.AlphaFunc(func, @ref); + [NativeFunction("opengl", EntryPoint = "glAlphaFuncQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFuncQCOM( [NativeTypeName("GLenum")] uint func, @@ -415847,7 +232991,6 @@ _slots[14] is not null and var loadedFnPtr ) )(func, @ref); - [SupportedApiProfile("gles2", ["GL_QCOM_alpha_test"])] [NativeFunction("opengl", EntryPoint = "glAlphaFuncQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AlphaFuncQCOM( @@ -415855,6 +232998,7 @@ public static void AlphaFuncQCOM( [NativeTypeName("GLclampf")] float @ref ) => ThisThread.AlphaFuncQCOM(func, @ref); + [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFuncx( [NativeTypeName("GLenum")] uint func, @@ -415868,7 +233012,6 @@ _slots[15] is not null and var loadedFnPtr ) )(func, @ref); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AlphaFuncx( @@ -415876,13 +233019,14 @@ public static void AlphaFuncx( [NativeTypeName("GLfixed")] int @ref ) => ThisThread.AlphaFuncx(func, @ref); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFuncx( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLfixed")] int @ref ) => ((IGL)this).AlphaFuncx((uint)func, @ref); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415891,6 +233035,7 @@ public static void AlphaFuncx( [NativeTypeName("GLfixed")] int @ref ) => ThisThread.AlphaFuncx(func, @ref); + [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFuncxOES( [NativeTypeName("GLenum")] uint func, @@ -415904,8 +233049,6 @@ _slots[16] is not null and var loadedFnPtr ) )(func, @ref); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AlphaFuncxOES( @@ -415913,14 +233056,14 @@ public static void AlphaFuncxOES( [NativeTypeName("GLfixed")] int @ref ) => ThisThread.AlphaFuncxOES(func, @ref); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaFuncxOES( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLfixed")] int @ref ) => ((IGL)this).AlphaFuncxOES((uint)func, @ref); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415929,6 +233072,7 @@ public static void AlphaFuncxOES( [NativeTypeName("GLfixed")] int @ref ) => ThisThread.AlphaFuncxOES(func, @ref); + [NativeFunction("opengl", EntryPoint = "glAlphaToCoverageDitherControlNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AlphaToCoverageDitherControlNV([NativeTypeName("GLenum")] uint mode) => ( @@ -415942,14 +233086,14 @@ _slots[17] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile("gl", ["GL_NV_alpha_to_coverage_dither_control"])] [NativeFunction("opengl", EntryPoint = "glAlphaToCoverageDitherControlNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AlphaToCoverageDitherControlNV([NativeTypeName("GLenum")] uint mode) => ThisThread.AlphaToCoverageDitherControlNV(mode); + [NativeFunction("opengl", EntryPoint = "glApplyFramebufferAttachmentCMAAINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ApplyFramebufferAttachmentCMAAIntel() => + void IGL.ApplyFramebufferAttachmentCMAAINTEL() => ( (delegate* unmanaged)( _slots[18] is not null and var loadedFnPtr @@ -415961,14 +233105,12 @@ _slots[18] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_INTEL_framebuffer_CMAA"])] - [SupportedApiProfile("glcore", ["GL_INTEL_framebuffer_CMAA"])] - [SupportedApiProfile("gles2", ["GL_INTEL_framebuffer_CMAA"])] [NativeFunction("opengl", EntryPoint = "glApplyFramebufferAttachmentCMAAINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ApplyFramebufferAttachmentCMAAIntel() => - ThisThread.ApplyFramebufferAttachmentCMAAIntel(); + public static void ApplyFramebufferAttachmentCMAAINTEL() => + ThisThread.ApplyFramebufferAttachmentCMAAINTEL(); + [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ApplyTextureEXT([NativeTypeName("GLenum")] uint mode) => ( @@ -415979,18 +233121,18 @@ _slots[19] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ApplyTextureEXT([NativeTypeName("GLenum")] uint mode) => ThisThread.ApplyTextureEXT(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ApplyTextureEXT( [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).ApplyTextureEXT((uint)mode); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -415998,6 +233140,8 @@ public static void ApplyTextureEXT( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.ApplyTextureEXT(mode); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.AreProgramsResidentNV( [NativeTypeName("GLsizei")] uint n, @@ -416013,7 +233157,6 @@ _slots[20] is not null and var loadedFnPtr )(n, programs, residences); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint AreProgramsResidentNV( @@ -416022,6 +233165,9 @@ public static uint AreProgramsResidentNV( [NativeTypeName("GLboolean *")] uint* residences ) => ThisThread.AreProgramsResidentNV(n, programs, residences); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.AreProgramsResidentNV( [NativeTypeName("GLsizei")] uint n, @@ -416038,7 +233184,6 @@ MaybeBool IGL.AreProgramsResidentNV( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -416048,6 +233193,8 @@ public static MaybeBool AreProgramsResidentNV( [NativeTypeName("GLboolean *")] Ref residences ) => ThisThread.AreProgramsResidentNV(n, programs, residences); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.AreTexturesResident( [NativeTypeName("GLsizei")] uint n, @@ -416063,30 +233210,6 @@ _slots[21] is not null and var loadedFnPtr )(n, textures, residences); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint AreTexturesResident( @@ -416095,6 +233218,9 @@ public static uint AreTexturesResident( [NativeTypeName("GLboolean *")] uint* residences ) => ThisThread.AreTexturesResident(n, textures, residences); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.AreTexturesResident( [NativeTypeName("GLsizei")] uint n, @@ -416111,30 +233237,6 @@ MaybeBool IGL.AreTexturesResident( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -416144,6 +233246,8 @@ public static MaybeBool AreTexturesResident( [NativeTypeName("GLboolean *")] Ref residences ) => ThisThread.AreTexturesResident(n, textures, residences); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.AreTexturesResidentEXT( [NativeTypeName("GLsizei")] uint n, @@ -416159,7 +233263,6 @@ _slots[22] is not null and var loadedFnPtr )(n, textures, residences); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint AreTexturesResidentEXT( @@ -416168,6 +233271,9 @@ public static uint AreTexturesResidentEXT( [NativeTypeName("GLboolean *")] uint* residences ) => ThisThread.AreTexturesResidentEXT(n, textures, residences); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.AreTexturesResidentEXT( [NativeTypeName("GLsizei")] uint n, @@ -416184,7 +233290,6 @@ MaybeBool IGL.AreTexturesResidentEXT( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -416194,6 +233299,7 @@ public static MaybeBool AreTexturesResidentEXT( [NativeTypeName("GLboolean *")] Ref residences ) => ThisThread.AreTexturesResidentEXT(n, textures, residences); + [NativeFunction("opengl", EntryPoint = "glArrayElement")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ArrayElement([NativeTypeName("GLint")] int i) => ( @@ -416204,34 +233310,11 @@ _slots[23] is not null and var loadedFnPtr ) )(i); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glArrayElement")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ArrayElement([NativeTypeName("GLint")] int i) => ThisThread.ArrayElement(i); + [NativeFunction("opengl", EntryPoint = "glArrayElementEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ArrayElementEXT([NativeTypeName("GLint")] int i) => ( @@ -416242,12 +233325,12 @@ _slots[24] is not null and var loadedFnPtr ) )(i); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glArrayElementEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ArrayElementEXT([NativeTypeName("GLint")] int i) => ThisThread.ArrayElementEXT(i); + [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ArrayObjectATI( [NativeTypeName("GLenum")] uint array, @@ -416265,7 +233348,6 @@ _slots[25] is not null and var loadedFnPtr ) )(array, size, type, stride, buffer, offset); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ArrayObjectATI( @@ -416277,6 +233359,8 @@ public static void ArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => ThisThread.ArrayObjectATI(array, size, type, stride, buffer, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ArrayObjectATI( [NativeTypeName("GLenum")] Constant array, @@ -416287,7 +233371,6 @@ void IGL.ArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => ((IGL)this).ArrayObjectATI((uint)array, size, (uint)type, stride, buffer, offset); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -416300,6 +233383,8 @@ public static void ArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => ThisThread.ArrayObjectATI(array, size, type, stride, buffer, offset); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.AsyncCopyBufferSubDataNVX( [NativeTypeName("GLsizei")] uint waitSemaphoreCount, @@ -416356,7 +233441,6 @@ _slots[26] is not null and var loadedFnPtr ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint AsyncCopyBufferSubDataNVX( @@ -416390,6 +233474,9 @@ public static uint AsyncCopyBufferSubDataNVX( signalValueArray ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.AsyncCopyBufferSubDataNVX( [NativeTypeName("GLsizei")] uint waitSemaphoreCount, @@ -416432,7 +233519,6 @@ uint IGL.AsyncCopyBufferSubDataNVX( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -416467,6 +233553,8 @@ public static uint AsyncCopyBufferSubDataNVX( signalValueArray ); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.AsyncCopyImageSubDataNVX( [NativeTypeName("GLsizei")] uint waitSemaphoreCount, @@ -416553,7 +233641,6 @@ _slots[27] is not null and var loadedFnPtr ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint AsyncCopyImageSubDataNVX( @@ -416607,6 +233694,9 @@ public static uint AsyncCopyImageSubDataNVX( signalValueArray ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.AsyncCopyImageSubDataNVX( [NativeTypeName("GLsizei")] uint waitSemaphoreCount, @@ -416669,7 +233759,6 @@ uint IGL.AsyncCopyImageSubDataNVX( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -416724,6 +233813,7 @@ public static uint AsyncCopyImageSubDataNVX( signalValueArray ); + [NativeFunction("opengl", EntryPoint = "glAsyncMarkerSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker) => ( @@ -416734,12 +233824,12 @@ _slots[28] is not null and var loadedFnPtr ) )(marker); - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glAsyncMarkerSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker) => ThisThread.AsyncMarkerSGIX(marker); + [NativeFunction("opengl", EntryPoint = "glAttachObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AttachObjectARB( [NativeTypeName("GLhandleARB")] uint containerObj, @@ -416753,7 +233843,6 @@ _slots[29] is not null and var loadedFnPtr ) )(containerObj, obj); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glAttachObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AttachObjectARB( @@ -416761,6 +233850,7 @@ public static void AttachObjectARB( [NativeTypeName("GLhandleARB")] uint obj ) => ThisThread.AttachObjectARB(containerObj, obj); + [NativeFunction("opengl", EntryPoint = "glAttachShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.AttachShader( [NativeTypeName("GLuint")] uint program, @@ -416774,49 +233864,6 @@ _slots[30] is not null and var loadedFnPtr ) )(program, shader); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glAttachShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AttachShader( @@ -416824,6 +233871,7 @@ public static void AttachShader( [NativeTypeName("GLuint")] uint shader ) => ThisThread.AttachShader(program, shader); + [NativeFunction("opengl", EntryPoint = "glBegin")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Begin([NativeTypeName("GLenum")] uint mode) => ( @@ -416834,64 +233882,16 @@ _slots[31] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glBegin")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Begin([NativeTypeName("GLenum")] uint mode) => ThisThread.Begin(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBegin")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Begin([NativeTypeName("GLenum")] Constant mode) => ((IGL)this).Begin((uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBegin")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -416899,6 +233899,7 @@ public static void Begin( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.Begin(mode); + [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginConditionalRender( [NativeTypeName("GLuint")] uint id, @@ -416912,40 +233913,6 @@ _slots[32] is not null and var loadedFnPtr ) )(id, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginConditionalRender( @@ -416953,46 +233920,14 @@ public static void BeginConditionalRender( [NativeTypeName("GLenum")] uint mode ) => ThisThread.BeginConditionalRender(id, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginConditionalRender( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).BeginConditionalRender(id, (uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417001,6 +233936,7 @@ public static void BeginConditionalRender( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.BeginConditionalRender(id, mode); + [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginConditionalRenderNV( [NativeTypeName("GLuint")] uint id, @@ -417017,9 +233953,6 @@ _slots[33] is not null and var loadedFnPtr ) )(id, mode); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginConditionalRenderNV( @@ -417027,15 +233960,14 @@ public static void BeginConditionalRenderNV( [NativeTypeName("GLenum")] uint mode ) => ThisThread.BeginConditionalRenderNV(id, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginConditionalRenderNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).BeginConditionalRenderNV(id, (uint)mode); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417044,6 +233976,7 @@ public static void BeginConditionalRenderNV( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.BeginConditionalRenderNV(id, mode); + [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginConditionalRenderNVX([NativeTypeName("GLuint")] uint id) => ( @@ -417057,12 +233990,12 @@ _slots[34] is not null and var loadedFnPtr ) )(id); - [SupportedApiProfile("gl", ["GL_NVX_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginConditionalRenderNVX([NativeTypeName("GLuint")] uint id) => ThisThread.BeginConditionalRenderNVX(id); + [NativeFunction("opengl", EntryPoint = "glBeginFragmentShaderATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginFragmentShaderATI() => ( @@ -417073,11 +234006,11 @@ _slots[35] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glBeginFragmentShaderATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginFragmentShaderATI() => ThisThread.BeginFragmentShaderATI(); + [NativeFunction("opengl", EntryPoint = "glBeginOcclusionQueryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginOcclusionQueryNV([NativeTypeName("GLuint")] uint id) => ( @@ -417088,12 +234021,12 @@ _slots[36] is not null and var loadedFnPtr ) )(id); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glBeginOcclusionQueryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginOcclusionQueryNV([NativeTypeName("GLuint")] uint id) => ThisThread.BeginOcclusionQueryNV(id); + [NativeFunction("opengl", EntryPoint = "glBeginPerfMonitorAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor) => ( @@ -417104,16 +234037,14 @@ _slots[37] is not null and var loadedFnPtr ) )(monitor); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glBeginPerfMonitorAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor) => ThisThread.BeginPerfMonitorAMD(monitor); + [NativeFunction("opengl", EntryPoint = "glBeginPerfQueryINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.BeginPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => + void IGL.BeginPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle) => ( (delegate* unmanaged)( _slots[38] is not null and var loadedFnPtr @@ -417122,14 +234053,12 @@ _slots[38] is not null and var loadedFnPtr ) )(queryHandle); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glBeginPerfQueryINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void BeginPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => - ThisThread.BeginPerfQueryIntel(queryHandle); + public static void BeginPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle) => + ThisThread.BeginPerfQueryINTEL(queryHandle); + [NativeFunction("opengl", EntryPoint = "glBeginQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginQuery( [NativeTypeName("GLenum")] uint target, @@ -417143,46 +234072,6 @@ _slots[39] is not null and var loadedFnPtr ) )(target, id); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glBeginQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginQuery( @@ -417190,52 +234079,14 @@ public static void BeginQuery( [NativeTypeName("GLuint")] uint id ) => ThisThread.BeginQuery(target, id); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBeginQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginQuery( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id ) => ((IGL)this).BeginQuery((uint)target, id); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417244,6 +234095,7 @@ public static void BeginQuery( [NativeTypeName("GLuint")] uint id ) => ThisThread.BeginQuery(target, id); + [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginQueryARB( [NativeTypeName("GLenum")] uint target, @@ -417257,7 +234109,6 @@ _slots[40] is not null and var loadedFnPtr ) )(target, id); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginQueryARB( @@ -417265,13 +234116,14 @@ public static void BeginQueryARB( [NativeTypeName("GLuint")] uint id ) => ThisThread.BeginQueryARB(target, id); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginQueryARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id ) => ((IGL)this).BeginQueryARB((uint)target, id); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417280,6 +234132,7 @@ public static void BeginQueryARB( [NativeTypeName("GLuint")] uint id ) => ThisThread.BeginQueryARB(target, id); + [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginQueryEXT( [NativeTypeName("GLenum")] uint target, @@ -417293,10 +234146,6 @@ _slots[41] is not null and var loadedFnPtr ) )(target, id); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginQueryEXT( @@ -417304,16 +234153,14 @@ public static void BeginQueryEXT( [NativeTypeName("GLuint")] uint id ) => ThisThread.BeginQueryEXT(target, id); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginQueryEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id ) => ((IGL)this).BeginQueryEXT((uint)target, id); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417322,6 +234169,7 @@ public static void BeginQueryEXT( [NativeTypeName("GLuint")] uint id ) => ThisThread.BeginQueryEXT(target, id); + [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginQueryIndexed( [NativeTypeName("GLenum")] uint target, @@ -417336,34 +234184,6 @@ _slots[42] is not null and var loadedFnPtr ) )(target, index, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginQueryIndexed( @@ -417372,6 +234192,8 @@ public static void BeginQueryIndexed( [NativeTypeName("GLuint")] uint id ) => ThisThread.BeginQueryIndexed(target, index, id); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginQueryIndexed( [NativeTypeName("GLenum")] Constant target, @@ -417379,34 +234201,6 @@ void IGL.BeginQueryIndexed( [NativeTypeName("GLuint")] uint id ) => ((IGL)this).BeginQueryIndexed((uint)target, index, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417416,6 +234210,7 @@ public static void BeginQueryIndexed( [NativeTypeName("GLuint")] uint id ) => ThisThread.BeginQueryIndexed(target, index, id); + [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginTransformFeedback([NativeTypeName("GLenum")] uint primitiveMode) => ( @@ -417426,84 +234221,18 @@ _slots[43] is not null and var loadedFnPtr ) )(primitiveMode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginTransformFeedback([NativeTypeName("GLenum")] uint primitiveMode) => ThisThread.BeginTransformFeedback(primitiveMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginTransformFeedback( [NativeTypeName("GLenum")] Constant primitiveMode ) => ((IGL)this).BeginTransformFeedback((uint)primitiveMode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417511,6 +234240,7 @@ public static void BeginTransformFeedback( [NativeTypeName("GLenum")] Constant primitiveMode ) => ThisThread.BeginTransformFeedback(primitiveMode); + [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginTransformFeedbackEXT([NativeTypeName("GLenum")] uint primitiveMode) => ( @@ -417524,18 +234254,18 @@ _slots[44] is not null and var loadedFnPtr ) )(primitiveMode); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginTransformFeedbackEXT([NativeTypeName("GLenum")] uint primitiveMode) => ThisThread.BeginTransformFeedbackEXT(primitiveMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant primitiveMode ) => ((IGL)this).BeginTransformFeedbackEXT((uint)primitiveMode); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417543,6 +234273,7 @@ public static void BeginTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant primitiveMode ) => ThisThread.BeginTransformFeedbackEXT(primitiveMode); + [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginTransformFeedbackNV([NativeTypeName("GLenum")] uint primitiveMode) => ( @@ -417556,18 +234287,18 @@ _slots[45] is not null and var loadedFnPtr ) )(primitiveMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginTransformFeedbackNV([NativeTypeName("GLenum")] uint primitiveMode) => ThisThread.BeginTransformFeedbackNV(primitiveMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginTransformFeedbackNV( [NativeTypeName("GLenum")] Constant primitiveMode ) => ((IGL)this).BeginTransformFeedbackNV((uint)primitiveMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417575,6 +234306,7 @@ public static void BeginTransformFeedbackNV( [NativeTypeName("GLenum")] Constant primitiveMode ) => ThisThread.BeginTransformFeedbackNV(primitiveMode); + [NativeFunction("opengl", EntryPoint = "glBeginVertexShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginVertexShaderEXT() => ( @@ -417585,11 +234317,11 @@ _slots[46] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBeginVertexShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginVertexShaderEXT() => ThisThread.BeginVertexShaderEXT(); + [NativeFunction("opengl", EntryPoint = "glBeginVideoCaptureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BeginVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot) => ( @@ -417600,12 +234332,12 @@ _slots[47] is not null and var loadedFnPtr ) )(video_capture_slot); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBeginVideoCaptureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BeginVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot) => ThisThread.BeginVideoCaptureNV(video_capture_slot); + [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindAttribLocation( [NativeTypeName("GLuint")] uint program, @@ -417620,49 +234352,6 @@ _slots[48] is not null and var loadedFnPtr ) )(program, index, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindAttribLocation( @@ -417671,6 +234360,8 @@ public static void BindAttribLocation( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.BindAttribLocation(program, index, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindAttribLocation( [NativeTypeName("GLuint")] uint program, @@ -417684,49 +234375,6 @@ void IGL.BindAttribLocation( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417736,6 +234384,7 @@ public static void BindAttribLocation( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.BindAttribLocation(program, index, name); + [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindAttribLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -417750,7 +234399,6 @@ _slots[49] is not null and var loadedFnPtr ) )(programObj, index, name); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindAttribLocationARB( @@ -417759,6 +234407,8 @@ public static void BindAttribLocationARB( [NativeTypeName("const GLcharARB *")] sbyte* name ) => ThisThread.BindAttribLocationARB(programObj, index, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindAttribLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -417772,7 +234422,6 @@ void IGL.BindAttribLocationARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417782,6 +234431,7 @@ public static void BindAttribLocationARB( [NativeTypeName("const GLcharARB *")] Ref name ) => ThisThread.BindAttribLocationARB(programObj, index, name); + [NativeFunction("opengl", EntryPoint = "glBindBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBuffer( [NativeTypeName("GLenum")] uint target, @@ -417795,52 +234445,6 @@ _slots[50] is not null and var loadedFnPtr ) )(target, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBindBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindBuffer( @@ -417848,58 +234452,14 @@ public static void BindBuffer( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.BindBuffer(target, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint buffer ) => ((IGL)this).BindBuffer((uint)target, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417908,6 +234468,7 @@ public static void BindBuffer( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.BindBuffer(target, buffer); + [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferARB( [NativeTypeName("GLenum")] uint target, @@ -417921,7 +234482,6 @@ _slots[51] is not null and var loadedFnPtr ) )(target, buffer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindBufferARB( @@ -417929,13 +234489,14 @@ public static void BindBufferARB( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.BindBufferARB(target, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint buffer ) => ((IGL)this).BindBufferARB((uint)target, buffer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -417944,6 +234505,7 @@ public static void BindBufferARB( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.BindBufferARB(target, buffer); + [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferBase( [NativeTypeName("GLenum")] uint target, @@ -417958,42 +234520,6 @@ _slots[52] is not null and var loadedFnPtr ) )(target, index, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindBufferBase( @@ -418002,6 +234528,8 @@ public static void BindBufferBase( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.BindBufferBase(target, index, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferBase( [NativeTypeName("GLenum")] Constant target, @@ -418009,42 +234537,6 @@ void IGL.BindBufferBase( [NativeTypeName("GLuint")] uint buffer ) => ((IGL)this).BindBufferBase((uint)target, index, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418054,6 +234546,7 @@ public static void BindBufferBase( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.BindBufferBase(target, index, buffer); + [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferBaseEXT( [NativeTypeName("GLenum")] uint target, @@ -418068,7 +234561,6 @@ _slots[53] is not null and var loadedFnPtr ) )(target, index, buffer); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindBufferBaseEXT( @@ -418077,6 +234569,8 @@ public static void BindBufferBaseEXT( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.BindBufferBaseEXT(target, index, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferBaseEXT( [NativeTypeName("GLenum")] Constant target, @@ -418084,7 +234578,6 @@ void IGL.BindBufferBaseEXT( [NativeTypeName("GLuint")] uint buffer ) => ((IGL)this).BindBufferBaseEXT((uint)target, index, buffer); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418094,6 +234587,7 @@ public static void BindBufferBaseEXT( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.BindBufferBaseEXT(target, index, buffer); + [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferBaseNV( [NativeTypeName("GLenum")] uint target, @@ -418108,7 +234602,6 @@ _slots[54] is not null and var loadedFnPtr ) )(target, index, buffer); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindBufferBaseNV( @@ -418117,6 +234610,8 @@ public static void BindBufferBaseNV( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.BindBufferBaseNV(target, index, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferBaseNV( [NativeTypeName("GLenum")] Constant target, @@ -418124,7 +234619,6 @@ void IGL.BindBufferBaseNV( [NativeTypeName("GLuint")] uint buffer ) => ((IGL)this).BindBufferBaseNV((uint)target, index, buffer); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418134,6 +234628,7 @@ public static void BindBufferBaseNV( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.BindBufferBaseNV(target, index, buffer); + [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferOffsetEXT( [NativeTypeName("GLenum")] uint target, @@ -418149,7 +234644,6 @@ _slots[55] is not null and var loadedFnPtr ) )(target, index, buffer, offset); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindBufferOffsetEXT( @@ -418159,6 +234653,8 @@ public static void BindBufferOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.BindBufferOffsetEXT(target, index, buffer, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferOffsetEXT( [NativeTypeName("GLenum")] Constant target, @@ -418167,7 +234663,6 @@ void IGL.BindBufferOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ((IGL)this).BindBufferOffsetEXT((uint)target, index, buffer, offset); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418178,6 +234673,7 @@ public static void BindBufferOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.BindBufferOffsetEXT(target, index, buffer, offset); + [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferOffsetNV( [NativeTypeName("GLenum")] uint target, @@ -418193,7 +234689,6 @@ _slots[56] is not null and var loadedFnPtr ) )(target, index, buffer, offset); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindBufferOffsetNV( @@ -418203,6 +234698,8 @@ public static void BindBufferOffsetNV( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.BindBufferOffsetNV(target, index, buffer, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferOffsetNV( [NativeTypeName("GLenum")] Constant target, @@ -418211,7 +234708,6 @@ void IGL.BindBufferOffsetNV( [NativeTypeName("GLintptr")] nint offset ) => ((IGL)this).BindBufferOffsetNV((uint)target, index, buffer, offset); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418222,6 +234718,7 @@ public static void BindBufferOffsetNV( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.BindBufferOffsetNV(target, index, buffer, offset); + [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferRange( [NativeTypeName("GLenum")] uint target, @@ -418238,42 +234735,6 @@ _slots[57] is not null and var loadedFnPtr ) )(target, index, buffer, offset, size); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindBufferRange( @@ -418284,6 +234745,8 @@ public static void BindBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.BindBufferRange(target, index, buffer, offset, size); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferRange( [NativeTypeName("GLenum")] Constant target, @@ -418293,42 +234756,6 @@ void IGL.BindBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => ((IGL)this).BindBufferRange((uint)target, index, buffer, offset, size); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418340,6 +234767,7 @@ public static void BindBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.BindBufferRange(target, index, buffer, offset, size); + [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferRangeEXT( [NativeTypeName("GLenum")] uint target, @@ -418356,7 +234784,6 @@ _slots[58] is not null and var loadedFnPtr ) )(target, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindBufferRangeEXT( @@ -418367,6 +234794,8 @@ public static void BindBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.BindBufferRangeEXT(target, index, buffer, offset, size); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferRangeEXT( [NativeTypeName("GLenum")] Constant target, @@ -418376,7 +234805,6 @@ void IGL.BindBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => ((IGL)this).BindBufferRangeEXT((uint)target, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418388,6 +234816,7 @@ public static void BindBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.BindBufferRangeEXT(target, index, buffer, offset, size); + [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferRangeNV( [NativeTypeName("GLenum")] uint target, @@ -418404,7 +234833,6 @@ _slots[59] is not null and var loadedFnPtr ) )(target, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindBufferRangeNV( @@ -418415,6 +234843,8 @@ public static void BindBufferRangeNV( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.BindBufferRangeNV(target, index, buffer, offset, size); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBufferRangeNV( [NativeTypeName("GLenum")] Constant target, @@ -418424,7 +234854,6 @@ void IGL.BindBufferRangeNV( [NativeTypeName("GLsizeiptr")] nuint size ) => ((IGL)this).BindBufferRangeNV((uint)target, index, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418436,6 +234865,7 @@ public static void BindBufferRangeNV( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.BindBufferRangeNV(target, index, buffer, offset, size); + [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBuffersBase( [NativeTypeName("GLenum")] uint target, @@ -418451,16 +234881,6 @@ _slots[60] is not null and var loadedFnPtr ) )(target, first, count, buffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindBuffersBase( @@ -418470,6 +234890,8 @@ public static void BindBuffersBase( [NativeTypeName("const GLuint *")] uint* buffers ) => ThisThread.BindBuffersBase(target, first, count, buffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBuffersBase( [NativeTypeName("GLenum")] Constant target, @@ -418484,16 +234906,6 @@ void IGL.BindBuffersBase( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418504,6 +234916,8 @@ public static void BindBuffersBase( [NativeTypeName("const GLuint *")] Ref buffers ) => ThisThread.BindBuffersBase(target, first, count, buffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBuffersBase( [NativeTypeName("GLenum")] Constant target, @@ -418511,16 +234925,6 @@ void IGL.BindBuffersBase( [NativeTypeName("const GLuint *")] uint buffers ) => ((IGL)this).BindBuffersBase((uint)target, first, 1, (uint*)&buffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418530,6 +234934,7 @@ public static void BindBuffersBase( [NativeTypeName("const GLuint *")] uint buffers ) => ThisThread.BindBuffersBase(target, first, buffers); + [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBuffersRange( [NativeTypeName("GLenum")] uint target, @@ -418547,16 +234952,6 @@ _slots[61] is not null and var loadedFnPtr ) )(target, first, count, buffers, offsets, sizes); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindBuffersRange( @@ -418568,6 +234963,8 @@ public static void BindBuffersRange( [NativeTypeName("const GLsizeiptr *")] nuint* sizes ) => ThisThread.BindBuffersRange(target, first, count, buffers, offsets, sizes); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindBuffersRange( [NativeTypeName("GLenum")] Constant target, @@ -418593,16 +234990,6 @@ void IGL.BindBuffersRange( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418615,6 +235002,7 @@ public static void BindBuffersRange( [NativeTypeName("const GLsizeiptr *")] Ref sizes ) => ThisThread.BindBuffersRange(target, first, count, buffers, offsets, sizes); + [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFragDataLocation( [NativeTypeName("GLuint")] uint program, @@ -418629,40 +235017,6 @@ _slots[62] is not null and var loadedFnPtr ) )(program, color, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindFragDataLocation( @@ -418671,6 +235025,8 @@ public static void BindFragDataLocation( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.BindFragDataLocation(program, color, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFragDataLocation( [NativeTypeName("GLuint")] uint program, @@ -418684,40 +235040,6 @@ void IGL.BindFragDataLocation( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418727,6 +235049,7 @@ public static void BindFragDataLocation( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.BindFragDataLocation(program, color, name); + [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFragDataLocationEXT( [NativeTypeName("GLuint")] uint program, @@ -418741,8 +235064,6 @@ _slots[63] is not null and var loadedFnPtr ) )(program, color, name); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindFragDataLocationEXT( @@ -418751,6 +235072,8 @@ public static void BindFragDataLocationEXT( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.BindFragDataLocationEXT(program, color, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFragDataLocationEXT( [NativeTypeName("GLuint")] uint program, @@ -418764,8 +235087,6 @@ void IGL.BindFragDataLocationEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418775,6 +235096,7 @@ public static void BindFragDataLocationEXT( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.BindFragDataLocationEXT(program, color, name); + [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFragDataLocationIndexed( [NativeTypeName("GLuint")] uint program, @@ -418793,36 +235115,6 @@ _slots[64] is not null and var loadedFnPtr ) )(program, colorNumber, index, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindFragDataLocationIndexed( @@ -418832,6 +235124,8 @@ public static void BindFragDataLocationIndexed( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.BindFragDataLocationIndexed(program, colorNumber, index, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFragDataLocationIndexed( [NativeTypeName("GLuint")] uint program, @@ -418846,36 +235140,6 @@ void IGL.BindFragDataLocationIndexed( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418886,6 +235150,7 @@ public static void BindFragDataLocationIndexed( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.BindFragDataLocationIndexed(program, colorNumber, index, name); + [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFragDataLocationIndexedEXT( [NativeTypeName("GLuint")] uint program, @@ -418904,7 +235169,6 @@ _slots[65] is not null and var loadedFnPtr ) )(program, colorNumber, index, name); - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindFragDataLocationIndexedEXT( @@ -418914,6 +235178,8 @@ public static void BindFragDataLocationIndexedEXT( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.BindFragDataLocationIndexedEXT(program, colorNumber, index, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFragDataLocationIndexedEXT( [NativeTypeName("GLuint")] uint program, @@ -418928,7 +235194,6 @@ void IGL.BindFragDataLocationIndexedEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -418939,6 +235204,7 @@ public static void BindFragDataLocationIndexedEXT( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.BindFragDataLocationIndexedEXT(program, colorNumber, index, name); + [NativeFunction("opengl", EntryPoint = "glBindFragmentShaderATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFragmentShaderATI([NativeTypeName("GLuint")] uint id) => ( @@ -418949,12 +235215,12 @@ _slots[66] is not null and var loadedFnPtr ) )(id); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glBindFragmentShaderATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindFragmentShaderATI([NativeTypeName("GLuint")] uint id) => ThisThread.BindFragmentShaderATI(id); + [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFramebuffer( [NativeTypeName("GLenum")] uint target, @@ -418968,47 +235234,6 @@ _slots[67] is not null and var loadedFnPtr ) )(target, framebuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindFramebuffer( @@ -419016,53 +235241,14 @@ public static void BindFramebuffer( [NativeTypeName("GLuint")] uint framebuffer ) => ThisThread.BindFramebuffer(target, framebuffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFramebuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint framebuffer ) => ((IGL)this).BindFramebuffer((uint)target, framebuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419071,6 +235257,7 @@ public static void BindFramebuffer( [NativeTypeName("GLuint")] uint framebuffer ) => ThisThread.BindFramebuffer(target, framebuffer); + [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFramebufferEXT( [NativeTypeName("GLenum")] uint target, @@ -419084,7 +235271,6 @@ _slots[68] is not null and var loadedFnPtr ) )(target, framebuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindFramebufferEXT( @@ -419092,13 +235278,14 @@ public static void BindFramebufferEXT( [NativeTypeName("GLuint")] uint framebuffer ) => ThisThread.BindFramebufferEXT(target, framebuffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFramebufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint framebuffer ) => ((IGL)this).BindFramebufferEXT((uint)target, framebuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419107,6 +235294,7 @@ public static void BindFramebufferEXT( [NativeTypeName("GLuint")] uint framebuffer ) => ThisThread.BindFramebufferEXT(target, framebuffer); + [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFramebufferOES( [NativeTypeName("GLenum")] uint target, @@ -419120,7 +235308,6 @@ _slots[69] is not null and var loadedFnPtr ) )(target, framebuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindFramebufferOES( @@ -419128,13 +235315,14 @@ public static void BindFramebufferOES( [NativeTypeName("GLuint")] uint framebuffer ) => ThisThread.BindFramebufferOES(target, framebuffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindFramebufferOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint framebuffer ) => ((IGL)this).BindFramebufferOES((uint)target, framebuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419143,6 +235331,7 @@ public static void BindFramebufferOES( [NativeTypeName("GLuint")] uint framebuffer ) => ThisThread.BindFramebufferOES(target, framebuffer); + [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindImageTexture( [NativeTypeName("GLuint")] uint unit, @@ -419161,30 +235350,6 @@ _slots[70] is not null and var loadedFnPtr ) )(unit, texture, level, layered, layer, access, format); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindImageTexture( @@ -419197,6 +235362,8 @@ public static void BindImageTexture( [NativeTypeName("GLenum")] uint format ) => ThisThread.BindImageTexture(unit, texture, level, layered, layer, access, format); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindImageTexture( [NativeTypeName("GLuint")] uint unit, @@ -419217,30 +235384,6 @@ void IGL.BindImageTexture( (uint)format ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419254,22 +235397,14 @@ public static void BindImageTexture( [NativeTypeName("GLenum")] Constant format ) => ThisThread.BindImageTexture(unit, texture, level, layered, layer, access, format); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindImageTexture( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLuint *")] uint textures ) => ((IGL)this).BindImageTextures(first, 1, (uint*)&textures); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419278,6 +235413,7 @@ public static void BindImageTexture( [NativeTypeName("const GLuint *")] uint textures ) => ThisThread.BindImageTexture(first, textures); + [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindImageTextureEXT( [NativeTypeName("GLuint")] uint index, @@ -419296,7 +235432,6 @@ _slots[72] is not null and var loadedFnPtr ) )(index, texture, level, layered, layer, access, format); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindImageTextureEXT( @@ -419309,6 +235444,8 @@ public static void BindImageTextureEXT( [NativeTypeName("GLint")] int format ) => ThisThread.BindImageTextureEXT(index, texture, level, layered, layer, access, format); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindImageTextureEXT( [NativeTypeName("GLuint")] uint index, @@ -419329,7 +235466,6 @@ void IGL.BindImageTextureEXT( format ); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419343,6 +235479,7 @@ public static void BindImageTextureEXT( [NativeTypeName("GLint")] int format ) => ThisThread.BindImageTextureEXT(index, texture, level, layered, layer, access, format); + [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindImageTextures( [NativeTypeName("GLuint")] uint first, @@ -419357,16 +235494,6 @@ _slots[71] is not null and var loadedFnPtr ) )(first, count, textures); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindImageTextures( @@ -419375,6 +235502,8 @@ public static void BindImageTextures( [NativeTypeName("const GLuint *")] uint* textures ) => ThisThread.BindImageTextures(first, count, textures); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindImageTextures( [NativeTypeName("GLuint")] uint first, @@ -419388,16 +235517,6 @@ void IGL.BindImageTextures( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419407,6 +235526,8 @@ public static void BindImageTextures( [NativeTypeName("const GLuint *")] Ref textures ) => ThisThread.BindImageTextures(first, count, textures); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.BindLightParameterEXT( [NativeTypeName("GLenum")] uint light, @@ -419421,7 +235542,6 @@ _slots[73] is not null and var loadedFnPtr )(light, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint BindLightParameterEXT( @@ -419429,6 +235549,9 @@ public static uint BindLightParameterEXT( [NativeTypeName("GLenum")] uint value ) => ThisThread.BindLightParameterEXT(light, value); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.BindLightParameterEXT( [NativeTypeName("GLenum")] Constant light, @@ -419436,7 +235559,6 @@ uint IGL.BindLightParameterEXT( ) => (uint)((IGL)this).BindLightParameterEXT((uint)light, (uint)value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419445,6 +235567,8 @@ public static uint BindLightParameterEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.BindLightParameterEXT(light, value); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.BindMaterialParameterEXT( [NativeTypeName("GLenum")] uint face, @@ -419462,7 +235586,6 @@ _slots[74] is not null and var loadedFnPtr )(face, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint BindMaterialParameterEXT( @@ -419470,6 +235593,9 @@ public static uint BindMaterialParameterEXT( [NativeTypeName("GLenum")] uint value ) => ThisThread.BindMaterialParameterEXT(face, value); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.BindMaterialParameterEXT( [NativeTypeName("GLenum")] Constant face, @@ -419477,7 +235603,6 @@ uint IGL.BindMaterialParameterEXT( ) => (uint)((IGL)this).BindMaterialParameterEXT((uint)face, (uint)value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419486,6 +235611,7 @@ public static uint BindMaterialParameterEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.BindMaterialParameterEXT(face, value); + [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindMultiTextureEXT( [NativeTypeName("GLenum")] uint texunit, @@ -419500,8 +235626,6 @@ _slots[75] is not null and var loadedFnPtr ) )(texunit, target, texture); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindMultiTextureEXT( @@ -419510,6 +235634,8 @@ public static void BindMultiTextureEXT( [NativeTypeName("GLuint")] uint texture ) => ThisThread.BindMultiTextureEXT(texunit, target, texture); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindMultiTextureEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -419517,8 +235643,6 @@ void IGL.BindMultiTextureEXT( [NativeTypeName("GLuint")] uint texture ) => ((IGL)this).BindMultiTextureEXT((uint)texunit, (uint)target, texture); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419528,6 +235652,8 @@ public static void BindMultiTextureEXT( [NativeTypeName("GLuint")] uint texture ) => ThisThread.BindMultiTextureEXT(texunit, target, texture); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.BindParameterEXT([NativeTypeName("GLenum")] uint value) => ( @@ -419539,19 +235665,20 @@ _slots[76] is not null and var loadedFnPtr )(value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint BindParameterEXT([NativeTypeName("GLenum")] uint value) => ThisThread.BindParameterEXT(value); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.BindParameterEXT( [NativeTypeName("GLenum")] Constant value ) => (uint)((IGL)this).BindParameterEXT((uint)value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419559,6 +235686,7 @@ public static uint BindParameterEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.BindParameterEXT(value); + [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindProgramARB( [NativeTypeName("GLenum")] uint target, @@ -419572,7 +235700,6 @@ _slots[77] is not null and var loadedFnPtr ) )(target, program); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindProgramARB( @@ -419580,13 +235707,14 @@ public static void BindProgramARB( [NativeTypeName("GLuint")] uint program ) => ThisThread.BindProgramARB(target, program); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindProgramARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint program ) => ((IGL)this).BindProgramARB((uint)target, program); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419595,6 +235723,7 @@ public static void BindProgramARB( [NativeTypeName("GLuint")] uint program ) => ThisThread.BindProgramARB(target, program); + [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindProgramNV( [NativeTypeName("GLenum")] uint target, @@ -419608,7 +235737,6 @@ _slots[78] is not null and var loadedFnPtr ) )(target, id); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindProgramNV( @@ -419616,13 +235744,14 @@ public static void BindProgramNV( [NativeTypeName("GLuint")] uint id ) => ThisThread.BindProgramNV(target, id); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindProgramNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id ) => ((IGL)this).BindProgramNV((uint)target, id); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419631,6 +235760,7 @@ public static void BindProgramNV( [NativeTypeName("GLuint")] uint id ) => ThisThread.BindProgramNV(target, id); + [NativeFunction("opengl", EntryPoint = "glBindProgramPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => ( @@ -419641,37 +235771,12 @@ _slots[79] is not null and var loadedFnPtr ) )(pipeline); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glBindProgramPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => ThisThread.BindProgramPipeline(pipeline); + [NativeFunction("opengl", EntryPoint = "glBindProgramPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline) => ( @@ -419682,12 +235787,12 @@ _slots[80] is not null and var loadedFnPtr ) )(pipeline); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glBindProgramPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline) => ThisThread.BindProgramPipelineEXT(pipeline); + [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindRenderbuffer( [NativeTypeName("GLenum")] uint target, @@ -419701,47 +235806,6 @@ _slots[81] is not null and var loadedFnPtr ) )(target, renderbuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindRenderbuffer( @@ -419749,53 +235813,14 @@ public static void BindRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.BindRenderbuffer(target, renderbuffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindRenderbuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer ) => ((IGL)this).BindRenderbuffer((uint)target, renderbuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419804,6 +235829,7 @@ public static void BindRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.BindRenderbuffer(target, renderbuffer); + [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindRenderbufferEXT( [NativeTypeName("GLenum")] uint target, @@ -419817,7 +235843,6 @@ _slots[82] is not null and var loadedFnPtr ) )(target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindRenderbufferEXT( @@ -419825,13 +235850,14 @@ public static void BindRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.BindRenderbufferEXT(target, renderbuffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindRenderbufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer ) => ((IGL)this).BindRenderbufferEXT((uint)target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419840,6 +235866,7 @@ public static void BindRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.BindRenderbufferEXT(target, renderbuffer); + [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindRenderbufferOES( [NativeTypeName("GLenum")] uint target, @@ -419853,7 +235880,6 @@ _slots[83] is not null and var loadedFnPtr ) )(target, renderbuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindRenderbufferOES( @@ -419861,13 +235887,14 @@ public static void BindRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.BindRenderbufferOES(target, renderbuffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindRenderbufferOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer ) => ((IGL)this).BindRenderbufferOES((uint)target, renderbuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419876,6 +235903,7 @@ public static void BindRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.BindRenderbufferOES(target, renderbuffer); + [NativeFunction("opengl", EntryPoint = "glBindSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindSampler( [NativeTypeName("GLuint")] uint unit, @@ -419889,41 +235917,6 @@ _slots[84] is not null and var loadedFnPtr ) )(unit, sampler); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindSampler( @@ -419931,6 +235924,7 @@ public static void BindSampler( [NativeTypeName("GLuint")] uint sampler ) => ThisThread.BindSampler(unit, sampler); + [NativeFunction("opengl", EntryPoint = "glBindSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindSamplers( [NativeTypeName("GLuint")] uint first, @@ -419945,16 +235939,6 @@ _slots[85] is not null and var loadedFnPtr ) )(first, count, samplers); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindSamplers( @@ -419963,6 +235947,8 @@ public static void BindSamplers( [NativeTypeName("const GLuint *")] uint* samplers ) => ThisThread.BindSamplers(first, count, samplers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindSamplers( [NativeTypeName("GLuint")] uint first, @@ -419976,16 +235962,6 @@ void IGL.BindSamplers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -419995,6 +235971,7 @@ public static void BindSamplers( [NativeTypeName("const GLuint *")] Ref samplers ) => ThisThread.BindSamplers(first, count, samplers); + [NativeFunction("opengl", EntryPoint = "glBindShadingRateImageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindShadingRateImageNV([NativeTypeName("GLuint")] uint texture) => ( @@ -420005,14 +235982,13 @@ _slots[86] is not null and var loadedFnPtr ) )(texture); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glBindShadingRateImageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindShadingRateImageNV([NativeTypeName("GLuint")] uint texture) => ThisThread.BindShadingRateImageNV(texture); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.BindTexGenParameterEXT( [NativeTypeName("GLenum")] uint unit, @@ -420028,7 +236004,6 @@ _slots[87] is not null and var loadedFnPtr )(unit, coord, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint BindTexGenParameterEXT( @@ -420037,6 +236012,9 @@ public static uint BindTexGenParameterEXT( [NativeTypeName("GLenum")] uint value ) => ThisThread.BindTexGenParameterEXT(unit, coord, value); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.BindTexGenParameterEXT( [NativeTypeName("GLenum")] Constant unit, @@ -420045,7 +236023,6 @@ uint IGL.BindTexGenParameterEXT( ) => (uint)((IGL)this).BindTexGenParameterEXT((uint)unit, (uint)coord, (uint)value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -420055,6 +236032,7 @@ public static uint BindTexGenParameterEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.BindTexGenParameterEXT(unit, coord, value); + [NativeFunction("opengl", EntryPoint = "glBindTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindTexture( [NativeTypeName("GLenum")] uint target, @@ -420068,60 +236046,6 @@ _slots[88] is not null and var loadedFnPtr ) )(target, texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBindTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindTexture( @@ -420129,66 +236053,14 @@ public static void BindTexture( [NativeTypeName("GLuint")] uint texture ) => ThisThread.BindTexture(target, texture); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindTexture( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint texture ) => ((IGL)this).BindTexture((uint)target, texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -420197,6 +236069,7 @@ public static void BindTexture( [NativeTypeName("GLuint")] uint texture ) => ThisThread.BindTexture(target, texture); + [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindTextureEXT( [NativeTypeName("GLenum")] uint target, @@ -420210,7 +236083,6 @@ _slots[89] is not null and var loadedFnPtr ) )(target, texture); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindTextureEXT( @@ -420218,13 +236090,14 @@ public static void BindTextureEXT( [NativeTypeName("GLuint")] uint texture ) => ThisThread.BindTextureEXT(target, texture); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindTextureEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint texture ) => ((IGL)this).BindTextureEXT((uint)target, texture); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -420233,6 +236106,7 @@ public static void BindTextureEXT( [NativeTypeName("GLuint")] uint texture ) => ThisThread.BindTextureEXT(target, texture); + [NativeFunction("opengl", EntryPoint = "glBindTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindTextures( [NativeTypeName("GLuint")] uint first, @@ -420247,16 +236121,6 @@ _slots[90] is not null and var loadedFnPtr ) )(first, count, textures); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindTextures( @@ -420265,6 +236129,8 @@ public static void BindTextures( [NativeTypeName("const GLuint *")] uint* textures ) => ThisThread.BindTextures(first, count, textures); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindTextures( [NativeTypeName("GLuint")] uint first, @@ -420278,16 +236144,6 @@ void IGL.BindTextures( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -420297,6 +236153,7 @@ public static void BindTextures( [NativeTypeName("const GLuint *")] Ref textures ) => ThisThread.BindTextures(first, count, textures); + [NativeFunction("opengl", EntryPoint = "glBindTextureUnit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindTextureUnit( [NativeTypeName("GLuint")] uint unit, @@ -420310,16 +236167,6 @@ _slots[91] is not null and var loadedFnPtr ) )(unit, texture); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glBindTextureUnit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindTextureUnit( @@ -420327,6 +236174,8 @@ public static void BindTextureUnit( [NativeTypeName("GLuint")] uint texture ) => ThisThread.BindTextureUnit(unit, texture); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.BindTextureUnitParameterEXT( [NativeTypeName("GLenum")] uint unit, @@ -420344,7 +236193,6 @@ _slots[92] is not null and var loadedFnPtr )(unit, value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint BindTextureUnitParameterEXT( @@ -420352,6 +236200,9 @@ public static uint BindTextureUnitParameterEXT( [NativeTypeName("GLenum")] uint value ) => ThisThread.BindTextureUnitParameterEXT(unit, value); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.BindTextureUnitParameterEXT( [NativeTypeName("GLenum")] Constant unit, @@ -420359,7 +236210,6 @@ uint IGL.BindTextureUnitParameterEXT( ) => (uint)((IGL)this).BindTextureUnitParameterEXT((uint)unit, (uint)value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -420368,6 +236218,7 @@ public static uint BindTextureUnitParameterEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.BindTextureUnitParameterEXT(unit, value); + [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindTransformFeedback( [NativeTypeName("GLenum")] uint target, @@ -420381,34 +236232,6 @@ _slots[93] is not null and var loadedFnPtr ) )(target, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindTransformFeedback( @@ -420416,40 +236239,14 @@ public static void BindTransformFeedback( [NativeTypeName("GLuint")] uint id ) => ThisThread.BindTransformFeedback(target, id); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindTransformFeedback( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id ) => ((IGL)this).BindTransformFeedback((uint)target, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -420458,6 +236255,7 @@ public static void BindTransformFeedback( [NativeTypeName("GLuint")] uint id ) => ThisThread.BindTransformFeedback(target, id); + [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindTransformFeedbackNV( [NativeTypeName("GLenum")] uint target, @@ -420471,7 +236269,6 @@ _slots[94] is not null and var loadedFnPtr ) )(target, id); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindTransformFeedbackNV( @@ -420479,13 +236276,14 @@ public static void BindTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ) => ThisThread.BindTransformFeedbackNV(target, id); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindTransformFeedbackNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id ) => ((IGL)this).BindTransformFeedbackNV((uint)target, id); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -420494,6 +236292,7 @@ public static void BindTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ) => ThisThread.BindTransformFeedbackNV(target, id); + [NativeFunction("opengl", EntryPoint = "glBindVertexArray")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindVertexArray([NativeTypeName("GLuint")] uint array) => ( @@ -420504,49 +236303,14 @@ _slots[95] is not null and var loadedFnPtr ) )(array); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexArray")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindVertexArray([NativeTypeName("GLuint")] uint array) => ThisThread.BindVertexArray(array); + [NativeFunction("opengl", EntryPoint = "glBindVertexArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.BindVertexArrayApple([NativeTypeName("GLuint")] uint array) => + void IGL.BindVertexArrayAPPLE([NativeTypeName("GLuint")] uint array) => ( (delegate* unmanaged)( _slots[96] is not null and var loadedFnPtr @@ -420555,12 +236319,12 @@ _slots[96] is not null and var loadedFnPtr ) )(array); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glBindVertexArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void BindVertexArrayApple([NativeTypeName("GLuint")] uint array) => - ThisThread.BindVertexArrayApple(array); + public static void BindVertexArrayAPPLE([NativeTypeName("GLuint")] uint array) => + ThisThread.BindVertexArrayAPPLE(array); + [NativeFunction("opengl", EntryPoint = "glBindVertexArrayOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindVertexArrayOES([NativeTypeName("GLuint")] uint array) => ( @@ -420571,13 +236335,12 @@ _slots[97] is not null and var loadedFnPtr ) )(array); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glBindVertexArrayOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindVertexArrayOES([NativeTypeName("GLuint")] uint array) => ThisThread.BindVertexArrayOES(array); + [NativeFunction("opengl", EntryPoint = "glBindVertexBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindVertexBuffer( [NativeTypeName("GLuint")] uint bindingindex, @@ -420593,28 +236356,6 @@ _slots[98] is not null and var loadedFnPtr ) )(bindingindex, buffer, offset, stride); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindVertexBuffer( @@ -420624,6 +236365,7 @@ public static void BindVertexBuffer( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.BindVertexBuffer(bindingindex, buffer, offset, stride); + [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindVertexBuffers( [NativeTypeName("GLuint")] uint first, @@ -420640,16 +236382,6 @@ _slots[99] is not null and var loadedFnPtr ) )(first, count, buffers, offsets, strides); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindVertexBuffers( @@ -420660,6 +236392,8 @@ public static void BindVertexBuffers( [NativeTypeName("const GLsizei *")] uint* strides ) => ThisThread.BindVertexBuffers(first, count, buffers, offsets, strides); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindVertexBuffers( [NativeTypeName("GLuint")] uint first, @@ -420683,16 +236417,6 @@ void IGL.BindVertexBuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -420704,6 +236428,7 @@ public static void BindVertexBuffers( [NativeTypeName("const GLsizei *")] Ref strides ) => ThisThread.BindVertexBuffers(first, count, buffers, offsets, strides); + [NativeFunction("opengl", EntryPoint = "glBindVertexShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindVertexShaderEXT([NativeTypeName("GLuint")] uint id) => ( @@ -420714,21 +236439,21 @@ _slots[100] is not null and var loadedFnPtr ) )(id); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindVertexShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindVertexShaderEXT([NativeTypeName("GLuint")] uint id) => ThisThread.BindVertexShaderEXT(id); + [NativeFunction("opengl", EntryPoint = "glBindVideoCaptureStreamBufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindVideoCaptureStreamBufferNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, [NativeTypeName("GLenum")] uint frame_region, - [NativeTypeName("GLintptrARB")] nint offset + [NativeTypeName("GLintptrARB")] long offset ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[101] is not null and var loadedFnPtr ? loadedFnPtr : _slots[101] = nativeContext.LoadFunction( @@ -420738,17 +236463,17 @@ _slots[101] is not null and var loadedFnPtr ) )(video_capture_slot, stream, frame_region, offset); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBindVideoCaptureStreamBufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindVideoCaptureStreamBufferNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, [NativeTypeName("GLenum")] uint frame_region, - [NativeTypeName("GLintptrARB")] nint offset + [NativeTypeName("GLintptrARB")] long offset ) => ThisThread.BindVideoCaptureStreamBufferNV(video_capture_slot, stream, frame_region, offset); + [NativeFunction("opengl", EntryPoint = "glBindVideoCaptureStreamTextureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BindVideoCaptureStreamTextureNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -420768,7 +236493,6 @@ _slots[102] is not null and var loadedFnPtr ) )(video_capture_slot, stream, frame_region, target, texture); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBindVideoCaptureStreamTextureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BindVideoCaptureStreamTextureNV( @@ -420786,6 +236510,7 @@ public static void BindVideoCaptureStreamTextureNV( texture ); + [NativeFunction("opengl", EntryPoint = "glBinormal3bEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT( [NativeTypeName("GLbyte")] sbyte bx, @@ -420800,7 +236525,6 @@ _slots[103] is not null and var loadedFnPtr ) )(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3bEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT( @@ -420809,6 +236533,7 @@ public static void Binormal3EXT( [NativeTypeName("GLbyte")] sbyte bz ) => ThisThread.Binormal3EXT(bx, by, bz); + [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => ( @@ -420819,12 +236544,13 @@ _slots[104] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => ThisThread.Binormal3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT([NativeTypeName("const GLbyte *")] Ref v) { @@ -420834,13 +236560,13 @@ void IGL.Binormal3EXT([NativeTypeName("const GLbyte *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT([NativeTypeName("const GLbyte *")] Ref v) => ThisThread.Binormal3EXT(v); + [NativeFunction("opengl", EntryPoint = "glBinormal3dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT( [NativeTypeName("GLdouble")] double bx, @@ -420855,7 +236581,6 @@ _slots[105] is not null and var loadedFnPtr ) )(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT( @@ -420864,6 +236589,7 @@ public static void Binormal3EXT( [NativeTypeName("GLdouble")] double bz ) => ThisThread.Binormal3EXT(bx, by, bz); + [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT([NativeTypeName("const GLdouble *")] double* v) => ( @@ -420874,12 +236600,13 @@ _slots[106] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT([NativeTypeName("const GLdouble *")] double* v) => ThisThread.Binormal3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT([NativeTypeName("const GLdouble *")] Ref v) { @@ -420889,13 +236616,13 @@ void IGL.Binormal3EXT([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.Binormal3EXT(v); + [NativeFunction("opengl", EntryPoint = "glBinormal3fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT( [NativeTypeName("GLfloat")] float bx, @@ -420910,7 +236637,6 @@ _slots[107] is not null and var loadedFnPtr ) )(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT( @@ -420919,6 +236645,7 @@ public static void Binormal3EXT( [NativeTypeName("GLfloat")] float bz ) => ThisThread.Binormal3EXT(bx, by, bz); + [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT([NativeTypeName("const GLfloat *")] float* v) => ( @@ -420929,12 +236656,13 @@ _slots[108] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT([NativeTypeName("const GLfloat *")] float* v) => ThisThread.Binormal3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT([NativeTypeName("const GLfloat *")] Ref v) { @@ -420944,13 +236672,13 @@ void IGL.Binormal3EXT([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.Binormal3EXT(v); + [NativeFunction("opengl", EntryPoint = "glBinormal3iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT( [NativeTypeName("GLint")] int bx, @@ -420965,7 +236693,6 @@ _slots[109] is not null and var loadedFnPtr ) )(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT( @@ -420974,6 +236701,7 @@ public static void Binormal3EXT( [NativeTypeName("GLint")] int bz ) => ThisThread.Binormal3EXT(bx, by, bz); + [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT([NativeTypeName("const GLint *")] int* v) => ( @@ -420984,12 +236712,13 @@ _slots[110] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT([NativeTypeName("const GLint *")] int* v) => ThisThread.Binormal3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT([NativeTypeName("const GLint *")] Ref v) { @@ -420999,13 +236728,13 @@ void IGL.Binormal3EXT([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT([NativeTypeName("const GLint *")] Ref v) => ThisThread.Binormal3EXT(v); + [NativeFunction("opengl", EntryPoint = "glBinormal3sEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT( [NativeTypeName("GLshort")] short bx, @@ -421020,7 +236749,6 @@ _slots[111] is not null and var loadedFnPtr ) )(bx, by, bz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3sEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT( @@ -421029,6 +236757,7 @@ public static void Binormal3EXT( [NativeTypeName("GLshort")] short bz ) => ThisThread.Binormal3EXT(bx, by, bz); + [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT([NativeTypeName("const GLshort *")] short* v) => ( @@ -421039,12 +236768,13 @@ _slots[112] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT([NativeTypeName("const GLshort *")] short* v) => ThisThread.Binormal3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Binormal3EXT([NativeTypeName("const GLshort *")] Ref v) { @@ -421054,13 +236784,13 @@ void IGL.Binormal3EXT([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Binormal3EXT([NativeTypeName("const GLshort *")] Ref v) => ThisThread.Binormal3EXT(v); + [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BinormalPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -421075,7 +236805,6 @@ _slots[113] is not null and var loadedFnPtr ) )(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BinormalPointerEXT( @@ -421084,6 +236813,8 @@ public static void BinormalPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.BinormalPointerEXT(type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BinormalPointerEXT( [NativeTypeName("GLenum")] Constant type, @@ -421097,7 +236828,6 @@ void IGL.BinormalPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -421107,6 +236837,7 @@ public static void BinormalPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.BinormalPointerEXT(type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Bitmap( [NativeTypeName("GLsizei")] uint width, @@ -421125,31 +236856,6 @@ _slots[114] is not null and var loadedFnPtr ) )(width, height, xorig, yorig, xmove, ymove, bitmap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Bitmap( @@ -421162,6 +236868,8 @@ public static void Bitmap( [NativeTypeName("const GLubyte *")] byte* bitmap ) => ThisThread.Bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Bitmap( [NativeTypeName("GLsizei")] uint width, @@ -421179,31 +236887,6 @@ void IGL.Bitmap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -421217,6 +236900,8 @@ public static void Bitmap( [NativeTypeName("const GLubyte *")] Ref bitmap ) => ThisThread.Bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Bitmap( [NativeTypeName("GLsizei")] uint height, @@ -421227,31 +236912,6 @@ void IGL.Bitmap( [NativeTypeName("const GLubyte *")] byte bitmap ) => ((IGL)this).Bitmap(1, height, xorig, yorig, xmove, ymove, (byte*)&bitmap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -421264,8 +236924,10 @@ public static void Bitmap( [NativeTypeName("const GLubyte *")] byte bitmap ) => ThisThread.Bitmap(height, xorig, yorig, xmove, ymove, bitmap); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.BitmapxO( + void IGL.BitmapxOOES( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLfixed")] int xorig, [NativeTypeName("GLfixed")] int yorig, @@ -421274,19 +236936,19 @@ void IGL.BitmapxO( [NativeTypeName("const GLubyte *")] byte bitmap ) => ((IGL)this).BitmapxOES(1, height, xorig, yorig, xmove, ymove, (byte*)&bitmap); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void BitmapxO( + public static void BitmapxOOES( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLfixed")] int xorig, [NativeTypeName("GLfixed")] int yorig, [NativeTypeName("GLfixed")] int xmove, [NativeTypeName("GLfixed")] int ymove, [NativeTypeName("const GLubyte *")] byte bitmap - ) => ThisThread.BitmapxO(height, xorig, yorig, xmove, ymove, bitmap); + ) => ThisThread.BitmapxOOES(height, xorig, yorig, xmove, ymove, bitmap); + [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BitmapxOES( [NativeTypeName("GLsizei")] uint width, @@ -421305,7 +236967,6 @@ _slots[115] is not null and var loadedFnPtr ) )(width, height, xorig, yorig, xmove, ymove, bitmap); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BitmapxOES( @@ -421318,6 +236979,8 @@ public static void BitmapxOES( [NativeTypeName("const GLubyte *")] byte* bitmap ) => ThisThread.BitmapxOES(width, height, xorig, yorig, xmove, ymove, bitmap); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BitmapxOES( [NativeTypeName("GLsizei")] uint width, @@ -421335,7 +236998,6 @@ void IGL.BitmapxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -421349,6 +237011,7 @@ public static void BitmapxOES( [NativeTypeName("const GLubyte *")] Ref bitmap ) => ThisThread.BitmapxOES(width, height, xorig, yorig, xmove, ymove, bitmap); + [NativeFunction("opengl", EntryPoint = "glBlendBarrierKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendBarrierKHR() => ( @@ -421359,13 +237022,11 @@ _slots[116] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_KHR_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_KHR_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_KHR_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendBarrierKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendBarrierKHR() => ThisThread.BlendBarrierKHR(); + [NativeFunction("opengl", EntryPoint = "glBlendBarrierNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendBarrierNV() => ( @@ -421376,13 +237037,11 @@ _slots[117] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_NV_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendBarrierNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendBarrierNV() => ThisThread.BlendBarrierNV(); + [NativeFunction("opengl", EntryPoint = "glBlendColor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendColor( [NativeTypeName("GLfloat")] float red, @@ -421398,55 +237057,6 @@ _slots[118] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendColor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendColor( @@ -421456,6 +237066,7 @@ public static void BlendColor( [NativeTypeName("GLfloat")] float alpha ) => ThisThread.BlendColor(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glBlendColorEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendColorEXT( [NativeTypeName("GLfloat")] float red, @@ -421471,7 +237082,6 @@ _slots[119] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_color"])] [NativeFunction("opengl", EntryPoint = "glBlendColorEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendColorEXT( @@ -421481,6 +237091,7 @@ public static void BlendColorEXT( [NativeTypeName("GLfloat")] float alpha ) => ThisThread.BlendColorEXT(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glBlendColorxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendColorxOES( [NativeTypeName("GLfixed")] int red, @@ -421496,7 +237107,6 @@ _slots[120] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glBlendColorxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendColorxOES( @@ -421506,6 +237116,7 @@ public static void BlendColorxOES( [NativeTypeName("GLfixed")] int alpha ) => ThisThread.BlendColorxOES(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glBlendEquation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquation([NativeTypeName("GLenum")] uint mode) => ( @@ -421516,114 +237127,18 @@ _slots[121] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquation([NativeTypeName("GLenum")] uint mode) => ThisThread.BlendEquation(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquation( [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).BlendEquation((uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -421631,6 +237146,7 @@ public static void BlendEquation( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.BlendEquation(mode); + [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationEXT([NativeTypeName("GLenum")] uint mode) => ( @@ -421641,18 +237157,18 @@ _slots[122] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile("gl", ["GL_EXT_blend_minmax"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationEXT([NativeTypeName("GLenum")] uint mode) => ThisThread.BlendEquationEXT(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).BlendEquationEXT((uint)mode); - [SupportedApiProfile("gl", ["GL_EXT_blend_minmax"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -421660,6 +237176,7 @@ public static void BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.BlendEquationEXT(mode); + [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquation( [NativeTypeName("GLuint")] uint buf, @@ -421673,32 +237190,6 @@ _slots[123] is not null and var loadedFnPtr ) )(buf, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquation( @@ -421706,38 +237197,14 @@ public static void BlendEquation( [NativeTypeName("GLenum")] uint mode ) => ThisThread.BlendEquation(buf, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquation( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).BlendEquation(buf, (uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -421746,6 +237213,7 @@ public static void BlendEquation( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.BlendEquation(buf, mode); + [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationARB( [NativeTypeName("GLuint")] uint buf, @@ -421759,8 +237227,6 @@ _slots[124] is not null and var loadedFnPtr ) )(buf, mode); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationARB( @@ -421768,14 +237234,14 @@ public static void BlendEquationARB( [NativeTypeName("GLenum")] uint mode ) => ThisThread.BlendEquationARB(buf, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).BlendEquationARB(buf, (uint)mode); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -421784,6 +237250,7 @@ public static void BlendEquationARB( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.BlendEquationARB(buf, mode); + [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationEXT( [NativeTypeName("GLuint")] uint buf, @@ -421797,7 +237264,6 @@ _slots[125] is not null and var loadedFnPtr ) )(buf, mode); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationEXT( @@ -421805,13 +237271,14 @@ public static void BlendEquationEXT( [NativeTypeName("GLenum")] uint mode ) => ThisThread.BlendEquationEXT(buf, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).BlendEquationEXT(buf, (uint)mode); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -421820,6 +237287,7 @@ public static void BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.BlendEquationEXT(buf, mode); + [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationIndexedAMD( [NativeTypeName("GLuint")] uint buf, @@ -421836,7 +237304,6 @@ _slots[126] is not null and var loadedFnPtr ) )(buf, mode); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationIndexedAMD( @@ -421844,13 +237311,14 @@ public static void BlendEquationIndexedAMD( [NativeTypeName("GLenum")] uint mode ) => ThisThread.BlendEquationIndexedAMD(buf, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).BlendEquationIndexedAMD(buf, (uint)mode); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -421859,6 +237327,7 @@ public static void BlendEquationIndexedAMD( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.BlendEquationIndexedAMD(buf, mode); + [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationOES( [NativeTypeName("GLuint")] uint buf, @@ -421872,7 +237341,6 @@ _slots[127] is not null and var loadedFnPtr ) )(buf, mode); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationOES( @@ -421880,13 +237348,14 @@ public static void BlendEquationOES( [NativeTypeName("GLenum")] uint mode ) => ThisThread.BlendEquationOES(buf, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).BlendEquationOES(buf, (uint)mode); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -421895,6 +237364,7 @@ public static void BlendEquationOES( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.BlendEquationOES(buf, mode); + [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationOES([NativeTypeName("GLenum")] uint mode) => ( @@ -421905,18 +237375,18 @@ _slots[128] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile("gles1", ["GL_OES_blend_subtract"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationOES([NativeTypeName("GLenum")] uint mode) => ThisThread.BlendEquationOES(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationOES( [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).BlendEquationOES((uint)mode); - [SupportedApiProfile("gles1", ["GL_OES_blend_subtract"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -421924,6 +237394,7 @@ public static void BlendEquationOES( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.BlendEquationOES(mode); + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparate( [NativeTypeName("GLenum")] uint modeRGB, @@ -421937,49 +237408,6 @@ _slots[129] is not null and var loadedFnPtr ) )(modeRGB, modeAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationSeparate( @@ -421987,55 +237415,14 @@ public static void BlendEquationSeparate( [NativeTypeName("GLenum")] uint modeAlpha ) => ThisThread.BlendEquationSeparate(modeRGB, modeAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha ) => ((IGL)this).BlendEquationSeparate((uint)modeRGB, (uint)modeAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422044,6 +237431,7 @@ public static void BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeAlpha ) => ThisThread.BlendEquationSeparate(modeRGB, modeAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparateEXT( [NativeTypeName("GLenum")] uint modeRGB, @@ -422060,7 +237448,6 @@ _slots[130] is not null and var loadedFnPtr ) )(modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_equation_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationSeparateEXT( @@ -422068,13 +237455,14 @@ public static void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] uint modeAlpha ) => ThisThread.BlendEquationSeparateEXT(modeRGB, modeAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha ) => ((IGL)this).BlendEquationSeparateEXT((uint)modeRGB, (uint)modeAlpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_equation_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422083,6 +237471,7 @@ public static void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeAlpha ) => ThisThread.BlendEquationSeparateEXT(modeRGB, modeAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparate( [NativeTypeName("GLuint")] uint buf, @@ -422097,32 +237486,6 @@ _slots[131] is not null and var loadedFnPtr ) )(buf, modeRGB, modeAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationSeparate( @@ -422131,6 +237494,8 @@ public static void BlendEquationSeparate( [NativeTypeName("GLenum")] uint modeAlpha ) => ThisThread.BlendEquationSeparate(buf, modeRGB, modeAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparate( [NativeTypeName("GLuint")] uint buf, @@ -422138,32 +237503,6 @@ void IGL.BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeAlpha ) => ((IGL)this).BlendEquationSeparate(buf, (uint)modeRGB, (uint)modeAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422173,6 +237512,7 @@ public static void BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeAlpha ) => ThisThread.BlendEquationSeparate(buf, modeRGB, modeAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparateARB( [NativeTypeName("GLuint")] uint buf, @@ -422190,8 +237530,6 @@ _slots[132] is not null and var loadedFnPtr ) )(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationSeparateARB( @@ -422200,6 +237538,8 @@ public static void BlendEquationSeparateARB( [NativeTypeName("GLenum")] uint modeAlpha ) => ThisThread.BlendEquationSeparateARB(buf, modeRGB, modeAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparateARB( [NativeTypeName("GLuint")] uint buf, @@ -422207,8 +237547,6 @@ void IGL.BlendEquationSeparateARB( [NativeTypeName("GLenum")] Constant modeAlpha ) => ((IGL)this).BlendEquationSeparateARB(buf, (uint)modeRGB, (uint)modeAlpha); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422218,6 +237556,7 @@ public static void BlendEquationSeparateARB( [NativeTypeName("GLenum")] Constant modeAlpha ) => ThisThread.BlendEquationSeparateARB(buf, modeRGB, modeAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparateEXT( [NativeTypeName("GLuint")] uint buf, @@ -422235,7 +237574,6 @@ _slots[133] is not null and var loadedFnPtr ) )(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationSeparateEXT( @@ -422244,6 +237582,8 @@ public static void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] uint modeAlpha ) => ThisThread.BlendEquationSeparateEXT(buf, modeRGB, modeAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparateEXT( [NativeTypeName("GLuint")] uint buf, @@ -422251,7 +237591,6 @@ void IGL.BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeAlpha ) => ((IGL)this).BlendEquationSeparateEXT(buf, (uint)modeRGB, (uint)modeAlpha); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422261,6 +237600,7 @@ public static void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeAlpha ) => ThisThread.BlendEquationSeparateEXT(buf, modeRGB, modeAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, @@ -422278,7 +237618,6 @@ _slots[134] is not null and var loadedFnPtr ) )(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationSeparateIndexedAMD( @@ -422287,6 +237626,8 @@ public static void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLenum")] uint modeAlpha ) => ThisThread.BlendEquationSeparateIndexedAMD(buf, modeRGB, modeAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, @@ -422294,7 +237635,6 @@ void IGL.BlendEquationSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant modeAlpha ) => ((IGL)this).BlendEquationSeparateIndexedAMD(buf, (uint)modeRGB, (uint)modeAlpha); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422304,6 +237644,7 @@ public static void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant modeAlpha ) => ThisThread.BlendEquationSeparateIndexedAMD(buf, modeRGB, modeAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparateOES( [NativeTypeName("GLuint")] uint buf, @@ -422321,7 +237662,6 @@ _slots[135] is not null and var loadedFnPtr ) )(buf, modeRGB, modeAlpha); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationSeparateOES( @@ -422330,6 +237670,8 @@ public static void BlendEquationSeparateOES( [NativeTypeName("GLenum")] uint modeAlpha ) => ThisThread.BlendEquationSeparateOES(buf, modeRGB, modeAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparateOES( [NativeTypeName("GLuint")] uint buf, @@ -422337,7 +237679,6 @@ void IGL.BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeAlpha ) => ((IGL)this).BlendEquationSeparateOES(buf, (uint)modeRGB, (uint)modeAlpha); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422347,6 +237688,7 @@ public static void BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeAlpha ) => ThisThread.BlendEquationSeparateOES(buf, modeRGB, modeAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparateOES( [NativeTypeName("GLenum")] uint modeRGB, @@ -422363,7 +237705,6 @@ _slots[136] is not null and var loadedFnPtr ) )(modeRGB, modeAlpha); - [SupportedApiProfile("gles1", ["GL_OES_blend_equation_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendEquationSeparateOES( @@ -422371,13 +237712,14 @@ public static void BlendEquationSeparateOES( [NativeTypeName("GLenum")] uint modeAlpha ) => ThisThread.BlendEquationSeparateOES(modeRGB, modeAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeRGB, [NativeTypeName("GLenum")] Constant modeAlpha ) => ((IGL)this).BlendEquationSeparateOES((uint)modeRGB, (uint)modeAlpha); - [SupportedApiProfile("gles1", ["GL_OES_blend_equation_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422386,6 +237728,7 @@ public static void BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeAlpha ) => ThisThread.BlendEquationSeparateOES(modeRGB, modeAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFunc( [NativeTypeName("GLenum")] uint sfactor, @@ -422399,62 +237742,6 @@ _slots[137] is not null and var loadedFnPtr ) )(sfactor, dfactor); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBlendFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFunc( @@ -422462,68 +237749,14 @@ public static void BlendFunc( [NativeTypeName("GLenum")] uint dfactor ) => ThisThread.BlendFunc(sfactor, dfactor); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFunc( [NativeTypeName("GLenum")] Constant sfactor, [NativeTypeName("GLenum")] Constant dfactor ) => ((IGL)this).BlendFunc((uint)sfactor, (uint)dfactor); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422532,6 +237765,7 @@ public static void BlendFunc( [NativeTypeName("GLenum")] Constant dfactor ) => ThisThread.BlendFunc(sfactor, dfactor); + [NativeFunction("opengl", EntryPoint = "glBlendFunci")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFunc( [NativeTypeName("GLuint")] uint buf, @@ -422546,32 +237780,6 @@ _slots[138] is not null and var loadedFnPtr ) )(buf, src, dst); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFunci")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFunc( @@ -422580,6 +237788,8 @@ public static void BlendFunc( [NativeTypeName("GLenum")] uint dst ) => ThisThread.BlendFunc(buf, src, dst); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFunci")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFunc( [NativeTypeName("GLuint")] uint buf, @@ -422587,32 +237797,6 @@ void IGL.BlendFunc( [NativeTypeName("GLenum")] Constant dst ) => ((IGL)this).BlendFunc(buf, (uint)src, (uint)dst); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunci")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422622,6 +237806,7 @@ public static void BlendFunc( [NativeTypeName("GLenum")] Constant dst ) => ThisThread.BlendFunc(buf, src, dst); + [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncARB( [NativeTypeName("GLuint")] uint buf, @@ -422636,8 +237821,6 @@ _slots[139] is not null and var loadedFnPtr ) )(buf, src, dst); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncARB( @@ -422646,6 +237829,8 @@ public static void BlendFuncARB( [NativeTypeName("GLenum")] uint dst ) => ThisThread.BlendFuncARB(buf, src, dst); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncARB( [NativeTypeName("GLuint")] uint buf, @@ -422653,8 +237838,6 @@ void IGL.BlendFuncARB( [NativeTypeName("GLenum")] Constant dst ) => ((IGL)this).BlendFuncARB(buf, (uint)src, (uint)dst); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422664,6 +237847,7 @@ public static void BlendFuncARB( [NativeTypeName("GLenum")] Constant dst ) => ThisThread.BlendFuncARB(buf, src, dst); + [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncEXT( [NativeTypeName("GLuint")] uint buf, @@ -422678,7 +237862,6 @@ _slots[140] is not null and var loadedFnPtr ) )(buf, src, dst); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncEXT( @@ -422687,6 +237870,8 @@ public static void BlendFuncEXT( [NativeTypeName("GLenum")] uint dst ) => ThisThread.BlendFuncEXT(buf, src, dst); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncEXT( [NativeTypeName("GLuint")] uint buf, @@ -422694,7 +237879,6 @@ void IGL.BlendFuncEXT( [NativeTypeName("GLenum")] Constant dst ) => ((IGL)this).BlendFuncEXT(buf, (uint)src, (uint)dst); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422704,6 +237888,7 @@ public static void BlendFuncEXT( [NativeTypeName("GLenum")] Constant dst ) => ThisThread.BlendFuncEXT(buf, src, dst); + [NativeFunction("opengl", EntryPoint = "glBlendFuncIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncIndexedAMD( [NativeTypeName("GLuint")] uint buf, @@ -422718,7 +237903,6 @@ _slots[141] is not null and var loadedFnPtr ) )(buf, src, dst); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncIndexedAMD( @@ -422727,6 +237911,7 @@ public static void BlendFuncIndexedAMD( [NativeTypeName("GLenum")] uint dst ) => ThisThread.BlendFuncIndexedAMD(buf, src, dst); + [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncOES( [NativeTypeName("GLuint")] uint buf, @@ -422741,7 +237926,6 @@ _slots[142] is not null and var loadedFnPtr ) )(buf, src, dst); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncOES( @@ -422750,6 +237934,8 @@ public static void BlendFuncOES( [NativeTypeName("GLenum")] uint dst ) => ThisThread.BlendFuncOES(buf, src, dst); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncOES( [NativeTypeName("GLuint")] uint buf, @@ -422757,7 +237943,6 @@ void IGL.BlendFuncOES( [NativeTypeName("GLenum")] Constant dst ) => ((IGL)this).BlendFuncOES(buf, (uint)src, (uint)dst); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422767,6 +237952,7 @@ public static void BlendFuncOES( [NativeTypeName("GLenum")] Constant dst ) => ThisThread.BlendFuncOES(buf, src, dst); + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparate( [NativeTypeName("GLenum")] uint sfactorRGB, @@ -422782,53 +237968,6 @@ _slots[143] is not null and var loadedFnPtr ) )(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncSeparate( @@ -422838,6 +237977,8 @@ public static void BlendFuncSeparate( [NativeTypeName("GLenum")] uint dfactorAlpha ) => ThisThread.BlendFuncSeparate(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparate( [NativeTypeName("GLenum")] Constant sfactorRGB, @@ -422852,53 +237993,6 @@ void IGL.BlendFuncSeparate( (uint)dfactorAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422909,6 +238003,7 @@ public static void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dfactorAlpha ) => ThisThread.BlendFuncSeparate(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint sfactorRGB, @@ -422924,7 +238019,6 @@ _slots[144] is not null and var loadedFnPtr ) )(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); - [SupportedApiProfile("gl", ["GL_EXT_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncSeparateEXT( @@ -422934,6 +238028,8 @@ public static void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint dfactorAlpha ) => ThisThread.BlendFuncSeparateEXT(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant sfactorRGB, @@ -422948,7 +238044,6 @@ void IGL.BlendFuncSeparateEXT( (uint)dfactorAlpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -422959,6 +238054,7 @@ public static void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dfactorAlpha ) => ThisThread.BlendFuncSeparateEXT(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparate( [NativeTypeName("GLuint")] uint buf, @@ -422975,32 +238071,6 @@ _slots[145] is not null and var loadedFnPtr ) )(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncSeparate( @@ -423011,6 +238081,8 @@ public static void BlendFuncSeparate( [NativeTypeName("GLenum")] uint dstAlpha ) => ThisThread.BlendFuncSeparate(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparate( [NativeTypeName("GLuint")] uint buf, @@ -423027,32 +238099,6 @@ void IGL.BlendFuncSeparate( (uint)dstAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -423064,6 +238110,7 @@ public static void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dstAlpha ) => ThisThread.BlendFuncSeparate(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateARB( [NativeTypeName("GLuint")] uint buf, @@ -423080,8 +238127,6 @@ _slots[146] is not null and var loadedFnPtr ) )(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncSeparateARB( @@ -423092,6 +238137,8 @@ public static void BlendFuncSeparateARB( [NativeTypeName("GLenum")] uint dstAlpha ) => ThisThread.BlendFuncSeparateARB(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateARB( [NativeTypeName("GLuint")] uint buf, @@ -423108,8 +238155,6 @@ void IGL.BlendFuncSeparateARB( (uint)dstAlpha ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -423121,6 +238166,7 @@ public static void BlendFuncSeparateARB( [NativeTypeName("GLenum")] Constant dstAlpha ) => ThisThread.BlendFuncSeparateARB(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateEXT( [NativeTypeName("GLuint")] uint buf, @@ -423137,7 +238183,6 @@ _slots[147] is not null and var loadedFnPtr ) )(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncSeparateEXT( @@ -423148,6 +238193,8 @@ public static void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint dstAlpha ) => ThisThread.BlendFuncSeparateEXT(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateEXT( [NativeTypeName("GLuint")] uint buf, @@ -423164,7 +238211,6 @@ void IGL.BlendFuncSeparateEXT( (uint)dstAlpha ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -423176,6 +238222,7 @@ public static void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dstAlpha ) => ThisThread.BlendFuncSeparateEXT(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, @@ -423195,7 +238242,6 @@ _slots[148] is not null and var loadedFnPtr ) )(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncSeparateIndexedAMD( @@ -423206,6 +238252,8 @@ public static void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] uint dstAlpha ) => ThisThread.BlendFuncSeparateIndexedAMD(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, @@ -423222,7 +238270,6 @@ void IGL.BlendFuncSeparateIndexedAMD( (uint)dstAlpha ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -423234,6 +238281,7 @@ public static void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant dstAlpha ) => ThisThread.BlendFuncSeparateIndexedAMD(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateINGR( [NativeTypeName("GLenum")] uint sfactorRGB, @@ -423249,7 +238297,6 @@ _slots[149] is not null and var loadedFnPtr ) )(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); - [SupportedApiProfile("gl", ["GL_INGR_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncSeparateINGR( @@ -423259,6 +238306,8 @@ public static void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] uint dfactorAlpha ) => ThisThread.BlendFuncSeparateINGR(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateINGR( [NativeTypeName("GLenum")] Constant sfactorRGB, @@ -423273,7 +238322,6 @@ void IGL.BlendFuncSeparateINGR( (uint)dfactorAlpha ); - [SupportedApiProfile("gl", ["GL_INGR_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -423284,6 +238332,7 @@ public static void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] Constant dfactorAlpha ) => ThisThread.BlendFuncSeparateINGR(sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateOES( [NativeTypeName("GLuint")] uint buf, @@ -423300,7 +238349,6 @@ _slots[150] is not null and var loadedFnPtr ) )(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncSeparateOES( @@ -423311,6 +238359,8 @@ public static void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint dstAlpha ) => ThisThread.BlendFuncSeparateOES(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateOES( [NativeTypeName("GLuint")] uint buf, @@ -423327,7 +238377,6 @@ void IGL.BlendFuncSeparateOES( (uint)dstAlpha ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -423339,6 +238388,7 @@ public static void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstAlpha ) => ThisThread.BlendFuncSeparateOES(buf, srcRGB, dstRGB, srcAlpha, dstAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint srcRGB, @@ -423354,7 +238404,6 @@ _slots[151] is not null and var loadedFnPtr ) )(srcRGB, dstRGB, srcAlpha, dstAlpha); - [SupportedApiProfile("gles1", ["GL_OES_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendFuncSeparateOES( @@ -423364,6 +238413,8 @@ public static void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint dstAlpha ) => ThisThread.BlendFuncSeparateOES(srcRGB, dstRGB, srcAlpha, dstAlpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant srcRGB, @@ -423378,7 +238429,6 @@ void IGL.BlendFuncSeparateOES( (uint)dstAlpha ); - [SupportedApiProfile("gles1", ["GL_OES_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -423389,6 +238439,7 @@ public static void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstAlpha ) => ThisThread.BlendFuncSeparateOES(srcRGB, dstRGB, srcAlpha, dstAlpha); + [NativeFunction("opengl", EntryPoint = "glBlendParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlendParameterNV( [NativeTypeName("GLenum")] uint pname, @@ -423402,9 +238453,6 @@ _slots[152] is not null and var loadedFnPtr ) )(pname, value); - [SupportedApiProfile("gl", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_NV_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlendParameterNV( @@ -423412,6 +238460,7 @@ public static void BlendParameterNV( [NativeTypeName("GLint")] int value ) => ThisThread.BlendParameterNV(pname, value); + [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlitFramebuffer( [NativeTypeName("GLint")] int srcX0, @@ -423433,42 +238482,6 @@ _slots[153] is not null and var loadedFnPtr ) )(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlitFramebuffer( @@ -423496,6 +238509,8 @@ public static void BlitFramebuffer( filter ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlitFramebuffer( [NativeTypeName("GLint")] int srcX0, @@ -423522,42 +238537,6 @@ void IGL.BlitFramebuffer( (uint)filter ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -423586,8 +238565,9 @@ public static void BlitFramebuffer( filter ); + [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.BlitFramebufferAngle( + void IGL.BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -423607,10 +238587,9 @@ _slots[154] is not null and var loadedFnPtr ) )(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void BlitFramebufferAngle( + public static void BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -423622,7 +238601,7 @@ public static void BlitFramebufferAngle( [NativeTypeName("GLbitfield")] uint mask, [NativeTypeName("GLenum")] uint filter ) => - ThisThread.BlitFramebufferAngle( + ThisThread.BlitFramebufferANGLE( srcX0, srcY0, srcX1, @@ -423635,8 +238614,10 @@ public static void BlitFramebufferAngle( filter ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.BlitFramebufferAngle( + void IGL.BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -423648,7 +238629,7 @@ void IGL.BlitFramebufferAngle( [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter ) => - ((IGL)this).BlitFramebufferAngle( + ((IGL)this).BlitFramebufferANGLE( srcX0, srcY0, srcX1, @@ -423661,11 +238642,10 @@ void IGL.BlitFramebufferAngle( (uint)filter ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void BlitFramebufferAngle( + public static void BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -423677,7 +238657,7 @@ public static void BlitFramebufferAngle( [NativeTypeName("GLbitfield")] Constant mask, [NativeTypeName("GLenum")] Constant filter ) => - ThisThread.BlitFramebufferAngle( + ThisThread.BlitFramebufferANGLE( srcX0, srcY0, srcX1, @@ -423690,6 +238670,7 @@ public static void BlitFramebufferAngle( filter ); + [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlitFramebufferEXT( [NativeTypeName("GLint")] int srcX0, @@ -423711,7 +238692,6 @@ _slots[155] is not null and var loadedFnPtr ) )(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlitFramebufferEXT( @@ -423739,6 +238719,8 @@ public static void BlitFramebufferEXT( filter ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlitFramebufferEXT( [NativeTypeName("GLint")] int srcX0, @@ -423765,7 +238747,6 @@ void IGL.BlitFramebufferEXT( (uint)filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -423794,6 +238775,7 @@ public static void BlitFramebufferEXT( filter ); + [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlitFramebufferLayerEXT( [NativeTypeName("GLint")] int srcX0, @@ -423833,8 +238815,6 @@ _slots[156] is not null and var loadedFnPtr ) )(srcX0, srcY0, srcX1, srcY1, srcLayer, dstX0, dstY0, dstX1, dstY1, dstLayer, mask, filter); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlitFramebufferLayerEXT( @@ -423866,6 +238846,8 @@ public static void BlitFramebufferLayerEXT( filter ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlitFramebufferLayerEXT( [NativeTypeName("GLint")] int srcX0, @@ -423896,8 +238878,6 @@ void IGL.BlitFramebufferLayerEXT( (uint)filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -423930,6 +238910,7 @@ public static void BlitFramebufferLayerEXT( filter ); + [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlitFramebufferLayersEXT( [NativeTypeName("GLint")] int srcX0, @@ -423954,8 +238935,6 @@ _slots[157] is not null and var loadedFnPtr ) )(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlitFramebufferLayersEXT( @@ -423983,6 +238962,8 @@ public static void BlitFramebufferLayersEXT( filter ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlitFramebufferLayersEXT( [NativeTypeName("GLint")] int srcX0, @@ -424009,8 +238990,6 @@ void IGL.BlitFramebufferLayersEXT( (uint)filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -424039,6 +239018,7 @@ public static void BlitFramebufferLayersEXT( filter ); + [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlitFramebufferNV( [NativeTypeName("GLint")] int srcX0, @@ -424060,7 +239040,6 @@ _slots[158] is not null and var loadedFnPtr ) )(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlitFramebufferNV( @@ -424088,6 +239067,8 @@ public static void BlitFramebufferNV( filter ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlitFramebufferNV( [NativeTypeName("GLint")] int srcX0, @@ -424114,7 +239095,6 @@ void IGL.BlitFramebufferNV( (uint)filter ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -424143,6 +239123,7 @@ public static void BlitFramebufferNV( filter ); + [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlitNamedFramebuffer( [NativeTypeName("GLuint")] uint readFramebuffer, @@ -424192,16 +239173,6 @@ _slots[159] is not null and var loadedFnPtr filter ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BlitNamedFramebuffer( @@ -424233,6 +239204,8 @@ public static void BlitNamedFramebuffer( filter ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BlitNamedFramebuffer( [NativeTypeName("GLuint")] uint readFramebuffer, @@ -424263,16 +239236,6 @@ void IGL.BlitNamedFramebuffer( (uint)filter ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -424305,6 +239268,7 @@ public static void BlitNamedFramebuffer( filter ); + [NativeFunction("opengl", EntryPoint = "glBufferAddressRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferAddressRangeNV( [NativeTypeName("GLenum")] uint pname, @@ -424320,8 +239284,6 @@ _slots[160] is not null and var loadedFnPtr ) )(pname, index, address, length); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glBufferAddressRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferAddressRangeNV( @@ -424331,6 +239293,7 @@ public static void BufferAddressRangeNV( [NativeTypeName("GLsizeiptr")] nuint length ) => ThisThread.BufferAddressRangeNV(pname, index, address, length); + [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferAttachMemoryNV( [NativeTypeName("GLenum")] uint target, @@ -424345,9 +239308,6 @@ _slots[161] is not null and var loadedFnPtr ) )(target, memory, offset); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferAttachMemoryNV( @@ -424356,6 +239316,8 @@ public static void BufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.BufferAttachMemoryNV(target, memory, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferAttachMemoryNV( [NativeTypeName("GLenum")] Constant target, @@ -424363,9 +239325,6 @@ void IGL.BufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => ((IGL)this).BufferAttachMemoryNV((uint)target, memory, offset); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -424375,6 +239334,7 @@ public static void BufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.BufferAttachMemoryNV(target, memory, offset); + [NativeFunction("opengl", EntryPoint = "glBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferData( [NativeTypeName("GLenum")] uint target, @@ -424390,52 +239350,6 @@ _slots[162] is not null and var loadedFnPtr ) )(target, size, data, usage); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferData( @@ -424445,6 +239359,8 @@ public static void BufferData( [NativeTypeName("GLenum")] uint usage ) => ThisThread.BufferData(target, size, data, usage); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferData( [NativeTypeName("GLenum")] Constant target, @@ -424459,52 +239375,6 @@ void IGL.BufferData( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -424515,35 +239385,37 @@ public static void BufferData( [NativeTypeName("GLenum")] Constant usage ) => ThisThread.BufferData(target, size, data, usage); + [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data, [NativeTypeName("GLenum")] uint usage ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[163] is not null and var loadedFnPtr ? loadedFnPtr : _slots[163] = nativeContext.LoadFunction("glBufferDataARB", "opengl") ) )(target, size, data, usage); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data, [NativeTypeName("GLenum")] uint usage ) => ThisThread.BufferDataARB(target, size, data, usage); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data, [NativeTypeName("GLenum")] Constant usage ) @@ -424554,17 +239426,17 @@ void IGL.BufferDataARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data, [NativeTypeName("GLenum")] Constant usage ) => ThisThread.BufferDataARB(target, size, data, usage); + [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferPageCommitmentARB( [NativeTypeName("GLenum")] uint target, @@ -424583,8 +239455,6 @@ _slots[164] is not null and var loadedFnPtr ) )(target, offset, size, commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferPageCommitmentARB( @@ -424594,6 +239464,8 @@ public static void BufferPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ) => ThisThread.BufferPageCommitmentARB(target, offset, size, commit); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferPageCommitmentARB( [NativeTypeName("GLenum")] uint target, @@ -424602,8 +239474,6 @@ void IGL.BufferPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ) => ((IGL)this).BufferPageCommitmentARB(target, offset, size, (uint)commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -424614,6 +239484,7 @@ public static void BufferPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ) => ThisThread.BufferPageCommitmentARB(target, offset, size, commit); + [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferPageCommitmentMemNV( [NativeTypeName("GLenum")] uint target, @@ -424634,9 +239505,6 @@ _slots[165] is not null and var loadedFnPtr ) )(target, offset, size, memory, memOffset, commit); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferPageCommitmentMemNV( @@ -424648,6 +239516,8 @@ public static void BufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ) => ThisThread.BufferPageCommitmentMemNV(target, offset, size, memory, memOffset, commit); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferPageCommitmentMemNV( [NativeTypeName("GLenum")] Constant target, @@ -424666,9 +239536,6 @@ void IGL.BufferPageCommitmentMemNV( (uint)commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -424681,8 +239548,9 @@ public static void BufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] MaybeBool commit ) => ThisThread.BufferPageCommitmentMemNV(target, offset, size, memory, memOffset, commit); + [NativeFunction("opengl", EntryPoint = "glBufferParameteriAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.BufferParameterApple( + void IGL.BufferParameterAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 @@ -424695,15 +239563,15 @@ _slots[166] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glBufferParameteriAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void BufferParameterApple( + public static void BufferParameterAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 - ) => ThisThread.BufferParameterApple(target, pname, param2); + ) => ThisThread.BufferParameterAPPLE(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glBufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferStorage( [NativeTypeName("GLenum")] uint target, @@ -424719,16 +239587,6 @@ _slots[167] is not null and var loadedFnPtr ) )(target, size, data, flags); - [SupportedApiProfile( - "gl", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferStorage( @@ -424738,6 +239596,8 @@ public static void BufferStorage( [NativeTypeName("GLbitfield")] uint flags ) => ThisThread.BufferStorage(target, size, data, flags); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferStorage( [NativeTypeName("GLenum")] Constant target, @@ -424752,16 +239612,6 @@ void IGL.BufferStorage( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -424772,6 +239622,7 @@ public static void BufferStorage( [NativeTypeName("GLbitfield")] Constant flags ) => ThisThread.BufferStorage(target, size, data, flags); + [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferStorageEXT( [NativeTypeName("GLenum")] uint target, @@ -424787,7 +239638,6 @@ _slots[168] is not null and var loadedFnPtr ) )(target, size, data, flags); - [SupportedApiProfile("gles2", ["GL_EXT_buffer_storage"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferStorageEXT( @@ -424797,6 +239647,8 @@ public static void BufferStorageEXT( [NativeTypeName("GLbitfield")] uint flags ) => ThisThread.BufferStorageEXT(target, size, data, flags); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferStorageEXT( [NativeTypeName("GLenum")] Constant target, @@ -424811,7 +239663,6 @@ void IGL.BufferStorageEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_buffer_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -424822,6 +239673,7 @@ public static void BufferStorageEXT( [NativeTypeName("GLbitfield")] Constant flags ) => ThisThread.BufferStorageEXT(target, size, data, flags); + [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferStorageExternalEXT( [NativeTypeName("GLenum")] uint target, @@ -424841,8 +239693,6 @@ _slots[169] is not null and var loadedFnPtr ) )(target, offset, size, clientBuffer, flags); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferStorageExternalEXT( @@ -424853,6 +239703,8 @@ public static void BufferStorageExternalEXT( [NativeTypeName("GLbitfield")] uint flags ) => ThisThread.BufferStorageExternalEXT(target, offset, size, clientBuffer, flags); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferStorageExternalEXT( [NativeTypeName("GLenum")] uint target, @@ -424874,8 +239726,6 @@ void IGL.BufferStorageExternalEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -424887,6 +239737,7 @@ public static void BufferStorageExternalEXT( [NativeTypeName("GLbitfield")] Constant flags ) => ThisThread.BufferStorageExternalEXT(target, offset, size, clientBuffer, flags); + [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferStorageMemEXT( [NativeTypeName("GLenum")] uint target, @@ -424902,8 +239753,6 @@ _slots[170] is not null and var loadedFnPtr ) )(target, size, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferStorageMemEXT( @@ -424913,6 +239762,8 @@ public static void BufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.BufferStorageMemEXT(target, size, memory, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferStorageMemEXT( [NativeTypeName("GLenum")] Constant target, @@ -424921,8 +239772,6 @@ void IGL.BufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ) => ((IGL)this).BufferStorageMemEXT((uint)target, size, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -424933,6 +239782,7 @@ public static void BufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.BufferStorageMemEXT(target, size, memory, offset); + [NativeFunction("opengl", EntryPoint = "glBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferSubData( [NativeTypeName("GLenum")] uint target, @@ -424948,52 +239798,6 @@ _slots[171] is not null and var loadedFnPtr ) )(target, offset, size, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferSubData( @@ -425003,6 +239807,8 @@ public static void BufferSubData( [NativeTypeName("const void *")] void* data ) => ThisThread.BufferSubData(target, offset, size, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferSubData( [NativeTypeName("GLenum")] Constant target, @@ -425017,52 +239823,6 @@ void IGL.BufferSubData( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -425073,36 +239833,38 @@ public static void BufferSubData( [NativeTypeName("const void *")] Ref data ) => ThisThread.BufferSubData(target, offset, size, data); + [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[172] is not null and var loadedFnPtr ? loadedFnPtr : _slots[172] = nativeContext.LoadFunction("glBufferSubDataARB", "opengl") ) )(target, offset, size, data); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data ) => ThisThread.BufferSubDataARB(target, offset, size, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.BufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data ) { @@ -425112,17 +239874,17 @@ void IGL.BufferSubDataARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void BufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data ) => ThisThread.BufferSubDataARB(target, offset, size, data); + [NativeFunction("opengl", EntryPoint = "glCallCommandListNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CallCommandListNV([NativeTypeName("GLuint")] uint list) => ( @@ -425133,13 +239895,12 @@ _slots[173] is not null and var loadedFnPtr ) )(list); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCallCommandListNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CallCommandListNV([NativeTypeName("GLuint")] uint list) => ThisThread.CallCommandListNV(list); + [NativeFunction("opengl", EntryPoint = "glCallList")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CallList([NativeTypeName("GLuint")] uint list) => ( @@ -425150,35 +239911,11 @@ _slots[174] is not null and var loadedFnPtr ) )(list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCallList")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CallList([NativeTypeName("GLuint")] uint list) => ThisThread.CallList(list); + [NativeFunction("opengl", EntryPoint = "glCallLists")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CallLists( [NativeTypeName("GLsizei")] uint n, @@ -425193,31 +239930,6 @@ _slots[175] is not null and var loadedFnPtr ) )(n, type, lists); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCallLists")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CallLists( @@ -425226,6 +239938,8 @@ public static void CallLists( [NativeTypeName("const void *")] void* lists ) => ThisThread.CallLists(n, type, lists); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCallLists")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CallLists( [NativeTypeName("GLsizei")] uint n, @@ -425239,31 +239953,6 @@ void IGL.CallLists( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCallLists")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -425273,6 +239962,8 @@ public static void CallLists( [NativeTypeName("const void *")] Ref lists ) => ThisThread.CallLists(n, type, lists); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CheckFramebufferStatus([NativeTypeName("GLenum")] uint target) => ( @@ -425284,52 +239975,14 @@ _slots[176] is not null and var loadedFnPtr )(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CheckFramebufferStatus([NativeTypeName("GLenum")] uint target) => ThisThread.CheckFramebufferStatus(target); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IGL.CheckFramebufferStatus( [NativeTypeName("GLenum")] Constant target @@ -425338,47 +239991,6 @@ Constant IGL.CheckFramebufferStatus( (uint)((IGL)this).CheckFramebufferStatus((uint)target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -425386,6 +239998,8 @@ public static Constant CheckFramebufferStatus( [NativeTypeName("GLenum")] Constant target ) => ThisThread.CheckFramebufferStatus(target); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CheckFramebufferStatusEXT([NativeTypeName("GLenum")] uint target) => ( @@ -425400,12 +240014,14 @@ _slots[177] is not null and var loadedFnPtr )(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CheckFramebufferStatusEXT([NativeTypeName("GLenum")] uint target) => ThisThread.CheckFramebufferStatusEXT(target); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IGL.CheckFramebufferStatusEXT( [NativeTypeName("GLenum")] Constant target @@ -425414,7 +240030,6 @@ Constant IGL.CheckFramebufferStatusEXT( (uint)((IGL)this).CheckFramebufferStatusEXT((uint)target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -425422,6 +240037,8 @@ public static Constant CheckFramebufferStatusEX [NativeTypeName("GLenum")] Constant target ) => ThisThread.CheckFramebufferStatusEXT(target); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CheckFramebufferStatusOES([NativeTypeName("GLenum")] uint target) => ( @@ -425436,12 +240053,14 @@ _slots[178] is not null and var loadedFnPtr )(target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CheckFramebufferStatusOES([NativeTypeName("GLenum")] uint target) => ThisThread.CheckFramebufferStatusOES(target); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IGL.CheckFramebufferStatusOES( [NativeTypeName("GLenum")] Constant target @@ -425450,7 +240069,6 @@ Constant IGL.CheckFramebufferStatusOES( (uint)((IGL)this).CheckFramebufferStatusOES((uint)target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -425458,6 +240076,8 @@ public static Constant CheckFramebufferStatusOE [NativeTypeName("GLenum")] Constant target ) => ThisThread.CheckFramebufferStatusOES(target); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CheckNamedFramebufferStatus( [NativeTypeName("GLuint")] uint framebuffer, @@ -425475,16 +240095,6 @@ _slots[179] is not null and var loadedFnPtr )(framebuffer, target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CheckNamedFramebufferStatus( @@ -425492,6 +240102,9 @@ public static uint CheckNamedFramebufferStatus( [NativeTypeName("GLenum")] uint target ) => ThisThread.CheckNamedFramebufferStatus(framebuffer, target); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IGL.CheckNamedFramebufferStatus( [NativeTypeName("GLuint")] uint framebuffer, @@ -425501,16 +240114,6 @@ Constant IGL.CheckNamedFramebufferStatus( (uint)((IGL)this).CheckNamedFramebufferStatus(framebuffer, (uint)target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -425519,6 +240122,8 @@ public static Constant CheckNamedFramebufferSta [NativeTypeName("GLenum")] Constant target ) => ThisThread.CheckNamedFramebufferStatus(framebuffer, target); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CheckNamedFramebufferStatusEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -425536,8 +240141,6 @@ _slots[180] is not null and var loadedFnPtr )(framebuffer, target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CheckNamedFramebufferStatusEXT( @@ -425545,6 +240148,9 @@ public static uint CheckNamedFramebufferStatusEXT( [NativeTypeName("GLenum")] uint target ) => ThisThread.CheckNamedFramebufferStatusEXT(framebuffer, target); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IGL.CheckNamedFramebufferStatusEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -425554,8 +240160,6 @@ Constant IGL.CheckNamedFramebufferStatusEXT( (uint)((IGL)this).CheckNamedFramebufferStatusEXT(framebuffer, (uint)target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -425564,6 +240168,7 @@ public static Constant CheckNamedFramebufferSta [NativeTypeName("GLenum")] Constant target ) => ThisThread.CheckNamedFramebufferStatusEXT(framebuffer, target); + [NativeFunction("opengl", EntryPoint = "glClampColor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClampColor( [NativeTypeName("GLenum")] uint target, @@ -425577,40 +240182,6 @@ _slots[181] is not null and var loadedFnPtr ) )(target, clamp); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClampColor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClampColor( @@ -425618,46 +240189,14 @@ public static void ClampColor( [NativeTypeName("GLenum")] uint clamp ) => ThisThread.ClampColor(target, clamp); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClampColor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClampColor( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant clamp ) => ((IGL)this).ClampColor((uint)target, (uint)clamp); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClampColor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -425666,6 +240205,7 @@ public static void ClampColor( [NativeTypeName("GLenum")] Constant clamp ) => ThisThread.ClampColor(target, clamp); + [NativeFunction("opengl", EntryPoint = "glClampColorARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClampColorARB( [NativeTypeName("GLenum")] uint target, @@ -425679,7 +240219,6 @@ _slots[182] is not null and var loadedFnPtr ) )(target, clamp); - [SupportedApiProfile("gl", ["GL_ARB_color_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glClampColorARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClampColorARB( @@ -425687,13 +240226,14 @@ public static void ClampColorARB( [NativeTypeName("GLenum")] uint clamp ) => ThisThread.ClampColorARB(target, clamp); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClampColorARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClampColorARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant clamp ) => ((IGL)this).ClampColorARB((uint)target, (uint)clamp); - [SupportedApiProfile("gl", ["GL_ARB_color_buffer_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClampColorARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -425702,6 +240242,7 @@ public static void ClampColorARB( [NativeTypeName("GLenum")] Constant clamp ) => ThisThread.ClampColorARB(target, clamp); + [NativeFunction("opengl", EntryPoint = "glClear")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Clear([NativeTypeName("GLbitfield")] uint mask) => ( @@ -425712,126 +240253,16 @@ _slots[183] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClear")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Clear([NativeTypeName("GLbitfield")] uint mask) => ThisThread.Clear(mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClear")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Clear([NativeTypeName("GLbitfield")] Constant mask) => ((IGL)this).Clear((uint)mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClear")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -425839,6 +240270,7 @@ public static void Clear( [NativeTypeName("GLbitfield")] Constant mask ) => ThisThread.Clear(mask); + [NativeFunction("opengl", EntryPoint = "glClearAccum")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearAccum( [NativeTypeName("GLfloat")] float red, @@ -425854,31 +240286,6 @@ _slots[184] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearAccum")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearAccum( @@ -425888,6 +240295,7 @@ public static void ClearAccum( [NativeTypeName("GLfloat")] float alpha ) => ThisThread.ClearAccum(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glClearAccumxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearAccumxOES( [NativeTypeName("GLfixed")] int red, @@ -425903,7 +240311,6 @@ _slots[185] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearAccumxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearAccumxOES( @@ -425913,6 +240320,7 @@ public static void ClearAccumxOES( [NativeTypeName("GLfixed")] int alpha ) => ThisThread.ClearAccumxOES(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glClearBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearBufferData( [NativeTypeName("GLenum")] uint target, @@ -425929,28 +240337,6 @@ _slots[186] is not null and var loadedFnPtr ) )(target, internalformat, format, type, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearBufferData( @@ -425961,6 +240347,8 @@ public static void ClearBufferData( [NativeTypeName("const void *")] void* data ) => ThisThread.ClearBufferData(target, internalformat, format, type, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearBufferData( [NativeTypeName("GLenum")] Constant target, @@ -425982,28 +240370,6 @@ void IGL.ClearBufferData( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -426015,6 +240381,7 @@ public static void ClearBufferData( [NativeTypeName("const void *")] Ref data ) => ThisThread.ClearBufferData(target, internalformat, format, type, data); + [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearBuffer( [NativeTypeName("GLenum")] uint buffer, @@ -426030,40 +240397,6 @@ _slots[187] is not null and var loadedFnPtr ) )(buffer, drawbuffer, depth, stencil); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearBuffer( @@ -426073,6 +240406,8 @@ public static void ClearBuffer( [NativeTypeName("GLint")] int stencil ) => ThisThread.ClearBuffer(buffer, drawbuffer, depth, stencil); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearBuffer( [NativeTypeName("GLenum")] Constant buffer, @@ -426081,40 +240416,6 @@ void IGL.ClearBuffer( [NativeTypeName("GLint")] int stencil ) => ((IGL)this).ClearBuffer((uint)buffer, drawbuffer, depth, stencil); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -426125,6 +240426,7 @@ public static void ClearBuffer( [NativeTypeName("GLint")] int stencil ) => ThisThread.ClearBuffer(buffer, drawbuffer, depth, stencil); + [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearBuffer( [NativeTypeName("GLenum")] uint buffer, @@ -426139,40 +240441,6 @@ _slots[188] is not null and var loadedFnPtr ) )(buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearBuffer( @@ -426181,6 +240449,8 @@ public static void ClearBuffer( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ClearBuffer(buffer, drawbuffer, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearBuffer( [NativeTypeName("GLenum")] Constant buffer, @@ -426194,40 +240464,6 @@ void IGL.ClearBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -426237,6 +240473,7 @@ public static void ClearBuffer( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ClearBuffer(buffer, drawbuffer, value); + [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearBuffer( [NativeTypeName("GLenum")] uint buffer, @@ -426251,40 +240488,6 @@ _slots[189] is not null and var loadedFnPtr ) )(buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearBuffer( @@ -426293,6 +240496,8 @@ public static void ClearBuffer( [NativeTypeName("const GLint *")] int* value ) => ThisThread.ClearBuffer(buffer, drawbuffer, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearBuffer( [NativeTypeName("GLenum")] Constant buffer, @@ -426306,40 +240511,6 @@ void IGL.ClearBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -426349,6 +240520,7 @@ public static void ClearBuffer( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.ClearBuffer(buffer, drawbuffer, value); + [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearBufferSubData( [NativeTypeName("GLenum")] uint target, @@ -426367,28 +240539,6 @@ _slots[190] is not null and var loadedFnPtr ) )(target, internalformat, offset, size, format, type, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearBufferSubData( @@ -426401,6 +240551,8 @@ public static void ClearBufferSubData( [NativeTypeName("const void *")] void* data ) => ThisThread.ClearBufferSubData(target, internalformat, offset, size, format, type, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearBufferSubData( [NativeTypeName("GLenum")] Constant target, @@ -426426,28 +240578,6 @@ void IGL.ClearBufferSubData( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -426461,6 +240591,7 @@ public static void ClearBufferSubData( [NativeTypeName("const void *")] Ref data ) => ThisThread.ClearBufferSubData(target, internalformat, offset, size, format, type, data); + [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearBuffer( [NativeTypeName("GLenum")] uint buffer, @@ -426475,40 +240606,6 @@ _slots[191] is not null and var loadedFnPtr ) )(buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearBuffer( @@ -426517,6 +240614,8 @@ public static void ClearBuffer( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.ClearBuffer(buffer, drawbuffer, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearBuffer( [NativeTypeName("GLenum")] Constant buffer, @@ -426530,40 +240629,6 @@ void IGL.ClearBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -426573,6 +240638,7 @@ public static void ClearBuffer( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.ClearBuffer(buffer, drawbuffer, value); + [NativeFunction("opengl", EntryPoint = "glClearColor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearColor( [NativeTypeName("GLfloat")] float red, @@ -426588,62 +240654,6 @@ _slots[192] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClearColor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearColor( @@ -426653,6 +240663,7 @@ public static void ClearColor( [NativeTypeName("GLfloat")] float alpha ) => ThisThread.ClearColor(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glClearColorIiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearColorIEXT( [NativeTypeName("GLint")] int red, @@ -426668,7 +240679,6 @@ _slots[193] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] [NativeFunction("opengl", EntryPoint = "glClearColorIiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearColorIEXT( @@ -426678,6 +240688,7 @@ public static void ClearColorIEXT( [NativeTypeName("GLint")] int alpha ) => ThisThread.ClearColorIEXT(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glClearColorIuiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearColorIEXT( [NativeTypeName("GLuint")] uint red, @@ -426693,7 +240704,6 @@ _slots[194] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] [NativeFunction("opengl", EntryPoint = "glClearColorIuiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearColorIEXT( @@ -426703,6 +240713,7 @@ public static void ClearColorIEXT( [NativeTypeName("GLuint")] uint alpha ) => ThisThread.ClearColorIEXT(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glClearColorx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearColorx( [NativeTypeName("GLfixed")] int red, @@ -426718,7 +240729,6 @@ _slots[195] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearColorx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearColorx( @@ -426728,6 +240738,7 @@ public static void ClearColorx( [NativeTypeName("GLfixed")] int alpha ) => ThisThread.ClearColorx(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glClearColorxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearColorxOES( [NativeTypeName("GLfixed")] int red, @@ -426743,8 +240754,6 @@ _slots[196] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearColorxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearColorxOES( @@ -426754,6 +240763,7 @@ public static void ClearColorxOES( [NativeTypeName("GLfixed")] int alpha ) => ThisThread.ClearColorxOES(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glClearDepth")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearDepth([NativeTypeName("GLdouble")] double depth) => ( @@ -426764,61 +240774,12 @@ _slots[197] is not null and var loadedFnPtr ) )(depth); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearDepth")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearDepth([NativeTypeName("GLdouble")] double depth) => ThisThread.ClearDepth(depth); + [NativeFunction("opengl", EntryPoint = "glClearDepthdNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearDepthNV([NativeTypeName("GLdouble")] double depth) => ( @@ -426829,13 +240790,12 @@ _slots[198] is not null and var loadedFnPtr ) )(depth); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glClearDepthdNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearDepthNV([NativeTypeName("GLdouble")] double depth) => ThisThread.ClearDepthNV(depth); + [NativeFunction("opengl", EntryPoint = "glClearDepthf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearDepth([NativeTypeName("GLfloat")] float d) => ( @@ -426846,42 +240806,11 @@ _slots[199] is not null and var loadedFnPtr ) )(d); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClearDepthf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearDepth([NativeTypeName("GLfloat")] float d) => ThisThread.ClearDepth(d); + [NativeFunction("opengl", EntryPoint = "glClearDepthfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearDepthOES([NativeTypeName("GLclampf")] float depth) => ( @@ -426892,13 +240821,12 @@ _slots[200] is not null and var loadedFnPtr ) )(depth); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glClearDepthfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearDepthOES([NativeTypeName("GLclampf")] float depth) => ThisThread.ClearDepthOES(depth); + [NativeFunction("opengl", EntryPoint = "glClearDepthx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearDepthx([NativeTypeName("GLfixed")] int depth) => ( @@ -426909,12 +240837,12 @@ _slots[201] is not null and var loadedFnPtr ) )(depth); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearDepthx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearDepthx([NativeTypeName("GLfixed")] int depth) => ThisThread.ClearDepthx(depth); + [NativeFunction("opengl", EntryPoint = "glClearDepthxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearDepthxOES([NativeTypeName("GLfixed")] int depth) => ( @@ -426925,13 +240853,12 @@ _slots[202] is not null and var loadedFnPtr ) )(depth); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearDepthxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearDepthxOES([NativeTypeName("GLfixed")] int depth) => ThisThread.ClearDepthxOES(depth); + [NativeFunction("opengl", EntryPoint = "glClearIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearIndex([NativeTypeName("GLfloat")] float c) => ( @@ -426942,35 +240869,11 @@ _slots[203] is not null and var loadedFnPtr ) )(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearIndex([NativeTypeName("GLfloat")] float c) => ThisThread.ClearIndex(c); + [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedBufferData( [NativeTypeName("GLuint")] uint buffer, @@ -426987,16 +240890,6 @@ _slots[204] is not null and var loadedFnPtr ) )(buffer, internalformat, format, type, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearNamedBufferData( @@ -427007,6 +240900,8 @@ public static void ClearNamedBufferData( [NativeTypeName("const void *")] void* data ) => ThisThread.ClearNamedBufferData(buffer, internalformat, format, type, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedBufferData( [NativeTypeName("GLuint")] uint buffer, @@ -427028,16 +240923,6 @@ void IGL.ClearNamedBufferData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -427049,6 +240934,7 @@ public static void ClearNamedBufferData( [NativeTypeName("const void *")] Ref data ) => ThisThread.ClearNamedBufferData(buffer, internalformat, format, type, data); + [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedBufferDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -427068,8 +240954,6 @@ _slots[205] is not null and var loadedFnPtr ) )(buffer, internalformat, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearNamedBufferDataEXT( @@ -427080,6 +240964,8 @@ public static void ClearNamedBufferDataEXT( [NativeTypeName("const void *")] void* data ) => ThisThread.ClearNamedBufferDataEXT(buffer, internalformat, format, type, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedBufferDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -427101,8 +240987,6 @@ void IGL.ClearNamedBufferDataEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -427114,6 +240998,7 @@ public static void ClearNamedBufferDataEXT( [NativeTypeName("const void *")] Ref data ) => ThisThread.ClearNamedBufferDataEXT(buffer, internalformat, format, type, data); + [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -427135,16 +241020,6 @@ _slots[206] is not null and var loadedFnPtr ) )(buffer, internalformat, offset, size, format, type, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearNamedBufferSubData( @@ -427166,6 +241041,8 @@ public static void ClearNamedBufferSubData( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -427191,16 +241068,6 @@ void IGL.ClearNamedBufferSubData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -427223,6 +241090,7 @@ public static void ClearNamedBufferSubData( data ); + [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -427244,8 +241112,6 @@ _slots[207] is not null and var loadedFnPtr ) )(buffer, internalformat, offset, size, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearNamedBufferSubDataEXT( @@ -427267,6 +241133,8 @@ public static void ClearNamedBufferSubDataEXT( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -427292,8 +241160,6 @@ void IGL.ClearNamedBufferSubDataEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -427316,6 +241182,7 @@ public static void ClearNamedBufferSubDataEXT( data ); + [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -427335,16 +241202,6 @@ _slots[208] is not null and var loadedFnPtr ) )(framebuffer, buffer, drawbuffer, depth, stencil); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearNamedFramebuffer( @@ -427355,6 +241212,8 @@ public static void ClearNamedFramebuffer( [NativeTypeName("GLint")] int stencil ) => ThisThread.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, depth, stencil); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -427364,16 +241223,6 @@ void IGL.ClearNamedFramebuffer( [NativeTypeName("GLint")] int stencil ) => ((IGL)this).ClearNamedFramebuffer(framebuffer, (uint)buffer, drawbuffer, depth, stencil); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -427385,6 +241234,7 @@ public static void ClearNamedFramebuffer( [NativeTypeName("GLint")] int stencil ) => ThisThread.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, depth, stencil); + [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -427403,16 +241253,6 @@ _slots[209] is not null and var loadedFnPtr ) )(framebuffer, buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearNamedFramebuffer( @@ -427422,6 +241262,8 @@ public static void ClearNamedFramebuffer( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -427436,16 +241278,6 @@ void IGL.ClearNamedFramebuffer( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -427456,6 +241288,7 @@ public static void ClearNamedFramebuffer( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); + [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -427474,16 +241307,6 @@ _slots[210] is not null and var loadedFnPtr ) )(framebuffer, buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearNamedFramebuffer( @@ -427493,6 +241316,8 @@ public static void ClearNamedFramebuffer( [NativeTypeName("const GLint *")] int* value ) => ThisThread.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -427507,16 +241332,6 @@ void IGL.ClearNamedFramebuffer( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -427527,6 +241342,7 @@ public static void ClearNamedFramebuffer( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); + [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -427545,16 +241361,6 @@ _slots[211] is not null and var loadedFnPtr ) )(framebuffer, buffer, drawbuffer, value); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearNamedFramebuffer( @@ -427564,6 +241370,8 @@ public static void ClearNamedFramebuffer( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -427578,16 +241386,6 @@ void IGL.ClearNamedFramebuffer( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -427598,6 +241396,7 @@ public static void ClearNamedFramebuffer( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.ClearNamedFramebuffer(framebuffer, buffer, drawbuffer, value); + [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearPixelLocalStorageEXT( [NativeTypeName("GLsizei")] uint offset, @@ -427615,7 +241414,6 @@ _slots[212] is not null and var loadedFnPtr ) )(offset, n, values); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearPixelLocalStorageEXT( @@ -427624,6 +241422,8 @@ public static void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] uint* values ) => ThisThread.ClearPixelLocalStorageEXT(offset, n, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearPixelLocalStorageEXT( [NativeTypeName("GLsizei")] uint offset, @@ -427637,7 +241437,6 @@ void IGL.ClearPixelLocalStorageEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -427647,13 +241446,14 @@ public static void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] Ref values ) => ThisThread.ClearPixelLocalStorageEXT(offset, n, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearPixelLocalStorageEXT( [NativeTypeName("GLsizei")] uint offset, [NativeTypeName("const GLuint *")] uint values ) => ((IGL)this).ClearPixelLocalStorageEXT(offset, 1, (uint*)&values); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -427662,6 +241462,7 @@ public static void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] uint values ) => ThisThread.ClearPixelLocalStorageEXT(offset, values); + [NativeFunction("opengl", EntryPoint = "glClearStencil")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearStencil([NativeTypeName("GLint")] int s) => ( @@ -427672,66 +241473,11 @@ _slots[213] is not null and var loadedFnPtr ) )(s); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearStencil")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearStencil([NativeTypeName("GLint")] int s) => ThisThread.ClearStencil(s); + [NativeFunction("opengl", EntryPoint = "glClearTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearTexImage( [NativeTypeName("GLuint")] uint texture, @@ -427748,16 +241494,6 @@ _slots[214] is not null and var loadedFnPtr ) )(texture, level, format, type, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glClearTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearTexImage( @@ -427768,6 +241504,8 @@ public static void ClearTexImage( [NativeTypeName("const void *")] void* data ) => ThisThread.ClearTexImage(texture, level, format, type, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearTexImage( [NativeTypeName("GLuint")] uint texture, @@ -427783,16 +241521,6 @@ void IGL.ClearTexImage( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -427804,6 +241532,7 @@ public static void ClearTexImage( [NativeTypeName("const void *")] Ref data ) => ThisThread.ClearTexImage(texture, level, format, type, data); + [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearTexImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -427820,7 +241549,6 @@ _slots[215] is not null and var loadedFnPtr ) )(texture, level, format, type, data); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearTexImageEXT( @@ -427831,6 +241559,8 @@ public static void ClearTexImageEXT( [NativeTypeName("const void *")] void* data ) => ThisThread.ClearTexImageEXT(texture, level, format, type, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearTexImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -427846,7 +241576,6 @@ void IGL.ClearTexImageEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -427858,6 +241587,7 @@ public static void ClearTexImageEXT( [NativeTypeName("const void *")] Ref data ) => ThisThread.ClearTexImageEXT(texture, level, format, type, data); + [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearTexSubImage( [NativeTypeName("GLuint")] uint texture, @@ -427892,16 +241622,6 @@ _slots[216] is not null and var loadedFnPtr ) )(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearTexSubImage( @@ -427931,6 +241651,8 @@ public static void ClearTexSubImage( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearTexSubImage( [NativeTypeName("GLuint")] uint texture, @@ -427964,16 +241686,6 @@ void IGL.ClearTexSubImage( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428004,6 +241716,7 @@ public static void ClearTexSubImage( data ); + [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearTexSubImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -428038,7 +241751,6 @@ _slots[217] is not null and var loadedFnPtr ) )(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClearTexSubImageEXT( @@ -428068,6 +241780,8 @@ public static void ClearTexSubImageEXT( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClearTexSubImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -428101,7 +241815,6 @@ void IGL.ClearTexSubImageEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428132,6 +241845,7 @@ public static void ClearTexSubImageEXT( data ); + [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientActiveTexture([NativeTypeName("GLenum")] uint texture) => ( @@ -428142,62 +241856,18 @@ _slots[218] is not null and var loadedFnPtr ) )(texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClientActiveTexture([NativeTypeName("GLenum")] uint texture) => ThisThread.ClientActiveTexture(texture); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientActiveTexture( [NativeTypeName("GLenum")] Constant texture ) => ((IGL)this).ClientActiveTexture((uint)texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428205,6 +241875,7 @@ public static void ClientActiveTexture( [NativeTypeName("GLenum")] Constant texture ) => ThisThread.ClientActiveTexture(texture); + [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientActiveTextureARB([NativeTypeName("GLenum")] uint texture) => ( @@ -428215,18 +241886,18 @@ _slots[219] is not null and var loadedFnPtr ) )(texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClientActiveTextureARB([NativeTypeName("GLenum")] uint texture) => ThisThread.ClientActiveTextureARB(texture); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientActiveTextureARB( [NativeTypeName("GLenum")] Constant texture ) => ((IGL)this).ClientActiveTextureARB((uint)texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428234,6 +241905,7 @@ public static void ClientActiveTextureARB( [NativeTypeName("GLenum")] Constant texture ) => ThisThread.ClientActiveTextureARB(texture); + [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientActiveVertexStreamATI([NativeTypeName("GLenum")] uint stream) => ( @@ -428247,18 +241919,18 @@ _slots[220] is not null and var loadedFnPtr ) )(stream); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClientActiveVertexStreamATI([NativeTypeName("GLenum")] uint stream) => ThisThread.ClientActiveVertexStreamATI(stream); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientActiveVertexStreamATI( [NativeTypeName("GLenum")] Constant stream ) => ((IGL)this).ClientActiveVertexStreamATI((uint)stream); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428266,6 +241938,7 @@ public static void ClientActiveVertexStreamATI( [NativeTypeName("GLenum")] Constant stream ) => ThisThread.ClientActiveVertexStreamATI(stream); + [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask) => ( @@ -428276,20 +241949,18 @@ _slots[221] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask) => ThisThread.ClientAttribDefaultEXT(mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask ) => ((IGL)this).ClientAttribDefaultEXT((uint)mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428297,6 +241968,7 @@ public static void ClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask ) => ThisThread.ClientAttribDefaultEXT(mask); + [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientWaitSemaphoreNVX( [NativeTypeName("GLsizei")] uint fenceObjectCount, @@ -428314,7 +241986,6 @@ _slots[222] is not null and var loadedFnPtr ) )(fenceObjectCount, semaphoreArray, fenceValueArray); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClientWaitSemaphoreNVX( @@ -428323,6 +241994,8 @@ public static void ClientWaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ) => ThisThread.ClientWaitSemaphoreNVX(fenceObjectCount, semaphoreArray, fenceValueArray); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClientWaitSemaphoreNVX( [NativeTypeName("GLsizei")] uint fenceObjectCount, @@ -428341,7 +242014,6 @@ void IGL.ClientWaitSemaphoreNVX( } } - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428351,6 +242023,8 @@ public static void ClientWaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] Ref fenceValueArray ) => ThisThread.ClientWaitSemaphoreNVX(fenceObjectCount, semaphoreArray, fenceValueArray); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.ClientWaitSync( [NativeTypeName("GLsync")] Sync* sync, @@ -428366,38 +242040,6 @@ _slots[223] is not null and var loadedFnPtr )(sync, flags, timeout); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint ClientWaitSync( @@ -428406,6 +242048,9 @@ public static uint ClientWaitSync( [NativeTypeName("GLuint64")] ulong timeout ) => ThisThread.ClientWaitSync(sync, flags, timeout); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IGL.ClientWaitSync( [NativeTypeName("GLsync")] Ref sync, @@ -428421,38 +242066,6 @@ Constant IGL.ClientWaitSync( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428462,8 +242075,10 @@ public static Constant ClientWaitSync( [NativeTypeName("GLuint64")] ulong timeout ) => ThisThread.ClientWaitSync(sync, flags, timeout); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.ClientWaitSyncApple( + uint IGL.ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout @@ -428477,18 +242092,19 @@ _slots[224] is not null and var loadedFnPtr )(sync, flags, timeout); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint ClientWaitSyncApple( + public static uint ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout - ) => ThisThread.ClientWaitSyncApple(sync, flags, timeout); + ) => ThisThread.ClientWaitSyncAPPLE(sync, flags, timeout); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Constant IGL.ClientWaitSyncApple( + Constant IGL.ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout @@ -428497,22 +242113,21 @@ Constant IGL.ClientWaitSyncApple( fixed (Sync* __dsl_sync = sync) { return (Constant) - (uint)((IGL)this).ClientWaitSyncApple(__dsl_sync, (uint)flags, timeout); + (uint)((IGL)this).ClientWaitSyncAPPLE(__dsl_sync, (uint)flags, timeout); } } [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Constant ClientWaitSyncApple( + public static Constant ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout - ) => ThisThread.ClientWaitSyncApple(sync, flags, timeout); + ) => ThisThread.ClientWaitSyncAPPLE(sync, flags, timeout); + [NativeFunction("opengl", EntryPoint = "glClipControl")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipControl( [NativeTypeName("GLenum")] uint origin, @@ -428526,16 +242141,6 @@ _slots[225] is not null and var loadedFnPtr ) )(origin, depth); - [SupportedApiProfile( - "gl", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClipControl")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClipControl( @@ -428543,22 +242148,14 @@ public static void ClipControl( [NativeTypeName("GLenum")] uint depth ) => ThisThread.ClipControl(origin, depth); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClipControl")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipControl( [NativeTypeName("GLenum")] Constant origin, [NativeTypeName("GLenum")] Constant depth ) => ((IGL)this).ClipControl((uint)origin, (uint)depth); - [SupportedApiProfile( - "gl", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipControl")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428567,6 +242164,7 @@ public static void ClipControl( [NativeTypeName("GLenum")] Constant depth ) => ThisThread.ClipControl(origin, depth); + [NativeFunction("opengl", EntryPoint = "glClipControlEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipControlEXT( [NativeTypeName("GLenum")] uint origin, @@ -428580,7 +242178,6 @@ _slots[226] is not null and var loadedFnPtr ) )(origin, depth); - [SupportedApiProfile("gles2", ["GL_EXT_clip_control"])] [NativeFunction("opengl", EntryPoint = "glClipControlEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClipControlEXT( @@ -428588,6 +242185,7 @@ public static void ClipControlEXT( [NativeTypeName("GLenum")] uint depth ) => ThisThread.ClipControlEXT(origin, depth); + [NativeFunction("opengl", EntryPoint = "glClipPlane")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlane( [NativeTypeName("GLenum")] uint plane, @@ -428601,31 +242199,6 @@ _slots[227] is not null and var loadedFnPtr ) )(plane, equation); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClipPlane")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClipPlane( @@ -428633,6 +242206,8 @@ public static void ClipPlane( [NativeTypeName("const GLdouble *")] double* equation ) => ThisThread.ClipPlane(plane, equation); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClipPlane")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlane( [NativeTypeName("GLenum")] Constant plane, @@ -428645,31 +242220,6 @@ void IGL.ClipPlane( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlane")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428678,6 +242228,7 @@ public static void ClipPlane( [NativeTypeName("const GLdouble *")] Ref equation ) => ThisThread.ClipPlane(plane, equation); + [NativeFunction("opengl", EntryPoint = "glClipPlanef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlane( [NativeTypeName("GLenum")] uint p, @@ -428691,7 +242242,6 @@ _slots[228] is not null and var loadedFnPtr ) )(p, eqn); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClipPlanef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClipPlane( @@ -428699,6 +242249,8 @@ public static void ClipPlane( [NativeTypeName("const GLfloat *")] float* eqn ) => ThisThread.ClipPlane(p, eqn); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClipPlanef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlane( [NativeTypeName("GLenum")] Constant p, @@ -428711,7 +242263,6 @@ void IGL.ClipPlane( } } - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428720,6 +242271,7 @@ public static void ClipPlane( [NativeTypeName("const GLfloat *")] Ref eqn ) => ThisThread.ClipPlane(p, eqn); + [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlaneIMG( [NativeTypeName("GLenum")] uint p, @@ -428733,7 +242285,6 @@ _slots[229] is not null and var loadedFnPtr ) )(p, eqn); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClipPlaneIMG( @@ -428741,6 +242292,8 @@ public static void ClipPlaneIMG( [NativeTypeName("const GLfloat *")] float* eqn ) => ThisThread.ClipPlaneIMG(p, eqn); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlaneIMG( [NativeTypeName("GLenum")] Constant p, @@ -428753,7 +242306,6 @@ void IGL.ClipPlaneIMG( } } - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428762,6 +242314,7 @@ public static void ClipPlaneIMG( [NativeTypeName("const GLfloat *")] Ref eqn ) => ThisThread.ClipPlaneIMG(p, eqn); + [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlaneOES( [NativeTypeName("GLenum")] uint plane, @@ -428775,8 +242328,6 @@ _slots[230] is not null and var loadedFnPtr ) )(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClipPlaneOES( @@ -428784,6 +242335,8 @@ public static void ClipPlaneOES( [NativeTypeName("const GLfloat *")] float* equation ) => ThisThread.ClipPlaneOES(plane, equation); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlaneOES( [NativeTypeName("GLenum")] Constant plane, @@ -428796,8 +242349,6 @@ void IGL.ClipPlaneOES( } } - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428806,6 +242357,7 @@ public static void ClipPlaneOES( [NativeTypeName("const GLfloat *")] Ref equation ) => ThisThread.ClipPlaneOES(plane, equation); + [NativeFunction("opengl", EntryPoint = "glClipPlanex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlanex( [NativeTypeName("GLenum")] uint plane, @@ -428819,7 +242371,6 @@ _slots[231] is not null and var loadedFnPtr ) )(plane, equation); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClipPlanex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClipPlanex( @@ -428827,6 +242378,8 @@ public static void ClipPlanex( [NativeTypeName("const GLfixed *")] int* equation ) => ThisThread.ClipPlanex(plane, equation); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClipPlanex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlanex( [NativeTypeName("GLenum")] Constant plane, @@ -428839,7 +242392,6 @@ void IGL.ClipPlanex( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428848,6 +242400,7 @@ public static void ClipPlanex( [NativeTypeName("const GLfixed *")] Ref equation ) => ThisThread.ClipPlanex(plane, equation); + [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlanexIMG( [NativeTypeName("GLenum")] uint p, @@ -428861,7 +242414,6 @@ _slots[232] is not null and var loadedFnPtr ) )(p, eqn); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClipPlanexIMG( @@ -428869,6 +242421,8 @@ public static void ClipPlanexIMG( [NativeTypeName("const GLfixed *")] int* eqn ) => ThisThread.ClipPlanexIMG(p, eqn); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlanexIMG( [NativeTypeName("GLenum")] Constant p, @@ -428881,7 +242435,6 @@ void IGL.ClipPlanexIMG( } } - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428890,6 +242443,7 @@ public static void ClipPlanexIMG( [NativeTypeName("const GLfixed *")] Ref eqn ) => ThisThread.ClipPlanexIMG(p, eqn); + [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlanexOES( [NativeTypeName("GLenum")] uint plane, @@ -428903,8 +242457,6 @@ _slots[233] is not null and var loadedFnPtr ) )(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ClipPlanexOES( @@ -428912,6 +242464,8 @@ public static void ClipPlanexOES( [NativeTypeName("const GLfixed *")] int* equation ) => ThisThread.ClipPlanexOES(plane, equation); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ClipPlanexOES( [NativeTypeName("GLenum")] Constant plane, @@ -428924,8 +242478,6 @@ void IGL.ClipPlanexOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -428934,6 +242486,7 @@ public static void ClipPlanexOES( [NativeTypeName("const GLfixed *")] Ref equation ) => ThisThread.ClipPlanexOES(plane, equation); + [NativeFunction("opengl", EntryPoint = "glColor3b")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3( [NativeTypeName("GLbyte")] sbyte red, @@ -428948,31 +242501,6 @@ _slots[234] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3b")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3( @@ -428981,6 +242509,7 @@ public static void Color3( [NativeTypeName("GLbyte")] sbyte blue ) => ThisThread.Color3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glColor3bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLbyte *")] sbyte* v) => ( @@ -428991,35 +242520,12 @@ _slots[235] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLbyte *")] sbyte* v) => ThisThread.Color3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor3bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLbyte *")] Ref v) { @@ -429029,37 +242535,13 @@ void IGL.Color3([NativeTypeName("const GLbyte *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLbyte *")] Ref v) => ThisThread.Color3(v); + [NativeFunction("opengl", EntryPoint = "glColor3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3( [NativeTypeName("GLdouble")] double red, @@ -429074,31 +242556,6 @@ _slots[236] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3( @@ -429107,6 +242564,7 @@ public static void Color3( [NativeTypeName("GLdouble")] double blue ) => ThisThread.Color3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glColor3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLdouble *")] double* v) => ( @@ -429117,36 +242575,13 @@ _slots[237] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLdouble *")] double* v) => ThisThread.Color3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLdouble *")] Ref v) { @@ -429156,37 +242591,13 @@ void IGL.Color3([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.Color3(v); + [NativeFunction("opengl", EntryPoint = "glColor3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3( [NativeTypeName("GLfloat")] float red, @@ -429201,31 +242612,6 @@ _slots[238] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3( @@ -429234,6 +242620,7 @@ public static void Color3( [NativeTypeName("GLfloat")] float blue ) => ThisThread.Color3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glColor3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLfloat *")] float* v) => ( @@ -429244,35 +242631,12 @@ _slots[239] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLfloat *")] float* v) => ThisThread.Color3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLfloat *")] Ref v) { @@ -429282,37 +242646,13 @@ void IGL.Color3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.Color3(v); + [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3FVertex3SUN( [NativeTypeName("GLfloat")] float r, @@ -429330,7 +242670,6 @@ _slots[240] is not null and var loadedFnPtr ) )(r, g, b, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3FVertex3SUN( @@ -429342,6 +242681,7 @@ public static void Color3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.Color3FVertex3SUN(r, g, b, x, y, z); + [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* c, @@ -429355,7 +242695,6 @@ _slots[241] is not null and var loadedFnPtr ) )(c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3FVertex3SUN( @@ -429363,6 +242702,8 @@ public static void Color3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.Color3FVertex3SUN(c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref c, @@ -429376,7 +242717,6 @@ void IGL.Color3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -429385,6 +242725,7 @@ public static void Color3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.Color3FVertex3SUN(c, v); + [NativeFunction("opengl", EntryPoint = "glColor3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3NV( [NativeTypeName("GLhalfNV")] ushort red, @@ -429399,7 +242740,6 @@ _slots[242] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3NV( @@ -429408,6 +242748,7 @@ public static void Color3NV( [NativeTypeName("GLhalfNV")] ushort blue ) => ThisThread.Color3NV(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ( @@ -429418,12 +242759,13 @@ _slots[243] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ThisThread.Color3NV(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3NV([NativeTypeName("const GLhalfNV *")] Ref v) { @@ -429433,13 +242775,13 @@ void IGL.Color3NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3NV([NativeTypeName("const GLhalfNV *")] Ref v) => ThisThread.Color3NV(v); + [NativeFunction("opengl", EntryPoint = "glColor3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3( [NativeTypeName("GLint")] int red, @@ -429454,31 +242796,6 @@ _slots[244] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3( @@ -429487,6 +242804,7 @@ public static void Color3( [NativeTypeName("GLint")] int blue ) => ThisThread.Color3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glColor3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLint *")] int* v) => ( @@ -429497,35 +242815,12 @@ _slots[245] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLint *")] int* v) => ThisThread.Color3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLint *")] Ref v) { @@ -429535,36 +242830,12 @@ void IGL.Color3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLint *")] Ref v) => ThisThread.Color3(v); + [NativeFunction("opengl", EntryPoint = "glColor3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3( [NativeTypeName("GLshort")] short red, @@ -429579,31 +242850,6 @@ _slots[246] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3( @@ -429612,6 +242858,7 @@ public static void Color3( [NativeTypeName("GLshort")] short blue ) => ThisThread.Color3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glColor3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLshort *")] short* v) => ( @@ -429622,35 +242869,12 @@ _slots[247] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLshort *")] short* v) => ThisThread.Color3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLshort *")] Ref v) { @@ -429660,37 +242884,13 @@ void IGL.Color3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLshort *")] Ref v) => ThisThread.Color3(v); + [NativeFunction("opengl", EntryPoint = "glColor3ub")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3( [NativeTypeName("GLubyte")] byte red, @@ -429705,31 +242905,6 @@ _slots[248] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ub")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3( @@ -429738,6 +242913,7 @@ public static void Color3( [NativeTypeName("GLubyte")] byte blue ) => ThisThread.Color3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glColor3ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLubyte *")] byte* v) => ( @@ -429748,35 +242924,12 @@ _slots[249] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLubyte *")] byte* v) => ThisThread.Color3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor3ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLubyte *")] Ref v) { @@ -429786,37 +242939,13 @@ void IGL.Color3([NativeTypeName("const GLubyte *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLubyte *")] Ref v) => ThisThread.Color3(v); + [NativeFunction("opengl", EntryPoint = "glColor3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3( [NativeTypeName("GLuint")] uint red, @@ -429831,31 +242960,6 @@ _slots[250] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3( @@ -429864,6 +242968,7 @@ public static void Color3( [NativeTypeName("GLuint")] uint blue ) => ThisThread.Color3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glColor3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLuint *")] uint* v) => ( @@ -429874,35 +242979,12 @@ _slots[251] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLuint *")] uint* v) => ThisThread.Color3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLuint *")] Ref v) { @@ -429912,37 +242994,13 @@ void IGL.Color3([NativeTypeName("const GLuint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLuint *")] Ref v) => ThisThread.Color3(v); + [NativeFunction("opengl", EntryPoint = "glColor3us")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3( [NativeTypeName("GLushort")] ushort red, @@ -429957,31 +243015,6 @@ _slots[252] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3us")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3( @@ -429990,6 +243023,7 @@ public static void Color3( [NativeTypeName("GLushort")] ushort blue ) => ThisThread.Color3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glColor3usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLushort *")] ushort* v) => ( @@ -430000,36 +243034,13 @@ _slots[253] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLushort *")] ushort* v) => ThisThread.Color3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor3usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3([NativeTypeName("const GLushort *")] Ref v) { @@ -430039,37 +243050,13 @@ void IGL.Color3([NativeTypeName("const GLushort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3([NativeTypeName("const GLushort *")] Ref v) => ThisThread.Color3(v); + [NativeFunction("opengl", EntryPoint = "glColor3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3XOES( [NativeTypeName("GLfixed")] int red, @@ -430084,7 +243071,6 @@ _slots[254] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3XOES( @@ -430093,6 +243079,7 @@ public static void Color3XOES( [NativeTypeName("GLfixed")] int blue ) => ThisThread.Color3XOES(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3XOES([NativeTypeName("const GLfixed *")] int* components) => ( @@ -430103,12 +243090,13 @@ _slots[255] is not null and var loadedFnPtr ) )(components); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3XOES([NativeTypeName("const GLfixed *")] int* components) => ThisThread.Color3XOES(components); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color3XOES([NativeTypeName("const GLfixed *")] Ref components) { @@ -430118,13 +243106,13 @@ void IGL.Color3XOES([NativeTypeName("const GLfixed *")] Ref components) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color3XOES([NativeTypeName("const GLfixed *")] Ref components) => ThisThread.Color3XOES(components); + [NativeFunction("opengl", EntryPoint = "glColor4b")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4( [NativeTypeName("GLbyte")] sbyte red, @@ -430140,31 +243128,6 @@ _slots[256] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4b")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4( @@ -430174,6 +243137,7 @@ public static void Color4( [NativeTypeName("GLbyte")] sbyte alpha ) => ThisThread.Color4(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glColor4bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLbyte *")] sbyte* v) => ( @@ -430184,35 +243148,12 @@ _slots[257] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLbyte *")] sbyte* v) => ThisThread.Color4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLbyte *")] Ref v) { @@ -430222,37 +243163,13 @@ void IGL.Color4([NativeTypeName("const GLbyte *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLbyte *")] Ref v) => ThisThread.Color4(v); + [NativeFunction("opengl", EntryPoint = "glColor4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4( [NativeTypeName("GLdouble")] double red, @@ -430268,31 +243185,6 @@ _slots[258] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4( @@ -430302,6 +243194,7 @@ public static void Color4( [NativeTypeName("GLdouble")] double alpha ) => ThisThread.Color4(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glColor4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLdouble *")] double* v) => ( @@ -430312,36 +243205,13 @@ _slots[259] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLdouble *")] double* v) => ThisThread.Color4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLdouble *")] Ref v) { @@ -430351,37 +243221,13 @@ void IGL.Color4([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.Color4(v); + [NativeFunction("opengl", EntryPoint = "glColor4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4( [NativeTypeName("GLfloat")] float red, @@ -430397,32 +243243,6 @@ _slots[260] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glColor4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4( @@ -430432,6 +243252,7 @@ public static void Color4( [NativeTypeName("GLfloat")] float alpha ) => ThisThread.Color4(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float r, @@ -430467,7 +243288,6 @@ _slots[261] is not null and var loadedFnPtr ) )(r, g, b, a, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4FNormal3FVertex3SUN( @@ -430483,6 +243303,7 @@ public static void Color4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.Color4FNormal3FVertex3SUN(r, g, b, a, nx, ny, nz, x, y, z); + [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* c, @@ -430500,7 +243321,6 @@ _slots[262] is not null and var loadedFnPtr ) )(c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4FNormal3FVertex3SUN( @@ -430509,6 +243329,8 @@ public static void Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.Color4FNormal3FVertex3SUN(c, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref c, @@ -430524,7 +243346,6 @@ void IGL.Color4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -430534,6 +243355,7 @@ public static void Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.Color4FNormal3FVertex3SUN(c, n, v); + [NativeFunction("opengl", EntryPoint = "glColor4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLfloat *")] float* v) => ( @@ -430544,35 +243366,12 @@ _slots[263] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLfloat *")] float* v) => ThisThread.Color4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLfloat *")] Ref v) { @@ -430582,37 +243381,13 @@ void IGL.Color4([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.Color4(v); + [NativeFunction("opengl", EntryPoint = "glColor4hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4NV( [NativeTypeName("GLhalfNV")] ushort red, @@ -430628,7 +243403,6 @@ _slots[264] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor4hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4NV( @@ -430638,6 +243412,7 @@ public static void Color4NV( [NativeTypeName("GLhalfNV")] ushort alpha ) => ThisThread.Color4NV(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ( @@ -430648,12 +243423,13 @@ _slots[265] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ThisThread.Color4NV(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4NV([NativeTypeName("const GLhalfNV *")] Ref v) { @@ -430663,13 +243439,13 @@ void IGL.Color4NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4NV([NativeTypeName("const GLhalfNV *")] Ref v) => ThisThread.Color4NV(v); + [NativeFunction("opengl", EntryPoint = "glColor4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4( [NativeTypeName("GLint")] int red, @@ -430685,31 +243461,6 @@ _slots[266] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4( @@ -430719,6 +243470,7 @@ public static void Color4( [NativeTypeName("GLint")] int alpha ) => ThisThread.Color4(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glColor4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLint *")] int* v) => ( @@ -430729,35 +243481,12 @@ _slots[267] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLint *")] int* v) => ThisThread.Color4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLint *")] Ref v) { @@ -430767,36 +243496,12 @@ void IGL.Color4([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLint *")] Ref v) => ThisThread.Color4(v); + [NativeFunction("opengl", EntryPoint = "glColor4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4( [NativeTypeName("GLshort")] short red, @@ -430812,31 +243517,6 @@ _slots[268] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4( @@ -430846,6 +243526,7 @@ public static void Color4( [NativeTypeName("GLshort")] short alpha ) => ThisThread.Color4(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glColor4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLshort *")] short* v) => ( @@ -430856,35 +243537,12 @@ _slots[269] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLshort *")] short* v) => ThisThread.Color4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLshort *")] Ref v) { @@ -430894,37 +243552,13 @@ void IGL.Color4([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLshort *")] Ref v) => ThisThread.Color4(v); + [NativeFunction("opengl", EntryPoint = "glColor4ub")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4( [NativeTypeName("GLubyte")] byte red, @@ -430940,32 +243574,6 @@ _slots[270] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColor4ub")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4( @@ -430975,6 +243583,7 @@ public static void Color4( [NativeTypeName("GLubyte")] byte alpha ) => ThisThread.Color4(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glColor4ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLubyte *")] byte* v) => ( @@ -430985,35 +243594,12 @@ _slots[271] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLubyte *")] byte* v) => ThisThread.Color4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLubyte *")] Ref v) { @@ -431023,37 +243609,13 @@ void IGL.Color4([NativeTypeName("const GLubyte *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLubyte *")] Ref v) => ThisThread.Color4(v); + [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4UbVertex2SUN( [NativeTypeName("GLubyte")] byte r, @@ -431071,7 +243633,6 @@ _slots[272] is not null and var loadedFnPtr ) )(r, g, b, a, x, y); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4UbVertex2SUN( @@ -431083,6 +243644,7 @@ public static void Color4UbVertex2SUN( [NativeTypeName("GLfloat")] float y ) => ThisThread.Color4UbVertex2SUN(r, g, b, a, x, y); + [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4UbVertex2SUN( [NativeTypeName("const GLubyte *")] byte* c, @@ -431096,7 +243658,6 @@ _slots[273] is not null and var loadedFnPtr ) )(c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4UbVertex2SUN( @@ -431104,6 +243665,8 @@ public static void Color4UbVertex2SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.Color4UbVertex2SUN(c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4UbVertex2SUN( [NativeTypeName("const GLubyte *")] Ref c, @@ -431117,7 +243680,6 @@ void IGL.Color4UbVertex2SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -431126,6 +243688,7 @@ public static void Color4UbVertex2SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.Color4UbVertex2SUN(c, v); + [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4UbVertex3SUN( [NativeTypeName("GLubyte")] byte r, @@ -431144,7 +243707,6 @@ _slots[274] is not null and var loadedFnPtr ) )(r, g, b, a, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4UbVertex3SUN( @@ -431157,6 +243719,7 @@ public static void Color4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.Color4UbVertex3SUN(r, g, b, a, x, y, z); + [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4UbVertex3SUN( [NativeTypeName("const GLubyte *")] byte* c, @@ -431170,7 +243733,6 @@ _slots[275] is not null and var loadedFnPtr ) )(c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4UbVertex3SUN( @@ -431178,6 +243740,8 @@ public static void Color4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.Color4UbVertex3SUN(c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4UbVertex3SUN( [NativeTypeName("const GLubyte *")] Ref c, @@ -431191,7 +243755,6 @@ void IGL.Color4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -431200,6 +243763,7 @@ public static void Color4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.Color4UbVertex3SUN(c, v); + [NativeFunction("opengl", EntryPoint = "glColor4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4( [NativeTypeName("GLuint")] uint red, @@ -431215,31 +243779,6 @@ _slots[276] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4( @@ -431249,6 +243788,7 @@ public static void Color4( [NativeTypeName("GLuint")] uint alpha ) => ThisThread.Color4(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glColor4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLuint *")] uint* v) => ( @@ -431259,35 +243799,12 @@ _slots[277] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLuint *")] uint* v) => ThisThread.Color4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLuint *")] Ref v) { @@ -431297,37 +243814,13 @@ void IGL.Color4([NativeTypeName("const GLuint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLuint *")] Ref v) => ThisThread.Color4(v); + [NativeFunction("opengl", EntryPoint = "glColor4us")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4( [NativeTypeName("GLushort")] ushort red, @@ -431343,31 +243836,6 @@ _slots[278] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4us")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4( @@ -431377,6 +243845,7 @@ public static void Color4( [NativeTypeName("GLushort")] ushort alpha ) => ThisThread.Color4(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glColor4usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLushort *")] ushort* v) => ( @@ -431387,36 +243856,13 @@ _slots[279] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLushort *")] ushort* v) => ThisThread.Color4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4([NativeTypeName("const GLushort *")] Ref v) { @@ -431426,37 +243872,13 @@ void IGL.Color4([NativeTypeName("const GLushort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4([NativeTypeName("const GLushort *")] Ref v) => ThisThread.Color4(v); + [NativeFunction("opengl", EntryPoint = "glColor4x")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4X( [NativeTypeName("GLfixed")] int red, @@ -431472,7 +243894,6 @@ _slots[280] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColor4x")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4X( @@ -431482,6 +243903,7 @@ public static void Color4X( [NativeTypeName("GLfixed")] int alpha ) => ThisThread.Color4X(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glColor4xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4XOES( [NativeTypeName("GLfixed")] int red, @@ -431497,8 +243919,6 @@ _slots[281] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor4xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4XOES( @@ -431508,6 +243928,7 @@ public static void Color4XOES( [NativeTypeName("GLfixed")] int alpha ) => ThisThread.Color4XOES(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4XOES([NativeTypeName("const GLfixed *")] int* components) => ( @@ -431518,12 +243939,13 @@ _slots[282] is not null and var loadedFnPtr ) )(components); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4XOES([NativeTypeName("const GLfixed *")] int* components) => ThisThread.Color4XOES(components); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Color4XOES([NativeTypeName("const GLfixed *")] Ref components) { @@ -431533,13 +243955,13 @@ void IGL.Color4XOES([NativeTypeName("const GLfixed *")] Ref components) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Color4XOES([NativeTypeName("const GLfixed *")] Ref components) => ThisThread.Color4XOES(components); + [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorFormatNV( [NativeTypeName("GLint")] int size, @@ -431554,8 +243976,6 @@ _slots[283] is not null and var loadedFnPtr ) )(size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorFormatNV( @@ -431564,6 +243984,8 @@ public static void ColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.ColorFormatNV(size, type, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorFormatNV( [NativeTypeName("GLint")] int size, @@ -431571,8 +243993,6 @@ void IGL.ColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ((IGL)this).ColorFormatNV(size, (uint)type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -431582,6 +244002,7 @@ public static void ColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.ColorFormatNV(size, type, stride); + [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorFragmentOp1ATI( [NativeTypeName("GLenum")] uint op, @@ -431600,7 +244021,6 @@ _slots[284] is not null and var loadedFnPtr ) )(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorFragmentOp1ATI( @@ -431613,6 +244033,8 @@ public static void ColorFragmentOp1ATI( [NativeTypeName("GLuint")] uint arg1Mod ) => ThisThread.ColorFragmentOp1ATI(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorFragmentOp1ATI( [NativeTypeName("GLenum")] Constant op, @@ -431633,7 +244055,6 @@ void IGL.ColorFragmentOp1ATI( (uint)arg1Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -431647,6 +244068,7 @@ public static void ColorFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1Mod ) => ThisThread.ColorFragmentOp1ATI(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod); + [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorFragmentOp2ATI( [NativeTypeName("GLenum")] uint op, @@ -431668,7 +244090,6 @@ _slots[285] is not null and var loadedFnPtr ) )(op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorFragmentOp2ATI( @@ -431696,6 +244117,8 @@ public static void ColorFragmentOp2ATI( arg2Mod ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorFragmentOp2ATI( [NativeTypeName("GLenum")] Constant op, @@ -431722,7 +244145,6 @@ void IGL.ColorFragmentOp2ATI( (uint)arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -431751,6 +244173,7 @@ public static void ColorFragmentOp2ATI( arg2Mod ); + [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorFragmentOp3ATI( [NativeTypeName("GLenum")] uint op, @@ -431803,7 +244226,6 @@ _slots[286] is not null and var loadedFnPtr arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorFragmentOp3ATI( @@ -431837,6 +244259,8 @@ public static void ColorFragmentOp3ATI( arg3Mod ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorFragmentOp3ATI( [NativeTypeName("GLenum")] Constant op, @@ -431869,7 +244293,6 @@ void IGL.ColorFragmentOp3ATI( (uint)arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -431904,6 +244327,7 @@ public static void ColorFragmentOp3ATI( arg3Mod ); + [NativeFunction("opengl", EntryPoint = "glColorMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorMask( [NativeTypeName("GLboolean")] uint red, @@ -431919,62 +244343,6 @@ _slots[287] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColorMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorMask( @@ -431984,6 +244352,8 @@ public static void ColorMask( [NativeTypeName("GLboolean")] uint alpha ) => ThisThread.ColorMask(red, green, blue, alpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorMask( [NativeTypeName("GLboolean")] MaybeBool red, @@ -431992,62 +244362,6 @@ void IGL.ColorMask( [NativeTypeName("GLboolean")] MaybeBool alpha ) => ((IGL)this).ColorMask((uint)red, (uint)green, (uint)blue, (uint)alpha); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432058,6 +244372,7 @@ public static void ColorMask( [NativeTypeName("GLboolean")] MaybeBool alpha ) => ThisThread.ColorMask(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glColorMaski")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorMask( [NativeTypeName("GLuint")] uint index, @@ -432074,40 +244389,6 @@ _slots[288] is not null and var loadedFnPtr ) )(index, r, g, b, a); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glColorMaski")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorMask( @@ -432118,6 +244399,8 @@ public static void ColorMask( [NativeTypeName("GLboolean")] uint a ) => ThisThread.ColorMask(index, r, g, b, a); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorMaski")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorMask( [NativeTypeName("GLuint")] uint index, @@ -432127,40 +244410,6 @@ void IGL.ColorMask( [NativeTypeName("GLboolean")] MaybeBool a ) => ((IGL)this).ColorMask(index, (uint)r, (uint)g, (uint)b, (uint)a); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaski")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432172,6 +244421,7 @@ public static void ColorMask( [NativeTypeName("GLboolean")] MaybeBool a ) => ThisThread.ColorMask(index, r, g, b, a); + [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorMaskEXT( [NativeTypeName("GLuint")] uint index, @@ -432188,7 +244438,6 @@ _slots[289] is not null and var loadedFnPtr ) )(index, r, g, b, a); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorMaskEXT( @@ -432199,6 +244448,8 @@ public static void ColorMaskEXT( [NativeTypeName("GLboolean")] uint a ) => ThisThread.ColorMaskEXT(index, r, g, b, a); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorMaskEXT( [NativeTypeName("GLuint")] uint index, @@ -432208,7 +244459,6 @@ void IGL.ColorMaskEXT( [NativeTypeName("GLboolean")] MaybeBool a ) => ((IGL)this).ColorMaskEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432220,6 +244470,7 @@ public static void ColorMaskEXT( [NativeTypeName("GLboolean")] MaybeBool a ) => ThisThread.ColorMaskEXT(index, r, g, b, a); + [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorMaskIndexedEXT( [NativeTypeName("GLuint")] uint index, @@ -432236,7 +244487,6 @@ _slots[290] is not null and var loadedFnPtr ) )(index, r, g, b, a); - [SupportedApiProfile("gl", ["GL_EXT_draw_buffers2"])] [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorMaskIndexedEXT( @@ -432247,6 +244497,8 @@ public static void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] uint a ) => ThisThread.ColorMaskIndexedEXT(index, r, g, b, a); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorMaskIndexedEXT( [NativeTypeName("GLuint")] uint index, @@ -432256,7 +244508,6 @@ void IGL.ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] MaybeBool a ) => ((IGL)this).ColorMaskIndexedEXT(index, (uint)r, (uint)g, (uint)b, (uint)a); - [SupportedApiProfile("gl", ["GL_EXT_draw_buffers2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432268,6 +244519,7 @@ public static void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] MaybeBool a ) => ThisThread.ColorMaskIndexedEXT(index, r, g, b, a); + [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorMaskOES( [NativeTypeName("GLuint")] uint index, @@ -432284,7 +244536,6 @@ _slots[291] is not null and var loadedFnPtr ) )(index, r, g, b, a); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorMaskOES( @@ -432295,6 +244546,8 @@ public static void ColorMaskOES( [NativeTypeName("GLboolean")] uint a ) => ThisThread.ColorMaskOES(index, r, g, b, a); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorMaskOES( [NativeTypeName("GLuint")] uint index, @@ -432304,7 +244557,6 @@ void IGL.ColorMaskOES( [NativeTypeName("GLboolean")] MaybeBool a ) => ((IGL)this).ColorMaskOES(index, (uint)r, (uint)g, (uint)b, (uint)a); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432316,6 +244568,7 @@ public static void ColorMaskOES( [NativeTypeName("GLboolean")] MaybeBool a ) => ThisThread.ColorMaskOES(index, r, g, b, a); + [NativeFunction("opengl", EntryPoint = "glColorMaterial")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorMaterial( [NativeTypeName("GLenum")] uint face, @@ -432329,31 +244582,6 @@ _slots[292] is not null and var loadedFnPtr ) )(face, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColorMaterial")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorMaterial( @@ -432361,37 +244589,14 @@ public static void ColorMaterial( [NativeTypeName("GLenum")] uint mode ) => ThisThread.ColorMaterial(face, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorMaterial")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorMaterial( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).ColorMaterial((uint)face, (uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaterial")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432400,6 +244605,7 @@ public static void ColorMaterial( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.ColorMaterial(face, mode); + [NativeFunction("opengl", EntryPoint = "glColorP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorP3([NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint color) => ( @@ -432410,7 +244616,6 @@ _slots[293] is not null and var loadedFnPtr ) )(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorP3( @@ -432418,13 +244623,14 @@ public static void ColorP3( [NativeTypeName("GLuint")] uint color ) => ThisThread.ColorP3(type, color); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint color ) => ((IGL)this).ColorP3((uint)type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432433,8 +244639,9 @@ public static void ColorP3( [NativeTypeName("GLuint")] uint color ) => ThisThread.ColorP3(type, color); + [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ColorP3Uiv( + void IGL.ColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color ) => @@ -432446,50 +244653,52 @@ _slots[294] is not null and var loadedFnPtr ) )(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ColorP3Uiv( + public static void ColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color - ) => ThisThread.ColorP3Uiv(type, color); + ) => ThisThread.ColorP3uiv(type, color); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ColorP3Uiv( + void IGL.ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ) { fixed (uint* __dsl_color = color) { - ((IGL)this).ColorP3Uiv((uint)type, __dsl_color); + ((IGL)this).ColorP3uiv((uint)type, __dsl_color); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ColorP3Uiv( + public static void ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color - ) => ThisThread.ColorP3Uiv(type, color); + ) => ThisThread.ColorP3uiv(type, color); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ColorP3Uiv( + void IGL.ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => ((IGL)this).ColorP3Uiv((uint)type, (uint*)&color); + ) => ((IGL)this).ColorP3uiv((uint)type, (uint*)&color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ColorP3Uiv( + public static void ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => ThisThread.ColorP3Uiv(type, color); + ) => ThisThread.ColorP3uiv(type, color); + [NativeFunction("opengl", EntryPoint = "glColorP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorP4([NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint color) => ( @@ -432500,7 +244709,6 @@ _slots[295] is not null and var loadedFnPtr ) )(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorP4( @@ -432508,13 +244716,14 @@ public static void ColorP4( [NativeTypeName("GLuint")] uint color ) => ThisThread.ColorP4(type, color); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint color ) => ((IGL)this).ColorP4((uint)type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432523,8 +244732,9 @@ public static void ColorP4( [NativeTypeName("GLuint")] uint color ) => ThisThread.ColorP4(type, color); + [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ColorP4Uiv( + void IGL.ColorP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color ) => @@ -432536,50 +244746,52 @@ _slots[296] is not null and var loadedFnPtr ) )(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ColorP4Uiv( + public static void ColorP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color - ) => ThisThread.ColorP4Uiv(type, color); + ) => ThisThread.ColorP4uiv(type, color); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ColorP4Uiv( + void IGL.ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ) { fixed (uint* __dsl_color = color) { - ((IGL)this).ColorP4Uiv((uint)type, __dsl_color); + ((IGL)this).ColorP4uiv((uint)type, __dsl_color); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ColorP4Uiv( + public static void ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color - ) => ThisThread.ColorP4Uiv(type, color); + ) => ThisThread.ColorP4uiv(type, color); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ColorP4Uiv( + void IGL.ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => ((IGL)this).ColorP4Uiv((uint)type, (uint*)&color); + ) => ((IGL)this).ColorP4uiv((uint)type, (uint*)&color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ColorP4Uiv( + public static void ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => ThisThread.ColorP4Uiv(type, color); + ) => ThisThread.ColorP4uiv(type, color); + [NativeFunction("opengl", EntryPoint = "glColorPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorPointer( [NativeTypeName("GLint")] int size, @@ -432595,31 +244807,6 @@ _slots[297] is not null and var loadedFnPtr ) )(size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColorPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorPointer( @@ -432629,6 +244816,8 @@ public static void ColorPointer( [NativeTypeName("const void *")] void* pointer ) => ThisThread.ColorPointer(size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorPointer( [NativeTypeName("GLint")] int size, @@ -432643,31 +244832,6 @@ void IGL.ColorPointer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432678,6 +244842,7 @@ public static void ColorPointer( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.ColorPointer(size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorPointerEXT( [NativeTypeName("GLint")] int size, @@ -432694,7 +244859,6 @@ _slots[298] is not null and var loadedFnPtr ) )(size, type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorPointerEXT( @@ -432705,6 +244869,8 @@ public static void ColorPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.ColorPointerEXT(size, type, stride, count, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorPointerEXT( [NativeTypeName("GLint")] int size, @@ -432720,7 +244886,6 @@ void IGL.ColorPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432732,6 +244897,7 @@ public static void ColorPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.ColorPointerEXT(size, type, stride, count, pointer); + [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorPointerListIBM( [NativeTypeName("GLint")] int size, @@ -432748,7 +244914,6 @@ _slots[299] is not null and var loadedFnPtr ) )(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorPointerListIBM( @@ -432759,6 +244924,8 @@ public static void ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.ColorPointerListIBM(size, type, stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorPointerListIBM( [NativeTypeName("GLint")] int size, @@ -432774,7 +244941,6 @@ void IGL.ColorPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432786,6 +244952,8 @@ public static void ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.ColorPointerListIBM(size, type, stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.ColorPointerListIBM( [NativeTypeName("GLenum")] Constant type, @@ -432798,7 +244966,6 @@ Ptr IGL.ColorPointerListIBM( return pointer; } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432808,8 +244975,9 @@ public static Ptr ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.ColorPointerListIBM(type, stride, ptrstride); + [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ColorPointerIntel( + void IGL.ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer @@ -432822,17 +244990,18 @@ _slots[300] is not null and var loadedFnPtr ) )(size, type, pointer); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ColorPointerIntel( + public static void ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer - ) => ThisThread.ColorPointerIntel(size, type, pointer); + ) => ThisThread.ColorPointerINTEL(size, type, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ColorPointerIntel( + void IGL.ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer @@ -432840,20 +245009,20 @@ void IGL.ColorPointerIntel( { fixed (void** __dsl_pointer = pointer) { - ((IGL)this).ColorPointerIntel(size, (uint)type, __dsl_pointer); + ((IGL)this).ColorPointerINTEL(size, (uint)type, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ColorPointerIntel( + public static void ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer - ) => ThisThread.ColorPointerIntel(size, type, pointer); + ) => ThisThread.ColorPointerINTEL(size, type, pointer); + [NativeFunction("opengl", EntryPoint = "glColorSubTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorSubTable( [NativeTypeName("GLenum")] uint target, @@ -432871,7 +245040,6 @@ _slots[301] is not null and var loadedFnPtr ) )(target, start, count, format, type, data); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorSubTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorSubTable( @@ -432883,6 +245051,8 @@ public static void ColorSubTable( [NativeTypeName("const void *")] void* data ) => ThisThread.ColorSubTable(target, start, count, format, type, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorSubTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorSubTable( [NativeTypeName("GLenum")] Constant target, @@ -432906,7 +245076,6 @@ void IGL.ColorSubTable( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorSubTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432919,6 +245088,7 @@ public static void ColorSubTable( [NativeTypeName("const void *")] Ref data ) => ThisThread.ColorSubTable(target, start, count, format, type, data); + [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorSubTableEXT( [NativeTypeName("GLenum")] uint target, @@ -432936,7 +245106,6 @@ _slots[302] is not null and var loadedFnPtr ) )(target, start, count, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorSubTableEXT( @@ -432948,6 +245117,8 @@ public static void ColorSubTableEXT( [NativeTypeName("const void *")] void* data ) => ThisThread.ColorSubTableEXT(target, start, count, format, type, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorSubTableEXT( [NativeTypeName("GLenum")] Constant target, @@ -432971,7 +245142,6 @@ void IGL.ColorSubTableEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -432984,6 +245154,7 @@ public static void ColorSubTableEXT( [NativeTypeName("const void *")] Ref data ) => ThisThread.ColorSubTableEXT(target, start, count, format, type, data); + [NativeFunction("opengl", EntryPoint = "glColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTable( [NativeTypeName("GLenum")] uint target, @@ -433001,7 +245172,6 @@ _slots[303] is not null and var loadedFnPtr ) )(target, internalformat, width, format, type, table); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorTable( @@ -433013,6 +245183,8 @@ public static void ColorTable( [NativeTypeName("const void *")] void* table ) => ThisThread.ColorTable(target, internalformat, width, format, type, table); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTable( [NativeTypeName("GLenum")] Constant target, @@ -433036,7 +245208,6 @@ void IGL.ColorTable( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433049,6 +245220,7 @@ public static void ColorTable( [NativeTypeName("const void *")] Ref table ) => ThisThread.ColorTable(target, internalformat, width, format, type, table); + [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTableEXT( [NativeTypeName("GLenum")] uint target, @@ -433066,7 +245238,6 @@ _slots[304] is not null and var loadedFnPtr ) )(target, internalFormat, width, format, type, table); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorTableEXT( @@ -433078,6 +245249,8 @@ public static void ColorTableEXT( [NativeTypeName("const void *")] void* table ) => ThisThread.ColorTableEXT(target, internalFormat, width, format, type, table); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTableEXT( [NativeTypeName("GLenum")] Constant target, @@ -433101,7 +245274,6 @@ void IGL.ColorTableEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433114,6 +245286,7 @@ public static void ColorTableEXT( [NativeTypeName("const void *")] Ref table ) => ThisThread.ColorTableEXT(target, internalFormat, width, format, type, table); + [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTableParameter( [NativeTypeName("GLenum")] uint target, @@ -433128,7 +245301,6 @@ _slots[305] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorTableParameter( @@ -433137,6 +245309,8 @@ public static void ColorTableParameter( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.ColorTableParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTableParameter( [NativeTypeName("GLenum")] Constant target, @@ -433150,7 +245324,6 @@ void IGL.ColorTableParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433160,6 +245333,7 @@ public static void ColorTableParameter( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.ColorTableParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, @@ -433177,7 +245351,6 @@ _slots[306] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorTableParameterSGI( @@ -433186,6 +245359,8 @@ public static void ColorTableParameterSGI( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.ColorTableParameterSGI(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTableParameterSGI( [NativeTypeName("GLenum")] Constant target, @@ -433199,7 +245374,6 @@ void IGL.ColorTableParameterSGI( } } - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433209,6 +245383,7 @@ public static void ColorTableParameterSGI( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.ColorTableParameterSGI(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTableParameter( [NativeTypeName("GLenum")] uint target, @@ -433223,7 +245398,6 @@ _slots[307] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorTableParameter( @@ -433232,6 +245406,8 @@ public static void ColorTableParameter( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.ColorTableParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTableParameter( [NativeTypeName("GLenum")] Constant target, @@ -433245,7 +245421,6 @@ void IGL.ColorTableParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433255,6 +245430,7 @@ public static void ColorTableParameter( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.ColorTableParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, @@ -433272,7 +245448,6 @@ _slots[308] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorTableParameterSGI( @@ -433281,6 +245456,8 @@ public static void ColorTableParameterSGI( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.ColorTableParameterSGI(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTableParameterSGI( [NativeTypeName("GLenum")] Constant target, @@ -433294,7 +245471,6 @@ void IGL.ColorTableParameterSGI( } } - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433304,6 +245480,7 @@ public static void ColorTableParameterSGI( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.ColorTableParameterSGI(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTableSGI( [NativeTypeName("GLenum")] uint target, @@ -433321,7 +245498,6 @@ _slots[309] is not null and var loadedFnPtr ) )(target, internalformat, width, format, type, table); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ColorTableSGI( @@ -433333,6 +245509,8 @@ public static void ColorTableSGI( [NativeTypeName("const void *")] void* table ) => ThisThread.ColorTableSGI(target, internalformat, width, format, type, table); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ColorTableSGI( [NativeTypeName("GLenum")] Constant target, @@ -433356,7 +245534,6 @@ void IGL.ColorTableSGI( } } - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433369,6 +245546,7 @@ public static void ColorTableSGI( [NativeTypeName("const void *")] Ref table ) => ThisThread.ColorTableSGI(target, internalformat, width, format, type, table); + [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerInputNV( [NativeTypeName("GLenum")] uint stage, @@ -433386,7 +245564,6 @@ _slots[310] is not null and var loadedFnPtr ) )(stage, portion, variable, input, mapping, componentUsage); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CombinerInputNV( @@ -433398,6 +245575,8 @@ public static void CombinerInputNV( [NativeTypeName("GLenum")] uint componentUsage ) => ThisThread.CombinerInputNV(stage, portion, variable, input, mapping, componentUsage); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerInputNV( [NativeTypeName("GLenum")] Constant stage, @@ -433416,7 +245595,6 @@ void IGL.CombinerInputNV( (uint)componentUsage ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433429,6 +245607,7 @@ public static void CombinerInputNV( [NativeTypeName("GLenum")] Constant componentUsage ) => ThisThread.CombinerInputNV(stage, portion, variable, input, mapping, componentUsage); + [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerOutputNV( [NativeTypeName("GLenum")] uint stage, @@ -433461,7 +245640,6 @@ _slots[311] is not null and var loadedFnPtr muxSum ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CombinerOutputNV( @@ -433489,6 +245667,8 @@ public static void CombinerOutputNV( muxSum ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerOutputNV( [NativeTypeName("GLenum")] Constant stage, @@ -433515,7 +245695,6 @@ void IGL.CombinerOutputNV( (uint)muxSum ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433544,6 +245723,7 @@ public static void CombinerOutputNV( muxSum ); + [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, @@ -433557,7 +245737,6 @@ _slots[312] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CombinerParameterNV( @@ -433565,13 +245744,14 @@ public static void CombinerParameterNV( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.CombinerParameterNV(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerParameterNV( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).CombinerParameterNV((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433580,6 +245760,7 @@ public static void CombinerParameterNV( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.CombinerParameterNV(pname, param1); + [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, @@ -433593,7 +245774,6 @@ _slots[313] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CombinerParameterNV( @@ -433601,6 +245781,8 @@ public static void CombinerParameterNV( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.CombinerParameterNV(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerParameterNV( [NativeTypeName("GLenum")] Constant pname, @@ -433613,7 +245795,6 @@ void IGL.CombinerParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433622,6 +245803,7 @@ public static void CombinerParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.CombinerParameterNV(pname, @params); + [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, @@ -433635,7 +245817,6 @@ _slots[314] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CombinerParameterNV( @@ -433643,13 +245824,14 @@ public static void CombinerParameterNV( [NativeTypeName("GLint")] int param1 ) => ThisThread.CombinerParameterNV(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerParameterNV( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ) => ((IGL)this).CombinerParameterNV((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433658,6 +245840,7 @@ public static void CombinerParameterNV( [NativeTypeName("GLint")] int param1 ) => ThisThread.CombinerParameterNV(pname, param1); + [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, @@ -433671,7 +245854,6 @@ _slots[315] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CombinerParameterNV( @@ -433679,6 +245861,8 @@ public static void CombinerParameterNV( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.CombinerParameterNV(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerParameterNV( [NativeTypeName("GLenum")] Constant pname, @@ -433691,7 +245875,6 @@ void IGL.CombinerParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433700,6 +245883,7 @@ public static void CombinerParameterNV( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.CombinerParameterNV(pname, @params); + [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerStageParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -433717,7 +245901,6 @@ _slots[316] is not null and var loadedFnPtr ) )(stage, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CombinerStageParameterNV( @@ -433726,6 +245909,8 @@ public static void CombinerStageParameterNV( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.CombinerStageParameterNV(stage, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CombinerStageParameterNV( [NativeTypeName("GLenum")] Constant stage, @@ -433739,7 +245924,6 @@ void IGL.CombinerStageParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433749,6 +245933,7 @@ public static void CombinerStageParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.CombinerStageParameterNV(stage, pname, @params); + [NativeFunction("opengl", EntryPoint = "glCommandListSegmentsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CommandListSegmentsNV( [NativeTypeName("GLuint")] uint list, @@ -433762,8 +245947,6 @@ _slots[317] is not null and var loadedFnPtr ) )(list, segments); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCommandListSegmentsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CommandListSegmentsNV( @@ -433771,6 +245954,7 @@ public static void CommandListSegmentsNV( [NativeTypeName("GLuint")] uint segments ) => ThisThread.CommandListSegmentsNV(list, segments); + [NativeFunction("opengl", EntryPoint = "glCompileCommandListNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompileCommandListNV([NativeTypeName("GLuint")] uint list) => ( @@ -433781,13 +245965,12 @@ _slots[318] is not null and var loadedFnPtr ) )(list); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCompileCommandListNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompileCommandListNV([NativeTypeName("GLuint")] uint list) => ThisThread.CompileCommandListNV(list); + [NativeFunction("opengl", EntryPoint = "glCompileShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompileShader([NativeTypeName("GLuint")] uint shader) => ( @@ -433798,54 +245981,12 @@ _slots[319] is not null and var loadedFnPtr ) )(shader); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCompileShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompileShader([NativeTypeName("GLuint")] uint shader) => ThisThread.CompileShader(shader); + [NativeFunction("opengl", EntryPoint = "glCompileShaderARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompileShaderARB([NativeTypeName("GLhandleARB")] uint shaderObj) => ( @@ -433856,12 +245997,12 @@ _slots[320] is not null and var loadedFnPtr ) )(shaderObj); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCompileShaderARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompileShaderARB([NativeTypeName("GLhandleARB")] uint shaderObj) => ThisThread.CompileShaderARB(shaderObj); + [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompileShaderIncludeARB( [NativeTypeName("GLuint")] uint shader, @@ -433880,8 +246021,6 @@ _slots[321] is not null and var loadedFnPtr ) )(shader, count, path, length); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompileShaderIncludeARB( @@ -433891,6 +246030,8 @@ public static void CompileShaderIncludeARB( [NativeTypeName("const GLint *")] int* length ) => ThisThread.CompileShaderIncludeARB(shader, count, path, length); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompileShaderIncludeARB( [NativeTypeName("GLuint")] uint shader, @@ -433906,8 +246047,6 @@ void IGL.CompileShaderIncludeARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -433918,6 +246057,7 @@ public static void CompileShaderIncludeARB( [NativeTypeName("const GLint *")] Ref length ) => ThisThread.CompileShaderIncludeARB(shader, count, path, length); + [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedMultiTexImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -433940,8 +246080,6 @@ _slots[322] is not null and var loadedFnPtr ) )(texunit, target, level, internalformat, width, border, imageSize, bits); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedMultiTexImage1DEXT( @@ -433965,6 +246103,8 @@ public static void CompressedMultiTexImage1DEXT( bits ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedMultiTexImage1DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -433992,8 +246132,6 @@ void IGL.CompressedMultiTexImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -434018,6 +246156,7 @@ public static void CompressedMultiTexImage1DEXT( bits ); + [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedMultiTexImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -434041,8 +246180,6 @@ _slots[323] is not null and var loadedFnPtr ) )(texunit, target, level, internalformat, width, height, border, imageSize, bits); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedMultiTexImage2DEXT( @@ -434068,6 +246205,8 @@ public static void CompressedMultiTexImage2DEXT( bits ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedMultiTexImage2DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -434097,8 +246236,6 @@ void IGL.CompressedMultiTexImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -434125,6 +246262,7 @@ public static void CompressedMultiTexImage2DEXT( bits ); + [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedMultiTexImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -434149,8 +246287,6 @@ _slots[324] is not null and var loadedFnPtr ) )(texunit, target, level, internalformat, width, height, depth, border, imageSize, bits); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedMultiTexImage3DEXT( @@ -434178,6 +246314,8 @@ public static void CompressedMultiTexImage3DEXT( bits ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedMultiTexImage3DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -434209,8 +246347,6 @@ void IGL.CompressedMultiTexImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -434239,6 +246375,7 @@ public static void CompressedMultiTexImage3DEXT( bits ); + [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedMultiTexSubImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -434261,8 +246398,6 @@ _slots[325] is not null and var loadedFnPtr ) )(texunit, target, level, xoffset, width, format, imageSize, bits); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedMultiTexSubImage1DEXT( @@ -434286,6 +246421,8 @@ public static void CompressedMultiTexSubImage1DEXT( bits ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedMultiTexSubImage1DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -434313,8 +246450,6 @@ void IGL.CompressedMultiTexSubImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -434339,6 +246474,7 @@ public static void CompressedMultiTexSubImage1DEXT( bits ); + [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedMultiTexSubImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -434363,8 +246499,6 @@ _slots[326] is not null and var loadedFnPtr ) )(texunit, target, level, xoffset, yoffset, width, height, format, imageSize, bits); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedMultiTexSubImage2DEXT( @@ -434392,6 +246526,8 @@ public static void CompressedMultiTexSubImage2DEXT( bits ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedMultiTexSubImage2DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -434423,8 +246559,6 @@ void IGL.CompressedMultiTexSubImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -434453,6 +246587,7 @@ public static void CompressedMultiTexSubImage2DEXT( bits ); + [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedMultiTexSubImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -434505,8 +246640,6 @@ _slots[327] is not null and var loadedFnPtr bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedMultiTexSubImage3DEXT( @@ -434538,6 +246671,8 @@ public static void CompressedMultiTexSubImage3DEXT( bits ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedMultiTexSubImage3DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -434573,8 +246708,6 @@ void IGL.CompressedMultiTexSubImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -434607,6 +246740,7 @@ public static void CompressedMultiTexSubImage3DEXT( bits ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage1D( [NativeTypeName("GLenum")] uint target, @@ -434625,50 +246759,6 @@ _slots[328] is not null and var loadedFnPtr ) )(target, level, internalformat, width, border, imageSize, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexImage1D( @@ -434690,6 +246780,8 @@ public static void CompressedTexImage1D( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage1D( [NativeTypeName("GLenum")] Constant target, @@ -434715,50 +246807,6 @@ void IGL.CompressedTexImage1D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -434781,6 +246829,7 @@ public static void CompressedTexImage1D( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage1DARB( [NativeTypeName("GLenum")] uint target, @@ -434802,7 +246851,6 @@ _slots[329] is not null and var loadedFnPtr ) )(target, level, internalformat, width, border, imageSize, data); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexImage1DARB( @@ -434824,6 +246872,8 @@ public static void CompressedTexImage1DARB( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage1DARB( [NativeTypeName("GLenum")] Constant target, @@ -434849,7 +246899,6 @@ void IGL.CompressedTexImage1DARB( } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -434872,6 +246921,7 @@ public static void CompressedTexImage1DARB( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage2D( [NativeTypeName("GLenum")] uint target, @@ -434891,56 +246941,6 @@ _slots[330] is not null and var loadedFnPtr ) )(target, level, internalformat, width, height, border, imageSize, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexImage2D( @@ -434964,6 +246964,8 @@ public static void CompressedTexImage2D( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage2D( [NativeTypeName("GLenum")] Constant target, @@ -434991,56 +246993,6 @@ void IGL.CompressedTexImage2D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -435065,6 +247017,7 @@ public static void CompressedTexImage2D( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage2DARB( [NativeTypeName("GLenum")] uint target, @@ -435087,7 +247040,6 @@ _slots[331] is not null and var loadedFnPtr ) )(target, level, internalformat, width, height, border, imageSize, data); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexImage2DARB( @@ -435111,6 +247063,8 @@ public static void CompressedTexImage2DARB( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage2DARB( [NativeTypeName("GLenum")] Constant target, @@ -435138,7 +247092,6 @@ void IGL.CompressedTexImage2DARB( } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -435163,6 +247116,7 @@ public static void CompressedTexImage2DARB( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage3D( [NativeTypeName("GLenum")] uint target, @@ -435183,50 +247137,6 @@ _slots[332] is not null and var loadedFnPtr ) )(target, level, internalformat, width, height, depth, border, imageSize, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexImage3D( @@ -435252,6 +247162,8 @@ public static void CompressedTexImage3D( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage3D( [NativeTypeName("GLenum")] Constant target, @@ -435281,50 +247193,6 @@ void IGL.CompressedTexImage3D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -435351,6 +247219,7 @@ public static void CompressedTexImage3D( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage3DARB( [NativeTypeName("GLenum")] uint target, @@ -435374,7 +247243,6 @@ _slots[333] is not null and var loadedFnPtr ) )(target, level, internalformat, width, height, depth, border, imageSize, data); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexImage3DARB( @@ -435400,6 +247268,8 @@ public static void CompressedTexImage3DARB( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage3DARB( [NativeTypeName("GLenum")] Constant target, @@ -435429,7 +247299,6 @@ void IGL.CompressedTexImage3DARB( } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -435456,6 +247325,7 @@ public static void CompressedTexImage3DARB( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -435479,7 +247349,6 @@ _slots[334] is not null and var loadedFnPtr ) )(target, level, internalformat, width, height, depth, border, imageSize, data); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexImage3DOES( @@ -435505,6 +247374,8 @@ public static void CompressedTexImage3DOES( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexImage3DOES( [NativeTypeName("GLenum")] Constant target, @@ -435534,7 +247405,6 @@ void IGL.CompressedTexImage3DOES( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -435561,6 +247431,7 @@ public static void CompressedTexImage3DOES( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage1D( [NativeTypeName("GLenum")] uint target, @@ -435582,50 +247453,6 @@ _slots[335] is not null and var loadedFnPtr ) )(target, level, xoffset, width, format, imageSize, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexSubImage1D( @@ -435638,6 +247465,8 @@ public static void CompressedTexSubImage1D( [NativeTypeName("const void *")] void* data ) => ThisThread.CompressedTexSubImage1D(target, level, xoffset, width, format, imageSize, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage1D( [NativeTypeName("GLenum")] Constant target, @@ -435663,50 +247492,6 @@ void IGL.CompressedTexSubImage1D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -435720,6 +247505,7 @@ public static void CompressedTexSubImage1D( [NativeTypeName("const void *")] Ref data ) => ThisThread.CompressedTexSubImage1D(target, level, xoffset, width, format, imageSize, data); + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage1DARB( [NativeTypeName("GLenum")] uint target, @@ -435741,7 +247527,6 @@ _slots[336] is not null and var loadedFnPtr ) )(target, level, xoffset, width, format, imageSize, data); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexSubImage1DARB( @@ -435763,6 +247548,8 @@ public static void CompressedTexSubImage1DARB( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage1DARB( [NativeTypeName("GLenum")] Constant target, @@ -435788,7 +247575,6 @@ void IGL.CompressedTexSubImage1DARB( } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -435811,6 +247597,7 @@ public static void CompressedTexSubImage1DARB( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage2D( [NativeTypeName("GLenum")] uint target, @@ -435834,56 +247621,6 @@ _slots[337] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, width, height, format, imageSize, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexSubImage2D( @@ -435909,6 +247646,8 @@ public static void CompressedTexSubImage2D( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage2D( [NativeTypeName("GLenum")] Constant target, @@ -435938,56 +247677,6 @@ void IGL.CompressedTexSubImage2D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -436014,6 +247703,7 @@ public static void CompressedTexSubImage2D( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage2DARB( [NativeTypeName("GLenum")] uint target, @@ -436037,7 +247727,6 @@ _slots[338] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, width, height, format, imageSize, data); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexSubImage2DARB( @@ -436063,6 +247752,8 @@ public static void CompressedTexSubImage2DARB( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage2DARB( [NativeTypeName("GLenum")] Constant target, @@ -436092,7 +247783,6 @@ void IGL.CompressedTexSubImage2DARB( } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -436119,6 +247809,7 @@ public static void CompressedTexSubImage2DARB( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage3D( [NativeTypeName("GLenum")] uint target, @@ -436156,50 +247847,6 @@ _slots[339] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexSubImage3D( @@ -436229,6 +247876,8 @@ public static void CompressedTexSubImage3D( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage3D( [NativeTypeName("GLenum")] Constant target, @@ -436262,50 +247911,6 @@ void IGL.CompressedTexSubImage3D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -436336,6 +247941,7 @@ public static void CompressedTexSubImage3D( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage3DARB( [NativeTypeName("GLenum")] uint target, @@ -436373,7 +247979,6 @@ _slots[340] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexSubImage3DARB( @@ -436403,6 +248008,8 @@ public static void CompressedTexSubImage3DARB( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage3DARB( [NativeTypeName("GLenum")] Constant target, @@ -436436,7 +248043,6 @@ void IGL.CompressedTexSubImage3DARB( } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -436467,6 +248073,7 @@ public static void CompressedTexSubImage3DARB( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -436504,7 +248111,6 @@ _slots[341] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTexSubImage3DOES( @@ -436534,6 +248140,8 @@ public static void CompressedTexSubImage3DOES( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTexSubImage3DOES( [NativeTypeName("GLenum")] Constant target, @@ -436567,7 +248175,6 @@ void IGL.CompressedTexSubImage3DOES( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -436598,6 +248205,7 @@ public static void CompressedTexSubImage3DOES( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -436620,8 +248228,6 @@ _slots[342] is not null and var loadedFnPtr ) )(texture, target, level, internalformat, width, border, imageSize, bits); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTextureImage1DEXT( @@ -436645,6 +248251,8 @@ public static void CompressedTextureImage1DEXT( bits ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -436672,8 +248280,6 @@ void IGL.CompressedTextureImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -436698,6 +248304,7 @@ public static void CompressedTextureImage1DEXT( bits ); + [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -436721,8 +248328,6 @@ _slots[343] is not null and var loadedFnPtr ) )(texture, target, level, internalformat, width, height, border, imageSize, bits); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTextureImage2DEXT( @@ -436748,6 +248353,8 @@ public static void CompressedTextureImage2DEXT( bits ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -436777,8 +248384,6 @@ void IGL.CompressedTextureImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -436805,6 +248410,7 @@ public static void CompressedTextureImage2DEXT( bits ); + [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -436829,8 +248435,6 @@ _slots[344] is not null and var loadedFnPtr ) )(texture, target, level, internalformat, width, height, depth, border, imageSize, bits); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTextureImage3DEXT( @@ -436858,6 +248462,8 @@ public static void CompressedTextureImage3DEXT( bits ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -436889,8 +248495,6 @@ void IGL.CompressedTextureImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -436919,6 +248523,7 @@ public static void CompressedTextureImage3DEXT( bits ); + [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureSubImage1D( [NativeTypeName("GLuint")] uint texture, @@ -436940,16 +248545,6 @@ _slots[345] is not null and var loadedFnPtr ) )(texture, level, xoffset, width, format, imageSize, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTextureSubImage1D( @@ -436971,6 +248566,8 @@ public static void CompressedTextureSubImage1D( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureSubImage1D( [NativeTypeName("GLuint")] uint texture, @@ -436996,16 +248593,6 @@ void IGL.CompressedTextureSubImage1D( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -437028,6 +248615,7 @@ public static void CompressedTextureSubImage1D( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -437050,8 +248638,6 @@ _slots[346] is not null and var loadedFnPtr ) )(texture, target, level, xoffset, width, format, imageSize, bits); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTextureSubImage1DEXT( @@ -437075,6 +248661,8 @@ public static void CompressedTextureSubImage1DEXT( bits ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -437102,8 +248690,6 @@ void IGL.CompressedTextureSubImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -437128,6 +248714,7 @@ public static void CompressedTextureSubImage1DEXT( bits ); + [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureSubImage2D( [NativeTypeName("GLuint")] uint texture, @@ -437151,16 +248738,6 @@ _slots[347] is not null and var loadedFnPtr ) )(texture, level, xoffset, yoffset, width, height, format, imageSize, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTextureSubImage2D( @@ -437186,6 +248763,8 @@ public static void CompressedTextureSubImage2D( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureSubImage2D( [NativeTypeName("GLuint")] uint texture, @@ -437215,16 +248794,6 @@ void IGL.CompressedTextureSubImage2D( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -437251,6 +248820,7 @@ public static void CompressedTextureSubImage2D( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -437275,8 +248845,6 @@ _slots[348] is not null and var loadedFnPtr ) )(texture, target, level, xoffset, yoffset, width, height, format, imageSize, bits); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTextureSubImage2DEXT( @@ -437304,6 +248872,8 @@ public static void CompressedTextureSubImage2DEXT( bits ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -437335,8 +248905,6 @@ void IGL.CompressedTextureSubImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -437365,6 +248933,7 @@ public static void CompressedTextureSubImage2DEXT( bits ); + [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureSubImage3D( [NativeTypeName("GLuint")] uint texture, @@ -437402,16 +248971,6 @@ _slots[349] is not null and var loadedFnPtr ) )(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTextureSubImage3D( @@ -437441,6 +249000,8 @@ public static void CompressedTextureSubImage3D( data ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureSubImage3D( [NativeTypeName("GLuint")] uint texture, @@ -437474,16 +249035,6 @@ void IGL.CompressedTextureSubImage3D( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -437514,6 +249065,7 @@ public static void CompressedTextureSubImage3D( data ); + [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -437566,8 +249118,6 @@ _slots[350] is not null and var loadedFnPtr bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CompressedTextureSubImage3DEXT( @@ -437599,6 +249149,8 @@ public static void CompressedTextureSubImage3DEXT( bits ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CompressedTextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -437634,8 +249186,6 @@ void IGL.CompressedTextureSubImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -437668,6 +249218,7 @@ public static void CompressedTextureSubImage3DEXT( bits ); + [NativeFunction("opengl", EntryPoint = "glConservativeRasterParameterfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConservativeRasterParameterNV( [NativeTypeName("GLenum")] uint pname, @@ -437684,8 +249235,6 @@ _slots[351] is not null and var loadedFnPtr ) )(pname, value); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster_dilate"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster_dilate"])] [NativeFunction("opengl", EntryPoint = "glConservativeRasterParameterfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConservativeRasterParameterNV( @@ -437693,6 +249242,7 @@ public static void ConservativeRasterParameterNV( [NativeTypeName("GLfloat")] float value ) => ThisThread.ConservativeRasterParameterNV(pname, value); + [NativeFunction("opengl", EntryPoint = "glConservativeRasterParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConservativeRasterParameterNV( [NativeTypeName("GLenum")] uint pname, @@ -437709,9 +249259,6 @@ _slots[352] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster_pre_snap_triangles"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster_pre_snap_triangles"])] - [SupportedApiProfile("gles2", ["GL_NV_conservative_raster_pre_snap_triangles"])] [NativeFunction("opengl", EntryPoint = "glConservativeRasterParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConservativeRasterParameterNV( @@ -437719,6 +249266,7 @@ public static void ConservativeRasterParameterNV( [NativeTypeName("GLint")] int param1 ) => ThisThread.ConservativeRasterParameterNV(pname, param1); + [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionFilter1D( [NativeTypeName("GLenum")] uint target, @@ -437736,7 +249284,6 @@ _slots[353] is not null and var loadedFnPtr ) )(target, internalformat, width, format, type, image); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionFilter1D( @@ -437748,6 +249295,8 @@ public static void ConvolutionFilter1D( [NativeTypeName("const void *")] void* image ) => ThisThread.ConvolutionFilter1D(target, internalformat, width, format, type, image); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionFilter1D( [NativeTypeName("GLenum")] Constant target, @@ -437771,7 +249320,6 @@ void IGL.ConvolutionFilter1D( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -437784,6 +249332,7 @@ public static void ConvolutionFilter1D( [NativeTypeName("const void *")] Ref image ) => ThisThread.ConvolutionFilter1D(target, internalformat, width, format, type, image); + [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionFilter1DEXT( [NativeTypeName("GLenum")] uint target, @@ -437801,7 +249350,6 @@ _slots[354] is not null and var loadedFnPtr ) )(target, internalformat, width, format, type, image); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionFilter1DEXT( @@ -437813,6 +249361,8 @@ public static void ConvolutionFilter1DEXT( [NativeTypeName("const void *")] void* image ) => ThisThread.ConvolutionFilter1DEXT(target, internalformat, width, format, type, image); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionFilter1DEXT( [NativeTypeName("GLenum")] Constant target, @@ -437836,7 +249386,6 @@ void IGL.ConvolutionFilter1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -437849,6 +249398,7 @@ public static void ConvolutionFilter1DEXT( [NativeTypeName("const void *")] Ref image ) => ThisThread.ConvolutionFilter1DEXT(target, internalformat, width, format, type, image); + [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionFilter2D( [NativeTypeName("GLenum")] uint target, @@ -437867,7 +249417,6 @@ _slots[355] is not null and var loadedFnPtr ) )(target, internalformat, width, height, format, type, image); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionFilter2D( @@ -437880,6 +249429,8 @@ public static void ConvolutionFilter2D( [NativeTypeName("const void *")] void* image ) => ThisThread.ConvolutionFilter2D(target, internalformat, width, height, format, type, image); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionFilter2D( [NativeTypeName("GLenum")] Constant target, @@ -437905,7 +249456,6 @@ void IGL.ConvolutionFilter2D( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -437919,6 +249469,7 @@ public static void ConvolutionFilter2D( [NativeTypeName("const void *")] Ref image ) => ThisThread.ConvolutionFilter2D(target, internalformat, width, height, format, type, image); + [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionFilter2DEXT( [NativeTypeName("GLenum")] uint target, @@ -437937,7 +249488,6 @@ _slots[356] is not null and var loadedFnPtr ) )(target, internalformat, width, height, format, type, image); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionFilter2DEXT( @@ -437959,6 +249509,8 @@ public static void ConvolutionFilter2DEXT( image ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionFilter2DEXT( [NativeTypeName("GLenum")] Constant target, @@ -437984,7 +249536,6 @@ void IGL.ConvolutionFilter2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438007,6 +249558,7 @@ public static void ConvolutionFilter2DEXT( image ); + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -438021,7 +249573,6 @@ _slots[357] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionParameter( @@ -438030,6 +249581,8 @@ public static void ConvolutionParameter( [NativeTypeName("GLfloat")] float @params ) => ThisThread.ConvolutionParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameter( [NativeTypeName("GLenum")] Constant target, @@ -438037,7 +249590,6 @@ void IGL.ConvolutionParameter( [NativeTypeName("GLfloat")] float @params ) => ((IGL)this).ConvolutionParameter((uint)target, (uint)pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438047,6 +249599,7 @@ public static void ConvolutionParameter( [NativeTypeName("GLfloat")] float @params ) => ThisThread.ConvolutionParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -438064,7 +249617,6 @@ _slots[358] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionParameterEXT( @@ -438073,6 +249625,8 @@ public static void ConvolutionParameterEXT( [NativeTypeName("GLfloat")] float @params ) => ThisThread.ConvolutionParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -438080,7 +249634,6 @@ void IGL.ConvolutionParameterEXT( [NativeTypeName("GLfloat")] float @params ) => ((IGL)this).ConvolutionParameterEXT((uint)target, (uint)pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438090,6 +249643,7 @@ public static void ConvolutionParameterEXT( [NativeTypeName("GLfloat")] float @params ) => ThisThread.ConvolutionParameterEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -438104,7 +249658,6 @@ _slots[359] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionParameter( @@ -438113,6 +249666,8 @@ public static void ConvolutionParameter( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.ConvolutionParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameter( [NativeTypeName("GLenum")] Constant target, @@ -438126,7 +249681,6 @@ void IGL.ConvolutionParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438136,6 +249690,7 @@ public static void ConvolutionParameter( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.ConvolutionParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -438153,7 +249708,6 @@ _slots[360] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionParameterEXT( @@ -438162,6 +249716,8 @@ public static void ConvolutionParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.ConvolutionParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -438175,7 +249731,6 @@ void IGL.ConvolutionParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438185,6 +249740,7 @@ public static void ConvolutionParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.ConvolutionParameterEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -438199,7 +249755,6 @@ _slots[361] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionParameter( @@ -438208,6 +249763,8 @@ public static void ConvolutionParameter( [NativeTypeName("GLint")] int @params ) => ThisThread.ConvolutionParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameter( [NativeTypeName("GLenum")] Constant target, @@ -438215,7 +249772,6 @@ void IGL.ConvolutionParameter( [NativeTypeName("GLint")] int @params ) => ((IGL)this).ConvolutionParameter((uint)target, (uint)pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438225,6 +249781,7 @@ public static void ConvolutionParameter( [NativeTypeName("GLint")] int @params ) => ThisThread.ConvolutionParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -438242,7 +249799,6 @@ _slots[362] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionParameterEXT( @@ -438251,6 +249807,8 @@ public static void ConvolutionParameterEXT( [NativeTypeName("GLint")] int @params ) => ThisThread.ConvolutionParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -438258,7 +249816,6 @@ void IGL.ConvolutionParameterEXT( [NativeTypeName("GLint")] int @params ) => ((IGL)this).ConvolutionParameterEXT((uint)target, (uint)pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438268,6 +249825,7 @@ public static void ConvolutionParameterEXT( [NativeTypeName("GLint")] int @params ) => ThisThread.ConvolutionParameterEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -438282,7 +249840,6 @@ _slots[363] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionParameter( @@ -438291,6 +249848,8 @@ public static void ConvolutionParameter( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.ConvolutionParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameter( [NativeTypeName("GLenum")] Constant target, @@ -438304,7 +249863,6 @@ void IGL.ConvolutionParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438314,6 +249872,7 @@ public static void ConvolutionParameter( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.ConvolutionParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -438331,7 +249890,6 @@ _slots[364] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionParameterEXT( @@ -438340,6 +249898,8 @@ public static void ConvolutionParameterEXT( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.ConvolutionParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -438353,7 +249913,6 @@ void IGL.ConvolutionParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438363,6 +249922,7 @@ public static void ConvolutionParameterEXT( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.ConvolutionParameterEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -438380,7 +249940,6 @@ _slots[365] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionParameterxOES( @@ -438389,6 +249948,8 @@ public static void ConvolutionParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.ConvolutionParameterxOES(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameterxOES( [NativeTypeName("GLenum")] Constant target, @@ -438396,7 +249957,6 @@ void IGL.ConvolutionParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => ((IGL)this).ConvolutionParameterxOES((uint)target, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438406,6 +249966,7 @@ public static void ConvolutionParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.ConvolutionParameterxOES(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -438423,7 +249984,6 @@ _slots[366] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ConvolutionParameterxOES( @@ -438432,6 +249992,8 @@ public static void ConvolutionParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ) => ThisThread.ConvolutionParameterxOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ConvolutionParameterxOES( [NativeTypeName("GLenum")] Constant target, @@ -438445,7 +250007,6 @@ void IGL.ConvolutionParameterxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438455,6 +250016,7 @@ public static void ConvolutionParameterxOES( [NativeTypeName("const GLfixed *")] Ref @params ) => ThisThread.ConvolutionParameterxOES(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyBufferSubData( [NativeTypeName("GLenum")] uint readTarget, @@ -438471,40 +250033,6 @@ _slots[367] is not null and var loadedFnPtr ) )(readTarget, writeTarget, readOffset, writeOffset, size); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyBufferSubData( @@ -438515,6 +250043,8 @@ public static void CopyBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.CopyBufferSubData(readTarget, writeTarget, readOffset, writeOffset, size); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyBufferSubData( [NativeTypeName("GLenum")] Constant readTarget, @@ -438531,40 +250061,6 @@ void IGL.CopyBufferSubData( size ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438576,6 +250072,7 @@ public static void CopyBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.CopyBufferSubData(readTarget, writeTarget, readOffset, writeOffset, size); + [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyBufferSubDataNV( [NativeTypeName("GLenum")] uint readTarget, @@ -438592,7 +250089,6 @@ _slots[368] is not null and var loadedFnPtr ) )(readTarget, writeTarget, readOffset, writeOffset, size); - [SupportedApiProfile("gles2", ["GL_NV_copy_buffer"])] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyBufferSubDataNV( @@ -438603,6 +250099,8 @@ public static void CopyBufferSubDataNV( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.CopyBufferSubDataNV(readTarget, writeTarget, readOffset, writeOffset, size); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyBufferSubDataNV( [NativeTypeName("GLenum")] Constant readTarget, @@ -438619,7 +250117,6 @@ void IGL.CopyBufferSubDataNV( size ); - [SupportedApiProfile("gles2", ["GL_NV_copy_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438631,6 +250128,7 @@ public static void CopyBufferSubDataNV( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.CopyBufferSubDataNV(readTarget, writeTarget, readOffset, writeOffset, size); + [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyColorSubTable( [NativeTypeName("GLenum")] uint target, @@ -438647,7 +250145,6 @@ _slots[369] is not null and var loadedFnPtr ) )(target, start, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyColorSubTable( @@ -438658,6 +250155,8 @@ public static void CopyColorSubTable( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyColorSubTable(target, start, x, y, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyColorSubTable( [NativeTypeName("GLenum")] Constant target, @@ -438667,7 +250166,6 @@ void IGL.CopyColorSubTable( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).CopyColorSubTable((uint)target, start, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438679,6 +250177,7 @@ public static void CopyColorSubTable( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyColorSubTable(target, start, x, y, width); + [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyColorSubTableEXT( [NativeTypeName("GLenum")] uint target, @@ -438695,7 +250194,6 @@ _slots[370] is not null and var loadedFnPtr ) )(target, start, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyColorSubTableEXT( @@ -438706,6 +250204,8 @@ public static void CopyColorSubTableEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyColorSubTableEXT(target, start, x, y, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyColorSubTableEXT( [NativeTypeName("GLenum")] Constant target, @@ -438715,7 +250215,6 @@ void IGL.CopyColorSubTableEXT( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).CopyColorSubTableEXT((uint)target, start, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438727,6 +250226,7 @@ public static void CopyColorSubTableEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyColorSubTableEXT(target, start, x, y, width); + [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyColorTable( [NativeTypeName("GLenum")] uint target, @@ -438743,7 +250243,6 @@ _slots[371] is not null and var loadedFnPtr ) )(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyColorTable( @@ -438754,6 +250253,8 @@ public static void CopyColorTable( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyColorTable(target, internalformat, x, y, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyColorTable( [NativeTypeName("GLenum")] Constant target, @@ -438763,7 +250264,6 @@ void IGL.CopyColorTable( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).CopyColorTable((uint)target, (uint)internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438775,6 +250275,7 @@ public static void CopyColorTable( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyColorTable(target, internalformat, x, y, width); + [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyColorTableSGI( [NativeTypeName("GLenum")] uint target, @@ -438791,7 +250292,6 @@ _slots[372] is not null and var loadedFnPtr ) )(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyColorTableSGI( @@ -438802,6 +250302,8 @@ public static void CopyColorTableSGI( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyColorTableSGI(target, internalformat, x, y, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyColorTableSGI( [NativeTypeName("GLenum")] Constant target, @@ -438811,7 +250313,6 @@ void IGL.CopyColorTableSGI( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).CopyColorTableSGI((uint)target, (uint)internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438823,6 +250324,7 @@ public static void CopyColorTableSGI( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyColorTableSGI(target, internalformat, x, y, width); + [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyConvolutionFilter1D( [NativeTypeName("GLenum")] uint target, @@ -438842,7 +250344,6 @@ _slots[373] is not null and var loadedFnPtr ) )(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyConvolutionFilter1D( @@ -438853,6 +250354,8 @@ public static void CopyConvolutionFilter1D( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyConvolutionFilter1D(target, internalformat, x, y, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyConvolutionFilter1D( [NativeTypeName("GLenum")] Constant target, @@ -438862,7 +250365,6 @@ void IGL.CopyConvolutionFilter1D( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).CopyConvolutionFilter1D((uint)target, (uint)internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438874,6 +250376,7 @@ public static void CopyConvolutionFilter1D( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyConvolutionFilter1D(target, internalformat, x, y, width); + [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyConvolutionFilter1DEXT( [NativeTypeName("GLenum")] uint target, @@ -438893,7 +250396,6 @@ _slots[374] is not null and var loadedFnPtr ) )(target, internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyConvolutionFilter1DEXT( @@ -438904,6 +250406,8 @@ public static void CopyConvolutionFilter1DEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyConvolutionFilter1DEXT(target, internalformat, x, y, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyConvolutionFilter1DEXT( [NativeTypeName("GLenum")] Constant target, @@ -438913,7 +250417,6 @@ void IGL.CopyConvolutionFilter1DEXT( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).CopyConvolutionFilter1DEXT((uint)target, (uint)internalformat, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438925,6 +250428,7 @@ public static void CopyConvolutionFilter1DEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyConvolutionFilter1DEXT(target, internalformat, x, y, width); + [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyConvolutionFilter2D( [NativeTypeName("GLenum")] uint target, @@ -438945,7 +250449,6 @@ _slots[375] is not null and var loadedFnPtr ) )(target, internalformat, x, y, width, height); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyConvolutionFilter2D( @@ -438957,6 +250460,8 @@ public static void CopyConvolutionFilter2D( [NativeTypeName("GLsizei")] uint height ) => ThisThread.CopyConvolutionFilter2D(target, internalformat, x, y, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyConvolutionFilter2D( [NativeTypeName("GLenum")] Constant target, @@ -438975,7 +250480,6 @@ void IGL.CopyConvolutionFilter2D( height ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -438988,6 +250492,7 @@ public static void CopyConvolutionFilter2D( [NativeTypeName("GLsizei")] uint height ) => ThisThread.CopyConvolutionFilter2D(target, internalformat, x, y, width, height); + [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyConvolutionFilter2DEXT( [NativeTypeName("GLenum")] uint target, @@ -439008,7 +250513,6 @@ _slots[376] is not null and var loadedFnPtr ) )(target, internalformat, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyConvolutionFilter2DEXT( @@ -439020,6 +250524,8 @@ public static void CopyConvolutionFilter2DEXT( [NativeTypeName("GLsizei")] uint height ) => ThisThread.CopyConvolutionFilter2DEXT(target, internalformat, x, y, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyConvolutionFilter2DEXT( [NativeTypeName("GLenum")] Constant target, @@ -439038,7 +250544,6 @@ void IGL.CopyConvolutionFilter2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -439051,6 +250556,7 @@ public static void CopyConvolutionFilter2DEXT( [NativeTypeName("GLsizei")] uint height ) => ThisThread.CopyConvolutionFilter2DEXT(target, internalformat, x, y, width, height); + [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyImageSubData( [NativeTypeName("GLuint")] uint srcName, @@ -439109,28 +250615,6 @@ _slots[377] is not null and var loadedFnPtr srcDepth ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyImageSubData( @@ -439168,6 +250652,8 @@ public static void CopyImageSubData( srcDepth ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyImageSubData( [NativeTypeName("GLuint")] uint srcName, @@ -439204,28 +250690,6 @@ void IGL.CopyImageSubData( srcDepth ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -439264,6 +250728,7 @@ public static void CopyImageSubData( srcDepth ); + [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyImageSubDataEXT( [NativeTypeName("GLuint")] uint srcName, @@ -439322,7 +250787,6 @@ _slots[378] is not null and var loadedFnPtr srcDepth ); - [SupportedApiProfile("gles2", ["GL_EXT_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyImageSubDataEXT( @@ -439360,6 +250824,8 @@ public static void CopyImageSubDataEXT( srcDepth ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyImageSubDataEXT( [NativeTypeName("GLuint")] uint srcName, @@ -439396,7 +250862,6 @@ void IGL.CopyImageSubDataEXT( srcDepth ); - [SupportedApiProfile("gles2", ["GL_EXT_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -439435,6 +250900,7 @@ public static void CopyImageSubDataEXT( srcDepth ); + [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyImageSubDataNV( [NativeTypeName("GLuint")] uint srcName, @@ -439493,7 +250959,6 @@ _slots[379] is not null and var loadedFnPtr depth ); - [SupportedApiProfile("gl", ["GL_NV_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyImageSubDataNV( @@ -439531,6 +250996,8 @@ public static void CopyImageSubDataNV( depth ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyImageSubDataNV( [NativeTypeName("GLuint")] uint srcName, @@ -439567,7 +251034,6 @@ void IGL.CopyImageSubDataNV( depth ); - [SupportedApiProfile("gl", ["GL_NV_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -439606,6 +251072,7 @@ public static void CopyImageSubDataNV( depth ); + [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyImageSubDataOES( [NativeTypeName("GLuint")] uint srcName, @@ -439664,7 +251131,6 @@ _slots[380] is not null and var loadedFnPtr srcDepth ); - [SupportedApiProfile("gles2", ["GL_OES_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyImageSubDataOES( @@ -439702,6 +251168,8 @@ public static void CopyImageSubDataOES( srcDepth ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyImageSubDataOES( [NativeTypeName("GLuint")] uint srcName, @@ -439738,7 +251206,6 @@ void IGL.CopyImageSubDataOES( srcDepth ); - [SupportedApiProfile("gles2", ["GL_OES_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -439777,6 +251244,7 @@ public static void CopyImageSubDataOES( srcDepth ); + [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyMultiTexImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -439796,8 +251264,6 @@ _slots[381] is not null and var loadedFnPtr ) )(texunit, target, level, internalformat, x, y, width, border); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyMultiTexImage1DEXT( @@ -439821,6 +251287,8 @@ public static void CopyMultiTexImage1DEXT( border ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyMultiTexImage1DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -439843,8 +251311,6 @@ void IGL.CopyMultiTexImage1DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -439869,6 +251335,7 @@ public static void CopyMultiTexImage1DEXT( border ); + [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyMultiTexImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -439889,8 +251356,6 @@ _slots[382] is not null and var loadedFnPtr ) )(texunit, target, level, internalformat, x, y, width, height, border); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyMultiTexImage2DEXT( @@ -439916,6 +251381,8 @@ public static void CopyMultiTexImage2DEXT( border ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyMultiTexImage2DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -439940,8 +251407,6 @@ void IGL.CopyMultiTexImage2DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -439968,6 +251433,7 @@ public static void CopyMultiTexImage2DEXT( border ); + [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyMultiTexSubImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -439989,8 +251455,6 @@ _slots[383] is not null and var loadedFnPtr ) )(texunit, target, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyMultiTexSubImage1DEXT( @@ -440003,6 +251467,8 @@ public static void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyMultiTexSubImage1DEXT(texunit, target, level, xoffset, x, y, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyMultiTexSubImage1DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -440023,8 +251489,6 @@ void IGL.CopyMultiTexSubImage1DEXT( width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -440038,6 +251502,7 @@ public static void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyMultiTexSubImage1DEXT(texunit, target, level, xoffset, x, y, width); + [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyMultiTexSubImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -440061,8 +251526,6 @@ _slots[384] is not null and var loadedFnPtr ) )(texunit, target, level, xoffset, yoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyMultiTexSubImage2DEXT( @@ -440088,6 +251551,8 @@ public static void CopyMultiTexSubImage2DEXT( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyMultiTexSubImage2DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -440112,8 +251577,6 @@ void IGL.CopyMultiTexSubImage2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -440140,6 +251603,7 @@ public static void CopyMultiTexSubImage2DEXT( height ); + [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyMultiTexSubImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -440164,8 +251628,6 @@ _slots[385] is not null and var loadedFnPtr ) )(texunit, target, level, xoffset, yoffset, zoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyMultiTexSubImage3DEXT( @@ -440193,6 +251655,8 @@ public static void CopyMultiTexSubImage3DEXT( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyMultiTexSubImage3DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -440219,8 +251683,6 @@ void IGL.CopyMultiTexSubImage3DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -440249,6 +251711,7 @@ public static void CopyMultiTexSubImage3DEXT( height ); + [NativeFunction("opengl", EntryPoint = "glCopyNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyNamedBufferSubData( [NativeTypeName("GLuint")] uint readBuffer, @@ -440265,16 +251728,6 @@ _slots[386] is not null and var loadedFnPtr ) )(readBuffer, writeBuffer, readOffset, writeOffset, size); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyNamedBufferSubData( @@ -440285,6 +251738,7 @@ public static void CopyNamedBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.CopyNamedBufferSubData(readBuffer, writeBuffer, readOffset, writeOffset, size); + [NativeFunction("opengl", EntryPoint = "glCopyPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyPathNV( [NativeTypeName("GLuint")] uint resultPath, @@ -440298,9 +251752,6 @@ _slots[387] is not null and var loadedFnPtr ) )(resultPath, srcPath); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCopyPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyPathNV( @@ -440308,6 +251759,7 @@ public static void CopyPathNV( [NativeTypeName("GLuint")] uint srcPath ) => ThisThread.CopyPathNV(resultPath, srcPath); + [NativeFunction("opengl", EntryPoint = "glCopyPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyPixels( [NativeTypeName("GLint")] int x, @@ -440324,31 +251776,6 @@ _slots[388] is not null and var loadedFnPtr ) )(x, y, width, height, type); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCopyPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyPixels( @@ -440359,6 +251786,8 @@ public static void CopyPixels( [NativeTypeName("GLenum")] uint type ) => ThisThread.CopyPixels(x, y, width, height, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyPixels( [NativeTypeName("GLint")] int x, @@ -440368,31 +251797,6 @@ void IGL.CopyPixels( [NativeTypeName("GLenum")] Constant type ) => ((IGL)this).CopyPixels(x, y, width, height, (uint)type); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -440404,6 +251808,7 @@ public static void CopyPixels( [NativeTypeName("GLenum")] Constant type ) => ThisThread.CopyPixels(x, y, width, height, type); + [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexImage1D( [NativeTypeName("GLenum")] uint target, @@ -440422,54 +251827,6 @@ _slots[389] is not null and var loadedFnPtr ) )(target, level, internalformat, x, y, width, border); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTexImage1D( @@ -440482,6 +251839,8 @@ public static void CopyTexImage1D( [NativeTypeName("GLint")] int border ) => ThisThread.CopyTexImage1D(target, level, internalformat, x, y, width, border); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexImage1D( [NativeTypeName("GLenum")] Constant target, @@ -440493,54 +251852,6 @@ void IGL.CopyTexImage1D( [NativeTypeName("GLint")] int border ) => ((IGL)this).CopyTexImage1D((uint)target, level, (uint)internalformat, x, y, width, border); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -440554,6 +251865,7 @@ public static void CopyTexImage1D( [NativeTypeName("GLint")] int border ) => ThisThread.CopyTexImage1D(target, level, internalformat, x, y, width, border); + [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexImage1DEXT( [NativeTypeName("GLenum")] uint target, @@ -440572,7 +251884,6 @@ _slots[390] is not null and var loadedFnPtr ) )(target, level, internalformat, x, y, width, border); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTexImage1DEXT( @@ -440585,6 +251896,8 @@ public static void CopyTexImage1DEXT( [NativeTypeName("GLint")] int border ) => ThisThread.CopyTexImage1DEXT(target, level, internalformat, x, y, width, border); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexImage1DEXT( [NativeTypeName("GLenum")] Constant target, @@ -440605,7 +251918,6 @@ void IGL.CopyTexImage1DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -440619,6 +251931,7 @@ public static void CopyTexImage1DEXT( [NativeTypeName("GLint")] int border ) => ThisThread.CopyTexImage1DEXT(target, level, internalformat, x, y, width, border); + [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexImage2D( [NativeTypeName("GLenum")] uint target, @@ -440638,60 +251951,6 @@ _slots[391] is not null and var loadedFnPtr ) )(target, level, internalformat, x, y, width, height, border); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTexImage2D( @@ -440705,6 +251964,8 @@ public static void CopyTexImage2D( [NativeTypeName("GLint")] int border ) => ThisThread.CopyTexImage2D(target, level, internalformat, x, y, width, height, border); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexImage2D( [NativeTypeName("GLenum")] Constant target, @@ -440727,60 +251988,6 @@ void IGL.CopyTexImage2D( border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -440795,6 +252002,7 @@ public static void CopyTexImage2D( [NativeTypeName("GLint")] int border ) => ThisThread.CopyTexImage2D(target, level, internalformat, x, y, width, height, border); + [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexImage2DEXT( [NativeTypeName("GLenum")] uint target, @@ -440814,7 +252022,6 @@ _slots[392] is not null and var loadedFnPtr ) )(target, level, internalformat, x, y, width, height, border); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTexImage2DEXT( @@ -440828,6 +252035,8 @@ public static void CopyTexImage2DEXT( [NativeTypeName("GLint")] int border ) => ThisThread.CopyTexImage2DEXT(target, level, internalformat, x, y, width, height, border); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexImage2DEXT( [NativeTypeName("GLenum")] Constant target, @@ -440850,7 +252059,6 @@ void IGL.CopyTexImage2DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -440865,6 +252073,7 @@ public static void CopyTexImage2DEXT( [NativeTypeName("GLint")] int border ) => ThisThread.CopyTexImage2DEXT(target, level, internalformat, x, y, width, height, border); + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage1D( [NativeTypeName("GLenum")] uint target, @@ -440882,54 +252091,6 @@ _slots[393] is not null and var loadedFnPtr ) )(target, level, xoffset, x, y, width); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTexSubImage1D( @@ -440941,6 +252102,8 @@ public static void CopyTexSubImage1D( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyTexSubImage1D(target, level, xoffset, x, y, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage1D( [NativeTypeName("GLenum")] Constant target, @@ -440951,54 +252114,6 @@ void IGL.CopyTexSubImage1D( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).CopyTexSubImage1D((uint)target, level, xoffset, x, y, width); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -441011,6 +252126,7 @@ public static void CopyTexSubImage1D( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyTexSubImage1D(target, level, xoffset, x, y, width); + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage1DEXT( [NativeTypeName("GLenum")] uint target, @@ -441028,7 +252144,6 @@ _slots[394] is not null and var loadedFnPtr ) )(target, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTexSubImage1DEXT( @@ -441040,6 +252155,8 @@ public static void CopyTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyTexSubImage1DEXT(target, level, xoffset, x, y, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage1DEXT( [NativeTypeName("GLenum")] Constant target, @@ -441050,7 +252167,6 @@ void IGL.CopyTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).CopyTexSubImage1DEXT((uint)target, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -441063,6 +252179,7 @@ public static void CopyTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyTexSubImage1DEXT(target, level, xoffset, x, y, width); + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage2D( [NativeTypeName("GLenum")] uint target, @@ -441082,60 +252199,6 @@ _slots[395] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTexSubImage2D( @@ -441149,6 +252212,8 @@ public static void CopyTexSubImage2D( [NativeTypeName("GLsizei")] uint height ) => ThisThread.CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage2D( [NativeTypeName("GLenum")] Constant target, @@ -441161,60 +252226,6 @@ void IGL.CopyTexSubImage2D( [NativeTypeName("GLsizei")] uint height ) => ((IGL)this).CopyTexSubImage2D((uint)target, level, xoffset, yoffset, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -441229,6 +252240,7 @@ public static void CopyTexSubImage2D( [NativeTypeName("GLsizei")] uint height ) => ThisThread.CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage2DEXT( [NativeTypeName("GLenum")] uint target, @@ -441248,7 +252260,6 @@ _slots[396] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTexSubImage2DEXT( @@ -441262,6 +252273,8 @@ public static void CopyTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ) => ThisThread.CopyTexSubImage2DEXT(target, level, xoffset, yoffset, x, y, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage2DEXT( [NativeTypeName("GLenum")] Constant target, @@ -441284,7 +252297,6 @@ void IGL.CopyTexSubImage2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -441299,6 +252311,7 @@ public static void CopyTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ) => ThisThread.CopyTexSubImage2DEXT(target, level, xoffset, yoffset, x, y, width, height); + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage3D( [NativeTypeName("GLenum")] uint target, @@ -441319,52 +252332,6 @@ _slots[397] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, zoffset, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTexSubImage3D( @@ -441380,6 +252347,8 @@ public static void CopyTexSubImage3D( ) => ThisThread.CopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage3D( [NativeTypeName("GLenum")] Constant target, @@ -441404,52 +252373,6 @@ void IGL.CopyTexSubImage3D( height ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -441466,6 +252389,7 @@ public static void CopyTexSubImage3D( ) => ThisThread.CopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage3DEXT( [NativeTypeName("GLenum")] uint target, @@ -441486,7 +252410,6 @@ _slots[398] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, zoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTexSubImage3DEXT( @@ -441512,6 +252435,8 @@ public static void CopyTexSubImage3DEXT( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage3DEXT( [NativeTypeName("GLenum")] Constant target, @@ -441536,7 +252461,6 @@ void IGL.CopyTexSubImage3DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -441563,6 +252487,7 @@ public static void CopyTexSubImage3DEXT( height ); + [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTexSubImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -441583,7 +252508,6 @@ _slots[399] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, zoffset, x, y, width, height); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTexSubImage3DOES( @@ -441609,6 +252533,7 @@ public static void CopyTexSubImage3DOES( height ); + [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -441628,8 +252553,6 @@ _slots[400] is not null and var loadedFnPtr ) )(texture, target, level, internalformat, x, y, width, border); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTextureImage1DEXT( @@ -441653,6 +252576,8 @@ public static void CopyTextureImage1DEXT( border ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -441675,8 +252600,6 @@ void IGL.CopyTextureImage1DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -441701,6 +252624,7 @@ public static void CopyTextureImage1DEXT( border ); + [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -441721,8 +252645,6 @@ _slots[401] is not null and var loadedFnPtr ) )(texture, target, level, internalformat, x, y, width, height, border); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTextureImage2DEXT( @@ -441748,6 +252670,8 @@ public static void CopyTextureImage2DEXT( border ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -441772,8 +252696,6 @@ void IGL.CopyTextureImage2DEXT( border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -441800,8 +252722,9 @@ public static void CopyTextureImage2DEXT( border ); + [NativeFunction("opengl", EntryPoint = "glCopyTextureLevelsAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.CopyTextureLevelApple( + void IGL.CopyTextureLevelAPPLE( [NativeTypeName("GLuint")] uint destinationTexture, [NativeTypeName("GLuint")] uint sourceTexture, [NativeTypeName("GLint")] int sourceBaseLevel, @@ -441815,23 +252738,22 @@ _slots[402] is not null and var loadedFnPtr ) )(destinationTexture, sourceTexture, sourceBaseLevel, sourceLevelCount); - [SupportedApiProfile("gles2", ["GL_APPLE_copy_texture_levels"])] - [SupportedApiProfile("gles1", ["GL_APPLE_copy_texture_levels"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureLevelsAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void CopyTextureLevelApple( + public static void CopyTextureLevelAPPLE( [NativeTypeName("GLuint")] uint destinationTexture, [NativeTypeName("GLuint")] uint sourceTexture, [NativeTypeName("GLint")] int sourceBaseLevel, [NativeTypeName("GLsizei")] uint sourceLevelCount ) => - ThisThread.CopyTextureLevelApple( + ThisThread.CopyTextureLevelAPPLE( destinationTexture, sourceTexture, sourceBaseLevel, sourceLevelCount ); + [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureSubImage1D( [NativeTypeName("GLuint")] uint texture, @@ -441849,16 +252771,6 @@ _slots[403] is not null and var loadedFnPtr ) )(texture, level, xoffset, x, y, width); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTextureSubImage1D( @@ -441870,6 +252782,7 @@ public static void CopyTextureSubImage1D( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyTextureSubImage1D(texture, level, xoffset, x, y, width); + [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -441891,8 +252804,6 @@ _slots[404] is not null and var loadedFnPtr ) )(texture, target, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTextureSubImage1DEXT( @@ -441905,6 +252816,8 @@ public static void CopyTextureSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyTextureSubImage1DEXT(texture, target, level, xoffset, x, y, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -441916,8 +252829,6 @@ void IGL.CopyTextureSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).CopyTextureSubImage1DEXT(texture, (uint)target, level, xoffset, x, y, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -441931,6 +252842,7 @@ public static void CopyTextureSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.CopyTextureSubImage1DEXT(texture, target, level, xoffset, x, y, width); + [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureSubImage2D( [NativeTypeName("GLuint")] uint texture, @@ -441950,16 +252862,6 @@ _slots[405] is not null and var loadedFnPtr ) )(texture, level, xoffset, yoffset, x, y, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTextureSubImage2D( @@ -441973,6 +252875,7 @@ public static void CopyTextureSubImage2D( [NativeTypeName("GLsizei")] uint height ) => ThisThread.CopyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height); + [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -441996,8 +252899,6 @@ _slots[406] is not null and var loadedFnPtr ) )(texture, target, level, xoffset, yoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTextureSubImage2DEXT( @@ -442023,6 +252924,8 @@ public static void CopyTextureSubImage2DEXT( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -442047,8 +252950,6 @@ void IGL.CopyTextureSubImage2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -442075,6 +252976,7 @@ public static void CopyTextureSubImage2DEXT( height ); + [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureSubImage3D( [NativeTypeName("GLuint")] uint texture, @@ -442095,16 +252997,6 @@ _slots[407] is not null and var loadedFnPtr ) )(texture, level, xoffset, yoffset, zoffset, x, y, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTextureSubImage3D( @@ -442130,6 +253022,7 @@ public static void CopyTextureSubImage3D( height ); + [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -442154,8 +253047,6 @@ _slots[408] is not null and var loadedFnPtr ) )(texture, target, level, xoffset, yoffset, zoffset, x, y, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CopyTextureSubImage3DEXT( @@ -442183,6 +253074,8 @@ public static void CopyTextureSubImage3DEXT( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CopyTextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -442209,8 +253102,6 @@ void IGL.CopyTextureSubImage3DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -442239,6 +253130,7 @@ public static void CopyTextureSubImage3DEXT( height ); + [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverageMaskNV([NativeTypeName("GLboolean")] uint mask) => ( @@ -442249,23 +253141,24 @@ _slots[409] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CoverageMaskNV([NativeTypeName("GLboolean")] uint mask) => ThisThread.CoverageMaskNV(mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask) => ((IGL)this).CoverageMaskNV((uint)mask); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask) => ThisThread.CoverageMaskNV(mask); + [NativeFunction("opengl", EntryPoint = "glCoverageModulationNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverageModulationNV([NativeTypeName("GLenum")] uint components) => ( @@ -442276,14 +253169,12 @@ _slots[410] is not null and var loadedFnPtr ) )(components); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glCoverageModulationNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CoverageModulationNV([NativeTypeName("GLenum")] uint components) => ThisThread.CoverageModulationNV(components); + [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverageModulationTableNV( [NativeTypeName("GLsizei")] uint n, @@ -442300,9 +253191,6 @@ _slots[411] is not null and var loadedFnPtr ) )(n, v); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CoverageModulationTableNV( @@ -442310,6 +253198,8 @@ public static void CoverageModulationTableNV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.CoverageModulationTableNV(n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverageModulationTableNV( [NativeTypeName("GLsizei")] uint n, @@ -442322,9 +253212,6 @@ void IGL.CoverageModulationTableNV( } } - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -442333,19 +253220,19 @@ public static void CoverageModulationTableNV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.CoverageModulationTableNV(n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverageModulationTableNV([NativeTypeName("const GLfloat *")] float v) => ((IGL)this).CoverageModulationTableNV(1, (float*)&v); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CoverageModulationTableNV([NativeTypeName("const GLfloat *")] float v) => ThisThread.CoverageModulationTableNV(v); + [NativeFunction("opengl", EntryPoint = "glCoverageOperationNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverageOperationNV([NativeTypeName("GLenum")] uint operation) => ( @@ -442356,12 +253243,12 @@ _slots[412] is not null and var loadedFnPtr ) )(operation); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [NativeFunction("opengl", EntryPoint = "glCoverageOperationNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CoverageOperationNV([NativeTypeName("GLenum")] uint operation) => ThisThread.CoverageOperationNV(operation); + [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -442383,9 +253270,6 @@ _slots[413] is not null and var loadedFnPtr ) )(numPaths, pathNameType, paths, pathBase, coverMode, transformType, transformValues); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CoverFillPathInstancedNV( @@ -442407,6 +253291,8 @@ public static void CoverFillPathInstancedNV( transformValues ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -442433,9 +253319,6 @@ void IGL.CoverFillPathInstancedNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -442458,6 +253341,7 @@ public static void CoverFillPathInstancedNV( transformValues ); + [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverFillPathNV( [NativeTypeName("GLuint")] uint path, @@ -442471,9 +253355,6 @@ _slots[414] is not null and var loadedFnPtr ) )(path, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CoverFillPathNV( @@ -442481,15 +253362,14 @@ public static void CoverFillPathNV( [NativeTypeName("GLenum")] uint coverMode ) => ThisThread.CoverFillPathNV(path, coverMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant coverMode ) => ((IGL)this).CoverFillPathNV(path, (uint)coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -442498,6 +253378,7 @@ public static void CoverFillPathNV( [NativeTypeName("GLenum")] Constant coverMode ) => ThisThread.CoverFillPathNV(path, coverMode); + [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -442519,9 +253400,6 @@ _slots[415] is not null and var loadedFnPtr ) )(numPaths, pathNameType, paths, pathBase, coverMode, transformType, transformValues); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CoverStrokePathInstancedNV( @@ -442543,6 +253421,8 @@ public static void CoverStrokePathInstancedNV( transformValues ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -442569,9 +253449,6 @@ void IGL.CoverStrokePathInstancedNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -442594,6 +253471,7 @@ public static void CoverStrokePathInstancedNV( transformValues ); + [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverStrokePathNV( [NativeTypeName("GLuint")] uint path, @@ -442607,9 +253485,6 @@ _slots[416] is not null and var loadedFnPtr ) )(path, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CoverStrokePathNV( @@ -442617,15 +253492,14 @@ public static void CoverStrokePathNV( [NativeTypeName("GLenum")] uint coverMode ) => ThisThread.CoverStrokePathNV(path, coverMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CoverStrokePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] Constant coverMode ) => ((IGL)this).CoverStrokePathNV(path, (uint)coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -442634,6 +253508,8 @@ public static void CoverStrokePathNV( [NativeTypeName("GLenum")] Constant coverMode ) => ThisThread.CoverStrokePathNV(path, coverMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateBuffer() { @@ -442642,21 +253518,12 @@ uint IGL.CreateBuffer() return buffers; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateBuffer() => ThisThread.CreateBuffer(); + [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateBuffers( [NativeTypeName("GLsizei")] uint n, @@ -442670,16 +253537,6 @@ _slots[417] is not null and var loadedFnPtr ) )(n, buffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateBuffers( @@ -442687,6 +253544,8 @@ public static void CreateBuffers( [NativeTypeName("GLuint *")] uint* buffers ) => ThisThread.CreateBuffers(n, buffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateBuffers( [NativeTypeName("GLsizei")] uint n, @@ -442699,16 +253558,6 @@ void IGL.CreateBuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -442717,6 +253566,7 @@ public static void CreateBuffers( [NativeTypeName("GLuint *")] Ref buffers ) => ThisThread.CreateBuffers(n, buffers); + [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateCommandListsNV( [NativeTypeName("GLsizei")] uint n, @@ -442730,8 +253580,6 @@ _slots[418] is not null and var loadedFnPtr ) )(n, lists); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateCommandListsNV( @@ -442739,6 +253587,8 @@ public static void CreateCommandListsNV( [NativeTypeName("GLuint *")] uint* lists ) => ThisThread.CreateCommandListsNV(n, lists); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateCommandListsNV( [NativeTypeName("GLsizei")] uint n, @@ -442751,8 +253601,6 @@ void IGL.CreateCommandListsNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -442761,6 +253609,8 @@ public static void CreateCommandListsNV( [NativeTypeName("GLuint *")] Ref lists ) => ThisThread.CreateCommandListsNV(n, lists); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateCommandListsNV() { @@ -442769,13 +253619,13 @@ uint IGL.CreateCommandListsNV() return lists; } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateCommandListsNV() => ThisThread.CreateCommandListsNV(); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateFramebuffer() { @@ -442784,21 +253634,12 @@ uint IGL.CreateFramebuffer() return framebuffers; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateFramebuffer() => ThisThread.CreateFramebuffer(); + [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateFramebuffers( [NativeTypeName("GLsizei")] uint n, @@ -442812,16 +253653,6 @@ _slots[419] is not null and var loadedFnPtr ) )(n, framebuffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateFramebuffers( @@ -442829,6 +253660,8 @@ public static void CreateFramebuffers( [NativeTypeName("GLuint *")] uint* framebuffers ) => ThisThread.CreateFramebuffers(n, framebuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateFramebuffers( [NativeTypeName("GLsizei")] uint n, @@ -442841,16 +253674,6 @@ void IGL.CreateFramebuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -442859,6 +253682,7 @@ public static void CreateFramebuffers( [NativeTypeName("GLuint *")] Ref framebuffers ) => ThisThread.CreateFramebuffers(n, framebuffers); + [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateMemoryObjectsEXT( [NativeTypeName("GLsizei")] uint n, @@ -442872,8 +253696,6 @@ _slots[420] is not null and var loadedFnPtr ) )(n, memoryObjects); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateMemoryObjectsEXT( @@ -442881,6 +253703,8 @@ public static void CreateMemoryObjectsEXT( [NativeTypeName("GLuint *")] uint* memoryObjects ) => ThisThread.CreateMemoryObjectsEXT(n, memoryObjects); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateMemoryObjectsEXT( [NativeTypeName("GLsizei")] uint n, @@ -442893,8 +253717,6 @@ void IGL.CreateMemoryObjectsEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -442903,6 +253725,8 @@ public static void CreateMemoryObjectsEXT( [NativeTypeName("GLuint *")] Ref memoryObjects ) => ThisThread.CreateMemoryObjectsEXT(n, memoryObjects); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateMemoryObjectsEXT() { @@ -442911,15 +253735,14 @@ uint IGL.CreateMemoryObjectsEXT() return memoryObjects; } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateMemoryObjectsEXT() => ThisThread.CreateMemoryObjectsEXT(); + [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.CreatePerfQueryIntel( + void IGL.CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* queryHandle ) => @@ -442931,55 +253754,52 @@ _slots[421] is not null and var loadedFnPtr ) )(queryId, queryHandle); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void CreatePerfQueryIntel( + public static void CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* queryHandle - ) => ThisThread.CreatePerfQueryIntel(queryId, queryHandle); + ) => ThisThread.CreatePerfQueryINTEL(queryId, queryHandle); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.CreatePerfQueryIntel( + void IGL.CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref queryHandle ) { fixed (uint* __dsl_queryHandle = queryHandle) { - ((IGL)this).CreatePerfQueryIntel(queryId, __dsl_queryHandle); + ((IGL)this).CreatePerfQueryINTEL(queryId, __dsl_queryHandle); } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void CreatePerfQueryIntel( + public static void CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref queryHandle - ) => ThisThread.CreatePerfQueryIntel(queryId, queryHandle); + ) => ThisThread.CreatePerfQueryINTEL(queryId, queryHandle); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.CreatePerfQueryIntel() + uint IGL.CreatePerfQueryINTEL() { uint queryHandle = default; - ((IGL)this).CreatePerfQueryIntel(1, (uint*)&queryHandle); + ((IGL)this).CreatePerfQueryINTEL(1, (uint*)&queryHandle); return queryHandle; } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint CreatePerfQueryIntel() => ThisThread.CreatePerfQueryIntel(); + public static uint CreatePerfQueryINTEL() => ThisThread.CreatePerfQueryINTEL(); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glCreateProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateProgram() => ( @@ -442991,53 +253811,12 @@ _slots[422] is not null and var loadedFnPtr )(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCreateProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateProgram() => ThisThread.CreateProgram(); + [return: NativeTypeName("GLhandleARB")] + [NativeFunction("opengl", EntryPoint = "glCreateProgramObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateProgramObjectARB() => ( @@ -443049,11 +253828,12 @@ _slots[423] is not null and var loadedFnPtr )(); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateProgramObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateProgramObjectARB() => ThisThread.CreateProgramObjectARB(); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateProgramPipeline() { @@ -443062,21 +253842,12 @@ uint IGL.CreateProgramPipeline() return pipelines; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateProgramPipeline() => ThisThread.CreateProgramPipeline(); + [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateProgramPipelines( [NativeTypeName("GLsizei")] uint n, @@ -443090,16 +253861,6 @@ _slots[424] is not null and var loadedFnPtr ) )(n, pipelines); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateProgramPipelines( @@ -443107,6 +253868,8 @@ public static void CreateProgramPipelines( [NativeTypeName("GLuint *")] uint* pipelines ) => ThisThread.CreateProgramPipelines(n, pipelines); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateProgramPipelines( [NativeTypeName("GLsizei")] uint n, @@ -443119,16 +253882,6 @@ void IGL.CreateProgramPipelines( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -443137,6 +253890,8 @@ public static void CreateProgramPipelines( [NativeTypeName("GLuint *")] Ref pipelines ) => ThisThread.CreateProgramPipelines(n, pipelines); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glCreateProgressFenceNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateProgressFenceNVX() => ( @@ -443148,11 +253903,11 @@ _slots[425] is not null and var loadedFnPtr )(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glCreateProgressFenceNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateProgressFenceNVX() => ThisThread.CreateProgressFenceNVX(); + [NativeFunction("opengl", EntryPoint = "glCreateQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateQueries( [NativeTypeName("GLenum")] uint target, @@ -443167,16 +253922,6 @@ _slots[426] is not null and var loadedFnPtr ) )(target, n, ids); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateQueries( @@ -443185,6 +253930,8 @@ public static void CreateQueries( [NativeTypeName("GLuint *")] uint* ids ) => ThisThread.CreateQueries(target, n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateQueries( [NativeTypeName("GLenum")] Constant target, @@ -443198,16 +253945,6 @@ void IGL.CreateQueries( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -443217,6 +253954,8 @@ public static void CreateQueries( [NativeTypeName("GLuint *")] Ref ids ) => ThisThread.CreateQueries(target, n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateQuery([NativeTypeName("GLenum")] Constant target) { @@ -443225,16 +253964,6 @@ uint IGL.CreateQuery([NativeTypeName("GLenum")] Constant target ) => ThisThread.CreateQuery(target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateRenderbuffer() { @@ -443250,21 +253981,12 @@ uint IGL.CreateRenderbuffer() return renderbuffers; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateRenderbuffer() => ThisThread.CreateRenderbuffer(); + [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateRenderbuffers( [NativeTypeName("GLsizei")] uint n, @@ -443278,16 +254000,6 @@ _slots[427] is not null and var loadedFnPtr ) )(n, renderbuffers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateRenderbuffers( @@ -443295,6 +254007,8 @@ public static void CreateRenderbuffers( [NativeTypeName("GLuint *")] uint* renderbuffers ) => ThisThread.CreateRenderbuffers(n, renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateRenderbuffers( [NativeTypeName("GLsizei")] uint n, @@ -443307,16 +254021,6 @@ void IGL.CreateRenderbuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -443325,6 +254029,8 @@ public static void CreateRenderbuffers( [NativeTypeName("GLuint *")] Ref renderbuffers ) => ThisThread.CreateRenderbuffers(n, renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateSampler() { @@ -443333,21 +254039,12 @@ uint IGL.CreateSampler() return samplers; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateSampler() => ThisThread.CreateSampler(); + [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateSamplers( [NativeTypeName("GLsizei")] uint n, @@ -443361,16 +254058,6 @@ _slots[428] is not null and var loadedFnPtr ) )(n, samplers); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateSamplers( @@ -443378,6 +254065,8 @@ public static void CreateSamplers( [NativeTypeName("GLuint *")] uint* samplers ) => ThisThread.CreateSamplers(n, samplers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateSamplers( [NativeTypeName("GLsizei")] uint n, @@ -443390,16 +254079,6 @@ void IGL.CreateSamplers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -443408,6 +254087,7 @@ public static void CreateSamplers( [NativeTypeName("GLuint *")] Ref samplers ) => ThisThread.CreateSamplers(n, samplers); + [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateSemaphoresNV( [NativeTypeName("GLsizei")] uint n, @@ -443421,8 +254101,6 @@ _slots[429] is not null and var loadedFnPtr ) )(n, semaphores); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateSemaphoresNV( @@ -443430,6 +254108,8 @@ public static void CreateSemaphoresNV( [NativeTypeName("GLuint *")] uint* semaphores ) => ThisThread.CreateSemaphoresNV(n, semaphores); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateSemaphoresNV( [NativeTypeName("GLsizei")] uint n, @@ -443442,8 +254122,6 @@ void IGL.CreateSemaphoresNV( } } - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -443452,6 +254130,8 @@ public static void CreateSemaphoresNV( [NativeTypeName("GLuint *")] Ref semaphores ) => ThisThread.CreateSemaphoresNV(n, semaphores); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateSemaphoresNV() { @@ -443460,13 +254140,13 @@ uint IGL.CreateSemaphoresNV() return semaphores; } - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateSemaphoresNV() => ThisThread.CreateSemaphoresNV(); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glCreateShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateShader([NativeTypeName("GLenum")] uint type) => ( @@ -443478,102 +254158,19 @@ _slots[430] is not null and var loadedFnPtr )(type); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCreateShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateShader([NativeTypeName("GLenum")] uint type) => ThisThread.CreateShader(type); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateShader([NativeTypeName("GLenum")] Constant type) => (uint)((IGL)this).CreateShader((uint)type); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -443581,6 +254178,8 @@ public static uint CreateShader( [NativeTypeName("GLenum")] Constant type ) => ThisThread.CreateShader(type); + [return: NativeTypeName("GLhandleARB")] + [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateShaderObjectARB([NativeTypeName("GLenum")] uint shaderType) => ( @@ -443592,19 +254191,20 @@ _slots[431] is not null and var loadedFnPtr )(shaderType); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateShaderObjectARB([NativeTypeName("GLenum")] uint shaderType) => ThisThread.CreateShaderObjectARB(shaderType); + [return: NativeTypeName("GLhandleARB")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateShaderObjectARB( [NativeTypeName("GLenum")] Constant shaderType ) => (uint)((IGL)this).CreateShaderObjectARB((uint)shaderType); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -443612,6 +254212,8 @@ public static uint CreateShaderObjectARB( [NativeTypeName("GLenum")] Constant shaderType ) => ThisThread.CreateShaderObjectARB(shaderType); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateShaderProgramEXT( [NativeTypeName("GLenum")] uint type, @@ -443626,8 +254228,6 @@ _slots[432] is not null and var loadedFnPtr )(type, @string); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateShaderProgramEXT( @@ -443635,6 +254235,9 @@ public static uint CreateShaderProgramEXT( [NativeTypeName("const GLchar *")] sbyte* @string ) => ThisThread.CreateShaderProgramEXT(type, @string); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateShaderProgramEXT( [NativeTypeName("GLenum")] Constant type, @@ -443648,8 +254251,6 @@ uint IGL.CreateShaderProgramEXT( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -443658,6 +254259,8 @@ public static uint CreateShaderProgramEXT( [NativeTypeName("const GLchar *")] Ref @string ) => ThisThread.CreateShaderProgramEXT(type, @string); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateShaderProgram( [NativeTypeName("GLenum")] uint type, @@ -443673,32 +254276,6 @@ _slots[433] is not null and var loadedFnPtr )(type, count, strings); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateShaderProgram( @@ -443707,6 +254284,9 @@ public static uint CreateShaderProgram( [NativeTypeName("const GLchar *const *")] sbyte** strings ) => ThisThread.CreateShaderProgram(type, count, strings); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateShaderProgram( [NativeTypeName("GLenum")] Constant type, @@ -443721,32 +254301,6 @@ uint IGL.CreateShaderProgram( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -443756,6 +254310,8 @@ public static uint CreateShaderProgram( [NativeTypeName("const GLchar *const *")] Ref2D strings ) => ThisThread.CreateShaderProgram(type, count, strings); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateShaderProgramEXT( [NativeTypeName("GLenum")] uint type, @@ -443774,7 +254330,6 @@ _slots[434] is not null and var loadedFnPtr )(type, count, strings); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateShaderProgramEXT( @@ -443783,6 +254338,9 @@ public static uint CreateShaderProgramEXT( [NativeTypeName("const GLchar *const *")] sbyte** strings ) => ThisThread.CreateShaderProgramEXT(type, count, strings); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateShaderProgramEXT( [NativeTypeName("GLenum")] Constant type, @@ -443797,7 +254355,6 @@ uint IGL.CreateShaderProgramEXT( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -443807,6 +254364,7 @@ public static uint CreateShaderProgramEXT( [NativeTypeName("const GLchar *const *")] Ref2D strings ) => ThisThread.CreateShaderProgramEXT(type, count, strings); + [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateStatesNV( [NativeTypeName("GLsizei")] uint n, @@ -443820,8 +254378,6 @@ _slots[435] is not null and var loadedFnPtr ) )(n, states); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateStatesNV( @@ -443829,6 +254385,8 @@ public static void CreateStatesNV( [NativeTypeName("GLuint *")] uint* states ) => ThisThread.CreateStatesNV(n, states); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateStatesNV( [NativeTypeName("GLsizei")] uint n, @@ -443841,8 +254399,6 @@ void IGL.CreateStatesNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -443851,6 +254407,8 @@ public static void CreateStatesNV( [NativeTypeName("GLuint *")] Ref states ) => ThisThread.CreateStatesNV(n, states); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateStatesNV() { @@ -443859,13 +254417,13 @@ uint IGL.CreateStatesNV() return states; } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateStatesNV() => ThisThread.CreateStatesNV(); + [return: NativeTypeName("GLsync")] + [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Sync* IGL.CreateSyncFromCLeventARB( [NativeTypeName("struct _cl_context *")] void* context, @@ -443884,8 +254442,6 @@ _slots[436] is not null and var loadedFnPtr )(context, @event, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_ARB_cl_event"])] - [SupportedApiProfile("glcore", ["GL_ARB_cl_event"])] [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Sync* CreateSyncFromCLeventARB( @@ -443894,6 +254450,9 @@ _slots[436] is not null and var loadedFnPtr [NativeTypeName("GLbitfield")] uint flags ) => ThisThread.CreateSyncFromCLeventARB(context, @event, flags); + [return: NativeTypeName("GLsync")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.CreateSyncFromCLeventARB( [NativeTypeName("struct _cl_context *")] Ref context, @@ -443909,8 +254468,6 @@ Ptr IGL.CreateSyncFromCLeventARB( } [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_ARB_cl_event"])] - [SupportedApiProfile("glcore", ["GL_ARB_cl_event"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -443920,6 +254477,8 @@ public static Ptr CreateSyncFromCLeventARB( [NativeTypeName("GLbitfield")] uint flags ) => ThisThread.CreateSyncFromCLeventARB(context, @event, flags); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateTexture([NativeTypeName("GLenum")] Constant target) { @@ -443928,16 +254487,6 @@ uint IGL.CreateTexture([NativeTypeName("GLenum")] Constant target ) => ThisThread.CreateTexture(target); + [NativeFunction("opengl", EntryPoint = "glCreateTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateTextures( [NativeTypeName("GLenum")] uint target, @@ -443959,16 +254509,6 @@ _slots[437] is not null and var loadedFnPtr ) )(target, n, textures); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateTextures( @@ -443977,6 +254517,8 @@ public static void CreateTextures( [NativeTypeName("GLuint *")] uint* textures ) => ThisThread.CreateTextures(target, n, textures); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateTextures( [NativeTypeName("GLenum")] Constant target, @@ -443990,16 +254532,6 @@ void IGL.CreateTextures( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444009,6 +254541,8 @@ public static void CreateTextures( [NativeTypeName("GLuint *")] Ref textures ) => ThisThread.CreateTextures(target, n, textures); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateTransformFeedback() { @@ -444017,21 +254551,12 @@ uint IGL.CreateTransformFeedback() return ids; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateTransformFeedback() => ThisThread.CreateTransformFeedback(); + [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, @@ -444048,16 +254573,6 @@ _slots[438] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateTransformFeedbacks( @@ -444065,6 +254580,8 @@ public static void CreateTransformFeedbacks( [NativeTypeName("GLuint *")] uint* ids ) => ThisThread.CreateTransformFeedbacks(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, @@ -444077,16 +254594,6 @@ void IGL.CreateTransformFeedbacks( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444095,6 +254602,8 @@ public static void CreateTransformFeedbacks( [NativeTypeName("GLuint *")] Ref ids ) => ThisThread.CreateTransformFeedbacks(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.CreateVertexArray() { @@ -444103,21 +254612,12 @@ uint IGL.CreateVertexArray() return arrays; } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateVertexArray() => ThisThread.CreateVertexArray(); + [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateVertexArrays( [NativeTypeName("GLsizei")] uint n, @@ -444131,16 +254631,6 @@ _slots[439] is not null and var loadedFnPtr ) )(n, arrays); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CreateVertexArrays( @@ -444148,6 +254638,8 @@ public static void CreateVertexArrays( [NativeTypeName("GLuint *")] uint* arrays ) => ThisThread.CreateVertexArrays(n, arrays); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CreateVertexArrays( [NativeTypeName("GLsizei")] uint n, @@ -444160,16 +254652,6 @@ void IGL.CreateVertexArrays( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444178,6 +254660,7 @@ public static void CreateVertexArrays( [NativeTypeName("GLuint *")] Ref arrays ) => ThisThread.CreateVertexArrays(n, arrays); + [NativeFunction("opengl", EntryPoint = "glCullFace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CullFace([NativeTypeName("GLenum")] uint mode) => ( @@ -444188,126 +254671,16 @@ _slots[440] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCullFace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CullFace([NativeTypeName("GLenum")] uint mode) => ThisThread.CullFace(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCullFace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CullFace([NativeTypeName("GLenum")] Constant mode) => ((IGL)this).CullFace((uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullFace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444315,6 +254688,7 @@ public static void CullFace( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.CullFace(mode); + [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CullParameterEXT( [NativeTypeName("GLenum")] uint pname, @@ -444328,7 +254702,6 @@ _slots[441] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CullParameterEXT( @@ -444336,6 +254709,8 @@ public static void CullParameterEXT( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.CullParameterEXT(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CullParameterEXT( [NativeTypeName("GLenum")] Constant pname, @@ -444348,7 +254723,6 @@ void IGL.CullParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444357,6 +254731,7 @@ public static void CullParameterEXT( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.CullParameterEXT(pname, @params); + [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CullParameterEXT( [NativeTypeName("GLenum")] uint pname, @@ -444370,7 +254745,6 @@ _slots[442] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CullParameterEXT( @@ -444378,6 +254752,8 @@ public static void CullParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.CullParameterEXT(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CullParameterEXT( [NativeTypeName("GLenum")] Constant pname, @@ -444390,7 +254766,6 @@ void IGL.CullParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444399,6 +254774,7 @@ public static void CullParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.CullParameterEXT(pname, @params); + [NativeFunction("opengl", EntryPoint = "glCurrentPaletteMatrixARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CurrentPaletteMatrixARB([NativeTypeName("GLint")] int index) => ( @@ -444412,12 +254788,12 @@ _slots[443] is not null and var loadedFnPtr ) )(index); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glCurrentPaletteMatrixARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CurrentPaletteMatrixARB([NativeTypeName("GLint")] int index) => ThisThread.CurrentPaletteMatrixARB(index); + [NativeFunction("opengl", EntryPoint = "glCurrentPaletteMatrixOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.CurrentPaletteMatrixOES([NativeTypeName("GLuint")] uint matrixpaletteindex) => ( @@ -444431,13 +254807,13 @@ _slots[444] is not null and var loadedFnPtr ) )(matrixpaletteindex); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glCurrentPaletteMatrixOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CurrentPaletteMatrixOES( [NativeTypeName("GLuint")] uint matrixpaletteindex ) => ThisThread.CurrentPaletteMatrixOES(matrixpaletteindex); + [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageCallback( [NativeTypeName("GLDEBUGPROC")] @@ -444455,16 +254831,6 @@ _slots[445] is not null and var loadedFnPtr ) )(callback, userParam); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageCallback( @@ -444473,6 +254839,8 @@ public static void DebugMessageCallback( [NativeTypeName("const void *")] void* userParam ) => ThisThread.DebugMessageCallback(callback, userParam); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageCallback( [NativeTypeName("GLDEBUGPROC")] @@ -444486,16 +254854,6 @@ void IGL.DebugMessageCallback( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444505,6 +254863,7 @@ public static void DebugMessageCallback( [NativeTypeName("const void *")] Ref userParam ) => ThisThread.DebugMessageCallback(callback, userParam); + [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageCallbackAMD( [NativeTypeName("GLDEBUGPROCAMD")] @@ -444525,7 +254884,6 @@ _slots[446] is not null and var loadedFnPtr ) )(callback, userParam); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageCallbackAMD( @@ -444534,6 +254892,8 @@ public static void DebugMessageCallbackAMD( void* userParam ) => ThisThread.DebugMessageCallbackAMD(callback, userParam); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageCallbackAMD( [NativeTypeName("GLDEBUGPROCAMD")] @@ -444547,7 +254907,6 @@ Ref userParam } } - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444557,6 +254916,7 @@ public static void DebugMessageCallbackAMD( Ref userParam ) => ThisThread.DebugMessageCallbackAMD(callback, userParam); + [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageCallbackARB( [NativeTypeName("GLDEBUGPROCARB")] @@ -444577,8 +254937,6 @@ _slots[447] is not null and var loadedFnPtr ) )(callback, userParam); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageCallbackARB( @@ -444587,6 +254945,8 @@ public static void DebugMessageCallbackARB( [NativeTypeName("const void *")] void* userParam ) => ThisThread.DebugMessageCallbackARB(callback, userParam); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageCallbackARB( [NativeTypeName("GLDEBUGPROCARB")] @@ -444600,8 +254960,6 @@ void IGL.DebugMessageCallbackARB( } } - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444611,6 +254969,7 @@ public static void DebugMessageCallbackARB( [NativeTypeName("const void *")] Ref userParam ) => ThisThread.DebugMessageCallbackARB(callback, userParam); + [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageCallbackKHR( [NativeTypeName("GLDEBUGPROCKHR")] @@ -444631,7 +254990,6 @@ _slots[448] is not null and var loadedFnPtr ) )(callback, userParam); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageCallbackKHR( @@ -444640,6 +254998,8 @@ public static void DebugMessageCallbackKHR( [NativeTypeName("const void *")] void* userParam ) => ThisThread.DebugMessageCallbackKHR(callback, userParam); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageCallbackKHR( [NativeTypeName("GLDEBUGPROCKHR")] @@ -444653,7 +255013,6 @@ void IGL.DebugMessageCallbackKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444663,6 +255022,7 @@ public static void DebugMessageCallbackKHR( [NativeTypeName("const void *")] Ref userParam ) => ThisThread.DebugMessageCallbackKHR(callback, userParam); + [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageControl( [NativeTypeName("GLenum")] uint source, @@ -444680,16 +255040,6 @@ _slots[449] is not null and var loadedFnPtr ) )(source, type, severity, count, ids, enabled); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageControl( @@ -444701,6 +255051,8 @@ public static void DebugMessageControl( [NativeTypeName("GLboolean")] uint enabled ) => ThisThread.DebugMessageControl(source, type, severity, count, ids, enabled); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageControl( [NativeTypeName("GLenum")] Constant source, @@ -444724,16 +255076,6 @@ void IGL.DebugMessageControl( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444746,6 +255088,8 @@ public static void DebugMessageControl( [NativeTypeName("GLboolean")] MaybeBool enabled ) => ThisThread.DebugMessageControl(source, type, severity, count, ids, enabled); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageControl( [NativeTypeName("GLenum")] Constant source, @@ -444763,16 +255107,6 @@ void IGL.DebugMessageControl( (uint)enabled ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444784,6 +255118,7 @@ public static void DebugMessageControl( [NativeTypeName("GLboolean")] MaybeBool enabled ) => ThisThread.DebugMessageControl(source, type, severity, ids, enabled); + [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageControlARB( [NativeTypeName("GLenum")] uint source, @@ -444801,8 +255136,6 @@ _slots[450] is not null and var loadedFnPtr ) )(source, type, severity, count, ids, enabled); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageControlARB( @@ -444814,6 +255147,8 @@ public static void DebugMessageControlARB( [NativeTypeName("GLboolean")] uint enabled ) => ThisThread.DebugMessageControlARB(source, type, severity, count, ids, enabled); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageControlARB( [NativeTypeName("GLenum")] Constant source, @@ -444837,8 +255172,6 @@ void IGL.DebugMessageControlARB( } } - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444851,6 +255184,8 @@ public static void DebugMessageControlARB( [NativeTypeName("GLboolean")] MaybeBool enabled ) => ThisThread.DebugMessageControlARB(source, type, severity, count, ids, enabled); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageControlARB( [NativeTypeName("GLenum")] Constant source, @@ -444868,8 +255203,6 @@ void IGL.DebugMessageControlARB( (uint)enabled ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444881,6 +255214,7 @@ public static void DebugMessageControlARB( [NativeTypeName("GLboolean")] MaybeBool enabled ) => ThisThread.DebugMessageControlARB(source, type, severity, ids, enabled); + [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageControlKHR( [NativeTypeName("GLenum")] uint source, @@ -444898,7 +255232,6 @@ _slots[451] is not null and var loadedFnPtr ) )(source, type, severity, count, ids, enabled); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageControlKHR( @@ -444910,6 +255243,8 @@ public static void DebugMessageControlKHR( [NativeTypeName("GLboolean")] uint enabled ) => ThisThread.DebugMessageControlKHR(source, type, severity, count, ids, enabled); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageControlKHR( [NativeTypeName("GLenum")] Constant source, @@ -444933,7 +255268,6 @@ void IGL.DebugMessageControlKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -444946,6 +255280,7 @@ public static void DebugMessageControlKHR( [NativeTypeName("GLboolean")] MaybeBool enabled ) => ThisThread.DebugMessageControlKHR(source, type, severity, count, ids, enabled); + [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageEnableAMD( [NativeTypeName("GLenum")] uint category, @@ -444962,7 +255297,6 @@ _slots[452] is not null and var loadedFnPtr ) )(category, severity, count, ids, enabled); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageEnableAMD( @@ -444973,6 +255307,8 @@ public static void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] uint enabled ) => ThisThread.DebugMessageEnableAMD(category, severity, count, ids, enabled); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageEnableAMD( [NativeTypeName("GLenum")] uint category, @@ -444994,7 +255330,6 @@ void IGL.DebugMessageEnableAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445006,6 +255341,8 @@ public static void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] MaybeBool enabled ) => ThisThread.DebugMessageEnableAMD(category, severity, count, ids, enabled); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageEnableAMD( [NativeTypeName("GLenum")] uint category, @@ -445014,7 +255351,6 @@ void IGL.DebugMessageEnableAMD( [NativeTypeName("GLboolean")] MaybeBool enabled ) => ((IGL)this).DebugMessageEnableAMD(category, (uint)severity, 1, (uint*)&ids, (uint)enabled); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445025,6 +255361,7 @@ public static void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] MaybeBool enabled ) => ThisThread.DebugMessageEnableAMD(category, severity, ids, enabled); + [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageInsert( [NativeTypeName("GLenum")] uint source, @@ -445042,16 +255379,6 @@ _slots[453] is not null and var loadedFnPtr ) )(source, type, id, severity, length, buf); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageInsert( @@ -445063,6 +255390,8 @@ public static void DebugMessageInsert( [NativeTypeName("const GLchar *")] sbyte* buf ) => ThisThread.DebugMessageInsert(source, type, id, severity, length, buf); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageInsert( [NativeTypeName("GLenum")] Constant source, @@ -445086,16 +255415,6 @@ void IGL.DebugMessageInsert( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445108,6 +255427,7 @@ public static void DebugMessageInsert( [NativeTypeName("const GLchar *")] Ref buf ) => ThisThread.DebugMessageInsert(source, type, id, severity, length, buf); + [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageInsertAMD( [NativeTypeName("GLenum")] uint category, @@ -445124,7 +255444,6 @@ _slots[454] is not null and var loadedFnPtr ) )(category, severity, id, length, buf); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageInsertAMD( @@ -445135,6 +255454,8 @@ public static void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] sbyte* buf ) => ThisThread.DebugMessageInsertAMD(category, severity, id, length, buf); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageInsertAMD( [NativeTypeName("GLenum")] uint category, @@ -445150,7 +255471,6 @@ void IGL.DebugMessageInsertAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445162,6 +255482,8 @@ public static void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] Ref buf ) => ThisThread.DebugMessageInsertAMD(category, severity, id, length, buf); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageInsertAMD( [NativeTypeName("GLenum")] uint category, @@ -445170,7 +255492,6 @@ void IGL.DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] sbyte buf ) => ((IGL)this).DebugMessageInsertAMD(category, (uint)severity, id, 1, (sbyte*)&buf); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445181,6 +255502,7 @@ public static void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] sbyte buf ) => ThisThread.DebugMessageInsertAMD(category, severity, id, buf); + [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageInsertARB( [NativeTypeName("GLenum")] uint source, @@ -445198,8 +255520,6 @@ _slots[455] is not null and var loadedFnPtr ) )(source, type, id, severity, length, buf); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageInsertARB( @@ -445211,6 +255531,8 @@ public static void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] sbyte* buf ) => ThisThread.DebugMessageInsertARB(source, type, id, severity, length, buf); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageInsertARB( [NativeTypeName("GLenum")] Constant source, @@ -445234,8 +255556,6 @@ void IGL.DebugMessageInsertARB( } } - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445248,6 +255568,8 @@ public static void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] Ref buf ) => ThisThread.DebugMessageInsertARB(source, type, id, severity, length, buf); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageInsertARB( [NativeTypeName("GLenum")] Constant source, @@ -445265,8 +255587,6 @@ void IGL.DebugMessageInsertARB( (sbyte*)&buf ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445278,6 +255598,7 @@ public static void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] sbyte buf ) => ThisThread.DebugMessageInsertARB(source, type, id, severity, buf); + [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageInsertKHR( [NativeTypeName("GLenum")] uint source, @@ -445295,7 +255616,6 @@ _slots[456] is not null and var loadedFnPtr ) )(source, type, id, severity, length, buf); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugMessageInsertKHR( @@ -445307,6 +255627,8 @@ public static void DebugMessageInsertKHR( [NativeTypeName("const GLchar *")] sbyte* buf ) => ThisThread.DebugMessageInsertKHR(source, type, id, severity, length, buf); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DebugMessageInsertKHR( [NativeTypeName("GLenum")] Constant source, @@ -445330,7 +255652,6 @@ void IGL.DebugMessageInsertKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445343,6 +255664,7 @@ public static void DebugMessageInsertKHR( [NativeTypeName("const GLchar *")] Ref buf ) => ThisThread.DebugMessageInsertKHR(source, type, id, severity, length, buf); + [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeformationMap3SGIX( [NativeTypeName("GLenum")] uint target, @@ -445398,7 +255720,6 @@ _slots[457] is not null and var loadedFnPtr points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeformationMap3SGIX( @@ -445434,6 +255755,8 @@ public static void DeformationMap3SGIX( points ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeformationMap3SGIX( [NativeTypeName("GLenum")] Constant target, @@ -445473,7 +255796,6 @@ void IGL.DeformationMap3SGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445510,6 +255832,7 @@ public static void DeformationMap3SGIX( points ); + [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeformationMap3SGIX( [NativeTypeName("GLenum")] uint target, @@ -445565,7 +255888,6 @@ _slots[458] is not null and var loadedFnPtr points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeformationMap3SGIX( @@ -445601,6 +255923,8 @@ public static void DeformationMap3SGIX( points ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeformationMap3SGIX( [NativeTypeName("GLenum")] Constant target, @@ -445640,7 +255964,6 @@ void IGL.DeformationMap3SGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445677,6 +256000,7 @@ public static void DeformationMap3SGIX( points ); + [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeformSGIX([NativeTypeName("GLbitfield")] uint mask) => ( @@ -445687,17 +256011,17 @@ _slots[459] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeformSGIX([NativeTypeName("GLbitfield")] uint mask) => ThisThread.DeformSGIX(mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeformSGIX([NativeTypeName("GLbitfield")] Constant mask) => ((IGL)this).DeformSGIX((uint)mask); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445705,6 +256029,7 @@ public static void DeformSGIX( [NativeTypeName("GLbitfield")] Constant mask ) => ThisThread.DeformSGIX(mask); + [NativeFunction("opengl", EntryPoint = "glDeleteAsyncMarkersSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteAsyncMarkersSGIX( [NativeTypeName("GLuint")] uint marker, @@ -445718,7 +256043,6 @@ _slots[460] is not null and var loadedFnPtr ) )(marker, range); - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glDeleteAsyncMarkersSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteAsyncMarkersSGIX( @@ -445726,62 +256050,19 @@ public static void DeleteAsyncMarkersSGIX( [NativeTypeName("GLsizei")] uint range ) => ThisThread.DeleteAsyncMarkersSGIX(marker, range); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers) => ((IGL)this).DeleteBuffers(1, (uint*)&buffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers) => ThisThread.DeleteBuffer(buffers); + [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteBuffers( [NativeTypeName("GLsizei")] uint n, @@ -445795,52 +256076,6 @@ _slots[461] is not null and var loadedFnPtr ) )(n, buffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteBuffers( @@ -445848,6 +256083,8 @@ public static void DeleteBuffers( [NativeTypeName("const GLuint *")] uint* buffers ) => ThisThread.DeleteBuffers(n, buffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteBuffers( [NativeTypeName("GLsizei")] uint n, @@ -445860,52 +256097,6 @@ void IGL.DeleteBuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445914,6 +256105,7 @@ public static void DeleteBuffers( [NativeTypeName("const GLuint *")] Ref buffers ) => ThisThread.DeleteBuffers(n, buffers); + [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteBuffersARB( [NativeTypeName("GLsizei")] uint n, @@ -445927,7 +256119,6 @@ _slots[462] is not null and var loadedFnPtr ) )(n, buffers); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteBuffersARB( @@ -445935,6 +256126,8 @@ public static void DeleteBuffersARB( [NativeTypeName("const GLuint *")] uint* buffers ) => ThisThread.DeleteBuffersARB(n, buffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteBuffersARB( [NativeTypeName("GLsizei")] uint n, @@ -445947,7 +256140,6 @@ void IGL.DeleteBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -445956,17 +256148,19 @@ public static void DeleteBuffersARB( [NativeTypeName("const GLuint *")] Ref buffers ) => ThisThread.DeleteBuffersARB(n, buffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers) => ((IGL)this).DeleteBuffersARB(1, (uint*)&buffers); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers) => ThisThread.DeleteBuffersARB(buffers); + [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteCommandListsNV( [NativeTypeName("GLsizei")] uint n, @@ -445980,8 +256174,6 @@ _slots[463] is not null and var loadedFnPtr ) )(n, lists); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteCommandListsNV( @@ -445989,6 +256181,8 @@ public static void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] uint* lists ) => ThisThread.DeleteCommandListsNV(n, lists); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteCommandListsNV( [NativeTypeName("GLsizei")] uint n, @@ -446001,8 +256195,6 @@ void IGL.DeleteCommandListsNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446011,20 +256203,21 @@ public static void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] Ref lists ) => ThisThread.DeleteCommandListsNV(n, lists); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists) => ((IGL)this).DeleteCommandListsNV(1, (uint*)&lists); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists) => ThisThread.DeleteCommandListsNV(lists); + [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeleteFencesApple( + void IGL.DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* fences ) => @@ -446036,46 +256229,48 @@ _slots[464] is not null and var loadedFnPtr ) )(n, fences); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DeleteFencesApple( + public static void DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* fences - ) => ThisThread.DeleteFencesApple(n, fences); + ) => ThisThread.DeleteFencesAPPLE(n, fences); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeleteFencesApple( + void IGL.DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref fences ) { fixed (uint* __dsl_fences = fences) { - ((IGL)this).DeleteFencesApple(n, __dsl_fences); + ((IGL)this).DeleteFencesAPPLE(n, __dsl_fences); } } - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DeleteFencesApple( + public static void DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref fences - ) => ThisThread.DeleteFencesApple(n, fences); + ) => ThisThread.DeleteFencesAPPLE(n, fences); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences) => - ((IGL)this).DeleteFencesApple(1, (uint*)&fences); + void IGL.DeleteFencesAPPLE([NativeTypeName("const GLuint *")] uint fences) => + ((IGL)this).DeleteFencesAPPLE(1, (uint*)&fences); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences) => - ThisThread.DeleteFencesApple(fences); + public static void DeleteFencesAPPLE([NativeTypeName("const GLuint *")] uint fences) => + ThisThread.DeleteFencesAPPLE(fences); + [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFencesNV( [NativeTypeName("GLsizei")] uint n, @@ -446089,9 +256284,6 @@ _slots[465] is not null and var loadedFnPtr ) )(n, fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteFencesNV( @@ -446099,6 +256291,8 @@ public static void DeleteFencesNV( [NativeTypeName("const GLuint *")] uint* fences ) => ThisThread.DeleteFencesNV(n, fences); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFencesNV( [NativeTypeName("GLsizei")] uint n, @@ -446111,9 +256305,6 @@ void IGL.DeleteFencesNV( } } - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446122,19 +256313,19 @@ public static void DeleteFencesNV( [NativeTypeName("const GLuint *")] Ref fences ) => ThisThread.DeleteFencesNV(n, fences); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences) => ((IGL)this).DeleteFencesNV(1, (uint*)&fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences) => ThisThread.DeleteFencesNV(fences); + [NativeFunction("opengl", EntryPoint = "glDeleteFragmentShaderATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id) => ( @@ -446148,63 +256339,24 @@ _slots[466] is not null and var loadedFnPtr ) )(id); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glDeleteFragmentShaderATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id) => ThisThread.DeleteFragmentShaderATI(id); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFramebuffer([NativeTypeName("const GLuint *")] uint framebuffers) => ((IGL)this).DeleteFramebuffers(1, (uint*)&framebuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteFramebuffer([NativeTypeName("const GLuint *")] uint framebuffers) => ThisThread.DeleteFramebuffer(framebuffers); + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFramebuffers( [NativeTypeName("GLsizei")] uint n, @@ -446218,47 +256370,6 @@ _slots[467] is not null and var loadedFnPtr ) )(n, framebuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteFramebuffers( @@ -446266,6 +256377,8 @@ public static void DeleteFramebuffers( [NativeTypeName("const GLuint *")] uint* framebuffers ) => ThisThread.DeleteFramebuffers(n, framebuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFramebuffers( [NativeTypeName("GLsizei")] uint n, @@ -446278,47 +256391,6 @@ void IGL.DeleteFramebuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446327,6 +256399,7 @@ public static void DeleteFramebuffers( [NativeTypeName("const GLuint *")] Ref framebuffers ) => ThisThread.DeleteFramebuffers(n, framebuffers); + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFramebuffersEXT( [NativeTypeName("GLsizei")] uint n, @@ -446340,7 +256413,6 @@ _slots[468] is not null and var loadedFnPtr ) )(n, framebuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteFramebuffersEXT( @@ -446348,6 +256420,8 @@ public static void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint* framebuffers ) => ThisThread.DeleteFramebuffersEXT(n, framebuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFramebuffersEXT( [NativeTypeName("GLsizei")] uint n, @@ -446360,7 +256434,6 @@ void IGL.DeleteFramebuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446369,11 +256442,12 @@ public static void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] Ref framebuffers ) => ThisThread.DeleteFramebuffersEXT(n, framebuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFramebuffersEXT([NativeTypeName("const GLuint *")] uint framebuffers) => ((IGL)this).DeleteFramebuffersEXT(1, (uint*)&framebuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446381,17 +256455,20 @@ public static void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint framebuffers ) => ThisThread.DeleteFramebuffersEXT(framebuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeleteFramebuffersO([NativeTypeName("const GLuint *")] uint framebuffers) => + void IGL.DeleteFramebuffersOOES([NativeTypeName("const GLuint *")] uint framebuffers) => ((IGL)this).DeleteFramebuffersOES(1, (uint*)&framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DeleteFramebuffersO([NativeTypeName("const GLuint *")] uint framebuffers) => - ThisThread.DeleteFramebuffersO(framebuffers); + public static void DeleteFramebuffersOOES( + [NativeTypeName("const GLuint *")] uint framebuffers + ) => ThisThread.DeleteFramebuffersOOES(framebuffers); + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFramebuffersOES( [NativeTypeName("GLsizei")] uint n, @@ -446405,7 +256482,6 @@ _slots[469] is not null and var loadedFnPtr ) )(n, framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteFramebuffersOES( @@ -446413,6 +256489,8 @@ public static void DeleteFramebuffersOES( [NativeTypeName("const GLuint *")] uint* framebuffers ) => ThisThread.DeleteFramebuffersOES(n, framebuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteFramebuffersOES( [NativeTypeName("GLsizei")] uint n, @@ -446425,7 +256503,6 @@ void IGL.DeleteFramebuffersOES( } } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446434,6 +256511,7 @@ public static void DeleteFramebuffersOES( [NativeTypeName("const GLuint *")] Ref framebuffers ) => ThisThread.DeleteFramebuffersOES(n, framebuffers); + [NativeFunction("opengl", EntryPoint = "glDeleteLists")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteLists( [NativeTypeName("GLuint")] uint list, @@ -446447,31 +256525,6 @@ _slots[470] is not null and var loadedFnPtr ) )(list, range); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteLists")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteLists( @@ -446479,6 +256532,7 @@ public static void DeleteLists( [NativeTypeName("GLsizei")] uint range ) => ThisThread.DeleteLists(list, range); + [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteMemoryObjectsEXT( [NativeTypeName("GLsizei")] uint n, @@ -446492,8 +256546,6 @@ _slots[471] is not null and var loadedFnPtr ) )(n, memoryObjects); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteMemoryObjectsEXT( @@ -446501,6 +256553,8 @@ public static void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] uint* memoryObjects ) => ThisThread.DeleteMemoryObjectsEXT(n, memoryObjects); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteMemoryObjectsEXT( [NativeTypeName("GLsizei")] uint n, @@ -446513,8 +256567,6 @@ void IGL.DeleteMemoryObjectsEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446523,12 +256575,12 @@ public static void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] Ref memoryObjects ) => ThisThread.DeleteMemoryObjectsEXT(n, memoryObjects); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteMemoryObjectsEXT([NativeTypeName("const GLuint *")] uint memoryObjects) => ((IGL)this).DeleteMemoryObjectsEXT(1, (uint*)&memoryObjects); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446536,6 +256588,7 @@ public static void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] uint memoryObjects ) => ThisThread.DeleteMemoryObjectsEXT(memoryObjects); + [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -446549,8 +256602,6 @@ _slots[472] is not null and var loadedFnPtr ) )(namelen, name); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteNamedStringARB( @@ -446558,6 +256609,8 @@ public static void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.DeleteNamedStringARB(namelen, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -446570,8 +256623,6 @@ void IGL.DeleteNamedStringARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446580,18 +256631,19 @@ public static void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.DeleteNamedStringARB(namelen, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name) => ((IGL)this).DeleteNamedStringARB(1, (sbyte*)&name); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name) => ThisThread.DeleteNamedStringARB(name); + [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteNamesAMD( [NativeTypeName("GLenum")] uint identifier, @@ -446606,7 +256658,6 @@ _slots[473] is not null and var loadedFnPtr ) )(identifier, num, names); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteNamesAMD( @@ -446615,6 +256666,8 @@ public static void DeleteNamesAMD( [NativeTypeName("const GLuint *")] uint* names ) => ThisThread.DeleteNamesAMD(identifier, num, names); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteNamesAMD( [NativeTypeName("GLenum")] uint identifier, @@ -446628,7 +256681,6 @@ void IGL.DeleteNamesAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446638,13 +256690,14 @@ public static void DeleteNamesAMD( [NativeTypeName("const GLuint *")] Ref names ) => ThisThread.DeleteNamesAMD(identifier, num, names); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteNamesAMD( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("const GLuint *")] uint names ) => ((IGL)this).DeleteNamesAMD(identifier, 1, (uint*)&names); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446653,6 +256706,7 @@ public static void DeleteNamesAMD( [NativeTypeName("const GLuint *")] uint names ) => ThisThread.DeleteNamesAMD(identifier, names); + [NativeFunction("opengl", EntryPoint = "glDeleteObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteObjectARB([NativeTypeName("GLhandleARB")] uint obj) => ( @@ -446663,12 +256717,12 @@ _slots[474] is not null and var loadedFnPtr ) )(obj); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDeleteObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteObjectARB([NativeTypeName("GLhandleARB")] uint obj) => ThisThread.DeleteObjectARB(obj); + [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteOcclusionQueriesNV( [NativeTypeName("GLsizei")] uint n, @@ -446685,7 +256739,6 @@ _slots[475] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteOcclusionQueriesNV( @@ -446693,6 +256746,8 @@ public static void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] uint* ids ) => ThisThread.DeleteOcclusionQueriesNV(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteOcclusionQueriesNV( [NativeTypeName("GLsizei")] uint n, @@ -446705,7 +256760,6 @@ void IGL.DeleteOcclusionQueriesNV( } } - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446714,17 +256768,19 @@ public static void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] Ref ids ) => ThisThread.DeleteOcclusionQueriesNV(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids) => ((IGL)this).DeleteOcclusionQueriesNV(1, (uint*)&ids); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids) => ThisThread.DeleteOcclusionQueriesNV(ids); + [NativeFunction("opengl", EntryPoint = "glDeletePathsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeletePathNV( [NativeTypeName("GLuint")] uint path, @@ -446738,9 +256794,6 @@ _slots[476] is not null and var loadedFnPtr ) )(path, range); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glDeletePathsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeletePathNV( @@ -446748,6 +256801,7 @@ public static void DeletePathNV( [NativeTypeName("GLsizei")] uint range ) => ThisThread.DeletePathNV(path, range); + [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeletePerfMonitorsAMD( [NativeTypeName("GLsizei")] uint n, @@ -446761,9 +256815,6 @@ _slots[477] is not null and var loadedFnPtr ) )(n, monitors); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeletePerfMonitorsAMD( @@ -446771,6 +256822,8 @@ public static void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] uint* monitors ) => ThisThread.DeletePerfMonitorsAMD(n, monitors); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeletePerfMonitorsAMD( [NativeTypeName("GLsizei")] uint n, @@ -446783,9 +256836,6 @@ void IGL.DeletePerfMonitorsAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -446794,6 +256844,8 @@ public static void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] Ref monitors ) => ThisThread.DeletePerfMonitorsAMD(n, monitors); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.DeletePerfMonitorsAMD() { @@ -446802,16 +256854,14 @@ uint IGL.DeletePerfMonitorsAMD() return monitors; } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint DeletePerfMonitorsAMD() => ThisThread.DeletePerfMonitorsAMD(); + [NativeFunction("opengl", EntryPoint = "glDeletePerfQueryINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeletePerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => + void IGL.DeletePerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle) => ( (delegate* unmanaged)( _slots[478] is not null and var loadedFnPtr @@ -446820,14 +256870,12 @@ _slots[478] is not null and var loadedFnPtr ) )(queryHandle); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glDeletePerfQueryINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DeletePerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => - ThisThread.DeletePerfQueryIntel(queryHandle); + public static void DeletePerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle) => + ThisThread.DeletePerfQueryINTEL(queryHandle); + [NativeFunction("opengl", EntryPoint = "glDeleteProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgram([NativeTypeName("GLuint")] uint program) => ( @@ -446838,90 +256886,24 @@ _slots[479] is not null and var loadedFnPtr ) )(program); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteProgram([NativeTypeName("GLuint")] uint program) => ThisThread.DeleteProgram(program); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramPipeline([NativeTypeName("const GLuint *")] uint pipelines) => ((IGL)this).DeleteProgramPipelines(1, (uint*)&pipelines); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteProgramPipeline([NativeTypeName("const GLuint *")] uint pipelines) => ThisThread.DeleteProgramPipeline(pipelines); + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramPipelines( [NativeTypeName("GLsizei")] uint n, @@ -446935,32 +256917,6 @@ _slots[480] is not null and var loadedFnPtr ) )(n, pipelines); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteProgramPipelines( @@ -446968,6 +256924,8 @@ public static void DeleteProgramPipelines( [NativeTypeName("const GLuint *")] uint* pipelines ) => ThisThread.DeleteProgramPipelines(n, pipelines); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramPipelines( [NativeTypeName("GLsizei")] uint n, @@ -446980,32 +256938,6 @@ void IGL.DeleteProgramPipelines( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447014,6 +256946,7 @@ public static void DeleteProgramPipelines( [NativeTypeName("const GLuint *")] Ref pipelines ) => ThisThread.DeleteProgramPipelines(n, pipelines); + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramPipelinesEXT( [NativeTypeName("GLsizei")] uint n, @@ -447030,7 +256963,6 @@ _slots[481] is not null and var loadedFnPtr ) )(n, pipelines); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteProgramPipelinesEXT( @@ -447038,6 +256970,8 @@ public static void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] uint* pipelines ) => ThisThread.DeleteProgramPipelinesEXT(n, pipelines); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramPipelinesEXT( [NativeTypeName("GLsizei")] uint n, @@ -447050,7 +256984,6 @@ void IGL.DeleteProgramPipelinesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447059,11 +256992,12 @@ public static void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] Ref pipelines ) => ThisThread.DeleteProgramPipelinesEXT(n, pipelines); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramPipelinesEXT([NativeTypeName("const GLuint *")] uint pipelines) => ((IGL)this).DeleteProgramPipelinesEXT(1, (uint*)&pipelines); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447071,6 +257005,7 @@ public static void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] uint pipelines ) => ThisThread.DeleteProgramPipelinesEXT(pipelines); + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramARB( [NativeTypeName("GLsizei")] uint n, @@ -447084,7 +257019,6 @@ _slots[482] is not null and var loadedFnPtr ) )(n, programs); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteProgramARB( @@ -447092,6 +257026,8 @@ public static void DeleteProgramARB( [NativeTypeName("const GLuint *")] uint* programs ) => ThisThread.DeleteProgramARB(n, programs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramARB( [NativeTypeName("GLsizei")] uint n, @@ -447104,7 +257040,6 @@ void IGL.DeleteProgramARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447113,17 +257048,19 @@ public static void DeleteProgramARB( [NativeTypeName("const GLuint *")] Ref programs ) => ThisThread.DeleteProgramARB(n, programs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs) => ((IGL)this).DeleteProgramARB(1, (uint*)&programs); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs) => ThisThread.DeleteProgramARB(programs); + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramNV( [NativeTypeName("GLsizei")] uint n, @@ -447137,7 +257074,6 @@ _slots[483] is not null and var loadedFnPtr ) )(n, programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteProgramNV( @@ -447145,6 +257081,8 @@ public static void DeleteProgramNV( [NativeTypeName("const GLuint *")] uint* programs ) => ThisThread.DeleteProgramNV(n, programs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramNV( [NativeTypeName("GLsizei")] uint n, @@ -447157,7 +257095,6 @@ void IGL.DeleteProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447166,17 +257103,19 @@ public static void DeleteProgramNV( [NativeTypeName("const GLuint *")] Ref programs ) => ThisThread.DeleteProgramNV(n, programs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs) => ((IGL)this).DeleteProgramNV(1, (uint*)&programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs) => ThisThread.DeleteProgramNV(programs); + [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueries( [NativeTypeName("GLsizei")] uint n, @@ -447190,46 +257129,6 @@ _slots[484] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteQueries( @@ -447237,6 +257136,8 @@ public static void DeleteQueries( [NativeTypeName("const GLuint *")] uint* ids ) => ThisThread.DeleteQueries(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueries( [NativeTypeName("GLsizei")] uint n, @@ -447249,46 +257150,6 @@ void IGL.DeleteQueries( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447297,6 +257158,7 @@ public static void DeleteQueries( [NativeTypeName("const GLuint *")] Ref ids ) => ThisThread.DeleteQueries(n, ids); + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueriesARB( [NativeTypeName("GLsizei")] uint n, @@ -447310,7 +257172,6 @@ _slots[485] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteQueriesARB( @@ -447318,6 +257179,8 @@ public static void DeleteQueriesARB( [NativeTypeName("const GLuint *")] uint* ids ) => ThisThread.DeleteQueriesARB(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueriesARB( [NativeTypeName("GLsizei")] uint n, @@ -447330,7 +257193,6 @@ void IGL.DeleteQueriesARB( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447339,17 +257201,19 @@ public static void DeleteQueriesARB( [NativeTypeName("const GLuint *")] Ref ids ) => ThisThread.DeleteQueriesARB(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids) => ((IGL)this).DeleteQueriesARB(1, (uint*)&ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids) => ThisThread.DeleteQueriesARB(ids); + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueriesEXT( [NativeTypeName("GLsizei")] uint n, @@ -447363,10 +257227,6 @@ _slots[486] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteQueriesEXT( @@ -447374,6 +257234,8 @@ public static void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] uint* ids ) => ThisThread.DeleteQueriesEXT(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueriesEXT( [NativeTypeName("GLsizei")] uint n, @@ -447386,10 +257248,6 @@ void IGL.DeleteQueriesEXT( } } - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447398,70 +257256,31 @@ public static void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] Ref ids ) => ThisThread.DeleteQueriesEXT(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids) => ((IGL)this).DeleteQueriesEXT(1, (uint*)&ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids) => ThisThread.DeleteQueriesEXT(ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQuery([NativeTypeName("const GLuint *")] uint ids) => ((IGL)this).DeleteQueries(1, (uint*)&ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteQuery([NativeTypeName("const GLuint *")] uint ids) => ThisThread.DeleteQuery(ids); + [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueryResourceTagNV( [NativeTypeName("GLsizei")] uint n, @@ -447478,7 +257297,6 @@ _slots[487] is not null and var loadedFnPtr ) )(n, tagIds); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteQueryResourceTagNV( @@ -447486,6 +257304,8 @@ public static void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] int* tagIds ) => ThisThread.DeleteQueryResourceTagNV(n, tagIds); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueryResourceTagNV( [NativeTypeName("GLsizei")] uint n, @@ -447498,7 +257318,6 @@ void IGL.DeleteQueryResourceTagNV( } } - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447507,68 +257326,31 @@ public static void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] Ref tagIds ) => ThisThread.DeleteQueryResourceTagNV(n, tagIds); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds) => ((IGL)this).DeleteQueryResourceTagNV(1, (int*)&tagIds); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds) => ThisThread.DeleteQueryResourceTagNV(tagIds); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteRenderbuffer([NativeTypeName("const GLuint *")] uint renderbuffers) => ((IGL)this).DeleteRenderbuffers(1, (uint*)&renderbuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteRenderbuffer([NativeTypeName("const GLuint *")] uint renderbuffers) => ThisThread.DeleteRenderbuffer(renderbuffers); + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteRenderbuffers( [NativeTypeName("GLsizei")] uint n, @@ -447582,47 +257364,6 @@ _slots[488] is not null and var loadedFnPtr ) )(n, renderbuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteRenderbuffers( @@ -447630,6 +257371,8 @@ public static void DeleteRenderbuffers( [NativeTypeName("const GLuint *")] uint* renderbuffers ) => ThisThread.DeleteRenderbuffers(n, renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteRenderbuffers( [NativeTypeName("GLsizei")] uint n, @@ -447642,47 +257385,6 @@ void IGL.DeleteRenderbuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447691,6 +257393,7 @@ public static void DeleteRenderbuffers( [NativeTypeName("const GLuint *")] Ref renderbuffers ) => ThisThread.DeleteRenderbuffers(n, renderbuffers); + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteRenderbuffersEXT( [NativeTypeName("GLsizei")] uint n, @@ -447704,7 +257407,6 @@ _slots[489] is not null and var loadedFnPtr ) )(n, renderbuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteRenderbuffersEXT( @@ -447712,6 +257414,8 @@ public static void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint* renderbuffers ) => ThisThread.DeleteRenderbuffersEXT(n, renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteRenderbuffersEXT( [NativeTypeName("GLsizei")] uint n, @@ -447724,7 +257428,6 @@ void IGL.DeleteRenderbuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447733,11 +257436,12 @@ public static void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] Ref renderbuffers ) => ThisThread.DeleteRenderbuffersEXT(n, renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteRenderbuffersEXT([NativeTypeName("const GLuint *")] uint renderbuffers) => ((IGL)this).DeleteRenderbuffersEXT(1, (uint*)&renderbuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447745,18 +257449,20 @@ public static void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint renderbuffers ) => ThisThread.DeleteRenderbuffersEXT(renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeleteRenderbuffersO([NativeTypeName("const GLuint *")] uint renderbuffers) => + void IGL.DeleteRenderbuffersOOES([NativeTypeName("const GLuint *")] uint renderbuffers) => ((IGL)this).DeleteRenderbuffersOES(1, (uint*)&renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DeleteRenderbuffersO( + public static void DeleteRenderbuffersOOES( [NativeTypeName("const GLuint *")] uint renderbuffers - ) => ThisThread.DeleteRenderbuffersO(renderbuffers); + ) => ThisThread.DeleteRenderbuffersOOES(renderbuffers); + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteRenderbuffersOES( [NativeTypeName("GLsizei")] uint n, @@ -447770,7 +257476,6 @@ _slots[490] is not null and var loadedFnPtr ) )(n, renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteRenderbuffersOES( @@ -447778,6 +257483,8 @@ public static void DeleteRenderbuffersOES( [NativeTypeName("const GLuint *")] uint* renderbuffers ) => ThisThread.DeleteRenderbuffersOES(n, renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteRenderbuffersOES( [NativeTypeName("GLsizei")] uint n, @@ -447790,7 +257497,6 @@ void IGL.DeleteRenderbuffersOES( } } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447799,51 +257505,19 @@ public static void DeleteRenderbuffersOES( [NativeTypeName("const GLuint *")] Ref renderbuffers ) => ThisThread.DeleteRenderbuffersOES(n, renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteSampler([NativeTypeName("const GLuint *")] uint samplers) => ((IGL)this).DeleteSamplers(1, (uint*)&samplers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteSampler([NativeTypeName("const GLuint *")] uint samplers) => ThisThread.DeleteSampler(samplers); + [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteSamplers( [NativeTypeName("GLsizei")] uint count, @@ -447857,41 +257531,6 @@ _slots[491] is not null and var loadedFnPtr ) )(count, samplers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteSamplers( @@ -447899,6 +257538,8 @@ public static void DeleteSamplers( [NativeTypeName("const GLuint *")] uint* samplers ) => ThisThread.DeleteSamplers(count, samplers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteSamplers( [NativeTypeName("GLsizei")] uint count, @@ -447911,41 +257552,6 @@ void IGL.DeleteSamplers( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447954,6 +257560,7 @@ public static void DeleteSamplers( [NativeTypeName("const GLuint *")] Ref samplers ) => ThisThread.DeleteSamplers(count, samplers); + [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteSemaphoresEXT( [NativeTypeName("GLsizei")] uint n, @@ -447967,8 +257574,6 @@ _slots[492] is not null and var loadedFnPtr ) )(n, semaphores); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteSemaphoresEXT( @@ -447976,6 +257581,8 @@ public static void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] uint* semaphores ) => ThisThread.DeleteSemaphoresEXT(n, semaphores); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteSemaphoresEXT( [NativeTypeName("GLsizei")] uint n, @@ -447988,8 +257595,6 @@ void IGL.DeleteSemaphoresEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -447998,18 +257603,19 @@ public static void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] Ref semaphores ) => ThisThread.DeleteSemaphoresEXT(n, semaphores); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteSemaphoresEXT([NativeTypeName("const GLuint *")] uint semaphores) => ((IGL)this).DeleteSemaphoresEXT(1, (uint*)&semaphores); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteSemaphoresEXT([NativeTypeName("const GLuint *")] uint semaphores) => ThisThread.DeleteSemaphoresEXT(semaphores); + [NativeFunction("opengl", EntryPoint = "glDeleteShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteShader([NativeTypeName("GLuint")] uint shader) => ( @@ -448020,54 +257626,12 @@ _slots[493] is not null and var loadedFnPtr ) )(shader); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteShader([NativeTypeName("GLuint")] uint shader) => ThisThread.DeleteShader(shader); + [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteStatesNV( [NativeTypeName("GLsizei")] uint n, @@ -448081,8 +257645,6 @@ _slots[494] is not null and var loadedFnPtr ) )(n, states); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteStatesNV( @@ -448090,6 +257652,8 @@ public static void DeleteStatesNV( [NativeTypeName("const GLuint *")] uint* states ) => ThisThread.DeleteStatesNV(n, states); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteStatesNV( [NativeTypeName("GLsizei")] uint n, @@ -448102,8 +257666,6 @@ void IGL.DeleteStatesNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -448112,18 +257674,19 @@ public static void DeleteStatesNV( [NativeTypeName("const GLuint *")] Ref states ) => ThisThread.DeleteStatesNV(n, states); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteStatesNV([NativeTypeName("const GLuint *")] uint states) => ((IGL)this).DeleteStatesNV(1, (uint*)&states); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states) => ThisThread.DeleteStatesNV(states); + [NativeFunction("opengl", EntryPoint = "glDeleteSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteSync([NativeTypeName("GLsync")] Sync* sync) => ( @@ -448134,43 +257697,13 @@ _slots[495] is not null and var loadedFnPtr ) )(sync); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDeleteSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteSync([NativeTypeName("GLsync")] Sync* sync) => ThisThread.DeleteSync(sync); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteSync([NativeTypeName("GLsync")] Ref sync) { @@ -448180,46 +257713,15 @@ void IGL.DeleteSync([NativeTypeName("GLsync")] Ref sync) } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteSync([NativeTypeName("GLsync")] Ref sync) => ThisThread.DeleteSync(sync); + [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeleteSyncApple([NativeTypeName("GLsync")] Sync* sync) => + void IGL.DeleteSyncAPPLE([NativeTypeName("GLsync")] Sync* sync) => ( (delegate* unmanaged)( _slots[496] is not null and var loadedFnPtr @@ -448228,94 +257730,41 @@ _slots[496] is not null and var loadedFnPtr ) )(sync); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DeleteSyncApple([NativeTypeName("GLsync")] Sync* sync) => - ThisThread.DeleteSyncApple(sync); + public static void DeleteSyncAPPLE([NativeTypeName("GLsync")] Sync* sync) => + ThisThread.DeleteSyncAPPLE(sync); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeleteSyncApple([NativeTypeName("GLsync")] Ref sync) + void IGL.DeleteSyncAPPLE([NativeTypeName("GLsync")] Ref sync) { fixed (Sync* __dsl_sync = sync) { - ((IGL)this).DeleteSyncApple(__dsl_sync); + ((IGL)this).DeleteSyncAPPLE(__dsl_sync); } } - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync) => - ThisThread.DeleteSyncApple(sync); + public static void DeleteSyncAPPLE([NativeTypeName("GLsync")] Ref sync) => + ThisThread.DeleteSyncAPPLE(sync); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTexture([NativeTypeName("const GLuint *")] uint textures) => ((IGL)this).DeleteTextures(1, (uint*)&textures); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteTexture([NativeTypeName("const GLuint *")] uint textures) => ThisThread.DeleteTexture(textures); + [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTextures( [NativeTypeName("GLsizei")] uint n, @@ -448329,60 +257778,6 @@ _slots[497] is not null and var loadedFnPtr ) )(n, textures); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteTextures( @@ -448390,6 +257785,8 @@ public static void DeleteTextures( [NativeTypeName("const GLuint *")] uint* textures ) => ThisThread.DeleteTextures(n, textures); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTextures( [NativeTypeName("GLsizei")] uint n, @@ -448402,60 +257799,6 @@ void IGL.DeleteTextures( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -448464,6 +257807,7 @@ public static void DeleteTextures( [NativeTypeName("const GLuint *")] Ref textures ) => ThisThread.DeleteTextures(n, textures); + [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTexturesEXT( [NativeTypeName("GLsizei")] uint n, @@ -448477,7 +257821,6 @@ _slots[498] is not null and var loadedFnPtr ) )(n, textures); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteTexturesEXT( @@ -448485,6 +257828,8 @@ public static void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] uint* textures ) => ThisThread.DeleteTexturesEXT(n, textures); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTexturesEXT( [NativeTypeName("GLsizei")] uint n, @@ -448497,7 +257842,6 @@ void IGL.DeleteTexturesEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -448506,55 +257850,31 @@ public static void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] Ref textures ) => ThisThread.DeleteTexturesEXT(n, textures); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures) => ((IGL)this).DeleteTexturesEXT(1, (uint*)&textures); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures) => ThisThread.DeleteTexturesEXT(textures); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids) => ((IGL)this).DeleteTransformFeedbacks(1, (uint*)&ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids) => ThisThread.DeleteTransformFeedback(ids); + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, @@ -448571,34 +257891,6 @@ _slots[499] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteTransformFeedbacks( @@ -448606,6 +257898,8 @@ public static void DeleteTransformFeedbacks( [NativeTypeName("const GLuint *")] uint* ids ) => ThisThread.DeleteTransformFeedbacks(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, @@ -448618,34 +257912,6 @@ void IGL.DeleteTransformFeedbacks( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -448654,6 +257920,7 @@ public static void DeleteTransformFeedbacks( [NativeTypeName("const GLuint *")] Ref ids ) => ThisThread.DeleteTransformFeedbacks(n, ids); + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTransformFeedbacksNV( [NativeTypeName("GLsizei")] uint n, @@ -448670,7 +257937,6 @@ _slots[500] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteTransformFeedbacksNV( @@ -448678,6 +257944,8 @@ public static void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] uint* ids ) => ThisThread.DeleteTransformFeedbacksNV(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTransformFeedbacksNV( [NativeTypeName("GLsizei")] uint n, @@ -448690,7 +257958,6 @@ void IGL.DeleteTransformFeedbacksNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -448699,63 +257966,31 @@ public static void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] Ref ids ) => ThisThread.DeleteTransformFeedbacksNV(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteTransformFeedbacksNV([NativeTypeName("const GLuint *")] uint ids) => ((IGL)this).DeleteTransformFeedbacksNV(1, (uint*)&ids); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteTransformFeedbacksNV([NativeTypeName("const GLuint *")] uint ids) => ThisThread.DeleteTransformFeedbacksNV(ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays) => ((IGL)this).DeleteVertexArrays(1, (uint*)&arrays); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays) => ThisThread.DeleteVertexArray(arrays); + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteVertexArrays( [NativeTypeName("GLsizei")] uint n, @@ -448769,42 +258004,6 @@ _slots[501] is not null and var loadedFnPtr ) )(n, arrays); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteVertexArrays( @@ -448812,6 +258011,8 @@ public static void DeleteVertexArrays( [NativeTypeName("const GLuint *")] uint* arrays ) => ThisThread.DeleteVertexArrays(n, arrays); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteVertexArrays( [NativeTypeName("GLsizei")] uint n, @@ -448824,42 +258025,6 @@ void IGL.DeleteVertexArrays( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -448868,8 +258033,9 @@ public static void DeleteVertexArrays( [NativeTypeName("const GLuint *")] Ref arrays ) => ThisThread.DeleteVertexArrays(n, arrays); + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeleteVertexArraysApple( + void IGL.DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays ) => @@ -448884,58 +258050,60 @@ _slots[502] is not null and var loadedFnPtr ) )(n, arrays); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DeleteVertexArraysApple( + public static void DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays - ) => ThisThread.DeleteVertexArraysApple(n, arrays); + ) => ThisThread.DeleteVertexArraysAPPLE(n, arrays); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeleteVertexArraysApple( + void IGL.DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref arrays ) { fixed (uint* __dsl_arrays = arrays) { - ((IGL)this).DeleteVertexArraysApple(n, __dsl_arrays); + ((IGL)this).DeleteVertexArraysAPPLE(n, __dsl_arrays); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DeleteVertexArraysApple( + public static void DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref arrays - ) => ThisThread.DeleteVertexArraysApple(n, arrays); + ) => ThisThread.DeleteVertexArraysAPPLE(n, arrays); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeleteVertexArraysApple([NativeTypeName("const GLuint *")] uint arrays) => - ((IGL)this).DeleteVertexArraysApple(1, (uint*)&arrays); + void IGL.DeleteVertexArraysAPPLE([NativeTypeName("const GLuint *")] uint arrays) => + ((IGL)this).DeleteVertexArraysAPPLE(1, (uint*)&arrays); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DeleteVertexArraysApple([NativeTypeName("const GLuint *")] uint arrays) => - ThisThread.DeleteVertexArraysApple(arrays); + public static void DeleteVertexArraysAPPLE([NativeTypeName("const GLuint *")] uint arrays) => + ThisThread.DeleteVertexArraysAPPLE(arrays); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays) => + void IGL.DeleteVertexArraysOOES([NativeTypeName("const GLuint *")] uint arrays) => ((IGL)this).DeleteVertexArraysOES(1, (uint*)&arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays) => - ThisThread.DeleteVertexArraysO(arrays); + public static void DeleteVertexArraysOOES([NativeTypeName("const GLuint *")] uint arrays) => + ThisThread.DeleteVertexArraysOOES(arrays); + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteVertexArraysOES( [NativeTypeName("GLsizei")] uint n, @@ -448949,8 +258117,6 @@ _slots[503] is not null and var loadedFnPtr ) )(n, arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteVertexArraysOES( @@ -448958,6 +258124,8 @@ public static void DeleteVertexArraysOES( [NativeTypeName("const GLuint *")] uint* arrays ) => ThisThread.DeleteVertexArraysOES(n, arrays); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteVertexArraysOES( [NativeTypeName("GLsizei")] uint n, @@ -448970,8 +258138,6 @@ void IGL.DeleteVertexArraysOES( } } - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -448980,6 +258146,7 @@ public static void DeleteVertexArraysOES( [NativeTypeName("const GLuint *")] Ref arrays ) => ThisThread.DeleteVertexArraysOES(n, arrays); + [NativeFunction("opengl", EntryPoint = "glDeleteVertexShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DeleteVertexShaderEXT([NativeTypeName("GLuint")] uint id) => ( @@ -448990,12 +258157,12 @@ _slots[504] is not null and var loadedFnPtr ) )(id); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DeleteVertexShaderEXT([NativeTypeName("GLuint")] uint id) => ThisThread.DeleteVertexShaderEXT(id); + [NativeFunction("opengl", EntryPoint = "glDepthBoundsdNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthBoundsNV( [NativeTypeName("GLdouble")] double zmin, @@ -449009,8 +258176,6 @@ _slots[505] is not null and var loadedFnPtr ) )(zmin, zmax); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glDepthBoundsdNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthBoundsNV( @@ -449018,6 +258183,7 @@ public static void DepthBoundsNV( [NativeTypeName("GLdouble")] double zmax ) => ThisThread.DepthBoundsNV(zmin, zmax); + [NativeFunction("opengl", EntryPoint = "glDepthBoundsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthBoundsEXT( [NativeTypeName("GLclampd")] double zmin, @@ -449031,7 +258197,6 @@ _slots[506] is not null and var loadedFnPtr ) )(zmin, zmax); - [SupportedApiProfile("gl", ["GL_EXT_depth_bounds_test"])] [NativeFunction("opengl", EntryPoint = "glDepthBoundsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthBoundsEXT( @@ -449039,6 +258204,7 @@ public static void DepthBoundsEXT( [NativeTypeName("GLclampd")] double zmax ) => ThisThread.DepthBoundsEXT(zmin, zmax); + [NativeFunction("opengl", EntryPoint = "glDepthFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthFunc([NativeTypeName("GLenum")] uint func) => ( @@ -449049,127 +258215,17 @@ _slots[507] is not null and var loadedFnPtr ) )(func); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthFunc([NativeTypeName("GLenum")] uint func) => ThisThread.DepthFunc(func); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDepthFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthFunc([NativeTypeName("GLenum")] Constant func) => ((IGL)this).DepthFunc((uint)func); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -449177,6 +258233,7 @@ public static void DepthFunc( [NativeTypeName("GLenum")] Constant func ) => ThisThread.DepthFunc(func); + [NativeFunction("opengl", EntryPoint = "glDepthMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthMask([NativeTypeName("GLboolean")] uint flag) => ( @@ -449187,133 +258244,24 @@ _slots[508] is not null and var loadedFnPtr ) )(flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthMask([NativeTypeName("GLboolean")] uint flag) => ThisThread.DepthMask(flag); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDepthMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthMask([NativeTypeName("GLboolean")] MaybeBool flag) => ((IGL)this).DepthMask((uint)flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthMask([NativeTypeName("GLboolean")] MaybeBool flag) => ThisThread.DepthMask(flag); + [NativeFunction("opengl", EntryPoint = "glDepthRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRange( [NativeTypeName("GLdouble")] double n, @@ -449327,56 +258275,6 @@ _slots[509] is not null and var loadedFnPtr ) )(n, f); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDepthRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRange( @@ -449384,6 +258282,7 @@ public static void DepthRange( [NativeTypeName("GLdouble")] double f ) => ThisThread.DepthRange(n, f); + [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeArrayNV( [NativeTypeName("GLuint")] uint first, @@ -449398,8 +258297,6 @@ _slots[510] is not null and var loadedFnPtr ) )(first, count, v); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRangeArrayNV( @@ -449408,6 +258305,8 @@ public static void DepthRangeArrayNV( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.DepthRangeArrayNV(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeArrayNV( [NativeTypeName("GLuint")] uint first, @@ -449421,8 +258320,6 @@ void IGL.DepthRangeArrayNV( } } - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -449432,6 +258329,7 @@ public static void DepthRangeArrayNV( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.DepthRangeArrayNV(first, count, v); + [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeArrayNV( [NativeTypeName("GLuint")] uint first, @@ -449446,7 +258344,6 @@ _slots[511] is not null and var loadedFnPtr ) )(first, count, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRangeArrayNV( @@ -449455,6 +258352,8 @@ public static void DepthRangeArrayNV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.DepthRangeArrayNV(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeArrayNV( [NativeTypeName("GLuint")] uint first, @@ -449468,7 +258367,6 @@ void IGL.DepthRangeArrayNV( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -449478,6 +258376,7 @@ public static void DepthRangeArrayNV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.DepthRangeArrayNV(first, count, v); + [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeArrayOES( [NativeTypeName("GLuint")] uint first, @@ -449492,7 +258391,6 @@ _slots[512] is not null and var loadedFnPtr ) )(first, count, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRangeArrayOES( @@ -449501,6 +258399,8 @@ public static void DepthRangeArrayOES( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.DepthRangeArrayOES(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeArrayOES( [NativeTypeName("GLuint")] uint first, @@ -449514,7 +258414,6 @@ void IGL.DepthRangeArrayOES( } } - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -449524,6 +258423,7 @@ public static void DepthRangeArrayOES( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.DepthRangeArrayOES(first, count, v); + [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeArray( [NativeTypeName("GLuint")] uint first, @@ -449538,32 +258438,6 @@ _slots[513] is not null and var loadedFnPtr ) )(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRangeArray( @@ -449572,6 +258446,8 @@ public static void DepthRangeArray( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.DepthRangeArray(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeArray( [NativeTypeName("GLuint")] uint first, @@ -449585,32 +258461,6 @@ void IGL.DepthRangeArray( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -449620,38 +258470,14 @@ public static void DepthRangeArray( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.DepthRangeArray(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeArray( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLdouble *")] double v ) => ((IGL)this).DepthRangeArray(first, 1, (double*)&v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -449660,6 +258486,7 @@ public static void DepthRangeArray( [NativeTypeName("const GLdouble *")] double v ) => ThisThread.DepthRangeArray(first, v); + [NativeFunction("opengl", EntryPoint = "glDepthRangedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeNV( [NativeTypeName("GLdouble")] double zNear, @@ -449673,8 +258500,6 @@ _slots[514] is not null and var loadedFnPtr ) )(zNear, zFar); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glDepthRangedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRangeNV( @@ -449682,6 +258507,7 @@ public static void DepthRangeNV( [NativeTypeName("GLdouble")] double zFar ) => ThisThread.DepthRangeNV(zNear, zFar); + [NativeFunction("opengl", EntryPoint = "glDepthRangef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRange([NativeTypeName("GLfloat")] float n, [NativeTypeName("GLfloat")] float f) => ( @@ -449692,38 +258518,6 @@ _slots[515] is not null and var loadedFnPtr ) )(n, f); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDepthRangef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRange( @@ -449731,6 +258525,7 @@ public static void DepthRange( [NativeTypeName("GLfloat")] float f ) => ThisThread.DepthRange(n, f); + [NativeFunction("opengl", EntryPoint = "glDepthRangefOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeOES( [NativeTypeName("GLclampf")] float n, @@ -449744,8 +258539,6 @@ _slots[516] is not null and var loadedFnPtr ) )(n, f); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glDepthRangefOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRangeOES( @@ -449753,6 +258546,7 @@ public static void DepthRangeOES( [NativeTypeName("GLclampf")] float f ) => ThisThread.DepthRangeOES(n, f); + [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeIndexed( [NativeTypeName("GLuint")] uint index, @@ -449767,32 +258561,6 @@ _slots[517] is not null and var loadedFnPtr ) )(index, n, f); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRangeIndexed( @@ -449801,6 +258569,7 @@ public static void DepthRangeIndexed( [NativeTypeName("GLdouble")] double f ) => ThisThread.DepthRangeIndexed(index, n, f); + [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexeddNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -449815,8 +258584,6 @@ _slots[518] is not null and var loadedFnPtr ) )(index, n, f); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexeddNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRangeIndexedNV( @@ -449825,6 +258592,7 @@ public static void DepthRangeIndexedNV( [NativeTypeName("GLdouble")] double f ) => ThisThread.DepthRangeIndexedNV(index, n, f); + [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexedfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -449839,7 +258607,6 @@ _slots[519] is not null and var loadedFnPtr ) )(index, n, f); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexedfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRangeIndexedNV( @@ -449848,6 +258615,7 @@ public static void DepthRangeIndexedNV( [NativeTypeName("GLfloat")] float f ) => ThisThread.DepthRangeIndexedNV(index, n, f); + [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexedfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangeIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -449862,7 +258630,6 @@ _slots[520] is not null and var loadedFnPtr ) )(index, n, f); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexedfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRangeIndexedOES( @@ -449871,6 +258638,7 @@ public static void DepthRangeIndexedOES( [NativeTypeName("GLfloat")] float f ) => ThisThread.DepthRangeIndexedOES(index, n, f); + [NativeFunction("opengl", EntryPoint = "glDepthRangex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangex([NativeTypeName("GLfixed")] int n, [NativeTypeName("GLfixed")] int f) => ( @@ -449881,7 +258649,6 @@ _slots[521] is not null and var loadedFnPtr ) )(n, f); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthRangex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRangex( @@ -449889,6 +258656,7 @@ public static void DepthRangex( [NativeTypeName("GLfixed")] int f ) => ThisThread.DepthRangex(n, f); + [NativeFunction("opengl", EntryPoint = "glDepthRangexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DepthRangexOES([NativeTypeName("GLfixed")] int n, [NativeTypeName("GLfixed")] int f) => ( @@ -449899,8 +258667,6 @@ _slots[522] is not null and var loadedFnPtr ) )(n, f); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glDepthRangexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DepthRangexOES( @@ -449908,6 +258674,7 @@ public static void DepthRangexOES( [NativeTypeName("GLfixed")] int f ) => ThisThread.DepthRangexOES(n, f); + [NativeFunction("opengl", EntryPoint = "glDetachObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DetachObjectARB( [NativeTypeName("GLhandleARB")] uint containerObj, @@ -449921,7 +258688,6 @@ _slots[523] is not null and var loadedFnPtr ) )(containerObj, attachedObj); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDetachObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DetachObjectARB( @@ -449929,6 +258695,7 @@ public static void DetachObjectARB( [NativeTypeName("GLhandleARB")] uint attachedObj ) => ThisThread.DetachObjectARB(containerObj, attachedObj); + [NativeFunction("opengl", EntryPoint = "glDetachShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DetachShader( [NativeTypeName("GLuint")] uint program, @@ -449942,49 +258709,6 @@ _slots[524] is not null and var loadedFnPtr ) )(program, shader); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDetachShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DetachShader( @@ -449992,6 +258716,7 @@ public static void DetachShader( [NativeTypeName("GLuint")] uint shader ) => ThisThread.DetachShader(program, shader); + [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DetailTexFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -450006,7 +258731,6 @@ _slots[525] is not null and var loadedFnPtr ) )(target, n, points); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DetailTexFuncSGIS( @@ -450015,6 +258739,8 @@ public static void DetailTexFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ) => ThisThread.DetailTexFuncSGIS(target, n, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DetailTexFuncSGIS( [NativeTypeName("GLenum")] Constant target, @@ -450028,7 +258754,6 @@ void IGL.DetailTexFuncSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450038,6 +258763,7 @@ public static void DetailTexFuncSGIS( [NativeTypeName("const GLfloat *")] Ref points ) => ThisThread.DetailTexFuncSGIS(target, n, points); + [NativeFunction("opengl", EntryPoint = "glDisable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Disable([NativeTypeName("GLenum")] uint cap) => ( @@ -450048,132 +258774,23 @@ _slots[526] is not null and var loadedFnPtr ) )(cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDisable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Disable([NativeTypeName("GLenum")] uint cap) => ThisThread.Disable(cap); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDisable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Disable([NativeTypeName("GLenum")] Constant cap) => ((IGL)this).Disable((uint)cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Disable([NativeTypeName("GLenum")] Constant cap) => ThisThread.Disable(cap); + [NativeFunction("opengl", EntryPoint = "glDisableClientState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableClientState([NativeTypeName("GLenum")] uint array) => ( @@ -450184,66 +258801,18 @@ _slots[527] is not null and var loadedFnPtr ) )(array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDisableClientState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableClientState([NativeTypeName("GLenum")] uint array) => ThisThread.DisableClientState(array); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDisableClientState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableClientState( [NativeTypeName("GLenum")] Constant array ) => ((IGL)this).DisableClientState((uint)array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450251,6 +258820,7 @@ public static void DisableClientState( [NativeTypeName("GLenum")] Constant array ) => ThisThread.DisableClientState(array); + [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableClientStateEXT( [NativeTypeName("GLenum")] uint array, @@ -450264,8 +258834,6 @@ _slots[528] is not null and var loadedFnPtr ) )(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableClientStateEXT( @@ -450273,14 +258841,14 @@ public static void DisableClientStateEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableClientStateEXT(array, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableClientStateEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).DisableClientStateEXT((uint)array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450289,6 +258857,7 @@ public static void DisableClientStateEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableClientStateEXT(array, index); + [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableClientStateIndexedEXT( [NativeTypeName("GLenum")] uint array, @@ -450305,8 +258874,6 @@ _slots[529] is not null and var loadedFnPtr ) )(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableClientStateIndexedEXT( @@ -450314,14 +258881,14 @@ public static void DisableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableClientStateIndexedEXT(array, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableClientStateIndexedEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).DisableClientStateIndexedEXT((uint)array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450330,6 +258897,7 @@ public static void DisableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableClientStateIndexedEXT(array, index); + [NativeFunction("opengl", EntryPoint = "glDisableDriverControlQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableDriverControlQCOM([NativeTypeName("GLuint")] uint driverControl) => ( @@ -450343,13 +258911,12 @@ _slots[530] is not null and var loadedFnPtr ) )(driverControl); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glDisableDriverControlQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableDriverControlQCOM([NativeTypeName("GLuint")] uint driverControl) => ThisThread.DisableDriverControlQCOM(driverControl); + [NativeFunction("opengl", EntryPoint = "glDisablei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Disable( [NativeTypeName("GLenum")] uint target, @@ -450363,40 +258930,6 @@ _slots[531] is not null and var loadedFnPtr ) )(target, index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDisablei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Disable( @@ -450404,46 +258937,14 @@ public static void Disable( [NativeTypeName("GLuint")] uint index ) => ThisThread.Disable(target, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDisablei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Disable( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).Disable((uint)target, index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisablei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450452,6 +258953,7 @@ public static void Disable( [NativeTypeName("GLuint")] uint index ) => ThisThread.Disable(target, index); + [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableEXT( [NativeTypeName("GLenum")] uint target, @@ -450465,7 +258967,6 @@ _slots[532] is not null and var loadedFnPtr ) )(target, index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableEXT( @@ -450473,13 +258974,14 @@ public static void DisableEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableEXT(target, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).DisableEXT((uint)target, index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450488,6 +258990,7 @@ public static void DisableEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableEXT(target, index); + [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -450501,8 +259004,6 @@ _slots[533] is not null and var loadedFnPtr ) )(target, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableIndexedEXT( @@ -450510,14 +259011,14 @@ public static void DisableIndexedEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableIndexedEXT(target, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableIndexedEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).DisableIndexedEXT((uint)target, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450526,6 +259027,7 @@ public static void DisableIndexedEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableIndexedEXT(target, index); + [NativeFunction("opengl", EntryPoint = "glDisableiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableNV( [NativeTypeName("GLenum")] uint target, @@ -450539,7 +259041,6 @@ _slots[534] is not null and var loadedFnPtr ) )(target, index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDisableiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableNV( @@ -450547,13 +259048,14 @@ public static void DisableNV( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableNV(target, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDisableiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).DisableNV((uint)target, index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450562,6 +259064,7 @@ public static void DisableNV( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableNV(target, index); + [NativeFunction("opengl", EntryPoint = "glDisableiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableOES( [NativeTypeName("GLenum")] uint target, @@ -450575,7 +259078,6 @@ _slots[535] is not null and var loadedFnPtr ) )(target, index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDisableiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableOES( @@ -450583,13 +259085,14 @@ public static void DisableOES( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableOES(target, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDisableiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).DisableOES((uint)target, index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450598,6 +259101,7 @@ public static void DisableOES( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableOES(target, index); + [NativeFunction("opengl", EntryPoint = "glDisableVariantClientStateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableVariantClientStateEXT([NativeTypeName("GLuint")] uint id) => ( @@ -450611,12 +259115,12 @@ _slots[536] is not null and var loadedFnPtr ) )(id); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDisableVariantClientStateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableVariantClientStateEXT([NativeTypeName("GLuint")] uint id) => ThisThread.DisableVariantClientStateEXT(id); + [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableVertexArrayAttrib( [NativeTypeName("GLuint")] uint vaobj, @@ -450633,16 +259137,6 @@ _slots[537] is not null and var loadedFnPtr ) )(vaobj, index); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableVertexArrayAttrib( @@ -450650,6 +259144,7 @@ public static void DisableVertexArrayAttrib( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableVertexArrayAttrib(vaobj, index); + [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayAttribEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -450666,8 +259161,6 @@ _slots[538] is not null and var loadedFnPtr ) )(vaobj, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayAttribEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableVertexArrayAttribEXT( @@ -450675,6 +259168,7 @@ public static void DisableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.DisableVertexArrayAttribEXT(vaobj, index); + [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -450688,8 +259182,6 @@ _slots[539] is not null and var loadedFnPtr ) )(vaobj, array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableVertexArrayEXT( @@ -450697,14 +259189,14 @@ public static void DisableVertexArrayEXT( [NativeTypeName("GLenum")] uint array ) => ThisThread.DisableVertexArrayEXT(vaobj, array); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] Constant array ) => ((IGL)this).DisableVertexArrayEXT(vaobj, (uint)array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450713,8 +259205,9 @@ public static void DisableVertexArrayEXT( [NativeTypeName("GLenum")] Constant array ) => ThisThread.DisableVertexArrayEXT(vaobj, array); + [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DisableVertexAttribApple( + void IGL.DisableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ) => @@ -450729,14 +259222,14 @@ _slots[540] is not null and var loadedFnPtr ) )(index, pname); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DisableVertexAttribApple( + public static void DisableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => ThisThread.DisableVertexAttribApple(index, pname); + ) => ThisThread.DisableVertexAttribAPPLE(index, pname); + [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribArray")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableVertexAttribArray([NativeTypeName("GLuint")] uint index) => ( @@ -450750,54 +259243,12 @@ _slots[541] is not null and var loadedFnPtr ) )(index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribArray")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableVertexAttribArray([NativeTypeName("GLuint")] uint index) => ThisThread.DisableVertexAttribArray(index); + [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribArrayARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DisableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index) => ( @@ -450811,12 +259262,12 @@ _slots[542] is not null and var loadedFnPtr ) )(index); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribArrayARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DisableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index) => ThisThread.DisableVertexAttribArrayARB(index); + [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DiscardFramebufferEXT( [NativeTypeName("GLenum")] uint target, @@ -450831,8 +259282,6 @@ _slots[543] is not null and var loadedFnPtr ) )(target, numAttachments, attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DiscardFramebufferEXT( @@ -450841,6 +259290,8 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] uint* attachments ) => ThisThread.DiscardFramebufferEXT(target, numAttachments, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DiscardFramebufferEXT( [NativeTypeName("GLenum")] Constant target, @@ -450854,8 +259305,6 @@ void IGL.DiscardFramebufferEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450865,14 +259314,14 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] Ref attachments ) => ThisThread.DiscardFramebufferEXT(target, numAttachments, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DiscardFramebufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLenum *")] uint attachments ) => ((IGL)this).DiscardFramebufferEXT((uint)target, 1, (uint*)&attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450881,6 +259330,8 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] uint attachments ) => ThisThread.DiscardFramebufferEXT(target, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DiscardFramebufferEXT( [NativeTypeName("GLenum")] Constant target, @@ -450898,8 +259349,6 @@ void IGL.DiscardFramebufferEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450909,14 +259358,14 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] Ref attachments ) => ThisThread.DiscardFramebufferEXT(target, numAttachments, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DiscardFramebufferEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLenum *")] GLEnum attachments ) => ((IGL)this).DiscardFramebufferEXT((uint)target, 1, (uint*)(GLEnum*)&attachments); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450925,6 +259374,8 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] GLEnum attachments ) => ThisThread.DiscardFramebufferEXT(target, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DiscardFramebufferEXT( [NativeTypeName("GLenum")] Constant target, @@ -450942,8 +259393,6 @@ void IGL.DiscardFramebufferEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450953,6 +259402,8 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] Ref attachments ) => ThisThread.DiscardFramebufferEXT(target, numAttachments, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DiscardFramebufferEXT( [NativeTypeName("GLenum")] Constant target, @@ -450964,8 +259415,6 @@ void IGL.DiscardFramebufferEXT( (uint*)(InvalidateFramebufferAttachment*)&attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -450974,6 +259423,7 @@ public static void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] InvalidateFramebufferAttachment attachments ) => ThisThread.DiscardFramebufferEXT(target, attachments); + [NativeFunction("opengl", EntryPoint = "glDispatchCompute")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DispatchCompute( [NativeTypeName("GLuint")] uint num_groups_x, @@ -450988,28 +259438,6 @@ _slots[544] is not null and var loadedFnPtr ) )(num_groups_x, num_groups_y, num_groups_z); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDispatchCompute")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DispatchCompute( @@ -451018,6 +259446,7 @@ public static void DispatchCompute( [NativeTypeName("GLuint")] uint num_groups_z ) => ThisThread.DispatchCompute(num_groups_x, num_groups_y, num_groups_z); + [NativeFunction("opengl", EntryPoint = "glDispatchComputeGroupSizeARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DispatchComputeGroupSizeARB( [NativeTypeName("GLuint")] uint num_groups_x, @@ -451038,8 +259467,6 @@ _slots[545] is not null and var loadedFnPtr ) )(num_groups_x, num_groups_y, num_groups_z, group_size_x, group_size_y, group_size_z); - [SupportedApiProfile("gl", ["GL_ARB_compute_variable_group_size"])] - [SupportedApiProfile("glcore", ["GL_ARB_compute_variable_group_size"])] [NativeFunction("opengl", EntryPoint = "glDispatchComputeGroupSizeARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DispatchComputeGroupSizeARB( @@ -451059,6 +259486,7 @@ public static void DispatchComputeGroupSizeARB( group_size_z ); + [NativeFunction("opengl", EntryPoint = "glDispatchComputeIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DispatchComputeIndirect([NativeTypeName("GLintptr")] nint indirect) => ( @@ -451072,33 +259500,12 @@ _slots[546] is not null and var loadedFnPtr ) )(indirect); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDispatchComputeIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DispatchComputeIndirect([NativeTypeName("GLintptr")] nint indirect) => ThisThread.DispatchComputeIndirect(indirect); + [NativeFunction("opengl", EntryPoint = "glDrawArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArrays( [NativeTypeName("GLenum")] uint mode, @@ -451113,60 +259520,6 @@ _slots[547] is not null and var loadedFnPtr ) )(mode, first, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDrawArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawArrays( @@ -451175,6 +259528,8 @@ public static void DrawArrays( [NativeTypeName("GLsizei")] uint count ) => ThisThread.DrawArrays(mode, first, count); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArrays( [NativeTypeName("GLenum")] Constant mode, @@ -451182,60 +259537,6 @@ void IGL.DrawArrays( [NativeTypeName("GLsizei")] uint count ) => ((IGL)this).DrawArrays((uint)mode, first, count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -451245,6 +259546,7 @@ public static void DrawArrays( [NativeTypeName("GLsizei")] uint count ) => ThisThread.DrawArrays(mode, first, count); + [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysEXT( [NativeTypeName("GLenum")] uint mode, @@ -451259,7 +259561,6 @@ _slots[548] is not null and var loadedFnPtr ) )(mode, first, count); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawArraysEXT( @@ -451268,6 +259569,8 @@ public static void DrawArraysEXT( [NativeTypeName("GLsizei")] uint count ) => ThisThread.DrawArraysEXT(mode, first, count); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysEXT( [NativeTypeName("GLenum")] Constant mode, @@ -451275,7 +259578,6 @@ void IGL.DrawArraysEXT( [NativeTypeName("GLsizei")] uint count ) => ((IGL)this).DrawArraysEXT((uint)mode, first, count); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -451285,6 +259587,7 @@ public static void DrawArraysEXT( [NativeTypeName("GLsizei")] uint count ) => ThisThread.DrawArraysEXT(mode, first, count); + [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysIndirect( [NativeTypeName("GLenum")] uint mode, @@ -451298,34 +259601,6 @@ _slots[549] is not null and var loadedFnPtr ) )(mode, indirect); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawArraysIndirect( @@ -451333,6 +259608,8 @@ public static void DrawArraysIndirect( [NativeTypeName("const void *")] void* indirect ) => ThisThread.DrawArraysIndirect(mode, indirect); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysIndirect( [NativeTypeName("GLenum")] Constant mode, @@ -451345,34 +259622,6 @@ void IGL.DrawArraysIndirect( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -451381,6 +259630,7 @@ public static void DrawArraysIndirect( [NativeTypeName("const void *")] Ref indirect ) => ThisThread.DrawArraysIndirect(mode, indirect); + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysInstanced( [NativeTypeName("GLenum")] uint mode, @@ -451396,38 +259646,6 @@ _slots[550] is not null and var loadedFnPtr ) )(mode, first, count, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawArraysInstanced( @@ -451437,6 +259655,8 @@ public static void DrawArraysInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => ThisThread.DrawArraysInstanced(mode, first, count, instancecount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysInstanced( [NativeTypeName("GLenum")] Constant mode, @@ -451445,38 +259665,6 @@ void IGL.DrawArraysInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => ((IGL)this).DrawArraysInstanced((uint)mode, first, count, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -451487,8 +259675,9 @@ public static void DrawArraysInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => ThisThread.DrawArraysInstanced(mode, first, count, instancecount); + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DrawArraysInstancedAngle( + void IGL.DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, @@ -451505,35 +259694,36 @@ _slots[551] is not null and var loadedFnPtr ) )(mode, first, count, primcount); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DrawArraysInstancedAngle( + public static void DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) => ThisThread.DrawArraysInstancedAngle(mode, first, count, primcount); + ) => ThisThread.DrawArraysInstancedANGLE(mode, first, count, primcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DrawArraysInstancedAngle( + void IGL.DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) => ((IGL)this).DrawArraysInstancedAngle((uint)mode, first, count, primcount); + ) => ((IGL)this).DrawArraysInstancedANGLE((uint)mode, first, count, primcount); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DrawArraysInstancedAngle( + public static void DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount - ) => ThisThread.DrawArraysInstancedAngle(mode, first, count, primcount); + ) => ThisThread.DrawArraysInstancedANGLE(mode, first, count, primcount); + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysInstancedARB( [NativeTypeName("GLenum")] uint mode, @@ -451549,8 +259739,6 @@ _slots[552] is not null and var loadedFnPtr ) )(mode, first, count, primcount); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawArraysInstancedARB( @@ -451560,6 +259748,8 @@ public static void DrawArraysInstancedARB( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.DrawArraysInstancedARB(mode, first, count, primcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysInstancedARB( [NativeTypeName("GLenum")] Constant mode, @@ -451568,8 +259758,6 @@ void IGL.DrawArraysInstancedARB( [NativeTypeName("GLsizei")] uint primcount ) => ((IGL)this).DrawArraysInstancedARB((uint)mode, first, count, primcount); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -451580,6 +259768,7 @@ public static void DrawArraysInstancedARB( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.DrawArraysInstancedARB(mode, first, count, primcount); + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysInstancedBaseInstance( [NativeTypeName("GLenum")] uint mode, @@ -451599,30 +259788,6 @@ _slots[553] is not null and var loadedFnPtr ) )(mode, first, count, instancecount, baseinstance); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawArraysInstancedBaseInstance( @@ -451634,6 +259799,8 @@ public static void DrawArraysInstancedBaseInstance( ) => ThisThread.DrawArraysInstancedBaseInstance(mode, first, count, instancecount, baseinstance); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysInstancedBaseInstance( [NativeTypeName("GLenum")] Constant mode, @@ -451650,30 +259817,6 @@ void IGL.DrawArraysInstancedBaseInstance( baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -451686,6 +259829,7 @@ public static void DrawArraysInstancedBaseInstance( ) => ThisThread.DrawArraysInstancedBaseInstance(mode, first, count, instancecount, baseinstance); + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLenum")] uint mode, @@ -451705,7 +259849,6 @@ _slots[554] is not null and var loadedFnPtr ) )(mode, first, count, instancecount, baseinstance); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawArraysInstancedBaseInstanceEXT( @@ -451723,6 +259866,8 @@ public static void DrawArraysInstancedBaseInstanceEXT( baseinstance ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLenum")] Constant mode, @@ -451739,7 +259884,6 @@ void IGL.DrawArraysInstancedBaseInstanceEXT( baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -451758,6 +259902,7 @@ public static void DrawArraysInstancedBaseInstanceEXT( baseinstance ); + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysInstancedEXT( [NativeTypeName("GLenum")] uint mode, @@ -451773,9 +259918,6 @@ _slots[555] is not null and var loadedFnPtr ) )(mode, start, count, primcount); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawArraysInstancedEXT( @@ -451785,6 +259927,8 @@ public static void DrawArraysInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.DrawArraysInstancedEXT(mode, start, count, primcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysInstancedEXT( [NativeTypeName("GLenum")] Constant mode, @@ -451793,9 +259937,6 @@ void IGL.DrawArraysInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ) => ((IGL)this).DrawArraysInstancedEXT((uint)mode, start, count, primcount); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -451806,6 +259947,7 @@ public static void DrawArraysInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.DrawArraysInstancedEXT(mode, start, count, primcount); + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysInstancedNV( [NativeTypeName("GLenum")] uint mode, @@ -451821,7 +259963,6 @@ _slots[556] is not null and var loadedFnPtr ) )(mode, first, count, primcount); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawArraysInstancedNV( @@ -451831,6 +259972,8 @@ public static void DrawArraysInstancedNV( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.DrawArraysInstancedNV(mode, first, count, primcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawArraysInstancedNV( [NativeTypeName("GLenum")] Constant mode, @@ -451839,7 +259982,6 @@ void IGL.DrawArraysInstancedNV( [NativeTypeName("GLsizei")] uint primcount ) => ((IGL)this).DrawArraysInstancedNV((uint)mode, first, count, primcount); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -451850,6 +259992,7 @@ public static void DrawArraysInstancedNV( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.DrawArraysInstancedNV(mode, first, count, primcount); + [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffer([NativeTypeName("GLenum")] uint buf) => ( @@ -451860,115 +260003,17 @@ _slots[557] is not null and var loadedFnPtr ) )(buf); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffer([NativeTypeName("GLenum")] uint buf) => ThisThread.DrawBuffer(buf); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffer([NativeTypeName("GLenum")] Constant buf) => ((IGL)this).DrawBuffer((uint)buf); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -451976,102 +260021,31 @@ public static void DrawBuffer( [NativeTypeName("GLenum")] Constant buf ) => ThisThread.DrawBuffer(buf); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffer([NativeTypeName("const GLenum *")] GLEnum bufs) => ((IGL)this).DrawBuffers(1, (uint*)(GLEnum*)&bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffer([NativeTypeName("const GLenum *")] GLEnum bufs) => ThisThread.DrawBuffer(bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffer([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => ((IGL)this).DrawBuffers(1, (uint*)(DrawBufferMode*)&bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffer([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => ThisThread.DrawBuffer(bufs); + [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffers( [NativeTypeName("GLsizei")] uint n, @@ -452085,44 +260059,6 @@ _slots[558] is not null and var loadedFnPtr ) )(n, bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffers( @@ -452130,6 +260066,8 @@ public static void DrawBuffers( [NativeTypeName("const GLenum *")] uint* bufs ) => ThisThread.DrawBuffers(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffers( [NativeTypeName("GLsizei")] uint n, @@ -452142,44 +260080,6 @@ void IGL.DrawBuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452188,6 +260088,8 @@ public static void DrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.DrawBuffers(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffers( [NativeTypeName("GLsizei")] uint n, @@ -452200,44 +260102,6 @@ void IGL.DrawBuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452246,6 +260110,8 @@ public static void DrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.DrawBuffers(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffers( [NativeTypeName("GLsizei")] uint n, @@ -452258,44 +260124,6 @@ void IGL.DrawBuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452304,6 +260132,7 @@ public static void DrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.DrawBuffers(n, bufs); + [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersARB( [NativeTypeName("GLsizei")] uint n, @@ -452317,7 +260146,6 @@ _slots[559] is not null and var loadedFnPtr ) )(n, bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersARB( @@ -452325,6 +260153,8 @@ public static void DrawBuffersARB( [NativeTypeName("const GLenum *")] uint* bufs ) => ThisThread.DrawBuffersARB(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersARB( [NativeTypeName("GLsizei")] uint n, @@ -452337,7 +260167,6 @@ void IGL.DrawBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452346,17 +260175,20 @@ public static void DrawBuffersARB( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.DrawBuffersARB(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersARB([NativeTypeName("const GLenum *")] uint bufs) => ((IGL)this).DrawBuffersARB(1, (uint*)&bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersARB([NativeTypeName("const GLenum *")] uint bufs) => ThisThread.DrawBuffersARB(bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersARB( [NativeTypeName("GLsizei")] uint n, @@ -452369,7 +260201,6 @@ void IGL.DrawBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452378,17 +260209,20 @@ public static void DrawBuffersARB( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.DrawBuffersARB(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersARB([NativeTypeName("const GLenum *")] GLEnum bufs) => ((IGL)this).DrawBuffersARB(1, (uint*)(GLEnum*)&bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersARB([NativeTypeName("const GLenum *")] GLEnum bufs) => ThisThread.DrawBuffersARB(bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersARB( [NativeTypeName("GLsizei")] uint n, @@ -452401,7 +260235,6 @@ void IGL.DrawBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452410,17 +260243,19 @@ public static void DrawBuffersARB( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.DrawBuffersARB(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersARB([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => ((IGL)this).DrawBuffersARB(1, (uint*)(DrawBufferMode*)&bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersARB([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => ThisThread.DrawBuffersARB(bufs); + [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersATI( [NativeTypeName("GLsizei")] uint n, @@ -452434,7 +260269,6 @@ _slots[560] is not null and var loadedFnPtr ) )(n, bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersATI( @@ -452442,6 +260276,8 @@ public static void DrawBuffersATI( [NativeTypeName("const GLenum *")] uint* bufs ) => ThisThread.DrawBuffersATI(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersATI( [NativeTypeName("GLsizei")] uint n, @@ -452454,7 +260290,6 @@ void IGL.DrawBuffersATI( } } - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452463,17 +260298,20 @@ public static void DrawBuffersATI( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.DrawBuffersATI(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersATI([NativeTypeName("const GLenum *")] uint bufs) => ((IGL)this).DrawBuffersATI(1, (uint*)&bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersATI([NativeTypeName("const GLenum *")] uint bufs) => ThisThread.DrawBuffersATI(bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersATI( [NativeTypeName("GLsizei")] uint n, @@ -452486,7 +260324,6 @@ void IGL.DrawBuffersATI( } } - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452495,17 +260332,20 @@ public static void DrawBuffersATI( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.DrawBuffersATI(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersATI([NativeTypeName("const GLenum *")] GLEnum bufs) => ((IGL)this).DrawBuffersATI(1, (uint*)(GLEnum*)&bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersATI([NativeTypeName("const GLenum *")] GLEnum bufs) => ThisThread.DrawBuffersATI(bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersATI( [NativeTypeName("GLsizei")] uint n, @@ -452518,7 +260358,6 @@ void IGL.DrawBuffersATI( } } - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452527,17 +260366,19 @@ public static void DrawBuffersATI( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.DrawBuffersATI(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersATI([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => ((IGL)this).DrawBuffersATI(1, (uint*)(DrawBufferMode*)&bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersATI([NativeTypeName("const GLenum *")] DrawBufferMode bufs) => ThisThread.DrawBuffersATI(bufs); + [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersEXT( [NativeTypeName("GLsizei")] uint n, @@ -452551,7 +260392,6 @@ _slots[561] is not null and var loadedFnPtr ) )(n, bufs); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersEXT( @@ -452559,6 +260399,8 @@ public static void DrawBuffersEXT( [NativeTypeName("const GLenum *")] uint* bufs ) => ThisThread.DrawBuffersEXT(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersEXT( [NativeTypeName("GLsizei")] uint n, @@ -452571,7 +260413,6 @@ void IGL.DrawBuffersEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452580,17 +260421,19 @@ public static void DrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.DrawBuffersEXT(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersEXT([NativeTypeName("const GLenum *")] uint bufs) => ((IGL)this).DrawBuffersEXT(1, (uint*)&bufs); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersEXT([NativeTypeName("const GLenum *")] uint bufs) => ThisThread.DrawBuffersEXT(bufs); + [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersIndexedEXT( [NativeTypeName("GLint")] int n, @@ -452605,7 +260448,6 @@ _slots[562] is not null and var loadedFnPtr ) )(n, location, indices); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersIndexedEXT( @@ -452614,6 +260456,8 @@ public static void DrawBuffersIndexedEXT( [NativeTypeName("const GLint *")] int* indices ) => ThisThread.DrawBuffersIndexedEXT(n, location, indices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersIndexedEXT( [NativeTypeName("GLint")] int n, @@ -452628,7 +260472,6 @@ void IGL.DrawBuffersIndexedEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452638,6 +260481,7 @@ public static void DrawBuffersIndexedEXT( [NativeTypeName("const GLint *")] Ref indices ) => ThisThread.DrawBuffersIndexedEXT(n, location, indices); + [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersNV( [NativeTypeName("GLsizei")] uint n, @@ -452651,7 +260495,6 @@ _slots[563] is not null and var loadedFnPtr ) )(n, bufs); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersNV( @@ -452659,6 +260502,8 @@ public static void DrawBuffersNV( [NativeTypeName("const GLenum *")] uint* bufs ) => ThisThread.DrawBuffersNV(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersNV( [NativeTypeName("GLsizei")] uint n, @@ -452671,7 +260516,6 @@ void IGL.DrawBuffersNV( } } - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452680,17 +260524,19 @@ public static void DrawBuffersNV( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.DrawBuffersNV(n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawBuffersNV([NativeTypeName("const GLenum *")] uint bufs) => ((IGL)this).DrawBuffersNV(1, (uint*)&bufs); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawBuffersNV([NativeTypeName("const GLenum *")] uint bufs) => ThisThread.DrawBuffersNV(bufs); + [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawCommandsAddressNV( [NativeTypeName("GLenum")] uint primitiveMode, @@ -452706,8 +260552,6 @@ _slots[564] is not null and var loadedFnPtr ) )(primitiveMode, indirects, sizes, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawCommandsAddressNV( @@ -452717,6 +260561,8 @@ public static void DrawCommandsAddressNV( [NativeTypeName("GLuint")] uint count ) => ThisThread.DrawCommandsAddressNV(primitiveMode, indirects, sizes, count); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawCommandsAddressNV( [NativeTypeName("GLenum")] uint primitiveMode, @@ -452732,8 +260578,6 @@ void IGL.DrawCommandsAddressNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452744,6 +260588,7 @@ public static void DrawCommandsAddressNV( [NativeTypeName("GLuint")] uint count ) => ThisThread.DrawCommandsAddressNV(primitiveMode, indirects, sizes, count); + [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawCommandsNV( [NativeTypeName("GLenum")] uint primitiveMode, @@ -452760,8 +260605,6 @@ _slots[565] is not null and var loadedFnPtr ) )(primitiveMode, buffer, indirects, sizes, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawCommandsNV( @@ -452772,6 +260615,8 @@ public static void DrawCommandsNV( [NativeTypeName("GLuint")] uint count ) => ThisThread.DrawCommandsNV(primitiveMode, buffer, indirects, sizes, count); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawCommandsNV( [NativeTypeName("GLenum")] uint primitiveMode, @@ -452788,8 +260633,6 @@ void IGL.DrawCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452801,6 +260644,7 @@ public static void DrawCommandsNV( [NativeTypeName("GLuint")] uint count ) => ThisThread.DrawCommandsNV(primitiveMode, buffer, indirects, sizes, count); + [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawCommandsStatesAddressNV( [NativeTypeName("const GLuint64 *")] ulong* indirects, @@ -452820,8 +260664,6 @@ _slots[566] is not null and var loadedFnPtr ) )(indirects, sizes, states, fbos, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawCommandsStatesAddressNV( @@ -452832,6 +260674,8 @@ public static void DrawCommandsStatesAddressNV( [NativeTypeName("GLuint")] uint count ) => ThisThread.DrawCommandsStatesAddressNV(indirects, sizes, states, fbos, count); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawCommandsStatesAddressNV( [NativeTypeName("const GLuint64 *")] Ref indirects, @@ -452856,8 +260700,6 @@ void IGL.DrawCommandsStatesAddressNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452869,6 +260711,7 @@ public static void DrawCommandsStatesAddressNV( [NativeTypeName("GLuint")] uint count ) => ThisThread.DrawCommandsStatesAddressNV(indirects, sizes, states, fbos, count); + [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint buffer, @@ -452886,8 +260729,6 @@ _slots[567] is not null and var loadedFnPtr ) )(buffer, indirects, sizes, states, fbos, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawCommandsStatesNV( @@ -452899,6 +260740,8 @@ public static void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint count ) => ThisThread.DrawCommandsStatesNV(buffer, indirects, sizes, states, fbos, count); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint buffer, @@ -452925,8 +260768,6 @@ void IGL.DrawCommandsStatesNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -452939,8 +260780,9 @@ public static void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint count ) => ThisThread.DrawCommandsStatesNV(buffer, indirects, sizes, states, fbos, count); + [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DrawElementArrayApple( + void IGL.DrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count @@ -452953,32 +260795,33 @@ _slots[568] is not null and var loadedFnPtr ) )(mode, first, count); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DrawElementArrayApple( + public static void DrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => ThisThread.DrawElementArrayApple(mode, first, count); + ) => ThisThread.DrawElementArrayAPPLE(mode, first, count); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DrawElementArrayApple( + void IGL.DrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => ((IGL)this).DrawElementArrayApple((uint)mode, first, count); + ) => ((IGL)this).DrawElementArrayAPPLE((uint)mode, first, count); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DrawElementArrayApple( + public static void DrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => ThisThread.DrawElementArrayApple(mode, first, count); + ) => ThisThread.DrawElementArrayAPPLE(mode, first, count); + [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementArrayATI( [NativeTypeName("GLenum")] uint mode, @@ -452992,7 +260835,6 @@ _slots[569] is not null and var loadedFnPtr ) )(mode, count); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementArrayATI( @@ -453000,13 +260842,14 @@ public static void DrawElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => ThisThread.DrawElementArrayATI(mode, count); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementArrayATI( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLsizei")] uint count ) => ((IGL)this).DrawElementArrayATI((uint)mode, count); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -453015,6 +260858,7 @@ public static void DrawElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => ThisThread.DrawElementArrayATI(mode, count); + [NativeFunction("opengl", EntryPoint = "glDrawElements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElements( [NativeTypeName("GLenum")] uint mode, @@ -453030,60 +260874,6 @@ _slots[570] is not null and var loadedFnPtr ) )(mode, count, type, indices); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDrawElements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElements( @@ -453093,6 +260883,8 @@ public static void DrawElements( [NativeTypeName("const void *")] void* indices ) => ThisThread.DrawElements(mode, count, type, indices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElements( [NativeTypeName("GLenum")] Constant mode, @@ -453107,60 +260899,6 @@ void IGL.DrawElements( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -453171,6 +260909,7 @@ public static void DrawElements( [NativeTypeName("const void *")] Ref indices ) => ThisThread.DrawElements(mode, count, type, indices); + [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsBaseVertex( [NativeTypeName("GLenum")] uint mode, @@ -453187,38 +260926,6 @@ _slots[571] is not null and var loadedFnPtr ) )(mode, count, type, indices, basevertex); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsBaseVertex( @@ -453229,6 +260936,8 @@ public static void DrawElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ) => ThisThread.DrawElementsBaseVertex(mode, count, type, indices, basevertex); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsBaseVertex( [NativeTypeName("GLenum")] Constant mode, @@ -453250,38 +260959,6 @@ void IGL.DrawElementsBaseVertex( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -453293,6 +260970,7 @@ public static void DrawElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ) => ThisThread.DrawElementsBaseVertex(mode, count, type, indices, basevertex); + [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, @@ -453312,7 +260990,6 @@ _slots[572] is not null and var loadedFnPtr ) )(mode, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsBaseVertexEXT( @@ -453323,6 +261000,8 @@ public static void DrawElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ) => ThisThread.DrawElementsBaseVertexEXT(mode, count, type, indices, basevertex); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsBaseVertexEXT( [NativeTypeName("GLenum")] Constant mode, @@ -453344,7 +261023,6 @@ void IGL.DrawElementsBaseVertexEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -453356,6 +261034,7 @@ public static void DrawElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ) => ThisThread.DrawElementsBaseVertexEXT(mode, count, type, indices, basevertex); + [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsBaseVertexOES( [NativeTypeName("GLenum")] uint mode, @@ -453375,7 +261054,6 @@ _slots[573] is not null and var loadedFnPtr ) )(mode, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsBaseVertexOES( @@ -453386,6 +261064,8 @@ public static void DrawElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ) => ThisThread.DrawElementsBaseVertexOES(mode, count, type, indices, basevertex); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsBaseVertexOES( [NativeTypeName("GLenum")] Constant mode, @@ -453407,7 +261087,6 @@ void IGL.DrawElementsBaseVertexOES( } } - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -453419,6 +261098,7 @@ public static void DrawElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ) => ThisThread.DrawElementsBaseVertexOES(mode, count, type, indices, basevertex); + [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsIndirect( [NativeTypeName("GLenum")] uint mode, @@ -453433,34 +261113,6 @@ _slots[574] is not null and var loadedFnPtr ) )(mode, type, indirect); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsIndirect( @@ -453469,6 +261121,8 @@ public static void DrawElementsIndirect( [NativeTypeName("const void *")] void* indirect ) => ThisThread.DrawElementsIndirect(mode, type, indirect); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsIndirect( [NativeTypeName("GLenum")] Constant mode, @@ -453482,34 +261136,6 @@ void IGL.DrawElementsIndirect( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -453519,6 +261145,7 @@ public static void DrawElementsIndirect( [NativeTypeName("const void *")] Ref indirect ) => ThisThread.DrawElementsIndirect(mode, type, indirect); + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstanced( [NativeTypeName("GLenum")] uint mode, @@ -453535,38 +261162,6 @@ _slots[575] is not null and var loadedFnPtr ) )(mode, count, type, indices, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsInstanced( @@ -453577,6 +261172,8 @@ public static void DrawElementsInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => ThisThread.DrawElementsInstanced(mode, count, type, indices, instancecount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstanced( [NativeTypeName("GLenum")] Constant mode, @@ -453598,38 +261195,6 @@ void IGL.DrawElementsInstanced( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -453641,8 +261206,9 @@ public static void DrawElementsInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => ThisThread.DrawElementsInstanced(mode, count, type, indices, instancecount); + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DrawElementsInstancedAngle( + void IGL.DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] uint type, @@ -453660,19 +261226,20 @@ _slots[576] is not null and var loadedFnPtr ) )(mode, count, type, indices, primcount); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DrawElementsInstancedAngle( + public static void DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* indices, [NativeTypeName("GLsizei")] uint primcount - ) => ThisThread.DrawElementsInstancedAngle(mode, count, type, indices, primcount); + ) => ThisThread.DrawElementsInstancedANGLE(mode, count, type, indices, primcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DrawElementsInstancedAngle( + void IGL.DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] Constant type, @@ -453682,7 +261249,7 @@ void IGL.DrawElementsInstancedAngle( { fixed (void* __dsl_indices = indices) { - ((IGL)this).DrawElementsInstancedAngle( + ((IGL)this).DrawElementsInstancedANGLE( (uint)mode, count, (uint)type, @@ -453692,18 +261259,18 @@ void IGL.DrawElementsInstancedAngle( } } - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DrawElementsInstancedAngle( + public static void DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void *")] Ref indices, [NativeTypeName("GLsizei")] uint primcount - ) => ThisThread.DrawElementsInstancedAngle(mode, count, type, indices, primcount); + ) => ThisThread.DrawElementsInstancedANGLE(mode, count, type, indices, primcount); + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedARB( [NativeTypeName("GLenum")] uint mode, @@ -453723,8 +261290,6 @@ _slots[577] is not null and var loadedFnPtr ) )(mode, count, type, indices, primcount); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsInstancedARB( @@ -453735,6 +261300,8 @@ public static void DrawElementsInstancedARB( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.DrawElementsInstancedARB(mode, count, type, indices, primcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedARB( [NativeTypeName("GLenum")] Constant mode, @@ -453756,8 +261323,6 @@ void IGL.DrawElementsInstancedARB( } } - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -453769,6 +261334,7 @@ public static void DrawElementsInstancedARB( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.DrawElementsInstancedARB(mode, count, type, indices, primcount); + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseInstance( [NativeTypeName("GLenum")] uint mode, @@ -453789,30 +261355,6 @@ _slots[578] is not null and var loadedFnPtr ) )(mode, count, type, indices, instancecount, baseinstance); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsInstancedBaseInstance( @@ -453832,6 +261374,8 @@ public static void DrawElementsInstancedBaseInstance( baseinstance ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseInstance( [NativeTypeName("GLenum")] Constant mode, @@ -453855,30 +261399,6 @@ void IGL.DrawElementsInstancedBaseInstance( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -453899,6 +261419,7 @@ public static void DrawElementsInstancedBaseInstance( baseinstance ); + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseInstanceEXT( [NativeTypeName("GLenum")] uint mode, @@ -453919,7 +261440,6 @@ _slots[579] is not null and var loadedFnPtr ) )(mode, count, type, indices, instancecount, baseinstance); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsInstancedBaseInstanceEXT( @@ -453939,6 +261459,8 @@ public static void DrawElementsInstancedBaseInstanceEXT( baseinstance ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseInstanceEXT( [NativeTypeName("GLenum")] Constant mode, @@ -453962,7 +261484,6 @@ void IGL.DrawElementsInstancedBaseInstanceEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -453983,6 +261504,7 @@ public static void DrawElementsInstancedBaseInstanceEXT( baseinstance ); + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseVertex( [NativeTypeName("GLenum")] uint mode, @@ -454003,38 +261525,6 @@ _slots[580] is not null and var loadedFnPtr ) )(mode, count, type, indices, instancecount, basevertex); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsInstancedBaseVertex( @@ -454054,6 +261544,8 @@ public static void DrawElementsInstancedBaseVertex( basevertex ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseVertex( [NativeTypeName("GLenum")] Constant mode, @@ -454077,38 +261569,6 @@ void IGL.DrawElementsInstancedBaseVertex( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -454129,6 +261589,7 @@ public static void DrawElementsInstancedBaseVertex( basevertex ); + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseVertexBaseInstance( [NativeTypeName("GLenum")] uint mode, @@ -454150,30 +261611,6 @@ _slots[581] is not null and var loadedFnPtr ) )(mode, count, type, indices, instancecount, basevertex, baseinstance); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsInstancedBaseVertexBaseInstance( @@ -454195,6 +261632,8 @@ public static void DrawElementsInstancedBaseVertexBaseInstance( baseinstance ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseVertexBaseInstance( [NativeTypeName("GLenum")] Constant mode, @@ -454220,30 +261659,6 @@ void IGL.DrawElementsInstancedBaseVertexBaseInstance( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -454266,6 +261681,7 @@ public static void DrawElementsInstancedBaseVertexBaseInstance( baseinstance ); + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseVertexBaseInstanceEXT( [NativeTypeName("GLenum")] uint mode, @@ -454287,7 +261703,6 @@ _slots[582] is not null and var loadedFnPtr ) )(mode, count, type, indices, instancecount, basevertex, baseinstance); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsInstancedBaseVertexBaseInstanceEXT( @@ -454309,6 +261724,8 @@ public static void DrawElementsInstancedBaseVertexBaseInstanceEXT( baseinstance ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseVertexBaseInstanceEXT( [NativeTypeName("GLenum")] Constant mode, @@ -454334,7 +261751,6 @@ void IGL.DrawElementsInstancedBaseVertexBaseInstanceEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -454357,6 +261773,7 @@ public static void DrawElementsInstancedBaseVertexBaseInstanceEXT( baseinstance ); + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, @@ -454377,7 +261794,6 @@ _slots[583] is not null and var loadedFnPtr ) )(mode, count, type, indices, instancecount, basevertex); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsInstancedBaseVertexEXT( @@ -454397,6 +261813,8 @@ public static void DrawElementsInstancedBaseVertexEXT( basevertex ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseVertexEXT( [NativeTypeName("GLenum")] Constant mode, @@ -454420,7 +261838,6 @@ void IGL.DrawElementsInstancedBaseVertexEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -454441,6 +261858,7 @@ public static void DrawElementsInstancedBaseVertexEXT( basevertex ); + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseVertexOES( [NativeTypeName("GLenum")] uint mode, @@ -454461,7 +261879,6 @@ _slots[584] is not null and var loadedFnPtr ) )(mode, count, type, indices, instancecount, basevertex); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsInstancedBaseVertexOES( @@ -454481,6 +261898,8 @@ public static void DrawElementsInstancedBaseVertexOES( basevertex ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedBaseVertexOES( [NativeTypeName("GLenum")] Constant mode, @@ -454504,7 +261923,6 @@ void IGL.DrawElementsInstancedBaseVertexOES( } } - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -454525,6 +261943,7 @@ public static void DrawElementsInstancedBaseVertexOES( basevertex ); + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedEXT( [NativeTypeName("GLenum")] uint mode, @@ -454544,9 +261963,6 @@ _slots[585] is not null and var loadedFnPtr ) )(mode, count, type, indices, primcount); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsInstancedEXT( @@ -454557,6 +261973,8 @@ public static void DrawElementsInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.DrawElementsInstancedEXT(mode, count, type, indices, primcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedEXT( [NativeTypeName("GLenum")] Constant mode, @@ -454578,9 +261996,6 @@ void IGL.DrawElementsInstancedEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -454592,6 +262007,7 @@ public static void DrawElementsInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.DrawElementsInstancedEXT(mode, count, type, indices, primcount); + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedNV( [NativeTypeName("GLenum")] uint mode, @@ -454611,7 +262027,6 @@ _slots[586] is not null and var loadedFnPtr ) )(mode, count, type, indices, primcount); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawElementsInstancedNV( @@ -454622,6 +262037,8 @@ public static void DrawElementsInstancedNV( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.DrawElementsInstancedNV(mode, count, type, indices, primcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawElementsInstancedNV( [NativeTypeName("GLenum")] Constant mode, @@ -454643,7 +262060,6 @@ void IGL.DrawElementsInstancedNV( } } - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -454655,6 +262071,7 @@ public static void DrawElementsInstancedNV( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.DrawElementsInstancedNV(mode, count, type, indices, primcount); + [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawMeshArraysSUN( [NativeTypeName("GLenum")] uint mode, @@ -454670,7 +262087,6 @@ _slots[587] is not null and var loadedFnPtr ) )(mode, first, count, width); - [SupportedApiProfile("gl", ["GL_SUN_mesh_array"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawMeshArraysSUN( @@ -454680,6 +262096,8 @@ public static void DrawMeshArraysSUN( [NativeTypeName("GLsizei")] uint width ) => ThisThread.DrawMeshArraysSUN(mode, first, count, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawMeshArraysSUN( [NativeTypeName("GLenum")] Constant mode, @@ -454688,7 +262106,6 @@ void IGL.DrawMeshArraysSUN( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).DrawMeshArraysSUN((uint)mode, first, count, width); - [SupportedApiProfile("gl", ["GL_SUN_mesh_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -454699,6 +262116,7 @@ public static void DrawMeshArraysSUN( [NativeTypeName("GLsizei")] uint width ) => ThisThread.DrawMeshArraysSUN(mode, first, count, width); + [NativeFunction("opengl", EntryPoint = "glDrawMeshTasksIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawMeshTasksIndirectNV([NativeTypeName("GLintptr")] nint indirect) => ( @@ -454712,14 +262130,12 @@ _slots[588] is not null and var loadedFnPtr ) )(indirect); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshTasksIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawMeshTasksIndirectNV([NativeTypeName("GLintptr")] nint indirect) => ThisThread.DrawMeshTasksIndirectNV(indirect); + [NativeFunction("opengl", EntryPoint = "glDrawMeshTasksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawMeshTaskNV( [NativeTypeName("GLuint")] uint first, @@ -454733,9 +262149,6 @@ _slots[589] is not null and var loadedFnPtr ) )(first, count); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshTasksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawMeshTaskNV( @@ -454743,6 +262156,7 @@ public static void DrawMeshTaskNV( [NativeTypeName("GLuint")] uint count ) => ThisThread.DrawMeshTaskNV(first, count); + [NativeFunction("opengl", EntryPoint = "glDrawPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawPixels( [NativeTypeName("GLsizei")] uint width, @@ -454759,31 +262173,6 @@ _slots[590] is not null and var loadedFnPtr ) )(width, height, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawPixels( @@ -454794,6 +262183,8 @@ public static void DrawPixels( [NativeTypeName("const void *")] void* pixels ) => ThisThread.DrawPixels(width, height, format, type, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawPixels( [NativeTypeName("GLsizei")] uint width, @@ -454809,31 +262200,6 @@ void IGL.DrawPixels( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -454845,8 +262211,9 @@ public static void DrawPixels( [NativeTypeName("const void *")] Ref pixels ) => ThisThread.DrawPixels(width, height, format, type, pixels); + [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DrawRangeElementArrayApple( + void IGL.DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -454864,38 +262231,39 @@ _slots[591] is not null and var loadedFnPtr ) )(mode, start, end, first, count); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DrawRangeElementArrayApple( + public static void DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => ThisThread.DrawRangeElementArrayApple(mode, start, end, first, count); + ) => ThisThread.DrawRangeElementArrayAPPLE(mode, start, end, first, count); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.DrawRangeElementArrayApple( + void IGL.DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => ((IGL)this).DrawRangeElementArrayApple((uint)mode, start, end, first, count); + ) => ((IGL)this).DrawRangeElementArrayAPPLE((uint)mode, start, end, first, count); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void DrawRangeElementArrayApple( + public static void DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count - ) => ThisThread.DrawRangeElementArrayApple(mode, start, end, first, count); + ) => ThisThread.DrawRangeElementArrayAPPLE(mode, start, end, first, count); + [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawRangeElementArrayATI( [NativeTypeName("GLenum")] uint mode, @@ -454914,7 +262282,6 @@ _slots[592] is not null and var loadedFnPtr ) )(mode, start, end, count); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawRangeElementArrayATI( @@ -454924,6 +262291,8 @@ public static void DrawRangeElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => ThisThread.DrawRangeElementArrayATI(mode, start, end, count); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawRangeElementArrayATI( [NativeTypeName("GLenum")] Constant mode, @@ -454932,7 +262301,6 @@ void IGL.DrawRangeElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => ((IGL)this).DrawRangeElementArrayATI((uint)mode, start, end, count); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -454943,6 +262311,7 @@ public static void DrawRangeElementArrayATI( [NativeTypeName("GLsizei")] uint count ) => ThisThread.DrawRangeElementArrayATI(mode, start, end, count); + [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawRangeElements( [NativeTypeName("GLenum")] uint mode, @@ -454960,52 +262329,6 @@ _slots[593] is not null and var loadedFnPtr ) )(mode, start, end, count, type, indices); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawRangeElements( @@ -455017,6 +262340,8 @@ public static void DrawRangeElements( [NativeTypeName("const void *")] void* indices ) => ThisThread.DrawRangeElements(mode, start, end, count, type, indices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawRangeElements( [NativeTypeName("GLenum")] Constant mode, @@ -455033,52 +262358,6 @@ void IGL.DrawRangeElements( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -455091,6 +262370,7 @@ public static void DrawRangeElements( [NativeTypeName("const void *")] Ref indices ) => ThisThread.DrawRangeElements(mode, start, end, count, type, indices); + [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawRangeElementsBaseVertex( [NativeTypeName("GLenum")] uint mode, @@ -455112,38 +262392,6 @@ _slots[594] is not null and var loadedFnPtr ) )(mode, start, end, count, type, indices, basevertex); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawRangeElementsBaseVertex( @@ -455156,6 +262404,8 @@ public static void DrawRangeElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ) => ThisThread.DrawRangeElementsBaseVertex(mode, start, end, count, type, indices, basevertex); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawRangeElementsBaseVertex( [NativeTypeName("GLenum")] Constant mode, @@ -455181,38 +262431,6 @@ void IGL.DrawRangeElementsBaseVertex( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -455226,6 +262444,7 @@ public static void DrawRangeElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ) => ThisThread.DrawRangeElementsBaseVertex(mode, start, end, count, type, indices, basevertex); + [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawRangeElementsBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, @@ -455247,7 +262466,6 @@ _slots[595] is not null and var loadedFnPtr ) )(mode, start, end, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawRangeElementsBaseVertexEXT( @@ -455269,6 +262487,8 @@ public static void DrawRangeElementsBaseVertexEXT( basevertex ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawRangeElementsBaseVertexEXT( [NativeTypeName("GLenum")] Constant mode, @@ -455294,7 +262514,6 @@ void IGL.DrawRangeElementsBaseVertexEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -455317,6 +262536,7 @@ public static void DrawRangeElementsBaseVertexEXT( basevertex ); + [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawRangeElementsBaseVertexOES( [NativeTypeName("GLenum")] uint mode, @@ -455338,7 +262558,6 @@ _slots[596] is not null and var loadedFnPtr ) )(mode, start, end, count, type, indices, basevertex); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawRangeElementsBaseVertexOES( @@ -455360,6 +262579,8 @@ public static void DrawRangeElementsBaseVertexOES( basevertex ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawRangeElementsBaseVertexOES( [NativeTypeName("GLenum")] Constant mode, @@ -455385,7 +262606,6 @@ void IGL.DrawRangeElementsBaseVertexOES( } } - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -455408,6 +262628,7 @@ public static void DrawRangeElementsBaseVertexOES( basevertex ); + [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawRangeElementsEXT( [NativeTypeName("GLenum")] uint mode, @@ -455425,7 +262646,6 @@ _slots[597] is not null and var loadedFnPtr ) )(mode, start, end, count, type, indices); - [SupportedApiProfile("gl", ["GL_EXT_draw_range_elements"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawRangeElementsEXT( @@ -455437,6 +262657,8 @@ public static void DrawRangeElementsEXT( [NativeTypeName("const void *")] void* indices ) => ThisThread.DrawRangeElementsEXT(mode, start, end, count, type, indices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawRangeElementsEXT( [NativeTypeName("GLenum")] Constant mode, @@ -455460,7 +262682,6 @@ void IGL.DrawRangeElementsEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_draw_range_elements"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -455473,6 +262694,7 @@ public static void DrawRangeElementsEXT( [NativeTypeName("const void *")] Ref indices ) => ThisThread.DrawRangeElementsEXT(mode, start, end, count, type, indices); + [NativeFunction("opengl", EntryPoint = "glDrawTexfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTexOES( [NativeTypeName("GLfloat")] float x, @@ -455489,7 +262711,6 @@ _slots[598] is not null and var loadedFnPtr ) )(x, y, z, width, height); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTexOES( @@ -455500,6 +262721,7 @@ public static void DrawTexOES( [NativeTypeName("GLfloat")] float height ) => ThisThread.DrawTexOES(x, y, z, width, height); + [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTexOES([NativeTypeName("const GLfloat *")] float* coords) => ( @@ -455510,12 +262732,13 @@ _slots[599] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTexOES([NativeTypeName("const GLfloat *")] float* coords) => ThisThread.DrawTexOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTexOES([NativeTypeName("const GLfloat *")] Ref coords) { @@ -455525,13 +262748,13 @@ void IGL.DrawTexOES([NativeTypeName("const GLfloat *")] Ref coords) } } - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTexOES([NativeTypeName("const GLfloat *")] Ref coords) => ThisThread.DrawTexOES(coords); + [NativeFunction("opengl", EntryPoint = "glDrawTexiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTexOES( [NativeTypeName("GLint")] int x, @@ -455548,7 +262771,6 @@ _slots[600] is not null and var loadedFnPtr ) )(x, y, z, width, height); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTexOES( @@ -455559,6 +262781,7 @@ public static void DrawTexOES( [NativeTypeName("GLint")] int height ) => ThisThread.DrawTexOES(x, y, z, width, height); + [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTexOES([NativeTypeName("const GLint *")] int* coords) => ( @@ -455569,12 +262792,13 @@ _slots[601] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTexOES([NativeTypeName("const GLint *")] int* coords) => ThisThread.DrawTexOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTexOES([NativeTypeName("const GLint *")] Ref coords) { @@ -455584,13 +262808,13 @@ void IGL.DrawTexOES([NativeTypeName("const GLint *")] Ref coords) } } - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTexOES([NativeTypeName("const GLint *")] Ref coords) => ThisThread.DrawTexOES(coords); + [NativeFunction("opengl", EntryPoint = "glDrawTexsOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTexOES( [NativeTypeName("GLshort")] short x, @@ -455607,7 +262831,6 @@ _slots[602] is not null and var loadedFnPtr ) )(x, y, z, width, height); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexsOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTexOES( @@ -455618,6 +262841,7 @@ public static void DrawTexOES( [NativeTypeName("GLshort")] short height ) => ThisThread.DrawTexOES(x, y, z, width, height); + [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTexOES([NativeTypeName("const GLshort *")] short* coords) => ( @@ -455628,12 +262852,13 @@ _slots[603] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTexOES([NativeTypeName("const GLshort *")] short* coords) => ThisThread.DrawTexOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTexOES([NativeTypeName("const GLshort *")] Ref coords) { @@ -455643,13 +262868,13 @@ void IGL.DrawTexOES([NativeTypeName("const GLshort *")] Ref coords) } } - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTexOES([NativeTypeName("const GLshort *")] Ref coords) => ThisThread.DrawTexOES(coords); + [NativeFunction("opengl", EntryPoint = "glDrawTextureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTextureNV( [NativeTypeName("GLuint")] uint texture, @@ -455684,7 +262909,6 @@ _slots[604] is not null and var loadedFnPtr ) )(texture, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1); - [SupportedApiProfile("gl", ["GL_NV_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTextureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTextureNV( @@ -455701,6 +262925,7 @@ public static void DrawTextureNV( [NativeTypeName("GLfloat")] float t1 ) => ThisThread.DrawTextureNV(texture, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1); + [NativeFunction("opengl", EntryPoint = "glDrawTexxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTexxOES( [NativeTypeName("GLfixed")] int x, @@ -455717,7 +262942,6 @@ _slots[605] is not null and var loadedFnPtr ) )(x, y, z, width, height); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTexxOES( @@ -455728,6 +262952,7 @@ public static void DrawTexxOES( [NativeTypeName("GLfixed")] int height ) => ThisThread.DrawTexxOES(x, y, z, width, height); + [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTexxOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -455738,12 +262963,13 @@ _slots[606] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTexxOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.DrawTexxOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTexxOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -455753,13 +262979,13 @@ void IGL.DrawTexxOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTexxOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.DrawTexxOES(coords); + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedback( [NativeTypeName("GLenum")] uint mode, @@ -455773,34 +262999,6 @@ _slots[607] is not null and var loadedFnPtr ) )(mode, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTransformFeedback( @@ -455808,40 +263006,14 @@ public static void DrawTransformFeedback( [NativeTypeName("GLuint")] uint id ) => ThisThread.DrawTransformFeedback(mode, id); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedback( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id ) => ((IGL)this).DrawTransformFeedback((uint)mode, id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -455850,6 +263022,7 @@ public static void DrawTransformFeedback( [NativeTypeName("GLuint")] uint id ) => ThisThread.DrawTransformFeedback(mode, id); + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedbackEXT( [NativeTypeName("GLenum")] uint mode, @@ -455866,7 +263039,6 @@ _slots[608] is not null and var loadedFnPtr ) )(mode, id); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTransformFeedbackEXT( @@ -455874,13 +263046,14 @@ public static void DrawTransformFeedbackEXT( [NativeTypeName("GLuint")] uint id ) => ThisThread.DrawTransformFeedbackEXT(mode, id); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id ) => ((IGL)this).DrawTransformFeedbackEXT((uint)mode, id); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -455889,6 +263062,7 @@ public static void DrawTransformFeedbackEXT( [NativeTypeName("GLuint")] uint id ) => ThisThread.DrawTransformFeedbackEXT(mode, id); + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedbackInstanced( [NativeTypeName("GLenum")] uint mode, @@ -455906,30 +263080,6 @@ _slots[609] is not null and var loadedFnPtr ) )(mode, id, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTransformFeedbackInstanced( @@ -455938,6 +263088,8 @@ public static void DrawTransformFeedbackInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => ThisThread.DrawTransformFeedbackInstanced(mode, id, instancecount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedbackInstanced( [NativeTypeName("GLenum")] Constant mode, @@ -455945,30 +263097,6 @@ void IGL.DrawTransformFeedbackInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => ((IGL)this).DrawTransformFeedbackInstanced((uint)mode, id, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -455978,6 +263106,7 @@ public static void DrawTransformFeedbackInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => ThisThread.DrawTransformFeedbackInstanced(mode, id, instancecount); + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLenum")] uint mode, @@ -455995,7 +263124,6 @@ _slots[610] is not null and var loadedFnPtr ) )(mode, id, instancecount); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTransformFeedbackInstancedEXT( @@ -456004,6 +263132,8 @@ public static void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLsizei")] uint instancecount ) => ThisThread.DrawTransformFeedbackInstancedEXT(mode, id, instancecount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLenum")] Constant mode, @@ -456011,7 +263141,6 @@ void IGL.DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLsizei")] uint instancecount ) => ((IGL)this).DrawTransformFeedbackInstancedEXT((uint)mode, id, instancecount); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -456021,6 +263150,7 @@ public static void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLsizei")] uint instancecount ) => ThisThread.DrawTransformFeedbackInstancedEXT(mode, id, instancecount); + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedbackNV( [NativeTypeName("GLenum")] uint mode, @@ -456037,7 +263167,6 @@ _slots[611] is not null and var loadedFnPtr ) )(mode, id); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTransformFeedbackNV( @@ -456045,13 +263174,14 @@ public static void DrawTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ) => ThisThread.DrawTransformFeedbackNV(mode, id); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedbackNV( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint id ) => ((IGL)this).DrawTransformFeedbackNV((uint)mode, id); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -456060,6 +263190,7 @@ public static void DrawTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ) => ThisThread.DrawTransformFeedbackNV(mode, id); + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedbackStream( [NativeTypeName("GLenum")] uint mode, @@ -456077,34 +263208,6 @@ _slots[612] is not null and var loadedFnPtr ) )(mode, id, stream); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTransformFeedbackStream( @@ -456113,6 +263216,8 @@ public static void DrawTransformFeedbackStream( [NativeTypeName("GLuint")] uint stream ) => ThisThread.DrawTransformFeedbackStream(mode, id, stream); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedbackStream( [NativeTypeName("GLenum")] Constant mode, @@ -456120,34 +263225,6 @@ void IGL.DrawTransformFeedbackStream( [NativeTypeName("GLuint")] uint stream ) => ((IGL)this).DrawTransformFeedbackStream((uint)mode, id, stream); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -456157,6 +263234,7 @@ public static void DrawTransformFeedbackStream( [NativeTypeName("GLuint")] uint stream ) => ThisThread.DrawTransformFeedbackStream(mode, id, stream); + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLenum")] uint mode, @@ -456175,30 +263253,6 @@ _slots[613] is not null and var loadedFnPtr ) )(mode, id, stream, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawTransformFeedbackStreamInstanced( @@ -456208,6 +263262,8 @@ public static void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => ThisThread.DrawTransformFeedbackStreamInstanced(mode, id, stream, instancecount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLenum")] Constant mode, @@ -456216,30 +263272,6 @@ void IGL.DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => ((IGL)this).DrawTransformFeedbackStreamInstanced((uint)mode, id, stream, instancecount); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -456250,6 +263282,7 @@ public static void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLsizei")] uint instancecount ) => ThisThread.DrawTransformFeedbackStreamInstanced(mode, id, stream, instancecount); + [NativeFunction("opengl", EntryPoint = "glDrawVkImageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.DrawVkImageNV( [NativeTypeName("GLuint64")] ulong vkImage, @@ -456284,9 +263317,6 @@ _slots[614] is not null and var loadedFnPtr ) )(vkImage, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glDrawVkImageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DrawVkImageNV( @@ -456303,6 +263333,7 @@ public static void DrawVkImageNV( [NativeTypeName("GLfloat")] float t1 ) => ThisThread.DrawVkImageNV(vkImage, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1); + [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlag([NativeTypeName("GLboolean")] uint flag) => ( @@ -456313,71 +263344,24 @@ _slots[615] is not null and var loadedFnPtr ) )(flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EdgeFlag([NativeTypeName("GLboolean")] uint flag) => ThisThread.EdgeFlag(flag); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) => ((IGL)this).EdgeFlag((uint)flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag) => ThisThread.EdgeFlag(flag); + [NativeFunction("opengl", EntryPoint = "glEdgeFlagFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlagFormatNV([NativeTypeName("GLsizei")] uint stride) => ( @@ -456388,13 +263372,12 @@ _slots[616] is not null and var loadedFnPtr ) )(stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EdgeFlagFormatNV([NativeTypeName("GLsizei")] uint stride) => ThisThread.EdgeFlagFormatNV(stride); + [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlagPointer( [NativeTypeName("GLsizei")] uint stride, @@ -456408,30 +263391,6 @@ _slots[617] is not null and var loadedFnPtr ) )(stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EdgeFlagPointer( @@ -456439,6 +263398,8 @@ public static void EdgeFlagPointer( [NativeTypeName("const void *")] void* pointer ) => ThisThread.EdgeFlagPointer(stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlagPointer( [NativeTypeName("GLsizei")] uint stride, @@ -456451,30 +263412,6 @@ void IGL.EdgeFlagPointer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -456483,6 +263420,7 @@ public static void EdgeFlagPointer( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.EdgeFlagPointer(stride, pointer); + [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlagPointerEXT( [NativeTypeName("GLsizei")] uint stride, @@ -456497,7 +263435,6 @@ _slots[618] is not null and var loadedFnPtr ) )(stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EdgeFlagPointerEXT( @@ -456506,6 +263443,8 @@ public static void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] uint* pointer ) => ThisThread.EdgeFlagPointerEXT(stride, count, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlagPointerEXT( [NativeTypeName("GLsizei")] uint stride, @@ -456519,7 +263458,6 @@ void IGL.EdgeFlagPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -456529,13 +263467,14 @@ public static void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] Ref pointer ) => ThisThread.EdgeFlagPointerEXT(stride, count, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlagPointerEXT( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLboolean *")] uint pointer ) => ((IGL)this).EdgeFlagPointerEXT(1, count, (uint*)&pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -456544,6 +263483,7 @@ public static void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] uint pointer ) => ThisThread.EdgeFlagPointerEXT(count, pointer); + [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int stride, @@ -456558,7 +263498,6 @@ _slots[619] is not null and var loadedFnPtr ) )(stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EdgeFlagPointerListIBM( @@ -456567,6 +263506,8 @@ public static void EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.EdgeFlagPointerListIBM(stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int stride, @@ -456580,7 +263521,6 @@ void IGL.EdgeFlagPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -456590,6 +263530,8 @@ public static void EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.EdgeFlagPointerListIBM(stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.EdgeFlagPointerListIBM([NativeTypeName("GLint")] int ptrstride) { @@ -456598,13 +263540,13 @@ Ptr IGL.EdgeFlagPointerListIBM([NativeTypeName("GLint")] int ptrstride) return pointer; } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr EdgeFlagPointerListIBM([NativeTypeName("GLint")] int ptrstride) => ThisThread.EdgeFlagPointerListIBM(ptrstride); + [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlagv([NativeTypeName("const GLboolean *")] uint* flag) => ( @@ -456615,36 +263557,13 @@ _slots[620] is not null and var loadedFnPtr ) )(flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EdgeFlagv([NativeTypeName("const GLboolean *")] uint* flag) => ThisThread.EdgeFlagv(flag); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlagv([NativeTypeName("const GLboolean *")] Ref flag) { @@ -456654,72 +263573,25 @@ void IGL.EdgeFlagv([NativeTypeName("const GLboolean *")] Ref flag) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EdgeFlagv([NativeTypeName("const GLboolean *")] Ref flag) => ThisThread.EdgeFlagv(flag); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EdgeFlagv([NativeTypeName("const GLboolean *")] uint flag) => ((IGL)this).EdgeFlagv((uint*)&flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EdgeFlagv([NativeTypeName("const GLboolean *")] uint flag) => ThisThread.EdgeFlagv(flag); + [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EGLImageTargetRenderbufferStorageOES( [NativeTypeName("GLenum")] uint target, @@ -456736,8 +263608,6 @@ _slots[621] is not null and var loadedFnPtr ) )(target, image); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EGLImageTargetRenderbufferStorageOES( @@ -456745,6 +263615,8 @@ public static void EGLImageTargetRenderbufferStorageOES( [NativeTypeName("GLeglImageOES")] void* image ) => ThisThread.EGLImageTargetRenderbufferStorageOES(target, image); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EGLImageTargetRenderbufferStorageOES( [NativeTypeName("GLenum")] uint target, @@ -456757,8 +263629,6 @@ void IGL.EGLImageTargetRenderbufferStorageOES( } } - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -456767,6 +263637,7 @@ public static void EGLImageTargetRenderbufferStorageOES( [NativeTypeName("GLeglImageOES")] Ref image ) => ThisThread.EGLImageTargetRenderbufferStorageOES(target, image); + [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EGLImageTargetTexStorageEXT( [NativeTypeName("GLenum")] uint target, @@ -456784,9 +263655,6 @@ _slots[622] is not null and var loadedFnPtr ) )(target, image, attrib_list); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EGLImageTargetTexStorageEXT( @@ -456795,6 +263663,8 @@ public static void EGLImageTargetTexStorageEXT( [NativeTypeName("const GLint *")] int* attrib_list ) => ThisThread.EGLImageTargetTexStorageEXT(target, image, attrib_list); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EGLImageTargetTexStorageEXT( [NativeTypeName("GLenum")] uint target, @@ -456809,9 +263679,6 @@ void IGL.EGLImageTargetTexStorageEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -456821,6 +263688,7 @@ public static void EGLImageTargetTexStorageEXT( [NativeTypeName("const GLint *")] Ref attrib_list ) => ThisThread.EGLImageTargetTexStorageEXT(target, image, attrib_list); + [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EGLImageTargetTexture2DOES( [NativeTypeName("GLenum")] uint target, @@ -456837,8 +263705,6 @@ _slots[623] is not null and var loadedFnPtr ) )(target, image); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EGLImageTargetTexture2DOES( @@ -456846,6 +263712,8 @@ public static void EGLImageTargetTexture2DOES( [NativeTypeName("GLeglImageOES")] void* image ) => ThisThread.EGLImageTargetTexture2DOES(target, image); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EGLImageTargetTexture2DOES( [NativeTypeName("GLenum")] uint target, @@ -456858,8 +263726,6 @@ void IGL.EGLImageTargetTexture2DOES( } } - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -456868,6 +263734,7 @@ public static void EGLImageTargetTexture2DOES( [NativeTypeName("GLeglImageOES")] Ref image ) => ThisThread.EGLImageTargetTexture2DOES(target, image); + [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EGLImageTargetTextureStorageEXT( [NativeTypeName("GLuint")] uint texture, @@ -456885,9 +263752,6 @@ _slots[624] is not null and var loadedFnPtr ) )(texture, image, attrib_list); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EGLImageTargetTextureStorageEXT( @@ -456896,6 +263760,8 @@ public static void EGLImageTargetTextureStorageEXT( [NativeTypeName("const GLint *")] int* attrib_list ) => ThisThread.EGLImageTargetTextureStorageEXT(texture, image, attrib_list); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EGLImageTargetTextureStorageEXT( [NativeTypeName("GLuint")] uint texture, @@ -456910,9 +263776,6 @@ void IGL.EGLImageTargetTextureStorageEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -456922,8 +263785,9 @@ public static void EGLImageTargetTextureStorageEXT( [NativeTypeName("const GLint *")] Ref attrib_list ) => ThisThread.EGLImageTargetTextureStorageEXT(texture, image, attrib_list); + [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ElementPointerApple( + void IGL.ElementPointerAPPLE( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* pointer ) => @@ -456935,35 +263799,36 @@ _slots[625] is not null and var loadedFnPtr ) )(type, pointer); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ElementPointerApple( + public static void ElementPointerAPPLE( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* pointer - ) => ThisThread.ElementPointerApple(type, pointer); + ) => ThisThread.ElementPointerAPPLE(type, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ElementPointerApple( + void IGL.ElementPointerAPPLE( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void *")] Ref pointer ) { fixed (void* __dsl_pointer = pointer) { - ((IGL)this).ElementPointerApple((uint)type, __dsl_pointer); + ((IGL)this).ElementPointerAPPLE((uint)type, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ElementPointerApple( + public static void ElementPointerAPPLE( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void *")] Ref pointer - ) => ThisThread.ElementPointerApple(type, pointer); + ) => ThisThread.ElementPointerAPPLE(type, pointer); + [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ElementPointerATI( [NativeTypeName("GLenum")] uint type, @@ -456977,7 +263842,6 @@ _slots[626] is not null and var loadedFnPtr ) )(type, pointer); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ElementPointerATI( @@ -456985,6 +263849,8 @@ public static void ElementPointerATI( [NativeTypeName("const void *")] void* pointer ) => ThisThread.ElementPointerATI(type, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ElementPointerATI( [NativeTypeName("GLenum")] Constant type, @@ -456997,7 +263863,6 @@ void IGL.ElementPointerATI( } } - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -457006,6 +263871,7 @@ public static void ElementPointerATI( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.ElementPointerATI(type, pointer); + [NativeFunction("opengl", EntryPoint = "glEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Enable([NativeTypeName("GLenum")] uint cap) => ( @@ -457016,132 +263882,23 @@ _slots[627] is not null and var loadedFnPtr ) )(cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Enable([NativeTypeName("GLenum")] uint cap) => ThisThread.Enable(cap); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Enable([NativeTypeName("GLenum")] Constant cap) => ((IGL)this).Enable((uint)cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Enable([NativeTypeName("GLenum")] Constant cap) => ThisThread.Enable(cap); + [NativeFunction("opengl", EntryPoint = "glEnableClientState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableClientState([NativeTypeName("GLenum")] uint array) => ( @@ -457152,66 +263909,18 @@ _slots[628] is not null and var loadedFnPtr ) )(array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glEnableClientState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableClientState([NativeTypeName("GLenum")] uint array) => ThisThread.EnableClientState(array); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEnableClientState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableClientState( [NativeTypeName("GLenum")] Constant array ) => ((IGL)this).EnableClientState((uint)array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -457219,6 +263928,7 @@ public static void EnableClientState( [NativeTypeName("GLenum")] Constant array ) => ThisThread.EnableClientState(array); + [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableClientStateEXT( [NativeTypeName("GLenum")] uint array, @@ -457232,8 +263942,6 @@ _slots[629] is not null and var loadedFnPtr ) )(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableClientStateEXT( @@ -457241,14 +263949,14 @@ public static void EnableClientStateEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableClientStateEXT(array, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableClientStateEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).EnableClientStateEXT((uint)array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -457257,6 +263965,7 @@ public static void EnableClientStateEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableClientStateEXT(array, index); + [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableClientStateIndexedEXT( [NativeTypeName("GLenum")] uint array, @@ -457273,8 +263982,6 @@ _slots[630] is not null and var loadedFnPtr ) )(array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableClientStateIndexedEXT( @@ -457282,14 +263989,14 @@ public static void EnableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableClientStateIndexedEXT(array, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableClientStateIndexedEXT( [NativeTypeName("GLenum")] Constant array, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).EnableClientStateIndexedEXT((uint)array, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -457298,6 +264005,7 @@ public static void EnableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableClientStateIndexedEXT(array, index); + [NativeFunction("opengl", EntryPoint = "glEnableDriverControlQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableDriverControlQCOM([NativeTypeName("GLuint")] uint driverControl) => ( @@ -457311,13 +264019,12 @@ _slots[631] is not null and var loadedFnPtr ) )(driverControl); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glEnableDriverControlQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableDriverControlQCOM([NativeTypeName("GLuint")] uint driverControl) => ThisThread.EnableDriverControlQCOM(driverControl); + [NativeFunction("opengl", EntryPoint = "glEnablei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Enable( [NativeTypeName("GLenum")] uint target, @@ -457331,40 +264038,6 @@ _slots[632] is not null and var loadedFnPtr ) )(target, index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEnablei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Enable( @@ -457372,46 +264045,14 @@ public static void Enable( [NativeTypeName("GLuint")] uint index ) => ThisThread.Enable(target, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEnablei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Enable( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).Enable((uint)target, index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnablei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -457420,6 +264061,7 @@ public static void Enable( [NativeTypeName("GLuint")] uint index ) => ThisThread.Enable(target, index); + [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableEXT( [NativeTypeName("GLenum")] uint target, @@ -457433,7 +264075,6 @@ _slots[633] is not null and var loadedFnPtr ) )(target, index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableEXT( @@ -457441,13 +264082,14 @@ public static void EnableEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableEXT(target, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).EnableEXT((uint)target, index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -457456,6 +264098,7 @@ public static void EnableEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableEXT(target, index); + [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -457469,8 +264112,6 @@ _slots[634] is not null and var loadedFnPtr ) )(target, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableIndexedEXT( @@ -457478,14 +264119,14 @@ public static void EnableIndexedEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableIndexedEXT(target, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableIndexedEXT( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).EnableIndexedEXT((uint)target, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -457494,6 +264135,7 @@ public static void EnableIndexedEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableIndexedEXT(target, index); + [NativeFunction("opengl", EntryPoint = "glEnableiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableNV( [NativeTypeName("GLenum")] uint target, @@ -457507,7 +264149,6 @@ _slots[635] is not null and var loadedFnPtr ) )(target, index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glEnableiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableNV( @@ -457515,13 +264156,14 @@ public static void EnableNV( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableNV(target, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEnableiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).EnableNV((uint)target, index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -457530,6 +264172,7 @@ public static void EnableNV( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableNV(target, index); + [NativeFunction("opengl", EntryPoint = "glEnableiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableOES( [NativeTypeName("GLenum")] uint target, @@ -457543,7 +264186,6 @@ _slots[636] is not null and var loadedFnPtr ) )(target, index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glEnableiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableOES( @@ -457551,13 +264193,14 @@ public static void EnableOES( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableOES(target, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEnableiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).EnableOES((uint)target, index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -457566,6 +264209,7 @@ public static void EnableOES( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableOES(target, index); + [NativeFunction("opengl", EntryPoint = "glEnableVariantClientStateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableVariantClientStateEXT([NativeTypeName("GLuint")] uint id) => ( @@ -457579,12 +264223,12 @@ _slots[637] is not null and var loadedFnPtr ) )(id); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEnableVariantClientStateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableVariantClientStateEXT([NativeTypeName("GLuint")] uint id) => ThisThread.EnableVariantClientStateEXT(id); + [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableVertexArrayAttrib( [NativeTypeName("GLuint")] uint vaobj, @@ -457601,16 +264245,6 @@ _slots[638] is not null and var loadedFnPtr ) )(vaobj, index); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableVertexArrayAttrib( @@ -457618,6 +264252,7 @@ public static void EnableVertexArrayAttrib( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableVertexArrayAttrib(vaobj, index); + [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayAttribEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -457634,8 +264269,6 @@ _slots[639] is not null and var loadedFnPtr ) )(vaobj, index); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayAttribEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableVertexArrayAttribEXT( @@ -457643,6 +264276,7 @@ public static void EnableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.EnableVertexArrayAttribEXT(vaobj, index); + [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -457656,8 +264290,6 @@ _slots[640] is not null and var loadedFnPtr ) )(vaobj, array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableVertexArrayEXT( @@ -457665,14 +264297,14 @@ public static void EnableVertexArrayEXT( [NativeTypeName("GLenum")] uint array ) => ThisThread.EnableVertexArrayEXT(vaobj, array); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] Constant array ) => ((IGL)this).EnableVertexArrayEXT(vaobj, (uint)array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -457681,8 +264313,9 @@ public static void EnableVertexArrayEXT( [NativeTypeName("GLenum")] Constant array ) => ThisThread.EnableVertexArrayEXT(vaobj, array); + [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EnableVertexAttribApple( + void IGL.EnableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ) => @@ -457697,14 +264330,14 @@ _slots[641] is not null and var loadedFnPtr ) )(index, pname); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void EnableVertexAttribApple( + public static void EnableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => ThisThread.EnableVertexAttribApple(index, pname); + ) => ThisThread.EnableVertexAttribAPPLE(index, pname); + [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribArray")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableVertexAttribArray([NativeTypeName("GLuint")] uint index) => ( @@ -457718,54 +264351,12 @@ _slots[642] is not null and var loadedFnPtr ) )(index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribArray")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableVertexAttribArray([NativeTypeName("GLuint")] uint index) => ThisThread.EnableVertexAttribArray(index); + [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribArrayARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EnableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index) => ( @@ -457779,12 +264370,12 @@ _slots[643] is not null and var loadedFnPtr ) )(index); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribArrayARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EnableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index) => ThisThread.EnableVertexAttribArrayARB(index); + [NativeFunction("opengl", EntryPoint = "glEnd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.End() => ( @@ -457795,35 +264386,11 @@ _slots[644] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEnd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void End() => ThisThread.End(); + [NativeFunction("opengl", EntryPoint = "glEndConditionalRender")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndConditionalRender() => ( @@ -457834,44 +264401,11 @@ _slots[645] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEndConditionalRender")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndConditionalRender() => ThisThread.EndConditionalRender(); + [NativeFunction("opengl", EntryPoint = "glEndConditionalRenderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndConditionalRenderNV() => ( @@ -457882,13 +264416,11 @@ _slots[646] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glEndConditionalRenderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndConditionalRenderNV() => ThisThread.EndConditionalRenderNV(); + [NativeFunction("opengl", EntryPoint = "glEndConditionalRenderNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndConditionalRenderNVX() => ( @@ -457902,11 +264434,11 @@ _slots[647] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NVX_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glEndConditionalRenderNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndConditionalRenderNVX() => ThisThread.EndConditionalRenderNVX(); + [NativeFunction("opengl", EntryPoint = "glEndFragmentShaderATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndFragmentShaderATI() => ( @@ -457917,11 +264449,11 @@ _slots[648] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glEndFragmentShaderATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndFragmentShaderATI() => ThisThread.EndFragmentShaderATI(); + [NativeFunction("opengl", EntryPoint = "glEndList")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndList() => ( @@ -457932,35 +264464,11 @@ _slots[649] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEndList")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndList() => ThisThread.EndList(); + [NativeFunction("opengl", EntryPoint = "glEndOcclusionQueryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndOcclusionQueryNV() => ( @@ -457971,11 +264479,11 @@ _slots[650] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glEndOcclusionQueryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndOcclusionQueryNV() => ThisThread.EndOcclusionQueryNV(); + [NativeFunction("opengl", EntryPoint = "glEndPerfMonitorAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor) => ( @@ -457986,16 +264494,14 @@ _slots[651] is not null and var loadedFnPtr ) )(monitor); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glEndPerfMonitorAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor) => ThisThread.EndPerfMonitorAMD(monitor); + [NativeFunction("opengl", EntryPoint = "glEndPerfQueryINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EndPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => + void IGL.EndPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle) => ( (delegate* unmanaged)( _slots[652] is not null and var loadedFnPtr @@ -458004,14 +264510,12 @@ _slots[652] is not null and var loadedFnPtr ) )(queryHandle); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glEndPerfQueryINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void EndPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle) => - ThisThread.EndPerfQueryIntel(queryHandle); + public static void EndPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle) => + ThisThread.EndPerfQueryINTEL(queryHandle); + [NativeFunction("opengl", EntryPoint = "glEndQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndQuery([NativeTypeName("GLenum")] uint target) => ( @@ -458022,95 +264526,17 @@ _slots[653] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glEndQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndQuery([NativeTypeName("GLenum")] uint target) => ThisThread.EndQuery(target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEndQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndQuery([NativeTypeName("GLenum")] Constant target) => ((IGL)this).EndQuery((uint)target); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -458118,6 +264544,7 @@ public static void EndQuery( [NativeTypeName("GLenum")] Constant target ) => ThisThread.EndQuery(target); + [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndQueryARB([NativeTypeName("GLenum")] uint target) => ( @@ -458128,17 +264555,17 @@ _slots[654] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndQueryARB([NativeTypeName("GLenum")] uint target) => ThisThread.EndQueryARB(target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndQueryARB([NativeTypeName("GLenum")] Constant target) => ((IGL)this).EndQueryARB((uint)target); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -458146,6 +264573,7 @@ public static void EndQueryARB( [NativeTypeName("GLenum")] Constant target ) => ThisThread.EndQueryARB(target); + [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndQueryEXT([NativeTypeName("GLenum")] uint target) => ( @@ -458156,23 +264584,17 @@ _slots[655] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndQueryEXT([NativeTypeName("GLenum")] uint target) => ThisThread.EndQueryEXT(target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndQueryEXT([NativeTypeName("GLenum")] Constant target) => ((IGL)this).EndQueryEXT((uint)target); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -458180,6 +264602,7 @@ public static void EndQueryEXT( [NativeTypeName("GLenum")] Constant target ) => ThisThread.EndQueryEXT(target); + [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndQueryIndexed( [NativeTypeName("GLenum")] uint target, @@ -458193,34 +264616,6 @@ _slots[656] is not null and var loadedFnPtr ) )(target, index); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndQueryIndexed( @@ -458228,40 +264623,14 @@ public static void EndQueryIndexed( [NativeTypeName("GLuint")] uint index ) => ThisThread.EndQueryIndexed(target, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndQueryIndexed( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint index ) => ((IGL)this).EndQueryIndexed((uint)target, index); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -458270,6 +264639,7 @@ public static void EndQueryIndexed( [NativeTypeName("GLuint")] uint index ) => ThisThread.EndQueryIndexed(target, index); + [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndTilingQCOM([NativeTypeName("GLbitfield")] uint preserveMask) => ( @@ -458280,20 +264650,18 @@ _slots[657] is not null and var loadedFnPtr ) )(preserveMask); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndTilingQCOM([NativeTypeName("GLbitfield")] uint preserveMask) => ThisThread.EndTilingQCOM(preserveMask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask ) => ((IGL)this).EndTilingQCOM((uint)preserveMask); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -458301,6 +264669,7 @@ public static void EndTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask ) => ThisThread.EndTilingQCOM(preserveMask); + [NativeFunction("opengl", EntryPoint = "glEndTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndTransformFeedback() => ( @@ -458311,44 +264680,11 @@ _slots[658] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndTransformFeedback() => ThisThread.EndTransformFeedback(); + [NativeFunction("opengl", EntryPoint = "glEndTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndTransformFeedbackEXT() => ( @@ -458362,11 +264698,11 @@ _slots[659] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndTransformFeedbackEXT() => ThisThread.EndTransformFeedbackEXT(); + [NativeFunction("opengl", EntryPoint = "glEndTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndTransformFeedbackNV() => ( @@ -458377,11 +264713,11 @@ _slots[660] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndTransformFeedbackNV() => ThisThread.EndTransformFeedbackNV(); + [NativeFunction("opengl", EntryPoint = "glEndVertexShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndVertexShaderEXT() => ( @@ -458392,11 +264728,11 @@ _slots[661] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEndVertexShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndVertexShaderEXT() => ThisThread.EndVertexShaderEXT(); + [NativeFunction("opengl", EntryPoint = "glEndVideoCaptureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EndVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot) => ( @@ -458407,14 +264743,14 @@ _slots[662] is not null and var loadedFnPtr ) )(video_capture_slot); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glEndVideoCaptureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EndVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot) => ThisThread.EndVideoCaptureNV(video_capture_slot); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EvalCoord1D([NativeTypeName("GLdouble")] double u) => + void IGL.EvalCoord1d([NativeTypeName("GLdouble")] double u) => ( (delegate* unmanaged)( _slots[663] is not null and var loadedFnPtr @@ -458423,38 +264759,14 @@ _slots[663] is not null and var loadedFnPtr ) )(u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void EvalCoord1D([NativeTypeName("GLdouble")] double u) => - ThisThread.EvalCoord1D(u); + public static void EvalCoord1d([NativeTypeName("GLdouble")] double u) => + ThisThread.EvalCoord1d(u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EvalCoord1Dv([NativeTypeName("const GLdouble *")] double* u) => + void IGL.EvalCoord1dv([NativeTypeName("const GLdouble *")] double* u) => ( (delegate* unmanaged)( _slots[664] is not null and var loadedFnPtr @@ -458463,113 +264775,43 @@ _slots[664] is not null and var loadedFnPtr ) )(u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void EvalCoord1Dv([NativeTypeName("const GLdouble *")] double* u) => - ThisThread.EvalCoord1Dv(u); + public static void EvalCoord1dv([NativeTypeName("const GLdouble *")] double* u) => + ThisThread.EvalCoord1dv(u); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EvalCoord1Dv([NativeTypeName("const GLdouble *")] Ref u) + void IGL.EvalCoord1dv([NativeTypeName("const GLdouble *")] Ref u) { fixed (double* __dsl_u = u) { - ((IGL)this).EvalCoord1Dv(__dsl_u); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + ((IGL)this).EvalCoord1dv(__dsl_u); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void EvalCoord1Dv([NativeTypeName("const GLdouble *")] Ref u) => - ThisThread.EvalCoord1Dv(u); - - [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EvalCoord1Dv([NativeTypeName("const GLdouble *")] double u) => - ((IGL)this).EvalCoord1Dv((double*)&u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void EvalCoord1dv([NativeTypeName("const GLdouble *")] Ref u) => + ThisThread.EvalCoord1dv(u); + + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.EvalCoord1dv([NativeTypeName("const GLdouble *")] double u) => + ((IGL)this).EvalCoord1dv((double*)&u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void EvalCoord1Dv([NativeTypeName("const GLdouble *")] double u) => - ThisThread.EvalCoord1Dv(u); + public static void EvalCoord1dv([NativeTypeName("const GLdouble *")] double u) => + ThisThread.EvalCoord1dv(u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EvalCoord1F([NativeTypeName("GLfloat")] float u) => + void IGL.EvalCoord1f([NativeTypeName("GLfloat")] float u) => ( (delegate* unmanaged)( _slots[665] is not null and var loadedFnPtr @@ -458578,38 +264820,14 @@ _slots[665] is not null and var loadedFnPtr ) )(u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void EvalCoord1F([NativeTypeName("GLfloat")] float u) => - ThisThread.EvalCoord1F(u); + public static void EvalCoord1f([NativeTypeName("GLfloat")] float u) => + ThisThread.EvalCoord1f(u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EvalCoord1Fv([NativeTypeName("const GLfloat *")] float* u) => + void IGL.EvalCoord1fv([NativeTypeName("const GLfloat *")] float* u) => ( (delegate* unmanaged)( _slots[666] is not null and var loadedFnPtr @@ -458618,111 +264836,41 @@ _slots[666] is not null and var loadedFnPtr ) )(u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float* u) => - ThisThread.EvalCoord1Fv(u); + public static void EvalCoord1fv([NativeTypeName("const GLfloat *")] float* u) => + ThisThread.EvalCoord1fv(u); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EvalCoord1Fv([NativeTypeName("const GLfloat *")] Ref u) + void IGL.EvalCoord1fv([NativeTypeName("const GLfloat *")] Ref u) { fixed (float* __dsl_u = u) { - ((IGL)this).EvalCoord1Fv(__dsl_u); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + ((IGL)this).EvalCoord1fv(__dsl_u); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void EvalCoord1Fv([NativeTypeName("const GLfloat *")] Ref u) => - ThisThread.EvalCoord1Fv(u); - - [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EvalCoord1Fv([NativeTypeName("const GLfloat *")] float u) => - ((IGL)this).EvalCoord1Fv((float*)&u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void EvalCoord1fv([NativeTypeName("const GLfloat *")] Ref u) => + ThisThread.EvalCoord1fv(u); + + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.EvalCoord1fv([NativeTypeName("const GLfloat *")] float u) => + ((IGL)this).EvalCoord1fv((float*)&u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float u) => - ThisThread.EvalCoord1Fv(u); + public static void EvalCoord1fv([NativeTypeName("const GLfloat *")] float u) => + ThisThread.EvalCoord1fv(u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalCoord1XOES([NativeTypeName("GLfixed")] int u) => ( @@ -458733,23 +264881,24 @@ _slots[667] is not null and var loadedFnPtr ) )(u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalCoord1XOES([NativeTypeName("GLfixed")] int u) => ThisThread.EvalCoord1XOES(u); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.EvalCoord1XvO([NativeTypeName("const GLfixed *")] int coords) => + void IGL.EvalCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords) => ((IGL)this).EvalCoord1XOES((int*)&coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void EvalCoord1XvO([NativeTypeName("const GLfixed *")] int coords) => - ThisThread.EvalCoord1XvO(coords); + public static void EvalCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords) => + ThisThread.EvalCoord1XvOOES(coords); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalCoord1XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -458760,12 +264909,13 @@ _slots[668] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalCoord1XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.EvalCoord1XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalCoord1XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -458775,13 +264925,13 @@ void IGL.EvalCoord1XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalCoord1XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.EvalCoord1XOES(coords); + [NativeFunction("opengl", EntryPoint = "glEvalCoord2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalCoord2( [NativeTypeName("GLdouble")] double u, @@ -458795,31 +264945,6 @@ _slots[669] is not null and var loadedFnPtr ) )(u, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalCoord2( @@ -458827,6 +264952,7 @@ public static void EvalCoord2( [NativeTypeName("GLdouble")] double v ) => ThisThread.EvalCoord2(u, v); + [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalCoord2([NativeTypeName("const GLdouble *")] double* u) => ( @@ -458837,36 +264963,13 @@ _slots[670] is not null and var loadedFnPtr ) )(u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalCoord2([NativeTypeName("const GLdouble *")] double* u) => ThisThread.EvalCoord2(u); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalCoord2([NativeTypeName("const GLdouble *")] Ref u) { @@ -458876,37 +264979,13 @@ void IGL.EvalCoord2([NativeTypeName("const GLdouble *")] Ref u) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalCoord2([NativeTypeName("const GLdouble *")] Ref u) => ThisThread.EvalCoord2(u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalCoord2([NativeTypeName("GLfloat")] float u, [NativeTypeName("GLfloat")] float v) => ( @@ -458917,31 +264996,6 @@ _slots[671] is not null and var loadedFnPtr ) )(u, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalCoord2( @@ -458949,6 +265003,7 @@ public static void EvalCoord2( [NativeTypeName("GLfloat")] float v ) => ThisThread.EvalCoord2(u, v); + [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalCoord2([NativeTypeName("const GLfloat *")] float* u) => ( @@ -458959,36 +265014,13 @@ _slots[672] is not null and var loadedFnPtr ) )(u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalCoord2([NativeTypeName("const GLfloat *")] float* u) => ThisThread.EvalCoord2(u); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalCoord2([NativeTypeName("const GLfloat *")] Ref u) { @@ -458998,37 +265030,13 @@ void IGL.EvalCoord2([NativeTypeName("const GLfloat *")] Ref u) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalCoord2([NativeTypeName("const GLfloat *")] Ref u) => ThisThread.EvalCoord2(u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalCoord2XOES([NativeTypeName("GLfixed")] int u, [NativeTypeName("GLfixed")] int v) => ( @@ -459039,7 +265047,6 @@ _slots[673] is not null and var loadedFnPtr ) )(u, v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalCoord2XOES( @@ -459047,6 +265054,7 @@ public static void EvalCoord2XOES( [NativeTypeName("GLfixed")] int v ) => ThisThread.EvalCoord2XOES(u, v); + [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalCoord2XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -459057,12 +265065,13 @@ _slots[674] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalCoord2XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.EvalCoord2XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalCoord2XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -459072,13 +265081,13 @@ void IGL.EvalCoord2XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalCoord2XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.EvalCoord2XOES(coords); + [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalMapNV( [NativeTypeName("GLenum")] uint target, @@ -459092,7 +265101,6 @@ _slots[675] is not null and var loadedFnPtr ) )(target, mode); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalMapNV( @@ -459100,13 +265108,14 @@ public static void EvalMapNV( [NativeTypeName("GLenum")] uint mode ) => ThisThread.EvalMapNV(target, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalMapNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).EvalMapNV((uint)target, (uint)mode); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459115,6 +265124,7 @@ public static void EvalMapNV( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.EvalMapNV(target, mode); + [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalMesh1( [NativeTypeName("GLenum")] uint mode, @@ -459129,31 +265139,6 @@ _slots[676] is not null and var loadedFnPtr ) )(mode, i1, i2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalMesh1( @@ -459162,6 +265147,8 @@ public static void EvalMesh1( [NativeTypeName("GLint")] int i2 ) => ThisThread.EvalMesh1(mode, i1, i2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalMesh1( [NativeTypeName("GLenum")] Constant mode, @@ -459169,31 +265156,6 @@ void IGL.EvalMesh1( [NativeTypeName("GLint")] int i2 ) => ((IGL)this).EvalMesh1((uint)mode, i1, i2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459203,6 +265165,7 @@ public static void EvalMesh1( [NativeTypeName("GLint")] int i2 ) => ThisThread.EvalMesh1(mode, i1, i2); + [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalMesh2( [NativeTypeName("GLenum")] uint mode, @@ -459219,31 +265182,6 @@ _slots[677] is not null and var loadedFnPtr ) )(mode, i1, i2, j1, j2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalMesh2( @@ -459254,6 +265192,8 @@ public static void EvalMesh2( [NativeTypeName("GLint")] int j2 ) => ThisThread.EvalMesh2(mode, i1, i2, j1, j2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalMesh2( [NativeTypeName("GLenum")] Constant mode, @@ -459263,31 +265203,6 @@ void IGL.EvalMesh2( [NativeTypeName("GLint")] int j2 ) => ((IGL)this).EvalMesh2((uint)mode, i1, i2, j1, j2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459299,6 +265214,7 @@ public static void EvalMesh2( [NativeTypeName("GLint")] int j2 ) => ThisThread.EvalMesh2(mode, i1, i2, j1, j2); + [NativeFunction("opengl", EntryPoint = "glEvalPoint1")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalPoint1([NativeTypeName("GLint")] int i) => ( @@ -459309,35 +265225,11 @@ _slots[678] is not null and var loadedFnPtr ) )(i); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalPoint1")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalPoint1([NativeTypeName("GLint")] int i) => ThisThread.EvalPoint1(i); + [NativeFunction("opengl", EntryPoint = "glEvalPoint2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvalPoint2([NativeTypeName("GLint")] int i, [NativeTypeName("GLint")] int j) => ( @@ -459348,31 +265240,6 @@ _slots[679] is not null and var loadedFnPtr ) )(i, j); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalPoint2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvalPoint2( @@ -459380,6 +265247,7 @@ public static void EvalPoint2( [NativeTypeName("GLint")] int j ) => ThisThread.EvalPoint2(i, j); + [NativeFunction("opengl", EntryPoint = "glEvaluateDepthValuesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.EvaluateDepthValuesARB() => ( @@ -459390,12 +265258,11 @@ _slots[680] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glEvaluateDepthValuesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void EvaluateDepthValuesARB() => ThisThread.EvaluateDepthValuesARB(); + [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExecuteProgramNV( [NativeTypeName("GLenum")] uint target, @@ -459410,7 +265277,6 @@ _slots[681] is not null and var loadedFnPtr ) )(target, id, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExecuteProgramNV( @@ -459419,6 +265285,8 @@ public static void ExecuteProgramNV( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.ExecuteProgramNV(target, id, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExecuteProgramNV( [NativeTypeName("GLenum")] Constant target, @@ -459432,7 +265300,6 @@ void IGL.ExecuteProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459442,6 +265309,7 @@ public static void ExecuteProgramNV( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.ExecuteProgramNV(target, id, @params); + [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetBufferPointerQCOM([NativeTypeName("GLenum")] uint target, void** @params) => ( @@ -459455,8 +265323,6 @@ _slots[682] is not null and var loadedFnPtr ) )(target, @params); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtGetBufferPointerQCOM( @@ -459464,6 +265330,8 @@ public static void ExtGetBufferPointerQCOM( void** @params ) => ThisThread.ExtGetBufferPointerQCOM(target, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetBufferPointerQCOM([NativeTypeName("GLenum")] uint target, Ref2D @params) { @@ -459473,8 +265341,6 @@ void IGL.ExtGetBufferPointerQCOM([NativeTypeName("GLenum")] uint target, Ref2D @ } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459483,6 +265349,7 @@ public static void ExtGetBufferPointerQCOM( Ref2D @params ) => ThisThread.ExtGetBufferPointerQCOM(target, @params); + [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetBuffersQCOM( [NativeTypeName("GLuint *")] uint* buffers, @@ -459497,8 +265364,6 @@ _slots[683] is not null and var loadedFnPtr ) )(buffers, maxBuffers, numBuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtGetBuffersQCOM( @@ -459507,6 +265372,8 @@ public static void ExtGetBuffersQCOM( [NativeTypeName("GLint *")] int* numBuffers ) => ThisThread.ExtGetBuffersQCOM(buffers, maxBuffers, numBuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetBuffersQCOM( [NativeTypeName("GLuint *")] Ref buffers, @@ -459521,8 +265388,6 @@ void IGL.ExtGetBuffersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459532,6 +265397,8 @@ public static void ExtGetBuffersQCOM( [NativeTypeName("GLint *")] Ref numBuffers ) => ThisThread.ExtGetBuffersQCOM(buffers, maxBuffers, numBuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.ExtGetBuffersQCOM([NativeTypeName("GLint *")] Ref numBuffers) { @@ -459543,14 +265410,13 @@ uint IGL.ExtGetBuffersQCOM([NativeTypeName("GLint *")] Ref numBuffers) } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint ExtGetBuffersQCOM([NativeTypeName("GLint *")] Ref numBuffers) => ThisThread.ExtGetBuffersQCOM(numBuffers); + [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetFramebuffersQCOM( [NativeTypeName("GLuint *")] uint* framebuffers, @@ -459565,8 +265431,6 @@ _slots[684] is not null and var loadedFnPtr ) )(framebuffers, maxFramebuffers, numFramebuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtGetFramebuffersQCOM( @@ -459575,6 +265439,8 @@ public static void ExtGetFramebuffersQCOM( [NativeTypeName("GLint *")] int* numFramebuffers ) => ThisThread.ExtGetFramebuffersQCOM(framebuffers, maxFramebuffers, numFramebuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetFramebuffersQCOM( [NativeTypeName("GLuint *")] Ref framebuffers, @@ -459593,8 +265459,6 @@ void IGL.ExtGetFramebuffersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459604,6 +265468,8 @@ public static void ExtGetFramebuffersQCOM( [NativeTypeName("GLint *")] Ref numFramebuffers ) => ThisThread.ExtGetFramebuffersQCOM(framebuffers, maxFramebuffers, numFramebuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.ExtGetFramebuffersQCOM([NativeTypeName("GLint *")] Ref numFramebuffers) { @@ -459615,8 +265481,6 @@ uint IGL.ExtGetFramebuffersQCOM([NativeTypeName("GLint *")] Ref numFramebuf } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459624,6 +265488,7 @@ public static uint ExtGetFramebuffersQCOM( [NativeTypeName("GLint *")] Ref numFramebuffers ) => ThisThread.ExtGetFramebuffersQCOM(numFramebuffers); + [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLuint")] uint program, @@ -459642,8 +265507,6 @@ _slots[685] is not null and var loadedFnPtr ) )(program, shadertype, source, length); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtGetProgramBinarySourceQCOM( @@ -459653,6 +265516,8 @@ public static void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLint *")] int* length ) => ThisThread.ExtGetProgramBinarySourceQCOM(program, shadertype, source, length); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLuint")] uint program, @@ -459673,8 +265538,6 @@ void IGL.ExtGetProgramBinarySourceQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459685,6 +265548,7 @@ public static void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLint *")] Ref length ) => ThisThread.ExtGetProgramBinarySourceQCOM(program, shadertype, source, length); + [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetProgramQCOM( [NativeTypeName("GLuint *")] uint* programs, @@ -459699,8 +265563,6 @@ _slots[686] is not null and var loadedFnPtr ) )(programs, maxPrograms, numPrograms); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtGetProgramQCOM( @@ -459709,6 +265571,8 @@ public static void ExtGetProgramQCOM( [NativeTypeName("GLint *")] int* numPrograms ) => ThisThread.ExtGetProgramQCOM(programs, maxPrograms, numPrograms); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetProgramQCOM( [NativeTypeName("GLuint *")] Ref programs, @@ -459723,8 +265587,6 @@ void IGL.ExtGetProgramQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459734,6 +265596,8 @@ public static void ExtGetProgramQCOM( [NativeTypeName("GLint *")] Ref numPrograms ) => ThisThread.ExtGetProgramQCOM(programs, maxPrograms, numPrograms); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.ExtGetProgramQCOM([NativeTypeName("GLint *")] Ref numPrograms) { @@ -459745,14 +265609,13 @@ uint IGL.ExtGetProgramQCOM([NativeTypeName("GLint *")] Ref numPrograms) } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint ExtGetProgramQCOM([NativeTypeName("GLint *")] Ref numPrograms) => ThisThread.ExtGetProgramQCOM(numPrograms); + [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetRenderbuffersQCOM( [NativeTypeName("GLuint *")] uint* renderbuffers, @@ -459770,8 +265633,6 @@ _slots[687] is not null and var loadedFnPtr ) )(renderbuffers, maxRenderbuffers, numRenderbuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtGetRenderbuffersQCOM( @@ -459780,6 +265641,8 @@ public static void ExtGetRenderbuffersQCOM( [NativeTypeName("GLint *")] int* numRenderbuffers ) => ThisThread.ExtGetRenderbuffersQCOM(renderbuffers, maxRenderbuffers, numRenderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetRenderbuffersQCOM( [NativeTypeName("GLuint *")] Ref renderbuffers, @@ -459798,8 +265661,6 @@ void IGL.ExtGetRenderbuffersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459809,6 +265670,8 @@ public static void ExtGetRenderbuffersQCOM( [NativeTypeName("GLint *")] Ref numRenderbuffers ) => ThisThread.ExtGetRenderbuffersQCOM(renderbuffers, maxRenderbuffers, numRenderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.ExtGetRenderbuffersQCOM([NativeTypeName("GLint *")] Ref numRenderbuffers) { @@ -459820,8 +265683,6 @@ uint IGL.ExtGetRenderbuffersQCOM([NativeTypeName("GLint *")] Ref numRenderb } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459829,6 +265690,7 @@ public static uint ExtGetRenderbuffersQCOM( [NativeTypeName("GLint *")] Ref numRenderbuffers ) => ThisThread.ExtGetRenderbuffersQCOM(numRenderbuffers); + [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetShadersQCOM( [NativeTypeName("GLuint *")] uint* shaders, @@ -459843,8 +265705,6 @@ _slots[688] is not null and var loadedFnPtr ) )(shaders, maxShaders, numShaders); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtGetShadersQCOM( @@ -459853,6 +265713,8 @@ public static void ExtGetShadersQCOM( [NativeTypeName("GLint *")] int* numShaders ) => ThisThread.ExtGetShadersQCOM(shaders, maxShaders, numShaders); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetShadersQCOM( [NativeTypeName("GLuint *")] Ref shaders, @@ -459867,8 +265729,6 @@ void IGL.ExtGetShadersQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459878,6 +265738,8 @@ public static void ExtGetShadersQCOM( [NativeTypeName("GLint *")] Ref numShaders ) => ThisThread.ExtGetShadersQCOM(shaders, maxShaders, numShaders); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.ExtGetShadersQCOM([NativeTypeName("GLint *")] Ref numShaders) { @@ -459889,14 +265751,13 @@ uint IGL.ExtGetShadersQCOM([NativeTypeName("GLint *")] Ref numShaders) } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint ExtGetShadersQCOM([NativeTypeName("GLint *")] Ref numShaders) => ThisThread.ExtGetShadersQCOM(numShaders); + [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetTexLevelParameterQCOM( [NativeTypeName("GLuint")] uint texture, @@ -459916,8 +265777,6 @@ _slots[689] is not null and var loadedFnPtr ) )(texture, face, level, pname, @params); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtGetTexLevelParameterQCOM( @@ -459928,6 +265787,8 @@ public static void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLint *")] int* @params ) => ThisThread.ExtGetTexLevelParameterQCOM(texture, face, level, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetTexLevelParameterQCOM( [NativeTypeName("GLuint")] uint texture, @@ -459943,8 +265804,6 @@ void IGL.ExtGetTexLevelParameterQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -459956,6 +265815,7 @@ public static void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.ExtGetTexLevelParameterQCOM(texture, face, level, pname, @params); + [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetTexSubImageQCOM( [NativeTypeName("GLenum")] uint target, @@ -459990,8 +265850,6 @@ _slots[690] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, texels); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtGetTexSubImageQCOM( @@ -460021,6 +265879,8 @@ public static void ExtGetTexSubImageQCOM( texels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetTexSubImageQCOM( [NativeTypeName("GLenum")] uint target, @@ -460054,8 +265914,6 @@ Ref texels } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -460086,6 +265944,7 @@ Ref texels texels ); + [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetTexturesQCOM( [NativeTypeName("GLuint *")] uint* textures, @@ -460100,8 +265959,6 @@ _slots[691] is not null and var loadedFnPtr ) )(textures, maxTextures, numTextures); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtGetTexturesQCOM( @@ -460110,6 +265967,8 @@ public static void ExtGetTexturesQCOM( [NativeTypeName("GLint *")] int* numTextures ) => ThisThread.ExtGetTexturesQCOM(textures, maxTextures, numTextures); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtGetTexturesQCOM( [NativeTypeName("GLuint *")] Ref textures, @@ -460124,8 +265983,6 @@ void IGL.ExtGetTexturesQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -460135,21 +265992,24 @@ public static void ExtGetTexturesQCOM( [NativeTypeName("GLint *")] Ref numTextures ) => ThisThread.ExtGetTexturesQCOM(textures, maxTextures, numTextures); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.ExtIsProgramBinaryQCOM([NativeTypeName("GLuint")] uint program) => - (MaybeBool)(uint)((IGL)this).ExtIsProgramBinaryQCOMRaw(program); + (MaybeBool)(uint)((IGL)this).ExtIsProgramBinaryQCOMRawQCOM(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool ExtIsProgramBinaryQCOM([NativeTypeName("GLuint")] uint program) => ThisThread.ExtIsProgramBinaryQCOM(program); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.ExtIsProgramBinaryQCOMRaw([NativeTypeName("GLuint")] uint program) => + uint IGL.ExtIsProgramBinaryQCOMRawQCOM([NativeTypeName("GLuint")] uint program) => ( (delegate* unmanaged)( _slots[692] is not null and var loadedFnPtr @@ -460159,13 +266019,12 @@ _slots[692] is not null and var loadedFnPtr )(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint ExtIsProgramBinaryQCOMRaw([NativeTypeName("GLuint")] uint program) => - ThisThread.ExtIsProgramBinaryQCOMRaw(program); + public static uint ExtIsProgramBinaryQCOMRawQCOM([NativeTypeName("GLuint")] uint program) => + ThisThread.ExtIsProgramBinaryQCOMRawQCOM(program); + [NativeFunction("opengl", EntryPoint = "glExtractComponentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtractComponentEXT( [NativeTypeName("GLuint")] uint res, @@ -460180,7 +266039,6 @@ _slots[693] is not null and var loadedFnPtr ) )(res, src, num); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glExtractComponentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtractComponentEXT( @@ -460189,6 +266047,7 @@ public static void ExtractComponentEXT( [NativeTypeName("GLuint")] uint num ) => ThisThread.ExtractComponentEXT(res, src, num); + [NativeFunction("opengl", EntryPoint = "glExtrapolateTex2DQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtrapolateTex2DQCOM( [NativeTypeName("GLuint")] uint src1, @@ -460204,7 +266063,6 @@ _slots[694] is not null and var loadedFnPtr ) )(src1, src2, output, scaleFactor); - [SupportedApiProfile("gles2", ["GL_QCOM_frame_extrapolation"])] [NativeFunction("opengl", EntryPoint = "glExtrapolateTex2DQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtrapolateTex2DQCOM( @@ -460214,6 +266072,7 @@ public static void ExtrapolateTex2DQCOM( [NativeTypeName("GLfloat")] float scaleFactor ) => ThisThread.ExtrapolateTex2DQCOM(src1, src2, output, scaleFactor); + [NativeFunction("opengl", EntryPoint = "glExtTexObjectStateOverrideiQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ExtTexObjectStateOverrideQCOM( [NativeTypeName("GLenum")] uint target, @@ -460231,8 +266090,6 @@ _slots[695] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtTexObjectStateOverrideiQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ExtTexObjectStateOverrideQCOM( @@ -460241,6 +266098,7 @@ public static void ExtTexObjectStateOverrideQCOM( [NativeTypeName("GLint")] int param2 ) => ThisThread.ExtTexObjectStateOverrideQCOM(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FeedbackBuffer( [NativeTypeName("GLsizei")] uint size, @@ -460255,31 +266113,6 @@ _slots[696] is not null and var loadedFnPtr ) )(size, type, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FeedbackBuffer( @@ -460288,6 +266121,8 @@ public static void FeedbackBuffer( [NativeTypeName("GLfloat *")] float* buffer ) => ThisThread.FeedbackBuffer(size, type, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FeedbackBuffer( [NativeTypeName("GLsizei")] uint size, @@ -460301,31 +266136,6 @@ void IGL.FeedbackBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -460335,6 +266145,8 @@ public static void FeedbackBuffer( [NativeTypeName("GLfloat *")] Ref buffer ) => ThisThread.FeedbackBuffer(size, type, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.FeedbackBuffer([NativeTypeName("GLenum")] Constant type) { @@ -460343,31 +266155,6 @@ float IGL.FeedbackBuffer([NativeTypeName("GLenum")] Constant type ) => ThisThread.FeedbackBuffer(type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.FeedbackBufferxO( + void IGL.FeedbackBufferxOOES( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLfixed *")] int buffer ) => ((IGL)this).FeedbackBufferxOES(1, type, (int*)&buffer); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void FeedbackBufferxO( + public static void FeedbackBufferxOOES( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLfixed *")] int buffer - ) => ThisThread.FeedbackBufferxO(type, buffer); + ) => ThisThread.FeedbackBufferxOOES(type, buffer); + [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FeedbackBufferxOES( [NativeTypeName("GLsizei")] uint n, @@ -460404,7 +266193,6 @@ _slots[697] is not null and var loadedFnPtr ) )(n, type, buffer); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FeedbackBufferxOES( @@ -460413,6 +266201,8 @@ public static void FeedbackBufferxOES( [NativeTypeName("const GLfixed *")] int* buffer ) => ThisThread.FeedbackBufferxOES(n, type, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FeedbackBufferxOES( [NativeTypeName("GLsizei")] uint n, @@ -460426,7 +266216,6 @@ void IGL.FeedbackBufferxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -460436,6 +266225,8 @@ public static void FeedbackBufferxOES( [NativeTypeName("const GLfixed *")] Ref buffer ) => ThisThread.FeedbackBufferxOES(n, type, buffer); + [return: NativeTypeName("GLsync")] + [NativeFunction("opengl", EntryPoint = "glFenceSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Sync* IGL.FenceSync( [NativeTypeName("GLenum")] uint condition, @@ -460450,38 +266241,6 @@ _slots[698] is not null and var loadedFnPtr )(condition, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glFenceSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Sync* FenceSync( @@ -460489,6 +266248,9 @@ _slots[698] is not null and var loadedFnPtr [NativeTypeName("GLbitfield")] uint flags ) => ThisThread.FenceSync(condition, flags); + [return: NativeTypeName("GLsync")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFenceSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.FenceSync( [NativeTypeName("GLenum")] Constant condition, @@ -460496,38 +266258,6 @@ Ptr IGL.FenceSync( ) => (Sync*)((IGL)this).FenceSync((uint)condition, (uint)flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFenceSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -460536,8 +266266,10 @@ public static Ptr FenceSync( [NativeTypeName("GLbitfield")] Constant flags ) => ThisThread.FenceSync(condition, flags); + [return: NativeTypeName("GLsync")] + [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Sync* IGL.FenceSyncApple( + Sync* IGL.FenceSyncAPPLE( [NativeTypeName("GLenum")] uint condition, [NativeTypeName("GLbitfield")] uint flags ) => @@ -460550,32 +266282,32 @@ _slots[699] is not null and var loadedFnPtr )(condition, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Sync* FenceSyncApple( + public static Sync* FenceSyncAPPLE( [NativeTypeName("GLenum")] uint condition, [NativeTypeName("GLbitfield")] uint flags - ) => ThisThread.FenceSyncApple(condition, flags); + ) => ThisThread.FenceSyncAPPLE(condition, flags); + [return: NativeTypeName("GLsync")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Ptr IGL.FenceSyncApple( + Ptr IGL.FenceSyncAPPLE( [NativeTypeName("GLenum")] Constant condition, [NativeTypeName("GLbitfield")] Constant flags - ) => (Sync*)((IGL)this).FenceSyncApple((uint)condition, (uint)flags); + ) => (Sync*)((IGL)this).FenceSyncAPPLE((uint)condition, (uint)flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Ptr FenceSyncApple( + public static Ptr FenceSyncAPPLE( [NativeTypeName("GLenum")] Constant condition, [NativeTypeName("GLbitfield")] Constant flags - ) => ThisThread.FenceSyncApple(condition, flags); + ) => ThisThread.FenceSyncAPPLE(condition, flags); + [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FinalCombinerInputNV( [NativeTypeName("GLenum")] uint variable, @@ -460591,7 +266323,6 @@ _slots[700] is not null and var loadedFnPtr ) )(variable, input, mapping, componentUsage); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FinalCombinerInputNV( @@ -460601,6 +266332,8 @@ public static void FinalCombinerInputNV( [NativeTypeName("GLenum")] uint componentUsage ) => ThisThread.FinalCombinerInputNV(variable, input, mapping, componentUsage); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FinalCombinerInputNV( [NativeTypeName("GLenum")] Constant variable, @@ -460615,7 +266348,6 @@ void IGL.FinalCombinerInputNV( (uint)componentUsage ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -460626,6 +266358,7 @@ public static void FinalCombinerInputNV( [NativeTypeName("GLenum")] Constant componentUsage ) => ThisThread.FinalCombinerInputNV(variable, input, mapping, componentUsage); + [NativeFunction("opengl", EntryPoint = "glFinish")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Finish() => ( @@ -460636,66 +266369,12 @@ _slots[701] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFinish")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Finish() => ThisThread.Finish(); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.FinishAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp) => ( @@ -460707,12 +266386,14 @@ _slots[702] is not null and var loadedFnPtr )(markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int FinishAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp) => ThisThread.FinishAsyncSGIX(markerp); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.FinishAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp) { @@ -460723,15 +266404,15 @@ int IGL.FinishAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp) } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int FinishAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp) => ThisThread.FinishAsyncSGIX(markerp); + [NativeFunction("opengl", EntryPoint = "glFinishFenceAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.FinishFenceApple([NativeTypeName("GLuint")] uint fence) => + void IGL.FinishFenceAPPLE([NativeTypeName("GLuint")] uint fence) => ( (delegate* unmanaged)( _slots[703] is not null and var loadedFnPtr @@ -460740,12 +266421,12 @@ _slots[703] is not null and var loadedFnPtr ) )(fence); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishFenceAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void FinishFenceApple([NativeTypeName("GLuint")] uint fence) => - ThisThread.FinishFenceApple(fence); + public static void FinishFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + ThisThread.FinishFenceAPPLE(fence); + [NativeFunction("opengl", EntryPoint = "glFinishFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FinishFenceNV([NativeTypeName("GLuint")] uint fence) => ( @@ -460756,16 +266437,14 @@ _slots[704] is not null and var loadedFnPtr ) )(fence); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FinishFenceNV([NativeTypeName("GLuint")] uint fence) => ThisThread.FinishFenceNV(fence); + [NativeFunction("opengl", EntryPoint = "glFinishObjectAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.FinishObjectApple( + void IGL.FinishObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLint")] int name ) => @@ -460777,14 +266456,14 @@ _slots[705] is not null and var loadedFnPtr ) )(@object, name); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishObjectAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void FinishObjectApple( + public static void FinishObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLint")] int name - ) => ThisThread.FinishObjectApple(@object, name); + ) => ThisThread.FinishObjectAPPLE(@object, name); + [NativeFunction("opengl", EntryPoint = "glFinishTextureSUNX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FinishTextureSUNX() => ( @@ -460795,11 +266474,11 @@ _slots[706] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_SUNX_constant_data"])] [NativeFunction("opengl", EntryPoint = "glFinishTextureSUNX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FinishTextureSUNX() => ThisThread.FinishTextureSUNX(); + [NativeFunction("opengl", EntryPoint = "glFlush")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Flush() => ( @@ -460810,66 +266489,11 @@ _slots[707] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFlush")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Flush() => ThisThread.Flush(); + [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FlushMappedBufferRange( [NativeTypeName("GLenum")] uint target, @@ -460884,42 +266508,6 @@ _slots[708] is not null and var loadedFnPtr ) )(target, offset, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FlushMappedBufferRange( @@ -460928,6 +266516,8 @@ public static void FlushMappedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ) => ThisThread.FlushMappedBufferRange(target, offset, length); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FlushMappedBufferRange( [NativeTypeName("GLenum")] Constant target, @@ -460935,42 +266525,6 @@ void IGL.FlushMappedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ) => ((IGL)this).FlushMappedBufferRange((uint)target, offset, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -460980,8 +266534,9 @@ public static void FlushMappedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ) => ThisThread.FlushMappedBufferRange(target, offset, length); + [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.FlushMappedBufferRangeApple( + void IGL.FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size @@ -460997,32 +266552,33 @@ _slots[709] is not null and var loadedFnPtr ) )(target, offset, size); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void FlushMappedBufferRangeApple( + public static void FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) => ThisThread.FlushMappedBufferRangeApple(target, offset, size); + ) => ThisThread.FlushMappedBufferRangeAPPLE(target, offset, size); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.FlushMappedBufferRangeApple( + void IGL.FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) => ((IGL)this).FlushMappedBufferRangeApple((uint)target, offset, size); + ) => ((IGL)this).FlushMappedBufferRangeAPPLE((uint)target, offset, size); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void FlushMappedBufferRangeApple( + public static void FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size - ) => ThisThread.FlushMappedBufferRangeApple(target, offset, size); + ) => ThisThread.FlushMappedBufferRangeAPPLE(target, offset, size); + [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FlushMappedBufferRangeEXT( [NativeTypeName("GLenum")] uint target, @@ -461040,8 +266596,6 @@ _slots[710] is not null and var loadedFnPtr ) )(target, offset, length); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FlushMappedBufferRangeEXT( @@ -461050,6 +266604,8 @@ public static void FlushMappedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ) => ThisThread.FlushMappedBufferRangeEXT(target, offset, length); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FlushMappedBufferRangeEXT( [NativeTypeName("GLenum")] Constant target, @@ -461057,8 +266613,6 @@ void IGL.FlushMappedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ) => ((IGL)this).FlushMappedBufferRangeEXT((uint)target, offset, length); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -461068,6 +266622,7 @@ public static void FlushMappedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ) => ThisThread.FlushMappedBufferRangeEXT(target, offset, length); + [NativeFunction("opengl", EntryPoint = "glFlushMappedNamedBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FlushMappedNamedBufferRange( [NativeTypeName("GLuint")] uint buffer, @@ -461085,16 +266640,6 @@ _slots[711] is not null and var loadedFnPtr ) )(buffer, offset, length); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glFlushMappedNamedBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FlushMappedNamedBufferRange( @@ -461103,6 +266648,7 @@ public static void FlushMappedNamedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ) => ThisThread.FlushMappedNamedBufferRange(buffer, offset, length); + [NativeFunction("opengl", EntryPoint = "glFlushMappedNamedBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FlushMappedNamedBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, @@ -461120,8 +266666,6 @@ _slots[712] is not null and var loadedFnPtr ) )(buffer, offset, length); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedNamedBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FlushMappedNamedBufferRangeEXT( @@ -461130,6 +266674,7 @@ public static void FlushMappedNamedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ) => ThisThread.FlushMappedNamedBufferRangeEXT(buffer, offset, length); + [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FlushPixelDataRangeNV([NativeTypeName("GLenum")] uint target) => ( @@ -461140,18 +266685,18 @@ _slots[713] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FlushPixelDataRangeNV([NativeTypeName("GLenum")] uint target) => ThisThread.FlushPixelDataRangeNV(target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FlushPixelDataRangeNV( [NativeTypeName("GLenum")] Constant target ) => ((IGL)this).FlushPixelDataRangeNV((uint)target); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -461159,6 +266704,7 @@ public static void FlushPixelDataRangeNV( [NativeTypeName("GLenum")] Constant target ) => ThisThread.FlushPixelDataRangeNV(target); + [NativeFunction("opengl", EntryPoint = "glFlushRasterSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FlushRasterSGIX() => ( @@ -461169,11 +266715,11 @@ _slots[714] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_SGIX_flush_raster"])] [NativeFunction("opengl", EntryPoint = "glFlushRasterSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FlushRasterSGIX() => ThisThread.FlushRasterSGIX(); + [NativeFunction("opengl", EntryPoint = "glFlushStaticDataIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FlushStaticDataIBM([NativeTypeName("GLenum")] uint target) => ( @@ -461184,14 +266730,14 @@ _slots[715] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile("gl", ["GL_IBM_static_data"])] [NativeFunction("opengl", EntryPoint = "glFlushStaticDataIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FlushStaticDataIBM([NativeTypeName("GLenum")] uint target) => ThisThread.FlushStaticDataIBM(target); + [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.FlushVertexArrayRangeApple([NativeTypeName("GLsizei")] uint length, void* pointer) => + void IGL.FlushVertexArrayRangeAPPLE([NativeTypeName("GLsizei")] uint length, void* pointer) => ( (delegate* unmanaged)( _slots[716] is not null and var loadedFnPtr @@ -461203,32 +266749,33 @@ _slots[716] is not null and var loadedFnPtr ) )(length, pointer); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void FlushVertexArrayRangeApple( + public static void FlushVertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, void* pointer - ) => ThisThread.FlushVertexArrayRangeApple(length, pointer); + ) => ThisThread.FlushVertexArrayRangeAPPLE(length, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.FlushVertexArrayRangeApple([NativeTypeName("GLsizei")] uint length, Ref pointer) + void IGL.FlushVertexArrayRangeAPPLE([NativeTypeName("GLsizei")] uint length, Ref pointer) { fixed (void* __dsl_pointer = pointer) { - ((IGL)this).FlushVertexArrayRangeApple(length, __dsl_pointer); + ((IGL)this).FlushVertexArrayRangeAPPLE(length, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void FlushVertexArrayRangeApple( + public static void FlushVertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, Ref pointer - ) => ThisThread.FlushVertexArrayRangeApple(length, pointer); + ) => ThisThread.FlushVertexArrayRangeAPPLE(length, pointer); + [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FlushVertexArrayRangeNV() => ( @@ -461242,11 +266789,11 @@ _slots[717] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FlushVertexArrayRangeNV() => ThisThread.FlushVertexArrayRangeNV(); + [NativeFunction("opengl", EntryPoint = "glFogCoordd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordd([NativeTypeName("GLdouble")] double coord) => ( @@ -461257,32 +266804,12 @@ _slots[718] is not null and var loadedFnPtr ) )(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordd([NativeTypeName("GLdouble")] double coord) => ThisThread.FogCoordd(coord); + [NativeFunction("opengl", EntryPoint = "glFogCoorddEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoorddEXT([NativeTypeName("GLdouble")] double coord) => ( @@ -461293,12 +266820,12 @@ _slots[719] is not null and var loadedFnPtr ) )(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoorddEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoorddEXT([NativeTypeName("GLdouble")] double coord) => ThisThread.FogCoorddEXT(coord); + [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoorddv([NativeTypeName("const GLdouble *")] double* coord) => ( @@ -461309,32 +266836,13 @@ _slots[720] is not null and var loadedFnPtr ) )(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoorddv([NativeTypeName("const GLdouble *")] double* coord) => ThisThread.FogCoorddv(coord); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoorddv([NativeTypeName("const GLdouble *")] Ref coord) { @@ -461344,64 +266852,25 @@ void IGL.FogCoorddv([NativeTypeName("const GLdouble *")] Ref coord) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoorddv([NativeTypeName("const GLdouble *")] Ref coord) => ThisThread.FogCoorddv(coord); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoorddv([NativeTypeName("const GLdouble *")] double coord) => ((IGL)this).FogCoorddv((double*)&coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoorddv([NativeTypeName("const GLdouble *")] double coord) => ThisThread.FogCoorddv(coord); + [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoorddvEXT([NativeTypeName("const GLdouble *")] double* coord) => ( @@ -461412,12 +266881,13 @@ _slots[721] is not null and var loadedFnPtr ) )(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoorddvEXT([NativeTypeName("const GLdouble *")] double* coord) => ThisThread.FogCoorddvEXT(coord); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoorddvEXT([NativeTypeName("const GLdouble *")] Ref coord) { @@ -461427,24 +266897,25 @@ void IGL.FogCoorddvEXT([NativeTypeName("const GLdouble *")] Ref coord) } } - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoorddvEXT([NativeTypeName("const GLdouble *")] Ref coord) => ThisThread.FogCoorddvEXT(coord); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoorddvEXT([NativeTypeName("const GLdouble *")] double coord) => ((IGL)this).FogCoorddvEXT((double*)&coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoorddvEXT([NativeTypeName("const GLdouble *")] double coord) => ThisThread.FogCoorddvEXT(coord); + [NativeFunction("opengl", EntryPoint = "glFogCoordf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordf([NativeTypeName("GLfloat")] float coord) => ( @@ -461455,32 +266926,12 @@ _slots[722] is not null and var loadedFnPtr ) )(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordf([NativeTypeName("GLfloat")] float coord) => ThisThread.FogCoordf(coord); + [NativeFunction("opengl", EntryPoint = "glFogCoordfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordfEXT([NativeTypeName("GLfloat")] float coord) => ( @@ -461491,12 +266942,12 @@ _slots[723] is not null and var loadedFnPtr ) )(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordfEXT([NativeTypeName("GLfloat")] float coord) => ThisThread.FogCoordfEXT(coord); + [NativeFunction("opengl", EntryPoint = "glFogCoordFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordFormatNV( [NativeTypeName("GLenum")] uint type, @@ -461510,8 +266961,6 @@ _slots[724] is not null and var loadedFnPtr ) )(type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glFogCoordFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordFormatNV( @@ -461519,6 +266968,7 @@ public static void FogCoordFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.FogCoordFormatNV(type, stride); + [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordfv([NativeTypeName("const GLfloat *")] float* coord) => ( @@ -461529,32 +266979,13 @@ _slots[725] is not null and var loadedFnPtr ) )(coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordfv([NativeTypeName("const GLfloat *")] float* coord) => ThisThread.FogCoordfv(coord); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordfv([NativeTypeName("const GLfloat *")] Ref coord) { @@ -461564,64 +266995,25 @@ void IGL.FogCoordfv([NativeTypeName("const GLfloat *")] Ref coord) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordfv([NativeTypeName("const GLfloat *")] Ref coord) => ThisThread.FogCoordfv(coord); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordfv([NativeTypeName("const GLfloat *")] float coord) => ((IGL)this).FogCoordfv((float*)&coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordfv([NativeTypeName("const GLfloat *")] float coord) => ThisThread.FogCoordfv(coord); + [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordfvEXT([NativeTypeName("const GLfloat *")] float* coord) => ( @@ -461632,12 +267024,13 @@ _slots[726] is not null and var loadedFnPtr ) )(coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float* coord) => ThisThread.FogCoordfvEXT(coord); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordfvEXT([NativeTypeName("const GLfloat *")] Ref coord) { @@ -461647,24 +267040,25 @@ void IGL.FogCoordfvEXT([NativeTypeName("const GLfloat *")] Ref coord) } } - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordfvEXT([NativeTypeName("const GLfloat *")] Ref coord) => ThisThread.FogCoordfvEXT(coord); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordfvEXT([NativeTypeName("const GLfloat *")] float coord) => ((IGL)this).FogCoordfvEXT((float*)&coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float coord) => ThisThread.FogCoordfvEXT(coord); + [NativeFunction("opengl", EntryPoint = "glFogCoordhNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordNV([NativeTypeName("GLhalfNV")] ushort fog) => ( @@ -461675,12 +267069,12 @@ _slots[727] is not null and var loadedFnPtr ) )(fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glFogCoordhNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordNV([NativeTypeName("GLhalfNV")] ushort fog) => ThisThread.FogCoordNV(fog); + [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort* fog) => ( @@ -461691,12 +267085,13 @@ _slots[728] is not null and var loadedFnPtr ) )(fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort* fog) => ThisThread.FogCoordhvNV(fog); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordhvNV([NativeTypeName("const GLhalfNV *")] Ref fog) { @@ -461706,24 +267101,25 @@ void IGL.FogCoordhvNV([NativeTypeName("const GLhalfNV *")] Ref fog) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] Ref fog) => ThisThread.FogCoordhvNV(fog); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort fog) => ((IGL)this).FogCoordhvNV((ushort*)&fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort fog) => ThisThread.FogCoordhvNV(fog); + [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordPointer( [NativeTypeName("GLenum")] uint type, @@ -461738,27 +267134,6 @@ _slots[729] is not null and var loadedFnPtr ) )(type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordPointer( @@ -461767,6 +267142,8 @@ public static void FogCoordPointer( [NativeTypeName("const void *")] void* pointer ) => ThisThread.FogCoordPointer(type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordPointer( [NativeTypeName("GLenum")] Constant type, @@ -461780,27 +267157,6 @@ void IGL.FogCoordPointer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -461810,6 +267166,7 @@ public static void FogCoordPointer( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.FogCoordPointer(type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -461824,7 +267181,6 @@ _slots[730] is not null and var loadedFnPtr ) )(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordPointerEXT( @@ -461833,6 +267189,8 @@ public static void FogCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.FogCoordPointerEXT(type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordPointerEXT( [NativeTypeName("GLenum")] Constant type, @@ -461846,7 +267204,6 @@ void IGL.FogCoordPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -461856,6 +267213,7 @@ public static void FogCoordPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.FogCoordPointerEXT(type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordPointerListIBM( [NativeTypeName("GLenum")] uint type, @@ -461871,7 +267229,6 @@ _slots[731] is not null and var loadedFnPtr ) )(type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogCoordPointerListIBM( @@ -461881,6 +267238,8 @@ public static void FogCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.FogCoordPointerListIBM(type, stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogCoordPointerListIBM( [NativeTypeName("GLenum")] Constant type, @@ -461895,7 +267254,6 @@ void IGL.FogCoordPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -461906,6 +267264,7 @@ public static void FogCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.FogCoordPointerListIBM(type, stride, pointer, ptrstride); + [NativeFunction("opengl", EntryPoint = "glFogf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Fog([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1) => ( @@ -461916,32 +267275,6 @@ _slots[732] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFogf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Fog( @@ -461949,38 +267282,14 @@ public static void Fog( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.Fog(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Fog( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).Fog((uint)pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -461989,6 +267298,7 @@ public static void Fog( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.Fog(pname, param1); + [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogFuncSGIS( [NativeTypeName("GLsizei")] uint n, @@ -462002,7 +267312,6 @@ _slots[733] is not null and var loadedFnPtr ) )(n, points); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogFuncSGIS( @@ -462010,6 +267319,8 @@ public static void FogFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ) => ThisThread.FogFuncSGIS(n, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogFuncSGIS( [NativeTypeName("GLsizei")] uint n, @@ -462022,7 +267333,6 @@ void IGL.FogFuncSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462031,6 +267341,7 @@ public static void FogFuncSGIS( [NativeTypeName("const GLfloat *")] Ref points ) => ThisThread.FogFuncSGIS(n, points); + [NativeFunction("opengl", EntryPoint = "glFogfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Fog( [NativeTypeName("GLenum")] uint pname, @@ -462044,32 +267355,6 @@ _slots[734] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFogfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Fog( @@ -462077,6 +267362,8 @@ public static void Fog( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.Fog(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Fog( [NativeTypeName("GLenum")] Constant pname, @@ -462089,32 +267376,6 @@ void IGL.Fog( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462123,6 +267384,7 @@ public static void Fog( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.Fog(pname, @params); + [NativeFunction("opengl", EntryPoint = "glFogi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Fog([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1) => ( @@ -462133,31 +267395,6 @@ _slots[735] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFogi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Fog( @@ -462165,37 +267402,14 @@ public static void Fog( [NativeTypeName("GLint")] int param1 ) => ThisThread.Fog(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Fog( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ) => ((IGL)this).Fog((uint)pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462204,6 +267418,7 @@ public static void Fog( [NativeTypeName("GLint")] int param1 ) => ThisThread.Fog(pname, param1); + [NativeFunction("opengl", EntryPoint = "glFogiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Fog( [NativeTypeName("GLenum")] uint pname, @@ -462217,31 +267432,6 @@ _slots[736] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFogiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Fog( @@ -462249,6 +267439,8 @@ public static void Fog( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.Fog(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Fog( [NativeTypeName("GLenum")] Constant pname, @@ -462261,31 +267453,6 @@ void IGL.Fog( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462294,6 +267461,7 @@ public static void Fog( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.Fog(pname, @params); + [NativeFunction("opengl", EntryPoint = "glFogx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Fogx([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1) => ( @@ -462304,7 +267472,6 @@ _slots[737] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFogx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Fogx( @@ -462312,13 +267479,14 @@ public static void Fogx( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.Fogx(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Fogx( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 ) => ((IGL)this).Fogx((uint)pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462327,6 +267495,7 @@ public static void Fogx( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.Fogx(pname, param1); + [NativeFunction("opengl", EntryPoint = "glFogxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogxOES( [NativeTypeName("GLenum")] uint pname, @@ -462340,8 +267509,6 @@ _slots[738] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFogxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogxOES( @@ -462349,14 +267516,14 @@ public static void FogxOES( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.FogxOES(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 ) => ((IGL)this).FogxOES((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462365,6 +267532,7 @@ public static void FogxOES( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.FogxOES(pname, param1); + [NativeFunction("opengl", EntryPoint = "glFogxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Fogx( [NativeTypeName("GLenum")] uint pname, @@ -462378,7 +267546,6 @@ _slots[739] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFogxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Fogx( @@ -462386,6 +267553,8 @@ public static void Fogx( [NativeTypeName("const GLfixed *")] int* param1 ) => ThisThread.Fogx(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Fogx( [NativeTypeName("GLenum")] Constant pname, @@ -462398,7 +267567,6 @@ void IGL.Fogx( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462407,6 +267575,7 @@ public static void Fogx( [NativeTypeName("const GLfixed *")] Ref param1 ) => ThisThread.Fogx(pname, param1); + [NativeFunction("opengl", EntryPoint = "glFogxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogxOES( [NativeTypeName("GLenum")] uint pname, @@ -462420,8 +267589,6 @@ _slots[740] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFogxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FogxOES( @@ -462429,6 +267596,8 @@ public static void FogxOES( [NativeTypeName("const GLfixed *")] int* param1 ) => ThisThread.FogxOES(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFogxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FogxOES( [NativeTypeName("GLenum")] Constant pname, @@ -462441,8 +267610,6 @@ void IGL.FogxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462451,6 +267618,7 @@ public static void FogxOES( [NativeTypeName("const GLfixed *")] Ref param1 ) => ThisThread.FogxOES(pname, param1); + [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -462467,7 +267635,6 @@ _slots[741] is not null and var loadedFnPtr ) )(face, mode); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentColorMaterialSGIX( @@ -462475,13 +267642,14 @@ public static void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] uint mode ) => ThisThread.FragmentColorMaterialSGIX(face, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).FragmentColorMaterialSGIX((uint)face, (uint)mode); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462490,6 +267658,7 @@ public static void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.FragmentColorMaterialSGIX(face, mode); + [NativeFunction("opengl", EntryPoint = "glFragmentCoverageColorNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentCoverageColorNV([NativeTypeName("GLuint")] uint color) => ( @@ -462503,14 +267672,12 @@ _slots[742] is not null and var loadedFnPtr ) )(color); - [SupportedApiProfile("gl", ["GL_NV_fragment_coverage_to_color"])] - [SupportedApiProfile("glcore", ["GL_NV_fragment_coverage_to_color"])] - [SupportedApiProfile("gles2", ["GL_NV_fragment_coverage_to_color"])] [NativeFunction("opengl", EntryPoint = "glFragmentCoverageColorNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentCoverageColorNV([NativeTypeName("GLuint")] uint color) => ThisThread.FragmentCoverageColorNV(color); + [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -462525,7 +267692,6 @@ _slots[743] is not null and var loadedFnPtr ) )(light, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentLightSGIX( @@ -462534,6 +267700,8 @@ public static void FragmentLightSGIX( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.FragmentLightSGIX(light, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightSGIX( [NativeTypeName("GLenum")] Constant light, @@ -462541,7 +267709,6 @@ void IGL.FragmentLightSGIX( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).FragmentLightSGIX((uint)light, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462551,6 +267718,7 @@ public static void FragmentLightSGIX( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.FragmentLightSGIX(light, pname, param2); + [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -462565,7 +267733,6 @@ _slots[744] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentLightSGIX( @@ -462574,6 +267741,8 @@ public static void FragmentLightSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.FragmentLightSGIX(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightSGIX( [NativeTypeName("GLenum")] Constant light, @@ -462587,7 +267756,6 @@ void IGL.FragmentLightSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462597,6 +267765,7 @@ public static void FragmentLightSGIX( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.FragmentLightSGIX(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -462611,7 +267780,6 @@ _slots[745] is not null and var loadedFnPtr ) )(light, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentLightSGIX( @@ -462620,6 +267788,8 @@ public static void FragmentLightSGIX( [NativeTypeName("GLint")] int param2 ) => ThisThread.FragmentLightSGIX(light, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightSGIX( [NativeTypeName("GLenum")] Constant light, @@ -462627,7 +267797,6 @@ void IGL.FragmentLightSGIX( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).FragmentLightSGIX((uint)light, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462637,6 +267806,7 @@ public static void FragmentLightSGIX( [NativeTypeName("GLint")] int param2 ) => ThisThread.FragmentLightSGIX(light, pname, param2); + [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -462651,7 +267821,6 @@ _slots[746] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentLightSGIX( @@ -462660,6 +267829,8 @@ public static void FragmentLightSGIX( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.FragmentLightSGIX(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightSGIX( [NativeTypeName("GLenum")] Constant light, @@ -462673,7 +267844,6 @@ void IGL.FragmentLightSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462683,6 +267853,7 @@ public static void FragmentLightSGIX( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.FragmentLightSGIX(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, @@ -462699,7 +267870,6 @@ _slots[747] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentLightModelSGIX( @@ -462707,13 +267877,14 @@ public static void FragmentLightModelSGIX( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.FragmentLightModelSGIX(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightModelSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).FragmentLightModelSGIX((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462722,6 +267893,7 @@ public static void FragmentLightModelSGIX( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.FragmentLightModelSGIX(pname, param1); + [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, @@ -462738,7 +267910,6 @@ _slots[748] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentLightModelSGIX( @@ -462746,6 +267917,8 @@ public static void FragmentLightModelSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.FragmentLightModelSGIX(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightModelSGIX( [NativeTypeName("GLenum")] Constant pname, @@ -462758,7 +267931,6 @@ void IGL.FragmentLightModelSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462767,6 +267939,7 @@ public static void FragmentLightModelSGIX( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.FragmentLightModelSGIX(pname, @params); + [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, @@ -462783,7 +267956,6 @@ _slots[749] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentLightModelSGIX( @@ -462791,13 +267963,14 @@ public static void FragmentLightModelSGIX( [NativeTypeName("GLint")] int param1 ) => ThisThread.FragmentLightModelSGIX(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightModelSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ) => ((IGL)this).FragmentLightModelSGIX((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462806,6 +267979,7 @@ public static void FragmentLightModelSGIX( [NativeTypeName("GLint")] int param1 ) => ThisThread.FragmentLightModelSGIX(pname, param1); + [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, @@ -462822,7 +267996,6 @@ _slots[750] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentLightModelSGIX( @@ -462830,6 +268003,8 @@ public static void FragmentLightModelSGIX( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.FragmentLightModelSGIX(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentLightModelSGIX( [NativeTypeName("GLenum")] Constant pname, @@ -462842,7 +268017,6 @@ void IGL.FragmentLightModelSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462851,6 +268025,7 @@ public static void FragmentLightModelSGIX( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.FragmentLightModelSGIX(pname, @params); + [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -462865,7 +268040,6 @@ _slots[751] is not null and var loadedFnPtr ) )(face, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentMaterialSGIX( @@ -462874,6 +268048,8 @@ public static void FragmentMaterialSGIX( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.FragmentMaterialSGIX(face, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentMaterialSGIX( [NativeTypeName("GLenum")] Constant face, @@ -462881,7 +268057,6 @@ void IGL.FragmentMaterialSGIX( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).FragmentMaterialSGIX((uint)face, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462891,6 +268066,7 @@ public static void FragmentMaterialSGIX( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.FragmentMaterialSGIX(face, pname, param2); + [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -462905,7 +268081,6 @@ _slots[752] is not null and var loadedFnPtr ) )(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentMaterialSGIX( @@ -462914,6 +268089,8 @@ public static void FragmentMaterialSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.FragmentMaterialSGIX(face, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentMaterialSGIX( [NativeTypeName("GLenum")] Constant face, @@ -462927,7 +268104,6 @@ void IGL.FragmentMaterialSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462937,6 +268113,7 @@ public static void FragmentMaterialSGIX( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.FragmentMaterialSGIX(face, pname, @params); + [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -462951,7 +268128,6 @@ _slots[753] is not null and var loadedFnPtr ) )(face, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentMaterialSGIX( @@ -462960,6 +268136,8 @@ public static void FragmentMaterialSGIX( [NativeTypeName("GLint")] int param2 ) => ThisThread.FragmentMaterialSGIX(face, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentMaterialSGIX( [NativeTypeName("GLenum")] Constant face, @@ -462967,7 +268145,6 @@ void IGL.FragmentMaterialSGIX( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).FragmentMaterialSGIX((uint)face, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -462977,6 +268154,7 @@ public static void FragmentMaterialSGIX( [NativeTypeName("GLint")] int param2 ) => ThisThread.FragmentMaterialSGIX(face, pname, param2); + [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -462991,7 +268169,6 @@ _slots[754] is not null and var loadedFnPtr ) )(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FragmentMaterialSGIX( @@ -463000,6 +268177,8 @@ public static void FragmentMaterialSGIX( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.FragmentMaterialSGIX(face, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FragmentMaterialSGIX( [NativeTypeName("GLenum")] Constant face, @@ -463013,7 +268192,6 @@ void IGL.FragmentMaterialSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463023,6 +268201,7 @@ public static void FragmentMaterialSGIX( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.FragmentMaterialSGIX(face, pname, @params); + [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferDrawBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -463039,8 +268218,6 @@ _slots[755] is not null and var loadedFnPtr ) )(framebuffer, mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferDrawBufferEXT( @@ -463048,14 +268225,14 @@ public static void FramebufferDrawBufferEXT( [NativeTypeName("GLenum")] uint mode ) => ThisThread.FramebufferDrawBufferEXT(framebuffer, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferDrawBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).FramebufferDrawBufferEXT(framebuffer, (uint)mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463064,6 +268241,7 @@ public static void FramebufferDrawBufferEXT( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.FramebufferDrawBufferEXT(framebuffer, mode); + [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferDrawBuffersEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -463081,8 +268259,6 @@ _slots[756] is not null and var loadedFnPtr ) )(framebuffer, n, bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferDrawBuffersEXT( @@ -463091,6 +268267,8 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] uint* bufs ) => ThisThread.FramebufferDrawBuffersEXT(framebuffer, n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferDrawBuffersEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -463104,8 +268282,6 @@ void IGL.FramebufferDrawBuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463115,14 +268291,14 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.FramebufferDrawBuffersEXT(framebuffer, n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferDrawBuffersEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("const GLenum *")] uint bufs ) => ((IGL)this).FramebufferDrawBuffersEXT(framebuffer, 1, (uint*)&bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463131,6 +268307,8 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] uint bufs ) => ThisThread.FramebufferDrawBuffersEXT(framebuffer, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferDrawBuffersEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -463144,8 +268322,6 @@ void IGL.FramebufferDrawBuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463155,14 +268331,14 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.FramebufferDrawBuffersEXT(framebuffer, n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferDrawBuffersEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("const GLenum *")] GLEnum bufs ) => ((IGL)this).FramebufferDrawBuffersEXT(framebuffer, 1, (uint*)(GLEnum*)&bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463171,6 +268347,8 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] GLEnum bufs ) => ThisThread.FramebufferDrawBuffersEXT(framebuffer, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferDrawBuffersEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -463184,8 +268362,6 @@ void IGL.FramebufferDrawBuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463195,14 +268371,14 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.FramebufferDrawBuffersEXT(framebuffer, n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferDrawBuffersEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("const GLenum *")] DrawBufferMode bufs ) => ((IGL)this).FramebufferDrawBuffersEXT(framebuffer, 1, (uint*)(DrawBufferMode*)&bufs); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463211,6 +268387,7 @@ public static void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] DrawBufferMode bufs ) => ThisThread.FramebufferDrawBuffersEXT(framebuffer, bufs); + [NativeFunction("opengl", EntryPoint = "glFramebufferFetchBarrierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferFetchBarrierEXT() => ( @@ -463224,13 +268401,11 @@ _slots[757] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] - [SupportedApiProfile("glcore", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] - [SupportedApiProfile("gles2", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFetchBarrierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferFetchBarrierEXT() => ThisThread.FramebufferFetchBarrierEXT(); + [NativeFunction("opengl", EntryPoint = "glFramebufferFetchBarrierQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferFetchBarrierQCOM() => ( @@ -463244,11 +268419,11 @@ _slots[758] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gles2", ["GL_QCOM_shader_framebuffer_fetch_noncoherent"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFetchBarrierQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferFetchBarrierQCOM() => ThisThread.FramebufferFetchBarrierQCOM(); + [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint")] uint framebuffer, @@ -463268,7 +268443,6 @@ _slots[759] is not null and var loadedFnPtr ) )(framebuffer, numLayers, focalPointsPerLayer, requestedFeatures, providedFeatures); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferFoveationConfigQCOM( @@ -463286,6 +268460,8 @@ public static void FramebufferFoveationConfigQCOM( providedFeatures ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint")] uint framebuffer, @@ -463307,7 +268483,6 @@ void IGL.FramebufferFoveationConfigQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463326,6 +268501,8 @@ public static void FramebufferFoveationConfigQCOM( providedFeatures ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint")] uint framebuffer, @@ -463345,7 +268522,6 @@ uint IGL.FramebufferFoveationConfigQCOM( return providedFeatures; } - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463362,6 +268538,7 @@ public static uint FramebufferFoveationConfigQCOM( requestedFeatures ); + [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationParametersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferFoveationParametersQCOM( [NativeTypeName("GLuint")] uint framebuffer, @@ -463384,7 +268561,6 @@ _slots[760] is not null and var loadedFnPtr ) )(framebuffer, layer, focalPoint, focalX, focalY, gainX, gainY, foveaArea); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationParametersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferFoveationParametersQCOM( @@ -463408,6 +268584,7 @@ public static void FramebufferFoveationParametersQCOM( foveaArea ); + [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferParameter( [NativeTypeName("GLenum")] uint target, @@ -463422,28 +268599,6 @@ _slots[761] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferParameter( @@ -463452,6 +268607,8 @@ public static void FramebufferParameter( [NativeTypeName("GLint")] int param2 ) => ThisThread.FramebufferParameter(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferParameter( [NativeTypeName("GLenum")] Constant target, @@ -463459,28 +268616,6 @@ void IGL.FramebufferParameter( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).FramebufferParameter((uint)target, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463490,6 +268625,7 @@ public static void FramebufferParameter( [NativeTypeName("GLint")] int param2 ) => ThisThread.FramebufferParameter(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferParameterMESA( [NativeTypeName("GLenum")] uint target, @@ -463507,9 +268643,6 @@ _slots[762] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferParameterMESA( @@ -463518,6 +268651,8 @@ public static void FramebufferParameterMESA( [NativeTypeName("GLint")] int param2 ) => ThisThread.FramebufferParameterMESA(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferParameterMESA( [NativeTypeName("GLenum")] Constant target, @@ -463525,9 +268660,6 @@ void IGL.FramebufferParameterMESA( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).FramebufferParameterMESA((uint)target, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463537,6 +268669,7 @@ public static void FramebufferParameterMESA( [NativeTypeName("GLint")] int param2 ) => ThisThread.FramebufferParameterMESA(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glFramebufferPixelLocalStorageSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferPixelLocalStorageSizeEXT( [NativeTypeName("GLuint")] uint target, @@ -463553,7 +268686,6 @@ _slots[763] is not null and var loadedFnPtr ) )(target, size); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glFramebufferPixelLocalStorageSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferPixelLocalStorageSizeEXT( @@ -463561,6 +268693,7 @@ public static void FramebufferPixelLocalStorageSizeEXT( [NativeTypeName("GLsizei")] uint size ) => ThisThread.FramebufferPixelLocalStorageSizeEXT(target, size); + [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferReadBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -463577,8 +268710,6 @@ _slots[764] is not null and var loadedFnPtr ) )(framebuffer, mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferReadBufferEXT( @@ -463586,14 +268717,14 @@ public static void FramebufferReadBufferEXT( [NativeTypeName("GLenum")] uint mode ) => ThisThread.FramebufferReadBufferEXT(framebuffer, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferReadBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).FramebufferReadBufferEXT(framebuffer, (uint)mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463602,6 +268733,7 @@ public static void FramebufferReadBufferEXT( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.FramebufferReadBufferEXT(framebuffer, mode); + [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferRenderbuffer( [NativeTypeName("GLenum")] uint target, @@ -463620,47 +268752,6 @@ _slots[765] is not null and var loadedFnPtr ) )(target, attachment, renderbuffertarget, renderbuffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferRenderbuffer( @@ -463670,6 +268761,8 @@ public static void FramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.FramebufferRenderbuffer(target, attachment, renderbuffertarget, renderbuffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferRenderbuffer( [NativeTypeName("GLenum")] Constant target, @@ -463684,47 +268777,6 @@ void IGL.FramebufferRenderbuffer( renderbuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463735,6 +268787,7 @@ public static void FramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.FramebufferRenderbuffer(target, attachment, renderbuffertarget, renderbuffer); + [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferRenderbufferEXT( [NativeTypeName("GLenum")] uint target, @@ -463753,7 +268806,6 @@ _slots[766] is not null and var loadedFnPtr ) )(target, attachment, renderbuffertarget, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferRenderbufferEXT( @@ -463764,6 +268816,8 @@ public static void FramebufferRenderbufferEXT( ) => ThisThread.FramebufferRenderbufferEXT(target, attachment, renderbuffertarget, renderbuffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferRenderbufferEXT( [NativeTypeName("GLenum")] Constant target, @@ -463778,7 +268832,6 @@ void IGL.FramebufferRenderbufferEXT( renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463790,6 +268843,7 @@ public static void FramebufferRenderbufferEXT( ) => ThisThread.FramebufferRenderbufferEXT(target, attachment, renderbuffertarget, renderbuffer); + [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferRenderbufferOES( [NativeTypeName("GLenum")] uint target, @@ -463808,7 +268862,6 @@ _slots[767] is not null and var loadedFnPtr ) )(target, attachment, renderbuffertarget, renderbuffer); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferRenderbufferOES( @@ -463819,6 +268872,8 @@ public static void FramebufferRenderbufferOES( ) => ThisThread.FramebufferRenderbufferOES(target, attachment, renderbuffertarget, renderbuffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferRenderbufferOES( [NativeTypeName("GLenum")] Constant target, @@ -463833,7 +268888,6 @@ void IGL.FramebufferRenderbufferOES( renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463845,6 +268899,7 @@ public static void FramebufferRenderbufferOES( ) => ThisThread.FramebufferRenderbufferOES(target, attachment, renderbuffertarget, renderbuffer); + [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferSampleLocationsARB( [NativeTypeName("GLenum")] uint target, @@ -463863,8 +268918,6 @@ _slots[768] is not null and var loadedFnPtr ) )(target, start, count, v); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferSampleLocationsARB( @@ -463874,6 +268927,8 @@ public static void FramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.FramebufferSampleLocationsARB(target, start, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferSampleLocationsARB( [NativeTypeName("GLenum")] Constant target, @@ -463888,8 +268943,6 @@ void IGL.FramebufferSampleLocationsARB( } } - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463900,6 +268953,7 @@ public static void FramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.FramebufferSampleLocationsARB(target, start, count, v); + [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferSampleLocationsNV( [NativeTypeName("GLenum")] uint target, @@ -463918,9 +268972,6 @@ _slots[769] is not null and var loadedFnPtr ) )(target, start, count, v); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferSampleLocationsNV( @@ -463930,6 +268981,8 @@ public static void FramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.FramebufferSampleLocationsNV(target, start, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferSampleLocationsNV( [NativeTypeName("GLenum")] Constant target, @@ -463944,9 +268997,6 @@ void IGL.FramebufferSampleLocationsNV( } } - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -463957,6 +269007,7 @@ public static void FramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.FramebufferSampleLocationsNV(target, start, count, v); + [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferSamplePositionsAMD( [NativeTypeName("GLenum")] uint target, @@ -463975,7 +269026,6 @@ _slots[770] is not null and var loadedFnPtr ) )(target, numsamples, pixelindex, values); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferSamplePositionsAMD( @@ -463985,6 +269035,8 @@ public static void FramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] float* values ) => ThisThread.FramebufferSamplePositionsAMD(target, numsamples, pixelindex, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferSamplePositionsAMD( [NativeTypeName("GLenum")] Constant target, @@ -464004,7 +269056,6 @@ void IGL.FramebufferSamplePositionsAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -464015,6 +269066,7 @@ public static void FramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] Ref values ) => ThisThread.FramebufferSamplePositionsAMD(target, numsamples, pixelindex, values); + [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferShadingRateEXT( [NativeTypeName("GLenum")] uint target, @@ -464036,7 +269088,6 @@ _slots[771] is not null and var loadedFnPtr ) )(target, attachment, texture, baseLayer, numLayers, texelWidth, texelHeight); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferShadingRateEXT( @@ -464058,6 +269109,8 @@ public static void FramebufferShadingRateEXT( texelHeight ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferShadingRateEXT( [NativeTypeName("GLenum")] Constant target, @@ -464078,7 +269131,6 @@ void IGL.FramebufferShadingRateEXT( texelHeight ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -464101,6 +269153,7 @@ public static void FramebufferShadingRateEXT( texelHeight ); + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture( [NativeTypeName("GLenum")] uint target, @@ -464116,36 +269169,6 @@ _slots[772] is not null and var loadedFnPtr ) )(target, attachment, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTexture( @@ -464155,6 +269178,8 @@ public static void FramebufferTexture( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTexture(target, attachment, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture( [NativeTypeName("GLenum")] Constant target, @@ -464163,36 +269188,6 @@ void IGL.FramebufferTexture( [NativeTypeName("GLint")] int level ) => ((IGL)this).FramebufferTexture((uint)target, (uint)attachment, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -464203,6 +269198,7 @@ public static void FramebufferTexture( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTexture(target, attachment, texture, level); + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture1D( [NativeTypeName("GLenum")] uint target, @@ -464219,42 +269215,6 @@ _slots[773] is not null and var loadedFnPtr ) )(target, attachment, textarget, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTexture1D( @@ -464265,6 +269225,8 @@ public static void FramebufferTexture1D( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTexture1D(target, attachment, textarget, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture1D( [NativeTypeName("GLenum")] Constant target, @@ -464281,42 +269243,6 @@ void IGL.FramebufferTexture1D( level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -464328,6 +269254,7 @@ public static void FramebufferTexture1D( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTexture1D(target, attachment, textarget, texture, level); + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture1DEXT( [NativeTypeName("GLenum")] uint target, @@ -464347,7 +269274,6 @@ _slots[774] is not null and var loadedFnPtr ) )(target, attachment, textarget, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTexture1DEXT( @@ -464358,6 +269284,8 @@ public static void FramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTexture1DEXT(target, attachment, textarget, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture1DEXT( [NativeTypeName("GLenum")] Constant target, @@ -464374,7 +269302,6 @@ void IGL.FramebufferTexture1DEXT( level ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -464386,6 +269313,7 @@ public static void FramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTexture1DEXT(target, attachment, textarget, texture, level); + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture2D( [NativeTypeName("GLenum")] uint target, @@ -464402,47 +269330,6 @@ _slots[775] is not null and var loadedFnPtr ) )(target, attachment, textarget, texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTexture2D( @@ -464453,6 +269340,8 @@ public static void FramebufferTexture2D( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTexture2D(target, attachment, textarget, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture2D( [NativeTypeName("GLenum")] Constant target, @@ -464469,47 +269358,6 @@ void IGL.FramebufferTexture2D( level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -464521,6 +269369,7 @@ public static void FramebufferTexture2D( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTexture2D(target, attachment, textarget, texture, level); + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLenum")] uint target, @@ -464542,7 +269391,6 @@ _slots[776] is not null and var loadedFnPtr ) )(target, attachment, textarget, texture, level, xscale, yscale); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTexture2DDownsampleIMG( @@ -464564,6 +269412,8 @@ public static void FramebufferTexture2DDownsampleIMG( yscale ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLenum")] Constant target, @@ -464584,7 +269434,6 @@ void IGL.FramebufferTexture2DDownsampleIMG( yscale ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -464607,6 +269456,7 @@ public static void FramebufferTexture2DDownsampleIMG( yscale ); + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture2DEXT( [NativeTypeName("GLenum")] uint target, @@ -464626,7 +269476,6 @@ _slots[777] is not null and var loadedFnPtr ) )(target, attachment, textarget, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTexture2DEXT( @@ -464637,6 +269486,8 @@ public static void FramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTexture2DEXT(target, attachment, textarget, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture2DEXT( [NativeTypeName("GLenum")] Constant target, @@ -464653,7 +269504,6 @@ void IGL.FramebufferTexture2DEXT( level ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -464665,6 +269515,7 @@ public static void FramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTexture2DEXT(target, attachment, textarget, texture, level); + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLenum")] uint target, @@ -464685,8 +269536,6 @@ _slots[778] is not null and var loadedFnPtr ) )(target, attachment, textarget, texture, level, samples); - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTexture2DMultisampleEXT( @@ -464706,6 +269555,8 @@ public static void FramebufferTexture2DMultisampleEXT( samples ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLenum")] Constant target, @@ -464724,8 +269575,6 @@ void IGL.FramebufferTexture2DMultisampleEXT( samples ); - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -464746,6 +269595,7 @@ public static void FramebufferTexture2DMultisampleEXT( samples ); + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLenum")] uint target, @@ -464766,8 +269616,6 @@ _slots[779] is not null and var loadedFnPtr ) )(target, attachment, textarget, texture, level, samples); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTexture2DMultisampleIMG( @@ -464787,6 +269635,8 @@ public static void FramebufferTexture2DMultisampleIMG( samples ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLenum")] Constant target, @@ -464805,8 +269655,6 @@ void IGL.FramebufferTexture2DMultisampleIMG( samples ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -464827,6 +269675,7 @@ public static void FramebufferTexture2DMultisampleIMG( samples ); + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture2DOES( [NativeTypeName("GLenum")] uint target, @@ -464846,7 +269695,6 @@ _slots[780] is not null and var loadedFnPtr ) )(target, attachment, textarget, texture, level); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTexture2DOES( @@ -464857,6 +269705,8 @@ public static void FramebufferTexture2DOES( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTexture2DOES(target, attachment, textarget, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture2DOES( [NativeTypeName("GLenum")] Constant target, @@ -464873,7 +269723,6 @@ void IGL.FramebufferTexture2DOES( level ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -464885,6 +269734,7 @@ public static void FramebufferTexture2DOES( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTexture2DOES(target, attachment, textarget, texture, level); + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture3D( [NativeTypeName("GLenum")] uint target, @@ -464902,42 +269752,6 @@ _slots[781] is not null and var loadedFnPtr ) )(target, attachment, textarget, texture, level, zoffset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTexture3D( @@ -464949,6 +269763,8 @@ public static void FramebufferTexture3D( [NativeTypeName("GLint")] int zoffset ) => ThisThread.FramebufferTexture3D(target, attachment, textarget, texture, level, zoffset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture3D( [NativeTypeName("GLenum")] Constant target, @@ -464967,42 +269783,6 @@ void IGL.FramebufferTexture3D( zoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465015,6 +269795,7 @@ public static void FramebufferTexture3D( [NativeTypeName("GLint")] int zoffset ) => ThisThread.FramebufferTexture3D(target, attachment, textarget, texture, level, zoffset); + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture3DEXT( [NativeTypeName("GLenum")] uint target, @@ -465035,7 +269816,6 @@ _slots[782] is not null and var loadedFnPtr ) )(target, attachment, textarget, texture, level, zoffset); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTexture3DEXT( @@ -465047,6 +269827,8 @@ public static void FramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ) => ThisThread.FramebufferTexture3DEXT(target, attachment, textarget, texture, level, zoffset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture3DEXT( [NativeTypeName("GLenum")] Constant target, @@ -465065,7 +269847,6 @@ void IGL.FramebufferTexture3DEXT( zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465078,6 +269859,7 @@ public static void FramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ) => ThisThread.FramebufferTexture3DEXT(target, attachment, textarget, texture, level, zoffset); + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture3DOES( [NativeTypeName("GLenum")] uint target, @@ -465098,7 +269880,6 @@ _slots[783] is not null and var loadedFnPtr ) )(target, attachment, textarget, texture, level, zoffset); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTexture3DOES( @@ -465110,6 +269891,8 @@ public static void FramebufferTexture3DOES( [NativeTypeName("GLint")] int zoffset ) => ThisThread.FramebufferTexture3DOES(target, attachment, textarget, texture, level, zoffset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTexture3DOES( [NativeTypeName("GLenum")] Constant target, @@ -465128,7 +269911,6 @@ void IGL.FramebufferTexture3DOES( zoffset ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465141,6 +269923,7 @@ public static void FramebufferTexture3DOES( [NativeTypeName("GLint")] int zoffset ) => ThisThread.FramebufferTexture3DOES(target, attachment, textarget, texture, level, zoffset); + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureARB( [NativeTypeName("GLenum")] uint target, @@ -465156,8 +269939,6 @@ _slots[784] is not null and var loadedFnPtr ) )(target, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTextureARB( @@ -465167,6 +269948,8 @@ public static void FramebufferTextureARB( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTextureARB(target, attachment, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureARB( [NativeTypeName("GLenum")] Constant target, @@ -465175,8 +269958,6 @@ void IGL.FramebufferTextureARB( [NativeTypeName("GLint")] int level ) => ((IGL)this).FramebufferTextureARB((uint)target, (uint)attachment, texture, level); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465187,6 +269968,7 @@ public static void FramebufferTextureARB( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTextureARB(target, attachment, texture, level); + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureEXT( [NativeTypeName("GLenum")] uint target, @@ -465202,8 +269984,6 @@ _slots[785] is not null and var loadedFnPtr ) )(target, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] - [SupportedApiProfile("gles2", ["GL_EXT_geometry_shader"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTextureEXT( @@ -465213,6 +269993,8 @@ public static void FramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTextureEXT(target, attachment, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureEXT( [NativeTypeName("GLenum")] Constant target, @@ -465221,8 +270003,6 @@ void IGL.FramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => ((IGL)this).FramebufferTextureEXT((uint)target, (uint)attachment, texture, level); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] - [SupportedApiProfile("gles2", ["GL_EXT_geometry_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465233,6 +270013,7 @@ public static void FramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTextureEXT(target, attachment, texture, level); + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureFaceARB( [NativeTypeName("GLenum")] uint target, @@ -465252,8 +270033,6 @@ _slots[786] is not null and var loadedFnPtr ) )(target, attachment, texture, level, face); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTextureFaceARB( @@ -465264,6 +270043,8 @@ public static void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] uint face ) => ThisThread.FramebufferTextureFaceARB(target, attachment, texture, level, face); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureFaceARB( [NativeTypeName("GLenum")] Constant target, @@ -465280,8 +270061,6 @@ void IGL.FramebufferTextureFaceARB( (uint)face ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465293,6 +270072,7 @@ public static void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] Constant face ) => ThisThread.FramebufferTextureFaceARB(target, attachment, texture, level, face); + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint target, @@ -465312,7 +270092,6 @@ _slots[787] is not null and var loadedFnPtr ) )(target, attachment, texture, level, face); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTextureFaceEXT( @@ -465323,6 +270102,8 @@ public static void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint face ) => ThisThread.FramebufferTextureFaceEXT(target, attachment, texture, level, face); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] Constant target, @@ -465339,7 +270120,6 @@ void IGL.FramebufferTextureFaceEXT( (uint)face ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465351,6 +270131,7 @@ public static void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] Constant face ) => ThisThread.FramebufferTextureFaceEXT(target, attachment, texture, level, face); + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureLayer( [NativeTypeName("GLenum")] uint target, @@ -465370,42 +270151,6 @@ _slots[788] is not null and var loadedFnPtr ) )(target, attachment, texture, level, layer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTextureLayer( @@ -465416,6 +270161,8 @@ public static void FramebufferTextureLayer( [NativeTypeName("GLint")] int layer ) => ThisThread.FramebufferTextureLayer(target, attachment, texture, level, layer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureLayer( [NativeTypeName("GLenum")] Constant target, @@ -465425,42 +270172,6 @@ void IGL.FramebufferTextureLayer( [NativeTypeName("GLint")] int layer ) => ((IGL)this).FramebufferTextureLayer((uint)target, (uint)attachment, texture, level, layer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465472,6 +270183,7 @@ public static void FramebufferTextureLayer( [NativeTypeName("GLint")] int layer ) => ThisThread.FramebufferTextureLayer(target, attachment, texture, level, layer); + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureLayerARB( [NativeTypeName("GLenum")] uint target, @@ -465491,8 +270203,6 @@ _slots[789] is not null and var loadedFnPtr ) )(target, attachment, texture, level, layer); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTextureLayerARB( @@ -465503,6 +270213,8 @@ public static void FramebufferTextureLayerARB( [NativeTypeName("GLint")] int layer ) => ThisThread.FramebufferTextureLayerARB(target, attachment, texture, level, layer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureLayerARB( [NativeTypeName("GLenum")] Constant target, @@ -465519,8 +270231,6 @@ void IGL.FramebufferTextureLayerARB( layer ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465532,6 +270242,7 @@ public static void FramebufferTextureLayerARB( [NativeTypeName("GLint")] int layer ) => ThisThread.FramebufferTextureLayerARB(target, attachment, texture, level, layer); + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLenum")] uint target, @@ -465553,7 +270264,6 @@ _slots[790] is not null and var loadedFnPtr ) )(target, attachment, texture, level, layer, xscale, yscale); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTextureLayerDownsampleIMG( @@ -465575,6 +270285,8 @@ public static void FramebufferTextureLayerDownsampleIMG( yscale ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLenum")] Constant target, @@ -465595,7 +270307,6 @@ void IGL.FramebufferTextureLayerDownsampleIMG( yscale ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465618,6 +270329,7 @@ public static void FramebufferTextureLayerDownsampleIMG( yscale ); + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureLayerEXT( [NativeTypeName("GLenum")] uint target, @@ -465637,7 +270349,6 @@ _slots[791] is not null and var loadedFnPtr ) )(target, attachment, texture, level, layer); - [SupportedApiProfile("gl", ["GL_EXT_texture_array", "GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTextureLayerEXT( @@ -465648,6 +270359,8 @@ public static void FramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ) => ThisThread.FramebufferTextureLayerEXT(target, attachment, texture, level, layer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureLayerEXT( [NativeTypeName("GLenum")] Constant target, @@ -465664,7 +270377,6 @@ void IGL.FramebufferTextureLayerEXT( layer ); - [SupportedApiProfile("gl", ["GL_EXT_texture_array", "GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465676,6 +270388,7 @@ public static void FramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ) => ThisThread.FramebufferTextureLayerEXT(target, attachment, texture, level, layer); + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLenum")] uint target, @@ -465697,7 +270410,6 @@ _slots[792] is not null and var loadedFnPtr ) )(target, attachment, texture, level, samples, baseViewIndex, numViews); - [SupportedApiProfile("gles2", ["GL_OVR_multiview_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTextureMultisampleMultiviewOVR( @@ -465719,6 +270431,8 @@ public static void FramebufferTextureMultisampleMultiviewOVR( numViews ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLenum")] Constant target, @@ -465739,7 +270453,6 @@ void IGL.FramebufferTextureMultisampleMultiviewOVR( numViews ); - [SupportedApiProfile("gles2", ["GL_OVR_multiview_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465762,6 +270475,7 @@ public static void FramebufferTextureMultisampleMultiviewOVR( numViews ); + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureMultiviewOVR( [NativeTypeName("GLenum")] uint target, @@ -465782,9 +270496,6 @@ _slots[793] is not null and var loadedFnPtr ) )(target, attachment, texture, level, baseViewIndex, numViews); - [SupportedApiProfile("gl", ["GL_OVR_multiview"])] - [SupportedApiProfile("glcore", ["GL_OVR_multiview"])] - [SupportedApiProfile("gles2", ["GL_OVR_multiview"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTextureMultiviewOVR( @@ -465804,6 +270515,8 @@ public static void FramebufferTextureMultiviewOVR( numViews ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureMultiviewOVR( [NativeTypeName("GLenum")] Constant target, @@ -465822,9 +270535,6 @@ void IGL.FramebufferTextureMultiviewOVR( numViews ); - [SupportedApiProfile("gl", ["GL_OVR_multiview"])] - [SupportedApiProfile("glcore", ["GL_OVR_multiview"])] - [SupportedApiProfile("gles2", ["GL_OVR_multiview"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465845,6 +270555,7 @@ public static void FramebufferTextureMultiviewOVR( numViews ); + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureOES( [NativeTypeName("GLenum")] uint target, @@ -465860,7 +270571,6 @@ _slots[794] is not null and var loadedFnPtr ) )(target, attachment, texture, level); - [SupportedApiProfile("gles2", ["GL_OES_geometry_shader"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FramebufferTextureOES( @@ -465870,6 +270580,8 @@ public static void FramebufferTextureOES( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTextureOES(target, attachment, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FramebufferTextureOES( [NativeTypeName("GLenum")] Constant target, @@ -465878,7 +270590,6 @@ void IGL.FramebufferTextureOES( [NativeTypeName("GLint")] int level ) => ((IGL)this).FramebufferTextureOES((uint)target, (uint)attachment, texture, level); - [SupportedApiProfile("gles2", ["GL_OES_geometry_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -465889,8 +270600,9 @@ public static void FramebufferTextureOES( [NativeTypeName("GLint")] int level ) => ThisThread.FramebufferTextureOES(target, attachment, texture, level); + [NativeFunction("opengl", EntryPoint = "glFrameTerminatorGREMEDY")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.FrameTerminatorGremedy() => + void IGL.FrameTerminatorGREMEDY() => ( (delegate* unmanaged)( _slots[795] is not null and var loadedFnPtr @@ -465899,11 +270611,11 @@ _slots[795] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_GREMEDY_frame_terminator"])] [NativeFunction("opengl", EntryPoint = "glFrameTerminatorGREMEDY")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void FrameTerminatorGremedy() => ThisThread.FrameTerminatorGremedy(); + public static void FrameTerminatorGREMEDY() => ThisThread.FrameTerminatorGREMEDY(); + [NativeFunction("opengl", EntryPoint = "glFrameZoomSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FrameZoomSGIX([NativeTypeName("GLint")] int factor) => ( @@ -465914,12 +270626,12 @@ _slots[796] is not null and var loadedFnPtr ) )(factor); - [SupportedApiProfile("gl", ["GL_SGIX_framezoom"])] [NativeFunction("opengl", EntryPoint = "glFrameZoomSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FrameZoomSGIX([NativeTypeName("GLint")] int factor) => ThisThread.FrameZoomSGIX(factor); + [NativeFunction("opengl", EntryPoint = "glFreeObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FreeObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => ( @@ -465930,12 +270642,12 @@ _slots[797] is not null and var loadedFnPtr ) )(buffer); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glFreeObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FreeObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => ThisThread.FreeObjectBufferATI(buffer); + [NativeFunction("opengl", EntryPoint = "glFrontFace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FrontFace([NativeTypeName("GLenum")] uint mode) => ( @@ -465946,128 +270658,18 @@ _slots[798] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFrontFace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FrontFace([NativeTypeName("GLenum")] uint mode) => ThisThread.FrontFace(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glFrontFace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FrontFace( [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).FrontFace((uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFrontFace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -466075,6 +270677,7 @@ public static void FrontFace( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.FrontFace(mode); + [NativeFunction("opengl", EntryPoint = "glFrustum")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Frustum( [NativeTypeName("GLdouble")] double left, @@ -466092,31 +270695,6 @@ _slots[799] is not null and var loadedFnPtr ) )(left, right, bottom, top, zNear, zFar); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFrustum")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Frustum( @@ -466128,6 +270706,7 @@ public static void Frustum( [NativeTypeName("GLdouble")] double zFar ) => ThisThread.Frustum(left, right, bottom, top, zNear, zFar); + [NativeFunction("opengl", EntryPoint = "glFrustumf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Frustum( [NativeTypeName("GLfloat")] float l, @@ -466145,7 +270724,6 @@ _slots[800] is not null and var loadedFnPtr ) )(l, r, b, t, n, f); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFrustumf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Frustum( @@ -466157,6 +270735,7 @@ public static void Frustum( [NativeTypeName("GLfloat")] float f ) => ThisThread.Frustum(l, r, b, t, n, f); + [NativeFunction("opengl", EntryPoint = "glFrustumfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FrustumOES( [NativeTypeName("GLfloat")] float l, @@ -466174,8 +270753,6 @@ _slots[801] is not null and var loadedFnPtr ) )(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glFrustumfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FrustumOES( @@ -466187,6 +270764,7 @@ public static void FrustumOES( [NativeTypeName("GLfloat")] float f ) => ThisThread.FrustumOES(l, r, b, t, n, f); + [NativeFunction("opengl", EntryPoint = "glFrustumx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Frustumx( [NativeTypeName("GLfixed")] int l, @@ -466204,7 +270782,6 @@ _slots[802] is not null and var loadedFnPtr ) )(l, r, b, t, n, f); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFrustumx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Frustumx( @@ -466216,6 +270793,7 @@ public static void Frustumx( [NativeTypeName("GLfixed")] int f ) => ThisThread.Frustumx(l, r, b, t, n, f); + [NativeFunction("opengl", EntryPoint = "glFrustumxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.FrustumxOES( [NativeTypeName("GLfixed")] int l, @@ -466233,8 +270811,6 @@ _slots[803] is not null and var loadedFnPtr ) )(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFrustumxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FrustumxOES( @@ -466246,6 +270822,8 @@ public static void FrustumxOES( [NativeTypeName("GLfixed")] int f ) => ThisThread.FrustumxOES(l, r, b, t, n, f); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGenAsyncMarkersSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenAsyncMarkersSGIX([NativeTypeName("GLsizei")] uint range) => ( @@ -466257,12 +270835,13 @@ _slots[804] is not null and var loadedFnPtr )(range); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glGenAsyncMarkersSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenAsyncMarkersSGIX([NativeTypeName("GLsizei")] uint range) => ThisThread.GenAsyncMarkersSGIX(range); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenBuffer() { @@ -466271,57 +270850,12 @@ uint IGL.GenBuffer() return buffers; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenBuffer() => ThisThread.GenBuffer(); + [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenBuffers( [NativeTypeName("GLsizei")] uint n, @@ -466335,52 +270869,6 @@ _slots[805] is not null and var loadedFnPtr ) )(n, buffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenBuffers( @@ -466388,6 +270876,8 @@ public static void GenBuffers( [NativeTypeName("GLuint *")] uint* buffers ) => ThisThread.GenBuffers(n, buffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenBuffers( [NativeTypeName("GLsizei")] uint n, @@ -466400,52 +270890,6 @@ void IGL.GenBuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -466454,6 +270898,7 @@ public static void GenBuffers( [NativeTypeName("GLuint *")] Ref buffers ) => ThisThread.GenBuffers(n, buffers); + [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenBuffersARB( [NativeTypeName("GLsizei")] uint n, @@ -466467,7 +270912,6 @@ _slots[806] is not null and var loadedFnPtr ) )(n, buffers); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenBuffersARB( @@ -466475,6 +270919,8 @@ public static void GenBuffersARB( [NativeTypeName("GLuint *")] uint* buffers ) => ThisThread.GenBuffersARB(n, buffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenBuffersARB( [NativeTypeName("GLsizei")] uint n, @@ -466487,7 +270933,6 @@ void IGL.GenBuffersARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -466496,6 +270941,8 @@ public static void GenBuffersARB( [NativeTypeName("GLuint *")] Ref buffers ) => ThisThread.GenBuffersARB(n, buffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenBuffersARB() { @@ -466504,12 +270951,12 @@ uint IGL.GenBuffersARB() return buffers; } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenBuffersARB() => ThisThread.GenBuffersARB(); + [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateMipmap([NativeTypeName("GLenum")] uint target) => ( @@ -466520,98 +270967,18 @@ _slots[807] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenerateMipmap([NativeTypeName("GLenum")] uint target) => ThisThread.GenerateMipmap(target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateMipmap( [NativeTypeName("GLenum")] Constant target ) => ((IGL)this).GenerateMipmap((uint)target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -466619,6 +270986,7 @@ public static void GenerateMipmap( [NativeTypeName("GLenum")] Constant target ) => ThisThread.GenerateMipmap(target); + [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateMipmapEXT([NativeTypeName("GLenum")] uint target) => ( @@ -466629,18 +270997,18 @@ _slots[808] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenerateMipmapEXT([NativeTypeName("GLenum")] uint target) => ThisThread.GenerateMipmapEXT(target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateMipmapEXT( [NativeTypeName("GLenum")] Constant target ) => ((IGL)this).GenerateMipmapEXT((uint)target); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -466648,6 +271016,7 @@ public static void GenerateMipmapEXT( [NativeTypeName("GLenum")] Constant target ) => ThisThread.GenerateMipmapEXT(target); + [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateMipmapOES([NativeTypeName("GLenum")] uint target) => ( @@ -466658,18 +271027,18 @@ _slots[809] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenerateMipmapOES([NativeTypeName("GLenum")] uint target) => ThisThread.GenerateMipmapOES(target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateMipmapOES( [NativeTypeName("GLenum")] Constant target ) => ((IGL)this).GenerateMipmapOES((uint)target); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -466677,6 +271046,7 @@ public static void GenerateMipmapOES( [NativeTypeName("GLenum")] Constant target ) => ThisThread.GenerateMipmapOES(target); + [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] uint texunit, @@ -466693,8 +271063,6 @@ _slots[810] is not null and var loadedFnPtr ) )(texunit, target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenerateMultiTexMipmapEXT( @@ -466702,14 +271070,14 @@ public static void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] uint target ) => ThisThread.GenerateMultiTexMipmapEXT(texunit, target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] Constant texunit, [NativeTypeName("GLenum")] Constant target ) => ((IGL)this).GenerateMultiTexMipmapEXT((uint)texunit, (uint)target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -466718,6 +271086,7 @@ public static void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] Constant target ) => ThisThread.GenerateMultiTexMipmapEXT(texunit, target); + [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateTextureMipmap([NativeTypeName("GLuint")] uint texture) => ( @@ -466728,21 +271097,12 @@ _slots[811] is not null and var loadedFnPtr ) )(texture); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenerateTextureMipmap([NativeTypeName("GLuint")] uint texture) => ThisThread.GenerateTextureMipmap(texture); + [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateTextureMipmapEXT( [NativeTypeName("GLuint")] uint texture, @@ -466759,8 +271119,6 @@ _slots[812] is not null and var loadedFnPtr ) )(texture, target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenerateTextureMipmapEXT( @@ -466768,14 +271126,14 @@ public static void GenerateTextureMipmapEXT( [NativeTypeName("GLenum")] uint target ) => ThisThread.GenerateTextureMipmapEXT(texture, target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenerateTextureMipmapEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] Constant target ) => ((IGL)this).GenerateTextureMipmapEXT(texture, (uint)target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -466784,8 +271142,9 @@ public static void GenerateTextureMipmapEXT( [NativeTypeName("GLenum")] Constant target ) => ThisThread.GenerateTextureMipmapEXT(texture, target); + [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GenFencesApple( + void IGL.GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* fences ) => @@ -466797,49 +271156,51 @@ _slots[813] is not null and var loadedFnPtr ) )(n, fences); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GenFencesApple( + public static void GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* fences - ) => ThisThread.GenFencesApple(n, fences); + ) => ThisThread.GenFencesAPPLE(n, fences); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GenFencesApple( + void IGL.GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref fences ) { fixed (uint* __dsl_fences = fences) { - ((IGL)this).GenFencesApple(n, __dsl_fences); + ((IGL)this).GenFencesAPPLE(n, __dsl_fences); } } - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GenFencesApple( + public static void GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref fences - ) => ThisThread.GenFencesApple(n, fences); + ) => ThisThread.GenFencesAPPLE(n, fences); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.GenFencesApple() + uint IGL.GenFencesAPPLE() { uint fences = default; - ((IGL)this).GenFencesApple(1, (uint*)&fences); + ((IGL)this).GenFencesAPPLE(1, (uint*)&fences); return fences; } - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint GenFencesApple() => ThisThread.GenFencesApple(); + public static uint GenFencesAPPLE() => ThisThread.GenFencesAPPLE(); + [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenFencesNV( [NativeTypeName("GLsizei")] uint n, @@ -466853,9 +271214,6 @@ _slots[814] is not null and var loadedFnPtr ) )(n, fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenFencesNV( @@ -466863,6 +271221,8 @@ public static void GenFencesNV( [NativeTypeName("GLuint *")] uint* fences ) => ThisThread.GenFencesNV(n, fences); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenFencesNV( [NativeTypeName("GLsizei")] uint n, @@ -466875,9 +271235,6 @@ void IGL.GenFencesNV( } } - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -466886,6 +271243,8 @@ public static void GenFencesNV( [NativeTypeName("GLuint *")] Ref fences ) => ThisThread.GenFencesNV(n, fences); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenFencesNV() { @@ -466894,14 +271253,13 @@ uint IGL.GenFencesNV() return fences; } - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenFencesNV() => ThisThread.GenFencesNV(); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGenFragmentShadersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenFragmentShadersATI([NativeTypeName("GLuint")] uint range) => ( @@ -466913,12 +271271,13 @@ _slots[815] is not null and var loadedFnPtr )(range); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glGenFragmentShadersATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenFragmentShadersATI([NativeTypeName("GLuint")] uint range) => ThisThread.GenFragmentShadersATI(range); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenFramebuffer() { @@ -466927,52 +271286,12 @@ uint IGL.GenFramebuffer() return framebuffers; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenFramebuffer() => ThisThread.GenFramebuffer(); + [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenFramebuffers( [NativeTypeName("GLsizei")] uint n, @@ -466986,47 +271305,6 @@ _slots[816] is not null and var loadedFnPtr ) )(n, framebuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenFramebuffers( @@ -467034,6 +271312,8 @@ public static void GenFramebuffers( [NativeTypeName("GLuint *")] uint* framebuffers ) => ThisThread.GenFramebuffers(n, framebuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenFramebuffers( [NativeTypeName("GLsizei")] uint n, @@ -467046,47 +271326,6 @@ void IGL.GenFramebuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467095,6 +271334,7 @@ public static void GenFramebuffers( [NativeTypeName("GLuint *")] Ref framebuffers ) => ThisThread.GenFramebuffers(n, framebuffers); + [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenFramebuffersEXT( [NativeTypeName("GLsizei")] uint n, @@ -467108,7 +271348,6 @@ _slots[817] is not null and var loadedFnPtr ) )(n, framebuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenFramebuffersEXT( @@ -467116,6 +271355,8 @@ public static void GenFramebuffersEXT( [NativeTypeName("GLuint *")] uint* framebuffers ) => ThisThread.GenFramebuffersEXT(n, framebuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenFramebuffersEXT( [NativeTypeName("GLsizei")] uint n, @@ -467128,7 +271369,6 @@ void IGL.GenFramebuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467137,6 +271377,8 @@ public static void GenFramebuffersEXT( [NativeTypeName("GLuint *")] Ref framebuffers ) => ThisThread.GenFramebuffersEXT(n, framebuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenFramebuffersEXT() { @@ -467145,26 +271387,27 @@ uint IGL.GenFramebuffersEXT() return framebuffers; } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenFramebuffersEXT() => ThisThread.GenFramebuffersEXT(); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.GenFramebuffersO() + uint IGL.GenFramebuffersOOES() { uint framebuffers = default; ((IGL)this).GenFramebuffersOES(1, (uint*)&framebuffers); return framebuffers; } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint GenFramebuffersO() => ThisThread.GenFramebuffersO(); + public static uint GenFramebuffersOOES() => ThisThread.GenFramebuffersOOES(); + [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenFramebuffersOES( [NativeTypeName("GLsizei")] uint n, @@ -467178,7 +271421,6 @@ _slots[818] is not null and var loadedFnPtr ) )(n, framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenFramebuffersOES( @@ -467186,6 +271428,8 @@ public static void GenFramebuffersOES( [NativeTypeName("GLuint *")] uint* framebuffers ) => ThisThread.GenFramebuffersOES(n, framebuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenFramebuffersOES( [NativeTypeName("GLsizei")] uint n, @@ -467198,7 +271442,6 @@ void IGL.GenFramebuffersOES( } } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467207,6 +271450,8 @@ public static void GenFramebuffersOES( [NativeTypeName("GLuint *")] Ref framebuffers ) => ThisThread.GenFramebuffersOES(n, framebuffers); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGenLists")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenLists([NativeTypeName("GLsizei")] uint range) => ( @@ -467218,36 +271463,12 @@ _slots[819] is not null and var loadedFnPtr )(range); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGenLists")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenLists([NativeTypeName("GLsizei")] uint range) => ThisThread.GenLists(range); + [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenNamesAMD( [NativeTypeName("GLenum")] uint identifier, @@ -467262,7 +271483,6 @@ _slots[820] is not null and var loadedFnPtr ) )(identifier, num, names); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenNamesAMD( @@ -467271,6 +271491,8 @@ public static void GenNamesAMD( [NativeTypeName("GLuint *")] uint* names ) => ThisThread.GenNamesAMD(identifier, num, names); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenNamesAMD( [NativeTypeName("GLenum")] uint identifier, @@ -467284,7 +271506,6 @@ void IGL.GenNamesAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467294,6 +271515,8 @@ public static void GenNamesAMD( [NativeTypeName("GLuint *")] Ref names ) => ThisThread.GenNamesAMD(identifier, num, names); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenNamesAMD([NativeTypeName("GLenum")] uint identifier) { @@ -467302,13 +271525,13 @@ uint IGL.GenNamesAMD([NativeTypeName("GLenum")] uint identifier) return names; } - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenNamesAMD([NativeTypeName("GLenum")] uint identifier) => ThisThread.GenNamesAMD(identifier); + [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenOcclusionQueriesNV( [NativeTypeName("GLsizei")] uint n, @@ -467322,7 +271545,6 @@ _slots[821] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenOcclusionQueriesNV( @@ -467330,6 +271552,8 @@ public static void GenOcclusionQueriesNV( [NativeTypeName("GLuint *")] uint* ids ) => ThisThread.GenOcclusionQueriesNV(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenOcclusionQueriesNV( [NativeTypeName("GLsizei")] uint n, @@ -467342,7 +271566,6 @@ void IGL.GenOcclusionQueriesNV( } } - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467351,6 +271574,8 @@ public static void GenOcclusionQueriesNV( [NativeTypeName("GLuint *")] Ref ids ) => ThisThread.GenOcclusionQueriesNV(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenOcclusionQueriesNV() { @@ -467359,12 +271584,13 @@ uint IGL.GenOcclusionQueriesNV() return ids; } - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenOcclusionQueriesNV() => ThisThread.GenOcclusionQueriesNV(); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGenPathsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenPathNV([NativeTypeName("GLsizei")] uint range) => ( @@ -467376,14 +271602,12 @@ _slots[822] is not null and var loadedFnPtr )(range); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGenPathsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenPathNV([NativeTypeName("GLsizei")] uint range) => ThisThread.GenPathNV(range); + [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenPerfMonitorsAMD( [NativeTypeName("GLsizei")] uint n, @@ -467397,9 +271621,6 @@ _slots[823] is not null and var loadedFnPtr ) )(n, monitors); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenPerfMonitorsAMD( @@ -467407,6 +271628,8 @@ public static void GenPerfMonitorsAMD( [NativeTypeName("GLuint *")] uint* monitors ) => ThisThread.GenPerfMonitorsAMD(n, monitors); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenPerfMonitorsAMD( [NativeTypeName("GLsizei")] uint n, @@ -467419,9 +271642,6 @@ void IGL.GenPerfMonitorsAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467430,6 +271650,8 @@ public static void GenPerfMonitorsAMD( [NativeTypeName("GLuint *")] Ref monitors ) => ThisThread.GenPerfMonitorsAMD(n, monitors); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenPerfMonitorsAMD() { @@ -467438,14 +271660,13 @@ uint IGL.GenPerfMonitorsAMD() return monitors; } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenPerfMonitorsAMD() => ThisThread.GenPerfMonitorsAMD(); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenProgramPipeline() { @@ -467454,37 +271675,12 @@ uint IGL.GenProgramPipeline() return pipelines; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenProgramPipeline() => ThisThread.GenProgramPipeline(); + [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenProgramPipelines( [NativeTypeName("GLsizei")] uint n, @@ -467498,32 +271694,6 @@ _slots[824] is not null and var loadedFnPtr ) )(n, pipelines); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenProgramPipelines( @@ -467531,6 +271701,8 @@ public static void GenProgramPipelines( [NativeTypeName("GLuint *")] uint* pipelines ) => ThisThread.GenProgramPipelines(n, pipelines); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenProgramPipelines( [NativeTypeName("GLsizei")] uint n, @@ -467543,32 +271715,6 @@ void IGL.GenProgramPipelines( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467577,6 +271723,7 @@ public static void GenProgramPipelines( [NativeTypeName("GLuint *")] Ref pipelines ) => ThisThread.GenProgramPipelines(n, pipelines); + [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenProgramPipelinesEXT( [NativeTypeName("GLsizei")] uint n, @@ -467590,7 +271737,6 @@ _slots[825] is not null and var loadedFnPtr ) )(n, pipelines); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenProgramPipelinesEXT( @@ -467598,6 +271744,8 @@ public static void GenProgramPipelinesEXT( [NativeTypeName("GLuint *")] uint* pipelines ) => ThisThread.GenProgramPipelinesEXT(n, pipelines); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenProgramPipelinesEXT( [NativeTypeName("GLsizei")] uint n, @@ -467610,7 +271758,6 @@ void IGL.GenProgramPipelinesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467619,6 +271766,8 @@ public static void GenProgramPipelinesEXT( [NativeTypeName("GLuint *")] Ref pipelines ) => ThisThread.GenProgramPipelinesEXT(n, pipelines); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenProgramPipelinesEXT() { @@ -467627,12 +271776,12 @@ uint IGL.GenProgramPipelinesEXT() return pipelines; } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenProgramPipelinesEXT() => ThisThread.GenProgramPipelinesEXT(); + [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenProgramARB( [NativeTypeName("GLsizei")] uint n, @@ -467646,7 +271795,6 @@ _slots[826] is not null and var loadedFnPtr ) )(n, programs); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenProgramARB( @@ -467654,6 +271802,8 @@ public static void GenProgramARB( [NativeTypeName("GLuint *")] uint* programs ) => ThisThread.GenProgramARB(n, programs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenProgramARB( [NativeTypeName("GLsizei")] uint n, @@ -467666,7 +271816,6 @@ void IGL.GenProgramARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467675,6 +271824,8 @@ public static void GenProgramARB( [NativeTypeName("GLuint *")] Ref programs ) => ThisThread.GenProgramARB(n, programs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenProgramARB() { @@ -467683,12 +271834,12 @@ uint IGL.GenProgramARB() return programs; } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenProgramARB() => ThisThread.GenProgramARB(); + [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenProgramNV( [NativeTypeName("GLsizei")] uint n, @@ -467702,7 +271853,6 @@ _slots[827] is not null and var loadedFnPtr ) )(n, programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenProgramNV( @@ -467710,6 +271860,8 @@ public static void GenProgramNV( [NativeTypeName("GLuint *")] uint* programs ) => ThisThread.GenProgramNV(n, programs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenProgramNV( [NativeTypeName("GLsizei")] uint n, @@ -467722,7 +271874,6 @@ void IGL.GenProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467731,6 +271882,8 @@ public static void GenProgramNV( [NativeTypeName("GLuint *")] Ref programs ) => ThisThread.GenProgramNV(n, programs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenProgramNV() { @@ -467739,12 +271892,12 @@ uint IGL.GenProgramNV() return programs; } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenProgramNV() => ThisThread.GenProgramNV(); + [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenQueries( [NativeTypeName("GLsizei")] uint n, @@ -467758,46 +271911,6 @@ _slots[828] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenQueries( @@ -467805,6 +271918,8 @@ public static void GenQueries( [NativeTypeName("GLuint *")] uint* ids ) => ThisThread.GenQueries(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenQueries( [NativeTypeName("GLsizei")] uint n, @@ -467817,46 +271932,6 @@ void IGL.GenQueries( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467865,6 +271940,7 @@ public static void GenQueries( [NativeTypeName("GLuint *")] Ref ids ) => ThisThread.GenQueries(n, ids); + [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenQueriesARB( [NativeTypeName("GLsizei")] uint n, @@ -467878,7 +271954,6 @@ _slots[829] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenQueriesARB( @@ -467886,6 +271961,8 @@ public static void GenQueriesARB( [NativeTypeName("GLuint *")] uint* ids ) => ThisThread.GenQueriesARB(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenQueriesARB( [NativeTypeName("GLsizei")] uint n, @@ -467898,7 +271975,6 @@ void IGL.GenQueriesARB( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467907,6 +271983,8 @@ public static void GenQueriesARB( [NativeTypeName("GLuint *")] Ref ids ) => ThisThread.GenQueriesARB(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenQueriesARB() { @@ -467915,12 +271993,12 @@ uint IGL.GenQueriesARB() return ids; } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenQueriesARB() => ThisThread.GenQueriesARB(); + [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenQueriesEXT( [NativeTypeName("GLsizei")] uint n, @@ -467934,10 +272012,6 @@ _slots[830] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenQueriesEXT( @@ -467945,6 +272019,8 @@ public static void GenQueriesEXT( [NativeTypeName("GLuint *")] uint* ids ) => ThisThread.GenQueriesEXT(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenQueriesEXT( [NativeTypeName("GLsizei")] uint n, @@ -467957,10 +272033,6 @@ void IGL.GenQueriesEXT( } } - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -467969,6 +272041,8 @@ public static void GenQueriesEXT( [NativeTypeName("GLuint *")] Ref ids ) => ThisThread.GenQueriesEXT(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenQueriesEXT() { @@ -467977,15 +272051,13 @@ uint IGL.GenQueriesEXT() return ids; } - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenQueriesEXT() => ThisThread.GenQueriesEXT(); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenQuery() { @@ -467994,51 +272066,12 @@ uint IGL.GenQuery() return ids; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueries")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenQuery() => ThisThread.GenQuery(); + [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenQueryResourceTagNV( [NativeTypeName("GLsizei")] uint n, @@ -468052,7 +272085,6 @@ _slots[831] is not null and var loadedFnPtr ) )(n, tagIds); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenQueryResourceTagNV( @@ -468060,6 +272092,8 @@ public static void GenQueryResourceTagNV( [NativeTypeName("GLint *")] int* tagIds ) => ThisThread.GenQueryResourceTagNV(n, tagIds); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenQueryResourceTagNV( [NativeTypeName("GLsizei")] uint n, @@ -468072,7 +272106,6 @@ void IGL.GenQueryResourceTagNV( } } - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -468081,6 +272114,8 @@ public static void GenQueryResourceTagNV( [NativeTypeName("GLint *")] Ref tagIds ) => ThisThread.GenQueryResourceTagNV(n, tagIds); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GenQueryResourceTagNV() { @@ -468089,12 +272124,13 @@ int IGL.GenQueryResourceTagNV() return tagIds; } - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GenQueryResourceTagNV() => ThisThread.GenQueryResourceTagNV(); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenRenderbuffer() { @@ -468103,52 +272139,12 @@ uint IGL.GenRenderbuffer() return renderbuffers; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenRenderbuffer() => ThisThread.GenRenderbuffer(); + [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenRenderbuffers( [NativeTypeName("GLsizei")] uint n, @@ -468162,47 +272158,6 @@ _slots[832] is not null and var loadedFnPtr ) )(n, renderbuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenRenderbuffers( @@ -468210,6 +272165,8 @@ public static void GenRenderbuffers( [NativeTypeName("GLuint *")] uint* renderbuffers ) => ThisThread.GenRenderbuffers(n, renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenRenderbuffers( [NativeTypeName("GLsizei")] uint n, @@ -468222,47 +272179,6 @@ void IGL.GenRenderbuffers( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -468271,6 +272187,7 @@ public static void GenRenderbuffers( [NativeTypeName("GLuint *")] Ref renderbuffers ) => ThisThread.GenRenderbuffers(n, renderbuffers); + [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenRenderbuffersEXT( [NativeTypeName("GLsizei")] uint n, @@ -468284,7 +272201,6 @@ _slots[833] is not null and var loadedFnPtr ) )(n, renderbuffers); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenRenderbuffersEXT( @@ -468292,6 +272208,8 @@ public static void GenRenderbuffersEXT( [NativeTypeName("GLuint *")] uint* renderbuffers ) => ThisThread.GenRenderbuffersEXT(n, renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenRenderbuffersEXT( [NativeTypeName("GLsizei")] uint n, @@ -468304,7 +272222,6 @@ void IGL.GenRenderbuffersEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -468313,6 +272230,8 @@ public static void GenRenderbuffersEXT( [NativeTypeName("GLuint *")] Ref renderbuffers ) => ThisThread.GenRenderbuffersEXT(n, renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenRenderbuffersEXT() { @@ -468321,26 +272240,27 @@ uint IGL.GenRenderbuffersEXT() return renderbuffers; } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenRenderbuffersEXT() => ThisThread.GenRenderbuffersEXT(); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.GenRenderbuffersO() + uint IGL.GenRenderbuffersOOES() { uint renderbuffers = default; ((IGL)this).GenRenderbuffersOES(1, (uint*)&renderbuffers); return renderbuffers; } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint GenRenderbuffersO() => ThisThread.GenRenderbuffersO(); + public static uint GenRenderbuffersOOES() => ThisThread.GenRenderbuffersOOES(); + [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenRenderbuffersOES( [NativeTypeName("GLsizei")] uint n, @@ -468354,7 +272274,6 @@ _slots[834] is not null and var loadedFnPtr ) )(n, renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenRenderbuffersOES( @@ -468362,6 +272281,8 @@ public static void GenRenderbuffersOES( [NativeTypeName("GLuint *")] uint* renderbuffers ) => ThisThread.GenRenderbuffersOES(n, renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenRenderbuffersOES( [NativeTypeName("GLsizei")] uint n, @@ -468374,7 +272295,6 @@ void IGL.GenRenderbuffersOES( } } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -468383,6 +272303,8 @@ public static void GenRenderbuffersOES( [NativeTypeName("GLuint *")] Ref renderbuffers ) => ThisThread.GenRenderbuffersOES(n, renderbuffers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenSampler() { @@ -468391,46 +272313,12 @@ uint IGL.GenSampler() return samplers; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenSampler() => ThisThread.GenSampler(); + [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenSamplers( [NativeTypeName("GLsizei")] uint count, @@ -468444,41 +272332,6 @@ _slots[835] is not null and var loadedFnPtr ) )(count, samplers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenSamplers( @@ -468486,6 +272339,8 @@ public static void GenSamplers( [NativeTypeName("GLuint *")] uint* samplers ) => ThisThread.GenSamplers(count, samplers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenSamplers( [NativeTypeName("GLsizei")] uint count, @@ -468498,41 +272353,6 @@ void IGL.GenSamplers( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -468541,6 +272361,7 @@ public static void GenSamplers( [NativeTypeName("GLuint *")] Ref samplers ) => ThisThread.GenSamplers(count, samplers); + [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenSemaphoresEXT( [NativeTypeName("GLsizei")] uint n, @@ -468554,8 +272375,6 @@ _slots[836] is not null and var loadedFnPtr ) )(n, semaphores); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenSemaphoresEXT( @@ -468563,6 +272382,8 @@ public static void GenSemaphoresEXT( [NativeTypeName("GLuint *")] uint* semaphores ) => ThisThread.GenSemaphoresEXT(n, semaphores); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenSemaphoresEXT( [NativeTypeName("GLsizei")] uint n, @@ -468575,8 +272396,6 @@ void IGL.GenSemaphoresEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -468585,6 +272404,8 @@ public static void GenSemaphoresEXT( [NativeTypeName("GLuint *")] Ref semaphores ) => ThisThread.GenSemaphoresEXT(n, semaphores); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenSemaphoresEXT() { @@ -468593,13 +272414,13 @@ uint IGL.GenSemaphoresEXT() return semaphores; } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenSemaphoresEXT() => ThisThread.GenSemaphoresEXT(); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenSymbolEXT( [NativeTypeName("GLenum")] uint datatype, @@ -468616,7 +272437,6 @@ _slots[837] is not null and var loadedFnPtr )(datatype, storagetype, range, components); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenSymbolEXT( @@ -468626,6 +272446,9 @@ public static uint GenSymbolEXT( [NativeTypeName("GLuint")] uint components ) => ThisThread.GenSymbolEXT(datatype, storagetype, range, components); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenSymbolEXT( [NativeTypeName("GLenum")] Constant datatype, @@ -468635,7 +272458,6 @@ uint IGL.GenSymbolEXT( ) => (uint)((IGL)this).GenSymbolEXT((uint)datatype, (uint)storagetype, (uint)range, components); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -468646,6 +272468,8 @@ public static uint GenSymbolEXT( [NativeTypeName("GLuint")] uint components ) => ThisThread.GenSymbolEXT(datatype, storagetype, range, components); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenTexture() { @@ -468654,65 +272478,12 @@ uint IGL.GenTexture() return textures; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenTexture() => ThisThread.GenTexture(); + [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenTextures( [NativeTypeName("GLsizei")] uint n, @@ -468726,60 +272497,6 @@ _slots[838] is not null and var loadedFnPtr ) )(n, textures); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenTextures( @@ -468787,6 +272504,8 @@ public static void GenTextures( [NativeTypeName("GLuint *")] uint* textures ) => ThisThread.GenTextures(n, textures); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenTextures( [NativeTypeName("GLsizei")] uint n, @@ -468799,60 +272518,6 @@ void IGL.GenTextures( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -468861,6 +272526,7 @@ public static void GenTextures( [NativeTypeName("GLuint *")] Ref textures ) => ThisThread.GenTextures(n, textures); + [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenTexturesEXT( [NativeTypeName("GLsizei")] uint n, @@ -468874,7 +272540,6 @@ _slots[839] is not null and var loadedFnPtr ) )(n, textures); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenTexturesEXT( @@ -468882,6 +272547,8 @@ public static void GenTexturesEXT( [NativeTypeName("GLuint *")] uint* textures ) => ThisThread.GenTexturesEXT(n, textures); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenTexturesEXT( [NativeTypeName("GLsizei")] uint n, @@ -468894,7 +272561,6 @@ void IGL.GenTexturesEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -468903,6 +272569,8 @@ public static void GenTexturesEXT( [NativeTypeName("GLuint *")] Ref textures ) => ThisThread.GenTexturesEXT(n, textures); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenTexturesEXT() { @@ -468911,12 +272579,13 @@ uint IGL.GenTexturesEXT() return textures; } - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenTexturesEXT() => ThisThread.GenTexturesEXT(); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenTransformFeedback() { @@ -468925,39 +272594,12 @@ uint IGL.GenTransformFeedback() return ids; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenTransformFeedback() => ThisThread.GenTransformFeedback(); + [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, @@ -468971,34 +272613,6 @@ _slots[840] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenTransformFeedbacks( @@ -469006,6 +272620,8 @@ public static void GenTransformFeedbacks( [NativeTypeName("GLuint *")] uint* ids ) => ThisThread.GenTransformFeedbacks(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, @@ -469018,34 +272634,6 @@ void IGL.GenTransformFeedbacks( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -469054,6 +272642,7 @@ public static void GenTransformFeedbacks( [NativeTypeName("GLuint *")] Ref ids ) => ThisThread.GenTransformFeedbacks(n, ids); + [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenTransformFeedbacksNV( [NativeTypeName("GLsizei")] uint n, @@ -469070,7 +272659,6 @@ _slots[841] is not null and var loadedFnPtr ) )(n, ids); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenTransformFeedbacksNV( @@ -469078,6 +272666,8 @@ public static void GenTransformFeedbacksNV( [NativeTypeName("GLuint *")] uint* ids ) => ThisThread.GenTransformFeedbacksNV(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenTransformFeedbacksNV( [NativeTypeName("GLsizei")] uint n, @@ -469090,7 +272680,6 @@ void IGL.GenTransformFeedbacksNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -469099,6 +272688,8 @@ public static void GenTransformFeedbacksNV( [NativeTypeName("GLuint *")] Ref ids ) => ThisThread.GenTransformFeedbacksNV(n, ids); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenTransformFeedbacksNV() { @@ -469107,12 +272698,13 @@ uint IGL.GenTransformFeedbacksNV() return ids; } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenTransformFeedbacksNV() => ThisThread.GenTransformFeedbacksNV(); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenVertexArray() { @@ -469121,47 +272713,12 @@ uint IGL.GenVertexArray() return arrays; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenVertexArray() => ThisThread.GenVertexArray(); + [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenVertexArrays( [NativeTypeName("GLsizei")] uint n, @@ -469175,42 +272732,6 @@ _slots[842] is not null and var loadedFnPtr ) )(n, arrays); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenVertexArrays( @@ -469218,6 +272739,8 @@ public static void GenVertexArrays( [NativeTypeName("GLuint *")] uint* arrays ) => ThisThread.GenVertexArrays(n, arrays); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenVertexArrays( [NativeTypeName("GLsizei")] uint n, @@ -469230,42 +272753,6 @@ void IGL.GenVertexArrays( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -469274,8 +272761,9 @@ public static void GenVertexArrays( [NativeTypeName("GLuint *")] Ref arrays ) => ThisThread.GenVertexArrays(n, arrays); + [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GenVertexArraysApple( + void IGL.GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ) => @@ -469287,64 +272775,66 @@ _slots[843] is not null and var loadedFnPtr ) )(n, arrays); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GenVertexArraysApple( + public static void GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays - ) => ThisThread.GenVertexArraysApple(n, arrays); + ) => ThisThread.GenVertexArraysAPPLE(n, arrays); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GenVertexArraysApple( + void IGL.GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref arrays ) { fixed (uint* __dsl_arrays = arrays) { - ((IGL)this).GenVertexArraysApple(n, __dsl_arrays); + ((IGL)this).GenVertexArraysAPPLE(n, __dsl_arrays); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GenVertexArraysApple( + public static void GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref arrays - ) => ThisThread.GenVertexArraysApple(n, arrays); + ) => ThisThread.GenVertexArraysAPPLE(n, arrays); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.GenVertexArraysApple() + uint IGL.GenVertexArraysAPPLE() { uint arrays = default; - ((IGL)this).GenVertexArraysApple(1, (uint*)&arrays); + ((IGL)this).GenVertexArraysAPPLE(1, (uint*)&arrays); return arrays; } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint GenVertexArraysApple() => ThisThread.GenVertexArraysApple(); + public static uint GenVertexArraysAPPLE() => ThisThread.GenVertexArraysAPPLE(); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.GenVertexArraysO() + uint IGL.GenVertexArraysOOES() { uint arrays = default; ((IGL)this).GenVertexArraysOES(1, (uint*)&arrays); return arrays; } - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint GenVertexArraysO() => ThisThread.GenVertexArraysO(); + public static uint GenVertexArraysOOES() => ThisThread.GenVertexArraysOOES(); + [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenVertexArraysOES( [NativeTypeName("GLsizei")] uint n, @@ -469358,8 +272848,6 @@ _slots[844] is not null and var loadedFnPtr ) )(n, arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GenVertexArraysOES( @@ -469367,6 +272855,8 @@ public static void GenVertexArraysOES( [NativeTypeName("GLuint *")] uint* arrays ) => ThisThread.GenVertexArraysOES(n, arrays); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GenVertexArraysOES( [NativeTypeName("GLsizei")] uint n, @@ -469379,8 +272869,6 @@ void IGL.GenVertexArraysOES( } } - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -469389,6 +272877,8 @@ public static void GenVertexArraysOES( [NativeTypeName("GLuint *")] Ref arrays ) => ThisThread.GenVertexArraysOES(n, arrays); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGenVertexShadersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GenVertexShadersEXT([NativeTypeName("GLuint")] uint range) => ( @@ -469400,12 +272890,12 @@ _slots[845] is not null and var loadedFnPtr )(range); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGenVertexShadersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GenVertexShadersEXT([NativeTypeName("GLuint")] uint range) => ThisThread.GenVertexShadersEXT(range); + [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveAtomicCounterBuffer( [NativeTypeName("GLuint")] uint program, @@ -469424,30 +272914,6 @@ _slots[846] is not null and var loadedFnPtr ) )(program, bufferIndex, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveAtomicCounterBuffer( @@ -469457,6 +272923,8 @@ public static void GetActiveAtomicCounterBuffer( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetActiveAtomicCounterBuffer(program, bufferIndex, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveAtomicCounterBuffer( [NativeTypeName("GLuint")] uint program, @@ -469476,30 +272944,6 @@ void IGL.GetActiveAtomicCounterBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -469510,6 +272954,7 @@ public static void GetActiveAtomicCounterBuffer( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetActiveAtomicCounterBuffer(program, bufferIndex, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveAttrib( [NativeTypeName("GLuint")] uint program, @@ -469528,49 +272973,6 @@ _slots[847] is not null and var loadedFnPtr ) )(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveAttrib( @@ -469583,6 +272985,8 @@ public static void GetActiveAttrib( [NativeTypeName("GLchar *")] sbyte* name ) => ThisThread.GetActiveAttrib(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveAttrib( [NativeTypeName("GLuint")] uint program, @@ -469611,49 +273015,6 @@ void IGL.GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -469667,6 +273028,8 @@ public static void GetActiveAttrib( [NativeTypeName("GLchar *")] Ref name ) => ThisThread.GetActiveAttrib(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveAttrib( [NativeTypeName("GLuint")] uint program, @@ -469694,49 +273057,6 @@ sbyte IGL.GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -469748,6 +273068,8 @@ public static sbyte GetActiveAttrib( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveAttrib(program, index, length, size, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveAttrib( [NativeTypeName("GLuint")] uint program, @@ -469776,49 +273098,6 @@ void IGL.GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -469832,6 +273111,8 @@ public static void GetActiveAttrib( [NativeTypeName("GLchar *")] Ref name ) => ThisThread.GetActiveAttrib(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveAttrib( [NativeTypeName("GLuint")] uint program, @@ -469859,49 +273140,6 @@ sbyte IGL.GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -469913,6 +273151,8 @@ public static sbyte GetActiveAttrib( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveAttrib(program, index, length, size, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveAttrib( [NativeTypeName("GLuint")] uint program, @@ -469941,49 +273181,6 @@ void IGL.GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -469997,6 +273194,8 @@ public static void GetActiveAttrib( [NativeTypeName("GLchar *")] Ref name ) => ThisThread.GetActiveAttrib(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveAttrib( [NativeTypeName("GLuint")] uint program, @@ -470024,49 +273223,6 @@ sbyte IGL.GetActiveAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -470078,6 +273234,7 @@ public static sbyte GetActiveAttrib( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveAttrib(program, index, length, size, type); + [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveAttribARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -470096,7 +273253,6 @@ _slots[848] is not null and var loadedFnPtr ) )(programObj, index, maxLength, length, size, type, name); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveAttribARB( @@ -470109,6 +273265,8 @@ public static void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] sbyte* name ) => ThisThread.GetActiveAttribARB(programObj, index, maxLength, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveAttribARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -470137,7 +273295,6 @@ void IGL.GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -470151,6 +273308,8 @@ public static void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] Ref name ) => ThisThread.GetActiveAttribARB(programObj, index, maxLength, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveAttribARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -470178,7 +273337,6 @@ sbyte IGL.GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -470190,6 +273348,8 @@ public static sbyte GetActiveAttribARB( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveAttribARB(programObj, index, length, size, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveAttribARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -470218,7 +273378,6 @@ void IGL.GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -470232,6 +273391,8 @@ public static void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] Ref name ) => ThisThread.GetActiveAttribARB(programObj, index, maxLength, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveAttribARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -470259,7 +273420,6 @@ sbyte IGL.GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -470271,6 +273431,8 @@ public static sbyte GetActiveAttribARB( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveAttribARB(programObj, index, length, size, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveAttribARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -470299,7 +273461,6 @@ void IGL.GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -470313,6 +273474,8 @@ public static void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] Ref name ) => ThisThread.GetActiveAttribARB(programObj, index, maxLength, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveAttribARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -470340,7 +273503,6 @@ sbyte IGL.GetActiveAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -470352,6 +273514,7 @@ public static sbyte GetActiveAttribARB( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveAttribARB(programObj, index, length, size, type); + [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveSubroutineName( [NativeTypeName("GLuint")] uint program, @@ -470372,34 +273535,6 @@ _slots[849] is not null and var loadedFnPtr ) )(program, shadertype, index, bufSize, length, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveSubroutineName( @@ -470411,6 +273546,8 @@ public static void GetActiveSubroutineName( [NativeTypeName("GLchar *")] sbyte* name ) => ThisThread.GetActiveSubroutineName(program, shadertype, index, bufSize, length, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveSubroutineName( [NativeTypeName("GLuint")] uint program, @@ -470435,34 +273572,6 @@ void IGL.GetActiveSubroutineName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -470475,6 +273584,8 @@ public static void GetActiveSubroutineName( [NativeTypeName("GLchar *")] Ref name ) => ThisThread.GetActiveSubroutineName(program, shadertype, index, bufSize, length, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveSubroutineName( [NativeTypeName("GLuint")] uint program, @@ -470498,34 +273609,6 @@ sbyte IGL.GetActiveSubroutineName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -470536,6 +273619,7 @@ public static sbyte GetActiveSubroutineName( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetActiveSubroutineName(program, shadertype, index, length); + [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveSubroutineUniform( [NativeTypeName("GLuint")] uint program, @@ -470555,34 +273639,6 @@ _slots[850] is not null and var loadedFnPtr ) )(program, shadertype, index, pname, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveSubroutineUniform( @@ -470593,6 +273649,8 @@ public static void GetActiveSubroutineUniform( [NativeTypeName("GLint *")] int* values ) => ThisThread.GetActiveSubroutineUniform(program, shadertype, index, pname, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveSubroutineUniform( [NativeTypeName("GLuint")] uint program, @@ -470614,34 +273672,6 @@ void IGL.GetActiveSubroutineUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -470653,6 +273683,7 @@ public static void GetActiveSubroutineUniform( [NativeTypeName("GLint *")] Ref values ) => ThisThread.GetActiveSubroutineUniform(program, shadertype, index, pname, values); + [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveSubroutineUniformName( [NativeTypeName("GLuint")] uint program, @@ -470673,34 +273704,6 @@ _slots[851] is not null and var loadedFnPtr ) )(program, shadertype, index, bufSize, length, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveSubroutineUniformName( @@ -470720,6 +273723,8 @@ public static void GetActiveSubroutineUniformName( name ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveSubroutineUniformName( [NativeTypeName("GLuint")] uint program, @@ -470744,34 +273749,6 @@ void IGL.GetActiveSubroutineUniformName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -470792,6 +273769,8 @@ public static void GetActiveSubroutineUniformName( name ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveSubroutineUniformName( [NativeTypeName("GLuint")] uint program, @@ -470815,34 +273794,6 @@ sbyte IGL.GetActiveSubroutineUniformName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -470853,6 +273804,7 @@ public static sbyte GetActiveSubroutineUniformName( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetActiveSubroutineUniformName(program, shadertype, index, length); + [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniform( [NativeTypeName("GLuint")] uint program, @@ -470871,49 +273823,6 @@ _slots[852] is not null and var loadedFnPtr ) )(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveUniform( @@ -470926,6 +273835,8 @@ public static void GetActiveUniform( [NativeTypeName("GLchar *")] sbyte* name ) => ThisThread.GetActiveUniform(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniform( [NativeTypeName("GLuint")] uint program, @@ -470954,49 +273865,6 @@ void IGL.GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471010,6 +273878,8 @@ public static void GetActiveUniform( [NativeTypeName("GLchar *")] Ref name ) => ThisThread.GetActiveUniform(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveUniform( [NativeTypeName("GLuint")] uint program, @@ -471037,49 +273907,6 @@ sbyte IGL.GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471091,6 +273918,8 @@ public static sbyte GetActiveUniform( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveUniform(program, index, length, size, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniform( [NativeTypeName("GLuint")] uint program, @@ -471119,49 +273948,6 @@ void IGL.GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471175,6 +273961,8 @@ public static void GetActiveUniform( [NativeTypeName("GLchar *")] Ref name ) => ThisThread.GetActiveUniform(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveUniform( [NativeTypeName("GLuint")] uint program, @@ -471202,49 +273990,6 @@ sbyte IGL.GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471256,6 +274001,8 @@ public static sbyte GetActiveUniform( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveUniform(program, index, length, size, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniform( [NativeTypeName("GLuint")] uint program, @@ -471284,49 +274031,6 @@ void IGL.GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471340,6 +274044,8 @@ public static void GetActiveUniform( [NativeTypeName("GLchar *")] Ref name ) => ThisThread.GetActiveUniform(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveUniform( [NativeTypeName("GLuint")] uint program, @@ -471367,49 +274073,6 @@ sbyte IGL.GetActiveUniform( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471421,6 +274084,7 @@ public static sbyte GetActiveUniform( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveUniform(program, index, length, size, type); + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniformARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -471439,7 +274103,6 @@ _slots[853] is not null and var loadedFnPtr ) )(programObj, index, maxLength, length, size, type, name); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveUniformARB( @@ -471452,6 +274115,8 @@ public static void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] sbyte* name ) => ThisThread.GetActiveUniformARB(programObj, index, maxLength, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniformARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -471480,7 +274145,6 @@ void IGL.GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471494,6 +274158,8 @@ public static void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] Ref name ) => ThisThread.GetActiveUniformARB(programObj, index, maxLength, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveUniformARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -471521,7 +274187,6 @@ sbyte IGL.GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471533,6 +274198,8 @@ public static sbyte GetActiveUniformARB( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveUniformARB(programObj, index, length, size, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniformARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -471561,7 +274228,6 @@ void IGL.GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471575,6 +274241,8 @@ public static void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] Ref name ) => ThisThread.GetActiveUniformARB(programObj, index, maxLength, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveUniformARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -471602,7 +274270,6 @@ sbyte IGL.GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471614,6 +274281,8 @@ public static sbyte GetActiveUniformARB( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveUniformARB(programObj, index, length, size, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniformARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -471642,7 +274311,6 @@ void IGL.GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471656,6 +274324,8 @@ public static void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] Ref name ) => ThisThread.GetActiveUniformARB(programObj, index, maxLength, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveUniformARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -471683,7 +274353,6 @@ sbyte IGL.GetActiveUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471695,6 +274364,7 @@ public static sbyte GetActiveUniformARB( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveUniformARB(programObj, index, length, size, type); + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniformBlock( [NativeTypeName("GLuint")] uint program, @@ -471713,40 +274383,6 @@ _slots[854] is not null and var loadedFnPtr ) )(program, uniformBlockIndex, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveUniformBlock( @@ -471756,6 +274392,8 @@ public static void GetActiveUniformBlock( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetActiveUniformBlock(program, uniformBlockIndex, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniformBlock( [NativeTypeName("GLuint")] uint program, @@ -471775,40 +274413,6 @@ void IGL.GetActiveUniformBlock( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471819,6 +274423,8 @@ public static void GetActiveUniformBlock( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetActiveUniformBlock(program, uniformBlockIndex, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetActiveUniformBlock( [NativeTypeName("GLuint")] uint uniformBlockIndex, @@ -471830,40 +274436,6 @@ int IGL.GetActiveUniformBlock( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -471872,6 +274444,7 @@ public static int GetActiveUniformBlock( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetActiveUniformBlock(uniformBlockIndex, pname); + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniformBlockName( [NativeTypeName("GLuint")] uint program, @@ -471891,40 +274464,6 @@ _slots[855] is not null and var loadedFnPtr ) )(program, uniformBlockIndex, bufSize, length, uniformBlockName); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveUniformBlockName( @@ -471942,6 +274481,8 @@ public static void GetActiveUniformBlockName( uniformBlockName ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniformBlockName( [NativeTypeName("GLuint")] uint program, @@ -471964,40 +274505,6 @@ void IGL.GetActiveUniformBlockName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472016,6 +274523,8 @@ public static void GetActiveUniformBlockName( uniformBlockName ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveUniformBlockName( [NativeTypeName("GLuint")] uint program, @@ -472037,40 +274546,6 @@ sbyte IGL.GetActiveUniformBlockName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472080,6 +274555,7 @@ public static sbyte GetActiveUniformBlockName( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetActiveUniformBlockName(program, uniformBlockIndex, length); + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniformName( [NativeTypeName("GLuint")] uint program, @@ -472096,40 +274572,6 @@ _slots[856] is not null and var loadedFnPtr ) )(program, uniformIndex, bufSize, length, uniformName); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveUniformName( @@ -472140,6 +274582,8 @@ public static void GetActiveUniformName( [NativeTypeName("GLchar *")] sbyte* uniformName ) => ThisThread.GetActiveUniformName(program, uniformIndex, bufSize, length, uniformName); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniformName( [NativeTypeName("GLuint")] uint program, @@ -472162,40 +274606,6 @@ void IGL.GetActiveUniformName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472207,6 +274617,8 @@ public static void GetActiveUniformName( [NativeTypeName("GLchar *")] Ref uniformName ) => ThisThread.GetActiveUniformName(program, uniformIndex, bufSize, length, uniformName); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveUniformName( [NativeTypeName("GLuint")] uint program, @@ -472228,40 +274640,6 @@ sbyte IGL.GetActiveUniformName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472271,6 +274649,7 @@ public static sbyte GetActiveUniformName( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetActiveUniformName(program, uniformIndex, length); + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniforms( [NativeTypeName("GLuint")] uint program, @@ -472287,40 +274666,6 @@ _slots[857] is not null and var loadedFnPtr ) )(program, uniformCount, uniformIndices, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveUniforms( @@ -472331,6 +274676,8 @@ public static void GetActiveUniforms( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetActiveUniforms(program, uniformCount, uniformIndices, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveUniforms( [NativeTypeName("GLuint")] uint program, @@ -472353,40 +274700,6 @@ void IGL.GetActiveUniforms( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472398,6 +274711,7 @@ public static void GetActiveUniforms( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetActiveUniforms(program, uniformCount, uniformIndices, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveVaryingNV( [NativeTypeName("GLuint")] uint program, @@ -472416,7 +274730,6 @@ _slots[858] is not null and var loadedFnPtr ) )(program, index, bufSize, length, size, type, name); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetActiveVaryingNV( @@ -472429,6 +274742,8 @@ public static void GetActiveVaryingNV( [NativeTypeName("GLchar *")] sbyte* name ) => ThisThread.GetActiveVaryingNV(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetActiveVaryingNV( [NativeTypeName("GLuint")] uint program, @@ -472457,7 +274772,6 @@ void IGL.GetActiveVaryingNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472471,6 +274785,8 @@ public static void GetActiveVaryingNV( [NativeTypeName("GLchar *")] Ref name ) => ThisThread.GetActiveVaryingNV(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetActiveVaryingNV( [NativeTypeName("GLuint")] uint program, @@ -472498,7 +274814,6 @@ sbyte IGL.GetActiveVaryingNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472510,6 +274825,7 @@ public static sbyte GetActiveVaryingNV( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetActiveVaryingNV(program, index, length, size, type); + [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetArrayObjectfvATI( [NativeTypeName("GLenum")] uint array, @@ -472524,7 +274840,6 @@ _slots[859] is not null and var loadedFnPtr ) )(array, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetArrayObjectfvATI( @@ -472533,6 +274848,8 @@ public static void GetArrayObjectfvATI( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetArrayObjectfvATI(array, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetArrayObjectfvATI( [NativeTypeName("GLenum")] Constant array, @@ -472546,7 +274863,6 @@ void IGL.GetArrayObjectfvATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472556,6 +274872,8 @@ public static void GetArrayObjectfvATI( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetArrayObjectfvATI(array, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetArrayObjectfvATI( [NativeTypeName("GLenum")] Constant array, @@ -472567,7 +274885,6 @@ float IGL.GetArrayObjectfvATI( return @params; } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472576,6 +274893,7 @@ public static float GetArrayObjectfvATI( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetArrayObjectfvATI(array, pname); + [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetArrayObjectivATI( [NativeTypeName("GLenum")] uint array, @@ -472590,7 +274908,6 @@ _slots[860] is not null and var loadedFnPtr ) )(array, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetArrayObjectivATI( @@ -472599,6 +274916,8 @@ public static void GetArrayObjectivATI( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetArrayObjectivATI(array, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetArrayObjectivATI( [NativeTypeName("GLenum")] Constant array, @@ -472612,7 +274931,6 @@ void IGL.GetArrayObjectivATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472622,6 +274940,8 @@ public static void GetArrayObjectivATI( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetArrayObjectivATI(array, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetArrayObjectivATI( [NativeTypeName("GLenum")] Constant array, @@ -472633,7 +274953,6 @@ int IGL.GetArrayObjectivATI( return @params; } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472642,6 +274961,7 @@ public static int GetArrayObjectivATI( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetArrayObjectivATI(array, pname); + [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetAttachedObjectsARB( [NativeTypeName("GLhandleARB")] uint containerObj, @@ -472657,7 +274977,6 @@ _slots[861] is not null and var loadedFnPtr ) )(containerObj, maxCount, count, obj); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetAttachedObjectsARB( @@ -472667,6 +274986,8 @@ public static void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB *")] uint* obj ) => ThisThread.GetAttachedObjectsARB(containerObj, maxCount, count, obj); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetAttachedObjectsARB( [NativeTypeName("GLhandleARB")] uint containerObj, @@ -472682,7 +275003,6 @@ void IGL.GetAttachedObjectsARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472693,6 +275013,8 @@ public static void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB *")] Ref obj ) => ThisThread.GetAttachedObjectsARB(containerObj, maxCount, count, obj); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetAttachedObjectsARB( [NativeTypeName("GLhandleARB")] uint containerObj, @@ -472707,7 +275029,6 @@ uint IGL.GetAttachedObjectsARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472716,6 +275037,8 @@ public static uint GetAttachedObjectsARB( [NativeTypeName("GLsizei *")] Ref count ) => ThisThread.GetAttachedObjectsARB(containerObj, count); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetAttachedShader( [NativeTypeName("GLuint")] uint program, @@ -472730,49 +275053,6 @@ uint IGL.GetAttachedShader( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472781,6 +275061,7 @@ public static uint GetAttachedShader( [NativeTypeName("GLsizei *")] Ref count ) => ThisThread.GetAttachedShader(program, count); + [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetAttachedShaders( [NativeTypeName("GLuint")] uint program, @@ -472796,49 +275077,6 @@ _slots[862] is not null and var loadedFnPtr ) )(program, maxCount, count, shaders); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetAttachedShaders( @@ -472848,6 +275086,8 @@ public static void GetAttachedShaders( [NativeTypeName("GLuint *")] uint* shaders ) => ThisThread.GetAttachedShaders(program, maxCount, count, shaders); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetAttachedShaders( [NativeTypeName("GLuint")] uint program, @@ -472863,49 +275103,6 @@ void IGL.GetAttachedShaders( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -472916,6 +275113,8 @@ public static void GetAttachedShaders( [NativeTypeName("GLuint *")] Ref shaders ) => ThisThread.GetAttachedShaders(program, maxCount, count, shaders); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetAttribLocation( [NativeTypeName("GLuint")] uint program, @@ -472930,49 +275129,6 @@ _slots[863] is not null and var loadedFnPtr )(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetAttribLocation( @@ -472980,6 +275136,9 @@ public static int GetAttribLocation( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetAttribLocation(program, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetAttribLocation( [NativeTypeName("GLuint")] uint program, @@ -472993,49 +275152,6 @@ int IGL.GetAttribLocation( } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473044,6 +275160,8 @@ public static int GetAttribLocation( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetAttribLocation(program, name); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetAttribLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -473058,7 +275176,6 @@ _slots[864] is not null and var loadedFnPtr )(programObj, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetAttribLocationARB( @@ -473066,6 +275183,9 @@ public static int GetAttribLocationARB( [NativeTypeName("const GLcharARB *")] sbyte* name ) => ThisThread.GetAttribLocationARB(programObj, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetAttribLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -473079,7 +275199,6 @@ int IGL.GetAttribLocationARB( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473088,6 +275207,7 @@ public static int GetAttribLocationARB( [NativeTypeName("const GLcharARB *")] Ref name ) => ThisThread.GetAttribLocationARB(programObj, name); + [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBoolean( [NativeTypeName("GLenum")] uint target, @@ -473102,40 +275222,6 @@ _slots[865] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBoolean( @@ -473144,6 +275230,8 @@ public static void GetBoolean( [NativeTypeName("GLboolean *")] uint* data ) => ThisThread.GetBoolean(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBoolean( [NativeTypeName("GLenum")] Constant target, @@ -473157,40 +275245,6 @@ void IGL.GetBoolean( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473200,6 +275254,7 @@ public static void GetBoolean( [NativeTypeName("GLboolean *")] Ref data ) => ThisThread.GetBoolean(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBooleanIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -473214,8 +275269,6 @@ _slots[866] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBooleanIndexedEXT( @@ -473224,6 +275277,8 @@ public static void GetBooleanIndexedEXT( [NativeTypeName("GLboolean *")] uint* data ) => ThisThread.GetBooleanIndexedEXT(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBooleanIndexedEXT( [NativeTypeName("GLenum")] Constant target, @@ -473237,8 +275292,6 @@ void IGL.GetBooleanIndexedEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473248,6 +275301,7 @@ public static void GetBooleanIndexedEXT( [NativeTypeName("GLboolean *")] Ref data ) => ThisThread.GetBooleanIndexedEXT(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBoolean( [NativeTypeName("GLenum")] uint pname, @@ -473261,62 +275315,6 @@ _slots[867] is not null and var loadedFnPtr ) )(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBoolean( @@ -473324,6 +275322,8 @@ public static void GetBoolean( [NativeTypeName("GLboolean *")] uint* data ) => ThisThread.GetBoolean(pname, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBoolean( [NativeTypeName("GLenum")] Constant pname, @@ -473336,62 +275336,6 @@ void IGL.GetBoolean( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473400,6 +275344,7 @@ public static void GetBoolean( [NativeTypeName("GLboolean *")] Ref data ) => ThisThread.GetBoolean(pname, data); + [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferParameter( [NativeTypeName("GLenum")] uint target, @@ -473414,36 +275359,6 @@ _slots[868] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferParameter( @@ -473452,6 +275367,8 @@ public static void GetBufferParameter( [NativeTypeName("GLint64 *")] long* @params ) => ThisThread.GetBufferParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferParameter( [NativeTypeName("GLenum")] Constant target, @@ -473465,36 +275382,6 @@ void IGL.GetBufferParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473504,6 +275391,7 @@ public static void GetBufferParameter( [NativeTypeName("GLint64 *")] Ref @params ) => ThisThread.GetBufferParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferParameter( [NativeTypeName("GLenum")] uint target, @@ -473518,52 +275406,6 @@ _slots[869] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferParameter( @@ -473572,6 +275414,8 @@ public static void GetBufferParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetBufferParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferParameter( [NativeTypeName("GLenum")] Constant target, @@ -473585,52 +275429,6 @@ void IGL.GetBufferParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473640,6 +275438,7 @@ public static void GetBufferParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetBufferParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferParameterARB( [NativeTypeName("GLenum")] uint target, @@ -473657,7 +275456,6 @@ _slots[870] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferParameterARB( @@ -473666,6 +275464,8 @@ public static void GetBufferParameterARB( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetBufferParameterARB(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferParameterARB( [NativeTypeName("GLenum")] Constant target, @@ -473679,7 +275479,6 @@ void IGL.GetBufferParameterARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473689,6 +275488,7 @@ public static void GetBufferParameterARB( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetBufferParameterARB(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferParameterNV( [NativeTypeName("GLenum")] uint target, @@ -473706,8 +275506,6 @@ _slots[871] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferParameterNV( @@ -473716,6 +275514,8 @@ public static void GetBufferParameterNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ) => ThisThread.GetBufferParameterNV(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferParameterNV( [NativeTypeName("GLenum")] Constant target, @@ -473729,8 +275529,6 @@ void IGL.GetBufferParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473740,6 +275538,8 @@ public static void GetBufferParameterNV( [NativeTypeName("GLuint64EXT *")] Ref @params ) => ThisThread.GetBufferParameterNV(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetBufferParameterNV( [NativeTypeName("GLenum")] Constant target @@ -473750,8 +275550,6 @@ ulong IGL.GetBufferParameterNV( return @params; } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473759,6 +275557,7 @@ public static ulong GetBufferParameterNV( [NativeTypeName("GLenum")] Constant target ) => ThisThread.GetBufferParameterNV(target); + [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferPointer( [NativeTypeName("GLenum")] uint target, @@ -473773,46 +275572,6 @@ _slots[872] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferPointer( @@ -473821,6 +275580,8 @@ public static void GetBufferPointer( void** @params ) => ThisThread.GetBufferPointer(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferPointer( [NativeTypeName("GLenum")] Constant target, @@ -473834,46 +275595,6 @@ Ref2D @params } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473883,6 +275604,7 @@ public static void GetBufferPointer( Ref2D @params ) => ThisThread.GetBufferPointer(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferPointerARB( [NativeTypeName("GLenum")] uint target, @@ -473897,7 +275619,6 @@ _slots[873] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferPointerARB( @@ -473906,6 +275627,8 @@ public static void GetBufferPointerARB( void** @params ) => ThisThread.GetBufferPointerARB(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferPointerARB( [NativeTypeName("GLenum")] Constant target, @@ -473919,7 +275642,6 @@ Ref2D @params } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473929,6 +275651,7 @@ public static void GetBufferPointerARB( Ref2D @params ) => ThisThread.GetBufferPointerARB(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferPointerOES( [NativeTypeName("GLenum")] uint target, @@ -473943,8 +275666,6 @@ _slots[874] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferPointerOES( @@ -473953,6 +275674,8 @@ public static void GetBufferPointerOES( void** @params ) => ThisThread.GetBufferPointerOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferPointerOES( [NativeTypeName("GLenum")] Constant target, @@ -473966,8 +275689,6 @@ Ref2D @params } } - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -473977,6 +275698,7 @@ public static void GetBufferPointerOES( Ref2D @params ) => ThisThread.GetBufferPointerOES(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferSubData( [NativeTypeName("GLenum")] uint target, @@ -473992,46 +275714,6 @@ _slots[875] is not null and var loadedFnPtr ) )(target, offset, size, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferSubData( @@ -474041,6 +275723,8 @@ public static void GetBufferSubData( void* data ) => ThisThread.GetBufferSubData(target, offset, size, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferSubData( [NativeTypeName("GLenum")] Constant target, @@ -474055,46 +275739,6 @@ Ref data } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474105,36 +275749,38 @@ public static void GetBufferSubData( Ref data ) => ThisThread.GetBufferSubData(target, offset, size, data); + [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, void* data ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[876] is not null and var loadedFnPtr ? loadedFnPtr : _slots[876] = nativeContext.LoadFunction("glGetBufferSubDataARB", "opengl") ) )(target, offset, size, data); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, void* data ) => ThisThread.GetBufferSubDataARB(target, offset, size, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetBufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, Ref data ) { @@ -474144,17 +275790,17 @@ Ref data } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, Ref data ) => ThisThread.GetBufferSubDataARB(target, offset, size, data); + [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetClipPlane( [NativeTypeName("GLenum")] uint plane, @@ -474168,31 +275814,6 @@ _slots[877] is not null and var loadedFnPtr ) )(plane, equation); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetClipPlane( @@ -474200,6 +275821,8 @@ public static void GetClipPlane( [NativeTypeName("GLdouble *")] double* equation ) => ThisThread.GetClipPlane(plane, equation); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetClipPlane( [NativeTypeName("GLenum")] Constant plane, @@ -474212,31 +275835,6 @@ void IGL.GetClipPlane( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474245,6 +275843,7 @@ public static void GetClipPlane( [NativeTypeName("GLdouble *")] Ref equation ) => ThisThread.GetClipPlane(plane, equation); + [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetClipPlane( [NativeTypeName("GLenum")] uint plane, @@ -474258,7 +275857,6 @@ _slots[878] is not null and var loadedFnPtr ) )(plane, equation); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetClipPlane( @@ -474266,6 +275864,8 @@ public static void GetClipPlane( [NativeTypeName("GLfloat *")] float* equation ) => ThisThread.GetClipPlane(plane, equation); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetClipPlane( [NativeTypeName("GLenum")] Constant plane, @@ -474278,7 +275878,6 @@ void IGL.GetClipPlane( } } - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474287,6 +275886,7 @@ public static void GetClipPlane( [NativeTypeName("GLfloat *")] Ref equation ) => ThisThread.GetClipPlane(plane, equation); + [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetClipPlaneOES( [NativeTypeName("GLenum")] uint plane, @@ -474300,8 +275900,6 @@ _slots[879] is not null and var loadedFnPtr ) )(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetClipPlaneOES( @@ -474309,6 +275907,8 @@ public static void GetClipPlaneOES( [NativeTypeName("GLfloat *")] float* equation ) => ThisThread.GetClipPlaneOES(plane, equation); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetClipPlaneOES( [NativeTypeName("GLenum")] Constant plane, @@ -474321,8 +275921,6 @@ void IGL.GetClipPlaneOES( } } - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474331,6 +275929,7 @@ public static void GetClipPlaneOES( [NativeTypeName("GLfloat *")] Ref equation ) => ThisThread.GetClipPlaneOES(plane, equation); + [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetClipPlanex( [NativeTypeName("GLenum")] uint plane, @@ -474344,7 +275943,6 @@ _slots[880] is not null and var loadedFnPtr ) )(plane, equation); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetClipPlanex( @@ -474352,6 +275950,8 @@ public static void GetClipPlanex( [NativeTypeName("GLfixed *")] int* equation ) => ThisThread.GetClipPlanex(plane, equation); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetClipPlanex( [NativeTypeName("GLenum")] Constant plane, @@ -474364,7 +275964,6 @@ void IGL.GetClipPlanex( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474373,6 +275972,7 @@ public static void GetClipPlanex( [NativeTypeName("GLfixed *")] Ref equation ) => ThisThread.GetClipPlanex(plane, equation); + [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetClipPlanexOES( [NativeTypeName("GLenum")] uint plane, @@ -474386,8 +275986,6 @@ _slots[881] is not null and var loadedFnPtr ) )(plane, equation); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetClipPlanexOES( @@ -474395,6 +275993,8 @@ public static void GetClipPlanexOES( [NativeTypeName("GLfixed *")] int* equation ) => ThisThread.GetClipPlanexOES(plane, equation); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetClipPlanexOES( [NativeTypeName("GLenum")] Constant plane, @@ -474407,8 +276007,6 @@ void IGL.GetClipPlanexOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474417,6 +276015,7 @@ public static void GetClipPlanexOES( [NativeTypeName("GLfixed *")] Ref equation ) => ThisThread.GetClipPlanexOES(plane, equation); + [NativeFunction("opengl", EntryPoint = "glGetColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTable( [NativeTypeName("GLenum")] uint target, @@ -474432,7 +276031,6 @@ _slots[882] is not null and var loadedFnPtr ) )(target, format, type, table); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetColorTable( @@ -474442,6 +276040,8 @@ public static void GetColorTable( void* table ) => ThisThread.GetColorTable(target, format, type, table); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTable( [NativeTypeName("GLenum")] Constant target, @@ -474456,7 +276056,6 @@ Ref table } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474467,6 +276066,7 @@ public static void GetColorTable( Ref table ) => ThisThread.GetColorTable(target, format, type, table); + [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableEXT( [NativeTypeName("GLenum")] uint target, @@ -474482,7 +276082,6 @@ _slots[883] is not null and var loadedFnPtr ) )(target, format, type, data); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetColorTableEXT( @@ -474492,6 +276091,8 @@ public static void GetColorTableEXT( void* data ) => ThisThread.GetColorTableEXT(target, format, type, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableEXT( [NativeTypeName("GLenum")] Constant target, @@ -474506,7 +276107,6 @@ Ref data } } - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474517,6 +276117,7 @@ public static void GetColorTableEXT( Ref data ) => ThisThread.GetColorTableEXT(target, format, type, data); + [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableParameter( [NativeTypeName("GLenum")] uint target, @@ -474534,7 +276135,6 @@ _slots[884] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetColorTableParameter( @@ -474543,6 +276143,8 @@ public static void GetColorTableParameter( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetColorTableParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableParameter( [NativeTypeName("GLenum")] Constant target, @@ -474556,7 +276158,6 @@ void IGL.GetColorTableParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474566,6 +276167,7 @@ public static void GetColorTableParameter( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetColorTableParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -474583,7 +276185,6 @@ _slots[885] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetColorTableParameterEXT( @@ -474592,6 +276193,8 @@ public static void GetColorTableParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetColorTableParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -474605,7 +276208,6 @@ void IGL.GetColorTableParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474615,6 +276217,7 @@ public static void GetColorTableParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetColorTableParameterEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, @@ -474632,7 +276235,6 @@ _slots[886] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetColorTableParameterSGI( @@ -474641,6 +276243,8 @@ public static void GetColorTableParameterSGI( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetColorTableParameterSGI(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableParameterSGI( [NativeTypeName("GLenum")] Constant target, @@ -474654,7 +276258,6 @@ void IGL.GetColorTableParameterSGI( } } - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474664,6 +276267,7 @@ public static void GetColorTableParameterSGI( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetColorTableParameterSGI(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableParameter( [NativeTypeName("GLenum")] uint target, @@ -474681,7 +276285,6 @@ _slots[887] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetColorTableParameter( @@ -474690,6 +276293,8 @@ public static void GetColorTableParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetColorTableParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableParameter( [NativeTypeName("GLenum")] Constant target, @@ -474703,7 +276308,6 @@ void IGL.GetColorTableParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474713,6 +276317,7 @@ public static void GetColorTableParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetColorTableParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -474730,7 +276335,6 @@ _slots[888] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetColorTableParameterEXT( @@ -474739,6 +276343,8 @@ public static void GetColorTableParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetColorTableParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -474752,7 +276358,6 @@ void IGL.GetColorTableParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474762,6 +276367,7 @@ public static void GetColorTableParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetColorTableParameterEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, @@ -474779,7 +276385,6 @@ _slots[889] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetColorTableParameterSGI( @@ -474788,6 +276393,8 @@ public static void GetColorTableParameterSGI( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetColorTableParameterSGI(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableParameterSGI( [NativeTypeName("GLenum")] Constant target, @@ -474801,7 +276408,6 @@ void IGL.GetColorTableParameterSGI( } } - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474811,6 +276417,7 @@ public static void GetColorTableParameterSGI( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetColorTableParameterSGI(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableSGI( [NativeTypeName("GLenum")] uint target, @@ -474826,7 +276433,6 @@ _slots[890] is not null and var loadedFnPtr ) )(target, format, type, table); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetColorTableSGI( @@ -474836,6 +276442,8 @@ public static void GetColorTableSGI( void* table ) => ThisThread.GetColorTableSGI(target, format, type, table); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetColorTableSGI( [NativeTypeName("GLenum")] Constant target, @@ -474850,7 +276458,6 @@ Ref table } } - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474861,6 +276468,7 @@ public static void GetColorTableSGI( Ref table ) => ThisThread.GetColorTableSGI(target, format, type, table); + [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCombinerInputParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -474880,7 +276488,6 @@ _slots[891] is not null and var loadedFnPtr ) )(stage, portion, variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetCombinerInputParameterNV( @@ -474891,6 +276498,8 @@ public static void GetCombinerInputParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetCombinerInputParameterNV(stage, portion, variable, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCombinerInputParameterNV( [NativeTypeName("GLenum")] Constant stage, @@ -474912,7 +276521,6 @@ void IGL.GetCombinerInputParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474924,6 +276532,7 @@ public static void GetCombinerInputParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetCombinerInputParameterNV(stage, portion, variable, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCombinerInputParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -474943,7 +276552,6 @@ _slots[892] is not null and var loadedFnPtr ) )(stage, portion, variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetCombinerInputParameterNV( @@ -474954,6 +276562,8 @@ public static void GetCombinerInputParameterNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetCombinerInputParameterNV(stage, portion, variable, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCombinerInputParameterNV( [NativeTypeName("GLenum")] Constant stage, @@ -474975,7 +276585,6 @@ void IGL.GetCombinerInputParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -474987,6 +276596,7 @@ public static void GetCombinerInputParameterNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetCombinerInputParameterNV(stage, portion, variable, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCombinerOutputParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -475005,7 +276615,6 @@ _slots[893] is not null and var loadedFnPtr ) )(stage, portion, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetCombinerOutputParameterNV( @@ -475015,6 +276624,8 @@ public static void GetCombinerOutputParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetCombinerOutputParameterNV(stage, portion, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCombinerOutputParameterNV( [NativeTypeName("GLenum")] Constant stage, @@ -475034,7 +276645,6 @@ void IGL.GetCombinerOutputParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475045,6 +276655,7 @@ public static void GetCombinerOutputParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetCombinerOutputParameterNV(stage, portion, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCombinerOutputParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -475063,7 +276674,6 @@ _slots[894] is not null and var loadedFnPtr ) )(stage, portion, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetCombinerOutputParameterNV( @@ -475073,6 +276683,8 @@ public static void GetCombinerOutputParameterNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetCombinerOutputParameterNV(stage, portion, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCombinerOutputParameterNV( [NativeTypeName("GLenum")] Constant stage, @@ -475092,7 +276704,6 @@ void IGL.GetCombinerOutputParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475103,6 +276714,7 @@ public static void GetCombinerOutputParameterNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetCombinerOutputParameterNV(stage, portion, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCombinerStageParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -475120,7 +276732,6 @@ _slots[895] is not null and var loadedFnPtr ) )(stage, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetCombinerStageParameterNV( @@ -475129,6 +276740,8 @@ public static void GetCombinerStageParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetCombinerStageParameterNV(stage, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCombinerStageParameterNV( [NativeTypeName("GLenum")] Constant stage, @@ -475142,7 +276755,6 @@ void IGL.GetCombinerStageParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475152,6 +276764,8 @@ public static void GetCombinerStageParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetCombinerStageParameterNV(stage, pname, @params); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetCommandHeaderNV( [NativeTypeName("GLenum")] uint tokenID, @@ -475166,8 +276780,6 @@ _slots[896] is not null and var loadedFnPtr )(tokenID, size); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetCommandHeaderNV( @@ -475175,6 +276787,9 @@ public static uint GetCommandHeaderNV( [NativeTypeName("GLuint")] uint size ) => ThisThread.GetCommandHeaderNV(tokenID, size); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetCommandHeaderNV( [NativeTypeName("GLenum")] Constant tokenID, @@ -475182,8 +276797,6 @@ uint IGL.GetCommandHeaderNV( ) => (uint)((IGL)this).GetCommandHeaderNV((uint)tokenID, size); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475192,6 +276805,7 @@ public static uint GetCommandHeaderNV( [NativeTypeName("GLuint")] uint size ) => ThisThread.GetCommandHeaderNV(tokenID, size); + [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCompressedMultiTexImageEXT( [NativeTypeName("GLenum")] uint texunit, @@ -475210,8 +276824,6 @@ _slots[897] is not null and var loadedFnPtr ) )(texunit, target, lod, img); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetCompressedMultiTexImageEXT( @@ -475221,6 +276833,8 @@ public static void GetCompressedMultiTexImageEXT( void* img ) => ThisThread.GetCompressedMultiTexImageEXT(texunit, target, lod, img); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCompressedMultiTexImageEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -475235,8 +276849,6 @@ Ref img } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475247,6 +276859,7 @@ public static void GetCompressedMultiTexImageEXT( Ref img ) => ThisThread.GetCompressedMultiTexImageEXT(texunit, target, lod, img); + [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCompressedTexImage( [NativeTypeName("GLenum")] uint target, @@ -475261,50 +276874,6 @@ _slots[898] is not null and var loadedFnPtr ) )(target, level, img); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetCompressedTexImage( @@ -475313,6 +276882,8 @@ public static void GetCompressedTexImage( void* img ) => ThisThread.GetCompressedTexImage(target, level, img); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCompressedTexImage( [NativeTypeName("GLenum")] Constant target, @@ -475326,50 +276897,6 @@ Ref img } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475379,6 +276906,7 @@ public static void GetCompressedTexImage( Ref img ) => ThisThread.GetCompressedTexImage(target, level, img); + [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCompressedTexImageARB( [NativeTypeName("GLenum")] uint target, @@ -475396,7 +276924,6 @@ _slots[899] is not null and var loadedFnPtr ) )(target, level, img); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetCompressedTexImageARB( @@ -475405,6 +276932,8 @@ public static void GetCompressedTexImageARB( void* img ) => ThisThread.GetCompressedTexImageARB(target, level, img); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCompressedTexImageARB( [NativeTypeName("GLenum")] Constant target, @@ -475418,7 +276947,6 @@ Ref img } } - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475428,6 +276956,7 @@ public static void GetCompressedTexImageARB( Ref img ) => ThisThread.GetCompressedTexImageARB(target, level, img); + [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCompressedTextureImage( [NativeTypeName("GLuint")] uint texture, @@ -475446,16 +276975,6 @@ _slots[900] is not null and var loadedFnPtr ) )(texture, level, bufSize, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetCompressedTextureImage( @@ -475465,6 +276984,8 @@ public static void GetCompressedTextureImage( void* pixels ) => ThisThread.GetCompressedTextureImage(texture, level, bufSize, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCompressedTextureImage( [NativeTypeName("GLuint")] uint texture, @@ -475479,16 +277000,6 @@ Ref pixels } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475499,6 +277010,7 @@ public static void GetCompressedTextureImage( Ref pixels ) => ThisThread.GetCompressedTextureImage(texture, level, bufSize, pixels); + [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCompressedTextureImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -475517,8 +277029,6 @@ _slots[901] is not null and var loadedFnPtr ) )(texture, target, lod, img); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetCompressedTextureImageEXT( @@ -475528,6 +277038,8 @@ public static void GetCompressedTextureImageEXT( void* img ) => ThisThread.GetCompressedTextureImageEXT(texture, target, lod, img); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCompressedTextureImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -475542,8 +277054,6 @@ Ref img } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475554,6 +277064,7 @@ public static void GetCompressedTextureImageEXT( Ref img ) => ThisThread.GetCompressedTextureImageEXT(texture, target, lod, img); + [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCompressedTextureSubImage( [NativeTypeName("GLuint")] uint texture, @@ -475578,16 +277089,6 @@ _slots[902] is not null and var loadedFnPtr ) )(texture, level, xoffset, yoffset, zoffset, width, height, depth, bufSize, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetCompressedTextureSubImage( @@ -475615,6 +277116,8 @@ public static void GetCompressedTextureSubImage( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCompressedTextureSubImage( [NativeTypeName("GLuint")] uint texture, @@ -475646,16 +277149,6 @@ Ref pixels } } - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475684,6 +277177,7 @@ Ref pixels pixels ); + [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionFilter( [NativeTypeName("GLenum")] uint target, @@ -475699,7 +277193,6 @@ _slots[903] is not null and var loadedFnPtr ) )(target, format, type, image); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetConvolutionFilter( @@ -475709,6 +277202,8 @@ public static void GetConvolutionFilter( void* image ) => ThisThread.GetConvolutionFilter(target, format, type, image); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionFilter( [NativeTypeName("GLenum")] Constant target, @@ -475723,7 +277218,6 @@ Ref image } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475734,6 +277228,7 @@ public static void GetConvolutionFilter( Ref image ) => ThisThread.GetConvolutionFilter(target, format, type, image); + [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionFilterEXT( [NativeTypeName("GLenum")] uint target, @@ -475752,7 +277247,6 @@ _slots[904] is not null and var loadedFnPtr ) )(target, format, type, image); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetConvolutionFilterEXT( @@ -475762,6 +277256,8 @@ public static void GetConvolutionFilterEXT( void* image ) => ThisThread.GetConvolutionFilterEXT(target, format, type, image); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionFilterEXT( [NativeTypeName("GLenum")] Constant target, @@ -475781,7 +277277,6 @@ Ref image } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475792,6 +277287,7 @@ public static void GetConvolutionFilterEXT( Ref image ) => ThisThread.GetConvolutionFilterEXT(target, format, type, image); + [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -475809,7 +277305,6 @@ _slots[905] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetConvolutionParameter( @@ -475818,6 +277313,8 @@ public static void GetConvolutionParameter( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetConvolutionParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionParameter( [NativeTypeName("GLenum")] Constant target, @@ -475831,7 +277328,6 @@ void IGL.GetConvolutionParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475841,6 +277337,7 @@ public static void GetConvolutionParameter( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetConvolutionParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -475858,7 +277355,6 @@ _slots[906] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetConvolutionParameterEXT( @@ -475867,6 +277363,8 @@ public static void GetConvolutionParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetConvolutionParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -475880,7 +277378,6 @@ void IGL.GetConvolutionParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475890,6 +277387,7 @@ public static void GetConvolutionParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetConvolutionParameterEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -475907,7 +277405,6 @@ _slots[907] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetConvolutionParameter( @@ -475916,6 +277413,8 @@ public static void GetConvolutionParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetConvolutionParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionParameter( [NativeTypeName("GLenum")] Constant target, @@ -475929,7 +277428,6 @@ void IGL.GetConvolutionParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475939,6 +277437,7 @@ public static void GetConvolutionParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetConvolutionParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -475956,7 +277455,6 @@ _slots[908] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetConvolutionParameterEXT( @@ -475965,6 +277463,8 @@ public static void GetConvolutionParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetConvolutionParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -475978,7 +277478,6 @@ void IGL.GetConvolutionParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -475988,21 +277487,23 @@ public static void GetConvolutionParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetConvolutionParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - int IGL.GetConvolutionParameterxvO([NativeTypeName("GLenum")] uint target) + int IGL.GetConvolutionParameterxvOOES([NativeTypeName("GLenum")] uint target) { int @params = default; ((IGL)this).GetConvolutionParameterxOES(target, 1, (int*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static int GetConvolutionParameterxvO([NativeTypeName("GLenum")] uint target) => - ThisThread.GetConvolutionParameterxvO(target); + public static int GetConvolutionParameterxvOOES([NativeTypeName("GLenum")] uint target) => + ThisThread.GetConvolutionParameterxvOOES(target); + [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -476020,7 +277521,6 @@ _slots[909] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetConvolutionParameterxOES( @@ -476029,6 +277529,8 @@ public static void GetConvolutionParameterxOES( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetConvolutionParameterxOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -476042,7 +277544,6 @@ void IGL.GetConvolutionParameterxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476052,6 +277553,7 @@ public static void GetConvolutionParameterxOES( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetConvolutionParameterxOES(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCoverageModulationTableNV( [NativeTypeName("GLsizei")] uint bufSize, @@ -476068,9 +277570,6 @@ _slots[910] is not null and var loadedFnPtr ) )(bufSize, v); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetCoverageModulationTableNV( @@ -476078,6 +277577,8 @@ public static void GetCoverageModulationTableNV( [NativeTypeName("GLfloat *")] float* v ) => ThisThread.GetCoverageModulationTableNV(bufSize, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetCoverageModulationTableNV( [NativeTypeName("GLsizei")] uint bufSize, @@ -476090,9 +277591,6 @@ void IGL.GetCoverageModulationTableNV( } } - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476101,6 +277599,8 @@ public static void GetCoverageModulationTableNV( [NativeTypeName("GLfloat *")] Ref v ) => ThisThread.GetCoverageModulationTableNV(bufSize, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetCoverageModulationTableNV() { @@ -476109,14 +277609,13 @@ float IGL.GetCoverageModulationTableNV() return v; } - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float GetCoverageModulationTableNV() => ThisThread.GetCoverageModulationTableNV(); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLog( [NativeTypeName("GLuint")] uint count, @@ -476137,16 +277636,6 @@ _slots[911] is not null and var loadedFnPtr )(count, bufSize, sources, types, ids, severities, lengths, messageLog); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetDebugMessageLog( @@ -476170,6 +277659,9 @@ public static uint GetDebugMessageLog( messageLog ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLog( [NativeTypeName("GLuint")] uint count, @@ -476204,16 +277696,6 @@ uint IGL.GetDebugMessageLog( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476238,6 +277720,9 @@ public static uint GetDebugMessageLog( messageLog ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLog( [NativeTypeName("GLuint")] uint count, @@ -476272,16 +277757,6 @@ uint IGL.GetDebugMessageLog( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476306,6 +277781,9 @@ public static uint GetDebugMessageLog( messageLog ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLog( [NativeTypeName("GLuint")] uint count, @@ -476340,16 +277818,6 @@ uint IGL.GetDebugMessageLog( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476374,6 +277842,8 @@ public static uint GetDebugMessageLog( messageLog ); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLogAMD( [NativeTypeName("GLuint")] uint count, @@ -476393,7 +277863,6 @@ _slots[912] is not null and var loadedFnPtr )(count, bufSize, categories, severities, ids, lengths, message); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetDebugMessageLogAMD( @@ -476415,6 +277884,9 @@ public static uint GetDebugMessageLogAMD( message ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLogAMD( [NativeTypeName("GLuint")] uint count, @@ -476446,7 +277918,6 @@ uint IGL.GetDebugMessageLogAMD( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476469,6 +277940,9 @@ public static uint GetDebugMessageLogAMD( message ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLogAMD( [NativeTypeName("GLuint")] uint count, @@ -476500,7 +277974,6 @@ uint IGL.GetDebugMessageLogAMD( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476523,6 +277996,9 @@ public static uint GetDebugMessageLogAMD( message ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLogAMD( [NativeTypeName("GLuint")] uint count, @@ -476554,7 +278030,6 @@ uint IGL.GetDebugMessageLogAMD( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476577,6 +278052,8 @@ public static uint GetDebugMessageLogAMD( message ); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLogARB( [NativeTypeName("GLuint")] uint count, @@ -476597,8 +278074,6 @@ _slots[913] is not null and var loadedFnPtr )(count, bufSize, sources, types, ids, severities, lengths, messageLog); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetDebugMessageLogARB( @@ -476622,6 +278097,9 @@ public static uint GetDebugMessageLogARB( messageLog ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLogARB( [NativeTypeName("GLuint")] uint count, @@ -476656,8 +278134,6 @@ uint IGL.GetDebugMessageLogARB( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476682,6 +278158,9 @@ public static uint GetDebugMessageLogARB( messageLog ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLogARB( [NativeTypeName("GLuint")] uint count, @@ -476716,8 +278195,6 @@ uint IGL.GetDebugMessageLogARB( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476742,6 +278219,9 @@ public static uint GetDebugMessageLogARB( messageLog ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLogARB( [NativeTypeName("GLuint")] uint count, @@ -476776,8 +278256,6 @@ uint IGL.GetDebugMessageLogARB( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476802,6 +278280,8 @@ public static uint GetDebugMessageLogARB( messageLog ); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLogKHR( [NativeTypeName("GLuint")] uint count, @@ -476822,7 +278302,6 @@ _slots[914] is not null and var loadedFnPtr )(count, bufSize, sources, types, ids, severities, lengths, messageLog); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetDebugMessageLogKHR( @@ -476846,6 +278325,9 @@ public static uint GetDebugMessageLogKHR( messageLog ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLogKHR( [NativeTypeName("GLuint")] uint count, @@ -476880,7 +278362,6 @@ uint IGL.GetDebugMessageLogKHR( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476905,6 +278386,9 @@ public static uint GetDebugMessageLogKHR( messageLog ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLogKHR( [NativeTypeName("GLuint")] uint count, @@ -476939,7 +278423,6 @@ uint IGL.GetDebugMessageLogKHR( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -476964,6 +278447,9 @@ public static uint GetDebugMessageLogKHR( messageLog ); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDebugMessageLogKHR( [NativeTypeName("GLuint")] uint count, @@ -476998,7 +278484,6 @@ uint IGL.GetDebugMessageLogKHR( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477023,6 +278508,7 @@ public static uint GetDebugMessageLogKHR( messageLog ); + [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDetailTexFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -477036,7 +278522,6 @@ _slots[915] is not null and var loadedFnPtr ) )(target, points); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDetailTexFuncSGIS( @@ -477044,6 +278529,8 @@ public static void GetDetailTexFuncSGIS( [NativeTypeName("GLfloat *")] float* points ) => ThisThread.GetDetailTexFuncSGIS(target, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDetailTexFuncSGIS( [NativeTypeName("GLenum")] Constant target, @@ -477056,7 +278543,6 @@ void IGL.GetDetailTexFuncSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477065,6 +278551,7 @@ public static void GetDetailTexFuncSGIS( [NativeTypeName("GLfloat *")] Ref points ) => ThisThread.GetDetailTexFuncSGIS(target, points); + [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDouble( [NativeTypeName("GLenum")] uint target, @@ -477079,32 +278566,6 @@ _slots[916] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDouble( @@ -477113,6 +278574,8 @@ public static void GetDouble( [NativeTypeName("GLdouble *")] double* data ) => ThisThread.GetDouble(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDouble( [NativeTypeName("GLenum")] Constant target, @@ -477126,32 +278589,6 @@ void IGL.GetDouble( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477161,6 +278598,7 @@ public static void GetDouble( [NativeTypeName("GLdouble *")] Ref data ) => ThisThread.GetDouble(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDoubleEXT( [NativeTypeName("GLenum")] uint pname, @@ -477175,8 +278613,6 @@ _slots[917] is not null and var loadedFnPtr ) )(pname, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDoubleEXT( @@ -477185,6 +278621,8 @@ public static void GetDoubleEXT( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetDoubleEXT(pname, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDoubleEXT( [NativeTypeName("GLenum")] Constant pname, @@ -477198,8 +278636,6 @@ void IGL.GetDoubleEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477209,6 +278645,7 @@ public static void GetDoubleEXT( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetDoubleEXT(pname, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDoubleIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -477223,8 +278660,6 @@ _slots[918] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDoubleIndexedEXT( @@ -477233,6 +278668,8 @@ public static void GetDoubleIndexedEXT( [NativeTypeName("GLdouble *")] double* data ) => ThisThread.GetDoubleIndexedEXT(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDoubleIndexedEXT( [NativeTypeName("GLenum")] Constant target, @@ -477246,8 +278683,6 @@ void IGL.GetDoubleIndexedEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477257,6 +278692,7 @@ public static void GetDoubleIndexedEXT( [NativeTypeName("GLdouble *")] Ref data ) => ThisThread.GetDoubleIndexedEXT(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetDoublev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDouble( [NativeTypeName("GLenum")] uint pname, @@ -477270,56 +278706,6 @@ _slots[919] is not null and var loadedFnPtr ) )(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetDoublev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDouble( @@ -477327,6 +278713,8 @@ public static void GetDouble( [NativeTypeName("GLdouble *")] double* data ) => ThisThread.GetDouble(pname, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDoublev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDouble( [NativeTypeName("GLenum")] Constant pname, @@ -477339,56 +278727,6 @@ void IGL.GetDouble( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477397,6 +278735,7 @@ public static void GetDouble( [NativeTypeName("GLdouble *")] Ref data ) => ThisThread.GetDouble(pname, data); + [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDriverControlQCOM( [NativeTypeName("GLint *")] int* num, @@ -477411,8 +278750,6 @@ _slots[920] is not null and var loadedFnPtr ) )(num, size, driverControls); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDriverControlQCOM( @@ -477421,6 +278758,8 @@ public static void GetDriverControlQCOM( [NativeTypeName("GLuint *")] uint* driverControls ) => ThisThread.GetDriverControlQCOM(num, size, driverControls); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDriverControlQCOM( [NativeTypeName("GLint *")] Ref num, @@ -477435,8 +278774,6 @@ void IGL.GetDriverControlQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477446,6 +278783,8 @@ public static void GetDriverControlQCOM( [NativeTypeName("GLuint *")] Ref driverControls ) => ThisThread.GetDriverControlQCOM(num, size, driverControls); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetDriverControlQCOM([NativeTypeName("GLint *")] Ref num) { @@ -477457,14 +278796,13 @@ uint IGL.GetDriverControlQCOM([NativeTypeName("GLint *")] Ref num) } } - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetDriverControlQCOM([NativeTypeName("GLint *")] Ref num) => ThisThread.GetDriverControlQCOM(num); + [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDriverControlStringQCOM( [NativeTypeName("GLuint")] uint driverControl, @@ -477483,8 +278821,6 @@ _slots[921] is not null and var loadedFnPtr ) )(driverControl, bufSize, length, driverControlString); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDriverControlStringQCOM( @@ -477494,6 +278830,8 @@ public static void GetDriverControlStringQCOM( [NativeTypeName("GLchar *")] sbyte* driverControlString ) => ThisThread.GetDriverControlStringQCOM(driverControl, bufSize, length, driverControlString); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetDriverControlStringQCOM( [NativeTypeName("GLuint")] uint driverControl, @@ -477514,8 +278852,6 @@ void IGL.GetDriverControlStringQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477526,6 +278862,8 @@ public static void GetDriverControlStringQCOM( [NativeTypeName("GLchar *")] Ref driverControlString ) => ThisThread.GetDriverControlStringQCOM(driverControl, bufSize, length, driverControlString); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetDriverControlStringQCOM( [NativeTypeName("GLuint")] uint driverControl, @@ -477545,8 +278883,6 @@ sbyte IGL.GetDriverControlStringQCOM( } } - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477555,72 +278891,21 @@ public static sbyte GetDriverControlStringQCOM( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetDriverControlStringQCOM(driverControl, length); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IGL.GetError() => (Constant)(uint)((IGL)this).GetErrorRaw(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Constant GetError() => ThisThread.GetError(); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glGetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetErrorRaw() => ( @@ -477632,66 +278917,11 @@ _slots[922] is not null and var loadedFnPtr )(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetErrorRaw() => ThisThread.GetErrorRaw(); + [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFenceNV( [NativeTypeName("GLuint")] uint fence, @@ -477706,9 +278936,6 @@ _slots[923] is not null and var loadedFnPtr ) )(fence, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFenceNV( @@ -477717,6 +278944,8 @@ public static void GetFenceNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetFenceNV(fence, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFenceNV( [NativeTypeName("GLuint")] uint fence, @@ -477730,9 +278959,6 @@ void IGL.GetFenceNV( } } - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477742,6 +278968,7 @@ public static void GetFenceNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetFenceNV(fence, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFinalCombinerInputParameterNV( [NativeTypeName("GLenum")] uint variable, @@ -477759,7 +278986,6 @@ _slots[924] is not null and var loadedFnPtr ) )(variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFinalCombinerInputParameterNV( @@ -477768,6 +278994,8 @@ public static void GetFinalCombinerInputParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetFinalCombinerInputParameterNV(variable, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFinalCombinerInputParameterNV( [NativeTypeName("GLenum")] Constant variable, @@ -477781,7 +279009,6 @@ void IGL.GetFinalCombinerInputParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477791,6 +279018,7 @@ public static void GetFinalCombinerInputParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetFinalCombinerInputParameterNV(variable, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFinalCombinerInputParameterNV( [NativeTypeName("GLenum")] uint variable, @@ -477808,7 +279036,6 @@ _slots[925] is not null and var loadedFnPtr ) )(variable, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFinalCombinerInputParameterNV( @@ -477817,6 +279044,8 @@ public static void GetFinalCombinerInputParameterNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetFinalCombinerInputParameterNV(variable, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFinalCombinerInputParameterNV( [NativeTypeName("GLenum")] Constant variable, @@ -477830,7 +279059,6 @@ void IGL.GetFinalCombinerInputParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477840,8 +279068,9 @@ public static void GetFinalCombinerInputParameterNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetFinalCombinerInputParameterNV(variable, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetFirstPerfQueryIdIntel([NativeTypeName("GLuint *")] uint* queryId) => + void IGL.GetFirstPerfQueryIdINTEL([NativeTypeName("GLuint *")] uint* queryId) => ( (delegate* unmanaged)( _slots[926] is not null and var loadedFnPtr @@ -477853,32 +279082,29 @@ _slots[926] is not null and var loadedFnPtr ) )(queryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetFirstPerfQueryIdIntel([NativeTypeName("GLuint *")] uint* queryId) => - ThisThread.GetFirstPerfQueryIdIntel(queryId); + public static void GetFirstPerfQueryIdINTEL([NativeTypeName("GLuint *")] uint* queryId) => + ThisThread.GetFirstPerfQueryIdINTEL(queryId); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetFirstPerfQueryIdIntel([NativeTypeName("GLuint *")] Ref queryId) + void IGL.GetFirstPerfQueryIdINTEL([NativeTypeName("GLuint *")] Ref queryId) { fixed (uint* __dsl_queryId = queryId) { - ((IGL)this).GetFirstPerfQueryIdIntel(__dsl_queryId); + ((IGL)this).GetFirstPerfQueryIdINTEL(__dsl_queryId); } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetFirstPerfQueryIdIntel([NativeTypeName("GLuint *")] Ref queryId) => - ThisThread.GetFirstPerfQueryIdIntel(queryId); + public static void GetFirstPerfQueryIdINTEL([NativeTypeName("GLuint *")] Ref queryId) => + ThisThread.GetFirstPerfQueryIdINTEL(queryId); + [NativeFunction("opengl", EntryPoint = "glGetFixedv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFixed( [NativeTypeName("GLenum")] uint pname, @@ -477892,7 +279118,6 @@ _slots[927] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetFixedv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFixed( @@ -477900,6 +279125,8 @@ public static void GetFixed( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetFixed(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFixedv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFixed( [NativeTypeName("GLenum")] Constant pname, @@ -477912,7 +279139,6 @@ void IGL.GetFixed( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFixedv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477921,6 +279147,7 @@ public static void GetFixed( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetFixed(pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFixedOES( [NativeTypeName("GLenum")] uint pname, @@ -477934,8 +279161,6 @@ _slots[928] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFixedOES( @@ -477943,6 +279168,8 @@ public static void GetFixedOES( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetFixedOES(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFixedOES( [NativeTypeName("GLenum")] Constant pname, @@ -477955,8 +279182,6 @@ void IGL.GetFixedOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -477965,6 +279190,7 @@ public static void GetFixedOES( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetFixedOES(pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFloat( [NativeTypeName("GLenum")] uint target, @@ -477979,32 +279205,6 @@ _slots[929] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFloat( @@ -478013,6 +279213,8 @@ public static void GetFloat( [NativeTypeName("GLfloat *")] float* data ) => ThisThread.GetFloat(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFloat( [NativeTypeName("GLenum")] Constant target, @@ -478026,32 +279228,6 @@ void IGL.GetFloat( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478061,6 +279237,7 @@ public static void GetFloat( [NativeTypeName("GLfloat *")] Ref data ) => ThisThread.GetFloat(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFloatEXT( [NativeTypeName("GLenum")] uint pname, @@ -478075,8 +279252,6 @@ _slots[930] is not null and var loadedFnPtr ) )(pname, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFloatEXT( @@ -478085,6 +279260,8 @@ public static void GetFloatEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetFloatEXT(pname, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFloatEXT( [NativeTypeName("GLenum")] Constant pname, @@ -478098,8 +279275,6 @@ void IGL.GetFloatEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478109,6 +279284,7 @@ public static void GetFloatEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetFloatEXT(pname, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFloatNV( [NativeTypeName("GLenum")] uint target, @@ -478123,7 +279299,6 @@ _slots[931] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFloatNV( @@ -478132,6 +279307,8 @@ public static void GetFloatNV( [NativeTypeName("GLfloat *")] float* data ) => ThisThread.GetFloatNV(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFloatNV( [NativeTypeName("GLenum")] Constant target, @@ -478145,7 +279322,6 @@ void IGL.GetFloatNV( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478155,6 +279331,7 @@ public static void GetFloatNV( [NativeTypeName("GLfloat *")] Ref data ) => ThisThread.GetFloatNV(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFloatOES( [NativeTypeName("GLenum")] uint target, @@ -478169,7 +279346,6 @@ _slots[932] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFloatOES( @@ -478178,6 +279354,8 @@ public static void GetFloatOES( [NativeTypeName("GLfloat *")] float* data ) => ThisThread.GetFloatOES(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFloatOES( [NativeTypeName("GLenum")] Constant target, @@ -478191,7 +279369,6 @@ void IGL.GetFloatOES( } } - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478201,6 +279378,7 @@ public static void GetFloatOES( [NativeTypeName("GLfloat *")] Ref data ) => ThisThread.GetFloatOES(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFloatIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -478215,8 +279393,6 @@ _slots[933] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFloatIndexedEXT( @@ -478225,6 +279401,8 @@ public static void GetFloatIndexedEXT( [NativeTypeName("GLfloat *")] float* data ) => ThisThread.GetFloatIndexedEXT(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFloatIndexedEXT( [NativeTypeName("GLenum")] Constant target, @@ -478238,8 +279416,6 @@ void IGL.GetFloatIndexedEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478249,6 +279425,7 @@ public static void GetFloatIndexedEXT( [NativeTypeName("GLfloat *")] Ref data ) => ThisThread.GetFloatIndexedEXT(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetFloatv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFloat( [NativeTypeName("GLenum")] uint pname, @@ -478262,62 +279439,6 @@ _slots[934] is not null and var loadedFnPtr ) )(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetFloatv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFloat( @@ -478325,6 +279446,8 @@ public static void GetFloat( [NativeTypeName("GLfloat *")] float* data ) => ThisThread.GetFloat(pname, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFloatv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFloat( [NativeTypeName("GLenum")] Constant pname, @@ -478337,62 +279460,6 @@ void IGL.GetFloat( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloatv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478401,6 +279468,7 @@ public static void GetFloat( [NativeTypeName("GLfloat *")] Ref data ) => ThisThread.GetFloat(pname, data); + [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFogFuncSGIS([NativeTypeName("GLfloat *")] float* points) => ( @@ -478411,12 +279479,13 @@ _slots[935] is not null and var loadedFnPtr ) )(points); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFogFuncSGIS([NativeTypeName("GLfloat *")] float* points) => ThisThread.GetFogFuncSGIS(points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFogFuncSGIS([NativeTypeName("GLfloat *")] Ref points) { @@ -478426,13 +279495,14 @@ void IGL.GetFogFuncSGIS([NativeTypeName("GLfloat *")] Ref points) } } - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFogFuncSGIS([NativeTypeName("GLfloat *")] Ref points) => ThisThread.GetFogFuncSGIS(points); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetFragDataIndex( [NativeTypeName("GLuint")] uint program, @@ -478447,36 +279517,6 @@ _slots[936] is not null and var loadedFnPtr )(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetFragDataIndex( @@ -478484,6 +279524,9 @@ public static int GetFragDataIndex( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetFragDataIndex(program, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetFragDataIndex( [NativeTypeName("GLuint")] uint program, @@ -478497,36 +279540,6 @@ int IGL.GetFragDataIndex( } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478535,6 +279548,8 @@ public static int GetFragDataIndex( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetFragDataIndex(program, name); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetFragDataIndexEXT( [NativeTypeName("GLuint")] uint program, @@ -478549,7 +279564,6 @@ _slots[937] is not null and var loadedFnPtr )(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetFragDataIndexEXT( @@ -478557,6 +279571,9 @@ public static int GetFragDataIndexEXT( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetFragDataIndexEXT(program, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetFragDataIndexEXT( [NativeTypeName("GLuint")] uint program, @@ -478570,7 +279587,6 @@ int IGL.GetFragDataIndexEXT( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478579,6 +279595,8 @@ public static int GetFragDataIndexEXT( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetFragDataIndexEXT(program, name); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetFragDataLocation( [NativeTypeName("GLuint")] uint program, @@ -478593,40 +279611,6 @@ _slots[938] is not null and var loadedFnPtr )(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetFragDataLocation( @@ -478634,6 +279618,9 @@ public static int GetFragDataLocation( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetFragDataLocation(program, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetFragDataLocation( [NativeTypeName("GLuint")] uint program, @@ -478647,40 +279634,6 @@ int IGL.GetFragDataLocation( } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478689,6 +279642,8 @@ public static int GetFragDataLocation( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetFragDataLocation(program, name); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetFragDataLocationEXT( [NativeTypeName("GLuint")] uint program, @@ -478703,7 +279658,6 @@ _slots[939] is not null and var loadedFnPtr )(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetFragDataLocationEXT( @@ -478711,6 +279665,9 @@ public static int GetFragDataLocationEXT( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetFragDataLocationEXT(program, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetFragDataLocationEXT( [NativeTypeName("GLuint")] uint program, @@ -478724,7 +279681,6 @@ int IGL.GetFragDataLocationEXT( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478733,6 +279689,7 @@ public static int GetFragDataLocationEXT( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetFragDataLocationEXT(program, name); + [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -478747,7 +279704,6 @@ _slots[940] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFragmentLightSGIX( @@ -478756,6 +279712,8 @@ public static void GetFragmentLightSGIX( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetFragmentLightSGIX(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFragmentLightSGIX( [NativeTypeName("GLenum")] Constant light, @@ -478769,7 +279727,6 @@ void IGL.GetFragmentLightSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478779,6 +279736,7 @@ public static void GetFragmentLightSGIX( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetFragmentLightSGIX(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -478793,7 +279751,6 @@ _slots[941] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFragmentLightSGIX( @@ -478802,6 +279759,8 @@ public static void GetFragmentLightSGIX( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetFragmentLightSGIX(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFragmentLightSGIX( [NativeTypeName("GLenum")] Constant light, @@ -478815,7 +279774,6 @@ void IGL.GetFragmentLightSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478825,6 +279783,7 @@ public static void GetFragmentLightSGIX( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetFragmentLightSGIX(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -478842,7 +279801,6 @@ _slots[942] is not null and var loadedFnPtr ) )(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFragmentMaterialSGIX( @@ -478851,6 +279809,8 @@ public static void GetFragmentMaterialSGIX( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetFragmentMaterialSGIX(face, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFragmentMaterialSGIX( [NativeTypeName("GLenum")] Constant face, @@ -478864,7 +279824,6 @@ void IGL.GetFragmentMaterialSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478874,6 +279833,7 @@ public static void GetFragmentMaterialSGIX( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetFragmentMaterialSGIX(face, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -478891,7 +279851,6 @@ _slots[943] is not null and var loadedFnPtr ) )(face, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFragmentMaterialSGIX( @@ -478900,6 +279859,8 @@ public static void GetFragmentMaterialSGIX( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetFragmentMaterialSGIX(face, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFragmentMaterialSGIX( [NativeTypeName("GLenum")] Constant face, @@ -478913,7 +279874,6 @@ void IGL.GetFragmentMaterialSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478923,6 +279883,7 @@ public static void GetFragmentMaterialSGIX( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetFragmentMaterialSGIX(face, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFragmentShadingRatesEXT( [NativeTypeName("GLsizei")] uint samples, @@ -478941,7 +279902,6 @@ _slots[944] is not null and var loadedFnPtr ) )(samples, maxCount, count, shadingRates); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFragmentShadingRatesEXT( @@ -478951,6 +279911,8 @@ public static void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] uint* shadingRates ) => ThisThread.GetFragmentShadingRatesEXT(samples, maxCount, count, shadingRates); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFragmentShadingRatesEXT( [NativeTypeName("GLsizei")] uint samples, @@ -478971,7 +279933,6 @@ void IGL.GetFragmentShadingRatesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -478982,6 +279943,8 @@ public static void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] Ref shadingRates ) => ThisThread.GetFragmentShadingRatesEXT(samples, maxCount, count, shadingRates); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetFragmentShadingRatesEXT( [NativeTypeName("GLsizei")] uint samples, @@ -478996,7 +279959,6 @@ uint IGL.GetFragmentShadingRatesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479005,6 +279967,8 @@ public static uint GetFragmentShadingRatesEXT( [NativeTypeName("GLsizei *")] Ref count ) => ThisThread.GetFragmentShadingRatesEXT(samples, count); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFragmentShadingRatesEXT( [NativeTypeName("GLsizei")] uint samples, @@ -479025,7 +279989,6 @@ void IGL.GetFragmentShadingRatesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479036,6 +279999,8 @@ public static void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] Ref shadingRates ) => ThisThread.GetFragmentShadingRatesEXT(samples, maxCount, count, shadingRates); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFragmentShadingRatesEXT( [NativeTypeName("GLsizei")] uint samples, @@ -479056,7 +280021,6 @@ void IGL.GetFragmentShadingRatesEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479067,6 +280031,7 @@ public static void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] Ref shadingRates ) => ThisThread.GetFragmentShadingRatesEXT(samples, maxCount, count, shadingRates); + [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferAttachmentParameter( [NativeTypeName("GLenum")] uint target, @@ -479085,47 +280050,6 @@ _slots[945] is not null and var loadedFnPtr ) )(target, attachment, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFramebufferAttachmentParameter( @@ -479135,6 +280059,8 @@ public static void GetFramebufferAttachmentParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetFramebufferAttachmentParameter(target, attachment, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferAttachmentParameter( [NativeTypeName("GLenum")] Constant target, @@ -479154,47 +280080,6 @@ void IGL.GetFramebufferAttachmentParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479205,6 +280090,7 @@ public static void GetFramebufferAttachmentParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetFramebufferAttachmentParameter(target, attachment, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -479223,7 +280109,6 @@ _slots[946] is not null and var loadedFnPtr ) )(target, attachment, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFramebufferAttachmentParameterEXT( @@ -479233,6 +280118,8 @@ public static void GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetFramebufferAttachmentParameterEXT(target, attachment, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -479252,7 +280139,6 @@ void IGL.GetFramebufferAttachmentParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479263,6 +280149,7 @@ public static void GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetFramebufferAttachmentParameterEXT(target, attachment, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferAttachmentParameterOES( [NativeTypeName("GLenum")] uint target, @@ -479281,7 +280168,6 @@ _slots[947] is not null and var loadedFnPtr ) )(target, attachment, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFramebufferAttachmentParameterOES( @@ -479291,6 +280177,8 @@ public static void GetFramebufferAttachmentParameterOES( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetFramebufferAttachmentParameterOES(target, attachment, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferAttachmentParameterOES( [NativeTypeName("GLenum")] Constant target, @@ -479310,7 +280198,6 @@ void IGL.GetFramebufferAttachmentParameterOES( } } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479321,6 +280208,7 @@ public static void GetFramebufferAttachmentParameterOES( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetFramebufferAttachmentParameterOES(target, attachment, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferParameterAMD( [NativeTypeName("GLenum")] uint target, @@ -479341,7 +280229,6 @@ _slots[948] is not null and var loadedFnPtr ) )(target, pname, numsamples, pixelindex, size, values); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFramebufferParameterAMD( @@ -479353,6 +280240,8 @@ public static void GetFramebufferParameterAMD( [NativeTypeName("GLfloat *")] float* values ) => ThisThread.GetFramebufferParameterAMD(target, pname, numsamples, pixelindex, size, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferParameterAMD( [NativeTypeName("GLenum")] Constant target, @@ -479376,7 +280265,6 @@ void IGL.GetFramebufferParameterAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479389,6 +280277,7 @@ public static void GetFramebufferParameterAMD( [NativeTypeName("GLfloat *")] Ref values ) => ThisThread.GetFramebufferParameterAMD(target, pname, numsamples, pixelindex, size, values); + [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferParameter( [NativeTypeName("GLenum")] uint target, @@ -479406,28 +280295,6 @@ _slots[949] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFramebufferParameter( @@ -479436,6 +280303,8 @@ public static void GetFramebufferParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetFramebufferParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferParameter( [NativeTypeName("GLenum")] Constant target, @@ -479449,28 +280318,6 @@ void IGL.GetFramebufferParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479480,6 +280327,7 @@ public static void GetFramebufferParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetFramebufferParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -479497,8 +280345,6 @@ _slots[950] is not null and var loadedFnPtr ) )(framebuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFramebufferParameterEXT( @@ -479507,6 +280353,8 @@ public static void GetFramebufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetFramebufferParameterEXT(framebuffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -479520,8 +280368,6 @@ void IGL.GetFramebufferParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479531,6 +280377,7 @@ public static void GetFramebufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetFramebufferParameterEXT(framebuffer, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferParameterMESA( [NativeTypeName("GLenum")] uint target, @@ -479548,9 +280395,6 @@ _slots[951] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetFramebufferParameterMESA( @@ -479559,6 +280403,8 @@ public static void GetFramebufferParameterMESA( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetFramebufferParameterMESA(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetFramebufferParameterMESA( [NativeTypeName("GLenum")] Constant target, @@ -479572,9 +280418,6 @@ void IGL.GetFramebufferParameterMESA( } } - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479584,6 +280427,8 @@ public static void GetFramebufferParameterMESA( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetFramebufferParameterMESA(target, pname, @params); + [return: NativeTypeName("GLsizei")] + [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetFramebufferPixelLocalStorageSizeEXT([NativeTypeName("GLuint")] uint target) => ( @@ -479598,20 +280443,21 @@ _slots[952] is not null and var loadedFnPtr )(target); [return: NativeTypeName("GLsizei")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetFramebufferPixelLocalStorageSizeEXT( [NativeTypeName("GLuint")] uint target ) => ThisThread.GetFramebufferPixelLocalStorageSizeEXT(target); + [return: NativeTypeName("GLsizei")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetFramebufferPixelLocalStorageSizeEXT( [NativeTypeName("GLuint")] Constant target ) => (uint)((IGL)this).GetFramebufferPixelLocalStorageSizeEXT((uint)target); [return: NativeTypeName("GLsizei")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479619,43 +280465,39 @@ public static uint GetFramebufferPixelLocalStorageSizeEXT( [NativeTypeName("GLuint")] Constant target ) => ThisThread.GetFramebufferPixelLocalStorageSizeEXT(target); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IGL.GetGraphicsResetStatus() => (Constant)(uint)((IGL)this).GetGraphicsResetStatusRaw(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Constant GetGraphicsResetStatus() => ThisThread.GetGraphicsResetStatus(); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IGL.GetGraphicsResetStatusARB() => (Constant) - (uint)((IGL)this).GetGraphicsResetStatusARBRaw(); + (uint)((IGL)this).GetGraphicsResetStatusARBRawARB(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Constant GetGraphicsResetStatusARB() => ThisThread.GetGraphicsResetStatusARB(); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.GetGraphicsResetStatusARBRaw() => + uint IGL.GetGraphicsResetStatusARBRawARB() => ( (delegate* unmanaged)( _slots[954] is not null and var loadedFnPtr @@ -479668,28 +280510,30 @@ _slots[954] is not null and var loadedFnPtr )(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint GetGraphicsResetStatusARBRaw() => ThisThread.GetGraphicsResetStatusARBRaw(); + public static uint GetGraphicsResetStatusARBRawARB() => + ThisThread.GetGraphicsResetStatusARBRawARB(); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IGL.GetGraphicsResetStatusEXT() => (Constant) - (uint)((IGL)this).GetGraphicsResetStatusEXTRaw(); + (uint)((IGL)this).GetGraphicsResetStatusEXTRawEXT(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Constant GetGraphicsResetStatusEXT() => ThisThread.GetGraphicsResetStatusEXT(); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.GetGraphicsResetStatusEXTRaw() => + uint IGL.GetGraphicsResetStatusEXTRawEXT() => ( (delegate* unmanaged)( _slots[955] is not null and var loadedFnPtr @@ -479702,27 +280546,30 @@ _slots[955] is not null and var loadedFnPtr )(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint GetGraphicsResetStatusEXTRaw() => ThisThread.GetGraphicsResetStatusEXTRaw(); + public static uint GetGraphicsResetStatusEXTRawEXT() => + ThisThread.GetGraphicsResetStatusEXTRawEXT(); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Constant IGL.GetGraphicsResetStatusKHR() => (Constant) - (uint)((IGL)this).GetGraphicsResetStatusKHRRaw(); + (uint)((IGL)this).GetGraphicsResetStatusKHRRawKHR(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Constant GetGraphicsResetStatusKHR() => ThisThread.GetGraphicsResetStatusKHR(); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.GetGraphicsResetStatusKHRRaw() => + uint IGL.GetGraphicsResetStatusKHRRawKHR() => ( (delegate* unmanaged)( _slots[956] is not null and var loadedFnPtr @@ -479735,11 +280582,13 @@ _slots[956] is not null and var loadedFnPtr )(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint GetGraphicsResetStatusKHRRaw() => ThisThread.GetGraphicsResetStatusKHRRaw(); + public static uint GetGraphicsResetStatusKHRRawKHR() => + ThisThread.GetGraphicsResetStatusKHRRawKHR(); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetGraphicsResetStatusRaw() => ( @@ -479751,20 +280600,12 @@ _slots[953] is not null and var loadedFnPtr )(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetGraphicsResetStatusRaw() => ThisThread.GetGraphicsResetStatusRaw(); + [return: NativeTypeName("GLhandleARB")] + [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetHandleARB([NativeTypeName("GLenum")] uint pname) => ( @@ -479776,18 +280617,19 @@ _slots[957] is not null and var loadedFnPtr )(pname); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetHandleARB([NativeTypeName("GLenum")] uint pname) => ThisThread.GetHandleARB(pname); + [return: NativeTypeName("GLhandleARB")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetHandleARB([NativeTypeName("GLenum")] Constant pname) => (uint)((IGL)this).GetHandleARB((uint)pname); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479795,6 +280637,7 @@ public static uint GetHandleARB( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetHandleARB(pname); + [NativeFunction("opengl", EntryPoint = "glGetHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogram( [NativeTypeName("GLenum")] uint target, @@ -479811,7 +280654,6 @@ _slots[958] is not null and var loadedFnPtr ) )(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetHistogram( @@ -479822,6 +280664,8 @@ public static void GetHistogram( void* values ) => ThisThread.GetHistogram(target, reset, format, type, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogram( [NativeTypeName("GLenum")] Constant target, @@ -479843,7 +280687,6 @@ Ref values } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479855,6 +280698,7 @@ public static void GetHistogram( Ref values ) => ThisThread.GetHistogram(target, reset, format, type, values); + [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogramEXT( [NativeTypeName("GLenum")] uint target, @@ -479871,7 +280715,6 @@ _slots[959] is not null and var loadedFnPtr ) )(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetHistogramEXT( @@ -479882,6 +280725,8 @@ public static void GetHistogramEXT( void* values ) => ThisThread.GetHistogramEXT(target, reset, format, type, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogramEXT( [NativeTypeName("GLenum")] Constant target, @@ -479903,7 +280748,6 @@ Ref values } } - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479915,6 +280759,7 @@ public static void GetHistogramEXT( Ref values ) => ThisThread.GetHistogramEXT(target, reset, format, type, values); + [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogramParameter( [NativeTypeName("GLenum")] uint target, @@ -479932,7 +280777,6 @@ _slots[960] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetHistogramParameter( @@ -479941,6 +280785,8 @@ public static void GetHistogramParameter( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetHistogramParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogramParameter( [NativeTypeName("GLenum")] Constant target, @@ -479954,7 +280800,6 @@ void IGL.GetHistogramParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -479964,6 +280809,7 @@ public static void GetHistogramParameter( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetHistogramParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogramParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -479981,7 +280827,6 @@ _slots[961] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetHistogramParameterEXT( @@ -479990,6 +280835,8 @@ public static void GetHistogramParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetHistogramParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogramParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -480003,7 +280850,6 @@ void IGL.GetHistogramParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480013,6 +280859,7 @@ public static void GetHistogramParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetHistogramParameterEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogramParameter( [NativeTypeName("GLenum")] uint target, @@ -480030,7 +280877,6 @@ _slots[962] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetHistogramParameter( @@ -480039,6 +280885,8 @@ public static void GetHistogramParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetHistogramParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogramParameter( [NativeTypeName("GLenum")] Constant target, @@ -480052,7 +280900,6 @@ void IGL.GetHistogramParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480062,6 +280909,7 @@ public static void GetHistogramParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetHistogramParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogramParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -480079,7 +280927,6 @@ _slots[963] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetHistogramParameterEXT( @@ -480088,6 +280935,8 @@ public static void GetHistogramParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetHistogramParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogramParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -480101,7 +280950,6 @@ void IGL.GetHistogramParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480111,6 +280959,7 @@ public static void GetHistogramParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetHistogramParameterEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogramParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -480128,7 +280977,6 @@ _slots[964] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetHistogramParameterxOES( @@ -480137,6 +280985,8 @@ public static void GetHistogramParameterxOES( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetHistogramParameterxOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetHistogramParameterxOES( [NativeTypeName("GLenum")] Constant target, @@ -480150,7 +281000,6 @@ void IGL.GetHistogramParameterxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480160,6 +281009,8 @@ public static void GetHistogramParameterxOES( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetHistogramParameterxOES(target, pname, @params); + [return: NativeTypeName("GLuint64")] + [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetImageHandleARB( [NativeTypeName("GLuint")] uint texture, @@ -480177,8 +281028,6 @@ _slots[965] is not null and var loadedFnPtr )(texture, level, layered, layer, format); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetImageHandleARB( @@ -480189,6 +281038,9 @@ public static ulong GetImageHandleARB( [NativeTypeName("GLenum")] uint format ) => ThisThread.GetImageHandleARB(texture, level, layered, layer, format); + [return: NativeTypeName("GLuint64")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetImageHandleARB( [NativeTypeName("GLuint")] uint texture, @@ -480199,8 +281051,6 @@ ulong IGL.GetImageHandleARB( ) => (ulong)((IGL)this).GetImageHandleARB(texture, level, (uint)layered, layer, (uint)format); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480212,6 +281062,8 @@ public static ulong GetImageHandleARB( [NativeTypeName("GLenum")] Constant format ) => ThisThread.GetImageHandleARB(texture, level, layered, layer, format); + [return: NativeTypeName("GLuint64")] + [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetImageHandleNV( [NativeTypeName("GLuint")] uint texture, @@ -480229,9 +281081,6 @@ _slots[966] is not null and var loadedFnPtr )(texture, level, layered, layer, format); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetImageHandleNV( @@ -480242,6 +281091,9 @@ public static ulong GetImageHandleNV( [NativeTypeName("GLenum")] uint format ) => ThisThread.GetImageHandleNV(texture, level, layered, layer, format); + [return: NativeTypeName("GLuint64")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetImageHandleNV( [NativeTypeName("GLuint")] uint texture, @@ -480252,9 +281104,6 @@ ulong IGL.GetImageHandleNV( ) => (ulong)((IGL)this).GetImageHandleNV(texture, level, (uint)layered, layer, (uint)format); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480266,6 +281115,7 @@ public static ulong GetImageHandleNV( [NativeTypeName("GLenum")] Constant format ) => ThisThread.GetImageHandleNV(texture, level, layered, layer, format); + [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -480283,7 +281133,6 @@ _slots[967] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetImageTransformParameterHP( @@ -480292,6 +281141,8 @@ public static void GetImageTransformParameterHP( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetImageTransformParameterHP(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetImageTransformParameterHP( [NativeTypeName("GLenum")] Constant target, @@ -480305,7 +281156,6 @@ void IGL.GetImageTransformParameterHP( } } - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480315,6 +281165,7 @@ public static void GetImageTransformParameterHP( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetImageTransformParameterHP(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -480332,7 +281183,6 @@ _slots[968] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetImageTransformParameterHP( @@ -480341,6 +281191,8 @@ public static void GetImageTransformParameterHP( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetImageTransformParameterHP(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetImageTransformParameterHP( [NativeTypeName("GLenum")] Constant target, @@ -480354,7 +281206,6 @@ void IGL.GetImageTransformParameterHP( } } - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480364,6 +281215,7 @@ public static void GetImageTransformParameterHP( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetImageTransformParameterHP(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInfoLogARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -480379,7 +281231,6 @@ _slots[969] is not null and var loadedFnPtr ) )(obj, maxLength, length, infoLog); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInfoLogARB( @@ -480389,6 +281240,8 @@ public static void GetInfoLogARB( [NativeTypeName("GLcharARB *")] sbyte* infoLog ) => ThisThread.GetInfoLogARB(obj, maxLength, length, infoLog); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInfoLogARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -480404,7 +281257,6 @@ void IGL.GetInfoLogARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480415,6 +281267,8 @@ public static void GetInfoLogARB( [NativeTypeName("GLcharARB *")] Ref infoLog ) => ThisThread.GetInfoLogARB(obj, maxLength, length, infoLog); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetInfoLogARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -480429,7 +281283,6 @@ sbyte IGL.GetInfoLogARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480438,6 +281291,8 @@ public static sbyte GetInfoLogARB( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetInfoLogARB(obj, length); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetInstrumentsSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetInstrumentsSGIX() => ( @@ -480449,11 +281304,11 @@ _slots[970] is not null and var loadedFnPtr )(); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glGetInstrumentsSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetInstrumentsSGIX() => ThisThread.GetInstrumentsSGIX(); + [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInteger64( [NativeTypeName("GLenum")] uint target, @@ -480468,36 +281323,6 @@ _slots[971] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInteger64( @@ -480506,6 +281331,8 @@ public static void GetInteger64( [NativeTypeName("GLint64 *")] long* data ) => ThisThread.GetInteger64(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInteger64( [NativeTypeName("GLenum")] Constant target, @@ -480519,36 +281346,6 @@ void IGL.GetInteger64( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480558,6 +281355,7 @@ public static void GetInteger64( [NativeTypeName("GLint64 *")] Ref data ) => ThisThread.GetInteger64(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInteger64( [NativeTypeName("GLenum")] uint pname, @@ -480571,38 +281369,6 @@ _slots[972] is not null and var loadedFnPtr ) )(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInteger64( @@ -480610,6 +281376,8 @@ public static void GetInteger64( [NativeTypeName("GLint64 *")] long* data ) => ThisThread.GetInteger64(pname, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInteger64( [NativeTypeName("GLenum")] Constant pname, @@ -480622,38 +281390,6 @@ void IGL.GetInteger64( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480662,8 +281398,9 @@ public static void GetInteger64( [NativeTypeName("GLint64 *")] Ref data ) => ThisThread.GetInteger64(pname, data); + [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetInteger64Apple( + void IGL.GetInteger64APPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* @params ) => @@ -480675,37 +281412,36 @@ _slots[973] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetInteger64Apple( + public static void GetInteger64APPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* @params - ) => ThisThread.GetInteger64Apple(pname, @params); + ) => ThisThread.GetInteger64APPLE(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetInteger64Apple( + void IGL.GetInteger64APPLE( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint64 *")] Ref @params ) { fixed (long* __dsl_params = @params) { - ((IGL)this).GetInteger64Apple((uint)pname, __dsl_params); + ((IGL)this).GetInteger64APPLE((uint)pname, __dsl_params); } } - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetInteger64Apple( + public static void GetInteger64APPLE( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint64 *")] Ref @params - ) => ThisThread.GetInteger64Apple(pname, @params); + ) => ThisThread.GetInteger64APPLE(pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInteger64EXT( [NativeTypeName("GLenum")] uint pname, @@ -480719,7 +281455,6 @@ _slots[974] is not null and var loadedFnPtr ) )(pname, data); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInteger64EXT( @@ -480727,6 +281462,8 @@ public static void GetInteger64EXT( [NativeTypeName("GLint64 *")] long* data ) => ThisThread.GetInteger64EXT(pname, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInteger64EXT( [NativeTypeName("GLenum")] Constant pname, @@ -480739,7 +281476,6 @@ void IGL.GetInteger64EXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480748,6 +281484,7 @@ public static void GetInteger64EXT( [NativeTypeName("GLint64 *")] Ref data ) => ThisThread.GetInteger64EXT(pname, data); + [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInteger( [NativeTypeName("GLenum")] uint target, @@ -480762,42 +281499,6 @@ _slots[975] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInteger( @@ -480806,6 +281507,8 @@ public static void GetInteger( [NativeTypeName("GLint *")] int* data ) => ThisThread.GetInteger(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInteger( [NativeTypeName("GLenum")] Constant target, @@ -480819,42 +281522,6 @@ void IGL.GetInteger( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480864,6 +281531,7 @@ public static void GetInteger( [NativeTypeName("GLint *")] Ref data ) => ThisThread.GetInteger(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetIntegerEXT( [NativeTypeName("GLenum")] uint target, @@ -480878,7 +281546,6 @@ _slots[976] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetIntegerEXT( @@ -480887,6 +281554,8 @@ public static void GetIntegerEXT( [NativeTypeName("GLint *")] int* data ) => ThisThread.GetIntegerEXT(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetIntegerEXT( [NativeTypeName("GLenum")] Constant target, @@ -480900,7 +281569,6 @@ void IGL.GetIntegerEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480910,6 +281578,7 @@ public static void GetIntegerEXT( [NativeTypeName("GLint *")] Ref data ) => ThisThread.GetIntegerEXT(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetIntegerIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -480924,8 +281593,6 @@ _slots[977] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetIntegerIndexedEXT( @@ -480934,6 +281601,8 @@ public static void GetIntegerIndexedEXT( [NativeTypeName("GLint *")] int* data ) => ThisThread.GetIntegerIndexedEXT(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetIntegerIndexedEXT( [NativeTypeName("GLenum")] Constant target, @@ -480947,8 +281616,6 @@ void IGL.GetIntegerIndexedEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -480958,6 +281625,7 @@ public static void GetIntegerIndexedEXT( [NativeTypeName("GLint *")] Ref data ) => ThisThread.GetIntegerIndexedEXT(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetIntegerui64NV( [NativeTypeName("GLenum")] uint value, @@ -480972,8 +281640,6 @@ _slots[978] is not null and var loadedFnPtr ) )(value, index, result); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetIntegerui64NV( @@ -480982,6 +281648,8 @@ public static void GetIntegerui64NV( [NativeTypeName("GLuint64EXT *")] ulong* result ) => ThisThread.GetIntegerui64NV(value, index, result); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetIntegerui64NV( [NativeTypeName("GLenum")] uint value, @@ -480995,8 +281663,6 @@ void IGL.GetIntegerui64NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481006,6 +281672,8 @@ public static void GetIntegerui64NV( [NativeTypeName("GLuint64EXT *")] Ref result ) => ThisThread.GetIntegerui64NV(value, index, result); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetIntegerui64NV([NativeTypeName("GLuint")] uint index) { @@ -481014,14 +281682,13 @@ ulong IGL.GetIntegerui64NV([NativeTypeName("GLuint")] uint index) return result; } - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetIntegerui64NV([NativeTypeName("GLuint")] uint index) => ThisThread.GetIntegerui64NV(index); + [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetIntegerNV( [NativeTypeName("GLenum")] uint value, @@ -481035,8 +281702,6 @@ _slots[979] is not null and var loadedFnPtr ) )(value, result); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetIntegerNV( @@ -481044,6 +281709,8 @@ public static void GetIntegerNV( [NativeTypeName("GLuint64EXT *")] ulong* result ) => ThisThread.GetIntegerNV(value, result); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetIntegerNV( [NativeTypeName("GLenum")] uint value, @@ -481056,8 +281723,6 @@ void IGL.GetIntegerNV( } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481066,6 +281731,8 @@ public static void GetIntegerNV( [NativeTypeName("GLuint64EXT *")] Ref result ) => ThisThread.GetIntegerNV(value, result); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetIntegerNV() { @@ -481074,13 +281741,12 @@ ulong IGL.GetIntegerNV() return result; } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetIntegerNV() => ThisThread.GetIntegerNV(); + [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInteger( [NativeTypeName("GLenum")] uint pname, @@ -481094,62 +281760,6 @@ _slots[980] is not null and var loadedFnPtr ) )(pname, data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInteger( @@ -481157,6 +281767,8 @@ public static void GetInteger( [NativeTypeName("GLint *")] int* data ) => ThisThread.GetInteger(pname, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInteger( [NativeTypeName("GLenum")] Constant pname, @@ -481169,62 +281781,6 @@ void IGL.GetInteger( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481233,8 +281789,9 @@ public static void GetInteger( [NativeTypeName("GLint *")] Ref data ) => ThisThread.GetInteger(pname, data); + [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetInternalformati64V( + void IGL.GetInternalformati64v( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLenum")] uint pname, @@ -481249,40 +281806,20 @@ _slots[981] is not null and var loadedFnPtr ) )(target, internalformat, pname, count, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetInternalformati64V( + public static void GetInternalformati64v( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLint64 *")] long* @params - ) => ThisThread.GetInternalformati64V(target, internalformat, pname, count, @params); + ) => ThisThread.GetInternalformati64v(target, internalformat, pname, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetInternalformati64V( + void IGL.GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname, @@ -481292,7 +281829,7 @@ void IGL.GetInternalformati64V( { fixed (long* __dsl_params = @params) { - ((IGL)this).GetInternalformati64V( + ((IGL)this).GetInternalformati64v( (uint)target, (uint)internalformat, (uint)pname, @@ -481302,48 +281839,28 @@ void IGL.GetInternalformati64V( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetInternalformati64V( + public static void GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLint64 *")] Ref @params - ) => ThisThread.GetInternalformati64V(target, internalformat, pname, count, @params); + ) => ThisThread.GetInternalformati64v(target, internalformat, pname, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - long IGL.GetInternalformati64V( + long IGL.GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname ) { long @params = default; - ((IGL)this).GetInternalformati64V( + ((IGL)this).GetInternalformati64v( (uint)target, (uint)internalformat, (uint)pname, @@ -481353,37 +281870,16 @@ long IGL.GetInternalformati64V( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static long GetInternalformati64V( + public static long GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname - ) => ThisThread.GetInternalformati64V(target, internalformat, pname); + ) => ThisThread.GetInternalformati64v(target, internalformat, pname); + [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInternalformat( [NativeTypeName("GLenum")] uint target, @@ -481400,30 +281896,6 @@ _slots[982] is not null and var loadedFnPtr ) )(target, internalformat, pname, count, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInternalformat( @@ -481434,6 +281906,8 @@ public static void GetInternalformat( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetInternalformat(target, internalformat, pname, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInternalformat( [NativeTypeName("GLenum")] Constant target, @@ -481455,30 +281929,6 @@ void IGL.GetInternalformat( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481490,6 +281940,8 @@ public static void GetInternalformat( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetInternalformat(target, internalformat, pname, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetInternalformat( [NativeTypeName("GLenum")] Constant target, @@ -481508,30 +281960,6 @@ int IGL.GetInternalformat( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481541,6 +281969,7 @@ public static int GetInternalformat( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetInternalformat(target, internalformat, pname); + [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInternalformatSampleNV( [NativeTypeName("GLenum")] uint target, @@ -481561,9 +281990,6 @@ _slots[983] is not null and var loadedFnPtr ) )(target, internalformat, samples, pname, count, @params); - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInternalformatSampleNV( @@ -481583,6 +282009,8 @@ public static void GetInternalformatSampleNV( @params ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInternalformatSampleNV( [NativeTypeName("GLenum")] Constant target, @@ -481606,9 +282034,6 @@ void IGL.GetInternalformatSampleNV( } } - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481629,6 +282054,8 @@ public static void GetInternalformatSampleNV( @params ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetInternalformatSampleNV( [NativeTypeName("GLenum")] Constant target, @@ -481649,9 +282076,6 @@ int IGL.GetInternalformatSampleNV( return @params; } - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481662,6 +282086,7 @@ public static int GetInternalformatSampleNV( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetInternalformatSampleNV(target, internalformat, samples, pname); + [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInvariantBooleanEXT( [NativeTypeName("GLuint")] uint id, @@ -481679,7 +282104,6 @@ _slots[984] is not null and var loadedFnPtr ) )(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInvariantBooleanEXT( @@ -481688,6 +282112,8 @@ public static void GetInvariantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ) => ThisThread.GetInvariantBooleanEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInvariantBooleanEXT( [NativeTypeName("GLuint")] uint id, @@ -481701,7 +282127,6 @@ void IGL.GetInvariantBooleanEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481711,6 +282136,8 @@ public static void GetInvariantBooleanEXT( [NativeTypeName("GLboolean *")] Ref data ) => ThisThread.GetInvariantBooleanEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetInvariantBooleanEXT( [NativeTypeName("GLenum")] Constant value @@ -481721,7 +282148,6 @@ uint IGL.GetInvariantBooleanEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481729,6 +282155,7 @@ public static uint GetInvariantBooleanEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.GetInvariantBooleanEXT(value); + [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInvariantFloatEXT( [NativeTypeName("GLuint")] uint id, @@ -481743,7 +282170,6 @@ _slots[985] is not null and var loadedFnPtr ) )(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInvariantFloatEXT( @@ -481752,6 +282178,8 @@ public static void GetInvariantFloatEXT( [NativeTypeName("GLfloat *")] float* data ) => ThisThread.GetInvariantFloatEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInvariantFloatEXT( [NativeTypeName("GLuint")] uint id, @@ -481765,7 +282193,6 @@ void IGL.GetInvariantFloatEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481775,6 +282202,8 @@ public static void GetInvariantFloatEXT( [NativeTypeName("GLfloat *")] Ref data ) => ThisThread.GetInvariantFloatEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetInvariantFloatEXT( [NativeTypeName("GLenum")] Constant value @@ -481785,7 +282214,6 @@ float IGL.GetInvariantFloatEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481793,6 +282221,7 @@ public static float GetInvariantFloatEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.GetInvariantFloatEXT(value); + [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInvariantIntegerEXT( [NativeTypeName("GLuint")] uint id, @@ -481810,7 +282239,6 @@ _slots[986] is not null and var loadedFnPtr ) )(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetInvariantIntegerEXT( @@ -481819,6 +282247,8 @@ public static void GetInvariantIntegerEXT( [NativeTypeName("GLint *")] int* data ) => ThisThread.GetInvariantIntegerEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetInvariantIntegerEXT( [NativeTypeName("GLuint")] uint id, @@ -481832,7 +282262,6 @@ void IGL.GetInvariantIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481842,6 +282271,8 @@ public static void GetInvariantIntegerEXT( [NativeTypeName("GLint *")] Ref data ) => ThisThread.GetInvariantIntegerEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetInvariantIntegerEXT( [NativeTypeName("GLenum")] Constant value @@ -481852,7 +282283,6 @@ int IGL.GetInvariantIntegerEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481860,6 +282290,7 @@ public static int GetInvariantIntegerEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.GetInvariantIntegerEXT(value); + [NativeFunction("opengl", EntryPoint = "glGetLightfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLight( [NativeTypeName("GLenum")] uint light, @@ -481874,32 +282305,6 @@ _slots[987] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetLightfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetLight( @@ -481908,6 +282313,8 @@ public static void GetLight( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetLight(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetLightfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLight( [NativeTypeName("GLenum")] Constant light, @@ -481921,32 +282328,6 @@ void IGL.GetLight( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -481956,6 +282337,7 @@ public static void GetLight( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetLight(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetLightiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLight( [NativeTypeName("GLenum")] uint light, @@ -481970,31 +282352,6 @@ _slots[988] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetLightiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetLight( @@ -482003,6 +282360,8 @@ public static void GetLight( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetLight(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetLightiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLight( [NativeTypeName("GLenum")] Constant light, @@ -482016,31 +282375,6 @@ void IGL.GetLight( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482050,6 +282384,7 @@ public static void GetLight( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetLight(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLightxOES( [NativeTypeName("GLenum")] uint light, @@ -482064,7 +282399,6 @@ _slots[989] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetLightxOES( @@ -482073,6 +282407,8 @@ public static void GetLightxOES( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetLightxOES(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLightxOES( [NativeTypeName("GLenum")] Constant light, @@ -482086,7 +282422,6 @@ void IGL.GetLightxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482096,6 +282431,7 @@ public static void GetLightxOES( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetLightxOES(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetLightxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLightx( [NativeTypeName("GLenum")] uint light, @@ -482110,7 +282446,6 @@ _slots[990] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetLightxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetLightx( @@ -482119,6 +282454,8 @@ public static void GetLightx( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetLightx(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetLightxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLightx( [NativeTypeName("GLenum")] Constant light, @@ -482132,7 +282469,6 @@ void IGL.GetLightx( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482142,6 +282478,7 @@ public static void GetLightx( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetLightx(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLightxvOES( [NativeTypeName("GLenum")] uint light, @@ -482156,7 +282493,6 @@ _slots[991] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetLightxvOES( @@ -482165,6 +282501,8 @@ public static void GetLightxvOES( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetLightxvOES(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLightxvOES( [NativeTypeName("GLenum")] Constant light, @@ -482178,7 +282516,6 @@ void IGL.GetLightxvOES( } } - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482188,6 +282525,7 @@ public static void GetLightxvOES( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetLightxvOES(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -482202,7 +282540,6 @@ _slots[992] is not null and var loadedFnPtr ) )(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListParameterSGIX( @@ -482211,6 +282548,8 @@ public static void GetListParameterSGIX( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetListParameterSGIX(list, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -482224,7 +282563,6 @@ void IGL.GetListParameterSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482234,6 +282572,7 @@ public static void GetListParameterSGIX( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetListParameterSGIX(list, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -482248,7 +282587,6 @@ _slots[993] is not null and var loadedFnPtr ) )(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetListParameterSGIX( @@ -482257,6 +282595,8 @@ public static void GetListParameterSGIX( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetListParameterSGIX(list, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -482270,7 +282610,6 @@ void IGL.GetListParameterSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482280,6 +282619,7 @@ public static void GetListParameterSGIX( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetListParameterSGIX(list, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLocalConstantBooleanEXT( [NativeTypeName("GLuint")] uint id, @@ -482297,7 +282637,6 @@ _slots[994] is not null and var loadedFnPtr ) )(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetLocalConstantBooleanEXT( @@ -482306,6 +282645,8 @@ public static void GetLocalConstantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ) => ThisThread.GetLocalConstantBooleanEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLocalConstantBooleanEXT( [NativeTypeName("GLuint")] uint id, @@ -482319,7 +282660,6 @@ void IGL.GetLocalConstantBooleanEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482329,6 +282669,8 @@ public static void GetLocalConstantBooleanEXT( [NativeTypeName("GLboolean *")] Ref data ) => ThisThread.GetLocalConstantBooleanEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetLocalConstantBooleanEXT( [NativeTypeName("GLenum")] Constant value @@ -482339,7 +282681,6 @@ uint IGL.GetLocalConstantBooleanEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482347,6 +282688,7 @@ public static uint GetLocalConstantBooleanEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.GetLocalConstantBooleanEXT(value); + [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLocalConstantFloatEXT( [NativeTypeName("GLuint")] uint id, @@ -482364,7 +282706,6 @@ _slots[995] is not null and var loadedFnPtr ) )(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetLocalConstantFloatEXT( @@ -482373,6 +282714,8 @@ public static void GetLocalConstantFloatEXT( [NativeTypeName("GLfloat *")] float* data ) => ThisThread.GetLocalConstantFloatEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLocalConstantFloatEXT( [NativeTypeName("GLuint")] uint id, @@ -482386,7 +282729,6 @@ void IGL.GetLocalConstantFloatEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482396,6 +282738,8 @@ public static void GetLocalConstantFloatEXT( [NativeTypeName("GLfloat *")] Ref data ) => ThisThread.GetLocalConstantFloatEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetLocalConstantFloatEXT( [NativeTypeName("GLenum")] Constant value @@ -482406,7 +282750,6 @@ float IGL.GetLocalConstantFloatEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482414,6 +282757,7 @@ public static float GetLocalConstantFloatEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.GetLocalConstantFloatEXT(value); + [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLocalConstantIntegerEXT( [NativeTypeName("GLuint")] uint id, @@ -482431,7 +282775,6 @@ _slots[996] is not null and var loadedFnPtr ) )(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetLocalConstantIntegerEXT( @@ -482440,6 +282783,8 @@ public static void GetLocalConstantIntegerEXT( [NativeTypeName("GLint *")] int* data ) => ThisThread.GetLocalConstantIntegerEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetLocalConstantIntegerEXT( [NativeTypeName("GLuint")] uint id, @@ -482453,7 +282798,6 @@ void IGL.GetLocalConstantIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482463,6 +282807,8 @@ public static void GetLocalConstantIntegerEXT( [NativeTypeName("GLint *")] Ref data ) => ThisThread.GetLocalConstantIntegerEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetLocalConstantIntegerEXT( [NativeTypeName("GLenum")] Constant value @@ -482473,7 +282819,6 @@ int IGL.GetLocalConstantIntegerEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482481,6 +282826,7 @@ public static int GetLocalConstantIntegerEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.GetLocalConstantIntegerEXT(value); + [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMapAttribParameterNV( [NativeTypeName("GLenum")] uint target, @@ -482499,7 +282845,6 @@ _slots[997] is not null and var loadedFnPtr ) )(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMapAttribParameterNV( @@ -482509,6 +282854,8 @@ public static void GetMapAttribParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetMapAttribParameterNV(target, index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMapAttribParameterNV( [NativeTypeName("GLenum")] Constant target, @@ -482523,7 +282870,6 @@ void IGL.GetMapAttribParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482534,6 +282880,7 @@ public static void GetMapAttribParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetMapAttribParameterNV(target, index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMapAttribParameterNV( [NativeTypeName("GLenum")] uint target, @@ -482552,7 +282899,6 @@ _slots[998] is not null and var loadedFnPtr ) )(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMapAttribParameterNV( @@ -482562,6 +282908,8 @@ public static void GetMapAttribParameterNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetMapAttribParameterNV(target, index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMapAttribParameterNV( [NativeTypeName("GLenum")] Constant target, @@ -482576,7 +282924,6 @@ void IGL.GetMapAttribParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482587,6 +282934,7 @@ public static void GetMapAttribParameterNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetMapAttribParameterNV(target, index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMapControlPointsNV( [NativeTypeName("GLenum")] uint target, @@ -482605,7 +282953,6 @@ _slots[999] is not null and var loadedFnPtr ) )(target, index, type, ustride, vstride, packed, points); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMapControlPointsNV( @@ -482618,6 +282965,8 @@ public static void GetMapControlPointsNV( void* points ) => ThisThread.GetMapControlPointsNV(target, index, type, ustride, vstride, packed, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMapControlPointsNV( [NativeTypeName("GLenum")] Constant target, @@ -482643,7 +282992,6 @@ Ref points } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482657,6 +283005,7 @@ public static void GetMapControlPointsNV( Ref points ) => ThisThread.GetMapControlPointsNV(target, index, type, ustride, vstride, packed, points); + [NativeFunction("opengl", EntryPoint = "glGetMapdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMap( [NativeTypeName("GLenum")] uint target, @@ -482671,31 +283020,6 @@ _slots[1000] is not null and var loadedFnPtr ) )(target, query, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMap( @@ -482704,6 +283028,8 @@ public static void GetMap( [NativeTypeName("GLdouble *")] double* v ) => ThisThread.GetMap(target, query, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMapdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMap( [NativeTypeName("GLenum")] Constant target, @@ -482717,31 +283043,6 @@ void IGL.GetMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482751,6 +283052,7 @@ public static void GetMap( [NativeTypeName("GLdouble *")] Ref v ) => ThisThread.GetMap(target, query, v); + [NativeFunction("opengl", EntryPoint = "glGetMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMap( [NativeTypeName("GLenum")] uint target, @@ -482765,31 +283067,6 @@ _slots[1001] is not null and var loadedFnPtr ) )(target, query, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMap( @@ -482798,6 +283075,8 @@ public static void GetMap( [NativeTypeName("GLfloat *")] float* v ) => ThisThread.GetMap(target, query, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMap( [NativeTypeName("GLenum")] Constant target, @@ -482811,31 +283090,6 @@ void IGL.GetMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482845,6 +283099,7 @@ public static void GetMap( [NativeTypeName("GLfloat *")] Ref v ) => ThisThread.GetMap(target, query, v); + [NativeFunction("opengl", EntryPoint = "glGetMapiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMap( [NativeTypeName("GLenum")] uint target, @@ -482859,31 +283114,6 @@ _slots[1002] is not null and var loadedFnPtr ) )(target, query, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMap( @@ -482892,6 +283122,8 @@ public static void GetMap( [NativeTypeName("GLint *")] int* v ) => ThisThread.GetMap(target, query, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMapiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMap( [NativeTypeName("GLenum")] Constant target, @@ -482905,31 +283137,6 @@ void IGL.GetMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482939,6 +283146,7 @@ public static void GetMap( [NativeTypeName("GLint *")] Ref v ) => ThisThread.GetMap(target, query, v); + [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMapParameterNV( [NativeTypeName("GLenum")] uint target, @@ -482953,7 +283161,6 @@ _slots[1003] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMapParameterNV( @@ -482962,6 +283169,8 @@ public static void GetMapParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetMapParameterNV(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMapParameterNV( [NativeTypeName("GLenum")] Constant target, @@ -482975,7 +283184,6 @@ void IGL.GetMapParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -482985,6 +283193,7 @@ public static void GetMapParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetMapParameterNV(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMapParameterNV( [NativeTypeName("GLenum")] uint target, @@ -482999,7 +283208,6 @@ _slots[1004] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMapParameterNV( @@ -483008,6 +283216,8 @@ public static void GetMapParameterNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetMapParameterNV(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMapParameterNV( [NativeTypeName("GLenum")] Constant target, @@ -483021,7 +283231,6 @@ void IGL.GetMapParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483031,6 +283240,7 @@ public static void GetMapParameterNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetMapParameterNV(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMapxOES( [NativeTypeName("GLenum")] uint target, @@ -483045,7 +283255,6 @@ _slots[1005] is not null and var loadedFnPtr ) )(target, query, v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMapxOES( @@ -483054,6 +283263,8 @@ public static void GetMapxOES( [NativeTypeName("GLfixed *")] int* v ) => ThisThread.GetMapxOES(target, query, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMapxOES( [NativeTypeName("GLenum")] Constant target, @@ -483067,7 +283278,6 @@ void IGL.GetMapxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483077,6 +283287,7 @@ public static void GetMapxOES( [NativeTypeName("GLfixed *")] Ref v ) => ThisThread.GetMapxOES(target, query, v); + [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMaterial( [NativeTypeName("GLenum")] uint face, @@ -483091,32 +283302,6 @@ _slots[1006] is not null and var loadedFnPtr ) )(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMaterial( @@ -483125,6 +283310,8 @@ public static void GetMaterial( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetMaterial(face, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMaterial( [NativeTypeName("GLenum")] Constant face, @@ -483138,32 +283325,6 @@ void IGL.GetMaterial( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483173,6 +283334,7 @@ public static void GetMaterial( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetMaterial(face, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMaterial( [NativeTypeName("GLenum")] uint face, @@ -483187,31 +283349,6 @@ _slots[1007] is not null and var loadedFnPtr ) )(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMaterial( @@ -483220,6 +283357,8 @@ public static void GetMaterial( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetMaterial(face, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMaterial( [NativeTypeName("GLenum")] Constant face, @@ -483233,31 +283372,6 @@ void IGL.GetMaterial( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483267,6 +283381,7 @@ public static void GetMaterial( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetMaterial(face, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMaterialxOES( [NativeTypeName("GLenum")] uint face, @@ -483281,7 +283396,6 @@ _slots[1008] is not null and var loadedFnPtr ) )(face, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMaterialxOES( @@ -483290,6 +283404,8 @@ public static void GetMaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.GetMaterialxOES(face, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMaterialxOES( [NativeTypeName("GLenum")] Constant face, @@ -483297,7 +283413,6 @@ void IGL.GetMaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => ((IGL)this).GetMaterialxOES((uint)face, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483307,6 +283422,7 @@ public static void GetMaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.GetMaterialxOES(face, pname, param2); + [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMaterialx( [NativeTypeName("GLenum")] uint face, @@ -483321,7 +283437,6 @@ _slots[1009] is not null and var loadedFnPtr ) )(face, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMaterialx( @@ -483330,6 +283445,8 @@ public static void GetMaterialx( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetMaterialx(face, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMaterialx( [NativeTypeName("GLenum")] Constant face, @@ -483343,7 +283460,6 @@ void IGL.GetMaterialx( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483353,6 +283469,7 @@ public static void GetMaterialx( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetMaterialx(face, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMaterialxOES( [NativeTypeName("GLenum")] uint face, @@ -483367,7 +283484,6 @@ _slots[1010] is not null and var loadedFnPtr ) )(face, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMaterialxOES( @@ -483376,6 +283492,8 @@ public static void GetMaterialxOES( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetMaterialxOES(face, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMaterialxOES( [NativeTypeName("GLenum")] Constant face, @@ -483389,7 +283507,6 @@ void IGL.GetMaterialxOES( } } - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483399,6 +283516,7 @@ public static void GetMaterialxOES( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetMaterialxOES(face, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint")] uint memory, @@ -483418,9 +283536,6 @@ _slots[1011] is not null and var loadedFnPtr ) )(memory, pname, first, count, @params); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMemoryObjectDetachedResourcesNV( @@ -483431,6 +283546,8 @@ public static void GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetMemoryObjectDetachedResourcesNV(memory, pname, first, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint")] uint memory, @@ -483452,9 +283569,6 @@ void IGL.GetMemoryObjectDetachedResourcesNV( } } - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483466,6 +283580,7 @@ public static void GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetMemoryObjectDetachedResourcesNV(memory, pname, first, count, @params); + [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMemoryObjectParameterEXT( [NativeTypeName("GLuint")] uint memoryObject, @@ -483483,8 +283598,6 @@ _slots[1012] is not null and var loadedFnPtr ) )(memoryObject, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMemoryObjectParameterEXT( @@ -483493,6 +283606,8 @@ public static void GetMemoryObjectParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetMemoryObjectParameterEXT(memoryObject, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMemoryObjectParameterEXT( [NativeTypeName("GLuint")] uint memoryObject, @@ -483506,8 +283621,6 @@ void IGL.GetMemoryObjectParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483517,6 +283630,7 @@ public static void GetMemoryObjectParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetMemoryObjectParameterEXT(memoryObject, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMinmax( [NativeTypeName("GLenum")] uint target, @@ -483533,7 +283647,6 @@ _slots[1013] is not null and var loadedFnPtr ) )(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMinmax( @@ -483544,6 +283657,8 @@ public static void GetMinmax( void* values ) => ThisThread.GetMinmax(target, reset, format, type, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMinmax( [NativeTypeName("GLenum")] Constant target, @@ -483565,7 +283680,6 @@ Ref values } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483577,6 +283691,7 @@ public static void GetMinmax( Ref values ) => ThisThread.GetMinmax(target, reset, format, type, values); + [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMinmaxEXT( [NativeTypeName("GLenum")] uint target, @@ -483593,7 +283708,6 @@ _slots[1014] is not null and var loadedFnPtr ) )(target, reset, format, type, values); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMinmaxEXT( @@ -483604,6 +283718,8 @@ public static void GetMinmaxEXT( void* values ) => ThisThread.GetMinmaxEXT(target, reset, format, type, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMinmaxEXT( [NativeTypeName("GLenum")] Constant target, @@ -483625,7 +283741,6 @@ Ref values } } - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483637,6 +283752,7 @@ public static void GetMinmaxEXT( Ref values ) => ThisThread.GetMinmaxEXT(target, reset, format, type, values); + [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMinmaxParameter( [NativeTypeName("GLenum")] uint target, @@ -483651,7 +283767,6 @@ _slots[1015] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMinmaxParameter( @@ -483660,6 +283775,8 @@ public static void GetMinmaxParameter( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetMinmaxParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMinmaxParameter( [NativeTypeName("GLenum")] Constant target, @@ -483673,7 +283790,6 @@ void IGL.GetMinmaxParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483683,6 +283799,7 @@ public static void GetMinmaxParameter( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetMinmaxParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMinmaxParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -483700,7 +283817,6 @@ _slots[1016] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMinmaxParameterEXT( @@ -483709,6 +283825,8 @@ public static void GetMinmaxParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetMinmaxParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMinmaxParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -483722,7 +283840,6 @@ void IGL.GetMinmaxParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483732,6 +283849,7 @@ public static void GetMinmaxParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetMinmaxParameterEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMinmaxParameter( [NativeTypeName("GLenum")] uint target, @@ -483746,7 +283864,6 @@ _slots[1017] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMinmaxParameter( @@ -483755,6 +283872,8 @@ public static void GetMinmaxParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetMinmaxParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMinmaxParameter( [NativeTypeName("GLenum")] Constant target, @@ -483768,7 +283887,6 @@ void IGL.GetMinmaxParameter( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483778,6 +283896,7 @@ public static void GetMinmaxParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetMinmaxParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMinmaxParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -483795,7 +283914,6 @@ _slots[1018] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMinmaxParameterEXT( @@ -483804,6 +283922,8 @@ public static void GetMinmaxParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetMinmaxParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMinmaxParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -483817,7 +283937,6 @@ void IGL.GetMinmaxParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483827,6 +283946,7 @@ public static void GetMinmaxParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetMinmaxParameterEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultisample( [NativeTypeName("GLenum")] uint pname, @@ -483841,38 +283961,6 @@ _slots[1019] is not null and var loadedFnPtr ) )(pname, index, val); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultisample( @@ -483881,6 +283969,8 @@ public static void GetMultisample( [NativeTypeName("GLfloat *")] float* val ) => ThisThread.GetMultisample(pname, index, val); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultisample( [NativeTypeName("GLenum")] Constant pname, @@ -483894,38 +283984,6 @@ void IGL.GetMultisample( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483935,6 +283993,7 @@ public static void GetMultisample( [NativeTypeName("GLfloat *")] Ref val ) => ThisThread.GetMultisample(pname, index, val); + [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultisampleNV( [NativeTypeName("GLenum")] uint pname, @@ -483949,7 +284008,6 @@ _slots[1020] is not null and var loadedFnPtr ) )(pname, index, val); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultisampleNV( @@ -483958,6 +284016,8 @@ public static void GetMultisampleNV( [NativeTypeName("GLfloat *")] float* val ) => ThisThread.GetMultisampleNV(pname, index, val); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultisampleNV( [NativeTypeName("GLenum")] Constant pname, @@ -483971,7 +284031,6 @@ void IGL.GetMultisampleNV( } } - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -483981,6 +284040,7 @@ public static void GetMultisampleNV( [NativeTypeName("GLfloat *")] Ref val ) => ThisThread.GetMultisampleNV(pname, index, val); + [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -483996,8 +284056,6 @@ _slots[1021] is not null and var loadedFnPtr ) )(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultiTexEnvEXT( @@ -484007,6 +284065,8 @@ public static void GetMultiTexEnvEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetMultiTexEnvEXT(texunit, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexEnvEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -484021,8 +284081,6 @@ void IGL.GetMultiTexEnvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484033,6 +284091,7 @@ public static void GetMultiTexEnvEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetMultiTexEnvEXT(texunit, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -484048,8 +284107,6 @@ _slots[1022] is not null and var loadedFnPtr ) )(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultiTexEnvEXT( @@ -484059,6 +284116,8 @@ public static void GetMultiTexEnvEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetMultiTexEnvEXT(texunit, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexEnvEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -484073,8 +284132,6 @@ void IGL.GetMultiTexEnvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484085,6 +284142,7 @@ public static void GetMultiTexEnvEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetMultiTexEnvEXT(texunit, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -484100,8 +284158,6 @@ _slots[1023] is not null and var loadedFnPtr ) )(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultiTexGenEXT( @@ -484111,6 +284167,8 @@ public static void GetMultiTexGenEXT( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetMultiTexGenEXT(texunit, coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexGenEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -484125,8 +284183,6 @@ void IGL.GetMultiTexGenEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484137,6 +284193,7 @@ public static void GetMultiTexGenEXT( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetMultiTexGenEXT(texunit, coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -484152,8 +284209,6 @@ _slots[1024] is not null and var loadedFnPtr ) )(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultiTexGenEXT( @@ -484163,6 +284218,8 @@ public static void GetMultiTexGenEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetMultiTexGenEXT(texunit, coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexGenEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -484177,8 +284234,6 @@ void IGL.GetMultiTexGenEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484189,6 +284244,7 @@ public static void GetMultiTexGenEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetMultiTexGenEXT(texunit, coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -484204,8 +284260,6 @@ _slots[1025] is not null and var loadedFnPtr ) )(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultiTexGenEXT( @@ -484215,6 +284269,8 @@ public static void GetMultiTexGenEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetMultiTexGenEXT(texunit, coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexGenEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -484229,8 +284285,6 @@ void IGL.GetMultiTexGenEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484241,6 +284295,7 @@ public static void GetMultiTexGenEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetMultiTexGenEXT(texunit, coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexImageEXT( [NativeTypeName("GLenum")] uint texunit, @@ -484258,8 +284313,6 @@ _slots[1026] is not null and var loadedFnPtr ) )(texunit, target, level, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultiTexImageEXT( @@ -484271,6 +284324,8 @@ public static void GetMultiTexImageEXT( void* pixels ) => ThisThread.GetMultiTexImageEXT(texunit, target, level, format, type, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexImageEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -484294,8 +284349,6 @@ Ref pixels } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484308,6 +284361,7 @@ public static void GetMultiTexImageEXT( Ref pixels ) => ThisThread.GetMultiTexImageEXT(texunit, target, level, format, type, pixels); + [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexLevelParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -484327,8 +284381,6 @@ _slots[1027] is not null and var loadedFnPtr ) )(texunit, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultiTexLevelParameterEXT( @@ -484339,6 +284391,8 @@ public static void GetMultiTexLevelParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetMultiTexLevelParameterEXT(texunit, target, level, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexLevelParameterEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -484360,8 +284414,6 @@ void IGL.GetMultiTexLevelParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484373,6 +284425,7 @@ public static void GetMultiTexLevelParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetMultiTexLevelParameterEXT(texunit, target, level, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexLevelParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -484392,8 +284445,6 @@ _slots[1028] is not null and var loadedFnPtr ) )(texunit, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultiTexLevelParameterEXT( @@ -484404,6 +284455,8 @@ public static void GetMultiTexLevelParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetMultiTexLevelParameterEXT(texunit, target, level, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexLevelParameterEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -484425,8 +284478,6 @@ void IGL.GetMultiTexLevelParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484438,6 +284489,7 @@ public static void GetMultiTexLevelParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetMultiTexLevelParameterEXT(texunit, target, level, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -484456,8 +284508,6 @@ _slots[1029] is not null and var loadedFnPtr ) )(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultiTexParameterEXT( @@ -484467,6 +284517,8 @@ public static void GetMultiTexParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetMultiTexParameterEXT(texunit, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexParameterEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -484486,8 +284538,6 @@ void IGL.GetMultiTexParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484498,6 +284548,7 @@ public static void GetMultiTexParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetMultiTexParameterEXT(texunit, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, @@ -484516,8 +284567,6 @@ _slots[1030] is not null and var loadedFnPtr ) )(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultiTexParameterIEXT( @@ -484527,6 +284576,8 @@ public static void GetMultiTexParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetMultiTexParameterIEXT(texunit, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexParameterIEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -484546,8 +284597,6 @@ void IGL.GetMultiTexParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484558,6 +284607,7 @@ public static void GetMultiTexParameterIEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetMultiTexParameterIEXT(texunit, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, @@ -484576,8 +284626,6 @@ _slots[1031] is not null and var loadedFnPtr ) )(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultiTexParameterIEXT( @@ -484587,6 +284635,8 @@ public static void GetMultiTexParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetMultiTexParameterIEXT(texunit, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexParameterIEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -484606,8 +284656,6 @@ void IGL.GetMultiTexParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484618,6 +284666,7 @@ public static void GetMultiTexParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetMultiTexParameterIEXT(texunit, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -484636,8 +284685,6 @@ _slots[1032] is not null and var loadedFnPtr ) )(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMultiTexParameterEXT( @@ -484647,6 +284694,8 @@ public static void GetMultiTexParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetMultiTexParameterEXT(texunit, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetMultiTexParameterEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -484666,8 +284715,6 @@ void IGL.GetMultiTexParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484678,6 +284725,7 @@ public static void GetMultiTexParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetMultiTexParameterEXT(texunit, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferParameter( [NativeTypeName("GLuint")] uint buffer, @@ -484695,16 +284743,6 @@ _slots[1033] is not null and var loadedFnPtr ) )(buffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedBufferParameter( @@ -484713,6 +284751,8 @@ public static void GetNamedBufferParameter( [NativeTypeName("GLint64 *")] long* @params ) => ThisThread.GetNamedBufferParameter(buffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferParameter( [NativeTypeName("GLuint")] uint buffer, @@ -484726,16 +284766,6 @@ void IGL.GetNamedBufferParameter( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484745,6 +284775,7 @@ public static void GetNamedBufferParameter( [NativeTypeName("GLint64 *")] Ref @params ) => ThisThread.GetNamedBufferParameter(buffer, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferParameter( [NativeTypeName("GLuint")] uint buffer, @@ -484762,16 +284793,6 @@ _slots[1034] is not null and var loadedFnPtr ) )(buffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedBufferParameter( @@ -484780,6 +284801,8 @@ public static void GetNamedBufferParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetNamedBufferParameter(buffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferParameter( [NativeTypeName("GLuint")] uint buffer, @@ -484793,16 +284816,6 @@ void IGL.GetNamedBufferParameter( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484812,6 +284825,7 @@ public static void GetNamedBufferParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetNamedBufferParameter(buffer, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferParameterEXT( [NativeTypeName("GLuint")] uint buffer, @@ -484829,8 +284843,6 @@ _slots[1035] is not null and var loadedFnPtr ) )(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedBufferParameterEXT( @@ -484839,6 +284851,8 @@ public static void GetNamedBufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetNamedBufferParameterEXT(buffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferParameterEXT( [NativeTypeName("GLuint")] uint buffer, @@ -484852,8 +284866,6 @@ void IGL.GetNamedBufferParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484863,6 +284875,7 @@ public static void GetNamedBufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetNamedBufferParameterEXT(buffer, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferParameterNV( [NativeTypeName("GLuint")] uint buffer, @@ -484880,8 +284893,6 @@ _slots[1036] is not null and var loadedFnPtr ) )(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedBufferParameterNV( @@ -484890,6 +284901,8 @@ public static void GetNamedBufferParameterNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ) => ThisThread.GetNamedBufferParameterNV(buffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferParameterNV( [NativeTypeName("GLuint")] uint buffer, @@ -484903,8 +284916,6 @@ void IGL.GetNamedBufferParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484914,6 +284925,7 @@ public static void GetNamedBufferParameterNV( [NativeTypeName("GLuint64EXT *")] Ref @params ) => ThisThread.GetNamedBufferParameterNV(buffer, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferPointer( [NativeTypeName("GLuint")] uint buffer, @@ -484931,16 +284943,6 @@ _slots[1037] is not null and var loadedFnPtr ) )(buffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedBufferPointer( @@ -484949,6 +284951,8 @@ public static void GetNamedBufferPointer( void** @params ) => ThisThread.GetNamedBufferPointer(buffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferPointer( [NativeTypeName("GLuint")] uint buffer, @@ -484962,16 +284966,6 @@ Ref2D @params } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -484981,6 +284975,7 @@ public static void GetNamedBufferPointer( Ref2D @params ) => ThisThread.GetNamedBufferPointer(buffer, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferPointerEXT( [NativeTypeName("GLuint")] uint buffer, @@ -484998,8 +284993,6 @@ _slots[1038] is not null and var loadedFnPtr ) )(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedBufferPointerEXT( @@ -485008,6 +285001,8 @@ public static void GetNamedBufferPointerEXT( void** @params ) => ThisThread.GetNamedBufferPointerEXT(buffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferPointerEXT( [NativeTypeName("GLuint")] uint buffer, @@ -485021,8 +285016,6 @@ Ref2D @params } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485032,6 +285025,7 @@ public static void GetNamedBufferPointerEXT( Ref2D @params ) => ThisThread.GetNamedBufferPointerEXT(buffer, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -485047,16 +285041,6 @@ _slots[1039] is not null and var loadedFnPtr ) )(buffer, offset, size, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedBufferSubData( @@ -485066,6 +285050,8 @@ public static void GetNamedBufferSubData( void* data ) => ThisThread.GetNamedBufferSubData(buffer, offset, size, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -485080,16 +285066,6 @@ Ref data } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485100,6 +285076,7 @@ public static void GetNamedBufferSubData( Ref data ) => ThisThread.GetNamedBufferSubData(buffer, offset, size, data); + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -485118,8 +285095,6 @@ _slots[1040] is not null and var loadedFnPtr ) )(buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedBufferSubDataEXT( @@ -485129,6 +285104,8 @@ public static void GetNamedBufferSubDataEXT( void* data ) => ThisThread.GetNamedBufferSubDataEXT(buffer, offset, size, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -485143,8 +285120,6 @@ Ref data } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485155,6 +285130,7 @@ public static void GetNamedBufferSubDataEXT( Ref data ) => ThisThread.GetNamedBufferSubDataEXT(buffer, offset, size, data); + [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLuint")] uint framebuffer, @@ -485173,16 +285149,6 @@ _slots[1041] is not null and var loadedFnPtr ) )(framebuffer, attachment, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedFramebufferAttachmentParameter( @@ -485192,6 +285158,8 @@ public static void GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetNamedFramebufferAttachmentParameter(framebuffer, attachment, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLuint")] uint framebuffer, @@ -485211,16 +285179,6 @@ void IGL.GetNamedFramebufferAttachmentParameter( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485231,6 +285189,7 @@ public static void GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetNamedFramebufferAttachmentParameter(framebuffer, attachment, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedFramebufferAttachmentParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -485249,8 +285208,6 @@ _slots[1042] is not null and var loadedFnPtr ) )(framebuffer, attachment, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedFramebufferAttachmentParameterEXT( @@ -485266,6 +285223,8 @@ public static void GetNamedFramebufferAttachmentParameterEXT( @params ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedFramebufferAttachmentParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -485285,8 +285244,6 @@ void IGL.GetNamedFramebufferAttachmentParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485303,6 +285260,7 @@ public static void GetNamedFramebufferAttachmentParameterEXT( @params ); + [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedFramebufferParameterAMD( [NativeTypeName("GLuint")] uint framebuffer, @@ -485323,7 +285281,6 @@ _slots[1043] is not null and var loadedFnPtr ) )(framebuffer, pname, numsamples, pixelindex, size, values); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedFramebufferParameterAMD( @@ -485343,6 +285300,8 @@ public static void GetNamedFramebufferParameterAMD( values ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedFramebufferParameterAMD( [NativeTypeName("GLuint")] uint framebuffer, @@ -485366,7 +285325,6 @@ void IGL.GetNamedFramebufferParameterAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485387,6 +285345,7 @@ public static void GetNamedFramebufferParameterAMD( values ); + [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, @@ -485404,16 +285363,6 @@ _slots[1044] is not null and var loadedFnPtr ) )(framebuffer, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedFramebufferParameter( @@ -485422,6 +285371,8 @@ public static void GetNamedFramebufferParameter( [NativeTypeName("GLint *")] int* param2 ) => ThisThread.GetNamedFramebufferParameter(framebuffer, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, @@ -485435,16 +285386,6 @@ void IGL.GetNamedFramebufferParameter( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485454,6 +285395,7 @@ public static void GetNamedFramebufferParameter( [NativeTypeName("GLint *")] Ref param2 ) => ThisThread.GetNamedFramebufferParameter(framebuffer, pname, param2); + [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -485471,8 +285413,6 @@ _slots[1045] is not null and var loadedFnPtr ) )(framebuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedFramebufferParameterEXT( @@ -485481,6 +285421,8 @@ public static void GetNamedFramebufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetNamedFramebufferParameterEXT(framebuffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -485494,8 +285436,6 @@ void IGL.GetNamedFramebufferParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485505,6 +285445,7 @@ public static void GetNamedFramebufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetNamedFramebufferParameterEXT(framebuffer, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedProgramEXT( [NativeTypeName("GLuint")] uint program, @@ -485520,8 +285461,6 @@ _slots[1046] is not null and var loadedFnPtr ) )(program, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedProgramEXT( @@ -485531,6 +285470,8 @@ public static void GetNamedProgramEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetNamedProgramEXT(program, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedProgramEXT( [NativeTypeName("GLuint")] uint program, @@ -485545,8 +285486,6 @@ void IGL.GetNamedProgramEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485557,6 +285496,8 @@ public static void GetNamedProgramEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetNamedProgramEXT(program, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetNamedProgramEXT( [NativeTypeName("GLuint")] uint program, @@ -485569,8 +285510,6 @@ int IGL.GetNamedProgramEXT( return @params; } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485580,6 +285519,7 @@ public static int GetNamedProgramEXT( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetNamedProgramEXT(program, target, pname); + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedProgramLocalParameterEXT( [NativeTypeName("GLuint")] uint program, @@ -485598,8 +285538,6 @@ _slots[1047] is not null and var loadedFnPtr ) )(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedProgramLocalParameterEXT( @@ -485609,6 +285547,8 @@ public static void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetNamedProgramLocalParameterEXT(program, target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedProgramLocalParameterEXT( [NativeTypeName("GLuint")] uint program, @@ -485628,8 +285568,6 @@ void IGL.GetNamedProgramLocalParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485640,6 +285578,7 @@ public static void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetNamedProgramLocalParameterEXT(program, target, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedProgramLocalParameterEXT( [NativeTypeName("GLuint")] uint program, @@ -485658,8 +285597,6 @@ _slots[1048] is not null and var loadedFnPtr ) )(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedProgramLocalParameterEXT( @@ -485669,6 +285606,8 @@ public static void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetNamedProgramLocalParameterEXT(program, target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedProgramLocalParameterEXT( [NativeTypeName("GLuint")] uint program, @@ -485688,8 +285627,6 @@ void IGL.GetNamedProgramLocalParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485700,6 +285637,7 @@ public static void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetNamedProgramLocalParameterEXT(program, target, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint")] uint program, @@ -485718,8 +285656,6 @@ _slots[1049] is not null and var loadedFnPtr ) )(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedProgramLocalParameterIEXT( @@ -485729,6 +285665,8 @@ public static void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetNamedProgramLocalParameterIEXT(program, target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint")] uint program, @@ -485748,8 +285686,6 @@ void IGL.GetNamedProgramLocalParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485760,6 +285696,7 @@ public static void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetNamedProgramLocalParameterIEXT(program, target, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint")] uint program, @@ -485778,8 +285715,6 @@ _slots[1050] is not null and var loadedFnPtr ) )(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedProgramLocalParameterIEXT( @@ -485789,6 +285724,8 @@ public static void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetNamedProgramLocalParameterIEXT(program, target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint")] uint program, @@ -485808,8 +285745,6 @@ void IGL.GetNamedProgramLocalParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485820,6 +285755,7 @@ public static void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetNamedProgramLocalParameterIEXT(program, target, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedProgramStringEXT( [NativeTypeName("GLuint")] uint program, @@ -485838,8 +285774,6 @@ _slots[1051] is not null and var loadedFnPtr ) )(program, target, pname, @string); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedProgramStringEXT( @@ -485849,6 +285783,8 @@ public static void GetNamedProgramStringEXT( void* @string ) => ThisThread.GetNamedProgramStringEXT(program, target, pname, @string); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedProgramStringEXT( [NativeTypeName("GLuint")] uint program, @@ -485863,8 +285799,6 @@ Ref @string } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485875,6 +285809,7 @@ public static void GetNamedProgramStringEXT( Ref @string ) => ThisThread.GetNamedProgramStringEXT(program, target, pname, @string); + [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedRenderbufferParameter( [NativeTypeName("GLuint")] uint renderbuffer, @@ -485892,16 +285827,6 @@ _slots[1052] is not null and var loadedFnPtr ) )(renderbuffer, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedRenderbufferParameter( @@ -485910,6 +285835,8 @@ public static void GetNamedRenderbufferParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetNamedRenderbufferParameter(renderbuffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedRenderbufferParameter( [NativeTypeName("GLuint")] uint renderbuffer, @@ -485923,16 +285850,6 @@ void IGL.GetNamedRenderbufferParameter( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485942,6 +285859,7 @@ public static void GetNamedRenderbufferParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetNamedRenderbufferParameter(renderbuffer, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedRenderbufferParameterEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -485959,8 +285877,6 @@ _slots[1053] is not null and var loadedFnPtr ) )(renderbuffer, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedRenderbufferParameterEXT( @@ -485969,6 +285885,8 @@ public static void GetNamedRenderbufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetNamedRenderbufferParameterEXT(renderbuffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedRenderbufferParameterEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -485982,8 +285900,6 @@ void IGL.GetNamedRenderbufferParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -485993,6 +285909,7 @@ public static void GetNamedRenderbufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetNamedRenderbufferParameterEXT(renderbuffer, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -486009,8 +285926,6 @@ _slots[1054] is not null and var loadedFnPtr ) )(namelen, name, bufSize, stringlen, @string); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedStringARB( @@ -486021,6 +285936,8 @@ public static void GetNamedStringARB( [NativeTypeName("GLchar *")] sbyte* @string ) => ThisThread.GetNamedStringARB(namelen, name, bufSize, stringlen, @string); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -486044,8 +285961,6 @@ void IGL.GetNamedStringARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486057,6 +285972,7 @@ public static void GetNamedStringARB( [NativeTypeName("GLchar *")] Ref @string ) => ThisThread.GetNamedStringARB(namelen, name, bufSize, stringlen, @string); + [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -486072,8 +285988,6 @@ _slots[1055] is not null and var loadedFnPtr ) )(namelen, name, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetNamedStringARB( @@ -486083,6 +285997,8 @@ public static void GetNamedStringARB( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetNamedStringARB(namelen, name, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -486098,8 +286014,6 @@ void IGL.GetNamedStringARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486110,6 +286024,7 @@ public static void GetNamedStringARB( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetNamedStringARB(namelen, name, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnColorTable( [NativeTypeName("GLenum")] uint target, @@ -486126,7 +286041,6 @@ _slots[1056] is not null and var loadedFnPtr ) )(target, format, type, bufSize, table); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnColorTable( @@ -486137,6 +286051,8 @@ public static void GetnColorTable( void* table ) => ThisThread.GetnColorTable(target, format, type, bufSize, table); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnColorTable( [NativeTypeName("GLenum")] Constant target, @@ -486158,7 +286074,6 @@ Ref table } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486170,6 +286085,7 @@ public static void GetnColorTable( Ref table ) => ThisThread.GetnColorTable(target, format, type, bufSize, table); + [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnColorTableARB( [NativeTypeName("GLenum")] uint target, @@ -486186,7 +286102,6 @@ _slots[1057] is not null and var loadedFnPtr ) )(target, format, type, bufSize, table); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnColorTableARB( @@ -486197,6 +286112,8 @@ public static void GetnColorTableARB( void* table ) => ThisThread.GetnColorTableARB(target, format, type, bufSize, table); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnColorTableARB( [NativeTypeName("GLenum")] Constant target, @@ -486218,7 +286135,6 @@ Ref table } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486230,6 +286146,7 @@ public static void GetnColorTableARB( Ref table ) => ThisThread.GetnColorTableARB(target, format, type, bufSize, table); + [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnCompressedTexImage( [NativeTypeName("GLenum")] uint target, @@ -486248,8 +286165,6 @@ _slots[1058] is not null and var loadedFnPtr ) )(target, lod, bufSize, pixels); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnCompressedTexImage( @@ -486259,6 +286174,8 @@ public static void GetnCompressedTexImage( void* pixels ) => ThisThread.GetnCompressedTexImage(target, lod, bufSize, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnCompressedTexImage( [NativeTypeName("GLenum")] Constant target, @@ -486273,8 +286190,6 @@ Ref pixels } } - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486285,6 +286200,7 @@ public static void GetnCompressedTexImage( Ref pixels ) => ThisThread.GetnCompressedTexImage(target, lod, bufSize, pixels); + [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnCompressedTexImageARB( [NativeTypeName("GLenum")] uint target, @@ -486303,8 +286219,6 @@ _slots[1059] is not null and var loadedFnPtr ) )(target, lod, bufSize, img); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnCompressedTexImageARB( @@ -486314,6 +286228,8 @@ public static void GetnCompressedTexImageARB( void* img ) => ThisThread.GetnCompressedTexImageARB(target, lod, bufSize, img); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnCompressedTexImageARB( [NativeTypeName("GLenum")] Constant target, @@ -486328,8 +286244,6 @@ Ref img } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486340,6 +286254,7 @@ public static void GetnCompressedTexImageARB( Ref img ) => ThisThread.GetnCompressedTexImageARB(target, lod, bufSize, img); + [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnConvolutionFilter( [NativeTypeName("GLenum")] uint target, @@ -486356,7 +286271,6 @@ _slots[1060] is not null and var loadedFnPtr ) )(target, format, type, bufSize, image); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnConvolutionFilter( @@ -486367,6 +286281,8 @@ public static void GetnConvolutionFilter( void* image ) => ThisThread.GetnConvolutionFilter(target, format, type, bufSize, image); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnConvolutionFilter( [NativeTypeName("GLenum")] Constant target, @@ -486388,7 +286304,6 @@ Ref image } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486400,6 +286315,7 @@ public static void GetnConvolutionFilter( Ref image ) => ThisThread.GetnConvolutionFilter(target, format, type, bufSize, image); + [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnConvolutionFilterARB( [NativeTypeName("GLenum")] uint target, @@ -486419,7 +286335,6 @@ _slots[1061] is not null and var loadedFnPtr ) )(target, format, type, bufSize, image); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnConvolutionFilterARB( @@ -486430,6 +286345,8 @@ public static void GetnConvolutionFilterARB( void* image ) => ThisThread.GetnConvolutionFilterARB(target, format, type, bufSize, image); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnConvolutionFilterARB( [NativeTypeName("GLenum")] Constant target, @@ -486451,7 +286368,6 @@ Ref image } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486463,8 +286379,9 @@ public static void GetnConvolutionFilterARB( Ref image ) => ThisThread.GetnConvolutionFilterARB(target, format, type, bufSize, image); + [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetNextPerfQueryIdIntel( + void IGL.GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* nextQueryId ) => @@ -486479,55 +286396,51 @@ _slots[1062] is not null and var loadedFnPtr ) )(queryId, nextQueryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetNextPerfQueryIdIntel( + public static void GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* nextQueryId - ) => ThisThread.GetNextPerfQueryIdIntel(queryId, nextQueryId); + ) => ThisThread.GetNextPerfQueryIdINTEL(queryId, nextQueryId); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetNextPerfQueryIdIntel( + void IGL.GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref nextQueryId ) { fixed (uint* __dsl_nextQueryId = nextQueryId) { - ((IGL)this).GetNextPerfQueryIdIntel(queryId, __dsl_nextQueryId); + ((IGL)this).GetNextPerfQueryIdINTEL(queryId, __dsl_nextQueryId); } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetNextPerfQueryIdIntel( + public static void GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref nextQueryId - ) => ThisThread.GetNextPerfQueryIdIntel(queryId, nextQueryId); + ) => ThisThread.GetNextPerfQueryIdINTEL(queryId, nextQueryId); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.GetNextPerfQueryIdIntel() + uint IGL.GetNextPerfQueryIdINTEL() { uint nextQueryId = default; - ((IGL)this).GetNextPerfQueryIdIntel(1, (uint*)&nextQueryId); + ((IGL)this).GetNextPerfQueryIdINTEL(1, (uint*)&nextQueryId); return nextQueryId; } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint GetNextPerfQueryIdIntel() => ThisThread.GetNextPerfQueryIdIntel(); + public static uint GetNextPerfQueryIdINTEL() => ThisThread.GetNextPerfQueryIdINTEL(); + [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnHistogram( [NativeTypeName("GLenum")] uint target, @@ -486545,7 +286458,6 @@ _slots[1063] is not null and var loadedFnPtr ) )(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnHistogram( @@ -486557,6 +286469,8 @@ public static void GetnHistogram( void* values ) => ThisThread.GetnHistogram(target, reset, format, type, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnHistogram( [NativeTypeName("GLenum")] Constant target, @@ -486580,7 +286494,6 @@ Ref values } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486593,6 +286506,7 @@ public static void GetnHistogram( Ref values ) => ThisThread.GetnHistogram(target, reset, format, type, bufSize, values); + [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnHistogramARB( [NativeTypeName("GLenum")] uint target, @@ -486610,7 +286524,6 @@ _slots[1064] is not null and var loadedFnPtr ) )(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnHistogramARB( @@ -486622,6 +286535,8 @@ public static void GetnHistogramARB( void* values ) => ThisThread.GetnHistogramARB(target, reset, format, type, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnHistogramARB( [NativeTypeName("GLenum")] Constant target, @@ -486645,7 +286560,6 @@ Ref values } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486658,6 +286572,7 @@ public static void GetnHistogramARB( Ref values ) => ThisThread.GetnHistogramARB(target, reset, format, type, bufSize, values); + [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMap( [NativeTypeName("GLenum")] uint target, @@ -486673,7 +286588,6 @@ _slots[1065] is not null and var loadedFnPtr ) )(target, query, bufSize, v); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnMap( @@ -486683,6 +286597,8 @@ public static void GetnMap( [NativeTypeName("GLdouble *")] double* v ) => ThisThread.GetnMap(target, query, bufSize, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMap( [NativeTypeName("GLenum")] Constant target, @@ -486697,7 +286613,6 @@ void IGL.GetnMap( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486708,6 +286623,8 @@ public static void GetnMap( [NativeTypeName("GLdouble *")] Ref v ) => ThisThread.GetnMap(target, query, bufSize, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double IGL.GetnMap( [NativeTypeName("GLenum")] Constant target, @@ -486719,7 +286636,6 @@ double IGL.GetnMap( return v; } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486728,6 +286644,7 @@ public static double GetnMap( [NativeTypeName("GLenum")] Constant query ) => ThisThread.GetnMap(target, query); + [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMapARB( [NativeTypeName("GLenum")] uint target, @@ -486743,7 +286660,6 @@ _slots[1066] is not null and var loadedFnPtr ) )(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnMapARB( @@ -486753,6 +286669,8 @@ public static void GetnMapARB( [NativeTypeName("GLdouble *")] double* v ) => ThisThread.GetnMapARB(target, query, bufSize, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMapARB( [NativeTypeName("GLenum")] Constant target, @@ -486767,7 +286685,6 @@ void IGL.GetnMapARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486778,6 +286695,7 @@ public static void GetnMapARB( [NativeTypeName("GLdouble *")] Ref v ) => ThisThread.GetnMapARB(target, query, bufSize, v); + [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMap( [NativeTypeName("GLenum")] uint target, @@ -486793,7 +286711,6 @@ _slots[1067] is not null and var loadedFnPtr ) )(target, query, bufSize, v); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnMap( @@ -486803,6 +286720,8 @@ public static void GetnMap( [NativeTypeName("GLfloat *")] float* v ) => ThisThread.GetnMap(target, query, bufSize, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMap( [NativeTypeName("GLenum")] Constant target, @@ -486817,7 +286736,6 @@ void IGL.GetnMap( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486828,6 +286746,7 @@ public static void GetnMap( [NativeTypeName("GLfloat *")] Ref v ) => ThisThread.GetnMap(target, query, bufSize, v); + [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMapfvARB( [NativeTypeName("GLenum")] uint target, @@ -486843,7 +286762,6 @@ _slots[1068] is not null and var loadedFnPtr ) )(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnMapfvARB( @@ -486853,6 +286771,8 @@ public static void GetnMapfvARB( [NativeTypeName("GLfloat *")] float* v ) => ThisThread.GetnMapfvARB(target, query, bufSize, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMapfvARB( [NativeTypeName("GLenum")] Constant target, @@ -486867,7 +286787,6 @@ void IGL.GetnMapfvARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486878,6 +286797,8 @@ public static void GetnMapfvARB( [NativeTypeName("GLfloat *")] Ref v ) => ThisThread.GetnMapfvARB(target, query, bufSize, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetnMapfvARB( [NativeTypeName("GLenum")] Constant target, @@ -486889,7 +286810,6 @@ float IGL.GetnMapfvARB( return v; } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486898,6 +286818,7 @@ public static float GetnMapfvARB( [NativeTypeName("GLenum")] Constant query ) => ThisThread.GetnMapfvARB(target, query); + [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMap( [NativeTypeName("GLenum")] uint target, @@ -486913,7 +286834,6 @@ _slots[1069] is not null and var loadedFnPtr ) )(target, query, bufSize, v); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnMap( @@ -486923,6 +286843,8 @@ public static void GetnMap( [NativeTypeName("GLint *")] int* v ) => ThisThread.GetnMap(target, query, bufSize, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMap( [NativeTypeName("GLenum")] Constant target, @@ -486937,7 +286859,6 @@ void IGL.GetnMap( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486948,6 +286869,7 @@ public static void GetnMap( [NativeTypeName("GLint *")] Ref v ) => ThisThread.GetnMap(target, query, bufSize, v); + [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMapivARB( [NativeTypeName("GLenum")] uint target, @@ -486963,7 +286885,6 @@ _slots[1070] is not null and var loadedFnPtr ) )(target, query, bufSize, v); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnMapivARB( @@ -486973,6 +286894,8 @@ public static void GetnMapivARB( [NativeTypeName("GLint *")] int* v ) => ThisThread.GetnMapivARB(target, query, bufSize, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMapivARB( [NativeTypeName("GLenum")] Constant target, @@ -486987,7 +286910,6 @@ void IGL.GetnMapivARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -486998,6 +286920,8 @@ public static void GetnMapivARB( [NativeTypeName("GLint *")] Ref v ) => ThisThread.GetnMapivARB(target, query, bufSize, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetnMapivARB( [NativeTypeName("GLenum")] Constant target, @@ -487009,7 +286933,6 @@ int IGL.GetnMapivARB( return v; } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487018,6 +286941,7 @@ public static int GetnMapivARB( [NativeTypeName("GLenum")] Constant query ) => ThisThread.GetnMapivARB(target, query); + [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMinmax( [NativeTypeName("GLenum")] uint target, @@ -487035,7 +286959,6 @@ _slots[1071] is not null and var loadedFnPtr ) )(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnMinmax( @@ -487047,6 +286970,8 @@ public static void GetnMinmax( void* values ) => ThisThread.GetnMinmax(target, reset, format, type, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMinmax( [NativeTypeName("GLenum")] Constant target, @@ -487070,7 +286995,6 @@ Ref values } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487083,6 +287007,7 @@ public static void GetnMinmax( Ref values ) => ThisThread.GetnMinmax(target, reset, format, type, bufSize, values); + [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMinmaxARB( [NativeTypeName("GLenum")] uint target, @@ -487100,7 +287025,6 @@ _slots[1072] is not null and var loadedFnPtr ) )(target, reset, format, type, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnMinmaxARB( @@ -487112,6 +287036,8 @@ public static void GetnMinmaxARB( void* values ) => ThisThread.GetnMinmaxARB(target, reset, format, type, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnMinmaxARB( [NativeTypeName("GLenum")] Constant target, @@ -487135,7 +287061,6 @@ Ref values } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487148,6 +287073,7 @@ public static void GetnMinmaxARB( Ref values ) => ThisThread.GetnMinmaxARB(target, reset, format, type, bufSize, values); + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPixelMap( [NativeTypeName("GLenum")] uint map, @@ -487162,7 +287088,6 @@ _slots[1073] is not null and var loadedFnPtr ) )(map, bufSize, values); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnPixelMap( @@ -487171,6 +287096,8 @@ public static void GetnPixelMap( [NativeTypeName("GLfloat *")] float* values ) => ThisThread.GetnPixelMap(map, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPixelMap( [NativeTypeName("GLenum")] Constant map, @@ -487184,7 +287111,6 @@ void IGL.GetnPixelMap( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487194,6 +287120,8 @@ public static void GetnPixelMap( [NativeTypeName("GLfloat *")] Ref values ) => ThisThread.GetnPixelMap(map, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetnPixelMap([NativeTypeName("GLenum")] Constant map) { @@ -487202,7 +287130,6 @@ float IGL.GetnPixelMap([NativeTypeName("GLenum")] Constant map ) => ThisThread.GetnPixelMap(map); + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPixelMapARB( [NativeTypeName("GLenum")] uint map, @@ -487224,7 +287152,6 @@ _slots[1074] is not null and var loadedFnPtr ) )(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnPixelMapARB( @@ -487233,6 +287160,8 @@ public static void GetnPixelMapARB( [NativeTypeName("GLfloat *")] float* values ) => ThisThread.GetnPixelMapARB(map, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPixelMapARB( [NativeTypeName("GLenum")] Constant map, @@ -487246,7 +287175,6 @@ void IGL.GetnPixelMapARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487256,6 +287184,7 @@ public static void GetnPixelMapARB( [NativeTypeName("GLfloat *")] Ref values ) => ThisThread.GetnPixelMapARB(map, bufSize, values); + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPixelMap( [NativeTypeName("GLenum")] uint map, @@ -487270,7 +287199,6 @@ _slots[1075] is not null and var loadedFnPtr ) )(map, bufSize, values); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnPixelMap( @@ -487279,6 +287207,8 @@ public static void GetnPixelMap( [NativeTypeName("GLuint *")] uint* values ) => ThisThread.GetnPixelMap(map, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPixelMap( [NativeTypeName("GLenum")] Constant map, @@ -487292,7 +287222,6 @@ void IGL.GetnPixelMap( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487302,6 +287231,7 @@ public static void GetnPixelMap( [NativeTypeName("GLuint *")] Ref values ) => ThisThread.GetnPixelMap(map, bufSize, values); + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPixelMapuivARB( [NativeTypeName("GLenum")] uint map, @@ -487316,7 +287246,6 @@ _slots[1076] is not null and var loadedFnPtr ) )(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnPixelMapuivARB( @@ -487325,6 +287254,8 @@ public static void GetnPixelMapuivARB( [NativeTypeName("GLuint *")] uint* values ) => ThisThread.GetnPixelMapuivARB(map, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPixelMapuivARB( [NativeTypeName("GLenum")] Constant map, @@ -487338,7 +287269,6 @@ void IGL.GetnPixelMapuivARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487348,6 +287278,8 @@ public static void GetnPixelMapuivARB( [NativeTypeName("GLuint *")] Ref values ) => ThisThread.GetnPixelMapuivARB(map, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetnPixelMapuivARB([NativeTypeName("GLenum")] Constant map) { @@ -487356,7 +287288,6 @@ uint IGL.GetnPixelMapuivARB([NativeTypeName("GLenum")] Constant map ) => ThisThread.GetnPixelMapuivARB(map); + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPixelMap( [NativeTypeName("GLenum")] uint map, @@ -487378,7 +287310,6 @@ _slots[1077] is not null and var loadedFnPtr ) )(map, bufSize, values); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnPixelMap( @@ -487387,6 +287318,8 @@ public static void GetnPixelMap( [NativeTypeName("GLushort *")] ushort* values ) => ThisThread.GetnPixelMap(map, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPixelMap( [NativeTypeName("GLenum")] Constant map, @@ -487400,7 +287333,6 @@ void IGL.GetnPixelMap( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487410,6 +287342,7 @@ public static void GetnPixelMap( [NativeTypeName("GLushort *")] Ref values ) => ThisThread.GetnPixelMap(map, bufSize, values); + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPixelMapusvARB( [NativeTypeName("GLenum")] uint map, @@ -487424,7 +287357,6 @@ _slots[1078] is not null and var loadedFnPtr ) )(map, bufSize, values); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnPixelMapusvARB( @@ -487433,6 +287365,8 @@ public static void GetnPixelMapusvARB( [NativeTypeName("GLushort *")] ushort* values ) => ThisThread.GetnPixelMapusvARB(map, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPixelMapusvARB( [NativeTypeName("GLenum")] Constant map, @@ -487446,7 +287380,6 @@ void IGL.GetnPixelMapusvARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487456,6 +287389,8 @@ public static void GetnPixelMapusvARB( [NativeTypeName("GLushort *")] Ref values ) => ThisThread.GetnPixelMapusvARB(map, bufSize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort IGL.GetnPixelMapusvARB([NativeTypeName("GLenum")] Constant map) { @@ -487464,7 +287399,6 @@ ushort IGL.GetnPixelMapusvARB([NativeTypeName("GLenum")] Constant map ) => ThisThread.GetnPixelMapusvARB(map); + [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPolygonStipple( [NativeTypeName("GLsizei")] uint bufSize, @@ -487485,7 +287420,6 @@ _slots[1079] is not null and var loadedFnPtr ) )(bufSize, pattern); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnPolygonStipple( @@ -487493,6 +287427,8 @@ public static void GetnPolygonStipple( [NativeTypeName("GLubyte *")] byte* pattern ) => ThisThread.GetnPolygonStipple(bufSize, pattern); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPolygonStipple( [NativeTypeName("GLsizei")] uint bufSize, @@ -487505,7 +287441,6 @@ void IGL.GetnPolygonStipple( } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487514,6 +287449,8 @@ public static void GetnPolygonStipple( [NativeTypeName("GLubyte *")] Ref pattern ) => ThisThread.GetnPolygonStipple(bufSize, pattern); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte IGL.GetnPolygonStipple() { @@ -487522,12 +287459,12 @@ byte IGL.GetnPolygonStipple() return pattern; } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte GetnPolygonStipple() => ThisThread.GetnPolygonStipple(); + [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPolygonStippleARB( [NativeTypeName("GLsizei")] uint bufSize, @@ -487541,7 +287478,6 @@ _slots[1080] is not null and var loadedFnPtr ) )(bufSize, pattern); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnPolygonStippleARB( @@ -487549,6 +287485,8 @@ public static void GetnPolygonStippleARB( [NativeTypeName("GLubyte *")] byte* pattern ) => ThisThread.GetnPolygonStippleARB(bufSize, pattern); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnPolygonStippleARB( [NativeTypeName("GLsizei")] uint bufSize, @@ -487561,7 +287499,6 @@ void IGL.GetnPolygonStippleARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487570,6 +287507,8 @@ public static void GetnPolygonStippleARB( [NativeTypeName("GLubyte *")] Ref pattern ) => ThisThread.GetnPolygonStippleARB(bufSize, pattern); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte IGL.GetnPolygonStippleARB() { @@ -487578,12 +287517,12 @@ byte IGL.GetnPolygonStippleARB() return pattern; } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte GetnPolygonStippleARB() => ThisThread.GetnPolygonStippleARB(); + [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnSeparableFilter( [NativeTypeName("GLenum")] uint target, @@ -487603,7 +287542,6 @@ _slots[1081] is not null and var loadedFnPtr ) )(target, format, type, rowBufSize, row, columnBufSize, column, span); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnSeparableFilter( @@ -487627,6 +287565,8 @@ public static void GetnSeparableFilter( span ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnSeparableFilter( [NativeTypeName("GLenum")] Constant target, @@ -487656,7 +287596,6 @@ Ref span } } - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487681,6 +287620,7 @@ Ref span span ); + [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnSeparableFilterARB( [NativeTypeName("GLenum")] uint target, @@ -487703,7 +287643,6 @@ _slots[1082] is not null and var loadedFnPtr ) )(target, format, type, rowBufSize, row, columnBufSize, column, span); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnSeparableFilterARB( @@ -487727,6 +287666,8 @@ public static void GetnSeparableFilterARB( span ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnSeparableFilterARB( [NativeTypeName("GLenum")] Constant target, @@ -487756,7 +287697,6 @@ Ref span } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487781,6 +287721,7 @@ Ref span span ); + [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnTexImage( [NativeTypeName("GLenum")] uint target, @@ -487798,8 +287739,6 @@ _slots[1083] is not null and var loadedFnPtr ) )(target, level, format, type, bufSize, pixels); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnTexImage( @@ -487811,6 +287750,8 @@ public static void GetnTexImage( void* pixels ) => ThisThread.GetnTexImage(target, level, format, type, bufSize, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnTexImage( [NativeTypeName("GLenum")] Constant target, @@ -487834,8 +287775,6 @@ Ref pixels } } - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487848,6 +287787,7 @@ public static void GetnTexImage( Ref pixels ) => ThisThread.GetnTexImage(target, level, format, type, bufSize, pixels); + [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnTexImageARB( [NativeTypeName("GLenum")] uint target, @@ -487865,8 +287805,6 @@ _slots[1084] is not null and var loadedFnPtr ) )(target, level, format, type, bufSize, img); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnTexImageARB( @@ -487878,6 +287816,8 @@ public static void GetnTexImageARB( void* img ) => ThisThread.GetnTexImageARB(target, level, format, type, bufSize, img); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnTexImageARB( [NativeTypeName("GLenum")] Constant target, @@ -487901,8 +287841,6 @@ Ref img } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487915,6 +287853,7 @@ public static void GetnTexImageARB( Ref img ) => ThisThread.GetnTexImageARB(target, level, format, type, bufSize, img); + [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -487930,8 +287869,6 @@ _slots[1085] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniform( @@ -487941,6 +287878,8 @@ public static void GetnUniform( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetnUniform(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -487955,8 +287894,6 @@ void IGL.GetnUniform( } } - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -487967,6 +287904,7 @@ public static void GetnUniform( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetnUniform(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -487982,8 +287920,6 @@ _slots[1086] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniformARB( @@ -487993,6 +287929,8 @@ public static void GetnUniformARB( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetnUniformARB(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -488007,8 +287945,6 @@ void IGL.GetnUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488019,6 +287955,7 @@ public static void GetnUniformARB( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetnUniformARB(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -488034,16 +287971,6 @@ _slots[1087] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniform( @@ -488053,6 +287980,8 @@ public static void GetnUniform( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetnUniform(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -488067,16 +287996,6 @@ void IGL.GetnUniform( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488087,6 +288006,7 @@ public static void GetnUniform( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetnUniform(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -488102,8 +288022,6 @@ _slots[1088] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniformARB( @@ -488113,6 +288031,8 @@ public static void GetnUniformARB( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetnUniformARB(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -488127,8 +288047,6 @@ void IGL.GetnUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488139,6 +288057,7 @@ public static void GetnUniformARB( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetnUniformARB(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformEXT( [NativeTypeName("GLuint")] uint program, @@ -488154,8 +288073,6 @@ _slots[1089] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniformEXT( @@ -488165,6 +288082,8 @@ public static void GetnUniformEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetnUniformEXT(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformEXT( [NativeTypeName("GLuint")] uint program, @@ -488179,8 +288098,6 @@ void IGL.GetnUniformEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488191,6 +288108,7 @@ public static void GetnUniformEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetnUniformEXT(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformKHR( [NativeTypeName("GLuint")] uint program, @@ -488206,7 +288124,6 @@ _slots[1090] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniformKHR( @@ -488216,6 +288133,8 @@ public static void GetnUniformKHR( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetnUniformKHR(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformKHR( [NativeTypeName("GLuint")] uint program, @@ -488230,7 +288149,6 @@ void IGL.GetnUniformKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488241,6 +288159,7 @@ public static void GetnUniformKHR( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetnUniformKHR(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -488256,8 +288175,6 @@ _slots[1091] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniformARB( @@ -488267,6 +288184,8 @@ public static void GetnUniformARB( [NativeTypeName("GLint64 *")] long* @params ) => ThisThread.GetnUniformARB(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -488281,8 +288200,6 @@ void IGL.GetnUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488293,6 +288210,7 @@ public static void GetnUniformARB( [NativeTypeName("GLint64 *")] Ref @params ) => ThisThread.GetnUniformARB(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -488308,16 +288226,6 @@ _slots[1092] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniform( @@ -488327,6 +288235,8 @@ public static void GetnUniform( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetnUniform(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -488341,16 +288251,6 @@ void IGL.GetnUniform( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488361,6 +288261,7 @@ public static void GetnUniform( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetnUniform(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -488376,8 +288277,6 @@ _slots[1093] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniformARB( @@ -488387,6 +288286,8 @@ public static void GetnUniformARB( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetnUniformARB(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -488401,8 +288302,6 @@ void IGL.GetnUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488413,6 +288312,7 @@ public static void GetnUniformARB( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetnUniformARB(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformEXT( [NativeTypeName("GLuint")] uint program, @@ -488428,8 +288328,6 @@ _slots[1094] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniformEXT( @@ -488439,6 +288337,8 @@ public static void GetnUniformEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetnUniformEXT(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformEXT( [NativeTypeName("GLuint")] uint program, @@ -488453,8 +288353,6 @@ void IGL.GetnUniformEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488465,6 +288363,7 @@ public static void GetnUniformEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetnUniformEXT(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformKHR( [NativeTypeName("GLuint")] uint program, @@ -488480,7 +288379,6 @@ _slots[1095] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniformKHR( @@ -488490,6 +288388,8 @@ public static void GetnUniformKHR( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetnUniformKHR(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformKHR( [NativeTypeName("GLuint")] uint program, @@ -488504,7 +288404,6 @@ void IGL.GetnUniformKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488515,6 +288414,7 @@ public static void GetnUniformKHR( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetnUniformKHR(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -488530,8 +288430,6 @@ _slots[1096] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniformARB( @@ -488541,6 +288439,8 @@ public static void GetnUniformARB( [NativeTypeName("GLuint64 *")] ulong* @params ) => ThisThread.GetnUniformARB(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -488555,8 +288455,6 @@ void IGL.GetnUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488567,6 +288465,7 @@ public static void GetnUniformARB( [NativeTypeName("GLuint64 *")] Ref @params ) => ThisThread.GetnUniformARB(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -488582,16 +288481,6 @@ _slots[1097] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniform( @@ -488601,6 +288490,8 @@ public static void GetnUniform( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetnUniform(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -488615,16 +288506,6 @@ void IGL.GetnUniform( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488635,6 +288516,7 @@ public static void GetnUniform( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetnUniform(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -488650,8 +288532,6 @@ _slots[1098] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniformARB( @@ -488661,6 +288541,8 @@ public static void GetnUniformARB( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetnUniformARB(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -488675,8 +288557,6 @@ void IGL.GetnUniformARB( } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488687,6 +288567,7 @@ public static void GetnUniformARB( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetnUniformARB(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformKHR( [NativeTypeName("GLuint")] uint program, @@ -488702,7 +288583,6 @@ _slots[1099] is not null and var loadedFnPtr ) )(program, location, bufSize, @params); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetnUniformKHR( @@ -488712,6 +288592,8 @@ public static void GetnUniformKHR( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetnUniformKHR(program, location, bufSize, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetnUniformKHR( [NativeTypeName("GLuint")] uint program, @@ -488726,7 +288608,6 @@ void IGL.GetnUniformKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488737,6 +288618,7 @@ public static void GetnUniformKHR( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetnUniformKHR(program, location, bufSize, @params); + [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectBufferfvATI( [NativeTypeName("GLuint")] uint buffer, @@ -488751,7 +288633,6 @@ _slots[1100] is not null and var loadedFnPtr ) )(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetObjectBufferfvATI( @@ -488760,6 +288641,8 @@ public static void GetObjectBufferfvATI( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetObjectBufferfvATI(buffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectBufferfvATI( [NativeTypeName("GLuint")] uint buffer, @@ -488773,7 +288656,6 @@ void IGL.GetObjectBufferfvATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488783,6 +288665,8 @@ public static void GetObjectBufferfvATI( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetObjectBufferfvATI(buffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetObjectBufferfvATI( [NativeTypeName("GLuint")] uint buffer, @@ -488794,7 +288678,6 @@ float IGL.GetObjectBufferfvATI( return @params; } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488803,6 +288686,7 @@ public static float GetObjectBufferfvATI( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetObjectBufferfvATI(buffer, pname); + [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectBufferivATI( [NativeTypeName("GLuint")] uint buffer, @@ -488817,7 +288701,6 @@ _slots[1101] is not null and var loadedFnPtr ) )(buffer, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetObjectBufferivATI( @@ -488826,6 +288709,8 @@ public static void GetObjectBufferivATI( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetObjectBufferivATI(buffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectBufferivATI( [NativeTypeName("GLuint")] uint buffer, @@ -488839,7 +288724,6 @@ void IGL.GetObjectBufferivATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488849,6 +288733,8 @@ public static void GetObjectBufferivATI( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetObjectBufferivATI(buffer, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetObjectBufferivATI( [NativeTypeName("GLuint")] uint buffer, @@ -488860,7 +288746,6 @@ int IGL.GetObjectBufferivATI( return @params; } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488869,6 +288754,7 @@ public static int GetObjectBufferivATI( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetObjectBufferivATI(buffer, pname); + [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectLabel( [NativeTypeName("GLenum")] uint identifier, @@ -488885,16 +288771,6 @@ _slots[1102] is not null and var loadedFnPtr ) )(identifier, name, bufSize, length, label); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetObjectLabel( @@ -488905,6 +288781,8 @@ public static void GetObjectLabel( [NativeTypeName("GLchar *")] sbyte* label ) => ThisThread.GetObjectLabel(identifier, name, bufSize, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectLabel( [NativeTypeName("GLenum")] Constant identifier, @@ -488921,16 +288799,6 @@ void IGL.GetObjectLabel( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488942,6 +288810,8 @@ public static void GetObjectLabel( [NativeTypeName("GLchar *")] Ref label ) => ThisThread.GetObjectLabel(identifier, name, bufSize, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetObjectLabel( [NativeTypeName("GLenum")] Constant identifier, @@ -488957,16 +288827,6 @@ sbyte IGL.GetObjectLabel( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -488976,6 +288836,7 @@ public static sbyte GetObjectLabel( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetObjectLabel(identifier, name, length); + [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectLabelEXT( [NativeTypeName("GLenum")] uint type, @@ -488992,9 +288853,6 @@ _slots[1103] is not null and var loadedFnPtr ) )(type, @object, bufSize, length, label); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetObjectLabelEXT( @@ -489005,6 +288863,8 @@ public static void GetObjectLabelEXT( [NativeTypeName("GLchar *")] sbyte* label ) => ThisThread.GetObjectLabelEXT(type, @object, bufSize, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectLabelEXT( [NativeTypeName("GLenum")] uint type, @@ -489021,9 +288881,6 @@ void IGL.GetObjectLabelEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489035,6 +288892,8 @@ public static void GetObjectLabelEXT( [NativeTypeName("GLchar *")] Ref label ) => ThisThread.GetObjectLabelEXT(type, @object, bufSize, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetObjectLabelEXT( [NativeTypeName("GLenum")] uint type, @@ -489050,9 +288909,6 @@ sbyte IGL.GetObjectLabelEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489062,6 +288918,7 @@ public static sbyte GetObjectLabelEXT( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetObjectLabelEXT(type, @object, length); + [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectLabelKHR( [NativeTypeName("GLenum")] uint identifier, @@ -489078,7 +288935,6 @@ _slots[1104] is not null and var loadedFnPtr ) )(identifier, name, bufSize, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetObjectLabelKHR( @@ -489089,6 +288945,8 @@ public static void GetObjectLabelKHR( [NativeTypeName("GLchar *")] sbyte* label ) => ThisThread.GetObjectLabelKHR(identifier, name, bufSize, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectLabelKHR( [NativeTypeName("GLenum")] uint identifier, @@ -489105,7 +288963,6 @@ void IGL.GetObjectLabelKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489117,6 +288974,8 @@ public static void GetObjectLabelKHR( [NativeTypeName("GLchar *")] Ref label ) => ThisThread.GetObjectLabelKHR(identifier, name, bufSize, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetObjectLabelKHR( [NativeTypeName("GLenum")] uint identifier, @@ -489132,7 +288991,6 @@ sbyte IGL.GetObjectLabelKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489142,6 +289000,7 @@ public static sbyte GetObjectLabelKHR( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetObjectLabelKHR(identifier, name, length); + [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectParameterfvARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -489159,7 +289018,6 @@ _slots[1105] is not null and var loadedFnPtr ) )(obj, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetObjectParameterfvARB( @@ -489168,6 +289026,8 @@ public static void GetObjectParameterfvARB( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetObjectParameterfvARB(obj, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectParameterfvARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -489181,7 +289041,6 @@ void IGL.GetObjectParameterfvARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489191,6 +289050,8 @@ public static void GetObjectParameterfvARB( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetObjectParameterfvARB(obj, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetObjectParameterfvARB([NativeTypeName("GLhandleARB")] uint obj) { @@ -489199,15 +289060,15 @@ float IGL.GetObjectParameterfvARB([NativeTypeName("GLhandleARB")] uint obj) return @params; } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float GetObjectParameterfvARB([NativeTypeName("GLhandleARB")] uint obj) => ThisThread.GetObjectParameterfvARB(obj); + [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetObjectParameterApple( + void IGL.GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, @@ -489224,18 +289085,19 @@ _slots[1106] is not null and var loadedFnPtr ) )(objectType, name, pname, @params); - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetObjectParameterApple( + public static void GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params - ) => ThisThread.GetObjectParameterApple(objectType, name, pname, @params); + ) => ThisThread.GetObjectParameterAPPLE(objectType, name, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetObjectParameterApple( + void IGL.GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, @@ -489244,41 +289106,42 @@ void IGL.GetObjectParameterApple( { fixed (int* __dsl_params = @params) { - ((IGL)this).GetObjectParameterApple(objectType, name, pname, __dsl_params); + ((IGL)this).GetObjectParameterAPPLE(objectType, name, pname, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetObjectParameterApple( + public static void GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] Ref @params - ) => ThisThread.GetObjectParameterApple(objectType, name, pname, @params); + ) => ThisThread.GetObjectParameterAPPLE(objectType, name, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - int IGL.GetObjectParameterApple( + int IGL.GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name ) { int @params = default; - ((IGL)this).GetObjectParameterApple(objectType, name, 1, (int*)&@params); + ((IGL)this).GetObjectParameterAPPLE(objectType, name, 1, (int*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static int GetObjectParameterApple( + public static int GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name - ) => ThisThread.GetObjectParameterApple(objectType, name); + ) => ThisThread.GetObjectParameterAPPLE(objectType, name); + [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectParameterivARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -489296,7 +289159,6 @@ _slots[1107] is not null and var loadedFnPtr ) )(obj, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetObjectParameterivARB( @@ -489305,6 +289167,8 @@ public static void GetObjectParameterivARB( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetObjectParameterivARB(obj, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectParameterivARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -489318,7 +289182,6 @@ void IGL.GetObjectParameterivARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489328,6 +289191,8 @@ public static void GetObjectParameterivARB( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetObjectParameterivARB(obj, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetObjectParameterivARB([NativeTypeName("GLhandleARB")] uint obj) { @@ -489336,13 +289201,13 @@ int IGL.GetObjectParameterivARB([NativeTypeName("GLhandleARB")] uint obj) return @params; } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetObjectParameterivARB([NativeTypeName("GLhandleARB")] uint obj) => ThisThread.GetObjectParameterivARB(obj); + [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectPtrLabel( [NativeTypeName("const void *")] void* ptr, @@ -489358,16 +289223,6 @@ _slots[1108] is not null and var loadedFnPtr ) )(ptr, bufSize, length, label); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetObjectPtrLabel( @@ -489377,6 +289232,8 @@ public static void GetObjectPtrLabel( [NativeTypeName("GLchar *")] sbyte* label ) => ThisThread.GetObjectPtrLabel(ptr, bufSize, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectPtrLabel( [NativeTypeName("const void *")] Ref ptr, @@ -489393,16 +289250,6 @@ void IGL.GetObjectPtrLabel( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489413,6 +289260,8 @@ public static void GetObjectPtrLabel( [NativeTypeName("GLchar *")] Ref label ) => ThisThread.GetObjectPtrLabel(ptr, bufSize, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetObjectPtrLabel( [NativeTypeName("const void *")] Ref ptr, @@ -489428,16 +289277,6 @@ sbyte IGL.GetObjectPtrLabel( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489446,6 +289285,7 @@ public static sbyte GetObjectPtrLabel( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetObjectPtrLabel(ptr, length); + [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectPtrLabelKHR( [NativeTypeName("const void *")] void* ptr, @@ -489461,7 +289301,6 @@ _slots[1109] is not null and var loadedFnPtr ) )(ptr, bufSize, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetObjectPtrLabelKHR( @@ -489471,6 +289310,8 @@ public static void GetObjectPtrLabelKHR( [NativeTypeName("GLchar *")] sbyte* label ) => ThisThread.GetObjectPtrLabelKHR(ptr, bufSize, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetObjectPtrLabelKHR( [NativeTypeName("const void *")] Ref ptr, @@ -489487,7 +289328,6 @@ void IGL.GetObjectPtrLabelKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489498,6 +289338,8 @@ public static void GetObjectPtrLabelKHR( [NativeTypeName("GLchar *")] Ref label ) => ThisThread.GetObjectPtrLabelKHR(ptr, bufSize, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetObjectPtrLabelKHR( [NativeTypeName("const void *")] Ref ptr, @@ -489513,7 +289355,6 @@ sbyte IGL.GetObjectPtrLabelKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489522,6 +289363,7 @@ public static sbyte GetObjectPtrLabelKHR( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetObjectPtrLabelKHR(ptr, length); + [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetOcclusionQueryNV( [NativeTypeName("GLuint")] uint id, @@ -489536,7 +289378,6 @@ _slots[1110] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetOcclusionQueryNV( @@ -489545,6 +289386,8 @@ public static void GetOcclusionQueryNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetOcclusionQueryNV(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetOcclusionQueryNV( [NativeTypeName("GLuint")] uint id, @@ -489558,7 +289401,6 @@ void IGL.GetOcclusionQueryNV( } } - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489568,6 +289410,7 @@ public static void GetOcclusionQueryNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetOcclusionQueryNV(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetOcclusionQueryNV( [NativeTypeName("GLuint")] uint id, @@ -489585,7 +289428,6 @@ _slots[1111] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetOcclusionQueryNV( @@ -489594,6 +289436,8 @@ public static void GetOcclusionQueryNV( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetOcclusionQueryNV(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetOcclusionQueryNV( [NativeTypeName("GLuint")] uint id, @@ -489607,7 +289451,6 @@ void IGL.GetOcclusionQueryNV( } } - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489617,6 +289460,7 @@ public static void GetOcclusionQueryNV( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetOcclusionQueryNV(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathColorGenNV( [NativeTypeName("GLenum")] uint color, @@ -489631,7 +289475,6 @@ _slots[1112] is not null and var loadedFnPtr ) )(color, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPathColorGenNV( @@ -489640,6 +289483,8 @@ public static void GetPathColorGenNV( [NativeTypeName("GLfloat *")] float* value ) => ThisThread.GetPathColorGenNV(color, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathColorGenNV( [NativeTypeName("GLenum")] Constant color, @@ -489653,7 +289498,6 @@ void IGL.GetPathColorGenNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489663,6 +289507,7 @@ public static void GetPathColorGenNV( [NativeTypeName("GLfloat *")] Ref value ) => ThisThread.GetPathColorGenNV(color, pname, value); + [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathColorGenNV( [NativeTypeName("GLenum")] uint color, @@ -489677,7 +289522,6 @@ _slots[1113] is not null and var loadedFnPtr ) )(color, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPathColorGenNV( @@ -489686,6 +289530,8 @@ public static void GetPathColorGenNV( [NativeTypeName("GLint *")] int* value ) => ThisThread.GetPathColorGenNV(color, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathColorGenNV( [NativeTypeName("GLenum")] Constant color, @@ -489699,7 +289545,6 @@ void IGL.GetPathColorGenNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489709,6 +289554,7 @@ public static void GetPathColorGenNV( [NativeTypeName("GLint *")] Ref value ) => ThisThread.GetPathColorGenNV(color, pname, value); + [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -489722,9 +289568,6 @@ _slots[1114] is not null and var loadedFnPtr ) )(path, commands); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPathCommandsNV( @@ -489732,6 +289575,8 @@ public static void GetPathCommandsNV( [NativeTypeName("GLubyte *")] byte* commands ) => ThisThread.GetPathCommandsNV(path, commands); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -489744,9 +289589,6 @@ void IGL.GetPathCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489755,6 +289597,8 @@ public static void GetPathCommandsNV( [NativeTypeName("GLubyte *")] Ref commands ) => ThisThread.GetPathCommandsNV(path, commands); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte IGL.GetPathCommandsNV() { @@ -489763,14 +289607,13 @@ byte IGL.GetPathCommandsNV() return commands; } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte GetPathCommandsNV() => ThisThread.GetPathCommandsNV(); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -489783,9 +289626,6 @@ void IGL.GetPathCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489794,6 +289634,7 @@ public static void GetPathCommandsNV( [NativeTypeName("GLubyte *")] Ref commands ) => ThisThread.GetPathCommandsNV(path, commands); + [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathCoordsNV( [NativeTypeName("GLuint")] uint path, @@ -489807,9 +289648,6 @@ _slots[1115] is not null and var loadedFnPtr ) )(path, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPathCoordsNV( @@ -489817,6 +289655,8 @@ public static void GetPathCoordsNV( [NativeTypeName("GLfloat *")] float* coords ) => ThisThread.GetPathCoordsNV(path, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathCoordsNV( [NativeTypeName("GLuint")] uint path, @@ -489829,9 +289669,6 @@ void IGL.GetPathCoordsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489840,6 +289677,8 @@ public static void GetPathCoordsNV( [NativeTypeName("GLfloat *")] Ref coords ) => ThisThread.GetPathCoordsNV(path, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetPathCoordsNV() { @@ -489848,14 +289687,12 @@ float IGL.GetPathCoordsNV() return coords; } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float GetPathCoordsNV() => ThisThread.GetPathCoordsNV(); + [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathDashArrayNV( [NativeTypeName("GLuint")] uint path, @@ -489869,9 +289706,6 @@ _slots[1116] is not null and var loadedFnPtr ) )(path, dashArray); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPathDashArrayNV( @@ -489879,6 +289713,8 @@ public static void GetPathDashArrayNV( [NativeTypeName("GLfloat *")] float* dashArray ) => ThisThread.GetPathDashArrayNV(path, dashArray); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathDashArrayNV( [NativeTypeName("GLuint")] uint path, @@ -489891,9 +289727,6 @@ void IGL.GetPathDashArrayNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -489902,6 +289735,8 @@ public static void GetPathDashArrayNV( [NativeTypeName("GLfloat *")] Ref dashArray ) => ThisThread.GetPathDashArrayNV(path, dashArray); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetPathDashArrayNV() { @@ -489910,14 +289745,13 @@ float IGL.GetPathDashArrayNV() return dashArray; } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float GetPathDashArrayNV() => ThisThread.GetPathDashArrayNV(); + [return: NativeTypeName("GLfloat")] + [NativeFunction("opengl", EntryPoint = "glGetPathLengthNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetPathLengtNV( [NativeTypeName("GLuint")] uint path, @@ -489933,9 +289767,6 @@ _slots[1117] is not null and var loadedFnPtr )(path, startSegment, numSegments); [return: NativeTypeName("GLfloat")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathLengthNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float GetPathLengtNV( @@ -489944,6 +289775,7 @@ public static float GetPathLengtNV( [NativeTypeName("GLsizei")] uint numSegments ) => ThisThread.GetPathLengtNV(path, startSegment, numSegments); + [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathMetricRangeNV( [NativeTypeName("GLbitfield")] uint metricQueryMask, @@ -489960,9 +289792,6 @@ _slots[1118] is not null and var loadedFnPtr ) )(metricQueryMask, firstPathName, numPaths, stride, metrics); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPathMetricRangeNV( @@ -489973,6 +289802,8 @@ public static void GetPathMetricRangeNV( [NativeTypeName("GLfloat *")] float* metrics ) => ThisThread.GetPathMetricRangeNV(metricQueryMask, firstPathName, numPaths, stride, metrics); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathMetricRangeNV( [NativeTypeName("GLbitfield")] Constant metricQueryMask, @@ -489994,9 +289825,6 @@ void IGL.GetPathMetricRangeNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490008,6 +289836,7 @@ public static void GetPathMetricRangeNV( [NativeTypeName("GLfloat *")] Ref metrics ) => ThisThread.GetPathMetricRangeNV(metricQueryMask, firstPathName, numPaths, stride, metrics); + [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathMetricNV( [NativeTypeName("GLbitfield")] uint metricQueryMask, @@ -490026,9 +289855,6 @@ _slots[1119] is not null and var loadedFnPtr ) )(metricQueryMask, numPaths, pathNameType, paths, pathBase, stride, metrics); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPathMetricNV( @@ -490050,6 +289876,8 @@ public static void GetPathMetricNV( metrics ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathMetricNV( [NativeTypeName("GLbitfield")] Constant metricQueryMask, @@ -490076,9 +289904,6 @@ void IGL.GetPathMetricNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490101,6 +289926,7 @@ public static void GetPathMetricNV( metrics ); + [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -490115,9 +289941,6 @@ _slots[1120] is not null and var loadedFnPtr ) )(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPathParameterNV( @@ -490126,6 +289949,8 @@ public static void GetPathParameterNV( [NativeTypeName("GLfloat *")] float* value ) => ThisThread.GetPathParameterNV(path, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -490139,9 +289964,6 @@ void IGL.GetPathParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490151,6 +289973,7 @@ public static void GetPathParameterNV( [NativeTypeName("GLfloat *")] Ref value ) => ThisThread.GetPathParameterNV(path, pname, value); + [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -490165,9 +289988,6 @@ _slots[1121] is not null and var loadedFnPtr ) )(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPathParameterNV( @@ -490176,6 +289996,8 @@ public static void GetPathParameterNV( [NativeTypeName("GLint *")] int* value ) => ThisThread.GetPathParameterNV(path, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -490189,9 +290011,6 @@ void IGL.GetPathParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490201,6 +290020,7 @@ public static void GetPathParameterNV( [NativeTypeName("GLint *")] Ref value ) => ThisThread.GetPathParameterNV(path, pname, value); + [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathSpacingNV( [NativeTypeName("GLenum")] uint pathListMode, @@ -490231,9 +290051,6 @@ _slots[1122] is not null and var loadedFnPtr returnedSpacing ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPathSpacingNV( @@ -490259,6 +290076,8 @@ public static void GetPathSpacingNV( returnedSpacing ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathSpacingNV( [NativeTypeName("GLenum")] Constant pathListMode, @@ -490289,9 +290108,6 @@ void IGL.GetPathSpacingNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490318,6 +290134,7 @@ public static void GetPathSpacingNV( returnedSpacing ); + [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathTexGenNV( [NativeTypeName("GLenum")] uint texCoordSet, @@ -490332,7 +290149,6 @@ _slots[1123] is not null and var loadedFnPtr ) )(texCoordSet, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPathTexGenNV( @@ -490341,6 +290157,8 @@ public static void GetPathTexGenNV( [NativeTypeName("GLfloat *")] float* value ) => ThisThread.GetPathTexGenNV(texCoordSet, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathTexGenNV( [NativeTypeName("GLenum")] Constant texCoordSet, @@ -490354,7 +290172,6 @@ void IGL.GetPathTexGenNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490364,6 +290181,7 @@ public static void GetPathTexGenNV( [NativeTypeName("GLfloat *")] Ref value ) => ThisThread.GetPathTexGenNV(texCoordSet, pname, value); + [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathTexGenNV( [NativeTypeName("GLenum")] uint texCoordSet, @@ -490378,7 +290196,6 @@ _slots[1124] is not null and var loadedFnPtr ) )(texCoordSet, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPathTexGenNV( @@ -490387,6 +290204,8 @@ public static void GetPathTexGenNV( [NativeTypeName("GLint *")] int* value ) => ThisThread.GetPathTexGenNV(texCoordSet, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPathTexGenNV( [NativeTypeName("GLenum")] Constant texCoordSet, @@ -490400,7 +290219,6 @@ void IGL.GetPathTexGenNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490410,8 +290228,9 @@ public static void GetPathTexGenNV( [NativeTypeName("GLint *")] Ref value ) => ThisThread.GetPathTexGenNV(texCoordSet, pname, value); + [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetPerfCounterInfoIntel( + void IGL.GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -490459,12 +290278,9 @@ _slots[1125] is not null and var loadedFnPtr rawCounterMaxValue ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetPerfCounterInfoIntel( + public static void GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -490477,7 +290293,7 @@ public static void GetPerfCounterInfoIntel( [NativeTypeName("GLuint *")] uint* counterDataTypeEnum, [NativeTypeName("GLuint64 *")] ulong* rawCounterMaxValue ) => - ThisThread.GetPerfCounterInfoIntel( + ThisThread.GetPerfCounterInfoINTEL( queryId, counterId, counterNameLength, @@ -490491,8 +290307,10 @@ public static void GetPerfCounterInfoIntel( rawCounterMaxValue ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetPerfCounterInfoIntel( + void IGL.GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -490514,7 +290332,7 @@ void IGL.GetPerfCounterInfoIntel( fixed (sbyte* __dsl_counterDesc = counterDesc) fixed (sbyte* __dsl_counterName = counterName) { - ((IGL)this).GetPerfCounterInfoIntel( + ((IGL)this).GetPerfCounterInfoINTEL( queryId, counterId, counterNameLength, @@ -490530,13 +290348,10 @@ void IGL.GetPerfCounterInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetPerfCounterInfoIntel( + public static void GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -490549,7 +290364,7 @@ public static void GetPerfCounterInfoIntel( [NativeTypeName("GLuint *")] Ref counterDataTypeEnum, [NativeTypeName("GLuint64 *")] Ref rawCounterMaxValue ) => - ThisThread.GetPerfCounterInfoIntel( + ThisThread.GetPerfCounterInfoINTEL( queryId, counterId, counterNameLength, @@ -490563,6 +290378,7 @@ public static void GetPerfCounterInfoIntel( rawCounterMaxValue ); + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPerfMonitorCounterDataAMD( [NativeTypeName("GLuint")] uint monitor, @@ -490582,9 +290398,6 @@ _slots[1126] is not null and var loadedFnPtr ) )(monitor, pname, dataSize, data, bytesWritten); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPerfMonitorCounterDataAMD( @@ -490595,6 +290408,8 @@ public static void GetPerfMonitorCounterDataAMD( [NativeTypeName("GLint *")] int* bytesWritten ) => ThisThread.GetPerfMonitorCounterDataAMD(monitor, pname, dataSize, data, bytesWritten); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPerfMonitorCounterDataAMD( [NativeTypeName("GLuint")] uint monitor, @@ -490617,9 +290432,6 @@ void IGL.GetPerfMonitorCounterDataAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490631,6 +290443,8 @@ public static void GetPerfMonitorCounterDataAMD( [NativeTypeName("GLint *")] Ref bytesWritten ) => ThisThread.GetPerfMonitorCounterDataAMD(monitor, pname, dataSize, data, bytesWritten); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetPerfMonitorCounterDataAMD( [NativeTypeName("GLuint")] uint monitor, @@ -490653,9 +290467,6 @@ int IGL.GetPerfMonitorCounterDataAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490666,6 +290477,7 @@ public static int GetPerfMonitorCounterDataAMD( [NativeTypeName("GLuint *")] Ref data ) => ThisThread.GetPerfMonitorCounterDataAMD(monitor, pname, dataSize, data); + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPerfMonitorCounterInfoAMD( [NativeTypeName("GLuint")] uint group, @@ -490684,9 +290496,6 @@ _slots[1127] is not null and var loadedFnPtr ) )(group, counter, pname, data); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPerfMonitorCounterInfoAMD( @@ -490696,6 +290505,8 @@ public static void GetPerfMonitorCounterInfoAMD( void* data ) => ThisThread.GetPerfMonitorCounterInfoAMD(group, counter, pname, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPerfMonitorCounterInfoAMD( [NativeTypeName("GLuint")] uint group, @@ -490710,9 +290521,6 @@ Ref data } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490723,6 +290531,7 @@ public static void GetPerfMonitorCounterInfoAMD( Ref data ) => ThisThread.GetPerfMonitorCounterInfoAMD(group, counter, pname, data); + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint group, @@ -490742,9 +290551,6 @@ _slots[1128] is not null and var loadedFnPtr ) )(group, numCounters, maxActiveCounters, counterSize, counters); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPerfMonitorCountersAMD( @@ -490762,6 +290568,8 @@ public static void GetPerfMonitorCountersAMD( counters ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint group, @@ -490785,9 +290593,6 @@ void IGL.GetPerfMonitorCountersAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490806,6 +290611,8 @@ public static void GetPerfMonitorCountersAMD( counters ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint group, @@ -490828,9 +290635,6 @@ uint IGL.GetPerfMonitorCountersAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490840,6 +290644,7 @@ public static uint GetPerfMonitorCountersAMD( [NativeTypeName("GLint *")] Ref maxActiveCounters ) => ThisThread.GetPerfMonitorCountersAMD(group, numCounters, maxActiveCounters); + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPerfMonitorCounterStringAMD( [NativeTypeName("GLuint")] uint group, @@ -490859,9 +290664,6 @@ _slots[1129] is not null and var loadedFnPtr ) )(group, counter, bufSize, length, counterString); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPerfMonitorCounterStringAMD( @@ -490872,6 +290674,8 @@ public static void GetPerfMonitorCounterStringAMD( [NativeTypeName("GLchar *")] sbyte* counterString ) => ThisThread.GetPerfMonitorCounterStringAMD(group, counter, bufSize, length, counterString); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPerfMonitorCounterStringAMD( [NativeTypeName("GLuint")] uint group, @@ -490894,9 +290698,6 @@ void IGL.GetPerfMonitorCounterStringAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490908,6 +290709,8 @@ public static void GetPerfMonitorCounterStringAMD( [NativeTypeName("GLchar *")] Ref counterString ) => ThisThread.GetPerfMonitorCounterStringAMD(group, counter, bufSize, length, counterString); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetPerfMonitorCounterStringAMD( [NativeTypeName("GLuint")] uint group, @@ -490929,9 +290732,6 @@ sbyte IGL.GetPerfMonitorCounterStringAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490941,6 +290741,7 @@ public static sbyte GetPerfMonitorCounterStringAMD( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetPerfMonitorCounterStringAMD(group, counter, length); + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPerfMonitorGroupsAMD( [NativeTypeName("GLint *")] int* numGroups, @@ -490958,9 +290759,6 @@ _slots[1130] is not null and var loadedFnPtr ) )(numGroups, groupsSize, groups); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPerfMonitorGroupsAMD( @@ -490969,6 +290767,8 @@ public static void GetPerfMonitorGroupsAMD( [NativeTypeName("GLuint *")] uint* groups ) => ThisThread.GetPerfMonitorGroupsAMD(numGroups, groupsSize, groups); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPerfMonitorGroupsAMD( [NativeTypeName("GLint *")] Ref numGroups, @@ -490983,9 +290783,6 @@ void IGL.GetPerfMonitorGroupsAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -490995,6 +290792,8 @@ public static void GetPerfMonitorGroupsAMD( [NativeTypeName("GLuint *")] Ref groups ) => ThisThread.GetPerfMonitorGroupsAMD(numGroups, groupsSize, groups); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetPerfMonitorGroupsAMD([NativeTypeName("GLint *")] Ref numGroups) { @@ -491006,15 +290805,13 @@ uint IGL.GetPerfMonitorGroupsAMD([NativeTypeName("GLint *")] Ref numGroups) } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetPerfMonitorGroupsAMD([NativeTypeName("GLint *")] Ref numGroups) => ThisThread.GetPerfMonitorGroupsAMD(numGroups); + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPerfMonitorGroupStringAMD( [NativeTypeName("GLuint")] uint group, @@ -491033,9 +290830,6 @@ _slots[1131] is not null and var loadedFnPtr ) )(group, bufSize, length, groupString); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPerfMonitorGroupStringAMD( @@ -491045,6 +290839,8 @@ public static void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLchar *")] sbyte* groupString ) => ThisThread.GetPerfMonitorGroupStringAMD(group, bufSize, length, groupString); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPerfMonitorGroupStringAMD( [NativeTypeName("GLuint")] uint group, @@ -491065,9 +290861,6 @@ void IGL.GetPerfMonitorGroupStringAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -491078,6 +290871,8 @@ public static void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLchar *")] Ref groupString ) => ThisThread.GetPerfMonitorGroupStringAMD(group, bufSize, length, groupString); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetPerfMonitorGroupStringAMD( [NativeTypeName("GLuint")] uint group, @@ -491092,9 +290887,6 @@ sbyte IGL.GetPerfMonitorGroupStringAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -491103,8 +290895,9 @@ public static sbyte GetPerfMonitorGroupStringAMD( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetPerfMonitorGroupStringAMD(group, length); + [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetPerfQueryDataIntel( + void IGL.GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] uint flags, [NativeTypeName("GLsizei")] uint dataSize, @@ -491119,21 +290912,20 @@ _slots[1132] is not null and var loadedFnPtr ) )(queryHandle, flags, dataSize, data, bytesWritten); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetPerfQueryDataIntel( + public static void GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] uint flags, [NativeTypeName("GLsizei")] uint dataSize, void* data, [NativeTypeName("GLuint *")] uint* bytesWritten - ) => ThisThread.GetPerfQueryDataIntel(queryHandle, flags, dataSize, data, bytesWritten); + ) => ThisThread.GetPerfQueryDataINTEL(queryHandle, flags, dataSize, data, bytesWritten); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetPerfQueryDataIntel( + void IGL.GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] Constant flags, [NativeTypeName("GLsizei")] uint dataSize, @@ -491144,7 +290936,7 @@ void IGL.GetPerfQueryDataIntel( fixed (uint* __dsl_bytesWritten = bytesWritten) fixed (void* __dsl_data = data) { - ((IGL)this).GetPerfQueryDataIntel( + ((IGL)this).GetPerfQueryDataINTEL( queryHandle, (uint)flags, dataSize, @@ -491154,22 +290946,20 @@ void IGL.GetPerfQueryDataIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetPerfQueryDataIntel( + public static void GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] Constant flags, [NativeTypeName("GLsizei")] uint dataSize, Ref data, [NativeTypeName("GLuint *")] Ref bytesWritten - ) => ThisThread.GetPerfQueryDataIntel(queryHandle, flags, dataSize, data, bytesWritten); + ) => ThisThread.GetPerfQueryDataINTEL(queryHandle, flags, dataSize, data, bytesWritten); + [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetPerfQueryIdByNameIntel( + void IGL.GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] sbyte* queryName, [NativeTypeName("GLuint *")] uint* queryId ) => @@ -491184,18 +290974,17 @@ _slots[1133] is not null and var loadedFnPtr ) )(queryName, queryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetPerfQueryIdByNameIntel( + public static void GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] sbyte* queryName, [NativeTypeName("GLuint *")] uint* queryId - ) => ThisThread.GetPerfQueryIdByNameIntel(queryName, queryId); + ) => ThisThread.GetPerfQueryIdByNameINTEL(queryName, queryId); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetPerfQueryIdByNameIntel( + void IGL.GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref queryId ) @@ -491203,23 +290992,21 @@ void IGL.GetPerfQueryIdByNameIntel( fixed (uint* __dsl_queryId = queryId) fixed (sbyte* __dsl_queryName = queryName) { - ((IGL)this).GetPerfQueryIdByNameIntel(__dsl_queryName, __dsl_queryId); + ((IGL)this).GetPerfQueryIdByNameINTEL(__dsl_queryName, __dsl_queryId); } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetPerfQueryIdByNameIntel( + public static void GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref queryId - ) => ThisThread.GetPerfQueryIdByNameIntel(queryName, queryId); + ) => ThisThread.GetPerfQueryIdByNameINTEL(queryName, queryId); + [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetPerfQueryInfoIntel( + void IGL.GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] sbyte* queryName, @@ -491236,12 +291023,9 @@ _slots[1134] is not null and var loadedFnPtr ) )(queryId, queryNameLength, queryName, dataSize, noCounters, noInstances, capsMask); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetPerfQueryInfoIntel( + public static void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] sbyte* queryName, @@ -491250,7 +291034,7 @@ public static void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] uint* noInstances, [NativeTypeName("GLuint *")] uint* capsMask ) => - ThisThread.GetPerfQueryInfoIntel( + ThisThread.GetPerfQueryInfoINTEL( queryId, queryNameLength, queryName, @@ -491260,8 +291044,10 @@ public static void GetPerfQueryInfoIntel( capsMask ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetPerfQueryInfoIntel( + void IGL.GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -491277,7 +291063,7 @@ void IGL.GetPerfQueryInfoIntel( fixed (uint* __dsl_dataSize = dataSize) fixed (sbyte* __dsl_queryName = queryName) { - ((IGL)this).GetPerfQueryInfoIntel( + ((IGL)this).GetPerfQueryInfoINTEL( queryId, queryNameLength, __dsl_queryName, @@ -491289,13 +291075,10 @@ void IGL.GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetPerfQueryInfoIntel( + public static void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -491304,7 +291087,7 @@ public static void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] Ref noInstances, [NativeTypeName("GLuint *")] Ref capsMask ) => - ThisThread.GetPerfQueryInfoIntel( + ThisThread.GetPerfQueryInfoINTEL( queryId, queryNameLength, queryName, @@ -491314,8 +291097,10 @@ public static void GetPerfQueryInfoIntel( capsMask ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - sbyte IGL.GetPerfQueryInfoIntel( + sbyte IGL.GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, @@ -491329,7 +291114,7 @@ sbyte IGL.GetPerfQueryInfoIntel( fixed (uint* __dsl_dataSize = dataSize) { sbyte queryName = default; - ((IGL)this).GetPerfQueryInfoIntel( + ((IGL)this).GetPerfQueryInfoINTEL( queryId, 1, (sbyte*)&queryName, @@ -491342,22 +291127,21 @@ sbyte IGL.GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static sbyte GetPerfQueryInfoIntel( + public static sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, [NativeTypeName("GLuint *")] Ref capsMask - ) => ThisThread.GetPerfQueryInfoIntel(queryId, dataSize, noCounters, noInstances, capsMask); + ) => ThisThread.GetPerfQueryInfoINTEL(queryId, dataSize, noCounters, noInstances, capsMask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetPerfQueryInfoIntel( + void IGL.GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -491373,7 +291157,7 @@ void IGL.GetPerfQueryInfoIntel( fixed (uint* __dsl_dataSize = dataSize) fixed (sbyte* __dsl_queryName = queryName) { - ((IGL)this).GetPerfQueryInfoIntel( + ((IGL)this).GetPerfQueryInfoINTEL( queryId, queryNameLength, __dsl_queryName, @@ -491385,13 +291169,10 @@ void IGL.GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetPerfQueryInfoIntel( + public static void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -491400,7 +291181,7 @@ public static void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] Ref noInstances, [NativeTypeName("GLuint *")] Ref capsMask ) => - ThisThread.GetPerfQueryInfoIntel( + ThisThread.GetPerfQueryInfoINTEL( queryId, queryNameLength, queryName, @@ -491410,8 +291191,10 @@ public static void GetPerfQueryInfoIntel( capsMask ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - sbyte IGL.GetPerfQueryInfoIntel( + sbyte IGL.GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, @@ -491425,7 +291208,7 @@ sbyte IGL.GetPerfQueryInfoIntel( fixed (uint* __dsl_dataSize = dataSize) { sbyte queryName = default; - ((IGL)this).GetPerfQueryInfoIntel( + ((IGL)this).GetPerfQueryInfoINTEL( queryId, 1, (sbyte*)&queryName, @@ -491438,38 +291221,37 @@ sbyte IGL.GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static sbyte GetPerfQueryInfoIntel( + public static sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, [NativeTypeName("GLuint *")] Ref capsMask - ) => ThisThread.GetPerfQueryInfoIntel(queryId, dataSize, noCounters, noInstances, capsMask); + ) => ThisThread.GetPerfQueryInfoINTEL(queryId, dataSize, noCounters, noInstances, capsMask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetPerfQueryInfoIntel( + void IGL.GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask + [NativeTypeName("GLuint *")] Ref capsMask ) { - fixed (PerformanceQueryCapsMaskIntel* __dsl_capsMask = capsMask) + fixed (PerformanceQueryCapsMaskINTEL* __dsl_capsMask = capsMask) fixed (uint* __dsl_noInstances = noInstances) fixed (uint* __dsl_noCounters = noCounters) fixed (uint* __dsl_dataSize = dataSize) fixed (sbyte* __dsl_queryName = queryName) { - ((IGL)this).GetPerfQueryInfoIntel( + ((IGL)this).GetPerfQueryInfoINTEL( queryId, queryNameLength, __dsl_queryName, @@ -491481,22 +291263,19 @@ void IGL.GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetPerfQueryInfoIntel( + public static void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask + [NativeTypeName("GLuint *")] Ref capsMask ) => - ThisThread.GetPerfQueryInfoIntel( + ThisThread.GetPerfQueryInfoINTEL( queryId, queryNameLength, queryName, @@ -491506,22 +291285,24 @@ public static void GetPerfQueryInfoIntel( capsMask ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - sbyte IGL.GetPerfQueryInfoIntel( + sbyte IGL.GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask + [NativeTypeName("GLuint *")] Ref capsMask ) { - fixed (PerformanceQueryCapsMaskIntel* __dsl_capsMask = capsMask) + fixed (PerformanceQueryCapsMaskINTEL* __dsl_capsMask = capsMask) fixed (uint* __dsl_noInstances = noInstances) fixed (uint* __dsl_noCounters = noCounters) fixed (uint* __dsl_dataSize = dataSize) { sbyte queryName = default; - ((IGL)this).GetPerfQueryInfoIntel( + ((IGL)this).GetPerfQueryInfoINTEL( queryId, 1, (sbyte*)&queryName, @@ -491534,20 +291315,18 @@ sbyte IGL.GetPerfQueryInfoIntel( } } - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static sbyte GetPerfQueryInfoIntel( + public static sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask - ) => ThisThread.GetPerfQueryInfoIntel(queryId, dataSize, noCounters, noInstances, capsMask); + [NativeTypeName("GLuint *")] Ref capsMask + ) => ThisThread.GetPerfQueryInfoINTEL(queryId, dataSize, noCounters, noInstances, capsMask); + [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelMap( [NativeTypeName("GLenum")] uint map, @@ -491561,31 +291340,6 @@ _slots[1135] is not null and var loadedFnPtr ) )(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPixelMap( @@ -491593,6 +291347,8 @@ public static void GetPixelMap( [NativeTypeName("GLfloat *")] float* values ) => ThisThread.GetPixelMap(map, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelMap( [NativeTypeName("GLenum")] Constant map, @@ -491605,31 +291361,6 @@ void IGL.GetPixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -491638,6 +291369,7 @@ public static void GetPixelMap( [NativeTypeName("GLfloat *")] Ref values ) => ThisThread.GetPixelMap(map, values); + [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelMap( [NativeTypeName("GLenum")] uint map, @@ -491651,31 +291383,6 @@ _slots[1136] is not null and var loadedFnPtr ) )(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPixelMap( @@ -491683,6 +291390,8 @@ public static void GetPixelMap( [NativeTypeName("GLuint *")] uint* values ) => ThisThread.GetPixelMap(map, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelMap( [NativeTypeName("GLenum")] Constant map, @@ -491695,31 +291404,6 @@ void IGL.GetPixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -491728,6 +291412,7 @@ public static void GetPixelMap( [NativeTypeName("GLuint *")] Ref values ) => ThisThread.GetPixelMap(map, values); + [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelMap( [NativeTypeName("GLenum")] uint map, @@ -491741,31 +291426,6 @@ _slots[1137] is not null and var loadedFnPtr ) )(map, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPixelMap( @@ -491773,6 +291433,8 @@ public static void GetPixelMap( [NativeTypeName("GLushort *")] ushort* values ) => ThisThread.GetPixelMap(map, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelMap( [NativeTypeName("GLenum")] Constant map, @@ -491785,31 +291447,6 @@ void IGL.GetPixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -491818,6 +291455,7 @@ public static void GetPixelMap( [NativeTypeName("GLushort *")] Ref values ) => ThisThread.GetPixelMap(map, values); + [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelMapx( [NativeTypeName("GLenum")] uint map, @@ -491832,7 +291470,6 @@ _slots[1138] is not null and var loadedFnPtr ) )(map, size, values); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPixelMapx( @@ -491841,6 +291478,8 @@ public static void GetPixelMapx( [NativeTypeName("GLfixed *")] int* values ) => ThisThread.GetPixelMapx(map, size, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelMapx( [NativeTypeName("GLenum")] Constant map, @@ -491854,7 +291493,6 @@ void IGL.GetPixelMapx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -491864,6 +291502,8 @@ public static void GetPixelMapx( [NativeTypeName("GLfixed *")] Ref values ) => ThisThread.GetPixelMapx(map, size, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetPixelMapx([NativeTypeName("GLenum")] Constant map) { @@ -491872,7 +291512,6 @@ int IGL.GetPixelMapx([NativeTypeName("GLenum")] Constant return values; } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -491880,6 +291519,7 @@ public static int GetPixelMapx( [NativeTypeName("GLenum")] Constant map ) => ThisThread.GetPixelMapx(map); + [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, @@ -491896,7 +291536,6 @@ _slots[1139] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPixelTexGenParameterSGIS( @@ -491904,6 +291543,8 @@ public static void GetPixelTexGenParameterSGIS( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetPixelTexGenParameterSGIS(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelTexGenParameterSGIS( [NativeTypeName("GLenum")] Constant pname, @@ -491916,7 +291557,6 @@ void IGL.GetPixelTexGenParameterSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -491925,6 +291565,7 @@ public static void GetPixelTexGenParameterSGIS( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetPixelTexGenParameterSGIS(pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, @@ -491941,7 +291582,6 @@ _slots[1140] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPixelTexGenParameterSGIS( @@ -491949,6 +291589,8 @@ public static void GetPixelTexGenParameterSGIS( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetPixelTexGenParameterSGIS(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelTexGenParameterSGIS( [NativeTypeName("GLenum")] Constant pname, @@ -491961,7 +291603,6 @@ void IGL.GetPixelTexGenParameterSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -491970,6 +291611,7 @@ public static void GetPixelTexGenParameterSGIS( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetPixelTexGenParameterSGIS(pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelTransformParameterfvEXT( [NativeTypeName("GLenum")] uint target, @@ -491987,7 +291629,6 @@ _slots[1141] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPixelTransformParameterfvEXT( @@ -491996,6 +291637,8 @@ public static void GetPixelTransformParameterfvEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetPixelTransformParameterfvEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelTransformParameterfvEXT( [NativeTypeName("GLenum")] uint target, @@ -492009,7 +291652,6 @@ void IGL.GetPixelTransformParameterfvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492019,6 +291661,8 @@ public static void GetPixelTransformParameterfvEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetPixelTransformParameterfvEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetPixelTransformParameterfvEXT([NativeTypeName("GLenum")] uint target) { @@ -492027,13 +291671,13 @@ float IGL.GetPixelTransformParameterfvEXT([NativeTypeName("GLenum")] uint target return @params; } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float GetPixelTransformParameterfvEXT([NativeTypeName("GLenum")] uint target) => ThisThread.GetPixelTransformParameterfvEXT(target); + [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelTransformParameterivEXT( [NativeTypeName("GLenum")] uint target, @@ -492051,7 +291695,6 @@ _slots[1142] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPixelTransformParameterivEXT( @@ -492060,6 +291703,8 @@ public static void GetPixelTransformParameterivEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetPixelTransformParameterivEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPixelTransformParameterivEXT( [NativeTypeName("GLenum")] uint target, @@ -492073,7 +291718,6 @@ void IGL.GetPixelTransformParameterivEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492083,6 +291727,8 @@ public static void GetPixelTransformParameterivEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetPixelTransformParameterivEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetPixelTransformParameterivEXT([NativeTypeName("GLenum")] uint target) { @@ -492091,13 +291737,13 @@ int IGL.GetPixelTransformParameterivEXT([NativeTypeName("GLenum")] uint target) return @params; } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetPixelTransformParameterivEXT([NativeTypeName("GLenum")] uint target) => ThisThread.GetPixelTransformParameterivEXT(target); + [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPointerEXT( [NativeTypeName("GLenum")] uint pname, @@ -492112,8 +291758,6 @@ _slots[1143] is not null and var loadedFnPtr ) )(pname, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPointerEXT( @@ -492122,6 +291766,8 @@ public static void GetPointerEXT( void** @params ) => ThisThread.GetPointerEXT(pname, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPointerEXT( [NativeTypeName("GLenum")] uint pname, @@ -492135,8 +291781,6 @@ Ref2D @params } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492146,6 +291790,7 @@ public static void GetPointerEXT( Ref2D @params ) => ThisThread.GetPointerEXT(pname, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPointerIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -492160,8 +291805,6 @@ _slots[1144] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPointerIndexedEXT( @@ -492170,6 +291813,8 @@ public static void GetPointerIndexedEXT( void** data ) => ThisThread.GetPointerIndexedEXT(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPointerIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -492183,8 +291828,6 @@ Ref2D data } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492194,6 +291837,7 @@ public static void GetPointerIndexedEXT( Ref2D data ) => ThisThread.GetPointerIndexedEXT(target, index, data); + [NativeFunction("opengl", EntryPoint = "glGetPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPointer([NativeTypeName("GLenum")] uint pname, void** @params) => ( @@ -492204,54 +291848,13 @@ _slots[1145] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - ], - MinVersion = "1.1", - MaxVersion = "3.2" - )] - [SupportedApiProfile("gles1", ["GL_KHR_debug", "GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPointer([NativeTypeName("GLenum")] uint pname, void** @params) => ThisThread.GetPointer(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPointer( [NativeTypeName("GLenum")] Constant pname, @@ -492264,49 +291867,6 @@ Ref2D @params } } - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - ], - MinVersion = "1.1", - MaxVersion = "3.2" - )] - [SupportedApiProfile("gles1", ["GL_KHR_debug", "GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492315,6 +291875,7 @@ public static void GetPointer( Ref2D @params ) => ThisThread.GetPointer(pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPointerEXT([NativeTypeName("GLenum")] uint pname, void** @params) => ( @@ -492325,12 +291886,13 @@ _slots[1146] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPointerEXT([NativeTypeName("GLenum")] uint pname, void** @params) => ThisThread.GetPointerEXT(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPointerEXT( [NativeTypeName("GLenum")] Constant pname, @@ -492343,7 +291905,6 @@ Ref2D @params } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492352,6 +291913,7 @@ public static void GetPointerEXT( Ref2D @params ) => ThisThread.GetPointerEXT(pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPointerKHR([NativeTypeName("GLenum")] uint pname, void** @params) => ( @@ -492362,12 +291924,13 @@ _slots[1147] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPointerKHR([NativeTypeName("GLenum")] uint pname, void** @params) => ThisThread.GetPointerKHR(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPointerKHR([NativeTypeName("GLenum")] uint pname, Ref2D @params) { @@ -492377,13 +291940,13 @@ void IGL.GetPointerKHR([NativeTypeName("GLenum")] uint pname, Ref2D @params) } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPointerKHR([NativeTypeName("GLenum")] uint pname, Ref2D @params) => ThisThread.GetPointerKHR(pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPolygonStipple([NativeTypeName("GLubyte *")] byte* mask) => ( @@ -492394,36 +291957,13 @@ _slots[1148] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPolygonStipple([NativeTypeName("GLubyte *")] byte* mask) => ThisThread.GetPolygonStipple(mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetPolygonStipple([NativeTypeName("GLubyte *")] Ref mask) { @@ -492433,37 +291973,13 @@ void IGL.GetPolygonStipple([NativeTypeName("GLubyte *")] Ref mask) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPolygonStipple([NativeTypeName("GLubyte *")] Ref mask) => ThisThread.GetPolygonStipple(mask); + [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramBinary( [NativeTypeName("GLuint")] uint program, @@ -492480,32 +291996,6 @@ _slots[1149] is not null and var loadedFnPtr ) )(program, bufSize, length, binaryFormat, binary); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramBinary( @@ -492516,6 +292006,8 @@ public static void GetProgramBinary( void* binary ) => ThisThread.GetProgramBinary(program, bufSize, length, binaryFormat, binary); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramBinary( [NativeTypeName("GLuint")] uint program, @@ -492539,32 +292031,6 @@ Ref binary } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492576,6 +292042,7 @@ public static void GetProgramBinary( Ref binary ) => ThisThread.GetProgramBinary(program, bufSize, length, binaryFormat, binary); + [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramBinaryOES( [NativeTypeName("GLuint")] uint program, @@ -492592,7 +292059,6 @@ _slots[1150] is not null and var loadedFnPtr ) )(program, bufSize, length, binaryFormat, binary); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramBinaryOES( @@ -492603,6 +292069,8 @@ public static void GetProgramBinaryOES( void* binary ) => ThisThread.GetProgramBinaryOES(program, bufSize, length, binaryFormat, binary); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramBinaryOES( [NativeTypeName("GLuint")] uint program, @@ -492626,7 +292094,6 @@ Ref binary } } - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492638,6 +292105,7 @@ public static void GetProgramBinaryOES( Ref binary ) => ThisThread.GetProgramBinaryOES(program, bufSize, length, binaryFormat, binary); + [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramEnvParameterARB( [NativeTypeName("GLenum")] uint target, @@ -492655,7 +292123,6 @@ _slots[1151] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramEnvParameterARB( @@ -492664,6 +292131,8 @@ public static void GetProgramEnvParameterARB( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetProgramEnvParameterARB(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramEnvParameterARB( [NativeTypeName("GLenum")] Constant target, @@ -492677,7 +292146,6 @@ void IGL.GetProgramEnvParameterARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492687,6 +292155,7 @@ public static void GetProgramEnvParameterARB( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetProgramEnvParameterARB(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramEnvParameterARB( [NativeTypeName("GLenum")] uint target, @@ -492704,7 +292173,6 @@ _slots[1152] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramEnvParameterARB( @@ -492713,6 +292181,8 @@ public static void GetProgramEnvParameterARB( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetProgramEnvParameterARB(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramEnvParameterARB( [NativeTypeName("GLenum")] Constant target, @@ -492726,7 +292196,6 @@ void IGL.GetProgramEnvParameterARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492736,6 +292205,7 @@ public static void GetProgramEnvParameterARB( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetProgramEnvParameterARB(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramEnvParameterINV( [NativeTypeName("GLenum")] uint target, @@ -492753,7 +292223,6 @@ _slots[1153] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramEnvParameterINV( @@ -492762,6 +292231,8 @@ public static void GetProgramEnvParameterINV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetProgramEnvParameterINV(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramEnvParameterINV( [NativeTypeName("GLenum")] Constant target, @@ -492775,7 +292246,6 @@ void IGL.GetProgramEnvParameterINV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492785,6 +292255,7 @@ public static void GetProgramEnvParameterINV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetProgramEnvParameterINV(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramEnvParameterINV( [NativeTypeName("GLenum")] uint target, @@ -492802,7 +292273,6 @@ _slots[1154] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramEnvParameterINV( @@ -492811,6 +292281,8 @@ public static void GetProgramEnvParameterINV( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetProgramEnvParameterINV(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramEnvParameterINV( [NativeTypeName("GLenum")] Constant target, @@ -492824,7 +292296,6 @@ void IGL.GetProgramEnvParameterINV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492834,6 +292305,7 @@ public static void GetProgramEnvParameterINV( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetProgramEnvParameterINV(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramInfoLog( [NativeTypeName("GLuint")] uint program, @@ -492849,49 +292321,6 @@ _slots[1155] is not null and var loadedFnPtr ) )(program, bufSize, length, infoLog); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramInfoLog( @@ -492901,6 +292330,8 @@ public static void GetProgramInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ) => ThisThread.GetProgramInfoLog(program, bufSize, length, infoLog); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramInfoLog( [NativeTypeName("GLuint")] uint program, @@ -492916,49 +292347,6 @@ void IGL.GetProgramInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -492969,6 +292357,8 @@ public static void GetProgramInfoLog( [NativeTypeName("GLchar *")] Ref infoLog ) => ThisThread.GetProgramInfoLog(program, bufSize, length, infoLog); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetProgramInfoLog( [NativeTypeName("GLuint")] uint program, @@ -492983,49 +292373,6 @@ sbyte IGL.GetProgramInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493034,6 +292381,7 @@ public static sbyte GetProgramInfoLog( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetProgramInfoLog(program, length); + [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramInterface( [NativeTypeName("GLuint")] uint program, @@ -493049,28 +292397,6 @@ _slots[1156] is not null and var loadedFnPtr ) )(program, programInterface, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramInterface( @@ -493080,6 +292406,8 @@ public static void GetProgramInterface( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetProgramInterface(program, programInterface, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramInterface( [NativeTypeName("GLuint")] uint program, @@ -493099,28 +292427,6 @@ void IGL.GetProgramInterface( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493131,6 +292437,7 @@ public static void GetProgramInterface( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetProgramInterface(program, programInterface, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgram( [NativeTypeName("GLuint")] uint program, @@ -493145,49 +292452,6 @@ _slots[1157] is not null and var loadedFnPtr ) )(program, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgram( @@ -493196,6 +292460,8 @@ public static void GetProgram( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetProgram(program, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgram( [NativeTypeName("GLuint")] uint program, @@ -493209,49 +292475,6 @@ void IGL.GetProgram( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493261,6 +292484,7 @@ public static void GetProgram( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetProgram(program, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramARB( [NativeTypeName("GLenum")] uint target, @@ -493275,7 +292499,6 @@ _slots[1158] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramARB( @@ -493284,6 +292507,8 @@ public static void GetProgramARB( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetProgramARB(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramARB( [NativeTypeName("GLenum")] Constant target, @@ -493297,7 +292522,6 @@ void IGL.GetProgramARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493307,6 +292531,8 @@ public static void GetProgramARB( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetProgramARB(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetProgramARB( [NativeTypeName("GLenum")] Constant target, @@ -493318,7 +292544,6 @@ int IGL.GetProgramARB( return @params; } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493327,6 +292552,7 @@ public static int GetProgramARB( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetProgramARB(target, pname); + [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramNV( [NativeTypeName("GLuint")] uint id, @@ -493341,7 +292567,6 @@ _slots[1159] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramNV( @@ -493350,6 +292575,8 @@ public static void GetProgramNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetProgramNV(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramNV( [NativeTypeName("GLuint")] uint id, @@ -493363,7 +292590,6 @@ void IGL.GetProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493373,6 +292599,7 @@ public static void GetProgramNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetProgramNV(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramLocalParameterARB( [NativeTypeName("GLenum")] uint target, @@ -493390,7 +292617,6 @@ _slots[1160] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramLocalParameterARB( @@ -493399,6 +292625,8 @@ public static void GetProgramLocalParameterARB( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetProgramLocalParameterARB(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramLocalParameterARB( [NativeTypeName("GLenum")] Constant target, @@ -493412,7 +292640,6 @@ void IGL.GetProgramLocalParameterARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493422,6 +292649,7 @@ public static void GetProgramLocalParameterARB( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetProgramLocalParameterARB(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramLocalParameterARB( [NativeTypeName("GLenum")] uint target, @@ -493439,7 +292667,6 @@ _slots[1161] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramLocalParameterARB( @@ -493448,6 +292675,8 @@ public static void GetProgramLocalParameterARB( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetProgramLocalParameterARB(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramLocalParameterARB( [NativeTypeName("GLenum")] Constant target, @@ -493461,7 +292690,6 @@ void IGL.GetProgramLocalParameterARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493471,6 +292699,7 @@ public static void GetProgramLocalParameterARB( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetProgramLocalParameterARB(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramLocalParameterINV( [NativeTypeName("GLenum")] uint target, @@ -493488,7 +292717,6 @@ _slots[1162] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramLocalParameterINV( @@ -493497,6 +292725,8 @@ public static void GetProgramLocalParameterINV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetProgramLocalParameterINV(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramLocalParameterINV( [NativeTypeName("GLenum")] Constant target, @@ -493510,7 +292740,6 @@ void IGL.GetProgramLocalParameterINV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493520,6 +292749,7 @@ public static void GetProgramLocalParameterINV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetProgramLocalParameterINV(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramLocalParameterINV( [NativeTypeName("GLenum")] uint target, @@ -493537,7 +292767,6 @@ _slots[1163] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramLocalParameterINV( @@ -493546,6 +292775,8 @@ public static void GetProgramLocalParameterINV( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetProgramLocalParameterINV(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramLocalParameterINV( [NativeTypeName("GLenum")] Constant target, @@ -493559,7 +292790,6 @@ void IGL.GetProgramLocalParameterINV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493569,6 +292799,7 @@ public static void GetProgramLocalParameterINV( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetProgramLocalParameterINV(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramNamedParameterNV( [NativeTypeName("GLuint")] uint id, @@ -493587,7 +292818,6 @@ _slots[1164] is not null and var loadedFnPtr ) )(id, len, name, @params); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramNamedParameterNV( @@ -493597,6 +292827,8 @@ public static void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetProgramNamedParameterNV(id, len, name, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramNamedParameterNV( [NativeTypeName("GLuint")] uint id, @@ -493612,7 +292844,6 @@ void IGL.GetProgramNamedParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493623,6 +292854,8 @@ public static void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetProgramNamedParameterNV(id, len, name, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramNamedParameterNV( [NativeTypeName("GLuint")] uint id, @@ -493637,7 +292870,6 @@ void IGL.GetProgramNamedParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493648,6 +292880,7 @@ public static void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetProgramNamedParameterNV(id, len, name, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramNamedParameterNV( [NativeTypeName("GLuint")] uint id, @@ -493666,7 +292899,6 @@ _slots[1165] is not null and var loadedFnPtr ) )(id, len, name, @params); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramNamedParameterNV( @@ -493676,6 +292908,8 @@ public static void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetProgramNamedParameterNV(id, len, name, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramNamedParameterNV( [NativeTypeName("GLuint")] uint id, @@ -493691,7 +292925,6 @@ void IGL.GetProgramNamedParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493702,6 +292935,8 @@ public static void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetProgramNamedParameterNV(id, len, name, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramNamedParameterNV( [NativeTypeName("GLuint")] uint id, @@ -493716,7 +292951,6 @@ void IGL.GetProgramNamedParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493727,6 +292961,7 @@ public static void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetProgramNamedParameterNV(id, len, name, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramParameterNV( [NativeTypeName("GLenum")] uint target, @@ -493745,7 +292980,6 @@ _slots[1166] is not null and var loadedFnPtr ) )(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramParameterNV( @@ -493755,6 +292989,8 @@ public static void GetProgramParameterNV( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetProgramParameterNV(target, index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramParameterNV( [NativeTypeName("GLenum")] Constant target, @@ -493769,7 +293005,6 @@ void IGL.GetProgramParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493780,6 +293015,7 @@ public static void GetProgramParameterNV( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetProgramParameterNV(target, index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramParameterNV( [NativeTypeName("GLenum")] uint target, @@ -493798,7 +293034,6 @@ _slots[1167] is not null and var loadedFnPtr ) )(target, index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramParameterNV( @@ -493808,6 +293043,8 @@ public static void GetProgramParameterNV( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetProgramParameterNV(target, index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramParameterNV( [NativeTypeName("GLenum")] Constant target, @@ -493822,7 +293059,6 @@ void IGL.GetProgramParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493833,6 +293069,7 @@ public static void GetProgramParameterNV( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetProgramParameterNV(target, index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramPipelineInfoLog( [NativeTypeName("GLuint")] uint pipeline, @@ -493851,32 +293088,6 @@ _slots[1168] is not null and var loadedFnPtr ) )(pipeline, bufSize, length, infoLog); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramPipelineInfoLog( @@ -493886,6 +293097,8 @@ public static void GetProgramPipelineInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ) => ThisThread.GetProgramPipelineInfoLog(pipeline, bufSize, length, infoLog); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramPipelineInfoLog( [NativeTypeName("GLuint")] uint pipeline, @@ -493901,32 +293114,6 @@ void IGL.GetProgramPipelineInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493937,6 +293124,8 @@ public static void GetProgramPipelineInfoLog( [NativeTypeName("GLchar *")] Ref infoLog ) => ThisThread.GetProgramPipelineInfoLog(pipeline, bufSize, length, infoLog); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetProgramPipelineInfoLog( [NativeTypeName("GLuint")] uint pipeline, @@ -493951,32 +293140,6 @@ sbyte IGL.GetProgramPipelineInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -493985,6 +293148,7 @@ public static sbyte GetProgramPipelineInfoLog( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetProgramPipelineInfoLog(pipeline, length); + [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramPipelineInfoLogEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -494003,7 +293167,6 @@ _slots[1169] is not null and var loadedFnPtr ) )(pipeline, bufSize, length, infoLog); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramPipelineInfoLogEXT( @@ -494013,6 +293176,8 @@ public static void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLchar *")] sbyte* infoLog ) => ThisThread.GetProgramPipelineInfoLogEXT(pipeline, bufSize, length, infoLog); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramPipelineInfoLogEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -494033,7 +293198,6 @@ void IGL.GetProgramPipelineInfoLogEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494044,6 +293208,8 @@ public static void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLchar *")] Ref infoLog ) => ThisThread.GetProgramPipelineInfoLogEXT(pipeline, bufSize, length, infoLog); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetProgramPipelineInfoLogEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -494058,7 +293224,6 @@ sbyte IGL.GetProgramPipelineInfoLogEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494067,6 +293232,7 @@ public static sbyte GetProgramPipelineInfoLogEXT( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetProgramPipelineInfoLogEXT(pipeline, length); + [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramPipeline( [NativeTypeName("GLuint")] uint pipeline, @@ -494081,32 +293247,6 @@ _slots[1170] is not null and var loadedFnPtr ) )(pipeline, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramPipeline( @@ -494115,6 +293255,8 @@ public static void GetProgramPipeline( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetProgramPipeline(pipeline, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramPipeline( [NativeTypeName("GLuint")] uint pipeline, @@ -494128,32 +293270,6 @@ void IGL.GetProgramPipeline( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494163,6 +293279,7 @@ public static void GetProgramPipeline( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetProgramPipeline(pipeline, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramPipelineEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -494180,7 +293297,6 @@ _slots[1171] is not null and var loadedFnPtr ) )(pipeline, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramPipelineEXT( @@ -494189,6 +293305,8 @@ public static void GetProgramPipelineEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetProgramPipelineEXT(pipeline, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramPipelineEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -494202,7 +293320,6 @@ void IGL.GetProgramPipelineEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494212,6 +293329,7 @@ public static void GetProgramPipelineEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetProgramPipelineEXT(pipeline, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramResourceNV( [NativeTypeName("GLuint")] uint program, @@ -494234,9 +293352,6 @@ _slots[1172] is not null and var loadedFnPtr ) )(program, programInterface, index, propCount, props, count, length, @params); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramResourceNV( @@ -494260,6 +293375,8 @@ public static void GetProgramResourceNV( @params ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramResourceNV( [NativeTypeName("GLuint")] uint program, @@ -494289,9 +293406,6 @@ void IGL.GetProgramResourceNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494316,6 +293430,8 @@ public static void GetProgramResourceNV( @params ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetProgramResourceNV( [NativeTypeName("GLuint")] uint program, @@ -494344,9 +293460,6 @@ float IGL.GetProgramResourceNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494360,6 +293473,8 @@ public static float GetProgramResourceNV( ) => ThisThread.GetProgramResourceNV(program, programInterface, index, propCount, props, length); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetProgramResourceIndex( [NativeTypeName("GLuint")] uint program, @@ -494378,28 +293493,6 @@ _slots[1173] is not null and var loadedFnPtr )(program, programInterface, name); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetProgramResourceIndex( @@ -494408,6 +293501,9 @@ public static uint GetProgramResourceIndex( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetProgramResourceIndex(program, programInterface, name); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetProgramResourceIndex( [NativeTypeName("GLuint")] uint program, @@ -494423,28 +293519,6 @@ uint IGL.GetProgramResourceIndex( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494454,6 +293528,7 @@ public static uint GetProgramResourceIndex( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetProgramResourceIndex(program, programInterface, name); + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramResource( [NativeTypeName("GLuint")] uint program, @@ -494473,28 +293548,6 @@ _slots[1174] is not null and var loadedFnPtr ) )(program, programInterface, index, propCount, props, count, length, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramResource( @@ -494518,6 +293571,8 @@ public static void GetProgramResource( @params ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramResource( [NativeTypeName("GLuint")] uint program, @@ -494547,28 +293602,6 @@ void IGL.GetProgramResource( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494593,6 +293626,8 @@ public static void GetProgramResource( @params ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramResource( [NativeTypeName("GLuint")] uint program, @@ -494622,28 +293657,6 @@ void IGL.GetProgramResource( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494668,6 +293681,8 @@ public static void GetProgramResource( @params ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramResource( [NativeTypeName("GLuint")] uint program, @@ -494697,28 +293712,6 @@ void IGL.GetProgramResource( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494743,6 +293736,8 @@ public static void GetProgramResource( @params ); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetProgramResourceLocation( [NativeTypeName("GLuint")] uint program, @@ -494761,28 +293756,6 @@ _slots[1175] is not null and var loadedFnPtr )(program, programInterface, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetProgramResourceLocation( @@ -494791,6 +293764,9 @@ public static int GetProgramResourceLocation( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetProgramResourceLocation(program, programInterface, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetProgramResourceLocation( [NativeTypeName("GLuint")] uint program, @@ -494806,28 +293782,6 @@ int IGL.GetProgramResourceLocation( } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494837,6 +293791,8 @@ public static int GetProgramResourceLocation( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetProgramResourceLocation(program, programInterface, name); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetProgramResourceLocationIndex( [NativeTypeName("GLuint")] uint program, @@ -494855,28 +293811,6 @@ _slots[1176] is not null and var loadedFnPtr )(program, programInterface, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetProgramResourceLocationIndex( @@ -494885,6 +293819,9 @@ public static int GetProgramResourceLocationIndex( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetProgramResourceLocationIndex(program, programInterface, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetProgramResourceLocationIndex( [NativeTypeName("GLuint")] uint program, @@ -494904,28 +293841,6 @@ int IGL.GetProgramResourceLocationIndex( } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494935,6 +293850,8 @@ public static int GetProgramResourceLocationIndex( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetProgramResourceLocationIndex(program, programInterface, name); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetProgramResourceLocationIndexEXT( [NativeTypeName("GLuint")] uint program, @@ -494953,7 +293870,6 @@ _slots[1177] is not null and var loadedFnPtr )(program, programInterface, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetProgramResourceLocationIndexEXT( @@ -494962,6 +293878,9 @@ public static int GetProgramResourceLocationIndexEXT( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetProgramResourceLocationIndexEXT(program, programInterface, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetProgramResourceLocationIndexEXT( [NativeTypeName("GLuint")] uint program, @@ -494981,7 +293900,6 @@ int IGL.GetProgramResourceLocationIndexEXT( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -494991,6 +293909,7 @@ public static int GetProgramResourceLocationIndexEXT( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetProgramResourceLocationIndexEXT(program, programInterface, name); + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramResourceName( [NativeTypeName("GLuint")] uint program, @@ -495011,28 +293930,6 @@ _slots[1178] is not null and var loadedFnPtr ) )(program, programInterface, index, bufSize, length, name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramResourceName( @@ -495044,6 +293941,8 @@ public static void GetProgramResourceName( [NativeTypeName("GLchar *")] sbyte* name ) => ThisThread.GetProgramResourceName(program, programInterface, index, bufSize, length, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramResourceName( [NativeTypeName("GLuint")] uint program, @@ -495068,28 +293967,6 @@ void IGL.GetProgramResourceName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -495102,6 +293979,8 @@ public static void GetProgramResourceName( [NativeTypeName("GLchar *")] Ref name ) => ThisThread.GetProgramResourceName(program, programInterface, index, bufSize, length, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetProgramResourceName( [NativeTypeName("GLuint")] uint program, @@ -495125,28 +294004,6 @@ sbyte IGL.GetProgramResourceName( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -495157,6 +294014,7 @@ public static sbyte GetProgramResourceName( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetProgramResourceName(program, programInterface, index, length); + [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramStage( [NativeTypeName("GLuint")] uint program, @@ -495172,34 +294030,6 @@ _slots[1179] is not null and var loadedFnPtr ) )(program, shadertype, pname, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramStage( @@ -495209,6 +294039,8 @@ public static void GetProgramStage( [NativeTypeName("GLint *")] int* values ) => ThisThread.GetProgramStage(program, shadertype, pname, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramStage( [NativeTypeName("GLuint")] uint program, @@ -495223,34 +294055,6 @@ void IGL.GetProgramStage( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -495261,6 +294065,8 @@ public static void GetProgramStage( [NativeTypeName("GLint *")] Ref values ) => ThisThread.GetProgramStage(program, shadertype, pname, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetProgramStage( [NativeTypeName("GLuint")] uint program, @@ -495273,34 +294079,6 @@ int IGL.GetProgramStage( return values; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -495310,6 +294088,7 @@ public static int GetProgramStage( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetProgramStage(program, shadertype, pname); + [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramStringARB( [NativeTypeName("GLenum")] uint target, @@ -495324,7 +294103,6 @@ _slots[1180] is not null and var loadedFnPtr ) )(target, pname, @string); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramStringARB( @@ -495333,6 +294111,8 @@ public static void GetProgramStringARB( void* @string ) => ThisThread.GetProgramStringARB(target, pname, @string); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramStringARB( [NativeTypeName("GLenum")] Constant target, @@ -495346,7 +294126,6 @@ Ref @string } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -495356,6 +294135,7 @@ public static void GetProgramStringARB( Ref @string ) => ThisThread.GetProgramStringARB(target, pname, @string); + [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramStringNV( [NativeTypeName("GLuint")] uint id, @@ -495370,7 +294150,6 @@ _slots[1181] is not null and var loadedFnPtr ) )(id, pname, program); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramStringNV( @@ -495379,6 +294158,8 @@ public static void GetProgramStringNV( [NativeTypeName("GLubyte *")] byte* program ) => ThisThread.GetProgramStringNV(id, pname, program); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramStringNV( [NativeTypeName("GLuint")] uint id, @@ -495392,7 +294173,6 @@ void IGL.GetProgramStringNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -495402,6 +294182,8 @@ public static void GetProgramStringNV( [NativeTypeName("GLubyte *")] Ref program ) => ThisThread.GetProgramStringNV(id, pname, program); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte IGL.GetProgramStringNV( [NativeTypeName("GLenum")] Constant pname @@ -495412,7 +294194,6 @@ byte IGL.GetProgramStringNV( return program; } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -495420,6 +294201,7 @@ public static byte GetProgramStringNV( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetProgramStringNV(pname); + [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramSubroutineParameterNV( [NativeTypeName("GLenum")] uint target, @@ -495437,7 +294219,6 @@ _slots[1182] is not null and var loadedFnPtr ) )(target, index, param2); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetProgramSubroutineParameterNV( @@ -495446,6 +294227,8 @@ public static void GetProgramSubroutineParameterNV( [NativeTypeName("GLuint *")] uint* param2 ) => ThisThread.GetProgramSubroutineParameterNV(target, index, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetProgramSubroutineParameterNV( [NativeTypeName("GLenum")] uint target, @@ -495459,7 +294242,6 @@ void IGL.GetProgramSubroutineParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -495469,8 +294251,25 @@ public static void GetProgramSubroutineParameterNV( [NativeTypeName("GLuint *")] Ref param2 ) => ThisThread.GetProgramSubroutineParameterNV(target, index, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + uint IGL.GetProgramSubroutineParameterNV([NativeTypeName("GLuint")] uint index) + { + uint param2 = default; + ((IGL)this).GetProgramSubroutineParameterNV(1, index, (uint*)¶m2); + return param2; + } + + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static uint GetProgramSubroutineParameterNV([NativeTypeName("GLuint")] uint index) => + ThisThread.GetProgramSubroutineParameterNV(index); + + [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetQueryBufferObjecti64V( + void IGL.GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, @@ -495487,53 +294286,36 @@ _slots[1183] is not null and var loadedFnPtr ) )(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetQueryBufferObjecti64V( + public static void GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLintptr")] nint offset - ) => ThisThread.GetQueryBufferObjecti64V(id, buffer, pname, offset); + ) => ThisThread.GetQueryBufferObjecti64v(id, buffer, pname, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetQueryBufferObjecti64V( + void IGL.GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) => ((IGL)this).GetQueryBufferObjecti64V(id, buffer, (uint)pname, offset); + ) => ((IGL)this).GetQueryBufferObjecti64v(id, buffer, (uint)pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetQueryBufferObjecti64V( + public static void GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) => ThisThread.GetQueryBufferObjecti64V(id, buffer, pname, offset); + ) => ThisThread.GetQueryBufferObjecti64v(id, buffer, pname, offset); + [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryBufferObject( [NativeTypeName("GLuint")] uint id, @@ -495552,16 +294334,6 @@ _slots[1184] is not null and var loadedFnPtr ) )(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryBufferObject( @@ -495571,6 +294343,8 @@ public static void GetQueryBufferObject( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.GetQueryBufferObject(id, buffer, pname, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryBufferObject( [NativeTypeName("GLuint")] uint id, @@ -495579,16 +294353,6 @@ void IGL.GetQueryBufferObject( [NativeTypeName("GLintptr")] nint offset ) => ((IGL)this).GetQueryBufferObject(id, buffer, (uint)pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -495599,8 +294363,9 @@ public static void GetQueryBufferObject( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.GetQueryBufferObject(id, buffer, pname, offset); + [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetQueryBufferObjectui64V( + void IGL.GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, @@ -495617,53 +294382,36 @@ _slots[1185] is not null and var loadedFnPtr ) )(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetQueryBufferObjectui64V( + public static void GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLintptr")] nint offset - ) => ThisThread.GetQueryBufferObjectui64V(id, buffer, pname, offset); + ) => ThisThread.GetQueryBufferObjectui64v(id, buffer, pname, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetQueryBufferObjectui64V( + void IGL.GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) => ((IGL)this).GetQueryBufferObjectui64V(id, buffer, (uint)pname, offset); + ) => ((IGL)this).GetQueryBufferObjectui64v(id, buffer, (uint)pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetQueryBufferObjectui64V( + public static void GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset - ) => ThisThread.GetQueryBufferObjectui64V(id, buffer, pname, offset); + ) => ThisThread.GetQueryBufferObjectui64v(id, buffer, pname, offset); + [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryBufferObjectuiv( [NativeTypeName("GLuint")] uint id, @@ -495682,16 +294430,6 @@ _slots[1186] is not null and var loadedFnPtr ) )(id, buffer, pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryBufferObjectuiv( @@ -495701,6 +294439,8 @@ public static void GetQueryBufferObjectuiv( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.GetQueryBufferObjectuiv(id, buffer, pname, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryBufferObjectuiv( [NativeTypeName("GLuint")] uint id, @@ -495709,16 +294449,6 @@ void IGL.GetQueryBufferObjectuiv( [NativeTypeName("GLintptr")] nint offset ) => ((IGL)this).GetQueryBufferObjectuiv(id, buffer, (uint)pname, offset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -495729,6 +294459,7 @@ public static void GetQueryBufferObjectuiv( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.GetQueryBufferObjectuiv(id, buffer, pname, offset); + [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryIndexed( [NativeTypeName("GLenum")] uint target, @@ -495744,34 +294475,6 @@ _slots[1187] is not null and var loadedFnPtr ) )(target, index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryIndexed( @@ -495781,6 +294484,8 @@ public static void GetQueryIndexed( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetQueryIndexed(target, index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryIndexed( [NativeTypeName("GLenum")] Constant target, @@ -495795,34 +294500,6 @@ void IGL.GetQueryIndexed( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -495833,6 +294510,7 @@ public static void GetQueryIndexed( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetQueryIndexed(target, index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQuery( [NativeTypeName("GLenum")] uint target, @@ -495847,46 +294525,6 @@ _slots[1188] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQuery( @@ -495895,6 +294533,8 @@ public static void GetQuery( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetQuery(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQuery( [NativeTypeName("GLenum")] Constant target, @@ -495908,46 +294548,6 @@ void IGL.GetQuery( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -495957,6 +294557,7 @@ public static void GetQuery( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetQuery(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryARB( [NativeTypeName("GLenum")] uint target, @@ -495971,7 +294572,6 @@ _slots[1189] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryARB( @@ -495980,6 +294580,8 @@ public static void GetQueryARB( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetQueryARB(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryARB( [NativeTypeName("GLenum")] Constant target, @@ -495993,7 +294595,6 @@ void IGL.GetQueryARB( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496003,6 +294604,7 @@ public static void GetQueryARB( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetQueryARB(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryEXT( [NativeTypeName("GLenum")] uint target, @@ -496017,10 +294619,6 @@ _slots[1190] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryEXT( @@ -496029,6 +294627,8 @@ public static void GetQueryEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetQueryEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryEXT( [NativeTypeName("GLenum")] Constant target, @@ -496042,10 +294642,6 @@ void IGL.GetQueryEXT( } } - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496055,6 +294651,7 @@ public static void GetQueryEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetQueryEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -496069,36 +294666,6 @@ _slots[1191] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryObject( @@ -496107,6 +294674,8 @@ public static void GetQueryObject( [NativeTypeName("GLint64 *")] long* @params ) => ThisThread.GetQueryObject(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -496120,36 +294689,6 @@ void IGL.GetQueryObject( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496159,6 +294698,7 @@ public static void GetQueryObject( [NativeTypeName("GLint64 *")] Ref @params ) => ThisThread.GetQueryObject(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -496173,8 +294713,6 @@ _slots[1192] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryObjectEXT( @@ -496183,6 +294721,8 @@ public static void GetQueryObjectEXT( [NativeTypeName("GLint64 *")] long* @params ) => ThisThread.GetQueryObjectEXT(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -496196,8 +294736,6 @@ void IGL.GetQueryObjectEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496207,6 +294745,7 @@ public static void GetQueryObjectEXT( [NativeTypeName("GLint64 *")] Ref @params ) => ThisThread.GetQueryObjectEXT(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -496221,46 +294760,6 @@ _slots[1193] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryObject( @@ -496269,6 +294768,8 @@ public static void GetQueryObject( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetQueryObject(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -496282,46 +294783,6 @@ void IGL.GetQueryObject( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496331,6 +294792,7 @@ public static void GetQueryObject( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetQueryObject(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObjectARB( [NativeTypeName("GLuint")] uint id, @@ -496345,7 +294807,6 @@ _slots[1194] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryObjectARB( @@ -496354,6 +294815,8 @@ public static void GetQueryObjectARB( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetQueryObjectARB(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObjectARB( [NativeTypeName("GLuint")] uint id, @@ -496367,7 +294830,6 @@ void IGL.GetQueryObjectARB( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496377,6 +294839,7 @@ public static void GetQueryObjectARB( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetQueryObjectARB(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -496391,7 +294854,6 @@ _slots[1195] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryObjectEXT( @@ -496400,6 +294862,8 @@ public static void GetQueryObjectEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetQueryObjectEXT(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -496413,7 +294877,6 @@ void IGL.GetQueryObjectEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496423,6 +294886,7 @@ public static void GetQueryObjectEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetQueryObjectEXT(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -496437,36 +294901,6 @@ _slots[1196] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryObject( @@ -496475,6 +294909,8 @@ public static void GetQueryObject( [NativeTypeName("GLuint64 *")] ulong* @params ) => ThisThread.GetQueryObject(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -496488,36 +294924,6 @@ void IGL.GetQueryObject( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496527,6 +294933,7 @@ public static void GetQueryObject( [NativeTypeName("GLuint64 *")] Ref @params ) => ThisThread.GetQueryObject(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -496544,8 +294951,6 @@ _slots[1197] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryObjectEXT( @@ -496554,6 +294959,8 @@ public static void GetQueryObjectEXT( [NativeTypeName("GLuint64 *")] ulong* @params ) => ThisThread.GetQueryObjectEXT(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -496567,8 +294974,6 @@ void IGL.GetQueryObjectEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496578,6 +294983,7 @@ public static void GetQueryObjectEXT( [NativeTypeName("GLuint64 *")] Ref @params ) => ThisThread.GetQueryObjectEXT(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -496592,46 +294998,6 @@ _slots[1198] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryObject( @@ -496640,6 +295006,8 @@ public static void GetQueryObject( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetQueryObject(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -496653,46 +295021,6 @@ void IGL.GetQueryObject( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496702,6 +295030,7 @@ public static void GetQueryObject( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetQueryObject(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObjectARB( [NativeTypeName("GLuint")] uint id, @@ -496716,7 +295045,6 @@ _slots[1199] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryObjectARB( @@ -496725,6 +295053,8 @@ public static void GetQueryObjectARB( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetQueryObjectARB(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObjectARB( [NativeTypeName("GLuint")] uint id, @@ -496738,7 +295068,6 @@ void IGL.GetQueryObjectARB( } } - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496748,6 +295077,7 @@ public static void GetQueryObjectARB( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetQueryObjectARB(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -496762,10 +295092,6 @@ _slots[1200] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueryObjectEXT( @@ -496774,6 +295100,8 @@ public static void GetQueryObjectEXT( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetQueryObjectEXT(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -496787,10 +295115,6 @@ void IGL.GetQueryObjectEXT( } } - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496800,6 +295124,7 @@ public static void GetQueryObjectEXT( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetQueryObjectEXT(id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetRenderbufferParameter( [NativeTypeName("GLenum")] uint target, @@ -496817,47 +295142,6 @@ _slots[1201] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetRenderbufferParameter( @@ -496866,6 +295150,8 @@ public static void GetRenderbufferParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetRenderbufferParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetRenderbufferParameter( [NativeTypeName("GLenum")] Constant target, @@ -496879,47 +295165,6 @@ void IGL.GetRenderbufferParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496929,6 +295174,7 @@ public static void GetRenderbufferParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetRenderbufferParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetRenderbufferParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -496946,7 +295192,6 @@ _slots[1202] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetRenderbufferParameterEXT( @@ -496955,6 +295200,8 @@ public static void GetRenderbufferParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetRenderbufferParameterEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetRenderbufferParameterEXT( [NativeTypeName("GLenum")] Constant target, @@ -496968,7 +295215,6 @@ void IGL.GetRenderbufferParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -496978,6 +295224,7 @@ public static void GetRenderbufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetRenderbufferParameterEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetRenderbufferParameterOES( [NativeTypeName("GLenum")] uint target, @@ -496995,7 +295242,6 @@ _slots[1203] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetRenderbufferParameterOES( @@ -497004,6 +295250,8 @@ public static void GetRenderbufferParameterOES( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetRenderbufferParameterOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetRenderbufferParameterOES( [NativeTypeName("GLenum")] Constant target, @@ -497017,7 +295265,6 @@ void IGL.GetRenderbufferParameterOES( } } - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497027,6 +295274,7 @@ public static void GetRenderbufferParameterOES( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetRenderbufferParameterOES(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -497041,41 +295289,6 @@ _slots[1204] is not null and var loadedFnPtr ) )(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSamplerParameter( @@ -497084,6 +295297,8 @@ public static void GetSamplerParameter( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetSamplerParameter(sampler, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -497097,41 +295312,6 @@ void IGL.GetSamplerParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497141,6 +295321,7 @@ public static void GetSamplerParameter( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetSamplerParameter(sampler, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -497158,36 +295339,6 @@ _slots[1205] is not null and var loadedFnPtr ) )(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSamplerParameterI( @@ -497196,6 +295347,8 @@ public static void GetSamplerParameterI( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetSamplerParameterI(sampler, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -497209,36 +295362,6 @@ void IGL.GetSamplerParameterI( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497248,6 +295371,7 @@ public static void GetSamplerParameterI( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetSamplerParameterI(sampler, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -497265,7 +295389,6 @@ _slots[1206] is not null and var loadedFnPtr ) )(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSamplerParameterIEXT( @@ -497274,6 +295397,8 @@ public static void GetSamplerParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetSamplerParameterIEXT(sampler, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -497287,7 +295412,6 @@ void IGL.GetSamplerParameterIEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497297,6 +295421,7 @@ public static void GetSamplerParameterIEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetSamplerParameterIEXT(sampler, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -497314,7 +295439,6 @@ _slots[1207] is not null and var loadedFnPtr ) )(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSamplerParameterIOES( @@ -497323,6 +295447,8 @@ public static void GetSamplerParameterIOES( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetSamplerParameterIOES(sampler, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -497336,7 +295462,6 @@ void IGL.GetSamplerParameterIOES( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497346,6 +295471,7 @@ public static void GetSamplerParameterIOES( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetSamplerParameterIOES(sampler, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -497363,36 +295489,6 @@ _slots[1208] is not null and var loadedFnPtr ) )(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSamplerParameterI( @@ -497401,6 +295497,8 @@ public static void GetSamplerParameterI( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetSamplerParameterI(sampler, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -497414,36 +295512,6 @@ void IGL.GetSamplerParameterI( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497453,6 +295521,7 @@ public static void GetSamplerParameterI( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetSamplerParameterI(sampler, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -497470,7 +295539,6 @@ _slots[1209] is not null and var loadedFnPtr ) )(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSamplerParameterIEXT( @@ -497479,6 +295547,8 @@ public static void GetSamplerParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetSamplerParameterIEXT(sampler, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -497492,7 +295562,6 @@ void IGL.GetSamplerParameterIEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497502,6 +295571,7 @@ public static void GetSamplerParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetSamplerParameterIEXT(sampler, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -497519,7 +295589,6 @@ _slots[1210] is not null and var loadedFnPtr ) )(sampler, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSamplerParameterIOES( @@ -497528,6 +295597,8 @@ public static void GetSamplerParameterIOES( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetSamplerParameterIOES(sampler, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -497541,7 +295612,6 @@ void IGL.GetSamplerParameterIOES( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497551,6 +295621,7 @@ public static void GetSamplerParameterIOES( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetSamplerParameterIOES(sampler, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -497565,41 +295636,6 @@ _slots[1211] is not null and var loadedFnPtr ) )(sampler, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSamplerParameter( @@ -497608,6 +295644,8 @@ public static void GetSamplerParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetSamplerParameter(sampler, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -497621,41 +295659,6 @@ void IGL.GetSamplerParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497665,6 +295668,7 @@ public static void GetSamplerParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetSamplerParameter(sampler, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSemaphoreParameterNV( [NativeTypeName("GLuint")] uint semaphore, @@ -497682,8 +295686,6 @@ _slots[1212] is not null and var loadedFnPtr ) )(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSemaphoreParameterNV( @@ -497692,6 +295694,8 @@ public static void GetSemaphoreParameterNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetSemaphoreParameterNV(semaphore, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSemaphoreParameterNV( [NativeTypeName("GLuint")] uint semaphore, @@ -497705,8 +295709,6 @@ void IGL.GetSemaphoreParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497716,6 +295718,7 @@ public static void GetSemaphoreParameterNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetSemaphoreParameterNV(semaphore, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSemaphoreParameterEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -497733,8 +295736,6 @@ _slots[1213] is not null and var loadedFnPtr ) )(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSemaphoreParameterEXT( @@ -497743,6 +295744,8 @@ public static void GetSemaphoreParameterEXT( [NativeTypeName("GLuint64 *")] ulong* @params ) => ThisThread.GetSemaphoreParameterEXT(semaphore, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSemaphoreParameterEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -497756,8 +295759,6 @@ void IGL.GetSemaphoreParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497767,6 +295768,7 @@ public static void GetSemaphoreParameterEXT( [NativeTypeName("GLuint64 *")] Ref @params ) => ThisThread.GetSemaphoreParameterEXT(semaphore, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSeparableFilter( [NativeTypeName("GLenum")] uint target, @@ -497784,7 +295786,6 @@ _slots[1214] is not null and var loadedFnPtr ) )(target, format, type, row, column, span); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSeparableFilter( @@ -497796,6 +295797,8 @@ public static void GetSeparableFilter( void* span ) => ThisThread.GetSeparableFilter(target, format, type, row, column, span); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSeparableFilter( [NativeTypeName("GLenum")] Constant target, @@ -497821,7 +295824,6 @@ Ref span } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497834,6 +295836,7 @@ public static void GetSeparableFilter( Ref span ) => ThisThread.GetSeparableFilter(target, format, type, row, column, span); + [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSeparableFilterEXT( [NativeTypeName("GLenum")] uint target, @@ -497851,7 +295854,6 @@ _slots[1215] is not null and var loadedFnPtr ) )(target, format, type, row, column, span); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSeparableFilterEXT( @@ -497863,6 +295865,8 @@ public static void GetSeparableFilterEXT( void* span ) => ThisThread.GetSeparableFilterEXT(target, format, type, row, column, span); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSeparableFilterEXT( [NativeTypeName("GLenum")] Constant target, @@ -497888,7 +295892,6 @@ Ref span } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -497901,6 +295904,7 @@ public static void GetSeparableFilterEXT( Ref span ) => ThisThread.GetSeparableFilterEXT(target, format, type, row, column, span); + [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShaderInfoLog( [NativeTypeName("GLuint")] uint shader, @@ -497916,49 +295920,6 @@ _slots[1216] is not null and var loadedFnPtr ) )(shader, bufSize, length, infoLog); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetShaderInfoLog( @@ -497968,6 +295929,8 @@ public static void GetShaderInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ) => ThisThread.GetShaderInfoLog(shader, bufSize, length, infoLog); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShaderInfoLog( [NativeTypeName("GLuint")] uint shader, @@ -497983,49 +295946,6 @@ void IGL.GetShaderInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498036,6 +295956,8 @@ public static void GetShaderInfoLog( [NativeTypeName("GLchar *")] Ref infoLog ) => ThisThread.GetShaderInfoLog(shader, bufSize, length, infoLog); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetShaderInfoLog( [NativeTypeName("GLuint")] uint shader, @@ -498050,49 +295972,6 @@ sbyte IGL.GetShaderInfoLog( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498101,6 +295980,7 @@ public static sbyte GetShaderInfoLog( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetShaderInfoLog(shader, length); + [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShader( [NativeTypeName("GLuint")] uint shader, @@ -498115,49 +295995,6 @@ _slots[1217] is not null and var loadedFnPtr ) )(shader, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetShader( @@ -498166,6 +296003,8 @@ public static void GetShader( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetShader(shader, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShader( [NativeTypeName("GLuint")] uint shader, @@ -498179,49 +296018,6 @@ void IGL.GetShader( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498231,6 +296027,7 @@ public static void GetShader( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetShader(shader, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShaderPrecisionFormat( [NativeTypeName("GLenum")] uint shadertype, @@ -498249,37 +296046,6 @@ _slots[1218] is not null and var loadedFnPtr ) )(shadertype, precisiontype, range, precision); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetShaderPrecisionFormat( @@ -498289,6 +296055,8 @@ public static void GetShaderPrecisionFormat( [NativeTypeName("GLint *")] int* precision ) => ThisThread.GetShaderPrecisionFormat(shadertype, precisiontype, range, precision); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShaderPrecisionFormat( [NativeTypeName("GLenum")] Constant shadertype, @@ -498309,37 +296077,6 @@ void IGL.GetShaderPrecisionFormat( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498350,6 +296087,8 @@ public static void GetShaderPrecisionFormat( [NativeTypeName("GLint *")] Ref precision ) => ThisThread.GetShaderPrecisionFormat(shadertype, precisiontype, range, precision); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetShaderPrecisionFormat( [NativeTypeName("GLenum")] Constant shadertype, @@ -498370,37 +296109,6 @@ int IGL.GetShaderPrecisionFormat( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498410,6 +296118,7 @@ public static int GetShaderPrecisionFormat( [NativeTypeName("GLint *")] Ref range ) => ThisThread.GetShaderPrecisionFormat(shadertype, precisiontype, range); + [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShaderSource( [NativeTypeName("GLuint")] uint shader, @@ -498425,49 +296134,6 @@ _slots[1219] is not null and var loadedFnPtr ) )(shader, bufSize, length, source); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetShaderSource( @@ -498477,6 +296143,8 @@ public static void GetShaderSource( [NativeTypeName("GLchar *")] sbyte* source ) => ThisThread.GetShaderSource(shader, bufSize, length, source); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShaderSource( [NativeTypeName("GLuint")] uint shader, @@ -498492,49 +296160,6 @@ void IGL.GetShaderSource( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498545,6 +296170,8 @@ public static void GetShaderSource( [NativeTypeName("GLchar *")] Ref source ) => ThisThread.GetShaderSource(shader, bufSize, length, source); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetShaderSource( [NativeTypeName("GLuint")] uint shader, @@ -498559,49 +296186,6 @@ sbyte IGL.GetShaderSource( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498610,6 +296194,7 @@ public static sbyte GetShaderSource( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetShaderSource(shader, length); + [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShaderSourceARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -498625,7 +296210,6 @@ _slots[1220] is not null and var loadedFnPtr ) )(obj, maxLength, length, source); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetShaderSourceARB( @@ -498635,6 +296219,8 @@ public static void GetShaderSourceARB( [NativeTypeName("GLcharARB *")] sbyte* source ) => ThisThread.GetShaderSourceARB(obj, maxLength, length, source); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShaderSourceARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -498650,7 +296236,6 @@ void IGL.GetShaderSourceARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498661,6 +296246,8 @@ public static void GetShaderSourceARB( [NativeTypeName("GLcharARB *")] Ref source ) => ThisThread.GetShaderSourceARB(obj, maxLength, length, source); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetShaderSourceARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -498675,7 +296262,6 @@ sbyte IGL.GetShaderSourceARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498684,6 +296270,7 @@ public static sbyte GetShaderSourceARB( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetShaderSourceARB(obj, length); + [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint viewport, @@ -498701,9 +296288,6 @@ _slots[1221] is not null and var loadedFnPtr ) )(viewport, entry, rate); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetShadingRateImagePaletteNV( @@ -498712,6 +296296,8 @@ public static void GetShadingRateImagePaletteNV( [NativeTypeName("GLenum *")] uint* rate ) => ThisThread.GetShadingRateImagePaletteNV(viewport, entry, rate); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint viewport, @@ -498725,9 +296311,6 @@ void IGL.GetShadingRateImagePaletteNV( } } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498737,6 +296320,8 @@ public static void GetShadingRateImagePaletteNV( [NativeTypeName("GLenum *")] Ref rate ) => ThisThread.GetShadingRateImagePaletteNV(viewport, entry, rate); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint viewport, @@ -498748,9 +296333,6 @@ uint IGL.GetShadingRateImagePaletteNV( return rate; } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498759,6 +296341,7 @@ public static uint GetShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint entry ) => ThisThread.GetShadingRateImagePaletteNV(viewport, entry); + [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShadingRateSampleLocationNV( [NativeTypeName("GLenum")] uint rate, @@ -498777,9 +296360,6 @@ _slots[1222] is not null and var loadedFnPtr ) )(rate, samples, index, location); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetShadingRateSampleLocationNV( @@ -498789,6 +296369,8 @@ public static void GetShadingRateSampleLocationNV( [NativeTypeName("GLint *")] int* location ) => ThisThread.GetShadingRateSampleLocationNV(rate, samples, index, location); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetShadingRateSampleLocationNV( [NativeTypeName("GLenum")] uint rate, @@ -498803,9 +296385,6 @@ void IGL.GetShadingRateSampleLocationNV( } } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498816,6 +296395,7 @@ public static void GetShadingRateSampleLocationNV( [NativeTypeName("GLint *")] Ref location ) => ThisThread.GetShadingRateSampleLocationNV(rate, samples, index, location); + [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSharpenTexFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -498829,7 +296409,6 @@ _slots[1223] is not null and var loadedFnPtr ) )(target, points); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSharpenTexFuncSGIS( @@ -498837,6 +296416,8 @@ public static void GetSharpenTexFuncSGIS( [NativeTypeName("GLfloat *")] float* points ) => ThisThread.GetSharpenTexFuncSGIS(target, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSharpenTexFuncSGIS( [NativeTypeName("GLenum")] Constant target, @@ -498849,7 +296430,6 @@ void IGL.GetSharpenTexFuncSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498858,6 +296438,8 @@ public static void GetSharpenTexFuncSGIS( [NativeTypeName("GLfloat *")] Ref points ) => ThisThread.GetSharpenTexFuncSGIS(target, points); + [return: NativeTypeName("GLushort")] + [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort IGL.GetStageIndexNV([NativeTypeName("GLenum")] uint shadertype) => ( @@ -498869,21 +296451,20 @@ _slots[1224] is not null and var loadedFnPtr )(shadertype); [return: NativeTypeName("GLushort")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ushort GetStageIndexNV([NativeTypeName("GLenum")] uint shadertype) => ThisThread.GetStageIndexNV(shadertype); + [return: NativeTypeName("GLushort")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort IGL.GetStageIndexNV( [NativeTypeName("GLenum")] Constant shadertype ) => (ushort)((IGL)this).GetStageIndexNV((uint)shadertype); [return: NativeTypeName("GLushort")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -498891,6 +296472,8 @@ public static ushort GetStageIndexNV( [NativeTypeName("GLenum")] Constant shadertype ) => ThisThread.GetStageIndexNV(shadertype); + [return: NativeTypeName("const GLubyte *")] + [NativeFunction("opengl", EntryPoint = "glGetString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte* IGL.GetString([NativeTypeName("GLenum")] uint name) => ( @@ -498902,128 +296485,19 @@ _slots[1225] is not null and var loadedFnPtr )(name); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte* GetString([NativeTypeName("GLenum")] uint name) => ThisThread.GetString(name); + [return: NativeTypeName("const GLubyte *")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.GetString([NativeTypeName("GLenum")] Constant name) => (byte*)((IGL)this).GetString((uint)name); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -499031,6 +296505,8 @@ public static Ptr GetString( [NativeTypeName("GLenum")] Constant name ) => ThisThread.GetString(name); + [return: NativeTypeName("const GLubyte *")] + [NativeFunction("opengl", EntryPoint = "glGetStringi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte* IGL.GetString( [NativeTypeName("GLenum")] uint name, @@ -499045,40 +296521,6 @@ _slots[1226] is not null and var loadedFnPtr )(name, index); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetStringi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte* GetString( @@ -499086,6 +296528,9 @@ _slots[1226] is not null and var loadedFnPtr [NativeTypeName("GLuint")] uint index ) => ThisThread.GetString(name, index); + [return: NativeTypeName("const GLubyte *")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetStringi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.GetString( [NativeTypeName("GLenum")] Constant name, @@ -499093,40 +296538,6 @@ Ptr IGL.GetString( ) => (byte*)((IGL)this).GetString((uint)name, index); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetStringi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -499135,6 +296546,8 @@ public static Ptr GetString( [NativeTypeName("GLuint")] uint index ) => ThisThread.GetString(name, index); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetSubroutineIndex( [NativeTypeName("GLuint")] uint program, @@ -499150,34 +296563,6 @@ _slots[1227] is not null and var loadedFnPtr )(program, shadertype, name); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetSubroutineIndex( @@ -499186,6 +296571,9 @@ public static uint GetSubroutineIndex( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetSubroutineIndex(program, shadertype, name); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetSubroutineIndex( [NativeTypeName("GLuint")] uint program, @@ -499200,34 +296588,6 @@ uint IGL.GetSubroutineIndex( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -499237,6 +296597,8 @@ public static uint GetSubroutineIndex( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetSubroutineIndex(program, shadertype, name); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetSubroutineUniformLocation( [NativeTypeName("GLuint")] uint program, @@ -499255,34 +296617,6 @@ _slots[1228] is not null and var loadedFnPtr )(program, shadertype, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetSubroutineUniformLocation( @@ -499291,6 +296625,9 @@ public static int GetSubroutineUniformLocation( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetSubroutineUniformLocation(program, shadertype, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetSubroutineUniformLocation( [NativeTypeName("GLuint")] uint program, @@ -499306,34 +296643,6 @@ int IGL.GetSubroutineUniformLocation( } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -499343,6 +296652,7 @@ public static int GetSubroutineUniformLocation( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetSubroutineUniformLocation(program, shadertype, name); + [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSync( [NativeTypeName("GLsync")] Sync* sync, @@ -499359,38 +296669,6 @@ _slots[1229] is not null and var loadedFnPtr ) )(sync, pname, count, length, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetSync( @@ -499401,6 +296679,8 @@ public static void GetSync( [NativeTypeName("GLint *")] int* values ) => ThisThread.GetSync(sync, pname, count, length, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetSync( [NativeTypeName("GLsync")] Ref sync, @@ -499418,38 +296698,6 @@ void IGL.GetSync( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -499461,6 +296709,8 @@ public static void GetSync( [NativeTypeName("GLint *")] Ref values ) => ThisThread.GetSync(sync, pname, count, length, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetSync( [NativeTypeName("GLsync")] Ref sync, @@ -499477,38 +296727,6 @@ int IGL.GetSync( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -499518,8 +296736,9 @@ public static int GetSync( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.GetSync(sync, pname, length); + [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetSyncApple( + void IGL.GetSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLsizei")] uint count, @@ -499534,20 +296753,20 @@ _slots[1230] is not null and var loadedFnPtr ) )(sync, pname, count, length, values); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetSyncApple( + public static void GetSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei *")] uint* length, [NativeTypeName("GLint *")] int* values - ) => ThisThread.GetSyncApple(sync, pname, count, length, values); + ) => ThisThread.GetSyncAPPLE(sync, pname, count, length, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetSyncApple( + void IGL.GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei")] uint count, @@ -499559,25 +296778,25 @@ void IGL.GetSyncApple( fixed (uint* __dsl_length = length) fixed (Sync* __dsl_sync = sync) { - ((IGL)this).GetSyncApple(__dsl_sync, (uint)pname, count, __dsl_length, __dsl_values); + ((IGL)this).GetSyncAPPLE(__dsl_sync, (uint)pname, count, __dsl_length, __dsl_values); } } - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetSyncApple( + public static void GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei *")] Ref length, [NativeTypeName("GLint *")] Ref values - ) => ThisThread.GetSyncApple(sync, pname, count, length, values); + ) => ThisThread.GetSyncAPPLE(sync, pname, count, length, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - int IGL.GetSyncApple( + int IGL.GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei *")] Ref length @@ -499587,22 +296806,21 @@ int IGL.GetSyncApple( fixed (Sync* __dsl_sync = sync) { int values = default; - ((IGL)this).GetSyncApple(__dsl_sync, (uint)pname, 1, __dsl_length, (int*)&values); + ((IGL)this).GetSyncAPPLE(__dsl_sync, (uint)pname, 1, __dsl_length, (int*)&values); return values; } } - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static int GetSyncApple( + public static int GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei *")] Ref length - ) => ThisThread.GetSyncApple(sync, pname, length); + ) => ThisThread.GetSyncAPPLE(sync, pname, length); + [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, @@ -499619,7 +296837,6 @@ _slots[1231] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexBumpParameterATI( @@ -499627,6 +296844,8 @@ public static void GetTexBumpParameterATI( [NativeTypeName("GLfloat *")] float* param1 ) => ThisThread.GetTexBumpParameterATI(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexBumpParameterATI( [NativeTypeName("GLenum")] Constant pname, @@ -499639,7 +296858,6 @@ void IGL.GetTexBumpParameterATI( } } - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -499648,6 +296866,7 @@ public static void GetTexBumpParameterATI( [NativeTypeName("GLfloat *")] Ref param1 ) => ThisThread.GetTexBumpParameterATI(pname, param1); + [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, @@ -499664,7 +296883,6 @@ _slots[1232] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexBumpParameterATI( @@ -499672,6 +296890,8 @@ public static void GetTexBumpParameterATI( [NativeTypeName("GLint *")] int* param1 ) => ThisThread.GetTexBumpParameterATI(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexBumpParameterATI( [NativeTypeName("GLenum")] Constant pname, @@ -499684,7 +296904,6 @@ void IGL.GetTexBumpParameterATI( } } - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -499693,6 +296912,7 @@ public static void GetTexBumpParameterATI( [NativeTypeName("GLint *")] Ref param1 ) => ThisThread.GetTexBumpParameterATI(pname, param1); + [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexEnv( [NativeTypeName("GLenum")] uint target, @@ -499707,32 +296927,6 @@ _slots[1233] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexEnv( @@ -499741,6 +296935,8 @@ public static void GetTexEnv( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetTexEnv(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexEnv( [NativeTypeName("GLenum")] Constant target, @@ -499754,32 +296950,6 @@ void IGL.GetTexEnv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -499789,6 +296959,7 @@ public static void GetTexEnv( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetTexEnv(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexEnv( [NativeTypeName("GLenum")] uint target, @@ -499803,32 +296974,6 @@ _slots[1234] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexEnv( @@ -499837,6 +296982,8 @@ public static void GetTexEnv( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTexEnv(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexEnv( [NativeTypeName("GLenum")] Constant target, @@ -499850,32 +296997,6 @@ void IGL.GetTexEnv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -499885,6 +297006,7 @@ public static void GetTexEnv( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTexEnv(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexEnvx( [NativeTypeName("GLenum")] uint target, @@ -499899,7 +297021,6 @@ _slots[1235] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexEnvx( @@ -499908,6 +297029,8 @@ public static void GetTexEnvx( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetTexEnvx(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexEnvx( [NativeTypeName("GLenum")] Constant target, @@ -499921,7 +297044,6 @@ void IGL.GetTexEnvx( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -499931,6 +297053,7 @@ public static void GetTexEnvx( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetTexEnvx(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexEnvxOES( [NativeTypeName("GLenum")] uint target, @@ -499945,8 +297068,6 @@ _slots[1236] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexEnvxOES( @@ -499955,6 +297076,8 @@ public static void GetTexEnvxOES( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetTexEnvxOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexEnvxOES( [NativeTypeName("GLenum")] Constant target, @@ -499968,8 +297091,6 @@ void IGL.GetTexEnvxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -499979,6 +297100,7 @@ public static void GetTexEnvxOES( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetTexEnvxOES(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexFilterFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -499993,7 +297115,6 @@ _slots[1237] is not null and var loadedFnPtr ) )(target, filter, weights); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexFilterFuncSGIS( @@ -500002,6 +297123,8 @@ public static void GetTexFilterFuncSGIS( [NativeTypeName("GLfloat *")] float* weights ) => ThisThread.GetTexFilterFuncSGIS(target, filter, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexFilterFuncSGIS( [NativeTypeName("GLenum")] Constant target, @@ -500015,7 +297138,6 @@ void IGL.GetTexFilterFuncSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -500025,6 +297147,7 @@ public static void GetTexFilterFuncSGIS( [NativeTypeName("GLfloat *")] Ref weights ) => ThisThread.GetTexFilterFuncSGIS(target, filter, weights); + [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexGen( [NativeTypeName("GLenum")] uint coord, @@ -500039,31 +297162,6 @@ _slots[1238] is not null and var loadedFnPtr ) )(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexGen( @@ -500072,6 +297170,8 @@ public static void GetTexGen( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetTexGen(coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexGen( [NativeTypeName("GLenum")] Constant coord, @@ -500085,31 +297185,6 @@ void IGL.GetTexGen( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -500119,6 +297194,7 @@ public static void GetTexGen( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetTexGen(coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexGen( [NativeTypeName("GLenum")] uint coord, @@ -500133,31 +297209,6 @@ _slots[1239] is not null and var loadedFnPtr ) )(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexGen( @@ -500166,6 +297217,8 @@ public static void GetTexGen( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetTexGen(coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexGen( [NativeTypeName("GLenum")] Constant coord, @@ -500179,31 +297232,6 @@ void IGL.GetTexGen( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -500213,6 +297241,7 @@ public static void GetTexGen( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetTexGen(coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -500227,7 +297256,6 @@ _slots[1240] is not null and var loadedFnPtr ) )(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexGenOES( @@ -500236,6 +297264,8 @@ public static void GetTexGenOES( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetTexGenOES(coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexGenOES( [NativeTypeName("GLenum")] Constant coord, @@ -500249,7 +297279,6 @@ void IGL.GetTexGenOES( } } - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -500259,6 +297288,7 @@ public static void GetTexGenOES( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetTexGenOES(coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexGen( [NativeTypeName("GLenum")] uint coord, @@ -500273,31 +297303,6 @@ _slots[1241] is not null and var loadedFnPtr ) )(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexGen( @@ -500306,6 +297311,8 @@ public static void GetTexGen( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTexGen(coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexGen( [NativeTypeName("GLenum")] Constant coord, @@ -500319,31 +297326,6 @@ void IGL.GetTexGen( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -500353,6 +297335,7 @@ public static void GetTexGen( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTexGen(coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -500367,7 +297350,6 @@ _slots[1242] is not null and var loadedFnPtr ) )(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexGenOES( @@ -500376,6 +297358,8 @@ public static void GetTexGenOES( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTexGenOES(coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexGenOES( [NativeTypeName("GLenum")] Constant coord, @@ -500389,7 +297373,6 @@ void IGL.GetTexGenOES( } } - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -500399,6 +297382,7 @@ public static void GetTexGenOES( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTexGenOES(coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexGenxOES( [NativeTypeName("GLenum")] uint coord, @@ -500413,8 +297397,6 @@ _slots[1243] is not null and var loadedFnPtr ) )(coord, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexGenxOES( @@ -500423,6 +297405,8 @@ public static void GetTexGenxOES( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetTexGenxOES(coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexGenxOES( [NativeTypeName("GLenum")] Constant coord, @@ -500436,8 +297420,6 @@ void IGL.GetTexGenxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -500447,6 +297429,7 @@ public static void GetTexGenxOES( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetTexGenxOES(coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexImage( [NativeTypeName("GLenum")] uint target, @@ -500463,56 +297446,6 @@ _slots[1244] is not null and var loadedFnPtr ) )(target, level, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexImage( @@ -500523,6 +297456,8 @@ public static void GetTexImage( void* pixels ) => ThisThread.GetTexImage(target, level, format, type, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexImage( [NativeTypeName("GLenum")] Constant target, @@ -500538,56 +297473,6 @@ Ref pixels } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -500599,6 +297484,7 @@ public static void GetTexImage( Ref pixels ) => ThisThread.GetTexImage(target, level, format, type, pixels); + [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexLevelParameter( [NativeTypeName("GLenum")] uint target, @@ -500617,56 +297503,6 @@ _slots[1245] is not null and var loadedFnPtr ) )(target, level, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexLevelParameter( @@ -500676,6 +297512,8 @@ public static void GetTexLevelParameter( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetTexLevelParameter(target, level, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexLevelParameter( [NativeTypeName("GLenum")] Constant target, @@ -500690,56 +297528,6 @@ void IGL.GetTexLevelParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -500750,6 +297538,7 @@ public static void GetTexLevelParameter( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetTexLevelParameter(target, level, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexLevelParameter( [NativeTypeName("GLenum")] uint target, @@ -500768,56 +297557,6 @@ _slots[1246] is not null and var loadedFnPtr ) )(target, level, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexLevelParameter( @@ -500827,6 +297566,8 @@ public static void GetTexLevelParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTexLevelParameter(target, level, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexLevelParameter( [NativeTypeName("GLenum")] Constant target, @@ -500841,56 +297582,6 @@ void IGL.GetTexLevelParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -500901,6 +297592,7 @@ public static void GetTexLevelParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTexLevelParameter(target, level, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexLevelParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -500919,7 +297611,6 @@ _slots[1247] is not null and var loadedFnPtr ) )(target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexLevelParameterxOES( @@ -500929,6 +297620,8 @@ public static void GetTexLevelParameterxOES( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetTexLevelParameterxOES(target, level, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexLevelParameterxOES( [NativeTypeName("GLenum")] Constant target, @@ -500943,7 +297636,6 @@ void IGL.GetTexLevelParameterxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -500954,6 +297646,7 @@ public static void GetTexLevelParameterxOES( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetTexLevelParameterxOES(target, level, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameter( [NativeTypeName("GLenum")] uint target, @@ -500968,62 +297661,6 @@ _slots[1248] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexParameter( @@ -501032,6 +297669,8 @@ public static void GetTexParameter( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetTexParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameter( [NativeTypeName("GLenum")] Constant target, @@ -501045,62 +297684,6 @@ void IGL.GetTexParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -501110,6 +297693,7 @@ public static void GetTexParameter( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetTexParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterI( [NativeTypeName("GLenum")] uint target, @@ -501124,40 +297708,6 @@ _slots[1249] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexParameterI( @@ -501166,6 +297716,8 @@ public static void GetTexParameterI( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTexParameterI(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterI( [NativeTypeName("GLenum")] Constant target, @@ -501179,40 +297731,6 @@ void IGL.GetTexParameterI( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -501222,6 +297740,7 @@ public static void GetTexParameterI( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTexParameterI(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterIEXT( [NativeTypeName("GLenum")] uint target, @@ -501236,8 +297755,6 @@ _slots[1250] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexParameterIEXT( @@ -501246,6 +297763,8 @@ public static void GetTexParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTexParameterIEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterIEXT( [NativeTypeName("GLenum")] Constant target, @@ -501259,8 +297778,6 @@ void IGL.GetTexParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -501270,6 +297787,7 @@ public static void GetTexParameterIEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTexParameterIEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterIOES( [NativeTypeName("GLenum")] uint target, @@ -501284,7 +297802,6 @@ _slots[1251] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexParameterIOES( @@ -501293,6 +297810,8 @@ public static void GetTexParameterIOES( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTexParameterIOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterIOES( [NativeTypeName("GLenum")] Constant target, @@ -501306,7 +297825,6 @@ void IGL.GetTexParameterIOES( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -501316,6 +297834,7 @@ public static void GetTexParameterIOES( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTexParameterIOES(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterI( [NativeTypeName("GLenum")] uint target, @@ -501330,40 +297849,6 @@ _slots[1252] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexParameterI( @@ -501372,6 +297857,8 @@ public static void GetTexParameterI( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetTexParameterI(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterI( [NativeTypeName("GLenum")] Constant target, @@ -501385,40 +297872,6 @@ void IGL.GetTexParameterI( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -501428,6 +297881,7 @@ public static void GetTexParameterI( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetTexParameterI(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterIEXT( [NativeTypeName("GLenum")] uint target, @@ -501445,8 +297899,6 @@ _slots[1253] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexParameterIEXT( @@ -501455,6 +297907,8 @@ public static void GetTexParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetTexParameterIEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterIEXT( [NativeTypeName("GLenum")] Constant target, @@ -501468,8 +297922,6 @@ void IGL.GetTexParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -501479,6 +297931,7 @@ public static void GetTexParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetTexParameterIEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterIOES( [NativeTypeName("GLenum")] uint target, @@ -501496,7 +297949,6 @@ _slots[1254] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexParameterIOES( @@ -501505,6 +297957,8 @@ public static void GetTexParameterIOES( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetTexParameterIOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterIOES( [NativeTypeName("GLenum")] Constant target, @@ -501518,7 +297972,6 @@ void IGL.GetTexParameterIOES( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -501528,6 +297981,7 @@ public static void GetTexParameterIOES( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetTexParameterIOES(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameter( [NativeTypeName("GLenum")] uint target, @@ -501542,62 +297996,6 @@ _slots[1255] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexParameter( @@ -501606,6 +298004,8 @@ public static void GetTexParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTexParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameter( [NativeTypeName("GLenum")] Constant target, @@ -501619,62 +298019,6 @@ void IGL.GetTexParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -501684,8 +298028,9 @@ public static void GetTexParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTexParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetTexParameterPointerApple( + void IGL.GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, void** @params @@ -501701,17 +298046,18 @@ _slots[1256] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetTexParameterPointerApple( + public static void GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, void** @params - ) => ThisThread.GetTexParameterPointerApple(target, pname, @params); + ) => ThisThread.GetTexParameterPointerAPPLE(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetTexParameterPointerApple( + void IGL.GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, Ref2D @params @@ -501719,20 +298065,20 @@ Ref2D @params { fixed (void** __dsl_params = @params) { - ((IGL)this).GetTexParameterPointerApple(target, pname, __dsl_params); + ((IGL)this).GetTexParameterPointerAPPLE(target, pname, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetTexParameterPointerApple( + public static void GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, Ref2D @params - ) => ThisThread.GetTexParameterPointerApple(target, pname, @params); + ) => ThisThread.GetTexParameterPointerAPPLE(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterx( [NativeTypeName("GLenum")] uint target, @@ -501747,7 +298093,6 @@ _slots[1257] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexParameterx( @@ -501756,6 +298101,8 @@ public static void GetTexParameterx( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetTexParameterx(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterx( [NativeTypeName("GLenum")] Constant target, @@ -501769,7 +298116,6 @@ void IGL.GetTexParameterx( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -501779,6 +298125,7 @@ public static void GetTexParameterx( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetTexParameterx(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -501793,8 +298140,6 @@ _slots[1258] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTexParameterxOES( @@ -501803,6 +298148,8 @@ public static void GetTexParameterxOES( [NativeTypeName("GLfixed *")] int* @params ) => ThisThread.GetTexParameterxOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTexParameterxOES( [NativeTypeName("GLenum")] Constant target, @@ -501816,8 +298163,6 @@ void IGL.GetTexParameterxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -501827,6 +298172,8 @@ public static void GetTexParameterxOES( [NativeTypeName("GLfixed *")] Ref @params ) => ThisThread.GetTexParameterxOES(target, pname, @params); + [return: NativeTypeName("GLuint64")] + [NativeFunction("opengl", EntryPoint = "glGetTextureHandleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetTextureHandleARB([NativeTypeName("GLuint")] uint texture) => ( @@ -501838,13 +298185,13 @@ _slots[1259] is not null and var loadedFnPtr )(texture); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetTextureHandleARB([NativeTypeName("GLuint")] uint texture) => ThisThread.GetTextureHandleARB(texture); + [return: NativeTypeName("GLuint64")] + [NativeFunction("opengl", EntryPoint = "glGetTextureHandleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetTextureHandleIMG([NativeTypeName("GLuint")] uint texture) => ( @@ -501856,12 +298203,13 @@ _slots[1260] is not null and var loadedFnPtr )(texture); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetTextureHandleIMG([NativeTypeName("GLuint")] uint texture) => ThisThread.GetTextureHandleIMG(texture); + [return: NativeTypeName("GLuint64")] + [NativeFunction("opengl", EntryPoint = "glGetTextureHandleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetTextureHandleNV([NativeTypeName("GLuint")] uint texture) => ( @@ -501873,14 +298221,12 @@ _slots[1261] is not null and var loadedFnPtr )(texture); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetTextureHandleNV([NativeTypeName("GLuint")] uint texture) => ThisThread.GetTextureHandleNV(texture); + [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureImage( [NativeTypeName("GLuint")] uint texture, @@ -501898,16 +298244,6 @@ _slots[1262] is not null and var loadedFnPtr ) )(texture, level, format, type, bufSize, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureImage( @@ -501919,6 +298255,8 @@ public static void GetTextureImage( void* pixels ) => ThisThread.GetTextureImage(texture, level, format, type, bufSize, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureImage( [NativeTypeName("GLuint")] uint texture, @@ -501942,16 +298280,6 @@ Ref pixels } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -501964,6 +298292,7 @@ public static void GetTextureImage( Ref pixels ) => ThisThread.GetTextureImage(texture, level, format, type, bufSize, pixels); + [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -501981,8 +298310,6 @@ _slots[1263] is not null and var loadedFnPtr ) )(texture, target, level, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureImageEXT( @@ -501994,6 +298321,8 @@ public static void GetTextureImageEXT( void* pixels ) => ThisThread.GetTextureImageEXT(texture, target, level, format, type, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -502017,8 +298346,6 @@ Ref pixels } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502031,6 +298358,7 @@ public static void GetTextureImageEXT( Ref pixels ) => ThisThread.GetTextureImageEXT(texture, target, level, format, type, pixels); + [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureLevelParameter( [NativeTypeName("GLuint")] uint texture, @@ -502049,16 +298377,6 @@ _slots[1264] is not null and var loadedFnPtr ) )(texture, level, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureLevelParameter( @@ -502068,6 +298386,8 @@ public static void GetTextureLevelParameter( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetTextureLevelParameter(texture, level, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureLevelParameter( [NativeTypeName("GLuint")] uint texture, @@ -502082,16 +298402,6 @@ void IGL.GetTextureLevelParameter( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502102,6 +298412,7 @@ public static void GetTextureLevelParameter( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetTextureLevelParameter(texture, level, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureLevelParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -502121,8 +298432,6 @@ _slots[1265] is not null and var loadedFnPtr ) )(texture, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureLevelParameterEXT( @@ -502133,6 +298442,8 @@ public static void GetTextureLevelParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetTextureLevelParameterEXT(texture, target, level, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureLevelParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -502154,8 +298465,6 @@ void IGL.GetTextureLevelParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502167,6 +298476,7 @@ public static void GetTextureLevelParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetTextureLevelParameterEXT(texture, target, level, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureLevelParameter( [NativeTypeName("GLuint")] uint texture, @@ -502185,16 +298495,6 @@ _slots[1266] is not null and var loadedFnPtr ) )(texture, level, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureLevelParameter( @@ -502204,6 +298504,8 @@ public static void GetTextureLevelParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTextureLevelParameter(texture, level, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureLevelParameter( [NativeTypeName("GLuint")] uint texture, @@ -502218,16 +298520,6 @@ void IGL.GetTextureLevelParameter( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502238,6 +298530,7 @@ public static void GetTextureLevelParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTextureLevelParameter(texture, level, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureLevelParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -502257,8 +298550,6 @@ _slots[1267] is not null and var loadedFnPtr ) )(texture, target, level, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureLevelParameterEXT( @@ -502269,6 +298560,8 @@ public static void GetTextureLevelParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTextureLevelParameterEXT(texture, target, level, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureLevelParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -502290,8 +298583,6 @@ void IGL.GetTextureLevelParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502303,6 +298594,7 @@ public static void GetTextureLevelParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTextureLevelParameterEXT(texture, target, level, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -502317,16 +298609,6 @@ _slots[1268] is not null and var loadedFnPtr ) )(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureParameter( @@ -502335,6 +298617,8 @@ public static void GetTextureParameter( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetTextureParameter(texture, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -502348,16 +298632,6 @@ void IGL.GetTextureParameter( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502367,6 +298641,7 @@ public static void GetTextureParameter( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetTextureParameter(texture, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -502385,8 +298660,6 @@ _slots[1269] is not null and var loadedFnPtr ) )(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureParameterEXT( @@ -502396,6 +298669,8 @@ public static void GetTextureParameterEXT( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetTextureParameterEXT(texture, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -502410,8 +298685,6 @@ void IGL.GetTextureParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502422,6 +298695,7 @@ public static void GetTextureParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetTextureParameterEXT(texture, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -502439,16 +298713,6 @@ _slots[1270] is not null and var loadedFnPtr ) )(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureParameterI( @@ -502457,6 +298721,8 @@ public static void GetTextureParameterI( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTextureParameterI(texture, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -502470,16 +298736,6 @@ void IGL.GetTextureParameterI( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502489,6 +298745,7 @@ public static void GetTextureParameterI( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTextureParameterI(texture, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -502507,8 +298764,6 @@ _slots[1271] is not null and var loadedFnPtr ) )(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureParameterIEXT( @@ -502518,6 +298773,8 @@ public static void GetTextureParameterIEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTextureParameterIEXT(texture, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -502532,8 +298789,6 @@ void IGL.GetTextureParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502544,6 +298799,7 @@ public static void GetTextureParameterIEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTextureParameterIEXT(texture, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -502561,16 +298817,6 @@ _slots[1272] is not null and var loadedFnPtr ) )(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureParameterI( @@ -502579,6 +298825,8 @@ public static void GetTextureParameterI( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetTextureParameterI(texture, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -502592,16 +298840,6 @@ void IGL.GetTextureParameterI( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502611,6 +298849,7 @@ public static void GetTextureParameterI( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetTextureParameterI(texture, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -502629,8 +298868,6 @@ _slots[1273] is not null and var loadedFnPtr ) )(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureParameterIEXT( @@ -502640,6 +298877,8 @@ public static void GetTextureParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetTextureParameterIEXT(texture, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -502654,8 +298893,6 @@ void IGL.GetTextureParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502666,6 +298903,7 @@ public static void GetTextureParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetTextureParameterIEXT(texture, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -502680,16 +298918,6 @@ _slots[1274] is not null and var loadedFnPtr ) )(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureParameter( @@ -502698,6 +298926,8 @@ public static void GetTextureParameter( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTextureParameter(texture, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -502711,16 +298941,6 @@ void IGL.GetTextureParameter( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502730,6 +298950,7 @@ public static void GetTextureParameter( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTextureParameter(texture, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -502748,8 +298969,6 @@ _slots[1275] is not null and var loadedFnPtr ) )(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureParameterEXT( @@ -502759,6 +298978,8 @@ public static void GetTextureParameterEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTextureParameterEXT(texture, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -502773,8 +298994,6 @@ void IGL.GetTextureParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -502785,6 +299004,8 @@ public static void GetTextureParameterEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTextureParameterEXT(texture, target, pname, @params); + [return: NativeTypeName("GLuint64")] + [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetTextureSamplerHandleARB( [NativeTypeName("GLuint")] uint texture, @@ -502802,8 +299023,6 @@ _slots[1276] is not null and var loadedFnPtr )(texture, sampler); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetTextureSamplerHandleARB( @@ -502811,6 +299030,8 @@ public static ulong GetTextureSamplerHandleARB( [NativeTypeName("GLuint")] uint sampler ) => ThisThread.GetTextureSamplerHandleARB(texture, sampler); + [return: NativeTypeName("GLuint64")] + [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetTextureSamplerHandleIMG( [NativeTypeName("GLuint")] uint texture, @@ -502828,7 +299049,6 @@ _slots[1277] is not null and var loadedFnPtr )(texture, sampler); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetTextureSamplerHandleIMG( @@ -502836,6 +299056,8 @@ public static ulong GetTextureSamplerHandleIMG( [NativeTypeName("GLuint")] uint sampler ) => ThisThread.GetTextureSamplerHandleIMG(texture, sampler); + [return: NativeTypeName("GLuint64")] + [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IGL.GetTextureSamplerHandleNV( [NativeTypeName("GLuint")] uint texture, @@ -502853,9 +299075,6 @@ _slots[1278] is not null and var loadedFnPtr )(texture, sampler); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetTextureSamplerHandleNV( @@ -502863,6 +299082,7 @@ public static ulong GetTextureSamplerHandleNV( [NativeTypeName("GLuint")] uint sampler ) => ThisThread.GetTextureSamplerHandleNV(texture, sampler); + [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureSubImage( [NativeTypeName("GLuint")] uint texture, @@ -502912,16 +299132,6 @@ _slots[1279] is not null and var loadedFnPtr pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTextureSubImage( @@ -502953,6 +299163,8 @@ public static void GetTextureSubImage( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTextureSubImage( [NativeTypeName("GLuint")] uint texture, @@ -502988,16 +299200,6 @@ Ref pixels } } - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503030,6 +299232,7 @@ Ref pixels pixels ); + [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTrackMatrixNV( [NativeTypeName("GLenum")] uint target, @@ -503045,7 +299248,6 @@ _slots[1280] is not null and var loadedFnPtr ) )(target, address, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTrackMatrixNV( @@ -503055,6 +299257,8 @@ public static void GetTrackMatrixNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetTrackMatrixNV(target, address, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTrackMatrixNV( [NativeTypeName("GLenum")] Constant target, @@ -503069,7 +299273,6 @@ void IGL.GetTrackMatrixNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503080,6 +299283,8 @@ public static void GetTrackMatrixNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetTrackMatrixNV(target, address, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetTrackMatrixNV( [NativeTypeName("GLenum")] Constant target, @@ -503092,7 +299297,6 @@ int IGL.GetTrackMatrixNV( return @params; } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503102,6 +299306,7 @@ public static int GetTrackMatrixNV( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetTrackMatrixNV(target, address, pname); + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedback( [NativeTypeName("GLuint")] uint xfb, @@ -503120,16 +299325,6 @@ _slots[1281] is not null and var loadedFnPtr ) )(xfb, pname, index, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTransformFeedback( @@ -503139,6 +299334,8 @@ public static void GetTransformFeedback( [NativeTypeName("GLint *")] int* param3 ) => ThisThread.GetTransformFeedback(xfb, pname, index, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedback( [NativeTypeName("GLuint")] uint xfb, @@ -503153,16 +299350,6 @@ void IGL.GetTransformFeedback( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503173,6 +299360,7 @@ public static void GetTransformFeedback( [NativeTypeName("GLint *")] Ref param3 ) => ThisThread.GetTransformFeedback(xfb, pname, index, param3); + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedbacki64( [NativeTypeName("GLuint")] uint xfb, @@ -503191,16 +299379,6 @@ _slots[1282] is not null and var loadedFnPtr ) )(xfb, pname, index, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTransformFeedbacki64( @@ -503210,6 +299388,8 @@ public static void GetTransformFeedbacki64( [NativeTypeName("GLint64 *")] long* param3 ) => ThisThread.GetTransformFeedbacki64(xfb, pname, index, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedbacki64( [NativeTypeName("GLuint")] uint xfb, @@ -503224,16 +299404,6 @@ void IGL.GetTransformFeedbacki64( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503244,6 +299414,7 @@ public static void GetTransformFeedbacki64( [NativeTypeName("GLint64 *")] Ref param3 ) => ThisThread.GetTransformFeedbacki64(xfb, pname, index, param3); + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedback( [NativeTypeName("GLuint")] uint xfb, @@ -503261,16 +299432,6 @@ _slots[1283] is not null and var loadedFnPtr ) )(xfb, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTransformFeedback( @@ -503279,6 +299440,8 @@ public static void GetTransformFeedback( [NativeTypeName("GLint *")] int* param2 ) => ThisThread.GetTransformFeedback(xfb, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedback( [NativeTypeName("GLuint")] uint xfb, @@ -503292,16 +299455,6 @@ void IGL.GetTransformFeedback( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503311,6 +299464,7 @@ public static void GetTransformFeedback( [NativeTypeName("GLint *")] Ref param2 ) => ThisThread.GetTransformFeedback(xfb, pname, param2); + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedbackVarying( [NativeTypeName("GLuint")] uint program, @@ -503332,40 +299486,6 @@ _slots[1284] is not null and var loadedFnPtr ) )(program, index, bufSize, length, size, type, name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTransformFeedbackVarying( @@ -503378,6 +299498,8 @@ public static void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] sbyte* name ) => ThisThread.GetTransformFeedbackVarying(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedbackVarying( [NativeTypeName("GLuint")] uint program, @@ -503406,40 +299528,6 @@ void IGL.GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503453,6 +299541,8 @@ public static void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] Ref name ) => ThisThread.GetTransformFeedbackVarying(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetTransformFeedbackVarying( [NativeTypeName("GLuint")] uint program, @@ -503480,40 +299570,6 @@ sbyte IGL.GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503525,6 +299581,8 @@ public static sbyte GetTransformFeedbackVarying( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetTransformFeedbackVarying(program, index, length, size, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedbackVarying( [NativeTypeName("GLuint")] uint program, @@ -503553,40 +299611,6 @@ void IGL.GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503600,6 +299624,8 @@ public static void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] Ref name ) => ThisThread.GetTransformFeedbackVarying(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetTransformFeedbackVarying( [NativeTypeName("GLuint")] uint program, @@ -503627,40 +299653,6 @@ sbyte IGL.GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503672,6 +299664,8 @@ public static sbyte GetTransformFeedbackVarying( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetTransformFeedbackVarying(program, index, length, size, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedbackVarying( [NativeTypeName("GLuint")] uint program, @@ -503700,40 +299694,6 @@ void IGL.GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503747,6 +299707,8 @@ public static void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] Ref name ) => ThisThread.GetTransformFeedbackVarying(program, index, bufSize, length, size, type, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetTransformFeedbackVarying( [NativeTypeName("GLuint")] uint program, @@ -503774,40 +299736,6 @@ sbyte IGL.GetTransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503819,6 +299747,7 @@ public static sbyte GetTransformFeedbackVarying( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetTransformFeedbackVarying(program, index, length, size, type); + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedbackVaryingEXT( [NativeTypeName("GLuint")] uint program, @@ -503840,7 +299769,6 @@ _slots[1285] is not null and var loadedFnPtr ) )(program, index, bufSize, length, size, type, name); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTransformFeedbackVaryingEXT( @@ -503862,6 +299790,8 @@ public static void GetTransformFeedbackVaryingEXT( name ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedbackVaryingEXT( [NativeTypeName("GLuint")] uint program, @@ -503890,7 +299820,6 @@ void IGL.GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503913,6 +299842,8 @@ public static void GetTransformFeedbackVaryingEXT( name ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetTransformFeedbackVaryingEXT( [NativeTypeName("GLuint")] uint program, @@ -503940,7 +299871,6 @@ sbyte IGL.GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -503952,6 +299882,8 @@ public static sbyte GetTransformFeedbackVaryingEXT( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetTransformFeedbackVaryingEXT(program, index, length, size, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedbackVaryingEXT( [NativeTypeName("GLuint")] uint program, @@ -503980,7 +299912,6 @@ void IGL.GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -504003,6 +299934,8 @@ public static void GetTransformFeedbackVaryingEXT( name ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetTransformFeedbackVaryingEXT( [NativeTypeName("GLuint")] uint program, @@ -504030,7 +299963,6 @@ sbyte IGL.GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -504042,6 +299974,8 @@ public static sbyte GetTransformFeedbackVaryingEXT( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetTransformFeedbackVaryingEXT(program, index, length, size, type); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedbackVaryingEXT( [NativeTypeName("GLuint")] uint program, @@ -504070,7 +300004,6 @@ void IGL.GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -504093,6 +300026,8 @@ public static void GetTransformFeedbackVaryingEXT( name ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte IGL.GetTransformFeedbackVaryingEXT( [NativeTypeName("GLuint")] uint program, @@ -504120,7 +300055,6 @@ sbyte IGL.GetTransformFeedbackVaryingEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -504132,6 +300066,7 @@ public static sbyte GetTransformFeedbackVaryingEXT( [NativeTypeName("GLenum *")] Ref type ) => ThisThread.GetTransformFeedbackVaryingEXT(program, index, length, size, type); + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedbackVaryingNV( [NativeTypeName("GLuint")] uint program, @@ -504149,7 +300084,6 @@ _slots[1286] is not null and var loadedFnPtr ) )(program, index, location); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTransformFeedbackVaryingNV( @@ -504158,6 +300092,8 @@ public static void GetTransformFeedbackVaryingNV( [NativeTypeName("GLint *")] int* location ) => ThisThread.GetTransformFeedbackVaryingNV(program, index, location); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetTransformFeedbackVaryingNV( [NativeTypeName("GLuint")] uint program, @@ -504171,7 +300107,6 @@ void IGL.GetTransformFeedbackVaryingNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -504181,6 +300116,8 @@ public static void GetTransformFeedbackVaryingNV( [NativeTypeName("GLint *")] Ref location ) => ThisThread.GetTransformFeedbackVaryingNV(program, index, location); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetTransformFeedbackVaryingNV( [NativeTypeName("GLuint")] uint program, @@ -504192,7 +300129,6 @@ int IGL.GetTransformFeedbackVaryingNV( return location; } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -504201,8 +300137,9 @@ public static int GetTransformFeedbackVaryingNV( [NativeTypeName("GLuint")] uint index ) => ThisThread.GetTransformFeedbackVaryingNV(program, index); + [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetTranslatedShaderSourceAngle( + void IGL.GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] uint* length, @@ -504219,18 +300156,19 @@ _slots[1287] is not null and var loadedFnPtr ) )(shader, bufSize, length, source); - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetTranslatedShaderSourceAngle( + public static void GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] uint* length, [NativeTypeName("GLchar *")] sbyte* source - ) => ThisThread.GetTranslatedShaderSourceAngle(shader, bufSize, length, source); + ) => ThisThread.GetTranslatedShaderSourceANGLE(shader, bufSize, length, source); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetTranslatedShaderSourceAngle( + void IGL.GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] Ref length, @@ -504240,23 +300178,24 @@ void IGL.GetTranslatedShaderSourceAngle( fixed (sbyte* __dsl_source = source) fixed (uint* __dsl_length = length) { - ((IGL)this).GetTranslatedShaderSourceAngle(shader, bufSize, __dsl_length, __dsl_source); + ((IGL)this).GetTranslatedShaderSourceANGLE(shader, bufSize, __dsl_length, __dsl_source); } } - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetTranslatedShaderSourceAngle( + public static void GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] Ref length, [NativeTypeName("GLchar *")] Ref source - ) => ThisThread.GetTranslatedShaderSourceAngle(shader, bufSize, length, source); + ) => ThisThread.GetTranslatedShaderSourceANGLE(shader, bufSize, length, source); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - sbyte IGL.GetTranslatedShaderSourceAngle( + sbyte IGL.GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei *")] Ref length ) @@ -504264,20 +300203,21 @@ sbyte IGL.GetTranslatedShaderSourceAngle( fixed (uint* __dsl_length = length) { sbyte source = default; - ((IGL)this).GetTranslatedShaderSourceAngle(shader, 1, __dsl_length, (sbyte*)&source); + ((IGL)this).GetTranslatedShaderSourceANGLE(shader, 1, __dsl_length, (sbyte*)&source); return source; } } - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static sbyte GetTranslatedShaderSourceAngle( + public static sbyte GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei *")] Ref length - ) => ThisThread.GetTranslatedShaderSourceAngle(shader, length); + ) => ThisThread.GetTranslatedShaderSourceANGLE(shader, length); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetUniformBlockIndex( [NativeTypeName("GLuint")] uint program, @@ -504292,40 +300232,6 @@ _slots[1288] is not null and var loadedFnPtr )(program, uniformBlockName); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetUniformBlockIndex( @@ -504333,6 +300239,9 @@ public static uint GetUniformBlockIndex( [NativeTypeName("const GLchar *")] sbyte* uniformBlockName ) => ThisThread.GetUniformBlockIndex(program, uniformBlockName); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetUniformBlockIndex( [NativeTypeName("GLuint")] uint program, @@ -504346,40 +300255,6 @@ uint IGL.GetUniformBlockIndex( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -504388,6 +300263,8 @@ public static uint GetUniformBlockIndex( [NativeTypeName("const GLchar *")] Ref uniformBlockName ) => ThisThread.GetUniformBlockIndex(program, uniformBlockName); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetUniformBufferSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetUniformBufferSizeEXT( [NativeTypeName("GLuint")] uint program, @@ -504405,7 +300282,6 @@ _slots[1289] is not null and var loadedFnPtr )(program, location); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glGetUniformBufferSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetUniformBufferSizeEXT( @@ -504413,6 +300289,7 @@ public static int GetUniformBufferSizeEXT( [NativeTypeName("GLint")] int location ) => ThisThread.GetUniformBufferSizeEXT(program, location); + [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformdv( [NativeTypeName("GLuint")] uint program, @@ -504427,34 +300304,6 @@ _slots[1290] is not null and var loadedFnPtr ) )(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetUniformdv( @@ -504463,6 +300312,8 @@ public static void GetUniformdv( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetUniformdv(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformdv( [NativeTypeName("GLuint")] uint program, @@ -504476,34 +300327,6 @@ void IGL.GetUniformdv( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -504513,6 +300336,8 @@ public static void GetUniformdv( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetUniformdv(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double IGL.GetUniformdv([NativeTypeName("GLint")] int location) { @@ -504521,40 +300346,13 @@ double IGL.GetUniformdv([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double GetUniformdv([NativeTypeName("GLint")] int location) => ThisThread.GetUniformdv(location); + [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformfv( [NativeTypeName("GLuint")] uint program, @@ -504569,49 +300367,6 @@ _slots[1291] is not null and var loadedFnPtr ) )(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetUniformfv( @@ -504620,6 +300375,8 @@ public static void GetUniformfv( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetUniformfv(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformfv( [NativeTypeName("GLuint")] uint program, @@ -504633,49 +300390,6 @@ void IGL.GetUniformfv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -504685,6 +300399,8 @@ public static void GetUniformfv( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetUniformfv(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetUniformfv([NativeTypeName("GLint")] int location) { @@ -504693,55 +300409,13 @@ float IGL.GetUniformfv([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float GetUniformfv([NativeTypeName("GLint")] int location) => ThisThread.GetUniformfv(location); + [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformfvARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -504756,7 +300430,6 @@ _slots[1292] is not null and var loadedFnPtr ) )(programObj, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetUniformfvARB( @@ -504765,6 +300438,8 @@ public static void GetUniformfvARB( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetUniformfvARB(programObj, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformfvARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -504778,7 +300453,6 @@ void IGL.GetUniformfvARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -504788,6 +300462,8 @@ public static void GetUniformfvARB( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetUniformfvARB(programObj, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetUniformfvARB([NativeTypeName("GLint")] int location) { @@ -504796,15 +300472,15 @@ float IGL.GetUniformfvARB([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float GetUniformfvARB([NativeTypeName("GLint")] int location) => ThisThread.GetUniformfvARB(location); + [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetUniformi64VARB( + void IGL.GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] long* @params @@ -504817,18 +300493,18 @@ _slots[1293] is not null and var loadedFnPtr ) )(program, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetUniformi64VARB( + public static void GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] long* @params - ) => ThisThread.GetUniformi64VARB(program, location, @params); + ) => ThisThread.GetUniformi64vARB(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetUniformi64VARB( + void IGL.GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] Ref @params @@ -504836,37 +300512,36 @@ void IGL.GetUniformi64VARB( { fixed (long* __dsl_params = @params) { - ((IGL)this).GetUniformi64VARB(program, location, __dsl_params); + ((IGL)this).GetUniformi64vARB(program, location, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetUniformi64VARB( + public static void GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] Ref @params - ) => ThisThread.GetUniformi64VARB(program, location, @params); + ) => ThisThread.GetUniformi64vARB(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - long IGL.GetUniformi64VARB([NativeTypeName("GLint")] int location) + long IGL.GetUniformi64vARB([NativeTypeName("GLint")] int location) { long @params = default; - ((IGL)this).GetUniformi64VARB(1, location, (long*)&@params); + ((IGL)this).GetUniformi64vARB(1, location, (long*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static long GetUniformi64VARB([NativeTypeName("GLint")] int location) => - ThisThread.GetUniformi64VARB(location); + public static long GetUniformi64vARB([NativeTypeName("GLint")] int location) => + ThisThread.GetUniformi64vARB(location); + [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformNV( [NativeTypeName("GLuint")] uint program, @@ -504881,9 +300556,6 @@ _slots[1294] is not null and var loadedFnPtr ) )(program, location, @params); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetUniformNV( @@ -504892,6 +300564,8 @@ public static void GetUniformNV( [NativeTypeName("GLint64EXT *")] long* @params ) => ThisThread.GetUniformNV(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformNV( [NativeTypeName("GLuint")] uint program, @@ -504905,9 +300579,6 @@ void IGL.GetUniformNV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -504917,6 +300588,8 @@ public static void GetUniformNV( [NativeTypeName("GLint64EXT *")] Ref @params ) => ThisThread.GetUniformNV(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] long IGL.GetUniformNV([NativeTypeName("GLint")] int location) { @@ -504925,15 +300598,13 @@ long IGL.GetUniformNV([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static long GetUniformNV([NativeTypeName("GLint")] int location) => ThisThread.GetUniformNV(location); + [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformIndices( [NativeTypeName("GLuint")] uint program, @@ -504949,40 +300620,6 @@ _slots[1295] is not null and var loadedFnPtr ) )(program, uniformCount, uniformNames, uniformIndices); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetUniformIndices( @@ -504992,6 +300629,8 @@ public static void GetUniformIndices( [NativeTypeName("GLuint *")] uint* uniformIndices ) => ThisThread.GetUniformIndices(program, uniformCount, uniformNames, uniformIndices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformIndices( [NativeTypeName("GLuint")] uint program, @@ -505012,40 +300651,6 @@ void IGL.GetUniformIndices( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -505056,6 +300661,7 @@ public static void GetUniformIndices( [NativeTypeName("GLuint *")] Ref uniformIndices ) => ThisThread.GetUniformIndices(program, uniformCount, uniformNames, uniformIndices); + [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformiv( [NativeTypeName("GLuint")] uint program, @@ -505070,49 +300676,6 @@ _slots[1296] is not null and var loadedFnPtr ) )(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetUniformiv( @@ -505121,6 +300684,8 @@ public static void GetUniformiv( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetUniformiv(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformiv( [NativeTypeName("GLuint")] uint program, @@ -505134,49 +300699,6 @@ void IGL.GetUniformiv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -505186,6 +300708,8 @@ public static void GetUniformiv( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetUniformiv(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetUniformiv([NativeTypeName("GLint")] int location) { @@ -505194,55 +300718,13 @@ int IGL.GetUniformiv([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetUniformiv([NativeTypeName("GLint")] int location) => ThisThread.GetUniformiv(location); + [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformivARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -505257,7 +300739,6 @@ _slots[1297] is not null and var loadedFnPtr ) )(programObj, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetUniformivARB( @@ -505266,6 +300747,8 @@ public static void GetUniformivARB( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetUniformivARB(programObj, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformivARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -505279,7 +300762,6 @@ void IGL.GetUniformivARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -505289,6 +300771,8 @@ public static void GetUniformivARB( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetUniformivARB(programObj, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetUniformivARB([NativeTypeName("GLint")] int location) { @@ -505297,13 +300781,14 @@ int IGL.GetUniformivARB([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetUniformivARB([NativeTypeName("GLint")] int location) => ThisThread.GetUniformivARB(location); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetUniformLocation( [NativeTypeName("GLuint")] uint program, @@ -505318,49 +300803,6 @@ _slots[1298] is not null and var loadedFnPtr )(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetUniformLocation( @@ -505368,6 +300810,9 @@ public static int GetUniformLocation( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetUniformLocation(program, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetUniformLocation( [NativeTypeName("GLuint")] uint program, @@ -505381,49 +300826,6 @@ int IGL.GetUniformLocation( } [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -505432,6 +300834,8 @@ public static int GetUniformLocation( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetUniformLocation(program, name); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetUniformLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -505446,7 +300850,6 @@ _slots[1299] is not null and var loadedFnPtr )(programObj, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetUniformLocationARB( @@ -505454,6 +300857,9 @@ public static int GetUniformLocationARB( [NativeTypeName("const GLcharARB *")] sbyte* name ) => ThisThread.GetUniformLocationARB(programObj, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetUniformLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -505467,7 +300873,6 @@ int IGL.GetUniformLocationARB( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -505476,6 +300881,8 @@ public static int GetUniformLocationARB( [NativeTypeName("const GLcharARB *")] Ref name ) => ThisThread.GetUniformLocationARB(programObj, name); + [return: NativeTypeName("GLintptr")] + [NativeFunction("opengl", EntryPoint = "glGetUniformOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nint IGL.GetUniformOffsetEXT( [NativeTypeName("GLuint")] uint program, @@ -505490,7 +300897,6 @@ _slots[1300] is not null and var loadedFnPtr )(program, location); [return: NativeTypeName("GLintptr")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glGetUniformOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static nint GetUniformOffsetEXT( @@ -505498,6 +300904,7 @@ public static nint GetUniformOffsetEXT( [NativeTypeName("GLint")] int location ) => ThisThread.GetUniformOffsetEXT(program, location); + [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformSubroutine( [NativeTypeName("GLenum")] uint shadertype, @@ -505515,34 +300922,6 @@ _slots[1301] is not null and var loadedFnPtr ) )(shadertype, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetUniformSubroutine( @@ -505551,6 +300930,8 @@ public static void GetUniformSubroutine( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetUniformSubroutine(shadertype, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformSubroutine( [NativeTypeName("GLenum")] Constant shadertype, @@ -505564,34 +300945,6 @@ void IGL.GetUniformSubroutine( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -505601,6 +300954,8 @@ public static void GetUniformSubroutine( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetUniformSubroutine(shadertype, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetUniformSubroutine( [NativeTypeName("GLenum")] Constant shadertype, @@ -505612,34 +300967,6 @@ uint IGL.GetUniformSubroutine( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -505648,8 +300975,9 @@ public static uint GetUniformSubroutine( [NativeTypeName("GLint")] int location ) => ThisThread.GetUniformSubroutine(shadertype, location); + [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetUniformui64VARB( + void IGL.GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] ulong* @params @@ -505662,18 +300990,18 @@ _slots[1302] is not null and var loadedFnPtr ) )(program, location, @params); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetUniformui64VARB( + public static void GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] ulong* @params - ) => ThisThread.GetUniformui64VARB(program, location, @params); + ) => ThisThread.GetUniformui64vARB(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetUniformui64VARB( + void IGL.GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] Ref @params @@ -505681,39 +301009,38 @@ void IGL.GetUniformui64VARB( { fixed (ulong* __dsl_params = @params) { - ((IGL)this).GetUniformui64VARB(program, location, __dsl_params); + ((IGL)this).GetUniformui64vARB(program, location, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetUniformui64VARB( + public static void GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] Ref @params - ) => ThisThread.GetUniformui64VARB(program, location, @params); + ) => ThisThread.GetUniformui64vARB(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - ulong IGL.GetUniformui64VARB([NativeTypeName("GLint")] int location) + ulong IGL.GetUniformui64vARB([NativeTypeName("GLint")] int location) { ulong @params = default; - ((IGL)this).GetUniformui64VARB(1, location, (ulong*)&@params); + ((IGL)this).GetUniformui64vARB(1, location, (ulong*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static ulong GetUniformui64VARB([NativeTypeName("GLint")] int location) => - ThisThread.GetUniformui64VARB(location); + public static ulong GetUniformui64vARB([NativeTypeName("GLint")] int location) => + ThisThread.GetUniformui64vARB(location); + [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetUniformui64VNV( + void IGL.GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] ulong* @params @@ -505726,18 +301053,18 @@ _slots[1303] is not null and var loadedFnPtr ) )(program, location, @params); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetUniformui64VNV( + public static void GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] ulong* @params - ) => ThisThread.GetUniformui64VNV(program, location, @params); + ) => ThisThread.GetUniformui64vNV(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetUniformui64VNV( + void IGL.GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] Ref @params @@ -505745,37 +301072,36 @@ void IGL.GetUniformui64VNV( { fixed (ulong* __dsl_params = @params) { - ((IGL)this).GetUniformui64VNV(program, location, __dsl_params); + ((IGL)this).GetUniformui64vNV(program, location, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetUniformui64VNV( + public static void GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] Ref @params - ) => ThisThread.GetUniformui64VNV(program, location, @params); + ) => ThisThread.GetUniformui64vNV(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - ulong IGL.GetUniformui64VNV([NativeTypeName("GLint")] int location) + ulong IGL.GetUniformui64vNV([NativeTypeName("GLint")] int location) { ulong @params = default; - ((IGL)this).GetUniformui64VNV(1, location, (ulong*)&@params); + ((IGL)this).GetUniformui64vNV(1, location, (ulong*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static ulong GetUniformui64VNV([NativeTypeName("GLint")] int location) => - ThisThread.GetUniformui64VNV(location); + public static ulong GetUniformui64vNV([NativeTypeName("GLint")] int location) => + ThisThread.GetUniformui64vNV(location); + [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformuiv( [NativeTypeName("GLuint")] uint program, @@ -505790,40 +301116,6 @@ _slots[1304] is not null and var loadedFnPtr ) )(program, location, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetUniformuiv( @@ -505832,6 +301124,8 @@ public static void GetUniformuiv( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetUniformuiv(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformuiv( [NativeTypeName("GLuint")] uint program, @@ -505845,40 +301139,6 @@ void IGL.GetUniformuiv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -505888,6 +301148,8 @@ public static void GetUniformuiv( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetUniformuiv(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetUniformuiv([NativeTypeName("GLint")] int location) { @@ -505896,46 +301158,13 @@ uint IGL.GetUniformuiv([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetUniformuiv([NativeTypeName("GLint")] int location) => ThisThread.GetUniformuiv(location); + [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformEXT( [NativeTypeName("GLuint")] uint program, @@ -505950,7 +301179,6 @@ _slots[1305] is not null and var loadedFnPtr ) )(program, location, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetUniformEXT( @@ -505959,6 +301187,8 @@ public static void GetUniformEXT( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetUniformEXT(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUniformEXT( [NativeTypeName("GLuint")] uint program, @@ -505972,7 +301202,6 @@ void IGL.GetUniformEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -505982,6 +301211,8 @@ public static void GetUniformEXT( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetUniformEXT(program, location, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetUniformEXT([NativeTypeName("GLint")] int location) { @@ -505990,13 +301221,13 @@ uint IGL.GetUniformEXT([NativeTypeName("GLint")] int location) return @params; } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetUniformEXT([NativeTypeName("GLint")] int location) => ThisThread.GetUniformEXT(location); + [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUnsignedByteEXT( [NativeTypeName("GLenum")] uint target, @@ -506011,8 +301242,6 @@ _slots[1306] is not null and var loadedFnPtr ) )(target, index, data); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetUnsignedByteEXT( @@ -506021,6 +301250,8 @@ public static void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] byte* data ) => ThisThread.GetUnsignedByteEXT(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUnsignedByteEXT( [NativeTypeName("GLenum")] uint target, @@ -506034,8 +301265,6 @@ void IGL.GetUnsignedByteEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506045,6 +301274,8 @@ public static void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] Ref data ) => ThisThread.GetUnsignedByteEXT(target, index, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte IGL.GetUnsignedByteEXT([NativeTypeName("GLuint")] uint index) { @@ -506053,14 +301284,13 @@ byte IGL.GetUnsignedByteEXT([NativeTypeName("GLuint")] uint index) return data; } - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte GetUnsignedByteEXT([NativeTypeName("GLuint")] uint index) => ThisThread.GetUnsignedByteEXT(index); + [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUnsignedByteEXT( [NativeTypeName("GLenum")] uint pname, @@ -506074,8 +301304,6 @@ _slots[1307] is not null and var loadedFnPtr ) )(pname, data); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetUnsignedByteEXT( @@ -506083,6 +301311,8 @@ public static void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] byte* data ) => ThisThread.GetUnsignedByteEXT(pname, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetUnsignedByteEXT( [NativeTypeName("GLenum")] Constant pname, @@ -506095,8 +301325,6 @@ void IGL.GetUnsignedByteEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506105,6 +301333,7 @@ public static void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] Ref data ) => ThisThread.GetUnsignedByteEXT(pname, data); + [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVariantArrayObjectfvATI( [NativeTypeName("GLuint")] uint id, @@ -506122,7 +301351,6 @@ _slots[1308] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVariantArrayObjectfvATI( @@ -506131,6 +301359,8 @@ public static void GetVariantArrayObjectfvATI( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetVariantArrayObjectfvATI(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVariantArrayObjectfvATI( [NativeTypeName("GLuint")] uint id, @@ -506144,7 +301374,6 @@ void IGL.GetVariantArrayObjectfvATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506154,6 +301383,8 @@ public static void GetVariantArrayObjectfvATI( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetVariantArrayObjectfvATI(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetVariantArrayObjectfvATI( [NativeTypeName("GLuint")] uint id, @@ -506165,7 +301396,6 @@ float IGL.GetVariantArrayObjectfvATI( return @params; } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506174,6 +301404,7 @@ public static float GetVariantArrayObjectfvATI( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetVariantArrayObjectfvATI(id, pname); + [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVariantArrayObjectivATI( [NativeTypeName("GLuint")] uint id, @@ -506191,7 +301422,6 @@ _slots[1309] is not null and var loadedFnPtr ) )(id, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVariantArrayObjectivATI( @@ -506200,6 +301430,8 @@ public static void GetVariantArrayObjectivATI( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetVariantArrayObjectivATI(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVariantArrayObjectivATI( [NativeTypeName("GLuint")] uint id, @@ -506213,7 +301445,6 @@ void IGL.GetVariantArrayObjectivATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506223,6 +301454,8 @@ public static void GetVariantArrayObjectivATI( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetVariantArrayObjectivATI(id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetVariantArrayObjectivATI( [NativeTypeName("GLuint")] uint id, @@ -506234,7 +301467,6 @@ int IGL.GetVariantArrayObjectivATI( return @params; } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506243,6 +301475,7 @@ public static int GetVariantArrayObjectivATI( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetVariantArrayObjectivATI(id, pname); + [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVariantBooleanEXT( [NativeTypeName("GLuint")] uint id, @@ -506257,7 +301490,6 @@ _slots[1310] is not null and var loadedFnPtr ) )(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVariantBooleanEXT( @@ -506266,6 +301498,8 @@ public static void GetVariantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ) => ThisThread.GetVariantBooleanEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVariantBooleanEXT( [NativeTypeName("GLuint")] uint id, @@ -506279,7 +301513,6 @@ void IGL.GetVariantBooleanEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506289,6 +301522,8 @@ public static void GetVariantBooleanEXT( [NativeTypeName("GLboolean *")] Ref data ) => ThisThread.GetVariantBooleanEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetVariantBooleanEXT( [NativeTypeName("GLenum")] Constant value @@ -506299,7 +301534,6 @@ uint IGL.GetVariantBooleanEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506307,6 +301541,7 @@ public static uint GetVariantBooleanEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.GetVariantBooleanEXT(value); + [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVariantFloatEXT( [NativeTypeName("GLuint")] uint id, @@ -506321,7 +301556,6 @@ _slots[1311] is not null and var loadedFnPtr ) )(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVariantFloatEXT( @@ -506330,6 +301564,8 @@ public static void GetVariantFloatEXT( [NativeTypeName("GLfloat *")] float* data ) => ThisThread.GetVariantFloatEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVariantFloatEXT( [NativeTypeName("GLuint")] uint id, @@ -506343,7 +301579,6 @@ void IGL.GetVariantFloatEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506353,6 +301588,8 @@ public static void GetVariantFloatEXT( [NativeTypeName("GLfloat *")] Ref data ) => ThisThread.GetVariantFloatEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetVariantFloatEXT( [NativeTypeName("GLenum")] Constant value @@ -506363,7 +301600,6 @@ float IGL.GetVariantFloatEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506371,6 +301607,7 @@ public static float GetVariantFloatEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.GetVariantFloatEXT(value); + [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVariantIntegerEXT( [NativeTypeName("GLuint")] uint id, @@ -506385,7 +301622,6 @@ _slots[1312] is not null and var loadedFnPtr ) )(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVariantIntegerEXT( @@ -506394,6 +301630,8 @@ public static void GetVariantIntegerEXT( [NativeTypeName("GLint *")] int* data ) => ThisThread.GetVariantIntegerEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVariantIntegerEXT( [NativeTypeName("GLuint")] uint id, @@ -506407,7 +301645,6 @@ void IGL.GetVariantIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506417,6 +301654,8 @@ public static void GetVariantIntegerEXT( [NativeTypeName("GLint *")] Ref data ) => ThisThread.GetVariantIntegerEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetVariantIntegerEXT( [NativeTypeName("GLenum")] Constant value @@ -506427,7 +301666,6 @@ int IGL.GetVariantIntegerEXT( return data; } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506435,6 +301673,7 @@ public static int GetVariantIntegerEXT( [NativeTypeName("GLenum")] Constant value ) => ThisThread.GetVariantIntegerEXT(value); + [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVariantPointerEXT( [NativeTypeName("GLuint")] uint id, @@ -506449,7 +301688,6 @@ _slots[1313] is not null and var loadedFnPtr ) )(id, value, data); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVariantPointerEXT( @@ -506458,6 +301696,8 @@ public static void GetVariantPointerEXT( void** data ) => ThisThread.GetVariantPointerEXT(id, value, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVariantPointerEXT( [NativeTypeName("GLuint")] uint id, @@ -506471,7 +301711,6 @@ Ref2D data } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506481,6 +301720,8 @@ public static void GetVariantPointerEXT( Ref2D data ) => ThisThread.GetVariantPointerEXT(id, value, data); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetVaryingLocationNV( [NativeTypeName("GLuint")] uint program, @@ -506495,7 +301736,6 @@ _slots[1314] is not null and var loadedFnPtr )(program, name); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetVaryingLocationNV( @@ -506503,6 +301743,9 @@ public static int GetVaryingLocationNV( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetVaryingLocationNV(program, name); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetVaryingLocationNV( [NativeTypeName("GLuint")] uint program, @@ -506516,7 +301759,6 @@ int IGL.GetVaryingLocationNV( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506525,6 +301767,7 @@ public static int GetVaryingLocationNV( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetVaryingLocationNV(program, name); + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArrayIndexed64( [NativeTypeName("GLuint")] uint vaobj, @@ -506543,16 +301786,6 @@ _slots[1315] is not null and var loadedFnPtr ) )(vaobj, index, pname, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexArrayIndexed64( @@ -506562,6 +301795,8 @@ public static void GetVertexArrayIndexed64( [NativeTypeName("GLint64 *")] long* param3 ) => ThisThread.GetVertexArrayIndexed64(vaobj, index, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArrayIndexed64( [NativeTypeName("GLuint")] uint vaobj, @@ -506576,16 +301811,6 @@ void IGL.GetVertexArrayIndexed64( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506596,6 +301821,7 @@ public static void GetVertexArrayIndexed64( [NativeTypeName("GLint64 *")] Ref param3 ) => ThisThread.GetVertexArrayIndexed64(vaobj, index, pname, param3); + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArrayIndexed( [NativeTypeName("GLuint")] uint vaobj, @@ -506614,16 +301840,6 @@ _slots[1316] is not null and var loadedFnPtr ) )(vaobj, index, pname, param3); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexArrayIndexed( @@ -506633,6 +301849,8 @@ public static void GetVertexArrayIndexed( [NativeTypeName("GLint *")] int* param3 ) => ThisThread.GetVertexArrayIndexed(vaobj, index, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArrayIndexed( [NativeTypeName("GLuint")] uint vaobj, @@ -506647,16 +301865,6 @@ void IGL.GetVertexArrayIndexed( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506667,6 +301875,7 @@ public static void GetVertexArrayIndexed( [NativeTypeName("GLint *")] Ref param3 ) => ThisThread.GetVertexArrayIndexed(vaobj, index, pname, param3); + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArrayIntegerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -506685,8 +301894,6 @@ _slots[1317] is not null and var loadedFnPtr ) )(vaobj, index, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexArrayIntegerEXT( @@ -506696,6 +301903,8 @@ public static void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] int* param3 ) => ThisThread.GetVertexArrayIntegerEXT(vaobj, index, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArrayIntegerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -506710,8 +301919,6 @@ void IGL.GetVertexArrayIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506722,6 +301929,7 @@ public static void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] Ref param3 ) => ThisThread.GetVertexArrayIntegerEXT(vaobj, index, pname, param3); + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArrayIntegerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -506739,8 +301947,6 @@ _slots[1318] is not null and var loadedFnPtr ) )(vaobj, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexArrayIntegerEXT( @@ -506749,6 +301955,8 @@ public static void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] int* param2 ) => ThisThread.GetVertexArrayIntegerEXT(vaobj, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArrayIntegerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -506762,8 +301970,6 @@ void IGL.GetVertexArrayIntegerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506773,6 +301979,7 @@ public static void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] Ref param2 ) => ThisThread.GetVertexArrayIntegerEXT(vaobj, pname, param2); + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArray( [NativeTypeName("GLuint")] uint vaobj, @@ -506787,16 +301994,6 @@ _slots[1319] is not null and var loadedFnPtr ) )(vaobj, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexArray( @@ -506805,6 +302002,8 @@ public static void GetVertexArray( [NativeTypeName("GLint *")] int* param2 ) => ThisThread.GetVertexArray(vaobj, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArray( [NativeTypeName("GLuint")] uint vaobj, @@ -506818,16 +302017,6 @@ void IGL.GetVertexArray( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506837,6 +302026,7 @@ public static void GetVertexArray( [NativeTypeName("GLint *")] Ref param2 ) => ThisThread.GetVertexArray(vaobj, pname, param2); + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArrayPointerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -506855,8 +302045,6 @@ _slots[1320] is not null and var loadedFnPtr ) )(vaobj, index, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexArrayPointerEXT( @@ -506866,6 +302054,8 @@ public static void GetVertexArrayPointerEXT( void** param3 ) => ThisThread.GetVertexArrayPointerEXT(vaobj, index, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArrayPointerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -506880,8 +302070,6 @@ Ref2D param3 } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506892,6 +302080,7 @@ public static void GetVertexArrayPointerEXT( Ref2D param3 ) => ThisThread.GetVertexArrayPointerEXT(vaobj, index, pname, param3); + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArrayPointerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -506909,8 +302098,6 @@ _slots[1321] is not null and var loadedFnPtr ) )(vaobj, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexArrayPointerEXT( @@ -506919,6 +302106,8 @@ public static void GetVertexArrayPointerEXT( void** param2 ) => ThisThread.GetVertexArrayPointerEXT(vaobj, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexArrayPointerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -506932,8 +302121,6 @@ Ref2D param2 } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506943,6 +302130,7 @@ public static void GetVertexArrayPointerEXT( Ref2D param2 ) => ThisThread.GetVertexArrayPointerEXT(vaobj, pname, param2); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, @@ -506960,7 +302148,6 @@ _slots[1322] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribArrayObjectATI( @@ -506969,6 +302156,8 @@ public static void GetVertexAttribArrayObjectATI( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetVertexAttribArrayObjectATI(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, @@ -506982,7 +302171,6 @@ void IGL.GetVertexAttribArrayObjectATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -506992,6 +302180,7 @@ public static void GetVertexAttribArrayObjectATI( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetVertexAttribArrayObjectATI(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, @@ -507009,7 +302198,6 @@ _slots[1323] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribArrayObjectATI( @@ -507018,6 +302206,8 @@ public static void GetVertexAttribArrayObjectATI( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetVertexAttribArrayObjectATI(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, @@ -507031,7 +302221,6 @@ void IGL.GetVertexAttribArrayObjectATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507041,6 +302230,7 @@ public static void GetVertexAttribArrayObjectATI( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetVertexAttribArrayObjectATI(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttrib( [NativeTypeName("GLuint")] uint index, @@ -507055,44 +302245,6 @@ _slots[1324] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttrib( @@ -507101,6 +302253,8 @@ public static void GetVertexAttrib( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetVertexAttrib(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttrib( [NativeTypeName("GLuint")] uint index, @@ -507114,44 +302268,6 @@ void IGL.GetVertexAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507161,6 +302277,7 @@ public static void GetVertexAttrib( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetVertexAttrib(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, @@ -507175,7 +302292,6 @@ _slots[1325] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribARB( @@ -507184,6 +302300,8 @@ public static void GetVertexAttribARB( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetVertexAttribARB(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, @@ -507197,7 +302315,6 @@ void IGL.GetVertexAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507207,6 +302324,7 @@ public static void GetVertexAttribARB( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetVertexAttribARB(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribdvNV( [NativeTypeName("GLuint")] uint index, @@ -507221,7 +302339,6 @@ _slots[1326] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribdvNV( @@ -507230,6 +302347,8 @@ public static void GetVertexAttribdvNV( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetVertexAttribdvNV(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribdvNV( [NativeTypeName("GLuint")] uint index, @@ -507243,7 +302362,6 @@ void IGL.GetVertexAttribdvNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507253,6 +302371,8 @@ public static void GetVertexAttribdvNV( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetVertexAttribdvNV(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double IGL.GetVertexAttribdvNV( [NativeTypeName("GLuint")] uint index, @@ -507264,7 +302384,6 @@ double IGL.GetVertexAttribdvNV( return @params; } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507273,6 +302392,7 @@ public static double GetVertexAttribdvNV( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetVertexAttribdvNV(index, pname); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttrib( [NativeTypeName("GLuint")] uint index, @@ -507287,49 +302407,6 @@ _slots[1327] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttrib( @@ -507338,6 +302415,8 @@ public static void GetVertexAttrib( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetVertexAttrib(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttrib( [NativeTypeName("GLuint")] uint index, @@ -507351,49 +302430,6 @@ void IGL.GetVertexAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507403,6 +302439,7 @@ public static void GetVertexAttrib( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetVertexAttrib(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, @@ -507417,7 +302454,6 @@ _slots[1328] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribARB( @@ -507426,6 +302462,8 @@ public static void GetVertexAttribARB( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetVertexAttribARB(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, @@ -507439,7 +302477,6 @@ void IGL.GetVertexAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507449,6 +302486,7 @@ public static void GetVertexAttribARB( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetVertexAttribARB(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribfvNV( [NativeTypeName("GLuint")] uint index, @@ -507463,7 +302501,6 @@ _slots[1329] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribfvNV( @@ -507472,6 +302509,8 @@ public static void GetVertexAttribfvNV( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetVertexAttribfvNV(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribfvNV( [NativeTypeName("GLuint")] uint index, @@ -507485,7 +302524,6 @@ void IGL.GetVertexAttribfvNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507495,6 +302533,8 @@ public static void GetVertexAttribfvNV( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetVertexAttribfvNV(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetVertexAttribfvNV( [NativeTypeName("GLuint")] uint index, @@ -507506,7 +302546,6 @@ float IGL.GetVertexAttribfvNV( return @params; } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507515,6 +302554,7 @@ public static float GetVertexAttribfvNV( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetVertexAttribfvNV(index, pname); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribI( [NativeTypeName("GLuint")] uint index, @@ -507529,40 +302569,6 @@ _slots[1330] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribI( @@ -507571,6 +302577,8 @@ public static void GetVertexAttribI( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetVertexAttribI(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribI( [NativeTypeName("GLuint")] uint index, @@ -507584,40 +302592,6 @@ void IGL.GetVertexAttribI( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507627,6 +302601,8 @@ public static void GetVertexAttribI( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetVertexAttribI(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetVertexAttribI( [NativeTypeName("GLuint")] uint index, @@ -507638,40 +302614,6 @@ int IGL.GetVertexAttribI( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507680,6 +302622,7 @@ public static int GetVertexAttribI( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetVertexAttribI(index, pname); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribIEXT( [NativeTypeName("GLuint")] uint index, @@ -507694,7 +302637,6 @@ _slots[1331] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribIEXT( @@ -507703,6 +302645,8 @@ public static void GetVertexAttribIEXT( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetVertexAttribIEXT(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribIEXT( [NativeTypeName("GLuint")] uint index, @@ -507716,7 +302660,6 @@ void IGL.GetVertexAttribIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507726,6 +302669,8 @@ public static void GetVertexAttribIEXT( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetVertexAttribIEXT(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetVertexAttribIEXT( [NativeTypeName("GLuint")] uint index, @@ -507737,7 +302682,6 @@ int IGL.GetVertexAttribIEXT( return @params; } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507746,6 +302690,7 @@ public static int GetVertexAttribIEXT( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetVertexAttribIEXT(index, pname); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribIuiv( [NativeTypeName("GLuint")] uint index, @@ -507760,40 +302705,6 @@ _slots[1332] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribIuiv( @@ -507802,6 +302713,8 @@ public static void GetVertexAttribIuiv( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetVertexAttribIuiv(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribIuiv( [NativeTypeName("GLuint")] uint index, @@ -507815,40 +302728,6 @@ void IGL.GetVertexAttribIuiv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507858,6 +302737,8 @@ public static void GetVertexAttribIuiv( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetVertexAttribIuiv(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetVertexAttribIuiv( [NativeTypeName("GLuint")] uint index, @@ -507869,40 +302750,6 @@ uint IGL.GetVertexAttribIuiv( return @params; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507911,6 +302758,7 @@ public static uint GetVertexAttribIuiv( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetVertexAttribIuiv(index, pname); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribIuivEXT( [NativeTypeName("GLuint")] uint index, @@ -507928,7 +302776,6 @@ _slots[1333] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribIuivEXT( @@ -507937,6 +302784,8 @@ public static void GetVertexAttribIuivEXT( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetVertexAttribIuivEXT(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribIuivEXT( [NativeTypeName("GLuint")] uint index, @@ -507950,7 +302799,6 @@ void IGL.GetVertexAttribIuivEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507960,6 +302808,8 @@ public static void GetVertexAttribIuivEXT( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetVertexAttribIuivEXT(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetVertexAttribIuivEXT( [NativeTypeName("GLuint")] uint index, @@ -507971,7 +302821,6 @@ uint IGL.GetVertexAttribIuivEXT( return @params; } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -507980,6 +302829,7 @@ public static uint GetVertexAttribIuivEXT( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetVertexAttribIuivEXT(index, pname); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttrib( [NativeTypeName("GLuint")] uint index, @@ -507994,49 +302844,6 @@ _slots[1334] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttrib( @@ -508045,6 +302852,8 @@ public static void GetVertexAttrib( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetVertexAttrib(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttrib( [NativeTypeName("GLuint")] uint index, @@ -508058,49 +302867,6 @@ void IGL.GetVertexAttrib( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508110,6 +302876,7 @@ public static void GetVertexAttrib( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetVertexAttrib(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, @@ -508124,7 +302891,6 @@ _slots[1335] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribARB( @@ -508133,6 +302899,8 @@ public static void GetVertexAttribARB( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetVertexAttribARB(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, @@ -508146,7 +302914,6 @@ void IGL.GetVertexAttribARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508156,6 +302923,7 @@ public static void GetVertexAttribARB( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetVertexAttribARB(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribivNV( [NativeTypeName("GLuint")] uint index, @@ -508170,7 +302938,6 @@ _slots[1336] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribivNV( @@ -508179,6 +302946,8 @@ public static void GetVertexAttribivNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetVertexAttribivNV(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribivNV( [NativeTypeName("GLuint")] uint index, @@ -508192,7 +302961,6 @@ void IGL.GetVertexAttribivNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508202,6 +302970,8 @@ public static void GetVertexAttribivNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetVertexAttribivNV(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetVertexAttribivNV( [NativeTypeName("GLuint")] uint index, @@ -508213,7 +302983,6 @@ int IGL.GetVertexAttribivNV( return @params; } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508222,6 +302991,7 @@ public static int GetVertexAttribivNV( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.GetVertexAttribivNV(index, pname); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribL( [NativeTypeName("GLuint")] uint index, @@ -508236,32 +303006,6 @@ _slots[1337] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribL( @@ -508270,6 +303014,8 @@ public static void GetVertexAttribL( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetVertexAttribL(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribL( [NativeTypeName("GLuint")] uint index, @@ -508283,32 +303029,6 @@ void IGL.GetVertexAttribL( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508318,6 +303038,7 @@ public static void GetVertexAttribL( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetVertexAttribL(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribLEXT( [NativeTypeName("GLuint")] uint index, @@ -508332,7 +303053,6 @@ _slots[1338] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribLEXT( @@ -508341,6 +303061,8 @@ public static void GetVertexAttribLEXT( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetVertexAttribLEXT(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribLEXT( [NativeTypeName("GLuint")] uint index, @@ -508354,7 +303076,6 @@ void IGL.GetVertexAttribLEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508364,6 +303085,7 @@ public static void GetVertexAttribLEXT( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetVertexAttribLEXT(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribLNV( [NativeTypeName("GLuint")] uint index, @@ -508381,8 +303103,6 @@ _slots[1339] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribLNV( @@ -508391,6 +303111,8 @@ public static void GetVertexAttribLNV( [NativeTypeName("GLint64EXT *")] long* @params ) => ThisThread.GetVertexAttribLNV(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribLNV( [NativeTypeName("GLuint")] uint index, @@ -508404,8 +303126,6 @@ void IGL.GetVertexAttribLNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508415,6 +303135,7 @@ public static void GetVertexAttribLNV( [NativeTypeName("GLint64EXT *")] Ref @params ) => ThisThread.GetVertexAttribLNV(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribLARB( [NativeTypeName("GLuint")] uint index, @@ -508432,8 +303153,6 @@ _slots[1340] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribLARB( @@ -508442,6 +303161,8 @@ public static void GetVertexAttribLARB( [NativeTypeName("GLuint64EXT *")] ulong* @params ) => ThisThread.GetVertexAttribLARB(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribLARB( [NativeTypeName("GLuint")] uint index, @@ -508455,8 +303176,6 @@ void IGL.GetVertexAttribLARB( } } - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508466,6 +303185,7 @@ public static void GetVertexAttribLARB( [NativeTypeName("GLuint64EXT *")] Ref @params ) => ThisThread.GetVertexAttribLARB(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribLNV( [NativeTypeName("GLuint")] uint index, @@ -508483,8 +303203,6 @@ _slots[1341] is not null and var loadedFnPtr ) )(index, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribLNV( @@ -508493,6 +303211,8 @@ public static void GetVertexAttribLNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ) => ThisThread.GetVertexAttribLNV(index, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribLNV( [NativeTypeName("GLuint")] uint index, @@ -508506,8 +303226,6 @@ void IGL.GetVertexAttribLNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508517,6 +303235,7 @@ public static void GetVertexAttribLNV( [NativeTypeName("GLuint64EXT *")] Ref @params ) => ThisThread.GetVertexAttribLNV(index, pname, @params); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribPointer( [NativeTypeName("GLuint")] uint index, @@ -508534,49 +303253,6 @@ _slots[1342] is not null and var loadedFnPtr ) )(index, pname, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribPointer( @@ -508585,6 +303261,8 @@ public static void GetVertexAttribPointer( void** pointer ) => ThisThread.GetVertexAttribPointer(index, pname, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribPointer( [NativeTypeName("GLuint")] uint index, @@ -508598,49 +303276,6 @@ Ref2D pointer } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508650,6 +303285,7 @@ public static void GetVertexAttribPointer( Ref2D pointer ) => ThisThread.GetVertexAttribPointer(index, pname, pointer); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribPointerARB( [NativeTypeName("GLuint")] uint index, @@ -508667,7 +303303,6 @@ _slots[1343] is not null and var loadedFnPtr ) )(index, pname, pointer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribPointerARB( @@ -508676,6 +303311,8 @@ public static void GetVertexAttribPointerARB( void** pointer ) => ThisThread.GetVertexAttribPointerARB(index, pname, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribPointerARB( [NativeTypeName("GLuint")] uint index, @@ -508689,7 +303326,6 @@ Ref2D pointer } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508699,6 +303335,7 @@ public static void GetVertexAttribPointerARB( Ref2D pointer ) => ThisThread.GetVertexAttribPointerARB(index, pname, pointer); + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribPointerNV( [NativeTypeName("GLuint")] uint index, @@ -508716,7 +303353,6 @@ _slots[1344] is not null and var loadedFnPtr ) )(index, pname, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVertexAttribPointerNV( @@ -508725,6 +303361,8 @@ public static void GetVertexAttribPointerNV( void** pointer ) => ThisThread.GetVertexAttribPointerNV(index, pname, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVertexAttribPointerNV( [NativeTypeName("GLuint")] uint index, @@ -508738,7 +303376,6 @@ Ref2D pointer } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508748,6 +303385,7 @@ public static void GetVertexAttribPointerNV( Ref2D pointer ) => ThisThread.GetVertexAttribPointerNV(index, pname, pointer); + [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -508762,7 +303400,6 @@ _slots[1345] is not null and var loadedFnPtr ) )(video_capture_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVideoCaptureNV( @@ -508771,6 +303408,8 @@ public static void GetVideoCaptureNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetVideoCaptureNV(video_capture_slot, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -508784,7 +303423,6 @@ void IGL.GetVideoCaptureNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508794,6 +303432,8 @@ public static void GetVideoCaptureNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetVideoCaptureNV(video_capture_slot, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot) { @@ -508802,13 +303442,13 @@ int IGL.GetVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot) return @params; } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot) => ThisThread.GetVideoCaptureNV(video_capture_slot); + [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVideoCaptureStreamdvNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -508827,7 +303467,6 @@ _slots[1346] is not null and var loadedFnPtr ) )(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVideoCaptureStreamdvNV( @@ -508837,6 +303476,8 @@ public static void GetVideoCaptureStreamdvNV( [NativeTypeName("GLdouble *")] double* @params ) => ThisThread.GetVideoCaptureStreamdvNV(video_capture_slot, stream, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVideoCaptureStreamdvNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -508851,7 +303492,6 @@ void IGL.GetVideoCaptureStreamdvNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508862,6 +303502,8 @@ public static void GetVideoCaptureStreamdvNV( [NativeTypeName("GLdouble *")] Ref @params ) => ThisThread.GetVideoCaptureStreamdvNV(video_capture_slot, stream, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double IGL.GetVideoCaptureStreamdvNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -508873,7 +303515,6 @@ double IGL.GetVideoCaptureStreamdvNV( return @params; } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508882,6 +303523,7 @@ public static double GetVideoCaptureStreamdvNV( [NativeTypeName("GLuint")] uint stream ) => ThisThread.GetVideoCaptureStreamdvNV(video_capture_slot, stream); + [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVideoCaptureStreamfvNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -508900,7 +303542,6 @@ _slots[1347] is not null and var loadedFnPtr ) )(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVideoCaptureStreamfvNV( @@ -508910,6 +303551,8 @@ public static void GetVideoCaptureStreamfvNV( [NativeTypeName("GLfloat *")] float* @params ) => ThisThread.GetVideoCaptureStreamfvNV(video_capture_slot, stream, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVideoCaptureStreamfvNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -508924,7 +303567,6 @@ void IGL.GetVideoCaptureStreamfvNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508935,6 +303577,8 @@ public static void GetVideoCaptureStreamfvNV( [NativeTypeName("GLfloat *")] Ref @params ) => ThisThread.GetVideoCaptureStreamfvNV(video_capture_slot, stream, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float IGL.GetVideoCaptureStreamfvNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -508946,7 +303590,6 @@ float IGL.GetVideoCaptureStreamfvNV( return @params; } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -508955,6 +303598,7 @@ public static float GetVideoCaptureStreamfvNV( [NativeTypeName("GLuint")] uint stream ) => ThisThread.GetVideoCaptureStreamfvNV(video_capture_slot, stream); + [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVideoCaptureStreamivNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -508973,7 +303617,6 @@ _slots[1348] is not null and var loadedFnPtr ) )(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVideoCaptureStreamivNV( @@ -508983,6 +303626,8 @@ public static void GetVideoCaptureStreamivNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetVideoCaptureStreamivNV(video_capture_slot, stream, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVideoCaptureStreamivNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -508997,7 +303642,6 @@ void IGL.GetVideoCaptureStreamivNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509008,6 +303652,8 @@ public static void GetVideoCaptureStreamivNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetVideoCaptureStreamivNV(video_capture_slot, stream, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetVideoCaptureStreamivNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -509019,7 +303665,6 @@ int IGL.GetVideoCaptureStreamivNV( return @params; } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509028,8 +303673,9 @@ public static int GetVideoCaptureStreamivNV( [NativeTypeName("GLuint")] uint stream ) => ThisThread.GetVideoCaptureStreamivNV(video_capture_slot, stream); + [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetVideoi64VNV( + void IGL.GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] long* @params @@ -509042,17 +303688,18 @@ _slots[1349] is not null and var loadedFnPtr ) )(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetVideoi64VNV( + public static void GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] long* @params - ) => ThisThread.GetVideoi64VNV(video_slot, pname, @params); + ) => ThisThread.GetVideoi64vNV(video_slot, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetVideoi64VNV( + void IGL.GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] Ref @params @@ -509060,35 +303707,36 @@ void IGL.GetVideoi64VNV( { fixed (long* __dsl_params = @params) { - ((IGL)this).GetVideoi64VNV(video_slot, pname, __dsl_params); + ((IGL)this).GetVideoi64vNV(video_slot, pname, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetVideoi64VNV( + public static void GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] Ref @params - ) => ThisThread.GetVideoi64VNV(video_slot, pname, @params); + ) => ThisThread.GetVideoi64vNV(video_slot, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - long IGL.GetVideoi64VNV([NativeTypeName("GLuint")] uint video_slot) + long IGL.GetVideoi64vNV([NativeTypeName("GLuint")] uint video_slot) { long @params = default; - ((IGL)this).GetVideoi64VNV(video_slot, 1, (long*)&@params); + ((IGL)this).GetVideoi64vNV(video_slot, 1, (long*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static long GetVideoi64VNV([NativeTypeName("GLuint")] uint video_slot) => - ThisThread.GetVideoi64VNV(video_slot); + public static long GetVideoi64vNV([NativeTypeName("GLuint")] uint video_slot) => + ThisThread.GetVideoi64vNV(video_slot); + [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVideoNV( [NativeTypeName("GLuint")] uint video_slot, @@ -509103,7 +303751,6 @@ _slots[1350] is not null and var loadedFnPtr ) )(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVideoNV( @@ -509112,6 +303759,8 @@ public static void GetVideoNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.GetVideoNV(video_slot, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVideoNV( [NativeTypeName("GLuint")] uint video_slot, @@ -509125,7 +303774,6 @@ void IGL.GetVideoNV( } } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509135,6 +303783,8 @@ public static void GetVideoNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.GetVideoNV(video_slot, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.GetVideoNV([NativeTypeName("GLuint")] uint video_slot) { @@ -509143,15 +303793,15 @@ int IGL.GetVideoNV([NativeTypeName("GLuint")] uint video_slot) return @params; } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetVideoNV([NativeTypeName("GLuint")] uint video_slot) => ThisThread.GetVideoNV(video_slot); + [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetVideoui64VNV( + void IGL.GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] ulong* @params @@ -509164,17 +303814,18 @@ _slots[1351] is not null and var loadedFnPtr ) )(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetVideoui64VNV( + public static void GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] ulong* @params - ) => ThisThread.GetVideoui64VNV(video_slot, pname, @params); + ) => ThisThread.GetVideoui64vNV(video_slot, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.GetVideoui64VNV( + void IGL.GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] Ref @params @@ -509182,35 +303833,36 @@ void IGL.GetVideoui64VNV( { fixed (ulong* __dsl_params = @params) { - ((IGL)this).GetVideoui64VNV(video_slot, pname, __dsl_params); + ((IGL)this).GetVideoui64vNV(video_slot, pname, __dsl_params); } } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetVideoui64VNV( + public static void GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] Ref @params - ) => ThisThread.GetVideoui64VNV(video_slot, pname, @params); + ) => ThisThread.GetVideoui64vNV(video_slot, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - ulong IGL.GetVideoui64VNV([NativeTypeName("GLuint")] uint video_slot) + ulong IGL.GetVideoui64vNV([NativeTypeName("GLuint")] uint video_slot) { ulong @params = default; - ((IGL)this).GetVideoui64VNV(video_slot, 1, (ulong*)&@params); + ((IGL)this).GetVideoui64vNV(video_slot, 1, (ulong*)&@params); return @params; } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static ulong GetVideoui64VNV([NativeTypeName("GLuint")] uint video_slot) => - ThisThread.GetVideoui64VNV(video_slot); + public static ulong GetVideoui64vNV([NativeTypeName("GLuint")] uint video_slot) => + ThisThread.GetVideoui64vNV(video_slot); + [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVideouivNV( [NativeTypeName("GLuint")] uint video_slot, @@ -509225,7 +303877,6 @@ _slots[1352] is not null and var loadedFnPtr ) )(video_slot, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetVideouivNV( @@ -509234,6 +303885,8 @@ public static void GetVideouivNV( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.GetVideouivNV(video_slot, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GetVideouivNV( [NativeTypeName("GLuint")] uint video_slot, @@ -509247,7 +303900,6 @@ void IGL.GetVideouivNV( } } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509257,6 +303909,8 @@ public static void GetVideouivNV( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.GetVideouivNV(video_slot, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) { @@ -509265,13 +303919,14 @@ uint IGL.GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) return @params; } - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot) => ThisThread.GetVideouivNV(video_slot); + [return: NativeTypeName("GLVULKANPROCNV")] + [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] delegate* unmanaged IGL.GetVkProcAddrNV([NativeTypeName("const GLchar *")] sbyte* name) => ( @@ -509283,15 +303938,15 @@ _slots[1353] is not null and var loadedFnPtr )(name); [return: NativeTypeName("GLVULKANPROCNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static delegate* unmanaged GetVkProcAddrNV( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.GetVkProcAddrNV(name); + [return: NativeTypeName("GLVULKANPROCNV")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] delegate* unmanaged IGL.GetVkProcAddrNV( [NativeTypeName("const GLchar *")] Ref name @@ -509304,9 +303959,6 @@ _slots[1353] is not null and var loadedFnPtr } [return: NativeTypeName("GLVULKANPROCNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509314,6 +303966,7 @@ _slots[1353] is not null and var loadedFnPtr [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.GetVkProcAddrNV(name); + [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorbSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GlobalAlphaFactorSUN([NativeTypeName("GLbyte")] sbyte factor) => ( @@ -509324,12 +303977,12 @@ _slots[1354] is not null and var loadedFnPtr ) )(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorbSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GlobalAlphaFactorSUN([NativeTypeName("GLbyte")] sbyte factor) => ThisThread.GlobalAlphaFactorSUN(factor); + [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactordSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GlobalAlphaFactorSUN([NativeTypeName("GLdouble")] double factor) => ( @@ -509340,12 +303993,12 @@ _slots[1355] is not null and var loadedFnPtr ) )(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactordSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GlobalAlphaFactorSUN([NativeTypeName("GLdouble")] double factor) => ThisThread.GlobalAlphaFactorSUN(factor); + [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorfSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GlobalAlphaFactorSUN([NativeTypeName("GLfloat")] float factor) => ( @@ -509356,12 +304009,12 @@ _slots[1356] is not null and var loadedFnPtr ) )(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorfSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GlobalAlphaFactorSUN([NativeTypeName("GLfloat")] float factor) => ThisThread.GlobalAlphaFactorSUN(factor); + [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactoriSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GlobalAlphaFactorSUN([NativeTypeName("GLint")] int factor) => ( @@ -509372,12 +304025,12 @@ _slots[1357] is not null and var loadedFnPtr ) )(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactoriSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GlobalAlphaFactorSUN([NativeTypeName("GLint")] int factor) => ThisThread.GlobalAlphaFactorSUN(factor); + [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorsSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GlobalAlphaFactorsSUN([NativeTypeName("GLshort")] short factor) => ( @@ -509388,12 +304041,12 @@ _slots[1358] is not null and var loadedFnPtr ) )(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorsSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GlobalAlphaFactorsSUN([NativeTypeName("GLshort")] short factor) => ThisThread.GlobalAlphaFactorsSUN(factor); + [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorubSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GlobalAlphaFactorSUN([NativeTypeName("GLubyte")] byte factor) => ( @@ -509407,12 +304060,12 @@ _slots[1359] is not null and var loadedFnPtr ) )(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorubSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GlobalAlphaFactorSUN([NativeTypeName("GLubyte")] byte factor) => ThisThread.GlobalAlphaFactorSUN(factor); + [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactoruiSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GlobalAlphaFactorSUN([NativeTypeName("GLuint")] uint factor) => ( @@ -509426,12 +304079,12 @@ _slots[1360] is not null and var loadedFnPtr ) )(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactoruiSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GlobalAlphaFactorSUN([NativeTypeName("GLuint")] uint factor) => ThisThread.GlobalAlphaFactorSUN(factor); + [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorusSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.GlobalAlphaFactorSUN([NativeTypeName("GLushort")] ushort factor) => ( @@ -509445,12 +304098,12 @@ _slots[1361] is not null and var loadedFnPtr ) )(factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorusSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GlobalAlphaFactorSUN([NativeTypeName("GLushort")] ushort factor) => ThisThread.GlobalAlphaFactorSUN(factor); + [NativeFunction("opengl", EntryPoint = "glHint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Hint([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint mode) => ( @@ -509461,62 +304114,6 @@ _slots[1362] is not null and var loadedFnPtr ) )(target, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glHint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Hint( @@ -509524,68 +304121,14 @@ public static void Hint( [NativeTypeName("GLenum")] uint mode ) => ThisThread.Hint(target, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glHint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Hint( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).Hint((uint)target, (uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glHint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509594,6 +304137,7 @@ public static void Hint( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.Hint(target, mode); + [NativeFunction("opengl", EntryPoint = "glHintPGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.HintPGI([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int mode) => ( @@ -509604,7 +304148,6 @@ _slots[1363] is not null and var loadedFnPtr ) )(target, mode); - [SupportedApiProfile("gl", ["GL_PGI_misc_hints"])] [NativeFunction("opengl", EntryPoint = "glHintPGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void HintPGI( @@ -509612,13 +304155,14 @@ public static void HintPGI( [NativeTypeName("GLint")] int mode ) => ThisThread.HintPGI(target, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glHintPGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.HintPGI( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] Constant mode ) => ((IGL)this).HintPGI((uint)target, (int)mode); - [SupportedApiProfile("gl", ["GL_PGI_misc_hints"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHintPGI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509627,6 +304171,7 @@ public static void HintPGI( [NativeTypeName("GLint")] Constant mode ) => ThisThread.HintPGI(target, mode); + [NativeFunction("opengl", EntryPoint = "glHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Histogram( [NativeTypeName("GLenum")] uint target, @@ -509642,7 +304187,6 @@ _slots[1364] is not null and var loadedFnPtr ) )(target, width, internalformat, sink); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Histogram( @@ -509652,6 +304196,8 @@ public static void Histogram( [NativeTypeName("GLboolean")] uint sink ) => ThisThread.Histogram(target, width, internalformat, sink); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Histogram( [NativeTypeName("GLenum")] Constant target, @@ -509660,7 +304206,6 @@ void IGL.Histogram( [NativeTypeName("GLboolean")] MaybeBool sink ) => ((IGL)this).Histogram((uint)target, width, (uint)internalformat, (uint)sink); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509671,6 +304216,7 @@ public static void Histogram( [NativeTypeName("GLboolean")] MaybeBool sink ) => ThisThread.Histogram(target, width, internalformat, sink); + [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.HistogramEXT( [NativeTypeName("GLenum")] uint target, @@ -509686,7 +304232,6 @@ _slots[1365] is not null and var loadedFnPtr ) )(target, width, internalformat, sink); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void HistogramEXT( @@ -509696,6 +304241,8 @@ public static void HistogramEXT( [NativeTypeName("GLboolean")] uint sink ) => ThisThread.HistogramEXT(target, width, internalformat, sink); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.HistogramEXT( [NativeTypeName("GLenum")] Constant target, @@ -509704,7 +304251,6 @@ void IGL.HistogramEXT( [NativeTypeName("GLboolean")] MaybeBool sink ) => ((IGL)this).HistogramEXT((uint)target, width, (uint)internalformat, (uint)sink); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509715,6 +304261,7 @@ public static void HistogramEXT( [NativeTypeName("GLboolean")] MaybeBool sink ) => ThisThread.HistogramEXT(target, width, internalformat, sink); + [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IglooInterfaceSGIX( [NativeTypeName("GLenum")] uint pname, @@ -509728,7 +304275,6 @@ _slots[1366] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_igloo_interface"])] [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void IglooInterfaceSGIX( @@ -509736,6 +304282,8 @@ public static void IglooInterfaceSGIX( [NativeTypeName("const void *")] void* @params ) => ThisThread.IglooInterfaceSGIX(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IglooInterfaceSGIX( [NativeTypeName("GLenum")] uint pname, @@ -509748,7 +304296,6 @@ void IGL.IglooInterfaceSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_igloo_interface"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509757,6 +304304,7 @@ public static void IglooInterfaceSGIX( [NativeTypeName("const void *")] Ref @params ) => ThisThread.IglooInterfaceSGIX(pname, @params); + [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -509774,7 +304322,6 @@ _slots[1367] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ImageTransformParameterHP( @@ -509783,6 +304330,8 @@ public static void ImageTransformParameterHP( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.ImageTransformParameterHP(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImageTransformParameterHP( [NativeTypeName("GLenum")] Constant target, @@ -509790,7 +304339,6 @@ void IGL.ImageTransformParameterHP( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).ImageTransformParameterHP((uint)target, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509800,6 +304348,7 @@ public static void ImageTransformParameterHP( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.ImageTransformParameterHP(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -509817,7 +304366,6 @@ _slots[1368] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ImageTransformParameterHP( @@ -509826,6 +304374,8 @@ public static void ImageTransformParameterHP( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.ImageTransformParameterHP(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImageTransformParameterHP( [NativeTypeName("GLenum")] Constant target, @@ -509839,7 +304389,6 @@ void IGL.ImageTransformParameterHP( } } - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509849,6 +304398,7 @@ public static void ImageTransformParameterHP( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.ImageTransformParameterHP(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -509866,7 +304416,6 @@ _slots[1369] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ImageTransformParameterHP( @@ -509875,6 +304424,8 @@ public static void ImageTransformParameterHP( [NativeTypeName("GLint")] int param2 ) => ThisThread.ImageTransformParameterHP(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImageTransformParameterHP( [NativeTypeName("GLenum")] Constant target, @@ -509882,7 +304433,6 @@ void IGL.ImageTransformParameterHP( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).ImageTransformParameterHP((uint)target, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509892,6 +304442,7 @@ public static void ImageTransformParameterHP( [NativeTypeName("GLint")] int param2 ) => ThisThread.ImageTransformParameterHP(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -509909,7 +304460,6 @@ _slots[1370] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ImageTransformParameterHP( @@ -509918,6 +304468,8 @@ public static void ImageTransformParameterHP( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.ImageTransformParameterHP(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImageTransformParameterHP( [NativeTypeName("GLenum")] Constant target, @@ -509931,7 +304483,6 @@ void IGL.ImageTransformParameterHP( } } - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509941,6 +304492,7 @@ public static void ImageTransformParameterHP( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.ImageTransformParameterHP(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImportMemoryFEXT( [NativeTypeName("GLuint")] uint memory, @@ -509956,8 +304508,6 @@ _slots[1371] is not null and var loadedFnPtr ) )(memory, size, handleType, fd); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_fd"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ImportMemoryFEXT( @@ -509967,6 +304517,8 @@ public static void ImportMemoryFEXT( [NativeTypeName("GLint")] int fd ) => ThisThread.ImportMemoryFEXT(memory, size, handleType, fd); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImportMemoryFEXT( [NativeTypeName("GLuint")] uint memory, @@ -509975,8 +304527,6 @@ void IGL.ImportMemoryFEXT( [NativeTypeName("GLint")] int fd ) => ((IGL)this).ImportMemoryFEXT(memory, size, (uint)handleType, fd); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_fd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -509987,6 +304537,7 @@ public static void ImportMemoryFEXT( [NativeTypeName("GLint")] int fd ) => ThisThread.ImportMemoryFEXT(memory, size, handleType, fd); + [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImportMemoryWin32HandleEXT( [NativeTypeName("GLuint")] uint memory, @@ -510005,8 +304556,6 @@ _slots[1372] is not null and var loadedFnPtr ) )(memory, size, handleType, handle); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ImportMemoryWin32HandleEXT( @@ -510016,6 +304565,8 @@ public static void ImportMemoryWin32HandleEXT( void* handle ) => ThisThread.ImportMemoryWin32HandleEXT(memory, size, handleType, handle); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImportMemoryWin32HandleEXT( [NativeTypeName("GLuint")] uint memory, @@ -510030,8 +304581,6 @@ Ref handle } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -510042,6 +304591,7 @@ public static void ImportMemoryWin32HandleEXT( Ref handle ) => ThisThread.ImportMemoryWin32HandleEXT(memory, size, handleType, handle); + [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImportMemoryWin32NameEXT( [NativeTypeName("GLuint")] uint memory, @@ -510060,8 +304610,6 @@ _slots[1373] is not null and var loadedFnPtr ) )(memory, size, handleType, name); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ImportMemoryWin32NameEXT( @@ -510071,6 +304619,8 @@ public static void ImportMemoryWin32NameEXT( [NativeTypeName("const void *")] void* name ) => ThisThread.ImportMemoryWin32NameEXT(memory, size, handleType, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImportMemoryWin32NameEXT( [NativeTypeName("GLuint")] uint memory, @@ -510085,8 +304635,6 @@ void IGL.ImportMemoryWin32NameEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -510097,6 +304645,7 @@ public static void ImportMemoryWin32NameEXT( [NativeTypeName("const void *")] Ref name ) => ThisThread.ImportMemoryWin32NameEXT(memory, size, handleType, name); + [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImportSemaphoreFEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -510111,8 +304660,6 @@ _slots[1374] is not null and var loadedFnPtr ) )(semaphore, handleType, fd); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_fd"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ImportSemaphoreFEXT( @@ -510121,6 +304668,8 @@ public static void ImportSemaphoreFEXT( [NativeTypeName("GLint")] int fd ) => ThisThread.ImportSemaphoreFEXT(semaphore, handleType, fd); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImportSemaphoreFEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -510128,8 +304677,6 @@ void IGL.ImportSemaphoreFEXT( [NativeTypeName("GLint")] int fd ) => ((IGL)this).ImportSemaphoreFEXT(semaphore, (uint)handleType, fd); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_fd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -510139,6 +304686,7 @@ public static void ImportSemaphoreFEXT( [NativeTypeName("GLint")] int fd ) => ThisThread.ImportSemaphoreFEXT(semaphore, handleType, fd); + [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImportSemaphoreWin32HandleEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -510156,8 +304704,6 @@ _slots[1375] is not null and var loadedFnPtr ) )(semaphore, handleType, handle); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ImportSemaphoreWin32HandleEXT( @@ -510166,6 +304712,8 @@ public static void ImportSemaphoreWin32HandleEXT( void* handle ) => ThisThread.ImportSemaphoreWin32HandleEXT(semaphore, handleType, handle); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImportSemaphoreWin32HandleEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -510179,8 +304727,6 @@ Ref handle } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -510190,6 +304736,7 @@ public static void ImportSemaphoreWin32HandleEXT( Ref handle ) => ThisThread.ImportSemaphoreWin32HandleEXT(semaphore, handleType, handle); + [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImportSemaphoreWin32NameEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -510207,8 +304754,6 @@ _slots[1376] is not null and var loadedFnPtr ) )(semaphore, handleType, name); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ImportSemaphoreWin32NameEXT( @@ -510217,6 +304762,8 @@ public static void ImportSemaphoreWin32NameEXT( [NativeTypeName("const void *")] void* name ) => ThisThread.ImportSemaphoreWin32NameEXT(semaphore, handleType, name); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ImportSemaphoreWin32NameEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -510230,8 +304777,6 @@ void IGL.ImportSemaphoreWin32NameEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -510241,15 +304786,17 @@ public static void ImportSemaphoreWin32NameEXT( [NativeTypeName("const void *")] Ref name ) => ThisThread.ImportSemaphoreWin32NameEXT(semaphore, handleType, name); + [return: NativeTypeName("GLsync")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.ImportSyncEXT( [NativeTypeName("GLenum")] uint external_sync_type, [NativeTypeName("GLintptr")] nint external_sync, [NativeTypeName("GLbitfield")] uint flags - ) => (Sync*)((IGL)this).ImportSyncEXTRaw(external_sync_type, external_sync, flags); + ) => (Sync*)((IGL)this).ImportSyncEXTRawEXT(external_sync_type, external_sync, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_EXT_x11_sync_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -510259,8 +304806,10 @@ public static Ptr ImportSyncEXT( [NativeTypeName("GLbitfield")] uint flags ) => ThisThread.ImportSyncEXT(external_sync_type, external_sync, flags); + [return: NativeTypeName("GLsync")] + [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Sync* IGL.ImportSyncEXTRaw( + Sync* IGL.ImportSyncEXTRawEXT( [NativeTypeName("GLenum")] uint external_sync_type, [NativeTypeName("GLintptr")] nint external_sync, [NativeTypeName("GLbitfield")] uint flags @@ -510274,15 +304823,15 @@ _slots[1377] is not null and var loadedFnPtr )(external_sync_type, external_sync, flags); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_EXT_x11_sync_object"])] [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Sync* ImportSyncEXTRaw( + public static Sync* ImportSyncEXTRawEXT( [NativeTypeName("GLenum")] uint external_sync_type, [NativeTypeName("GLintptr")] nint external_sync, [NativeTypeName("GLbitfield")] uint flags - ) => ThisThread.ImportSyncEXTRaw(external_sync_type, external_sync, flags); + ) => ThisThread.ImportSyncEXTRawEXT(external_sync_type, external_sync, flags); + [NativeFunction("opengl", EntryPoint = "glIndexd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexd([NativeTypeName("GLdouble")] double c) => ( @@ -510293,35 +304842,11 @@ _slots[1378] is not null and var loadedFnPtr ) )(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexd([NativeTypeName("GLdouble")] double c) => ThisThread.Indexd(c); + [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexdv([NativeTypeName("const GLdouble *")] double* c) => ( @@ -510332,36 +304857,13 @@ _slots[1379] is not null and var loadedFnPtr ) )(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexdv([NativeTypeName("const GLdouble *")] double* c) => ThisThread.Indexdv(c); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexdv([NativeTypeName("const GLdouble *")] Ref c) { @@ -510371,72 +304873,25 @@ void IGL.Indexdv([NativeTypeName("const GLdouble *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexdv([NativeTypeName("const GLdouble *")] Ref c) => ThisThread.Indexdv(c); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexdv([NativeTypeName("const GLdouble *")] double c) => ((IGL)this).Indexdv((double*)&c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexdv([NativeTypeName("const GLdouble *")] double c) => ThisThread.Indexdv(c); + [NativeFunction("opengl", EntryPoint = "glIndexf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexf([NativeTypeName("GLfloat")] float c) => ( @@ -510447,35 +304902,11 @@ _slots[1380] is not null and var loadedFnPtr ) )(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexf([NativeTypeName("GLfloat")] float c) => ThisThread.Indexf(c); + [NativeFunction("opengl", EntryPoint = "glIndexFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexFormatNV( [NativeTypeName("GLenum")] uint type, @@ -510489,8 +304920,6 @@ _slots[1381] is not null and var loadedFnPtr ) )(type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glIndexFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void IndexFormatNV( @@ -510498,6 +304927,7 @@ public static void IndexFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.IndexFormatNV(type, stride); + [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexFuncEXT( [NativeTypeName("GLenum")] uint func, @@ -510511,7 +304941,6 @@ _slots[1382] is not null and var loadedFnPtr ) )(func, @ref); - [SupportedApiProfile("gl", ["GL_EXT_index_func"])] [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void IndexFuncEXT( @@ -510519,13 +304948,14 @@ public static void IndexFuncEXT( [NativeTypeName("GLclampf")] float @ref ) => ThisThread.IndexFuncEXT(func, @ref); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexFuncEXT( [NativeTypeName("GLenum")] Constant func, [NativeTypeName("GLclampf")] float @ref ) => ((IGL)this).IndexFuncEXT((uint)func, @ref); - [SupportedApiProfile("gl", ["GL_EXT_index_func"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -510534,6 +304964,7 @@ public static void IndexFuncEXT( [NativeTypeName("GLclampf")] float @ref ) => ThisThread.IndexFuncEXT(func, @ref); + [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexfv([NativeTypeName("const GLfloat *")] float* c) => ( @@ -510544,36 +304975,13 @@ _slots[1383] is not null and var loadedFnPtr ) )(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexfv([NativeTypeName("const GLfloat *")] float* c) => ThisThread.Indexfv(c); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexfv([NativeTypeName("const GLfloat *")] Ref c) { @@ -510583,72 +304991,25 @@ void IGL.Indexfv([NativeTypeName("const GLfloat *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexfv([NativeTypeName("const GLfloat *")] Ref c) => ThisThread.Indexfv(c); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexfv([NativeTypeName("const GLfloat *")] float c) => ((IGL)this).Indexfv((float*)&c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexfv([NativeTypeName("const GLfloat *")] float c) => ThisThread.Indexfv(c); + [NativeFunction("opengl", EntryPoint = "glIndexi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexi([NativeTypeName("GLint")] int c) => ( @@ -510659,35 +305020,11 @@ _slots[1384] is not null and var loadedFnPtr ) )(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexi([NativeTypeName("GLint")] int c) => ThisThread.Indexi(c); + [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexiv([NativeTypeName("const GLint *")] int* c) => ( @@ -510698,35 +305035,12 @@ _slots[1385] is not null and var loadedFnPtr ) )(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexiv([NativeTypeName("const GLint *")] int* c) => ThisThread.Indexiv(c); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexiv([NativeTypeName("const GLint *")] Ref c) { @@ -510736,70 +305050,23 @@ void IGL.Indexiv([NativeTypeName("const GLint *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexiv([NativeTypeName("const GLint *")] Ref c) => ThisThread.Indexiv(c); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexiv([NativeTypeName("const GLint *")] int c) => ((IGL)this).Indexiv((int*)&c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexiv([NativeTypeName("const GLint *")] int c) => ThisThread.Indexiv(c); + [NativeFunction("opengl", EntryPoint = "glIndexMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexMask([NativeTypeName("GLuint")] uint mask) => ( @@ -510810,36 +305077,12 @@ _slots[1386] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void IndexMask([NativeTypeName("GLuint")] uint mask) => ThisThread.IndexMask(mask); + [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexMaterialEXT( [NativeTypeName("GLenum")] uint face, @@ -510853,7 +305096,6 @@ _slots[1387] is not null and var loadedFnPtr ) )(face, mode); - [SupportedApiProfile("gl", ["GL_EXT_index_material"])] [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void IndexMaterialEXT( @@ -510861,13 +305103,14 @@ public static void IndexMaterialEXT( [NativeTypeName("GLenum")] uint mode ) => ThisThread.IndexMaterialEXT(face, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexMaterialEXT( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).IndexMaterialEXT((uint)face, (uint)mode); - [SupportedApiProfile("gl", ["GL_EXT_index_material"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -510876,6 +305119,7 @@ public static void IndexMaterialEXT( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.IndexMaterialEXT(face, mode); + [NativeFunction("opengl", EntryPoint = "glIndexPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexPointer( [NativeTypeName("GLenum")] uint type, @@ -510890,30 +305134,6 @@ _slots[1388] is not null and var loadedFnPtr ) )(type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void IndexPointer( @@ -510922,6 +305142,8 @@ public static void IndexPointer( [NativeTypeName("const void *")] void* pointer ) => ThisThread.IndexPointer(type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexPointer( [NativeTypeName("GLenum")] Constant type, @@ -510935,30 +305157,6 @@ void IGL.IndexPointer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -510968,6 +305166,7 @@ public static void IndexPointer( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.IndexPointer(type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -510983,7 +305182,6 @@ _slots[1389] is not null and var loadedFnPtr ) )(type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void IndexPointerEXT( @@ -510993,6 +305191,8 @@ public static void IndexPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.IndexPointerEXT(type, stride, count, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexPointerEXT( [NativeTypeName("GLenum")] Constant type, @@ -511007,7 +305207,6 @@ void IGL.IndexPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -511018,6 +305217,7 @@ public static void IndexPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.IndexPointerEXT(type, stride, count, pointer); + [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexPointerListIBM( [NativeTypeName("GLenum")] uint type, @@ -511033,7 +305233,6 @@ _slots[1390] is not null and var loadedFnPtr ) )(type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void IndexPointerListIBM( @@ -511043,6 +305242,8 @@ public static void IndexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.IndexPointerListIBM(type, stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexPointerListIBM( [NativeTypeName("GLenum")] Constant type, @@ -511057,7 +305258,6 @@ void IGL.IndexPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -511068,6 +305268,7 @@ public static void IndexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.IndexPointerListIBM(type, stride, pointer, ptrstride); + [NativeFunction("opengl", EntryPoint = "glIndexs")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexs([NativeTypeName("GLshort")] short c) => ( @@ -511078,35 +305279,11 @@ _slots[1391] is not null and var loadedFnPtr ) )(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexs")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexs([NativeTypeName("GLshort")] short c) => ThisThread.Indexs(c); + [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexsv([NativeTypeName("const GLshort *")] short* c) => ( @@ -511117,36 +305294,13 @@ _slots[1392] is not null and var loadedFnPtr ) )(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexsv([NativeTypeName("const GLshort *")] short* c) => ThisThread.Indexsv(c); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexsv([NativeTypeName("const GLshort *")] Ref c) { @@ -511156,72 +305310,25 @@ void IGL.Indexsv([NativeTypeName("const GLshort *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexsv([NativeTypeName("const GLshort *")] Ref c) => ThisThread.Indexsv(c); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexsv([NativeTypeName("const GLshort *")] short c) => ((IGL)this).Indexsv((short*)&c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexsv([NativeTypeName("const GLshort *")] short c) => ThisThread.Indexsv(c); + [NativeFunction("opengl", EntryPoint = "glIndexub")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexub([NativeTypeName("GLubyte")] byte c) => ( @@ -511232,34 +305339,11 @@ _slots[1393] is not null and var loadedFnPtr ) )(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexub")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexub([NativeTypeName("GLubyte")] byte c) => ThisThread.Indexub(c); + [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexubv([NativeTypeName("const GLubyte *")] byte* c) => ( @@ -511270,35 +305354,13 @@ _slots[1394] is not null and var loadedFnPtr ) )(c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexubv([NativeTypeName("const GLubyte *")] byte* c) => ThisThread.Indexubv(c); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexubv([NativeTypeName("const GLubyte *")] Ref c) { @@ -511308,70 +305370,25 @@ void IGL.Indexubv([NativeTypeName("const GLubyte *")] Ref c) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexubv([NativeTypeName("const GLubyte *")] Ref c) => ThisThread.Indexubv(c); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Indexubv([NativeTypeName("const GLubyte *")] byte c) => ((IGL)this).Indexubv((byte*)&c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Indexubv([NativeTypeName("const GLubyte *")] byte c) => ThisThread.Indexubv(c); + [NativeFunction("opengl", EntryPoint = "glIndexxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexxOES([NativeTypeName("GLfixed")] int component) => ( @@ -511382,23 +305399,24 @@ _slots[1395] is not null and var loadedFnPtr ) )(component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glIndexxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void IndexxOES([NativeTypeName("GLfixed")] int component) => ThisThread.IndexxOES(component); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.IndexxvO([NativeTypeName("const GLfixed *")] int component) => + void IGL.IndexxvOOES([NativeTypeName("const GLfixed *")] int component) => ((IGL)this).IndexxOES((int*)&component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void IndexxvO([NativeTypeName("const GLfixed *")] int component) => - ThisThread.IndexxvO(component); + public static void IndexxvOOES([NativeTypeName("const GLfixed *")] int component) => + ThisThread.IndexxvOOES(component); + [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexxOES([NativeTypeName("const GLfixed *")] int* component) => ( @@ -511409,12 +305427,13 @@ _slots[1396] is not null and var loadedFnPtr ) )(component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void IndexxOES([NativeTypeName("const GLfixed *")] int* component) => ThisThread.IndexxOES(component); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.IndexxOES([NativeTypeName("const GLfixed *")] Ref component) { @@ -511424,13 +305443,13 @@ void IGL.IndexxOES([NativeTypeName("const GLfixed *")] Ref component) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void IndexxOES([NativeTypeName("const GLfixed *")] Ref component) => ThisThread.IndexxOES(component); + [NativeFunction("opengl", EntryPoint = "glInitNames")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InitNames() => ( @@ -511441,35 +305460,11 @@ _slots[1397] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glInitNames")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InitNames() => ThisThread.InitNames(); + [NativeFunction("opengl", EntryPoint = "glInsertComponentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InsertComponentEXT( [NativeTypeName("GLuint")] uint res, @@ -511484,7 +305479,6 @@ _slots[1398] is not null and var loadedFnPtr ) )(res, src, num); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glInsertComponentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InsertComponentEXT( @@ -511493,6 +305487,7 @@ public static void InsertComponentEXT( [NativeTypeName("GLuint")] uint num ) => ThisThread.InsertComponentEXT(res, src, num); + [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InsertEventMarkerEXT( [NativeTypeName("GLsizei")] uint length, @@ -511506,10 +305501,6 @@ _slots[1399] is not null and var loadedFnPtr ) )(length, marker); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InsertEventMarkerEXT( @@ -511517,6 +305508,8 @@ public static void InsertEventMarkerEXT( [NativeTypeName("const GLchar *")] sbyte* marker ) => ThisThread.InsertEventMarkerEXT(length, marker); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InsertEventMarkerEXT( [NativeTypeName("GLsizei")] uint length, @@ -511529,10 +305522,6 @@ void IGL.InsertEventMarkerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -511541,6 +305530,7 @@ public static void InsertEventMarkerEXT( [NativeTypeName("const GLchar *")] Ref marker ) => ThisThread.InsertEventMarkerEXT(length, marker); + [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InstrumentsBufferSGIX( [NativeTypeName("GLsizei")] uint size, @@ -511554,7 +305544,6 @@ _slots[1400] is not null and var loadedFnPtr ) )(size, buffer); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InstrumentsBufferSGIX( @@ -511562,6 +305551,8 @@ public static void InstrumentsBufferSGIX( [NativeTypeName("GLint *")] int* buffer ) => ThisThread.InstrumentsBufferSGIX(size, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InstrumentsBufferSGIX( [NativeTypeName("GLsizei")] uint size, @@ -511574,7 +305565,6 @@ void IGL.InstrumentsBufferSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -511583,6 +305573,8 @@ public static void InstrumentsBufferSGIX( [NativeTypeName("GLint *")] Ref buffer ) => ThisThread.InstrumentsBufferSGIX(size, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.InstrumentsBufferSGIX() { @@ -511591,12 +305583,12 @@ int IGL.InstrumentsBufferSGIX() return buffer; } - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int InstrumentsBufferSGIX() => ThisThread.InstrumentsBufferSGIX(); + [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InterleavedArrays( [NativeTypeName("GLenum")] uint format, @@ -511611,30 +305603,6 @@ _slots[1401] is not null and var loadedFnPtr ) )(format, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InterleavedArrays( @@ -511643,6 +305611,8 @@ public static void InterleavedArrays( [NativeTypeName("const void *")] void* pointer ) => ThisThread.InterleavedArrays(format, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InterleavedArrays( [NativeTypeName("GLenum")] Constant format, @@ -511656,30 +305626,6 @@ void IGL.InterleavedArrays( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -511689,6 +305635,7 @@ public static void InterleavedArrays( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.InterleavedArrays(format, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glInterpolatePathsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InterpolatePathNV( [NativeTypeName("GLuint")] uint resultPath, @@ -511704,9 +305651,6 @@ _slots[1402] is not null and var loadedFnPtr ) )(resultPath, pathA, pathB, weight); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glInterpolatePathsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InterpolatePathNV( @@ -511716,6 +305660,7 @@ public static void InterpolatePathNV( [NativeTypeName("GLfloat")] float weight ) => ThisThread.InterpolatePathNV(resultPath, pathA, pathB, weight); + [NativeFunction("opengl", EntryPoint = "glInvalidateBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateBufferData([NativeTypeName("GLuint")] uint buffer) => ( @@ -511726,33 +305671,12 @@ _slots[1403] is not null and var loadedFnPtr ) )(buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InvalidateBufferData([NativeTypeName("GLuint")] uint buffer) => ThisThread.InvalidateBufferData(buffer); + [NativeFunction("opengl", EntryPoint = "glInvalidateBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -511770,28 +305694,6 @@ _slots[1404] is not null and var loadedFnPtr ) )(buffer, offset, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InvalidateBufferSubData( @@ -511800,6 +305702,7 @@ public static void InvalidateBufferSubData( [NativeTypeName("GLsizeiptr")] nuint length ) => ThisThread.InvalidateBufferSubData(buffer, offset, length); + [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateFramebuffer( [NativeTypeName("GLenum")] uint target, @@ -511814,28 +305717,6 @@ _slots[1405] is not null and var loadedFnPtr ) )(target, numAttachments, attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InvalidateFramebuffer( @@ -511844,6 +305725,8 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] uint* attachments ) => ThisThread.InvalidateFramebuffer(target, numAttachments, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateFramebuffer( [NativeTypeName("GLenum")] Constant target, @@ -511857,28 +305740,6 @@ void IGL.InvalidateFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -511888,34 +305749,14 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] Ref attachments ) => ThisThread.InvalidateFramebuffer(target, numAttachments, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateFramebuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLenum *")] uint attachments ) => ((IGL)this).InvalidateFramebuffer((uint)target, 1, (uint*)&attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -511924,6 +305765,8 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] uint attachments ) => ThisThread.InvalidateFramebuffer(target, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateFramebuffer( [NativeTypeName("GLenum")] Constant target, @@ -511941,28 +305784,6 @@ void IGL.InvalidateFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -511972,34 +305793,14 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] Ref attachments ) => ThisThread.InvalidateFramebuffer(target, numAttachments, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateFramebuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLenum *")] GLEnum attachments ) => ((IGL)this).InvalidateFramebuffer((uint)target, 1, (uint*)(GLEnum*)&attachments); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512008,6 +305809,8 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] GLEnum attachments ) => ThisThread.InvalidateFramebuffer(target, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateFramebuffer( [NativeTypeName("GLenum")] Constant target, @@ -512025,28 +305828,6 @@ void IGL.InvalidateFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512056,6 +305837,8 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] Ref attachments ) => ThisThread.InvalidateFramebuffer(target, numAttachments, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateFramebuffer( [NativeTypeName("GLenum")] Constant target, @@ -512067,28 +305850,6 @@ void IGL.InvalidateFramebuffer( (uint*)(InvalidateFramebufferAttachment*)&attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512097,6 +305858,7 @@ public static void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] InvalidateFramebufferAttachment attachments ) => ThisThread.InvalidateFramebuffer(target, attachments); + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferData( [NativeTypeName("GLuint")] uint framebuffer, @@ -512114,16 +305876,6 @@ _slots[1406] is not null and var loadedFnPtr ) )(framebuffer, numAttachments, attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InvalidateNamedFramebufferData( @@ -512132,6 +305884,8 @@ public static void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] uint* attachments ) => ThisThread.InvalidateNamedFramebufferData(framebuffer, numAttachments, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferData( [NativeTypeName("GLuint")] uint framebuffer, @@ -512149,16 +305903,6 @@ void IGL.InvalidateNamedFramebufferData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512168,6 +305912,8 @@ public static void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] Ref attachments ) => ThisThread.InvalidateNamedFramebufferData(framebuffer, numAttachments, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferData( [NativeTypeName("GLuint")] uint framebuffer, @@ -512185,16 +305931,6 @@ void IGL.InvalidateNamedFramebufferData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512204,6 +305940,8 @@ public static void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] Ref attachments ) => ThisThread.InvalidateNamedFramebufferData(framebuffer, numAttachments, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferData( [NativeTypeName("GLuint")] uint framebuffer, @@ -512221,16 +305959,6 @@ void IGL.InvalidateNamedFramebufferData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512240,22 +305968,14 @@ public static void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] Ref attachments ) => ThisThread.InvalidateNamedFramebufferData(framebuffer, numAttachments, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferDatum( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("const GLenum *")] uint attachments ) => ((IGL)this).InvalidateNamedFramebufferData(framebuffer, 1, (uint*)&attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512264,22 +305984,14 @@ public static void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] uint attachments ) => ThisThread.InvalidateNamedFramebufferDatum(framebuffer, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferDatum( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("const GLenum *")] GLEnum attachments ) => ((IGL)this).InvalidateNamedFramebufferData(framebuffer, 1, (uint*)(GLEnum*)&attachments); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512288,6 +306000,8 @@ public static void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] GLEnum attachments ) => ThisThread.InvalidateNamedFramebufferDatum(framebuffer, attachments); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferDatum( [NativeTypeName("GLuint")] uint framebuffer, @@ -512299,16 +306013,6 @@ void IGL.InvalidateNamedFramebufferDatum( (uint*)(FramebufferAttachment*)&attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512317,6 +306021,7 @@ public static void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] FramebufferAttachment attachments ) => ThisThread.InvalidateNamedFramebufferDatum(framebuffer, attachments); + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferSubData( [NativeTypeName("GLuint")] uint framebuffer, @@ -512338,16 +306043,6 @@ _slots[1407] is not null and var loadedFnPtr ) )(framebuffer, numAttachments, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InvalidateNamedFramebufferSubData( @@ -512369,6 +306064,8 @@ public static void InvalidateNamedFramebufferSubData( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferSubData( [NativeTypeName("GLuint")] uint framebuffer, @@ -512394,16 +306091,6 @@ void IGL.InvalidateNamedFramebufferSubData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512426,6 +306113,8 @@ public static void InvalidateNamedFramebufferSubData( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferSubData( [NativeTypeName("GLuint")] uint framebuffer, @@ -512451,16 +306140,6 @@ void IGL.InvalidateNamedFramebufferSubData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512483,6 +306162,8 @@ public static void InvalidateNamedFramebufferSubData( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferSubData( [NativeTypeName("GLuint")] uint framebuffer, @@ -512508,16 +306189,6 @@ void IGL.InvalidateNamedFramebufferSubData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512540,6 +306211,8 @@ public static void InvalidateNamedFramebufferSubData( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferSubDatum( [NativeTypeName("GLuint")] uint framebuffer, @@ -512559,16 +306232,6 @@ void IGL.InvalidateNamedFramebufferSubDatum( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512589,6 +306252,8 @@ public static void InvalidateNamedFramebufferSubDatum( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferSubDatum( [NativeTypeName("GLuint")] uint framebuffer, @@ -512608,16 +306273,6 @@ void IGL.InvalidateNamedFramebufferSubDatum( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512638,6 +306293,8 @@ public static void InvalidateNamedFramebufferSubDatum( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateNamedFramebufferSubDatum( [NativeTypeName("GLuint")] uint framebuffer, @@ -512657,16 +306314,6 @@ void IGL.InvalidateNamedFramebufferSubDatum( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512687,6 +306334,7 @@ public static void InvalidateNamedFramebufferSubDatum( height ); + [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateSubFramebuffer( [NativeTypeName("GLenum")] uint target, @@ -512708,28 +306356,6 @@ _slots[1408] is not null and var loadedFnPtr ) )(target, numAttachments, attachments, x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InvalidateSubFramebuffer( @@ -512751,6 +306377,8 @@ public static void InvalidateSubFramebuffer( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateSubFramebuffer( [NativeTypeName("GLenum")] Constant target, @@ -512776,28 +306404,6 @@ void IGL.InvalidateSubFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512820,6 +306426,8 @@ public static void InvalidateSubFramebuffer( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateSubFramebuffer( [NativeTypeName("GLenum")] Constant target, @@ -512839,28 +306447,6 @@ void IGL.InvalidateSubFramebuffer( height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512873,6 +306459,8 @@ public static void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => ThisThread.InvalidateSubFramebuffer(target, attachments, x, y, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateSubFramebuffer( [NativeTypeName("GLenum")] Constant target, @@ -512898,28 +306486,6 @@ void IGL.InvalidateSubFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512942,6 +306508,8 @@ public static void InvalidateSubFramebuffer( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateSubFramebuffer( [NativeTypeName("GLenum")] Constant target, @@ -512961,28 +306529,6 @@ void IGL.InvalidateSubFramebuffer( height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -512995,6 +306541,8 @@ public static void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => ThisThread.InvalidateSubFramebuffer(target, attachments, x, y, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateSubFramebuffer( [NativeTypeName("GLenum")] Constant target, @@ -513020,28 +306568,6 @@ void IGL.InvalidateSubFramebuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -513064,6 +306590,8 @@ public static void InvalidateSubFramebuffer( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateSubFramebuffer( [NativeTypeName("GLenum")] Constant target, @@ -513083,28 +306611,6 @@ void IGL.InvalidateSubFramebuffer( height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -513117,6 +306623,7 @@ public static void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ) => ThisThread.InvalidateSubFramebuffer(target, attachments, x, y, width, height); + [NativeFunction("opengl", EntryPoint = "glInvalidateTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateTexImage( [NativeTypeName("GLuint")] uint texture, @@ -513130,28 +306637,6 @@ _slots[1409] is not null and var loadedFnPtr ) )(texture, level); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateTexImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InvalidateTexImage( @@ -513159,6 +306644,7 @@ public static void InvalidateTexImage( [NativeTypeName("GLint")] int level ) => ThisThread.InvalidateTexImage(texture, level); + [NativeFunction("opengl", EntryPoint = "glInvalidateTexSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.InvalidateTexSubImage( [NativeTypeName("GLuint")] uint texture, @@ -513178,28 +306664,6 @@ _slots[1410] is not null and var loadedFnPtr ) )(texture, level, xoffset, yoffset, zoffset, width, height, depth); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateTexSubImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void InvalidateTexSubImage( @@ -513223,20 +306687,24 @@ public static void InvalidateTexSubImage( depth ); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsAsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker) => - (MaybeBool)(uint)((IGL)this).IsAsyncMarkerSGIXRaw(marker); + (MaybeBool)(uint)((IGL)this).IsAsyncMarkerSGIXRawSGIX(marker); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsAsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker) => ThisThread.IsAsyncMarkerSGIX(marker); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsAsyncMarkerSGIXRaw([NativeTypeName("GLuint")] uint marker) => + uint IGL.IsAsyncMarkerSGIXRawSGIX([NativeTypeName("GLuint")] uint marker) => ( (delegate* unmanaged)( _slots[1411] is not null and var loadedFnPtr @@ -513246,83 +306714,43 @@ _slots[1411] is not null and var loadedFnPtr )(marker); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsAsyncMarkerSGIXRaw([NativeTypeName("GLuint")] uint marker) => - ThisThread.IsAsyncMarkerSGIXRaw(marker); + public static uint IsAsyncMarkerSGIXRawSGIX([NativeTypeName("GLuint")] uint marker) => + ThisThread.IsAsyncMarkerSGIXRawSGIX(marker); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsBuffer([NativeTypeName("GLuint")] uint buffer) => (MaybeBool)(uint)((IGL)this).IsBufferRaw(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsBuffer([NativeTypeName("GLuint")] uint buffer) => ThisThread.IsBuffer(buffer); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsBufferARB([NativeTypeName("GLuint")] uint buffer) => - (MaybeBool)(uint)((IGL)this).IsBufferARBRaw(buffer); + (MaybeBool)(uint)((IGL)this).IsBufferARBRawARB(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsBufferARB([NativeTypeName("GLuint")] uint buffer) => ThisThread.IsBufferARB(buffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsBufferARBRaw([NativeTypeName("GLuint")] uint buffer) => + uint IGL.IsBufferARBRawARB([NativeTypeName("GLuint")] uint buffer) => ( (delegate* unmanaged)( _slots[1413] is not null and var loadedFnPtr @@ -513332,12 +306760,13 @@ _slots[1413] is not null and var loadedFnPtr )(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsBufferARBRaw([NativeTypeName("GLuint")] uint buffer) => - ThisThread.IsBufferARBRaw(buffer); + public static uint IsBufferARBRawARB([NativeTypeName("GLuint")] uint buffer) => + ThisThread.IsBufferARBRawARB(buffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsBufferRaw([NativeTypeName("GLuint")] uint buffer) => ( @@ -513349,72 +306778,29 @@ _slots[1412] is not null and var loadedFnPtr )(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsBufferRaw([NativeTypeName("GLuint")] uint buffer) => ThisThread.IsBufferRaw(buffer); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsBufferResidentNV([NativeTypeName("GLenum")] uint target) => - (MaybeBool)(uint)((IGL)this).IsBufferResidentNVRaw(target); + (MaybeBool)(uint)((IGL)this).IsBufferResidentNVRawNV(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsBufferResidentNV([NativeTypeName("GLenum")] uint target) => ThisThread.IsBufferResidentNV(target); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsBufferResidentNVRaw([NativeTypeName("GLenum")] uint target) => + uint IGL.IsBufferResidentNVRawNV([NativeTypeName("GLenum")] uint target) => ( (delegate* unmanaged)( _slots[1414] is not null and var loadedFnPtr @@ -513424,28 +306810,29 @@ _slots[1414] is not null and var loadedFnPtr )(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsBufferResidentNVRaw([NativeTypeName("GLenum")] uint target) => - ThisThread.IsBufferResidentNVRaw(target); + public static uint IsBufferResidentNVRawNV([NativeTypeName("GLenum")] uint target) => + ThisThread.IsBufferResidentNVRawNV(target); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsCommandListNV([NativeTypeName("GLuint")] uint list) => - (MaybeBool)(uint)((IGL)this).IsCommandListNVRaw(list); + (MaybeBool)(uint)((IGL)this).IsCommandListNVRawNV(list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsCommandListNV([NativeTypeName("GLuint")] uint list) => ThisThread.IsCommandListNV(list); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsCommandListNVRaw([NativeTypeName("GLuint")] uint list) => + uint IGL.IsCommandListNVRawNV([NativeTypeName("GLuint")] uint list) => ( (delegate* unmanaged)( _slots[1415] is not null and var loadedFnPtr @@ -513455,13 +306842,13 @@ _slots[1415] is not null and var loadedFnPtr )(list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsCommandListNVRaw([NativeTypeName("GLuint")] uint list) => - ThisThread.IsCommandListNVRaw(list); + public static uint IsCommandListNVRawNV([NativeTypeName("GLuint")] uint list) => + ThisThread.IsCommandListNVRawNV(list); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsEnabled([NativeTypeName("GLenum")] uint cap) => ( @@ -513473,128 +306860,19 @@ _slots[1416] is not null and var loadedFnPtr )(cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsEnabled([NativeTypeName("GLenum")] uint cap) => ThisThread.IsEnabled(cap); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsEnabled( [NativeTypeName("GLenum")] Constant cap ) => (MaybeBool)(uint)((IGL)this).IsEnabled((uint)cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -513602,6 +306880,8 @@ public static MaybeBool IsEnabled( [NativeTypeName("GLenum")] Constant cap ) => ThisThread.IsEnabled(cap); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsEnabled( [NativeTypeName("GLenum")] uint target, @@ -513616,40 +306896,6 @@ _slots[1417] is not null and var loadedFnPtr )(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsEnabled( @@ -513657,6 +306903,9 @@ public static uint IsEnabled( [NativeTypeName("GLuint")] uint index ) => ThisThread.IsEnabled(target, index); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsEnabled( [NativeTypeName("GLenum")] Constant target, @@ -513664,40 +306913,6 @@ MaybeBool IGL.IsEnabled( ) => (MaybeBool)(uint)((IGL)this).IsEnabled((uint)target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -513706,6 +306921,8 @@ public static MaybeBool IsEnabled( [NativeTypeName("GLuint")] uint index ) => ThisThread.IsEnabled(target, index); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsEnabledEXT( [NativeTypeName("GLenum")] uint target, @@ -513720,7 +306937,6 @@ _slots[1418] is not null and var loadedFnPtr )(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsEnabledEXT( @@ -513728,6 +306944,9 @@ public static uint IsEnabledEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.IsEnabledEXT(target, index); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsEnabledEXT( [NativeTypeName("GLenum")] Constant target, @@ -513735,7 +306954,6 @@ MaybeBool IGL.IsEnabledEXT( ) => (MaybeBool)(uint)((IGL)this).IsEnabledEXT((uint)target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -513744,6 +306962,8 @@ public static MaybeBool IsEnabledEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.IsEnabledEXT(target, index); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsEnabledIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -513758,8 +306978,6 @@ _slots[1419] is not null and var loadedFnPtr )(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsEnabledIndexedEXT( @@ -513767,6 +306985,9 @@ public static uint IsEnabledIndexedEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.IsEnabledIndexedEXT(target, index); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsEnabledIndexedEXT( [NativeTypeName("GLenum")] Constant target, @@ -513774,8 +306995,6 @@ MaybeBool IGL.IsEnabledIndexedEXT( ) => (MaybeBool)(uint)((IGL)this).IsEnabledIndexedEXT((uint)target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -513784,6 +307003,8 @@ public static MaybeBool IsEnabledIndexedEXT( [NativeTypeName("GLuint")] uint index ) => ThisThread.IsEnabledIndexedEXT(target, index); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsEnabledNV( [NativeTypeName("GLenum")] uint target, @@ -513798,7 +307019,6 @@ _slots[1420] is not null and var loadedFnPtr )(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsEnabledNV( @@ -513806,6 +307026,9 @@ public static uint IsEnabledNV( [NativeTypeName("GLuint")] uint index ) => ThisThread.IsEnabledNV(target, index); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsEnabledNV( [NativeTypeName("GLenum")] Constant target, @@ -513813,7 +307036,6 @@ MaybeBool IGL.IsEnabledNV( ) => (MaybeBool)(uint)((IGL)this).IsEnabledNV((uint)target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -513822,6 +307044,8 @@ public static MaybeBool IsEnabledNV( [NativeTypeName("GLuint")] uint index ) => ThisThread.IsEnabledNV(target, index); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsEnabledOES( [NativeTypeName("GLenum")] uint target, @@ -513836,7 +307060,6 @@ _slots[1421] is not null and var loadedFnPtr )(target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsEnabledOES( @@ -513844,6 +307067,9 @@ public static uint IsEnabledOES( [NativeTypeName("GLuint")] uint index ) => ThisThread.IsEnabledOES(target, index); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsEnabledOES( [NativeTypeName("GLenum")] Constant target, @@ -513851,7 +307077,6 @@ MaybeBool IGL.IsEnabledOES( ) => (MaybeBool)(uint)((IGL)this).IsEnabledOES((uint)target, index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -513860,20 +307085,24 @@ public static MaybeBool IsEnabledOES( [NativeTypeName("GLuint")] uint index ) => ThisThread.IsEnabledOES(target, index); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - MaybeBool IGL.IsFenceApple([NativeTypeName("GLuint")] uint fence) => - (MaybeBool)(uint)((IGL)this).IsFenceAppleRaw(fence); + MaybeBool IGL.IsFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + (MaybeBool)(uint)((IGL)this).IsFenceAppleRawAPPLE(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static MaybeBool IsFenceApple([NativeTypeName("GLuint")] uint fence) => - ThisThread.IsFenceApple(fence); + public static MaybeBool IsFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + ThisThread.IsFenceAPPLE(fence); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsFenceAppleRaw([NativeTypeName("GLuint")] uint fence) => + uint IGL.IsFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence) => ( (delegate* unmanaged)( _slots[1422] is not null and var loadedFnPtr @@ -513883,28 +307112,29 @@ _slots[1422] is not null and var loadedFnPtr )(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsFenceAppleRaw([NativeTypeName("GLuint")] uint fence) => - ThisThread.IsFenceAppleRaw(fence); + public static uint IsFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence) => + ThisThread.IsFenceAppleRawAPPLE(fence); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsFenceNV([NativeTypeName("GLuint")] uint fence) => - (MaybeBool)(uint)((IGL)this).IsFenceNVRaw(fence); + (MaybeBool)(uint)((IGL)this).IsFenceNVRawNV(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsFenceNV([NativeTypeName("GLuint")] uint fence) => ThisThread.IsFenceNV(fence); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsFenceNVRaw([NativeTypeName("GLuint")] uint fence) => + uint IGL.IsFenceNVRawNV([NativeTypeName("GLuint")] uint fence) => ( (delegate* unmanaged)( _slots[1423] is not null and var loadedFnPtr @@ -513914,80 +307144,43 @@ _slots[1423] is not null and var loadedFnPtr )(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsFenceNVRaw([NativeTypeName("GLuint")] uint fence) => - ThisThread.IsFenceNVRaw(fence); + public static uint IsFenceNVRawNV([NativeTypeName("GLuint")] uint fence) => + ThisThread.IsFenceNVRawNV(fence); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsFramebuffer([NativeTypeName("GLuint")] uint framebuffer) => (MaybeBool)(uint)((IGL)this).IsFramebufferRaw(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsFramebuffer([NativeTypeName("GLuint")] uint framebuffer) => ThisThread.IsFramebuffer(framebuffer); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsFramebufferEXT([NativeTypeName("GLuint")] uint framebuffer) => - (MaybeBool)(uint)((IGL)this).IsFramebufferEXTRaw(framebuffer); + (MaybeBool)(uint)((IGL)this).IsFramebufferEXTRawEXT(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsFramebufferEXT([NativeTypeName("GLuint")] uint framebuffer) => ThisThread.IsFramebufferEXT(framebuffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsFramebufferEXTRaw([NativeTypeName("GLuint")] uint framebuffer) => + uint IGL.IsFramebufferEXTRawEXT([NativeTypeName("GLuint")] uint framebuffer) => ( (delegate* unmanaged)( _slots[1425] is not null and var loadedFnPtr @@ -513997,26 +307190,29 @@ _slots[1425] is not null and var loadedFnPtr )(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsFramebufferEXTRaw([NativeTypeName("GLuint")] uint framebuffer) => - ThisThread.IsFramebufferEXTRaw(framebuffer); + public static uint IsFramebufferEXTRawEXT([NativeTypeName("GLuint")] uint framebuffer) => + ThisThread.IsFramebufferEXTRawEXT(framebuffer); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsFramebufferOES([NativeTypeName("GLuint")] uint framebuffer) => - (MaybeBool)(uint)((IGL)this).IsFramebufferOESRaw(framebuffer); + (MaybeBool)(uint)((IGL)this).IsFramebufferOESRawOES(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsFramebufferOES([NativeTypeName("GLuint")] uint framebuffer) => ThisThread.IsFramebufferOES(framebuffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsFramebufferOESRaw([NativeTypeName("GLuint")] uint framebuffer) => + uint IGL.IsFramebufferOESRawOES([NativeTypeName("GLuint")] uint framebuffer) => ( (delegate* unmanaged)( _slots[1426] is not null and var loadedFnPtr @@ -514026,12 +307222,13 @@ _slots[1426] is not null and var loadedFnPtr )(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsFramebufferOESRaw([NativeTypeName("GLuint")] uint framebuffer) => - ThisThread.IsFramebufferOESRaw(framebuffer); + public static uint IsFramebufferOESRawOES([NativeTypeName("GLuint")] uint framebuffer) => + ThisThread.IsFramebufferOESRawOES(framebuffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsFramebufferRaw([NativeTypeName("GLuint")] uint framebuffer) => ( @@ -514043,59 +307240,19 @@ _slots[1424] is not null and var loadedFnPtr )(framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsFramebufferRaw([NativeTypeName("GLuint")] uint framebuffer) => ThisThread.IsFramebufferRaw(framebuffer); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsImageHandleResidentARB([NativeTypeName("GLuint64")] ulong handle) => - (MaybeBool)(uint)((IGL)this).IsImageHandleResidentARBRaw(handle); + (MaybeBool)(uint)((IGL)this).IsImageHandleResidentARBRawARB(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -514103,8 +307260,10 @@ public static MaybeBool IsImageHandleResidentARB( [NativeTypeName("GLuint64")] ulong handle ) => ThisThread.IsImageHandleResidentARB(handle); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsImageHandleResidentARBRaw([NativeTypeName("GLuint64")] ulong handle) => + uint IGL.IsImageHandleResidentARBRawARB([NativeTypeName("GLuint64")] ulong handle) => ( (delegate* unmanaged)( _slots[1427] is not null and var loadedFnPtr @@ -514117,21 +307276,19 @@ _slots[1427] is not null and var loadedFnPtr )(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsImageHandleResidentARBRaw([NativeTypeName("GLuint64")] ulong handle) => - ThisThread.IsImageHandleResidentARBRaw(handle); + public static uint IsImageHandleResidentARBRawARB([NativeTypeName("GLuint64")] ulong handle) => + ThisThread.IsImageHandleResidentARBRawARB(handle); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsImageHandleResidentNV([NativeTypeName("GLuint64")] ulong handle) => - (MaybeBool)(uint)((IGL)this).IsImageHandleResidentNVRaw(handle); + (MaybeBool)(uint)((IGL)this).IsImageHandleResidentNVRawNV(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -514139,8 +307296,10 @@ public static MaybeBool IsImageHandleResidentNV( [NativeTypeName("GLuint64")] ulong handle ) => ThisThread.IsImageHandleResidentNV(handle); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsImageHandleResidentNVRaw([NativeTypeName("GLuint64")] ulong handle) => + uint IGL.IsImageHandleResidentNVRawNV([NativeTypeName("GLuint64")] ulong handle) => ( (delegate* unmanaged)( _slots[1428] is not null and var loadedFnPtr @@ -514153,50 +307312,27 @@ _slots[1428] is not null and var loadedFnPtr )(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsImageHandleResidentNVRaw([NativeTypeName("GLuint64")] ulong handle) => - ThisThread.IsImageHandleResidentNVRaw(handle); + public static uint IsImageHandleResidentNVRawNV([NativeTypeName("GLuint64")] ulong handle) => + ThisThread.IsImageHandleResidentNVRawNV(handle); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsList")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsList([NativeTypeName("GLuint")] uint list) => (MaybeBool)(uint)((IGL)this).IsListRaw(list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsList")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsList([NativeTypeName("GLuint")] uint list) => ThisThread.IsList(list); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsList")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsListRaw([NativeTypeName("GLuint")] uint list) => ( @@ -514208,51 +307344,29 @@ _slots[1429] is not null and var loadedFnPtr )(list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIsList")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsListRaw([NativeTypeName("GLuint")] uint list) => ThisThread.IsListRaw(list); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsMemoryObjectEXT([NativeTypeName("GLuint")] uint memoryObject) => - (MaybeBool)(uint)((IGL)this).IsMemoryObjectEXTRaw(memoryObject); + (MaybeBool)(uint)((IGL)this).IsMemoryObjectEXTRawEXT(memoryObject); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsMemoryObjectEXT([NativeTypeName("GLuint")] uint memoryObject) => ThisThread.IsMemoryObjectEXT(memoryObject); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsMemoryObjectEXTRaw([NativeTypeName("GLuint")] uint memoryObject) => + uint IGL.IsMemoryObjectEXTRawEXT([NativeTypeName("GLuint")] uint memoryObject) => ( (delegate* unmanaged)( _slots[1430] is not null and var loadedFnPtr @@ -514262,21 +307376,21 @@ _slots[1430] is not null and var loadedFnPtr )(memoryObject); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsMemoryObjectEXTRaw([NativeTypeName("GLuint")] uint memoryObject) => - ThisThread.IsMemoryObjectEXTRaw(memoryObject); + public static uint IsMemoryObjectEXTRawEXT([NativeTypeName("GLuint")] uint memoryObject) => + ThisThread.IsMemoryObjectEXTRawEXT(memoryObject); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsNameAMD( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name - ) => (MaybeBool)(uint)((IGL)this).IsNameAMDRaw(identifier, name); + ) => (MaybeBool)(uint)((IGL)this).IsNameAMDRawAMD(identifier, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -514285,8 +307399,10 @@ public static MaybeBool IsNameAMD( [NativeTypeName("GLuint")] uint name ) => ThisThread.IsNameAMD(identifier, name); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsNameAMDRaw( + uint IGL.IsNameAMDRawAMD( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name ) => @@ -514299,29 +307415,31 @@ _slots[1431] is not null and var loadedFnPtr )(identifier, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsNameAMDRaw( + public static uint IsNameAMDRawAMD( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name - ) => ThisThread.IsNameAMDRaw(identifier, name); + ) => ThisThread.IsNameAMDRawAMD(identifier, name); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsNamedBufferResidentNV([NativeTypeName("GLuint")] uint buffer) => - (MaybeBool)(uint)((IGL)this).IsNamedBufferResidentNVRaw(buffer); + (MaybeBool)(uint)((IGL)this).IsNamedBufferResidentNVRawNV(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsNamedBufferResidentNV([NativeTypeName("GLuint")] uint buffer) => ThisThread.IsNamedBufferResidentNV(buffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsNamedBufferResidentNVRaw([NativeTypeName("GLuint")] uint buffer) => + uint IGL.IsNamedBufferResidentNVRawNV([NativeTypeName("GLuint")] uint buffer) => ( (delegate* unmanaged)( _slots[1432] is not null and var loadedFnPtr @@ -514334,13 +307452,13 @@ _slots[1432] is not null and var loadedFnPtr )(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsNamedBufferResidentNVRaw([NativeTypeName("GLuint")] uint buffer) => - ThisThread.IsNamedBufferResidentNVRaw(buffer); + public static uint IsNamedBufferResidentNVRawNV([NativeTypeName("GLuint")] uint buffer) => + ThisThread.IsNamedBufferResidentNVRawNV(buffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -514355,8 +307473,6 @@ _slots[1433] is not null and var loadedFnPtr )(namelen, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsNamedStringARB( @@ -514364,6 +307480,9 @@ public static uint IsNamedStringARB( [NativeTypeName("const GLchar *")] sbyte* name ) => ThisThread.IsNamedStringARB(namelen, name); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -514377,8 +307496,6 @@ MaybeBool IGL.IsNamedStringARB( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -514387,20 +307504,24 @@ public static MaybeBool IsNamedStringARB( [NativeTypeName("const GLchar *")] Ref name ) => ThisThread.IsNamedStringARB(namelen, name); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => - (MaybeBool)(uint)((IGL)this).IsObjectBufferATIRaw(buffer); + (MaybeBool)(uint)((IGL)this).IsObjectBufferATIRawATI(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => ThisThread.IsObjectBufferATI(buffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer) => + uint IGL.IsObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer) => ( (delegate* unmanaged)( _slots[1434] is not null and var loadedFnPtr @@ -514410,26 +307531,29 @@ _slots[1434] is not null and var loadedFnPtr )(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer) => - ThisThread.IsObjectBufferATIRaw(buffer); + public static uint IsObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer) => + ThisThread.IsObjectBufferATIRawATI(buffer); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsOcclusionQueryNV([NativeTypeName("GLuint")] uint id) => - (MaybeBool)(uint)((IGL)this).IsOcclusionQueryNVRaw(id); + (MaybeBool)(uint)((IGL)this).IsOcclusionQueryNVRawNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsOcclusionQueryNV([NativeTypeName("GLuint")] uint id) => ThisThread.IsOcclusionQueryNV(id); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsOcclusionQueryNVRaw([NativeTypeName("GLuint")] uint id) => + uint IGL.IsOcclusionQueryNVRawNV([NativeTypeName("GLuint")] uint id) => ( (delegate* unmanaged)( _slots[1435] is not null and var loadedFnPtr @@ -514439,28 +307563,29 @@ _slots[1435] is not null and var loadedFnPtr )(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsOcclusionQueryNVRaw([NativeTypeName("GLuint")] uint id) => - ThisThread.IsOcclusionQueryNVRaw(id); + public static uint IsOcclusionQueryNVRawNV([NativeTypeName("GLuint")] uint id) => + ThisThread.IsOcclusionQueryNVRawNV(id); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsPathNV([NativeTypeName("GLuint")] uint path) => - (MaybeBool)(uint)((IGL)this).IsPathNVRaw(path); + (MaybeBool)(uint)((IGL)this).IsPathNVRawNV(path); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsPathNV([NativeTypeName("GLuint")] uint path) => ThisThread.IsPathNV(path); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsPathNVRaw([NativeTypeName("GLuint")] uint path) => + uint IGL.IsPathNVRawNV([NativeTypeName("GLuint")] uint path) => ( (delegate* unmanaged)( _slots[1436] is not null and var loadedFnPtr @@ -514470,26 +307595,23 @@ _slots[1436] is not null and var loadedFnPtr )(path); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsPathNVRaw([NativeTypeName("GLuint")] uint path) => - ThisThread.IsPathNVRaw(path); + public static uint IsPathNVRawNV([NativeTypeName("GLuint")] uint path) => + ThisThread.IsPathNVRawNV(path); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsPointInFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) => (MaybeBool)(uint)((IGL)this).IsPointInFillPathNVRaw(path, mask, x, y); + ) => (MaybeBool)(uint)((IGL)this).IsPointInFillPathNVRawNV(path, mask, x, y); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -514500,8 +307622,10 @@ public static MaybeBool IsPointInFillPathNV( [NativeTypeName("GLfloat")] float y ) => ThisThread.IsPointInFillPathNV(path, mask, x, y); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsPointInFillPathNVRaw( + uint IGL.IsPointInFillPathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLfloat")] float x, @@ -514516,29 +307640,26 @@ _slots[1437] is not null and var loadedFnPtr )(path, mask, x, y); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsPointInFillPathNVRaw( + public static uint IsPointInFillPathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) => ThisThread.IsPointInFillPathNVRaw(path, mask, x, y); + ) => ThisThread.IsPointInFillPathNVRawNV(path, mask, x, y); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsPointInStrokePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) => (MaybeBool)(uint)((IGL)this).IsPointInStrokePathNVRaw(path, x, y); + ) => (MaybeBool)(uint)((IGL)this).IsPointInStrokePathNVRawNV(path, x, y); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -514548,8 +307669,10 @@ public static MaybeBool IsPointInStrokePathNV( [NativeTypeName("GLfloat")] float y ) => ThisThread.IsPointInStrokePathNV(path, x, y); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsPointInStrokePathNVRaw( + uint IGL.IsPointInStrokePathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y @@ -514563,85 +307686,46 @@ _slots[1438] is not null and var loadedFnPtr )(path, x, y); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsPointInStrokePathNVRaw( + public static uint IsPointInStrokePathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y - ) => ThisThread.IsPointInStrokePathNVRaw(path, x, y); + ) => ThisThread.IsPointInStrokePathNVRawNV(path, x, y); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsProgram([NativeTypeName("GLuint")] uint program) => (MaybeBool)(uint)((IGL)this).IsProgramRaw(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsProgram([NativeTypeName("GLuint")] uint program) => ThisThread.IsProgram(program); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsProgramARB([NativeTypeName("GLuint")] uint program) => - (MaybeBool)(uint)((IGL)this).IsProgramARBRaw(program); + (MaybeBool)(uint)((IGL)this).IsProgramARBRawARB(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsProgramARB([NativeTypeName("GLuint")] uint program) => ThisThread.IsProgramARB(program); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsProgramARBRaw([NativeTypeName("GLuint")] uint program) => + uint IGL.IsProgramARBRawARB([NativeTypeName("GLuint")] uint program) => ( (delegate* unmanaged)( _slots[1440] is not null and var loadedFnPtr @@ -514651,26 +307735,29 @@ _slots[1440] is not null and var loadedFnPtr )(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsProgramARBRaw([NativeTypeName("GLuint")] uint program) => - ThisThread.IsProgramARBRaw(program); + public static uint IsProgramARBRawARB([NativeTypeName("GLuint")] uint program) => + ThisThread.IsProgramARBRawARB(program); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsProgramNV([NativeTypeName("GLuint")] uint id) => - (MaybeBool)(uint)((IGL)this).IsProgramNVRaw(id); + (MaybeBool)(uint)((IGL)this).IsProgramNVRawNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsProgramNV([NativeTypeName("GLuint")] uint id) => ThisThread.IsProgramNV(id); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsProgramNVRaw([NativeTypeName("GLuint")] uint id) => + uint IGL.IsProgramNVRawNV([NativeTypeName("GLuint")] uint id) => ( (delegate* unmanaged)( _slots[1441] is not null and var loadedFnPtr @@ -514680,63 +307767,43 @@ _slots[1441] is not null and var loadedFnPtr )(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsProgramNVRaw([NativeTypeName("GLuint")] uint id) => - ThisThread.IsProgramNVRaw(id); + public static uint IsProgramNVRawNV([NativeTypeName("GLuint")] uint id) => + ThisThread.IsProgramNVRawNV(id); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => (MaybeBool)(uint)((IGL)this).IsProgramPipelineRaw(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => ThisThread.IsProgramPipeline(pipeline); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline) => - (MaybeBool)(uint)((IGL)this).IsProgramPipelineEXTRaw(pipeline); + (MaybeBool)(uint)((IGL)this).IsProgramPipelineEXTRawEXT(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline) => ThisThread.IsProgramPipelineEXT(pipeline); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsProgramPipelineEXTRaw([NativeTypeName("GLuint")] uint pipeline) => + uint IGL.IsProgramPipelineEXTRawEXT([NativeTypeName("GLuint")] uint pipeline) => ( (delegate* unmanaged)( _slots[1443] is not null and var loadedFnPtr @@ -514746,12 +307813,13 @@ _slots[1443] is not null and var loadedFnPtr )(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsProgramPipelineEXTRaw([NativeTypeName("GLuint")] uint pipeline) => - ThisThread.IsProgramPipelineEXTRaw(pipeline); + public static uint IsProgramPipelineEXTRawEXT([NativeTypeName("GLuint")] uint pipeline) => + ThisThread.IsProgramPipelineEXTRawEXT(pipeline); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsProgramPipelineRaw([NativeTypeName("GLuint")] uint pipeline) => ( @@ -514763,37 +307831,13 @@ _slots[1442] is not null and var loadedFnPtr )(pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsProgramPipelineRaw([NativeTypeName("GLuint")] uint pipeline) => ThisThread.IsProgramPipelineRaw(pipeline); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsProgramRaw([NativeTypeName("GLuint")] uint program) => ( @@ -514805,119 +307849,43 @@ _slots[1439] is not null and var loadedFnPtr )(program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsProgramRaw([NativeTypeName("GLuint")] uint program) => ThisThread.IsProgramRaw(program); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsQuery([NativeTypeName("GLuint")] uint id) => (MaybeBool)(uint)((IGL)this).IsQueryRaw(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsQuery([NativeTypeName("GLuint")] uint id) => ThisThread.IsQuery(id); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsQueryARB([NativeTypeName("GLuint")] uint id) => - (MaybeBool)(uint)((IGL)this).IsQueryARBRaw(id); + (MaybeBool)(uint)((IGL)this).IsQueryARBRawARB(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsQueryARB([NativeTypeName("GLuint")] uint id) => ThisThread.IsQueryARB(id); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsQueryARBRaw([NativeTypeName("GLuint")] uint id) => + uint IGL.IsQueryARBRawARB([NativeTypeName("GLuint")] uint id) => ( (delegate* unmanaged)( _slots[1445] is not null and var loadedFnPtr @@ -514927,29 +307895,29 @@ _slots[1445] is not null and var loadedFnPtr )(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsQueryARBRaw([NativeTypeName("GLuint")] uint id) => - ThisThread.IsQueryARBRaw(id); + public static uint IsQueryARBRawARB([NativeTypeName("GLuint")] uint id) => + ThisThread.IsQueryARBRawARB(id); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsQueryEXT([NativeTypeName("GLuint")] uint id) => - (MaybeBool)(uint)((IGL)this).IsQueryEXTRaw(id); + (MaybeBool)(uint)((IGL)this).IsQueryEXTRawEXT(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsQueryEXT([NativeTypeName("GLuint")] uint id) => ThisThread.IsQueryEXT(id); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsQueryEXTRaw([NativeTypeName("GLuint")] uint id) => + uint IGL.IsQueryEXTRawEXT([NativeTypeName("GLuint")] uint id) => ( (delegate* unmanaged)( _slots[1446] is not null and var loadedFnPtr @@ -514959,15 +307927,13 @@ _slots[1446] is not null and var loadedFnPtr )(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsQueryEXTRaw([NativeTypeName("GLuint")] uint id) => - ThisThread.IsQueryEXTRaw(id); + public static uint IsQueryEXTRawEXT([NativeTypeName("GLuint")] uint id) => + ThisThread.IsQueryEXTRawEXT(id); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsQueryRaw([NativeTypeName("GLuint")] uint id) => ( @@ -514979,116 +307945,42 @@ _slots[1444] is not null and var loadedFnPtr )(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glIsQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsQueryRaw([NativeTypeName("GLuint")] uint id) => ThisThread.IsQueryRaw(id); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsRenderbuffer([NativeTypeName("GLuint")] uint renderbuffer) => (MaybeBool)(uint)((IGL)this).IsRenderbufferRaw(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsRenderbuffer([NativeTypeName("GLuint")] uint renderbuffer) => ThisThread.IsRenderbuffer(renderbuffer); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsRenderbufferEXT([NativeTypeName("GLuint")] uint renderbuffer) => - (MaybeBool)(uint)((IGL)this).IsRenderbufferEXTRaw(renderbuffer); + (MaybeBool)(uint)((IGL)this).IsRenderbufferEXTRawEXT(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsRenderbufferEXT([NativeTypeName("GLuint")] uint renderbuffer) => ThisThread.IsRenderbufferEXT(renderbuffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsRenderbufferEXTRaw([NativeTypeName("GLuint")] uint renderbuffer) => + uint IGL.IsRenderbufferEXTRawEXT([NativeTypeName("GLuint")] uint renderbuffer) => ( (delegate* unmanaged)( _slots[1448] is not null and var loadedFnPtr @@ -515098,26 +307990,29 @@ _slots[1448] is not null and var loadedFnPtr )(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsRenderbufferEXTRaw([NativeTypeName("GLuint")] uint renderbuffer) => - ThisThread.IsRenderbufferEXTRaw(renderbuffer); + public static uint IsRenderbufferEXTRawEXT([NativeTypeName("GLuint")] uint renderbuffer) => + ThisThread.IsRenderbufferEXTRawEXT(renderbuffer); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsRenderbufferOES([NativeTypeName("GLuint")] uint renderbuffer) => - (MaybeBool)(uint)((IGL)this).IsRenderbufferOESRaw(renderbuffer); + (MaybeBool)(uint)((IGL)this).IsRenderbufferOESRawOES(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsRenderbufferOES([NativeTypeName("GLuint")] uint renderbuffer) => ThisThread.IsRenderbufferOES(renderbuffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsRenderbufferOESRaw([NativeTypeName("GLuint")] uint renderbuffer) => + uint IGL.IsRenderbufferOESRawOES([NativeTypeName("GLuint")] uint renderbuffer) => ( (delegate* unmanaged)( _slots[1449] is not null and var loadedFnPtr @@ -515127,12 +308022,13 @@ _slots[1449] is not null and var loadedFnPtr )(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsRenderbufferOESRaw([NativeTypeName("GLuint")] uint renderbuffer) => - ThisThread.IsRenderbufferOESRaw(renderbuffer); + public static uint IsRenderbufferOESRawOES([NativeTypeName("GLuint")] uint renderbuffer) => + ThisThread.IsRenderbufferOESRawOES(renderbuffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsRenderbufferRaw([NativeTypeName("GLuint")] uint renderbuffer) => ( @@ -515144,98 +308040,27 @@ _slots[1447] is not null and var loadedFnPtr )(renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsRenderbufferRaw([NativeTypeName("GLuint")] uint renderbuffer) => ThisThread.IsRenderbufferRaw(renderbuffer); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsSampler([NativeTypeName("GLuint")] uint sampler) => (MaybeBool)(uint)((IGL)this).IsSamplerRaw(sampler); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsSampler([NativeTypeName("GLuint")] uint sampler) => ThisThread.IsSampler(sampler); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsSamplerRaw([NativeTypeName("GLuint")] uint sampler) => ( @@ -515247,61 +308072,29 @@ _slots[1450] is not null and var loadedFnPtr )(sampler); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsSamplerRaw([NativeTypeName("GLuint")] uint sampler) => ThisThread.IsSamplerRaw(sampler); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsSemaphoreEXT([NativeTypeName("GLuint")] uint semaphore) => - (MaybeBool)(uint)((IGL)this).IsSemaphoreEXTRaw(semaphore); + (MaybeBool)(uint)((IGL)this).IsSemaphoreEXTRawEXT(semaphore); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsSemaphoreEXT([NativeTypeName("GLuint")] uint semaphore) => ThisThread.IsSemaphoreEXT(semaphore); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsSemaphoreEXTRaw([NativeTypeName("GLuint")] uint semaphore) => + uint IGL.IsSemaphoreEXTRawEXT([NativeTypeName("GLuint")] uint semaphore) => ( (delegate* unmanaged)( _slots[1451] is not null and var loadedFnPtr @@ -515311,67 +308104,27 @@ _slots[1451] is not null and var loadedFnPtr )(semaphore); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsSemaphoreEXTRaw([NativeTypeName("GLuint")] uint semaphore) => - ThisThread.IsSemaphoreEXTRaw(semaphore); + public static uint IsSemaphoreEXTRawEXT([NativeTypeName("GLuint")] uint semaphore) => + ThisThread.IsSemaphoreEXTRawEXT(semaphore); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsShader([NativeTypeName("GLuint")] uint shader) => (MaybeBool)(uint)((IGL)this).IsShaderRaw(shader); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsShader([NativeTypeName("GLuint")] uint shader) => ThisThread.IsShader(shader); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsShaderRaw([NativeTypeName("GLuint")] uint shader) => ( @@ -515383,69 +308136,29 @@ _slots[1452] is not null and var loadedFnPtr )(shader); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsShaderRaw([NativeTypeName("GLuint")] uint shader) => ThisThread.IsShaderRaw(shader); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsStateNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsStateNV([NativeTypeName("GLuint")] uint state) => - (MaybeBool)(uint)((IGL)this).IsStateNVRaw(state); + (MaybeBool)(uint)((IGL)this).IsStateNVRawNV(state); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsStateNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsStateNV([NativeTypeName("GLuint")] uint state) => ThisThread.IsStateNV(state); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsStateNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsStateNVRaw([NativeTypeName("GLuint")] uint state) => + uint IGL.IsStateNVRawNV([NativeTypeName("GLuint")] uint state) => ( (delegate* unmanaged)( _slots[1453] is not null and var loadedFnPtr @@ -515455,13 +308168,13 @@ _slots[1453] is not null and var loadedFnPtr )(state); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glIsStateNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsStateNVRaw([NativeTypeName("GLuint")] uint state) => - ThisThread.IsStateNVRaw(state); + public static uint IsStateNVRawNV([NativeTypeName("GLuint")] uint state) => + ThisThread.IsStateNVRawNV(state); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsSync([NativeTypeName("GLsync")] Sync* sync) => ( @@ -515473,42 +308186,13 @@ _slots[1454] is not null and var loadedFnPtr )(sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glIsSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsSync([NativeTypeName("GLsync")] Sync* sync) => ThisThread.IsSync(sync); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsSync([NativeTypeName("GLsync")] Ref sync) { @@ -515519,46 +308203,16 @@ MaybeBool IGL.IsSync([NativeTypeName("GLsync")] Ref sync) } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsSync([NativeTypeName("GLsync")] Ref sync) => ThisThread.IsSync(sync); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsSyncApple([NativeTypeName("GLsync")] Sync* sync) => + uint IGL.IsSyncAPPLE([NativeTypeName("GLsync")] Sync* sync) => ( (delegate* unmanaged)( _slots[1455] is not null and var loadedFnPtr @@ -515568,110 +308222,62 @@ _slots[1455] is not null and var loadedFnPtr )(sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsSyncApple([NativeTypeName("GLsync")] Sync* sync) => - ThisThread.IsSyncApple(sync); + public static uint IsSyncAPPLE([NativeTypeName("GLsync")] Sync* sync) => + ThisThread.IsSyncAPPLE(sync); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - MaybeBool IGL.IsSyncApple([NativeTypeName("GLsync")] Ref sync) + MaybeBool IGL.IsSyncAPPLE([NativeTypeName("GLsync")] Ref sync) { fixed (Sync* __dsl_sync = sync) { - return (MaybeBool)(uint)((IGL)this).IsSyncApple(__dsl_sync); + return (MaybeBool)(uint)((IGL)this).IsSyncAPPLE(__dsl_sync); } } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static MaybeBool IsSyncApple([NativeTypeName("GLsync")] Ref sync) => - ThisThread.IsSyncApple(sync); + public static MaybeBool IsSyncAPPLE([NativeTypeName("GLsync")] Ref sync) => + ThisThread.IsSyncAPPLE(sync); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsTexture([NativeTypeName("GLuint")] uint texture) => (MaybeBool)(uint)((IGL)this).IsTextureRaw(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsTexture([NativeTypeName("GLuint")] uint texture) => ThisThread.IsTexture(texture); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsTextureEXT([NativeTypeName("GLuint")] uint texture) => - (MaybeBool)(uint)((IGL)this).IsTextureEXTRaw(texture); + (MaybeBool)(uint)((IGL)this).IsTextureEXTRawEXT(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsTextureEXT([NativeTypeName("GLuint")] uint texture) => ThisThread.IsTextureEXT(texture); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsTextureEXTRaw([NativeTypeName("GLuint")] uint texture) => + uint IGL.IsTextureEXTRawEXT([NativeTypeName("GLuint")] uint texture) => ( (delegate* unmanaged)( _slots[1457] is not null and var loadedFnPtr @@ -515681,19 +308287,19 @@ _slots[1457] is not null and var loadedFnPtr )(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsTextureEXTRaw([NativeTypeName("GLuint")] uint texture) => - ThisThread.IsTextureEXTRaw(texture); + public static uint IsTextureEXTRawEXT([NativeTypeName("GLuint")] uint texture) => + ThisThread.IsTextureEXTRawEXT(texture); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsTextureHandleResidentARB([NativeTypeName("GLuint64")] ulong handle) => - (MaybeBool)(uint)((IGL)this).IsTextureHandleResidentARBRaw(handle); + (MaybeBool)(uint)((IGL)this).IsTextureHandleResidentARBRawARB(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -515701,8 +308307,10 @@ public static MaybeBool IsTextureHandleResidentARB( [NativeTypeName("GLuint64")] ulong handle ) => ThisThread.IsTextureHandleResidentARB(handle); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsTextureHandleResidentARBRaw([NativeTypeName("GLuint64")] ulong handle) => + uint IGL.IsTextureHandleResidentARBRawARB([NativeTypeName("GLuint64")] ulong handle) => ( (delegate* unmanaged)( _slots[1458] is not null and var loadedFnPtr @@ -515715,21 +308323,20 @@ _slots[1458] is not null and var loadedFnPtr )(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsTextureHandleResidentARBRaw([NativeTypeName("GLuint64")] ulong handle) => - ThisThread.IsTextureHandleResidentARBRaw(handle); + public static uint IsTextureHandleResidentARBRawARB( + [NativeTypeName("GLuint64")] ulong handle + ) => ThisThread.IsTextureHandleResidentARBRawARB(handle); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsTextureHandleResidentNV([NativeTypeName("GLuint64")] ulong handle) => - (MaybeBool)(uint)((IGL)this).IsTextureHandleResidentNVRaw(handle); + (MaybeBool)(uint)((IGL)this).IsTextureHandleResidentNVRawNV(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -515737,8 +308344,10 @@ public static MaybeBool IsTextureHandleResidentNV( [NativeTypeName("GLuint64")] ulong handle ) => ThisThread.IsTextureHandleResidentNV(handle); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsTextureHandleResidentNVRaw([NativeTypeName("GLuint64")] ulong handle) => + uint IGL.IsTextureHandleResidentNVRawNV([NativeTypeName("GLuint64")] ulong handle) => ( (delegate* unmanaged)( _slots[1459] is not null and var loadedFnPtr @@ -515751,14 +308360,13 @@ _slots[1459] is not null and var loadedFnPtr )(handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsTextureHandleResidentNVRaw([NativeTypeName("GLuint64")] ulong handle) => - ThisThread.IsTextureHandleResidentNVRaw(handle); + public static uint IsTextureHandleResidentNVRawNV([NativeTypeName("GLuint64")] ulong handle) => + ThisThread.IsTextureHandleResidentNVRawNV(handle); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsTextureRaw([NativeTypeName("GLuint")] uint texture) => ( @@ -515770,118 +308378,43 @@ _slots[1456] is not null and var loadedFnPtr )(texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsTextureRaw([NativeTypeName("GLuint")] uint texture) => ThisThread.IsTextureRaw(texture); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsTransformFeedback([NativeTypeName("GLuint")] uint id) => (MaybeBool)(uint)((IGL)this).IsTransformFeedbackRaw(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsTransformFeedback([NativeTypeName("GLuint")] uint id) => ThisThread.IsTransformFeedback(id); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsTransformFeedbackNV([NativeTypeName("GLuint")] uint id) => - (MaybeBool)(uint)((IGL)this).IsTransformFeedbackNVRaw(id); + (MaybeBool)(uint)((IGL)this).IsTransformFeedbackNVRawNV(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsTransformFeedbackNV([NativeTypeName("GLuint")] uint id) => ThisThread.IsTransformFeedbackNV(id); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsTransformFeedbackNVRaw([NativeTypeName("GLuint")] uint id) => + uint IGL.IsTransformFeedbackNVRawNV([NativeTypeName("GLuint")] uint id) => ( (delegate* unmanaged)( _slots[1461] is not null and var loadedFnPtr @@ -515891,12 +308424,13 @@ _slots[1461] is not null and var loadedFnPtr )(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsTransformFeedbackNVRaw([NativeTypeName("GLuint")] uint id) => - ThisThread.IsTransformFeedbackNVRaw(id); + public static uint IsTransformFeedbackNVRawNV([NativeTypeName("GLuint")] uint id) => + ThisThread.IsTransformFeedbackNVRawNV(id); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsTransformFeedbackRaw([NativeTypeName("GLuint")] uint id) => ( @@ -515908,39 +308442,13 @@ _slots[1460] is not null and var loadedFnPtr )(id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsTransformFeedbackRaw([NativeTypeName("GLuint")] uint id) => ThisThread.IsTransformFeedbackRaw(id); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsVariantEnabledEXT( [NativeTypeName("GLuint")] uint id, @@ -515955,7 +308463,6 @@ _slots[1462] is not null and var loadedFnPtr )(id, cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsVariantEnabledEXT( @@ -515963,6 +308470,9 @@ public static uint IsVariantEnabledEXT( [NativeTypeName("GLenum")] uint cap ) => ThisThread.IsVariantEnabledEXT(id, cap); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsVariantEnabledEXT( [NativeTypeName("GLuint")] uint id, @@ -515970,7 +308480,6 @@ MaybeBool IGL.IsVariantEnabledEXT( ) => (MaybeBool)(uint)((IGL)this).IsVariantEnabledEXT(id, (uint)cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -515979,67 +308488,38 @@ public static MaybeBool IsVariantEnabledEXT( [NativeTypeName("GLenum")] Constant cap ) => ThisThread.IsVariantEnabledEXT(id, cap); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsVertexArray([NativeTypeName("GLuint")] uint array) => (MaybeBool)(uint)((IGL)this).IsVertexArrayRaw(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsVertexArray([NativeTypeName("GLuint")] uint array) => ThisThread.IsVertexArray(array); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - MaybeBool IGL.IsVertexArrayApple([NativeTypeName("GLuint")] uint array) => - (MaybeBool)(uint)((IGL)this).IsVertexArrayAppleRaw(array); + MaybeBool IGL.IsVertexArrayAPPLE([NativeTypeName("GLuint")] uint array) => + (MaybeBool)(uint)((IGL)this).IsVertexArrayAppleRawAPPLE(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static MaybeBool IsVertexArrayApple([NativeTypeName("GLuint")] uint array) => - ThisThread.IsVertexArrayApple(array); + public static MaybeBool IsVertexArrayAPPLE([NativeTypeName("GLuint")] uint array) => + ThisThread.IsVertexArrayAPPLE(array); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsVertexArrayAppleRaw([NativeTypeName("GLuint")] uint array) => + uint IGL.IsVertexArrayAppleRawAPPLE([NativeTypeName("GLuint")] uint array) => ( (delegate* unmanaged)( _slots[1464] is not null and var loadedFnPtr @@ -516049,27 +308529,29 @@ _slots[1464] is not null and var loadedFnPtr )(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsVertexArrayAppleRaw([NativeTypeName("GLuint")] uint array) => - ThisThread.IsVertexArrayAppleRaw(array); + public static uint IsVertexArrayAppleRawAPPLE([NativeTypeName("GLuint")] uint array) => + ThisThread.IsVertexArrayAppleRawAPPLE(array); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.IsVertexArrayOES([NativeTypeName("GLuint")] uint array) => - (MaybeBool)(uint)((IGL)this).IsVertexArrayOESRaw(array); + (MaybeBool)(uint)((IGL)this).IsVertexArrayOESRawOES(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsVertexArrayOES([NativeTypeName("GLuint")] uint array) => ThisThread.IsVertexArrayOES(array); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsVertexArrayOESRaw([NativeTypeName("GLuint")] uint array) => + uint IGL.IsVertexArrayOESRawOES([NativeTypeName("GLuint")] uint array) => ( (delegate* unmanaged)( _slots[1465] is not null and var loadedFnPtr @@ -516079,13 +308561,13 @@ _slots[1465] is not null and var loadedFnPtr )(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsVertexArrayOESRaw([NativeTypeName("GLuint")] uint array) => - ThisThread.IsVertexArrayOESRaw(array); + public static uint IsVertexArrayOESRawOES([NativeTypeName("GLuint")] uint array) => + ThisThread.IsVertexArrayOESRawOES(array); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.IsVertexArrayRaw([NativeTypeName("GLuint")] uint array) => ( @@ -516097,65 +308579,33 @@ _slots[1463] is not null and var loadedFnPtr )(array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint IsVertexArrayRaw([NativeTypeName("GLuint")] uint array) => ThisThread.IsVertexArrayRaw(array); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - MaybeBool IGL.IsVertexAttribEnabledApple( + MaybeBool IGL.IsVertexAttribEnabledAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => (MaybeBool)(uint)((IGL)this).IsVertexAttribEnabledAppleRaw(index, pname); + ) => (MaybeBool)(uint)((IGL)this).IsVertexAttribEnabledAppleRawAPPLE(index, pname); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static MaybeBool IsVertexAttribEnabledApple( + public static MaybeBool IsVertexAttribEnabledAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => ThisThread.IsVertexAttribEnabledApple(index, pname); + ) => ThisThread.IsVertexAttribEnabledAPPLE(index, pname); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.IsVertexAttribEnabledAppleRaw( + uint IGL.IsVertexAttribEnabledAppleRawAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ) => @@ -516171,14 +308621,14 @@ _slots[1466] is not null and var loadedFnPtr )(index, pname); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint IsVertexAttribEnabledAppleRaw( + public static uint IsVertexAttribEnabledAppleRawAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname - ) => ThisThread.IsVertexAttribEnabledAppleRaw(index, pname); + ) => ThisThread.IsVertexAttribEnabledAppleRawAPPLE(index, pname); + [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LabelObjectEXT( [NativeTypeName("GLenum")] uint type, @@ -516194,9 +308644,6 @@ _slots[1467] is not null and var loadedFnPtr ) )(type, @object, length, label); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LabelObjectEXT( @@ -516206,6 +308653,8 @@ public static void LabelObjectEXT( [NativeTypeName("const GLchar *")] sbyte* label ) => ThisThread.LabelObjectEXT(type, @object, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LabelObjectEXT( [NativeTypeName("GLenum")] uint type, @@ -516220,9 +308669,6 @@ void IGL.LabelObjectEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -516233,6 +308679,7 @@ public static void LabelObjectEXT( [NativeTypeName("const GLchar *")] Ref label ) => ThisThread.LabelObjectEXT(type, @object, length, label); + [NativeFunction("opengl", EntryPoint = "glLGPUCopyImageSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LGPUCopyImageSubDataNVX( [NativeTypeName("GLuint")] uint sourceGpu, @@ -516300,7 +308747,6 @@ _slots[1468] is not null and var loadedFnPtr depth ); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUCopyImageSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LGPUCopyImageSubDataNVX( @@ -516342,6 +308788,7 @@ public static void LGPUCopyImageSubDataNVX( depth ); + [NativeFunction("opengl", EntryPoint = "glLGPUInterlockNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LGPUInterlockNVX() => ( @@ -516352,11 +308799,11 @@ _slots[1469] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUInterlockNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LGPUInterlockNVX() => ThisThread.LGPUInterlockNVX(); + [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LGPUNamedBufferSubDataNVX( [NativeTypeName("GLbitfield")] uint gpuMask, @@ -516376,7 +308823,6 @@ _slots[1470] is not null and var loadedFnPtr ) )(gpuMask, buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LGPUNamedBufferSubDataNVX( @@ -516387,6 +308833,8 @@ public static void LGPUNamedBufferSubDataNVX( [NativeTypeName("const void *")] void* data ) => ThisThread.LGPUNamedBufferSubDataNVX(gpuMask, buffer, offset, size, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LGPUNamedBufferSubDataNVX( [NativeTypeName("GLbitfield")] uint gpuMask, @@ -516402,7 +308850,6 @@ void IGL.LGPUNamedBufferSubDataNVX( } } - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -516414,6 +308861,7 @@ public static void LGPUNamedBufferSubDataNVX( [NativeTypeName("const void *")] Ref data ) => ThisThread.LGPUNamedBufferSubDataNVX(gpuMask, buffer, offset, size, data); + [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightEnvSGIX( [NativeTypeName("GLenum")] uint pname, @@ -516427,7 +308875,6 @@ _slots[1471] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LightEnvSGIX( @@ -516435,21 +308882,23 @@ public static void LightEnvSGIX( [NativeTypeName("GLint")] int param1 ) => ThisThread.LightEnvSGIX(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightEnvSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 - ) => ((IGL)this).LightEnvSGIX((uint)pname, param1); + [NativeTypeName("GLint")] Constant param1 + ) => ((IGL)this).LightEnvSGIX((uint)pname, (int)param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LightEnvSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 + [NativeTypeName("GLint")] Constant param1 ) => ThisThread.LightEnvSGIX(pname, param1); + [NativeFunction("opengl", EntryPoint = "glLightf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Light( [NativeTypeName("GLenum")] uint light, @@ -516464,32 +308913,6 @@ _slots[1472] is not null and var loadedFnPtr ) )(light, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Light( @@ -516498,6 +308921,8 @@ public static void Light( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.Light(light, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Light( [NativeTypeName("GLenum")] Constant light, @@ -516505,32 +308930,6 @@ void IGL.Light( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).Light((uint)light, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -516540,6 +308939,7 @@ public static void Light( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.Light(light, pname, param2); + [NativeFunction("opengl", EntryPoint = "glLightfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Light( [NativeTypeName("GLenum")] uint light, @@ -516554,32 +308954,6 @@ _slots[1473] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Light( @@ -516588,6 +308962,8 @@ public static void Light( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.Light(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Light( [NativeTypeName("GLenum")] Constant light, @@ -516601,32 +308977,6 @@ void IGL.Light( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -516636,6 +308986,7 @@ public static void Light( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.Light(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glLighti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Light( [NativeTypeName("GLenum")] uint light, @@ -516650,31 +309001,6 @@ _slots[1474] is not null and var loadedFnPtr ) )(light, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLighti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Light( @@ -516683,6 +309009,8 @@ public static void Light( [NativeTypeName("GLint")] int param2 ) => ThisThread.Light(light, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLighti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Light( [NativeTypeName("GLenum")] Constant light, @@ -516690,31 +309018,6 @@ void IGL.Light( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).Light((uint)light, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLighti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -516724,6 +309027,7 @@ public static void Light( [NativeTypeName("GLint")] int param2 ) => ThisThread.Light(light, pname, param2); + [NativeFunction("opengl", EntryPoint = "glLightiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Light( [NativeTypeName("GLenum")] uint light, @@ -516738,31 +309042,6 @@ _slots[1475] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Light( @@ -516771,6 +309050,8 @@ public static void Light( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.Light(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Light( [NativeTypeName("GLenum")] Constant light, @@ -516784,31 +309065,6 @@ void IGL.Light( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -516818,6 +309074,7 @@ public static void Light( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.Light(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glLightModelf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModel( [NativeTypeName("GLenum")] uint pname, @@ -516831,32 +309088,6 @@ _slots[1476] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightModelf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LightModel( @@ -516864,38 +309095,14 @@ public static void LightModel( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.LightModel(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightModelf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModel( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).LightModel((uint)pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -516904,6 +309111,7 @@ public static void LightModel( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.LightModel(pname, param1); + [NativeFunction("opengl", EntryPoint = "glLightModelfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModel( [NativeTypeName("GLenum")] uint pname, @@ -516917,32 +309125,6 @@ _slots[1477] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightModelfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LightModel( @@ -516950,6 +309132,8 @@ public static void LightModel( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.LightModel(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightModelfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModel( [NativeTypeName("GLenum")] Constant pname, @@ -516962,32 +309146,6 @@ void IGL.LightModel( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -516996,6 +309154,7 @@ public static void LightModel( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.LightModel(pname, @params); + [NativeFunction("opengl", EntryPoint = "glLightModeli")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModel( [NativeTypeName("GLenum")] uint pname, @@ -517009,31 +309168,6 @@ _slots[1478] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightModeli")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LightModel( @@ -517041,37 +309175,14 @@ public static void LightModel( [NativeTypeName("GLint")] int param1 ) => ThisThread.LightModel(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightModeli")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModel( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ) => ((IGL)this).LightModel((uint)pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModeli")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517080,6 +309191,7 @@ public static void LightModel( [NativeTypeName("GLint")] int param1 ) => ThisThread.LightModel(pname, param1); + [NativeFunction("opengl", EntryPoint = "glLightModeliv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModel( [NativeTypeName("GLenum")] uint pname, @@ -517093,31 +309205,6 @@ _slots[1479] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightModeliv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LightModel( @@ -517125,6 +309212,8 @@ public static void LightModel( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.LightModel(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightModeliv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModel( [NativeTypeName("GLenum")] Constant pname, @@ -517137,31 +309226,6 @@ void IGL.LightModel( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModeliv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517170,6 +309234,7 @@ public static void LightModel( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.LightModel(pname, @params); + [NativeFunction("opengl", EntryPoint = "glLightModelx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModelx( [NativeTypeName("GLenum")] uint pname, @@ -517183,7 +309248,6 @@ _slots[1480] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightModelx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LightModelx( @@ -517191,13 +309255,14 @@ public static void LightModelx( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.LightModelx(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightModelx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModelx( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 ) => ((IGL)this).LightModelx((uint)pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517206,6 +309271,7 @@ public static void LightModelx( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.LightModelx(pname, param1); + [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModelxOES( [NativeTypeName("GLenum")] uint pname, @@ -517219,8 +309285,6 @@ _slots[1481] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LightModelxOES( @@ -517228,14 +309292,14 @@ public static void LightModelxOES( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.LightModelxOES(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModelxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 ) => ((IGL)this).LightModelxOES((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517244,6 +309308,7 @@ public static void LightModelxOES( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.LightModelxOES(pname, param1); + [NativeFunction("opengl", EntryPoint = "glLightModelxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModelx( [NativeTypeName("GLenum")] uint pname, @@ -517257,7 +309322,6 @@ _slots[1482] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightModelxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LightModelx( @@ -517265,6 +309329,8 @@ public static void LightModelx( [NativeTypeName("const GLfixed *")] int* param1 ) => ThisThread.LightModelx(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightModelxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModelx( [NativeTypeName("GLenum")] Constant pname, @@ -517277,7 +309343,6 @@ void IGL.LightModelx( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517286,6 +309351,7 @@ public static void LightModelx( [NativeTypeName("const GLfixed *")] Ref param1 ) => ThisThread.LightModelx(pname, param1); + [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModelxOES( [NativeTypeName("GLenum")] uint pname, @@ -517299,8 +309365,6 @@ _slots[1483] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LightModelxOES( @@ -517308,6 +309372,8 @@ public static void LightModelxOES( [NativeTypeName("const GLfixed *")] int* param1 ) => ThisThread.LightModelxOES(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightModelxOES( [NativeTypeName("GLenum")] Constant pname, @@ -517320,8 +309386,6 @@ void IGL.LightModelxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517330,6 +309394,7 @@ public static void LightModelxOES( [NativeTypeName("const GLfixed *")] Ref param1 ) => ThisThread.LightModelxOES(pname, param1); + [NativeFunction("opengl", EntryPoint = "glLightx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Lightx( [NativeTypeName("GLenum")] uint light, @@ -517344,7 +309409,6 @@ _slots[1484] is not null and var loadedFnPtr ) )(light, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Lightx( @@ -517353,6 +309417,8 @@ public static void Lightx( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.Lightx(light, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Lightx( [NativeTypeName("GLenum")] Constant light, @@ -517360,7 +309426,6 @@ void IGL.Lightx( [NativeTypeName("GLfixed")] int param2 ) => ((IGL)this).Lightx((uint)light, (uint)pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517370,6 +309435,7 @@ public static void Lightx( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.Lightx(light, pname, param2); + [NativeFunction("opengl", EntryPoint = "glLightxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightxOES( [NativeTypeName("GLenum")] uint light, @@ -517384,8 +309450,6 @@ _slots[1485] is not null and var loadedFnPtr ) )(light, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LightxOES( @@ -517394,6 +309458,8 @@ public static void LightxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.LightxOES(light, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightxOES( [NativeTypeName("GLenum")] Constant light, @@ -517401,8 +309467,6 @@ void IGL.LightxOES( [NativeTypeName("GLfixed")] int param2 ) => ((IGL)this).LightxOES((uint)light, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517412,6 +309476,7 @@ public static void LightxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.LightxOES(light, pname, param2); + [NativeFunction("opengl", EntryPoint = "glLightxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Lightx( [NativeTypeName("GLenum")] uint light, @@ -517426,7 +309491,6 @@ _slots[1486] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Lightx( @@ -517435,6 +309499,8 @@ public static void Lightx( [NativeTypeName("const GLfixed *")] int* @params ) => ThisThread.Lightx(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Lightx( [NativeTypeName("GLenum")] Constant light, @@ -517448,7 +309514,6 @@ void IGL.Lightx( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517458,6 +309523,7 @@ public static void Lightx( [NativeTypeName("const GLfixed *")] Ref @params ) => ThisThread.Lightx(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glLightxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightxOES( [NativeTypeName("GLenum")] uint light, @@ -517472,8 +309538,6 @@ _slots[1487] is not null and var loadedFnPtr ) )(light, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LightxOES( @@ -517482,6 +309546,8 @@ public static void LightxOES( [NativeTypeName("const GLfixed *")] int* @params ) => ThisThread.LightxOES(light, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLightxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LightxOES( [NativeTypeName("GLenum")] Constant light, @@ -517495,8 +309561,6 @@ void IGL.LightxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517506,6 +309570,7 @@ public static void LightxOES( [NativeTypeName("const GLfixed *")] Ref @params ) => ThisThread.LightxOES(light, pname, @params); + [NativeFunction("opengl", EntryPoint = "glLineStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LineStipple( [NativeTypeName("GLint")] int factor, @@ -517519,31 +309584,6 @@ _slots[1488] is not null and var loadedFnPtr ) )(factor, pattern); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLineStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LineStipple( @@ -517551,6 +309591,7 @@ public static void LineStipple( [NativeTypeName("GLushort")] ushort pattern ) => ThisThread.LineStipple(factor, pattern); + [NativeFunction("opengl", EntryPoint = "glLineWidth")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LineWidth([NativeTypeName("GLfloat")] float width) => ( @@ -517561,67 +309602,12 @@ _slots[1489] is not null and var loadedFnPtr ) )(width); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLineWidth")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LineWidth([NativeTypeName("GLfloat")] float width) => ThisThread.LineWidth(width); + [NativeFunction("opengl", EntryPoint = "glLineWidthx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LineWidthx([NativeTypeName("GLfixed")] int width) => ( @@ -517632,12 +309618,12 @@ _slots[1490] is not null and var loadedFnPtr ) )(width); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLineWidthx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LineWidthx([NativeTypeName("GLfixed")] int width) => ThisThread.LineWidthx(width); + [NativeFunction("opengl", EntryPoint = "glLineWidthxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LineWidthxOES([NativeTypeName("GLfixed")] int width) => ( @@ -517648,13 +309634,12 @@ _slots[1491] is not null and var loadedFnPtr ) )(width); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLineWidthxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LineWidthxOES([NativeTypeName("GLfixed")] int width) => ThisThread.LineWidthxOES(width); + [NativeFunction("opengl", EntryPoint = "glLinkProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LinkProgram([NativeTypeName("GLuint")] uint program) => ( @@ -517665,54 +309650,12 @@ _slots[1492] is not null and var loadedFnPtr ) )(program); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glLinkProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LinkProgram([NativeTypeName("GLuint")] uint program) => ThisThread.LinkProgram(program); + [NativeFunction("opengl", EntryPoint = "glLinkProgramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LinkProgramARB([NativeTypeName("GLhandleARB")] uint programObj) => ( @@ -517723,12 +309666,12 @@ _slots[1493] is not null and var loadedFnPtr ) )(programObj); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glLinkProgramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LinkProgramARB([NativeTypeName("GLhandleARB")] uint programObj) => ThisThread.LinkProgramARB(programObj); + [NativeFunction("opengl", EntryPoint = "glListBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ListBase([NativeTypeName("GLuint")] uint @base) => ( @@ -517739,36 +309682,12 @@ _slots[1494] is not null and var loadedFnPtr ) )(@base); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glListBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ListBase([NativeTypeName("GLuint")] uint @base) => ThisThread.ListBase(@base); + [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ListDrawCommandsStatesClientNV( [NativeTypeName("GLuint")] uint list, @@ -517790,8 +309709,6 @@ _slots[1495] is not null and var loadedFnPtr ) )(list, segment, indirects, sizes, states, fbos, count); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ListDrawCommandsStatesClientNV( @@ -517813,6 +309730,8 @@ public static void ListDrawCommandsStatesClientNV( count ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ListDrawCommandsStatesClientNV( [NativeTypeName("GLuint")] uint list, @@ -517841,8 +309760,6 @@ void IGL.ListDrawCommandsStatesClientNV( } } - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517865,6 +309782,7 @@ public static void ListDrawCommandsStatesClientNV( count ); + [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -517879,7 +309797,6 @@ _slots[1496] is not null and var loadedFnPtr ) )(list, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ListParameterSGIX( @@ -517888,6 +309805,8 @@ public static void ListParameterSGIX( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.ListParameterSGIX(list, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -517895,7 +309814,6 @@ void IGL.ListParameterSGIX( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).ListParameterSGIX(list, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517905,6 +309823,7 @@ public static void ListParameterSGIX( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.ListParameterSGIX(list, pname, param2); + [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -517919,7 +309838,6 @@ _slots[1497] is not null and var loadedFnPtr ) )(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ListParameterSGIX( @@ -517928,6 +309846,8 @@ public static void ListParameterSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.ListParameterSGIX(list, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -517941,7 +309861,6 @@ void IGL.ListParameterSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517951,6 +309870,7 @@ public static void ListParameterSGIX( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.ListParameterSGIX(list, pname, @params); + [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -517965,7 +309885,6 @@ _slots[1498] is not null and var loadedFnPtr ) )(list, pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ListParameterSGIX( @@ -517974,6 +309893,8 @@ public static void ListParameterSGIX( [NativeTypeName("GLint")] int param2 ) => ThisThread.ListParameterSGIX(list, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -517981,7 +309902,6 @@ void IGL.ListParameterSGIX( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).ListParameterSGIX(list, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -517991,6 +309911,7 @@ public static void ListParameterSGIX( [NativeTypeName("GLint")] int param2 ) => ThisThread.ListParameterSGIX(list, pname, param2); + [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -518005,7 +309926,6 @@ _slots[1499] is not null and var loadedFnPtr ) )(list, pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ListParameterSGIX( @@ -518014,6 +309934,8 @@ public static void ListParameterSGIX( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.ListParameterSGIX(list, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -518027,7 +309949,6 @@ void IGL.ListParameterSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -518037,6 +309958,7 @@ public static void ListParameterSGIX( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.ListParameterSGIX(list, pname, @params); + [NativeFunction("opengl", EntryPoint = "glLoadIdentity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadIdentity() => ( @@ -518047,36 +309969,11 @@ _slots[1500] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLoadIdentity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadIdentity() => ThisThread.LoadIdentity(); + [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadIdentityDeformationMapSGIX([NativeTypeName("GLbitfield")] uint mask) => ( @@ -518090,18 +309987,18 @@ _slots[1501] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadIdentityDeformationMapSGIX([NativeTypeName("GLbitfield")] uint mask) => ThisThread.LoadIdentityDeformationMapSGIX(mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadIdentityDeformationMapSGIX( [NativeTypeName("GLbitfield")] Constant mask ) => ((IGL)this).LoadIdentityDeformationMapSGIX((uint)mask); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -518109,6 +310006,7 @@ public static void LoadIdentityDeformationMapSGIX( [NativeTypeName("GLbitfield")] Constant mask ) => ThisThread.LoadIdentityDeformationMapSGIX(mask); + [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadMatrix([NativeTypeName("const GLdouble *")] double* m) => ( @@ -518119,36 +310017,13 @@ _slots[1502] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadMatrix([NativeTypeName("const GLdouble *")] double* m) => ThisThread.LoadMatrix(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadMatrix([NativeTypeName("const GLdouble *")] Ref m) { @@ -518158,37 +310033,13 @@ void IGL.LoadMatrix([NativeTypeName("const GLdouble *")] Ref m) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadMatrix([NativeTypeName("const GLdouble *")] Ref m) => ThisThread.LoadMatrix(m); + [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadMatrix([NativeTypeName("const GLfloat *")] float* m) => ( @@ -518199,37 +310050,13 @@ _slots[1503] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadMatrix([NativeTypeName("const GLfloat *")] float* m) => ThisThread.LoadMatrix(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadMatrix([NativeTypeName("const GLfloat *")] Ref m) { @@ -518239,38 +310066,13 @@ void IGL.LoadMatrix([NativeTypeName("const GLfloat *")] Ref m) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadMatrix([NativeTypeName("const GLfloat *")] Ref m) => ThisThread.LoadMatrix(m); + [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadMatrixx([NativeTypeName("const GLfixed *")] int* m) => ( @@ -518281,12 +310083,13 @@ _slots[1504] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadMatrixx([NativeTypeName("const GLfixed *")] int* m) => ThisThread.LoadMatrixx(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadMatrixx([NativeTypeName("const GLfixed *")] Ref m) { @@ -518296,13 +310099,13 @@ void IGL.LoadMatrixx([NativeTypeName("const GLfixed *")] Ref m) } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadMatrixx([NativeTypeName("const GLfixed *")] Ref m) => ThisThread.LoadMatrixx(m); + [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => ( @@ -518313,13 +310116,13 @@ _slots[1505] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => ThisThread.LoadMatrixxOES(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) { @@ -518329,14 +310132,13 @@ void IGL.LoadMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) => ThisThread.LoadMatrixxOES(m); + [NativeFunction("opengl", EntryPoint = "glLoadName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadName([NativeTypeName("GLuint")] uint name) => ( @@ -518347,35 +310149,11 @@ _slots[1506] is not null and var loadedFnPtr ) )(name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLoadName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadName([NativeTypeName("GLuint")] uint name) => ThisThread.LoadName(name); + [NativeFunction("opengl", EntryPoint = "glLoadPaletteFromModelViewMatrixOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadPaletteFromModelViewMatrixOES() => ( @@ -518389,12 +310167,12 @@ _slots[1507] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glLoadPaletteFromModelViewMatrixOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadPaletteFromModelViewMatrixOES() => ThisThread.LoadPaletteFromModelViewMatrixOES(); + [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadProgramNV( [NativeTypeName("GLenum")] uint target, @@ -518410,7 +310188,6 @@ _slots[1508] is not null and var loadedFnPtr ) )(target, id, len, program); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadProgramNV( @@ -518420,6 +310197,8 @@ public static void LoadProgramNV( [NativeTypeName("const GLubyte *")] byte* program ) => ThisThread.LoadProgramNV(target, id, len, program); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadProgramNV( [NativeTypeName("GLenum")] Constant target, @@ -518434,7 +310213,6 @@ void IGL.LoadProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -518445,6 +310223,8 @@ public static void LoadProgramNV( [NativeTypeName("const GLubyte *")] Ref program ) => ThisThread.LoadProgramNV(target, id, len, program); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadProgramNV( [NativeTypeName("GLenum")] Constant target, @@ -518452,7 +310232,6 @@ void IGL.LoadProgramNV( [NativeTypeName("const GLubyte *")] byte program ) => ((IGL)this).LoadProgramNV((uint)target, id, 1, (byte*)&program); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -518462,6 +310241,7 @@ public static void LoadProgramNV( [NativeTypeName("const GLubyte *")] byte program ) => ThisThread.LoadProgramNV(target, id, program); + [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadTransposeMatrix([NativeTypeName("const GLdouble *")] double* m) => ( @@ -518472,33 +310252,13 @@ _slots[1509] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] double* m) => ThisThread.LoadTransposeMatrix(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadTransposeMatrix([NativeTypeName("const GLdouble *")] Ref m) { @@ -518508,34 +310268,13 @@ void IGL.LoadTransposeMatrix([NativeTypeName("const GLdouble *")] Ref m) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] Ref m) => ThisThread.LoadTransposeMatrix(m); + [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* m) => ( @@ -518549,12 +310288,13 @@ _slots[1510] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* m) => ThisThread.LoadTransposeMatrixARB(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] Ref m) { @@ -518564,13 +310304,13 @@ void IGL.LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] Ref } } - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] Ref m) => ThisThread.LoadTransposeMatrixARB(m); + [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadTransposeMatrix([NativeTypeName("const GLfloat *")] float* m) => ( @@ -518581,33 +310321,13 @@ _slots[1511] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] float* m) => ThisThread.LoadTransposeMatrix(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m) { @@ -518617,34 +310337,13 @@ void IGL.LoadTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m) => ThisThread.LoadTransposeMatrix(m); + [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixfARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] float* m) => ( @@ -518658,12 +310357,13 @@ _slots[1512] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixfARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] float* m) => ThisThread.LoadTransposeMatrixARB(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixfARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] Ref m) { @@ -518673,13 +310373,13 @@ void IGL.LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] Ref m } } - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixfARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] Ref m) => ThisThread.LoadTransposeMatrixARB(m); + [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadTransposeMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => ( @@ -518693,12 +310393,13 @@ _slots[1513] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadTransposeMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => ThisThread.LoadTransposeMatrixxOES(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LoadTransposeMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) { @@ -518708,13 +310409,13 @@ void IGL.LoadTransposeMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LoadTransposeMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) => ThisThread.LoadTransposeMatrixxOES(m); + [NativeFunction("opengl", EntryPoint = "glLockArraysEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LockArraysEXT( [NativeTypeName("GLint")] int first, @@ -518728,7 +310429,6 @@ _slots[1514] is not null and var loadedFnPtr ) )(first, count); - [SupportedApiProfile("gl", ["GL_EXT_compiled_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glLockArraysEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LockArraysEXT( @@ -518736,6 +310436,7 @@ public static void LockArraysEXT( [NativeTypeName("GLsizei")] uint count ) => ThisThread.LockArraysEXT(first, count); + [NativeFunction("opengl", EntryPoint = "glLogicOp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LogicOp([NativeTypeName("GLenum")] uint opcode) => ( @@ -518746,123 +310447,24 @@ _slots[1515] is not null and var loadedFnPtr ) )(opcode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLogicOp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LogicOp([NativeTypeName("GLenum")] uint opcode) => ThisThread.LogicOp(opcode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glLogicOp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.LogicOp([NativeTypeName("GLenum")] Constant opcode) => ((IGL)this).LogicOp((uint)opcode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLogicOp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LogicOp([NativeTypeName("GLenum")] Constant opcode) => ThisThread.LogicOp(opcode); + [NativeFunction("opengl", EntryPoint = "glMakeBufferNonResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MakeBufferNonResidentNV([NativeTypeName("GLenum")] uint target) => ( @@ -518876,13 +310478,12 @@ _slots[1516] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeBufferNonResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MakeBufferNonResidentNV([NativeTypeName("GLenum")] uint target) => ThisThread.MakeBufferNonResidentNV(target); + [NativeFunction("opengl", EntryPoint = "glMakeBufferResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MakeBufferResidentNV( [NativeTypeName("GLenum")] uint target, @@ -518896,8 +310497,6 @@ _slots[1517] is not null and var loadedFnPtr ) )(target, access); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeBufferResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MakeBufferResidentNV( @@ -518905,6 +310504,7 @@ public static void MakeBufferResidentNV( [NativeTypeName("GLenum")] uint access ) => ThisThread.MakeBufferResidentNV(target, access); + [NativeFunction("opengl", EntryPoint = "glMakeImageHandleNonResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MakeImageHandleNonResidentARB([NativeTypeName("GLuint64")] ulong handle) => ( @@ -518918,13 +310518,12 @@ _slots[1518] is not null and var loadedFnPtr ) )(handle); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleNonResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MakeImageHandleNonResidentARB([NativeTypeName("GLuint64")] ulong handle) => ThisThread.MakeImageHandleNonResidentARB(handle); + [NativeFunction("opengl", EntryPoint = "glMakeImageHandleNonResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MakeImageHandleNonResidentNV([NativeTypeName("GLuint64")] ulong handle) => ( @@ -518938,14 +310537,12 @@ _slots[1519] is not null and var loadedFnPtr ) )(handle); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleNonResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MakeImageHandleNonResidentNV([NativeTypeName("GLuint64")] ulong handle) => ThisThread.MakeImageHandleNonResidentNV(handle); + [NativeFunction("opengl", EntryPoint = "glMakeImageHandleResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MakeImageHandleResidentARB( [NativeTypeName("GLuint64")] ulong handle, @@ -518962,8 +310559,6 @@ _slots[1520] is not null and var loadedFnPtr ) )(handle, access); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MakeImageHandleResidentARB( @@ -518971,6 +310566,7 @@ public static void MakeImageHandleResidentARB( [NativeTypeName("GLenum")] uint access ) => ThisThread.MakeImageHandleResidentARB(handle, access); + [NativeFunction("opengl", EntryPoint = "glMakeImageHandleResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MakeImageHandleResidentNV( [NativeTypeName("GLuint64")] ulong handle, @@ -518987,9 +310583,6 @@ _slots[1521] is not null and var loadedFnPtr ) )(handle, access); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MakeImageHandleResidentNV( @@ -518997,6 +310590,7 @@ public static void MakeImageHandleResidentNV( [NativeTypeName("GLenum")] uint access ) => ThisThread.MakeImageHandleResidentNV(handle, access); + [NativeFunction("opengl", EntryPoint = "glMakeNamedBufferNonResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MakeNamedBufferNonResidentNV([NativeTypeName("GLuint")] uint buffer) => ( @@ -519010,13 +310604,12 @@ _slots[1522] is not null and var loadedFnPtr ) )(buffer); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeNamedBufferNonResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MakeNamedBufferNonResidentNV([NativeTypeName("GLuint")] uint buffer) => ThisThread.MakeNamedBufferNonResidentNV(buffer); + [NativeFunction("opengl", EntryPoint = "glMakeNamedBufferResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MakeNamedBufferResidentNV( [NativeTypeName("GLuint")] uint buffer, @@ -519033,8 +310626,6 @@ _slots[1523] is not null and var loadedFnPtr ) )(buffer, access); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeNamedBufferResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MakeNamedBufferResidentNV( @@ -519042,6 +310633,7 @@ public static void MakeNamedBufferResidentNV( [NativeTypeName("GLenum")] uint access ) => ThisThread.MakeNamedBufferResidentNV(buffer, access); + [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleNonResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MakeTextureHandleNonResidentARB([NativeTypeName("GLuint64")] ulong handle) => ( @@ -519055,13 +310647,12 @@ _slots[1524] is not null and var loadedFnPtr ) )(handle); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleNonResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MakeTextureHandleNonResidentARB([NativeTypeName("GLuint64")] ulong handle) => ThisThread.MakeTextureHandleNonResidentARB(handle); + [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleNonResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MakeTextureHandleNonResidentNV([NativeTypeName("GLuint64")] ulong handle) => ( @@ -519075,14 +310666,12 @@ _slots[1525] is not null and var loadedFnPtr ) )(handle); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleNonResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MakeTextureHandleNonResidentNV([NativeTypeName("GLuint64")] ulong handle) => ThisThread.MakeTextureHandleNonResidentNV(handle); + [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MakeTextureHandleResidentARB([NativeTypeName("GLuint64")] ulong handle) => ( @@ -519096,13 +310685,12 @@ _slots[1526] is not null and var loadedFnPtr ) )(handle); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleResidentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MakeTextureHandleResidentARB([NativeTypeName("GLuint64")] ulong handle) => ThisThread.MakeTextureHandleResidentARB(handle); + [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MakeTextureHandleResidentNV([NativeTypeName("GLuint64")] ulong handle) => ( @@ -519116,14 +310704,12 @@ _slots[1527] is not null and var loadedFnPtr ) )(handle); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleResidentNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MakeTextureHandleResidentNV([NativeTypeName("GLuint64")] ulong handle) => ThisThread.MakeTextureHandleResidentNV(handle); + [NativeFunction("opengl", EntryPoint = "glMap1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Map1( [NativeTypeName("GLenum")] uint target, @@ -519141,31 +310727,6 @@ _slots[1528] is not null and var loadedFnPtr ) )(target, u1, u2, stride, order, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Map1( @@ -519177,6 +310738,8 @@ public static void Map1( [NativeTypeName("const GLdouble *")] double* points ) => ThisThread.Map1(target, u1, u2, stride, order, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMap1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Map1( [NativeTypeName("GLenum")] Constant target, @@ -519193,31 +310756,6 @@ void IGL.Map1( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -519230,6 +310768,7 @@ public static void Map1( [NativeTypeName("const GLdouble *")] Ref points ) => ThisThread.Map1(target, u1, u2, stride, order, points); + [NativeFunction("opengl", EntryPoint = "glMap1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Map1( [NativeTypeName("GLenum")] uint target, @@ -519247,31 +310786,6 @@ _slots[1529] is not null and var loadedFnPtr ) )(target, u1, u2, stride, order, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Map1( @@ -519283,6 +310797,8 @@ public static void Map1( [NativeTypeName("const GLfloat *")] float* points ) => ThisThread.Map1(target, u1, u2, stride, order, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMap1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Map1( [NativeTypeName("GLenum")] Constant target, @@ -519299,31 +310815,6 @@ void IGL.Map1( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -519336,6 +310827,7 @@ public static void Map1( [NativeTypeName("const GLfloat *")] Ref points ) => ThisThread.Map1(target, u1, u2, stride, order, points); + [NativeFunction("opengl", EntryPoint = "glMap1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Map1XOES( [NativeTypeName("GLenum")] uint target, @@ -519353,7 +310845,6 @@ _slots[1530] is not null and var loadedFnPtr ) )(target, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMap1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Map1XOES( @@ -519365,6 +310856,8 @@ public static void Map1XOES( [NativeTypeName("GLfixed")] int points ) => ThisThread.Map1XOES(target, u1, u2, stride, order, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMap1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Map1XOES( [NativeTypeName("GLenum")] Constant target, @@ -519375,7 +310868,6 @@ void IGL.Map1XOES( [NativeTypeName("GLfixed")] int points ) => ((IGL)this).Map1XOES((uint)target, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -519388,6 +310880,7 @@ public static void Map1XOES( [NativeTypeName("GLfixed")] int points ) => ThisThread.Map1XOES(target, u1, u2, stride, order, points); + [NativeFunction("opengl", EntryPoint = "glMap2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Map2( [NativeTypeName("GLenum")] uint target, @@ -519420,31 +310913,6 @@ _slots[1531] is not null and var loadedFnPtr ) )(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Map2( @@ -519460,6 +310928,8 @@ public static void Map2( [NativeTypeName("const GLdouble *")] double* points ) => ThisThread.Map2(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMap2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Map2( [NativeTypeName("GLenum")] Constant target, @@ -519491,31 +310961,6 @@ void IGL.Map2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -519532,6 +310977,7 @@ public static void Map2( [NativeTypeName("const GLdouble *")] Ref points ) => ThisThread.Map2(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); + [NativeFunction("opengl", EntryPoint = "glMap2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Map2( [NativeTypeName("GLenum")] uint target, @@ -519564,31 +311010,6 @@ _slots[1532] is not null and var loadedFnPtr ) )(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Map2( @@ -519604,6 +311025,8 @@ public static void Map2( [NativeTypeName("const GLfloat *")] float* points ) => ThisThread.Map2(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMap2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Map2( [NativeTypeName("GLenum")] Constant target, @@ -519635,31 +311058,6 @@ void IGL.Map2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -519676,6 +311074,7 @@ public static void Map2( [NativeTypeName("const GLfloat *")] Ref points ) => ThisThread.Map2(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); + [NativeFunction("opengl", EntryPoint = "glMap2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Map2XOES( [NativeTypeName("GLenum")] uint target, @@ -519697,7 +311096,6 @@ _slots[1533] is not null and var loadedFnPtr ) )(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMap2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Map2XOES( @@ -519713,6 +311111,8 @@ public static void Map2XOES( [NativeTypeName("GLfixed")] int points ) => ThisThread.Map2XOES(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMap2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Map2XOES( [NativeTypeName("GLenum")] Constant target, @@ -519739,7 +311139,6 @@ void IGL.Map2XOES( points ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -519756,6 +311155,7 @@ public static void Map2XOES( [NativeTypeName("GLfixed")] int points ) => ThisThread.Map2XOES(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); + [NativeFunction("opengl", EntryPoint = "glMapBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IGL.MapBuffer( [NativeTypeName("GLenum")] uint target, @@ -519769,46 +311169,6 @@ _slots[1534] is not null and var loadedFnPtr ) )(target, access); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glMapBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* MapBuffer( @@ -519816,52 +311176,14 @@ _slots[1534] is not null and var loadedFnPtr [NativeTypeName("GLenum")] uint access ) => ThisThread.MapBuffer(target, access); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.MapBuffer( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant access ) => (void*)((IGL)this).MapBuffer((uint)target, (uint)access); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -519870,6 +311192,7 @@ public static Ptr MapBuffer( [NativeTypeName("GLenum")] Constant access ) => ThisThread.MapBuffer(target, access); + [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IGL.MapBufferARB( [NativeTypeName("GLenum")] uint target, @@ -519883,7 +311206,6 @@ _slots[1535] is not null and var loadedFnPtr ) )(target, access); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* MapBufferARB( @@ -519891,13 +311213,14 @@ _slots[1535] is not null and var loadedFnPtr [NativeTypeName("GLenum")] uint access ) => ThisThread.MapBufferARB(target, access); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.MapBufferARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant access ) => (void*)((IGL)this).MapBufferARB((uint)target, (uint)access); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -519906,6 +311229,7 @@ public static Ptr MapBufferARB( [NativeTypeName("GLenum")] Constant access ) => ThisThread.MapBufferARB(target, access); + [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IGL.MapBufferOES( [NativeTypeName("GLenum")] uint target, @@ -519919,8 +311243,6 @@ _slots[1536] is not null and var loadedFnPtr ) )(target, access); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* MapBufferOES( @@ -519928,14 +311250,14 @@ _slots[1536] is not null and var loadedFnPtr [NativeTypeName("GLenum")] uint access ) => ThisThread.MapBufferOES(target, access); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.MapBufferOES( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant access ) => (void*)((IGL)this).MapBufferOES((uint)target, (uint)access); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -519944,6 +311266,7 @@ public static Ptr MapBufferOES( [NativeTypeName("GLenum")] Constant access ) => ThisThread.MapBufferOES(target, access); + [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IGL.MapBufferRange( [NativeTypeName("GLenum")] uint target, @@ -519959,42 +311282,6 @@ _slots[1537] is not null and var loadedFnPtr ) )(target, offset, length, access); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* MapBufferRange( @@ -520004,6 +311291,8 @@ _slots[1537] is not null and var loadedFnPtr [NativeTypeName("GLbitfield")] uint access ) => ThisThread.MapBufferRange(target, offset, length, access); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.MapBufferRange( [NativeTypeName("GLenum")] Constant target, @@ -520012,42 +311301,6 @@ Ptr IGL.MapBufferRange( [NativeTypeName("GLbitfield")] Constant access ) => (void*)((IGL)this).MapBufferRange((uint)target, offset, length, (uint)access); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -520058,6 +311311,7 @@ public static Ptr MapBufferRange( [NativeTypeName("GLbitfield")] Constant access ) => ThisThread.MapBufferRange(target, offset, length, access); + [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IGL.MapBufferRangeEXT( [NativeTypeName("GLenum")] uint target, @@ -520073,8 +311327,6 @@ _slots[1538] is not null and var loadedFnPtr ) )(target, offset, length, access); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* MapBufferRangeEXT( @@ -520084,6 +311336,8 @@ _slots[1538] is not null and var loadedFnPtr [NativeTypeName("GLbitfield")] uint access ) => ThisThread.MapBufferRangeEXT(target, offset, length, access); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.MapBufferRangeEXT( [NativeTypeName("GLenum")] Constant target, @@ -520092,8 +311346,6 @@ Ptr IGL.MapBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ) => (void*)((IGL)this).MapBufferRangeEXT((uint)target, offset, length, (uint)access); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -520104,6 +311356,7 @@ public static Ptr MapBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ) => ThisThread.MapBufferRangeEXT(target, offset, length, access); + [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MapControlPointsNV( [NativeTypeName("GLenum")] uint target, @@ -520124,7 +311377,6 @@ _slots[1539] is not null and var loadedFnPtr ) )(target, index, type, ustride, vstride, uorder, vorder, packed, points); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MapControlPointsNV( @@ -520150,6 +311402,8 @@ public static void MapControlPointsNV( points ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MapControlPointsNV( [NativeTypeName("GLenum")] Constant target, @@ -520179,7 +311433,6 @@ void IGL.MapControlPointsNV( } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -520206,6 +311459,7 @@ public static void MapControlPointsNV( points ); + [NativeFunction("opengl", EntryPoint = "glMapGrid1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MapGrid1( [NativeTypeName("GLint")] int un, @@ -520220,31 +311474,6 @@ _slots[1540] is not null and var loadedFnPtr ) )(un, u1, u2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MapGrid1( @@ -520253,6 +311482,7 @@ public static void MapGrid1( [NativeTypeName("GLdouble")] double u2 ) => ThisThread.MapGrid1(un, u1, u2); + [NativeFunction("opengl", EntryPoint = "glMapGrid1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MapGrid1( [NativeTypeName("GLint")] int un, @@ -520267,31 +311497,6 @@ _slots[1541] is not null and var loadedFnPtr ) )(un, u1, u2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MapGrid1( @@ -520300,6 +311505,7 @@ public static void MapGrid1( [NativeTypeName("GLfloat")] float u2 ) => ThisThread.MapGrid1(un, u1, u2); + [NativeFunction("opengl", EntryPoint = "glMapGrid1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MapGrid1XOES( [NativeTypeName("GLint")] int n, @@ -520314,7 +311520,6 @@ _slots[1542] is not null and var loadedFnPtr ) )(n, u1, u2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMapGrid1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MapGrid1XOES( @@ -520323,6 +311528,7 @@ public static void MapGrid1XOES( [NativeTypeName("GLfixed")] int u2 ) => ThisThread.MapGrid1XOES(n, u1, u2); + [NativeFunction("opengl", EntryPoint = "glMapGrid2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MapGrid2( [NativeTypeName("GLint")] int un, @@ -520340,31 +311546,6 @@ _slots[1543] is not null and var loadedFnPtr ) )(un, u1, u2, vn, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MapGrid2( @@ -520376,6 +311557,7 @@ public static void MapGrid2( [NativeTypeName("GLdouble")] double v2 ) => ThisThread.MapGrid2(un, u1, u2, vn, v1, v2); + [NativeFunction("opengl", EntryPoint = "glMapGrid2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MapGrid2( [NativeTypeName("GLint")] int un, @@ -520393,31 +311575,6 @@ _slots[1544] is not null and var loadedFnPtr ) )(un, u1, u2, vn, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MapGrid2( @@ -520429,6 +311586,7 @@ public static void MapGrid2( [NativeTypeName("GLfloat")] float v2 ) => ThisThread.MapGrid2(un, u1, u2, vn, v1, v2); + [NativeFunction("opengl", EntryPoint = "glMapGrid2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MapGrid2XOES( [NativeTypeName("GLint")] int n, @@ -520445,7 +311603,6 @@ _slots[1545] is not null and var loadedFnPtr ) )(n, u1, u2, v1, v2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMapGrid2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MapGrid2XOES( @@ -520456,6 +311613,7 @@ public static void MapGrid2XOES( [NativeTypeName("GLfixed")] int v2 ) => ThisThread.MapGrid2XOES(n, u1, u2, v1, v2); + [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IGL.MapNamedBuffer( [NativeTypeName("GLuint")] uint buffer, @@ -520469,16 +311627,6 @@ _slots[1546] is not null and var loadedFnPtr ) )(buffer, access); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* MapNamedBuffer( @@ -520486,22 +311634,14 @@ _slots[1546] is not null and var loadedFnPtr [NativeTypeName("GLenum")] uint access ) => ThisThread.MapNamedBuffer(buffer, access); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.MapNamedBuffer( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant access ) => (void*)((IGL)this).MapNamedBuffer(buffer, (uint)access); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -520510,6 +311650,7 @@ public static Ptr MapNamedBuffer( [NativeTypeName("GLenum")] Constant access ) => ThisThread.MapNamedBuffer(buffer, access); + [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IGL.MapNamedBufferEXT( [NativeTypeName("GLuint")] uint buffer, @@ -520523,8 +311664,6 @@ _slots[1547] is not null and var loadedFnPtr ) )(buffer, access); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* MapNamedBufferEXT( @@ -520532,14 +311671,14 @@ _slots[1547] is not null and var loadedFnPtr [NativeTypeName("GLenum")] uint access ) => ThisThread.MapNamedBufferEXT(buffer, access); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.MapNamedBufferEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant access ) => (void*)((IGL)this).MapNamedBufferEXT(buffer, (uint)access); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -520548,6 +311687,7 @@ public static Ptr MapNamedBufferEXT( [NativeTypeName("GLenum")] Constant access ) => ThisThread.MapNamedBufferEXT(buffer, access); + [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IGL.MapNamedBufferRange( [NativeTypeName("GLuint")] uint buffer, @@ -520563,16 +311703,6 @@ _slots[1548] is not null and var loadedFnPtr ) )(buffer, offset, length, access); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* MapNamedBufferRange( @@ -520582,6 +311712,8 @@ _slots[1548] is not null and var loadedFnPtr [NativeTypeName("GLbitfield")] uint access ) => ThisThread.MapNamedBufferRange(buffer, offset, length, access); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.MapNamedBufferRange( [NativeTypeName("GLuint")] uint buffer, @@ -520590,16 +311722,6 @@ Ptr IGL.MapNamedBufferRange( [NativeTypeName("GLbitfield")] Constant access ) => (void*)((IGL)this).MapNamedBufferRange(buffer, offset, length, (uint)access); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -520610,6 +311732,7 @@ public static Ptr MapNamedBufferRange( [NativeTypeName("GLbitfield")] Constant access ) => ThisThread.MapNamedBufferRange(buffer, offset, length, access); + [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* IGL.MapNamedBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, @@ -520628,8 +311751,6 @@ _slots[1549] is not null and var loadedFnPtr ) )(buffer, offset, length, access); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* MapNamedBufferRangeEXT( @@ -520639,6 +311760,8 @@ _slots[1549] is not null and var loadedFnPtr [NativeTypeName("GLbitfield")] uint access ) => ThisThread.MapNamedBufferRangeEXT(buffer, offset, length, access); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.MapNamedBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, @@ -520647,8 +311770,6 @@ Ptr IGL.MapNamedBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ) => (void*)((IGL)this).MapNamedBufferRangeEXT(buffer, offset, length, (uint)access); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -520659,19 +311780,21 @@ public static Ptr MapNamedBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ) => ThisThread.MapNamedBufferRangeEXT(buffer, offset, length, access); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.MapObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => - (void*)((IGL)this).MapObjectBufferATIRaw(buffer); + (void*)((IGL)this).MapObjectBufferATIRawATI(buffer); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr MapObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => ThisThread.MapObjectBufferATI(buffer); + [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void* IGL.MapObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer) => + void* IGL.MapObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer) => ( (delegate* unmanaged)( _slots[1550] is not null and var loadedFnPtr @@ -520680,12 +311803,12 @@ _slots[1550] is not null and var loadedFnPtr ) )(buffer); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void* MapObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer) => - ThisThread.MapObjectBufferATIRaw(buffer); + public static void* MapObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer) => + ThisThread.MapObjectBufferATIRawATI(buffer); + [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MapParameterNV( [NativeTypeName("GLenum")] uint target, @@ -520700,7 +311823,6 @@ _slots[1551] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MapParameterNV( @@ -520709,6 +311831,8 @@ public static void MapParameterNV( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.MapParameterNV(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MapParameterNV( [NativeTypeName("GLenum")] Constant target, @@ -520722,7 +311846,6 @@ void IGL.MapParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -520732,6 +311855,7 @@ public static void MapParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.MapParameterNV(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MapParameterNV( [NativeTypeName("GLenum")] uint target, @@ -520746,7 +311870,6 @@ _slots[1552] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MapParameterNV( @@ -520755,6 +311878,8 @@ public static void MapParameterNV( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.MapParameterNV(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MapParameterNV( [NativeTypeName("GLenum")] Constant target, @@ -520768,7 +311893,6 @@ void IGL.MapParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -520778,8 +311902,9 @@ public static void MapParameterNV( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.MapParameterNV(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void* IGL.MapTexture2DIntel( + void* IGL.MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, @@ -520794,19 +311919,20 @@ _slots[1553] is not null and var loadedFnPtr ) )(texture, level, access, stride, layout); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void* MapTexture2DIntel( + public static void* MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, [NativeTypeName("GLint *")] int* stride, [NativeTypeName("GLenum *")] uint* layout - ) => ThisThread.MapTexture2DIntel(texture, level, access, stride, layout); + ) => ThisThread.MapTexture2DINTEL(texture, level, access, stride, layout); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Ptr IGL.MapTexture2DIntel( + Ptr IGL.MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, @@ -520818,24 +311944,24 @@ Ptr IGL.MapTexture2DIntel( fixed (int* __dsl_stride = stride) { return (void*) - ((IGL)this).MapTexture2DIntel(texture, level, access, __dsl_stride, __dsl_layout); + ((IGL)this).MapTexture2DINTEL(texture, level, access, __dsl_stride, __dsl_layout); } } - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Ptr MapTexture2DIntel( + public static Ptr MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, [NativeTypeName("GLint *")] Ref stride, [NativeTypeName("GLenum *")] Ref layout - ) => ThisThread.MapTexture2DIntel(texture, level, access, stride, layout); + ) => ThisThread.MapTexture2DINTEL(texture, level, access, stride, layout); + [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MapVertexAttrib1Apple( + void IGL.MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -520855,10 +311981,9 @@ _slots[1554] is not null and var loadedFnPtr ) )(index, size, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -520866,10 +311991,12 @@ public static void MapVertexAttrib1Apple( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLdouble *")] double* points - ) => ThisThread.MapVertexAttrib1Apple(index, size, u1, u2, stride, order, points); + ) => ThisThread.MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MapVertexAttrib1Apple( + void IGL.MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -520881,15 +312008,14 @@ void IGL.MapVertexAttrib1Apple( { fixed (double* __dsl_points = points) { - ((IGL)this).MapVertexAttrib1Apple(index, size, u1, u2, stride, order, __dsl_points); + ((IGL)this).MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, __dsl_points); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -520897,33 +312023,35 @@ public static void MapVertexAttrib1Apple( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLdouble *")] Ref points - ) => ThisThread.MapVertexAttrib1Apple(index, size, u1, u2, stride, order, points); + ) => ThisThread.MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MapVertexAttrib1Apple( + void IGL.MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLdouble *")] double points - ) => ((IGL)this).MapVertexAttrib1Apple(index, 1, u1, u2, stride, order, (double*)&points); + ) => ((IGL)this).MapVertexAttrib1APPLE(index, 1, u1, u2, stride, order, (double*)&points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLdouble *")] double points - ) => ThisThread.MapVertexAttrib1Apple(index, u1, u2, stride, order, points); + ) => ThisThread.MapVertexAttrib1APPLE(index, u1, u2, stride, order, points); + [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MapVertexAttrib1Apple( + void IGL.MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -520943,10 +312071,9 @@ _slots[1555] is not null and var loadedFnPtr ) )(index, size, u1, u2, stride, order, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -520954,10 +312081,12 @@ public static void MapVertexAttrib1Apple( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLfloat *")] float* points - ) => ThisThread.MapVertexAttrib1Apple(index, size, u1, u2, stride, order, points); + ) => ThisThread.MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MapVertexAttrib1Apple( + void IGL.MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -520969,15 +312098,14 @@ void IGL.MapVertexAttrib1Apple( { fixed (float* __dsl_points = points) { - ((IGL)this).MapVertexAttrib1Apple(index, size, u1, u2, stride, order, __dsl_points); + ((IGL)this).MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, __dsl_points); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -520985,33 +312113,35 @@ public static void MapVertexAttrib1Apple( [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLfloat *")] Ref points - ) => ThisThread.MapVertexAttrib1Apple(index, size, u1, u2, stride, order, points); + ) => ThisThread.MapVertexAttrib1APPLE(index, size, u1, u2, stride, order, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MapVertexAttrib1Apple( + void IGL.MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLfloat *")] float points - ) => ((IGL)this).MapVertexAttrib1Apple(index, 1, u1, u2, stride, order, (float*)&points); + ) => ((IGL)this).MapVertexAttrib1APPLE(index, 1, u1, u2, stride, order, (float*)&points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MapVertexAttrib1Apple( + public static void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, [NativeTypeName("GLint")] int stride, [NativeTypeName("GLint")] int order, [NativeTypeName("const GLfloat *")] float points - ) => ThisThread.MapVertexAttrib1Apple(index, u1, u2, stride, order, points); + ) => ThisThread.MapVertexAttrib1APPLE(index, u1, u2, stride, order, points); + [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MapVertexAttrib2Apple( + void IGL.MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -521047,10 +312177,9 @@ _slots[1556] is not null and var loadedFnPtr ) )(index, size, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -521063,7 +312192,7 @@ public static void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLdouble *")] double* points ) => - ThisThread.MapVertexAttrib2Apple( + ThisThread.MapVertexAttrib2APPLE( index, size, u1, @@ -521077,8 +312206,10 @@ public static void MapVertexAttrib2Apple( points ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MapVertexAttrib2Apple( + void IGL.MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -521094,7 +312225,7 @@ void IGL.MapVertexAttrib2Apple( { fixed (double* __dsl_points = points) { - ((IGL)this).MapVertexAttrib2Apple( + ((IGL)this).MapVertexAttrib2APPLE( index, size, u1, @@ -521110,11 +312241,10 @@ void IGL.MapVertexAttrib2Apple( } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -521127,7 +312257,7 @@ public static void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLdouble *")] Ref points ) => - ThisThread.MapVertexAttrib2Apple( + ThisThread.MapVertexAttrib2APPLE( index, size, u1, @@ -521141,8 +312271,10 @@ public static void MapVertexAttrib2Apple( points ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MapVertexAttrib2Apple( + void IGL.MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, @@ -521154,7 +312286,7 @@ void IGL.MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLdouble *")] double points ) => - ((IGL)this).MapVertexAttrib2Apple( + ((IGL)this).MapVertexAttrib2APPLE( index, 1, u1, @@ -521168,11 +312300,10 @@ void IGL.MapVertexAttrib2Apple( (double*)&points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, @@ -521184,7 +312315,7 @@ public static void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLdouble *")] double points ) => - ThisThread.MapVertexAttrib2Apple( + ThisThread.MapVertexAttrib2APPLE( index, u1, u2, @@ -521197,8 +312328,9 @@ public static void MapVertexAttrib2Apple( points ); + [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MapVertexAttrib2Apple( + void IGL.MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -521234,10 +312366,9 @@ _slots[1557] is not null and var loadedFnPtr ) )(index, size, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -521250,7 +312381,7 @@ public static void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLfloat *")] float* points ) => - ThisThread.MapVertexAttrib2Apple( + ThisThread.MapVertexAttrib2APPLE( index, size, u1, @@ -521264,8 +312395,10 @@ public static void MapVertexAttrib2Apple( points ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MapVertexAttrib2Apple( + void IGL.MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -521281,7 +312414,7 @@ void IGL.MapVertexAttrib2Apple( { fixed (float* __dsl_points = points) { - ((IGL)this).MapVertexAttrib2Apple( + ((IGL)this).MapVertexAttrib2APPLE( index, size, u1, @@ -521297,11 +312430,10 @@ void IGL.MapVertexAttrib2Apple( } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -521314,7 +312446,7 @@ public static void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLfloat *")] Ref points ) => - ThisThread.MapVertexAttrib2Apple( + ThisThread.MapVertexAttrib2APPLE( index, size, u1, @@ -521328,8 +312460,10 @@ public static void MapVertexAttrib2Apple( points ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MapVertexAttrib2Apple( + void IGL.MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, @@ -521341,7 +312475,7 @@ void IGL.MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLfloat *")] float points ) => - ((IGL)this).MapVertexAttrib2Apple( + ((IGL)this).MapVertexAttrib2APPLE( index, 1, u1, @@ -521355,11 +312489,10 @@ void IGL.MapVertexAttrib2Apple( (float*)&points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MapVertexAttrib2Apple( + public static void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, @@ -521371,7 +312504,7 @@ public static void MapVertexAttrib2Apple( [NativeTypeName("GLint")] int vorder, [NativeTypeName("const GLfloat *")] float points ) => - ThisThread.MapVertexAttrib2Apple( + ThisThread.MapVertexAttrib2APPLE( index, u1, u2, @@ -521384,6 +312517,7 @@ public static void MapVertexAttrib2Apple( points ); + [NativeFunction("opengl", EntryPoint = "glMaterialf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Material( [NativeTypeName("GLenum")] uint face, @@ -521398,32 +312532,6 @@ _slots[1558] is not null and var loadedFnPtr ) )(face, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMaterialf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Material( @@ -521432,6 +312540,8 @@ public static void Material( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.Material(face, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMaterialf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Material( [NativeTypeName("GLenum")] Constant face, @@ -521439,32 +312549,6 @@ void IGL.Material( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).Material((uint)face, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -521474,6 +312558,7 @@ public static void Material( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.Material(face, pname, param2); + [NativeFunction("opengl", EntryPoint = "glMaterialfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Material( [NativeTypeName("GLenum")] uint face, @@ -521488,32 +312573,6 @@ _slots[1559] is not null and var loadedFnPtr ) )(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMaterialfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Material( @@ -521522,6 +312581,8 @@ public static void Material( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.Material(face, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMaterialfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Material( [NativeTypeName("GLenum")] Constant face, @@ -521535,32 +312596,6 @@ void IGL.Material( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -521570,6 +312605,7 @@ public static void Material( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.Material(face, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMateriali")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Material( [NativeTypeName("GLenum")] uint face, @@ -521584,31 +312620,6 @@ _slots[1560] is not null and var loadedFnPtr ) )(face, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMateriali")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Material( @@ -521617,6 +312628,8 @@ public static void Material( [NativeTypeName("GLint")] int param2 ) => ThisThread.Material(face, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMateriali")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Material( [NativeTypeName("GLenum")] Constant face, @@ -521624,31 +312637,6 @@ void IGL.Material( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).Material((uint)face, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMateriali")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -521658,6 +312646,7 @@ public static void Material( [NativeTypeName("GLint")] int param2 ) => ThisThread.Material(face, pname, param2); + [NativeFunction("opengl", EntryPoint = "glMaterialiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Material( [NativeTypeName("GLenum")] uint face, @@ -521672,31 +312661,6 @@ _slots[1561] is not null and var loadedFnPtr ) )(face, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMaterialiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Material( @@ -521705,6 +312669,8 @@ public static void Material( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.Material(face, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMaterialiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Material( [NativeTypeName("GLenum")] Constant face, @@ -521718,31 +312684,6 @@ void IGL.Material( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -521752,6 +312693,7 @@ public static void Material( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.Material(face, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMaterialx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Materialx( [NativeTypeName("GLenum")] uint face, @@ -521766,7 +312708,6 @@ _slots[1562] is not null and var loadedFnPtr ) )(face, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMaterialx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Materialx( @@ -521775,6 +312716,8 @@ public static void Materialx( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.Materialx(face, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMaterialx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Materialx( [NativeTypeName("GLenum")] Constant face, @@ -521782,7 +312725,6 @@ void IGL.Materialx( [NativeTypeName("GLfixed")] int param2 ) => ((IGL)this).Materialx((uint)face, (uint)pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -521792,6 +312734,7 @@ public static void Materialx( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.Materialx(face, pname, param2); + [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MaterialxOES( [NativeTypeName("GLenum")] uint face, @@ -521806,8 +312749,6 @@ _slots[1563] is not null and var loadedFnPtr ) )(face, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MaterialxOES( @@ -521816,6 +312757,8 @@ public static void MaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.MaterialxOES(face, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MaterialxOES( [NativeTypeName("GLenum")] Constant face, @@ -521823,8 +312766,6 @@ void IGL.MaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => ((IGL)this).MaterialxOES((uint)face, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -521834,6 +312775,7 @@ public static void MaterialxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.MaterialxOES(face, pname, param2); + [NativeFunction("opengl", EntryPoint = "glMaterialxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Materialx( [NativeTypeName("GLenum")] uint face, @@ -521848,7 +312790,6 @@ _slots[1564] is not null and var loadedFnPtr ) )(face, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMaterialxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Materialx( @@ -521857,6 +312798,8 @@ public static void Materialx( [NativeTypeName("const GLfixed *")] int* param2 ) => ThisThread.Materialx(face, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMaterialxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Materialx( [NativeTypeName("GLenum")] Constant face, @@ -521870,7 +312813,6 @@ void IGL.Materialx( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -521880,6 +312822,7 @@ public static void Materialx( [NativeTypeName("const GLfixed *")] Ref param2 ) => ThisThread.Materialx(face, pname, param2); + [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MaterialxOES( [NativeTypeName("GLenum")] uint face, @@ -521894,8 +312837,6 @@ _slots[1565] is not null and var loadedFnPtr ) )(face, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MaterialxOES( @@ -521904,6 +312845,8 @@ public static void MaterialxOES( [NativeTypeName("const GLfixed *")] int* param2 ) => ThisThread.MaterialxOES(face, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MaterialxOES( [NativeTypeName("GLenum")] Constant face, @@ -521917,8 +312860,6 @@ void IGL.MaterialxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -521928,6 +312869,7 @@ public static void MaterialxOES( [NativeTypeName("const GLfixed *")] Ref param2 ) => ThisThread.MaterialxOES(face, pname, param2); + [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixFrustumEXT( [NativeTypeName("GLenum")] uint mode, @@ -521946,9 +312888,6 @@ _slots[1566] is not null and var loadedFnPtr ) )(mode, left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixFrustumEXT( @@ -521961,6 +312900,8 @@ public static void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double zFar ) => ThisThread.MatrixFrustumEXT(mode, left, right, bottom, top, zNear, zFar); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixFrustumEXT( [NativeTypeName("GLenum")] Constant mode, @@ -521972,9 +312913,6 @@ void IGL.MatrixFrustumEXT( [NativeTypeName("GLdouble")] double zFar ) => ((IGL)this).MatrixFrustumEXT((uint)mode, left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -521988,6 +312926,7 @@ public static void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double zFar ) => ThisThread.MatrixFrustumEXT(mode, left, right, bottom, top, zNear, zFar); + [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexPointerARB( [NativeTypeName("GLint")] int size, @@ -522003,7 +312942,6 @@ _slots[1567] is not null and var loadedFnPtr ) )(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixIndexPointerARB( @@ -522013,6 +312951,8 @@ public static void MatrixIndexPointerARB( [NativeTypeName("const void *")] void* pointer ) => ThisThread.MatrixIndexPointerARB(size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexPointerARB( [NativeTypeName("GLint")] int size, @@ -522027,7 +312967,6 @@ void IGL.MatrixIndexPointerARB( } } - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522038,6 +312977,7 @@ public static void MatrixIndexPointerARB( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.MatrixIndexPointerARB(size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexPointerOES( [NativeTypeName("GLint")] int size, @@ -522053,7 +312993,6 @@ _slots[1568] is not null and var loadedFnPtr ) )(size, type, stride, pointer); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixIndexPointerOES( @@ -522063,6 +313002,8 @@ public static void MatrixIndexPointerOES( [NativeTypeName("const void *")] void* pointer ) => ThisThread.MatrixIndexPointerOES(size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexPointerOES( [NativeTypeName("GLint")] int size, @@ -522077,7 +313018,6 @@ void IGL.MatrixIndexPointerOES( } } - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522088,6 +313028,7 @@ public static void MatrixIndexPointerOES( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.MatrixIndexPointerOES(size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexARB( [NativeTypeName("GLint")] int size, @@ -522101,7 +313042,6 @@ _slots[1569] is not null and var loadedFnPtr ) )(size, indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixIndexARB( @@ -522109,6 +313049,8 @@ public static void MatrixIndexARB( [NativeTypeName("const GLubyte *")] byte* indices ) => ThisThread.MatrixIndexARB(size, indices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexARB( [NativeTypeName("GLint")] int size, @@ -522121,7 +313063,6 @@ void IGL.MatrixIndexARB( } } - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522130,17 +313071,19 @@ public static void MatrixIndexARB( [NativeTypeName("const GLubyte *")] Ref indices ) => ThisThread.MatrixIndexARB(size, indices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexARB([NativeTypeName("const GLubyte *")] byte indices) => ((IGL)this).MatrixIndexARB(1, (byte*)&indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixIndexARB([NativeTypeName("const GLubyte *")] byte indices) => ThisThread.MatrixIndexARB(indices); + [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexARB( [NativeTypeName("GLint")] int size, @@ -522154,7 +313097,6 @@ _slots[1570] is not null and var loadedFnPtr ) )(size, indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixIndexARB( @@ -522162,6 +313104,8 @@ public static void MatrixIndexARB( [NativeTypeName("const GLuint *")] uint* indices ) => ThisThread.MatrixIndexARB(size, indices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexARB( [NativeTypeName("GLint")] int size, @@ -522174,7 +313118,6 @@ void IGL.MatrixIndexARB( } } - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522183,17 +313126,19 @@ public static void MatrixIndexARB( [NativeTypeName("const GLuint *")] Ref indices ) => ThisThread.MatrixIndexARB(size, indices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexARB([NativeTypeName("const GLuint *")] uint indices) => ((IGL)this).MatrixIndexARB(1, (uint*)&indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixIndexARB([NativeTypeName("const GLuint *")] uint indices) => ThisThread.MatrixIndexARB(indices); + [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexARB( [NativeTypeName("GLint")] int size, @@ -522207,7 +313152,6 @@ _slots[1571] is not null and var loadedFnPtr ) )(size, indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixIndexARB( @@ -522215,6 +313159,8 @@ public static void MatrixIndexARB( [NativeTypeName("const GLushort *")] ushort* indices ) => ThisThread.MatrixIndexARB(size, indices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexARB( [NativeTypeName("GLint")] int size, @@ -522227,7 +313173,6 @@ void IGL.MatrixIndexARB( } } - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522236,17 +313181,19 @@ public static void MatrixIndexARB( [NativeTypeName("const GLushort *")] Ref indices ) => ThisThread.MatrixIndexARB(size, indices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixIndexARB([NativeTypeName("const GLushort *")] ushort indices) => ((IGL)this).MatrixIndexARB(1, (ushort*)&indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixIndexARB([NativeTypeName("const GLushort *")] ushort indices) => ThisThread.MatrixIndexARB(indices); + [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoad3X2NV( [NativeTypeName("GLenum")] uint matrixMode, @@ -522260,9 +313207,6 @@ _slots[1572] is not null and var loadedFnPtr ) )(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixLoad3X2NV( @@ -522270,6 +313214,8 @@ public static void MatrixLoad3X2NV( [NativeTypeName("const GLfloat *")] float* m ) => ThisThread.MatrixLoad3X2NV(matrixMode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoad3X2NV( [NativeTypeName("GLenum")] uint matrixMode, @@ -522282,9 +313228,6 @@ void IGL.MatrixLoad3X2NV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522293,6 +313236,7 @@ public static void MatrixLoad3X2NV( [NativeTypeName("const GLfloat *")] Ref m ) => ThisThread.MatrixLoad3X2NV(matrixMode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoad3X3NV( [NativeTypeName("GLenum")] uint matrixMode, @@ -522306,9 +313250,6 @@ _slots[1573] is not null and var loadedFnPtr ) )(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixLoad3X3NV( @@ -522316,6 +313257,8 @@ public static void MatrixLoad3X3NV( [NativeTypeName("const GLfloat *")] float* m ) => ThisThread.MatrixLoad3X3NV(matrixMode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoad3X3NV( [NativeTypeName("GLenum")] uint matrixMode, @@ -522328,9 +313271,6 @@ void IGL.MatrixLoad3X3NV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522339,6 +313279,7 @@ public static void MatrixLoad3X3NV( [NativeTypeName("const GLfloat *")] Ref m ) => ThisThread.MatrixLoad3X3NV(matrixMode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadEXT( [NativeTypeName("GLenum")] uint mode, @@ -522352,9 +313293,6 @@ _slots[1574] is not null and var loadedFnPtr ) )(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixLoadEXT( @@ -522362,6 +313300,8 @@ public static void MatrixLoadEXT( [NativeTypeName("const GLdouble *")] double* m ) => ThisThread.MatrixLoadEXT(mode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadEXT( [NativeTypeName("GLenum")] Constant mode, @@ -522374,9 +313314,6 @@ void IGL.MatrixLoadEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522385,6 +313322,7 @@ public static void MatrixLoadEXT( [NativeTypeName("const GLdouble *")] Ref m ) => ThisThread.MatrixLoadEXT(mode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadEXT( [NativeTypeName("GLenum")] uint mode, @@ -522398,9 +313336,6 @@ _slots[1575] is not null and var loadedFnPtr ) )(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixLoadEXT( @@ -522408,6 +313343,8 @@ public static void MatrixLoadEXT( [NativeTypeName("const GLfloat *")] float* m ) => ThisThread.MatrixLoadEXT(mode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadEXT( [NativeTypeName("GLenum")] Constant mode, @@ -522420,9 +313357,6 @@ void IGL.MatrixLoadEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522431,6 +313365,7 @@ public static void MatrixLoadEXT( [NativeTypeName("const GLfloat *")] Ref m ) => ThisThread.MatrixLoadEXT(mode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadIdentityEXT([NativeTypeName("GLenum")] uint mode) => ( @@ -522441,22 +313376,18 @@ _slots[1576] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixLoadIdentityEXT([NativeTypeName("GLenum")] uint mode) => ThisThread.MatrixLoadIdentityEXT(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadIdentityEXT( [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).MatrixLoadIdentityEXT((uint)mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522464,6 +313395,7 @@ public static void MatrixLoadIdentityEXT( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.MatrixLoadIdentityEXT(mode); + [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadTranspose3X3NV( [NativeTypeName("GLenum")] uint matrixMode, @@ -522480,9 +313412,6 @@ _slots[1577] is not null and var loadedFnPtr ) )(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixLoadTranspose3X3NV( @@ -522490,6 +313419,8 @@ public static void MatrixLoadTranspose3X3NV( [NativeTypeName("const GLfloat *")] float* m ) => ThisThread.MatrixLoadTranspose3X3NV(matrixMode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadTranspose3X3NV( [NativeTypeName("GLenum")] uint matrixMode, @@ -522502,9 +313433,6 @@ void IGL.MatrixLoadTranspose3X3NV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522513,6 +313441,7 @@ public static void MatrixLoadTranspose3X3NV( [NativeTypeName("const GLfloat *")] Ref m ) => ThisThread.MatrixLoadTranspose3X3NV(matrixMode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadTransposeEXT( [NativeTypeName("GLenum")] uint mode, @@ -522529,9 +313458,6 @@ _slots[1578] is not null and var loadedFnPtr ) )(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixLoadTransposeEXT( @@ -522539,6 +313465,8 @@ public static void MatrixLoadTransposeEXT( [NativeTypeName("const GLdouble *")] double* m ) => ThisThread.MatrixLoadTransposeEXT(mode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadTransposeEXT( [NativeTypeName("GLenum")] Constant mode, @@ -522551,9 +313479,6 @@ void IGL.MatrixLoadTransposeEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522562,6 +313487,7 @@ public static void MatrixLoadTransposeEXT( [NativeTypeName("const GLdouble *")] Ref m ) => ThisThread.MatrixLoadTransposeEXT(mode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadTransposeEXT( [NativeTypeName("GLenum")] uint mode, @@ -522578,9 +313504,6 @@ _slots[1579] is not null and var loadedFnPtr ) )(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixLoadTransposeEXT( @@ -522588,6 +313511,8 @@ public static void MatrixLoadTransposeEXT( [NativeTypeName("const GLfloat *")] float* m ) => ThisThread.MatrixLoadTransposeEXT(mode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixLoadTransposeEXT( [NativeTypeName("GLenum")] Constant mode, @@ -522600,9 +313525,6 @@ void IGL.MatrixLoadTransposeEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522611,6 +313533,7 @@ public static void MatrixLoadTransposeEXT( [NativeTypeName("const GLfloat *")] Ref m ) => ThisThread.MatrixLoadTransposeEXT(mode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMode([NativeTypeName("GLenum")] uint mode) => ( @@ -522621,67 +313544,17 @@ _slots[1580] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMatrixMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixMode([NativeTypeName("GLenum")] uint mode) => ThisThread.MatrixMode(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMode([NativeTypeName("GLenum")] Constant mode) => ((IGL)this).MatrixMode((uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522689,6 +313562,7 @@ public static void MatrixMode( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.MatrixMode(mode); + [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMult3X2NV( [NativeTypeName("GLenum")] uint matrixMode, @@ -522702,9 +313576,6 @@ _slots[1581] is not null and var loadedFnPtr ) )(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixMult3X2NV( @@ -522712,6 +313583,8 @@ public static void MatrixMult3X2NV( [NativeTypeName("const GLfloat *")] float* m ) => ThisThread.MatrixMult3X2NV(matrixMode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMult3X2NV( [NativeTypeName("GLenum")] uint matrixMode, @@ -522724,9 +313597,6 @@ void IGL.MatrixMult3X2NV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522735,6 +313605,7 @@ public static void MatrixMult3X2NV( [NativeTypeName("const GLfloat *")] Ref m ) => ThisThread.MatrixMult3X2NV(matrixMode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMult3X3NV( [NativeTypeName("GLenum")] uint matrixMode, @@ -522748,9 +313619,6 @@ _slots[1582] is not null and var loadedFnPtr ) )(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixMult3X3NV( @@ -522758,6 +313626,8 @@ public static void MatrixMult3X3NV( [NativeTypeName("const GLfloat *")] float* m ) => ThisThread.MatrixMult3X3NV(matrixMode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMult3X3NV( [NativeTypeName("GLenum")] uint matrixMode, @@ -522770,9 +313640,6 @@ void IGL.MatrixMult3X3NV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522781,6 +313648,7 @@ public static void MatrixMult3X3NV( [NativeTypeName("const GLfloat *")] Ref m ) => ThisThread.MatrixMult3X3NV(matrixMode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMultEXT( [NativeTypeName("GLenum")] uint mode, @@ -522794,9 +313662,6 @@ _slots[1583] is not null and var loadedFnPtr ) )(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixMultEXT( @@ -522804,6 +313669,8 @@ public static void MatrixMultEXT( [NativeTypeName("const GLdouble *")] double* m ) => ThisThread.MatrixMultEXT(mode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMultEXT( [NativeTypeName("GLenum")] Constant mode, @@ -522816,9 +313683,6 @@ void IGL.MatrixMultEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522827,6 +313691,7 @@ public static void MatrixMultEXT( [NativeTypeName("const GLdouble *")] Ref m ) => ThisThread.MatrixMultEXT(mode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMultEXT( [NativeTypeName("GLenum")] uint mode, @@ -522840,9 +313705,6 @@ _slots[1584] is not null and var loadedFnPtr ) )(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixMultEXT( @@ -522850,6 +313712,8 @@ public static void MatrixMultEXT( [NativeTypeName("const GLfloat *")] float* m ) => ThisThread.MatrixMultEXT(mode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMultEXT( [NativeTypeName("GLenum")] Constant mode, @@ -522862,9 +313726,6 @@ void IGL.MatrixMultEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522873,6 +313734,7 @@ public static void MatrixMultEXT( [NativeTypeName("const GLfloat *")] Ref m ) => ThisThread.MatrixMultEXT(mode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMultTranspose3X3NV( [NativeTypeName("GLenum")] uint matrixMode, @@ -522889,9 +313751,6 @@ _slots[1585] is not null and var loadedFnPtr ) )(matrixMode, m); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixMultTranspose3X3NV( @@ -522899,6 +313758,8 @@ public static void MatrixMultTranspose3X3NV( [NativeTypeName("const GLfloat *")] float* m ) => ThisThread.MatrixMultTranspose3X3NV(matrixMode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMultTranspose3X3NV( [NativeTypeName("GLenum")] uint matrixMode, @@ -522911,9 +313772,6 @@ void IGL.MatrixMultTranspose3X3NV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522922,6 +313780,7 @@ public static void MatrixMultTranspose3X3NV( [NativeTypeName("const GLfloat *")] Ref m ) => ThisThread.MatrixMultTranspose3X3NV(matrixMode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMultTransposeEXT( [NativeTypeName("GLenum")] uint mode, @@ -522938,9 +313797,6 @@ _slots[1586] is not null and var loadedFnPtr ) )(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixMultTransposeEXT( @@ -522948,6 +313804,8 @@ public static void MatrixMultTransposeEXT( [NativeTypeName("const GLdouble *")] double* m ) => ThisThread.MatrixMultTransposeEXT(mode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMultTransposeEXT( [NativeTypeName("GLenum")] Constant mode, @@ -522960,9 +313818,6 @@ void IGL.MatrixMultTransposeEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -522971,6 +313826,7 @@ public static void MatrixMultTransposeEXT( [NativeTypeName("const GLdouble *")] Ref m ) => ThisThread.MatrixMultTransposeEXT(mode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMultTransposeEXT( [NativeTypeName("GLenum")] uint mode, @@ -522987,9 +313843,6 @@ _slots[1587] is not null and var loadedFnPtr ) )(mode, m); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixMultTransposeEXT( @@ -522997,6 +313850,8 @@ public static void MatrixMultTransposeEXT( [NativeTypeName("const GLfloat *")] float* m ) => ThisThread.MatrixMultTransposeEXT(mode, m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixMultTransposeEXT( [NativeTypeName("GLenum")] Constant mode, @@ -523009,9 +313864,6 @@ void IGL.MatrixMultTransposeEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523020,6 +313872,7 @@ public static void MatrixMultTransposeEXT( [NativeTypeName("const GLfloat *")] Ref m ) => ThisThread.MatrixMultTransposeEXT(mode, m); + [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixOrthoEXT( [NativeTypeName("GLenum")] uint mode, @@ -523038,9 +313891,6 @@ _slots[1588] is not null and var loadedFnPtr ) )(mode, left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixOrthoEXT( @@ -523053,6 +313903,8 @@ public static void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double zFar ) => ThisThread.MatrixOrthoEXT(mode, left, right, bottom, top, zNear, zFar); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixOrthoEXT( [NativeTypeName("GLenum")] Constant mode, @@ -523064,9 +313916,6 @@ void IGL.MatrixOrthoEXT( [NativeTypeName("GLdouble")] double zFar ) => ((IGL)this).MatrixOrthoEXT((uint)mode, left, right, bottom, top, zNear, zFar); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523080,6 +313929,7 @@ public static void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double zFar ) => ThisThread.MatrixOrthoEXT(mode, left, right, bottom, top, zNear, zFar); + [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixPopEXT([NativeTypeName("GLenum")] uint mode) => ( @@ -523090,21 +313940,17 @@ _slots[1589] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixPopEXT([NativeTypeName("GLenum")] uint mode) => ThisThread.MatrixPopEXT(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixPopEXT([NativeTypeName("GLenum")] Constant mode) => ((IGL)this).MatrixPopEXT((uint)mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523112,6 +313958,7 @@ public static void MatrixPopEXT( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.MatrixPopEXT(mode); + [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixPushEXT([NativeTypeName("GLenum")] uint mode) => ( @@ -523122,21 +313969,17 @@ _slots[1590] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixPushEXT([NativeTypeName("GLenum")] uint mode) => ThisThread.MatrixPushEXT(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixPushEXT([NativeTypeName("GLenum")] Constant mode) => ((IGL)this).MatrixPushEXT((uint)mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523144,6 +313987,7 @@ public static void MatrixPushEXT( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.MatrixPushEXT(mode); + [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixRotateEXT( [NativeTypeName("GLenum")] uint mode, @@ -523160,9 +314004,6 @@ _slots[1591] is not null and var loadedFnPtr ) )(mode, angle, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixRotateEXT( @@ -523173,6 +314014,8 @@ public static void MatrixRotateEXT( [NativeTypeName("GLdouble")] double z ) => ThisThread.MatrixRotateEXT(mode, angle, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixRotateEXT( [NativeTypeName("GLenum")] Constant mode, @@ -523182,9 +314025,6 @@ void IGL.MatrixRotateEXT( [NativeTypeName("GLdouble")] double z ) => ((IGL)this).MatrixRotateEXT((uint)mode, angle, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523196,6 +314036,7 @@ public static void MatrixRotateEXT( [NativeTypeName("GLdouble")] double z ) => ThisThread.MatrixRotateEXT(mode, angle, x, y, z); + [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixRotateEXT( [NativeTypeName("GLenum")] uint mode, @@ -523212,9 +314053,6 @@ _slots[1592] is not null and var loadedFnPtr ) )(mode, angle, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixRotateEXT( @@ -523225,6 +314063,8 @@ public static void MatrixRotateEXT( [NativeTypeName("GLfloat")] float z ) => ThisThread.MatrixRotateEXT(mode, angle, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixRotateEXT( [NativeTypeName("GLenum")] Constant mode, @@ -523234,9 +314074,6 @@ void IGL.MatrixRotateEXT( [NativeTypeName("GLfloat")] float z ) => ((IGL)this).MatrixRotateEXT((uint)mode, angle, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523248,6 +314085,7 @@ public static void MatrixRotateEXT( [NativeTypeName("GLfloat")] float z ) => ThisThread.MatrixRotateEXT(mode, angle, x, y, z); + [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixScaleEXT( [NativeTypeName("GLenum")] uint mode, @@ -523263,9 +314101,6 @@ _slots[1593] is not null and var loadedFnPtr ) )(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixScaleEXT( @@ -523275,6 +314110,8 @@ public static void MatrixScaleEXT( [NativeTypeName("GLdouble")] double z ) => ThisThread.MatrixScaleEXT(mode, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixScaleEXT( [NativeTypeName("GLenum")] Constant mode, @@ -523283,9 +314120,6 @@ void IGL.MatrixScaleEXT( [NativeTypeName("GLdouble")] double z ) => ((IGL)this).MatrixScaleEXT((uint)mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523296,6 +314130,7 @@ public static void MatrixScaleEXT( [NativeTypeName("GLdouble")] double z ) => ThisThread.MatrixScaleEXT(mode, x, y, z); + [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixScaleEXT( [NativeTypeName("GLenum")] uint mode, @@ -523311,9 +314146,6 @@ _slots[1594] is not null and var loadedFnPtr ) )(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixScaleEXT( @@ -523323,6 +314155,8 @@ public static void MatrixScaleEXT( [NativeTypeName("GLfloat")] float z ) => ThisThread.MatrixScaleEXT(mode, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixScaleEXT( [NativeTypeName("GLenum")] Constant mode, @@ -523331,9 +314165,6 @@ void IGL.MatrixScaleEXT( [NativeTypeName("GLfloat")] float z ) => ((IGL)this).MatrixScaleEXT((uint)mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523344,6 +314175,7 @@ public static void MatrixScaleEXT( [NativeTypeName("GLfloat")] float z ) => ThisThread.MatrixScaleEXT(mode, x, y, z); + [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixTranslateEXT( [NativeTypeName("GLenum")] uint mode, @@ -523359,9 +314191,6 @@ _slots[1595] is not null and var loadedFnPtr ) )(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixTranslateEXT( @@ -523371,6 +314200,8 @@ public static void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double z ) => ThisThread.MatrixTranslateEXT(mode, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixTranslateEXT( [NativeTypeName("GLenum")] Constant mode, @@ -523379,9 +314210,6 @@ void IGL.MatrixTranslateEXT( [NativeTypeName("GLdouble")] double z ) => ((IGL)this).MatrixTranslateEXT((uint)mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523392,6 +314220,7 @@ public static void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double z ) => ThisThread.MatrixTranslateEXT(mode, x, y, z); + [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixTranslateEXT( [NativeTypeName("GLenum")] uint mode, @@ -523407,9 +314236,6 @@ _slots[1596] is not null and var loadedFnPtr ) )(mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MatrixTranslateEXT( @@ -523419,6 +314245,8 @@ public static void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float z ) => ThisThread.MatrixTranslateEXT(mode, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MatrixTranslateEXT( [NativeTypeName("GLenum")] Constant mode, @@ -523427,9 +314255,6 @@ void IGL.MatrixTranslateEXT( [NativeTypeName("GLfloat")] float z ) => ((IGL)this).MatrixTranslateEXT((uint)mode, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523440,6 +314265,7 @@ public static void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float z ) => ThisThread.MatrixTranslateEXT(mode, x, y, z); + [NativeFunction("opengl", EntryPoint = "glMaxShaderCompilerThreadsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MaxShaderCompilerThreadsARB([NativeTypeName("GLuint")] uint count) => ( @@ -523453,13 +314279,12 @@ _slots[1597] is not null and var loadedFnPtr ) )(count); - [SupportedApiProfile("gl", ["GL_ARB_parallel_shader_compile"])] - [SupportedApiProfile("glcore", ["GL_ARB_parallel_shader_compile"])] [NativeFunction("opengl", EntryPoint = "glMaxShaderCompilerThreadsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MaxShaderCompilerThreadsARB([NativeTypeName("GLuint")] uint count) => ThisThread.MaxShaderCompilerThreadsARB(count); + [NativeFunction("opengl", EntryPoint = "glMaxShaderCompilerThreadsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MaxShaderCompilerThreadsKHR([NativeTypeName("GLuint")] uint count) => ( @@ -523473,14 +314298,12 @@ _slots[1598] is not null and var loadedFnPtr ) )(count); - [SupportedApiProfile("gl", ["GL_KHR_parallel_shader_compile"])] - [SupportedApiProfile("glcore", ["GL_KHR_parallel_shader_compile"])] - [SupportedApiProfile("gles2", ["GL_KHR_parallel_shader_compile"])] [NativeFunction("opengl", EntryPoint = "glMaxShaderCompilerThreadsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MaxShaderCompilerThreadsKHR([NativeTypeName("GLuint")] uint count) => ThisThread.MaxShaderCompilerThreadsKHR(count); + [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MemoryBarrier([NativeTypeName("GLbitfield")] uint barriers) => ( @@ -523491,64 +314314,18 @@ _slots[1599] is not null and var loadedFnPtr ) )(barriers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MemoryBarrier([NativeTypeName("GLbitfield")] uint barriers) => ThisThread.MemoryBarrier(barriers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MemoryBarrier( [NativeTypeName("GLbitfield")] Constant barriers ) => ((IGL)this).MemoryBarrier((uint)barriers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523556,6 +314333,7 @@ public static void MemoryBarrier( [NativeTypeName("GLbitfield")] Constant barriers ) => ThisThread.MemoryBarrier(barriers); + [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MemoryBarrierByRegion([NativeTypeName("GLbitfield")] uint barriers) => ( @@ -523566,36 +314344,18 @@ _slots[1600] is not null and var loadedFnPtr ) )(barriers); - [SupportedApiProfile( - "gl", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MemoryBarrierByRegion([NativeTypeName("GLbitfield")] uint barriers) => ThisThread.MemoryBarrierByRegion(barriers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MemoryBarrierByRegion( [NativeTypeName("GLbitfield")] Constant barriers ) => ((IGL)this).MemoryBarrierByRegion((uint)barriers); - [SupportedApiProfile( - "gl", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523603,6 +314363,7 @@ public static void MemoryBarrierByRegion( [NativeTypeName("GLbitfield")] Constant barriers ) => ThisThread.MemoryBarrierByRegion(barriers); + [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MemoryBarrierEXT([NativeTypeName("GLbitfield")] uint barriers) => ( @@ -523613,18 +314374,18 @@ _slots[1601] is not null and var loadedFnPtr ) )(barriers); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MemoryBarrierEXT([NativeTypeName("GLbitfield")] uint barriers) => ThisThread.MemoryBarrierEXT(barriers); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MemoryBarrierEXT( [NativeTypeName("GLbitfield")] Constant barriers ) => ((IGL)this).MemoryBarrierEXT((uint)barriers); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523632,6 +314393,7 @@ public static void MemoryBarrierEXT( [NativeTypeName("GLbitfield")] Constant barriers ) => ThisThread.MemoryBarrierEXT(barriers); + [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MemoryObjectParameterEXT( [NativeTypeName("GLuint")] uint memoryObject, @@ -523649,8 +314411,6 @@ _slots[1602] is not null and var loadedFnPtr ) )(memoryObject, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MemoryObjectParameterEXT( @@ -523659,6 +314419,8 @@ public static void MemoryObjectParameterEXT( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.MemoryObjectParameterEXT(memoryObject, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MemoryObjectParameterEXT( [NativeTypeName("GLuint")] uint memoryObject, @@ -523672,8 +314434,6 @@ void IGL.MemoryObjectParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523683,6 +314443,7 @@ public static void MemoryObjectParameterEXT( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.MemoryObjectParameterEXT(memoryObject, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Minmax( [NativeTypeName("GLenum")] uint target, @@ -523697,7 +314458,6 @@ _slots[1603] is not null and var loadedFnPtr ) )(target, internalformat, sink); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Minmax( @@ -523706,6 +314466,8 @@ public static void Minmax( [NativeTypeName("GLboolean")] uint sink ) => ThisThread.Minmax(target, internalformat, sink); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Minmax( [NativeTypeName("GLenum")] Constant target, @@ -523713,7 +314475,6 @@ void IGL.Minmax( [NativeTypeName("GLboolean")] MaybeBool sink ) => ((IGL)this).Minmax((uint)target, (uint)internalformat, (uint)sink); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523723,6 +314484,7 @@ public static void Minmax( [NativeTypeName("GLboolean")] MaybeBool sink ) => ThisThread.Minmax(target, internalformat, sink); + [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MinmaxEXT( [NativeTypeName("GLenum")] uint target, @@ -523737,7 +314499,6 @@ _slots[1604] is not null and var loadedFnPtr ) )(target, internalformat, sink); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MinmaxEXT( @@ -523746,6 +314507,8 @@ public static void MinmaxEXT( [NativeTypeName("GLboolean")] uint sink ) => ThisThread.MinmaxEXT(target, internalformat, sink); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MinmaxEXT( [NativeTypeName("GLenum")] Constant target, @@ -523753,7 +314516,6 @@ void IGL.MinmaxEXT( [NativeTypeName("GLboolean")] MaybeBool sink ) => ((IGL)this).MinmaxEXT((uint)target, (uint)internalformat, (uint)sink); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523763,6 +314525,7 @@ public static void MinmaxEXT( [NativeTypeName("GLboolean")] MaybeBool sink ) => ThisThread.MinmaxEXT(target, internalformat, sink); + [NativeFunction("opengl", EntryPoint = "glMinSampleShading")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MinSampleShading([NativeTypeName("GLfloat")] float value) => ( @@ -523773,37 +314536,12 @@ _slots[1605] is not null and var loadedFnPtr ) )(value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glMinSampleShading")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MinSampleShading([NativeTypeName("GLfloat")] float value) => ThisThread.MinSampleShading(value); + [NativeFunction("opengl", EntryPoint = "glMinSampleShadingARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MinSampleShadingARB([NativeTypeName("GLfloat")] float value) => ( @@ -523814,13 +314552,12 @@ _slots[1606] is not null and var loadedFnPtr ) )(value); - [SupportedApiProfile("gl", ["GL_ARB_sample_shading"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_shading"])] [NativeFunction("opengl", EntryPoint = "glMinSampleShadingARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MinSampleShadingARB([NativeTypeName("GLfloat")] float value) => ThisThread.MinSampleShadingARB(value); + [NativeFunction("opengl", EntryPoint = "glMinSampleShadingOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MinSampleShadingOES([NativeTypeName("GLfloat")] float value) => ( @@ -523831,12 +314568,12 @@ _slots[1607] is not null and var loadedFnPtr ) )(value); - [SupportedApiProfile("gles2", ["GL_OES_sample_shading"])] [NativeFunction("opengl", EntryPoint = "glMinSampleShadingOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MinSampleShadingOES([NativeTypeName("GLfloat")] float value) => ThisThread.MinSampleShadingOES(value); + [NativeFunction("opengl", EntryPoint = "glMulticastBarrierNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastBarrierNV() => ( @@ -523847,11 +314584,11 @@ _slots[1608] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBarrierNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastBarrierNV() => ThisThread.MulticastBarrierNV(); + [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastBlitFramebufferNV( [NativeTypeName("GLuint")] uint srcGpu, @@ -523891,7 +314628,6 @@ _slots[1609] is not null and var loadedFnPtr ) )(srcGpu, dstGpu, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastBlitFramebufferNV( @@ -523923,6 +314659,8 @@ public static void MulticastBlitFramebufferNV( filter ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastBlitFramebufferNV( [NativeTypeName("GLuint")] uint srcGpu, @@ -523953,7 +314691,6 @@ void IGL.MulticastBlitFramebufferNV( filter ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -523986,6 +314723,7 @@ public static void MulticastBlitFramebufferNV( filter ); + [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastBufferSubDataNV( [NativeTypeName("GLbitfield")] uint gpuMask, @@ -524005,7 +314743,6 @@ _slots[1610] is not null and var loadedFnPtr ) )(gpuMask, buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastBufferSubDataNV( @@ -524016,6 +314753,8 @@ public static void MulticastBufferSubDataNV( [NativeTypeName("const void *")] void* data ) => ThisThread.MulticastBufferSubDataNV(gpuMask, buffer, offset, size, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastBufferSubDataNV( [NativeTypeName("GLbitfield")] uint gpuMask, @@ -524031,7 +314770,6 @@ void IGL.MulticastBufferSubDataNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524043,6 +314781,7 @@ public static void MulticastBufferSubDataNV( [NativeTypeName("const void *")] Ref data ) => ThisThread.MulticastBufferSubDataNV(gpuMask, buffer, offset, size, data); + [NativeFunction("opengl", EntryPoint = "glMulticastCopyBufferSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastCopyBufferSubDataNV( [NativeTypeName("GLuint")] uint readGpu, @@ -524064,7 +314803,6 @@ _slots[1611] is not null and var loadedFnPtr ) )(readGpu, writeGpuMask, readBuffer, writeBuffer, readOffset, writeOffset, size); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastCopyBufferSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastCopyBufferSubDataNV( @@ -524086,6 +314824,7 @@ public static void MulticastCopyBufferSubDataNV( size ); + [NativeFunction("opengl", EntryPoint = "glMulticastCopyImageSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastCopyImageSubDataNV( [NativeTypeName("GLuint")] uint srcGpu, @@ -524153,7 +314892,6 @@ _slots[1612] is not null and var loadedFnPtr srcDepth ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastCopyImageSubDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastCopyImageSubDataNV( @@ -524195,6 +314933,7 @@ public static void MulticastCopyImageSubDataNV( srcDepth ); + [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastFramebufferSampleLocationsNV( [NativeTypeName("GLuint")] uint gpu, @@ -524214,7 +314953,6 @@ _slots[1613] is not null and var loadedFnPtr ) )(gpu, framebuffer, start, count, v); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastFramebufferSampleLocationsNV( @@ -524225,6 +314963,8 @@ public static void MulticastFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.MulticastFramebufferSampleLocationsNV(gpu, framebuffer, start, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastFramebufferSampleLocationsNV( [NativeTypeName("GLuint")] uint gpu, @@ -524246,7 +314986,6 @@ void IGL.MulticastFramebufferSampleLocationsNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524258,6 +314997,7 @@ public static void MulticastFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.MulticastFramebufferSampleLocationsNV(gpu, framebuffer, start, count, v); + [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -524276,7 +315016,6 @@ _slots[1614] is not null and var loadedFnPtr ) )(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastGetQueryObjectNV( @@ -524286,6 +315025,8 @@ public static void MulticastGetQueryObjectNV( [NativeTypeName("GLint64 *")] long* @params ) => ThisThread.MulticastGetQueryObjectNV(gpu, id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -524300,7 +315041,6 @@ void IGL.MulticastGetQueryObjectNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524311,6 +315051,7 @@ public static void MulticastGetQueryObjectNV( [NativeTypeName("GLint64 *")] Ref @params ) => ThisThread.MulticastGetQueryObjectNV(gpu, id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -524329,7 +315070,6 @@ _slots[1615] is not null and var loadedFnPtr ) )(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastGetQueryObjectNV( @@ -524339,6 +315079,8 @@ public static void MulticastGetQueryObjectNV( [NativeTypeName("GLint *")] int* @params ) => ThisThread.MulticastGetQueryObjectNV(gpu, id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -524353,7 +315095,6 @@ void IGL.MulticastGetQueryObjectNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524364,6 +315105,7 @@ public static void MulticastGetQueryObjectNV( [NativeTypeName("GLint *")] Ref @params ) => ThisThread.MulticastGetQueryObjectNV(gpu, id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -524382,7 +315124,6 @@ _slots[1616] is not null and var loadedFnPtr ) )(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastGetQueryObjectNV( @@ -524392,6 +315133,8 @@ public static void MulticastGetQueryObjectNV( [NativeTypeName("GLuint64 *")] ulong* @params ) => ThisThread.MulticastGetQueryObjectNV(gpu, id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -524406,7 +315149,6 @@ void IGL.MulticastGetQueryObjectNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524417,6 +315159,7 @@ public static void MulticastGetQueryObjectNV( [NativeTypeName("GLuint64 *")] Ref @params ) => ThisThread.MulticastGetQueryObjectNV(gpu, id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -524435,7 +315178,6 @@ _slots[1617] is not null and var loadedFnPtr ) )(gpu, id, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastGetQueryObjectNV( @@ -524445,6 +315187,8 @@ public static void MulticastGetQueryObjectNV( [NativeTypeName("GLuint *")] uint* @params ) => ThisThread.MulticastGetQueryObjectNV(gpu, id, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -524459,7 +315203,6 @@ void IGL.MulticastGetQueryObjectNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524470,6 +315213,7 @@ public static void MulticastGetQueryObjectNV( [NativeTypeName("GLuint *")] Ref @params ) => ThisThread.MulticastGetQueryObjectNV(gpu, id, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastScissorArrayNVX( [NativeTypeName("GLuint")] uint gpu, @@ -524488,7 +315232,6 @@ _slots[1618] is not null and var loadedFnPtr ) )(gpu, first, count, v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastScissorArrayNVX( @@ -524498,6 +315241,8 @@ public static void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] int* v ) => ThisThread.MulticastScissorArrayNVX(gpu, first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastScissorArrayNVX( [NativeTypeName("GLuint")] uint gpu, @@ -524512,7 +315257,6 @@ void IGL.MulticastScissorArrayNVX( } } - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524523,6 +315267,8 @@ public static void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.MulticastScissorArrayNVX(gpu, first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastScissorArrayNVX( [NativeTypeName("GLuint")] uint gpu, @@ -524530,7 +315276,6 @@ void IGL.MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] int v ) => ((IGL)this).MulticastScissorArrayNVX(gpu, first, 1, (int*)&v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524540,6 +315285,7 @@ public static void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] int v ) => ThisThread.MulticastScissorArrayNVX(gpu, first, v); + [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastViewportArrayNVX( [NativeTypeName("GLuint")] uint gpu, @@ -524558,7 +315304,6 @@ _slots[1619] is not null and var loadedFnPtr ) )(gpu, first, count, v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastViewportArrayNVX( @@ -524568,6 +315313,8 @@ public static void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.MulticastViewportArrayNVX(gpu, first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastViewportArrayNVX( [NativeTypeName("GLuint")] uint gpu, @@ -524582,7 +315329,6 @@ void IGL.MulticastViewportArrayNVX( } } - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524593,6 +315339,8 @@ public static void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.MulticastViewportArrayNVX(gpu, first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastViewportArrayNVX( [NativeTypeName("GLuint")] uint gpu, @@ -524600,7 +315348,6 @@ void IGL.MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] float v ) => ((IGL)this).MulticastViewportArrayNVX(gpu, first, 1, (float*)&v); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524610,6 +315357,7 @@ public static void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] float v ) => ThisThread.MulticastViewportArrayNVX(gpu, first, v); + [NativeFunction("opengl", EntryPoint = "glMulticastViewportPositionWScaleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastViewportPositionWScaleNVX( [NativeTypeName("GLuint")] uint gpu, @@ -524628,7 +315376,6 @@ _slots[1620] is not null and var loadedFnPtr ) )(gpu, index, xcoeff, ycoeff); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastViewportPositionWScaleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastViewportPositionWScaleNVX( @@ -524638,6 +315385,7 @@ public static void MulticastViewportPositionWScaleNVX( [NativeTypeName("GLfloat")] float ycoeff ) => ThisThread.MulticastViewportPositionWScaleNVX(gpu, index, xcoeff, ycoeff); + [NativeFunction("opengl", EntryPoint = "glMulticastWaitSyncNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MulticastWaitSyncNV( [NativeTypeName("GLuint")] uint signalGpu, @@ -524651,7 +315399,6 @@ _slots[1621] is not null and var loadedFnPtr ) )(signalGpu, waitGpuMask); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastWaitSyncNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MulticastWaitSyncNV( @@ -524659,6 +315406,7 @@ public static void MulticastWaitSyncNV( [NativeTypeName("GLbitfield")] uint waitGpuMask ) => ThisThread.MulticastWaitSyncNV(signalGpu, waitGpuMask); + [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArrays( [NativeTypeName("GLenum")] uint mode, @@ -524674,48 +315422,6 @@ _slots[1622] is not null and var loadedFnPtr ) )(mode, first, count, drawcount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawArrays( @@ -524725,6 +315431,8 @@ public static void MultiDrawArrays( [NativeTypeName("GLsizei")] uint drawcount ) => ThisThread.MultiDrawArrays(mode, first, count, drawcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArrays( [NativeTypeName("GLenum")] Constant mode, @@ -524740,48 +315448,6 @@ void IGL.MultiDrawArrays( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524792,6 +315458,7 @@ public static void MultiDrawArrays( [NativeTypeName("GLsizei")] uint drawcount ) => ThisThread.MultiDrawArrays(mode, first, count, drawcount); + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysEXT( [NativeTypeName("GLenum")] uint mode, @@ -524807,9 +315474,6 @@ _slots[1623] is not null and var loadedFnPtr ) )(mode, first, count, primcount); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawArraysEXT( @@ -524819,6 +315483,8 @@ public static void MultiDrawArraysEXT( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.MultiDrawArraysEXT(mode, first, count, primcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysEXT( [NativeTypeName("GLenum")] Constant mode, @@ -524834,9 +315500,6 @@ void IGL.MultiDrawArraysEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524847,6 +315510,7 @@ public static void MultiDrawArraysEXT( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.MultiDrawArraysEXT(mode, first, count, primcount); + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirect( [NativeTypeName("GLenum")] uint mode, @@ -524865,28 +315529,6 @@ _slots[1624] is not null and var loadedFnPtr ) )(mode, indirect, drawcount, stride); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawArraysIndirect( @@ -524896,6 +315538,8 @@ public static void MultiDrawArraysIndirect( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawArraysIndirect(mode, indirect, drawcount, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirect( [NativeTypeName("GLenum")] Constant mode, @@ -524910,28 +315554,6 @@ void IGL.MultiDrawArraysIndirect( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524942,6 +315564,7 @@ public static void MultiDrawArraysIndirect( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawArraysIndirect(mode, indirect, drawcount, stride); + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirectAMD( [NativeTypeName("GLenum")] uint mode, @@ -524960,7 +315583,6 @@ _slots[1625] is not null and var loadedFnPtr ) )(mode, indirect, primcount, stride); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawArraysIndirectAMD( @@ -524970,6 +315592,8 @@ public static void MultiDrawArraysIndirectAMD( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawArraysIndirectAMD(mode, indirect, primcount, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirectAMD( [NativeTypeName("GLenum")] Constant mode, @@ -524984,7 +315608,6 @@ void IGL.MultiDrawArraysIndirectAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -524995,6 +315618,7 @@ public static void MultiDrawArraysIndirectAMD( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawArraysIndirectAMD(mode, indirect, primcount, stride); + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirectBindlessCountNV( [NativeTypeName("GLenum")] uint mode, @@ -525015,8 +315639,6 @@ _slots[1626] is not null and var loadedFnPtr ) )(mode, indirect, drawCount, maxDrawCount, stride, vertexBufferCount); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawArraysIndirectBindlessCountNV( @@ -525036,6 +315658,8 @@ public static void MultiDrawArraysIndirectBindlessCountNV( vertexBufferCount ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirectBindlessCountNV( [NativeTypeName("GLenum")] Constant mode, @@ -525059,8 +315683,6 @@ void IGL.MultiDrawArraysIndirectBindlessCountNV( } } - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -525081,6 +315703,7 @@ public static void MultiDrawArraysIndirectBindlessCountNV( vertexBufferCount ); + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirectBindlesNV( [NativeTypeName("GLenum")] uint mode, @@ -525100,8 +315723,6 @@ _slots[1627] is not null and var loadedFnPtr ) )(mode, indirect, drawCount, stride, vertexBufferCount); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawArraysIndirectBindlesNV( @@ -525119,6 +315740,8 @@ public static void MultiDrawArraysIndirectBindlesNV( vertexBufferCount ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirectBindlesNV( [NativeTypeName("GLenum")] Constant mode, @@ -525140,8 +315763,6 @@ void IGL.MultiDrawArraysIndirectBindlesNV( } } - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -525160,6 +315781,7 @@ public static void MultiDrawArraysIndirectBindlesNV( vertexBufferCount ); + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirectCount( [NativeTypeName("GLenum")] uint mode, @@ -525179,8 +315801,6 @@ _slots[1628] is not null and var loadedFnPtr ) )(mode, indirect, drawcount, maxdrawcount, stride); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawArraysIndirectCount( @@ -525191,6 +315811,8 @@ public static void MultiDrawArraysIndirectCount( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawArraysIndirectCount(mode, indirect, drawcount, maxdrawcount, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirectCount( [NativeTypeName("GLenum")] Constant mode, @@ -525212,8 +315834,6 @@ void IGL.MultiDrawArraysIndirectCount( } } - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -525225,6 +315845,7 @@ public static void MultiDrawArraysIndirectCount( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawArraysIndirectCount(mode, indirect, drawcount, maxdrawcount, stride); + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirectCountARB( [NativeTypeName("GLenum")] uint mode, @@ -525244,8 +315865,6 @@ _slots[1629] is not null and var loadedFnPtr ) )(mode, indirect, drawcount, maxdrawcount, stride); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawArraysIndirectCountARB( @@ -525257,6 +315876,8 @@ public static void MultiDrawArraysIndirectCountARB( ) => ThisThread.MultiDrawArraysIndirectCountARB(mode, indirect, drawcount, maxdrawcount, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirectCountARB( [NativeTypeName("GLenum")] Constant mode, @@ -525278,8 +315899,6 @@ void IGL.MultiDrawArraysIndirectCountARB( } } - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -525292,6 +315911,7 @@ public static void MultiDrawArraysIndirectCountARB( ) => ThisThread.MultiDrawArraysIndirectCountARB(mode, indirect, drawcount, maxdrawcount, stride); + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirectEXT( [NativeTypeName("GLenum")] uint mode, @@ -525310,7 +315930,6 @@ _slots[1630] is not null and var loadedFnPtr ) )(mode, indirect, drawcount, stride); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawArraysIndirectEXT( @@ -525320,6 +315939,8 @@ public static void MultiDrawArraysIndirectEXT( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawArraysIndirectEXT(mode, indirect, drawcount, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawArraysIndirectEXT( [NativeTypeName("GLenum")] Constant mode, @@ -525334,7 +315955,6 @@ void IGL.MultiDrawArraysIndirectEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -525345,8 +315965,9 @@ public static void MultiDrawArraysIndirectEXT( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawArraysIndirectEXT(mode, indirect, drawcount, stride); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiDrawElementArrayApple( + void IGL.MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLint *")] int* first, [NativeTypeName("const GLsizei *")] uint* count, @@ -525363,18 +315984,19 @@ _slots[1631] is not null and var loadedFnPtr ) )(mode, first, count, primcount); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiDrawElementArrayApple( + public static void MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLint *")] int* first, [NativeTypeName("const GLsizei *")] uint* count, [NativeTypeName("GLsizei")] uint primcount - ) => ThisThread.MultiDrawElementArrayApple(mode, first, count, primcount); + ) => ThisThread.MultiDrawElementArrayAPPLE(mode, first, count, primcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiDrawElementArrayApple( + void IGL.MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("const GLint *")] Ref first, [NativeTypeName("const GLsizei *")] Ref count, @@ -525384,21 +316006,21 @@ void IGL.MultiDrawElementArrayApple( fixed (uint* __dsl_count = count) fixed (int* __dsl_first = first) { - ((IGL)this).MultiDrawElementArrayApple((uint)mode, __dsl_first, __dsl_count, primcount); + ((IGL)this).MultiDrawElementArrayAPPLE((uint)mode, __dsl_first, __dsl_count, primcount); } } - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiDrawElementArrayApple( + public static void MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("const GLint *")] Ref first, [NativeTypeName("const GLsizei *")] Ref count, [NativeTypeName("GLsizei")] uint primcount - ) => ThisThread.MultiDrawElementArrayApple(mode, first, count, primcount); + ) => ThisThread.MultiDrawElementArrayAPPLE(mode, first, count, primcount); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElements( [NativeTypeName("GLenum")] uint mode, @@ -525415,48 +316037,6 @@ _slots[1632] is not null and var loadedFnPtr ) )(mode, count, type, indices, drawcount); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawElements( @@ -525467,6 +316047,8 @@ public static void MultiDrawElements( [NativeTypeName("GLsizei")] uint drawcount ) => ThisThread.MultiDrawElements(mode, count, type, indices, drawcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElements( [NativeTypeName("GLenum")] Constant mode, @@ -525489,48 +316071,6 @@ void IGL.MultiDrawElements( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -525542,6 +316082,7 @@ public static void MultiDrawElements( [NativeTypeName("GLsizei")] uint drawcount ) => ThisThread.MultiDrawElements(mode, count, type, indices, drawcount); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsBaseVertex( [NativeTypeName("GLenum")] uint mode, @@ -525562,38 +316103,6 @@ _slots[1633] is not null and var loadedFnPtr ) )(mode, count, type, indices, drawcount, basevertex); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawElementsBaseVertex( @@ -525605,6 +316114,8 @@ public static void MultiDrawElementsBaseVertex( [NativeTypeName("const GLint *")] int* basevertex ) => ThisThread.MultiDrawElementsBaseVertex(mode, count, type, indices, drawcount, basevertex); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsBaseVertex( [NativeTypeName("GLenum")] Constant mode, @@ -525630,38 +316141,6 @@ void IGL.MultiDrawElementsBaseVertex( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -525674,6 +316153,7 @@ public static void MultiDrawElementsBaseVertex( [NativeTypeName("const GLint *")] Ref basevertex ) => ThisThread.MultiDrawElementsBaseVertex(mode, count, type, indices, drawcount, basevertex); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, @@ -525694,10 +316174,6 @@ _slots[1634] is not null and var loadedFnPtr ) )(mode, count, type, indices, drawcount, basevertex); - [SupportedApiProfile( - "gles2", - ["GL_EXT_draw_elements_base_vertex", "GL_OES_draw_elements_base_vertex"] - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawElementsBaseVertexEXT( @@ -525717,6 +316193,8 @@ public static void MultiDrawElementsBaseVertexEXT( basevertex ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsBaseVertexEXT( [NativeTypeName("GLenum")] Constant mode, @@ -525742,10 +316220,6 @@ void IGL.MultiDrawElementsBaseVertexEXT( } } - [SupportedApiProfile( - "gles2", - ["GL_EXT_draw_elements_base_vertex", "GL_OES_draw_elements_base_vertex"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -525766,6 +316240,7 @@ public static void MultiDrawElementsBaseVertexEXT( basevertex ); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsEXT( [NativeTypeName("GLenum")] uint mode, @@ -525782,9 +316257,6 @@ _slots[1635] is not null and var loadedFnPtr ) )(mode, count, type, indices, primcount); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawElementsEXT( @@ -525795,6 +316267,8 @@ public static void MultiDrawElementsEXT( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.MultiDrawElementsEXT(mode, count, type, indices, primcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsEXT( [NativeTypeName("GLenum")] Constant mode, @@ -525817,9 +316291,6 @@ void IGL.MultiDrawElementsEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -525831,6 +316302,7 @@ public static void MultiDrawElementsEXT( [NativeTypeName("GLsizei")] uint primcount ) => ThisThread.MultiDrawElementsEXT(mode, count, type, indices, primcount); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirect( [NativeTypeName("GLenum")] uint mode, @@ -525850,28 +316322,6 @@ _slots[1636] is not null and var loadedFnPtr ) )(mode, type, indirect, drawcount, stride); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawElementsIndirect( @@ -525882,6 +316332,8 @@ public static void MultiDrawElementsIndirect( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawElementsIndirect(mode, type, indirect, drawcount, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirect( [NativeTypeName("GLenum")] Constant mode, @@ -525903,28 +316355,6 @@ void IGL.MultiDrawElementsIndirect( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -525936,6 +316366,7 @@ public static void MultiDrawElementsIndirect( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawElementsIndirect(mode, type, indirect, drawcount, stride); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirectAMD( [NativeTypeName("GLenum")] uint mode, @@ -525955,7 +316386,6 @@ _slots[1637] is not null and var loadedFnPtr ) )(mode, type, indirect, primcount, stride); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawElementsIndirectAMD( @@ -525966,6 +316396,8 @@ public static void MultiDrawElementsIndirectAMD( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawElementsIndirectAMD(mode, type, indirect, primcount, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirectAMD( [NativeTypeName("GLenum")] Constant mode, @@ -525987,7 +316419,6 @@ void IGL.MultiDrawElementsIndirectAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -525999,6 +316430,7 @@ public static void MultiDrawElementsIndirectAMD( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawElementsIndirectAMD(mode, type, indirect, primcount, stride); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirectBindlessCountNV( [NativeTypeName("GLenum")] uint mode, @@ -526020,8 +316452,6 @@ _slots[1638] is not null and var loadedFnPtr ) )(mode, type, indirect, drawCount, maxDrawCount, stride, vertexBufferCount); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawElementsIndirectBindlessCountNV( @@ -526043,6 +316473,8 @@ public static void MultiDrawElementsIndirectBindlessCountNV( vertexBufferCount ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirectBindlessCountNV( [NativeTypeName("GLenum")] Constant mode, @@ -526068,8 +316500,6 @@ void IGL.MultiDrawElementsIndirectBindlessCountNV( } } - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526092,6 +316522,7 @@ public static void MultiDrawElementsIndirectBindlessCountNV( vertexBufferCount ); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirectBindlesNV( [NativeTypeName("GLenum")] uint mode, @@ -526112,8 +316543,6 @@ _slots[1639] is not null and var loadedFnPtr ) )(mode, type, indirect, drawCount, stride, vertexBufferCount); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawElementsIndirectBindlesNV( @@ -526133,6 +316562,8 @@ public static void MultiDrawElementsIndirectBindlesNV( vertexBufferCount ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirectBindlesNV( [NativeTypeName("GLenum")] Constant mode, @@ -526156,8 +316587,6 @@ void IGL.MultiDrawElementsIndirectBindlesNV( } } - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526178,6 +316607,7 @@ public static void MultiDrawElementsIndirectBindlesNV( vertexBufferCount ); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirectCount( [NativeTypeName("GLenum")] uint mode, @@ -526198,8 +316628,6 @@ _slots[1640] is not null and var loadedFnPtr ) )(mode, type, indirect, drawcount, maxdrawcount, stride); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawElementsIndirectCount( @@ -526219,6 +316647,8 @@ public static void MultiDrawElementsIndirectCount( stride ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirectCount( [NativeTypeName("GLenum")] Constant mode, @@ -526242,8 +316672,6 @@ void IGL.MultiDrawElementsIndirectCount( } } - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526264,6 +316692,7 @@ public static void MultiDrawElementsIndirectCount( stride ); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirectCountARB( [NativeTypeName("GLenum")] uint mode, @@ -526284,8 +316713,6 @@ _slots[1641] is not null and var loadedFnPtr ) )(mode, type, indirect, drawcount, maxdrawcount, stride); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawElementsIndirectCountARB( @@ -526305,6 +316732,8 @@ public static void MultiDrawElementsIndirectCountARB( stride ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirectCountARB( [NativeTypeName("GLenum")] Constant mode, @@ -526328,8 +316757,6 @@ void IGL.MultiDrawElementsIndirectCountARB( } } - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526350,6 +316777,7 @@ public static void MultiDrawElementsIndirectCountARB( stride ); + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirectEXT( [NativeTypeName("GLenum")] uint mode, @@ -526369,7 +316797,6 @@ _slots[1642] is not null and var loadedFnPtr ) )(mode, type, indirect, drawcount, stride); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawElementsIndirectEXT( @@ -526380,6 +316807,8 @@ public static void MultiDrawElementsIndirectEXT( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawElementsIndirectEXT(mode, type, indirect, drawcount, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawElementsIndirectEXT( [NativeTypeName("GLenum")] Constant mode, @@ -526401,7 +316830,6 @@ void IGL.MultiDrawElementsIndirectEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526413,6 +316841,7 @@ public static void MultiDrawElementsIndirectEXT( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawElementsIndirectEXT(mode, type, indirect, drawcount, stride); + [NativeFunction("opengl", EntryPoint = "glMultiDrawMeshTasksIndirectCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawMeshTasksIndirectCountNV( [NativeTypeName("GLintptr")] nint indirect, @@ -526431,9 +316860,6 @@ _slots[1643] is not null and var loadedFnPtr ) )(indirect, drawcount, maxdrawcount, stride); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawMeshTasksIndirectCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawMeshTasksIndirectCountNV( @@ -526443,6 +316869,7 @@ public static void MultiDrawMeshTasksIndirectCountNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawMeshTasksIndirectCountNV(indirect, drawcount, maxdrawcount, stride); + [NativeFunction("opengl", EntryPoint = "glMultiDrawMeshTasksIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiDrawMeshTasksIndirectNV( [NativeTypeName("GLintptr")] nint indirect, @@ -526460,9 +316887,6 @@ _slots[1644] is not null and var loadedFnPtr ) )(indirect, drawcount, stride); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawMeshTasksIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiDrawMeshTasksIndirectNV( @@ -526471,8 +316895,9 @@ public static void MultiDrawMeshTasksIndirectNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.MultiDrawMeshTasksIndirectNV(indirect, drawcount, stride); + [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiDrawRangeElementArrayApple( + void IGL.MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -526491,20 +316916,21 @@ _slots[1645] is not null and var loadedFnPtr ) )(mode, start, end, first, count, primcount); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiDrawRangeElementArrayApple( + public static void MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("const GLint *")] int* first, [NativeTypeName("const GLsizei *")] uint* count, [NativeTypeName("GLsizei")] uint primcount - ) => ThisThread.MultiDrawRangeElementArrayApple(mode, start, end, first, count, primcount); + ) => ThisThread.MultiDrawRangeElementArrayAPPLE(mode, start, end, first, count, primcount); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiDrawRangeElementArrayApple( + void IGL.MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -526516,7 +316942,7 @@ void IGL.MultiDrawRangeElementArrayApple( fixed (uint* __dsl_count = count) fixed (int* __dsl_first = first) { - ((IGL)this).MultiDrawRangeElementArrayApple( + ((IGL)this).MultiDrawRangeElementArrayAPPLE( (uint)mode, start, end, @@ -526527,19 +316953,19 @@ void IGL.MultiDrawRangeElementArrayApple( } } - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiDrawRangeElementArrayApple( + public static void MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, [NativeTypeName("const GLint *")] Ref first, [NativeTypeName("const GLsizei *")] Ref count, [NativeTypeName("GLsizei")] uint primcount - ) => ThisThread.MultiDrawRangeElementArrayApple(mode, start, end, first, count, primcount); + ) => ThisThread.MultiDrawRangeElementArrayAPPLE(mode, start, end, first, count, primcount); + [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiModeDrawArraysIBM( [NativeTypeName("const GLenum *")] uint* mode, @@ -526559,7 +316985,6 @@ _slots[1646] is not null and var loadedFnPtr ) )(mode, first, count, primcount, modestride); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiModeDrawArraysIBM( @@ -526570,6 +316995,8 @@ public static void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ) => ThisThread.MultiModeDrawArraysIBM(mode, first, count, primcount, modestride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiModeDrawArraysIBM( [NativeTypeName("const GLenum *")] Ref mode, @@ -526593,7 +317020,6 @@ void IGL.MultiModeDrawArraysIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526605,6 +317031,8 @@ public static void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ) => ThisThread.MultiModeDrawArraysIBM(mode, first, count, primcount, modestride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiModeDrawArraysIBM( [NativeTypeName("const GLenum *")] Ref mode, @@ -526628,7 +317056,6 @@ void IGL.MultiModeDrawArraysIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526640,6 +317067,8 @@ public static void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ) => ThisThread.MultiModeDrawArraysIBM(mode, first, count, primcount, modestride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiModeDrawArraysIBM( [NativeTypeName("const GLenum *")] Ref mode, @@ -526663,7 +317092,6 @@ void IGL.MultiModeDrawArraysIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526675,6 +317103,7 @@ public static void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ) => ThisThread.MultiModeDrawArraysIBM(mode, first, count, primcount, modestride); + [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiModeDrawElementsIBM( [NativeTypeName("const GLenum *")] uint* mode, @@ -526695,7 +317124,6 @@ _slots[1647] is not null and var loadedFnPtr ) )(mode, count, type, indices, primcount, modestride); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiModeDrawElementsIBM( @@ -526707,6 +317135,8 @@ public static void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ) => ThisThread.MultiModeDrawElementsIBM(mode, count, type, indices, primcount, modestride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiModeDrawElementsIBM( [NativeTypeName("const GLenum *")] Ref mode, @@ -526732,7 +317162,6 @@ void IGL.MultiModeDrawElementsIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526745,6 +317174,8 @@ public static void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ) => ThisThread.MultiModeDrawElementsIBM(mode, count, type, indices, primcount, modestride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiModeDrawElementsIBM( [NativeTypeName("const GLenum *")] Ref mode, @@ -526770,7 +317201,6 @@ void IGL.MultiModeDrawElementsIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526783,6 +317213,8 @@ public static void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ) => ThisThread.MultiModeDrawElementsIBM(mode, count, type, indices, primcount, modestride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiModeDrawElementsIBM( [NativeTypeName("const GLenum *")] Ref mode, @@ -526808,7 +317240,6 @@ void IGL.MultiModeDrawElementsIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526821,6 +317252,7 @@ public static void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ) => ThisThread.MultiModeDrawElementsIBM(mode, count, type, indices, primcount, modestride); + [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexBufferEXT( [NativeTypeName("GLenum")] uint texunit, @@ -526836,8 +317268,6 @@ _slots[1648] is not null and var loadedFnPtr ) )(texunit, target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexBufferEXT( @@ -526847,6 +317277,8 @@ public static void MultiTexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.MultiTexBufferEXT(texunit, target, internalformat, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexBufferEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -526855,8 +317287,6 @@ void IGL.MultiTexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => ((IGL)this).MultiTexBufferEXT((uint)texunit, (uint)target, (uint)internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526867,6 +317297,7 @@ public static void MultiTexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.MultiTexBufferEXT(texunit, target, internalformat, buffer); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord1OES( [NativeTypeName("GLenum")] uint texture, @@ -526880,7 +317311,6 @@ _slots[1649] is not null and var loadedFnPtr ) )(texture, s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord1OES( @@ -526888,13 +317318,14 @@ public static void MultiTexCoord1OES( [NativeTypeName("GLbyte")] sbyte s ) => ThisThread.MultiTexCoord1OES(texture, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord1OES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLbyte")] sbyte s ) => ((IGL)this).MultiTexCoord1OES((uint)texture, s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526903,21 +317334,23 @@ public static void MultiTexCoord1OES( [NativeTypeName("GLbyte")] sbyte s ) => ThisThread.MultiTexCoord1OES(texture, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1BvO( + void IGL.MultiTexCoord1BvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLbyte *")] sbyte coords ) => ((IGL)this).MultiTexCoord1OES((uint)texture, (sbyte*)&coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1BvO( + public static void MultiTexCoord1BvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLbyte *")] sbyte coords - ) => ThisThread.MultiTexCoord1BvO(texture, coords); + ) => ThisThread.MultiTexCoord1BvOOES(texture, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord1OES( [NativeTypeName("GLenum")] uint texture, @@ -526931,7 +317364,6 @@ _slots[1650] is not null and var loadedFnPtr ) )(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord1OES( @@ -526939,6 +317371,8 @@ public static void MultiTexCoord1OES( [NativeTypeName("const GLbyte *")] sbyte* coords ) => ThisThread.MultiTexCoord1OES(texture, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord1OES( [NativeTypeName("GLenum")] Constant texture, @@ -526951,7 +317385,6 @@ void IGL.MultiTexCoord1OES( } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -526960,8 +317393,9 @@ public static void MultiTexCoord1OES( [NativeTypeName("const GLbyte *")] Ref coords ) => ThisThread.MultiTexCoord1OES(texture, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1D( + void IGL.MultiTexCoord1d( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s ) => @@ -526973,73 +317407,32 @@ _slots[1651] is not null and var loadedFnPtr ) )(target, s); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1D( + public static void MultiTexCoord1d( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s - ) => ThisThread.MultiTexCoord1D(target, s); + ) => ThisThread.MultiTexCoord1d(target, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1D( + void IGL.MultiTexCoord1d( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) => ((IGL)this).MultiTexCoord1D((uint)target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => ((IGL)this).MultiTexCoord1d((uint)target, s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1D( + public static void MultiTexCoord1d( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) => ThisThread.MultiTexCoord1D(target, s); + ) => ThisThread.MultiTexCoord1d(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1DARB( + void IGL.MultiTexCoord1dARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s ) => @@ -527051,31 +317444,32 @@ _slots[1652] is not null and var loadedFnPtr ) )(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1DARB( + public static void MultiTexCoord1dARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s - ) => ThisThread.MultiTexCoord1DARB(target, s); + ) => ThisThread.MultiTexCoord1dARB(target, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1DARB( + void IGL.MultiTexCoord1dARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) => ((IGL)this).MultiTexCoord1DARB((uint)target, s); + ) => ((IGL)this).MultiTexCoord1dARB((uint)target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1DARB( + public static void MultiTexCoord1dARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s - ) => ThisThread.MultiTexCoord1DARB(target, s); + ) => ThisThread.MultiTexCoord1dARB(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1Dv( + void IGL.MultiTexCoord1dv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ) => @@ -527087,115 +317481,54 @@ _slots[1653] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1Dv( + public static void MultiTexCoord1dv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v - ) => ThisThread.MultiTexCoord1Dv(target, v); + ) => ThisThread.MultiTexCoord1dv(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1Dv( + void IGL.MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - ((IGL)this).MultiTexCoord1Dv((uint)target, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ((IGL)this).MultiTexCoord1dv((uint)target, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1Dv( + public static void MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v - ) => ThisThread.MultiTexCoord1Dv(target, v); + ) => ThisThread.MultiTexCoord1dv(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1Dv( + void IGL.MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v - ) => ((IGL)this).MultiTexCoord1Dv((uint)target, (double*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => ((IGL)this).MultiTexCoord1dv((uint)target, (double*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1Dv( + public static void MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v - ) => ThisThread.MultiTexCoord1Dv(target, v); + ) => ThisThread.MultiTexCoord1dv(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1DvARB( + void IGL.MultiTexCoord1dvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ) => @@ -527207,52 +317540,54 @@ _slots[1654] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1DvARB( + public static void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v - ) => ThisThread.MultiTexCoord1DvARB(target, v); + ) => ThisThread.MultiTexCoord1dvARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1DvARB( + void IGL.MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - ((IGL)this).MultiTexCoord1DvARB((uint)target, __dsl_v); + ((IGL)this).MultiTexCoord1dvARB((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1DvARB( + public static void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v - ) => ThisThread.MultiTexCoord1DvARB(target, v); + ) => ThisThread.MultiTexCoord1dvARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1DvARB( + void IGL.MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v - ) => ((IGL)this).MultiTexCoord1DvARB((uint)target, (double*)&v); + ) => ((IGL)this).MultiTexCoord1dvARB((uint)target, (double*)&v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1DvARB( + public static void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v - ) => ThisThread.MultiTexCoord1DvARB(target, v); + ) => ThisThread.MultiTexCoord1dvARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1F( + void IGL.MultiTexCoord1f( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s ) => @@ -527264,73 +317599,32 @@ _slots[1655] is not null and var loadedFnPtr ) )(target, s); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1F( + public static void MultiTexCoord1f( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s - ) => ThisThread.MultiTexCoord1F(target, s); + ) => ThisThread.MultiTexCoord1f(target, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1F( + void IGL.MultiTexCoord1f( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) => ((IGL)this).MultiTexCoord1F((uint)target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => ((IGL)this).MultiTexCoord1f((uint)target, s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1F( + public static void MultiTexCoord1f( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) => ThisThread.MultiTexCoord1F(target, s); + ) => ThisThread.MultiTexCoord1f(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1FARB( + void IGL.MultiTexCoord1fARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s ) => @@ -527342,31 +317636,32 @@ _slots[1656] is not null and var loadedFnPtr ) )(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1FARB( + public static void MultiTexCoord1fARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s - ) => ThisThread.MultiTexCoord1FARB(target, s); + ) => ThisThread.MultiTexCoord1fARB(target, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1FARB( + void IGL.MultiTexCoord1fARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) => ((IGL)this).MultiTexCoord1FARB((uint)target, s); + ) => ((IGL)this).MultiTexCoord1fARB((uint)target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1FARB( + public static void MultiTexCoord1fARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s - ) => ThisThread.MultiTexCoord1FARB(target, s); + ) => ThisThread.MultiTexCoord1fARB(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1Fv( + void IGL.MultiTexCoord1fv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ) => @@ -527378,115 +317673,54 @@ _slots[1657] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1Fv( + public static void MultiTexCoord1fv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v - ) => ThisThread.MultiTexCoord1Fv(target, v); + ) => ThisThread.MultiTexCoord1fv(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1Fv( + void IGL.MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - ((IGL)this).MultiTexCoord1Fv((uint)target, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ((IGL)this).MultiTexCoord1fv((uint)target, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1Fv( + public static void MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v - ) => ThisThread.MultiTexCoord1Fv(target, v); + ) => ThisThread.MultiTexCoord1fv(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1Fv( + void IGL.MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v - ) => ((IGL)this).MultiTexCoord1Fv((uint)target, (float*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => ((IGL)this).MultiTexCoord1fv((uint)target, (float*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1Fv( + public static void MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v - ) => ThisThread.MultiTexCoord1Fv(target, v); + ) => ThisThread.MultiTexCoord1fv(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1FvARB( + void IGL.MultiTexCoord1fvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ) => @@ -527498,50 +317732,52 @@ _slots[1658] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1FvARB( + public static void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v - ) => ThisThread.MultiTexCoord1FvARB(target, v); + ) => ThisThread.MultiTexCoord1fvARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1FvARB( + void IGL.MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - ((IGL)this).MultiTexCoord1FvARB((uint)target, __dsl_v); + ((IGL)this).MultiTexCoord1fvARB((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1FvARB( + public static void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v - ) => ThisThread.MultiTexCoord1FvARB(target, v); + ) => ThisThread.MultiTexCoord1fvARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1FvARB( + void IGL.MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v - ) => ((IGL)this).MultiTexCoord1FvARB((uint)target, (float*)&v); + ) => ((IGL)this).MultiTexCoord1fvARB((uint)target, (float*)&v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1FvARB( + public static void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v - ) => ThisThread.MultiTexCoord1FvARB(target, v); + ) => ThisThread.MultiTexCoord1fvARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord1NV( [NativeTypeName("GLenum")] uint target, @@ -527555,7 +317791,6 @@ _slots[1659] is not null and var loadedFnPtr ) )(target, s); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord1NV( @@ -527563,13 +317798,14 @@ public static void MultiTexCoord1NV( [NativeTypeName("GLhalfNV")] ushort s ) => ThisThread.MultiTexCoord1NV(target, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord1NV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLhalfNV")] ushort s ) => ((IGL)this).MultiTexCoord1NV((uint)target, s); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -527578,8 +317814,9 @@ public static void MultiTexCoord1NV( [NativeTypeName("GLhalfNV")] ushort s ) => ThisThread.MultiTexCoord1NV(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1HvNV( + void IGL.MultiTexCoord1hvNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ) => @@ -527591,52 +317828,54 @@ _slots[1660] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1HvNV( + public static void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v - ) => ThisThread.MultiTexCoord1HvNV(target, v); + ) => ThisThread.MultiTexCoord1hvNV(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1HvNV( + void IGL.MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] Ref v ) { fixed (ushort* __dsl_v = v) { - ((IGL)this).MultiTexCoord1HvNV((uint)target, __dsl_v); + ((IGL)this).MultiTexCoord1hvNV((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1HvNV( + public static void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] Ref v - ) => ThisThread.MultiTexCoord1HvNV(target, v); + ) => ThisThread.MultiTexCoord1hvNV(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1HvNV( + void IGL.MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] ushort v - ) => ((IGL)this).MultiTexCoord1HvNV((uint)target, (ushort*)&v); + ) => ((IGL)this).MultiTexCoord1hvNV((uint)target, (ushort*)&v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1HvNV( + public static void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] ushort v - ) => ThisThread.MultiTexCoord1HvNV(target, v); + ) => ThisThread.MultiTexCoord1hvNV(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1I( + void IGL.MultiTexCoord1i( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s ) => @@ -527648,73 +317887,32 @@ _slots[1661] is not null and var loadedFnPtr ) )(target, s); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1I( + public static void MultiTexCoord1i( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s - ) => ThisThread.MultiTexCoord1I(target, s); + ) => ThisThread.MultiTexCoord1i(target, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1I( + void IGL.MultiTexCoord1i( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) => ((IGL)this).MultiTexCoord1I((uint)target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => ((IGL)this).MultiTexCoord1i((uint)target, s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1I( + public static void MultiTexCoord1i( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) => ThisThread.MultiTexCoord1I(target, s); + ) => ThisThread.MultiTexCoord1i(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1IARB( + void IGL.MultiTexCoord1iARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s ) => @@ -527726,31 +317924,32 @@ _slots[1662] is not null and var loadedFnPtr ) )(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1IARB( + public static void MultiTexCoord1iARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s - ) => ThisThread.MultiTexCoord1IARB(target, s); + ) => ThisThread.MultiTexCoord1iARB(target, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1IARB( + void IGL.MultiTexCoord1iARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) => ((IGL)this).MultiTexCoord1IARB((uint)target, s); + ) => ((IGL)this).MultiTexCoord1iARB((uint)target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1IARB( + public static void MultiTexCoord1iARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s - ) => ThisThread.MultiTexCoord1IARB(target, s); + ) => ThisThread.MultiTexCoord1iARB(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1Iv( + void IGL.MultiTexCoord1iv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ) => @@ -527762,115 +317961,54 @@ _slots[1663] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1Iv( + public static void MultiTexCoord1iv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v - ) => ThisThread.MultiTexCoord1Iv(target, v); + ) => ThisThread.MultiTexCoord1iv(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1Iv( + void IGL.MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v ) { fixed (int* __dsl_v = v) { - ((IGL)this).MultiTexCoord1Iv((uint)target, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ((IGL)this).MultiTexCoord1iv((uint)target, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1Iv( + public static void MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v - ) => ThisThread.MultiTexCoord1Iv(target, v); + ) => ThisThread.MultiTexCoord1iv(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1Iv( + void IGL.MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v - ) => ((IGL)this).MultiTexCoord1Iv((uint)target, (int*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => ((IGL)this).MultiTexCoord1iv((uint)target, (int*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1Iv( + public static void MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v - ) => ThisThread.MultiTexCoord1Iv(target, v); + ) => ThisThread.MultiTexCoord1iv(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1IvARB( + void IGL.MultiTexCoord1ivARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ) => @@ -527882,52 +318020,54 @@ _slots[1664] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1IvARB( + public static void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v - ) => ThisThread.MultiTexCoord1IvARB(target, v); + ) => ThisThread.MultiTexCoord1ivARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1IvARB( + void IGL.MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v ) { fixed (int* __dsl_v = v) { - ((IGL)this).MultiTexCoord1IvARB((uint)target, __dsl_v); + ((IGL)this).MultiTexCoord1ivARB((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1IvARB( + public static void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v - ) => ThisThread.MultiTexCoord1IvARB(target, v); + ) => ThisThread.MultiTexCoord1ivARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1IvARB( + void IGL.MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v - ) => ((IGL)this).MultiTexCoord1IvARB((uint)target, (int*)&v); + ) => ((IGL)this).MultiTexCoord1ivARB((uint)target, (int*)&v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1IvARB( + public static void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v - ) => ThisThread.MultiTexCoord1IvARB(target, v); + ) => ThisThread.MultiTexCoord1ivARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1S( + void IGL.MultiTexCoord1s( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s ) => @@ -527939,73 +318079,32 @@ _slots[1665] is not null and var loadedFnPtr ) )(target, s); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1S( + public static void MultiTexCoord1s( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s - ) => ThisThread.MultiTexCoord1S(target, s); + ) => ThisThread.MultiTexCoord1s(target, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1S( + void IGL.MultiTexCoord1s( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) => ((IGL)this).MultiTexCoord1S((uint)target, s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => ((IGL)this).MultiTexCoord1s((uint)target, s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1S( + public static void MultiTexCoord1s( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) => ThisThread.MultiTexCoord1S(target, s); + ) => ThisThread.MultiTexCoord1s(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1SARB( + void IGL.MultiTexCoord1sARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s ) => @@ -528017,31 +318116,32 @@ _slots[1666] is not null and var loadedFnPtr ) )(target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1SARB( + public static void MultiTexCoord1sARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s - ) => ThisThread.MultiTexCoord1SARB(target, s); + ) => ThisThread.MultiTexCoord1sARB(target, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1SARB( + void IGL.MultiTexCoord1sARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) => ((IGL)this).MultiTexCoord1SARB((uint)target, s); + ) => ((IGL)this).MultiTexCoord1sARB((uint)target, s); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1SARB( + public static void MultiTexCoord1sARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s - ) => ThisThread.MultiTexCoord1SARB(target, s); + ) => ThisThread.MultiTexCoord1sARB(target, s); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1Sv( + void IGL.MultiTexCoord1sv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ) => @@ -528053,115 +318153,54 @@ _slots[1667] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1Sv( + public static void MultiTexCoord1sv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v - ) => ThisThread.MultiTexCoord1Sv(target, v); + ) => ThisThread.MultiTexCoord1sv(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1Sv( + void IGL.MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - ((IGL)this).MultiTexCoord1Sv((uint)target, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ((IGL)this).MultiTexCoord1sv((uint)target, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1Sv( + public static void MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v - ) => ThisThread.MultiTexCoord1Sv(target, v); + ) => ThisThread.MultiTexCoord1sv(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1Sv( + void IGL.MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v - ) => ((IGL)this).MultiTexCoord1Sv((uint)target, (short*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + ) => ((IGL)this).MultiTexCoord1sv((uint)target, (short*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1Sv( + public static void MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v - ) => ThisThread.MultiTexCoord1Sv(target, v); + ) => ThisThread.MultiTexCoord1sv(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1SvARB( + void IGL.MultiTexCoord1svARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ) => @@ -528173,50 +318212,52 @@ _slots[1668] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1SvARB( + public static void MultiTexCoord1svARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v - ) => ThisThread.MultiTexCoord1SvARB(target, v); + ) => ThisThread.MultiTexCoord1svARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1SvARB( + void IGL.MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - ((IGL)this).MultiTexCoord1SvARB((uint)target, __dsl_v); + ((IGL)this).MultiTexCoord1svARB((uint)target, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1SvARB( + public static void MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v - ) => ThisThread.MultiTexCoord1SvARB(target, v); + ) => ThisThread.MultiTexCoord1svARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1SvARB( + void IGL.MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v - ) => ((IGL)this).MultiTexCoord1SvARB((uint)target, (short*)&v); + ) => ((IGL)this).MultiTexCoord1svARB((uint)target, (short*)&v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1SvARB( + public static void MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v - ) => ThisThread.MultiTexCoord1SvARB(target, v); + ) => ThisThread.MultiTexCoord1svARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord1XOES( [NativeTypeName("GLenum")] uint texture, @@ -528230,7 +318271,6 @@ _slots[1669] is not null and var loadedFnPtr ) )(texture, s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord1XOES( @@ -528238,13 +318278,14 @@ public static void MultiTexCoord1XOES( [NativeTypeName("GLfixed")] int s ) => ThisThread.MultiTexCoord1XOES(texture, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord1XOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLfixed")] int s ) => ((IGL)this).MultiTexCoord1XOES((uint)texture, s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528253,21 +318294,23 @@ public static void MultiTexCoord1XOES( [NativeTypeName("GLfixed")] int s ) => ThisThread.MultiTexCoord1XOES(texture, s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoord1XvO( + void IGL.MultiTexCoord1XvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLfixed *")] int coords ) => ((IGL)this).MultiTexCoord1XOES((uint)texture, (int*)&coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoord1XvO( + public static void MultiTexCoord1XvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLfixed *")] int coords - ) => ThisThread.MultiTexCoord1XvO(texture, coords); + ) => ThisThread.MultiTexCoord1XvOOES(texture, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord1XOES( [NativeTypeName("GLenum")] uint texture, @@ -528281,7 +318324,6 @@ _slots[1670] is not null and var loadedFnPtr ) )(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord1XOES( @@ -528289,6 +318331,8 @@ public static void MultiTexCoord1XOES( [NativeTypeName("const GLfixed *")] int* coords ) => ThisThread.MultiTexCoord1XOES(texture, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord1XOES( [NativeTypeName("GLenum")] Constant texture, @@ -528301,7 +318345,6 @@ void IGL.MultiTexCoord1XOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528310,6 +318353,7 @@ public static void MultiTexCoord1XOES( [NativeTypeName("const GLfixed *")] Ref coords ) => ThisThread.MultiTexCoord1XOES(texture, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2OES( [NativeTypeName("GLenum")] uint texture, @@ -528324,7 +318368,6 @@ _slots[1671] is not null and var loadedFnPtr ) )(texture, s, t); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2OES( @@ -528333,6 +318376,8 @@ public static void MultiTexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ) => ThisThread.MultiTexCoord2OES(texture, s, t); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2OES( [NativeTypeName("GLenum")] Constant texture, @@ -528340,7 +318385,6 @@ void IGL.MultiTexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ) => ((IGL)this).MultiTexCoord2OES((uint)texture, s, t); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528350,6 +318394,7 @@ public static void MultiTexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ) => ThisThread.MultiTexCoord2OES(texture, s, t); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2OES( [NativeTypeName("GLenum")] uint texture, @@ -528363,7 +318408,6 @@ _slots[1672] is not null and var loadedFnPtr ) )(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2OES( @@ -528371,6 +318415,8 @@ public static void MultiTexCoord2OES( [NativeTypeName("const GLbyte *")] sbyte* coords ) => ThisThread.MultiTexCoord2OES(texture, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2OES( [NativeTypeName("GLenum")] Constant texture, @@ -528383,7 +318429,6 @@ void IGL.MultiTexCoord2OES( } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528392,6 +318437,7 @@ public static void MultiTexCoord2OES( [NativeTypeName("const GLbyte *")] Ref coords ) => ThisThread.MultiTexCoord2OES(texture, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -528406,28 +318452,6 @@ _slots[1673] is not null and var loadedFnPtr ) )(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2( @@ -528436,6 +318460,8 @@ public static void MultiTexCoord2( [NativeTypeName("GLdouble")] double t ) => ThisThread.MultiTexCoord2(target, s, t); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, @@ -528443,28 +318469,6 @@ void IGL.MultiTexCoord2( [NativeTypeName("GLdouble")] double t ) => ((IGL)this).MultiTexCoord2((uint)target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528474,6 +318478,7 @@ public static void MultiTexCoord2( [NativeTypeName("GLdouble")] double t ) => ThisThread.MultiTexCoord2(target, s, t); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -528488,7 +318493,6 @@ _slots[1674] is not null and var loadedFnPtr ) )(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2ARB( @@ -528497,6 +318501,8 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLdouble")] double t ) => ThisThread.MultiTexCoord2ARB(target, s, t); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, @@ -528504,7 +318510,6 @@ void IGL.MultiTexCoord2ARB( [NativeTypeName("GLdouble")] double t ) => ((IGL)this).MultiTexCoord2ARB((uint)target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528514,6 +318519,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLdouble")] double t ) => ThisThread.MultiTexCoord2ARB(target, s, t); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -528527,28 +318533,6 @@ _slots[1675] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2( @@ -528556,6 +318540,8 @@ public static void MultiTexCoord2( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.MultiTexCoord2(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, @@ -528568,28 +318554,6 @@ void IGL.MultiTexCoord2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528598,6 +318562,7 @@ public static void MultiTexCoord2( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.MultiTexCoord2(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -528611,7 +318576,6 @@ _slots[1676] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2ARB( @@ -528619,6 +318583,8 @@ public static void MultiTexCoord2ARB( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.MultiTexCoord2ARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, @@ -528631,7 +318597,6 @@ void IGL.MultiTexCoord2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528640,6 +318605,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.MultiTexCoord2ARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -528654,28 +318620,6 @@ _slots[1677] is not null and var loadedFnPtr ) )(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2( @@ -528684,6 +318628,8 @@ public static void MultiTexCoord2( [NativeTypeName("GLfloat")] float t ) => ThisThread.MultiTexCoord2(target, s, t); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, @@ -528691,28 +318637,6 @@ void IGL.MultiTexCoord2( [NativeTypeName("GLfloat")] float t ) => ((IGL)this).MultiTexCoord2((uint)target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528722,6 +318646,7 @@ public static void MultiTexCoord2( [NativeTypeName("GLfloat")] float t ) => ThisThread.MultiTexCoord2(target, s, t); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -528736,7 +318661,6 @@ _slots[1678] is not null and var loadedFnPtr ) )(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2ARB( @@ -528745,6 +318669,8 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLfloat")] float t ) => ThisThread.MultiTexCoord2ARB(target, s, t); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, @@ -528752,7 +318678,6 @@ void IGL.MultiTexCoord2ARB( [NativeTypeName("GLfloat")] float t ) => ((IGL)this).MultiTexCoord2ARB((uint)target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528762,6 +318687,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLfloat")] float t ) => ThisThread.MultiTexCoord2ARB(target, s, t); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -528775,28 +318701,6 @@ _slots[1679] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2( @@ -528804,6 +318708,8 @@ public static void MultiTexCoord2( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.MultiTexCoord2(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, @@ -528816,28 +318722,6 @@ void IGL.MultiTexCoord2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528846,6 +318730,7 @@ public static void MultiTexCoord2( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.MultiTexCoord2(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -528859,7 +318744,6 @@ _slots[1680] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2ARB( @@ -528867,6 +318751,8 @@ public static void MultiTexCoord2ARB( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.MultiTexCoord2ARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, @@ -528879,7 +318765,6 @@ void IGL.MultiTexCoord2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528888,6 +318773,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.MultiTexCoord2ARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2NV( [NativeTypeName("GLenum")] uint target, @@ -528902,7 +318788,6 @@ _slots[1681] is not null and var loadedFnPtr ) )(target, s, t); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2NV( @@ -528911,6 +318796,8 @@ public static void MultiTexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ) => ThisThread.MultiTexCoord2NV(target, s, t); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2NV( [NativeTypeName("GLenum")] Constant target, @@ -528918,7 +318805,6 @@ void IGL.MultiTexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ) => ((IGL)this).MultiTexCoord2NV((uint)target, s, t); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528928,6 +318814,7 @@ public static void MultiTexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ) => ThisThread.MultiTexCoord2NV(target, s, t); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2NV( [NativeTypeName("GLenum")] uint target, @@ -528941,7 +318828,6 @@ _slots[1682] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2NV( @@ -528949,6 +318835,8 @@ public static void MultiTexCoord2NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => ThisThread.MultiTexCoord2NV(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2NV( [NativeTypeName("GLenum")] Constant target, @@ -528961,7 +318849,6 @@ void IGL.MultiTexCoord2NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -528970,6 +318857,7 @@ public static void MultiTexCoord2NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => ThisThread.MultiTexCoord2NV(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -528984,28 +318872,6 @@ _slots[1683] is not null and var loadedFnPtr ) )(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2( @@ -529014,6 +318880,8 @@ public static void MultiTexCoord2( [NativeTypeName("GLint")] int t ) => ThisThread.MultiTexCoord2(target, s, t); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, @@ -529021,28 +318889,6 @@ void IGL.MultiTexCoord2( [NativeTypeName("GLint")] int t ) => ((IGL)this).MultiTexCoord2((uint)target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529052,6 +318898,7 @@ public static void MultiTexCoord2( [NativeTypeName("GLint")] int t ) => ThisThread.MultiTexCoord2(target, s, t); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -529066,7 +318913,6 @@ _slots[1684] is not null and var loadedFnPtr ) )(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2ARB( @@ -529075,6 +318921,8 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLint")] int t ) => ThisThread.MultiTexCoord2ARB(target, s, t); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, @@ -529082,7 +318930,6 @@ void IGL.MultiTexCoord2ARB( [NativeTypeName("GLint")] int t ) => ((IGL)this).MultiTexCoord2ARB((uint)target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529092,6 +318939,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLint")] int t ) => ThisThread.MultiTexCoord2ARB(target, s, t); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -529105,28 +318953,6 @@ _slots[1685] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2( @@ -529134,6 +318960,8 @@ public static void MultiTexCoord2( [NativeTypeName("const GLint *")] int* v ) => ThisThread.MultiTexCoord2(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, @@ -529146,28 +318974,6 @@ void IGL.MultiTexCoord2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529176,6 +318982,7 @@ public static void MultiTexCoord2( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.MultiTexCoord2(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -529189,7 +318996,6 @@ _slots[1686] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2ARB( @@ -529197,6 +319003,8 @@ public static void MultiTexCoord2ARB( [NativeTypeName("const GLint *")] int* v ) => ThisThread.MultiTexCoord2ARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, @@ -529209,7 +319017,6 @@ void IGL.MultiTexCoord2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529218,6 +319025,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.MultiTexCoord2ARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -529232,28 +319040,6 @@ _slots[1687] is not null and var loadedFnPtr ) )(target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2( @@ -529262,6 +319048,8 @@ public static void MultiTexCoord2( [NativeTypeName("GLshort")] short t ) => ThisThread.MultiTexCoord2(target, s, t); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, @@ -529269,28 +319057,6 @@ void IGL.MultiTexCoord2( [NativeTypeName("GLshort")] short t ) => ((IGL)this).MultiTexCoord2((uint)target, s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529300,6 +319066,7 @@ public static void MultiTexCoord2( [NativeTypeName("GLshort")] short t ) => ThisThread.MultiTexCoord2(target, s, t); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -529314,7 +319081,6 @@ _slots[1688] is not null and var loadedFnPtr ) )(target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2ARB( @@ -529323,6 +319089,8 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLshort")] short t ) => ThisThread.MultiTexCoord2ARB(target, s, t); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, @@ -529330,7 +319098,6 @@ void IGL.MultiTexCoord2ARB( [NativeTypeName("GLshort")] short t ) => ((IGL)this).MultiTexCoord2ARB((uint)target, s, t); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529340,6 +319107,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("GLshort")] short t ) => ThisThread.MultiTexCoord2ARB(target, s, t); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -529353,28 +319121,6 @@ _slots[1689] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2( @@ -529382,6 +319128,8 @@ public static void MultiTexCoord2( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.MultiTexCoord2(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2( [NativeTypeName("GLenum")] Constant target, @@ -529394,28 +319142,6 @@ void IGL.MultiTexCoord2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529424,6 +319150,7 @@ public static void MultiTexCoord2( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.MultiTexCoord2(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -529437,7 +319164,6 @@ _slots[1690] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2ARB( @@ -529445,6 +319171,8 @@ public static void MultiTexCoord2ARB( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.MultiTexCoord2ARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2ARB( [NativeTypeName("GLenum")] Constant target, @@ -529457,7 +319185,6 @@ void IGL.MultiTexCoord2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529466,6 +319193,7 @@ public static void MultiTexCoord2ARB( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.MultiTexCoord2ARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2XOES( [NativeTypeName("GLenum")] uint texture, @@ -529480,7 +319208,6 @@ _slots[1691] is not null and var loadedFnPtr ) )(texture, s, t); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2XOES( @@ -529489,6 +319216,8 @@ public static void MultiTexCoord2XOES( [NativeTypeName("GLfixed")] int t ) => ThisThread.MultiTexCoord2XOES(texture, s, t); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2XOES( [NativeTypeName("GLenum")] Constant texture, @@ -529496,7 +319225,6 @@ void IGL.MultiTexCoord2XOES( [NativeTypeName("GLfixed")] int t ) => ((IGL)this).MultiTexCoord2XOES((uint)texture, s, t); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529506,6 +319234,7 @@ public static void MultiTexCoord2XOES( [NativeTypeName("GLfixed")] int t ) => ThisThread.MultiTexCoord2XOES(texture, s, t); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2XOES( [NativeTypeName("GLenum")] uint texture, @@ -529519,7 +319248,6 @@ _slots[1692] is not null and var loadedFnPtr ) )(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord2XOES( @@ -529527,6 +319255,8 @@ public static void MultiTexCoord2XOES( [NativeTypeName("const GLfixed *")] int* coords ) => ThisThread.MultiTexCoord2XOES(texture, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord2XOES( [NativeTypeName("GLenum")] Constant texture, @@ -529539,7 +319269,6 @@ void IGL.MultiTexCoord2XOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529548,6 +319277,7 @@ public static void MultiTexCoord2XOES( [NativeTypeName("const GLfixed *")] Ref coords ) => ThisThread.MultiTexCoord2XOES(texture, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3OES( [NativeTypeName("GLenum")] uint texture, @@ -529563,7 +319293,6 @@ _slots[1693] is not null and var loadedFnPtr ) )(texture, s, t, r); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3OES( @@ -529573,6 +319302,8 @@ public static void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ) => ThisThread.MultiTexCoord3OES(texture, s, t, r); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3OES( [NativeTypeName("GLenum")] Constant texture, @@ -529581,7 +319312,6 @@ void IGL.MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ) => ((IGL)this).MultiTexCoord3OES((uint)texture, s, t, r); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529592,6 +319322,7 @@ public static void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ) => ThisThread.MultiTexCoord3OES(texture, s, t, r); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3OES( [NativeTypeName("GLenum")] uint texture, @@ -529605,7 +319336,6 @@ _slots[1694] is not null and var loadedFnPtr ) )(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3OES( @@ -529613,6 +319343,8 @@ public static void MultiTexCoord3OES( [NativeTypeName("const GLbyte *")] sbyte* coords ) => ThisThread.MultiTexCoord3OES(texture, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3OES( [NativeTypeName("GLenum")] Constant texture, @@ -529625,7 +319357,6 @@ void IGL.MultiTexCoord3OES( } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529634,6 +319365,7 @@ public static void MultiTexCoord3OES( [NativeTypeName("const GLbyte *")] Ref coords ) => ThisThread.MultiTexCoord3OES(texture, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -529649,28 +319381,6 @@ _slots[1695] is not null and var loadedFnPtr ) )(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3( @@ -529680,6 +319390,8 @@ public static void MultiTexCoord3( [NativeTypeName("GLdouble")] double r ) => ThisThread.MultiTexCoord3(target, s, t, r); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] Constant target, @@ -529688,28 +319400,6 @@ void IGL.MultiTexCoord3( [NativeTypeName("GLdouble")] double r ) => ((IGL)this).MultiTexCoord3((uint)target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529720,6 +319410,7 @@ public static void MultiTexCoord3( [NativeTypeName("GLdouble")] double r ) => ThisThread.MultiTexCoord3(target, s, t, r); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -529735,7 +319426,6 @@ _slots[1696] is not null and var loadedFnPtr ) )(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3ARB( @@ -529745,6 +319435,8 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double r ) => ThisThread.MultiTexCoord3ARB(target, s, t, r); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] Constant target, @@ -529753,7 +319445,6 @@ void IGL.MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double r ) => ((IGL)this).MultiTexCoord3ARB((uint)target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529764,6 +319455,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double r ) => ThisThread.MultiTexCoord3ARB(target, s, t, r); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -529777,28 +319469,6 @@ _slots[1697] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3( @@ -529806,6 +319476,8 @@ public static void MultiTexCoord3( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.MultiTexCoord3(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] Constant target, @@ -529818,28 +319490,6 @@ void IGL.MultiTexCoord3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529848,6 +319498,7 @@ public static void MultiTexCoord3( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.MultiTexCoord3(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -529861,7 +319512,6 @@ _slots[1698] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3ARB( @@ -529869,6 +319519,8 @@ public static void MultiTexCoord3ARB( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.MultiTexCoord3ARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] Constant target, @@ -529881,7 +319533,6 @@ void IGL.MultiTexCoord3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529890,6 +319541,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.MultiTexCoord3ARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -529905,28 +319557,6 @@ _slots[1699] is not null and var loadedFnPtr ) )(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3( @@ -529936,6 +319566,8 @@ public static void MultiTexCoord3( [NativeTypeName("GLfloat")] float r ) => ThisThread.MultiTexCoord3(target, s, t, r); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] Constant target, @@ -529944,28 +319576,6 @@ void IGL.MultiTexCoord3( [NativeTypeName("GLfloat")] float r ) => ((IGL)this).MultiTexCoord3((uint)target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -529976,6 +319586,7 @@ public static void MultiTexCoord3( [NativeTypeName("GLfloat")] float r ) => ThisThread.MultiTexCoord3(target, s, t, r); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -529991,7 +319602,6 @@ _slots[1700] is not null and var loadedFnPtr ) )(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3ARB( @@ -530001,6 +319611,8 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float r ) => ThisThread.MultiTexCoord3ARB(target, s, t, r); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] Constant target, @@ -530009,7 +319621,6 @@ void IGL.MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float r ) => ((IGL)this).MultiTexCoord3ARB((uint)target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530020,6 +319631,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float r ) => ThisThread.MultiTexCoord3ARB(target, s, t, r); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -530033,28 +319645,6 @@ _slots[1701] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3( @@ -530062,6 +319652,8 @@ public static void MultiTexCoord3( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.MultiTexCoord3(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] Constant target, @@ -530074,28 +319666,6 @@ void IGL.MultiTexCoord3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530104,6 +319674,7 @@ public static void MultiTexCoord3( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.MultiTexCoord3(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -530117,7 +319688,6 @@ _slots[1702] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3ARB( @@ -530125,6 +319695,8 @@ public static void MultiTexCoord3ARB( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.MultiTexCoord3ARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] Constant target, @@ -530137,7 +319709,6 @@ void IGL.MultiTexCoord3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530146,6 +319717,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.MultiTexCoord3ARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3NV( [NativeTypeName("GLenum")] uint target, @@ -530161,7 +319733,6 @@ _slots[1703] is not null and var loadedFnPtr ) )(target, s, t, r); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3NV( @@ -530171,6 +319742,8 @@ public static void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ) => ThisThread.MultiTexCoord3NV(target, s, t, r); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3NV( [NativeTypeName("GLenum")] Constant target, @@ -530179,7 +319752,6 @@ void IGL.MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ) => ((IGL)this).MultiTexCoord3NV((uint)target, s, t, r); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530190,6 +319762,7 @@ public static void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ) => ThisThread.MultiTexCoord3NV(target, s, t, r); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3NV( [NativeTypeName("GLenum")] uint target, @@ -530203,7 +319776,6 @@ _slots[1704] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3NV( @@ -530211,6 +319783,8 @@ public static void MultiTexCoord3NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => ThisThread.MultiTexCoord3NV(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3NV( [NativeTypeName("GLenum")] Constant target, @@ -530223,7 +319797,6 @@ void IGL.MultiTexCoord3NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530232,6 +319805,7 @@ public static void MultiTexCoord3NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => ThisThread.MultiTexCoord3NV(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -530247,28 +319821,6 @@ _slots[1705] is not null and var loadedFnPtr ) )(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3( @@ -530278,6 +319830,8 @@ public static void MultiTexCoord3( [NativeTypeName("GLint")] int r ) => ThisThread.MultiTexCoord3(target, s, t, r); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] Constant target, @@ -530286,28 +319840,6 @@ void IGL.MultiTexCoord3( [NativeTypeName("GLint")] int r ) => ((IGL)this).MultiTexCoord3((uint)target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530318,6 +319850,7 @@ public static void MultiTexCoord3( [NativeTypeName("GLint")] int r ) => ThisThread.MultiTexCoord3(target, s, t, r); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -530333,7 +319866,6 @@ _slots[1706] is not null and var loadedFnPtr ) )(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3ARB( @@ -530343,6 +319875,8 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLint")] int r ) => ThisThread.MultiTexCoord3ARB(target, s, t, r); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] Constant target, @@ -530351,7 +319885,6 @@ void IGL.MultiTexCoord3ARB( [NativeTypeName("GLint")] int r ) => ((IGL)this).MultiTexCoord3ARB((uint)target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530362,6 +319895,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLint")] int r ) => ThisThread.MultiTexCoord3ARB(target, s, t, r); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -530375,28 +319909,6 @@ _slots[1707] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3( @@ -530404,6 +319916,8 @@ public static void MultiTexCoord3( [NativeTypeName("const GLint *")] int* v ) => ThisThread.MultiTexCoord3(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] Constant target, @@ -530416,28 +319930,6 @@ void IGL.MultiTexCoord3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530446,6 +319938,7 @@ public static void MultiTexCoord3( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.MultiTexCoord3(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -530459,7 +319952,6 @@ _slots[1708] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3ARB( @@ -530467,6 +319959,8 @@ public static void MultiTexCoord3ARB( [NativeTypeName("const GLint *")] int* v ) => ThisThread.MultiTexCoord3ARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] Constant target, @@ -530479,7 +319973,6 @@ void IGL.MultiTexCoord3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530488,6 +319981,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.MultiTexCoord3ARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -530503,28 +319997,6 @@ _slots[1709] is not null and var loadedFnPtr ) )(target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3( @@ -530534,6 +320006,8 @@ public static void MultiTexCoord3( [NativeTypeName("GLshort")] short r ) => ThisThread.MultiTexCoord3(target, s, t, r); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] Constant target, @@ -530542,28 +320016,6 @@ void IGL.MultiTexCoord3( [NativeTypeName("GLshort")] short r ) => ((IGL)this).MultiTexCoord3((uint)target, s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530574,6 +320026,7 @@ public static void MultiTexCoord3( [NativeTypeName("GLshort")] short r ) => ThisThread.MultiTexCoord3(target, s, t, r); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -530589,7 +320042,6 @@ _slots[1710] is not null and var loadedFnPtr ) )(target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3ARB( @@ -530599,6 +320051,8 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short r ) => ThisThread.MultiTexCoord3ARB(target, s, t, r); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] Constant target, @@ -530607,7 +320061,6 @@ void IGL.MultiTexCoord3ARB( [NativeTypeName("GLshort")] short r ) => ((IGL)this).MultiTexCoord3ARB((uint)target, s, t, r); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530618,6 +320071,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short r ) => ThisThread.MultiTexCoord3ARB(target, s, t, r); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -530631,28 +320085,6 @@ _slots[1711] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3( @@ -530660,6 +320092,8 @@ public static void MultiTexCoord3( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.MultiTexCoord3(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3( [NativeTypeName("GLenum")] Constant target, @@ -530672,28 +320106,6 @@ void IGL.MultiTexCoord3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530702,6 +320114,7 @@ public static void MultiTexCoord3( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.MultiTexCoord3(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -530715,7 +320128,6 @@ _slots[1712] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3ARB( @@ -530723,6 +320135,8 @@ public static void MultiTexCoord3ARB( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.MultiTexCoord3ARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3ARB( [NativeTypeName("GLenum")] Constant target, @@ -530735,7 +320149,6 @@ void IGL.MultiTexCoord3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530744,6 +320157,7 @@ public static void MultiTexCoord3ARB( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.MultiTexCoord3ARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3XOES( [NativeTypeName("GLenum")] uint texture, @@ -530759,7 +320173,6 @@ _slots[1713] is not null and var loadedFnPtr ) )(texture, s, t, r); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3XOES( @@ -530769,6 +320182,8 @@ public static void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int r ) => ThisThread.MultiTexCoord3XOES(texture, s, t, r); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3XOES( [NativeTypeName("GLenum")] Constant texture, @@ -530777,7 +320192,6 @@ void IGL.MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int r ) => ((IGL)this).MultiTexCoord3XOES((uint)texture, s, t, r); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530788,6 +320202,7 @@ public static void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int r ) => ThisThread.MultiTexCoord3XOES(texture, s, t, r); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3XOES( [NativeTypeName("GLenum")] uint texture, @@ -530801,7 +320216,6 @@ _slots[1714] is not null and var loadedFnPtr ) )(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord3XOES( @@ -530809,6 +320223,8 @@ public static void MultiTexCoord3XOES( [NativeTypeName("const GLfixed *")] int* coords ) => ThisThread.MultiTexCoord3XOES(texture, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord3XOES( [NativeTypeName("GLenum")] Constant texture, @@ -530821,7 +320237,6 @@ void IGL.MultiTexCoord3XOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530830,6 +320245,7 @@ public static void MultiTexCoord3XOES( [NativeTypeName("const GLfixed *")] Ref coords ) => ThisThread.MultiTexCoord3XOES(texture, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4OES( [NativeTypeName("GLenum")] uint texture, @@ -530846,7 +320262,6 @@ _slots[1715] is not null and var loadedFnPtr ) )(texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4OES( @@ -530857,6 +320272,8 @@ public static void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ) => ThisThread.MultiTexCoord4OES(texture, s, t, r, q); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4OES( [NativeTypeName("GLenum")] Constant texture, @@ -530866,7 +320283,6 @@ void IGL.MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ) => ((IGL)this).MultiTexCoord4OES((uint)texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530878,6 +320294,7 @@ public static void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ) => ThisThread.MultiTexCoord4OES(texture, s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4OES( [NativeTypeName("GLenum")] uint texture, @@ -530891,7 +320308,6 @@ _slots[1716] is not null and var loadedFnPtr ) )(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4OES( @@ -530899,6 +320315,8 @@ public static void MultiTexCoord4OES( [NativeTypeName("const GLbyte *")] sbyte* coords ) => ThisThread.MultiTexCoord4OES(texture, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4OES( [NativeTypeName("GLenum")] Constant texture, @@ -530911,7 +320329,6 @@ void IGL.MultiTexCoord4OES( } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -530920,6 +320337,7 @@ public static void MultiTexCoord4OES( [NativeTypeName("const GLbyte *")] Ref coords ) => ThisThread.MultiTexCoord4OES(texture, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -530936,28 +320354,6 @@ _slots[1717] is not null and var loadedFnPtr ) )(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4( @@ -530968,6 +320364,8 @@ public static void MultiTexCoord4( [NativeTypeName("GLdouble")] double q ) => ThisThread.MultiTexCoord4(target, s, t, r, q); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] Constant target, @@ -530977,28 +320375,6 @@ void IGL.MultiTexCoord4( [NativeTypeName("GLdouble")] double q ) => ((IGL)this).MultiTexCoord4((uint)target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531010,6 +320386,7 @@ public static void MultiTexCoord4( [NativeTypeName("GLdouble")] double q ) => ThisThread.MultiTexCoord4(target, s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -531026,7 +320403,6 @@ _slots[1718] is not null and var loadedFnPtr ) )(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4ARB( @@ -531037,6 +320413,8 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double q ) => ThisThread.MultiTexCoord4ARB(target, s, t, r, q); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] Constant target, @@ -531046,7 +320424,6 @@ void IGL.MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double q ) => ((IGL)this).MultiTexCoord4ARB((uint)target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531058,6 +320435,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double q ) => ThisThread.MultiTexCoord4ARB(target, s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -531071,28 +320449,6 @@ _slots[1719] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4( @@ -531100,6 +320456,8 @@ public static void MultiTexCoord4( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.MultiTexCoord4(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] Constant target, @@ -531112,28 +320470,6 @@ void IGL.MultiTexCoord4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531142,6 +320478,7 @@ public static void MultiTexCoord4( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.MultiTexCoord4(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -531155,7 +320492,6 @@ _slots[1720] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4ARB( @@ -531163,6 +320499,8 @@ public static void MultiTexCoord4ARB( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.MultiTexCoord4ARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] Constant target, @@ -531175,7 +320513,6 @@ void IGL.MultiTexCoord4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531184,6 +320521,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.MultiTexCoord4ARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -531200,29 +320538,6 @@ _slots[1721] is not null and var loadedFnPtr ) )(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4( @@ -531233,6 +320548,8 @@ public static void MultiTexCoord4( [NativeTypeName("GLfloat")] float q ) => ThisThread.MultiTexCoord4(target, s, t, r, q); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] Constant target, @@ -531242,29 +320559,6 @@ void IGL.MultiTexCoord4( [NativeTypeName("GLfloat")] float q ) => ((IGL)this).MultiTexCoord4((uint)target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531276,6 +320570,7 @@ public static void MultiTexCoord4( [NativeTypeName("GLfloat")] float q ) => ThisThread.MultiTexCoord4(target, s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -531292,7 +320587,6 @@ _slots[1722] is not null and var loadedFnPtr ) )(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4ARB( @@ -531303,6 +320597,8 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float q ) => ThisThread.MultiTexCoord4ARB(target, s, t, r, q); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] Constant target, @@ -531312,7 +320608,6 @@ void IGL.MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float q ) => ((IGL)this).MultiTexCoord4ARB((uint)target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531324,6 +320619,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float q ) => ThisThread.MultiTexCoord4ARB(target, s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -531337,28 +320633,6 @@ _slots[1723] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4( @@ -531366,6 +320640,8 @@ public static void MultiTexCoord4( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.MultiTexCoord4(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] Constant target, @@ -531378,28 +320654,6 @@ void IGL.MultiTexCoord4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531408,6 +320662,7 @@ public static void MultiTexCoord4( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.MultiTexCoord4(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -531421,7 +320676,6 @@ _slots[1724] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4ARB( @@ -531429,6 +320683,8 @@ public static void MultiTexCoord4ARB( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.MultiTexCoord4ARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] Constant target, @@ -531441,7 +320697,6 @@ void IGL.MultiTexCoord4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531450,6 +320705,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.MultiTexCoord4ARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4NV( [NativeTypeName("GLenum")] uint target, @@ -531466,7 +320722,6 @@ _slots[1725] is not null and var loadedFnPtr ) )(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4NV( @@ -531477,6 +320732,8 @@ public static void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ) => ThisThread.MultiTexCoord4NV(target, s, t, r, q); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4NV( [NativeTypeName("GLenum")] Constant target, @@ -531486,7 +320743,6 @@ void IGL.MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ) => ((IGL)this).MultiTexCoord4NV((uint)target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531498,6 +320754,7 @@ public static void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ) => ThisThread.MultiTexCoord4NV(target, s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4NV( [NativeTypeName("GLenum")] uint target, @@ -531511,7 +320768,6 @@ _slots[1726] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4NV( @@ -531519,6 +320775,8 @@ public static void MultiTexCoord4NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => ThisThread.MultiTexCoord4NV(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4NV( [NativeTypeName("GLenum")] Constant target, @@ -531531,7 +320789,6 @@ void IGL.MultiTexCoord4NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531540,6 +320797,7 @@ public static void MultiTexCoord4NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => ThisThread.MultiTexCoord4NV(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -531556,28 +320814,6 @@ _slots[1727] is not null and var loadedFnPtr ) )(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4( @@ -531588,6 +320824,8 @@ public static void MultiTexCoord4( [NativeTypeName("GLint")] int q ) => ThisThread.MultiTexCoord4(target, s, t, r, q); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] Constant target, @@ -531597,28 +320835,6 @@ void IGL.MultiTexCoord4( [NativeTypeName("GLint")] int q ) => ((IGL)this).MultiTexCoord4((uint)target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531630,6 +320846,7 @@ public static void MultiTexCoord4( [NativeTypeName("GLint")] int q ) => ThisThread.MultiTexCoord4(target, s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -531646,7 +320863,6 @@ _slots[1728] is not null and var loadedFnPtr ) )(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4ARB( @@ -531657,6 +320873,8 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLint")] int q ) => ThisThread.MultiTexCoord4ARB(target, s, t, r, q); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] Constant target, @@ -531666,7 +320884,6 @@ void IGL.MultiTexCoord4ARB( [NativeTypeName("GLint")] int q ) => ((IGL)this).MultiTexCoord4ARB((uint)target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531678,6 +320895,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLint")] int q ) => ThisThread.MultiTexCoord4ARB(target, s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -531691,28 +320909,6 @@ _slots[1729] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4( @@ -531720,6 +320916,8 @@ public static void MultiTexCoord4( [NativeTypeName("const GLint *")] int* v ) => ThisThread.MultiTexCoord4(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] Constant target, @@ -531732,28 +320930,6 @@ void IGL.MultiTexCoord4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531762,6 +320938,7 @@ public static void MultiTexCoord4( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.MultiTexCoord4(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -531775,7 +320952,6 @@ _slots[1730] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4ARB( @@ -531783,6 +320959,8 @@ public static void MultiTexCoord4ARB( [NativeTypeName("const GLint *")] int* v ) => ThisThread.MultiTexCoord4ARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] Constant target, @@ -531795,7 +320973,6 @@ void IGL.MultiTexCoord4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531804,6 +320981,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.MultiTexCoord4ARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -531820,28 +320998,6 @@ _slots[1731] is not null and var loadedFnPtr ) )(target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4( @@ -531852,6 +321008,8 @@ public static void MultiTexCoord4( [NativeTypeName("GLshort")] short q ) => ThisThread.MultiTexCoord4(target, s, t, r, q); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] Constant target, @@ -531861,28 +321019,6 @@ void IGL.MultiTexCoord4( [NativeTypeName("GLshort")] short q ) => ((IGL)this).MultiTexCoord4((uint)target, s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531894,6 +321030,7 @@ public static void MultiTexCoord4( [NativeTypeName("GLshort")] short q ) => ThisThread.MultiTexCoord4(target, s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -531910,7 +321047,6 @@ _slots[1732] is not null and var loadedFnPtr ) )(target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4ARB( @@ -531921,6 +321057,8 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short q ) => ThisThread.MultiTexCoord4ARB(target, s, t, r, q); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] Constant target, @@ -531930,7 +321068,6 @@ void IGL.MultiTexCoord4ARB( [NativeTypeName("GLshort")] short q ) => ((IGL)this).MultiTexCoord4ARB((uint)target, s, t, r, q); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -531942,6 +321079,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short q ) => ThisThread.MultiTexCoord4ARB(target, s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -531955,28 +321093,6 @@ _slots[1733] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4( @@ -531984,6 +321100,8 @@ public static void MultiTexCoord4( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.MultiTexCoord4(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4( [NativeTypeName("GLenum")] Constant target, @@ -531996,28 +321114,6 @@ void IGL.MultiTexCoord4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532026,6 +321122,7 @@ public static void MultiTexCoord4( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.MultiTexCoord4(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -532039,7 +321136,6 @@ _slots[1734] is not null and var loadedFnPtr ) )(target, v); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4ARB( @@ -532047,6 +321143,8 @@ public static void MultiTexCoord4ARB( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.MultiTexCoord4ARB(target, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4ARB( [NativeTypeName("GLenum")] Constant target, @@ -532059,7 +321157,6 @@ void IGL.MultiTexCoord4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532068,6 +321165,7 @@ public static void MultiTexCoord4ARB( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.MultiTexCoord4ARB(target, v); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4X( [NativeTypeName("GLenum")] uint texture, @@ -532084,7 +321182,6 @@ _slots[1735] is not null and var loadedFnPtr ) )(texture, s, t, r, q); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4X( @@ -532095,6 +321192,8 @@ public static void MultiTexCoord4X( [NativeTypeName("GLfixed")] int q ) => ThisThread.MultiTexCoord4X(texture, s, t, r, q); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4X( [NativeTypeName("GLenum")] Constant texture, @@ -532104,7 +321203,6 @@ void IGL.MultiTexCoord4X( [NativeTypeName("GLfixed")] int q ) => ((IGL)this).MultiTexCoord4X((uint)texture, s, t, r, q); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532116,6 +321214,7 @@ public static void MultiTexCoord4X( [NativeTypeName("GLfixed")] int q ) => ThisThread.MultiTexCoord4X(texture, s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4XOES( [NativeTypeName("GLenum")] uint texture, @@ -532132,8 +321231,6 @@ _slots[1736] is not null and var loadedFnPtr ) )(texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4XOES( @@ -532144,6 +321241,8 @@ public static void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int q ) => ThisThread.MultiTexCoord4XOES(texture, s, t, r, q); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4XOES( [NativeTypeName("GLenum")] Constant texture, @@ -532153,8 +321252,6 @@ void IGL.MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int q ) => ((IGL)this).MultiTexCoord4XOES((uint)texture, s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532166,6 +321263,7 @@ public static void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int q ) => ThisThread.MultiTexCoord4XOES(texture, s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4XOES( [NativeTypeName("GLenum")] uint texture, @@ -532179,7 +321277,6 @@ _slots[1737] is not null and var loadedFnPtr ) )(texture, coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoord4XOES( @@ -532187,6 +321284,8 @@ public static void MultiTexCoord4XOES( [NativeTypeName("const GLfixed *")] int* coords ) => ThisThread.MultiTexCoord4XOES(texture, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoord4XOES( [NativeTypeName("GLenum")] Constant texture, @@ -532199,7 +321298,6 @@ void IGL.MultiTexCoord4XOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532208,6 +321306,7 @@ public static void MultiTexCoord4XOES( [NativeTypeName("const GLfixed *")] Ref coords ) => ThisThread.MultiTexCoord4XOES(texture, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoordP1( [NativeTypeName("GLenum")] uint texture, @@ -532222,7 +321321,6 @@ _slots[1738] is not null and var loadedFnPtr ) )(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoordP1( @@ -532231,6 +321329,8 @@ public static void MultiTexCoordP1( [NativeTypeName("GLuint")] uint coords ) => ThisThread.MultiTexCoordP1(texture, type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoordP1( [NativeTypeName("GLenum")] Constant texture, @@ -532238,7 +321338,6 @@ void IGL.MultiTexCoordP1( [NativeTypeName("GLuint")] uint coords ) => ((IGL)this).MultiTexCoordP1((uint)texture, (uint)type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532248,8 +321347,9 @@ public static void MultiTexCoordP1( [NativeTypeName("GLuint")] uint coords ) => ThisThread.MultiTexCoordP1(texture, type, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoordP1Uiv( + void IGL.MultiTexCoordP1uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords @@ -532262,17 +321362,18 @@ _slots[1739] is not null and var loadedFnPtr ) )(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoordP1Uiv( + public static void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => ThisThread.MultiTexCoordP1Uiv(texture, type, coords); + ) => ThisThread.MultiTexCoordP1uiv(texture, type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoordP1Uiv( + void IGL.MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords @@ -532280,37 +321381,38 @@ void IGL.MultiTexCoordP1Uiv( { fixed (uint* __dsl_coords = coords) { - ((IGL)this).MultiTexCoordP1Uiv((uint)texture, (uint)type, __dsl_coords); + ((IGL)this).MultiTexCoordP1uiv((uint)texture, (uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoordP1Uiv( + public static void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => ThisThread.MultiTexCoordP1Uiv(texture, type, coords); + ) => ThisThread.MultiTexCoordP1uiv(texture, type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoordP1Uiv( + void IGL.MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ((IGL)this).MultiTexCoordP1Uiv((uint)texture, (uint)type, (uint*)&coords); + ) => ((IGL)this).MultiTexCoordP1uiv((uint)texture, (uint)type, (uint*)&coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoordP1Uiv( + public static void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ThisThread.MultiTexCoordP1Uiv(texture, type, coords); + ) => ThisThread.MultiTexCoordP1uiv(texture, type, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoordP2( [NativeTypeName("GLenum")] uint texture, @@ -532325,7 +321427,6 @@ _slots[1740] is not null and var loadedFnPtr ) )(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoordP2( @@ -532334,6 +321435,8 @@ public static void MultiTexCoordP2( [NativeTypeName("GLuint")] uint coords ) => ThisThread.MultiTexCoordP2(texture, type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoordP2( [NativeTypeName("GLenum")] Constant texture, @@ -532341,7 +321444,6 @@ void IGL.MultiTexCoordP2( [NativeTypeName("GLuint")] uint coords ) => ((IGL)this).MultiTexCoordP2((uint)texture, (uint)type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532351,8 +321453,9 @@ public static void MultiTexCoordP2( [NativeTypeName("GLuint")] uint coords ) => ThisThread.MultiTexCoordP2(texture, type, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoordP2Uiv( + void IGL.MultiTexCoordP2uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords @@ -532365,17 +321468,18 @@ _slots[1741] is not null and var loadedFnPtr ) )(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoordP2Uiv( + public static void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => ThisThread.MultiTexCoordP2Uiv(texture, type, coords); + ) => ThisThread.MultiTexCoordP2uiv(texture, type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoordP2Uiv( + void IGL.MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords @@ -532383,37 +321487,38 @@ void IGL.MultiTexCoordP2Uiv( { fixed (uint* __dsl_coords = coords) { - ((IGL)this).MultiTexCoordP2Uiv((uint)texture, (uint)type, __dsl_coords); + ((IGL)this).MultiTexCoordP2uiv((uint)texture, (uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoordP2Uiv( + public static void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => ThisThread.MultiTexCoordP2Uiv(texture, type, coords); + ) => ThisThread.MultiTexCoordP2uiv(texture, type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoordP2Uiv( + void IGL.MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ((IGL)this).MultiTexCoordP2Uiv((uint)texture, (uint)type, (uint*)&coords); + ) => ((IGL)this).MultiTexCoordP2uiv((uint)texture, (uint)type, (uint*)&coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoordP2Uiv( + public static void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ThisThread.MultiTexCoordP2Uiv(texture, type, coords); + ) => ThisThread.MultiTexCoordP2uiv(texture, type, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoordP3( [NativeTypeName("GLenum")] uint texture, @@ -532428,7 +321533,6 @@ _slots[1742] is not null and var loadedFnPtr ) )(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoordP3( @@ -532437,6 +321541,8 @@ public static void MultiTexCoordP3( [NativeTypeName("GLuint")] uint coords ) => ThisThread.MultiTexCoordP3(texture, type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoordP3( [NativeTypeName("GLenum")] Constant texture, @@ -532444,7 +321550,6 @@ void IGL.MultiTexCoordP3( [NativeTypeName("GLuint")] uint coords ) => ((IGL)this).MultiTexCoordP3((uint)texture, (uint)type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532454,8 +321559,9 @@ public static void MultiTexCoordP3( [NativeTypeName("GLuint")] uint coords ) => ThisThread.MultiTexCoordP3(texture, type, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoordP3Uiv( + void IGL.MultiTexCoordP3uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords @@ -532468,17 +321574,18 @@ _slots[1743] is not null and var loadedFnPtr ) )(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoordP3Uiv( + public static void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => ThisThread.MultiTexCoordP3Uiv(texture, type, coords); + ) => ThisThread.MultiTexCoordP3uiv(texture, type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoordP3Uiv( + void IGL.MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords @@ -532486,37 +321593,38 @@ void IGL.MultiTexCoordP3Uiv( { fixed (uint* __dsl_coords = coords) { - ((IGL)this).MultiTexCoordP3Uiv((uint)texture, (uint)type, __dsl_coords); + ((IGL)this).MultiTexCoordP3uiv((uint)texture, (uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoordP3Uiv( + public static void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => ThisThread.MultiTexCoordP3Uiv(texture, type, coords); + ) => ThisThread.MultiTexCoordP3uiv(texture, type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoordP3Uiv( + void IGL.MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ((IGL)this).MultiTexCoordP3Uiv((uint)texture, (uint)type, (uint*)&coords); + ) => ((IGL)this).MultiTexCoordP3uiv((uint)texture, (uint)type, (uint*)&coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoordP3Uiv( + public static void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ThisThread.MultiTexCoordP3Uiv(texture, type, coords); + ) => ThisThread.MultiTexCoordP3uiv(texture, type, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoordP4( [NativeTypeName("GLenum")] uint texture, @@ -532531,7 +321639,6 @@ _slots[1744] is not null and var loadedFnPtr ) )(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoordP4( @@ -532540,6 +321647,8 @@ public static void MultiTexCoordP4( [NativeTypeName("GLuint")] uint coords ) => ThisThread.MultiTexCoordP4(texture, type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoordP4( [NativeTypeName("GLenum")] Constant texture, @@ -532547,7 +321656,6 @@ void IGL.MultiTexCoordP4( [NativeTypeName("GLuint")] uint coords ) => ((IGL)this).MultiTexCoordP4((uint)texture, (uint)type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532557,8 +321665,9 @@ public static void MultiTexCoordP4( [NativeTypeName("GLuint")] uint coords ) => ThisThread.MultiTexCoordP4(texture, type, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoordP4Uiv( + void IGL.MultiTexCoordP4uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords @@ -532571,17 +321680,18 @@ _slots[1745] is not null and var loadedFnPtr ) )(texture, type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoordP4Uiv( + public static void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => ThisThread.MultiTexCoordP4Uiv(texture, type, coords); + ) => ThisThread.MultiTexCoordP4uiv(texture, type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoordP4Uiv( + void IGL.MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords @@ -532589,37 +321699,38 @@ void IGL.MultiTexCoordP4Uiv( { fixed (uint* __dsl_coords = coords) { - ((IGL)this).MultiTexCoordP4Uiv((uint)texture, (uint)type, __dsl_coords); + ((IGL)this).MultiTexCoordP4uiv((uint)texture, (uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoordP4Uiv( + public static void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => ThisThread.MultiTexCoordP4Uiv(texture, type, coords); + ) => ThisThread.MultiTexCoordP4uiv(texture, type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.MultiTexCoordP4Uiv( + void IGL.MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ((IGL)this).MultiTexCoordP4Uiv((uint)texture, (uint)type, (uint*)&coords); + ) => ((IGL)this).MultiTexCoordP4uiv((uint)texture, (uint)type, (uint*)&coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void MultiTexCoordP4Uiv( + public static void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ThisThread.MultiTexCoordP4Uiv(texture, type, coords); + ) => ThisThread.MultiTexCoordP4uiv(texture, type, coords); + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoordPointerEXT( [NativeTypeName("GLenum")] uint texunit, @@ -532639,8 +321750,6 @@ _slots[1746] is not null and var loadedFnPtr ) )(texunit, size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexCoordPointerEXT( @@ -532651,6 +321760,8 @@ public static void MultiTexCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.MultiTexCoordPointerEXT(texunit, size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexCoordPointerEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -532672,8 +321783,6 @@ void IGL.MultiTexCoordPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532685,6 +321794,7 @@ public static void MultiTexCoordPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.MultiTexCoordPointerEXT(texunit, size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -532700,8 +321810,6 @@ _slots[1747] is not null and var loadedFnPtr ) )(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexEnvEXT( @@ -532711,6 +321819,8 @@ public static void MultiTexEnvEXT( [NativeTypeName("GLfloat")] float param3 ) => ThisThread.MultiTexEnvEXT(texunit, target, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexEnvEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -532719,8 +321829,6 @@ void IGL.MultiTexEnvEXT( [NativeTypeName("GLfloat")] float param3 ) => ((IGL)this).MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532731,6 +321839,7 @@ public static void MultiTexEnvEXT( [NativeTypeName("GLfloat")] float param3 ) => ThisThread.MultiTexEnvEXT(texunit, target, pname, param3); + [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -532746,8 +321855,6 @@ _slots[1748] is not null and var loadedFnPtr ) )(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexEnvEXT( @@ -532757,6 +321864,8 @@ public static void MultiTexEnvEXT( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.MultiTexEnvEXT(texunit, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexEnvEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -532771,8 +321880,6 @@ void IGL.MultiTexEnvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532783,6 +321890,7 @@ public static void MultiTexEnvEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.MultiTexEnvEXT(texunit, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -532798,8 +321906,6 @@ _slots[1749] is not null and var loadedFnPtr ) )(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexEnvEXT( @@ -532809,6 +321915,8 @@ public static void MultiTexEnvEXT( [NativeTypeName("GLint")] int param3 ) => ThisThread.MultiTexEnvEXT(texunit, target, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexEnvEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -532817,8 +321925,6 @@ void IGL.MultiTexEnvEXT( [NativeTypeName("GLint")] int param3 ) => ((IGL)this).MultiTexEnvEXT((uint)texunit, (uint)target, (uint)pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532829,6 +321935,7 @@ public static void MultiTexEnvEXT( [NativeTypeName("GLint")] int param3 ) => ThisThread.MultiTexEnvEXT(texunit, target, pname, param3); + [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -532844,8 +321951,6 @@ _slots[1750] is not null and var loadedFnPtr ) )(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexEnvEXT( @@ -532855,6 +321960,8 @@ public static void MultiTexEnvEXT( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.MultiTexEnvEXT(texunit, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexEnvEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -532869,8 +321976,6 @@ void IGL.MultiTexEnvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532881,6 +321986,7 @@ public static void MultiTexEnvEXT( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.MultiTexEnvEXT(texunit, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -532896,8 +322002,6 @@ _slots[1751] is not null and var loadedFnPtr ) )(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexGenEXT( @@ -532907,6 +322011,8 @@ public static void MultiTexGenEXT( [NativeTypeName("GLdouble")] double param3 ) => ThisThread.MultiTexGenEXT(texunit, coord, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -532915,8 +322021,6 @@ void IGL.MultiTexGenEXT( [NativeTypeName("GLdouble")] double param3 ) => ((IGL)this).MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532927,6 +322031,7 @@ public static void MultiTexGenEXT( [NativeTypeName("GLdouble")] double param3 ) => ThisThread.MultiTexGenEXT(texunit, coord, pname, param3); + [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -532942,8 +322047,6 @@ _slots[1752] is not null and var loadedFnPtr ) )(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexGenEXT( @@ -532953,6 +322056,8 @@ public static void MultiTexGenEXT( [NativeTypeName("const GLdouble *")] double* @params ) => ThisThread.MultiTexGenEXT(texunit, coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -532967,8 +322072,6 @@ void IGL.MultiTexGenEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -532979,6 +322082,7 @@ public static void MultiTexGenEXT( [NativeTypeName("const GLdouble *")] Ref @params ) => ThisThread.MultiTexGenEXT(texunit, coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -532994,8 +322098,6 @@ _slots[1753] is not null and var loadedFnPtr ) )(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexGenEXT( @@ -533005,6 +322107,8 @@ public static void MultiTexGenEXT( [NativeTypeName("GLfloat")] float param3 ) => ThisThread.MultiTexGenEXT(texunit, coord, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533013,8 +322117,6 @@ void IGL.MultiTexGenEXT( [NativeTypeName("GLfloat")] float param3 ) => ((IGL)this).MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533025,6 +322127,7 @@ public static void MultiTexGenEXT( [NativeTypeName("GLfloat")] float param3 ) => ThisThread.MultiTexGenEXT(texunit, coord, pname, param3); + [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533040,8 +322143,6 @@ _slots[1754] is not null and var loadedFnPtr ) )(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexGenEXT( @@ -533051,6 +322152,8 @@ public static void MultiTexGenEXT( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.MultiTexGenEXT(texunit, coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533065,8 +322168,6 @@ void IGL.MultiTexGenEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533077,6 +322178,7 @@ public static void MultiTexGenEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.MultiTexGenEXT(texunit, coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533092,8 +322194,6 @@ _slots[1755] is not null and var loadedFnPtr ) )(texunit, coord, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexGenEXT( @@ -533103,6 +322203,8 @@ public static void MultiTexGenEXT( [NativeTypeName("GLint")] int param3 ) => ThisThread.MultiTexGenEXT(texunit, coord, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533111,8 +322213,6 @@ void IGL.MultiTexGenEXT( [NativeTypeName("GLint")] int param3 ) => ((IGL)this).MultiTexGenEXT((uint)texunit, (uint)coord, (uint)pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533123,6 +322223,7 @@ public static void MultiTexGenEXT( [NativeTypeName("GLint")] int param3 ) => ThisThread.MultiTexGenEXT(texunit, coord, pname, param3); + [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533138,8 +322239,6 @@ _slots[1756] is not null and var loadedFnPtr ) )(texunit, coord, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexGenEXT( @@ -533149,6 +322248,8 @@ public static void MultiTexGenEXT( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.MultiTexGenEXT(texunit, coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexGenEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533163,8 +322264,6 @@ void IGL.MultiTexGenEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533175,6 +322274,7 @@ public static void MultiTexGenEXT( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.MultiTexGenEXT(texunit, coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533195,8 +322295,6 @@ _slots[1757] is not null and var loadedFnPtr ) )(texunit, target, level, internalformat, width, border, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexImage1DEXT( @@ -533222,6 +322320,8 @@ public static void MultiTexImage1DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexImage1DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533251,8 +322351,6 @@ void IGL.MultiTexImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533279,6 +322377,7 @@ public static void MultiTexImage1DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533300,8 +322399,6 @@ _slots[1758] is not null and var loadedFnPtr ) )(texunit, target, level, internalformat, width, height, border, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexImage2DEXT( @@ -533329,6 +322426,8 @@ public static void MultiTexImage2DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexImage2DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533360,8 +322459,6 @@ void IGL.MultiTexImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533390,6 +322487,7 @@ public static void MultiTexImage2DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533436,8 +322534,6 @@ _slots[1759] is not null and var loadedFnPtr pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexImage3DEXT( @@ -533467,6 +322563,8 @@ public static void MultiTexImage3DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexImage3DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533500,8 +322598,6 @@ void IGL.MultiTexImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533532,6 +322628,7 @@ public static void MultiTexImage3DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533547,8 +322644,6 @@ _slots[1760] is not null and var loadedFnPtr ) )(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexParameterEXT( @@ -533558,6 +322653,8 @@ public static void MultiTexParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => ThisThread.MultiTexParameterEXT(texunit, target, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexParameterEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533566,8 +322663,6 @@ void IGL.MultiTexParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => ((IGL)this).MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533578,6 +322673,7 @@ public static void MultiTexParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => ThisThread.MultiTexParameterEXT(texunit, target, pname, param3); + [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533596,8 +322692,6 @@ _slots[1761] is not null and var loadedFnPtr ) )(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexParameterEXT( @@ -533607,6 +322701,8 @@ public static void MultiTexParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.MultiTexParameterEXT(texunit, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexParameterEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533626,8 +322722,6 @@ void IGL.MultiTexParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533638,6 +322732,7 @@ public static void MultiTexParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.MultiTexParameterEXT(texunit, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533653,8 +322748,6 @@ _slots[1762] is not null and var loadedFnPtr ) )(texunit, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexParameterEXT( @@ -533664,6 +322757,8 @@ public static void MultiTexParameterEXT( [NativeTypeName("GLint")] int param3 ) => ThisThread.MultiTexParameterEXT(texunit, target, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexParameterEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533672,8 +322767,6 @@ void IGL.MultiTexParameterEXT( [NativeTypeName("GLint")] int param3 ) => ((IGL)this).MultiTexParameterEXT((uint)texunit, (uint)target, (uint)pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533684,6 +322777,7 @@ public static void MultiTexParameterEXT( [NativeTypeName("GLint")] int param3 ) => ThisThread.MultiTexParameterEXT(texunit, target, pname, param3); + [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533702,8 +322796,6 @@ _slots[1763] is not null and var loadedFnPtr ) )(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexParameterIEXT( @@ -533713,6 +322805,8 @@ public static void MultiTexParameterIEXT( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.MultiTexParameterIEXT(texunit, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexParameterIEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533732,8 +322826,6 @@ void IGL.MultiTexParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533744,6 +322836,7 @@ public static void MultiTexParameterIEXT( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.MultiTexParameterIEXT(texunit, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533762,8 +322855,6 @@ _slots[1764] is not null and var loadedFnPtr ) )(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexParameterIEXT( @@ -533773,6 +322864,8 @@ public static void MultiTexParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.MultiTexParameterIEXT(texunit, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexParameterIEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533792,8 +322885,6 @@ void IGL.MultiTexParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533804,6 +322895,7 @@ public static void MultiTexParameterIEXT( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.MultiTexParameterIEXT(texunit, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533822,8 +322914,6 @@ _slots[1765] is not null and var loadedFnPtr ) )(texunit, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexParameterEXT( @@ -533833,6 +322923,8 @@ public static void MultiTexParameterEXT( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.MultiTexParameterEXT(texunit, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexParameterEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533852,8 +322944,6 @@ void IGL.MultiTexParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533864,6 +322954,7 @@ public static void MultiTexParameterEXT( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.MultiTexParameterEXT(texunit, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexRenderbufferEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533881,8 +322972,6 @@ _slots[1766] is not null and var loadedFnPtr ) )(texunit, target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexRenderbufferEXT( @@ -533891,6 +322980,8 @@ public static void MultiTexRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.MultiTexRenderbufferEXT(texunit, target, renderbuffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexRenderbufferEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533898,8 +322989,6 @@ void IGL.MultiTexRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => ((IGL)this).MultiTexRenderbufferEXT((uint)texunit, (uint)target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -533909,6 +322998,7 @@ public static void MultiTexRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.MultiTexRenderbufferEXT(texunit, target, renderbuffer); + [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexSubImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -533928,8 +323018,6 @@ _slots[1767] is not null and var loadedFnPtr ) )(texunit, target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexSubImage1DEXT( @@ -533953,6 +323041,8 @@ public static void MultiTexSubImage1DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexSubImage1DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -533980,8 +323070,6 @@ void IGL.MultiTexSubImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -534006,6 +323094,7 @@ public static void MultiTexSubImage1DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexSubImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -534027,8 +323116,6 @@ _slots[1768] is not null and var loadedFnPtr ) )(texunit, target, level, xoffset, yoffset, width, height, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexSubImage2DEXT( @@ -534056,6 +323143,8 @@ public static void MultiTexSubImage2DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexSubImage2DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -534087,8 +323176,6 @@ void IGL.MultiTexSubImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -534117,6 +323204,7 @@ public static void MultiTexSubImage2DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexSubImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -534166,8 +323254,6 @@ _slots[1769] is not null and var loadedFnPtr pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultiTexSubImage3DEXT( @@ -534199,6 +323285,8 @@ public static void MultiTexSubImage3DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultiTexSubImage3DEXT( [NativeTypeName("GLenum")] Constant texunit, @@ -534234,8 +323322,6 @@ void IGL.MultiTexSubImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -534268,6 +323354,7 @@ public static void MultiTexSubImage3DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultMatrix([NativeTypeName("const GLdouble *")] double* m) => ( @@ -534278,36 +323365,13 @@ _slots[1770] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultMatrix([NativeTypeName("const GLdouble *")] double* m) => ThisThread.MultMatrix(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultMatrix([NativeTypeName("const GLdouble *")] Ref m) { @@ -534317,37 +323381,13 @@ void IGL.MultMatrix([NativeTypeName("const GLdouble *")] Ref m) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultMatrix([NativeTypeName("const GLdouble *")] Ref m) => ThisThread.MultMatrix(m); + [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultMatrix([NativeTypeName("const GLfloat *")] float* m) => ( @@ -534358,37 +323398,13 @@ _slots[1771] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultMatrix([NativeTypeName("const GLfloat *")] float* m) => ThisThread.MultMatrix(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultMatrix([NativeTypeName("const GLfloat *")] Ref m) { @@ -534398,38 +323414,13 @@ void IGL.MultMatrix([NativeTypeName("const GLfloat *")] Ref m) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultMatrix([NativeTypeName("const GLfloat *")] Ref m) => ThisThread.MultMatrix(m); + [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultMatrixx([NativeTypeName("const GLfixed *")] int* m) => ( @@ -534440,12 +323431,13 @@ _slots[1772] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultMatrixx([NativeTypeName("const GLfixed *")] int* m) => ThisThread.MultMatrixx(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultMatrixx([NativeTypeName("const GLfixed *")] Ref m) { @@ -534455,13 +323447,13 @@ void IGL.MultMatrixx([NativeTypeName("const GLfixed *")] Ref m) } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultMatrixx([NativeTypeName("const GLfixed *")] Ref m) => ThisThread.MultMatrixx(m); + [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => ( @@ -534472,13 +323464,13 @@ _slots[1773] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => ThisThread.MultMatrixxOES(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) { @@ -534488,14 +323480,13 @@ void IGL.MultMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) => ThisThread.MultMatrixxOES(m); + [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultTransposeMatrix([NativeTypeName("const GLdouble *")] double* m) => ( @@ -534506,33 +323497,13 @@ _slots[1774] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultTransposeMatrix([NativeTypeName("const GLdouble *")] double* m) => ThisThread.MultTransposeMatrix(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultTransposeMatrix([NativeTypeName("const GLdouble *")] Ref m) { @@ -534542,34 +323513,13 @@ void IGL.MultTransposeMatrix([NativeTypeName("const GLdouble *")] Ref m) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultTransposeMatrix([NativeTypeName("const GLdouble *")] Ref m) => ThisThread.MultTransposeMatrix(m); + [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* m) => ( @@ -534583,12 +323533,13 @@ _slots[1775] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* m) => ThisThread.MultTransposeMatrixARB(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] Ref m) { @@ -534598,13 +323549,13 @@ void IGL.MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] Ref } } - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] Ref m) => ThisThread.MultTransposeMatrixARB(m); + [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultTransposeMatrix([NativeTypeName("const GLfloat *")] float* m) => ( @@ -534615,33 +323566,13 @@ _slots[1776] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultTransposeMatrix([NativeTypeName("const GLfloat *")] float* m) => ThisThread.MultTransposeMatrix(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m) { @@ -534651,34 +323582,13 @@ void IGL.MultTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m) => ThisThread.MultTransposeMatrix(m); + [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixfARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] float* m) => ( @@ -534692,12 +323602,13 @@ _slots[1777] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixfARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] float* m) => ThisThread.MultTransposeMatrixARB(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixfARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] Ref m) { @@ -534707,13 +323618,13 @@ void IGL.MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] Ref m } } - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixfARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] Ref m) => ThisThread.MultTransposeMatrixARB(m); + [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultTransposeMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => ( @@ -534727,12 +323638,13 @@ _slots[1778] is not null and var loadedFnPtr ) )(m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultTransposeMatrixxOES([NativeTypeName("const GLfixed *")] int* m) => ThisThread.MultTransposeMatrixxOES(m); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.MultTransposeMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) { @@ -534742,13 +323654,13 @@ void IGL.MultTransposeMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MultTransposeMatrixxOES([NativeTypeName("const GLfixed *")] Ref m) => ThisThread.MultTransposeMatrixxOES(m); + [NativeFunction("opengl", EntryPoint = "glNamedBufferAttachMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferAttachMemoryNV( [NativeTypeName("GLuint")] uint buffer, @@ -534766,9 +323678,6 @@ _slots[1779] is not null and var loadedFnPtr ) )(buffer, memory, offset); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferAttachMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedBufferAttachMemoryNV( @@ -534777,6 +323686,7 @@ public static void NamedBufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.NamedBufferAttachMemoryNV(buffer, memory, offset); + [NativeFunction("opengl", EntryPoint = "glNamedBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferData( [NativeTypeName("GLuint")] uint buffer, @@ -534792,16 +323702,6 @@ _slots[1780] is not null and var loadedFnPtr ) )(buffer, size, data, usage); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedBufferData( @@ -534811,6 +323711,8 @@ public static void NamedBufferData( [NativeTypeName("GLenum")] uint usage ) => ThisThread.NamedBufferData(buffer, size, data, usage); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferData( [NativeTypeName("GLuint")] uint buffer, @@ -534825,16 +323727,6 @@ void IGL.NamedBufferData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -534845,6 +323737,7 @@ public static void NamedBufferData( [NativeTypeName("GLenum")] Constant usage ) => ThisThread.NamedBufferData(buffer, size, data, usage); + [NativeFunction("opengl", EntryPoint = "glNamedBufferDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -534860,8 +323753,6 @@ _slots[1781] is not null and var loadedFnPtr ) )(buffer, size, data, usage); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedBufferDataEXT( @@ -534871,6 +323762,8 @@ public static void NamedBufferDataEXT( [NativeTypeName("GLenum")] uint usage ) => ThisThread.NamedBufferDataEXT(buffer, size, data, usage); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedBufferDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -534885,8 +323778,6 @@ void IGL.NamedBufferDataEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -534897,6 +323788,7 @@ public static void NamedBufferDataEXT( [NativeTypeName("GLenum")] Constant usage ) => ThisThread.NamedBufferDataEXT(buffer, size, data, usage); + [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferPageCommitmentARB( [NativeTypeName("GLuint")] uint buffer, @@ -534915,8 +323807,6 @@ _slots[1782] is not null and var loadedFnPtr ) )(buffer, offset, size, commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedBufferPageCommitmentARB( @@ -534926,6 +323816,8 @@ public static void NamedBufferPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ) => ThisThread.NamedBufferPageCommitmentARB(buffer, offset, size, commit); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferPageCommitmentARB( [NativeTypeName("GLuint")] uint buffer, @@ -534934,8 +323826,6 @@ void IGL.NamedBufferPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ) => ((IGL)this).NamedBufferPageCommitmentARB(buffer, offset, size, (uint)commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -534946,6 +323836,7 @@ public static void NamedBufferPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ) => ThisThread.NamedBufferPageCommitmentARB(buffer, offset, size, commit); + [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferPageCommitmentEXT( [NativeTypeName("GLuint")] uint buffer, @@ -534964,8 +323855,6 @@ _slots[1783] is not null and var loadedFnPtr ) )(buffer, offset, size, commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedBufferPageCommitmentEXT( @@ -534975,6 +323864,8 @@ public static void NamedBufferPageCommitmentEXT( [NativeTypeName("GLboolean")] uint commit ) => ThisThread.NamedBufferPageCommitmentEXT(buffer, offset, size, commit); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferPageCommitmentEXT( [NativeTypeName("GLuint")] uint buffer, @@ -534983,8 +323874,6 @@ void IGL.NamedBufferPageCommitmentEXT( [NativeTypeName("GLboolean")] MaybeBool commit ) => ((IGL)this).NamedBufferPageCommitmentEXT(buffer, offset, size, (uint)commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -534995,6 +323884,7 @@ public static void NamedBufferPageCommitmentEXT( [NativeTypeName("GLboolean")] MaybeBool commit ) => ThisThread.NamedBufferPageCommitmentEXT(buffer, offset, size, commit); + [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferPageCommitmentMemNV( [NativeTypeName("GLuint")] uint buffer, @@ -535015,9 +323905,6 @@ _slots[1784] is not null and var loadedFnPtr ) )(buffer, offset, size, memory, memOffset, commit); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedBufferPageCommitmentMemNV( @@ -535029,6 +323916,8 @@ public static void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ) => ThisThread.NamedBufferPageCommitmentMemNV(buffer, offset, size, memory, memOffset, commit); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferPageCommitmentMemNV( [NativeTypeName("GLuint")] uint buffer, @@ -535047,9 +323936,6 @@ void IGL.NamedBufferPageCommitmentMemNV( (uint)commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535062,6 +323948,7 @@ public static void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] MaybeBool commit ) => ThisThread.NamedBufferPageCommitmentMemNV(buffer, offset, size, memory, memOffset, commit); + [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferStorage( [NativeTypeName("GLuint")] uint buffer, @@ -535077,16 +323964,6 @@ _slots[1785] is not null and var loadedFnPtr ) )(buffer, size, data, flags); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedBufferStorage( @@ -535096,6 +323973,8 @@ public static void NamedBufferStorage( [NativeTypeName("GLbitfield")] uint flags ) => ThisThread.NamedBufferStorage(buffer, size, data, flags); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferStorage( [NativeTypeName("GLuint")] uint buffer, @@ -535110,16 +323989,6 @@ void IGL.NamedBufferStorage( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535130,6 +323999,7 @@ public static void NamedBufferStorage( [NativeTypeName("GLbitfield")] Constant flags ) => ThisThread.NamedBufferStorage(buffer, size, data, flags); + [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferStorageEXT( [NativeTypeName("GLuint")] uint buffer, @@ -535145,8 +324015,6 @@ _slots[1786] is not null and var loadedFnPtr ) )(buffer, size, data, flags); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedBufferStorageEXT( @@ -535156,6 +324024,8 @@ public static void NamedBufferStorageEXT( [NativeTypeName("GLbitfield")] uint flags ) => ThisThread.NamedBufferStorageEXT(buffer, size, data, flags); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferStorageEXT( [NativeTypeName("GLuint")] uint buffer, @@ -535170,8 +324040,6 @@ void IGL.NamedBufferStorageEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535182,6 +324050,7 @@ public static void NamedBufferStorageEXT( [NativeTypeName("GLbitfield")] Constant flags ) => ThisThread.NamedBufferStorageEXT(buffer, size, data, flags); + [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferStorageExternalEXT( [NativeTypeName("GLuint")] uint buffer, @@ -535201,8 +324070,6 @@ _slots[1787] is not null and var loadedFnPtr ) )(buffer, offset, size, clientBuffer, flags); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedBufferStorageExternalEXT( @@ -535213,6 +324080,8 @@ public static void NamedBufferStorageExternalEXT( [NativeTypeName("GLbitfield")] uint flags ) => ThisThread.NamedBufferStorageExternalEXT(buffer, offset, size, clientBuffer, flags); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferStorageExternalEXT( [NativeTypeName("GLuint")] uint buffer, @@ -535234,8 +324103,6 @@ void IGL.NamedBufferStorageExternalEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535247,6 +324114,7 @@ public static void NamedBufferStorageExternalEXT( [NativeTypeName("GLbitfield")] Constant flags ) => ThisThread.NamedBufferStorageExternalEXT(buffer, offset, size, clientBuffer, flags); + [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageMemEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferStorageMemEXT( [NativeTypeName("GLuint")] uint buffer, @@ -535265,8 +324133,6 @@ _slots[1788] is not null and var loadedFnPtr ) )(buffer, size, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageMemEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedBufferStorageMemEXT( @@ -535276,6 +324142,7 @@ public static void NamedBufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.NamedBufferStorageMemEXT(buffer, size, memory, offset); + [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -535291,16 +324158,6 @@ _slots[1789] is not null and var loadedFnPtr ) )(buffer, offset, size, data); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedBufferSubData( @@ -535310,6 +324167,8 @@ public static void NamedBufferSubData( [NativeTypeName("const void *")] void* data ) => ThisThread.NamedBufferSubData(buffer, offset, size, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -535324,16 +324183,6 @@ void IGL.NamedBufferSubData( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535344,6 +324193,7 @@ public static void NamedBufferSubData( [NativeTypeName("const void *")] Ref data ) => ThisThread.NamedBufferSubData(buffer, offset, size, data); + [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -535359,8 +324209,6 @@ _slots[1790] is not null and var loadedFnPtr ) )(buffer, offset, size, data); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedBufferSubDataEXT( @@ -535370,6 +324218,8 @@ public static void NamedBufferSubDataEXT( [NativeTypeName("const void *")] void* data ) => ThisThread.NamedBufferSubDataEXT(buffer, offset, size, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -535384,8 +324234,6 @@ void IGL.NamedBufferSubDataEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535396,6 +324244,7 @@ public static void NamedBufferSubDataEXT( [NativeTypeName("const void *")] Ref data ) => ThisThread.NamedBufferSubDataEXT(buffer, offset, size, data); + [NativeFunction("opengl", EntryPoint = "glNamedCopyBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedCopyBufferSubDataEXT( [NativeTypeName("GLuint")] uint readBuffer, @@ -535415,8 +324264,6 @@ _slots[1791] is not null and var loadedFnPtr ) )(readBuffer, writeBuffer, readOffset, writeOffset, size); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedCopyBufferSubDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedCopyBufferSubDataEXT( @@ -535434,6 +324281,7 @@ public static void NamedCopyBufferSubDataEXT( size ); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferDrawBuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -535450,16 +324298,6 @@ _slots[1792] is not null and var loadedFnPtr ) )(framebuffer, buf); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferDrawBuffer( @@ -535467,22 +324305,14 @@ public static void NamedFramebufferDrawBuffer( [NativeTypeName("GLenum")] uint buf ) => ThisThread.NamedFramebufferDrawBuffer(framebuffer, buf); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferDrawBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant buf ) => ((IGL)this).NamedFramebufferDrawBuffer(framebuffer, (uint)buf); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535491,22 +324321,14 @@ public static void NamedFramebufferDrawBuffer( [NativeTypeName("GLenum")] Constant buf ) => ThisThread.NamedFramebufferDrawBuffer(framebuffer, buf); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferDrawBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("const GLenum *")] GLEnum bufs ) => ((IGL)this).NamedFramebufferDrawBuffers(framebuffer, 1, (uint*)(GLEnum*)&bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535515,22 +324337,14 @@ public static void NamedFramebufferDrawBuffer( [NativeTypeName("const GLenum *")] GLEnum bufs ) => ThisThread.NamedFramebufferDrawBuffer(framebuffer, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferDrawBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("const GLenum *")] ColorBuffer bufs ) => ((IGL)this).NamedFramebufferDrawBuffers(framebuffer, 1, (uint*)(ColorBuffer*)&bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535539,6 +324353,7 @@ public static void NamedFramebufferDrawBuffer( [NativeTypeName("const GLenum *")] ColorBuffer bufs ) => ThisThread.NamedFramebufferDrawBuffer(framebuffer, bufs); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferDrawBuffers( [NativeTypeName("GLuint")] uint framebuffer, @@ -535556,16 +324371,6 @@ _slots[1793] is not null and var loadedFnPtr ) )(framebuffer, n, bufs); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferDrawBuffers( @@ -535574,6 +324379,8 @@ public static void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] uint* bufs ) => ThisThread.NamedFramebufferDrawBuffers(framebuffer, n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferDrawBuffers( [NativeTypeName("GLuint")] uint framebuffer, @@ -535587,16 +324394,6 @@ void IGL.NamedFramebufferDrawBuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535606,6 +324403,8 @@ public static void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.NamedFramebufferDrawBuffers(framebuffer, n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferDrawBuffers( [NativeTypeName("GLuint")] uint framebuffer, @@ -535619,16 +324418,6 @@ void IGL.NamedFramebufferDrawBuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535638,6 +324427,8 @@ public static void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.NamedFramebufferDrawBuffers(framebuffer, n, bufs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferDrawBuffers( [NativeTypeName("GLuint")] uint framebuffer, @@ -535651,16 +324442,6 @@ void IGL.NamedFramebufferDrawBuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535670,6 +324451,7 @@ public static void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ) => ThisThread.NamedFramebufferDrawBuffers(framebuffer, n, bufs); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, @@ -535687,16 +324469,6 @@ _slots[1794] is not null and var loadedFnPtr ) )(framebuffer, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferParameter( @@ -535705,6 +324477,8 @@ public static void NamedFramebufferParameter( [NativeTypeName("GLint")] int param2 ) => ThisThread.NamedFramebufferParameter(framebuffer, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, @@ -535712,16 +324486,6 @@ void IGL.NamedFramebufferParameter( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).NamedFramebufferParameter(framebuffer, (uint)pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535731,6 +324495,7 @@ public static void NamedFramebufferParameter( [NativeTypeName("GLint")] int param2 ) => ThisThread.NamedFramebufferParameter(framebuffer, pname, param2); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -535748,8 +324513,6 @@ _slots[1795] is not null and var loadedFnPtr ) )(framebuffer, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferParameterEXT( @@ -535758,6 +324521,8 @@ public static void NamedFramebufferParameterEXT( [NativeTypeName("GLint")] int param2 ) => ThisThread.NamedFramebufferParameterEXT(framebuffer, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -535765,8 +324530,6 @@ void IGL.NamedFramebufferParameterEXT( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).NamedFramebufferParameterEXT(framebuffer, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535776,6 +324539,7 @@ public static void NamedFramebufferParameterEXT( [NativeTypeName("GLint")] int param2 ) => ThisThread.NamedFramebufferParameterEXT(framebuffer, pname, param2); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferReadBuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -535792,16 +324556,6 @@ _slots[1796] is not null and var loadedFnPtr ) )(framebuffer, src); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferReadBuffer( @@ -535809,22 +324563,14 @@ public static void NamedFramebufferReadBuffer( [NativeTypeName("GLenum")] uint src ) => ThisThread.NamedFramebufferReadBuffer(framebuffer, src); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferReadBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] Constant src ) => ((IGL)this).NamedFramebufferReadBuffer(framebuffer, (uint)src); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535833,6 +324579,7 @@ public static void NamedFramebufferReadBuffer( [NativeTypeName("GLenum")] Constant src ) => ThisThread.NamedFramebufferReadBuffer(framebuffer, src); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferRenderbuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -535851,16 +324598,6 @@ _slots[1797] is not null and var loadedFnPtr ) )(framebuffer, attachment, renderbuffertarget, renderbuffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferRenderbuffer( @@ -535876,6 +324613,8 @@ public static void NamedFramebufferRenderbuffer( renderbuffer ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferRenderbuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -535890,16 +324629,6 @@ void IGL.NamedFramebufferRenderbuffer( renderbuffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535916,6 +324645,7 @@ public static void NamedFramebufferRenderbuffer( renderbuffer ); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -535934,8 +324664,6 @@ _slots[1798] is not null and var loadedFnPtr ) )(framebuffer, attachment, renderbuffertarget, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferRenderbufferEXT( @@ -535951,6 +324679,8 @@ public static void NamedFramebufferRenderbufferEXT( renderbuffer ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -535965,8 +324695,6 @@ void IGL.NamedFramebufferRenderbufferEXT( renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -535983,6 +324711,7 @@ public static void NamedFramebufferRenderbufferEXT( renderbuffer ); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferSampleLocationsARB( [NativeTypeName("GLuint")] uint framebuffer, @@ -536001,8 +324730,6 @@ _slots[1799] is not null and var loadedFnPtr ) )(framebuffer, start, count, v); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferSampleLocationsARB( @@ -536012,6 +324739,8 @@ public static void NamedFramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.NamedFramebufferSampleLocationsARB(framebuffer, start, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferSampleLocationsARB( [NativeTypeName("GLuint")] uint framebuffer, @@ -536026,8 +324755,6 @@ void IGL.NamedFramebufferSampleLocationsARB( } } - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536038,6 +324765,7 @@ public static void NamedFramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.NamedFramebufferSampleLocationsARB(framebuffer, start, count, v); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferSampleLocationsNV( [NativeTypeName("GLuint")] uint framebuffer, @@ -536056,9 +324784,6 @@ _slots[1800] is not null and var loadedFnPtr ) )(framebuffer, start, count, v); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferSampleLocationsNV( @@ -536068,6 +324793,8 @@ public static void NamedFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.NamedFramebufferSampleLocationsNV(framebuffer, start, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferSampleLocationsNV( [NativeTypeName("GLuint")] uint framebuffer, @@ -536082,9 +324809,6 @@ void IGL.NamedFramebufferSampleLocationsNV( } } - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536095,6 +324819,7 @@ public static void NamedFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.NamedFramebufferSampleLocationsNV(framebuffer, start, count, v); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferSamplePositionsAMD( [NativeTypeName("GLuint")] uint framebuffer, @@ -536113,7 +324838,6 @@ _slots[1801] is not null and var loadedFnPtr ) )(framebuffer, numsamples, pixelindex, values); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferSamplePositionsAMD( @@ -536123,6 +324847,8 @@ public static void NamedFramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] float* values ) => ThisThread.NamedFramebufferSamplePositionsAMD(framebuffer, numsamples, pixelindex, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferSamplePositionsAMD( [NativeTypeName("GLuint")] uint framebuffer, @@ -536142,7 +324868,6 @@ void IGL.NamedFramebufferSamplePositionsAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536153,6 +324878,7 @@ public static void NamedFramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] Ref values ) => ThisThread.NamedFramebufferSamplePositionsAMD(framebuffer, numsamples, pixelindex, values); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTexture( [NativeTypeName("GLuint")] uint framebuffer, @@ -536171,16 +324897,6 @@ _slots[1802] is not null and var loadedFnPtr ) )(framebuffer, attachment, texture, level); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferTexture( @@ -536190,6 +324906,8 @@ public static void NamedFramebufferTexture( [NativeTypeName("GLint")] int level ) => ThisThread.NamedFramebufferTexture(framebuffer, attachment, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTexture( [NativeTypeName("GLuint")] uint framebuffer, @@ -536198,16 +324916,6 @@ void IGL.NamedFramebufferTexture( [NativeTypeName("GLint")] int level ) => ((IGL)this).NamedFramebufferTexture(framebuffer, (uint)attachment, texture, level); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536218,6 +324926,7 @@ public static void NamedFramebufferTexture( [NativeTypeName("GLint")] int level ) => ThisThread.NamedFramebufferTexture(framebuffer, attachment, texture, level); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTexture1DEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -536237,8 +324946,6 @@ _slots[1803] is not null and var loadedFnPtr ) )(framebuffer, attachment, textarget, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferTexture1DEXT( @@ -536250,6 +324957,8 @@ public static void NamedFramebufferTexture1DEXT( ) => ThisThread.NamedFramebufferTexture1DEXT(framebuffer, attachment, textarget, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTexture1DEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -536266,8 +324975,6 @@ void IGL.NamedFramebufferTexture1DEXT( level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536280,6 +324987,7 @@ public static void NamedFramebufferTexture1DEXT( ) => ThisThread.NamedFramebufferTexture1DEXT(framebuffer, attachment, textarget, texture, level); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTexture2DEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -536299,8 +325007,6 @@ _slots[1804] is not null and var loadedFnPtr ) )(framebuffer, attachment, textarget, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferTexture2DEXT( @@ -536312,6 +325018,8 @@ public static void NamedFramebufferTexture2DEXT( ) => ThisThread.NamedFramebufferTexture2DEXT(framebuffer, attachment, textarget, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTexture2DEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -536328,8 +325036,6 @@ void IGL.NamedFramebufferTexture2DEXT( level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536342,6 +325048,7 @@ public static void NamedFramebufferTexture2DEXT( ) => ThisThread.NamedFramebufferTexture2DEXT(framebuffer, attachment, textarget, texture, level); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTexture3DEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -536362,8 +325069,6 @@ _slots[1805] is not null and var loadedFnPtr ) )(framebuffer, attachment, textarget, texture, level, zoffset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferTexture3DEXT( @@ -536383,6 +325088,8 @@ public static void NamedFramebufferTexture3DEXT( zoffset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTexture3DEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -536401,8 +325108,6 @@ void IGL.NamedFramebufferTexture3DEXT( zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536423,6 +325128,7 @@ public static void NamedFramebufferTexture3DEXT( zoffset ); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTextureEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -536441,8 +325147,6 @@ _slots[1806] is not null and var loadedFnPtr ) )(framebuffer, attachment, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferTextureEXT( @@ -536452,6 +325156,8 @@ public static void NamedFramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => ThisThread.NamedFramebufferTextureEXT(framebuffer, attachment, texture, level); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTextureEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -536460,8 +325166,6 @@ void IGL.NamedFramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => ((IGL)this).NamedFramebufferTextureEXT(framebuffer, (uint)attachment, texture, level); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536472,6 +325176,7 @@ public static void NamedFramebufferTextureEXT( [NativeTypeName("GLint")] int level ) => ThisThread.NamedFramebufferTextureEXT(framebuffer, attachment, texture, level); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTextureFaceEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -536491,8 +325196,6 @@ _slots[1807] is not null and var loadedFnPtr ) )(framebuffer, attachment, texture, level, face); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferTextureFaceEXT( @@ -536503,6 +325206,8 @@ public static void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint face ) => ThisThread.NamedFramebufferTextureFaceEXT(framebuffer, attachment, texture, level, face); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTextureFaceEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -536519,8 +325224,6 @@ void IGL.NamedFramebufferTextureFaceEXT( (uint)face ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536532,6 +325235,7 @@ public static void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLenum")] Constant face ) => ThisThread.NamedFramebufferTextureFaceEXT(framebuffer, attachment, texture, level, face); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTextureLayer( [NativeTypeName("GLuint")] uint framebuffer, @@ -536551,16 +325255,6 @@ _slots[1808] is not null and var loadedFnPtr ) )(framebuffer, attachment, texture, level, layer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferTextureLayer( @@ -536571,6 +325265,8 @@ public static void NamedFramebufferTextureLayer( [NativeTypeName("GLint")] int layer ) => ThisThread.NamedFramebufferTextureLayer(framebuffer, attachment, texture, level, layer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTextureLayer( [NativeTypeName("GLuint")] uint framebuffer, @@ -536587,16 +325283,6 @@ void IGL.NamedFramebufferTextureLayer( layer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536608,6 +325294,7 @@ public static void NamedFramebufferTextureLayer( [NativeTypeName("GLint")] int layer ) => ThisThread.NamedFramebufferTextureLayer(framebuffer, attachment, texture, level, layer); + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTextureLayerEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -536627,8 +325314,6 @@ _slots[1809] is not null and var loadedFnPtr ) )(framebuffer, attachment, texture, level, layer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedFramebufferTextureLayerEXT( @@ -536639,6 +325324,8 @@ public static void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ) => ThisThread.NamedFramebufferTextureLayerEXT(framebuffer, attachment, texture, level, layer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedFramebufferTextureLayerEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -536655,8 +325342,6 @@ void IGL.NamedFramebufferTextureLayerEXT( layer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536668,6 +325353,7 @@ public static void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ) => ThisThread.NamedFramebufferTextureLayerEXT(framebuffer, attachment, texture, level, layer); + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -536689,8 +325375,6 @@ _slots[1810] is not null and var loadedFnPtr ) )(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedProgramLocalParameter4EXT( @@ -536703,6 +325387,8 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double w ) => ThisThread.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -536714,8 +325400,6 @@ void IGL.NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double w ) => ((IGL)this).NamedProgramLocalParameter4EXT(program, (uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536729,6 +325413,7 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double w ) => ThisThread.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -536747,8 +325432,6 @@ _slots[1811] is not null and var loadedFnPtr ) )(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedProgramLocalParameter4EXT( @@ -536758,6 +325441,8 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLdouble *")] double* @params ) => ThisThread.NamedProgramLocalParameter4EXT(program, target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -536772,8 +325457,6 @@ void IGL.NamedProgramLocalParameter4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536784,6 +325467,7 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLdouble *")] Ref @params ) => ThisThread.NamedProgramLocalParameter4EXT(program, target, index, @params); + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -536805,8 +325489,6 @@ _slots[1812] is not null and var loadedFnPtr ) )(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedProgramLocalParameter4EXT( @@ -536819,6 +325501,8 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float w ) => ThisThread.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -536830,8 +325514,6 @@ void IGL.NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float w ) => ((IGL)this).NamedProgramLocalParameter4EXT(program, (uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536845,6 +325527,7 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float w ) => ThisThread.NamedProgramLocalParameter4EXT(program, target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -536863,8 +325546,6 @@ _slots[1813] is not null and var loadedFnPtr ) )(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedProgramLocalParameter4EXT( @@ -536874,6 +325555,8 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.NamedProgramLocalParameter4EXT(program, target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -536888,8 +325571,6 @@ void IGL.NamedProgramLocalParameter4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536900,6 +325581,7 @@ public static void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.NamedProgramLocalParameter4EXT(program, target, index, @params); + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -536921,8 +325603,6 @@ _slots[1814] is not null and var loadedFnPtr ) )(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedProgramLocalParameterI4EXT( @@ -536935,6 +325615,8 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int w ) => ThisThread.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -536946,8 +325628,6 @@ void IGL.NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int w ) => ((IGL)this).NamedProgramLocalParameterI4EXT(program, (uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -536961,6 +325641,7 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int w ) => ThisThread.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -536979,8 +325660,6 @@ _slots[1815] is not null and var loadedFnPtr ) )(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedProgramLocalParameterI4EXT( @@ -536990,6 +325669,8 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.NamedProgramLocalParameterI4EXT(program, target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -537004,8 +325685,6 @@ void IGL.NamedProgramLocalParameterI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537016,6 +325695,7 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.NamedProgramLocalParameterI4EXT(program, target, index, @params); + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -537037,8 +325717,6 @@ _slots[1816] is not null and var loadedFnPtr ) )(program, target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedProgramLocalParameterI4EXT( @@ -537051,6 +325729,8 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint w ) => ThisThread.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -537062,8 +325742,6 @@ void IGL.NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint w ) => ((IGL)this).NamedProgramLocalParameterI4EXT(program, (uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537077,6 +325755,7 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint w ) => ThisThread.NamedProgramLocalParameterI4EXT(program, target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -537095,8 +325774,6 @@ _slots[1817] is not null and var loadedFnPtr ) )(program, target, index, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedProgramLocalParameterI4EXT( @@ -537106,6 +325783,8 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.NamedProgramLocalParameterI4EXT(program, target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -537120,8 +325799,6 @@ void IGL.NamedProgramLocalParameterI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537132,6 +325809,7 @@ public static void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.NamedProgramLocalParameterI4EXT(program, target, index, @params); + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameters4EXT( [NativeTypeName("GLuint")] uint program, @@ -537151,8 +325829,6 @@ _slots[1818] is not null and var loadedFnPtr ) )(program, target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedProgramLocalParameters4EXT( @@ -537163,6 +325839,8 @@ public static void NamedProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.NamedProgramLocalParameters4EXT(program, target, index, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParameters4EXT( [NativeTypeName("GLuint")] uint program, @@ -537184,8 +325862,6 @@ void IGL.NamedProgramLocalParameters4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537197,6 +325873,7 @@ public static void NamedProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.NamedProgramLocalParameters4EXT(program, target, index, count, @params); + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParametersI4EXT( [NativeTypeName("GLuint")] uint program, @@ -537216,8 +325893,6 @@ _slots[1819] is not null and var loadedFnPtr ) )(program, target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedProgramLocalParametersI4EXT( @@ -537228,6 +325903,8 @@ public static void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.NamedProgramLocalParametersI4EXT(program, target, index, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParametersI4EXT( [NativeTypeName("GLuint")] uint program, @@ -537249,8 +325926,6 @@ void IGL.NamedProgramLocalParametersI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537262,6 +325937,7 @@ public static void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.NamedProgramLocalParametersI4EXT(program, target, index, count, @params); + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParametersI4EXT( [NativeTypeName("GLuint")] uint program, @@ -537281,8 +325957,6 @@ _slots[1820] is not null and var loadedFnPtr ) )(program, target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedProgramLocalParametersI4EXT( @@ -537293,6 +325967,8 @@ public static void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.NamedProgramLocalParametersI4EXT(program, target, index, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramLocalParametersI4EXT( [NativeTypeName("GLuint")] uint program, @@ -537314,8 +325990,6 @@ void IGL.NamedProgramLocalParametersI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537327,6 +326001,7 @@ public static void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.NamedProgramLocalParametersI4EXT(program, target, index, count, @params); + [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramStringEXT( [NativeTypeName("GLuint")] uint program, @@ -537343,8 +326018,6 @@ _slots[1821] is not null and var loadedFnPtr ) )(program, target, format, len, @string); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedProgramStringEXT( @@ -537355,6 +326028,8 @@ public static void NamedProgramStringEXT( [NativeTypeName("const void *")] void* @string ) => ThisThread.NamedProgramStringEXT(program, target, format, len, @string); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedProgramStringEXT( [NativeTypeName("GLuint")] uint program, @@ -537376,8 +326051,6 @@ void IGL.NamedProgramStringEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537389,6 +326062,7 @@ public static void NamedProgramStringEXT( [NativeTypeName("const void *")] Ref @string ) => ThisThread.NamedProgramStringEXT(program, target, format, len, @string); + [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedRenderbufferStorage( [NativeTypeName("GLuint")] uint renderbuffer, @@ -537407,16 +326081,6 @@ _slots[1822] is not null and var loadedFnPtr ) )(renderbuffer, internalformat, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedRenderbufferStorage( @@ -537426,6 +326090,8 @@ public static void NamedRenderbufferStorage( [NativeTypeName("GLsizei")] uint height ) => ThisThread.NamedRenderbufferStorage(renderbuffer, internalformat, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedRenderbufferStorage( [NativeTypeName("GLuint")] uint renderbuffer, @@ -537434,16 +326100,6 @@ void IGL.NamedRenderbufferStorage( [NativeTypeName("GLsizei")] uint height ) => ((IGL)this).NamedRenderbufferStorage(renderbuffer, (uint)internalformat, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537454,6 +326110,7 @@ public static void NamedRenderbufferStorage( [NativeTypeName("GLsizei")] uint height ) => ThisThread.NamedRenderbufferStorage(renderbuffer, internalformat, width, height); + [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedRenderbufferStorageEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -537472,8 +326129,6 @@ _slots[1823] is not null and var loadedFnPtr ) )(renderbuffer, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedRenderbufferStorageEXT( @@ -537483,6 +326138,8 @@ public static void NamedRenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ) => ThisThread.NamedRenderbufferStorageEXT(renderbuffer, internalformat, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedRenderbufferStorageEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -537491,8 +326148,6 @@ void IGL.NamedRenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ) => ((IGL)this).NamedRenderbufferStorageEXT(renderbuffer, (uint)internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537503,6 +326158,7 @@ public static void NamedRenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ) => ThisThread.NamedRenderbufferStorageEXT(renderbuffer, internalformat, width, height); + [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedRenderbufferStorageMultisample( [NativeTypeName("GLuint")] uint renderbuffer, @@ -537522,16 +326178,6 @@ _slots[1824] is not null and var loadedFnPtr ) )(renderbuffer, samples, internalformat, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedRenderbufferStorageMultisample( @@ -537549,6 +326195,8 @@ public static void NamedRenderbufferStorageMultisample( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedRenderbufferStorageMultisample( [NativeTypeName("GLuint")] uint renderbuffer, @@ -537565,16 +326213,6 @@ void IGL.NamedRenderbufferStorageMultisample( height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537593,6 +326231,7 @@ public static void NamedRenderbufferStorageMultisample( height ); + [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLuint")] uint renderbuffer, @@ -537613,9 +326252,6 @@ _slots[1825] is not null and var loadedFnPtr ) )(renderbuffer, samples, storageSamples, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedRenderbufferStorageMultisampleAdvanceAMD( @@ -537635,6 +326271,8 @@ public static void NamedRenderbufferStorageMultisampleAdvanceAMD( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLuint")] uint renderbuffer, @@ -537653,9 +326291,6 @@ void IGL.NamedRenderbufferStorageMultisampleAdvanceAMD( height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537676,6 +326311,7 @@ public static void NamedRenderbufferStorageMultisampleAdvanceAMD( height ); + [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -537696,8 +326332,6 @@ _slots[1826] is not null and var loadedFnPtr ) )(renderbuffer, coverageSamples, colorSamples, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedRenderbufferStorageMultisampleCoverageEXT( @@ -537717,6 +326351,8 @@ public static void NamedRenderbufferStorageMultisampleCoverageEXT( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -537735,8 +326371,6 @@ void IGL.NamedRenderbufferStorageMultisampleCoverageEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537757,6 +326391,7 @@ public static void NamedRenderbufferStorageMultisampleCoverageEXT( height ); + [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -537776,8 +326411,6 @@ _slots[1827] is not null and var loadedFnPtr ) )(renderbuffer, samples, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedRenderbufferStorageMultisampleEXT( @@ -537795,6 +326428,8 @@ public static void NamedRenderbufferStorageMultisampleEXT( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -537811,8 +326446,6 @@ void IGL.NamedRenderbufferStorageMultisampleEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537831,6 +326464,7 @@ public static void NamedRenderbufferStorageMultisampleEXT( height ); + [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedStringARB( [NativeTypeName("GLenum")] uint type, @@ -537847,8 +326481,6 @@ _slots[1828] is not null and var loadedFnPtr ) )(type, namelen, name, stringlen, @string); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NamedStringARB( @@ -537859,6 +326491,8 @@ public static void NamedStringARB( [NativeTypeName("const GLchar *")] sbyte* @string ) => ThisThread.NamedStringARB(type, namelen, name, stringlen, @string); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NamedStringARB( [NativeTypeName("GLenum")] uint type, @@ -537875,8 +326509,6 @@ void IGL.NamedStringARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537888,6 +326520,7 @@ public static void NamedStringARB( [NativeTypeName("const GLchar *")] Ref @string ) => ThisThread.NamedStringARB(type, namelen, name, stringlen, @string); + [NativeFunction("opengl", EntryPoint = "glNewList")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NewList([NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] uint mode) => ( @@ -537898,31 +326531,6 @@ _slots[1829] is not null and var loadedFnPtr ) )(list, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNewList")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NewList( @@ -537930,37 +326538,14 @@ public static void NewList( [NativeTypeName("GLenum")] uint mode ) => ThisThread.NewList(list, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNewList")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NewList( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).NewList(list, (uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNewList")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -537969,6 +326554,8 @@ public static void NewList( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.NewList(list, mode); + [return: NativeTypeName("GLuint")] + [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.NewObjectBufferATI( [NativeTypeName("GLsizei")] uint size, @@ -537984,7 +326571,6 @@ _slots[1830] is not null and var loadedFnPtr )(size, pointer, usage); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint NewObjectBufferATI( @@ -537993,6 +326579,9 @@ public static uint NewObjectBufferATI( [NativeTypeName("GLenum")] uint usage ) => ThisThread.NewObjectBufferATI(size, pointer, usage); + [return: NativeTypeName("GLuint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.NewObjectBufferATI( [NativeTypeName("GLsizei")] uint size, @@ -538007,7 +326596,6 @@ uint IGL.NewObjectBufferATI( } [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -538017,6 +326605,7 @@ public static uint NewObjectBufferATI( [NativeTypeName("GLenum")] Constant usage ) => ThisThread.NewObjectBufferATI(size, pointer, usage); + [NativeFunction("opengl", EntryPoint = "glNormal3b")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3( [NativeTypeName("GLbyte")] sbyte nx, @@ -538031,31 +326620,6 @@ _slots[1831] is not null and var loadedFnPtr ) )(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3b")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3( @@ -538064,6 +326628,7 @@ public static void Normal3( [NativeTypeName("GLbyte")] sbyte nz ) => ThisThread.Normal3(nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormal3bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3([NativeTypeName("const GLbyte *")] sbyte* v) => ( @@ -538074,36 +326639,13 @@ _slots[1832] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3([NativeTypeName("const GLbyte *")] sbyte* v) => ThisThread.Normal3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormal3bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3([NativeTypeName("const GLbyte *")] Ref v) { @@ -538113,37 +326655,13 @@ void IGL.Normal3([NativeTypeName("const GLbyte *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3([NativeTypeName("const GLbyte *")] Ref v) => ThisThread.Normal3(v); + [NativeFunction("opengl", EntryPoint = "glNormal3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3( [NativeTypeName("GLdouble")] double nx, @@ -538158,31 +326676,6 @@ _slots[1833] is not null and var loadedFnPtr ) )(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3( @@ -538191,6 +326684,7 @@ public static void Normal3( [NativeTypeName("GLdouble")] double nz ) => ThisThread.Normal3(nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormal3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3([NativeTypeName("const GLdouble *")] double* v) => ( @@ -538201,36 +326695,13 @@ _slots[1834] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3([NativeTypeName("const GLdouble *")] double* v) => ThisThread.Normal3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormal3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3([NativeTypeName("const GLdouble *")] Ref v) { @@ -538240,37 +326711,13 @@ void IGL.Normal3([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.Normal3(v); + [NativeFunction("opengl", EntryPoint = "glNormal3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3( [NativeTypeName("GLfloat")] float nx, @@ -538285,32 +326732,6 @@ _slots[1835] is not null and var loadedFnPtr ) )(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glNormal3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3( @@ -538319,6 +326740,7 @@ public static void Normal3( [NativeTypeName("GLfloat")] float nz ) => ThisThread.Normal3(nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormal3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3([NativeTypeName("const GLfloat *")] float* v) => ( @@ -538329,36 +326751,13 @@ _slots[1836] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3([NativeTypeName("const GLfloat *")] float* v) => ThisThread.Normal3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormal3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3([NativeTypeName("const GLfloat *")] Ref v) { @@ -538368,37 +326767,13 @@ void IGL.Normal3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.Normal3(v); + [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3FVertex3SUN( [NativeTypeName("GLfloat")] float nx, @@ -538416,7 +326791,6 @@ _slots[1837] is not null and var loadedFnPtr ) )(nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3FVertex3SUN( @@ -538428,6 +326802,7 @@ public static void Normal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.Normal3FVertex3SUN(nx, ny, nz, x, y, z); + [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* n, @@ -538441,7 +326816,6 @@ _slots[1838] is not null and var loadedFnPtr ) )(n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3FVertex3SUN( @@ -538449,6 +326823,8 @@ public static void Normal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.Normal3FVertex3SUN(n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref n, @@ -538462,7 +326838,6 @@ void IGL.Normal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -538471,6 +326846,7 @@ public static void Normal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.Normal3FVertex3SUN(n, v); + [NativeFunction("opengl", EntryPoint = "glNormal3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3NV( [NativeTypeName("GLhalfNV")] ushort nx, @@ -538485,7 +326861,6 @@ _slots[1839] is not null and var loadedFnPtr ) )(nx, ny, nz); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glNormal3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3NV( @@ -538494,6 +326869,7 @@ public static void Normal3NV( [NativeTypeName("GLhalfNV")] ushort nz ) => ThisThread.Normal3NV(nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ( @@ -538504,12 +326880,13 @@ _slots[1840] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ThisThread.Normal3NV(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3NV([NativeTypeName("const GLhalfNV *")] Ref v) { @@ -538519,13 +326896,13 @@ void IGL.Normal3NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3NV([NativeTypeName("const GLhalfNV *")] Ref v) => ThisThread.Normal3NV(v); + [NativeFunction("opengl", EntryPoint = "glNormal3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3( [NativeTypeName("GLint")] int nx, @@ -538540,31 +326917,6 @@ _slots[1841] is not null and var loadedFnPtr ) )(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3( @@ -538573,6 +326925,7 @@ public static void Normal3( [NativeTypeName("GLint")] int nz ) => ThisThread.Normal3(nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormal3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3([NativeTypeName("const GLint *")] int* v) => ( @@ -538583,35 +326936,12 @@ _slots[1842] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3([NativeTypeName("const GLint *")] int* v) => ThisThread.Normal3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormal3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3([NativeTypeName("const GLint *")] Ref v) { @@ -538621,37 +326951,13 @@ void IGL.Normal3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3([NativeTypeName("const GLint *")] Ref v) => ThisThread.Normal3(v); + [NativeFunction("opengl", EntryPoint = "glNormal3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3( [NativeTypeName("GLshort")] short nx, @@ -538666,31 +326972,6 @@ _slots[1843] is not null and var loadedFnPtr ) )(nx, ny, nz); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3( @@ -538699,6 +326980,7 @@ public static void Normal3( [NativeTypeName("GLshort")] short nz ) => ThisThread.Normal3(nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormal3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3([NativeTypeName("const GLshort *")] short* v) => ( @@ -538709,36 +326991,13 @@ _slots[1844] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3([NativeTypeName("const GLshort *")] short* v) => ThisThread.Normal3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormal3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3([NativeTypeName("const GLshort *")] Ref v) { @@ -538748,37 +327007,13 @@ void IGL.Normal3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3([NativeTypeName("const GLshort *")] Ref v) => ThisThread.Normal3(v); + [NativeFunction("opengl", EntryPoint = "glNormal3x")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3X( [NativeTypeName("GLfixed")] int nx, @@ -538793,7 +327028,6 @@ _slots[1845] is not null and var loadedFnPtr ) )(nx, ny, nz); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glNormal3x")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3X( @@ -538802,6 +327036,7 @@ public static void Normal3X( [NativeTypeName("GLfixed")] int nz ) => ThisThread.Normal3X(nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormal3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3XOES( [NativeTypeName("GLfixed")] int nx, @@ -538816,8 +327051,6 @@ _slots[1846] is not null and var loadedFnPtr ) )(nx, ny, nz); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glNormal3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3XOES( @@ -538826,6 +327059,7 @@ public static void Normal3XOES( [NativeTypeName("GLfixed")] int nz ) => ThisThread.Normal3XOES(nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -538836,12 +327070,13 @@ _slots[1847] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.Normal3XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Normal3XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -538851,13 +327086,13 @@ void IGL.Normal3XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Normal3XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.Normal3XOES(coords); + [NativeFunction("opengl", EntryPoint = "glNormalFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalFormatNV( [NativeTypeName("GLenum")] uint type, @@ -538871,8 +327106,6 @@ _slots[1848] is not null and var loadedFnPtr ) )(type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glNormalFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalFormatNV( @@ -538880,6 +327113,7 @@ public static void NormalFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.NormalFormatNV(type, stride); + [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalP3( [NativeTypeName("GLenum")] uint type, @@ -538893,7 +327127,6 @@ _slots[1849] is not null and var loadedFnPtr ) )(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalP3( @@ -538901,13 +327134,14 @@ public static void NormalP3( [NativeTypeName("GLuint")] uint coords ) => ThisThread.NormalP3(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords ) => ((IGL)this).NormalP3((uint)type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -538916,8 +327150,9 @@ public static void NormalP3( [NativeTypeName("GLuint")] uint coords ) => ThisThread.NormalP3(type, coords); + [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.NormalP3Uiv( + void IGL.NormalP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ) => @@ -538929,50 +327164,52 @@ _slots[1850] is not null and var loadedFnPtr ) )(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void NormalP3Uiv( + public static void NormalP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => ThisThread.NormalP3Uiv(type, coords); + ) => ThisThread.NormalP3uiv(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.NormalP3Uiv( + void IGL.NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - ((IGL)this).NormalP3Uiv((uint)type, __dsl_coords); + ((IGL)this).NormalP3uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void NormalP3Uiv( + public static void NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => ThisThread.NormalP3Uiv(type, coords); + ) => ThisThread.NormalP3uiv(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.NormalP3Uiv( + void IGL.NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ((IGL)this).NormalP3Uiv((uint)type, (uint*)&coords); + ) => ((IGL)this).NormalP3uiv((uint)type, (uint*)&coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void NormalP3Uiv( + public static void NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ThisThread.NormalP3Uiv(type, coords); + ) => ThisThread.NormalP3uiv(type, coords); + [NativeFunction("opengl", EntryPoint = "glNormalPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalPointer( [NativeTypeName("GLenum")] uint type, @@ -538987,31 +327224,6 @@ _slots[1851] is not null and var loadedFnPtr ) )(type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glNormalPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalPointer( @@ -539020,6 +327232,8 @@ public static void NormalPointer( [NativeTypeName("const void *")] void* pointer ) => ThisThread.NormalPointer(type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalPointer( [NativeTypeName("GLenum")] Constant type, @@ -539033,31 +327247,6 @@ void IGL.NormalPointer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539067,6 +327256,7 @@ public static void NormalPointer( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.NormalPointer(type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -539082,7 +327272,6 @@ _slots[1852] is not null and var loadedFnPtr ) )(type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalPointerEXT( @@ -539092,6 +327281,8 @@ public static void NormalPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.NormalPointerEXT(type, stride, count, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalPointerEXT( [NativeTypeName("GLenum")] Constant type, @@ -539106,7 +327297,6 @@ void IGL.NormalPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539117,6 +327307,7 @@ public static void NormalPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.NormalPointerEXT(type, stride, count, pointer); + [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalPointerListIBM( [NativeTypeName("GLenum")] uint type, @@ -539132,7 +327323,6 @@ _slots[1853] is not null and var loadedFnPtr ) )(type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalPointerListIBM( @@ -539142,6 +327332,8 @@ public static void NormalPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.NormalPointerListIBM(type, stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalPointerListIBM( [NativeTypeName("GLenum")] Constant type, @@ -539156,7 +327348,6 @@ void IGL.NormalPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539167,8 +327358,9 @@ public static void NormalPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.NormalPointerListIBM(type, stride, pointer, ptrstride); + [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.NormalPointerIntel( + void IGL.NormalPointerINTEL( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ) => @@ -539180,35 +327372,36 @@ _slots[1854] is not null and var loadedFnPtr ) )(type, pointer); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void NormalPointerIntel( + public static void NormalPointerINTEL( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer - ) => ThisThread.NormalPointerIntel(type, pointer); + ) => ThisThread.NormalPointerINTEL(type, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.NormalPointerIntel( + void IGL.NormalPointerINTEL( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer ) { fixed (void** __dsl_pointer = pointer) { - ((IGL)this).NormalPointerIntel((uint)type, __dsl_pointer); + ((IGL)this).NormalPointerINTEL((uint)type, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void NormalPointerIntel( + public static void NormalPointerINTEL( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer - ) => ThisThread.NormalPointerIntel(type, pointer); + ) => ThisThread.NormalPointerINTEL(type, pointer); + [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -539224,7 +327417,6 @@ _slots[1855] is not null and var loadedFnPtr ) )(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalStream3ATI( @@ -539234,6 +327426,8 @@ public static void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nz ) => ThisThread.NormalStream3ATI(stream, nx, ny, nz); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -539242,7 +327436,6 @@ void IGL.NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nz ) => ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539253,6 +327446,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nz ) => ThisThread.NormalStream3ATI(stream, nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -539266,7 +327460,6 @@ _slots[1856] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalStream3ATI( @@ -539274,6 +327467,8 @@ public static void NormalStream3ATI( [NativeTypeName("const GLbyte *")] sbyte* coords ) => ThisThread.NormalStream3ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -539286,7 +327481,6 @@ void IGL.NormalStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539295,6 +327489,7 @@ public static void NormalStream3ATI( [NativeTypeName("const GLbyte *")] Ref coords ) => ThisThread.NormalStream3ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -539310,7 +327505,6 @@ _slots[1857] is not null and var loadedFnPtr ) )(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalStream3ATI( @@ -539320,6 +327514,8 @@ public static void NormalStream3ATI( [NativeTypeName("GLdouble")] double nz ) => ThisThread.NormalStream3ATI(stream, nx, ny, nz); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -539328,7 +327524,6 @@ void IGL.NormalStream3ATI( [NativeTypeName("GLdouble")] double nz ) => ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539339,6 +327534,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLdouble")] double nz ) => ThisThread.NormalStream3ATI(stream, nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -539352,7 +327548,6 @@ _slots[1858] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalStream3ATI( @@ -539360,6 +327555,8 @@ public static void NormalStream3ATI( [NativeTypeName("const GLdouble *")] double* coords ) => ThisThread.NormalStream3ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -539372,7 +327569,6 @@ void IGL.NormalStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539381,6 +327577,7 @@ public static void NormalStream3ATI( [NativeTypeName("const GLdouble *")] Ref coords ) => ThisThread.NormalStream3ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -539396,7 +327593,6 @@ _slots[1859] is not null and var loadedFnPtr ) )(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalStream3ATI( @@ -539406,6 +327602,8 @@ public static void NormalStream3ATI( [NativeTypeName("GLfloat")] float nz ) => ThisThread.NormalStream3ATI(stream, nx, ny, nz); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -539414,7 +327612,6 @@ void IGL.NormalStream3ATI( [NativeTypeName("GLfloat")] float nz ) => ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539425,6 +327622,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLfloat")] float nz ) => ThisThread.NormalStream3ATI(stream, nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -539438,7 +327636,6 @@ _slots[1860] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalStream3ATI( @@ -539446,6 +327643,8 @@ public static void NormalStream3ATI( [NativeTypeName("const GLfloat *")] float* coords ) => ThisThread.NormalStream3ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -539458,7 +327657,6 @@ void IGL.NormalStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539467,6 +327665,7 @@ public static void NormalStream3ATI( [NativeTypeName("const GLfloat *")] Ref coords ) => ThisThread.NormalStream3ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -539482,7 +327681,6 @@ _slots[1861] is not null and var loadedFnPtr ) )(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalStream3ATI( @@ -539492,6 +327690,8 @@ public static void NormalStream3ATI( [NativeTypeName("GLint")] int nz ) => ThisThread.NormalStream3ATI(stream, nx, ny, nz); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -539500,7 +327700,6 @@ void IGL.NormalStream3ATI( [NativeTypeName("GLint")] int nz ) => ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539511,6 +327710,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLint")] int nz ) => ThisThread.NormalStream3ATI(stream, nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -539524,7 +327724,6 @@ _slots[1862] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalStream3ATI( @@ -539532,6 +327731,8 @@ public static void NormalStream3ATI( [NativeTypeName("const GLint *")] int* coords ) => ThisThread.NormalStream3ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -539544,7 +327745,6 @@ void IGL.NormalStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539553,6 +327753,7 @@ public static void NormalStream3ATI( [NativeTypeName("const GLint *")] Ref coords ) => ThisThread.NormalStream3ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -539568,7 +327769,6 @@ _slots[1863] is not null and var loadedFnPtr ) )(stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalStream3ATI( @@ -539578,6 +327778,8 @@ public static void NormalStream3ATI( [NativeTypeName("GLshort")] short nz ) => ThisThread.NormalStream3ATI(stream, nx, ny, nz); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -539586,7 +327788,6 @@ void IGL.NormalStream3ATI( [NativeTypeName("GLshort")] short nz ) => ((IGL)this).NormalStream3ATI((uint)stream, nx, ny, nz); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539597,6 +327798,7 @@ public static void NormalStream3ATI( [NativeTypeName("GLshort")] short nz ) => ThisThread.NormalStream3ATI(stream, nx, ny, nz); + [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -539610,7 +327812,6 @@ _slots[1864] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void NormalStream3ATI( @@ -539618,6 +327819,8 @@ public static void NormalStream3ATI( [NativeTypeName("const GLshort *")] short* coords ) => ThisThread.NormalStream3ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.NormalStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -539630,7 +327833,6 @@ void IGL.NormalStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539639,6 +327841,7 @@ public static void NormalStream3ATI( [NativeTypeName("const GLshort *")] Ref coords ) => ThisThread.NormalStream3ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glObjectLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ObjectLabel( [NativeTypeName("GLenum")] uint identifier, @@ -539654,16 +327857,6 @@ _slots[1865] is not null and var loadedFnPtr ) )(identifier, name, length, label); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glObjectLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ObjectLabel( @@ -539673,6 +327866,8 @@ public static void ObjectLabel( [NativeTypeName("const GLchar *")] sbyte* label ) => ThisThread.ObjectLabel(identifier, name, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glObjectLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ObjectLabel( [NativeTypeName("GLenum")] Constant identifier, @@ -539687,16 +327882,6 @@ void IGL.ObjectLabel( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539707,6 +327892,7 @@ public static void ObjectLabel( [NativeTypeName("const GLchar *")] Ref label ) => ThisThread.ObjectLabel(identifier, name, length, label); + [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ObjectLabelKHR( [NativeTypeName("GLenum")] uint identifier, @@ -539722,7 +327908,6 @@ _slots[1866] is not null and var loadedFnPtr ) )(identifier, name, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ObjectLabelKHR( @@ -539732,6 +327917,8 @@ public static void ObjectLabelKHR( [NativeTypeName("const GLchar *")] sbyte* label ) => ThisThread.ObjectLabelKHR(identifier, name, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ObjectLabelKHR( [NativeTypeName("GLenum")] Constant identifier, @@ -539746,7 +327933,6 @@ void IGL.ObjectLabelKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539757,6 +327943,7 @@ public static void ObjectLabelKHR( [NativeTypeName("const GLchar *")] Ref label ) => ThisThread.ObjectLabelKHR(identifier, name, length, label); + [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ObjectPtrLabel( [NativeTypeName("const void *")] void* ptr, @@ -539771,16 +327958,6 @@ _slots[1867] is not null and var loadedFnPtr ) )(ptr, length, label); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ObjectPtrLabel( @@ -539789,6 +327966,8 @@ public static void ObjectPtrLabel( [NativeTypeName("const GLchar *")] sbyte* label ) => ThisThread.ObjectPtrLabel(ptr, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ObjectPtrLabel( [NativeTypeName("const void *")] Ref ptr, @@ -539803,16 +327982,6 @@ void IGL.ObjectPtrLabel( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539822,6 +327991,7 @@ public static void ObjectPtrLabel( [NativeTypeName("const GLchar *")] Ref label ) => ThisThread.ObjectPtrLabel(ptr, length, label); + [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ObjectPtrLabelKHR( [NativeTypeName("const void *")] void* ptr, @@ -539836,7 +328006,6 @@ _slots[1868] is not null and var loadedFnPtr ) )(ptr, length, label); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ObjectPtrLabelKHR( @@ -539845,6 +328014,8 @@ public static void ObjectPtrLabelKHR( [NativeTypeName("const GLchar *")] sbyte* label ) => ThisThread.ObjectPtrLabelKHR(ptr, length, label); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ObjectPtrLabelKHR( [NativeTypeName("const void *")] Ref ptr, @@ -539859,7 +328030,6 @@ void IGL.ObjectPtrLabelKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -539869,8 +328039,10 @@ public static void ObjectPtrLabelKHR( [NativeTypeName("const GLchar *")] Ref label ) => ThisThread.ObjectPtrLabelKHR(ptr, length, label); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glObjectPurgeableAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.ObjectPurgeableApple( + uint IGL.ObjectPurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option @@ -539884,17 +328056,18 @@ _slots[1869] is not null and var loadedFnPtr )(objectType, name, option); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glObjectPurgeableAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint ObjectPurgeableApple( + public static uint ObjectPurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option - ) => ThisThread.ObjectPurgeableApple(objectType, name, option); + ) => ThisThread.ObjectPurgeableAPPLE(objectType, name, option); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glObjectUnpurgeableAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.ObjectUnpurgeableApple( + uint IGL.ObjectUnpurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option @@ -539911,15 +328084,15 @@ _slots[1870] is not null and var loadedFnPtr )(objectType, name, option); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glObjectUnpurgeableAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint ObjectUnpurgeableApple( + public static uint ObjectUnpurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option - ) => ThisThread.ObjectUnpurgeableApple(objectType, name, option); + ) => ThisThread.ObjectUnpurgeableAPPLE(objectType, name, option); + [NativeFunction("opengl", EntryPoint = "glOrtho")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Ortho( [NativeTypeName("GLdouble")] double left, @@ -539937,31 +328110,6 @@ _slots[1871] is not null and var loadedFnPtr ) )(left, right, bottom, top, zNear, zFar); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glOrtho")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Ortho( @@ -539973,6 +328121,7 @@ public static void Ortho( [NativeTypeName("GLdouble")] double zFar ) => ThisThread.Ortho(left, right, bottom, top, zNear, zFar); + [NativeFunction("opengl", EntryPoint = "glOrthof")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Ortho( [NativeTypeName("GLfloat")] float l, @@ -539990,7 +328139,6 @@ _slots[1872] is not null and var loadedFnPtr ) )(l, r, b, t, n, f); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glOrthof")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Ortho( @@ -540002,6 +328150,7 @@ public static void Ortho( [NativeTypeName("GLfloat")] float f ) => ThisThread.Ortho(l, r, b, t, n, f); + [NativeFunction("opengl", EntryPoint = "glOrthofOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.OrthoOES( [NativeTypeName("GLfloat")] float l, @@ -540019,8 +328168,6 @@ _slots[1873] is not null and var loadedFnPtr ) )(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glOrthofOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void OrthoOES( @@ -540032,6 +328179,7 @@ public static void OrthoOES( [NativeTypeName("GLfloat")] float f ) => ThisThread.OrthoOES(l, r, b, t, n, f); + [NativeFunction("opengl", EntryPoint = "glOrthox")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Orthox( [NativeTypeName("GLfixed")] int l, @@ -540049,7 +328197,6 @@ _slots[1874] is not null and var loadedFnPtr ) )(l, r, b, t, n, f); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glOrthox")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Orthox( @@ -540061,6 +328208,7 @@ public static void Orthox( [NativeTypeName("GLfixed")] int f ) => ThisThread.Orthox(l, r, b, t, n, f); + [NativeFunction("opengl", EntryPoint = "glOrthoxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.OrthoxOES( [NativeTypeName("GLfixed")] int l, @@ -540078,8 +328226,6 @@ _slots[1875] is not null and var loadedFnPtr ) )(l, r, b, t, n, f); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glOrthoxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void OrthoxOES( @@ -540091,6 +328237,7 @@ public static void OrthoxOES( [NativeTypeName("GLfixed")] int f ) => ThisThread.OrthoxOES(l, r, b, t, n, f); + [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PassTexCoordATI( [NativeTypeName("GLuint")] uint dst, @@ -540105,7 +328252,6 @@ _slots[1876] is not null and var loadedFnPtr ) )(dst, coord, swizzle); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PassTexCoordATI( @@ -540114,6 +328260,8 @@ public static void PassTexCoordATI( [NativeTypeName("GLenum")] uint swizzle ) => ThisThread.PassTexCoordATI(dst, coord, swizzle); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PassTexCoordATI( [NativeTypeName("GLuint")] Constant dst, @@ -540121,7 +328269,6 @@ void IGL.PassTexCoordATI( [NativeTypeName("GLenum")] Constant swizzle ) => ((IGL)this).PassTexCoordATI((uint)dst, (uint)coord, (uint)swizzle); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540131,6 +328278,7 @@ public static void PassTexCoordATI( [NativeTypeName("GLenum")] Constant swizzle ) => ThisThread.PassTexCoordATI(dst, coord, swizzle); + [NativeFunction("opengl", EntryPoint = "glPassThrough")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PassThrough([NativeTypeName("GLfloat")] float token) => ( @@ -540141,36 +328289,12 @@ _slots[1877] is not null and var loadedFnPtr ) )(token); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPassThrough")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PassThrough([NativeTypeName("GLfloat")] float token) => ThisThread.PassThrough(token); + [NativeFunction("opengl", EntryPoint = "glPassThroughxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PassThroughxOES([NativeTypeName("GLfixed")] int token) => ( @@ -540181,12 +328305,12 @@ _slots[1878] is not null and var loadedFnPtr ) )(token); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPassThroughxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PassThroughxOES([NativeTypeName("GLfixed")] int token) => ThisThread.PassThroughxOES(token); + [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PatchParameter( [NativeTypeName("GLenum")] uint pname, @@ -540200,34 +328324,6 @@ _slots[1879] is not null and var loadedFnPtr ) )(pname, values); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PatchParameter( @@ -540235,6 +328331,8 @@ public static void PatchParameter( [NativeTypeName("const GLfloat *")] float* values ) => ThisThread.PatchParameter(pname, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PatchParameter( [NativeTypeName("GLenum")] Constant pname, @@ -540247,34 +328345,6 @@ void IGL.PatchParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540283,6 +328353,7 @@ public static void PatchParameter( [NativeTypeName("const GLfloat *")] Ref values ) => ThisThread.PatchParameter(pname, values); + [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PatchParameter( [NativeTypeName("GLenum")] uint pname, @@ -540296,34 +328367,6 @@ _slots[1880] is not null and var loadedFnPtr ) )(pname, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PatchParameter( @@ -540331,40 +328374,14 @@ public static void PatchParameter( [NativeTypeName("GLint")] int value ) => ThisThread.PatchParameter(pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PatchParameter( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value ) => ((IGL)this).PatchParameter((uint)pname, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540373,6 +328390,7 @@ public static void PatchParameter( [NativeTypeName("GLint")] int value ) => ThisThread.PatchParameter(pname, value); + [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PatchParameterEXT( [NativeTypeName("GLenum")] uint pname, @@ -540386,7 +328404,6 @@ _slots[1881] is not null and var loadedFnPtr ) )(pname, value); - [SupportedApiProfile("gles2", ["GL_EXT_tessellation_shader"])] [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PatchParameterEXT( @@ -540394,13 +328411,14 @@ public static void PatchParameterEXT( [NativeTypeName("GLint")] int value ) => ThisThread.PatchParameterEXT(pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PatchParameterEXT( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value ) => ((IGL)this).PatchParameterEXT((uint)pname, value); - [SupportedApiProfile("gles2", ["GL_EXT_tessellation_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540409,6 +328427,7 @@ public static void PatchParameterEXT( [NativeTypeName("GLint")] int value ) => ThisThread.PatchParameterEXT(pname, value); + [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PatchParameterOES( [NativeTypeName("GLenum")] uint pname, @@ -540422,7 +328441,6 @@ _slots[1882] is not null and var loadedFnPtr ) )(pname, value); - [SupportedApiProfile("gles2", ["GL_OES_tessellation_shader"])] [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PatchParameterOES( @@ -540430,13 +328448,14 @@ public static void PatchParameterOES( [NativeTypeName("GLint")] int value ) => ThisThread.PatchParameterOES(pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PatchParameterOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int value ) => ((IGL)this).PatchParameterOES((uint)pname, value); - [SupportedApiProfile("gles2", ["GL_OES_tessellation_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540445,6 +328464,7 @@ public static void PatchParameterOES( [NativeTypeName("GLint")] int value ) => ThisThread.PatchParameterOES(pname, value); + [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathColorGenNV( [NativeTypeName("GLenum")] uint color, @@ -540460,7 +328480,6 @@ _slots[1883] is not null and var loadedFnPtr ) )(color, genMode, colorFormat, coeffs); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathColorGenNV( @@ -540470,6 +328489,8 @@ public static void PathColorGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ) => ThisThread.PathColorGenNV(color, genMode, colorFormat, coeffs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathColorGenNV( [NativeTypeName("GLenum")] Constant color, @@ -540484,7 +328505,6 @@ void IGL.PathColorGenNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540495,6 +328515,7 @@ public static void PathColorGenNV( [NativeTypeName("const GLfloat *")] Ref coeffs ) => ThisThread.PathColorGenNV(color, genMode, colorFormat, coeffs); + [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -540512,9 +328533,6 @@ _slots[1884] is not null and var loadedFnPtr ) )(path, numCommands, commands, numCoords, coordType, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathCommandsNV( @@ -540526,6 +328544,8 @@ public static void PathCommandsNV( [NativeTypeName("const void *")] void* coords ) => ThisThread.PathCommandsNV(path, numCommands, commands, numCoords, coordType, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -540550,9 +328570,6 @@ void IGL.PathCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540565,6 +328582,8 @@ public static void PathCommandsNV( [NativeTypeName("const void *")] Ref coords ) => ThisThread.PathCommandsNV(path, numCommands, commands, numCoords, coordType, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -540589,9 +328608,6 @@ void IGL.PathCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540604,6 +328620,7 @@ public static void PathCommandsNV( [NativeTypeName("const void *")] Ref coords ) => ThisThread.PathCommandsNV(path, numCommands, commands, numCoords, coordType, coords); + [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathCoordsNV( [NativeTypeName("GLuint")] uint path, @@ -540619,9 +328636,6 @@ _slots[1885] is not null and var loadedFnPtr ) )(path, numCoords, coordType, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathCoordsNV( @@ -540631,6 +328645,8 @@ public static void PathCoordsNV( [NativeTypeName("const void *")] void* coords ) => ThisThread.PathCoordsNV(path, numCoords, coordType, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathCoordsNV( [NativeTypeName("GLuint")] uint path, @@ -540645,9 +328661,6 @@ void IGL.PathCoordsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540658,6 +328671,7 @@ public static void PathCoordsNV( [NativeTypeName("const void *")] Ref coords ) => ThisThread.PathCoordsNV(path, numCoords, coordType, coords); + [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathCoverDepthFuncNV([NativeTypeName("GLenum")] uint func) => ( @@ -540668,22 +328682,18 @@ _slots[1886] is not null and var loadedFnPtr ) )(func); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathCoverDepthFuncNV([NativeTypeName("GLenum")] uint func) => ThisThread.PathCoverDepthFuncNV(func); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathCoverDepthFuncNV( [NativeTypeName("GLenum")] Constant func ) => ((IGL)this).PathCoverDepthFuncNV((uint)func); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540691,6 +328701,7 @@ public static void PathCoverDepthFuncNV( [NativeTypeName("GLenum")] Constant func ) => ThisThread.PathCoverDepthFuncNV(func); + [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathDashArrayNV( [NativeTypeName("GLuint")] uint path, @@ -540705,9 +328716,6 @@ _slots[1887] is not null and var loadedFnPtr ) )(path, dashCount, dashArray); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathDashArrayNV( @@ -540716,6 +328724,8 @@ public static void PathDashArrayNV( [NativeTypeName("const GLfloat *")] float* dashArray ) => ThisThread.PathDashArrayNV(path, dashCount, dashArray); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathDashArrayNV( [NativeTypeName("GLuint")] uint path, @@ -540729,9 +328739,6 @@ void IGL.PathDashArrayNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540741,15 +328748,14 @@ public static void PathDashArrayNV( [NativeTypeName("const GLfloat *")] Ref dashArray ) => ThisThread.PathDashArrayNV(path, dashCount, dashArray); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathDashArrayNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("const GLfloat *")] float dashArray ) => ((IGL)this).PathDashArrayNV(path, 1, (float*)&dashArray); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540758,6 +328764,7 @@ public static void PathDashArrayNV( [NativeTypeName("const GLfloat *")] float dashArray ) => ThisThread.PathDashArrayNV(path, dashArray); + [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathFogGenNV([NativeTypeName("GLenum")] uint genMode) => ( @@ -540768,17 +328775,17 @@ _slots[1888] is not null and var loadedFnPtr ) )(genMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathFogGenNV([NativeTypeName("GLenum")] uint genMode) => ThisThread.PathFogGenNV(genMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathFogGenNV([NativeTypeName("GLenum")] Constant genMode) => ((IGL)this).PathFogGenNV((uint)genMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540786,6 +328793,8 @@ public static void PathFogGenNV( [NativeTypeName("GLenum")] Constant genMode ) => ThisThread.PathFogGenNV(genMode); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.PathGlyphIndexArrayNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -540815,9 +328824,6 @@ _slots[1889] is not null and var loadedFnPtr ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint PathGlyphIndexArrayNV( @@ -540841,6 +328847,9 @@ public static uint PathGlyphIndexArrayNV( emScale ); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.PathGlyphIndexArrayNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -540870,9 +328879,6 @@ uint IGL.PathGlyphIndexArrayNV( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540897,6 +328903,8 @@ public static uint PathGlyphIndexArrayNV( emScale ); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.PathGlyphIndexRangeNV( [NativeTypeName("GLenum")] uint fontTarget, @@ -540915,9 +328923,6 @@ _slots[1890] is not null and var loadedFnPtr )(fontTarget, fontName, fontStyle, pathParameterTemplate, emScale, baseAndCount); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint PathGlyphIndexRangeNV( @@ -540937,6 +328942,9 @@ public static uint PathGlyphIndexRangeNV( baseAndCount ); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.PathGlyphIndexRangeNV( [NativeTypeName("GLenum")] uint fontTarget, @@ -540963,9 +328971,6 @@ uint IGL.PathGlyphIndexRangeNV( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -540986,6 +328991,7 @@ public static uint PathGlyphIndexRangeNV( baseAndCount ); + [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathGlyphRangeNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -541016,9 +329022,6 @@ _slots[1891] is not null and var loadedFnPtr emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathGlyphRangeNV( @@ -541044,6 +329047,8 @@ public static void PathGlyphRangeNV( emScale ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathGlyphRangeNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -541074,9 +329079,6 @@ void IGL.PathGlyphRangeNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541104,6 +329106,7 @@ public static void PathGlyphRangeNV( emScale ); + [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathGlyphNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -541147,9 +329150,6 @@ _slots[1892] is not null and var loadedFnPtr emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathGlyphNV( @@ -541177,6 +329177,8 @@ public static void PathGlyphNV( emScale ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathGlyphNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -541210,9 +329212,6 @@ void IGL.PathGlyphNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541242,6 +329241,8 @@ public static void PathGlyphNV( emScale ); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.PathMemoryGlyphIndexArrayNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -541276,9 +329277,6 @@ _slots[1893] is not null and var loadedFnPtr ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint PathMemoryGlyphIndexArrayNV( @@ -541304,6 +329302,9 @@ public static uint PathMemoryGlyphIndexArrayNV( emScale ); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.PathMemoryGlyphIndexArrayNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -541335,9 +329336,6 @@ uint IGL.PathMemoryGlyphIndexArrayNV( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541364,6 +329362,7 @@ public static uint PathMemoryGlyphIndexArrayNV( emScale ); + [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -541378,9 +329377,6 @@ _slots[1894] is not null and var loadedFnPtr ) )(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathParameterNV( @@ -541389,6 +329385,8 @@ public static void PathParameterNV( [NativeTypeName("GLfloat")] float value ) => ThisThread.PathParameterNV(path, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -541396,9 +329394,6 @@ void IGL.PathParameterNV( [NativeTypeName("GLfloat")] float value ) => ((IGL)this).PathParameterNV(path, (uint)pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541408,6 +329403,7 @@ public static void PathParameterNV( [NativeTypeName("GLfloat")] float value ) => ThisThread.PathParameterNV(path, pname, value); + [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -541422,9 +329418,6 @@ _slots[1895] is not null and var loadedFnPtr ) )(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathParameterNV( @@ -541433,6 +329426,8 @@ public static void PathParameterNV( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.PathParameterNV(path, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -541446,9 +329441,6 @@ void IGL.PathParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541458,6 +329450,7 @@ public static void PathParameterNV( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.PathParameterNV(path, pname, value); + [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -541472,9 +329465,6 @@ _slots[1896] is not null and var loadedFnPtr ) )(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathParameterNV( @@ -541483,6 +329473,8 @@ public static void PathParameterNV( [NativeTypeName("GLint")] int value ) => ThisThread.PathParameterNV(path, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -541490,9 +329482,6 @@ void IGL.PathParameterNV( [NativeTypeName("GLint")] int value ) => ((IGL)this).PathParameterNV(path, (uint)pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541502,6 +329491,7 @@ public static void PathParameterNV( [NativeTypeName("GLint")] int value ) => ThisThread.PathParameterNV(path, pname, value); + [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -541516,9 +329506,6 @@ _slots[1897] is not null and var loadedFnPtr ) )(path, pname, value); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathParameterNV( @@ -541527,6 +329514,8 @@ public static void PathParameterNV( [NativeTypeName("const GLint *")] int* value ) => ThisThread.PathParameterNV(path, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -541540,9 +329529,6 @@ void IGL.PathParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541552,6 +329538,7 @@ public static void PathParameterNV( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.PathParameterNV(path, pname, value); + [NativeFunction("opengl", EntryPoint = "glPathStencilDepthOffsetNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathStencilDepthOffsetNV( [NativeTypeName("GLfloat")] float factor, @@ -541568,9 +329555,6 @@ _slots[1898] is not null and var loadedFnPtr ) )(factor, units); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStencilDepthOffsetNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathStencilDepthOffsetNV( @@ -541578,6 +329562,7 @@ public static void PathStencilDepthOffsetNV( [NativeTypeName("GLfloat")] float units ) => ThisThread.PathStencilDepthOffsetNV(factor, units); + [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathStencilFuncNV( [NativeTypeName("GLenum")] uint func, @@ -541592,9 +329577,6 @@ _slots[1899] is not null and var loadedFnPtr ) )(func, @ref, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathStencilFuncNV( @@ -541603,6 +329585,8 @@ public static void PathStencilFuncNV( [NativeTypeName("GLuint")] uint mask ) => ThisThread.PathStencilFuncNV(func, @ref, mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathStencilFuncNV( [NativeTypeName("GLenum")] Constant func, @@ -541610,9 +329594,6 @@ void IGL.PathStencilFuncNV( [NativeTypeName("GLuint")] uint mask ) => ((IGL)this).PathStencilFuncNV((uint)func, @ref, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541622,6 +329603,7 @@ public static void PathStencilFuncNV( [NativeTypeName("GLuint")] uint mask ) => ThisThread.PathStencilFuncNV(func, @ref, mask); + [NativeFunction("opengl", EntryPoint = "glPathStringNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathStringNV( [NativeTypeName("GLuint")] uint path, @@ -541637,9 +329619,6 @@ _slots[1900] is not null and var loadedFnPtr ) )(path, format, length, pathString); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStringNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathStringNV( @@ -541649,6 +329628,8 @@ public static void PathStringNV( [NativeTypeName("const void *")] void* pathString ) => ThisThread.PathStringNV(path, format, length, pathString); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathStringNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathStringNV( [NativeTypeName("GLuint")] uint path, @@ -541663,9 +329644,6 @@ void IGL.PathStringNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathStringNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541676,6 +329654,7 @@ public static void PathStringNV( [NativeTypeName("const void *")] Ref pathString ) => ThisThread.PathStringNV(path, format, length, pathString); + [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathSubCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -541704,9 +329683,6 @@ _slots[1901] is not null and var loadedFnPtr coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathSubCommandsNV( @@ -541730,6 +329706,8 @@ public static void PathSubCommandsNV( coords ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathSubCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -541758,9 +329736,6 @@ void IGL.PathSubCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541785,6 +329760,8 @@ public static void PathSubCommandsNV( coords ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathSubCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -541813,9 +329790,6 @@ void IGL.PathSubCommandsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541840,6 +329814,7 @@ public static void PathSubCommandsNV( coords ); + [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathSubCoordsNV( [NativeTypeName("GLuint")] uint path, @@ -541856,9 +329831,6 @@ _slots[1902] is not null and var loadedFnPtr ) )(path, coordStart, numCoords, coordType, coords); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathSubCoordsNV( @@ -541869,6 +329841,8 @@ public static void PathSubCoordsNV( [NativeTypeName("const void *")] void* coords ) => ThisThread.PathSubCoordsNV(path, coordStart, numCoords, coordType, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathSubCoordsNV( [NativeTypeName("GLuint")] uint path, @@ -541884,9 +329858,6 @@ void IGL.PathSubCoordsNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541898,6 +329869,7 @@ public static void PathSubCoordsNV( [NativeTypeName("const void *")] Ref coords ) => ThisThread.PathSubCoordsNV(path, coordStart, numCoords, coordType, coords); + [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathTexGenNV( [NativeTypeName("GLenum")] uint texCoordSet, @@ -541913,7 +329885,6 @@ _slots[1903] is not null and var loadedFnPtr ) )(texCoordSet, genMode, components, coeffs); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PathTexGenNV( @@ -541923,6 +329894,8 @@ public static void PathTexGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ) => ThisThread.PathTexGenNV(texCoordSet, genMode, components, coeffs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PathTexGenNV( [NativeTypeName("GLenum")] Constant texCoordSet, @@ -541937,7 +329910,6 @@ void IGL.PathTexGenNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -541948,6 +329920,7 @@ public static void PathTexGenNV( [NativeTypeName("const GLfloat *")] Ref coeffs ) => ThisThread.PathTexGenNV(texCoordSet, genMode, components, coeffs); + [NativeFunction("opengl", EntryPoint = "glPauseTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PauseTransformFeedback() => ( @@ -541961,38 +329934,11 @@ _slots[1904] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPauseTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PauseTransformFeedback() => ThisThread.PauseTransformFeedback(); + [NativeFunction("opengl", EntryPoint = "glPauseTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PauseTransformFeedbackNV() => ( @@ -542006,11 +329952,11 @@ _slots[1905] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glPauseTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PauseTransformFeedbackNV() => ThisThread.PauseTransformFeedbackNV(); + [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelDataRangeNV( [NativeTypeName("GLenum")] uint target, @@ -542025,7 +329971,6 @@ _slots[1906] is not null and var loadedFnPtr ) )(target, length, pointer); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelDataRangeNV( @@ -542034,6 +329979,8 @@ public static void PixelDataRangeNV( [NativeTypeName("const void *")] void* pointer ) => ThisThread.PixelDataRangeNV(target, length, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelDataRangeNV( [NativeTypeName("GLenum")] Constant target, @@ -542047,7 +329994,6 @@ void IGL.PixelDataRangeNV( } } - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542057,6 +330003,7 @@ public static void PixelDataRangeNV( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.PixelDataRangeNV(target, length, pointer); + [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelMap( [NativeTypeName("GLenum")] uint map, @@ -542071,31 +330018,6 @@ _slots[1907] is not null and var loadedFnPtr ) )(map, mapsize, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelMap( @@ -542104,6 +330026,8 @@ public static void PixelMap( [NativeTypeName("const GLfloat *")] float* values ) => ThisThread.PixelMap(map, mapsize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelMap( [NativeTypeName("GLenum")] Constant map, @@ -542117,31 +330041,6 @@ void IGL.PixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542151,37 +330050,14 @@ public static void PixelMap( [NativeTypeName("const GLfloat *")] Ref values ) => ThisThread.PixelMap(map, mapsize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelMap( [NativeTypeName("GLenum")] Constant map, [NativeTypeName("const GLfloat *")] float values ) => ((IGL)this).PixelMap((uint)map, 1, (float*)&values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542190,6 +330066,7 @@ public static void PixelMap( [NativeTypeName("const GLfloat *")] float values ) => ThisThread.PixelMap(map, values); + [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelMap( [NativeTypeName("GLenum")] uint map, @@ -542204,31 +330081,6 @@ _slots[1908] is not null and var loadedFnPtr ) )(map, mapsize, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelMap( @@ -542237,6 +330089,8 @@ public static void PixelMap( [NativeTypeName("const GLuint *")] uint* values ) => ThisThread.PixelMap(map, mapsize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelMap( [NativeTypeName("GLenum")] Constant map, @@ -542250,31 +330104,6 @@ void IGL.PixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542284,37 +330113,14 @@ public static void PixelMap( [NativeTypeName("const GLuint *")] Ref values ) => ThisThread.PixelMap(map, mapsize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelMap( [NativeTypeName("GLenum")] Constant map, [NativeTypeName("const GLuint *")] uint values ) => ((IGL)this).PixelMap((uint)map, 1, (uint*)&values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542323,6 +330129,7 @@ public static void PixelMap( [NativeTypeName("const GLuint *")] uint values ) => ThisThread.PixelMap(map, values); + [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelMap( [NativeTypeName("GLenum")] uint map, @@ -542337,31 +330144,6 @@ _slots[1909] is not null and var loadedFnPtr ) )(map, mapsize, values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelMap( @@ -542370,6 +330152,8 @@ public static void PixelMap( [NativeTypeName("const GLushort *")] ushort* values ) => ThisThread.PixelMap(map, mapsize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelMap( [NativeTypeName("GLenum")] Constant map, @@ -542383,31 +330167,6 @@ void IGL.PixelMap( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542417,37 +330176,14 @@ public static void PixelMap( [NativeTypeName("const GLushort *")] Ref values ) => ThisThread.PixelMap(map, mapsize, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelMap( [NativeTypeName("GLenum")] Constant map, [NativeTypeName("const GLushort *")] ushort values ) => ((IGL)this).PixelMap((uint)map, 1, (ushort*)&values); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542456,6 +330192,7 @@ public static void PixelMap( [NativeTypeName("const GLushort *")] ushort values ) => ThisThread.PixelMap(map, values); + [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelMapx( [NativeTypeName("GLenum")] uint map, @@ -542470,7 +330207,6 @@ _slots[1910] is not null and var loadedFnPtr ) )(map, size, values); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelMapx( @@ -542479,6 +330215,8 @@ public static void PixelMapx( [NativeTypeName("const GLfixed *")] int* values ) => ThisThread.PixelMapx(map, size, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelMapx( [NativeTypeName("GLenum")] Constant map, @@ -542492,7 +330230,6 @@ void IGL.PixelMapx( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542502,13 +330239,14 @@ public static void PixelMapx( [NativeTypeName("const GLfixed *")] Ref values ) => ThisThread.PixelMapx(map, size, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelMapx( [NativeTypeName("GLenum")] Constant map, [NativeTypeName("const GLfixed *")] int values ) => ((IGL)this).PixelMapx((uint)map, 1, (int*)&values); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542517,6 +330255,7 @@ public static void PixelMapx( [NativeTypeName("const GLfixed *")] int values ) => ThisThread.PixelMapx(map, values); + [NativeFunction("opengl", EntryPoint = "glPixelStoref")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelStore( [NativeTypeName("GLenum")] uint pname, @@ -542530,56 +330269,6 @@ _slots[1911] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelStoref")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelStore( @@ -542587,62 +330276,14 @@ public static void PixelStore( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PixelStore(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelStoref")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelStore( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).PixelStore((uint)pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStoref")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542651,6 +330292,7 @@ public static void PixelStore( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PixelStore(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPixelStorei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelStore( [NativeTypeName("GLenum")] uint pname, @@ -542664,62 +330306,6 @@ _slots[1912] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPixelStorei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelStore( @@ -542727,68 +330313,14 @@ public static void PixelStore( [NativeTypeName("GLint")] int param1 ) => ThisThread.PixelStore(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelStorei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelStore( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ) => ((IGL)this).PixelStore((uint)pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStorei")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542797,6 +330329,7 @@ public static void PixelStore( [NativeTypeName("GLint")] int param1 ) => ThisThread.PixelStore(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPixelStorex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelStorex( [NativeTypeName("GLenum")] uint pname, @@ -542810,7 +330343,6 @@ _slots[1913] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelStorex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelStorex( @@ -542818,13 +330350,14 @@ public static void PixelStorex( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.PixelStorex(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelStorex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelStorex( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 ) => ((IGL)this).PixelStorex((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStorex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542833,6 +330366,7 @@ public static void PixelStorex( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.PixelStorex(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, @@ -542849,7 +330383,6 @@ _slots[1914] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelTexGenParameterSGIS( @@ -542857,13 +330390,14 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PixelTexGenParameterSGIS(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).PixelTexGenParameterSGIS((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542872,6 +330406,7 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PixelTexGenParameterSGIS(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, @@ -542888,7 +330423,6 @@ _slots[1915] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelTexGenParameterSGIS( @@ -542896,6 +330430,8 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.PixelTexGenParameterSGIS(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] Constant pname, @@ -542908,7 +330444,6 @@ void IGL.PixelTexGenParameterSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542917,6 +330452,7 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.PixelTexGenParameterSGIS(pname, @params); + [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, @@ -542933,7 +330469,6 @@ _slots[1916] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelTexGenParameterSGIS( @@ -542941,13 +330476,14 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("GLint")] int param1 ) => ThisThread.PixelTexGenParameterSGIS(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ) => ((IGL)this).PixelTexGenParameterSGIS((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -542956,6 +330492,7 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("GLint")] int param1 ) => ThisThread.PixelTexGenParameterSGIS(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, @@ -542972,7 +330509,6 @@ _slots[1917] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelTexGenParameterSGIS( @@ -542980,6 +330516,8 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.PixelTexGenParameterSGIS(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] Constant pname, @@ -542992,7 +330530,6 @@ void IGL.PixelTexGenParameterSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543001,6 +330538,7 @@ public static void PixelTexGenParameterSGIS( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.PixelTexGenParameterSGIS(pname, @params); + [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTexGenSGIX([NativeTypeName("GLenum")] uint mode) => ( @@ -543011,18 +330549,18 @@ _slots[1918] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile("gl", ["GL_SGIX_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelTexGenSGIX([NativeTypeName("GLenum")] uint mode) => ThisThread.PixelTexGenSGIX(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTexGenSGIX( [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).PixelTexGenSGIX((uint)mode); - [SupportedApiProfile("gl", ["GL_SGIX_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543030,6 +330568,7 @@ public static void PixelTexGenSGIX( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.PixelTexGenSGIX(mode); + [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransfer( [NativeTypeName("GLenum")] uint pname, @@ -543043,31 +330582,6 @@ _slots[1919] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelTransfer( @@ -543075,37 +330589,14 @@ public static void PixelTransfer( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PixelTransfer(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransfer( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).PixelTransfer((uint)pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543114,6 +330605,7 @@ public static void PixelTransfer( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PixelTransfer(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransfer( [NativeTypeName("GLenum")] uint pname, @@ -543127,31 +330619,6 @@ _slots[1920] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelTransfer( @@ -543159,37 +330626,14 @@ public static void PixelTransfer( [NativeTypeName("GLint")] int param1 ) => ThisThread.PixelTransfer(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransfer( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ) => ((IGL)this).PixelTransfer((uint)pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543198,6 +330642,7 @@ public static void PixelTransfer( [NativeTypeName("GLint")] int param1 ) => ThisThread.PixelTransfer(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransferxOES( [NativeTypeName("GLenum")] uint pname, @@ -543211,7 +330656,6 @@ _slots[1921] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelTransferxOES( @@ -543219,13 +330663,14 @@ public static void PixelTransferxOES( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.PixelTransferxOES(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransferxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 ) => ((IGL)this).PixelTransferxOES((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543234,6 +330679,7 @@ public static void PixelTransferxOES( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.PixelTransferxOES(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransformParameterfEXT( [NativeTypeName("GLenum")] uint target, @@ -543251,7 +330697,6 @@ _slots[1922] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelTransformParameterfEXT( @@ -543260,6 +330705,8 @@ public static void PixelTransformParameterfEXT( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.PixelTransformParameterfEXT(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransformParameterfEXT( [NativeTypeName("GLenum")] Constant target, @@ -543267,7 +330714,6 @@ void IGL.PixelTransformParameterfEXT( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).PixelTransformParameterfEXT((uint)target, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543277,6 +330723,7 @@ public static void PixelTransformParameterfEXT( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.PixelTransformParameterfEXT(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransformParameterfvEXT( [NativeTypeName("GLenum")] uint target, @@ -543294,7 +330741,6 @@ _slots[1923] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelTransformParameterfvEXT( @@ -543303,6 +330749,8 @@ public static void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.PixelTransformParameterfvEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransformParameterfvEXT( [NativeTypeName("GLenum")] Constant target, @@ -543316,7 +330764,6 @@ void IGL.PixelTransformParameterfvEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543326,6 +330773,8 @@ public static void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.PixelTransformParameterfvEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransformParameterfvEXT( [NativeTypeName("GLenum")] Constant target, @@ -543333,7 +330782,6 @@ void IGL.PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] float @params ) => ((IGL)this).PixelTransformParameterfvEXT((uint)target, (uint)pname, (float*)&@params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543343,6 +330791,7 @@ public static void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] float @params ) => ThisThread.PixelTransformParameterfvEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransformParameteriEXT( [NativeTypeName("GLenum")] uint target, @@ -543360,7 +330809,6 @@ _slots[1924] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelTransformParameteriEXT( @@ -543369,6 +330817,8 @@ public static void PixelTransformParameteriEXT( [NativeTypeName("GLint")] int param2 ) => ThisThread.PixelTransformParameteriEXT(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransformParameteriEXT( [NativeTypeName("GLenum")] Constant target, @@ -543376,7 +330826,6 @@ void IGL.PixelTransformParameteriEXT( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).PixelTransformParameteriEXT((uint)target, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543386,6 +330835,7 @@ public static void PixelTransformParameteriEXT( [NativeTypeName("GLint")] int param2 ) => ThisThread.PixelTransformParameteriEXT(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransformParameterivEXT( [NativeTypeName("GLenum")] uint target, @@ -543403,7 +330853,6 @@ _slots[1925] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelTransformParameterivEXT( @@ -543412,6 +330861,8 @@ public static void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.PixelTransformParameterivEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransformParameterivEXT( [NativeTypeName("GLenum")] Constant target, @@ -543425,7 +330876,6 @@ void IGL.PixelTransformParameterivEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543435,6 +330885,8 @@ public static void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.PixelTransformParameterivEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelTransformParameterivEXT( [NativeTypeName("GLenum")] Constant target, @@ -543442,7 +330894,6 @@ void IGL.PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] int @params ) => ((IGL)this).PixelTransformParameterivEXT((uint)target, (uint)pname, (int*)&@params); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543452,6 +330903,7 @@ public static void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] int @params ) => ThisThread.PixelTransformParameterivEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glPixelZoom")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelZoom( [NativeTypeName("GLfloat")] float xfactor, @@ -543465,31 +330917,6 @@ _slots[1926] is not null and var loadedFnPtr ) )(xfactor, yfactor); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelZoom")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelZoom( @@ -543497,6 +330924,7 @@ public static void PixelZoom( [NativeTypeName("GLfloat")] float yfactor ) => ThisThread.PixelZoom(xfactor, yfactor); + [NativeFunction("opengl", EntryPoint = "glPixelZoomxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PixelZoomxOES( [NativeTypeName("GLfixed")] int xfactor, @@ -543510,7 +330938,6 @@ _slots[1927] is not null and var loadedFnPtr ) )(xfactor, yfactor); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelZoomxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PixelZoomxOES( @@ -543518,6 +330945,7 @@ public static void PixelZoomxOES( [NativeTypeName("GLfixed")] int yfactor ) => ThisThread.PixelZoomxOES(xfactor, yfactor); + [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PNTrianglesATI( [NativeTypeName("GLenum")] uint pname, @@ -543531,7 +330959,6 @@ _slots[1928] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PNTrianglesATI( @@ -543539,13 +330966,14 @@ public static void PNTrianglesATI( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PNTrianglesATI(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PNTrianglesATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).PNTrianglesATI((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543554,6 +330982,7 @@ public static void PNTrianglesATI( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PNTrianglesATI(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PNTrianglesATI( [NativeTypeName("GLenum")] uint pname, @@ -543567,7 +330996,6 @@ _slots[1929] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PNTrianglesATI( @@ -543575,13 +331003,14 @@ public static void PNTrianglesATI( [NativeTypeName("GLint")] int param1 ) => ThisThread.PNTrianglesATI(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PNTrianglesATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ) => ((IGL)this).PNTrianglesATI((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543590,6 +331019,8 @@ public static void PNTrianglesATI( [NativeTypeName("GLint")] int param1 ) => ThisThread.PNTrianglesATI(pname, param1); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.PointAlongPathNV( [NativeTypeName("GLuint")] uint path, @@ -543610,9 +331041,6 @@ _slots[1930] is not null and var loadedFnPtr )(path, startSegment, numSegments, distance, x, y, tangentX, tangentY); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint PointAlongPathNV( @@ -543636,6 +331064,9 @@ public static uint PointAlongPathNV( tangentY ); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.PointAlongPathNV( [NativeTypeName("GLuint")] uint path, @@ -543669,9 +331100,6 @@ MaybeBool IGL.PointAlongPathNV( } [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543696,6 +331124,7 @@ public static MaybeBool PointAlongPathNV( tangentY ); + [NativeFunction("opengl", EntryPoint = "glPointParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameter( [NativeTypeName("GLenum")] uint pname, @@ -543709,49 +331138,6 @@ _slots[1931] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameter( @@ -543759,55 +331145,14 @@ public static void PointParameter( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PointParameter(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameter( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).PointParameter((uint)pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543816,6 +331161,7 @@ public static void PointParameter( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PointParameter(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterARB( [NativeTypeName("GLenum")] uint pname, @@ -543829,7 +331175,6 @@ _slots[1932] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameterARB( @@ -543837,13 +331182,14 @@ public static void PointParameterARB( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PointParameterARB(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterARB( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).PointParameterARB((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543852,6 +331198,7 @@ public static void PointParameterARB( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PointParameterARB(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterEXT( [NativeTypeName("GLenum")] uint pname, @@ -543865,7 +331212,6 @@ _slots[1933] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameterEXT( @@ -543873,13 +331219,14 @@ public static void PointParameterEXT( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PointParameterEXT(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterEXT( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).PointParameterEXT((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543888,6 +331235,7 @@ public static void PointParameterEXT( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PointParameterEXT(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterSGIS( [NativeTypeName("GLenum")] uint pname, @@ -543901,7 +331249,6 @@ _slots[1934] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameterSGIS( @@ -543909,13 +331256,14 @@ public static void PointParameterSGIS( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PointParameterSGIS(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterSGIS( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).PointParameterSGIS((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -543924,6 +331272,7 @@ public static void PointParameterSGIS( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.PointParameterSGIS(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameter( [NativeTypeName("GLenum")] uint pname, @@ -543937,49 +331286,6 @@ _slots[1935] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameter( @@ -543987,6 +331293,8 @@ public static void PointParameter( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.PointParameter(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameter( [NativeTypeName("GLenum")] Constant pname, @@ -543999,49 +331307,6 @@ void IGL.PointParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544050,6 +331315,7 @@ public static void PointParameter( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.PointParameter(pname, @params); + [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterARB( [NativeTypeName("GLenum")] uint pname, @@ -544063,7 +331329,6 @@ _slots[1936] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameterARB( @@ -544071,6 +331336,8 @@ public static void PointParameterARB( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.PointParameterARB(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterARB( [NativeTypeName("GLenum")] Constant pname, @@ -544083,7 +331350,6 @@ void IGL.PointParameterARB( } } - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544092,6 +331358,7 @@ public static void PointParameterARB( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.PointParameterARB(pname, @params); + [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterEXT( [NativeTypeName("GLenum")] uint pname, @@ -544105,7 +331372,6 @@ _slots[1937] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameterEXT( @@ -544113,6 +331379,8 @@ public static void PointParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.PointParameterEXT(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterEXT( [NativeTypeName("GLenum")] Constant pname, @@ -544125,7 +331393,6 @@ void IGL.PointParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544134,6 +331401,7 @@ public static void PointParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.PointParameterEXT(pname, @params); + [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterSGIS( [NativeTypeName("GLenum")] uint pname, @@ -544147,7 +331415,6 @@ _slots[1938] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameterSGIS( @@ -544155,6 +331422,8 @@ public static void PointParameterSGIS( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.PointParameterSGIS(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterSGIS( [NativeTypeName("GLenum")] Constant pname, @@ -544167,7 +331436,6 @@ void IGL.PointParameterSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544176,6 +331444,7 @@ public static void PointParameterSGIS( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.PointParameterSGIS(pname, @params); + [NativeFunction("opengl", EntryPoint = "glPointParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameter( [NativeTypeName("GLenum")] uint pname, @@ -544189,48 +331458,6 @@ _slots[1939] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glPointParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameter( @@ -544238,54 +331465,14 @@ public static void PointParameter( [NativeTypeName("GLint")] int param1 ) => ThisThread.PointParameter(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameter( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ) => ((IGL)this).PointParameter((uint)pname, param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544294,6 +331481,7 @@ public static void PointParameter( [NativeTypeName("GLint")] int param1 ) => ThisThread.PointParameter(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterNV( [NativeTypeName("GLenum")] uint pname, @@ -544307,7 +331495,6 @@ _slots[1940] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameterNV( @@ -544315,13 +331502,14 @@ public static void PointParameterNV( [NativeTypeName("GLint")] int param1 ) => ThisThread.PointParameterNV(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterNV( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ) => ((IGL)this).PointParameterNV((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544330,6 +331518,7 @@ public static void PointParameterNV( [NativeTypeName("GLint")] int param1 ) => ThisThread.PointParameterNV(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameter( [NativeTypeName("GLenum")] uint pname, @@ -544343,48 +331532,6 @@ _slots[1941] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameter( @@ -544392,6 +331539,8 @@ public static void PointParameter( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.PointParameter(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameter( [NativeTypeName("GLenum")] Constant pname, @@ -544404,48 +331553,6 @@ void IGL.PointParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544454,6 +331561,7 @@ public static void PointParameter( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.PointParameter(pname, @params); + [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterNV( [NativeTypeName("GLenum")] uint pname, @@ -544467,7 +331575,6 @@ _slots[1942] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameterNV( @@ -544475,6 +331582,8 @@ public static void PointParameterNV( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.PointParameterNV(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterNV( [NativeTypeName("GLenum")] Constant pname, @@ -544487,7 +331596,6 @@ void IGL.PointParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544496,6 +331604,7 @@ public static void PointParameterNV( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.PointParameterNV(pname, @params); + [NativeFunction("opengl", EntryPoint = "glPointParameterx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterx( [NativeTypeName("GLenum")] uint pname, @@ -544509,7 +331618,6 @@ _slots[1943] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameterx( @@ -544517,13 +331625,14 @@ public static void PointParameterx( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.PointParameterx(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterx( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 ) => ((IGL)this).PointParameterx((uint)pname, param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544532,6 +331641,7 @@ public static void PointParameterx( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.PointParameterx(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterxOES( [NativeTypeName("GLenum")] uint pname, @@ -544545,7 +331655,6 @@ _slots[1944] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameterxOES( @@ -544553,13 +331662,14 @@ public static void PointParameterxOES( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.PointParameterxOES(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterxOES( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfixed")] int param1 ) => ((IGL)this).PointParameterxOES((uint)pname, param1); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544568,6 +331678,7 @@ public static void PointParameterxOES( [NativeTypeName("GLfixed")] int param1 ) => ThisThread.PointParameterxOES(pname, param1); + [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterx( [NativeTypeName("GLenum")] uint pname, @@ -544581,7 +331692,6 @@ _slots[1945] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameterx( @@ -544589,6 +331699,8 @@ public static void PointParameterx( [NativeTypeName("const GLfixed *")] int* @params ) => ThisThread.PointParameterx(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterx( [NativeTypeName("GLenum")] Constant pname, @@ -544601,7 +331713,6 @@ void IGL.PointParameterx( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544610,6 +331721,7 @@ public static void PointParameterx( [NativeTypeName("const GLfixed *")] Ref @params ) => ThisThread.PointParameterx(pname, @params); + [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterxOES( [NativeTypeName("GLenum")] uint pname, @@ -544623,8 +331735,6 @@ _slots[1946] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointParameterxOES( @@ -544632,6 +331742,8 @@ public static void PointParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ) => ThisThread.PointParameterxOES(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointParameterxOES( [NativeTypeName("GLenum")] Constant pname, @@ -544644,8 +331756,6 @@ void IGL.PointParameterxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544654,6 +331764,7 @@ public static void PointParameterxOES( [NativeTypeName("const GLfixed *")] Ref @params ) => ThisThread.PointParameterxOES(pname, @params); + [NativeFunction("opengl", EntryPoint = "glPointSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointSize([NativeTypeName("GLfloat")] float size) => ( @@ -544664,62 +331775,12 @@ _slots[1947] is not null and var loadedFnPtr ) )(size); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointSize([NativeTypeName("GLfloat")] float size) => ThisThread.PointSize(size); + [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointSizePointerOES( [NativeTypeName("GLenum")] uint type, @@ -544734,7 +331795,6 @@ _slots[1948] is not null and var loadedFnPtr ) )(type, stride, pointer); - [SupportedApiProfile("gles1", ["GL_OES_point_size_array"])] [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointSizePointerOES( @@ -544743,6 +331803,8 @@ public static void PointSizePointerOES( [NativeTypeName("const void *")] void* pointer ) => ThisThread.PointSizePointerOES(type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointSizePointerOES( [NativeTypeName("GLenum")] uint type, @@ -544756,7 +331818,6 @@ void IGL.PointSizePointerOES( } } - [SupportedApiProfile("gles1", ["GL_OES_point_size_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -544766,6 +331827,7 @@ public static void PointSizePointerOES( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.PointSizePointerOES(type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glPointSizex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointSizex([NativeTypeName("GLfixed")] int size) => ( @@ -544776,12 +331838,12 @@ _slots[1949] is not null and var loadedFnPtr ) )(size); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointSizex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointSizex([NativeTypeName("GLfixed")] int size) => ThisThread.PointSizex(size); + [NativeFunction("opengl", EntryPoint = "glPointSizexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PointSizexOES([NativeTypeName("GLfixed")] int size) => ( @@ -544792,13 +331854,13 @@ _slots[1950] is not null and var loadedFnPtr ) )(size); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointSizexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PointSizexOES([NativeTypeName("GLfixed")] int size) => ThisThread.PointSizexOES(size); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.PollAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp) => ( @@ -544810,12 +331872,14 @@ _slots[1951] is not null and var loadedFnPtr )(markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int PollAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp) => ThisThread.PollAsyncSGIX(markerp); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.PollAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp) { @@ -544826,13 +331890,14 @@ int IGL.PollAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp) } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int PollAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp) => ThisThread.PollAsyncSGIX(markerp); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.PollInstrumentsSGIX([NativeTypeName("GLint *")] int* marker_p) => ( @@ -544844,12 +331909,14 @@ _slots[1952] is not null and var loadedFnPtr )(marker_p); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int PollInstrumentsSGIX([NativeTypeName("GLint *")] int* marker_p) => ThisThread.PollInstrumentsSGIX(marker_p); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.PollInstrumentsSGIX([NativeTypeName("GLint *")] Ref marker_p) { @@ -544860,13 +331927,13 @@ int IGL.PollInstrumentsSGIX([NativeTypeName("GLint *")] Ref marker_p) } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int PollInstrumentsSGIX([NativeTypeName("GLint *")] Ref marker_p) => ThisThread.PollInstrumentsSGIX(marker_p); + [NativeFunction("opengl", EntryPoint = "glPolygonMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PolygonMode( [NativeTypeName("GLenum")] uint face, @@ -544880,56 +331947,6 @@ _slots[1953] is not null and var loadedFnPtr ) )(face, mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPolygonMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PolygonMode( @@ -544937,62 +331954,14 @@ public static void PolygonMode( [NativeTypeName("GLenum")] uint mode ) => ThisThread.PolygonMode(face, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPolygonMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PolygonMode( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).PolygonMode((uint)face, (uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -545001,6 +331970,7 @@ public static void PolygonMode( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.PolygonMode(face, mode); + [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PolygonModeNV( [NativeTypeName("GLenum")] uint face, @@ -545014,7 +331984,6 @@ _slots[1954] is not null and var loadedFnPtr ) )(face, mode); - [SupportedApiProfile("gles2", ["GL_NV_polygon_mode"])] [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PolygonModeNV( @@ -545022,13 +331991,14 @@ public static void PolygonModeNV( [NativeTypeName("GLenum")] uint mode ) => ThisThread.PolygonModeNV(face, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PolygonModeNV( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).PolygonModeNV((uint)face, (uint)mode); - [SupportedApiProfile("gles2", ["GL_NV_polygon_mode"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -545037,6 +332007,7 @@ public static void PolygonModeNV( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.PolygonModeNV(face, mode); + [NativeFunction("opengl", EntryPoint = "glPolygonOffset")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PolygonOffset( [NativeTypeName("GLfloat")] float factor, @@ -545050,60 +332021,6 @@ _slots[1955] is not null and var loadedFnPtr ) )(factor, units); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPolygonOffset")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PolygonOffset( @@ -545111,6 +332028,7 @@ public static void PolygonOffset( [NativeTypeName("GLfloat")] float units ) => ThisThread.PolygonOffset(factor, units); + [NativeFunction("opengl", EntryPoint = "glPolygonOffsetClamp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PolygonOffsetClamp( [NativeTypeName("GLfloat")] float factor, @@ -545125,16 +332043,6 @@ _slots[1956] is not null and var loadedFnPtr ) )(factor, units, clamp); - [SupportedApiProfile( - "gl", - ["GL_ARB_polygon_offset_clamp", "GL_VERSION_4_6"], - MinVersion = "4.6" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_polygon_offset_clamp", "GL_VERSION_4_6"], - MinVersion = "4.6" - )] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetClamp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PolygonOffsetClamp( @@ -545143,6 +332051,7 @@ public static void PolygonOffsetClamp( [NativeTypeName("GLfloat")] float clamp ) => ThisThread.PolygonOffsetClamp(factor, units, clamp); + [NativeFunction("opengl", EntryPoint = "glPolygonOffsetClampEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PolygonOffsetClampEXT( [NativeTypeName("GLfloat")] float factor, @@ -545157,9 +332066,6 @@ _slots[1957] is not null and var loadedFnPtr ) )(factor, units, clamp); - [SupportedApiProfile("gl", ["GL_EXT_polygon_offset_clamp"])] - [SupportedApiProfile("glcore", ["GL_EXT_polygon_offset_clamp"])] - [SupportedApiProfile("gles2", ["GL_EXT_polygon_offset_clamp"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetClampEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PolygonOffsetClampEXT( @@ -545168,6 +332074,7 @@ public static void PolygonOffsetClampEXT( [NativeTypeName("GLfloat")] float clamp ) => ThisThread.PolygonOffsetClampEXT(factor, units, clamp); + [NativeFunction("opengl", EntryPoint = "glPolygonOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PolygonOffsetEXT( [NativeTypeName("GLfloat")] float factor, @@ -545181,7 +332088,6 @@ _slots[1958] is not null and var loadedFnPtr ) )(factor, bias); - [SupportedApiProfile("gl", ["GL_EXT_polygon_offset"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PolygonOffsetEXT( @@ -545189,6 +332095,7 @@ public static void PolygonOffsetEXT( [NativeTypeName("GLfloat")] float bias ) => ThisThread.PolygonOffsetEXT(factor, bias); + [NativeFunction("opengl", EntryPoint = "glPolygonOffsetx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PolygonOffsetx( [NativeTypeName("GLfixed")] int factor, @@ -545202,7 +332109,6 @@ _slots[1959] is not null and var loadedFnPtr ) )(factor, units); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PolygonOffsetx( @@ -545210,6 +332116,7 @@ public static void PolygonOffsetx( [NativeTypeName("GLfixed")] int units ) => ThisThread.PolygonOffsetx(factor, units); + [NativeFunction("opengl", EntryPoint = "glPolygonOffsetxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PolygonOffsetxOES( [NativeTypeName("GLfixed")] int factor, @@ -545223,8 +332130,6 @@ _slots[1960] is not null and var loadedFnPtr ) )(factor, units); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PolygonOffsetxOES( @@ -545232,6 +332137,7 @@ public static void PolygonOffsetxOES( [NativeTypeName("GLfixed")] int units ) => ThisThread.PolygonOffsetxOES(factor, units); + [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PolygonStipple([NativeTypeName("const GLubyte *")] byte* mask) => ( @@ -545242,36 +332148,13 @@ _slots[1961] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PolygonStipple([NativeTypeName("const GLubyte *")] byte* mask) => ThisThread.PolygonStipple(mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PolygonStipple([NativeTypeName("const GLubyte *")] Ref mask) { @@ -545281,37 +332164,13 @@ void IGL.PolygonStipple([NativeTypeName("const GLubyte *")] Ref mask) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PolygonStipple([NativeTypeName("const GLubyte *")] Ref mask) => ThisThread.PolygonStipple(mask); + [NativeFunction("opengl", EntryPoint = "glPopAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PopAttrib() => ( @@ -545322,35 +332181,11 @@ _slots[1962] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPopAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PopAttrib() => ThisThread.PopAttrib(); + [NativeFunction("opengl", EntryPoint = "glPopClientAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PopClientAttrib() => ( @@ -545361,34 +332196,11 @@ _slots[1963] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPopClientAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PopClientAttrib() => ThisThread.PopClientAttrib(); + [NativeFunction("opengl", EntryPoint = "glPopDebugGroup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PopDebugGroup() => ( @@ -545399,20 +332211,11 @@ _slots[1964] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glPopDebugGroup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PopDebugGroup() => ThisThread.PopDebugGroup(); + [NativeFunction("opengl", EntryPoint = "glPopDebugGroupKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PopDebugGroupKHR() => ( @@ -545423,11 +332226,11 @@ _slots[1965] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glPopDebugGroupKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PopDebugGroupKHR() => ThisThread.PopDebugGroupKHR(); + [NativeFunction("opengl", EntryPoint = "glPopGroupMarkerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PopGroupMarkerEXT() => ( @@ -545438,14 +332241,11 @@ _slots[1966] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glPopGroupMarkerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PopGroupMarkerEXT() => ThisThread.PopGroupMarkerEXT(); + [NativeFunction("opengl", EntryPoint = "glPopMatrix")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PopMatrix() => ( @@ -545456,36 +332256,11 @@ _slots[1967] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPopMatrix")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PopMatrix() => ThisThread.PopMatrix(); + [NativeFunction("opengl", EntryPoint = "glPopName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PopName() => ( @@ -545496,35 +332271,11 @@ _slots[1968] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPopName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PopName() => ThisThread.PopName(); + [NativeFunction("opengl", EntryPoint = "glPresentFrameDualFillNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PresentFrameDualFillNV( [NativeTypeName("GLuint")] uint video_slot, @@ -545580,7 +332331,6 @@ _slots[1969] is not null and var loadedFnPtr fill3 ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glPresentFrameDualFillNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PresentFrameDualFillNV( @@ -545614,6 +332364,7 @@ public static void PresentFrameDualFillNV( fill3 ); + [NativeFunction("opengl", EntryPoint = "glPresentFrameKeyedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PresentFrameKeyeNV( [NativeTypeName("GLuint")] uint video_slot, @@ -545660,7 +332411,6 @@ _slots[1970] is not null and var loadedFnPtr key1 ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glPresentFrameKeyedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PresentFrameKeyeNV( @@ -545690,6 +332440,7 @@ public static void PresentFrameKeyeNV( key1 ); + [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PrimitiveBoundingBoxARB( [NativeTypeName("GLfloat")] float minX, @@ -545712,8 +332463,6 @@ _slots[1971] is not null and var loadedFnPtr ) )(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); - [SupportedApiProfile("gl", ["GL_ARB_ES3_2_compatibility"])] - [SupportedApiProfile("glcore", ["GL_ARB_ES3_2_compatibility"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PrimitiveBoundingBoxARB( @@ -545727,6 +332476,7 @@ public static void PrimitiveBoundingBoxARB( [NativeTypeName("GLfloat")] float maxW ) => ThisThread.PrimitiveBoundingBoxARB(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); + [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PrimitiveBoundingBoxEXT( [NativeTypeName("GLfloat")] float minX, @@ -545749,7 +332499,6 @@ _slots[1972] is not null and var loadedFnPtr ) )(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); - [SupportedApiProfile("gles2", ["GL_EXT_primitive_bounding_box"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PrimitiveBoundingBoxEXT( @@ -545763,6 +332512,7 @@ public static void PrimitiveBoundingBoxEXT( [NativeTypeName("GLfloat")] float maxW ) => ThisThread.PrimitiveBoundingBoxEXT(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); + [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PrimitiveBoundingBoxOES( [NativeTypeName("GLfloat")] float minX, @@ -545785,7 +332535,6 @@ _slots[1973] is not null and var loadedFnPtr ) )(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); - [SupportedApiProfile("gles2", ["GL_OES_primitive_bounding_box"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PrimitiveBoundingBoxOES( @@ -545799,6 +332548,7 @@ public static void PrimitiveBoundingBoxOES( [NativeTypeName("GLfloat")] float maxW ) => ThisThread.PrimitiveBoundingBoxOES(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); + [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PrimitiveRestartIndex([NativeTypeName("GLuint")] uint index) => ( @@ -545809,43 +332559,12 @@ _slots[1974] is not null and var loadedFnPtr ) )(index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PrimitiveRestartIndex([NativeTypeName("GLuint")] uint index) => ThisThread.PrimitiveRestartIndex(index); + [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartIndexNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PrimitiveRestartIndexNV([NativeTypeName("GLuint")] uint index) => ( @@ -545859,12 +332578,12 @@ _slots[1975] is not null and var loadedFnPtr ) )(index); - [SupportedApiProfile("gl", ["GL_NV_primitive_restart"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartIndexNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PrimitiveRestartIndexNV([NativeTypeName("GLuint")] uint index) => ThisThread.PrimitiveRestartIndexNV(index); + [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PrimitiveRestartNV() => ( @@ -545875,11 +332594,11 @@ _slots[1976] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NV_primitive_restart"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PrimitiveRestartNV() => ThisThread.PrimitiveRestartNV(); + [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PrioritizeTextures( [NativeTypeName("GLsizei")] uint n, @@ -545894,30 +332613,6 @@ _slots[1977] is not null and var loadedFnPtr ) )(n, textures, priorities); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PrioritizeTextures( @@ -545926,6 +332621,8 @@ public static void PrioritizeTextures( [NativeTypeName("const GLfloat *")] float* priorities ) => ThisThread.PrioritizeTextures(n, textures, priorities); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PrioritizeTextures( [NativeTypeName("GLsizei")] uint n, @@ -545940,30 +332637,6 @@ void IGL.PrioritizeTextures( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -545973,6 +332646,7 @@ public static void PrioritizeTextures( [NativeTypeName("const GLfloat *")] Ref priorities ) => ThisThread.PrioritizeTextures(n, textures, priorities); + [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PrioritizeTexturesEXT( [NativeTypeName("GLsizei")] uint n, @@ -545987,7 +332661,6 @@ _slots[1978] is not null and var loadedFnPtr ) )(n, textures, priorities); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PrioritizeTexturesEXT( @@ -545996,6 +332669,8 @@ public static void PrioritizeTexturesEXT( [NativeTypeName("const GLclampf *")] float* priorities ) => ThisThread.PrioritizeTexturesEXT(n, textures, priorities); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PrioritizeTexturesEXT( [NativeTypeName("GLsizei")] uint n, @@ -546010,7 +332685,6 @@ void IGL.PrioritizeTexturesEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546020,6 +332694,7 @@ public static void PrioritizeTexturesEXT( [NativeTypeName("const GLclampf *")] Ref priorities ) => ThisThread.PrioritizeTexturesEXT(n, textures, priorities); + [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PrioritizeTexturesxOES( [NativeTypeName("GLsizei")] uint n, @@ -546037,7 +332712,6 @@ _slots[1979] is not null and var loadedFnPtr ) )(n, textures, priorities); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PrioritizeTexturesxOES( @@ -546046,6 +332720,8 @@ public static void PrioritizeTexturesxOES( [NativeTypeName("const GLfixed *")] int* priorities ) => ThisThread.PrioritizeTexturesxOES(n, textures, priorities); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PrioritizeTexturesxOES( [NativeTypeName("GLsizei")] uint n, @@ -546060,7 +332736,6 @@ void IGL.PrioritizeTexturesxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546070,6 +332745,7 @@ public static void PrioritizeTexturesxOES( [NativeTypeName("const GLfixed *")] Ref priorities ) => ThisThread.PrioritizeTexturesxOES(n, textures, priorities); + [NativeFunction("opengl", EntryPoint = "glProgramBinary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBinary( [NativeTypeName("GLuint")] uint program, @@ -546085,32 +332761,6 @@ _slots[1980] is not null and var loadedFnPtr ) )(program, binaryFormat, binary, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramBinary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramBinary( @@ -546120,6 +332770,8 @@ public static void ProgramBinary( [NativeTypeName("GLsizei")] uint length ) => ThisThread.ProgramBinary(program, binaryFormat, binary, length); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramBinary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBinary( [NativeTypeName("GLuint")] uint program, @@ -546134,32 +332786,6 @@ void IGL.ProgramBinary( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBinary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546170,6 +332796,7 @@ public static void ProgramBinary( [NativeTypeName("GLsizei")] uint length ) => ThisThread.ProgramBinary(program, binaryFormat, binary, length); + [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBinaryOES( [NativeTypeName("GLuint")] uint program, @@ -546185,7 +332812,6 @@ _slots[1981] is not null and var loadedFnPtr ) )(program, binaryFormat, binary, length); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramBinaryOES( @@ -546195,6 +332821,8 @@ public static void ProgramBinaryOES( [NativeTypeName("GLint")] int length ) => ThisThread.ProgramBinaryOES(program, binaryFormat, binary, length); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBinaryOES( [NativeTypeName("GLuint")] uint program, @@ -546209,7 +332837,6 @@ void IGL.ProgramBinaryOES( } } - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546220,6 +332847,7 @@ public static void ProgramBinaryOES( [NativeTypeName("GLint")] int length ) => ThisThread.ProgramBinaryOES(program, binaryFormat, binary, length); + [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBufferParametersNV( [NativeTypeName("GLenum")] uint target, @@ -546239,7 +332867,6 @@ _slots[1982] is not null and var loadedFnPtr ) )(target, bindingIndex, wordIndex, count, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramBufferParametersNV( @@ -546250,6 +332877,8 @@ public static void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.ProgramBufferParametersNV(target, bindingIndex, wordIndex, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBufferParametersNV( [NativeTypeName("GLenum")] Constant target, @@ -546271,7 +332900,6 @@ void IGL.ProgramBufferParametersNV( } } - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546283,6 +332911,8 @@ public static void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.ProgramBufferParametersNV(target, bindingIndex, wordIndex, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBufferParametersNV( [NativeTypeName("GLenum")] Constant target, @@ -546298,7 +332928,6 @@ void IGL.ProgramBufferParametersNV( (float*)&@params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546309,6 +332938,7 @@ public static void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] float @params ) => ThisThread.ProgramBufferParametersNV(target, bindingIndex, wordIndex, @params); + [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBufferParametersINV( [NativeTypeName("GLenum")] uint target, @@ -546328,7 +332958,6 @@ _slots[1983] is not null and var loadedFnPtr ) )(target, bindingIndex, wordIndex, count, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramBufferParametersINV( @@ -546339,6 +332968,8 @@ public static void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.ProgramBufferParametersINV(target, bindingIndex, wordIndex, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBufferParametersINV( [NativeTypeName("GLenum")] Constant target, @@ -546360,7 +332991,6 @@ void IGL.ProgramBufferParametersINV( } } - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546372,6 +333002,8 @@ public static void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.ProgramBufferParametersINV(target, bindingIndex, wordIndex, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBufferParametersINV( [NativeTypeName("GLenum")] Constant target, @@ -546387,7 +333019,6 @@ void IGL.ProgramBufferParametersINV( (int*)&@params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546398,6 +333029,7 @@ public static void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] int @params ) => ThisThread.ProgramBufferParametersINV(target, bindingIndex, wordIndex, @params); + [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBufferParametersINV( [NativeTypeName("GLenum")] uint target, @@ -546417,7 +333049,6 @@ _slots[1984] is not null and var loadedFnPtr ) )(target, bindingIndex, wordIndex, count, @params); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramBufferParametersINV( @@ -546428,6 +333059,8 @@ public static void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.ProgramBufferParametersINV(target, bindingIndex, wordIndex, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBufferParametersINV( [NativeTypeName("GLenum")] Constant target, @@ -546449,7 +333082,6 @@ void IGL.ProgramBufferParametersINV( } } - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546461,6 +333093,8 @@ public static void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.ProgramBufferParametersINV(target, bindingIndex, wordIndex, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramBufferParametersINV( [NativeTypeName("GLenum")] Constant target, @@ -546476,7 +333110,6 @@ void IGL.ProgramBufferParametersINV( (uint*)&@params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546487,6 +333120,7 @@ public static void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] uint @params ) => ThisThread.ProgramBufferParametersINV(target, bindingIndex, wordIndex, @params); + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -546507,7 +333141,6 @@ _slots[1985] is not null and var loadedFnPtr ) )(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramEnvParameter4ARB( @@ -546519,6 +333152,8 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double w ) => ThisThread.ProgramEnvParameter4ARB(target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] Constant target, @@ -546529,7 +333164,6 @@ void IGL.ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double w ) => ((IGL)this).ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546542,6 +333176,7 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double w ) => ThisThread.ProgramEnvParameter4ARB(target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -546559,7 +333194,6 @@ _slots[1986] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramEnvParameter4ARB( @@ -546568,6 +333202,8 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("const GLdouble *")] double* @params ) => ThisThread.ProgramEnvParameter4ARB(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] Constant target, @@ -546581,7 +333217,6 @@ void IGL.ProgramEnvParameter4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546591,6 +333226,7 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("const GLdouble *")] Ref @params ) => ThisThread.ProgramEnvParameter4ARB(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -546611,7 +333247,6 @@ _slots[1987] is not null and var loadedFnPtr ) )(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramEnvParameter4ARB( @@ -546623,6 +333258,8 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float w ) => ThisThread.ProgramEnvParameter4ARB(target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] Constant target, @@ -546633,7 +333270,6 @@ void IGL.ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float w ) => ((IGL)this).ProgramEnvParameter4ARB((uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546646,6 +333282,7 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float w ) => ThisThread.ProgramEnvParameter4ARB(target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -546663,7 +333300,6 @@ _slots[1988] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramEnvParameter4ARB( @@ -546672,6 +333308,8 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.ProgramEnvParameter4ARB(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] Constant target, @@ -546685,7 +333323,6 @@ void IGL.ProgramEnvParameter4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546695,6 +333332,7 @@ public static void ProgramEnvParameter4ARB( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.ProgramEnvParameter4ARB(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -546715,7 +333353,6 @@ _slots[1989] is not null and var loadedFnPtr ) )(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramEnvParameterI4NV( @@ -546727,6 +333364,8 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int w ) => ThisThread.ProgramEnvParameterI4NV(target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] Constant target, @@ -546737,7 +333376,6 @@ void IGL.ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int w ) => ((IGL)this).ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546750,6 +333388,7 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int w ) => ThisThread.ProgramEnvParameterI4NV(target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -546767,7 +333406,6 @@ _slots[1990] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramEnvParameterI4NV( @@ -546776,6 +333414,8 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.ProgramEnvParameterI4NV(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] Constant target, @@ -546789,7 +333429,6 @@ void IGL.ProgramEnvParameterI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546799,6 +333438,7 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.ProgramEnvParameterI4NV(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -546819,7 +333459,6 @@ _slots[1991] is not null and var loadedFnPtr ) )(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramEnvParameterI4NV( @@ -546831,6 +333470,8 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint w ) => ThisThread.ProgramEnvParameterI4NV(target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] Constant target, @@ -546841,7 +333482,6 @@ void IGL.ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint w ) => ((IGL)this).ProgramEnvParameterI4NV((uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546854,6 +333494,7 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint w ) => ThisThread.ProgramEnvParameterI4NV(target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -546871,7 +333512,6 @@ _slots[1992] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramEnvParameterI4NV( @@ -546880,6 +333520,8 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.ProgramEnvParameterI4NV(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] Constant target, @@ -546893,7 +333535,6 @@ void IGL.ProgramEnvParameterI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546903,6 +333544,7 @@ public static void ProgramEnvParameterI4NV( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.ProgramEnvParameterI4NV(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameters4EXT( [NativeTypeName("GLenum")] uint target, @@ -546921,7 +333563,6 @@ _slots[1993] is not null and var loadedFnPtr ) )(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramEnvParameters4EXT( @@ -546931,6 +333572,8 @@ public static void ProgramEnvParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.ProgramEnvParameters4EXT(target, index, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParameters4EXT( [NativeTypeName("GLenum")] Constant target, @@ -546945,7 +333588,6 @@ void IGL.ProgramEnvParameters4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -546956,6 +333598,7 @@ public static void ProgramEnvParameters4EXT( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.ProgramEnvParameters4EXT(target, index, count, @params); + [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParametersI4NV( [NativeTypeName("GLenum")] uint target, @@ -546974,7 +333617,6 @@ _slots[1994] is not null and var loadedFnPtr ) )(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramEnvParametersI4NV( @@ -546984,6 +333626,8 @@ public static void ProgramEnvParametersI4NV( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.ProgramEnvParametersI4NV(target, index, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParametersI4NV( [NativeTypeName("GLenum")] Constant target, @@ -546998,7 +333642,6 @@ void IGL.ProgramEnvParametersI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547009,6 +333652,7 @@ public static void ProgramEnvParametersI4NV( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.ProgramEnvParametersI4NV(target, index, count, @params); + [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParametersI4NV( [NativeTypeName("GLenum")] uint target, @@ -547027,7 +333671,6 @@ _slots[1995] is not null and var loadedFnPtr ) )(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramEnvParametersI4NV( @@ -547037,6 +333680,8 @@ public static void ProgramEnvParametersI4NV( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.ProgramEnvParametersI4NV(target, index, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramEnvParametersI4NV( [NativeTypeName("GLenum")] Constant target, @@ -547051,7 +333696,6 @@ void IGL.ProgramEnvParametersI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547062,6 +333706,7 @@ public static void ProgramEnvParametersI4NV( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.ProgramEnvParametersI4NV(target, index, count, @params); + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -547082,7 +333727,6 @@ _slots[1996] is not null and var loadedFnPtr ) )(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramLocalParameter4ARB( @@ -547094,6 +333738,8 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double w ) => ThisThread.ProgramLocalParameter4ARB(target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] Constant target, @@ -547104,7 +333750,6 @@ void IGL.ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double w ) => ((IGL)this).ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547117,6 +333762,7 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double w ) => ThisThread.ProgramLocalParameter4ARB(target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -547134,7 +333780,6 @@ _slots[1997] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramLocalParameter4ARB( @@ -547143,6 +333788,8 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("const GLdouble *")] double* @params ) => ThisThread.ProgramLocalParameter4ARB(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] Constant target, @@ -547156,7 +333803,6 @@ void IGL.ProgramLocalParameter4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547166,6 +333812,7 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("const GLdouble *")] Ref @params ) => ThisThread.ProgramLocalParameter4ARB(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -547186,7 +333833,6 @@ _slots[1998] is not null and var loadedFnPtr ) )(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramLocalParameter4ARB( @@ -547198,6 +333844,8 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float w ) => ThisThread.ProgramLocalParameter4ARB(target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] Constant target, @@ -547208,7 +333856,6 @@ void IGL.ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float w ) => ((IGL)this).ProgramLocalParameter4ARB((uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547221,6 +333868,7 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float w ) => ThisThread.ProgramLocalParameter4ARB(target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -547238,7 +333886,6 @@ _slots[1999] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramLocalParameter4ARB( @@ -547247,6 +333894,8 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.ProgramLocalParameter4ARB(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] Constant target, @@ -547260,7 +333909,6 @@ void IGL.ProgramLocalParameter4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547270,6 +333918,7 @@ public static void ProgramLocalParameter4ARB( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.ProgramLocalParameter4ARB(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -547290,7 +333939,6 @@ _slots[2000] is not null and var loadedFnPtr ) )(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramLocalParameterI4NV( @@ -547302,6 +333950,8 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int w ) => ThisThread.ProgramLocalParameterI4NV(target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] Constant target, @@ -547312,7 +333962,6 @@ void IGL.ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int w ) => ((IGL)this).ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547325,6 +333974,7 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int w ) => ThisThread.ProgramLocalParameterI4NV(target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -547342,7 +333992,6 @@ _slots[2001] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramLocalParameterI4NV( @@ -547351,6 +334000,8 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.ProgramLocalParameterI4NV(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] Constant target, @@ -547364,7 +334015,6 @@ void IGL.ProgramLocalParameterI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547374,6 +334024,7 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.ProgramLocalParameterI4NV(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -547394,7 +334045,6 @@ _slots[2002] is not null and var loadedFnPtr ) )(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramLocalParameterI4NV( @@ -547406,6 +334056,8 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint w ) => ThisThread.ProgramLocalParameterI4NV(target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] Constant target, @@ -547416,7 +334068,6 @@ void IGL.ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint w ) => ((IGL)this).ProgramLocalParameterI4NV((uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547429,6 +334080,7 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint w ) => ThisThread.ProgramLocalParameterI4NV(target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -547446,7 +334098,6 @@ _slots[2003] is not null and var loadedFnPtr ) )(target, index, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramLocalParameterI4NV( @@ -547455,6 +334106,8 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.ProgramLocalParameterI4NV(target, index, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] Constant target, @@ -547468,7 +334121,6 @@ void IGL.ProgramLocalParameterI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547478,6 +334130,7 @@ public static void ProgramLocalParameterI4NV( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.ProgramLocalParameterI4NV(target, index, @params); + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameters4EXT( [NativeTypeName("GLenum")] uint target, @@ -547496,7 +334149,6 @@ _slots[2004] is not null and var loadedFnPtr ) )(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramLocalParameters4EXT( @@ -547506,6 +334158,8 @@ public static void ProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.ProgramLocalParameters4EXT(target, index, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParameters4EXT( [NativeTypeName("GLenum")] Constant target, @@ -547520,7 +334174,6 @@ void IGL.ProgramLocalParameters4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547531,6 +334184,7 @@ public static void ProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.ProgramLocalParameters4EXT(target, index, count, @params); + [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParametersI4NV( [NativeTypeName("GLenum")] uint target, @@ -547549,7 +334203,6 @@ _slots[2005] is not null and var loadedFnPtr ) )(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramLocalParametersI4NV( @@ -547559,6 +334212,8 @@ public static void ProgramLocalParametersI4NV( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.ProgramLocalParametersI4NV(target, index, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParametersI4NV( [NativeTypeName("GLenum")] Constant target, @@ -547573,7 +334228,6 @@ void IGL.ProgramLocalParametersI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547584,6 +334238,7 @@ public static void ProgramLocalParametersI4NV( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.ProgramLocalParametersI4NV(target, index, count, @params); + [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParametersI4NV( [NativeTypeName("GLenum")] uint target, @@ -547602,7 +334257,6 @@ _slots[2006] is not null and var loadedFnPtr ) )(target, index, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramLocalParametersI4NV( @@ -547612,6 +334266,8 @@ public static void ProgramLocalParametersI4NV( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.ProgramLocalParametersI4NV(target, index, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramLocalParametersI4NV( [NativeTypeName("GLenum")] Constant target, @@ -547626,7 +334282,6 @@ void IGL.ProgramLocalParametersI4NV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547637,6 +334292,7 @@ public static void ProgramLocalParametersI4NV( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.ProgramLocalParametersI4NV(target, index, count, @params); + [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -547658,7 +334314,6 @@ _slots[2007] is not null and var loadedFnPtr ) )(id, len, name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramNamedParameter4NV( @@ -547671,6 +334326,8 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ) => ThisThread.ProgramNamedParameter4NV(id, len, name, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -547688,7 +334345,6 @@ void IGL.ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547702,6 +334358,8 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ) => ThisThread.ProgramNamedParameter4NV(id, len, name, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -547713,7 +334371,6 @@ void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ) => ((IGL)this).ProgramNamedParameter4NV(id, len, (byte*)&name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547727,6 +334384,7 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ) => ThisThread.ProgramNamedParameter4NV(id, len, name, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -547745,7 +334403,6 @@ _slots[2008] is not null and var loadedFnPtr ) )(id, len, name, v); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramNamedParameter4NV( @@ -547755,6 +334412,8 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.ProgramNamedParameter4NV(id, len, name, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -547770,7 +334429,6 @@ void IGL.ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547781,6 +334439,8 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.ProgramNamedParameter4NV(id, len, name, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -547795,7 +334455,6 @@ void IGL.ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547806,6 +334465,7 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.ProgramNamedParameter4NV(id, len, name, v); + [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -547827,7 +334487,6 @@ _slots[2009] is not null and var loadedFnPtr ) )(id, len, name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramNamedParameter4NV( @@ -547840,6 +334499,8 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ) => ThisThread.ProgramNamedParameter4NV(id, len, name, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -547857,7 +334518,6 @@ void IGL.ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547871,6 +334531,8 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ) => ThisThread.ProgramNamedParameter4NV(id, len, name, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -547882,7 +334544,6 @@ void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ) => ((IGL)this).ProgramNamedParameter4NV(id, len, (byte*)&name, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547896,6 +334557,7 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ) => ThisThread.ProgramNamedParameter4NV(id, len, name, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -547914,7 +334576,6 @@ _slots[2010] is not null and var loadedFnPtr ) )(id, len, name, v); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramNamedParameter4NV( @@ -547924,6 +334585,8 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ProgramNamedParameter4NV(id, len, name, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -547939,7 +334602,6 @@ void IGL.ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547950,6 +334612,8 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ProgramNamedParameter4NV(id, len, name, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -547964,7 +334628,6 @@ void IGL.ProgramNamedParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -547975,6 +334638,7 @@ public static void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ProgramNamedParameter4NV(id, len, name, v); + [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, @@ -547992,7 +334656,6 @@ _slots[2011] is not null and var loadedFnPtr ) )(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramParameter4NV( @@ -548004,6 +334667,8 @@ public static void ProgramParameter4NV( [NativeTypeName("GLdouble")] double w ) => ThisThread.ProgramParameter4NV(target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameter4NV( [NativeTypeName("GLenum")] Constant target, @@ -548014,7 +334679,6 @@ void IGL.ProgramParameter4NV( [NativeTypeName("GLdouble")] double w ) => ((IGL)this).ProgramParameter4NV((uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548027,6 +334691,7 @@ public static void ProgramParameter4NV( [NativeTypeName("GLdouble")] double w ) => ThisThread.ProgramParameter4NV(target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, @@ -548041,7 +334706,6 @@ _slots[2012] is not null and var loadedFnPtr ) )(target, index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramParameter4NV( @@ -548050,6 +334714,8 @@ public static void ProgramParameter4NV( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.ProgramParameter4NV(target, index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameter4NV( [NativeTypeName("GLenum")] Constant target, @@ -548063,7 +334729,6 @@ void IGL.ProgramParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548073,6 +334738,7 @@ public static void ProgramParameter4NV( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.ProgramParameter4NV(target, index, v); + [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, @@ -548090,7 +334756,6 @@ _slots[2013] is not null and var loadedFnPtr ) )(target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramParameter4NV( @@ -548102,6 +334767,8 @@ public static void ProgramParameter4NV( [NativeTypeName("GLfloat")] float w ) => ThisThread.ProgramParameter4NV(target, index, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameter4NV( [NativeTypeName("GLenum")] Constant target, @@ -548112,7 +334779,6 @@ void IGL.ProgramParameter4NV( [NativeTypeName("GLfloat")] float w ) => ((IGL)this).ProgramParameter4NV((uint)target, index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548125,6 +334791,7 @@ public static void ProgramParameter4NV( [NativeTypeName("GLfloat")] float w ) => ThisThread.ProgramParameter4NV(target, index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, @@ -548139,7 +334806,6 @@ _slots[2014] is not null and var loadedFnPtr ) )(target, index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramParameter4NV( @@ -548148,6 +334814,8 @@ public static void ProgramParameter4NV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ProgramParameter4NV(target, index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameter4NV( [NativeTypeName("GLenum")] Constant target, @@ -548161,7 +334829,6 @@ void IGL.ProgramParameter4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548171,6 +334838,7 @@ public static void ProgramParameter4NV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ProgramParameter4NV(target, index, v); + [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameter( [NativeTypeName("GLuint")] uint program, @@ -548185,34 +334853,6 @@ _slots[2015] is not null and var loadedFnPtr ) )(program, pname, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramParameter( @@ -548221,6 +334861,8 @@ public static void ProgramParameter( [NativeTypeName("GLint")] int value ) => ThisThread.ProgramParameter(program, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameter( [NativeTypeName("GLuint")] uint program, @@ -548228,34 +334870,6 @@ void IGL.ProgramParameter( [NativeTypeName("GLint")] int value ) => ((IGL)this).ProgramParameter(program, (uint)pname, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548265,6 +334879,7 @@ public static void ProgramParameter( [NativeTypeName("GLint")] int value ) => ThisThread.ProgramParameter(program, pname, value); + [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameterARB( [NativeTypeName("GLuint")] uint program, @@ -548279,8 +334894,6 @@ _slots[2016] is not null and var loadedFnPtr ) )(program, pname, value); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramParameterARB( @@ -548289,6 +334902,8 @@ public static void ProgramParameterARB( [NativeTypeName("GLint")] int value ) => ThisThread.ProgramParameterARB(program, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameterARB( [NativeTypeName("GLuint")] uint program, @@ -548296,8 +334911,6 @@ void IGL.ProgramParameterARB( [NativeTypeName("GLint")] int value ) => ((IGL)this).ProgramParameterARB(program, (uint)pname, value); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548307,6 +334920,7 @@ public static void ProgramParameterARB( [NativeTypeName("GLint")] int value ) => ThisThread.ProgramParameterARB(program, pname, value); + [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameterEXT( [NativeTypeName("GLuint")] uint program, @@ -548321,8 +334935,6 @@ _slots[2017] is not null and var loadedFnPtr ) )(program, pname, value); - [SupportedApiProfile("gl", ["GL_EXT_geometry_shader4", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramParameterEXT( @@ -548331,6 +334943,8 @@ public static void ProgramParameterEXT( [NativeTypeName("GLint")] int value ) => ThisThread.ProgramParameterEXT(program, pname, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameterEXT( [NativeTypeName("GLuint")] uint program, @@ -548338,8 +334952,6 @@ void IGL.ProgramParameterEXT( [NativeTypeName("GLint")] int value ) => ((IGL)this).ProgramParameterEXT(program, (uint)pname, value); - [SupportedApiProfile("gl", ["GL_EXT_geometry_shader4", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548349,6 +334961,7 @@ public static void ProgramParameterEXT( [NativeTypeName("GLint")] int value ) => ThisThread.ProgramParameterEXT(program, pname, value); + [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameters4NV( [NativeTypeName("GLenum")] uint target, @@ -548367,7 +334980,6 @@ _slots[2018] is not null and var loadedFnPtr ) )(target, index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramParameters4NV( @@ -548377,6 +334989,8 @@ public static void ProgramParameters4NV( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.ProgramParameters4NV(target, index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameters4NV( [NativeTypeName("GLenum")] Constant target, @@ -548391,7 +335005,6 @@ void IGL.ProgramParameters4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548402,6 +335015,7 @@ public static void ProgramParameters4NV( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.ProgramParameters4NV(target, index, count, v); + [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameters4NV( [NativeTypeName("GLenum")] uint target, @@ -548420,7 +335034,6 @@ _slots[2019] is not null and var loadedFnPtr ) )(target, index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramParameters4NV( @@ -548430,6 +335043,8 @@ public static void ProgramParameters4NV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ProgramParameters4NV(target, index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramParameters4NV( [NativeTypeName("GLenum")] Constant target, @@ -548444,7 +335059,6 @@ void IGL.ProgramParameters4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548455,6 +335069,7 @@ public static void ProgramParameters4NV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ProgramParameters4NV(target, index, count, v); + [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramPathFragmentInputGenNV( [NativeTypeName("GLuint")] uint program, @@ -548474,9 +335089,6 @@ _slots[2020] is not null and var loadedFnPtr ) )(program, location, genMode, components, coeffs); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramPathFragmentInputGenNV( @@ -548487,6 +335099,8 @@ public static void ProgramPathFragmentInputGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ) => ThisThread.ProgramPathFragmentInputGenNV(program, location, genMode, components, coeffs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramPathFragmentInputGenNV( [NativeTypeName("GLuint")] uint program, @@ -548508,9 +335122,6 @@ void IGL.ProgramPathFragmentInputGenNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548522,6 +335133,7 @@ public static void ProgramPathFragmentInputGenNV( [NativeTypeName("const GLfloat *")] Ref coeffs ) => ThisThread.ProgramPathFragmentInputGenNV(program, location, genMode, components, coeffs); + [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramStringARB( [NativeTypeName("GLenum")] uint target, @@ -548537,7 +335149,6 @@ _slots[2021] is not null and var loadedFnPtr ) )(target, format, len, @string); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramStringARB( @@ -548547,6 +335158,8 @@ public static void ProgramStringARB( [NativeTypeName("const void *")] void* @string ) => ThisThread.ProgramStringARB(target, format, len, @string); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramStringARB( [NativeTypeName("GLenum")] Constant target, @@ -548561,7 +335174,6 @@ void IGL.ProgramStringARB( } } - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548572,6 +335184,7 @@ public static void ProgramStringARB( [NativeTypeName("const void *")] Ref @string ) => ThisThread.ProgramStringARB(target, format, len, @string); + [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramSubroutineParametersNV( [NativeTypeName("GLenum")] uint target, @@ -548589,7 +335202,6 @@ _slots[2022] is not null and var loadedFnPtr ) )(target, count, @params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramSubroutineParametersNV( @@ -548598,6 +335210,8 @@ public static void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.ProgramSubroutineParametersNV(target, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramSubroutineParametersNV( [NativeTypeName("GLenum")] uint target, @@ -548611,7 +335225,6 @@ void IGL.ProgramSubroutineParametersNV( } } - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548621,13 +335234,14 @@ public static void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.ProgramSubroutineParametersNV(target, count, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramSubroutineParametersNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLuint *")] uint @params ) => ((IGL)this).ProgramSubroutineParametersNV(target, 1, (uint*)&@params); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -548636,8 +335250,9 @@ public static void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] uint @params ) => ThisThread.ProgramSubroutineParametersNV(target, @params); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1D( + void IGL.ProgramUniform1d( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double v0 @@ -548650,42 +335265,17 @@ _slots[2023] is not null and var loadedFnPtr ) )(program, location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1D( + public static void ProgramUniform1d( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double v0 - ) => ThisThread.ProgramUniform1D(program, location, v0); + ) => ThisThread.ProgramUniform1d(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1DEXT( + void IGL.ProgramUniform1dEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x @@ -548698,18 +335288,17 @@ _slots[2024] is not null and var loadedFnPtr ) )(program, location, x); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1DEXT( + public static void ProgramUniform1dEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x - ) => ThisThread.ProgramUniform1DEXT(program, location, x); + ) => ThisThread.ProgramUniform1dEXT(program, location, x); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Dv( + void IGL.ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -548723,43 +335312,19 @@ _slots[2025] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Dv( + public static void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value - ) => ThisThread.ProgramUniform1Dv(program, location, count, value); + ) => ThisThread.ProgramUniform1dv(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Dv( + void IGL.ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -548768,90 +335333,41 @@ void IGL.ProgramUniform1Dv( { fixed (double* __dsl_value = value) { - ((IGL)this).ProgramUniform1Dv(program, location, count, __dsl_value); + ((IGL)this).ProgramUniform1dv(program, location, count, __dsl_value); } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Dv( + public static void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] Ref value - ) => ThisThread.ProgramUniform1Dv(program, location, count, value); + ) => ThisThread.ProgramUniform1dv(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Dv( + void IGL.ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value - ) => ((IGL)this).ProgramUniform1Dv(program, location, 1, (double*)&value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => ((IGL)this).ProgramUniform1dv(program, location, 1, (double*)&value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Dv( + public static void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value - ) => ThisThread.ProgramUniform1Dv(program, location, value); + ) => ThisThread.ProgramUniform1dv(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1DvEXT( + void IGL.ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -548865,19 +335381,19 @@ _slots[2026] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1DvEXT( + public static void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value - ) => ThisThread.ProgramUniform1DvEXT(program, location, count, value); + ) => ThisThread.ProgramUniform1dvEXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1DvEXT( + void IGL.ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -548886,42 +335402,41 @@ void IGL.ProgramUniform1DvEXT( { fixed (double* __dsl_value = value) { - ((IGL)this).ProgramUniform1DvEXT(program, location, count, __dsl_value); + ((IGL)this).ProgramUniform1dvEXT(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1DvEXT( + public static void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] Ref value - ) => ThisThread.ProgramUniform1DvEXT(program, location, count, value); + ) => ThisThread.ProgramUniform1dvEXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1DvEXT( + void IGL.ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value - ) => ((IGL)this).ProgramUniform1DvEXT(program, location, 1, (double*)&value); + ) => ((IGL)this).ProgramUniform1dvEXT(program, location, 1, (double*)&value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1DvEXT( + public static void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value - ) => ThisThread.ProgramUniform1DvEXT(program, location, value); + ) => ThisThread.ProgramUniform1dvEXT(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1F( + void IGL.ProgramUniform1f( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 @@ -548934,42 +335449,17 @@ _slots[2027] is not null and var loadedFnPtr ) )(program, location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1F( + public static void ProgramUniform1f( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 - ) => ThisThread.ProgramUniform1F(program, location, v0); + ) => ThisThread.ProgramUniform1f(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1FEXT( + void IGL.ProgramUniform1fEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 @@ -548982,22 +335472,17 @@ _slots[2028] is not null and var loadedFnPtr ) )(program, location, v0); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1FEXT( + public static void ProgramUniform1fEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 - ) => ThisThread.ProgramUniform1FEXT(program, location, v0); + ) => ThisThread.ProgramUniform1fEXT(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Fv( + void IGL.ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549011,43 +335496,19 @@ _slots[2029] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Fv( + public static void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value - ) => ThisThread.ProgramUniform1Fv(program, location, count, value); + ) => ThisThread.ProgramUniform1fv(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Fv( + void IGL.ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549056,90 +335517,41 @@ void IGL.ProgramUniform1Fv( { fixed (float* __dsl_value = value) { - ((IGL)this).ProgramUniform1Fv(program, location, count, __dsl_value); + ((IGL)this).ProgramUniform1fv(program, location, count, __dsl_value); } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Fv( + public static void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] Ref value - ) => ThisThread.ProgramUniform1Fv(program, location, count, value); + ) => ThisThread.ProgramUniform1fv(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Fv( + void IGL.ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value - ) => ((IGL)this).ProgramUniform1Fv(program, location, 1, (float*)&value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => ((IGL)this).ProgramUniform1fv(program, location, 1, (float*)&value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Fv( + public static void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value - ) => ThisThread.ProgramUniform1Fv(program, location, value); + ) => ThisThread.ProgramUniform1fv(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1FvEXT( + void IGL.ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549153,23 +335565,19 @@ _slots[2030] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1FvEXT( + public static void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value - ) => ThisThread.ProgramUniform1FvEXT(program, location, count, value); + ) => ThisThread.ProgramUniform1fvEXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1FvEXT( + void IGL.ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549178,50 +335586,41 @@ void IGL.ProgramUniform1FvEXT( { fixed (float* __dsl_value = value) { - ((IGL)this).ProgramUniform1FvEXT(program, location, count, __dsl_value); + ((IGL)this).ProgramUniform1fvEXT(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1FvEXT( + public static void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] Ref value - ) => ThisThread.ProgramUniform1FvEXT(program, location, count, value); + ) => ThisThread.ProgramUniform1fvEXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1FvEXT( + void IGL.ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value - ) => ((IGL)this).ProgramUniform1FvEXT(program, location, 1, (float*)&value); + ) => ((IGL)this).ProgramUniform1fvEXT(program, location, 1, (float*)&value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1FvEXT( + public static void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value - ) => ThisThread.ProgramUniform1FvEXT(program, location, value); + ) => ThisThread.ProgramUniform1fvEXT(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1I( + void IGL.ProgramUniform1i( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 @@ -549234,40 +335633,15 @@ _slots[2031] is not null and var loadedFnPtr ) )(program, location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1I( + public static void ProgramUniform1i( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 - ) => ThisThread.ProgramUniform1I(program, location, v0); + ) => ThisThread.ProgramUniform1i(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform1ARB( [NativeTypeName("GLuint")] uint program, @@ -549282,8 +335656,6 @@ _slots[2032] is not null and var loadedFnPtr ) )(program, location, x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform1ARB( @@ -549292,6 +335664,7 @@ public static void ProgramUniform1ARB( [NativeTypeName("GLint64")] long x ) => ThisThread.ProgramUniform1ARB(program, location, x); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform1NV( [NativeTypeName("GLuint")] uint program, @@ -549306,9 +335679,6 @@ _slots[2033] is not null and var loadedFnPtr ) )(program, location, x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform1NV( @@ -549317,8 +335687,9 @@ public static void ProgramUniform1NV( [NativeTypeName("GLint64EXT")] long x ) => ThisThread.ProgramUniform1NV(program, location, x); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1I64VARB( + void IGL.ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549335,19 +335706,19 @@ _slots[2034] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1I64VARB( + public static void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] long* value - ) => ThisThread.ProgramUniform1I64VARB(program, location, count, value); + ) => ThisThread.ProgramUniform1i64vARB(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1I64VARB( + void IGL.ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549356,42 +335727,41 @@ void IGL.ProgramUniform1I64VARB( { fixed (long* __dsl_value = value) { - ((IGL)this).ProgramUniform1I64VARB(program, location, count, __dsl_value); + ((IGL)this).ProgramUniform1i64vARB(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1I64VARB( + public static void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] Ref value - ) => ThisThread.ProgramUniform1I64VARB(program, location, count, value); + ) => ThisThread.ProgramUniform1i64vARB(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1I64VARB( + void IGL.ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64 *")] long value - ) => ((IGL)this).ProgramUniform1I64VARB(program, location, 1, (long*)&value); + ) => ((IGL)this).ProgramUniform1i64vARB(program, location, 1, (long*)&value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1I64VARB( + public static void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64 *")] long value - ) => ThisThread.ProgramUniform1I64VARB(program, location, value); + ) => ThisThread.ProgramUniform1i64vARB(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1I64VNV( + void IGL.ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549405,20 +335775,19 @@ _slots[2035] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1I64VNV( + public static void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] long* value - ) => ThisThread.ProgramUniform1I64VNV(program, location, count, value); + ) => ThisThread.ProgramUniform1i64vNV(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1I64VNV( + void IGL.ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549427,44 +335796,41 @@ void IGL.ProgramUniform1I64VNV( { fixed (long* __dsl_value = value) { - ((IGL)this).ProgramUniform1I64VNV(program, location, count, __dsl_value); + ((IGL)this).ProgramUniform1i64vNV(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1I64VNV( + public static void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] Ref value - ) => ThisThread.ProgramUniform1I64VNV(program, location, count, value); + ) => ThisThread.ProgramUniform1i64vNV(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1I64VNV( + void IGL.ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64EXT *")] long value - ) => ((IGL)this).ProgramUniform1I64VNV(program, location, 1, (long*)&value); + ) => ((IGL)this).ProgramUniform1i64vNV(program, location, 1, (long*)&value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1I64VNV( + public static void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64EXT *")] long value - ) => ThisThread.ProgramUniform1I64VNV(program, location, value); + ) => ThisThread.ProgramUniform1i64vNV(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1IEXT( + void IGL.ProgramUniform1iEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 @@ -549477,22 +335843,17 @@ _slots[2036] is not null and var loadedFnPtr ) )(program, location, v0); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1IEXT( + public static void ProgramUniform1iEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 - ) => ThisThread.ProgramUniform1IEXT(program, location, v0); + ) => ThisThread.ProgramUniform1iEXT(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Iv( + void IGL.ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549506,43 +335867,19 @@ _slots[2037] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Iv( + public static void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value - ) => ThisThread.ProgramUniform1Iv(program, location, count, value); + ) => ThisThread.ProgramUniform1iv(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Iv( + void IGL.ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549551,90 +335888,41 @@ void IGL.ProgramUniform1Iv( { fixed (int* __dsl_value = value) { - ((IGL)this).ProgramUniform1Iv(program, location, count, __dsl_value); + ((IGL)this).ProgramUniform1iv(program, location, count, __dsl_value); } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Iv( + public static void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] Ref value - ) => ThisThread.ProgramUniform1Iv(program, location, count, value); + ) => ThisThread.ProgramUniform1iv(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Iv( + void IGL.ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value - ) => ((IGL)this).ProgramUniform1Iv(program, location, 1, (int*)&value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => ((IGL)this).ProgramUniform1iv(program, location, 1, (int*)&value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Iv( + public static void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value - ) => ThisThread.ProgramUniform1Iv(program, location, value); + ) => ThisThread.ProgramUniform1iv(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1IvEXT( + void IGL.ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549648,23 +335936,19 @@ _slots[2038] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1IvEXT( + public static void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value - ) => ThisThread.ProgramUniform1IvEXT(program, location, count, value); + ) => ThisThread.ProgramUniform1ivEXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1IvEXT( + void IGL.ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549673,50 +335957,41 @@ void IGL.ProgramUniform1IvEXT( { fixed (int* __dsl_value = value) { - ((IGL)this).ProgramUniform1IvEXT(program, location, count, __dsl_value); + ((IGL)this).ProgramUniform1ivEXT(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1IvEXT( + public static void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] Ref value - ) => ThisThread.ProgramUniform1IvEXT(program, location, count, value); + ) => ThisThread.ProgramUniform1ivEXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1IvEXT( + void IGL.ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value - ) => ((IGL)this).ProgramUniform1IvEXT(program, location, 1, (int*)&value); + ) => ((IGL)this).ProgramUniform1ivEXT(program, location, 1, (int*)&value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1IvEXT( + public static void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value - ) => ThisThread.ProgramUniform1IvEXT(program, location, value); + ) => ThisThread.ProgramUniform1ivEXT(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Ui( + void IGL.ProgramUniform1ui( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 @@ -549729,42 +336004,17 @@ _slots[2039] is not null and var loadedFnPtr ) )(program, location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Ui( + public static void ProgramUniform1ui( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 - ) => ThisThread.ProgramUniform1Ui(program, location, v0); + ) => ThisThread.ProgramUniform1ui(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Ui64ARB( + void IGL.ProgramUniform1ui64ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x @@ -549780,18 +336030,17 @@ _slots[2040] is not null and var loadedFnPtr ) )(program, location, x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Ui64ARB( + public static void ProgramUniform1ui64ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x - ) => ThisThread.ProgramUniform1Ui64ARB(program, location, x); + ) => ThisThread.ProgramUniform1ui64ARB(program, location, x); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Ui64NV( + void IGL.ProgramUniform1ui64NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x @@ -549804,19 +336053,17 @@ _slots[2041] is not null and var loadedFnPtr ) )(program, location, x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Ui64NV( + public static void ProgramUniform1ui64NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x - ) => ThisThread.ProgramUniform1Ui64NV(program, location, x); + ) => ThisThread.ProgramUniform1ui64NV(program, location, x); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Ui64VARB( + void IGL.ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549833,19 +336080,19 @@ _slots[2042] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Ui64VARB( + public static void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value - ) => ThisThread.ProgramUniform1Ui64VARB(program, location, count, value); + ) => ThisThread.ProgramUniform1ui64vARB(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Ui64VARB( + void IGL.ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549854,42 +336101,41 @@ void IGL.ProgramUniform1Ui64VARB( { fixed (ulong* __dsl_value = value) { - ((IGL)this).ProgramUniform1Ui64VARB(program, location, count, __dsl_value); + ((IGL)this).ProgramUniform1ui64vARB(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Ui64VARB( + public static void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value - ) => ThisThread.ProgramUniform1Ui64VARB(program, location, count, value); + ) => ThisThread.ProgramUniform1ui64vARB(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Ui64VARB( + void IGL.ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => ((IGL)this).ProgramUniform1Ui64VARB(program, location, 1, (ulong*)&value); + ) => ((IGL)this).ProgramUniform1ui64vARB(program, location, 1, (ulong*)&value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Ui64VARB( + public static void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => ThisThread.ProgramUniform1Ui64VARB(program, location, value); + ) => ThisThread.ProgramUniform1ui64vARB(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Ui64VNV( + void IGL.ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549906,20 +336152,19 @@ _slots[2043] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Ui64VNV( + public static void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value - ) => ThisThread.ProgramUniform1Ui64VNV(program, location, count, value); + ) => ThisThread.ProgramUniform1ui64vNV(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Ui64VNV( + void IGL.ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -549928,44 +336173,41 @@ void IGL.ProgramUniform1Ui64VNV( { fixed (ulong* __dsl_value = value) { - ((IGL)this).ProgramUniform1Ui64VNV(program, location, count, __dsl_value); + ((IGL)this).ProgramUniform1ui64vNV(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Ui64VNV( + public static void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] Ref value - ) => ThisThread.ProgramUniform1Ui64VNV(program, location, count, value); + ) => ThisThread.ProgramUniform1ui64vNV(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Ui64VNV( + void IGL.ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value - ) => ((IGL)this).ProgramUniform1Ui64VNV(program, location, 1, (ulong*)&value); + ) => ((IGL)this).ProgramUniform1ui64vNV(program, location, 1, (ulong*)&value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Ui64VNV( + public static void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value - ) => ThisThread.ProgramUniform1Ui64VNV(program, location, value); + ) => ThisThread.ProgramUniform1ui64vNV(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1UiEXT( + void IGL.ProgramUniform1uiEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 @@ -549978,22 +336220,17 @@ _slots[2044] is not null and var loadedFnPtr ) )(program, location, v0); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1UiEXT( + public static void ProgramUniform1uiEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 - ) => ThisThread.ProgramUniform1UiEXT(program, location, v0); + ) => ThisThread.ProgramUniform1uiEXT(program, location, v0); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Uiv( + void IGL.ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -550007,43 +336244,19 @@ _slots[2045] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Uiv( + public static void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value - ) => ThisThread.ProgramUniform1Uiv(program, location, count, value); + ) => ThisThread.ProgramUniform1uiv(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Uiv( + void IGL.ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -550052,90 +336265,41 @@ void IGL.ProgramUniform1Uiv( { fixed (uint* __dsl_value = value) { - ((IGL)this).ProgramUniform1Uiv(program, location, count, __dsl_value); + ((IGL)this).ProgramUniform1uiv(program, location, count, __dsl_value); } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Uiv( + public static void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] Ref value - ) => ThisThread.ProgramUniform1Uiv(program, location, count, value); + ) => ThisThread.ProgramUniform1uiv(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1Uiv( + void IGL.ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value - ) => ((IGL)this).ProgramUniform1Uiv(program, location, 1, (uint*)&value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => ((IGL)this).ProgramUniform1uiv(program, location, 1, (uint*)&value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1Uiv( + public static void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value - ) => ThisThread.ProgramUniform1Uiv(program, location, value); + ) => ThisThread.ProgramUniform1uiv(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1UivEXT( + void IGL.ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -550149,23 +336313,19 @@ _slots[2046] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1UivEXT( + public static void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value - ) => ThisThread.ProgramUniform1UivEXT(program, location, count, value); + ) => ThisThread.ProgramUniform1uivEXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1UivEXT( + void IGL.ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -550174,48 +336334,39 @@ void IGL.ProgramUniform1UivEXT( { fixed (uint* __dsl_value = value) { - ((IGL)this).ProgramUniform1UivEXT(program, location, count, __dsl_value); + ((IGL)this).ProgramUniform1uivEXT(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1UivEXT( + public static void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] Ref value - ) => ThisThread.ProgramUniform1UivEXT(program, location, count, value); + ) => ThisThread.ProgramUniform1uivEXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniform1UivEXT( + void IGL.ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value - ) => ((IGL)this).ProgramUniform1UivEXT(program, location, 1, (uint*)&value); + ) => ((IGL)this).ProgramUniform1uivEXT(program, location, 1, (uint*)&value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniform1UivEXT( + public static void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value - ) => ThisThread.ProgramUniform1UivEXT(program, location, value); + ) => ThisThread.ProgramUniform1uivEXT(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -550231,32 +336382,6 @@ _slots[2047] is not null and var loadedFnPtr ) )(program, location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2( @@ -550266,6 +336391,7 @@ public static void ProgramUniform2( [NativeTypeName("GLdouble")] double v1 ) => ThisThread.ProgramUniform2(program, location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -550281,8 +336407,6 @@ _slots[2048] is not null and var loadedFnPtr ) )(program, location, x, y); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2EXT( @@ -550292,6 +336416,7 @@ public static void ProgramUniform2EXT( [NativeTypeName("GLdouble")] double y ) => ThisThread.ProgramUniform2EXT(program, location, x, y); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -550307,32 +336432,6 @@ _slots[2049] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2( @@ -550342,6 +336441,8 @@ public static void ProgramUniform2( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniform2(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -550356,32 +336457,6 @@ void IGL.ProgramUniform2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -550392,6 +336467,7 @@ public static void ProgramUniform2( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniform2(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -550407,8 +336483,6 @@ _slots[2050] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2EXT( @@ -550418,6 +336492,8 @@ public static void ProgramUniform2EXT( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniform2EXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -550432,8 +336508,6 @@ void IGL.ProgramUniform2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -550444,6 +336518,7 @@ public static void ProgramUniform2EXT( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniform2EXT(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -550459,32 +336534,6 @@ _slots[2051] is not null and var loadedFnPtr ) )(program, location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2( @@ -550494,6 +336543,7 @@ public static void ProgramUniform2( [NativeTypeName("GLfloat")] float v1 ) => ThisThread.ProgramUniform2(program, location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -550509,12 +336559,6 @@ _slots[2052] is not null and var loadedFnPtr ) )(program, location, v0, v1); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2EXT( @@ -550524,6 +336568,7 @@ public static void ProgramUniform2EXT( [NativeTypeName("GLfloat")] float v1 ) => ThisThread.ProgramUniform2EXT(program, location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -550539,32 +336584,6 @@ _slots[2053] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2( @@ -550574,6 +336593,8 @@ public static void ProgramUniform2( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniform2(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -550588,32 +336609,6 @@ void IGL.ProgramUniform2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -550624,6 +336619,7 @@ public static void ProgramUniform2( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniform2(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -550639,12 +336635,6 @@ _slots[2054] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2EXT( @@ -550654,6 +336644,8 @@ public static void ProgramUniform2EXT( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniform2EXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -550668,12 +336660,6 @@ void IGL.ProgramUniform2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -550684,6 +336670,7 @@ public static void ProgramUniform2EXT( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniform2EXT(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -550699,32 +336686,6 @@ _slots[2055] is not null and var loadedFnPtr ) )(program, location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2( @@ -550734,6 +336695,7 @@ public static void ProgramUniform2( [NativeTypeName("GLint")] int v1 ) => ThisThread.ProgramUniform2(program, location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -550749,8 +336711,6 @@ _slots[2056] is not null and var loadedFnPtr ) )(program, location, x, y); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2ARB( @@ -550760,6 +336720,7 @@ public static void ProgramUniform2ARB( [NativeTypeName("GLint64")] long y ) => ThisThread.ProgramUniform2ARB(program, location, x, y); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -550775,9 +336736,6 @@ _slots[2057] is not null and var loadedFnPtr ) )(program, location, x, y); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2NV( @@ -550787,6 +336745,7 @@ public static void ProgramUniform2NV( [NativeTypeName("GLint64EXT")] long y ) => ThisThread.ProgramUniform2NV(program, location, x, y); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -550805,8 +336764,6 @@ _slots[2058] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2ARB( @@ -550816,6 +336773,8 @@ public static void ProgramUniform2ARB( [NativeTypeName("const GLint64 *")] long* value ) => ThisThread.ProgramUniform2ARB(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -550830,8 +336789,6 @@ void IGL.ProgramUniform2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -550842,6 +336799,7 @@ public static void ProgramUniform2ARB( [NativeTypeName("const GLint64 *")] Ref value ) => ThisThread.ProgramUniform2ARB(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -550857,9 +336815,6 @@ _slots[2059] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2NV( @@ -550869,6 +336824,8 @@ public static void ProgramUniform2NV( [NativeTypeName("const GLint64EXT *")] long* value ) => ThisThread.ProgramUniform2NV(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -550883,9 +336840,6 @@ void IGL.ProgramUniform2NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -550896,6 +336850,7 @@ public static void ProgramUniform2NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => ThisThread.ProgramUniform2NV(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -550911,12 +336866,6 @@ _slots[2060] is not null and var loadedFnPtr ) )(program, location, v0, v1); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2EXT( @@ -550926,6 +336875,7 @@ public static void ProgramUniform2EXT( [NativeTypeName("GLint")] int v1 ) => ThisThread.ProgramUniform2EXT(program, location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -550941,32 +336891,6 @@ _slots[2061] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2( @@ -550976,6 +336900,8 @@ public static void ProgramUniform2( [NativeTypeName("const GLint *")] int* value ) => ThisThread.ProgramUniform2(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -550990,32 +336916,6 @@ void IGL.ProgramUniform2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -551026,6 +336926,7 @@ public static void ProgramUniform2( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.ProgramUniform2(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -551041,12 +336942,6 @@ _slots[2062] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2EXT( @@ -551056,6 +336951,8 @@ public static void ProgramUniform2EXT( [NativeTypeName("const GLint *")] int* value ) => ThisThread.ProgramUniform2EXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -551070,12 +336967,6 @@ void IGL.ProgramUniform2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -551086,6 +336977,7 @@ public static void ProgramUniform2EXT( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.ProgramUniform2EXT(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -551101,32 +336993,6 @@ _slots[2063] is not null and var loadedFnPtr ) )(program, location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2( @@ -551136,6 +337002,7 @@ public static void ProgramUniform2( [NativeTypeName("GLuint")] uint v1 ) => ThisThread.ProgramUniform2(program, location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -551154,8 +337021,6 @@ _slots[2064] is not null and var loadedFnPtr ) )(program, location, x, y); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2ARB( @@ -551165,6 +337030,7 @@ public static void ProgramUniform2ARB( [NativeTypeName("GLuint64")] ulong y ) => ThisThread.ProgramUniform2ARB(program, location, x, y); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -551180,9 +337046,6 @@ _slots[2065] is not null and var loadedFnPtr ) )(program, location, x, y); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2NV( @@ -551192,6 +337055,7 @@ public static void ProgramUniform2NV( [NativeTypeName("GLuint64EXT")] ulong y ) => ThisThread.ProgramUniform2NV(program, location, x, y); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -551210,8 +337074,6 @@ _slots[2066] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2ARB( @@ -551221,6 +337083,8 @@ public static void ProgramUniform2ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => ThisThread.ProgramUniform2ARB(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -551235,8 +337099,6 @@ void IGL.ProgramUniform2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -551247,6 +337109,7 @@ public static void ProgramUniform2ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => ThisThread.ProgramUniform2ARB(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -551265,9 +337128,6 @@ _slots[2067] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2NV( @@ -551277,6 +337137,8 @@ public static void ProgramUniform2NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => ThisThread.ProgramUniform2NV(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -551291,9 +337153,6 @@ void IGL.ProgramUniform2NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -551304,6 +337163,7 @@ public static void ProgramUniform2NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => ThisThread.ProgramUniform2NV(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -551319,12 +337179,6 @@ _slots[2068] is not null and var loadedFnPtr ) )(program, location, v0, v1); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2EXT( @@ -551334,6 +337188,7 @@ public static void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint v1 ) => ThisThread.ProgramUniform2EXT(program, location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -551349,32 +337204,6 @@ _slots[2069] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2( @@ -551384,6 +337213,8 @@ public static void ProgramUniform2( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.ProgramUniform2(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -551398,32 +337229,6 @@ void IGL.ProgramUniform2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -551434,6 +337239,7 @@ public static void ProgramUniform2( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.ProgramUniform2(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -551449,12 +337255,6 @@ _slots[2070] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform2EXT( @@ -551464,6 +337264,8 @@ public static void ProgramUniform2EXT( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.ProgramUniform2EXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -551478,12 +337280,6 @@ void IGL.ProgramUniform2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -551494,6 +337290,7 @@ public static void ProgramUniform2EXT( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.ProgramUniform2EXT(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -551510,32 +337307,6 @@ _slots[2071] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3( @@ -551546,6 +337317,7 @@ public static void ProgramUniform3( [NativeTypeName("GLdouble")] double v2 ) => ThisThread.ProgramUniform3(program, location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -551562,8 +337334,6 @@ _slots[2072] is not null and var loadedFnPtr ) )(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3EXT( @@ -551574,6 +337344,7 @@ public static void ProgramUniform3EXT( [NativeTypeName("GLdouble")] double z ) => ThisThread.ProgramUniform3EXT(program, location, x, y, z); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -551589,32 +337360,6 @@ _slots[2073] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3( @@ -551624,6 +337369,8 @@ public static void ProgramUniform3( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniform3(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -551638,32 +337385,6 @@ void IGL.ProgramUniform3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -551674,6 +337395,7 @@ public static void ProgramUniform3( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniform3(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -551689,8 +337411,6 @@ _slots[2074] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3EXT( @@ -551700,6 +337420,8 @@ public static void ProgramUniform3EXT( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniform3EXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -551714,8 +337436,6 @@ void IGL.ProgramUniform3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -551726,6 +337446,7 @@ public static void ProgramUniform3EXT( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniform3EXT(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -551742,32 +337463,6 @@ _slots[2075] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3( @@ -551778,6 +337473,7 @@ public static void ProgramUniform3( [NativeTypeName("GLfloat")] float v2 ) => ThisThread.ProgramUniform3(program, location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -551794,12 +337490,6 @@ _slots[2076] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3EXT( @@ -551810,6 +337500,7 @@ public static void ProgramUniform3EXT( [NativeTypeName("GLfloat")] float v2 ) => ThisThread.ProgramUniform3EXT(program, location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -551825,32 +337516,6 @@ _slots[2077] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3( @@ -551860,6 +337525,8 @@ public static void ProgramUniform3( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniform3(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -551874,32 +337541,6 @@ void IGL.ProgramUniform3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -551910,6 +337551,7 @@ public static void ProgramUniform3( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniform3(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -551925,12 +337567,6 @@ _slots[2078] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3EXT( @@ -551940,6 +337576,8 @@ public static void ProgramUniform3EXT( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniform3EXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -551954,12 +337592,6 @@ void IGL.ProgramUniform3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -551970,6 +337602,7 @@ public static void ProgramUniform3EXT( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniform3EXT(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -551986,32 +337619,6 @@ _slots[2079] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3( @@ -552022,6 +337629,7 @@ public static void ProgramUniform3( [NativeTypeName("GLint")] int v2 ) => ThisThread.ProgramUniform3(program, location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -552038,8 +337646,6 @@ _slots[2080] is not null and var loadedFnPtr ) )(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3ARB( @@ -552050,6 +337656,7 @@ public static void ProgramUniform3ARB( [NativeTypeName("GLint64")] long z ) => ThisThread.ProgramUniform3ARB(program, location, x, y, z); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -552066,9 +337673,6 @@ _slots[2081] is not null and var loadedFnPtr ) )(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3NV( @@ -552079,6 +337683,7 @@ public static void ProgramUniform3NV( [NativeTypeName("GLint64EXT")] long z ) => ThisThread.ProgramUniform3NV(program, location, x, y, z); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -552097,8 +337702,6 @@ _slots[2082] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3ARB( @@ -552108,6 +337711,8 @@ public static void ProgramUniform3ARB( [NativeTypeName("const GLint64 *")] long* value ) => ThisThread.ProgramUniform3ARB(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -552122,8 +337727,6 @@ void IGL.ProgramUniform3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -552134,6 +337737,7 @@ public static void ProgramUniform3ARB( [NativeTypeName("const GLint64 *")] Ref value ) => ThisThread.ProgramUniform3ARB(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -552149,9 +337753,6 @@ _slots[2083] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3NV( @@ -552161,6 +337762,8 @@ public static void ProgramUniform3NV( [NativeTypeName("const GLint64EXT *")] long* value ) => ThisThread.ProgramUniform3NV(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -552175,9 +337778,6 @@ void IGL.ProgramUniform3NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -552188,6 +337788,7 @@ public static void ProgramUniform3NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => ThisThread.ProgramUniform3NV(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -552204,12 +337805,6 @@ _slots[2084] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3EXT( @@ -552220,6 +337815,7 @@ public static void ProgramUniform3EXT( [NativeTypeName("GLint")] int v2 ) => ThisThread.ProgramUniform3EXT(program, location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -552235,32 +337831,6 @@ _slots[2085] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3( @@ -552270,6 +337840,8 @@ public static void ProgramUniform3( [NativeTypeName("const GLint *")] int* value ) => ThisThread.ProgramUniform3(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -552284,32 +337856,6 @@ void IGL.ProgramUniform3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -552320,6 +337866,7 @@ public static void ProgramUniform3( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.ProgramUniform3(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -552335,12 +337882,6 @@ _slots[2086] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3EXT( @@ -552350,6 +337891,8 @@ public static void ProgramUniform3EXT( [NativeTypeName("const GLint *")] int* value ) => ThisThread.ProgramUniform3EXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -552364,12 +337907,6 @@ void IGL.ProgramUniform3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -552380,6 +337917,7 @@ public static void ProgramUniform3EXT( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.ProgramUniform3EXT(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -552396,32 +337934,6 @@ _slots[2087] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3( @@ -552432,6 +337944,7 @@ public static void ProgramUniform3( [NativeTypeName("GLuint")] uint v2 ) => ThisThread.ProgramUniform3(program, location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -552451,8 +337964,6 @@ _slots[2088] is not null and var loadedFnPtr ) )(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3ARB( @@ -552463,6 +337974,7 @@ public static void ProgramUniform3ARB( [NativeTypeName("GLuint64")] ulong z ) => ThisThread.ProgramUniform3ARB(program, location, x, y, z); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -552479,9 +337991,6 @@ _slots[2089] is not null and var loadedFnPtr ) )(program, location, x, y, z); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3NV( @@ -552492,6 +338001,7 @@ public static void ProgramUniform3NV( [NativeTypeName("GLuint64EXT")] ulong z ) => ThisThread.ProgramUniform3NV(program, location, x, y, z); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -552510,8 +338020,6 @@ _slots[2090] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3ARB( @@ -552521,6 +338029,8 @@ public static void ProgramUniform3ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => ThisThread.ProgramUniform3ARB(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -552535,8 +338045,6 @@ void IGL.ProgramUniform3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -552547,6 +338055,7 @@ public static void ProgramUniform3ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => ThisThread.ProgramUniform3ARB(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -552565,9 +338074,6 @@ _slots[2091] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3NV( @@ -552577,6 +338083,8 @@ public static void ProgramUniform3NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => ThisThread.ProgramUniform3NV(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -552591,9 +338099,6 @@ void IGL.ProgramUniform3NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -552604,6 +338109,7 @@ public static void ProgramUniform3NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => ThisThread.ProgramUniform3NV(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -552620,12 +338126,6 @@ _slots[2092] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3EXT( @@ -552636,6 +338136,7 @@ public static void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint v2 ) => ThisThread.ProgramUniform3EXT(program, location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -552651,32 +338152,6 @@ _slots[2093] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3( @@ -552686,6 +338161,8 @@ public static void ProgramUniform3( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.ProgramUniform3(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -552700,32 +338177,6 @@ void IGL.ProgramUniform3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -552736,6 +338187,7 @@ public static void ProgramUniform3( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.ProgramUniform3(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -552751,12 +338203,6 @@ _slots[2094] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform3EXT( @@ -552766,6 +338212,8 @@ public static void ProgramUniform3EXT( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.ProgramUniform3EXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -552780,12 +338228,6 @@ void IGL.ProgramUniform3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -552796,6 +338238,7 @@ public static void ProgramUniform3EXT( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.ProgramUniform3EXT(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -552813,32 +338256,6 @@ _slots[2095] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4( @@ -552850,6 +338267,7 @@ public static void ProgramUniform4( [NativeTypeName("GLdouble")] double v3 ) => ThisThread.ProgramUniform4(program, location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -552867,8 +338285,6 @@ _slots[2096] is not null and var loadedFnPtr ) )(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4EXT( @@ -552880,6 +338296,7 @@ public static void ProgramUniform4EXT( [NativeTypeName("GLdouble")] double w ) => ThisThread.ProgramUniform4EXT(program, location, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -552895,32 +338312,6 @@ _slots[2097] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4( @@ -552930,6 +338321,8 @@ public static void ProgramUniform4( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniform4(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -552944,32 +338337,6 @@ void IGL.ProgramUniform4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -552980,6 +338347,7 @@ public static void ProgramUniform4( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniform4(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -552995,8 +338363,6 @@ _slots[2098] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4EXT( @@ -553006,6 +338372,8 @@ public static void ProgramUniform4EXT( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniform4EXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -553020,8 +338388,6 @@ void IGL.ProgramUniform4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -553032,6 +338398,7 @@ public static void ProgramUniform4EXT( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniform4EXT(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -553049,32 +338416,6 @@ _slots[2099] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4( @@ -553086,6 +338427,7 @@ public static void ProgramUniform4( [NativeTypeName("GLfloat")] float v3 ) => ThisThread.ProgramUniform4(program, location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -553103,12 +338445,6 @@ _slots[2100] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4EXT( @@ -553120,6 +338456,7 @@ public static void ProgramUniform4EXT( [NativeTypeName("GLfloat")] float v3 ) => ThisThread.ProgramUniform4EXT(program, location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -553135,32 +338472,6 @@ _slots[2101] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4( @@ -553170,6 +338481,8 @@ public static void ProgramUniform4( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniform4(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -553184,32 +338497,6 @@ void IGL.ProgramUniform4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -553220,6 +338507,7 @@ public static void ProgramUniform4( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniform4(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -553235,12 +338523,6 @@ _slots[2102] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4EXT( @@ -553250,6 +338532,8 @@ public static void ProgramUniform4EXT( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniform4EXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -553264,12 +338548,6 @@ void IGL.ProgramUniform4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -553280,6 +338558,7 @@ public static void ProgramUniform4EXT( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniform4EXT(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -553297,32 +338576,6 @@ _slots[2103] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4( @@ -553334,6 +338587,7 @@ public static void ProgramUniform4( [NativeTypeName("GLint")] int v3 ) => ThisThread.ProgramUniform4(program, location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -553351,8 +338605,6 @@ _slots[2104] is not null and var loadedFnPtr ) )(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4ARB( @@ -553364,6 +338616,7 @@ public static void ProgramUniform4ARB( [NativeTypeName("GLint64")] long w ) => ThisThread.ProgramUniform4ARB(program, location, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -553381,9 +338634,6 @@ _slots[2105] is not null and var loadedFnPtr ) )(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4NV( @@ -553395,6 +338645,7 @@ public static void ProgramUniform4NV( [NativeTypeName("GLint64EXT")] long w ) => ThisThread.ProgramUniform4NV(program, location, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -553413,8 +338664,6 @@ _slots[2106] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4ARB( @@ -553424,6 +338673,8 @@ public static void ProgramUniform4ARB( [NativeTypeName("const GLint64 *")] long* value ) => ThisThread.ProgramUniform4ARB(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -553438,8 +338689,6 @@ void IGL.ProgramUniform4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -553450,6 +338699,7 @@ public static void ProgramUniform4ARB( [NativeTypeName("const GLint64 *")] Ref value ) => ThisThread.ProgramUniform4ARB(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -553465,9 +338715,6 @@ _slots[2107] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4NV( @@ -553477,6 +338724,8 @@ public static void ProgramUniform4NV( [NativeTypeName("const GLint64EXT *")] long* value ) => ThisThread.ProgramUniform4NV(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -553491,9 +338740,6 @@ void IGL.ProgramUniform4NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -553504,6 +338750,7 @@ public static void ProgramUniform4NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => ThisThread.ProgramUniform4NV(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -553521,12 +338768,6 @@ _slots[2108] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4EXT( @@ -553538,6 +338779,7 @@ public static void ProgramUniform4EXT( [NativeTypeName("GLint")] int v3 ) => ThisThread.ProgramUniform4EXT(program, location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -553553,32 +338795,6 @@ _slots[2109] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4( @@ -553588,6 +338804,8 @@ public static void ProgramUniform4( [NativeTypeName("const GLint *")] int* value ) => ThisThread.ProgramUniform4(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -553602,32 +338820,6 @@ void IGL.ProgramUniform4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -553638,6 +338830,7 @@ public static void ProgramUniform4( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.ProgramUniform4(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -553653,12 +338846,6 @@ _slots[2110] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4EXT( @@ -553668,6 +338855,8 @@ public static void ProgramUniform4EXT( [NativeTypeName("const GLint *")] int* value ) => ThisThread.ProgramUniform4EXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -553682,12 +338871,6 @@ void IGL.ProgramUniform4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -553698,6 +338881,7 @@ public static void ProgramUniform4EXT( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.ProgramUniform4EXT(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -553715,32 +338899,6 @@ _slots[2111] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4( @@ -553752,6 +338910,7 @@ public static void ProgramUniform4( [NativeTypeName("GLuint")] uint v3 ) => ThisThread.ProgramUniform4(program, location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -553772,8 +338931,6 @@ _slots[2112] is not null and var loadedFnPtr ) )(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4ARB( @@ -553785,6 +338942,7 @@ public static void ProgramUniform4ARB( [NativeTypeName("GLuint64")] ulong w ) => ThisThread.ProgramUniform4ARB(program, location, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -553802,9 +338960,6 @@ _slots[2113] is not null and var loadedFnPtr ) )(program, location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4NV( @@ -553816,6 +338971,7 @@ public static void ProgramUniform4NV( [NativeTypeName("GLuint64EXT")] ulong w ) => ThisThread.ProgramUniform4NV(program, location, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -553834,8 +338990,6 @@ _slots[2114] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4ARB( @@ -553845,6 +338999,8 @@ public static void ProgramUniform4ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => ThisThread.ProgramUniform4ARB(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -553859,8 +339015,6 @@ void IGL.ProgramUniform4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -553871,6 +339025,7 @@ public static void ProgramUniform4ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => ThisThread.ProgramUniform4ARB(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -553889,9 +339044,6 @@ _slots[2115] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4NV( @@ -553901,6 +339053,8 @@ public static void ProgramUniform4NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => ThisThread.ProgramUniform4NV(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -553915,9 +339069,6 @@ void IGL.ProgramUniform4NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -553928,6 +339079,7 @@ public static void ProgramUniform4NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => ThisThread.ProgramUniform4NV(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -553945,12 +339097,6 @@ _slots[2116] is not null and var loadedFnPtr ) )(program, location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4EXT( @@ -553962,6 +339108,7 @@ public static void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint v3 ) => ThisThread.ProgramUniform4EXT(program, location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -553977,32 +339124,6 @@ _slots[2117] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4( @@ -554012,6 +339133,8 @@ public static void ProgramUniform4( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.ProgramUniform4(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -554026,32 +339149,6 @@ void IGL.ProgramUniform4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -554062,6 +339159,7 @@ public static void ProgramUniform4( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.ProgramUniform4(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -554077,12 +339175,6 @@ _slots[2118] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniform4EXT( @@ -554092,6 +339184,8 @@ public static void ProgramUniform4EXT( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.ProgramUniform4EXT(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -554106,12 +339200,6 @@ void IGL.ProgramUniform4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -554122,6 +339210,7 @@ public static void ProgramUniform4EXT( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.ProgramUniform4EXT(program, location, count, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformHandleARB( [NativeTypeName("GLuint")] uint program, @@ -554139,8 +339228,6 @@ _slots[2119] is not null and var loadedFnPtr ) )(program, location, value); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformHandleARB( @@ -554149,6 +339236,7 @@ public static void ProgramUniformHandleARB( [NativeTypeName("GLuint64")] ulong value ) => ThisThread.ProgramUniformHandleARB(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64IMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformHandleIMG( [NativeTypeName("GLuint")] uint program, @@ -554166,7 +339254,6 @@ _slots[2120] is not null and var loadedFnPtr ) )(program, location, value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64IMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformHandleIMG( @@ -554175,6 +339262,7 @@ public static void ProgramUniformHandleIMG( [NativeTypeName("GLuint64")] ulong value ) => ThisThread.ProgramUniformHandleIMG(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformHandleNV( [NativeTypeName("GLuint")] uint program, @@ -554192,9 +339280,6 @@ _slots[2121] is not null and var loadedFnPtr ) )(program, location, value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformHandleNV( @@ -554203,8 +339288,9 @@ public static void ProgramUniformHandleNV( [NativeTypeName("GLuint64")] ulong value ) => ThisThread.ProgramUniformHandleNV(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniformHandleui64VARB( + void IGL.ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -554221,19 +339307,19 @@ _slots[2122] is not null and var loadedFnPtr ) )(program, location, count, values); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniformHandleui64VARB( + public static void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values - ) => ThisThread.ProgramUniformHandleui64VARB(program, location, count, values); + ) => ThisThread.ProgramUniformHandleui64vARB(program, location, count, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniformHandleui64VARB( + void IGL.ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -554242,42 +339328,41 @@ void IGL.ProgramUniformHandleui64VARB( { fixed (ulong* __dsl_values = values) { - ((IGL)this).ProgramUniformHandleui64VARB(program, location, count, __dsl_values); + ((IGL)this).ProgramUniformHandleui64vARB(program, location, count, __dsl_values); } } - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniformHandleui64VARB( + public static void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref values - ) => ThisThread.ProgramUniformHandleui64VARB(program, location, count, values); + ) => ThisThread.ProgramUniformHandleui64vARB(program, location, count, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniformHandleui64VARB( + void IGL.ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => ((IGL)this).ProgramUniformHandleui64VARB(program, location, 1, (ulong*)&values); + ) => ((IGL)this).ProgramUniformHandleui64vARB(program, location, 1, (ulong*)&values); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniformHandleui64VARB( + public static void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => ThisThread.ProgramUniformHandleui64VARB(program, location, values); + ) => ThisThread.ProgramUniformHandleui64vARB(program, location, values); + [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniformHandleui64VIMG( + void IGL.ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -554294,18 +339379,19 @@ _slots[2123] is not null and var loadedFnPtr ) )(program, location, count, values); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniformHandleui64VIMG( + public static void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values - ) => ThisThread.ProgramUniformHandleui64VIMG(program, location, count, values); + ) => ThisThread.ProgramUniformHandleui64vIMG(program, location, count, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniformHandleui64VIMG( + void IGL.ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -554314,40 +339400,41 @@ void IGL.ProgramUniformHandleui64VIMG( { fixed (ulong* __dsl_values = values) { - ((IGL)this).ProgramUniformHandleui64VIMG(program, location, count, __dsl_values); + ((IGL)this).ProgramUniformHandleui64vIMG(program, location, count, __dsl_values); } } - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniformHandleui64VIMG( + public static void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref values - ) => ThisThread.ProgramUniformHandleui64VIMG(program, location, count, values); + ) => ThisThread.ProgramUniformHandleui64vIMG(program, location, count, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniformHandleui64VIMG( + void IGL.ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => ((IGL)this).ProgramUniformHandleui64VIMG(program, location, 1, (ulong*)&values); + ) => ((IGL)this).ProgramUniformHandleui64vIMG(program, location, 1, (ulong*)&values); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniformHandleui64VIMG( + public static void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => ThisThread.ProgramUniformHandleui64VIMG(program, location, values); + ) => ThisThread.ProgramUniformHandleui64vIMG(program, location, values); + [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniformHandleui64VNV( + void IGL.ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -554364,20 +339451,19 @@ _slots[2124] is not null and var loadedFnPtr ) )(program, location, count, values); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniformHandleui64VNV( + public static void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values - ) => ThisThread.ProgramUniformHandleui64VNV(program, location, count, values); + ) => ThisThread.ProgramUniformHandleui64vNV(program, location, count, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniformHandleui64VNV( + void IGL.ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -554386,42 +339472,39 @@ void IGL.ProgramUniformHandleui64VNV( { fixed (ulong* __dsl_values = values) { - ((IGL)this).ProgramUniformHandleui64VNV(program, location, count, __dsl_values); + ((IGL)this).ProgramUniformHandleui64vNV(program, location, count, __dsl_values); } } - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniformHandleui64VNV( + public static void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref values - ) => ThisThread.ProgramUniformHandleui64VNV(program, location, count, values); + ) => ThisThread.ProgramUniformHandleui64vNV(program, location, count, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniformHandleui64VNV( + void IGL.ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => ((IGL)this).ProgramUniformHandleui64VNV(program, location, 1, (ulong*)&values); + ) => ((IGL)this).ProgramUniformHandleui64vNV(program, location, 1, (ulong*)&values); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniformHandleui64VNV( + public static void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values - ) => ThisThread.ProgramUniformHandleui64VNV(program, location, values); + ) => ThisThread.ProgramUniformHandleui64vNV(program, location, values); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2( [NativeTypeName("GLuint")] uint program, @@ -554441,32 +339524,6 @@ _slots[2125] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix2( @@ -554477,6 +339534,8 @@ public static void ProgramUniformMatrix2( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix2(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2( [NativeTypeName("GLuint")] uint program, @@ -554498,32 +339557,6 @@ void IGL.ProgramUniformMatrix2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -554535,6 +339568,7 @@ public static void ProgramUniformMatrix2( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix2(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2EXT( [NativeTypeName("GLuint")] uint program, @@ -554554,8 +339588,6 @@ _slots[2126] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix2EXT( @@ -554566,6 +339598,8 @@ public static void ProgramUniformMatrix2EXT( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix2EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2EXT( [NativeTypeName("GLuint")] uint program, @@ -554587,8 +339621,6 @@ void IGL.ProgramUniformMatrix2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -554600,6 +339632,7 @@ public static void ProgramUniformMatrix2EXT( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix2EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2( [NativeTypeName("GLuint")] uint program, @@ -554619,32 +339652,6 @@ _slots[2127] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix2( @@ -554655,6 +339662,8 @@ public static void ProgramUniformMatrix2( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix2(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2( [NativeTypeName("GLuint")] uint program, @@ -554676,32 +339685,6 @@ void IGL.ProgramUniformMatrix2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -554713,6 +339696,7 @@ public static void ProgramUniformMatrix2( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix2(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2EXT( [NativeTypeName("GLuint")] uint program, @@ -554732,12 +339716,6 @@ _slots[2128] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix2EXT( @@ -554748,6 +339726,8 @@ public static void ProgramUniformMatrix2EXT( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix2EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2EXT( [NativeTypeName("GLuint")] uint program, @@ -554769,12 +339749,6 @@ void IGL.ProgramUniformMatrix2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -554786,6 +339760,7 @@ public static void ProgramUniformMatrix2EXT( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix2EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X3( [NativeTypeName("GLuint")] uint program, @@ -554805,32 +339780,6 @@ _slots[2129] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix2X3( @@ -554841,6 +339790,8 @@ public static void ProgramUniformMatrix2X3( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix2X3(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X3( [NativeTypeName("GLuint")] uint program, @@ -554862,32 +339813,6 @@ void IGL.ProgramUniformMatrix2X3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -554899,6 +339824,7 @@ public static void ProgramUniformMatrix2X3( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix2X3(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X3EXT( [NativeTypeName("GLuint")] uint program, @@ -554918,8 +339844,6 @@ _slots[2130] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix2X3EXT( @@ -554930,6 +339854,8 @@ public static void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix2X3EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X3EXT( [NativeTypeName("GLuint")] uint program, @@ -554951,8 +339877,6 @@ void IGL.ProgramUniformMatrix2X3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -554964,6 +339888,7 @@ public static void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix2X3EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X3( [NativeTypeName("GLuint")] uint program, @@ -554983,32 +339908,6 @@ _slots[2131] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix2X3( @@ -555019,6 +339918,8 @@ public static void ProgramUniformMatrix2X3( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix2X3(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X3( [NativeTypeName("GLuint")] uint program, @@ -555040,32 +339941,6 @@ void IGL.ProgramUniformMatrix2X3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -555077,6 +339952,7 @@ public static void ProgramUniformMatrix2X3( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix2X3(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X3EXT( [NativeTypeName("GLuint")] uint program, @@ -555096,12 +339972,6 @@ _slots[2132] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix2X3EXT( @@ -555112,6 +339982,8 @@ public static void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix2X3EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X3EXT( [NativeTypeName("GLuint")] uint program, @@ -555133,12 +340005,6 @@ void IGL.ProgramUniformMatrix2X3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -555150,6 +340016,7 @@ public static void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix2X3EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X4( [NativeTypeName("GLuint")] uint program, @@ -555169,32 +340036,6 @@ _slots[2133] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix2X4( @@ -555205,6 +340046,8 @@ public static void ProgramUniformMatrix2X4( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix2X4(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X4( [NativeTypeName("GLuint")] uint program, @@ -555226,32 +340069,6 @@ void IGL.ProgramUniformMatrix2X4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -555263,6 +340080,7 @@ public static void ProgramUniformMatrix2X4( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix2X4(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X4EXT( [NativeTypeName("GLuint")] uint program, @@ -555282,8 +340100,6 @@ _slots[2134] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix2X4EXT( @@ -555294,6 +340110,8 @@ public static void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix2X4EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X4EXT( [NativeTypeName("GLuint")] uint program, @@ -555315,8 +340133,6 @@ void IGL.ProgramUniformMatrix2X4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -555328,6 +340144,7 @@ public static void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix2X4EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X4( [NativeTypeName("GLuint")] uint program, @@ -555347,32 +340164,6 @@ _slots[2135] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix2X4( @@ -555383,6 +340174,8 @@ public static void ProgramUniformMatrix2X4( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix2X4(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X4( [NativeTypeName("GLuint")] uint program, @@ -555404,32 +340197,6 @@ void IGL.ProgramUniformMatrix2X4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -555441,6 +340208,7 @@ public static void ProgramUniformMatrix2X4( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix2X4(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X4EXT( [NativeTypeName("GLuint")] uint program, @@ -555460,12 +340228,6 @@ _slots[2136] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix2X4EXT( @@ -555476,6 +340238,8 @@ public static void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix2X4EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix2X4EXT( [NativeTypeName("GLuint")] uint program, @@ -555497,12 +340261,6 @@ void IGL.ProgramUniformMatrix2X4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -555514,6 +340272,7 @@ public static void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix2X4EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3( [NativeTypeName("GLuint")] uint program, @@ -555533,32 +340292,6 @@ _slots[2137] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix3( @@ -555569,6 +340302,8 @@ public static void ProgramUniformMatrix3( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix3(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3( [NativeTypeName("GLuint")] uint program, @@ -555590,32 +340325,6 @@ void IGL.ProgramUniformMatrix3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -555627,6 +340336,7 @@ public static void ProgramUniformMatrix3( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix3(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3EXT( [NativeTypeName("GLuint")] uint program, @@ -555646,8 +340356,6 @@ _slots[2138] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix3EXT( @@ -555658,6 +340366,8 @@ public static void ProgramUniformMatrix3EXT( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix3EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3EXT( [NativeTypeName("GLuint")] uint program, @@ -555679,8 +340389,6 @@ void IGL.ProgramUniformMatrix3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -555692,6 +340400,7 @@ public static void ProgramUniformMatrix3EXT( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix3EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3( [NativeTypeName("GLuint")] uint program, @@ -555711,32 +340420,6 @@ _slots[2139] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix3( @@ -555747,6 +340430,8 @@ public static void ProgramUniformMatrix3( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix3(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3( [NativeTypeName("GLuint")] uint program, @@ -555768,32 +340453,6 @@ void IGL.ProgramUniformMatrix3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -555805,6 +340464,7 @@ public static void ProgramUniformMatrix3( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix3(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3EXT( [NativeTypeName("GLuint")] uint program, @@ -555824,12 +340484,6 @@ _slots[2140] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix3EXT( @@ -555840,6 +340494,8 @@ public static void ProgramUniformMatrix3EXT( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix3EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3EXT( [NativeTypeName("GLuint")] uint program, @@ -555861,12 +340517,6 @@ void IGL.ProgramUniformMatrix3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -555878,6 +340528,7 @@ public static void ProgramUniformMatrix3EXT( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix3EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X2( [NativeTypeName("GLuint")] uint program, @@ -555897,32 +340548,6 @@ _slots[2141] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix3X2( @@ -555933,6 +340558,8 @@ public static void ProgramUniformMatrix3X2( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix3X2(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X2( [NativeTypeName("GLuint")] uint program, @@ -555954,32 +340581,6 @@ void IGL.ProgramUniformMatrix3X2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -555991,6 +340592,7 @@ public static void ProgramUniformMatrix3X2( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix3X2(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X2EXT( [NativeTypeName("GLuint")] uint program, @@ -556010,8 +340612,6 @@ _slots[2142] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix3X2EXT( @@ -556022,6 +340622,8 @@ public static void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix3X2EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X2EXT( [NativeTypeName("GLuint")] uint program, @@ -556043,8 +340645,6 @@ void IGL.ProgramUniformMatrix3X2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -556056,6 +340656,7 @@ public static void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix3X2EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X2( [NativeTypeName("GLuint")] uint program, @@ -556075,32 +340676,6 @@ _slots[2143] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix3X2( @@ -556111,6 +340686,8 @@ public static void ProgramUniformMatrix3X2( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix3X2(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X2( [NativeTypeName("GLuint")] uint program, @@ -556132,32 +340709,6 @@ void IGL.ProgramUniformMatrix3X2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -556169,6 +340720,7 @@ public static void ProgramUniformMatrix3X2( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix3X2(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X2EXT( [NativeTypeName("GLuint")] uint program, @@ -556188,12 +340740,6 @@ _slots[2144] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix3X2EXT( @@ -556204,6 +340750,8 @@ public static void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix3X2EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X2EXT( [NativeTypeName("GLuint")] uint program, @@ -556225,12 +340773,6 @@ void IGL.ProgramUniformMatrix3X2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -556242,6 +340784,7 @@ public static void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix3X2EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X4( [NativeTypeName("GLuint")] uint program, @@ -556261,32 +340804,6 @@ _slots[2145] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix3X4( @@ -556297,6 +340814,8 @@ public static void ProgramUniformMatrix3X4( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix3X4(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X4( [NativeTypeName("GLuint")] uint program, @@ -556318,32 +340837,6 @@ void IGL.ProgramUniformMatrix3X4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -556355,6 +340848,7 @@ public static void ProgramUniformMatrix3X4( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix3X4(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X4EXT( [NativeTypeName("GLuint")] uint program, @@ -556374,8 +340868,6 @@ _slots[2146] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix3X4EXT( @@ -556386,6 +340878,8 @@ public static void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix3X4EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X4EXT( [NativeTypeName("GLuint")] uint program, @@ -556407,8 +340901,6 @@ void IGL.ProgramUniformMatrix3X4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -556420,6 +340912,7 @@ public static void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix3X4EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X4( [NativeTypeName("GLuint")] uint program, @@ -556439,32 +340932,6 @@ _slots[2147] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix3X4( @@ -556475,6 +340942,8 @@ public static void ProgramUniformMatrix3X4( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix3X4(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X4( [NativeTypeName("GLuint")] uint program, @@ -556496,32 +340965,6 @@ void IGL.ProgramUniformMatrix3X4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -556533,6 +340976,7 @@ public static void ProgramUniformMatrix3X4( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix3X4(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X4EXT( [NativeTypeName("GLuint")] uint program, @@ -556552,12 +340996,6 @@ _slots[2148] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix3X4EXT( @@ -556568,6 +341006,8 @@ public static void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix3X4EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix3X4EXT( [NativeTypeName("GLuint")] uint program, @@ -556589,12 +341029,6 @@ void IGL.ProgramUniformMatrix3X4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -556606,6 +341040,7 @@ public static void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix3X4EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4( [NativeTypeName("GLuint")] uint program, @@ -556625,32 +341060,6 @@ _slots[2149] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix4( @@ -556661,6 +341070,8 @@ public static void ProgramUniformMatrix4( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix4(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4( [NativeTypeName("GLuint")] uint program, @@ -556682,32 +341093,6 @@ void IGL.ProgramUniformMatrix4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -556719,6 +341104,7 @@ public static void ProgramUniformMatrix4( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix4(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4EXT( [NativeTypeName("GLuint")] uint program, @@ -556738,8 +341124,6 @@ _slots[2150] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix4EXT( @@ -556750,6 +341134,8 @@ public static void ProgramUniformMatrix4EXT( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix4EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4EXT( [NativeTypeName("GLuint")] uint program, @@ -556771,8 +341157,6 @@ void IGL.ProgramUniformMatrix4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -556784,6 +341168,7 @@ public static void ProgramUniformMatrix4EXT( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix4EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4( [NativeTypeName("GLuint")] uint program, @@ -556803,32 +341188,6 @@ _slots[2151] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix4( @@ -556839,6 +341198,8 @@ public static void ProgramUniformMatrix4( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix4(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4( [NativeTypeName("GLuint")] uint program, @@ -556860,32 +341221,6 @@ void IGL.ProgramUniformMatrix4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -556897,6 +341232,7 @@ public static void ProgramUniformMatrix4( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix4(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4EXT( [NativeTypeName("GLuint")] uint program, @@ -556916,12 +341252,6 @@ _slots[2152] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix4EXT( @@ -556932,6 +341262,8 @@ public static void ProgramUniformMatrix4EXT( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix4EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4EXT( [NativeTypeName("GLuint")] uint program, @@ -556953,12 +341285,6 @@ void IGL.ProgramUniformMatrix4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -556970,6 +341296,7 @@ public static void ProgramUniformMatrix4EXT( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix4EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X2( [NativeTypeName("GLuint")] uint program, @@ -556989,32 +341316,6 @@ _slots[2153] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix4X2( @@ -557025,6 +341326,8 @@ public static void ProgramUniformMatrix4X2( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix4X2(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X2( [NativeTypeName("GLuint")] uint program, @@ -557046,32 +341349,6 @@ void IGL.ProgramUniformMatrix4X2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -557083,6 +341360,7 @@ public static void ProgramUniformMatrix4X2( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix4X2(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X2EXT( [NativeTypeName("GLuint")] uint program, @@ -557102,8 +341380,6 @@ _slots[2154] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix4X2EXT( @@ -557114,6 +341390,8 @@ public static void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix4X2EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X2EXT( [NativeTypeName("GLuint")] uint program, @@ -557135,8 +341413,6 @@ void IGL.ProgramUniformMatrix4X2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -557148,6 +341424,7 @@ public static void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix4X2EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X2( [NativeTypeName("GLuint")] uint program, @@ -557167,32 +341444,6 @@ _slots[2155] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix4X2( @@ -557203,6 +341454,8 @@ public static void ProgramUniformMatrix4X2( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix4X2(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X2( [NativeTypeName("GLuint")] uint program, @@ -557224,32 +341477,6 @@ void IGL.ProgramUniformMatrix4X2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -557261,6 +341488,7 @@ public static void ProgramUniformMatrix4X2( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix4X2(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X2EXT( [NativeTypeName("GLuint")] uint program, @@ -557280,12 +341508,6 @@ _slots[2156] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix4X2EXT( @@ -557296,6 +341518,8 @@ public static void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix4X2EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X2EXT( [NativeTypeName("GLuint")] uint program, @@ -557317,12 +341541,6 @@ void IGL.ProgramUniformMatrix4X2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -557334,6 +341552,7 @@ public static void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix4X2EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X3( [NativeTypeName("GLuint")] uint program, @@ -557353,32 +341572,6 @@ _slots[2157] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix4X3( @@ -557389,6 +341582,8 @@ public static void ProgramUniformMatrix4X3( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix4X3(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X3( [NativeTypeName("GLuint")] uint program, @@ -557410,32 +341605,6 @@ void IGL.ProgramUniformMatrix4X3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -557447,6 +341616,7 @@ public static void ProgramUniformMatrix4X3( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix4X3(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X3EXT( [NativeTypeName("GLuint")] uint program, @@ -557466,8 +341636,6 @@ _slots[2158] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix4X3EXT( @@ -557478,6 +341646,8 @@ public static void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.ProgramUniformMatrix4X3EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X3EXT( [NativeTypeName("GLuint")] uint program, @@ -557499,8 +341669,6 @@ void IGL.ProgramUniformMatrix4X3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -557512,6 +341680,7 @@ public static void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.ProgramUniformMatrix4X3EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X3( [NativeTypeName("GLuint")] uint program, @@ -557531,32 +341700,6 @@ _slots[2159] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix4X3( @@ -557567,6 +341710,8 @@ public static void ProgramUniformMatrix4X3( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix4X3(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X3( [NativeTypeName("GLuint")] uint program, @@ -557588,32 +341733,6 @@ void IGL.ProgramUniformMatrix4X3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -557625,6 +341744,7 @@ public static void ProgramUniformMatrix4X3( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix4X3(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X3EXT( [NativeTypeName("GLuint")] uint program, @@ -557644,12 +341764,6 @@ _slots[2160] is not null and var loadedFnPtr ) )(program, location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformMatrix4X3EXT( @@ -557660,6 +341774,8 @@ public static void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.ProgramUniformMatrix4X3EXT(program, location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformMatrix4X3EXT( [NativeTypeName("GLuint")] uint program, @@ -557681,12 +341797,6 @@ void IGL.ProgramUniformMatrix4X3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -557698,6 +341808,7 @@ public static void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.ProgramUniformMatrix4X3EXT(program, location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramUniformNV( [NativeTypeName("GLuint")] uint program, @@ -557712,8 +341823,6 @@ _slots[2161] is not null and var loadedFnPtr ) )(program, location, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramUniformNV( @@ -557722,8 +341831,9 @@ public static void ProgramUniformNV( [NativeTypeName("GLuint64EXT")] ulong value ) => ThisThread.ProgramUniformNV(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniformui64VNV( + void IGL.ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -557737,19 +341847,19 @@ _slots[2162] is not null and var loadedFnPtr ) )(program, location, count, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniformui64VNV( + public static void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value - ) => ThisThread.ProgramUniformui64VNV(program, location, count, value); + ) => ThisThread.ProgramUniformui64vNV(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniformui64VNV( + void IGL.ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, @@ -557758,40 +341868,39 @@ void IGL.ProgramUniformui64VNV( { fixed (ulong* __dsl_value = value) { - ((IGL)this).ProgramUniformui64VNV(program, location, count, __dsl_value); + ((IGL)this).ProgramUniformui64vNV(program, location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniformui64VNV( + public static void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] Ref value - ) => ThisThread.ProgramUniformui64VNV(program, location, count, value); + ) => ThisThread.ProgramUniformui64vNV(program, location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ProgramUniformui64VNV( + void IGL.ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value - ) => ((IGL)this).ProgramUniformui64VNV(program, location, 1, (ulong*)&value); + ) => ((IGL)this).ProgramUniformui64vNV(program, location, 1, (ulong*)&value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ProgramUniformui64VNV( + public static void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value - ) => ThisThread.ProgramUniformui64VNV(program, location, value); + ) => ThisThread.ProgramUniformui64vNV(program, location, value); + [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramVertexLimitNV( [NativeTypeName("GLenum")] uint target, @@ -557805,7 +341914,6 @@ _slots[2163] is not null and var loadedFnPtr ) )(target, limit); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProgramVertexLimitNV( @@ -557813,13 +341921,14 @@ public static void ProgramVertexLimitNV( [NativeTypeName("GLint")] int limit ) => ThisThread.ProgramVertexLimitNV(target, limit); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProgramVertexLimitNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int limit ) => ((IGL)this).ProgramVertexLimitNV((uint)target, limit); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -557828,6 +341937,7 @@ public static void ProgramVertexLimitNV( [NativeTypeName("GLint")] int limit ) => ThisThread.ProgramVertexLimitNV(target, limit); + [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProvokingVertex([NativeTypeName("GLenum")] uint mode) => ( @@ -557838,80 +341948,18 @@ _slots[2164] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProvokingVertex([NativeTypeName("GLenum")] uint mode) => ThisThread.ProvokingVertex(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProvokingVertex( [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).ProvokingVertex((uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -557919,6 +341967,7 @@ public static void ProvokingVertex( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.ProvokingVertex(mode); + [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProvokingVertexEXT([NativeTypeName("GLenum")] uint mode) => ( @@ -557929,18 +341978,18 @@ _slots[2165] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile("gl", ["GL_EXT_provoking_vertex"])] [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ProvokingVertexEXT([NativeTypeName("GLenum")] uint mode) => ThisThread.ProvokingVertexEXT(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ProvokingVertexEXT( [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).ProvokingVertexEXT((uint)mode); - [SupportedApiProfile("gl", ["GL_EXT_provoking_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -557948,6 +341997,7 @@ public static void ProvokingVertexEXT( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.ProvokingVertexEXT(mode); + [NativeFunction("opengl", EntryPoint = "glPushAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushAttrib([NativeTypeName("GLbitfield")] uint mask) => ( @@ -557958,65 +342008,17 @@ _slots[2166] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPushAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PushAttrib([NativeTypeName("GLbitfield")] uint mask) => ThisThread.PushAttrib(mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPushAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushAttrib([NativeTypeName("GLbitfield")] Constant mask) => ((IGL)this).PushAttrib((uint)mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -558024,6 +342026,7 @@ public static void PushAttrib( [NativeTypeName("GLbitfield")] Constant mask ) => ThisThread.PushAttrib(mask); + [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushClientAttrib([NativeTypeName("GLbitfield")] uint mask) => ( @@ -558034,64 +342037,18 @@ _slots[2167] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PushClientAttrib([NativeTypeName("GLbitfield")] uint mask) => ThisThread.PushClientAttrib(mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushClientAttrib( [NativeTypeName("GLbitfield")] Constant mask ) => ((IGL)this).PushClientAttrib((uint)mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -558099,6 +342056,7 @@ public static void PushClientAttrib( [NativeTypeName("GLbitfield")] Constant mask ) => ThisThread.PushClientAttrib(mask); + [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask) => ( @@ -558112,20 +342070,18 @@ _slots[2168] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PushClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask) => ThisThread.PushClientAttribDefaultEXT(mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask ) => ((IGL)this).PushClientAttribDefaultEXT((uint)mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -558133,6 +342089,7 @@ public static void PushClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask ) => ThisThread.PushClientAttribDefaultEXT(mask); + [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushDebugGroup( [NativeTypeName("GLenum")] uint source, @@ -558148,16 +342105,6 @@ _slots[2169] is not null and var loadedFnPtr ) )(source, id, length, message); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PushDebugGroup( @@ -558167,6 +342114,8 @@ public static void PushDebugGroup( [NativeTypeName("const GLchar *")] sbyte* message ) => ThisThread.PushDebugGroup(source, id, length, message); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushDebugGroup( [NativeTypeName("GLenum")] Constant source, @@ -558181,16 +342130,6 @@ void IGL.PushDebugGroup( } } - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -558201,6 +342140,7 @@ public static void PushDebugGroup( [NativeTypeName("const GLchar *")] Ref message ) => ThisThread.PushDebugGroup(source, id, length, message); + [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushDebugGroupKHR( [NativeTypeName("GLenum")] uint source, @@ -558216,7 +342156,6 @@ _slots[2170] is not null and var loadedFnPtr ) )(source, id, length, message); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PushDebugGroupKHR( @@ -558226,6 +342165,8 @@ public static void PushDebugGroupKHR( [NativeTypeName("const GLchar *")] sbyte* message ) => ThisThread.PushDebugGroupKHR(source, id, length, message); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushDebugGroupKHR( [NativeTypeName("GLenum")] Constant source, @@ -558240,7 +342181,6 @@ void IGL.PushDebugGroupKHR( } } - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -558251,6 +342191,7 @@ public static void PushDebugGroupKHR( [NativeTypeName("const GLchar *")] Ref message ) => ThisThread.PushDebugGroupKHR(source, id, length, message); + [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushGroupMarkerEXT( [NativeTypeName("GLsizei")] uint length, @@ -558264,10 +342205,6 @@ _slots[2171] is not null and var loadedFnPtr ) )(length, marker); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PushGroupMarkerEXT( @@ -558275,6 +342212,8 @@ public static void PushGroupMarkerEXT( [NativeTypeName("const GLchar *")] sbyte* marker ) => ThisThread.PushGroupMarkerEXT(length, marker); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushGroupMarkerEXT( [NativeTypeName("GLsizei")] uint length, @@ -558287,10 +342226,6 @@ void IGL.PushGroupMarkerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -558299,6 +342234,7 @@ public static void PushGroupMarkerEXT( [NativeTypeName("const GLchar *")] Ref marker ) => ThisThread.PushGroupMarkerEXT(length, marker); + [NativeFunction("opengl", EntryPoint = "glPushMatrix")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushMatrix() => ( @@ -558309,36 +342245,11 @@ _slots[2172] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPushMatrix")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PushMatrix() => ThisThread.PushMatrix(); + [NativeFunction("opengl", EntryPoint = "glPushName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.PushName([NativeTypeName("GLuint")] uint name) => ( @@ -558349,35 +342260,11 @@ _slots[2173] is not null and var loadedFnPtr ) )(name); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPushName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PushName([NativeTypeName("GLuint")] uint name) => ThisThread.PushName(name); + [NativeFunction("opengl", EntryPoint = "glQueryCounter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.QueryCounter( [NativeTypeName("GLuint")] uint id, @@ -558391,36 +342278,6 @@ _slots[2174] is not null and var loadedFnPtr ) )(id, target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glQueryCounter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void QueryCounter( @@ -558428,42 +342285,14 @@ public static void QueryCounter( [NativeTypeName("GLenum")] uint target ) => ThisThread.QueryCounter(id, target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glQueryCounter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.QueryCounter( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant target ) => ((IGL)this).QueryCounter(id, (uint)target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryCounter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -558472,6 +342301,7 @@ public static void QueryCounter( [NativeTypeName("GLenum")] Constant target ) => ThisThread.QueryCounter(id, target); + [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.QueryCounterEXT( [NativeTypeName("GLuint")] uint id, @@ -558485,7 +342315,6 @@ _slots[2175] is not null and var loadedFnPtr ) )(id, target); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void QueryCounterEXT( @@ -558493,13 +342322,14 @@ public static void QueryCounterEXT( [NativeTypeName("GLenum")] uint target ) => ThisThread.QueryCounterEXT(id, target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.QueryCounterEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] Constant target ) => ((IGL)this).QueryCounterEXT(id, (uint)target); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -558508,6 +342338,8 @@ public static void QueryCounterEXT( [NativeTypeName("GLenum")] Constant target ) => ThisThread.QueryCounterEXT(id, target); + [return: NativeTypeName("GLbitfield")] + [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.QueryMatrixxOES( [NativeTypeName("GLfixed *")] int* mantissa, @@ -558522,8 +342354,6 @@ _slots[2176] is not null and var loadedFnPtr )(mantissa, exponent); [return: NativeTypeName("GLbitfield")] - [SupportedApiProfile("gl", ["GL_OES_query_matrix"])] - [SupportedApiProfile("gles1", ["GL_OES_query_matrix"])] [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint QueryMatrixxOES( @@ -558531,6 +342361,9 @@ public static uint QueryMatrixxOES( [NativeTypeName("GLint *")] int* exponent ) => ThisThread.QueryMatrixxOES(mantissa, exponent); + [return: NativeTypeName("GLbitfield")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.QueryMatrixxOES( [NativeTypeName("GLfixed *")] Ref mantissa, @@ -558545,8 +342378,6 @@ uint IGL.QueryMatrixxOES( } [return: NativeTypeName("GLbitfield")] - [SupportedApiProfile("gl", ["GL_OES_query_matrix"])] - [SupportedApiProfile("gles1", ["GL_OES_query_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -558555,6 +342386,7 @@ public static uint QueryMatrixxOES( [NativeTypeName("GLint *")] Ref exponent ) => ThisThread.QueryMatrixxOES(mantissa, exponent); + [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.QueryObjectParameterAMD( [NativeTypeName("GLenum")] uint target, @@ -558573,7 +342405,6 @@ _slots[2177] is not null and var loadedFnPtr ) )(target, id, pname, param3); - [SupportedApiProfile("gl", ["GL_AMD_occlusion_query_event"])] [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void QueryObjectParameterAMD( @@ -558583,15 +342414,16 @@ public static void QueryObjectParameterAMD( [NativeTypeName("GLuint")] uint param3 ) => ThisThread.QueryObjectParameterAMD(target, id, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.QueryObjectParameterAMD( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, - [NativeTypeName("GLuint")] uint param3 - ) => ((IGL)this).QueryObjectParameterAMD((uint)target, id, pname, param3); + [NativeTypeName("GLuint")] Constant param3 + ) => ((IGL)this).QueryObjectParameterAMD((uint)target, id, pname, (uint)param3); - [SupportedApiProfile("gl", ["GL_AMD_occlusion_query_event"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -558599,9 +342431,11 @@ public static void QueryObjectParameterAMD( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, - [NativeTypeName("GLuint")] uint param3 + [NativeTypeName("GLuint")] Constant param3 ) => ThisThread.QueryObjectParameterAMD(target, id, pname, param3); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.QueryResourceNV( [NativeTypeName("GLenum")] uint queryType, @@ -558618,7 +342452,6 @@ _slots[2178] is not null and var loadedFnPtr )(queryType, tagId, count, buffer); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_query_resource"])] [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int QueryResourceNV( @@ -558628,6 +342461,9 @@ public static int QueryResourceNV( [NativeTypeName("GLint *")] int* buffer ) => ThisThread.QueryResourceNV(queryType, tagId, count, buffer); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.QueryResourceNV( [NativeTypeName("GLenum")] uint queryType, @@ -558643,7 +342479,6 @@ int IGL.QueryResourceNV( } [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_query_resource"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -558654,6 +342489,7 @@ public static int QueryResourceNV( [NativeTypeName("GLint *")] Ref buffer ) => ThisThread.QueryResourceNV(queryType, tagId, count, buffer); + [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.QueryResourceTagNV( [NativeTypeName("GLint")] int tagId, @@ -558667,7 +342503,6 @@ _slots[2179] is not null and var loadedFnPtr ) )(tagId, tagString); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void QueryResourceTagNV( @@ -558675,6 +342510,8 @@ public static void QueryResourceTagNV( [NativeTypeName("const GLchar *")] sbyte* tagString ) => ThisThread.QueryResourceTagNV(tagId, tagString); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.QueryResourceTagNV( [NativeTypeName("GLint")] int tagId, @@ -558687,7 +342524,6 @@ void IGL.QueryResourceTagNV( } } - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -558696,6 +342532,7 @@ public static void QueryResourceTagNV( [NativeTypeName("const GLchar *")] Ref tagString ) => ThisThread.QueryResourceTagNV(tagId, tagString); + [NativeFunction("opengl", EntryPoint = "glRasterPos2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2( [NativeTypeName("GLdouble")] double x, @@ -558709,31 +342546,6 @@ _slots[2180] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2( @@ -558741,6 +342553,7 @@ public static void RasterPos2( [NativeTypeName("GLdouble")] double y ) => ThisThread.RasterPos2(x, y); + [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2([NativeTypeName("const GLdouble *")] double* v) => ( @@ -558751,36 +342564,13 @@ _slots[2181] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2([NativeTypeName("const GLdouble *")] double* v) => ThisThread.RasterPos2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2([NativeTypeName("const GLdouble *")] Ref v) { @@ -558790,37 +342580,13 @@ void IGL.RasterPos2([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.RasterPos2(v); + [NativeFunction("opengl", EntryPoint = "glRasterPos2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2([NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y) => ( @@ -558831,31 +342597,6 @@ _slots[2182] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2( @@ -558863,6 +342604,7 @@ public static void RasterPos2( [NativeTypeName("GLfloat")] float y ) => ThisThread.RasterPos2(x, y); + [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2([NativeTypeName("const GLfloat *")] float* v) => ( @@ -558873,36 +342615,13 @@ _slots[2183] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2([NativeTypeName("const GLfloat *")] float* v) => ThisThread.RasterPos2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2([NativeTypeName("const GLfloat *")] Ref v) { @@ -558912,37 +342631,13 @@ void IGL.RasterPos2([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.RasterPos2(v); + [NativeFunction("opengl", EntryPoint = "glRasterPos2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y) => ( @@ -558953,31 +342648,6 @@ _slots[2184] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2( @@ -558985,6 +342655,7 @@ public static void RasterPos2( [NativeTypeName("GLint")] int y ) => ThisThread.RasterPos2(x, y); + [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2([NativeTypeName("const GLint *")] int* v) => ( @@ -558995,36 +342666,13 @@ _slots[2185] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2([NativeTypeName("const GLint *")] int* v) => ThisThread.RasterPos2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2([NativeTypeName("const GLint *")] Ref v) { @@ -559034,37 +342682,13 @@ void IGL.RasterPos2([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2([NativeTypeName("const GLint *")] Ref v) => ThisThread.RasterPos2(v); + [NativeFunction("opengl", EntryPoint = "glRasterPos2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2([NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y) => ( @@ -559075,31 +342699,6 @@ _slots[2186] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2( @@ -559107,6 +342706,7 @@ public static void RasterPos2( [NativeTypeName("GLshort")] short y ) => ThisThread.RasterPos2(x, y); + [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2([NativeTypeName("const GLshort *")] short* v) => ( @@ -559117,36 +342717,13 @@ _slots[2187] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2([NativeTypeName("const GLshort *")] short* v) => ThisThread.RasterPos2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2([NativeTypeName("const GLshort *")] Ref v) { @@ -559156,37 +342733,13 @@ void IGL.RasterPos2([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2([NativeTypeName("const GLshort *")] Ref v) => ThisThread.RasterPos2(v); + [NativeFunction("opengl", EntryPoint = "glRasterPos2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2XOES([NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y) => ( @@ -559197,7 +342750,6 @@ _slots[2188] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2XOES( @@ -559205,6 +342757,7 @@ public static void RasterPos2XOES( [NativeTypeName("GLfixed")] int y ) => ThisThread.RasterPos2XOES(x, y); + [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -559215,12 +342768,13 @@ _slots[2189] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.RasterPos2XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos2XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -559230,13 +342784,13 @@ void IGL.RasterPos2XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos2XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.RasterPos2XOES(coords); + [NativeFunction("opengl", EntryPoint = "glRasterPos3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3( [NativeTypeName("GLdouble")] double x, @@ -559251,31 +342805,6 @@ _slots[2190] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3( @@ -559284,6 +342813,7 @@ public static void RasterPos3( [NativeTypeName("GLdouble")] double z ) => ThisThread.RasterPos3(x, y, z); + [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3([NativeTypeName("const GLdouble *")] double* v) => ( @@ -559294,36 +342824,13 @@ _slots[2191] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3([NativeTypeName("const GLdouble *")] double* v) => ThisThread.RasterPos3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3([NativeTypeName("const GLdouble *")] Ref v) { @@ -559333,37 +342840,13 @@ void IGL.RasterPos3([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.RasterPos3(v); + [NativeFunction("opengl", EntryPoint = "glRasterPos3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3( [NativeTypeName("GLfloat")] float x, @@ -559378,31 +342861,6 @@ _slots[2192] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3( @@ -559411,6 +342869,7 @@ public static void RasterPos3( [NativeTypeName("GLfloat")] float z ) => ThisThread.RasterPos3(x, y, z); + [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3([NativeTypeName("const GLfloat *")] float* v) => ( @@ -559421,36 +342880,13 @@ _slots[2193] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3([NativeTypeName("const GLfloat *")] float* v) => ThisThread.RasterPos3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3([NativeTypeName("const GLfloat *")] Ref v) { @@ -559460,37 +342896,13 @@ void IGL.RasterPos3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.RasterPos3(v); + [NativeFunction("opengl", EntryPoint = "glRasterPos3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3( [NativeTypeName("GLint")] int x, @@ -559505,31 +342917,6 @@ _slots[2194] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3( @@ -559538,6 +342925,7 @@ public static void RasterPos3( [NativeTypeName("GLint")] int z ) => ThisThread.RasterPos3(x, y, z); + [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3([NativeTypeName("const GLint *")] int* v) => ( @@ -559548,36 +342936,13 @@ _slots[2195] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3([NativeTypeName("const GLint *")] int* v) => ThisThread.RasterPos3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3([NativeTypeName("const GLint *")] Ref v) { @@ -559587,37 +342952,13 @@ void IGL.RasterPos3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3([NativeTypeName("const GLint *")] Ref v) => ThisThread.RasterPos3(v); + [NativeFunction("opengl", EntryPoint = "glRasterPos3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3( [NativeTypeName("GLshort")] short x, @@ -559632,31 +342973,6 @@ _slots[2196] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3( @@ -559665,6 +342981,7 @@ public static void RasterPos3( [NativeTypeName("GLshort")] short z ) => ThisThread.RasterPos3(x, y, z); + [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3([NativeTypeName("const GLshort *")] short* v) => ( @@ -559675,36 +342992,13 @@ _slots[2197] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3([NativeTypeName("const GLshort *")] short* v) => ThisThread.RasterPos3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3([NativeTypeName("const GLshort *")] Ref v) { @@ -559714,37 +343008,13 @@ void IGL.RasterPos3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3([NativeTypeName("const GLshort *")] Ref v) => ThisThread.RasterPos3(v); + [NativeFunction("opengl", EntryPoint = "glRasterPos3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3XOES( [NativeTypeName("GLfixed")] int x, @@ -559759,7 +343029,6 @@ _slots[2198] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3XOES( @@ -559768,6 +343037,7 @@ public static void RasterPos3XOES( [NativeTypeName("GLfixed")] int z ) => ThisThread.RasterPos3XOES(x, y, z); + [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -559778,12 +343048,13 @@ _slots[2199] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.RasterPos3XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos3XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -559793,13 +343064,13 @@ void IGL.RasterPos3XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos3XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.RasterPos3XOES(coords); + [NativeFunction("opengl", EntryPoint = "glRasterPos4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4( [NativeTypeName("GLdouble")] double x, @@ -559815,31 +343086,6 @@ _slots[2200] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4( @@ -559849,6 +343095,7 @@ public static void RasterPos4( [NativeTypeName("GLdouble")] double w ) => ThisThread.RasterPos4(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4([NativeTypeName("const GLdouble *")] double* v) => ( @@ -559859,36 +343106,13 @@ _slots[2201] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4([NativeTypeName("const GLdouble *")] double* v) => ThisThread.RasterPos4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4([NativeTypeName("const GLdouble *")] Ref v) { @@ -559898,37 +343122,13 @@ void IGL.RasterPos4([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.RasterPos4(v); + [NativeFunction("opengl", EntryPoint = "glRasterPos4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4( [NativeTypeName("GLfloat")] float x, @@ -559944,31 +343144,6 @@ _slots[2202] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4( @@ -559978,6 +343153,7 @@ public static void RasterPos4( [NativeTypeName("GLfloat")] float w ) => ThisThread.RasterPos4(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4([NativeTypeName("const GLfloat *")] float* v) => ( @@ -559988,36 +343164,13 @@ _slots[2203] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4([NativeTypeName("const GLfloat *")] float* v) => ThisThread.RasterPos4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4([NativeTypeName("const GLfloat *")] Ref v) { @@ -560027,37 +343180,13 @@ void IGL.RasterPos4([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.RasterPos4(v); + [NativeFunction("opengl", EntryPoint = "glRasterPos4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4( [NativeTypeName("GLint")] int x, @@ -560073,31 +343202,6 @@ _slots[2204] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4( @@ -560107,6 +343211,7 @@ public static void RasterPos4( [NativeTypeName("GLint")] int w ) => ThisThread.RasterPos4(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4([NativeTypeName("const GLint *")] int* v) => ( @@ -560117,36 +343222,13 @@ _slots[2205] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4([NativeTypeName("const GLint *")] int* v) => ThisThread.RasterPos4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4([NativeTypeName("const GLint *")] Ref v) { @@ -560156,37 +343238,13 @@ void IGL.RasterPos4([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4([NativeTypeName("const GLint *")] Ref v) => ThisThread.RasterPos4(v); + [NativeFunction("opengl", EntryPoint = "glRasterPos4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4( [NativeTypeName("GLshort")] short x, @@ -560202,31 +343260,6 @@ _slots[2206] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4( @@ -560236,6 +343269,7 @@ public static void RasterPos4( [NativeTypeName("GLshort")] short w ) => ThisThread.RasterPos4(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4([NativeTypeName("const GLshort *")] short* v) => ( @@ -560246,36 +343280,13 @@ _slots[2207] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4([NativeTypeName("const GLshort *")] short* v) => ThisThread.RasterPos4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4([NativeTypeName("const GLshort *")] Ref v) { @@ -560285,37 +343296,13 @@ void IGL.RasterPos4([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4([NativeTypeName("const GLshort *")] Ref v) => ThisThread.RasterPos4(v); + [NativeFunction("opengl", EntryPoint = "glRasterPos4xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4XOES( [NativeTypeName("GLfixed")] int x, @@ -560331,7 +343318,6 @@ _slots[2208] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos4xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4XOES( @@ -560341,6 +343327,7 @@ public static void RasterPos4XOES( [NativeTypeName("GLfixed")] int w ) => ThisThread.RasterPos4XOES(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -560351,12 +343338,13 @@ _slots[2209] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.RasterPos4XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterPos4XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -560366,13 +343354,13 @@ void IGL.RasterPos4XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterPos4XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.RasterPos4XOES(coords); + [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterSamplesEXT( [NativeTypeName("GLuint")] uint samples, @@ -560386,12 +343374,6 @@ _slots[2210] is not null and var loadedFnPtr ) )(samples, fixedsamplelocations); - [SupportedApiProfile("gl", ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RasterSamplesEXT( @@ -560399,18 +343381,14 @@ public static void RasterSamplesEXT( [NativeTypeName("GLboolean")] uint fixedsamplelocations ) => ThisThread.RasterSamplesEXT(samples, fixedsamplelocations); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RasterSamplesEXT( [NativeTypeName("GLuint")] uint samples, [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ) => ((IGL)this).RasterSamplesEXT(samples, (uint)fixedsamplelocations); - [SupportedApiProfile("gl", ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -560419,6 +343397,7 @@ public static void RasterSamplesEXT( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ) => ThisThread.RasterSamplesEXT(samples, fixedsamplelocations); + [NativeFunction("opengl", EntryPoint = "glReadBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadBuffer([NativeTypeName("GLenum")] uint src) => ( @@ -560429,115 +343408,17 @@ _slots[2211] is not null and var loadedFnPtr ) )(src); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glReadBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReadBuffer([NativeTypeName("GLenum")] uint src) => ThisThread.ReadBuffer(src); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReadBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadBuffer([NativeTypeName("GLenum")] Constant src) => ((IGL)this).ReadBuffer((uint)src); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -560545,6 +343426,7 @@ public static void ReadBuffer( [NativeTypeName("GLenum")] Constant src ) => ThisThread.ReadBuffer(src); + [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadBufferIndexedEXT( [NativeTypeName("GLenum")] uint src, @@ -560558,7 +343440,6 @@ _slots[2212] is not null and var loadedFnPtr ) )(src, index); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReadBufferIndexedEXT( @@ -560566,13 +343447,14 @@ public static void ReadBufferIndexedEXT( [NativeTypeName("GLint")] int index ) => ThisThread.ReadBufferIndexedEXT(src, index); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadBufferIndexedEXT( [NativeTypeName("GLenum")] Constant src, [NativeTypeName("GLint")] int index ) => ((IGL)this).ReadBufferIndexedEXT((uint)src, index); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -560581,6 +343463,7 @@ public static void ReadBufferIndexedEXT( [NativeTypeName("GLint")] int index ) => ThisThread.ReadBufferIndexedEXT(src, index); + [NativeFunction("opengl", EntryPoint = "glReadBufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadBufferNV([NativeTypeName("GLenum")] uint mode) => ( @@ -560591,12 +343474,12 @@ _slots[2213] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile("gles2", ["GL_NV_read_buffer"])] [NativeFunction("opengl", EntryPoint = "glReadBufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReadBufferNV([NativeTypeName("GLenum")] uint mode) => ThisThread.ReadBufferNV(mode); + [NativeFunction("opengl", EntryPoint = "glReadInstrumentsSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadInstrumentsSGIX([NativeTypeName("GLint")] int marker) => ( @@ -560607,12 +343490,12 @@ _slots[2214] is not null and var loadedFnPtr ) )(marker); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glReadInstrumentsSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReadInstrumentsSGIX([NativeTypeName("GLint")] int marker) => ThisThread.ReadInstrumentsSGIX(marker); + [NativeFunction("opengl", EntryPoint = "glReadnPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadnPixels( [NativeTypeName("GLint")] int x, @@ -560632,16 +343515,6 @@ _slots[2215] is not null and var loadedFnPtr ) )(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glReadnPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReadnPixels( @@ -560655,6 +343528,8 @@ public static void ReadnPixels( void* data ) => ThisThread.ReadnPixels(x, y, width, height, format, type, bufSize, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReadnPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadnPixels( [NativeTypeName("GLint")] int x, @@ -560682,16 +343557,6 @@ Ref data } } - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -560706,6 +343571,7 @@ public static void ReadnPixels( Ref data ) => ThisThread.ReadnPixels(x, y, width, height, format, type, bufSize, data); + [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadnPixelsARB( [NativeTypeName("GLint")] int x, @@ -560725,8 +343591,6 @@ _slots[2216] is not null and var loadedFnPtr ) )(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReadnPixelsARB( @@ -560740,6 +343604,8 @@ public static void ReadnPixelsARB( void* data ) => ThisThread.ReadnPixelsARB(x, y, width, height, format, type, bufSize, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadnPixelsARB( [NativeTypeName("GLint")] int x, @@ -560767,8 +343633,6 @@ Ref data } } - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -560783,6 +343647,7 @@ public static void ReadnPixelsARB( Ref data ) => ThisThread.ReadnPixelsARB(x, y, width, height, format, type, bufSize, data); + [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadnPixelsEXT( [NativeTypeName("GLint")] int x, @@ -560802,8 +343667,6 @@ _slots[2217] is not null and var loadedFnPtr ) )(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReadnPixelsEXT( @@ -560817,6 +343680,8 @@ public static void ReadnPixelsEXT( void* data ) => ThisThread.ReadnPixelsEXT(x, y, width, height, format, type, bufSize, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadnPixelsEXT( [NativeTypeName("GLint")] int x, @@ -560844,8 +343709,6 @@ Ref data } } - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -560860,6 +343723,7 @@ public static void ReadnPixelsEXT( Ref data ) => ThisThread.ReadnPixelsEXT(x, y, width, height, format, type, bufSize, data); + [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadnPixelsKHR( [NativeTypeName("GLint")] int x, @@ -560879,7 +343743,6 @@ _slots[2218] is not null and var loadedFnPtr ) )(x, y, width, height, format, type, bufSize, data); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReadnPixelsKHR( @@ -560893,6 +343756,8 @@ public static void ReadnPixelsKHR( void* data ) => ThisThread.ReadnPixelsKHR(x, y, width, height, format, type, bufSize, data); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadnPixelsKHR( [NativeTypeName("GLint")] int x, @@ -560920,7 +343785,6 @@ Ref data } } - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -560935,6 +343799,7 @@ public static void ReadnPixelsKHR( Ref data ) => ThisThread.ReadnPixelsKHR(x, y, width, height, format, type, bufSize, data); + [NativeFunction("opengl", EntryPoint = "glReadPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadPixels( [NativeTypeName("GLint")] int x, @@ -560953,62 +343818,6 @@ _slots[2219] is not null and var loadedFnPtr ) )(x, y, width, height, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glReadPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReadPixels( @@ -561021,6 +343830,8 @@ public static void ReadPixels( void* pixels ) => ThisThread.ReadPixels(x, y, width, height, format, type, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReadPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReadPixels( [NativeTypeName("GLint")] int x, @@ -561038,62 +343849,6 @@ Ref pixels } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -561107,6 +343862,7 @@ public static void ReadPixels( Ref pixels ) => ThisThread.ReadPixels(x, y, width, height, format, type, pixels); + [NativeFunction("opengl", EntryPoint = "glRectd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rect( [NativeTypeName("GLdouble")] double x1, @@ -561122,31 +343878,6 @@ _slots[2220] is not null and var loadedFnPtr ) )(x1, y1, x2, y2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectd")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Rect( @@ -561156,6 +343887,7 @@ public static void Rect( [NativeTypeName("GLdouble")] double y2 ) => ThisThread.Rect(x1, y1, x2, y2); + [NativeFunction("opengl", EntryPoint = "glRectdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rect( [NativeTypeName("const GLdouble *")] double* v1, @@ -561169,31 +343901,6 @@ _slots[2221] is not null and var loadedFnPtr ) )(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Rect( @@ -561201,6 +343908,8 @@ public static void Rect( [NativeTypeName("const GLdouble *")] double* v2 ) => ThisThread.Rect(v1, v2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRectdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rect( [NativeTypeName("const GLdouble *")] Ref v1, @@ -561214,31 +343923,6 @@ void IGL.Rect( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectdv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -561247,6 +343931,7 @@ public static void Rect( [NativeTypeName("const GLdouble *")] Ref v2 ) => ThisThread.Rect(v1, v2); + [NativeFunction("opengl", EntryPoint = "glRectf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rect( [NativeTypeName("GLfloat")] float x1, @@ -561262,31 +343947,6 @@ _slots[2222] is not null and var loadedFnPtr ) )(x1, y1, x2, y2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Rect( @@ -561296,6 +343956,7 @@ public static void Rect( [NativeTypeName("GLfloat")] float y2 ) => ThisThread.Rect(x1, y1, x2, y2); + [NativeFunction("opengl", EntryPoint = "glRectfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rect( [NativeTypeName("const GLfloat *")] float* v1, @@ -561309,31 +343970,6 @@ _slots[2223] is not null and var loadedFnPtr ) )(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Rect( @@ -561341,6 +343977,8 @@ public static void Rect( [NativeTypeName("const GLfloat *")] float* v2 ) => ThisThread.Rect(v1, v2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRectfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rect( [NativeTypeName("const GLfloat *")] Ref v1, @@ -561354,31 +343992,6 @@ void IGL.Rect( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -561387,6 +344000,7 @@ public static void Rect( [NativeTypeName("const GLfloat *")] Ref v2 ) => ThisThread.Rect(v1, v2); + [NativeFunction("opengl", EntryPoint = "glRecti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rect( [NativeTypeName("GLint")] int x1, @@ -561402,31 +344016,6 @@ _slots[2224] is not null and var loadedFnPtr ) )(x1, y1, x2, y2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRecti")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Rect( @@ -561436,6 +344025,7 @@ public static void Rect( [NativeTypeName("GLint")] int y2 ) => ThisThread.Rect(x1, y1, x2, y2); + [NativeFunction("opengl", EntryPoint = "glRectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rect( [NativeTypeName("const GLint *")] int* v1, @@ -561449,31 +344039,6 @@ _slots[2225] is not null and var loadedFnPtr ) )(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Rect( @@ -561481,6 +344046,8 @@ public static void Rect( [NativeTypeName("const GLint *")] int* v2 ) => ThisThread.Rect(v1, v2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rect( [NativeTypeName("const GLint *")] Ref v1, @@ -561494,31 +344061,6 @@ void IGL.Rect( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -561527,6 +344069,7 @@ public static void Rect( [NativeTypeName("const GLint *")] Ref v2 ) => ThisThread.Rect(v1, v2); + [NativeFunction("opengl", EntryPoint = "glRects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rects( [NativeTypeName("GLshort")] short x1, @@ -561542,31 +344085,6 @@ _slots[2226] is not null and var loadedFnPtr ) )(x1, y1, x2, y2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Rects( @@ -561576,6 +344094,7 @@ public static void Rects( [NativeTypeName("GLshort")] short y2 ) => ThisThread.Rects(x1, y1, x2, y2); + [NativeFunction("opengl", EntryPoint = "glRectsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rect( [NativeTypeName("const GLshort *")] short* v1, @@ -561589,31 +344108,6 @@ _slots[2227] is not null and var loadedFnPtr ) )(v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Rect( @@ -561621,6 +344115,8 @@ public static void Rect( [NativeTypeName("const GLshort *")] short* v2 ) => ThisThread.Rect(v1, v2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRectsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rect( [NativeTypeName("const GLshort *")] Ref v1, @@ -561634,31 +344130,6 @@ void IGL.Rect( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -561667,6 +344138,7 @@ public static void Rect( [NativeTypeName("const GLshort *")] Ref v2 ) => ThisThread.Rect(v1, v2); + [NativeFunction("opengl", EntryPoint = "glRectxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RectxOES( [NativeTypeName("GLfixed")] int x1, @@ -561682,7 +344154,6 @@ _slots[2228] is not null and var loadedFnPtr ) )(x1, y1, x2, y2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRectxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RectxOES( @@ -561692,6 +344163,7 @@ public static void RectxOES( [NativeTypeName("GLfixed")] int y2 ) => ThisThread.RectxOES(x1, y1, x2, y2); + [NativeFunction("opengl", EntryPoint = "glRectxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RectxOES( [NativeTypeName("const GLfixed *")] int* v1, @@ -561705,7 +344177,6 @@ _slots[2229] is not null and var loadedFnPtr ) )(v1, v2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRectxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RectxOES( @@ -561713,6 +344184,8 @@ public static void RectxOES( [NativeTypeName("const GLfixed *")] int* v2 ) => ThisThread.RectxOES(v1, v2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRectxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RectxOES( [NativeTypeName("const GLfixed *")] Ref v1, @@ -561726,7 +344199,6 @@ void IGL.RectxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -561735,6 +344207,7 @@ public static void RectxOES( [NativeTypeName("const GLfixed *")] Ref v2 ) => ThisThread.RectxOES(v1, v2); + [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReferencePlaneSGIX([NativeTypeName("const GLdouble *")] double* equation) => ( @@ -561745,12 +344218,13 @@ _slots[2230] is not null and var loadedFnPtr ) )(equation); - [SupportedApiProfile("gl", ["GL_SGIX_reference_plane"])] [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReferencePlaneSGIX([NativeTypeName("const GLdouble *")] double* equation) => ThisThread.ReferencePlaneSGIX(equation); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReferencePlaneSGIX([NativeTypeName("const GLdouble *")] Ref equation) { @@ -561760,7 +344234,6 @@ void IGL.ReferencePlaneSGIX([NativeTypeName("const GLdouble *")] Ref equ } } - [SupportedApiProfile("gl", ["GL_SGIX_reference_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -561768,15 +344241,16 @@ public static void ReferencePlaneSGIX( [NativeTypeName("const GLdouble *")] Ref equation ) => ThisThread.ReferencePlaneSGIX(equation); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.ReleaseKeyedMutexWin32EXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key - ) => (MaybeBool)(uint)((IGL)this).ReleaseKeyedMutexWin32EXTRaw(memory, key); + ) => (MaybeBool)(uint)((IGL)this).ReleaseKeyedMutexWin32EXTRawEXT(memory, key); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -561785,8 +344259,10 @@ public static MaybeBool ReleaseKeyedMutexWin32EXT( [NativeTypeName("GLuint64")] ulong key ) => ThisThread.ReleaseKeyedMutexWin32EXT(memory, key); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.ReleaseKeyedMutexWin32EXTRaw( + uint IGL.ReleaseKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key ) => @@ -561802,15 +344278,14 @@ _slots[2231] is not null and var loadedFnPtr )(memory, key); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint ReleaseKeyedMutexWin32EXTRaw( + public static uint ReleaseKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key - ) => ThisThread.ReleaseKeyedMutexWin32EXTRaw(memory, key); + ) => ThisThread.ReleaseKeyedMutexWin32EXTRawEXT(memory, key); + [NativeFunction("opengl", EntryPoint = "glReleaseShaderCompiler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReleaseShaderCompiler() => ( @@ -561821,41 +344296,11 @@ _slots[2232] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glReleaseShaderCompiler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReleaseShaderCompiler() => ThisThread.ReleaseShaderCompiler(); + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorage( [NativeTypeName("GLenum")] uint target, @@ -561871,47 +344316,6 @@ _slots[2233] is not null and var loadedFnPtr ) )(target, internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RenderbufferStorage( @@ -561921,6 +344325,8 @@ public static void RenderbufferStorage( [NativeTypeName("GLsizei")] uint height ) => ThisThread.RenderbufferStorage(target, internalformat, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorage( [NativeTypeName("GLenum")] Constant target, @@ -561929,47 +344335,6 @@ void IGL.RenderbufferStorage( [NativeTypeName("GLsizei")] uint height ) => ((IGL)this).RenderbufferStorage((uint)target, (uint)internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -561980,6 +344345,7 @@ public static void RenderbufferStorage( [NativeTypeName("GLsizei")] uint height ) => ThisThread.RenderbufferStorage(target, internalformat, width, height); + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageEXT( [NativeTypeName("GLenum")] uint target, @@ -561998,7 +344364,6 @@ _slots[2234] is not null and var loadedFnPtr ) )(target, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RenderbufferStorageEXT( @@ -562008,6 +344373,8 @@ public static void RenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ) => ThisThread.RenderbufferStorageEXT(target, internalformat, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageEXT( [NativeTypeName("GLenum")] Constant target, @@ -562016,7 +344383,6 @@ void IGL.RenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ) => ((IGL)this).RenderbufferStorageEXT((uint)target, (uint)internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -562027,6 +344393,7 @@ public static void RenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ) => ThisThread.RenderbufferStorageEXT(target, internalformat, width, height); + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageMultisample( [NativeTypeName("GLenum")] uint target, @@ -562046,42 +344413,6 @@ _slots[2235] is not null and var loadedFnPtr ) )(target, samples, internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RenderbufferStorageMultisample( @@ -562092,6 +344423,8 @@ public static void RenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ) => ThisThread.RenderbufferStorageMultisample(target, samples, internalformat, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageMultisample( [NativeTypeName("GLenum")] Constant target, @@ -562108,42 +344441,6 @@ void IGL.RenderbufferStorageMultisample( height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -562155,6 +344452,7 @@ public static void RenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ) => ThisThread.RenderbufferStorageMultisample(target, samples, internalformat, width, height); + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLenum")] uint target, @@ -562175,9 +344473,6 @@ _slots[2236] is not null and var loadedFnPtr ) )(target, samples, storageSamples, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RenderbufferStorageMultisampleAdvanceAMD( @@ -562197,6 +344492,8 @@ public static void RenderbufferStorageMultisampleAdvanceAMD( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLenum")] Constant target, @@ -562215,9 +344512,6 @@ void IGL.RenderbufferStorageMultisampleAdvanceAMD( height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -562238,8 +344532,9 @@ public static void RenderbufferStorageMultisampleAdvanceAMD( height ); + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.RenderbufferStorageMultisampleAngle( + void IGL.RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, @@ -562257,17 +344552,16 @@ _slots[2237] is not null and var loadedFnPtr ) )(target, samples, internalformat, width, height); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void RenderbufferStorageMultisampleAngle( + public static void RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height ) => - ThisThread.RenderbufferStorageMultisampleAngle( + ThisThread.RenderbufferStorageMultisampleANGLE( target, samples, internalformat, @@ -562275,15 +344569,17 @@ public static void RenderbufferStorageMultisampleAngle( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.RenderbufferStorageMultisampleAngle( + void IGL.RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height ) => - ((IGL)this).RenderbufferStorageMultisampleAngle( + ((IGL)this).RenderbufferStorageMultisampleANGLE( (uint)target, samples, (uint)internalformat, @@ -562291,18 +344587,17 @@ void IGL.RenderbufferStorageMultisampleAngle( height ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void RenderbufferStorageMultisampleAngle( + public static void RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height ) => - ThisThread.RenderbufferStorageMultisampleAngle( + ThisThread.RenderbufferStorageMultisampleANGLE( target, samples, internalformat, @@ -562310,8 +344605,9 @@ public static void RenderbufferStorageMultisampleAngle( height ); + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.RenderbufferStorageMultisampleApple( + void IGL.RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, @@ -562329,18 +344625,16 @@ _slots[2238] is not null and var loadedFnPtr ) )(target, samples, internalformat, width, height); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void RenderbufferStorageMultisampleApple( + public static void RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height ) => - ThisThread.RenderbufferStorageMultisampleApple( + ThisThread.RenderbufferStorageMultisampleAPPLE( target, samples, internalformat, @@ -562348,15 +344642,17 @@ public static void RenderbufferStorageMultisampleApple( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.RenderbufferStorageMultisampleApple( + void IGL.RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height ) => - ((IGL)this).RenderbufferStorageMultisampleApple( + ((IGL)this).RenderbufferStorageMultisampleAPPLE( (uint)target, samples, (uint)internalformat, @@ -562364,19 +344660,17 @@ void IGL.RenderbufferStorageMultisampleApple( height ); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void RenderbufferStorageMultisampleApple( + public static void RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLsizei")] uint width, [NativeTypeName("GLsizei")] uint height ) => - ThisThread.RenderbufferStorageMultisampleApple( + ThisThread.RenderbufferStorageMultisampleAPPLE( target, samples, internalformat, @@ -562384,6 +344678,7 @@ public static void RenderbufferStorageMultisampleApple( height ); + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLenum")] uint target, @@ -562404,8 +344699,6 @@ _slots[2239] is not null and var loadedFnPtr ) )(target, coverageSamples, colorSamples, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_multisample_coverage"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_multisample_coverage"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RenderbufferStorageMultisampleCoverageNV( @@ -562425,6 +344718,8 @@ public static void RenderbufferStorageMultisampleCoverageNV( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLenum")] Constant target, @@ -562443,8 +344738,6 @@ void IGL.RenderbufferStorageMultisampleCoverageNV( height ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_multisample_coverage"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_multisample_coverage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -562465,6 +344758,7 @@ public static void RenderbufferStorageMultisampleCoverageNV( height ); + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageMultisampleEXT( [NativeTypeName("GLenum")] uint target, @@ -562484,9 +344778,6 @@ _slots[2240] is not null and var loadedFnPtr ) )(target, samples, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_multisample"])] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RenderbufferStorageMultisampleEXT( @@ -562504,6 +344795,8 @@ public static void RenderbufferStorageMultisampleEXT( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageMultisampleEXT( [NativeTypeName("GLenum")] Constant target, @@ -562520,9 +344813,6 @@ void IGL.RenderbufferStorageMultisampleEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_multisample"])] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -562541,6 +344831,7 @@ public static void RenderbufferStorageMultisampleEXT( height ); + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageMultisampleIMG( [NativeTypeName("GLenum")] uint target, @@ -562560,8 +344851,6 @@ _slots[2241] is not null and var loadedFnPtr ) )(target, samples, internalformat, width, height); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RenderbufferStorageMultisampleIMG( @@ -562579,6 +344868,8 @@ public static void RenderbufferStorageMultisampleIMG( height ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageMultisampleIMG( [NativeTypeName("GLenum")] Constant target, @@ -562595,8 +344886,6 @@ void IGL.RenderbufferStorageMultisampleIMG( height ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -562615,6 +344904,7 @@ public static void RenderbufferStorageMultisampleIMG( height ); + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageMultisampleNV( [NativeTypeName("GLenum")] uint target, @@ -562634,7 +344924,6 @@ _slots[2242] is not null and var loadedFnPtr ) )(target, samples, internalformat, width, height); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RenderbufferStorageMultisampleNV( @@ -562646,6 +344935,8 @@ public static void RenderbufferStorageMultisampleNV( ) => ThisThread.RenderbufferStorageMultisampleNV(target, samples, internalformat, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageMultisampleNV( [NativeTypeName("GLenum")] Constant target, @@ -562662,7 +344953,6 @@ void IGL.RenderbufferStorageMultisampleNV( height ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -562675,6 +344965,7 @@ public static void RenderbufferStorageMultisampleNV( ) => ThisThread.RenderbufferStorageMultisampleNV(target, samples, internalformat, width, height); + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageOES( [NativeTypeName("GLenum")] uint target, @@ -562693,7 +344984,6 @@ _slots[2243] is not null and var loadedFnPtr ) )(target, internalformat, width, height); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RenderbufferStorageOES( @@ -562703,6 +344993,8 @@ public static void RenderbufferStorageOES( [NativeTypeName("GLsizei")] uint height ) => ThisThread.RenderbufferStorageOES(target, internalformat, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderbufferStorageOES( [NativeTypeName("GLenum")] Constant target, @@ -562711,7 +345003,6 @@ void IGL.RenderbufferStorageOES( [NativeTypeName("GLsizei")] uint height ) => ((IGL)this).RenderbufferStorageOES((uint)target, (uint)internalformat, width, height); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -562722,6 +345013,7 @@ public static void RenderbufferStorageOES( [NativeTypeName("GLsizei")] uint height ) => ThisThread.RenderbufferStorageOES(target, internalformat, width, height); + [NativeFunction("opengl", EntryPoint = "glRenderGpuMaskNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RenderGpuMaskNV([NativeTypeName("GLbitfield")] uint mask) => ( @@ -562732,12 +345024,13 @@ _slots[2244] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glRenderGpuMaskNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RenderGpuMaskNV([NativeTypeName("GLbitfield")] uint mask) => ThisThread.RenderGpuMaskNV(mask); + [return: NativeTypeName("GLint")] + [NativeFunction("opengl", EntryPoint = "glRenderMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.RenderMode([NativeTypeName("GLenum")] uint mode) => ( @@ -562749,66 +345042,19 @@ _slots[2245] is not null and var loadedFnPtr )(mode); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int RenderMode([NativeTypeName("GLenum")] uint mode) => ThisThread.RenderMode(mode); + [return: NativeTypeName("GLint")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRenderMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.RenderMode([NativeTypeName("GLenum")] Constant mode) => (int)((IGL)this).RenderMode((uint)mode); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -562816,6 +345062,7 @@ public static int RenderMode( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.RenderMode(mode); + [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodePointerSUN( [NativeTypeName("GLenum")] uint type, @@ -562833,7 +345080,6 @@ _slots[2246] is not null and var loadedFnPtr ) )(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodePointerSUN( @@ -562842,6 +345088,8 @@ public static void ReplacementCodePointerSUN( [NativeTypeName("const void **")] void** pointer ) => ThisThread.ReplacementCodePointerSUN(type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodePointerSUN( [NativeTypeName("GLenum")] Constant type, @@ -562855,7 +345103,6 @@ void IGL.ReplacementCodePointerSUN( } } - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -562865,6 +345112,7 @@ public static void ReplacementCodePointerSUN( [NativeTypeName("const void **")] Ref2D pointer ) => ThisThread.ReplacementCodePointerSUN(type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeubSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN([NativeTypeName("GLubyte")] byte code) => ( @@ -562875,12 +345123,12 @@ _slots[2247] is not null and var loadedFnPtr ) )(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeSUN([NativeTypeName("GLubyte")] byte code) => ThisThread.ReplacementCodeSUN(code); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN([NativeTypeName("const GLubyte *")] byte* code) => ( @@ -562891,12 +345139,13 @@ _slots[2248] is not null and var loadedFnPtr ) )(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeSUN([NativeTypeName("const GLubyte *")] byte* code) => ThisThread.ReplacementCodeSUN(code); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN([NativeTypeName("const GLubyte *")] Ref code) { @@ -562906,13 +345155,13 @@ void IGL.ReplacementCodeSUN([NativeTypeName("const GLubyte *")] Ref code) } } - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeSUN([NativeTypeName("const GLubyte *")] Ref code) => ThisThread.ReplacementCodeSUN(code); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -562934,7 +345183,6 @@ _slots[2249] is not null and var loadedFnPtr ) )(rc, r, g, b, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiColor3FVertex3SUN( @@ -562947,6 +345195,8 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiColor3FVertex3SUN(rc, r, g, b, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLuint")] Constant rc, @@ -562958,7 +345208,6 @@ void IGL.ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ((IGL)this).ReplacementCodeuiColor3FVertex3SUN((uint)rc, r, g, b, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -562972,6 +345221,7 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiColor3FVertex3SUN(rc, r, g, b, x, y, z); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -562989,7 +345239,6 @@ _slots[2250] is not null and var loadedFnPtr ) )(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiColor3FVertex3SUN( @@ -562998,6 +345247,8 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -563013,7 +345264,6 @@ void IGL.ReplacementCodeuiColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563023,6 +345273,8 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLuint *")] uint rc, @@ -563037,7 +345289,6 @@ void IGL.ReplacementCodeuiColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563047,6 +345298,8 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -563062,7 +345315,6 @@ void IGL.ReplacementCodeuiColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563072,6 +345324,8 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLuint *")] GLEnum rc, @@ -563086,7 +345340,6 @@ void IGL.ReplacementCodeuiColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563096,6 +345349,8 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -563111,7 +345366,6 @@ void IGL.ReplacementCodeuiColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563121,6 +345375,8 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLuint *")] TriangleListSUN rc, @@ -563139,7 +345395,6 @@ void IGL.ReplacementCodeuiColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563149,6 +345404,7 @@ public static void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor3FVertex3SUN(rc, c, v); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -563186,7 +345442,6 @@ _slots[2251] is not null and var loadedFnPtr ) )(rc, r, g, b, a, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -563203,6 +345458,8 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, r, g, b, a, nx, ny, nz, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLuint")] Constant rc, @@ -563231,7 +345488,6 @@ void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563249,6 +345505,7 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, r, g, b, a, nx, ny, nz, x, y, z); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -563267,7 +345524,6 @@ _slots[2252] is not null and var loadedFnPtr ) )(rc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -563277,6 +345533,8 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -563299,7 +345557,6 @@ void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563310,6 +345567,8 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint rc, @@ -563331,7 +345590,6 @@ void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563342,6 +345600,8 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -563364,7 +345624,6 @@ void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563375,6 +345634,8 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] GLEnum rc, @@ -563396,7 +345657,6 @@ void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563407,6 +345667,8 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -563429,7 +345691,6 @@ void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563440,6 +345701,8 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] TriangleListSUN rc, @@ -563461,7 +345724,6 @@ void IGL.ReplacementCodeuiColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563472,6 +345734,7 @@ public static void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor4FNormal3FVertex3SUN(rc, c, n, v); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -563494,7 +345757,6 @@ _slots[2253] is not null and var loadedFnPtr ) )(rc, r, g, b, a, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiColor4UbVertex3SUN( @@ -563508,6 +345770,8 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiColor4UbVertex3SUN(rc, r, g, b, a, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLuint")] Constant rc, @@ -563520,7 +345784,6 @@ void IGL.ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ((IGL)this).ReplacementCodeuiColor4UbVertex3SUN((uint)rc, r, g, b, a, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563535,6 +345798,7 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiColor4UbVertex3SUN(rc, r, g, b, a, x, y, z); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -563552,7 +345816,6 @@ _slots[2254] is not null and var loadedFnPtr ) )(rc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiColor4UbVertex3SUN( @@ -563561,6 +345824,8 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -563576,7 +345841,6 @@ void IGL.ReplacementCodeuiColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563586,6 +345850,8 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLuint *")] uint rc, @@ -563600,7 +345866,6 @@ void IGL.ReplacementCodeuiColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563610,6 +345875,8 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -563625,7 +345892,6 @@ void IGL.ReplacementCodeuiColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563635,6 +345901,8 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLuint *")] GLEnum rc, @@ -563649,7 +345917,6 @@ void IGL.ReplacementCodeuiColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563659,6 +345926,8 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -563674,7 +345943,6 @@ void IGL.ReplacementCodeuiColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563684,6 +345952,8 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLuint *")] TriangleListSUN rc, @@ -563702,7 +345972,6 @@ void IGL.ReplacementCodeuiColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563712,6 +345981,7 @@ public static void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiColor4UbVertex3SUN(rc, c, v); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -563733,7 +346003,6 @@ _slots[2255] is not null and var loadedFnPtr ) )(rc, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiNormal3FVertex3SUN( @@ -563746,6 +346015,8 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiNormal3FVertex3SUN(rc, nx, ny, nz, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLuint")] Constant rc, @@ -563757,7 +346028,6 @@ void IGL.ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ((IGL)this).ReplacementCodeuiNormal3FVertex3SUN((uint)rc, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563771,6 +346041,7 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiNormal3FVertex3SUN(rc, nx, ny, nz, x, y, z); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -563788,7 +346059,6 @@ _slots[2256] is not null and var loadedFnPtr ) )(rc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiNormal3FVertex3SUN( @@ -563797,6 +346067,8 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -563812,7 +346084,6 @@ void IGL.ReplacementCodeuiNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563822,6 +346093,8 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint rc, @@ -563836,7 +346109,6 @@ void IGL.ReplacementCodeuiNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563846,6 +346118,8 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -563861,7 +346135,6 @@ void IGL.ReplacementCodeuiNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563871,6 +346144,8 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] GLEnum rc, @@ -563885,7 +346160,6 @@ void IGL.ReplacementCodeuiNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563895,6 +346169,8 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -563910,7 +346186,6 @@ void IGL.ReplacementCodeuiNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563920,6 +346195,8 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] TriangleListSUN rc, @@ -563938,7 +346215,6 @@ void IGL.ReplacementCodeuiNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563948,6 +346224,7 @@ public static void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiNormal3FVertex3SUN(rc, n, v); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN([NativeTypeName("GLuint")] uint code) => ( @@ -563958,18 +346235,18 @@ _slots[2257] is not null and var loadedFnPtr ) )(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeSUN([NativeTypeName("GLuint")] uint code) => ThisThread.ReplacementCodeSUN(code); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN( [NativeTypeName("GLuint")] Constant code ) => ((IGL)this).ReplacementCodeSUN((uint)code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -563977,6 +346254,10 @@ public static void ReplacementCodeSUN( [NativeTypeName("GLuint")] Constant code ) => ThisThread.ReplacementCodeSUN(code); + [NativeFunction( + "opengl", + EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN" + )] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -564018,7 +346299,6 @@ _slots[2258] is not null and var loadedFnPtr ) )(rc, s, t, r, g, b, a, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction( "opengl", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN" @@ -564055,6 +346335,11 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( z ); + [Transformed] + [NativeFunction( + "opengl", + EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN" + )] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLuint")] Constant rc, @@ -564087,7 +346372,6 @@ void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -564125,6 +346409,10 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( z ); + [NativeFunction( + "opengl", + EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN" + )] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -564144,7 +346432,6 @@ _slots[2259] is not null and var loadedFnPtr ) )(rc, tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction( "opengl", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN" @@ -564158,6 +346445,11 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); + [Transformed] + [NativeFunction( + "opengl", + EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN" + )] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -564183,7 +346475,6 @@ void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -564198,6 +346489,11 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); + [Transformed] + [NativeFunction( + "opengl", + EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN" + )] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint rc, @@ -564222,7 +346518,6 @@ void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -564237,6 +346532,11 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); + [Transformed] + [NativeFunction( + "opengl", + EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN" + )] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -564262,7 +346562,6 @@ void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -564277,6 +346576,11 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); + [Transformed] + [NativeFunction( + "opengl", + EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN" + )] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] GLEnum rc, @@ -564301,7 +346605,6 @@ void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -564316,6 +346619,11 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); + [Transformed] + [NativeFunction( + "opengl", + EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN" + )] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -564341,7 +346649,6 @@ void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -564356,6 +346663,11 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); + [Transformed] + [NativeFunction( + "opengl", + EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN" + )] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] TriangleListSUN rc, @@ -564380,7 +346692,6 @@ void IGL.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -564395,6 +346706,7 @@ public static void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN(rc, tc, c, n, v); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -564428,7 +346740,6 @@ _slots[2260] is not null and var loadedFnPtr ) )(rc, s, t, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -564443,6 +346754,8 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, s, t, nx, ny, nz, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLuint")] Constant rc, @@ -564467,7 +346780,6 @@ void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564483,6 +346795,7 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, s, t, nx, ny, nz, x, y, z); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -564501,7 +346814,6 @@ _slots[2261] is not null and var loadedFnPtr ) )(rc, tc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -564511,6 +346823,8 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -564533,7 +346847,6 @@ void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564544,6 +346857,8 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint rc, @@ -564565,7 +346880,6 @@ void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564576,6 +346890,8 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -564598,7 +346914,6 @@ void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564609,6 +346924,8 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] GLEnum rc, @@ -564630,7 +346947,6 @@ void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564641,6 +346957,8 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -564663,7 +346981,6 @@ void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564674,6 +346991,8 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] TriangleListSUN rc, @@ -564695,7 +347014,6 @@ void IGL.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564706,6 +347024,7 @@ public static void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FNormal3FVertex3SUN(rc, tc, n, v); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -564726,7 +347045,6 @@ _slots[2262] is not null and var loadedFnPtr ) )(rc, s, t, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -564738,6 +347056,8 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiTexCoord2FVertex3SUN(rc, s, t, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLuint")] Constant rc, @@ -564748,7 +347068,6 @@ void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ((IGL)this).ReplacementCodeuiTexCoord2FVertex3SUN((uint)rc, s, t, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564761,6 +347080,7 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiTexCoord2FVertex3SUN(rc, s, t, x, y, z); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -564778,7 +347098,6 @@ _slots[2263] is not null and var loadedFnPtr ) )(rc, tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -564787,6 +347106,8 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -564802,7 +347123,6 @@ void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564812,6 +347132,8 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLuint *")] uint rc, @@ -564826,7 +347148,6 @@ void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564836,6 +347157,8 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -564851,7 +347174,6 @@ void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564861,6 +347183,8 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLuint *")] GLEnum rc, @@ -564879,7 +347203,6 @@ void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564889,6 +347212,8 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -564904,7 +347229,6 @@ void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564914,6 +347238,8 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLuint *")] TriangleListSUN rc, @@ -564932,7 +347258,6 @@ void IGL.ReplacementCodeuiTexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564942,6 +347267,7 @@ public static void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiTexCoord2FVertex3SUN(rc, tc, v); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -564960,7 +347286,6 @@ _slots[2264] is not null and var loadedFnPtr ) )(rc, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiVertex3SUN( @@ -564970,6 +347295,8 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiVertex3SUN(rc, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiVertex3SUN( [NativeTypeName("GLuint")] Constant rc, @@ -564978,7 +347305,6 @@ void IGL.ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ((IGL)this).ReplacementCodeuiVertex3SUN((uint)rc, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -564989,6 +347315,7 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.ReplacementCodeuiVertex3SUN(rc, x, y, z); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -565005,7 +347332,6 @@ _slots[2265] is not null and var loadedFnPtr ) )(rc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeuiVertex3SUN( @@ -565013,6 +347339,8 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ReplacementCodeuiVertex3SUN(rc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -565026,7 +347354,6 @@ void IGL.ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565035,6 +347362,8 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiVertex3SUN(rc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLuint *")] uint rc, @@ -565047,7 +347376,6 @@ void IGL.ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565056,6 +347384,8 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiVertex3SUN(rc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -565069,7 +347399,6 @@ void IGL.ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565078,6 +347407,8 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiVertex3SUN(rc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLuint *")] GLEnum rc, @@ -565090,7 +347421,6 @@ void IGL.ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565099,6 +347429,8 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiVertex3SUN(rc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLuint *")] Ref rc, @@ -565112,7 +347444,6 @@ void IGL.ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565121,6 +347452,8 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiVertex3SUN(rc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLuint *")] TriangleListSUN rc, @@ -565133,7 +347466,6 @@ void IGL.ReplacementCodeuiVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565142,6 +347474,7 @@ public static void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ReplacementCodeuiVertex3SUN(rc, v); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN([NativeTypeName("const GLuint *")] uint* code) => ( @@ -565152,12 +347485,13 @@ _slots[2266] is not null and var loadedFnPtr ) )(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeSUN([NativeTypeName("const GLuint *")] uint* code) => ThisThread.ReplacementCodeSUN(code); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code) { @@ -565167,13 +347501,14 @@ void IGL.ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code) } } - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code) => ThisThread.ReplacementCodeSUN(code); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code) { @@ -565183,13 +347518,14 @@ void IGL.ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code) } } - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code) => ThisThread.ReplacementCodeSUN(code); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code) { @@ -565199,7 +347535,6 @@ void IGL.ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code ) => ThisThread.ReplacementCodeSUN(code); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeusSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN([NativeTypeName("GLushort")] ushort code) => ( @@ -565217,12 +347553,12 @@ _slots[2267] is not null and var loadedFnPtr ) )(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeSUN([NativeTypeName("GLushort")] ushort code) => ThisThread.ReplacementCodeSUN(code); + [NativeFunction("opengl", EntryPoint = "glReplacementCodeusvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN([NativeTypeName("const GLushort *")] ushort* code) => ( @@ -565233,12 +347569,13 @@ _slots[2268] is not null and var loadedFnPtr ) )(code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeSUN([NativeTypeName("const GLushort *")] ushort* code) => ThisThread.ReplacementCodeSUN(code); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glReplacementCodeusvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ReplacementCodeSUN([NativeTypeName("const GLushort *")] Ref code) { @@ -565248,13 +347585,13 @@ void IGL.ReplacementCodeSUN([NativeTypeName("const GLushort *")] Ref cod } } - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReplacementCodeSUN([NativeTypeName("const GLushort *")] Ref code) => ThisThread.ReplacementCodeSUN(code); + [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RequestResidentProgramNV( [NativeTypeName("GLsizei")] uint n, @@ -565271,7 +347608,6 @@ _slots[2269] is not null and var loadedFnPtr ) )(n, programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RequestResidentProgramNV( @@ -565279,6 +347615,8 @@ public static void RequestResidentProgramNV( [NativeTypeName("const GLuint *")] uint* programs ) => ThisThread.RequestResidentProgramNV(n, programs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RequestResidentProgramNV( [NativeTypeName("GLsizei")] uint n, @@ -565291,7 +347629,6 @@ void IGL.RequestResidentProgramNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565300,17 +347637,19 @@ public static void RequestResidentProgramNV( [NativeTypeName("const GLuint *")] Ref programs ) => ThisThread.RequestResidentProgramNV(n, programs); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RequestResidentProgramNV([NativeTypeName("const GLuint *")] uint programs) => ((IGL)this).RequestResidentProgramNV(1, (uint*)&programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RequestResidentProgramNV([NativeTypeName("const GLuint *")] uint programs) => ThisThread.RequestResidentProgramNV(programs); + [NativeFunction("opengl", EntryPoint = "glResetHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResetHistogram([NativeTypeName("GLenum")] uint target) => ( @@ -565321,18 +347660,18 @@ _slots[2270] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glResetHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResetHistogram([NativeTypeName("GLenum")] uint target) => ThisThread.ResetHistogram(target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glResetHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResetHistogram( [NativeTypeName("GLenum")] Constant target ) => ((IGL)this).ResetHistogram((uint)target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetHistogram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565340,6 +347679,7 @@ public static void ResetHistogram( [NativeTypeName("GLenum")] Constant target ) => ThisThread.ResetHistogram(target); + [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResetHistogramEXT([NativeTypeName("GLenum")] uint target) => ( @@ -565350,18 +347690,18 @@ _slots[2271] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResetHistogramEXT([NativeTypeName("GLenum")] uint target) => ThisThread.ResetHistogramEXT(target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResetHistogramEXT( [NativeTypeName("GLenum")] Constant target ) => ((IGL)this).ResetHistogramEXT((uint)target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565369,6 +347709,7 @@ public static void ResetHistogramEXT( [NativeTypeName("GLenum")] Constant target ) => ThisThread.ResetHistogramEXT(target); + [NativeFunction("opengl", EntryPoint = "glResetMemoryObjectParameterNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResetMemoryObjectParameterNV( [NativeTypeName("GLuint")] uint memory, @@ -565385,9 +347726,6 @@ _slots[2272] is not null and var loadedFnPtr ) )(memory, pname); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glResetMemoryObjectParameterNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResetMemoryObjectParameterNV( @@ -565395,6 +347733,7 @@ public static void ResetMemoryObjectParameterNV( [NativeTypeName("GLenum")] uint pname ) => ThisThread.ResetMemoryObjectParameterNV(memory, pname); + [NativeFunction("opengl", EntryPoint = "glResetMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResetMinmax([NativeTypeName("GLenum")] uint target) => ( @@ -565405,18 +347744,18 @@ _slots[2273] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glResetMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResetMinmax([NativeTypeName("GLenum")] uint target) => ThisThread.ResetMinmax(target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glResetMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResetMinmax( [NativeTypeName("GLenum")] Constant target ) => ((IGL)this).ResetMinmax((uint)target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetMinmax")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565424,6 +347763,7 @@ public static void ResetMinmax( [NativeTypeName("GLenum")] Constant target ) => ThisThread.ResetMinmax(target); + [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResetMinmaxEXT([NativeTypeName("GLenum")] uint target) => ( @@ -565434,18 +347774,18 @@ _slots[2274] is not null and var loadedFnPtr ) )(target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResetMinmaxEXT([NativeTypeName("GLenum")] uint target) => ThisThread.ResetMinmaxEXT(target); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResetMinmaxEXT( [NativeTypeName("GLenum")] Constant target ) => ((IGL)this).ResetMinmaxEXT((uint)target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565453,6 +347793,7 @@ public static void ResetMinmaxEXT( [NativeTypeName("GLenum")] Constant target ) => ThisThread.ResetMinmaxEXT(target); + [NativeFunction("opengl", EntryPoint = "glResizeBuffersMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResizeBuffersMESA() => ( @@ -565463,11 +347804,11 @@ _slots[2275] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_MESA_resize_buffers"])] [NativeFunction("opengl", EntryPoint = "glResizeBuffersMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResizeBuffersMESA() => ThisThread.ResizeBuffersMESA(); + [NativeFunction("opengl", EntryPoint = "glResolveDepthValuesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResolveDepthValuesNV() => ( @@ -565478,15 +347819,13 @@ _slots[2276] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glResolveDepthValuesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResolveDepthValuesNV() => ThisThread.ResolveDepthValuesNV(); + [NativeFunction("opengl", EntryPoint = "glResolveMultisampleFramebufferAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ResolveMultisampleFramebufferApple() => + void IGL.ResolveMultisampleFramebufferAPPLE() => ( (delegate* unmanaged)( _slots[2277] is not null and var loadedFnPtr @@ -565498,13 +347837,12 @@ _slots[2277] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glResolveMultisampleFramebufferAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ResolveMultisampleFramebufferApple() => - ThisThread.ResolveMultisampleFramebufferApple(); + public static void ResolveMultisampleFramebufferAPPLE() => + ThisThread.ResolveMultisampleFramebufferAPPLE(); + [NativeFunction("opengl", EntryPoint = "glResumeTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResumeTransformFeedback() => ( @@ -565518,38 +347856,11 @@ _slots[2278] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glResumeTransformFeedback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResumeTransformFeedback() => ThisThread.ResumeTransformFeedback(); + [NativeFunction("opengl", EntryPoint = "glResumeTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ResumeTransformFeedbackNV() => ( @@ -565563,11 +347874,11 @@ _slots[2279] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glResumeTransformFeedbackNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResumeTransformFeedbackNV() => ThisThread.ResumeTransformFeedbackNV(); + [NativeFunction("opengl", EntryPoint = "glRotated")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rotate( [NativeTypeName("GLdouble")] double angle, @@ -565583,31 +347894,6 @@ _slots[2280] is not null and var loadedFnPtr ) )(angle, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRotated")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Rotate( @@ -565617,6 +347903,7 @@ public static void Rotate( [NativeTypeName("GLdouble")] double z ) => ThisThread.Rotate(angle, x, y, z); + [NativeFunction("opengl", EntryPoint = "glRotatef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rotate( [NativeTypeName("GLfloat")] float angle, @@ -565632,32 +347919,6 @@ _slots[2281] is not null and var loadedFnPtr ) )(angle, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glRotatef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Rotate( @@ -565667,6 +347928,7 @@ public static void Rotate( [NativeTypeName("GLfloat")] float z ) => ThisThread.Rotate(angle, x, y, z); + [NativeFunction("opengl", EntryPoint = "glRotatex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Rotatex( [NativeTypeName("GLfixed")] int angle, @@ -565682,7 +347944,6 @@ _slots[2282] is not null and var loadedFnPtr ) )(angle, x, y, z); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glRotatex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Rotatex( @@ -565692,6 +347953,7 @@ public static void Rotatex( [NativeTypeName("GLfixed")] int z ) => ThisThread.Rotatex(angle, x, y, z); + [NativeFunction("opengl", EntryPoint = "glRotatexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.RotatexOES( [NativeTypeName("GLfixed")] int angle, @@ -565707,8 +347969,6 @@ _slots[2283] is not null and var loadedFnPtr ) )(angle, x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRotatexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void RotatexOES( @@ -565718,6 +347978,7 @@ public static void RotatexOES( [NativeTypeName("GLfixed")] int z ) => ThisThread.RotatexOES(angle, x, y, z); + [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleCoverage( [NativeTypeName("GLfloat")] float value, @@ -565731,56 +347992,6 @@ _slots[2284] is not null and var loadedFnPtr ) )(value, invert); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SampleCoverage( @@ -565788,62 +347999,14 @@ public static void SampleCoverage( [NativeTypeName("GLboolean")] uint invert ) => ThisThread.SampleCoverage(value, invert); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleCoverage( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] MaybeBool invert ) => ((IGL)this).SampleCoverage(value, (uint)invert); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565852,6 +348015,7 @@ public static void SampleCoverage( [NativeTypeName("GLboolean")] MaybeBool invert ) => ThisThread.SampleCoverage(value, invert); + [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleCoverageARB( [NativeTypeName("GLfloat")] float value, @@ -565865,7 +348029,6 @@ _slots[2285] is not null and var loadedFnPtr ) )(value, invert); - [SupportedApiProfile("gl", ["GL_ARB_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SampleCoverageARB( @@ -565873,13 +348036,14 @@ public static void SampleCoverageARB( [NativeTypeName("GLboolean")] uint invert ) => ThisThread.SampleCoverageARB(value, invert); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleCoverageARB( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] MaybeBool invert ) => ((IGL)this).SampleCoverageARB(value, (uint)invert); - [SupportedApiProfile("gl", ["GL_ARB_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565888,6 +348052,7 @@ public static void SampleCoverageARB( [NativeTypeName("GLboolean")] MaybeBool invert ) => ThisThread.SampleCoverageARB(value, invert); + [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleCoveragex( [NativeTypeName("GLclampx")] int value, @@ -565901,7 +348066,6 @@ _slots[2286] is not null and var loadedFnPtr ) )(value, invert); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SampleCoveragex( @@ -565909,13 +348073,14 @@ public static void SampleCoveragex( [NativeTypeName("GLboolean")] uint invert ) => ThisThread.SampleCoveragex(value, invert); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleCoveragex( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] MaybeBool invert ) => ((IGL)this).SampleCoveragex(value, (uint)invert); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565924,6 +348089,7 @@ public static void SampleCoveragex( [NativeTypeName("GLboolean")] MaybeBool invert ) => ThisThread.SampleCoveragex(value, invert); + [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleCoveragexOES( [NativeTypeName("GLclampx")] int value, @@ -565937,7 +348103,6 @@ _slots[2287] is not null and var loadedFnPtr ) )(value, invert); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SampleCoveragexOES( @@ -565945,13 +348110,14 @@ public static void SampleCoveragexOES( [NativeTypeName("GLboolean")] uint invert ) => ThisThread.SampleCoveragexOES(value, invert); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleCoveragexOES( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] MaybeBool invert ) => ((IGL)this).SampleCoveragexOES(value, (uint)invert); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -565960,6 +348126,7 @@ public static void SampleCoveragexOES( [NativeTypeName("GLboolean")] MaybeBool invert ) => ThisThread.SampleCoveragexOES(value, invert); + [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleMapATI( [NativeTypeName("GLuint")] uint dst, @@ -565974,7 +348141,6 @@ _slots[2288] is not null and var loadedFnPtr ) )(dst, interp, swizzle); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SampleMapATI( @@ -565983,6 +348149,8 @@ public static void SampleMapATI( [NativeTypeName("GLenum")] uint swizzle ) => ThisThread.SampleMapATI(dst, interp, swizzle); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleMapATI( [NativeTypeName("GLuint")] Constant dst, @@ -565990,7 +348158,6 @@ void IGL.SampleMapATI( [NativeTypeName("GLenum")] Constant swizzle ) => ((IGL)this).SampleMapATI((uint)dst, (uint)interp, (uint)swizzle); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566000,6 +348167,7 @@ public static void SampleMapATI( [NativeTypeName("GLenum")] Constant swizzle ) => ThisThread.SampleMapATI(dst, interp, swizzle); + [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleMaskEXT( [NativeTypeName("GLclampf")] float value, @@ -566013,7 +348181,6 @@ _slots[2289] is not null and var loadedFnPtr ) )(value, invert); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SampleMaskEXT( @@ -566021,13 +348188,14 @@ public static void SampleMaskEXT( [NativeTypeName("GLboolean")] uint invert ) => ThisThread.SampleMaskEXT(value, invert); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleMaskEXT( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] MaybeBool invert ) => ((IGL)this).SampleMaskEXT(value, (uint)invert); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566036,6 +348204,7 @@ public static void SampleMaskEXT( [NativeTypeName("GLboolean")] MaybeBool invert ) => ThisThread.SampleMaskEXT(value, invert); + [NativeFunction("opengl", EntryPoint = "glSampleMaski")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleMask( [NativeTypeName("GLuint")] uint maskNumber, @@ -566049,38 +348218,6 @@ _slots[2290] is not null and var loadedFnPtr ) )(maskNumber, mask); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glSampleMaski")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SampleMask( @@ -566088,6 +348225,7 @@ public static void SampleMask( [NativeTypeName("GLbitfield")] uint mask ) => ThisThread.SampleMask(maskNumber, mask); + [NativeFunction("opengl", EntryPoint = "glSampleMaskIndexedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleMaskIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -566101,7 +348239,6 @@ _slots[2291] is not null and var loadedFnPtr ) )(index, mask); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskIndexedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SampleMaskIndexedNV( @@ -566109,6 +348246,7 @@ public static void SampleMaskIndexedNV( [NativeTypeName("GLbitfield")] uint mask ) => ThisThread.SampleMaskIndexedNV(index, mask); + [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleMaskSGIS( [NativeTypeName("GLclampf")] float value, @@ -566122,7 +348260,6 @@ _slots[2292] is not null and var loadedFnPtr ) )(value, invert); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SampleMaskSGIS( @@ -566130,13 +348267,14 @@ public static void SampleMaskSGIS( [NativeTypeName("GLboolean")] uint invert ) => ThisThread.SampleMaskSGIS(value, invert); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SampleMaskSGIS( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] MaybeBool invert ) => ((IGL)this).SampleMaskSGIS(value, (uint)invert); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566145,6 +348283,7 @@ public static void SampleMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool invert ) => ThisThread.SampleMaskSGIS(value, invert); + [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplePatternEXT([NativeTypeName("GLenum")] uint pattern) => ( @@ -566155,18 +348294,18 @@ _slots[2293] is not null and var loadedFnPtr ) )(pattern); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SamplePatternEXT([NativeTypeName("GLenum")] uint pattern) => ThisThread.SamplePatternEXT(pattern); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplePatternEXT( [NativeTypeName("GLenum")] Constant pattern ) => ((IGL)this).SamplePatternEXT((uint)pattern); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566174,6 +348313,7 @@ public static void SamplePatternEXT( [NativeTypeName("GLenum")] Constant pattern ) => ThisThread.SamplePatternEXT(pattern); + [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplePatternSGIS([NativeTypeName("GLenum")] uint pattern) => ( @@ -566184,18 +348324,18 @@ _slots[2294] is not null and var loadedFnPtr ) )(pattern); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SamplePatternSGIS([NativeTypeName("GLenum")] uint pattern) => ThisThread.SamplePatternSGIS(pattern); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplePatternSGIS( [NativeTypeName("GLenum")] Constant pattern ) => ((IGL)this).SamplePatternSGIS((uint)pattern); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566203,6 +348343,7 @@ public static void SamplePatternSGIS( [NativeTypeName("GLenum")] Constant pattern ) => ThisThread.SamplePatternSGIS(pattern); + [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -566217,41 +348358,6 @@ _slots[2295] is not null and var loadedFnPtr ) )(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SamplerParameter( @@ -566260,6 +348366,8 @@ public static void SamplerParameter( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.SamplerParameter(sampler, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -566267,41 +348375,6 @@ void IGL.SamplerParameter( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).SamplerParameter(sampler, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566311,6 +348384,7 @@ public static void SamplerParameter( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.SamplerParameter(sampler, pname, param2); + [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -566325,41 +348399,6 @@ _slots[2296] is not null and var loadedFnPtr ) )(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SamplerParameter( @@ -566368,6 +348407,8 @@ public static void SamplerParameter( [NativeTypeName("const GLfloat *")] float* param2 ) => ThisThread.SamplerParameter(sampler, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -566381,41 +348422,6 @@ void IGL.SamplerParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566425,6 +348431,7 @@ public static void SamplerParameter( [NativeTypeName("const GLfloat *")] Ref param2 ) => ThisThread.SamplerParameter(sampler, pname, param2); + [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -566439,41 +348446,6 @@ _slots[2297] is not null and var loadedFnPtr ) )(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SamplerParameter( @@ -566482,6 +348454,8 @@ public static void SamplerParameter( [NativeTypeName("GLint")] int param2 ) => ThisThread.SamplerParameter(sampler, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -566489,41 +348463,6 @@ void IGL.SamplerParameter( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).SamplerParameter(sampler, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566533,6 +348472,7 @@ public static void SamplerParameter( [NativeTypeName("GLint")] int param2 ) => ThisThread.SamplerParameter(sampler, pname, param2); + [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -566547,36 +348487,6 @@ _slots[2298] is not null and var loadedFnPtr ) )(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SamplerParameterI( @@ -566585,6 +348495,8 @@ public static void SamplerParameterI( [NativeTypeName("const GLint *")] int* param2 ) => ThisThread.SamplerParameterI(sampler, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -566598,36 +348510,6 @@ void IGL.SamplerParameterI( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566637,6 +348519,7 @@ public static void SamplerParameterI( [NativeTypeName("const GLint *")] Ref param2 ) => ThisThread.SamplerParameterI(sampler, pname, param2); + [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -566654,7 +348537,6 @@ _slots[2299] is not null and var loadedFnPtr ) )(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SamplerParameterIEXT( @@ -566663,6 +348545,8 @@ public static void SamplerParameterIEXT( [NativeTypeName("const GLint *")] int* param2 ) => ThisThread.SamplerParameterIEXT(sampler, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -566676,7 +348560,6 @@ void IGL.SamplerParameterIEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566686,6 +348569,7 @@ public static void SamplerParameterIEXT( [NativeTypeName("const GLint *")] Ref param2 ) => ThisThread.SamplerParameterIEXT(sampler, pname, param2); + [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -566703,7 +348587,6 @@ _slots[2300] is not null and var loadedFnPtr ) )(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SamplerParameterIOES( @@ -566712,6 +348595,8 @@ public static void SamplerParameterIOES( [NativeTypeName("const GLint *")] int* param2 ) => ThisThread.SamplerParameterIOES(sampler, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -566725,7 +348610,6 @@ void IGL.SamplerParameterIOES( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566735,6 +348619,7 @@ public static void SamplerParameterIOES( [NativeTypeName("const GLint *")] Ref param2 ) => ThisThread.SamplerParameterIOES(sampler, pname, param2); + [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -566749,36 +348634,6 @@ _slots[2301] is not null and var loadedFnPtr ) )(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SamplerParameterI( @@ -566787,6 +348642,8 @@ public static void SamplerParameterI( [NativeTypeName("const GLuint *")] uint* param2 ) => ThisThread.SamplerParameterI(sampler, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -566800,36 +348657,6 @@ void IGL.SamplerParameterI( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566839,6 +348666,7 @@ public static void SamplerParameterI( [NativeTypeName("const GLuint *")] Ref param2 ) => ThisThread.SamplerParameterI(sampler, pname, param2); + [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -566856,7 +348684,6 @@ _slots[2302] is not null and var loadedFnPtr ) )(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SamplerParameterIEXT( @@ -566865,6 +348692,8 @@ public static void SamplerParameterIEXT( [NativeTypeName("const GLuint *")] uint* param2 ) => ThisThread.SamplerParameterIEXT(sampler, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -566878,7 +348707,6 @@ void IGL.SamplerParameterIEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566888,6 +348716,7 @@ public static void SamplerParameterIEXT( [NativeTypeName("const GLuint *")] Ref param2 ) => ThisThread.SamplerParameterIEXT(sampler, pname, param2); + [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -566905,7 +348734,6 @@ _slots[2303] is not null and var loadedFnPtr ) )(sampler, pname, param2); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SamplerParameterIOES( @@ -566914,6 +348742,8 @@ public static void SamplerParameterIOES( [NativeTypeName("const GLuint *")] uint* param2 ) => ThisThread.SamplerParameterIOES(sampler, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -566927,7 +348757,6 @@ void IGL.SamplerParameterIOES( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -566937,6 +348766,7 @@ public static void SamplerParameterIOES( [NativeTypeName("const GLuint *")] Ref param2 ) => ThisThread.SamplerParameterIOES(sampler, pname, param2); + [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -566951,41 +348781,6 @@ _slots[2304] is not null and var loadedFnPtr ) )(sampler, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SamplerParameter( @@ -566994,6 +348789,8 @@ public static void SamplerParameter( [NativeTypeName("const GLint *")] int* param2 ) => ThisThread.SamplerParameter(sampler, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -567007,41 +348804,6 @@ void IGL.SamplerParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -567051,6 +348813,7 @@ public static void SamplerParameter( [NativeTypeName("const GLint *")] Ref param2 ) => ThisThread.SamplerParameter(sampler, pname, param2); + [NativeFunction("opengl", EntryPoint = "glScaled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Scale( [NativeTypeName("GLdouble")] double x, @@ -567065,31 +348828,6 @@ _slots[2305] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glScaled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Scale( @@ -567098,6 +348836,7 @@ public static void Scale( [NativeTypeName("GLdouble")] double z ) => ThisThread.Scale(x, y, z); + [NativeFunction("opengl", EntryPoint = "glScalef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Scale( [NativeTypeName("GLfloat")] float x, @@ -567112,32 +348851,6 @@ _slots[2306] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glScalef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Scale( @@ -567146,6 +348859,7 @@ public static void Scale( [NativeTypeName("GLfloat")] float z ) => ThisThread.Scale(x, y, z); + [NativeFunction("opengl", EntryPoint = "glScalex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Scalex( [NativeTypeName("GLfixed")] int x, @@ -567160,7 +348874,6 @@ _slots[2307] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glScalex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Scalex( @@ -567169,6 +348882,7 @@ public static void Scalex( [NativeTypeName("GLfixed")] int z ) => ThisThread.Scalex(x, y, z); + [NativeFunction("opengl", EntryPoint = "glScalexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScalexOES( [NativeTypeName("GLfixed")] int x, @@ -567183,8 +348897,6 @@ _slots[2308] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glScalexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ScalexOES( @@ -567193,6 +348905,7 @@ public static void ScalexOES( [NativeTypeName("GLfixed")] int z ) => ThisThread.ScalexOES(x, y, z); + [NativeFunction("opengl", EntryPoint = "glScissor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Scissor( [NativeTypeName("GLint")] int x, @@ -567208,62 +348921,6 @@ _slots[2309] is not null and var loadedFnPtr ) )(x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glScissor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Scissor( @@ -567273,6 +348930,7 @@ public static void Scissor( [NativeTypeName("GLsizei")] uint height ) => ThisThread.Scissor(x, y, width, height); + [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorArray( [NativeTypeName("GLuint")] uint first, @@ -567287,32 +348945,6 @@ _slots[2310] is not null and var loadedFnPtr ) )(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ScissorArray( @@ -567321,6 +348953,8 @@ public static void ScissorArray( [NativeTypeName("const GLint *")] int* v ) => ThisThread.ScissorArray(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorArray( [NativeTypeName("GLuint")] uint first, @@ -567334,32 +348968,6 @@ void IGL.ScissorArray( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -567369,38 +348977,14 @@ public static void ScissorArray( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.ScissorArray(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorArray( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLint *")] int v ) => ((IGL)this).ScissorArray(first, 1, (int*)&v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -567409,6 +348993,7 @@ public static void ScissorArray( [NativeTypeName("const GLint *")] int v ) => ThisThread.ScissorArray(first, v); + [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorArrayNV( [NativeTypeName("GLuint")] uint first, @@ -567423,7 +349008,6 @@ _slots[2311] is not null and var loadedFnPtr ) )(first, count, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ScissorArrayNV( @@ -567432,6 +349016,8 @@ public static void ScissorArrayNV( [NativeTypeName("const GLint *")] int* v ) => ThisThread.ScissorArrayNV(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorArrayNV( [NativeTypeName("GLuint")] uint first, @@ -567445,7 +349031,6 @@ void IGL.ScissorArrayNV( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -567455,13 +349040,14 @@ public static void ScissorArrayNV( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.ScissorArrayNV(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorArrayNV( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLint *")] int v ) => ((IGL)this).ScissorArrayNV(first, 1, (int*)&v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -567470,21 +349056,23 @@ public static void ScissorArrayNV( [NativeTypeName("const GLint *")] int v ) => ThisThread.ScissorArrayNV(first, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ScissorArrayvO( + void IGL.ScissorArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLint *")] int v ) => ((IGL)this).ScissorArrayOES(first, 1, (int*)&v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ScissorArrayvO( + public static void ScissorArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLint *")] int v - ) => ThisThread.ScissorArrayvO(first, v); + ) => ThisThread.ScissorArrayvOOES(first, v); + [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorArrayOES( [NativeTypeName("GLuint")] uint first, @@ -567499,7 +349087,6 @@ _slots[2312] is not null and var loadedFnPtr ) )(first, count, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ScissorArrayOES( @@ -567508,6 +349095,8 @@ public static void ScissorArrayOES( [NativeTypeName("const GLint *")] int* v ) => ThisThread.ScissorArrayOES(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorArrayOES( [NativeTypeName("GLuint")] uint first, @@ -567521,7 +349110,6 @@ void IGL.ScissorArrayOES( } } - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -567531,6 +349119,7 @@ public static void ScissorArrayOES( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.ScissorArrayOES(first, count, v); + [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorExclusiveArrayNV( [NativeTypeName("GLuint")] uint first, @@ -567548,9 +349137,6 @@ _slots[2313] is not null and var loadedFnPtr ) )(first, count, v); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ScissorExclusiveArrayNV( @@ -567559,6 +349145,8 @@ public static void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] int* v ) => ThisThread.ScissorExclusiveArrayNV(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorExclusiveArrayNV( [NativeTypeName("GLuint")] uint first, @@ -567572,9 +349160,6 @@ void IGL.ScissorExclusiveArrayNV( } } - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -567584,15 +349169,14 @@ public static void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.ScissorExclusiveArrayNV(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorExclusiveArrayNV( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLint *")] int v ) => ((IGL)this).ScissorExclusiveArrayNV(first, 1, (int*)&v); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -567601,6 +349185,7 @@ public static void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] int v ) => ThisThread.ScissorExclusiveArrayNV(first, v); + [NativeFunction("opengl", EntryPoint = "glScissorExclusiveNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorExclusiveNV( [NativeTypeName("GLint")] int x, @@ -567616,9 +349201,6 @@ _slots[2314] is not null and var loadedFnPtr ) )(x, y, width, height); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ScissorExclusiveNV( @@ -567628,6 +349210,7 @@ public static void ScissorExclusiveNV( [NativeTypeName("GLsizei")] uint height ) => ThisThread.ScissorExclusiveNV(x, y, width, height); + [NativeFunction("opengl", EntryPoint = "glScissorIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorIndexed( [NativeTypeName("GLuint")] uint index, @@ -567644,32 +349227,6 @@ _slots[2315] is not null and var loadedFnPtr ) )(index, left, bottom, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ScissorIndexed( @@ -567680,6 +349237,7 @@ public static void ScissorIndexed( [NativeTypeName("GLsizei")] uint height ) => ThisThread.ScissorIndexed(index, left, bottom, width, height); + [NativeFunction("opengl", EntryPoint = "glScissorIndexedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -567696,7 +349254,6 @@ _slots[2316] is not null and var loadedFnPtr ) )(index, left, bottom, width, height); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ScissorIndexedNV( @@ -567707,6 +349264,7 @@ public static void ScissorIndexedNV( [NativeTypeName("GLsizei")] uint height ) => ThisThread.ScissorIndexedNV(index, left, bottom, width, height); + [NativeFunction("opengl", EntryPoint = "glScissorIndexedOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -567723,7 +349281,6 @@ _slots[2317] is not null and var loadedFnPtr ) )(index, left, bottom, width, height); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ScissorIndexedOES( @@ -567734,6 +349291,7 @@ public static void ScissorIndexedOES( [NativeTypeName("GLsizei")] uint height ) => ThisThread.ScissorIndexedOES(index, left, bottom, width, height); + [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorIndexed( [NativeTypeName("GLuint")] uint index, @@ -567747,32 +349305,6 @@ _slots[2318] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ScissorIndexed( @@ -567780,6 +349312,8 @@ public static void ScissorIndexed( [NativeTypeName("const GLint *")] int* v ) => ThisThread.ScissorIndexed(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorIndexed( [NativeTypeName("GLuint")] uint index, @@ -567792,32 +349326,6 @@ void IGL.ScissorIndexed( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -567826,6 +349334,7 @@ public static void ScissorIndexed( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.ScissorIndexed(index, v); + [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -567839,7 +349348,6 @@ _slots[2319] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ScissorIndexedNV( @@ -567847,6 +349355,8 @@ public static void ScissorIndexedNV( [NativeTypeName("const GLint *")] int* v ) => ThisThread.ScissorIndexedNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -567859,7 +349369,6 @@ void IGL.ScissorIndexedNV( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -567868,6 +349377,7 @@ public static void ScissorIndexedNV( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.ScissorIndexedNV(index, v); + [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -567881,7 +349391,6 @@ _slots[2320] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ScissorIndexedOES( @@ -567889,6 +349398,8 @@ public static void ScissorIndexedOES( [NativeTypeName("const GLint *")] int* v ) => ThisThread.ScissorIndexedOES(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ScissorIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -567901,7 +349412,6 @@ void IGL.ScissorIndexedOES( } } - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -567910,6 +349420,7 @@ public static void ScissorIndexedOES( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.ScissorIndexedOES(index, v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3b")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3( [NativeTypeName("GLbyte")] sbyte red, @@ -567924,27 +349435,6 @@ _slots[2321] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3b")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3( @@ -567953,6 +349443,7 @@ public static void SecondaryColor3( [NativeTypeName("GLbyte")] sbyte blue ) => ThisThread.SecondaryColor3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT( [NativeTypeName("GLbyte")] sbyte red, @@ -567967,7 +349458,6 @@ _slots[2322] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT( @@ -567976,6 +349466,7 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLbyte")] sbyte blue ) => ThisThread.SecondaryColor3EXT(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLbyte *")] sbyte* v) => ( @@ -567986,32 +349477,13 @@ _slots[2323] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLbyte *")] sbyte* v) => ThisThread.SecondaryColor3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLbyte *")] Ref v) { @@ -568021,33 +349493,13 @@ void IGL.SecondaryColor3([NativeTypeName("const GLbyte *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLbyte *")] Ref v) => ThisThread.SecondaryColor3(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => ( @@ -568058,12 +349510,13 @@ _slots[2324] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => ThisThread.SecondaryColor3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLbyte *")] Ref v) { @@ -568073,13 +349526,13 @@ void IGL.SecondaryColor3EXT([NativeTypeName("const GLbyte *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] Ref v) => ThisThread.SecondaryColor3EXT(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3( [NativeTypeName("GLdouble")] double red, @@ -568094,27 +349547,6 @@ _slots[2325] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3( @@ -568123,6 +349555,7 @@ public static void SecondaryColor3( [NativeTypeName("GLdouble")] double blue ) => ThisThread.SecondaryColor3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT( [NativeTypeName("GLdouble")] double red, @@ -568137,7 +349570,6 @@ _slots[2326] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT( @@ -568146,6 +349578,7 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLdouble")] double blue ) => ThisThread.SecondaryColor3EXT(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLdouble *")] double* v) => ( @@ -568156,32 +349589,13 @@ _slots[2327] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLdouble *")] double* v) => ThisThread.SecondaryColor3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLdouble *")] Ref v) { @@ -568191,33 +349605,13 @@ void IGL.SecondaryColor3([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.SecondaryColor3(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLdouble *")] double* v) => ( @@ -568228,12 +349622,13 @@ _slots[2328] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLdouble *")] double* v) => ThisThread.SecondaryColor3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLdouble *")] Ref v) { @@ -568243,13 +349638,13 @@ void IGL.SecondaryColor3EXT([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.SecondaryColor3EXT(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3( [NativeTypeName("GLfloat")] float red, @@ -568264,27 +349659,6 @@ _slots[2329] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3( @@ -568293,6 +349667,7 @@ public static void SecondaryColor3( [NativeTypeName("GLfloat")] float blue ) => ThisThread.SecondaryColor3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT( [NativeTypeName("GLfloat")] float red, @@ -568307,7 +349682,6 @@ _slots[2330] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT( @@ -568316,6 +349690,7 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLfloat")] float blue ) => ThisThread.SecondaryColor3EXT(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLfloat *")] float* v) => ( @@ -568326,32 +349701,13 @@ _slots[2331] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLfloat *")] float* v) => ThisThread.SecondaryColor3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLfloat *")] Ref v) { @@ -568361,33 +349717,13 @@ void IGL.SecondaryColor3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.SecondaryColor3(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLfloat *")] float* v) => ( @@ -568398,12 +349734,13 @@ _slots[2332] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLfloat *")] float* v) => ThisThread.SecondaryColor3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLfloat *")] Ref v) { @@ -568413,13 +349750,13 @@ void IGL.SecondaryColor3EXT([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.SecondaryColor3EXT(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3NV( [NativeTypeName("GLhalfNV")] ushort red, @@ -568434,7 +349771,6 @@ _slots[2333] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3NV( @@ -568443,6 +349779,7 @@ public static void SecondaryColor3NV( [NativeTypeName("GLhalfNV")] ushort blue ) => ThisThread.SecondaryColor3NV(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ( @@ -568453,12 +349790,13 @@ _slots[2334] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ThisThread.SecondaryColor3NV(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] Ref v) { @@ -568468,13 +349806,13 @@ void IGL.SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] Ref v) => ThisThread.SecondaryColor3NV(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3( [NativeTypeName("GLint")] int red, @@ -568489,27 +349827,6 @@ _slots[2335] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3( @@ -568518,6 +349835,7 @@ public static void SecondaryColor3( [NativeTypeName("GLint")] int blue ) => ThisThread.SecondaryColor3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT( [NativeTypeName("GLint")] int red, @@ -568532,7 +349850,6 @@ _slots[2336] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT( @@ -568541,6 +349858,7 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLint")] int blue ) => ThisThread.SecondaryColor3EXT(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLint *")] int* v) => ( @@ -568551,32 +349869,13 @@ _slots[2337] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLint *")] int* v) => ThisThread.SecondaryColor3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLint *")] Ref v) { @@ -568586,33 +349885,13 @@ void IGL.SecondaryColor3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLint *")] Ref v) => ThisThread.SecondaryColor3(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLint *")] int* v) => ( @@ -568623,12 +349902,13 @@ _slots[2338] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLint *")] int* v) => ThisThread.SecondaryColor3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLint *")] Ref v) { @@ -568638,13 +349918,13 @@ void IGL.SecondaryColor3EXT([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLint *")] Ref v) => ThisThread.SecondaryColor3EXT(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3( [NativeTypeName("GLshort")] short red, @@ -568659,27 +349939,6 @@ _slots[2339] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3( @@ -568688,6 +349947,7 @@ public static void SecondaryColor3( [NativeTypeName("GLshort")] short blue ) => ThisThread.SecondaryColor3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT( [NativeTypeName("GLshort")] short red, @@ -568702,7 +349962,6 @@ _slots[2340] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT( @@ -568711,6 +349970,7 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLshort")] short blue ) => ThisThread.SecondaryColor3EXT(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLshort *")] short* v) => ( @@ -568721,32 +349981,13 @@ _slots[2341] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLshort *")] short* v) => ThisThread.SecondaryColor3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLshort *")] Ref v) { @@ -568756,33 +349997,13 @@ void IGL.SecondaryColor3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLshort *")] Ref v) => ThisThread.SecondaryColor3(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLshort *")] short* v) => ( @@ -568793,12 +350014,13 @@ _slots[2342] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLshort *")] short* v) => ThisThread.SecondaryColor3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLshort *")] Ref v) { @@ -568808,13 +350030,13 @@ void IGL.SecondaryColor3EXT([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLshort *")] Ref v) => ThisThread.SecondaryColor3EXT(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ub")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3( [NativeTypeName("GLubyte")] byte red, @@ -568829,27 +350051,6 @@ _slots[2343] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ub")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3( @@ -568858,6 +350059,7 @@ public static void SecondaryColor3( [NativeTypeName("GLubyte")] byte blue ) => ThisThread.SecondaryColor3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT( [NativeTypeName("GLubyte")] byte red, @@ -568872,7 +350074,6 @@ _slots[2344] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT( @@ -568881,6 +350082,7 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLubyte")] byte blue ) => ThisThread.SecondaryColor3EXT(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLubyte *")] byte* v) => ( @@ -568891,32 +350093,13 @@ _slots[2345] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLubyte *")] byte* v) => ThisThread.SecondaryColor3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLubyte *")] Ref v) { @@ -568926,33 +350109,13 @@ void IGL.SecondaryColor3([NativeTypeName("const GLubyte *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLubyte *")] Ref v) => ThisThread.SecondaryColor3(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLubyte *")] byte* v) => ( @@ -568963,12 +350126,13 @@ _slots[2346] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] byte* v) => ThisThread.SecondaryColor3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLubyte *")] Ref v) { @@ -568978,13 +350142,13 @@ void IGL.SecondaryColor3EXT([NativeTypeName("const GLubyte *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] Ref v) => ThisThread.SecondaryColor3EXT(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3( [NativeTypeName("GLuint")] uint red, @@ -568999,27 +350163,6 @@ _slots[2347] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3( @@ -569028,6 +350171,7 @@ public static void SecondaryColor3( [NativeTypeName("GLuint")] uint blue ) => ThisThread.SecondaryColor3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT( [NativeTypeName("GLuint")] uint red, @@ -569042,7 +350186,6 @@ _slots[2348] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT( @@ -569051,6 +350194,7 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLuint")] uint blue ) => ThisThread.SecondaryColor3EXT(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLuint *")] uint* v) => ( @@ -569061,32 +350205,13 @@ _slots[2349] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLuint *")] uint* v) => ThisThread.SecondaryColor3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLuint *")] Ref v) { @@ -569096,33 +350221,13 @@ void IGL.SecondaryColor3([NativeTypeName("const GLuint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLuint *")] Ref v) => ThisThread.SecondaryColor3(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLuint *")] uint* v) => ( @@ -569133,12 +350238,13 @@ _slots[2350] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLuint *")] uint* v) => ThisThread.SecondaryColor3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLuint *")] Ref v) { @@ -569148,13 +350254,13 @@ void IGL.SecondaryColor3EXT([NativeTypeName("const GLuint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLuint *")] Ref v) => ThisThread.SecondaryColor3EXT(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3us")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3( [NativeTypeName("GLushort")] ushort red, @@ -569169,27 +350275,6 @@ _slots[2351] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3us")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3( @@ -569198,6 +350283,7 @@ public static void SecondaryColor3( [NativeTypeName("GLushort")] ushort blue ) => ThisThread.SecondaryColor3(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT( [NativeTypeName("GLushort")] ushort red, @@ -569212,7 +350298,6 @@ _slots[2352] is not null and var loadedFnPtr ) )(red, green, blue); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT( @@ -569221,6 +350306,7 @@ public static void SecondaryColor3EXT( [NativeTypeName("GLushort")] ushort blue ) => ThisThread.SecondaryColor3EXT(red, green, blue); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLushort *")] ushort* v) => ( @@ -569231,32 +350317,13 @@ _slots[2353] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLushort *")] ushort* v) => ThisThread.SecondaryColor3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3([NativeTypeName("const GLushort *")] Ref v) { @@ -569266,33 +350333,13 @@ void IGL.SecondaryColor3([NativeTypeName("const GLushort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3([NativeTypeName("const GLushort *")] Ref v) => ThisThread.SecondaryColor3(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLushort *")] ushort* v) => ( @@ -569303,12 +350350,13 @@ _slots[2354] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLushort *")] ushort* v) => ThisThread.SecondaryColor3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColor3EXT([NativeTypeName("const GLushort *")] Ref v) { @@ -569318,13 +350366,13 @@ void IGL.SecondaryColor3EXT([NativeTypeName("const GLushort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColor3EXT([NativeTypeName("const GLushort *")] Ref v) => ThisThread.SecondaryColor3EXT(v); + [NativeFunction("opengl", EntryPoint = "glSecondaryColorFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColorFormatNV( [NativeTypeName("GLint")] int size, @@ -569342,8 +350390,6 @@ _slots[2355] is not null and var loadedFnPtr ) )(size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColorFormatNV( @@ -569352,6 +350398,8 @@ public static void SecondaryColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.SecondaryColorFormatNV(size, type, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColorFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColorFormatNV( [NativeTypeName("GLint")] int size, @@ -569359,8 +350407,6 @@ void IGL.SecondaryColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ((IGL)this).SecondaryColorFormatNV(size, (uint)type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -569370,6 +350416,7 @@ public static void SecondaryColorFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.SecondaryColorFormatNV(size, type, stride); + [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColorP3( [NativeTypeName("GLenum")] uint type, @@ -569383,7 +350430,6 @@ _slots[2356] is not null and var loadedFnPtr ) )(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColorP3( @@ -569391,13 +350437,14 @@ public static void SecondaryColorP3( [NativeTypeName("GLuint")] uint color ) => ThisThread.SecondaryColorP3(type, color); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColorP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint color ) => ((IGL)this).SecondaryColorP3((uint)type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -569406,8 +350453,9 @@ public static void SecondaryColorP3( [NativeTypeName("GLuint")] uint color ) => ThisThread.SecondaryColorP3(type, color); + [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.SecondaryColorP3Uiv( + void IGL.SecondaryColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color ) => @@ -569419,50 +350467,52 @@ _slots[2357] is not null and var loadedFnPtr ) )(type, color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void SecondaryColorP3Uiv( + public static void SecondaryColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color - ) => ThisThread.SecondaryColorP3Uiv(type, color); + ) => ThisThread.SecondaryColorP3uiv(type, color); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.SecondaryColorP3Uiv( + void IGL.SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ) { fixed (uint* __dsl_color = color) { - ((IGL)this).SecondaryColorP3Uiv((uint)type, __dsl_color); + ((IGL)this).SecondaryColorP3uiv((uint)type, __dsl_color); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void SecondaryColorP3Uiv( + public static void SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color - ) => ThisThread.SecondaryColorP3Uiv(type, color); + ) => ThisThread.SecondaryColorP3uiv(type, color); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.SecondaryColorP3Uiv( + void IGL.SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => ((IGL)this).SecondaryColorP3Uiv((uint)type, (uint*)&color); + ) => ((IGL)this).SecondaryColorP3uiv((uint)type, (uint*)&color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void SecondaryColorP3Uiv( + public static void SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color - ) => ThisThread.SecondaryColorP3Uiv(type, color); + ) => ThisThread.SecondaryColorP3uiv(type, color); + [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColorPointer( [NativeTypeName("GLint")] int size, @@ -569478,27 +350528,6 @@ _slots[2358] is not null and var loadedFnPtr ) )(size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColorPointer( @@ -569508,6 +350537,8 @@ public static void SecondaryColorPointer( [NativeTypeName("const void *")] void* pointer ) => ThisThread.SecondaryColorPointer(size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColorPointer( [NativeTypeName("GLint")] int size, @@ -569522,27 +350553,6 @@ void IGL.SecondaryColorPointer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -569553,6 +350563,7 @@ public static void SecondaryColorPointer( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.SecondaryColorPointer(size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColorPointerEXT( [NativeTypeName("GLint")] int size, @@ -569571,7 +350582,6 @@ _slots[2359] is not null and var loadedFnPtr ) )(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColorPointerEXT( @@ -569581,6 +350591,8 @@ public static void SecondaryColorPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.SecondaryColorPointerEXT(size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColorPointerEXT( [NativeTypeName("GLint")] int size, @@ -569595,7 +350607,6 @@ void IGL.SecondaryColorPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -569606,6 +350617,7 @@ public static void SecondaryColorPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.SecondaryColorPointerEXT(size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int size, @@ -569625,7 +350637,6 @@ _slots[2360] is not null and var loadedFnPtr ) )(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SecondaryColorPointerListIBM( @@ -569636,6 +350647,8 @@ public static void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.SecondaryColorPointerListIBM(size, type, stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int size, @@ -569657,7 +350670,6 @@ void IGL.SecondaryColorPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -569669,6 +350681,8 @@ public static void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.SecondaryColorPointerListIBM(size, type, stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.SecondaryColorPointerListIBM( [NativeTypeName("GLenum")] Constant type, @@ -569687,7 +350701,6 @@ Ptr IGL.SecondaryColorPointerListIBM( return pointer; } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -569697,6 +350710,7 @@ public static Ptr SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.SecondaryColorPointerListIBM(type, stride, ptrstride); + [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SelectBuffer( [NativeTypeName("GLsizei")] uint size, @@ -569710,31 +350724,6 @@ _slots[2361] is not null and var loadedFnPtr ) )(size, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SelectBuffer( @@ -569742,6 +350731,8 @@ public static void SelectBuffer( [NativeTypeName("GLuint *")] uint* buffer ) => ThisThread.SelectBuffer(size, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SelectBuffer( [NativeTypeName("GLsizei")] uint size, @@ -569754,31 +350745,6 @@ void IGL.SelectBuffer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -569787,6 +350753,8 @@ public static void SelectBuffer( [NativeTypeName("GLuint *")] Ref buffer ) => ThisThread.SelectBuffer(size, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.SelectBuffer() { @@ -569795,36 +350763,12 @@ uint IGL.SelectBuffer() return buffer; } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint SelectBuffer() => ThisThread.SelectBuffer(); + [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint monitor, @@ -569844,9 +350788,6 @@ _slots[2362] is not null and var loadedFnPtr ) )(monitor, enable, group, numCounters, counterList); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SelectPerfMonitorCountersAMD( @@ -569857,6 +350798,8 @@ public static void SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] uint* counterList ) => ThisThread.SelectPerfMonitorCountersAMD(monitor, enable, group, numCounters, counterList); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint monitor, @@ -569878,9 +350821,6 @@ void IGL.SelectPerfMonitorCountersAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -569892,6 +350832,8 @@ public static void SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] Ref counterList ) => ThisThread.SelectPerfMonitorCountersAMD(monitor, enable, group, numCounters, counterList); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint monitor, @@ -569910,9 +350852,6 @@ uint IGL.SelectPerfMonitorCountersAMD( return counterList; } - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -569922,6 +350861,7 @@ public static uint SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint group ) => ThisThread.SelectPerfMonitorCountersAMD(monitor, enable, group); + [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SemaphoreParameterNV( [NativeTypeName("GLuint")] uint semaphore, @@ -569939,8 +350879,6 @@ _slots[2363] is not null and var loadedFnPtr ) )(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SemaphoreParameterNV( @@ -569949,6 +350887,8 @@ public static void SemaphoreParameterNV( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.SemaphoreParameterNV(semaphore, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SemaphoreParameterNV( [NativeTypeName("GLuint")] uint semaphore, @@ -569962,8 +350902,6 @@ void IGL.SemaphoreParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -569973,6 +350911,7 @@ public static void SemaphoreParameterNV( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.SemaphoreParameterNV(semaphore, pname, @params); + [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SemaphoreParameterEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -569990,8 +350929,6 @@ _slots[2364] is not null and var loadedFnPtr ) )(semaphore, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SemaphoreParameterEXT( @@ -570000,6 +350937,8 @@ public static void SemaphoreParameterEXT( [NativeTypeName("const GLuint64 *")] ulong* @params ) => ThisThread.SemaphoreParameterEXT(semaphore, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SemaphoreParameterEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -570013,8 +350952,6 @@ void IGL.SemaphoreParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570024,6 +350961,7 @@ public static void SemaphoreParameterEXT( [NativeTypeName("const GLuint64 *")] Ref @params ) => ThisThread.SemaphoreParameterEXT(semaphore, pname, @params); + [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SeparableFilter2D( [NativeTypeName("GLenum")] uint target, @@ -570043,7 +350981,6 @@ _slots[2365] is not null and var loadedFnPtr ) )(target, internalformat, width, height, format, type, row, column); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SeparableFilter2D( @@ -570067,6 +351004,8 @@ public static void SeparableFilter2D( column ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SeparableFilter2D( [NativeTypeName("GLenum")] Constant target, @@ -570095,7 +351034,6 @@ void IGL.SeparableFilter2D( } } - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570120,6 +351058,7 @@ public static void SeparableFilter2D( column ); + [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SeparableFilter2DEXT( [NativeTypeName("GLenum")] uint target, @@ -570139,7 +351078,6 @@ _slots[2366] is not null and var loadedFnPtr ) )(target, internalformat, width, height, format, type, row, column); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SeparableFilter2DEXT( @@ -570163,6 +351101,8 @@ public static void SeparableFilter2DEXT( column ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SeparableFilter2DEXT( [NativeTypeName("GLenum")] Constant target, @@ -570191,7 +351131,6 @@ void IGL.SeparableFilter2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570216,8 +351155,9 @@ public static void SeparableFilter2DEXT( column ); + [NativeFunction("opengl", EntryPoint = "glSetFenceAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.SetFenceApple([NativeTypeName("GLuint")] uint fence) => + void IGL.SetFenceAPPLE([NativeTypeName("GLuint")] uint fence) => ( (delegate* unmanaged)( _slots[2367] is not null and var loadedFnPtr @@ -570226,12 +351166,12 @@ _slots[2367] is not null and var loadedFnPtr ) )(fence); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glSetFenceAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void SetFenceApple([NativeTypeName("GLuint")] uint fence) => - ThisThread.SetFenceApple(fence); + public static void SetFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + ThisThread.SetFenceAPPLE(fence); + [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SetFenceNV( [NativeTypeName("GLuint")] uint fence, @@ -570245,9 +351185,6 @@ _slots[2368] is not null and var loadedFnPtr ) )(fence, condition); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetFenceNV( @@ -570255,15 +351192,14 @@ public static void SetFenceNV( [NativeTypeName("GLenum")] uint condition ) => ThisThread.SetFenceNV(fence, condition); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SetFenceNV( [NativeTypeName("GLuint")] uint fence, [NativeTypeName("GLenum")] Constant condition ) => ((IGL)this).SetFenceNV(fence, (uint)condition); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570272,6 +351208,7 @@ public static void SetFenceNV( [NativeTypeName("GLenum")] Constant condition ) => ThisThread.SetFenceNV(fence, condition); + [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SetFragmentShaderConstantATI( [NativeTypeName("GLuint")] uint dst, @@ -570288,7 +351225,6 @@ _slots[2369] is not null and var loadedFnPtr ) )(dst, value); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetFragmentShaderConstantATI( @@ -570296,6 +351232,8 @@ public static void SetFragmentShaderConstantATI( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.SetFragmentShaderConstantATI(dst, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SetFragmentShaderConstantATI( [NativeTypeName("GLuint")] Constant dst, @@ -570308,7 +351246,6 @@ void IGL.SetFragmentShaderConstantATI( } } - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570317,6 +351254,7 @@ public static void SetFragmentShaderConstantATI( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.SetFragmentShaderConstantATI(dst, value); + [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SetInvariantEXT( [NativeTypeName("GLuint")] uint id, @@ -570331,7 +351269,6 @@ _slots[2370] is not null and var loadedFnPtr ) )(id, type, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetInvariantEXT( @@ -570340,6 +351277,8 @@ public static void SetInvariantEXT( [NativeTypeName("const void *")] void* addr ) => ThisThread.SetInvariantEXT(id, type, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SetInvariantEXT( [NativeTypeName("GLuint")] uint id, @@ -570353,7 +351292,6 @@ void IGL.SetInvariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570363,6 +351301,7 @@ public static void SetInvariantEXT( [NativeTypeName("const void *")] Ref addr ) => ThisThread.SetInvariantEXT(id, type, addr); + [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SetLocalConstantEXT( [NativeTypeName("GLuint")] uint id, @@ -570377,7 +351316,6 @@ _slots[2371] is not null and var loadedFnPtr ) )(id, type, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetLocalConstantEXT( @@ -570386,6 +351324,8 @@ public static void SetLocalConstantEXT( [NativeTypeName("const void *")] void* addr ) => ThisThread.SetLocalConstantEXT(id, type, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SetLocalConstantEXT( [NativeTypeName("GLuint")] uint id, @@ -570399,7 +351339,6 @@ void IGL.SetLocalConstantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570409,6 +351348,7 @@ public static void SetLocalConstantEXT( [NativeTypeName("const void *")] Ref addr ) => ThisThread.SetLocalConstantEXT(id, type, addr); + [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SetMultisampleAMD( [NativeTypeName("GLenum")] uint pname, @@ -570423,7 +351363,6 @@ _slots[2372] is not null and var loadedFnPtr ) )(pname, index, val); - [SupportedApiProfile("gl", ["GL_AMD_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetMultisampleAMD( @@ -570432,6 +351371,8 @@ public static void SetMultisampleAMD( [NativeTypeName("const GLfloat *")] float* val ) => ThisThread.SetMultisampleAMD(pname, index, val); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SetMultisampleAMD( [NativeTypeName("GLenum")] uint pname, @@ -570445,7 +351386,6 @@ void IGL.SetMultisampleAMD( } } - [SupportedApiProfile("gl", ["GL_AMD_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570455,6 +351395,7 @@ public static void SetMultisampleAMD( [NativeTypeName("const GLfloat *")] Ref val ) => ThisThread.SetMultisampleAMD(pname, index, val); + [NativeFunction("opengl", EntryPoint = "glShadeModel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadeModel([NativeTypeName("GLenum")] uint mode) => ( @@ -570465,67 +351406,17 @@ _slots[2373] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glShadeModel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShadeModel([NativeTypeName("GLenum")] uint mode) => ThisThread.ShadeModel(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShadeModel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadeModel([NativeTypeName("GLenum")] Constant mode) => ((IGL)this).ShadeModel((uint)mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadeModel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570533,6 +351424,7 @@ public static void ShadeModel( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.ShadeModel(mode); + [NativeFunction("opengl", EntryPoint = "glShaderBinary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderBinary( [NativeTypeName("GLsizei")] uint count, @@ -570549,37 +351441,6 @@ _slots[2374] is not null and var loadedFnPtr ) )(count, shaders, binaryFormat, binary, length); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glShaderBinary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShaderBinary( @@ -570590,6 +351451,8 @@ public static void ShaderBinary( [NativeTypeName("GLsizei")] uint length ) => ThisThread.ShaderBinary(count, shaders, binaryFormat, binary, length); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShaderBinary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderBinary( [NativeTypeName("GLsizei")] uint count, @@ -570612,37 +351475,6 @@ void IGL.ShaderBinary( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderBinary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570654,6 +351486,7 @@ public static void ShaderBinary( [NativeTypeName("GLsizei")] uint length ) => ThisThread.ShaderBinary(count, shaders, binaryFormat, binary, length); + [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderOp1EXT( [NativeTypeName("GLenum")] uint op, @@ -570668,7 +351501,6 @@ _slots[2375] is not null and var loadedFnPtr ) )(op, res, arg1); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShaderOp1EXT( @@ -570677,6 +351509,8 @@ public static void ShaderOp1EXT( [NativeTypeName("GLuint")] uint arg1 ) => ThisThread.ShaderOp1EXT(op, res, arg1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderOp1EXT( [NativeTypeName("GLenum")] Constant op, @@ -570684,7 +351518,6 @@ void IGL.ShaderOp1EXT( [NativeTypeName("GLuint")] uint arg1 ) => ((IGL)this).ShaderOp1EXT((uint)op, res, arg1); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570694,6 +351527,7 @@ public static void ShaderOp1EXT( [NativeTypeName("GLuint")] uint arg1 ) => ThisThread.ShaderOp1EXT(op, res, arg1); + [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderOp2EXT( [NativeTypeName("GLenum")] uint op, @@ -570709,7 +351543,6 @@ _slots[2376] is not null and var loadedFnPtr ) )(op, res, arg1, arg2); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShaderOp2EXT( @@ -570719,6 +351552,8 @@ public static void ShaderOp2EXT( [NativeTypeName("GLuint")] uint arg2 ) => ThisThread.ShaderOp2EXT(op, res, arg1, arg2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderOp2EXT( [NativeTypeName("GLenum")] Constant op, @@ -570727,7 +351562,6 @@ void IGL.ShaderOp2EXT( [NativeTypeName("GLuint")] uint arg2 ) => ((IGL)this).ShaderOp2EXT((uint)op, res, arg1, arg2); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570738,6 +351572,7 @@ public static void ShaderOp2EXT( [NativeTypeName("GLuint")] uint arg2 ) => ThisThread.ShaderOp2EXT(op, res, arg1, arg2); + [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderOp3EXT( [NativeTypeName("GLenum")] uint op, @@ -570754,7 +351589,6 @@ _slots[2377] is not null and var loadedFnPtr ) )(op, res, arg1, arg2, arg3); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShaderOp3EXT( @@ -570765,6 +351599,8 @@ public static void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg3 ) => ThisThread.ShaderOp3EXT(op, res, arg1, arg2, arg3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderOp3EXT( [NativeTypeName("GLenum")] Constant op, @@ -570774,7 +351610,6 @@ void IGL.ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg3 ) => ((IGL)this).ShaderOp3EXT((uint)op, res, arg1, arg2, arg3); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570786,6 +351621,7 @@ public static void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg3 ) => ThisThread.ShaderOp3EXT(op, res, arg1, arg2, arg3); + [NativeFunction("opengl", EntryPoint = "glShaderSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderSource( [NativeTypeName("GLuint")] uint shader, @@ -570801,49 +351637,6 @@ _slots[2378] is not null and var loadedFnPtr ) )(shader, count, @string, length); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glShaderSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShaderSource( @@ -570853,6 +351646,8 @@ public static void ShaderSource( [NativeTypeName("const GLint *")] int* length ) => ThisThread.ShaderSource(shader, count, @string, length); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShaderSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderSource( [NativeTypeName("GLuint")] uint shader, @@ -570868,49 +351663,6 @@ void IGL.ShaderSource( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderSource")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570921,6 +351673,7 @@ public static void ShaderSource( [NativeTypeName("const GLint *")] Ref length ) => ThisThread.ShaderSource(shader, count, @string, length); + [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderSourceARB( [NativeTypeName("GLhandleARB")] uint shaderObj, @@ -570936,7 +351689,6 @@ _slots[2379] is not null and var loadedFnPtr ) )(shaderObj, count, @string, length); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShaderSourceARB( @@ -570946,6 +351698,8 @@ public static void ShaderSourceARB( [NativeTypeName("const GLint *")] int* length ) => ThisThread.ShaderSourceARB(shaderObj, count, @string, length); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderSourceARB( [NativeTypeName("GLhandleARB")] uint shaderObj, @@ -570961,7 +351715,6 @@ void IGL.ShaderSourceARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -570972,6 +351725,7 @@ public static void ShaderSourceARB( [NativeTypeName("const GLint *")] Ref length ) => ThisThread.ShaderSourceARB(shaderObj, count, @string, length); + [NativeFunction("opengl", EntryPoint = "glShaderStorageBlockBinding")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShaderStorageBlockBinding( [NativeTypeName("GLuint")] uint program, @@ -570989,28 +351743,6 @@ _slots[2380] is not null and var loadedFnPtr ) )(program, storageBlockIndex, storageBlockBinding); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_storage_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_storage_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glShaderStorageBlockBinding")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShaderStorageBlockBinding( @@ -571019,6 +351751,7 @@ public static void ShaderStorageBlockBinding( [NativeTypeName("GLuint")] uint storageBlockBinding ) => ThisThread.ShaderStorageBlockBinding(program, storageBlockIndex, storageBlockBinding); + [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] uint combinerOp0, @@ -571035,7 +351768,6 @@ _slots[2381] is not null and var loadedFnPtr ) )(combinerOp0, combinerOp1); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShadingRateCombinerOpEXT( @@ -571043,13 +351775,14 @@ public static void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] uint combinerOp1 ) => ThisThread.ShadingRateCombinerOpEXT(combinerOp0, combinerOp1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] Constant combinerOp0, [NativeTypeName("GLenum")] Constant combinerOp1 ) => ((IGL)this).ShadingRateCombinerOpEXT((uint)combinerOp0, (uint)combinerOp1); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571058,6 +351791,7 @@ public static void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] Constant combinerOp1 ) => ThisThread.ShadingRateCombinerOpEXT(combinerOp0, combinerOp1); + [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateEXT([NativeTypeName("GLenum")] uint rate) => ( @@ -571068,17 +351802,17 @@ _slots[2382] is not null and var loadedFnPtr ) )(rate); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShadingRateEXT([NativeTypeName("GLenum")] uint rate) => ThisThread.ShadingRateEXT(rate); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateEXT([NativeTypeName("GLenum")] Constant rate) => ((IGL)this).ShadingRateEXT((uint)rate); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571086,6 +351820,7 @@ public static void ShadingRateEXT( [NativeTypeName("GLenum")] Constant rate ) => ThisThread.ShadingRateEXT(rate); + [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateImageBarrierNV([NativeTypeName("GLboolean")] uint synchronize) => ( @@ -571099,21 +351834,17 @@ _slots[2383] is not null and var loadedFnPtr ) )(synchronize); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShadingRateImageBarrierNV([NativeTypeName("GLboolean")] uint synchronize) => ThisThread.ShadingRateImageBarrierNV(synchronize); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateImageBarrierNV([NativeTypeName("GLboolean")] MaybeBool synchronize) => ((IGL)this).ShadingRateImageBarrierNV((uint)synchronize); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571121,6 +351852,7 @@ public static void ShadingRateImageBarrierNV( [NativeTypeName("GLboolean")] MaybeBool synchronize ) => ThisThread.ShadingRateImageBarrierNV(synchronize); + [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint viewport, @@ -571139,9 +351871,6 @@ _slots[2384] is not null and var loadedFnPtr ) )(viewport, first, count, rates); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShadingRateImagePaletteNV( @@ -571151,6 +351880,8 @@ public static void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] uint* rates ) => ThisThread.ShadingRateImagePaletteNV(viewport, first, count, rates); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint viewport, @@ -571165,9 +351896,6 @@ void IGL.ShadingRateImagePaletteNV( } } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571178,6 +351906,8 @@ public static void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] Ref rates ) => ThisThread.ShadingRateImagePaletteNV(viewport, first, count, rates); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint viewport, @@ -571185,9 +351915,6 @@ void IGL.ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] uint rates ) => ((IGL)this).ShadingRateImagePaletteNV(viewport, first, 1, (uint*)&rates); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571197,6 +351924,7 @@ public static void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] uint rates ) => ThisThread.ShadingRateImagePaletteNV(viewport, first, rates); + [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateQCOM([NativeTypeName("GLenum")] uint rate) => ( @@ -571207,18 +351935,18 @@ _slots[2385] is not null and var loadedFnPtr ) )(rate); - [SupportedApiProfile("gles2", ["GL_QCOM_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShadingRateQCOM([NativeTypeName("GLenum")] uint rate) => ThisThread.ShadingRateQCOM(rate); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateQCOM( [NativeTypeName("GLenum")] Constant rate ) => ((IGL)this).ShadingRateQCOM((uint)rate); - [SupportedApiProfile("gles2", ["GL_QCOM_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571226,6 +351954,7 @@ public static void ShadingRateQCOM( [NativeTypeName("GLenum")] Constant rate ) => ThisThread.ShadingRateQCOM(rate); + [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateSampleOrderCustomNV( [NativeTypeName("GLenum")] uint rate, @@ -571243,9 +351972,6 @@ _slots[2386] is not null and var loadedFnPtr ) )(rate, samples, locations); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShadingRateSampleOrderCustomNV( @@ -571254,6 +351980,8 @@ public static void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] int* locations ) => ThisThread.ShadingRateSampleOrderCustomNV(rate, samples, locations); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateSampleOrderCustomNV( [NativeTypeName("GLenum")] uint rate, @@ -571267,9 +351995,6 @@ void IGL.ShadingRateSampleOrderCustomNV( } } - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571279,15 +352004,14 @@ public static void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] Ref locations ) => ThisThread.ShadingRateSampleOrderCustomNV(rate, samples, locations); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateSampleOrderCustomNV( [NativeTypeName("GLuint")] uint samples, [NativeTypeName("const GLint *")] int locations ) => ((IGL)this).ShadingRateSampleOrderCustomNV(1, samples, (int*)&locations); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571296,6 +352020,7 @@ public static void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] int locations ) => ThisThread.ShadingRateSampleOrderCustomNV(samples, locations); + [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ShadingRateSampleOrderNV([NativeTypeName("GLenum")] uint order) => ( @@ -571309,14 +352034,12 @@ _slots[2387] is not null and var loadedFnPtr ) )(order); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ShadingRateSampleOrderNV([NativeTypeName("GLenum")] uint order) => ThisThread.ShadingRateSampleOrderNV(order); + [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SharpenTexFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -571331,7 +352054,6 @@ _slots[2388] is not null and var loadedFnPtr ) )(target, n, points); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SharpenTexFuncSGIS( @@ -571340,6 +352062,8 @@ public static void SharpenTexFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ) => ThisThread.SharpenTexFuncSGIS(target, n, points); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SharpenTexFuncSGIS( [NativeTypeName("GLenum")] Constant target, @@ -571353,7 +352077,6 @@ void IGL.SharpenTexFuncSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571363,6 +352086,7 @@ public static void SharpenTexFuncSGIS( [NativeTypeName("const GLfloat *")] Ref points ) => ThisThread.SharpenTexFuncSGIS(target, n, points); + [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SignalSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -571380,8 +352104,6 @@ _slots[2389] is not null and var loadedFnPtr ) )(semaphore, numBufferBarriers, buffers, numTextureBarriers, textures, dstLayouts); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SignalSemaphoreEXT( @@ -571401,6 +352123,8 @@ public static void SignalSemaphoreEXT( dstLayouts ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SignalSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -571426,8 +352150,6 @@ void IGL.SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571448,6 +352170,8 @@ public static void SignalSemaphoreEXT( dstLayouts ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SignalSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -571471,8 +352195,6 @@ void IGL.SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571485,6 +352207,8 @@ public static void SignalSemaphoreEXT( ) => ThisThread.SignalSemaphoreEXT(semaphore, buffers, numTextureBarriers, textures, dstLayouts); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SignalSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -571510,8 +352234,6 @@ void IGL.SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571532,6 +352254,8 @@ public static void SignalSemaphoreEXT( dstLayouts ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SignalSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -571555,8 +352279,6 @@ void IGL.SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571569,6 +352291,8 @@ public static void SignalSemaphoreEXT( ) => ThisThread.SignalSemaphoreEXT(semaphore, buffers, numTextureBarriers, textures, dstLayouts); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SignalSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -571594,8 +352318,6 @@ void IGL.SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571616,6 +352338,8 @@ public static void SignalSemaphoreEXT( dstLayouts ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SignalSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -571639,8 +352363,6 @@ void IGL.SignalSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571653,6 +352375,7 @@ public static void SignalSemaphoreEXT( ) => ThisThread.SignalSemaphoreEXT(semaphore, buffers, numTextureBarriers, textures, dstLayouts); + [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SignalSemaphoreNVX( [NativeTypeName("GLuint")] uint signalGpu, @@ -571671,7 +352394,6 @@ _slots[2390] is not null and var loadedFnPtr ) )(signalGpu, fenceObjectCount, semaphoreArray, fenceValueArray); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SignalSemaphoreNVX( @@ -571682,6 +352404,8 @@ public static void SignalSemaphoreNVX( ) => ThisThread.SignalSemaphoreNVX(signalGpu, fenceObjectCount, semaphoreArray, fenceValueArray); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SignalSemaphoreNVX( [NativeTypeName("GLuint")] uint signalGpu, @@ -571702,7 +352426,6 @@ void IGL.SignalSemaphoreNVX( } } - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571714,6 +352437,7 @@ public static void SignalSemaphoreNVX( ) => ThisThread.SignalSemaphoreNVX(signalGpu, fenceObjectCount, semaphoreArray, fenceValueArray); + [NativeFunction("opengl", EntryPoint = "glSignalVkFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SignalVkFenceNV([NativeTypeName("GLuint64")] ulong vkFence) => ( @@ -571724,14 +352448,12 @@ _slots[2391] is not null and var loadedFnPtr ) )(vkFence); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glSignalVkFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SignalVkFenceNV([NativeTypeName("GLuint64")] ulong vkFence) => ThisThread.SignalVkFenceNV(vkFence); + [NativeFunction("opengl", EntryPoint = "glSignalVkSemaphoreNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SignalVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore) => ( @@ -571742,14 +352464,12 @@ _slots[2392] is not null and var loadedFnPtr ) )(vkSemaphore); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glSignalVkSemaphoreNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SignalVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore) => ThisThread.SignalVkSemaphoreNV(vkSemaphore); + [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SpecializeShader( [NativeTypeName("GLuint")] uint shader, @@ -571766,8 +352486,6 @@ _slots[2393] is not null and var loadedFnPtr ) )(shader, pEntryPoint, numSpecializationConstants, pConstantIndex, pConstantValue); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SpecializeShader( @@ -571785,6 +352503,8 @@ public static void SpecializeShader( pConstantValue ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SpecializeShader( [NativeTypeName("GLuint")] uint shader, @@ -571808,8 +352528,6 @@ void IGL.SpecializeShader( } } - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571828,6 +352546,7 @@ public static void SpecializeShader( pConstantValue ); + [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SpecializeShaderARB( [NativeTypeName("GLuint")] uint shader, @@ -571844,8 +352563,6 @@ _slots[2394] is not null and var loadedFnPtr ) )(shader, pEntryPoint, numSpecializationConstants, pConstantIndex, pConstantValue); - [SupportedApiProfile("gl", ["GL_ARB_gl_spirv"])] - [SupportedApiProfile("glcore", ["GL_ARB_gl_spirv"])] [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SpecializeShaderARB( @@ -571863,6 +352580,8 @@ public static void SpecializeShaderARB( pConstantValue ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SpecializeShaderARB( [NativeTypeName("GLuint")] uint shader, @@ -571886,8 +352605,6 @@ void IGL.SpecializeShaderARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gl_spirv"])] - [SupportedApiProfile("glcore", ["GL_ARB_gl_spirv"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571906,6 +352623,7 @@ public static void SpecializeShaderARB( pConstantValue ); + [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, @@ -571919,7 +352637,6 @@ _slots[2395] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SpriteParameterSGIX( @@ -571927,13 +352644,14 @@ public static void SpriteParameterSGIX( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.SpriteParameterSGIX(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).SpriteParameterSGIX((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571942,6 +352660,7 @@ public static void SpriteParameterSGIX( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.SpriteParameterSGIX(pname, param1); + [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, @@ -571955,7 +352674,6 @@ _slots[2396] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SpriteParameterSGIX( @@ -571963,6 +352681,8 @@ public static void SpriteParameterSGIX( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.SpriteParameterSGIX(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, @@ -571975,7 +352695,6 @@ void IGL.SpriteParameterSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -571984,6 +352703,7 @@ public static void SpriteParameterSGIX( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.SpriteParameterSGIX(pname, @params); + [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, @@ -571997,7 +352717,6 @@ _slots[2397] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SpriteParameterSGIX( @@ -572005,21 +352724,23 @@ public static void SpriteParameterSGIX( [NativeTypeName("GLint")] int param1 ) => ThisThread.SpriteParameterSGIX(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 - ) => ((IGL)this).SpriteParameterSGIX((uint)pname, param1); + [NativeTypeName("GLint")] Constant param1 + ) => ((IGL)this).SpriteParameterSGIX((uint)pname, (int)param1); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 + [NativeTypeName("GLint")] Constant param1 ) => ThisThread.SpriteParameterSGIX(pname, param1); + [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, @@ -572033,7 +352754,6 @@ _slots[2398] is not null and var loadedFnPtr ) )(pname, @params); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SpriteParameterSGIX( @@ -572041,6 +352761,8 @@ public static void SpriteParameterSGIX( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.SpriteParameterSGIX(pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, @@ -572053,7 +352775,6 @@ void IGL.SpriteParameterSGIX( } } - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -572062,6 +352783,7 @@ public static void SpriteParameterSGIX( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.SpriteParameterSGIX(pname, @params); + [NativeFunction("opengl", EntryPoint = "glStartInstrumentsSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StartInstrumentsSGIX() => ( @@ -572072,11 +352794,11 @@ _slots[2399] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glStartInstrumentsSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StartInstrumentsSGIX() => ThisThread.StartInstrumentsSGIX(); + [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StartTilingQCOM( [NativeTypeName("GLuint")] uint x, @@ -572093,8 +352815,6 @@ _slots[2400] is not null and var loadedFnPtr ) )(x, y, width, height, preserveMask); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StartTilingQCOM( @@ -572105,6 +352825,8 @@ public static void StartTilingQCOM( [NativeTypeName("GLbitfield")] uint preserveMask ) => ThisThread.StartTilingQCOM(x, y, width, height, preserveMask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StartTilingQCOM( [NativeTypeName("GLuint")] uint x, @@ -572114,8 +352836,6 @@ void IGL.StartTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask ) => ((IGL)this).StartTilingQCOM(x, y, width, height, (uint)preserveMask); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -572127,6 +352847,7 @@ public static void StartTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask ) => ThisThread.StartTilingQCOM(x, y, width, height, preserveMask); + [NativeFunction("opengl", EntryPoint = "glStateCaptureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StateCaptureNV( [NativeTypeName("GLuint")] uint state, @@ -572140,8 +352861,6 @@ _slots[2401] is not null and var loadedFnPtr ) )(state, mode); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glStateCaptureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StateCaptureNV( @@ -572149,6 +352868,7 @@ public static void StateCaptureNV( [NativeTypeName("GLenum")] uint mode ) => ThisThread.StateCaptureNV(state, mode); + [NativeFunction("opengl", EntryPoint = "glStencilClearTagEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilClearTagEXT( [NativeTypeName("GLsizei")] uint stencilTagBits, @@ -572162,7 +352882,6 @@ _slots[2402] is not null and var loadedFnPtr ) )(stencilTagBits, stencilClearTag); - [SupportedApiProfile("gl", ["GL_EXT_stencil_clear_tag"])] [NativeFunction("opengl", EntryPoint = "glStencilClearTagEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilClearTagEXT( @@ -572170,6 +352889,7 @@ public static void StencilClearTagEXT( [NativeTypeName("GLuint")] uint stencilClearTag ) => ThisThread.StencilClearTagEXT(stencilTagBits, stencilClearTag); + [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -572192,9 +352912,6 @@ _slots[2403] is not null and var loadedFnPtr ) )(numPaths, pathNameType, paths, pathBase, fillMode, mask, transformType, transformValues); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilFillPathInstancedNV( @@ -572218,6 +352935,8 @@ public static void StencilFillPathInstancedNV( transformValues ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -572246,9 +352965,6 @@ void IGL.StencilFillPathInstancedNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -572273,6 +352989,7 @@ public static void StencilFillPathInstancedNV( transformValues ); + [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilFillPathNV( [NativeTypeName("GLuint")] uint path, @@ -572287,9 +353004,6 @@ _slots[2404] is not null and var loadedFnPtr ) )(path, fillMode, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilFillPathNV( @@ -572298,6 +353012,8 @@ public static void StencilFillPathNV( [NativeTypeName("GLuint")] uint mask ) => ThisThread.StencilFillPathNV(path, fillMode, mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilFillPathNV( [NativeTypeName("GLuint")] uint path, @@ -572305,9 +353021,6 @@ void IGL.StencilFillPathNV( [NativeTypeName("GLuint")] uint mask ) => ((IGL)this).StencilFillPathNV(path, (uint)fillMode, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -572317,6 +353030,7 @@ public static void StencilFillPathNV( [NativeTypeName("GLuint")] uint mask ) => ThisThread.StencilFillPathNV(path, fillMode, mask); + [NativeFunction("opengl", EntryPoint = "glStencilFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilFunc( [NativeTypeName("GLenum")] uint func, @@ -572331,62 +353045,6 @@ _slots[2405] is not null and var loadedFnPtr ) )(func, @ref, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilFunc( @@ -572395,6 +353053,8 @@ public static void StencilFunc( [NativeTypeName("GLuint")] uint mask ) => ThisThread.StencilFunc(func, @ref, mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilFunc( [NativeTypeName("GLenum")] Constant func, @@ -572402,62 +353062,6 @@ void IGL.StencilFunc( [NativeTypeName("GLuint")] uint mask ) => ((IGL)this).StencilFunc((uint)func, @ref, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -572467,6 +353071,7 @@ public static void StencilFunc( [NativeTypeName("GLuint")] uint mask ) => ThisThread.StencilFunc(func, @ref, mask); + [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilFuncSeparate( [NativeTypeName("GLenum")] uint face, @@ -572482,49 +353087,6 @@ _slots[2406] is not null and var loadedFnPtr ) )(face, func, @ref, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilFuncSeparate( @@ -572534,6 +353096,8 @@ public static void StencilFuncSeparate( [NativeTypeName("GLuint")] uint mask ) => ThisThread.StencilFuncSeparate(face, func, @ref, mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilFuncSeparate( [NativeTypeName("GLenum")] Constant face, @@ -572542,49 +353106,6 @@ void IGL.StencilFuncSeparate( [NativeTypeName("GLuint")] uint mask ) => ((IGL)this).StencilFuncSeparate((uint)face, (uint)func, @ref, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -572595,6 +353116,7 @@ public static void StencilFuncSeparate( [NativeTypeName("GLuint")] uint mask ) => ThisThread.StencilFuncSeparate(face, func, @ref, mask); + [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilFuncSeparateATI( [NativeTypeName("GLenum")] uint frontfunc, @@ -572613,7 +353135,6 @@ _slots[2407] is not null and var loadedFnPtr ) )(frontfunc, backfunc, @ref, mask); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilFuncSeparateATI( @@ -572623,6 +353144,8 @@ public static void StencilFuncSeparateATI( [NativeTypeName("GLuint")] uint mask ) => ThisThread.StencilFuncSeparateATI(frontfunc, backfunc, @ref, mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilFuncSeparateATI( [NativeTypeName("GLenum")] Constant frontfunc, @@ -572631,7 +353154,6 @@ void IGL.StencilFuncSeparateATI( [NativeTypeName("GLuint")] uint mask ) => ((IGL)this).StencilFuncSeparateATI((uint)frontfunc, (uint)backfunc, @ref, mask); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -572642,6 +353164,7 @@ public static void StencilFuncSeparateATI( [NativeTypeName("GLuint")] uint mask ) => ThisThread.StencilFuncSeparateATI(frontfunc, backfunc, @ref, mask); + [NativeFunction("opengl", EntryPoint = "glStencilMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilMask([NativeTypeName("GLuint")] uint mask) => ( @@ -572652,67 +353175,12 @@ _slots[2408] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilMask([NativeTypeName("GLuint")] uint mask) => ThisThread.StencilMask(mask); + [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilMaskSeparate( [NativeTypeName("GLenum")] uint face, @@ -572726,49 +353194,6 @@ _slots[2409] is not null and var loadedFnPtr ) )(face, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilMaskSeparate( @@ -572776,55 +353201,14 @@ public static void StencilMaskSeparate( [NativeTypeName("GLuint")] uint mask ) => ThisThread.StencilMaskSeparate(face, mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilMaskSeparate( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLuint")] uint mask ) => ((IGL)this).StencilMaskSeparate((uint)face, mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -572833,6 +353217,7 @@ public static void StencilMaskSeparate( [NativeTypeName("GLuint")] uint mask ) => ThisThread.StencilMaskSeparate(face, mask); + [NativeFunction("opengl", EntryPoint = "glStencilOp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilOp( [NativeTypeName("GLenum")] uint fail, @@ -572847,62 +353232,6 @@ _slots[2410] is not null and var loadedFnPtr ) )(fail, zfail, zpass); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilOp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilOp( @@ -572911,6 +353240,8 @@ public static void StencilOp( [NativeTypeName("GLenum")] uint zpass ) => ThisThread.StencilOp(fail, zfail, zpass); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilOp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilOp( [NativeTypeName("GLenum")] Constant fail, @@ -572918,62 +353249,6 @@ void IGL.StencilOp( [NativeTypeName("GLenum")] Constant zpass ) => ((IGL)this).StencilOp((uint)fail, (uint)zfail, (uint)zpass); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -572983,6 +353258,7 @@ public static void StencilOp( [NativeTypeName("GLenum")] Constant zpass ) => ThisThread.StencilOp(fail, zfail, zpass); + [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilOpSeparate( [NativeTypeName("GLenum")] uint face, @@ -572998,49 +353274,6 @@ _slots[2411] is not null and var loadedFnPtr ) )(face, sfail, dpfail, dppass); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilOpSeparate( @@ -573050,6 +353283,8 @@ public static void StencilOpSeparate( [NativeTypeName("GLenum")] uint dppass ) => ThisThread.StencilOpSeparate(face, sfail, dpfail, dppass); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilOpSeparate( [NativeTypeName("GLenum")] Constant face, @@ -573058,49 +353293,6 @@ void IGL.StencilOpSeparate( [NativeTypeName("GLenum")] Constant dppass ) => ((IGL)this).StencilOpSeparate((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -573111,6 +353303,7 @@ public static void StencilOpSeparate( [NativeTypeName("GLenum")] Constant dppass ) => ThisThread.StencilOpSeparate(face, sfail, dpfail, dppass); + [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilOpSeparateATI( [NativeTypeName("GLenum")] uint face, @@ -573126,7 +353319,6 @@ _slots[2412] is not null and var loadedFnPtr ) )(face, sfail, dpfail, dppass); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilOpSeparateATI( @@ -573136,6 +353328,8 @@ public static void StencilOpSeparateATI( [NativeTypeName("GLenum")] uint dppass ) => ThisThread.StencilOpSeparateATI(face, sfail, dpfail, dppass); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilOpSeparateATI( [NativeTypeName("GLenum")] Constant face, @@ -573144,7 +353338,6 @@ void IGL.StencilOpSeparateATI( [NativeTypeName("GLenum")] Constant dppass ) => ((IGL)this).StencilOpSeparateATI((uint)face, (uint)sfail, (uint)dpfail, (uint)dppass); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -573155,6 +353348,7 @@ public static void StencilOpSeparateATI( [NativeTypeName("GLenum")] Constant dppass ) => ThisThread.StencilOpSeparateATI(face, sfail, dpfail, dppass); + [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilOpValueAMD( [NativeTypeName("GLenum")] uint face, @@ -573168,7 +353362,6 @@ _slots[2413] is not null and var loadedFnPtr ) )(face, value); - [SupportedApiProfile("gl", ["GL_AMD_stencil_operation_extended"])] [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilOpValueAMD( @@ -573176,13 +353369,14 @@ public static void StencilOpValueAMD( [NativeTypeName("GLuint")] uint value ) => ThisThread.StencilOpValueAMD(face, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilOpValueAMD( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLuint")] uint value ) => ((IGL)this).StencilOpValueAMD((uint)face, value); - [SupportedApiProfile("gl", ["GL_AMD_stencil_operation_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -573191,6 +353385,7 @@ public static void StencilOpValueAMD( [NativeTypeName("GLuint")] uint value ) => ThisThread.StencilOpValueAMD(face, value); + [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -573213,9 +353408,6 @@ _slots[2414] is not null and var loadedFnPtr ) )(numPaths, pathNameType, paths, pathBase, reference, mask, transformType, transformValues); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilStrokePathInstancedNV( @@ -573239,6 +353431,8 @@ public static void StencilStrokePathInstancedNV( transformValues ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -573267,9 +353461,6 @@ void IGL.StencilStrokePathInstancedNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -573294,6 +353485,7 @@ public static void StencilStrokePathInstancedNV( transformValues ); + [NativeFunction("opengl", EntryPoint = "glStencilStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilStrokePathNV( [NativeTypeName("GLuint")] uint path, @@ -573308,9 +353500,6 @@ _slots[2415] is not null and var loadedFnPtr ) )(path, reference, mask); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilStrokePathNV( @@ -573319,6 +353508,7 @@ public static void StencilStrokePathNV( [NativeTypeName("GLuint")] uint mask ) => ThisThread.StencilStrokePathNV(path, reference, mask); + [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilThenCoverFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -573352,9 +353542,6 @@ _slots[2416] is not null and var loadedFnPtr transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilThenCoverFillPathInstancedNV( @@ -573380,6 +353567,8 @@ public static void StencilThenCoverFillPathInstancedNV( transformValues ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilThenCoverFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -573410,9 +353599,6 @@ void IGL.StencilThenCoverFillPathInstancedNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -573439,6 +353625,7 @@ public static void StencilThenCoverFillPathInstancedNV( transformValues ); + [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilThenCoverFillPathNV( [NativeTypeName("GLuint")] uint path, @@ -573457,9 +353644,6 @@ _slots[2417] is not null and var loadedFnPtr ) )(path, fillMode, mask, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilThenCoverFillPathNV( @@ -573469,6 +353653,8 @@ public static void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] uint coverMode ) => ThisThread.StencilThenCoverFillPathNV(path, fillMode, mask, coverMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilThenCoverFillPathNV( [NativeTypeName("GLuint")] uint path, @@ -573477,9 +353663,6 @@ void IGL.StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] Constant coverMode ) => ((IGL)this).StencilThenCoverFillPathNV(path, (uint)fillMode, mask, (uint)coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -573490,6 +353673,7 @@ public static void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] Constant coverMode ) => ThisThread.StencilThenCoverFillPathNV(path, fillMode, mask, coverMode); + [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilThenCoverStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -573523,9 +353707,6 @@ _slots[2418] is not null and var loadedFnPtr transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilThenCoverStrokePathInstancedNV( @@ -573551,6 +353732,8 @@ public static void StencilThenCoverStrokePathInstancedNV( transformValues ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilThenCoverStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -573581,9 +353764,6 @@ void IGL.StencilThenCoverStrokePathInstancedNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -573610,6 +353790,7 @@ public static void StencilThenCoverStrokePathInstancedNV( transformValues ); + [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilThenCoverStrokePathNV( [NativeTypeName("GLuint")] uint path, @@ -573628,9 +353809,6 @@ _slots[2419] is not null and var loadedFnPtr ) )(path, reference, mask, coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StencilThenCoverStrokePathNV( @@ -573640,6 +353818,8 @@ public static void StencilThenCoverStrokePathNV( [NativeTypeName("GLenum")] uint coverMode ) => ThisThread.StencilThenCoverStrokePathNV(path, reference, mask, coverMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StencilThenCoverStrokePathNV( [NativeTypeName("GLuint")] uint path, @@ -573648,9 +353828,6 @@ void IGL.StencilThenCoverStrokePathNV( [NativeTypeName("GLenum")] Constant coverMode ) => ((IGL)this).StencilThenCoverStrokePathNV(path, reference, mask, (uint)coverMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -573661,6 +353838,7 @@ public static void StencilThenCoverStrokePathNV( [NativeTypeName("GLenum")] Constant coverMode ) => ThisThread.StencilThenCoverStrokePathNV(path, reference, mask, coverMode); + [NativeFunction("opengl", EntryPoint = "glStopInstrumentsSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.StopInstrumentsSGIX([NativeTypeName("GLint")] int marker) => ( @@ -573671,14 +353849,14 @@ _slots[2420] is not null and var loadedFnPtr ) )(marker); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glStopInstrumentsSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void StopInstrumentsSGIX([NativeTypeName("GLint")] int marker) => ThisThread.StopInstrumentsSGIX(marker); + [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.StringMarkerGremedy( + void IGL.StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] void* @string ) => @@ -573690,35 +353868,36 @@ _slots[2421] is not null and var loadedFnPtr ) )(len, @string); - [SupportedApiProfile("gl", ["GL_GREMEDY_string_marker"])] [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void StringMarkerGremedy( + public static void StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] void* @string - ) => ThisThread.StringMarkerGremedy(len, @string); + ) => ThisThread.StringMarkerGREMEDY(len, @string); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.StringMarkerGremedy( + void IGL.StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] Ref @string ) { fixed (void* __dsl_string = @string) { - ((IGL)this).StringMarkerGremedy(len, __dsl_string); + ((IGL)this).StringMarkerGREMEDY(len, __dsl_string); } } - [SupportedApiProfile("gl", ["GL_GREMEDY_string_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void StringMarkerGremedy( + public static void StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] Ref @string - ) => ThisThread.StringMarkerGremedy(len, @string); + ) => ThisThread.StringMarkerGREMEDY(len, @string); + [NativeFunction("opengl", EntryPoint = "glSubpixelPrecisionBiasNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SubpixelPrecisionBiasNV( [NativeTypeName("GLuint")] uint xbits, @@ -573735,9 +353914,6 @@ _slots[2422] is not null and var loadedFnPtr ) )(xbits, ybits); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster"])] - [SupportedApiProfile("gles2", ["GL_NV_conservative_raster"])] [NativeFunction("opengl", EntryPoint = "glSubpixelPrecisionBiasNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SubpixelPrecisionBiasNV( @@ -573745,6 +353921,7 @@ public static void SubpixelPrecisionBiasNV( [NativeTypeName("GLuint")] uint ybits ) => ThisThread.SubpixelPrecisionBiasNV(xbits, ybits); + [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SwizzleEXT( [NativeTypeName("GLuint")] uint res, @@ -573762,7 +353939,6 @@ _slots[2423] is not null and var loadedFnPtr ) )(res, @in, outX, outY, outZ, outW); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SwizzleEXT( @@ -573774,6 +353950,8 @@ public static void SwizzleEXT( [NativeTypeName("GLenum")] uint outW ) => ThisThread.SwizzleEXT(res, @in, outX, outY, outZ, outW); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.SwizzleEXT( [NativeTypeName("GLuint")] uint res, @@ -573784,7 +353962,6 @@ void IGL.SwizzleEXT( [NativeTypeName("GLenum")] Constant outW ) => ((IGL)this).SwizzleEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -573797,8 +353974,9 @@ public static void SwizzleEXT( [NativeTypeName("GLenum")] Constant outW ) => ThisThread.SwizzleEXT(res, @in, outX, outY, outZ, outW); + [NativeFunction("opengl", EntryPoint = "glSyncTextureINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.SyncTextureIntel([NativeTypeName("GLuint")] uint texture) => + void IGL.SyncTextureINTEL([NativeTypeName("GLuint")] uint texture) => ( (delegate* unmanaged)( _slots[2424] is not null and var loadedFnPtr @@ -573807,12 +353985,12 @@ _slots[2424] is not null and var loadedFnPtr ) )(texture); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glSyncTextureINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void SyncTextureIntel([NativeTypeName("GLuint")] uint texture) => - ThisThread.SyncTextureIntel(texture); + public static void SyncTextureINTEL([NativeTypeName("GLuint")] uint texture) => + ThisThread.SyncTextureINTEL(texture); + [NativeFunction("opengl", EntryPoint = "glTagSampleBufferSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TagSampleBufferSGIX() => ( @@ -573823,11 +354001,11 @@ _slots[2425] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_SGIX_tag_sample_buffer"])] [NativeFunction("opengl", EntryPoint = "glTagSampleBufferSGIX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TagSampleBufferSGIX() => ThisThread.TagSampleBufferSGIX(); + [NativeFunction("opengl", EntryPoint = "glTangent3bEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT( [NativeTypeName("GLbyte")] sbyte tx, @@ -573842,7 +354020,6 @@ _slots[2426] is not null and var loadedFnPtr ) )(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3bEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT( @@ -573851,6 +354028,7 @@ public static void Tangent3EXT( [NativeTypeName("GLbyte")] sbyte tz ) => ThisThread.Tangent3EXT(tx, ty, tz); + [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => ( @@ -573861,12 +354039,13 @@ _slots[2427] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT([NativeTypeName("const GLbyte *")] sbyte* v) => ThisThread.Tangent3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT([NativeTypeName("const GLbyte *")] Ref v) { @@ -573876,13 +354055,13 @@ void IGL.Tangent3EXT([NativeTypeName("const GLbyte *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT([NativeTypeName("const GLbyte *")] Ref v) => ThisThread.Tangent3EXT(v); + [NativeFunction("opengl", EntryPoint = "glTangent3dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT( [NativeTypeName("GLdouble")] double tx, @@ -573897,7 +354076,6 @@ _slots[2428] is not null and var loadedFnPtr ) )(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT( @@ -573906,6 +354084,7 @@ public static void Tangent3EXT( [NativeTypeName("GLdouble")] double tz ) => ThisThread.Tangent3EXT(tx, ty, tz); + [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT([NativeTypeName("const GLdouble *")] double* v) => ( @@ -573916,12 +354095,13 @@ _slots[2429] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT([NativeTypeName("const GLdouble *")] double* v) => ThisThread.Tangent3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT([NativeTypeName("const GLdouble *")] Ref v) { @@ -573931,13 +354111,13 @@ void IGL.Tangent3EXT([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.Tangent3EXT(v); + [NativeFunction("opengl", EntryPoint = "glTangent3fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT( [NativeTypeName("GLfloat")] float tx, @@ -573952,7 +354132,6 @@ _slots[2430] is not null and var loadedFnPtr ) )(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3fEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT( @@ -573961,6 +354140,7 @@ public static void Tangent3EXT( [NativeTypeName("GLfloat")] float tz ) => ThisThread.Tangent3EXT(tx, ty, tz); + [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT([NativeTypeName("const GLfloat *")] float* v) => ( @@ -573971,12 +354151,13 @@ _slots[2431] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT([NativeTypeName("const GLfloat *")] float* v) => ThisThread.Tangent3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT([NativeTypeName("const GLfloat *")] Ref v) { @@ -573986,13 +354167,13 @@ void IGL.Tangent3EXT([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.Tangent3EXT(v); + [NativeFunction("opengl", EntryPoint = "glTangent3iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT( [NativeTypeName("GLint")] int tx, @@ -574007,7 +354188,6 @@ _slots[2432] is not null and var loadedFnPtr ) )(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT( @@ -574016,6 +354196,7 @@ public static void Tangent3EXT( [NativeTypeName("GLint")] int tz ) => ThisThread.Tangent3EXT(tx, ty, tz); + [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT([NativeTypeName("const GLint *")] int* v) => ( @@ -574026,12 +354207,13 @@ _slots[2433] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT([NativeTypeName("const GLint *")] int* v) => ThisThread.Tangent3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT([NativeTypeName("const GLint *")] Ref v) { @@ -574041,13 +354223,13 @@ void IGL.Tangent3EXT([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT([NativeTypeName("const GLint *")] Ref v) => ThisThread.Tangent3EXT(v); + [NativeFunction("opengl", EntryPoint = "glTangent3sEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT( [NativeTypeName("GLshort")] short tx, @@ -574062,7 +354244,6 @@ _slots[2434] is not null and var loadedFnPtr ) )(tx, ty, tz); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3sEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT( @@ -574071,6 +354252,7 @@ public static void Tangent3EXT( [NativeTypeName("GLshort")] short tz ) => ThisThread.Tangent3EXT(tx, ty, tz); + [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT([NativeTypeName("const GLshort *")] short* v) => ( @@ -574081,12 +354263,13 @@ _slots[2435] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT([NativeTypeName("const GLshort *")] short* v) => ThisThread.Tangent3EXT(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Tangent3EXT([NativeTypeName("const GLshort *")] Ref v) { @@ -574096,13 +354279,13 @@ void IGL.Tangent3EXT([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Tangent3EXT([NativeTypeName("const GLshort *")] Ref v) => ThisThread.Tangent3EXT(v); + [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TangentPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -574117,7 +354300,6 @@ _slots[2436] is not null and var loadedFnPtr ) )(type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TangentPointerEXT( @@ -574126,6 +354308,8 @@ public static void TangentPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.TangentPointerEXT(type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TangentPointerEXT( [NativeTypeName("GLenum")] Constant type, @@ -574139,7 +354323,6 @@ void IGL.TangentPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -574149,6 +354332,7 @@ public static void TangentPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.TangentPointerEXT(type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glTbufferMask3DFX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TbufferMask3DFX([NativeTypeName("GLuint")] uint mask) => ( @@ -574159,12 +354343,12 @@ _slots[2437] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile("gl", ["GL_3DFX_tbuffer"])] [NativeFunction("opengl", EntryPoint = "glTbufferMask3DFX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TbufferMask3DFX([NativeTypeName("GLuint")] uint mask) => ThisThread.TbufferMask3DFX(mask); + [NativeFunction("opengl", EntryPoint = "glTessellationFactorAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TessellationFactorAMD([NativeTypeName("GLfloat")] float factor) => ( @@ -574175,12 +354359,12 @@ _slots[2438] is not null and var loadedFnPtr ) )(factor); - [SupportedApiProfile("gl", ["GL_AMD_vertex_shader_tessellator"])] [NativeFunction("opengl", EntryPoint = "glTessellationFactorAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TessellationFactorAMD([NativeTypeName("GLfloat")] float factor) => ThisThread.TessellationFactorAMD(factor); + [NativeFunction("opengl", EntryPoint = "glTessellationModeAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TessellationModeAMD([NativeTypeName("GLenum")] uint mode) => ( @@ -574191,26 +354375,29 @@ _slots[2439] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile("gl", ["GL_AMD_vertex_shader_tessellator"])] [NativeFunction("opengl", EntryPoint = "glTessellationModeAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TessellationModeAMD([NativeTypeName("GLenum")] uint mode) => ThisThread.TessellationModeAMD(mode); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - MaybeBool IGL.TestFenceApple([NativeTypeName("GLuint")] uint fence) => - (MaybeBool)(uint)((IGL)this).TestFenceAppleRaw(fence); + MaybeBool IGL.TestFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + (MaybeBool)(uint)((IGL)this).TestFenceAppleRawAPPLE(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static MaybeBool TestFenceApple([NativeTypeName("GLuint")] uint fence) => - ThisThread.TestFenceApple(fence); + public static MaybeBool TestFenceAPPLE([NativeTypeName("GLuint")] uint fence) => + ThisThread.TestFenceAPPLE(fence); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.TestFenceAppleRaw([NativeTypeName("GLuint")] uint fence) => + uint IGL.TestFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence) => ( (delegate* unmanaged)( _slots[2440] is not null and var loadedFnPtr @@ -574220,28 +354407,29 @@ _slots[2440] is not null and var loadedFnPtr )(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint TestFenceAppleRaw([NativeTypeName("GLuint")] uint fence) => - ThisThread.TestFenceAppleRaw(fence); + public static uint TestFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence) => + ThisThread.TestFenceAppleRawAPPLE(fence); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.TestFenceNV([NativeTypeName("GLuint")] uint fence) => - (MaybeBool)(uint)((IGL)this).TestFenceNVRaw(fence); + (MaybeBool)(uint)((IGL)this).TestFenceNVRawNV(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool TestFenceNV([NativeTypeName("GLuint")] uint fence) => ThisThread.TestFenceNV(fence); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.TestFenceNVRaw([NativeTypeName("GLuint")] uint fence) => + uint IGL.TestFenceNVRawNV([NativeTypeName("GLuint")] uint fence) => ( (delegate* unmanaged)( _slots[2441] is not null and var loadedFnPtr @@ -574251,32 +354439,33 @@ _slots[2441] is not null and var loadedFnPtr )(fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint TestFenceNVRaw([NativeTypeName("GLuint")] uint fence) => - ThisThread.TestFenceNVRaw(fence); + public static uint TestFenceNVRawNV([NativeTypeName("GLuint")] uint fence) => + ThisThread.TestFenceNVRawNV(fence); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - MaybeBool IGL.TestObjectApple( + MaybeBool IGL.TestObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name - ) => (MaybeBool)(uint)((IGL)this).TestObjectAppleRaw(@object, name); + ) => (MaybeBool)(uint)((IGL)this).TestObjectAppleRawAPPLE(@object, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static MaybeBool TestObjectApple( + public static MaybeBool TestObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name - ) => ThisThread.TestObjectApple(@object, name); + ) => ThisThread.TestObjectAPPLE(@object, name); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.TestObjectAppleRaw( + uint IGL.TestObjectAppleRawAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name ) => @@ -574289,14 +354478,14 @@ _slots[2442] is not null and var loadedFnPtr )(@object, name); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint TestObjectAppleRaw( + public static uint TestObjectAppleRawAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name - ) => ThisThread.TestObjectAppleRaw(@object, name); + ) => ThisThread.TestObjectAppleRawAPPLE(@object, name); + [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexAttachMemoryNV( [NativeTypeName("GLenum")] uint target, @@ -574311,9 +354500,6 @@ _slots[2443] is not null and var loadedFnPtr ) )(target, memory, offset); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexAttachMemoryNV( @@ -574322,6 +354508,8 @@ public static void TexAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.TexAttachMemoryNV(target, memory, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexAttachMemoryNV( [NativeTypeName("GLenum")] Constant target, @@ -574329,9 +354517,6 @@ void IGL.TexAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => ((IGL)this).TexAttachMemoryNV((uint)target, memory, offset); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -574341,6 +354526,7 @@ public static void TexAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.TexAttachMemoryNV(target, memory, offset); + [NativeFunction("opengl", EntryPoint = "glTexBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBuffer( [NativeTypeName("GLenum")] uint target, @@ -574355,38 +354541,6 @@ _slots[2444] is not null and var loadedFnPtr ) )(target, internalformat, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glTexBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexBuffer( @@ -574395,6 +354549,8 @@ public static void TexBuffer( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TexBuffer(target, internalformat, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBuffer( [NativeTypeName("GLenum")] Constant target, @@ -574402,38 +354558,6 @@ void IGL.TexBuffer( [NativeTypeName("GLuint")] uint buffer ) => ((IGL)this).TexBuffer((uint)target, (uint)internalformat, buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -574443,6 +354567,7 @@ public static void TexBuffer( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TexBuffer(target, internalformat, buffer); + [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBufferARB( [NativeTypeName("GLenum")] uint target, @@ -574457,8 +354582,6 @@ _slots[2445] is not null and var loadedFnPtr ) )(target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_ARB_texture_buffer_object"])] - [SupportedApiProfile("glcore", ["GL_ARB_texture_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexBufferARB( @@ -574467,6 +354590,8 @@ public static void TexBufferARB( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TexBufferARB(target, internalformat, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBufferARB( [NativeTypeName("GLenum")] Constant target, @@ -574474,8 +354599,6 @@ void IGL.TexBufferARB( [NativeTypeName("GLuint")] uint buffer ) => ((IGL)this).TexBufferARB((uint)target, (uint)internalformat, buffer); - [SupportedApiProfile("gl", ["GL_ARB_texture_buffer_object"])] - [SupportedApiProfile("glcore", ["GL_ARB_texture_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -574485,6 +354608,7 @@ public static void TexBufferARB( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TexBufferARB(target, internalformat, buffer); + [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBufferEXT( [NativeTypeName("GLenum")] uint target, @@ -574499,8 +354623,6 @@ _slots[2446] is not null and var loadedFnPtr ) )(target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_texture_buffer_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexBufferEXT( @@ -574509,6 +354631,8 @@ public static void TexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TexBufferEXT(target, internalformat, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBufferEXT( [NativeTypeName("GLenum")] Constant target, @@ -574516,8 +354640,6 @@ void IGL.TexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => ((IGL)this).TexBufferEXT((uint)target, (uint)internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_texture_buffer_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -574527,6 +354649,7 @@ public static void TexBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TexBufferEXT(target, internalformat, buffer); + [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBufferOES( [NativeTypeName("GLenum")] uint target, @@ -574541,7 +354664,6 @@ _slots[2447] is not null and var loadedFnPtr ) )(target, internalformat, buffer); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexBufferOES( @@ -574550,6 +354672,8 @@ public static void TexBufferOES( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TexBufferOES(target, internalformat, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBufferOES( [NativeTypeName("GLenum")] Constant target, @@ -574557,7 +354681,6 @@ void IGL.TexBufferOES( [NativeTypeName("GLuint")] uint buffer ) => ((IGL)this).TexBufferOES((uint)target, (uint)internalformat, buffer); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -574567,6 +354690,7 @@ public static void TexBufferOES( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TexBufferOES(target, internalformat, buffer); + [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBufferRange( [NativeTypeName("GLenum")] uint target, @@ -574583,28 +354707,6 @@ _slots[2448] is not null and var loadedFnPtr ) )(target, internalformat, buffer, offset, size); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexBufferRange( @@ -574615,6 +354717,8 @@ public static void TexBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.TexBufferRange(target, internalformat, buffer, offset, size); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBufferRange( [NativeTypeName("GLenum")] Constant target, @@ -574624,28 +354728,6 @@ void IGL.TexBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => ((IGL)this).TexBufferRange((uint)target, (uint)internalformat, buffer, offset, size); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -574657,6 +354739,7 @@ public static void TexBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.TexBufferRange(target, internalformat, buffer, offset, size); + [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBufferRangeEXT( [NativeTypeName("GLenum")] uint target, @@ -574673,7 +354756,6 @@ _slots[2449] is not null and var loadedFnPtr ) )(target, internalformat, buffer, offset, size); - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexBufferRangeEXT( @@ -574684,6 +354766,8 @@ public static void TexBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.TexBufferRangeEXT(target, internalformat, buffer, offset, size); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBufferRangeEXT( [NativeTypeName("GLenum")] Constant target, @@ -574693,7 +354777,6 @@ void IGL.TexBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => ((IGL)this).TexBufferRangeEXT((uint)target, (uint)internalformat, buffer, offset, size); - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -574705,6 +354788,7 @@ public static void TexBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.TexBufferRangeEXT(target, internalformat, buffer, offset, size); + [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBufferRangeOES( [NativeTypeName("GLenum")] uint target, @@ -574721,7 +354805,6 @@ _slots[2450] is not null and var loadedFnPtr ) )(target, internalformat, buffer, offset, size); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexBufferRangeOES( @@ -574732,6 +354815,8 @@ public static void TexBufferRangeOES( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.TexBufferRangeOES(target, internalformat, buffer, offset, size); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBufferRangeOES( [NativeTypeName("GLenum")] Constant target, @@ -574741,7 +354826,6 @@ void IGL.TexBufferRangeOES( [NativeTypeName("GLsizeiptr")] nuint size ) => ((IGL)this).TexBufferRangeOES((uint)target, (uint)internalformat, buffer, offset, size); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -574753,6 +354837,7 @@ public static void TexBufferRangeOES( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.TexBufferRangeOES(target, internalformat, buffer, offset, size); + [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, @@ -574766,7 +354851,6 @@ _slots[2451] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexBumpParameterATI( @@ -574774,6 +354858,8 @@ public static void TexBumpParameterATI( [NativeTypeName("const GLfloat *")] float* param1 ) => ThisThread.TexBumpParameterATI(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBumpParameterATI( [NativeTypeName("GLenum")] Constant pname, @@ -574786,7 +354872,6 @@ void IGL.TexBumpParameterATI( } } - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -574795,6 +354880,7 @@ public static void TexBumpParameterATI( [NativeTypeName("const GLfloat *")] Ref param1 ) => ThisThread.TexBumpParameterATI(pname, param1); + [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, @@ -574808,7 +354894,6 @@ _slots[2452] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexBumpParameterATI( @@ -574816,6 +354901,8 @@ public static void TexBumpParameterATI( [NativeTypeName("const GLint *")] int* param1 ) => ThisThread.TexBumpParameterATI(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexBumpParameterATI( [NativeTypeName("GLenum")] Constant pname, @@ -574828,7 +354915,6 @@ void IGL.TexBumpParameterATI( } } - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -574837,6 +354923,7 @@ public static void TexBumpParameterATI( [NativeTypeName("const GLint *")] Ref param1 ) => ThisThread.TexBumpParameterATI(pname, param1); + [NativeFunction("opengl", EntryPoint = "glTexCoord1bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord1OES([NativeTypeName("GLbyte")] sbyte s) => ( @@ -574847,23 +354934,24 @@ _slots[2453] is not null and var loadedFnPtr ) )(s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord1OES([NativeTypeName("GLbyte")] sbyte s) => ThisThread.TexCoord1OES(s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1BvO([NativeTypeName("const GLbyte *")] sbyte coords) => + void IGL.TexCoord1BvOOES([NativeTypeName("const GLbyte *")] sbyte coords) => ((IGL)this).TexCoord1OES((sbyte*)&coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1BvO([NativeTypeName("const GLbyte *")] sbyte coords) => - ThisThread.TexCoord1BvO(coords); + public static void TexCoord1BvOOES([NativeTypeName("const GLbyte *")] sbyte coords) => + ThisThread.TexCoord1BvOOES(coords); + [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord1OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ( @@ -574874,12 +354962,13 @@ _slots[2454] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord1OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ThisThread.TexCoord1OES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord1OES([NativeTypeName("const GLbyte *")] Ref coords) { @@ -574889,15 +354978,15 @@ void IGL.TexCoord1OES([NativeTypeName("const GLbyte *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord1OES([NativeTypeName("const GLbyte *")] Ref coords) => ThisThread.TexCoord1OES(coords); + [NativeFunction("opengl", EntryPoint = "glTexCoord1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1D([NativeTypeName("GLdouble")] double s) => + void IGL.TexCoord1d([NativeTypeName("GLdouble")] double s) => ( (delegate* unmanaged)( _slots[2455] is not null and var loadedFnPtr @@ -574906,38 +354995,14 @@ _slots[2455] is not null and var loadedFnPtr ) )(s); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1D([NativeTypeName("GLdouble")] double s) => - ThisThread.TexCoord1D(s); + public static void TexCoord1d([NativeTypeName("GLdouble")] double s) => + ThisThread.TexCoord1d(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1Dv([NativeTypeName("const GLdouble *")] double* v) => + void IGL.TexCoord1dv([NativeTypeName("const GLdouble *")] double* v) => ( (delegate* unmanaged)( _slots[2456] is not null and var loadedFnPtr @@ -574946,113 +355011,43 @@ _slots[2456] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1Dv([NativeTypeName("const GLdouble *")] double* v) => - ThisThread.TexCoord1Dv(v); + public static void TexCoord1dv([NativeTypeName("const GLdouble *")] double* v) => + ThisThread.TexCoord1dv(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1Dv([NativeTypeName("const GLdouble *")] Ref v) + void IGL.TexCoord1dv([NativeTypeName("const GLdouble *")] Ref v) { fixed (double* __dsl_v = v) { - ((IGL)this).TexCoord1Dv(__dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + ((IGL)this).TexCoord1dv(__dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1Dv([NativeTypeName("const GLdouble *")] Ref v) => - ThisThread.TexCoord1Dv(v); - - [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1Dv([NativeTypeName("const GLdouble *")] double v) => - ((IGL)this).TexCoord1Dv((double*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1dv([NativeTypeName("const GLdouble *")] Ref v) => + ThisThread.TexCoord1dv(v); + + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.TexCoord1dv([NativeTypeName("const GLdouble *")] double v) => + ((IGL)this).TexCoord1dv((double*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1Dv([NativeTypeName("const GLdouble *")] double v) => - ThisThread.TexCoord1Dv(v); + public static void TexCoord1dv([NativeTypeName("const GLdouble *")] double v) => + ThisThread.TexCoord1dv(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1F([NativeTypeName("GLfloat")] float s) => + void IGL.TexCoord1f([NativeTypeName("GLfloat")] float s) => ( (delegate* unmanaged)( _slots[2457] is not null and var loadedFnPtr @@ -575061,37 +355056,13 @@ _slots[2457] is not null and var loadedFnPtr ) )(s); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1F([NativeTypeName("GLfloat")] float s) => ThisThread.TexCoord1F(s); + public static void TexCoord1f([NativeTypeName("GLfloat")] float s) => ThisThread.TexCoord1f(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1Fv([NativeTypeName("const GLfloat *")] float* v) => + void IGL.TexCoord1fv([NativeTypeName("const GLfloat *")] float* v) => ( (delegate* unmanaged)( _slots[2458] is not null and var loadedFnPtr @@ -575100,111 +355071,41 @@ _slots[2458] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1Fv([NativeTypeName("const GLfloat *")] float* v) => - ThisThread.TexCoord1Fv(v); + public static void TexCoord1fv([NativeTypeName("const GLfloat *")] float* v) => + ThisThread.TexCoord1fv(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1Fv([NativeTypeName("const GLfloat *")] Ref v) + void IGL.TexCoord1fv([NativeTypeName("const GLfloat *")] Ref v) { fixed (float* __dsl_v = v) { - ((IGL)this).TexCoord1Fv(__dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + ((IGL)this).TexCoord1fv(__dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1Fv([NativeTypeName("const GLfloat *")] Ref v) => - ThisThread.TexCoord1Fv(v); - - [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1Fv([NativeTypeName("const GLfloat *")] float v) => - ((IGL)this).TexCoord1Fv((float*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1fv([NativeTypeName("const GLfloat *")] Ref v) => + ThisThread.TexCoord1fv(v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1Fv([NativeTypeName("const GLfloat *")] float v) => - ThisThread.TexCoord1Fv(v); + void IGL.TexCoord1fv([NativeTypeName("const GLfloat *")] float v) => + ((IGL)this).TexCoord1fv((float*)&v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void TexCoord1fv([NativeTypeName("const GLfloat *")] float v) => + ThisThread.TexCoord1fv(v); + + [NativeFunction("opengl", EntryPoint = "glTexCoord1hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord1NV([NativeTypeName("GLhalfNV")] ushort s) => ( @@ -575215,14 +355116,14 @@ _slots[2459] is not null and var loadedFnPtr ) )(s); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord1NV([NativeTypeName("GLhalfNV")] ushort s) => ThisThread.TexCoord1NV(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort* v) => + void IGL.TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort* v) => ( (delegate* unmanaged)( _slots[2460] is not null and var loadedFnPtr @@ -575231,41 +355132,43 @@ _slots[2460] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort* v) => - ThisThread.TexCoord1HvNV(v); + public static void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort* v) => + ThisThread.TexCoord1hvNV(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] Ref v) + void IGL.TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] Ref v) { fixed (ushort* __dsl_v = v) { - ((IGL)this).TexCoord1HvNV(__dsl_v); + ((IGL)this).TexCoord1hvNV(__dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] Ref v) => - ThisThread.TexCoord1HvNV(v); + public static void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] Ref v) => + ThisThread.TexCoord1hvNV(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort v) => - ((IGL)this).TexCoord1HvNV((ushort*)&v); + void IGL.TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort v) => + ((IGL)this).TexCoord1hvNV((ushort*)&v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort v) => - ThisThread.TexCoord1HvNV(v); + public static void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort v) => + ThisThread.TexCoord1hvNV(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1I([NativeTypeName("GLint")] int s) => + void IGL.TexCoord1i([NativeTypeName("GLint")] int s) => ( (delegate* unmanaged)( _slots[2461] is not null and var loadedFnPtr @@ -575274,37 +355177,13 @@ _slots[2461] is not null and var loadedFnPtr ) )(s); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord1i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1I([NativeTypeName("GLint")] int s) => ThisThread.TexCoord1I(s); + public static void TexCoord1i([NativeTypeName("GLint")] int s) => ThisThread.TexCoord1i(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1Iv([NativeTypeName("const GLint *")] int* v) => + void IGL.TexCoord1iv([NativeTypeName("const GLint *")] int* v) => ( (delegate* unmanaged)( _slots[2462] is not null and var loadedFnPtr @@ -575313,113 +355192,43 @@ _slots[2462] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1Iv([NativeTypeName("const GLint *")] int* v) => - ThisThread.TexCoord1Iv(v); + public static void TexCoord1iv([NativeTypeName("const GLint *")] int* v) => + ThisThread.TexCoord1iv(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1Iv([NativeTypeName("const GLint *")] Ref v) + void IGL.TexCoord1iv([NativeTypeName("const GLint *")] Ref v) { fixed (int* __dsl_v = v) { - ((IGL)this).TexCoord1Iv(__dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + ((IGL)this).TexCoord1iv(__dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1Iv([NativeTypeName("const GLint *")] Ref v) => - ThisThread.TexCoord1Iv(v); - - [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1Iv([NativeTypeName("const GLint *")] int v) => - ((IGL)this).TexCoord1Iv((int*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1iv([NativeTypeName("const GLint *")] Ref v) => + ThisThread.TexCoord1iv(v); + + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.TexCoord1iv([NativeTypeName("const GLint *")] int v) => + ((IGL)this).TexCoord1iv((int*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1Iv([NativeTypeName("const GLint *")] int v) => - ThisThread.TexCoord1Iv(v); + public static void TexCoord1iv([NativeTypeName("const GLint *")] int v) => + ThisThread.TexCoord1iv(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1S([NativeTypeName("GLshort")] short s) => + void IGL.TexCoord1s([NativeTypeName("GLshort")] short s) => ( (delegate* unmanaged)( _slots[2463] is not null and var loadedFnPtr @@ -575428,37 +355237,13 @@ _slots[2463] is not null and var loadedFnPtr ) )(s); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord1s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1S([NativeTypeName("GLshort")] short s) => ThisThread.TexCoord1S(s); + public static void TexCoord1s([NativeTypeName("GLshort")] short s) => ThisThread.TexCoord1s(s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1Sv([NativeTypeName("const GLshort *")] short* v) => + void IGL.TexCoord1sv([NativeTypeName("const GLshort *")] short* v) => ( (delegate* unmanaged)( _slots[2464] is not null and var loadedFnPtr @@ -575467,111 +355252,41 @@ _slots[2464] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1Sv([NativeTypeName("const GLshort *")] short* v) => - ThisThread.TexCoord1Sv(v); + public static void TexCoord1sv([NativeTypeName("const GLshort *")] short* v) => + ThisThread.TexCoord1sv(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1Sv([NativeTypeName("const GLshort *")] Ref v) + void IGL.TexCoord1sv([NativeTypeName("const GLshort *")] Ref v) { fixed (short* __dsl_v = v) { - ((IGL)this).TexCoord1Sv(__dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + ((IGL)this).TexCoord1sv(__dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1Sv([NativeTypeName("const GLshort *")] Ref v) => - ThisThread.TexCoord1Sv(v); - - [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1Sv([NativeTypeName("const GLshort *")] short v) => - ((IGL)this).TexCoord1Sv((short*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + public static void TexCoord1sv([NativeTypeName("const GLshort *")] Ref v) => + ThisThread.TexCoord1sv(v); + + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void IGL.TexCoord1sv([NativeTypeName("const GLshort *")] short v) => + ((IGL)this).TexCoord1sv((short*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1Sv([NativeTypeName("const GLshort *")] short v) => - ThisThread.TexCoord1Sv(v); + public static void TexCoord1sv([NativeTypeName("const GLshort *")] short v) => + ThisThread.TexCoord1sv(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord1XOES([NativeTypeName("GLfixed")] int s) => ( @@ -575582,23 +355297,24 @@ _slots[2465] is not null and var loadedFnPtr ) )(s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord1XOES([NativeTypeName("GLfixed")] int s) => ThisThread.TexCoord1XOES(s); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoord1XvO([NativeTypeName("const GLfixed *")] int coords) => + void IGL.TexCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords) => ((IGL)this).TexCoord1XOES((int*)&coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoord1XvO([NativeTypeName("const GLfixed *")] int coords) => - ThisThread.TexCoord1XvO(coords); + public static void TexCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords) => + ThisThread.TexCoord1XvOOES(coords); + [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord1XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -575609,12 +355325,13 @@ _slots[2466] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord1XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.TexCoord1XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord1XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -575624,13 +355341,13 @@ void IGL.TexCoord1XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord1XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.TexCoord1XOES(coords); + [NativeFunction("opengl", EntryPoint = "glTexCoord2bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2OES([NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t) => ( @@ -575641,7 +355358,6 @@ _slots[2467] is not null and var loadedFnPtr ) )(s, t); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2OES( @@ -575649,6 +355365,7 @@ public static void TexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ) => ThisThread.TexCoord2OES(s, t); + [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ( @@ -575659,12 +355376,13 @@ _slots[2468] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ThisThread.TexCoord2OES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2OES([NativeTypeName("const GLbyte *")] Ref coords) { @@ -575674,13 +355392,13 @@ void IGL.TexCoord2OES([NativeTypeName("const GLbyte *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2OES([NativeTypeName("const GLbyte *")] Ref coords) => ThisThread.TexCoord2OES(coords); + [NativeFunction("opengl", EntryPoint = "glTexCoord2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2( [NativeTypeName("GLdouble")] double s, @@ -575694,31 +355412,6 @@ _slots[2469] is not null and var loadedFnPtr ) )(s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2( @@ -575726,6 +355419,7 @@ public static void TexCoord2( [NativeTypeName("GLdouble")] double t ) => ThisThread.TexCoord2(s, t); + [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2([NativeTypeName("const GLdouble *")] double* v) => ( @@ -575736,36 +355430,13 @@ _slots[2470] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2([NativeTypeName("const GLdouble *")] double* v) => ThisThread.TexCoord2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2([NativeTypeName("const GLdouble *")] Ref v) { @@ -575775,37 +355446,13 @@ void IGL.TexCoord2([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.TexCoord2(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2([NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t) => ( @@ -575816,31 +355463,6 @@ _slots[2471] is not null and var loadedFnPtr ) )(s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2( @@ -575848,6 +355470,7 @@ public static void TexCoord2( [NativeTypeName("GLfloat")] float t ) => ThisThread.TexCoord2(s, t); + [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FColor3FVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -575870,7 +355493,6 @@ _slots[2472] is not null and var loadedFnPtr ) )(s, t, r, g, b, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2FColor3FVertex3SUN( @@ -575884,6 +355506,7 @@ public static void TexCoord2FColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.TexCoord2FColor3FVertex3SUN(s, t, r, g, b, x, y, z); + [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -575901,7 +355524,6 @@ _slots[2473] is not null and var loadedFnPtr ) )(tc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2FColor3FVertex3SUN( @@ -575910,6 +355532,8 @@ public static void TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.TexCoord2FColor3FVertex3SUN(tc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref tc, @@ -575925,7 +355549,6 @@ void IGL.TexCoord2FColor3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -575935,6 +355558,7 @@ public static void TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.TexCoord2FColor3FVertex3SUN(tc, c, v); + [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -575974,7 +355598,6 @@ _slots[2474] is not null and var loadedFnPtr ) )(s, t, r, g, b, a, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2FColor4FNormal3FVertex3SUN( @@ -575992,6 +355615,7 @@ public static void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.TexCoord2FColor4FNormal3FVertex3SUN(s, t, r, g, b, a, nx, ny, nz, x, y, z); + [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -576010,7 +355634,6 @@ _slots[2475] is not null and var loadedFnPtr ) )(tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2FColor4FNormal3FVertex3SUN( @@ -576020,6 +355643,8 @@ public static void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.TexCoord2FColor4FNormal3FVertex3SUN(tc, c, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref tc, @@ -576037,7 +355662,6 @@ void IGL.TexCoord2FColor4FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -576048,6 +355672,7 @@ public static void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.TexCoord2FColor4FNormal3FVertex3SUN(tc, c, n, v); + [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -576071,7 +355696,6 @@ _slots[2476] is not null and var loadedFnPtr ) )(s, t, r, g, b, a, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2FColor4UbVertex3SUN( @@ -576086,6 +355710,7 @@ public static void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.TexCoord2FColor4UbVertex3SUN(s, t, r, g, b, a, x, y, z); + [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -576103,7 +355728,6 @@ _slots[2477] is not null and var loadedFnPtr ) )(tc, c, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2FColor4UbVertex3SUN( @@ -576112,6 +355736,8 @@ public static void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.TexCoord2FColor4UbVertex3SUN(tc, c, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref tc, @@ -576127,7 +355753,6 @@ void IGL.TexCoord2FColor4UbVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -576137,6 +355762,7 @@ public static void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.TexCoord2FColor4UbVertex3SUN(tc, c, v); + [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -576159,7 +355785,6 @@ _slots[2478] is not null and var loadedFnPtr ) )(s, t, nx, ny, nz, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2FNormal3FVertex3SUN( @@ -576173,6 +355798,7 @@ public static void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.TexCoord2FNormal3FVertex3SUN(s, t, nx, ny, nz, x, y, z); + [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -576190,7 +355816,6 @@ _slots[2479] is not null and var loadedFnPtr ) )(tc, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2FNormal3FVertex3SUN( @@ -576199,6 +355824,8 @@ public static void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.TexCoord2FNormal3FVertex3SUN(tc, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref tc, @@ -576214,7 +355841,6 @@ void IGL.TexCoord2FNormal3FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -576224,6 +355850,7 @@ public static void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.TexCoord2FNormal3FVertex3SUN(tc, n, v); + [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2([NativeTypeName("const GLfloat *")] float* v) => ( @@ -576234,36 +355861,13 @@ _slots[2480] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2([NativeTypeName("const GLfloat *")] float* v) => ThisThread.TexCoord2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2([NativeTypeName("const GLfloat *")] Ref v) { @@ -576273,37 +355877,13 @@ void IGL.TexCoord2([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.TexCoord2(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -576320,7 +355900,6 @@ _slots[2481] is not null and var loadedFnPtr ) )(s, t, x, y, z); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2FVertex3SUN( @@ -576331,6 +355910,7 @@ public static void TexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ) => ThisThread.TexCoord2FVertex3SUN(s, t, x, y, z); + [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -576347,7 +355927,6 @@ _slots[2482] is not null and var loadedFnPtr ) )(tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2FVertex3SUN( @@ -576355,6 +355934,8 @@ public static void TexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.TexCoord2FVertex3SUN(tc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref tc, @@ -576368,7 +355949,6 @@ void IGL.TexCoord2FVertex3SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -576377,6 +355957,7 @@ public static void TexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.TexCoord2FVertex3SUN(tc, v); + [NativeFunction("opengl", EntryPoint = "glTexCoord2hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2NV( [NativeTypeName("GLhalfNV")] ushort s, @@ -576390,7 +355971,6 @@ _slots[2483] is not null and var loadedFnPtr ) )(s, t); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2NV( @@ -576398,6 +355978,7 @@ public static void TexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ) => ThisThread.TexCoord2NV(s, t); + [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ( @@ -576408,12 +355989,13 @@ _slots[2484] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ThisThread.TexCoord2NV(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2NV([NativeTypeName("const GLhalfNV *")] Ref v) { @@ -576423,13 +356005,13 @@ void IGL.TexCoord2NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2NV([NativeTypeName("const GLhalfNV *")] Ref v) => ThisThread.TexCoord2NV(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2([NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t) => ( @@ -576440,31 +356022,6 @@ _slots[2485] is not null and var loadedFnPtr ) )(s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2( @@ -576472,6 +356029,7 @@ public static void TexCoord2( [NativeTypeName("GLint")] int t ) => ThisThread.TexCoord2(s, t); + [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2([NativeTypeName("const GLint *")] int* v) => ( @@ -576482,36 +356040,13 @@ _slots[2486] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2([NativeTypeName("const GLint *")] int* v) => ThisThread.TexCoord2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2([NativeTypeName("const GLint *")] Ref v) { @@ -576521,37 +356056,13 @@ void IGL.TexCoord2([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2([NativeTypeName("const GLint *")] Ref v) => ThisThread.TexCoord2(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2([NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t) => ( @@ -576562,31 +356073,6 @@ _slots[2487] is not null and var loadedFnPtr ) )(s, t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2( @@ -576594,6 +356080,7 @@ public static void TexCoord2( [NativeTypeName("GLshort")] short t ) => ThisThread.TexCoord2(s, t); + [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2([NativeTypeName("const GLshort *")] short* v) => ( @@ -576604,36 +356091,13 @@ _slots[2488] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2([NativeTypeName("const GLshort *")] short* v) => ThisThread.TexCoord2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2([NativeTypeName("const GLshort *")] Ref v) { @@ -576643,37 +356107,13 @@ void IGL.TexCoord2([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2([NativeTypeName("const GLshort *")] Ref v) => ThisThread.TexCoord2(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2XOES([NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t) => ( @@ -576684,7 +356124,6 @@ _slots[2489] is not null and var loadedFnPtr ) )(s, t); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2XOES( @@ -576692,6 +356131,7 @@ public static void TexCoord2XOES( [NativeTypeName("GLfixed")] int t ) => ThisThread.TexCoord2XOES(s, t); + [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -576702,12 +356142,13 @@ _slots[2490] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.TexCoord2XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord2XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -576717,13 +356158,13 @@ void IGL.TexCoord2XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord2XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.TexCoord2XOES(coords); + [NativeFunction("opengl", EntryPoint = "glTexCoord3bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3OES( [NativeTypeName("GLbyte")] sbyte s, @@ -576738,7 +356179,6 @@ _slots[2491] is not null and var loadedFnPtr ) )(s, t, r); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3OES( @@ -576747,6 +356187,7 @@ public static void TexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ) => ThisThread.TexCoord3OES(s, t, r); + [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ( @@ -576757,12 +356198,13 @@ _slots[2492] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ThisThread.TexCoord3OES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3OES([NativeTypeName("const GLbyte *")] Ref coords) { @@ -576772,13 +356214,13 @@ void IGL.TexCoord3OES([NativeTypeName("const GLbyte *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3OES([NativeTypeName("const GLbyte *")] Ref coords) => ThisThread.TexCoord3OES(coords); + [NativeFunction("opengl", EntryPoint = "glTexCoord3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3( [NativeTypeName("GLdouble")] double s, @@ -576793,31 +356235,6 @@ _slots[2493] is not null and var loadedFnPtr ) )(s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3( @@ -576826,6 +356243,7 @@ public static void TexCoord3( [NativeTypeName("GLdouble")] double r ) => ThisThread.TexCoord3(s, t, r); + [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3([NativeTypeName("const GLdouble *")] double* v) => ( @@ -576836,36 +356254,13 @@ _slots[2494] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3([NativeTypeName("const GLdouble *")] double* v) => ThisThread.TexCoord3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3([NativeTypeName("const GLdouble *")] Ref v) { @@ -576875,37 +356270,13 @@ void IGL.TexCoord3([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.TexCoord3(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3( [NativeTypeName("GLfloat")] float s, @@ -576920,31 +356291,6 @@ _slots[2495] is not null and var loadedFnPtr ) )(s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3( @@ -576953,6 +356299,7 @@ public static void TexCoord3( [NativeTypeName("GLfloat")] float r ) => ThisThread.TexCoord3(s, t, r); + [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3([NativeTypeName("const GLfloat *")] float* v) => ( @@ -576963,36 +356310,13 @@ _slots[2496] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3([NativeTypeName("const GLfloat *")] float* v) => ThisThread.TexCoord3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3([NativeTypeName("const GLfloat *")] Ref v) { @@ -577002,37 +356326,13 @@ void IGL.TexCoord3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.TexCoord3(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3NV( [NativeTypeName("GLhalfNV")] ushort s, @@ -577047,7 +356347,6 @@ _slots[2497] is not null and var loadedFnPtr ) )(s, t, r); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3NV( @@ -577056,6 +356355,7 @@ public static void TexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ) => ThisThread.TexCoord3NV(s, t, r); + [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ( @@ -577066,12 +356366,13 @@ _slots[2498] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ThisThread.TexCoord3NV(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3NV([NativeTypeName("const GLhalfNV *")] Ref v) { @@ -577081,13 +356382,13 @@ void IGL.TexCoord3NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3NV([NativeTypeName("const GLhalfNV *")] Ref v) => ThisThread.TexCoord3NV(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3( [NativeTypeName("GLint")] int s, @@ -577102,31 +356403,6 @@ _slots[2499] is not null and var loadedFnPtr ) )(s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3( @@ -577135,6 +356411,7 @@ public static void TexCoord3( [NativeTypeName("GLint")] int r ) => ThisThread.TexCoord3(s, t, r); + [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3([NativeTypeName("const GLint *")] int* v) => ( @@ -577145,36 +356422,13 @@ _slots[2500] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3([NativeTypeName("const GLint *")] int* v) => ThisThread.TexCoord3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3([NativeTypeName("const GLint *")] Ref v) { @@ -577184,37 +356438,13 @@ void IGL.TexCoord3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3([NativeTypeName("const GLint *")] Ref v) => ThisThread.TexCoord3(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3( [NativeTypeName("GLshort")] short s, @@ -577229,31 +356459,6 @@ _slots[2501] is not null and var loadedFnPtr ) )(s, t, r); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3( @@ -577262,6 +356467,7 @@ public static void TexCoord3( [NativeTypeName("GLshort")] short r ) => ThisThread.TexCoord3(s, t, r); + [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3([NativeTypeName("const GLshort *")] short* v) => ( @@ -577272,36 +356478,13 @@ _slots[2502] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3([NativeTypeName("const GLshort *")] short* v) => ThisThread.TexCoord3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3([NativeTypeName("const GLshort *")] Ref v) { @@ -577311,37 +356494,13 @@ void IGL.TexCoord3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3([NativeTypeName("const GLshort *")] Ref v) => ThisThread.TexCoord3(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3XOES( [NativeTypeName("GLfixed")] int s, @@ -577356,7 +356515,6 @@ _slots[2503] is not null and var loadedFnPtr ) )(s, t, r); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3XOES( @@ -577365,6 +356523,7 @@ public static void TexCoord3XOES( [NativeTypeName("GLfixed")] int r ) => ThisThread.TexCoord3XOES(s, t, r); + [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -577375,12 +356534,13 @@ _slots[2504] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.TexCoord3XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord3XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -577390,13 +356550,13 @@ void IGL.TexCoord3XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord3XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.TexCoord3XOES(coords); + [NativeFunction("opengl", EntryPoint = "glTexCoord4bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4OES( [NativeTypeName("GLbyte")] sbyte s, @@ -577412,7 +356572,6 @@ _slots[2505] is not null and var loadedFnPtr ) )(s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4OES( @@ -577422,6 +356581,7 @@ public static void TexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ) => ThisThread.TexCoord4OES(s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ( @@ -577432,12 +356592,13 @@ _slots[2506] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ThisThread.TexCoord4OES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4OES([NativeTypeName("const GLbyte *")] Ref coords) { @@ -577447,13 +356608,13 @@ void IGL.TexCoord4OES([NativeTypeName("const GLbyte *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4OES([NativeTypeName("const GLbyte *")] Ref coords) => ThisThread.TexCoord4OES(coords); + [NativeFunction("opengl", EntryPoint = "glTexCoord4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4( [NativeTypeName("GLdouble")] double s, @@ -577469,31 +356630,6 @@ _slots[2507] is not null and var loadedFnPtr ) )(s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4( @@ -577503,6 +356639,7 @@ public static void TexCoord4( [NativeTypeName("GLdouble")] double q ) => ThisThread.TexCoord4(s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4([NativeTypeName("const GLdouble *")] double* v) => ( @@ -577513,36 +356650,13 @@ _slots[2508] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4([NativeTypeName("const GLdouble *")] double* v) => ThisThread.TexCoord4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4([NativeTypeName("const GLdouble *")] Ref v) { @@ -577552,37 +356666,13 @@ void IGL.TexCoord4([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.TexCoord4(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4( [NativeTypeName("GLfloat")] float s, @@ -577598,31 +356688,6 @@ _slots[2509] is not null and var loadedFnPtr ) )(s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4( @@ -577632,6 +356697,7 @@ public static void TexCoord4( [NativeTypeName("GLfloat")] float q ) => ThisThread.TexCoord4(s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("GLfloat")] float s, @@ -577677,7 +356743,6 @@ _slots[2510] is not null and var loadedFnPtr ) )(s, t, p, q, r, g, b, a, nx, ny, nz, x, y, z, w); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4FColor4FNormal3FVertex4SUN( @@ -577715,6 +356780,7 @@ public static void TexCoord4FColor4FNormal3FVertex4SUN( w ); + [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -577733,7 +356799,6 @@ _slots[2511] is not null and var loadedFnPtr ) )(tc, c, n, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4FColor4FNormal3FVertex4SUN( @@ -577743,6 +356808,8 @@ public static void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.TexCoord4FColor4FNormal3FVertex4SUN(tc, c, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] Ref tc, @@ -577760,7 +356827,6 @@ void IGL.TexCoord4FColor4FNormal3FVertex4SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -577771,6 +356837,7 @@ public static void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.TexCoord4FColor4FNormal3FVertex4SUN(tc, c, n, v); + [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4([NativeTypeName("const GLfloat *")] float* v) => ( @@ -577781,36 +356848,13 @@ _slots[2512] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4([NativeTypeName("const GLfloat *")] float* v) => ThisThread.TexCoord4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4([NativeTypeName("const GLfloat *")] Ref v) { @@ -577820,37 +356864,13 @@ void IGL.TexCoord4([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.TexCoord4(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4FVertex4SUN( [NativeTypeName("GLfloat")] float s, @@ -577870,7 +356890,6 @@ _slots[2513] is not null and var loadedFnPtr ) )(s, t, p, q, x, y, z, w); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4FVertex4SUN( @@ -577884,6 +356903,7 @@ public static void TexCoord4FVertex4SUN( [NativeTypeName("GLfloat")] float w ) => ThisThread.TexCoord4FVertex4SUN(s, t, p, q, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4FVertex4SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -577900,7 +356920,6 @@ _slots[2514] is not null and var loadedFnPtr ) )(tc, v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4FVertex4SUN( @@ -577908,6 +356927,8 @@ public static void TexCoord4FVertex4SUN( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.TexCoord4FVertex4SUN(tc, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4FVertex4SUN( [NativeTypeName("const GLfloat *")] Ref tc, @@ -577921,7 +356942,6 @@ void IGL.TexCoord4FVertex4SUN( } } - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -577930,6 +356950,7 @@ public static void TexCoord4FVertex4SUN( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.TexCoord4FVertex4SUN(tc, v); + [NativeFunction("opengl", EntryPoint = "glTexCoord4hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4NV( [NativeTypeName("GLhalfNV")] ushort s, @@ -577945,7 +356966,6 @@ _slots[2515] is not null and var loadedFnPtr ) )(s, t, r, q); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4NV( @@ -577955,6 +356975,7 @@ public static void TexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ) => ThisThread.TexCoord4NV(s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ( @@ -577965,12 +356986,13 @@ _slots[2516] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ThisThread.TexCoord4NV(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4NV([NativeTypeName("const GLhalfNV *")] Ref v) { @@ -577980,13 +357002,13 @@ void IGL.TexCoord4NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4NV([NativeTypeName("const GLhalfNV *")] Ref v) => ThisThread.TexCoord4NV(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4( [NativeTypeName("GLint")] int s, @@ -578002,31 +357024,6 @@ _slots[2517] is not null and var loadedFnPtr ) )(s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4( @@ -578036,6 +357033,7 @@ public static void TexCoord4( [NativeTypeName("GLint")] int q ) => ThisThread.TexCoord4(s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4([NativeTypeName("const GLint *")] int* v) => ( @@ -578046,36 +357044,13 @@ _slots[2518] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4([NativeTypeName("const GLint *")] int* v) => ThisThread.TexCoord4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4([NativeTypeName("const GLint *")] Ref v) { @@ -578085,37 +357060,13 @@ void IGL.TexCoord4([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4([NativeTypeName("const GLint *")] Ref v) => ThisThread.TexCoord4(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4( [NativeTypeName("GLshort")] short s, @@ -578131,31 +357082,6 @@ _slots[2519] is not null and var loadedFnPtr ) )(s, t, r, q); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4( @@ -578165,6 +357091,7 @@ public static void TexCoord4( [NativeTypeName("GLshort")] short q ) => ThisThread.TexCoord4(s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4([NativeTypeName("const GLshort *")] short* v) => ( @@ -578175,36 +357102,13 @@ _slots[2520] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4([NativeTypeName("const GLshort *")] short* v) => ThisThread.TexCoord4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4([NativeTypeName("const GLshort *")] Ref v) { @@ -578214,37 +357118,13 @@ void IGL.TexCoord4([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4([NativeTypeName("const GLshort *")] Ref v) => ThisThread.TexCoord4(v); + [NativeFunction("opengl", EntryPoint = "glTexCoord4xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4XOES( [NativeTypeName("GLfixed")] int s, @@ -578260,7 +357140,6 @@ _slots[2521] is not null and var loadedFnPtr ) )(s, t, r, q); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4XOES( @@ -578270,6 +357149,7 @@ public static void TexCoord4XOES( [NativeTypeName("GLfixed")] int q ) => ThisThread.TexCoord4XOES(s, t, r, q); + [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -578280,12 +357160,13 @@ _slots[2522] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.TexCoord4XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoord4XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -578295,13 +357176,13 @@ void IGL.TexCoord4XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoord4XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.TexCoord4XOES(coords); + [NativeFunction("opengl", EntryPoint = "glTexCoordFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordFormatNV( [NativeTypeName("GLint")] int size, @@ -578316,8 +357197,6 @@ _slots[2523] is not null and var loadedFnPtr ) )(size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glTexCoordFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoordFormatNV( @@ -578326,6 +357205,7 @@ public static void TexCoordFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.TexCoordFormatNV(size, type, stride); + [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordP1( [NativeTypeName("GLenum")] uint type, @@ -578339,7 +357219,6 @@ _slots[2524] is not null and var loadedFnPtr ) )(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoordP1( @@ -578347,13 +357226,14 @@ public static void TexCoordP1( [NativeTypeName("GLuint")] uint coords ) => ThisThread.TexCoordP1(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordP1( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords ) => ((IGL)this).TexCoordP1((uint)type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -578362,8 +357242,9 @@ public static void TexCoordP1( [NativeTypeName("GLuint")] uint coords ) => ThisThread.TexCoordP1(type, coords); + [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordP1Uiv( + void IGL.TexCoordP1uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ) => @@ -578375,50 +357256,52 @@ _slots[2525] is not null and var loadedFnPtr ) )(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordP1Uiv( + public static void TexCoordP1uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => ThisThread.TexCoordP1Uiv(type, coords); + ) => ThisThread.TexCoordP1uiv(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordP1Uiv( + void IGL.TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - ((IGL)this).TexCoordP1Uiv((uint)type, __dsl_coords); + ((IGL)this).TexCoordP1uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordP1Uiv( + public static void TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => ThisThread.TexCoordP1Uiv(type, coords); + ) => ThisThread.TexCoordP1uiv(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordP1Uiv( + void IGL.TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ((IGL)this).TexCoordP1Uiv((uint)type, (uint*)&coords); + ) => ((IGL)this).TexCoordP1uiv((uint)type, (uint*)&coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordP1Uiv( + public static void TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ThisThread.TexCoordP1Uiv(type, coords); + ) => ThisThread.TexCoordP1uiv(type, coords); + [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordP2( [NativeTypeName("GLenum")] uint type, @@ -578432,7 +357315,6 @@ _slots[2526] is not null and var loadedFnPtr ) )(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoordP2( @@ -578440,13 +357322,14 @@ public static void TexCoordP2( [NativeTypeName("GLuint")] uint coords ) => ThisThread.TexCoordP2(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordP2( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords ) => ((IGL)this).TexCoordP2((uint)type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -578455,8 +357338,9 @@ public static void TexCoordP2( [NativeTypeName("GLuint")] uint coords ) => ThisThread.TexCoordP2(type, coords); + [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordP2Uiv( + void IGL.TexCoordP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ) => @@ -578468,50 +357352,52 @@ _slots[2527] is not null and var loadedFnPtr ) )(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordP2Uiv( + public static void TexCoordP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => ThisThread.TexCoordP2Uiv(type, coords); + ) => ThisThread.TexCoordP2uiv(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordP2Uiv( + void IGL.TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - ((IGL)this).TexCoordP2Uiv((uint)type, __dsl_coords); + ((IGL)this).TexCoordP2uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordP2Uiv( + public static void TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => ThisThread.TexCoordP2Uiv(type, coords); + ) => ThisThread.TexCoordP2uiv(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordP2Uiv( + void IGL.TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ((IGL)this).TexCoordP2Uiv((uint)type, (uint*)&coords); + ) => ((IGL)this).TexCoordP2uiv((uint)type, (uint*)&coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordP2Uiv( + public static void TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ThisThread.TexCoordP2Uiv(type, coords); + ) => ThisThread.TexCoordP2uiv(type, coords); + [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordP3( [NativeTypeName("GLenum")] uint type, @@ -578525,7 +357411,6 @@ _slots[2528] is not null and var loadedFnPtr ) )(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoordP3( @@ -578533,13 +357418,14 @@ public static void TexCoordP3( [NativeTypeName("GLuint")] uint coords ) => ThisThread.TexCoordP3(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords ) => ((IGL)this).TexCoordP3((uint)type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -578548,8 +357434,9 @@ public static void TexCoordP3( [NativeTypeName("GLuint")] uint coords ) => ThisThread.TexCoordP3(type, coords); + [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordP3Uiv( + void IGL.TexCoordP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ) => @@ -578561,50 +357448,52 @@ _slots[2529] is not null and var loadedFnPtr ) )(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordP3Uiv( + public static void TexCoordP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => ThisThread.TexCoordP3Uiv(type, coords); + ) => ThisThread.TexCoordP3uiv(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordP3Uiv( + void IGL.TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - ((IGL)this).TexCoordP3Uiv((uint)type, __dsl_coords); + ((IGL)this).TexCoordP3uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordP3Uiv( + public static void TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => ThisThread.TexCoordP3Uiv(type, coords); + ) => ThisThread.TexCoordP3uiv(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordP3Uiv( + void IGL.TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ((IGL)this).TexCoordP3Uiv((uint)type, (uint*)&coords); + ) => ((IGL)this).TexCoordP3uiv((uint)type, (uint*)&coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordP3Uiv( + public static void TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ThisThread.TexCoordP3Uiv(type, coords); + ) => ThisThread.TexCoordP3uiv(type, coords); + [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordP4( [NativeTypeName("GLenum")] uint type, @@ -578618,7 +357507,6 @@ _slots[2530] is not null and var loadedFnPtr ) )(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoordP4( @@ -578626,13 +357514,14 @@ public static void TexCoordP4( [NativeTypeName("GLuint")] uint coords ) => ThisThread.TexCoordP4(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint coords ) => ((IGL)this).TexCoordP4((uint)type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -578641,8 +357530,9 @@ public static void TexCoordP4( [NativeTypeName("GLuint")] uint coords ) => ThisThread.TexCoordP4(type, coords); + [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordP4Uiv( + void IGL.TexCoordP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ) => @@ -578654,50 +357544,52 @@ _slots[2531] is not null and var loadedFnPtr ) )(type, coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordP4Uiv( + public static void TexCoordP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords - ) => ThisThread.TexCoordP4Uiv(type, coords); + ) => ThisThread.TexCoordP4uiv(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordP4Uiv( + void IGL.TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ) { fixed (uint* __dsl_coords = coords) { - ((IGL)this).TexCoordP4Uiv((uint)type, __dsl_coords); + ((IGL)this).TexCoordP4uiv((uint)type, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordP4Uiv( + public static void TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords - ) => ThisThread.TexCoordP4Uiv(type, coords); + ) => ThisThread.TexCoordP4uiv(type, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordP4Uiv( + void IGL.TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ((IGL)this).TexCoordP4Uiv((uint)type, (uint*)&coords); + ) => ((IGL)this).TexCoordP4uiv((uint)type, (uint*)&coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordP4Uiv( + public static void TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords - ) => ThisThread.TexCoordP4Uiv(type, coords); + ) => ThisThread.TexCoordP4uiv(type, coords); + [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordPointer( [NativeTypeName("GLint")] int size, @@ -578713,31 +357605,6 @@ _slots[2532] is not null and var loadedFnPtr ) )(size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoordPointer( @@ -578747,6 +357614,8 @@ public static void TexCoordPointer( [NativeTypeName("const void *")] void* pointer ) => ThisThread.TexCoordPointer(size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordPointer( [NativeTypeName("GLint")] int size, @@ -578761,31 +357630,6 @@ void IGL.TexCoordPointer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -578796,6 +357640,7 @@ public static void TexCoordPointer( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.TexCoordPointer(size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordPointerEXT( [NativeTypeName("GLint")] int size, @@ -578812,7 +357657,6 @@ _slots[2533] is not null and var loadedFnPtr ) )(size, type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoordPointerEXT( @@ -578823,6 +357667,8 @@ public static void TexCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.TexCoordPointerEXT(size, type, stride, count, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordPointerEXT( [NativeTypeName("GLint")] int size, @@ -578838,7 +357684,6 @@ void IGL.TexCoordPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -578850,6 +357695,7 @@ public static void TexCoordPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.TexCoordPointerEXT(size, type, stride, count, pointer); + [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordPointerListIBM( [NativeTypeName("GLint")] int size, @@ -578869,7 +357715,6 @@ _slots[2534] is not null and var loadedFnPtr ) )(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexCoordPointerListIBM( @@ -578880,6 +357725,8 @@ public static void TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.TexCoordPointerListIBM(size, type, stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexCoordPointerListIBM( [NativeTypeName("GLint")] int size, @@ -578895,7 +357742,6 @@ void IGL.TexCoordPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -578907,6 +357753,8 @@ public static void TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.TexCoordPointerListIBM(size, type, stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.TexCoordPointerListIBM( [NativeTypeName("GLenum")] Constant type, @@ -578919,7 +357767,6 @@ Ptr IGL.TexCoordPointerListIBM( return pointer; } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -578929,8 +357776,9 @@ public static Ptr TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.TexCoordPointerListIBM(type, stride, ptrstride); + [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordPointerIntel( + void IGL.TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer @@ -578943,17 +357791,18 @@ _slots[2535] is not null and var loadedFnPtr ) )(size, type, pointer); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordPointerIntel( + public static void TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer - ) => ThisThread.TexCoordPointerIntel(size, type, pointer); + ) => ThisThread.TexCoordPointerINTEL(size, type, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexCoordPointerIntel( + void IGL.TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer @@ -578961,20 +357810,20 @@ void IGL.TexCoordPointerIntel( { fixed (void** __dsl_pointer = pointer) { - ((IGL)this).TexCoordPointerIntel(size, (uint)type, __dsl_pointer); + ((IGL)this).TexCoordPointerINTEL(size, (uint)type, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexCoordPointerIntel( + public static void TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer - ) => ThisThread.TexCoordPointerIntel(size, type, pointer); + ) => ThisThread.TexCoordPointerINTEL(size, type, pointer); + [NativeFunction("opengl", EntryPoint = "glTexEnvf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnv( [NativeTypeName("GLenum")] uint target, @@ -578989,32 +357838,6 @@ _slots[2536] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexEnv( @@ -579023,6 +357846,8 @@ public static void TexEnv( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.TexEnv(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexEnvf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnv( [NativeTypeName("GLenum")] Constant target, @@ -579030,32 +357855,6 @@ void IGL.TexEnv( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).TexEnv((uint)target, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579065,6 +357864,7 @@ public static void TexEnv( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.TexEnv(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnv( [NativeTypeName("GLenum")] uint target, @@ -579079,32 +357879,6 @@ _slots[2537] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexEnv( @@ -579113,6 +357887,8 @@ public static void TexEnv( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.TexEnv(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnv( [NativeTypeName("GLenum")] Constant target, @@ -579126,32 +357902,6 @@ void IGL.TexEnv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579161,6 +357911,7 @@ public static void TexEnv( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.TexEnv(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexEnvi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnv( [NativeTypeName("GLenum")] uint target, @@ -579175,32 +357926,6 @@ _slots[2538] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexEnv( @@ -579209,6 +357934,8 @@ public static void TexEnv( [NativeTypeName("GLint")] int param2 ) => ThisThread.TexEnv(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexEnvi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnv( [NativeTypeName("GLenum")] Constant target, @@ -579216,32 +357943,6 @@ void IGL.TexEnv( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).TexEnv((uint)target, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579251,6 +357952,7 @@ public static void TexEnv( [NativeTypeName("GLint")] int param2 ) => ThisThread.TexEnv(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexEnviv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnv( [NativeTypeName("GLenum")] uint target, @@ -579265,32 +357967,6 @@ _slots[2539] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnviv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexEnv( @@ -579299,6 +357975,8 @@ public static void TexEnv( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.TexEnv(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexEnviv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnv( [NativeTypeName("GLenum")] Constant target, @@ -579312,32 +357990,6 @@ void IGL.TexEnv( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnviv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579347,6 +357999,7 @@ public static void TexEnv( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.TexEnv(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexEnvx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnvx( [NativeTypeName("GLenum")] uint target, @@ -579361,7 +358014,6 @@ _slots[2540] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexEnvx( @@ -579370,6 +358022,8 @@ public static void TexEnvx( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.TexEnvx(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexEnvx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnvx( [NativeTypeName("GLenum")] Constant target, @@ -579377,7 +358031,6 @@ void IGL.TexEnvx( [NativeTypeName("GLfixed")] int param2 ) => ((IGL)this).TexEnvx((uint)target, (uint)pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579387,6 +358040,7 @@ public static void TexEnvx( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.TexEnvx(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnvxOES( [NativeTypeName("GLenum")] uint target, @@ -579401,8 +358055,6 @@ _slots[2541] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexEnvxOES( @@ -579411,6 +358063,8 @@ public static void TexEnvxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.TexEnvxOES(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnvxOES( [NativeTypeName("GLenum")] Constant target, @@ -579418,8 +358072,6 @@ void IGL.TexEnvxOES( [NativeTypeName("GLfixed")] int param2 ) => ((IGL)this).TexEnvxOES((uint)target, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579429,6 +358081,7 @@ public static void TexEnvxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.TexEnvxOES(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnvx( [NativeTypeName("GLenum")] uint target, @@ -579443,7 +358096,6 @@ _slots[2542] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexEnvx( @@ -579452,6 +358104,8 @@ public static void TexEnvx( [NativeTypeName("const GLfixed *")] int* @params ) => ThisThread.TexEnvx(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnvx( [NativeTypeName("GLenum")] Constant target, @@ -579465,7 +358119,6 @@ void IGL.TexEnvx( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579475,6 +358128,7 @@ public static void TexEnvx( [NativeTypeName("const GLfixed *")] Ref @params ) => ThisThread.TexEnvx(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnvxOES( [NativeTypeName("GLenum")] uint target, @@ -579489,8 +358143,6 @@ _slots[2543] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexEnvxOES( @@ -579499,6 +358151,8 @@ public static void TexEnvxOES( [NativeTypeName("const GLfixed *")] int* @params ) => ThisThread.TexEnvxOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEnvxOES( [NativeTypeName("GLenum")] Constant target, @@ -579512,8 +358166,6 @@ void IGL.TexEnvxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579523,6 +358175,7 @@ public static void TexEnvxOES( [NativeTypeName("const GLfixed *")] Ref @params ) => ThisThread.TexEnvxOES(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexEstimateMotionQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEstimateMotionQCOM( [NativeTypeName("GLuint")] uint @ref, @@ -579537,7 +358190,6 @@ _slots[2544] is not null and var loadedFnPtr ) )(@ref, target, output); - [SupportedApiProfile("gles2", ["GL_QCOM_motion_estimation"])] [NativeFunction("opengl", EntryPoint = "glTexEstimateMotionQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexEstimateMotionQCOM( @@ -579546,6 +358198,7 @@ public static void TexEstimateMotionQCOM( [NativeTypeName("GLuint")] uint output ) => ThisThread.TexEstimateMotionQCOM(@ref, target, output); + [NativeFunction("opengl", EntryPoint = "glTexEstimateMotionRegionsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexEstimateMotionRegionQCOM( [NativeTypeName("GLuint")] uint @ref, @@ -579564,7 +358217,6 @@ _slots[2545] is not null and var loadedFnPtr ) )(@ref, target, output, mask); - [SupportedApiProfile("gles2", ["GL_QCOM_motion_estimation"])] [NativeFunction("opengl", EntryPoint = "glTexEstimateMotionRegionsQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexEstimateMotionRegionQCOM( @@ -579574,23 +358226,25 @@ public static void TexEstimateMotionRegionQCOM( [NativeTypeName("GLuint")] uint mask ) => ThisThread.TexEstimateMotionRegionQCOM(@ref, target, output, mask); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TexFilterFuncSGI( + void IGL.TexFilterFuncSGISGIS( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant filter, [NativeTypeName("const GLfloat *")] float weights ) => ((IGL)this).TexFilterFuncSGIS((uint)target, (uint)filter, 1, (float*)&weights); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TexFilterFuncSGI( + public static void TexFilterFuncSGISGIS( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant filter, [NativeTypeName("const GLfloat *")] float weights - ) => ThisThread.TexFilterFuncSGI(target, filter, weights); + ) => ThisThread.TexFilterFuncSGISGIS(target, filter, weights); + [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexFilterFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -579606,7 +358260,6 @@ _slots[2546] is not null and var loadedFnPtr ) )(target, filter, n, weights); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexFilterFuncSGIS( @@ -579616,6 +358269,8 @@ public static void TexFilterFuncSGIS( [NativeTypeName("const GLfloat *")] float* weights ) => ThisThread.TexFilterFuncSGIS(target, filter, n, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexFilterFuncSGIS( [NativeTypeName("GLenum")] Constant target, @@ -579630,7 +358285,6 @@ void IGL.TexFilterFuncSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579641,6 +358295,7 @@ public static void TexFilterFuncSGIS( [NativeTypeName("const GLfloat *")] Ref weights ) => ThisThread.TexFilterFuncSGIS(target, filter, n, weights); + [NativeFunction("opengl", EntryPoint = "glTexGend")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGen( [NativeTypeName("GLenum")] uint coord, @@ -579655,31 +358310,6 @@ _slots[2547] is not null and var loadedFnPtr ) )(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGend")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexGen( @@ -579688,6 +358318,8 @@ public static void TexGen( [NativeTypeName("GLdouble")] double param2 ) => ThisThread.TexGen(coord, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexGend")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGen( [NativeTypeName("GLenum")] Constant coord, @@ -579695,31 +358327,6 @@ void IGL.TexGen( [NativeTypeName("GLdouble")] double param2 ) => ((IGL)this).TexGen((uint)coord, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGend")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579729,6 +358336,7 @@ public static void TexGen( [NativeTypeName("GLdouble")] double param2 ) => ThisThread.TexGen(coord, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexGendv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGen( [NativeTypeName("GLenum")] uint coord, @@ -579743,31 +358351,6 @@ _slots[2548] is not null and var loadedFnPtr ) )(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGendv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexGen( @@ -579776,6 +358359,8 @@ public static void TexGen( [NativeTypeName("const GLdouble *")] double* @params ) => ThisThread.TexGen(coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexGendv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGen( [NativeTypeName("GLenum")] Constant coord, @@ -579789,31 +358374,6 @@ void IGL.TexGen( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGendv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579823,6 +358383,7 @@ public static void TexGen( [NativeTypeName("const GLdouble *")] Ref @params ) => ThisThread.TexGen(coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexGenf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGen( [NativeTypeName("GLenum")] uint coord, @@ -579837,31 +358398,6 @@ _slots[2549] is not null and var loadedFnPtr ) )(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGenf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexGen( @@ -579870,6 +358406,8 @@ public static void TexGen( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.TexGen(coord, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexGenf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGen( [NativeTypeName("GLenum")] Constant coord, @@ -579877,31 +358415,6 @@ void IGL.TexGen( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).TexGen((uint)coord, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579911,6 +358424,7 @@ public static void TexGen( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.TexGen(coord, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -579925,7 +358439,6 @@ _slots[2550] is not null and var loadedFnPtr ) )(coord, pname, param2); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexGenOES( @@ -579934,6 +358447,8 @@ public static void TexGenOES( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.TexGenOES(coord, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGenOES( [NativeTypeName("GLenum")] Constant coord, @@ -579941,7 +358456,6 @@ void IGL.TexGenOES( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).TexGenOES((uint)coord, (uint)pname, param2); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -579951,6 +358465,7 @@ public static void TexGenOES( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.TexGenOES(coord, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexGenfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGen( [NativeTypeName("GLenum")] uint coord, @@ -579965,31 +358480,6 @@ _slots[2551] is not null and var loadedFnPtr ) )(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGenfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexGen( @@ -579998,6 +358488,8 @@ public static void TexGen( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.TexGen(coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexGenfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGen( [NativeTypeName("GLenum")] Constant coord, @@ -580011,31 +358503,6 @@ void IGL.TexGen( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -580045,6 +358512,7 @@ public static void TexGen( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.TexGen(coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -580059,7 +358527,6 @@ _slots[2552] is not null and var loadedFnPtr ) )(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexGenOES( @@ -580068,6 +358535,8 @@ public static void TexGenOES( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.TexGenOES(coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGenOES( [NativeTypeName("GLenum")] Constant coord, @@ -580081,7 +358550,6 @@ void IGL.TexGenOES( } } - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -580091,6 +358559,7 @@ public static void TexGenOES( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.TexGenOES(coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexGeni")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGen( [NativeTypeName("GLenum")] uint coord, @@ -580105,31 +358574,6 @@ _slots[2553] is not null and var loadedFnPtr ) )(coord, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGeni")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexGen( @@ -580138,6 +358582,8 @@ public static void TexGen( [NativeTypeName("GLint")] int param2 ) => ThisThread.TexGen(coord, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexGeni")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGen( [NativeTypeName("GLenum")] Constant coord, @@ -580145,31 +358591,6 @@ void IGL.TexGen( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).TexGen((uint)coord, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeni")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -580179,6 +358600,7 @@ public static void TexGen( [NativeTypeName("GLint")] int param2 ) => ThisThread.TexGen(coord, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -580193,7 +358615,6 @@ _slots[2554] is not null and var loadedFnPtr ) )(coord, pname, param2); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexGenOES( @@ -580202,6 +358623,8 @@ public static void TexGenOES( [NativeTypeName("GLint")] int param2 ) => ThisThread.TexGenOES(coord, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGenOES( [NativeTypeName("GLenum")] Constant coord, @@ -580209,7 +358632,6 @@ void IGL.TexGenOES( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).TexGenOES((uint)coord, (uint)pname, param2); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -580219,6 +358641,7 @@ public static void TexGenOES( [NativeTypeName("GLint")] int param2 ) => ThisThread.TexGenOES(coord, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexGeniv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGen( [NativeTypeName("GLenum")] uint coord, @@ -580233,31 +358656,6 @@ _slots[2555] is not null and var loadedFnPtr ) )(coord, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGeniv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexGen( @@ -580266,6 +358664,8 @@ public static void TexGen( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.TexGen(coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexGeniv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGen( [NativeTypeName("GLenum")] Constant coord, @@ -580279,31 +358679,6 @@ void IGL.TexGen( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeniv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -580313,6 +358688,7 @@ public static void TexGen( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.TexGen(coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -580327,7 +358703,6 @@ _slots[2556] is not null and var loadedFnPtr ) )(coord, pname, @params); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexGenOES( @@ -580336,6 +358711,8 @@ public static void TexGenOES( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.TexGenOES(coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGenOES( [NativeTypeName("GLenum")] Constant coord, @@ -580349,7 +358726,6 @@ void IGL.TexGenOES( } } - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -580359,6 +358735,7 @@ public static void TexGenOES( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.TexGenOES(coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGenxOES( [NativeTypeName("GLenum")] uint coord, @@ -580373,8 +358750,6 @@ _slots[2557] is not null and var loadedFnPtr ) )(coord, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexGenxOES( @@ -580383,6 +358758,8 @@ public static void TexGenxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.TexGenxOES(coord, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGenxOES( [NativeTypeName("GLenum")] Constant coord, @@ -580390,8 +358767,6 @@ void IGL.TexGenxOES( [NativeTypeName("GLfixed")] int param2 ) => ((IGL)this).TexGenxOES((uint)coord, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -580401,6 +358776,7 @@ public static void TexGenxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.TexGenxOES(coord, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGenxOES( [NativeTypeName("GLenum")] uint coord, @@ -580415,8 +358791,6 @@ _slots[2558] is not null and var loadedFnPtr ) )(coord, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexGenxOES( @@ -580425,6 +358799,8 @@ public static void TexGenxOES( [NativeTypeName("const GLfixed *")] int* @params ) => ThisThread.TexGenxOES(coord, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexGenxOES( [NativeTypeName("GLenum")] Constant coord, @@ -580438,8 +358814,6 @@ void IGL.TexGenxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -580449,6 +358823,7 @@ public static void TexGenxOES( [NativeTypeName("const GLfixed *")] Ref @params ) => ThisThread.TexGenxOES(coord, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage1D( [NativeTypeName("GLenum")] uint target, @@ -580468,56 +358843,6 @@ _slots[2559] is not null and var loadedFnPtr ) )(target, level, internalformat, width, border, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexImage1D( @@ -580531,6 +358856,8 @@ public static void TexImage1D( [NativeTypeName("const void *")] void* pixels ) => ThisThread.TexImage1D(target, level, internalformat, width, border, format, type, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage1D( [NativeTypeName("GLenum")] Constant target, @@ -580558,56 +358885,6 @@ void IGL.TexImage1D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -580622,6 +358899,7 @@ public static void TexImage1D( [NativeTypeName("const void *")] Ref pixels ) => ThisThread.TexImage1D(target, level, internalformat, width, border, format, type, pixels); + [NativeFunction("opengl", EntryPoint = "glTexImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage2D( [NativeTypeName("GLenum")] uint target, @@ -580642,62 +358920,6 @@ _slots[2560] is not null and var loadedFnPtr ) )(target, level, internalformat, width, height, border, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexImage2D( @@ -580723,6 +358945,8 @@ public static void TexImage2D( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage2D( [NativeTypeName("GLenum")] Constant target, @@ -580752,62 +358976,6 @@ void IGL.TexImage2D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -580834,6 +359002,7 @@ public static void TexImage2D( pixels ); + [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage2DMultisample( [NativeTypeName("GLenum")] uint target, @@ -580851,38 +359020,6 @@ _slots[2561] is not null and var loadedFnPtr ) )(target, samples, internalformat, width, height, fixedsamplelocations); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexImage2DMultisample( @@ -580902,6 +359039,8 @@ public static void TexImage2DMultisample( fixedsamplelocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage2DMultisample( [NativeTypeName("GLenum")] Constant target, @@ -580920,38 +359059,6 @@ void IGL.TexImage2DMultisample( (uint)fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -580972,6 +359079,7 @@ public static void TexImage2DMultisample( fixedsamplelocations ); + [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage2DMultisampleCoverageNV( [NativeTypeName("GLenum")] uint target, @@ -581001,7 +359109,6 @@ _slots[2562] is not null and var loadedFnPtr fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexImage2DMultisampleCoverageNV( @@ -581023,6 +359130,8 @@ public static void TexImage2DMultisampleCoverageNV( fixedSampleLocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage2DMultisampleCoverageNV( [NativeTypeName("GLenum")] Constant target, @@ -581043,7 +359152,6 @@ void IGL.TexImage2DMultisampleCoverageNV( (uint)fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -581066,6 +359174,7 @@ public static void TexImage2DMultisampleCoverageNV( fixedSampleLocations ); + [NativeFunction("opengl", EntryPoint = "glTexImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage3D( [NativeTypeName("GLenum")] uint target, @@ -581087,52 +359196,6 @@ _slots[2563] is not null and var loadedFnPtr ) )(target, level, internalformat, width, height, depth, border, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexImage3D( @@ -581160,6 +359223,8 @@ public static void TexImage3D( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage3D( [NativeTypeName("GLenum")] Constant target, @@ -581191,52 +359256,6 @@ void IGL.TexImage3D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -581265,6 +359284,7 @@ public static void TexImage3D( pixels ); + [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage3DEXT( [NativeTypeName("GLenum")] uint target, @@ -581286,7 +359306,6 @@ _slots[2564] is not null and var loadedFnPtr ) )(target, level, internalformat, width, height, depth, border, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexImage3DEXT( @@ -581314,6 +359333,8 @@ public static void TexImage3DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage3DEXT( [NativeTypeName("GLenum")] Constant target, @@ -581345,7 +359366,6 @@ void IGL.TexImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -581374,6 +359394,7 @@ public static void TexImage3DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage3DMultisample( [NativeTypeName("GLenum")] uint target, @@ -581392,38 +359413,6 @@ _slots[2565] is not null and var loadedFnPtr ) )(target, samples, internalformat, width, height, depth, fixedsamplelocations); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexImage3DMultisample( @@ -581445,6 +359434,8 @@ public static void TexImage3DMultisample( fixedsamplelocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage3DMultisample( [NativeTypeName("GLenum")] Constant target, @@ -581465,38 +359456,6 @@ void IGL.TexImage3DMultisample( (uint)fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -581519,6 +359478,7 @@ public static void TexImage3DMultisample( fixedsamplelocations ); + [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage3DMultisampleCoverageNV( [NativeTypeName("GLenum")] uint target, @@ -581550,7 +359510,6 @@ _slots[2566] is not null and var loadedFnPtr fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexImage3DMultisampleCoverageNV( @@ -581574,6 +359533,8 @@ public static void TexImage3DMultisampleCoverageNV( fixedSampleLocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage3DMultisampleCoverageNV( [NativeTypeName("GLenum")] Constant target, @@ -581596,7 +359557,6 @@ void IGL.TexImage3DMultisampleCoverageNV( (uint)fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -581621,6 +359581,7 @@ public static void TexImage3DMultisampleCoverageNV( fixedSampleLocations ); + [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -581642,7 +359603,6 @@ _slots[2567] is not null and var loadedFnPtr ) )(target, level, internalformat, width, height, depth, border, format, type, pixels); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexImage3DOES( @@ -581670,6 +359630,8 @@ public static void TexImage3DOES( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage3DOES( [NativeTypeName("GLenum")] Constant target, @@ -581701,7 +359663,6 @@ void IGL.TexImage3DOES( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -581730,6 +359691,7 @@ public static void TexImage3DOES( pixels ); + [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage4DSGIS( [NativeTypeName("GLenum")] uint target, @@ -581776,7 +359738,6 @@ _slots[2568] is not null and var loadedFnPtr pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexImage4DSGIS( @@ -581806,6 +359767,8 @@ public static void TexImage4DSGIS( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexImage4DSGIS( [NativeTypeName("GLenum")] Constant target, @@ -581839,7 +359802,6 @@ void IGL.TexImage4DSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -581870,6 +359832,7 @@ public static void TexImage4DSGIS( pixels ); + [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexPageCommitmentARB( [NativeTypeName("GLenum")] uint target, @@ -581890,8 +359853,6 @@ _slots[2569] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, zoffset, width, height, depth, commit); - [SupportedApiProfile("gl", ["GL_ARB_sparse_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexPageCommitmentARB( @@ -581917,6 +359878,8 @@ public static void TexPageCommitmentARB( commit ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexPageCommitmentARB( [NativeTypeName("GLenum")] uint target, @@ -581941,8 +359904,6 @@ void IGL.TexPageCommitmentARB( (uint)commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -581969,6 +359930,7 @@ public static void TexPageCommitmentARB( commit ); + [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexPageCommitmentEXT( [NativeTypeName("GLenum")] uint target, @@ -581989,7 +359951,6 @@ _slots[2570] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, zoffset, width, height, depth, commit); - [SupportedApiProfile("gles2", ["GL_EXT_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexPageCommitmentEXT( @@ -582015,6 +359976,8 @@ public static void TexPageCommitmentEXT( commit ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexPageCommitmentEXT( [NativeTypeName("GLenum")] uint target, @@ -582039,7 +360002,6 @@ void IGL.TexPageCommitmentEXT( (uint)commit ); - [SupportedApiProfile("gles2", ["GL_EXT_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -582066,6 +360028,7 @@ public static void TexPageCommitmentEXT( commit ); + [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexPageCommitmentMemNV( [NativeTypeName("GLenum")] uint target, @@ -582118,9 +360081,6 @@ _slots[2571] is not null and var loadedFnPtr commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexPageCommitmentMemNV( @@ -582152,6 +360112,8 @@ public static void TexPageCommitmentMemNV( commit ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexPageCommitmentMemNV( [NativeTypeName("GLenum")] Constant target, @@ -582182,9 +360144,6 @@ void IGL.TexPageCommitmentMemNV( (uint)commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -582217,6 +360176,7 @@ public static void TexPageCommitmentMemNV( commit ); + [NativeFunction("opengl", EntryPoint = "glTexParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameter( [NativeTypeName("GLenum")] uint target, @@ -582231,62 +360191,6 @@ _slots[2572] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameter( @@ -582295,6 +360199,8 @@ public static void TexParameter( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.TexParameter(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameter( [NativeTypeName("GLenum")] Constant target, @@ -582302,62 +360208,6 @@ void IGL.TexParameter( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).TexParameter((uint)target, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -582367,6 +360217,7 @@ public static void TexParameter( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.TexParameter(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameter( [NativeTypeName("GLenum")] uint target, @@ -582381,62 +360232,6 @@ _slots[2573] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameter( @@ -582445,6 +360240,8 @@ public static void TexParameter( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.TexParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameter( [NativeTypeName("GLenum")] Constant target, @@ -582458,62 +360255,6 @@ void IGL.TexParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -582523,6 +360264,7 @@ public static void TexParameter( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.TexParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameter( [NativeTypeName("GLenum")] uint target, @@ -582537,62 +360279,6 @@ _slots[2574] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameter( @@ -582601,6 +360287,8 @@ public static void TexParameter( [NativeTypeName("GLint")] int param2 ) => ThisThread.TexParameter(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameter( [NativeTypeName("GLenum")] Constant target, @@ -582608,62 +360296,6 @@ void IGL.TexParameter( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).TexParameter((uint)target, (uint)pname, param2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -582673,6 +360305,7 @@ public static void TexParameter( [NativeTypeName("GLint")] int param2 ) => ThisThread.TexParameter(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterI( [NativeTypeName("GLenum")] uint target, @@ -582687,40 +360320,6 @@ _slots[2575] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameterI( @@ -582729,6 +360328,8 @@ public static void TexParameterI( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.TexParameterI(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterI( [NativeTypeName("GLenum")] Constant target, @@ -582742,40 +360343,6 @@ void IGL.TexParameterI( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -582785,6 +360352,7 @@ public static void TexParameterI( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.TexParameterI(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterIEXT( [NativeTypeName("GLenum")] uint target, @@ -582799,8 +360367,6 @@ _slots[2576] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameterIEXT( @@ -582809,6 +360375,8 @@ public static void TexParameterIEXT( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.TexParameterIEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterIEXT( [NativeTypeName("GLenum")] Constant target, @@ -582822,8 +360390,6 @@ void IGL.TexParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -582833,6 +360399,7 @@ public static void TexParameterIEXT( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.TexParameterIEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterIOES( [NativeTypeName("GLenum")] uint target, @@ -582847,7 +360414,6 @@ _slots[2577] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameterIOES( @@ -582856,6 +360422,8 @@ public static void TexParameterIOES( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.TexParameterIOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterIOES( [NativeTypeName("GLenum")] Constant target, @@ -582869,7 +360437,6 @@ void IGL.TexParameterIOES( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -582879,6 +360446,7 @@ public static void TexParameterIOES( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.TexParameterIOES(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterI( [NativeTypeName("GLenum")] uint target, @@ -582893,40 +360461,6 @@ _slots[2578] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameterI( @@ -582935,6 +360469,8 @@ public static void TexParameterI( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.TexParameterI(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterI( [NativeTypeName("GLenum")] Constant target, @@ -582948,40 +360484,6 @@ void IGL.TexParameterI( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -582991,6 +360493,7 @@ public static void TexParameterI( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.TexParameterI(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterIEXT( [NativeTypeName("GLenum")] uint target, @@ -583005,8 +360508,6 @@ _slots[2579] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameterIEXT( @@ -583015,6 +360516,8 @@ public static void TexParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.TexParameterIEXT(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterIEXT( [NativeTypeName("GLenum")] Constant target, @@ -583028,8 +360531,6 @@ void IGL.TexParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583039,6 +360540,7 @@ public static void TexParameterIEXT( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.TexParameterIEXT(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterIOES( [NativeTypeName("GLenum")] uint target, @@ -583053,7 +360555,6 @@ _slots[2580] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameterIOES( @@ -583062,6 +360563,8 @@ public static void TexParameterIOES( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.TexParameterIOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterIOES( [NativeTypeName("GLenum")] Constant target, @@ -583075,7 +360578,6 @@ void IGL.TexParameterIOES( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583085,6 +360587,7 @@ public static void TexParameterIOES( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.TexParameterIOES(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameter( [NativeTypeName("GLenum")] uint target, @@ -583099,62 +360602,6 @@ _slots[2581] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameter( @@ -583163,6 +360610,8 @@ public static void TexParameter( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.TexParameter(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameter( [NativeTypeName("GLenum")] Constant target, @@ -583176,62 +360625,6 @@ void IGL.TexParameter( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583241,6 +360634,7 @@ public static void TexParameter( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.TexParameter(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexParameterx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterx( [NativeTypeName("GLenum")] uint target, @@ -583255,7 +360649,6 @@ _slots[2582] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameterx( @@ -583264,6 +360657,8 @@ public static void TexParameterx( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.TexParameterx(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameterx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterx( [NativeTypeName("GLenum")] Constant target, @@ -583271,7 +360666,6 @@ void IGL.TexParameterx( [NativeTypeName("GLfixed")] int param2 ) => ((IGL)this).TexParameterx((uint)target, (uint)pname, param2); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterx")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583281,6 +360675,7 @@ public static void TexParameterx( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.TexParameterx(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -583295,8 +360690,6 @@ _slots[2583] is not null and var loadedFnPtr ) )(target, pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameterxOES( @@ -583305,6 +360698,8 @@ public static void TexParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.TexParameterxOES(target, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterxOES( [NativeTypeName("GLenum")] Constant target, @@ -583312,8 +360707,6 @@ void IGL.TexParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => ((IGL)this).TexParameterxOES((uint)target, (uint)pname, param2); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583323,6 +360716,7 @@ public static void TexParameterxOES( [NativeTypeName("GLfixed")] int param2 ) => ThisThread.TexParameterxOES(target, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterx( [NativeTypeName("GLenum")] uint target, @@ -583337,7 +360731,6 @@ _slots[2584] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameterx( @@ -583346,6 +360739,8 @@ public static void TexParameterx( [NativeTypeName("const GLfixed *")] int* @params ) => ThisThread.TexParameterx(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterx( [NativeTypeName("GLenum")] Constant target, @@ -583359,7 +360754,6 @@ void IGL.TexParameterx( } } - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583369,6 +360763,7 @@ public static void TexParameterx( [NativeTypeName("const GLfixed *")] Ref @params ) => ThisThread.TexParameterx(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -583383,8 +360778,6 @@ _slots[2585] is not null and var loadedFnPtr ) )(target, pname, @params); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexParameterxOES( @@ -583393,6 +360786,8 @@ public static void TexParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ) => ThisThread.TexParameterxOES(target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexParameterxOES( [NativeTypeName("GLenum")] Constant target, @@ -583406,8 +360801,6 @@ void IGL.TexParameterxOES( } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583417,6 +360810,7 @@ public static void TexParameterxOES( [NativeTypeName("const GLfixed *")] Ref @params ) => ThisThread.TexParameterxOES(target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexRenderbufferNV( [NativeTypeName("GLenum")] uint target, @@ -583430,7 +360824,6 @@ _slots[2586] is not null and var loadedFnPtr ) )(target, renderbuffer); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexRenderbufferNV( @@ -583438,13 +360831,14 @@ public static void TexRenderbufferNV( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.TexRenderbufferNV(target, renderbuffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexRenderbufferNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint renderbuffer ) => ((IGL)this).TexRenderbufferNV((uint)target, renderbuffer); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583453,6 +360847,7 @@ public static void TexRenderbufferNV( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.TexRenderbufferNV(target, renderbuffer); + [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage1D( [NativeTypeName("GLenum")] uint target, @@ -583468,30 +360863,6 @@ _slots[2587] is not null and var loadedFnPtr ) )(target, levels, internalformat, width); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorage1D( @@ -583501,6 +360872,8 @@ public static void TexStorage1D( [NativeTypeName("GLsizei")] uint width ) => ThisThread.TexStorage1D(target, levels, internalformat, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage1D( [NativeTypeName("GLenum")] Constant target, @@ -583509,30 +360882,6 @@ void IGL.TexStorage1D( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).TexStorage1D((uint)target, levels, (uint)internalformat, width); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583543,6 +360892,7 @@ public static void TexStorage1D( [NativeTypeName("GLsizei")] uint width ) => ThisThread.TexStorage1D(target, levels, internalformat, width); + [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage1DEXT( [NativeTypeName("GLenum")] uint target, @@ -583558,10 +360908,6 @@ _slots[2588] is not null and var loadedFnPtr ) )(target, levels, internalformat, width); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorage1DEXT( @@ -583571,6 +360917,8 @@ public static void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.TexStorage1DEXT(target, levels, internalformat, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage1DEXT( [NativeTypeName("GLenum")] Constant target, @@ -583579,10 +360927,6 @@ void IGL.TexStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).TexStorage1DEXT((uint)target, levels, (uint)internalformat, width); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583593,6 +360937,7 @@ public static void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.TexStorage1DEXT(target, levels, internalformat, width); + [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage2D( [NativeTypeName("GLenum")] uint target, @@ -583609,30 +360954,6 @@ _slots[2589] is not null and var loadedFnPtr ) )(target, levels, internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorage2D( @@ -583643,6 +360964,8 @@ public static void TexStorage2D( [NativeTypeName("GLsizei")] uint height ) => ThisThread.TexStorage2D(target, levels, internalformat, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage2D( [NativeTypeName("GLenum")] Constant target, @@ -583652,30 +360975,6 @@ void IGL.TexStorage2D( [NativeTypeName("GLsizei")] uint height ) => ((IGL)this).TexStorage2D((uint)target, levels, (uint)internalformat, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583687,6 +360986,7 @@ public static void TexStorage2D( [NativeTypeName("GLsizei")] uint height ) => ThisThread.TexStorage2D(target, levels, internalformat, width, height); + [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage2DEXT( [NativeTypeName("GLenum")] uint target, @@ -583703,10 +361003,6 @@ _slots[2590] is not null and var loadedFnPtr ) )(target, levels, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorage2DEXT( @@ -583717,6 +361013,8 @@ public static void TexStorage2DEXT( [NativeTypeName("GLsizei")] uint height ) => ThisThread.TexStorage2DEXT(target, levels, internalformat, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage2DEXT( [NativeTypeName("GLenum")] Constant target, @@ -583726,10 +361024,6 @@ void IGL.TexStorage2DEXT( [NativeTypeName("GLsizei")] uint height ) => ((IGL)this).TexStorage2DEXT((uint)target, levels, (uint)internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583741,6 +361035,7 @@ public static void TexStorage2DEXT( [NativeTypeName("GLsizei")] uint height ) => ThisThread.TexStorage2DEXT(target, levels, internalformat, width, height); + [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage2DMultisample( [NativeTypeName("GLenum")] uint target, @@ -583761,28 +361056,6 @@ _slots[2591] is not null and var loadedFnPtr ) )(target, samples, internalformat, width, height, fixedsamplelocations); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorage2DMultisample( @@ -583802,6 +361075,8 @@ public static void TexStorage2DMultisample( fixedsamplelocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage2DMultisample( [NativeTypeName("GLenum")] Constant target, @@ -583820,28 +361095,6 @@ void IGL.TexStorage2DMultisample( (uint)fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583862,6 +361115,7 @@ public static void TexStorage2DMultisample( fixedsamplelocations ); + [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage3D( [NativeTypeName("GLenum")] uint target, @@ -583879,30 +361133,6 @@ _slots[2592] is not null and var loadedFnPtr ) )(target, levels, internalformat, width, height, depth); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorage3D( @@ -583914,6 +361144,8 @@ public static void TexStorage3D( [NativeTypeName("GLsizei")] uint depth ) => ThisThread.TexStorage3D(target, levels, internalformat, width, height, depth); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage3D( [NativeTypeName("GLenum")] Constant target, @@ -583924,30 +361156,6 @@ void IGL.TexStorage3D( [NativeTypeName("GLsizei")] uint depth ) => ((IGL)this).TexStorage3D((uint)target, levels, (uint)internalformat, width, height, depth); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -583960,6 +361168,7 @@ public static void TexStorage3D( [NativeTypeName("GLsizei")] uint depth ) => ThisThread.TexStorage3D(target, levels, internalformat, width, height, depth); + [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage3DEXT( [NativeTypeName("GLenum")] uint target, @@ -583977,10 +361186,6 @@ _slots[2593] is not null and var loadedFnPtr ) )(target, levels, internalformat, width, height, depth); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorage3DEXT( @@ -583992,6 +361197,8 @@ public static void TexStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ) => ThisThread.TexStorage3DEXT(target, levels, internalformat, width, height, depth); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage3DEXT( [NativeTypeName("GLenum")] Constant target, @@ -584010,10 +361217,6 @@ void IGL.TexStorage3DEXT( depth ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584026,6 +361229,7 @@ public static void TexStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ) => ThisThread.TexStorage3DEXT(target, levels, internalformat, width, height, depth); + [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage3DMultisample( [NativeTypeName("GLenum")] uint target, @@ -584047,28 +361251,6 @@ _slots[2594] is not null and var loadedFnPtr ) )(target, samples, internalformat, width, height, depth, fixedsamplelocations); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorage3DMultisample( @@ -584090,6 +361272,8 @@ public static void TexStorage3DMultisample( fixedsamplelocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage3DMultisample( [NativeTypeName("GLenum")] Constant target, @@ -584110,28 +361294,6 @@ void IGL.TexStorage3DMultisample( (uint)fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584154,6 +361316,7 @@ public static void TexStorage3DMultisample( fixedsamplelocations ); + [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage3DMultisampleOES( [NativeTypeName("GLenum")] uint target, @@ -584175,7 +361338,6 @@ _slots[2595] is not null and var loadedFnPtr ) )(target, samples, internalformat, width, height, depth, fixedsamplelocations); - [SupportedApiProfile("gles2", ["GL_OES_texture_storage_multisample_2d_array"])] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorage3DMultisampleOES( @@ -584197,6 +361359,8 @@ public static void TexStorage3DMultisampleOES( fixedsamplelocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorage3DMultisampleOES( [NativeTypeName("GLenum")] Constant target, @@ -584217,7 +361381,6 @@ void IGL.TexStorage3DMultisampleOES( (uint)fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_storage_multisample_2d_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584240,6 +361403,7 @@ public static void TexStorage3DMultisampleOES( fixedsamplelocations ); + [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageAttribs2DEXT( [NativeTypeName("GLenum")] uint target, @@ -584260,7 +361424,6 @@ _slots[2596] is not null and var loadedFnPtr ) )(target, levels, internalformat, width, height, attrib_list); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorageAttribs2DEXT( @@ -584280,6 +361443,8 @@ public static void TexStorageAttribs2DEXT( attrib_list ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageAttribs2DEXT( [NativeTypeName("GLenum")] Constant target, @@ -584303,7 +361468,6 @@ void IGL.TexStorageAttribs2DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584324,6 +361488,8 @@ public static void TexStorageAttribs2DEXT( attrib_list ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageAttribs2DEXT( [NativeTypeName("GLenum")] Constant target, @@ -584347,7 +361513,6 @@ void IGL.TexStorageAttribs2DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584368,6 +361533,8 @@ public static void TexStorageAttribs2DEXT( attrib_list ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageAttribs2DEXT( [NativeTypeName("GLenum")] Constant target, @@ -584391,7 +361558,6 @@ void IGL.TexStorageAttribs2DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584412,6 +361578,7 @@ public static void TexStorageAttribs2DEXT( attrib_list ); + [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageAttribs3DEXT( [NativeTypeName("GLenum")] uint target, @@ -584433,7 +361600,6 @@ _slots[2597] is not null and var loadedFnPtr ) )(target, levels, internalformat, width, height, depth, attrib_list); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorageAttribs3DEXT( @@ -584455,6 +361621,8 @@ public static void TexStorageAttribs3DEXT( attrib_list ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageAttribs3DEXT( [NativeTypeName("GLenum")] Constant target, @@ -584480,7 +361648,6 @@ void IGL.TexStorageAttribs3DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584503,6 +361670,8 @@ public static void TexStorageAttribs3DEXT( attrib_list ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageAttribs3DEXT( [NativeTypeName("GLenum")] Constant target, @@ -584528,7 +361697,6 @@ void IGL.TexStorageAttribs3DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584551,6 +361719,8 @@ public static void TexStorageAttribs3DEXT( attrib_list ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageAttribs3DEXT( [NativeTypeName("GLenum")] Constant target, @@ -584576,7 +361746,6 @@ void IGL.TexStorageAttribs3DEXT( } } - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584599,6 +361768,7 @@ public static void TexStorageAttribs3DEXT( attrib_list ); + [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageMem1DEXT( [NativeTypeName("GLenum")] uint target, @@ -584616,7 +361786,6 @@ _slots[2598] is not null and var loadedFnPtr ) )(target, levels, internalFormat, width, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorageMem1DEXT( @@ -584628,6 +361797,8 @@ public static void TexStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.TexStorageMem1DEXT(target, levels, internalFormat, width, memory, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageMem1DEXT( [NativeTypeName("GLenum")] Constant target, @@ -584646,7 +361817,6 @@ void IGL.TexStorageMem1DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584659,6 +361829,7 @@ public static void TexStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.TexStorageMem1DEXT(target, levels, internalFormat, width, memory, offset); + [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageMem2DEXT( [NativeTypeName("GLenum")] uint target, @@ -584677,8 +361848,6 @@ _slots[2599] is not null and var loadedFnPtr ) )(target, levels, internalFormat, width, height, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorageMem2DEXT( @@ -584700,6 +361869,8 @@ public static void TexStorageMem2DEXT( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageMem2DEXT( [NativeTypeName("GLenum")] Constant target, @@ -584720,8 +361891,6 @@ void IGL.TexStorageMem2DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584744,6 +361913,7 @@ public static void TexStorageMem2DEXT( offset ); + [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageMem2DMultisampleEXT( [NativeTypeName("GLenum")] uint target, @@ -584766,8 +361936,6 @@ _slots[2600] is not null and var loadedFnPtr ) )(target, samples, internalFormat, width, height, fixedSampleLocations, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorageMem2DMultisampleEXT( @@ -584791,6 +361959,8 @@ public static void TexStorageMem2DMultisampleEXT( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageMem2DMultisampleEXT( [NativeTypeName("GLenum")] Constant target, @@ -584813,8 +361983,6 @@ void IGL.TexStorageMem2DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584839,6 +362007,7 @@ public static void TexStorageMem2DMultisampleEXT( offset ); + [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageMem3DEXT( [NativeTypeName("GLenum")] uint target, @@ -584858,8 +362027,6 @@ _slots[2601] is not null and var loadedFnPtr ) )(target, levels, internalFormat, width, height, depth, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorageMem3DEXT( @@ -584883,6 +362050,8 @@ public static void TexStorageMem3DEXT( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageMem3DEXT( [NativeTypeName("GLenum")] Constant target, @@ -584905,8 +362074,6 @@ void IGL.TexStorageMem3DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -584931,6 +362098,7 @@ public static void TexStorageMem3DEXT( offset ); + [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageMem3DMultisampleEXT( [NativeTypeName("GLenum")] uint target, @@ -584964,8 +362132,6 @@ _slots[2602] is not null and var loadedFnPtr offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorageMem3DMultisampleEXT( @@ -584991,6 +362157,8 @@ public static void TexStorageMem3DMultisampleEXT( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageMem3DMultisampleEXT( [NativeTypeName("GLenum")] Constant target, @@ -585015,8 +362183,6 @@ void IGL.TexStorageMem3DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -585043,6 +362209,7 @@ public static void TexStorageMem3DMultisampleEXT( offset ); + [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageSparseAMD( [NativeTypeName("GLenum")] uint target, @@ -585061,7 +362228,6 @@ _slots[2603] is not null and var loadedFnPtr ) )(target, internalFormat, width, height, depth, layers, flags); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexStorageSparseAMD( @@ -585075,6 +362241,8 @@ public static void TexStorageSparseAMD( ) => ThisThread.TexStorageSparseAMD(target, internalFormat, width, height, depth, layers, flags); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexStorageSparseAMD( [NativeTypeName("GLenum")] Constant target, @@ -585095,7 +362263,6 @@ void IGL.TexStorageSparseAMD( (uint)flags ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -585110,6 +362277,7 @@ public static void TexStorageSparseAMD( ) => ThisThread.TexStorageSparseAMD(target, internalFormat, width, height, depth, layers, flags); + [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage1D( [NativeTypeName("GLenum")] uint target, @@ -585128,54 +362296,6 @@ _slots[2604] is not null and var loadedFnPtr ) )(target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexSubImage1D( @@ -585188,6 +362308,8 @@ public static void TexSubImage1D( [NativeTypeName("const void *")] void* pixels ) => ThisThread.TexSubImage1D(target, level, xoffset, width, format, type, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage1D( [NativeTypeName("GLenum")] Constant target, @@ -585213,54 +362335,6 @@ void IGL.TexSubImage1D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -585274,6 +362348,7 @@ public static void TexSubImage1D( [NativeTypeName("const void *")] Ref pixels ) => ThisThread.TexSubImage1D(target, level, xoffset, width, format, type, pixels); + [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage1DEXT( [NativeTypeName("GLenum")] uint target, @@ -585292,7 +362367,6 @@ _slots[2605] is not null and var loadedFnPtr ) )(target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexSubImage1DEXT( @@ -585305,6 +362379,8 @@ public static void TexSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ) => ThisThread.TexSubImage1DEXT(target, level, xoffset, width, format, type, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage1DEXT( [NativeTypeName("GLenum")] Constant target, @@ -585330,7 +362406,6 @@ void IGL.TexSubImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -585344,6 +362419,7 @@ public static void TexSubImage1DEXT( [NativeTypeName("const void *")] Ref pixels ) => ThisThread.TexSubImage1DEXT(target, level, xoffset, width, format, type, pixels); + [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage2D( [NativeTypeName("GLenum")] uint target, @@ -585364,60 +362440,6 @@ _slots[2606] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, width, height, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexSubImage2D( @@ -585443,6 +362465,8 @@ public static void TexSubImage2D( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage2D( [NativeTypeName("GLenum")] Constant target, @@ -585472,60 +362496,6 @@ void IGL.TexSubImage2D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -585552,6 +362522,7 @@ public static void TexSubImage2D( pixels ); + [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage2DEXT( [NativeTypeName("GLenum")] uint target, @@ -585572,7 +362543,6 @@ _slots[2607] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, width, height, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexSubImage2DEXT( @@ -585598,6 +362568,8 @@ public static void TexSubImage2DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage2DEXT( [NativeTypeName("GLenum")] Constant target, @@ -585627,7 +362599,6 @@ void IGL.TexSubImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -585654,6 +362625,7 @@ public static void TexSubImage2DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage3D( [NativeTypeName("GLenum")] uint target, @@ -585688,52 +362660,6 @@ _slots[2608] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexSubImage3D( @@ -585763,6 +362689,8 @@ public static void TexSubImage3D( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage3D( [NativeTypeName("GLenum")] Constant target, @@ -585796,52 +362724,6 @@ void IGL.TexSubImage3D( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -585872,6 +362754,7 @@ public static void TexSubImage3D( pixels ); + [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage3DEXT( [NativeTypeName("GLenum")] uint target, @@ -585906,7 +362789,6 @@ _slots[2609] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexSubImage3DEXT( @@ -585936,6 +362818,8 @@ public static void TexSubImage3DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage3DEXT( [NativeTypeName("GLenum")] Constant target, @@ -585969,7 +362853,6 @@ void IGL.TexSubImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -586000,6 +362883,7 @@ public static void TexSubImage3DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -586034,7 +362918,6 @@ _slots[2610] is not null and var loadedFnPtr ) )(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexSubImage3DOES( @@ -586064,6 +362947,8 @@ public static void TexSubImage3DOES( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage3DOES( [NativeTypeName("GLenum")] Constant target, @@ -586097,7 +362982,6 @@ void IGL.TexSubImage3DOES( } } - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -586128,6 +363012,7 @@ public static void TexSubImage3DOES( pixels ); + [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage4DSGIS( [NativeTypeName("GLenum")] uint target, @@ -586180,7 +363065,6 @@ _slots[2611] is not null and var loadedFnPtr pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexSubImage4DSGIS( @@ -586214,6 +363098,8 @@ public static void TexSubImage4DSGIS( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexSubImage4DSGIS( [NativeTypeName("GLenum")] Constant target, @@ -586251,7 +363137,6 @@ void IGL.TexSubImage4DSGIS( } } - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -586286,6 +363171,7 @@ public static void TexSubImage4DSGIS( pixels ); + [NativeFunction("opengl", EntryPoint = "glTextureAttachMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureAttachMemoryNV( [NativeTypeName("GLuint")] uint texture, @@ -586300,9 +363186,6 @@ _slots[2612] is not null and var loadedFnPtr ) )(texture, memory, offset); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glTextureAttachMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureAttachMemoryNV( @@ -586311,6 +363194,7 @@ public static void TextureAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.TextureAttachMemoryNV(texture, memory, offset); + [NativeFunction("opengl", EntryPoint = "glTextureBarrier")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureBarrier() => ( @@ -586321,20 +363205,11 @@ _slots[2613] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile( - "gl", - ["GL_ARB_texture_barrier", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_texture_barrier", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBarrier")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureBarrier() => ThisThread.TextureBarrier(); + [NativeFunction("opengl", EntryPoint = "glTextureBarrierNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureBarrierNV() => ( @@ -586345,12 +363220,11 @@ _slots[2614] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NV_texture_barrier"])] - [SupportedApiProfile("glcore", ["GL_NV_texture_barrier"])] [NativeFunction("opengl", EntryPoint = "glTextureBarrierNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureBarrierNV() => ThisThread.TextureBarrierNV(); + [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureBuffer( [NativeTypeName("GLuint")] uint texture, @@ -586365,16 +363239,6 @@ _slots[2615] is not null and var loadedFnPtr ) )(texture, internalformat, buffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureBuffer( @@ -586383,6 +363247,8 @@ public static void TextureBuffer( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TextureBuffer(texture, internalformat, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureBuffer( [NativeTypeName("GLuint")] uint texture, @@ -586390,16 +363256,6 @@ void IGL.TextureBuffer( [NativeTypeName("GLuint")] uint buffer ) => ((IGL)this).TextureBuffer(texture, (uint)internalformat, buffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -586409,6 +363265,7 @@ public static void TextureBuffer( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TextureBuffer(texture, internalformat, buffer); + [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureBufferEXT( [NativeTypeName("GLuint")] uint texture, @@ -586424,8 +363281,6 @@ _slots[2616] is not null and var loadedFnPtr ) )(texture, target, internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureBufferEXT( @@ -586435,6 +363290,8 @@ public static void TextureBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TextureBufferEXT(texture, target, internalformat, buffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureBufferEXT( [NativeTypeName("GLuint")] uint texture, @@ -586443,8 +363300,6 @@ void IGL.TextureBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => ((IGL)this).TextureBufferEXT(texture, (uint)target, (uint)internalformat, buffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -586455,6 +363310,7 @@ public static void TextureBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TextureBufferEXT(texture, target, internalformat, buffer); + [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureBufferRange( [NativeTypeName("GLuint")] uint texture, @@ -586471,16 +363327,6 @@ _slots[2617] is not null and var loadedFnPtr ) )(texture, internalformat, buffer, offset, size); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureBufferRange( @@ -586491,6 +363337,8 @@ public static void TextureBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.TextureBufferRange(texture, internalformat, buffer, offset, size); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureBufferRange( [NativeTypeName("GLuint")] uint texture, @@ -586500,16 +363348,6 @@ void IGL.TextureBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => ((IGL)this).TextureBufferRange(texture, (uint)internalformat, buffer, offset, size); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -586521,6 +363359,7 @@ public static void TextureBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.TextureBufferRange(texture, internalformat, buffer, offset, size); + [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureBufferRangeEXT( [NativeTypeName("GLuint")] uint texture, @@ -586538,8 +363377,6 @@ _slots[2618] is not null and var loadedFnPtr ) )(texture, target, internalformat, buffer, offset, size); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureBufferRangeEXT( @@ -586551,6 +363388,8 @@ public static void TextureBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.TextureBufferRangeEXT(texture, target, internalformat, buffer, offset, size); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureBufferRangeEXT( [NativeTypeName("GLuint")] uint texture, @@ -586569,8 +363408,6 @@ void IGL.TextureBufferRangeEXT( size ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -586583,6 +363420,7 @@ public static void TextureBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.TextureBufferRangeEXT(texture, target, internalformat, buffer, offset, size); + [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureColorMaskSGIS( [NativeTypeName("GLboolean")] uint red, @@ -586598,7 +363436,6 @@ _slots[2619] is not null and var loadedFnPtr ) )(red, green, blue, alpha); - [SupportedApiProfile("gl", ["GL_SGIS_texture_color_mask"])] [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureColorMaskSGIS( @@ -586608,6 +363445,8 @@ public static void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] uint alpha ) => ThisThread.TextureColorMaskSGIS(red, green, blue, alpha); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureColorMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool red, @@ -586616,7 +363455,6 @@ void IGL.TextureColorMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool alpha ) => ((IGL)this).TextureColorMaskSGIS((uint)red, (uint)green, (uint)blue, (uint)alpha); - [SupportedApiProfile("gl", ["GL_SGIS_texture_color_mask"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -586627,6 +363465,7 @@ public static void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool alpha ) => ThisThread.TextureColorMaskSGIS(red, green, blue, alpha); + [NativeFunction("opengl", EntryPoint = "glTextureFoveationParametersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureFoveationParametersQCOM( [NativeTypeName("GLuint")] uint texture, @@ -586649,7 +363488,6 @@ _slots[2620] is not null and var loadedFnPtr ) )(texture, layer, focalPoint, focalX, focalY, gainX, gainY, foveaArea); - [SupportedApiProfile("gles2", ["GL_QCOM_texture_foveated"])] [NativeFunction("opengl", EntryPoint = "glTextureFoveationParametersQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureFoveationParametersQCOM( @@ -586673,6 +363511,7 @@ public static void TextureFoveationParametersQCOM( foveaArea ); + [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -586693,8 +363532,6 @@ _slots[2621] is not null and var loadedFnPtr ) )(texture, target, level, internalformat, width, border, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureImage1DEXT( @@ -586720,6 +363557,8 @@ public static void TextureImage1DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -586749,8 +363588,6 @@ void IGL.TextureImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -586777,6 +363614,7 @@ public static void TextureImage1DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -586798,8 +363636,6 @@ _slots[2622] is not null and var loadedFnPtr ) )(texture, target, level, internalformat, width, height, border, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureImage2DEXT( @@ -586827,6 +363663,8 @@ public static void TextureImage2DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -586858,8 +363696,6 @@ void IGL.TextureImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -586888,6 +363724,7 @@ public static void TextureImage2DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLuint")] uint texture, @@ -586919,7 +363756,6 @@ _slots[2623] is not null and var loadedFnPtr fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureImage2DMultisampleCoverageNV( @@ -586943,6 +363779,8 @@ public static void TextureImage2DMultisampleCoverageNV( fixedSampleLocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLuint")] uint texture, @@ -586965,7 +363803,6 @@ void IGL.TextureImage2DMultisampleCoverageNV( (uint)fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -586990,6 +363827,7 @@ public static void TextureImage2DMultisampleCoverageNV( fixedSampleLocations ); + [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage2DMultisampleNV( [NativeTypeName("GLuint")] uint texture, @@ -587011,7 +363849,6 @@ _slots[2624] is not null and var loadedFnPtr ) )(texture, target, samples, internalFormat, width, height, fixedSampleLocations); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureImage2DMultisampleNV( @@ -587033,6 +363870,8 @@ public static void TextureImage2DMultisampleNV( fixedSampleLocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage2DMultisampleNV( [NativeTypeName("GLuint")] uint texture, @@ -587053,7 +363892,6 @@ void IGL.TextureImage2DMultisampleNV( (uint)fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587076,6 +363914,7 @@ public static void TextureImage2DMultisampleNV( fixedSampleLocations ); + [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -587122,8 +363961,6 @@ _slots[2625] is not null and var loadedFnPtr pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureImage3DEXT( @@ -587153,6 +363990,8 @@ public static void TextureImage3DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -587186,8 +364025,6 @@ void IGL.TextureImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587218,6 +364055,7 @@ public static void TextureImage3DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLuint")] uint texture, @@ -587251,7 +364089,6 @@ _slots[2626] is not null and var loadedFnPtr fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureImage3DMultisampleCoverageNV( @@ -587277,6 +364114,8 @@ public static void TextureImage3DMultisampleCoverageNV( fixedSampleLocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLuint")] uint texture, @@ -587301,7 +364140,6 @@ void IGL.TextureImage3DMultisampleCoverageNV( (uint)fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587328,6 +364166,7 @@ public static void TextureImage3DMultisampleCoverageNV( fixedSampleLocations ); + [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage3DMultisampleNV( [NativeTypeName("GLuint")] uint texture, @@ -587350,7 +364189,6 @@ _slots[2627] is not null and var loadedFnPtr ) )(texture, target, samples, internalFormat, width, height, depth, fixedSampleLocations); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureImage3DMultisampleNV( @@ -587374,6 +364212,8 @@ public static void TextureImage3DMultisampleNV( fixedSampleLocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureImage3DMultisampleNV( [NativeTypeName("GLuint")] uint texture, @@ -587396,7 +364236,6 @@ void IGL.TextureImage3DMultisampleNV( (uint)fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587421,6 +364260,7 @@ public static void TextureImage3DMultisampleNV( fixedSampleLocations ); + [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureLightEXT([NativeTypeName("GLenum")] uint pname) => ( @@ -587431,18 +364271,18 @@ _slots[2628] is not null and var loadedFnPtr ) )(pname); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureLightEXT([NativeTypeName("GLenum")] uint pname) => ThisThread.TextureLightEXT(pname); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureLightEXT( [NativeTypeName("GLenum")] Constant pname ) => ((IGL)this).TextureLightEXT((uint)pname); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587450,6 +364290,7 @@ public static void TextureLightEXT( [NativeTypeName("GLenum")] Constant pname ) => ThisThread.TextureLightEXT(pname); + [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureMaterialEXT( [NativeTypeName("GLenum")] uint face, @@ -587463,7 +364304,6 @@ _slots[2629] is not null and var loadedFnPtr ) )(face, mode); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureMaterialEXT( @@ -587471,13 +364311,14 @@ public static void TextureMaterialEXT( [NativeTypeName("GLenum")] uint mode ) => ThisThread.TextureMaterialEXT(face, mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureMaterialEXT( [NativeTypeName("GLenum")] Constant face, [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).TextureMaterialEXT((uint)face, (uint)mode); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587486,6 +364327,7 @@ public static void TextureMaterialEXT( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.TextureMaterialEXT(face, mode); + [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureNormalEXT([NativeTypeName("GLenum")] uint mode) => ( @@ -587496,18 +364338,18 @@ _slots[2630] is not null and var loadedFnPtr ) )(mode); - [SupportedApiProfile("gl", ["GL_EXT_texture_perturb_normal"])] [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureNormalEXT([NativeTypeName("GLenum")] uint mode) => ThisThread.TextureNormalEXT(mode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureNormalEXT( [NativeTypeName("GLenum")] Constant mode ) => ((IGL)this).TextureNormalEXT((uint)mode); - [SupportedApiProfile("gl", ["GL_EXT_texture_perturb_normal"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587515,6 +364357,7 @@ public static void TextureNormalEXT( [NativeTypeName("GLenum")] Constant mode ) => ThisThread.TextureNormalEXT(mode); + [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexturePageCommitmentEXT( [NativeTypeName("GLuint")] uint texture, @@ -587538,8 +364381,6 @@ _slots[2631] is not null and var loadedFnPtr ) )(texture, level, xoffset, yoffset, zoffset, width, height, depth, commit); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexturePageCommitmentEXT( @@ -587565,6 +364406,8 @@ public static void TexturePageCommitmentEXT( commit ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexturePageCommitmentEXT( [NativeTypeName("GLuint")] uint texture, @@ -587589,8 +364432,6 @@ void IGL.TexturePageCommitmentEXT( (uint)commit ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587617,6 +364458,7 @@ public static void TexturePageCommitmentEXT( commit ); + [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexturePageCommitmentMemNV( [NativeTypeName("GLuint")] uint texture, @@ -587669,9 +364511,6 @@ _slots[2632] is not null and var loadedFnPtr commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TexturePageCommitmentMemNV( @@ -587703,6 +364542,8 @@ public static void TexturePageCommitmentMemNV( commit ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TexturePageCommitmentMemNV( [NativeTypeName("GLuint")] uint texture, @@ -587733,9 +364574,6 @@ void IGL.TexturePageCommitmentMemNV( (uint)commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587768,6 +364606,7 @@ public static void TexturePageCommitmentMemNV( commit ); + [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -587782,16 +364621,6 @@ _slots[2633] is not null and var loadedFnPtr ) )(texture, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureParameter( @@ -587800,6 +364629,8 @@ public static void TextureParameter( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.TextureParameter(texture, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -587807,16 +364638,6 @@ void IGL.TextureParameter( [NativeTypeName("GLfloat")] float param2 ) => ((IGL)this).TextureParameter(texture, (uint)pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587826,6 +364647,7 @@ public static void TextureParameter( [NativeTypeName("GLfloat")] float param2 ) => ThisThread.TextureParameter(texture, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -587841,8 +364663,6 @@ _slots[2634] is not null and var loadedFnPtr ) )(texture, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureParameterEXT( @@ -587852,6 +364672,8 @@ public static void TextureParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => ThisThread.TextureParameterEXT(texture, target, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -587860,8 +364682,6 @@ void IGL.TextureParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => ((IGL)this).TextureParameterEXT(texture, (uint)target, (uint)pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587872,6 +364692,7 @@ public static void TextureParameterEXT( [NativeTypeName("GLfloat")] float param3 ) => ThisThread.TextureParameterEXT(texture, target, pname, param3); + [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -587886,16 +364707,6 @@ _slots[2635] is not null and var loadedFnPtr ) )(texture, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureParameter( @@ -587904,6 +364715,8 @@ public static void TextureParameter( [NativeTypeName("const GLfloat *")] float* param2 ) => ThisThread.TextureParameter(texture, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -587917,16 +364730,6 @@ void IGL.TextureParameter( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587936,6 +364739,7 @@ public static void TextureParameter( [NativeTypeName("const GLfloat *")] Ref param2 ) => ThisThread.TextureParameter(texture, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -587951,8 +364755,6 @@ _slots[2636] is not null and var loadedFnPtr ) )(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureParameterEXT( @@ -587962,6 +364764,8 @@ public static void TextureParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.TextureParameterEXT(texture, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -587976,8 +364780,6 @@ void IGL.TextureParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -587988,6 +364790,7 @@ public static void TextureParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.TextureParameterEXT(texture, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -588002,16 +364805,6 @@ _slots[2637] is not null and var loadedFnPtr ) )(texture, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureParameter( @@ -588020,6 +364813,8 @@ public static void TextureParameter( [NativeTypeName("GLint")] int param2 ) => ThisThread.TextureParameter(texture, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -588027,16 +364822,6 @@ void IGL.TextureParameter( [NativeTypeName("GLint")] int param2 ) => ((IGL)this).TextureParameter(texture, (uint)pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588046,6 +364831,7 @@ public static void TextureParameter( [NativeTypeName("GLint")] int param2 ) => ThisThread.TextureParameter(texture, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -588061,8 +364847,6 @@ _slots[2638] is not null and var loadedFnPtr ) )(texture, target, pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureParameterEXT( @@ -588072,6 +364856,8 @@ public static void TextureParameterEXT( [NativeTypeName("GLint")] int param3 ) => ThisThread.TextureParameterEXT(texture, target, pname, param3); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -588080,8 +364866,6 @@ void IGL.TextureParameterEXT( [NativeTypeName("GLint")] int param3 ) => ((IGL)this).TextureParameterEXT(texture, (uint)target, (uint)pname, param3); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588092,6 +364876,7 @@ public static void TextureParameterEXT( [NativeTypeName("GLint")] int param3 ) => ThisThread.TextureParameterEXT(texture, target, pname, param3); + [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -588106,16 +364891,6 @@ _slots[2639] is not null and var loadedFnPtr ) )(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureParameterI( @@ -588124,6 +364899,8 @@ public static void TextureParameterI( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.TextureParameterI(texture, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -588137,16 +364914,6 @@ void IGL.TextureParameterI( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588156,6 +364923,7 @@ public static void TextureParameterI( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.TextureParameterI(texture, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -588174,8 +364942,6 @@ _slots[2640] is not null and var loadedFnPtr ) )(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureParameterIEXT( @@ -588185,6 +364951,8 @@ public static void TextureParameterIEXT( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.TextureParameterIEXT(texture, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -588199,8 +364967,6 @@ void IGL.TextureParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588211,6 +364977,7 @@ public static void TextureParameterIEXT( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.TextureParameterIEXT(texture, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -588225,16 +364992,6 @@ _slots[2641] is not null and var loadedFnPtr ) )(texture, pname, @params); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureParameterI( @@ -588243,6 +365000,8 @@ public static void TextureParameterI( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.TextureParameterI(texture, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -588256,16 +365015,6 @@ void IGL.TextureParameterI( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588275,6 +365024,7 @@ public static void TextureParameterI( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.TextureParameterI(texture, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -588293,8 +365043,6 @@ _slots[2642] is not null and var loadedFnPtr ) )(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureParameterIEXT( @@ -588304,6 +365052,8 @@ public static void TextureParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ) => ThisThread.TextureParameterIEXT(texture, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -588318,8 +365068,6 @@ void IGL.TextureParameterIEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588330,6 +365078,7 @@ public static void TextureParameterIEXT( [NativeTypeName("const GLuint *")] Ref @params ) => ThisThread.TextureParameterIEXT(texture, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -588344,16 +365093,6 @@ _slots[2643] is not null and var loadedFnPtr ) )(texture, pname, param2); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureParameter( @@ -588362,6 +365101,8 @@ public static void TextureParameter( [NativeTypeName("const GLint *")] int* param2 ) => ThisThread.TextureParameter(texture, pname, param2); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -588375,16 +365116,6 @@ void IGL.TextureParameter( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588394,6 +365125,7 @@ public static void TextureParameter( [NativeTypeName("const GLint *")] Ref param2 ) => ThisThread.TextureParameter(texture, pname, param2); + [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -588409,8 +365141,6 @@ _slots[2644] is not null and var loadedFnPtr ) )(texture, target, pname, @params); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureParameterEXT( @@ -588420,6 +365150,8 @@ public static void TextureParameterEXT( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.TextureParameterEXT(texture, target, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -588434,8 +365166,6 @@ void IGL.TextureParameterEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588446,8 +365176,9 @@ public static void TextureParameterEXT( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.TextureParameterEXT(texture, target, pname, @params); + [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TextureRangeApple( + void IGL.TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] void* pointer @@ -588460,17 +365191,18 @@ _slots[2645] is not null and var loadedFnPtr ) )(target, length, pointer); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TextureRangeApple( + public static void TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] void* pointer - ) => ThisThread.TextureRangeApple(target, length, pointer); + ) => ThisThread.TextureRangeAPPLE(target, length, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.TextureRangeApple( + void IGL.TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] Ref pointer @@ -588478,20 +365210,20 @@ void IGL.TextureRangeApple( { fixed (void* __dsl_pointer = pointer) { - ((IGL)this).TextureRangeApple(target, length, __dsl_pointer); + ((IGL)this).TextureRangeAPPLE(target, length, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void TextureRangeApple( + public static void TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] Ref pointer - ) => ThisThread.TextureRangeApple(target, length, pointer); + ) => ThisThread.TextureRangeAPPLE(target, length, pointer); + [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint texture, @@ -588509,8 +365241,6 @@ _slots[2646] is not null and var loadedFnPtr ) )(texture, target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureRenderbufferEXT( @@ -588519,6 +365249,8 @@ public static void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.TextureRenderbufferEXT(texture, target, renderbuffer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint texture, @@ -588526,8 +365258,6 @@ void IGL.TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => ((IGL)this).TextureRenderbufferEXT(texture, (uint)target, renderbuffer); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588537,6 +365267,7 @@ public static void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ) => ThisThread.TextureRenderbufferEXT(texture, target, renderbuffer); + [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage1D( [NativeTypeName("GLuint")] uint texture, @@ -588552,16 +365283,6 @@ _slots[2647] is not null and var loadedFnPtr ) )(texture, levels, internalformat, width); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorage1D( @@ -588571,6 +365292,8 @@ public static void TextureStorage1D( [NativeTypeName("GLsizei")] uint width ) => ThisThread.TextureStorage1D(texture, levels, internalformat, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage1D( [NativeTypeName("GLuint")] uint texture, @@ -588579,16 +365302,6 @@ void IGL.TextureStorage1D( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).TextureStorage1D(texture, levels, (uint)internalformat, width); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588599,6 +365312,7 @@ public static void TextureStorage1D( [NativeTypeName("GLsizei")] uint width ) => ThisThread.TextureStorage1D(texture, levels, internalformat, width); + [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -588615,10 +365329,6 @@ _slots[2648] is not null and var loadedFnPtr ) )(texture, target, levels, internalformat, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorage1DEXT( @@ -588629,6 +365339,8 @@ public static void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.TextureStorage1DEXT(texture, target, levels, internalformat, width); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -588638,10 +365350,6 @@ void IGL.TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ((IGL)this).TextureStorage1DEXT(texture, target, levels, (uint)internalformat, width); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588653,6 +365361,7 @@ public static void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint width ) => ThisThread.TextureStorage1DEXT(texture, target, levels, internalformat, width); + [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage2D( [NativeTypeName("GLuint")] uint texture, @@ -588669,16 +365378,6 @@ _slots[2649] is not null and var loadedFnPtr ) )(texture, levels, internalformat, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorage2D( @@ -588689,6 +365388,8 @@ public static void TextureStorage2D( [NativeTypeName("GLsizei")] uint height ) => ThisThread.TextureStorage2D(texture, levels, internalformat, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage2D( [NativeTypeName("GLuint")] uint texture, @@ -588698,16 +365399,6 @@ void IGL.TextureStorage2D( [NativeTypeName("GLsizei")] uint height ) => ((IGL)this).TextureStorage2D(texture, levels, (uint)internalformat, width, height); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588719,6 +365410,7 @@ public static void TextureStorage2D( [NativeTypeName("GLsizei")] uint height ) => ThisThread.TextureStorage2D(texture, levels, internalformat, width, height); + [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -588736,10 +365428,6 @@ _slots[2650] is not null and var loadedFnPtr ) )(texture, target, levels, internalformat, width, height); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorage2DEXT( @@ -588751,6 +365439,8 @@ public static void TextureStorage2DEXT( [NativeTypeName("GLsizei")] uint height ) => ThisThread.TextureStorage2DEXT(texture, target, levels, internalformat, width, height); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -588769,10 +365459,6 @@ void IGL.TextureStorage2DEXT( height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588785,6 +365471,7 @@ public static void TextureStorage2DEXT( [NativeTypeName("GLsizei")] uint height ) => ThisThread.TextureStorage2DEXT(texture, target, levels, internalformat, width, height); + [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage2DMultisample( [NativeTypeName("GLuint")] uint texture, @@ -588805,16 +365492,6 @@ _slots[2651] is not null and var loadedFnPtr ) )(texture, samples, internalformat, width, height, fixedsamplelocations); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorage2DMultisample( @@ -588834,6 +365511,8 @@ public static void TextureStorage2DMultisample( fixedsamplelocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage2DMultisample( [NativeTypeName("GLuint")] uint texture, @@ -588852,16 +365531,6 @@ void IGL.TextureStorage2DMultisample( (uint)fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588882,6 +365551,7 @@ public static void TextureStorage2DMultisample( fixedsamplelocations ); + [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -588903,8 +365573,6 @@ _slots[2652] is not null and var loadedFnPtr ) )(texture, target, samples, internalformat, width, height, fixedsamplelocations); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorage2DMultisampleEXT( @@ -588926,6 +365594,8 @@ public static void TextureStorage2DMultisampleEXT( fixedsamplelocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -588946,8 +365616,6 @@ void IGL.TextureStorage2DMultisampleEXT( (uint)fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -588970,6 +365638,7 @@ public static void TextureStorage2DMultisampleEXT( fixedsamplelocations ); + [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage3D( [NativeTypeName("GLuint")] uint texture, @@ -588987,16 +365656,6 @@ _slots[2653] is not null and var loadedFnPtr ) )(texture, levels, internalformat, width, height, depth); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorage3D( @@ -589008,6 +365667,8 @@ public static void TextureStorage3D( [NativeTypeName("GLsizei")] uint depth ) => ThisThread.TextureStorage3D(texture, levels, internalformat, width, height, depth); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage3D( [NativeTypeName("GLuint")] uint texture, @@ -589018,16 +365679,6 @@ void IGL.TextureStorage3D( [NativeTypeName("GLsizei")] uint depth ) => ((IGL)this).TextureStorage3D(texture, levels, (uint)internalformat, width, height, depth); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -589040,6 +365691,7 @@ public static void TextureStorage3D( [NativeTypeName("GLsizei")] uint depth ) => ThisThread.TextureStorage3D(texture, levels, internalformat, width, height, depth); + [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -589058,10 +365710,6 @@ _slots[2654] is not null and var loadedFnPtr ) )(texture, target, levels, internalformat, width, height, depth); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorage3DEXT( @@ -589083,6 +365731,8 @@ public static void TextureStorage3DEXT( depth ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -589103,10 +365753,6 @@ void IGL.TextureStorage3DEXT( depth ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -589129,6 +365775,7 @@ public static void TextureStorage3DEXT( depth ); + [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage3DMultisample( [NativeTypeName("GLuint")] uint texture, @@ -589150,16 +365797,6 @@ _slots[2655] is not null and var loadedFnPtr ) )(texture, samples, internalformat, width, height, depth, fixedsamplelocations); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorage3DMultisample( @@ -589181,6 +365818,8 @@ public static void TextureStorage3DMultisample( fixedsamplelocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage3DMultisample( [NativeTypeName("GLuint")] uint texture, @@ -589201,16 +365840,6 @@ void IGL.TextureStorage3DMultisample( (uint)fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -589233,6 +365862,7 @@ public static void TextureStorage3DMultisample( fixedsamplelocations ); + [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage3DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -589255,8 +365885,6 @@ _slots[2656] is not null and var loadedFnPtr ) )(texture, target, samples, internalformat, width, height, depth, fixedsamplelocations); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorage3DMultisampleEXT( @@ -589280,6 +365908,8 @@ public static void TextureStorage3DMultisampleEXT( fixedsamplelocations ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorage3DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -589302,8 +365932,6 @@ void IGL.TextureStorage3DMultisampleEXT( (uint)fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -589328,6 +365956,7 @@ public static void TextureStorage3DMultisampleEXT( fixedsamplelocations ); + [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorageMem1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -589348,7 +365977,6 @@ _slots[2657] is not null and var loadedFnPtr ) )(texture, levels, internalFormat, width, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorageMem1DEXT( @@ -589360,6 +365988,8 @@ public static void TextureStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.TextureStorageMem1DEXT(texture, levels, internalFormat, width, memory, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorageMem1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -589378,7 +366008,6 @@ void IGL.TextureStorageMem1DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -589391,6 +366020,7 @@ public static void TextureStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ) => ThisThread.TextureStorageMem1DEXT(texture, levels, internalFormat, width, memory, offset); + [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorageMem2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -589412,8 +366042,6 @@ _slots[2658] is not null and var loadedFnPtr ) )(texture, levels, internalFormat, width, height, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorageMem2DEXT( @@ -589435,6 +366063,8 @@ public static void TextureStorageMem2DEXT( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorageMem2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -589455,8 +366085,6 @@ void IGL.TextureStorageMem2DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -589479,6 +366107,7 @@ public static void TextureStorageMem2DEXT( offset ); + [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -589501,8 +366130,6 @@ _slots[2659] is not null and var loadedFnPtr ) )(texture, samples, internalFormat, width, height, fixedSampleLocations, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorageMem2DMultisampleEXT( @@ -589526,6 +366153,8 @@ public static void TextureStorageMem2DMultisampleEXT( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -589548,8 +366177,6 @@ void IGL.TextureStorageMem2DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -589574,6 +366201,7 @@ public static void TextureStorageMem2DMultisampleEXT( offset ); + [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorageMem3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -589596,8 +366224,6 @@ _slots[2660] is not null and var loadedFnPtr ) )(texture, levels, internalFormat, width, height, depth, memory, offset); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorageMem3DEXT( @@ -589621,6 +366247,8 @@ public static void TextureStorageMem3DEXT( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorageMem3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -589643,8 +366271,6 @@ void IGL.TextureStorageMem3DEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -589669,6 +366295,7 @@ public static void TextureStorageMem3DEXT( offset ); + [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -589702,8 +366329,6 @@ _slots[2661] is not null and var loadedFnPtr offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorageMem3DMultisampleEXT( @@ -589729,6 +366354,8 @@ public static void TextureStorageMem3DMultisampleEXT( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -589753,8 +366380,6 @@ void IGL.TextureStorageMem3DMultisampleEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -589781,6 +366406,7 @@ public static void TextureStorageMem3DMultisampleEXT( offset ); + [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorageSparseAMD( [NativeTypeName("GLuint")] uint texture, @@ -589803,7 +366429,6 @@ _slots[2662] is not null and var loadedFnPtr ) )(texture, target, internalFormat, width, height, depth, layers, flags); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureStorageSparseAMD( @@ -589827,6 +366452,8 @@ public static void TextureStorageSparseAMD( flags ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureStorageSparseAMD( [NativeTypeName("GLuint")] uint texture, @@ -589849,7 +366476,6 @@ void IGL.TextureStorageSparseAMD( (uint)flags ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -589874,6 +366500,7 @@ public static void TextureStorageSparseAMD( flags ); + [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureSubImage1D( [NativeTypeName("GLuint")] uint texture, @@ -589892,16 +366519,6 @@ _slots[2663] is not null and var loadedFnPtr ) )(texture, level, xoffset, width, format, type, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureSubImage1D( @@ -589914,6 +366531,8 @@ public static void TextureSubImage1D( [NativeTypeName("const void *")] void* pixels ) => ThisThread.TextureSubImage1D(texture, level, xoffset, width, format, type, pixels); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureSubImage1D( [NativeTypeName("GLuint")] uint texture, @@ -589939,16 +366558,6 @@ void IGL.TextureSubImage1D( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -589962,6 +366571,7 @@ public static void TextureSubImage1D( [NativeTypeName("const void *")] Ref pixels ) => ThisThread.TextureSubImage1D(texture, level, xoffset, width, format, type, pixels); + [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -589981,8 +366591,6 @@ _slots[2664] is not null and var loadedFnPtr ) )(texture, target, level, xoffset, width, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureSubImage1DEXT( @@ -590006,6 +366614,8 @@ public static void TextureSubImage1DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -590033,8 +366643,6 @@ void IGL.TextureSubImage1DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -590059,6 +366667,7 @@ public static void TextureSubImage1DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureSubImage2D( [NativeTypeName("GLuint")] uint texture, @@ -590079,16 +366688,6 @@ _slots[2665] is not null and var loadedFnPtr ) )(texture, level, xoffset, yoffset, width, height, format, type, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureSubImage2D( @@ -590114,6 +366713,8 @@ public static void TextureSubImage2D( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureSubImage2D( [NativeTypeName("GLuint")] uint texture, @@ -590143,16 +366744,6 @@ void IGL.TextureSubImage2D( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -590179,6 +366770,7 @@ public static void TextureSubImage2D( pixels ); + [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -590200,8 +366792,6 @@ _slots[2666] is not null and var loadedFnPtr ) )(texture, target, level, xoffset, yoffset, width, height, format, type, pixels); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureSubImage2DEXT( @@ -590229,6 +366819,8 @@ public static void TextureSubImage2DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -590260,8 +366852,6 @@ void IGL.TextureSubImage2DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -590290,6 +366880,7 @@ public static void TextureSubImage2DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureSubImage3D( [NativeTypeName("GLuint")] uint texture, @@ -590324,16 +366915,6 @@ _slots[2667] is not null and var loadedFnPtr ) )(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureSubImage3D( @@ -590363,6 +366944,8 @@ public static void TextureSubImage3D( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureSubImage3D( [NativeTypeName("GLuint")] uint texture, @@ -590396,16 +366979,6 @@ void IGL.TextureSubImage3D( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -590436,6 +367009,7 @@ public static void TextureSubImage3D( pixels ); + [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -590485,8 +367059,6 @@ _slots[2668] is not null and var loadedFnPtr pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureSubImage3DEXT( @@ -590518,6 +367090,8 @@ public static void TextureSubImage3DEXT( pixels ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -590553,8 +367127,6 @@ void IGL.TextureSubImage3DEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -590587,6 +367159,7 @@ public static void TextureSubImage3DEXT( pixels ); + [NativeFunction("opengl", EntryPoint = "glTextureView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureView( [NativeTypeName("GLuint")] uint texture, @@ -590606,28 +367179,6 @@ _slots[2669] is not null and var loadedFnPtr ) )(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTextureView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureView( @@ -590651,6 +367202,8 @@ public static void TextureView( numlayers ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureView( [NativeTypeName("GLuint")] uint texture, @@ -590673,28 +367226,6 @@ void IGL.TextureView( numlayers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -590719,6 +367250,7 @@ public static void TextureView( numlayers ); + [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureViewEXT( [NativeTypeName("GLuint")] uint texture, @@ -590738,7 +367270,6 @@ _slots[2670] is not null and var loadedFnPtr ) )(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers); - [SupportedApiProfile("gles2", ["GL_EXT_texture_view"])] [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureViewEXT( @@ -590762,6 +367293,8 @@ public static void TextureViewEXT( numlayers ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureViewEXT( [NativeTypeName("GLuint")] uint texture, @@ -590784,7 +367317,6 @@ void IGL.TextureViewEXT( numlayers ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_view"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -590809,6 +367341,7 @@ public static void TextureViewEXT( numlayers ); + [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureViewOES( [NativeTypeName("GLuint")] uint texture, @@ -590828,7 +367361,6 @@ _slots[2671] is not null and var loadedFnPtr ) )(texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers); - [SupportedApiProfile("gles2", ["GL_OES_texture_view"])] [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TextureViewOES( @@ -590852,6 +367384,8 @@ public static void TextureViewOES( numlayers ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TextureViewOES( [NativeTypeName("GLuint")] uint texture, @@ -590874,7 +367408,6 @@ void IGL.TextureViewOES( numlayers ); - [SupportedApiProfile("gles2", ["GL_OES_texture_view"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -590899,6 +367432,7 @@ public static void TextureViewOES( numlayers ); + [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TrackMatrixNV( [NativeTypeName("GLenum")] uint target, @@ -590914,7 +367448,6 @@ _slots[2672] is not null and var loadedFnPtr ) )(target, address, matrix, transform); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TrackMatrixNV( @@ -590924,6 +367457,8 @@ public static void TrackMatrixNV( [NativeTypeName("GLenum")] uint transform ) => ThisThread.TrackMatrixNV(target, address, matrix, transform); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TrackMatrixNV( [NativeTypeName("GLenum")] Constant target, @@ -590932,7 +367467,6 @@ void IGL.TrackMatrixNV( [NativeTypeName("GLenum")] Constant transform ) => ((IGL)this).TrackMatrixNV((uint)target, address, (uint)matrix, (uint)transform); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -590943,6 +367477,7 @@ public static void TrackMatrixNV( [NativeTypeName("GLenum")] Constant transform ) => ThisThread.TrackMatrixNV(target, address, matrix, transform); + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackAttribNV( [NativeTypeName("GLsizei")] uint count, @@ -590960,7 +367495,6 @@ _slots[2673] is not null and var loadedFnPtr ) )(count, attribs, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TransformFeedbackAttribNV( @@ -590969,6 +367503,8 @@ public static void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ) => ThisThread.TransformFeedbackAttribNV(count, attribs, bufferMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackAttribNV( [NativeTypeName("GLsizei")] uint count, @@ -590982,7 +367518,6 @@ void IGL.TransformFeedbackAttribNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -590992,13 +367527,14 @@ public static void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ) => ThisThread.TransformFeedbackAttribNV(count, attribs, bufferMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackAttribNV( [NativeTypeName("const GLint *")] int attribs, [NativeTypeName("GLenum")] uint bufferMode ) => ((IGL)this).TransformFeedbackAttribNV(1, (int*)&attribs, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591007,6 +367543,7 @@ public static void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ) => ThisThread.TransformFeedbackAttribNV(attribs, bufferMode); + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackBufferBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackBufferBase( [NativeTypeName("GLuint")] uint xfb, @@ -591024,16 +367561,6 @@ _slots[2674] is not null and var loadedFnPtr ) )(xfb, index, buffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackBufferBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TransformFeedbackBufferBase( @@ -591042,6 +367569,7 @@ public static void TransformFeedbackBufferBase( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.TransformFeedbackBufferBase(xfb, index, buffer); + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackBufferRange( [NativeTypeName("GLuint")] uint xfb, @@ -591061,16 +367589,6 @@ _slots[2675] is not null and var loadedFnPtr ) )(xfb, index, buffer, offset, size); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackBufferRange")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TransformFeedbackBufferRange( @@ -591081,6 +367599,7 @@ public static void TransformFeedbackBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ) => ThisThread.TransformFeedbackBufferRange(xfb, index, buffer, offset, size); + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackStreamAttribNV( [NativeTypeName("GLsizei")] uint count, @@ -591100,7 +367619,6 @@ _slots[2676] is not null and var loadedFnPtr ) )(count, attribs, nbuffers, bufstreams, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TransformFeedbackStreamAttribNV( @@ -591118,6 +367636,8 @@ public static void TransformFeedbackStreamAttribNV( bufferMode ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackStreamAttribNV( [NativeTypeName("GLsizei")] uint count, @@ -591140,7 +367660,6 @@ void IGL.TransformFeedbackStreamAttribNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591159,6 +367678,8 @@ public static void TransformFeedbackStreamAttribNV( bufferMode ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVarying( [NativeTypeName("GLuint")] uint program, @@ -591177,40 +367698,6 @@ void IGL.TransformFeedbackVarying( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591220,6 +367707,7 @@ public static void TransformFeedbackVarying( [NativeTypeName("GLenum")] Constant bufferMode ) => ThisThread.TransformFeedbackVarying(program, varyings, bufferMode); + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVaryings( [NativeTypeName("GLuint")] uint program, @@ -591238,40 +367726,6 @@ _slots[2677] is not null and var loadedFnPtr ) )(program, count, varyings, bufferMode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TransformFeedbackVaryings( @@ -591281,6 +367735,8 @@ public static void TransformFeedbackVaryings( [NativeTypeName("GLenum")] uint bufferMode ) => ThisThread.TransformFeedbackVaryings(program, count, varyings, bufferMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVaryings( [NativeTypeName("GLuint")] uint program, @@ -591295,40 +367751,6 @@ void IGL.TransformFeedbackVaryings( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591339,6 +367761,7 @@ public static void TransformFeedbackVaryings( [NativeTypeName("GLenum")] Constant bufferMode ) => ThisThread.TransformFeedbackVaryings(program, count, varyings, bufferMode); + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVaryingsEXT( [NativeTypeName("GLuint")] uint program, @@ -591357,7 +367780,6 @@ _slots[2678] is not null and var loadedFnPtr ) )(program, count, varyings, bufferMode); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TransformFeedbackVaryingsEXT( @@ -591367,6 +367789,8 @@ public static void TransformFeedbackVaryingsEXT( [NativeTypeName("GLenum")] uint bufferMode ) => ThisThread.TransformFeedbackVaryingsEXT(program, count, varyings, bufferMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVaryingsEXT( [NativeTypeName("GLuint")] uint program, @@ -591386,7 +367810,6 @@ void IGL.TransformFeedbackVaryingsEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591397,6 +367820,8 @@ public static void TransformFeedbackVaryingsEXT( [NativeTypeName("GLenum")] Constant bufferMode ) => ThisThread.TransformFeedbackVaryingsEXT(program, count, varyings, bufferMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVaryingsEXT( [NativeTypeName("GLuint")] uint program, @@ -591415,7 +367840,6 @@ void IGL.TransformFeedbackVaryingsEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591425,6 +367849,7 @@ public static void TransformFeedbackVaryingsEXT( [NativeTypeName("GLenum")] Constant bufferMode ) => ThisThread.TransformFeedbackVaryingsEXT(program, varyings, bufferMode); + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVaryingsNV( [NativeTypeName("GLuint")] uint program, @@ -591443,7 +367868,6 @@ _slots[2679] is not null and var loadedFnPtr ) )(program, count, locations, bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TransformFeedbackVaryingsNV( @@ -591453,6 +367877,8 @@ public static void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] uint bufferMode ) => ThisThread.TransformFeedbackVaryingsNV(program, count, locations, bufferMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVaryingsNV( [NativeTypeName("GLuint")] uint program, @@ -591472,7 +367898,6 @@ void IGL.TransformFeedbackVaryingsNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591483,6 +367908,8 @@ public static void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ) => ThisThread.TransformFeedbackVaryingsNV(program, count, locations, bufferMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVaryingsNV( [NativeTypeName("GLuint")] uint program, @@ -591490,7 +367917,6 @@ void IGL.TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ) => ((IGL)this).TransformFeedbackVaryingsNV(program, 1, (int*)&locations, (uint)bufferMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591500,6 +367926,8 @@ public static void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ) => ThisThread.TransformFeedbackVaryingsNV(program, locations, bufferMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVaryingsNV( [NativeTypeName("GLuint")] uint program, @@ -591519,7 +367947,6 @@ void IGL.TransformFeedbackVaryingsNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591530,6 +367957,8 @@ public static void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ) => ThisThread.TransformFeedbackVaryingsNV(program, count, locations, bufferMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVaryingsNV( [NativeTypeName("GLuint")] uint program, @@ -591543,7 +367972,6 @@ void IGL.TransformFeedbackVaryingsNV( (uint)bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591553,6 +367981,8 @@ public static void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ) => ThisThread.TransformFeedbackVaryingsNV(program, locations, bufferMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVaryingsNV( [NativeTypeName("GLuint")] uint program, @@ -591572,7 +368002,6 @@ void IGL.TransformFeedbackVaryingsNV( } } - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591583,6 +368012,8 @@ public static void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ) => ThisThread.TransformFeedbackVaryingsNV(program, count, locations, bufferMode); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformFeedbackVaryingsNV( [NativeTypeName("GLuint")] uint program, @@ -591596,7 +368027,6 @@ void IGL.TransformFeedbackVaryingsNV( (uint)bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591606,6 +368036,7 @@ public static void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ) => ThisThread.TransformFeedbackVaryingsNV(program, locations, bufferMode); + [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformPathNV( [NativeTypeName("GLuint")] uint resultPath, @@ -591621,9 +368052,6 @@ _slots[2680] is not null and var loadedFnPtr ) )(resultPath, srcPath, transformType, transformValues); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TransformPathNV( @@ -591633,6 +368061,8 @@ public static void TransformPathNV( [NativeTypeName("const GLfloat *")] float* transformValues ) => ThisThread.TransformPathNV(resultPath, srcPath, transformType, transformValues); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TransformPathNV( [NativeTypeName("GLuint")] uint resultPath, @@ -591652,9 +368082,6 @@ void IGL.TransformPathNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591665,6 +368092,7 @@ public static void TransformPathNV( [NativeTypeName("const GLfloat *")] Ref transformValues ) => ThisThread.TransformPathNV(resultPath, srcPath, transformType, transformValues); + [NativeFunction("opengl", EntryPoint = "glTranslated")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Translate( [NativeTypeName("GLdouble")] double x, @@ -591679,31 +368107,6 @@ _slots[2681] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTranslated")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Translate( @@ -591712,6 +368115,7 @@ public static void Translate( [NativeTypeName("GLdouble")] double z ) => ThisThread.Translate(x, y, z); + [NativeFunction("opengl", EntryPoint = "glTranslatef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Translate( [NativeTypeName("GLfloat")] float x, @@ -591726,32 +368130,6 @@ _slots[2682] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTranslatef")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Translate( @@ -591760,6 +368138,7 @@ public static void Translate( [NativeTypeName("GLfloat")] float z ) => ThisThread.Translate(x, y, z); + [NativeFunction("opengl", EntryPoint = "glTranslatex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Translatex( [NativeTypeName("GLfixed")] int x, @@ -591774,7 +368153,6 @@ _slots[2683] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTranslatex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Translatex( @@ -591783,6 +368161,7 @@ public static void Translatex( [NativeTypeName("GLfixed")] int z ) => ThisThread.Translatex(x, y, z); + [NativeFunction("opengl", EntryPoint = "glTranslatexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.TranslatexOES( [NativeTypeName("GLfixed")] int x, @@ -591797,8 +368176,6 @@ _slots[2684] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTranslatexOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TranslatexOES( @@ -591807,6 +368184,7 @@ public static void TranslatexOES( [NativeTypeName("GLfixed")] int z ) => ThisThread.TranslatexOES(x, y, z); + [NativeFunction("opengl", EntryPoint = "glUniform1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1( [NativeTypeName("GLint")] int location, @@ -591820,34 +368198,6 @@ _slots[2685] is not null and var loadedFnPtr ) )(location, x); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1( @@ -591855,6 +368205,7 @@ public static void Uniform1( [NativeTypeName("GLdouble")] double x ) => ThisThread.Uniform1(location, x); + [NativeFunction("opengl", EntryPoint = "glUniform1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1( [NativeTypeName("GLint")] int location, @@ -591869,34 +368220,6 @@ _slots[2686] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1( @@ -591905,6 +368228,8 @@ public static void Uniform1( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.Uniform1(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1( [NativeTypeName("GLint")] int location, @@ -591918,34 +368243,6 @@ void IGL.Uniform1( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -591955,6 +368252,7 @@ public static void Uniform1( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.Uniform1(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1( [NativeTypeName("GLint")] int location, @@ -591968,49 +368266,6 @@ _slots[2687] is not null and var loadedFnPtr ) )(location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1( @@ -592018,6 +368273,7 @@ public static void Uniform1( [NativeTypeName("GLfloat")] float v0 ) => ThisThread.Uniform1(location, v0); + [NativeFunction("opengl", EntryPoint = "glUniform1fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -592031,7 +368287,6 @@ _slots[2688] is not null and var loadedFnPtr ) )(location, v0); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1ARB( @@ -592039,6 +368294,7 @@ public static void Uniform1ARB( [NativeTypeName("GLfloat")] float v0 ) => ThisThread.Uniform1ARB(location, v0); + [NativeFunction("opengl", EntryPoint = "glUniform1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1( [NativeTypeName("GLint")] int location, @@ -592053,49 +368309,6 @@ _slots[2689] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1( @@ -592104,6 +368317,8 @@ public static void Uniform1( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.Uniform1(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1( [NativeTypeName("GLint")] int location, @@ -592117,49 +368332,6 @@ void IGL.Uniform1( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -592169,6 +368341,7 @@ public static void Uniform1( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.Uniform1(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -592183,7 +368356,6 @@ _slots[2690] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1ARB( @@ -592192,6 +368364,8 @@ public static void Uniform1ARB( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.Uniform1ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -592205,7 +368379,6 @@ void IGL.Uniform1ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -592215,6 +368388,7 @@ public static void Uniform1ARB( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.Uniform1ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform1i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1([NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0) => ( @@ -592225,49 +368399,6 @@ _slots[2691] is not null and var loadedFnPtr ) )(location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1( @@ -592275,6 +368406,7 @@ public static void Uniform1( [NativeTypeName("GLint")] int v0 ) => ThisThread.Uniform1(location, v0); + [NativeFunction("opengl", EntryPoint = "glUniform1i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -592288,8 +368420,6 @@ _slots[2692] is not null and var loadedFnPtr ) )(location, x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1ARB( @@ -592297,6 +368427,7 @@ public static void Uniform1ARB( [NativeTypeName("GLint64")] long x ) => ThisThread.Uniform1ARB(location, x); + [NativeFunction("opengl", EntryPoint = "glUniform1i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1NV( [NativeTypeName("GLint")] int location, @@ -592310,9 +368441,6 @@ _slots[2693] is not null and var loadedFnPtr ) )(location, x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1NV( @@ -592320,6 +368448,7 @@ public static void Uniform1NV( [NativeTypeName("GLint64EXT")] long x ) => ThisThread.Uniform1NV(location, x); + [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -592334,8 +368463,6 @@ _slots[2694] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1ARB( @@ -592344,6 +368471,8 @@ public static void Uniform1ARB( [NativeTypeName("const GLint64 *")] long* value ) => ThisThread.Uniform1ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -592357,8 +368486,6 @@ void IGL.Uniform1ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -592368,6 +368495,7 @@ public static void Uniform1ARB( [NativeTypeName("const GLint64 *")] Ref value ) => ThisThread.Uniform1ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1NV( [NativeTypeName("GLint")] int location, @@ -592382,9 +368510,6 @@ _slots[2695] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1NV( @@ -592393,6 +368518,8 @@ public static void Uniform1NV( [NativeTypeName("const GLint64EXT *")] long* value ) => ThisThread.Uniform1NV(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1NV( [NativeTypeName("GLint")] int location, @@ -592406,9 +368533,6 @@ void IGL.Uniform1NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -592418,6 +368542,7 @@ public static void Uniform1NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => ThisThread.Uniform1NV(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform1iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -592431,7 +368556,6 @@ _slots[2696] is not null and var loadedFnPtr ) )(location, v0); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1ARB( @@ -592439,6 +368563,7 @@ public static void Uniform1ARB( [NativeTypeName("GLint")] int v0 ) => ThisThread.Uniform1ARB(location, v0); + [NativeFunction("opengl", EntryPoint = "glUniform1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1( [NativeTypeName("GLint")] int location, @@ -592453,49 +368578,6 @@ _slots[2697] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1( @@ -592504,6 +368586,8 @@ public static void Uniform1( [NativeTypeName("const GLint *")] int* value ) => ThisThread.Uniform1(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1( [NativeTypeName("GLint")] int location, @@ -592517,49 +368601,6 @@ void IGL.Uniform1( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -592569,6 +368610,7 @@ public static void Uniform1( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.Uniform1(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -592583,7 +368625,6 @@ _slots[2698] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1ARB( @@ -592592,6 +368633,8 @@ public static void Uniform1ARB( [NativeTypeName("const GLint *")] int* value ) => ThisThread.Uniform1ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -592605,7 +368648,6 @@ void IGL.Uniform1ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -592615,6 +368657,7 @@ public static void Uniform1ARB( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.Uniform1ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1([NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0) => ( @@ -592625,40 +368668,6 @@ _slots[2699] is not null and var loadedFnPtr ) )(location, v0); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1( @@ -592666,6 +368675,7 @@ public static void Uniform1( [NativeTypeName("GLuint")] uint v0 ) => ThisThread.Uniform1(location, v0); + [NativeFunction("opengl", EntryPoint = "glUniform1ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -592679,8 +368689,6 @@ _slots[2700] is not null and var loadedFnPtr ) )(location, x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1ARB( @@ -592688,6 +368696,7 @@ public static void Uniform1ARB( [NativeTypeName("GLuint64")] ulong x ) => ThisThread.Uniform1ARB(location, x); + [NativeFunction("opengl", EntryPoint = "glUniform1ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1NV( [NativeTypeName("GLint")] int location, @@ -592701,9 +368710,6 @@ _slots[2701] is not null and var loadedFnPtr ) )(location, x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1NV( @@ -592711,6 +368717,7 @@ public static void Uniform1NV( [NativeTypeName("GLuint64EXT")] ulong x ) => ThisThread.Uniform1NV(location, x); + [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -592725,8 +368732,6 @@ _slots[2702] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1ARB( @@ -592735,6 +368740,8 @@ public static void Uniform1ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => ThisThread.Uniform1ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -592748,8 +368755,6 @@ void IGL.Uniform1ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -592759,6 +368764,7 @@ public static void Uniform1ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => ThisThread.Uniform1ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1NV( [NativeTypeName("GLint")] int location, @@ -592773,9 +368779,6 @@ _slots[2703] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1NV( @@ -592784,6 +368787,8 @@ public static void Uniform1NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => ThisThread.Uniform1NV(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1NV( [NativeTypeName("GLint")] int location, @@ -592797,9 +368802,6 @@ void IGL.Uniform1NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -592809,6 +368811,7 @@ public static void Uniform1NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => ThisThread.Uniform1NV(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform1uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1EXT( [NativeTypeName("GLint")] int location, @@ -592822,7 +368825,6 @@ _slots[2704] is not null and var loadedFnPtr ) )(location, v0); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform1uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1EXT( @@ -592830,6 +368832,7 @@ public static void Uniform1EXT( [NativeTypeName("GLuint")] uint v0 ) => ThisThread.Uniform1EXT(location, v0); + [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1( [NativeTypeName("GLint")] int location, @@ -592844,40 +368847,6 @@ _slots[2705] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1( @@ -592886,6 +368855,8 @@ public static void Uniform1( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.Uniform1(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1( [NativeTypeName("GLint")] int location, @@ -592899,40 +368870,6 @@ void IGL.Uniform1( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -592942,6 +368879,7 @@ public static void Uniform1( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.Uniform1(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1EXT( [NativeTypeName("GLint")] int location, @@ -592956,7 +368894,6 @@ _slots[2706] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform1EXT( @@ -592965,6 +368902,8 @@ public static void Uniform1EXT( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.Uniform1EXT(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform1EXT( [NativeTypeName("GLint")] int location, @@ -592978,7 +368917,6 @@ void IGL.Uniform1EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -592988,6 +368926,7 @@ public static void Uniform1EXT( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.Uniform1EXT(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2( [NativeTypeName("GLint")] int location, @@ -593002,34 +368941,6 @@ _slots[2707] is not null and var loadedFnPtr ) )(location, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2( @@ -593038,6 +368949,7 @@ public static void Uniform2( [NativeTypeName("GLdouble")] double y ) => ThisThread.Uniform2(location, x, y); + [NativeFunction("opengl", EntryPoint = "glUniform2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2( [NativeTypeName("GLint")] int location, @@ -593052,34 +368964,6 @@ _slots[2708] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2( @@ -593088,6 +368972,8 @@ public static void Uniform2( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.Uniform2(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2( [NativeTypeName("GLint")] int location, @@ -593101,34 +368987,6 @@ void IGL.Uniform2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -593138,6 +368996,7 @@ public static void Uniform2( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.Uniform2(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2( [NativeTypeName("GLint")] int location, @@ -593152,49 +369011,6 @@ _slots[2709] is not null and var loadedFnPtr ) )(location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2( @@ -593203,6 +369019,7 @@ public static void Uniform2( [NativeTypeName("GLfloat")] float v1 ) => ThisThread.Uniform2(location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glUniform2fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -593217,7 +369034,6 @@ _slots[2710] is not null and var loadedFnPtr ) )(location, v0, v1); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2ARB( @@ -593226,6 +369042,7 @@ public static void Uniform2ARB( [NativeTypeName("GLfloat")] float v1 ) => ThisThread.Uniform2ARB(location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glUniform2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2( [NativeTypeName("GLint")] int location, @@ -593240,49 +369057,6 @@ _slots[2711] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2( @@ -593291,6 +369065,8 @@ public static void Uniform2( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.Uniform2(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2( [NativeTypeName("GLint")] int location, @@ -593304,49 +369080,6 @@ void IGL.Uniform2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -593356,6 +369089,7 @@ public static void Uniform2( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.Uniform2(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -593370,7 +369104,6 @@ _slots[2712] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2ARB( @@ -593379,6 +369112,8 @@ public static void Uniform2ARB( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.Uniform2ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -593392,7 +369127,6 @@ void IGL.Uniform2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -593402,6 +369136,7 @@ public static void Uniform2ARB( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.Uniform2ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2( [NativeTypeName("GLint")] int location, @@ -593416,49 +369151,6 @@ _slots[2713] is not null and var loadedFnPtr ) )(location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2( @@ -593467,6 +369159,7 @@ public static void Uniform2( [NativeTypeName("GLint")] int v1 ) => ThisThread.Uniform2(location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glUniform2i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -593481,8 +369174,6 @@ _slots[2714] is not null and var loadedFnPtr ) )(location, x, y); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2ARB( @@ -593491,6 +369182,7 @@ public static void Uniform2ARB( [NativeTypeName("GLint64")] long y ) => ThisThread.Uniform2ARB(location, x, y); + [NativeFunction("opengl", EntryPoint = "glUniform2i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2NV( [NativeTypeName("GLint")] int location, @@ -593505,9 +369197,6 @@ _slots[2715] is not null and var loadedFnPtr ) )(location, x, y); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2NV( @@ -593516,6 +369205,7 @@ public static void Uniform2NV( [NativeTypeName("GLint64EXT")] long y ) => ThisThread.Uniform2NV(location, x, y); + [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -593530,8 +369220,6 @@ _slots[2716] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2ARB( @@ -593540,6 +369228,8 @@ public static void Uniform2ARB( [NativeTypeName("const GLint64 *")] long* value ) => ThisThread.Uniform2ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -593553,8 +369243,6 @@ void IGL.Uniform2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -593564,6 +369252,7 @@ public static void Uniform2ARB( [NativeTypeName("const GLint64 *")] Ref value ) => ThisThread.Uniform2ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2NV( [NativeTypeName("GLint")] int location, @@ -593578,9 +369267,6 @@ _slots[2717] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2NV( @@ -593589,6 +369275,8 @@ public static void Uniform2NV( [NativeTypeName("const GLint64EXT *")] long* value ) => ThisThread.Uniform2NV(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2NV( [NativeTypeName("GLint")] int location, @@ -593602,9 +369290,6 @@ void IGL.Uniform2NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -593614,6 +369299,7 @@ public static void Uniform2NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => ThisThread.Uniform2NV(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform2iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -593628,7 +369314,6 @@ _slots[2718] is not null and var loadedFnPtr ) )(location, v0, v1); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2ARB( @@ -593637,6 +369322,7 @@ public static void Uniform2ARB( [NativeTypeName("GLint")] int v1 ) => ThisThread.Uniform2ARB(location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glUniform2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2( [NativeTypeName("GLint")] int location, @@ -593651,49 +369337,6 @@ _slots[2719] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2( @@ -593702,6 +369345,8 @@ public static void Uniform2( [NativeTypeName("const GLint *")] int* value ) => ThisThread.Uniform2(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2( [NativeTypeName("GLint")] int location, @@ -593715,49 +369360,6 @@ void IGL.Uniform2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -593767,6 +369369,7 @@ public static void Uniform2( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.Uniform2(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -593781,7 +369384,6 @@ _slots[2720] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2ARB( @@ -593790,6 +369392,8 @@ public static void Uniform2ARB( [NativeTypeName("const GLint *")] int* value ) => ThisThread.Uniform2ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -593803,7 +369407,6 @@ void IGL.Uniform2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -593813,6 +369416,7 @@ public static void Uniform2ARB( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.Uniform2ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2( [NativeTypeName("GLint")] int location, @@ -593827,40 +369431,6 @@ _slots[2721] is not null and var loadedFnPtr ) )(location, v0, v1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2( @@ -593869,6 +369439,7 @@ public static void Uniform2( [NativeTypeName("GLuint")] uint v1 ) => ThisThread.Uniform2(location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glUniform2ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -593883,8 +369454,6 @@ _slots[2722] is not null and var loadedFnPtr ) )(location, x, y); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2ARB( @@ -593893,6 +369462,7 @@ public static void Uniform2ARB( [NativeTypeName("GLuint64")] ulong y ) => ThisThread.Uniform2ARB(location, x, y); + [NativeFunction("opengl", EntryPoint = "glUniform2ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2NV( [NativeTypeName("GLint")] int location, @@ -593907,9 +369477,6 @@ _slots[2723] is not null and var loadedFnPtr ) )(location, x, y); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2NV( @@ -593918,6 +369485,7 @@ public static void Uniform2NV( [NativeTypeName("GLuint64EXT")] ulong y ) => ThisThread.Uniform2NV(location, x, y); + [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -593932,8 +369500,6 @@ _slots[2724] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2ARB( @@ -593942,6 +369508,8 @@ public static void Uniform2ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => ThisThread.Uniform2ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -593955,8 +369523,6 @@ void IGL.Uniform2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -593966,6 +369532,7 @@ public static void Uniform2ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => ThisThread.Uniform2ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2NV( [NativeTypeName("GLint")] int location, @@ -593980,9 +369547,6 @@ _slots[2725] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2NV( @@ -593991,6 +369555,8 @@ public static void Uniform2NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => ThisThread.Uniform2NV(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2NV( [NativeTypeName("GLint")] int location, @@ -594004,9 +369570,6 @@ void IGL.Uniform2NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -594016,6 +369579,7 @@ public static void Uniform2NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => ThisThread.Uniform2NV(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform2uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2EXT( [NativeTypeName("GLint")] int location, @@ -594030,7 +369594,6 @@ _slots[2726] is not null and var loadedFnPtr ) )(location, v0, v1); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform2uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2EXT( @@ -594039,6 +369602,7 @@ public static void Uniform2EXT( [NativeTypeName("GLuint")] uint v1 ) => ThisThread.Uniform2EXT(location, v0, v1); + [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2( [NativeTypeName("GLint")] int location, @@ -594053,40 +369617,6 @@ _slots[2727] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2( @@ -594095,6 +369625,8 @@ public static void Uniform2( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.Uniform2(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2( [NativeTypeName("GLint")] int location, @@ -594108,40 +369640,6 @@ void IGL.Uniform2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -594151,6 +369649,7 @@ public static void Uniform2( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.Uniform2(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2EXT( [NativeTypeName("GLint")] int location, @@ -594165,7 +369664,6 @@ _slots[2728] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform2EXT( @@ -594174,6 +369672,8 @@ public static void Uniform2EXT( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.Uniform2EXT(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform2EXT( [NativeTypeName("GLint")] int location, @@ -594187,7 +369687,6 @@ void IGL.Uniform2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -594197,6 +369696,7 @@ public static void Uniform2EXT( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.Uniform2EXT(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3( [NativeTypeName("GLint")] int location, @@ -594212,34 +369712,6 @@ _slots[2729] is not null and var loadedFnPtr ) )(location, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3( @@ -594249,6 +369721,7 @@ public static void Uniform3( [NativeTypeName("GLdouble")] double z ) => ThisThread.Uniform3(location, x, y, z); + [NativeFunction("opengl", EntryPoint = "glUniform3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3( [NativeTypeName("GLint")] int location, @@ -594263,34 +369736,6 @@ _slots[2730] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3( @@ -594299,6 +369744,8 @@ public static void Uniform3( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.Uniform3(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3( [NativeTypeName("GLint")] int location, @@ -594312,34 +369759,6 @@ void IGL.Uniform3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -594349,6 +369768,7 @@ public static void Uniform3( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.Uniform3(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3( [NativeTypeName("GLint")] int location, @@ -594364,49 +369784,6 @@ _slots[2731] is not null and var loadedFnPtr ) )(location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3( @@ -594416,6 +369793,7 @@ public static void Uniform3( [NativeTypeName("GLfloat")] float v2 ) => ThisThread.Uniform3(location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glUniform3fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -594431,7 +369809,6 @@ _slots[2732] is not null and var loadedFnPtr ) )(location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3ARB( @@ -594441,6 +369818,7 @@ public static void Uniform3ARB( [NativeTypeName("GLfloat")] float v2 ) => ThisThread.Uniform3ARB(location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glUniform3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3( [NativeTypeName("GLint")] int location, @@ -594455,49 +369833,6 @@ _slots[2733] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3( @@ -594506,6 +369841,8 @@ public static void Uniform3( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.Uniform3(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3( [NativeTypeName("GLint")] int location, @@ -594519,49 +369856,6 @@ void IGL.Uniform3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -594571,6 +369865,7 @@ public static void Uniform3( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.Uniform3(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -594585,7 +369880,6 @@ _slots[2734] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3ARB( @@ -594594,6 +369888,8 @@ public static void Uniform3ARB( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.Uniform3ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -594607,7 +369903,6 @@ void IGL.Uniform3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -594617,6 +369912,7 @@ public static void Uniform3ARB( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.Uniform3ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3( [NativeTypeName("GLint")] int location, @@ -594632,49 +369928,6 @@ _slots[2735] is not null and var loadedFnPtr ) )(location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3( @@ -594684,6 +369937,7 @@ public static void Uniform3( [NativeTypeName("GLint")] int v2 ) => ThisThread.Uniform3(location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glUniform3i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -594699,8 +369953,6 @@ _slots[2736] is not null and var loadedFnPtr ) )(location, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3ARB( @@ -594710,6 +369962,7 @@ public static void Uniform3ARB( [NativeTypeName("GLint64")] long z ) => ThisThread.Uniform3ARB(location, x, y, z); + [NativeFunction("opengl", EntryPoint = "glUniform3i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3NV( [NativeTypeName("GLint")] int location, @@ -594725,9 +369978,6 @@ _slots[2737] is not null and var loadedFnPtr ) )(location, x, y, z); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3NV( @@ -594737,6 +369987,7 @@ public static void Uniform3NV( [NativeTypeName("GLint64EXT")] long z ) => ThisThread.Uniform3NV(location, x, y, z); + [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -594751,8 +370002,6 @@ _slots[2738] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3ARB( @@ -594761,6 +370010,8 @@ public static void Uniform3ARB( [NativeTypeName("const GLint64 *")] long* value ) => ThisThread.Uniform3ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -594774,8 +370025,6 @@ void IGL.Uniform3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -594785,6 +370034,7 @@ public static void Uniform3ARB( [NativeTypeName("const GLint64 *")] Ref value ) => ThisThread.Uniform3ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3NV( [NativeTypeName("GLint")] int location, @@ -594799,9 +370049,6 @@ _slots[2739] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3NV( @@ -594810,6 +370057,8 @@ public static void Uniform3NV( [NativeTypeName("const GLint64EXT *")] long* value ) => ThisThread.Uniform3NV(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3NV( [NativeTypeName("GLint")] int location, @@ -594823,9 +370072,6 @@ void IGL.Uniform3NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -594835,6 +370081,7 @@ public static void Uniform3NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => ThisThread.Uniform3NV(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform3iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -594850,7 +370097,6 @@ _slots[2740] is not null and var loadedFnPtr ) )(location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3ARB( @@ -594860,6 +370106,7 @@ public static void Uniform3ARB( [NativeTypeName("GLint")] int v2 ) => ThisThread.Uniform3ARB(location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glUniform3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3( [NativeTypeName("GLint")] int location, @@ -594874,49 +370121,6 @@ _slots[2741] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3( @@ -594925,6 +370129,8 @@ public static void Uniform3( [NativeTypeName("const GLint *")] int* value ) => ThisThread.Uniform3(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3( [NativeTypeName("GLint")] int location, @@ -594938,49 +370144,6 @@ void IGL.Uniform3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -594990,6 +370153,7 @@ public static void Uniform3( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.Uniform3(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -595004,7 +370168,6 @@ _slots[2742] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3ARB( @@ -595013,6 +370176,8 @@ public static void Uniform3ARB( [NativeTypeName("const GLint *")] int* value ) => ThisThread.Uniform3ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -595026,7 +370191,6 @@ void IGL.Uniform3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -595036,6 +370200,7 @@ public static void Uniform3ARB( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.Uniform3ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3( [NativeTypeName("GLint")] int location, @@ -595051,40 +370216,6 @@ _slots[2743] is not null and var loadedFnPtr ) )(location, v0, v1, v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3( @@ -595094,6 +370225,7 @@ public static void Uniform3( [NativeTypeName("GLuint")] uint v2 ) => ThisThread.Uniform3(location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glUniform3ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -595109,8 +370241,6 @@ _slots[2744] is not null and var loadedFnPtr ) )(location, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3ARB( @@ -595120,6 +370250,7 @@ public static void Uniform3ARB( [NativeTypeName("GLuint64")] ulong z ) => ThisThread.Uniform3ARB(location, x, y, z); + [NativeFunction("opengl", EntryPoint = "glUniform3ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3NV( [NativeTypeName("GLint")] int location, @@ -595135,9 +370266,6 @@ _slots[2745] is not null and var loadedFnPtr ) )(location, x, y, z); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3NV( @@ -595147,6 +370275,7 @@ public static void Uniform3NV( [NativeTypeName("GLuint64EXT")] ulong z ) => ThisThread.Uniform3NV(location, x, y, z); + [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -595161,8 +370290,6 @@ _slots[2746] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3ARB( @@ -595171,6 +370298,8 @@ public static void Uniform3ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => ThisThread.Uniform3ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -595184,8 +370313,6 @@ void IGL.Uniform3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -595195,6 +370322,7 @@ public static void Uniform3ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => ThisThread.Uniform3ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3NV( [NativeTypeName("GLint")] int location, @@ -595209,9 +370337,6 @@ _slots[2747] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3NV( @@ -595220,6 +370345,8 @@ public static void Uniform3NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => ThisThread.Uniform3NV(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3NV( [NativeTypeName("GLint")] int location, @@ -595233,9 +370360,6 @@ void IGL.Uniform3NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -595245,6 +370369,7 @@ public static void Uniform3NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => ThisThread.Uniform3NV(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform3uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3EXT( [NativeTypeName("GLint")] int location, @@ -595260,7 +370385,6 @@ _slots[2748] is not null and var loadedFnPtr ) )(location, v0, v1, v2); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform3uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3EXT( @@ -595270,6 +370394,7 @@ public static void Uniform3EXT( [NativeTypeName("GLuint")] uint v2 ) => ThisThread.Uniform3EXT(location, v0, v1, v2); + [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3( [NativeTypeName("GLint")] int location, @@ -595284,40 +370409,6 @@ _slots[2749] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3( @@ -595326,6 +370417,8 @@ public static void Uniform3( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.Uniform3(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3( [NativeTypeName("GLint")] int location, @@ -595339,40 +370432,6 @@ void IGL.Uniform3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -595382,6 +370441,7 @@ public static void Uniform3( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.Uniform3(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3EXT( [NativeTypeName("GLint")] int location, @@ -595396,7 +370456,6 @@ _slots[2750] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform3EXT( @@ -595405,6 +370464,8 @@ public static void Uniform3EXT( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.Uniform3EXT(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform3EXT( [NativeTypeName("GLint")] int location, @@ -595418,7 +370479,6 @@ void IGL.Uniform3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -595428,6 +370488,7 @@ public static void Uniform3EXT( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.Uniform3EXT(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4( [NativeTypeName("GLint")] int location, @@ -595444,34 +370505,6 @@ _slots[2751] is not null and var loadedFnPtr ) )(location, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4( @@ -595482,6 +370515,7 @@ public static void Uniform4( [NativeTypeName("GLdouble")] double w ) => ThisThread.Uniform4(location, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glUniform4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4( [NativeTypeName("GLint")] int location, @@ -595496,34 +370530,6 @@ _slots[2752] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4( @@ -595532,6 +370538,8 @@ public static void Uniform4( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.Uniform4(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4( [NativeTypeName("GLint")] int location, @@ -595545,34 +370553,6 @@ void IGL.Uniform4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -595582,6 +370562,7 @@ public static void Uniform4( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.Uniform4(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4( [NativeTypeName("GLint")] int location, @@ -595598,49 +370579,6 @@ _slots[2753] is not null and var loadedFnPtr ) )(location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4( @@ -595651,6 +370589,7 @@ public static void Uniform4( [NativeTypeName("GLfloat")] float v3 ) => ThisThread.Uniform4(location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glUniform4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -595667,7 +370606,6 @@ _slots[2754] is not null and var loadedFnPtr ) )(location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4ARB( @@ -595678,6 +370616,7 @@ public static void Uniform4ARB( [NativeTypeName("GLfloat")] float v3 ) => ThisThread.Uniform4ARB(location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glUniform4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4( [NativeTypeName("GLint")] int location, @@ -595692,49 +370631,6 @@ _slots[2755] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4( @@ -595743,6 +370639,8 @@ public static void Uniform4( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.Uniform4(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4( [NativeTypeName("GLint")] int location, @@ -595756,49 +370654,6 @@ void IGL.Uniform4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -595808,6 +370663,7 @@ public static void Uniform4( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.Uniform4(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -595822,7 +370678,6 @@ _slots[2756] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4ARB( @@ -595831,6 +370686,8 @@ public static void Uniform4ARB( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.Uniform4ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -595844,7 +370701,6 @@ void IGL.Uniform4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -595854,6 +370710,7 @@ public static void Uniform4ARB( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.Uniform4ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4( [NativeTypeName("GLint")] int location, @@ -595870,49 +370727,6 @@ _slots[2757] is not null and var loadedFnPtr ) )(location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4( @@ -595923,6 +370737,7 @@ public static void Uniform4( [NativeTypeName("GLint")] int v3 ) => ThisThread.Uniform4(location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glUniform4i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -595939,8 +370754,6 @@ _slots[2758] is not null and var loadedFnPtr ) )(location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4ARB( @@ -595951,6 +370764,7 @@ public static void Uniform4ARB( [NativeTypeName("GLint64")] long w ) => ThisThread.Uniform4ARB(location, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glUniform4i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4NV( [NativeTypeName("GLint")] int location, @@ -595967,9 +370781,6 @@ _slots[2759] is not null and var loadedFnPtr ) )(location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4NV( @@ -595980,6 +370791,7 @@ public static void Uniform4NV( [NativeTypeName("GLint64EXT")] long w ) => ThisThread.Uniform4NV(location, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -595994,8 +370806,6 @@ _slots[2760] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4ARB( @@ -596004,6 +370814,8 @@ public static void Uniform4ARB( [NativeTypeName("const GLint64 *")] long* value ) => ThisThread.Uniform4ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -596017,8 +370829,6 @@ void IGL.Uniform4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -596028,6 +370838,7 @@ public static void Uniform4ARB( [NativeTypeName("const GLint64 *")] Ref value ) => ThisThread.Uniform4ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4NV( [NativeTypeName("GLint")] int location, @@ -596042,9 +370853,6 @@ _slots[2761] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4NV( @@ -596053,6 +370861,8 @@ public static void Uniform4NV( [NativeTypeName("const GLint64EXT *")] long* value ) => ThisThread.Uniform4NV(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4NV( [NativeTypeName("GLint")] int location, @@ -596066,9 +370876,6 @@ void IGL.Uniform4NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -596078,6 +370885,7 @@ public static void Uniform4NV( [NativeTypeName("const GLint64EXT *")] Ref value ) => ThisThread.Uniform4NV(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform4iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -596094,7 +370902,6 @@ _slots[2762] is not null and var loadedFnPtr ) )(location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4ARB( @@ -596105,6 +370912,7 @@ public static void Uniform4ARB( [NativeTypeName("GLint")] int v3 ) => ThisThread.Uniform4ARB(location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glUniform4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4( [NativeTypeName("GLint")] int location, @@ -596119,49 +370927,6 @@ _slots[2763] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4( @@ -596170,6 +370935,8 @@ public static void Uniform4( [NativeTypeName("const GLint *")] int* value ) => ThisThread.Uniform4(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4( [NativeTypeName("GLint")] int location, @@ -596183,49 +370950,6 @@ void IGL.Uniform4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -596235,6 +370959,7 @@ public static void Uniform4( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.Uniform4(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -596249,7 +370974,6 @@ _slots[2764] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4ARB( @@ -596258,6 +370982,8 @@ public static void Uniform4ARB( [NativeTypeName("const GLint *")] int* value ) => ThisThread.Uniform4ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -596271,7 +370997,6 @@ void IGL.Uniform4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -596281,6 +371006,7 @@ public static void Uniform4ARB( [NativeTypeName("const GLint *")] Ref value ) => ThisThread.Uniform4ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4( [NativeTypeName("GLint")] int location, @@ -596297,40 +371023,6 @@ _slots[2765] is not null and var loadedFnPtr ) )(location, v0, v1, v2, v3); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4( @@ -596341,6 +371033,7 @@ public static void Uniform4( [NativeTypeName("GLuint")] uint v3 ) => ThisThread.Uniform4(location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glUniform4ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -596357,8 +371050,6 @@ _slots[2766] is not null and var loadedFnPtr ) )(location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4ARB( @@ -596369,6 +371060,7 @@ public static void Uniform4ARB( [NativeTypeName("GLuint64")] ulong w ) => ThisThread.Uniform4ARB(location, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glUniform4ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4NV( [NativeTypeName("GLint")] int location, @@ -596385,9 +371077,6 @@ _slots[2767] is not null and var loadedFnPtr ) )(location, x, y, z, w); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4NV( @@ -596398,6 +371087,7 @@ public static void Uniform4NV( [NativeTypeName("GLuint64EXT")] ulong w ) => ThisThread.Uniform4NV(location, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -596412,8 +371102,6 @@ _slots[2768] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4ARB( @@ -596422,6 +371110,8 @@ public static void Uniform4ARB( [NativeTypeName("const GLuint64 *")] ulong* value ) => ThisThread.Uniform4ARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -596435,8 +371125,6 @@ void IGL.Uniform4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -596446,6 +371134,7 @@ public static void Uniform4ARB( [NativeTypeName("const GLuint64 *")] Ref value ) => ThisThread.Uniform4ARB(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4NV( [NativeTypeName("GLint")] int location, @@ -596460,9 +371149,6 @@ _slots[2769] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4NV( @@ -596471,6 +371157,8 @@ public static void Uniform4NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => ThisThread.Uniform4NV(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4NV( [NativeTypeName("GLint")] int location, @@ -596484,9 +371172,6 @@ void IGL.Uniform4NV( } } - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -596496,6 +371181,7 @@ public static void Uniform4NV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => ThisThread.Uniform4NV(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform4uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4EXT( [NativeTypeName("GLint")] int location, @@ -596512,7 +371198,6 @@ _slots[2770] is not null and var loadedFnPtr ) )(location, v0, v1, v2, v3); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform4uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4EXT( @@ -596523,6 +371208,7 @@ public static void Uniform4EXT( [NativeTypeName("GLuint")] uint v3 ) => ThisThread.Uniform4EXT(location, v0, v1, v2, v3); + [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4( [NativeTypeName("GLint")] int location, @@ -596537,40 +371223,6 @@ _slots[2771] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4( @@ -596579,6 +371231,8 @@ public static void Uniform4( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.Uniform4(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4( [NativeTypeName("GLint")] int location, @@ -596592,40 +371246,6 @@ void IGL.Uniform4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -596635,6 +371255,7 @@ public static void Uniform4( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.Uniform4(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4EXT( [NativeTypeName("GLint")] int location, @@ -596649,7 +371270,6 @@ _slots[2772] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Uniform4EXT( @@ -596658,6 +371278,8 @@ public static void Uniform4EXT( [NativeTypeName("const GLuint *")] uint* value ) => ThisThread.Uniform4EXT(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Uniform4EXT( [NativeTypeName("GLint")] int location, @@ -596671,7 +371293,6 @@ void IGL.Uniform4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -596681,6 +371302,7 @@ public static void Uniform4EXT( [NativeTypeName("const GLuint *")] Ref value ) => ThisThread.Uniform4EXT(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUniformBlockBinding")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformBlockBinding( [NativeTypeName("GLuint")] uint program, @@ -596695,40 +371317,6 @@ _slots[2773] is not null and var loadedFnPtr ) )(program, uniformBlockIndex, uniformBlockBinding); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformBlockBinding")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformBlockBinding( @@ -596737,6 +371325,7 @@ public static void UniformBlockBinding( [NativeTypeName("GLuint")] uint uniformBlockBinding ) => ThisThread.UniformBlockBinding(program, uniformBlockIndex, uniformBlockBinding); + [NativeFunction("opengl", EntryPoint = "glUniformBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformBufferEXT( [NativeTypeName("GLuint")] uint program, @@ -596751,7 +371340,6 @@ _slots[2774] is not null and var loadedFnPtr ) )(program, location, buffer); - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glUniformBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformBufferEXT( @@ -596760,6 +371348,7 @@ public static void UniformBufferEXT( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.UniformBufferEXT(program, location, buffer); + [NativeFunction("opengl", EntryPoint = "glUniformHandleui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformHandleARB( [NativeTypeName("GLint")] int location, @@ -596773,8 +371362,6 @@ _slots[2775] is not null and var loadedFnPtr ) )(location, value); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformHandleARB( @@ -596782,6 +371369,7 @@ public static void UniformHandleARB( [NativeTypeName("GLuint64")] ulong value ) => ThisThread.UniformHandleARB(location, value); + [NativeFunction("opengl", EntryPoint = "glUniformHandleui64IMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformHandleIMG( [NativeTypeName("GLint")] int location, @@ -596795,7 +371383,6 @@ _slots[2776] is not null and var loadedFnPtr ) )(location, value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64IMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformHandleIMG( @@ -596803,6 +371390,7 @@ public static void UniformHandleIMG( [NativeTypeName("GLuint64")] ulong value ) => ThisThread.UniformHandleIMG(location, value); + [NativeFunction("opengl", EntryPoint = "glUniformHandleui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformHandleNV( [NativeTypeName("GLint")] int location, @@ -596816,9 +371404,6 @@ _slots[2777] is not null and var loadedFnPtr ) )(location, value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformHandleNV( @@ -596826,8 +371411,9 @@ public static void UniformHandleNV( [NativeTypeName("GLuint64")] ulong value ) => ThisThread.UniformHandleNV(location, value); + [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.UniformHandleui64VARB( + void IGL.UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value @@ -596840,18 +371426,18 @@ _slots[2778] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void UniformHandleui64VARB( + public static void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value - ) => ThisThread.UniformHandleui64VARB(location, count, value); + ) => ThisThread.UniformHandleui64vARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.UniformHandleui64VARB( + void IGL.UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value @@ -596859,39 +371445,38 @@ void IGL.UniformHandleui64VARB( { fixed (ulong* __dsl_value = value) { - ((IGL)this).UniformHandleui64VARB(location, count, __dsl_value); + ((IGL)this).UniformHandleui64vARB(location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void UniformHandleui64VARB( + public static void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value - ) => ThisThread.UniformHandleui64VARB(location, count, value); + ) => ThisThread.UniformHandleui64vARB(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.UniformHandleui64VARB( + void IGL.UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => ((IGL)this).UniformHandleui64VARB(location, 1, (ulong*)&value); + ) => ((IGL)this).UniformHandleui64vARB(location, 1, (ulong*)&value); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void UniformHandleui64VARB( + public static void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => ThisThread.UniformHandleui64VARB(location, value); + ) => ThisThread.UniformHandleui64vARB(location, value); + [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.UniformHandleui64VIMG( + void IGL.UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value @@ -596904,17 +371489,18 @@ _slots[2779] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void UniformHandleui64VIMG( + public static void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value - ) => ThisThread.UniformHandleui64VIMG(location, count, value); + ) => ThisThread.UniformHandleui64vIMG(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.UniformHandleui64VIMG( + void IGL.UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value @@ -596922,37 +371508,38 @@ void IGL.UniformHandleui64VIMG( { fixed (ulong* __dsl_value = value) { - ((IGL)this).UniformHandleui64VIMG(location, count, __dsl_value); + ((IGL)this).UniformHandleui64vIMG(location, count, __dsl_value); } } - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void UniformHandleui64VIMG( + public static void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value - ) => ThisThread.UniformHandleui64VIMG(location, count, value); + ) => ThisThread.UniformHandleui64vIMG(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.UniformHandleui64VIMG( + void IGL.UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => ((IGL)this).UniformHandleui64VIMG(location, 1, (ulong*)&value); + ) => ((IGL)this).UniformHandleui64vIMG(location, 1, (ulong*)&value); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void UniformHandleui64VIMG( + public static void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => ThisThread.UniformHandleui64VIMG(location, value); + ) => ThisThread.UniformHandleui64vIMG(location, value); + [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.UniformHandleui64VNV( + void IGL.UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value @@ -596965,19 +371552,18 @@ _slots[2780] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void UniformHandleui64VNV( + public static void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value - ) => ThisThread.UniformHandleui64VNV(location, count, value); + ) => ThisThread.UniformHandleui64vNV(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.UniformHandleui64VNV( + void IGL.UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value @@ -596985,39 +371571,36 @@ void IGL.UniformHandleui64VNV( { fixed (ulong* __dsl_value = value) { - ((IGL)this).UniformHandleui64VNV(location, count, __dsl_value); + ((IGL)this).UniformHandleui64vNV(location, count, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void UniformHandleui64VNV( + public static void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value - ) => ThisThread.UniformHandleui64VNV(location, count, value); + ) => ThisThread.UniformHandleui64vNV(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.UniformHandleui64VNV( + void IGL.UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => ((IGL)this).UniformHandleui64VNV(location, 1, (ulong*)&value); + ) => ((IGL)this).UniformHandleui64vNV(location, 1, (ulong*)&value); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void UniformHandleui64VNV( + public static void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value - ) => ThisThread.UniformHandleui64VNV(location, value); + ) => ThisThread.UniformHandleui64vNV(location, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2( [NativeTypeName("GLint")] int location, @@ -597033,34 +371616,6 @@ _slots[2781] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix2( @@ -597070,6 +371625,8 @@ public static void UniformMatrix2( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.UniformMatrix2(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2( [NativeTypeName("GLint")] int location, @@ -597084,34 +371641,6 @@ void IGL.UniformMatrix2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -597122,6 +371651,7 @@ public static void UniformMatrix2( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.UniformMatrix2(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2( [NativeTypeName("GLint")] int location, @@ -597137,49 +371667,6 @@ _slots[2782] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix2( @@ -597189,6 +371676,8 @@ public static void UniformMatrix2( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix2(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2( [NativeTypeName("GLint")] int location, @@ -597203,49 +371692,6 @@ void IGL.UniformMatrix2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -597256,6 +371702,7 @@ public static void UniformMatrix2( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix2(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2ARB( [NativeTypeName("GLint")] int location, @@ -597271,7 +371718,6 @@ _slots[2783] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix2ARB( @@ -597281,6 +371727,8 @@ public static void UniformMatrix2ARB( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix2ARB(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2ARB( [NativeTypeName("GLint")] int location, @@ -597295,7 +371743,6 @@ void IGL.UniformMatrix2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -597306,6 +371753,7 @@ public static void UniformMatrix2ARB( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix2ARB(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2X3( [NativeTypeName("GLint")] int location, @@ -597321,34 +371769,6 @@ _slots[2784] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix2X3( @@ -597358,6 +371778,8 @@ public static void UniformMatrix2X3( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.UniformMatrix2X3(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2X3( [NativeTypeName("GLint")] int location, @@ -597372,34 +371794,6 @@ void IGL.UniformMatrix2X3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -597410,6 +371804,7 @@ public static void UniformMatrix2X3( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.UniformMatrix2X3(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2X3( [NativeTypeName("GLint")] int location, @@ -597425,42 +371820,6 @@ _slots[2785] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix2X3( @@ -597470,6 +371829,8 @@ public static void UniformMatrix2X3( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix2X3(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2X3( [NativeTypeName("GLint")] int location, @@ -597484,42 +371845,6 @@ void IGL.UniformMatrix2X3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -597530,6 +371855,7 @@ public static void UniformMatrix2X3( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix2X3(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2X3NV( [NativeTypeName("GLint")] int location, @@ -597545,7 +371871,6 @@ _slots[2786] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix2X3NV( @@ -597555,6 +371880,8 @@ public static void UniformMatrix2X3NV( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix2X3NV(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2X3NV( [NativeTypeName("GLint")] int location, @@ -597569,7 +371896,6 @@ void IGL.UniformMatrix2X3NV( } } - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -597580,6 +371906,7 @@ public static void UniformMatrix2X3NV( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix2X3NV(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2X4( [NativeTypeName("GLint")] int location, @@ -597595,34 +371922,6 @@ _slots[2787] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix2X4( @@ -597632,6 +371931,8 @@ public static void UniformMatrix2X4( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.UniformMatrix2X4(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2X4( [NativeTypeName("GLint")] int location, @@ -597646,34 +371947,6 @@ void IGL.UniformMatrix2X4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -597684,6 +371957,7 @@ public static void UniformMatrix2X4( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.UniformMatrix2X4(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2X4( [NativeTypeName("GLint")] int location, @@ -597699,42 +371973,6 @@ _slots[2788] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix2X4( @@ -597744,6 +371982,8 @@ public static void UniformMatrix2X4( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix2X4(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2X4( [NativeTypeName("GLint")] int location, @@ -597758,42 +371998,6 @@ void IGL.UniformMatrix2X4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -597804,6 +372008,7 @@ public static void UniformMatrix2X4( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix2X4(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2X4NV( [NativeTypeName("GLint")] int location, @@ -597819,7 +372024,6 @@ _slots[2789] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix2X4NV( @@ -597829,6 +372033,8 @@ public static void UniformMatrix2X4NV( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix2X4NV(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix2X4NV( [NativeTypeName("GLint")] int location, @@ -597843,7 +372049,6 @@ void IGL.UniformMatrix2X4NV( } } - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -597854,6 +372059,7 @@ public static void UniformMatrix2X4NV( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix2X4NV(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3( [NativeTypeName("GLint")] int location, @@ -597869,34 +372075,6 @@ _slots[2790] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix3( @@ -597906,6 +372084,8 @@ public static void UniformMatrix3( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.UniformMatrix3(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3( [NativeTypeName("GLint")] int location, @@ -597920,34 +372100,6 @@ void IGL.UniformMatrix3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -597958,6 +372110,7 @@ public static void UniformMatrix3( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.UniformMatrix3(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3( [NativeTypeName("GLint")] int location, @@ -597973,49 +372126,6 @@ _slots[2791] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix3( @@ -598025,6 +372135,8 @@ public static void UniformMatrix3( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix3(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3( [NativeTypeName("GLint")] int location, @@ -598039,49 +372151,6 @@ void IGL.UniformMatrix3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -598092,6 +372161,7 @@ public static void UniformMatrix3( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix3(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3ARB( [NativeTypeName("GLint")] int location, @@ -598107,7 +372177,6 @@ _slots[2792] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix3ARB( @@ -598117,6 +372186,8 @@ public static void UniformMatrix3ARB( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix3ARB(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3ARB( [NativeTypeName("GLint")] int location, @@ -598131,7 +372202,6 @@ void IGL.UniformMatrix3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -598142,6 +372212,7 @@ public static void UniformMatrix3ARB( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix3ARB(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3X2( [NativeTypeName("GLint")] int location, @@ -598157,34 +372228,6 @@ _slots[2793] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix3X2( @@ -598194,6 +372237,8 @@ public static void UniformMatrix3X2( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.UniformMatrix3X2(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3X2( [NativeTypeName("GLint")] int location, @@ -598208,34 +372253,6 @@ void IGL.UniformMatrix3X2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -598246,6 +372263,7 @@ public static void UniformMatrix3X2( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.UniformMatrix3X2(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3X2( [NativeTypeName("GLint")] int location, @@ -598261,42 +372279,6 @@ _slots[2794] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix3X2( @@ -598306,6 +372288,8 @@ public static void UniformMatrix3X2( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix3X2(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3X2( [NativeTypeName("GLint")] int location, @@ -598320,42 +372304,6 @@ void IGL.UniformMatrix3X2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -598366,6 +372314,7 @@ public static void UniformMatrix3X2( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix3X2(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3X2NV( [NativeTypeName("GLint")] int location, @@ -598381,7 +372330,6 @@ _slots[2795] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix3X2NV( @@ -598391,6 +372339,8 @@ public static void UniformMatrix3X2NV( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix3X2NV(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3X2NV( [NativeTypeName("GLint")] int location, @@ -598405,7 +372355,6 @@ void IGL.UniformMatrix3X2NV( } } - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -598416,6 +372365,7 @@ public static void UniformMatrix3X2NV( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix3X2NV(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3X4( [NativeTypeName("GLint")] int location, @@ -598431,34 +372381,6 @@ _slots[2796] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix3X4( @@ -598468,6 +372390,8 @@ public static void UniformMatrix3X4( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.UniformMatrix3X4(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3X4( [NativeTypeName("GLint")] int location, @@ -598482,34 +372406,6 @@ void IGL.UniformMatrix3X4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -598520,6 +372416,7 @@ public static void UniformMatrix3X4( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.UniformMatrix3X4(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3X4( [NativeTypeName("GLint")] int location, @@ -598535,42 +372432,6 @@ _slots[2797] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix3X4( @@ -598580,6 +372441,8 @@ public static void UniformMatrix3X4( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix3X4(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3X4( [NativeTypeName("GLint")] int location, @@ -598594,42 +372457,6 @@ void IGL.UniformMatrix3X4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -598640,6 +372467,7 @@ public static void UniformMatrix3X4( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix3X4(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3X4NV( [NativeTypeName("GLint")] int location, @@ -598655,7 +372483,6 @@ _slots[2798] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix3X4NV( @@ -598665,6 +372492,8 @@ public static void UniformMatrix3X4NV( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix3X4NV(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix3X4NV( [NativeTypeName("GLint")] int location, @@ -598679,7 +372508,6 @@ void IGL.UniformMatrix3X4NV( } } - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -598690,6 +372518,7 @@ public static void UniformMatrix3X4NV( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix3X4NV(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4( [NativeTypeName("GLint")] int location, @@ -598705,34 +372534,6 @@ _slots[2799] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix4( @@ -598742,6 +372543,8 @@ public static void UniformMatrix4( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.UniformMatrix4(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4( [NativeTypeName("GLint")] int location, @@ -598756,34 +372559,6 @@ void IGL.UniformMatrix4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -598794,6 +372569,7 @@ public static void UniformMatrix4( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.UniformMatrix4(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4( [NativeTypeName("GLint")] int location, @@ -598809,49 +372585,6 @@ _slots[2800] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix4( @@ -598861,6 +372594,8 @@ public static void UniformMatrix4( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix4(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4( [NativeTypeName("GLint")] int location, @@ -598875,49 +372610,6 @@ void IGL.UniformMatrix4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -598928,6 +372620,7 @@ public static void UniformMatrix4( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix4(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4ARB( [NativeTypeName("GLint")] int location, @@ -598943,7 +372636,6 @@ _slots[2801] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix4ARB( @@ -598953,6 +372645,8 @@ public static void UniformMatrix4ARB( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix4ARB(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4ARB( [NativeTypeName("GLint")] int location, @@ -598967,7 +372661,6 @@ void IGL.UniformMatrix4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -598978,6 +372671,7 @@ public static void UniformMatrix4ARB( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix4ARB(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4X2( [NativeTypeName("GLint")] int location, @@ -598993,34 +372687,6 @@ _slots[2802] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix4X2( @@ -599030,6 +372696,8 @@ public static void UniformMatrix4X2( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.UniformMatrix4X2(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4X2( [NativeTypeName("GLint")] int location, @@ -599044,34 +372712,6 @@ void IGL.UniformMatrix4X2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -599082,6 +372722,7 @@ public static void UniformMatrix4X2( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.UniformMatrix4X2(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4X2( [NativeTypeName("GLint")] int location, @@ -599097,42 +372738,6 @@ _slots[2803] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix4X2( @@ -599142,6 +372747,8 @@ public static void UniformMatrix4X2( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix4X2(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4X2( [NativeTypeName("GLint")] int location, @@ -599156,42 +372763,6 @@ void IGL.UniformMatrix4X2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -599202,6 +372773,7 @@ public static void UniformMatrix4X2( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix4X2(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4X2NV( [NativeTypeName("GLint")] int location, @@ -599217,7 +372789,6 @@ _slots[2804] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix4X2NV( @@ -599227,6 +372798,8 @@ public static void UniformMatrix4X2NV( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix4X2NV(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4X2NV( [NativeTypeName("GLint")] int location, @@ -599241,7 +372814,6 @@ void IGL.UniformMatrix4X2NV( } } - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -599252,6 +372824,7 @@ public static void UniformMatrix4X2NV( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix4X2NV(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4X3( [NativeTypeName("GLint")] int location, @@ -599267,34 +372840,6 @@ _slots[2805] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix4X3( @@ -599304,6 +372849,8 @@ public static void UniformMatrix4X3( [NativeTypeName("const GLdouble *")] double* value ) => ThisThread.UniformMatrix4X3(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4X3( [NativeTypeName("GLint")] int location, @@ -599318,34 +372865,6 @@ void IGL.UniformMatrix4X3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -599356,6 +372875,7 @@ public static void UniformMatrix4X3( [NativeTypeName("const GLdouble *")] Ref value ) => ThisThread.UniformMatrix4X3(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4X3( [NativeTypeName("GLint")] int location, @@ -599371,42 +372891,6 @@ _slots[2806] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix4X3( @@ -599416,6 +372900,8 @@ public static void UniformMatrix4X3( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix4X3(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4X3( [NativeTypeName("GLint")] int location, @@ -599430,42 +372916,6 @@ void IGL.UniformMatrix4X3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -599476,6 +372926,7 @@ public static void UniformMatrix4X3( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix4X3(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4X3NV( [NativeTypeName("GLint")] int location, @@ -599491,7 +372942,6 @@ _slots[2807] is not null and var loadedFnPtr ) )(location, count, transpose, value); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformMatrix4X3NV( @@ -599501,6 +372951,8 @@ public static void UniformMatrix4X3NV( [NativeTypeName("const GLfloat *")] float* value ) => ThisThread.UniformMatrix4X3NV(location, count, transpose, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformMatrix4X3NV( [NativeTypeName("GLint")] int location, @@ -599515,7 +372967,6 @@ void IGL.UniformMatrix4X3NV( } } - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -599526,6 +372977,7 @@ public static void UniformMatrix4X3NV( [NativeTypeName("const GLfloat *")] Ref value ) => ThisThread.UniformMatrix4X3NV(location, count, transpose, value); + [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformSubroutines( [NativeTypeName("GLenum")] uint shadertype, @@ -599540,34 +372992,6 @@ _slots[2808] is not null and var loadedFnPtr ) )(shadertype, count, indices); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformSubroutines( @@ -599576,6 +373000,8 @@ public static void UniformSubroutines( [NativeTypeName("const GLuint *")] uint* indices ) => ThisThread.UniformSubroutines(shadertype, count, indices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformSubroutines( [NativeTypeName("GLenum")] Constant shadertype, @@ -599589,34 +373015,6 @@ void IGL.UniformSubroutines( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -599626,40 +373024,14 @@ public static void UniformSubroutines( [NativeTypeName("const GLuint *")] Ref indices ) => ThisThread.UniformSubroutines(shadertype, count, indices); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformSubroutines( [NativeTypeName("GLenum")] Constant shadertype, [NativeTypeName("const GLuint *")] uint indices ) => ((IGL)this).UniformSubroutines((uint)shadertype, 1, (uint*)&indices); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -599668,6 +373040,7 @@ public static void UniformSubroutines( [NativeTypeName("const GLuint *")] uint indices ) => ThisThread.UniformSubroutines(shadertype, indices); + [NativeFunction("opengl", EntryPoint = "glUniformui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformNV( [NativeTypeName("GLint")] int location, @@ -599681,8 +373054,6 @@ _slots[2809] is not null and var loadedFnPtr ) )(location, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glUniformui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformNV( @@ -599690,6 +373061,7 @@ public static void UniformNV( [NativeTypeName("GLuint64EXT")] ulong value ) => ThisThread.UniformNV(location, value); + [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformNV( [NativeTypeName("GLint")] int location, @@ -599704,8 +373076,6 @@ _slots[2810] is not null and var loadedFnPtr ) )(location, count, value); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UniformNV( @@ -599714,6 +373084,8 @@ public static void UniformNV( [NativeTypeName("const GLuint64EXT *")] ulong* value ) => ThisThread.UniformNV(location, count, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UniformNV( [NativeTypeName("GLint")] int location, @@ -599727,8 +373099,6 @@ void IGL.UniformNV( } } - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -599738,6 +373108,7 @@ public static void UniformNV( [NativeTypeName("const GLuint64EXT *")] Ref value ) => ThisThread.UniformNV(location, count, value); + [NativeFunction("opengl", EntryPoint = "glUnlockArraysEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UnlockArraysEXT() => ( @@ -599748,11 +373119,12 @@ _slots[2811] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_EXT_compiled_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glUnlockArraysEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UnlockArraysEXT() => ThisThread.UnlockArraysEXT(); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.UnmapBuffer([NativeTypeName("GLenum")] uint target) => ( @@ -599764,97 +373136,20 @@ _slots[2812] is not null and var loadedFnPtr )(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint UnmapBuffer([NativeTypeName("GLenum")] uint target) => ThisThread.UnmapBuffer(target); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.UnmapBuffer( [NativeTypeName("GLenum")] Constant target ) => (MaybeBool)(uint)((IGL)this).UnmapBuffer((uint)target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -599862,6 +373157,8 @@ public static MaybeBool UnmapBuffer( [NativeTypeName("GLenum")] Constant target ) => ThisThread.UnmapBuffer(target); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.UnmapBufferARB([NativeTypeName("GLenum")] uint target) => ( @@ -599873,19 +373170,20 @@ _slots[2813] is not null and var loadedFnPtr )(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint UnmapBufferARB([NativeTypeName("GLenum")] uint target) => ThisThread.UnmapBufferARB(target); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.UnmapBufferARB( [NativeTypeName("GLenum")] Constant target ) => (MaybeBool)(uint)((IGL)this).UnmapBufferARB((uint)target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -599893,21 +373191,24 @@ public static MaybeBool UnmapBufferARB( [NativeTypeName("GLenum")] Constant target ) => ThisThread.UnmapBufferARB(target); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.UnmapBufferOES([NativeTypeName("GLenum")] uint target) => - (MaybeBool)(uint)((IGL)this).UnmapBufferOESRaw(target); + (MaybeBool)(uint)((IGL)this).UnmapBufferOESRawOES(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool UnmapBufferOES([NativeTypeName("GLenum")] uint target) => ThisThread.UnmapBufferOES(target); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.UnmapBufferOESRaw([NativeTypeName("GLenum")] uint target) => + uint IGL.UnmapBufferOESRawOES([NativeTypeName("GLenum")] uint target) => ( (delegate* unmanaged)( _slots[2814] is not null and var loadedFnPtr @@ -599917,49 +373218,43 @@ _slots[2814] is not null and var loadedFnPtr )(target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint UnmapBufferOESRaw([NativeTypeName("GLenum")] uint target) => - ThisThread.UnmapBufferOESRaw(target); + public static uint UnmapBufferOESRawOES([NativeTypeName("GLenum")] uint target) => + ThisThread.UnmapBufferOESRawOES(target); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.UnmapNamedBuffer([NativeTypeName("GLuint")] uint buffer) => (MaybeBool)(uint)((IGL)this).UnmapNamedBufferRaw(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool UnmapNamedBuffer([NativeTypeName("GLuint")] uint buffer) => ThisThread.UnmapNamedBuffer(buffer); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.UnmapNamedBufferEXT([NativeTypeName("GLuint")] uint buffer) => - (MaybeBool)(uint)((IGL)this).UnmapNamedBufferEXTRaw(buffer); + (MaybeBool)(uint)((IGL)this).UnmapNamedBufferEXTRawEXT(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool UnmapNamedBufferEXT([NativeTypeName("GLuint")] uint buffer) => ThisThread.UnmapNamedBufferEXT(buffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.UnmapNamedBufferEXTRaw([NativeTypeName("GLuint")] uint buffer) => + uint IGL.UnmapNamedBufferEXTRawEXT([NativeTypeName("GLuint")] uint buffer) => ( (delegate* unmanaged)( _slots[2816] is not null and var loadedFnPtr @@ -599969,13 +373264,13 @@ _slots[2816] is not null and var loadedFnPtr )(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint UnmapNamedBufferEXTRaw([NativeTypeName("GLuint")] uint buffer) => - ThisThread.UnmapNamedBufferEXTRaw(buffer); + public static uint UnmapNamedBufferEXTRawEXT([NativeTypeName("GLuint")] uint buffer) => + ThisThread.UnmapNamedBufferEXTRawEXT(buffer); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.UnmapNamedBufferRaw([NativeTypeName("GLuint")] uint buffer) => ( @@ -599987,21 +373282,12 @@ _slots[2815] is not null and var loadedFnPtr )(buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint UnmapNamedBufferRaw([NativeTypeName("GLuint")] uint buffer) => ThisThread.UnmapNamedBufferRaw(buffer); + [NativeFunction("opengl", EntryPoint = "glUnmapObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UnmapObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => ( @@ -600012,14 +373298,14 @@ _slots[2817] is not null and var loadedFnPtr ) )(buffer); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [NativeFunction("opengl", EntryPoint = "glUnmapObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UnmapObjectBufferATI([NativeTypeName("GLuint")] uint buffer) => ThisThread.UnmapObjectBufferATI(buffer); + [NativeFunction("opengl", EntryPoint = "glUnmapTexture2DINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.UnmapTexture2DIntel( + void IGL.UnmapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level ) => @@ -600031,14 +373317,14 @@ _slots[2818] is not null and var loadedFnPtr ) )(texture, level); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glUnmapTexture2DINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void UnmapTexture2DIntel( + public static void UnmapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level - ) => ThisThread.UnmapTexture2DIntel(texture, level); + ) => ThisThread.UnmapTexture2DINTEL(texture, level); + [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UpdateObjectBufferATI( [NativeTypeName("GLuint")] uint buffer, @@ -600055,7 +373341,6 @@ _slots[2819] is not null and var loadedFnPtr ) )(buffer, offset, size, pointer, preserve); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateObjectBufferATI( @@ -600066,6 +373351,8 @@ public static void UpdateObjectBufferATI( [NativeTypeName("GLenum")] uint preserve ) => ThisThread.UpdateObjectBufferATI(buffer, offset, size, pointer, preserve); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UpdateObjectBufferATI( [NativeTypeName("GLuint")] uint buffer, @@ -600081,7 +373368,6 @@ void IGL.UpdateObjectBufferATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600093,6 +373379,7 @@ public static void UpdateObjectBufferATI( [NativeTypeName("GLenum")] Constant preserve ) => ThisThread.UpdateObjectBufferATI(buffer, offset, size, pointer, preserve); + [NativeFunction("opengl", EntryPoint = "glUploadGpuMaskNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UploadGpuMaskNVX([NativeTypeName("GLbitfield")] uint mask) => ( @@ -600103,12 +373390,12 @@ _slots[2820] is not null and var loadedFnPtr ) )(mask); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glUploadGpuMaskNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UploadGpuMaskNVX([NativeTypeName("GLbitfield")] uint mask) => ThisThread.UploadGpuMaskNVX(mask); + [NativeFunction("opengl", EntryPoint = "glUseProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UseProgram([NativeTypeName("GLuint")] uint program) => ( @@ -600119,54 +373406,12 @@ _slots[2821] is not null and var loadedFnPtr ) )(program); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUseProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UseProgram([NativeTypeName("GLuint")] uint program) => ThisThread.UseProgram(program); + [NativeFunction("opengl", EntryPoint = "glUseProgramObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UseProgramObjectARB([NativeTypeName("GLhandleARB")] uint programObj) => ( @@ -600177,12 +373422,12 @@ _slots[2822] is not null and var loadedFnPtr ) )(programObj); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseProgramObjectARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UseProgramObjectARB([NativeTypeName("GLhandleARB")] uint programObj) => ThisThread.UseProgramObjectARB(programObj); + [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UseProgramStages( [NativeTypeName("GLuint")] uint pipeline, @@ -600197,32 +373442,6 @@ _slots[2823] is not null and var loadedFnPtr ) )(pipeline, stages, program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UseProgramStages( @@ -600231,6 +373450,8 @@ public static void UseProgramStages( [NativeTypeName("GLuint")] uint program ) => ThisThread.UseProgramStages(pipeline, stages, program); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UseProgramStages( [NativeTypeName("GLuint")] uint pipeline, @@ -600238,32 +373459,6 @@ void IGL.UseProgramStages( [NativeTypeName("GLuint")] uint program ) => ((IGL)this).UseProgramStages(pipeline, (uint)stages, program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600273,6 +373468,7 @@ public static void UseProgramStages( [NativeTypeName("GLuint")] uint program ) => ThisThread.UseProgramStages(pipeline, stages, program); + [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UseProgramStagesEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -600287,7 +373483,6 @@ _slots[2824] is not null and var loadedFnPtr ) )(pipeline, stages, program); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UseProgramStagesEXT( @@ -600296,6 +373491,8 @@ public static void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint program ) => ThisThread.UseProgramStagesEXT(pipeline, stages, program); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UseProgramStagesEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -600303,7 +373500,6 @@ void IGL.UseProgramStagesEXT( [NativeTypeName("GLuint")] uint program ) => ((IGL)this).UseProgramStagesEXT(pipeline, (uint)stages, program); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600313,6 +373509,7 @@ public static void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint program ) => ThisThread.UseProgramStagesEXT(pipeline, stages, program); + [NativeFunction("opengl", EntryPoint = "glUseShaderProgramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.UseShaderProgramEXT( [NativeTypeName("GLenum")] uint type, @@ -600326,8 +373523,6 @@ _slots[2825] is not null and var loadedFnPtr ) )(type, program); - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseShaderProgramEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UseShaderProgramEXT( @@ -600335,6 +373530,7 @@ public static void UseShaderProgramEXT( [NativeTypeName("GLuint")] uint program ) => ThisThread.UseShaderProgramEXT(type, program); + [NativeFunction("opengl", EntryPoint = "glValidateProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ValidateProgram([NativeTypeName("GLuint")] uint program) => ( @@ -600345,54 +373541,12 @@ _slots[2826] is not null and var loadedFnPtr ) )(program); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glValidateProgram")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ValidateProgram([NativeTypeName("GLuint")] uint program) => ThisThread.ValidateProgram(program); + [NativeFunction("opengl", EntryPoint = "glValidateProgramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ValidateProgramARB([NativeTypeName("GLhandleARB")] uint programObj) => ( @@ -600403,12 +373557,12 @@ _slots[2827] is not null and var loadedFnPtr ) )(programObj); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glValidateProgramARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ValidateProgramARB([NativeTypeName("GLhandleARB")] uint programObj) => ThisThread.ValidateProgramARB(programObj); + [NativeFunction("opengl", EntryPoint = "glValidateProgramPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ValidateProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => ( @@ -600422,37 +373576,12 @@ _slots[2828] is not null and var loadedFnPtr ) )(pipeline); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glValidateProgramPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ValidateProgramPipeline([NativeTypeName("GLuint")] uint pipeline) => ThisThread.ValidateProgramPipeline(pipeline); + [NativeFunction("opengl", EntryPoint = "glValidateProgramPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ValidateProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline) => ( @@ -600466,12 +373595,12 @@ _slots[2829] is not null and var loadedFnPtr ) )(pipeline); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glValidateProgramPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ValidateProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline) => ThisThread.ValidateProgramPipelineEXT(pipeline); + [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantArrayObjectATI( [NativeTypeName("GLuint")] uint id, @@ -600488,7 +373617,6 @@ _slots[2830] is not null and var loadedFnPtr ) )(id, type, stride, buffer, offset); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantArrayObjectATI( @@ -600499,6 +373627,8 @@ public static void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => ThisThread.VariantArrayObjectATI(id, type, stride, buffer, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantArrayObjectATI( [NativeTypeName("GLuint")] uint id, @@ -600508,7 +373638,6 @@ void IGL.VariantArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => ((IGL)this).VariantArrayObjectATI(id, (uint)type, stride, buffer, offset); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600520,6 +373649,7 @@ public static void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint offset ) => ThisThread.VariantArrayObjectATI(id, type, stride, buffer, offset); + [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600533,7 +373663,6 @@ _slots[2831] is not null and var loadedFnPtr ) )(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT( @@ -600541,6 +373670,8 @@ public static void VariantEXT( [NativeTypeName("const GLbyte *")] sbyte* addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600553,7 +373684,6 @@ void IGL.VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600562,17 +373692,19 @@ public static void VariantEXT( [NativeTypeName("const GLbyte *")] Ref addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT([NativeTypeName("const GLbyte *")] sbyte addr) => ((IGL)this).VariantEXT(1, (sbyte*)&addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT([NativeTypeName("const GLbyte *")] sbyte addr) => ThisThread.VariantEXT(addr); + [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600586,7 +373718,6 @@ _slots[2832] is not null and var loadedFnPtr ) )(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT( @@ -600594,6 +373725,8 @@ public static void VariantEXT( [NativeTypeName("const GLdouble *")] double* addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600606,7 +373739,6 @@ void IGL.VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600615,17 +373747,19 @@ public static void VariantEXT( [NativeTypeName("const GLdouble *")] Ref addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT([NativeTypeName("const GLdouble *")] double addr) => ((IGL)this).VariantEXT(1, (double*)&addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT([NativeTypeName("const GLdouble *")] double addr) => ThisThread.VariantEXT(addr); + [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600639,7 +373773,6 @@ _slots[2833] is not null and var loadedFnPtr ) )(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT( @@ -600647,6 +373780,8 @@ public static void VariantEXT( [NativeTypeName("const GLfloat *")] float* addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600659,7 +373794,6 @@ void IGL.VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600668,17 +373802,19 @@ public static void VariantEXT( [NativeTypeName("const GLfloat *")] Ref addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT([NativeTypeName("const GLfloat *")] float addr) => ((IGL)this).VariantEXT(1, (float*)&addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT([NativeTypeName("const GLfloat *")] float addr) => ThisThread.VariantEXT(addr); + [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600692,7 +373828,6 @@ _slots[2834] is not null and var loadedFnPtr ) )(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT( @@ -600700,6 +373835,8 @@ public static void VariantEXT( [NativeTypeName("const GLint *")] int* addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600712,7 +373849,6 @@ void IGL.VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600721,17 +373857,19 @@ public static void VariantEXT( [NativeTypeName("const GLint *")] Ref addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT([NativeTypeName("const GLint *")] int addr) => ((IGL)this).VariantEXT(1, (int*)&addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT([NativeTypeName("const GLint *")] int addr) => ThisThread.VariantEXT(addr); + [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantPointerEXT( [NativeTypeName("GLuint")] uint id, @@ -600747,7 +373885,6 @@ _slots[2835] is not null and var loadedFnPtr ) )(id, type, stride, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantPointerEXT( @@ -600757,6 +373894,8 @@ public static void VariantPointerEXT( [NativeTypeName("const void *")] void* addr ) => ThisThread.VariantPointerEXT(id, type, stride, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantPointerEXT( [NativeTypeName("GLuint")] uint id, @@ -600771,7 +373910,6 @@ void IGL.VariantPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600782,6 +373920,7 @@ public static void VariantPointerEXT( [NativeTypeName("const void *")] Ref addr ) => ThisThread.VariantPointerEXT(id, type, stride, addr); + [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600795,7 +373934,6 @@ _slots[2836] is not null and var loadedFnPtr ) )(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT( @@ -600803,6 +373941,8 @@ public static void VariantEXT( [NativeTypeName("const GLshort *")] short* addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600815,7 +373955,6 @@ void IGL.VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600824,17 +373963,19 @@ public static void VariantEXT( [NativeTypeName("const GLshort *")] Ref addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT([NativeTypeName("const GLshort *")] short addr) => ((IGL)this).VariantEXT(1, (short*)&addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT([NativeTypeName("const GLshort *")] short addr) => ThisThread.VariantEXT(addr); + [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600848,7 +373989,6 @@ _slots[2837] is not null and var loadedFnPtr ) )(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT( @@ -600856,6 +373996,8 @@ public static void VariantEXT( [NativeTypeName("const GLubyte *")] byte* addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600868,7 +374010,6 @@ void IGL.VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600877,17 +374018,19 @@ public static void VariantEXT( [NativeTypeName("const GLubyte *")] Ref addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT([NativeTypeName("const GLubyte *")] byte addr) => ((IGL)this).VariantEXT(1, (byte*)&addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT([NativeTypeName("const GLubyte *")] byte addr) => ThisThread.VariantEXT(addr); + [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600901,7 +374044,6 @@ _slots[2838] is not null and var loadedFnPtr ) )(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT( @@ -600909,6 +374051,8 @@ public static void VariantEXT( [NativeTypeName("const GLuint *")] uint* addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600921,7 +374065,6 @@ void IGL.VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600930,17 +374073,19 @@ public static void VariantEXT( [NativeTypeName("const GLuint *")] Ref addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT([NativeTypeName("const GLuint *")] uint addr) => ((IGL)this).VariantEXT(1, (uint*)&addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT([NativeTypeName("const GLuint *")] uint addr) => ThisThread.VariantEXT(addr); + [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600954,7 +374099,6 @@ _slots[2839] is not null and var loadedFnPtr ) )(id, addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT( @@ -600962,6 +374106,8 @@ public static void VariantEXT( [NativeTypeName("const GLushort *")] ushort* addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT( [NativeTypeName("GLuint")] uint id, @@ -600974,7 +374120,6 @@ void IGL.VariantEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -600983,17 +374128,19 @@ public static void VariantEXT( [NativeTypeName("const GLushort *")] Ref addr ) => ThisThread.VariantEXT(id, addr); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VariantEXT([NativeTypeName("const GLushort *")] ushort addr) => ((IGL)this).VariantEXT(1, (ushort*)&addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VariantEXT([NativeTypeName("const GLushort *")] ushort addr) => ThisThread.VariantEXT(addr); + [NativeFunction("opengl", EntryPoint = "glVDPAUFiniNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauFinNV() => ( @@ -601004,11 +374151,11 @@ _slots[2840] is not null and var loadedFnPtr ) )(); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUFiniNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VdpauFinNV() => ThisThread.VdpauFinNV(); + [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauGetSurfaceNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface, @@ -601025,7 +374172,6 @@ _slots[2841] is not null and var loadedFnPtr ) )(surface, pname, count, length, values); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VdpauGetSurfaceNV( @@ -601036,6 +374182,8 @@ public static void VdpauGetSurfaceNV( [NativeTypeName("GLint *")] int* values ) => ThisThread.VdpauGetSurfaceNV(surface, pname, count, length, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauGetSurfaceNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface, @@ -601052,7 +374200,6 @@ void IGL.VdpauGetSurfaceNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -601064,6 +374211,8 @@ public static void VdpauGetSurfaceNV( [NativeTypeName("GLint *")] Ref values ) => ThisThread.VdpauGetSurfaceNV(surface, pname, count, length, values); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int IGL.VdpauGetSurfaceNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface, @@ -601079,7 +374228,6 @@ int IGL.VdpauGetSurfaceNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -601089,6 +374237,7 @@ public static int VdpauGetSurfaceNV( [NativeTypeName("GLsizei *")] Ref length ) => ThisThread.VdpauGetSurfaceNV(surface, pname, length); + [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauInitNV( [NativeTypeName("const void *")] void* vdpDevice, @@ -601102,7 +374251,6 @@ _slots[2842] is not null and var loadedFnPtr ) )(vdpDevice, getProcAddress); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VdpauInitNV( @@ -601110,6 +374258,8 @@ public static void VdpauInitNV( [NativeTypeName("const void *")] void* getProcAddress ) => ThisThread.VdpauInitNV(vdpDevice, getProcAddress); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauInitNV( [NativeTypeName("const void *")] Ref vdpDevice, @@ -601123,7 +374273,6 @@ void IGL.VdpauInitNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -601132,12 +374281,14 @@ public static void VdpauInitNV( [NativeTypeName("const void *")] Ref getProcAddress ) => ThisThread.VdpauInitNV(vdpDevice, getProcAddress); + [return: NativeTypeName("GLboolean")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool IGL.VdpauIsSurfaceNV([NativeTypeName("GLvdpauSurfaceNV")] nint surface) => - (MaybeBool)(uint)((IGL)this).VdpauIsSurfaceNVRaw(surface); + (MaybeBool)(uint)((IGL)this).VdpauIsSurfaceNVRawNV(surface); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -601145,8 +374296,10 @@ public static MaybeBool VdpauIsSurfaceNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface ) => ThisThread.VdpauIsSurfaceNV(surface); + [return: NativeTypeName("GLboolean")] + [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint IGL.VdpauIsSurfaceNVRaw([NativeTypeName("GLvdpauSurfaceNV")] nint surface) => + uint IGL.VdpauIsSurfaceNVRawNV([NativeTypeName("GLvdpauSurfaceNV")] nint surface) => ( (delegate* unmanaged)( _slots[2843] is not null and var loadedFnPtr @@ -601156,12 +374309,12 @@ _slots[2843] is not null and var loadedFnPtr )(surface); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint VdpauIsSurfaceNVRaw([NativeTypeName("GLvdpauSurfaceNV")] nint surface) => - ThisThread.VdpauIsSurfaceNVRaw(surface); + public static uint VdpauIsSurfaceNVRawNV([NativeTypeName("GLvdpauSurfaceNV")] nint surface) => + ThisThread.VdpauIsSurfaceNVRawNV(surface); + [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauMapSurfacesNV( [NativeTypeName("GLsizei")] uint numSurfaces, @@ -601175,7 +374328,6 @@ _slots[2844] is not null and var loadedFnPtr ) )(numSurfaces, surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VdpauMapSurfacesNV( @@ -601183,6 +374335,8 @@ public static void VdpauMapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] nint* surfaces ) => ThisThread.VdpauMapSurfacesNV(numSurfaces, surfaces); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauMapSurfacesNV( [NativeTypeName("GLsizei")] uint numSurfaces, @@ -601195,7 +374349,6 @@ void IGL.VdpauMapSurfacesNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -601204,11 +374357,12 @@ public static void VdpauMapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] Ref surfaces ) => ThisThread.VdpauMapSurfacesNV(numSurfaces, surfaces); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauMapSurfacesNV([NativeTypeName("const GLvdpauSurfaceNV *")] nint surfaces) => ((IGL)this).VdpauMapSurfacesNV(1, (nint*)&surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -601216,6 +374370,8 @@ public static void VdpauMapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] nint surfaces ) => ThisThread.VdpauMapSurfacesNV(surfaces); + [return: NativeTypeName("GLvdpauSurfaceNV")] + [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nint IGL.VdpauRegisterOutputSurfaceNV( [NativeTypeName("const void *")] void* vdpSurface, @@ -601235,7 +374391,6 @@ _slots[2845] is not null and var loadedFnPtr )(vdpSurface, target, numTextureNames, textureNames); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static nint VdpauRegisterOutputSurfaceNV( @@ -601245,6 +374400,9 @@ public static nint VdpauRegisterOutputSurfaceNV( [NativeTypeName("const GLuint *")] uint* textureNames ) => ThisThread.VdpauRegisterOutputSurfaceNV(vdpSurface, target, numTextureNames, textureNames); + [return: NativeTypeName("GLvdpauSurfaceNV")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nint IGL.VdpauRegisterOutputSurfaceNV( [NativeTypeName("const void *")] Ref vdpSurface, @@ -601267,7 +374425,6 @@ nint IGL.VdpauRegisterOutputSurfaceNV( } [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -601278,6 +374435,8 @@ public static nint VdpauRegisterOutputSurfaceNV( [NativeTypeName("const GLuint *")] Ref textureNames ) => ThisThread.VdpauRegisterOutputSurfaceNV(vdpSurface, target, numTextureNames, textureNames); + [return: NativeTypeName("GLvdpauSurfaceNV")] + [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nint IGL.VdpauRegisterVideoSurfaceNV( [NativeTypeName("const void *")] void* vdpSurface, @@ -601297,7 +374456,6 @@ _slots[2846] is not null and var loadedFnPtr )(vdpSurface, target, numTextureNames, textureNames); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static nint VdpauRegisterVideoSurfaceNV( @@ -601307,6 +374465,9 @@ public static nint VdpauRegisterVideoSurfaceNV( [NativeTypeName("const GLuint *")] uint* textureNames ) => ThisThread.VdpauRegisterVideoSurfaceNV(vdpSurface, target, numTextureNames, textureNames); + [return: NativeTypeName("GLvdpauSurfaceNV")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nint IGL.VdpauRegisterVideoSurfaceNV( [NativeTypeName("const void *")] Ref vdpSurface, @@ -601329,7 +374490,6 @@ nint IGL.VdpauRegisterVideoSurfaceNV( } [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -601340,6 +374500,8 @@ public static nint VdpauRegisterVideoSurfaceNV( [NativeTypeName("const GLuint *")] Ref textureNames ) => ThisThread.VdpauRegisterVideoSurfaceNV(vdpSurface, target, numTextureNames, textureNames); + [return: NativeTypeName("GLvdpauSurfaceNV")] + [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nint IGL.VdpauRegisterVideoSurfaceWithPictureStructureNV( [NativeTypeName("const void *")] void* vdpSurface, @@ -601360,7 +374522,6 @@ _slots[2847] is not null and var loadedFnPtr )(vdpSurface, target, numTextureNames, textureNames, isFrameStructure); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop2"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static nint VdpauRegisterVideoSurfaceWithPictureStructureNV( @@ -601378,6 +374539,9 @@ public static nint VdpauRegisterVideoSurfaceWithPictureStructureNV( isFrameStructure ); + [return: NativeTypeName("GLvdpauSurfaceNV")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nint IGL.VdpauRegisterVideoSurfaceWithPictureStructureNV( [NativeTypeName("const void *")] Ref vdpSurface, @@ -601402,7 +374566,6 @@ nint IGL.VdpauRegisterVideoSurfaceWithPictureStructureNV( } [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -601421,6 +374584,7 @@ public static nint VdpauRegisterVideoSurfaceWithPictureStructureNV( isFrameStructure ); + [NativeFunction("opengl", EntryPoint = "glVDPAUSurfaceAccessNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauSurfaceAccessNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface, @@ -601434,7 +374598,6 @@ _slots[2848] is not null and var loadedFnPtr ) )(surface, access); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUSurfaceAccessNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VdpauSurfaceAccessNV( @@ -601442,6 +374605,7 @@ public static void VdpauSurfaceAccessNV( [NativeTypeName("GLenum")] uint access ) => ThisThread.VdpauSurfaceAccessNV(surface, access); + [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauUnmapSurfacesNV( [NativeTypeName("GLsizei")] uint numSurface, @@ -601455,7 +374619,6 @@ _slots[2849] is not null and var loadedFnPtr ) )(numSurface, surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VdpauUnmapSurfacesNV( @@ -601463,6 +374626,8 @@ public static void VdpauUnmapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] nint* surfaces ) => ThisThread.VdpauUnmapSurfacesNV(numSurface, surfaces); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauUnmapSurfacesNV( [NativeTypeName("GLsizei")] uint numSurface, @@ -601475,7 +374640,6 @@ void IGL.VdpauUnmapSurfacesNV( } } - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -601484,11 +374648,12 @@ public static void VdpauUnmapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] Ref surfaces ) => ThisThread.VdpauUnmapSurfacesNV(numSurface, surfaces); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauUnmapSurfacesNV([NativeTypeName("const GLvdpauSurfaceNV *")] nint surfaces) => ((IGL)this).VdpauUnmapSurfacesNV(1, (nint*)&surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -601496,6 +374661,7 @@ public static void VdpauUnmapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] nint surfaces ) => ThisThread.VdpauUnmapSurfacesNV(surfaces); + [NativeFunction("opengl", EntryPoint = "glVDPAUUnregisterSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VdpauUnregisterSurfaceNV([NativeTypeName("GLvdpauSurfaceNV")] nint surface) => ( @@ -601509,13 +374675,13 @@ _slots[2850] is not null and var loadedFnPtr ) )(surface); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUUnregisterSurfaceNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VdpauUnregisterSurfaceNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface ) => ThisThread.VdpauUnregisterSurfaceNV(surface); + [NativeFunction("opengl", EntryPoint = "glVertex2bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2OES([NativeTypeName("GLbyte")] sbyte x, [NativeTypeName("GLbyte")] sbyte y) => ( @@ -601526,7 +374692,6 @@ _slots[2851] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex2bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2OES( @@ -601534,6 +374699,7 @@ public static void Vertex2OES( [NativeTypeName("GLbyte")] sbyte y ) => ThisThread.Vertex2OES(x, y); + [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ( @@ -601544,12 +374710,13 @@ _slots[2852] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ThisThread.Vertex2OES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2OES([NativeTypeName("const GLbyte *")] Ref coords) { @@ -601559,13 +374726,13 @@ void IGL.Vertex2OES([NativeTypeName("const GLbyte *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2OES([NativeTypeName("const GLbyte *")] Ref coords) => ThisThread.Vertex2OES(coords); + [NativeFunction("opengl", EntryPoint = "glVertex2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2( [NativeTypeName("GLdouble")] double x, @@ -601579,31 +374746,6 @@ _slots[2853] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2( @@ -601611,6 +374753,7 @@ public static void Vertex2( [NativeTypeName("GLdouble")] double y ) => ThisThread.Vertex2(x, y); + [NativeFunction("opengl", EntryPoint = "glVertex2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2([NativeTypeName("const GLdouble *")] double* v) => ( @@ -601621,36 +374764,13 @@ _slots[2854] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2([NativeTypeName("const GLdouble *")] double* v) => ThisThread.Vertex2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2([NativeTypeName("const GLdouble *")] Ref v) { @@ -601660,37 +374780,13 @@ void IGL.Vertex2([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.Vertex2(v); + [NativeFunction("opengl", EntryPoint = "glVertex2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2([NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y) => ( @@ -601701,31 +374797,6 @@ _slots[2855] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2( @@ -601733,6 +374804,7 @@ public static void Vertex2( [NativeTypeName("GLfloat")] float y ) => ThisThread.Vertex2(x, y); + [NativeFunction("opengl", EntryPoint = "glVertex2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2([NativeTypeName("const GLfloat *")] float* v) => ( @@ -601743,36 +374815,13 @@ _slots[2856] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2([NativeTypeName("const GLfloat *")] float* v) => ThisThread.Vertex2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2([NativeTypeName("const GLfloat *")] Ref v) { @@ -601782,37 +374831,13 @@ void IGL.Vertex2([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.Vertex2(v); + [NativeFunction("opengl", EntryPoint = "glVertex2hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2NV( [NativeTypeName("GLhalfNV")] ushort x, @@ -601826,7 +374851,6 @@ _slots[2857] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex2hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2NV( @@ -601834,6 +374858,7 @@ public static void Vertex2NV( [NativeTypeName("GLhalfNV")] ushort y ) => ThisThread.Vertex2NV(x, y); + [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ( @@ -601844,12 +374869,13 @@ _slots[2858] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ThisThread.Vertex2NV(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2NV([NativeTypeName("const GLhalfNV *")] Ref v) { @@ -601859,13 +374885,13 @@ void IGL.Vertex2NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2NV([NativeTypeName("const GLhalfNV *")] Ref v) => ThisThread.Vertex2NV(v); + [NativeFunction("opengl", EntryPoint = "glVertex2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y) => ( @@ -601876,36 +374902,12 @@ _slots[2859] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y) => ThisThread.Vertex2(x, y); + [NativeFunction("opengl", EntryPoint = "glVertex2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2([NativeTypeName("const GLint *")] int* v) => ( @@ -601916,35 +374918,12 @@ _slots[2860] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2([NativeTypeName("const GLint *")] int* v) => ThisThread.Vertex2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2([NativeTypeName("const GLint *")] Ref v) { @@ -601954,37 +374933,13 @@ void IGL.Vertex2([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2([NativeTypeName("const GLint *")] Ref v) => ThisThread.Vertex2(v); + [NativeFunction("opengl", EntryPoint = "glVertex2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2([NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y) => ( @@ -601995,31 +374950,6 @@ _slots[2861] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2( @@ -602027,6 +374957,7 @@ public static void Vertex2( [NativeTypeName("GLshort")] short y ) => ThisThread.Vertex2(x, y); + [NativeFunction("opengl", EntryPoint = "glVertex2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2([NativeTypeName("const GLshort *")] short* v) => ( @@ -602037,36 +374968,13 @@ _slots[2862] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2([NativeTypeName("const GLshort *")] short* v) => ThisThread.Vertex2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2([NativeTypeName("const GLshort *")] Ref v) { @@ -602076,37 +374984,13 @@ void IGL.Vertex2([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2([NativeTypeName("const GLshort *")] Ref v) => ThisThread.Vertex2(v); + [NativeFunction("opengl", EntryPoint = "glVertex2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2XOES([NativeTypeName("GLfixed")] int x) => ( @@ -602117,11 +375001,11 @@ _slots[2863] is not null and var loadedFnPtr ) )(x); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex2xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2XOES([NativeTypeName("GLfixed")] int x) => ThisThread.Vertex2XOES(x); + [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -602132,12 +375016,13 @@ _slots[2864] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.Vertex2XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex2XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -602147,13 +375032,13 @@ void IGL.Vertex2XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex2XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.Vertex2XOES(coords); + [NativeFunction("opengl", EntryPoint = "glVertex3bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3OES( [NativeTypeName("GLbyte")] sbyte x, @@ -602168,7 +375053,6 @@ _slots[2865] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex3bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3OES( @@ -602177,6 +375061,7 @@ public static void Vertex3OES( [NativeTypeName("GLbyte")] sbyte z ) => ThisThread.Vertex3OES(x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ( @@ -602187,12 +375072,13 @@ _slots[2866] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ThisThread.Vertex3OES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3OES([NativeTypeName("const GLbyte *")] Ref coords) { @@ -602202,13 +375088,13 @@ void IGL.Vertex3OES([NativeTypeName("const GLbyte *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3OES([NativeTypeName("const GLbyte *")] Ref coords) => ThisThread.Vertex3OES(coords); + [NativeFunction("opengl", EntryPoint = "glVertex3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3( [NativeTypeName("GLdouble")] double x, @@ -602223,31 +375109,6 @@ _slots[2867] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3( @@ -602256,6 +375117,7 @@ public static void Vertex3( [NativeTypeName("GLdouble")] double z ) => ThisThread.Vertex3(x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertex3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3([NativeTypeName("const GLdouble *")] double* v) => ( @@ -602266,36 +375128,13 @@ _slots[2868] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3([NativeTypeName("const GLdouble *")] double* v) => ThisThread.Vertex3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3([NativeTypeName("const GLdouble *")] Ref v) { @@ -602305,37 +375144,13 @@ void IGL.Vertex3([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.Vertex3(v); + [NativeFunction("opengl", EntryPoint = "glVertex3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3( [NativeTypeName("GLfloat")] float x, @@ -602350,31 +375165,6 @@ _slots[2869] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3( @@ -602383,6 +375173,7 @@ public static void Vertex3( [NativeTypeName("GLfloat")] float z ) => ThisThread.Vertex3(x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertex3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3([NativeTypeName("const GLfloat *")] float* v) => ( @@ -602393,36 +375184,13 @@ _slots[2870] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3([NativeTypeName("const GLfloat *")] float* v) => ThisThread.Vertex3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3([NativeTypeName("const GLfloat *")] Ref v) { @@ -602432,37 +375200,13 @@ void IGL.Vertex3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.Vertex3(v); + [NativeFunction("opengl", EntryPoint = "glVertex3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3NV( [NativeTypeName("GLhalfNV")] ushort x, @@ -602477,7 +375221,6 @@ _slots[2871] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3NV( @@ -602486,6 +375229,7 @@ public static void Vertex3NV( [NativeTypeName("GLhalfNV")] ushort z ) => ThisThread.Vertex3NV(x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ( @@ -602496,12 +375240,13 @@ _slots[2872] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ThisThread.Vertex3NV(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3NV([NativeTypeName("const GLhalfNV *")] Ref v) { @@ -602511,13 +375256,13 @@ void IGL.Vertex3NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3NV([NativeTypeName("const GLhalfNV *")] Ref v) => ThisThread.Vertex3NV(v); + [NativeFunction("opengl", EntryPoint = "glVertex3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3( [NativeTypeName("GLint")] int x, @@ -602532,31 +375277,6 @@ _slots[2873] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3( @@ -602565,6 +375285,7 @@ public static void Vertex3( [NativeTypeName("GLint")] int z ) => ThisThread.Vertex3(x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertex3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3([NativeTypeName("const GLint *")] int* v) => ( @@ -602575,35 +375296,12 @@ _slots[2874] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3([NativeTypeName("const GLint *")] int* v) => ThisThread.Vertex3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3([NativeTypeName("const GLint *")] Ref v) { @@ -602613,37 +375311,13 @@ void IGL.Vertex3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3([NativeTypeName("const GLint *")] Ref v) => ThisThread.Vertex3(v); + [NativeFunction("opengl", EntryPoint = "glVertex3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3( [NativeTypeName("GLshort")] short x, @@ -602658,31 +375332,6 @@ _slots[2875] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3( @@ -602691,6 +375340,7 @@ public static void Vertex3( [NativeTypeName("GLshort")] short z ) => ThisThread.Vertex3(x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertex3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3([NativeTypeName("const GLshort *")] short* v) => ( @@ -602701,36 +375351,13 @@ _slots[2876] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3([NativeTypeName("const GLshort *")] short* v) => ThisThread.Vertex3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3([NativeTypeName("const GLshort *")] Ref v) { @@ -602740,37 +375367,13 @@ void IGL.Vertex3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3([NativeTypeName("const GLshort *")] Ref v) => ThisThread.Vertex3(v); + [NativeFunction("opengl", EntryPoint = "glVertex3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3XOES([NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y) => ( @@ -602781,7 +375384,6 @@ _slots[2877] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex3xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3XOES( @@ -602789,6 +375391,7 @@ public static void Vertex3XOES( [NativeTypeName("GLfixed")] int y ) => ThisThread.Vertex3XOES(x, y); + [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -602799,12 +375402,13 @@ _slots[2878] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.Vertex3XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex3XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -602814,13 +375418,13 @@ void IGL.Vertex3XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex3XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.Vertex3XOES(coords); + [NativeFunction("opengl", EntryPoint = "glVertex4bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4OES( [NativeTypeName("GLbyte")] sbyte x, @@ -602836,7 +375440,6 @@ _slots[2879] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex4bOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4OES( @@ -602846,6 +375449,7 @@ public static void Vertex4OES( [NativeTypeName("GLbyte")] sbyte w ) => ThisThread.Vertex4OES(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ( @@ -602856,12 +375460,13 @@ _slots[2880] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4OES([NativeTypeName("const GLbyte *")] sbyte* coords) => ThisThread.Vertex4OES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4OES([NativeTypeName("const GLbyte *")] Ref coords) { @@ -602871,13 +375476,13 @@ void IGL.Vertex4OES([NativeTypeName("const GLbyte *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4OES([NativeTypeName("const GLbyte *")] Ref coords) => ThisThread.Vertex4OES(coords); + [NativeFunction("opengl", EntryPoint = "glVertex4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4( [NativeTypeName("GLdouble")] double x, @@ -602893,31 +375498,6 @@ _slots[2881] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4( @@ -602927,6 +375507,7 @@ public static void Vertex4( [NativeTypeName("GLdouble")] double w ) => ThisThread.Vertex4(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertex4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4([NativeTypeName("const GLdouble *")] double* v) => ( @@ -602937,36 +375518,13 @@ _slots[2882] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4([NativeTypeName("const GLdouble *")] double* v) => ThisThread.Vertex4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4([NativeTypeName("const GLdouble *")] Ref v) { @@ -602976,37 +375534,13 @@ void IGL.Vertex4([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.Vertex4(v); + [NativeFunction("opengl", EntryPoint = "glVertex4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4( [NativeTypeName("GLfloat")] float x, @@ -603022,31 +375556,6 @@ _slots[2883] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4( @@ -603056,6 +375565,7 @@ public static void Vertex4( [NativeTypeName("GLfloat")] float w ) => ThisThread.Vertex4(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertex4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4([NativeTypeName("const GLfloat *")] float* v) => ( @@ -603066,36 +375576,13 @@ _slots[2884] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4([NativeTypeName("const GLfloat *")] float* v) => ThisThread.Vertex4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4([NativeTypeName("const GLfloat *")] Ref v) { @@ -603105,37 +375592,13 @@ void IGL.Vertex4([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.Vertex4(v); + [NativeFunction("opengl", EntryPoint = "glVertex4hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4NV( [NativeTypeName("GLhalfNV")] ushort x, @@ -603151,7 +375614,6 @@ _slots[2885] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex4hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4NV( @@ -603161,6 +375623,7 @@ public static void Vertex4NV( [NativeTypeName("GLhalfNV")] ushort w ) => ThisThread.Vertex4NV(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ( @@ -603171,12 +375634,13 @@ _slots[2886] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4NV([NativeTypeName("const GLhalfNV *")] ushort* v) => ThisThread.Vertex4NV(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4NV([NativeTypeName("const GLhalfNV *")] Ref v) { @@ -603186,13 +375650,13 @@ void IGL.Vertex4NV([NativeTypeName("const GLhalfNV *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4NV([NativeTypeName("const GLhalfNV *")] Ref v) => ThisThread.Vertex4NV(v); + [NativeFunction("opengl", EntryPoint = "glVertex4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4( [NativeTypeName("GLint")] int x, @@ -603208,31 +375672,6 @@ _slots[2887] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4( @@ -603242,6 +375681,7 @@ public static void Vertex4( [NativeTypeName("GLint")] int w ) => ThisThread.Vertex4(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertex4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4([NativeTypeName("const GLint *")] int* v) => ( @@ -603252,35 +375692,12 @@ _slots[2888] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4([NativeTypeName("const GLint *")] int* v) => ThisThread.Vertex4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4([NativeTypeName("const GLint *")] Ref v) { @@ -603290,37 +375707,13 @@ void IGL.Vertex4([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4([NativeTypeName("const GLint *")] Ref v) => ThisThread.Vertex4(v); + [NativeFunction("opengl", EntryPoint = "glVertex4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4( [NativeTypeName("GLshort")] short x, @@ -603336,31 +375729,6 @@ _slots[2889] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4( @@ -603370,6 +375738,7 @@ public static void Vertex4( [NativeTypeName("GLshort")] short w ) => ThisThread.Vertex4(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertex4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4([NativeTypeName("const GLshort *")] short* v) => ( @@ -603380,36 +375749,13 @@ _slots[2890] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4([NativeTypeName("const GLshort *")] short* v) => ThisThread.Vertex4(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4([NativeTypeName("const GLshort *")] Ref v) { @@ -603419,37 +375765,13 @@ void IGL.Vertex4([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4([NativeTypeName("const GLshort *")] Ref v) => ThisThread.Vertex4(v); + [NativeFunction("opengl", EntryPoint = "glVertex4xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4XOES( [NativeTypeName("GLfixed")] int x, @@ -603464,7 +375786,6 @@ _slots[2891] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex4xOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4XOES( @@ -603473,6 +375794,7 @@ public static void Vertex4XOES( [NativeTypeName("GLfixed")] int z ) => ThisThread.Vertex4XOES(x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4XOES([NativeTypeName("const GLfixed *")] int* coords) => ( @@ -603483,12 +375805,13 @@ _slots[2892] is not null and var loadedFnPtr ) )(coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4XOES([NativeTypeName("const GLfixed *")] int* coords) => ThisThread.Vertex4XOES(coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Vertex4XOES([NativeTypeName("const GLfixed *")] Ref coords) { @@ -603498,13 +375821,13 @@ void IGL.Vertex4XOES([NativeTypeName("const GLfixed *")] Ref coords) } } - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Vertex4XOES([NativeTypeName("const GLfixed *")] Ref coords) => ThisThread.Vertex4XOES(coords); + [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribBinding")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayAttribBinding( [NativeTypeName("GLuint")] uint vaobj, @@ -603522,16 +375845,6 @@ _slots[2893] is not null and var loadedFnPtr ) )(vaobj, attribindex, bindingindex); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribBinding")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayAttribBinding( @@ -603540,6 +375853,7 @@ public static void VertexArrayAttribBinding( [NativeTypeName("GLuint")] uint bindingindex ) => ThisThread.VertexArrayAttribBinding(vaobj, attribindex, bindingindex); + [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayAttribFormat( [NativeTypeName("GLuint")] uint vaobj, @@ -603560,16 +375874,6 @@ _slots[2894] is not null and var loadedFnPtr ) )(vaobj, attribindex, size, type, normalized, relativeoffset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayAttribFormat( @@ -603589,6 +375893,8 @@ public static void VertexArrayAttribFormat( relativeoffset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayAttribFormat( [NativeTypeName("GLuint")] uint vaobj, @@ -603607,16 +375913,6 @@ void IGL.VertexArrayAttribFormat( relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -603637,6 +375933,7 @@ public static void VertexArrayAttribFormat( relativeoffset ); + [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint vaobj, @@ -603656,16 +375953,6 @@ _slots[2895] is not null and var loadedFnPtr ) )(vaobj, attribindex, size, type, relativeoffset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayAttribIFormat( @@ -603676,6 +375963,8 @@ public static void VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ThisThread.VertexArrayAttribIFormat(vaobj, attribindex, size, type, relativeoffset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint vaobj, @@ -603685,16 +375974,6 @@ void IGL.VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ((IGL)this).VertexArrayAttribIFormat(vaobj, attribindex, size, (uint)type, relativeoffset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -603706,6 +375985,7 @@ public static void VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ThisThread.VertexArrayAttribIFormat(vaobj, attribindex, size, type, relativeoffset); + [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint vaobj, @@ -603725,16 +376005,6 @@ _slots[2896] is not null and var loadedFnPtr ) )(vaobj, attribindex, size, type, relativeoffset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayAttribLFormat( @@ -603745,6 +376015,8 @@ public static void VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ThisThread.VertexArrayAttribLFormat(vaobj, attribindex, size, type, relativeoffset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint vaobj, @@ -603754,16 +376026,6 @@ void IGL.VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ((IGL)this).VertexArrayAttribLFormat(vaobj, attribindex, size, (uint)type, relativeoffset); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -603775,6 +376037,7 @@ public static void VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ThisThread.VertexArrayAttribLFormat(vaobj, attribindex, size, type, relativeoffset); + [NativeFunction("opengl", EntryPoint = "glVertexArrayBindingDivisor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayBindingDivisor( [NativeTypeName("GLuint")] uint vaobj, @@ -603792,16 +376055,6 @@ _slots[2897] is not null and var loadedFnPtr ) )(vaobj, bindingindex, divisor); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayBindingDivisor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayBindingDivisor( @@ -603810,6 +376063,7 @@ public static void VertexArrayBindingDivisor( [NativeTypeName("GLuint")] uint divisor ) => ThisThread.VertexArrayBindingDivisor(vaobj, bindingindex, divisor); + [NativeFunction("opengl", EntryPoint = "glVertexArrayBindVertexBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayBindVertexBufferEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -603829,8 +376083,6 @@ _slots[2898] is not null and var loadedFnPtr ) )(vaobj, bindingindex, buffer, offset, stride); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayBindVertexBufferEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayBindVertexBufferEXT( @@ -603841,6 +376093,7 @@ public static void VertexArrayBindVertexBufferEXT( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.VertexArrayBindVertexBufferEXT(vaobj, bindingindex, buffer, offset, stride); + [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayColorOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -603861,8 +376114,6 @@ _slots[2899] is not null and var loadedFnPtr ) )(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayColorOffsetEXT( @@ -603874,6 +376125,8 @@ public static void VertexArrayColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayColorOffsetEXT(vaobj, buffer, size, type, stride, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayColorOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -603884,8 +376137,6 @@ void IGL.VertexArrayColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ((IGL)this).VertexArrayColorOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -603898,6 +376149,7 @@ public static void VertexArrayColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayColorOffsetEXT(vaobj, buffer, size, type, stride, offset); + [NativeFunction("opengl", EntryPoint = "glVertexArrayEdgeFlagOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayEdgeFlagOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -603916,8 +376168,6 @@ _slots[2900] is not null and var loadedFnPtr ) )(vaobj, buffer, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayEdgeFlagOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayEdgeFlagOffsetEXT( @@ -603927,6 +376177,7 @@ public static void VertexArrayEdgeFlagOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayEdgeFlagOffsetEXT(vaobj, buffer, stride, offset); + [NativeFunction("opengl", EntryPoint = "glVertexArrayElementBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayElementBuffer( [NativeTypeName("GLuint")] uint vaobj, @@ -603943,16 +376194,6 @@ _slots[2901] is not null and var loadedFnPtr ) )(vaobj, buffer); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayElementBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayElementBuffer( @@ -603960,6 +376201,7 @@ public static void VertexArrayElementBuffer( [NativeTypeName("GLuint")] uint buffer ) => ThisThread.VertexArrayElementBuffer(vaobj, buffer); + [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -603979,8 +376221,6 @@ _slots[2902] is not null and var loadedFnPtr ) )(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayFogCoordOffsetEXT( @@ -603991,6 +376231,8 @@ public static void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayFogCoordOffsetEXT(vaobj, buffer, type, stride, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604000,8 +376242,6 @@ void IGL.VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ((IGL)this).VertexArrayFogCoordOffsetEXT(vaobj, buffer, (uint)type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -604013,6 +376253,7 @@ public static void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayFogCoordOffsetEXT(vaobj, buffer, type, stride, offset); + [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayIndexOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604032,8 +376273,6 @@ _slots[2903] is not null and var loadedFnPtr ) )(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayIndexOffsetEXT( @@ -604044,6 +376283,8 @@ public static void VertexArrayIndexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayIndexOffsetEXT(vaobj, buffer, type, stride, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayIndexOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604053,8 +376294,6 @@ void IGL.VertexArrayIndexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ((IGL)this).VertexArrayIndexOffsetEXT(vaobj, buffer, (uint)type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -604066,6 +376305,7 @@ public static void VertexArrayIndexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayIndexOffsetEXT(vaobj, buffer, type, stride, offset); + [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604087,8 +376327,6 @@ _slots[2904] is not null and var loadedFnPtr ) )(vaobj, buffer, texunit, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayMultiTexCoordOffsetEXT( @@ -604110,6 +376348,8 @@ public static void VertexArrayMultiTexCoordOffsetEXT( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604130,8 +376370,6 @@ void IGL.VertexArrayMultiTexCoordOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -604154,6 +376392,7 @@ public static void VertexArrayMultiTexCoordOffsetEXT( offset ); + [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayNormalOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604173,8 +376412,6 @@ _slots[2905] is not null and var loadedFnPtr ) )(vaobj, buffer, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayNormalOffsetEXT( @@ -604185,6 +376422,8 @@ public static void VertexArrayNormalOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayNormalOffsetEXT(vaobj, buffer, type, stride, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayNormalOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604194,8 +376433,6 @@ void IGL.VertexArrayNormalOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ((IGL)this).VertexArrayNormalOffsetEXT(vaobj, buffer, (uint)type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -604207,8 +376444,9 @@ public static void VertexArrayNormalOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayNormalOffsetEXT(vaobj, buffer, type, stride, offset); + [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexArrayParameterApple( + void IGL.VertexArrayParameterAPPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ) => @@ -604223,31 +376461,32 @@ _slots[2906] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexArrayParameterApple( + public static void VertexArrayParameterAPPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 - ) => ThisThread.VertexArrayParameterApple(pname, param1); + ) => ThisThread.VertexArrayParameterAPPLE(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexArrayParameterApple( - [NativeTypeName("GLenum")] Constant pname, + void IGL.VertexArrayParameterAPPLE( + [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) => ((IGL)this).VertexArrayParameterApple((uint)pname, param1); + ) => ((IGL)this).VertexArrayParameterAPPLE((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexArrayParameterApple( - [NativeTypeName("GLenum")] Constant pname, + public static void VertexArrayParameterAPPLE( + [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 - ) => ThisThread.VertexArrayParameterApple(pname, param1); + ) => ThisThread.VertexArrayParameterAPPLE(pname, param1); + [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexArrayRangeApple([NativeTypeName("GLsizei")] uint length, void* pointer) => + void IGL.VertexArrayRangeAPPLE([NativeTypeName("GLsizei")] uint length, void* pointer) => ( (delegate* unmanaged)( _slots[2907] is not null and var loadedFnPtr @@ -604256,32 +376495,33 @@ _slots[2907] is not null and var loadedFnPtr ) )(length, pointer); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexArrayRangeApple( + public static void VertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, void* pointer - ) => ThisThread.VertexArrayRangeApple(length, pointer); + ) => ThisThread.VertexArrayRangeAPPLE(length, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexArrayRangeApple([NativeTypeName("GLsizei")] uint length, Ref pointer) + void IGL.VertexArrayRangeAPPLE([NativeTypeName("GLsizei")] uint length, Ref pointer) { fixed (void* __dsl_pointer = pointer) { - ((IGL)this).VertexArrayRangeApple(length, __dsl_pointer); + ((IGL)this).VertexArrayRangeAPPLE(length, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexArrayRangeApple( + public static void VertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, Ref pointer - ) => ThisThread.VertexArrayRangeApple(length, pointer); + ) => ThisThread.VertexArrayRangeAPPLE(length, pointer); + [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayRangeNV( [NativeTypeName("GLsizei")] uint length, @@ -604295,7 +376535,6 @@ _slots[2908] is not null and var loadedFnPtr ) )(length, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayRangeNV( @@ -604303,6 +376542,8 @@ public static void VertexArrayRangeNV( [NativeTypeName("const void *")] void* pointer ) => ThisThread.VertexArrayRangeNV(length, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayRangeNV( [NativeTypeName("GLsizei")] uint length, @@ -604315,7 +376556,6 @@ void IGL.VertexArrayRangeNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -604324,6 +376564,7 @@ public static void VertexArrayRangeNV( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.VertexArrayRangeNV(length, pointer); + [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604344,8 +376585,6 @@ _slots[2909] is not null and var loadedFnPtr ) )(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArraySecondaryColorOffsetEXT( @@ -604357,6 +376596,8 @@ public static void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArraySecondaryColorOffsetEXT(vaobj, buffer, size, type, stride, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604375,8 +376616,6 @@ void IGL.VertexArraySecondaryColorOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -604389,6 +376628,7 @@ public static void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArraySecondaryColorOffsetEXT(vaobj, buffer, size, type, stride, offset); + [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604409,8 +376649,6 @@ _slots[2910] is not null and var loadedFnPtr ) )(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayTexCoordOffsetEXT( @@ -604422,6 +376660,8 @@ public static void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayTexCoordOffsetEXT(vaobj, buffer, size, type, stride, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604432,8 +376672,6 @@ void IGL.VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ((IGL)this).VertexArrayTexCoordOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -604446,6 +376684,7 @@ public static void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayTexCoordOffsetEXT(vaobj, buffer, size, type, stride, offset); + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribBindingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribBindingEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604463,8 +376702,6 @@ _slots[2911] is not null and var loadedFnPtr ) )(vaobj, attribindex, bindingindex); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribBindingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayVertexAttribBindingEXT( @@ -604473,6 +376710,7 @@ public static void VertexArrayVertexAttribBindingEXT( [NativeTypeName("GLuint")] uint bindingindex ) => ThisThread.VertexArrayVertexAttribBindingEXT(vaobj, attribindex, bindingindex); + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribDivisorEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604490,8 +376728,6 @@ _slots[2912] is not null and var loadedFnPtr ) )(vaobj, index, divisor); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribDivisorEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayVertexAttribDivisorEXT( @@ -604500,6 +376736,7 @@ public static void VertexArrayVertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint divisor ) => ThisThread.VertexArrayVertexAttribDivisorEXT(vaobj, index, divisor); + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604520,8 +376757,6 @@ _slots[2913] is not null and var loadedFnPtr ) )(vaobj, attribindex, size, type, normalized, relativeoffset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayVertexAttribFormatEXT( @@ -604541,6 +376776,8 @@ public static void VertexArrayVertexAttribFormatEXT( relativeoffset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604559,8 +376796,6 @@ void IGL.VertexArrayVertexAttribFormatEXT( relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -604581,6 +376816,7 @@ public static void VertexArrayVertexAttribFormatEXT( relativeoffset ); + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604600,8 +376836,6 @@ _slots[2914] is not null and var loadedFnPtr ) )(vaobj, attribindex, size, type, relativeoffset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayVertexAttribIFormatEXT( @@ -604619,6 +376853,8 @@ public static void VertexArrayVertexAttribIFormatEXT( relativeoffset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604635,8 +376871,6 @@ void IGL.VertexArrayVertexAttribIFormatEXT( relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -604655,6 +376889,7 @@ public static void VertexArrayVertexAttribIFormatEXT( relativeoffset ); + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604676,8 +376911,6 @@ _slots[2915] is not null and var loadedFnPtr ) )(vaobj, buffer, index, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayVertexAttribIOffsetEXT( @@ -604699,6 +376932,8 @@ public static void VertexArrayVertexAttribIOffsetEXT( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604719,8 +376954,6 @@ void IGL.VertexArrayVertexAttribIOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -604743,6 +376976,7 @@ public static void VertexArrayVertexAttribIOffsetEXT( offset ); + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604762,8 +376996,6 @@ _slots[2916] is not null and var loadedFnPtr ) )(vaobj, attribindex, size, type, relativeoffset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayVertexAttribLFormatEXT( @@ -604781,6 +377013,8 @@ public static void VertexArrayVertexAttribLFormatEXT( relativeoffset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604797,8 +377031,6 @@ void IGL.VertexArrayVertexAttribLFormatEXT( relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -604817,6 +377049,7 @@ public static void VertexArrayVertexAttribLFormatEXT( relativeoffset ); + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604838,8 +377071,6 @@ _slots[2917] is not null and var loadedFnPtr ) )(vaobj, buffer, index, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayVertexAttribLOffsetEXT( @@ -604861,6 +377092,8 @@ public static void VertexArrayVertexAttribLOffsetEXT( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604881,8 +377114,6 @@ void IGL.VertexArrayVertexAttribLOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -604905,6 +377136,7 @@ public static void VertexArrayVertexAttribLOffsetEXT( offset ); + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604927,8 +377159,6 @@ _slots[2918] is not null and var loadedFnPtr ) )(vaobj, buffer, index, size, type, normalized, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayVertexAttribOffsetEXT( @@ -604952,6 +377182,8 @@ public static void VertexArrayVertexAttribOffsetEXT( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -604974,8 +377206,6 @@ void IGL.VertexArrayVertexAttribOffsetEXT( offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -605000,6 +377230,7 @@ public static void VertexArrayVertexAttribOffsetEXT( offset ); + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBindingDivisorEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexBindingDivisorEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -605017,8 +377248,6 @@ _slots[2919] is not null and var loadedFnPtr ) )(vaobj, bindingindex, divisor); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBindingDivisorEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayVertexBindingDivisorEXT( @@ -605027,6 +377256,7 @@ public static void VertexArrayVertexBindingDivisorEXT( [NativeTypeName("GLuint")] uint divisor ) => ThisThread.VertexArrayVertexBindingDivisorEXT(vaobj, bindingindex, divisor); + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexBuffer( [NativeTypeName("GLuint")] uint vaobj, @@ -605046,16 +377276,6 @@ _slots[2920] is not null and var loadedFnPtr ) )(vaobj, bindingindex, buffer, offset, stride); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayVertexBuffer( @@ -605066,6 +377286,7 @@ public static void VertexArrayVertexBuffer( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.VertexArrayVertexBuffer(vaobj, bindingindex, buffer, offset, stride); + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexBuffers( [NativeTypeName("GLuint")] uint vaobj, @@ -605086,16 +377307,6 @@ _slots[2921] is not null and var loadedFnPtr ) )(vaobj, first, count, buffers, offsets, strides); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayVertexBuffers( @@ -605107,6 +377318,8 @@ public static void VertexArrayVertexBuffers( [NativeTypeName("const GLsizei *")] uint* strides ) => ThisThread.VertexArrayVertexBuffers(vaobj, first, count, buffers, offsets, strides); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexBuffers( [NativeTypeName("GLuint")] uint vaobj, @@ -605132,16 +377345,6 @@ void IGL.VertexArrayVertexBuffers( } } - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -605154,6 +377357,7 @@ public static void VertexArrayVertexBuffers( [NativeTypeName("const GLsizei *")] Ref strides ) => ThisThread.VertexArrayVertexBuffers(vaobj, first, count, buffers, offsets, strides); + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -605174,8 +377378,6 @@ _slots[2922] is not null and var loadedFnPtr ) )(vaobj, buffer, size, type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexArrayVertexOffsetEXT( @@ -605187,6 +377389,8 @@ public static void VertexArrayVertexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayVertexOffsetEXT(vaobj, buffer, size, type, stride, offset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexArrayVertexOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -605197,8 +377401,6 @@ void IGL.VertexArrayVertexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ((IGL)this).VertexArrayVertexOffsetEXT(vaobj, buffer, size, (uint)type, stride, offset); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -605211,8 +377413,9 @@ public static void VertexArrayVertexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ) => ThisThread.VertexArrayVertexOffsetEXT(vaobj, buffer, size, type, stride, offset); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1D( + void IGL.VertexAttrib1d( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ) => @@ -605224,53 +377427,16 @@ _slots[2923] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1D( + public static void VertexAttrib1d( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x - ) => ThisThread.VertexAttrib1D(index, x); + ) => ThisThread.VertexAttrib1d(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1DARB( + void IGL.VertexAttrib1dARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ) => @@ -605282,16 +377448,16 @@ _slots[2924] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1DARB( + public static void VertexAttrib1dARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x - ) => ThisThread.VertexAttrib1DARB(index, x); + ) => ThisThread.VertexAttrib1dARB(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1DNV( + void IGL.VertexAttrib1dNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ) => @@ -605303,16 +377469,16 @@ _slots[2925] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1DNV( + public static void VertexAttrib1dNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x - ) => ThisThread.VertexAttrib1DNV(index, x); + ) => ThisThread.VertexAttrib1dNV(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1Dv( + void IGL.VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ) => @@ -605324,163 +377490,54 @@ _slots[2926] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1Dv( + public static void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => ThisThread.VertexAttrib1Dv(index, v); + ) => ThisThread.VertexAttrib1dv(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1Dv( + void IGL.VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - ((IGL)this).VertexAttrib1Dv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ((IGL)this).VertexAttrib1dv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1Dv( + public static void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v - ) => ThisThread.VertexAttrib1Dv(index, v); + ) => ThisThread.VertexAttrib1dv(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1Dv( + void IGL.VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => ((IGL)this).VertexAttrib1Dv(index, (double*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => ((IGL)this).VertexAttrib1dv(index, (double*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1Dv( + public static void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => ThisThread.VertexAttrib1Dv(index, v); + ) => ThisThread.VertexAttrib1dv(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1DvARB( + void IGL.VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ) => @@ -605492,52 +377549,54 @@ _slots[2927] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1DvARB( + public static void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => ThisThread.VertexAttrib1DvARB(index, v); + ) => ThisThread.VertexAttrib1dvARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1DvARB( + void IGL.VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - ((IGL)this).VertexAttrib1DvARB(index, __dsl_v); + ((IGL)this).VertexAttrib1dvARB(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1DvARB( + public static void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v - ) => ThisThread.VertexAttrib1DvARB(index, v); + ) => ThisThread.VertexAttrib1dvARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1DvARB( + void IGL.VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => ((IGL)this).VertexAttrib1DvARB(index, (double*)&v); + ) => ((IGL)this).VertexAttrib1dvARB(index, (double*)&v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1DvARB( + public static void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => ThisThread.VertexAttrib1DvARB(index, v); + ) => ThisThread.VertexAttrib1dvARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1DvNV( + void IGL.VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ) => @@ -605549,52 +377608,54 @@ _slots[2928] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1DvNV( + public static void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => ThisThread.VertexAttrib1DvNV(index, v); + ) => ThisThread.VertexAttrib1dvNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1DvNV( + void IGL.VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - ((IGL)this).VertexAttrib1DvNV(index, __dsl_v); + ((IGL)this).VertexAttrib1dvNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1DvNV( + public static void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v - ) => ThisThread.VertexAttrib1DvNV(index, v); + ) => ThisThread.VertexAttrib1dvNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1DvNV( + void IGL.VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => ((IGL)this).VertexAttrib1DvNV(index, (double*)&v); + ) => ((IGL)this).VertexAttrib1dvNV(index, (double*)&v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1DvNV( + public static void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => ThisThread.VertexAttrib1DvNV(index, v); + ) => ThisThread.VertexAttrib1dvNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1F( + void IGL.VertexAttrib1f( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x ) => @@ -605606,58 +377667,16 @@ _slots[2929] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1F( + public static void VertexAttrib1f( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x - ) => ThisThread.VertexAttrib1F(index, x); + ) => ThisThread.VertexAttrib1f(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1FARB( + void IGL.VertexAttrib1fARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x ) => @@ -605669,16 +377688,16 @@ _slots[2930] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1FARB( + public static void VertexAttrib1fARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x - ) => ThisThread.VertexAttrib1FARB(index, x); + ) => ThisThread.VertexAttrib1fARB(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1FNV( + void IGL.VertexAttrib1fNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x ) => @@ -605690,16 +377709,16 @@ _slots[2931] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1FNV( + public static void VertexAttrib1fNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x - ) => ThisThread.VertexAttrib1FNV(index, x); + ) => ThisThread.VertexAttrib1fNV(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1Fv( + void IGL.VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ) => @@ -605711,178 +377730,54 @@ _slots[2932] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1Fv( + public static void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v - ) => ThisThread.VertexAttrib1Fv(index, v); + ) => ThisThread.VertexAttrib1fv(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1Fv( + void IGL.VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - ((IGL)this).VertexAttrib1Fv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ((IGL)this).VertexAttrib1fv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1Fv( + public static void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v - ) => ThisThread.VertexAttrib1Fv(index, v); + ) => ThisThread.VertexAttrib1fv(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1Fv( + void IGL.VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => ((IGL)this).VertexAttrib1Fv(index, (float*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + ) => ((IGL)this).VertexAttrib1fv(index, (float*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1Fv( + public static void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => ThisThread.VertexAttrib1Fv(index, v); + ) => ThisThread.VertexAttrib1fv(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1FvARB( + void IGL.VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ) => @@ -605894,52 +377789,54 @@ _slots[2933] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1FvARB( + public static void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v - ) => ThisThread.VertexAttrib1FvARB(index, v); + ) => ThisThread.VertexAttrib1fvARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1FvARB( + void IGL.VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - ((IGL)this).VertexAttrib1FvARB(index, __dsl_v); + ((IGL)this).VertexAttrib1fvARB(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1FvARB( + public static void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v - ) => ThisThread.VertexAttrib1FvARB(index, v); + ) => ThisThread.VertexAttrib1fvARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1FvARB( + void IGL.VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => ((IGL)this).VertexAttrib1FvARB(index, (float*)&v); + ) => ((IGL)this).VertexAttrib1fvARB(index, (float*)&v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1FvARB( + public static void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => ThisThread.VertexAttrib1FvARB(index, v); + ) => ThisThread.VertexAttrib1fvARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1FvNV( + void IGL.VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ) => @@ -605951,52 +377848,54 @@ _slots[2934] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1FvNV( + public static void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v - ) => ThisThread.VertexAttrib1FvNV(index, v); + ) => ThisThread.VertexAttrib1fvNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1FvNV( + void IGL.VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ) { fixed (float* __dsl_v = v) { - ((IGL)this).VertexAttrib1FvNV(index, __dsl_v); + ((IGL)this).VertexAttrib1fvNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1FvNV( + public static void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v - ) => ThisThread.VertexAttrib1FvNV(index, v); + ) => ThisThread.VertexAttrib1fvNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1FvNV( + void IGL.VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => ((IGL)this).VertexAttrib1FvNV(index, (float*)&v); + ) => ((IGL)this).VertexAttrib1fvNV(index, (float*)&v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1FvNV( + public static void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v - ) => ThisThread.VertexAttrib1FvNV(index, v); + ) => ThisThread.VertexAttrib1fvNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1HNV( + void IGL.VertexAttrib1hNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLhalfNV")] ushort x ) => @@ -606008,16 +377907,16 @@ _slots[2935] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1HNV( + public static void VertexAttrib1hNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLhalfNV")] ushort x - ) => ThisThread.VertexAttrib1HNV(index, x); + ) => ThisThread.VertexAttrib1hNV(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1HvNV( + void IGL.VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ) => @@ -606029,52 +377928,54 @@ _slots[2936] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1HvNV( + public static void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v - ) => ThisThread.VertexAttrib1HvNV(index, v); + ) => ThisThread.VertexAttrib1hvNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1HvNV( + void IGL.VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] Ref v ) { fixed (ushort* __dsl_v = v) { - ((IGL)this).VertexAttrib1HvNV(index, __dsl_v); + ((IGL)this).VertexAttrib1hvNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1HvNV( + public static void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] Ref v - ) => ThisThread.VertexAttrib1HvNV(index, v); + ) => ThisThread.VertexAttrib1hvNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1HvNV( + void IGL.VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort v - ) => ((IGL)this).VertexAttrib1HvNV(index, (ushort*)&v); + ) => ((IGL)this).VertexAttrib1hvNV(index, (ushort*)&v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1HvNV( + public static void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort v - ) => ThisThread.VertexAttrib1HvNV(index, v); + ) => ThisThread.VertexAttrib1hvNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1S( + void IGL.VertexAttrib1s( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x ) => @@ -606086,53 +377987,16 @@ _slots[2937] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1S( + public static void VertexAttrib1s( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x - ) => ThisThread.VertexAttrib1S(index, x); + ) => ThisThread.VertexAttrib1s(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1SARB( + void IGL.VertexAttrib1sARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x ) => @@ -606144,16 +378008,16 @@ _slots[2938] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1SARB( + public static void VertexAttrib1sARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x - ) => ThisThread.VertexAttrib1SARB(index, x); + ) => ThisThread.VertexAttrib1sARB(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1SNV( + void IGL.VertexAttrib1sNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x ) => @@ -606165,16 +378029,16 @@ _slots[2939] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1SNV( + public static void VertexAttrib1sNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x - ) => ThisThread.VertexAttrib1SNV(index, x); + ) => ThisThread.VertexAttrib1sNV(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1Sv( + void IGL.VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ) => @@ -606186,163 +378050,54 @@ _slots[2940] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1Sv( + public static void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v - ) => ThisThread.VertexAttrib1Sv(index, v); + ) => ThisThread.VertexAttrib1sv(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1Sv( + void IGL.VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - ((IGL)this).VertexAttrib1Sv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ((IGL)this).VertexAttrib1sv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1Sv( + public static void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v - ) => ThisThread.VertexAttrib1Sv(index, v); + ) => ThisThread.VertexAttrib1sv(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1Sv( + void IGL.VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => ((IGL)this).VertexAttrib1Sv(index, (short*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] + ) => ((IGL)this).VertexAttrib1sv(index, (short*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1Sv( + public static void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => ThisThread.VertexAttrib1Sv(index, v); + ) => ThisThread.VertexAttrib1sv(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1SvARB( + void IGL.VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ) => @@ -606354,52 +378109,54 @@ _slots[2941] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1SvARB( + public static void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v - ) => ThisThread.VertexAttrib1SvARB(index, v); + ) => ThisThread.VertexAttrib1svARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1SvARB( + void IGL.VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - ((IGL)this).VertexAttrib1SvARB(index, __dsl_v); + ((IGL)this).VertexAttrib1svARB(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1SvARB( + public static void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v - ) => ThisThread.VertexAttrib1SvARB(index, v); + ) => ThisThread.VertexAttrib1svARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1SvARB( + void IGL.VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => ((IGL)this).VertexAttrib1SvARB(index, (short*)&v); + ) => ((IGL)this).VertexAttrib1svARB(index, (short*)&v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1SvARB( + public static void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => ThisThread.VertexAttrib1SvARB(index, v); + ) => ThisThread.VertexAttrib1svARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1SvNV( + void IGL.VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ) => @@ -606411,50 +378168,52 @@ _slots[2942] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1SvNV( + public static void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v - ) => ThisThread.VertexAttrib1SvNV(index, v); + ) => ThisThread.VertexAttrib1svNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1SvNV( + void IGL.VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ) { fixed (short* __dsl_v = v) { - ((IGL)this).VertexAttrib1SvNV(index, __dsl_v); + ((IGL)this).VertexAttrib1svNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1SvNV( + public static void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v - ) => ThisThread.VertexAttrib1SvNV(index, v); + ) => ThisThread.VertexAttrib1svNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttrib1SvNV( + void IGL.VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => ((IGL)this).VertexAttrib1SvNV(index, (short*)&v); + ) => ((IGL)this).VertexAttrib1svNV(index, (short*)&v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttrib1SvNV( + public static void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v - ) => ThisThread.VertexAttrib1SvNV(index, v); + ) => ThisThread.VertexAttrib1svNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -606469,44 +378228,6 @@ _slots[2943] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2( @@ -606515,6 +378236,7 @@ public static void VertexAttrib2( [NativeTypeName("GLdouble")] double y ) => ThisThread.VertexAttrib2(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -606529,7 +378251,6 @@ _slots[2944] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2ARB( @@ -606538,6 +378259,7 @@ public static void VertexAttrib2ARB( [NativeTypeName("GLdouble")] double y ) => ThisThread.VertexAttrib2ARB(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -606552,7 +378274,6 @@ _slots[2945] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2NV( @@ -606561,6 +378282,7 @@ public static void VertexAttrib2NV( [NativeTypeName("GLdouble")] double y ) => ThisThread.VertexAttrib2NV(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -606574,44 +378296,6 @@ _slots[2946] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2( @@ -606619,6 +378303,8 @@ public static void VertexAttrib2( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttrib2(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -606631,44 +378317,6 @@ void IGL.VertexAttrib2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -606677,6 +378325,7 @@ public static void VertexAttrib2( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttrib2(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -606690,7 +378339,6 @@ _slots[2947] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2ARB( @@ -606698,6 +378346,8 @@ public static void VertexAttrib2ARB( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttrib2ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -606710,7 +378360,6 @@ void IGL.VertexAttrib2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -606719,6 +378368,7 @@ public static void VertexAttrib2ARB( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttrib2ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -606732,7 +378382,6 @@ _slots[2948] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2NV( @@ -606740,6 +378389,8 @@ public static void VertexAttrib2NV( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttrib2NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -606752,7 +378403,6 @@ void IGL.VertexAttrib2NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -606761,6 +378411,7 @@ public static void VertexAttrib2NV( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttrib2NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -606775,49 +378426,6 @@ _slots[2949] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2( @@ -606826,6 +378434,7 @@ public static void VertexAttrib2( [NativeTypeName("GLfloat")] float y ) => ThisThread.VertexAttrib2(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -606840,7 +378449,6 @@ _slots[2950] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2ARB( @@ -606849,6 +378457,7 @@ public static void VertexAttrib2ARB( [NativeTypeName("GLfloat")] float y ) => ThisThread.VertexAttrib2ARB(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -606863,7 +378472,6 @@ _slots[2951] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2NV( @@ -606872,6 +378480,7 @@ public static void VertexAttrib2NV( [NativeTypeName("GLfloat")] float y ) => ThisThread.VertexAttrib2NV(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -606885,49 +378494,6 @@ _slots[2952] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2( @@ -606935,6 +378501,8 @@ public static void VertexAttrib2( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttrib2(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -606947,49 +378515,6 @@ void IGL.VertexAttrib2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -606998,6 +378523,7 @@ public static void VertexAttrib2( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttrib2(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -607011,7 +378537,6 @@ _slots[2953] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2ARB( @@ -607019,6 +378544,8 @@ public static void VertexAttrib2ARB( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttrib2ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -607031,7 +378558,6 @@ void IGL.VertexAttrib2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -607040,6 +378566,7 @@ public static void VertexAttrib2ARB( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttrib2ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -607053,7 +378580,6 @@ _slots[2954] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2NV( @@ -607061,6 +378587,8 @@ public static void VertexAttrib2NV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttrib2NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -607073,7 +378601,6 @@ void IGL.VertexAttrib2NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -607082,6 +378609,7 @@ public static void VertexAttrib2NV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttrib2NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -607096,7 +378624,6 @@ _slots[2955] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2NV( @@ -607105,6 +378632,7 @@ public static void VertexAttrib2NV( [NativeTypeName("GLhalfNV")] ushort y ) => ThisThread.VertexAttrib2NV(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -607118,7 +378646,6 @@ _slots[2956] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2NV( @@ -607126,6 +378653,8 @@ public static void VertexAttrib2NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => ThisThread.VertexAttrib2NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -607138,7 +378667,6 @@ void IGL.VertexAttrib2NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -607147,6 +378675,7 @@ public static void VertexAttrib2NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => ThisThread.VertexAttrib2NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -607161,44 +378690,6 @@ _slots[2957] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2( @@ -607207,6 +378698,7 @@ public static void VertexAttrib2( [NativeTypeName("GLshort")] short y ) => ThisThread.VertexAttrib2(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -607221,7 +378713,6 @@ _slots[2958] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2ARB( @@ -607230,6 +378721,7 @@ public static void VertexAttrib2ARB( [NativeTypeName("GLshort")] short y ) => ThisThread.VertexAttrib2ARB(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -607244,7 +378736,6 @@ _slots[2959] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2NV( @@ -607253,6 +378744,7 @@ public static void VertexAttrib2NV( [NativeTypeName("GLshort")] short y ) => ThisThread.VertexAttrib2NV(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -607266,44 +378758,6 @@ _slots[2960] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2( @@ -607311,6 +378765,8 @@ public static void VertexAttrib2( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttrib2(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -607323,44 +378779,6 @@ void IGL.VertexAttrib2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -607369,6 +378787,7 @@ public static void VertexAttrib2( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttrib2(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -607382,7 +378801,6 @@ _slots[2961] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2ARB( @@ -607390,6 +378808,8 @@ public static void VertexAttrib2ARB( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttrib2ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -607402,7 +378822,6 @@ void IGL.VertexAttrib2ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -607411,6 +378830,7 @@ public static void VertexAttrib2ARB( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttrib2ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -607424,7 +378844,6 @@ _slots[2962] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib2NV( @@ -607432,6 +378851,8 @@ public static void VertexAttrib2NV( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttrib2NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -607444,7 +378865,6 @@ void IGL.VertexAttrib2NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -607453,6 +378873,7 @@ public static void VertexAttrib2NV( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttrib2NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -607468,44 +378889,6 @@ _slots[2963] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3( @@ -607515,6 +378898,7 @@ public static void VertexAttrib3( [NativeTypeName("GLdouble")] double z ) => ThisThread.VertexAttrib3(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -607530,7 +378914,6 @@ _slots[2964] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3ARB( @@ -607540,6 +378923,7 @@ public static void VertexAttrib3ARB( [NativeTypeName("GLdouble")] double z ) => ThisThread.VertexAttrib3ARB(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -607555,7 +378939,6 @@ _slots[2965] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3NV( @@ -607565,6 +378948,7 @@ public static void VertexAttrib3NV( [NativeTypeName("GLdouble")] double z ) => ThisThread.VertexAttrib3NV(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -607578,44 +378962,6 @@ _slots[2966] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3( @@ -607623,6 +378969,8 @@ public static void VertexAttrib3( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttrib3(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -607635,44 +378983,6 @@ void IGL.VertexAttrib3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -607681,6 +378991,7 @@ public static void VertexAttrib3( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttrib3(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -607694,7 +379005,6 @@ _slots[2967] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3ARB( @@ -607702,6 +379012,8 @@ public static void VertexAttrib3ARB( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttrib3ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -607714,7 +379026,6 @@ void IGL.VertexAttrib3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -607723,6 +379034,7 @@ public static void VertexAttrib3ARB( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttrib3ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -607736,7 +379048,6 @@ _slots[2968] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3NV( @@ -607744,6 +379055,8 @@ public static void VertexAttrib3NV( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttrib3NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -607756,7 +379069,6 @@ void IGL.VertexAttrib3NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -607765,6 +379077,7 @@ public static void VertexAttrib3NV( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttrib3NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -607780,49 +379093,6 @@ _slots[2969] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3( @@ -607832,6 +379102,7 @@ public static void VertexAttrib3( [NativeTypeName("GLfloat")] float z ) => ThisThread.VertexAttrib3(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -607847,7 +379118,6 @@ _slots[2970] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3ARB( @@ -607857,6 +379127,7 @@ public static void VertexAttrib3ARB( [NativeTypeName("GLfloat")] float z ) => ThisThread.VertexAttrib3ARB(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -607872,7 +379143,6 @@ _slots[2971] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3NV( @@ -607882,6 +379152,7 @@ public static void VertexAttrib3NV( [NativeTypeName("GLfloat")] float z ) => ThisThread.VertexAttrib3NV(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -607895,49 +379166,6 @@ _slots[2972] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3( @@ -607945,6 +379173,8 @@ public static void VertexAttrib3( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttrib3(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -607957,49 +379187,6 @@ void IGL.VertexAttrib3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -608008,6 +379195,7 @@ public static void VertexAttrib3( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttrib3(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -608021,7 +379209,6 @@ _slots[2973] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3ARB( @@ -608029,6 +379216,8 @@ public static void VertexAttrib3ARB( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttrib3ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -608041,7 +379230,6 @@ void IGL.VertexAttrib3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -608050,6 +379238,7 @@ public static void VertexAttrib3ARB( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttrib3ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -608063,7 +379252,6 @@ _slots[2974] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3NV( @@ -608071,6 +379259,8 @@ public static void VertexAttrib3NV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttrib3NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -608083,7 +379273,6 @@ void IGL.VertexAttrib3NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -608092,6 +379281,7 @@ public static void VertexAttrib3NV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttrib3NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -608107,7 +379297,6 @@ _slots[2975] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3NV( @@ -608117,6 +379306,7 @@ public static void VertexAttrib3NV( [NativeTypeName("GLhalfNV")] ushort z ) => ThisThread.VertexAttrib3NV(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -608130,7 +379320,6 @@ _slots[2976] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3NV( @@ -608138,6 +379327,8 @@ public static void VertexAttrib3NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => ThisThread.VertexAttrib3NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -608150,7 +379341,6 @@ void IGL.VertexAttrib3NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -608159,6 +379349,7 @@ public static void VertexAttrib3NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => ThisThread.VertexAttrib3NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -608174,44 +379365,6 @@ _slots[2977] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3( @@ -608221,6 +379374,7 @@ public static void VertexAttrib3( [NativeTypeName("GLshort")] short z ) => ThisThread.VertexAttrib3(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -608236,7 +379390,6 @@ _slots[2978] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3ARB( @@ -608246,6 +379399,7 @@ public static void VertexAttrib3ARB( [NativeTypeName("GLshort")] short z ) => ThisThread.VertexAttrib3ARB(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -608261,7 +379415,6 @@ _slots[2979] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3NV( @@ -608271,6 +379424,7 @@ public static void VertexAttrib3NV( [NativeTypeName("GLshort")] short z ) => ThisThread.VertexAttrib3NV(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -608284,44 +379438,6 @@ _slots[2980] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3( @@ -608329,6 +379445,8 @@ public static void VertexAttrib3( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttrib3(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -608341,44 +379459,6 @@ void IGL.VertexAttrib3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -608387,6 +379467,7 @@ public static void VertexAttrib3( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttrib3(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -608400,7 +379481,6 @@ _slots[2981] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3ARB( @@ -608408,6 +379488,8 @@ public static void VertexAttrib3ARB( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttrib3ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -608420,7 +379502,6 @@ void IGL.VertexAttrib3ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -608429,6 +379510,7 @@ public static void VertexAttrib3ARB( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttrib3ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -608442,7 +379524,6 @@ _slots[2982] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib3NV( @@ -608450,6 +379531,8 @@ public static void VertexAttrib3NV( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttrib3NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -608462,7 +379545,6 @@ void IGL.VertexAttrib3NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -608471,6 +379553,7 @@ public static void VertexAttrib3NV( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttrib3NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -608484,44 +379567,6 @@ _slots[2983] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4( @@ -608529,6 +379574,8 @@ public static void VertexAttrib4( [NativeTypeName("const GLbyte *")] sbyte* v ) => ThisThread.VertexAttrib4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -608541,44 +379588,6 @@ void IGL.VertexAttrib4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -608587,6 +379596,7 @@ public static void VertexAttrib4( [NativeTypeName("const GLbyte *")] Ref v ) => ThisThread.VertexAttrib4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -608600,7 +379610,6 @@ _slots[2984] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4ARB( @@ -608608,6 +379617,8 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLbyte *")] sbyte* v ) => ThisThread.VertexAttrib4ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -608620,7 +379631,6 @@ void IGL.VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -608629,6 +379639,7 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLbyte *")] Ref v ) => ThisThread.VertexAttrib4ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -608645,44 +379656,6 @@ _slots[2985] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4( @@ -608693,6 +379666,7 @@ public static void VertexAttrib4( [NativeTypeName("GLdouble")] double w ) => ThisThread.VertexAttrib4(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -608709,7 +379683,6 @@ _slots[2986] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4ARB( @@ -608720,6 +379693,7 @@ public static void VertexAttrib4ARB( [NativeTypeName("GLdouble")] double w ) => ThisThread.VertexAttrib4ARB(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -608736,7 +379710,6 @@ _slots[2987] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NV( @@ -608747,6 +379720,7 @@ public static void VertexAttrib4NV( [NativeTypeName("GLdouble")] double w ) => ThisThread.VertexAttrib4NV(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -608760,44 +379734,6 @@ _slots[2988] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4( @@ -608805,6 +379741,8 @@ public static void VertexAttrib4( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttrib4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -608817,44 +379755,6 @@ void IGL.VertexAttrib4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -608863,6 +379763,7 @@ public static void VertexAttrib4( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttrib4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -608876,7 +379777,6 @@ _slots[2989] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4ARB( @@ -608884,6 +379784,8 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttrib4ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -608896,7 +379798,6 @@ void IGL.VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -608905,6 +379806,7 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttrib4ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -608918,7 +379820,6 @@ _slots[2990] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NV( @@ -608926,6 +379827,8 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttrib4NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -608938,7 +379841,6 @@ void IGL.VertexAttrib4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -608947,6 +379849,7 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttrib4NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -608963,49 +379866,6 @@ _slots[2991] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4( @@ -609016,6 +379876,7 @@ public static void VertexAttrib4( [NativeTypeName("GLfloat")] float w ) => ThisThread.VertexAttrib4(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -609032,7 +379893,6 @@ _slots[2992] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4ARB( @@ -609043,6 +379903,7 @@ public static void VertexAttrib4ARB( [NativeTypeName("GLfloat")] float w ) => ThisThread.VertexAttrib4ARB(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -609059,7 +379920,6 @@ _slots[2993] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NV( @@ -609070,6 +379930,7 @@ public static void VertexAttrib4NV( [NativeTypeName("GLfloat")] float w ) => ThisThread.VertexAttrib4NV(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -609083,49 +379944,6 @@ _slots[2994] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4( @@ -609133,6 +379951,8 @@ public static void VertexAttrib4( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttrib4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -609145,49 +379965,6 @@ void IGL.VertexAttrib4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -609196,6 +379973,7 @@ public static void VertexAttrib4( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttrib4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -609209,7 +379987,6 @@ _slots[2995] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4ARB( @@ -609217,6 +379994,8 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttrib4ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -609229,7 +380008,6 @@ void IGL.VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -609238,6 +380016,7 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttrib4ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -609251,7 +380030,6 @@ _slots[2996] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NV( @@ -609259,6 +380037,8 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttrib4NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -609271,7 +380051,6 @@ void IGL.VertexAttrib4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -609280,6 +380059,7 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttrib4NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -609296,7 +380076,6 @@ _slots[2997] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NV( @@ -609307,6 +380086,7 @@ public static void VertexAttrib4NV( [NativeTypeName("GLhalfNV")] ushort w ) => ThisThread.VertexAttrib4NV(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -609320,7 +380100,6 @@ _slots[2998] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NV( @@ -609328,6 +380107,8 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => ThisThread.VertexAttrib4NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -609340,7 +380121,6 @@ void IGL.VertexAttrib4NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -609349,6 +380129,7 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => ThisThread.VertexAttrib4NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -609362,44 +380143,6 @@ _slots[2999] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4( @@ -609407,6 +380150,8 @@ public static void VertexAttrib4( [NativeTypeName("const GLint *")] int* v ) => ThisThread.VertexAttrib4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -609419,44 +380164,6 @@ void IGL.VertexAttrib4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -609465,6 +380172,7 @@ public static void VertexAttrib4( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.VertexAttrib4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -609478,7 +380186,6 @@ _slots[3000] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4ARB( @@ -609486,6 +380193,8 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLint *")] int* v ) => ThisThread.VertexAttrib4ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -609498,7 +380207,6 @@ void IGL.VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -609507,6 +380215,7 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.VertexAttrib4ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -609520,44 +380229,6 @@ _slots[3001] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4N( @@ -609565,6 +380236,8 @@ public static void VertexAttrib4N( [NativeTypeName("const GLbyte *")] sbyte* v ) => ThisThread.VertexAttrib4N(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -609577,44 +380250,6 @@ void IGL.VertexAttrib4N( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -609623,6 +380258,7 @@ public static void VertexAttrib4N( [NativeTypeName("const GLbyte *")] Ref v ) => ThisThread.VertexAttrib4N(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -609636,7 +380272,6 @@ _slots[3002] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NARB( @@ -609644,6 +380279,8 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLbyte *")] sbyte* v ) => ThisThread.VertexAttrib4NARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -609656,7 +380293,6 @@ void IGL.VertexAttrib4NARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -609665,6 +380301,7 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLbyte *")] Ref v ) => ThisThread.VertexAttrib4NARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -609678,44 +380315,6 @@ _slots[3003] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4N( @@ -609723,6 +380322,8 @@ public static void VertexAttrib4N( [NativeTypeName("const GLint *")] int* v ) => ThisThread.VertexAttrib4N(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -609735,44 +380336,6 @@ void IGL.VertexAttrib4N( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -609781,6 +380344,7 @@ public static void VertexAttrib4N( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.VertexAttrib4N(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -609794,7 +380358,6 @@ _slots[3004] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NARB( @@ -609802,6 +380365,8 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLint *")] int* v ) => ThisThread.VertexAttrib4NARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -609814,7 +380379,6 @@ void IGL.VertexAttrib4NARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -609823,6 +380387,7 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.VertexAttrib4NARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -609836,44 +380401,6 @@ _slots[3005] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4N( @@ -609881,6 +380408,8 @@ public static void VertexAttrib4N( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttrib4N(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -609893,44 +380422,6 @@ void IGL.VertexAttrib4N( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -609939,6 +380430,7 @@ public static void VertexAttrib4N( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttrib4N(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -609952,7 +380444,6 @@ _slots[3006] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NARB( @@ -609960,6 +380451,8 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttrib4NARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -609972,7 +380465,6 @@ void IGL.VertexAttrib4NARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -609981,6 +380473,7 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttrib4NARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nub")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -609997,44 +380490,6 @@ _slots[3007] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nub")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4N( @@ -610045,6 +380500,7 @@ public static void VertexAttrib4N( [NativeTypeName("GLubyte")] byte w ) => ThisThread.VertexAttrib4N(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -610061,7 +380517,6 @@ _slots[3008] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NARB( @@ -610072,6 +380527,7 @@ public static void VertexAttrib4NARB( [NativeTypeName("GLubyte")] byte w ) => ThisThread.VertexAttrib4NARB(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -610085,44 +380541,6 @@ _slots[3009] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4N( @@ -610130,6 +380548,8 @@ public static void VertexAttrib4N( [NativeTypeName("const GLubyte *")] byte* v ) => ThisThread.VertexAttrib4N(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -610142,44 +380562,6 @@ void IGL.VertexAttrib4N( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -610188,6 +380570,7 @@ public static void VertexAttrib4N( [NativeTypeName("const GLubyte *")] Ref v ) => ThisThread.VertexAttrib4N(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -610201,7 +380584,6 @@ _slots[3010] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NARB( @@ -610209,6 +380591,8 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLubyte *")] byte* v ) => ThisThread.VertexAttrib4NARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -610221,7 +380605,6 @@ void IGL.VertexAttrib4NARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -610230,6 +380613,7 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLubyte *")] Ref v ) => ThisThread.VertexAttrib4NARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -610243,44 +380627,6 @@ _slots[3011] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4N( @@ -610288,6 +380634,8 @@ public static void VertexAttrib4N( [NativeTypeName("const GLuint *")] uint* v ) => ThisThread.VertexAttrib4N(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -610300,44 +380648,6 @@ void IGL.VertexAttrib4N( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -610346,6 +380656,7 @@ public static void VertexAttrib4N( [NativeTypeName("const GLuint *")] Ref v ) => ThisThread.VertexAttrib4N(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -610359,7 +380670,6 @@ _slots[3012] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NARB( @@ -610367,6 +380677,8 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLuint *")] uint* v ) => ThisThread.VertexAttrib4NARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -610379,7 +380691,6 @@ void IGL.VertexAttrib4NARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -610388,6 +380699,7 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLuint *")] Ref v ) => ThisThread.VertexAttrib4NARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -610401,44 +380713,6 @@ _slots[3013] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4N( @@ -610446,6 +380720,8 @@ public static void VertexAttrib4N( [NativeTypeName("const GLushort *")] ushort* v ) => ThisThread.VertexAttrib4N(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -610458,44 +380734,6 @@ void IGL.VertexAttrib4N( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -610504,6 +380742,7 @@ public static void VertexAttrib4N( [NativeTypeName("const GLushort *")] Ref v ) => ThisThread.VertexAttrib4N(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -610517,7 +380756,6 @@ _slots[3014] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NARB( @@ -610525,6 +380763,8 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLushort *")] ushort* v ) => ThisThread.VertexAttrib4NARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -610537,7 +380777,6 @@ void IGL.VertexAttrib4NARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -610546,6 +380785,7 @@ public static void VertexAttrib4NARB( [NativeTypeName("const GLushort *")] Ref v ) => ThisThread.VertexAttrib4NARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -610562,44 +380802,6 @@ _slots[3015] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4( @@ -610610,6 +380812,7 @@ public static void VertexAttrib4( [NativeTypeName("GLshort")] short w ) => ThisThread.VertexAttrib4(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -610626,7 +380829,6 @@ _slots[3016] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4ARB( @@ -610637,6 +380839,7 @@ public static void VertexAttrib4ARB( [NativeTypeName("GLshort")] short w ) => ThisThread.VertexAttrib4ARB(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -610653,7 +380856,6 @@ _slots[3017] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NV( @@ -610664,6 +380866,7 @@ public static void VertexAttrib4NV( [NativeTypeName("GLshort")] short w ) => ThisThread.VertexAttrib4NV(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -610677,44 +380880,6 @@ _slots[3018] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4( @@ -610722,6 +380887,8 @@ public static void VertexAttrib4( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttrib4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -610734,44 +380901,6 @@ void IGL.VertexAttrib4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -610780,6 +380909,7 @@ public static void VertexAttrib4( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttrib4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -610793,7 +380923,6 @@ _slots[3019] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4ARB( @@ -610801,6 +380930,8 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttrib4ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -610813,7 +380944,6 @@ void IGL.VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -610822,6 +380952,7 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttrib4ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -610835,7 +380966,6 @@ _slots[3020] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NV( @@ -610843,6 +380973,8 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttrib4NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -610855,7 +380987,6 @@ void IGL.VertexAttrib4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -610864,6 +380995,7 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttrib4NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -610880,7 +381012,6 @@ _slots[3021] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NV( @@ -610891,6 +381022,7 @@ public static void VertexAttrib4NV( [NativeTypeName("GLubyte")] byte w ) => ThisThread.VertexAttrib4NV(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -610904,44 +381036,6 @@ _slots[3022] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4( @@ -610949,6 +381043,8 @@ public static void VertexAttrib4( [NativeTypeName("const GLubyte *")] byte* v ) => ThisThread.VertexAttrib4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -610961,44 +381057,6 @@ void IGL.VertexAttrib4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -611007,6 +381065,7 @@ public static void VertexAttrib4( [NativeTypeName("const GLubyte *")] Ref v ) => ThisThread.VertexAttrib4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -611020,7 +381079,6 @@ _slots[3023] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4ARB( @@ -611028,6 +381086,8 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLubyte *")] byte* v ) => ThisThread.VertexAttrib4ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -611040,7 +381100,6 @@ void IGL.VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -611049,6 +381108,7 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLubyte *")] Ref v ) => ThisThread.VertexAttrib4ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -611062,7 +381122,6 @@ _slots[3024] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4NV( @@ -611070,6 +381129,8 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLubyte *")] byte* v ) => ThisThread.VertexAttrib4NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -611082,7 +381143,6 @@ void IGL.VertexAttrib4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -611091,6 +381151,7 @@ public static void VertexAttrib4NV( [NativeTypeName("const GLubyte *")] Ref v ) => ThisThread.VertexAttrib4NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -611104,44 +381165,6 @@ _slots[3025] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4( @@ -611149,6 +381172,8 @@ public static void VertexAttrib4( [NativeTypeName("const GLuint *")] uint* v ) => ThisThread.VertexAttrib4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -611161,44 +381186,6 @@ void IGL.VertexAttrib4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -611207,6 +381194,7 @@ public static void VertexAttrib4( [NativeTypeName("const GLuint *")] Ref v ) => ThisThread.VertexAttrib4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -611220,7 +381208,6 @@ _slots[3026] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4ARB( @@ -611228,6 +381215,8 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLuint *")] uint* v ) => ThisThread.VertexAttrib4ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -611240,7 +381229,6 @@ void IGL.VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -611249,6 +381237,7 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLuint *")] Ref v ) => ThisThread.VertexAttrib4ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -611262,44 +381251,6 @@ _slots[3027] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4( @@ -611307,6 +381258,8 @@ public static void VertexAttrib4( [NativeTypeName("const GLushort *")] ushort* v ) => ThisThread.VertexAttrib4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -611319,44 +381272,6 @@ void IGL.VertexAttrib4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -611365,6 +381280,7 @@ public static void VertexAttrib4( [NativeTypeName("const GLushort *")] Ref v ) => ThisThread.VertexAttrib4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -611378,7 +381294,6 @@ _slots[3028] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttrib4ARB( @@ -611386,6 +381301,8 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLushort *")] ushort* v ) => ThisThread.VertexAttrib4ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -611398,7 +381315,6 @@ void IGL.VertexAttrib4ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -611407,6 +381323,7 @@ public static void VertexAttrib4ARB( [NativeTypeName("const GLushort *")] Ref v ) => ThisThread.VertexAttrib4ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, @@ -611428,7 +381345,6 @@ _slots[3029] is not null and var loadedFnPtr ) )(index, size, type, normalized, stride, buffer, offset); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribArrayObjectATI( @@ -611450,6 +381366,8 @@ public static void VertexAttribArrayObjectATI( offset ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, @@ -611470,7 +381388,6 @@ void IGL.VertexAttribArrayObjectATI( offset ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -611493,6 +381410,7 @@ public static void VertexAttribArrayObjectATI( offset ); + [NativeFunction("opengl", EntryPoint = "glVertexAttribBinding")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribBinding( [NativeTypeName("GLuint")] uint attribindex, @@ -611506,28 +381424,6 @@ _slots[3030] is not null and var loadedFnPtr ) )(attribindex, bindingindex); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribBinding")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribBinding( @@ -611535,6 +381431,7 @@ public static void VertexAttribBinding( [NativeTypeName("GLuint")] uint bindingindex ) => ThisThread.VertexAttribBinding(attribindex, bindingindex); + [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribDivisor( [NativeTypeName("GLuint")] uint index, @@ -611548,34 +381445,6 @@ _slots[3031] is not null and var loadedFnPtr ) )(index, divisor); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribDivisor( @@ -611583,8 +381452,9 @@ public static void VertexAttribDivisor( [NativeTypeName("GLuint")] uint divisor ) => ThisThread.VertexAttribDivisor(index, divisor); + [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribDivisorAngle( + void IGL.VertexAttribDivisorANGLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ) => @@ -611599,14 +381469,14 @@ _slots[3032] is not null and var loadedFnPtr ) )(index, divisor); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorANGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribDivisorAngle( + public static void VertexAttribDivisorANGLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor - ) => ThisThread.VertexAttribDivisorAngle(index, divisor); + ) => ThisThread.VertexAttribDivisorANGLE(index, divisor); + [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribDivisorARB( [NativeTypeName("GLuint")] uint index, @@ -611623,8 +381493,6 @@ _slots[3033] is not null and var loadedFnPtr ) )(index, divisor); - [SupportedApiProfile("gl", ["GL_ARB_instanced_arrays"])] - [SupportedApiProfile("glcore", ["GL_ARB_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribDivisorARB( @@ -611632,6 +381500,7 @@ public static void VertexAttribDivisorARB( [NativeTypeName("GLuint")] uint divisor ) => ThisThread.VertexAttribDivisorARB(index, divisor); + [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint index, @@ -611648,7 +381517,6 @@ _slots[3034] is not null and var loadedFnPtr ) )(index, divisor); - [SupportedApiProfile("gles2", ["GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribDivisorEXT( @@ -611656,6 +381524,7 @@ public static void VertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint divisor ) => ThisThread.VertexAttribDivisorEXT(index, divisor); + [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribDivisorNV( [NativeTypeName("GLuint")] uint index, @@ -611669,7 +381538,6 @@ _slots[3035] is not null and var loadedFnPtr ) )(index, divisor); - [SupportedApiProfile("gles2", ["GL_NV_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribDivisorNV( @@ -611677,6 +381545,7 @@ public static void VertexAttribDivisorNV( [NativeTypeName("GLuint")] uint divisor ) => ThisThread.VertexAttribDivisorNV(index, divisor); + [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribFormat( [NativeTypeName("GLuint")] uint attribindex, @@ -611693,28 +381562,6 @@ _slots[3036] is not null and var loadedFnPtr ) )(attribindex, size, type, normalized, relativeoffset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribFormat( @@ -611725,6 +381572,8 @@ public static void VertexAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ThisThread.VertexAttribFormat(attribindex, size, type, normalized, relativeoffset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribFormat( [NativeTypeName("GLuint")] uint attribindex, @@ -611741,28 +381590,6 @@ void IGL.VertexAttribFormat( relativeoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -611774,6 +381601,7 @@ public static void VertexAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ThisThread.VertexAttribFormat(attribindex, size, type, normalized, relativeoffset); + [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribFormatNV( [NativeTypeName("GLuint")] uint index, @@ -611790,8 +381618,6 @@ _slots[3037] is not null and var loadedFnPtr ) )(index, size, type, normalized, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribFormatNV( @@ -611802,6 +381628,8 @@ public static void VertexAttribFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.VertexAttribFormatNV(index, size, type, normalized, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribFormatNV( [NativeTypeName("GLuint")] uint index, @@ -611811,8 +381639,6 @@ void IGL.VertexAttribFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ((IGL)this).VertexAttribFormatNV(index, size, (uint)type, (uint)normalized, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -611824,6 +381650,7 @@ public static void VertexAttribFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.VertexAttribFormatNV(index, size, type, normalized, stride); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI1( [NativeTypeName("GLuint")] uint index, @@ -611837,40 +381664,6 @@ _slots[3038] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI1( @@ -611878,6 +381671,7 @@ public static void VertexAttribI1( [NativeTypeName("GLint")] int x ) => ThisThread.VertexAttribI1(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI1EXT( [NativeTypeName("GLuint")] uint index, @@ -611891,7 +381685,6 @@ _slots[3039] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI1EXT( @@ -611899,8 +381692,9 @@ public static void VertexAttribI1EXT( [NativeTypeName("GLint")] int x ) => ThisThread.VertexAttribI1EXT(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1Iv( + void IGL.VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ) => @@ -611912,151 +381706,54 @@ _slots[3040] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1Iv( + public static void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v - ) => ThisThread.VertexAttribI1Iv(index, v); + ) => ThisThread.VertexAttribI1iv(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1Iv( + void IGL.VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v ) { fixed (int* __dsl_v = v) { - ((IGL)this).VertexAttribI1Iv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ((IGL)this).VertexAttribI1iv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1Iv( + public static void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v - ) => ThisThread.VertexAttribI1Iv(index, v); + ) => ThisThread.VertexAttribI1iv(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1Iv( + void IGL.VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v - ) => ((IGL)this).VertexAttribI1Iv(index, (int*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => ((IGL)this).VertexAttribI1iv(index, (int*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1Iv( + public static void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v - ) => ThisThread.VertexAttribI1Iv(index, v); + ) => ThisThread.VertexAttribI1iv(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1IvEXT( + void IGL.VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ) => @@ -612068,52 +381765,54 @@ _slots[3041] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1IvEXT( + public static void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v - ) => ThisThread.VertexAttribI1IvEXT(index, v); + ) => ThisThread.VertexAttribI1ivEXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1IvEXT( + void IGL.VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v ) { fixed (int* __dsl_v = v) { - ((IGL)this).VertexAttribI1IvEXT(index, __dsl_v); + ((IGL)this).VertexAttribI1ivEXT(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1IvEXT( + public static void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v - ) => ThisThread.VertexAttribI1IvEXT(index, v); + ) => ThisThread.VertexAttribI1ivEXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1IvEXT( + void IGL.VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v - ) => ((IGL)this).VertexAttribI1IvEXT(index, (int*)&v); + ) => ((IGL)this).VertexAttribI1ivEXT(index, (int*)&v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1IvEXT( + public static void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v - ) => ThisThread.VertexAttribI1IvEXT(index, v); + ) => ThisThread.VertexAttribI1ivEXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1Ui( + void IGL.VertexAttribI1ui( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x ) => @@ -612125,49 +381824,16 @@ _slots[3042] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1Ui( + public static void VertexAttribI1ui( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x - ) => ThisThread.VertexAttribI1Ui(index, x); + ) => ThisThread.VertexAttribI1ui(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1UiEXT( + void IGL.VertexAttribI1uiEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x ) => @@ -612179,16 +381845,16 @@ _slots[3043] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1UiEXT( + public static void VertexAttribI1uiEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x - ) => ThisThread.VertexAttribI1UiEXT(index, x); + ) => ThisThread.VertexAttribI1uiEXT(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1Uiv( + void IGL.VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ) => @@ -612200,151 +381866,54 @@ _slots[3044] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1Uiv( + public static void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v - ) => ThisThread.VertexAttribI1Uiv(index, v); + ) => ThisThread.VertexAttribI1uiv(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1Uiv( + void IGL.VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v ) { fixed (uint* __dsl_v = v) { - ((IGL)this).VertexAttribI1Uiv(index, __dsl_v); - } - } - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ((IGL)this).VertexAttribI1uiv(index, __dsl_v); + } + } + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1Uiv( + public static void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v - ) => ThisThread.VertexAttribI1Uiv(index, v); + ) => ThisThread.VertexAttribI1uiv(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1Uiv( + void IGL.VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v - ) => ((IGL)this).VertexAttribI1Uiv(index, (uint*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ) => ((IGL)this).VertexAttribI1uiv(index, (uint*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1Uiv( + public static void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v - ) => ThisThread.VertexAttribI1Uiv(index, v); + ) => ThisThread.VertexAttribI1uiv(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1UivEXT( + void IGL.VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ) => @@ -612356,50 +381925,52 @@ _slots[3045] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1UivEXT( + public static void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v - ) => ThisThread.VertexAttribI1UivEXT(index, v); + ) => ThisThread.VertexAttribI1uivEXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1UivEXT( + void IGL.VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v ) { fixed (uint* __dsl_v = v) { - ((IGL)this).VertexAttribI1UivEXT(index, __dsl_v); + ((IGL)this).VertexAttribI1uivEXT(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1UivEXT( + public static void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v - ) => ThisThread.VertexAttribI1UivEXT(index, v); + ) => ThisThread.VertexAttribI1uivEXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribI1UivEXT( + void IGL.VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v - ) => ((IGL)this).VertexAttribI1UivEXT(index, (uint*)&v); + ) => ((IGL)this).VertexAttribI1uivEXT(index, (uint*)&v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribI1UivEXT( + public static void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v - ) => ThisThread.VertexAttribI1UivEXT(index, v); + ) => ThisThread.VertexAttribI1uivEXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI2( [NativeTypeName("GLuint")] uint index, @@ -612414,40 +381985,6 @@ _slots[3046] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI2( @@ -612456,6 +381993,7 @@ public static void VertexAttribI2( [NativeTypeName("GLint")] int y ) => ThisThread.VertexAttribI2(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, @@ -612470,7 +382008,6 @@ _slots[3047] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI2EXT( @@ -612479,6 +382016,7 @@ public static void VertexAttribI2EXT( [NativeTypeName("GLint")] int y ) => ThisThread.VertexAttribI2EXT(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI2( [NativeTypeName("GLuint")] uint index, @@ -612492,40 +382030,6 @@ _slots[3048] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI2( @@ -612533,6 +382037,8 @@ public static void VertexAttribI2( [NativeTypeName("const GLint *")] int* v ) => ThisThread.VertexAttribI2(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI2( [NativeTypeName("GLuint")] uint index, @@ -612545,40 +382051,6 @@ void IGL.VertexAttribI2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -612587,6 +382059,7 @@ public static void VertexAttribI2( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.VertexAttribI2(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, @@ -612600,7 +382073,6 @@ _slots[3049] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI2EXT( @@ -612608,6 +382080,8 @@ public static void VertexAttribI2EXT( [NativeTypeName("const GLint *")] int* v ) => ThisThread.VertexAttribI2EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, @@ -612620,7 +382094,6 @@ void IGL.VertexAttribI2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -612629,6 +382102,7 @@ public static void VertexAttribI2EXT( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.VertexAttribI2EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI2( [NativeTypeName("GLuint")] uint index, @@ -612643,40 +382117,6 @@ _slots[3050] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI2( @@ -612685,6 +382125,7 @@ public static void VertexAttribI2( [NativeTypeName("GLuint")] uint y ) => ThisThread.VertexAttribI2(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, @@ -612699,7 +382140,6 @@ _slots[3051] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI2EXT( @@ -612708,6 +382148,7 @@ public static void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint y ) => ThisThread.VertexAttribI2EXT(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI2( [NativeTypeName("GLuint")] uint index, @@ -612721,40 +382162,6 @@ _slots[3052] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI2( @@ -612762,6 +382169,8 @@ public static void VertexAttribI2( [NativeTypeName("const GLuint *")] uint* v ) => ThisThread.VertexAttribI2(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI2( [NativeTypeName("GLuint")] uint index, @@ -612774,40 +382183,6 @@ void IGL.VertexAttribI2( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -612816,6 +382191,7 @@ public static void VertexAttribI2( [NativeTypeName("const GLuint *")] Ref v ) => ThisThread.VertexAttribI2(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, @@ -612829,7 +382205,6 @@ _slots[3053] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI2EXT( @@ -612837,6 +382212,8 @@ public static void VertexAttribI2EXT( [NativeTypeName("const GLuint *")] uint* v ) => ThisThread.VertexAttribI2EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, @@ -612849,7 +382226,6 @@ void IGL.VertexAttribI2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -612858,6 +382234,7 @@ public static void VertexAttribI2EXT( [NativeTypeName("const GLuint *")] Ref v ) => ThisThread.VertexAttribI2EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI3( [NativeTypeName("GLuint")] uint index, @@ -612873,40 +382250,6 @@ _slots[3054] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI3( @@ -612916,6 +382259,7 @@ public static void VertexAttribI3( [NativeTypeName("GLint")] int z ) => ThisThread.VertexAttribI3(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, @@ -612931,7 +382275,6 @@ _slots[3055] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI3EXT( @@ -612941,6 +382284,7 @@ public static void VertexAttribI3EXT( [NativeTypeName("GLint")] int z ) => ThisThread.VertexAttribI3EXT(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI3( [NativeTypeName("GLuint")] uint index, @@ -612954,40 +382298,6 @@ _slots[3056] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI3( @@ -612995,6 +382305,8 @@ public static void VertexAttribI3( [NativeTypeName("const GLint *")] int* v ) => ThisThread.VertexAttribI3(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI3( [NativeTypeName("GLuint")] uint index, @@ -613007,40 +382319,6 @@ void IGL.VertexAttribI3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -613049,6 +382327,7 @@ public static void VertexAttribI3( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.VertexAttribI3(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, @@ -613062,7 +382341,6 @@ _slots[3057] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI3EXT( @@ -613070,6 +382348,8 @@ public static void VertexAttribI3EXT( [NativeTypeName("const GLint *")] int* v ) => ThisThread.VertexAttribI3EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, @@ -613082,7 +382362,6 @@ void IGL.VertexAttribI3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -613091,6 +382370,7 @@ public static void VertexAttribI3EXT( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.VertexAttribI3EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI3( [NativeTypeName("GLuint")] uint index, @@ -613106,40 +382386,6 @@ _slots[3058] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI3( @@ -613149,6 +382395,7 @@ public static void VertexAttribI3( [NativeTypeName("GLuint")] uint z ) => ThisThread.VertexAttribI3(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, @@ -613164,7 +382411,6 @@ _slots[3059] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI3EXT( @@ -613174,6 +382420,7 @@ public static void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint z ) => ThisThread.VertexAttribI3EXT(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI3( [NativeTypeName("GLuint")] uint index, @@ -613187,40 +382434,6 @@ _slots[3060] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI3( @@ -613228,6 +382441,8 @@ public static void VertexAttribI3( [NativeTypeName("const GLuint *")] uint* v ) => ThisThread.VertexAttribI3(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI3( [NativeTypeName("GLuint")] uint index, @@ -613240,40 +382455,6 @@ void IGL.VertexAttribI3( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -613282,6 +382463,7 @@ public static void VertexAttribI3( [NativeTypeName("const GLuint *")] Ref v ) => ThisThread.VertexAttribI3(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, @@ -613295,7 +382477,6 @@ _slots[3061] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI3EXT( @@ -613303,6 +382484,8 @@ public static void VertexAttribI3EXT( [NativeTypeName("const GLuint *")] uint* v ) => ThisThread.VertexAttribI3EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, @@ -613315,7 +382498,6 @@ void IGL.VertexAttribI3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -613324,6 +382506,7 @@ public static void VertexAttribI3EXT( [NativeTypeName("const GLuint *")] Ref v ) => ThisThread.VertexAttribI3EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -613337,40 +382520,6 @@ _slots[3062] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4( @@ -613378,6 +382527,8 @@ public static void VertexAttribI4( [NativeTypeName("const GLbyte *")] sbyte* v ) => ThisThread.VertexAttribI4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -613390,40 +382541,6 @@ void IGL.VertexAttribI4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -613432,6 +382549,7 @@ public static void VertexAttribI4( [NativeTypeName("const GLbyte *")] Ref v ) => ThisThread.VertexAttribI4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -613445,7 +382563,6 @@ _slots[3063] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4EXT( @@ -613453,6 +382570,8 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLbyte *")] sbyte* v ) => ThisThread.VertexAttribI4EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -613465,7 +382584,6 @@ void IGL.VertexAttribI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -613474,6 +382592,7 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLbyte *")] Ref v ) => ThisThread.VertexAttribI4EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -613490,40 +382609,6 @@ _slots[3064] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4( @@ -613534,6 +382619,7 @@ public static void VertexAttribI4( [NativeTypeName("GLint")] int w ) => ThisThread.VertexAttribI4(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -613550,7 +382636,6 @@ _slots[3065] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4EXT( @@ -613561,6 +382646,7 @@ public static void VertexAttribI4EXT( [NativeTypeName("GLint")] int w ) => ThisThread.VertexAttribI4EXT(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -613574,40 +382660,6 @@ _slots[3066] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4( @@ -613615,6 +382667,8 @@ public static void VertexAttribI4( [NativeTypeName("const GLint *")] int* v ) => ThisThread.VertexAttribI4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -613627,40 +382681,6 @@ void IGL.VertexAttribI4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -613669,6 +382689,7 @@ public static void VertexAttribI4( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.VertexAttribI4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -613682,7 +382703,6 @@ _slots[3067] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4EXT( @@ -613690,6 +382710,8 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLint *")] int* v ) => ThisThread.VertexAttribI4EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -613702,7 +382724,6 @@ void IGL.VertexAttribI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -613711,6 +382732,7 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLint *")] Ref v ) => ThisThread.VertexAttribI4EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -613724,40 +382746,6 @@ _slots[3068] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4( @@ -613765,6 +382753,8 @@ public static void VertexAttribI4( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttribI4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -613777,40 +382767,6 @@ void IGL.VertexAttribI4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -613819,6 +382775,7 @@ public static void VertexAttribI4( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttribI4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -613832,7 +382789,6 @@ _slots[3069] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4EXT( @@ -613840,6 +382796,8 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttribI4EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -613852,7 +382810,6 @@ void IGL.VertexAttribI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -613861,6 +382818,7 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttribI4EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -613874,40 +382832,6 @@ _slots[3070] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4( @@ -613915,6 +382839,8 @@ public static void VertexAttribI4( [NativeTypeName("const GLubyte *")] byte* v ) => ThisThread.VertexAttribI4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -613927,40 +382853,6 @@ void IGL.VertexAttribI4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -613969,6 +382861,7 @@ public static void VertexAttribI4( [NativeTypeName("const GLubyte *")] Ref v ) => ThisThread.VertexAttribI4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -613982,7 +382875,6 @@ _slots[3071] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4EXT( @@ -613990,6 +382882,8 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLubyte *")] byte* v ) => ThisThread.VertexAttribI4EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -614002,7 +382896,6 @@ void IGL.VertexAttribI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -614011,6 +382904,7 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLubyte *")] Ref v ) => ThisThread.VertexAttribI4EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -614027,40 +382921,6 @@ _slots[3072] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4( @@ -614071,6 +382931,7 @@ public static void VertexAttribI4( [NativeTypeName("GLuint")] uint w ) => ThisThread.VertexAttribI4(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -614087,7 +382948,6 @@ _slots[3073] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4EXT( @@ -614098,6 +382958,7 @@ public static void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint w ) => ThisThread.VertexAttribI4EXT(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -614111,40 +382972,6 @@ _slots[3074] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4( @@ -614152,6 +382979,8 @@ public static void VertexAttribI4( [NativeTypeName("const GLuint *")] uint* v ) => ThisThread.VertexAttribI4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -614164,40 +382993,6 @@ void IGL.VertexAttribI4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -614206,6 +383001,7 @@ public static void VertexAttribI4( [NativeTypeName("const GLuint *")] Ref v ) => ThisThread.VertexAttribI4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -614219,7 +383015,6 @@ _slots[3075] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4EXT( @@ -614227,6 +383022,8 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLuint *")] uint* v ) => ThisThread.VertexAttribI4EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -614239,7 +383036,6 @@ void IGL.VertexAttribI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -614248,6 +383044,7 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLuint *")] Ref v ) => ThisThread.VertexAttribI4EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -614261,40 +383058,6 @@ _slots[3076] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4( @@ -614302,6 +383065,8 @@ public static void VertexAttribI4( [NativeTypeName("const GLushort *")] ushort* v ) => ThisThread.VertexAttribI4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -614314,40 +383079,6 @@ void IGL.VertexAttribI4( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -614356,6 +383087,7 @@ public static void VertexAttribI4( [NativeTypeName("const GLushort *")] Ref v ) => ThisThread.VertexAttribI4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -614369,7 +383101,6 @@ _slots[3077] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribI4EXT( @@ -614377,6 +383108,8 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLushort *")] ushort* v ) => ThisThread.VertexAttribI4EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -614389,7 +383122,6 @@ void IGL.VertexAttribI4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -614398,6 +383130,7 @@ public static void VertexAttribI4EXT( [NativeTypeName("const GLushort *")] Ref v ) => ThisThread.VertexAttribI4EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribIFormat( [NativeTypeName("GLuint")] uint attribindex, @@ -614413,28 +383146,6 @@ _slots[3078] is not null and var loadedFnPtr ) )(attribindex, size, type, relativeoffset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribIFormat( @@ -614444,6 +383155,8 @@ public static void VertexAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ThisThread.VertexAttribIFormat(attribindex, size, type, relativeoffset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribIFormat( [NativeTypeName("GLuint")] uint attribindex, @@ -614452,28 +383165,6 @@ void IGL.VertexAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ((IGL)this).VertexAttribIFormat(attribindex, size, (uint)type, relativeoffset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -614484,6 +383175,7 @@ public static void VertexAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ThisThread.VertexAttribIFormat(attribindex, size, type, relativeoffset); + [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribIFormatNV( [NativeTypeName("GLuint")] uint index, @@ -614499,8 +383191,6 @@ _slots[3079] is not null and var loadedFnPtr ) )(index, size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribIFormatNV( @@ -614510,6 +383200,8 @@ public static void VertexAttribIFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.VertexAttribIFormatNV(index, size, type, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribIFormatNV( [NativeTypeName("GLuint")] uint index, @@ -614518,8 +383210,6 @@ void IGL.VertexAttribIFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ((IGL)this).VertexAttribIFormatNV(index, size, (uint)type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -614530,6 +383220,7 @@ public static void VertexAttribIFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.VertexAttribIFormatNV(index, size, type, stride); + [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribIPointer( [NativeTypeName("GLuint")] uint index, @@ -614546,40 +383237,6 @@ _slots[3080] is not null and var loadedFnPtr ) )(index, size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribIPointer( @@ -614590,6 +383247,8 @@ public static void VertexAttribIPointer( [NativeTypeName("const void *")] void* pointer ) => ThisThread.VertexAttribIPointer(index, size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribIPointer( [NativeTypeName("GLuint")] uint index, @@ -614605,40 +383264,6 @@ void IGL.VertexAttribIPointer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -614650,6 +383275,7 @@ public static void VertexAttribIPointer( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.VertexAttribIPointer(index, size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribIPointerEXT( [NativeTypeName("GLuint")] uint index, @@ -614669,7 +383295,6 @@ _slots[3081] is not null and var loadedFnPtr ) )(index, size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribIPointerEXT( @@ -614680,6 +383305,8 @@ public static void VertexAttribIPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.VertexAttribIPointerEXT(index, size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribIPointerEXT( [NativeTypeName("GLuint")] uint index, @@ -614695,7 +383322,6 @@ void IGL.VertexAttribIPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -614707,6 +383333,7 @@ public static void VertexAttribIPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.VertexAttribIPointerEXT(index, size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL1( [NativeTypeName("GLuint")] uint index, @@ -614720,32 +383347,6 @@ _slots[3082] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL1( @@ -614753,6 +383354,7 @@ public static void VertexAttribL1( [NativeTypeName("GLdouble")] double x ) => ThisThread.VertexAttribL1(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL1EXT( [NativeTypeName("GLuint")] uint index, @@ -614766,7 +383368,6 @@ _slots[3083] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL1EXT( @@ -614774,8 +383375,9 @@ public static void VertexAttribL1EXT( [NativeTypeName("GLdouble")] double x ) => ThisThread.VertexAttribL1EXT(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1Dv( + void IGL.VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ) => @@ -614787,127 +383389,54 @@ _slots[3084] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1Dv( + public static void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => ThisThread.VertexAttribL1Dv(index, v); + ) => ThisThread.VertexAttribL1dv(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1Dv( + void IGL.VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - ((IGL)this).VertexAttribL1Dv(index, __dsl_v); + ((IGL)this).VertexAttribL1dv(index, __dsl_v); } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1Dv( + public static void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v - ) => ThisThread.VertexAttribL1Dv(index, v); + ) => ThisThread.VertexAttribL1dv(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1Dv( + void IGL.VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => ((IGL)this).VertexAttribL1Dv(index, (double*)&v); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] + ) => ((IGL)this).VertexAttribL1dv(index, (double*)&v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1Dv( + public static void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => ThisThread.VertexAttribL1Dv(index, v); + ) => ThisThread.VertexAttribL1dv(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1DvEXT( + void IGL.VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ) => @@ -614919,50 +383448,52 @@ _slots[3085] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1DvEXT( + public static void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v - ) => ThisThread.VertexAttribL1DvEXT(index, v); + ) => ThisThread.VertexAttribL1dvEXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1DvEXT( + void IGL.VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ) { fixed (double* __dsl_v = v) { - ((IGL)this).VertexAttribL1DvEXT(index, __dsl_v); + ((IGL)this).VertexAttribL1dvEXT(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1DvEXT( + public static void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v - ) => ThisThread.VertexAttribL1DvEXT(index, v); + ) => ThisThread.VertexAttribL1dvEXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1DvEXT( + void IGL.VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => ((IGL)this).VertexAttribL1DvEXT(index, (double*)&v); + ) => ((IGL)this).VertexAttribL1dvEXT(index, (double*)&v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1DvEXT( + public static void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v - ) => ThisThread.VertexAttribL1DvEXT(index, v); + ) => ThisThread.VertexAttribL1dvEXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL1NV( [NativeTypeName("GLuint")] uint index, @@ -614976,8 +383507,6 @@ _slots[3086] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL1NV( @@ -614985,8 +383514,9 @@ public static void VertexAttribL1NV( [NativeTypeName("GLint64EXT")] long x ) => ThisThread.VertexAttribL1NV(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1I64VNV( + void IGL.VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ) => @@ -614998,53 +383528,52 @@ _slots[3087] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1I64VNV( + public static void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v - ) => ThisThread.VertexAttribL1I64VNV(index, v); + ) => ThisThread.VertexAttribL1i64vNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1I64VNV( + void IGL.VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] Ref v ) { fixed (long* __dsl_v = v) { - ((IGL)this).VertexAttribL1I64VNV(index, __dsl_v); + ((IGL)this).VertexAttribL1i64vNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1I64VNV( + public static void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] Ref v - ) => ThisThread.VertexAttribL1I64VNV(index, v); + ) => ThisThread.VertexAttribL1i64vNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1I64VNV( + void IGL.VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long v - ) => ((IGL)this).VertexAttribL1I64VNV(index, (long*)&v); + ) => ((IGL)this).VertexAttribL1i64vNV(index, (long*)&v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1I64VNV( + public static void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long v - ) => ThisThread.VertexAttribL1I64VNV(index, v); + ) => ThisThread.VertexAttribL1i64vNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL1ARB( [NativeTypeName("GLuint")] uint index, @@ -615058,8 +383587,6 @@ _slots[3088] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64ARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL1ARB( @@ -615067,8 +383594,9 @@ public static void VertexAttribL1ARB( [NativeTypeName("GLuint64EXT")] ulong x ) => ThisThread.VertexAttribL1ARB(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1Ui64NV( + void IGL.VertexAttribL1ui64NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x ) => @@ -615080,15 +383608,14 @@ _slots[3089] is not null and var loadedFnPtr ) )(index, x); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1Ui64NV( + public static void VertexAttribL1ui64NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x - ) => ThisThread.VertexAttribL1Ui64NV(index, x); + ) => ThisThread.VertexAttribL1ui64NV(index, x); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL1ARB( [NativeTypeName("GLuint")] uint index, @@ -615105,8 +383632,6 @@ _slots[3090] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL1ARB( @@ -615114,6 +383639,8 @@ public static void VertexAttribL1ARB( [NativeTypeName("const GLuint64EXT *")] ulong* v ) => ThisThread.VertexAttribL1ARB(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL1ARB( [NativeTypeName("GLuint")] uint index, @@ -615126,8 +383653,6 @@ void IGL.VertexAttribL1ARB( } } - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -615136,8 +383661,9 @@ public static void VertexAttribL1ARB( [NativeTypeName("const GLuint64EXT *")] Ref v ) => ThisThread.VertexAttribL1ARB(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1Ui64VNV( + void IGL.VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ) => @@ -615149,53 +383675,52 @@ _slots[3091] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1Ui64VNV( + public static void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v - ) => ThisThread.VertexAttribL1Ui64VNV(index, v); + ) => ThisThread.VertexAttribL1ui64vNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1Ui64VNV( + void IGL.VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] Ref v ) { fixed (ulong* __dsl_v = v) { - ((IGL)this).VertexAttribL1Ui64VNV(index, __dsl_v); + ((IGL)this).VertexAttribL1ui64vNV(index, __dsl_v); } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1Ui64VNV( + public static void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] Ref v - ) => ThisThread.VertexAttribL1Ui64VNV(index, v); + ) => ThisThread.VertexAttribL1ui64vNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribL1Ui64VNV( + void IGL.VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong v - ) => ((IGL)this).VertexAttribL1Ui64VNV(index, (ulong*)&v); + ) => ((IGL)this).VertexAttribL1ui64vNV(index, (ulong*)&v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribL1Ui64VNV( + public static void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong v - ) => ThisThread.VertexAttribL1Ui64VNV(index, v); + ) => ThisThread.VertexAttribL1ui64vNV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL2( [NativeTypeName("GLuint")] uint index, @@ -615210,32 +383735,6 @@ _slots[3092] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL2( @@ -615244,6 +383743,7 @@ public static void VertexAttribL2( [NativeTypeName("GLdouble")] double y ) => ThisThread.VertexAttribL2(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL2EXT( [NativeTypeName("GLuint")] uint index, @@ -615258,7 +383758,6 @@ _slots[3093] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL2EXT( @@ -615267,6 +383766,7 @@ public static void VertexAttribL2EXT( [NativeTypeName("GLdouble")] double y ) => ThisThread.VertexAttribL2EXT(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL2( [NativeTypeName("GLuint")] uint index, @@ -615280,32 +383780,6 @@ _slots[3094] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL2( @@ -615313,6 +383787,8 @@ public static void VertexAttribL2( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttribL2(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL2( [NativeTypeName("GLuint")] uint index, @@ -615325,32 +383801,6 @@ void IGL.VertexAttribL2( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -615359,6 +383809,7 @@ public static void VertexAttribL2( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttribL2(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL2EXT( [NativeTypeName("GLuint")] uint index, @@ -615372,7 +383823,6 @@ _slots[3095] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL2EXT( @@ -615380,6 +383830,8 @@ public static void VertexAttribL2EXT( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttribL2EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL2EXT( [NativeTypeName("GLuint")] uint index, @@ -615392,7 +383844,6 @@ void IGL.VertexAttribL2EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -615401,6 +383852,7 @@ public static void VertexAttribL2EXT( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttribL2EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, @@ -615415,8 +383867,6 @@ _slots[3096] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL2NV( @@ -615425,6 +383875,7 @@ public static void VertexAttribL2NV( [NativeTypeName("GLint64EXT")] long y ) => ThisThread.VertexAttribL2NV(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, @@ -615438,8 +383889,6 @@ _slots[3097] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL2NV( @@ -615447,6 +383896,8 @@ public static void VertexAttribL2NV( [NativeTypeName("const GLint64EXT *")] long* v ) => ThisThread.VertexAttribL2NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, @@ -615459,8 +383910,6 @@ void IGL.VertexAttribL2NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -615469,6 +383918,7 @@ public static void VertexAttribL2NV( [NativeTypeName("const GLint64EXT *")] Ref v ) => ThisThread.VertexAttribL2NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, @@ -615483,8 +383933,6 @@ _slots[3098] is not null and var loadedFnPtr ) )(index, x, y); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL2NV( @@ -615493,6 +383941,7 @@ public static void VertexAttribL2NV( [NativeTypeName("GLuint64EXT")] ulong y ) => ThisThread.VertexAttribL2NV(index, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, @@ -615506,8 +383955,6 @@ _slots[3099] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL2NV( @@ -615515,6 +383962,8 @@ public static void VertexAttribL2NV( [NativeTypeName("const GLuint64EXT *")] ulong* v ) => ThisThread.VertexAttribL2NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, @@ -615527,8 +383976,6 @@ void IGL.VertexAttribL2NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -615537,6 +383984,7 @@ public static void VertexAttribL2NV( [NativeTypeName("const GLuint64EXT *")] Ref v ) => ThisThread.VertexAttribL2NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL3( [NativeTypeName("GLuint")] uint index, @@ -615552,32 +384000,6 @@ _slots[3100] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL3( @@ -615587,6 +384009,7 @@ public static void VertexAttribL3( [NativeTypeName("GLdouble")] double z ) => ThisThread.VertexAttribL3(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL3EXT( [NativeTypeName("GLuint")] uint index, @@ -615602,7 +384025,6 @@ _slots[3101] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL3EXT( @@ -615612,6 +384034,7 @@ public static void VertexAttribL3EXT( [NativeTypeName("GLdouble")] double z ) => ThisThread.VertexAttribL3EXT(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL3( [NativeTypeName("GLuint")] uint index, @@ -615625,32 +384048,6 @@ _slots[3102] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL3( @@ -615658,6 +384055,8 @@ public static void VertexAttribL3( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttribL3(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL3( [NativeTypeName("GLuint")] uint index, @@ -615670,32 +384069,6 @@ void IGL.VertexAttribL3( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -615704,6 +384077,7 @@ public static void VertexAttribL3( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttribL3(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL3EXT( [NativeTypeName("GLuint")] uint index, @@ -615717,7 +384091,6 @@ _slots[3103] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL3EXT( @@ -615725,6 +384098,8 @@ public static void VertexAttribL3EXT( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttribL3EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL3EXT( [NativeTypeName("GLuint")] uint index, @@ -615737,7 +384112,6 @@ void IGL.VertexAttribL3EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -615746,6 +384120,7 @@ public static void VertexAttribL3EXT( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttribL3EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, @@ -615761,8 +384136,6 @@ _slots[3104] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL3NV( @@ -615772,6 +384145,7 @@ public static void VertexAttribL3NV( [NativeTypeName("GLint64EXT")] long z ) => ThisThread.VertexAttribL3NV(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, @@ -615785,8 +384159,6 @@ _slots[3105] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL3NV( @@ -615794,6 +384166,8 @@ public static void VertexAttribL3NV( [NativeTypeName("const GLint64EXT *")] long* v ) => ThisThread.VertexAttribL3NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, @@ -615806,8 +384180,6 @@ void IGL.VertexAttribL3NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -615816,6 +384188,7 @@ public static void VertexAttribL3NV( [NativeTypeName("const GLint64EXT *")] Ref v ) => ThisThread.VertexAttribL3NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, @@ -615831,8 +384204,6 @@ _slots[3106] is not null and var loadedFnPtr ) )(index, x, y, z); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL3NV( @@ -615842,6 +384213,7 @@ public static void VertexAttribL3NV( [NativeTypeName("GLuint64EXT")] ulong z ) => ThisThread.VertexAttribL3NV(index, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, @@ -615855,8 +384227,6 @@ _slots[3107] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL3NV( @@ -615864,6 +384234,8 @@ public static void VertexAttribL3NV( [NativeTypeName("const GLuint64EXT *")] ulong* v ) => ThisThread.VertexAttribL3NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, @@ -615876,8 +384248,6 @@ void IGL.VertexAttribL3NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -615886,6 +384256,7 @@ public static void VertexAttribL3NV( [NativeTypeName("const GLuint64EXT *")] Ref v ) => ThisThread.VertexAttribL3NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL4( [NativeTypeName("GLuint")] uint index, @@ -615902,32 +384273,6 @@ _slots[3108] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL4( @@ -615938,6 +384283,7 @@ public static void VertexAttribL4( [NativeTypeName("GLdouble")] double w ) => ThisThread.VertexAttribL4(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL4EXT( [NativeTypeName("GLuint")] uint index, @@ -615954,7 +384300,6 @@ _slots[3109] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL4EXT( @@ -615965,6 +384310,7 @@ public static void VertexAttribL4EXT( [NativeTypeName("GLdouble")] double w ) => ThisThread.VertexAttribL4EXT(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL4( [NativeTypeName("GLuint")] uint index, @@ -615978,32 +384324,6 @@ _slots[3110] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL4( @@ -616011,6 +384331,8 @@ public static void VertexAttribL4( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttribL4(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL4( [NativeTypeName("GLuint")] uint index, @@ -616023,32 +384345,6 @@ void IGL.VertexAttribL4( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -616057,6 +384353,7 @@ public static void VertexAttribL4( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttribL4(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL4EXT( [NativeTypeName("GLuint")] uint index, @@ -616070,7 +384367,6 @@ _slots[3111] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL4EXT( @@ -616078,6 +384374,8 @@ public static void VertexAttribL4EXT( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttribL4EXT(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL4EXT( [NativeTypeName("GLuint")] uint index, @@ -616090,7 +384388,6 @@ void IGL.VertexAttribL4EXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -616099,6 +384396,7 @@ public static void VertexAttribL4EXT( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttribL4EXT(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, @@ -616115,8 +384413,6 @@ _slots[3112] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL4NV( @@ -616127,6 +384423,7 @@ public static void VertexAttribL4NV( [NativeTypeName("GLint64EXT")] long w ) => ThisThread.VertexAttribL4NV(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, @@ -616140,8 +384437,6 @@ _slots[3113] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL4NV( @@ -616149,6 +384444,8 @@ public static void VertexAttribL4NV( [NativeTypeName("const GLint64EXT *")] long* v ) => ThisThread.VertexAttribL4NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, @@ -616161,8 +384458,6 @@ void IGL.VertexAttribL4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -616171,6 +384466,7 @@ public static void VertexAttribL4NV( [NativeTypeName("const GLint64EXT *")] Ref v ) => ThisThread.VertexAttribL4NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, @@ -616187,8 +384483,6 @@ _slots[3114] is not null and var loadedFnPtr ) )(index, x, y, z, w); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL4NV( @@ -616199,6 +384493,7 @@ public static void VertexAttribL4NV( [NativeTypeName("GLuint64EXT")] ulong w ) => ThisThread.VertexAttribL4NV(index, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, @@ -616212,8 +384507,6 @@ _slots[3115] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribL4NV( @@ -616221,6 +384514,8 @@ public static void VertexAttribL4NV( [NativeTypeName("const GLuint64EXT *")] ulong* v ) => ThisThread.VertexAttribL4NV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, @@ -616233,8 +384528,6 @@ void IGL.VertexAttribL4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -616243,6 +384536,7 @@ public static void VertexAttribL4NV( [NativeTypeName("const GLuint64EXT *")] Ref v ) => ThisThread.VertexAttribL4NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribLFormat( [NativeTypeName("GLuint")] uint attribindex, @@ -616258,28 +384552,6 @@ _slots[3116] is not null and var loadedFnPtr ) )(attribindex, size, type, relativeoffset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribLFormat( @@ -616289,6 +384561,8 @@ public static void VertexAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ThisThread.VertexAttribLFormat(attribindex, size, type, relativeoffset); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribLFormat( [NativeTypeName("GLuint")] uint attribindex, @@ -616297,28 +384571,6 @@ void IGL.VertexAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ((IGL)this).VertexAttribLFormat(attribindex, size, (uint)type, relativeoffset); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -616329,6 +384581,7 @@ public static void VertexAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ) => ThisThread.VertexAttribLFormat(attribindex, size, type, relativeoffset); + [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribLFormatNV( [NativeTypeName("GLuint")] uint index, @@ -616344,8 +384597,6 @@ _slots[3117] is not null and var loadedFnPtr ) )(index, size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribLFormatNV( @@ -616355,6 +384606,8 @@ public static void VertexAttribLFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.VertexAttribLFormatNV(index, size, type, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribLFormatNV( [NativeTypeName("GLuint")] uint index, @@ -616363,8 +384616,6 @@ void IGL.VertexAttribLFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ((IGL)this).VertexAttribLFormatNV(index, size, (uint)type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -616375,6 +384626,7 @@ public static void VertexAttribLFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.VertexAttribLFormatNV(index, size, type, stride); + [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribLPointer( [NativeTypeName("GLuint")] uint index, @@ -616391,32 +384643,6 @@ _slots[3118] is not null and var loadedFnPtr ) )(index, size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribLPointer( @@ -616427,6 +384653,8 @@ public static void VertexAttribLPointer( [NativeTypeName("const void *")] void* pointer ) => ThisThread.VertexAttribLPointer(index, size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribLPointer( [NativeTypeName("GLuint")] uint index, @@ -616442,32 +384670,6 @@ void IGL.VertexAttribLPointer( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -616479,6 +384681,7 @@ public static void VertexAttribLPointer( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.VertexAttribLPointer(index, size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribLPointerEXT( [NativeTypeName("GLuint")] uint index, @@ -616498,7 +384701,6 @@ _slots[3119] is not null and var loadedFnPtr ) )(index, size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribLPointerEXT( @@ -616509,6 +384711,8 @@ public static void VertexAttribLPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.VertexAttribLPointerEXT(index, size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribLPointerEXT( [NativeTypeName("GLuint")] uint index, @@ -616524,7 +384728,6 @@ void IGL.VertexAttribLPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -616536,6 +384739,7 @@ public static void VertexAttribLPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.VertexAttribLPointerEXT(index, size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribP1( [NativeTypeName("GLuint")] uint index, @@ -616551,36 +384755,6 @@ _slots[3120] is not null and var loadedFnPtr ) )(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribP1( @@ -616590,6 +384764,8 @@ public static void VertexAttribP1( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexAttribP1(index, type, normalized, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribP1( [NativeTypeName("GLuint")] uint index, @@ -616598,36 +384774,6 @@ void IGL.VertexAttribP1( [NativeTypeName("GLuint")] uint value ) => ((IGL)this).VertexAttribP1(index, (uint)type, (uint)normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -616638,8 +384784,9 @@ public static void VertexAttribP1( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexAttribP1(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribP1Uiv( + void IGL.VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, @@ -616653,47 +384800,19 @@ _slots[3121] is not null and var loadedFnPtr ) )(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribP1Uiv( + public static void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value - ) => ThisThread.VertexAttribP1Uiv(index, type, normalized, value); + ) => ThisThread.VertexAttribP1uiv(index, type, normalized, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribP1Uiv( + void IGL.VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, @@ -616702,98 +384821,41 @@ void IGL.VertexAttribP1Uiv( { fixed (uint* __dsl_value = value) { - ((IGL)this).VertexAttribP1Uiv(index, (uint)type, (uint)normalized, __dsl_value); + ((IGL)this).VertexAttribP1uiv(index, (uint)type, (uint)normalized, __dsl_value); } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribP1Uiv( + public static void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value - ) => ThisThread.VertexAttribP1Uiv(index, type, normalized, value); + ) => ThisThread.VertexAttribP1uiv(index, type, normalized, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribP1Uiv( + void IGL.VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => ((IGL)this).VertexAttribP1Uiv(index, (uint)type, (uint)normalized, (uint*)&value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => ((IGL)this).VertexAttribP1uiv(index, (uint)type, (uint)normalized, (uint*)&value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribP1Uiv( + public static void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => ThisThread.VertexAttribP1Uiv(index, type, normalized, value); + ) => ThisThread.VertexAttribP1uiv(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribP2( [NativeTypeName("GLuint")] uint index, @@ -616809,36 +384871,6 @@ _slots[3122] is not null and var loadedFnPtr ) )(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribP2( @@ -616848,6 +384880,8 @@ public static void VertexAttribP2( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexAttribP2(index, type, normalized, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribP2( [NativeTypeName("GLuint")] uint index, @@ -616856,36 +384890,6 @@ void IGL.VertexAttribP2( [NativeTypeName("GLuint")] uint value ) => ((IGL)this).VertexAttribP2(index, (uint)type, (uint)normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -616896,8 +384900,9 @@ public static void VertexAttribP2( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexAttribP2(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribP2Uiv( + void IGL.VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, @@ -616911,47 +384916,19 @@ _slots[3123] is not null and var loadedFnPtr ) )(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribP2Uiv( + public static void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value - ) => ThisThread.VertexAttribP2Uiv(index, type, normalized, value); + ) => ThisThread.VertexAttribP2uiv(index, type, normalized, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribP2Uiv( + void IGL.VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, @@ -616960,98 +384937,41 @@ void IGL.VertexAttribP2Uiv( { fixed (uint* __dsl_value = value) { - ((IGL)this).VertexAttribP2Uiv(index, (uint)type, (uint)normalized, __dsl_value); + ((IGL)this).VertexAttribP2uiv(index, (uint)type, (uint)normalized, __dsl_value); } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribP2Uiv( + public static void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value - ) => ThisThread.VertexAttribP2Uiv(index, type, normalized, value); + ) => ThisThread.VertexAttribP2uiv(index, type, normalized, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribP2Uiv( + void IGL.VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => ((IGL)this).VertexAttribP2Uiv(index, (uint)type, (uint)normalized, (uint*)&value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => ((IGL)this).VertexAttribP2uiv(index, (uint)type, (uint)normalized, (uint*)&value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribP2Uiv( + public static void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => ThisThread.VertexAttribP2Uiv(index, type, normalized, value); + ) => ThisThread.VertexAttribP2uiv(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribP3( [NativeTypeName("GLuint")] uint index, @@ -617067,36 +384987,6 @@ _slots[3124] is not null and var loadedFnPtr ) )(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribP3( @@ -617106,6 +384996,8 @@ public static void VertexAttribP3( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexAttribP3(index, type, normalized, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribP3( [NativeTypeName("GLuint")] uint index, @@ -617114,36 +385006,6 @@ void IGL.VertexAttribP3( [NativeTypeName("GLuint")] uint value ) => ((IGL)this).VertexAttribP3(index, (uint)type, (uint)normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -617154,8 +385016,9 @@ public static void VertexAttribP3( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexAttribP3(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribP3Uiv( + void IGL.VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, @@ -617169,47 +385032,19 @@ _slots[3125] is not null and var loadedFnPtr ) )(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribP3Uiv( + public static void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value - ) => ThisThread.VertexAttribP3Uiv(index, type, normalized, value); + ) => ThisThread.VertexAttribP3uiv(index, type, normalized, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribP3Uiv( + void IGL.VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, @@ -617218,98 +385053,41 @@ void IGL.VertexAttribP3Uiv( { fixed (uint* __dsl_value = value) { - ((IGL)this).VertexAttribP3Uiv(index, (uint)type, (uint)normalized, __dsl_value); + ((IGL)this).VertexAttribP3uiv(index, (uint)type, (uint)normalized, __dsl_value); } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribP3Uiv( + public static void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value - ) => ThisThread.VertexAttribP3Uiv(index, type, normalized, value); + ) => ThisThread.VertexAttribP3uiv(index, type, normalized, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribP3Uiv( + void IGL.VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => ((IGL)this).VertexAttribP3Uiv(index, (uint)type, (uint)normalized, (uint*)&value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => ((IGL)this).VertexAttribP3uiv(index, (uint)type, (uint)normalized, (uint*)&value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribP3Uiv( + public static void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => ThisThread.VertexAttribP3Uiv(index, type, normalized, value); + ) => ThisThread.VertexAttribP3uiv(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribP4( [NativeTypeName("GLuint")] uint index, @@ -617325,36 +385103,6 @@ _slots[3126] is not null and var loadedFnPtr ) )(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribP4( @@ -617364,6 +385112,8 @@ public static void VertexAttribP4( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexAttribP4(index, type, normalized, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribP4( [NativeTypeName("GLuint")] uint index, @@ -617372,36 +385122,6 @@ void IGL.VertexAttribP4( [NativeTypeName("GLuint")] uint value ) => ((IGL)this).VertexAttribP4(index, (uint)type, (uint)normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -617412,8 +385132,9 @@ public static void VertexAttribP4( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexAttribP4(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribP4Uiv( + void IGL.VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, @@ -617427,47 +385148,19 @@ _slots[3127] is not null and var loadedFnPtr ) )(index, type, normalized, value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribP4Uiv( + public static void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value - ) => ThisThread.VertexAttribP4Uiv(index, type, normalized, value); + ) => ThisThread.VertexAttribP4uiv(index, type, normalized, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribP4Uiv( + void IGL.VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, @@ -617476,98 +385169,41 @@ void IGL.VertexAttribP4Uiv( { fixed (uint* __dsl_value = value) { - ((IGL)this).VertexAttribP4Uiv(index, (uint)type, (uint)normalized, __dsl_value); + ((IGL)this).VertexAttribP4uiv(index, (uint)type, (uint)normalized, __dsl_value); } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribP4Uiv( + public static void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value - ) => ThisThread.VertexAttribP4Uiv(index, type, normalized, value); + ) => ThisThread.VertexAttribP4uiv(index, type, normalized, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexAttribP4Uiv( + void IGL.VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => ((IGL)this).VertexAttribP4Uiv(index, (uint)type, (uint)normalized, (uint*)&value); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] + ) => ((IGL)this).VertexAttribP4uiv(index, (uint)type, (uint)normalized, (uint*)&value); + [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexAttribP4Uiv( + public static void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value - ) => ThisThread.VertexAttribP4Uiv(index, type, normalized, value); + ) => ThisThread.VertexAttribP4uiv(index, type, normalized, value); + [NativeFunction("opengl", EntryPoint = "glVertexAttribParameteriAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribParameterAMD( [NativeTypeName("GLuint")] uint index, @@ -617585,7 +385221,6 @@ _slots[3128] is not null and var loadedFnPtr ) )(index, pname, param2); - [SupportedApiProfile("gl", ["GL_AMD_interleaved_elements"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribParameteriAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribParameterAMD( @@ -617594,6 +385229,7 @@ public static void VertexAttribParameterAMD( [NativeTypeName("GLint")] int param2 ) => ThisThread.VertexAttribParameterAMD(index, pname, param2); + [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribPointer( [NativeTypeName("GLuint")] uint index, @@ -617611,49 +385247,6 @@ _slots[3129] is not null and var loadedFnPtr ) )(index, size, type, normalized, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribPointer( @@ -617665,6 +385258,8 @@ public static void VertexAttribPointer( [NativeTypeName("const void *")] void* pointer ) => ThisThread.VertexAttribPointer(index, size, type, normalized, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribPointer( [NativeTypeName("GLuint")] uint index, @@ -617688,49 +385283,6 @@ void IGL.VertexAttribPointer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -617743,6 +385295,7 @@ public static void VertexAttribPointer( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.VertexAttribPointer(index, size, type, normalized, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribPointerARB( [NativeTypeName("GLuint")] uint index, @@ -617763,7 +385316,6 @@ _slots[3130] is not null and var loadedFnPtr ) )(index, size, type, normalized, stride, pointer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribPointerARB( @@ -617775,6 +385327,8 @@ public static void VertexAttribPointerARB( [NativeTypeName("const void *")] void* pointer ) => ThisThread.VertexAttribPointerARB(index, size, type, normalized, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribPointerARB( [NativeTypeName("GLuint")] uint index, @@ -617798,7 +385352,6 @@ void IGL.VertexAttribPointerARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -617811,6 +385364,7 @@ public static void VertexAttribPointerARB( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.VertexAttribPointerARB(index, size, type, normalized, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribPointerNV( [NativeTypeName("GLuint")] uint index, @@ -617827,7 +385381,6 @@ _slots[3131] is not null and var loadedFnPtr ) )(index, fsize, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribPointerNV( @@ -617838,6 +385391,8 @@ public static void VertexAttribPointerNV( [NativeTypeName("const void *")] void* pointer ) => ThisThread.VertexAttribPointerNV(index, fsize, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribPointerNV( [NativeTypeName("GLuint")] uint index, @@ -617853,7 +385408,6 @@ void IGL.VertexAttribPointerNV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -617865,6 +385419,7 @@ public static void VertexAttribPointerNV( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.VertexAttribPointerNV(index, fsize, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -617879,7 +385434,6 @@ _slots[3132] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs1NV( @@ -617888,6 +385442,8 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttribs1NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -617901,7 +385457,6 @@ void IGL.VertexAttribs1NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -617911,13 +385466,14 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttribs1NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v ) => ((IGL)this).VertexAttribs1NV(index, 1, (double*)&v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -617926,6 +385482,7 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] double v ) => ThisThread.VertexAttribs1NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -617940,7 +385497,6 @@ _slots[3133] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs1NV( @@ -617949,6 +385505,8 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttribs1NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -617962,7 +385520,6 @@ void IGL.VertexAttribs1NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -617972,13 +385529,14 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttribs1NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v ) => ((IGL)this).VertexAttribs1NV(index, 1, (float*)&v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -617987,6 +385545,7 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] float v ) => ThisThread.VertexAttribs1NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -618001,7 +385560,6 @@ _slots[3134] is not null and var loadedFnPtr ) )(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs1NV( @@ -618010,6 +385568,8 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => ThisThread.VertexAttribs1NV(index, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -618023,7 +385583,6 @@ void IGL.VertexAttribs1NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618033,13 +385592,14 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => ThisThread.VertexAttribs1NV(index, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort v ) => ((IGL)this).VertexAttribs1NV(index, 1, (ushort*)&v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618048,6 +385608,7 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] ushort v ) => ThisThread.VertexAttribs1NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -618062,7 +385623,6 @@ _slots[3135] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs1NV( @@ -618071,6 +385631,8 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttribs1NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -618084,7 +385646,6 @@ void IGL.VertexAttribs1NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618094,13 +385655,14 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttribs1NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v ) => ((IGL)this).VertexAttribs1NV(index, 1, (short*)&v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618109,6 +385671,7 @@ public static void VertexAttribs1NV( [NativeTypeName("const GLshort *")] short v ) => ThisThread.VertexAttribs1NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -618123,7 +385686,6 @@ _slots[3136] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs2NV( @@ -618132,6 +385694,8 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttribs2NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -618145,7 +385709,6 @@ void IGL.VertexAttribs2NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618155,6 +385718,7 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttribs2NV(index, count, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -618169,7 +385733,6 @@ _slots[3137] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs2NV( @@ -618178,6 +385741,8 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttribs2NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -618191,7 +385756,6 @@ void IGL.VertexAttribs2NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618201,6 +385765,7 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttribs2NV(index, count, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -618215,7 +385780,6 @@ _slots[3138] is not null and var loadedFnPtr ) )(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs2NV( @@ -618224,6 +385788,8 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => ThisThread.VertexAttribs2NV(index, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -618237,7 +385803,6 @@ void IGL.VertexAttribs2NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618247,13 +385812,14 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => ThisThread.VertexAttribs2NV(index, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort v ) => ((IGL)this).VertexAttribs2NV(index, 1, (ushort*)&v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618262,6 +385828,7 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] ushort v ) => ThisThread.VertexAttribs2NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -618276,7 +385843,6 @@ _slots[3139] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs2NV( @@ -618285,6 +385851,8 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttribs2NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -618298,7 +385866,6 @@ void IGL.VertexAttribs2NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618308,6 +385875,7 @@ public static void VertexAttribs2NV( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttribs2NV(index, count, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -618322,7 +385890,6 @@ _slots[3140] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs3NV( @@ -618331,6 +385898,8 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttribs3NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -618344,7 +385913,6 @@ void IGL.VertexAttribs3NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618354,6 +385922,7 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttribs3NV(index, count, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -618368,7 +385937,6 @@ _slots[3141] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs3NV( @@ -618377,6 +385945,8 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttribs3NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -618390,7 +385960,6 @@ void IGL.VertexAttribs3NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618400,6 +385969,7 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttribs3NV(index, count, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -618414,7 +385984,6 @@ _slots[3142] is not null and var loadedFnPtr ) )(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs3NV( @@ -618423,6 +385992,8 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => ThisThread.VertexAttribs3NV(index, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -618436,7 +386007,6 @@ void IGL.VertexAttribs3NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618446,13 +386016,14 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => ThisThread.VertexAttribs3NV(index, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort v ) => ((IGL)this).VertexAttribs3NV(index, 1, (ushort*)&v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618461,6 +386032,7 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] ushort v ) => ThisThread.VertexAttribs3NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -618475,7 +386047,6 @@ _slots[3143] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs3NV( @@ -618484,6 +386055,8 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttribs3NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -618497,7 +386070,6 @@ void IGL.VertexAttribs3NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618507,6 +386079,7 @@ public static void VertexAttribs3NV( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttribs3NV(index, count, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -618521,7 +386094,6 @@ _slots[3144] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs4NV( @@ -618530,6 +386102,8 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLdouble *")] double* v ) => ThisThread.VertexAttribs4NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -618543,7 +386117,6 @@ void IGL.VertexAttribs4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618553,6 +386126,7 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLdouble *")] Ref v ) => ThisThread.VertexAttribs4NV(index, count, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -618567,7 +386141,6 @@ _slots[3145] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs4NV( @@ -618576,6 +386149,8 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.VertexAttribs4NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -618589,7 +386164,6 @@ void IGL.VertexAttribs4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618599,6 +386173,7 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.VertexAttribs4NV(index, count, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -618613,7 +386188,6 @@ _slots[3146] is not null and var loadedFnPtr ) )(index, n, v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs4NV( @@ -618622,6 +386196,8 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] ushort* v ) => ThisThread.VertexAttribs4NV(index, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -618635,7 +386211,6 @@ void IGL.VertexAttribs4NV( } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618645,13 +386220,14 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] Ref v ) => ThisThread.VertexAttribs4NV(index, n, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort v ) => ((IGL)this).VertexAttribs4NV(index, 1, (ushort*)&v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618660,6 +386236,7 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] ushort v ) => ThisThread.VertexAttribs4NV(index, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -618674,7 +386251,6 @@ _slots[3147] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs4NV( @@ -618683,6 +386259,8 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLshort *")] short* v ) => ThisThread.VertexAttribs4NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -618696,7 +386274,6 @@ void IGL.VertexAttribs4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618706,6 +386283,7 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLshort *")] Ref v ) => ThisThread.VertexAttribs4NV(index, count, v); + [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -618720,7 +386298,6 @@ _slots[3148] is not null and var loadedFnPtr ) )(index, count, v); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexAttribs4NV( @@ -618729,6 +386306,8 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLubyte *")] byte* v ) => ThisThread.VertexAttribs4NV(index, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -618742,7 +386321,6 @@ void IGL.VertexAttribs4NV( } } - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618752,6 +386330,7 @@ public static void VertexAttribs4NV( [NativeTypeName("const GLubyte *")] Ref v ) => ThisThread.VertexAttribs4NV(index, count, v); + [NativeFunction("opengl", EntryPoint = "glVertexBindingDivisor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexBindingDivisor( [NativeTypeName("GLuint")] uint bindingindex, @@ -618765,28 +386344,6 @@ _slots[3149] is not null and var loadedFnPtr ) )(bindingindex, divisor); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexBindingDivisor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexBindingDivisor( @@ -618794,6 +386351,7 @@ public static void VertexBindingDivisor( [NativeTypeName("GLuint")] uint divisor ) => ThisThread.VertexBindingDivisor(bindingindex, divisor); + [NativeFunction("opengl", EntryPoint = "glVertexBlendARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexBlendARB([NativeTypeName("GLint")] int count) => ( @@ -618804,12 +386362,12 @@ _slots[3150] is not null and var loadedFnPtr ) )(count); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexBlendARB([NativeTypeName("GLint")] int count) => ThisThread.VertexBlendARB(count); + [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexBlendEnvATI( [NativeTypeName("GLenum")] uint pname, @@ -618823,7 +386381,6 @@ _slots[3151] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexBlendEnvATI( @@ -618831,13 +386388,14 @@ public static void VertexBlendEnvATI( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.VertexBlendEnvATI(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexBlendEnvATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLfloat")] float param1 ) => ((IGL)this).VertexBlendEnvATI((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618846,6 +386404,7 @@ public static void VertexBlendEnvATI( [NativeTypeName("GLfloat")] float param1 ) => ThisThread.VertexBlendEnvATI(pname, param1); + [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexBlendEnvATI( [NativeTypeName("GLenum")] uint pname, @@ -618859,7 +386418,6 @@ _slots[3152] is not null and var loadedFnPtr ) )(pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexBlendEnvATI( @@ -618867,13 +386425,14 @@ public static void VertexBlendEnvATI( [NativeTypeName("GLint")] int param1 ) => ThisThread.VertexBlendEnvATI(pname, param1); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexBlendEnvATI( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ) => ((IGL)this).VertexBlendEnvATI((uint)pname, param1); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618882,6 +386441,7 @@ public static void VertexBlendEnvATI( [NativeTypeName("GLint")] int param1 ) => ThisThread.VertexBlendEnvATI(pname, param1); + [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexFormatNV( [NativeTypeName("GLint")] int size, @@ -618896,8 +386456,6 @@ _slots[3153] is not null and var loadedFnPtr ) )(size, type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexFormatNV( @@ -618906,6 +386464,8 @@ public static void VertexFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.VertexFormatNV(size, type, stride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexFormatNV( [NativeTypeName("GLint")] int size, @@ -618913,8 +386473,6 @@ void IGL.VertexFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ((IGL)this).VertexFormatNV(size, (uint)type, stride); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618924,6 +386482,7 @@ public static void VertexFormatNV( [NativeTypeName("GLsizei")] uint stride ) => ThisThread.VertexFormatNV(size, type, stride); + [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexP2( [NativeTypeName("GLenum")] uint type, @@ -618937,7 +386496,6 @@ _slots[3154] is not null and var loadedFnPtr ) )(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexP2( @@ -618945,13 +386503,14 @@ public static void VertexP2( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexP2(type, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexP2( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint value ) => ((IGL)this).VertexP2((uint)type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -618960,8 +386519,9 @@ public static void VertexP2( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexP2(type, value); + [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexP2Uiv( + void IGL.VertexP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value ) => @@ -618973,50 +386533,52 @@ _slots[3155] is not null and var loadedFnPtr ) )(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexP2Uiv( + public static void VertexP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value - ) => ThisThread.VertexP2Uiv(type, value); + ) => ThisThread.VertexP2uiv(type, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexP2Uiv( + void IGL.VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ) { fixed (uint* __dsl_value = value) { - ((IGL)this).VertexP2Uiv((uint)type, __dsl_value); + ((IGL)this).VertexP2uiv((uint)type, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexP2Uiv( + public static void VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value - ) => ThisThread.VertexP2Uiv(type, value); + ) => ThisThread.VertexP2uiv(type, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexP2Uiv( + void IGL.VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => ((IGL)this).VertexP2Uiv((uint)type, (uint*)&value); + ) => ((IGL)this).VertexP2uiv((uint)type, (uint*)&value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexP2Uiv( + public static void VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => ThisThread.VertexP2Uiv(type, value); + ) => ThisThread.VertexP2uiv(type, value); + [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexP3( [NativeTypeName("GLenum")] uint type, @@ -619030,7 +386592,6 @@ _slots[3156] is not null and var loadedFnPtr ) )(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexP3( @@ -619038,13 +386599,14 @@ public static void VertexP3( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexP3(type, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexP3( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint value ) => ((IGL)this).VertexP3((uint)type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -619053,8 +386615,9 @@ public static void VertexP3( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexP3(type, value); + [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexP3Uiv( + void IGL.VertexP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value ) => @@ -619066,50 +386629,52 @@ _slots[3157] is not null and var loadedFnPtr ) )(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexP3Uiv( + public static void VertexP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value - ) => ThisThread.VertexP3Uiv(type, value); + ) => ThisThread.VertexP3uiv(type, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexP3Uiv( + void IGL.VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ) { fixed (uint* __dsl_value = value) { - ((IGL)this).VertexP3Uiv((uint)type, __dsl_value); + ((IGL)this).VertexP3uiv((uint)type, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexP3Uiv( + public static void VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value - ) => ThisThread.VertexP3Uiv(type, value); + ) => ThisThread.VertexP3uiv(type, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexP3Uiv( + void IGL.VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => ((IGL)this).VertexP3Uiv((uint)type, (uint*)&value); + ) => ((IGL)this).VertexP3uiv((uint)type, (uint*)&value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexP3Uiv( + public static void VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => ThisThread.VertexP3Uiv(type, value); + ) => ThisThread.VertexP3uiv(type, value); + [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexP4( [NativeTypeName("GLenum")] uint type, @@ -619123,7 +386688,6 @@ _slots[3158] is not null and var loadedFnPtr ) )(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexP4( @@ -619131,13 +386695,14 @@ public static void VertexP4( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexP4(type, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexP4( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLuint")] uint value ) => ((IGL)this).VertexP4((uint)type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -619146,8 +386711,9 @@ public static void VertexP4( [NativeTypeName("GLuint")] uint value ) => ThisThread.VertexP4(type, value); + [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexP4Uiv( + void IGL.VertexP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value ) => @@ -619159,50 +386725,52 @@ _slots[3159] is not null and var loadedFnPtr ) )(type, value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexP4Uiv( + public static void VertexP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value - ) => ThisThread.VertexP4Uiv(type, value); + ) => ThisThread.VertexP4uiv(type, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexP4Uiv( + void IGL.VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ) { fixed (uint* __dsl_value = value) { - ((IGL)this).VertexP4Uiv((uint)type, __dsl_value); + ((IGL)this).VertexP4uiv((uint)type, __dsl_value); } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexP4Uiv( + public static void VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value - ) => ThisThread.VertexP4Uiv(type, value); + ) => ThisThread.VertexP4uiv(type, value); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexP4Uiv( + void IGL.VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => ((IGL)this).VertexP4Uiv((uint)type, (uint*)&value); + ) => ((IGL)this).VertexP4uiv((uint)type, (uint*)&value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexP4Uiv( + public static void VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value - ) => ThisThread.VertexP4Uiv(type, value); + ) => ThisThread.VertexP4uiv(type, value); + [NativeFunction("opengl", EntryPoint = "glVertexPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexPointer( [NativeTypeName("GLint")] int size, @@ -619218,31 +386786,6 @@ _slots[3160] is not null and var loadedFnPtr ) )(size, type, stride, pointer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glVertexPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexPointer( @@ -619252,6 +386795,8 @@ public static void VertexPointer( [NativeTypeName("const void *")] void* pointer ) => ThisThread.VertexPointer(size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexPointer( [NativeTypeName("GLint")] int size, @@ -619266,31 +386811,6 @@ void IGL.VertexPointer( } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -619301,6 +386821,7 @@ public static void VertexPointer( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.VertexPointer(size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexPointerEXT( [NativeTypeName("GLint")] int size, @@ -619317,7 +386838,6 @@ _slots[3161] is not null and var loadedFnPtr ) )(size, type, stride, count, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexPointerEXT( @@ -619328,6 +386848,8 @@ public static void VertexPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.VertexPointerEXT(size, type, stride, count, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexPointerEXT( [NativeTypeName("GLint")] int size, @@ -619343,7 +386865,6 @@ void IGL.VertexPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -619355,6 +386876,7 @@ public static void VertexPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.VertexPointerEXT(size, type, stride, count, pointer); + [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexPointerListIBM( [NativeTypeName("GLint")] int size, @@ -619371,7 +386893,6 @@ _slots[3162] is not null and var loadedFnPtr ) )(size, type, stride, pointer, ptrstride); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexPointerListIBM( @@ -619382,6 +386903,8 @@ public static void VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.VertexPointerListIBM(size, type, stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexPointerListIBM( [NativeTypeName("GLint")] int size, @@ -619397,7 +386920,6 @@ void IGL.VertexPointerListIBM( } } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -619409,6 +386931,8 @@ public static void VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.VertexPointerListIBM(size, type, stride, pointer, ptrstride); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr IGL.VertexPointerListIBM( [NativeTypeName("GLenum")] Constant type, @@ -619421,7 +386945,6 @@ Ptr IGL.VertexPointerListIBM( return pointer; } - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -619431,8 +386954,9 @@ public static Ptr VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ) => ThisThread.VertexPointerListIBM(type, stride, ptrstride); + [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexPointerIntel( + void IGL.VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer @@ -619445,17 +386969,18 @@ _slots[3163] is not null and var loadedFnPtr ) )(size, type, pointer); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexPointerIntel( + public static void VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer - ) => ThisThread.VertexPointerIntel(size, type, pointer); + ) => ThisThread.VertexPointerINTEL(size, type, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexPointerIntel( + void IGL.VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer @@ -619463,22 +386988,22 @@ void IGL.VertexPointerIntel( { fixed (void** __dsl_pointer = pointer) { - ((IGL)this).VertexPointerIntel(size, (uint)type, __dsl_pointer); + ((IGL)this).VertexPointerINTEL(size, (uint)type, __dsl_pointer); } } - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexPointerIntel( + public static void VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer - ) => ThisThread.VertexPointerIntel(size, type, pointer); + ) => ThisThread.VertexPointerINTEL(size, type, pointer); + [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1DATI( + void IGL.VertexStream1dATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLdouble")] double x ) => @@ -619490,31 +387015,32 @@ _slots[3164] is not null and var loadedFnPtr ) )(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1DATI( + public static void VertexStream1dATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLdouble")] double x - ) => ThisThread.VertexStream1DATI(stream, x); + ) => ThisThread.VertexStream1dATI(stream, x); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1DATI( + void IGL.VertexStream1dATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x - ) => ((IGL)this).VertexStream1DATI((uint)stream, x); + ) => ((IGL)this).VertexStream1dATI((uint)stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1DATI( + public static void VertexStream1dATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x - ) => ThisThread.VertexStream1DATI(stream, x); + ) => ThisThread.VertexStream1dATI(stream, x); + [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1DvATI( + void IGL.VertexStream1dvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ) => @@ -619526,52 +387052,54 @@ _slots[3165] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1DvATI( + public static void VertexStream1dvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords - ) => ThisThread.VertexStream1DvATI(stream, coords); + ) => ThisThread.VertexStream1dvATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1DvATI( + void IGL.VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] Ref coords ) { fixed (double* __dsl_coords = coords) { - ((IGL)this).VertexStream1DvATI((uint)stream, __dsl_coords); + ((IGL)this).VertexStream1dvATI((uint)stream, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1DvATI( + public static void VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] Ref coords - ) => ThisThread.VertexStream1DvATI(stream, coords); + ) => ThisThread.VertexStream1dvATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1DvATI( + void IGL.VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] double coords - ) => ((IGL)this).VertexStream1DvATI((uint)stream, (double*)&coords); + ) => ((IGL)this).VertexStream1dvATI((uint)stream, (double*)&coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1DvATI( + public static void VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] double coords - ) => ThisThread.VertexStream1DvATI(stream, coords); + ) => ThisThread.VertexStream1dvATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1FATI( + void IGL.VertexStream1fATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLfloat")] float x ) => @@ -619583,31 +387111,32 @@ _slots[3166] is not null and var loadedFnPtr ) )(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1FATI( + public static void VertexStream1fATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLfloat")] float x - ) => ThisThread.VertexStream1FATI(stream, x); + ) => ThisThread.VertexStream1fATI(stream, x); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1FATI( + void IGL.VertexStream1fATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x - ) => ((IGL)this).VertexStream1FATI((uint)stream, x); + ) => ((IGL)this).VertexStream1fATI((uint)stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1FATI( + public static void VertexStream1fATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x - ) => ThisThread.VertexStream1FATI(stream, x); + ) => ThisThread.VertexStream1fATI(stream, x); + [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1FvATI( + void IGL.VertexStream1fvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ) => @@ -619619,52 +387148,54 @@ _slots[3167] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1FvATI( + public static void VertexStream1fvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords - ) => ThisThread.VertexStream1FvATI(stream, coords); + ) => ThisThread.VertexStream1fvATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1FvATI( + void IGL.VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] Ref coords ) { fixed (float* __dsl_coords = coords) { - ((IGL)this).VertexStream1FvATI((uint)stream, __dsl_coords); + ((IGL)this).VertexStream1fvATI((uint)stream, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1FvATI( + public static void VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] Ref coords - ) => ThisThread.VertexStream1FvATI(stream, coords); + ) => ThisThread.VertexStream1fvATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1FvATI( + void IGL.VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] float coords - ) => ((IGL)this).VertexStream1FvATI((uint)stream, (float*)&coords); + ) => ((IGL)this).VertexStream1fvATI((uint)stream, (float*)&coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1FvATI( + public static void VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] float coords - ) => ThisThread.VertexStream1FvATI(stream, coords); + ) => ThisThread.VertexStream1fvATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1IATI( + void IGL.VertexStream1iATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLint")] int x ) => @@ -619676,31 +387207,32 @@ _slots[3168] is not null and var loadedFnPtr ) )(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1IATI( + public static void VertexStream1iATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLint")] int x - ) => ThisThread.VertexStream1IATI(stream, x); + ) => ThisThread.VertexStream1iATI(stream, x); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1IATI( + void IGL.VertexStream1iATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x - ) => ((IGL)this).VertexStream1IATI((uint)stream, x); + ) => ((IGL)this).VertexStream1iATI((uint)stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1IATI( + public static void VertexStream1iATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x - ) => ThisThread.VertexStream1IATI(stream, x); + ) => ThisThread.VertexStream1iATI(stream, x); + [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1IvATI( + void IGL.VertexStream1ivATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ) => @@ -619712,52 +387244,54 @@ _slots[3169] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1IvATI( + public static void VertexStream1ivATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords - ) => ThisThread.VertexStream1IvATI(stream, coords); + ) => ThisThread.VertexStream1ivATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1IvATI( + void IGL.VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] Ref coords ) { fixed (int* __dsl_coords = coords) { - ((IGL)this).VertexStream1IvATI((uint)stream, __dsl_coords); + ((IGL)this).VertexStream1ivATI((uint)stream, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1IvATI( + public static void VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] Ref coords - ) => ThisThread.VertexStream1IvATI(stream, coords); + ) => ThisThread.VertexStream1ivATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1IvATI( + void IGL.VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] int coords - ) => ((IGL)this).VertexStream1IvATI((uint)stream, (int*)&coords); + ) => ((IGL)this).VertexStream1ivATI((uint)stream, (int*)&coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1IvATI( + public static void VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] int coords - ) => ThisThread.VertexStream1IvATI(stream, coords); + ) => ThisThread.VertexStream1ivATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1SATI( + void IGL.VertexStream1sATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLshort")] short x ) => @@ -619769,31 +387303,32 @@ _slots[3170] is not null and var loadedFnPtr ) )(stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1SATI( + public static void VertexStream1sATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLshort")] short x - ) => ThisThread.VertexStream1SATI(stream, x); + ) => ThisThread.VertexStream1sATI(stream, x); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1SATI( + void IGL.VertexStream1sATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x - ) => ((IGL)this).VertexStream1SATI((uint)stream, x); + ) => ((IGL)this).VertexStream1sATI((uint)stream, x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1SATI( + public static void VertexStream1sATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x - ) => ThisThread.VertexStream1SATI(stream, x); + ) => ThisThread.VertexStream1sATI(stream, x); + [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1SvATI( + void IGL.VertexStream1svATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ) => @@ -619805,50 +387340,52 @@ _slots[3171] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1SvATI( + public static void VertexStream1svATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords - ) => ThisThread.VertexStream1SvATI(stream, coords); + ) => ThisThread.VertexStream1svATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1SvATI( + void IGL.VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] Ref coords ) { fixed (short* __dsl_coords = coords) { - ((IGL)this).VertexStream1SvATI((uint)stream, __dsl_coords); + ((IGL)this).VertexStream1svATI((uint)stream, __dsl_coords); } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1SvATI( + public static void VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] Ref coords - ) => ThisThread.VertexStream1SvATI(stream, coords); + ) => ThisThread.VertexStream1svATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.VertexStream1SvATI( + void IGL.VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] short coords - ) => ((IGL)this).VertexStream1SvATI((uint)stream, (short*)&coords); + ) => ((IGL)this).VertexStream1svATI((uint)stream, (short*)&coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void VertexStream1SvATI( + public static void VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] short coords - ) => ThisThread.VertexStream1SvATI(stream, coords); + ) => ThisThread.VertexStream1svATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -619863,7 +387400,6 @@ _slots[3172] is not null and var loadedFnPtr ) )(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream2ATI( @@ -619872,6 +387408,8 @@ public static void VertexStream2ATI( [NativeTypeName("GLdouble")] double y ) => ThisThread.VertexStream2ATI(stream, x, y); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, @@ -619879,7 +387417,6 @@ void IGL.VertexStream2ATI( [NativeTypeName("GLdouble")] double y ) => ((IGL)this).VertexStream2ATI((uint)stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -619889,6 +387426,7 @@ public static void VertexStream2ATI( [NativeTypeName("GLdouble")] double y ) => ThisThread.VertexStream2ATI(stream, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -619902,7 +387440,6 @@ _slots[3173] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream2ATI( @@ -619910,6 +387447,8 @@ public static void VertexStream2ATI( [NativeTypeName("const GLdouble *")] double* coords ) => ThisThread.VertexStream2ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, @@ -619922,7 +387461,6 @@ void IGL.VertexStream2ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -619931,6 +387469,7 @@ public static void VertexStream2ATI( [NativeTypeName("const GLdouble *")] Ref coords ) => ThisThread.VertexStream2ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -619945,7 +387484,6 @@ _slots[3174] is not null and var loadedFnPtr ) )(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream2ATI( @@ -619954,6 +387492,8 @@ public static void VertexStream2ATI( [NativeTypeName("GLfloat")] float y ) => ThisThread.VertexStream2ATI(stream, x, y); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, @@ -619961,7 +387501,6 @@ void IGL.VertexStream2ATI( [NativeTypeName("GLfloat")] float y ) => ((IGL)this).VertexStream2ATI((uint)stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -619971,6 +387510,7 @@ public static void VertexStream2ATI( [NativeTypeName("GLfloat")] float y ) => ThisThread.VertexStream2ATI(stream, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -619984,7 +387524,6 @@ _slots[3175] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream2ATI( @@ -619992,6 +387531,8 @@ public static void VertexStream2ATI( [NativeTypeName("const GLfloat *")] float* coords ) => ThisThread.VertexStream2ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620004,7 +387545,6 @@ void IGL.VertexStream2ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620013,6 +387553,7 @@ public static void VertexStream2ATI( [NativeTypeName("const GLfloat *")] Ref coords ) => ThisThread.VertexStream2ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -620027,7 +387568,6 @@ _slots[3176] is not null and var loadedFnPtr ) )(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream2ATI( @@ -620036,6 +387576,8 @@ public static void VertexStream2ATI( [NativeTypeName("GLint")] int y ) => ThisThread.VertexStream2ATI(stream, x, y); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620043,7 +387585,6 @@ void IGL.VertexStream2ATI( [NativeTypeName("GLint")] int y ) => ((IGL)this).VertexStream2ATI((uint)stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620053,6 +387594,7 @@ public static void VertexStream2ATI( [NativeTypeName("GLint")] int y ) => ThisThread.VertexStream2ATI(stream, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -620066,7 +387608,6 @@ _slots[3177] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream2ATI( @@ -620074,6 +387615,8 @@ public static void VertexStream2ATI( [NativeTypeName("const GLint *")] int* coords ) => ThisThread.VertexStream2ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620086,7 +387629,6 @@ void IGL.VertexStream2ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620095,6 +387637,7 @@ public static void VertexStream2ATI( [NativeTypeName("const GLint *")] Ref coords ) => ThisThread.VertexStream2ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -620109,7 +387652,6 @@ _slots[3178] is not null and var loadedFnPtr ) )(stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream2ATI( @@ -620118,6 +387660,8 @@ public static void VertexStream2ATI( [NativeTypeName("GLshort")] short y ) => ThisThread.VertexStream2ATI(stream, x, y); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620125,7 +387669,6 @@ void IGL.VertexStream2ATI( [NativeTypeName("GLshort")] short y ) => ((IGL)this).VertexStream2ATI((uint)stream, x, y); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620135,6 +387678,7 @@ public static void VertexStream2ATI( [NativeTypeName("GLshort")] short y ) => ThisThread.VertexStream2ATI(stream, x, y); + [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -620148,7 +387692,6 @@ _slots[3179] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream2ATI( @@ -620156,6 +387699,8 @@ public static void VertexStream2ATI( [NativeTypeName("const GLshort *")] short* coords ) => ThisThread.VertexStream2ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream2ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620168,7 +387713,6 @@ void IGL.VertexStream2ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620177,6 +387721,7 @@ public static void VertexStream2ATI( [NativeTypeName("const GLshort *")] Ref coords ) => ThisThread.VertexStream2ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -620192,7 +387737,6 @@ _slots[3180] is not null and var loadedFnPtr ) )(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream3ATI( @@ -620202,6 +387746,8 @@ public static void VertexStream3ATI( [NativeTypeName("GLdouble")] double z ) => ThisThread.VertexStream3ATI(stream, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620210,7 +387756,6 @@ void IGL.VertexStream3ATI( [NativeTypeName("GLdouble")] double z ) => ((IGL)this).VertexStream3ATI((uint)stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620221,6 +387766,7 @@ public static void VertexStream3ATI( [NativeTypeName("GLdouble")] double z ) => ThisThread.VertexStream3ATI(stream, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -620234,7 +387780,6 @@ _slots[3181] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream3ATI( @@ -620242,6 +387787,8 @@ public static void VertexStream3ATI( [NativeTypeName("const GLdouble *")] double* coords ) => ThisThread.VertexStream3ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620254,7 +387801,6 @@ void IGL.VertexStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620263,6 +387809,7 @@ public static void VertexStream3ATI( [NativeTypeName("const GLdouble *")] Ref coords ) => ThisThread.VertexStream3ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -620278,7 +387825,6 @@ _slots[3182] is not null and var loadedFnPtr ) )(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream3ATI( @@ -620288,6 +387834,8 @@ public static void VertexStream3ATI( [NativeTypeName("GLfloat")] float z ) => ThisThread.VertexStream3ATI(stream, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620296,7 +387844,6 @@ void IGL.VertexStream3ATI( [NativeTypeName("GLfloat")] float z ) => ((IGL)this).VertexStream3ATI((uint)stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620307,6 +387854,7 @@ public static void VertexStream3ATI( [NativeTypeName("GLfloat")] float z ) => ThisThread.VertexStream3ATI(stream, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -620320,7 +387868,6 @@ _slots[3183] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream3ATI( @@ -620328,6 +387875,8 @@ public static void VertexStream3ATI( [NativeTypeName("const GLfloat *")] float* coords ) => ThisThread.VertexStream3ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620340,7 +387889,6 @@ void IGL.VertexStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620349,6 +387897,7 @@ public static void VertexStream3ATI( [NativeTypeName("const GLfloat *")] Ref coords ) => ThisThread.VertexStream3ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -620364,7 +387913,6 @@ _slots[3184] is not null and var loadedFnPtr ) )(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream3ATI( @@ -620374,6 +387922,8 @@ public static void VertexStream3ATI( [NativeTypeName("GLint")] int z ) => ThisThread.VertexStream3ATI(stream, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620382,7 +387932,6 @@ void IGL.VertexStream3ATI( [NativeTypeName("GLint")] int z ) => ((IGL)this).VertexStream3ATI((uint)stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620393,6 +387942,7 @@ public static void VertexStream3ATI( [NativeTypeName("GLint")] int z ) => ThisThread.VertexStream3ATI(stream, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -620406,7 +387956,6 @@ _slots[3185] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream3ATI( @@ -620414,6 +387963,8 @@ public static void VertexStream3ATI( [NativeTypeName("const GLint *")] int* coords ) => ThisThread.VertexStream3ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620426,7 +387977,6 @@ void IGL.VertexStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620435,6 +387985,7 @@ public static void VertexStream3ATI( [NativeTypeName("const GLint *")] Ref coords ) => ThisThread.VertexStream3ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -620450,7 +388001,6 @@ _slots[3186] is not null and var loadedFnPtr ) )(stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream3ATI( @@ -620460,6 +388010,8 @@ public static void VertexStream3ATI( [NativeTypeName("GLshort")] short z ) => ThisThread.VertexStream3ATI(stream, x, y, z); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620468,7 +388020,6 @@ void IGL.VertexStream3ATI( [NativeTypeName("GLshort")] short z ) => ((IGL)this).VertexStream3ATI((uint)stream, x, y, z); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620479,6 +388030,7 @@ public static void VertexStream3ATI( [NativeTypeName("GLshort")] short z ) => ThisThread.VertexStream3ATI(stream, x, y, z); + [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -620492,7 +388044,6 @@ _slots[3187] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream3ATI( @@ -620500,6 +388051,8 @@ public static void VertexStream3ATI( [NativeTypeName("const GLshort *")] short* coords ) => ThisThread.VertexStream3ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream3ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620512,7 +388065,6 @@ void IGL.VertexStream3ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620521,6 +388073,7 @@ public static void VertexStream3ATI( [NativeTypeName("const GLshort *")] Ref coords ) => ThisThread.VertexStream3ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -620537,7 +388090,6 @@ _slots[3188] is not null and var loadedFnPtr ) )(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream4ATI( @@ -620548,6 +388100,8 @@ public static void VertexStream4ATI( [NativeTypeName("GLdouble")] double w ) => ThisThread.VertexStream4ATI(stream, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620557,7 +388111,6 @@ void IGL.VertexStream4ATI( [NativeTypeName("GLdouble")] double w ) => ((IGL)this).VertexStream4ATI((uint)stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620569,6 +388122,7 @@ public static void VertexStream4ATI( [NativeTypeName("GLdouble")] double w ) => ThisThread.VertexStream4ATI(stream, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -620582,7 +388136,6 @@ _slots[3189] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream4ATI( @@ -620590,6 +388143,8 @@ public static void VertexStream4ATI( [NativeTypeName("const GLdouble *")] double* coords ) => ThisThread.VertexStream4ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620602,7 +388157,6 @@ void IGL.VertexStream4ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620611,6 +388165,7 @@ public static void VertexStream4ATI( [NativeTypeName("const GLdouble *")] Ref coords ) => ThisThread.VertexStream4ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -620627,7 +388182,6 @@ _slots[3190] is not null and var loadedFnPtr ) )(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream4ATI( @@ -620638,6 +388192,8 @@ public static void VertexStream4ATI( [NativeTypeName("GLfloat")] float w ) => ThisThread.VertexStream4ATI(stream, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620647,7 +388203,6 @@ void IGL.VertexStream4ATI( [NativeTypeName("GLfloat")] float w ) => ((IGL)this).VertexStream4ATI((uint)stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620659,6 +388214,7 @@ public static void VertexStream4ATI( [NativeTypeName("GLfloat")] float w ) => ThisThread.VertexStream4ATI(stream, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -620672,7 +388228,6 @@ _slots[3191] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream4ATI( @@ -620680,6 +388235,8 @@ public static void VertexStream4ATI( [NativeTypeName("const GLfloat *")] float* coords ) => ThisThread.VertexStream4ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620692,7 +388249,6 @@ void IGL.VertexStream4ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620701,6 +388257,7 @@ public static void VertexStream4ATI( [NativeTypeName("const GLfloat *")] Ref coords ) => ThisThread.VertexStream4ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -620717,7 +388274,6 @@ _slots[3192] is not null and var loadedFnPtr ) )(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream4ATI( @@ -620728,6 +388284,8 @@ public static void VertexStream4ATI( [NativeTypeName("GLint")] int w ) => ThisThread.VertexStream4ATI(stream, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620737,7 +388295,6 @@ void IGL.VertexStream4ATI( [NativeTypeName("GLint")] int w ) => ((IGL)this).VertexStream4ATI((uint)stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620749,6 +388306,7 @@ public static void VertexStream4ATI( [NativeTypeName("GLint")] int w ) => ThisThread.VertexStream4ATI(stream, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -620762,7 +388320,6 @@ _slots[3193] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream4ATI( @@ -620770,6 +388327,8 @@ public static void VertexStream4ATI( [NativeTypeName("const GLint *")] int* coords ) => ThisThread.VertexStream4ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620782,7 +388341,6 @@ void IGL.VertexStream4ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620791,6 +388349,7 @@ public static void VertexStream4ATI( [NativeTypeName("const GLint *")] Ref coords ) => ThisThread.VertexStream4ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -620807,7 +388366,6 @@ _slots[3194] is not null and var loadedFnPtr ) )(stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream4ATI( @@ -620818,6 +388376,8 @@ public static void VertexStream4ATI( [NativeTypeName("GLshort")] short w ) => ThisThread.VertexStream4ATI(stream, x, y, z, w); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620827,7 +388387,6 @@ void IGL.VertexStream4ATI( [NativeTypeName("GLshort")] short w ) => ((IGL)this).VertexStream4ATI((uint)stream, x, y, z, w); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620839,6 +388398,7 @@ public static void VertexStream4ATI( [NativeTypeName("GLshort")] short w ) => ThisThread.VertexStream4ATI(stream, x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -620852,7 +388412,6 @@ _slots[3195] is not null and var loadedFnPtr ) )(stream, coords); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexStream4ATI( @@ -620860,6 +388419,8 @@ public static void VertexStream4ATI( [NativeTypeName("const GLshort *")] short* coords ) => ThisThread.VertexStream4ATI(stream, coords); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexStream4ATI( [NativeTypeName("GLenum")] Constant stream, @@ -620872,7 +388433,6 @@ void IGL.VertexStream4ATI( } } - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -620881,6 +388441,7 @@ public static void VertexStream4ATI( [NativeTypeName("const GLshort *")] Ref coords ) => ThisThread.VertexStream4ATI(stream, coords); + [NativeFunction("opengl", EntryPoint = "glVertexWeightfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexWeightEXT([NativeTypeName("GLfloat")] float weight) => ( @@ -620891,12 +388452,12 @@ _slots[3196] is not null and var loadedFnPtr ) )(weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightfEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexWeightEXT([NativeTypeName("GLfloat")] float weight) => ThisThread.VertexWeightEXT(weight); + [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float* weight) => ( @@ -620907,12 +388468,13 @@ _slots[3197] is not null and var loadedFnPtr ) )(weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float* weight) => ThisThread.VertexWeightfvEXT(weight); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexWeightfvEXT([NativeTypeName("const GLfloat *")] Ref weight) { @@ -620922,24 +388484,25 @@ void IGL.VertexWeightfvEXT([NativeTypeName("const GLfloat *")] Ref weight } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] Ref weight) => ThisThread.VertexWeightfvEXT(weight); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float weight) => ((IGL)this).VertexWeightfvEXT((float*)&weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float weight) => ThisThread.VertexWeightfvEXT(weight); + [NativeFunction("opengl", EntryPoint = "glVertexWeighthNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexWeightNV([NativeTypeName("GLhalfNV")] ushort weight) => ( @@ -620950,12 +388513,12 @@ _slots[3198] is not null and var loadedFnPtr ) )(weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexWeighthNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexWeightNV([NativeTypeName("GLhalfNV")] ushort weight) => ThisThread.VertexWeightNV(weight); + [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] ushort* weight) => ( @@ -620966,12 +388529,13 @@ _slots[3199] is not null and var loadedFnPtr ) )(weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] ushort* weight) => ThisThread.VertexWeighthvNV(weight); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] Ref weight) { @@ -620981,24 +388545,25 @@ void IGL.VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] Ref weigh } } - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] Ref weight) => ThisThread.VertexWeighthvNV(weight); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] ushort weight) => ((IGL)this).VertexWeighthvNV((ushort*)&weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] ushort weight) => ThisThread.VertexWeighthvNV(weight); + [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexWeightPointerEXT( [NativeTypeName("GLint")] int size, @@ -621017,7 +388582,6 @@ _slots[3200] is not null and var loadedFnPtr ) )(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VertexWeightPointerEXT( @@ -621027,6 +388591,8 @@ public static void VertexWeightPointerEXT( [NativeTypeName("const void *")] void* pointer ) => ThisThread.VertexWeightPointerEXT(size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VertexWeightPointerEXT( [NativeTypeName("GLint")] int size, @@ -621041,7 +388607,6 @@ void IGL.VertexWeightPointerEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621052,6 +388617,8 @@ public static void VertexWeightPointerEXT( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.VertexWeightPointerEXT(size, type, stride, pointer); + [return: NativeTypeName("GLenum")] + [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.VideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -621067,7 +388634,6 @@ _slots[3201] is not null and var loadedFnPtr )(video_capture_slot, sequence_num, capture_time); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint VideoCaptureNV( @@ -621076,6 +388642,9 @@ public static uint VideoCaptureNV( [NativeTypeName("GLuint64EXT *")] ulong* capture_time ) => ThisThread.VideoCaptureNV(video_capture_slot, sequence_num, capture_time); + [return: NativeTypeName("GLenum")] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IGL.VideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -621096,7 +388665,6 @@ uint IGL.VideoCaptureNV( } [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621106,6 +388674,7 @@ public static uint VideoCaptureNV( [NativeTypeName("GLuint64EXT *")] Ref capture_time ) => ThisThread.VideoCaptureNV(video_capture_slot, sequence_num, capture_time); + [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -621124,7 +388693,6 @@ _slots[3202] is not null and var loadedFnPtr ) )(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VideoCaptureStreamParameterNV( @@ -621134,6 +388702,8 @@ public static void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] double* @params ) => ThisThread.VideoCaptureStreamParameterNV(video_capture_slot, stream, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -621153,7 +388723,6 @@ void IGL.VideoCaptureStreamParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621164,6 +388733,8 @@ public static void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] Ref @params ) => ThisThread.VideoCaptureStreamParameterNV(video_capture_slot, stream, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -621172,7 +388743,6 @@ void IGL.VideoCaptureStreamParameterNV( ) => ((IGL)this).VideoCaptureStreamParameterNV(video_capture_slot, stream, 1, (double*)&@params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621182,6 +388752,7 @@ public static void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] double @params ) => ThisThread.VideoCaptureStreamParameterNV(video_capture_slot, stream, @params); + [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -621200,7 +388771,6 @@ _slots[3203] is not null and var loadedFnPtr ) )(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VideoCaptureStreamParameterNV( @@ -621210,6 +388780,8 @@ public static void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] float* @params ) => ThisThread.VideoCaptureStreamParameterNV(video_capture_slot, stream, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -621229,7 +388801,6 @@ void IGL.VideoCaptureStreamParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621240,6 +388811,8 @@ public static void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ) => ThisThread.VideoCaptureStreamParameterNV(video_capture_slot, stream, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -621247,7 +388820,6 @@ void IGL.VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] float @params ) => ((IGL)this).VideoCaptureStreamParameterNV(video_capture_slot, stream, 1, (float*)&@params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621257,6 +388829,7 @@ public static void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] float @params ) => ThisThread.VideoCaptureStreamParameterNV(video_capture_slot, stream, @params); + [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -621275,7 +388848,6 @@ _slots[3204] is not null and var loadedFnPtr ) )(video_capture_slot, stream, pname, @params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VideoCaptureStreamParameterNV( @@ -621285,6 +388857,8 @@ public static void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] int* @params ) => ThisThread.VideoCaptureStreamParameterNV(video_capture_slot, stream, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -621304,7 +388878,6 @@ void IGL.VideoCaptureStreamParameterNV( } } - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621315,6 +388888,8 @@ public static void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] Ref @params ) => ThisThread.VideoCaptureStreamParameterNV(video_capture_slot, stream, pname, @params); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -621322,7 +388897,6 @@ void IGL.VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] int @params ) => ((IGL)this).VideoCaptureStreamParameterNV(video_capture_slot, stream, 1, (int*)&@params); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621332,6 +388906,7 @@ public static void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] int @params ) => ThisThread.VideoCaptureStreamParameterNV(video_capture_slot, stream, @params); + [NativeFunction("opengl", EntryPoint = "glViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.Viewport( [NativeTypeName("GLint")] int x, @@ -621347,62 +388922,6 @@ _slots[3205] is not null and var loadedFnPtr ) )(x, y, width, height); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Viewport( @@ -621412,6 +388931,7 @@ public static void Viewport( [NativeTypeName("GLsizei")] uint height ) => ThisThread.Viewport(x, y, width, height); + [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportArray( [NativeTypeName("GLuint")] uint first, @@ -621426,32 +388946,6 @@ _slots[3206] is not null and var loadedFnPtr ) )(first, count, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ViewportArray( @@ -621460,6 +388954,8 @@ public static void ViewportArray( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ViewportArray(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportArray( [NativeTypeName("GLuint")] uint first, @@ -621473,32 +388969,6 @@ void IGL.ViewportArray( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621508,38 +388978,14 @@ public static void ViewportArray( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ViewportArray(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportArray( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLfloat *")] float v ) => ((IGL)this).ViewportArray(first, 1, (float*)&v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621548,6 +388994,7 @@ public static void ViewportArray( [NativeTypeName("const GLfloat *")] float v ) => ThisThread.ViewportArray(first, v); + [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportArrayNV( [NativeTypeName("GLuint")] uint first, @@ -621562,7 +389009,6 @@ _slots[3207] is not null and var loadedFnPtr ) )(first, count, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ViewportArrayNV( @@ -621571,6 +389017,8 @@ public static void ViewportArrayNV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ViewportArrayNV(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportArrayNV( [NativeTypeName("GLuint")] uint first, @@ -621584,7 +389032,6 @@ void IGL.ViewportArrayNV( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621594,13 +389041,14 @@ public static void ViewportArrayNV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ViewportArrayNV(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportArrayNV( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLfloat *")] float v ) => ((IGL)this).ViewportArrayNV(first, 1, (float*)&v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621609,21 +389057,23 @@ public static void ViewportArrayNV( [NativeTypeName("const GLfloat *")] float v ) => ThisThread.ViewportArrayNV(first, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.ViewportArrayvO( + void IGL.ViewportArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLfloat *")] float v ) => ((IGL)this).ViewportArrayOES(first, 1, (float*)&v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void ViewportArrayvO( + public static void ViewportArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLfloat *")] float v - ) => ThisThread.ViewportArrayvO(first, v); + ) => ThisThread.ViewportArrayvOOES(first, v); + [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportArrayOES( [NativeTypeName("GLuint")] uint first, @@ -621638,7 +389088,6 @@ _slots[3208] is not null and var loadedFnPtr ) )(first, count, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ViewportArrayOES( @@ -621647,6 +389096,8 @@ public static void ViewportArrayOES( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ViewportArrayOES(first, count, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportArrayOES( [NativeTypeName("GLuint")] uint first, @@ -621660,7 +389111,6 @@ void IGL.ViewportArrayOES( } } - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621670,6 +389120,7 @@ public static void ViewportArrayOES( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ViewportArrayOES(first, count, v); + [NativeFunction("opengl", EntryPoint = "glViewportIndexedf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportIndexed( [NativeTypeName("GLuint")] uint index, @@ -621686,32 +389137,6 @@ _slots[3209] is not null and var loadedFnPtr ) )(index, x, y, w, h); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportIndexedf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ViewportIndexed( @@ -621722,6 +389147,7 @@ public static void ViewportIndexed( [NativeTypeName("GLfloat")] float h ) => ThisThread.ViewportIndexed(index, x, y, w, h); + [NativeFunction("opengl", EntryPoint = "glViewportIndexedfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -621738,7 +389164,6 @@ _slots[3210] is not null and var loadedFnPtr ) )(index, x, y, w, h); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ViewportIndexedNV( @@ -621749,6 +389174,7 @@ public static void ViewportIndexedNV( [NativeTypeName("GLfloat")] float h ) => ThisThread.ViewportIndexedNV(index, x, y, w, h); + [NativeFunction("opengl", EntryPoint = "glViewportIndexedfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -621765,7 +389191,6 @@ _slots[3211] is not null and var loadedFnPtr ) )(index, x, y, w, h); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ViewportIndexedOES( @@ -621776,6 +389201,7 @@ public static void ViewportIndexedOES( [NativeTypeName("GLfloat")] float h ) => ThisThread.ViewportIndexedOES(index, x, y, w, h); + [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportIndexed( [NativeTypeName("GLuint")] uint index, @@ -621789,32 +389215,6 @@ _slots[3212] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ViewportIndexed( @@ -621822,6 +389222,8 @@ public static void ViewportIndexed( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ViewportIndexed(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportIndexed( [NativeTypeName("GLuint")] uint index, @@ -621834,32 +389236,6 @@ void IGL.ViewportIndexed( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621868,6 +389244,7 @@ public static void ViewportIndexed( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ViewportIndexed(index, v); + [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -621881,7 +389258,6 @@ _slots[3213] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ViewportIndexedNV( @@ -621889,6 +389265,8 @@ public static void ViewportIndexedNV( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ViewportIndexedNV(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -621901,7 +389279,6 @@ void IGL.ViewportIndexedNV( } } - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621910,6 +389287,7 @@ public static void ViewportIndexedNV( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ViewportIndexedNV(index, v); + [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -621923,7 +389301,6 @@ _slots[3214] is not null and var loadedFnPtr ) )(index, v); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ViewportIndexedOES( @@ -621931,6 +389308,8 @@ public static void ViewportIndexedOES( [NativeTypeName("const GLfloat *")] float* v ) => ThisThread.ViewportIndexedOES(index, v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -621943,7 +389322,6 @@ void IGL.ViewportIndexedOES( } } - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -621952,6 +389330,7 @@ public static void ViewportIndexedOES( [NativeTypeName("const GLfloat *")] Ref v ) => ThisThread.ViewportIndexedOES(index, v); + [NativeFunction("opengl", EntryPoint = "glViewportPositionWScaleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportPositionWScaleNV( [NativeTypeName("GLuint")] uint index, @@ -621969,9 +389348,6 @@ _slots[3215] is not null and var loadedFnPtr ) )(index, xcoeff, ycoeff); - [SupportedApiProfile("gl", ["GL_NV_clip_space_w_scaling"])] - [SupportedApiProfile("glcore", ["GL_NV_clip_space_w_scaling"])] - [SupportedApiProfile("gles2", ["GL_NV_clip_space_w_scaling"])] [NativeFunction("opengl", EntryPoint = "glViewportPositionWScaleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ViewportPositionWScaleNV( @@ -621980,6 +389356,7 @@ public static void ViewportPositionWScaleNV( [NativeTypeName("GLfloat")] float ycoeff ) => ThisThread.ViewportPositionWScaleNV(index, xcoeff, ycoeff); + [NativeFunction("opengl", EntryPoint = "glViewportSwizzleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.ViewportSwizzleNV( [NativeTypeName("GLuint")] uint index, @@ -621996,9 +389373,6 @@ _slots[3216] is not null and var loadedFnPtr ) )(index, swizzlex, swizzley, swizzlez, swizzlew); - [SupportedApiProfile("gl", ["GL_NV_viewport_swizzle"])] - [SupportedApiProfile("glcore", ["GL_NV_viewport_swizzle"])] - [SupportedApiProfile("gles2", ["GL_NV_viewport_swizzle"])] [NativeFunction("opengl", EntryPoint = "glViewportSwizzleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ViewportSwizzleNV( @@ -622009,6 +389383,7 @@ public static void ViewportSwizzleNV( [NativeTypeName("GLenum")] uint swizzlew ) => ThisThread.ViewportSwizzleNV(index, swizzlex, swizzley, swizzlez, swizzlew); + [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WaitSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -622026,8 +389401,6 @@ _slots[3217] is not null and var loadedFnPtr ) )(semaphore, numBufferBarriers, buffers, numTextureBarriers, textures, srcLayouts); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WaitSemaphoreEXT( @@ -622047,6 +389420,8 @@ public static void WaitSemaphoreEXT( srcLayouts ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WaitSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -622072,8 +389447,6 @@ void IGL.WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622094,6 +389467,8 @@ public static void WaitSemaphoreEXT( srcLayouts ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WaitSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -622117,8 +389492,6 @@ void IGL.WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622130,6 +389503,8 @@ public static void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ) => ThisThread.WaitSemaphoreEXT(semaphore, buffers, numTextureBarriers, textures, srcLayouts); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WaitSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -622155,8 +389530,6 @@ void IGL.WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622177,6 +389550,8 @@ public static void WaitSemaphoreEXT( srcLayouts ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WaitSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -622200,8 +389575,6 @@ void IGL.WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622213,6 +389586,8 @@ public static void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ) => ThisThread.WaitSemaphoreEXT(semaphore, buffers, numTextureBarriers, textures, srcLayouts); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WaitSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -622238,8 +389613,6 @@ void IGL.WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622260,6 +389633,8 @@ public static void WaitSemaphoreEXT( srcLayouts ); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WaitSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -622283,8 +389658,6 @@ void IGL.WaitSemaphoreEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622296,6 +389669,7 @@ public static void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ) => ThisThread.WaitSemaphoreEXT(semaphore, buffers, numTextureBarriers, textures, srcLayouts); + [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WaitSemaphoreNVX( [NativeTypeName("GLuint")] uint waitGpu, @@ -622311,7 +389685,6 @@ _slots[3218] is not null and var loadedFnPtr ) )(waitGpu, fenceObjectCount, semaphoreArray, fenceValueArray); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WaitSemaphoreNVX( @@ -622321,6 +389694,8 @@ public static void WaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ) => ThisThread.WaitSemaphoreNVX(waitGpu, fenceObjectCount, semaphoreArray, fenceValueArray); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WaitSemaphoreNVX( [NativeTypeName("GLuint")] uint waitGpu, @@ -622341,7 +389716,6 @@ void IGL.WaitSemaphoreNVX( } } - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622352,6 +389726,7 @@ public static void WaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] Ref fenceValueArray ) => ThisThread.WaitSemaphoreNVX(waitGpu, fenceObjectCount, semaphoreArray, fenceValueArray); + [NativeFunction("opengl", EntryPoint = "glWaitSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WaitSync( [NativeTypeName("GLsync")] Sync* sync, @@ -622366,38 +389741,6 @@ _slots[3219] is not null and var loadedFnPtr ) )(sync, flags, timeout); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glWaitSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WaitSync( @@ -622406,6 +389749,8 @@ public static void WaitSync( [NativeTypeName("GLuint64")] ulong timeout ) => ThisThread.WaitSync(sync, flags, timeout); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWaitSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WaitSync( [NativeTypeName("GLsync")] Ref sync, @@ -622419,38 +389764,6 @@ void IGL.WaitSync( } } - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622460,8 +389773,9 @@ public static void WaitSync( [NativeTypeName("GLuint64")] ulong timeout ) => ThisThread.WaitSync(sync, flags, timeout); + [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.WaitSyncApple( + void IGL.WaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout @@ -622474,18 +389788,18 @@ _slots[3220] is not null and var loadedFnPtr ) )(sync, flags, timeout); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void WaitSyncApple( + public static void WaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout - ) => ThisThread.WaitSyncApple(sync, flags, timeout); + ) => ThisThread.WaitSyncAPPLE(sync, flags, timeout); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IGL.WaitSyncApple( + void IGL.WaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout @@ -622493,21 +389807,20 @@ void IGL.WaitSyncApple( { fixed (Sync* __dsl_sync = sync) { - ((IGL)this).WaitSyncApple(__dsl_sync, (uint)flags, timeout); + ((IGL)this).WaitSyncAPPLE(__dsl_sync, (uint)flags, timeout); } } - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void WaitSyncApple( + public static void WaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout - ) => ThisThread.WaitSyncApple(sync, flags, timeout); + ) => ThisThread.WaitSyncAPPLE(sync, flags, timeout); + [NativeFunction("opengl", EntryPoint = "glWaitVkSemaphoreNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WaitVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore) => ( @@ -622518,14 +389831,12 @@ _slots[3221] is not null and var loadedFnPtr ) )(vkSemaphore); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glWaitVkSemaphoreNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WaitVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore) => ThisThread.WaitVkSemaphoreNV(vkSemaphore); + [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -622539,7 +389850,6 @@ _slots[3222] is not null and var loadedFnPtr ) )(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB( @@ -622547,6 +389857,8 @@ public static void WeightARB( [NativeTypeName("const GLbyte *")] sbyte* weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -622559,7 +389871,6 @@ void IGL.WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622568,17 +389879,19 @@ public static void WeightARB( [NativeTypeName("const GLbyte *")] Ref weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB([NativeTypeName("const GLbyte *")] sbyte weights) => ((IGL)this).WeightARB(1, (sbyte*)&weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB([NativeTypeName("const GLbyte *")] sbyte weights) => ThisThread.WeightARB(weights); + [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -622592,7 +389905,6 @@ _slots[3223] is not null and var loadedFnPtr ) )(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB( @@ -622600,6 +389912,8 @@ public static void WeightARB( [NativeTypeName("const GLdouble *")] double* weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -622612,7 +389926,6 @@ void IGL.WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622621,17 +389934,19 @@ public static void WeightARB( [NativeTypeName("const GLdouble *")] Ref weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB([NativeTypeName("const GLdouble *")] double weights) => ((IGL)this).WeightARB(1, (double*)&weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB([NativeTypeName("const GLdouble *")] double weights) => ThisThread.WeightARB(weights); + [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -622645,7 +389960,6 @@ _slots[3224] is not null and var loadedFnPtr ) )(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB( @@ -622653,6 +389967,8 @@ public static void WeightARB( [NativeTypeName("const GLfloat *")] float* weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -622665,7 +389981,6 @@ void IGL.WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622674,17 +389989,19 @@ public static void WeightARB( [NativeTypeName("const GLfloat *")] Ref weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB([NativeTypeName("const GLfloat *")] float weights) => ((IGL)this).WeightARB(1, (float*)&weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB([NativeTypeName("const GLfloat *")] float weights) => ThisThread.WeightARB(weights); + [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -622698,7 +390015,6 @@ _slots[3225] is not null and var loadedFnPtr ) )(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB( @@ -622706,6 +390022,8 @@ public static void WeightARB( [NativeTypeName("const GLint *")] int* weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -622718,7 +390036,6 @@ void IGL.WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622727,17 +390044,19 @@ public static void WeightARB( [NativeTypeName("const GLint *")] Ref weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB([NativeTypeName("const GLint *")] int weights) => ((IGL)this).WeightARB(1, (int*)&weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB([NativeTypeName("const GLint *")] int weights) => ThisThread.WeightARB(weights); + [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightPathNV( [NativeTypeName("GLuint")] uint resultPath, @@ -622753,9 +390072,6 @@ _slots[3226] is not null and var loadedFnPtr ) )(resultPath, numPaths, paths, weights); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightPathNV( @@ -622765,6 +390081,8 @@ public static void WeightPathNV( [NativeTypeName("const GLfloat *")] float* weights ) => ThisThread.WeightPathNV(resultPath, numPaths, paths, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightPathNV( [NativeTypeName("GLuint")] uint resultPath, @@ -622780,9 +390098,6 @@ void IGL.WeightPathNV( } } - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622793,6 +390108,7 @@ public static void WeightPathNV( [NativeTypeName("const GLfloat *")] Ref weights ) => ThisThread.WeightPathNV(resultPath, numPaths, paths, weights); + [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightPointerARB( [NativeTypeName("GLint")] int size, @@ -622808,7 +390124,6 @@ _slots[3227] is not null and var loadedFnPtr ) )(size, type, stride, pointer); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightPointerARB( @@ -622818,6 +390133,8 @@ public static void WeightPointerARB( [NativeTypeName("const void *")] void* pointer ) => ThisThread.WeightPointerARB(size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightPointerARB( [NativeTypeName("GLint")] int size, @@ -622832,7 +390149,6 @@ void IGL.WeightPointerARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622843,6 +390159,7 @@ public static void WeightPointerARB( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.WeightPointerARB(size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightPointerOES( [NativeTypeName("GLint")] int size, @@ -622858,7 +390175,6 @@ _slots[3228] is not null and var loadedFnPtr ) )(size, type, stride, pointer); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightPointerOES( @@ -622868,6 +390184,8 @@ public static void WeightPointerOES( [NativeTypeName("const void *")] void* pointer ) => ThisThread.WeightPointerOES(size, type, stride, pointer); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightPointerOES( [NativeTypeName("GLint")] int size, @@ -622882,7 +390200,6 @@ void IGL.WeightPointerOES( } } - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622893,6 +390210,7 @@ public static void WeightPointerOES( [NativeTypeName("const void *")] Ref pointer ) => ThisThread.WeightPointerOES(size, type, stride, pointer); + [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -622906,7 +390224,6 @@ _slots[3229] is not null and var loadedFnPtr ) )(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB( @@ -622914,6 +390231,8 @@ public static void WeightARB( [NativeTypeName("const GLshort *")] short* weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -622926,7 +390245,6 @@ void IGL.WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622935,17 +390253,19 @@ public static void WeightARB( [NativeTypeName("const GLshort *")] Ref weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB([NativeTypeName("const GLshort *")] short weights) => ((IGL)this).WeightARB(1, (short*)&weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB([NativeTypeName("const GLshort *")] short weights) => ThisThread.WeightARB(weights); + [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -622959,7 +390279,6 @@ _slots[3230] is not null and var loadedFnPtr ) )(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB( @@ -622967,6 +390286,8 @@ public static void WeightARB( [NativeTypeName("const GLubyte *")] byte* weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -622979,7 +390300,6 @@ void IGL.WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -622988,17 +390308,19 @@ public static void WeightARB( [NativeTypeName("const GLubyte *")] Ref weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB([NativeTypeName("const GLubyte *")] byte weights) => ((IGL)this).WeightARB(1, (byte*)&weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB([NativeTypeName("const GLubyte *")] byte weights) => ThisThread.WeightARB(weights); + [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -623012,7 +390334,6 @@ _slots[3231] is not null and var loadedFnPtr ) )(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB( @@ -623020,6 +390341,8 @@ public static void WeightARB( [NativeTypeName("const GLuint *")] uint* weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -623032,7 +390355,6 @@ void IGL.WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -623041,17 +390363,19 @@ public static void WeightARB( [NativeTypeName("const GLuint *")] Ref weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB([NativeTypeName("const GLuint *")] uint weights) => ((IGL)this).WeightARB(1, (uint*)&weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB([NativeTypeName("const GLuint *")] uint weights) => ThisThread.WeightARB(weights); + [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -623065,7 +390389,6 @@ _slots[3232] is not null and var loadedFnPtr ) )(size, weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB( @@ -623073,6 +390396,8 @@ public static void WeightARB( [NativeTypeName("const GLushort *")] ushort* weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB( [NativeTypeName("GLint")] int size, @@ -623085,7 +390410,6 @@ void IGL.WeightARB( } } - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -623094,17 +390418,19 @@ public static void WeightARB( [NativeTypeName("const GLushort *")] Ref weights ) => ThisThread.WeightARB(size, weights); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WeightARB([NativeTypeName("const GLushort *")] ushort weights) => ((IGL)this).WeightARB(1, (ushort*)&weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WeightARB([NativeTypeName("const GLushort *")] ushort weights) => ThisThread.WeightARB(weights); + [NativeFunction("opengl", EntryPoint = "glWindowPos2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2( [NativeTypeName("GLdouble")] double x, @@ -623118,27 +390444,6 @@ _slots[3233] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2( @@ -623146,6 +390451,7 @@ public static void WindowPos2( [NativeTypeName("GLdouble")] double y ) => ThisThread.WindowPos2(x, y); + [NativeFunction("opengl", EntryPoint = "glWindowPos2dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2ARB( [NativeTypeName("GLdouble")] double x, @@ -623159,7 +390465,6 @@ _slots[3234] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2ARB( @@ -623167,6 +390472,7 @@ public static void WindowPos2ARB( [NativeTypeName("GLdouble")] double y ) => ThisThread.WindowPos2ARB(x, y); + [NativeFunction("opengl", EntryPoint = "glWindowPos2dMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2MESA( [NativeTypeName("GLdouble")] double x, @@ -623180,7 +390486,6 @@ _slots[3235] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2MESA( @@ -623188,6 +390493,7 @@ public static void WindowPos2MESA( [NativeTypeName("GLdouble")] double y ) => ThisThread.WindowPos2MESA(x, y); + [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2([NativeTypeName("const GLdouble *")] double* v) => ( @@ -623198,32 +390504,13 @@ _slots[3236] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2([NativeTypeName("const GLdouble *")] double* v) => ThisThread.WindowPos2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2([NativeTypeName("const GLdouble *")] Ref v) { @@ -623233,33 +390520,13 @@ void IGL.WindowPos2([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.WindowPos2(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2ARB([NativeTypeName("const GLdouble *")] double* v) => ( @@ -623270,12 +390537,13 @@ _slots[3237] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2ARB([NativeTypeName("const GLdouble *")] double* v) => ThisThread.WindowPos2ARB(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2ARB([NativeTypeName("const GLdouble *")] Ref v) { @@ -623285,13 +390553,13 @@ void IGL.WindowPos2ARB([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2ARB([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.WindowPos2ARB(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos2dvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2MESA([NativeTypeName("const GLdouble *")] double* v) => ( @@ -623302,12 +390570,13 @@ _slots[3238] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2MESA([NativeTypeName("const GLdouble *")] double* v) => ThisThread.WindowPos2MESA(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos2dvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2MESA([NativeTypeName("const GLdouble *")] Ref v) { @@ -623317,13 +390586,13 @@ void IGL.WindowPos2MESA([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2MESA([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.WindowPos2MESA(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2([NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y) => ( @@ -623334,27 +390603,6 @@ _slots[3239] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2( @@ -623362,6 +390610,7 @@ public static void WindowPos2( [NativeTypeName("GLfloat")] float y ) => ThisThread.WindowPos2(x, y); + [NativeFunction("opengl", EntryPoint = "glWindowPos2fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2ARB( [NativeTypeName("GLfloat")] float x, @@ -623375,7 +390624,6 @@ _slots[3240] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2ARB( @@ -623383,6 +390631,7 @@ public static void WindowPos2ARB( [NativeTypeName("GLfloat")] float y ) => ThisThread.WindowPos2ARB(x, y); + [NativeFunction("opengl", EntryPoint = "glWindowPos2fMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2MESA( [NativeTypeName("GLfloat")] float x, @@ -623396,7 +390645,6 @@ _slots[3241] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2MESA( @@ -623404,6 +390652,7 @@ public static void WindowPos2MESA( [NativeTypeName("GLfloat")] float y ) => ThisThread.WindowPos2MESA(x, y); + [NativeFunction("opengl", EntryPoint = "glWindowPos2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2([NativeTypeName("const GLfloat *")] float* v) => ( @@ -623414,32 +390663,13 @@ _slots[3242] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2([NativeTypeName("const GLfloat *")] float* v) => ThisThread.WindowPos2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2([NativeTypeName("const GLfloat *")] Ref v) { @@ -623449,33 +390679,13 @@ void IGL.WindowPos2([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.WindowPos2(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2ARB([NativeTypeName("const GLfloat *")] float* v) => ( @@ -623486,12 +390696,13 @@ _slots[3243] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2ARB([NativeTypeName("const GLfloat *")] float* v) => ThisThread.WindowPos2ARB(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2ARB([NativeTypeName("const GLfloat *")] Ref v) { @@ -623501,13 +390712,13 @@ void IGL.WindowPos2ARB([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2ARB([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.WindowPos2ARB(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2MESA([NativeTypeName("const GLfloat *")] float* v) => ( @@ -623518,12 +390729,13 @@ _slots[3244] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2MESA([NativeTypeName("const GLfloat *")] float* v) => ThisThread.WindowPos2MESA(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2MESA([NativeTypeName("const GLfloat *")] Ref v) { @@ -623533,13 +390745,13 @@ void IGL.WindowPos2MESA([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2MESA([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.WindowPos2MESA(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y) => ( @@ -623550,27 +390762,6 @@ _slots[3245] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2( @@ -623578,6 +390769,7 @@ public static void WindowPos2( [NativeTypeName("GLint")] int y ) => ThisThread.WindowPos2(x, y); + [NativeFunction("opengl", EntryPoint = "glWindowPos2iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2ARB([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y) => ( @@ -623588,7 +390780,6 @@ _slots[3246] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2ARB( @@ -623596,6 +390787,7 @@ public static void WindowPos2ARB( [NativeTypeName("GLint")] int y ) => ThisThread.WindowPos2ARB(x, y); + [NativeFunction("opengl", EntryPoint = "glWindowPos2iMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2MESA([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y) => ( @@ -623606,7 +390798,6 @@ _slots[3247] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2iMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2MESA( @@ -623614,6 +390805,7 @@ public static void WindowPos2MESA( [NativeTypeName("GLint")] int y ) => ThisThread.WindowPos2MESA(x, y); + [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2([NativeTypeName("const GLint *")] int* v) => ( @@ -623624,32 +390816,13 @@ _slots[3248] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2([NativeTypeName("const GLint *")] int* v) => ThisThread.WindowPos2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2([NativeTypeName("const GLint *")] Ref v) { @@ -623659,33 +390832,13 @@ void IGL.WindowPos2([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2([NativeTypeName("const GLint *")] Ref v) => ThisThread.WindowPos2(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2ARB([NativeTypeName("const GLint *")] int* v) => ( @@ -623696,12 +390849,13 @@ _slots[3249] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2ARB([NativeTypeName("const GLint *")] int* v) => ThisThread.WindowPos2ARB(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2ARB([NativeTypeName("const GLint *")] Ref v) { @@ -623711,13 +390865,13 @@ void IGL.WindowPos2ARB([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2ARB([NativeTypeName("const GLint *")] Ref v) => ThisThread.WindowPos2ARB(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2MESA([NativeTypeName("const GLint *")] int* v) => ( @@ -623728,12 +390882,13 @@ _slots[3250] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2MESA([NativeTypeName("const GLint *")] int* v) => ThisThread.WindowPos2MESA(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2MESA([NativeTypeName("const GLint *")] Ref v) { @@ -623743,13 +390898,13 @@ void IGL.WindowPos2MESA([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2MESA([NativeTypeName("const GLint *")] Ref v) => ThisThread.WindowPos2MESA(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2([NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y) => ( @@ -623760,27 +390915,6 @@ _slots[3251] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2( @@ -623788,6 +390922,7 @@ public static void WindowPos2( [NativeTypeName("GLshort")] short y ) => ThisThread.WindowPos2(x, y); + [NativeFunction("opengl", EntryPoint = "glWindowPos2sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2ARB( [NativeTypeName("GLshort")] short x, @@ -623801,7 +390936,6 @@ _slots[3252] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2ARB( @@ -623809,6 +390943,7 @@ public static void WindowPos2ARB( [NativeTypeName("GLshort")] short y ) => ThisThread.WindowPos2ARB(x, y); + [NativeFunction("opengl", EntryPoint = "glWindowPos2sMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2MESA( [NativeTypeName("GLshort")] short x, @@ -623822,7 +390957,6 @@ _slots[3253] is not null and var loadedFnPtr ) )(x, y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2sMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2MESA( @@ -623830,6 +390964,7 @@ public static void WindowPos2MESA( [NativeTypeName("GLshort")] short y ) => ThisThread.WindowPos2MESA(x, y); + [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2([NativeTypeName("const GLshort *")] short* v) => ( @@ -623840,32 +390975,13 @@ _slots[3254] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2([NativeTypeName("const GLshort *")] short* v) => ThisThread.WindowPos2(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2([NativeTypeName("const GLshort *")] Ref v) { @@ -623875,33 +390991,13 @@ void IGL.WindowPos2([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2([NativeTypeName("const GLshort *")] Ref v) => ThisThread.WindowPos2(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2ARB([NativeTypeName("const GLshort *")] short* v) => ( @@ -623912,12 +391008,13 @@ _slots[3255] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2ARB([NativeTypeName("const GLshort *")] short* v) => ThisThread.WindowPos2ARB(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2ARB([NativeTypeName("const GLshort *")] Ref v) { @@ -623927,13 +391024,13 @@ void IGL.WindowPos2ARB([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2ARB([NativeTypeName("const GLshort *")] Ref v) => ThisThread.WindowPos2ARB(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2MESA([NativeTypeName("const GLshort *")] short* v) => ( @@ -623944,12 +391041,13 @@ _slots[3256] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2MESA([NativeTypeName("const GLshort *")] short* v) => ThisThread.WindowPos2MESA(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos2MESA([NativeTypeName("const GLshort *")] Ref v) { @@ -623959,13 +391057,13 @@ void IGL.WindowPos2MESA([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos2MESA([NativeTypeName("const GLshort *")] Ref v) => ThisThread.WindowPos2MESA(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3( [NativeTypeName("GLdouble")] double x, @@ -623980,27 +391078,6 @@ _slots[3257] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3d")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3( @@ -624009,6 +391086,7 @@ public static void WindowPos3( [NativeTypeName("GLdouble")] double z ) => ThisThread.WindowPos3(x, y, z); + [NativeFunction("opengl", EntryPoint = "glWindowPos3dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3ARB( [NativeTypeName("GLdouble")] double x, @@ -624023,7 +391101,6 @@ _slots[3258] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3ARB( @@ -624032,6 +391109,7 @@ public static void WindowPos3ARB( [NativeTypeName("GLdouble")] double z ) => ThisThread.WindowPos3ARB(x, y, z); + [NativeFunction("opengl", EntryPoint = "glWindowPos3dMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3MESA( [NativeTypeName("GLdouble")] double x, @@ -624046,7 +391124,6 @@ _slots[3259] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3MESA( @@ -624055,6 +391132,7 @@ public static void WindowPos3MESA( [NativeTypeName("GLdouble")] double z ) => ThisThread.WindowPos3MESA(x, y, z); + [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3([NativeTypeName("const GLdouble *")] double* v) => ( @@ -624065,32 +391143,13 @@ _slots[3260] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3([NativeTypeName("const GLdouble *")] double* v) => ThisThread.WindowPos3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3([NativeTypeName("const GLdouble *")] Ref v) { @@ -624100,33 +391159,13 @@ void IGL.WindowPos3([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.WindowPos3(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3ARB([NativeTypeName("const GLdouble *")] double* v) => ( @@ -624137,12 +391176,13 @@ _slots[3261] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3ARB([NativeTypeName("const GLdouble *")] double* v) => ThisThread.WindowPos3ARB(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3ARB([NativeTypeName("const GLdouble *")] Ref v) { @@ -624152,13 +391192,13 @@ void IGL.WindowPos3ARB([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3ARB([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.WindowPos3ARB(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos3dvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3MESA([NativeTypeName("const GLdouble *")] double* v) => ( @@ -624169,12 +391209,13 @@ _slots[3262] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3MESA([NativeTypeName("const GLdouble *")] double* v) => ThisThread.WindowPos3MESA(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos3dvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3MESA([NativeTypeName("const GLdouble *")] Ref v) { @@ -624184,13 +391225,13 @@ void IGL.WindowPos3MESA([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3MESA([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.WindowPos3MESA(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3( [NativeTypeName("GLfloat")] float x, @@ -624205,27 +391246,6 @@ _slots[3263] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3( @@ -624234,6 +391254,7 @@ public static void WindowPos3( [NativeTypeName("GLfloat")] float z ) => ThisThread.WindowPos3(x, y, z); + [NativeFunction("opengl", EntryPoint = "glWindowPos3fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3ARB( [NativeTypeName("GLfloat")] float x, @@ -624248,7 +391269,6 @@ _slots[3264] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3ARB( @@ -624257,6 +391277,7 @@ public static void WindowPos3ARB( [NativeTypeName("GLfloat")] float z ) => ThisThread.WindowPos3ARB(x, y, z); + [NativeFunction("opengl", EntryPoint = "glWindowPos3fMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3MESA( [NativeTypeName("GLfloat")] float x, @@ -624271,7 +391292,6 @@ _slots[3265] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3MESA( @@ -624280,6 +391300,7 @@ public static void WindowPos3MESA( [NativeTypeName("GLfloat")] float z ) => ThisThread.WindowPos3MESA(x, y, z); + [NativeFunction("opengl", EntryPoint = "glWindowPos3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3([NativeTypeName("const GLfloat *")] float* v) => ( @@ -624290,32 +391311,13 @@ _slots[3266] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3([NativeTypeName("const GLfloat *")] float* v) => ThisThread.WindowPos3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3([NativeTypeName("const GLfloat *")] Ref v) { @@ -624325,33 +391327,13 @@ void IGL.WindowPos3([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.WindowPos3(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3ARB([NativeTypeName("const GLfloat *")] float* v) => ( @@ -624362,12 +391344,13 @@ _slots[3267] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3ARB([NativeTypeName("const GLfloat *")] float* v) => ThisThread.WindowPos3ARB(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3ARB([NativeTypeName("const GLfloat *")] Ref v) { @@ -624377,13 +391360,13 @@ void IGL.WindowPos3ARB([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3ARB([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.WindowPos3ARB(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3MESA([NativeTypeName("const GLfloat *")] float* v) => ( @@ -624394,12 +391377,13 @@ _slots[3268] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3MESA([NativeTypeName("const GLfloat *")] float* v) => ThisThread.WindowPos3MESA(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3MESA([NativeTypeName("const GLfloat *")] Ref v) { @@ -624409,13 +391393,13 @@ void IGL.WindowPos3MESA([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3MESA([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.WindowPos3MESA(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3( [NativeTypeName("GLint")] int x, @@ -624430,27 +391414,6 @@ _slots[3269] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3i")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3( @@ -624459,6 +391422,7 @@ public static void WindowPos3( [NativeTypeName("GLint")] int z ) => ThisThread.WindowPos3(x, y, z); + [NativeFunction("opengl", EntryPoint = "glWindowPos3iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3ARB( [NativeTypeName("GLint")] int x, @@ -624473,7 +391437,6 @@ _slots[3270] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3iARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3ARB( @@ -624482,6 +391445,7 @@ public static void WindowPos3ARB( [NativeTypeName("GLint")] int z ) => ThisThread.WindowPos3ARB(x, y, z); + [NativeFunction("opengl", EntryPoint = "glWindowPos3iMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3MESA( [NativeTypeName("GLint")] int x, @@ -624496,7 +391460,6 @@ _slots[3271] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3iMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3MESA( @@ -624505,6 +391468,7 @@ public static void WindowPos3MESA( [NativeTypeName("GLint")] int z ) => ThisThread.WindowPos3MESA(x, y, z); + [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3([NativeTypeName("const GLint *")] int* v) => ( @@ -624515,32 +391479,13 @@ _slots[3272] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3([NativeTypeName("const GLint *")] int* v) => ThisThread.WindowPos3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3([NativeTypeName("const GLint *")] Ref v) { @@ -624550,33 +391495,13 @@ void IGL.WindowPos3([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3([NativeTypeName("const GLint *")] Ref v) => ThisThread.WindowPos3(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3ARB([NativeTypeName("const GLint *")] int* v) => ( @@ -624587,12 +391512,13 @@ _slots[3273] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3ARB([NativeTypeName("const GLint *")] int* v) => ThisThread.WindowPos3ARB(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3ARB([NativeTypeName("const GLint *")] Ref v) { @@ -624602,13 +391528,13 @@ void IGL.WindowPos3ARB([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3ARB([NativeTypeName("const GLint *")] Ref v) => ThisThread.WindowPos3ARB(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3MESA([NativeTypeName("const GLint *")] int* v) => ( @@ -624619,12 +391545,13 @@ _slots[3274] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3MESA([NativeTypeName("const GLint *")] int* v) => ThisThread.WindowPos3MESA(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3MESA([NativeTypeName("const GLint *")] Ref v) { @@ -624634,13 +391561,13 @@ void IGL.WindowPos3MESA([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3MESA([NativeTypeName("const GLint *")] Ref v) => ThisThread.WindowPos3MESA(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3( [NativeTypeName("GLshort")] short x, @@ -624655,27 +391582,6 @@ _slots[3275] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3s")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3( @@ -624684,6 +391590,7 @@ public static void WindowPos3( [NativeTypeName("GLshort")] short z ) => ThisThread.WindowPos3(x, y, z); + [NativeFunction("opengl", EntryPoint = "glWindowPos3sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3ARB( [NativeTypeName("GLshort")] short x, @@ -624698,7 +391605,6 @@ _slots[3276] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3sARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3ARB( @@ -624707,6 +391613,7 @@ public static void WindowPos3ARB( [NativeTypeName("GLshort")] short z ) => ThisThread.WindowPos3ARB(x, y, z); + [NativeFunction("opengl", EntryPoint = "glWindowPos3sMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3MESA( [NativeTypeName("GLshort")] short x, @@ -624721,7 +391628,6 @@ _slots[3277] is not null and var loadedFnPtr ) )(x, y, z); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3sMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3MESA( @@ -624730,6 +391636,7 @@ public static void WindowPos3MESA( [NativeTypeName("GLshort")] short z ) => ThisThread.WindowPos3MESA(x, y, z); + [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3([NativeTypeName("const GLshort *")] short* v) => ( @@ -624740,32 +391647,13 @@ _slots[3278] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3([NativeTypeName("const GLshort *")] short* v) => ThisThread.WindowPos3(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3([NativeTypeName("const GLshort *")] Ref v) { @@ -624775,33 +391663,13 @@ void IGL.WindowPos3([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3([NativeTypeName("const GLshort *")] Ref v) => ThisThread.WindowPos3(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3ARB([NativeTypeName("const GLshort *")] short* v) => ( @@ -624812,12 +391680,13 @@ _slots[3279] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3ARB([NativeTypeName("const GLshort *")] short* v) => ThisThread.WindowPos3ARB(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3ARB([NativeTypeName("const GLshort *")] Ref v) { @@ -624827,13 +391696,13 @@ void IGL.WindowPos3ARB([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3ARB([NativeTypeName("const GLshort *")] Ref v) => ThisThread.WindowPos3ARB(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3MESA([NativeTypeName("const GLshort *")] short* v) => ( @@ -624844,12 +391713,13 @@ _slots[3280] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3MESA([NativeTypeName("const GLshort *")] short* v) => ThisThread.WindowPos3MESA(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos3MESA([NativeTypeName("const GLshort *")] Ref v) { @@ -624859,13 +391729,13 @@ void IGL.WindowPos3MESA([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos3MESA([NativeTypeName("const GLshort *")] Ref v) => ThisThread.WindowPos3MESA(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos4dMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos4MESA( [NativeTypeName("GLdouble")] double x, @@ -624881,7 +391751,6 @@ _slots[3281] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4dMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos4MESA( @@ -624891,6 +391760,7 @@ public static void WindowPos4MESA( [NativeTypeName("GLdouble")] double w ) => ThisThread.WindowPos4MESA(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos4MESA([NativeTypeName("const GLdouble *")] double* v) => ( @@ -624901,12 +391771,13 @@ _slots[3282] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos4MESA([NativeTypeName("const GLdouble *")] double* v) => ThisThread.WindowPos4MESA(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos4MESA([NativeTypeName("const GLdouble *")] Ref v) { @@ -624916,13 +391787,13 @@ void IGL.WindowPos4MESA([NativeTypeName("const GLdouble *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos4MESA([NativeTypeName("const GLdouble *")] Ref v) => ThisThread.WindowPos4MESA(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos4fMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos4MESA( [NativeTypeName("GLfloat")] float x, @@ -624938,7 +391809,6 @@ _slots[3283] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4fMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos4MESA( @@ -624948,6 +391818,7 @@ public static void WindowPos4MESA( [NativeTypeName("GLfloat")] float w ) => ThisThread.WindowPos4MESA(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glWindowPos4fvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos4MESA([NativeTypeName("const GLfloat *")] float* v) => ( @@ -624958,12 +391829,13 @@ _slots[3284] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4fvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos4MESA([NativeTypeName("const GLfloat *")] float* v) => ThisThread.WindowPos4MESA(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos4fvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos4MESA([NativeTypeName("const GLfloat *")] Ref v) { @@ -624973,13 +391845,13 @@ void IGL.WindowPos4MESA([NativeTypeName("const GLfloat *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4fvMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos4MESA([NativeTypeName("const GLfloat *")] Ref v) => ThisThread.WindowPos4MESA(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos4iMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos4MESA( [NativeTypeName("GLint")] int x, @@ -624995,7 +391867,6 @@ _slots[3285] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4iMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos4MESA( @@ -625005,6 +391876,7 @@ public static void WindowPos4MESA( [NativeTypeName("GLint")] int w ) => ThisThread.WindowPos4MESA(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos4MESA([NativeTypeName("const GLint *")] int* v) => ( @@ -625015,12 +391887,13 @@ _slots[3286] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos4MESA([NativeTypeName("const GLint *")] int* v) => ThisThread.WindowPos4MESA(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos4MESA([NativeTypeName("const GLint *")] Ref v) { @@ -625030,13 +391903,13 @@ void IGL.WindowPos4MESA([NativeTypeName("const GLint *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos4MESA([NativeTypeName("const GLint *")] Ref v) => ThisThread.WindowPos4MESA(v); + [NativeFunction("opengl", EntryPoint = "glWindowPos4sMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos4MESA( [NativeTypeName("GLshort")] short x, @@ -625052,7 +391925,6 @@ _slots[3287] is not null and var loadedFnPtr ) )(x, y, z, w); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4sMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos4MESA( @@ -625062,6 +391934,7 @@ public static void WindowPos4MESA( [NativeTypeName("GLshort")] short w ) => ThisThread.WindowPos4MESA(x, y, z, w); + [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos4MESA([NativeTypeName("const GLshort *")] short* v) => ( @@ -625072,12 +391945,13 @@ _slots[3288] is not null and var loadedFnPtr ) )(v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos4MESA([NativeTypeName("const GLshort *")] short* v) => ThisThread.WindowPos4MESA(v); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowPos4MESA([NativeTypeName("const GLshort *")] Ref v) { @@ -625087,13 +391961,13 @@ void IGL.WindowPos4MESA([NativeTypeName("const GLshort *")] Ref v) } } - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowPos4MESA([NativeTypeName("const GLshort *")] Ref v) => ThisThread.WindowPos4MESA(v); + [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowRectanglesEXT( [NativeTypeName("GLenum")] uint mode, @@ -625108,9 +391982,6 @@ _slots[3289] is not null and var loadedFnPtr ) )(mode, count, box); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WindowRectanglesEXT( @@ -625119,6 +391990,8 @@ public static void WindowRectanglesEXT( [NativeTypeName("const GLint *")] int* box ) => ThisThread.WindowRectanglesEXT(mode, count, box); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowRectanglesEXT( [NativeTypeName("GLenum")] uint mode, @@ -625132,9 +392005,6 @@ void IGL.WindowRectanglesEXT( } } - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -625144,15 +392014,14 @@ public static void WindowRectanglesEXT( [NativeTypeName("const GLint *")] Ref box ) => ThisThread.WindowRectanglesEXT(mode, count, box); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WindowRectanglesEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLint *")] int box ) => ((IGL)this).WindowRectanglesEXT(mode, 1, (int*)&box); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -625161,6 +392030,7 @@ public static void WindowRectanglesEXT( [NativeTypeName("const GLint *")] int box ) => ThisThread.WindowRectanglesEXT(mode, box); + [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WriteMaskEXT( [NativeTypeName("GLuint")] uint res, @@ -625178,7 +392048,6 @@ _slots[3290] is not null and var loadedFnPtr ) )(res, @in, outX, outY, outZ, outW); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WriteMaskEXT( @@ -625190,6 +392059,8 @@ public static void WriteMaskEXT( [NativeTypeName("GLenum")] uint outW ) => ThisThread.WriteMaskEXT(res, @in, outX, outY, outZ, outW); + [Transformed] + [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IGL.WriteMaskEXT( [NativeTypeName("GLuint")] uint res, @@ -625200,7 +392071,6 @@ void IGL.WriteMaskEXT( [NativeTypeName("GLenum")] Constant outW ) => ((IGL)this).WriteMaskEXT(res, @in, (uint)outX, (uint)outY, (uint)outZ, (uint)outW); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] diff --git a/sources/OpenGL/OpenGL/gl/IGL.gen.cs b/sources/OpenGL/OpenGL/gl/IGL.gen.cs index 0766385ac2..79bd6e4a14 100644 --- a/sources/OpenGL/OpenGL/gl/IGL.gen.cs +++ b/sources/OpenGL/OpenGL/gl/IGL.gen.cs @@ -11,62 +11,12 @@ public unsafe partial interface IGL { public partial interface Static { - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glAccum")] static abstract void Accum( [NativeTypeName("GLenum")] uint op, [NativeTypeName("GLfloat")] float value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glAccum")] static abstract void Accum( @@ -74,7 +24,6 @@ static abstract void Accum( [NativeTypeName("GLfloat")] float value ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glAccumxOES")] static abstract void AccumxOES( [NativeTypeName("GLenum")] uint op, @@ -82,8 +31,6 @@ static abstract void AccumxOES( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] static abstract MaybeBool AcquireKeyedMutexWin32EXT( @@ -93,198 +40,61 @@ static abstract MaybeBool AcquireKeyedMutexWin32EXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] - static abstract uint AcquireKeyedMutexWin32EXTRaw( + static abstract uint AcquireKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key, [NativeTypeName("GLuint")] uint timeout ); - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glActiveProgramEXT")] static abstract void ActiveProgramEXT([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glActiveShaderProgram")] static abstract void ActiveShaderProgram( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glActiveShaderProgramEXT")] static abstract void ActiveShaderProgramEXT( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gl", ["GL_EXT_stencil_two_side"])] [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] static abstract void ActiveStencilFaceEXT([NativeTypeName("GLenum")] uint face); - [SupportedApiProfile("gl", ["GL_EXT_stencil_two_side"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] static abstract void ActiveStencilFaceEXT( [NativeTypeName("GLenum")] Constant face ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glActiveTexture")] static abstract void ActiveTexture([NativeTypeName("GLenum")] uint texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveTexture")] static abstract void ActiveTexture( [NativeTypeName("GLenum")] Constant texture ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] static abstract void ActiveTextureARB([NativeTypeName("GLenum")] uint texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] static abstract void ActiveTextureARB( [NativeTypeName("GLenum")] Constant texture ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] static abstract void ActiveVaryingNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] static abstract void ActiveVaryingNV( @@ -292,7 +102,6 @@ static abstract void ActiveVaryingNV( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] static abstract void AlphaFragmentOp1ATI( [NativeTypeName("GLenum")] uint op, @@ -303,7 +112,6 @@ static abstract void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] uint arg1Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] static abstract void AlphaFragmentOp1ATI( @@ -315,7 +123,6 @@ static abstract void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] static abstract void AlphaFragmentOp2ATI( [NativeTypeName("GLenum")] uint op, @@ -329,7 +136,6 @@ static abstract void AlphaFragmentOp2ATI( [NativeTypeName("GLuint")] uint arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] static abstract void AlphaFragmentOp2ATI( @@ -345,7 +151,6 @@ static abstract void AlphaFragmentOp2ATI( [NativeTypeName("GLuint")] Constant arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] static abstract void AlphaFragmentOp3ATI( [NativeTypeName("GLenum")] uint op, @@ -362,7 +167,6 @@ static abstract void AlphaFragmentOp3ATI( [NativeTypeName("GLuint")] uint arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] static abstract void AlphaFragmentOp3ATI( @@ -382,64 +186,12 @@ static abstract void AlphaFragmentOp3ATI( [NativeTypeName("GLuint")] Constant arg3Mod ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] static abstract void AlphaFunc( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLfloat")] float @ref ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] static abstract void AlphaFunc( @@ -447,21 +199,18 @@ static abstract void AlphaFunc( [NativeTypeName("GLfloat")] float @ref ); - [SupportedApiProfile("gles2", ["GL_QCOM_alpha_test"])] [NativeFunction("opengl", EntryPoint = "glAlphaFuncQCOM")] static abstract void AlphaFuncQCOM( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLclampf")] float @ref ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] static abstract void AlphaFuncx( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLfixed")] int @ref ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] static abstract void AlphaFuncx( @@ -469,16 +218,12 @@ static abstract void AlphaFuncx( [NativeTypeName("GLfixed")] int @ref ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] static abstract void AlphaFuncxOES( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLfixed")] int @ref ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] static abstract void AlphaFuncxOES( @@ -486,21 +231,15 @@ static abstract void AlphaFuncxOES( [NativeTypeName("GLfixed")] int @ref ); - [SupportedApiProfile("gl", ["GL_NV_alpha_to_coverage_dither_control"])] [NativeFunction("opengl", EntryPoint = "glAlphaToCoverageDitherControlNV")] static abstract void AlphaToCoverageDitherControlNV([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_INTEL_framebuffer_CMAA"])] - [SupportedApiProfile("glcore", ["GL_INTEL_framebuffer_CMAA"])] - [SupportedApiProfile("gles2", ["GL_INTEL_framebuffer_CMAA"])] [NativeFunction("opengl", EntryPoint = "glApplyFramebufferAttachmentCMAAINTEL")] - static abstract void ApplyFramebufferAttachmentCMAAIntel(); + static abstract void ApplyFramebufferAttachmentCMAAINTEL(); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] static abstract void ApplyTextureEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] static abstract void ApplyTextureEXT( @@ -508,7 +247,6 @@ static abstract void ApplyTextureEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] static abstract uint AreProgramsResidentNV( [NativeTypeName("GLsizei")] uint n, @@ -517,7 +255,6 @@ static abstract uint AreProgramsResidentNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] static abstract MaybeBool AreProgramsResidentNV( @@ -527,30 +264,6 @@ static abstract MaybeBool AreProgramsResidentNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] static abstract uint AreTexturesResident( [NativeTypeName("GLsizei")] uint n, @@ -559,30 +272,6 @@ static abstract uint AreTexturesResident( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] static abstract MaybeBool AreTexturesResident( @@ -592,7 +281,6 @@ static abstract MaybeBool AreTexturesResident( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] static abstract uint AreTexturesResidentEXT( [NativeTypeName("GLsizei")] uint n, @@ -601,7 +289,6 @@ static abstract uint AreTexturesResidentEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] static abstract MaybeBool AreTexturesResidentEXT( @@ -610,38 +297,12 @@ static abstract MaybeBool AreTexturesResidentEXT( [NativeTypeName("GLboolean *")] Ref residences ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glArrayElement")] static abstract void ArrayElement([NativeTypeName("GLint")] int i); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glArrayElementEXT")] static abstract void ArrayElementEXT([NativeTypeName("GLint")] int i); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] static abstract void ArrayObjectATI( [NativeTypeName("GLenum")] uint array, @@ -652,7 +313,6 @@ static abstract void ArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] static abstract void ArrayObjectATI( @@ -665,7 +325,6 @@ static abstract void ArrayObjectATI( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] static abstract uint AsyncCopyBufferSubDataNVX( [NativeTypeName("GLsizei")] uint waitSemaphoreCount, @@ -684,7 +343,6 @@ static abstract uint AsyncCopyBufferSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] static abstract uint AsyncCopyBufferSubDataNVX( @@ -704,7 +362,6 @@ static abstract uint AsyncCopyBufferSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] static abstract uint AsyncCopyImageSubDataNVX( [NativeTypeName("GLsizei")] uint waitSemaphoreCount, @@ -733,7 +390,6 @@ static abstract uint AsyncCopyImageSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] static abstract uint AsyncCopyImageSubDataNVX( @@ -762,199 +418,36 @@ static abstract uint AsyncCopyImageSubDataNVX( [NativeTypeName("const GLuint64 *")] Ref signalValueArray ); - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glAsyncMarkerSGIX")] static abstract void AsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glAttachObjectARB")] static abstract void AttachObjectARB( [NativeTypeName("GLhandleARB")] uint containerObj, [NativeTypeName("GLhandleARB")] uint obj ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glAttachShader")] static abstract void AttachShader( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint shader ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glBegin")] static abstract void Begin([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBegin")] static abstract void Begin( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] static abstract void BeginConditionalRender( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] static abstract void BeginConditionalRender( @@ -962,18 +455,12 @@ static abstract void BeginConditionalRender( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] static abstract void BeginConditionalRenderNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] static abstract void BeginConditionalRenderNV( @@ -981,116 +468,27 @@ static abstract void BeginConditionalRenderNV( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_NVX_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNVX")] static abstract void BeginConditionalRenderNVX([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glBeginFragmentShaderATI")] static abstract void BeginFragmentShaderATI(); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glBeginOcclusionQueryNV")] static abstract void BeginOcclusionQueryNV([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glBeginPerfMonitorAMD")] static abstract void BeginPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glBeginPerfQueryINTEL")] - static abstract void BeginPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] + static abstract void BeginPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle); + [NativeFunction("opengl", EntryPoint = "glBeginQuery")] static abstract void BeginQuery( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQuery")] static abstract void BeginQuery( @@ -1098,14 +496,12 @@ static abstract void BeginQuery( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] static abstract void BeginQueryARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] static abstract void BeginQueryARB( @@ -1113,20 +509,12 @@ static abstract void BeginQueryARB( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] static abstract void BeginQueryEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] static abstract void BeginQueryEXT( @@ -1134,34 +522,6 @@ static abstract void BeginQueryEXT( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] static abstract void BeginQueryIndexed( [NativeTypeName("GLenum")] uint target, @@ -1169,34 +529,6 @@ static abstract void BeginQueryIndexed( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] static abstract void BeginQueryIndexed( @@ -1205,162 +537,45 @@ static abstract void BeginQueryIndexed( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] static abstract void BeginTransformFeedback([NativeTypeName("GLenum")] uint primitiveMode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] static abstract void BeginTransformFeedback( [NativeTypeName("GLenum")] Constant primitiveMode ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] static abstract void BeginTransformFeedbackEXT( [NativeTypeName("GLenum")] uint primitiveMode ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] static abstract void BeginTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant primitiveMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] static abstract void BeginTransformFeedbackNV( [NativeTypeName("GLenum")] uint primitiveMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] static abstract void BeginTransformFeedbackNV( [NativeTypeName("GLenum")] Constant primitiveMode ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBeginVertexShaderEXT")] static abstract void BeginVertexShaderEXT(); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBeginVideoCaptureNV")] static abstract void BeginVideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] static abstract void BindAttribLocation( [NativeTypeName("GLuint")] uint program, @@ -1368,49 +583,6 @@ static abstract void BindAttribLocation( [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] static abstract void BindAttribLocation( @@ -1419,7 +591,6 @@ static abstract void BindAttribLocation( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] static abstract void BindAttribLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -1427,7 +598,6 @@ static abstract void BindAttribLocationARB( [NativeTypeName("const GLcharARB *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] static abstract void BindAttribLocationARB( @@ -1436,104 +606,12 @@ static abstract void BindAttribLocationARB( [NativeTypeName("const GLcharARB *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBindBuffer")] static abstract void BindBuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffer")] static abstract void BindBuffer( @@ -1541,14 +619,12 @@ static abstract void BindBuffer( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] static abstract void BindBufferARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] static abstract void BindBufferARB( @@ -1556,42 +632,6 @@ static abstract void BindBufferARB( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] static abstract void BindBufferBase( [NativeTypeName("GLenum")] uint target, @@ -1599,42 +639,6 @@ static abstract void BindBufferBase( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] static abstract void BindBufferBase( @@ -1643,7 +647,6 @@ static abstract void BindBufferBase( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] static abstract void BindBufferBaseEXT( [NativeTypeName("GLenum")] uint target, @@ -1651,7 +654,6 @@ static abstract void BindBufferBaseEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] static abstract void BindBufferBaseEXT( @@ -1660,7 +662,6 @@ static abstract void BindBufferBaseEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] static abstract void BindBufferBaseNV( [NativeTypeName("GLenum")] uint target, @@ -1668,7 +669,6 @@ static abstract void BindBufferBaseNV( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] static abstract void BindBufferBaseNV( @@ -1677,7 +677,6 @@ static abstract void BindBufferBaseNV( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] static abstract void BindBufferOffsetEXT( [NativeTypeName("GLenum")] uint target, @@ -1686,7 +685,6 @@ static abstract void BindBufferOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] static abstract void BindBufferOffsetEXT( @@ -1696,7 +694,6 @@ static abstract void BindBufferOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] static abstract void BindBufferOffsetNV( [NativeTypeName("GLenum")] uint target, @@ -1705,7 +702,6 @@ static abstract void BindBufferOffsetNV( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] static abstract void BindBufferOffsetNV( @@ -1715,42 +711,6 @@ static abstract void BindBufferOffsetNV( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] static abstract void BindBufferRange( [NativeTypeName("GLenum")] uint target, @@ -1760,42 +720,6 @@ static abstract void BindBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] static abstract void BindBufferRange( @@ -1806,7 +730,6 @@ static abstract void BindBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] static abstract void BindBufferRangeEXT( [NativeTypeName("GLenum")] uint target, @@ -1816,7 +739,6 @@ static abstract void BindBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] static abstract void BindBufferRangeEXT( @@ -1827,7 +749,6 @@ static abstract void BindBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] static abstract void BindBufferRangeNV( [NativeTypeName("GLenum")] uint target, @@ -1837,7 +758,6 @@ static abstract void BindBufferRangeNV( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] static abstract void BindBufferRangeNV( @@ -1848,16 +768,6 @@ static abstract void BindBufferRangeNV( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] static abstract void BindBuffersBase( [NativeTypeName("GLenum")] uint target, @@ -1866,16 +776,6 @@ static abstract void BindBuffersBase( [NativeTypeName("const GLuint *")] uint* buffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] static abstract void BindBuffersBase( @@ -1885,16 +785,6 @@ static abstract void BindBuffersBase( [NativeTypeName("const GLuint *")] Ref buffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] static abstract void BindBuffersBase( @@ -1903,16 +793,6 @@ static abstract void BindBuffersBase( [NativeTypeName("const GLuint *")] uint buffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] static abstract void BindBuffersRange( [NativeTypeName("GLenum")] uint target, @@ -1923,16 +803,6 @@ static abstract void BindBuffersRange( [NativeTypeName("const GLsizeiptr *")] nuint* sizes ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] static abstract void BindBuffersRange( @@ -1944,40 +814,6 @@ static abstract void BindBuffersRange( [NativeTypeName("const GLsizeiptr *")] Ref sizes ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] static abstract void BindFragDataLocation( [NativeTypeName("GLuint")] uint program, @@ -1985,40 +821,6 @@ static abstract void BindFragDataLocation( [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] static abstract void BindFragDataLocation( @@ -2027,8 +829,6 @@ static abstract void BindFragDataLocation( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] static abstract void BindFragDataLocationEXT( [NativeTypeName("GLuint")] uint program, @@ -2036,8 +836,6 @@ static abstract void BindFragDataLocationEXT( [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] static abstract void BindFragDataLocationEXT( @@ -2046,36 +844,6 @@ static abstract void BindFragDataLocationEXT( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] static abstract void BindFragDataLocationIndexed( [NativeTypeName("GLuint")] uint program, @@ -2084,36 +852,6 @@ static abstract void BindFragDataLocationIndexed( [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] static abstract void BindFragDataLocationIndexed( @@ -2123,7 +861,6 @@ static abstract void BindFragDataLocationIndexed( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] static abstract void BindFragDataLocationIndexedEXT( [NativeTypeName("GLuint")] uint program, @@ -2132,7 +869,6 @@ static abstract void BindFragDataLocationIndexedEXT( [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] static abstract void BindFragDataLocationIndexedEXT( @@ -2142,98 +878,15 @@ static abstract void BindFragDataLocationIndexedEXT( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glBindFragmentShaderATI")] static abstract void BindFragmentShaderATI([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] static abstract void BindFramebuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] static abstract void BindFramebuffer( @@ -2241,14 +894,12 @@ static abstract void BindFramebuffer( [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] static abstract void BindFramebufferEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] static abstract void BindFramebufferEXT( @@ -2256,14 +907,12 @@ static abstract void BindFramebufferEXT( [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] static abstract void BindFramebufferOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] static abstract void BindFramebufferOES( @@ -2271,30 +920,6 @@ static abstract void BindFramebufferOES( [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] static abstract void BindImageTexture( [NativeTypeName("GLuint")] uint unit, @@ -2306,30 +931,6 @@ static abstract void BindImageTexture( [NativeTypeName("GLenum")] uint format ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] static abstract void BindImageTexture( @@ -2342,16 +943,6 @@ static abstract void BindImageTexture( [NativeTypeName("GLenum")] Constant format ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] static abstract void BindImageTexture( @@ -2359,7 +950,6 @@ static abstract void BindImageTexture( [NativeTypeName("const GLuint *")] uint textures ); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] static abstract void BindImageTextureEXT( [NativeTypeName("GLuint")] uint index, @@ -2371,7 +961,6 @@ static abstract void BindImageTextureEXT( [NativeTypeName("GLint")] int format ); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] static abstract void BindImageTextureEXT( @@ -2384,16 +973,6 @@ static abstract void BindImageTextureEXT( [NativeTypeName("GLint")] int format ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] static abstract void BindImageTextures( [NativeTypeName("GLuint")] uint first, @@ -2401,16 +980,6 @@ static abstract void BindImageTextures( [NativeTypeName("const GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] static abstract void BindImageTextures( @@ -2420,7 +989,6 @@ static abstract void BindImageTextures( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] static abstract uint BindLightParameterEXT( [NativeTypeName("GLenum")] uint light, @@ -2428,7 +996,6 @@ static abstract uint BindLightParameterEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] static abstract uint BindLightParameterEXT( @@ -2437,7 +1004,6 @@ static abstract uint BindLightParameterEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] static abstract uint BindMaterialParameterEXT( [NativeTypeName("GLenum")] uint face, @@ -2445,7 +1011,6 @@ static abstract uint BindMaterialParameterEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] static abstract uint BindMaterialParameterEXT( @@ -2453,8 +1018,6 @@ static abstract uint BindMaterialParameterEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] static abstract void BindMultiTextureEXT( [NativeTypeName("GLenum")] uint texunit, @@ -2462,8 +1025,6 @@ static abstract void BindMultiTextureEXT( [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] static abstract void BindMultiTextureEXT( @@ -2473,26 +1034,22 @@ static abstract void BindMultiTextureEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] static abstract uint BindParameterEXT([NativeTypeName("GLenum")] uint value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] static abstract uint BindParameterEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] static abstract void BindProgramARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] static abstract void BindProgramARB( @@ -2500,14 +1057,12 @@ static abstract void BindProgramARB( [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] static abstract void BindProgramNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] static abstract void BindProgramNV( @@ -2515,127 +1070,18 @@ static abstract void BindProgramNV( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glBindProgramPipeline")] static abstract void BindProgramPipeline([NativeTypeName("GLuint")] uint pipeline); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glBindProgramPipelineEXT")] static abstract void BindProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] static abstract void BindRenderbuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] static abstract void BindRenderbuffer( @@ -2643,14 +1089,12 @@ static abstract void BindRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] static abstract void BindRenderbufferEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] static abstract void BindRenderbufferEXT( @@ -2658,14 +1102,12 @@ static abstract void BindRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] static abstract void BindRenderbufferOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] static abstract void BindRenderbufferOES( @@ -2673,62 +1115,12 @@ static abstract void BindRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindSampler")] static abstract void BindSampler( [NativeTypeName("GLuint")] uint unit, [NativeTypeName("GLuint")] uint sampler ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindSamplers")] static abstract void BindSamplers( [NativeTypeName("GLuint")] uint first, @@ -2736,16 +1128,6 @@ static abstract void BindSamplers( [NativeTypeName("const GLuint *")] uint* samplers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindSamplers")] static abstract void BindSamplers( @@ -2754,14 +1136,10 @@ static abstract void BindSamplers( [NativeTypeName("const GLuint *")] Ref samplers ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glBindShadingRateImageNV")] static abstract void BindShadingRateImageNV([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] static abstract uint BindTexGenParameterEXT( [NativeTypeName("GLenum")] uint unit, @@ -2770,7 +1148,6 @@ static abstract uint BindTexGenParameterEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] static abstract uint BindTexGenParameterEXT( @@ -2779,120 +1156,12 @@ static abstract uint BindTexGenParameterEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBindTexture")] static abstract void BindTexture( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTexture")] static abstract void BindTexture( @@ -2900,14 +1169,12 @@ static abstract void BindTexture( [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] static abstract void BindTextureEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] static abstract void BindTextureEXT( @@ -2915,16 +1182,6 @@ static abstract void BindTextureEXT( [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindTextures")] static abstract void BindTextures( [NativeTypeName("GLuint")] uint first, @@ -2932,16 +1189,6 @@ static abstract void BindTextures( [NativeTypeName("const GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextures")] static abstract void BindTextures( @@ -2950,16 +1197,6 @@ static abstract void BindTextures( [NativeTypeName("const GLuint *")] Ref textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glBindTextureUnit")] static abstract void BindTextureUnit( [NativeTypeName("GLuint")] uint unit, @@ -2967,7 +1204,6 @@ static abstract void BindTextureUnit( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] static abstract uint BindTextureUnitParameterEXT( [NativeTypeName("GLenum")] uint unit, @@ -2975,7 +1211,6 @@ static abstract uint BindTextureUnitParameterEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] static abstract uint BindTextureUnitParameterEXT( @@ -2984,68 +1219,12 @@ static abstract uint BindTextureUnitParameterEXT( Constant value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] static abstract void BindTransformFeedback( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] static abstract void BindTransformFeedback( @@ -3053,14 +1232,12 @@ static abstract void BindTransformFeedback( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] static abstract void BindTransformFeedbackNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] static abstract void BindTransformFeedbackNV( @@ -3068,76 +1245,15 @@ static abstract void BindTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexArray")] static abstract void BindVertexArray([NativeTypeName("GLuint")] uint array); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glBindVertexArrayAPPLE")] - static abstract void BindVertexArrayApple([NativeTypeName("GLuint")] uint array); + static abstract void BindVertexArrayAPPLE([NativeTypeName("GLuint")] uint array); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glBindVertexArrayOES")] static abstract void BindVertexArrayOES([NativeTypeName("GLuint")] uint array); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffer")] static abstract void BindVertexBuffer( [NativeTypeName("GLuint")] uint bindingindex, @@ -3146,16 +1262,6 @@ static abstract void BindVertexBuffer( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] static abstract void BindVertexBuffers( [NativeTypeName("GLuint")] uint first, @@ -3165,16 +1271,6 @@ static abstract void BindVertexBuffers( [NativeTypeName("const GLsizei *")] uint* strides ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] static abstract void BindVertexBuffers( @@ -3185,20 +1281,17 @@ static abstract void BindVertexBuffers( [NativeTypeName("const GLsizei *")] Ref strides ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindVertexShaderEXT")] static abstract void BindVertexShaderEXT([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBindVideoCaptureStreamBufferNV")] static abstract void BindVideoCaptureStreamBufferNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, [NativeTypeName("GLenum")] uint frame_region, - [NativeTypeName("GLintptrARB")] nint offset + [NativeTypeName("GLintptrARB")] long offset ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBindVideoCaptureStreamTextureNV")] static abstract void BindVideoCaptureStreamTextureNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -3208,7 +1301,6 @@ static abstract void BindVideoCaptureStreamTextureNV( [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3bEXT")] static abstract void Binormal3EXT( [NativeTypeName("GLbyte")] sbyte bx, @@ -3216,16 +1308,13 @@ static abstract void Binormal3EXT( [NativeTypeName("GLbyte")] sbyte bz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] static abstract void Binormal3EXT([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] static abstract void Binormal3EXT([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3dEXT")] static abstract void Binormal3EXT( [NativeTypeName("GLdouble")] double bx, @@ -3233,16 +1322,13 @@ static abstract void Binormal3EXT( [NativeTypeName("GLdouble")] double bz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] static abstract void Binormal3EXT([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] static abstract void Binormal3EXT([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3fEXT")] static abstract void Binormal3EXT( [NativeTypeName("GLfloat")] float bx, @@ -3250,16 +1336,13 @@ static abstract void Binormal3EXT( [NativeTypeName("GLfloat")] float bz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] static abstract void Binormal3EXT([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] static abstract void Binormal3EXT([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3iEXT")] static abstract void Binormal3EXT( [NativeTypeName("GLint")] int bx, @@ -3267,16 +1350,13 @@ static abstract void Binormal3EXT( [NativeTypeName("GLint")] int bz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] static abstract void Binormal3EXT([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] static abstract void Binormal3EXT([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3sEXT")] static abstract void Binormal3EXT( [NativeTypeName("GLshort")] short bx, @@ -3284,16 +1364,13 @@ static abstract void Binormal3EXT( [NativeTypeName("GLshort")] short bz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] static abstract void Binormal3EXT([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] static abstract void Binormal3EXT([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] static abstract void BinormalPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -3301,7 +1378,6 @@ static abstract void BinormalPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] static abstract void BinormalPointerEXT( @@ -3310,31 +1386,6 @@ static abstract void BinormalPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glBitmap")] static abstract void Bitmap( [NativeTypeName("GLsizei")] uint width, @@ -3346,31 +1397,6 @@ static abstract void Bitmap( [NativeTypeName("const GLubyte *")] byte* bitmap ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmap")] static abstract void Bitmap( @@ -3383,31 +1409,6 @@ static abstract void Bitmap( [NativeTypeName("const GLubyte *")] Ref bitmap ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmap")] static abstract void Bitmap( @@ -3419,10 +1420,9 @@ static abstract void Bitmap( [NativeTypeName("const GLubyte *")] byte bitmap ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] - static abstract void BitmapxO( + static abstract void BitmapxOOES( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLfixed")] int xorig, [NativeTypeName("GLfixed")] int yorig, @@ -3431,7 +1431,6 @@ static abstract void BitmapxO( [NativeTypeName("const GLubyte *")] byte bitmap ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] static abstract void BitmapxOES( [NativeTypeName("GLsizei")] uint width, @@ -3443,7 +1442,6 @@ static abstract void BitmapxOES( [NativeTypeName("const GLubyte *")] byte* bitmap ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] static abstract void BitmapxOES( @@ -3456,67 +1454,12 @@ static abstract void BitmapxOES( [NativeTypeName("const GLubyte *")] Ref bitmap ); - [SupportedApiProfile("gl", ["GL_KHR_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_KHR_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_KHR_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendBarrierKHR")] static abstract void BlendBarrierKHR(); - [SupportedApiProfile("gl", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_NV_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendBarrierNV")] static abstract void BlendBarrierNV(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendColor")] static abstract void BlendColor( [NativeTypeName("GLfloat")] float red, @@ -3525,7 +1468,6 @@ static abstract void BlendColor( [NativeTypeName("GLfloat")] float alpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_color"])] [NativeFunction("opengl", EntryPoint = "glBlendColorEXT")] static abstract void BlendColorEXT( [NativeTypeName("GLfloat")] float red, @@ -3534,7 +1476,6 @@ static abstract void BlendColorEXT( [NativeTypeName("GLfloat")] float alpha ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glBlendColorxOES")] static abstract void BlendColorxOES( [NativeTypeName("GLfixed")] int red, @@ -3543,182 +1484,30 @@ static abstract void BlendColorxOES( [NativeTypeName("GLfixed")] int alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquation")] static abstract void BlendEquation([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquation")] static abstract void BlendEquation( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_EXT_blend_minmax"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] static abstract void BlendEquationEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_blend_minmax"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] static abstract void BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] static abstract void BlendEquation( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] static abstract void BlendEquation( @@ -3726,16 +1515,12 @@ static abstract void BlendEquation( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] static abstract void BlendEquationARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] static abstract void BlendEquationARB( @@ -3743,14 +1528,12 @@ static abstract void BlendEquationARB( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] static abstract void BlendEquationEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] static abstract void BlendEquationEXT( @@ -3758,14 +1541,12 @@ static abstract void BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] static abstract void BlendEquationIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] static abstract void BlendEquationIndexedAMD( @@ -3773,14 +1554,12 @@ static abstract void BlendEquationIndexedAMD( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] static abstract void BlendEquationOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] static abstract void BlendEquationOES( @@ -3788,109 +1567,21 @@ static abstract void BlendEquationOES( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gles1", ["GL_OES_blend_subtract"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] static abstract void BlendEquationOES([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gles1", ["GL_OES_blend_subtract"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] static abstract void BlendEquationOES( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] static abstract void BlendEquationSeparate( [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] static abstract void BlendEquationSeparate( @@ -3898,14 +1589,12 @@ static abstract void BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_equation_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] static abstract void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_equation_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] static abstract void BlendEquationSeparateEXT( @@ -3913,32 +1602,6 @@ static abstract void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] static abstract void BlendEquationSeparate( [NativeTypeName("GLuint")] uint buf, @@ -3946,32 +1609,6 @@ static abstract void BlendEquationSeparate( [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] static abstract void BlendEquationSeparate( @@ -3980,8 +1617,6 @@ static abstract void BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] static abstract void BlendEquationSeparateARB( [NativeTypeName("GLuint")] uint buf, @@ -3989,8 +1624,6 @@ static abstract void BlendEquationSeparateARB( [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] static abstract void BlendEquationSeparateARB( @@ -3999,7 +1632,6 @@ static abstract void BlendEquationSeparateARB( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] static abstract void BlendEquationSeparateEXT( [NativeTypeName("GLuint")] uint buf, @@ -4007,7 +1639,6 @@ static abstract void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] static abstract void BlendEquationSeparateEXT( @@ -4016,7 +1647,6 @@ static abstract void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] static abstract void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, @@ -4024,7 +1654,6 @@ static abstract void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] static abstract void BlendEquationSeparateIndexedAMD( @@ -4033,7 +1662,6 @@ static abstract void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] static abstract void BlendEquationSeparateOES( [NativeTypeName("GLuint")] uint buf, @@ -4041,7 +1669,6 @@ static abstract void BlendEquationSeparateOES( [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] static abstract void BlendEquationSeparateOES( @@ -4050,14 +1677,12 @@ static abstract void BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile("gles1", ["GL_OES_blend_equation_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] static abstract void BlendEquationSeparateOES( [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gles1", ["GL_OES_blend_equation_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] static abstract void BlendEquationSeparateOES( @@ -4065,124 +1690,12 @@ static abstract void BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBlendFunc")] static abstract void BlendFunc( [NativeTypeName("GLenum")] uint sfactor, [NativeTypeName("GLenum")] uint dfactor ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunc")] static abstract void BlendFunc( @@ -4190,32 +1703,6 @@ static abstract void BlendFunc( [NativeTypeName("GLenum")] Constant dfactor ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFunci")] static abstract void BlendFunc( [NativeTypeName("GLuint")] uint buf, @@ -4223,32 +1710,6 @@ static abstract void BlendFunc( [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunci")] static abstract void BlendFunc( @@ -4257,8 +1718,6 @@ static abstract void BlendFunc( [NativeTypeName("GLenum")] Constant dst ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] static abstract void BlendFuncARB( [NativeTypeName("GLuint")] uint buf, @@ -4266,8 +1725,6 @@ static abstract void BlendFuncARB( [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] static abstract void BlendFuncARB( @@ -4276,7 +1733,6 @@ static abstract void BlendFuncARB( [NativeTypeName("GLenum")] Constant dst ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] static abstract void BlendFuncEXT( [NativeTypeName("GLuint")] uint buf, @@ -4284,7 +1740,6 @@ static abstract void BlendFuncEXT( [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] static abstract void BlendFuncEXT( @@ -4293,7 +1748,6 @@ static abstract void BlendFuncEXT( [NativeTypeName("GLenum")] Constant dst ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncIndexedAMD")] static abstract void BlendFuncIndexedAMD( [NativeTypeName("GLuint")] uint buf, @@ -4301,7 +1755,6 @@ static abstract void BlendFuncIndexedAMD( [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] static abstract void BlendFuncOES( [NativeTypeName("GLuint")] uint buf, @@ -4309,7 +1762,6 @@ static abstract void BlendFuncOES( [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] static abstract void BlendFuncOES( @@ -4318,53 +1770,6 @@ static abstract void BlendFuncOES( [NativeTypeName("GLenum")] Constant dst ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] static abstract void BlendFuncSeparate( [NativeTypeName("GLenum")] uint sfactorRGB, @@ -4373,53 +1778,6 @@ static abstract void BlendFuncSeparate( [NativeTypeName("GLenum")] uint dfactorAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] static abstract void BlendFuncSeparate( @@ -4429,7 +1787,6 @@ static abstract void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dfactorAlpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] static abstract void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint sfactorRGB, @@ -4438,7 +1795,6 @@ static abstract void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint dfactorAlpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] static abstract void BlendFuncSeparateEXT( @@ -4448,32 +1804,6 @@ static abstract void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dfactorAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] static abstract void BlendFuncSeparate( [NativeTypeName("GLuint")] uint buf, @@ -4483,32 +1813,6 @@ static abstract void BlendFuncSeparate( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] static abstract void BlendFuncSeparate( @@ -4519,8 +1823,6 @@ static abstract void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dstAlpha ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] static abstract void BlendFuncSeparateARB( [NativeTypeName("GLuint")] uint buf, @@ -4530,8 +1832,6 @@ static abstract void BlendFuncSeparateARB( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] static abstract void BlendFuncSeparateARB( @@ -4542,7 +1842,6 @@ static abstract void BlendFuncSeparateARB( [NativeTypeName("GLenum")] Constant dstAlpha ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] static abstract void BlendFuncSeparateEXT( [NativeTypeName("GLuint")] uint buf, @@ -4552,7 +1851,6 @@ static abstract void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] static abstract void BlendFuncSeparateEXT( @@ -4563,7 +1861,6 @@ static abstract void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dstAlpha ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] static abstract void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, @@ -4573,7 +1870,6 @@ static abstract void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] static abstract void BlendFuncSeparateIndexedAMD( @@ -4584,7 +1880,6 @@ static abstract void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant dstAlpha ); - [SupportedApiProfile("gl", ["GL_INGR_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] static abstract void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] uint sfactorRGB, @@ -4593,7 +1888,6 @@ static abstract void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] uint dfactorAlpha ); - [SupportedApiProfile("gl", ["GL_INGR_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] static abstract void BlendFuncSeparateINGR( @@ -4603,7 +1897,6 @@ static abstract void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] Constant dfactorAlpha ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] static abstract void BlendFuncSeparateOES( [NativeTypeName("GLuint")] uint buf, @@ -4613,7 +1906,6 @@ static abstract void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] static abstract void BlendFuncSeparateOES( @@ -4624,7 +1916,6 @@ static abstract void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstAlpha ); - [SupportedApiProfile("gles1", ["GL_OES_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] static abstract void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint srcRGB, @@ -4633,7 +1924,6 @@ static abstract void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gles1", ["GL_OES_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] static abstract void BlendFuncSeparateOES( @@ -4643,51 +1933,12 @@ static abstract void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstAlpha ); - [SupportedApiProfile("gl", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_NV_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendParameteriNV")] static abstract void BlendParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] static abstract void BlitFramebuffer( [NativeTypeName("GLint")] int srcX0, @@ -4702,42 +1953,6 @@ static abstract void BlitFramebuffer( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] static abstract void BlitFramebuffer( @@ -4753,9 +1968,8 @@ static abstract void BlitFramebuffer( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] - static abstract void BlitFramebufferAngle( + static abstract void BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -4768,10 +1982,9 @@ static abstract void BlitFramebufferAngle( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] - static abstract void BlitFramebufferAngle( + static abstract void BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -4784,7 +1997,6 @@ static abstract void BlitFramebufferAngle( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] static abstract void BlitFramebufferEXT( [NativeTypeName("GLint")] int srcX0, @@ -4799,7 +2011,6 @@ static abstract void BlitFramebufferEXT( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] static abstract void BlitFramebufferEXT( @@ -4815,8 +2026,6 @@ static abstract void BlitFramebufferEXT( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] static abstract void BlitFramebufferLayerEXT( [NativeTypeName("GLint")] int srcX0, @@ -4833,8 +2042,6 @@ static abstract void BlitFramebufferLayerEXT( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] static abstract void BlitFramebufferLayerEXT( @@ -4852,8 +2059,6 @@ static abstract void BlitFramebufferLayerEXT( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] static abstract void BlitFramebufferLayersEXT( [NativeTypeName("GLint")] int srcX0, @@ -4868,8 +2073,6 @@ static abstract void BlitFramebufferLayersEXT( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] static abstract void BlitFramebufferLayersEXT( @@ -4885,7 +2088,6 @@ static abstract void BlitFramebufferLayersEXT( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] static abstract void BlitFramebufferNV( [NativeTypeName("GLint")] int srcX0, @@ -4900,7 +2102,6 @@ static abstract void BlitFramebufferNV( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] static abstract void BlitFramebufferNV( @@ -4916,16 +2117,6 @@ static abstract void BlitFramebufferNV( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] static abstract void BlitNamedFramebuffer( [NativeTypeName("GLuint")] uint readFramebuffer, @@ -4942,16 +2133,6 @@ static abstract void BlitNamedFramebuffer( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] static abstract void BlitNamedFramebuffer( @@ -4969,8 +2150,6 @@ static abstract void BlitNamedFramebuffer( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glBufferAddressRangeNV")] static abstract void BufferAddressRangeNV( [NativeTypeName("GLenum")] uint pname, @@ -4979,9 +2158,6 @@ static abstract void BufferAddressRangeNV( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] static abstract void BufferAttachMemoryNV( [NativeTypeName("GLenum")] uint target, @@ -4989,9 +2165,6 @@ static abstract void BufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] static abstract void BufferAttachMemoryNV( @@ -5000,52 +2173,6 @@ static abstract void BufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBufferData")] static abstract void BufferData( [NativeTypeName("GLenum")] uint target, @@ -5054,52 +2181,6 @@ static abstract void BufferData( [NativeTypeName("GLenum")] uint usage ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferData")] static abstract void BufferData( @@ -5109,27 +2190,23 @@ static abstract void BufferData( [NativeTypeName("GLenum")] Constant usage ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] static abstract void BufferDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data, [NativeTypeName("GLenum")] uint usage ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] static abstract void BufferDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data, [NativeTypeName("GLenum")] Constant usage ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] static abstract void BufferPageCommitmentARB( [NativeTypeName("GLenum")] uint target, @@ -5138,8 +2215,6 @@ static abstract void BufferPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] static abstract void BufferPageCommitmentARB( @@ -5149,9 +2224,6 @@ static abstract void BufferPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] static abstract void BufferPageCommitmentMemNV( [NativeTypeName("GLenum")] uint target, @@ -5162,9 +2234,6 @@ static abstract void BufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] static abstract void BufferPageCommitmentMemNV( @@ -5176,24 +2245,13 @@ static abstract void BufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glBufferParameteriAPPLE")] - static abstract void BufferParameterApple( + static abstract void BufferParameterAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBufferStorage")] static abstract void BufferStorage( [NativeTypeName("GLenum")] uint target, @@ -5202,16 +2260,6 @@ static abstract void BufferStorage( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile( - "gl", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorage")] static abstract void BufferStorage( @@ -5221,7 +2269,6 @@ static abstract void BufferStorage( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gles2", ["GL_EXT_buffer_storage"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] static abstract void BufferStorageEXT( [NativeTypeName("GLenum")] uint target, @@ -5230,7 +2277,6 @@ static abstract void BufferStorageEXT( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gles2", ["GL_EXT_buffer_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] static abstract void BufferStorageEXT( @@ -5240,8 +2286,6 @@ static abstract void BufferStorageEXT( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] static abstract void BufferStorageExternalEXT( [NativeTypeName("GLenum")] uint target, @@ -5251,8 +2295,6 @@ static abstract void BufferStorageExternalEXT( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] static abstract void BufferStorageExternalEXT( @@ -5263,8 +2305,6 @@ static abstract void BufferStorageExternalEXT( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] static abstract void BufferStorageMemEXT( [NativeTypeName("GLenum")] uint target, @@ -5273,8 +2313,6 @@ static abstract void BufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] static abstract void BufferStorageMemEXT( @@ -5284,52 +2322,6 @@ static abstract void BufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBufferSubData")] static abstract void BufferSubData( [NativeTypeName("GLenum")] uint target, @@ -5338,52 +2330,6 @@ static abstract void BufferSubData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferSubData")] static abstract void BufferSubData( @@ -5393,83 +2339,29 @@ static abstract void BufferSubData( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] static abstract void BufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] static abstract void BufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCallCommandListNV")] static abstract void CallCommandListNV([NativeTypeName("GLuint")] uint list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCallList")] static abstract void CallList([NativeTypeName("GLuint")] uint list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCallLists")] static abstract void CallLists( [NativeTypeName("GLsizei")] uint n, @@ -5477,31 +2369,6 @@ static abstract void CallLists( [NativeTypeName("const void *")] void* lists ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCallLists")] static abstract void CallLists( @@ -5511,92 +2378,10 @@ static abstract void CallLists( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] static abstract uint CheckFramebufferStatus([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] static abstract Constant CheckFramebufferStatus( @@ -5604,12 +2389,10 @@ static abstract Constant CheckFramebufferStatus ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] static abstract uint CheckFramebufferStatusEXT([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] static abstract Constant CheckFramebufferStatusEXT( @@ -5617,12 +2400,10 @@ static abstract Constant CheckFramebufferStatus ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] static abstract uint CheckFramebufferStatusOES([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] static abstract Constant CheckFramebufferStatusOES( @@ -5630,16 +2411,6 @@ static abstract Constant CheckFramebufferStatus ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] static abstract uint CheckNamedFramebufferStatus( [NativeTypeName("GLuint")] uint framebuffer, @@ -5647,16 +2418,6 @@ static abstract uint CheckNamedFramebufferStatus( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] static abstract Constant CheckNamedFramebufferStatus( @@ -5665,8 +2426,6 @@ static abstract Constant CheckNamedFramebufferS ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] static abstract uint CheckNamedFramebufferStatusEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -5674,8 +2433,6 @@ static abstract uint CheckNamedFramebufferStatusEXT( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] static abstract Constant CheckNamedFramebufferStatusEXT( @@ -5683,80 +2440,12 @@ static abstract Constant CheckNamedFramebufferS [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClampColor")] static abstract void ClampColor( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint clamp ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClampColor")] static abstract void ClampColor( @@ -5764,14 +2453,12 @@ static abstract void ClampColor( [NativeTypeName("GLenum")] Constant clamp ); - [SupportedApiProfile("gl", ["GL_ARB_color_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glClampColorARB")] static abstract void ClampColorARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint clamp ); - [SupportedApiProfile("gl", ["GL_ARB_color_buffer_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClampColorARB")] static abstract void ClampColorARB( @@ -5779,152 +2466,15 @@ static abstract void ClampColorARB( [NativeTypeName("GLenum")] Constant clamp ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClear")] static abstract void Clear([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClear")] static abstract void Clear( [NativeTypeName("GLbitfield")] Constant mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearAccum")] static abstract void ClearAccum( [NativeTypeName("GLfloat")] float red, @@ -5933,7 +2483,6 @@ static abstract void ClearAccum( [NativeTypeName("GLfloat")] float alpha ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearAccumxOES")] static abstract void ClearAccumxOES( [NativeTypeName("GLfixed")] int red, @@ -5942,28 +2491,6 @@ static abstract void ClearAccumxOES( [NativeTypeName("GLfixed")] int alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferData")] static abstract void ClearBufferData( [NativeTypeName("GLenum")] uint target, @@ -5973,28 +2500,6 @@ static abstract void ClearBufferData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferData")] static abstract void ClearBufferData( @@ -6005,40 +2510,6 @@ static abstract void ClearBufferData( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] static abstract void ClearBuffer( [NativeTypeName("GLenum")] uint buffer, @@ -6047,40 +2518,6 @@ static abstract void ClearBuffer( [NativeTypeName("GLint")] int stencil ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] static abstract void ClearBuffer( @@ -6090,40 +2527,6 @@ static abstract void ClearBuffer( [NativeTypeName("GLint")] int stencil ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] static abstract void ClearBuffer( [NativeTypeName("GLenum")] uint buffer, @@ -6131,40 +2534,6 @@ static abstract void ClearBuffer( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] static abstract void ClearBuffer( @@ -6173,40 +2542,6 @@ static abstract void ClearBuffer( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] static abstract void ClearBuffer( [NativeTypeName("GLenum")] uint buffer, @@ -6214,40 +2549,6 @@ static abstract void ClearBuffer( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] static abstract void ClearBuffer( @@ -6256,28 +2557,6 @@ static abstract void ClearBuffer( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] static abstract void ClearBufferSubData( [NativeTypeName("GLenum")] uint target, @@ -6289,28 +2568,6 @@ static abstract void ClearBufferSubData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] static abstract void ClearBufferSubData( @@ -6323,40 +2580,6 @@ static abstract void ClearBufferSubData( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] static abstract void ClearBuffer( [NativeTypeName("GLenum")] uint buffer, @@ -6364,40 +2587,6 @@ static abstract void ClearBuffer( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] static abstract void ClearBuffer( @@ -6406,62 +2595,6 @@ static abstract void ClearBuffer( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClearColor")] static abstract void ClearColor( [NativeTypeName("GLfloat")] float red, @@ -6470,7 +2603,6 @@ static abstract void ClearColor( [NativeTypeName("GLfloat")] float alpha ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] [NativeFunction("opengl", EntryPoint = "glClearColorIiEXT")] static abstract void ClearColorIEXT( [NativeTypeName("GLint")] int red, @@ -6479,7 +2611,6 @@ static abstract void ClearColorIEXT( [NativeTypeName("GLint")] int alpha ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] [NativeFunction("opengl", EntryPoint = "glClearColorIuiEXT")] static abstract void ClearColorIEXT( [NativeTypeName("GLuint")] uint red, @@ -6488,7 +2619,6 @@ static abstract void ClearColorIEXT( [NativeTypeName("GLuint")] uint alpha ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearColorx")] static abstract void ClearColorx( [NativeTypeName("GLfixed")] int red, @@ -6497,8 +2627,6 @@ static abstract void ClearColorx( [NativeTypeName("GLfixed")] int alpha ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearColorxOES")] static abstract void ClearColorxOES( [NativeTypeName("GLfixed")] int red, @@ -6507,151 +2635,27 @@ static abstract void ClearColorxOES( [NativeTypeName("GLfixed")] int alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearDepth")] static abstract void ClearDepth([NativeTypeName("GLdouble")] double depth); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glClearDepthdNV")] static abstract void ClearDepthNV([NativeTypeName("GLdouble")] double depth); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClearDepthf")] static abstract void ClearDepth([NativeTypeName("GLfloat")] float d); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glClearDepthfOES")] static abstract void ClearDepthOES([NativeTypeName("GLclampf")] float depth); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearDepthx")] static abstract void ClearDepthx([NativeTypeName("GLfixed")] int depth); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearDepthxOES")] static abstract void ClearDepthxOES([NativeTypeName("GLfixed")] int depth); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearIndex")] static abstract void ClearIndex([NativeTypeName("GLfloat")] float c); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] static abstract void ClearNamedBufferData( [NativeTypeName("GLuint")] uint buffer, @@ -6661,16 +2665,6 @@ static abstract void ClearNamedBufferData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] static abstract void ClearNamedBufferData( @@ -6681,8 +2675,6 @@ static abstract void ClearNamedBufferData( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] static abstract void ClearNamedBufferDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -6692,8 +2684,6 @@ static abstract void ClearNamedBufferDataEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] static abstract void ClearNamedBufferDataEXT( @@ -6704,16 +2694,6 @@ static abstract void ClearNamedBufferDataEXT( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] static abstract void ClearNamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -6725,16 +2705,6 @@ static abstract void ClearNamedBufferSubData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] static abstract void ClearNamedBufferSubData( @@ -6747,8 +2717,6 @@ static abstract void ClearNamedBufferSubData( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] static abstract void ClearNamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -6760,8 +2728,6 @@ static abstract void ClearNamedBufferSubDataEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] static abstract void ClearNamedBufferSubDataEXT( @@ -6774,16 +2740,6 @@ static abstract void ClearNamedBufferSubDataEXT( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] static abstract void ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -6793,16 +2749,6 @@ static abstract void ClearNamedFramebuffer( [NativeTypeName("GLint")] int stencil ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] static abstract void ClearNamedFramebuffer( @@ -6813,16 +2759,6 @@ static abstract void ClearNamedFramebuffer( [NativeTypeName("GLint")] int stencil ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] static abstract void ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -6831,16 +2767,6 @@ static abstract void ClearNamedFramebuffer( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] static abstract void ClearNamedFramebuffer( @@ -6850,16 +2776,6 @@ static abstract void ClearNamedFramebuffer( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] static abstract void ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -6868,16 +2784,6 @@ static abstract void ClearNamedFramebuffer( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] static abstract void ClearNamedFramebuffer( @@ -6887,16 +2793,6 @@ static abstract void ClearNamedFramebuffer( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] static abstract void ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -6905,16 +2801,6 @@ static abstract void ClearNamedFramebuffer( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] static abstract void ClearNamedFramebuffer( @@ -6924,7 +2810,6 @@ static abstract void ClearNamedFramebuffer( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] static abstract void ClearPixelLocalStorageEXT( [NativeTypeName("GLsizei")] uint offset, @@ -6932,7 +2817,6 @@ static abstract void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] uint* values ); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] static abstract void ClearPixelLocalStorageEXT( @@ -6941,7 +2825,6 @@ static abstract void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] Ref values ); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] static abstract void ClearPixelLocalStorageEXT( @@ -6949,75 +2832,9 @@ static abstract void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] uint values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearStencil")] static abstract void ClearStencil([NativeTypeName("GLint")] int s); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glClearTexImage")] static abstract void ClearTexImage( [NativeTypeName("GLuint")] uint texture, @@ -7027,16 +2844,6 @@ static abstract void ClearTexImage( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexImage")] static abstract void ClearTexImage( @@ -7047,7 +2854,6 @@ static abstract void ClearTexImage( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] static abstract void ClearTexImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -7057,7 +2863,6 @@ static abstract void ClearTexImageEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] static abstract void ClearTexImageEXT( @@ -7068,16 +2873,6 @@ static abstract void ClearTexImageEXT( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] static abstract void ClearTexSubImage( [NativeTypeName("GLuint")] uint texture, @@ -7093,16 +2888,6 @@ static abstract void ClearTexSubImage( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] static abstract void ClearTexSubImage( @@ -7119,7 +2904,6 @@ static abstract void ClearTexSubImage( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] static abstract void ClearTexSubImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -7135,7 +2919,6 @@ static abstract void ClearTexSubImageEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] static abstract void ClearTexSubImageEXT( @@ -7152,97 +2935,42 @@ static abstract void ClearTexSubImageEXT( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] static abstract void ClientActiveTexture([NativeTypeName("GLenum")] uint texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] static abstract void ClientActiveTexture( [NativeTypeName("GLenum")] Constant texture ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] static abstract void ClientActiveTextureARB([NativeTypeName("GLenum")] uint texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] static abstract void ClientActiveTextureARB( [NativeTypeName("GLenum")] Constant texture ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] static abstract void ClientActiveVertexStreamATI([NativeTypeName("GLenum")] uint stream); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] static abstract void ClientActiveVertexStreamATI( [NativeTypeName("GLenum")] Constant stream ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] static abstract void ClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] static abstract void ClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] static abstract void ClientWaitSemaphoreNVX( [NativeTypeName("GLsizei")] uint fenceObjectCount, @@ -7250,7 +2978,6 @@ static abstract void ClientWaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] static abstract void ClientWaitSemaphoreNVX( @@ -7260,38 +2987,6 @@ static abstract void ClientWaitSemaphoreNVX( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] static abstract uint ClientWaitSync( [NativeTypeName("GLsync")] Sync* sync, @@ -7300,38 +2995,6 @@ static abstract uint ClientWaitSync( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] static abstract Constant ClientWaitSync( @@ -7341,52 +3004,28 @@ static abstract Constant ClientWaitSync( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] - static abstract uint ClientWaitSyncApple( + static abstract uint ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] - static abstract Constant ClientWaitSyncApple( + static abstract Constant ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClipControl")] static abstract void ClipControl( [NativeTypeName("GLenum")] uint origin, [NativeTypeName("GLenum")] uint depth ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipControl")] static abstract void ClipControl( @@ -7394,69 +3033,18 @@ static abstract void ClipControl( [NativeTypeName("GLenum")] Constant depth ); - [SupportedApiProfile("gles2", ["GL_EXT_clip_control"])] [NativeFunction("opengl", EntryPoint = "glClipControlEXT")] static abstract void ClipControlEXT( [NativeTypeName("GLenum")] uint origin, [NativeTypeName("GLenum")] uint depth ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClipPlane")] static abstract void ClipPlane( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("const GLdouble *")] double* equation ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlane")] static abstract void ClipPlane( @@ -7464,14 +3052,12 @@ static abstract void ClipPlane( [NativeTypeName("const GLdouble *")] Ref equation ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClipPlanef")] static abstract void ClipPlane( [NativeTypeName("GLenum")] uint p, [NativeTypeName("const GLfloat *")] float* eqn ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanef")] static abstract void ClipPlane( @@ -7479,14 +3065,12 @@ static abstract void ClipPlane( [NativeTypeName("const GLfloat *")] Ref eqn ); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] static abstract void ClipPlaneIMG( [NativeTypeName("GLenum")] uint p, [NativeTypeName("const GLfloat *")] float* eqn ); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] static abstract void ClipPlaneIMG( @@ -7494,16 +3078,12 @@ static abstract void ClipPlaneIMG( [NativeTypeName("const GLfloat *")] Ref eqn ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] static abstract void ClipPlaneOES( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("const GLfloat *")] float* equation ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] static abstract void ClipPlaneOES( @@ -7511,14 +3091,12 @@ static abstract void ClipPlaneOES( [NativeTypeName("const GLfloat *")] Ref equation ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClipPlanex")] static abstract void ClipPlanex( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("const GLfixed *")] int* equation ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanex")] static abstract void ClipPlanex( @@ -7526,14 +3104,12 @@ static abstract void ClipPlanex( [NativeTypeName("const GLfixed *")] Ref equation ); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] static abstract void ClipPlanexIMG( [NativeTypeName("GLenum")] uint p, [NativeTypeName("const GLfixed *")] int* eqn ); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] static abstract void ClipPlanexIMG( @@ -7541,16 +3117,12 @@ static abstract void ClipPlanexIMG( [NativeTypeName("const GLfixed *")] Ref eqn ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] static abstract void ClipPlanexOES( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("const GLfixed *")] int* equation ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] static abstract void ClipPlanexOES( @@ -7558,31 +3130,6 @@ static abstract void ClipPlanexOES( [NativeTypeName("const GLfixed *")] Ref equation ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3b")] static abstract void Color3( [NativeTypeName("GLbyte")] sbyte red, @@ -7590,88 +3137,13 @@ static abstract void Color3( [NativeTypeName("GLbyte")] sbyte blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3bv")] static abstract void Color3([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3bv")] static abstract void Color3([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3d")] static abstract void Color3( [NativeTypeName("GLdouble")] double red, @@ -7679,88 +3151,13 @@ static abstract void Color3( [NativeTypeName("GLdouble")] double blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3dv")] static abstract void Color3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3dv")] static abstract void Color3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3f")] static abstract void Color3( [NativeTypeName("GLfloat")] float red, @@ -7768,64 +3165,13 @@ static abstract void Color3( [NativeTypeName("GLfloat")] float blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3fv")] static abstract void Color3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3fv")] static abstract void Color3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fSUN")] static abstract void Color3FVertex3SUN( [NativeTypeName("GLfloat")] float r, @@ -7836,14 +3182,12 @@ static abstract void Color3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] static abstract void Color3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* c, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] static abstract void Color3FVertex3SUN( @@ -7851,7 +3195,6 @@ static abstract void Color3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor3hNV")] static abstract void Color3NV( [NativeTypeName("GLhalfNV")] ushort red, @@ -7859,40 +3202,13 @@ static abstract void Color3NV( [NativeTypeName("GLhalfNV")] ushort blue ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] static abstract void Color3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] static abstract void Color3NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3i")] static abstract void Color3( [NativeTypeName("GLint")] int red, @@ -7900,88 +3216,13 @@ static abstract void Color3( [NativeTypeName("GLint")] int blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3iv")] static abstract void Color3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3iv")] static abstract void Color3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3s")] static abstract void Color3( [NativeTypeName("GLshort")] short red, @@ -7989,88 +3230,13 @@ static abstract void Color3( [NativeTypeName("GLshort")] short blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3sv")] static abstract void Color3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3sv")] static abstract void Color3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ub")] static abstract void Color3( [NativeTypeName("GLubyte")] byte red, @@ -8078,88 +3244,13 @@ static abstract void Color3( [NativeTypeName("GLubyte")] byte blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ubv")] static abstract void Color3([NativeTypeName("const GLubyte *")] byte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3ubv")] static abstract void Color3([NativeTypeName("const GLubyte *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ui")] static abstract void Color3( [NativeTypeName("GLuint")] uint red, @@ -8167,88 +3258,13 @@ static abstract void Color3( [NativeTypeName("GLuint")] uint blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3uiv")] static abstract void Color3([NativeTypeName("const GLuint *")] uint* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3uiv")] static abstract void Color3([NativeTypeName("const GLuint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3us")] static abstract void Color3( [NativeTypeName("GLushort")] ushort red, @@ -8256,64 +3272,13 @@ static abstract void Color3( [NativeTypeName("GLushort")] ushort blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3usv")] static abstract void Color3([NativeTypeName("const GLushort *")] ushort* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3usv")] static abstract void Color3([NativeTypeName("const GLushort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor3xOES")] static abstract void Color3XOES( [NativeTypeName("GLfixed")] int red, @@ -8321,40 +3286,13 @@ static abstract void Color3XOES( [NativeTypeName("GLfixed")] int blue ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] static abstract void Color3XOES([NativeTypeName("const GLfixed *")] int* components); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] static abstract void Color3XOES([NativeTypeName("const GLfixed *")] Ref components); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4b")] static abstract void Color4( [NativeTypeName("GLbyte")] sbyte red, @@ -8363,88 +3301,13 @@ static abstract void Color4( [NativeTypeName("GLbyte")] sbyte alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4bv")] static abstract void Color4([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4bv")] static abstract void Color4([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4d")] static abstract void Color4( [NativeTypeName("GLdouble")] double red, @@ -8453,89 +3316,13 @@ static abstract void Color4( [NativeTypeName("GLdouble")] double alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4dv")] static abstract void Color4([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4dv")] static abstract void Color4([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glColor4f")] static abstract void Color4( [NativeTypeName("GLfloat")] float red, @@ -8544,7 +3331,6 @@ static abstract void Color4( [NativeTypeName("GLfloat")] float alpha ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fSUN")] static abstract void Color4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float r, @@ -8559,7 +3345,6 @@ static abstract void Color4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] static abstract void Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* c, @@ -8567,7 +3352,6 @@ static abstract void Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] static abstract void Color4FNormal3FVertex3SUN( @@ -8576,64 +3360,13 @@ static abstract void Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4fv")] static abstract void Color4([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4fv")] static abstract void Color4([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor4hNV")] static abstract void Color4NV( [NativeTypeName("GLhalfNV")] ushort red, @@ -8642,40 +3375,13 @@ static abstract void Color4NV( [NativeTypeName("GLhalfNV")] ushort alpha ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] static abstract void Color4NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] static abstract void Color4NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4i")] static abstract void Color4( [NativeTypeName("GLint")] int red, @@ -8684,88 +3390,13 @@ static abstract void Color4( [NativeTypeName("GLint")] int alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4iv")] static abstract void Color4([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4iv")] static abstract void Color4([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4s")] static abstract void Color4( [NativeTypeName("GLshort")] short red, @@ -8774,89 +3405,13 @@ static abstract void Color4( [NativeTypeName("GLshort")] short alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4sv")] static abstract void Color4([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4sv")] static abstract void Color4([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColor4ub")] static abstract void Color4( [NativeTypeName("GLubyte")] byte red, @@ -8865,64 +3420,13 @@ static abstract void Color4( [NativeTypeName("GLubyte")] byte alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4ubv")] static abstract void Color4([NativeTypeName("const GLubyte *")] byte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubv")] static abstract void Color4([NativeTypeName("const GLubyte *")] Ref v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fSUN")] static abstract void Color4UbVertex2SUN( [NativeTypeName("GLubyte")] byte r, @@ -8933,14 +3437,12 @@ static abstract void Color4UbVertex2SUN( [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] static abstract void Color4UbVertex2SUN( [NativeTypeName("const GLubyte *")] byte* c, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] static abstract void Color4UbVertex2SUN( @@ -8948,7 +3450,6 @@ static abstract void Color4UbVertex2SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fSUN")] static abstract void Color4UbVertex3SUN( [NativeTypeName("GLubyte")] byte r, @@ -8960,14 +3461,12 @@ static abstract void Color4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] static abstract void Color4UbVertex3SUN( [NativeTypeName("const GLubyte *")] byte* c, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] static abstract void Color4UbVertex3SUN( @@ -8975,31 +3474,6 @@ static abstract void Color4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4ui")] static abstract void Color4( [NativeTypeName("GLuint")] uint red, @@ -9008,88 +3482,13 @@ static abstract void Color4( [NativeTypeName("GLuint")] uint alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4uiv")] static abstract void Color4([NativeTypeName("const GLuint *")] uint* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4uiv")] static abstract void Color4([NativeTypeName("const GLuint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4us")] static abstract void Color4( [NativeTypeName("GLushort")] ushort red, @@ -9098,64 +3497,13 @@ static abstract void Color4( [NativeTypeName("GLushort")] ushort alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4usv")] static abstract void Color4([NativeTypeName("const GLushort *")] ushort* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4usv")] static abstract void Color4([NativeTypeName("const GLushort *")] Ref v); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColor4x")] static abstract void Color4X( [NativeTypeName("GLfixed")] int red, @@ -9164,8 +3512,6 @@ static abstract void Color4X( [NativeTypeName("GLfixed")] int alpha ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor4xOES")] static abstract void Color4XOES( [NativeTypeName("GLfixed")] int red, @@ -9174,17 +3520,13 @@ static abstract void Color4XOES( [NativeTypeName("GLfixed")] int alpha ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] static abstract void Color4XOES([NativeTypeName("const GLfixed *")] int* components); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] static abstract void Color4XOES([NativeTypeName("const GLfixed *")] Ref components); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] static abstract void ColorFormatNV( [NativeTypeName("GLint")] int size, @@ -9192,8 +3534,6 @@ static abstract void ColorFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] static abstract void ColorFormatNV( @@ -9202,7 +3542,6 @@ static abstract void ColorFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] static abstract void ColorFragmentOp1ATI( [NativeTypeName("GLenum")] uint op, @@ -9214,7 +3553,6 @@ static abstract void ColorFragmentOp1ATI( [NativeTypeName("GLuint")] uint arg1Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] static abstract void ColorFragmentOp1ATI( @@ -9227,7 +3565,6 @@ static abstract void ColorFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] static abstract void ColorFragmentOp2ATI( [NativeTypeName("GLenum")] uint op, @@ -9242,7 +3579,6 @@ static abstract void ColorFragmentOp2ATI( [NativeTypeName("GLuint")] uint arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] static abstract void ColorFragmentOp2ATI( @@ -9259,7 +3595,6 @@ static abstract void ColorFragmentOp2ATI( [NativeTypeName("GLuint")] Constant arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] static abstract void ColorFragmentOp3ATI( [NativeTypeName("GLenum")] uint op, @@ -9277,7 +3612,6 @@ static abstract void ColorFragmentOp3ATI( [NativeTypeName("GLuint")] uint arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] static abstract void ColorFragmentOp3ATI( @@ -9298,62 +3632,6 @@ static abstract void ColorFragmentOp3ATI( [NativeTypeName("GLuint")] Constant arg3Mod ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColorMask")] static abstract void ColorMask( [NativeTypeName("GLboolean")] uint red, @@ -9362,62 +3640,6 @@ static abstract void ColorMask( [NativeTypeName("GLboolean")] uint alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMask")] static abstract void ColorMask( @@ -9427,40 +3649,6 @@ static abstract void ColorMask( [NativeTypeName("GLboolean")] MaybeBool alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glColorMaski")] static abstract void ColorMask( [NativeTypeName("GLuint")] uint index, @@ -9470,40 +3658,6 @@ static abstract void ColorMask( [NativeTypeName("GLboolean")] uint a ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaski")] static abstract void ColorMask( @@ -9514,7 +3668,6 @@ static abstract void ColorMask( [NativeTypeName("GLboolean")] MaybeBool a ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] static abstract void ColorMaskEXT( [NativeTypeName("GLuint")] uint index, @@ -9524,7 +3677,6 @@ static abstract void ColorMaskEXT( [NativeTypeName("GLboolean")] uint a ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] static abstract void ColorMaskEXT( @@ -9535,7 +3687,6 @@ static abstract void ColorMaskEXT( [NativeTypeName("GLboolean")] MaybeBool a ); - [SupportedApiProfile("gl", ["GL_EXT_draw_buffers2"])] [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] static abstract void ColorMaskIndexedEXT( [NativeTypeName("GLuint")] uint index, @@ -9545,7 +3696,6 @@ static abstract void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] uint a ); - [SupportedApiProfile("gl", ["GL_EXT_draw_buffers2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] static abstract void ColorMaskIndexedEXT( @@ -9556,7 +3706,6 @@ static abstract void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] MaybeBool a ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] static abstract void ColorMaskOES( [NativeTypeName("GLuint")] uint index, @@ -9566,7 +3715,6 @@ static abstract void ColorMaskOES( [NativeTypeName("GLboolean")] uint a ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] static abstract void ColorMaskOES( @@ -9577,62 +3725,12 @@ static abstract void ColorMaskOES( [NativeTypeName("GLboolean")] MaybeBool a ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColorMaterial")] static abstract void ColorMaterial( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaterial")] static abstract void ColorMaterial( @@ -9640,14 +3738,12 @@ static abstract void ColorMaterial( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP3ui")] static abstract void ColorP3( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3ui")] static abstract void ColorP3( @@ -9655,37 +3751,32 @@ static abstract void ColorP3( [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] - static abstract void ColorP3Uiv( + static abstract void ColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] - static abstract void ColorP3Uiv( + static abstract void ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] - static abstract void ColorP3Uiv( + static abstract void ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP4ui")] static abstract void ColorP4( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4ui")] static abstract void ColorP4( @@ -9693,54 +3784,26 @@ static abstract void ColorP4( [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] - static abstract void ColorP4Uiv( + static abstract void ColorP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] - static abstract void ColorP4Uiv( + static abstract void ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] - static abstract void ColorP4Uiv( + static abstract void ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColorPointer")] static abstract void ColorPointer( [NativeTypeName("GLint")] int size, @@ -9749,31 +3812,6 @@ static abstract void ColorPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointer")] static abstract void ColorPointer( @@ -9783,7 +3821,6 @@ static abstract void ColorPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] static abstract void ColorPointerEXT( [NativeTypeName("GLint")] int size, @@ -9793,7 +3830,6 @@ static abstract void ColorPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] static abstract void ColorPointerEXT( @@ -9804,7 +3840,6 @@ static abstract void ColorPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] static abstract void ColorPointerListIBM( [NativeTypeName("GLint")] int size, @@ -9814,7 +3849,6 @@ static abstract void ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] static abstract void ColorPointerListIBM( @@ -9825,7 +3859,6 @@ static abstract void ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] static abstract Ptr ColorPointerListIBM( @@ -9834,24 +3867,21 @@ static abstract Ptr ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] - static abstract void ColorPointerIntel( + static abstract void ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] - static abstract void ColorPointerIntel( + static abstract void ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorSubTable")] static abstract void ColorSubTable( [NativeTypeName("GLenum")] uint target, @@ -9862,7 +3892,6 @@ static abstract void ColorSubTable( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorSubTable")] static abstract void ColorSubTable( @@ -9874,7 +3903,6 @@ static abstract void ColorSubTable( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] static abstract void ColorSubTableEXT( [NativeTypeName("GLenum")] uint target, @@ -9885,7 +3913,6 @@ static abstract void ColorSubTableEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] static abstract void ColorSubTableEXT( @@ -9897,7 +3924,6 @@ static abstract void ColorSubTableEXT( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTable")] static abstract void ColorTable( [NativeTypeName("GLenum")] uint target, @@ -9908,7 +3934,6 @@ static abstract void ColorTable( [NativeTypeName("const void *")] void* table ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTable")] static abstract void ColorTable( @@ -9920,7 +3945,6 @@ static abstract void ColorTable( [NativeTypeName("const void *")] Ref table ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] static abstract void ColorTableEXT( [NativeTypeName("GLenum")] uint target, @@ -9931,7 +3955,6 @@ static abstract void ColorTableEXT( [NativeTypeName("const void *")] void* table ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] static abstract void ColorTableEXT( @@ -9943,7 +3966,6 @@ static abstract void ColorTableEXT( [NativeTypeName("const void *")] Ref table ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] static abstract void ColorTableParameter( [NativeTypeName("GLenum")] uint target, @@ -9951,7 +3973,6 @@ static abstract void ColorTableParameter( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] static abstract void ColorTableParameter( @@ -9960,7 +3981,6 @@ static abstract void ColorTableParameter( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] static abstract void ColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, @@ -9968,7 +3988,6 @@ static abstract void ColorTableParameterSGI( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] static abstract void ColorTableParameterSGI( @@ -9977,7 +3996,6 @@ static abstract void ColorTableParameterSGI( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] static abstract void ColorTableParameter( [NativeTypeName("GLenum")] uint target, @@ -9985,7 +4003,6 @@ static abstract void ColorTableParameter( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] static abstract void ColorTableParameter( @@ -9994,7 +4011,6 @@ static abstract void ColorTableParameter( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] static abstract void ColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, @@ -10002,7 +4018,6 @@ static abstract void ColorTableParameterSGI( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] static abstract void ColorTableParameterSGI( @@ -10011,7 +4026,6 @@ static abstract void ColorTableParameterSGI( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] static abstract void ColorTableSGI( [NativeTypeName("GLenum")] uint target, @@ -10022,7 +4036,6 @@ static abstract void ColorTableSGI( [NativeTypeName("const void *")] void* table ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] static abstract void ColorTableSGI( @@ -10034,7 +4047,6 @@ static abstract void ColorTableSGI( [NativeTypeName("const void *")] Ref table ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] static abstract void CombinerInputNV( [NativeTypeName("GLenum")] uint stage, @@ -10045,7 +4057,6 @@ static abstract void CombinerInputNV( [NativeTypeName("GLenum")] uint componentUsage ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] static abstract void CombinerInputNV( @@ -10057,7 +4068,6 @@ static abstract void CombinerInputNV( [NativeTypeName("GLenum")] Constant componentUsage ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] static abstract void CombinerOutputNV( [NativeTypeName("GLenum")] uint stage, @@ -10072,7 +4082,6 @@ static abstract void CombinerOutputNV( [NativeTypeName("GLboolean")] uint muxSum ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] static abstract void CombinerOutputNV( @@ -10088,14 +4097,12 @@ static abstract void CombinerOutputNV( [NativeTypeName("GLboolean")] MaybeBool muxSum ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] static abstract void CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] static abstract void CombinerParameterNV( @@ -10103,14 +4110,12 @@ static abstract void CombinerParameterNV( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] static abstract void CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] static abstract void CombinerParameterNV( @@ -10118,14 +4123,12 @@ static abstract void CombinerParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] static abstract void CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] static abstract void CombinerParameterNV( @@ -10133,14 +4136,12 @@ static abstract void CombinerParameterNV( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] static abstract void CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] static abstract void CombinerParameterNV( @@ -10148,7 +4149,6 @@ static abstract void CombinerParameterNV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] static abstract void CombinerStageParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -10156,7 +4156,6 @@ static abstract void CombinerStageParameterNV( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] static abstract void CombinerStageParameterNV( @@ -10165,71 +4164,21 @@ static abstract void CombinerStageParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCommandListSegmentsNV")] static abstract void CommandListSegmentsNV( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLuint")] uint segments ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCompileCommandListNV")] static abstract void CompileCommandListNV([NativeTypeName("GLuint")] uint list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCompileShader")] static abstract void CompileShader([NativeTypeName("GLuint")] uint shader); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCompileShaderARB")] static abstract void CompileShaderARB([NativeTypeName("GLhandleARB")] uint shaderObj); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] static abstract void CompileShaderIncludeARB( [NativeTypeName("GLuint")] uint shader, @@ -10238,8 +4187,6 @@ static abstract void CompileShaderIncludeARB( [NativeTypeName("const GLint *")] int* length ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] static abstract void CompileShaderIncludeARB( @@ -10249,8 +4196,6 @@ static abstract void CompileShaderIncludeARB( [NativeTypeName("const GLint *")] Ref length ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] static abstract void CompressedMultiTexImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -10263,8 +4208,6 @@ static abstract void CompressedMultiTexImage1DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] static abstract void CompressedMultiTexImage1DEXT( @@ -10278,8 +4221,6 @@ static abstract void CompressedMultiTexImage1DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] static abstract void CompressedMultiTexImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -10293,8 +4234,6 @@ static abstract void CompressedMultiTexImage2DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] static abstract void CompressedMultiTexImage2DEXT( @@ -10309,8 +4248,6 @@ static abstract void CompressedMultiTexImage2DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] static abstract void CompressedMultiTexImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -10325,8 +4262,6 @@ static abstract void CompressedMultiTexImage3DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] static abstract void CompressedMultiTexImage3DEXT( @@ -10342,8 +4277,6 @@ static abstract void CompressedMultiTexImage3DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] static abstract void CompressedMultiTexSubImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -10356,8 +4289,6 @@ static abstract void CompressedMultiTexSubImage1DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] static abstract void CompressedMultiTexSubImage1DEXT( @@ -10371,8 +4302,6 @@ static abstract void CompressedMultiTexSubImage1DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] static abstract void CompressedMultiTexSubImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -10387,8 +4316,6 @@ static abstract void CompressedMultiTexSubImage2DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] static abstract void CompressedMultiTexSubImage2DEXT( @@ -10404,8 +4331,6 @@ static abstract void CompressedMultiTexSubImage2DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] static abstract void CompressedMultiTexSubImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -10422,8 +4347,6 @@ static abstract void CompressedMultiTexSubImage3DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] static abstract void CompressedMultiTexSubImage3DEXT( @@ -10441,50 +4364,6 @@ static abstract void CompressedMultiTexSubImage3DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] static abstract void CompressedTexImage1D( [NativeTypeName("GLenum")] uint target, @@ -10496,50 +4375,6 @@ static abstract void CompressedTexImage1D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] static abstract void CompressedTexImage1D( @@ -10552,7 +4387,6 @@ static abstract void CompressedTexImage1D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] static abstract void CompressedTexImage1DARB( [NativeTypeName("GLenum")] uint target, @@ -10564,7 +4398,6 @@ static abstract void CompressedTexImage1DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] static abstract void CompressedTexImage1DARB( @@ -10577,56 +4410,6 @@ static abstract void CompressedTexImage1DARB( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] static abstract void CompressedTexImage2D( [NativeTypeName("GLenum")] uint target, @@ -10639,56 +4422,6 @@ static abstract void CompressedTexImage2D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] static abstract void CompressedTexImage2D( @@ -10702,7 +4435,6 @@ static abstract void CompressedTexImage2D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] static abstract void CompressedTexImage2DARB( [NativeTypeName("GLenum")] uint target, @@ -10715,7 +4447,6 @@ static abstract void CompressedTexImage2DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] static abstract void CompressedTexImage2DARB( @@ -10729,50 +4460,6 @@ static abstract void CompressedTexImage2DARB( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] static abstract void CompressedTexImage3D( [NativeTypeName("GLenum")] uint target, @@ -10786,50 +4473,6 @@ static abstract void CompressedTexImage3D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] static abstract void CompressedTexImage3D( @@ -10844,7 +4487,6 @@ static abstract void CompressedTexImage3D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] static abstract void CompressedTexImage3DARB( [NativeTypeName("GLenum")] uint target, @@ -10858,7 +4500,6 @@ static abstract void CompressedTexImage3DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] static abstract void CompressedTexImage3DARB( @@ -10873,7 +4514,6 @@ static abstract void CompressedTexImage3DARB( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] static abstract void CompressedTexImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -10887,7 +4527,6 @@ static abstract void CompressedTexImage3DOES( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] static abstract void CompressedTexImage3DOES( @@ -10902,50 +4541,6 @@ static abstract void CompressedTexImage3DOES( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] static abstract void CompressedTexSubImage1D( [NativeTypeName("GLenum")] uint target, @@ -10957,50 +4552,6 @@ static abstract void CompressedTexSubImage1D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] static abstract void CompressedTexSubImage1D( @@ -11013,7 +4564,6 @@ static abstract void CompressedTexSubImage1D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] static abstract void CompressedTexSubImage1DARB( [NativeTypeName("GLenum")] uint target, @@ -11025,7 +4575,6 @@ static abstract void CompressedTexSubImage1DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] static abstract void CompressedTexSubImage1DARB( @@ -11038,56 +4587,6 @@ static abstract void CompressedTexSubImage1DARB( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] static abstract void CompressedTexSubImage2D( [NativeTypeName("GLenum")] uint target, @@ -11101,56 +4600,6 @@ static abstract void CompressedTexSubImage2D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] static abstract void CompressedTexSubImage2D( @@ -11165,7 +4614,6 @@ static abstract void CompressedTexSubImage2D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] static abstract void CompressedTexSubImage2DARB( [NativeTypeName("GLenum")] uint target, @@ -11179,7 +4627,6 @@ static abstract void CompressedTexSubImage2DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] static abstract void CompressedTexSubImage2DARB( @@ -11194,50 +4641,6 @@ static abstract void CompressedTexSubImage2DARB( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] static abstract void CompressedTexSubImage3D( [NativeTypeName("GLenum")] uint target, @@ -11253,50 +4656,6 @@ static abstract void CompressedTexSubImage3D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] static abstract void CompressedTexSubImage3D( @@ -11313,7 +4672,6 @@ static abstract void CompressedTexSubImage3D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] static abstract void CompressedTexSubImage3DARB( [NativeTypeName("GLenum")] uint target, @@ -11329,7 +4687,6 @@ static abstract void CompressedTexSubImage3DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] static abstract void CompressedTexSubImage3DARB( @@ -11346,7 +4703,6 @@ static abstract void CompressedTexSubImage3DARB( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] static abstract void CompressedTexSubImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -11362,7 +4718,6 @@ static abstract void CompressedTexSubImage3DOES( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] static abstract void CompressedTexSubImage3DOES( @@ -11379,8 +4734,6 @@ static abstract void CompressedTexSubImage3DOES( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] static abstract void CompressedTextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -11393,8 +4746,6 @@ static abstract void CompressedTextureImage1DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] static abstract void CompressedTextureImage1DEXT( @@ -11408,8 +4759,6 @@ static abstract void CompressedTextureImage1DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] static abstract void CompressedTextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -11423,8 +4772,6 @@ static abstract void CompressedTextureImage2DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] static abstract void CompressedTextureImage2DEXT( @@ -11439,8 +4786,6 @@ static abstract void CompressedTextureImage2DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] static abstract void CompressedTextureImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -11455,8 +4800,6 @@ static abstract void CompressedTextureImage3DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] static abstract void CompressedTextureImage3DEXT( @@ -11472,16 +4815,6 @@ static abstract void CompressedTextureImage3DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] static abstract void CompressedTextureSubImage1D( [NativeTypeName("GLuint")] uint texture, @@ -11493,16 +4826,6 @@ static abstract void CompressedTextureSubImage1D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] static abstract void CompressedTextureSubImage1D( @@ -11515,8 +4838,6 @@ static abstract void CompressedTextureSubImage1D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] static abstract void CompressedTextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -11529,8 +4850,6 @@ static abstract void CompressedTextureSubImage1DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] static abstract void CompressedTextureSubImage1DEXT( @@ -11544,16 +4863,6 @@ static abstract void CompressedTextureSubImage1DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] static abstract void CompressedTextureSubImage2D( [NativeTypeName("GLuint")] uint texture, @@ -11567,16 +4876,6 @@ static abstract void CompressedTextureSubImage2D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] static abstract void CompressedTextureSubImage2D( @@ -11591,8 +4890,6 @@ static abstract void CompressedTextureSubImage2D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] static abstract void CompressedTextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -11607,8 +4904,6 @@ static abstract void CompressedTextureSubImage2DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] static abstract void CompressedTextureSubImage2DEXT( @@ -11624,16 +4919,6 @@ static abstract void CompressedTextureSubImage2DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] static abstract void CompressedTextureSubImage3D( [NativeTypeName("GLuint")] uint texture, @@ -11649,16 +4934,6 @@ static abstract void CompressedTextureSubImage3D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] static abstract void CompressedTextureSubImage3D( @@ -11675,8 +4950,6 @@ static abstract void CompressedTextureSubImage3D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] static abstract void CompressedTextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -11693,8 +4966,6 @@ static abstract void CompressedTextureSubImage3DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] static abstract void CompressedTextureSubImage3DEXT( @@ -11712,24 +4983,18 @@ static abstract void CompressedTextureSubImage3DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster_dilate"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster_dilate"])] [NativeFunction("opengl", EntryPoint = "glConservativeRasterParameterfNV")] static abstract void ConservativeRasterParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float value ); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster_pre_snap_triangles"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster_pre_snap_triangles"])] - [SupportedApiProfile("gles2", ["GL_NV_conservative_raster_pre_snap_triangles"])] [NativeFunction("opengl", EntryPoint = "glConservativeRasterParameteriNV")] static abstract void ConservativeRasterParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] static abstract void ConvolutionFilter1D( [NativeTypeName("GLenum")] uint target, @@ -11740,7 +5005,6 @@ static abstract void ConvolutionFilter1D( [NativeTypeName("const void *")] void* image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] static abstract void ConvolutionFilter1D( @@ -11752,7 +5016,6 @@ static abstract void ConvolutionFilter1D( [NativeTypeName("const void *")] Ref image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] static abstract void ConvolutionFilter1DEXT( [NativeTypeName("GLenum")] uint target, @@ -11763,7 +5026,6 @@ static abstract void ConvolutionFilter1DEXT( [NativeTypeName("const void *")] void* image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] static abstract void ConvolutionFilter1DEXT( @@ -11775,7 +5037,6 @@ static abstract void ConvolutionFilter1DEXT( [NativeTypeName("const void *")] Ref image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] static abstract void ConvolutionFilter2D( [NativeTypeName("GLenum")] uint target, @@ -11787,7 +5048,6 @@ static abstract void ConvolutionFilter2D( [NativeTypeName("const void *")] void* image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] static abstract void ConvolutionFilter2D( @@ -11800,7 +5060,6 @@ static abstract void ConvolutionFilter2D( [NativeTypeName("const void *")] Ref image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] static abstract void ConvolutionFilter2DEXT( [NativeTypeName("GLenum")] uint target, @@ -11812,7 +5071,6 @@ static abstract void ConvolutionFilter2DEXT( [NativeTypeName("const void *")] void* image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] static abstract void ConvolutionFilter2DEXT( @@ -11825,7 +5083,6 @@ static abstract void ConvolutionFilter2DEXT( [NativeTypeName("const void *")] Ref image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] static abstract void ConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -11833,7 +5090,6 @@ static abstract void ConvolutionParameter( [NativeTypeName("GLfloat")] float @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] static abstract void ConvolutionParameter( @@ -11842,7 +5098,6 @@ static abstract void ConvolutionParameter( [NativeTypeName("GLfloat")] float @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] static abstract void ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -11850,7 +5105,6 @@ static abstract void ConvolutionParameterEXT( [NativeTypeName("GLfloat")] float @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] static abstract void ConvolutionParameterEXT( @@ -11859,7 +5113,6 @@ static abstract void ConvolutionParameterEXT( [NativeTypeName("GLfloat")] float @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] static abstract void ConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -11867,7 +5120,6 @@ static abstract void ConvolutionParameter( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] static abstract void ConvolutionParameter( @@ -11876,7 +5128,6 @@ static abstract void ConvolutionParameter( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] static abstract void ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -11884,7 +5135,6 @@ static abstract void ConvolutionParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] static abstract void ConvolutionParameterEXT( @@ -11893,7 +5143,6 @@ static abstract void ConvolutionParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] static abstract void ConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -11901,7 +5150,6 @@ static abstract void ConvolutionParameter( [NativeTypeName("GLint")] int @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] static abstract void ConvolutionParameter( @@ -11910,7 +5158,6 @@ static abstract void ConvolutionParameter( [NativeTypeName("GLint")] int @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] static abstract void ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -11918,7 +5165,6 @@ static abstract void ConvolutionParameterEXT( [NativeTypeName("GLint")] int @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] static abstract void ConvolutionParameterEXT( @@ -11927,7 +5173,6 @@ static abstract void ConvolutionParameterEXT( [NativeTypeName("GLint")] int @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] static abstract void ConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -11935,7 +5180,6 @@ static abstract void ConvolutionParameter( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] static abstract void ConvolutionParameter( @@ -11944,7 +5188,6 @@ static abstract void ConvolutionParameter( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] static abstract void ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -11952,7 +5195,6 @@ static abstract void ConvolutionParameterEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] static abstract void ConvolutionParameterEXT( @@ -11961,7 +5203,6 @@ static abstract void ConvolutionParameterEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] static abstract void ConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -11969,7 +5210,6 @@ static abstract void ConvolutionParameterxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] static abstract void ConvolutionParameterxOES( @@ -11978,7 +5218,6 @@ static abstract void ConvolutionParameterxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] static abstract void ConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -11986,7 +5225,6 @@ static abstract void ConvolutionParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] static abstract void ConvolutionParameterxOES( @@ -11995,40 +5233,6 @@ static abstract void ConvolutionParameterxOES( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] static abstract void CopyBufferSubData( [NativeTypeName("GLenum")] uint readTarget, @@ -12038,40 +5242,6 @@ static abstract void CopyBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] static abstract void CopyBufferSubData( @@ -12082,7 +5252,6 @@ static abstract void CopyBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_NV_copy_buffer"])] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] static abstract void CopyBufferSubDataNV( [NativeTypeName("GLenum")] uint readTarget, @@ -12092,7 +5261,6 @@ static abstract void CopyBufferSubDataNV( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_NV_copy_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] static abstract void CopyBufferSubDataNV( @@ -12103,7 +5271,6 @@ static abstract void CopyBufferSubDataNV( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] static abstract void CopyColorSubTable( [NativeTypeName("GLenum")] uint target, @@ -12113,7 +5280,6 @@ static abstract void CopyColorSubTable( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] static abstract void CopyColorSubTable( @@ -12124,7 +5290,6 @@ static abstract void CopyColorSubTable( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] static abstract void CopyColorSubTableEXT( [NativeTypeName("GLenum")] uint target, @@ -12134,7 +5299,6 @@ static abstract void CopyColorSubTableEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] static abstract void CopyColorSubTableEXT( @@ -12145,7 +5309,6 @@ static abstract void CopyColorSubTableEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] static abstract void CopyColorTable( [NativeTypeName("GLenum")] uint target, @@ -12155,7 +5318,6 @@ static abstract void CopyColorTable( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] static abstract void CopyColorTable( @@ -12166,7 +5328,6 @@ static abstract void CopyColorTable( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] static abstract void CopyColorTableSGI( [NativeTypeName("GLenum")] uint target, @@ -12176,7 +5337,6 @@ static abstract void CopyColorTableSGI( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] static abstract void CopyColorTableSGI( @@ -12187,7 +5347,6 @@ static abstract void CopyColorTableSGI( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] static abstract void CopyConvolutionFilter1D( [NativeTypeName("GLenum")] uint target, @@ -12197,7 +5356,6 @@ static abstract void CopyConvolutionFilter1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] static abstract void CopyConvolutionFilter1D( @@ -12208,7 +5366,6 @@ static abstract void CopyConvolutionFilter1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] static abstract void CopyConvolutionFilter1DEXT( [NativeTypeName("GLenum")] uint target, @@ -12218,7 +5375,6 @@ static abstract void CopyConvolutionFilter1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] static abstract void CopyConvolutionFilter1DEXT( @@ -12229,7 +5385,6 @@ static abstract void CopyConvolutionFilter1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] static abstract void CopyConvolutionFilter2D( [NativeTypeName("GLenum")] uint target, @@ -12240,7 +5395,6 @@ static abstract void CopyConvolutionFilter2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] static abstract void CopyConvolutionFilter2D( @@ -12252,7 +5406,6 @@ static abstract void CopyConvolutionFilter2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] static abstract void CopyConvolutionFilter2DEXT( [NativeTypeName("GLenum")] uint target, @@ -12263,7 +5416,6 @@ static abstract void CopyConvolutionFilter2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] static abstract void CopyConvolutionFilter2DEXT( @@ -12275,28 +5427,6 @@ static abstract void CopyConvolutionFilter2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] static abstract void CopyImageSubData( [NativeTypeName("GLuint")] uint srcName, @@ -12316,28 +5446,6 @@ static abstract void CopyImageSubData( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] static abstract void CopyImageSubData( @@ -12358,7 +5466,6 @@ static abstract void CopyImageSubData( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gles2", ["GL_EXT_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] static abstract void CopyImageSubDataEXT( [NativeTypeName("GLuint")] uint srcName, @@ -12378,7 +5485,6 @@ static abstract void CopyImageSubDataEXT( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gles2", ["GL_EXT_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] static abstract void CopyImageSubDataEXT( @@ -12399,7 +5505,6 @@ static abstract void CopyImageSubDataEXT( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gl", ["GL_NV_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] static abstract void CopyImageSubDataNV( [NativeTypeName("GLuint")] uint srcName, @@ -12419,7 +5524,6 @@ static abstract void CopyImageSubDataNV( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_NV_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] static abstract void CopyImageSubDataNV( @@ -12440,7 +5544,6 @@ static abstract void CopyImageSubDataNV( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gles2", ["GL_OES_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] static abstract void CopyImageSubDataOES( [NativeTypeName("GLuint")] uint srcName, @@ -12460,7 +5563,6 @@ static abstract void CopyImageSubDataOES( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gles2", ["GL_OES_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] static abstract void CopyImageSubDataOES( @@ -12481,8 +5583,6 @@ static abstract void CopyImageSubDataOES( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] static abstract void CopyMultiTexImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -12495,8 +5595,6 @@ static abstract void CopyMultiTexImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] static abstract void CopyMultiTexImage1DEXT( @@ -12510,8 +5608,6 @@ static abstract void CopyMultiTexImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] static abstract void CopyMultiTexImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -12525,8 +5621,6 @@ static abstract void CopyMultiTexImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] static abstract void CopyMultiTexImage2DEXT( @@ -12541,8 +5635,6 @@ static abstract void CopyMultiTexImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] static abstract void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -12554,8 +5646,6 @@ static abstract void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] static abstract void CopyMultiTexSubImage1DEXT( @@ -12568,8 +5658,6 @@ static abstract void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] static abstract void CopyMultiTexSubImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -12583,8 +5671,6 @@ static abstract void CopyMultiTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] static abstract void CopyMultiTexSubImage2DEXT( @@ -12599,8 +5685,6 @@ static abstract void CopyMultiTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] static abstract void CopyMultiTexSubImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -12615,8 +5699,6 @@ static abstract void CopyMultiTexSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] static abstract void CopyMultiTexSubImage3DEXT( @@ -12632,16 +5714,6 @@ static abstract void CopyMultiTexSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyNamedBufferSubData")] static abstract void CopyNamedBufferSubData( [NativeTypeName("GLuint")] uint readBuffer, @@ -12651,40 +5723,12 @@ static abstract void CopyNamedBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCopyPathNV")] static abstract void CopyPathNV( [NativeTypeName("GLuint")] uint resultPath, [NativeTypeName("GLuint")] uint srcPath ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCopyPixels")] static abstract void CopyPixels( [NativeTypeName("GLint")] int x, @@ -12694,31 +5738,6 @@ static abstract void CopyPixels( [NativeTypeName("GLenum")] uint type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyPixels")] static abstract void CopyPixels( @@ -12729,54 +5748,6 @@ static abstract void CopyPixels( [NativeTypeName("GLenum")] Constant type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] static abstract void CopyTexImage1D( [NativeTypeName("GLenum")] uint target, @@ -12788,54 +5759,6 @@ static abstract void CopyTexImage1D( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] static abstract void CopyTexImage1D( @@ -12848,7 +5771,6 @@ static abstract void CopyTexImage1D( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] static abstract void CopyTexImage1DEXT( [NativeTypeName("GLenum")] uint target, @@ -12860,7 +5782,6 @@ static abstract void CopyTexImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] static abstract void CopyTexImage1DEXT( @@ -12873,60 +5794,6 @@ static abstract void CopyTexImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] static abstract void CopyTexImage2D( [NativeTypeName("GLenum")] uint target, @@ -12939,60 +5806,6 @@ static abstract void CopyTexImage2D( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] static abstract void CopyTexImage2D( @@ -13006,7 +5819,6 @@ static abstract void CopyTexImage2D( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] static abstract void CopyTexImage2DEXT( [NativeTypeName("GLenum")] uint target, @@ -13019,7 +5831,6 @@ static abstract void CopyTexImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] static abstract void CopyTexImage2DEXT( @@ -13033,54 +5844,6 @@ static abstract void CopyTexImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] static abstract void CopyTexSubImage1D( [NativeTypeName("GLenum")] uint target, @@ -13091,54 +5854,6 @@ static abstract void CopyTexSubImage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] static abstract void CopyTexSubImage1D( @@ -13150,7 +5865,6 @@ static abstract void CopyTexSubImage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] static abstract void CopyTexSubImage1DEXT( [NativeTypeName("GLenum")] uint target, @@ -13161,7 +5875,6 @@ static abstract void CopyTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] static abstract void CopyTexSubImage1DEXT( @@ -13173,60 +5886,6 @@ static abstract void CopyTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] static abstract void CopyTexSubImage2D( [NativeTypeName("GLenum")] uint target, @@ -13239,60 +5898,6 @@ static abstract void CopyTexSubImage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] static abstract void CopyTexSubImage2D( @@ -13306,7 +5911,6 @@ static abstract void CopyTexSubImage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] static abstract void CopyTexSubImage2DEXT( [NativeTypeName("GLenum")] uint target, @@ -13319,7 +5923,6 @@ static abstract void CopyTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] static abstract void CopyTexSubImage2DEXT( @@ -13333,52 +5936,6 @@ static abstract void CopyTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] static abstract void CopyTexSubImage3D( [NativeTypeName("GLenum")] uint target, @@ -13392,52 +5949,6 @@ static abstract void CopyTexSubImage3D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] static abstract void CopyTexSubImage3D( @@ -13452,7 +5963,6 @@ static abstract void CopyTexSubImage3D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] static abstract void CopyTexSubImage3DEXT( [NativeTypeName("GLenum")] uint target, @@ -13466,7 +5976,6 @@ static abstract void CopyTexSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] static abstract void CopyTexSubImage3DEXT( @@ -13481,7 +5990,6 @@ static abstract void CopyTexSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DOES")] static abstract void CopyTexSubImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -13495,8 +6003,6 @@ static abstract void CopyTexSubImage3DOES( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] static abstract void CopyTextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -13509,8 +6015,6 @@ static abstract void CopyTextureImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] static abstract void CopyTextureImage1DEXT( @@ -13524,8 +6028,6 @@ static abstract void CopyTextureImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] static abstract void CopyTextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -13539,8 +6041,6 @@ static abstract void CopyTextureImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] static abstract void CopyTextureImage2DEXT( @@ -13555,26 +6055,14 @@ static abstract void CopyTextureImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gles2", ["GL_APPLE_copy_texture_levels"])] - [SupportedApiProfile("gles1", ["GL_APPLE_copy_texture_levels"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureLevelsAPPLE")] - static abstract void CopyTextureLevelApple( + static abstract void CopyTextureLevelAPPLE( [NativeTypeName("GLuint")] uint destinationTexture, [NativeTypeName("GLuint")] uint sourceTexture, [NativeTypeName("GLint")] int sourceBaseLevel, [NativeTypeName("GLsizei")] uint sourceLevelCount ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1D")] static abstract void CopyTextureSubImage1D( [NativeTypeName("GLuint")] uint texture, @@ -13585,8 +6073,6 @@ static abstract void CopyTextureSubImage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] static abstract void CopyTextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -13598,8 +6084,6 @@ static abstract void CopyTextureSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] static abstract void CopyTextureSubImage1DEXT( @@ -13612,16 +6096,6 @@ static abstract void CopyTextureSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2D")] static abstract void CopyTextureSubImage2D( [NativeTypeName("GLuint")] uint texture, @@ -13634,8 +6108,6 @@ static abstract void CopyTextureSubImage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] static abstract void CopyTextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -13649,8 +6121,6 @@ static abstract void CopyTextureSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] static abstract void CopyTextureSubImage2DEXT( @@ -13665,16 +6135,6 @@ static abstract void CopyTextureSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3D")] static abstract void CopyTextureSubImage3D( [NativeTypeName("GLuint")] uint texture, @@ -13688,8 +6148,6 @@ static abstract void CopyTextureSubImage3D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] static abstract void CopyTextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -13704,8 +6162,6 @@ static abstract void CopyTextureSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] static abstract void CopyTextureSubImage3DEXT( @@ -13721,33 +6177,22 @@ static abstract void CopyTextureSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] static abstract void CoverageMaskNV([NativeTypeName("GLboolean")] uint mask); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] static abstract void CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glCoverageModulationNV")] static abstract void CoverageModulationNV([NativeTypeName("GLenum")] uint components); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] static abstract void CoverageModulationTableNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] static abstract void CoverageModulationTableNV( @@ -13755,20 +6200,13 @@ static abstract void CoverageModulationTableNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] static abstract void CoverageModulationTableNV([NativeTypeName("const GLfloat *")] float v); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [NativeFunction("opengl", EntryPoint = "glCoverageOperationNV")] static abstract void CoverageOperationNV([NativeTypeName("GLenum")] uint operation); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] static abstract void CoverFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -13780,9 +6218,6 @@ static abstract void CoverFillPathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] static abstract void CoverFillPathInstancedNV( @@ -13795,18 +6230,12 @@ static abstract void CoverFillPathInstancedNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] static abstract void CoverFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] static abstract void CoverFillPathNV( @@ -13814,9 +6243,6 @@ static abstract void CoverFillPathNV( [NativeTypeName("GLenum")] Constant coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] static abstract void CoverStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -13828,9 +6254,6 @@ static abstract void CoverStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] static abstract void CoverStrokePathInstancedNV( @@ -13843,18 +6266,12 @@ static abstract void CoverStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] static abstract void CoverStrokePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] static abstract void CoverStrokePathNV( @@ -13862,46 +6279,16 @@ static abstract void CoverStrokePathNV( [NativeTypeName("GLenum")] Constant coverMode ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] static abstract uint CreateBuffer(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] static abstract void CreateBuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* buffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] static abstract void CreateBuffers( @@ -13909,16 +6296,12 @@ static abstract void CreateBuffers( [NativeTypeName("GLuint *")] Ref buffers ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] static abstract void CreateCommandListsNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* lists ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] static abstract void CreateCommandListsNV( @@ -13926,52 +6309,20 @@ static abstract void CreateCommandListsNV( [NativeTypeName("GLuint *")] Ref lists ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] static abstract uint CreateCommandListsNV(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] static abstract uint CreateFramebuffer(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] static abstract void CreateFramebuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* framebuffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] static abstract void CreateFramebuffers( @@ -13979,16 +6330,12 @@ static abstract void CreateFramebuffers( [NativeTypeName("GLuint *")] Ref framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] static abstract void CreateMemoryObjectsEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* memoryObjects ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] static abstract void CreateMemoryObjectsEXT( @@ -13996,130 +6343,45 @@ static abstract void CreateMemoryObjectsEXT( [NativeTypeName("GLuint *")] Ref memoryObjects ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] static abstract uint CreateMemoryObjectsEXT(); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] - static abstract void CreatePerfQueryIntel( + static abstract void CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* queryHandle ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] - static abstract void CreatePerfQueryIntel( + static abstract void CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref queryHandle ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] - static abstract uint CreatePerfQueryIntel(); + static abstract uint CreatePerfQueryINTEL(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCreateProgram")] static abstract uint CreateProgram(); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateProgramObjectARB")] static abstract uint CreateProgramObjectARB(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] static abstract uint CreateProgramPipeline(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] static abstract void CreateProgramPipelines( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* pipelines ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] static abstract void CreateProgramPipelines( @@ -14128,20 +6390,9 @@ static abstract void CreateProgramPipelines( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glCreateProgressFenceNVX")] static abstract uint CreateProgressFenceNVX(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] static abstract void CreateQueries( [NativeTypeName("GLenum")] uint target, @@ -14149,16 +6400,6 @@ static abstract void CreateQueries( [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] static abstract void CreateQueries( @@ -14167,62 +6408,22 @@ static abstract void CreateQueries( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] static abstract uint CreateQuery( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] static abstract uint CreateRenderbuffer(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] static abstract void CreateRenderbuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* renderbuffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] static abstract void CreateRenderbuffers( @@ -14230,46 +6431,16 @@ static abstract void CreateRenderbuffers( [NativeTypeName("GLuint *")] Ref renderbuffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] static abstract uint CreateSampler(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] static abstract void CreateSamplers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* samplers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] static abstract void CreateSamplers( @@ -14277,16 +6448,12 @@ static abstract void CreateSamplers( [NativeTypeName("GLuint *")] Ref samplers ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] static abstract void CreateSemaphoresNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* semaphores ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] static abstract void CreateSemaphoresNV( @@ -14294,103 +6461,15 @@ static abstract void CreateSemaphoresNV( [NativeTypeName("GLuint *")] Ref semaphores ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] static abstract uint CreateSemaphoresNV(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCreateShader")] static abstract uint CreateShader([NativeTypeName("GLenum")] uint type); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShader")] static abstract uint CreateShader( @@ -14398,12 +6477,10 @@ static abstract uint CreateShader( ); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] static abstract uint CreateShaderObjectARB([NativeTypeName("GLenum")] uint shaderType); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] static abstract uint CreateShaderObjectARB( @@ -14411,8 +6488,6 @@ static abstract uint CreateShaderObjectARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] static abstract uint CreateShaderProgramEXT( [NativeTypeName("GLenum")] uint type, @@ -14420,8 +6495,6 @@ static abstract uint CreateShaderProgramEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] static abstract uint CreateShaderProgramEXT( @@ -14430,32 +6503,6 @@ static abstract uint CreateShaderProgramEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] static abstract uint CreateShaderProgram( [NativeTypeName("GLenum")] uint type, @@ -14464,32 +6511,6 @@ static abstract uint CreateShaderProgram( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] static abstract uint CreateShaderProgram( @@ -14499,7 +6520,6 @@ static abstract uint CreateShaderProgram( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] static abstract uint CreateShaderProgramEXT( [NativeTypeName("GLenum")] uint type, @@ -14508,7 +6528,6 @@ static abstract uint CreateShaderProgramEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] static abstract uint CreateShaderProgramEXT( @@ -14517,16 +6536,12 @@ static abstract uint CreateShaderProgramEXT( [NativeTypeName("const GLchar *const *")] Ref2D strings ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] static abstract void CreateStatesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* states ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] static abstract void CreateStatesNV( @@ -14534,15 +6549,11 @@ static abstract void CreateStatesNV( [NativeTypeName("GLuint *")] Ref states ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] static abstract uint CreateStatesNV(); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_ARB_cl_event"])] - [SupportedApiProfile("glcore", ["GL_ARB_cl_event"])] [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] static abstract Sync* CreateSyncFromCLeventARB( [NativeTypeName("struct _cl_context *")] void* context, @@ -14551,8 +6562,6 @@ static abstract void CreateStatesNV( ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_ARB_cl_event"])] - [SupportedApiProfile("glcore", ["GL_ARB_cl_event"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] static abstract Ptr CreateSyncFromCLeventARB( @@ -14561,32 +6570,12 @@ static abstract Ptr CreateSyncFromCLeventARB( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] static abstract uint CreateTexture( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] static abstract void CreateTextures( [NativeTypeName("GLenum")] uint target, @@ -14594,16 +6583,6 @@ static abstract void CreateTextures( [NativeTypeName("GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] static abstract void CreateTextures( @@ -14612,46 +6591,16 @@ static abstract void CreateTextures( [NativeTypeName("GLuint *")] Ref textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] static abstract uint CreateTransformFeedback(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] static abstract void CreateTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] static abstract void CreateTransformFeedbacks( @@ -14659,46 +6608,16 @@ static abstract void CreateTransformFeedbacks( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] static abstract uint CreateVertexArray(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] static abstract void CreateVertexArrays( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] static abstract void CreateVertexArrays( @@ -14706,135 +6625,21 @@ static abstract void CreateVertexArrays( [NativeTypeName("GLuint *")] Ref arrays ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCullFace")] static abstract void CullFace([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullFace")] static abstract void CullFace( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] static abstract void CullParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] static abstract void CullParameterEXT( @@ -14842,14 +6647,12 @@ static abstract void CullParameterEXT( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] static abstract void CullParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] static abstract void CullParameterEXT( @@ -14857,38 +6660,14 @@ static abstract void CullParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glCurrentPaletteMatrixARB")] static abstract void CurrentPaletteMatrixARB([NativeTypeName("GLint")] int index); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glCurrentPaletteMatrixOES")] static abstract void CurrentPaletteMatrixOES( [NativeTypeName("GLuint")] uint matrixpaletteindex ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] static abstract void DebugMessageCallback( [NativeTypeName("GLDEBUGPROC")] @@ -14896,28 +6675,6 @@ static abstract void DebugMessageCallback( [NativeTypeName("const void *")] void* userParam ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] static abstract void DebugMessageCallback( @@ -14926,7 +6683,6 @@ static abstract void DebugMessageCallback( [NativeTypeName("const void *")] Ref userParam ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] static abstract void DebugMessageCallbackAMD( [NativeTypeName("GLDEBUGPROCAMD")] @@ -14934,7 +6690,6 @@ static abstract void DebugMessageCallbackAMD( void* userParam ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] static abstract void DebugMessageCallbackAMD( @@ -14943,8 +6698,6 @@ static abstract void DebugMessageCallbackAMD( Ref userParam ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] static abstract void DebugMessageCallbackARB( [NativeTypeName("GLDEBUGPROCARB")] @@ -14952,8 +6705,6 @@ static abstract void DebugMessageCallbackARB( [NativeTypeName("const void *")] void* userParam ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] static abstract void DebugMessageCallbackARB( @@ -14962,7 +6713,6 @@ static abstract void DebugMessageCallbackARB( [NativeTypeName("const void *")] Ref userParam ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] static abstract void DebugMessageCallbackKHR( [NativeTypeName("GLDEBUGPROCKHR")] @@ -14970,7 +6720,6 @@ static abstract void DebugMessageCallbackKHR( [NativeTypeName("const void *")] void* userParam ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] static abstract void DebugMessageCallbackKHR( @@ -14979,28 +6728,6 @@ static abstract void DebugMessageCallbackKHR( [NativeTypeName("const void *")] Ref userParam ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] static abstract void DebugMessageControl( [NativeTypeName("GLenum")] uint source, @@ -15011,28 +6738,6 @@ static abstract void DebugMessageControl( [NativeTypeName("GLboolean")] uint enabled ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] static abstract void DebugMessageControl( @@ -15044,28 +6749,6 @@ static abstract void DebugMessageControl( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] static abstract void DebugMessageControl( @@ -15076,8 +6759,6 @@ static abstract void DebugMessageControl( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] static abstract void DebugMessageControlARB( [NativeTypeName("GLenum")] uint source, @@ -15088,8 +6769,6 @@ static abstract void DebugMessageControlARB( [NativeTypeName("GLboolean")] uint enabled ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] static abstract void DebugMessageControlARB( @@ -15101,8 +6780,6 @@ static abstract void DebugMessageControlARB( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] static abstract void DebugMessageControlARB( @@ -15113,7 +6790,6 @@ static abstract void DebugMessageControlARB( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] static abstract void DebugMessageControlKHR( [NativeTypeName("GLenum")] uint source, @@ -15124,7 +6800,6 @@ static abstract void DebugMessageControlKHR( [NativeTypeName("GLboolean")] uint enabled ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] static abstract void DebugMessageControlKHR( @@ -15136,7 +6811,6 @@ static abstract void DebugMessageControlKHR( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] static abstract void DebugMessageEnableAMD( [NativeTypeName("GLenum")] uint category, @@ -15146,7 +6820,6 @@ static abstract void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] uint enabled ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] static abstract void DebugMessageEnableAMD( @@ -15157,7 +6830,6 @@ static abstract void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] static abstract void DebugMessageEnableAMD( @@ -15167,28 +6839,6 @@ static abstract void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] static abstract void DebugMessageInsert( [NativeTypeName("GLenum")] uint source, @@ -15199,28 +6849,6 @@ static abstract void DebugMessageInsert( [NativeTypeName("const GLchar *")] sbyte* buf ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] static abstract void DebugMessageInsert( @@ -15232,7 +6860,6 @@ static abstract void DebugMessageInsert( [NativeTypeName("const GLchar *")] Ref buf ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] static abstract void DebugMessageInsertAMD( [NativeTypeName("GLenum")] uint category, @@ -15242,7 +6869,6 @@ static abstract void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] sbyte* buf ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] static abstract void DebugMessageInsertAMD( @@ -15253,7 +6879,6 @@ static abstract void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] Ref buf ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] static abstract void DebugMessageInsertAMD( @@ -15263,8 +6888,6 @@ static abstract void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] sbyte buf ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] static abstract void DebugMessageInsertARB( [NativeTypeName("GLenum")] uint source, @@ -15275,8 +6898,6 @@ static abstract void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] sbyte* buf ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] static abstract void DebugMessageInsertARB( @@ -15288,8 +6909,6 @@ static abstract void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] Ref buf ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] static abstract void DebugMessageInsertARB( @@ -15300,7 +6919,6 @@ static abstract void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] sbyte buf ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] static abstract void DebugMessageInsertKHR( [NativeTypeName("GLenum")] uint source, @@ -15311,7 +6929,6 @@ static abstract void DebugMessageInsertKHR( [NativeTypeName("const GLchar *")] sbyte* buf ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] static abstract void DebugMessageInsertKHR( @@ -15323,7 +6940,6 @@ static abstract void DebugMessageInsertKHR( [NativeTypeName("const GLchar *")] Ref buf ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] static abstract void DeformationMap3SGIX( [NativeTypeName("GLenum")] uint target, @@ -15342,7 +6958,6 @@ static abstract void DeformationMap3SGIX( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] static abstract void DeformationMap3SGIX( @@ -15362,7 +6977,6 @@ static abstract void DeformationMap3SGIX( [NativeTypeName("const GLdouble *")] Ref points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] static abstract void DeformationMap3SGIX( [NativeTypeName("GLenum")] uint target, @@ -15381,7 +6995,6 @@ static abstract void DeformationMap3SGIX( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] static abstract void DeformationMap3SGIX( @@ -15401,172 +7014,31 @@ static abstract void DeformationMap3SGIX( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] static abstract void DeformSGIX([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] static abstract void DeformSGIX( [NativeTypeName("GLbitfield")] Constant mask ); - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glDeleteAsyncMarkersSGIX")] static abstract void DeleteAsyncMarkersSGIX( [NativeTypeName("GLuint")] uint marker, [NativeTypeName("GLsizei")] uint range ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] static abstract void DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] static abstract void DeleteBuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* buffers ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] static abstract void DeleteBuffers( @@ -15574,14 +7046,12 @@ static abstract void DeleteBuffers( [NativeTypeName("const GLuint *")] Ref buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] static abstract void DeleteBuffersARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] static abstract void DeleteBuffersARB( @@ -15589,21 +7059,16 @@ static abstract void DeleteBuffersARB( [NativeTypeName("const GLuint *")] Ref buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] static abstract void DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] static abstract void DeleteCommandListsNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* lists ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] static abstract void DeleteCommandListsNV( @@ -15611,44 +7076,33 @@ static abstract void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] Ref lists ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] static abstract void DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] - static abstract void DeleteFencesApple( + static abstract void DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* fences ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] - static abstract void DeleteFencesApple( + static abstract void DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref fences ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] - static abstract void DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences); + static abstract void DeleteFencesAPPLE([NativeTypeName("const GLuint *")] uint fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] static abstract void DeleteFencesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* fences ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] static abstract void DeleteFencesNV( @@ -15656,152 +7110,25 @@ static abstract void DeleteFencesNV( [NativeTypeName("const GLuint *")] Ref fences ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] static abstract void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glDeleteFragmentShaderATI")] static abstract void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] static abstract void DeleteFramebuffer( [NativeTypeName("const GLuint *")] uint framebuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] static abstract void DeleteFramebuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* framebuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] static abstract void DeleteFramebuffers( @@ -15809,14 +7136,12 @@ static abstract void DeleteFramebuffers( [NativeTypeName("const GLuint *")] Ref framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] static abstract void DeleteFramebuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] static abstract void DeleteFramebuffersEXT( @@ -15824,28 +7149,24 @@ static abstract void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] Ref framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] static abstract void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] uint framebuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] - static abstract void DeleteFramebuffersO( + static abstract void DeleteFramebuffersOOES( [NativeTypeName("const GLuint *")] uint framebuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] static abstract void DeleteFramebuffersOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* framebuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] static abstract void DeleteFramebuffersOES( @@ -15853,47 +7174,18 @@ static abstract void DeleteFramebuffersOES( [NativeTypeName("const GLuint *")] Ref framebuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteLists")] static abstract void DeleteLists( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLsizei")] uint range ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] static abstract void DeleteMemoryObjectsEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* memoryObjects ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] static abstract void DeleteMemoryObjectsEXT( @@ -15901,24 +7193,18 @@ static abstract void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] Ref memoryObjects ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] static abstract void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] uint memoryObjects ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] static abstract void DeleteNamedStringARB( [NativeTypeName("GLint")] int namelen, [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] static abstract void DeleteNamedStringARB( @@ -15926,13 +7212,10 @@ static abstract void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] static abstract void DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] static abstract void DeleteNamesAMD( [NativeTypeName("GLenum")] uint identifier, @@ -15940,7 +7223,6 @@ static abstract void DeleteNamesAMD( [NativeTypeName("const GLuint *")] uint* names ); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] static abstract void DeleteNamesAMD( @@ -15949,7 +7231,6 @@ static abstract void DeleteNamesAMD( [NativeTypeName("const GLuint *")] Ref names ); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] static abstract void DeleteNamesAMD( @@ -15957,18 +7238,15 @@ static abstract void DeleteNamesAMD( [NativeTypeName("const GLuint *")] uint names ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDeleteObjectARB")] static abstract void DeleteObjectARB([NativeTypeName("GLhandleARB")] uint obj); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] static abstract void DeleteOcclusionQueriesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] static abstract void DeleteOcclusionQueriesNV( @@ -15976,32 +7254,22 @@ static abstract void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] static abstract void DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glDeletePathsNV")] static abstract void DeletePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLsizei")] uint range ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] static abstract void DeletePerfMonitorsAMD( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* monitors ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] static abstract void DeletePerfMonitorsAMD( @@ -16009,155 +7277,28 @@ static abstract void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] Ref monitors ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] static abstract uint DeletePerfMonitorsAMD(); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glDeletePerfQueryINTEL")] - static abstract void DeletePerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + static abstract void DeletePerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle); + [NativeFunction("opengl", EntryPoint = "glDeleteProgram")] static abstract void DeleteProgram([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] static abstract void DeleteProgramPipeline( [NativeTypeName("const GLuint *")] uint pipelines ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] static abstract void DeleteProgramPipelines( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* pipelines ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] static abstract void DeleteProgramPipelines( @@ -16165,14 +7306,12 @@ static abstract void DeleteProgramPipelines( [NativeTypeName("const GLuint *")] Ref pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] static abstract void DeleteProgramPipelinesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] static abstract void DeleteProgramPipelinesEXT( @@ -16180,21 +7319,18 @@ static abstract void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] Ref pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] static abstract void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] uint pipelines ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] static abstract void DeleteProgramARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] static abstract void DeleteProgramARB( @@ -16202,19 +7338,16 @@ static abstract void DeleteProgramARB( [NativeTypeName("const GLuint *")] Ref programs ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] static abstract void DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] static abstract void DeleteProgramNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] static abstract void DeleteProgramNV( @@ -16222,97 +7355,16 @@ static abstract void DeleteProgramNV( [NativeTypeName("const GLuint *")] Ref programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] static abstract void DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] static abstract void DeleteQueries( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] static abstract void DeleteQueries( @@ -16320,14 +7372,12 @@ static abstract void DeleteQueries( [NativeTypeName("const GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] static abstract void DeleteQueriesARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] static abstract void DeleteQueriesARB( @@ -16335,25 +7385,16 @@ static abstract void DeleteQueriesARB( [NativeTypeName("const GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] static abstract void DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] static abstract void DeleteQueriesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] static abstract void DeleteQueriesEXT( @@ -16361,66 +7402,20 @@ static abstract void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] Ref ids ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] static abstract void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] static abstract void DeleteQuery([NativeTypeName("const GLuint *")] uint ids); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] static abstract void DeleteQueryResourceTagNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLint *")] int* tagIds ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] static abstract void DeleteQueryResourceTagNV( @@ -16428,146 +7423,22 @@ static abstract void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] Ref tagIds ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] static abstract void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] static abstract void DeleteRenderbuffer( [NativeTypeName("const GLuint *")] uint renderbuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] static abstract void DeleteRenderbuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* renderbuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] static abstract void DeleteRenderbuffers( @@ -16575,14 +7446,12 @@ static abstract void DeleteRenderbuffers( [NativeTypeName("const GLuint *")] Ref renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] static abstract void DeleteRenderbuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] static abstract void DeleteRenderbuffersEXT( @@ -16590,28 +7459,24 @@ static abstract void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] Ref renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] static abstract void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] uint renderbuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] - static abstract void DeleteRenderbuffersO( + static abstract void DeleteRenderbuffersOOES( [NativeTypeName("const GLuint *")] uint renderbuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] static abstract void DeleteRenderbuffersOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* renderbuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] static abstract void DeleteRenderbuffersOES( @@ -16619,136 +7484,16 @@ static abstract void DeleteRenderbuffersOES( [NativeTypeName("const GLuint *")] Ref renderbuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] static abstract void DeleteSampler([NativeTypeName("const GLuint *")] uint samplers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] static abstract void DeleteSamplers( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* samplers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] static abstract void DeleteSamplers( @@ -16756,16 +7501,12 @@ static abstract void DeleteSamplers( [NativeTypeName("const GLuint *")] Ref samplers ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] static abstract void DeleteSemaphoresEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* semaphores ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] static abstract void DeleteSemaphoresEXT( @@ -16773,70 +7514,21 @@ static abstract void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] Ref semaphores ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] static abstract void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] uint semaphores ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteShader")] static abstract void DeleteShader([NativeTypeName("GLuint")] uint shader); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] static abstract void DeleteStatesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* states ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] static abstract void DeleteStatesNV( @@ -16844,266 +7536,34 @@ static abstract void DeleteStatesNV( [NativeTypeName("const GLuint *")] Ref states ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] static abstract void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDeleteSync")] static abstract void DeleteSync([NativeTypeName("GLsync")] Sync* sync); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSync")] static abstract void DeleteSync([NativeTypeName("GLsync")] Ref sync); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] - static abstract void DeleteSyncApple([NativeTypeName("GLsync")] Sync* sync); + static abstract void DeleteSyncAPPLE([NativeTypeName("GLsync")] Sync* sync); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] - static abstract void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + static abstract void DeleteSyncAPPLE([NativeTypeName("GLsync")] Ref sync); + [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] static abstract void DeleteTexture([NativeTypeName("const GLuint *")] uint textures); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] static abstract void DeleteTextures( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] static abstract void DeleteTextures( @@ -17111,14 +7571,12 @@ static abstract void DeleteTextures( [NativeTypeName("const GLuint *")] Ref textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] static abstract void DeleteTexturesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] static abstract void DeleteTexturesEXT( @@ -17126,105 +7584,20 @@ static abstract void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] Ref textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] static abstract void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] static abstract void DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] static abstract void DeleteTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] static abstract void DeleteTransformFeedbacks( @@ -17232,14 +7605,12 @@ static abstract void DeleteTransformFeedbacks( [NativeTypeName("const GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] static abstract void DeleteTransformFeedbacksNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] static abstract void DeleteTransformFeedbacksNV( @@ -17247,131 +7618,22 @@ static abstract void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] static abstract void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] uint ids ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] static abstract void DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] static abstract void DeleteVertexArrays( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] static abstract void DeleteVertexArrays( @@ -17379,44 +7641,35 @@ static abstract void DeleteVertexArrays( [NativeTypeName("const GLuint *")] Ref arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] - static abstract void DeleteVertexArraysApple( + static abstract void DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] - static abstract void DeleteVertexArraysApple( + static abstract void DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] - static abstract void DeleteVertexArraysApple( + static abstract void DeleteVertexArraysAPPLE( [NativeTypeName("const GLuint *")] uint arrays ); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] - static abstract void DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays); + static abstract void DeleteVertexArraysOOES([NativeTypeName("const GLuint *")] uint arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] static abstract void DeleteVertexArraysOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays ); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] static abstract void DeleteVertexArraysOES( @@ -17424,323 +7677,43 @@ static abstract void DeleteVertexArraysOES( [NativeTypeName("const GLuint *")] Ref arrays ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexShaderEXT")] static abstract void DeleteVertexShaderEXT([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glDepthBoundsdNV")] static abstract void DepthBoundsNV( [NativeTypeName("GLdouble")] double zmin, [NativeTypeName("GLdouble")] double zmax ); - [SupportedApiProfile("gl", ["GL_EXT_depth_bounds_test"])] [NativeFunction("opengl", EntryPoint = "glDepthBoundsEXT")] static abstract void DepthBoundsEXT( [NativeTypeName("GLclampd")] double zmin, [NativeTypeName("GLclampd")] double zmax ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthFunc")] static abstract void DepthFunc([NativeTypeName("GLenum")] uint func); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthFunc")] static abstract void DepthFunc( [NativeTypeName("GLenum")] Constant func ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthMask")] static abstract void DepthMask([NativeTypeName("GLboolean")] uint flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthMask")] static abstract void DepthMask([NativeTypeName("GLboolean")] MaybeBool flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDepthRange")] static abstract void DepthRange( [NativeTypeName("GLdouble")] double n, [NativeTypeName("GLdouble")] double f ); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] static abstract void DepthRangeArrayNV( [NativeTypeName("GLuint")] uint first, @@ -17748,8 +7721,6 @@ static abstract void DepthRangeArrayNV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] static abstract void DepthRangeArrayNV( @@ -17758,7 +7729,6 @@ static abstract void DepthRangeArrayNV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] static abstract void DepthRangeArrayNV( [NativeTypeName("GLuint")] uint first, @@ -17766,7 +7736,6 @@ static abstract void DepthRangeArrayNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] static abstract void DepthRangeArrayNV( @@ -17775,7 +7744,6 @@ static abstract void DepthRangeArrayNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] static abstract void DepthRangeArrayOES( [NativeTypeName("GLuint")] uint first, @@ -17783,7 +7751,6 @@ static abstract void DepthRangeArrayOES( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] static abstract void DepthRangeArrayOES( @@ -17792,32 +7759,6 @@ static abstract void DepthRangeArrayOES( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] static abstract void DepthRangeArray( [NativeTypeName("GLuint")] uint first, @@ -17825,32 +7766,6 @@ static abstract void DepthRangeArray( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] static abstract void DepthRangeArray( @@ -17859,32 +7774,6 @@ static abstract void DepthRangeArray( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] static abstract void DepthRangeArray( @@ -17892,86 +7781,24 @@ static abstract void DepthRangeArray( [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glDepthRangedNV")] static abstract void DepthRangeNV( [NativeTypeName("GLdouble")] double zNear, [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDepthRangef")] static abstract void DepthRange( [NativeTypeName("GLfloat")] float n, [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glDepthRangefOES")] static abstract void DepthRangeOES( [NativeTypeName("GLclampf")] float n, [NativeTypeName("GLclampf")] float f ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexed")] static abstract void DepthRangeIndexed( [NativeTypeName("GLuint")] uint index, @@ -17979,8 +7806,6 @@ static abstract void DepthRangeIndexed( [NativeTypeName("GLdouble")] double f ); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexeddNV")] static abstract void DepthRangeIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -17988,7 +7813,6 @@ static abstract void DepthRangeIndexedNV( [NativeTypeName("GLdouble")] double f ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexedfNV")] static abstract void DepthRangeIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -17996,7 +7820,6 @@ static abstract void DepthRangeIndexedNV( [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexedfOES")] static abstract void DepthRangeIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -18004,78 +7827,30 @@ static abstract void DepthRangeIndexedOES( [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthRangex")] static abstract void DepthRangex( [NativeTypeName("GLfixed")] int n, [NativeTypeName("GLfixed")] int f ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glDepthRangexOES")] static abstract void DepthRangexOES( [NativeTypeName("GLfixed")] int n, [NativeTypeName("GLfixed")] int f ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDetachObjectARB")] static abstract void DetachObjectARB( [NativeTypeName("GLhandleARB")] uint containerObj, [NativeTypeName("GLhandleARB")] uint attachedObj ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDetachShader")] static abstract void DetachShader( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint shader ); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] static abstract void DetailTexFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -18083,7 +7858,6 @@ static abstract void DetailTexFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] static abstract void DetailTexFuncSGIS( @@ -18092,196 +7866,30 @@ static abstract void DetailTexFuncSGIS( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDisable")] static abstract void Disable([NativeTypeName("GLenum")] uint cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisable")] static abstract void Disable( [NativeTypeName("GLenum")] Constant cap ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDisableClientState")] static abstract void DisableClientState([NativeTypeName("GLenum")] uint array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientState")] static abstract void DisableClientState( [NativeTypeName("GLenum")] Constant array ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] static abstract void DisableClientStateEXT( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] static abstract void DisableClientStateEXT( @@ -18289,16 +7897,12 @@ static abstract void DisableClientStateEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] static abstract void DisableClientStateIndexedEXT( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] static abstract void DisableClientStateIndexedEXT( @@ -18306,87 +7910,17 @@ static abstract void DisableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glDisableDriverControlQCOM")] static abstract void DisableDriverControlQCOM( [NativeTypeName("GLuint")] uint driverControl ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDisablei")] static abstract void Disable( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisablei")] static abstract void Disable( @@ -18394,14 +7928,12 @@ static abstract void Disable( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] static abstract void DisableEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] static abstract void DisableEXT( @@ -18409,16 +7941,12 @@ static abstract void DisableEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] static abstract void DisableIndexedEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] static abstract void DisableIndexedEXT( @@ -18426,14 +7954,12 @@ static abstract void DisableIndexedEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDisableiNV")] static abstract void DisableNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiNV")] static abstract void DisableNV( @@ -18441,14 +7967,12 @@ static abstract void DisableNV( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDisableiOES")] static abstract void DisableOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiOES")] static abstract void DisableOES( @@ -18456,44 +7980,27 @@ static abstract void DisableOES( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDisableVariantClientStateEXT")] static abstract void DisableVariantClientStateEXT([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayAttrib")] static abstract void DisableVertexArrayAttrib( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayAttribEXT")] static abstract void DisableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] static abstract void DisableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] uint array ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] static abstract void DisableVertexArrayEXT( @@ -18501,65 +8008,18 @@ static abstract void DisableVertexArrayEXT( [NativeTypeName("GLenum")] Constant array ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribAPPLE")] - static abstract void DisableVertexAttribApple( + static abstract void DisableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribArray")] static abstract void DisableVertexAttribArray([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribArrayARB")] static abstract void DisableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] static abstract void DiscardFramebufferEXT( [NativeTypeName("GLenum")] uint target, @@ -18567,8 +8027,6 @@ static abstract void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] uint* attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] static abstract void DiscardFramebufferEXT( @@ -18577,8 +8035,6 @@ static abstract void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] static abstract void DiscardFramebufferEXT( @@ -18586,8 +8042,6 @@ static abstract void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] uint attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] static abstract void DiscardFramebufferEXT( @@ -18596,8 +8050,6 @@ static abstract void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] static abstract void DiscardFramebufferEXT( @@ -18605,8 +8057,6 @@ static abstract void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] GLEnum attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] static abstract void DiscardFramebufferEXT( @@ -18615,8 +8065,6 @@ static abstract void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] static abstract void DiscardFramebufferEXT( @@ -18624,28 +8072,6 @@ static abstract void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] InvalidateFramebufferAttachment attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDispatchCompute")] static abstract void DispatchCompute( [NativeTypeName("GLuint")] uint num_groups_x, @@ -18653,8 +8079,6 @@ static abstract void DispatchCompute( [NativeTypeName("GLuint")] uint num_groups_z ); - [SupportedApiProfile("gl", ["GL_ARB_compute_variable_group_size"])] - [SupportedApiProfile("glcore", ["GL_ARB_compute_variable_group_size"])] [NativeFunction("opengl", EntryPoint = "glDispatchComputeGroupSizeARB")] static abstract void DispatchComputeGroupSizeARB( [NativeTypeName("GLuint")] uint num_groups_x, @@ -18665,85 +8089,9 @@ static abstract void DispatchComputeGroupSizeARB( [NativeTypeName("GLuint")] uint group_size_z ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDispatchComputeIndirect")] static abstract void DispatchComputeIndirect([NativeTypeName("GLintptr")] nint indirect); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDrawArrays")] static abstract void DrawArrays( [NativeTypeName("GLenum")] uint mode, @@ -18751,60 +8099,6 @@ static abstract void DrawArrays( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArrays")] static abstract void DrawArrays( @@ -18813,7 +8107,6 @@ static abstract void DrawArrays( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] static abstract void DrawArraysEXT( [NativeTypeName("GLenum")] uint mode, @@ -18821,7 +8114,6 @@ static abstract void DrawArraysEXT( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] static abstract void DrawArraysEXT( @@ -18830,68 +8122,12 @@ static abstract void DrawArraysEXT( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] static abstract void DrawArraysIndirect( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const void *")] void* indirect ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] static abstract void DrawArraysIndirect( @@ -18899,38 +8135,6 @@ static abstract void DrawArraysIndirect( [NativeTypeName("const void *")] Ref indirect ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] static abstract void DrawArraysInstanced( [NativeTypeName("GLenum")] uint mode, @@ -18939,38 +8143,6 @@ static abstract void DrawArraysInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] static abstract void DrawArraysInstanced( @@ -18980,27 +8152,23 @@ static abstract void DrawArraysInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] - static abstract void DrawArraysInstancedAngle( + static abstract void DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] - static abstract void DrawArraysInstancedAngle( + static abstract void DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] static abstract void DrawArraysInstancedARB( [NativeTypeName("GLenum")] uint mode, @@ -19009,8 +8177,6 @@ static abstract void DrawArraysInstancedARB( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] static abstract void DrawArraysInstancedARB( @@ -19020,30 +8186,6 @@ static abstract void DrawArraysInstancedARB( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] static abstract void DrawArraysInstancedBaseInstance( [NativeTypeName("GLenum")] uint mode, @@ -19053,30 +8195,6 @@ static abstract void DrawArraysInstancedBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] static abstract void DrawArraysInstancedBaseInstance( @@ -19087,7 +8205,6 @@ static abstract void DrawArraysInstancedBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] static abstract void DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLenum")] uint mode, @@ -19097,7 +8214,6 @@ static abstract void DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] static abstract void DrawArraysInstancedBaseInstanceEXT( @@ -19108,9 +8224,6 @@ static abstract void DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] static abstract void DrawArraysInstancedEXT( [NativeTypeName("GLenum")] uint mode, @@ -19119,9 +8232,6 @@ static abstract void DrawArraysInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] static abstract void DrawArraysInstancedEXT( @@ -19131,7 +8241,6 @@ static abstract void DrawArraysInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] static abstract void DrawArraysInstancedNV( [NativeTypeName("GLenum")] uint mode, @@ -19140,7 +8249,6 @@ static abstract void DrawArraysInstancedNV( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] static abstract void DrawArraysInstancedNV( @@ -19150,281 +8258,29 @@ static abstract void DrawArraysInstancedNV( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] static abstract void DrawBuffer([NativeTypeName("GLenum")] uint buf); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] static abstract void DrawBuffer( [NativeTypeName("GLenum")] Constant buf ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] static abstract void DrawBuffer([NativeTypeName("const GLenum *")] GLEnum bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] static abstract void DrawBuffer([NativeTypeName("const GLenum *")] DrawBufferMode bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] static abstract void DrawBuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] static abstract void DrawBuffers( @@ -19432,44 +8288,6 @@ static abstract void DrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] static abstract void DrawBuffers( @@ -19477,44 +8295,6 @@ static abstract void DrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] static abstract void DrawBuffers( @@ -19522,14 +8302,12 @@ static abstract void DrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] static abstract void DrawBuffersARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] static abstract void DrawBuffersARB( @@ -19537,12 +8315,10 @@ static abstract void DrawBuffersARB( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] static abstract void DrawBuffersARB([NativeTypeName("const GLenum *")] uint bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] static abstract void DrawBuffersARB( @@ -19550,12 +8326,10 @@ static abstract void DrawBuffersARB( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] static abstract void DrawBuffersARB([NativeTypeName("const GLenum *")] GLEnum bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] static abstract void DrawBuffersARB( @@ -19563,19 +8337,16 @@ static abstract void DrawBuffersARB( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] static abstract void DrawBuffersARB([NativeTypeName("const GLenum *")] DrawBufferMode bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] static abstract void DrawBuffersATI( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] static abstract void DrawBuffersATI( @@ -19583,12 +8354,10 @@ static abstract void DrawBuffersATI( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] static abstract void DrawBuffersATI([NativeTypeName("const GLenum *")] uint bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] static abstract void DrawBuffersATI( @@ -19596,12 +8365,10 @@ static abstract void DrawBuffersATI( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] static abstract void DrawBuffersATI([NativeTypeName("const GLenum *")] GLEnum bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] static abstract void DrawBuffersATI( @@ -19609,19 +8376,16 @@ static abstract void DrawBuffersATI( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] static abstract void DrawBuffersATI([NativeTypeName("const GLenum *")] DrawBufferMode bufs); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] static abstract void DrawBuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] static abstract void DrawBuffersEXT( @@ -19629,12 +8393,10 @@ static abstract void DrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] static abstract void DrawBuffersEXT([NativeTypeName("const GLenum *")] uint bufs); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] static abstract void DrawBuffersIndexedEXT( [NativeTypeName("GLint")] int n, @@ -19642,7 +8404,6 @@ static abstract void DrawBuffersIndexedEXT( [NativeTypeName("const GLint *")] int* indices ); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] static abstract void DrawBuffersIndexedEXT( @@ -19651,14 +8412,12 @@ static abstract void DrawBuffersIndexedEXT( [NativeTypeName("const GLint *")] Ref indices ); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] static abstract void DrawBuffersNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] static abstract void DrawBuffersNV( @@ -19666,13 +8425,10 @@ static abstract void DrawBuffersNV( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] static abstract void DrawBuffersNV([NativeTypeName("const GLenum *")] uint bufs); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] static abstract void DrawCommandsAddressNV( [NativeTypeName("GLenum")] uint primitiveMode, @@ -19681,8 +8437,6 @@ static abstract void DrawCommandsAddressNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] static abstract void DrawCommandsAddressNV( @@ -19692,8 +8446,6 @@ static abstract void DrawCommandsAddressNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] static abstract void DrawCommandsNV( [NativeTypeName("GLenum")] uint primitiveMode, @@ -19703,8 +8455,6 @@ static abstract void DrawCommandsNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] static abstract void DrawCommandsNV( @@ -19715,8 +8465,6 @@ static abstract void DrawCommandsNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] static abstract void DrawCommandsStatesAddressNV( [NativeTypeName("const GLuint64 *")] ulong* indirects, @@ -19726,8 +8474,6 @@ static abstract void DrawCommandsStatesAddressNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] static abstract void DrawCommandsStatesAddressNV( @@ -19738,8 +8484,6 @@ static abstract void DrawCommandsStatesAddressNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] static abstract void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint buffer, @@ -19750,8 +8494,6 @@ static abstract void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] static abstract void DrawCommandsStatesNV( @@ -19763,31 +8505,27 @@ static abstract void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] - static abstract void DrawElementArrayApple( + static abstract void DrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] - static abstract void DrawElementArrayApple( + static abstract void DrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] static abstract void DrawElementArrayATI( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] static abstract void DrawElementArrayATI( @@ -19795,60 +8533,6 @@ static abstract void DrawElementArrayATI( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDrawElements")] static abstract void DrawElements( [NativeTypeName("GLenum")] uint mode, @@ -19857,60 +8541,6 @@ static abstract void DrawElements( [NativeTypeName("const void *")] void* indices ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElements")] static abstract void DrawElements( @@ -19920,38 +8550,6 @@ static abstract void DrawElements( [NativeTypeName("const void *")] Ref indices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] static abstract void DrawElementsBaseVertex( [NativeTypeName("GLenum")] uint mode, @@ -19961,38 +8559,6 @@ static abstract void DrawElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] static abstract void DrawElementsBaseVertex( @@ -20003,7 +8569,6 @@ static abstract void DrawElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] static abstract void DrawElementsBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, @@ -20013,7 +8578,6 @@ static abstract void DrawElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] static abstract void DrawElementsBaseVertexEXT( @@ -20024,7 +8588,6 @@ static abstract void DrawElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] static abstract void DrawElementsBaseVertexOES( [NativeTypeName("GLenum")] uint mode, @@ -20034,7 +8597,6 @@ static abstract void DrawElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] static abstract void DrawElementsBaseVertexOES( @@ -20045,34 +8607,6 @@ static abstract void DrawElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] static abstract void DrawElementsIndirect( [NativeTypeName("GLenum")] uint mode, @@ -20080,34 +8614,6 @@ static abstract void DrawElementsIndirect( [NativeTypeName("const void *")] void* indirect ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] static abstract void DrawElementsIndirect( @@ -20116,38 +8622,6 @@ static abstract void DrawElementsIndirect( [NativeTypeName("const void *")] Ref indirect ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] static abstract void DrawElementsInstanced( [NativeTypeName("GLenum")] uint mode, @@ -20157,38 +8631,6 @@ static abstract void DrawElementsInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] static abstract void DrawElementsInstanced( @@ -20199,9 +8641,8 @@ static abstract void DrawElementsInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] - static abstract void DrawElementsInstancedAngle( + static abstract void DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] uint type, @@ -20209,10 +8650,9 @@ static abstract void DrawElementsInstancedAngle( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] - static abstract void DrawElementsInstancedAngle( + static abstract void DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] Constant type, @@ -20220,8 +8660,6 @@ static abstract void DrawElementsInstancedAngle( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] static abstract void DrawElementsInstancedARB( [NativeTypeName("GLenum")] uint mode, @@ -20231,8 +8669,6 @@ static abstract void DrawElementsInstancedARB( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] static abstract void DrawElementsInstancedARB( @@ -20243,30 +8679,6 @@ static abstract void DrawElementsInstancedARB( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] static abstract void DrawElementsInstancedBaseInstance( [NativeTypeName("GLenum")] uint mode, @@ -20277,30 +8689,6 @@ static abstract void DrawElementsInstancedBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] static abstract void DrawElementsInstancedBaseInstance( @@ -20312,7 +8700,6 @@ static abstract void DrawElementsInstancedBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] static abstract void DrawElementsInstancedBaseInstanceEXT( [NativeTypeName("GLenum")] uint mode, @@ -20323,7 +8710,6 @@ static abstract void DrawElementsInstancedBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] static abstract void DrawElementsInstancedBaseInstanceEXT( @@ -20335,38 +8721,6 @@ static abstract void DrawElementsInstancedBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] static abstract void DrawElementsInstancedBaseVertex( [NativeTypeName("GLenum")] uint mode, @@ -20377,38 +8731,6 @@ static abstract void DrawElementsInstancedBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] static abstract void DrawElementsInstancedBaseVertex( @@ -20420,30 +8742,6 @@ static abstract void DrawElementsInstancedBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] static abstract void DrawElementsInstancedBaseVertexBaseInstance( [NativeTypeName("GLenum")] uint mode, @@ -20455,30 +8753,6 @@ static abstract void DrawElementsInstancedBaseVertexBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] static abstract void DrawElementsInstancedBaseVertexBaseInstance( @@ -20491,7 +8765,6 @@ static abstract void DrawElementsInstancedBaseVertexBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] static abstract void DrawElementsInstancedBaseVertexBaseInstanceEXT( [NativeTypeName("GLenum")] uint mode, @@ -20503,7 +8776,6 @@ static abstract void DrawElementsInstancedBaseVertexBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] static abstract void DrawElementsInstancedBaseVertexBaseInstanceEXT( @@ -20516,7 +8788,6 @@ static abstract void DrawElementsInstancedBaseVertexBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] static abstract void DrawElementsInstancedBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, @@ -20527,7 +8798,6 @@ static abstract void DrawElementsInstancedBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] static abstract void DrawElementsInstancedBaseVertexEXT( @@ -20539,7 +8809,6 @@ static abstract void DrawElementsInstancedBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] static abstract void DrawElementsInstancedBaseVertexOES( [NativeTypeName("GLenum")] uint mode, @@ -20550,7 +8819,6 @@ static abstract void DrawElementsInstancedBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] static abstract void DrawElementsInstancedBaseVertexOES( @@ -20562,9 +8830,6 @@ static abstract void DrawElementsInstancedBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] static abstract void DrawElementsInstancedEXT( [NativeTypeName("GLenum")] uint mode, @@ -20574,9 +8839,6 @@ static abstract void DrawElementsInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] static abstract void DrawElementsInstancedEXT( @@ -20587,7 +8849,6 @@ static abstract void DrawElementsInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] static abstract void DrawElementsInstancedNV( [NativeTypeName("GLenum")] uint mode, @@ -20597,7 +8858,6 @@ static abstract void DrawElementsInstancedNV( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] static abstract void DrawElementsInstancedNV( @@ -20608,7 +8868,6 @@ static abstract void DrawElementsInstancedNV( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_SUN_mesh_array"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] static abstract void DrawMeshArraysSUN( [NativeTypeName("GLenum")] uint mode, @@ -20617,7 +8876,6 @@ static abstract void DrawMeshArraysSUN( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_SUN_mesh_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] static abstract void DrawMeshArraysSUN( @@ -20627,46 +8885,15 @@ static abstract void DrawMeshArraysSUN( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshTasksIndirectNV")] static abstract void DrawMeshTasksIndirectNV([NativeTypeName("GLintptr")] nint indirect); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshTasksNV")] static abstract void DrawMeshTaskNV( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawPixels")] static abstract void DrawPixels( [NativeTypeName("GLsizei")] uint width, @@ -20676,31 +8903,6 @@ static abstract void DrawPixels( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawPixels")] static abstract void DrawPixels( @@ -20711,9 +8913,8 @@ static abstract void DrawPixels( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] - static abstract void DrawRangeElementArrayApple( + static abstract void DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -20721,10 +8922,9 @@ static abstract void DrawRangeElementArrayApple( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] - static abstract void DrawRangeElementArrayApple( + static abstract void DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -20732,7 +8932,6 @@ static abstract void DrawRangeElementArrayApple( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] static abstract void DrawRangeElementArrayATI( [NativeTypeName("GLenum")] uint mode, @@ -20741,7 +8940,6 @@ static abstract void DrawRangeElementArrayATI( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] static abstract void DrawRangeElementArrayATI( @@ -20751,52 +8949,6 @@ static abstract void DrawRangeElementArrayATI( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] static abstract void DrawRangeElements( [NativeTypeName("GLenum")] uint mode, @@ -20807,52 +8959,6 @@ static abstract void DrawRangeElements( [NativeTypeName("const void *")] void* indices ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] static abstract void DrawRangeElements( @@ -20864,38 +8970,6 @@ static abstract void DrawRangeElements( [NativeTypeName("const void *")] Ref indices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] static abstract void DrawRangeElementsBaseVertex( [NativeTypeName("GLenum")] uint mode, @@ -20907,38 +8981,6 @@ static abstract void DrawRangeElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] static abstract void DrawRangeElementsBaseVertex( @@ -20951,7 +8993,6 @@ static abstract void DrawRangeElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] static abstract void DrawRangeElementsBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, @@ -20963,7 +9004,6 @@ static abstract void DrawRangeElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] static abstract void DrawRangeElementsBaseVertexEXT( @@ -20976,7 +9016,6 @@ static abstract void DrawRangeElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] static abstract void DrawRangeElementsBaseVertexOES( [NativeTypeName("GLenum")] uint mode, @@ -20988,7 +9027,6 @@ static abstract void DrawRangeElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] static abstract void DrawRangeElementsBaseVertexOES( @@ -21001,7 +9039,6 @@ static abstract void DrawRangeElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gl", ["GL_EXT_draw_range_elements"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] static abstract void DrawRangeElementsEXT( [NativeTypeName("GLenum")] uint mode, @@ -21012,7 +9049,6 @@ static abstract void DrawRangeElementsEXT( [NativeTypeName("const void *")] void* indices ); - [SupportedApiProfile("gl", ["GL_EXT_draw_range_elements"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] static abstract void DrawRangeElementsEXT( @@ -21024,7 +9060,6 @@ static abstract void DrawRangeElementsEXT( [NativeTypeName("const void *")] Ref indices ); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexfOES")] static abstract void DrawTexOES( [NativeTypeName("GLfloat")] float x, @@ -21034,16 +9069,13 @@ static abstract void DrawTexOES( [NativeTypeName("GLfloat")] float height ); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] static abstract void DrawTexOES([NativeTypeName("const GLfloat *")] float* coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] static abstract void DrawTexOES([NativeTypeName("const GLfloat *")] Ref coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexiOES")] static abstract void DrawTexOES( [NativeTypeName("GLint")] int x, @@ -21053,16 +9085,13 @@ static abstract void DrawTexOES( [NativeTypeName("GLint")] int height ); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] static abstract void DrawTexOES([NativeTypeName("const GLint *")] int* coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] static abstract void DrawTexOES([NativeTypeName("const GLint *")] Ref coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexsOES")] static abstract void DrawTexOES( [NativeTypeName("GLshort")] short x, @@ -21072,16 +9101,13 @@ static abstract void DrawTexOES( [NativeTypeName("GLshort")] short height ); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] static abstract void DrawTexOES([NativeTypeName("const GLshort *")] short* coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] static abstract void DrawTexOES([NativeTypeName("const GLshort *")] Ref coords); - [SupportedApiProfile("gl", ["GL_NV_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTextureNV")] static abstract void DrawTextureNV( [NativeTypeName("GLuint")] uint texture, @@ -21097,7 +9123,6 @@ static abstract void DrawTextureNV( [NativeTypeName("GLfloat")] float t1 ); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexxOES")] static abstract void DrawTexxOES( [NativeTypeName("GLfixed")] int x, @@ -21107,77 +9132,19 @@ static abstract void DrawTexxOES( [NativeTypeName("GLfixed")] int height ); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] static abstract void DrawTexxOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] static abstract void DrawTexxOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] static abstract void DrawTransformFeedback( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] static abstract void DrawTransformFeedback( @@ -21185,14 +9152,12 @@ static abstract void DrawTransformFeedback( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] static abstract void DrawTransformFeedbackEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] static abstract void DrawTransformFeedbackEXT( @@ -21200,30 +9165,6 @@ static abstract void DrawTransformFeedbackEXT( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] static abstract void DrawTransformFeedbackInstanced( [NativeTypeName("GLenum")] uint mode, @@ -21231,30 +9172,6 @@ static abstract void DrawTransformFeedbackInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] static abstract void DrawTransformFeedbackInstanced( @@ -21263,7 +9180,6 @@ static abstract void DrawTransformFeedbackInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] static abstract void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLenum")] uint mode, @@ -21271,7 +9187,6 @@ static abstract void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] static abstract void DrawTransformFeedbackInstancedEXT( @@ -21280,14 +9195,12 @@ static abstract void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] static abstract void DrawTransformFeedbackNV( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] static abstract void DrawTransformFeedbackNV( @@ -21295,34 +9208,6 @@ static abstract void DrawTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] static abstract void DrawTransformFeedbackStream( [NativeTypeName("GLenum")] uint mode, @@ -21330,34 +9215,6 @@ static abstract void DrawTransformFeedbackStream( [NativeTypeName("GLuint")] uint stream ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] static abstract void DrawTransformFeedbackStream( @@ -21366,30 +9223,6 @@ static abstract void DrawTransformFeedbackStream( [NativeTypeName("GLuint")] uint stream ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] static abstract void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLenum")] uint mode, @@ -21398,30 +9231,6 @@ static abstract void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] static abstract void DrawTransformFeedbackStreamInstanced( @@ -21431,9 +9240,6 @@ static abstract void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glDrawVkImageNV")] static abstract void DrawVkImageNV( [NativeTypeName("GLuint64")] ulong vkImage, @@ -21449,122 +9255,22 @@ static abstract void DrawVkImageNV( [NativeTypeName("GLfloat")] float t1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] static abstract void EdgeFlag([NativeTypeName("GLboolean")] uint flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] static abstract void EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagFormatNV")] static abstract void EdgeFlagFormatNV([NativeTypeName("GLsizei")] uint stride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] static abstract void EdgeFlagPointer( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] static abstract void EdgeFlagPointer( @@ -21572,7 +9278,6 @@ static abstract void EdgeFlagPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] static abstract void EdgeFlagPointerEXT( [NativeTypeName("GLsizei")] uint stride, @@ -21580,7 +9285,6 @@ static abstract void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] uint* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] static abstract void EdgeFlagPointerEXT( @@ -21589,7 +9293,6 @@ static abstract void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] static abstract void EdgeFlagPointerEXT( @@ -21597,7 +9300,6 @@ static abstract void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] uint pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] static abstract void EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int stride, @@ -21605,7 +9307,6 @@ static abstract void EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] static abstract void EdgeFlagPointerListIBM( @@ -21614,107 +9315,27 @@ static abstract void EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] static abstract Ptr EdgeFlagPointerListIBM([NativeTypeName("GLint")] int ptrstride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] static abstract void EdgeFlagv([NativeTypeName("const GLboolean *")] uint* flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] static abstract void EdgeFlagv([NativeTypeName("const GLboolean *")] Ref flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] static abstract void EdgeFlagv([NativeTypeName("const GLboolean *")] uint flag); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] static abstract void EGLImageTargetRenderbufferStorageOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLeglImageOES")] void* image ); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] static abstract void EGLImageTargetRenderbufferStorageOES( @@ -21722,9 +9343,6 @@ static abstract void EGLImageTargetRenderbufferStorageOES( [NativeTypeName("GLeglImageOES")] Ref image ); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] static abstract void EGLImageTargetTexStorageEXT( [NativeTypeName("GLenum")] uint target, @@ -21732,9 +9350,6 @@ static abstract void EGLImageTargetTexStorageEXT( [NativeTypeName("const GLint *")] int* attrib_list ); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] static abstract void EGLImageTargetTexStorageEXT( @@ -21743,16 +9358,12 @@ static abstract void EGLImageTargetTexStorageEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] static abstract void EGLImageTargetTexture2DOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLeglImageOES")] void* image ); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] static abstract void EGLImageTargetTexture2DOES( @@ -21760,9 +9371,6 @@ static abstract void EGLImageTargetTexture2DOES( [NativeTypeName("GLeglImageOES")] Ref image ); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] static abstract void EGLImageTargetTextureStorageEXT( [NativeTypeName("GLuint")] uint texture, @@ -21770,9 +9378,6 @@ static abstract void EGLImageTargetTextureStorageEXT( [NativeTypeName("const GLint *")] int* attrib_list ); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] static abstract void EGLImageTargetTextureStorageEXT( @@ -21781,29 +9386,25 @@ static abstract void EGLImageTargetTextureStorageEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] - static abstract void ElementPointerApple( + static abstract void ElementPointerAPPLE( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] - static abstract void ElementPointerApple( + static abstract void ElementPointerAPPLE( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] static abstract void ElementPointerATI( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] static abstract void ElementPointerATI( @@ -21811,196 +9412,30 @@ static abstract void ElementPointerATI( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glEnable")] static abstract void Enable([NativeTypeName("GLenum")] uint cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnable")] static abstract void Enable( [NativeTypeName("GLenum")] Constant cap ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glEnableClientState")] static abstract void EnableClientState([NativeTypeName("GLenum")] uint array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientState")] static abstract void EnableClientState( [NativeTypeName("GLenum")] Constant array ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] static abstract void EnableClientStateEXT( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] static abstract void EnableClientStateEXT( @@ -22008,16 +9443,12 @@ static abstract void EnableClientStateEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] static abstract void EnableClientStateIndexedEXT( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] static abstract void EnableClientStateIndexedEXT( @@ -22025,85 +9456,15 @@ static abstract void EnableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glEnableDriverControlQCOM")] static abstract void EnableDriverControlQCOM([NativeTypeName("GLuint")] uint driverControl); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEnablei")] static abstract void Enable( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnablei")] static abstract void Enable( @@ -22111,14 +9472,12 @@ static abstract void Enable( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] static abstract void EnableEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] static abstract void EnableEXT( @@ -22126,16 +9485,12 @@ static abstract void EnableEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] static abstract void EnableIndexedEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] static abstract void EnableIndexedEXT( @@ -22143,14 +9498,12 @@ static abstract void EnableIndexedEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glEnableiNV")] static abstract void EnableNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiNV")] static abstract void EnableNV( @@ -22158,14 +9511,12 @@ static abstract void EnableNV( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glEnableiOES")] static abstract void EnableOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiOES")] static abstract void EnableOES( @@ -22173,44 +9524,27 @@ static abstract void EnableOES( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEnableVariantClientStateEXT")] static abstract void EnableVariantClientStateEXT([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayAttrib")] static abstract void EnableVertexArrayAttrib( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayAttribEXT")] static abstract void EnableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] static abstract void EnableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] uint array ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] static abstract void EnableVertexArrayEXT( @@ -22218,365 +9552,78 @@ static abstract void EnableVertexArrayEXT( [NativeTypeName("GLenum")] Constant array ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribAPPLE")] - static abstract void EnableVertexAttribApple( + static abstract void EnableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribArray")] static abstract void EnableVertexAttribArray([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribArrayARB")] static abstract void EnableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEnd")] static abstract void End(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEndConditionalRender")] static abstract void EndConditionalRender(); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glEndConditionalRenderNV")] static abstract void EndConditionalRenderNV(); - [SupportedApiProfile("gl", ["GL_NVX_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glEndConditionalRenderNVX")] static abstract void EndConditionalRenderNVX(); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glEndFragmentShaderATI")] static abstract void EndFragmentShaderATI(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEndList")] static abstract void EndList(); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glEndOcclusionQueryNV")] static abstract void EndOcclusionQueryNV(); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glEndPerfMonitorAMD")] static abstract void EndPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glEndPerfQueryINTEL")] - static abstract void EndPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] + static abstract void EndPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle); + [NativeFunction("opengl", EntryPoint = "glEndQuery")] static abstract void EndQuery([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQuery")] static abstract void EndQuery( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] static abstract void EndQueryARB([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] static abstract void EndQueryARB( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] static abstract void EndQueryEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] static abstract void EndQueryEXT( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] static abstract void EndQueryIndexed( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] static abstract void EndQueryIndexed( @@ -22584,518 +9631,117 @@ static abstract void EndQueryIndexed( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] static abstract void EndTilingQCOM([NativeTypeName("GLbitfield")] uint preserveMask); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] static abstract void EndTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedback")] static abstract void EndTransformFeedback(); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedbackEXT")] static abstract void EndTransformFeedbackEXT(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedbackNV")] static abstract void EndTransformFeedbackNV(); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEndVertexShaderEXT")] static abstract void EndVertexShaderEXT(); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glEndVideoCaptureNV")] static abstract void EndVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord1d")] - static abstract void EvalCoord1D([NativeTypeName("GLdouble")] double u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void EvalCoord1d([NativeTypeName("GLdouble")] double u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] - static abstract void EvalCoord1Dv([NativeTypeName("const GLdouble *")] double* u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void EvalCoord1dv([NativeTypeName("const GLdouble *")] double* u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] - static abstract void EvalCoord1Dv([NativeTypeName("const GLdouble *")] Ref u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void EvalCoord1dv([NativeTypeName("const GLdouble *")] Ref u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] - static abstract void EvalCoord1Dv([NativeTypeName("const GLdouble *")] double u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void EvalCoord1dv([NativeTypeName("const GLdouble *")] double u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1f")] - static abstract void EvalCoord1F([NativeTypeName("GLfloat")] float u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void EvalCoord1f([NativeTypeName("GLfloat")] float u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] - static abstract void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float* u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void EvalCoord1fv([NativeTypeName("const GLfloat *")] float* u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] - static abstract void EvalCoord1Fv([NativeTypeName("const GLfloat *")] Ref u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void EvalCoord1fv([NativeTypeName("const GLfloat *")] Ref u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] - static abstract void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float u); + static abstract void EvalCoord1fv([NativeTypeName("const GLfloat *")] float u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xOES")] static abstract void EvalCoord1XOES([NativeTypeName("GLfixed")] int u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] - static abstract void EvalCoord1XvO([NativeTypeName("const GLfixed *")] int coords); + static abstract void EvalCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] static abstract void EvalCoord1XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] static abstract void EvalCoord1XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2d")] static abstract void EvalCoord2( [NativeTypeName("GLdouble")] double u, [NativeTypeName("GLdouble")] double v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] static abstract void EvalCoord2([NativeTypeName("const GLdouble *")] double* u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] static abstract void EvalCoord2([NativeTypeName("const GLdouble *")] Ref u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2f")] static abstract void EvalCoord2( [NativeTypeName("GLfloat")] float u, [NativeTypeName("GLfloat")] float v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] static abstract void EvalCoord2([NativeTypeName("const GLfloat *")] float* u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] static abstract void EvalCoord2([NativeTypeName("const GLfloat *")] Ref u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xOES")] static abstract void EvalCoord2XOES( [NativeTypeName("GLfixed")] int u, [NativeTypeName("GLfixed")] int v ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] static abstract void EvalCoord2XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] static abstract void EvalCoord2XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] static abstract void EvalMapNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] static abstract void EvalMapNV( @@ -23103,31 +9749,6 @@ static abstract void EvalMapNV( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] static abstract void EvalMesh1( [NativeTypeName("GLenum")] uint mode, @@ -23135,31 +9756,6 @@ static abstract void EvalMesh1( [NativeTypeName("GLint")] int i2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] static abstract void EvalMesh1( @@ -23168,31 +9764,6 @@ static abstract void EvalMesh1( [NativeTypeName("GLint")] int i2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] static abstract void EvalMesh2( [NativeTypeName("GLenum")] uint mode, @@ -23202,31 +9773,6 @@ static abstract void EvalMesh2( [NativeTypeName("GLint")] int j2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] static abstract void EvalMesh2( @@ -23237,71 +9783,18 @@ static abstract void EvalMesh2( [NativeTypeName("GLint")] int j2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalPoint1")] static abstract void EvalPoint1([NativeTypeName("GLint")] int i); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalPoint2")] static abstract void EvalPoint2( [NativeTypeName("GLint")] int i, [NativeTypeName("GLint")] int j ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glEvaluateDepthValuesARB")] static abstract void EvaluateDepthValuesARB(); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] static abstract void ExecuteProgramNV( [NativeTypeName("GLenum")] uint target, @@ -23309,7 +9802,6 @@ static abstract void ExecuteProgramNV( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] static abstract void ExecuteProgramNV( @@ -23318,16 +9810,12 @@ static abstract void ExecuteProgramNV( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] static abstract void ExtGetBufferPointerQCOM( [NativeTypeName("GLenum")] uint target, void** @params ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] static abstract void ExtGetBufferPointerQCOM( @@ -23335,8 +9823,6 @@ static abstract void ExtGetBufferPointerQCOM( Ref2D @params ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] static abstract void ExtGetBuffersQCOM( [NativeTypeName("GLuint *")] uint* buffers, @@ -23344,8 +9830,6 @@ static abstract void ExtGetBuffersQCOM( [NativeTypeName("GLint *")] int* numBuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] static abstract void ExtGetBuffersQCOM( @@ -23354,14 +9838,10 @@ static abstract void ExtGetBuffersQCOM( [NativeTypeName("GLint *")] Ref numBuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] static abstract uint ExtGetBuffersQCOM([NativeTypeName("GLint *")] Ref numBuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] static abstract void ExtGetFramebuffersQCOM( [NativeTypeName("GLuint *")] uint* framebuffers, @@ -23369,8 +9849,6 @@ static abstract void ExtGetFramebuffersQCOM( [NativeTypeName("GLint *")] int* numFramebuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] static abstract void ExtGetFramebuffersQCOM( @@ -23379,16 +9857,12 @@ static abstract void ExtGetFramebuffersQCOM( [NativeTypeName("GLint *")] Ref numFramebuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] static abstract uint ExtGetFramebuffersQCOM( [NativeTypeName("GLint *")] Ref numFramebuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] static abstract void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLuint")] uint program, @@ -23397,8 +9871,6 @@ static abstract void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLint *")] int* length ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] static abstract void ExtGetProgramBinarySourceQCOM( @@ -23408,8 +9880,6 @@ static abstract void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLint *")] Ref length ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] static abstract void ExtGetProgramQCOM( [NativeTypeName("GLuint *")] uint* programs, @@ -23417,8 +9887,6 @@ static abstract void ExtGetProgramQCOM( [NativeTypeName("GLint *")] int* numPrograms ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] static abstract void ExtGetProgramQCOM( @@ -23427,14 +9895,10 @@ static abstract void ExtGetProgramQCOM( [NativeTypeName("GLint *")] Ref numPrograms ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] static abstract uint ExtGetProgramQCOM([NativeTypeName("GLint *")] Ref numPrograms); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] static abstract void ExtGetRenderbuffersQCOM( [NativeTypeName("GLuint *")] uint* renderbuffers, @@ -23442,8 +9906,6 @@ static abstract void ExtGetRenderbuffersQCOM( [NativeTypeName("GLint *")] int* numRenderbuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] static abstract void ExtGetRenderbuffersQCOM( @@ -23452,16 +9914,12 @@ static abstract void ExtGetRenderbuffersQCOM( [NativeTypeName("GLint *")] Ref numRenderbuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] static abstract uint ExtGetRenderbuffersQCOM( [NativeTypeName("GLint *")] Ref numRenderbuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] static abstract void ExtGetShadersQCOM( [NativeTypeName("GLuint *")] uint* shaders, @@ -23469,8 +9927,6 @@ static abstract void ExtGetShadersQCOM( [NativeTypeName("GLint *")] int* numShaders ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] static abstract void ExtGetShadersQCOM( @@ -23479,14 +9935,10 @@ static abstract void ExtGetShadersQCOM( [NativeTypeName("GLint *")] Ref numShaders ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] static abstract uint ExtGetShadersQCOM([NativeTypeName("GLint *")] Ref numShaders); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] static abstract void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLuint")] uint texture, @@ -23496,8 +9948,6 @@ static abstract void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] static abstract void ExtGetTexLevelParameterQCOM( @@ -23508,8 +9958,6 @@ static abstract void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] static abstract void ExtGetTexSubImageQCOM( [NativeTypeName("GLenum")] uint target, @@ -23525,8 +9973,6 @@ static abstract void ExtGetTexSubImageQCOM( void* texels ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] static abstract void ExtGetTexSubImageQCOM( @@ -23543,8 +9989,6 @@ static abstract void ExtGetTexSubImageQCOM( Ref texels ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] static abstract void ExtGetTexturesQCOM( [NativeTypeName("GLuint *")] uint* textures, @@ -23552,8 +9996,6 @@ static abstract void ExtGetTexturesQCOM( [NativeTypeName("GLint *")] int* numTextures ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] static abstract void ExtGetTexturesQCOM( @@ -23563,8 +10005,6 @@ static abstract void ExtGetTexturesQCOM( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] static abstract MaybeBool ExtIsProgramBinaryQCOM( @@ -23572,12 +10012,9 @@ static abstract MaybeBool ExtIsProgramBinaryQCOM( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] - static abstract uint ExtIsProgramBinaryQCOMRaw([NativeTypeName("GLuint")] uint program); + static abstract uint ExtIsProgramBinaryQCOMRawQCOM([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glExtractComponentEXT")] static abstract void ExtractComponentEXT( [NativeTypeName("GLuint")] uint res, @@ -23585,7 +10022,6 @@ static abstract void ExtractComponentEXT( [NativeTypeName("GLuint")] uint num ); - [SupportedApiProfile("gles2", ["GL_QCOM_frame_extrapolation"])] [NativeFunction("opengl", EntryPoint = "glExtrapolateTex2DQCOM")] static abstract void ExtrapolateTex2DQCOM( [NativeTypeName("GLuint")] uint src1, @@ -23594,8 +10030,6 @@ static abstract void ExtrapolateTex2DQCOM( [NativeTypeName("GLfloat")] float scaleFactor ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtTexObjectStateOverrideiQCOM")] static abstract void ExtTexObjectStateOverrideQCOM( [NativeTypeName("GLenum")] uint target, @@ -23603,31 +10037,6 @@ static abstract void ExtTexObjectStateOverrideQCOM( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] static abstract void FeedbackBuffer( [NativeTypeName("GLsizei")] uint size, @@ -23635,31 +10044,6 @@ static abstract void FeedbackBuffer( [NativeTypeName("GLfloat *")] float* buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] static abstract void FeedbackBuffer( @@ -23668,46 +10052,19 @@ static abstract void FeedbackBuffer( [NativeTypeName("GLfloat *")] Ref buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] static abstract float FeedbackBuffer( [NativeTypeName("GLenum")] Constant type ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] - static abstract void FeedbackBufferxO( + static abstract void FeedbackBufferxOOES( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLfixed *")] int buffer ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] static abstract void FeedbackBufferxOES( [NativeTypeName("GLsizei")] uint n, @@ -23715,7 +10072,6 @@ static abstract void FeedbackBufferxOES( [NativeTypeName("const GLfixed *")] int* buffer ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] static abstract void FeedbackBufferxOES( @@ -23725,38 +10081,6 @@ static abstract void FeedbackBufferxOES( ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glFenceSync")] static abstract Sync* FenceSync( [NativeTypeName("GLenum")] uint condition, @@ -23764,38 +10088,6 @@ static abstract void FeedbackBufferxOES( ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFenceSync")] static abstract Ptr FenceSync( @@ -23804,25 +10096,20 @@ static abstract Ptr FenceSync( ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] - static abstract Sync* FenceSyncApple( + static abstract Sync* FenceSyncAPPLE( [NativeTypeName("GLenum")] uint condition, [NativeTypeName("GLbitfield")] uint flags ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] - static abstract Ptr FenceSyncApple( + static abstract Ptr FenceSyncAPPLE( [NativeTypeName("GLenum")] Constant condition, [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] static abstract void FinalCombinerInputNV( [NativeTypeName("GLenum")] uint variable, @@ -23831,7 +10118,6 @@ static abstract void FinalCombinerInputNV( [NativeTypeName("GLenum")] uint componentUsage ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] static abstract void FinalCombinerInputNV( @@ -23841,192 +10127,36 @@ static abstract void FinalCombinerInputNV( [NativeTypeName("GLenum")] Constant componentUsage ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFinish")] static abstract void Finish(); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] static abstract int FinishAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] static abstract int FinishAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishFenceAPPLE")] - static abstract void FinishFenceApple([NativeTypeName("GLuint")] uint fence); + static abstract void FinishFenceAPPLE([NativeTypeName("GLuint")] uint fence); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishFenceNV")] static abstract void FinishFenceNV([NativeTypeName("GLuint")] uint fence); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishObjectAPPLE")] - static abstract void FinishObjectApple( + static abstract void FinishObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLint")] int name ); - [SupportedApiProfile("gl", ["GL_SUNX_constant_data"])] [NativeFunction("opengl", EntryPoint = "glFinishTextureSUNX")] static abstract void FinishTextureSUNX(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFlush")] static abstract void Flush(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] static abstract void FlushMappedBufferRange( [NativeTypeName("GLenum")] uint target, @@ -24034,42 +10164,6 @@ static abstract void FlushMappedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] static abstract void FlushMappedBufferRange( @@ -24078,25 +10172,21 @@ static abstract void FlushMappedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] - static abstract void FlushMappedBufferRangeApple( + static abstract void FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] - static abstract void FlushMappedBufferRangeApple( + static abstract void FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] static abstract void FlushMappedBufferRangeEXT( [NativeTypeName("GLenum")] uint target, @@ -24104,8 +10194,6 @@ static abstract void FlushMappedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] static abstract void FlushMappedBufferRangeEXT( @@ -24114,16 +10202,6 @@ static abstract void FlushMappedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glFlushMappedNamedBufferRange")] static abstract void FlushMappedNamedBufferRange( [NativeTypeName("GLuint")] uint buffer, @@ -24131,8 +10209,6 @@ static abstract void FlushMappedNamedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedNamedBufferRangeEXT")] static abstract void FlushMappedNamedBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, @@ -24140,323 +10216,113 @@ static abstract void FlushMappedNamedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] static abstract void FlushPixelDataRangeNV([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] static abstract void FlushPixelDataRangeNV( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_SGIX_flush_raster"])] [NativeFunction("opengl", EntryPoint = "glFlushRasterSGIX")] static abstract void FlushRasterSGIX(); - [SupportedApiProfile("gl", ["GL_IBM_static_data"])] [NativeFunction("opengl", EntryPoint = "glFlushStaticDataIBM")] static abstract void FlushStaticDataIBM([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] - static abstract void FlushVertexArrayRangeApple( + static abstract void FlushVertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, void* pointer ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] - static abstract void FlushVertexArrayRangeApple( + static abstract void FlushVertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, Ref pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeNV")] static abstract void FlushVertexArrayRangeNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordd")] static abstract void FogCoordd([NativeTypeName("GLdouble")] double coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoorddEXT")] static abstract void FogCoorddEXT([NativeTypeName("GLdouble")] double coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] static abstract void FogCoorddv([NativeTypeName("const GLdouble *")] double* coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] static abstract void FogCoorddv([NativeTypeName("const GLdouble *")] Ref coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] static abstract void FogCoorddv([NativeTypeName("const GLdouble *")] double coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] static abstract void FogCoorddvEXT([NativeTypeName("const GLdouble *")] double* coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] static abstract void FogCoorddvEXT([NativeTypeName("const GLdouble *")] Ref coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] static abstract void FogCoorddvEXT([NativeTypeName("const GLdouble *")] double coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordf")] static abstract void FogCoordf([NativeTypeName("GLfloat")] float coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordfEXT")] static abstract void FogCoordfEXT([NativeTypeName("GLfloat")] float coord); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glFogCoordFormatNV")] static abstract void FogCoordFormatNV( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] static abstract void FogCoordfv([NativeTypeName("const GLfloat *")] float* coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] static abstract void FogCoordfv([NativeTypeName("const GLfloat *")] Ref coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] static abstract void FogCoordfv([NativeTypeName("const GLfloat *")] float coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] static abstract void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float* coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] static abstract void FogCoordfvEXT([NativeTypeName("const GLfloat *")] Ref coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] static abstract void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float coord); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glFogCoordhNV")] static abstract void FogCoordNV([NativeTypeName("GLhalfNV")] ushort fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] static abstract void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort* fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] static abstract void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] Ref fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] static abstract void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort fog); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] static abstract void FogCoordPointer( [NativeTypeName("GLenum")] uint type, @@ -24464,27 +10330,6 @@ static abstract void FogCoordPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] static abstract void FogCoordPointer( @@ -24493,7 +10338,6 @@ static abstract void FogCoordPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] static abstract void FogCoordPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -24501,7 +10345,6 @@ static abstract void FogCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] static abstract void FogCoordPointerEXT( @@ -24510,7 +10353,6 @@ static abstract void FogCoordPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] static abstract void FogCoordPointerListIBM( [NativeTypeName("GLenum")] uint type, @@ -24519,7 +10361,6 @@ static abstract void FogCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] static abstract void FogCoordPointerListIBM( @@ -24529,64 +10370,12 @@ static abstract void FogCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFogf")] static abstract void Fog( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogf")] static abstract void Fog( @@ -24594,14 +10383,12 @@ static abstract void Fog( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] static abstract void FogFuncSGIS( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] static abstract void FogFuncSGIS( @@ -24609,64 +10396,12 @@ static abstract void FogFuncSGIS( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFogfv")] static abstract void Fog( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogfv")] static abstract void Fog( @@ -24674,62 +10409,12 @@ static abstract void Fog( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFogi")] static abstract void Fog( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogi")] static abstract void Fog( @@ -24737,62 +10422,12 @@ static abstract void Fog( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFogiv")] static abstract void Fog( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogiv")] static abstract void Fog( @@ -24800,14 +10435,12 @@ static abstract void Fog( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFogx")] static abstract void Fogx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogx")] static abstract void Fogx( @@ -24815,16 +10448,12 @@ static abstract void Fogx( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFogxOES")] static abstract void FogxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxOES")] static abstract void FogxOES( @@ -24832,14 +10461,12 @@ static abstract void FogxOES( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFogxv")] static abstract void Fogx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxv")] static abstract void Fogx( @@ -24847,16 +10474,12 @@ static abstract void Fogx( [NativeTypeName("const GLfixed *")] Ref param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFogxvOES")] static abstract void FogxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxvOES")] static abstract void FogxOES( @@ -24864,14 +10487,12 @@ static abstract void FogxOES( [NativeTypeName("const GLfixed *")] Ref param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] static abstract void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] static abstract void FragmentColorMaterialSGIX( @@ -24879,13 +10500,9 @@ static abstract void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_NV_fragment_coverage_to_color"])] - [SupportedApiProfile("glcore", ["GL_NV_fragment_coverage_to_color"])] - [SupportedApiProfile("gles2", ["GL_NV_fragment_coverage_to_color"])] [NativeFunction("opengl", EntryPoint = "glFragmentCoverageColorNV")] static abstract void FragmentCoverageColorNV([NativeTypeName("GLuint")] uint color); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] static abstract void FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -24893,7 +10510,6 @@ static abstract void FragmentLightSGIX( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] static abstract void FragmentLightSGIX( @@ -24902,7 +10518,6 @@ static abstract void FragmentLightSGIX( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] static abstract void FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -24910,7 +10525,6 @@ static abstract void FragmentLightSGIX( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] static abstract void FragmentLightSGIX( @@ -24919,7 +10533,6 @@ static abstract void FragmentLightSGIX( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] static abstract void FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -24927,7 +10540,6 @@ static abstract void FragmentLightSGIX( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] static abstract void FragmentLightSGIX( @@ -24936,7 +10548,6 @@ static abstract void FragmentLightSGIX( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] static abstract void FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -24944,7 +10555,6 @@ static abstract void FragmentLightSGIX( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] static abstract void FragmentLightSGIX( @@ -24953,14 +10563,12 @@ static abstract void FragmentLightSGIX( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] static abstract void FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] static abstract void FragmentLightModelSGIX( @@ -24969,14 +10577,12 @@ static abstract void FragmentLightModelSGIX( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] static abstract void FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] static abstract void FragmentLightModelSGIX( @@ -24985,14 +10591,12 @@ static abstract void FragmentLightModelSGIX( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] static abstract void FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] static abstract void FragmentLightModelSGIX( @@ -25001,14 +10605,12 @@ static abstract void FragmentLightModelSGIX( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] static abstract void FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] static abstract void FragmentLightModelSGIX( @@ -25017,7 +10619,6 @@ static abstract void FragmentLightModelSGIX( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] static abstract void FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -25025,7 +10626,6 @@ static abstract void FragmentMaterialSGIX( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] static abstract void FragmentMaterialSGIX( @@ -25034,7 +10634,6 @@ static abstract void FragmentMaterialSGIX( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] static abstract void FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -25042,7 +10641,6 @@ static abstract void FragmentMaterialSGIX( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] static abstract void FragmentMaterialSGIX( @@ -25051,7 +10649,6 @@ static abstract void FragmentMaterialSGIX( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] static abstract void FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -25059,7 +10656,6 @@ static abstract void FragmentMaterialSGIX( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] static abstract void FragmentMaterialSGIX( @@ -25068,7 +10664,6 @@ static abstract void FragmentMaterialSGIX( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] static abstract void FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -25076,7 +10671,6 @@ static abstract void FragmentMaterialSGIX( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] static abstract void FragmentMaterialSGIX( @@ -25085,16 +10679,12 @@ static abstract void FragmentMaterialSGIX( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] static abstract void FramebufferDrawBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] static abstract void FramebufferDrawBufferEXT( @@ -25102,8 +10692,6 @@ static abstract void FramebufferDrawBufferEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] static abstract void FramebufferDrawBuffersEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -25111,8 +10699,6 @@ static abstract void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] static abstract void FramebufferDrawBuffersEXT( @@ -25121,8 +10707,6 @@ static abstract void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] static abstract void FramebufferDrawBuffersEXT( @@ -25130,8 +10714,6 @@ static abstract void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] uint bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] static abstract void FramebufferDrawBuffersEXT( @@ -25140,8 +10722,6 @@ static abstract void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] static abstract void FramebufferDrawBuffersEXT( @@ -25149,8 +10729,6 @@ static abstract void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] GLEnum bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] static abstract void FramebufferDrawBuffersEXT( @@ -25159,8 +10737,6 @@ static abstract void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] static abstract void FramebufferDrawBuffersEXT( @@ -25168,17 +10744,12 @@ static abstract void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] DrawBufferMode bufs ); - [SupportedApiProfile("gl", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] - [SupportedApiProfile("glcore", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] - [SupportedApiProfile("gles2", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFetchBarrierEXT")] static abstract void FramebufferFetchBarrierEXT(); - [SupportedApiProfile("gles2", ["GL_QCOM_shader_framebuffer_fetch_noncoherent"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFetchBarrierQCOM")] static abstract void FramebufferFetchBarrierQCOM(); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] static abstract void FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint")] uint framebuffer, @@ -25188,7 +10759,6 @@ static abstract void FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint *")] uint* providedFeatures ); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] static abstract void FramebufferFoveationConfigQCOM( @@ -25199,7 +10769,6 @@ static abstract void FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint *")] Ref providedFeatures ); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] static abstract uint FramebufferFoveationConfigQCOM( @@ -25209,7 +10778,6 @@ static abstract uint FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint")] uint requestedFeatures ); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationParametersQCOM")] static abstract void FramebufferFoveationParametersQCOM( [NativeTypeName("GLuint")] uint framebuffer, @@ -25222,28 +10790,6 @@ static abstract void FramebufferFoveationParametersQCOM( [NativeTypeName("GLfloat")] float foveaArea ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] static abstract void FramebufferParameter( [NativeTypeName("GLenum")] uint target, @@ -25251,28 +10797,6 @@ static abstract void FramebufferParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] static abstract void FramebufferParameter( @@ -25281,9 +10805,6 @@ static abstract void FramebufferParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] static abstract void FramebufferParameterMESA( [NativeTypeName("GLenum")] uint target, @@ -25291,9 +10812,6 @@ static abstract void FramebufferParameterMESA( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] static abstract void FramebufferParameterMESA( @@ -25302,23 +10820,18 @@ static abstract void FramebufferParameterMESA( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glFramebufferPixelLocalStorageSizeEXT")] static abstract void FramebufferPixelLocalStorageSizeEXT( [NativeTypeName("GLuint")] uint target, [NativeTypeName("GLsizei")] uint size ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] static abstract void FramebufferReadBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] static abstract void FramebufferReadBufferEXT( @@ -25326,47 +10839,6 @@ static abstract void FramebufferReadBufferEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] static abstract void FramebufferRenderbuffer( [NativeTypeName("GLenum")] uint target, @@ -25375,47 +10847,6 @@ static abstract void FramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] static abstract void FramebufferRenderbuffer( @@ -25426,7 +10857,6 @@ static abstract void FramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] static abstract void FramebufferRenderbufferEXT( [NativeTypeName("GLenum")] uint target, @@ -25435,7 +10865,6 @@ static abstract void FramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] static abstract void FramebufferRenderbufferEXT( @@ -25446,7 +10875,6 @@ static abstract void FramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] static abstract void FramebufferRenderbufferOES( [NativeTypeName("GLenum")] uint target, @@ -25455,7 +10883,6 @@ static abstract void FramebufferRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] static abstract void FramebufferRenderbufferOES( @@ -25466,8 +10893,6 @@ static abstract void FramebufferRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] static abstract void FramebufferSampleLocationsARB( [NativeTypeName("GLenum")] uint target, @@ -25476,8 +10901,6 @@ static abstract void FramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] static abstract void FramebufferSampleLocationsARB( @@ -25487,9 +10910,6 @@ static abstract void FramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] static abstract void FramebufferSampleLocationsNV( [NativeTypeName("GLenum")] uint target, @@ -25498,9 +10918,6 @@ static abstract void FramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] static abstract void FramebufferSampleLocationsNV( @@ -25510,7 +10927,6 @@ static abstract void FramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] static abstract void FramebufferSamplePositionsAMD( [NativeTypeName("GLenum")] uint target, @@ -25519,7 +10935,6 @@ static abstract void FramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] static abstract void FramebufferSamplePositionsAMD( @@ -25529,7 +10944,6 @@ static abstract void FramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] Ref values ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] static abstract void FramebufferShadingRateEXT( [NativeTypeName("GLenum")] uint target, @@ -25541,7 +10955,6 @@ static abstract void FramebufferShadingRateEXT( [NativeTypeName("GLsizei")] uint texelHeight ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] static abstract void FramebufferShadingRateEXT( @@ -25554,36 +10967,6 @@ static abstract void FramebufferShadingRateEXT( [NativeTypeName("GLsizei")] uint texelHeight ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] static abstract void FramebufferTexture( [NativeTypeName("GLenum")] uint target, @@ -25592,36 +10975,6 @@ static abstract void FramebufferTexture( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] static abstract void FramebufferTexture( @@ -25631,42 +10984,6 @@ static abstract void FramebufferTexture( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] static abstract void FramebufferTexture1D( [NativeTypeName("GLenum")] uint target, @@ -25676,42 +10993,6 @@ static abstract void FramebufferTexture1D( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] static abstract void FramebufferTexture1D( @@ -25722,7 +11003,6 @@ static abstract void FramebufferTexture1D( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] static abstract void FramebufferTexture1DEXT( [NativeTypeName("GLenum")] uint target, @@ -25732,7 +11012,6 @@ static abstract void FramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] static abstract void FramebufferTexture1DEXT( @@ -25743,47 +11022,6 @@ static abstract void FramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] static abstract void FramebufferTexture2D( [NativeTypeName("GLenum")] uint target, @@ -25793,47 +11031,6 @@ static abstract void FramebufferTexture2D( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] static abstract void FramebufferTexture2D( @@ -25844,7 +11041,6 @@ static abstract void FramebufferTexture2D( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] static abstract void FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLenum")] uint target, @@ -25856,7 +11052,6 @@ static abstract void FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLint")] int yscale ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] static abstract void FramebufferTexture2DDownsampleIMG( @@ -25869,7 +11064,6 @@ static abstract void FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLint")] int yscale ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] static abstract void FramebufferTexture2DEXT( [NativeTypeName("GLenum")] uint target, @@ -25879,7 +11073,6 @@ static abstract void FramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] static abstract void FramebufferTexture2DEXT( @@ -25890,8 +11083,6 @@ static abstract void FramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] static abstract void FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLenum")] uint target, @@ -25902,8 +11093,6 @@ static abstract void FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLsizei")] uint samples ); - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] static abstract void FramebufferTexture2DMultisampleEXT( @@ -25915,8 +11104,6 @@ static abstract void FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLsizei")] uint samples ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] static abstract void FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLenum")] uint target, @@ -25927,8 +11114,6 @@ static abstract void FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLsizei")] uint samples ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] static abstract void FramebufferTexture2DMultisampleIMG( @@ -25940,7 +11125,6 @@ static abstract void FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLsizei")] uint samples ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] static abstract void FramebufferTexture2DOES( [NativeTypeName("GLenum")] uint target, @@ -25950,7 +11134,6 @@ static abstract void FramebufferTexture2DOES( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] static abstract void FramebufferTexture2DOES( @@ -25961,42 +11144,6 @@ static abstract void FramebufferTexture2DOES( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] static abstract void FramebufferTexture3D( [NativeTypeName("GLenum")] uint target, @@ -26007,42 +11154,6 @@ static abstract void FramebufferTexture3D( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] static abstract void FramebufferTexture3D( @@ -26054,7 +11165,6 @@ static abstract void FramebufferTexture3D( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] static abstract void FramebufferTexture3DEXT( [NativeTypeName("GLenum")] uint target, @@ -26065,7 +11175,6 @@ static abstract void FramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] static abstract void FramebufferTexture3DEXT( @@ -26077,7 +11186,6 @@ static abstract void FramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] static abstract void FramebufferTexture3DOES( [NativeTypeName("GLenum")] uint target, @@ -26088,7 +11196,6 @@ static abstract void FramebufferTexture3DOES( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] static abstract void FramebufferTexture3DOES( @@ -26100,8 +11207,6 @@ static abstract void FramebufferTexture3DOES( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] static abstract void FramebufferTextureARB( [NativeTypeName("GLenum")] uint target, @@ -26110,8 +11215,6 @@ static abstract void FramebufferTextureARB( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] static abstract void FramebufferTextureARB( @@ -26121,8 +11224,6 @@ static abstract void FramebufferTextureARB( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] - [SupportedApiProfile("gles2", ["GL_EXT_geometry_shader"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] static abstract void FramebufferTextureEXT( [NativeTypeName("GLenum")] uint target, @@ -26131,8 +11232,6 @@ static abstract void FramebufferTextureEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] - [SupportedApiProfile("gles2", ["GL_EXT_geometry_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] static abstract void FramebufferTextureEXT( @@ -26142,8 +11241,6 @@ static abstract void FramebufferTextureEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] static abstract void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] uint target, @@ -26153,8 +11250,6 @@ static abstract void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] uint face ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] static abstract void FramebufferTextureFaceARB( @@ -26165,7 +11260,6 @@ static abstract void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] Constant face ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] static abstract void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint target, @@ -26175,7 +11269,6 @@ static abstract void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint face ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] static abstract void FramebufferTextureFaceEXT( @@ -26186,42 +11279,6 @@ static abstract void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] Constant face ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] static abstract void FramebufferTextureLayer( [NativeTypeName("GLenum")] uint target, @@ -26231,42 +11288,6 @@ static abstract void FramebufferTextureLayer( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] static abstract void FramebufferTextureLayer( @@ -26277,8 +11298,6 @@ static abstract void FramebufferTextureLayer( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] static abstract void FramebufferTextureLayerARB( [NativeTypeName("GLenum")] uint target, @@ -26288,8 +11307,6 @@ static abstract void FramebufferTextureLayerARB( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] static abstract void FramebufferTextureLayerARB( @@ -26300,7 +11317,6 @@ static abstract void FramebufferTextureLayerARB( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] static abstract void FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLenum")] uint target, @@ -26312,7 +11328,6 @@ static abstract void FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLint")] int yscale ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] static abstract void FramebufferTextureLayerDownsampleIMG( @@ -26325,7 +11340,6 @@ static abstract void FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLint")] int yscale ); - [SupportedApiProfile("gl", ["GL_EXT_texture_array", "GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] static abstract void FramebufferTextureLayerEXT( [NativeTypeName("GLenum")] uint target, @@ -26335,7 +11349,6 @@ static abstract void FramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_EXT_texture_array", "GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] static abstract void FramebufferTextureLayerEXT( @@ -26346,7 +11359,6 @@ static abstract void FramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gles2", ["GL_OVR_multiview_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] static abstract void FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLenum")] uint target, @@ -26358,7 +11370,6 @@ static abstract void FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLsizei")] uint numViews ); - [SupportedApiProfile("gles2", ["GL_OVR_multiview_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] static abstract void FramebufferTextureMultisampleMultiviewOVR( @@ -26371,9 +11382,6 @@ static abstract void FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLsizei")] uint numViews ); - [SupportedApiProfile("gl", ["GL_OVR_multiview"])] - [SupportedApiProfile("glcore", ["GL_OVR_multiview"])] - [SupportedApiProfile("gles2", ["GL_OVR_multiview"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] static abstract void FramebufferTextureMultiviewOVR( [NativeTypeName("GLenum")] uint target, @@ -26384,9 +11392,6 @@ static abstract void FramebufferTextureMultiviewOVR( [NativeTypeName("GLsizei")] uint numViews ); - [SupportedApiProfile("gl", ["GL_OVR_multiview"])] - [SupportedApiProfile("glcore", ["GL_OVR_multiview"])] - [SupportedApiProfile("gles2", ["GL_OVR_multiview"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] static abstract void FramebufferTextureMultiviewOVR( @@ -26398,7 +11403,6 @@ static abstract void FramebufferTextureMultiviewOVR( [NativeTypeName("GLsizei")] uint numViews ); - [SupportedApiProfile("gles2", ["GL_OES_geometry_shader"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] static abstract void FramebufferTextureOES( [NativeTypeName("GLenum")] uint target, @@ -26407,7 +11411,6 @@ static abstract void FramebufferTextureOES( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gles2", ["GL_OES_geometry_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] static abstract void FramebufferTextureOES( @@ -26417,164 +11420,24 @@ static abstract void FramebufferTextureOES( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_GREMEDY_frame_terminator"])] [NativeFunction("opengl", EntryPoint = "glFrameTerminatorGREMEDY")] - static abstract void FrameTerminatorGremedy(); + static abstract void FrameTerminatorGREMEDY(); - [SupportedApiProfile("gl", ["GL_SGIX_framezoom"])] [NativeFunction("opengl", EntryPoint = "glFrameZoomSGIX")] static abstract void FrameZoomSGIX([NativeTypeName("GLint")] int factor); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glFreeObjectBufferATI")] static abstract void FreeObjectBufferATI([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFrontFace")] static abstract void FrontFace([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFrontFace")] static abstract void FrontFace( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFrustum")] static abstract void Frustum( [NativeTypeName("GLdouble")] double left, @@ -26585,7 +11448,6 @@ static abstract void Frustum( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFrustumf")] static abstract void Frustum( [NativeTypeName("GLfloat")] float l, @@ -26596,8 +11458,6 @@ static abstract void Frustum( [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glFrustumfOES")] static abstract void FrustumOES( [NativeTypeName("GLfloat")] float l, @@ -26608,7 +11468,6 @@ static abstract void FrustumOES( [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFrustumx")] static abstract void Frustumx( [NativeTypeName("GLfixed")] int l, @@ -26619,8 +11478,6 @@ static abstract void Frustumx( [NativeTypeName("GLfixed")] int f ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFrustumxOES")] static abstract void FrustumxOES( [NativeTypeName("GLfixed")] int l, @@ -26632,158 +11489,19 @@ static abstract void FrustumxOES( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glGenAsyncMarkersSGIX")] static abstract uint GenAsyncMarkersSGIX([NativeTypeName("GLsizei")] uint range); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] static abstract uint GenBuffer(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] static abstract void GenBuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* buffers ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] static abstract void GenBuffers( @@ -26791,14 +11509,12 @@ static abstract void GenBuffers( [NativeTypeName("GLuint *")] Ref buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] static abstract void GenBuffersARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] static abstract void GenBuffersARB( @@ -26806,134 +11522,43 @@ static abstract void GenBuffersARB( [NativeTypeName("GLuint *")] Ref buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] static abstract uint GenBuffersARB(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] static abstract void GenerateMipmap([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] static abstract void GenerateMipmap( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] static abstract void GenerateMipmapEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] static abstract void GenerateMipmapEXT( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] static abstract void GenerateMipmapOES([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] static abstract void GenerateMipmapOES( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] static abstract void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] static abstract void GenerateMultiTexMipmapEXT( @@ -26941,29 +11566,15 @@ static abstract void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmap")] static abstract void GenerateTextureMipmap([NativeTypeName("GLuint")] uint texture); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] static abstract void GenerateTextureMipmapEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] static abstract void GenerateTextureMipmapEXT( @@ -26971,38 +11582,29 @@ static abstract void GenerateTextureMipmapEXT( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] - static abstract void GenFencesApple( + static abstract void GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* fences ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] - static abstract void GenFencesApple( + static abstract void GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref fences ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] - static abstract uint GenFencesApple(); + static abstract uint GenFencesAPPLE(); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] static abstract void GenFencesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* fences ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] static abstract void GenFencesNV( @@ -27010,151 +11612,24 @@ static abstract void GenFencesNV( [NativeTypeName("GLuint *")] Ref fences ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] static abstract uint GenFencesNV(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glGenFragmentShadersATI")] static abstract uint GenFragmentShadersATI([NativeTypeName("GLuint")] uint range); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] static abstract uint GenFramebuffer(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] static abstract void GenFramebuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* framebuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] static abstract void GenFramebuffers( @@ -27162,14 +11637,12 @@ static abstract void GenFramebuffers( [NativeTypeName("GLuint *")] Ref framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] static abstract void GenFramebuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] static abstract void GenFramebuffersEXT( @@ -27177,24 +11650,20 @@ static abstract void GenFramebuffersEXT( [NativeTypeName("GLuint *")] Ref framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] static abstract uint GenFramebuffersEXT(); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] - static abstract uint GenFramebuffersO(); + static abstract uint GenFramebuffersOOES(); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] static abstract void GenFramebuffersOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* framebuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] static abstract void GenFramebuffersOES( @@ -27203,35 +11672,9 @@ static abstract void GenFramebuffersOES( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGenLists")] static abstract uint GenLists([NativeTypeName("GLsizei")] uint range); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] static abstract void GenNamesAMD( [NativeTypeName("GLenum")] uint identifier, @@ -27239,7 +11682,6 @@ static abstract void GenNamesAMD( [NativeTypeName("GLuint *")] uint* names ); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] static abstract void GenNamesAMD( @@ -27248,19 +11690,16 @@ static abstract void GenNamesAMD( [NativeTypeName("GLuint *")] Ref names ); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] static abstract uint GenNamesAMD([NativeTypeName("GLenum")] uint identifier); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] static abstract void GenOcclusionQueriesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] static abstract void GenOcclusionQueriesNV( @@ -27268,30 +11707,20 @@ static abstract void GenOcclusionQueriesNV( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] static abstract uint GenOcclusionQueriesNV(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGenPathsNV")] static abstract uint GenPathNV([NativeTypeName("GLsizei")] uint range); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] static abstract void GenPerfMonitorsAMD( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* monitors ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] static abstract void GenPerfMonitorsAMD( @@ -27299,101 +11728,20 @@ static abstract void GenPerfMonitorsAMD( [NativeTypeName("GLuint *")] Ref monitors ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] static abstract uint GenPerfMonitorsAMD(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] static abstract uint GenProgramPipeline(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] static abstract void GenProgramPipelines( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* pipelines ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] static abstract void GenProgramPipelines( @@ -27401,14 +11749,12 @@ static abstract void GenProgramPipelines( [NativeTypeName("GLuint *")] Ref pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] static abstract void GenProgramPipelinesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] static abstract void GenProgramPipelinesEXT( @@ -27416,19 +11762,16 @@ static abstract void GenProgramPipelinesEXT( [NativeTypeName("GLuint *")] Ref pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] static abstract uint GenProgramPipelinesEXT(); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] static abstract void GenProgramARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] static abstract void GenProgramARB( @@ -27436,19 +11779,16 @@ static abstract void GenProgramARB( [NativeTypeName("GLuint *")] Ref programs ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] static abstract uint GenProgramARB(); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] static abstract void GenProgramNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] static abstract void GenProgramNV( @@ -27456,97 +11796,16 @@ static abstract void GenProgramNV( [NativeTypeName("GLuint *")] Ref programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] static abstract uint GenProgramNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGenQueries")] static abstract void GenQueries( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueries")] static abstract void GenQueries( @@ -27554,14 +11813,12 @@ static abstract void GenQueries( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] static abstract void GenQueriesARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] static abstract void GenQueriesARB( @@ -27569,25 +11826,16 @@ static abstract void GenQueriesARB( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] static abstract uint GenQueriesARB(); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] static abstract void GenQueriesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] static abstract void GenQueriesEXT( @@ -27595,66 +11843,20 @@ static abstract void GenQueriesEXT( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] static abstract uint GenQueriesEXT(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueries")] static abstract uint GenQuery(); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] static abstract void GenQueryResourceTagNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLint *")] int* tagIds ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] static abstract void GenQueryResourceTagNV( @@ -27662,144 +11864,20 @@ static abstract void GenQueryResourceTagNV( [NativeTypeName("GLint *")] Ref tagIds ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] static abstract int GenQueryResourceTagNV(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] static abstract uint GenRenderbuffer(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] static abstract void GenRenderbuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* renderbuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] static abstract void GenRenderbuffers( @@ -27807,14 +11885,12 @@ static abstract void GenRenderbuffers( [NativeTypeName("GLuint *")] Ref renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] static abstract void GenRenderbuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] static abstract void GenRenderbuffersEXT( @@ -27822,24 +11898,20 @@ static abstract void GenRenderbuffersEXT( [NativeTypeName("GLuint *")] Ref renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] static abstract uint GenRenderbuffersEXT(); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] - static abstract uint GenRenderbuffersO(); + static abstract uint GenRenderbuffersOOES(); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] static abstract void GenRenderbuffersOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* renderbuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] static abstract void GenRenderbuffersOES( @@ -27847,136 +11919,16 @@ static abstract void GenRenderbuffersOES( [NativeTypeName("GLuint *")] Ref renderbuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] static abstract uint GenSampler(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] static abstract void GenSamplers( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLuint *")] uint* samplers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] static abstract void GenSamplers( @@ -27984,16 +11936,12 @@ static abstract void GenSamplers( [NativeTypeName("GLuint *")] Ref samplers ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] static abstract void GenSemaphoresEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* semaphores ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] static abstract void GenSemaphoresEXT( @@ -28001,14 +11949,11 @@ static abstract void GenSemaphoresEXT( [NativeTypeName("GLuint *")] Ref semaphores ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] static abstract uint GenSemaphoresEXT(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] static abstract uint GenSymbolEXT( [NativeTypeName("GLenum")] uint datatype, @@ -28018,7 +11963,6 @@ static abstract uint GenSymbolEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] static abstract uint GenSymbolEXT( @@ -28029,178 +11973,16 @@ static abstract uint GenSymbolEXT( [NativeTypeName("GLuint")] uint components ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTextures")] static abstract uint GenTexture(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGenTextures")] static abstract void GenTextures( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTextures")] static abstract void GenTextures( @@ -28208,14 +11990,12 @@ static abstract void GenTextures( [NativeTypeName("GLuint *")] Ref textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] static abstract void GenTexturesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] static abstract void GenTexturesEXT( @@ -28223,105 +12003,20 @@ static abstract void GenTexturesEXT( [NativeTypeName("GLuint *")] Ref textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] static abstract uint GenTexturesEXT(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] static abstract uint GenTransformFeedback(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] static abstract void GenTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] static abstract void GenTransformFeedbacks( @@ -28329,14 +12024,12 @@ static abstract void GenTransformFeedbacks( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] static abstract void GenTransformFeedbacksNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] static abstract void GenTransformFeedbacksNV( @@ -28344,129 +12037,20 @@ static abstract void GenTransformFeedbacksNV( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] static abstract uint GenTransformFeedbacksNV(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] static abstract uint GenVertexArray(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] static abstract void GenVertexArrays( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] static abstract void GenVertexArrays( @@ -28474,42 +12058,33 @@ static abstract void GenVertexArrays( [NativeTypeName("GLuint *")] Ref arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] - static abstract void GenVertexArraysApple( + static abstract void GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] - static abstract void GenVertexArraysApple( + static abstract void GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] - static abstract uint GenVertexArraysApple(); + static abstract uint GenVertexArraysAPPLE(); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] - static abstract uint GenVertexArraysO(); + static abstract uint GenVertexArraysOOES(); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] static abstract void GenVertexArraysOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] static abstract void GenVertexArraysOES( @@ -28518,34 +12093,9 @@ static abstract void GenVertexArraysOES( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGenVertexShadersEXT")] static abstract uint GenVertexShadersEXT([NativeTypeName("GLuint")] uint range); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] static abstract void GetActiveAtomicCounterBuffer( [NativeTypeName("GLuint")] uint program, @@ -28554,30 +12104,6 @@ static abstract void GetActiveAtomicCounterBuffer( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] static abstract void GetActiveAtomicCounterBuffer( @@ -28587,49 +12113,6 @@ static abstract void GetActiveAtomicCounterBuffer( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] static abstract void GetActiveAttrib( [NativeTypeName("GLuint")] uint program, @@ -28641,49 +12124,6 @@ static abstract void GetActiveAttrib( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] static abstract void GetActiveAttrib( @@ -28696,49 +12136,6 @@ static abstract void GetActiveAttrib( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] static abstract sbyte GetActiveAttrib( @@ -28749,49 +12146,6 @@ static abstract sbyte GetActiveAttrib( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] static abstract void GetActiveAttrib( @@ -28804,49 +12158,6 @@ static abstract void GetActiveAttrib( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] static abstract sbyte GetActiveAttrib( @@ -28857,49 +12168,6 @@ static abstract sbyte GetActiveAttrib( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] static abstract void GetActiveAttrib( @@ -28912,49 +12180,6 @@ static abstract void GetActiveAttrib( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] static abstract sbyte GetActiveAttrib( @@ -28965,7 +12190,6 @@ static abstract sbyte GetActiveAttrib( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] static abstract void GetActiveAttribARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -28977,7 +12201,6 @@ static abstract void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] static abstract void GetActiveAttribARB( @@ -28990,7 +12213,6 @@ static abstract void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] static abstract sbyte GetActiveAttribARB( @@ -29001,7 +12223,6 @@ static abstract sbyte GetActiveAttribARB( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] static abstract void GetActiveAttribARB( @@ -29014,7 +12235,6 @@ static abstract void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] static abstract sbyte GetActiveAttribARB( @@ -29025,7 +12245,6 @@ static abstract sbyte GetActiveAttribARB( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] static abstract void GetActiveAttribARB( @@ -29038,7 +12257,6 @@ static abstract void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] static abstract sbyte GetActiveAttribARB( @@ -29049,34 +12267,6 @@ static abstract sbyte GetActiveAttribARB( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] static abstract void GetActiveSubroutineName( [NativeTypeName("GLuint")] uint program, @@ -29087,34 +12277,6 @@ static abstract void GetActiveSubroutineName( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] static abstract void GetActiveSubroutineName( @@ -29126,34 +12288,6 @@ static abstract void GetActiveSubroutineName( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] static abstract sbyte GetActiveSubroutineName( @@ -29163,34 +12297,6 @@ static abstract sbyte GetActiveSubroutineName( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] static abstract void GetActiveSubroutineUniform( [NativeTypeName("GLuint")] uint program, @@ -29200,34 +12306,6 @@ static abstract void GetActiveSubroutineUniform( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] static abstract void GetActiveSubroutineUniform( @@ -29238,34 +12316,6 @@ static abstract void GetActiveSubroutineUniform( [NativeTypeName("GLint *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] static abstract void GetActiveSubroutineUniformName( [NativeTypeName("GLuint")] uint program, @@ -29276,34 +12326,6 @@ static abstract void GetActiveSubroutineUniformName( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] static abstract void GetActiveSubroutineUniformName( @@ -29315,34 +12337,6 @@ static abstract void GetActiveSubroutineUniformName( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] static abstract sbyte GetActiveSubroutineUniformName( @@ -29352,49 +12346,6 @@ static abstract sbyte GetActiveSubroutineUniformName( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] static abstract void GetActiveUniform( [NativeTypeName("GLuint")] uint program, @@ -29406,49 +12357,6 @@ static abstract void GetActiveUniform( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] static abstract void GetActiveUniform( @@ -29461,49 +12369,6 @@ static abstract void GetActiveUniform( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] static abstract sbyte GetActiveUniform( @@ -29514,49 +12379,6 @@ static abstract sbyte GetActiveUniform( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] static abstract void GetActiveUniform( @@ -29569,49 +12391,6 @@ static abstract void GetActiveUniform( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] static abstract sbyte GetActiveUniform( @@ -29622,49 +12401,6 @@ static abstract sbyte GetActiveUniform( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] static abstract void GetActiveUniform( @@ -29677,49 +12413,6 @@ static abstract void GetActiveUniform( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] static abstract sbyte GetActiveUniform( @@ -29730,7 +12423,6 @@ static abstract sbyte GetActiveUniform( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] static abstract void GetActiveUniformARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -29742,7 +12434,6 @@ static abstract void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] static abstract void GetActiveUniformARB( @@ -29755,7 +12446,6 @@ static abstract void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] static abstract sbyte GetActiveUniformARB( @@ -29766,7 +12456,6 @@ static abstract sbyte GetActiveUniformARB( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] static abstract void GetActiveUniformARB( @@ -29779,7 +12468,6 @@ static abstract void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] static abstract sbyte GetActiveUniformARB( @@ -29790,7 +12478,6 @@ static abstract sbyte GetActiveUniformARB( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] static abstract void GetActiveUniformARB( @@ -29803,7 +12490,6 @@ static abstract void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] static abstract sbyte GetActiveUniformARB( @@ -29814,40 +12500,6 @@ static abstract sbyte GetActiveUniformARB( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] static abstract void GetActiveUniformBlock( [NativeTypeName("GLuint")] uint program, @@ -29856,40 +12508,6 @@ static abstract void GetActiveUniformBlock( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] static abstract void GetActiveUniformBlock( @@ -29899,40 +12517,6 @@ static abstract void GetActiveUniformBlock( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] static abstract int GetActiveUniformBlock( @@ -29940,40 +12524,6 @@ static abstract int GetActiveUniformBlock( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] static abstract void GetActiveUniformBlockName( [NativeTypeName("GLuint")] uint program, @@ -29983,40 +12533,6 @@ static abstract void GetActiveUniformBlockName( [NativeTypeName("GLchar *")] sbyte* uniformBlockName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] static abstract void GetActiveUniformBlockName( @@ -30027,40 +12543,6 @@ static abstract void GetActiveUniformBlockName( [NativeTypeName("GLchar *")] Ref uniformBlockName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] static abstract sbyte GetActiveUniformBlockName( @@ -30069,40 +12551,6 @@ static abstract sbyte GetActiveUniformBlockName( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] static abstract void GetActiveUniformName( [NativeTypeName("GLuint")] uint program, @@ -30112,40 +12560,6 @@ static abstract void GetActiveUniformName( [NativeTypeName("GLchar *")] sbyte* uniformName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] static abstract void GetActiveUniformName( @@ -30156,40 +12570,6 @@ static abstract void GetActiveUniformName( [NativeTypeName("GLchar *")] Ref uniformName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] static abstract sbyte GetActiveUniformName( @@ -30198,40 +12578,6 @@ static abstract sbyte GetActiveUniformName( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] static abstract void GetActiveUniforms( [NativeTypeName("GLuint")] uint program, @@ -30241,40 +12587,6 @@ static abstract void GetActiveUniforms( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] static abstract void GetActiveUniforms( @@ -30285,7 +12597,6 @@ static abstract void GetActiveUniforms( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] static abstract void GetActiveVaryingNV( [NativeTypeName("GLuint")] uint program, @@ -30297,7 +12608,6 @@ static abstract void GetActiveVaryingNV( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] static abstract void GetActiveVaryingNV( @@ -30310,7 +12620,6 @@ static abstract void GetActiveVaryingNV( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] static abstract sbyte GetActiveVaryingNV( @@ -30321,7 +12630,6 @@ static abstract sbyte GetActiveVaryingNV( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] static abstract void GetArrayObjectfvATI( [NativeTypeName("GLenum")] uint array, @@ -30329,7 +12637,6 @@ static abstract void GetArrayObjectfvATI( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] static abstract void GetArrayObjectfvATI( @@ -30338,7 +12645,6 @@ static abstract void GetArrayObjectfvATI( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] static abstract float GetArrayObjectfvATI( @@ -30346,7 +12652,6 @@ static abstract float GetArrayObjectfvATI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] static abstract void GetArrayObjectivATI( [NativeTypeName("GLenum")] uint array, @@ -30354,7 +12659,6 @@ static abstract void GetArrayObjectivATI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] static abstract void GetArrayObjectivATI( @@ -30363,7 +12667,6 @@ static abstract void GetArrayObjectivATI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] static abstract int GetArrayObjectivATI( @@ -30371,7 +12674,6 @@ static abstract int GetArrayObjectivATI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] static abstract void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB")] uint containerObj, @@ -30380,7 +12682,6 @@ static abstract void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB *")] uint* obj ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] static abstract void GetAttachedObjectsARB( @@ -30390,7 +12691,6 @@ static abstract void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB *")] Ref obj ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] static abstract uint GetAttachedObjectsARB( @@ -30398,49 +12698,6 @@ static abstract uint GetAttachedObjectsARB( [NativeTypeName("GLsizei *")] Ref count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] static abstract uint GetAttachedShader( @@ -30448,49 +12705,6 @@ static abstract uint GetAttachedShader( [NativeTypeName("GLsizei *")] Ref count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] static abstract void GetAttachedShaders( [NativeTypeName("GLuint")] uint program, @@ -30499,49 +12713,6 @@ static abstract void GetAttachedShaders( [NativeTypeName("GLuint *")] uint* shaders ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] static abstract void GetAttachedShaders( @@ -30552,49 +12723,6 @@ static abstract void GetAttachedShaders( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] static abstract int GetAttribLocation( [NativeTypeName("GLuint")] uint program, @@ -30602,49 +12730,6 @@ static abstract int GetAttribLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] static abstract int GetAttribLocation( @@ -30653,7 +12738,6 @@ static abstract int GetAttribLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] static abstract int GetAttribLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -30661,7 +12745,6 @@ static abstract int GetAttribLocationARB( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] static abstract int GetAttribLocationARB( @@ -30669,40 +12752,6 @@ static abstract int GetAttribLocationARB( [NativeTypeName("const GLcharARB *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] static abstract void GetBoolean( [NativeTypeName("GLenum")] uint target, @@ -30710,40 +12759,6 @@ static abstract void GetBoolean( [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] static abstract void GetBoolean( @@ -30752,8 +12767,6 @@ static abstract void GetBoolean( [NativeTypeName("GLboolean *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] static abstract void GetBooleanIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -30761,8 +12774,6 @@ static abstract void GetBooleanIndexedEXT( [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] static abstract void GetBooleanIndexedEXT( @@ -30771,124 +12782,12 @@ static abstract void GetBooleanIndexedEXT( [NativeTypeName("GLboolean *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] static abstract void GetBoolean( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] static abstract void GetBoolean( @@ -30896,36 +12795,6 @@ static abstract void GetBoolean( [NativeTypeName("GLboolean *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] static abstract void GetBufferParameter( [NativeTypeName("GLenum")] uint target, @@ -30933,36 +12802,6 @@ static abstract void GetBufferParameter( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] static abstract void GetBufferParameter( @@ -30971,52 +12810,6 @@ static abstract void GetBufferParameter( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] static abstract void GetBufferParameter( [NativeTypeName("GLenum")] uint target, @@ -31024,52 +12817,6 @@ static abstract void GetBufferParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] static abstract void GetBufferParameter( @@ -31078,7 +12825,6 @@ static abstract void GetBufferParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] static abstract void GetBufferParameterARB( [NativeTypeName("GLenum")] uint target, @@ -31086,7 +12832,6 @@ static abstract void GetBufferParameterARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] static abstract void GetBufferParameterARB( @@ -31095,8 +12840,6 @@ static abstract void GetBufferParameterARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] static abstract void GetBufferParameterNV( [NativeTypeName("GLenum")] uint target, @@ -31104,8 +12847,6 @@ static abstract void GetBufferParameterNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] static abstract void GetBufferParameterNV( @@ -31114,54 +12855,12 @@ static abstract void GetBufferParameterNV( [NativeTypeName("GLuint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] static abstract ulong GetBufferParameterNV( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] static abstract void GetBufferPointer( [NativeTypeName("GLenum")] uint target, @@ -31169,46 +12868,6 @@ static abstract void GetBufferPointer( void** @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] static abstract void GetBufferPointer( @@ -31217,7 +12876,6 @@ static abstract void GetBufferPointer( Ref2D @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] static abstract void GetBufferPointerARB( [NativeTypeName("GLenum")] uint target, @@ -31225,7 +12883,6 @@ static abstract void GetBufferPointerARB( void** @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] static abstract void GetBufferPointerARB( @@ -31234,8 +12891,6 @@ static abstract void GetBufferPointerARB( Ref2D @params ); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] static abstract void GetBufferPointerOES( [NativeTypeName("GLenum")] uint target, @@ -31243,8 +12898,6 @@ static abstract void GetBufferPointerOES( void** @params ); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] static abstract void GetBufferPointerOES( @@ -31253,46 +12906,6 @@ static abstract void GetBufferPointerOES( Ref2D @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] static abstract void GetBufferSubData( [NativeTypeName("GLenum")] uint target, @@ -31301,46 +12914,6 @@ static abstract void GetBufferSubData( void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] static abstract void GetBufferSubData( @@ -31350,81 +12923,29 @@ static abstract void GetBufferSubData( Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] static abstract void GetBufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, void* data ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] static abstract void GetBufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] static abstract void GetClipPlane( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLdouble *")] double* equation ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] static abstract void GetClipPlane( @@ -31432,14 +12953,12 @@ static abstract void GetClipPlane( [NativeTypeName("GLdouble *")] Ref equation ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] static abstract void GetClipPlane( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLfloat *")] float* equation ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] static abstract void GetClipPlane( @@ -31447,16 +12966,12 @@ static abstract void GetClipPlane( [NativeTypeName("GLfloat *")] Ref equation ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] static abstract void GetClipPlaneOES( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLfloat *")] float* equation ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] static abstract void GetClipPlaneOES( @@ -31464,14 +12979,12 @@ static abstract void GetClipPlaneOES( [NativeTypeName("GLfloat *")] Ref equation ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] static abstract void GetClipPlanex( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLfixed *")] int* equation ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] static abstract void GetClipPlanex( @@ -31479,16 +12992,12 @@ static abstract void GetClipPlanex( [NativeTypeName("GLfixed *")] Ref equation ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] static abstract void GetClipPlanexOES( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLfixed *")] int* equation ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] static abstract void GetClipPlanexOES( @@ -31496,7 +13005,6 @@ static abstract void GetClipPlanexOES( [NativeTypeName("GLfixed *")] Ref equation ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTable")] static abstract void GetColorTable( [NativeTypeName("GLenum")] uint target, @@ -31505,7 +13013,6 @@ static abstract void GetColorTable( void* table ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTable")] static abstract void GetColorTable( @@ -31515,7 +13022,6 @@ static abstract void GetColorTable( Ref table ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] static abstract void GetColorTableEXT( [NativeTypeName("GLenum")] uint target, @@ -31524,7 +13030,6 @@ static abstract void GetColorTableEXT( void* data ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] static abstract void GetColorTableEXT( @@ -31534,7 +13039,6 @@ static abstract void GetColorTableEXT( Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] static abstract void GetColorTableParameter( [NativeTypeName("GLenum")] uint target, @@ -31542,7 +13046,6 @@ static abstract void GetColorTableParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] static abstract void GetColorTableParameter( @@ -31551,7 +13054,6 @@ static abstract void GetColorTableParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] static abstract void GetColorTableParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -31559,7 +13061,6 @@ static abstract void GetColorTableParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] static abstract void GetColorTableParameterEXT( @@ -31568,7 +13069,6 @@ static abstract void GetColorTableParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] static abstract void GetColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, @@ -31576,7 +13076,6 @@ static abstract void GetColorTableParameterSGI( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] static abstract void GetColorTableParameterSGI( @@ -31585,7 +13084,6 @@ static abstract void GetColorTableParameterSGI( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] static abstract void GetColorTableParameter( [NativeTypeName("GLenum")] uint target, @@ -31593,7 +13091,6 @@ static abstract void GetColorTableParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] static abstract void GetColorTableParameter( @@ -31602,7 +13099,6 @@ static abstract void GetColorTableParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] static abstract void GetColorTableParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -31610,7 +13106,6 @@ static abstract void GetColorTableParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] static abstract void GetColorTableParameterEXT( @@ -31619,7 +13114,6 @@ static abstract void GetColorTableParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] static abstract void GetColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, @@ -31627,7 +13121,6 @@ static abstract void GetColorTableParameterSGI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] static abstract void GetColorTableParameterSGI( @@ -31636,7 +13129,6 @@ static abstract void GetColorTableParameterSGI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] static abstract void GetColorTableSGI( [NativeTypeName("GLenum")] uint target, @@ -31645,7 +13137,6 @@ static abstract void GetColorTableSGI( void* table ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] static abstract void GetColorTableSGI( @@ -31655,7 +13146,6 @@ static abstract void GetColorTableSGI( Ref table ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] static abstract void GetCombinerInputParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -31665,7 +13155,6 @@ static abstract void GetCombinerInputParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] static abstract void GetCombinerInputParameterNV( @@ -31676,7 +13165,6 @@ static abstract void GetCombinerInputParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] static abstract void GetCombinerInputParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -31686,7 +13174,6 @@ static abstract void GetCombinerInputParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] static abstract void GetCombinerInputParameterNV( @@ -31697,7 +13184,6 @@ static abstract void GetCombinerInputParameterNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] static abstract void GetCombinerOutputParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -31706,7 +13192,6 @@ static abstract void GetCombinerOutputParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] static abstract void GetCombinerOutputParameterNV( @@ -31716,7 +13201,6 @@ static abstract void GetCombinerOutputParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] static abstract void GetCombinerOutputParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -31725,7 +13209,6 @@ static abstract void GetCombinerOutputParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] static abstract void GetCombinerOutputParameterNV( @@ -31735,7 +13218,6 @@ static abstract void GetCombinerOutputParameterNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] static abstract void GetCombinerStageParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -31743,7 +13225,6 @@ static abstract void GetCombinerStageParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] static abstract void GetCombinerStageParameterNV( @@ -31753,8 +13234,6 @@ static abstract void GetCombinerStageParameterNV( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] static abstract uint GetCommandHeaderNV( [NativeTypeName("GLenum")] uint tokenID, @@ -31762,8 +13241,6 @@ static abstract uint GetCommandHeaderNV( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] static abstract uint GetCommandHeaderNV( @@ -31771,8 +13248,6 @@ static abstract uint GetCommandHeaderNV( [NativeTypeName("GLuint")] uint size ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] static abstract void GetCompressedMultiTexImageEXT( [NativeTypeName("GLenum")] uint texunit, @@ -31781,8 +13256,6 @@ static abstract void GetCompressedMultiTexImageEXT( void* img ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] static abstract void GetCompressedMultiTexImageEXT( @@ -31792,50 +13265,6 @@ static abstract void GetCompressedMultiTexImageEXT( Ref img ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] static abstract void GetCompressedTexImage( [NativeTypeName("GLenum")] uint target, @@ -31843,50 +13272,6 @@ static abstract void GetCompressedTexImage( void* img ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] static abstract void GetCompressedTexImage( @@ -31895,7 +13280,6 @@ static abstract void GetCompressedTexImage( Ref img ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] static abstract void GetCompressedTexImageARB( [NativeTypeName("GLenum")] uint target, @@ -31903,7 +13287,6 @@ static abstract void GetCompressedTexImageARB( void* img ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] static abstract void GetCompressedTexImageARB( @@ -31912,16 +13295,6 @@ static abstract void GetCompressedTexImageARB( Ref img ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] static abstract void GetCompressedTextureImage( [NativeTypeName("GLuint")] uint texture, @@ -31930,16 +13303,6 @@ static abstract void GetCompressedTextureImage( void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] static abstract void GetCompressedTextureImage( @@ -31949,8 +13312,6 @@ static abstract void GetCompressedTextureImage( Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] static abstract void GetCompressedTextureImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -31959,8 +13320,6 @@ static abstract void GetCompressedTextureImageEXT( void* img ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] static abstract void GetCompressedTextureImageEXT( @@ -31970,16 +13329,6 @@ static abstract void GetCompressedTextureImageEXT( Ref img ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] static abstract void GetCompressedTextureSubImage( [NativeTypeName("GLuint")] uint texture, @@ -31994,16 +13343,6 @@ static abstract void GetCompressedTextureSubImage( void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] static abstract void GetCompressedTextureSubImage( @@ -32019,7 +13358,6 @@ static abstract void GetCompressedTextureSubImage( Ref pixels ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] static abstract void GetConvolutionFilter( [NativeTypeName("GLenum")] uint target, @@ -32028,7 +13366,6 @@ static abstract void GetConvolutionFilter( void* image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] static abstract void GetConvolutionFilter( @@ -32038,7 +13375,6 @@ static abstract void GetConvolutionFilter( Ref image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] static abstract void GetConvolutionFilterEXT( [NativeTypeName("GLenum")] uint target, @@ -32047,7 +13383,6 @@ static abstract void GetConvolutionFilterEXT( void* image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] static abstract void GetConvolutionFilterEXT( @@ -32057,7 +13392,6 @@ static abstract void GetConvolutionFilterEXT( Ref image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] static abstract void GetConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -32065,7 +13399,6 @@ static abstract void GetConvolutionParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] static abstract void GetConvolutionParameter( @@ -32074,7 +13407,6 @@ static abstract void GetConvolutionParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] static abstract void GetConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -32082,7 +13414,6 @@ static abstract void GetConvolutionParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] static abstract void GetConvolutionParameterEXT( @@ -32091,7 +13422,6 @@ static abstract void GetConvolutionParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] static abstract void GetConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -32099,7 +13429,6 @@ static abstract void GetConvolutionParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] static abstract void GetConvolutionParameter( @@ -32108,7 +13437,6 @@ static abstract void GetConvolutionParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] static abstract void GetConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -32116,7 +13444,6 @@ static abstract void GetConvolutionParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] static abstract void GetConvolutionParameterEXT( @@ -32125,12 +13452,10 @@ static abstract void GetConvolutionParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] - static abstract int GetConvolutionParameterxvO([NativeTypeName("GLenum")] uint target); + static abstract int GetConvolutionParameterxvOOES([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] static abstract void GetConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -32138,7 +13463,6 @@ static abstract void GetConvolutionParameterxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] static abstract void GetConvolutionParameterxOES( @@ -32147,18 +13471,12 @@ static abstract void GetConvolutionParameterxOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] static abstract void GetCoverageModulationTableNV( [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] static abstract void GetCoverageModulationTableNV( @@ -32166,36 +13484,11 @@ static abstract void GetCoverageModulationTableNV( [NativeTypeName("GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] static abstract float GetCoverageModulationTableNV(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] static abstract uint GetDebugMessageLog( [NativeTypeName("GLuint")] uint count, @@ -32209,28 +13502,6 @@ static abstract uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] static abstract uint GetDebugMessageLog( @@ -32245,28 +13516,6 @@ static abstract uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] static abstract uint GetDebugMessageLog( @@ -32281,28 +13530,6 @@ static abstract uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] static abstract uint GetDebugMessageLog( @@ -32317,7 +13544,6 @@ static abstract uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] static abstract uint GetDebugMessageLogAMD( [NativeTypeName("GLuint")] uint count, @@ -32330,7 +13556,6 @@ static abstract uint GetDebugMessageLogAMD( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] static abstract uint GetDebugMessageLogAMD( @@ -32344,7 +13569,6 @@ static abstract uint GetDebugMessageLogAMD( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] static abstract uint GetDebugMessageLogAMD( @@ -32358,7 +13582,6 @@ static abstract uint GetDebugMessageLogAMD( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] static abstract uint GetDebugMessageLogAMD( @@ -32372,8 +13595,6 @@ static abstract uint GetDebugMessageLogAMD( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] static abstract uint GetDebugMessageLogARB( [NativeTypeName("GLuint")] uint count, @@ -32387,8 +13608,6 @@ static abstract uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] static abstract uint GetDebugMessageLogARB( @@ -32403,8 +13622,6 @@ static abstract uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] static abstract uint GetDebugMessageLogARB( @@ -32419,8 +13636,6 @@ static abstract uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] static abstract uint GetDebugMessageLogARB( @@ -32435,7 +13650,6 @@ static abstract uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] static abstract uint GetDebugMessageLogKHR( [NativeTypeName("GLuint")] uint count, @@ -32449,7 +13663,6 @@ static abstract uint GetDebugMessageLogKHR( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] static abstract uint GetDebugMessageLogKHR( @@ -32464,7 +13677,6 @@ static abstract uint GetDebugMessageLogKHR( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] static abstract uint GetDebugMessageLogKHR( @@ -32479,7 +13691,6 @@ static abstract uint GetDebugMessageLogKHR( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] static abstract uint GetDebugMessageLogKHR( @@ -32493,14 +13704,12 @@ static abstract uint GetDebugMessageLogKHR( [NativeTypeName("GLchar *")] Ref messageLog ); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] static abstract void GetDetailTexFuncSGIS( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] static abstract void GetDetailTexFuncSGIS( @@ -32508,32 +13717,6 @@ static abstract void GetDetailTexFuncSGIS( [NativeTypeName("GLfloat *")] Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] static abstract void GetDouble( [NativeTypeName("GLenum")] uint target, @@ -32541,32 +13724,6 @@ static abstract void GetDouble( [NativeTypeName("GLdouble *")] double* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] static abstract void GetDouble( @@ -32575,8 +13732,6 @@ static abstract void GetDouble( [NativeTypeName("GLdouble *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] static abstract void GetDoubleEXT( [NativeTypeName("GLenum")] uint pname, @@ -32584,8 +13739,6 @@ static abstract void GetDoubleEXT( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] static abstract void GetDoubleEXT( @@ -32594,8 +13747,6 @@ static abstract void GetDoubleEXT( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] static abstract void GetDoubleIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -32603,8 +13754,6 @@ static abstract void GetDoubleIndexedEXT( [NativeTypeName("GLdouble *")] double* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] static abstract void GetDoubleIndexedEXT( @@ -32613,112 +13762,12 @@ static abstract void GetDoubleIndexedEXT( [NativeTypeName("GLdouble *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetDoublev")] static abstract void GetDouble( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble *")] double* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublev")] static abstract void GetDouble( @@ -32726,8 +13775,6 @@ static abstract void GetDouble( [NativeTypeName("GLdouble *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] static abstract void GetDriverControlQCOM( [NativeTypeName("GLint *")] int* num, @@ -32735,8 +13782,6 @@ static abstract void GetDriverControlQCOM( [NativeTypeName("GLuint *")] uint* driverControls ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] static abstract void GetDriverControlQCOM( @@ -32745,14 +13790,10 @@ static abstract void GetDriverControlQCOM( [NativeTypeName("GLuint *")] Ref driverControls ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] static abstract uint GetDriverControlQCOM([NativeTypeName("GLint *")] Ref num); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] static abstract void GetDriverControlStringQCOM( [NativeTypeName("GLuint")] uint driverControl, @@ -32761,8 +13802,6 @@ static abstract void GetDriverControlStringQCOM( [NativeTypeName("GLchar *")] sbyte* driverControlString ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] static abstract void GetDriverControlStringQCOM( @@ -32772,8 +13811,6 @@ static abstract void GetDriverControlStringQCOM( [NativeTypeName("GLchar *")] Ref driverControlString ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] static abstract sbyte GetDriverControlStringQCOM( @@ -32782,129 +13819,14 @@ static abstract sbyte GetDriverControlStringQCOM( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetError")] static abstract Constant GetError(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetError")] static abstract uint GetErrorRaw(); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] static abstract void GetFenceNV( [NativeTypeName("GLuint")] uint fence, @@ -32912,9 +13834,6 @@ static abstract void GetFenceNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] static abstract void GetFenceNV( @@ -32923,7 +13842,6 @@ static abstract void GetFenceNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] static abstract void GetFinalCombinerInputParameterNV( [NativeTypeName("GLenum")] uint variable, @@ -32931,7 +13849,6 @@ static abstract void GetFinalCombinerInputParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] static abstract void GetFinalCombinerInputParameterNV( @@ -32940,7 +13857,6 @@ static abstract void GetFinalCombinerInputParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] static abstract void GetFinalCombinerInputParameterNV( [NativeTypeName("GLenum")] uint variable, @@ -32948,7 +13864,6 @@ static abstract void GetFinalCombinerInputParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] static abstract void GetFinalCombinerInputParameterNV( @@ -32957,29 +13872,21 @@ static abstract void GetFinalCombinerInputParameterNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] - static abstract void GetFirstPerfQueryIdIntel([NativeTypeName("GLuint *")] uint* queryId); + static abstract void GetFirstPerfQueryIdINTEL([NativeTypeName("GLuint *")] uint* queryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] - static abstract void GetFirstPerfQueryIdIntel( + static abstract void GetFirstPerfQueryIdINTEL( [NativeTypeName("GLuint *")] Ref queryId ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetFixedv")] static abstract void GetFixed( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFixedv")] static abstract void GetFixed( @@ -32987,16 +13894,12 @@ static abstract void GetFixed( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] static abstract void GetFixedOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] static abstract void GetFixedOES( @@ -33004,32 +13907,6 @@ static abstract void GetFixedOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] static abstract void GetFloat( [NativeTypeName("GLenum")] uint target, @@ -33037,32 +13914,6 @@ static abstract void GetFloat( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] static abstract void GetFloat( @@ -33071,8 +13922,6 @@ static abstract void GetFloat( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] static abstract void GetFloatEXT( [NativeTypeName("GLenum")] uint pname, @@ -33080,8 +13929,6 @@ static abstract void GetFloatEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] static abstract void GetFloatEXT( @@ -33090,7 +13937,6 @@ static abstract void GetFloatEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] static abstract void GetFloatNV( [NativeTypeName("GLenum")] uint target, @@ -33098,7 +13944,6 @@ static abstract void GetFloatNV( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] static abstract void GetFloatNV( @@ -33107,7 +13952,6 @@ static abstract void GetFloatNV( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] static abstract void GetFloatOES( [NativeTypeName("GLenum")] uint target, @@ -33115,7 +13959,6 @@ static abstract void GetFloatOES( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] static abstract void GetFloatOES( @@ -33124,8 +13967,6 @@ static abstract void GetFloatOES( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] static abstract void GetFloatIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -33133,8 +13974,6 @@ static abstract void GetFloatIndexedEXT( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] static abstract void GetFloatIndexedEXT( @@ -33143,124 +13982,12 @@ static abstract void GetFloatIndexedEXT( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetFloatv")] static abstract void GetFloat( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloatv")] static abstract void GetFloat( @@ -33268,46 +13995,14 @@ static abstract void GetFloat( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] static abstract void GetFogFuncSGIS([NativeTypeName("GLfloat *")] float* points); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] static abstract void GetFogFuncSGIS([NativeTypeName("GLfloat *")] Ref points); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] static abstract int GetFragDataIndex( [NativeTypeName("GLuint")] uint program, @@ -33315,36 +14010,6 @@ static abstract int GetFragDataIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] static abstract int GetFragDataIndex( @@ -33353,7 +14018,6 @@ static abstract int GetFragDataIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] static abstract int GetFragDataIndexEXT( [NativeTypeName("GLuint")] uint program, @@ -33361,7 +14025,6 @@ static abstract int GetFragDataIndexEXT( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] static abstract int GetFragDataIndexEXT( @@ -33370,40 +14033,6 @@ static abstract int GetFragDataIndexEXT( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] static abstract int GetFragDataLocation( [NativeTypeName("GLuint")] uint program, @@ -33411,40 +14040,6 @@ static abstract int GetFragDataLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] static abstract int GetFragDataLocation( @@ -33453,7 +14048,6 @@ static abstract int GetFragDataLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] static abstract int GetFragDataLocationEXT( [NativeTypeName("GLuint")] uint program, @@ -33461,7 +14055,6 @@ static abstract int GetFragDataLocationEXT( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] static abstract int GetFragDataLocationEXT( @@ -33469,7 +14062,6 @@ static abstract int GetFragDataLocationEXT( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] static abstract void GetFragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -33477,7 +14069,6 @@ static abstract void GetFragmentLightSGIX( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] static abstract void GetFragmentLightSGIX( @@ -33486,7 +14077,6 @@ static abstract void GetFragmentLightSGIX( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] static abstract void GetFragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -33494,7 +14084,6 @@ static abstract void GetFragmentLightSGIX( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] static abstract void GetFragmentLightSGIX( @@ -33503,7 +14092,6 @@ static abstract void GetFragmentLightSGIX( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] static abstract void GetFragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -33511,7 +14099,6 @@ static abstract void GetFragmentMaterialSGIX( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] static abstract void GetFragmentMaterialSGIX( @@ -33520,7 +14107,6 @@ static abstract void GetFragmentMaterialSGIX( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] static abstract void GetFragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -33528,7 +14114,6 @@ static abstract void GetFragmentMaterialSGIX( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] static abstract void GetFragmentMaterialSGIX( @@ -33537,7 +14122,6 @@ static abstract void GetFragmentMaterialSGIX( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] static abstract void GetFragmentShadingRatesEXT( [NativeTypeName("GLsizei")] uint samples, @@ -33546,7 +14130,6 @@ static abstract void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] uint* shadingRates ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] static abstract void GetFragmentShadingRatesEXT( @@ -33556,7 +14139,6 @@ static abstract void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] Ref shadingRates ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] static abstract uint GetFragmentShadingRatesEXT( @@ -33564,7 +14146,6 @@ static abstract uint GetFragmentShadingRatesEXT( [NativeTypeName("GLsizei *")] Ref count ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] static abstract void GetFragmentShadingRatesEXT( @@ -33574,7 +14155,6 @@ static abstract void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] Ref shadingRates ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] static abstract void GetFragmentShadingRatesEXT( @@ -33584,47 +14164,6 @@ static abstract void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] Ref shadingRates ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] static abstract void GetFramebufferAttachmentParameter( [NativeTypeName("GLenum")] uint target, @@ -33633,47 +14172,6 @@ static abstract void GetFramebufferAttachmentParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] static abstract void GetFramebufferAttachmentParameter( @@ -33684,7 +14182,6 @@ static abstract void GetFramebufferAttachmentParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] static abstract void GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -33693,7 +14190,6 @@ static abstract void GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] static abstract void GetFramebufferAttachmentParameterEXT( @@ -33704,7 +14200,6 @@ static abstract void GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] static abstract void GetFramebufferAttachmentParameterOES( [NativeTypeName("GLenum")] uint target, @@ -33713,7 +14208,6 @@ static abstract void GetFramebufferAttachmentParameterOES( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] static abstract void GetFramebufferAttachmentParameterOES( @@ -33724,7 +14218,6 @@ static abstract void GetFramebufferAttachmentParameterOES( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] static abstract void GetFramebufferParameterAMD( [NativeTypeName("GLenum")] uint target, @@ -33735,7 +14228,6 @@ static abstract void GetFramebufferParameterAMD( [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] static abstract void GetFramebufferParameterAMD( @@ -33748,28 +14240,6 @@ static abstract void GetFramebufferParameterAMD( [NativeTypeName("GLfloat *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] static abstract void GetFramebufferParameter( [NativeTypeName("GLenum")] uint target, @@ -33777,28 +14247,6 @@ static abstract void GetFramebufferParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] static abstract void GetFramebufferParameter( @@ -33808,8 +14256,6 @@ static abstract void GetFramebufferParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] static abstract void GetFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -33817,8 +14263,6 @@ static abstract void GetFramebufferParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] static abstract void GetFramebufferParameterEXT( @@ -33827,9 +14271,6 @@ static abstract void GetFramebufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] static abstract void GetFramebufferParameterMESA( [NativeTypeName("GLenum")] uint target, @@ -33837,9 +14278,6 @@ static abstract void GetFramebufferParameterMESA( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] static abstract void GetFramebufferParameterMESA( @@ -33850,14 +14288,12 @@ static abstract void GetFramebufferParameterMESA( ); [return: NativeTypeName("GLsizei")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] static abstract uint GetFramebufferPixelLocalStorageSizeEXT( [NativeTypeName("GLuint")] uint target ); [return: NativeTypeName("GLsizei")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] static abstract uint GetFramebufferPixelLocalStorageSizeEXT( @@ -33865,85 +14301,52 @@ static abstract uint GetFramebufferPixelLocalStorageSizeEXT( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] static abstract Constant GetGraphicsResetStatus(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] static abstract Constant GetGraphicsResetStatusARB(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] - static abstract uint GetGraphicsResetStatusARBRaw(); + static abstract uint GetGraphicsResetStatusARBRawARB(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] static abstract Constant GetGraphicsResetStatusEXT(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] - static abstract uint GetGraphicsResetStatusEXTRaw(); + static abstract uint GetGraphicsResetStatusEXTRawEXT(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] static abstract Constant GetGraphicsResetStatusKHR(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] - static abstract uint GetGraphicsResetStatusKHRRaw(); + static abstract uint GetGraphicsResetStatusKHRRawKHR(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] static abstract uint GetGraphicsResetStatusRaw(); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] static abstract uint GetHandleARB([NativeTypeName("GLenum")] uint pname); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] static abstract uint GetHandleARB( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogram")] static abstract void GetHistogram( [NativeTypeName("GLenum")] uint target, @@ -33953,7 +14356,6 @@ static abstract void GetHistogram( void* values ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogram")] static abstract void GetHistogram( @@ -33964,7 +14366,6 @@ static abstract void GetHistogram( Ref values ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] static abstract void GetHistogramEXT( [NativeTypeName("GLenum")] uint target, @@ -33974,7 +14375,6 @@ static abstract void GetHistogramEXT( void* values ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] static abstract void GetHistogramEXT( @@ -33985,7 +14385,6 @@ static abstract void GetHistogramEXT( Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] static abstract void GetHistogramParameter( [NativeTypeName("GLenum")] uint target, @@ -33993,7 +14392,6 @@ static abstract void GetHistogramParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] static abstract void GetHistogramParameter( @@ -34002,7 +14400,6 @@ static abstract void GetHistogramParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] static abstract void GetHistogramParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -34010,7 +14407,6 @@ static abstract void GetHistogramParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] static abstract void GetHistogramParameterEXT( @@ -34019,7 +14415,6 @@ static abstract void GetHistogramParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] static abstract void GetHistogramParameter( [NativeTypeName("GLenum")] uint target, @@ -34027,7 +14422,6 @@ static abstract void GetHistogramParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] static abstract void GetHistogramParameter( @@ -34036,7 +14430,6 @@ static abstract void GetHistogramParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] static abstract void GetHistogramParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -34044,7 +14437,6 @@ static abstract void GetHistogramParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] static abstract void GetHistogramParameterEXT( @@ -34053,7 +14445,6 @@ static abstract void GetHistogramParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] static abstract void GetHistogramParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -34061,7 +14452,6 @@ static abstract void GetHistogramParameterxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] static abstract void GetHistogramParameterxOES( @@ -34071,8 +14461,6 @@ static abstract void GetHistogramParameterxOES( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] static abstract ulong GetImageHandleARB( [NativeTypeName("GLuint")] uint texture, @@ -34083,8 +14471,6 @@ static abstract ulong GetImageHandleARB( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] static abstract ulong GetImageHandleARB( @@ -34096,9 +14482,6 @@ static abstract ulong GetImageHandleARB( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] static abstract ulong GetImageHandleNV( [NativeTypeName("GLuint")] uint texture, @@ -34109,9 +14492,6 @@ static abstract ulong GetImageHandleNV( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] static abstract ulong GetImageHandleNV( @@ -34122,7 +14502,6 @@ static abstract ulong GetImageHandleNV( [NativeTypeName("GLenum")] Constant format ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] static abstract void GetImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -34130,7 +14509,6 @@ static abstract void GetImageTransformParameterHP( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] static abstract void GetImageTransformParameterHP( @@ -34139,7 +14517,6 @@ static abstract void GetImageTransformParameterHP( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] static abstract void GetImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -34147,7 +14524,6 @@ static abstract void GetImageTransformParameterHP( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] static abstract void GetImageTransformParameterHP( @@ -34156,7 +14532,6 @@ static abstract void GetImageTransformParameterHP( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] static abstract void GetInfoLogARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -34165,7 +14540,6 @@ static abstract void GetInfoLogARB( [NativeTypeName("GLcharARB *")] sbyte* infoLog ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] static abstract void GetInfoLogARB( @@ -34175,7 +14549,6 @@ static abstract void GetInfoLogARB( [NativeTypeName("GLcharARB *")] Ref infoLog ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] static abstract sbyte GetInfoLogARB( @@ -34184,40 +14557,9 @@ static abstract sbyte GetInfoLogARB( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glGetInstrumentsSGIX")] static abstract int GetInstrumentsSGIX(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] static abstract void GetInteger64( [NativeTypeName("GLenum")] uint target, @@ -34225,36 +14567,6 @@ static abstract void GetInteger64( [NativeTypeName("GLint64 *")] long* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] static abstract void GetInteger64( @@ -34263,76 +14575,12 @@ static abstract void GetInteger64( [NativeTypeName("GLint64 *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] static abstract void GetInteger64( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] static abstract void GetInteger64( @@ -34340,31 +14588,25 @@ static abstract void GetInteger64( [NativeTypeName("GLint64 *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] - static abstract void GetInteger64Apple( + static abstract void GetInteger64APPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] - static abstract void GetInteger64Apple( + static abstract void GetInteger64APPLE( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] static abstract void GetInteger64EXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* data ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] static abstract void GetInteger64EXT( @@ -34372,42 +14614,6 @@ static abstract void GetInteger64EXT( [NativeTypeName("GLint64 *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] static abstract void GetInteger( [NativeTypeName("GLenum")] uint target, @@ -34415,42 +14621,6 @@ static abstract void GetInteger( [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] static abstract void GetInteger( @@ -34459,7 +14629,6 @@ static abstract void GetInteger( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] static abstract void GetIntegerEXT( [NativeTypeName("GLenum")] uint target, @@ -34467,7 +14636,6 @@ static abstract void GetIntegerEXT( [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] static abstract void GetIntegerEXT( @@ -34476,8 +14644,6 @@ static abstract void GetIntegerEXT( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] static abstract void GetIntegerIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -34485,8 +14651,6 @@ static abstract void GetIntegerIndexedEXT( [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] static abstract void GetIntegerIndexedEXT( @@ -34495,8 +14659,6 @@ static abstract void GetIntegerIndexedEXT( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] static abstract void GetIntegerui64NV( [NativeTypeName("GLenum")] uint value, @@ -34504,8 +14666,6 @@ static abstract void GetIntegerui64NV( [NativeTypeName("GLuint64EXT *")] ulong* result ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] static abstract void GetIntegerui64NV( @@ -34514,22 +14674,16 @@ static abstract void GetIntegerui64NV( [NativeTypeName("GLuint64EXT *")] Ref result ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] static abstract ulong GetIntegerui64NV([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] static abstract void GetIntegerNV( [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLuint64EXT *")] ulong* result ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] static abstract void GetIntegerNV( @@ -34537,130 +14691,16 @@ static abstract void GetIntegerNV( [NativeTypeName("GLuint64EXT *")] Ref result ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] static abstract ulong GetIntegerNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] static abstract void GetInteger( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] static abstract void GetInteger( @@ -34668,30 +14708,8 @@ static abstract void GetInteger( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] - static abstract void GetInternalformati64V( + static abstract void GetInternalformati64v( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLenum")] uint pname, @@ -34699,31 +14717,9 @@ static abstract void GetInternalformati64V( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] - static abstract void GetInternalformati64V( + static abstract void GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname, @@ -34731,60 +14727,14 @@ static abstract void GetInternalformati64V( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] - static abstract long GetInternalformati64V( + static abstract long GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] static abstract void GetInternalformat( [NativeTypeName("GLenum")] uint target, @@ -34794,30 +14744,6 @@ static abstract void GetInternalformat( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] static abstract void GetInternalformat( @@ -34828,30 +14754,6 @@ static abstract void GetInternalformat( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] static abstract int GetInternalformat( @@ -34860,9 +14762,6 @@ static abstract int GetInternalformat( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] static abstract void GetInternalformatSampleNV( [NativeTypeName("GLenum")] uint target, @@ -34873,9 +14772,6 @@ static abstract void GetInternalformatSampleNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] static abstract void GetInternalformatSampleNV( @@ -34887,9 +14783,6 @@ static abstract void GetInternalformatSampleNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] static abstract int GetInternalformatSampleNV( @@ -34899,7 +14792,6 @@ static abstract int GetInternalformatSampleNV( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] static abstract void GetInvariantBooleanEXT( [NativeTypeName("GLuint")] uint id, @@ -34907,7 +14799,6 @@ static abstract void GetInvariantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] static abstract void GetInvariantBooleanEXT( @@ -34916,14 +14807,12 @@ static abstract void GetInvariantBooleanEXT( [NativeTypeName("GLboolean *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] static abstract uint GetInvariantBooleanEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] static abstract void GetInvariantFloatEXT( [NativeTypeName("GLuint")] uint id, @@ -34931,7 +14820,6 @@ static abstract void GetInvariantFloatEXT( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] static abstract void GetInvariantFloatEXT( @@ -34940,14 +14828,12 @@ static abstract void GetInvariantFloatEXT( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] static abstract float GetInvariantFloatEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] static abstract void GetInvariantIntegerEXT( [NativeTypeName("GLuint")] uint id, @@ -34955,7 +14841,6 @@ static abstract void GetInvariantIntegerEXT( [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] static abstract void GetInvariantIntegerEXT( @@ -34964,39 +14849,12 @@ static abstract void GetInvariantIntegerEXT( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] static abstract int GetInvariantIntegerEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetLightfv")] static abstract void GetLight( [NativeTypeName("GLenum")] uint light, @@ -35004,32 +14862,6 @@ static abstract void GetLight( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightfv")] static abstract void GetLight( @@ -35038,31 +14870,6 @@ static abstract void GetLight( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetLightiv")] static abstract void GetLight( [NativeTypeName("GLenum")] uint light, @@ -35070,31 +14877,6 @@ static abstract void GetLight( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightiv")] static abstract void GetLight( @@ -35103,7 +14885,6 @@ static abstract void GetLight( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] static abstract void GetLightxOES( [NativeTypeName("GLenum")] uint light, @@ -35111,7 +14892,6 @@ static abstract void GetLightxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] static abstract void GetLightxOES( @@ -35120,7 +14900,6 @@ static abstract void GetLightxOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetLightxv")] static abstract void GetLightx( [NativeTypeName("GLenum")] uint light, @@ -35128,7 +14907,6 @@ static abstract void GetLightx( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxv")] static abstract void GetLightx( @@ -35137,7 +14915,6 @@ static abstract void GetLightx( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] static abstract void GetLightxvOES( [NativeTypeName("GLenum")] uint light, @@ -35145,7 +14922,6 @@ static abstract void GetLightxvOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] static abstract void GetLightxvOES( @@ -35154,7 +14930,6 @@ static abstract void GetLightxvOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] static abstract void GetListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -35162,7 +14937,6 @@ static abstract void GetListParameterSGIX( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] static abstract void GetListParameterSGIX( @@ -35171,7 +14945,6 @@ static abstract void GetListParameterSGIX( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] static abstract void GetListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -35179,7 +14952,6 @@ static abstract void GetListParameterSGIX( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] static abstract void GetListParameterSGIX( @@ -35188,7 +14960,6 @@ static abstract void GetListParameterSGIX( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] static abstract void GetLocalConstantBooleanEXT( [NativeTypeName("GLuint")] uint id, @@ -35196,7 +14967,6 @@ static abstract void GetLocalConstantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] static abstract void GetLocalConstantBooleanEXT( @@ -35205,14 +14975,12 @@ static abstract void GetLocalConstantBooleanEXT( [NativeTypeName("GLboolean *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] static abstract uint GetLocalConstantBooleanEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] static abstract void GetLocalConstantFloatEXT( [NativeTypeName("GLuint")] uint id, @@ -35220,7 +14988,6 @@ static abstract void GetLocalConstantFloatEXT( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] static abstract void GetLocalConstantFloatEXT( @@ -35229,14 +14996,12 @@ static abstract void GetLocalConstantFloatEXT( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] static abstract float GetLocalConstantFloatEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] static abstract void GetLocalConstantIntegerEXT( [NativeTypeName("GLuint")] uint id, @@ -35244,7 +15009,6 @@ static abstract void GetLocalConstantIntegerEXT( [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] static abstract void GetLocalConstantIntegerEXT( @@ -35253,14 +15017,12 @@ static abstract void GetLocalConstantIntegerEXT( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] static abstract int GetLocalConstantIntegerEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] static abstract void GetMapAttribParameterNV( [NativeTypeName("GLenum")] uint target, @@ -35269,7 +15031,6 @@ static abstract void GetMapAttribParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] static abstract void GetMapAttribParameterNV( @@ -35279,7 +15040,6 @@ static abstract void GetMapAttribParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] static abstract void GetMapAttribParameterNV( [NativeTypeName("GLenum")] uint target, @@ -35288,7 +15048,6 @@ static abstract void GetMapAttribParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] static abstract void GetMapAttribParameterNV( @@ -35298,7 +15057,6 @@ static abstract void GetMapAttribParameterNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] static abstract void GetMapControlPointsNV( [NativeTypeName("GLenum")] uint target, @@ -35310,7 +15068,6 @@ static abstract void GetMapControlPointsNV( void* points ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] static abstract void GetMapControlPointsNV( @@ -35323,31 +15080,6 @@ static abstract void GetMapControlPointsNV( Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapdv")] static abstract void GetMap( [NativeTypeName("GLenum")] uint target, @@ -35355,31 +15087,6 @@ static abstract void GetMap( [NativeTypeName("GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapdv")] static abstract void GetMap( @@ -35388,31 +15095,6 @@ static abstract void GetMap( [NativeTypeName("GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapfv")] static abstract void GetMap( [NativeTypeName("GLenum")] uint target, @@ -35420,31 +15102,6 @@ static abstract void GetMap( [NativeTypeName("GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapfv")] static abstract void GetMap( @@ -35453,31 +15110,6 @@ static abstract void GetMap( [NativeTypeName("GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapiv")] static abstract void GetMap( [NativeTypeName("GLenum")] uint target, @@ -35485,31 +15117,6 @@ static abstract void GetMap( [NativeTypeName("GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapiv")] static abstract void GetMap( @@ -35518,7 +15125,6 @@ static abstract void GetMap( [NativeTypeName("GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] static abstract void GetMapParameterNV( [NativeTypeName("GLenum")] uint target, @@ -35526,7 +15132,6 @@ static abstract void GetMapParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] static abstract void GetMapParameterNV( @@ -35535,7 +15140,6 @@ static abstract void GetMapParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] static abstract void GetMapParameterNV( [NativeTypeName("GLenum")] uint target, @@ -35543,7 +15147,6 @@ static abstract void GetMapParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] static abstract void GetMapParameterNV( @@ -35552,7 +15155,6 @@ static abstract void GetMapParameterNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] static abstract void GetMapxOES( [NativeTypeName("GLenum")] uint target, @@ -35560,7 +15162,6 @@ static abstract void GetMapxOES( [NativeTypeName("GLfixed *")] int* v ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] static abstract void GetMapxOES( @@ -35569,32 +15170,6 @@ static abstract void GetMapxOES( [NativeTypeName("GLfixed *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] static abstract void GetMaterial( [NativeTypeName("GLenum")] uint face, @@ -35602,32 +15177,6 @@ static abstract void GetMaterial( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] static abstract void GetMaterial( @@ -35636,31 +15185,6 @@ static abstract void GetMaterial( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] static abstract void GetMaterial( [NativeTypeName("GLenum")] uint face, @@ -35668,31 +15192,6 @@ static abstract void GetMaterial( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] static abstract void GetMaterial( @@ -35701,7 +15200,6 @@ static abstract void GetMaterial( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] static abstract void GetMaterialxOES( [NativeTypeName("GLenum")] uint face, @@ -35709,7 +15207,6 @@ static abstract void GetMaterialxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] static abstract void GetMaterialxOES( @@ -35718,7 +15215,6 @@ static abstract void GetMaterialxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] static abstract void GetMaterialx( [NativeTypeName("GLenum")] uint face, @@ -35726,7 +15222,6 @@ static abstract void GetMaterialx( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] static abstract void GetMaterialx( @@ -35735,7 +15230,6 @@ static abstract void GetMaterialx( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] static abstract void GetMaterialxOES( [NativeTypeName("GLenum")] uint face, @@ -35743,7 +15237,6 @@ static abstract void GetMaterialxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] static abstract void GetMaterialxOES( @@ -35752,9 +15245,6 @@ static abstract void GetMaterialxOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] static abstract void GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint")] uint memory, @@ -35764,9 +15254,6 @@ static abstract void GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] static abstract void GetMemoryObjectDetachedResourcesNV( @@ -35777,8 +15264,6 @@ static abstract void GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] static abstract void GetMemoryObjectParameterEXT( [NativeTypeName("GLuint")] uint memoryObject, @@ -35786,8 +15271,6 @@ static abstract void GetMemoryObjectParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] static abstract void GetMemoryObjectParameterEXT( @@ -35796,7 +15279,6 @@ static abstract void GetMemoryObjectParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmax")] static abstract void GetMinmax( [NativeTypeName("GLenum")] uint target, @@ -35806,7 +15288,6 @@ static abstract void GetMinmax( void* values ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmax")] static abstract void GetMinmax( @@ -35817,7 +15298,6 @@ static abstract void GetMinmax( Ref values ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] static abstract void GetMinmaxEXT( [NativeTypeName("GLenum")] uint target, @@ -35827,7 +15307,6 @@ static abstract void GetMinmaxEXT( void* values ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] static abstract void GetMinmaxEXT( @@ -35838,7 +15317,6 @@ static abstract void GetMinmaxEXT( Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] static abstract void GetMinmaxParameter( [NativeTypeName("GLenum")] uint target, @@ -35846,7 +15324,6 @@ static abstract void GetMinmaxParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] static abstract void GetMinmaxParameter( @@ -35855,7 +15332,6 @@ static abstract void GetMinmaxParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] static abstract void GetMinmaxParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -35863,7 +15339,6 @@ static abstract void GetMinmaxParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] static abstract void GetMinmaxParameterEXT( @@ -35872,7 +15347,6 @@ static abstract void GetMinmaxParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] static abstract void GetMinmaxParameter( [NativeTypeName("GLenum")] uint target, @@ -35880,7 +15354,6 @@ static abstract void GetMinmaxParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] static abstract void GetMinmaxParameter( @@ -35889,7 +15362,6 @@ static abstract void GetMinmaxParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] static abstract void GetMinmaxParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -35897,7 +15369,6 @@ static abstract void GetMinmaxParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] static abstract void GetMinmaxParameterEXT( @@ -35906,38 +15377,6 @@ static abstract void GetMinmaxParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] static abstract void GetMultisample( [NativeTypeName("GLenum")] uint pname, @@ -35945,38 +15384,6 @@ static abstract void GetMultisample( [NativeTypeName("GLfloat *")] float* val ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] static abstract void GetMultisample( @@ -35985,7 +15392,6 @@ static abstract void GetMultisample( [NativeTypeName("GLfloat *")] Ref val ); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] static abstract void GetMultisampleNV( [NativeTypeName("GLenum")] uint pname, @@ -35993,7 +15399,6 @@ static abstract void GetMultisampleNV( [NativeTypeName("GLfloat *")] float* val ); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] static abstract void GetMultisampleNV( @@ -36002,8 +15407,6 @@ static abstract void GetMultisampleNV( [NativeTypeName("GLfloat *")] Ref val ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] static abstract void GetMultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -36012,8 +15415,6 @@ static abstract void GetMultiTexEnvEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] static abstract void GetMultiTexEnvEXT( @@ -36023,8 +15424,6 @@ static abstract void GetMultiTexEnvEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] static abstract void GetMultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -36033,8 +15432,6 @@ static abstract void GetMultiTexEnvEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] static abstract void GetMultiTexEnvEXT( @@ -36044,8 +15441,6 @@ static abstract void GetMultiTexEnvEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] static abstract void GetMultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -36054,8 +15449,6 @@ static abstract void GetMultiTexGenEXT( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] static abstract void GetMultiTexGenEXT( @@ -36065,8 +15458,6 @@ static abstract void GetMultiTexGenEXT( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] static abstract void GetMultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -36075,8 +15466,6 @@ static abstract void GetMultiTexGenEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] static abstract void GetMultiTexGenEXT( @@ -36086,8 +15475,6 @@ static abstract void GetMultiTexGenEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] static abstract void GetMultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -36096,8 +15483,6 @@ static abstract void GetMultiTexGenEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] static abstract void GetMultiTexGenEXT( @@ -36107,8 +15492,6 @@ static abstract void GetMultiTexGenEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] static abstract void GetMultiTexImageEXT( [NativeTypeName("GLenum")] uint texunit, @@ -36119,8 +15502,6 @@ static abstract void GetMultiTexImageEXT( void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] static abstract void GetMultiTexImageEXT( @@ -36132,8 +15513,6 @@ static abstract void GetMultiTexImageEXT( Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] static abstract void GetMultiTexLevelParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -36143,8 +15522,6 @@ static abstract void GetMultiTexLevelParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] static abstract void GetMultiTexLevelParameterEXT( @@ -36155,8 +15532,6 @@ static abstract void GetMultiTexLevelParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] static abstract void GetMultiTexLevelParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -36166,8 +15541,6 @@ static abstract void GetMultiTexLevelParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] static abstract void GetMultiTexLevelParameterEXT( @@ -36178,8 +15551,6 @@ static abstract void GetMultiTexLevelParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] static abstract void GetMultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -36188,8 +15559,6 @@ static abstract void GetMultiTexParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] static abstract void GetMultiTexParameterEXT( @@ -36199,8 +15568,6 @@ static abstract void GetMultiTexParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] static abstract void GetMultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, @@ -36209,8 +15576,6 @@ static abstract void GetMultiTexParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] static abstract void GetMultiTexParameterIEXT( @@ -36220,8 +15585,6 @@ static abstract void GetMultiTexParameterIEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] static abstract void GetMultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, @@ -36230,8 +15593,6 @@ static abstract void GetMultiTexParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] static abstract void GetMultiTexParameterIEXT( @@ -36241,8 +15602,6 @@ static abstract void GetMultiTexParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] static abstract void GetMultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -36251,8 +15610,6 @@ static abstract void GetMultiTexParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] static abstract void GetMultiTexParameterEXT( @@ -36262,16 +15619,6 @@ static abstract void GetMultiTexParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] static abstract void GetNamedBufferParameter( [NativeTypeName("GLuint")] uint buffer, @@ -36279,16 +15626,6 @@ static abstract void GetNamedBufferParameter( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] static abstract void GetNamedBufferParameter( @@ -36297,16 +15634,6 @@ static abstract void GetNamedBufferParameter( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] static abstract void GetNamedBufferParameter( [NativeTypeName("GLuint")] uint buffer, @@ -36314,16 +15641,6 @@ static abstract void GetNamedBufferParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] static abstract void GetNamedBufferParameter( @@ -36332,8 +15649,6 @@ static abstract void GetNamedBufferParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] static abstract void GetNamedBufferParameterEXT( [NativeTypeName("GLuint")] uint buffer, @@ -36341,8 +15656,6 @@ static abstract void GetNamedBufferParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] static abstract void GetNamedBufferParameterEXT( @@ -36351,8 +15664,6 @@ static abstract void GetNamedBufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] static abstract void GetNamedBufferParameterNV( [NativeTypeName("GLuint")] uint buffer, @@ -36360,8 +15671,6 @@ static abstract void GetNamedBufferParameterNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] static abstract void GetNamedBufferParameterNV( @@ -36370,16 +15679,6 @@ static abstract void GetNamedBufferParameterNV( [NativeTypeName("GLuint64EXT *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] static abstract void GetNamedBufferPointer( [NativeTypeName("GLuint")] uint buffer, @@ -36387,16 +15686,6 @@ static abstract void GetNamedBufferPointer( void** @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] static abstract void GetNamedBufferPointer( @@ -36405,8 +15694,6 @@ static abstract void GetNamedBufferPointer( Ref2D @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] static abstract void GetNamedBufferPointerEXT( [NativeTypeName("GLuint")] uint buffer, @@ -36414,8 +15701,6 @@ static abstract void GetNamedBufferPointerEXT( void** @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] static abstract void GetNamedBufferPointerEXT( @@ -36424,16 +15709,6 @@ static abstract void GetNamedBufferPointerEXT( Ref2D @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] static abstract void GetNamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -36442,16 +15717,6 @@ static abstract void GetNamedBufferSubData( void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] static abstract void GetNamedBufferSubData( @@ -36461,8 +15726,6 @@ static abstract void GetNamedBufferSubData( Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] static abstract void GetNamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -36471,8 +15734,6 @@ static abstract void GetNamedBufferSubDataEXT( void* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] static abstract void GetNamedBufferSubDataEXT( @@ -36482,16 +15743,6 @@ static abstract void GetNamedBufferSubDataEXT( Ref data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] static abstract void GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLuint")] uint framebuffer, @@ -36500,16 +15751,6 @@ static abstract void GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] static abstract void GetNamedFramebufferAttachmentParameter( @@ -36520,8 +15761,6 @@ static abstract void GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] static abstract void GetNamedFramebufferAttachmentParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -36530,8 +15769,6 @@ static abstract void GetNamedFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] static abstract void GetNamedFramebufferAttachmentParameterEXT( @@ -36542,7 +15779,6 @@ static abstract void GetNamedFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] static abstract void GetNamedFramebufferParameterAMD( [NativeTypeName("GLuint")] uint framebuffer, @@ -36553,7 +15789,6 @@ static abstract void GetNamedFramebufferParameterAMD( [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] static abstract void GetNamedFramebufferParameterAMD( @@ -36565,16 +15800,6 @@ static abstract void GetNamedFramebufferParameterAMD( [NativeTypeName("GLfloat *")] Ref values ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] static abstract void GetNamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, @@ -36582,16 +15807,6 @@ static abstract void GetNamedFramebufferParameter( [NativeTypeName("GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] static abstract void GetNamedFramebufferParameter( @@ -36600,8 +15815,6 @@ static abstract void GetNamedFramebufferParameter( [NativeTypeName("GLint *")] Ref param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] static abstract void GetNamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -36609,8 +15822,6 @@ static abstract void GetNamedFramebufferParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] static abstract void GetNamedFramebufferParameterEXT( @@ -36619,8 +15830,6 @@ static abstract void GetNamedFramebufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] static abstract void GetNamedProgramEXT( [NativeTypeName("GLuint")] uint program, @@ -36629,8 +15838,6 @@ static abstract void GetNamedProgramEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] static abstract void GetNamedProgramEXT( @@ -36640,8 +15847,6 @@ static abstract void GetNamedProgramEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] static abstract int GetNamedProgramEXT( @@ -36650,8 +15855,6 @@ static abstract int GetNamedProgramEXT( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] static abstract void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLuint")] uint program, @@ -36660,8 +15863,6 @@ static abstract void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] static abstract void GetNamedProgramLocalParameterEXT( @@ -36671,8 +15872,6 @@ static abstract void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] static abstract void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLuint")] uint program, @@ -36681,8 +15880,6 @@ static abstract void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] static abstract void GetNamedProgramLocalParameterEXT( @@ -36692,8 +15889,6 @@ static abstract void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] static abstract void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint")] uint program, @@ -36702,8 +15897,6 @@ static abstract void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] static abstract void GetNamedProgramLocalParameterIEXT( @@ -36713,8 +15906,6 @@ static abstract void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] static abstract void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint")] uint program, @@ -36723,8 +15914,6 @@ static abstract void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] static abstract void GetNamedProgramLocalParameterIEXT( @@ -36734,8 +15923,6 @@ static abstract void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] static abstract void GetNamedProgramStringEXT( [NativeTypeName("GLuint")] uint program, @@ -36744,8 +15931,6 @@ static abstract void GetNamedProgramStringEXT( void* @string ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] static abstract void GetNamedProgramStringEXT( @@ -36755,16 +15940,6 @@ static abstract void GetNamedProgramStringEXT( Ref @string ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] static abstract void GetNamedRenderbufferParameter( [NativeTypeName("GLuint")] uint renderbuffer, @@ -36772,16 +15947,6 @@ static abstract void GetNamedRenderbufferParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] static abstract void GetNamedRenderbufferParameter( @@ -36790,8 +15955,6 @@ static abstract void GetNamedRenderbufferParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] static abstract void GetNamedRenderbufferParameterEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -36799,8 +15962,6 @@ static abstract void GetNamedRenderbufferParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] static abstract void GetNamedRenderbufferParameterEXT( @@ -36809,8 +15970,6 @@ static abstract void GetNamedRenderbufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] static abstract void GetNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -36820,8 +15979,6 @@ static abstract void GetNamedStringARB( [NativeTypeName("GLchar *")] sbyte* @string ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] static abstract void GetNamedStringARB( @@ -36832,8 +15989,6 @@ static abstract void GetNamedStringARB( [NativeTypeName("GLchar *")] Ref @string ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] static abstract void GetNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -36842,8 +15997,6 @@ static abstract void GetNamedStringARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] static abstract void GetNamedStringARB( @@ -36853,7 +16006,6 @@ static abstract void GetNamedStringARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] static abstract void GetnColorTable( [NativeTypeName("GLenum")] uint target, @@ -36863,7 +16015,6 @@ static abstract void GetnColorTable( void* table ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] static abstract void GetnColorTable( @@ -36874,7 +16025,6 @@ static abstract void GetnColorTable( Ref table ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] static abstract void GetnColorTableARB( [NativeTypeName("GLenum")] uint target, @@ -36884,7 +16034,6 @@ static abstract void GetnColorTableARB( void* table ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] static abstract void GetnColorTableARB( @@ -36895,8 +16044,6 @@ static abstract void GetnColorTableARB( Ref table ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] static abstract void GetnCompressedTexImage( [NativeTypeName("GLenum")] uint target, @@ -36905,8 +16052,6 @@ static abstract void GetnCompressedTexImage( void* pixels ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] static abstract void GetnCompressedTexImage( @@ -36916,8 +16061,6 @@ static abstract void GetnCompressedTexImage( Ref pixels ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] static abstract void GetnCompressedTexImageARB( [NativeTypeName("GLenum")] uint target, @@ -36926,8 +16069,6 @@ static abstract void GetnCompressedTexImageARB( void* img ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] static abstract void GetnCompressedTexImageARB( @@ -36937,7 +16078,6 @@ static abstract void GetnCompressedTexImageARB( Ref img ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] static abstract void GetnConvolutionFilter( [NativeTypeName("GLenum")] uint target, @@ -36947,7 +16087,6 @@ static abstract void GetnConvolutionFilter( void* image ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] static abstract void GetnConvolutionFilter( @@ -36958,7 +16097,6 @@ static abstract void GetnConvolutionFilter( Ref image ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] static abstract void GetnConvolutionFilterARB( [NativeTypeName("GLenum")] uint target, @@ -36968,7 +16106,6 @@ static abstract void GetnConvolutionFilterARB( void* image ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] static abstract void GetnConvolutionFilterARB( @@ -36979,33 +16116,23 @@ static abstract void GetnConvolutionFilterARB( Ref image ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] - static abstract void GetNextPerfQueryIdIntel( + static abstract void GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* nextQueryId ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] - static abstract void GetNextPerfQueryIdIntel( + static abstract void GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref nextQueryId ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] - static abstract uint GetNextPerfQueryIdIntel(); + static abstract uint GetNextPerfQueryIdINTEL(); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] static abstract void GetnHistogram( [NativeTypeName("GLenum")] uint target, @@ -37016,7 +16143,6 @@ static abstract void GetnHistogram( void* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] static abstract void GetnHistogram( @@ -37028,7 +16154,6 @@ static abstract void GetnHistogram( Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] static abstract void GetnHistogramARB( [NativeTypeName("GLenum")] uint target, @@ -37039,7 +16164,6 @@ static abstract void GetnHistogramARB( void* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] static abstract void GetnHistogramARB( @@ -37051,7 +16175,6 @@ static abstract void GetnHistogramARB( Ref values ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] static abstract void GetnMap( [NativeTypeName("GLenum")] uint target, @@ -37060,7 +16183,6 @@ static abstract void GetnMap( [NativeTypeName("GLdouble *")] double* v ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] static abstract void GetnMap( @@ -37070,7 +16192,6 @@ static abstract void GetnMap( [NativeTypeName("GLdouble *")] Ref v ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] static abstract double GetnMap( @@ -37078,7 +16199,6 @@ static abstract double GetnMap( [NativeTypeName("GLenum")] Constant query ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] static abstract void GetnMapARB( [NativeTypeName("GLenum")] uint target, @@ -37087,7 +16207,6 @@ static abstract void GetnMapARB( [NativeTypeName("GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] static abstract void GetnMapARB( @@ -37097,7 +16216,6 @@ static abstract void GetnMapARB( [NativeTypeName("GLdouble *")] Ref v ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] static abstract void GetnMap( [NativeTypeName("GLenum")] uint target, @@ -37106,7 +16224,6 @@ static abstract void GetnMap( [NativeTypeName("GLfloat *")] float* v ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] static abstract void GetnMap( @@ -37116,7 +16233,6 @@ static abstract void GetnMap( [NativeTypeName("GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] static abstract void GetnMapfvARB( [NativeTypeName("GLenum")] uint target, @@ -37125,7 +16241,6 @@ static abstract void GetnMapfvARB( [NativeTypeName("GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] static abstract void GetnMapfvARB( @@ -37135,7 +16250,6 @@ static abstract void GetnMapfvARB( [NativeTypeName("GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] static abstract float GetnMapfvARB( @@ -37143,7 +16257,6 @@ static abstract float GetnMapfvARB( [NativeTypeName("GLenum")] Constant query ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] static abstract void GetnMap( [NativeTypeName("GLenum")] uint target, @@ -37152,7 +16265,6 @@ static abstract void GetnMap( [NativeTypeName("GLint *")] int* v ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] static abstract void GetnMap( @@ -37162,7 +16274,6 @@ static abstract void GetnMap( [NativeTypeName("GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] static abstract void GetnMapivARB( [NativeTypeName("GLenum")] uint target, @@ -37171,7 +16282,6 @@ static abstract void GetnMapivARB( [NativeTypeName("GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] static abstract void GetnMapivARB( @@ -37181,7 +16291,6 @@ static abstract void GetnMapivARB( [NativeTypeName("GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] static abstract int GetnMapivARB( @@ -37189,7 +16298,6 @@ static abstract int GetnMapivARB( [NativeTypeName("GLenum")] Constant query ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] static abstract void GetnMinmax( [NativeTypeName("GLenum")] uint target, @@ -37200,7 +16308,6 @@ static abstract void GetnMinmax( void* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] static abstract void GetnMinmax( @@ -37212,7 +16319,6 @@ static abstract void GetnMinmax( Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] static abstract void GetnMinmaxARB( [NativeTypeName("GLenum")] uint target, @@ -37223,7 +16329,6 @@ static abstract void GetnMinmaxARB( void* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] static abstract void GetnMinmaxARB( @@ -37235,7 +16340,6 @@ static abstract void GetnMinmaxARB( Ref values ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] static abstract void GetnPixelMap( [NativeTypeName("GLenum")] uint map, @@ -37243,7 +16347,6 @@ static abstract void GetnPixelMap( [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] static abstract void GetnPixelMap( @@ -37252,14 +16355,12 @@ static abstract void GetnPixelMap( [NativeTypeName("GLfloat *")] Ref values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] static abstract float GetnPixelMap( [NativeTypeName("GLenum")] Constant map ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] static abstract void GetnPixelMapARB( [NativeTypeName("GLenum")] uint map, @@ -37267,7 +16368,6 @@ static abstract void GetnPixelMapARB( [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] static abstract void GetnPixelMapARB( @@ -37276,7 +16376,6 @@ static abstract void GetnPixelMapARB( [NativeTypeName("GLfloat *")] Ref values ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] static abstract void GetnPixelMap( [NativeTypeName("GLenum")] uint map, @@ -37284,7 +16383,6 @@ static abstract void GetnPixelMap( [NativeTypeName("GLuint *")] uint* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] static abstract void GetnPixelMap( @@ -37293,7 +16391,6 @@ static abstract void GetnPixelMap( [NativeTypeName("GLuint *")] Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] static abstract void GetnPixelMapuivARB( [NativeTypeName("GLenum")] uint map, @@ -37301,7 +16398,6 @@ static abstract void GetnPixelMapuivARB( [NativeTypeName("GLuint *")] uint* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] static abstract void GetnPixelMapuivARB( @@ -37310,14 +16406,12 @@ static abstract void GetnPixelMapuivARB( [NativeTypeName("GLuint *")] Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] static abstract uint GetnPixelMapuivARB( [NativeTypeName("GLenum")] Constant map ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] static abstract void GetnPixelMap( [NativeTypeName("GLenum")] uint map, @@ -37325,7 +16419,6 @@ static abstract void GetnPixelMap( [NativeTypeName("GLushort *")] ushort* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] static abstract void GetnPixelMap( @@ -37334,7 +16427,6 @@ static abstract void GetnPixelMap( [NativeTypeName("GLushort *")] Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] static abstract void GetnPixelMapusvARB( [NativeTypeName("GLenum")] uint map, @@ -37342,7 +16434,6 @@ static abstract void GetnPixelMapusvARB( [NativeTypeName("GLushort *")] ushort* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] static abstract void GetnPixelMapusvARB( @@ -37351,21 +16442,18 @@ static abstract void GetnPixelMapusvARB( [NativeTypeName("GLushort *")] Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] static abstract ushort GetnPixelMapusvARB( [NativeTypeName("GLenum")] Constant map ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] static abstract void GetnPolygonStipple( [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLubyte *")] byte* pattern ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] static abstract void GetnPolygonStipple( @@ -37373,19 +16461,16 @@ static abstract void GetnPolygonStipple( [NativeTypeName("GLubyte *")] Ref pattern ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] static abstract byte GetnPolygonStipple(); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] static abstract void GetnPolygonStippleARB( [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLubyte *")] byte* pattern ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] static abstract void GetnPolygonStippleARB( @@ -37393,12 +16478,10 @@ static abstract void GetnPolygonStippleARB( [NativeTypeName("GLubyte *")] Ref pattern ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] static abstract byte GetnPolygonStippleARB(); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] static abstract void GetnSeparableFilter( [NativeTypeName("GLenum")] uint target, @@ -37411,7 +16494,6 @@ static abstract void GetnSeparableFilter( void* span ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] static abstract void GetnSeparableFilter( @@ -37425,7 +16507,6 @@ static abstract void GetnSeparableFilter( Ref span ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] static abstract void GetnSeparableFilterARB( [NativeTypeName("GLenum")] uint target, @@ -37438,7 +16519,6 @@ static abstract void GetnSeparableFilterARB( void* span ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] static abstract void GetnSeparableFilterARB( @@ -37452,8 +16532,6 @@ static abstract void GetnSeparableFilterARB( Ref span ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] static abstract void GetnTexImage( [NativeTypeName("GLenum")] uint target, @@ -37464,8 +16542,6 @@ static abstract void GetnTexImage( void* pixels ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] static abstract void GetnTexImage( @@ -37477,8 +16553,6 @@ static abstract void GetnTexImage( Ref pixels ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] static abstract void GetnTexImageARB( [NativeTypeName("GLenum")] uint target, @@ -37489,8 +16563,6 @@ static abstract void GetnTexImageARB( void* img ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] static abstract void GetnTexImageARB( @@ -37502,8 +16574,6 @@ static abstract void GetnTexImageARB( Ref img ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] static abstract void GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -37512,8 +16582,6 @@ static abstract void GetnUniform( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] static abstract void GetnUniform( @@ -37523,8 +16591,6 @@ static abstract void GetnUniform( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] static abstract void GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -37533,8 +16599,6 @@ static abstract void GetnUniformARB( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] static abstract void GetnUniformARB( @@ -37544,16 +16608,6 @@ static abstract void GetnUniformARB( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] static abstract void GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -37562,16 +16616,6 @@ static abstract void GetnUniform( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] static abstract void GetnUniform( @@ -37581,8 +16625,6 @@ static abstract void GetnUniform( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] static abstract void GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -37591,8 +16633,6 @@ static abstract void GetnUniformARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] static abstract void GetnUniformARB( @@ -37602,8 +16642,6 @@ static abstract void GetnUniformARB( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] static abstract void GetnUniformEXT( [NativeTypeName("GLuint")] uint program, @@ -37612,8 +16650,6 @@ static abstract void GetnUniformEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] static abstract void GetnUniformEXT( @@ -37623,7 +16659,6 @@ static abstract void GetnUniformEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] static abstract void GetnUniformKHR( [NativeTypeName("GLuint")] uint program, @@ -37632,7 +16667,6 @@ static abstract void GetnUniformKHR( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] static abstract void GetnUniformKHR( @@ -37642,8 +16676,6 @@ static abstract void GetnUniformKHR( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] static abstract void GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -37652,8 +16684,6 @@ static abstract void GetnUniformARB( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] static abstract void GetnUniformARB( @@ -37663,16 +16693,6 @@ static abstract void GetnUniformARB( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] static abstract void GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -37681,16 +16701,6 @@ static abstract void GetnUniform( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] static abstract void GetnUniform( @@ -37700,8 +16710,6 @@ static abstract void GetnUniform( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] static abstract void GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -37710,8 +16718,6 @@ static abstract void GetnUniformARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] static abstract void GetnUniformARB( @@ -37721,8 +16727,6 @@ static abstract void GetnUniformARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] static abstract void GetnUniformEXT( [NativeTypeName("GLuint")] uint program, @@ -37731,8 +16735,6 @@ static abstract void GetnUniformEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] static abstract void GetnUniformEXT( @@ -37742,7 +16744,6 @@ static abstract void GetnUniformEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] static abstract void GetnUniformKHR( [NativeTypeName("GLuint")] uint program, @@ -37751,7 +16752,6 @@ static abstract void GetnUniformKHR( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] static abstract void GetnUniformKHR( @@ -37761,8 +16761,6 @@ static abstract void GetnUniformKHR( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] static abstract void GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -37771,8 +16769,6 @@ static abstract void GetnUniformARB( [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] static abstract void GetnUniformARB( @@ -37782,16 +16778,6 @@ static abstract void GetnUniformARB( [NativeTypeName("GLuint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] static abstract void GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -37800,16 +16786,6 @@ static abstract void GetnUniform( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] static abstract void GetnUniform( @@ -37819,8 +16795,6 @@ static abstract void GetnUniform( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] static abstract void GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -37829,8 +16803,6 @@ static abstract void GetnUniformARB( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] static abstract void GetnUniformARB( @@ -37840,7 +16812,6 @@ static abstract void GetnUniformARB( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] static abstract void GetnUniformKHR( [NativeTypeName("GLuint")] uint program, @@ -37849,7 +16820,6 @@ static abstract void GetnUniformKHR( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] static abstract void GetnUniformKHR( @@ -37859,7 +16829,6 @@ static abstract void GetnUniformKHR( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] static abstract void GetObjectBufferfvATI( [NativeTypeName("GLuint")] uint buffer, @@ -37867,7 +16836,6 @@ static abstract void GetObjectBufferfvATI( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] static abstract void GetObjectBufferfvATI( @@ -37876,7 +16844,6 @@ static abstract void GetObjectBufferfvATI( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] static abstract float GetObjectBufferfvATI( @@ -37884,7 +16851,6 @@ static abstract float GetObjectBufferfvATI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] static abstract void GetObjectBufferivATI( [NativeTypeName("GLuint")] uint buffer, @@ -37892,7 +16858,6 @@ static abstract void GetObjectBufferivATI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] static abstract void GetObjectBufferivATI( @@ -37901,7 +16866,6 @@ static abstract void GetObjectBufferivATI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] static abstract int GetObjectBufferivATI( @@ -37909,28 +16873,6 @@ static abstract int GetObjectBufferivATI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] static abstract void GetObjectLabel( [NativeTypeName("GLenum")] uint identifier, @@ -37940,28 +16882,6 @@ static abstract void GetObjectLabel( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] static abstract void GetObjectLabel( @@ -37972,28 +16892,6 @@ static abstract void GetObjectLabel( [NativeTypeName("GLchar *")] Ref label ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] static abstract sbyte GetObjectLabel( @@ -38002,9 +16900,6 @@ static abstract sbyte GetObjectLabel( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] static abstract void GetObjectLabelEXT( [NativeTypeName("GLenum")] uint type, @@ -38014,9 +16909,6 @@ static abstract void GetObjectLabelEXT( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] static abstract void GetObjectLabelEXT( @@ -38027,9 +16919,6 @@ static abstract void GetObjectLabelEXT( [NativeTypeName("GLchar *")] Ref label ); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] static abstract sbyte GetObjectLabelEXT( @@ -38038,7 +16927,6 @@ static abstract sbyte GetObjectLabelEXT( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] static abstract void GetObjectLabelKHR( [NativeTypeName("GLenum")] uint identifier, @@ -38048,7 +16936,6 @@ static abstract void GetObjectLabelKHR( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] static abstract void GetObjectLabelKHR( @@ -38059,7 +16946,6 @@ static abstract void GetObjectLabelKHR( [NativeTypeName("GLchar *")] Ref label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] static abstract sbyte GetObjectLabelKHR( @@ -38068,7 +16954,6 @@ static abstract sbyte GetObjectLabelKHR( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] static abstract void GetObjectParameterfvARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -38076,7 +16961,6 @@ static abstract void GetObjectParameterfvARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] static abstract void GetObjectParameterfvARB( @@ -38085,39 +16969,34 @@ static abstract void GetObjectParameterfvARB( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] static abstract float GetObjectParameterfvARB([NativeTypeName("GLhandleARB")] uint obj); - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] - static abstract void GetObjectParameterApple( + static abstract void GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] - static abstract void GetObjectParameterApple( + static abstract void GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] - static abstract int GetObjectParameterApple( + static abstract int GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] static abstract void GetObjectParameterivARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -38125,7 +17004,6 @@ static abstract void GetObjectParameterivARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] static abstract void GetObjectParameterivARB( @@ -38134,33 +17012,10 @@ static abstract void GetObjectParameterivARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] static abstract int GetObjectParameterivARB([NativeTypeName("GLhandleARB")] uint obj); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] static abstract void GetObjectPtrLabel( [NativeTypeName("const void *")] void* ptr, @@ -38169,28 +17024,6 @@ static abstract void GetObjectPtrLabel( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] static abstract void GetObjectPtrLabel( @@ -38200,28 +17033,6 @@ static abstract void GetObjectPtrLabel( [NativeTypeName("GLchar *")] Ref label ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] static abstract sbyte GetObjectPtrLabel( @@ -38229,7 +17040,6 @@ static abstract sbyte GetObjectPtrLabel( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] static abstract void GetObjectPtrLabelKHR( [NativeTypeName("const void *")] void* ptr, @@ -38238,7 +17048,6 @@ static abstract void GetObjectPtrLabelKHR( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] static abstract void GetObjectPtrLabelKHR( @@ -38248,7 +17057,6 @@ static abstract void GetObjectPtrLabelKHR( [NativeTypeName("GLchar *")] Ref label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] static abstract sbyte GetObjectPtrLabelKHR( @@ -38256,7 +17064,6 @@ static abstract sbyte GetObjectPtrLabelKHR( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] static abstract void GetOcclusionQueryNV( [NativeTypeName("GLuint")] uint id, @@ -38264,7 +17071,6 @@ static abstract void GetOcclusionQueryNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] static abstract void GetOcclusionQueryNV( @@ -38273,7 +17079,6 @@ static abstract void GetOcclusionQueryNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] static abstract void GetOcclusionQueryNV( [NativeTypeName("GLuint")] uint id, @@ -38281,7 +17086,6 @@ static abstract void GetOcclusionQueryNV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] static abstract void GetOcclusionQueryNV( @@ -38290,7 +17094,6 @@ static abstract void GetOcclusionQueryNV( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] static abstract void GetPathColorGenNV( [NativeTypeName("GLenum")] uint color, @@ -38298,7 +17101,6 @@ static abstract void GetPathColorGenNV( [NativeTypeName("GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] static abstract void GetPathColorGenNV( @@ -38307,7 +17109,6 @@ static abstract void GetPathColorGenNV( [NativeTypeName("GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] static abstract void GetPathColorGenNV( [NativeTypeName("GLenum")] uint color, @@ -38315,7 +17116,6 @@ static abstract void GetPathColorGenNV( [NativeTypeName("GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] static abstract void GetPathColorGenNV( @@ -38324,18 +17124,12 @@ static abstract void GetPathColorGenNV( [NativeTypeName("GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] static abstract void GetPathCommandsNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLubyte *")] byte* commands ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] static abstract void GetPathCommandsNV( @@ -38343,16 +17137,10 @@ static abstract void GetPathCommandsNV( [NativeTypeName("GLubyte *")] Ref commands ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] static abstract byte GetPathCommandsNV(); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] static abstract void GetPathCommandsNV( @@ -38360,18 +17148,12 @@ static abstract void GetPathCommandsNV( [NativeTypeName("GLubyte *")] Ref commands ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] static abstract void GetPathCoordsNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] static abstract void GetPathCoordsNV( @@ -38379,25 +17161,16 @@ static abstract void GetPathCoordsNV( [NativeTypeName("GLfloat *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] static abstract float GetPathCoordsNV(); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] static abstract void GetPathDashArrayNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat *")] float* dashArray ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] static abstract void GetPathDashArrayNV( @@ -38405,17 +17178,11 @@ static abstract void GetPathDashArrayNV( [NativeTypeName("GLfloat *")] Ref dashArray ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] static abstract float GetPathDashArrayNV(); [return: NativeTypeName("GLfloat")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathLengthNV")] static abstract float GetPathLengtNV( [NativeTypeName("GLuint")] uint path, @@ -38423,9 +17190,6 @@ static abstract float GetPathLengtNV( [NativeTypeName("GLsizei")] uint numSegments ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] static abstract void GetPathMetricRangeNV( [NativeTypeName("GLbitfield")] uint metricQueryMask, @@ -38435,9 +17199,6 @@ static abstract void GetPathMetricRangeNV( [NativeTypeName("GLfloat *")] float* metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] static abstract void GetPathMetricRangeNV( @@ -38448,9 +17209,6 @@ static abstract void GetPathMetricRangeNV( [NativeTypeName("GLfloat *")] Ref metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] static abstract void GetPathMetricNV( [NativeTypeName("GLbitfield")] uint metricQueryMask, @@ -38462,9 +17220,6 @@ static abstract void GetPathMetricNV( [NativeTypeName("GLfloat *")] float* metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] static abstract void GetPathMetricNV( @@ -38477,9 +17232,6 @@ static abstract void GetPathMetricNV( [NativeTypeName("GLfloat *")] Ref metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] static abstract void GetPathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -38487,9 +17239,6 @@ static abstract void GetPathParameterNV( [NativeTypeName("GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] static abstract void GetPathParameterNV( @@ -38498,9 +17247,6 @@ static abstract void GetPathParameterNV( [NativeTypeName("GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] static abstract void GetPathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -38508,9 +17254,6 @@ static abstract void GetPathParameterNV( [NativeTypeName("GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] static abstract void GetPathParameterNV( @@ -38519,9 +17262,6 @@ static abstract void GetPathParameterNV( [NativeTypeName("GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] static abstract void GetPathSpacingNV( [NativeTypeName("GLenum")] uint pathListMode, @@ -38535,9 +17275,6 @@ static abstract void GetPathSpacingNV( [NativeTypeName("GLfloat *")] float* returnedSpacing ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] static abstract void GetPathSpacingNV( @@ -38552,7 +17289,6 @@ static abstract void GetPathSpacingNV( [NativeTypeName("GLfloat *")] Ref returnedSpacing ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] static abstract void GetPathTexGenNV( [NativeTypeName("GLenum")] uint texCoordSet, @@ -38560,7 +17296,6 @@ static abstract void GetPathTexGenNV( [NativeTypeName("GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] static abstract void GetPathTexGenNV( @@ -38569,7 +17304,6 @@ static abstract void GetPathTexGenNV( [NativeTypeName("GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] static abstract void GetPathTexGenNV( [NativeTypeName("GLenum")] uint texCoordSet, @@ -38577,7 +17311,6 @@ static abstract void GetPathTexGenNV( [NativeTypeName("GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] static abstract void GetPathTexGenNV( @@ -38586,11 +17319,8 @@ static abstract void GetPathTexGenNV( [NativeTypeName("GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] - static abstract void GetPerfCounterInfoIntel( + static abstract void GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -38604,12 +17334,9 @@ static abstract void GetPerfCounterInfoIntel( [NativeTypeName("GLuint64 *")] ulong* rawCounterMaxValue ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] - static abstract void GetPerfCounterInfoIntel( + static abstract void GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -38623,9 +17350,6 @@ static abstract void GetPerfCounterInfoIntel( [NativeTypeName("GLuint64 *")] Ref rawCounterMaxValue ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] static abstract void GetPerfMonitorCounterDataAMD( [NativeTypeName("GLuint")] uint monitor, @@ -38635,9 +17359,6 @@ static abstract void GetPerfMonitorCounterDataAMD( [NativeTypeName("GLint *")] int* bytesWritten ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] static abstract void GetPerfMonitorCounterDataAMD( @@ -38648,9 +17369,6 @@ static abstract void GetPerfMonitorCounterDataAMD( [NativeTypeName("GLint *")] Ref bytesWritten ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] static abstract int GetPerfMonitorCounterDataAMD( @@ -38660,9 +17378,6 @@ static abstract int GetPerfMonitorCounterDataAMD( [NativeTypeName("GLuint *")] Ref data ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] static abstract void GetPerfMonitorCounterInfoAMD( [NativeTypeName("GLuint")] uint group, @@ -38671,9 +17386,6 @@ static abstract void GetPerfMonitorCounterInfoAMD( void* data ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] static abstract void GetPerfMonitorCounterInfoAMD( @@ -38683,9 +17395,6 @@ static abstract void GetPerfMonitorCounterInfoAMD( Ref data ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] static abstract void GetPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint group, @@ -38695,9 +17404,6 @@ static abstract void GetPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] uint* counters ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] static abstract void GetPerfMonitorCountersAMD( @@ -38708,9 +17414,6 @@ static abstract void GetPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] Ref counters ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] static abstract uint GetPerfMonitorCountersAMD( @@ -38719,9 +17422,6 @@ static abstract uint GetPerfMonitorCountersAMD( [NativeTypeName("GLint *")] Ref maxActiveCounters ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] static abstract void GetPerfMonitorCounterStringAMD( [NativeTypeName("GLuint")] uint group, @@ -38731,9 +17431,6 @@ static abstract void GetPerfMonitorCounterStringAMD( [NativeTypeName("GLchar *")] sbyte* counterString ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] static abstract void GetPerfMonitorCounterStringAMD( @@ -38744,9 +17441,6 @@ static abstract void GetPerfMonitorCounterStringAMD( [NativeTypeName("GLchar *")] Ref counterString ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] static abstract sbyte GetPerfMonitorCounterStringAMD( @@ -38755,9 +17449,6 @@ static abstract sbyte GetPerfMonitorCounterStringAMD( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] static abstract void GetPerfMonitorGroupsAMD( [NativeTypeName("GLint *")] int* numGroups, @@ -38765,9 +17456,6 @@ static abstract void GetPerfMonitorGroupsAMD( [NativeTypeName("GLuint *")] uint* groups ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] static abstract void GetPerfMonitorGroupsAMD( @@ -38776,18 +17464,12 @@ static abstract void GetPerfMonitorGroupsAMD( [NativeTypeName("GLuint *")] Ref groups ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] static abstract uint GetPerfMonitorGroupsAMD( [NativeTypeName("GLint *")] Ref numGroups ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] static abstract void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLuint")] uint group, @@ -38796,9 +17478,6 @@ static abstract void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLchar *")] sbyte* groupString ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] static abstract void GetPerfMonitorGroupStringAMD( @@ -38808,9 +17487,6 @@ static abstract void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLchar *")] Ref groupString ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] static abstract sbyte GetPerfMonitorGroupStringAMD( @@ -38818,11 +17494,8 @@ static abstract sbyte GetPerfMonitorGroupStringAMD( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] - static abstract void GetPerfQueryDataIntel( + static abstract void GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] uint flags, [NativeTypeName("GLsizei")] uint dataSize, @@ -38830,12 +17503,9 @@ static abstract void GetPerfQueryDataIntel( [NativeTypeName("GLuint *")] uint* bytesWritten ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] - static abstract void GetPerfQueryDataIntel( + static abstract void GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] Constant flags, [NativeTypeName("GLsizei")] uint dataSize, @@ -38843,30 +17513,21 @@ static abstract void GetPerfQueryDataIntel( [NativeTypeName("GLuint *")] Ref bytesWritten ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] - static abstract void GetPerfQueryIdByNameIntel( + static abstract void GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] sbyte* queryName, [NativeTypeName("GLuint *")] uint* queryId ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] - static abstract void GetPerfQueryIdByNameIntel( + static abstract void GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref queryId ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - static abstract void GetPerfQueryInfoIntel( + static abstract void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] sbyte* queryName, @@ -38876,12 +17537,9 @@ static abstract void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] uint* capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - static abstract void GetPerfQueryInfoIntel( + static abstract void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -38891,12 +17549,9 @@ static abstract void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] Ref capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - static abstract sbyte GetPerfQueryInfoIntel( + static abstract sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, @@ -38904,12 +17559,9 @@ static abstract sbyte GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] Ref capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - static abstract void GetPerfQueryInfoIntel( + static abstract void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -38919,12 +17571,9 @@ static abstract void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] Ref capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - static abstract sbyte GetPerfQueryInfoIntel( + static abstract sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, @@ -38932,90 +17581,34 @@ static abstract sbyte GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] Ref capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - static abstract void GetPerfQueryInfoIntel( + static abstract void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask + [NativeTypeName("GLuint *")] Ref capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - static abstract sbyte GetPerfQueryInfoIntel( + static abstract sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask - ); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + [NativeTypeName("GLuint *")] Ref capsMask + ); + [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] static abstract void GetPixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] static abstract void GetPixelMap( @@ -39023,62 +17616,12 @@ static abstract void GetPixelMap( [NativeTypeName("GLfloat *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] static abstract void GetPixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLuint *")] uint* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] static abstract void GetPixelMap( @@ -39086,62 +17629,12 @@ static abstract void GetPixelMap( [NativeTypeName("GLuint *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] static abstract void GetPixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLushort *")] ushort* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] static abstract void GetPixelMap( @@ -39149,7 +17642,6 @@ static abstract void GetPixelMap( [NativeTypeName("GLushort *")] Ref values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] static abstract void GetPixelMapx( [NativeTypeName("GLenum")] uint map, @@ -39157,7 +17649,6 @@ static abstract void GetPixelMapx( [NativeTypeName("GLfixed *")] int* values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] static abstract void GetPixelMapx( @@ -39166,21 +17657,18 @@ static abstract void GetPixelMapx( [NativeTypeName("GLfixed *")] Ref values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] static abstract int GetPixelMapx( [NativeTypeName("GLenum")] Constant map ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] static abstract void GetPixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] static abstract void GetPixelTexGenParameterSGIS( @@ -39188,14 +17676,12 @@ static abstract void GetPixelTexGenParameterSGIS( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] static abstract void GetPixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] static abstract void GetPixelTexGenParameterSGIS( @@ -39203,7 +17689,6 @@ static abstract void GetPixelTexGenParameterSGIS( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] static abstract void GetPixelTransformParameterfvEXT( [NativeTypeName("GLenum")] uint target, @@ -39211,7 +17696,6 @@ static abstract void GetPixelTransformParameterfvEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] static abstract void GetPixelTransformParameterfvEXT( @@ -39220,14 +17704,12 @@ static abstract void GetPixelTransformParameterfvEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] static abstract float GetPixelTransformParameterfvEXT( [NativeTypeName("GLenum")] uint target ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] static abstract void GetPixelTransformParameterivEXT( [NativeTypeName("GLenum")] uint target, @@ -39235,7 +17717,6 @@ static abstract void GetPixelTransformParameterivEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] static abstract void GetPixelTransformParameterivEXT( @@ -39244,13 +17725,10 @@ static abstract void GetPixelTransformParameterivEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] static abstract int GetPixelTransformParameterivEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] static abstract void GetPointerEXT( [NativeTypeName("GLenum")] uint pname, @@ -39258,8 +17736,6 @@ static abstract void GetPointerEXT( void** @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] static abstract void GetPointerEXT( @@ -39268,8 +17744,6 @@ static abstract void GetPointerEXT( Ref2D @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] static abstract void GetPointerIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -39277,8 +17751,6 @@ static abstract void GetPointerIndexedEXT( void** data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] static abstract void GetPointerIndexedEXT( @@ -39287,95 +17759,9 @@ static abstract void GetPointerIndexedEXT( Ref2D data ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - ], - MinVersion = "1.1", - MaxVersion = "3.2" - )] - [SupportedApiProfile("gles1", ["GL_KHR_debug", "GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetPointerv")] static abstract void GetPointer([NativeTypeName("GLenum")] uint pname, void** @params); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - ], - MinVersion = "1.1", - MaxVersion = "3.2" - )] - [SupportedApiProfile("gles1", ["GL_KHR_debug", "GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointerv")] static abstract void GetPointer( @@ -39383,11 +17769,9 @@ static abstract void GetPointer( Ref2D @params ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] static abstract void GetPointerEXT([NativeTypeName("GLenum")] uint pname, void** @params); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] static abstract void GetPointerEXT( @@ -39395,98 +17779,20 @@ static abstract void GetPointerEXT( Ref2D @params ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] static abstract void GetPointerKHR([NativeTypeName("GLenum")] uint pname, void** @params); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] static abstract void GetPointerKHR([NativeTypeName("GLenum")] uint pname, Ref2D @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] static abstract void GetPolygonStipple([NativeTypeName("GLubyte *")] byte* mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] static abstract void GetPolygonStipple([NativeTypeName("GLubyte *")] Ref mask); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] static abstract void GetProgramBinary( [NativeTypeName("GLuint")] uint program, @@ -39496,32 +17802,6 @@ static abstract void GetProgramBinary( void* binary ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] static abstract void GetProgramBinary( @@ -39532,7 +17812,6 @@ static abstract void GetProgramBinary( Ref binary ); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] static abstract void GetProgramBinaryOES( [NativeTypeName("GLuint")] uint program, @@ -39542,7 +17821,6 @@ static abstract void GetProgramBinaryOES( void* binary ); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] static abstract void GetProgramBinaryOES( @@ -39553,7 +17831,6 @@ static abstract void GetProgramBinaryOES( Ref binary ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] static abstract void GetProgramEnvParameterARB( [NativeTypeName("GLenum")] uint target, @@ -39561,7 +17838,6 @@ static abstract void GetProgramEnvParameterARB( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] static abstract void GetProgramEnvParameterARB( @@ -39570,7 +17846,6 @@ static abstract void GetProgramEnvParameterARB( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] static abstract void GetProgramEnvParameterARB( [NativeTypeName("GLenum")] uint target, @@ -39578,7 +17853,6 @@ static abstract void GetProgramEnvParameterARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] static abstract void GetProgramEnvParameterARB( @@ -39587,7 +17861,6 @@ static abstract void GetProgramEnvParameterARB( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] static abstract void GetProgramEnvParameterINV( [NativeTypeName("GLenum")] uint target, @@ -39595,7 +17868,6 @@ static abstract void GetProgramEnvParameterINV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] static abstract void GetProgramEnvParameterINV( @@ -39604,7 +17876,6 @@ static abstract void GetProgramEnvParameterINV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] static abstract void GetProgramEnvParameterINV( [NativeTypeName("GLenum")] uint target, @@ -39612,7 +17883,6 @@ static abstract void GetProgramEnvParameterINV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] static abstract void GetProgramEnvParameterINV( @@ -39621,49 +17891,6 @@ static abstract void GetProgramEnvParameterINV( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] static abstract void GetProgramInfoLog( [NativeTypeName("GLuint")] uint program, @@ -39672,49 +17899,6 @@ static abstract void GetProgramInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] static abstract void GetProgramInfoLog( @@ -39724,49 +17908,6 @@ static abstract void GetProgramInfoLog( [NativeTypeName("GLchar *")] Ref infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] static abstract sbyte GetProgramInfoLog( @@ -39774,28 +17915,6 @@ static abstract sbyte GetProgramInfoLog( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] static abstract void GetProgramInterface( [NativeTypeName("GLuint")] uint program, @@ -39804,28 +17923,6 @@ static abstract void GetProgramInterface( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] static abstract void GetProgramInterface( @@ -39835,49 +17932,6 @@ static abstract void GetProgramInterface( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] static abstract void GetProgram( [NativeTypeName("GLuint")] uint program, @@ -39885,49 +17939,6 @@ static abstract void GetProgram( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] static abstract void GetProgram( @@ -39936,7 +17947,6 @@ static abstract void GetProgram( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] static abstract void GetProgramARB( [NativeTypeName("GLenum")] uint target, @@ -39944,7 +17954,6 @@ static abstract void GetProgramARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] static abstract void GetProgramARB( @@ -39953,7 +17962,6 @@ static abstract void GetProgramARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] static abstract int GetProgramARB( @@ -39961,7 +17969,6 @@ static abstract int GetProgramARB( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] static abstract void GetProgramNV( [NativeTypeName("GLuint")] uint id, @@ -39969,7 +17976,6 @@ static abstract void GetProgramNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] static abstract void GetProgramNV( @@ -39978,7 +17984,6 @@ static abstract void GetProgramNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] static abstract void GetProgramLocalParameterARB( [NativeTypeName("GLenum")] uint target, @@ -39986,7 +17991,6 @@ static abstract void GetProgramLocalParameterARB( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] static abstract void GetProgramLocalParameterARB( @@ -39995,7 +17999,6 @@ static abstract void GetProgramLocalParameterARB( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] static abstract void GetProgramLocalParameterARB( [NativeTypeName("GLenum")] uint target, @@ -40003,7 +18006,6 @@ static abstract void GetProgramLocalParameterARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] static abstract void GetProgramLocalParameterARB( @@ -40012,7 +18014,6 @@ static abstract void GetProgramLocalParameterARB( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] static abstract void GetProgramLocalParameterINV( [NativeTypeName("GLenum")] uint target, @@ -40020,7 +18021,6 @@ static abstract void GetProgramLocalParameterINV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] static abstract void GetProgramLocalParameterINV( @@ -40029,7 +18029,6 @@ static abstract void GetProgramLocalParameterINV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] static abstract void GetProgramLocalParameterINV( [NativeTypeName("GLenum")] uint target, @@ -40037,7 +18036,6 @@ static abstract void GetProgramLocalParameterINV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] static abstract void GetProgramLocalParameterINV( @@ -40046,7 +18044,6 @@ static abstract void GetProgramLocalParameterINV( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] static abstract void GetProgramNamedParameterNV( [NativeTypeName("GLuint")] uint id, @@ -40055,7 +18052,6 @@ static abstract void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] static abstract void GetProgramNamedParameterNV( @@ -40065,7 +18061,6 @@ static abstract void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] static abstract void GetProgramNamedParameterNV( @@ -40075,7 +18070,6 @@ static abstract void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] static abstract void GetProgramNamedParameterNV( [NativeTypeName("GLuint")] uint id, @@ -40084,7 +18078,6 @@ static abstract void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] static abstract void GetProgramNamedParameterNV( @@ -40094,7 +18087,6 @@ static abstract void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] static abstract void GetProgramNamedParameterNV( @@ -40104,7 +18096,6 @@ static abstract void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] static abstract void GetProgramParameterNV( [NativeTypeName("GLenum")] uint target, @@ -40113,7 +18104,6 @@ static abstract void GetProgramParameterNV( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] static abstract void GetProgramParameterNV( @@ -40123,7 +18113,6 @@ static abstract void GetProgramParameterNV( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] static abstract void GetProgramParameterNV( [NativeTypeName("GLenum")] uint target, @@ -40132,7 +18121,6 @@ static abstract void GetProgramParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] static abstract void GetProgramParameterNV( @@ -40142,32 +18130,6 @@ static abstract void GetProgramParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] static abstract void GetProgramPipelineInfoLog( [NativeTypeName("GLuint")] uint pipeline, @@ -40176,32 +18138,6 @@ static abstract void GetProgramPipelineInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] static abstract void GetProgramPipelineInfoLog( @@ -40211,32 +18147,6 @@ static abstract void GetProgramPipelineInfoLog( [NativeTypeName("GLchar *")] Ref infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] static abstract sbyte GetProgramPipelineInfoLog( @@ -40244,7 +18154,6 @@ static abstract sbyte GetProgramPipelineInfoLog( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] static abstract void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -40253,7 +18162,6 @@ static abstract void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLchar *")] sbyte* infoLog ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] static abstract void GetProgramPipelineInfoLogEXT( @@ -40263,7 +18171,6 @@ static abstract void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLchar *")] Ref infoLog ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] static abstract sbyte GetProgramPipelineInfoLogEXT( @@ -40271,32 +18178,6 @@ static abstract sbyte GetProgramPipelineInfoLogEXT( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] static abstract void GetProgramPipeline( [NativeTypeName("GLuint")] uint pipeline, @@ -40304,32 +18185,6 @@ static abstract void GetProgramPipeline( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] static abstract void GetProgramPipeline( @@ -40338,7 +18193,6 @@ static abstract void GetProgramPipeline( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] static abstract void GetProgramPipelineEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -40346,7 +18200,6 @@ static abstract void GetProgramPipelineEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] static abstract void GetProgramPipelineEXT( @@ -40355,9 +18208,6 @@ static abstract void GetProgramPipelineEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] static abstract void GetProgramResourceNV( [NativeTypeName("GLuint")] uint program, @@ -40370,9 +18220,6 @@ static abstract void GetProgramResourceNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] static abstract void GetProgramResourceNV( @@ -40386,9 +18233,6 @@ static abstract void GetProgramResourceNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] static abstract float GetProgramResourceNV( @@ -40401,28 +18245,6 @@ static abstract float GetProgramResourceNV( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] static abstract uint GetProgramResourceIndex( [NativeTypeName("GLuint")] uint program, @@ -40431,28 +18253,6 @@ static abstract uint GetProgramResourceIndex( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] static abstract uint GetProgramResourceIndex( @@ -40461,28 +18261,6 @@ static abstract uint GetProgramResourceIndex( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] static abstract void GetProgramResource( [NativeTypeName("GLuint")] uint program, @@ -40495,28 +18273,6 @@ static abstract void GetProgramResource( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] static abstract void GetProgramResource( @@ -40530,28 +18286,6 @@ static abstract void GetProgramResource( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] static abstract void GetProgramResource( @@ -40565,28 +18299,6 @@ static abstract void GetProgramResource( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] static abstract void GetProgramResource( @@ -40601,28 +18313,6 @@ static abstract void GetProgramResource( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] static abstract int GetProgramResourceLocation( [NativeTypeName("GLuint")] uint program, @@ -40631,28 +18321,6 @@ static abstract int GetProgramResourceLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] static abstract int GetProgramResourceLocation( @@ -40662,28 +18330,6 @@ static abstract int GetProgramResourceLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] static abstract int GetProgramResourceLocationIndex( [NativeTypeName("GLuint")] uint program, @@ -40692,28 +18338,6 @@ static abstract int GetProgramResourceLocationIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] static abstract int GetProgramResourceLocationIndex( @@ -40723,7 +18347,6 @@ static abstract int GetProgramResourceLocationIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] static abstract int GetProgramResourceLocationIndexEXT( [NativeTypeName("GLuint")] uint program, @@ -40732,7 +18355,6 @@ static abstract int GetProgramResourceLocationIndexEXT( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] static abstract int GetProgramResourceLocationIndexEXT( @@ -40741,28 +18363,6 @@ static abstract int GetProgramResourceLocationIndexEXT( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] static abstract void GetProgramResourceName( [NativeTypeName("GLuint")] uint program, @@ -40773,28 +18373,6 @@ static abstract void GetProgramResourceName( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] static abstract void GetProgramResourceName( @@ -40806,28 +18384,6 @@ static abstract void GetProgramResourceName( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] static abstract sbyte GetProgramResourceName( @@ -40837,34 +18393,6 @@ static abstract sbyte GetProgramResourceName( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] static abstract void GetProgramStage( [NativeTypeName("GLuint")] uint program, @@ -40873,34 +18401,6 @@ static abstract void GetProgramStage( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] static abstract void GetProgramStage( @@ -40910,34 +18410,6 @@ static abstract void GetProgramStage( [NativeTypeName("GLint *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] static abstract int GetProgramStage( @@ -40946,7 +18418,6 @@ static abstract int GetProgramStage( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] static abstract void GetProgramStringARB( [NativeTypeName("GLenum")] uint target, @@ -40954,7 +18425,6 @@ static abstract void GetProgramStringARB( void* @string ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] static abstract void GetProgramStringARB( @@ -40963,7 +18433,6 @@ static abstract void GetProgramStringARB( Ref @string ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] static abstract void GetProgramStringNV( [NativeTypeName("GLuint")] uint id, @@ -40971,7 +18440,6 @@ static abstract void GetProgramStringNV( [NativeTypeName("GLubyte *")] byte* program ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] static abstract void GetProgramStringNV( @@ -40980,14 +18448,12 @@ static abstract void GetProgramStringNV( [NativeTypeName("GLubyte *")] Ref program ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] static abstract byte GetProgramStringNV( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] static abstract void GetProgramSubroutineParameterNV( [NativeTypeName("GLenum")] uint target, @@ -40995,7 +18461,6 @@ static abstract void GetProgramSubroutineParameterNV( [NativeTypeName("GLuint *")] uint* param2 ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] static abstract void GetProgramSubroutineParameterNV( @@ -41004,53 +18469,27 @@ static abstract void GetProgramSubroutineParameterNV( [NativeTypeName("GLuint *")] Ref param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] + static abstract uint GetProgramSubroutineParameterNV([NativeTypeName("GLuint")] uint index); + [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] - static abstract void GetQueryBufferObjecti64V( + static abstract void GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] - static abstract void GetQueryBufferObjecti64V( + static abstract void GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] static abstract void GetQueryBufferObject( [NativeTypeName("GLuint")] uint id, @@ -41059,16 +18498,6 @@ static abstract void GetQueryBufferObject( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] static abstract void GetQueryBufferObject( @@ -41078,53 +18507,23 @@ static abstract void GetQueryBufferObject( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] - static abstract void GetQueryBufferObjectui64V( + static abstract void GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] - static abstract void GetQueryBufferObjectui64V( + static abstract void GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] static abstract void GetQueryBufferObjectuiv( [NativeTypeName("GLuint")] uint id, @@ -41133,16 +18532,6 @@ static abstract void GetQueryBufferObjectuiv( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] static abstract void GetQueryBufferObjectuiv( @@ -41152,34 +18541,6 @@ static abstract void GetQueryBufferObjectuiv( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] static abstract void GetQueryIndexed( [NativeTypeName("GLenum")] uint target, @@ -41188,34 +18549,6 @@ static abstract void GetQueryIndexed( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] static abstract void GetQueryIndexed( @@ -41225,46 +18558,6 @@ static abstract void GetQueryIndexed( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] static abstract void GetQuery( [NativeTypeName("GLenum")] uint target, @@ -41272,46 +18565,6 @@ static abstract void GetQuery( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] static abstract void GetQuery( @@ -41320,7 +18573,6 @@ static abstract void GetQuery( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] static abstract void GetQueryARB( [NativeTypeName("GLenum")] uint target, @@ -41328,7 +18580,6 @@ static abstract void GetQueryARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] static abstract void GetQueryARB( @@ -41337,10 +18588,6 @@ static abstract void GetQueryARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] static abstract void GetQueryEXT( [NativeTypeName("GLenum")] uint target, @@ -41348,10 +18595,6 @@ static abstract void GetQueryEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] static abstract void GetQueryEXT( @@ -41360,36 +18603,6 @@ static abstract void GetQueryEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] static abstract void GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -41397,36 +18610,6 @@ static abstract void GetQueryObject( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] static abstract void GetQueryObject( @@ -41435,8 +18618,6 @@ static abstract void GetQueryObject( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] static abstract void GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -41444,8 +18625,6 @@ static abstract void GetQueryObjectEXT( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] static abstract void GetQueryObjectEXT( @@ -41454,46 +18633,6 @@ static abstract void GetQueryObjectEXT( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] static abstract void GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -41501,46 +18640,6 @@ static abstract void GetQueryObject( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] static abstract void GetQueryObject( @@ -41549,7 +18648,6 @@ static abstract void GetQueryObject( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] static abstract void GetQueryObjectARB( [NativeTypeName("GLuint")] uint id, @@ -41557,7 +18655,6 @@ static abstract void GetQueryObjectARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] static abstract void GetQueryObjectARB( @@ -41566,7 +18663,6 @@ static abstract void GetQueryObjectARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] static abstract void GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -41574,7 +18670,6 @@ static abstract void GetQueryObjectEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] static abstract void GetQueryObjectEXT( @@ -41583,36 +18678,6 @@ static abstract void GetQueryObjectEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] static abstract void GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -41620,36 +18685,6 @@ static abstract void GetQueryObject( [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] static abstract void GetQueryObject( @@ -41658,8 +18693,6 @@ static abstract void GetQueryObject( [NativeTypeName("GLuint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] static abstract void GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -41667,8 +18700,6 @@ static abstract void GetQueryObjectEXT( [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] static abstract void GetQueryObjectEXT( @@ -41677,46 +18708,6 @@ static abstract void GetQueryObjectEXT( [NativeTypeName("GLuint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] static abstract void GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -41724,46 +18715,6 @@ static abstract void GetQueryObject( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] static abstract void GetQueryObject( @@ -41772,7 +18723,6 @@ static abstract void GetQueryObject( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] static abstract void GetQueryObjectARB( [NativeTypeName("GLuint")] uint id, @@ -41780,7 +18730,6 @@ static abstract void GetQueryObjectARB( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] static abstract void GetQueryObjectARB( @@ -41789,10 +18738,6 @@ static abstract void GetQueryObjectARB( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] static abstract void GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -41800,10 +18745,6 @@ static abstract void GetQueryObjectEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] static abstract void GetQueryObjectEXT( @@ -41812,47 +18753,6 @@ static abstract void GetQueryObjectEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] static abstract void GetRenderbufferParameter( [NativeTypeName("GLenum")] uint target, @@ -41860,47 +18760,6 @@ static abstract void GetRenderbufferParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] static abstract void GetRenderbufferParameter( @@ -41909,7 +18768,6 @@ static abstract void GetRenderbufferParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] static abstract void GetRenderbufferParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -41917,7 +18775,6 @@ static abstract void GetRenderbufferParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] static abstract void GetRenderbufferParameterEXT( @@ -41926,7 +18783,6 @@ static abstract void GetRenderbufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] static abstract void GetRenderbufferParameterOES( [NativeTypeName("GLenum")] uint target, @@ -41934,7 +18790,6 @@ static abstract void GetRenderbufferParameterOES( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] static abstract void GetRenderbufferParameterOES( @@ -41943,46 +18798,6 @@ static abstract void GetRenderbufferParameterOES( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] static abstract void GetSamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -41990,46 +18805,6 @@ static abstract void GetSamplerParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] static abstract void GetSamplerParameter( @@ -42038,36 +18813,6 @@ static abstract void GetSamplerParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] static abstract void GetSamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -42075,36 +18820,6 @@ static abstract void GetSamplerParameterI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] static abstract void GetSamplerParameterI( @@ -42113,7 +18828,6 @@ static abstract void GetSamplerParameterI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] static abstract void GetSamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -42121,7 +18835,6 @@ static abstract void GetSamplerParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] static abstract void GetSamplerParameterIEXT( @@ -42130,7 +18843,6 @@ static abstract void GetSamplerParameterIEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] static abstract void GetSamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -42138,7 +18850,6 @@ static abstract void GetSamplerParameterIOES( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] static abstract void GetSamplerParameterIOES( @@ -42147,36 +18858,6 @@ static abstract void GetSamplerParameterIOES( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] static abstract void GetSamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -42184,36 +18865,6 @@ static abstract void GetSamplerParameterI( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] static abstract void GetSamplerParameterI( @@ -42222,7 +18873,6 @@ static abstract void GetSamplerParameterI( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] static abstract void GetSamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -42230,7 +18880,6 @@ static abstract void GetSamplerParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] static abstract void GetSamplerParameterIEXT( @@ -42239,7 +18888,6 @@ static abstract void GetSamplerParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] static abstract void GetSamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -42247,7 +18895,6 @@ static abstract void GetSamplerParameterIOES( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] static abstract void GetSamplerParameterIOES( @@ -42256,46 +18903,6 @@ static abstract void GetSamplerParameterIOES( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] static abstract void GetSamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -42303,46 +18910,6 @@ static abstract void GetSamplerParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] static abstract void GetSamplerParameter( @@ -42351,8 +18918,6 @@ static abstract void GetSamplerParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] static abstract void GetSemaphoreParameterNV( [NativeTypeName("GLuint")] uint semaphore, @@ -42360,8 +18925,6 @@ static abstract void GetSemaphoreParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] static abstract void GetSemaphoreParameterNV( @@ -42370,8 +18933,6 @@ static abstract void GetSemaphoreParameterNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] static abstract void GetSemaphoreParameterEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -42379,8 +18940,6 @@ static abstract void GetSemaphoreParameterEXT( [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] static abstract void GetSemaphoreParameterEXT( @@ -42389,7 +18948,6 @@ static abstract void GetSemaphoreParameterEXT( [NativeTypeName("GLuint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] static abstract void GetSeparableFilter( [NativeTypeName("GLenum")] uint target, @@ -42400,7 +18958,6 @@ static abstract void GetSeparableFilter( void* span ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] static abstract void GetSeparableFilter( @@ -42412,7 +18969,6 @@ static abstract void GetSeparableFilter( Ref span ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] static abstract void GetSeparableFilterEXT( [NativeTypeName("GLenum")] uint target, @@ -42423,7 +18979,6 @@ static abstract void GetSeparableFilterEXT( void* span ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] static abstract void GetSeparableFilterEXT( @@ -42435,49 +18990,6 @@ static abstract void GetSeparableFilterEXT( Ref span ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] static abstract void GetShaderInfoLog( [NativeTypeName("GLuint")] uint shader, @@ -42486,49 +18998,6 @@ static abstract void GetShaderInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] static abstract void GetShaderInfoLog( @@ -42538,49 +19007,6 @@ static abstract void GetShaderInfoLog( [NativeTypeName("GLchar *")] Ref infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] static abstract sbyte GetShaderInfoLog( @@ -42588,49 +19014,6 @@ static abstract sbyte GetShaderInfoLog( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] static abstract void GetShader( [NativeTypeName("GLuint")] uint shader, @@ -42638,49 +19021,6 @@ static abstract void GetShader( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] static abstract void GetShader( @@ -42689,37 +19029,6 @@ static abstract void GetShader( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] static abstract void GetShaderPrecisionFormat( [NativeTypeName("GLenum")] uint shadertype, @@ -42728,37 +19037,6 @@ static abstract void GetShaderPrecisionFormat( [NativeTypeName("GLint *")] int* precision ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] static abstract void GetShaderPrecisionFormat( @@ -42768,37 +19046,6 @@ static abstract void GetShaderPrecisionFormat( [NativeTypeName("GLint *")] Ref precision ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] static abstract int GetShaderPrecisionFormat( @@ -42807,49 +19054,6 @@ static abstract int GetShaderPrecisionFormat( [NativeTypeName("GLint *")] Ref range ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] static abstract void GetShaderSource( [NativeTypeName("GLuint")] uint shader, @@ -42858,49 +19062,6 @@ static abstract void GetShaderSource( [NativeTypeName("GLchar *")] sbyte* source ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] static abstract void GetShaderSource( @@ -42910,49 +19071,6 @@ static abstract void GetShaderSource( [NativeTypeName("GLchar *")] Ref source ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] static abstract sbyte GetShaderSource( @@ -42960,7 +19078,6 @@ static abstract sbyte GetShaderSource( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] static abstract void GetShaderSourceARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -42969,7 +19086,6 @@ static abstract void GetShaderSourceARB( [NativeTypeName("GLcharARB *")] sbyte* source ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] static abstract void GetShaderSourceARB( @@ -42979,7 +19095,6 @@ static abstract void GetShaderSourceARB( [NativeTypeName("GLcharARB *")] Ref source ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] static abstract sbyte GetShaderSourceARB( @@ -42987,9 +19102,6 @@ static abstract sbyte GetShaderSourceARB( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] static abstract void GetShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint viewport, @@ -42997,9 +19109,6 @@ static abstract void GetShadingRateImagePaletteNV( [NativeTypeName("GLenum *")] uint* rate ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] static abstract void GetShadingRateImagePaletteNV( @@ -43008,9 +19117,6 @@ static abstract void GetShadingRateImagePaletteNV( [NativeTypeName("GLenum *")] Ref rate ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] static abstract uint GetShadingRateImagePaletteNV( @@ -43018,9 +19124,6 @@ static abstract uint GetShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint entry ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] static abstract void GetShadingRateSampleLocationNV( [NativeTypeName("GLenum")] uint rate, @@ -43029,9 +19132,6 @@ static abstract void GetShadingRateSampleLocationNV( [NativeTypeName("GLint *")] int* location ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] static abstract void GetShadingRateSampleLocationNV( @@ -43041,14 +19141,12 @@ static abstract void GetShadingRateSampleLocationNV( [NativeTypeName("GLint *")] Ref location ); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] static abstract void GetSharpenTexFuncSGIS( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] static abstract void GetSharpenTexFuncSGIS( @@ -43057,14 +19155,10 @@ static abstract void GetSharpenTexFuncSGIS( ); [return: NativeTypeName("GLushort")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] static abstract ushort GetStageIndexNV([NativeTypeName("GLenum")] uint shadertype); [return: NativeTypeName("GLushort")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] static abstract ushort GetStageIndexNV( @@ -43072,122 +19166,10 @@ static abstract ushort GetStageIndexNV( ); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetString")] static abstract byte* GetString([NativeTypeName("GLenum")] uint name); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetString")] static abstract Ptr GetString( @@ -43195,40 +19177,6 @@ static abstract Ptr GetString( ); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetStringi")] static abstract byte* GetString( [NativeTypeName("GLenum")] uint name, @@ -43236,40 +19184,6 @@ static abstract Ptr GetString( ); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetStringi")] static abstract Ptr GetString( @@ -43278,34 +19192,6 @@ static abstract Ptr GetString( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] static abstract uint GetSubroutineIndex( [NativeTypeName("GLuint")] uint program, @@ -43314,34 +19200,6 @@ static abstract uint GetSubroutineIndex( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] static abstract uint GetSubroutineIndex( @@ -43351,34 +19209,6 @@ static abstract uint GetSubroutineIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] static abstract int GetSubroutineUniformLocation( [NativeTypeName("GLuint")] uint program, @@ -43387,34 +19217,6 @@ static abstract int GetSubroutineUniformLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] static abstract int GetSubroutineUniformLocation( @@ -43423,38 +19225,6 @@ static abstract int GetSubroutineUniformLocation( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] static abstract void GetSync( [NativeTypeName("GLsync")] Sync* sync, @@ -43464,38 +19234,6 @@ static abstract void GetSync( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] static abstract void GetSync( @@ -43506,38 +19244,6 @@ static abstract void GetSync( [NativeTypeName("GLint *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] static abstract int GetSync( @@ -43546,10 +19252,8 @@ static abstract int GetSync( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] - static abstract void GetSyncApple( + static abstract void GetSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLsizei")] uint count, @@ -43557,11 +19261,9 @@ static abstract void GetSyncApple( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] - static abstract void GetSyncApple( + static abstract void GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei")] uint count, @@ -43569,24 +19271,20 @@ static abstract void GetSyncApple( [NativeTypeName("GLint *")] Ref values ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] - static abstract int GetSyncApple( + static abstract int GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] static abstract void GetTexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] static abstract void GetTexBumpParameterATI( @@ -43594,14 +19292,12 @@ static abstract void GetTexBumpParameterATI( [NativeTypeName("GLfloat *")] Ref param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] static abstract void GetTexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] static abstract void GetTexBumpParameterATI( @@ -43609,32 +19305,6 @@ static abstract void GetTexBumpParameterATI( [NativeTypeName("GLint *")] Ref param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] static abstract void GetTexEnv( [NativeTypeName("GLenum")] uint target, @@ -43642,32 +19312,6 @@ static abstract void GetTexEnv( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] static abstract void GetTexEnv( @@ -43676,32 +19320,6 @@ static abstract void GetTexEnv( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] static abstract void GetTexEnv( [NativeTypeName("GLenum")] uint target, @@ -43709,32 +19327,6 @@ static abstract void GetTexEnv( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] static abstract void GetTexEnv( @@ -43743,7 +19335,6 @@ static abstract void GetTexEnv( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] static abstract void GetTexEnvx( [NativeTypeName("GLenum")] uint target, @@ -43751,7 +19342,6 @@ static abstract void GetTexEnvx( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] static abstract void GetTexEnvx( @@ -43760,8 +19350,6 @@ static abstract void GetTexEnvx( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] static abstract void GetTexEnvxOES( [NativeTypeName("GLenum")] uint target, @@ -43769,8 +19357,6 @@ static abstract void GetTexEnvxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] static abstract void GetTexEnvxOES( @@ -43779,7 +19365,6 @@ static abstract void GetTexEnvxOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] static abstract void GetTexFilterFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -43787,7 +19372,6 @@ static abstract void GetTexFilterFuncSGIS( [NativeTypeName("GLfloat *")] float* weights ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] static abstract void GetTexFilterFuncSGIS( @@ -43796,31 +19380,6 @@ static abstract void GetTexFilterFuncSGIS( [NativeTypeName("GLfloat *")] Ref weights ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] static abstract void GetTexGen( [NativeTypeName("GLenum")] uint coord, @@ -43828,31 +19387,6 @@ static abstract void GetTexGen( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] static abstract void GetTexGen( @@ -43861,31 +19395,6 @@ static abstract void GetTexGen( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] static abstract void GetTexGen( [NativeTypeName("GLenum")] uint coord, @@ -43893,31 +19402,6 @@ static abstract void GetTexGen( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] static abstract void GetTexGen( @@ -43926,7 +19410,6 @@ static abstract void GetTexGen( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] static abstract void GetTexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -43934,7 +19417,6 @@ static abstract void GetTexGenOES( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] static abstract void GetTexGenOES( @@ -43943,31 +19425,6 @@ static abstract void GetTexGenOES( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] static abstract void GetTexGen( [NativeTypeName("GLenum")] uint coord, @@ -43975,31 +19432,6 @@ static abstract void GetTexGen( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] static abstract void GetTexGen( @@ -44008,7 +19440,6 @@ static abstract void GetTexGen( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] static abstract void GetTexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -44016,7 +19447,6 @@ static abstract void GetTexGenOES( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] static abstract void GetTexGenOES( @@ -44025,8 +19455,6 @@ static abstract void GetTexGenOES( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] static abstract void GetTexGenxOES( [NativeTypeName("GLenum")] uint coord, @@ -44034,8 +19462,6 @@ static abstract void GetTexGenxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] static abstract void GetTexGenxOES( @@ -44044,56 +19470,6 @@ static abstract void GetTexGenxOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexImage")] static abstract void GetTexImage( [NativeTypeName("GLenum")] uint target, @@ -44103,56 +19479,6 @@ static abstract void GetTexImage( void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexImage")] static abstract void GetTexImage( @@ -44163,56 +19489,6 @@ static abstract void GetTexImage( Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] static abstract void GetTexLevelParameter( [NativeTypeName("GLenum")] uint target, @@ -44221,56 +19497,6 @@ static abstract void GetTexLevelParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] static abstract void GetTexLevelParameter( @@ -44280,56 +19506,6 @@ static abstract void GetTexLevelParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] static abstract void GetTexLevelParameter( [NativeTypeName("GLenum")] uint target, @@ -44338,56 +19514,6 @@ static abstract void GetTexLevelParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] static abstract void GetTexLevelParameter( @@ -44397,7 +19523,6 @@ static abstract void GetTexLevelParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] static abstract void GetTexLevelParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -44406,7 +19531,6 @@ static abstract void GetTexLevelParameterxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] static abstract void GetTexLevelParameterxOES( @@ -44416,62 +19540,6 @@ static abstract void GetTexLevelParameterxOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] static abstract void GetTexParameter( [NativeTypeName("GLenum")] uint target, @@ -44479,62 +19547,6 @@ static abstract void GetTexParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] static abstract void GetTexParameter( @@ -44543,40 +19555,6 @@ static abstract void GetTexParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] static abstract void GetTexParameterI( [NativeTypeName("GLenum")] uint target, @@ -44584,40 +19562,6 @@ static abstract void GetTexParameterI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] static abstract void GetTexParameterI( @@ -44626,8 +19570,6 @@ static abstract void GetTexParameterI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] static abstract void GetTexParameterIEXT( [NativeTypeName("GLenum")] uint target, @@ -44635,8 +19577,6 @@ static abstract void GetTexParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] static abstract void GetTexParameterIEXT( @@ -44645,7 +19585,6 @@ static abstract void GetTexParameterIEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] static abstract void GetTexParameterIOES( [NativeTypeName("GLenum")] uint target, @@ -44653,7 +19592,6 @@ static abstract void GetTexParameterIOES( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] static abstract void GetTexParameterIOES( @@ -44662,40 +19600,6 @@ static abstract void GetTexParameterIOES( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] static abstract void GetTexParameterI( [NativeTypeName("GLenum")] uint target, @@ -44703,40 +19607,6 @@ static abstract void GetTexParameterI( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] static abstract void GetTexParameterI( @@ -44745,8 +19615,6 @@ static abstract void GetTexParameterI( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] static abstract void GetTexParameterIEXT( [NativeTypeName("GLenum")] uint target, @@ -44754,8 +19622,6 @@ static abstract void GetTexParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] static abstract void GetTexParameterIEXT( @@ -44764,7 +19630,6 @@ static abstract void GetTexParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] static abstract void GetTexParameterIOES( [NativeTypeName("GLenum")] uint target, @@ -44772,7 +19637,6 @@ static abstract void GetTexParameterIOES( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] static abstract void GetTexParameterIOES( @@ -44781,62 +19645,6 @@ static abstract void GetTexParameterIOES( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] static abstract void GetTexParameter( [NativeTypeName("GLenum")] uint target, @@ -44844,62 +19652,6 @@ static abstract void GetTexParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] static abstract void GetTexParameter( @@ -44908,24 +19660,21 @@ static abstract void GetTexParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] - static abstract void GetTexParameterPointerApple( + static abstract void GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, void** @params ); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] - static abstract void GetTexParameterPointerApple( + static abstract void GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, Ref2D @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] static abstract void GetTexParameterx( [NativeTypeName("GLenum")] uint target, @@ -44933,7 +19682,6 @@ static abstract void GetTexParameterx( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] static abstract void GetTexParameterx( @@ -44942,8 +19690,6 @@ static abstract void GetTexParameterx( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] static abstract void GetTexParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -44951,8 +19697,6 @@ static abstract void GetTexParameterxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] static abstract void GetTexParameterxOES( @@ -44962,33 +19706,17 @@ static abstract void GetTexParameterxOES( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleARB")] static abstract ulong GetTextureHandleARB([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleIMG")] static abstract ulong GetTextureHandleIMG([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleNV")] static abstract ulong GetTextureHandleNV([NativeTypeName("GLuint")] uint texture); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] static abstract void GetTextureImage( [NativeTypeName("GLuint")] uint texture, @@ -44999,16 +19727,6 @@ static abstract void GetTextureImage( void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] static abstract void GetTextureImage( @@ -45020,8 +19738,6 @@ static abstract void GetTextureImage( Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] static abstract void GetTextureImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -45032,8 +19748,6 @@ static abstract void GetTextureImageEXT( void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] static abstract void GetTextureImageEXT( @@ -45045,16 +19759,6 @@ static abstract void GetTextureImageEXT( Ref pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] static abstract void GetTextureLevelParameter( [NativeTypeName("GLuint")] uint texture, @@ -45063,16 +19767,6 @@ static abstract void GetTextureLevelParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] static abstract void GetTextureLevelParameter( @@ -45082,8 +19776,6 @@ static abstract void GetTextureLevelParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] static abstract void GetTextureLevelParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -45093,8 +19785,6 @@ static abstract void GetTextureLevelParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] static abstract void GetTextureLevelParameterEXT( @@ -45105,16 +19795,6 @@ static abstract void GetTextureLevelParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] static abstract void GetTextureLevelParameter( [NativeTypeName("GLuint")] uint texture, @@ -45123,16 +19803,6 @@ static abstract void GetTextureLevelParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] static abstract void GetTextureLevelParameter( @@ -45142,8 +19812,6 @@ static abstract void GetTextureLevelParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] static abstract void GetTextureLevelParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -45153,8 +19821,6 @@ static abstract void GetTextureLevelParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] static abstract void GetTextureLevelParameterEXT( @@ -45165,16 +19831,6 @@ static abstract void GetTextureLevelParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] static abstract void GetTextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -45182,16 +19838,6 @@ static abstract void GetTextureParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] static abstract void GetTextureParameter( @@ -45200,8 +19846,6 @@ static abstract void GetTextureParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] static abstract void GetTextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -45210,8 +19854,6 @@ static abstract void GetTextureParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] static abstract void GetTextureParameterEXT( @@ -45221,16 +19863,6 @@ static abstract void GetTextureParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] static abstract void GetTextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -45238,16 +19870,6 @@ static abstract void GetTextureParameterI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] static abstract void GetTextureParameterI( @@ -45256,8 +19878,6 @@ static abstract void GetTextureParameterI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] static abstract void GetTextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -45266,8 +19886,6 @@ static abstract void GetTextureParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] static abstract void GetTextureParameterIEXT( @@ -45277,16 +19895,6 @@ static abstract void GetTextureParameterIEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] static abstract void GetTextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -45294,16 +19902,6 @@ static abstract void GetTextureParameterI( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] static abstract void GetTextureParameterI( @@ -45312,8 +19910,6 @@ static abstract void GetTextureParameterI( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] static abstract void GetTextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -45322,8 +19918,6 @@ static abstract void GetTextureParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] static abstract void GetTextureParameterIEXT( @@ -45333,16 +19927,6 @@ static abstract void GetTextureParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] static abstract void GetTextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -45350,16 +19934,6 @@ static abstract void GetTextureParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] static abstract void GetTextureParameter( @@ -45368,8 +19942,6 @@ static abstract void GetTextureParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] static abstract void GetTextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -45378,8 +19950,6 @@ static abstract void GetTextureParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] static abstract void GetTextureParameterEXT( @@ -45390,8 +19960,6 @@ static abstract void GetTextureParameterEXT( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleARB")] static abstract ulong GetTextureSamplerHandleARB( [NativeTypeName("GLuint")] uint texture, @@ -45399,7 +19967,6 @@ static abstract ulong GetTextureSamplerHandleARB( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleIMG")] static abstract ulong GetTextureSamplerHandleIMG( [NativeTypeName("GLuint")] uint texture, @@ -45407,25 +19974,12 @@ static abstract ulong GetTextureSamplerHandleIMG( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleNV")] static abstract ulong GetTextureSamplerHandleNV( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLuint")] uint sampler ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] static abstract void GetTextureSubImage( [NativeTypeName("GLuint")] uint texture, @@ -45442,16 +19996,6 @@ static abstract void GetTextureSubImage( void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] static abstract void GetTextureSubImage( @@ -45469,7 +20013,6 @@ static abstract void GetTextureSubImage( Ref pixels ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] static abstract void GetTrackMatrixNV( [NativeTypeName("GLenum")] uint target, @@ -45478,7 +20021,6 @@ static abstract void GetTrackMatrixNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] static abstract void GetTrackMatrixNV( @@ -45488,7 +20030,6 @@ static abstract void GetTrackMatrixNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] static abstract int GetTrackMatrixNV( @@ -45497,16 +20038,6 @@ static abstract int GetTrackMatrixNV( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] static abstract void GetTransformFeedback( [NativeTypeName("GLuint")] uint xfb, @@ -45515,16 +20046,6 @@ static abstract void GetTransformFeedback( [NativeTypeName("GLint *")] int* param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] static abstract void GetTransformFeedback( @@ -45534,16 +20055,6 @@ static abstract void GetTransformFeedback( [NativeTypeName("GLint *")] Ref param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] static abstract void GetTransformFeedbacki64( [NativeTypeName("GLuint")] uint xfb, @@ -45552,16 +20063,6 @@ static abstract void GetTransformFeedbacki64( [NativeTypeName("GLint64 *")] long* param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] static abstract void GetTransformFeedbacki64( @@ -45571,16 +20072,6 @@ static abstract void GetTransformFeedbacki64( [NativeTypeName("GLint64 *")] Ref param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] static abstract void GetTransformFeedback( [NativeTypeName("GLuint")] uint xfb, @@ -45588,16 +20079,6 @@ static abstract void GetTransformFeedback( [NativeTypeName("GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] static abstract void GetTransformFeedback( @@ -45606,40 +20087,6 @@ static abstract void GetTransformFeedback( [NativeTypeName("GLint *")] Ref param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] static abstract void GetTransformFeedbackVarying( [NativeTypeName("GLuint")] uint program, @@ -45651,40 +20098,6 @@ static abstract void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] static abstract void GetTransformFeedbackVarying( @@ -45697,40 +20110,6 @@ static abstract void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] static abstract sbyte GetTransformFeedbackVarying( @@ -45741,40 +20120,6 @@ static abstract sbyte GetTransformFeedbackVarying( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] static abstract void GetTransformFeedbackVarying( @@ -45787,40 +20132,6 @@ static abstract void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] static abstract sbyte GetTransformFeedbackVarying( @@ -45831,40 +20142,6 @@ static abstract sbyte GetTransformFeedbackVarying( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] static abstract void GetTransformFeedbackVarying( @@ -45877,40 +20154,6 @@ static abstract void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] static abstract sbyte GetTransformFeedbackVarying( @@ -45921,7 +20164,6 @@ static abstract sbyte GetTransformFeedbackVarying( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] static abstract void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLuint")] uint program, @@ -45933,7 +20175,6 @@ static abstract void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] static abstract void GetTransformFeedbackVaryingEXT( @@ -45946,7 +20187,6 @@ static abstract void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] static abstract sbyte GetTransformFeedbackVaryingEXT( @@ -45957,7 +20197,6 @@ static abstract sbyte GetTransformFeedbackVaryingEXT( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] static abstract void GetTransformFeedbackVaryingEXT( @@ -45970,7 +20209,6 @@ static abstract void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] static abstract sbyte GetTransformFeedbackVaryingEXT( @@ -45981,7 +20219,6 @@ static abstract sbyte GetTransformFeedbackVaryingEXT( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] static abstract void GetTransformFeedbackVaryingEXT( @@ -45994,7 +20231,6 @@ static abstract void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] static abstract sbyte GetTransformFeedbackVaryingEXT( @@ -46005,7 +20241,6 @@ static abstract sbyte GetTransformFeedbackVaryingEXT( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] static abstract void GetTransformFeedbackVaryingNV( [NativeTypeName("GLuint")] uint program, @@ -46013,7 +20248,6 @@ static abstract void GetTransformFeedbackVaryingNV( [NativeTypeName("GLint *")] int* location ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] static abstract void GetTransformFeedbackVaryingNV( @@ -46022,7 +20256,6 @@ static abstract void GetTransformFeedbackVaryingNV( [NativeTypeName("GLint *")] Ref location ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] static abstract int GetTransformFeedbackVaryingNV( @@ -46030,68 +20263,31 @@ static abstract int GetTransformFeedbackVaryingNV( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] - static abstract void GetTranslatedShaderSourceAngle( + static abstract void GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] uint* length, [NativeTypeName("GLchar *")] sbyte* source ); - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] - static abstract void GetTranslatedShaderSourceAngle( + static abstract void GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] Ref length, [NativeTypeName("GLchar *")] Ref source ); - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] - static abstract sbyte GetTranslatedShaderSourceAngle( + static abstract sbyte GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei *")] Ref length ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] static abstract uint GetUniformBlockIndex( [NativeTypeName("GLuint")] uint program, @@ -46099,40 +20295,6 @@ static abstract uint GetUniformBlockIndex( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] static abstract uint GetUniformBlockIndex( @@ -46141,41 +20303,12 @@ static abstract uint GetUniformBlockIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glGetUniformBufferSizeEXT")] static abstract int GetUniformBufferSizeEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] static abstract void GetUniformdv( [NativeTypeName("GLuint")] uint program, @@ -46183,34 +20316,6 @@ static abstract void GetUniformdv( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] static abstract void GetUniformdv( @@ -46219,81 +20324,10 @@ static abstract void GetUniformdv( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] static abstract double GetUniformdv([NativeTypeName("GLint")] int location); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] static abstract void GetUniformfv( [NativeTypeName("GLuint")] uint program, @@ -46301,49 +20335,6 @@ static abstract void GetUniformfv( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] static abstract void GetUniformfv( @@ -46352,54 +20343,10 @@ static abstract void GetUniformfv( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] static abstract float GetUniformfv([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] static abstract void GetUniformfvARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -46407,7 +20354,6 @@ static abstract void GetUniformfvARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] static abstract void GetUniformfvARB( @@ -46416,39 +20362,29 @@ static abstract void GetUniformfvARB( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] static abstract float GetUniformfvARB([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] - static abstract void GetUniformi64VARB( + static abstract void GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] - static abstract void GetUniformi64VARB( + static abstract void GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] - static abstract long GetUniformi64VARB([NativeTypeName("GLint")] int location); + static abstract long GetUniformi64vARB([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] static abstract void GetUniformNV( [NativeTypeName("GLuint")] uint program, @@ -46456,9 +20392,6 @@ static abstract void GetUniformNV( [NativeTypeName("GLint64EXT *")] long* @params ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] static abstract void GetUniformNV( @@ -46467,47 +20400,10 @@ static abstract void GetUniformNV( [NativeTypeName("GLint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] static abstract long GetUniformNV([NativeTypeName("GLint")] int location); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] static abstract void GetUniformIndices( [NativeTypeName("GLuint")] uint program, @@ -46516,40 +20412,6 @@ static abstract void GetUniformIndices( [NativeTypeName("GLuint *")] uint* uniformIndices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] static abstract void GetUniformIndices( @@ -46559,49 +20421,6 @@ static abstract void GetUniformIndices( [NativeTypeName("GLuint *")] Ref uniformIndices ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] static abstract void GetUniformiv( [NativeTypeName("GLuint")] uint program, @@ -46609,49 +20428,6 @@ static abstract void GetUniformiv( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] static abstract void GetUniformiv( @@ -46660,54 +20436,10 @@ static abstract void GetUniformiv( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] static abstract int GetUniformiv([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] static abstract void GetUniformivARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -46715,7 +20447,6 @@ static abstract void GetUniformivARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] static abstract void GetUniformivARB( @@ -46724,55 +20455,11 @@ static abstract void GetUniformivARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] static abstract int GetUniformivARB([NativeTypeName("GLint")] int location); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] static abstract int GetUniformLocation( [NativeTypeName("GLuint")] uint program, @@ -46780,49 +20467,6 @@ static abstract int GetUniformLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] static abstract int GetUniformLocation( @@ -46831,7 +20475,6 @@ static abstract int GetUniformLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] static abstract int GetUniformLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -46839,7 +20482,6 @@ static abstract int GetUniformLocationARB( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] static abstract int GetUniformLocationARB( @@ -46848,41 +20490,12 @@ static abstract int GetUniformLocationARB( ); [return: NativeTypeName("GLintptr")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glGetUniformOffsetEXT")] static abstract nint GetUniformOffsetEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] static abstract void GetUniformSubroutine( [NativeTypeName("GLenum")] uint shadertype, @@ -46890,34 +20503,6 @@ static abstract void GetUniformSubroutine( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] static abstract void GetUniformSubroutine( @@ -46926,34 +20511,6 @@ static abstract void GetUniformSubroutine( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] static abstract uint GetUniformSubroutine( @@ -46961,90 +20518,44 @@ static abstract uint GetUniformSubroutine( [NativeTypeName("GLint")] int location ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] - static abstract void GetUniformui64VARB( + static abstract void GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] - static abstract void GetUniformui64VARB( + static abstract void GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] - static abstract ulong GetUniformui64VARB([NativeTypeName("GLint")] int location); + static abstract ulong GetUniformui64vARB([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] - static abstract void GetUniformui64VNV( + static abstract void GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] - static abstract void GetUniformui64VNV( + static abstract void GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] - static abstract ulong GetUniformui64VNV([NativeTypeName("GLint")] int location); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + static abstract ulong GetUniformui64vNV([NativeTypeName("GLint")] int location); + [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] static abstract void GetUniformuiv( [NativeTypeName("GLuint")] uint program, @@ -47052,40 +20563,6 @@ static abstract void GetUniformuiv( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] static abstract void GetUniformuiv( @@ -47094,45 +20571,10 @@ static abstract void GetUniformuiv( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] static abstract uint GetUniformuiv([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] static abstract void GetUniformEXT( [NativeTypeName("GLuint")] uint program, @@ -47140,7 +20582,6 @@ static abstract void GetUniformEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] static abstract void GetUniformEXT( @@ -47149,13 +20590,10 @@ static abstract void GetUniformEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] static abstract uint GetUniformEXT([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] static abstract void GetUnsignedByteEXT( [NativeTypeName("GLenum")] uint target, @@ -47163,8 +20601,6 @@ static abstract void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] byte* data ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] static abstract void GetUnsignedByteEXT( @@ -47173,22 +20609,16 @@ static abstract void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] static abstract byte GetUnsignedByteEXT([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] static abstract void GetUnsignedByteEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLubyte *")] byte* data ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] static abstract void GetUnsignedByteEXT( @@ -47196,7 +20626,6 @@ static abstract void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] static abstract void GetVariantArrayObjectfvATI( [NativeTypeName("GLuint")] uint id, @@ -47204,7 +20633,6 @@ static abstract void GetVariantArrayObjectfvATI( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] static abstract void GetVariantArrayObjectfvATI( @@ -47213,7 +20641,6 @@ static abstract void GetVariantArrayObjectfvATI( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] static abstract float GetVariantArrayObjectfvATI( @@ -47221,7 +20648,6 @@ static abstract float GetVariantArrayObjectfvATI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] static abstract void GetVariantArrayObjectivATI( [NativeTypeName("GLuint")] uint id, @@ -47229,7 +20655,6 @@ static abstract void GetVariantArrayObjectivATI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] static abstract void GetVariantArrayObjectivATI( @@ -47238,7 +20663,6 @@ static abstract void GetVariantArrayObjectivATI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] static abstract int GetVariantArrayObjectivATI( @@ -47246,7 +20670,6 @@ static abstract int GetVariantArrayObjectivATI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] static abstract void GetVariantBooleanEXT( [NativeTypeName("GLuint")] uint id, @@ -47254,7 +20677,6 @@ static abstract void GetVariantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] static abstract void GetVariantBooleanEXT( @@ -47263,14 +20685,12 @@ static abstract void GetVariantBooleanEXT( [NativeTypeName("GLboolean *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] static abstract uint GetVariantBooleanEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] static abstract void GetVariantFloatEXT( [NativeTypeName("GLuint")] uint id, @@ -47278,7 +20698,6 @@ static abstract void GetVariantFloatEXT( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] static abstract void GetVariantFloatEXT( @@ -47287,14 +20706,12 @@ static abstract void GetVariantFloatEXT( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] static abstract float GetVariantFloatEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] static abstract void GetVariantIntegerEXT( [NativeTypeName("GLuint")] uint id, @@ -47302,7 +20719,6 @@ static abstract void GetVariantIntegerEXT( [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] static abstract void GetVariantIntegerEXT( @@ -47311,14 +20727,12 @@ static abstract void GetVariantIntegerEXT( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] static abstract int GetVariantIntegerEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] static abstract void GetVariantPointerEXT( [NativeTypeName("GLuint")] uint id, @@ -47326,7 +20740,6 @@ static abstract void GetVariantPointerEXT( void** data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] static abstract void GetVariantPointerEXT( @@ -47336,7 +20749,6 @@ Ref2D data ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] static abstract int GetVaryingLocationNV( [NativeTypeName("GLuint")] uint program, @@ -47344,7 +20756,6 @@ static abstract int GetVaryingLocationNV( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] static abstract int GetVaryingLocationNV( @@ -47352,16 +20763,6 @@ static abstract int GetVaryingLocationNV( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] static abstract void GetVertexArrayIndexed64( [NativeTypeName("GLuint")] uint vaobj, @@ -47370,16 +20771,6 @@ static abstract void GetVertexArrayIndexed64( [NativeTypeName("GLint64 *")] long* param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] static abstract void GetVertexArrayIndexed64( @@ -47389,16 +20780,6 @@ static abstract void GetVertexArrayIndexed64( [NativeTypeName("GLint64 *")] Ref param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] static abstract void GetVertexArrayIndexed( [NativeTypeName("GLuint")] uint vaobj, @@ -47407,16 +20788,6 @@ static abstract void GetVertexArrayIndexed( [NativeTypeName("GLint *")] int* param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] static abstract void GetVertexArrayIndexed( @@ -47426,8 +20797,6 @@ static abstract void GetVertexArrayIndexed( [NativeTypeName("GLint *")] Ref param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] static abstract void GetVertexArrayIntegerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -47436,8 +20805,6 @@ static abstract void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] int* param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] static abstract void GetVertexArrayIntegerEXT( @@ -47447,8 +20814,6 @@ static abstract void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] Ref param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] static abstract void GetVertexArrayIntegerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -47456,8 +20821,6 @@ static abstract void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] int* param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] static abstract void GetVertexArrayIntegerEXT( @@ -47466,16 +20829,6 @@ static abstract void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] Ref param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] static abstract void GetVertexArray( [NativeTypeName("GLuint")] uint vaobj, @@ -47483,16 +20836,6 @@ static abstract void GetVertexArray( [NativeTypeName("GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] static abstract void GetVertexArray( @@ -47501,8 +20844,6 @@ static abstract void GetVertexArray( [NativeTypeName("GLint *")] Ref param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] static abstract void GetVertexArrayPointerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -47511,8 +20852,6 @@ static abstract void GetVertexArrayPointerEXT( void** param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] static abstract void GetVertexArrayPointerEXT( @@ -47522,8 +20861,6 @@ static abstract void GetVertexArrayPointerEXT( Ref2D param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] static abstract void GetVertexArrayPointerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -47531,8 +20868,6 @@ static abstract void GetVertexArrayPointerEXT( void** param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] static abstract void GetVertexArrayPointerEXT( @@ -47541,7 +20876,6 @@ static abstract void GetVertexArrayPointerEXT( Ref2D param2 ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] static abstract void GetVertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, @@ -47549,7 +20883,6 @@ static abstract void GetVertexAttribArrayObjectATI( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] static abstract void GetVertexAttribArrayObjectATI( @@ -47558,7 +20891,6 @@ static abstract void GetVertexAttribArrayObjectATI( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] static abstract void GetVertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, @@ -47566,7 +20898,6 @@ static abstract void GetVertexAttribArrayObjectATI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] static abstract void GetVertexAttribArrayObjectATI( @@ -47575,44 +20906,6 @@ static abstract void GetVertexAttribArrayObjectATI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] static abstract void GetVertexAttrib( [NativeTypeName("GLuint")] uint index, @@ -47620,44 +20913,6 @@ static abstract void GetVertexAttrib( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] static abstract void GetVertexAttrib( @@ -47666,7 +20921,6 @@ static abstract void GetVertexAttrib( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] static abstract void GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, @@ -47674,7 +20928,6 @@ static abstract void GetVertexAttribARB( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] static abstract void GetVertexAttribARB( @@ -47683,7 +20936,6 @@ static abstract void GetVertexAttribARB( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] static abstract void GetVertexAttribdvNV( [NativeTypeName("GLuint")] uint index, @@ -47691,7 +20943,6 @@ static abstract void GetVertexAttribdvNV( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] static abstract void GetVertexAttribdvNV( @@ -47700,7 +20951,6 @@ static abstract void GetVertexAttribdvNV( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] static abstract double GetVertexAttribdvNV( @@ -47708,49 +20958,6 @@ static abstract double GetVertexAttribdvNV( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] static abstract void GetVertexAttrib( [NativeTypeName("GLuint")] uint index, @@ -47758,49 +20965,6 @@ static abstract void GetVertexAttrib( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] static abstract void GetVertexAttrib( @@ -47809,7 +20973,6 @@ static abstract void GetVertexAttrib( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] static abstract void GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, @@ -47817,7 +20980,6 @@ static abstract void GetVertexAttribARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] static abstract void GetVertexAttribARB( @@ -47826,7 +20988,6 @@ static abstract void GetVertexAttribARB( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] static abstract void GetVertexAttribfvNV( [NativeTypeName("GLuint")] uint index, @@ -47834,7 +20995,6 @@ static abstract void GetVertexAttribfvNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] static abstract void GetVertexAttribfvNV( @@ -47843,7 +21003,6 @@ static abstract void GetVertexAttribfvNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] static abstract float GetVertexAttribfvNV( @@ -47851,40 +21010,6 @@ static abstract float GetVertexAttribfvNV( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] static abstract void GetVertexAttribI( [NativeTypeName("GLuint")] uint index, @@ -47892,40 +21017,6 @@ static abstract void GetVertexAttribI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] static abstract void GetVertexAttribI( @@ -47934,40 +21025,6 @@ static abstract void GetVertexAttribI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] static abstract int GetVertexAttribI( @@ -47975,7 +21032,6 @@ static abstract int GetVertexAttribI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] static abstract void GetVertexAttribIEXT( [NativeTypeName("GLuint")] uint index, @@ -47983,7 +21039,6 @@ static abstract void GetVertexAttribIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] static abstract void GetVertexAttribIEXT( @@ -47992,7 +21047,6 @@ static abstract void GetVertexAttribIEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] static abstract int GetVertexAttribIEXT( @@ -48000,40 +21054,6 @@ static abstract int GetVertexAttribIEXT( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] static abstract void GetVertexAttribIuiv( [NativeTypeName("GLuint")] uint index, @@ -48041,40 +21061,6 @@ static abstract void GetVertexAttribIuiv( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] static abstract void GetVertexAttribIuiv( @@ -48083,40 +21069,6 @@ static abstract void GetVertexAttribIuiv( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] static abstract uint GetVertexAttribIuiv( @@ -48124,7 +21076,6 @@ static abstract uint GetVertexAttribIuiv( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] static abstract void GetVertexAttribIuivEXT( [NativeTypeName("GLuint")] uint index, @@ -48132,7 +21083,6 @@ static abstract void GetVertexAttribIuivEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] static abstract void GetVertexAttribIuivEXT( @@ -48141,7 +21091,6 @@ static abstract void GetVertexAttribIuivEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] static abstract uint GetVertexAttribIuivEXT( @@ -48149,49 +21098,6 @@ static abstract uint GetVertexAttribIuivEXT( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] static abstract void GetVertexAttrib( [NativeTypeName("GLuint")] uint index, @@ -48199,49 +21105,6 @@ static abstract void GetVertexAttrib( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] static abstract void GetVertexAttrib( @@ -48250,7 +21113,6 @@ static abstract void GetVertexAttrib( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] static abstract void GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, @@ -48258,7 +21120,6 @@ static abstract void GetVertexAttribARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] static abstract void GetVertexAttribARB( @@ -48267,7 +21128,6 @@ static abstract void GetVertexAttribARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] static abstract void GetVertexAttribivNV( [NativeTypeName("GLuint")] uint index, @@ -48275,7 +21135,6 @@ static abstract void GetVertexAttribivNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] static abstract void GetVertexAttribivNV( @@ -48284,7 +21143,6 @@ static abstract void GetVertexAttribivNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] static abstract int GetVertexAttribivNV( @@ -48292,32 +21150,6 @@ static abstract int GetVertexAttribivNV( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] static abstract void GetVertexAttribL( [NativeTypeName("GLuint")] uint index, @@ -48325,32 +21157,6 @@ static abstract void GetVertexAttribL( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] static abstract void GetVertexAttribL( @@ -48359,7 +21165,6 @@ static abstract void GetVertexAttribL( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] static abstract void GetVertexAttribLEXT( [NativeTypeName("GLuint")] uint index, @@ -48367,7 +21172,6 @@ static abstract void GetVertexAttribLEXT( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] static abstract void GetVertexAttribLEXT( @@ -48376,8 +21180,6 @@ static abstract void GetVertexAttribLEXT( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] static abstract void GetVertexAttribLNV( [NativeTypeName("GLuint")] uint index, @@ -48385,8 +21187,6 @@ static abstract void GetVertexAttribLNV( [NativeTypeName("GLint64EXT *")] long* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] static abstract void GetVertexAttribLNV( @@ -48395,8 +21195,6 @@ static abstract void GetVertexAttribLNV( [NativeTypeName("GLint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] static abstract void GetVertexAttribLARB( [NativeTypeName("GLuint")] uint index, @@ -48404,8 +21202,6 @@ static abstract void GetVertexAttribLARB( [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] static abstract void GetVertexAttribLARB( @@ -48414,8 +21210,6 @@ static abstract void GetVertexAttribLARB( [NativeTypeName("GLuint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] static abstract void GetVertexAttribLNV( [NativeTypeName("GLuint")] uint index, @@ -48423,8 +21217,6 @@ static abstract void GetVertexAttribLNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] static abstract void GetVertexAttribLNV( @@ -48433,49 +21225,6 @@ static abstract void GetVertexAttribLNV( [NativeTypeName("GLuint64EXT *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] static abstract void GetVertexAttribPointer( [NativeTypeName("GLuint")] uint index, @@ -48483,49 +21232,6 @@ static abstract void GetVertexAttribPointer( void** pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] static abstract void GetVertexAttribPointer( @@ -48534,7 +21240,6 @@ static abstract void GetVertexAttribPointer( Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] static abstract void GetVertexAttribPointerARB( [NativeTypeName("GLuint")] uint index, @@ -48542,7 +21247,6 @@ static abstract void GetVertexAttribPointerARB( void** pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] static abstract void GetVertexAttribPointerARB( @@ -48551,7 +21255,6 @@ static abstract void GetVertexAttribPointerARB( Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] static abstract void GetVertexAttribPointerNV( [NativeTypeName("GLuint")] uint index, @@ -48559,7 +21262,6 @@ static abstract void GetVertexAttribPointerNV( void** pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] static abstract void GetVertexAttribPointerNV( @@ -48568,7 +21270,6 @@ static abstract void GetVertexAttribPointerNV( Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] static abstract void GetVideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -48576,7 +21277,6 @@ static abstract void GetVideoCaptureNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] static abstract void GetVideoCaptureNV( @@ -48585,12 +21285,10 @@ static abstract void GetVideoCaptureNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] static abstract int GetVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] static abstract void GetVideoCaptureStreamdvNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -48599,7 +21297,6 @@ static abstract void GetVideoCaptureStreamdvNV( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] static abstract void GetVideoCaptureStreamdvNV( @@ -48609,7 +21306,6 @@ static abstract void GetVideoCaptureStreamdvNV( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] static abstract double GetVideoCaptureStreamdvNV( @@ -48617,7 +21313,6 @@ static abstract double GetVideoCaptureStreamdvNV( [NativeTypeName("GLuint")] uint stream ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] static abstract void GetVideoCaptureStreamfvNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -48626,7 +21321,6 @@ static abstract void GetVideoCaptureStreamfvNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] static abstract void GetVideoCaptureStreamfvNV( @@ -48636,7 +21330,6 @@ static abstract void GetVideoCaptureStreamfvNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] static abstract float GetVideoCaptureStreamfvNV( @@ -48644,7 +21337,6 @@ static abstract float GetVideoCaptureStreamfvNV( [NativeTypeName("GLuint")] uint stream ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] static abstract void GetVideoCaptureStreamivNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -48653,7 +21345,6 @@ static abstract void GetVideoCaptureStreamivNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] static abstract void GetVideoCaptureStreamivNV( @@ -48663,7 +21354,6 @@ static abstract void GetVideoCaptureStreamivNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] static abstract int GetVideoCaptureStreamivNV( @@ -48671,29 +21361,25 @@ static abstract int GetVideoCaptureStreamivNV( [NativeTypeName("GLuint")] uint stream ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] - static abstract void GetVideoi64VNV( + static abstract void GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] long* @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] - static abstract void GetVideoi64VNV( + static abstract void GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] - static abstract long GetVideoi64VNV([NativeTypeName("GLuint")] uint video_slot); + static abstract long GetVideoi64vNV([NativeTypeName("GLuint")] uint video_slot); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] static abstract void GetVideoNV( [NativeTypeName("GLuint")] uint video_slot, @@ -48701,7 +21387,6 @@ static abstract void GetVideoNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] static abstract void GetVideoNV( @@ -48710,34 +21395,29 @@ static abstract void GetVideoNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] static abstract int GetVideoNV([NativeTypeName("GLuint")] uint video_slot); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] - static abstract void GetVideoui64VNV( + static abstract void GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] - static abstract void GetVideoui64VNV( + static abstract void GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] - static abstract ulong GetVideoui64VNV([NativeTypeName("GLuint")] uint video_slot); + static abstract ulong GetVideoui64vNV([NativeTypeName("GLuint")] uint video_slot); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] static abstract void GetVideouivNV( [NativeTypeName("GLuint")] uint video_slot, @@ -48745,7 +21425,6 @@ static abstract void GetVideouivNV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] static abstract void GetVideouivNV( @@ -48754,180 +21433,53 @@ static abstract void GetVideouivNV( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] static abstract uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot); [return: NativeTypeName("GLVULKANPROCNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] static abstract delegate* unmanaged GetVkProcAddrNV( [NativeTypeName("const GLchar *")] sbyte* name ); [return: NativeTypeName("GLVULKANPROCNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] static abstract delegate* unmanaged GetVkProcAddrNV( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorbSUN")] static abstract void GlobalAlphaFactorSUN([NativeTypeName("GLbyte")] sbyte factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactordSUN")] static abstract void GlobalAlphaFactorSUN([NativeTypeName("GLdouble")] double factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorfSUN")] static abstract void GlobalAlphaFactorSUN([NativeTypeName("GLfloat")] float factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactoriSUN")] static abstract void GlobalAlphaFactorSUN([NativeTypeName("GLint")] int factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorsSUN")] static abstract void GlobalAlphaFactorsSUN([NativeTypeName("GLshort")] short factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorubSUN")] static abstract void GlobalAlphaFactorSUN([NativeTypeName("GLubyte")] byte factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactoruiSUN")] static abstract void GlobalAlphaFactorSUN([NativeTypeName("GLuint")] uint factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorusSUN")] static abstract void GlobalAlphaFactorSUN([NativeTypeName("GLushort")] ushort factor); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glHint")] static abstract void Hint( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glHint")] static abstract void Hint( @@ -48935,14 +21487,12 @@ static abstract void Hint( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_PGI_misc_hints"])] [NativeFunction("opengl", EntryPoint = "glHintPGI")] static abstract void HintPGI( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int mode ); - [SupportedApiProfile("gl", ["GL_PGI_misc_hints"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHintPGI")] static abstract void HintPGI( @@ -48950,7 +21500,6 @@ static abstract void HintPGI( [NativeTypeName("GLint")] Constant mode ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glHistogram")] static abstract void Histogram( [NativeTypeName("GLenum")] uint target, @@ -48959,7 +21508,6 @@ static abstract void Histogram( [NativeTypeName("GLboolean")] uint sink ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHistogram")] static abstract void Histogram( @@ -48969,7 +21517,6 @@ static abstract void Histogram( [NativeTypeName("GLboolean")] MaybeBool sink ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] static abstract void HistogramEXT( [NativeTypeName("GLenum")] uint target, @@ -48978,7 +21525,6 @@ static abstract void HistogramEXT( [NativeTypeName("GLboolean")] uint sink ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] static abstract void HistogramEXT( @@ -48988,14 +21534,12 @@ static abstract void HistogramEXT( [NativeTypeName("GLboolean")] MaybeBool sink ); - [SupportedApiProfile("gl", ["GL_SGIX_igloo_interface"])] [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] static abstract void IglooInterfaceSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const void *")] void* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_igloo_interface"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] static abstract void IglooInterfaceSGIX( @@ -49003,7 +21547,6 @@ static abstract void IglooInterfaceSGIX( [NativeTypeName("const void *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] static abstract void ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -49011,7 +21554,6 @@ static abstract void ImageTransformParameterHP( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] static abstract void ImageTransformParameterHP( @@ -49020,7 +21562,6 @@ static abstract void ImageTransformParameterHP( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] static abstract void ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -49028,7 +21569,6 @@ static abstract void ImageTransformParameterHP( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] static abstract void ImageTransformParameterHP( @@ -49037,7 +21577,6 @@ static abstract void ImageTransformParameterHP( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] static abstract void ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -49045,7 +21584,6 @@ static abstract void ImageTransformParameterHP( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] static abstract void ImageTransformParameterHP( @@ -49054,7 +21592,6 @@ static abstract void ImageTransformParameterHP( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] static abstract void ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -49062,7 +21599,6 @@ static abstract void ImageTransformParameterHP( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] static abstract void ImageTransformParameterHP( @@ -49071,8 +21607,6 @@ static abstract void ImageTransformParameterHP( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_fd"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] static abstract void ImportMemoryFEXT( [NativeTypeName("GLuint")] uint memory, @@ -49081,8 +21615,6 @@ static abstract void ImportMemoryFEXT( [NativeTypeName("GLint")] int fd ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_fd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] static abstract void ImportMemoryFEXT( @@ -49092,8 +21624,6 @@ static abstract void ImportMemoryFEXT( [NativeTypeName("GLint")] int fd ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] static abstract void ImportMemoryWin32HandleEXT( [NativeTypeName("GLuint")] uint memory, @@ -49102,8 +21632,6 @@ static abstract void ImportMemoryWin32HandleEXT( void* handle ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] static abstract void ImportMemoryWin32HandleEXT( @@ -49113,8 +21641,6 @@ static abstract void ImportMemoryWin32HandleEXT( Ref handle ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] static abstract void ImportMemoryWin32NameEXT( [NativeTypeName("GLuint")] uint memory, @@ -49123,8 +21649,6 @@ static abstract void ImportMemoryWin32NameEXT( [NativeTypeName("const void *")] void* name ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] static abstract void ImportMemoryWin32NameEXT( @@ -49134,8 +21658,6 @@ static abstract void ImportMemoryWin32NameEXT( [NativeTypeName("const void *")] Ref name ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_fd"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] static abstract void ImportSemaphoreFEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -49143,8 +21665,6 @@ static abstract void ImportSemaphoreFEXT( [NativeTypeName("GLint")] int fd ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_fd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] static abstract void ImportSemaphoreFEXT( @@ -49153,8 +21673,6 @@ static abstract void ImportSemaphoreFEXT( [NativeTypeName("GLint")] int fd ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] static abstract void ImportSemaphoreWin32HandleEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -49162,8 +21680,6 @@ static abstract void ImportSemaphoreWin32HandleEXT( void* handle ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] static abstract void ImportSemaphoreWin32HandleEXT( @@ -49172,8 +21688,6 @@ static abstract void ImportSemaphoreWin32HandleEXT( Ref handle ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] static abstract void ImportSemaphoreWin32NameEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -49181,8 +21695,6 @@ static abstract void ImportSemaphoreWin32NameEXT( [NativeTypeName("const void *")] void* name ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] static abstract void ImportSemaphoreWin32NameEXT( @@ -49192,7 +21704,6 @@ static abstract void ImportSemaphoreWin32NameEXT( ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_EXT_x11_sync_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] static abstract Ptr ImportSyncEXT( @@ -49202,172 +21713,42 @@ static abstract Ptr ImportSyncEXT( ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_EXT_x11_sync_object"])] [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] - static abstract Sync* ImportSyncEXTRaw( + static abstract Sync* ImportSyncEXTRawEXT( [NativeTypeName("GLenum")] uint external_sync_type, [NativeTypeName("GLintptr")] nint external_sync, [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexd")] static abstract void Indexd([NativeTypeName("GLdouble")] double c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexdv")] static abstract void Indexdv([NativeTypeName("const GLdouble *")] double* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexdv")] static abstract void Indexdv([NativeTypeName("const GLdouble *")] Ref c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexdv")] static abstract void Indexdv([NativeTypeName("const GLdouble *")] double c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexf")] static abstract void Indexf([NativeTypeName("GLfloat")] float c); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glIndexFormatNV")] static abstract void IndexFormatNV( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_EXT_index_func"])] [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] static abstract void IndexFuncEXT( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLclampf")] float @ref ); - [SupportedApiProfile("gl", ["GL_EXT_index_func"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] static abstract void IndexFuncEXT( @@ -49375,242 +21756,40 @@ static abstract void IndexFuncEXT( [NativeTypeName("GLclampf")] float @ref ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexfv")] static abstract void Indexfv([NativeTypeName("const GLfloat *")] float* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexfv")] static abstract void Indexfv([NativeTypeName("const GLfloat *")] Ref c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexfv")] static abstract void Indexfv([NativeTypeName("const GLfloat *")] float c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexi")] static abstract void Indexi([NativeTypeName("GLint")] int c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexiv")] static abstract void Indexiv([NativeTypeName("const GLint *")] int* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexiv")] static abstract void Indexiv([NativeTypeName("const GLint *")] Ref c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexiv")] static abstract void Indexiv([NativeTypeName("const GLint *")] int c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexMask")] static abstract void IndexMask([NativeTypeName("GLuint")] uint mask); - [SupportedApiProfile("gl", ["GL_EXT_index_material"])] [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] static abstract void IndexMaterialEXT( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_index_material"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] static abstract void IndexMaterialEXT( @@ -49618,30 +21797,6 @@ static abstract void IndexMaterialEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexPointer")] static abstract void IndexPointer( [NativeTypeName("GLenum")] uint type, @@ -49649,30 +21804,6 @@ static abstract void IndexPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointer")] static abstract void IndexPointer( @@ -49681,7 +21812,6 @@ static abstract void IndexPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] static abstract void IndexPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -49690,7 +21820,6 @@ static abstract void IndexPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] static abstract void IndexPointerEXT( @@ -49700,7 +21829,6 @@ static abstract void IndexPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] static abstract void IndexPointerListIBM( [NativeTypeName("GLenum")] uint type, @@ -49709,7 +21837,6 @@ static abstract void IndexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] static abstract void IndexPointerListIBM( @@ -49719,277 +21846,51 @@ static abstract void IndexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexs")] static abstract void Indexs([NativeTypeName("GLshort")] short c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexsv")] static abstract void Indexsv([NativeTypeName("const GLshort *")] short* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexsv")] static abstract void Indexsv([NativeTypeName("const GLshort *")] Ref c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexsv")] static abstract void Indexsv([NativeTypeName("const GLshort *")] short c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexub")] static abstract void Indexub([NativeTypeName("GLubyte")] byte c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexubv")] static abstract void Indexubv([NativeTypeName("const GLubyte *")] byte* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexubv")] static abstract void Indexubv([NativeTypeName("const GLubyte *")] Ref c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexubv")] static abstract void Indexubv([NativeTypeName("const GLubyte *")] byte c); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glIndexxOES")] static abstract void IndexxOES([NativeTypeName("GLfixed")] int component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] - static abstract void IndexxvO([NativeTypeName("const GLfixed *")] int component); + static abstract void IndexxvOOES([NativeTypeName("const GLfixed *")] int component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] static abstract void IndexxOES([NativeTypeName("const GLfixed *")] int* component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] static abstract void IndexxOES([NativeTypeName("const GLfixed *")] Ref component); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glInitNames")] static abstract void InitNames(); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glInsertComponentEXT")] static abstract void InsertComponentEXT( [NativeTypeName("GLuint")] uint res, @@ -49997,20 +21898,12 @@ static abstract void InsertComponentEXT( [NativeTypeName("GLuint")] uint num ); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] static abstract void InsertEventMarkerEXT( [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const GLchar *")] sbyte* marker ); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] static abstract void InsertEventMarkerEXT( @@ -50018,14 +21911,12 @@ static abstract void InsertEventMarkerEXT( [NativeTypeName("const GLchar *")] Ref marker ); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] static abstract void InstrumentsBufferSGIX( [NativeTypeName("GLsizei")] uint size, [NativeTypeName("GLint *")] int* buffer ); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] static abstract void InstrumentsBufferSGIX( @@ -50033,35 +21924,10 @@ static abstract void InstrumentsBufferSGIX( [NativeTypeName("GLint *")] Ref buffer ); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] static abstract int InstrumentsBufferSGIX(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] static abstract void InterleavedArrays( [NativeTypeName("GLenum")] uint format, @@ -50069,30 +21935,6 @@ static abstract void InterleavedArrays( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] static abstract void InterleavedArrays( @@ -50101,9 +21943,6 @@ static abstract void InterleavedArrays( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glInterpolatePathsNV")] static abstract void InterpolatePathNV( [NativeTypeName("GLuint")] uint resultPath, @@ -50112,53 +21951,9 @@ static abstract void InterpolatePathNV( [NativeTypeName("GLfloat")] float weight ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateBufferData")] static abstract void InvalidateBufferData([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateBufferSubData")] static abstract void InvalidateBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -50166,28 +21961,6 @@ static abstract void InvalidateBufferSubData( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] static abstract void InvalidateFramebuffer( [NativeTypeName("GLenum")] uint target, @@ -50195,28 +21968,6 @@ static abstract void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] uint* attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] static abstract void InvalidateFramebuffer( @@ -50225,28 +21976,6 @@ static abstract void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] static abstract void InvalidateFramebuffer( @@ -50254,28 +21983,6 @@ static abstract void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] uint attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] static abstract void InvalidateFramebuffer( @@ -50284,28 +21991,6 @@ static abstract void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] static abstract void InvalidateFramebuffer( @@ -50313,28 +21998,6 @@ static abstract void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] GLEnum attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] static abstract void InvalidateFramebuffer( @@ -50343,28 +22006,6 @@ static abstract void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] static abstract void InvalidateFramebuffer( @@ -50372,16 +22013,6 @@ static abstract void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] InvalidateFramebufferAttachment attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] static abstract void InvalidateNamedFramebufferData( [NativeTypeName("GLuint")] uint framebuffer, @@ -50389,16 +22020,6 @@ static abstract void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] uint* attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] static abstract void InvalidateNamedFramebufferData( @@ -50407,16 +22028,6 @@ static abstract void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] static abstract void InvalidateNamedFramebufferData( @@ -50425,16 +22036,6 @@ static abstract void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] static abstract void InvalidateNamedFramebufferData( @@ -50443,16 +22044,6 @@ static abstract void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] static abstract void InvalidateNamedFramebufferDatum( @@ -50460,16 +22051,6 @@ static abstract void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] uint attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] static abstract void InvalidateNamedFramebufferDatum( @@ -50477,16 +22058,6 @@ static abstract void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] GLEnum attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] static abstract void InvalidateNamedFramebufferDatum( @@ -50494,16 +22065,6 @@ static abstract void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] FramebufferAttachment attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] static abstract void InvalidateNamedFramebufferSubData( [NativeTypeName("GLuint")] uint framebuffer, @@ -50515,16 +22076,6 @@ static abstract void InvalidateNamedFramebufferSubData( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] static abstract void InvalidateNamedFramebufferSubData( @@ -50537,16 +22088,6 @@ static abstract void InvalidateNamedFramebufferSubData( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] static abstract void InvalidateNamedFramebufferSubData( @@ -50559,16 +22100,6 @@ static abstract void InvalidateNamedFramebufferSubData( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] static abstract void InvalidateNamedFramebufferSubData( @@ -50581,16 +22112,6 @@ static abstract void InvalidateNamedFramebufferSubData( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] static abstract void InvalidateNamedFramebufferSubDatum( @@ -50602,16 +22123,6 @@ static abstract void InvalidateNamedFramebufferSubDatum( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] static abstract void InvalidateNamedFramebufferSubDatum( @@ -50623,16 +22134,6 @@ static abstract void InvalidateNamedFramebufferSubDatum( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] static abstract void InvalidateNamedFramebufferSubDatum( @@ -50644,28 +22145,6 @@ static abstract void InvalidateNamedFramebufferSubDatum( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] static abstract void InvalidateSubFramebuffer( [NativeTypeName("GLenum")] uint target, @@ -50677,28 +22156,6 @@ static abstract void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] static abstract void InvalidateSubFramebuffer( @@ -50711,28 +22168,6 @@ static abstract void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] static abstract void InvalidateSubFramebuffer( @@ -50744,28 +22179,6 @@ static abstract void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] static abstract void InvalidateSubFramebuffer( @@ -50778,28 +22191,6 @@ static abstract void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] static abstract void InvalidateSubFramebuffer( @@ -50811,28 +22202,6 @@ static abstract void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] static abstract void InvalidateSubFramebuffer( @@ -50845,28 +22214,6 @@ static abstract void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] static abstract void InvalidateSubFramebuffer( @@ -50878,56 +22225,12 @@ static abstract void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateTexImage")] static abstract void InvalidateTexImage( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateTexSubImage")] static abstract void InvalidateTexSubImage( [NativeTypeName("GLuint")] uint texture, @@ -50941,271 +22244,55 @@ static abstract void InvalidateTexSubImage( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] static abstract MaybeBool IsAsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] - static abstract uint IsAsyncMarkerSGIXRaw([NativeTypeName("GLuint")] uint marker); + static abstract uint IsAsyncMarkerSGIXRawSGIX([NativeTypeName("GLuint")] uint marker); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBuffer")] static abstract MaybeBool IsBuffer([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] static abstract MaybeBool IsBufferARB([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] - static abstract uint IsBufferARBRaw([NativeTypeName("GLuint")] uint buffer); + static abstract uint IsBufferARBRawARB([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsBuffer")] static abstract uint IsBufferRaw([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] static abstract MaybeBool IsBufferResidentNV([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] - static abstract uint IsBufferResidentNVRaw([NativeTypeName("GLenum")] uint target); + static abstract uint IsBufferResidentNVRawNV([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] static abstract MaybeBool IsCommandListNV([NativeTypeName("GLuint")] uint list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] - static abstract uint IsCommandListNVRaw([NativeTypeName("GLuint")] uint list); + static abstract uint IsCommandListNVRawNV([NativeTypeName("GLuint")] uint list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsEnabled")] static abstract uint IsEnabled([NativeTypeName("GLenum")] uint cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabled")] static abstract MaybeBool IsEnabled( @@ -51213,40 +22300,6 @@ static abstract MaybeBool IsEnabled( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] static abstract uint IsEnabled( [NativeTypeName("GLenum")] uint target, @@ -51254,40 +22307,6 @@ static abstract uint IsEnabled( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] static abstract MaybeBool IsEnabled( @@ -51296,7 +22315,6 @@ static abstract MaybeBool IsEnabled( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] static abstract uint IsEnabledEXT( [NativeTypeName("GLenum")] uint target, @@ -51304,7 +22322,6 @@ static abstract uint IsEnabledEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] static abstract MaybeBool IsEnabledEXT( @@ -51313,8 +22330,6 @@ static abstract MaybeBool IsEnabledEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] static abstract uint IsEnabledIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -51322,8 +22337,6 @@ static abstract uint IsEnabledIndexedEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] static abstract MaybeBool IsEnabledIndexedEXT( @@ -51332,7 +22345,6 @@ static abstract MaybeBool IsEnabledIndexedEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] static abstract uint IsEnabledNV( [NativeTypeName("GLenum")] uint target, @@ -51340,7 +22352,6 @@ static abstract uint IsEnabledNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] static abstract MaybeBool IsEnabledNV( @@ -51349,7 +22360,6 @@ static abstract MaybeBool IsEnabledNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] static abstract uint IsEnabledOES( [NativeTypeName("GLenum")] uint target, @@ -51357,7 +22367,6 @@ static abstract uint IsEnabledOES( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] static abstract MaybeBool IsEnabledOES( @@ -51366,79 +22375,29 @@ static abstract MaybeBool IsEnabledOES( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] - static abstract MaybeBool IsFenceApple([NativeTypeName("GLuint")] uint fence); + static abstract MaybeBool IsFenceAPPLE([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] - static abstract uint IsFenceAppleRaw([NativeTypeName("GLuint")] uint fence); + static abstract uint IsFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] static abstract MaybeBool IsFenceNV([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] - static abstract uint IsFenceNVRaw([NativeTypeName("GLuint")] uint fence); + static abstract uint IsFenceNVRawNV([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] static abstract MaybeBool IsFramebuffer([NativeTypeName("GLuint")] uint framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] static abstract MaybeBool IsFramebufferEXT( @@ -51446,12 +22405,10 @@ static abstract MaybeBool IsFramebufferEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] - static abstract uint IsFramebufferEXTRaw([NativeTypeName("GLuint")] uint framebuffer); + static abstract uint IsFramebufferEXTRawEXT([NativeTypeName("GLuint")] uint framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] static abstract MaybeBool IsFramebufferOES( @@ -51459,58 +22416,14 @@ static abstract MaybeBool IsFramebufferOES( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] - static abstract uint IsFramebufferOESRaw([NativeTypeName("GLuint")] uint framebuffer); + static abstract uint IsFramebufferOESRawOES([NativeTypeName("GLuint")] uint framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] static abstract uint IsFramebufferRaw([NativeTypeName("GLuint")] uint framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] static abstract MaybeBool IsImageHandleResidentARB( @@ -51518,15 +22431,12 @@ static abstract MaybeBool IsImageHandleResidentARB( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] - static abstract uint IsImageHandleResidentARBRaw([NativeTypeName("GLuint64")] ulong handle); + static abstract uint IsImageHandleResidentARBRawARB( + [NativeTypeName("GLuint64")] ulong handle + ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] static abstract MaybeBool IsImageHandleResidentNV( @@ -51534,74 +22444,21 @@ static abstract MaybeBool IsImageHandleResidentNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] - static abstract uint IsImageHandleResidentNVRaw([NativeTypeName("GLuint64")] ulong handle); + static abstract uint IsImageHandleResidentNVRawNV( + [NativeTypeName("GLuint64")] ulong handle + ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsList")] static abstract MaybeBool IsList([NativeTypeName("GLuint")] uint list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIsList")] static abstract uint IsListRaw([NativeTypeName("GLuint")] uint list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] static abstract MaybeBool IsMemoryObjectEXT( @@ -51609,13 +22466,10 @@ static abstract MaybeBool IsMemoryObjectEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] - static abstract uint IsMemoryObjectEXTRaw([NativeTypeName("GLuint")] uint memoryObject); + static abstract uint IsMemoryObjectEXTRawEXT([NativeTypeName("GLuint")] uint memoryObject); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] static abstract MaybeBool IsNameAMD( @@ -51624,16 +22478,13 @@ static abstract MaybeBool IsNameAMD( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] - static abstract uint IsNameAMDRaw( + static abstract uint IsNameAMDRawAMD( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] static abstract MaybeBool IsNamedBufferResidentNV( @@ -51641,14 +22492,10 @@ static abstract MaybeBool IsNamedBufferResidentNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] - static abstract uint IsNamedBufferResidentNVRaw([NativeTypeName("GLuint")] uint buffer); + static abstract uint IsNamedBufferResidentNVRawNV([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] static abstract uint IsNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -51656,8 +22503,6 @@ static abstract uint IsNamedStringARB( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] static abstract MaybeBool IsNamedStringARB( @@ -51666,46 +22511,33 @@ static abstract MaybeBool IsNamedStringARB( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] static abstract MaybeBool IsObjectBufferATI([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] - static abstract uint IsObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer); + static abstract uint IsObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] static abstract MaybeBool IsOcclusionQueryNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] - static abstract uint IsOcclusionQueryNVRaw([NativeTypeName("GLuint")] uint id); + static abstract uint IsOcclusionQueryNVRawNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPathNV")] static abstract MaybeBool IsPathNV([NativeTypeName("GLuint")] uint path); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPathNV")] - static abstract uint IsPathNVRaw([NativeTypeName("GLuint")] uint path); + static abstract uint IsPathNVRawNV([NativeTypeName("GLuint")] uint path); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] static abstract MaybeBool IsPointInFillPathNV( @@ -51716,11 +22548,8 @@ static abstract MaybeBool IsPointInFillPathNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] - static abstract uint IsPointInFillPathNVRaw( + static abstract uint IsPointInFillPathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLfloat")] float x, @@ -51728,9 +22557,6 @@ static abstract uint IsPointInFillPathNVRaw( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] static abstract MaybeBool IsPointInStrokePathNV( @@ -51740,119 +22566,42 @@ static abstract MaybeBool IsPointInStrokePathNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] - static abstract uint IsPointInStrokePathNVRaw( + static abstract uint IsPointInStrokePathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgram")] static abstract MaybeBool IsProgram([NativeTypeName("GLuint")] uint program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] static abstract MaybeBool IsProgramARB([NativeTypeName("GLuint")] uint program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] - static abstract uint IsProgramARBRaw([NativeTypeName("GLuint")] uint program); + static abstract uint IsProgramARBRawARB([NativeTypeName("GLuint")] uint program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] static abstract MaybeBool IsProgramNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] - static abstract uint IsProgramNVRaw([NativeTypeName("GLuint")] uint id); + static abstract uint IsProgramNVRawNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] static abstract MaybeBool IsProgramPipeline([NativeTypeName("GLuint")] uint pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] static abstract MaybeBool IsProgramPipelineEXT( @@ -51860,246 +22609,45 @@ static abstract MaybeBool IsProgramPipelineEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] - static abstract uint IsProgramPipelineEXTRaw([NativeTypeName("GLuint")] uint pipeline); + static abstract uint IsProgramPipelineEXTRawEXT([NativeTypeName("GLuint")] uint pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] static abstract uint IsProgramPipelineRaw([NativeTypeName("GLuint")] uint pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsProgram")] static abstract uint IsProgramRaw([NativeTypeName("GLuint")] uint program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQuery")] static abstract MaybeBool IsQuery([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] static abstract MaybeBool IsQueryARB([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] - static abstract uint IsQueryARBRaw([NativeTypeName("GLuint")] uint id); + static abstract uint IsQueryARBRawARB([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] static abstract MaybeBool IsQueryEXT([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] - static abstract uint IsQueryEXTRaw([NativeTypeName("GLuint")] uint id); + static abstract uint IsQueryEXTRawEXT([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glIsQuery")] static abstract uint IsQueryRaw([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] static abstract MaybeBool IsRenderbuffer( @@ -52107,7 +22655,6 @@ static abstract MaybeBool IsRenderbuffer( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] static abstract MaybeBool IsRenderbufferEXT( @@ -52115,12 +22662,10 @@ static abstract MaybeBool IsRenderbufferEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] - static abstract uint IsRenderbufferEXTRaw([NativeTypeName("GLuint")] uint renderbuffer); + static abstract uint IsRenderbufferEXTRawEXT([NativeTypeName("GLuint")] uint renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] static abstract MaybeBool IsRenderbufferOES( @@ -52128,424 +22673,82 @@ static abstract MaybeBool IsRenderbufferOES( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] - static abstract uint IsRenderbufferOESRaw([NativeTypeName("GLuint")] uint renderbuffer); + static abstract uint IsRenderbufferOESRawOES([NativeTypeName("GLuint")] uint renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] static abstract uint IsRenderbufferRaw([NativeTypeName("GLuint")] uint renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSampler")] static abstract MaybeBool IsSampler([NativeTypeName("GLuint")] uint sampler); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsSampler")] static abstract uint IsSamplerRaw([NativeTypeName("GLuint")] uint sampler); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] static abstract MaybeBool IsSemaphoreEXT([NativeTypeName("GLuint")] uint semaphore); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] - static abstract uint IsSemaphoreEXTRaw([NativeTypeName("GLuint")] uint semaphore); + static abstract uint IsSemaphoreEXTRawEXT([NativeTypeName("GLuint")] uint semaphore); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsShader")] static abstract MaybeBool IsShader([NativeTypeName("GLuint")] uint shader); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsShader")] static abstract uint IsShaderRaw([NativeTypeName("GLuint")] uint shader); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsStateNV")] static abstract MaybeBool IsStateNV([NativeTypeName("GLuint")] uint state); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glIsStateNV")] - static abstract uint IsStateNVRaw([NativeTypeName("GLuint")] uint state); + static abstract uint IsStateNVRawNV([NativeTypeName("GLuint")] uint state); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glIsSync")] static abstract uint IsSync([NativeTypeName("GLsync")] Sync* sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSync")] static abstract MaybeBool IsSync([NativeTypeName("GLsync")] Ref sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] - static abstract uint IsSyncApple([NativeTypeName("GLsync")] Sync* sync); + static abstract uint IsSyncAPPLE([NativeTypeName("GLsync")] Sync* sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] - static abstract MaybeBool IsSyncApple([NativeTypeName("GLsync")] Ref sync); + static abstract MaybeBool IsSyncAPPLE([NativeTypeName("GLsync")] Ref sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTexture")] static abstract MaybeBool IsTexture([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] static abstract MaybeBool IsTextureEXT([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] - static abstract uint IsTextureEXTRaw([NativeTypeName("GLuint")] uint texture); + static abstract uint IsTextureEXTRawEXT([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] static abstract MaybeBool IsTextureHandleResidentARB( @@ -52553,17 +22756,12 @@ static abstract MaybeBool IsTextureHandleResidentARB( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] - static abstract uint IsTextureHandleResidentARBRaw( + static abstract uint IsTextureHandleResidentARBRawARB( [NativeTypeName("GLuint64")] ulong handle ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] static abstract MaybeBool IsTextureHandleResidentNV( @@ -52571,150 +22769,34 @@ static abstract MaybeBool IsTextureHandleResidentNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] - static abstract uint IsTextureHandleResidentNVRaw( + static abstract uint IsTextureHandleResidentNVRawNV( [NativeTypeName("GLuint64")] ulong handle ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsTexture")] static abstract uint IsTextureRaw([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] static abstract MaybeBool IsTransformFeedback([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] static abstract MaybeBool IsTransformFeedbackNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] - static abstract uint IsTransformFeedbackNVRaw([NativeTypeName("GLuint")] uint id); + static abstract uint IsTransformFeedbackNVRawNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] static abstract uint IsTransformFeedbackRaw([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] static abstract uint IsVariantEnabledEXT( [NativeTypeName("GLuint")] uint id, @@ -52722,7 +22804,6 @@ static abstract uint IsVariantEnabledEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] static abstract MaybeBool IsVariantEnabledEXT( @@ -52731,130 +22812,47 @@ static abstract MaybeBool IsVariantEnabledEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] static abstract MaybeBool IsVertexArray([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] - static abstract MaybeBool IsVertexArrayApple([NativeTypeName("GLuint")] uint array); + static abstract MaybeBool IsVertexArrayAPPLE([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] - static abstract uint IsVertexArrayAppleRaw([NativeTypeName("GLuint")] uint array); + static abstract uint IsVertexArrayAppleRawAPPLE([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] static abstract MaybeBool IsVertexArrayOES([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] - static abstract uint IsVertexArrayOESRaw([NativeTypeName("GLuint")] uint array); + static abstract uint IsVertexArrayOESRawOES([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] static abstract uint IsVertexArrayRaw([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] - static abstract MaybeBool IsVertexAttribEnabledApple( + static abstract MaybeBool IsVertexAttribEnabledAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] - static abstract uint IsVertexAttribEnabledAppleRaw( + static abstract uint IsVertexAttribEnabledAppleRawAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] static abstract void LabelObjectEXT( [NativeTypeName("GLenum")] uint type, @@ -52863,9 +22861,6 @@ static abstract void LabelObjectEXT( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] static abstract void LabelObjectEXT( @@ -52875,7 +22870,6 @@ static abstract void LabelObjectEXT( [NativeTypeName("const GLchar *")] Ref label ); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUCopyImageSubDataNVX")] static abstract void LGPUCopyImageSubDataNVX( [NativeTypeName("GLuint")] uint sourceGpu, @@ -52897,11 +22891,9 @@ static abstract void LGPUCopyImageSubDataNVX( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUInterlockNVX")] static abstract void LGPUInterlockNVX(); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] static abstract void LGPUNamedBufferSubDataNVX( [NativeTypeName("GLbitfield")] uint gpuMask, @@ -52911,7 +22903,6 @@ static abstract void LGPUNamedBufferSubDataNVX( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] static abstract void LGPUNamedBufferSubDataNVX( @@ -52922,47 +22913,19 @@ static abstract void LGPUNamedBufferSubDataNVX( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] static abstract void LightEnvSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] static abstract void LightEnvSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 + [NativeTypeName("GLint")] Constant param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightf")] static abstract void Light( [NativeTypeName("GLenum")] uint light, @@ -52970,32 +22933,6 @@ static abstract void Light( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightf")] static abstract void Light( @@ -53004,32 +22941,6 @@ static abstract void Light( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightfv")] static abstract void Light( [NativeTypeName("GLenum")] uint light, @@ -53037,32 +22948,6 @@ static abstract void Light( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightfv")] static abstract void Light( @@ -53071,31 +22956,6 @@ static abstract void Light( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLighti")] static abstract void Light( [NativeTypeName("GLenum")] uint light, @@ -53103,31 +22963,6 @@ static abstract void Light( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLighti")] static abstract void Light( @@ -53136,31 +22971,6 @@ static abstract void Light( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightiv")] static abstract void Light( [NativeTypeName("GLenum")] uint light, @@ -53168,31 +22978,6 @@ static abstract void Light( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightiv")] static abstract void Light( @@ -53201,64 +22986,12 @@ static abstract void Light( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightModelf")] static abstract void LightModel( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelf")] static abstract void LightModel( @@ -53266,64 +22999,12 @@ static abstract void LightModel( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightModelfv")] static abstract void LightModel( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelfv")] static abstract void LightModel( @@ -53331,62 +23012,12 @@ static abstract void LightModel( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightModeli")] static abstract void LightModel( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModeli")] static abstract void LightModel( @@ -53394,62 +23025,12 @@ static abstract void LightModel( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightModeliv")] static abstract void LightModel( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModeliv")] static abstract void LightModel( @@ -53457,14 +23038,12 @@ static abstract void LightModel( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightModelx")] static abstract void LightModelx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelx")] static abstract void LightModelx( @@ -53472,16 +23051,12 @@ static abstract void LightModelx( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] static abstract void LightModelxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] static abstract void LightModelxOES( @@ -53489,14 +23064,12 @@ static abstract void LightModelxOES( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightModelxv")] static abstract void LightModelx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxv")] static abstract void LightModelx( @@ -53504,16 +23077,12 @@ static abstract void LightModelx( [NativeTypeName("const GLfixed *")] Ref param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] static abstract void LightModelxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] static abstract void LightModelxOES( @@ -53521,7 +23090,6 @@ static abstract void LightModelxOES( [NativeTypeName("const GLfixed *")] Ref param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightx")] static abstract void Lightx( [NativeTypeName("GLenum")] uint light, @@ -53529,7 +23097,6 @@ static abstract void Lightx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightx")] static abstract void Lightx( @@ -53538,8 +23105,6 @@ static abstract void Lightx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightxOES")] static abstract void LightxOES( [NativeTypeName("GLenum")] uint light, @@ -53547,8 +23112,6 @@ static abstract void LightxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxOES")] static abstract void LightxOES( @@ -53557,7 +23120,6 @@ static abstract void LightxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightxv")] static abstract void Lightx( [NativeTypeName("GLenum")] uint light, @@ -53565,7 +23127,6 @@ static abstract void Lightx( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxv")] static abstract void Lightx( @@ -53574,8 +23135,6 @@ static abstract void Lightx( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightxvOES")] static abstract void LightxOES( [NativeTypeName("GLenum")] uint light, @@ -53583,8 +23142,6 @@ static abstract void LightxOES( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxvOES")] static abstract void LightxOES( @@ -53593,185 +23150,30 @@ static abstract void LightxOES( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLineStipple")] static abstract void LineStipple( [NativeTypeName("GLint")] int factor, [NativeTypeName("GLushort")] ushort pattern ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLineWidth")] static abstract void LineWidth([NativeTypeName("GLfloat")] float width); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLineWidthx")] static abstract void LineWidthx([NativeTypeName("GLfixed")] int width); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLineWidthxOES")] static abstract void LineWidthxOES([NativeTypeName("GLfixed")] int width); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glLinkProgram")] static abstract void LinkProgram([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glLinkProgramARB")] static abstract void LinkProgramARB([NativeTypeName("GLhandleARB")] uint programObj); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glListBase")] static abstract void ListBase([NativeTypeName("GLuint")] uint @base); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] static abstract void ListDrawCommandsStatesClientNV( [NativeTypeName("GLuint")] uint list, @@ -53783,8 +23185,6 @@ static abstract void ListDrawCommandsStatesClientNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] static abstract void ListDrawCommandsStatesClientNV( @@ -53797,7 +23197,6 @@ static abstract void ListDrawCommandsStatesClientNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] static abstract void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -53805,7 +23204,6 @@ static abstract void ListParameterSGIX( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] static abstract void ListParameterSGIX( @@ -53814,7 +23212,6 @@ static abstract void ListParameterSGIX( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] static abstract void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -53822,7 +23219,6 @@ static abstract void ListParameterSGIX( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] static abstract void ListParameterSGIX( @@ -53831,7 +23227,6 @@ static abstract void ListParameterSGIX( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] static abstract void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -53839,7 +23234,6 @@ static abstract void ListParameterSGIX( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] static abstract void ListParameterSGIX( @@ -53848,7 +23242,6 @@ static abstract void ListParameterSGIX( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] static abstract void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -53856,7 +23249,6 @@ static abstract void ListParameterSGIX( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] static abstract void ListParameterSGIX( @@ -53865,217 +23257,54 @@ static abstract void ListParameterSGIX( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLoadIdentity")] static abstract void LoadIdentity(); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] static abstract void LoadIdentityDeformationMapSGIX( [NativeTypeName("GLbitfield")] uint mask ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] static abstract void LoadIdentityDeformationMapSGIX( [NativeTypeName("GLbitfield")] Constant mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] static abstract void LoadMatrix([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] static abstract void LoadMatrix([NativeTypeName("const GLdouble *")] Ref m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] static abstract void LoadMatrix([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] static abstract void LoadMatrix([NativeTypeName("const GLfloat *")] Ref m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] static abstract void LoadMatrixx([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] static abstract void LoadMatrixx([NativeTypeName("const GLfixed *")] Ref m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] static abstract void LoadMatrixxOES([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] static abstract void LoadMatrixxOES([NativeTypeName("const GLfixed *")] Ref m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLoadName")] static abstract void LoadName([NativeTypeName("GLuint")] uint name); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glLoadPaletteFromModelViewMatrixOES")] static abstract void LoadPaletteFromModelViewMatrixOES(); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] static abstract void LoadProgramNV( [NativeTypeName("GLenum")] uint target, @@ -54084,7 +23313,6 @@ static abstract void LoadProgramNV( [NativeTypeName("const GLubyte *")] byte* program ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] static abstract void LoadProgramNV( @@ -54094,7 +23322,6 @@ static abstract void LoadProgramNV( [NativeTypeName("const GLubyte *")] Ref program ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] static abstract void LoadProgramNV( @@ -54103,372 +23330,122 @@ static abstract void LoadProgramNV( [NativeTypeName("const GLubyte *")] byte program ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] static abstract void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] static abstract void LoadTransposeMatrix( [NativeTypeName("const GLdouble *")] Ref m ); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] static abstract void LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] static abstract void LoadTransposeMatrixARB( [NativeTypeName("const GLdouble *")] Ref m ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] static abstract void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] static abstract void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixfARB")] static abstract void LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixfARB")] static abstract void LoadTransposeMatrixARB( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixxOES")] static abstract void LoadTransposeMatrixxOES([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixxOES")] static abstract void LoadTransposeMatrixxOES( [NativeTypeName("const GLfixed *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_compiled_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glLockArraysEXT")] static abstract void LockArraysEXT( [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLogicOp")] static abstract void LogicOp([NativeTypeName("GLenum")] uint opcode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLogicOp")] static abstract void LogicOp( [NativeTypeName("GLenum")] Constant opcode ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeBufferNonResidentNV")] static abstract void MakeBufferNonResidentNV([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeBufferResidentNV")] static abstract void MakeBufferResidentNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleNonResidentARB")] static abstract void MakeImageHandleNonResidentARB( [NativeTypeName("GLuint64")] ulong handle ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleNonResidentNV")] static abstract void MakeImageHandleNonResidentNV( [NativeTypeName("GLuint64")] ulong handle ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleResidentARB")] static abstract void MakeImageHandleResidentARB( [NativeTypeName("GLuint64")] ulong handle, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleResidentNV")] static abstract void MakeImageHandleResidentNV( [NativeTypeName("GLuint64")] ulong handle, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeNamedBufferNonResidentNV")] static abstract void MakeNamedBufferNonResidentNV([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeNamedBufferResidentNV")] static abstract void MakeNamedBufferResidentNV( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleNonResidentARB")] static abstract void MakeTextureHandleNonResidentARB( [NativeTypeName("GLuint64")] ulong handle ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleNonResidentNV")] static abstract void MakeTextureHandleNonResidentNV( [NativeTypeName("GLuint64")] ulong handle ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleResidentARB")] static abstract void MakeTextureHandleResidentARB( [NativeTypeName("GLuint64")] ulong handle ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleResidentNV")] static abstract void MakeTextureHandleResidentNV([NativeTypeName("GLuint64")] ulong handle); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap1d")] static abstract void Map1( [NativeTypeName("GLenum")] uint target, @@ -54479,31 +23456,6 @@ static abstract void Map1( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1d")] static abstract void Map1( @@ -54515,31 +23467,6 @@ static abstract void Map1( [NativeTypeName("const GLdouble *")] Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap1f")] static abstract void Map1( [NativeTypeName("GLenum")] uint target, @@ -54550,31 +23477,6 @@ static abstract void Map1( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1f")] static abstract void Map1( @@ -54586,7 +23488,6 @@ static abstract void Map1( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMap1xOES")] static abstract void Map1XOES( [NativeTypeName("GLenum")] uint target, @@ -54597,7 +23498,6 @@ static abstract void Map1XOES( [NativeTypeName("GLfixed")] int points ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1xOES")] static abstract void Map1XOES( @@ -54609,31 +23509,6 @@ static abstract void Map1XOES( [NativeTypeName("GLfixed")] int points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap2d")] static abstract void Map2( [NativeTypeName("GLenum")] uint target, @@ -54648,31 +23523,6 @@ static abstract void Map2( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2d")] static abstract void Map2( @@ -54688,31 +23538,6 @@ static abstract void Map2( [NativeTypeName("const GLdouble *")] Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap2f")] static abstract void Map2( [NativeTypeName("GLenum")] uint target, @@ -54727,31 +23552,6 @@ static abstract void Map2( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2f")] static abstract void Map2( @@ -54767,7 +23567,6 @@ static abstract void Map2( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMap2xOES")] static abstract void Map2XOES( [NativeTypeName("GLenum")] uint target, @@ -54782,7 +23581,6 @@ static abstract void Map2XOES( [NativeTypeName("GLfixed")] int points ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2xOES")] static abstract void Map2XOES( @@ -54798,92 +23596,12 @@ static abstract void Map2XOES( [NativeTypeName("GLfixed")] int points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glMapBuffer")] static abstract void* MapBuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBuffer")] static abstract Ptr MapBuffer( @@ -54891,14 +23609,12 @@ static abstract Ptr MapBuffer( [NativeTypeName("GLenum")] Constant access ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] static abstract void* MapBufferARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] static abstract Ptr MapBufferARB( @@ -54906,16 +23622,12 @@ static abstract Ptr MapBufferARB( [NativeTypeName("GLenum")] Constant access ); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] static abstract void* MapBufferOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] static abstract Ptr MapBufferOES( @@ -54923,42 +23635,6 @@ static abstract Ptr MapBufferOES( [NativeTypeName("GLenum")] Constant access ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] static abstract void* MapBufferRange( [NativeTypeName("GLenum")] uint target, @@ -54967,42 +23643,6 @@ static abstract Ptr MapBufferOES( [NativeTypeName("GLbitfield")] uint access ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] static abstract Ptr MapBufferRange( @@ -55012,8 +23652,6 @@ static abstract Ptr MapBufferRange( [NativeTypeName("GLbitfield")] Constant access ); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] static abstract void* MapBufferRangeEXT( [NativeTypeName("GLenum")] uint target, @@ -55022,8 +23660,6 @@ static abstract Ptr MapBufferRange( [NativeTypeName("GLbitfield")] uint access ); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] static abstract Ptr MapBufferRangeEXT( @@ -55033,7 +23669,6 @@ static abstract Ptr MapBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] static abstract void MapControlPointsNV( [NativeTypeName("GLenum")] uint target, @@ -55047,7 +23682,6 @@ static abstract void MapControlPointsNV( [NativeTypeName("const void *")] void* points ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] static abstract void MapControlPointsNV( @@ -55062,31 +23696,6 @@ static abstract void MapControlPointsNV( [NativeTypeName("const void *")] Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid1d")] static abstract void MapGrid1( [NativeTypeName("GLint")] int un, @@ -55094,31 +23703,6 @@ static abstract void MapGrid1( [NativeTypeName("GLdouble")] double u2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid1f")] static abstract void MapGrid1( [NativeTypeName("GLint")] int un, @@ -55126,7 +23710,6 @@ static abstract void MapGrid1( [NativeTypeName("GLfloat")] float u2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMapGrid1xOES")] static abstract void MapGrid1XOES( [NativeTypeName("GLint")] int n, @@ -55134,31 +23717,6 @@ static abstract void MapGrid1XOES( [NativeTypeName("GLfixed")] int u2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid2d")] static abstract void MapGrid2( [NativeTypeName("GLint")] int un, @@ -55169,31 +23727,6 @@ static abstract void MapGrid2( [NativeTypeName("GLdouble")] double v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid2f")] static abstract void MapGrid2( [NativeTypeName("GLint")] int un, @@ -55204,7 +23737,6 @@ static abstract void MapGrid2( [NativeTypeName("GLfloat")] float v2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMapGrid2xOES")] static abstract void MapGrid2XOES( [NativeTypeName("GLint")] int n, @@ -55214,32 +23746,12 @@ static abstract void MapGrid2XOES( [NativeTypeName("GLfixed")] int v2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] static abstract void* MapNamedBuffer( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] static abstract Ptr MapNamedBuffer( @@ -55247,16 +23759,12 @@ static abstract Ptr MapNamedBuffer( [NativeTypeName("GLenum")] Constant access ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] static abstract void* MapNamedBufferEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] static abstract Ptr MapNamedBufferEXT( @@ -55264,16 +23772,6 @@ static abstract Ptr MapNamedBufferEXT( [NativeTypeName("GLenum")] Constant access ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] static abstract void* MapNamedBufferRange( [NativeTypeName("GLuint")] uint buffer, @@ -55282,16 +23780,6 @@ static abstract Ptr MapNamedBufferEXT( [NativeTypeName("GLbitfield")] uint access ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] static abstract Ptr MapNamedBufferRange( @@ -55301,8 +23789,6 @@ static abstract Ptr MapNamedBufferRange( [NativeTypeName("GLbitfield")] Constant access ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] static abstract void* MapNamedBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, @@ -55311,8 +23797,6 @@ static abstract Ptr MapNamedBufferRange( [NativeTypeName("GLbitfield")] uint access ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] static abstract Ptr MapNamedBufferRangeEXT( @@ -55322,16 +23806,13 @@ static abstract Ptr MapNamedBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] static abstract Ptr MapObjectBufferATI([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] - static abstract void* MapObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer); + static abstract void* MapObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] static abstract void MapParameterNV( [NativeTypeName("GLenum")] uint target, @@ -55339,7 +23820,6 @@ static abstract void MapParameterNV( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] static abstract void MapParameterNV( @@ -55348,7 +23828,6 @@ static abstract void MapParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] static abstract void MapParameterNV( [NativeTypeName("GLenum")] uint target, @@ -55356,7 +23835,6 @@ static abstract void MapParameterNV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] static abstract void MapParameterNV( @@ -55365,9 +23843,8 @@ static abstract void MapParameterNV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] - static abstract void* MapTexture2DIntel( + static abstract void* MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, @@ -55375,10 +23852,9 @@ static abstract void MapParameterNV( [NativeTypeName("GLenum *")] uint* layout ); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] - static abstract Ptr MapTexture2DIntel( + static abstract Ptr MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, @@ -55386,9 +23862,8 @@ static abstract Ptr MapTexture2DIntel( [NativeTypeName("GLenum *")] Ref layout ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] - static abstract void MapVertexAttrib1Apple( + static abstract void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -55398,10 +23873,9 @@ static abstract void MapVertexAttrib1Apple( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] - static abstract void MapVertexAttrib1Apple( + static abstract void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -55411,10 +23885,9 @@ static abstract void MapVertexAttrib1Apple( [NativeTypeName("const GLdouble *")] Ref points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] - static abstract void MapVertexAttrib1Apple( + static abstract void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, @@ -55423,9 +23896,8 @@ static abstract void MapVertexAttrib1Apple( [NativeTypeName("const GLdouble *")] double points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] - static abstract void MapVertexAttrib1Apple( + static abstract void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -55435,10 +23907,9 @@ static abstract void MapVertexAttrib1Apple( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] - static abstract void MapVertexAttrib1Apple( + static abstract void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -55448,10 +23919,9 @@ static abstract void MapVertexAttrib1Apple( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] - static abstract void MapVertexAttrib1Apple( + static abstract void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, @@ -55460,9 +23930,8 @@ static abstract void MapVertexAttrib1Apple( [NativeTypeName("const GLfloat *")] float points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] - static abstract void MapVertexAttrib2Apple( + static abstract void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -55476,10 +23945,9 @@ static abstract void MapVertexAttrib2Apple( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] - static abstract void MapVertexAttrib2Apple( + static abstract void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -55493,10 +23961,9 @@ static abstract void MapVertexAttrib2Apple( [NativeTypeName("const GLdouble *")] Ref points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] - static abstract void MapVertexAttrib2Apple( + static abstract void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, @@ -55509,9 +23976,8 @@ static abstract void MapVertexAttrib2Apple( [NativeTypeName("const GLdouble *")] double points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] - static abstract void MapVertexAttrib2Apple( + static abstract void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -55525,10 +23991,9 @@ static abstract void MapVertexAttrib2Apple( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] - static abstract void MapVertexAttrib2Apple( + static abstract void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -55542,10 +24007,9 @@ static abstract void MapVertexAttrib2Apple( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] - static abstract void MapVertexAttrib2Apple( + static abstract void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, @@ -55558,32 +24022,6 @@ static abstract void MapVertexAttrib2Apple( [NativeTypeName("const GLfloat *")] float points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMaterialf")] static abstract void Material( [NativeTypeName("GLenum")] uint face, @@ -55591,32 +24029,6 @@ static abstract void Material( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialf")] static abstract void Material( @@ -55625,32 +24037,6 @@ static abstract void Material( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMaterialfv")] static abstract void Material( [NativeTypeName("GLenum")] uint face, @@ -55658,32 +24044,6 @@ static abstract void Material( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialfv")] static abstract void Material( @@ -55692,31 +24052,6 @@ static abstract void Material( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMateriali")] static abstract void Material( [NativeTypeName("GLenum")] uint face, @@ -55724,31 +24059,6 @@ static abstract void Material( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMateriali")] static abstract void Material( @@ -55757,31 +24067,6 @@ static abstract void Material( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMaterialiv")] static abstract void Material( [NativeTypeName("GLenum")] uint face, @@ -55789,31 +24074,6 @@ static abstract void Material( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialiv")] static abstract void Material( @@ -55822,7 +24082,6 @@ static abstract void Material( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMaterialx")] static abstract void Materialx( [NativeTypeName("GLenum")] uint face, @@ -55830,7 +24089,6 @@ static abstract void Materialx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialx")] static abstract void Materialx( @@ -55839,8 +24097,6 @@ static abstract void Materialx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] static abstract void MaterialxOES( [NativeTypeName("GLenum")] uint face, @@ -55848,8 +24104,6 @@ static abstract void MaterialxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] static abstract void MaterialxOES( @@ -55858,7 +24112,6 @@ static abstract void MaterialxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMaterialxv")] static abstract void Materialx( [NativeTypeName("GLenum")] uint face, @@ -55866,7 +24119,6 @@ static abstract void Materialx( [NativeTypeName("const GLfixed *")] int* param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxv")] static abstract void Materialx( @@ -55875,8 +24127,6 @@ static abstract void Materialx( [NativeTypeName("const GLfixed *")] Ref param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] static abstract void MaterialxOES( [NativeTypeName("GLenum")] uint face, @@ -55884,8 +24134,6 @@ static abstract void MaterialxOES( [NativeTypeName("const GLfixed *")] int* param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] static abstract void MaterialxOES( @@ -55894,9 +24142,6 @@ static abstract void MaterialxOES( [NativeTypeName("const GLfixed *")] Ref param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] static abstract void MatrixFrustumEXT( [NativeTypeName("GLenum")] uint mode, @@ -55908,9 +24153,6 @@ static abstract void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] static abstract void MatrixFrustumEXT( @@ -55923,7 +24165,6 @@ static abstract void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] static abstract void MatrixIndexPointerARB( [NativeTypeName("GLint")] int size, @@ -55932,7 +24173,6 @@ static abstract void MatrixIndexPointerARB( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] static abstract void MatrixIndexPointerARB( @@ -55942,7 +24182,6 @@ static abstract void MatrixIndexPointerARB( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] static abstract void MatrixIndexPointerOES( [NativeTypeName("GLint")] int size, @@ -55951,7 +24190,6 @@ static abstract void MatrixIndexPointerOES( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] static abstract void MatrixIndexPointerOES( @@ -55961,14 +24199,12 @@ static abstract void MatrixIndexPointerOES( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] static abstract void MatrixIndexARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLubyte *")] byte* indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] static abstract void MatrixIndexARB( @@ -55976,19 +24212,16 @@ static abstract void MatrixIndexARB( [NativeTypeName("const GLubyte *")] Ref indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] static abstract void MatrixIndexARB([NativeTypeName("const GLubyte *")] byte indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] static abstract void MatrixIndexARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLuint *")] uint* indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] static abstract void MatrixIndexARB( @@ -55996,19 +24229,16 @@ static abstract void MatrixIndexARB( [NativeTypeName("const GLuint *")] Ref indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] static abstract void MatrixIndexARB([NativeTypeName("const GLuint *")] uint indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] static abstract void MatrixIndexARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLushort *")] ushort* indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] static abstract void MatrixIndexARB( @@ -56016,23 +24246,16 @@ static abstract void MatrixIndexARB( [NativeTypeName("const GLushort *")] Ref indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] static abstract void MatrixIndexARB([NativeTypeName("const GLushort *")] ushort indices); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] static abstract void MatrixLoad3X2NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] static abstract void MatrixLoad3X2NV( @@ -56040,18 +24263,12 @@ static abstract void MatrixLoad3X2NV( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] static abstract void MatrixLoad3X3NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] static abstract void MatrixLoad3X3NV( @@ -56059,18 +24276,12 @@ static abstract void MatrixLoad3X3NV( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] static abstract void MatrixLoadEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] static abstract void MatrixLoadEXT( @@ -56078,18 +24289,12 @@ static abstract void MatrixLoadEXT( [NativeTypeName("const GLdouble *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] static abstract void MatrixLoadEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] static abstract void MatrixLoadEXT( @@ -56097,33 +24302,21 @@ static abstract void MatrixLoadEXT( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] static abstract void MatrixLoadIdentityEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] static abstract void MatrixLoadIdentityEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] static abstract void MatrixLoadTranspose3X3NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] static abstract void MatrixLoadTranspose3X3NV( @@ -56131,18 +24324,12 @@ static abstract void MatrixLoadTranspose3X3NV( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] static abstract void MatrixLoadTransposeEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] static abstract void MatrixLoadTransposeEXT( @@ -56150,18 +24337,12 @@ static abstract void MatrixLoadTransposeEXT( [NativeTypeName("const GLdouble *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] static abstract void MatrixLoadTransposeEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] static abstract void MatrixLoadTransposeEXT( @@ -56169,79 +24350,21 @@ static abstract void MatrixLoadTransposeEXT( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMatrixMode")] static abstract void MatrixMode([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMode")] static abstract void MatrixMode( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] static abstract void MatrixMult3X2NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] static abstract void MatrixMult3X2NV( @@ -56249,18 +24372,12 @@ static abstract void MatrixMult3X2NV( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] static abstract void MatrixMult3X3NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] static abstract void MatrixMult3X3NV( @@ -56268,18 +24385,12 @@ static abstract void MatrixMult3X3NV( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] static abstract void MatrixMultEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] static abstract void MatrixMultEXT( @@ -56287,18 +24398,12 @@ static abstract void MatrixMultEXT( [NativeTypeName("const GLdouble *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] static abstract void MatrixMultEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] static abstract void MatrixMultEXT( @@ -56306,18 +24411,12 @@ static abstract void MatrixMultEXT( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] static abstract void MatrixMultTranspose3X3NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] static abstract void MatrixMultTranspose3X3NV( @@ -56325,18 +24424,12 @@ static abstract void MatrixMultTranspose3X3NV( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] static abstract void MatrixMultTransposeEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] static abstract void MatrixMultTransposeEXT( @@ -56344,18 +24437,12 @@ static abstract void MatrixMultTransposeEXT( [NativeTypeName("const GLdouble *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] static abstract void MatrixMultTransposeEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] static abstract void MatrixMultTransposeEXT( @@ -56363,9 +24450,6 @@ static abstract void MatrixMultTransposeEXT( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] static abstract void MatrixOrthoEXT( [NativeTypeName("GLenum")] uint mode, @@ -56377,9 +24461,6 @@ static abstract void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] static abstract void MatrixOrthoEXT( @@ -56392,39 +24473,24 @@ static abstract void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] static abstract void MatrixPopEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] static abstract void MatrixPopEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] static abstract void MatrixPushEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] static abstract void MatrixPushEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] static abstract void MatrixRotateEXT( [NativeTypeName("GLenum")] uint mode, @@ -56434,9 +24500,6 @@ static abstract void MatrixRotateEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] static abstract void MatrixRotateEXT( @@ -56447,9 +24510,6 @@ static abstract void MatrixRotateEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] static abstract void MatrixRotateEXT( [NativeTypeName("GLenum")] uint mode, @@ -56459,9 +24519,6 @@ static abstract void MatrixRotateEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] static abstract void MatrixRotateEXT( @@ -56472,9 +24529,6 @@ static abstract void MatrixRotateEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] static abstract void MatrixScaleEXT( [NativeTypeName("GLenum")] uint mode, @@ -56483,9 +24537,6 @@ static abstract void MatrixScaleEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] static abstract void MatrixScaleEXT( @@ -56495,9 +24546,6 @@ static abstract void MatrixScaleEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] static abstract void MatrixScaleEXT( [NativeTypeName("GLenum")] uint mode, @@ -56506,9 +24554,6 @@ static abstract void MatrixScaleEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] static abstract void MatrixScaleEXT( @@ -56518,9 +24563,6 @@ static abstract void MatrixScaleEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] static abstract void MatrixTranslateEXT( [NativeTypeName("GLenum")] uint mode, @@ -56529,9 +24571,6 @@ static abstract void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] static abstract void MatrixTranslateEXT( @@ -56541,9 +24580,6 @@ static abstract void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] static abstract void MatrixTranslateEXT( [NativeTypeName("GLenum")] uint mode, @@ -56552,9 +24588,6 @@ static abstract void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] static abstract void MatrixTranslateEXT( @@ -56564,116 +24597,39 @@ static abstract void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_ARB_parallel_shader_compile"])] - [SupportedApiProfile("glcore", ["GL_ARB_parallel_shader_compile"])] [NativeFunction("opengl", EntryPoint = "glMaxShaderCompilerThreadsARB")] static abstract void MaxShaderCompilerThreadsARB([NativeTypeName("GLuint")] uint count); - [SupportedApiProfile("gl", ["GL_KHR_parallel_shader_compile"])] - [SupportedApiProfile("glcore", ["GL_KHR_parallel_shader_compile"])] - [SupportedApiProfile("gles2", ["GL_KHR_parallel_shader_compile"])] [NativeFunction("opengl", EntryPoint = "glMaxShaderCompilerThreadsKHR")] static abstract void MaxShaderCompilerThreadsKHR([NativeTypeName("GLuint")] uint count); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] static abstract void MemoryBarrier([NativeTypeName("GLbitfield")] uint barriers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] static abstract void MemoryBarrier( [NativeTypeName("GLbitfield")] Constant barriers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] static abstract void MemoryBarrierByRegion([NativeTypeName("GLbitfield")] uint barriers); - [SupportedApiProfile( - "gl", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] static abstract void MemoryBarrierByRegion( [NativeTypeName("GLbitfield")] Constant barriers ); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] static abstract void MemoryBarrierEXT([NativeTypeName("GLbitfield")] uint barriers); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] static abstract void MemoryBarrierEXT( [NativeTypeName("GLbitfield")] Constant barriers ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] static abstract void MemoryObjectParameterEXT( [NativeTypeName("GLuint")] uint memoryObject, @@ -56681,8 +24637,6 @@ static abstract void MemoryObjectParameterEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] static abstract void MemoryObjectParameterEXT( @@ -56691,7 +24645,6 @@ static abstract void MemoryObjectParameterEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glMinmax")] static abstract void Minmax( [NativeTypeName("GLenum")] uint target, @@ -56699,7 +24652,6 @@ static abstract void Minmax( [NativeTypeName("GLboolean")] uint sink ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMinmax")] static abstract void Minmax( @@ -56708,7 +24660,6 @@ static abstract void Minmax( [NativeTypeName("GLboolean")] MaybeBool sink ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] static abstract void MinmaxEXT( [NativeTypeName("GLenum")] uint target, @@ -56716,7 +24667,6 @@ static abstract void MinmaxEXT( [NativeTypeName("GLboolean")] uint sink ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] static abstract void MinmaxEXT( @@ -56725,49 +24675,18 @@ static abstract void MinmaxEXT( [NativeTypeName("GLboolean")] MaybeBool sink ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glMinSampleShading")] static abstract void MinSampleShading([NativeTypeName("GLfloat")] float value); - [SupportedApiProfile("gl", ["GL_ARB_sample_shading"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_shading"])] [NativeFunction("opengl", EntryPoint = "glMinSampleShadingARB")] static abstract void MinSampleShadingARB([NativeTypeName("GLfloat")] float value); - [SupportedApiProfile("gles2", ["GL_OES_sample_shading"])] [NativeFunction("opengl", EntryPoint = "glMinSampleShadingOES")] static abstract void MinSampleShadingOES([NativeTypeName("GLfloat")] float value); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBarrierNV")] static abstract void MulticastBarrierNV(); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] static abstract void MulticastBlitFramebufferNV( [NativeTypeName("GLuint")] uint srcGpu, @@ -56784,7 +24703,6 @@ static abstract void MulticastBlitFramebufferNV( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] static abstract void MulticastBlitFramebufferNV( @@ -56802,7 +24720,6 @@ static abstract void MulticastBlitFramebufferNV( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] static abstract void MulticastBufferSubDataNV( [NativeTypeName("GLbitfield")] uint gpuMask, @@ -56812,7 +24729,6 @@ static abstract void MulticastBufferSubDataNV( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] static abstract void MulticastBufferSubDataNV( @@ -56823,7 +24739,6 @@ static abstract void MulticastBufferSubDataNV( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastCopyBufferSubDataNV")] static abstract void MulticastCopyBufferSubDataNV( [NativeTypeName("GLuint")] uint readGpu, @@ -56835,7 +24750,6 @@ static abstract void MulticastCopyBufferSubDataNV( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastCopyImageSubDataNV")] static abstract void MulticastCopyImageSubDataNV( [NativeTypeName("GLuint")] uint srcGpu, @@ -56857,7 +24771,6 @@ static abstract void MulticastCopyImageSubDataNV( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] static abstract void MulticastFramebufferSampleLocationsNV( [NativeTypeName("GLuint")] uint gpu, @@ -56867,7 +24780,6 @@ static abstract void MulticastFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] static abstract void MulticastFramebufferSampleLocationsNV( @@ -56878,7 +24790,6 @@ static abstract void MulticastFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] static abstract void MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -56887,7 +24798,6 @@ static abstract void MulticastGetQueryObjectNV( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] static abstract void MulticastGetQueryObjectNV( @@ -56897,7 +24807,6 @@ static abstract void MulticastGetQueryObjectNV( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] static abstract void MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -56906,7 +24815,6 @@ static abstract void MulticastGetQueryObjectNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] static abstract void MulticastGetQueryObjectNV( @@ -56916,7 +24824,6 @@ static abstract void MulticastGetQueryObjectNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] static abstract void MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -56925,7 +24832,6 @@ static abstract void MulticastGetQueryObjectNV( [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] static abstract void MulticastGetQueryObjectNV( @@ -56935,7 +24841,6 @@ static abstract void MulticastGetQueryObjectNV( [NativeTypeName("GLuint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] static abstract void MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -56944,7 +24849,6 @@ static abstract void MulticastGetQueryObjectNV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] static abstract void MulticastGetQueryObjectNV( @@ -56954,7 +24858,6 @@ static abstract void MulticastGetQueryObjectNV( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] static abstract void MulticastScissorArrayNVX( [NativeTypeName("GLuint")] uint gpu, @@ -56963,7 +24866,6 @@ static abstract void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] static abstract void MulticastScissorArrayNVX( @@ -56973,7 +24875,6 @@ static abstract void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] static abstract void MulticastScissorArrayNVX( @@ -56982,7 +24883,6 @@ static abstract void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] static abstract void MulticastViewportArrayNVX( [NativeTypeName("GLuint")] uint gpu, @@ -56991,7 +24891,6 @@ static abstract void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] static abstract void MulticastViewportArrayNVX( @@ -57001,7 +24900,6 @@ static abstract void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] static abstract void MulticastViewportArrayNVX( @@ -57010,7 +24908,6 @@ static abstract void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastViewportPositionWScaleNVX")] static abstract void MulticastViewportPositionWScaleNVX( [NativeTypeName("GLuint")] uint gpu, @@ -57019,55 +24916,12 @@ static abstract void MulticastViewportPositionWScaleNVX( [NativeTypeName("GLfloat")] float ycoeff ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastWaitSyncNV")] static abstract void MulticastWaitSyncNV( [NativeTypeName("GLuint")] uint signalGpu, [NativeTypeName("GLbitfield")] uint waitGpuMask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] static abstract void MultiDrawArrays( [NativeTypeName("GLenum")] uint mode, @@ -57076,48 +24930,6 @@ static abstract void MultiDrawArrays( [NativeTypeName("GLsizei")] uint drawcount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] static abstract void MultiDrawArrays( @@ -57127,9 +24939,6 @@ static abstract void MultiDrawArrays( [NativeTypeName("GLsizei")] uint drawcount ); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] static abstract void MultiDrawArraysEXT( [NativeTypeName("GLenum")] uint mode, @@ -57138,9 +24947,6 @@ static abstract void MultiDrawArraysEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] static abstract void MultiDrawArraysEXT( @@ -57150,28 +24956,6 @@ static abstract void MultiDrawArraysEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] static abstract void MultiDrawArraysIndirect( [NativeTypeName("GLenum")] uint mode, @@ -57180,28 +24964,6 @@ static abstract void MultiDrawArraysIndirect( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] static abstract void MultiDrawArraysIndirect( @@ -57211,7 +24973,6 @@ static abstract void MultiDrawArraysIndirect( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] static abstract void MultiDrawArraysIndirectAMD( [NativeTypeName("GLenum")] uint mode, @@ -57220,7 +24981,6 @@ static abstract void MultiDrawArraysIndirectAMD( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] static abstract void MultiDrawArraysIndirectAMD( @@ -57230,8 +24990,6 @@ static abstract void MultiDrawArraysIndirectAMD( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] static abstract void MultiDrawArraysIndirectBindlessCountNV( [NativeTypeName("GLenum")] uint mode, @@ -57242,8 +25000,6 @@ static abstract void MultiDrawArraysIndirectBindlessCountNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] static abstract void MultiDrawArraysIndirectBindlessCountNV( @@ -57255,8 +25011,6 @@ static abstract void MultiDrawArraysIndirectBindlessCountNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] static abstract void MultiDrawArraysIndirectBindlesNV( [NativeTypeName("GLenum")] uint mode, @@ -57266,8 +25020,6 @@ static abstract void MultiDrawArraysIndirectBindlesNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] static abstract void MultiDrawArraysIndirectBindlesNV( @@ -57278,8 +25030,6 @@ static abstract void MultiDrawArraysIndirectBindlesNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] static abstract void MultiDrawArraysIndirectCount( [NativeTypeName("GLenum")] uint mode, @@ -57289,8 +25039,6 @@ static abstract void MultiDrawArraysIndirectCount( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] static abstract void MultiDrawArraysIndirectCount( @@ -57301,8 +25049,6 @@ static abstract void MultiDrawArraysIndirectCount( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] static abstract void MultiDrawArraysIndirectCountARB( [NativeTypeName("GLenum")] uint mode, @@ -57312,8 +25058,6 @@ static abstract void MultiDrawArraysIndirectCountARB( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] static abstract void MultiDrawArraysIndirectCountARB( @@ -57324,7 +25068,6 @@ static abstract void MultiDrawArraysIndirectCountARB( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] static abstract void MultiDrawArraysIndirectEXT( [NativeTypeName("GLenum")] uint mode, @@ -57333,7 +25076,6 @@ static abstract void MultiDrawArraysIndirectEXT( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] static abstract void MultiDrawArraysIndirectEXT( @@ -57343,67 +25085,23 @@ static abstract void MultiDrawArraysIndirectEXT( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] - static abstract void MultiDrawElementArrayApple( + static abstract void MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLint *")] int* first, [NativeTypeName("const GLsizei *")] uint* count, [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] - static abstract void MultiDrawElementArrayApple( + static abstract void MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("const GLint *")] Ref first, [NativeTypeName("const GLsizei *")] Ref count, [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] static abstract void MultiDrawElements( [NativeTypeName("GLenum")] uint mode, @@ -57413,48 +25111,6 @@ static abstract void MultiDrawElements( [NativeTypeName("GLsizei")] uint drawcount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] static abstract void MultiDrawElements( @@ -57465,38 +25121,6 @@ static abstract void MultiDrawElements( [NativeTypeName("GLsizei")] uint drawcount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] static abstract void MultiDrawElementsBaseVertex( [NativeTypeName("GLenum")] uint mode, @@ -57507,38 +25131,6 @@ static abstract void MultiDrawElementsBaseVertex( [NativeTypeName("const GLint *")] int* basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] static abstract void MultiDrawElementsBaseVertex( @@ -57550,10 +25142,6 @@ static abstract void MultiDrawElementsBaseVertex( [NativeTypeName("const GLint *")] Ref basevertex ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_draw_elements_base_vertex", "GL_OES_draw_elements_base_vertex"] - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] static abstract void MultiDrawElementsBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, @@ -57564,10 +25152,6 @@ static abstract void MultiDrawElementsBaseVertexEXT( [NativeTypeName("const GLint *")] int* basevertex ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_draw_elements_base_vertex", "GL_OES_draw_elements_base_vertex"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] static abstract void MultiDrawElementsBaseVertexEXT( @@ -57579,9 +25163,6 @@ static abstract void MultiDrawElementsBaseVertexEXT( [NativeTypeName("const GLint *")] Ref basevertex ); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] static abstract void MultiDrawElementsEXT( [NativeTypeName("GLenum")] uint mode, @@ -57591,9 +25172,6 @@ static abstract void MultiDrawElementsEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] static abstract void MultiDrawElementsEXT( @@ -57604,28 +25182,6 @@ static abstract void MultiDrawElementsEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] static abstract void MultiDrawElementsIndirect( [NativeTypeName("GLenum")] uint mode, @@ -57635,28 +25191,6 @@ static abstract void MultiDrawElementsIndirect( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] static abstract void MultiDrawElementsIndirect( @@ -57667,7 +25201,6 @@ static abstract void MultiDrawElementsIndirect( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] static abstract void MultiDrawElementsIndirectAMD( [NativeTypeName("GLenum")] uint mode, @@ -57677,7 +25210,6 @@ static abstract void MultiDrawElementsIndirectAMD( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] static abstract void MultiDrawElementsIndirectAMD( @@ -57688,8 +25220,6 @@ static abstract void MultiDrawElementsIndirectAMD( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] static abstract void MultiDrawElementsIndirectBindlessCountNV( [NativeTypeName("GLenum")] uint mode, @@ -57701,8 +25231,6 @@ static abstract void MultiDrawElementsIndirectBindlessCountNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] static abstract void MultiDrawElementsIndirectBindlessCountNV( @@ -57715,8 +25243,6 @@ static abstract void MultiDrawElementsIndirectBindlessCountNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] static abstract void MultiDrawElementsIndirectBindlesNV( [NativeTypeName("GLenum")] uint mode, @@ -57727,8 +25253,6 @@ static abstract void MultiDrawElementsIndirectBindlesNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] static abstract void MultiDrawElementsIndirectBindlesNV( @@ -57740,8 +25264,6 @@ static abstract void MultiDrawElementsIndirectBindlesNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] static abstract void MultiDrawElementsIndirectCount( [NativeTypeName("GLenum")] uint mode, @@ -57752,8 +25274,6 @@ static abstract void MultiDrawElementsIndirectCount( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] static abstract void MultiDrawElementsIndirectCount( @@ -57765,8 +25285,6 @@ static abstract void MultiDrawElementsIndirectCount( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] static abstract void MultiDrawElementsIndirectCountARB( [NativeTypeName("GLenum")] uint mode, @@ -57777,8 +25295,6 @@ static abstract void MultiDrawElementsIndirectCountARB( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] static abstract void MultiDrawElementsIndirectCountARB( @@ -57790,7 +25306,6 @@ static abstract void MultiDrawElementsIndirectCountARB( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] static abstract void MultiDrawElementsIndirectEXT( [NativeTypeName("GLenum")] uint mode, @@ -57800,7 +25315,6 @@ static abstract void MultiDrawElementsIndirectEXT( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] static abstract void MultiDrawElementsIndirectEXT( @@ -57811,9 +25325,6 @@ static abstract void MultiDrawElementsIndirectEXT( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawMeshTasksIndirectCountNV")] static abstract void MultiDrawMeshTasksIndirectCountNV( [NativeTypeName("GLintptr")] nint indirect, @@ -57822,9 +25333,6 @@ static abstract void MultiDrawMeshTasksIndirectCountNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawMeshTasksIndirectNV")] static abstract void MultiDrawMeshTasksIndirectNV( [NativeTypeName("GLintptr")] nint indirect, @@ -57832,9 +25340,8 @@ static abstract void MultiDrawMeshTasksIndirectNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] - static abstract void MultiDrawRangeElementArrayApple( + static abstract void MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -57843,10 +25350,9 @@ static abstract void MultiDrawRangeElementArrayApple( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] - static abstract void MultiDrawRangeElementArrayApple( + static abstract void MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -57855,7 +25361,6 @@ static abstract void MultiDrawRangeElementArrayApple( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] static abstract void MultiModeDrawArraysIBM( [NativeTypeName("const GLenum *")] uint* mode, @@ -57865,7 +25370,6 @@ static abstract void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] static abstract void MultiModeDrawArraysIBM( @@ -57876,7 +25380,6 @@ static abstract void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] static abstract void MultiModeDrawArraysIBM( @@ -57887,7 +25390,6 @@ static abstract void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] static abstract void MultiModeDrawArraysIBM( @@ -57898,7 +25400,6 @@ static abstract void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] static abstract void MultiModeDrawElementsIBM( [NativeTypeName("const GLenum *")] uint* mode, @@ -57909,7 +25410,6 @@ static abstract void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] static abstract void MultiModeDrawElementsIBM( @@ -57921,7 +25421,6 @@ static abstract void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] static abstract void MultiModeDrawElementsIBM( @@ -57933,7 +25432,6 @@ static abstract void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] static abstract void MultiModeDrawElementsIBM( @@ -57945,8 +25443,6 @@ static abstract void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] static abstract void MultiTexBufferEXT( [NativeTypeName("GLenum")] uint texunit, @@ -57955,8 +25451,6 @@ static abstract void MultiTexBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] static abstract void MultiTexBufferEXT( @@ -57966,14 +25460,12 @@ static abstract void MultiTexBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] static abstract void MultiTexCoord1OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLbyte")] sbyte s ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] static abstract void MultiTexCoord1OES( @@ -57981,22 +25473,19 @@ static abstract void MultiTexCoord1OES( [NativeTypeName("GLbyte")] sbyte s ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] - static abstract void MultiTexCoord1BvO( + static abstract void MultiTexCoord1BvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLbyte *")] sbyte coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] static abstract void MultiTexCoord1OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] static abstract void MultiTexCoord1OES( @@ -58004,376 +25493,144 @@ static abstract void MultiTexCoord1OES( [NativeTypeName("const GLbyte *")] Ref coords ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] - static abstract void MultiTexCoord1D( + static abstract void MultiTexCoord1d( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] - static abstract void MultiTexCoord1D( + static abstract void MultiTexCoord1d( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] - static abstract void MultiTexCoord1DARB( + static abstract void MultiTexCoord1dARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] - static abstract void MultiTexCoord1DARB( + static abstract void MultiTexCoord1dARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] - static abstract void MultiTexCoord1Dv( + static abstract void MultiTexCoord1dv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] - static abstract void MultiTexCoord1Dv( + static abstract void MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] - static abstract void MultiTexCoord1Dv( + static abstract void MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] - static abstract void MultiTexCoord1DvARB( + static abstract void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] - static abstract void MultiTexCoord1DvARB( + static abstract void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] - static abstract void MultiTexCoord1DvARB( + static abstract void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] - static abstract void MultiTexCoord1F( + static abstract void MultiTexCoord1f( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] - static abstract void MultiTexCoord1F( + static abstract void MultiTexCoord1f( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] - static abstract void MultiTexCoord1FARB( + static abstract void MultiTexCoord1fARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] - static abstract void MultiTexCoord1FARB( + static abstract void MultiTexCoord1fARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] - static abstract void MultiTexCoord1Fv( + static abstract void MultiTexCoord1fv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] - static abstract void MultiTexCoord1Fv( + static abstract void MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] - static abstract void MultiTexCoord1Fv( + static abstract void MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] - static abstract void MultiTexCoord1FvARB( + static abstract void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] - static abstract void MultiTexCoord1FvARB( + static abstract void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] - static abstract void MultiTexCoord1FvARB( + static abstract void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] static abstract void MultiTexCoord1NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLhalfNV")] ushort s ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] static abstract void MultiTexCoord1NV( @@ -58381,399 +25638,164 @@ static abstract void MultiTexCoord1NV( [NativeTypeName("GLhalfNV")] ushort s ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] - static abstract void MultiTexCoord1HvNV( + static abstract void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] - static abstract void MultiTexCoord1HvNV( + static abstract void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] - static abstract void MultiTexCoord1HvNV( + static abstract void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] ushort v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] - static abstract void MultiTexCoord1I( + static abstract void MultiTexCoord1i( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] - static abstract void MultiTexCoord1I( + static abstract void MultiTexCoord1i( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] - static abstract void MultiTexCoord1IARB( + static abstract void MultiTexCoord1iARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] - static abstract void MultiTexCoord1IARB( + static abstract void MultiTexCoord1iARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] - static abstract void MultiTexCoord1Iv( + static abstract void MultiTexCoord1iv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] - static abstract void MultiTexCoord1Iv( + static abstract void MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] - static abstract void MultiTexCoord1Iv( + static abstract void MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] - static abstract void MultiTexCoord1IvARB( + static abstract void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] - static abstract void MultiTexCoord1IvARB( + static abstract void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] - static abstract void MultiTexCoord1IvARB( + static abstract void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] - static abstract void MultiTexCoord1S( + static abstract void MultiTexCoord1s( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] - static abstract void MultiTexCoord1S( + static abstract void MultiTexCoord1s( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] - static abstract void MultiTexCoord1SARB( + static abstract void MultiTexCoord1sARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] - static abstract void MultiTexCoord1SARB( + static abstract void MultiTexCoord1sARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] - static abstract void MultiTexCoord1Sv( + static abstract void MultiTexCoord1sv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] - static abstract void MultiTexCoord1Sv( + static abstract void MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] - static abstract void MultiTexCoord1Sv( + static abstract void MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] - static abstract void MultiTexCoord1SvARB( + static abstract void MultiTexCoord1svARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] - static abstract void MultiTexCoord1SvARB( + static abstract void MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] - static abstract void MultiTexCoord1SvARB( + static abstract void MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] static abstract void MultiTexCoord1XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLfixed")] int s ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] static abstract void MultiTexCoord1XOES( @@ -58781,22 +25803,19 @@ static abstract void MultiTexCoord1XOES( [NativeTypeName("GLfixed")] int s ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] - static abstract void MultiTexCoord1XvO( + static abstract void MultiTexCoord1XvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLfixed *")] int coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] static abstract void MultiTexCoord1XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLfixed *")] int* coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] static abstract void MultiTexCoord1XOES( @@ -58804,7 +25823,6 @@ static abstract void MultiTexCoord1XOES( [NativeTypeName("const GLfixed *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] static abstract void MultiTexCoord2OES( [NativeTypeName("GLenum")] uint texture, @@ -58812,7 +25830,6 @@ static abstract void MultiTexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] static abstract void MultiTexCoord2OES( @@ -58821,14 +25838,12 @@ static abstract void MultiTexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] static abstract void MultiTexCoord2OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] static abstract void MultiTexCoord2OES( @@ -58836,28 +25851,6 @@ static abstract void MultiTexCoord2OES( [NativeTypeName("const GLbyte *")] Ref coords ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] static abstract void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -58865,28 +25858,6 @@ static abstract void MultiTexCoord2( [NativeTypeName("GLdouble")] double t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] static abstract void MultiTexCoord2( @@ -58895,7 +25866,6 @@ static abstract void MultiTexCoord2( [NativeTypeName("GLdouble")] double t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] static abstract void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -58903,7 +25873,6 @@ static abstract void MultiTexCoord2ARB( [NativeTypeName("GLdouble")] double t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] static abstract void MultiTexCoord2ARB( @@ -58912,56 +25881,12 @@ static abstract void MultiTexCoord2ARB( [NativeTypeName("GLdouble")] double t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] static abstract void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] static abstract void MultiTexCoord2( @@ -58969,14 +25894,12 @@ static abstract void MultiTexCoord2( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] static abstract void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] static abstract void MultiTexCoord2ARB( @@ -58984,28 +25907,6 @@ static abstract void MultiTexCoord2ARB( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] static abstract void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -59013,28 +25914,6 @@ static abstract void MultiTexCoord2( [NativeTypeName("GLfloat")] float t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] static abstract void MultiTexCoord2( @@ -59043,7 +25922,6 @@ static abstract void MultiTexCoord2( [NativeTypeName("GLfloat")] float t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] static abstract void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -59051,7 +25929,6 @@ static abstract void MultiTexCoord2ARB( [NativeTypeName("GLfloat")] float t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] static abstract void MultiTexCoord2ARB( @@ -59060,56 +25937,12 @@ static abstract void MultiTexCoord2ARB( [NativeTypeName("GLfloat")] float t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] static abstract void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] static abstract void MultiTexCoord2( @@ -59117,14 +25950,12 @@ static abstract void MultiTexCoord2( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] static abstract void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] static abstract void MultiTexCoord2ARB( @@ -59132,7 +25963,6 @@ static abstract void MultiTexCoord2ARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] static abstract void MultiTexCoord2NV( [NativeTypeName("GLenum")] uint target, @@ -59140,7 +25970,6 @@ static abstract void MultiTexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] static abstract void MultiTexCoord2NV( @@ -59149,14 +25978,12 @@ static abstract void MultiTexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] static abstract void MultiTexCoord2NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] static abstract void MultiTexCoord2NV( @@ -59164,28 +25991,6 @@ static abstract void MultiTexCoord2NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] static abstract void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -59193,28 +25998,6 @@ static abstract void MultiTexCoord2( [NativeTypeName("GLint")] int t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] static abstract void MultiTexCoord2( @@ -59223,7 +26006,6 @@ static abstract void MultiTexCoord2( [NativeTypeName("GLint")] int t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] static abstract void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -59231,7 +26013,6 @@ static abstract void MultiTexCoord2ARB( [NativeTypeName("GLint")] int t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] static abstract void MultiTexCoord2ARB( @@ -59240,56 +26021,12 @@ static abstract void MultiTexCoord2ARB( [NativeTypeName("GLint")] int t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] static abstract void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] static abstract void MultiTexCoord2( @@ -59297,14 +26034,12 @@ static abstract void MultiTexCoord2( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] static abstract void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] static abstract void MultiTexCoord2ARB( @@ -59312,28 +26047,6 @@ static abstract void MultiTexCoord2ARB( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] static abstract void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -59341,28 +26054,6 @@ static abstract void MultiTexCoord2( [NativeTypeName("GLshort")] short t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] static abstract void MultiTexCoord2( @@ -59371,7 +26062,6 @@ static abstract void MultiTexCoord2( [NativeTypeName("GLshort")] short t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] static abstract void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -59379,7 +26069,6 @@ static abstract void MultiTexCoord2ARB( [NativeTypeName("GLshort")] short t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] static abstract void MultiTexCoord2ARB( @@ -59388,56 +26077,12 @@ static abstract void MultiTexCoord2ARB( [NativeTypeName("GLshort")] short t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] static abstract void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] static abstract void MultiTexCoord2( @@ -59445,14 +26090,12 @@ static abstract void MultiTexCoord2( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] static abstract void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] static abstract void MultiTexCoord2ARB( @@ -59460,7 +26103,6 @@ static abstract void MultiTexCoord2ARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] static abstract void MultiTexCoord2XOES( [NativeTypeName("GLenum")] uint texture, @@ -59468,7 +26110,6 @@ static abstract void MultiTexCoord2XOES( [NativeTypeName("GLfixed")] int t ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] static abstract void MultiTexCoord2XOES( @@ -59477,14 +26118,12 @@ static abstract void MultiTexCoord2XOES( [NativeTypeName("GLfixed")] int t ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] static abstract void MultiTexCoord2XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLfixed *")] int* coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] static abstract void MultiTexCoord2XOES( @@ -59492,7 +26131,6 @@ static abstract void MultiTexCoord2XOES( [NativeTypeName("const GLfixed *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] static abstract void MultiTexCoord3OES( [NativeTypeName("GLenum")] uint texture, @@ -59501,7 +26139,6 @@ static abstract void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] static abstract void MultiTexCoord3OES( @@ -59511,14 +26148,12 @@ static abstract void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] static abstract void MultiTexCoord3OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] static abstract void MultiTexCoord3OES( @@ -59526,28 +26161,6 @@ static abstract void MultiTexCoord3OES( [NativeTypeName("const GLbyte *")] Ref coords ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] static abstract void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -59556,28 +26169,6 @@ static abstract void MultiTexCoord3( [NativeTypeName("GLdouble")] double r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] static abstract void MultiTexCoord3( @@ -59587,7 +26178,6 @@ static abstract void MultiTexCoord3( [NativeTypeName("GLdouble")] double r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] static abstract void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -59596,7 +26186,6 @@ static abstract void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] static abstract void MultiTexCoord3ARB( @@ -59606,56 +26195,12 @@ static abstract void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] static abstract void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] static abstract void MultiTexCoord3( @@ -59663,14 +26208,12 @@ static abstract void MultiTexCoord3( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] static abstract void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] static abstract void MultiTexCoord3ARB( @@ -59678,28 +26221,6 @@ static abstract void MultiTexCoord3ARB( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] static abstract void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -59708,28 +26229,6 @@ static abstract void MultiTexCoord3( [NativeTypeName("GLfloat")] float r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] static abstract void MultiTexCoord3( @@ -59739,7 +26238,6 @@ static abstract void MultiTexCoord3( [NativeTypeName("GLfloat")] float r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] static abstract void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -59748,7 +26246,6 @@ static abstract void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] static abstract void MultiTexCoord3ARB( @@ -59758,56 +26255,12 @@ static abstract void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] static abstract void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] static abstract void MultiTexCoord3( @@ -59815,14 +26268,12 @@ static abstract void MultiTexCoord3( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] static abstract void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] static abstract void MultiTexCoord3ARB( @@ -59830,7 +26281,6 @@ static abstract void MultiTexCoord3ARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] static abstract void MultiTexCoord3NV( [NativeTypeName("GLenum")] uint target, @@ -59839,7 +26289,6 @@ static abstract void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] static abstract void MultiTexCoord3NV( @@ -59849,14 +26298,12 @@ static abstract void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] static abstract void MultiTexCoord3NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] static abstract void MultiTexCoord3NV( @@ -59864,28 +26311,6 @@ static abstract void MultiTexCoord3NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] static abstract void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -59894,28 +26319,6 @@ static abstract void MultiTexCoord3( [NativeTypeName("GLint")] int r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] static abstract void MultiTexCoord3( @@ -59925,7 +26328,6 @@ static abstract void MultiTexCoord3( [NativeTypeName("GLint")] int r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] static abstract void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -59934,7 +26336,6 @@ static abstract void MultiTexCoord3ARB( [NativeTypeName("GLint")] int r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] static abstract void MultiTexCoord3ARB( @@ -59944,56 +26345,12 @@ static abstract void MultiTexCoord3ARB( [NativeTypeName("GLint")] int r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] static abstract void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] static abstract void MultiTexCoord3( @@ -60001,14 +26358,12 @@ static abstract void MultiTexCoord3( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] static abstract void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] static abstract void MultiTexCoord3ARB( @@ -60016,28 +26371,6 @@ static abstract void MultiTexCoord3ARB( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] static abstract void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -60046,28 +26379,6 @@ static abstract void MultiTexCoord3( [NativeTypeName("GLshort")] short r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] static abstract void MultiTexCoord3( @@ -60077,7 +26388,6 @@ static abstract void MultiTexCoord3( [NativeTypeName("GLshort")] short r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] static abstract void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -60086,7 +26396,6 @@ static abstract void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] static abstract void MultiTexCoord3ARB( @@ -60096,56 +26405,12 @@ static abstract void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] static abstract void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] static abstract void MultiTexCoord3( @@ -60153,14 +26418,12 @@ static abstract void MultiTexCoord3( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] static abstract void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] static abstract void MultiTexCoord3ARB( @@ -60168,7 +26431,6 @@ static abstract void MultiTexCoord3ARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] static abstract void MultiTexCoord3XOES( [NativeTypeName("GLenum")] uint texture, @@ -60177,7 +26439,6 @@ static abstract void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int r ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] static abstract void MultiTexCoord3XOES( @@ -60187,14 +26448,12 @@ static abstract void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int r ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] static abstract void MultiTexCoord3XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLfixed *")] int* coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] static abstract void MultiTexCoord3XOES( @@ -60202,7 +26461,6 @@ static abstract void MultiTexCoord3XOES( [NativeTypeName("const GLfixed *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] static abstract void MultiTexCoord4OES( [NativeTypeName("GLenum")] uint texture, @@ -60212,7 +26470,6 @@ static abstract void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] static abstract void MultiTexCoord4OES( @@ -60223,14 +26480,12 @@ static abstract void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] static abstract void MultiTexCoord4OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] static abstract void MultiTexCoord4OES( @@ -60238,28 +26493,6 @@ static abstract void MultiTexCoord4OES( [NativeTypeName("const GLbyte *")] Ref coords ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] static abstract void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -60269,28 +26502,6 @@ static abstract void MultiTexCoord4( [NativeTypeName("GLdouble")] double q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] static abstract void MultiTexCoord4( @@ -60301,7 +26512,6 @@ static abstract void MultiTexCoord4( [NativeTypeName("GLdouble")] double q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] static abstract void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -60311,7 +26521,6 @@ static abstract void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] static abstract void MultiTexCoord4ARB( @@ -60322,56 +26531,12 @@ static abstract void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] static abstract void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] static abstract void MultiTexCoord4( @@ -60379,14 +26544,12 @@ static abstract void MultiTexCoord4( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] static abstract void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] static abstract void MultiTexCoord4ARB( @@ -60394,29 +26557,6 @@ static abstract void MultiTexCoord4ARB( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] static abstract void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -60426,29 +26566,6 @@ static abstract void MultiTexCoord4( [NativeTypeName("GLfloat")] float q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] static abstract void MultiTexCoord4( @@ -60459,7 +26576,6 @@ static abstract void MultiTexCoord4( [NativeTypeName("GLfloat")] float q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] static abstract void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -60469,7 +26585,6 @@ static abstract void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] static abstract void MultiTexCoord4ARB( @@ -60480,56 +26595,12 @@ static abstract void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] static abstract void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] static abstract void MultiTexCoord4( @@ -60537,14 +26608,12 @@ static abstract void MultiTexCoord4( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] static abstract void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] static abstract void MultiTexCoord4ARB( @@ -60552,7 +26621,6 @@ static abstract void MultiTexCoord4ARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] static abstract void MultiTexCoord4NV( [NativeTypeName("GLenum")] uint target, @@ -60562,7 +26630,6 @@ static abstract void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] static abstract void MultiTexCoord4NV( @@ -60573,14 +26640,12 @@ static abstract void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] static abstract void MultiTexCoord4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] static abstract void MultiTexCoord4NV( @@ -60588,28 +26653,6 @@ static abstract void MultiTexCoord4NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] static abstract void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -60619,28 +26662,6 @@ static abstract void MultiTexCoord4( [NativeTypeName("GLint")] int q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] static abstract void MultiTexCoord4( @@ -60651,7 +26672,6 @@ static abstract void MultiTexCoord4( [NativeTypeName("GLint")] int q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] static abstract void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -60661,7 +26681,6 @@ static abstract void MultiTexCoord4ARB( [NativeTypeName("GLint")] int q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] static abstract void MultiTexCoord4ARB( @@ -60672,56 +26691,12 @@ static abstract void MultiTexCoord4ARB( [NativeTypeName("GLint")] int q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] static abstract void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] static abstract void MultiTexCoord4( @@ -60729,14 +26704,12 @@ static abstract void MultiTexCoord4( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] static abstract void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] static abstract void MultiTexCoord4ARB( @@ -60744,28 +26717,6 @@ static abstract void MultiTexCoord4ARB( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] static abstract void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -60775,28 +26726,6 @@ static abstract void MultiTexCoord4( [NativeTypeName("GLshort")] short q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] static abstract void MultiTexCoord4( @@ -60807,7 +26736,6 @@ static abstract void MultiTexCoord4( [NativeTypeName("GLshort")] short q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] static abstract void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -60817,7 +26745,6 @@ static abstract void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] static abstract void MultiTexCoord4ARB( @@ -60828,56 +26755,12 @@ static abstract void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] static abstract void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] static abstract void MultiTexCoord4( @@ -60885,14 +26768,12 @@ static abstract void MultiTexCoord4( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] static abstract void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] static abstract void MultiTexCoord4ARB( @@ -60900,7 +26781,6 @@ static abstract void MultiTexCoord4ARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] static abstract void MultiTexCoord4X( [NativeTypeName("GLenum")] uint texture, @@ -60910,7 +26790,6 @@ static abstract void MultiTexCoord4X( [NativeTypeName("GLfixed")] int q ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] static abstract void MultiTexCoord4X( @@ -60921,8 +26800,6 @@ static abstract void MultiTexCoord4X( [NativeTypeName("GLfixed")] int q ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] static abstract void MultiTexCoord4XOES( [NativeTypeName("GLenum")] uint texture, @@ -60932,8 +26809,6 @@ static abstract void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int q ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] static abstract void MultiTexCoord4XOES( @@ -60944,14 +26819,12 @@ static abstract void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int q ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] static abstract void MultiTexCoord4XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLfixed *")] int* coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] static abstract void MultiTexCoord4XOES( @@ -60959,7 +26832,6 @@ static abstract void MultiTexCoord4XOES( [NativeTypeName("const GLfixed *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] static abstract void MultiTexCoordP1( [NativeTypeName("GLenum")] uint texture, @@ -60967,7 +26839,6 @@ static abstract void MultiTexCoordP1( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] static abstract void MultiTexCoordP1( @@ -60976,33 +26847,29 @@ static abstract void MultiTexCoordP1( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] - static abstract void MultiTexCoordP1Uiv( + static abstract void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] - static abstract void MultiTexCoordP1Uiv( + static abstract void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] - static abstract void MultiTexCoordP1Uiv( + static abstract void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] static abstract void MultiTexCoordP2( [NativeTypeName("GLenum")] uint texture, @@ -61010,7 +26877,6 @@ static abstract void MultiTexCoordP2( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] static abstract void MultiTexCoordP2( @@ -61019,33 +26885,29 @@ static abstract void MultiTexCoordP2( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] - static abstract void MultiTexCoordP2Uiv( + static abstract void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] - static abstract void MultiTexCoordP2Uiv( + static abstract void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] - static abstract void MultiTexCoordP2Uiv( + static abstract void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] static abstract void MultiTexCoordP3( [NativeTypeName("GLenum")] uint texture, @@ -61053,7 +26915,6 @@ static abstract void MultiTexCoordP3( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] static abstract void MultiTexCoordP3( @@ -61062,33 +26923,29 @@ static abstract void MultiTexCoordP3( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] - static abstract void MultiTexCoordP3Uiv( + static abstract void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] - static abstract void MultiTexCoordP3Uiv( + static abstract void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] - static abstract void MultiTexCoordP3Uiv( + static abstract void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] static abstract void MultiTexCoordP4( [NativeTypeName("GLenum")] uint texture, @@ -61096,7 +26953,6 @@ static abstract void MultiTexCoordP4( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] static abstract void MultiTexCoordP4( @@ -61105,34 +26961,29 @@ static abstract void MultiTexCoordP4( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] - static abstract void MultiTexCoordP4Uiv( + static abstract void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] - static abstract void MultiTexCoordP4Uiv( + static abstract void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] - static abstract void MultiTexCoordP4Uiv( + static abstract void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] static abstract void MultiTexCoordPointerEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61142,8 +26993,6 @@ static abstract void MultiTexCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] static abstract void MultiTexCoordPointerEXT( @@ -61154,8 +27003,6 @@ static abstract void MultiTexCoordPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] static abstract void MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61164,8 +27011,6 @@ static abstract void MultiTexEnvEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] static abstract void MultiTexEnvEXT( @@ -61175,8 +27020,6 @@ static abstract void MultiTexEnvEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] static abstract void MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61185,8 +27028,6 @@ static abstract void MultiTexEnvEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] static abstract void MultiTexEnvEXT( @@ -61196,8 +27037,6 @@ static abstract void MultiTexEnvEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] static abstract void MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61206,8 +27045,6 @@ static abstract void MultiTexEnvEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] static abstract void MultiTexEnvEXT( @@ -61217,8 +27054,6 @@ static abstract void MultiTexEnvEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] static abstract void MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61227,8 +27062,6 @@ static abstract void MultiTexEnvEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] static abstract void MultiTexEnvEXT( @@ -61238,8 +27071,6 @@ static abstract void MultiTexEnvEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] static abstract void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61248,8 +27079,6 @@ static abstract void MultiTexGenEXT( [NativeTypeName("GLdouble")] double param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] static abstract void MultiTexGenEXT( @@ -61259,8 +27088,6 @@ static abstract void MultiTexGenEXT( [NativeTypeName("GLdouble")] double param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] static abstract void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61269,8 +27096,6 @@ static abstract void MultiTexGenEXT( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] static abstract void MultiTexGenEXT( @@ -61280,8 +27105,6 @@ static abstract void MultiTexGenEXT( [NativeTypeName("const GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] static abstract void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61290,8 +27113,6 @@ static abstract void MultiTexGenEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] static abstract void MultiTexGenEXT( @@ -61301,8 +27122,6 @@ static abstract void MultiTexGenEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] static abstract void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61311,8 +27130,6 @@ static abstract void MultiTexGenEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] static abstract void MultiTexGenEXT( @@ -61322,8 +27139,6 @@ static abstract void MultiTexGenEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] static abstract void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61332,8 +27147,6 @@ static abstract void MultiTexGenEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] static abstract void MultiTexGenEXT( @@ -61343,8 +27156,6 @@ static abstract void MultiTexGenEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] static abstract void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61353,8 +27164,6 @@ static abstract void MultiTexGenEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] static abstract void MultiTexGenEXT( @@ -61364,8 +27173,6 @@ static abstract void MultiTexGenEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] static abstract void MultiTexImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61379,8 +27186,6 @@ static abstract void MultiTexImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] static abstract void MultiTexImage1DEXT( @@ -61395,8 +27200,6 @@ static abstract void MultiTexImage1DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] static abstract void MultiTexImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61411,8 +27214,6 @@ static abstract void MultiTexImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] static abstract void MultiTexImage2DEXT( @@ -61428,8 +27229,6 @@ static abstract void MultiTexImage2DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] static abstract void MultiTexImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61445,8 +27244,6 @@ static abstract void MultiTexImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] static abstract void MultiTexImage3DEXT( @@ -61463,8 +27260,6 @@ static abstract void MultiTexImage3DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] static abstract void MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61473,8 +27268,6 @@ static abstract void MultiTexParameterEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] static abstract void MultiTexParameterEXT( @@ -61484,8 +27277,6 @@ static abstract void MultiTexParameterEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] static abstract void MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61494,8 +27285,6 @@ static abstract void MultiTexParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] static abstract void MultiTexParameterEXT( @@ -61505,8 +27294,6 @@ static abstract void MultiTexParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] static abstract void MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61515,8 +27302,6 @@ static abstract void MultiTexParameterEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] static abstract void MultiTexParameterEXT( @@ -61526,8 +27311,6 @@ static abstract void MultiTexParameterEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] static abstract void MultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61536,8 +27319,6 @@ static abstract void MultiTexParameterIEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] static abstract void MultiTexParameterIEXT( @@ -61547,8 +27328,6 @@ static abstract void MultiTexParameterIEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] static abstract void MultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61557,8 +27336,6 @@ static abstract void MultiTexParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] static abstract void MultiTexParameterIEXT( @@ -61568,8 +27345,6 @@ static abstract void MultiTexParameterIEXT( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] static abstract void MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61578,8 +27353,6 @@ static abstract void MultiTexParameterEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] static abstract void MultiTexParameterEXT( @@ -61589,8 +27362,6 @@ static abstract void MultiTexParameterEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] static abstract void MultiTexRenderbufferEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61598,8 +27369,6 @@ static abstract void MultiTexRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] static abstract void MultiTexRenderbufferEXT( @@ -61608,8 +27377,6 @@ static abstract void MultiTexRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] static abstract void MultiTexSubImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61622,8 +27389,6 @@ static abstract void MultiTexSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] static abstract void MultiTexSubImage1DEXT( @@ -61637,8 +27402,6 @@ static abstract void MultiTexSubImage1DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] static abstract void MultiTexSubImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61653,8 +27416,6 @@ static abstract void MultiTexSubImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] static abstract void MultiTexSubImage2DEXT( @@ -61670,8 +27431,6 @@ static abstract void MultiTexSubImage2DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] static abstract void MultiTexSubImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -61688,8 +27447,6 @@ static abstract void MultiTexSubImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] static abstract void MultiTexSubImage3DEXT( @@ -61707,282 +27464,77 @@ static abstract void MultiTexSubImage3DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] static abstract void MultMatrix([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] static abstract void MultMatrix([NativeTypeName("const GLdouble *")] Ref m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] static abstract void MultMatrix([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] static abstract void MultMatrix([NativeTypeName("const GLfloat *")] Ref m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] static abstract void MultMatrixx([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] static abstract void MultMatrixx([NativeTypeName("const GLfixed *")] Ref m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] static abstract void MultMatrixxOES([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] static abstract void MultMatrixxOES([NativeTypeName("const GLfixed *")] Ref m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] static abstract void MultTransposeMatrix([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] static abstract void MultTransposeMatrix( [NativeTypeName("const GLdouble *")] Ref m ); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] static abstract void MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] static abstract void MultTransposeMatrixARB( [NativeTypeName("const GLdouble *")] Ref m ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] static abstract void MultTransposeMatrix([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] static abstract void MultTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixfARB")] static abstract void MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixfARB")] static abstract void MultTransposeMatrixARB( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixxOES")] static abstract void MultTransposeMatrixxOES([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixxOES")] static abstract void MultTransposeMatrixxOES( [NativeTypeName("const GLfixed *")] Ref m ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferAttachMemoryNV")] static abstract void NamedBufferAttachMemoryNV( [NativeTypeName("GLuint")] uint buffer, @@ -61990,16 +27542,6 @@ static abstract void NamedBufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferData")] static abstract void NamedBufferData( [NativeTypeName("GLuint")] uint buffer, @@ -62008,16 +27550,6 @@ static abstract void NamedBufferData( [NativeTypeName("GLenum")] uint usage ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferData")] static abstract void NamedBufferData( @@ -62027,8 +27559,6 @@ static abstract void NamedBufferData( [NativeTypeName("GLenum")] Constant usage ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferDataEXT")] static abstract void NamedBufferDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -62037,8 +27567,6 @@ static abstract void NamedBufferDataEXT( [NativeTypeName("GLenum")] uint usage ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferDataEXT")] static abstract void NamedBufferDataEXT( @@ -62048,8 +27576,6 @@ static abstract void NamedBufferDataEXT( [NativeTypeName("GLenum")] Constant usage ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentARB")] static abstract void NamedBufferPageCommitmentARB( [NativeTypeName("GLuint")] uint buffer, @@ -62058,8 +27584,6 @@ static abstract void NamedBufferPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentARB")] static abstract void NamedBufferPageCommitmentARB( @@ -62069,8 +27593,6 @@ static abstract void NamedBufferPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] static abstract void NamedBufferPageCommitmentEXT( [NativeTypeName("GLuint")] uint buffer, @@ -62079,8 +27601,6 @@ static abstract void NamedBufferPageCommitmentEXT( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] static abstract void NamedBufferPageCommitmentEXT( @@ -62090,9 +27610,6 @@ static abstract void NamedBufferPageCommitmentEXT( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] static abstract void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLuint")] uint buffer, @@ -62103,9 +27620,6 @@ static abstract void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] static abstract void NamedBufferPageCommitmentMemNV( @@ -62117,16 +27631,6 @@ static abstract void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] static abstract void NamedBufferStorage( [NativeTypeName("GLuint")] uint buffer, @@ -62135,16 +27639,6 @@ static abstract void NamedBufferStorage( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] static abstract void NamedBufferStorage( @@ -62154,8 +27648,6 @@ static abstract void NamedBufferStorage( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] static abstract void NamedBufferStorageEXT( [NativeTypeName("GLuint")] uint buffer, @@ -62164,8 +27656,6 @@ static abstract void NamedBufferStorageEXT( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] static abstract void NamedBufferStorageEXT( @@ -62175,8 +27665,6 @@ static abstract void NamedBufferStorageEXT( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] static abstract void NamedBufferStorageExternalEXT( [NativeTypeName("GLuint")] uint buffer, @@ -62186,8 +27674,6 @@ static abstract void NamedBufferStorageExternalEXT( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] static abstract void NamedBufferStorageExternalEXT( @@ -62198,8 +27684,6 @@ static abstract void NamedBufferStorageExternalEXT( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageMemEXT")] static abstract void NamedBufferStorageMemEXT( [NativeTypeName("GLuint")] uint buffer, @@ -62208,16 +27692,6 @@ static abstract void NamedBufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] static abstract void NamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -62226,16 +27700,6 @@ static abstract void NamedBufferSubData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] static abstract void NamedBufferSubData( @@ -62245,8 +27709,6 @@ static abstract void NamedBufferSubData( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] static abstract void NamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -62255,8 +27717,6 @@ static abstract void NamedBufferSubDataEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] static abstract void NamedBufferSubDataEXT( @@ -62266,8 +27726,6 @@ static abstract void NamedBufferSubDataEXT( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedCopyBufferSubDataEXT")] static abstract void NamedCopyBufferSubDataEXT( [NativeTypeName("GLuint")] uint readBuffer, @@ -62277,32 +27735,12 @@ static abstract void NamedCopyBufferSubDataEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] static abstract void NamedFramebufferDrawBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint buf ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] static abstract void NamedFramebufferDrawBuffer( @@ -62310,16 +27748,6 @@ static abstract void NamedFramebufferDrawBuffer( [NativeTypeName("GLenum")] Constant buf ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] static abstract void NamedFramebufferDrawBuffer( @@ -62327,16 +27755,6 @@ static abstract void NamedFramebufferDrawBuffer( [NativeTypeName("const GLenum *")] GLEnum bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] static abstract void NamedFramebufferDrawBuffer( @@ -62344,16 +27762,6 @@ static abstract void NamedFramebufferDrawBuffer( [NativeTypeName("const GLenum *")] ColorBuffer bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] static abstract void NamedFramebufferDrawBuffers( [NativeTypeName("GLuint")] uint framebuffer, @@ -62361,16 +27769,6 @@ static abstract void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] static abstract void NamedFramebufferDrawBuffers( @@ -62379,16 +27777,6 @@ static abstract void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] static abstract void NamedFramebufferDrawBuffers( @@ -62397,16 +27785,6 @@ static abstract void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] static abstract void NamedFramebufferDrawBuffers( @@ -62415,16 +27793,6 @@ static abstract void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] static abstract void NamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, @@ -62432,16 +27800,6 @@ static abstract void NamedFramebufferParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] static abstract void NamedFramebufferParameter( @@ -62450,8 +27808,6 @@ static abstract void NamedFramebufferParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] static abstract void NamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -62459,8 +27815,6 @@ static abstract void NamedFramebufferParameterEXT( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] static abstract void NamedFramebufferParameterEXT( @@ -62469,32 +27823,12 @@ static abstract void NamedFramebufferParameterEXT( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] static abstract void NamedFramebufferReadBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint src ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] static abstract void NamedFramebufferReadBuffer( @@ -62502,16 +27836,6 @@ static abstract void NamedFramebufferReadBuffer( [NativeTypeName("GLenum")] Constant src ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] static abstract void NamedFramebufferRenderbuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -62520,16 +27844,6 @@ static abstract void NamedFramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] static abstract void NamedFramebufferRenderbuffer( @@ -62540,8 +27854,6 @@ static abstract void NamedFramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] static abstract void NamedFramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -62550,8 +27862,6 @@ static abstract void NamedFramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] static abstract void NamedFramebufferRenderbufferEXT( @@ -62562,8 +27872,6 @@ static abstract void NamedFramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] static abstract void NamedFramebufferSampleLocationsARB( [NativeTypeName("GLuint")] uint framebuffer, @@ -62572,8 +27880,6 @@ static abstract void NamedFramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] static abstract void NamedFramebufferSampleLocationsARB( @@ -62583,9 +27889,6 @@ static abstract void NamedFramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] static abstract void NamedFramebufferSampleLocationsNV( [NativeTypeName("GLuint")] uint framebuffer, @@ -62594,9 +27897,6 @@ static abstract void NamedFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] static abstract void NamedFramebufferSampleLocationsNV( @@ -62606,7 +27906,6 @@ static abstract void NamedFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] static abstract void NamedFramebufferSamplePositionsAMD( [NativeTypeName("GLuint")] uint framebuffer, @@ -62615,7 +27914,6 @@ static abstract void NamedFramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] static abstract void NamedFramebufferSamplePositionsAMD( @@ -62625,16 +27923,6 @@ static abstract void NamedFramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] Ref values ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] static abstract void NamedFramebufferTexture( [NativeTypeName("GLuint")] uint framebuffer, @@ -62643,16 +27931,6 @@ static abstract void NamedFramebufferTexture( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] static abstract void NamedFramebufferTexture( @@ -62662,8 +27940,6 @@ static abstract void NamedFramebufferTexture( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] static abstract void NamedFramebufferTexture1DEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -62673,8 +27949,6 @@ static abstract void NamedFramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] static abstract void NamedFramebufferTexture1DEXT( @@ -62685,8 +27959,6 @@ static abstract void NamedFramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] static abstract void NamedFramebufferTexture2DEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -62696,8 +27968,6 @@ static abstract void NamedFramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] static abstract void NamedFramebufferTexture2DEXT( @@ -62708,8 +27978,6 @@ static abstract void NamedFramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] static abstract void NamedFramebufferTexture3DEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -62720,8 +27988,6 @@ static abstract void NamedFramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] static abstract void NamedFramebufferTexture3DEXT( @@ -62733,8 +27999,6 @@ static abstract void NamedFramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] static abstract void NamedFramebufferTextureEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -62743,8 +28007,6 @@ static abstract void NamedFramebufferTextureEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] static abstract void NamedFramebufferTextureEXT( @@ -62754,8 +28016,6 @@ static abstract void NamedFramebufferTextureEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] static abstract void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -62765,8 +28025,6 @@ static abstract void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint face ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] static abstract void NamedFramebufferTextureFaceEXT( @@ -62777,16 +28035,6 @@ static abstract void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLenum")] Constant face ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] static abstract void NamedFramebufferTextureLayer( [NativeTypeName("GLuint")] uint framebuffer, @@ -62796,16 +28044,6 @@ static abstract void NamedFramebufferTextureLayer( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] static abstract void NamedFramebufferTextureLayer( @@ -62816,8 +28054,6 @@ static abstract void NamedFramebufferTextureLayer( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] static abstract void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -62827,8 +28063,6 @@ static abstract void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] static abstract void NamedFramebufferTextureLayerEXT( @@ -62839,8 +28073,6 @@ static abstract void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] static abstract void NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -62852,8 +28084,6 @@ static abstract void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] static abstract void NamedProgramLocalParameter4EXT( @@ -62866,8 +28096,6 @@ static abstract void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] static abstract void NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -62876,8 +28104,6 @@ static abstract void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] static abstract void NamedProgramLocalParameter4EXT( @@ -62887,8 +28113,6 @@ static abstract void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] static abstract void NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -62900,8 +28124,6 @@ static abstract void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] static abstract void NamedProgramLocalParameter4EXT( @@ -62914,8 +28136,6 @@ static abstract void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] static abstract void NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -62924,8 +28144,6 @@ static abstract void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] static abstract void NamedProgramLocalParameter4EXT( @@ -62935,8 +28153,6 @@ static abstract void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] static abstract void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -62948,8 +28164,6 @@ static abstract void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] static abstract void NamedProgramLocalParameterI4EXT( @@ -62962,8 +28176,6 @@ static abstract void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] static abstract void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -62972,8 +28184,6 @@ static abstract void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] static abstract void NamedProgramLocalParameterI4EXT( @@ -62983,8 +28193,6 @@ static abstract void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] static abstract void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -62996,8 +28204,6 @@ static abstract void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] static abstract void NamedProgramLocalParameterI4EXT( @@ -63010,8 +28216,6 @@ static abstract void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] static abstract void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -63020,8 +28224,6 @@ static abstract void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] static abstract void NamedProgramLocalParameterI4EXT( @@ -63031,8 +28233,6 @@ static abstract void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] static abstract void NamedProgramLocalParameters4EXT( [NativeTypeName("GLuint")] uint program, @@ -63042,8 +28242,6 @@ static abstract void NamedProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] static abstract void NamedProgramLocalParameters4EXT( @@ -63054,8 +28252,6 @@ static abstract void NamedProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] static abstract void NamedProgramLocalParametersI4EXT( [NativeTypeName("GLuint")] uint program, @@ -63065,8 +28261,6 @@ static abstract void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] static abstract void NamedProgramLocalParametersI4EXT( @@ -63077,8 +28271,6 @@ static abstract void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] static abstract void NamedProgramLocalParametersI4EXT( [NativeTypeName("GLuint")] uint program, @@ -63088,8 +28280,6 @@ static abstract void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] static abstract void NamedProgramLocalParametersI4EXT( @@ -63100,8 +28290,6 @@ static abstract void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] static abstract void NamedProgramStringEXT( [NativeTypeName("GLuint")] uint program, @@ -63111,8 +28299,6 @@ static abstract void NamedProgramStringEXT( [NativeTypeName("const void *")] void* @string ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] static abstract void NamedProgramStringEXT( @@ -63123,16 +28309,6 @@ static abstract void NamedProgramStringEXT( [NativeTypeName("const void *")] Ref @string ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] static abstract void NamedRenderbufferStorage( [NativeTypeName("GLuint")] uint renderbuffer, @@ -63141,16 +28317,6 @@ static abstract void NamedRenderbufferStorage( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] static abstract void NamedRenderbufferStorage( @@ -63160,8 +28326,6 @@ static abstract void NamedRenderbufferStorage( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] static abstract void NamedRenderbufferStorageEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -63170,8 +28334,6 @@ static abstract void NamedRenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] static abstract void NamedRenderbufferStorageEXT( @@ -63181,16 +28343,6 @@ static abstract void NamedRenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] static abstract void NamedRenderbufferStorageMultisample( [NativeTypeName("GLuint")] uint renderbuffer, @@ -63200,16 +28352,6 @@ static abstract void NamedRenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] static abstract void NamedRenderbufferStorageMultisample( @@ -63220,9 +28362,6 @@ static abstract void NamedRenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] static abstract void NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLuint")] uint renderbuffer, @@ -63233,9 +28372,6 @@ static abstract void NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] static abstract void NamedRenderbufferStorageMultisampleAdvanceAMD( @@ -63247,8 +28383,6 @@ static abstract void NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] static abstract void NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -63259,8 +28393,6 @@ static abstract void NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] static abstract void NamedRenderbufferStorageMultisampleCoverageEXT( @@ -63272,8 +28404,6 @@ static abstract void NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] static abstract void NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -63283,8 +28413,6 @@ static abstract void NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] static abstract void NamedRenderbufferStorageMultisampleEXT( @@ -63295,8 +28423,6 @@ static abstract void NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] static abstract void NamedStringARB( [NativeTypeName("GLenum")] uint type, @@ -63306,8 +28432,6 @@ static abstract void NamedStringARB( [NativeTypeName("const GLchar *")] sbyte* @string ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] static abstract void NamedStringARB( @@ -63318,62 +28442,12 @@ static abstract void NamedStringARB( [NativeTypeName("const GLchar *")] Ref @string ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNewList")] static abstract void NewList( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNewList")] static abstract void NewList( @@ -63382,7 +28456,6 @@ static abstract void NewList( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] static abstract uint NewObjectBufferATI( [NativeTypeName("GLsizei")] uint size, @@ -63391,7 +28464,6 @@ static abstract uint NewObjectBufferATI( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] static abstract uint NewObjectBufferATI( @@ -63400,31 +28472,6 @@ static abstract uint NewObjectBufferATI( [NativeTypeName("GLenum")] Constant usage ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3b")] static abstract void Normal3( [NativeTypeName("GLbyte")] sbyte nx, @@ -63432,88 +28479,13 @@ static abstract void Normal3( [NativeTypeName("GLbyte")] sbyte nz ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3bv")] static abstract void Normal3([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3bv")] static abstract void Normal3([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3d")] static abstract void Normal3( [NativeTypeName("GLdouble")] double nx, @@ -63521,89 +28493,13 @@ static abstract void Normal3( [NativeTypeName("GLdouble")] double nz ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3dv")] static abstract void Normal3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3dv")] static abstract void Normal3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glNormal3f")] static abstract void Normal3( [NativeTypeName("GLfloat")] float nx, @@ -63611,64 +28507,13 @@ static abstract void Normal3( [NativeTypeName("GLfloat")] float nz ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3fv")] static abstract void Normal3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3fv")] static abstract void Normal3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fSUN")] static abstract void Normal3FVertex3SUN( [NativeTypeName("GLfloat")] float nx, @@ -63679,14 +28524,12 @@ static abstract void Normal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] static abstract void Normal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* n, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] static abstract void Normal3FVertex3SUN( @@ -63694,7 +28537,6 @@ static abstract void Normal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glNormal3hNV")] static abstract void Normal3NV( [NativeTypeName("GLhalfNV")] ushort nx, @@ -63702,40 +28544,13 @@ static abstract void Normal3NV( [NativeTypeName("GLhalfNV")] ushort nz ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] static abstract void Normal3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] static abstract void Normal3NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3i")] static abstract void Normal3( [NativeTypeName("GLint")] int nx, @@ -63743,88 +28558,13 @@ static abstract void Normal3( [NativeTypeName("GLint")] int nz ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3iv")] static abstract void Normal3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3iv")] static abstract void Normal3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3s")] static abstract void Normal3( [NativeTypeName("GLshort")] short nx, @@ -63832,64 +28572,13 @@ static abstract void Normal3( [NativeTypeName("GLshort")] short nz ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3sv")] static abstract void Normal3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3sv")] static abstract void Normal3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glNormal3x")] static abstract void Normal3X( [NativeTypeName("GLfixed")] int nx, @@ -63897,8 +28586,6 @@ static abstract void Normal3X( [NativeTypeName("GLfixed")] int nz ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glNormal3xOES")] static abstract void Normal3XOES( [NativeTypeName("GLfixed")] int nx, @@ -63906,31 +28593,25 @@ static abstract void Normal3XOES( [NativeTypeName("GLfixed")] int nz ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] static abstract void Normal3XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] static abstract void Normal3XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glNormalFormatNV")] static abstract void NormalFormatNV( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] static abstract void NormalP3( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] static abstract void NormalP3( @@ -63938,54 +28619,26 @@ static abstract void NormalP3( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] - static abstract void NormalP3Uiv( + static abstract void NormalP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] - static abstract void NormalP3Uiv( + static abstract void NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] - static abstract void NormalP3Uiv( + static abstract void NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glNormalPointer")] static abstract void NormalPointer( [NativeTypeName("GLenum")] uint type, @@ -63993,31 +28646,6 @@ static abstract void NormalPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointer")] static abstract void NormalPointer( @@ -64026,7 +28654,6 @@ static abstract void NormalPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] static abstract void NormalPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -64035,7 +28662,6 @@ static abstract void NormalPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] static abstract void NormalPointerEXT( @@ -64045,7 +28671,6 @@ static abstract void NormalPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] static abstract void NormalPointerListIBM( [NativeTypeName("GLenum")] uint type, @@ -64054,7 +28679,6 @@ static abstract void NormalPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] static abstract void NormalPointerListIBM( @@ -64064,22 +28688,19 @@ static abstract void NormalPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] - static abstract void NormalPointerIntel( + static abstract void NormalPointerINTEL( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] - static abstract void NormalPointerIntel( + static abstract void NormalPointerINTEL( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] static abstract void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -64088,7 +28709,6 @@ static abstract void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] static abstract void NormalStream3ATI( @@ -64098,14 +28718,12 @@ static abstract void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] static abstract void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] static abstract void NormalStream3ATI( @@ -64113,7 +28731,6 @@ static abstract void NormalStream3ATI( [NativeTypeName("const GLbyte *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] static abstract void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -64122,7 +28739,6 @@ static abstract void NormalStream3ATI( [NativeTypeName("GLdouble")] double nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] static abstract void NormalStream3ATI( @@ -64132,14 +28748,12 @@ static abstract void NormalStream3ATI( [NativeTypeName("GLdouble")] double nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] static abstract void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] static abstract void NormalStream3ATI( @@ -64147,7 +28761,6 @@ static abstract void NormalStream3ATI( [NativeTypeName("const GLdouble *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] static abstract void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -64156,7 +28769,6 @@ static abstract void NormalStream3ATI( [NativeTypeName("GLfloat")] float nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] static abstract void NormalStream3ATI( @@ -64166,14 +28778,12 @@ static abstract void NormalStream3ATI( [NativeTypeName("GLfloat")] float nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] static abstract void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] static abstract void NormalStream3ATI( @@ -64181,7 +28791,6 @@ static abstract void NormalStream3ATI( [NativeTypeName("const GLfloat *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] static abstract void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -64190,7 +28799,6 @@ static abstract void NormalStream3ATI( [NativeTypeName("GLint")] int nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] static abstract void NormalStream3ATI( @@ -64200,14 +28808,12 @@ static abstract void NormalStream3ATI( [NativeTypeName("GLint")] int nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] static abstract void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] static abstract void NormalStream3ATI( @@ -64215,7 +28821,6 @@ static abstract void NormalStream3ATI( [NativeTypeName("const GLint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] static abstract void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -64224,7 +28829,6 @@ static abstract void NormalStream3ATI( [NativeTypeName("GLshort")] short nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] static abstract void NormalStream3ATI( @@ -64234,14 +28838,12 @@ static abstract void NormalStream3ATI( [NativeTypeName("GLshort")] short nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] static abstract void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] static abstract void NormalStream3ATI( @@ -64249,28 +28851,6 @@ static abstract void NormalStream3ATI( [NativeTypeName("const GLshort *")] Ref coords ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glObjectLabel")] static abstract void ObjectLabel( [NativeTypeName("GLenum")] uint identifier, @@ -64279,28 +28859,6 @@ static abstract void ObjectLabel( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectLabel")] static abstract void ObjectLabel( @@ -64310,7 +28868,6 @@ static abstract void ObjectLabel( [NativeTypeName("const GLchar *")] Ref label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] static abstract void ObjectLabelKHR( [NativeTypeName("GLenum")] uint identifier, @@ -64319,7 +28876,6 @@ static abstract void ObjectLabelKHR( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] static abstract void ObjectLabelKHR( @@ -64329,28 +28885,6 @@ static abstract void ObjectLabelKHR( [NativeTypeName("const GLchar *")] Ref label ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] static abstract void ObjectPtrLabel( [NativeTypeName("const void *")] void* ptr, @@ -64358,28 +28892,6 @@ static abstract void ObjectPtrLabel( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] static abstract void ObjectPtrLabel( @@ -64388,7 +28900,6 @@ static abstract void ObjectPtrLabel( [NativeTypeName("const GLchar *")] Ref label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] static abstract void ObjectPtrLabelKHR( [NativeTypeName("const void *")] void* ptr, @@ -64396,7 +28907,6 @@ static abstract void ObjectPtrLabelKHR( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] static abstract void ObjectPtrLabelKHR( @@ -64406,48 +28916,21 @@ static abstract void ObjectPtrLabelKHR( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glObjectPurgeableAPPLE")] - static abstract uint ObjectPurgeableApple( + static abstract uint ObjectPurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glObjectUnpurgeableAPPLE")] - static abstract uint ObjectUnpurgeableApple( + static abstract uint ObjectUnpurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glOrtho")] static abstract void Ortho( [NativeTypeName("GLdouble")] double left, @@ -64458,7 +28941,6 @@ static abstract void Ortho( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glOrthof")] static abstract void Ortho( [NativeTypeName("GLfloat")] float l, @@ -64469,8 +28951,6 @@ static abstract void Ortho( [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glOrthofOES")] static abstract void OrthoOES( [NativeTypeName("GLfloat")] float l, @@ -64481,7 +28961,6 @@ static abstract void OrthoOES( [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glOrthox")] static abstract void Orthox( [NativeTypeName("GLfixed")] int l, @@ -64492,8 +28971,6 @@ static abstract void Orthox( [NativeTypeName("GLfixed")] int f ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glOrthoxOES")] static abstract void OrthoxOES( [NativeTypeName("GLfixed")] int l, @@ -64504,7 +28981,6 @@ static abstract void OrthoxOES( [NativeTypeName("GLfixed")] int f ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] static abstract void PassTexCoordATI( [NativeTypeName("GLuint")] uint dst, @@ -64512,7 +28988,6 @@ static abstract void PassTexCoordATI( [NativeTypeName("GLenum")] uint swizzle ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] static abstract void PassTexCoordATI( @@ -64521,100 +28996,18 @@ static abstract void PassTexCoordATI( [NativeTypeName("GLenum")] Constant swizzle ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPassThrough")] static abstract void PassThrough([NativeTypeName("GLfloat")] float token); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPassThroughxOES")] static abstract void PassThroughxOES([NativeTypeName("GLfixed")] int token); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] static abstract void PatchParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] static abstract void PatchParameter( @@ -64622,68 +29015,12 @@ static abstract void PatchParameter( [NativeTypeName("const GLfloat *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] static abstract void PatchParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] static abstract void PatchParameter( @@ -64691,14 +29028,12 @@ static abstract void PatchParameter( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gles2", ["GL_EXT_tessellation_shader"])] [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] static abstract void PatchParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gles2", ["GL_EXT_tessellation_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] static abstract void PatchParameterEXT( @@ -64706,14 +29041,12 @@ static abstract void PatchParameterEXT( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gles2", ["GL_OES_tessellation_shader"])] [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] static abstract void PatchParameterOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gles2", ["GL_OES_tessellation_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] static abstract void PatchParameterOES( @@ -64721,7 +29054,6 @@ static abstract void PatchParameterOES( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] static abstract void PathColorGenNV( [NativeTypeName("GLenum")] uint color, @@ -64730,7 +29062,6 @@ static abstract void PathColorGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] static abstract void PathColorGenNV( @@ -64740,9 +29071,6 @@ static abstract void PathColorGenNV( [NativeTypeName("const GLfloat *")] Ref coeffs ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] static abstract void PathCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -64753,9 +29081,6 @@ static abstract void PathCommandsNV( [NativeTypeName("const void *")] void* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] static abstract void PathCommandsNV( @@ -64767,9 +29092,6 @@ static abstract void PathCommandsNV( [NativeTypeName("const void *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] static abstract void PathCommandsNV( @@ -64781,9 +29103,6 @@ static abstract void PathCommandsNV( [NativeTypeName("const void *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] static abstract void PathCoordsNV( [NativeTypeName("GLuint")] uint path, @@ -64792,9 +29111,6 @@ static abstract void PathCoordsNV( [NativeTypeName("const void *")] void* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] static abstract void PathCoordsNV( @@ -64804,24 +29120,15 @@ static abstract void PathCoordsNV( [NativeTypeName("const void *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] static abstract void PathCoverDepthFuncNV([NativeTypeName("GLenum")] uint func); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] static abstract void PathCoverDepthFuncNV( [NativeTypeName("GLenum")] Constant func ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] static abstract void PathDashArrayNV( [NativeTypeName("GLuint")] uint path, @@ -64829,9 +29136,6 @@ static abstract void PathDashArrayNV( [NativeTypeName("const GLfloat *")] float* dashArray ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] static abstract void PathDashArrayNV( @@ -64840,9 +29144,6 @@ static abstract void PathDashArrayNV( [NativeTypeName("const GLfloat *")] Ref dashArray ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] static abstract void PathDashArrayNV( @@ -64850,11 +29151,9 @@ static abstract void PathDashArrayNV( [NativeTypeName("const GLfloat *")] float dashArray ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] static abstract void PathFogGenNV([NativeTypeName("GLenum")] uint genMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] static abstract void PathFogGenNV( @@ -64862,9 +29161,6 @@ static abstract void PathFogGenNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] static abstract uint PathGlyphIndexArrayNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -64878,9 +29174,6 @@ static abstract uint PathGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] static abstract uint PathGlyphIndexArrayNV( @@ -64895,9 +29188,6 @@ static abstract uint PathGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] static abstract uint PathGlyphIndexRangeNV( [NativeTypeName("GLenum")] uint fontTarget, @@ -64909,9 +29199,6 @@ static abstract uint PathGlyphIndexRangeNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] static abstract uint PathGlyphIndexRangeNV( @@ -64923,9 +29210,6 @@ static abstract uint PathGlyphIndexRangeNV( [NativeTypeName("GLuint *")] Ref baseAndCount ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] static abstract void PathGlyphRangeNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -64939,9 +29223,6 @@ static abstract void PathGlyphRangeNV( [NativeTypeName("GLfloat")] float emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] static abstract void PathGlyphRangeNV( @@ -64957,9 +29238,6 @@ static abstract void PathGlyphRangeNV( [NativeTypeName("GLfloat")] float emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] static abstract void PathGlyphNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -64974,9 +29252,6 @@ static abstract void PathGlyphNV( [NativeTypeName("GLfloat")] float emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] static abstract void PathGlyphNV( @@ -64994,9 +29269,6 @@ static abstract void PathGlyphNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] static abstract uint PathMemoryGlyphIndexArrayNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -65011,9 +29283,6 @@ static abstract uint PathMemoryGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] static abstract uint PathMemoryGlyphIndexArrayNV( @@ -65028,9 +29297,6 @@ static abstract uint PathMemoryGlyphIndexArrayNV( [NativeTypeName("GLfloat")] float emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] static abstract void PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -65038,9 +29304,6 @@ static abstract void PathParameterNV( [NativeTypeName("GLfloat")] float value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] static abstract void PathParameterNV( @@ -65049,9 +29312,6 @@ static abstract void PathParameterNV( [NativeTypeName("GLfloat")] float value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] static abstract void PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -65059,9 +29319,6 @@ static abstract void PathParameterNV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] static abstract void PathParameterNV( @@ -65070,9 +29327,6 @@ static abstract void PathParameterNV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] static abstract void PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -65080,9 +29334,6 @@ static abstract void PathParameterNV( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] static abstract void PathParameterNV( @@ -65091,9 +29342,6 @@ static abstract void PathParameterNV( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] static abstract void PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -65101,9 +29349,6 @@ static abstract void PathParameterNV( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] static abstract void PathParameterNV( @@ -65112,18 +29357,12 @@ static abstract void PathParameterNV( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStencilDepthOffsetNV")] static abstract void PathStencilDepthOffsetNV( [NativeTypeName("GLfloat")] float factor, [NativeTypeName("GLfloat")] float units ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] static abstract void PathStencilFuncNV( [NativeTypeName("GLenum")] uint func, @@ -65131,9 +29370,6 @@ static abstract void PathStencilFuncNV( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] static abstract void PathStencilFuncNV( @@ -65142,9 +29378,6 @@ static abstract void PathStencilFuncNV( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStringNV")] static abstract void PathStringNV( [NativeTypeName("GLuint")] uint path, @@ -65153,9 +29386,6 @@ static abstract void PathStringNV( [NativeTypeName("const void *")] void* pathString ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathStringNV")] static abstract void PathStringNV( @@ -65165,9 +29395,6 @@ static abstract void PathStringNV( [NativeTypeName("const void *")] Ref pathString ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] static abstract void PathSubCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -65180,9 +29407,6 @@ static abstract void PathSubCommandsNV( [NativeTypeName("const void *")] void* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] static abstract void PathSubCommandsNV( @@ -65196,9 +29420,6 @@ static abstract void PathSubCommandsNV( [NativeTypeName("const void *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] static abstract void PathSubCommandsNV( @@ -65212,9 +29433,6 @@ static abstract void PathSubCommandsNV( [NativeTypeName("const void *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] static abstract void PathSubCoordsNV( [NativeTypeName("GLuint")] uint path, @@ -65224,9 +29442,6 @@ static abstract void PathSubCoordsNV( [NativeTypeName("const void *")] void* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] static abstract void PathSubCoordsNV( @@ -65237,7 +29452,6 @@ static abstract void PathSubCoordsNV( [NativeTypeName("const void *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] static abstract void PathTexGenNV( [NativeTypeName("GLenum")] uint texCoordSet, @@ -65246,7 +29460,6 @@ static abstract void PathTexGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] static abstract void PathTexGenNV( @@ -65256,42 +29469,12 @@ static abstract void PathTexGenNV( [NativeTypeName("const GLfloat *")] Ref coeffs ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPauseTransformFeedback")] static abstract void PauseTransformFeedback(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glPauseTransformFeedbackNV")] static abstract void PauseTransformFeedbackNV(); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] static abstract void PixelDataRangeNV( [NativeTypeName("GLenum")] uint target, @@ -65299,7 +29482,6 @@ static abstract void PixelDataRangeNV( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] static abstract void PixelDataRangeNV( @@ -65308,31 +29490,6 @@ static abstract void PixelDataRangeNV( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] static abstract void PixelMap( [NativeTypeName("GLenum")] uint map, @@ -65340,31 +29497,6 @@ static abstract void PixelMap( [NativeTypeName("const GLfloat *")] float* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] static abstract void PixelMap( @@ -65373,31 +29505,6 @@ static abstract void PixelMap( [NativeTypeName("const GLfloat *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] static abstract void PixelMap( @@ -65405,31 +29512,6 @@ static abstract void PixelMap( [NativeTypeName("const GLfloat *")] float values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] static abstract void PixelMap( [NativeTypeName("GLenum")] uint map, @@ -65437,31 +29519,6 @@ static abstract void PixelMap( [NativeTypeName("const GLuint *")] uint* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] static abstract void PixelMap( @@ -65470,31 +29527,6 @@ static abstract void PixelMap( [NativeTypeName("const GLuint *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] static abstract void PixelMap( @@ -65502,31 +29534,6 @@ static abstract void PixelMap( [NativeTypeName("const GLuint *")] uint values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] static abstract void PixelMap( [NativeTypeName("GLenum")] uint map, @@ -65534,31 +29541,6 @@ static abstract void PixelMap( [NativeTypeName("const GLushort *")] ushort* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] static abstract void PixelMap( @@ -65567,31 +29549,6 @@ static abstract void PixelMap( [NativeTypeName("const GLushort *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] static abstract void PixelMap( @@ -65599,7 +29556,6 @@ static abstract void PixelMap( [NativeTypeName("const GLushort *")] ushort values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] static abstract void PixelMapx( [NativeTypeName("GLenum")] uint map, @@ -65607,7 +29563,6 @@ static abstract void PixelMapx( [NativeTypeName("const GLfixed *")] int* values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] static abstract void PixelMapx( @@ -65616,7 +29571,6 @@ static abstract void PixelMapx( [NativeTypeName("const GLfixed *")] Ref values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] static abstract void PixelMapx( @@ -65624,112 +29578,12 @@ static abstract void PixelMapx( [NativeTypeName("const GLfixed *")] int values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelStoref")] static abstract void PixelStore( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStoref")] static abstract void PixelStore( @@ -65737,124 +29591,12 @@ static abstract void PixelStore( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPixelStorei")] static abstract void PixelStore( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStorei")] static abstract void PixelStore( @@ -65862,14 +29604,12 @@ static abstract void PixelStore( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelStorex")] static abstract void PixelStorex( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStorex")] static abstract void PixelStorex( @@ -65877,14 +29617,12 @@ static abstract void PixelStorex( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] static abstract void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] static abstract void PixelTexGenParameterSGIS( @@ -65892,14 +29630,12 @@ static abstract void PixelTexGenParameterSGIS( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] static abstract void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] static abstract void PixelTexGenParameterSGIS( @@ -65907,14 +29643,12 @@ static abstract void PixelTexGenParameterSGIS( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] static abstract void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] static abstract void PixelTexGenParameterSGIS( @@ -65922,14 +29656,12 @@ static abstract void PixelTexGenParameterSGIS( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] static abstract void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] static abstract void PixelTexGenParameterSGIS( @@ -65937,73 +29669,21 @@ static abstract void PixelTexGenParameterSGIS( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] static abstract void PixelTexGenSGIX([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_SGIX_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] static abstract void PixelTexGenSGIX( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] static abstract void PixelTransfer( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] static abstract void PixelTransfer( @@ -66011,62 +29691,12 @@ static abstract void PixelTransfer( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] static abstract void PixelTransfer( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] static abstract void PixelTransfer( @@ -66074,14 +29704,12 @@ static abstract void PixelTransfer( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] static abstract void PixelTransferxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] static abstract void PixelTransferxOES( @@ -66089,7 +29717,6 @@ static abstract void PixelTransferxOES( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] static abstract void PixelTransformParameterfEXT( [NativeTypeName("GLenum")] uint target, @@ -66097,7 +29724,6 @@ static abstract void PixelTransformParameterfEXT( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] static abstract void PixelTransformParameterfEXT( @@ -66106,7 +29732,6 @@ static abstract void PixelTransformParameterfEXT( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] static abstract void PixelTransformParameterfvEXT( [NativeTypeName("GLenum")] uint target, @@ -66114,7 +29739,6 @@ static abstract void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] static abstract void PixelTransformParameterfvEXT( @@ -66123,7 +29747,6 @@ static abstract void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] static abstract void PixelTransformParameterfvEXT( @@ -66132,7 +29755,6 @@ static abstract void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] float @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] static abstract void PixelTransformParameteriEXT( [NativeTypeName("GLenum")] uint target, @@ -66140,7 +29762,6 @@ static abstract void PixelTransformParameteriEXT( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] static abstract void PixelTransformParameteriEXT( @@ -66149,7 +29770,6 @@ static abstract void PixelTransformParameteriEXT( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] static abstract void PixelTransformParameterivEXT( [NativeTypeName("GLenum")] uint target, @@ -66157,7 +29777,6 @@ static abstract void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] static abstract void PixelTransformParameterivEXT( @@ -66166,7 +29785,6 @@ static abstract void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] static abstract void PixelTransformParameterivEXT( @@ -66175,52 +29793,24 @@ static abstract void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] int @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelZoom")] static abstract void PixelZoom( [NativeTypeName("GLfloat")] float xfactor, [NativeTypeName("GLfloat")] float yfactor ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelZoomxOES")] static abstract void PixelZoomxOES( [NativeTypeName("GLfixed")] int xfactor, [NativeTypeName("GLfixed")] int yfactor ); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] static abstract void PNTrianglesATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] static abstract void PNTrianglesATI( @@ -66228,14 +29818,12 @@ static abstract void PNTrianglesATI( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] static abstract void PNTrianglesATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] static abstract void PNTrianglesATI( @@ -66244,9 +29832,6 @@ static abstract void PNTrianglesATI( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] static abstract uint PointAlongPathNV( [NativeTypeName("GLuint")] uint path, @@ -66260,9 +29845,6 @@ static abstract uint PointAlongPathNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] static abstract MaybeBool PointAlongPathNV( @@ -66276,98 +29858,12 @@ static abstract MaybeBool PointAlongPathNV( [NativeTypeName("GLfloat *")] Ref tangentY ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterf")] static abstract void PointParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterf")] static abstract void PointParameter( @@ -66375,14 +29871,12 @@ static abstract void PointParameter( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] static abstract void PointParameterARB( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] static abstract void PointParameterARB( @@ -66390,14 +29884,12 @@ static abstract void PointParameterARB( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] static abstract void PointParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] static abstract void PointParameterEXT( @@ -66405,14 +29897,12 @@ static abstract void PointParameterEXT( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] static abstract void PointParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] static abstract void PointParameterSGIS( @@ -66420,98 +29910,12 @@ static abstract void PointParameterSGIS( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] static abstract void PointParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] static abstract void PointParameter( @@ -66519,14 +29923,12 @@ static abstract void PointParameter( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] static abstract void PointParameterARB( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] static abstract void PointParameterARB( @@ -66534,14 +29936,12 @@ static abstract void PointParameterARB( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] static abstract void PointParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] static abstract void PointParameterEXT( @@ -66549,14 +29949,12 @@ static abstract void PointParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] static abstract void PointParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] static abstract void PointParameterSGIS( @@ -66564,96 +29962,12 @@ static abstract void PointParameterSGIS( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glPointParameteri")] static abstract void PointParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteri")] static abstract void PointParameter( @@ -66661,14 +29975,12 @@ static abstract void PointParameter( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] static abstract void PointParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] static abstract void PointParameterNV( @@ -66676,96 +29988,12 @@ static abstract void PointParameterNV( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] static abstract void PointParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] static abstract void PointParameter( @@ -66773,14 +30001,12 @@ static abstract void PointParameter( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] static abstract void PointParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] static abstract void PointParameterNV( @@ -66788,14 +30014,12 @@ static abstract void PointParameterNV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterx")] static abstract void PointParameterx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterx")] static abstract void PointParameterx( @@ -66803,14 +30027,12 @@ static abstract void PointParameterx( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] static abstract void PointParameterxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] static abstract void PointParameterxOES( @@ -66818,14 +30040,12 @@ static abstract void PointParameterxOES( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] static abstract void PointParameterx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] static abstract void PointParameterx( @@ -66833,16 +30053,12 @@ static abstract void PointParameterx( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] static abstract void PointParameterxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] static abstract void PointParameterxOES( @@ -66850,61 +30066,9 @@ static abstract void PointParameterxOES( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointSize")] static abstract void PointSize([NativeTypeName("GLfloat")] float size); - [SupportedApiProfile("gles1", ["GL_OES_point_size_array"])] [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] static abstract void PointSizePointerOES( [NativeTypeName("GLenum")] uint type, @@ -66912,7 +30076,6 @@ static abstract void PointSizePointerOES( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gles1", ["GL_OES_point_size_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] static abstract void PointSizePointerOES( @@ -66921,143 +30084,36 @@ static abstract void PointSizePointerOES( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointSizex")] static abstract void PointSizex([NativeTypeName("GLfixed")] int size); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointSizexOES")] static abstract void PointSizexOES([NativeTypeName("GLfixed")] int size); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] static abstract int PollAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] static abstract int PollAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] static abstract int PollInstrumentsSGIX([NativeTypeName("GLint *")] int* marker_p); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] static abstract int PollInstrumentsSGIX([NativeTypeName("GLint *")] Ref marker_p); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPolygonMode")] static abstract void PolygonMode( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonMode")] static abstract void PolygonMode( @@ -67065,14 +30121,12 @@ static abstract void PolygonMode( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gles2", ["GL_NV_polygon_mode"])] [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] static abstract void PolygonModeNV( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gles2", ["GL_NV_polygon_mode"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] static abstract void PolygonModeNV( @@ -67080,76 +30134,12 @@ static abstract void PolygonModeNV( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPolygonOffset")] static abstract void PolygonOffset( [NativeTypeName("GLfloat")] float factor, [NativeTypeName("GLfloat")] float units ); - [SupportedApiProfile( - "gl", - ["GL_ARB_polygon_offset_clamp", "GL_VERSION_4_6"], - MinVersion = "4.6" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_polygon_offset_clamp", "GL_VERSION_4_6"], - MinVersion = "4.6" - )] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetClamp")] static abstract void PolygonOffsetClamp( [NativeTypeName("GLfloat")] float factor, @@ -67157,9 +30147,6 @@ static abstract void PolygonOffsetClamp( [NativeTypeName("GLfloat")] float clamp ); - [SupportedApiProfile("gl", ["GL_EXT_polygon_offset_clamp"])] - [SupportedApiProfile("glcore", ["GL_EXT_polygon_offset_clamp"])] - [SupportedApiProfile("gles2", ["GL_EXT_polygon_offset_clamp"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetClampEXT")] static abstract void PolygonOffsetClampEXT( [NativeTypeName("GLfloat")] float factor, @@ -67167,234 +30154,52 @@ static abstract void PolygonOffsetClampEXT( [NativeTypeName("GLfloat")] float clamp ); - [SupportedApiProfile("gl", ["GL_EXT_polygon_offset"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetEXT")] static abstract void PolygonOffsetEXT( [NativeTypeName("GLfloat")] float factor, [NativeTypeName("GLfloat")] float bias ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetx")] static abstract void PolygonOffsetx( [NativeTypeName("GLfixed")] int factor, [NativeTypeName("GLfixed")] int units ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetxOES")] static abstract void PolygonOffsetxOES( [NativeTypeName("GLfixed")] int factor, [NativeTypeName("GLfixed")] int units ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] static abstract void PolygonStipple([NativeTypeName("const GLubyte *")] byte* mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] static abstract void PolygonStipple([NativeTypeName("const GLubyte *")] Ref mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPopAttrib")] static abstract void PopAttrib(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPopClientAttrib")] static abstract void PopClientAttrib(); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glPopDebugGroup")] static abstract void PopDebugGroup(); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glPopDebugGroupKHR")] static abstract void PopDebugGroupKHR(); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glPopGroupMarkerEXT")] static abstract void PopGroupMarkerEXT(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPopMatrix")] static abstract void PopMatrix(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPopName")] static abstract void PopName(); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glPresentFrameDualFillNV")] static abstract void PresentFrameDualFillNV( [NativeTypeName("GLuint")] uint video_slot, @@ -67412,7 +30217,6 @@ static abstract void PresentFrameDualFillNV( [NativeTypeName("GLuint")] uint fill3 ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glPresentFrameKeyedNV")] static abstract void PresentFrameKeyeNV( [NativeTypeName("GLuint")] uint video_slot, @@ -67428,8 +30232,6 @@ static abstract void PresentFrameKeyeNV( [NativeTypeName("GLuint")] uint key1 ); - [SupportedApiProfile("gl", ["GL_ARB_ES3_2_compatibility"])] - [SupportedApiProfile("glcore", ["GL_ARB_ES3_2_compatibility"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxARB")] static abstract void PrimitiveBoundingBoxARB( [NativeTypeName("GLfloat")] float minX, @@ -67442,7 +30244,6 @@ static abstract void PrimitiveBoundingBoxARB( [NativeTypeName("GLfloat")] float maxW ); - [SupportedApiProfile("gles2", ["GL_EXT_primitive_bounding_box"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxEXT")] static abstract void PrimitiveBoundingBoxEXT( [NativeTypeName("GLfloat")] float minX, @@ -67455,7 +30256,6 @@ static abstract void PrimitiveBoundingBoxEXT( [NativeTypeName("GLfloat")] float maxW ); - [SupportedApiProfile("gles2", ["GL_OES_primitive_bounding_box"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxOES")] static abstract void PrimitiveBoundingBoxOES( [NativeTypeName("GLfloat")] float minX, @@ -67468,73 +30268,15 @@ static abstract void PrimitiveBoundingBoxOES( [NativeTypeName("GLfloat")] float maxW ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartIndex")] static abstract void PrimitiveRestartIndex([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gl", ["GL_NV_primitive_restart"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartIndexNV")] static abstract void PrimitiveRestartIndexNV([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gl", ["GL_NV_primitive_restart"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartNV")] static abstract void PrimitiveRestartNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] static abstract void PrioritizeTextures( [NativeTypeName("GLsizei")] uint n, @@ -67542,30 +30284,6 @@ static abstract void PrioritizeTextures( [NativeTypeName("const GLfloat *")] float* priorities ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] static abstract void PrioritizeTextures( @@ -67574,7 +30292,6 @@ static abstract void PrioritizeTextures( [NativeTypeName("const GLfloat *")] Ref priorities ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] static abstract void PrioritizeTexturesEXT( [NativeTypeName("GLsizei")] uint n, @@ -67582,7 +30299,6 @@ static abstract void PrioritizeTexturesEXT( [NativeTypeName("const GLclampf *")] float* priorities ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] static abstract void PrioritizeTexturesEXT( @@ -67591,7 +30307,6 @@ static abstract void PrioritizeTexturesEXT( [NativeTypeName("const GLclampf *")] Ref priorities ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] static abstract void PrioritizeTexturesxOES( [NativeTypeName("GLsizei")] uint n, @@ -67599,7 +30314,6 @@ static abstract void PrioritizeTexturesxOES( [NativeTypeName("const GLfixed *")] int* priorities ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] static abstract void PrioritizeTexturesxOES( @@ -67608,32 +30322,6 @@ static abstract void PrioritizeTexturesxOES( [NativeTypeName("const GLfixed *")] Ref priorities ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramBinary")] static abstract void ProgramBinary( [NativeTypeName("GLuint")] uint program, @@ -67642,32 +30330,6 @@ static abstract void ProgramBinary( [NativeTypeName("GLsizei")] uint length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBinary")] static abstract void ProgramBinary( @@ -67677,7 +30339,6 @@ static abstract void ProgramBinary( [NativeTypeName("GLsizei")] uint length ); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] static abstract void ProgramBinaryOES( [NativeTypeName("GLuint")] uint program, @@ -67686,7 +30347,6 @@ static abstract void ProgramBinaryOES( [NativeTypeName("GLint")] int length ); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] static abstract void ProgramBinaryOES( @@ -67696,7 +30356,6 @@ static abstract void ProgramBinaryOES( [NativeTypeName("GLint")] int length ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] static abstract void ProgramBufferParametersNV( [NativeTypeName("GLenum")] uint target, @@ -67706,7 +30365,6 @@ static abstract void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] static abstract void ProgramBufferParametersNV( @@ -67717,7 +30375,6 @@ static abstract void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] static abstract void ProgramBufferParametersNV( @@ -67727,7 +30384,6 @@ static abstract void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] float @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] static abstract void ProgramBufferParametersINV( [NativeTypeName("GLenum")] uint target, @@ -67737,7 +30393,6 @@ static abstract void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] static abstract void ProgramBufferParametersINV( @@ -67748,7 +30403,6 @@ static abstract void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] static abstract void ProgramBufferParametersINV( @@ -67758,7 +30412,6 @@ static abstract void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] int @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] static abstract void ProgramBufferParametersINV( [NativeTypeName("GLenum")] uint target, @@ -67768,7 +30421,6 @@ static abstract void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] static abstract void ProgramBufferParametersINV( @@ -67779,7 +30431,6 @@ static abstract void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] static abstract void ProgramBufferParametersINV( @@ -67789,7 +30440,6 @@ static abstract void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] uint @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] static abstract void ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -67800,7 +30450,6 @@ static abstract void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] static abstract void ProgramEnvParameter4ARB( @@ -67812,7 +30461,6 @@ static abstract void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] static abstract void ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -67820,7 +30468,6 @@ static abstract void ProgramEnvParameter4ARB( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] static abstract void ProgramEnvParameter4ARB( @@ -67829,7 +30476,6 @@ static abstract void ProgramEnvParameter4ARB( [NativeTypeName("const GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] static abstract void ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -67840,7 +30486,6 @@ static abstract void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] static abstract void ProgramEnvParameter4ARB( @@ -67852,7 +30497,6 @@ static abstract void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] static abstract void ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -67860,7 +30504,6 @@ static abstract void ProgramEnvParameter4ARB( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] static abstract void ProgramEnvParameter4ARB( @@ -67869,7 +30512,6 @@ static abstract void ProgramEnvParameter4ARB( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] static abstract void ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -67880,7 +30522,6 @@ static abstract void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] static abstract void ProgramEnvParameterI4NV( @@ -67892,7 +30533,6 @@ static abstract void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] static abstract void ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -67900,7 +30540,6 @@ static abstract void ProgramEnvParameterI4NV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] static abstract void ProgramEnvParameterI4NV( @@ -67909,7 +30548,6 @@ static abstract void ProgramEnvParameterI4NV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] static abstract void ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -67920,7 +30558,6 @@ static abstract void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] static abstract void ProgramEnvParameterI4NV( @@ -67932,7 +30569,6 @@ static abstract void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] static abstract void ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -67940,7 +30576,6 @@ static abstract void ProgramEnvParameterI4NV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] static abstract void ProgramEnvParameterI4NV( @@ -67949,7 +30584,6 @@ static abstract void ProgramEnvParameterI4NV( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] static abstract void ProgramEnvParameters4EXT( [NativeTypeName("GLenum")] uint target, @@ -67958,7 +30592,6 @@ static abstract void ProgramEnvParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] static abstract void ProgramEnvParameters4EXT( @@ -67968,7 +30601,6 @@ static abstract void ProgramEnvParameters4EXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] static abstract void ProgramEnvParametersI4NV( [NativeTypeName("GLenum")] uint target, @@ -67977,7 +30609,6 @@ static abstract void ProgramEnvParametersI4NV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] static abstract void ProgramEnvParametersI4NV( @@ -67987,7 +30618,6 @@ static abstract void ProgramEnvParametersI4NV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] static abstract void ProgramEnvParametersI4NV( [NativeTypeName("GLenum")] uint target, @@ -67996,7 +30626,6 @@ static abstract void ProgramEnvParametersI4NV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] static abstract void ProgramEnvParametersI4NV( @@ -68006,7 +30635,6 @@ static abstract void ProgramEnvParametersI4NV( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] static abstract void ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -68017,7 +30645,6 @@ static abstract void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] static abstract void ProgramLocalParameter4ARB( @@ -68029,7 +30656,6 @@ static abstract void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] static abstract void ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -68037,7 +30663,6 @@ static abstract void ProgramLocalParameter4ARB( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] static abstract void ProgramLocalParameter4ARB( @@ -68046,7 +30671,6 @@ static abstract void ProgramLocalParameter4ARB( [NativeTypeName("const GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] static abstract void ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -68057,7 +30681,6 @@ static abstract void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] static abstract void ProgramLocalParameter4ARB( @@ -68069,7 +30692,6 @@ static abstract void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] static abstract void ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -68077,7 +30699,6 @@ static abstract void ProgramLocalParameter4ARB( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] static abstract void ProgramLocalParameter4ARB( @@ -68086,7 +30707,6 @@ static abstract void ProgramLocalParameter4ARB( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] static abstract void ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -68097,7 +30717,6 @@ static abstract void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] static abstract void ProgramLocalParameterI4NV( @@ -68109,7 +30728,6 @@ static abstract void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] static abstract void ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -68117,7 +30735,6 @@ static abstract void ProgramLocalParameterI4NV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] static abstract void ProgramLocalParameterI4NV( @@ -68126,7 +30743,6 @@ static abstract void ProgramLocalParameterI4NV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] static abstract void ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -68137,7 +30753,6 @@ static abstract void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] static abstract void ProgramLocalParameterI4NV( @@ -68149,7 +30764,6 @@ static abstract void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] static abstract void ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -68157,7 +30771,6 @@ static abstract void ProgramLocalParameterI4NV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] static abstract void ProgramLocalParameterI4NV( @@ -68166,7 +30779,6 @@ static abstract void ProgramLocalParameterI4NV( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] static abstract void ProgramLocalParameters4EXT( [NativeTypeName("GLenum")] uint target, @@ -68175,7 +30787,6 @@ static abstract void ProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] static abstract void ProgramLocalParameters4EXT( @@ -68185,7 +30796,6 @@ static abstract void ProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] static abstract void ProgramLocalParametersI4NV( [NativeTypeName("GLenum")] uint target, @@ -68194,7 +30804,6 @@ static abstract void ProgramLocalParametersI4NV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] static abstract void ProgramLocalParametersI4NV( @@ -68204,7 +30813,6 @@ static abstract void ProgramLocalParametersI4NV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] static abstract void ProgramLocalParametersI4NV( [NativeTypeName("GLenum")] uint target, @@ -68213,7 +30821,6 @@ static abstract void ProgramLocalParametersI4NV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] static abstract void ProgramLocalParametersI4NV( @@ -68223,7 +30830,6 @@ static abstract void ProgramLocalParametersI4NV( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] static abstract void ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -68235,7 +30841,6 @@ static abstract void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] static abstract void ProgramNamedParameter4NV( @@ -68248,7 +30853,6 @@ static abstract void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] static abstract void ProgramNamedParameter4NV( @@ -68261,7 +30865,6 @@ static abstract void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] static abstract void ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -68270,7 +30873,6 @@ static abstract void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] static abstract void ProgramNamedParameter4NV( @@ -68280,7 +30882,6 @@ static abstract void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] static abstract void ProgramNamedParameter4NV( @@ -68290,7 +30891,6 @@ static abstract void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] static abstract void ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -68302,7 +30902,6 @@ static abstract void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] static abstract void ProgramNamedParameter4NV( @@ -68315,7 +30914,6 @@ static abstract void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] static abstract void ProgramNamedParameter4NV( @@ -68328,7 +30926,6 @@ static abstract void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] static abstract void ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -68337,7 +30934,6 @@ static abstract void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] static abstract void ProgramNamedParameter4NV( @@ -68347,7 +30943,6 @@ static abstract void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] static abstract void ProgramNamedParameter4NV( @@ -68357,7 +30952,6 @@ static abstract void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] static abstract void ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, @@ -68368,7 +30962,6 @@ static abstract void ProgramParameter4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] static abstract void ProgramParameter4NV( @@ -68380,7 +30973,6 @@ static abstract void ProgramParameter4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] static abstract void ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, @@ -68388,7 +30980,6 @@ static abstract void ProgramParameter4NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] static abstract void ProgramParameter4NV( @@ -68397,7 +30988,6 @@ static abstract void ProgramParameter4NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] static abstract void ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, @@ -68408,7 +30998,6 @@ static abstract void ProgramParameter4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] static abstract void ProgramParameter4NV( @@ -68420,7 +31009,6 @@ static abstract void ProgramParameter4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] static abstract void ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, @@ -68428,7 +31016,6 @@ static abstract void ProgramParameter4NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] static abstract void ProgramParameter4NV( @@ -68437,34 +31024,6 @@ static abstract void ProgramParameter4NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] static abstract void ProgramParameter( [NativeTypeName("GLuint")] uint program, @@ -68472,34 +31031,6 @@ static abstract void ProgramParameter( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] static abstract void ProgramParameter( @@ -68508,8 +31039,6 @@ static abstract void ProgramParameter( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] static abstract void ProgramParameterARB( [NativeTypeName("GLuint")] uint program, @@ -68517,8 +31046,6 @@ static abstract void ProgramParameterARB( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] static abstract void ProgramParameterARB( @@ -68527,8 +31054,6 @@ static abstract void ProgramParameterARB( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_EXT_geometry_shader4", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] static abstract void ProgramParameterEXT( [NativeTypeName("GLuint")] uint program, @@ -68536,8 +31061,6 @@ static abstract void ProgramParameterEXT( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_EXT_geometry_shader4", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] static abstract void ProgramParameterEXT( @@ -68546,7 +31069,6 @@ static abstract void ProgramParameterEXT( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] static abstract void ProgramParameters4NV( [NativeTypeName("GLenum")] uint target, @@ -68555,7 +31077,6 @@ static abstract void ProgramParameters4NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] static abstract void ProgramParameters4NV( @@ -68565,7 +31086,6 @@ static abstract void ProgramParameters4NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] static abstract void ProgramParameters4NV( [NativeTypeName("GLenum")] uint target, @@ -68574,7 +31094,6 @@ static abstract void ProgramParameters4NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] static abstract void ProgramParameters4NV( @@ -68584,9 +31103,6 @@ static abstract void ProgramParameters4NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] static abstract void ProgramPathFragmentInputGenNV( [NativeTypeName("GLuint")] uint program, @@ -68596,9 +31112,6 @@ static abstract void ProgramPathFragmentInputGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] static abstract void ProgramPathFragmentInputGenNV( @@ -68609,7 +31122,6 @@ static abstract void ProgramPathFragmentInputGenNV( [NativeTypeName("const GLfloat *")] Ref coeffs ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] static abstract void ProgramStringARB( [NativeTypeName("GLenum")] uint target, @@ -68618,7 +31130,6 @@ static abstract void ProgramStringARB( [NativeTypeName("const void *")] void* @string ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] static abstract void ProgramStringARB( @@ -68628,7 +31139,6 @@ static abstract void ProgramStringARB( [NativeTypeName("const void *")] Ref @string ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] static abstract void ProgramSubroutineParametersNV( [NativeTypeName("GLenum")] uint target, @@ -68636,7 +31146,6 @@ static abstract void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] static abstract void ProgramSubroutineParametersNV( @@ -68645,7 +31154,6 @@ static abstract void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] static abstract void ProgramSubroutineParametersNV( @@ -68653,421 +31161,141 @@ static abstract void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] uint @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1d")] - static abstract void ProgramUniform1D( + static abstract void ProgramUniform1d( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double v0 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dEXT")] - static abstract void ProgramUniform1DEXT( + static abstract void ProgramUniform1dEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] - static abstract void ProgramUniform1Dv( + static abstract void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] - static abstract void ProgramUniform1Dv( + static abstract void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] - static abstract void ProgramUniform1Dv( + static abstract void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] - static abstract void ProgramUniform1DvEXT( + static abstract void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] - static abstract void ProgramUniform1DvEXT( + static abstract void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] - static abstract void ProgramUniform1DvEXT( + static abstract void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1f")] - static abstract void ProgramUniform1F( + static abstract void ProgramUniform1f( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fEXT")] - static abstract void ProgramUniform1FEXT( + static abstract void ProgramUniform1fEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] - static abstract void ProgramUniform1Fv( + static abstract void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] - static abstract void ProgramUniform1Fv( + static abstract void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] - static abstract void ProgramUniform1Fv( + static abstract void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] - static abstract void ProgramUniform1FvEXT( + static abstract void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] - static abstract void ProgramUniform1FvEXT( + static abstract void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] - static abstract void ProgramUniform1FvEXT( + static abstract void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i")] - static abstract void ProgramUniform1I( + static abstract void ProgramUniform1i( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64ARB")] static abstract void ProgramUniform1ARB( [NativeTypeName("GLuint")] uint program, @@ -69075,9 +31303,6 @@ static abstract void ProgramUniform1ARB( [NativeTypeName("GLint64")] long x ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64NV")] static abstract void ProgramUniform1NV( [NativeTypeName("GLuint")] uint program, @@ -69085,556 +31310,241 @@ static abstract void ProgramUniform1NV( [NativeTypeName("GLint64EXT")] long x ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] - static abstract void ProgramUniform1I64VARB( + static abstract void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] - static abstract void ProgramUniform1I64VARB( + static abstract void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] - static abstract void ProgramUniform1I64VARB( + static abstract void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64 *")] long value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] - static abstract void ProgramUniform1I64VNV( + static abstract void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] - static abstract void ProgramUniform1I64VNV( + static abstract void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] - static abstract void ProgramUniform1I64VNV( + static abstract void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64EXT *")] long value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iEXT")] - static abstract void ProgramUniform1IEXT( + static abstract void ProgramUniform1iEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] - static abstract void ProgramUniform1Iv( + static abstract void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] - static abstract void ProgramUniform1Iv( + static abstract void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] - static abstract void ProgramUniform1Iv( + static abstract void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] - static abstract void ProgramUniform1IvEXT( + static abstract void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] - static abstract void ProgramUniform1IvEXT( + static abstract void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] - static abstract void ProgramUniform1IvEXT( + static abstract void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui")] - static abstract void ProgramUniform1Ui( + static abstract void ProgramUniform1ui( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64ARB")] - static abstract void ProgramUniform1Ui64ARB( + static abstract void ProgramUniform1ui64ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64NV")] - static abstract void ProgramUniform1Ui64NV( + static abstract void ProgramUniform1ui64NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] - static abstract void ProgramUniform1Ui64VARB( + static abstract void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] - static abstract void ProgramUniform1Ui64VARB( + static abstract void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] - static abstract void ProgramUniform1Ui64VARB( + static abstract void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] - static abstract void ProgramUniform1Ui64VNV( + static abstract void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] - static abstract void ProgramUniform1Ui64VNV( + static abstract void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] - static abstract void ProgramUniform1Ui64VNV( + static abstract void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiEXT")] - static abstract void ProgramUniform1UiEXT( + static abstract void ProgramUniform1uiEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] - static abstract void ProgramUniform1Uiv( + static abstract void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] - static abstract void ProgramUniform1Uiv( + static abstract void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] - static abstract void ProgramUniform1Uiv( + static abstract void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] - static abstract void ProgramUniform1UivEXT( + static abstract void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] - static abstract void ProgramUniform1UivEXT( + static abstract void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] - static abstract void ProgramUniform1UivEXT( + static abstract void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2d")] static abstract void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -69643,8 +31553,6 @@ static abstract void ProgramUniform2( [NativeTypeName("GLdouble")] double v1 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dEXT")] static abstract void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -69653,32 +31561,6 @@ static abstract void ProgramUniform2EXT( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] static abstract void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -69687,32 +31569,6 @@ static abstract void ProgramUniform2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] static abstract void ProgramUniform2( @@ -69722,8 +31578,6 @@ static abstract void ProgramUniform2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] static abstract void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -69732,8 +31586,6 @@ static abstract void ProgramUniform2EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] static abstract void ProgramUniform2EXT( @@ -69743,32 +31595,6 @@ static abstract void ProgramUniform2EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2f")] static abstract void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -69777,15 +31603,6 @@ static abstract void ProgramUniform2( [NativeTypeName("GLfloat")] float v1 ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fEXT")] static abstract void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -69794,32 +31611,6 @@ static abstract void ProgramUniform2EXT( [NativeTypeName("GLfloat")] float v1 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] static abstract void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -69828,32 +31619,6 @@ static abstract void ProgramUniform2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] static abstract void ProgramUniform2( @@ -69863,15 +31628,6 @@ static abstract void ProgramUniform2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] static abstract void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -69880,15 +31636,6 @@ static abstract void ProgramUniform2EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] static abstract void ProgramUniform2EXT( @@ -69898,32 +31645,6 @@ static abstract void ProgramUniform2EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i")] static abstract void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -69932,8 +31653,6 @@ static abstract void ProgramUniform2( [NativeTypeName("GLint")] int v1 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64ARB")] static abstract void ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -69942,9 +31661,6 @@ static abstract void ProgramUniform2ARB( [NativeTypeName("GLint64")] long y ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64NV")] static abstract void ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -69953,8 +31669,6 @@ static abstract void ProgramUniform2NV( [NativeTypeName("GLint64EXT")] long y ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] static abstract void ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -69963,8 +31677,6 @@ static abstract void ProgramUniform2ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] static abstract void ProgramUniform2ARB( @@ -69974,9 +31686,6 @@ static abstract void ProgramUniform2ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] static abstract void ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -69985,9 +31694,6 @@ static abstract void ProgramUniform2NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] static abstract void ProgramUniform2NV( @@ -69997,15 +31703,6 @@ static abstract void ProgramUniform2NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iEXT")] static abstract void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -70014,32 +31711,6 @@ static abstract void ProgramUniform2EXT( [NativeTypeName("GLint")] int v1 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] static abstract void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -70048,32 +31719,6 @@ static abstract void ProgramUniform2( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] static abstract void ProgramUniform2( @@ -70083,15 +31728,6 @@ static abstract void ProgramUniform2( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] static abstract void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -70100,15 +31736,6 @@ static abstract void ProgramUniform2EXT( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] static abstract void ProgramUniform2EXT( @@ -70118,32 +31745,6 @@ static abstract void ProgramUniform2EXT( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui")] static abstract void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -70152,8 +31753,6 @@ static abstract void ProgramUniform2( [NativeTypeName("GLuint")] uint v1 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64ARB")] static abstract void ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -70162,9 +31761,6 @@ static abstract void ProgramUniform2ARB( [NativeTypeName("GLuint64")] ulong y ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64NV")] static abstract void ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -70173,8 +31769,6 @@ static abstract void ProgramUniform2NV( [NativeTypeName("GLuint64EXT")] ulong y ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] static abstract void ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -70183,8 +31777,6 @@ static abstract void ProgramUniform2ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] static abstract void ProgramUniform2ARB( @@ -70194,9 +31786,6 @@ static abstract void ProgramUniform2ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] static abstract void ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -70205,9 +31794,6 @@ static abstract void ProgramUniform2NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] static abstract void ProgramUniform2NV( @@ -70217,15 +31803,6 @@ static abstract void ProgramUniform2NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiEXT")] static abstract void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -70234,32 +31811,6 @@ static abstract void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint v1 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] static abstract void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -70268,32 +31819,6 @@ static abstract void ProgramUniform2( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] static abstract void ProgramUniform2( @@ -70303,15 +31828,6 @@ static abstract void ProgramUniform2( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] static abstract void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -70320,15 +31836,6 @@ static abstract void ProgramUniform2EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] static abstract void ProgramUniform2EXT( @@ -70338,32 +31845,6 @@ static abstract void ProgramUniform2EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3d")] static abstract void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -70373,8 +31854,6 @@ static abstract void ProgramUniform3( [NativeTypeName("GLdouble")] double v2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dEXT")] static abstract void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -70384,32 +31863,6 @@ static abstract void ProgramUniform3EXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] static abstract void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -70418,32 +31871,6 @@ static abstract void ProgramUniform3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] static abstract void ProgramUniform3( @@ -70453,8 +31880,6 @@ static abstract void ProgramUniform3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] static abstract void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -70463,8 +31888,6 @@ static abstract void ProgramUniform3EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] static abstract void ProgramUniform3EXT( @@ -70474,32 +31897,6 @@ static abstract void ProgramUniform3EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3f")] static abstract void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -70509,15 +31906,6 @@ static abstract void ProgramUniform3( [NativeTypeName("GLfloat")] float v2 ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fEXT")] static abstract void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -70527,32 +31915,6 @@ static abstract void ProgramUniform3EXT( [NativeTypeName("GLfloat")] float v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] static abstract void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -70561,32 +31923,6 @@ static abstract void ProgramUniform3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] static abstract void ProgramUniform3( @@ -70596,15 +31932,6 @@ static abstract void ProgramUniform3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] static abstract void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -70613,15 +31940,6 @@ static abstract void ProgramUniform3EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] static abstract void ProgramUniform3EXT( @@ -70631,32 +31949,6 @@ static abstract void ProgramUniform3EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i")] static abstract void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -70666,8 +31958,6 @@ static abstract void ProgramUniform3( [NativeTypeName("GLint")] int v2 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64ARB")] static abstract void ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -70677,9 +31967,6 @@ static abstract void ProgramUniform3ARB( [NativeTypeName("GLint64")] long z ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64NV")] static abstract void ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -70689,8 +31976,6 @@ static abstract void ProgramUniform3NV( [NativeTypeName("GLint64EXT")] long z ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] static abstract void ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -70699,8 +31984,6 @@ static abstract void ProgramUniform3ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] static abstract void ProgramUniform3ARB( @@ -70710,9 +31993,6 @@ static abstract void ProgramUniform3ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] static abstract void ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -70721,9 +32001,6 @@ static abstract void ProgramUniform3NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] static abstract void ProgramUniform3NV( @@ -70733,15 +32010,6 @@ static abstract void ProgramUniform3NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iEXT")] static abstract void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -70751,32 +32019,6 @@ static abstract void ProgramUniform3EXT( [NativeTypeName("GLint")] int v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] static abstract void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -70785,32 +32027,6 @@ static abstract void ProgramUniform3( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] static abstract void ProgramUniform3( @@ -70820,15 +32036,6 @@ static abstract void ProgramUniform3( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] static abstract void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -70837,15 +32044,6 @@ static abstract void ProgramUniform3EXT( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] static abstract void ProgramUniform3EXT( @@ -70855,32 +32053,6 @@ static abstract void ProgramUniform3EXT( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui")] static abstract void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -70890,8 +32062,6 @@ static abstract void ProgramUniform3( [NativeTypeName("GLuint")] uint v2 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64ARB")] static abstract void ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -70901,9 +32071,6 @@ static abstract void ProgramUniform3ARB( [NativeTypeName("GLuint64")] ulong z ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64NV")] static abstract void ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -70913,8 +32080,6 @@ static abstract void ProgramUniform3NV( [NativeTypeName("GLuint64EXT")] ulong z ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] static abstract void ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -70923,8 +32088,6 @@ static abstract void ProgramUniform3ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] static abstract void ProgramUniform3ARB( @@ -70934,9 +32097,6 @@ static abstract void ProgramUniform3ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] static abstract void ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -70945,9 +32105,6 @@ static abstract void ProgramUniform3NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] static abstract void ProgramUniform3NV( @@ -70957,15 +32114,6 @@ static abstract void ProgramUniform3NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiEXT")] static abstract void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -70975,32 +32123,6 @@ static abstract void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] static abstract void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -71009,32 +32131,6 @@ static abstract void ProgramUniform3( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] static abstract void ProgramUniform3( @@ -71044,15 +32140,6 @@ static abstract void ProgramUniform3( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] static abstract void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -71061,15 +32148,6 @@ static abstract void ProgramUniform3EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] static abstract void ProgramUniform3EXT( @@ -71079,32 +32157,6 @@ static abstract void ProgramUniform3EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4d")] static abstract void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -71115,8 +32167,6 @@ static abstract void ProgramUniform4( [NativeTypeName("GLdouble")] double v3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dEXT")] static abstract void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -71127,32 +32177,6 @@ static abstract void ProgramUniform4EXT( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] static abstract void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -71161,32 +32185,6 @@ static abstract void ProgramUniform4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] static abstract void ProgramUniform4( @@ -71196,8 +32194,6 @@ static abstract void ProgramUniform4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] static abstract void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -71206,8 +32202,6 @@ static abstract void ProgramUniform4EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] static abstract void ProgramUniform4EXT( @@ -71217,32 +32211,6 @@ static abstract void ProgramUniform4EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4f")] static abstract void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -71253,15 +32221,6 @@ static abstract void ProgramUniform4( [NativeTypeName("GLfloat")] float v3 ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fEXT")] static abstract void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -71272,32 +32231,6 @@ static abstract void ProgramUniform4EXT( [NativeTypeName("GLfloat")] float v3 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] static abstract void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -71306,32 +32239,6 @@ static abstract void ProgramUniform4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] static abstract void ProgramUniform4( @@ -71341,15 +32248,6 @@ static abstract void ProgramUniform4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] static abstract void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -71358,15 +32256,6 @@ static abstract void ProgramUniform4EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] static abstract void ProgramUniform4EXT( @@ -71376,32 +32265,6 @@ static abstract void ProgramUniform4EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i")] static abstract void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -71412,8 +32275,6 @@ static abstract void ProgramUniform4( [NativeTypeName("GLint")] int v3 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64ARB")] static abstract void ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -71424,9 +32285,6 @@ static abstract void ProgramUniform4ARB( [NativeTypeName("GLint64")] long w ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64NV")] static abstract void ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -71437,8 +32295,6 @@ static abstract void ProgramUniform4NV( [NativeTypeName("GLint64EXT")] long w ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] static abstract void ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -71447,8 +32303,6 @@ static abstract void ProgramUniform4ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] static abstract void ProgramUniform4ARB( @@ -71458,9 +32312,6 @@ static abstract void ProgramUniform4ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] static abstract void ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -71469,9 +32320,6 @@ static abstract void ProgramUniform4NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] static abstract void ProgramUniform4NV( @@ -71481,15 +32329,6 @@ static abstract void ProgramUniform4NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iEXT")] static abstract void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -71500,32 +32339,6 @@ static abstract void ProgramUniform4EXT( [NativeTypeName("GLint")] int v3 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] static abstract void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -71534,32 +32347,6 @@ static abstract void ProgramUniform4( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] static abstract void ProgramUniform4( @@ -71569,15 +32356,6 @@ static abstract void ProgramUniform4( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] static abstract void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -71586,15 +32364,6 @@ static abstract void ProgramUniform4EXT( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] static abstract void ProgramUniform4EXT( @@ -71604,32 +32373,6 @@ static abstract void ProgramUniform4EXT( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui")] static abstract void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -71640,8 +32383,6 @@ static abstract void ProgramUniform4( [NativeTypeName("GLuint")] uint v3 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64ARB")] static abstract void ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -71652,9 +32393,6 @@ static abstract void ProgramUniform4ARB( [NativeTypeName("GLuint64")] ulong w ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64NV")] static abstract void ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -71665,8 +32403,6 @@ static abstract void ProgramUniform4NV( [NativeTypeName("GLuint64EXT")] ulong w ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] static abstract void ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -71675,8 +32411,6 @@ static abstract void ProgramUniform4ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] static abstract void ProgramUniform4ARB( @@ -71686,9 +32420,6 @@ static abstract void ProgramUniform4ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] static abstract void ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -71697,9 +32428,6 @@ static abstract void ProgramUniform4NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] static abstract void ProgramUniform4NV( @@ -71709,15 +32437,6 @@ static abstract void ProgramUniform4NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiEXT")] static abstract void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -71728,32 +32447,6 @@ static abstract void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint v3 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] static abstract void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -71762,32 +32455,6 @@ static abstract void ProgramUniform4( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] static abstract void ProgramUniform4( @@ -71797,15 +32464,6 @@ static abstract void ProgramUniform4( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] static abstract void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -71814,15 +32472,6 @@ static abstract void ProgramUniform4EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] static abstract void ProgramUniform4EXT( @@ -71832,8 +32481,6 @@ static abstract void ProgramUniform4EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64ARB")] static abstract void ProgramUniformHandleARB( [NativeTypeName("GLuint")] uint program, @@ -71841,7 +32488,6 @@ static abstract void ProgramUniformHandleARB( [NativeTypeName("GLuint64")] ulong value ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64IMG")] static abstract void ProgramUniformHandleIMG( [NativeTypeName("GLuint")] uint program, @@ -71849,9 +32495,6 @@ static abstract void ProgramUniformHandleIMG( [NativeTypeName("GLuint64")] ulong value ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64NV")] static abstract void ProgramUniformHandleNV( [NativeTypeName("GLuint")] uint program, @@ -71859,125 +32502,81 @@ static abstract void ProgramUniformHandleNV( [NativeTypeName("GLuint64")] ulong value ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] - static abstract void ProgramUniformHandleui64VARB( + static abstract void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] - static abstract void ProgramUniformHandleui64VARB( + static abstract void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] - static abstract void ProgramUniformHandleui64VARB( + static abstract void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] - static abstract void ProgramUniformHandleui64VIMG( + static abstract void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] - static abstract void ProgramUniformHandleui64VIMG( + static abstract void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref values ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] - static abstract void ProgramUniformHandleui64VIMG( + static abstract void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] - static abstract void ProgramUniformHandleui64VNV( + static abstract void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] - static abstract void ProgramUniformHandleui64VNV( + static abstract void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref values ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] - static abstract void ProgramUniformHandleui64VNV( + static abstract void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] static abstract void ProgramUniformMatrix2( [NativeTypeName("GLuint")] uint program, @@ -71987,32 +32586,6 @@ static abstract void ProgramUniformMatrix2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] static abstract void ProgramUniformMatrix2( @@ -72023,8 +32596,6 @@ static abstract void ProgramUniformMatrix2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] static abstract void ProgramUniformMatrix2EXT( [NativeTypeName("GLuint")] uint program, @@ -72034,8 +32605,6 @@ static abstract void ProgramUniformMatrix2EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] static abstract void ProgramUniformMatrix2EXT( @@ -72046,32 +32615,6 @@ static abstract void ProgramUniformMatrix2EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] static abstract void ProgramUniformMatrix2( [NativeTypeName("GLuint")] uint program, @@ -72081,32 +32624,6 @@ static abstract void ProgramUniformMatrix2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] static abstract void ProgramUniformMatrix2( @@ -72117,15 +32634,6 @@ static abstract void ProgramUniformMatrix2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] static abstract void ProgramUniformMatrix2EXT( [NativeTypeName("GLuint")] uint program, @@ -72135,15 +32643,6 @@ static abstract void ProgramUniformMatrix2EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] static abstract void ProgramUniformMatrix2EXT( @@ -72154,32 +32653,6 @@ static abstract void ProgramUniformMatrix2EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] static abstract void ProgramUniformMatrix2X3( [NativeTypeName("GLuint")] uint program, @@ -72189,32 +32662,6 @@ static abstract void ProgramUniformMatrix2X3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] static abstract void ProgramUniformMatrix2X3( @@ -72225,8 +32672,6 @@ static abstract void ProgramUniformMatrix2X3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] static abstract void ProgramUniformMatrix2X3EXT( [NativeTypeName("GLuint")] uint program, @@ -72236,8 +32681,6 @@ static abstract void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] static abstract void ProgramUniformMatrix2X3EXT( @@ -72248,32 +32691,6 @@ static abstract void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] static abstract void ProgramUniformMatrix2X3( [NativeTypeName("GLuint")] uint program, @@ -72283,32 +32700,6 @@ static abstract void ProgramUniformMatrix2X3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] static abstract void ProgramUniformMatrix2X3( @@ -72319,15 +32710,6 @@ static abstract void ProgramUniformMatrix2X3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] static abstract void ProgramUniformMatrix2X3EXT( [NativeTypeName("GLuint")] uint program, @@ -72337,15 +32719,6 @@ static abstract void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] static abstract void ProgramUniformMatrix2X3EXT( @@ -72356,32 +32729,6 @@ static abstract void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] static abstract void ProgramUniformMatrix2X4( [NativeTypeName("GLuint")] uint program, @@ -72391,32 +32738,6 @@ static abstract void ProgramUniformMatrix2X4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] static abstract void ProgramUniformMatrix2X4( @@ -72427,8 +32748,6 @@ static abstract void ProgramUniformMatrix2X4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] static abstract void ProgramUniformMatrix2X4EXT( [NativeTypeName("GLuint")] uint program, @@ -72438,8 +32757,6 @@ static abstract void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] static abstract void ProgramUniformMatrix2X4EXT( @@ -72450,32 +32767,6 @@ static abstract void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] static abstract void ProgramUniformMatrix2X4( [NativeTypeName("GLuint")] uint program, @@ -72485,32 +32776,6 @@ static abstract void ProgramUniformMatrix2X4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] static abstract void ProgramUniformMatrix2X4( @@ -72521,15 +32786,6 @@ static abstract void ProgramUniformMatrix2X4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] static abstract void ProgramUniformMatrix2X4EXT( [NativeTypeName("GLuint")] uint program, @@ -72539,15 +32795,6 @@ static abstract void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] static abstract void ProgramUniformMatrix2X4EXT( @@ -72558,32 +32805,6 @@ static abstract void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] static abstract void ProgramUniformMatrix3( [NativeTypeName("GLuint")] uint program, @@ -72593,32 +32814,6 @@ static abstract void ProgramUniformMatrix3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] static abstract void ProgramUniformMatrix3( @@ -72629,8 +32824,6 @@ static abstract void ProgramUniformMatrix3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] static abstract void ProgramUniformMatrix3EXT( [NativeTypeName("GLuint")] uint program, @@ -72640,8 +32833,6 @@ static abstract void ProgramUniformMatrix3EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] static abstract void ProgramUniformMatrix3EXT( @@ -72652,32 +32843,6 @@ static abstract void ProgramUniformMatrix3EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] static abstract void ProgramUniformMatrix3( [NativeTypeName("GLuint")] uint program, @@ -72687,32 +32852,6 @@ static abstract void ProgramUniformMatrix3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] static abstract void ProgramUniformMatrix3( @@ -72723,15 +32862,6 @@ static abstract void ProgramUniformMatrix3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] static abstract void ProgramUniformMatrix3EXT( [NativeTypeName("GLuint")] uint program, @@ -72741,15 +32871,6 @@ static abstract void ProgramUniformMatrix3EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] static abstract void ProgramUniformMatrix3EXT( @@ -72760,32 +32881,6 @@ static abstract void ProgramUniformMatrix3EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] static abstract void ProgramUniformMatrix3X2( [NativeTypeName("GLuint")] uint program, @@ -72795,32 +32890,6 @@ static abstract void ProgramUniformMatrix3X2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] static abstract void ProgramUniformMatrix3X2( @@ -72831,8 +32900,6 @@ static abstract void ProgramUniformMatrix3X2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] static abstract void ProgramUniformMatrix3X2EXT( [NativeTypeName("GLuint")] uint program, @@ -72842,8 +32909,6 @@ static abstract void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] static abstract void ProgramUniformMatrix3X2EXT( @@ -72854,32 +32919,6 @@ static abstract void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] static abstract void ProgramUniformMatrix3X2( [NativeTypeName("GLuint")] uint program, @@ -72889,32 +32928,6 @@ static abstract void ProgramUniformMatrix3X2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] static abstract void ProgramUniformMatrix3X2( @@ -72925,15 +32938,6 @@ static abstract void ProgramUniformMatrix3X2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] static abstract void ProgramUniformMatrix3X2EXT( [NativeTypeName("GLuint")] uint program, @@ -72943,15 +32947,6 @@ static abstract void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] static abstract void ProgramUniformMatrix3X2EXT( @@ -72962,32 +32957,6 @@ static abstract void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] static abstract void ProgramUniformMatrix3X4( [NativeTypeName("GLuint")] uint program, @@ -72997,32 +32966,6 @@ static abstract void ProgramUniformMatrix3X4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] static abstract void ProgramUniformMatrix3X4( @@ -73033,8 +32976,6 @@ static abstract void ProgramUniformMatrix3X4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] static abstract void ProgramUniformMatrix3X4EXT( [NativeTypeName("GLuint")] uint program, @@ -73044,8 +32985,6 @@ static abstract void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] static abstract void ProgramUniformMatrix3X4EXT( @@ -73056,32 +32995,6 @@ static abstract void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] static abstract void ProgramUniformMatrix3X4( [NativeTypeName("GLuint")] uint program, @@ -73091,32 +33004,6 @@ static abstract void ProgramUniformMatrix3X4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] static abstract void ProgramUniformMatrix3X4( @@ -73127,15 +33014,6 @@ static abstract void ProgramUniformMatrix3X4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] static abstract void ProgramUniformMatrix3X4EXT( [NativeTypeName("GLuint")] uint program, @@ -73145,15 +33023,6 @@ static abstract void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] static abstract void ProgramUniformMatrix3X4EXT( @@ -73164,32 +33033,6 @@ static abstract void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] static abstract void ProgramUniformMatrix4( [NativeTypeName("GLuint")] uint program, @@ -73199,32 +33042,6 @@ static abstract void ProgramUniformMatrix4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] static abstract void ProgramUniformMatrix4( @@ -73235,8 +33052,6 @@ static abstract void ProgramUniformMatrix4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] static abstract void ProgramUniformMatrix4EXT( [NativeTypeName("GLuint")] uint program, @@ -73246,8 +33061,6 @@ static abstract void ProgramUniformMatrix4EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] static abstract void ProgramUniformMatrix4EXT( @@ -73258,32 +33071,6 @@ static abstract void ProgramUniformMatrix4EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] static abstract void ProgramUniformMatrix4( [NativeTypeName("GLuint")] uint program, @@ -73293,32 +33080,6 @@ static abstract void ProgramUniformMatrix4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] static abstract void ProgramUniformMatrix4( @@ -73329,15 +33090,6 @@ static abstract void ProgramUniformMatrix4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] static abstract void ProgramUniformMatrix4EXT( [NativeTypeName("GLuint")] uint program, @@ -73347,15 +33099,6 @@ static abstract void ProgramUniformMatrix4EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] static abstract void ProgramUniformMatrix4EXT( @@ -73366,32 +33109,6 @@ static abstract void ProgramUniformMatrix4EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] static abstract void ProgramUniformMatrix4X2( [NativeTypeName("GLuint")] uint program, @@ -73401,32 +33118,6 @@ static abstract void ProgramUniformMatrix4X2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] static abstract void ProgramUniformMatrix4X2( @@ -73437,8 +33128,6 @@ static abstract void ProgramUniformMatrix4X2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] static abstract void ProgramUniformMatrix4X2EXT( [NativeTypeName("GLuint")] uint program, @@ -73448,8 +33137,6 @@ static abstract void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] static abstract void ProgramUniformMatrix4X2EXT( @@ -73460,32 +33147,6 @@ static abstract void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] static abstract void ProgramUniformMatrix4X2( [NativeTypeName("GLuint")] uint program, @@ -73495,32 +33156,6 @@ static abstract void ProgramUniformMatrix4X2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] static abstract void ProgramUniformMatrix4X2( @@ -73531,15 +33166,6 @@ static abstract void ProgramUniformMatrix4X2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] static abstract void ProgramUniformMatrix4X2EXT( [NativeTypeName("GLuint")] uint program, @@ -73549,15 +33175,6 @@ static abstract void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] static abstract void ProgramUniformMatrix4X2EXT( @@ -73568,32 +33185,6 @@ static abstract void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] static abstract void ProgramUniformMatrix4X3( [NativeTypeName("GLuint")] uint program, @@ -73603,32 +33194,6 @@ static abstract void ProgramUniformMatrix4X3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] static abstract void ProgramUniformMatrix4X3( @@ -73639,8 +33204,6 @@ static abstract void ProgramUniformMatrix4X3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] static abstract void ProgramUniformMatrix4X3EXT( [NativeTypeName("GLuint")] uint program, @@ -73650,8 +33213,6 @@ static abstract void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] static abstract void ProgramUniformMatrix4X3EXT( @@ -73662,32 +33223,6 @@ static abstract void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] static abstract void ProgramUniformMatrix4X3( [NativeTypeName("GLuint")] uint program, @@ -73697,32 +33232,6 @@ static abstract void ProgramUniformMatrix4X3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] static abstract void ProgramUniformMatrix4X3( @@ -73733,15 +33242,6 @@ static abstract void ProgramUniformMatrix4X3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] static abstract void ProgramUniformMatrix4X3EXT( [NativeTypeName("GLuint")] uint program, @@ -73751,15 +33251,6 @@ static abstract void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] static abstract void ProgramUniformMatrix4X3EXT( @@ -73770,8 +33261,6 @@ static abstract void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64NV")] static abstract void ProgramUniformNV( [NativeTypeName("GLuint")] uint program, @@ -73779,45 +33268,37 @@ static abstract void ProgramUniformNV( [NativeTypeName("GLuint64EXT")] ulong value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] - static abstract void ProgramUniformui64VNV( + static abstract void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] - static abstract void ProgramUniformui64VNV( + static abstract void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] - static abstract void ProgramUniformui64VNV( + static abstract void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] static abstract void ProgramVertexLimitNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int limit ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] static abstract void ProgramVertexLimitNV( @@ -73825,241 +33306,51 @@ static abstract void ProgramVertexLimitNV( [NativeTypeName("GLint")] int limit ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] static abstract void ProvokingVertex([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] static abstract void ProvokingVertex( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_EXT_provoking_vertex"])] [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] static abstract void ProvokingVertexEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_provoking_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] static abstract void ProvokingVertexEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPushAttrib")] static abstract void PushAttrib([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushAttrib")] static abstract void PushAttrib( [NativeTypeName("GLbitfield")] Constant mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] static abstract void PushClientAttrib([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] static abstract void PushClientAttrib( [NativeTypeName("GLbitfield")] Constant mask ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] static abstract void PushClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] static abstract void PushClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] static abstract void PushDebugGroup( [NativeTypeName("GLenum")] uint source, @@ -74068,28 +33359,6 @@ static abstract void PushDebugGroup( [NativeTypeName("const GLchar *")] sbyte* message ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] static abstract void PushDebugGroup( @@ -74099,7 +33368,6 @@ static abstract void PushDebugGroup( [NativeTypeName("const GLchar *")] Ref message ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] static abstract void PushDebugGroupKHR( [NativeTypeName("GLenum")] uint source, @@ -74108,7 +33376,6 @@ static abstract void PushDebugGroupKHR( [NativeTypeName("const GLchar *")] sbyte* message ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] static abstract void PushDebugGroupKHR( @@ -74118,20 +33385,12 @@ static abstract void PushDebugGroupKHR( [NativeTypeName("const GLchar *")] Ref message ); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] static abstract void PushGroupMarkerEXT( [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const GLchar *")] sbyte* marker ); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] static abstract void PushGroupMarkerEXT( @@ -74139,129 +33398,18 @@ static abstract void PushGroupMarkerEXT( [NativeTypeName("const GLchar *")] Ref marker ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPushMatrix")] static abstract void PushMatrix(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPushName")] static abstract void PushName([NativeTypeName("GLuint")] uint name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glQueryCounter")] static abstract void QueryCounter( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint target ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryCounter")] static abstract void QueryCounter( @@ -74269,14 +33417,12 @@ static abstract void QueryCounter( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] static abstract void QueryCounterEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint target ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] static abstract void QueryCounterEXT( @@ -74285,8 +33431,6 @@ static abstract void QueryCounterEXT( ); [return: NativeTypeName("GLbitfield")] - [SupportedApiProfile("gl", ["GL_OES_query_matrix"])] - [SupportedApiProfile("gles1", ["GL_OES_query_matrix"])] [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] static abstract uint QueryMatrixxOES( [NativeTypeName("GLfixed *")] int* mantissa, @@ -74294,8 +33438,6 @@ static abstract uint QueryMatrixxOES( ); [return: NativeTypeName("GLbitfield")] - [SupportedApiProfile("gl", ["GL_OES_query_matrix"])] - [SupportedApiProfile("gles1", ["GL_OES_query_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] static abstract uint QueryMatrixxOES( @@ -74303,7 +33445,6 @@ static abstract uint QueryMatrixxOES( [NativeTypeName("GLint *")] Ref exponent ); - [SupportedApiProfile("gl", ["GL_AMD_occlusion_query_event"])] [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] static abstract void QueryObjectParameterAMD( [NativeTypeName("GLenum")] uint target, @@ -74312,18 +33453,16 @@ static abstract void QueryObjectParameterAMD( [NativeTypeName("GLuint")] uint param3 ); - [SupportedApiProfile("gl", ["GL_AMD_occlusion_query_event"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] static abstract void QueryObjectParameterAMD( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, - [NativeTypeName("GLuint")] uint param3 + [NativeTypeName("GLuint")] Constant param3 ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_query_resource"])] [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] static abstract int QueryResourceNV( [NativeTypeName("GLenum")] uint queryType, @@ -74333,7 +33472,6 @@ static abstract int QueryResourceNV( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_query_resource"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] static abstract int QueryResourceNV( @@ -74343,14 +33481,12 @@ static abstract int QueryResourceNV( [NativeTypeName("GLint *")] Ref buffer ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] static abstract void QueryResourceTagNV( [NativeTypeName("GLint")] int tagId, [NativeTypeName("const GLchar *")] sbyte* tagString ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] static abstract void QueryResourceTagNV( @@ -74358,399 +33494,71 @@ static abstract void QueryResourceTagNV( [NativeTypeName("const GLchar *")] Ref tagString ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2d")] static abstract void RasterPos2( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] static abstract void RasterPos2([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] static abstract void RasterPos2([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2f")] static abstract void RasterPos2( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] static abstract void RasterPos2([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] static abstract void RasterPos2([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2i")] static abstract void RasterPos2( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] static abstract void RasterPos2([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] static abstract void RasterPos2([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2s")] static abstract void RasterPos2( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] static abstract void RasterPos2([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] static abstract void RasterPos2([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos2xOES")] static abstract void RasterPos2XOES( [NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] static abstract void RasterPos2XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] static abstract void RasterPos2XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3d")] static abstract void RasterPos3( [NativeTypeName("GLdouble")] double x, @@ -74758,88 +33566,13 @@ static abstract void RasterPos3( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] static abstract void RasterPos3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] static abstract void RasterPos3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3f")] static abstract void RasterPos3( [NativeTypeName("GLfloat")] float x, @@ -74847,88 +33580,13 @@ static abstract void RasterPos3( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] static abstract void RasterPos3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] static abstract void RasterPos3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3i")] static abstract void RasterPos3( [NativeTypeName("GLint")] int x, @@ -74936,88 +33594,13 @@ static abstract void RasterPos3( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] static abstract void RasterPos3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] static abstract void RasterPos3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3s")] static abstract void RasterPos3( [NativeTypeName("GLshort")] short x, @@ -75025,64 +33608,13 @@ static abstract void RasterPos3( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] static abstract void RasterPos3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] static abstract void RasterPos3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos3xOES")] static abstract void RasterPos3XOES( [NativeTypeName("GLfixed")] int x, @@ -75090,40 +33622,13 @@ static abstract void RasterPos3XOES( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] static abstract void RasterPos3XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] static abstract void RasterPos3XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4d")] static abstract void RasterPos4( [NativeTypeName("GLdouble")] double x, @@ -75132,88 +33637,13 @@ static abstract void RasterPos4( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] static abstract void RasterPos4([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] static abstract void RasterPos4([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4f")] static abstract void RasterPos4( [NativeTypeName("GLfloat")] float x, @@ -75222,88 +33652,13 @@ static abstract void RasterPos4( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] static abstract void RasterPos4([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] static abstract void RasterPos4([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4i")] static abstract void RasterPos4( [NativeTypeName("GLint")] int x, @@ -75312,88 +33667,13 @@ static abstract void RasterPos4( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] static abstract void RasterPos4([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] static abstract void RasterPos4([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4s")] static abstract void RasterPos4( [NativeTypeName("GLshort")] short x, @@ -75402,64 +33682,13 @@ static abstract void RasterPos4( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] static abstract void RasterPos4([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] static abstract void RasterPos4([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos4xOES")] static abstract void RasterPos4XOES( [NativeTypeName("GLfixed")] int x, @@ -75468,45 +33697,19 @@ static abstract void RasterPos4XOES( [NativeTypeName("GLfixed")] int w ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] static abstract void RasterPos4XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] static abstract void RasterPos4XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile( - "gl", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "gles2", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] static abstract void RasterSamplesEXT( [NativeTypeName("GLuint")] uint samples, [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "glcore", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile( - "gles2", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] static abstract void RasterSamplesEXT( @@ -75514,123 +33717,21 @@ static abstract void RasterSamplesEXT( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glReadBuffer")] static abstract void ReadBuffer([NativeTypeName("GLenum")] uint src); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadBuffer")] static abstract void ReadBuffer( [NativeTypeName("GLenum")] Constant src ); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] static abstract void ReadBufferIndexedEXT( [NativeTypeName("GLenum")] uint src, [NativeTypeName("GLint")] int index ); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] static abstract void ReadBufferIndexedEXT( @@ -75638,24 +33739,12 @@ static abstract void ReadBufferIndexedEXT( [NativeTypeName("GLint")] int index ); - [SupportedApiProfile("gles2", ["GL_NV_read_buffer"])] [NativeFunction("opengl", EntryPoint = "glReadBufferNV")] static abstract void ReadBufferNV([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glReadInstrumentsSGIX")] static abstract void ReadInstrumentsSGIX([NativeTypeName("GLint")] int marker); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glReadnPixels")] static abstract void ReadnPixels( [NativeTypeName("GLint")] int x, @@ -75668,16 +33757,6 @@ static abstract void ReadnPixels( void* data ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixels")] static abstract void ReadnPixels( @@ -75691,8 +33770,6 @@ static abstract void ReadnPixels( Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] static abstract void ReadnPixelsARB( [NativeTypeName("GLint")] int x, @@ -75705,8 +33782,6 @@ static abstract void ReadnPixelsARB( void* data ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] static abstract void ReadnPixelsARB( @@ -75720,8 +33795,6 @@ static abstract void ReadnPixelsARB( Ref data ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] static abstract void ReadnPixelsEXT( [NativeTypeName("GLint")] int x, @@ -75734,8 +33807,6 @@ static abstract void ReadnPixelsEXT( void* data ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] static abstract void ReadnPixelsEXT( @@ -75749,7 +33820,6 @@ static abstract void ReadnPixelsEXT( Ref data ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] static abstract void ReadnPixelsKHR( [NativeTypeName("GLint")] int x, @@ -75762,7 +33832,6 @@ static abstract void ReadnPixelsKHR( void* data ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] static abstract void ReadnPixelsKHR( @@ -75776,62 +33845,6 @@ static abstract void ReadnPixelsKHR( Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glReadPixels")] static abstract void ReadPixels( [NativeTypeName("GLint")] int x, @@ -75843,62 +33856,6 @@ static abstract void ReadPixels( void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadPixels")] static abstract void ReadPixels( @@ -75911,31 +33868,6 @@ static abstract void ReadPixels( Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectd")] static abstract void Rect( [NativeTypeName("GLdouble")] double x1, @@ -75944,62 +33876,12 @@ static abstract void Rect( [NativeTypeName("GLdouble")] double y2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectdv")] static abstract void Rect( [NativeTypeName("const GLdouble *")] double* v1, [NativeTypeName("const GLdouble *")] double* v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectdv")] static abstract void Rect( @@ -76007,31 +33889,6 @@ static abstract void Rect( [NativeTypeName("const GLdouble *")] Ref v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectf")] static abstract void Rect( [NativeTypeName("GLfloat")] float x1, @@ -76040,62 +33897,12 @@ static abstract void Rect( [NativeTypeName("GLfloat")] float y2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectfv")] static abstract void Rect( [NativeTypeName("const GLfloat *")] float* v1, [NativeTypeName("const GLfloat *")] float* v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectfv")] static abstract void Rect( @@ -76103,31 +33910,6 @@ static abstract void Rect( [NativeTypeName("const GLfloat *")] Ref v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRecti")] static abstract void Rect( [NativeTypeName("GLint")] int x1, @@ -76136,62 +33918,12 @@ static abstract void Rect( [NativeTypeName("GLint")] int y2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectiv")] static abstract void Rect( [NativeTypeName("const GLint *")] int* v1, [NativeTypeName("const GLint *")] int* v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectiv")] static abstract void Rect( @@ -76199,31 +33931,6 @@ static abstract void Rect( [NativeTypeName("const GLint *")] Ref v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRects")] static abstract void Rects( [NativeTypeName("GLshort")] short x1, @@ -76232,62 +33939,12 @@ static abstract void Rects( [NativeTypeName("GLshort")] short y2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectsv")] static abstract void Rect( [NativeTypeName("const GLshort *")] short* v1, [NativeTypeName("const GLshort *")] short* v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectsv")] static abstract void Rect( @@ -76295,7 +33952,6 @@ static abstract void Rect( [NativeTypeName("const GLshort *")] Ref v2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRectxOES")] static abstract void RectxOES( [NativeTypeName("GLfixed")] int x1, @@ -76304,14 +33960,12 @@ static abstract void RectxOES( [NativeTypeName("GLfixed")] int y2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRectxvOES")] static abstract void RectxOES( [NativeTypeName("const GLfixed *")] int* v1, [NativeTypeName("const GLfixed *")] int* v2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectxvOES")] static abstract void RectxOES( @@ -76319,13 +33973,11 @@ static abstract void RectxOES( [NativeTypeName("const GLfixed *")] Ref v2 ); - [SupportedApiProfile("gl", ["GL_SGIX_reference_plane"])] [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] static abstract void ReferencePlaneSGIX( [NativeTypeName("const GLdouble *")] double* equation ); - [SupportedApiProfile("gl", ["GL_SGIX_reference_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] static abstract void ReferencePlaneSGIX( @@ -76333,8 +33985,6 @@ static abstract void ReferencePlaneSGIX( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] static abstract MaybeBool ReleaseKeyedMutexWin32EXT( @@ -76343,89 +33993,15 @@ static abstract MaybeBool ReleaseKeyedMutexWin32EXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] - static abstract uint ReleaseKeyedMutexWin32EXTRaw( + static abstract uint ReleaseKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glReleaseShaderCompiler")] static abstract void ReleaseShaderCompiler(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] static abstract void RenderbufferStorage( [NativeTypeName("GLenum")] uint target, @@ -76434,47 +34010,6 @@ static abstract void RenderbufferStorage( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] static abstract void RenderbufferStorage( @@ -76484,7 +34019,6 @@ static abstract void RenderbufferStorage( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] static abstract void RenderbufferStorageEXT( [NativeTypeName("GLenum")] uint target, @@ -76493,7 +34027,6 @@ static abstract void RenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] static abstract void RenderbufferStorageEXT( @@ -76503,42 +34036,6 @@ static abstract void RenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] static abstract void RenderbufferStorageMultisample( [NativeTypeName("GLenum")] uint target, @@ -76548,42 +34045,6 @@ static abstract void RenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] static abstract void RenderbufferStorageMultisample( @@ -76594,9 +34055,6 @@ static abstract void RenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] static abstract void RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLenum")] uint target, @@ -76607,9 +34065,6 @@ static abstract void RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] static abstract void RenderbufferStorageMultisampleAdvanceAMD( @@ -76621,9 +34076,8 @@ static abstract void RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] - static abstract void RenderbufferStorageMultisampleAngle( + static abstract void RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, @@ -76631,10 +34085,9 @@ static abstract void RenderbufferStorageMultisampleAngle( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] - static abstract void RenderbufferStorageMultisampleAngle( + static abstract void RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, @@ -76642,10 +34095,8 @@ static abstract void RenderbufferStorageMultisampleAngle( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] - static abstract void RenderbufferStorageMultisampleApple( + static abstract void RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, @@ -76653,11 +34104,9 @@ static abstract void RenderbufferStorageMultisampleApple( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] - static abstract void RenderbufferStorageMultisampleApple( + static abstract void RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, @@ -76665,8 +34114,6 @@ static abstract void RenderbufferStorageMultisampleApple( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_multisample_coverage"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_multisample_coverage"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] static abstract void RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLenum")] uint target, @@ -76677,8 +34124,6 @@ static abstract void RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_multisample_coverage"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_multisample_coverage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] static abstract void RenderbufferStorageMultisampleCoverageNV( @@ -76690,9 +34135,6 @@ static abstract void RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_multisample"])] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] static abstract void RenderbufferStorageMultisampleEXT( [NativeTypeName("GLenum")] uint target, @@ -76702,9 +34144,6 @@ static abstract void RenderbufferStorageMultisampleEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_multisample"])] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] static abstract void RenderbufferStorageMultisampleEXT( @@ -76715,8 +34154,6 @@ static abstract void RenderbufferStorageMultisampleEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] static abstract void RenderbufferStorageMultisampleIMG( [NativeTypeName("GLenum")] uint target, @@ -76726,8 +34163,6 @@ static abstract void RenderbufferStorageMultisampleIMG( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] static abstract void RenderbufferStorageMultisampleIMG( @@ -76738,7 +34173,6 @@ static abstract void RenderbufferStorageMultisampleIMG( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] static abstract void RenderbufferStorageMultisampleNV( [NativeTypeName("GLenum")] uint target, @@ -76748,7 +34182,6 @@ static abstract void RenderbufferStorageMultisampleNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] static abstract void RenderbufferStorageMultisampleNV( @@ -76759,7 +34192,6 @@ static abstract void RenderbufferStorageMultisampleNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] static abstract void RenderbufferStorageOES( [NativeTypeName("GLenum")] uint target, @@ -76768,7 +34200,6 @@ static abstract void RenderbufferStorageOES( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] static abstract void RenderbufferStorageOES( @@ -76778,72 +34209,20 @@ static abstract void RenderbufferStorageOES( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glRenderGpuMaskNV")] static abstract void RenderGpuMaskNV([NativeTypeName("GLbitfield")] uint mask); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderMode")] static abstract int RenderMode([NativeTypeName("GLenum")] uint mode); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderMode")] static abstract int RenderMode( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] static abstract void ReplacementCodePointerSUN( [NativeTypeName("GLenum")] uint type, @@ -76851,7 +34230,6 @@ static abstract void ReplacementCodePointerSUN( [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] static abstract void ReplacementCodePointerSUN( @@ -76860,20 +34238,16 @@ static abstract void ReplacementCodePointerSUN( [NativeTypeName("const void **")] Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubSUN")] static abstract void ReplacementCodeSUN([NativeTypeName("GLubyte")] byte code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] static abstract void ReplacementCodeSUN([NativeTypeName("const GLubyte *")] byte* code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] static abstract void ReplacementCodeSUN([NativeTypeName("const GLubyte *")] Ref code); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] static abstract void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -76885,7 +34259,6 @@ static abstract void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] static abstract void ReplacementCodeuiColor3FVertex3SUN( @@ -76898,7 +34271,6 @@ static abstract void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -76906,7 +34278,6 @@ static abstract void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor3FVertex3SUN( @@ -76915,7 +34286,6 @@ static abstract void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor3FVertex3SUN( @@ -76924,7 +34294,6 @@ static abstract void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor3FVertex3SUN( @@ -76933,7 +34302,6 @@ static abstract void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor3FVertex3SUN( @@ -76942,7 +34310,6 @@ static abstract void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor3FVertex3SUN( @@ -76951,7 +34318,6 @@ static abstract void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor3FVertex3SUN( @@ -76960,7 +34326,6 @@ static abstract void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -76976,7 +34341,6 @@ static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -76993,7 +34357,6 @@ static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -77002,7 +34365,6 @@ static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -77012,7 +34374,6 @@ static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -77022,7 +34383,6 @@ static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -77032,7 +34392,6 @@ static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -77042,7 +34401,6 @@ static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -77052,7 +34410,6 @@ static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -77062,7 +34419,6 @@ static abstract void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] static abstract void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -77075,7 +34431,6 @@ static abstract void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] static abstract void ReplacementCodeuiColor4UbVertex3SUN( @@ -77089,7 +34444,6 @@ static abstract void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] static abstract void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -77097,7 +34451,6 @@ static abstract void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] static abstract void ReplacementCodeuiColor4UbVertex3SUN( @@ -77106,7 +34459,6 @@ static abstract void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] static abstract void ReplacementCodeuiColor4UbVertex3SUN( @@ -77115,7 +34467,6 @@ static abstract void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] static abstract void ReplacementCodeuiColor4UbVertex3SUN( @@ -77124,7 +34475,6 @@ static abstract void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] static abstract void ReplacementCodeuiColor4UbVertex3SUN( @@ -77133,7 +34483,6 @@ static abstract void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] static abstract void ReplacementCodeuiColor4UbVertex3SUN( @@ -77142,7 +34491,6 @@ static abstract void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] static abstract void ReplacementCodeuiColor4UbVertex3SUN( @@ -77151,7 +34499,6 @@ static abstract void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] static abstract void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -77163,7 +34510,6 @@ static abstract void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] static abstract void ReplacementCodeuiNormal3FVertex3SUN( @@ -77176,7 +34522,6 @@ static abstract void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -77184,7 +34529,6 @@ static abstract void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiNormal3FVertex3SUN( @@ -77193,7 +34537,6 @@ static abstract void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiNormal3FVertex3SUN( @@ -77202,7 +34545,6 @@ static abstract void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiNormal3FVertex3SUN( @@ -77211,7 +34553,6 @@ static abstract void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiNormal3FVertex3SUN( @@ -77220,7 +34561,6 @@ static abstract void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiNormal3FVertex3SUN( @@ -77229,7 +34569,6 @@ static abstract void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiNormal3FVertex3SUN( @@ -77238,18 +34577,15 @@ static abstract void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] static abstract void ReplacementCodeSUN([NativeTypeName("GLuint")] uint code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] static abstract void ReplacementCodeSUN( [NativeTypeName("GLuint")] Constant code ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction( "opengl", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN" @@ -77270,7 +34606,6 @@ static abstract void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -77292,7 +34627,6 @@ static abstract void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction( "opengl", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN" @@ -77305,7 +34639,6 @@ static abstract void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -77319,7 +34652,6 @@ static abstract void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -77333,7 +34665,6 @@ static abstract void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -77347,7 +34678,6 @@ static abstract void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -77361,7 +34691,6 @@ static abstract void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -77375,7 +34704,6 @@ static abstract void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -77389,7 +34717,6 @@ static abstract void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -77403,7 +34730,6 @@ static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -77418,7 +34744,6 @@ static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -77427,7 +34752,6 @@ static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -77437,7 +34761,6 @@ static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -77447,7 +34770,6 @@ static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -77457,7 +34779,6 @@ static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -77467,7 +34788,6 @@ static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -77477,7 +34797,6 @@ static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -77487,7 +34806,6 @@ static abstract void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -77498,7 +34816,6 @@ static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -77510,7 +34827,6 @@ static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -77518,7 +34834,6 @@ static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -77527,7 +34842,6 @@ static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -77536,7 +34850,6 @@ static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -77545,7 +34858,6 @@ static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -77554,7 +34866,6 @@ static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -77563,7 +34874,6 @@ static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -77572,7 +34882,6 @@ static abstract void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fSUN")] static abstract void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -77581,7 +34890,6 @@ static abstract void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fSUN")] static abstract void ReplacementCodeuiVertex3SUN( @@ -77591,14 +34899,12 @@ static abstract void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] static abstract void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] static abstract void ReplacementCodeuiVertex3SUN( @@ -77606,7 +34912,6 @@ static abstract void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] static abstract void ReplacementCodeuiVertex3SUN( @@ -77614,7 +34919,6 @@ static abstract void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] static abstract void ReplacementCodeuiVertex3SUN( @@ -77622,7 +34926,6 @@ static abstract void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] static abstract void ReplacementCodeuiVertex3SUN( @@ -77630,7 +34933,6 @@ static abstract void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] static abstract void ReplacementCodeuiVertex3SUN( @@ -77638,7 +34940,6 @@ static abstract void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] static abstract void ReplacementCodeuiVertex3SUN( @@ -77646,52 +34947,43 @@ static abstract void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] static abstract void ReplacementCodeSUN([NativeTypeName("const GLuint *")] uint* code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] static abstract void ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] static abstract void ReplacementCodeSUN( [NativeTypeName("const GLuint *")] Ref code ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] static abstract void ReplacementCodeSUN( [NativeTypeName("const GLuint *")] Ref code ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusSUN")] static abstract void ReplacementCodeSUN([NativeTypeName("GLushort")] ushort code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusvSUN")] static abstract void ReplacementCodeSUN([NativeTypeName("const GLushort *")] ushort* code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusvSUN")] static abstract void ReplacementCodeSUN( [NativeTypeName("const GLushort *")] Ref code ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] static abstract void RequestResidentProgramNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] static abstract void RequestResidentProgramNV( @@ -77699,141 +34991,69 @@ static abstract void RequestResidentProgramNV( [NativeTypeName("const GLuint *")] Ref programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] static abstract void RequestResidentProgramNV( [NativeTypeName("const GLuint *")] uint programs ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glResetHistogram")] static abstract void ResetHistogram([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetHistogram")] static abstract void ResetHistogram( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] static abstract void ResetHistogramEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] static abstract void ResetHistogramEXT( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glResetMemoryObjectParameterNV")] static abstract void ResetMemoryObjectParameterNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLenum")] uint pname ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glResetMinmax")] static abstract void ResetMinmax([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetMinmax")] static abstract void ResetMinmax( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] static abstract void ResetMinmaxEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] static abstract void ResetMinmaxEXT( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_MESA_resize_buffers"])] [NativeFunction("opengl", EntryPoint = "glResizeBuffersMESA")] static abstract void ResizeBuffersMESA(); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glResolveDepthValuesNV")] static abstract void ResolveDepthValuesNV(); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glResolveMultisampleFramebufferAPPLE")] - static abstract void ResolveMultisampleFramebufferApple(); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] + static abstract void ResolveMultisampleFramebufferAPPLE(); + [NativeFunction("opengl", EntryPoint = "glResumeTransformFeedback")] static abstract void ResumeTransformFeedback(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glResumeTransformFeedbackNV")] static abstract void ResumeTransformFeedbackNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRotated")] static abstract void Rotate( [NativeTypeName("GLdouble")] double angle, @@ -77842,32 +35062,6 @@ static abstract void Rotate( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glRotatef")] static abstract void Rotate( [NativeTypeName("GLfloat")] float angle, @@ -77876,7 +35070,6 @@ static abstract void Rotate( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glRotatex")] static abstract void Rotatex( [NativeTypeName("GLfixed")] int angle, @@ -77885,8 +35078,6 @@ static abstract void Rotatex( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRotatexOES")] static abstract void RotatexOES( [NativeTypeName("GLfixed")] int angle, @@ -77895,112 +35086,12 @@ static abstract void RotatexOES( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] static abstract void SampleCoverage( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] static abstract void SampleCoverage( @@ -78008,14 +35099,12 @@ static abstract void SampleCoverage( [NativeTypeName("GLboolean")] MaybeBool invert ); - [SupportedApiProfile("gl", ["GL_ARB_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] static abstract void SampleCoverageARB( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gl", ["GL_ARB_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] static abstract void SampleCoverageARB( @@ -78023,14 +35112,12 @@ static abstract void SampleCoverageARB( [NativeTypeName("GLboolean")] MaybeBool invert ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] static abstract void SampleCoveragex( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] static abstract void SampleCoveragex( @@ -78038,14 +35125,12 @@ static abstract void SampleCoveragex( [NativeTypeName("GLboolean")] MaybeBool invert ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] static abstract void SampleCoveragexOES( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] static abstract void SampleCoveragexOES( @@ -78053,7 +35138,6 @@ static abstract void SampleCoveragexOES( [NativeTypeName("GLboolean")] MaybeBool invert ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] static abstract void SampleMapATI( [NativeTypeName("GLuint")] uint dst, @@ -78061,7 +35145,6 @@ static abstract void SampleMapATI( [NativeTypeName("GLenum")] uint swizzle ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] static abstract void SampleMapATI( @@ -78070,14 +35153,12 @@ static abstract void SampleMapATI( [NativeTypeName("GLenum")] Constant swizzle ); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] static abstract void SampleMaskEXT( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] static abstract void SampleMaskEXT( @@ -78085,59 +35166,24 @@ static abstract void SampleMaskEXT( [NativeTypeName("GLboolean")] MaybeBool invert ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glSampleMaski")] static abstract void SampleMask( [NativeTypeName("GLuint")] uint maskNumber, [NativeTypeName("GLbitfield")] uint mask ); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskIndexedNV")] static abstract void SampleMaskIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLbitfield")] uint mask ); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] static abstract void SampleMaskSGIS( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] static abstract void SampleMaskSGIS( @@ -78145,68 +35191,24 @@ static abstract void SampleMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool invert ); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] static abstract void SamplePatternEXT([NativeTypeName("GLenum")] uint pattern); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] static abstract void SamplePatternEXT( [NativeTypeName("GLenum")] Constant pattern ); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] static abstract void SamplePatternSGIS([NativeTypeName("GLenum")] uint pattern); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] static abstract void SamplePatternSGIS( [NativeTypeName("GLenum")] Constant pattern ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] static abstract void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -78214,46 +35216,6 @@ static abstract void SamplerParameter( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] static abstract void SamplerParameter( @@ -78262,46 +35224,6 @@ static abstract void SamplerParameter( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] static abstract void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -78309,46 +35231,6 @@ static abstract void SamplerParameter( [NativeTypeName("const GLfloat *")] float* param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] static abstract void SamplerParameter( @@ -78357,46 +35239,6 @@ static abstract void SamplerParameter( [NativeTypeName("const GLfloat *")] Ref param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] static abstract void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -78404,46 +35246,6 @@ static abstract void SamplerParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] static abstract void SamplerParameter( @@ -78452,36 +35254,6 @@ static abstract void SamplerParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] static abstract void SamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -78489,36 +35261,6 @@ static abstract void SamplerParameterI( [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] static abstract void SamplerParameterI( @@ -78527,7 +35269,6 @@ static abstract void SamplerParameterI( [NativeTypeName("const GLint *")] Ref param2 ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] static abstract void SamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -78535,7 +35276,6 @@ static abstract void SamplerParameterIEXT( [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] static abstract void SamplerParameterIEXT( @@ -78544,7 +35284,6 @@ static abstract void SamplerParameterIEXT( [NativeTypeName("const GLint *")] Ref param2 ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] static abstract void SamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -78552,7 +35291,6 @@ static abstract void SamplerParameterIOES( [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] static abstract void SamplerParameterIOES( @@ -78561,36 +35299,6 @@ static abstract void SamplerParameterIOES( [NativeTypeName("const GLint *")] Ref param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] static abstract void SamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -78598,36 +35306,6 @@ static abstract void SamplerParameterI( [NativeTypeName("const GLuint *")] uint* param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] static abstract void SamplerParameterI( @@ -78636,7 +35314,6 @@ static abstract void SamplerParameterI( [NativeTypeName("const GLuint *")] Ref param2 ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] static abstract void SamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -78644,7 +35321,6 @@ static abstract void SamplerParameterIEXT( [NativeTypeName("const GLuint *")] uint* param2 ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] static abstract void SamplerParameterIEXT( @@ -78653,7 +35329,6 @@ static abstract void SamplerParameterIEXT( [NativeTypeName("const GLuint *")] Ref param2 ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] static abstract void SamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -78661,7 +35336,6 @@ static abstract void SamplerParameterIOES( [NativeTypeName("const GLuint *")] uint* param2 ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] static abstract void SamplerParameterIOES( @@ -78670,46 +35344,6 @@ static abstract void SamplerParameterIOES( [NativeTypeName("const GLuint *")] Ref param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] static abstract void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -78717,46 +35351,6 @@ static abstract void SamplerParameter( [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - [ - "GL_ES_VERSION_3_0", - "GL_ES_VERSION_3_1", - "GL_ES_VERSION_3_2", - "GL_MESA_sampler_objects", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] static abstract void SamplerParameter( @@ -78765,31 +35359,6 @@ static abstract void SamplerParameter( [NativeTypeName("const GLint *")] Ref param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glScaled")] static abstract void Scale( [NativeTypeName("GLdouble")] double x, @@ -78797,32 +35366,6 @@ static abstract void Scale( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glScalef")] static abstract void Scale( [NativeTypeName("GLfloat")] float x, @@ -78830,7 +35373,6 @@ static abstract void Scale( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glScalex")] static abstract void Scalex( [NativeTypeName("GLfixed")] int x, @@ -78838,8 +35380,6 @@ static abstract void Scalex( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glScalexOES")] static abstract void ScalexOES( [NativeTypeName("GLfixed")] int x, @@ -78847,62 +35387,6 @@ static abstract void ScalexOES( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glScissor")] static abstract void Scissor( [NativeTypeName("GLint")] int x, @@ -78911,32 +35395,6 @@ static abstract void Scissor( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] static abstract void ScissorArray( [NativeTypeName("GLuint")] uint first, @@ -78944,32 +35402,6 @@ static abstract void ScissorArray( [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] static abstract void ScissorArray( @@ -78978,32 +35410,6 @@ static abstract void ScissorArray( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] static abstract void ScissorArray( @@ -79011,7 +35417,6 @@ static abstract void ScissorArray( [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] static abstract void ScissorArrayNV( [NativeTypeName("GLuint")] uint first, @@ -79019,7 +35424,6 @@ static abstract void ScissorArrayNV( [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] static abstract void ScissorArrayNV( @@ -79028,7 +35432,6 @@ static abstract void ScissorArrayNV( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] static abstract void ScissorArrayNV( @@ -79036,15 +35439,13 @@ static abstract void ScissorArrayNV( [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] - static abstract void ScissorArrayvO( + static abstract void ScissorArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] static abstract void ScissorArrayOES( [NativeTypeName("GLuint")] uint first, @@ -79052,7 +35453,6 @@ static abstract void ScissorArrayOES( [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] static abstract void ScissorArrayOES( @@ -79061,9 +35461,6 @@ static abstract void ScissorArrayOES( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] static abstract void ScissorExclusiveArrayNV( [NativeTypeName("GLuint")] uint first, @@ -79071,9 +35468,6 @@ static abstract void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] static abstract void ScissorExclusiveArrayNV( @@ -79082,9 +35476,6 @@ static abstract void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] static abstract void ScissorExclusiveArrayNV( @@ -79092,9 +35483,6 @@ static abstract void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveNV")] static abstract void ScissorExclusiveNV( [NativeTypeName("GLint")] int x, @@ -79103,32 +35491,6 @@ static abstract void ScissorExclusiveNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorIndexed")] static abstract void ScissorIndexed( [NativeTypeName("GLuint")] uint index, @@ -79138,7 +35500,6 @@ static abstract void ScissorIndexed( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedNV")] static abstract void ScissorIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -79148,7 +35509,6 @@ static abstract void ScissorIndexedNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedOES")] static abstract void ScissorIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -79158,64 +35518,12 @@ static abstract void ScissorIndexedOES( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] static abstract void ScissorIndexed( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] static abstract void ScissorIndexed( @@ -79223,14 +35531,12 @@ static abstract void ScissorIndexed( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] static abstract void ScissorIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] static abstract void ScissorIndexedNV( @@ -79238,14 +35544,12 @@ static abstract void ScissorIndexedNV( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] static abstract void ScissorIndexedOES( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] static abstract void ScissorIndexedOES( @@ -79253,27 +35557,6 @@ static abstract void ScissorIndexedOES( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3b")] static abstract void SecondaryColor3( [NativeTypeName("GLbyte")] sbyte red, @@ -79281,7 +35564,6 @@ static abstract void SecondaryColor3( [NativeTypeName("GLbyte")] sbyte blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bEXT")] static abstract void SecondaryColor3EXT( [NativeTypeName("GLbyte")] sbyte red, @@ -79289,85 +35571,20 @@ static abstract void SecondaryColor3EXT( [NativeTypeName("GLbyte")] sbyte blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] static abstract void SecondaryColor3([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] static abstract void SecondaryColor3([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3d")] static abstract void SecondaryColor3( [NativeTypeName("GLdouble")] double red, @@ -79375,7 +35592,6 @@ static abstract void SecondaryColor3( [NativeTypeName("GLdouble")] double blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dEXT")] static abstract void SecondaryColor3EXT( [NativeTypeName("GLdouble")] double red, @@ -79383,85 +35599,20 @@ static abstract void SecondaryColor3EXT( [NativeTypeName("GLdouble")] double blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dv")] static abstract void SecondaryColor3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dv")] static abstract void SecondaryColor3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dvEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dvEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3f")] static abstract void SecondaryColor3( [NativeTypeName("GLfloat")] float red, @@ -79469,7 +35620,6 @@ static abstract void SecondaryColor3( [NativeTypeName("GLfloat")] float blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fEXT")] static abstract void SecondaryColor3EXT( [NativeTypeName("GLfloat")] float red, @@ -79477,65 +35627,20 @@ static abstract void SecondaryColor3EXT( [NativeTypeName("GLfloat")] float blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fv")] static abstract void SecondaryColor3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fv")] static abstract void SecondaryColor3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fvEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fvEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hNV")] static abstract void SecondaryColor3NV( [NativeTypeName("GLhalfNV")] ushort red, @@ -79543,36 +35648,13 @@ static abstract void SecondaryColor3NV( [NativeTypeName("GLhalfNV")] ushort blue ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hvNV")] static abstract void SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hvNV")] static abstract void SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3i")] static abstract void SecondaryColor3( [NativeTypeName("GLint")] int red, @@ -79580,7 +35662,6 @@ static abstract void SecondaryColor3( [NativeTypeName("GLint")] int blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iEXT")] static abstract void SecondaryColor3EXT( [NativeTypeName("GLint")] int red, @@ -79588,85 +35669,20 @@ static abstract void SecondaryColor3EXT( [NativeTypeName("GLint")] int blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iv")] static abstract void SecondaryColor3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iv")] static abstract void SecondaryColor3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3s")] static abstract void SecondaryColor3( [NativeTypeName("GLshort")] short red, @@ -79674,7 +35690,6 @@ static abstract void SecondaryColor3( [NativeTypeName("GLshort")] short blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sEXT")] static abstract void SecondaryColor3EXT( [NativeTypeName("GLshort")] short red, @@ -79682,85 +35697,20 @@ static abstract void SecondaryColor3EXT( [NativeTypeName("GLshort")] short blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] static abstract void SecondaryColor3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] static abstract void SecondaryColor3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3svEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3svEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ub")] static abstract void SecondaryColor3( [NativeTypeName("GLubyte")] byte red, @@ -79768,7 +35718,6 @@ static abstract void SecondaryColor3( [NativeTypeName("GLubyte")] byte blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubEXT")] static abstract void SecondaryColor3EXT( [NativeTypeName("GLubyte")] byte red, @@ -79776,85 +35725,20 @@ static abstract void SecondaryColor3EXT( [NativeTypeName("GLubyte")] byte blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubv")] static abstract void SecondaryColor3([NativeTypeName("const GLubyte *")] byte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubv")] static abstract void SecondaryColor3([NativeTypeName("const GLubyte *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] byte* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ui")] static abstract void SecondaryColor3( [NativeTypeName("GLuint")] uint red, @@ -79862,7 +35746,6 @@ static abstract void SecondaryColor3( [NativeTypeName("GLuint")] uint blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiEXT")] static abstract void SecondaryColor3EXT( [NativeTypeName("GLuint")] uint red, @@ -79870,85 +35753,20 @@ static abstract void SecondaryColor3EXT( [NativeTypeName("GLuint")] uint blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiv")] static abstract void SecondaryColor3([NativeTypeName("const GLuint *")] uint* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiv")] static abstract void SecondaryColor3([NativeTypeName("const GLuint *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLuint *")] uint* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLuint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3us")] static abstract void SecondaryColor3( [NativeTypeName("GLushort")] ushort red, @@ -79956,7 +35774,6 @@ static abstract void SecondaryColor3( [NativeTypeName("GLushort")] ushort blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usEXT")] static abstract void SecondaryColor3EXT( [NativeTypeName("GLushort")] ushort red, @@ -79964,66 +35781,20 @@ static abstract void SecondaryColor3EXT( [NativeTypeName("GLushort")] ushort blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usv")] static abstract void SecondaryColor3([NativeTypeName("const GLushort *")] ushort* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usv")] static abstract void SecondaryColor3([NativeTypeName("const GLushort *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usvEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLushort *")] ushort* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usvEXT")] static abstract void SecondaryColor3EXT([NativeTypeName("const GLushort *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorFormatNV")] static abstract void SecondaryColorFormatNV( [NativeTypeName("GLint")] int size, @@ -80031,8 +35802,6 @@ static abstract void SecondaryColorFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorFormatNV")] static abstract void SecondaryColorFormatNV( @@ -80041,14 +35810,12 @@ static abstract void SecondaryColorFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] static abstract void SecondaryColorP3( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] static abstract void SecondaryColorP3( @@ -80056,50 +35823,26 @@ static abstract void SecondaryColorP3( [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] - static abstract void SecondaryColorP3Uiv( + static abstract void SecondaryColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] - static abstract void SecondaryColorP3Uiv( + static abstract void SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] - static abstract void SecondaryColorP3Uiv( + static abstract void SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] static abstract void SecondaryColorPointer( [NativeTypeName("GLint")] int size, @@ -80108,27 +35851,6 @@ static abstract void SecondaryColorPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] static abstract void SecondaryColorPointer( @@ -80138,7 +35860,6 @@ static abstract void SecondaryColorPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] static abstract void SecondaryColorPointerEXT( [NativeTypeName("GLint")] int size, @@ -80147,7 +35868,6 @@ static abstract void SecondaryColorPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] static abstract void SecondaryColorPointerEXT( @@ -80157,7 +35877,6 @@ static abstract void SecondaryColorPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] static abstract void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int size, @@ -80167,7 +35886,6 @@ static abstract void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] static abstract void SecondaryColorPointerListIBM( @@ -80178,7 +35896,6 @@ static abstract void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] static abstract Ptr SecondaryColorPointerListIBM( @@ -80187,62 +35904,12 @@ static abstract Ptr SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] static abstract void SelectBuffer( [NativeTypeName("GLsizei")] uint size, [NativeTypeName("GLuint *")] uint* buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] static abstract void SelectBuffer( @@ -80250,38 +35917,10 @@ static abstract void SelectBuffer( [NativeTypeName("GLuint *")] Ref buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] static abstract uint SelectBuffer(); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] static abstract void SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint monitor, @@ -80291,9 +35930,6 @@ static abstract void SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] uint* counterList ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] static abstract void SelectPerfMonitorCountersAMD( @@ -80304,9 +35940,6 @@ static abstract void SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] Ref counterList ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] static abstract uint SelectPerfMonitorCountersAMD( @@ -80315,8 +35948,6 @@ static abstract uint SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint group ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] static abstract void SemaphoreParameterNV( [NativeTypeName("GLuint")] uint semaphore, @@ -80324,8 +35955,6 @@ static abstract void SemaphoreParameterNV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] static abstract void SemaphoreParameterNV( @@ -80334,8 +35963,6 @@ static abstract void SemaphoreParameterNV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] static abstract void SemaphoreParameterEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -80343,8 +35970,6 @@ static abstract void SemaphoreParameterEXT( [NativeTypeName("const GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] static abstract void SemaphoreParameterEXT( @@ -80353,7 +35978,6 @@ static abstract void SemaphoreParameterEXT( [NativeTypeName("const GLuint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] static abstract void SeparableFilter2D( [NativeTypeName("GLenum")] uint target, @@ -80366,7 +35990,6 @@ static abstract void SeparableFilter2D( [NativeTypeName("const void *")] void* column ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] static abstract void SeparableFilter2D( @@ -80380,7 +36003,6 @@ static abstract void SeparableFilter2D( [NativeTypeName("const void *")] Ref column ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] static abstract void SeparableFilter2DEXT( [NativeTypeName("GLenum")] uint target, @@ -80393,7 +36015,6 @@ static abstract void SeparableFilter2DEXT( [NativeTypeName("const void *")] void* column ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] static abstract void SeparableFilter2DEXT( @@ -80407,22 +36028,15 @@ static abstract void SeparableFilter2DEXT( [NativeTypeName("const void *")] Ref column ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glSetFenceAPPLE")] - static abstract void SetFenceApple([NativeTypeName("GLuint")] uint fence); + static abstract void SetFenceAPPLE([NativeTypeName("GLuint")] uint fence); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] static abstract void SetFenceNV( [NativeTypeName("GLuint")] uint fence, [NativeTypeName("GLenum")] uint condition ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] static abstract void SetFenceNV( @@ -80430,14 +36044,12 @@ static abstract void SetFenceNV( [NativeTypeName("GLenum")] Constant condition ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] static abstract void SetFragmentShaderConstantATI( [NativeTypeName("GLuint")] uint dst, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] static abstract void SetFragmentShaderConstantATI( @@ -80445,7 +36057,6 @@ static abstract void SetFragmentShaderConstantATI( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] static abstract void SetInvariantEXT( [NativeTypeName("GLuint")] uint id, @@ -80453,7 +36064,6 @@ static abstract void SetInvariantEXT( [NativeTypeName("const void *")] void* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] static abstract void SetInvariantEXT( @@ -80462,7 +36072,6 @@ static abstract void SetInvariantEXT( [NativeTypeName("const void *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] static abstract void SetLocalConstantEXT( [NativeTypeName("GLuint")] uint id, @@ -80470,7 +36079,6 @@ static abstract void SetLocalConstantEXT( [NativeTypeName("const void *")] void* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] static abstract void SetLocalConstantEXT( @@ -80479,7 +36087,6 @@ static abstract void SetLocalConstantEXT( [NativeTypeName("const void *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_AMD_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] static abstract void SetMultisampleAMD( [NativeTypeName("GLenum")] uint pname, @@ -80487,7 +36094,6 @@ static abstract void SetMultisampleAMD( [NativeTypeName("const GLfloat *")] float* val ); - [SupportedApiProfile("gl", ["GL_AMD_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] static abstract void SetMultisampleAMD( @@ -80496,98 +36102,15 @@ static abstract void SetMultisampleAMD( [NativeTypeName("const GLfloat *")] Ref val ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glShadeModel")] static abstract void ShadeModel([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadeModel")] static abstract void ShadeModel( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glShaderBinary")] static abstract void ShaderBinary( [NativeTypeName("GLsizei")] uint count, @@ -80597,37 +36120,6 @@ static abstract void ShaderBinary( [NativeTypeName("GLsizei")] uint length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderBinary")] static abstract void ShaderBinary( @@ -80638,7 +36130,6 @@ static abstract void ShaderBinary( [NativeTypeName("GLsizei")] uint length ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] static abstract void ShaderOp1EXT( [NativeTypeName("GLenum")] uint op, @@ -80646,7 +36137,6 @@ static abstract void ShaderOp1EXT( [NativeTypeName("GLuint")] uint arg1 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] static abstract void ShaderOp1EXT( @@ -80655,7 +36145,6 @@ static abstract void ShaderOp1EXT( [NativeTypeName("GLuint")] uint arg1 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] static abstract void ShaderOp2EXT( [NativeTypeName("GLenum")] uint op, @@ -80664,7 +36153,6 @@ static abstract void ShaderOp2EXT( [NativeTypeName("GLuint")] uint arg2 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] static abstract void ShaderOp2EXT( @@ -80674,7 +36162,6 @@ static abstract void ShaderOp2EXT( [NativeTypeName("GLuint")] uint arg2 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] static abstract void ShaderOp3EXT( [NativeTypeName("GLenum")] uint op, @@ -80684,7 +36171,6 @@ static abstract void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg3 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] static abstract void ShaderOp3EXT( @@ -80695,49 +36181,6 @@ static abstract void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg3 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glShaderSource")] static abstract void ShaderSource( [NativeTypeName("GLuint")] uint shader, @@ -80746,49 +36189,6 @@ static abstract void ShaderSource( [NativeTypeName("const GLint *")] int* length ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderSource")] static abstract void ShaderSource( @@ -80798,7 +36198,6 @@ static abstract void ShaderSource( [NativeTypeName("const GLint *")] Ref length ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] static abstract void ShaderSourceARB( [NativeTypeName("GLhandleARB")] uint shaderObj, @@ -80807,7 +36206,6 @@ static abstract void ShaderSourceARB( [NativeTypeName("const GLint *")] int* length ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] static abstract void ShaderSourceARB( @@ -80817,28 +36215,6 @@ static abstract void ShaderSourceARB( [NativeTypeName("const GLint *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_storage_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_storage_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glShaderStorageBlockBinding")] static abstract void ShaderStorageBlockBinding( [NativeTypeName("GLuint")] uint program, @@ -80846,14 +36222,12 @@ static abstract void ShaderStorageBlockBinding( [NativeTypeName("GLuint")] uint storageBlockBinding ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] static abstract void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] uint combinerOp0, [NativeTypeName("GLenum")] uint combinerOp1 ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] static abstract void ShadingRateCombinerOpEXT( @@ -80861,37 +36235,26 @@ static abstract void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] Constant combinerOp1 ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] static abstract void ShadingRateEXT([NativeTypeName("GLenum")] uint rate); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] static abstract void ShadingRateEXT( [NativeTypeName("GLenum")] Constant rate ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] static abstract void ShadingRateImageBarrierNV( [NativeTypeName("GLboolean")] uint synchronize ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] static abstract void ShadingRateImageBarrierNV( [NativeTypeName("GLboolean")] MaybeBool synchronize ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] static abstract void ShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint viewport, @@ -80900,9 +36263,6 @@ static abstract void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] uint* rates ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] static abstract void ShadingRateImagePaletteNV( @@ -80912,9 +36272,6 @@ static abstract void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] Ref rates ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] static abstract void ShadingRateImagePaletteNV( @@ -80923,20 +36280,15 @@ static abstract void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] uint rates ); - [SupportedApiProfile("gles2", ["GL_QCOM_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] static abstract void ShadingRateQCOM([NativeTypeName("GLenum")] uint rate); - [SupportedApiProfile("gles2", ["GL_QCOM_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] static abstract void ShadingRateQCOM( [NativeTypeName("GLenum")] Constant rate ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] static abstract void ShadingRateSampleOrderCustomNV( [NativeTypeName("GLenum")] uint rate, @@ -80944,9 +36296,6 @@ static abstract void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] int* locations ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] static abstract void ShadingRateSampleOrderCustomNV( @@ -80955,9 +36304,6 @@ static abstract void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] Ref locations ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] static abstract void ShadingRateSampleOrderCustomNV( @@ -80965,13 +36311,9 @@ static abstract void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] int locations ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderNV")] static abstract void ShadingRateSampleOrderNV([NativeTypeName("GLenum")] uint order); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] static abstract void SharpenTexFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -80979,7 +36321,6 @@ static abstract void SharpenTexFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] static abstract void SharpenTexFuncSGIS( @@ -80988,8 +36329,6 @@ static abstract void SharpenTexFuncSGIS( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] static abstract void SignalSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -81000,8 +36339,6 @@ static abstract void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] uint* dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] static abstract void SignalSemaphoreEXT( @@ -81013,8 +36350,6 @@ static abstract void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] static abstract void SignalSemaphoreEXT( @@ -81025,8 +36360,6 @@ static abstract void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] static abstract void SignalSemaphoreEXT( @@ -81038,8 +36371,6 @@ static abstract void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] static abstract void SignalSemaphoreEXT( @@ -81050,8 +36381,6 @@ static abstract void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] static abstract void SignalSemaphoreEXT( @@ -81063,8 +36392,6 @@ static abstract void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] static abstract void SignalSemaphoreEXT( @@ -81075,7 +36402,6 @@ static abstract void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] static abstract void SignalSemaphoreNVX( [NativeTypeName("GLuint")] uint signalGpu, @@ -81084,7 +36410,6 @@ static abstract void SignalSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] static abstract void SignalSemaphoreNVX( @@ -81094,20 +36419,12 @@ static abstract void SignalSemaphoreNVX( [NativeTypeName("const GLuint64 *")] Ref fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glSignalVkFenceNV")] static abstract void SignalVkFenceNV([NativeTypeName("GLuint64")] ulong vkFence); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glSignalVkSemaphoreNV")] static abstract void SignalVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] static abstract void SpecializeShader( [NativeTypeName("GLuint")] uint shader, @@ -81117,8 +36434,6 @@ static abstract void SpecializeShader( [NativeTypeName("const GLuint *")] uint* pConstantValue ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] static abstract void SpecializeShader( @@ -81129,8 +36444,6 @@ static abstract void SpecializeShader( [NativeTypeName("const GLuint *")] Ref pConstantValue ); - [SupportedApiProfile("gl", ["GL_ARB_gl_spirv"])] - [SupportedApiProfile("glcore", ["GL_ARB_gl_spirv"])] [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] static abstract void SpecializeShaderARB( [NativeTypeName("GLuint")] uint shader, @@ -81140,8 +36453,6 @@ static abstract void SpecializeShaderARB( [NativeTypeName("const GLuint *")] uint* pConstantValue ); - [SupportedApiProfile("gl", ["GL_ARB_gl_spirv"])] - [SupportedApiProfile("glcore", ["GL_ARB_gl_spirv"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] static abstract void SpecializeShaderARB( @@ -81152,14 +36463,12 @@ static abstract void SpecializeShaderARB( [NativeTypeName("const GLuint *")] Ref pConstantValue ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] static abstract void SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] static abstract void SpriteParameterSGIX( @@ -81167,14 +36476,12 @@ static abstract void SpriteParameterSGIX( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] static abstract void SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] static abstract void SpriteParameterSGIX( @@ -81182,29 +36489,25 @@ static abstract void SpriteParameterSGIX( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] static abstract void SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] static abstract void SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 + [NativeTypeName("GLint")] Constant param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] static abstract void SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] static abstract void SpriteParameterSGIX( @@ -81212,12 +36515,9 @@ static abstract void SpriteParameterSGIX( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glStartInstrumentsSGIX")] static abstract void StartInstrumentsSGIX(); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] static abstract void StartTilingQCOM( [NativeTypeName("GLuint")] uint x, @@ -81227,8 +36527,6 @@ static abstract void StartTilingQCOM( [NativeTypeName("GLbitfield")] uint preserveMask ); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] static abstract void StartTilingQCOM( @@ -81239,24 +36537,18 @@ static abstract void StartTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glStateCaptureNV")] static abstract void StateCaptureNV( [NativeTypeName("GLuint")] uint state, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_stencil_clear_tag"])] [NativeFunction("opengl", EntryPoint = "glStencilClearTagEXT")] static abstract void StencilClearTagEXT( [NativeTypeName("GLsizei")] uint stencilTagBits, [NativeTypeName("GLuint")] uint stencilClearTag ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] static abstract void StencilFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -81269,9 +36561,6 @@ static abstract void StencilFillPathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] static abstract void StencilFillPathInstancedNV( @@ -81285,9 +36574,6 @@ static abstract void StencilFillPathInstancedNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] static abstract void StencilFillPathNV( [NativeTypeName("GLuint")] uint path, @@ -81295,9 +36581,6 @@ static abstract void StencilFillPathNV( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] static abstract void StencilFillPathNV( @@ -81306,62 +36589,6 @@ static abstract void StencilFillPathNV( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilFunc")] static abstract void StencilFunc( [NativeTypeName("GLenum")] uint func, @@ -81369,62 +36596,6 @@ static abstract void StencilFunc( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFunc")] static abstract void StencilFunc( @@ -81433,49 +36604,6 @@ static abstract void StencilFunc( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] static abstract void StencilFuncSeparate( [NativeTypeName("GLenum")] uint face, @@ -81484,49 +36612,6 @@ static abstract void StencilFuncSeparate( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] static abstract void StencilFuncSeparate( @@ -81536,7 +36621,6 @@ static abstract void StencilFuncSeparate( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] static abstract void StencilFuncSeparateATI( [NativeTypeName("GLenum")] uint frontfunc, @@ -81545,7 +36629,6 @@ static abstract void StencilFuncSeparateATI( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] static abstract void StencilFuncSeparateATI( @@ -81555,157 +36638,15 @@ static abstract void StencilFuncSeparateATI( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilMask")] static abstract void StencilMask([NativeTypeName("GLuint")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] static abstract void StencilMaskSeparate( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] static abstract void StencilMaskSeparate( @@ -81713,62 +36654,6 @@ static abstract void StencilMaskSeparate( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilOp")] static abstract void StencilOp( [NativeTypeName("GLenum")] uint fail, @@ -81776,62 +36661,6 @@ static abstract void StencilOp( [NativeTypeName("GLenum")] uint zpass ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOp")] static abstract void StencilOp( @@ -81840,49 +36669,6 @@ static abstract void StencilOp( [NativeTypeName("GLenum")] Constant zpass ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] static abstract void StencilOpSeparate( [NativeTypeName("GLenum")] uint face, @@ -81891,49 +36677,6 @@ static abstract void StencilOpSeparate( [NativeTypeName("GLenum")] uint dppass ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] static abstract void StencilOpSeparate( @@ -81943,7 +36686,6 @@ static abstract void StencilOpSeparate( [NativeTypeName("GLenum")] Constant dppass ); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] static abstract void StencilOpSeparateATI( [NativeTypeName("GLenum")] uint face, @@ -81952,7 +36694,6 @@ static abstract void StencilOpSeparateATI( [NativeTypeName("GLenum")] uint dppass ); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] static abstract void StencilOpSeparateATI( @@ -81962,14 +36703,12 @@ static abstract void StencilOpSeparateATI( [NativeTypeName("GLenum")] Constant dppass ); - [SupportedApiProfile("gl", ["GL_AMD_stencil_operation_extended"])] [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] static abstract void StencilOpValueAMD( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_AMD_stencil_operation_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] static abstract void StencilOpValueAMD( @@ -81977,9 +36716,6 @@ static abstract void StencilOpValueAMD( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] static abstract void StencilStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -81992,9 +36728,6 @@ static abstract void StencilStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] static abstract void StencilStrokePathInstancedNV( @@ -82008,9 +36741,6 @@ static abstract void StencilStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathNV")] static abstract void StencilStrokePathNV( [NativeTypeName("GLuint")] uint path, @@ -82018,9 +36748,6 @@ static abstract void StencilStrokePathNV( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] static abstract void StencilThenCoverFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -82034,9 +36761,6 @@ static abstract void StencilThenCoverFillPathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] static abstract void StencilThenCoverFillPathInstancedNV( @@ -82051,9 +36775,6 @@ static abstract void StencilThenCoverFillPathInstancedNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] static abstract void StencilThenCoverFillPathNV( [NativeTypeName("GLuint")] uint path, @@ -82062,9 +36783,6 @@ static abstract void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] uint coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] static abstract void StencilThenCoverFillPathNV( @@ -82074,9 +36792,6 @@ static abstract void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] Constant coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] static abstract void StencilThenCoverStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -82090,9 +36805,6 @@ static abstract void StencilThenCoverStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] static abstract void StencilThenCoverStrokePathInstancedNV( @@ -82107,9 +36819,6 @@ static abstract void StencilThenCoverStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] static abstract void StencilThenCoverStrokePathNV( [NativeTypeName("GLuint")] uint path, @@ -82118,9 +36827,6 @@ static abstract void StencilThenCoverStrokePathNV( [NativeTypeName("GLenum")] uint coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] static abstract void StencilThenCoverStrokePathNV( @@ -82130,35 +36836,28 @@ static abstract void StencilThenCoverStrokePathNV( [NativeTypeName("GLenum")] Constant coverMode ); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glStopInstrumentsSGIX")] static abstract void StopInstrumentsSGIX([NativeTypeName("GLint")] int marker); - [SupportedApiProfile("gl", ["GL_GREMEDY_string_marker"])] [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] - static abstract void StringMarkerGremedy( + static abstract void StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] void* @string ); - [SupportedApiProfile("gl", ["GL_GREMEDY_string_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] - static abstract void StringMarkerGremedy( + static abstract void StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] Ref @string ); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster"])] - [SupportedApiProfile("gles2", ["GL_NV_conservative_raster"])] [NativeFunction("opengl", EntryPoint = "glSubpixelPrecisionBiasNV")] static abstract void SubpixelPrecisionBiasNV( [NativeTypeName("GLuint")] uint xbits, [NativeTypeName("GLuint")] uint ybits ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] static abstract void SwizzleEXT( [NativeTypeName("GLuint")] uint res, @@ -82169,7 +36868,6 @@ static abstract void SwizzleEXT( [NativeTypeName("GLenum")] uint outW ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] static abstract void SwizzleEXT( @@ -82181,15 +36879,12 @@ static abstract void SwizzleEXT( [NativeTypeName("GLenum")] Constant outW ); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glSyncTextureINTEL")] - static abstract void SyncTextureIntel([NativeTypeName("GLuint")] uint texture); + static abstract void SyncTextureINTEL([NativeTypeName("GLuint")] uint texture); - [SupportedApiProfile("gl", ["GL_SGIX_tag_sample_buffer"])] [NativeFunction("opengl", EntryPoint = "glTagSampleBufferSGIX")] static abstract void TagSampleBufferSGIX(); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3bEXT")] static abstract void Tangent3EXT( [NativeTypeName("GLbyte")] sbyte tx, @@ -82197,16 +36892,13 @@ static abstract void Tangent3EXT( [NativeTypeName("GLbyte")] sbyte tz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] static abstract void Tangent3EXT([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] static abstract void Tangent3EXT([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3dEXT")] static abstract void Tangent3EXT( [NativeTypeName("GLdouble")] double tx, @@ -82214,16 +36906,13 @@ static abstract void Tangent3EXT( [NativeTypeName("GLdouble")] double tz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] static abstract void Tangent3EXT([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] static abstract void Tangent3EXT([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3fEXT")] static abstract void Tangent3EXT( [NativeTypeName("GLfloat")] float tx, @@ -82231,16 +36920,13 @@ static abstract void Tangent3EXT( [NativeTypeName("GLfloat")] float tz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] static abstract void Tangent3EXT([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] static abstract void Tangent3EXT([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3iEXT")] static abstract void Tangent3EXT( [NativeTypeName("GLint")] int tx, @@ -82248,16 +36934,13 @@ static abstract void Tangent3EXT( [NativeTypeName("GLint")] int tz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] static abstract void Tangent3EXT([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] static abstract void Tangent3EXT([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3sEXT")] static abstract void Tangent3EXT( [NativeTypeName("GLshort")] short tx, @@ -82265,16 +36948,13 @@ static abstract void Tangent3EXT( [NativeTypeName("GLshort")] short tz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] static abstract void Tangent3EXT([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] static abstract void Tangent3EXT([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] static abstract void TangentPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -82282,7 +36962,6 @@ static abstract void TangentPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] static abstract void TangentPointerEXT( @@ -82291,64 +36970,48 @@ static abstract void TangentPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_3DFX_tbuffer"])] [NativeFunction("opengl", EntryPoint = "glTbufferMask3DFX")] static abstract void TbufferMask3DFX([NativeTypeName("GLuint")] uint mask); - [SupportedApiProfile("gl", ["GL_AMD_vertex_shader_tessellator"])] [NativeFunction("opengl", EntryPoint = "glTessellationFactorAMD")] static abstract void TessellationFactorAMD([NativeTypeName("GLfloat")] float factor); - [SupportedApiProfile("gl", ["GL_AMD_vertex_shader_tessellator"])] [NativeFunction("opengl", EntryPoint = "glTessellationModeAMD")] static abstract void TessellationModeAMD([NativeTypeName("GLenum")] uint mode); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] - static abstract MaybeBool TestFenceApple([NativeTypeName("GLuint")] uint fence); + static abstract MaybeBool TestFenceAPPLE([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] - static abstract uint TestFenceAppleRaw([NativeTypeName("GLuint")] uint fence); + static abstract uint TestFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] static abstract MaybeBool TestFenceNV([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] - static abstract uint TestFenceNVRaw([NativeTypeName("GLuint")] uint fence); + static abstract uint TestFenceNVRawNV([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] - static abstract MaybeBool TestObjectApple( + static abstract MaybeBool TestObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] - static abstract uint TestObjectAppleRaw( + static abstract uint TestObjectAppleRawAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] static abstract void TexAttachMemoryNV( [NativeTypeName("GLenum")] uint target, @@ -82356,9 +37019,6 @@ static abstract void TexAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] static abstract void TexAttachMemoryNV( @@ -82367,38 +37027,6 @@ static abstract void TexAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glTexBuffer")] static abstract void TexBuffer( [NativeTypeName("GLenum")] uint target, @@ -82406,38 +37034,6 @@ static abstract void TexBuffer( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBuffer")] static abstract void TexBuffer( @@ -82446,8 +37042,6 @@ static abstract void TexBuffer( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_ARB_texture_buffer_object"])] - [SupportedApiProfile("glcore", ["GL_ARB_texture_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] static abstract void TexBufferARB( [NativeTypeName("GLenum")] uint target, @@ -82455,8 +37049,6 @@ static abstract void TexBufferARB( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_ARB_texture_buffer_object"])] - [SupportedApiProfile("glcore", ["GL_ARB_texture_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] static abstract void TexBufferARB( @@ -82465,8 +37057,6 @@ static abstract void TexBufferARB( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_texture_buffer_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] static abstract void TexBufferEXT( [NativeTypeName("GLenum")] uint target, @@ -82474,8 +37064,6 @@ static abstract void TexBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_texture_buffer_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] static abstract void TexBufferEXT( @@ -82484,7 +37072,6 @@ static abstract void TexBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] static abstract void TexBufferOES( [NativeTypeName("GLenum")] uint target, @@ -82492,7 +37079,6 @@ static abstract void TexBufferOES( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] static abstract void TexBufferOES( @@ -82501,28 +37087,6 @@ static abstract void TexBufferOES( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] static abstract void TexBufferRange( [NativeTypeName("GLenum")] uint target, @@ -82532,28 +37096,6 @@ static abstract void TexBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] static abstract void TexBufferRange( @@ -82564,7 +37106,6 @@ static abstract void TexBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] static abstract void TexBufferRangeEXT( [NativeTypeName("GLenum")] uint target, @@ -82574,7 +37115,6 @@ static abstract void TexBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] static abstract void TexBufferRangeEXT( @@ -82585,7 +37125,6 @@ static abstract void TexBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] static abstract void TexBufferRangeOES( [NativeTypeName("GLenum")] uint target, @@ -82595,7 +37134,6 @@ static abstract void TexBufferRangeOES( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] static abstract void TexBufferRangeOES( @@ -82606,14 +37144,12 @@ static abstract void TexBufferRangeOES( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] static abstract void TexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] static abstract void TexBumpParameterATI( @@ -82621,14 +37157,12 @@ static abstract void TexBumpParameterATI( [NativeTypeName("const GLfloat *")] Ref param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] static abstract void TexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] static abstract void TexBumpParameterATI( @@ -82636,652 +37170,136 @@ static abstract void TexBumpParameterATI( [NativeTypeName("const GLint *")] Ref param1 ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1bOES")] static abstract void TexCoord1OES([NativeTypeName("GLbyte")] sbyte s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] - static abstract void TexCoord1BvO([NativeTypeName("const GLbyte *")] sbyte coords); + static abstract void TexCoord1BvOOES([NativeTypeName("const GLbyte *")] sbyte coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] static abstract void TexCoord1OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] static abstract void TexCoord1OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord1d")] - static abstract void TexCoord1D([NativeTypeName("GLdouble")] double s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1d([NativeTypeName("GLdouble")] double s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] - static abstract void TexCoord1Dv([NativeTypeName("const GLdouble *")] double* v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1dv([NativeTypeName("const GLdouble *")] double* v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] - static abstract void TexCoord1Dv([NativeTypeName("const GLdouble *")] Ref v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1dv([NativeTypeName("const GLdouble *")] Ref v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] - static abstract void TexCoord1Dv([NativeTypeName("const GLdouble *")] double v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1dv([NativeTypeName("const GLdouble *")] double v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1f")] - static abstract void TexCoord1F([NativeTypeName("GLfloat")] float s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1f([NativeTypeName("GLfloat")] float s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] - static abstract void TexCoord1Fv([NativeTypeName("const GLfloat *")] float* v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1fv([NativeTypeName("const GLfloat *")] float* v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] - static abstract void TexCoord1Fv([NativeTypeName("const GLfloat *")] Ref v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1fv([NativeTypeName("const GLfloat *")] Ref v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] - static abstract void TexCoord1Fv([NativeTypeName("const GLfloat *")] float v); + static abstract void TexCoord1fv([NativeTypeName("const GLfloat *")] float v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1hNV")] static abstract void TexCoord1NV([NativeTypeName("GLhalfNV")] ushort s); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] - static abstract void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort* v); + static abstract void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] - static abstract void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] Ref v); + static abstract void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] - static abstract void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1i")] - static abstract void TexCoord1I([NativeTypeName("GLint")] int s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1i([NativeTypeName("GLint")] int s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] - static abstract void TexCoord1Iv([NativeTypeName("const GLint *")] int* v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1iv([NativeTypeName("const GLint *")] int* v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] - static abstract void TexCoord1Iv([NativeTypeName("const GLint *")] Ref v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1iv([NativeTypeName("const GLint *")] Ref v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] - static abstract void TexCoord1Iv([NativeTypeName("const GLint *")] int v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1iv([NativeTypeName("const GLint *")] int v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1s")] - static abstract void TexCoord1S([NativeTypeName("GLshort")] short s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1s([NativeTypeName("GLshort")] short s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] - static abstract void TexCoord1Sv([NativeTypeName("const GLshort *")] short* v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1sv([NativeTypeName("const GLshort *")] short* v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] - static abstract void TexCoord1Sv([NativeTypeName("const GLshort *")] Ref v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + static abstract void TexCoord1sv([NativeTypeName("const GLshort *")] Ref v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] - static abstract void TexCoord1Sv([NativeTypeName("const GLshort *")] short v); + static abstract void TexCoord1sv([NativeTypeName("const GLshort *")] short v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1xOES")] static abstract void TexCoord1XOES([NativeTypeName("GLfixed")] int s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] - static abstract void TexCoord1XvO([NativeTypeName("const GLfixed *")] int coords); + static abstract void TexCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] static abstract void TexCoord1XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] static abstract void TexCoord1XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2bOES")] static abstract void TexCoord2OES( [NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] static abstract void TexCoord2OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] static abstract void TexCoord2OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2d")] static abstract void TexCoord2( [NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] static abstract void TexCoord2([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] static abstract void TexCoord2([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2f")] static abstract void TexCoord2( [NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fSUN")] static abstract void TexCoord2FColor3FVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -83294,7 +37312,6 @@ static abstract void TexCoord2FColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] static abstract void TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -83302,7 +37319,6 @@ static abstract void TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] static abstract void TexCoord2FColor3FVertex3SUN( @@ -83311,7 +37327,6 @@ static abstract void TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fSUN")] static abstract void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -83328,7 +37343,6 @@ static abstract void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] static abstract void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -83337,7 +37351,6 @@ static abstract void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] static abstract void TexCoord2FColor4FNormal3FVertex3SUN( @@ -83347,7 +37360,6 @@ static abstract void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fSUN")] static abstract void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -83361,7 +37373,6 @@ static abstract void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] static abstract void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -83369,7 +37380,6 @@ static abstract void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] static abstract void TexCoord2FColor4UbVertex3SUN( @@ -83378,7 +37388,6 @@ static abstract void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fSUN")] static abstract void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -83391,7 +37400,6 @@ static abstract void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] static abstract void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -83399,7 +37407,6 @@ static abstract void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] static abstract void TexCoord2FNormal3FVertex3SUN( @@ -83408,64 +37415,13 @@ static abstract void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] static abstract void TexCoord2([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] static abstract void TexCoord2([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fSUN")] static abstract void TexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -83475,14 +37431,12 @@ static abstract void TexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] static abstract void TexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] static abstract void TexCoord2FVertex3SUN( @@ -83490,215 +37444,58 @@ static abstract void TexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2hNV")] static abstract void TexCoord2NV( [NativeTypeName("GLhalfNV")] ushort s, [NativeTypeName("GLhalfNV")] ushort t ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] static abstract void TexCoord2NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] static abstract void TexCoord2NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2i")] static abstract void TexCoord2( [NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] static abstract void TexCoord2([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] static abstract void TexCoord2([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2s")] static abstract void TexCoord2( [NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] static abstract void TexCoord2([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] static abstract void TexCoord2([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2xOES")] static abstract void TexCoord2XOES( [NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] static abstract void TexCoord2XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] static abstract void TexCoord2XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3bOES")] static abstract void TexCoord3OES( [NativeTypeName("GLbyte")] sbyte s, @@ -83706,40 +37503,13 @@ static abstract void TexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] static abstract void TexCoord3OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] static abstract void TexCoord3OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3d")] static abstract void TexCoord3( [NativeTypeName("GLdouble")] double s, @@ -83747,88 +37517,13 @@ static abstract void TexCoord3( [NativeTypeName("GLdouble")] double r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] static abstract void TexCoord3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] static abstract void TexCoord3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3f")] static abstract void TexCoord3( [NativeTypeName("GLfloat")] float s, @@ -83836,64 +37531,13 @@ static abstract void TexCoord3( [NativeTypeName("GLfloat")] float r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] static abstract void TexCoord3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] static abstract void TexCoord3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3hNV")] static abstract void TexCoord3NV( [NativeTypeName("GLhalfNV")] ushort s, @@ -83901,40 +37545,13 @@ static abstract void TexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] static abstract void TexCoord3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] static abstract void TexCoord3NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3i")] static abstract void TexCoord3( [NativeTypeName("GLint")] int s, @@ -83942,88 +37559,13 @@ static abstract void TexCoord3( [NativeTypeName("GLint")] int r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] static abstract void TexCoord3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] static abstract void TexCoord3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3s")] static abstract void TexCoord3( [NativeTypeName("GLshort")] short s, @@ -84031,64 +37573,13 @@ static abstract void TexCoord3( [NativeTypeName("GLshort")] short r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] static abstract void TexCoord3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] static abstract void TexCoord3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3xOES")] static abstract void TexCoord3XOES( [NativeTypeName("GLfixed")] int s, @@ -84096,16 +37587,13 @@ static abstract void TexCoord3XOES( [NativeTypeName("GLfixed")] int r ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] static abstract void TexCoord3XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] static abstract void TexCoord3XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4bOES")] static abstract void TexCoord4OES( [NativeTypeName("GLbyte")] sbyte s, @@ -84114,40 +37602,13 @@ static abstract void TexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] static abstract void TexCoord4OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] static abstract void TexCoord4OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4d")] static abstract void TexCoord4( [NativeTypeName("GLdouble")] double s, @@ -84156,88 +37617,13 @@ static abstract void TexCoord4( [NativeTypeName("GLdouble")] double q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] static abstract void TexCoord4([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] static abstract void TexCoord4([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4f")] static abstract void TexCoord4( [NativeTypeName("GLfloat")] float s, @@ -84246,7 +37632,6 @@ static abstract void TexCoord4( [NativeTypeName("GLfloat")] float q ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fSUN")] static abstract void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("GLfloat")] float s, @@ -84266,7 +37651,6 @@ static abstract void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] static abstract void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -84275,7 +37659,6 @@ static abstract void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] static abstract void TexCoord4FColor4FNormal3FVertex4SUN( @@ -84285,64 +37668,13 @@ static abstract void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] static abstract void TexCoord4([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] static abstract void TexCoord4([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fSUN")] static abstract void TexCoord4FVertex4SUN( [NativeTypeName("GLfloat")] float s, @@ -84355,14 +37687,12 @@ static abstract void TexCoord4FVertex4SUN( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] static abstract void TexCoord4FVertex4SUN( [NativeTypeName("const GLfloat *")] float* tc, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] static abstract void TexCoord4FVertex4SUN( @@ -84370,7 +37700,6 @@ static abstract void TexCoord4FVertex4SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4hNV")] static abstract void TexCoord4NV( [NativeTypeName("GLhalfNV")] ushort s, @@ -84379,40 +37708,13 @@ static abstract void TexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] static abstract void TexCoord4NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] static abstract void TexCoord4NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4i")] static abstract void TexCoord4( [NativeTypeName("GLint")] int s, @@ -84421,88 +37723,13 @@ static abstract void TexCoord4( [NativeTypeName("GLint")] int q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] static abstract void TexCoord4([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] static abstract void TexCoord4([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4s")] static abstract void TexCoord4( [NativeTypeName("GLshort")] short s, @@ -84511,64 +37738,13 @@ static abstract void TexCoord4( [NativeTypeName("GLshort")] short q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] static abstract void TexCoord4([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] static abstract void TexCoord4([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4xOES")] static abstract void TexCoord4XOES( [NativeTypeName("GLfixed")] int s, @@ -84577,17 +37753,13 @@ static abstract void TexCoord4XOES( [NativeTypeName("GLfixed")] int q ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] static abstract void TexCoord4XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] static abstract void TexCoord4XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glTexCoordFormatNV")] static abstract void TexCoordFormatNV( [NativeTypeName("GLint")] int size, @@ -84595,14 +37767,12 @@ static abstract void TexCoordFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] static abstract void TexCoordP1( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] static abstract void TexCoordP1( @@ -84610,37 +37780,32 @@ static abstract void TexCoordP1( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] - static abstract void TexCoordP1Uiv( + static abstract void TexCoordP1uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] - static abstract void TexCoordP1Uiv( + static abstract void TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] - static abstract void TexCoordP1Uiv( + static abstract void TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] static abstract void TexCoordP2( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] static abstract void TexCoordP2( @@ -84648,37 +37813,32 @@ static abstract void TexCoordP2( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] - static abstract void TexCoordP2Uiv( + static abstract void TexCoordP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] - static abstract void TexCoordP2Uiv( + static abstract void TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] - static abstract void TexCoordP2Uiv( + static abstract void TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] static abstract void TexCoordP3( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] static abstract void TexCoordP3( @@ -84686,37 +37846,32 @@ static abstract void TexCoordP3( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] - static abstract void TexCoordP3Uiv( + static abstract void TexCoordP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] - static abstract void TexCoordP3Uiv( + static abstract void TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] - static abstract void TexCoordP3Uiv( + static abstract void TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] static abstract void TexCoordP4( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] static abstract void TexCoordP4( @@ -84724,54 +37879,26 @@ static abstract void TexCoordP4( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] - static abstract void TexCoordP4Uiv( + static abstract void TexCoordP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] - static abstract void TexCoordP4Uiv( + static abstract void TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] - static abstract void TexCoordP4Uiv( + static abstract void TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] static abstract void TexCoordPointer( [NativeTypeName("GLint")] int size, @@ -84780,31 +37907,6 @@ static abstract void TexCoordPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] static abstract void TexCoordPointer( @@ -84814,7 +37916,6 @@ static abstract void TexCoordPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] static abstract void TexCoordPointerEXT( [NativeTypeName("GLint")] int size, @@ -84824,7 +37925,6 @@ static abstract void TexCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] static abstract void TexCoordPointerEXT( @@ -84835,7 +37935,6 @@ static abstract void TexCoordPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] static abstract void TexCoordPointerListIBM( [NativeTypeName("GLint")] int size, @@ -84845,7 +37944,6 @@ static abstract void TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] static abstract void TexCoordPointerListIBM( @@ -84856,7 +37954,6 @@ static abstract void TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] static abstract Ptr TexCoordPointerListIBM( @@ -84865,49 +37962,21 @@ static abstract Ptr TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] - static abstract void TexCoordPointerIntel( + static abstract void TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] - static abstract void TexCoordPointerIntel( + static abstract void TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvf")] static abstract void TexEnv( [NativeTypeName("GLenum")] uint target, @@ -84915,32 +37984,6 @@ static abstract void TexEnv( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvf")] static abstract void TexEnv( @@ -84949,32 +37992,6 @@ static abstract void TexEnv( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] static abstract void TexEnv( [NativeTypeName("GLenum")] uint target, @@ -84982,32 +37999,6 @@ static abstract void TexEnv( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] static abstract void TexEnv( @@ -85016,32 +38007,6 @@ static abstract void TexEnv( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvi")] static abstract void TexEnv( [NativeTypeName("GLenum")] uint target, @@ -85049,32 +38014,6 @@ static abstract void TexEnv( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvi")] static abstract void TexEnv( @@ -85083,32 +38022,6 @@ static abstract void TexEnv( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnviv")] static abstract void TexEnv( [NativeTypeName("GLenum")] uint target, @@ -85116,32 +38029,6 @@ static abstract void TexEnv( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnviv")] static abstract void TexEnv( @@ -85150,7 +38037,6 @@ static abstract void TexEnv( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvx")] static abstract void TexEnvx( [NativeTypeName("GLenum")] uint target, @@ -85158,7 +38044,6 @@ static abstract void TexEnvx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvx")] static abstract void TexEnvx( @@ -85167,8 +38052,6 @@ static abstract void TexEnvx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] static abstract void TexEnvxOES( [NativeTypeName("GLenum")] uint target, @@ -85176,8 +38059,6 @@ static abstract void TexEnvxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] static abstract void TexEnvxOES( @@ -85186,7 +38067,6 @@ static abstract void TexEnvxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] static abstract void TexEnvx( [NativeTypeName("GLenum")] uint target, @@ -85194,7 +38074,6 @@ static abstract void TexEnvx( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] static abstract void TexEnvx( @@ -85203,8 +38082,6 @@ static abstract void TexEnvx( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] static abstract void TexEnvxOES( [NativeTypeName("GLenum")] uint target, @@ -85212,8 +38089,6 @@ static abstract void TexEnvxOES( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] static abstract void TexEnvxOES( @@ -85222,7 +38097,6 @@ static abstract void TexEnvxOES( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_QCOM_motion_estimation"])] [NativeFunction("opengl", EntryPoint = "glTexEstimateMotionQCOM")] static abstract void TexEstimateMotionQCOM( [NativeTypeName("GLuint")] uint @ref, @@ -85230,7 +38104,6 @@ static abstract void TexEstimateMotionQCOM( [NativeTypeName("GLuint")] uint output ); - [SupportedApiProfile("gles2", ["GL_QCOM_motion_estimation"])] [NativeFunction("opengl", EntryPoint = "glTexEstimateMotionRegionsQCOM")] static abstract void TexEstimateMotionRegionQCOM( [NativeTypeName("GLuint")] uint @ref, @@ -85239,16 +38112,14 @@ static abstract void TexEstimateMotionRegionQCOM( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] - static abstract void TexFilterFuncSGI( + static abstract void TexFilterFuncSGISGIS( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant filter, [NativeTypeName("const GLfloat *")] float weights ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] static abstract void TexFilterFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -85257,7 +38128,6 @@ static abstract void TexFilterFuncSGIS( [NativeTypeName("const GLfloat *")] float* weights ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] static abstract void TexFilterFuncSGIS( @@ -85267,31 +38137,6 @@ static abstract void TexFilterFuncSGIS( [NativeTypeName("const GLfloat *")] Ref weights ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGend")] static abstract void TexGen( [NativeTypeName("GLenum")] uint coord, @@ -85299,31 +38144,6 @@ static abstract void TexGen( [NativeTypeName("GLdouble")] double param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGend")] static abstract void TexGen( @@ -85332,31 +38152,6 @@ static abstract void TexGen( [NativeTypeName("GLdouble")] double param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGendv")] static abstract void TexGen( [NativeTypeName("GLenum")] uint coord, @@ -85364,31 +38159,6 @@ static abstract void TexGen( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGendv")] static abstract void TexGen( @@ -85397,31 +38167,6 @@ static abstract void TexGen( [NativeTypeName("const GLdouble *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGenf")] static abstract void TexGen( [NativeTypeName("GLenum")] uint coord, @@ -85429,31 +38174,6 @@ static abstract void TexGen( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenf")] static abstract void TexGen( @@ -85462,7 +38182,6 @@ static abstract void TexGen( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] static abstract void TexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -85470,7 +38189,6 @@ static abstract void TexGenOES( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] static abstract void TexGenOES( @@ -85479,31 +38197,6 @@ static abstract void TexGenOES( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGenfv")] static abstract void TexGen( [NativeTypeName("GLenum")] uint coord, @@ -85511,31 +38204,6 @@ static abstract void TexGen( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfv")] static abstract void TexGen( @@ -85544,7 +38212,6 @@ static abstract void TexGen( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] static abstract void TexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -85552,7 +38219,6 @@ static abstract void TexGenOES( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] static abstract void TexGenOES( @@ -85561,31 +38227,6 @@ static abstract void TexGenOES( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGeni")] static abstract void TexGen( [NativeTypeName("GLenum")] uint coord, @@ -85593,31 +38234,6 @@ static abstract void TexGen( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeni")] static abstract void TexGen( @@ -85626,7 +38242,6 @@ static abstract void TexGen( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] static abstract void TexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -85634,7 +38249,6 @@ static abstract void TexGenOES( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] static abstract void TexGenOES( @@ -85643,31 +38257,6 @@ static abstract void TexGenOES( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGeniv")] static abstract void TexGen( [NativeTypeName("GLenum")] uint coord, @@ -85675,31 +38264,6 @@ static abstract void TexGen( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeniv")] static abstract void TexGen( @@ -85708,7 +38272,6 @@ static abstract void TexGen( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] static abstract void TexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -85716,7 +38279,6 @@ static abstract void TexGenOES( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] static abstract void TexGenOES( @@ -85725,8 +38287,6 @@ static abstract void TexGenOES( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] static abstract void TexGenxOES( [NativeTypeName("GLenum")] uint coord, @@ -85734,8 +38294,6 @@ static abstract void TexGenxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] static abstract void TexGenxOES( @@ -85744,8 +38302,6 @@ static abstract void TexGenxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] static abstract void TexGenxOES( [NativeTypeName("GLenum")] uint coord, @@ -85753,8 +38309,6 @@ static abstract void TexGenxOES( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] static abstract void TexGenxOES( @@ -85763,56 +38317,6 @@ static abstract void TexGenxOES( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexImage1D")] static abstract void TexImage1D( [NativeTypeName("GLenum")] uint target, @@ -85825,56 +38329,6 @@ static abstract void TexImage1D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage1D")] static abstract void TexImage1D( @@ -85888,62 +38342,6 @@ static abstract void TexImage1D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexImage2D")] static abstract void TexImage2D( [NativeTypeName("GLenum")] uint target, @@ -85957,62 +38355,6 @@ static abstract void TexImage2D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2D")] static abstract void TexImage2D( @@ -86027,38 +38369,6 @@ static abstract void TexImage2D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] static abstract void TexImage2DMultisample( [NativeTypeName("GLenum")] uint target, @@ -86069,38 +38379,6 @@ static abstract void TexImage2DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] static abstract void TexImage2DMultisample( @@ -86112,7 +38390,6 @@ static abstract void TexImage2DMultisample( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] static abstract void TexImage2DMultisampleCoverageNV( [NativeTypeName("GLenum")] uint target, @@ -86124,7 +38401,6 @@ static abstract void TexImage2DMultisampleCoverageNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] static abstract void TexImage2DMultisampleCoverageNV( @@ -86137,52 +38413,6 @@ static abstract void TexImage2DMultisampleCoverageNV( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage3D")] static abstract void TexImage3D( [NativeTypeName("GLenum")] uint target, @@ -86197,52 +38427,6 @@ static abstract void TexImage3D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3D")] static abstract void TexImage3D( @@ -86258,7 +38442,6 @@ static abstract void TexImage3D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] static abstract void TexImage3DEXT( [NativeTypeName("GLenum")] uint target, @@ -86273,7 +38456,6 @@ static abstract void TexImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] static abstract void TexImage3DEXT( @@ -86289,38 +38471,6 @@ static abstract void TexImage3DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] static abstract void TexImage3DMultisample( [NativeTypeName("GLenum")] uint target, @@ -86332,38 +38482,6 @@ static abstract void TexImage3DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] static abstract void TexImage3DMultisample( @@ -86376,7 +38494,6 @@ static abstract void TexImage3DMultisample( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] static abstract void TexImage3DMultisampleCoverageNV( [NativeTypeName("GLenum")] uint target, @@ -86389,7 +38506,6 @@ static abstract void TexImage3DMultisampleCoverageNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] static abstract void TexImage3DMultisampleCoverageNV( @@ -86403,7 +38519,6 @@ static abstract void TexImage3DMultisampleCoverageNV( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] static abstract void TexImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -86418,7 +38533,6 @@ static abstract void TexImage3DOES( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] static abstract void TexImage3DOES( @@ -86434,7 +38548,6 @@ static abstract void TexImage3DOES( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] static abstract void TexImage4DSGIS( [NativeTypeName("GLenum")] uint target, @@ -86450,7 +38563,6 @@ static abstract void TexImage4DSGIS( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] static abstract void TexImage4DSGIS( @@ -86467,8 +38579,6 @@ static abstract void TexImage4DSGIS( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] static abstract void TexPageCommitmentARB( [NativeTypeName("GLenum")] uint target, @@ -86482,8 +38592,6 @@ static abstract void TexPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] static abstract void TexPageCommitmentARB( @@ -86498,7 +38606,6 @@ static abstract void TexPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gles2", ["GL_EXT_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] static abstract void TexPageCommitmentEXT( [NativeTypeName("GLenum")] uint target, @@ -86512,7 +38619,6 @@ static abstract void TexPageCommitmentEXT( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gles2", ["GL_EXT_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] static abstract void TexPageCommitmentEXT( @@ -86527,9 +38633,6 @@ static abstract void TexPageCommitmentEXT( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] static abstract void TexPageCommitmentMemNV( [NativeTypeName("GLenum")] uint target, @@ -86546,9 +38649,6 @@ static abstract void TexPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] static abstract void TexPageCommitmentMemNV( @@ -86566,62 +38666,6 @@ static abstract void TexPageCommitmentMemNV( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterf")] static abstract void TexParameter( [NativeTypeName("GLenum")] uint target, @@ -86629,62 +38673,6 @@ static abstract void TexParameter( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterf")] static abstract void TexParameter( @@ -86693,62 +38681,6 @@ static abstract void TexParameter( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] static abstract void TexParameter( [NativeTypeName("GLenum")] uint target, @@ -86756,62 +38688,6 @@ static abstract void TexParameter( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] static abstract void TexParameter( @@ -86820,62 +38696,6 @@ static abstract void TexParameter( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameteri")] static abstract void TexParameter( [NativeTypeName("GLenum")] uint target, @@ -86883,62 +38703,6 @@ static abstract void TexParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameteri")] static abstract void TexParameter( @@ -86947,40 +38711,6 @@ static abstract void TexParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] static abstract void TexParameterI( [NativeTypeName("GLenum")] uint target, @@ -86988,40 +38718,6 @@ static abstract void TexParameterI( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] static abstract void TexParameterI( @@ -87030,8 +38726,6 @@ static abstract void TexParameterI( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] static abstract void TexParameterIEXT( [NativeTypeName("GLenum")] uint target, @@ -87039,8 +38733,6 @@ static abstract void TexParameterIEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] static abstract void TexParameterIEXT( @@ -87049,7 +38741,6 @@ static abstract void TexParameterIEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] static abstract void TexParameterIOES( [NativeTypeName("GLenum")] uint target, @@ -87057,7 +38748,6 @@ static abstract void TexParameterIOES( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] static abstract void TexParameterIOES( @@ -87066,40 +38756,6 @@ static abstract void TexParameterIOES( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] static abstract void TexParameterI( [NativeTypeName("GLenum")] uint target, @@ -87107,40 +38763,6 @@ static abstract void TexParameterI( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] static abstract void TexParameterI( @@ -87149,8 +38771,6 @@ static abstract void TexParameterI( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] static abstract void TexParameterIEXT( [NativeTypeName("GLenum")] uint target, @@ -87158,8 +38778,6 @@ static abstract void TexParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] static abstract void TexParameterIEXT( @@ -87168,7 +38786,6 @@ static abstract void TexParameterIEXT( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] static abstract void TexParameterIOES( [NativeTypeName("GLenum")] uint target, @@ -87176,7 +38793,6 @@ static abstract void TexParameterIOES( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] static abstract void TexParameterIOES( @@ -87185,62 +38801,6 @@ static abstract void TexParameterIOES( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] static abstract void TexParameter( [NativeTypeName("GLenum")] uint target, @@ -87248,62 +38808,6 @@ static abstract void TexParameter( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] static abstract void TexParameter( @@ -87312,7 +38816,6 @@ static abstract void TexParameter( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterx")] static abstract void TexParameterx( [NativeTypeName("GLenum")] uint target, @@ -87320,7 +38823,6 @@ static abstract void TexParameterx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterx")] static abstract void TexParameterx( @@ -87329,8 +38831,6 @@ static abstract void TexParameterx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] static abstract void TexParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -87338,8 +38838,6 @@ static abstract void TexParameterxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] static abstract void TexParameterxOES( @@ -87348,7 +38846,6 @@ static abstract void TexParameterxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] static abstract void TexParameterx( [NativeTypeName("GLenum")] uint target, @@ -87356,7 +38853,6 @@ static abstract void TexParameterx( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] static abstract void TexParameterx( @@ -87365,8 +38861,6 @@ static abstract void TexParameterx( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] static abstract void TexParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -87374,8 +38868,6 @@ static abstract void TexParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] static abstract void TexParameterxOES( @@ -87384,14 +38876,12 @@ static abstract void TexParameterxOES( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] static abstract void TexRenderbufferNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] static abstract void TexRenderbufferNV( @@ -87399,30 +38889,6 @@ static abstract void TexRenderbufferNV( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] static abstract void TexStorage1D( [NativeTypeName("GLenum")] uint target, @@ -87431,30 +38897,6 @@ static abstract void TexStorage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] static abstract void TexStorage1D( @@ -87464,10 +38906,6 @@ static abstract void TexStorage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] static abstract void TexStorage1DEXT( [NativeTypeName("GLenum")] uint target, @@ -87476,10 +38914,6 @@ static abstract void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] static abstract void TexStorage1DEXT( @@ -87489,30 +38923,6 @@ static abstract void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] static abstract void TexStorage2D( [NativeTypeName("GLenum")] uint target, @@ -87522,30 +38932,6 @@ static abstract void TexStorage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] static abstract void TexStorage2D( @@ -87556,10 +38942,6 @@ static abstract void TexStorage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] static abstract void TexStorage2DEXT( [NativeTypeName("GLenum")] uint target, @@ -87569,10 +38951,6 @@ static abstract void TexStorage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] static abstract void TexStorage2DEXT( @@ -87583,28 +38961,6 @@ static abstract void TexStorage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] static abstract void TexStorage2DMultisample( [NativeTypeName("GLenum")] uint target, @@ -87615,28 +38971,6 @@ static abstract void TexStorage2DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] static abstract void TexStorage2DMultisample( @@ -87648,30 +38982,6 @@ static abstract void TexStorage2DMultisample( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] static abstract void TexStorage3D( [NativeTypeName("GLenum")] uint target, @@ -87682,30 +38992,6 @@ static abstract void TexStorage3D( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] static abstract void TexStorage3D( @@ -87717,10 +39003,6 @@ static abstract void TexStorage3D( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] static abstract void TexStorage3DEXT( [NativeTypeName("GLenum")] uint target, @@ -87731,10 +39013,6 @@ static abstract void TexStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] static abstract void TexStorage3DEXT( @@ -87746,28 +39024,6 @@ static abstract void TexStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] static abstract void TexStorage3DMultisample( [NativeTypeName("GLenum")] uint target, @@ -87779,28 +39035,6 @@ static abstract void TexStorage3DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] static abstract void TexStorage3DMultisample( @@ -87813,7 +39047,6 @@ static abstract void TexStorage3DMultisample( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_storage_multisample_2d_array"])] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] static abstract void TexStorage3DMultisampleOES( [NativeTypeName("GLenum")] uint target, @@ -87825,7 +39058,6 @@ static abstract void TexStorage3DMultisampleOES( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_storage_multisample_2d_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] static abstract void TexStorage3DMultisampleOES( @@ -87838,7 +39070,6 @@ static abstract void TexStorage3DMultisampleOES( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] static abstract void TexStorageAttribs2DEXT( [NativeTypeName("GLenum")] uint target, @@ -87849,7 +39080,6 @@ static abstract void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] int* attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] static abstract void TexStorageAttribs2DEXT( @@ -87861,7 +39091,6 @@ static abstract void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] static abstract void TexStorageAttribs2DEXT( @@ -87873,7 +39102,6 @@ static abstract void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] static abstract void TexStorageAttribs2DEXT( @@ -87885,7 +39113,6 @@ static abstract void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] static abstract void TexStorageAttribs3DEXT( [NativeTypeName("GLenum")] uint target, @@ -87897,7 +39124,6 @@ static abstract void TexStorageAttribs3DEXT( [NativeTypeName("const GLint *")] int* attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] static abstract void TexStorageAttribs3DEXT( @@ -87910,7 +39136,6 @@ static abstract void TexStorageAttribs3DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] static abstract void TexStorageAttribs3DEXT( @@ -87923,7 +39148,6 @@ static abstract void TexStorageAttribs3DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] static abstract void TexStorageAttribs3DEXT( @@ -87936,7 +39160,6 @@ static abstract void TexStorageAttribs3DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] static abstract void TexStorageMem1DEXT( [NativeTypeName("GLenum")] uint target, @@ -87947,7 +39170,6 @@ static abstract void TexStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] static abstract void TexStorageMem1DEXT( @@ -87959,8 +39181,6 @@ static abstract void TexStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] static abstract void TexStorageMem2DEXT( [NativeTypeName("GLenum")] uint target, @@ -87972,8 +39192,6 @@ static abstract void TexStorageMem2DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] static abstract void TexStorageMem2DEXT( @@ -87986,8 +39204,6 @@ static abstract void TexStorageMem2DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] static abstract void TexStorageMem2DMultisampleEXT( [NativeTypeName("GLenum")] uint target, @@ -88000,8 +39216,6 @@ static abstract void TexStorageMem2DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] static abstract void TexStorageMem2DMultisampleEXT( @@ -88015,8 +39229,6 @@ static abstract void TexStorageMem2DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] static abstract void TexStorageMem3DEXT( [NativeTypeName("GLenum")] uint target, @@ -88029,8 +39241,6 @@ static abstract void TexStorageMem3DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] static abstract void TexStorageMem3DEXT( @@ -88044,8 +39254,6 @@ static abstract void TexStorageMem3DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] static abstract void TexStorageMem3DMultisampleEXT( [NativeTypeName("GLenum")] uint target, @@ -88059,8 +39267,6 @@ static abstract void TexStorageMem3DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] static abstract void TexStorageMem3DMultisampleEXT( @@ -88075,7 +39281,6 @@ static abstract void TexStorageMem3DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] static abstract void TexStorageSparseAMD( [NativeTypeName("GLenum")] uint target, @@ -88087,7 +39292,6 @@ static abstract void TexStorageSparseAMD( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] static abstract void TexStorageSparseAMD( @@ -88100,54 +39304,6 @@ static abstract void TexStorageSparseAMD( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] static abstract void TexSubImage1D( [NativeTypeName("GLenum")] uint target, @@ -88159,54 +39315,6 @@ static abstract void TexSubImage1D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] static abstract void TexSubImage1D( @@ -88219,7 +39327,6 @@ static abstract void TexSubImage1D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] static abstract void TexSubImage1DEXT( [NativeTypeName("GLenum")] uint target, @@ -88231,7 +39338,6 @@ static abstract void TexSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] static abstract void TexSubImage1DEXT( @@ -88244,60 +39350,6 @@ static abstract void TexSubImage1DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] static abstract void TexSubImage2D( [NativeTypeName("GLenum")] uint target, @@ -88311,60 +39363,6 @@ static abstract void TexSubImage2D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] static abstract void TexSubImage2D( @@ -88379,7 +39377,6 @@ static abstract void TexSubImage2D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] static abstract void TexSubImage2DEXT( [NativeTypeName("GLenum")] uint target, @@ -88393,7 +39390,6 @@ static abstract void TexSubImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] static abstract void TexSubImage2DEXT( @@ -88408,52 +39404,6 @@ static abstract void TexSubImage2DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] static abstract void TexSubImage3D( [NativeTypeName("GLenum")] uint target, @@ -88469,52 +39419,6 @@ static abstract void TexSubImage3D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] static abstract void TexSubImage3D( @@ -88531,7 +39435,6 @@ static abstract void TexSubImage3D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] static abstract void TexSubImage3DEXT( [NativeTypeName("GLenum")] uint target, @@ -88547,7 +39450,6 @@ static abstract void TexSubImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] static abstract void TexSubImage3DEXT( @@ -88564,7 +39466,6 @@ static abstract void TexSubImage3DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] static abstract void TexSubImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -88580,7 +39481,6 @@ static abstract void TexSubImage3DOES( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] static abstract void TexSubImage3DOES( @@ -88597,7 +39497,6 @@ static abstract void TexSubImage3DOES( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] static abstract void TexSubImage4DSGIS( [NativeTypeName("GLenum")] uint target, @@ -88615,7 +39514,6 @@ static abstract void TexSubImage4DSGIS( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] static abstract void TexSubImage4DSGIS( @@ -88634,9 +39532,6 @@ static abstract void TexSubImage4DSGIS( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glTextureAttachMemoryNV")] static abstract void TextureAttachMemoryNV( [NativeTypeName("GLuint")] uint texture, @@ -88644,34 +39539,12 @@ static abstract void TextureAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_texture_barrier", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_texture_barrier", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBarrier")] static abstract void TextureBarrier(); - [SupportedApiProfile("gl", ["GL_NV_texture_barrier"])] - [SupportedApiProfile("glcore", ["GL_NV_texture_barrier"])] [NativeFunction("opengl", EntryPoint = "glTextureBarrierNV")] static abstract void TextureBarrierNV(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] static abstract void TextureBuffer( [NativeTypeName("GLuint")] uint texture, @@ -88679,16 +39552,6 @@ static abstract void TextureBuffer( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] static abstract void TextureBuffer( @@ -88697,8 +39560,6 @@ static abstract void TextureBuffer( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] static abstract void TextureBufferEXT( [NativeTypeName("GLuint")] uint texture, @@ -88707,8 +39568,6 @@ static abstract void TextureBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] static abstract void TextureBufferEXT( @@ -88718,16 +39577,6 @@ static abstract void TextureBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] static abstract void TextureBufferRange( [NativeTypeName("GLuint")] uint texture, @@ -88737,16 +39586,6 @@ static abstract void TextureBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] static abstract void TextureBufferRange( @@ -88757,8 +39596,6 @@ static abstract void TextureBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] static abstract void TextureBufferRangeEXT( [NativeTypeName("GLuint")] uint texture, @@ -88769,8 +39606,6 @@ static abstract void TextureBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] static abstract void TextureBufferRangeEXT( @@ -88782,7 +39617,6 @@ static abstract void TextureBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_color_mask"])] [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] static abstract void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] uint red, @@ -88791,7 +39625,6 @@ static abstract void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] uint alpha ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_color_mask"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] static abstract void TextureColorMaskSGIS( @@ -88801,7 +39634,6 @@ static abstract void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool alpha ); - [SupportedApiProfile("gles2", ["GL_QCOM_texture_foveated"])] [NativeFunction("opengl", EntryPoint = "glTextureFoveationParametersQCOM")] static abstract void TextureFoveationParametersQCOM( [NativeTypeName("GLuint")] uint texture, @@ -88814,8 +39646,6 @@ static abstract void TextureFoveationParametersQCOM( [NativeTypeName("GLfloat")] float foveaArea ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] static abstract void TextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -88829,8 +39659,6 @@ static abstract void TextureImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] static abstract void TextureImage1DEXT( @@ -88845,8 +39673,6 @@ static abstract void TextureImage1DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] static abstract void TextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -88861,8 +39687,6 @@ static abstract void TextureImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] static abstract void TextureImage2DEXT( @@ -88878,7 +39702,6 @@ static abstract void TextureImage2DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] static abstract void TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLuint")] uint texture, @@ -88891,7 +39714,6 @@ static abstract void TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] static abstract void TextureImage2DMultisampleCoverageNV( @@ -88905,7 +39727,6 @@ static abstract void TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] static abstract void TextureImage2DMultisampleNV( [NativeTypeName("GLuint")] uint texture, @@ -88917,7 +39738,6 @@ static abstract void TextureImage2DMultisampleNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] static abstract void TextureImage2DMultisampleNV( @@ -88930,8 +39750,6 @@ static abstract void TextureImage2DMultisampleNV( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] static abstract void TextureImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -88947,8 +39765,6 @@ static abstract void TextureImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] static abstract void TextureImage3DEXT( @@ -88965,7 +39781,6 @@ static abstract void TextureImage3DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] static abstract void TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLuint")] uint texture, @@ -88979,7 +39794,6 @@ static abstract void TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] static abstract void TextureImage3DMultisampleCoverageNV( @@ -88994,7 +39808,6 @@ static abstract void TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] static abstract void TextureImage3DMultisampleNV( [NativeTypeName("GLuint")] uint texture, @@ -89007,7 +39820,6 @@ static abstract void TextureImage3DMultisampleNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] static abstract void TextureImage3DMultisampleNV( @@ -89021,25 +39833,21 @@ static abstract void TextureImage3DMultisampleNV( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] static abstract void TextureLightEXT([NativeTypeName("GLenum")] uint pname); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] static abstract void TextureLightEXT( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] static abstract void TextureMaterialEXT( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] static abstract void TextureMaterialEXT( @@ -89047,19 +39855,15 @@ static abstract void TextureMaterialEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_EXT_texture_perturb_normal"])] [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] static abstract void TextureNormalEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_texture_perturb_normal"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] static abstract void TextureNormalEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] static abstract void TexturePageCommitmentEXT( [NativeTypeName("GLuint")] uint texture, @@ -89073,8 +39877,6 @@ static abstract void TexturePageCommitmentEXT( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] static abstract void TexturePageCommitmentEXT( @@ -89089,9 +39891,6 @@ static abstract void TexturePageCommitmentEXT( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] static abstract void TexturePageCommitmentMemNV( [NativeTypeName("GLuint")] uint texture, @@ -89108,9 +39907,6 @@ static abstract void TexturePageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] static abstract void TexturePageCommitmentMemNV( @@ -89128,16 +39924,6 @@ static abstract void TexturePageCommitmentMemNV( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] static abstract void TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -89145,16 +39931,6 @@ static abstract void TextureParameter( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] static abstract void TextureParameter( @@ -89163,8 +39939,6 @@ static abstract void TextureParameter( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] static abstract void TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -89173,8 +39947,6 @@ static abstract void TextureParameterEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] static abstract void TextureParameterEXT( @@ -89184,16 +39956,6 @@ static abstract void TextureParameterEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] static abstract void TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -89201,16 +39963,6 @@ static abstract void TextureParameter( [NativeTypeName("const GLfloat *")] float* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] static abstract void TextureParameter( @@ -89219,8 +39971,6 @@ static abstract void TextureParameter( [NativeTypeName("const GLfloat *")] Ref param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] static abstract void TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -89229,8 +39979,6 @@ static abstract void TextureParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] static abstract void TextureParameterEXT( @@ -89240,16 +39988,6 @@ static abstract void TextureParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] static abstract void TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -89257,16 +39995,6 @@ static abstract void TextureParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] static abstract void TextureParameter( @@ -89275,8 +40003,6 @@ static abstract void TextureParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] static abstract void TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -89285,8 +40011,6 @@ static abstract void TextureParameterEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] static abstract void TextureParameterEXT( @@ -89296,16 +40020,6 @@ static abstract void TextureParameterEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] static abstract void TextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -89313,16 +40027,6 @@ static abstract void TextureParameterI( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] static abstract void TextureParameterI( @@ -89331,8 +40035,6 @@ static abstract void TextureParameterI( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] static abstract void TextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -89341,8 +40043,6 @@ static abstract void TextureParameterIEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] static abstract void TextureParameterIEXT( @@ -89352,16 +40052,6 @@ static abstract void TextureParameterIEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] static abstract void TextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -89369,16 +40059,6 @@ static abstract void TextureParameterI( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] static abstract void TextureParameterI( @@ -89387,8 +40067,6 @@ static abstract void TextureParameterI( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] static abstract void TextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -89397,8 +40075,6 @@ static abstract void TextureParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] static abstract void TextureParameterIEXT( @@ -89408,16 +40084,6 @@ static abstract void TextureParameterIEXT( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] static abstract void TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -89425,16 +40091,6 @@ static abstract void TextureParameter( [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] static abstract void TextureParameter( @@ -89443,8 +40099,6 @@ static abstract void TextureParameter( [NativeTypeName("const GLint *")] Ref param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] static abstract void TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -89453,8 +40107,6 @@ static abstract void TextureParameterEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] static abstract void TextureParameterEXT( @@ -89464,25 +40116,21 @@ static abstract void TextureParameterEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] - static abstract void TextureRangeApple( + static abstract void TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] - static abstract void TextureRangeApple( + static abstract void TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] static abstract void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint texture, @@ -89490,8 +40138,6 @@ static abstract void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] static abstract void TextureRenderbufferEXT( @@ -89500,16 +40146,6 @@ static abstract void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] static abstract void TextureStorage1D( [NativeTypeName("GLuint")] uint texture, @@ -89518,16 +40154,6 @@ static abstract void TextureStorage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] static abstract void TextureStorage1D( @@ -89537,10 +40163,6 @@ static abstract void TextureStorage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] static abstract void TextureStorage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -89550,10 +40172,6 @@ static abstract void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] static abstract void TextureStorage1DEXT( @@ -89564,16 +40182,6 @@ static abstract void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] static abstract void TextureStorage2D( [NativeTypeName("GLuint")] uint texture, @@ -89583,16 +40191,6 @@ static abstract void TextureStorage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] static abstract void TextureStorage2D( @@ -89603,10 +40201,6 @@ static abstract void TextureStorage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] static abstract void TextureStorage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -89617,10 +40211,6 @@ static abstract void TextureStorage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] static abstract void TextureStorage2DEXT( @@ -89632,16 +40222,6 @@ static abstract void TextureStorage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] static abstract void TextureStorage2DMultisample( [NativeTypeName("GLuint")] uint texture, @@ -89652,16 +40232,6 @@ static abstract void TextureStorage2DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] static abstract void TextureStorage2DMultisample( @@ -89673,8 +40243,6 @@ static abstract void TextureStorage2DMultisample( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] static abstract void TextureStorage2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -89686,8 +40254,6 @@ static abstract void TextureStorage2DMultisampleEXT( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] static abstract void TextureStorage2DMultisampleEXT( @@ -89700,16 +40266,6 @@ static abstract void TextureStorage2DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] static abstract void TextureStorage3D( [NativeTypeName("GLuint")] uint texture, @@ -89720,16 +40276,6 @@ static abstract void TextureStorage3D( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] static abstract void TextureStorage3D( @@ -89741,10 +40287,6 @@ static abstract void TextureStorage3D( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] static abstract void TextureStorage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -89756,10 +40298,6 @@ static abstract void TextureStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] static abstract void TextureStorage3DEXT( @@ -89772,16 +40310,6 @@ static abstract void TextureStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] static abstract void TextureStorage3DMultisample( [NativeTypeName("GLuint")] uint texture, @@ -89793,16 +40321,6 @@ static abstract void TextureStorage3DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] static abstract void TextureStorage3DMultisample( @@ -89815,8 +40333,6 @@ static abstract void TextureStorage3DMultisample( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] static abstract void TextureStorage3DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -89829,8 +40345,6 @@ static abstract void TextureStorage3DMultisampleEXT( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] static abstract void TextureStorage3DMultisampleEXT( @@ -89844,7 +40358,6 @@ static abstract void TextureStorage3DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] static abstract void TextureStorageMem1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -89855,7 +40368,6 @@ static abstract void TextureStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] static abstract void TextureStorageMem1DEXT( @@ -89867,8 +40379,6 @@ static abstract void TextureStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] static abstract void TextureStorageMem2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -89880,8 +40390,6 @@ static abstract void TextureStorageMem2DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] static abstract void TextureStorageMem2DEXT( @@ -89894,8 +40402,6 @@ static abstract void TextureStorageMem2DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] static abstract void TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -89908,8 +40414,6 @@ static abstract void TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] static abstract void TextureStorageMem2DMultisampleEXT( @@ -89923,8 +40427,6 @@ static abstract void TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] static abstract void TextureStorageMem3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -89937,8 +40439,6 @@ static abstract void TextureStorageMem3DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] static abstract void TextureStorageMem3DEXT( @@ -89952,8 +40452,6 @@ static abstract void TextureStorageMem3DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] static abstract void TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -89967,8 +40465,6 @@ static abstract void TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] static abstract void TextureStorageMem3DMultisampleEXT( @@ -89983,7 +40479,6 @@ static abstract void TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] static abstract void TextureStorageSparseAMD( [NativeTypeName("GLuint")] uint texture, @@ -89996,7 +40491,6 @@ static abstract void TextureStorageSparseAMD( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] static abstract void TextureStorageSparseAMD( @@ -90010,16 +40504,6 @@ static abstract void TextureStorageSparseAMD( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] static abstract void TextureSubImage1D( [NativeTypeName("GLuint")] uint texture, @@ -90031,16 +40515,6 @@ static abstract void TextureSubImage1D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] static abstract void TextureSubImage1D( @@ -90053,8 +40527,6 @@ static abstract void TextureSubImage1D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] static abstract void TextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -90067,8 +40539,6 @@ static abstract void TextureSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] static abstract void TextureSubImage1DEXT( @@ -90082,16 +40552,6 @@ static abstract void TextureSubImage1DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] static abstract void TextureSubImage2D( [NativeTypeName("GLuint")] uint texture, @@ -90105,16 +40565,6 @@ static abstract void TextureSubImage2D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] static abstract void TextureSubImage2D( @@ -90129,8 +40579,6 @@ static abstract void TextureSubImage2D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] static abstract void TextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -90145,8 +40593,6 @@ static abstract void TextureSubImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] static abstract void TextureSubImage2DEXT( @@ -90162,16 +40608,6 @@ static abstract void TextureSubImage2DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] static abstract void TextureSubImage3D( [NativeTypeName("GLuint")] uint texture, @@ -90187,16 +40623,6 @@ static abstract void TextureSubImage3D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] static abstract void TextureSubImage3D( @@ -90213,8 +40639,6 @@ static abstract void TextureSubImage3D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] static abstract void TextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -90231,8 +40655,6 @@ static abstract void TextureSubImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] static abstract void TextureSubImage3DEXT( @@ -90250,28 +40672,6 @@ static abstract void TextureSubImage3DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTextureView")] static abstract void TextureView( [NativeTypeName("GLuint")] uint texture, @@ -90284,28 +40684,6 @@ static abstract void TextureView( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureView")] static abstract void TextureView( @@ -90319,7 +40697,6 @@ static abstract void TextureView( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_view"])] [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] static abstract void TextureViewEXT( [NativeTypeName("GLuint")] uint texture, @@ -90332,7 +40709,6 @@ static abstract void TextureViewEXT( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_view"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] static abstract void TextureViewEXT( @@ -90346,7 +40722,6 @@ static abstract void TextureViewEXT( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile("gles2", ["GL_OES_texture_view"])] [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] static abstract void TextureViewOES( [NativeTypeName("GLuint")] uint texture, @@ -90359,7 +40734,6 @@ static abstract void TextureViewOES( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile("gles2", ["GL_OES_texture_view"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] static abstract void TextureViewOES( @@ -90373,7 +40747,6 @@ static abstract void TextureViewOES( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] static abstract void TrackMatrixNV( [NativeTypeName("GLenum")] uint target, @@ -90382,7 +40755,6 @@ static abstract void TrackMatrixNV( [NativeTypeName("GLenum")] uint transform ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] static abstract void TrackMatrixNV( @@ -90392,7 +40764,6 @@ static abstract void TrackMatrixNV( [NativeTypeName("GLenum")] Constant transform ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] static abstract void TransformFeedbackAttribNV( [NativeTypeName("GLsizei")] uint count, @@ -90400,7 +40771,6 @@ static abstract void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] static abstract void TransformFeedbackAttribNV( @@ -90409,7 +40779,6 @@ static abstract void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] static abstract void TransformFeedbackAttribNV( @@ -90417,16 +40786,6 @@ static abstract void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackBufferBase")] static abstract void TransformFeedbackBufferBase( [NativeTypeName("GLuint")] uint xfb, @@ -90434,16 +40793,6 @@ static abstract void TransformFeedbackBufferBase( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackBufferRange")] static abstract void TransformFeedbackBufferRange( [NativeTypeName("GLuint")] uint xfb, @@ -90453,7 +40802,6 @@ static abstract void TransformFeedbackBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] static abstract void TransformFeedbackStreamAttribNV( [NativeTypeName("GLsizei")] uint count, @@ -90463,7 +40811,6 @@ static abstract void TransformFeedbackStreamAttribNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] static abstract void TransformFeedbackStreamAttribNV( @@ -90474,40 +40821,6 @@ static abstract void TransformFeedbackStreamAttribNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] static abstract void TransformFeedbackVarying( @@ -90517,40 +40830,6 @@ static abstract void TransformFeedbackVarying( Constant bufferMode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] static abstract void TransformFeedbackVaryings( [NativeTypeName("GLuint")] uint program, @@ -90559,40 +40838,6 @@ static abstract void TransformFeedbackVaryings( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] static abstract void TransformFeedbackVaryings( @@ -90603,7 +40848,6 @@ static abstract void TransformFeedbackVaryings( Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] static abstract void TransformFeedbackVaryingsEXT( [NativeTypeName("GLuint")] uint program, @@ -90612,7 +40856,6 @@ static abstract void TransformFeedbackVaryingsEXT( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] static abstract void TransformFeedbackVaryingsEXT( @@ -90623,7 +40866,6 @@ static abstract void TransformFeedbackVaryingsEXT( Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] static abstract void TransformFeedbackVaryingsEXT( @@ -90633,7 +40875,6 @@ static abstract void TransformFeedbackVaryingsEXT( Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] static abstract void TransformFeedbackVaryingsNV( [NativeTypeName("GLuint")] uint program, @@ -90642,7 +40883,6 @@ static abstract void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] static abstract void TransformFeedbackVaryingsNV( @@ -90653,7 +40893,6 @@ static abstract void TransformFeedbackVaryingsNV( Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] static abstract void TransformFeedbackVaryingsNV( @@ -90663,7 +40902,6 @@ static abstract void TransformFeedbackVaryingsNV( Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] static abstract void TransformFeedbackVaryingsNV( @@ -90674,7 +40912,6 @@ static abstract void TransformFeedbackVaryingsNV( Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] static abstract void TransformFeedbackVaryingsNV( @@ -90684,7 +40921,6 @@ static abstract void TransformFeedbackVaryingsNV( Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] static abstract void TransformFeedbackVaryingsNV( @@ -90695,7 +40931,6 @@ static abstract void TransformFeedbackVaryingsNV( Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] static abstract void TransformFeedbackVaryingsNV( @@ -90705,9 +40940,6 @@ static abstract void TransformFeedbackVaryingsNV( Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] static abstract void TransformPathNV( [NativeTypeName("GLuint")] uint resultPath, @@ -90716,9 +40948,6 @@ static abstract void TransformPathNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] static abstract void TransformPathNV( @@ -90728,31 +40957,6 @@ static abstract void TransformPathNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTranslated")] static abstract void Translate( [NativeTypeName("GLdouble")] double x, @@ -90760,32 +40964,6 @@ static abstract void Translate( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTranslatef")] static abstract void Translate( [NativeTypeName("GLfloat")] float x, @@ -90793,7 +40971,6 @@ static abstract void Translate( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTranslatex")] static abstract void Translatex( [NativeTypeName("GLfixed")] int x, @@ -90801,8 +40978,6 @@ static abstract void Translatex( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTranslatexOES")] static abstract void TranslatexOES( [NativeTypeName("GLfixed")] int x, @@ -90810,68 +40985,12 @@ static abstract void TranslatexOES( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1d")] static abstract void Uniform1( [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1dv")] static abstract void Uniform1( [NativeTypeName("GLint")] int location, @@ -90879,34 +40998,6 @@ static abstract void Uniform1( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1dv")] static abstract void Uniform1( @@ -90915,105 +41006,18 @@ static abstract void Uniform1( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1f")] static abstract void Uniform1( [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1fARB")] static abstract void Uniform1ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1fv")] static abstract void Uniform1( [NativeTypeName("GLint")] int location, @@ -91021,49 +41025,6 @@ static abstract void Uniform1( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1fv")] static abstract void Uniform1( @@ -91072,7 +41033,6 @@ static abstract void Uniform1( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] static abstract void Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -91080,7 +41040,6 @@ static abstract void Uniform1ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] static abstract void Uniform1ARB( @@ -91089,74 +41048,24 @@ static abstract void Uniform1ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1i")] static abstract void Uniform1( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64ARB")] static abstract void Uniform1ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64")] long x ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64NV")] static abstract void Uniform1NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64EXT")] long x ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] static abstract void Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -91164,8 +41073,6 @@ static abstract void Uniform1ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] static abstract void Uniform1ARB( @@ -91174,9 +41081,6 @@ static abstract void Uniform1ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] static abstract void Uniform1NV( [NativeTypeName("GLint")] int location, @@ -91184,9 +41088,6 @@ static abstract void Uniform1NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] static abstract void Uniform1NV( @@ -91195,56 +41096,12 @@ static abstract void Uniform1NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1iARB")] static abstract void Uniform1ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1iv")] static abstract void Uniform1( [NativeTypeName("GLint")] int location, @@ -91252,49 +41109,6 @@ static abstract void Uniform1( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1iv")] static abstract void Uniform1( @@ -91303,7 +41117,6 @@ static abstract void Uniform1( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] static abstract void Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -91311,7 +41124,6 @@ static abstract void Uniform1ARB( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] static abstract void Uniform1ARB( @@ -91320,65 +41132,24 @@ static abstract void Uniform1ARB( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1ui")] static abstract void Uniform1( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64ARB")] static abstract void Uniform1ARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64NV")] static abstract void Uniform1NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] static abstract void Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -91386,8 +41157,6 @@ static abstract void Uniform1ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] static abstract void Uniform1ARB( @@ -91396,9 +41165,6 @@ static abstract void Uniform1ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] static abstract void Uniform1NV( [NativeTypeName("GLint")] int location, @@ -91406,9 +41172,6 @@ static abstract void Uniform1NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] static abstract void Uniform1NV( @@ -91417,47 +41180,12 @@ static abstract void Uniform1NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform1uiEXT")] static abstract void Uniform1EXT( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] static abstract void Uniform1( [NativeTypeName("GLint")] int location, @@ -91465,40 +41193,6 @@ static abstract void Uniform1( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] static abstract void Uniform1( @@ -91507,7 +41201,6 @@ static abstract void Uniform1( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] static abstract void Uniform1EXT( [NativeTypeName("GLint")] int location, @@ -91515,7 +41208,6 @@ static abstract void Uniform1EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] static abstract void Uniform1EXT( @@ -91524,34 +41216,6 @@ static abstract void Uniform1EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2d")] static abstract void Uniform2( [NativeTypeName("GLint")] int location, @@ -91559,34 +41223,6 @@ static abstract void Uniform2( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2dv")] static abstract void Uniform2( [NativeTypeName("GLint")] int location, @@ -91594,34 +41230,6 @@ static abstract void Uniform2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2dv")] static abstract void Uniform2( @@ -91630,49 +41238,6 @@ static abstract void Uniform2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2f")] static abstract void Uniform2( [NativeTypeName("GLint")] int location, @@ -91680,7 +41245,6 @@ static abstract void Uniform2( [NativeTypeName("GLfloat")] float v1 ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2fARB")] static abstract void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -91688,49 +41252,6 @@ static abstract void Uniform2ARB( [NativeTypeName("GLfloat")] float v1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2fv")] static abstract void Uniform2( [NativeTypeName("GLint")] int location, @@ -91738,49 +41259,6 @@ static abstract void Uniform2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2fv")] static abstract void Uniform2( @@ -91789,7 +41267,6 @@ static abstract void Uniform2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] static abstract void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -91797,7 +41274,6 @@ static abstract void Uniform2ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] static abstract void Uniform2ARB( @@ -91806,49 +41282,6 @@ static abstract void Uniform2ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2i")] static abstract void Uniform2( [NativeTypeName("GLint")] int location, @@ -91856,8 +41289,6 @@ static abstract void Uniform2( [NativeTypeName("GLint")] int v1 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64ARB")] static abstract void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -91865,9 +41296,6 @@ static abstract void Uniform2ARB( [NativeTypeName("GLint64")] long y ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64NV")] static abstract void Uniform2NV( [NativeTypeName("GLint")] int location, @@ -91875,8 +41303,6 @@ static abstract void Uniform2NV( [NativeTypeName("GLint64EXT")] long y ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] static abstract void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -91884,8 +41310,6 @@ static abstract void Uniform2ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] static abstract void Uniform2ARB( @@ -91894,9 +41318,6 @@ static abstract void Uniform2ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] static abstract void Uniform2NV( [NativeTypeName("GLint")] int location, @@ -91904,9 +41325,6 @@ static abstract void Uniform2NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] static abstract void Uniform2NV( @@ -91915,7 +41333,6 @@ static abstract void Uniform2NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2iARB")] static abstract void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -91923,49 +41340,6 @@ static abstract void Uniform2ARB( [NativeTypeName("GLint")] int v1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2iv")] static abstract void Uniform2( [NativeTypeName("GLint")] int location, @@ -91973,49 +41347,6 @@ static abstract void Uniform2( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2iv")] static abstract void Uniform2( @@ -92024,7 +41355,6 @@ static abstract void Uniform2( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] static abstract void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -92032,7 +41362,6 @@ static abstract void Uniform2ARB( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] static abstract void Uniform2ARB( @@ -92041,40 +41370,6 @@ static abstract void Uniform2ARB( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2ui")] static abstract void Uniform2( [NativeTypeName("GLint")] int location, @@ -92082,8 +41377,6 @@ static abstract void Uniform2( [NativeTypeName("GLuint")] uint v1 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64ARB")] static abstract void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -92091,9 +41384,6 @@ static abstract void Uniform2ARB( [NativeTypeName("GLuint64")] ulong y ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64NV")] static abstract void Uniform2NV( [NativeTypeName("GLint")] int location, @@ -92101,8 +41391,6 @@ static abstract void Uniform2NV( [NativeTypeName("GLuint64EXT")] ulong y ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] static abstract void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -92110,8 +41398,6 @@ static abstract void Uniform2ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] static abstract void Uniform2ARB( @@ -92120,9 +41406,6 @@ static abstract void Uniform2ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] static abstract void Uniform2NV( [NativeTypeName("GLint")] int location, @@ -92130,9 +41413,6 @@ static abstract void Uniform2NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] static abstract void Uniform2NV( @@ -92141,7 +41421,6 @@ static abstract void Uniform2NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform2uiEXT")] static abstract void Uniform2EXT( [NativeTypeName("GLint")] int location, @@ -92149,40 +41428,6 @@ static abstract void Uniform2EXT( [NativeTypeName("GLuint")] uint v1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] static abstract void Uniform2( [NativeTypeName("GLint")] int location, @@ -92190,40 +41435,6 @@ static abstract void Uniform2( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] static abstract void Uniform2( @@ -92232,7 +41443,6 @@ static abstract void Uniform2( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] static abstract void Uniform2EXT( [NativeTypeName("GLint")] int location, @@ -92240,7 +41450,6 @@ static abstract void Uniform2EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] static abstract void Uniform2EXT( @@ -92249,34 +41458,6 @@ static abstract void Uniform2EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3d")] static abstract void Uniform3( [NativeTypeName("GLint")] int location, @@ -92285,34 +41466,6 @@ static abstract void Uniform3( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3dv")] static abstract void Uniform3( [NativeTypeName("GLint")] int location, @@ -92320,34 +41473,6 @@ static abstract void Uniform3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3dv")] static abstract void Uniform3( @@ -92356,49 +41481,6 @@ static abstract void Uniform3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3f")] static abstract void Uniform3( [NativeTypeName("GLint")] int location, @@ -92407,7 +41489,6 @@ static abstract void Uniform3( [NativeTypeName("GLfloat")] float v2 ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3fARB")] static abstract void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -92416,49 +41497,6 @@ static abstract void Uniform3ARB( [NativeTypeName("GLfloat")] float v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3fv")] static abstract void Uniform3( [NativeTypeName("GLint")] int location, @@ -92466,49 +41504,6 @@ static abstract void Uniform3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3fv")] static abstract void Uniform3( @@ -92517,7 +41512,6 @@ static abstract void Uniform3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] static abstract void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -92525,7 +41519,6 @@ static abstract void Uniform3ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] static abstract void Uniform3ARB( @@ -92534,49 +41527,6 @@ static abstract void Uniform3ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3i")] static abstract void Uniform3( [NativeTypeName("GLint")] int location, @@ -92585,8 +41535,6 @@ static abstract void Uniform3( [NativeTypeName("GLint")] int v2 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64ARB")] static abstract void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -92595,9 +41543,6 @@ static abstract void Uniform3ARB( [NativeTypeName("GLint64")] long z ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64NV")] static abstract void Uniform3NV( [NativeTypeName("GLint")] int location, @@ -92606,8 +41551,6 @@ static abstract void Uniform3NV( [NativeTypeName("GLint64EXT")] long z ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] static abstract void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -92615,8 +41558,6 @@ static abstract void Uniform3ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] static abstract void Uniform3ARB( @@ -92625,9 +41566,6 @@ static abstract void Uniform3ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] static abstract void Uniform3NV( [NativeTypeName("GLint")] int location, @@ -92635,9 +41573,6 @@ static abstract void Uniform3NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] static abstract void Uniform3NV( @@ -92646,7 +41581,6 @@ static abstract void Uniform3NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3iARB")] static abstract void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -92655,49 +41589,6 @@ static abstract void Uniform3ARB( [NativeTypeName("GLint")] int v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3iv")] static abstract void Uniform3( [NativeTypeName("GLint")] int location, @@ -92705,49 +41596,6 @@ static abstract void Uniform3( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3iv")] static abstract void Uniform3( @@ -92756,7 +41604,6 @@ static abstract void Uniform3( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] static abstract void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -92764,7 +41611,6 @@ static abstract void Uniform3ARB( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] static abstract void Uniform3ARB( @@ -92773,40 +41619,6 @@ static abstract void Uniform3ARB( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3ui")] static abstract void Uniform3( [NativeTypeName("GLint")] int location, @@ -92815,8 +41627,6 @@ static abstract void Uniform3( [NativeTypeName("GLuint")] uint v2 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64ARB")] static abstract void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -92825,9 +41635,6 @@ static abstract void Uniform3ARB( [NativeTypeName("GLuint64")] ulong z ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64NV")] static abstract void Uniform3NV( [NativeTypeName("GLint")] int location, @@ -92836,8 +41643,6 @@ static abstract void Uniform3NV( [NativeTypeName("GLuint64EXT")] ulong z ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] static abstract void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -92845,8 +41650,6 @@ static abstract void Uniform3ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] static abstract void Uniform3ARB( @@ -92855,9 +41658,6 @@ static abstract void Uniform3ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] static abstract void Uniform3NV( [NativeTypeName("GLint")] int location, @@ -92865,9 +41665,6 @@ static abstract void Uniform3NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] static abstract void Uniform3NV( @@ -92876,7 +41673,6 @@ static abstract void Uniform3NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform3uiEXT")] static abstract void Uniform3EXT( [NativeTypeName("GLint")] int location, @@ -92885,40 +41681,6 @@ static abstract void Uniform3EXT( [NativeTypeName("GLuint")] uint v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] static abstract void Uniform3( [NativeTypeName("GLint")] int location, @@ -92926,40 +41688,6 @@ static abstract void Uniform3( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] static abstract void Uniform3( @@ -92968,7 +41696,6 @@ static abstract void Uniform3( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] static abstract void Uniform3EXT( [NativeTypeName("GLint")] int location, @@ -92976,7 +41703,6 @@ static abstract void Uniform3EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] static abstract void Uniform3EXT( @@ -92985,34 +41711,6 @@ static abstract void Uniform3EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4d")] static abstract void Uniform4( [NativeTypeName("GLint")] int location, @@ -93022,34 +41720,6 @@ static abstract void Uniform4( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4dv")] static abstract void Uniform4( [NativeTypeName("GLint")] int location, @@ -93057,34 +41727,6 @@ static abstract void Uniform4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4dv")] static abstract void Uniform4( @@ -93093,49 +41735,6 @@ static abstract void Uniform4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4f")] static abstract void Uniform4( [NativeTypeName("GLint")] int location, @@ -93145,7 +41744,6 @@ static abstract void Uniform4( [NativeTypeName("GLfloat")] float v3 ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4fARB")] static abstract void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -93155,49 +41753,6 @@ static abstract void Uniform4ARB( [NativeTypeName("GLfloat")] float v3 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4fv")] static abstract void Uniform4( [NativeTypeName("GLint")] int location, @@ -93205,49 +41760,6 @@ static abstract void Uniform4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4fv")] static abstract void Uniform4( @@ -93256,7 +41768,6 @@ static abstract void Uniform4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] static abstract void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -93264,7 +41775,6 @@ static abstract void Uniform4ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] static abstract void Uniform4ARB( @@ -93273,49 +41783,6 @@ static abstract void Uniform4ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4i")] static abstract void Uniform4( [NativeTypeName("GLint")] int location, @@ -93325,8 +41792,6 @@ static abstract void Uniform4( [NativeTypeName("GLint")] int v3 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64ARB")] static abstract void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -93336,9 +41801,6 @@ static abstract void Uniform4ARB( [NativeTypeName("GLint64")] long w ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64NV")] static abstract void Uniform4NV( [NativeTypeName("GLint")] int location, @@ -93348,8 +41810,6 @@ static abstract void Uniform4NV( [NativeTypeName("GLint64EXT")] long w ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] static abstract void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -93357,8 +41817,6 @@ static abstract void Uniform4ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] static abstract void Uniform4ARB( @@ -93367,9 +41825,6 @@ static abstract void Uniform4ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] static abstract void Uniform4NV( [NativeTypeName("GLint")] int location, @@ -93377,9 +41832,6 @@ static abstract void Uniform4NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] static abstract void Uniform4NV( @@ -93388,7 +41840,6 @@ static abstract void Uniform4NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4iARB")] static abstract void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -93398,49 +41849,6 @@ static abstract void Uniform4ARB( [NativeTypeName("GLint")] int v3 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4iv")] static abstract void Uniform4( [NativeTypeName("GLint")] int location, @@ -93448,49 +41856,6 @@ static abstract void Uniform4( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4iv")] static abstract void Uniform4( @@ -93499,7 +41864,6 @@ static abstract void Uniform4( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] static abstract void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -93507,7 +41871,6 @@ static abstract void Uniform4ARB( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] static abstract void Uniform4ARB( @@ -93516,40 +41879,6 @@ static abstract void Uniform4ARB( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4ui")] static abstract void Uniform4( [NativeTypeName("GLint")] int location, @@ -93559,8 +41888,6 @@ static abstract void Uniform4( [NativeTypeName("GLuint")] uint v3 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64ARB")] static abstract void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -93570,9 +41897,6 @@ static abstract void Uniform4ARB( [NativeTypeName("GLuint64")] ulong w ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64NV")] static abstract void Uniform4NV( [NativeTypeName("GLint")] int location, @@ -93582,8 +41906,6 @@ static abstract void Uniform4NV( [NativeTypeName("GLuint64EXT")] ulong w ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] static abstract void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -93591,8 +41913,6 @@ static abstract void Uniform4ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] static abstract void Uniform4ARB( @@ -93601,9 +41921,6 @@ static abstract void Uniform4ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] static abstract void Uniform4NV( [NativeTypeName("GLint")] int location, @@ -93611,9 +41928,6 @@ static abstract void Uniform4NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] static abstract void Uniform4NV( @@ -93622,7 +41936,6 @@ static abstract void Uniform4NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform4uiEXT")] static abstract void Uniform4EXT( [NativeTypeName("GLint")] int location, @@ -93632,40 +41945,6 @@ static abstract void Uniform4EXT( [NativeTypeName("GLuint")] uint v3 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] static abstract void Uniform4( [NativeTypeName("GLint")] int location, @@ -93673,40 +41952,6 @@ static abstract void Uniform4( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] static abstract void Uniform4( @@ -93715,7 +41960,6 @@ static abstract void Uniform4( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] static abstract void Uniform4EXT( [NativeTypeName("GLint")] int location, @@ -93723,7 +41967,6 @@ static abstract void Uniform4EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] static abstract void Uniform4EXT( @@ -93732,40 +41975,6 @@ static abstract void Uniform4EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformBlockBinding")] static abstract void UniformBlockBinding( [NativeTypeName("GLuint")] uint program, @@ -93773,7 +41982,6 @@ static abstract void UniformBlockBinding( [NativeTypeName("GLuint")] uint uniformBlockBinding ); - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glUniformBufferEXT")] static abstract void UniformBufferEXT( [NativeTypeName("GLuint")] uint program, @@ -93781,142 +41989,90 @@ static abstract void UniformBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64ARB")] static abstract void UniformHandleARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong value ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64IMG")] static abstract void UniformHandleIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong value ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64NV")] static abstract void UniformHandleNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong value ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] - static abstract void UniformHandleui64VARB( + static abstract void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] - static abstract void UniformHandleui64VARB( + static abstract void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] - static abstract void UniformHandleui64VARB( + static abstract void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] - static abstract void UniformHandleui64VIMG( + static abstract void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] - static abstract void UniformHandleui64VIMG( + static abstract void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] - static abstract void UniformHandleui64VIMG( + static abstract void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] - static abstract void UniformHandleui64VNV( + static abstract void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] - static abstract void UniformHandleui64VNV( + static abstract void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] - static abstract void UniformHandleui64VNV( + static abstract void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] static abstract void UniformMatrix2( [NativeTypeName("GLint")] int location, @@ -93925,34 +42081,6 @@ static abstract void UniformMatrix2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] static abstract void UniformMatrix2( @@ -93962,49 +42090,6 @@ static abstract void UniformMatrix2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] static abstract void UniformMatrix2( [NativeTypeName("GLint")] int location, @@ -94013,49 +42098,6 @@ static abstract void UniformMatrix2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] static abstract void UniformMatrix2( @@ -94065,7 +42107,6 @@ static abstract void UniformMatrix2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] static abstract void UniformMatrix2ARB( [NativeTypeName("GLint")] int location, @@ -94074,7 +42115,6 @@ static abstract void UniformMatrix2ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] static abstract void UniformMatrix2ARB( @@ -94084,34 +42124,6 @@ static abstract void UniformMatrix2ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] static abstract void UniformMatrix2X3( [NativeTypeName("GLint")] int location, @@ -94120,34 +42132,6 @@ static abstract void UniformMatrix2X3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] static abstract void UniformMatrix2X3( @@ -94157,42 +42141,6 @@ static abstract void UniformMatrix2X3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] static abstract void UniformMatrix2X3( [NativeTypeName("GLint")] int location, @@ -94201,42 +42149,6 @@ static abstract void UniformMatrix2X3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] static abstract void UniformMatrix2X3( @@ -94246,7 +42158,6 @@ static abstract void UniformMatrix2X3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] static abstract void UniformMatrix2X3NV( [NativeTypeName("GLint")] int location, @@ -94255,7 +42166,6 @@ static abstract void UniformMatrix2X3NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] static abstract void UniformMatrix2X3NV( @@ -94265,34 +42175,6 @@ static abstract void UniformMatrix2X3NV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] static abstract void UniformMatrix2X4( [NativeTypeName("GLint")] int location, @@ -94301,34 +42183,6 @@ static abstract void UniformMatrix2X4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] static abstract void UniformMatrix2X4( @@ -94338,42 +42192,6 @@ static abstract void UniformMatrix2X4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] static abstract void UniformMatrix2X4( [NativeTypeName("GLint")] int location, @@ -94382,42 +42200,6 @@ static abstract void UniformMatrix2X4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] static abstract void UniformMatrix2X4( @@ -94427,7 +42209,6 @@ static abstract void UniformMatrix2X4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] static abstract void UniformMatrix2X4NV( [NativeTypeName("GLint")] int location, @@ -94436,7 +42217,6 @@ static abstract void UniformMatrix2X4NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] static abstract void UniformMatrix2X4NV( @@ -94446,34 +42226,6 @@ static abstract void UniformMatrix2X4NV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] static abstract void UniformMatrix3( [NativeTypeName("GLint")] int location, @@ -94482,34 +42234,6 @@ static abstract void UniformMatrix3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] static abstract void UniformMatrix3( @@ -94519,49 +42243,6 @@ static abstract void UniformMatrix3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] static abstract void UniformMatrix3( [NativeTypeName("GLint")] int location, @@ -94570,49 +42251,6 @@ static abstract void UniformMatrix3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] static abstract void UniformMatrix3( @@ -94622,7 +42260,6 @@ static abstract void UniformMatrix3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] static abstract void UniformMatrix3ARB( [NativeTypeName("GLint")] int location, @@ -94631,7 +42268,6 @@ static abstract void UniformMatrix3ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] static abstract void UniformMatrix3ARB( @@ -94641,34 +42277,6 @@ static abstract void UniformMatrix3ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] static abstract void UniformMatrix3X2( [NativeTypeName("GLint")] int location, @@ -94677,34 +42285,6 @@ static abstract void UniformMatrix3X2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] static abstract void UniformMatrix3X2( @@ -94714,42 +42294,6 @@ static abstract void UniformMatrix3X2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] static abstract void UniformMatrix3X2( [NativeTypeName("GLint")] int location, @@ -94758,42 +42302,6 @@ static abstract void UniformMatrix3X2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] static abstract void UniformMatrix3X2( @@ -94803,7 +42311,6 @@ static abstract void UniformMatrix3X2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] static abstract void UniformMatrix3X2NV( [NativeTypeName("GLint")] int location, @@ -94812,7 +42319,6 @@ static abstract void UniformMatrix3X2NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] static abstract void UniformMatrix3X2NV( @@ -94822,34 +42328,6 @@ static abstract void UniformMatrix3X2NV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] static abstract void UniformMatrix3X4( [NativeTypeName("GLint")] int location, @@ -94858,34 +42336,6 @@ static abstract void UniformMatrix3X4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] static abstract void UniformMatrix3X4( @@ -94895,42 +42345,6 @@ static abstract void UniformMatrix3X4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] static abstract void UniformMatrix3X4( [NativeTypeName("GLint")] int location, @@ -94939,42 +42353,6 @@ static abstract void UniformMatrix3X4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] static abstract void UniformMatrix3X4( @@ -94984,7 +42362,6 @@ static abstract void UniformMatrix3X4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] static abstract void UniformMatrix3X4NV( [NativeTypeName("GLint")] int location, @@ -94993,7 +42370,6 @@ static abstract void UniformMatrix3X4NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] static abstract void UniformMatrix3X4NV( @@ -95003,34 +42379,6 @@ static abstract void UniformMatrix3X4NV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] static abstract void UniformMatrix4( [NativeTypeName("GLint")] int location, @@ -95039,34 +42387,6 @@ static abstract void UniformMatrix4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] static abstract void UniformMatrix4( @@ -95076,49 +42396,6 @@ static abstract void UniformMatrix4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] static abstract void UniformMatrix4( [NativeTypeName("GLint")] int location, @@ -95127,49 +42404,6 @@ static abstract void UniformMatrix4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] static abstract void UniformMatrix4( @@ -95179,7 +42413,6 @@ static abstract void UniformMatrix4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] static abstract void UniformMatrix4ARB( [NativeTypeName("GLint")] int location, @@ -95188,7 +42421,6 @@ static abstract void UniformMatrix4ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] static abstract void UniformMatrix4ARB( @@ -95198,34 +42430,6 @@ static abstract void UniformMatrix4ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] static abstract void UniformMatrix4X2( [NativeTypeName("GLint")] int location, @@ -95234,34 +42438,6 @@ static abstract void UniformMatrix4X2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] static abstract void UniformMatrix4X2( @@ -95271,42 +42447,6 @@ static abstract void UniformMatrix4X2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] static abstract void UniformMatrix4X2( [NativeTypeName("GLint")] int location, @@ -95315,42 +42455,6 @@ static abstract void UniformMatrix4X2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] static abstract void UniformMatrix4X2( @@ -95360,7 +42464,6 @@ static abstract void UniformMatrix4X2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] static abstract void UniformMatrix4X2NV( [NativeTypeName("GLint")] int location, @@ -95369,7 +42472,6 @@ static abstract void UniformMatrix4X2NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] static abstract void UniformMatrix4X2NV( @@ -95379,34 +42481,6 @@ static abstract void UniformMatrix4X2NV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] static abstract void UniformMatrix4X3( [NativeTypeName("GLint")] int location, @@ -95415,34 +42489,6 @@ static abstract void UniformMatrix4X3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] static abstract void UniformMatrix4X3( @@ -95452,42 +42498,6 @@ static abstract void UniformMatrix4X3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] static abstract void UniformMatrix4X3( [NativeTypeName("GLint")] int location, @@ -95496,42 +42506,6 @@ static abstract void UniformMatrix4X3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] static abstract void UniformMatrix4X3( @@ -95541,7 +42515,6 @@ static abstract void UniformMatrix4X3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] static abstract void UniformMatrix4X3NV( [NativeTypeName("GLint")] int location, @@ -95550,7 +42523,6 @@ static abstract void UniformMatrix4X3NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] static abstract void UniformMatrix4X3NV( @@ -95560,34 +42532,6 @@ static abstract void UniformMatrix4X3NV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] static abstract void UniformSubroutines( [NativeTypeName("GLenum")] uint shadertype, @@ -95595,34 +42539,6 @@ static abstract void UniformSubroutines( [NativeTypeName("const GLuint *")] uint* indices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] static abstract void UniformSubroutines( @@ -95631,34 +42547,6 @@ static abstract void UniformSubroutines( [NativeTypeName("const GLuint *")] Ref indices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] static abstract void UniformSubroutines( @@ -95666,16 +42554,12 @@ static abstract void UniformSubroutines( [NativeTypeName("const GLuint *")] uint indices ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glUniformui64NV")] static abstract void UniformNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] static abstract void UniformNV( [NativeTypeName("GLint")] int location, @@ -95683,8 +42567,6 @@ static abstract void UniformNV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] static abstract void UniformNV( @@ -95693,95 +42575,14 @@ static abstract void UniformNV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_compiled_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glUnlockArraysEXT")] static abstract void UnlockArraysEXT(); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] static abstract uint UnmapBuffer([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] static abstract MaybeBool UnmapBuffer( @@ -95789,12 +42590,10 @@ static abstract MaybeBool UnmapBuffer( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] static abstract uint UnmapBufferARB([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] static abstract MaybeBool UnmapBufferARB( @@ -95802,72 +42601,41 @@ static abstract MaybeBool UnmapBufferARB( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] static abstract MaybeBool UnmapBufferOES([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] - static abstract uint UnmapBufferOESRaw([NativeTypeName("GLenum")] uint target); + static abstract uint UnmapBufferOESRawOES([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] static abstract MaybeBool UnmapNamedBuffer([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] static abstract MaybeBool UnmapNamedBufferEXT([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] - static abstract uint UnmapNamedBufferEXTRaw([NativeTypeName("GLuint")] uint buffer); + static abstract uint UnmapNamedBufferEXTRawEXT([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] static abstract uint UnmapNamedBufferRaw([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [NativeFunction("opengl", EntryPoint = "glUnmapObjectBufferATI")] static abstract void UnmapObjectBufferATI([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glUnmapTexture2DINTEL")] - static abstract void UnmapTexture2DIntel( + static abstract void UnmapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] static abstract void UpdateObjectBufferATI( [NativeTypeName("GLuint")] uint buffer, @@ -95877,7 +42645,6 @@ static abstract void UpdateObjectBufferATI( [NativeTypeName("GLenum")] uint preserve ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] static abstract void UpdateObjectBufferATI( @@ -95888,86 +42655,15 @@ static abstract void UpdateObjectBufferATI( [NativeTypeName("GLenum")] Constant preserve ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glUploadGpuMaskNVX")] static abstract void UploadGpuMaskNVX([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUseProgram")] static abstract void UseProgram([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseProgramObjectARB")] static abstract void UseProgramObjectARB([NativeTypeName("GLhandleARB")] uint programObj); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] static abstract void UseProgramStages( [NativeTypeName("GLuint")] uint pipeline, @@ -95975,32 +42671,6 @@ static abstract void UseProgramStages( [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] static abstract void UseProgramStages( @@ -96009,7 +42679,6 @@ static abstract void UseProgramStages( [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] static abstract void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -96017,7 +42686,6 @@ static abstract void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] static abstract void UseProgramStagesEXT( @@ -96026,98 +42694,24 @@ static abstract void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseShaderProgramEXT")] static abstract void UseShaderProgramEXT( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glValidateProgram")] static abstract void ValidateProgram([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glValidateProgramARB")] static abstract void ValidateProgramARB([NativeTypeName("GLhandleARB")] uint programObj); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glValidateProgramPipeline")] static abstract void ValidateProgramPipeline([NativeTypeName("GLuint")] uint pipeline); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glValidateProgramPipelineEXT")] static abstract void ValidateProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] static abstract void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint id, @@ -96127,7 +42721,6 @@ static abstract void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] static abstract void VariantArrayObjectATI( @@ -96138,14 +42731,12 @@ static abstract void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] static abstract void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLbyte *")] sbyte* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] static abstract void VariantEXT( @@ -96153,19 +42744,16 @@ static abstract void VariantEXT( [NativeTypeName("const GLbyte *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] static abstract void VariantEXT([NativeTypeName("const GLbyte *")] sbyte addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] static abstract void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLdouble *")] double* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] static abstract void VariantEXT( @@ -96173,19 +42761,16 @@ static abstract void VariantEXT( [NativeTypeName("const GLdouble *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] static abstract void VariantEXT([NativeTypeName("const GLdouble *")] double addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] static abstract void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLfloat *")] float* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] static abstract void VariantEXT( @@ -96193,19 +42778,16 @@ static abstract void VariantEXT( [NativeTypeName("const GLfloat *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] static abstract void VariantEXT([NativeTypeName("const GLfloat *")] float addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] static abstract void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLint *")] int* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] static abstract void VariantEXT( @@ -96213,12 +42795,10 @@ static abstract void VariantEXT( [NativeTypeName("const GLint *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] static abstract void VariantEXT([NativeTypeName("const GLint *")] int addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] static abstract void VariantPointerEXT( [NativeTypeName("GLuint")] uint id, @@ -96227,7 +42807,6 @@ static abstract void VariantPointerEXT( [NativeTypeName("const void *")] void* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] static abstract void VariantPointerEXT( @@ -96237,14 +42816,12 @@ static abstract void VariantPointerEXT( [NativeTypeName("const void *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] static abstract void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLshort *")] short* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] static abstract void VariantEXT( @@ -96252,19 +42829,16 @@ static abstract void VariantEXT( [NativeTypeName("const GLshort *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] static abstract void VariantEXT([NativeTypeName("const GLshort *")] short addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] static abstract void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLubyte *")] byte* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] static abstract void VariantEXT( @@ -96272,19 +42846,16 @@ static abstract void VariantEXT( [NativeTypeName("const GLubyte *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] static abstract void VariantEXT([NativeTypeName("const GLubyte *")] byte addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] static abstract void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLuint *")] uint* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] static abstract void VariantEXT( @@ -96292,19 +42863,16 @@ static abstract void VariantEXT( [NativeTypeName("const GLuint *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] static abstract void VariantEXT([NativeTypeName("const GLuint *")] uint addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] static abstract void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLushort *")] ushort* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] static abstract void VariantEXT( @@ -96312,16 +42880,13 @@ static abstract void VariantEXT( [NativeTypeName("const GLushort *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] static abstract void VariantEXT([NativeTypeName("const GLushort *")] ushort addr); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUFiniNV")] static abstract void VdpauFinNV(); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] static abstract void VdpauGetSurfaceNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface, @@ -96331,7 +42896,6 @@ static abstract void VdpauGetSurfaceNV( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] static abstract void VdpauGetSurfaceNV( @@ -96342,7 +42906,6 @@ static abstract void VdpauGetSurfaceNV( [NativeTypeName("GLint *")] Ref values ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] static abstract int VdpauGetSurfaceNV( @@ -96351,14 +42914,12 @@ static abstract int VdpauGetSurfaceNV( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] static abstract void VdpauInitNV( [NativeTypeName("const void *")] void* vdpDevice, [NativeTypeName("const void *")] void* getProcAddress ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] static abstract void VdpauInitNV( @@ -96367,7 +42928,6 @@ static abstract void VdpauInitNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] static abstract MaybeBool VdpauIsSurfaceNV( @@ -96375,18 +42935,17 @@ static abstract MaybeBool VdpauIsSurfaceNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] - static abstract uint VdpauIsSurfaceNVRaw([NativeTypeName("GLvdpauSurfaceNV")] nint surface); + static abstract uint VdpauIsSurfaceNVRawNV( + [NativeTypeName("GLvdpauSurfaceNV")] nint surface + ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] static abstract void VdpauMapSurfacesNV( [NativeTypeName("GLsizei")] uint numSurfaces, [NativeTypeName("const GLvdpauSurfaceNV *")] nint* surfaces ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] static abstract void VdpauMapSurfacesNV( @@ -96394,7 +42953,6 @@ static abstract void VdpauMapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] Ref surfaces ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] static abstract void VdpauMapSurfacesNV( @@ -96402,7 +42960,6 @@ static abstract void VdpauMapSurfacesNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] static abstract nint VdpauRegisterOutputSurfaceNV( [NativeTypeName("const void *")] void* vdpSurface, @@ -96412,7 +42969,6 @@ static abstract nint VdpauRegisterOutputSurfaceNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] static abstract nint VdpauRegisterOutputSurfaceNV( @@ -96423,7 +42979,6 @@ static abstract nint VdpauRegisterOutputSurfaceNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] static abstract nint VdpauRegisterVideoSurfaceNV( [NativeTypeName("const void *")] void* vdpSurface, @@ -96433,7 +42988,6 @@ static abstract nint VdpauRegisterVideoSurfaceNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] static abstract nint VdpauRegisterVideoSurfaceNV( @@ -96444,7 +42998,6 @@ static abstract nint VdpauRegisterVideoSurfaceNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop2"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] static abstract nint VdpauRegisterVideoSurfaceWithPictureStructureNV( [NativeTypeName("const void *")] void* vdpSurface, @@ -96455,7 +43008,6 @@ static abstract nint VdpauRegisterVideoSurfaceWithPictureStructureNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] static abstract nint VdpauRegisterVideoSurfaceWithPictureStructureNV( @@ -96466,21 +43018,18 @@ static abstract nint VdpauRegisterVideoSurfaceWithPictureStructureNV( [NativeTypeName("GLboolean")] MaybeBool isFrameStructure ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUSurfaceAccessNV")] static abstract void VdpauSurfaceAccessNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] static abstract void VdpauUnmapSurfacesNV( [NativeTypeName("GLsizei")] uint numSurface, [NativeTypeName("const GLvdpauSurfaceNV *")] nint* surfaces ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] static abstract void VdpauUnmapSurfacesNV( @@ -96488,417 +43037,105 @@ static abstract void VdpauUnmapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] Ref surfaces ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] static abstract void VdpauUnmapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] nint surfaces ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUUnregisterSurfaceNV")] static abstract void VdpauUnregisterSurfaceNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex2bOES")] static abstract void Vertex2OES( [NativeTypeName("GLbyte")] sbyte x, [NativeTypeName("GLbyte")] sbyte y ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] static abstract void Vertex2OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] static abstract void Vertex2OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2d")] static abstract void Vertex2( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2dv")] static abstract void Vertex2([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2dv")] static abstract void Vertex2([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2f")] static abstract void Vertex2( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2fv")] static abstract void Vertex2([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2fv")] static abstract void Vertex2([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex2hNV")] static abstract void Vertex2NV( [NativeTypeName("GLhalfNV")] ushort x, [NativeTypeName("GLhalfNV")] ushort y ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] static abstract void Vertex2NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] static abstract void Vertex2NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2i")] static abstract void Vertex2( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2iv")] static abstract void Vertex2([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2iv")] static abstract void Vertex2([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2s")] static abstract void Vertex2( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2sv")] static abstract void Vertex2([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2sv")] static abstract void Vertex2([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex2xOES")] static abstract void Vertex2XOES([NativeTypeName("GLfixed")] int x); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] static abstract void Vertex2XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] static abstract void Vertex2XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex3bOES")] static abstract void Vertex3OES( [NativeTypeName("GLbyte")] sbyte x, @@ -96906,40 +43143,13 @@ static abstract void Vertex3OES( [NativeTypeName("GLbyte")] sbyte z ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] static abstract void Vertex3OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] static abstract void Vertex3OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3d")] static abstract void Vertex3( [NativeTypeName("GLdouble")] double x, @@ -96947,88 +43157,13 @@ static abstract void Vertex3( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3dv")] static abstract void Vertex3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3dv")] static abstract void Vertex3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3f")] static abstract void Vertex3( [NativeTypeName("GLfloat")] float x, @@ -97036,64 +43171,13 @@ static abstract void Vertex3( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3fv")] static abstract void Vertex3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3fv")] static abstract void Vertex3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex3hNV")] static abstract void Vertex3NV( [NativeTypeName("GLhalfNV")] ushort x, @@ -97101,40 +43185,13 @@ static abstract void Vertex3NV( [NativeTypeName("GLhalfNV")] ushort z ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] static abstract void Vertex3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] static abstract void Vertex3NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3i")] static abstract void Vertex3( [NativeTypeName("GLint")] int x, @@ -97142,88 +43199,13 @@ static abstract void Vertex3( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3iv")] static abstract void Vertex3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3iv")] static abstract void Vertex3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3s")] static abstract void Vertex3( [NativeTypeName("GLshort")] short x, @@ -97231,80 +43213,26 @@ static abstract void Vertex3( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3sv")] static abstract void Vertex3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3sv")] static abstract void Vertex3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex3xOES")] static abstract void Vertex3XOES( [NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] static abstract void Vertex3XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] static abstract void Vertex3XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex4bOES")] static abstract void Vertex4OES( [NativeTypeName("GLbyte")] sbyte x, @@ -97313,40 +43241,13 @@ static abstract void Vertex4OES( [NativeTypeName("GLbyte")] sbyte w ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] static abstract void Vertex4OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] static abstract void Vertex4OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4d")] static abstract void Vertex4( [NativeTypeName("GLdouble")] double x, @@ -97355,88 +43256,13 @@ static abstract void Vertex4( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4dv")] static abstract void Vertex4([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4dv")] static abstract void Vertex4([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4f")] static abstract void Vertex4( [NativeTypeName("GLfloat")] float x, @@ -97445,64 +43271,13 @@ static abstract void Vertex4( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4fv")] static abstract void Vertex4([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4fv")] static abstract void Vertex4([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex4hNV")] static abstract void Vertex4NV( [NativeTypeName("GLhalfNV")] ushort x, @@ -97511,40 +43286,13 @@ static abstract void Vertex4NV( [NativeTypeName("GLhalfNV")] ushort w ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] static abstract void Vertex4NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] static abstract void Vertex4NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4i")] static abstract void Vertex4( [NativeTypeName("GLint")] int x, @@ -97553,88 +43301,13 @@ static abstract void Vertex4( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4iv")] static abstract void Vertex4([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4iv")] static abstract void Vertex4([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4s")] static abstract void Vertex4( [NativeTypeName("GLshort")] short x, @@ -97643,64 +43316,13 @@ static abstract void Vertex4( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4sv")] static abstract void Vertex4([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4sv")] static abstract void Vertex4([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex4xOES")] static abstract void Vertex4XOES( [NativeTypeName("GLfixed")] int x, @@ -97708,25 +43330,13 @@ static abstract void Vertex4XOES( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] static abstract void Vertex4XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] static abstract void Vertex4XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribBinding")] static abstract void VertexArrayAttribBinding( [NativeTypeName("GLuint")] uint vaobj, @@ -97734,16 +43344,6 @@ static abstract void VertexArrayAttribBinding( [NativeTypeName("GLuint")] uint bindingindex ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] static abstract void VertexArrayAttribFormat( [NativeTypeName("GLuint")] uint vaobj, @@ -97754,16 +43354,6 @@ static abstract void VertexArrayAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] static abstract void VertexArrayAttribFormat( @@ -97775,16 +43365,6 @@ static abstract void VertexArrayAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] static abstract void VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint vaobj, @@ -97794,16 +43374,6 @@ static abstract void VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] static abstract void VertexArrayAttribIFormat( @@ -97814,16 +43384,6 @@ static abstract void VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] static abstract void VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint vaobj, @@ -97833,16 +43393,6 @@ static abstract void VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] static abstract void VertexArrayAttribLFormat( @@ -97853,16 +43403,6 @@ static abstract void VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayBindingDivisor")] static abstract void VertexArrayBindingDivisor( [NativeTypeName("GLuint")] uint vaobj, @@ -97870,8 +43410,6 @@ static abstract void VertexArrayBindingDivisor( [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayBindVertexBufferEXT")] static abstract void VertexArrayBindVertexBufferEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -97881,8 +43419,6 @@ static abstract void VertexArrayBindVertexBufferEXT( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] static abstract void VertexArrayColorOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -97893,8 +43429,6 @@ static abstract void VertexArrayColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] static abstract void VertexArrayColorOffsetEXT( @@ -97906,8 +43440,6 @@ static abstract void VertexArrayColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayEdgeFlagOffsetEXT")] static abstract void VertexArrayEdgeFlagOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -97916,24 +43448,12 @@ static abstract void VertexArrayEdgeFlagOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayElementBuffer")] static abstract void VertexArrayElementBuffer( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] static abstract void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -97943,8 +43463,6 @@ static abstract void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] static abstract void VertexArrayFogCoordOffsetEXT( @@ -97955,8 +43473,6 @@ static abstract void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] static abstract void VertexArrayIndexOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -97966,8 +43482,6 @@ static abstract void VertexArrayIndexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] static abstract void VertexArrayIndexOffsetEXT( @@ -97978,8 +43492,6 @@ static abstract void VertexArrayIndexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] static abstract void VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -97991,8 +43503,6 @@ static abstract void VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] static abstract void VertexArrayMultiTexCoordOffsetEXT( @@ -98005,8 +43515,6 @@ static abstract void VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] static abstract void VertexArrayNormalOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98016,8 +43524,6 @@ static abstract void VertexArrayNormalOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] static abstract void VertexArrayNormalOffsetEXT( @@ -98028,44 +43534,38 @@ static abstract void VertexArrayNormalOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] - static abstract void VertexArrayParameterApple( + static abstract void VertexArrayParameterAPPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] - static abstract void VertexArrayParameterApple( - [NativeTypeName("GLenum")] Constant pname, + static abstract void VertexArrayParameterAPPLE( + [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] - static abstract void VertexArrayRangeApple( + static abstract void VertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, void* pointer ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] - static abstract void VertexArrayRangeApple( + static abstract void VertexArrayRangeAPPLE( [NativeTypeName("GLsizei")] uint length, Ref pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] static abstract void VertexArrayRangeNV( [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] static abstract void VertexArrayRangeNV( @@ -98073,8 +43573,6 @@ static abstract void VertexArrayRangeNV( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] static abstract void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98085,8 +43583,6 @@ static abstract void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] static abstract void VertexArraySecondaryColorOffsetEXT( @@ -98098,8 +43594,6 @@ static abstract void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] static abstract void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98110,8 +43604,6 @@ static abstract void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] static abstract void VertexArrayTexCoordOffsetEXT( @@ -98123,8 +43615,6 @@ static abstract void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribBindingEXT")] static abstract void VertexArrayVertexAttribBindingEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98132,8 +43622,6 @@ static abstract void VertexArrayVertexAttribBindingEXT( [NativeTypeName("GLuint")] uint bindingindex ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribDivisorEXT")] static abstract void VertexArrayVertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98141,8 +43629,6 @@ static abstract void VertexArrayVertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] static abstract void VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98153,8 +43639,6 @@ static abstract void VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] static abstract void VertexArrayVertexAttribFormatEXT( @@ -98166,8 +43650,6 @@ static abstract void VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] static abstract void VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98177,8 +43659,6 @@ static abstract void VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] static abstract void VertexArrayVertexAttribIFormatEXT( @@ -98189,8 +43669,6 @@ static abstract void VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] static abstract void VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98202,8 +43680,6 @@ static abstract void VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] static abstract void VertexArrayVertexAttribIOffsetEXT( @@ -98216,8 +43692,6 @@ static abstract void VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] static abstract void VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98227,8 +43701,6 @@ static abstract void VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] static abstract void VertexArrayVertexAttribLFormatEXT( @@ -98239,8 +43711,6 @@ static abstract void VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] static abstract void VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98252,8 +43722,6 @@ static abstract void VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] static abstract void VertexArrayVertexAttribLOffsetEXT( @@ -98266,8 +43734,6 @@ static abstract void VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] static abstract void VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98280,8 +43746,6 @@ static abstract void VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] static abstract void VertexArrayVertexAttribOffsetEXT( @@ -98295,8 +43759,6 @@ static abstract void VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBindingDivisorEXT")] static abstract void VertexArrayVertexBindingDivisorEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98304,16 +43766,6 @@ static abstract void VertexArrayVertexBindingDivisorEXT( [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffer")] static abstract void VertexArrayVertexBuffer( [NativeTypeName("GLuint")] uint vaobj, @@ -98323,16 +43775,6 @@ static abstract void VertexArrayVertexBuffer( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] static abstract void VertexArrayVertexBuffers( [NativeTypeName("GLuint")] uint vaobj, @@ -98343,16 +43785,6 @@ static abstract void VertexArrayVertexBuffers( [NativeTypeName("const GLsizei *")] uint* strides ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] static abstract void VertexArrayVertexBuffers( @@ -98364,8 +43796,6 @@ static abstract void VertexArrayVertexBuffers( [NativeTypeName("const GLsizei *")] Ref strides ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] static abstract void VertexArrayVertexOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -98376,8 +43806,6 @@ static abstract void VertexArrayVertexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] static abstract void VertexArrayVertexOffsetEXT( @@ -98389,808 +43817,266 @@ static abstract void VertexArrayVertexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1d")] - static abstract void VertexAttrib1D( + static abstract void VertexAttrib1d( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dARB")] - static abstract void VertexAttrib1DARB( + static abstract void VertexAttrib1dARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dNV")] - static abstract void VertexAttrib1DNV( + static abstract void VertexAttrib1dNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] - static abstract void VertexAttrib1Dv( + static abstract void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] - static abstract void VertexAttrib1Dv( + static abstract void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] - static abstract void VertexAttrib1Dv( + static abstract void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] - static abstract void VertexAttrib1DvARB( + static abstract void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] - static abstract void VertexAttrib1DvARB( + static abstract void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] - static abstract void VertexAttrib1DvARB( + static abstract void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] - static abstract void VertexAttrib1DvNV( + static abstract void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] - static abstract void VertexAttrib1DvNV( + static abstract void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] - static abstract void VertexAttrib1DvNV( + static abstract void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1f")] - static abstract void VertexAttrib1F( + static abstract void VertexAttrib1f( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fARB")] - static abstract void VertexAttrib1FARB( + static abstract void VertexAttrib1fARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fNV")] - static abstract void VertexAttrib1FNV( + static abstract void VertexAttrib1fNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] - static abstract void VertexAttrib1Fv( + static abstract void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] - static abstract void VertexAttrib1Fv( + static abstract void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] - static abstract void VertexAttrib1Fv( + static abstract void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] - static abstract void VertexAttrib1FvARB( + static abstract void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] - static abstract void VertexAttrib1FvARB( + static abstract void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] - static abstract void VertexAttrib1FvARB( + static abstract void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] - static abstract void VertexAttrib1FvNV( + static abstract void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] - static abstract void VertexAttrib1FvNV( + static abstract void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] - static abstract void VertexAttrib1FvNV( + static abstract void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hNV")] - static abstract void VertexAttrib1HNV( + static abstract void VertexAttrib1hNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLhalfNV")] ushort x ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] - static abstract void VertexAttrib1HvNV( + static abstract void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] - static abstract void VertexAttrib1HvNV( + static abstract void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] - static abstract void VertexAttrib1HvNV( + static abstract void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1s")] - static abstract void VertexAttrib1S( + static abstract void VertexAttrib1s( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sARB")] - static abstract void VertexAttrib1SARB( + static abstract void VertexAttrib1sARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sNV")] - static abstract void VertexAttrib1SNV( + static abstract void VertexAttrib1sNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] - static abstract void VertexAttrib1Sv( + static abstract void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] - static abstract void VertexAttrib1Sv( + static abstract void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] - static abstract void VertexAttrib1Sv( + static abstract void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] - static abstract void VertexAttrib1SvARB( + static abstract void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] - static abstract void VertexAttrib1SvARB( + static abstract void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] - static abstract void VertexAttrib1SvARB( + static abstract void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] - static abstract void VertexAttrib1SvNV( + static abstract void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] - static abstract void VertexAttrib1SvNV( + static abstract void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] - static abstract void VertexAttrib1SvNV( + static abstract void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2d")] static abstract void VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -99198,7 +44084,6 @@ static abstract void VertexAttrib2( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dARB")] static abstract void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -99206,7 +44091,6 @@ static abstract void VertexAttrib2ARB( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dNV")] static abstract void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -99214,88 +44098,12 @@ static abstract void VertexAttrib2NV( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] static abstract void VertexAttrib2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] static abstract void VertexAttrib2( @@ -99303,14 +44111,12 @@ static abstract void VertexAttrib2( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] static abstract void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] static abstract void VertexAttrib2ARB( @@ -99318,14 +44124,12 @@ static abstract void VertexAttrib2ARB( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] static abstract void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] static abstract void VertexAttrib2NV( @@ -99333,49 +44137,6 @@ static abstract void VertexAttrib2NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2f")] static abstract void VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -99383,7 +44144,6 @@ static abstract void VertexAttrib2( [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fARB")] static abstract void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -99391,7 +44151,6 @@ static abstract void VertexAttrib2ARB( [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fNV")] static abstract void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -99399,98 +44158,12 @@ static abstract void VertexAttrib2NV( [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] static abstract void VertexAttrib2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] static abstract void VertexAttrib2( @@ -99498,14 +44171,12 @@ static abstract void VertexAttrib2( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] static abstract void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] static abstract void VertexAttrib2ARB( @@ -99513,14 +44184,12 @@ static abstract void VertexAttrib2ARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] static abstract void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] static abstract void VertexAttrib2NV( @@ -99528,7 +44197,6 @@ static abstract void VertexAttrib2NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hNV")] static abstract void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -99536,14 +44204,12 @@ static abstract void VertexAttrib2NV( [NativeTypeName("GLhalfNV")] ushort y ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] static abstract void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] static abstract void VertexAttrib2NV( @@ -99551,44 +44217,6 @@ static abstract void VertexAttrib2NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2s")] static abstract void VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -99596,7 +44224,6 @@ static abstract void VertexAttrib2( [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sARB")] static abstract void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -99604,7 +44231,6 @@ static abstract void VertexAttrib2ARB( [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sNV")] static abstract void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -99612,88 +44238,12 @@ static abstract void VertexAttrib2NV( [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] static abstract void VertexAttrib2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] static abstract void VertexAttrib2( @@ -99701,14 +44251,12 @@ static abstract void VertexAttrib2( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] static abstract void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] static abstract void VertexAttrib2ARB( @@ -99716,14 +44264,12 @@ static abstract void VertexAttrib2ARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] static abstract void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] static abstract void VertexAttrib2NV( @@ -99731,44 +44277,6 @@ static abstract void VertexAttrib2NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3d")] static abstract void VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -99777,7 +44285,6 @@ static abstract void VertexAttrib3( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dARB")] static abstract void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -99786,7 +44293,6 @@ static abstract void VertexAttrib3ARB( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dNV")] static abstract void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -99795,88 +44301,12 @@ static abstract void VertexAttrib3NV( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] static abstract void VertexAttrib3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] static abstract void VertexAttrib3( @@ -99884,14 +44314,12 @@ static abstract void VertexAttrib3( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] static abstract void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] static abstract void VertexAttrib3ARB( @@ -99899,14 +44327,12 @@ static abstract void VertexAttrib3ARB( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] static abstract void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] static abstract void VertexAttrib3NV( @@ -99914,49 +44340,6 @@ static abstract void VertexAttrib3NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3f")] static abstract void VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -99965,7 +44348,6 @@ static abstract void VertexAttrib3( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fARB")] static abstract void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -99974,7 +44356,6 @@ static abstract void VertexAttrib3ARB( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fNV")] static abstract void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -99983,98 +44364,12 @@ static abstract void VertexAttrib3NV( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] static abstract void VertexAttrib3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] static abstract void VertexAttrib3( @@ -100082,14 +44377,12 @@ static abstract void VertexAttrib3( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] static abstract void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] static abstract void VertexAttrib3ARB( @@ -100097,14 +44390,12 @@ static abstract void VertexAttrib3ARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] static abstract void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] static abstract void VertexAttrib3NV( @@ -100112,7 +44403,6 @@ static abstract void VertexAttrib3NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hNV")] static abstract void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -100121,14 +44411,12 @@ static abstract void VertexAttrib3NV( [NativeTypeName("GLhalfNV")] ushort z ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] static abstract void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] static abstract void VertexAttrib3NV( @@ -100136,44 +44424,6 @@ static abstract void VertexAttrib3NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3s")] static abstract void VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -100182,7 +44432,6 @@ static abstract void VertexAttrib3( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sARB")] static abstract void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -100191,7 +44440,6 @@ static abstract void VertexAttrib3ARB( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sNV")] static abstract void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -100200,88 +44448,12 @@ static abstract void VertexAttrib3NV( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] static abstract void VertexAttrib3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] static abstract void VertexAttrib3( @@ -100289,14 +44461,12 @@ static abstract void VertexAttrib3( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] static abstract void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] static abstract void VertexAttrib3ARB( @@ -100304,14 +44474,12 @@ static abstract void VertexAttrib3ARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] static abstract void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] static abstract void VertexAttrib3NV( @@ -100319,88 +44487,12 @@ static abstract void VertexAttrib3NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] static abstract void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] static abstract void VertexAttrib4( @@ -100408,14 +44500,12 @@ static abstract void VertexAttrib4( [NativeTypeName("const GLbyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] static abstract void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] static abstract void VertexAttrib4ARB( @@ -100423,44 +44513,6 @@ static abstract void VertexAttrib4ARB( [NativeTypeName("const GLbyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4d")] static abstract void VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -100470,7 +44522,6 @@ static abstract void VertexAttrib4( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dARB")] static abstract void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -100480,7 +44531,6 @@ static abstract void VertexAttrib4ARB( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dNV")] static abstract void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -100490,88 +44540,12 @@ static abstract void VertexAttrib4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] static abstract void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] static abstract void VertexAttrib4( @@ -100579,14 +44553,12 @@ static abstract void VertexAttrib4( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] static abstract void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] static abstract void VertexAttrib4ARB( @@ -100594,14 +44566,12 @@ static abstract void VertexAttrib4ARB( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] static abstract void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] static abstract void VertexAttrib4NV( @@ -100609,49 +44579,6 @@ static abstract void VertexAttrib4NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4f")] static abstract void VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -100661,7 +44588,6 @@ static abstract void VertexAttrib4( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fARB")] static abstract void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -100671,7 +44597,6 @@ static abstract void VertexAttrib4ARB( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fNV")] static abstract void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -100681,98 +44606,12 @@ static abstract void VertexAttrib4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] static abstract void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] static abstract void VertexAttrib4( @@ -100780,14 +44619,12 @@ static abstract void VertexAttrib4( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] static abstract void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] static abstract void VertexAttrib4ARB( @@ -100795,14 +44632,12 @@ static abstract void VertexAttrib4ARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] static abstract void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] static abstract void VertexAttrib4NV( @@ -100810,7 +44645,6 @@ static abstract void VertexAttrib4NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hNV")] static abstract void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -100820,14 +44654,12 @@ static abstract void VertexAttrib4NV( [NativeTypeName("GLhalfNV")] ushort w ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] static abstract void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] static abstract void VertexAttrib4NV( @@ -100835,88 +44667,12 @@ static abstract void VertexAttrib4NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] static abstract void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] static abstract void VertexAttrib4( @@ -100924,14 +44680,12 @@ static abstract void VertexAttrib4( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] static abstract void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] static abstract void VertexAttrib4ARB( @@ -100939,88 +44693,12 @@ static abstract void VertexAttrib4ARB( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] static abstract void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] static abstract void VertexAttrib4N( @@ -101028,14 +44706,12 @@ static abstract void VertexAttrib4N( [NativeTypeName("const GLbyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] static abstract void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] static abstract void VertexAttrib4NARB( @@ -101043,88 +44719,12 @@ static abstract void VertexAttrib4NARB( [NativeTypeName("const GLbyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] static abstract void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] static abstract void VertexAttrib4N( @@ -101132,14 +44732,12 @@ static abstract void VertexAttrib4N( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] static abstract void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] static abstract void VertexAttrib4NARB( @@ -101147,88 +44745,12 @@ static abstract void VertexAttrib4NARB( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] static abstract void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] static abstract void VertexAttrib4N( @@ -101236,14 +44758,12 @@ static abstract void VertexAttrib4N( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] static abstract void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] static abstract void VertexAttrib4NARB( @@ -101251,44 +44771,6 @@ static abstract void VertexAttrib4NARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nub")] static abstract void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -101298,7 +44780,6 @@ static abstract void VertexAttrib4N( [NativeTypeName("GLubyte")] byte w ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubARB")] static abstract void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -101308,88 +44789,12 @@ static abstract void VertexAttrib4NARB( [NativeTypeName("GLubyte")] byte w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] static abstract void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] static abstract void VertexAttrib4N( @@ -101397,14 +44802,12 @@ static abstract void VertexAttrib4N( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] static abstract void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] static abstract void VertexAttrib4NARB( @@ -101412,88 +44815,12 @@ static abstract void VertexAttrib4NARB( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] static abstract void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] static abstract void VertexAttrib4N( @@ -101501,14 +44828,12 @@ static abstract void VertexAttrib4N( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] static abstract void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] static abstract void VertexAttrib4NARB( @@ -101516,88 +44841,12 @@ static abstract void VertexAttrib4NARB( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] static abstract void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] static abstract void VertexAttrib4N( @@ -101605,14 +44854,12 @@ static abstract void VertexAttrib4N( [NativeTypeName("const GLushort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] static abstract void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] static abstract void VertexAttrib4NARB( @@ -101620,44 +44867,6 @@ static abstract void VertexAttrib4NARB( [NativeTypeName("const GLushort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4s")] static abstract void VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -101667,7 +44876,6 @@ static abstract void VertexAttrib4( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sARB")] static abstract void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -101677,7 +44885,6 @@ static abstract void VertexAttrib4ARB( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sNV")] static abstract void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -101687,88 +44894,12 @@ static abstract void VertexAttrib4NV( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] static abstract void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] static abstract void VertexAttrib4( @@ -101776,14 +44907,12 @@ static abstract void VertexAttrib4( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] static abstract void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] static abstract void VertexAttrib4ARB( @@ -101791,14 +44920,12 @@ static abstract void VertexAttrib4ARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] static abstract void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] static abstract void VertexAttrib4NV( @@ -101806,7 +44933,6 @@ static abstract void VertexAttrib4NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubNV")] static abstract void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -101816,88 +44942,12 @@ static abstract void VertexAttrib4NV( [NativeTypeName("GLubyte")] byte w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] static abstract void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] static abstract void VertexAttrib4( @@ -101905,14 +44955,12 @@ static abstract void VertexAttrib4( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] static abstract void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] static abstract void VertexAttrib4ARB( @@ -101920,14 +44968,12 @@ static abstract void VertexAttrib4ARB( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] static abstract void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] static abstract void VertexAttrib4NV( @@ -101935,88 +44981,12 @@ static abstract void VertexAttrib4NV( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] static abstract void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] static abstract void VertexAttrib4( @@ -102024,14 +44994,12 @@ static abstract void VertexAttrib4( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] static abstract void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] static abstract void VertexAttrib4ARB( @@ -102039,88 +45007,12 @@ static abstract void VertexAttrib4ARB( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] static abstract void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] static abstract void VertexAttrib4( @@ -102128,14 +45020,12 @@ static abstract void VertexAttrib4( [NativeTypeName("const GLushort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] static abstract void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] static abstract void VertexAttrib4ARB( @@ -102143,7 +45033,6 @@ static abstract void VertexAttrib4ARB( [NativeTypeName("const GLushort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] static abstract void VertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, @@ -102155,7 +45044,6 @@ static abstract void VertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] static abstract void VertexAttribArrayObjectATI( @@ -102168,119 +45056,42 @@ static abstract void VertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribBinding")] static abstract void VertexAttribBinding( [NativeTypeName("GLuint")] uint attribindex, [NativeTypeName("GLuint")] uint bindingindex ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisor")] static abstract void VertexAttribDivisor( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorANGLE")] - static abstract void VertexAttribDivisorAngle( + static abstract void VertexAttribDivisorANGLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gl", ["GL_ARB_instanced_arrays"])] - [SupportedApiProfile("glcore", ["GL_ARB_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorARB")] static abstract void VertexAttribDivisorARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gles2", ["GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorEXT")] static abstract void VertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gles2", ["GL_NV_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorNV")] static abstract void VertexAttribDivisorNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] static abstract void VertexAttribFormat( [NativeTypeName("GLuint")] uint attribindex, @@ -102290,28 +45101,6 @@ static abstract void VertexAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] static abstract void VertexAttribFormat( @@ -102322,8 +45111,6 @@ static abstract void VertexAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] static abstract void VertexAttribFormatNV( [NativeTypeName("GLuint")] uint index, @@ -102333,8 +45120,6 @@ static abstract void VertexAttribFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] static abstract void VertexAttribFormatNV( @@ -102345,424 +45130,110 @@ static abstract void VertexAttribFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1i")] static abstract void VertexAttribI1( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int x ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iEXT")] static abstract void VertexAttribI1EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int x ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] - static abstract void VertexAttribI1Iv( + static abstract void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] - static abstract void VertexAttribI1Iv( + static abstract void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] - static abstract void VertexAttribI1Iv( + static abstract void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] - static abstract void VertexAttribI1IvEXT( + static abstract void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] - static abstract void VertexAttribI1IvEXT( + static abstract void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] - static abstract void VertexAttribI1IvEXT( + static abstract void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ui")] - static abstract void VertexAttribI1Ui( + static abstract void VertexAttribI1ui( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiEXT")] - static abstract void VertexAttribI1UiEXT( + static abstract void VertexAttribI1uiEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] - static abstract void VertexAttribI1Uiv( + static abstract void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] - static abstract void VertexAttribI1Uiv( + static abstract void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] - static abstract void VertexAttribI1Uiv( + static abstract void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] - static abstract void VertexAttribI1UivEXT( + static abstract void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] - static abstract void VertexAttribI1UivEXT( + static abstract void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] - static abstract void VertexAttribI1UivEXT( + static abstract void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2i")] static abstract void VertexAttribI2( [NativeTypeName("GLuint")] uint index, @@ -102770,7 +45241,6 @@ static abstract void VertexAttribI2( [NativeTypeName("GLint")] int y ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iEXT")] static abstract void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, @@ -102778,80 +45248,12 @@ static abstract void VertexAttribI2EXT( [NativeTypeName("GLint")] int y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] static abstract void VertexAttribI2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] static abstract void VertexAttribI2( @@ -102859,14 +45261,12 @@ static abstract void VertexAttribI2( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] static abstract void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] static abstract void VertexAttribI2EXT( @@ -102874,40 +45274,6 @@ static abstract void VertexAttribI2EXT( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ui")] static abstract void VertexAttribI2( [NativeTypeName("GLuint")] uint index, @@ -102915,7 +45281,6 @@ static abstract void VertexAttribI2( [NativeTypeName("GLuint")] uint y ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiEXT")] static abstract void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, @@ -102923,80 +45288,12 @@ static abstract void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] static abstract void VertexAttribI2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] static abstract void VertexAttribI2( @@ -103004,14 +45301,12 @@ static abstract void VertexAttribI2( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] static abstract void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] static abstract void VertexAttribI2EXT( @@ -103019,40 +45314,6 @@ static abstract void VertexAttribI2EXT( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3i")] static abstract void VertexAttribI3( [NativeTypeName("GLuint")] uint index, @@ -103061,7 +45322,6 @@ static abstract void VertexAttribI3( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iEXT")] static abstract void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, @@ -103070,80 +45330,12 @@ static abstract void VertexAttribI3EXT( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] static abstract void VertexAttribI3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] static abstract void VertexAttribI3( @@ -103151,14 +45343,12 @@ static abstract void VertexAttribI3( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] static abstract void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] static abstract void VertexAttribI3EXT( @@ -103166,40 +45356,6 @@ static abstract void VertexAttribI3EXT( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ui")] static abstract void VertexAttribI3( [NativeTypeName("GLuint")] uint index, @@ -103208,7 +45364,6 @@ static abstract void VertexAttribI3( [NativeTypeName("GLuint")] uint z ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiEXT")] static abstract void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, @@ -103217,80 +45372,12 @@ static abstract void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] static abstract void VertexAttribI3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] static abstract void VertexAttribI3( @@ -103298,14 +45385,12 @@ static abstract void VertexAttribI3( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] static abstract void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] static abstract void VertexAttribI3EXT( @@ -103313,80 +45398,12 @@ static abstract void VertexAttribI3EXT( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] static abstract void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] static abstract void VertexAttribI4( @@ -103394,14 +45411,12 @@ static abstract void VertexAttribI4( [NativeTypeName("const GLbyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] static abstract void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] static abstract void VertexAttribI4EXT( @@ -103409,40 +45424,6 @@ static abstract void VertexAttribI4EXT( [NativeTypeName("const GLbyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4i")] static abstract void VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -103452,7 +45433,6 @@ static abstract void VertexAttribI4( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iEXT")] static abstract void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -103462,80 +45442,12 @@ static abstract void VertexAttribI4EXT( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] static abstract void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] static abstract void VertexAttribI4( @@ -103543,14 +45455,12 @@ static abstract void VertexAttribI4( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] static abstract void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] static abstract void VertexAttribI4EXT( @@ -103558,80 +45468,12 @@ static abstract void VertexAttribI4EXT( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] static abstract void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] static abstract void VertexAttribI4( @@ -103639,14 +45481,12 @@ static abstract void VertexAttribI4( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] static abstract void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] static abstract void VertexAttribI4EXT( @@ -103654,80 +45494,12 @@ static abstract void VertexAttribI4EXT( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] static abstract void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] static abstract void VertexAttribI4( @@ -103735,14 +45507,12 @@ static abstract void VertexAttribI4( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] static abstract void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] static abstract void VertexAttribI4EXT( @@ -103750,40 +45520,6 @@ static abstract void VertexAttribI4EXT( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ui")] static abstract void VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -103793,7 +45529,6 @@ static abstract void VertexAttribI4( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiEXT")] static abstract void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -103803,80 +45538,12 @@ static abstract void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] static abstract void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] static abstract void VertexAttribI4( @@ -103884,14 +45551,12 @@ static abstract void VertexAttribI4( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] static abstract void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] static abstract void VertexAttribI4EXT( @@ -103899,80 +45564,12 @@ static abstract void VertexAttribI4EXT( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] static abstract void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] static abstract void VertexAttribI4( @@ -103980,14 +45577,12 @@ static abstract void VertexAttribI4( [NativeTypeName("const GLushort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] static abstract void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] static abstract void VertexAttribI4EXT( @@ -103995,28 +45590,6 @@ static abstract void VertexAttribI4EXT( [NativeTypeName("const GLushort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] static abstract void VertexAttribIFormat( [NativeTypeName("GLuint")] uint attribindex, @@ -104025,28 +45598,6 @@ static abstract void VertexAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] static abstract void VertexAttribIFormat( @@ -104056,8 +45607,6 @@ static abstract void VertexAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] static abstract void VertexAttribIFormatNV( [NativeTypeName("GLuint")] uint index, @@ -104066,8 +45615,6 @@ static abstract void VertexAttribIFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] static abstract void VertexAttribIFormatNV( @@ -104077,40 +45624,6 @@ static abstract void VertexAttribIFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] static abstract void VertexAttribIPointer( [NativeTypeName("GLuint")] uint index, @@ -104120,40 +45633,6 @@ static abstract void VertexAttribIPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] static abstract void VertexAttribIPointer( @@ -104164,7 +45643,6 @@ static abstract void VertexAttribIPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] static abstract void VertexAttribIPointerEXT( [NativeTypeName("GLuint")] uint index, @@ -104174,7 +45652,6 @@ static abstract void VertexAttribIPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] static abstract void VertexAttribIPointerEXT( @@ -104185,226 +45662,102 @@ static abstract void VertexAttribIPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1d")] static abstract void VertexAttribL1( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dEXT")] static abstract void VertexAttribL1EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] - static abstract void VertexAttribL1Dv( + static abstract void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] - static abstract void VertexAttribL1Dv( + static abstract void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] - static abstract void VertexAttribL1Dv( + static abstract void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] - static abstract void VertexAttribL1DvEXT( + static abstract void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] - static abstract void VertexAttribL1DvEXT( + static abstract void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] - static abstract void VertexAttribL1DvEXT( + static abstract void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64NV")] static abstract void VertexAttribL1NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint64EXT")] long x ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] - static abstract void VertexAttribL1I64VNV( + static abstract void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] - static abstract void VertexAttribL1I64VNV( + static abstract void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] - static abstract void VertexAttribL1I64VNV( + static abstract void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long v ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64ARB")] static abstract void VertexAttribL1ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64NV")] - static abstract void VertexAttribL1Ui64NV( + static abstract void VertexAttribL1ui64NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] static abstract void VertexAttribL1ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] static abstract void VertexAttribL1ARB( @@ -104412,58 +45765,26 @@ static abstract void VertexAttribL1ARB( [NativeTypeName("const GLuint64EXT *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] - static abstract void VertexAttribL1Ui64VNV( + static abstract void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] - static abstract void VertexAttribL1Ui64VNV( + static abstract void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] - static abstract void VertexAttribL1Ui64VNV( + static abstract void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2d")] static abstract void VertexAttribL2( [NativeTypeName("GLuint")] uint index, @@ -104471,7 +45792,6 @@ static abstract void VertexAttribL2( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dEXT")] static abstract void VertexAttribL2EXT( [NativeTypeName("GLuint")] uint index, @@ -104479,64 +45799,12 @@ static abstract void VertexAttribL2EXT( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] static abstract void VertexAttribL2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] static abstract void VertexAttribL2( @@ -104544,14 +45812,12 @@ static abstract void VertexAttribL2( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] static abstract void VertexAttribL2EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] static abstract void VertexAttribL2EXT( @@ -104559,8 +45825,6 @@ static abstract void VertexAttribL2EXT( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64NV")] static abstract void VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, @@ -104568,16 +45832,12 @@ static abstract void VertexAttribL2NV( [NativeTypeName("GLint64EXT")] long y ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] static abstract void VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] static abstract void VertexAttribL2NV( @@ -104585,8 +45845,6 @@ static abstract void VertexAttribL2NV( [NativeTypeName("const GLint64EXT *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64NV")] static abstract void VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, @@ -104594,16 +45852,12 @@ static abstract void VertexAttribL2NV( [NativeTypeName("GLuint64EXT")] ulong y ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] static abstract void VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] static abstract void VertexAttribL2NV( @@ -104611,32 +45865,6 @@ static abstract void VertexAttribL2NV( [NativeTypeName("const GLuint64EXT *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3d")] static abstract void VertexAttribL3( [NativeTypeName("GLuint")] uint index, @@ -104645,7 +45873,6 @@ static abstract void VertexAttribL3( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dEXT")] static abstract void VertexAttribL3EXT( [NativeTypeName("GLuint")] uint index, @@ -104654,64 +45881,12 @@ static abstract void VertexAttribL3EXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] static abstract void VertexAttribL3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] static abstract void VertexAttribL3( @@ -104719,14 +45894,12 @@ static abstract void VertexAttribL3( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] static abstract void VertexAttribL3EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] static abstract void VertexAttribL3EXT( @@ -104734,8 +45907,6 @@ static abstract void VertexAttribL3EXT( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64NV")] static abstract void VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, @@ -104744,16 +45915,12 @@ static abstract void VertexAttribL3NV( [NativeTypeName("GLint64EXT")] long z ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] static abstract void VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] static abstract void VertexAttribL3NV( @@ -104761,8 +45928,6 @@ static abstract void VertexAttribL3NV( [NativeTypeName("const GLint64EXT *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64NV")] static abstract void VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, @@ -104771,16 +45936,12 @@ static abstract void VertexAttribL3NV( [NativeTypeName("GLuint64EXT")] ulong z ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] static abstract void VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] static abstract void VertexAttribL3NV( @@ -104788,32 +45949,6 @@ static abstract void VertexAttribL3NV( [NativeTypeName("const GLuint64EXT *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4d")] static abstract void VertexAttribL4( [NativeTypeName("GLuint")] uint index, @@ -104823,7 +45958,6 @@ static abstract void VertexAttribL4( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dEXT")] static abstract void VertexAttribL4EXT( [NativeTypeName("GLuint")] uint index, @@ -104833,64 +45967,12 @@ static abstract void VertexAttribL4EXT( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] static abstract void VertexAttribL4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] static abstract void VertexAttribL4( @@ -104898,14 +45980,12 @@ static abstract void VertexAttribL4( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] static abstract void VertexAttribL4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] static abstract void VertexAttribL4EXT( @@ -104913,8 +45993,6 @@ static abstract void VertexAttribL4EXT( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64NV")] static abstract void VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, @@ -104924,16 +46002,12 @@ static abstract void VertexAttribL4NV( [NativeTypeName("GLint64EXT")] long w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] static abstract void VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] static abstract void VertexAttribL4NV( @@ -104941,8 +46015,6 @@ static abstract void VertexAttribL4NV( [NativeTypeName("const GLint64EXT *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64NV")] static abstract void VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, @@ -104952,16 +46024,12 @@ static abstract void VertexAttribL4NV( [NativeTypeName("GLuint64EXT")] ulong w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] static abstract void VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] static abstract void VertexAttribL4NV( @@ -104969,28 +46037,6 @@ static abstract void VertexAttribL4NV( [NativeTypeName("const GLuint64EXT *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] static abstract void VertexAttribLFormat( [NativeTypeName("GLuint")] uint attribindex, @@ -104999,28 +46045,6 @@ static abstract void VertexAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] static abstract void VertexAttribLFormat( @@ -105030,8 +46054,6 @@ static abstract void VertexAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] static abstract void VertexAttribLFormatNV( [NativeTypeName("GLuint")] uint index, @@ -105040,8 +46062,6 @@ static abstract void VertexAttribLFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] static abstract void VertexAttribLFormatNV( @@ -105051,32 +46071,6 @@ static abstract void VertexAttribLFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] static abstract void VertexAttribLPointer( [NativeTypeName("GLuint")] uint index, @@ -105086,32 +46080,6 @@ static abstract void VertexAttribLPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] static abstract void VertexAttribLPointer( @@ -105122,7 +46090,6 @@ static abstract void VertexAttribLPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] static abstract void VertexAttribLPointerEXT( [NativeTypeName("GLuint")] uint index, @@ -105132,7 +46099,6 @@ static abstract void VertexAttribLPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] static abstract void VertexAttribLPointerEXT( @@ -105143,36 +46109,6 @@ static abstract void VertexAttribLPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] static abstract void VertexAttribP1( [NativeTypeName("GLuint")] uint index, @@ -105181,36 +46117,6 @@ static abstract void VertexAttribP1( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] static abstract void VertexAttribP1( @@ -105220,152 +46126,32 @@ static abstract void VertexAttribP1( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] - static abstract void VertexAttribP1Uiv( + static abstract void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] - static abstract void VertexAttribP1Uiv( + static abstract void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] - static abstract void VertexAttribP1Uiv( + static abstract void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] static abstract void VertexAttribP2( [NativeTypeName("GLuint")] uint index, @@ -105374,36 +46160,6 @@ static abstract void VertexAttribP2( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] static abstract void VertexAttribP2( @@ -105413,152 +46169,32 @@ static abstract void VertexAttribP2( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] - static abstract void VertexAttribP2Uiv( + static abstract void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] - static abstract void VertexAttribP2Uiv( + static abstract void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] - static abstract void VertexAttribP2Uiv( + static abstract void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] static abstract void VertexAttribP3( [NativeTypeName("GLuint")] uint index, @@ -105567,36 +46203,6 @@ static abstract void VertexAttribP3( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] static abstract void VertexAttribP3( @@ -105606,152 +46212,32 @@ static abstract void VertexAttribP3( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] - static abstract void VertexAttribP3Uiv( + static abstract void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] - static abstract void VertexAttribP3Uiv( + static abstract void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] - static abstract void VertexAttribP3Uiv( + static abstract void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] static abstract void VertexAttribP4( [NativeTypeName("GLuint")] uint index, @@ -105760,36 +46246,6 @@ static abstract void VertexAttribP4( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] static abstract void VertexAttribP4( @@ -105799,123 +46255,32 @@ static abstract void VertexAttribP4( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] - static abstract void VertexAttribP4Uiv( + static abstract void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] - static abstract void VertexAttribP4Uiv( + static abstract void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] - static abstract void VertexAttribP4Uiv( + static abstract void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile("gl", ["GL_AMD_interleaved_elements"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribParameteriAMD")] static abstract void VertexAttribParameterAMD( [NativeTypeName("GLuint")] uint index, @@ -105923,49 +46288,6 @@ static abstract void VertexAttribParameterAMD( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] static abstract void VertexAttribPointer( [NativeTypeName("GLuint")] uint index, @@ -105976,49 +46298,6 @@ static abstract void VertexAttribPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] static abstract void VertexAttribPointer( @@ -106030,7 +46309,6 @@ static abstract void VertexAttribPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] static abstract void VertexAttribPointerARB( [NativeTypeName("GLuint")] uint index, @@ -106041,7 +46319,6 @@ static abstract void VertexAttribPointerARB( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] static abstract void VertexAttribPointerARB( @@ -106053,7 +46330,6 @@ static abstract void VertexAttribPointerARB( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] static abstract void VertexAttribPointerNV( [NativeTypeName("GLuint")] uint index, @@ -106063,7 +46339,6 @@ static abstract void VertexAttribPointerNV( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] static abstract void VertexAttribPointerNV( @@ -106074,7 +46349,6 @@ static abstract void VertexAttribPointerNV( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] static abstract void VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -106082,7 +46356,6 @@ static abstract void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] static abstract void VertexAttribs1NV( @@ -106091,7 +46364,6 @@ static abstract void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] static abstract void VertexAttribs1NV( @@ -106099,7 +46371,6 @@ static abstract void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] static abstract void VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -106107,7 +46378,6 @@ static abstract void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] static abstract void VertexAttribs1NV( @@ -106116,7 +46386,6 @@ static abstract void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] static abstract void VertexAttribs1NV( @@ -106124,7 +46393,6 @@ static abstract void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] static abstract void VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -106132,7 +46400,6 @@ static abstract void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] static abstract void VertexAttribs1NV( @@ -106141,7 +46408,6 @@ static abstract void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] static abstract void VertexAttribs1NV( @@ -106149,7 +46415,6 @@ static abstract void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] ushort v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] static abstract void VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -106157,7 +46422,6 @@ static abstract void VertexAttribs1NV( [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] static abstract void VertexAttribs1NV( @@ -106166,7 +46430,6 @@ static abstract void VertexAttribs1NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] static abstract void VertexAttribs1NV( @@ -106174,7 +46437,6 @@ static abstract void VertexAttribs1NV( [NativeTypeName("const GLshort *")] short v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] static abstract void VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -106182,7 +46444,6 @@ static abstract void VertexAttribs2NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] static abstract void VertexAttribs2NV( @@ -106191,7 +46452,6 @@ static abstract void VertexAttribs2NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] static abstract void VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -106199,7 +46459,6 @@ static abstract void VertexAttribs2NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] static abstract void VertexAttribs2NV( @@ -106208,7 +46467,6 @@ static abstract void VertexAttribs2NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] static abstract void VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -106216,7 +46474,6 @@ static abstract void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] static abstract void VertexAttribs2NV( @@ -106225,7 +46482,6 @@ static abstract void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] static abstract void VertexAttribs2NV( @@ -106233,7 +46489,6 @@ static abstract void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] ushort v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] static abstract void VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -106241,7 +46496,6 @@ static abstract void VertexAttribs2NV( [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] static abstract void VertexAttribs2NV( @@ -106250,7 +46504,6 @@ static abstract void VertexAttribs2NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] static abstract void VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -106258,7 +46511,6 @@ static abstract void VertexAttribs3NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] static abstract void VertexAttribs3NV( @@ -106267,7 +46519,6 @@ static abstract void VertexAttribs3NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] static abstract void VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -106275,7 +46526,6 @@ static abstract void VertexAttribs3NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] static abstract void VertexAttribs3NV( @@ -106284,7 +46534,6 @@ static abstract void VertexAttribs3NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] static abstract void VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -106292,7 +46541,6 @@ static abstract void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] static abstract void VertexAttribs3NV( @@ -106301,7 +46549,6 @@ static abstract void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] static abstract void VertexAttribs3NV( @@ -106309,7 +46556,6 @@ static abstract void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] ushort v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] static abstract void VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -106317,7 +46563,6 @@ static abstract void VertexAttribs3NV( [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] static abstract void VertexAttribs3NV( @@ -106326,7 +46571,6 @@ static abstract void VertexAttribs3NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] static abstract void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -106334,7 +46578,6 @@ static abstract void VertexAttribs4NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] static abstract void VertexAttribs4NV( @@ -106343,7 +46586,6 @@ static abstract void VertexAttribs4NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] static abstract void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -106351,7 +46593,6 @@ static abstract void VertexAttribs4NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] static abstract void VertexAttribs4NV( @@ -106360,7 +46601,6 @@ static abstract void VertexAttribs4NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] static abstract void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -106368,7 +46608,6 @@ static abstract void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] static abstract void VertexAttribs4NV( @@ -106377,7 +46616,6 @@ static abstract void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] static abstract void VertexAttribs4NV( @@ -106385,7 +46623,6 @@ static abstract void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] ushort v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] static abstract void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -106393,7 +46630,6 @@ static abstract void VertexAttribs4NV( [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] static abstract void VertexAttribs4NV( @@ -106402,7 +46638,6 @@ static abstract void VertexAttribs4NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] static abstract void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -106410,7 +46645,6 @@ static abstract void VertexAttribs4NV( [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] static abstract void VertexAttribs4NV( @@ -106419,46 +46653,21 @@ static abstract void VertexAttribs4NV( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexBindingDivisor")] static abstract void VertexBindingDivisor( [NativeTypeName("GLuint")] uint bindingindex, [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendARB")] static abstract void VertexBlendARB([NativeTypeName("GLint")] int count); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] static abstract void VertexBlendEnvATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] static abstract void VertexBlendEnvATI( @@ -106466,14 +46675,12 @@ static abstract void VertexBlendEnvATI( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] static abstract void VertexBlendEnvATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] static abstract void VertexBlendEnvATI( @@ -106481,8 +46688,6 @@ static abstract void VertexBlendEnvATI( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] static abstract void VertexFormatNV( [NativeTypeName("GLint")] int size, @@ -106490,8 +46695,6 @@ static abstract void VertexFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] static abstract void VertexFormatNV( @@ -106500,14 +46703,12 @@ static abstract void VertexFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] static abstract void VertexP2( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] static abstract void VertexP2( @@ -106515,37 +46716,32 @@ static abstract void VertexP2( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] - static abstract void VertexP2Uiv( + static abstract void VertexP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] - static abstract void VertexP2Uiv( + static abstract void VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] - static abstract void VertexP2Uiv( + static abstract void VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] static abstract void VertexP3( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] static abstract void VertexP3( @@ -106553,37 +46749,32 @@ static abstract void VertexP3( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] - static abstract void VertexP3Uiv( + static abstract void VertexP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] - static abstract void VertexP3Uiv( + static abstract void VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] - static abstract void VertexP3Uiv( + static abstract void VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] static abstract void VertexP4( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] static abstract void VertexP4( @@ -106591,54 +46782,26 @@ static abstract void VertexP4( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] - static abstract void VertexP4Uiv( + static abstract void VertexP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] - static abstract void VertexP4Uiv( + static abstract void VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] - static abstract void VertexP4Uiv( + static abstract void VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glVertexPointer")] static abstract void VertexPointer( [NativeTypeName("GLint")] int size, @@ -106647,31 +46810,6 @@ static abstract void VertexPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointer")] static abstract void VertexPointer( @@ -106681,7 +46819,6 @@ static abstract void VertexPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] static abstract void VertexPointerEXT( [NativeTypeName("GLint")] int size, @@ -106691,7 +46828,6 @@ static abstract void VertexPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] static abstract void VertexPointerEXT( @@ -106702,7 +46838,6 @@ static abstract void VertexPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] static abstract void VertexPointerListIBM( [NativeTypeName("GLint")] int size, @@ -106712,7 +46847,6 @@ static abstract void VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] static abstract void VertexPointerListIBM( @@ -106723,7 +46857,6 @@ static abstract void VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] static abstract Ptr VertexPointerListIBM( @@ -106732,176 +46865,153 @@ static abstract Ptr VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] - static abstract void VertexPointerIntel( + static abstract void VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] - static abstract void VertexPointerIntel( + static abstract void VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] - static abstract void VertexStream1DATI( + static abstract void VertexStream1dATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] - static abstract void VertexStream1DATI( + static abstract void VertexStream1dATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] - static abstract void VertexStream1DvATI( + static abstract void VertexStream1dvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] - static abstract void VertexStream1DvATI( + static abstract void VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] - static abstract void VertexStream1DvATI( + static abstract void VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] double coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] - static abstract void VertexStream1FATI( + static abstract void VertexStream1fATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLfloat")] float x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] - static abstract void VertexStream1FATI( + static abstract void VertexStream1fATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] - static abstract void VertexStream1FvATI( + static abstract void VertexStream1fvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] - static abstract void VertexStream1FvATI( + static abstract void VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] - static abstract void VertexStream1FvATI( + static abstract void VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] float coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] - static abstract void VertexStream1IATI( + static abstract void VertexStream1iATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLint")] int x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] - static abstract void VertexStream1IATI( + static abstract void VertexStream1iATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] - static abstract void VertexStream1IvATI( + static abstract void VertexStream1ivATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] - static abstract void VertexStream1IvATI( + static abstract void VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] - static abstract void VertexStream1IvATI( + static abstract void VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] int coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] - static abstract void VertexStream1SATI( + static abstract void VertexStream1sATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLshort")] short x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] - static abstract void VertexStream1SATI( + static abstract void VertexStream1sATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] - static abstract void VertexStream1SvATI( + static abstract void VertexStream1svATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] - static abstract void VertexStream1SvATI( + static abstract void VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] - static abstract void VertexStream1SvATI( + static abstract void VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] short coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] static abstract void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -106909,7 +47019,6 @@ static abstract void VertexStream2ATI( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] static abstract void VertexStream2ATI( @@ -106918,14 +47027,12 @@ static abstract void VertexStream2ATI( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] static abstract void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] static abstract void VertexStream2ATI( @@ -106933,7 +47040,6 @@ static abstract void VertexStream2ATI( [NativeTypeName("const GLdouble *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] static abstract void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -106941,7 +47047,6 @@ static abstract void VertexStream2ATI( [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] static abstract void VertexStream2ATI( @@ -106950,14 +47055,12 @@ static abstract void VertexStream2ATI( [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] static abstract void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] static abstract void VertexStream2ATI( @@ -106965,7 +47068,6 @@ static abstract void VertexStream2ATI( [NativeTypeName("const GLfloat *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] static abstract void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -106973,7 +47075,6 @@ static abstract void VertexStream2ATI( [NativeTypeName("GLint")] int y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] static abstract void VertexStream2ATI( @@ -106982,14 +47083,12 @@ static abstract void VertexStream2ATI( [NativeTypeName("GLint")] int y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] static abstract void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] static abstract void VertexStream2ATI( @@ -106997,7 +47096,6 @@ static abstract void VertexStream2ATI( [NativeTypeName("const GLint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] static abstract void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -107005,7 +47103,6 @@ static abstract void VertexStream2ATI( [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] static abstract void VertexStream2ATI( @@ -107014,14 +47111,12 @@ static abstract void VertexStream2ATI( [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] static abstract void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] static abstract void VertexStream2ATI( @@ -107029,7 +47124,6 @@ static abstract void VertexStream2ATI( [NativeTypeName("const GLshort *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] static abstract void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -107038,7 +47132,6 @@ static abstract void VertexStream3ATI( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] static abstract void VertexStream3ATI( @@ -107048,14 +47141,12 @@ static abstract void VertexStream3ATI( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] static abstract void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] static abstract void VertexStream3ATI( @@ -107063,7 +47154,6 @@ static abstract void VertexStream3ATI( [NativeTypeName("const GLdouble *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] static abstract void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -107072,7 +47162,6 @@ static abstract void VertexStream3ATI( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] static abstract void VertexStream3ATI( @@ -107082,14 +47171,12 @@ static abstract void VertexStream3ATI( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] static abstract void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] static abstract void VertexStream3ATI( @@ -107097,7 +47184,6 @@ static abstract void VertexStream3ATI( [NativeTypeName("const GLfloat *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] static abstract void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -107106,7 +47192,6 @@ static abstract void VertexStream3ATI( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] static abstract void VertexStream3ATI( @@ -107116,14 +47201,12 @@ static abstract void VertexStream3ATI( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] static abstract void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] static abstract void VertexStream3ATI( @@ -107131,7 +47214,6 @@ static abstract void VertexStream3ATI( [NativeTypeName("const GLint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] static abstract void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -107140,7 +47222,6 @@ static abstract void VertexStream3ATI( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] static abstract void VertexStream3ATI( @@ -107150,14 +47231,12 @@ static abstract void VertexStream3ATI( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] static abstract void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] static abstract void VertexStream3ATI( @@ -107165,7 +47244,6 @@ static abstract void VertexStream3ATI( [NativeTypeName("const GLshort *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] static abstract void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -107175,7 +47253,6 @@ static abstract void VertexStream4ATI( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] static abstract void VertexStream4ATI( @@ -107186,14 +47263,12 @@ static abstract void VertexStream4ATI( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] static abstract void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] static abstract void VertexStream4ATI( @@ -107201,7 +47276,6 @@ static abstract void VertexStream4ATI( [NativeTypeName("const GLdouble *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] static abstract void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -107211,7 +47285,6 @@ static abstract void VertexStream4ATI( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] static abstract void VertexStream4ATI( @@ -107222,14 +47295,12 @@ static abstract void VertexStream4ATI( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] static abstract void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] static abstract void VertexStream4ATI( @@ -107237,7 +47308,6 @@ static abstract void VertexStream4ATI( [NativeTypeName("const GLfloat *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] static abstract void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -107247,7 +47317,6 @@ static abstract void VertexStream4ATI( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] static abstract void VertexStream4ATI( @@ -107258,14 +47327,12 @@ static abstract void VertexStream4ATI( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] static abstract void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] static abstract void VertexStream4ATI( @@ -107273,7 +47340,6 @@ static abstract void VertexStream4ATI( [NativeTypeName("const GLint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] static abstract void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -107283,7 +47349,6 @@ static abstract void VertexStream4ATI( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] static abstract void VertexStream4ATI( @@ -107294,14 +47359,12 @@ static abstract void VertexStream4ATI( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] static abstract void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] static abstract void VertexStream4ATI( @@ -107309,47 +47372,38 @@ static abstract void VertexStream4ATI( [NativeTypeName("const GLshort *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightfEXT")] static abstract void VertexWeightEXT([NativeTypeName("GLfloat")] float weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] static abstract void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float* weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] static abstract void VertexWeightfvEXT( [NativeTypeName("const GLfloat *")] Ref weight ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] static abstract void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexWeighthNV")] static abstract void VertexWeightNV([NativeTypeName("GLhalfNV")] ushort weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] static abstract void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] ushort* weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] static abstract void VertexWeighthvNV( [NativeTypeName("const GLhalfNV *")] Ref weight ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] static abstract void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] ushort weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] static abstract void VertexWeightPointerEXT( [NativeTypeName("GLint")] int size, @@ -107358,7 +47412,6 @@ static abstract void VertexWeightPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] static abstract void VertexWeightPointerEXT( @@ -107369,7 +47422,6 @@ static abstract void VertexWeightPointerEXT( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] static abstract uint VideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -107378,7 +47430,6 @@ static abstract uint VideoCaptureNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] static abstract uint VideoCaptureNV( @@ -107387,7 +47438,6 @@ static abstract uint VideoCaptureNV( [NativeTypeName("GLuint64EXT *")] Ref capture_time ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] static abstract void VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -107396,7 +47446,6 @@ static abstract void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] static abstract void VideoCaptureStreamParameterNV( @@ -107406,7 +47455,6 @@ static abstract void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] static abstract void VideoCaptureStreamParameterNV( @@ -107415,7 +47463,6 @@ static abstract void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] double @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] static abstract void VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -107424,7 +47471,6 @@ static abstract void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] static abstract void VideoCaptureStreamParameterNV( @@ -107434,7 +47480,6 @@ static abstract void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] static abstract void VideoCaptureStreamParameterNV( @@ -107443,7 +47488,6 @@ static abstract void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] float @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] static abstract void VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -107452,7 +47496,6 @@ static abstract void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] static abstract void VideoCaptureStreamParameterNV( @@ -107462,7 +47505,6 @@ static abstract void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] static abstract void VideoCaptureStreamParameterNV( @@ -107471,62 +47513,6 @@ static abstract void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] int @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glViewport")] static abstract void Viewport( [NativeTypeName("GLint")] int x, @@ -107535,32 +47521,6 @@ static abstract void Viewport( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] static abstract void ViewportArray( [NativeTypeName("GLuint")] uint first, @@ -107568,32 +47528,6 @@ static abstract void ViewportArray( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] static abstract void ViewportArray( @@ -107602,32 +47536,6 @@ static abstract void ViewportArray( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] static abstract void ViewportArray( @@ -107635,7 +47543,6 @@ static abstract void ViewportArray( [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] static abstract void ViewportArrayNV( [NativeTypeName("GLuint")] uint first, @@ -107643,7 +47550,6 @@ static abstract void ViewportArrayNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] static abstract void ViewportArrayNV( @@ -107652,7 +47558,6 @@ static abstract void ViewportArrayNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] static abstract void ViewportArrayNV( @@ -107660,15 +47565,13 @@ static abstract void ViewportArrayNV( [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] - static abstract void ViewportArrayvO( + static abstract void ViewportArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] static abstract void ViewportArrayOES( [NativeTypeName("GLuint")] uint first, @@ -107676,7 +47579,6 @@ static abstract void ViewportArrayOES( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] static abstract void ViewportArrayOES( @@ -107685,32 +47587,6 @@ static abstract void ViewportArrayOES( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportIndexedf")] static abstract void ViewportIndexed( [NativeTypeName("GLuint")] uint index, @@ -107720,7 +47596,6 @@ static abstract void ViewportIndexed( [NativeTypeName("GLfloat")] float h ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfNV")] static abstract void ViewportIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -107730,7 +47605,6 @@ static abstract void ViewportIndexedNV( [NativeTypeName("GLfloat")] float h ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfOES")] static abstract void ViewportIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -107740,64 +47614,12 @@ static abstract void ViewportIndexedOES( [NativeTypeName("GLfloat")] float h ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] static abstract void ViewportIndexed( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] static abstract void ViewportIndexed( @@ -107805,14 +47627,12 @@ static abstract void ViewportIndexed( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] static abstract void ViewportIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] static abstract void ViewportIndexedNV( @@ -107820,14 +47640,12 @@ static abstract void ViewportIndexedNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] static abstract void ViewportIndexedOES( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] static abstract void ViewportIndexedOES( @@ -107835,9 +47653,6 @@ static abstract void ViewportIndexedOES( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_clip_space_w_scaling"])] - [SupportedApiProfile("glcore", ["GL_NV_clip_space_w_scaling"])] - [SupportedApiProfile("gles2", ["GL_NV_clip_space_w_scaling"])] [NativeFunction("opengl", EntryPoint = "glViewportPositionWScaleNV")] static abstract void ViewportPositionWScaleNV( [NativeTypeName("GLuint")] uint index, @@ -107845,9 +47660,6 @@ static abstract void ViewportPositionWScaleNV( [NativeTypeName("GLfloat")] float ycoeff ); - [SupportedApiProfile("gl", ["GL_NV_viewport_swizzle"])] - [SupportedApiProfile("glcore", ["GL_NV_viewport_swizzle"])] - [SupportedApiProfile("gles2", ["GL_NV_viewport_swizzle"])] [NativeFunction("opengl", EntryPoint = "glViewportSwizzleNV")] static abstract void ViewportSwizzleNV( [NativeTypeName("GLuint")] uint index, @@ -107857,8 +47669,6 @@ static abstract void ViewportSwizzleNV( [NativeTypeName("GLenum")] uint swizzlew ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] static abstract void WaitSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -107869,8 +47679,6 @@ static abstract void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] uint* srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] static abstract void WaitSemaphoreEXT( @@ -107882,8 +47690,6 @@ static abstract void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] static abstract void WaitSemaphoreEXT( @@ -107894,8 +47700,6 @@ static abstract void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] static abstract void WaitSemaphoreEXT( @@ -107907,8 +47711,6 @@ static abstract void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] static abstract void WaitSemaphoreEXT( @@ -107919,8 +47721,6 @@ static abstract void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] static abstract void WaitSemaphoreEXT( @@ -107932,8 +47732,6 @@ static abstract void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] static abstract void WaitSemaphoreEXT( @@ -107944,7 +47742,6 @@ static abstract void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] static abstract void WaitSemaphoreNVX( [NativeTypeName("GLuint")] uint waitGpu, @@ -107953,7 +47750,6 @@ static abstract void WaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] static abstract void WaitSemaphoreNVX( @@ -107963,38 +47759,6 @@ static abstract void WaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] Ref fenceValueArray ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glWaitSync")] static abstract void WaitSync( [NativeTypeName("GLsync")] Sync* sync, @@ -108002,38 +47766,6 @@ static abstract void WaitSync( [NativeTypeName("GLuint64")] ulong timeout ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSync")] static abstract void WaitSync( @@ -108042,39 +47774,30 @@ static abstract void WaitSync( [NativeTypeName("GLuint64")] ulong timeout ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] - static abstract void WaitSyncApple( + static abstract void WaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] - static abstract void WaitSyncApple( + static abstract void WaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout ); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glWaitVkSemaphoreNV")] static abstract void WaitVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] static abstract void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLbyte *")] sbyte* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] static abstract void WeightARB( @@ -108082,19 +47805,16 @@ static abstract void WeightARB( [NativeTypeName("const GLbyte *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] static abstract void WeightARB([NativeTypeName("const GLbyte *")] sbyte weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] static abstract void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLdouble *")] double* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] static abstract void WeightARB( @@ -108102,19 +47822,16 @@ static abstract void WeightARB( [NativeTypeName("const GLdouble *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] static abstract void WeightARB([NativeTypeName("const GLdouble *")] double weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] static abstract void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLfloat *")] float* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] static abstract void WeightARB( @@ -108122,19 +47839,16 @@ static abstract void WeightARB( [NativeTypeName("const GLfloat *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] static abstract void WeightARB([NativeTypeName("const GLfloat *")] float weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] static abstract void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLint *")] int* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] static abstract void WeightARB( @@ -108142,14 +47856,10 @@ static abstract void WeightARB( [NativeTypeName("const GLint *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] static abstract void WeightARB([NativeTypeName("const GLint *")] int weights); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] static abstract void WeightPathNV( [NativeTypeName("GLuint")] uint resultPath, @@ -108158,9 +47868,6 @@ static abstract void WeightPathNV( [NativeTypeName("const GLfloat *")] float* weights ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] static abstract void WeightPathNV( @@ -108170,7 +47877,6 @@ static abstract void WeightPathNV( [NativeTypeName("const GLfloat *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] static abstract void WeightPointerARB( [NativeTypeName("GLint")] int size, @@ -108179,7 +47885,6 @@ static abstract void WeightPointerARB( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] static abstract void WeightPointerARB( @@ -108189,7 +47894,6 @@ static abstract void WeightPointerARB( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] static abstract void WeightPointerOES( [NativeTypeName("GLint")] int size, @@ -108198,7 +47902,6 @@ static abstract void WeightPointerOES( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] static abstract void WeightPointerOES( @@ -108208,14 +47911,12 @@ static abstract void WeightPointerOES( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] static abstract void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLshort *")] short* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] static abstract void WeightARB( @@ -108223,19 +47924,16 @@ static abstract void WeightARB( [NativeTypeName("const GLshort *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] static abstract void WeightARB([NativeTypeName("const GLshort *")] short weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] static abstract void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLubyte *")] byte* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] static abstract void WeightARB( @@ -108243,19 +47941,16 @@ static abstract void WeightARB( [NativeTypeName("const GLubyte *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] static abstract void WeightARB([NativeTypeName("const GLubyte *")] byte weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] static abstract void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLuint *")] uint* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] static abstract void WeightARB( @@ -108263,19 +47958,16 @@ static abstract void WeightARB( [NativeTypeName("const GLuint *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] static abstract void WeightARB([NativeTypeName("const GLuint *")] uint weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] static abstract void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLushort *")] ushort* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] static abstract void WeightARB( @@ -108283,464 +47975,166 @@ static abstract void WeightARB( [NativeTypeName("const GLushort *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] static abstract void WeightARB([NativeTypeName("const GLushort *")] ushort weights); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2d")] static abstract void WindowPos2( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dARB")] static abstract void WindowPos2ARB( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dMESA")] static abstract void WindowPos2MESA( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] static abstract void WindowPos2([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] static abstract void WindowPos2([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] static abstract void WindowPos2ARB([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] static abstract void WindowPos2ARB([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvMESA")] static abstract void WindowPos2MESA([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvMESA")] static abstract void WindowPos2MESA([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2f")] static abstract void WindowPos2( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fARB")] static abstract void WindowPos2ARB( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fMESA")] static abstract void WindowPos2MESA( [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2fv")] static abstract void WindowPos2([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fv")] static abstract void WindowPos2([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] static abstract void WindowPos2ARB([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] static abstract void WindowPos2ARB([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] static abstract void WindowPos2MESA([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] static abstract void WindowPos2MESA([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2i")] static abstract void WindowPos2( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y ); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2iARB")] static abstract void WindowPos2ARB( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2iMESA")] static abstract void WindowPos2MESA( [NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] static abstract void WindowPos2([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] static abstract void WindowPos2([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] static abstract void WindowPos2ARB([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] static abstract void WindowPos2ARB([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] static abstract void WindowPos2MESA([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] static abstract void WindowPos2MESA([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2s")] static abstract void WindowPos2( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2sARB")] static abstract void WindowPos2ARB( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2sMESA")] static abstract void WindowPos2MESA( [NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] static abstract void WindowPos2([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] static abstract void WindowPos2([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] static abstract void WindowPos2ARB([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] static abstract void WindowPos2ARB([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] static abstract void WindowPos2MESA([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] static abstract void WindowPos2MESA([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3d")] static abstract void WindowPos3( [NativeTypeName("GLdouble")] double x, @@ -108748,7 +48142,6 @@ static abstract void WindowPos3( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dARB")] static abstract void WindowPos3ARB( [NativeTypeName("GLdouble")] double x, @@ -108756,7 +48149,6 @@ static abstract void WindowPos3ARB( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dMESA")] static abstract void WindowPos3MESA( [NativeTypeName("GLdouble")] double x, @@ -108764,94 +48156,27 @@ static abstract void WindowPos3MESA( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] static abstract void WindowPos3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] static abstract void WindowPos3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] static abstract void WindowPos3ARB([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] static abstract void WindowPos3ARB([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvMESA")] static abstract void WindowPos3MESA([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvMESA")] static abstract void WindowPos3MESA([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3f")] static abstract void WindowPos3( [NativeTypeName("GLfloat")] float x, @@ -108859,7 +48184,6 @@ static abstract void WindowPos3( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fARB")] static abstract void WindowPos3ARB( [NativeTypeName("GLfloat")] float x, @@ -108867,7 +48191,6 @@ static abstract void WindowPos3ARB( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fMESA")] static abstract void WindowPos3MESA( [NativeTypeName("GLfloat")] float x, @@ -108875,94 +48198,27 @@ static abstract void WindowPos3MESA( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3fv")] static abstract void WindowPos3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fv")] static abstract void WindowPos3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] static abstract void WindowPos3ARB([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] static abstract void WindowPos3ARB([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] static abstract void WindowPos3MESA([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] static abstract void WindowPos3MESA([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3i")] static abstract void WindowPos3( [NativeTypeName("GLint")] int x, @@ -108970,7 +48226,6 @@ static abstract void WindowPos3( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3iARB")] static abstract void WindowPos3ARB( [NativeTypeName("GLint")] int x, @@ -108978,7 +48233,6 @@ static abstract void WindowPos3ARB( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3iMESA")] static abstract void WindowPos3MESA( [NativeTypeName("GLint")] int x, @@ -108986,94 +48240,27 @@ static abstract void WindowPos3MESA( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] static abstract void WindowPos3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] static abstract void WindowPos3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] static abstract void WindowPos3ARB([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] static abstract void WindowPos3ARB([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] static abstract void WindowPos3MESA([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] static abstract void WindowPos3MESA([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3s")] static abstract void WindowPos3( [NativeTypeName("GLshort")] short x, @@ -109081,7 +48268,6 @@ static abstract void WindowPos3( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3sARB")] static abstract void WindowPos3ARB( [NativeTypeName("GLshort")] short x, @@ -109089,7 +48275,6 @@ static abstract void WindowPos3ARB( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3sMESA")] static abstract void WindowPos3MESA( [NativeTypeName("GLshort")] short x, @@ -109097,74 +48282,27 @@ static abstract void WindowPos3MESA( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] static abstract void WindowPos3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] static abstract void WindowPos3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] static abstract void WindowPos3ARB([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] static abstract void WindowPos3ARB([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] static abstract void WindowPos3MESA([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] static abstract void WindowPos3MESA([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4dMESA")] static abstract void WindowPos4MESA( [NativeTypeName("GLdouble")] double x, @@ -109173,16 +48311,13 @@ static abstract void WindowPos4MESA( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] static abstract void WindowPos4MESA([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] static abstract void WindowPos4MESA([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4fMESA")] static abstract void WindowPos4MESA( [NativeTypeName("GLfloat")] float x, @@ -109191,16 +48326,13 @@ static abstract void WindowPos4MESA( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4fvMESA")] static abstract void WindowPos4MESA([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4fvMESA")] static abstract void WindowPos4MESA([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4iMESA")] static abstract void WindowPos4MESA( [NativeTypeName("GLint")] int x, @@ -109209,16 +48341,13 @@ static abstract void WindowPos4MESA( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] static abstract void WindowPos4MESA([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] static abstract void WindowPos4MESA([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4sMESA")] static abstract void WindowPos4MESA( [NativeTypeName("GLshort")] short x, @@ -109227,18 +48356,13 @@ static abstract void WindowPos4MESA( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] static abstract void WindowPos4MESA([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] static abstract void WindowPos4MESA([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] static abstract void WindowRectanglesEXT( [NativeTypeName("GLenum")] uint mode, @@ -109246,9 +48370,6 @@ static abstract void WindowRectanglesEXT( [NativeTypeName("const GLint *")] int* box ); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] static abstract void WindowRectanglesEXT( @@ -109257,9 +48378,6 @@ static abstract void WindowRectanglesEXT( [NativeTypeName("const GLint *")] Ref box ); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] static abstract void WindowRectanglesEXT( @@ -109267,7 +48385,6 @@ static abstract void WindowRectanglesEXT( [NativeTypeName("const GLint *")] int box ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] static abstract void WriteMaskEXT( [NativeTypeName("GLuint")] uint res, @@ -109278,7 +48395,6 @@ static abstract void WriteMaskEXT( [NativeTypeName("GLenum")] uint outW ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] static abstract void WriteMaskEXT( @@ -109291,59 +48407,9 @@ static abstract void WriteMaskEXT( ); } - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glAccum")] void Accum([NativeTypeName("GLenum")] uint op, [NativeTypeName("GLfloat")] float value); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glAccum")] void Accum( @@ -109351,13 +48417,10 @@ void Accum( [NativeTypeName("GLfloat")] float value ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glAccumxOES")] void AccumxOES([NativeTypeName("GLenum")] uint op, [NativeTypeName("GLfixed")] int value); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] MaybeBool AcquireKeyedMutexWin32EXT( @@ -109367,192 +48430,55 @@ MaybeBool AcquireKeyedMutexWin32EXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [NativeFunction("opengl", EntryPoint = "glAcquireKeyedMutexWin32EXT")] - uint AcquireKeyedMutexWin32EXTRaw( + uint AcquireKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key, [NativeTypeName("GLuint")] uint timeout ); - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glActiveProgramEXT")] void ActiveProgramEXT([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glActiveShaderProgram")] void ActiveShaderProgram( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glActiveShaderProgramEXT")] void ActiveShaderProgramEXT( [NativeTypeName("GLuint")] uint pipeline, [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gl", ["GL_EXT_stencil_two_side"])] [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] void ActiveStencilFaceEXT([NativeTypeName("GLenum")] uint face); - [SupportedApiProfile("gl", ["GL_EXT_stencil_two_side"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveStencilFaceEXT")] void ActiveStencilFaceEXT([NativeTypeName("GLenum")] Constant face); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glActiveTexture")] void ActiveTexture([NativeTypeName("GLenum")] uint texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveTexture")] void ActiveTexture([NativeTypeName("GLenum")] Constant texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] void ActiveTextureARB([NativeTypeName("GLenum")] uint texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveTextureARB")] void ActiveTextureARB([NativeTypeName("GLenum")] Constant texture); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] void ActiveVaryingNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glActiveVaryingNV")] void ActiveVaryingNV( @@ -109560,7 +48486,6 @@ void ActiveVaryingNV( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] void AlphaFragmentOp1ATI( [NativeTypeName("GLenum")] uint op, @@ -109571,7 +48496,6 @@ void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] uint arg1Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp1ATI")] void AlphaFragmentOp1ATI( @@ -109583,7 +48507,6 @@ void AlphaFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] void AlphaFragmentOp2ATI( [NativeTypeName("GLenum")] uint op, @@ -109597,7 +48520,6 @@ void AlphaFragmentOp2ATI( [NativeTypeName("GLuint")] uint arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp2ATI")] void AlphaFragmentOp2ATI( @@ -109612,7 +48534,6 @@ void AlphaFragmentOp2ATI( [NativeTypeName("GLuint")] Constant arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] void AlphaFragmentOp3ATI( [NativeTypeName("GLenum")] uint op, @@ -109629,7 +48550,6 @@ void AlphaFragmentOp3ATI( [NativeTypeName("GLuint")] uint arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFragmentOp3ATI")] void AlphaFragmentOp3ATI( @@ -109647,61 +48567,9 @@ void AlphaFragmentOp3ATI( [NativeTypeName("GLuint")] Constant arg3Mod ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] void AlphaFunc([NativeTypeName("GLenum")] uint func, [NativeTypeName("GLfloat")] float @ref); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFunc")] void AlphaFunc( @@ -109709,18 +48577,15 @@ void AlphaFunc( [NativeTypeName("GLfloat")] float @ref ); - [SupportedApiProfile("gles2", ["GL_QCOM_alpha_test"])] [NativeFunction("opengl", EntryPoint = "glAlphaFuncQCOM")] void AlphaFuncQCOM( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLclampf")] float @ref ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] void AlphaFuncx([NativeTypeName("GLenum")] uint func, [NativeTypeName("GLfixed")] int @ref); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFuncx")] void AlphaFuncx( @@ -109728,13 +48593,9 @@ void AlphaFuncx( [NativeTypeName("GLfixed")] int @ref ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] void AlphaFuncxOES([NativeTypeName("GLenum")] uint func, [NativeTypeName("GLfixed")] int @ref); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAlphaFuncxOES")] void AlphaFuncxOES( @@ -109742,27 +48603,20 @@ void AlphaFuncxOES( [NativeTypeName("GLfixed")] int @ref ); - [SupportedApiProfile("gl", ["GL_NV_alpha_to_coverage_dither_control"])] [NativeFunction("opengl", EntryPoint = "glAlphaToCoverageDitherControlNV")] void AlphaToCoverageDitherControlNV([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_INTEL_framebuffer_CMAA"])] - [SupportedApiProfile("glcore", ["GL_INTEL_framebuffer_CMAA"])] - [SupportedApiProfile("gles2", ["GL_INTEL_framebuffer_CMAA"])] [NativeFunction("opengl", EntryPoint = "glApplyFramebufferAttachmentCMAAINTEL")] - void ApplyFramebufferAttachmentCMAAIntel(); + void ApplyFramebufferAttachmentCMAAINTEL(); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] void ApplyTextureEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glApplyTextureEXT")] void ApplyTextureEXT([NativeTypeName("GLenum")] Constant mode); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] uint AreProgramsResidentNV( [NativeTypeName("GLsizei")] uint n, @@ -109771,7 +48625,6 @@ uint AreProgramsResidentNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreProgramsResidentNV")] MaybeBool AreProgramsResidentNV( @@ -109781,30 +48634,6 @@ MaybeBool AreProgramsResidentNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] uint AreTexturesResident( [NativeTypeName("GLsizei")] uint n, @@ -109813,30 +48642,6 @@ uint AreTexturesResident( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreTexturesResident")] MaybeBool AreTexturesResident( @@ -109846,7 +48651,6 @@ MaybeBool AreTexturesResident( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] uint AreTexturesResidentEXT( [NativeTypeName("GLsizei")] uint n, @@ -109855,7 +48659,6 @@ uint AreTexturesResidentEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAreTexturesResidentEXT")] MaybeBool AreTexturesResidentEXT( @@ -109864,38 +48667,12 @@ MaybeBool AreTexturesResidentEXT( [NativeTypeName("GLboolean *")] Ref residences ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glArrayElement")] void ArrayElement([NativeTypeName("GLint")] int i); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glArrayElementEXT")] void ArrayElementEXT([NativeTypeName("GLint")] int i); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] void ArrayObjectATI( [NativeTypeName("GLenum")] uint array, @@ -109906,7 +48683,6 @@ void ArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glArrayObjectATI")] void ArrayObjectATI( @@ -109919,7 +48695,6 @@ void ArrayObjectATI( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] uint AsyncCopyBufferSubDataNVX( [NativeTypeName("GLsizei")] uint waitSemaphoreCount, @@ -109938,7 +48713,6 @@ uint AsyncCopyBufferSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAsyncCopyBufferSubDataNVX")] uint AsyncCopyBufferSubDataNVX( @@ -109958,7 +48732,6 @@ uint AsyncCopyBufferSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] uint AsyncCopyImageSubDataNVX( [NativeTypeName("GLsizei")] uint waitSemaphoreCount, @@ -109987,7 +48760,6 @@ uint AsyncCopyImageSubDataNVX( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glAsyncCopyImageSubDataNVX")] uint AsyncCopyImageSubDataNVX( @@ -110016,197 +48788,34 @@ uint AsyncCopyImageSubDataNVX( [NativeTypeName("const GLuint64 *")] Ref signalValueArray ); - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glAsyncMarkerSGIX")] void AsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glAttachObjectARB")] void AttachObjectARB( [NativeTypeName("GLhandleARB")] uint containerObj, [NativeTypeName("GLhandleARB")] uint obj ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glAttachShader")] void AttachShader( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint shader ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glBegin")] void Begin([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBegin")] void Begin([NativeTypeName("GLenum")] Constant mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] void BeginConditionalRender( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRender")] void BeginConditionalRender( @@ -110214,18 +48823,12 @@ void BeginConditionalRender( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] void BeginConditionalRenderNV( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNV")] void BeginConditionalRenderNV( @@ -110233,113 +48836,24 @@ void BeginConditionalRenderNV( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_NVX_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glBeginConditionalRenderNVX")] void BeginConditionalRenderNVX([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glBeginFragmentShaderATI")] void BeginFragmentShaderATI(); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glBeginOcclusionQueryNV")] void BeginOcclusionQueryNV([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glBeginPerfMonitorAMD")] void BeginPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glBeginPerfQueryINTEL")] - void BeginPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] + void BeginPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle); + [NativeFunction("opengl", EntryPoint = "glBeginQuery")] void BeginQuery([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQuery")] void BeginQuery( @@ -110347,11 +48861,9 @@ void BeginQuery( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] void BeginQueryARB([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryARB")] void BeginQueryARB( @@ -110359,17 +48871,9 @@ void BeginQueryARB( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] void BeginQueryEXT([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryEXT")] void BeginQueryEXT( @@ -110377,34 +48881,6 @@ void BeginQueryEXT( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] void BeginQueryIndexed( [NativeTypeName("GLenum")] uint target, @@ -110412,34 +48888,6 @@ void BeginQueryIndexed( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginQueryIndexed")] void BeginQueryIndexed( @@ -110448,156 +48896,39 @@ void BeginQueryIndexed( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] void BeginTransformFeedback([NativeTypeName("GLenum")] uint primitiveMode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedback")] void BeginTransformFeedback( [NativeTypeName("GLenum")] Constant primitiveMode ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] void BeginTransformFeedbackEXT([NativeTypeName("GLenum")] uint primitiveMode); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackEXT")] void BeginTransformFeedbackEXT( [NativeTypeName("GLenum")] Constant primitiveMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] void BeginTransformFeedbackNV([NativeTypeName("GLenum")] uint primitiveMode); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBeginTransformFeedbackNV")] void BeginTransformFeedbackNV( [NativeTypeName("GLenum")] Constant primitiveMode ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBeginVertexShaderEXT")] void BeginVertexShaderEXT(); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBeginVideoCaptureNV")] void BeginVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] void BindAttribLocation( [NativeTypeName("GLuint")] uint program, @@ -110605,49 +48936,6 @@ void BindAttribLocation( [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindAttribLocation")] void BindAttribLocation( @@ -110656,7 +48944,6 @@ void BindAttribLocation( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] void BindAttribLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -110664,7 +48951,6 @@ void BindAttribLocationARB( [NativeTypeName("const GLcharARB *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindAttribLocationARB")] void BindAttribLocationARB( @@ -110673,101 +48959,9 @@ void BindAttribLocationARB( [NativeTypeName("const GLcharARB *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBindBuffer")] void BindBuffer([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffer")] void BindBuffer( @@ -110775,14 +48969,12 @@ void BindBuffer( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] void BindBufferARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferARB")] void BindBufferARB( @@ -110790,42 +48982,6 @@ void BindBufferARB( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] void BindBufferBase( [NativeTypeName("GLenum")] uint target, @@ -110833,42 +48989,6 @@ void BindBufferBase( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBase")] void BindBufferBase( @@ -110877,7 +48997,6 @@ void BindBufferBase( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] void BindBufferBaseEXT( [NativeTypeName("GLenum")] uint target, @@ -110885,7 +49004,6 @@ void BindBufferBaseEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseEXT")] void BindBufferBaseEXT( @@ -110894,7 +49012,6 @@ void BindBufferBaseEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] void BindBufferBaseNV( [NativeTypeName("GLenum")] uint target, @@ -110902,7 +49019,6 @@ void BindBufferBaseNV( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferBaseNV")] void BindBufferBaseNV( @@ -110911,7 +49027,6 @@ void BindBufferBaseNV( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] void BindBufferOffsetEXT( [NativeTypeName("GLenum")] uint target, @@ -110920,7 +49035,6 @@ void BindBufferOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetEXT")] void BindBufferOffsetEXT( @@ -110930,7 +49044,6 @@ void BindBufferOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] void BindBufferOffsetNV( [NativeTypeName("GLenum")] uint target, @@ -110939,7 +49052,6 @@ void BindBufferOffsetNV( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferOffsetNV")] void BindBufferOffsetNV( @@ -110949,42 +49061,6 @@ void BindBufferOffsetNV( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] void BindBufferRange( [NativeTypeName("GLenum")] uint target, @@ -110994,42 +49070,6 @@ void BindBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRange")] void BindBufferRange( @@ -111040,7 +49080,6 @@ void BindBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] void BindBufferRangeEXT( [NativeTypeName("GLenum")] uint target, @@ -111050,7 +49089,6 @@ void BindBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeEXT")] void BindBufferRangeEXT( @@ -111061,7 +49099,6 @@ void BindBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] void BindBufferRangeNV( [NativeTypeName("GLenum")] uint target, @@ -111071,7 +49108,6 @@ void BindBufferRangeNV( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBufferRangeNV")] void BindBufferRangeNV( @@ -111082,16 +49118,6 @@ void BindBufferRangeNV( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] void BindBuffersBase( [NativeTypeName("GLenum")] uint target, @@ -111100,16 +49126,6 @@ void BindBuffersBase( [NativeTypeName("const GLuint *")] uint* buffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] void BindBuffersBase( @@ -111119,16 +49135,6 @@ void BindBuffersBase( [NativeTypeName("const GLuint *")] Ref buffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersBase")] void BindBuffersBase( @@ -111137,16 +49143,6 @@ void BindBuffersBase( [NativeTypeName("const GLuint *")] uint buffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] void BindBuffersRange( [NativeTypeName("GLenum")] uint target, @@ -111157,16 +49153,6 @@ void BindBuffersRange( [NativeTypeName("const GLsizeiptr *")] nuint* sizes ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindBuffersRange")] void BindBuffersRange( @@ -111178,40 +49164,6 @@ void BindBuffersRange( [NativeTypeName("const GLsizeiptr *")] Ref sizes ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] void BindFragDataLocation( [NativeTypeName("GLuint")] uint program, @@ -111219,40 +49171,6 @@ void BindFragDataLocation( [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocation")] void BindFragDataLocation( @@ -111261,8 +49179,6 @@ void BindFragDataLocation( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] void BindFragDataLocationEXT( [NativeTypeName("GLuint")] uint program, @@ -111270,8 +49186,6 @@ void BindFragDataLocationEXT( [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationEXT")] void BindFragDataLocationEXT( @@ -111280,36 +49194,6 @@ void BindFragDataLocationEXT( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] void BindFragDataLocationIndexed( [NativeTypeName("GLuint")] uint program, @@ -111318,36 +49202,6 @@ void BindFragDataLocationIndexed( [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexed")] void BindFragDataLocationIndexed( @@ -111357,7 +49211,6 @@ void BindFragDataLocationIndexed( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] void BindFragDataLocationIndexedEXT( [NativeTypeName("GLuint")] uint program, @@ -111366,7 +49219,6 @@ void BindFragDataLocationIndexedEXT( [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFragDataLocationIndexedEXT")] void BindFragDataLocationIndexedEXT( @@ -111376,98 +49228,15 @@ void BindFragDataLocationIndexedEXT( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glBindFragmentShaderATI")] void BindFragmentShaderATI([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] void BindFramebuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebuffer")] void BindFramebuffer( @@ -111475,14 +49244,12 @@ void BindFramebuffer( [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] void BindFramebufferEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebufferEXT")] void BindFramebufferEXT( @@ -111490,14 +49257,12 @@ void BindFramebufferEXT( [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] void BindFramebufferOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindFramebufferOES")] void BindFramebufferOES( @@ -111505,30 +49270,6 @@ void BindFramebufferOES( [NativeTypeName("GLuint")] uint framebuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] void BindImageTexture( [NativeTypeName("GLuint")] uint unit, @@ -111540,30 +49281,6 @@ void BindImageTexture( [NativeTypeName("GLenum")] uint format ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTexture")] void BindImageTexture( @@ -111576,16 +49293,6 @@ void BindImageTexture( [NativeTypeName("GLenum")] Constant format ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] void BindImageTexture( @@ -111593,7 +49300,6 @@ void BindImageTexture( [NativeTypeName("const GLuint *")] uint textures ); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] void BindImageTextureEXT( [NativeTypeName("GLuint")] uint index, @@ -111605,7 +49311,6 @@ void BindImageTextureEXT( [NativeTypeName("GLint")] int format ); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextureEXT")] void BindImageTextureEXT( @@ -111618,16 +49323,6 @@ void BindImageTextureEXT( [NativeTypeName("GLint")] int format ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] void BindImageTextures( [NativeTypeName("GLuint")] uint first, @@ -111635,16 +49330,6 @@ void BindImageTextures( [NativeTypeName("const GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindImageTextures")] void BindImageTextures( @@ -111654,7 +49339,6 @@ void BindImageTextures( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] uint BindLightParameterEXT( [NativeTypeName("GLenum")] uint light, @@ -111662,7 +49346,6 @@ uint BindLightParameterEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindLightParameterEXT")] uint BindLightParameterEXT( @@ -111671,7 +49354,6 @@ uint BindLightParameterEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] uint BindMaterialParameterEXT( [NativeTypeName("GLenum")] uint face, @@ -111679,7 +49361,6 @@ uint BindMaterialParameterEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindMaterialParameterEXT")] uint BindMaterialParameterEXT( @@ -111687,8 +49368,6 @@ uint BindMaterialParameterEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] void BindMultiTextureEXT( [NativeTypeName("GLenum")] uint texunit, @@ -111696,8 +49375,6 @@ void BindMultiTextureEXT( [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindMultiTextureEXT")] void BindMultiTextureEXT( @@ -111707,26 +49384,22 @@ void BindMultiTextureEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] uint BindParameterEXT([NativeTypeName("GLenum")] uint value); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindParameterEXT")] uint BindParameterEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] void BindProgramARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindProgramARB")] void BindProgramARB( @@ -111734,11 +49407,9 @@ void BindProgramARB( [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] void BindProgramNV([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindProgramNV")] void BindProgramNV( @@ -111746,127 +49417,18 @@ void BindProgramNV( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glBindProgramPipeline")] void BindProgramPipeline([NativeTypeName("GLuint")] uint pipeline); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glBindProgramPipelineEXT")] void BindProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] void BindRenderbuffer( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbuffer")] void BindRenderbuffer( @@ -111874,14 +49436,12 @@ void BindRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] void BindRenderbufferEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferEXT")] void BindRenderbufferEXT( @@ -111889,14 +49449,12 @@ void BindRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] void BindRenderbufferOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindRenderbufferOES")] void BindRenderbufferOES( @@ -111904,54 +49462,9 @@ void BindRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindSampler")] void BindSampler([NativeTypeName("GLuint")] uint unit, [NativeTypeName("GLuint")] uint sampler); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindSamplers")] void BindSamplers( [NativeTypeName("GLuint")] uint first, @@ -111959,16 +49472,6 @@ void BindSamplers( [NativeTypeName("const GLuint *")] uint* samplers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindSamplers")] void BindSamplers( @@ -111977,14 +49480,10 @@ void BindSamplers( [NativeTypeName("const GLuint *")] Ref samplers ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glBindShadingRateImageNV")] void BindShadingRateImageNV([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] uint BindTexGenParameterEXT( [NativeTypeName("GLenum")] uint unit, @@ -111993,7 +49492,6 @@ uint BindTexGenParameterEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTexGenParameterEXT")] uint BindTexGenParameterEXT( @@ -112002,120 +49500,12 @@ uint BindTexGenParameterEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBindTexture")] void BindTexture( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTexture")] void BindTexture( @@ -112123,14 +49513,12 @@ void BindTexture( [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] void BindTextureEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextureEXT")] void BindTextureEXT( @@ -112138,16 +49526,6 @@ void BindTextureEXT( [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindTextures")] void BindTextures( [NativeTypeName("GLuint")] uint first, @@ -112155,16 +49533,6 @@ void BindTextures( [NativeTypeName("const GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextures")] void BindTextures( @@ -112173,16 +49541,6 @@ void BindTextures( [NativeTypeName("const GLuint *")] Ref textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glBindTextureUnit")] void BindTextureUnit( [NativeTypeName("GLuint")] uint unit, @@ -112190,7 +49548,6 @@ void BindTextureUnit( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] uint BindTextureUnitParameterEXT( [NativeTypeName("GLenum")] uint unit, @@ -112198,7 +49555,6 @@ uint BindTextureUnitParameterEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTextureUnitParameterEXT")] uint BindTextureUnitParameterEXT( @@ -112206,68 +49562,12 @@ uint BindTextureUnitParameterEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] void BindTransformFeedback( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedback")] void BindTransformFeedback( @@ -112275,14 +49575,12 @@ void BindTransformFeedback( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] void BindTransformFeedbackNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindTransformFeedbackNV")] void BindTransformFeedbackNV( @@ -112290,76 +49588,15 @@ void BindTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexArray")] void BindVertexArray([NativeTypeName("GLuint")] uint array); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glBindVertexArrayAPPLE")] - void BindVertexArrayApple([NativeTypeName("GLuint")] uint array); + void BindVertexArrayAPPLE([NativeTypeName("GLuint")] uint array); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glBindVertexArrayOES")] void BindVertexArrayOES([NativeTypeName("GLuint")] uint array); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffer")] void BindVertexBuffer( [NativeTypeName("GLuint")] uint bindingindex, @@ -112368,16 +49605,6 @@ void BindVertexBuffer( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] void BindVertexBuffers( [NativeTypeName("GLuint")] uint first, @@ -112387,16 +49614,6 @@ void BindVertexBuffers( [NativeTypeName("const GLsizei *")] uint* strides ); - [SupportedApiProfile( - "gl", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_multi_bind", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBindVertexBuffers")] void BindVertexBuffers( @@ -112407,20 +49624,17 @@ void BindVertexBuffers( [NativeTypeName("const GLsizei *")] Ref strides ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glBindVertexShaderEXT")] void BindVertexShaderEXT([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBindVideoCaptureStreamBufferNV")] void BindVideoCaptureStreamBufferNV( [NativeTypeName("GLuint")] uint video_capture_slot, [NativeTypeName("GLuint")] uint stream, [NativeTypeName("GLenum")] uint frame_region, - [NativeTypeName("GLintptrARB")] nint offset + [NativeTypeName("GLintptrARB")] long offset ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glBindVideoCaptureStreamTextureNV")] void BindVideoCaptureStreamTextureNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -112430,7 +49644,6 @@ void BindVideoCaptureStreamTextureNV( [NativeTypeName("GLuint")] uint texture ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3bEXT")] void Binormal3EXT( [NativeTypeName("GLbyte")] sbyte bx, @@ -112438,16 +49651,13 @@ void Binormal3EXT( [NativeTypeName("GLbyte")] sbyte bz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] void Binormal3EXT([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3bvEXT")] void Binormal3EXT([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3dEXT")] void Binormal3EXT( [NativeTypeName("GLdouble")] double bx, @@ -112455,16 +49665,13 @@ void Binormal3EXT( [NativeTypeName("GLdouble")] double bz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] void Binormal3EXT([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3dvEXT")] void Binormal3EXT([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3fEXT")] void Binormal3EXT( [NativeTypeName("GLfloat")] float bx, @@ -112472,16 +49679,13 @@ void Binormal3EXT( [NativeTypeName("GLfloat")] float bz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] void Binormal3EXT([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3fvEXT")] void Binormal3EXT([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3iEXT")] void Binormal3EXT( [NativeTypeName("GLint")] int bx, @@ -112489,16 +49693,13 @@ void Binormal3EXT( [NativeTypeName("GLint")] int bz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] void Binormal3EXT([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3ivEXT")] void Binormal3EXT([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3sEXT")] void Binormal3EXT( [NativeTypeName("GLshort")] short bx, @@ -112506,16 +49707,13 @@ void Binormal3EXT( [NativeTypeName("GLshort")] short bz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] void Binormal3EXT([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormal3svEXT")] void Binormal3EXT([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] void BinormalPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -112523,7 +49721,6 @@ void BinormalPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBinormalPointerEXT")] void BinormalPointerEXT( @@ -112532,31 +49729,6 @@ void BinormalPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glBitmap")] void Bitmap( [NativeTypeName("GLsizei")] uint width, @@ -112568,31 +49740,6 @@ void Bitmap( [NativeTypeName("const GLubyte *")] byte* bitmap ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmap")] void Bitmap( @@ -112605,31 +49752,6 @@ void Bitmap( [NativeTypeName("const GLubyte *")] Ref bitmap ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmap")] void Bitmap( @@ -112641,10 +49763,9 @@ void Bitmap( [NativeTypeName("const GLubyte *")] byte bitmap ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] - void BitmapxO( + void BitmapxOOES( [NativeTypeName("GLsizei")] uint height, [NativeTypeName("GLfixed")] int xorig, [NativeTypeName("GLfixed")] int yorig, @@ -112653,7 +49774,6 @@ void BitmapxO( [NativeTypeName("const GLubyte *")] byte bitmap ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] void BitmapxOES( [NativeTypeName("GLsizei")] uint width, @@ -112665,7 +49785,6 @@ void BitmapxOES( [NativeTypeName("const GLubyte *")] byte* bitmap ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBitmapxOES")] void BitmapxOES( @@ -112678,67 +49797,12 @@ void BitmapxOES( [NativeTypeName("const GLubyte *")] Ref bitmap ); - [SupportedApiProfile("gl", ["GL_KHR_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_KHR_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_KHR_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendBarrierKHR")] void BlendBarrierKHR(); - [SupportedApiProfile("gl", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_NV_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendBarrierNV")] void BlendBarrierNV(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendColor")] void BlendColor( [NativeTypeName("GLfloat")] float red, @@ -112747,7 +49811,6 @@ void BlendColor( [NativeTypeName("GLfloat")] float alpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_color"])] [NativeFunction("opengl", EntryPoint = "glBlendColorEXT")] void BlendColorEXT( [NativeTypeName("GLfloat")] float red, @@ -112756,7 +49819,6 @@ void BlendColorEXT( [NativeTypeName("GLfloat")] float alpha ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glBlendColorxOES")] void BlendColorxOES( [NativeTypeName("GLfixed")] int red, @@ -112765,177 +49827,25 @@ void BlendColorxOES( [NativeTypeName("GLfixed")] int alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquation")] void BlendEquation([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_imaging", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquation")] void BlendEquation([NativeTypeName("GLenum")] Constant mode); - [SupportedApiProfile("gl", ["GL_EXT_blend_minmax"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] void BlendEquationEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_blend_minmax"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationEXT")] void BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] void BlendEquation([NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationi")] void BlendEquation( @@ -112943,16 +49853,12 @@ void BlendEquation( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] void BlendEquationARB( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiARB")] void BlendEquationARB( @@ -112960,14 +49866,12 @@ void BlendEquationARB( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] void BlendEquationEXT( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiEXT")] void BlendEquationEXT( @@ -112975,14 +49879,12 @@ void BlendEquationEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] void BlendEquationIndexedAMD( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationIndexedAMD")] void BlendEquationIndexedAMD( @@ -112990,14 +49892,12 @@ void BlendEquationIndexedAMD( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] void BlendEquationOES( [NativeTypeName("GLuint")] uint buf, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationiOES")] void BlendEquationOES( @@ -113005,109 +49905,21 @@ void BlendEquationOES( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gles1", ["GL_OES_blend_subtract"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] void BlendEquationOES([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gles1", ["GL_OES_blend_subtract"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationOES")] void BlendEquationOES( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] void BlendEquationSeparate( [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparate")] void BlendEquationSeparate( @@ -113115,14 +49927,12 @@ void BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_equation_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_equation_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateEXT")] void BlendEquationSeparateEXT( @@ -113130,32 +49940,6 @@ void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] void BlendEquationSeparate( [NativeTypeName("GLuint")] uint buf, @@ -113163,32 +49947,6 @@ void BlendEquationSeparate( [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparatei")] void BlendEquationSeparate( @@ -113197,8 +49955,6 @@ void BlendEquationSeparate( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] void BlendEquationSeparateARB( [NativeTypeName("GLuint")] uint buf, @@ -113206,8 +49962,6 @@ void BlendEquationSeparateARB( [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiARB")] void BlendEquationSeparateARB( @@ -113216,7 +49970,6 @@ void BlendEquationSeparateARB( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] void BlendEquationSeparateEXT( [NativeTypeName("GLuint")] uint buf, @@ -113224,7 +49977,6 @@ void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiEXT")] void BlendEquationSeparateEXT( @@ -113233,7 +49985,6 @@ void BlendEquationSeparateEXT( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, @@ -113241,7 +49992,6 @@ void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateIndexedAMD")] void BlendEquationSeparateIndexedAMD( @@ -113250,7 +50000,6 @@ void BlendEquationSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] void BlendEquationSeparateOES( [NativeTypeName("GLuint")] uint buf, @@ -113258,7 +50007,6 @@ void BlendEquationSeparateOES( [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateiOES")] void BlendEquationSeparateOES( @@ -113267,14 +50015,12 @@ void BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile("gles1", ["GL_OES_blend_equation_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] void BlendEquationSeparateOES( [NativeTypeName("GLenum")] uint modeRGB, [NativeTypeName("GLenum")] uint modeAlpha ); - [SupportedApiProfile("gles1", ["GL_OES_blend_equation_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendEquationSeparateOES")] void BlendEquationSeparateOES( @@ -113282,124 +50028,12 @@ void BlendEquationSeparateOES( [NativeTypeName("GLenum")] Constant modeAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBlendFunc")] void BlendFunc( [NativeTypeName("GLenum")] uint sfactor, [NativeTypeName("GLenum")] uint dfactor ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunc")] void BlendFunc( @@ -113407,32 +50041,6 @@ void BlendFunc( [NativeTypeName("GLenum")] Constant dfactor ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFunci")] void BlendFunc( [NativeTypeName("GLuint")] uint buf, @@ -113440,32 +50048,6 @@ void BlendFunc( [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunci")] void BlendFunc( @@ -113474,8 +50056,6 @@ void BlendFunc( [NativeTypeName("GLenum")] Constant dst ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] void BlendFuncARB( [NativeTypeName("GLuint")] uint buf, @@ -113483,8 +50063,6 @@ void BlendFuncARB( [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciARB")] void BlendFuncARB( @@ -113493,7 +50071,6 @@ void BlendFuncARB( [NativeTypeName("GLenum")] Constant dst ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] void BlendFuncEXT( [NativeTypeName("GLuint")] uint buf, @@ -113501,7 +50078,6 @@ void BlendFuncEXT( [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciEXT")] void BlendFuncEXT( @@ -113510,7 +50086,6 @@ void BlendFuncEXT( [NativeTypeName("GLenum")] Constant dst ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncIndexedAMD")] void BlendFuncIndexedAMD( [NativeTypeName("GLuint")] uint buf, @@ -113518,7 +50093,6 @@ void BlendFuncIndexedAMD( [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] void BlendFuncOES( [NativeTypeName("GLuint")] uint buf, @@ -113526,7 +50100,6 @@ void BlendFuncOES( [NativeTypeName("GLenum")] uint dst ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFunciOES")] void BlendFuncOES( @@ -113535,53 +50108,6 @@ void BlendFuncOES( [NativeTypeName("GLenum")] Constant dst ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] void BlendFuncSeparate( [NativeTypeName("GLenum")] uint sfactorRGB, @@ -113590,53 +50116,6 @@ void BlendFuncSeparate( [NativeTypeName("GLenum")] uint dfactorAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparate")] void BlendFuncSeparate( @@ -113646,7 +50125,6 @@ void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dfactorAlpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint sfactorRGB, @@ -113655,7 +50133,6 @@ void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint dfactorAlpha ); - [SupportedApiProfile("gl", ["GL_EXT_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateEXT")] void BlendFuncSeparateEXT( @@ -113665,32 +50142,6 @@ void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dfactorAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] void BlendFuncSeparate( [NativeTypeName("GLuint")] uint buf, @@ -113700,32 +50151,6 @@ void BlendFuncSeparate( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparatei")] void BlendFuncSeparate( @@ -113736,8 +50161,6 @@ void BlendFuncSeparate( [NativeTypeName("GLenum")] Constant dstAlpha ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] void BlendFuncSeparateARB( [NativeTypeName("GLuint")] uint buf, @@ -113747,8 +50170,6 @@ void BlendFuncSeparateARB( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers_blend"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiARB")] void BlendFuncSeparateARB( @@ -113759,7 +50180,6 @@ void BlendFuncSeparateARB( [NativeTypeName("GLenum")] Constant dstAlpha ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] void BlendFuncSeparateEXT( [NativeTypeName("GLuint")] uint buf, @@ -113769,7 +50189,6 @@ void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiEXT")] void BlendFuncSeparateEXT( @@ -113780,7 +50199,6 @@ void BlendFuncSeparateEXT( [NativeTypeName("GLenum")] Constant dstAlpha ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLuint")] uint buf, @@ -113790,7 +50208,6 @@ void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gl", ["GL_AMD_draw_buffers_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateIndexedAMD")] void BlendFuncSeparateIndexedAMD( @@ -113801,7 +50218,6 @@ void BlendFuncSeparateIndexedAMD( [NativeTypeName("GLenum")] Constant dstAlpha ); - [SupportedApiProfile("gl", ["GL_INGR_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] uint sfactorRGB, @@ -113810,7 +50226,6 @@ void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] uint dfactorAlpha ); - [SupportedApiProfile("gl", ["GL_INGR_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateINGR")] void BlendFuncSeparateINGR( @@ -113820,7 +50235,6 @@ void BlendFuncSeparateINGR( [NativeTypeName("GLenum")] Constant dfactorAlpha ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] void BlendFuncSeparateOES( [NativeTypeName("GLuint")] uint buf, @@ -113830,7 +50244,6 @@ void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateiOES")] void BlendFuncSeparateOES( @@ -113841,7 +50254,6 @@ void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstAlpha ); - [SupportedApiProfile("gles1", ["GL_OES_blend_func_separate"])] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint srcRGB, @@ -113850,7 +50262,6 @@ void BlendFuncSeparateOES( [NativeTypeName("GLenum")] uint dstAlpha ); - [SupportedApiProfile("gles1", ["GL_OES_blend_func_separate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlendFuncSeparateOES")] void BlendFuncSeparateOES( @@ -113860,51 +50271,12 @@ void BlendFuncSeparateOES( [NativeTypeName("GLenum")] Constant dstAlpha ); - [SupportedApiProfile("gl", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("glcore", ["GL_NV_blend_equation_advanced"])] - [SupportedApiProfile("gles2", ["GL_NV_blend_equation_advanced"])] [NativeFunction("opengl", EntryPoint = "glBlendParameteriNV")] void BlendParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] void BlitFramebuffer( [NativeTypeName("GLint")] int srcX0, @@ -113919,42 +50291,6 @@ void BlitFramebuffer( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebuffer")] void BlitFramebuffer( @@ -113970,9 +50306,8 @@ void BlitFramebuffer( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] - void BlitFramebufferAngle( + void BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -113985,10 +50320,9 @@ void BlitFramebufferAngle( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferANGLE")] - void BlitFramebufferAngle( + void BlitFramebufferANGLE( [NativeTypeName("GLint")] int srcX0, [NativeTypeName("GLint")] int srcY0, [NativeTypeName("GLint")] int srcX1, @@ -114001,7 +50335,6 @@ void BlitFramebufferAngle( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] void BlitFramebufferEXT( [NativeTypeName("GLint")] int srcX0, @@ -114016,7 +50349,6 @@ void BlitFramebufferEXT( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferEXT")] void BlitFramebufferEXT( @@ -114032,8 +50364,6 @@ void BlitFramebufferEXT( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] void BlitFramebufferLayerEXT( [NativeTypeName("GLint")] int srcX0, @@ -114050,8 +50380,6 @@ void BlitFramebufferLayerEXT( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayerEXT")] void BlitFramebufferLayerEXT( @@ -114069,8 +50397,6 @@ void BlitFramebufferLayerEXT( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] void BlitFramebufferLayersEXT( [NativeTypeName("GLint")] int srcX0, @@ -114085,8 +50411,6 @@ void BlitFramebufferLayersEXT( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_blit_layers"])] - [SupportedApiProfile("gles2", ["GL_EXT_framebuffer_blit_layers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferLayersEXT")] void BlitFramebufferLayersEXT( @@ -114102,7 +50426,6 @@ void BlitFramebufferLayersEXT( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_blit"])] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] void BlitFramebufferNV( [NativeTypeName("GLint")] int srcX0, @@ -114117,7 +50440,6 @@ void BlitFramebufferNV( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_blit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitFramebufferNV")] void BlitFramebufferNV( @@ -114133,16 +50455,6 @@ void BlitFramebufferNV( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] void BlitNamedFramebuffer( [NativeTypeName("GLuint")] uint readFramebuffer, @@ -114159,16 +50471,6 @@ void BlitNamedFramebuffer( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBlitNamedFramebuffer")] void BlitNamedFramebuffer( @@ -114186,8 +50488,6 @@ void BlitNamedFramebuffer( [NativeTypeName("GLenum")] Constant filter ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glBufferAddressRangeNV")] void BufferAddressRangeNV( [NativeTypeName("GLenum")] uint pname, @@ -114196,9 +50496,6 @@ void BufferAddressRangeNV( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] void BufferAttachMemoryNV( [NativeTypeName("GLenum")] uint target, @@ -114206,9 +50503,6 @@ void BufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferAttachMemoryNV")] void BufferAttachMemoryNV( @@ -114217,52 +50511,6 @@ void BufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBufferData")] void BufferData( [NativeTypeName("GLenum")] uint target, @@ -114271,52 +50519,6 @@ void BufferData( [NativeTypeName("GLenum")] uint usage ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferData")] void BufferData( @@ -114326,27 +50528,23 @@ void BufferData( [NativeTypeName("GLenum")] Constant usage ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] void BufferDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data, [NativeTypeName("GLenum")] uint usage ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferDataARB")] void BufferDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data, [NativeTypeName("GLenum")] Constant usage ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] void BufferPageCommitmentARB( [NativeTypeName("GLenum")] uint target, @@ -114355,8 +50553,6 @@ void BufferPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentARB")] void BufferPageCommitmentARB( @@ -114366,9 +50562,6 @@ void BufferPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] void BufferPageCommitmentMemNV( [NativeTypeName("GLenum")] uint target, @@ -114379,9 +50572,6 @@ void BufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferPageCommitmentMemNV")] void BufferPageCommitmentMemNV( @@ -114393,24 +50583,13 @@ void BufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glBufferParameteriAPPLE")] - void BufferParameterApple( + void BufferParameterAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glBufferStorage")] void BufferStorage( [NativeTypeName("GLenum")] uint target, @@ -114419,16 +50598,6 @@ void BufferStorage( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile( - "gl", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_buffer_storage", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorage")] void BufferStorage( @@ -114438,7 +50607,6 @@ void BufferStorage( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gles2", ["GL_EXT_buffer_storage"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] void BufferStorageEXT( [NativeTypeName("GLenum")] uint target, @@ -114447,7 +50615,6 @@ void BufferStorageEXT( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gles2", ["GL_EXT_buffer_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageEXT")] void BufferStorageEXT( @@ -114457,8 +50624,6 @@ void BufferStorageEXT( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] void BufferStorageExternalEXT( [NativeTypeName("GLenum")] uint target, @@ -114468,8 +50633,6 @@ void BufferStorageExternalEXT( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageExternalEXT")] void BufferStorageExternalEXT( @@ -114480,8 +50643,6 @@ void BufferStorageExternalEXT( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] void BufferStorageMemEXT( [NativeTypeName("GLenum")] uint target, @@ -114490,8 +50651,6 @@ void BufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferStorageMemEXT")] void BufferStorageMemEXT( @@ -114501,52 +50660,6 @@ void BufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glBufferSubData")] void BufferSubData( [NativeTypeName("GLenum")] uint target, @@ -114555,52 +50668,6 @@ void BufferSubData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferSubData")] void BufferSubData( @@ -114610,83 +50677,29 @@ void BufferSubData( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] void BufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glBufferSubDataARB")] void BufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCallCommandListNV")] void CallCommandListNV([NativeTypeName("GLuint")] uint list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCallList")] void CallList([NativeTypeName("GLuint")] uint list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCallLists")] void CallLists( [NativeTypeName("GLsizei")] uint n, @@ -114694,31 +50707,6 @@ void CallLists( [NativeTypeName("const void *")] void* lists ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCallLists")] void CallLists( @@ -114728,92 +50716,10 @@ void CallLists( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] uint CheckFramebufferStatus([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatus")] Constant CheckFramebufferStatus( @@ -114821,12 +50727,10 @@ Constant CheckFramebufferStatus( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] uint CheckFramebufferStatusEXT([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusEXT")] Constant CheckFramebufferStatusEXT( @@ -114834,12 +50738,10 @@ Constant CheckFramebufferStatusEXT( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] uint CheckFramebufferStatusOES([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckFramebufferStatusOES")] Constant CheckFramebufferStatusOES( @@ -114847,16 +50749,6 @@ Constant CheckFramebufferStatusOES( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] uint CheckNamedFramebufferStatus( [NativeTypeName("GLuint")] uint framebuffer, @@ -114864,16 +50756,6 @@ uint CheckNamedFramebufferStatus( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatus")] Constant CheckNamedFramebufferStatus( @@ -114882,8 +50764,6 @@ Constant CheckNamedFramebufferStatus( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] uint CheckNamedFramebufferStatusEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -114891,8 +50771,6 @@ uint CheckNamedFramebufferStatusEXT( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCheckNamedFramebufferStatusEXT")] Constant CheckNamedFramebufferStatusEXT( @@ -114900,77 +50778,9 @@ Constant CheckNamedFramebufferStatusEXT( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClampColor")] void ClampColor([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint clamp); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClampColor")] void ClampColor( @@ -114978,14 +50788,12 @@ void ClampColor( [NativeTypeName("GLenum")] Constant clamp ); - [SupportedApiProfile("gl", ["GL_ARB_color_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glClampColorARB")] void ClampColorARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint clamp ); - [SupportedApiProfile("gl", ["GL_ARB_color_buffer_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClampColorARB")] void ClampColorARB( @@ -114993,150 +50801,13 @@ void ClampColorARB( [NativeTypeName("GLenum")] Constant clamp ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClear")] void Clear([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClear")] void Clear([NativeTypeName("GLbitfield")] Constant mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearAccum")] void ClearAccum( [NativeTypeName("GLfloat")] float red, @@ -115145,7 +50816,6 @@ void ClearAccum( [NativeTypeName("GLfloat")] float alpha ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearAccumxOES")] void ClearAccumxOES( [NativeTypeName("GLfixed")] int red, @@ -115154,28 +50824,6 @@ void ClearAccumxOES( [NativeTypeName("GLfixed")] int alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferData")] void ClearBufferData( [NativeTypeName("GLenum")] uint target, @@ -115185,28 +50833,6 @@ void ClearBufferData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferData")] void ClearBufferData( @@ -115217,40 +50843,6 @@ void ClearBufferData( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] void ClearBuffer( [NativeTypeName("GLenum")] uint buffer, @@ -115259,40 +50851,6 @@ void ClearBuffer( [NativeTypeName("GLint")] int stencil ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferfi")] void ClearBuffer( @@ -115302,40 +50860,6 @@ void ClearBuffer( [NativeTypeName("GLint")] int stencil ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] void ClearBuffer( [NativeTypeName("GLenum")] uint buffer, @@ -115343,40 +50867,6 @@ void ClearBuffer( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferfv")] void ClearBuffer( @@ -115385,40 +50875,6 @@ void ClearBuffer( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] void ClearBuffer( [NativeTypeName("GLenum")] uint buffer, @@ -115426,40 +50882,6 @@ void ClearBuffer( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferiv")] void ClearBuffer( @@ -115468,28 +50890,6 @@ void ClearBuffer( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] void ClearBufferSubData( [NativeTypeName("GLenum")] uint target, @@ -115501,28 +50901,6 @@ void ClearBufferSubData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_clear_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferSubData")] void ClearBufferSubData( @@ -115535,40 +50913,6 @@ void ClearBufferSubData( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] void ClearBuffer( [NativeTypeName("GLenum")] uint buffer, @@ -115576,40 +50920,6 @@ void ClearBuffer( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearBufferuiv")] void ClearBuffer( @@ -115618,62 +50928,6 @@ void ClearBuffer( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClearColor")] void ClearColor( [NativeTypeName("GLfloat")] float red, @@ -115682,7 +50936,6 @@ void ClearColor( [NativeTypeName("GLfloat")] float alpha ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] [NativeFunction("opengl", EntryPoint = "glClearColorIiEXT")] void ClearColorIEXT( [NativeTypeName("GLint")] int red, @@ -115691,7 +50944,6 @@ void ClearColorIEXT( [NativeTypeName("GLint")] int alpha ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] [NativeFunction("opengl", EntryPoint = "glClearColorIuiEXT")] void ClearColorIEXT( [NativeTypeName("GLuint")] uint red, @@ -115700,7 +50952,6 @@ void ClearColorIEXT( [NativeTypeName("GLuint")] uint alpha ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearColorx")] void ClearColorx( [NativeTypeName("GLfixed")] int red, @@ -115709,8 +50960,6 @@ void ClearColorx( [NativeTypeName("GLfixed")] int alpha ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearColorxOES")] void ClearColorxOES( [NativeTypeName("GLfixed")] int red, @@ -115719,151 +50968,27 @@ void ClearColorxOES( [NativeTypeName("GLfixed")] int alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearDepth")] void ClearDepth([NativeTypeName("GLdouble")] double depth); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glClearDepthdNV")] void ClearDepthNV([NativeTypeName("GLdouble")] double depth); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClearDepthf")] void ClearDepth([NativeTypeName("GLfloat")] float d); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glClearDepthfOES")] void ClearDepthOES([NativeTypeName("GLclampf")] float depth); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearDepthx")] void ClearDepthx([NativeTypeName("GLfixed")] int depth); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClearDepthxOES")] void ClearDepthxOES([NativeTypeName("GLfixed")] int depth); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClearIndex")] void ClearIndex([NativeTypeName("GLfloat")] float c); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] void ClearNamedBufferData( [NativeTypeName("GLuint")] uint buffer, @@ -115873,16 +50998,6 @@ void ClearNamedBufferData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferData")] void ClearNamedBufferData( @@ -115893,8 +51008,6 @@ void ClearNamedBufferData( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] void ClearNamedBufferDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -115904,8 +51017,6 @@ void ClearNamedBufferDataEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferDataEXT")] void ClearNamedBufferDataEXT( @@ -115916,16 +51027,6 @@ void ClearNamedBufferDataEXT( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] void ClearNamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -115937,16 +51038,6 @@ void ClearNamedBufferSubData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubData")] void ClearNamedBufferSubData( @@ -115959,8 +51050,6 @@ void ClearNamedBufferSubData( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] void ClearNamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -115972,8 +51061,6 @@ void ClearNamedBufferSubDataEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedBufferSubDataEXT")] void ClearNamedBufferSubDataEXT( @@ -115986,16 +51073,6 @@ void ClearNamedBufferSubDataEXT( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] void ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -116005,16 +51082,6 @@ void ClearNamedFramebuffer( [NativeTypeName("GLint")] int stencil ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfi")] void ClearNamedFramebuffer( @@ -116025,16 +51092,6 @@ void ClearNamedFramebuffer( [NativeTypeName("GLint")] int stencil ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] void ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -116043,16 +51100,6 @@ void ClearNamedFramebuffer( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferfv")] void ClearNamedFramebuffer( @@ -116062,16 +51109,6 @@ void ClearNamedFramebuffer( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] void ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -116080,16 +51117,6 @@ void ClearNamedFramebuffer( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferiv")] void ClearNamedFramebuffer( @@ -116099,16 +51126,6 @@ void ClearNamedFramebuffer( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] void ClearNamedFramebuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -116117,16 +51134,6 @@ void ClearNamedFramebuffer( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearNamedFramebufferuiv")] void ClearNamedFramebuffer( @@ -116136,7 +51143,6 @@ void ClearNamedFramebuffer( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] void ClearPixelLocalStorageEXT( [NativeTypeName("GLsizei")] uint offset, @@ -116144,7 +51150,6 @@ void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] uint* values ); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] void ClearPixelLocalStorageEXT( @@ -116153,7 +51158,6 @@ void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] Ref values ); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearPixelLocalStorageuiEXT")] void ClearPixelLocalStorageEXT( @@ -116161,75 +51165,9 @@ void ClearPixelLocalStorageEXT( [NativeTypeName("const GLuint *")] uint values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClearStencil")] void ClearStencil([NativeTypeName("GLint")] int s); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glClearTexImage")] void ClearTexImage( [NativeTypeName("GLuint")] uint texture, @@ -116239,16 +51177,6 @@ void ClearTexImage( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexImage")] void ClearTexImage( @@ -116259,7 +51187,6 @@ void ClearTexImage( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] void ClearTexImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -116269,7 +51196,6 @@ void ClearTexImageEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexImageEXT")] void ClearTexImageEXT( @@ -116280,16 +51206,6 @@ void ClearTexImageEXT( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] void ClearTexSubImage( [NativeTypeName("GLuint")] uint texture, @@ -116305,16 +51221,6 @@ void ClearTexSubImage( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clear_texture", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexSubImage")] void ClearTexSubImage( @@ -116331,7 +51237,6 @@ void ClearTexSubImage( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] void ClearTexSubImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -116347,7 +51252,6 @@ void ClearTexSubImageEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gles2", ["GL_EXT_clear_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClearTexSubImageEXT")] void ClearTexSubImageEXT( @@ -116364,97 +51268,42 @@ void ClearTexSubImageEXT( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] void ClientActiveTexture([NativeTypeName("GLenum")] uint texture); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveTexture")] void ClientActiveTexture( [NativeTypeName("GLenum")] Constant texture ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] void ClientActiveTextureARB([NativeTypeName("GLenum")] uint texture); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveTextureARB")] void ClientActiveTextureARB( [NativeTypeName("GLenum")] Constant texture ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] void ClientActiveVertexStreamATI([NativeTypeName("GLenum")] uint stream); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientActiveVertexStreamATI")] void ClientActiveVertexStreamATI( [NativeTypeName("GLenum")] Constant stream ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] void ClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientAttribDefaultEXT")] void ClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] void ClientWaitSemaphoreNVX( [NativeTypeName("GLsizei")] uint fenceObjectCount, @@ -116462,7 +51311,6 @@ void ClientWaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSemaphoreui64NVX")] void ClientWaitSemaphoreNVX( @@ -116472,38 +51320,6 @@ void ClientWaitSemaphoreNVX( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] uint ClientWaitSync( [NativeTypeName("GLsync")] Sync* sync, @@ -116512,38 +51328,6 @@ uint ClientWaitSync( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSync")] Constant ClientWaitSync( @@ -116553,49 +51337,25 @@ Constant ClientWaitSync( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] - uint ClientWaitSyncApple( + uint ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClientWaitSyncAPPLE")] - Constant ClientWaitSyncApple( + Constant ClientWaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout ); - [SupportedApiProfile( - "gl", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glClipControl")] void ClipControl([NativeTypeName("GLenum")] uint origin, [NativeTypeName("GLenum")] uint depth); - [SupportedApiProfile( - "gl", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_clip_control", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipControl")] void ClipControl( @@ -116603,69 +51363,18 @@ void ClipControl( [NativeTypeName("GLenum")] Constant depth ); - [SupportedApiProfile("gles2", ["GL_EXT_clip_control"])] [NativeFunction("opengl", EntryPoint = "glClipControlEXT")] void ClipControlEXT( [NativeTypeName("GLenum")] uint origin, [NativeTypeName("GLenum")] uint depth ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glClipPlane")] void ClipPlane( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("const GLdouble *")] double* equation ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlane")] void ClipPlane( @@ -116673,14 +51382,12 @@ void ClipPlane( [NativeTypeName("const GLdouble *")] Ref equation ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glClipPlanef")] void ClipPlane( [NativeTypeName("GLenum")] uint p, [NativeTypeName("const GLfloat *")] float* eqn ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanef")] void ClipPlane( @@ -116688,14 +51395,12 @@ void ClipPlane( [NativeTypeName("const GLfloat *")] Ref eqn ); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] void ClipPlaneIMG( [NativeTypeName("GLenum")] uint p, [NativeTypeName("const GLfloat *")] float* eqn ); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanefIMG")] void ClipPlaneIMG( @@ -116703,16 +51408,12 @@ void ClipPlaneIMG( [NativeTypeName("const GLfloat *")] Ref eqn ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] void ClipPlaneOES( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("const GLfloat *")] float* equation ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanefOES")] void ClipPlaneOES( @@ -116720,14 +51421,12 @@ void ClipPlaneOES( [NativeTypeName("const GLfloat *")] Ref equation ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glClipPlanex")] void ClipPlanex( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("const GLfixed *")] int* equation ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanex")] void ClipPlanex( @@ -116735,14 +51434,12 @@ void ClipPlanex( [NativeTypeName("const GLfixed *")] Ref equation ); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] void ClipPlanexIMG( [NativeTypeName("GLenum")] uint p, [NativeTypeName("const GLfixed *")] int* eqn ); - [SupportedApiProfile("gles1", ["GL_IMG_user_clip_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanexIMG")] void ClipPlanexIMG( @@ -116750,16 +51447,12 @@ void ClipPlanexIMG( [NativeTypeName("const GLfixed *")] Ref eqn ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] void ClipPlanexOES( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("const GLfixed *")] int* equation ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glClipPlanexOES")] void ClipPlanexOES( @@ -116767,31 +51460,6 @@ void ClipPlanexOES( [NativeTypeName("const GLfixed *")] Ref equation ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3b")] void Color3( [NativeTypeName("GLbyte")] sbyte red, @@ -116799,88 +51467,13 @@ void Color3( [NativeTypeName("GLbyte")] sbyte blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3bv")] void Color3([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3bv")] void Color3([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3d")] void Color3( [NativeTypeName("GLdouble")] double red, @@ -116888,88 +51481,13 @@ void Color3( [NativeTypeName("GLdouble")] double blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3dv")] void Color3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3dv")] void Color3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3f")] void Color3( [NativeTypeName("GLfloat")] float red, @@ -116977,64 +51495,13 @@ void Color3( [NativeTypeName("GLfloat")] float blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3fv")] void Color3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3fv")] void Color3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fSUN")] void Color3FVertex3SUN( [NativeTypeName("GLfloat")] float r, @@ -117045,14 +51512,12 @@ void Color3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] void Color3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* c, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3fVertex3fvSUN")] void Color3FVertex3SUN( @@ -117060,7 +51525,6 @@ void Color3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor3hNV")] void Color3NV( [NativeTypeName("GLhalfNV")] ushort red, @@ -117068,40 +51532,13 @@ void Color3NV( [NativeTypeName("GLhalfNV")] ushort blue ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] void Color3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3hvNV")] void Color3NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3i")] void Color3( [NativeTypeName("GLint")] int red, @@ -117109,88 +51546,13 @@ void Color3( [NativeTypeName("GLint")] int blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3iv")] void Color3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3iv")] void Color3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3s")] void Color3( [NativeTypeName("GLshort")] short red, @@ -117198,88 +51560,13 @@ void Color3( [NativeTypeName("GLshort")] short blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3sv")] void Color3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3sv")] void Color3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ub")] void Color3( [NativeTypeName("GLubyte")] byte red, @@ -117287,88 +51574,13 @@ void Color3( [NativeTypeName("GLubyte")] byte blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ubv")] void Color3([NativeTypeName("const GLubyte *")] byte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3ubv")] void Color3([NativeTypeName("const GLubyte *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3ui")] void Color3( [NativeTypeName("GLuint")] uint red, @@ -117376,88 +51588,13 @@ void Color3( [NativeTypeName("GLuint")] uint blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3uiv")] void Color3([NativeTypeName("const GLuint *")] uint* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3uiv")] void Color3([NativeTypeName("const GLuint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3us")] void Color3( [NativeTypeName("GLushort")] ushort red, @@ -117465,64 +51602,13 @@ void Color3( [NativeTypeName("GLushort")] ushort blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor3usv")] void Color3([NativeTypeName("const GLushort *")] ushort* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3usv")] void Color3([NativeTypeName("const GLushort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor3xOES")] void Color3XOES( [NativeTypeName("GLfixed")] int red, @@ -117530,40 +51616,13 @@ void Color3XOES( [NativeTypeName("GLfixed")] int blue ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] void Color3XOES([NativeTypeName("const GLfixed *")] int* components); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor3xvOES")] void Color3XOES([NativeTypeName("const GLfixed *")] Ref components); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4b")] void Color4( [NativeTypeName("GLbyte")] sbyte red, @@ -117572,88 +51631,13 @@ void Color4( [NativeTypeName("GLbyte")] sbyte alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4bv")] void Color4([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4bv")] void Color4([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4d")] void Color4( [NativeTypeName("GLdouble")] double red, @@ -117662,89 +51646,13 @@ void Color4( [NativeTypeName("GLdouble")] double alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4dv")] void Color4([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4dv")] void Color4([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glColor4f")] void Color4( [NativeTypeName("GLfloat")] float red, @@ -117753,7 +51661,6 @@ void Color4( [NativeTypeName("GLfloat")] float alpha ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fSUN")] void Color4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float r, @@ -117768,7 +51675,6 @@ void Color4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] void Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* c, @@ -117776,7 +51682,6 @@ void Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4fNormal3fVertex3fvSUN")] void Color4FNormal3FVertex3SUN( @@ -117785,64 +51690,13 @@ void Color4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4fv")] void Color4([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4fv")] void Color4([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor4hNV")] void Color4NV( [NativeTypeName("GLhalfNV")] ushort red, @@ -117851,40 +51705,13 @@ void Color4NV( [NativeTypeName("GLhalfNV")] ushort alpha ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] void Color4NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4hvNV")] void Color4NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4i")] void Color4( [NativeTypeName("GLint")] int red, @@ -117893,88 +51720,13 @@ void Color4( [NativeTypeName("GLint")] int alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4iv")] void Color4([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4iv")] void Color4([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4s")] void Color4( [NativeTypeName("GLshort")] short red, @@ -117983,89 +51735,13 @@ void Color4( [NativeTypeName("GLshort")] short alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4sv")] void Color4([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4sv")] void Color4([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColor4ub")] void Color4( [NativeTypeName("GLubyte")] byte red, @@ -118074,64 +51750,13 @@ void Color4( [NativeTypeName("GLubyte")] byte alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4ubv")] void Color4([NativeTypeName("const GLubyte *")] byte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubv")] void Color4([NativeTypeName("const GLubyte *")] Ref v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fSUN")] void Color4UbVertex2SUN( [NativeTypeName("GLubyte")] byte r, @@ -118142,14 +51767,12 @@ void Color4UbVertex2SUN( [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] void Color4UbVertex2SUN( [NativeTypeName("const GLubyte *")] byte* c, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex2fvSUN")] void Color4UbVertex2SUN( @@ -118157,7 +51780,6 @@ void Color4UbVertex2SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fSUN")] void Color4UbVertex3SUN( [NativeTypeName("GLubyte")] byte r, @@ -118169,14 +51791,12 @@ void Color4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] void Color4UbVertex3SUN( [NativeTypeName("const GLubyte *")] byte* c, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4ubVertex3fvSUN")] void Color4UbVertex3SUN( @@ -118184,31 +51804,6 @@ void Color4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4ui")] void Color4( [NativeTypeName("GLuint")] uint red, @@ -118217,88 +51812,13 @@ void Color4( [NativeTypeName("GLuint")] uint alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4uiv")] void Color4([NativeTypeName("const GLuint *")] uint* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4uiv")] void Color4([NativeTypeName("const GLuint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4us")] void Color4( [NativeTypeName("GLushort")] ushort red, @@ -118307,64 +51827,13 @@ void Color4( [NativeTypeName("GLushort")] ushort alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColor4usv")] void Color4([NativeTypeName("const GLushort *")] ushort* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4usv")] void Color4([NativeTypeName("const GLushort *")] Ref v); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColor4x")] void Color4X( [NativeTypeName("GLfixed")] int red, @@ -118373,8 +51842,6 @@ void Color4X( [NativeTypeName("GLfixed")] int alpha ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor4xOES")] void Color4XOES( [NativeTypeName("GLfixed")] int red, @@ -118383,17 +51850,13 @@ void Color4XOES( [NativeTypeName("GLfixed")] int alpha ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] void Color4XOES([NativeTypeName("const GLfixed *")] int* components); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColor4xvOES")] void Color4XOES([NativeTypeName("const GLfixed *")] Ref components); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] void ColorFormatNV( [NativeTypeName("GLint")] int size, @@ -118401,8 +51864,6 @@ void ColorFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFormatNV")] void ColorFormatNV( @@ -118411,7 +51872,6 @@ void ColorFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] void ColorFragmentOp1ATI( [NativeTypeName("GLenum")] uint op, @@ -118423,7 +51883,6 @@ void ColorFragmentOp1ATI( [NativeTypeName("GLuint")] uint arg1Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp1ATI")] void ColorFragmentOp1ATI( @@ -118436,7 +51895,6 @@ void ColorFragmentOp1ATI( [NativeTypeName("GLuint")] Constant arg1Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] void ColorFragmentOp2ATI( [NativeTypeName("GLenum")] uint op, @@ -118451,7 +51909,6 @@ void ColorFragmentOp2ATI( [NativeTypeName("GLuint")] uint arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp2ATI")] void ColorFragmentOp2ATI( @@ -118467,7 +51924,6 @@ void ColorFragmentOp2ATI( [NativeTypeName("GLuint")] Constant arg2Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] void ColorFragmentOp3ATI( [NativeTypeName("GLenum")] uint op, @@ -118485,7 +51941,6 @@ void ColorFragmentOp3ATI( [NativeTypeName("GLuint")] uint arg3Mod ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorFragmentOp3ATI")] void ColorFragmentOp3ATI( @@ -118504,62 +51959,6 @@ void ColorFragmentOp3ATI( [NativeTypeName("GLuint")] Constant arg3Mod ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColorMask")] void ColorMask( [NativeTypeName("GLboolean")] uint red, @@ -118568,62 +51967,6 @@ void ColorMask( [NativeTypeName("GLboolean")] uint alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMask")] void ColorMask( @@ -118633,40 +51976,6 @@ void ColorMask( [NativeTypeName("GLboolean")] MaybeBool alpha ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glColorMaski")] void ColorMask( [NativeTypeName("GLuint")] uint index, @@ -118676,40 +51985,6 @@ void ColorMask( [NativeTypeName("GLboolean")] uint a ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaski")] void ColorMask( @@ -118720,7 +51995,6 @@ void ColorMask( [NativeTypeName("GLboolean")] MaybeBool a ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] void ColorMaskEXT( [NativeTypeName("GLuint")] uint index, @@ -118730,7 +52004,6 @@ void ColorMaskEXT( [NativeTypeName("GLboolean")] uint a ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskiEXT")] void ColorMaskEXT( @@ -118741,7 +52014,6 @@ void ColorMaskEXT( [NativeTypeName("GLboolean")] MaybeBool a ); - [SupportedApiProfile("gl", ["GL_EXT_draw_buffers2"])] [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] void ColorMaskIndexedEXT( [NativeTypeName("GLuint")] uint index, @@ -118751,7 +52023,6 @@ void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] uint a ); - [SupportedApiProfile("gl", ["GL_EXT_draw_buffers2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskIndexedEXT")] void ColorMaskIndexedEXT( @@ -118762,7 +52033,6 @@ void ColorMaskIndexedEXT( [NativeTypeName("GLboolean")] MaybeBool a ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] void ColorMaskOES( [NativeTypeName("GLuint")] uint index, @@ -118772,7 +52042,6 @@ void ColorMaskOES( [NativeTypeName("GLboolean")] uint a ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaskiOES")] void ColorMaskOES( @@ -118783,59 +52052,9 @@ void ColorMaskOES( [NativeTypeName("GLboolean")] MaybeBool a ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glColorMaterial")] void ColorMaterial([NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorMaterial")] void ColorMaterial( @@ -118843,11 +52062,9 @@ void ColorMaterial( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP3ui")] void ColorP3([NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3ui")] void ColorP3( @@ -118855,34 +52072,29 @@ void ColorP3( [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] - void ColorP3Uiv( + void ColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] - void ColorP3Uiv( + void ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP3uiv")] - void ColorP3Uiv( + void ColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP4ui")] void ColorP4([NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint color); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4ui")] void ColorP4( @@ -118890,54 +52102,26 @@ void ColorP4( [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] - void ColorP4Uiv( + void ColorP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] - void ColorP4Uiv( + void ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorP4uiv")] - void ColorP4Uiv( + void ColorP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glColorPointer")] void ColorPointer( [NativeTypeName("GLint")] int size, @@ -118946,31 +52130,6 @@ void ColorPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointer")] void ColorPointer( @@ -118980,7 +52139,6 @@ void ColorPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] void ColorPointerEXT( [NativeTypeName("GLint")] int size, @@ -118990,7 +52148,6 @@ void ColorPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerEXT")] void ColorPointerEXT( @@ -119001,7 +52158,6 @@ void ColorPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] void ColorPointerListIBM( [NativeTypeName("GLint")] int size, @@ -119011,7 +52167,6 @@ void ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] void ColorPointerListIBM( @@ -119022,7 +52177,6 @@ void ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointerListIBM")] Ptr ColorPointerListIBM( @@ -119031,24 +52185,21 @@ Ptr ColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] - void ColorPointerIntel( + void ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorPointervINTEL")] - void ColorPointerIntel( + void ColorPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorSubTable")] void ColorSubTable( [NativeTypeName("GLenum")] uint target, @@ -119059,7 +52210,6 @@ void ColorSubTable( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorSubTable")] void ColorSubTable( @@ -119071,7 +52221,6 @@ void ColorSubTable( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] void ColorSubTableEXT( [NativeTypeName("GLenum")] uint target, @@ -119082,7 +52231,6 @@ void ColorSubTableEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorSubTableEXT")] void ColorSubTableEXT( @@ -119094,7 +52242,6 @@ void ColorSubTableEXT( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTable")] void ColorTable( [NativeTypeName("GLenum")] uint target, @@ -119105,7 +52252,6 @@ void ColorTable( [NativeTypeName("const void *")] void* table ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTable")] void ColorTable( @@ -119117,7 +52263,6 @@ void ColorTable( [NativeTypeName("const void *")] Ref table ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] void ColorTableEXT( [NativeTypeName("GLenum")] uint target, @@ -119128,7 +52273,6 @@ void ColorTableEXT( [NativeTypeName("const void *")] void* table ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableEXT")] void ColorTableEXT( @@ -119140,7 +52284,6 @@ void ColorTableEXT( [NativeTypeName("const void *")] Ref table ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] void ColorTableParameter( [NativeTypeName("GLenum")] uint target, @@ -119148,7 +52291,6 @@ void ColorTableParameter( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfv")] void ColorTableParameter( @@ -119157,7 +52299,6 @@ void ColorTableParameter( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] void ColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, @@ -119165,7 +52306,6 @@ void ColorTableParameterSGI( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterfvSGI")] void ColorTableParameterSGI( @@ -119174,7 +52314,6 @@ void ColorTableParameterSGI( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] void ColorTableParameter( [NativeTypeName("GLenum")] uint target, @@ -119182,7 +52321,6 @@ void ColorTableParameter( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameteriv")] void ColorTableParameter( @@ -119191,7 +52329,6 @@ void ColorTableParameter( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] void ColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, @@ -119199,7 +52336,6 @@ void ColorTableParameterSGI( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableParameterivSGI")] void ColorTableParameterSGI( @@ -119208,7 +52344,6 @@ void ColorTableParameterSGI( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] void ColorTableSGI( [NativeTypeName("GLenum")] uint target, @@ -119219,7 +52354,6 @@ void ColorTableSGI( [NativeTypeName("const void *")] void* table ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glColorTableSGI")] void ColorTableSGI( @@ -119231,7 +52365,6 @@ void ColorTableSGI( [NativeTypeName("const void *")] Ref table ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] void CombinerInputNV( [NativeTypeName("GLenum")] uint stage, @@ -119242,7 +52375,6 @@ void CombinerInputNV( [NativeTypeName("GLenum")] uint componentUsage ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerInputNV")] void CombinerInputNV( @@ -119254,7 +52386,6 @@ void CombinerInputNV( [NativeTypeName("GLenum")] Constant componentUsage ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] void CombinerOutputNV( [NativeTypeName("GLenum")] uint stage, @@ -119269,7 +52400,6 @@ void CombinerOutputNV( [NativeTypeName("GLboolean")] uint muxSum ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerOutputNV")] void CombinerOutputNV( @@ -119285,14 +52415,12 @@ void CombinerOutputNV( [NativeTypeName("GLboolean")] MaybeBool muxSum ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] void CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfNV")] void CombinerParameterNV( @@ -119300,14 +52428,12 @@ void CombinerParameterNV( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] void CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterfvNV")] void CombinerParameterNV( @@ -119315,14 +52441,12 @@ void CombinerParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] void CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameteriNV")] void CombinerParameterNV( @@ -119330,14 +52454,12 @@ void CombinerParameterNV( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] void CombinerParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerParameterivNV")] void CombinerParameterNV( @@ -119345,7 +52467,6 @@ void CombinerParameterNV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] void CombinerStageParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -119353,7 +52474,6 @@ void CombinerStageParameterNV( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCombinerStageParameterfvNV")] void CombinerStageParameterNV( @@ -119362,71 +52482,21 @@ void CombinerStageParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCommandListSegmentsNV")] void CommandListSegmentsNV( [NativeTypeName("GLuint")] uint list, [NativeTypeName("GLuint")] uint segments ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCompileCommandListNV")] void CompileCommandListNV([NativeTypeName("GLuint")] uint list); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCompileShader")] void CompileShader([NativeTypeName("GLuint")] uint shader); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCompileShaderARB")] void CompileShaderARB([NativeTypeName("GLhandleARB")] uint shaderObj); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] void CompileShaderIncludeARB( [NativeTypeName("GLuint")] uint shader, @@ -119435,8 +52505,6 @@ void CompileShaderIncludeARB( [NativeTypeName("const GLint *")] int* length ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompileShaderIncludeARB")] void CompileShaderIncludeARB( @@ -119446,8 +52514,6 @@ void CompileShaderIncludeARB( [NativeTypeName("const GLint *")] Ref length ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] void CompressedMultiTexImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -119460,8 +52526,6 @@ void CompressedMultiTexImage1DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage1DEXT")] void CompressedMultiTexImage1DEXT( @@ -119475,8 +52539,6 @@ void CompressedMultiTexImage1DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] void CompressedMultiTexImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -119490,8 +52552,6 @@ void CompressedMultiTexImage2DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage2DEXT")] void CompressedMultiTexImage2DEXT( @@ -119506,8 +52566,6 @@ void CompressedMultiTexImage2DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] void CompressedMultiTexImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -119522,8 +52580,6 @@ void CompressedMultiTexImage3DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexImage3DEXT")] void CompressedMultiTexImage3DEXT( @@ -119539,8 +52595,6 @@ void CompressedMultiTexImage3DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] void CompressedMultiTexSubImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -119553,8 +52607,6 @@ void CompressedMultiTexSubImage1DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage1DEXT")] void CompressedMultiTexSubImage1DEXT( @@ -119568,8 +52620,6 @@ void CompressedMultiTexSubImage1DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] void CompressedMultiTexSubImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -119584,8 +52634,6 @@ void CompressedMultiTexSubImage2DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage2DEXT")] void CompressedMultiTexSubImage2DEXT( @@ -119601,8 +52649,6 @@ void CompressedMultiTexSubImage2DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] void CompressedMultiTexSubImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -119619,8 +52665,6 @@ void CompressedMultiTexSubImage3DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedMultiTexSubImage3DEXT")] void CompressedMultiTexSubImage3DEXT( @@ -119638,50 +52682,6 @@ void CompressedMultiTexSubImage3DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] void CompressedTexImage1D( [NativeTypeName("GLenum")] uint target, @@ -119693,50 +52693,6 @@ void CompressedTexImage1D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1D")] void CompressedTexImage1D( @@ -119749,7 +52705,6 @@ void CompressedTexImage1D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] void CompressedTexImage1DARB( [NativeTypeName("GLenum")] uint target, @@ -119761,7 +52716,6 @@ void CompressedTexImage1DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage1DARB")] void CompressedTexImage1DARB( @@ -119774,56 +52728,6 @@ void CompressedTexImage1DARB( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] void CompressedTexImage2D( [NativeTypeName("GLenum")] uint target, @@ -119836,56 +52740,6 @@ void CompressedTexImage2D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2D")] void CompressedTexImage2D( @@ -119899,7 +52753,6 @@ void CompressedTexImage2D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] void CompressedTexImage2DARB( [NativeTypeName("GLenum")] uint target, @@ -119912,7 +52765,6 @@ void CompressedTexImage2DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage2DARB")] void CompressedTexImage2DARB( @@ -119926,50 +52778,6 @@ void CompressedTexImage2DARB( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] void CompressedTexImage3D( [NativeTypeName("GLenum")] uint target, @@ -119983,50 +52791,6 @@ void CompressedTexImage3D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3D")] void CompressedTexImage3D( @@ -120041,7 +52805,6 @@ void CompressedTexImage3D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] void CompressedTexImage3DARB( [NativeTypeName("GLenum")] uint target, @@ -120055,7 +52818,6 @@ void CompressedTexImage3DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DARB")] void CompressedTexImage3DARB( @@ -120070,7 +52832,6 @@ void CompressedTexImage3DARB( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] void CompressedTexImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -120084,7 +52845,6 @@ void CompressedTexImage3DOES( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexImage3DOES")] void CompressedTexImage3DOES( @@ -120099,50 +52859,6 @@ void CompressedTexImage3DOES( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] void CompressedTexSubImage1D( [NativeTypeName("GLenum")] uint target, @@ -120154,50 +52870,6 @@ void CompressedTexSubImage1D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1D")] void CompressedTexSubImage1D( @@ -120210,7 +52882,6 @@ void CompressedTexSubImage1D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] void CompressedTexSubImage1DARB( [NativeTypeName("GLenum")] uint target, @@ -120222,7 +52893,6 @@ void CompressedTexSubImage1DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage1DARB")] void CompressedTexSubImage1DARB( @@ -120235,56 +52905,6 @@ void CompressedTexSubImage1DARB( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] void CompressedTexSubImage2D( [NativeTypeName("GLenum")] uint target, @@ -120298,56 +52918,6 @@ void CompressedTexSubImage2D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2D")] void CompressedTexSubImage2D( @@ -120362,7 +52932,6 @@ void CompressedTexSubImage2D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] void CompressedTexSubImage2DARB( [NativeTypeName("GLenum")] uint target, @@ -120376,7 +52945,6 @@ void CompressedTexSubImage2DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage2DARB")] void CompressedTexSubImage2DARB( @@ -120391,50 +52959,6 @@ void CompressedTexSubImage2DARB( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] void CompressedTexSubImage3D( [NativeTypeName("GLenum")] uint target, @@ -120450,50 +52974,6 @@ void CompressedTexSubImage3D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3D")] void CompressedTexSubImage3D( @@ -120510,7 +52990,6 @@ void CompressedTexSubImage3D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] void CompressedTexSubImage3DARB( [NativeTypeName("GLenum")] uint target, @@ -120526,7 +53005,6 @@ void CompressedTexSubImage3DARB( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DARB")] void CompressedTexSubImage3DARB( @@ -120543,7 +53021,6 @@ void CompressedTexSubImage3DARB( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] void CompressedTexSubImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -120559,7 +53036,6 @@ void CompressedTexSubImage3DOES( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTexSubImage3DOES")] void CompressedTexSubImage3DOES( @@ -120576,8 +53052,6 @@ void CompressedTexSubImage3DOES( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] void CompressedTextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -120590,8 +53064,6 @@ void CompressedTextureImage1DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage1DEXT")] void CompressedTextureImage1DEXT( @@ -120605,8 +53077,6 @@ void CompressedTextureImage1DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] void CompressedTextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -120620,8 +53090,6 @@ void CompressedTextureImage2DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage2DEXT")] void CompressedTextureImage2DEXT( @@ -120636,8 +53104,6 @@ void CompressedTextureImage2DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] void CompressedTextureImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -120652,8 +53118,6 @@ void CompressedTextureImage3DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureImage3DEXT")] void CompressedTextureImage3DEXT( @@ -120669,16 +53133,6 @@ void CompressedTextureImage3DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] void CompressedTextureSubImage1D( [NativeTypeName("GLuint")] uint texture, @@ -120690,16 +53144,6 @@ void CompressedTextureSubImage1D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1D")] void CompressedTextureSubImage1D( @@ -120712,8 +53156,6 @@ void CompressedTextureSubImage1D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] void CompressedTextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -120726,8 +53168,6 @@ void CompressedTextureSubImage1DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage1DEXT")] void CompressedTextureSubImage1DEXT( @@ -120741,16 +53181,6 @@ void CompressedTextureSubImage1DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] void CompressedTextureSubImage2D( [NativeTypeName("GLuint")] uint texture, @@ -120764,16 +53194,6 @@ void CompressedTextureSubImage2D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2D")] void CompressedTextureSubImage2D( @@ -120788,8 +53208,6 @@ void CompressedTextureSubImage2D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] void CompressedTextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -120804,8 +53222,6 @@ void CompressedTextureSubImage2DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage2DEXT")] void CompressedTextureSubImage2DEXT( @@ -120821,16 +53237,6 @@ void CompressedTextureSubImage2DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] void CompressedTextureSubImage3D( [NativeTypeName("GLuint")] uint texture, @@ -120846,16 +53252,6 @@ void CompressedTextureSubImage3D( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3D")] void CompressedTextureSubImage3D( @@ -120872,8 +53268,6 @@ void CompressedTextureSubImage3D( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] void CompressedTextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -120890,8 +53284,6 @@ void CompressedTextureSubImage3DEXT( [NativeTypeName("const void *")] void* bits ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCompressedTextureSubImage3DEXT")] void CompressedTextureSubImage3DEXT( @@ -120909,24 +53301,18 @@ void CompressedTextureSubImage3DEXT( [NativeTypeName("const void *")] Ref bits ); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster_dilate"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster_dilate"])] [NativeFunction("opengl", EntryPoint = "glConservativeRasterParameterfNV")] void ConservativeRasterParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float value ); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster_pre_snap_triangles"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster_pre_snap_triangles"])] - [SupportedApiProfile("gles2", ["GL_NV_conservative_raster_pre_snap_triangles"])] [NativeFunction("opengl", EntryPoint = "glConservativeRasterParameteriNV")] void ConservativeRasterParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] void ConvolutionFilter1D( [NativeTypeName("GLenum")] uint target, @@ -120937,7 +53323,6 @@ void ConvolutionFilter1D( [NativeTypeName("const void *")] void* image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1D")] void ConvolutionFilter1D( @@ -120949,7 +53334,6 @@ void ConvolutionFilter1D( [NativeTypeName("const void *")] Ref image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] void ConvolutionFilter1DEXT( [NativeTypeName("GLenum")] uint target, @@ -120960,7 +53344,6 @@ void ConvolutionFilter1DEXT( [NativeTypeName("const void *")] void* image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter1DEXT")] void ConvolutionFilter1DEXT( @@ -120972,7 +53355,6 @@ void ConvolutionFilter1DEXT( [NativeTypeName("const void *")] Ref image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] void ConvolutionFilter2D( [NativeTypeName("GLenum")] uint target, @@ -120984,7 +53366,6 @@ void ConvolutionFilter2D( [NativeTypeName("const void *")] void* image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2D")] void ConvolutionFilter2D( @@ -120997,7 +53378,6 @@ void ConvolutionFilter2D( [NativeTypeName("const void *")] Ref image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] void ConvolutionFilter2DEXT( [NativeTypeName("GLenum")] uint target, @@ -121009,7 +53389,6 @@ void ConvolutionFilter2DEXT( [NativeTypeName("const void *")] void* image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionFilter2DEXT")] void ConvolutionFilter2DEXT( @@ -121022,7 +53401,6 @@ void ConvolutionFilter2DEXT( [NativeTypeName("const void *")] Ref image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] void ConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -121030,7 +53408,6 @@ void ConvolutionParameter( [NativeTypeName("GLfloat")] float @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterf")] void ConvolutionParameter( @@ -121039,7 +53416,6 @@ void ConvolutionParameter( [NativeTypeName("GLfloat")] float @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] void ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -121047,7 +53423,6 @@ void ConvolutionParameterEXT( [NativeTypeName("GLfloat")] float @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfEXT")] void ConvolutionParameterEXT( @@ -121056,7 +53431,6 @@ void ConvolutionParameterEXT( [NativeTypeName("GLfloat")] float @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] void ConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -121064,7 +53438,6 @@ void ConvolutionParameter( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfv")] void ConvolutionParameter( @@ -121073,7 +53446,6 @@ void ConvolutionParameter( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] void ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -121081,7 +53453,6 @@ void ConvolutionParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterfvEXT")] void ConvolutionParameterEXT( @@ -121090,7 +53461,6 @@ void ConvolutionParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] void ConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -121098,7 +53468,6 @@ void ConvolutionParameter( [NativeTypeName("GLint")] int @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteri")] void ConvolutionParameter( @@ -121107,7 +53476,6 @@ void ConvolutionParameter( [NativeTypeName("GLint")] int @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] void ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -121115,7 +53483,6 @@ void ConvolutionParameterEXT( [NativeTypeName("GLint")] int @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriEXT")] void ConvolutionParameterEXT( @@ -121124,7 +53491,6 @@ void ConvolutionParameterEXT( [NativeTypeName("GLint")] int @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] void ConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -121132,7 +53498,6 @@ void ConvolutionParameter( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameteriv")] void ConvolutionParameter( @@ -121141,7 +53506,6 @@ void ConvolutionParameter( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] void ConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -121149,7 +53513,6 @@ void ConvolutionParameterEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterivEXT")] void ConvolutionParameterEXT( @@ -121158,7 +53521,6 @@ void ConvolutionParameterEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] void ConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -121166,7 +53528,6 @@ void ConvolutionParameterxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxOES")] void ConvolutionParameterxOES( @@ -121175,7 +53536,6 @@ void ConvolutionParameterxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] void ConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -121183,7 +53543,6 @@ void ConvolutionParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glConvolutionParameterxvOES")] void ConvolutionParameterxOES( @@ -121192,40 +53551,6 @@ void ConvolutionParameterxOES( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] void CopyBufferSubData( [NativeTypeName("GLenum")] uint readTarget, @@ -121235,40 +53560,6 @@ void CopyBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_buffer", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubData")] void CopyBufferSubData( @@ -121279,7 +53570,6 @@ void CopyBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_NV_copy_buffer"])] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] void CopyBufferSubDataNV( [NativeTypeName("GLenum")] uint readTarget, @@ -121289,7 +53579,6 @@ void CopyBufferSubDataNV( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_NV_copy_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyBufferSubDataNV")] void CopyBufferSubDataNV( @@ -121300,7 +53589,6 @@ void CopyBufferSubDataNV( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] void CopyColorSubTable( [NativeTypeName("GLenum")] uint target, @@ -121310,7 +53598,6 @@ void CopyColorSubTable( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTable")] void CopyColorSubTable( @@ -121321,7 +53608,6 @@ void CopyColorSubTable( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] void CopyColorSubTableEXT( [NativeTypeName("GLenum")] uint target, @@ -121331,7 +53617,6 @@ void CopyColorSubTableEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_color_subtable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorSubTableEXT")] void CopyColorSubTableEXT( @@ -121342,7 +53627,6 @@ void CopyColorSubTableEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] void CopyColorTable( [NativeTypeName("GLenum")] uint target, @@ -121352,7 +53636,6 @@ void CopyColorTable( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorTable")] void CopyColorTable( @@ -121363,7 +53646,6 @@ void CopyColorTable( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] void CopyColorTableSGI( [NativeTypeName("GLenum")] uint target, @@ -121373,7 +53655,6 @@ void CopyColorTableSGI( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyColorTableSGI")] void CopyColorTableSGI( @@ -121384,7 +53665,6 @@ void CopyColorTableSGI( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] void CopyConvolutionFilter1D( [NativeTypeName("GLenum")] uint target, @@ -121394,7 +53674,6 @@ void CopyConvolutionFilter1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1D")] void CopyConvolutionFilter1D( @@ -121405,7 +53684,6 @@ void CopyConvolutionFilter1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] void CopyConvolutionFilter1DEXT( [NativeTypeName("GLenum")] uint target, @@ -121415,7 +53693,6 @@ void CopyConvolutionFilter1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter1DEXT")] void CopyConvolutionFilter1DEXT( @@ -121426,7 +53703,6 @@ void CopyConvolutionFilter1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] void CopyConvolutionFilter2D( [NativeTypeName("GLenum")] uint target, @@ -121437,7 +53713,6 @@ void CopyConvolutionFilter2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2D")] void CopyConvolutionFilter2D( @@ -121449,7 +53724,6 @@ void CopyConvolutionFilter2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] void CopyConvolutionFilter2DEXT( [NativeTypeName("GLenum")] uint target, @@ -121460,7 +53734,6 @@ void CopyConvolutionFilter2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyConvolutionFilter2DEXT")] void CopyConvolutionFilter2DEXT( @@ -121472,28 +53745,6 @@ void CopyConvolutionFilter2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] void CopyImageSubData( [NativeTypeName("GLuint")] uint srcName, @@ -121513,28 +53764,6 @@ void CopyImageSubData( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_copy_image", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubData")] void CopyImageSubData( @@ -121555,7 +53784,6 @@ void CopyImageSubData( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gles2", ["GL_EXT_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] void CopyImageSubDataEXT( [NativeTypeName("GLuint")] uint srcName, @@ -121575,7 +53803,6 @@ void CopyImageSubDataEXT( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gles2", ["GL_EXT_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataEXT")] void CopyImageSubDataEXT( @@ -121596,7 +53823,6 @@ void CopyImageSubDataEXT( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gl", ["GL_NV_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] void CopyImageSubDataNV( [NativeTypeName("GLuint")] uint srcName, @@ -121616,7 +53842,6 @@ void CopyImageSubDataNV( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_NV_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataNV")] void CopyImageSubDataNV( @@ -121637,7 +53862,6 @@ void CopyImageSubDataNV( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gles2", ["GL_OES_copy_image"])] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] void CopyImageSubDataOES( [NativeTypeName("GLuint")] uint srcName, @@ -121657,7 +53881,6 @@ void CopyImageSubDataOES( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gles2", ["GL_OES_copy_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyImageSubDataOES")] void CopyImageSubDataOES( @@ -121678,8 +53901,6 @@ void CopyImageSubDataOES( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] void CopyMultiTexImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -121692,8 +53913,6 @@ void CopyMultiTexImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage1DEXT")] void CopyMultiTexImage1DEXT( @@ -121707,8 +53926,6 @@ void CopyMultiTexImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] void CopyMultiTexImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -121722,8 +53939,6 @@ void CopyMultiTexImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexImage2DEXT")] void CopyMultiTexImage2DEXT( @@ -121738,8 +53953,6 @@ void CopyMultiTexImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -121751,8 +53964,6 @@ void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage1DEXT")] void CopyMultiTexSubImage1DEXT( @@ -121765,8 +53976,6 @@ void CopyMultiTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] void CopyMultiTexSubImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -121780,8 +53989,6 @@ void CopyMultiTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage2DEXT")] void CopyMultiTexSubImage2DEXT( @@ -121796,8 +54003,6 @@ void CopyMultiTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] void CopyMultiTexSubImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -121812,8 +54017,6 @@ void CopyMultiTexSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyMultiTexSubImage3DEXT")] void CopyMultiTexSubImage3DEXT( @@ -121829,16 +54032,6 @@ void CopyMultiTexSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyNamedBufferSubData")] void CopyNamedBufferSubData( [NativeTypeName("GLuint")] uint readBuffer, @@ -121848,40 +54041,12 @@ void CopyNamedBufferSubData( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCopyPathNV")] void CopyPathNV( [NativeTypeName("GLuint")] uint resultPath, [NativeTypeName("GLuint")] uint srcPath ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glCopyPixels")] void CopyPixels( [NativeTypeName("GLint")] int x, @@ -121891,31 +54056,6 @@ void CopyPixels( [NativeTypeName("GLenum")] uint type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyPixels")] void CopyPixels( @@ -121926,54 +54066,6 @@ void CopyPixels( [NativeTypeName("GLenum")] Constant type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] void CopyTexImage1D( [NativeTypeName("GLenum")] uint target, @@ -121985,54 +54077,6 @@ void CopyTexImage1D( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1D")] void CopyTexImage1D( @@ -122045,7 +54089,6 @@ void CopyTexImage1D( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] void CopyTexImage1DEXT( [NativeTypeName("GLenum")] uint target, @@ -122057,7 +54100,6 @@ void CopyTexImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage1DEXT")] void CopyTexImage1DEXT( @@ -122070,60 +54112,6 @@ void CopyTexImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] void CopyTexImage2D( [NativeTypeName("GLenum")] uint target, @@ -122136,60 +54124,6 @@ void CopyTexImage2D( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2D")] void CopyTexImage2D( @@ -122203,7 +54137,6 @@ void CopyTexImage2D( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] void CopyTexImage2DEXT( [NativeTypeName("GLenum")] uint target, @@ -122216,7 +54149,6 @@ void CopyTexImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexImage2DEXT")] void CopyTexImage2DEXT( @@ -122230,54 +54162,6 @@ void CopyTexImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] void CopyTexSubImage1D( [NativeTypeName("GLenum")] uint target, @@ -122288,54 +54172,6 @@ void CopyTexSubImage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1D")] void CopyTexSubImage1D( @@ -122347,7 +54183,6 @@ void CopyTexSubImage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] void CopyTexSubImage1DEXT( [NativeTypeName("GLenum")] uint target, @@ -122358,7 +54193,6 @@ void CopyTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage1DEXT")] void CopyTexSubImage1DEXT( @@ -122370,60 +54204,6 @@ void CopyTexSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] void CopyTexSubImage2D( [NativeTypeName("GLenum")] uint target, @@ -122436,60 +54216,6 @@ void CopyTexSubImage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2D")] void CopyTexSubImage2D( @@ -122503,7 +54229,6 @@ void CopyTexSubImage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] void CopyTexSubImage2DEXT( [NativeTypeName("GLenum")] uint target, @@ -122516,7 +54241,6 @@ void CopyTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage2DEXT")] void CopyTexSubImage2DEXT( @@ -122530,52 +54254,6 @@ void CopyTexSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] void CopyTexSubImage3D( [NativeTypeName("GLenum")] uint target, @@ -122589,52 +54267,6 @@ void CopyTexSubImage3D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3D")] void CopyTexSubImage3D( @@ -122649,7 +54281,6 @@ void CopyTexSubImage3D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] void CopyTexSubImage3DEXT( [NativeTypeName("GLenum")] uint target, @@ -122663,7 +54294,6 @@ void CopyTexSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_copy_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DEXT")] void CopyTexSubImage3DEXT( @@ -122678,7 +54308,6 @@ void CopyTexSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glCopyTexSubImage3DOES")] void CopyTexSubImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -122692,8 +54321,6 @@ void CopyTexSubImage3DOES( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] void CopyTextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -122706,8 +54333,6 @@ void CopyTextureImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage1DEXT")] void CopyTextureImage1DEXT( @@ -122721,8 +54346,6 @@ void CopyTextureImage1DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] void CopyTextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -122736,8 +54359,6 @@ void CopyTextureImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureImage2DEXT")] void CopyTextureImage2DEXT( @@ -122752,26 +54373,14 @@ void CopyTextureImage2DEXT( [NativeTypeName("GLint")] int border ); - [SupportedApiProfile("gles2", ["GL_APPLE_copy_texture_levels"])] - [SupportedApiProfile("gles1", ["GL_APPLE_copy_texture_levels"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureLevelsAPPLE")] - void CopyTextureLevelApple( + void CopyTextureLevelAPPLE( [NativeTypeName("GLuint")] uint destinationTexture, [NativeTypeName("GLuint")] uint sourceTexture, [NativeTypeName("GLint")] int sourceBaseLevel, [NativeTypeName("GLsizei")] uint sourceLevelCount ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1D")] void CopyTextureSubImage1D( [NativeTypeName("GLuint")] uint texture, @@ -122782,8 +54391,6 @@ void CopyTextureSubImage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] void CopyTextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -122795,8 +54402,6 @@ void CopyTextureSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage1DEXT")] void CopyTextureSubImage1DEXT( @@ -122809,16 +54414,6 @@ void CopyTextureSubImage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2D")] void CopyTextureSubImage2D( [NativeTypeName("GLuint")] uint texture, @@ -122831,8 +54426,6 @@ void CopyTextureSubImage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] void CopyTextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -122846,8 +54439,6 @@ void CopyTextureSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage2DEXT")] void CopyTextureSubImage2DEXT( @@ -122862,16 +54453,6 @@ void CopyTextureSubImage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3D")] void CopyTextureSubImage3D( [NativeTypeName("GLuint")] uint texture, @@ -122885,8 +54466,6 @@ void CopyTextureSubImage3D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] void CopyTextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -122901,8 +54480,6 @@ void CopyTextureSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCopyTextureSubImage3DEXT")] void CopyTextureSubImage3DEXT( @@ -122918,33 +54495,22 @@ void CopyTextureSubImage3DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] void CoverageMaskNV([NativeTypeName("GLboolean")] uint mask); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageMaskNV")] void CoverageMaskNV([NativeTypeName("GLboolean")] MaybeBool mask); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glCoverageModulationNV")] void CoverageModulationNV([NativeTypeName("GLenum")] uint components); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] void CoverageModulationTableNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] void CoverageModulationTableNV( @@ -122952,20 +54518,13 @@ void CoverageModulationTableNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverageModulationTableNV")] void CoverageModulationTableNV([NativeTypeName("const GLfloat *")] float v); - [SupportedApiProfile("gles2", ["GL_NV_coverage_sample"])] [NativeFunction("opengl", EntryPoint = "glCoverageOperationNV")] void CoverageOperationNV([NativeTypeName("GLenum")] uint operation); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] void CoverFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -122977,9 +54536,6 @@ void CoverFillPathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverFillPathInstancedNV")] void CoverFillPathInstancedNV( @@ -122992,18 +54548,12 @@ void CoverFillPathInstancedNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] void CoverFillPathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverFillPathNV")] void CoverFillPathNV( @@ -123011,9 +54561,6 @@ void CoverFillPathNV( [NativeTypeName("GLenum")] Constant coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] void CoverStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -123025,9 +54572,6 @@ void CoverStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathInstancedNV")] void CoverStrokePathInstancedNV( @@ -123040,18 +54584,12 @@ void CoverStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] void CoverStrokePathNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLenum")] uint coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCoverStrokePathNV")] void CoverStrokePathNV( @@ -123059,46 +54597,16 @@ void CoverStrokePathNV( [NativeTypeName("GLenum")] Constant coverMode ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] uint CreateBuffer(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] void CreateBuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* buffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateBuffers")] void CreateBuffers( @@ -123106,16 +54614,12 @@ void CreateBuffers( [NativeTypeName("GLuint *")] Ref buffers ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] void CreateCommandListsNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* lists ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] void CreateCommandListsNV( @@ -123123,52 +54627,20 @@ void CreateCommandListsNV( [NativeTypeName("GLuint *")] Ref lists ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateCommandListsNV")] uint CreateCommandListsNV(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] uint CreateFramebuffer(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] void CreateFramebuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* framebuffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateFramebuffers")] void CreateFramebuffers( @@ -123176,16 +54648,12 @@ void CreateFramebuffers( [NativeTypeName("GLuint *")] Ref framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] void CreateMemoryObjectsEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* memoryObjects ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] void CreateMemoryObjectsEXT( @@ -123193,130 +54661,45 @@ void CreateMemoryObjectsEXT( [NativeTypeName("GLuint *")] Ref memoryObjects ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateMemoryObjectsEXT")] uint CreateMemoryObjectsEXT(); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] - void CreatePerfQueryIntel( + void CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* queryHandle ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] - void CreatePerfQueryIntel( + void CreatePerfQueryINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref queryHandle ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreatePerfQueryINTEL")] - uint CreatePerfQueryIntel(); + uint CreatePerfQueryINTEL(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCreateProgram")] uint CreateProgram(); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateProgramObjectARB")] uint CreateProgramObjectARB(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] uint CreateProgramPipeline(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] void CreateProgramPipelines( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* pipelines ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateProgramPipelines")] void CreateProgramPipelines( @@ -123325,20 +54708,9 @@ void CreateProgramPipelines( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glCreateProgressFenceNVX")] uint CreateProgressFenceNVX(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] void CreateQueries( [NativeTypeName("GLenum")] uint target, @@ -123346,16 +54718,6 @@ void CreateQueries( [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] void CreateQueries( @@ -123364,60 +54726,20 @@ void CreateQueries( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateQueries")] uint CreateQuery([NativeTypeName("GLenum")] Constant target); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] uint CreateRenderbuffer(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] void CreateRenderbuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* renderbuffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateRenderbuffers")] void CreateRenderbuffers( @@ -123425,46 +54747,16 @@ void CreateRenderbuffers( [NativeTypeName("GLuint *")] Ref renderbuffers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] uint CreateSampler(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] void CreateSamplers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* samplers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSamplers")] void CreateSamplers( @@ -123472,16 +54764,12 @@ void CreateSamplers( [NativeTypeName("GLuint *")] Ref samplers ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] void CreateSemaphoresNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* semaphores ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] void CreateSemaphoresNV( @@ -123489,114 +54777,24 @@ void CreateSemaphoresNV( [NativeTypeName("GLuint *")] Ref semaphores ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSemaphoresNV")] uint CreateSemaphoresNV(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glCreateShader")] uint CreateShader([NativeTypeName("GLenum")] uint type); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShader")] uint CreateShader([NativeTypeName("GLenum")] Constant type); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] uint CreateShaderObjectARB([NativeTypeName("GLenum")] uint shaderType); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderObjectARB")] uint CreateShaderObjectARB( @@ -123604,8 +54802,6 @@ uint CreateShaderObjectARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] uint CreateShaderProgramEXT( [NativeTypeName("GLenum")] uint type, @@ -123613,8 +54809,6 @@ uint CreateShaderProgramEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramEXT")] uint CreateShaderProgramEXT( @@ -123623,32 +54817,6 @@ uint CreateShaderProgramEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] uint CreateShaderProgram( [NativeTypeName("GLenum")] uint type, @@ -123657,32 +54825,6 @@ uint CreateShaderProgram( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramv")] uint CreateShaderProgram( @@ -123692,7 +54834,6 @@ uint CreateShaderProgram( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] uint CreateShaderProgramEXT( [NativeTypeName("GLenum")] uint type, @@ -123701,7 +54842,6 @@ uint CreateShaderProgramEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateShaderProgramvEXT")] uint CreateShaderProgramEXT( @@ -123710,16 +54850,12 @@ uint CreateShaderProgramEXT( [NativeTypeName("const GLchar *const *")] Ref2D strings ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] void CreateStatesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* states ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] void CreateStatesNV( @@ -123727,15 +54863,11 @@ void CreateStatesNV( [NativeTypeName("GLuint *")] Ref states ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateStatesNV")] uint CreateStatesNV(); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_ARB_cl_event"])] - [SupportedApiProfile("glcore", ["GL_ARB_cl_event"])] [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] Sync* CreateSyncFromCLeventARB( [NativeTypeName("struct _cl_context *")] void* context, @@ -123744,8 +54876,6 @@ void CreateStatesNV( ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_ARB_cl_event"])] - [SupportedApiProfile("glcore", ["GL_ARB_cl_event"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateSyncFromCLeventARB")] Ptr CreateSyncFromCLeventARB( @@ -123754,30 +54884,10 @@ Ptr CreateSyncFromCLeventARB( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] uint CreateTexture([NativeTypeName("GLenum")] Constant target); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] void CreateTextures( [NativeTypeName("GLenum")] uint target, @@ -123785,16 +54895,6 @@ void CreateTextures( [NativeTypeName("GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTextures")] void CreateTextures( @@ -123803,46 +54903,16 @@ void CreateTextures( [NativeTypeName("GLuint *")] Ref textures ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] uint CreateTransformFeedback(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] void CreateTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateTransformFeedbacks")] void CreateTransformFeedbacks( @@ -123850,46 +54920,16 @@ void CreateTransformFeedbacks( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] uint CreateVertexArray(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] void CreateVertexArrays( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glCreateVertexArrays")] void CreateVertexArrays( @@ -123897,133 +54937,19 @@ void CreateVertexArrays( [NativeTypeName("GLuint *")] Ref arrays ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glCullFace")] void CullFace([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullFace")] void CullFace([NativeTypeName("GLenum")] Constant mode); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] void CullParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullParameterdvEXT")] void CullParameterEXT( @@ -124031,14 +54957,12 @@ void CullParameterEXT( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] void CullParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_cull_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glCullParameterfvEXT")] void CullParameterEXT( @@ -124046,24 +54970,12 @@ void CullParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glCurrentPaletteMatrixARB")] void CurrentPaletteMatrixARB([NativeTypeName("GLint")] int index); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glCurrentPaletteMatrixOES")] void CurrentPaletteMatrixOES([NativeTypeName("GLuint")] uint matrixpaletteindex); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] void DebugMessageCallback( [NativeTypeName("GLDEBUGPROC")] @@ -124071,16 +54983,6 @@ void DebugMessageCallback( [NativeTypeName("const void *")] void* userParam ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallback")] void DebugMessageCallback( @@ -124089,7 +54991,6 @@ void DebugMessageCallback( [NativeTypeName("const void *")] Ref userParam ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] void DebugMessageCallbackAMD( [NativeTypeName("GLDEBUGPROCAMD")] @@ -124097,7 +54998,6 @@ void DebugMessageCallbackAMD( void* userParam ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackAMD")] void DebugMessageCallbackAMD( @@ -124106,8 +55006,6 @@ void DebugMessageCallbackAMD( Ref userParam ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] void DebugMessageCallbackARB( [NativeTypeName("GLDEBUGPROCARB")] @@ -124115,8 +55013,6 @@ void DebugMessageCallbackARB( [NativeTypeName("const void *")] void* userParam ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackARB")] void DebugMessageCallbackARB( @@ -124125,7 +55021,6 @@ void DebugMessageCallbackARB( [NativeTypeName("const void *")] Ref userParam ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] void DebugMessageCallbackKHR( [NativeTypeName("GLDEBUGPROCKHR")] @@ -124133,7 +55028,6 @@ void DebugMessageCallbackKHR( [NativeTypeName("const void *")] void* userParam ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageCallbackKHR")] void DebugMessageCallbackKHR( @@ -124142,16 +55036,6 @@ void DebugMessageCallbackKHR( [NativeTypeName("const void *")] Ref userParam ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] void DebugMessageControl( [NativeTypeName("GLenum")] uint source, @@ -124162,16 +55046,6 @@ void DebugMessageControl( [NativeTypeName("GLboolean")] uint enabled ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] void DebugMessageControl( @@ -124183,16 +55057,6 @@ void DebugMessageControl( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControl")] void DebugMessageControl( @@ -124203,8 +55067,6 @@ void DebugMessageControl( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] void DebugMessageControlARB( [NativeTypeName("GLenum")] uint source, @@ -124215,8 +55077,6 @@ void DebugMessageControlARB( [NativeTypeName("GLboolean")] uint enabled ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] void DebugMessageControlARB( @@ -124228,8 +55088,6 @@ void DebugMessageControlARB( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlARB")] void DebugMessageControlARB( @@ -124240,7 +55098,6 @@ void DebugMessageControlARB( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] void DebugMessageControlKHR( [NativeTypeName("GLenum")] uint source, @@ -124251,7 +55108,6 @@ void DebugMessageControlKHR( [NativeTypeName("GLboolean")] uint enabled ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageControlKHR")] void DebugMessageControlKHR( @@ -124263,7 +55119,6 @@ void DebugMessageControlKHR( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] void DebugMessageEnableAMD( [NativeTypeName("GLenum")] uint category, @@ -124273,7 +55128,6 @@ void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] uint enabled ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] void DebugMessageEnableAMD( @@ -124284,7 +55138,6 @@ void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageEnableAMD")] void DebugMessageEnableAMD( @@ -124294,16 +55147,6 @@ void DebugMessageEnableAMD( [NativeTypeName("GLboolean")] MaybeBool enabled ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] void DebugMessageInsert( [NativeTypeName("GLenum")] uint source, @@ -124314,16 +55157,6 @@ void DebugMessageInsert( [NativeTypeName("const GLchar *")] sbyte* buf ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsert")] void DebugMessageInsert( @@ -124335,7 +55168,6 @@ void DebugMessageInsert( [NativeTypeName("const GLchar *")] Ref buf ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] void DebugMessageInsertAMD( [NativeTypeName("GLenum")] uint category, @@ -124345,7 +55177,6 @@ void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] sbyte* buf ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] void DebugMessageInsertAMD( @@ -124356,7 +55187,6 @@ void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] Ref buf ); - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertAMD")] void DebugMessageInsertAMD( @@ -124366,8 +55196,6 @@ void DebugMessageInsertAMD( [NativeTypeName("const GLchar *")] sbyte buf ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] void DebugMessageInsertARB( [NativeTypeName("GLenum")] uint source, @@ -124378,8 +55206,6 @@ void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] sbyte* buf ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] void DebugMessageInsertARB( @@ -124391,8 +55217,6 @@ void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] Ref buf ); - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertARB")] void DebugMessageInsertARB( @@ -124403,7 +55227,6 @@ void DebugMessageInsertARB( [NativeTypeName("const GLchar *")] sbyte buf ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] void DebugMessageInsertKHR( [NativeTypeName("GLenum")] uint source, @@ -124414,7 +55237,6 @@ void DebugMessageInsertKHR( [NativeTypeName("const GLchar *")] sbyte* buf ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDebugMessageInsertKHR")] void DebugMessageInsertKHR( @@ -124426,7 +55248,6 @@ void DebugMessageInsertKHR( [NativeTypeName("const GLchar *")] Ref buf ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] void DeformationMap3SGIX( [NativeTypeName("GLenum")] uint target, @@ -124445,7 +55266,6 @@ void DeformationMap3SGIX( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformationMap3dSGIX")] void DeformationMap3SGIX( @@ -124465,7 +55285,6 @@ void DeformationMap3SGIX( [NativeTypeName("const GLdouble *")] Ref points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] void DeformationMap3SGIX( [NativeTypeName("GLenum")] uint target, @@ -124484,7 +55303,6 @@ void DeformationMap3SGIX( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformationMap3fSGIX")] void DeformationMap3SGIX( @@ -124504,170 +55322,29 @@ void DeformationMap3SGIX( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] void DeformSGIX([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeformSGIX")] void DeformSGIX([NativeTypeName("GLbitfield")] Constant mask); - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glDeleteAsyncMarkersSGIX")] void DeleteAsyncMarkersSGIX( [NativeTypeName("GLuint")] uint marker, [NativeTypeName("GLsizei")] uint range ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] void DeleteBuffer([NativeTypeName("const GLuint *")] uint buffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] void DeleteBuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* buffers ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffers")] void DeleteBuffers( @@ -124675,14 +55352,12 @@ void DeleteBuffers( [NativeTypeName("const GLuint *")] Ref buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] void DeleteBuffersARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] void DeleteBuffersARB( @@ -124690,21 +55365,16 @@ void DeleteBuffersARB( [NativeTypeName("const GLuint *")] Ref buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteBuffersARB")] void DeleteBuffersARB([NativeTypeName("const GLuint *")] uint buffers); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] void DeleteCommandListsNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* lists ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] void DeleteCommandListsNV( @@ -124712,44 +55382,33 @@ void DeleteCommandListsNV( [NativeTypeName("const GLuint *")] Ref lists ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteCommandListsNV")] void DeleteCommandListsNV([NativeTypeName("const GLuint *")] uint lists); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] - void DeleteFencesApple( + void DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* fences ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] - void DeleteFencesApple( + void DeleteFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref fences ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesAPPLE")] - void DeleteFencesApple([NativeTypeName("const GLuint *")] uint fences); + void DeleteFencesAPPLE([NativeTypeName("const GLuint *")] uint fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] void DeleteFencesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* fences ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] void DeleteFencesNV( @@ -124757,150 +55416,23 @@ void DeleteFencesNV( [NativeTypeName("const GLuint *")] Ref fences ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFencesNV")] void DeleteFencesNV([NativeTypeName("const GLuint *")] uint fences); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glDeleteFragmentShaderATI")] void DeleteFragmentShaderATI([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] void DeleteFramebuffer([NativeTypeName("const GLuint *")] uint framebuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] void DeleteFramebuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* framebuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffers")] void DeleteFramebuffers( @@ -124908,14 +55440,12 @@ void DeleteFramebuffers( [NativeTypeName("const GLuint *")] Ref framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] void DeleteFramebuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] void DeleteFramebuffersEXT( @@ -124923,24 +55453,20 @@ void DeleteFramebuffersEXT( [NativeTypeName("const GLuint *")] Ref framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersEXT")] void DeleteFramebuffersEXT([NativeTypeName("const GLuint *")] uint framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] - void DeleteFramebuffersO([NativeTypeName("const GLuint *")] uint framebuffers); + void DeleteFramebuffersOOES([NativeTypeName("const GLuint *")] uint framebuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] void DeleteFramebuffersOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* framebuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteFramebuffersOES")] void DeleteFramebuffersOES( @@ -124948,44 +55474,15 @@ void DeleteFramebuffersOES( [NativeTypeName("const GLuint *")] Ref framebuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteLists")] void DeleteLists([NativeTypeName("GLuint")] uint list, [NativeTypeName("GLsizei")] uint range); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] void DeleteMemoryObjectsEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* memoryObjects ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] void DeleteMemoryObjectsEXT( @@ -124993,22 +55490,16 @@ void DeleteMemoryObjectsEXT( [NativeTypeName("const GLuint *")] Ref memoryObjects ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteMemoryObjectsEXT")] void DeleteMemoryObjectsEXT([NativeTypeName("const GLuint *")] uint memoryObjects); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] void DeleteNamedStringARB( [NativeTypeName("GLint")] int namelen, [NativeTypeName("const GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] void DeleteNamedStringARB( @@ -125016,13 +55507,10 @@ void DeleteNamedStringARB( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamedStringARB")] void DeleteNamedStringARB([NativeTypeName("const GLchar *")] sbyte name); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] void DeleteNamesAMD( [NativeTypeName("GLenum")] uint identifier, @@ -125030,7 +55518,6 @@ void DeleteNamesAMD( [NativeTypeName("const GLuint *")] uint* names ); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] void DeleteNamesAMD( @@ -125039,7 +55526,6 @@ void DeleteNamesAMD( [NativeTypeName("const GLuint *")] Ref names ); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteNamesAMD")] void DeleteNamesAMD( @@ -125047,18 +55533,15 @@ void DeleteNamesAMD( [NativeTypeName("const GLuint *")] uint names ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDeleteObjectARB")] void DeleteObjectARB([NativeTypeName("GLhandleARB")] uint obj); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] void DeleteOcclusionQueriesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] void DeleteOcclusionQueriesNV( @@ -125066,29 +55549,19 @@ void DeleteOcclusionQueriesNV( [NativeTypeName("const GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteOcclusionQueriesNV")] void DeleteOcclusionQueriesNV([NativeTypeName("const GLuint *")] uint ids); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glDeletePathsNV")] void DeletePathNV([NativeTypeName("GLuint")] uint path, [NativeTypeName("GLsizei")] uint range); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] void DeletePerfMonitorsAMD( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* monitors ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] void DeletePerfMonitorsAMD( @@ -125096,153 +55569,26 @@ void DeletePerfMonitorsAMD( [NativeTypeName("GLuint *")] Ref monitors ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeletePerfMonitorsAMD")] uint DeletePerfMonitorsAMD(); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glDeletePerfQueryINTEL")] - void DeletePerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] + void DeletePerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle); + [NativeFunction("opengl", EntryPoint = "glDeleteProgram")] void DeleteProgram([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] void DeleteProgramPipeline([NativeTypeName("const GLuint *")] uint pipelines); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] void DeleteProgramPipelines( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* pipelines ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelines")] void DeleteProgramPipelines( @@ -125250,14 +55596,12 @@ void DeleteProgramPipelines( [NativeTypeName("const GLuint *")] Ref pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] void DeleteProgramPipelinesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] void DeleteProgramPipelinesEXT( @@ -125265,19 +55609,16 @@ void DeleteProgramPipelinesEXT( [NativeTypeName("const GLuint *")] Ref pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramPipelinesEXT")] void DeleteProgramPipelinesEXT([NativeTypeName("const GLuint *")] uint pipelines); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] void DeleteProgramARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] void DeleteProgramARB( @@ -125285,19 +55626,16 @@ void DeleteProgramARB( [NativeTypeName("const GLuint *")] Ref programs ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsARB")] void DeleteProgramARB([NativeTypeName("const GLuint *")] uint programs); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] void DeleteProgramNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] void DeleteProgramNV( @@ -125305,97 +55643,16 @@ void DeleteProgramNV( [NativeTypeName("const GLuint *")] Ref programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteProgramsNV")] void DeleteProgramNV([NativeTypeName("const GLuint *")] uint programs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] void DeleteQueries( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] void DeleteQueries( @@ -125403,14 +55660,12 @@ void DeleteQueries( [NativeTypeName("const GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] void DeleteQueriesARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] void DeleteQueriesARB( @@ -125418,25 +55673,16 @@ void DeleteQueriesARB( [NativeTypeName("const GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesARB")] void DeleteQueriesARB([NativeTypeName("const GLuint *")] uint ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] void DeleteQueriesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] void DeleteQueriesEXT( @@ -125444,66 +55690,20 @@ void DeleteQueriesEXT( [NativeTypeName("const GLuint *")] Ref ids ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueriesEXT")] void DeleteQueriesEXT([NativeTypeName("const GLuint *")] uint ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueries")] void DeleteQuery([NativeTypeName("const GLuint *")] uint ids); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] void DeleteQueryResourceTagNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLint *")] int* tagIds ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] void DeleteQueryResourceTagNV( @@ -125511,144 +55711,20 @@ void DeleteQueryResourceTagNV( [NativeTypeName("const GLint *")] Ref tagIds ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteQueryResourceTagNV")] void DeleteQueryResourceTagNV([NativeTypeName("const GLint *")] int tagIds); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] void DeleteRenderbuffer([NativeTypeName("const GLuint *")] uint renderbuffers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] void DeleteRenderbuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* renderbuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffers")] void DeleteRenderbuffers( @@ -125656,14 +55732,12 @@ void DeleteRenderbuffers( [NativeTypeName("const GLuint *")] Ref renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] void DeleteRenderbuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] void DeleteRenderbuffersEXT( @@ -125671,24 +55745,20 @@ void DeleteRenderbuffersEXT( [NativeTypeName("const GLuint *")] Ref renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersEXT")] void DeleteRenderbuffersEXT([NativeTypeName("const GLuint *")] uint renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] - void DeleteRenderbuffersO([NativeTypeName("const GLuint *")] uint renderbuffers); + void DeleteRenderbuffersOOES([NativeTypeName("const GLuint *")] uint renderbuffers); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] void DeleteRenderbuffersOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* renderbuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteRenderbuffersOES")] void DeleteRenderbuffersOES( @@ -125696,121 +55766,16 @@ void DeleteRenderbuffersOES( [NativeTypeName("const GLuint *")] Ref renderbuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] void DeleteSampler([NativeTypeName("const GLuint *")] uint samplers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] void DeleteSamplers( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* samplers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSamplers")] void DeleteSamplers( @@ -125818,16 +55783,12 @@ void DeleteSamplers( [NativeTypeName("const GLuint *")] Ref samplers ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] void DeleteSemaphoresEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* semaphores ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] void DeleteSemaphoresEXT( @@ -125835,68 +55796,19 @@ void DeleteSemaphoresEXT( [NativeTypeName("const GLuint *")] Ref semaphores ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSemaphoresEXT")] void DeleteSemaphoresEXT([NativeTypeName("const GLuint *")] uint semaphores); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteShader")] void DeleteShader([NativeTypeName("GLuint")] uint shader); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] void DeleteStatesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* states ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] void DeleteStatesNV( @@ -125904,266 +55816,34 @@ void DeleteStatesNV( [NativeTypeName("const GLuint *")] Ref states ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteStatesNV")] void DeleteStatesNV([NativeTypeName("const GLuint *")] uint states); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDeleteSync")] void DeleteSync([NativeTypeName("GLsync")] Sync* sync); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSync")] void DeleteSync([NativeTypeName("GLsync")] Ref sync); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] - void DeleteSyncApple([NativeTypeName("GLsync")] Sync* sync); + void DeleteSyncAPPLE([NativeTypeName("GLsync")] Sync* sync); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteSyncAPPLE")] - void DeleteSyncApple([NativeTypeName("GLsync")] Ref sync); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] + void DeleteSyncAPPLE([NativeTypeName("GLsync")] Ref sync); + [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] void DeleteTexture([NativeTypeName("const GLuint *")] uint textures); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] void DeleteTextures( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTextures")] void DeleteTextures( @@ -126171,14 +55851,12 @@ void DeleteTextures( [NativeTypeName("const GLuint *")] Ref textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] void DeleteTexturesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] void DeleteTexturesEXT( @@ -126186,105 +55864,20 @@ void DeleteTexturesEXT( [NativeTypeName("const GLuint *")] Ref textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTexturesEXT")] void DeleteTexturesEXT([NativeTypeName("const GLuint *")] uint textures); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] void DeleteTransformFeedback([NativeTypeName("const GLuint *")] uint ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] void DeleteTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacks")] void DeleteTransformFeedbacks( @@ -126292,14 +55885,12 @@ void DeleteTransformFeedbacks( [NativeTypeName("const GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] void DeleteTransformFeedbacksNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] void DeleteTransformFeedbacksNV( @@ -126307,129 +55898,20 @@ void DeleteTransformFeedbacksNV( [NativeTypeName("const GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteTransformFeedbacksNV")] void DeleteTransformFeedbacksNV([NativeTypeName("const GLuint *")] uint ids); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] void DeleteVertexArray([NativeTypeName("const GLuint *")] uint arrays); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] void DeleteVertexArrays( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArrays")] void DeleteVertexArrays( @@ -126437,42 +55919,33 @@ void DeleteVertexArrays( [NativeTypeName("const GLuint *")] Ref arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] - void DeleteVertexArraysApple( + void DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] - void DeleteVertexArraysApple( + void DeleteVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] Ref arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysAPPLE")] - void DeleteVertexArraysApple([NativeTypeName("const GLuint *")] uint arrays); + void DeleteVertexArraysAPPLE([NativeTypeName("const GLuint *")] uint arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] - void DeleteVertexArraysO([NativeTypeName("const GLuint *")] uint arrays); + void DeleteVertexArraysOOES([NativeTypeName("const GLuint *")] uint arrays); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] void DeleteVertexArraysOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* arrays ); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDeleteVertexArraysOES")] void DeleteVertexArraysOES( @@ -126480,318 +55953,38 @@ void DeleteVertexArraysOES( [NativeTypeName("const GLuint *")] Ref arrays ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDeleteVertexShaderEXT")] void DeleteVertexShaderEXT([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glDepthBoundsdNV")] void DepthBoundsNV( [NativeTypeName("GLdouble")] double zmin, [NativeTypeName("GLdouble")] double zmax ); - [SupportedApiProfile("gl", ["GL_EXT_depth_bounds_test"])] [NativeFunction("opengl", EntryPoint = "glDepthBoundsEXT")] void DepthBoundsEXT( [NativeTypeName("GLclampd")] double zmin, [NativeTypeName("GLclampd")] double zmax ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthFunc")] void DepthFunc([NativeTypeName("GLenum")] uint func); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthFunc")] void DepthFunc([NativeTypeName("GLenum")] Constant func); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthMask")] void DepthMask([NativeTypeName("GLboolean")] uint flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthMask")] void DepthMask([NativeTypeName("GLboolean")] MaybeBool flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDepthRange")] void DepthRange([NativeTypeName("GLdouble")] double n, [NativeTypeName("GLdouble")] double f); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] void DepthRangeArrayNV( [NativeTypeName("GLuint")] uint first, @@ -126799,8 +55992,6 @@ void DepthRangeArrayNV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArraydvNV")] void DepthRangeArrayNV( @@ -126809,7 +56000,6 @@ void DepthRangeArrayNV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] void DepthRangeArrayNV( [NativeTypeName("GLuint")] uint first, @@ -126817,7 +56007,6 @@ void DepthRangeArrayNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvNV")] void DepthRangeArrayNV( @@ -126826,7 +56015,6 @@ void DepthRangeArrayNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] void DepthRangeArrayOES( [NativeTypeName("GLuint")] uint first, @@ -126834,7 +56022,6 @@ void DepthRangeArrayOES( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayfvOES")] void DepthRangeArrayOES( @@ -126843,32 +56030,6 @@ void DepthRangeArrayOES( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] void DepthRangeArray( [NativeTypeName("GLuint")] uint first, @@ -126876,32 +56037,6 @@ void DepthRangeArray( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] void DepthRangeArray( @@ -126910,32 +56045,6 @@ void DepthRangeArray( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDepthRangeArrayv")] void DepthRangeArray( @@ -126943,80 +56052,18 @@ void DepthRangeArray( [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_NV_depth_buffer_float"])] - [SupportedApiProfile("glcore", ["GL_NV_depth_buffer_float"])] [NativeFunction("opengl", EntryPoint = "glDepthRangedNV")] void DepthRangeNV( [NativeTypeName("GLdouble")] double zNear, [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glDepthRangef")] void DepthRange([NativeTypeName("GLfloat")] float n, [NativeTypeName("GLfloat")] float f); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glDepthRangefOES")] void DepthRangeOES([NativeTypeName("GLclampf")] float n, [NativeTypeName("GLclampf")] float f); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexed")] void DepthRangeIndexed( [NativeTypeName("GLuint")] uint index, @@ -127024,8 +56071,6 @@ void DepthRangeIndexed( [NativeTypeName("GLdouble")] double f ); - [SupportedApiProfile("gl", ["GL_ARB_viewport_array"])] - [SupportedApiProfile("glcore", ["GL_ARB_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexeddNV")] void DepthRangeIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -127033,7 +56078,6 @@ void DepthRangeIndexedNV( [NativeTypeName("GLdouble")] double f ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexedfNV")] void DepthRangeIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -127041,7 +56085,6 @@ void DepthRangeIndexedNV( [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDepthRangeIndexedfOES")] void DepthRangeIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -127049,72 +56092,24 @@ void DepthRangeIndexedOES( [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDepthRangex")] void DepthRangex([NativeTypeName("GLfixed")] int n, [NativeTypeName("GLfixed")] int f); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glDepthRangexOES")] void DepthRangexOES([NativeTypeName("GLfixed")] int n, [NativeTypeName("GLfixed")] int f); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glDetachObjectARB")] void DetachObjectARB( [NativeTypeName("GLhandleARB")] uint containerObj, [NativeTypeName("GLhandleARB")] uint attachedObj ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDetachShader")] void DetachShader( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLuint")] uint shader ); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] void DetailTexFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -127122,7 +56117,6 @@ void DetailTexFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDetailTexFuncSGIS")] void DetailTexFuncSGIS( @@ -127131,192 +56125,26 @@ void DetailTexFuncSGIS( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDisable")] void Disable([NativeTypeName("GLenum")] uint cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisable")] void Disable([NativeTypeName("GLenum")] Constant cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDisableClientState")] void DisableClientState([NativeTypeName("GLenum")] uint array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientState")] void DisableClientState([NativeTypeName("GLenum")] Constant array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] void DisableClientStateEXT( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientStateiEXT")] void DisableClientStateEXT( @@ -127324,16 +56152,12 @@ void DisableClientStateEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] void DisableClientStateIndexedEXT( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableClientStateIndexedEXT")] void DisableClientStateIndexedEXT( @@ -127341,82 +56165,12 @@ void DisableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glDisableDriverControlQCOM")] void DisableDriverControlQCOM([NativeTypeName("GLuint")] uint driverControl); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glDisablei")] void Disable([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisablei")] void Disable( @@ -127424,11 +56178,9 @@ void Disable( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] void DisableEXT([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiEXT")] void DisableEXT( @@ -127436,16 +56188,12 @@ void DisableEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] void DisableIndexedEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableIndexedEXT")] void DisableIndexedEXT( @@ -127453,11 +56201,9 @@ void DisableIndexedEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDisableiNV")] void DisableNV([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiNV")] void DisableNV( @@ -127465,11 +56211,9 @@ void DisableNV( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glDisableiOES")] void DisableOES([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableiOES")] void DisableOES( @@ -127477,44 +56221,27 @@ void DisableOES( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDisableVariantClientStateEXT")] void DisableVariantClientStateEXT([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayAttrib")] void DisableVertexArrayAttrib( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayAttribEXT")] void DisableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] void DisableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] uint array ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDisableVertexArrayEXT")] void DisableVertexArrayEXT( @@ -127522,65 +56249,18 @@ void DisableVertexArrayEXT( [NativeTypeName("GLenum")] Constant array ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribAPPLE")] - void DisableVertexAttribApple( + void DisableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribArray")] void DisableVertexAttribArray([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glDisableVertexAttribArrayARB")] void DisableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] void DiscardFramebufferEXT( [NativeTypeName("GLenum")] uint target, @@ -127588,8 +56268,6 @@ void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] uint* attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] void DiscardFramebufferEXT( @@ -127598,8 +56276,6 @@ void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] void DiscardFramebufferEXT( @@ -127607,8 +56283,6 @@ void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] uint attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] void DiscardFramebufferEXT( @@ -127617,8 +56291,6 @@ void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] void DiscardFramebufferEXT( @@ -127626,8 +56298,6 @@ void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] GLEnum attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] void DiscardFramebufferEXT( @@ -127636,8 +56306,6 @@ void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile("gles2", ["GL_EXT_discard_framebuffer"])] - [SupportedApiProfile("gles1", ["GL_EXT_discard_framebuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDiscardFramebufferEXT")] void DiscardFramebufferEXT( @@ -127645,28 +56313,6 @@ void DiscardFramebufferEXT( [NativeTypeName("const GLenum *")] InvalidateFramebufferAttachment attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDispatchCompute")] void DispatchCompute( [NativeTypeName("GLuint")] uint num_groups_x, @@ -127674,8 +56320,6 @@ void DispatchCompute( [NativeTypeName("GLuint")] uint num_groups_z ); - [SupportedApiProfile("gl", ["GL_ARB_compute_variable_group_size"])] - [SupportedApiProfile("glcore", ["GL_ARB_compute_variable_group_size"])] [NativeFunction("opengl", EntryPoint = "glDispatchComputeGroupSizeARB")] void DispatchComputeGroupSizeARB( [NativeTypeName("GLuint")] uint num_groups_x, @@ -127686,85 +56330,9 @@ void DispatchComputeGroupSizeARB( [NativeTypeName("GLuint")] uint group_size_z ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_compute_shader", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glDispatchComputeIndirect")] void DispatchComputeIndirect([NativeTypeName("GLintptr")] nint indirect); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDrawArrays")] void DrawArrays( [NativeTypeName("GLenum")] uint mode, @@ -127772,60 +56340,6 @@ void DrawArrays( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArrays")] void DrawArrays( @@ -127834,7 +56348,6 @@ void DrawArrays( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] void DrawArraysEXT( [NativeTypeName("GLenum")] uint mode, @@ -127842,7 +56355,6 @@ void DrawArraysEXT( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysEXT")] void DrawArraysEXT( @@ -127851,68 +56363,12 @@ void DrawArraysEXT( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] void DrawArraysIndirect( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const void *")] void* indirect ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysIndirect")] void DrawArraysIndirect( @@ -127920,38 +56376,6 @@ void DrawArraysIndirect( [NativeTypeName("const void *")] Ref indirect ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] void DrawArraysInstanced( [NativeTypeName("GLenum")] uint mode, @@ -127960,38 +56384,6 @@ void DrawArraysInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstanced")] void DrawArraysInstanced( @@ -128001,27 +56393,23 @@ void DrawArraysInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] - void DrawArraysInstancedAngle( + void DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedANGLE")] - void DrawArraysInstancedAngle( + void DrawArraysInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] void DrawArraysInstancedARB( [NativeTypeName("GLenum")] uint mode, @@ -128030,8 +56418,6 @@ void DrawArraysInstancedARB( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedARB")] void DrawArraysInstancedARB( @@ -128041,30 +56427,6 @@ void DrawArraysInstancedARB( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] void DrawArraysInstancedBaseInstance( [NativeTypeName("GLenum")] uint mode, @@ -128074,30 +56436,6 @@ void DrawArraysInstancedBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstance")] void DrawArraysInstancedBaseInstance( @@ -128108,7 +56446,6 @@ void DrawArraysInstancedBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] void DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLenum")] uint mode, @@ -128118,7 +56455,6 @@ void DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedBaseInstanceEXT")] void DrawArraysInstancedBaseInstanceEXT( @@ -128129,9 +56465,6 @@ void DrawArraysInstancedBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] void DrawArraysInstancedEXT( [NativeTypeName("GLenum")] uint mode, @@ -128140,9 +56473,6 @@ void DrawArraysInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedEXT")] void DrawArraysInstancedEXT( @@ -128152,7 +56482,6 @@ void DrawArraysInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] void DrawArraysInstancedNV( [NativeTypeName("GLenum")] uint mode, @@ -128161,7 +56490,6 @@ void DrawArraysInstancedNV( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawArraysInstancedNV")] void DrawArraysInstancedNV( @@ -128171,279 +56499,27 @@ void DrawArraysInstancedNV( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] void DrawBuffer([NativeTypeName("GLenum")] uint buf); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffer")] void DrawBuffer([NativeTypeName("GLenum")] Constant buf); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] void DrawBuffer([NativeTypeName("const GLenum *")] GLEnum bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] void DrawBuffer([NativeTypeName("const GLenum *")] DrawBufferMode bufs); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] void DrawBuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] void DrawBuffers( @@ -128451,44 +56527,6 @@ void DrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] void DrawBuffers( @@ -128496,44 +56534,6 @@ void DrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffers")] void DrawBuffers( @@ -128541,14 +56541,12 @@ void DrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] void DrawBuffersARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] void DrawBuffersARB( @@ -128556,12 +56554,10 @@ void DrawBuffersARB( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] void DrawBuffersARB([NativeTypeName("const GLenum *")] uint bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] void DrawBuffersARB( @@ -128569,12 +56565,10 @@ void DrawBuffersARB( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] void DrawBuffersARB([NativeTypeName("const GLenum *")] GLEnum bufs); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] void DrawBuffersARB( @@ -128582,19 +56576,16 @@ void DrawBuffersARB( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ARB_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersARB")] void DrawBuffersARB([NativeTypeName("const GLenum *")] DrawBufferMode bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] void DrawBuffersATI( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] void DrawBuffersATI( @@ -128602,12 +56593,10 @@ void DrawBuffersATI( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] void DrawBuffersATI([NativeTypeName("const GLenum *")] uint bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] void DrawBuffersATI( @@ -128615,12 +56604,10 @@ void DrawBuffersATI( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] void DrawBuffersATI([NativeTypeName("const GLenum *")] GLEnum bufs); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] void DrawBuffersATI( @@ -128628,19 +56615,16 @@ void DrawBuffersATI( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_ATI_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersATI")] void DrawBuffersATI([NativeTypeName("const GLenum *")] DrawBufferMode bufs); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] void DrawBuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] void DrawBuffersEXT( @@ -128648,12 +56632,10 @@ void DrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersEXT")] void DrawBuffersEXT([NativeTypeName("const GLenum *")] uint bufs); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] void DrawBuffersIndexedEXT( [NativeTypeName("GLint")] int n, @@ -128661,7 +56643,6 @@ void DrawBuffersIndexedEXT( [NativeTypeName("const GLint *")] int* indices ); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersIndexedEXT")] void DrawBuffersIndexedEXT( @@ -128670,14 +56651,12 @@ void DrawBuffersIndexedEXT( [NativeTypeName("const GLint *")] Ref indices ); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] void DrawBuffersNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] void DrawBuffersNV( @@ -128685,13 +56664,10 @@ void DrawBuffersNV( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gles2", ["GL_NV_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawBuffersNV")] void DrawBuffersNV([NativeTypeName("const GLenum *")] uint bufs); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] void DrawCommandsAddressNV( [NativeTypeName("GLenum")] uint primitiveMode, @@ -128700,8 +56676,6 @@ void DrawCommandsAddressNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsAddressNV")] void DrawCommandsAddressNV( @@ -128711,8 +56685,6 @@ void DrawCommandsAddressNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] void DrawCommandsNV( [NativeTypeName("GLenum")] uint primitiveMode, @@ -128722,8 +56694,6 @@ void DrawCommandsNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsNV")] void DrawCommandsNV( @@ -128734,8 +56704,6 @@ void DrawCommandsNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] void DrawCommandsStatesAddressNV( [NativeTypeName("const GLuint64 *")] ulong* indirects, @@ -128745,8 +56713,6 @@ void DrawCommandsStatesAddressNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesAddressNV")] void DrawCommandsStatesAddressNV( @@ -128757,8 +56723,6 @@ void DrawCommandsStatesAddressNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint buffer, @@ -128769,8 +56733,6 @@ void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawCommandsStatesNV")] void DrawCommandsStatesNV( @@ -128782,31 +56744,27 @@ void DrawCommandsStatesNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] - void DrawElementArrayApple( + void DrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayAPPLE")] - void DrawElementArrayApple( + void DrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] void DrawElementArrayATI( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementArrayATI")] void DrawElementArrayATI( @@ -128814,60 +56772,6 @@ void DrawElementArrayATI( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glDrawElements")] void DrawElements( [NativeTypeName("GLenum")] uint mode, @@ -128876,60 +56780,6 @@ void DrawElements( [NativeTypeName("const void *")] void* indices ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElements")] void DrawElements( @@ -128939,38 +56789,6 @@ void DrawElements( [NativeTypeName("const void *")] Ref indices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] void DrawElementsBaseVertex( [NativeTypeName("GLenum")] uint mode, @@ -128980,38 +56798,6 @@ void DrawElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertex")] void DrawElementsBaseVertex( @@ -129022,7 +56808,6 @@ void DrawElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] void DrawElementsBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, @@ -129032,7 +56817,6 @@ void DrawElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexEXT")] void DrawElementsBaseVertexEXT( @@ -129043,7 +56827,6 @@ void DrawElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] void DrawElementsBaseVertexOES( [NativeTypeName("GLenum")] uint mode, @@ -129053,7 +56836,6 @@ void DrawElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsBaseVertexOES")] void DrawElementsBaseVertexOES( @@ -129064,34 +56846,6 @@ void DrawElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] void DrawElementsIndirect( [NativeTypeName("GLenum")] uint mode, @@ -129099,34 +56853,6 @@ void DrawElementsIndirect( [NativeTypeName("const void *")] void* indirect ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_indirect", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsIndirect")] void DrawElementsIndirect( @@ -129135,38 +56861,6 @@ void DrawElementsIndirect( [NativeTypeName("const void *")] Ref indirect ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] void DrawElementsInstanced( [NativeTypeName("GLenum")] uint mode, @@ -129176,38 +56870,6 @@ void DrawElementsInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstanced")] void DrawElementsInstanced( @@ -129218,9 +56880,8 @@ void DrawElementsInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] - void DrawElementsInstancedAngle( + void DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] uint type, @@ -129228,10 +56889,9 @@ void DrawElementsInstancedAngle( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedANGLE")] - void DrawElementsInstancedAngle( + void DrawElementsInstancedANGLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLenum")] Constant type, @@ -129239,8 +56899,6 @@ void DrawElementsInstancedAngle( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] void DrawElementsInstancedARB( [NativeTypeName("GLenum")] uint mode, @@ -129250,8 +56908,6 @@ void DrawElementsInstancedARB( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_ARB_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_ARB_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedARB")] void DrawElementsInstancedARB( @@ -129262,30 +56918,6 @@ void DrawElementsInstancedARB( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] void DrawElementsInstancedBaseInstance( [NativeTypeName("GLenum")] uint mode, @@ -129296,30 +56928,6 @@ void DrawElementsInstancedBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstance")] void DrawElementsInstancedBaseInstance( @@ -129331,7 +56939,6 @@ void DrawElementsInstancedBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] void DrawElementsInstancedBaseInstanceEXT( [NativeTypeName("GLenum")] uint mode, @@ -129342,7 +56949,6 @@ void DrawElementsInstancedBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseInstanceEXT")] void DrawElementsInstancedBaseInstanceEXT( @@ -129354,38 +56960,6 @@ void DrawElementsInstancedBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] void DrawElementsInstancedBaseVertex( [NativeTypeName("GLenum")] uint mode, @@ -129396,38 +56970,6 @@ void DrawElementsInstancedBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertex")] void DrawElementsInstancedBaseVertex( @@ -129439,30 +56981,6 @@ void DrawElementsInstancedBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] void DrawElementsInstancedBaseVertexBaseInstance( [NativeTypeName("GLenum")] uint mode, @@ -129474,30 +56992,6 @@ void DrawElementsInstancedBaseVertexBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_base_instance", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstance")] void DrawElementsInstancedBaseVertexBaseInstance( @@ -129510,7 +57004,6 @@ void DrawElementsInstancedBaseVertexBaseInstance( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] void DrawElementsInstancedBaseVertexBaseInstanceEXT( [NativeTypeName("GLenum")] uint mode, @@ -129522,7 +57015,6 @@ void DrawElementsInstancedBaseVertexBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_base_instance"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexBaseInstanceEXT")] void DrawElementsInstancedBaseVertexBaseInstanceEXT( @@ -129535,7 +57027,6 @@ void DrawElementsInstancedBaseVertexBaseInstanceEXT( [NativeTypeName("GLuint")] uint baseinstance ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] void DrawElementsInstancedBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, @@ -129546,7 +57037,6 @@ void DrawElementsInstancedBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexEXT")] void DrawElementsInstancedBaseVertexEXT( @@ -129558,7 +57048,6 @@ void DrawElementsInstancedBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] void DrawElementsInstancedBaseVertexOES( [NativeTypeName("GLenum")] uint mode, @@ -129569,7 +57058,6 @@ void DrawElementsInstancedBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedBaseVertexOES")] void DrawElementsInstancedBaseVertexOES( @@ -129581,9 +57069,6 @@ void DrawElementsInstancedBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] void DrawElementsInstancedEXT( [NativeTypeName("GLenum")] uint mode, @@ -129593,9 +57078,6 @@ void DrawElementsInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("glcore", ["GL_EXT_draw_instanced"])] - [SupportedApiProfile("gles2", ["GL_EXT_draw_instanced", "GL_EXT_instanced_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedEXT")] void DrawElementsInstancedEXT( @@ -129606,7 +57088,6 @@ void DrawElementsInstancedEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] void DrawElementsInstancedNV( [NativeTypeName("GLenum")] uint mode, @@ -129616,7 +57097,6 @@ void DrawElementsInstancedNV( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gles2", ["GL_NV_draw_instanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawElementsInstancedNV")] void DrawElementsInstancedNV( @@ -129627,7 +57107,6 @@ void DrawElementsInstancedNV( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_SUN_mesh_array"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] void DrawMeshArraysSUN( [NativeTypeName("GLenum")] uint mode, @@ -129636,7 +57115,6 @@ void DrawMeshArraysSUN( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_SUN_mesh_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawMeshArraysSUN")] void DrawMeshArraysSUN( @@ -129646,46 +57124,15 @@ void DrawMeshArraysSUN( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshTasksIndirectNV")] void DrawMeshTasksIndirectNV([NativeTypeName("GLintptr")] nint indirect); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glDrawMeshTasksNV")] void DrawMeshTaskNV( [NativeTypeName("GLuint")] uint first, [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawPixels")] void DrawPixels( [NativeTypeName("GLsizei")] uint width, @@ -129695,31 +57142,6 @@ void DrawPixels( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawPixels")] void DrawPixels( @@ -129730,9 +57152,8 @@ void DrawPixels( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] - void DrawRangeElementArrayApple( + void DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -129740,10 +57161,9 @@ void DrawRangeElementArrayApple( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayAPPLE")] - void DrawRangeElementArrayApple( + void DrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -129751,7 +57171,6 @@ void DrawRangeElementArrayApple( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] void DrawRangeElementArrayATI( [NativeTypeName("GLenum")] uint mode, @@ -129760,7 +57179,6 @@ void DrawRangeElementArrayATI( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementArrayATI")] void DrawRangeElementArrayATI( @@ -129770,52 +57188,6 @@ void DrawRangeElementArrayATI( [NativeTypeName("GLsizei")] uint count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] void DrawRangeElements( [NativeTypeName("GLenum")] uint mode, @@ -129826,52 +57198,6 @@ void DrawRangeElements( [NativeTypeName("const void *")] void* indices ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElements")] void DrawRangeElements( @@ -129883,38 +57209,6 @@ void DrawRangeElements( [NativeTypeName("const void *")] Ref indices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] void DrawRangeElementsBaseVertex( [NativeTypeName("GLenum")] uint mode, @@ -129926,38 +57220,6 @@ void DrawRangeElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertex")] void DrawRangeElementsBaseVertex( @@ -129970,7 +57232,6 @@ void DrawRangeElementsBaseVertex( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] void DrawRangeElementsBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, @@ -129982,7 +57243,6 @@ void DrawRangeElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexEXT")] void DrawRangeElementsBaseVertexEXT( @@ -129995,7 +57255,6 @@ void DrawRangeElementsBaseVertexEXT( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] void DrawRangeElementsBaseVertexOES( [NativeTypeName("GLenum")] uint mode, @@ -130007,7 +57266,6 @@ void DrawRangeElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gles2", ["GL_OES_draw_elements_base_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsBaseVertexOES")] void DrawRangeElementsBaseVertexOES( @@ -130020,7 +57278,6 @@ void DrawRangeElementsBaseVertexOES( [NativeTypeName("GLint")] int basevertex ); - [SupportedApiProfile("gl", ["GL_EXT_draw_range_elements"])] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] void DrawRangeElementsEXT( [NativeTypeName("GLenum")] uint mode, @@ -130031,7 +57288,6 @@ void DrawRangeElementsEXT( [NativeTypeName("const void *")] void* indices ); - [SupportedApiProfile("gl", ["GL_EXT_draw_range_elements"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawRangeElementsEXT")] void DrawRangeElementsEXT( @@ -130043,7 +57299,6 @@ void DrawRangeElementsEXT( [NativeTypeName("const void *")] Ref indices ); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexfOES")] void DrawTexOES( [NativeTypeName("GLfloat")] float x, @@ -130053,16 +57308,13 @@ void DrawTexOES( [NativeTypeName("GLfloat")] float height ); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] void DrawTexOES([NativeTypeName("const GLfloat *")] float* coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexfvOES")] void DrawTexOES([NativeTypeName("const GLfloat *")] Ref coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexiOES")] void DrawTexOES( [NativeTypeName("GLint")] int x, @@ -130072,16 +57324,13 @@ void DrawTexOES( [NativeTypeName("GLint")] int height ); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] void DrawTexOES([NativeTypeName("const GLint *")] int* coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexivOES")] void DrawTexOES([NativeTypeName("const GLint *")] Ref coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexsOES")] void DrawTexOES( [NativeTypeName("GLshort")] short x, @@ -130091,16 +57340,13 @@ void DrawTexOES( [NativeTypeName("GLshort")] short height ); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] void DrawTexOES([NativeTypeName("const GLshort *")] short* coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexsvOES")] void DrawTexOES([NativeTypeName("const GLshort *")] Ref coords); - [SupportedApiProfile("gl", ["GL_NV_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTextureNV")] void DrawTextureNV( [NativeTypeName("GLuint")] uint texture, @@ -130116,7 +57362,6 @@ void DrawTextureNV( [NativeTypeName("GLfloat")] float t1 ); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexxOES")] void DrawTexxOES( [NativeTypeName("GLfixed")] int x, @@ -130126,77 +57371,19 @@ void DrawTexxOES( [NativeTypeName("GLfixed")] int height ); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] void DrawTexxOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gles1", ["GL_OES_draw_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTexxvOES")] void DrawTexxOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] void DrawTransformFeedback( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedback")] void DrawTransformFeedback( @@ -130204,14 +57391,12 @@ void DrawTransformFeedback( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] void DrawTransformFeedbackEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackEXT")] void DrawTransformFeedbackEXT( @@ -130219,30 +57404,6 @@ void DrawTransformFeedbackEXT( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] void DrawTransformFeedbackInstanced( [NativeTypeName("GLenum")] uint mode, @@ -130250,30 +57411,6 @@ void DrawTransformFeedbackInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstanced")] void DrawTransformFeedbackInstanced( @@ -130282,7 +57419,6 @@ void DrawTransformFeedbackInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLenum")] uint mode, @@ -130290,7 +57426,6 @@ void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackInstancedEXT")] void DrawTransformFeedbackInstancedEXT( @@ -130299,14 +57434,12 @@ void DrawTransformFeedbackInstancedEXT( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] void DrawTransformFeedbackNV( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackNV")] void DrawTransformFeedbackNV( @@ -130314,34 +57447,6 @@ void DrawTransformFeedbackNV( [NativeTypeName("GLuint")] uint id ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] void DrawTransformFeedbackStream( [NativeTypeName("GLenum")] uint mode, @@ -130349,34 +57454,6 @@ void DrawTransformFeedbackStream( [NativeTypeName("GLuint")] uint stream ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStream")] void DrawTransformFeedbackStream( @@ -130385,30 +57462,6 @@ void DrawTransformFeedbackStream( [NativeTypeName("GLuint")] uint stream ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLenum")] uint mode, @@ -130417,30 +57470,6 @@ void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback_instanced", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glDrawTransformFeedbackStreamInstanced")] void DrawTransformFeedbackStreamInstanced( @@ -130450,9 +57479,6 @@ void DrawTransformFeedbackStreamInstanced( [NativeTypeName("GLsizei")] uint instancecount ); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glDrawVkImageNV")] void DrawVkImageNV( [NativeTypeName("GLuint64")] ulong vkImage, @@ -130468,122 +57494,22 @@ void DrawVkImageNV( [NativeTypeName("GLfloat")] float t1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] void EdgeFlag([NativeTypeName("GLboolean")] uint flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlag")] void EdgeFlag([NativeTypeName("GLboolean")] MaybeBool flag); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagFormatNV")] void EdgeFlagFormatNV([NativeTypeName("GLsizei")] uint stride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] void EdgeFlagPointer( [NativeTypeName("GLsizei")] uint stride, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointer")] void EdgeFlagPointer( @@ -130591,7 +57517,6 @@ void EdgeFlagPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] void EdgeFlagPointerEXT( [NativeTypeName("GLsizei")] uint stride, @@ -130599,7 +57524,6 @@ void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] uint* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] void EdgeFlagPointerEXT( @@ -130608,7 +57532,6 @@ void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerEXT")] void EdgeFlagPointerEXT( @@ -130616,7 +57539,6 @@ void EdgeFlagPointerEXT( [NativeTypeName("const GLboolean *")] uint pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] void EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int stride, @@ -130624,7 +57546,6 @@ void EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] void EdgeFlagPointerListIBM( @@ -130633,107 +57554,27 @@ void EdgeFlagPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagPointerListIBM")] Ptr EdgeFlagPointerListIBM([NativeTypeName("GLint")] int ptrstride); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] void EdgeFlagv([NativeTypeName("const GLboolean *")] uint* flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] void EdgeFlagv([NativeTypeName("const GLboolean *")] Ref flag); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEdgeFlagv")] void EdgeFlagv([NativeTypeName("const GLboolean *")] uint flag); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] void EGLImageTargetRenderbufferStorageOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLeglImageOES")] void* image ); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetRenderbufferStorageOES")] void EGLImageTargetRenderbufferStorageOES( @@ -130741,9 +57582,6 @@ void EGLImageTargetRenderbufferStorageOES( [NativeTypeName("GLeglImageOES")] Ref image ); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] void EGLImageTargetTexStorageEXT( [NativeTypeName("GLenum")] uint target, @@ -130751,9 +57589,6 @@ void EGLImageTargetTexStorageEXT( [NativeTypeName("const GLint *")] int* attrib_list ); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexStorageEXT")] void EGLImageTargetTexStorageEXT( @@ -130762,16 +57597,12 @@ void EGLImageTargetTexStorageEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] void EGLImageTargetTexture2DOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLeglImageOES")] void* image ); - [SupportedApiProfile("gles2", ["GL_OES_EGL_image"])] - [SupportedApiProfile("gles1", ["GL_OES_EGL_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTexture2DOES")] void EGLImageTargetTexture2DOES( @@ -130779,9 +57610,6 @@ void EGLImageTargetTexture2DOES( [NativeTypeName("GLeglImageOES")] Ref image ); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] void EGLImageTargetTextureStorageEXT( [NativeTypeName("GLuint")] uint texture, @@ -130789,9 +57617,6 @@ void EGLImageTargetTextureStorageEXT( [NativeTypeName("const GLint *")] int* attrib_list ); - [SupportedApiProfile("gl", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_EGL_image_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_EGL_image_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEGLImageTargetTextureStorageEXT")] void EGLImageTargetTextureStorageEXT( @@ -130800,29 +57625,25 @@ void EGLImageTargetTextureStorageEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] - void ElementPointerApple( + void ElementPointerAPPLE( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glElementPointerAPPLE")] - void ElementPointerApple( + void ElementPointerAPPLE( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] void ElementPointerATI( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_ATI_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glElementPointerATI")] void ElementPointerATI( @@ -130830,192 +57651,26 @@ void ElementPointerATI( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glEnable")] void Enable([NativeTypeName("GLenum")] uint cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnable")] void Enable([NativeTypeName("GLenum")] Constant cap); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glEnableClientState")] void EnableClientState([NativeTypeName("GLenum")] uint array); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientState")] void EnableClientState([NativeTypeName("GLenum")] Constant array); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] void EnableClientStateEXT( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientStateiEXT")] void EnableClientStateEXT( @@ -131023,16 +57678,12 @@ void EnableClientStateEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] void EnableClientStateIndexedEXT( [NativeTypeName("GLenum")] uint array, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableClientStateIndexedEXT")] void EnableClientStateIndexedEXT( @@ -131040,82 +57691,12 @@ void EnableClientStateIndexedEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glEnableDriverControlQCOM")] void EnableDriverControlQCOM([NativeTypeName("GLuint")] uint driverControl); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEnablei")] void Enable([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnablei")] void Enable( @@ -131123,11 +57704,9 @@ void Enable( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] void EnableEXT([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiEXT")] void EnableEXT( @@ -131135,16 +57714,12 @@ void EnableEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] void EnableIndexedEXT( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableIndexedEXT")] void EnableIndexedEXT( @@ -131152,11 +57727,9 @@ void EnableIndexedEXT( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glEnableiNV")] void EnableNV([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiNV")] void EnableNV( @@ -131164,11 +57737,9 @@ void EnableNV( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glEnableiOES")] void EnableOES([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableiOES")] void EnableOES( @@ -131176,44 +57747,27 @@ void EnableOES( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEnableVariantClientStateEXT")] void EnableVariantClientStateEXT([NativeTypeName("GLuint")] uint id); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayAttrib")] void EnableVertexArrayAttrib( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayAttribEXT")] void EnableVertexArrayAttribEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] void EnableVertexArrayEXT( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLenum")] uint array ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEnableVertexArrayEXT")] void EnableVertexArrayEXT( @@ -131221,359 +57775,72 @@ void EnableVertexArrayEXT( [NativeTypeName("GLenum")] Constant array ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribAPPLE")] - void EnableVertexAttribApple( + void EnableVertexAttribAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribArray")] void EnableVertexAttribArray([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEnableVertexAttribArrayARB")] void EnableVertexAttribArrayARB([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEnd")] void End(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEndConditionalRender")] void EndConditionalRender(); - [SupportedApiProfile("gl", ["GL_NV_conditional_render"])] - [SupportedApiProfile("glcore", ["GL_NV_conditional_render"])] - [SupportedApiProfile("gles2", ["GL_NV_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glEndConditionalRenderNV")] void EndConditionalRenderNV(); - [SupportedApiProfile("gl", ["GL_NVX_conditional_render"])] [NativeFunction("opengl", EntryPoint = "glEndConditionalRenderNVX")] void EndConditionalRenderNVX(); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glEndFragmentShaderATI")] void EndFragmentShaderATI(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEndList")] void EndList(); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glEndOcclusionQueryNV")] void EndOcclusionQueryNV(); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glEndPerfMonitorAMD")] void EndPerfMonitorAMD([NativeTypeName("GLuint")] uint monitor); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glEndPerfQueryINTEL")] - void EndPerfQueryIntel([NativeTypeName("GLuint")] uint queryHandle); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] + void EndPerfQueryINTEL([NativeTypeName("GLuint")] uint queryHandle); + [NativeFunction("opengl", EntryPoint = "glEndQuery")] void EndQuery([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQuery")] void EndQuery([NativeTypeName("GLenum")] Constant target); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] void EndQueryARB([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryARB")] void EndQueryARB([NativeTypeName("GLenum")] Constant target); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] void EndQueryEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryEXT")] void EndQueryEXT([NativeTypeName("GLenum")] Constant target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] void EndQueryIndexed( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndQueryIndexed")] void EndQueryIndexed( @@ -131581,506 +57848,105 @@ void EndQueryIndexed( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] void EndTilingQCOM([NativeTypeName("GLbitfield")] uint preserveMask); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEndTilingQCOM")] void EndTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedback")] void EndTransformFeedback(); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedbackEXT")] void EndTransformFeedbackEXT(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glEndTransformFeedbackNV")] void EndTransformFeedbackNV(); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glEndVertexShaderEXT")] void EndVertexShaderEXT(); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glEndVideoCaptureNV")] void EndVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord1d")] - void EvalCoord1D([NativeTypeName("GLdouble")] double u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void EvalCoord1d([NativeTypeName("GLdouble")] double u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] - void EvalCoord1Dv([NativeTypeName("const GLdouble *")] double* u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void EvalCoord1dv([NativeTypeName("const GLdouble *")] double* u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] - void EvalCoord1Dv([NativeTypeName("const GLdouble *")] Ref u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void EvalCoord1dv([NativeTypeName("const GLdouble *")] Ref u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1dv")] - void EvalCoord1Dv([NativeTypeName("const GLdouble *")] double u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void EvalCoord1dv([NativeTypeName("const GLdouble *")] double u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1f")] - void EvalCoord1F([NativeTypeName("GLfloat")] float u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void EvalCoord1f([NativeTypeName("GLfloat")] float u); + [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] - void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float* u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void EvalCoord1fv([NativeTypeName("const GLfloat *")] float* u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] - void EvalCoord1Fv([NativeTypeName("const GLfloat *")] Ref u); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void EvalCoord1fv([NativeTypeName("const GLfloat *")] Ref u); + [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1fv")] - void EvalCoord1Fv([NativeTypeName("const GLfloat *")] float u); + void EvalCoord1fv([NativeTypeName("const GLfloat *")] float u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xOES")] void EvalCoord1XOES([NativeTypeName("GLfixed")] int u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] - void EvalCoord1XvO([NativeTypeName("const GLfixed *")] int coords); + void EvalCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] void EvalCoord1XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord1xvOES")] void EvalCoord1XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2d")] void EvalCoord2([NativeTypeName("GLdouble")] double u, [NativeTypeName("GLdouble")] double v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] void EvalCoord2([NativeTypeName("const GLdouble *")] double* u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2dv")] void EvalCoord2([NativeTypeName("const GLdouble *")] Ref u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2f")] void EvalCoord2([NativeTypeName("GLfloat")] float u, [NativeTypeName("GLfloat")] float v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] void EvalCoord2([NativeTypeName("const GLfloat *")] float* u); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2fv")] void EvalCoord2([NativeTypeName("const GLfloat *")] Ref u); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xOES")] void EvalCoord2XOES([NativeTypeName("GLfixed")] int u, [NativeTypeName("GLfixed")] int v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] void EvalCoord2XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalCoord2xvOES")] void EvalCoord2XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] void EvalMapNV([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMapsNV")] void EvalMapNV( @@ -132088,31 +57954,6 @@ void EvalMapNV( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] void EvalMesh1( [NativeTypeName("GLenum")] uint mode, @@ -132120,31 +57961,6 @@ void EvalMesh1( [NativeTypeName("GLint")] int i2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMesh1")] void EvalMesh1( @@ -132153,31 +57969,6 @@ void EvalMesh1( [NativeTypeName("GLint")] int i2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] void EvalMesh2( [NativeTypeName("GLenum")] uint mode, @@ -132187,31 +57978,6 @@ void EvalMesh2( [NativeTypeName("GLint")] int j2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glEvalMesh2")] void EvalMesh2( @@ -132222,68 +57988,15 @@ void EvalMesh2( [NativeTypeName("GLint")] int j2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalPoint1")] void EvalPoint1([NativeTypeName("GLint")] int i); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glEvalPoint2")] void EvalPoint2([NativeTypeName("GLint")] int i, [NativeTypeName("GLint")] int j); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glEvaluateDepthValuesARB")] void EvaluateDepthValuesARB(); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] void ExecuteProgramNV( [NativeTypeName("GLenum")] uint target, @@ -132291,7 +58004,6 @@ void ExecuteProgramNV( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExecuteProgramNV")] void ExecuteProgramNV( @@ -132300,19 +58012,13 @@ void ExecuteProgramNV( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] void ExtGetBufferPointerQCOM([NativeTypeName("GLenum")] uint target, void** @params); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBufferPointervQCOM")] void ExtGetBufferPointerQCOM([NativeTypeName("GLenum")] uint target, Ref2D @params); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] void ExtGetBuffersQCOM( [NativeTypeName("GLuint *")] uint* buffers, @@ -132320,8 +58026,6 @@ void ExtGetBuffersQCOM( [NativeTypeName("GLint *")] int* numBuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] void ExtGetBuffersQCOM( @@ -132330,14 +58034,10 @@ void ExtGetBuffersQCOM( [NativeTypeName("GLint *")] Ref numBuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetBuffersQCOM")] uint ExtGetBuffersQCOM([NativeTypeName("GLint *")] Ref numBuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] void ExtGetFramebuffersQCOM( [NativeTypeName("GLuint *")] uint* framebuffers, @@ -132345,8 +58045,6 @@ void ExtGetFramebuffersQCOM( [NativeTypeName("GLint *")] int* numFramebuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] void ExtGetFramebuffersQCOM( @@ -132355,14 +58053,10 @@ void ExtGetFramebuffersQCOM( [NativeTypeName("GLint *")] Ref numFramebuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetFramebuffersQCOM")] uint ExtGetFramebuffersQCOM([NativeTypeName("GLint *")] Ref numFramebuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLuint")] uint program, @@ -132371,8 +58065,6 @@ void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLint *")] int* length ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramBinarySourceQCOM")] void ExtGetProgramBinarySourceQCOM( @@ -132382,8 +58074,6 @@ void ExtGetProgramBinarySourceQCOM( [NativeTypeName("GLint *")] Ref length ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] void ExtGetProgramQCOM( [NativeTypeName("GLuint *")] uint* programs, @@ -132391,8 +58081,6 @@ void ExtGetProgramQCOM( [NativeTypeName("GLint *")] int* numPrograms ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] void ExtGetProgramQCOM( @@ -132401,14 +58089,10 @@ void ExtGetProgramQCOM( [NativeTypeName("GLint *")] Ref numPrograms ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetProgramsQCOM")] uint ExtGetProgramQCOM([NativeTypeName("GLint *")] Ref numPrograms); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] void ExtGetRenderbuffersQCOM( [NativeTypeName("GLuint *")] uint* renderbuffers, @@ -132416,8 +58100,6 @@ void ExtGetRenderbuffersQCOM( [NativeTypeName("GLint *")] int* numRenderbuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] void ExtGetRenderbuffersQCOM( @@ -132426,14 +58108,10 @@ void ExtGetRenderbuffersQCOM( [NativeTypeName("GLint *")] Ref numRenderbuffers ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetRenderbuffersQCOM")] uint ExtGetRenderbuffersQCOM([NativeTypeName("GLint *")] Ref numRenderbuffers); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] void ExtGetShadersQCOM( [NativeTypeName("GLuint *")] uint* shaders, @@ -132441,8 +58119,6 @@ void ExtGetShadersQCOM( [NativeTypeName("GLint *")] int* numShaders ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] void ExtGetShadersQCOM( @@ -132451,14 +58127,10 @@ void ExtGetShadersQCOM( [NativeTypeName("GLint *")] Ref numShaders ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetShadersQCOM")] uint ExtGetShadersQCOM([NativeTypeName("GLint *")] Ref numShaders); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLuint")] uint texture, @@ -132468,8 +58140,6 @@ void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexLevelParameterivQCOM")] void ExtGetTexLevelParameterQCOM( @@ -132480,8 +58150,6 @@ void ExtGetTexLevelParameterQCOM( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] void ExtGetTexSubImageQCOM( [NativeTypeName("GLenum")] uint target, @@ -132497,8 +58165,6 @@ void ExtGetTexSubImageQCOM( void* texels ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexSubImageQCOM")] void ExtGetTexSubImageQCOM( @@ -132515,8 +58181,6 @@ void ExtGetTexSubImageQCOM( Ref texels ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] void ExtGetTexturesQCOM( [NativeTypeName("GLuint *")] uint* textures, @@ -132524,8 +58188,6 @@ void ExtGetTexturesQCOM( [NativeTypeName("GLint *")] int* numTextures ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtGetTexturesQCOM")] void ExtGetTexturesQCOM( @@ -132535,19 +58197,14 @@ void ExtGetTexturesQCOM( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] MaybeBool ExtIsProgramBinaryQCOM([NativeTypeName("GLuint")] uint program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get2"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get2"])] [NativeFunction("opengl", EntryPoint = "glExtIsProgramBinaryQCOM")] - uint ExtIsProgramBinaryQCOMRaw([NativeTypeName("GLuint")] uint program); + uint ExtIsProgramBinaryQCOMRawQCOM([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glExtractComponentEXT")] void ExtractComponentEXT( [NativeTypeName("GLuint")] uint res, @@ -132555,7 +58212,6 @@ void ExtractComponentEXT( [NativeTypeName("GLuint")] uint num ); - [SupportedApiProfile("gles2", ["GL_QCOM_frame_extrapolation"])] [NativeFunction("opengl", EntryPoint = "glExtrapolateTex2DQCOM")] void ExtrapolateTex2DQCOM( [NativeTypeName("GLuint")] uint src1, @@ -132564,8 +58220,6 @@ void ExtrapolateTex2DQCOM( [NativeTypeName("GLfloat")] float scaleFactor ); - [SupportedApiProfile("gles2", ["GL_QCOM_extended_get"])] - [SupportedApiProfile("gles1", ["GL_QCOM_extended_get"])] [NativeFunction("opengl", EntryPoint = "glExtTexObjectStateOverrideiQCOM")] void ExtTexObjectStateOverrideQCOM( [NativeTypeName("GLenum")] uint target, @@ -132573,31 +58227,6 @@ void ExtTexObjectStateOverrideQCOM( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] void FeedbackBuffer( [NativeTypeName("GLsizei")] uint size, @@ -132605,31 +58234,6 @@ void FeedbackBuffer( [NativeTypeName("GLfloat *")] float* buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] void FeedbackBuffer( @@ -132638,44 +58242,17 @@ void FeedbackBuffer( [NativeTypeName("GLfloat *")] Ref buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBuffer")] float FeedbackBuffer([NativeTypeName("GLenum")] Constant type); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] - void FeedbackBufferxO( + void FeedbackBufferxOOES( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLfixed *")] int buffer ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] void FeedbackBufferxOES( [NativeTypeName("GLsizei")] uint n, @@ -132683,7 +58260,6 @@ void FeedbackBufferxOES( [NativeTypeName("const GLfixed *")] int* buffer ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFeedbackBufferxOES")] void FeedbackBufferxOES( @@ -132693,38 +58269,6 @@ void FeedbackBufferxOES( ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glFenceSync")] Sync* FenceSync( [NativeTypeName("GLenum")] uint condition, @@ -132732,38 +58276,6 @@ void FeedbackBufferxOES( ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFenceSync")] Ptr FenceSync( @@ -132772,25 +58284,20 @@ Ptr FenceSync( ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] - Sync* FenceSyncApple( + Sync* FenceSyncAPPLE( [NativeTypeName("GLenum")] uint condition, [NativeTypeName("GLbitfield")] uint flags ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFenceSyncAPPLE")] - Ptr FenceSyncApple( + Ptr FenceSyncAPPLE( [NativeTypeName("GLenum")] Constant condition, [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] void FinalCombinerInputNV( [NativeTypeName("GLenum")] uint variable, @@ -132799,7 +58306,6 @@ void FinalCombinerInputNV( [NativeTypeName("GLenum")] uint componentUsage ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFinalCombinerInputNV")] void FinalCombinerInputNV( @@ -132809,192 +58315,36 @@ void FinalCombinerInputNV( [NativeTypeName("GLenum")] Constant componentUsage ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFinish")] void Finish(); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] int FinishAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFinishAsyncSGIX")] int FinishAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishFenceAPPLE")] - void FinishFenceApple([NativeTypeName("GLuint")] uint fence); + void FinishFenceAPPLE([NativeTypeName("GLuint")] uint fence); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishFenceNV")] void FinishFenceNV([NativeTypeName("GLuint")] uint fence); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glFinishObjectAPPLE")] - void FinishObjectApple( + void FinishObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLint")] int name ); - [SupportedApiProfile("gl", ["GL_SUNX_constant_data"])] [NativeFunction("opengl", EntryPoint = "glFinishTextureSUNX")] void FinishTextureSUNX(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFlush")] void Flush(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] void FlushMappedBufferRange( [NativeTypeName("GLenum")] uint target, @@ -133002,42 +58352,6 @@ void FlushMappedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRange")] void FlushMappedBufferRange( @@ -133046,25 +58360,21 @@ void FlushMappedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] - void FlushMappedBufferRangeApple( + void FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_APPLE_flush_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeAPPLE")] - void FlushMappedBufferRangeApple( + void FlushMappedBufferRangeAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLintptr")] nint offset, [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] void FlushMappedBufferRangeEXT( [NativeTypeName("GLenum")] uint target, @@ -133072,8 +58382,6 @@ void FlushMappedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushMappedBufferRangeEXT")] void FlushMappedBufferRangeEXT( @@ -133082,16 +58390,6 @@ void FlushMappedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glFlushMappedNamedBufferRange")] void FlushMappedNamedBufferRange( [NativeTypeName("GLuint")] uint buffer, @@ -133099,8 +58397,6 @@ void FlushMappedNamedBufferRange( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFlushMappedNamedBufferRangeEXT")] void FlushMappedNamedBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, @@ -133108,317 +58404,107 @@ void FlushMappedNamedBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] void FlushPixelDataRangeNV([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushPixelDataRangeNV")] void FlushPixelDataRangeNV( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_SGIX_flush_raster"])] [NativeFunction("opengl", EntryPoint = "glFlushRasterSGIX")] void FlushRasterSGIX(); - [SupportedApiProfile("gl", ["GL_IBM_static_data"])] [NativeFunction("opengl", EntryPoint = "glFlushStaticDataIBM")] void FlushStaticDataIBM([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] - void FlushVertexArrayRangeApple([NativeTypeName("GLsizei")] uint length, void* pointer); + void FlushVertexArrayRangeAPPLE([NativeTypeName("GLsizei")] uint length, void* pointer); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeAPPLE")] - void FlushVertexArrayRangeApple([NativeTypeName("GLsizei")] uint length, Ref pointer); + void FlushVertexArrayRangeAPPLE([NativeTypeName("GLsizei")] uint length, Ref pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glFlushVertexArrayRangeNV")] void FlushVertexArrayRangeNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordd")] void FogCoordd([NativeTypeName("GLdouble")] double coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoorddEXT")] void FogCoorddEXT([NativeTypeName("GLdouble")] double coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] void FogCoorddv([NativeTypeName("const GLdouble *")] double* coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] void FogCoorddv([NativeTypeName("const GLdouble *")] Ref coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddv")] void FogCoorddv([NativeTypeName("const GLdouble *")] double coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] void FogCoorddvEXT([NativeTypeName("const GLdouble *")] double* coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] void FogCoorddvEXT([NativeTypeName("const GLdouble *")] Ref coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoorddvEXT")] void FogCoorddvEXT([NativeTypeName("const GLdouble *")] double coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordf")] void FogCoordf([NativeTypeName("GLfloat")] float coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordfEXT")] void FogCoordfEXT([NativeTypeName("GLfloat")] float coord); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glFogCoordFormatNV")] void FogCoordFormatNV( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] void FogCoordfv([NativeTypeName("const GLfloat *")] float* coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] void FogCoordfv([NativeTypeName("const GLfloat *")] Ref coord); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfv")] void FogCoordfv([NativeTypeName("const GLfloat *")] float coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float* coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] void FogCoordfvEXT([NativeTypeName("const GLfloat *")] Ref coord); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordfvEXT")] void FogCoordfvEXT([NativeTypeName("const GLfloat *")] float coord); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glFogCoordhNV")] void FogCoordNV([NativeTypeName("GLhalfNV")] ushort fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort* fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] Ref fog); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordhvNV")] void FogCoordhvNV([NativeTypeName("const GLhalfNV *")] ushort fog); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] void FogCoordPointer( [NativeTypeName("GLenum")] uint type, @@ -133426,27 +58512,6 @@ void FogCoordPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointer")] void FogCoordPointer( @@ -133455,7 +58520,6 @@ void FogCoordPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] void FogCoordPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -133463,7 +58527,6 @@ void FogCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_fog_coord"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerEXT")] void FogCoordPointerEXT( @@ -133472,7 +58535,6 @@ void FogCoordPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] void FogCoordPointerListIBM( [NativeTypeName("GLenum")] uint type, @@ -133481,7 +58543,6 @@ void FogCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogCoordPointerListIBM")] void FogCoordPointerListIBM( @@ -133491,61 +58552,9 @@ void FogCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFogf")] void Fog([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogf")] void Fog( @@ -133553,14 +58562,12 @@ void Fog( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] void FogFuncSGIS( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogFuncSGIS")] void FogFuncSGIS( @@ -133568,64 +58575,12 @@ void FogFuncSGIS( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFogfv")] void Fog( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogfv")] void Fog( @@ -133633,59 +58588,9 @@ void Fog( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFogi")] void Fog([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogi")] void Fog( @@ -133693,59 +58598,9 @@ void Fog( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFogiv")] void Fog([NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogiv")] void Fog( @@ -133753,11 +58608,9 @@ void Fog( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFogx")] void Fogx([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogx")] void Fogx( @@ -133765,13 +58618,9 @@ void Fogx( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFogxOES")] void FogxOES([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxOES")] void FogxOES( @@ -133779,14 +58628,12 @@ void FogxOES( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFogxv")] void Fogx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxv")] void Fogx( @@ -133794,16 +58641,12 @@ void Fogx( [NativeTypeName("const GLfixed *")] Ref param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFogxvOES")] void FogxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFogxvOES")] void FogxOES( @@ -133811,14 +58654,12 @@ void FogxOES( [NativeTypeName("const GLfixed *")] Ref param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentColorMaterialSGIX")] void FragmentColorMaterialSGIX( @@ -133826,13 +58667,9 @@ void FragmentColorMaterialSGIX( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_NV_fragment_coverage_to_color"])] - [SupportedApiProfile("glcore", ["GL_NV_fragment_coverage_to_color"])] - [SupportedApiProfile("gles2", ["GL_NV_fragment_coverage_to_color"])] [NativeFunction("opengl", EntryPoint = "glFragmentCoverageColorNV")] void FragmentCoverageColorNV([NativeTypeName("GLuint")] uint color); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] void FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -133840,7 +58677,6 @@ void FragmentLightSGIX( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightfSGIX")] void FragmentLightSGIX( @@ -133849,7 +58685,6 @@ void FragmentLightSGIX( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] void FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -133857,7 +58692,6 @@ void FragmentLightSGIX( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightfvSGIX")] void FragmentLightSGIX( @@ -133866,7 +58700,6 @@ void FragmentLightSGIX( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] void FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -133874,7 +58707,6 @@ void FragmentLightSGIX( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightiSGIX")] void FragmentLightSGIX( @@ -133883,7 +58715,6 @@ void FragmentLightSGIX( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] void FragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -133891,7 +58722,6 @@ void FragmentLightSGIX( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightivSGIX")] void FragmentLightSGIX( @@ -133900,14 +58730,12 @@ void FragmentLightSGIX( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] void FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfSGIX")] void FragmentLightModelSGIX( @@ -133915,14 +58743,12 @@ void FragmentLightModelSGIX( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] void FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelfvSGIX")] void FragmentLightModelSGIX( @@ -133930,14 +58756,12 @@ void FragmentLightModelSGIX( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] void FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModeliSGIX")] void FragmentLightModelSGIX( @@ -133945,14 +58769,12 @@ void FragmentLightModelSGIX( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] void FragmentLightModelSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentLightModelivSGIX")] void FragmentLightModelSGIX( @@ -133960,7 +58782,6 @@ void FragmentLightModelSGIX( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] void FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -133968,7 +58789,6 @@ void FragmentMaterialSGIX( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfSGIX")] void FragmentMaterialSGIX( @@ -133977,7 +58797,6 @@ void FragmentMaterialSGIX( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] void FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -133985,7 +58804,6 @@ void FragmentMaterialSGIX( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialfvSGIX")] void FragmentMaterialSGIX( @@ -133994,7 +58812,6 @@ void FragmentMaterialSGIX( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] void FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -134002,7 +58819,6 @@ void FragmentMaterialSGIX( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialiSGIX")] void FragmentMaterialSGIX( @@ -134011,7 +58827,6 @@ void FragmentMaterialSGIX( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] void FragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -134019,7 +58834,6 @@ void FragmentMaterialSGIX( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFragmentMaterialivSGIX")] void FragmentMaterialSGIX( @@ -134028,16 +58842,12 @@ void FragmentMaterialSGIX( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] void FramebufferDrawBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBufferEXT")] void FramebufferDrawBufferEXT( @@ -134045,8 +58855,6 @@ void FramebufferDrawBufferEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] void FramebufferDrawBuffersEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -134054,8 +58862,6 @@ void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] void FramebufferDrawBuffersEXT( @@ -134064,8 +58870,6 @@ void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] void FramebufferDrawBuffersEXT( @@ -134073,8 +58877,6 @@ void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] uint bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] void FramebufferDrawBuffersEXT( @@ -134083,8 +58885,6 @@ void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] void FramebufferDrawBuffersEXT( @@ -134092,8 +58892,6 @@ void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] GLEnum bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] void FramebufferDrawBuffersEXT( @@ -134102,8 +58900,6 @@ void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferDrawBuffersEXT")] void FramebufferDrawBuffersEXT( @@ -134111,17 +58907,12 @@ void FramebufferDrawBuffersEXT( [NativeTypeName("const GLenum *")] DrawBufferMode bufs ); - [SupportedApiProfile("gl", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] - [SupportedApiProfile("glcore", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] - [SupportedApiProfile("gles2", ["GL_EXT_shader_framebuffer_fetch_non_coherent"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFetchBarrierEXT")] void FramebufferFetchBarrierEXT(); - [SupportedApiProfile("gles2", ["GL_QCOM_shader_framebuffer_fetch_noncoherent"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFetchBarrierQCOM")] void FramebufferFetchBarrierQCOM(); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] void FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint")] uint framebuffer, @@ -134131,7 +58922,6 @@ void FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint *")] uint* providedFeatures ); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] void FramebufferFoveationConfigQCOM( @@ -134142,7 +58932,6 @@ void FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint *")] Ref providedFeatures ); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationConfigQCOM")] uint FramebufferFoveationConfigQCOM( @@ -134152,7 +58941,6 @@ uint FramebufferFoveationConfigQCOM( [NativeTypeName("GLuint")] uint requestedFeatures ); - [SupportedApiProfile("gles2", ["GL_QCOM_framebuffer_foveated"])] [NativeFunction("opengl", EntryPoint = "glFramebufferFoveationParametersQCOM")] void FramebufferFoveationParametersQCOM( [NativeTypeName("GLuint")] uint framebuffer, @@ -134165,28 +58953,6 @@ void FramebufferFoveationParametersQCOM( [NativeTypeName("GLfloat")] float foveaArea ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] void FramebufferParameter( [NativeTypeName("GLenum")] uint target, @@ -134194,28 +58960,6 @@ void FramebufferParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteri")] void FramebufferParameter( @@ -134224,9 +58968,6 @@ void FramebufferParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] void FramebufferParameterMESA( [NativeTypeName("GLenum")] uint target, @@ -134234,9 +58975,6 @@ void FramebufferParameterMESA( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferParameteriMESA")] void FramebufferParameterMESA( @@ -134245,23 +58983,18 @@ void FramebufferParameterMESA( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glFramebufferPixelLocalStorageSizeEXT")] void FramebufferPixelLocalStorageSizeEXT( [NativeTypeName("GLuint")] uint target, [NativeTypeName("GLsizei")] uint size ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] void FramebufferReadBufferEXT( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferReadBufferEXT")] void FramebufferReadBufferEXT( @@ -134269,47 +59002,6 @@ void FramebufferReadBufferEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] void FramebufferRenderbuffer( [NativeTypeName("GLenum")] uint target, @@ -134318,47 +59010,6 @@ void FramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbuffer")] void FramebufferRenderbuffer( @@ -134368,7 +59019,6 @@ void FramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] void FramebufferRenderbufferEXT( [NativeTypeName("GLenum")] uint target, @@ -134377,7 +59027,6 @@ void FramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferEXT")] void FramebufferRenderbufferEXT( @@ -134387,7 +59036,6 @@ void FramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] void FramebufferRenderbufferOES( [NativeTypeName("GLenum")] uint target, @@ -134396,7 +59044,6 @@ void FramebufferRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferRenderbufferOES")] void FramebufferRenderbufferOES( @@ -134406,8 +59053,6 @@ void FramebufferRenderbufferOES( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] void FramebufferSampleLocationsARB( [NativeTypeName("GLenum")] uint target, @@ -134416,8 +59061,6 @@ void FramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvARB")] void FramebufferSampleLocationsARB( @@ -134427,9 +59070,6 @@ void FramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] void FramebufferSampleLocationsNV( [NativeTypeName("GLenum")] uint target, @@ -134438,9 +59078,6 @@ void FramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSampleLocationsfvNV")] void FramebufferSampleLocationsNV( @@ -134450,7 +59087,6 @@ void FramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] void FramebufferSamplePositionsAMD( [NativeTypeName("GLenum")] uint target, @@ -134459,7 +59095,6 @@ void FramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferSamplePositionsfvAMD")] void FramebufferSamplePositionsAMD( @@ -134469,7 +59104,6 @@ void FramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] Ref values ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] void FramebufferShadingRateEXT( [NativeTypeName("GLenum")] uint target, @@ -134481,7 +59115,6 @@ void FramebufferShadingRateEXT( [NativeTypeName("GLsizei")] uint texelHeight ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferShadingRateEXT")] void FramebufferShadingRateEXT( @@ -134494,36 +59127,6 @@ void FramebufferShadingRateEXT( [NativeTypeName("GLsizei")] uint texelHeight ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] void FramebufferTexture( [NativeTypeName("GLenum")] uint target, @@ -134532,36 +59135,6 @@ void FramebufferTexture( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture")] void FramebufferTexture( @@ -134571,42 +59144,6 @@ void FramebufferTexture( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] void FramebufferTexture1D( [NativeTypeName("GLenum")] uint target, @@ -134616,42 +59153,6 @@ void FramebufferTexture1D( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1D")] void FramebufferTexture1D( @@ -134662,7 +59163,6 @@ void FramebufferTexture1D( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] void FramebufferTexture1DEXT( [NativeTypeName("GLenum")] uint target, @@ -134672,7 +59172,6 @@ void FramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture1DEXT")] void FramebufferTexture1DEXT( @@ -134683,47 +59182,6 @@ void FramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] void FramebufferTexture2D( [NativeTypeName("GLenum")] uint target, @@ -134733,47 +59191,6 @@ void FramebufferTexture2D( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2D")] void FramebufferTexture2D( @@ -134784,7 +59201,6 @@ void FramebufferTexture2D( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] void FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLenum")] uint target, @@ -134796,7 +59212,6 @@ void FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLint")] int yscale ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DDownsampleIMG")] void FramebufferTexture2DDownsampleIMG( @@ -134809,7 +59224,6 @@ void FramebufferTexture2DDownsampleIMG( [NativeTypeName("GLint")] int yscale ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] void FramebufferTexture2DEXT( [NativeTypeName("GLenum")] uint target, @@ -134819,7 +59233,6 @@ void FramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DEXT")] void FramebufferTexture2DEXT( @@ -134830,8 +59243,6 @@ void FramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] void FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLenum")] uint target, @@ -134842,8 +59253,6 @@ void FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLsizei")] uint samples ); - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleEXT")] void FramebufferTexture2DMultisampleEXT( @@ -134855,8 +59264,6 @@ void FramebufferTexture2DMultisampleEXT( [NativeTypeName("GLsizei")] uint samples ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] void FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLenum")] uint target, @@ -134867,8 +59274,6 @@ void FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLsizei")] uint samples ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DMultisampleIMG")] void FramebufferTexture2DMultisampleIMG( @@ -134880,7 +59285,6 @@ void FramebufferTexture2DMultisampleIMG( [NativeTypeName("GLsizei")] uint samples ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] void FramebufferTexture2DOES( [NativeTypeName("GLenum")] uint target, @@ -134890,7 +59294,6 @@ void FramebufferTexture2DOES( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture2DOES")] void FramebufferTexture2DOES( @@ -134901,42 +59304,6 @@ void FramebufferTexture2DOES( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] void FramebufferTexture3D( [NativeTypeName("GLenum")] uint target, @@ -134947,42 +59314,6 @@ void FramebufferTexture3D( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3D")] void FramebufferTexture3D( @@ -134994,7 +59325,6 @@ void FramebufferTexture3D( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] void FramebufferTexture3DEXT( [NativeTypeName("GLenum")] uint target, @@ -135005,7 +59335,6 @@ void FramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DEXT")] void FramebufferTexture3DEXT( @@ -135017,7 +59346,6 @@ void FramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] void FramebufferTexture3DOES( [NativeTypeName("GLenum")] uint target, @@ -135028,7 +59356,6 @@ void FramebufferTexture3DOES( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTexture3DOES")] void FramebufferTexture3DOES( @@ -135040,8 +59367,6 @@ void FramebufferTexture3DOES( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] void FramebufferTextureARB( [NativeTypeName("GLenum")] uint target, @@ -135050,8 +59375,6 @@ void FramebufferTextureARB( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureARB")] void FramebufferTextureARB( @@ -135061,8 +59384,6 @@ void FramebufferTextureARB( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] - [SupportedApiProfile("gles2", ["GL_EXT_geometry_shader"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] void FramebufferTextureEXT( [NativeTypeName("GLenum")] uint target, @@ -135071,8 +59392,6 @@ void FramebufferTextureEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] - [SupportedApiProfile("gles2", ["GL_EXT_geometry_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureEXT")] void FramebufferTextureEXT( @@ -135082,8 +59401,6 @@ void FramebufferTextureEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] uint target, @@ -135093,8 +59410,6 @@ void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] uint face ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceARB")] void FramebufferTextureFaceARB( @@ -135105,7 +59420,6 @@ void FramebufferTextureFaceARB( [NativeTypeName("GLenum")] Constant face ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint target, @@ -135115,7 +59429,6 @@ void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint face ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureFaceEXT")] void FramebufferTextureFaceEXT( @@ -135126,42 +59439,6 @@ void FramebufferTextureFaceEXT( [NativeTypeName("GLenum")] Constant face ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] void FramebufferTextureLayer( [NativeTypeName("GLenum")] uint target, @@ -135171,42 +59448,6 @@ void FramebufferTextureLayer( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayer")] void FramebufferTextureLayer( @@ -135217,8 +59458,6 @@ void FramebufferTextureLayer( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] void FramebufferTextureLayerARB( [NativeTypeName("GLenum")] uint target, @@ -135228,8 +59467,6 @@ void FramebufferTextureLayerARB( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerARB")] void FramebufferTextureLayerARB( @@ -135240,7 +59477,6 @@ void FramebufferTextureLayerARB( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] void FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLenum")] uint target, @@ -135252,7 +59488,6 @@ void FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLint")] int yscale ); - [SupportedApiProfile("gles2", ["GL_IMG_framebuffer_downsample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerDownsampleIMG")] void FramebufferTextureLayerDownsampleIMG( @@ -135265,7 +59500,6 @@ void FramebufferTextureLayerDownsampleIMG( [NativeTypeName("GLint")] int yscale ); - [SupportedApiProfile("gl", ["GL_EXT_texture_array", "GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] void FramebufferTextureLayerEXT( [NativeTypeName("GLenum")] uint target, @@ -135275,7 +59509,6 @@ void FramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_EXT_texture_array", "GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureLayerEXT")] void FramebufferTextureLayerEXT( @@ -135286,7 +59519,6 @@ void FramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gles2", ["GL_OVR_multiview_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] void FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLenum")] uint target, @@ -135298,7 +59530,6 @@ void FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLsizei")] uint numViews ); - [SupportedApiProfile("gles2", ["GL_OVR_multiview_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultisampleMultiviewOVR")] void FramebufferTextureMultisampleMultiviewOVR( @@ -135311,9 +59542,6 @@ void FramebufferTextureMultisampleMultiviewOVR( [NativeTypeName("GLsizei")] uint numViews ); - [SupportedApiProfile("gl", ["GL_OVR_multiview"])] - [SupportedApiProfile("glcore", ["GL_OVR_multiview"])] - [SupportedApiProfile("gles2", ["GL_OVR_multiview"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] void FramebufferTextureMultiviewOVR( [NativeTypeName("GLenum")] uint target, @@ -135324,9 +59552,6 @@ void FramebufferTextureMultiviewOVR( [NativeTypeName("GLsizei")] uint numViews ); - [SupportedApiProfile("gl", ["GL_OVR_multiview"])] - [SupportedApiProfile("glcore", ["GL_OVR_multiview"])] - [SupportedApiProfile("gles2", ["GL_OVR_multiview"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureMultiviewOVR")] void FramebufferTextureMultiviewOVR( @@ -135338,7 +59563,6 @@ void FramebufferTextureMultiviewOVR( [NativeTypeName("GLsizei")] uint numViews ); - [SupportedApiProfile("gles2", ["GL_OES_geometry_shader"])] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] void FramebufferTextureOES( [NativeTypeName("GLenum")] uint target, @@ -135347,7 +59571,6 @@ void FramebufferTextureOES( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gles2", ["GL_OES_geometry_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glFramebufferTextureOES")] void FramebufferTextureOES( @@ -135357,162 +59580,22 @@ void FramebufferTextureOES( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_GREMEDY_frame_terminator"])] [NativeFunction("opengl", EntryPoint = "glFrameTerminatorGREMEDY")] - void FrameTerminatorGremedy(); + void FrameTerminatorGREMEDY(); - [SupportedApiProfile("gl", ["GL_SGIX_framezoom"])] [NativeFunction("opengl", EntryPoint = "glFrameZoomSGIX")] void FrameZoomSGIX([NativeTypeName("GLint")] int factor); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glFreeObjectBufferATI")] void FreeObjectBufferATI([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFrontFace")] void FrontFace([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glFrontFace")] void FrontFace([NativeTypeName("GLenum")] Constant mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glFrustum")] void Frustum( [NativeTypeName("GLdouble")] double left, @@ -135523,7 +59606,6 @@ void Frustum( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glFrustumf")] void Frustum( [NativeTypeName("GLfloat")] float l, @@ -135534,8 +59616,6 @@ void Frustum( [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glFrustumfOES")] void FrustumOES( [NativeTypeName("GLfloat")] float l, @@ -135546,7 +59626,6 @@ void FrustumOES( [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glFrustumx")] void Frustumx( [NativeTypeName("GLfixed")] int l, @@ -135557,8 +59636,6 @@ void Frustumx( [NativeTypeName("GLfixed")] int f ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glFrustumxOES")] void FrustumxOES( [NativeTypeName("GLfixed")] int l, @@ -135570,155 +59647,16 @@ void FrustumxOES( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glGenAsyncMarkersSGIX")] uint GenAsyncMarkersSGIX([NativeTypeName("GLsizei")] uint range); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] uint GenBuffer(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] void GenBuffers([NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* buffers); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffers")] void GenBuffers( @@ -135726,14 +59664,12 @@ void GenBuffers( [NativeTypeName("GLuint *")] Ref buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] void GenBuffersARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] void GenBuffersARB( @@ -135741,128 +59677,37 @@ void GenBuffersARB( [NativeTypeName("GLuint *")] Ref buffers ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenBuffersARB")] uint GenBuffersARB(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] void GenerateMipmap([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmap")] void GenerateMipmap([NativeTypeName("GLenum")] Constant target); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] void GenerateMipmapEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapEXT")] void GenerateMipmapEXT([NativeTypeName("GLenum")] Constant target); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] void GenerateMipmapOES([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMipmapOES")] void GenerateMipmapOES([NativeTypeName("GLenum")] Constant target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] uint texunit, [NativeTypeName("GLenum")] uint target ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateMultiTexMipmapEXT")] void GenerateMultiTexMipmapEXT( @@ -135870,29 +59715,15 @@ void GenerateMultiTexMipmapEXT( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmap")] void GenerateTextureMipmap([NativeTypeName("GLuint")] uint texture); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] void GenerateTextureMipmapEXT( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLenum")] uint target ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenerateTextureMipmapEXT")] void GenerateTextureMipmapEXT( @@ -135900,35 +59731,26 @@ void GenerateTextureMipmapEXT( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] - void GenFencesApple( + void GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* fences ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] - void GenFencesApple( + void GenFencesAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref fences ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesAPPLE")] - uint GenFencesApple(); + uint GenFencesAPPLE(); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] void GenFencesNV([NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* fences); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] void GenFencesNV( @@ -135936,151 +59758,24 @@ void GenFencesNV( [NativeTypeName("GLuint *")] Ref fences ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFencesNV")] uint GenFencesNV(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glGenFragmentShadersATI")] uint GenFragmentShadersATI([NativeTypeName("GLuint")] uint range); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] uint GenFramebuffer(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] void GenFramebuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* framebuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffers")] void GenFramebuffers( @@ -136088,14 +59783,12 @@ void GenFramebuffers( [NativeTypeName("GLuint *")] Ref framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] void GenFramebuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] void GenFramebuffersEXT( @@ -136103,24 +59796,20 @@ void GenFramebuffersEXT( [NativeTypeName("GLuint *")] Ref framebuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersEXT")] uint GenFramebuffersEXT(); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] - uint GenFramebuffersO(); + uint GenFramebuffersOOES(); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] void GenFramebuffersOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* framebuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenFramebuffersOES")] void GenFramebuffersOES( @@ -136129,35 +59818,9 @@ void GenFramebuffersOES( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGenLists")] uint GenLists([NativeTypeName("GLsizei")] uint range); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] void GenNamesAMD( [NativeTypeName("GLenum")] uint identifier, @@ -136165,7 +59828,6 @@ void GenNamesAMD( [NativeTypeName("GLuint *")] uint* names ); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] void GenNamesAMD( @@ -136174,19 +59836,16 @@ void GenNamesAMD( [NativeTypeName("GLuint *")] Ref names ); - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenNamesAMD")] uint GenNamesAMD([NativeTypeName("GLenum")] uint identifier); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] void GenOcclusionQueriesNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] void GenOcclusionQueriesNV( @@ -136194,30 +59853,20 @@ void GenOcclusionQueriesNV( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenOcclusionQueriesNV")] uint GenOcclusionQueriesNV(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGenPathsNV")] uint GenPathNV([NativeTypeName("GLsizei")] uint range); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] void GenPerfMonitorsAMD( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* monitors ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] void GenPerfMonitorsAMD( @@ -136225,101 +59874,20 @@ void GenPerfMonitorsAMD( [NativeTypeName("GLuint *")] Ref monitors ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenPerfMonitorsAMD")] uint GenPerfMonitorsAMD(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] uint GenProgramPipeline(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] void GenProgramPipelines( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* pipelines ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelines")] void GenProgramPipelines( @@ -136327,14 +59895,12 @@ void GenProgramPipelines( [NativeTypeName("GLuint *")] Ref pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] void GenProgramPipelinesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] void GenProgramPipelinesEXT( @@ -136342,19 +59908,16 @@ void GenProgramPipelinesEXT( [NativeTypeName("GLuint *")] Ref pipelines ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramPipelinesEXT")] uint GenProgramPipelinesEXT(); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] void GenProgramARB( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] void GenProgramARB( @@ -136362,19 +59925,16 @@ void GenProgramARB( [NativeTypeName("GLuint *")] Ref programs ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsARB")] uint GenProgramARB(); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] void GenProgramNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] void GenProgramNV( @@ -136382,103 +59942,20 @@ void GenProgramNV( [NativeTypeName("GLuint *")] Ref programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenProgramsNV")] uint GenProgramNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGenQueries")] void GenQueries([NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueries")] void GenQueries([NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] void GenQueriesARB([NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] void GenQueriesARB( @@ -136486,22 +59963,13 @@ void GenQueriesARB( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesARB")] uint GenQueriesARB(); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] void GenQueriesEXT([NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] void GenQueriesEXT( @@ -136509,66 +59977,20 @@ void GenQueriesEXT( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueriesEXT")] uint GenQueriesEXT(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueries")] uint GenQuery(); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] void GenQueryResourceTagNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLint *")] int* tagIds ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] void GenQueryResourceTagNV( @@ -136576,144 +59998,20 @@ void GenQueryResourceTagNV( [NativeTypeName("GLint *")] Ref tagIds ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenQueryResourceTagNV")] int GenQueryResourceTagNV(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] uint GenRenderbuffer(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] void GenRenderbuffers( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* renderbuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffers")] void GenRenderbuffers( @@ -136721,14 +60019,12 @@ void GenRenderbuffers( [NativeTypeName("GLuint *")] Ref renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] void GenRenderbuffersEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] void GenRenderbuffersEXT( @@ -136736,24 +60032,20 @@ void GenRenderbuffersEXT( [NativeTypeName("GLuint *")] Ref renderbuffers ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersEXT")] uint GenRenderbuffersEXT(); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] - uint GenRenderbuffersO(); + uint GenRenderbuffersOOES(); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] void GenRenderbuffersOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* renderbuffers ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenRenderbuffersOES")] void GenRenderbuffersOES( @@ -136761,121 +60053,16 @@ void GenRenderbuffersOES( [NativeTypeName("GLuint *")] Ref renderbuffers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] uint GenSampler(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] void GenSamplers( [NativeTypeName("GLsizei")] uint count, [NativeTypeName("GLuint *")] uint* samplers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSamplers")] void GenSamplers( @@ -136883,16 +60070,12 @@ void GenSamplers( [NativeTypeName("GLuint *")] Ref samplers ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] void GenSemaphoresEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* semaphores ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] void GenSemaphoresEXT( @@ -136900,14 +60083,11 @@ void GenSemaphoresEXT( [NativeTypeName("GLuint *")] Ref semaphores ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSemaphoresEXT")] uint GenSemaphoresEXT(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] uint GenSymbolEXT( [NativeTypeName("GLenum")] uint datatype, @@ -136917,7 +60097,6 @@ uint GenSymbolEXT( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenSymbolsEXT")] uint GenSymbolEXT( @@ -136927,178 +60106,16 @@ uint GenSymbolEXT( [NativeTypeName("GLuint")] uint components ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTextures")] uint GenTexture(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGenTextures")] void GenTextures( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* textures ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTextures")] void GenTextures( @@ -137106,14 +60123,12 @@ void GenTextures( [NativeTypeName("GLuint *")] Ref textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] void GenTexturesEXT( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] void GenTexturesEXT( @@ -137121,105 +60136,20 @@ void GenTexturesEXT( [NativeTypeName("GLuint *")] Ref textures ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTexturesEXT")] uint GenTexturesEXT(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] uint GenTransformFeedback(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] void GenTransformFeedbacks( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacks")] void GenTransformFeedbacks( @@ -137227,14 +60157,12 @@ void GenTransformFeedbacks( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] void GenTransformFeedbacksNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] void GenTransformFeedbacksNV( @@ -137242,129 +60170,20 @@ void GenTransformFeedbacksNV( [NativeTypeName("GLuint *")] Ref ids ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenTransformFeedbacksNV")] uint GenTransformFeedbacksNV(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] uint GenVertexArray(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] void GenVertexArrays( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArrays")] void GenVertexArrays( @@ -137372,42 +60191,33 @@ void GenVertexArrays( [NativeTypeName("GLuint *")] Ref arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] - void GenVertexArraysApple( + void GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] - void GenVertexArraysApple( + void GenVertexArraysAPPLE( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] Ref arrays ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysAPPLE")] - uint GenVertexArraysApple(); + uint GenVertexArraysAPPLE(); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] - uint GenVertexArraysO(); + uint GenVertexArraysOOES(); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] void GenVertexArraysOES( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("GLuint *")] uint* arrays ); - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGenVertexArraysOES")] void GenVertexArraysOES( @@ -137416,34 +60226,9 @@ void GenVertexArraysOES( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGenVertexShadersEXT")] uint GenVertexShadersEXT([NativeTypeName("GLuint")] uint range); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] void GetActiveAtomicCounterBuffer( [NativeTypeName("GLuint")] uint program, @@ -137452,30 +60237,6 @@ void GetActiveAtomicCounterBuffer( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_atomic_counters", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAtomicCounterBufferiv")] void GetActiveAtomicCounterBuffer( @@ -137485,49 +60246,6 @@ void GetActiveAtomicCounterBuffer( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] void GetActiveAttrib( [NativeTypeName("GLuint")] uint program, @@ -137539,49 +60257,6 @@ void GetActiveAttrib( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] void GetActiveAttrib( @@ -137594,49 +60269,6 @@ void GetActiveAttrib( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] sbyte GetActiveAttrib( @@ -137647,49 +60279,6 @@ sbyte GetActiveAttrib( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] void GetActiveAttrib( @@ -137702,49 +60291,6 @@ void GetActiveAttrib( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] sbyte GetActiveAttrib( @@ -137755,49 +60301,6 @@ sbyte GetActiveAttrib( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] void GetActiveAttrib( @@ -137810,49 +60313,6 @@ void GetActiveAttrib( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttrib")] sbyte GetActiveAttrib( @@ -137863,7 +60323,6 @@ sbyte GetActiveAttrib( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] void GetActiveAttribARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -137875,7 +60334,6 @@ void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] void GetActiveAttribARB( @@ -137888,7 +60346,6 @@ void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] sbyte GetActiveAttribARB( @@ -137899,7 +60356,6 @@ sbyte GetActiveAttribARB( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] void GetActiveAttribARB( @@ -137912,7 +60368,6 @@ void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] sbyte GetActiveAttribARB( @@ -137923,7 +60378,6 @@ sbyte GetActiveAttribARB( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] void GetActiveAttribARB( @@ -137936,7 +60390,6 @@ void GetActiveAttribARB( [NativeTypeName("GLcharARB *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveAttribARB")] sbyte GetActiveAttribARB( @@ -137947,34 +60400,6 @@ sbyte GetActiveAttribARB( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] void GetActiveSubroutineName( [NativeTypeName("GLuint")] uint program, @@ -137985,34 +60410,6 @@ void GetActiveSubroutineName( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] void GetActiveSubroutineName( @@ -138024,34 +60421,6 @@ void GetActiveSubroutineName( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineName")] sbyte GetActiveSubroutineName( @@ -138061,34 +60430,6 @@ sbyte GetActiveSubroutineName( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] void GetActiveSubroutineUniform( [NativeTypeName("GLuint")] uint program, @@ -138098,34 +60439,6 @@ void GetActiveSubroutineUniform( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformiv")] void GetActiveSubroutineUniform( @@ -138136,34 +60449,6 @@ void GetActiveSubroutineUniform( [NativeTypeName("GLint *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] void GetActiveSubroutineUniformName( [NativeTypeName("GLuint")] uint program, @@ -138174,34 +60459,6 @@ void GetActiveSubroutineUniformName( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] void GetActiveSubroutineUniformName( @@ -138213,34 +60470,6 @@ void GetActiveSubroutineUniformName( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveSubroutineUniformName")] sbyte GetActiveSubroutineUniformName( @@ -138250,49 +60479,6 @@ sbyte GetActiveSubroutineUniformName( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] void GetActiveUniform( [NativeTypeName("GLuint")] uint program, @@ -138304,49 +60490,6 @@ void GetActiveUniform( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] void GetActiveUniform( @@ -138359,49 +60502,6 @@ void GetActiveUniform( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] sbyte GetActiveUniform( @@ -138412,49 +60512,6 @@ sbyte GetActiveUniform( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] void GetActiveUniform( @@ -138467,49 +60524,6 @@ void GetActiveUniform( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] sbyte GetActiveUniform( @@ -138520,49 +60534,6 @@ sbyte GetActiveUniform( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] void GetActiveUniform( @@ -138575,49 +60546,6 @@ void GetActiveUniform( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniform")] sbyte GetActiveUniform( @@ -138628,7 +60556,6 @@ sbyte GetActiveUniform( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] void GetActiveUniformARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -138640,7 +60567,6 @@ void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] void GetActiveUniformARB( @@ -138653,7 +60579,6 @@ void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] sbyte GetActiveUniformARB( @@ -138664,7 +60589,6 @@ sbyte GetActiveUniformARB( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] void GetActiveUniformARB( @@ -138677,7 +60601,6 @@ void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] sbyte GetActiveUniformARB( @@ -138688,7 +60611,6 @@ sbyte GetActiveUniformARB( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] void GetActiveUniformARB( @@ -138701,7 +60623,6 @@ void GetActiveUniformARB( [NativeTypeName("GLcharARB *")] Ref name ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformARB")] sbyte GetActiveUniformARB( @@ -138712,40 +60633,6 @@ sbyte GetActiveUniformARB( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] void GetActiveUniformBlock( [NativeTypeName("GLuint")] uint program, @@ -138754,40 +60641,6 @@ void GetActiveUniformBlock( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] void GetActiveUniformBlock( @@ -138797,40 +60650,6 @@ void GetActiveUniformBlock( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockiv")] int GetActiveUniformBlock( @@ -138838,40 +60657,6 @@ int GetActiveUniformBlock( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] void GetActiveUniformBlockName( [NativeTypeName("GLuint")] uint program, @@ -138881,40 +60666,6 @@ void GetActiveUniformBlockName( [NativeTypeName("GLchar *")] sbyte* uniformBlockName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] void GetActiveUniformBlockName( @@ -138925,40 +60676,6 @@ void GetActiveUniformBlockName( [NativeTypeName("GLchar *")] Ref uniformBlockName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformBlockName")] sbyte GetActiveUniformBlockName( @@ -138967,40 +60684,6 @@ sbyte GetActiveUniformBlockName( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] void GetActiveUniformName( [NativeTypeName("GLuint")] uint program, @@ -139010,40 +60693,6 @@ void GetActiveUniformName( [NativeTypeName("GLchar *")] sbyte* uniformName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] void GetActiveUniformName( @@ -139054,40 +60703,6 @@ void GetActiveUniformName( [NativeTypeName("GLchar *")] Ref uniformName ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformName")] sbyte GetActiveUniformName( @@ -139096,40 +60711,6 @@ sbyte GetActiveUniformName( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] void GetActiveUniforms( [NativeTypeName("GLuint")] uint program, @@ -139139,40 +60720,6 @@ void GetActiveUniforms( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveUniformsiv")] void GetActiveUniforms( @@ -139183,7 +60730,6 @@ void GetActiveUniforms( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] void GetActiveVaryingNV( [NativeTypeName("GLuint")] uint program, @@ -139195,7 +60741,6 @@ void GetActiveVaryingNV( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] void GetActiveVaryingNV( @@ -139208,7 +60753,6 @@ void GetActiveVaryingNV( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetActiveVaryingNV")] sbyte GetActiveVaryingNV( @@ -139219,7 +60763,6 @@ sbyte GetActiveVaryingNV( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] void GetArrayObjectfvATI( [NativeTypeName("GLenum")] uint array, @@ -139227,7 +60770,6 @@ void GetArrayObjectfvATI( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] void GetArrayObjectfvATI( @@ -139236,7 +60778,6 @@ void GetArrayObjectfvATI( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectfvATI")] float GetArrayObjectfvATI( @@ -139244,7 +60785,6 @@ float GetArrayObjectfvATI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] void GetArrayObjectivATI( [NativeTypeName("GLenum")] uint array, @@ -139252,7 +60792,6 @@ void GetArrayObjectivATI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] void GetArrayObjectivATI( @@ -139261,7 +60800,6 @@ void GetArrayObjectivATI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetArrayObjectivATI")] int GetArrayObjectivATI( @@ -139269,7 +60807,6 @@ int GetArrayObjectivATI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB")] uint containerObj, @@ -139278,7 +60815,6 @@ void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB *")] uint* obj ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] void GetAttachedObjectsARB( @@ -139288,7 +60824,6 @@ void GetAttachedObjectsARB( [NativeTypeName("GLhandleARB *")] Ref obj ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedObjectsARB")] uint GetAttachedObjectsARB( @@ -139296,49 +60831,6 @@ uint GetAttachedObjectsARB( [NativeTypeName("GLsizei *")] Ref count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] uint GetAttachedShader( @@ -139346,49 +60838,6 @@ uint GetAttachedShader( [NativeTypeName("GLsizei *")] Ref count ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] void GetAttachedShaders( [NativeTypeName("GLuint")] uint program, @@ -139397,49 +60846,6 @@ void GetAttachedShaders( [NativeTypeName("GLuint *")] uint* shaders ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttachedShaders")] void GetAttachedShaders( @@ -139450,49 +60856,6 @@ void GetAttachedShaders( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] int GetAttribLocation( [NativeTypeName("GLuint")] uint program, @@ -139500,49 +60863,6 @@ int GetAttribLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttribLocation")] int GetAttribLocation( @@ -139551,7 +60871,6 @@ int GetAttribLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] int GetAttribLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -139559,7 +60878,6 @@ int GetAttribLocationARB( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetAttribLocationARB")] int GetAttribLocationARB( @@ -139567,40 +60885,6 @@ int GetAttribLocationARB( [NativeTypeName("const GLcharARB *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] void GetBoolean( [NativeTypeName("GLenum")] uint target, @@ -139608,40 +60892,6 @@ void GetBoolean( [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleani_v")] void GetBoolean( @@ -139650,8 +60900,6 @@ void GetBoolean( [NativeTypeName("GLboolean *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] void GetBooleanIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -139659,8 +60907,6 @@ void GetBooleanIndexedEXT( [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleanIndexedvEXT")] void GetBooleanIndexedEXT( @@ -139669,124 +60915,12 @@ void GetBooleanIndexedEXT( [NativeTypeName("GLboolean *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] void GetBoolean( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBooleanv")] void GetBoolean( @@ -139794,36 +60928,6 @@ void GetBoolean( [NativeTypeName("GLboolean *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] void GetBufferParameter( [NativeTypeName("GLenum")] uint target, @@ -139831,36 +60935,6 @@ void GetBufferParameter( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteri64v")] void GetBufferParameter( @@ -139869,52 +60943,6 @@ void GetBufferParameter( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] void GetBufferParameter( [NativeTypeName("GLenum")] uint target, @@ -139922,52 +60950,6 @@ void GetBufferParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameteriv")] void GetBufferParameter( @@ -139976,7 +60958,6 @@ void GetBufferParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] void GetBufferParameterARB( [NativeTypeName("GLenum")] uint target, @@ -139984,7 +60965,6 @@ void GetBufferParameterARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterivARB")] void GetBufferParameterARB( @@ -139993,8 +60973,6 @@ void GetBufferParameterARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] void GetBufferParameterNV( [NativeTypeName("GLenum")] uint target, @@ -140002,8 +60980,6 @@ void GetBufferParameterNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] void GetBufferParameterNV( @@ -140012,54 +60988,12 @@ void GetBufferParameterNV( [NativeTypeName("GLuint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferParameterui64vNV")] ulong GetBufferParameterNV( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] void GetBufferPointer( [NativeTypeName("GLenum")] uint target, @@ -140067,46 +61001,6 @@ void GetBufferPointer( void** @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointerv")] void GetBufferPointer( @@ -140115,7 +61009,6 @@ void GetBufferPointer( Ref2D @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] void GetBufferPointerARB( [NativeTypeName("GLenum")] uint target, @@ -140123,7 +61016,6 @@ void GetBufferPointerARB( void** @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervARB")] void GetBufferPointerARB( @@ -140132,8 +61024,6 @@ void GetBufferPointerARB( Ref2D @params ); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] void GetBufferPointerOES( [NativeTypeName("GLenum")] uint target, @@ -140141,8 +61031,6 @@ void GetBufferPointerOES( void** @params ); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferPointervOES")] void GetBufferPointerOES( @@ -140151,46 +61039,6 @@ void GetBufferPointerOES( Ref2D @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] void GetBufferSubData( [NativeTypeName("GLenum")] uint target, @@ -140199,46 +61047,6 @@ void GetBufferSubData( void* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferSubData")] void GetBufferSubData( @@ -140248,81 +61056,29 @@ void GetBufferSubData( Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] void GetBufferSubDataARB( [NativeTypeName("GLenum")] uint target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, void* data ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetBufferSubDataARB")] void GetBufferSubDataARB( [NativeTypeName("GLenum")] Constant target, - [NativeTypeName("GLintptrARB")] nint offset, - [NativeTypeName("GLsizeiptrARB")] nint size, + [NativeTypeName("GLintptrARB")] long offset, + [NativeTypeName("GLsizeiptrARB")] long size, Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] void GetClipPlane( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLdouble *")] double* equation ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlane")] void GetClipPlane( @@ -140330,14 +61086,12 @@ void GetClipPlane( [NativeTypeName("GLdouble *")] Ref equation ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] void GetClipPlane( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLfloat *")] float* equation ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanef")] void GetClipPlane( @@ -140345,16 +61099,12 @@ void GetClipPlane( [NativeTypeName("GLfloat *")] Ref equation ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] void GetClipPlaneOES( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLfloat *")] float* equation ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanefOES")] void GetClipPlaneOES( @@ -140362,14 +61112,12 @@ void GetClipPlaneOES( [NativeTypeName("GLfloat *")] Ref equation ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] void GetClipPlanex( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLfixed *")] int* equation ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanex")] void GetClipPlanex( @@ -140377,16 +61125,12 @@ void GetClipPlanex( [NativeTypeName("GLfixed *")] Ref equation ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] void GetClipPlanexOES( [NativeTypeName("GLenum")] uint plane, [NativeTypeName("GLfixed *")] int* equation ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetClipPlanexOES")] void GetClipPlanexOES( @@ -140394,7 +61138,6 @@ void GetClipPlanexOES( [NativeTypeName("GLfixed *")] Ref equation ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTable")] void GetColorTable( [NativeTypeName("GLenum")] uint target, @@ -140403,7 +61146,6 @@ void GetColorTable( void* table ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTable")] void GetColorTable( @@ -140413,7 +61155,6 @@ void GetColorTable( Ref table ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] void GetColorTableEXT( [NativeTypeName("GLenum")] uint target, @@ -140422,7 +61163,6 @@ void GetColorTableEXT( void* data ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableEXT")] void GetColorTableEXT( @@ -140432,7 +61172,6 @@ void GetColorTableEXT( Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] void GetColorTableParameter( [NativeTypeName("GLenum")] uint target, @@ -140440,7 +61179,6 @@ void GetColorTableParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfv")] void GetColorTableParameter( @@ -140449,7 +61187,6 @@ void GetColorTableParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] void GetColorTableParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -140457,7 +61194,6 @@ void GetColorTableParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvEXT")] void GetColorTableParameterEXT( @@ -140466,7 +61202,6 @@ void GetColorTableParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] void GetColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, @@ -140474,7 +61209,6 @@ void GetColorTableParameterSGI( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterfvSGI")] void GetColorTableParameterSGI( @@ -140483,7 +61217,6 @@ void GetColorTableParameterSGI( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] void GetColorTableParameter( [NativeTypeName("GLenum")] uint target, @@ -140491,7 +61224,6 @@ void GetColorTableParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameteriv")] void GetColorTableParameter( @@ -140500,7 +61232,6 @@ void GetColorTableParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] void GetColorTableParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -140508,7 +61239,6 @@ void GetColorTableParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_paletted_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivEXT")] void GetColorTableParameterEXT( @@ -140517,7 +61247,6 @@ void GetColorTableParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] void GetColorTableParameterSGI( [NativeTypeName("GLenum")] uint target, @@ -140525,7 +61254,6 @@ void GetColorTableParameterSGI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableParameterivSGI")] void GetColorTableParameterSGI( @@ -140534,7 +61262,6 @@ void GetColorTableParameterSGI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] void GetColorTableSGI( [NativeTypeName("GLenum")] uint target, @@ -140543,7 +61270,6 @@ void GetColorTableSGI( void* table ); - [SupportedApiProfile("gl", ["GL_SGI_color_table"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetColorTableSGI")] void GetColorTableSGI( @@ -140553,7 +61279,6 @@ void GetColorTableSGI( Ref table ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] void GetCombinerInputParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -140563,7 +61288,6 @@ void GetCombinerInputParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterfvNV")] void GetCombinerInputParameterNV( @@ -140574,7 +61298,6 @@ void GetCombinerInputParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] void GetCombinerInputParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -140584,7 +61307,6 @@ void GetCombinerInputParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerInputParameterivNV")] void GetCombinerInputParameterNV( @@ -140595,7 +61317,6 @@ void GetCombinerInputParameterNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] void GetCombinerOutputParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -140604,7 +61325,6 @@ void GetCombinerOutputParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterfvNV")] void GetCombinerOutputParameterNV( @@ -140614,7 +61334,6 @@ void GetCombinerOutputParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] void GetCombinerOutputParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -140623,7 +61342,6 @@ void GetCombinerOutputParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerOutputParameterivNV")] void GetCombinerOutputParameterNV( @@ -140633,7 +61351,6 @@ void GetCombinerOutputParameterNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] void GetCombinerStageParameterNV( [NativeTypeName("GLenum")] uint stage, @@ -140641,7 +61358,6 @@ void GetCombinerStageParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCombinerStageParameterfvNV")] void GetCombinerStageParameterNV( @@ -140651,8 +61367,6 @@ void GetCombinerStageParameterNV( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] uint GetCommandHeaderNV( [NativeTypeName("GLenum")] uint tokenID, @@ -140660,8 +61374,6 @@ uint GetCommandHeaderNV( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCommandHeaderNV")] uint GetCommandHeaderNV( @@ -140669,8 +61381,6 @@ uint GetCommandHeaderNV( [NativeTypeName("GLuint")] uint size ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] void GetCompressedMultiTexImageEXT( [NativeTypeName("GLenum")] uint texunit, @@ -140679,8 +61389,6 @@ void GetCompressedMultiTexImageEXT( void* img ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedMultiTexImageEXT")] void GetCompressedMultiTexImageEXT( @@ -140690,50 +61398,6 @@ void GetCompressedMultiTexImageEXT( Ref img ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] void GetCompressedTexImage( [NativeTypeName("GLenum")] uint target, @@ -140741,50 +61405,6 @@ void GetCompressedTexImage( void* img ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImage")] void GetCompressedTexImage( @@ -140793,7 +61413,6 @@ void GetCompressedTexImage( Ref img ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] void GetCompressedTexImageARB( [NativeTypeName("GLenum")] uint target, @@ -140801,7 +61420,6 @@ void GetCompressedTexImageARB( void* img ); - [SupportedApiProfile("gl", ["GL_ARB_texture_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTexImageARB")] void GetCompressedTexImageARB( @@ -140810,16 +61428,6 @@ void GetCompressedTexImageARB( Ref img ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] void GetCompressedTextureImage( [NativeTypeName("GLuint")] uint texture, @@ -140828,16 +61436,6 @@ void GetCompressedTextureImage( void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImage")] void GetCompressedTextureImage( @@ -140847,8 +61445,6 @@ void GetCompressedTextureImage( Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] void GetCompressedTextureImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -140857,8 +61453,6 @@ void GetCompressedTextureImageEXT( void* img ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureImageEXT")] void GetCompressedTextureImageEXT( @@ -140868,16 +61462,6 @@ void GetCompressedTextureImageEXT( Ref img ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] void GetCompressedTextureSubImage( [NativeTypeName("GLuint")] uint texture, @@ -140892,16 +61476,6 @@ void GetCompressedTextureSubImage( void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCompressedTextureSubImage")] void GetCompressedTextureSubImage( @@ -140917,7 +61491,6 @@ void GetCompressedTextureSubImage( Ref pixels ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] void GetConvolutionFilter( [NativeTypeName("GLenum")] uint target, @@ -140926,7 +61499,6 @@ void GetConvolutionFilter( void* image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilter")] void GetConvolutionFilter( @@ -140936,7 +61508,6 @@ void GetConvolutionFilter( Ref image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] void GetConvolutionFilterEXT( [NativeTypeName("GLenum")] uint target, @@ -140945,7 +61516,6 @@ void GetConvolutionFilterEXT( void* image ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionFilterEXT")] void GetConvolutionFilterEXT( @@ -140955,7 +61525,6 @@ void GetConvolutionFilterEXT( Ref image ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] void GetConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -140963,7 +61532,6 @@ void GetConvolutionParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfv")] void GetConvolutionParameter( @@ -140972,7 +61540,6 @@ void GetConvolutionParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] void GetConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -140980,7 +61547,6 @@ void GetConvolutionParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterfvEXT")] void GetConvolutionParameterEXT( @@ -140989,7 +61555,6 @@ void GetConvolutionParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] void GetConvolutionParameter( [NativeTypeName("GLenum")] uint target, @@ -140997,7 +61562,6 @@ void GetConvolutionParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameteriv")] void GetConvolutionParameter( @@ -141006,7 +61570,6 @@ void GetConvolutionParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] void GetConvolutionParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -141014,7 +61577,6 @@ void GetConvolutionParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterivEXT")] void GetConvolutionParameterEXT( @@ -141023,12 +61585,10 @@ void GetConvolutionParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] - int GetConvolutionParameterxvO([NativeTypeName("GLenum")] uint target); + int GetConvolutionParameterxvOOES([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] void GetConvolutionParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -141036,7 +61596,6 @@ void GetConvolutionParameterxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetConvolutionParameterxvOES")] void GetConvolutionParameterxOES( @@ -141045,18 +61604,12 @@ void GetConvolutionParameterxOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] void GetCoverageModulationTableNV( [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] void GetCoverageModulationTableNV( @@ -141064,24 +61617,11 @@ void GetCoverageModulationTableNV( [NativeTypeName("GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetCoverageModulationTableNV")] float GetCoverageModulationTableNV(); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] uint GetDebugMessageLog( [NativeTypeName("GLuint")] uint count, @@ -141095,16 +61635,6 @@ uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] uint GetDebugMessageLog( @@ -141119,16 +61649,6 @@ uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] uint GetDebugMessageLog( @@ -141143,16 +61663,6 @@ uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLog")] uint GetDebugMessageLog( @@ -141167,7 +61677,6 @@ uint GetDebugMessageLog( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] uint GetDebugMessageLogAMD( [NativeTypeName("GLuint")] uint count, @@ -141180,7 +61689,6 @@ uint GetDebugMessageLogAMD( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] uint GetDebugMessageLogAMD( @@ -141194,7 +61702,6 @@ uint GetDebugMessageLogAMD( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] uint GetDebugMessageLogAMD( @@ -141208,7 +61715,6 @@ uint GetDebugMessageLogAMD( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_AMD_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogAMD")] uint GetDebugMessageLogAMD( @@ -141222,8 +61728,6 @@ uint GetDebugMessageLogAMD( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] uint GetDebugMessageLogARB( [NativeTypeName("GLuint")] uint count, @@ -141237,8 +61741,6 @@ uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] uint GetDebugMessageLogARB( @@ -141253,8 +61755,6 @@ uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] uint GetDebugMessageLogARB( @@ -141269,8 +61769,6 @@ uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ARB_debug_output"])] - [SupportedApiProfile("glcore", ["GL_ARB_debug_output"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogARB")] uint GetDebugMessageLogARB( @@ -141285,7 +61783,6 @@ uint GetDebugMessageLogARB( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] uint GetDebugMessageLogKHR( [NativeTypeName("GLuint")] uint count, @@ -141299,7 +61796,6 @@ uint GetDebugMessageLogKHR( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] uint GetDebugMessageLogKHR( @@ -141314,7 +61810,6 @@ uint GetDebugMessageLogKHR( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] uint GetDebugMessageLogKHR( @@ -141329,7 +61824,6 @@ uint GetDebugMessageLogKHR( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDebugMessageLogKHR")] uint GetDebugMessageLogKHR( @@ -141343,14 +61837,12 @@ uint GetDebugMessageLogKHR( [NativeTypeName("GLchar *")] Ref messageLog ); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] void GetDetailTexFuncSGIS( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_detail_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDetailTexFuncSGIS")] void GetDetailTexFuncSGIS( @@ -141358,32 +61850,6 @@ void GetDetailTexFuncSGIS( [NativeTypeName("GLfloat *")] Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] void GetDouble( [NativeTypeName("GLenum")] uint target, @@ -141391,32 +61857,6 @@ void GetDouble( [NativeTypeName("GLdouble *")] double* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublei_v")] void GetDouble( @@ -141425,8 +61865,6 @@ void GetDouble( [NativeTypeName("GLdouble *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] void GetDoubleEXT( [NativeTypeName("GLenum")] uint pname, @@ -141434,8 +61872,6 @@ void GetDoubleEXT( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublei_vEXT")] void GetDoubleEXT( @@ -141444,8 +61880,6 @@ void GetDoubleEXT( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] void GetDoubleIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -141453,8 +61887,6 @@ void GetDoubleIndexedEXT( [NativeTypeName("GLdouble *")] double* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoubleIndexedvEXT")] void GetDoubleIndexedEXT( @@ -141463,112 +61895,12 @@ void GetDoubleIndexedEXT( [NativeTypeName("GLdouble *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetDoublev")] void GetDouble( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLdouble *")] double* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDoublev")] void GetDouble( @@ -141576,8 +61908,6 @@ void GetDouble( [NativeTypeName("GLdouble *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] void GetDriverControlQCOM( [NativeTypeName("GLint *")] int* num, @@ -141585,8 +61915,6 @@ void GetDriverControlQCOM( [NativeTypeName("GLuint *")] uint* driverControls ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] void GetDriverControlQCOM( @@ -141595,14 +61923,10 @@ void GetDriverControlQCOM( [NativeTypeName("GLuint *")] Ref driverControls ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlsQCOM")] uint GetDriverControlQCOM([NativeTypeName("GLint *")] Ref num); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] void GetDriverControlStringQCOM( [NativeTypeName("GLuint")] uint driverControl, @@ -141611,8 +61935,6 @@ void GetDriverControlStringQCOM( [NativeTypeName("GLchar *")] sbyte* driverControlString ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] void GetDriverControlStringQCOM( @@ -141622,8 +61944,6 @@ void GetDriverControlStringQCOM( [NativeTypeName("GLchar *")] Ref driverControlString ); - [SupportedApiProfile("gles2", ["GL_QCOM_driver_control"])] - [SupportedApiProfile("gles1", ["GL_QCOM_driver_control"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetDriverControlStringQCOM")] sbyte GetDriverControlStringQCOM( @@ -141632,129 +61952,14 @@ sbyte GetDriverControlStringQCOM( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetError")] Constant GetError(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetError")] uint GetErrorRaw(); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] void GetFenceNV( [NativeTypeName("GLuint")] uint fence, @@ -141762,9 +61967,6 @@ void GetFenceNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFenceivNV")] void GetFenceNV( @@ -141773,7 +61975,6 @@ void GetFenceNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] void GetFinalCombinerInputParameterNV( [NativeTypeName("GLenum")] uint variable, @@ -141781,7 +61982,6 @@ void GetFinalCombinerInputParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterfvNV")] void GetFinalCombinerInputParameterNV( @@ -141790,7 +61990,6 @@ void GetFinalCombinerInputParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] void GetFinalCombinerInputParameterNV( [NativeTypeName("GLenum")] uint variable, @@ -141798,7 +61997,6 @@ void GetFinalCombinerInputParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_register_combiners"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFinalCombinerInputParameterivNV")] void GetFinalCombinerInputParameterNV( @@ -141807,27 +62005,19 @@ void GetFinalCombinerInputParameterNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] - void GetFirstPerfQueryIdIntel([NativeTypeName("GLuint *")] uint* queryId); + void GetFirstPerfQueryIdINTEL([NativeTypeName("GLuint *")] uint* queryId); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFirstPerfQueryIdINTEL")] - void GetFirstPerfQueryIdIntel([NativeTypeName("GLuint *")] Ref queryId); + void GetFirstPerfQueryIdINTEL([NativeTypeName("GLuint *")] Ref queryId); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetFixedv")] void GetFixed( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFixedv")] void GetFixed( @@ -141835,16 +62025,12 @@ void GetFixed( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] void GetFixedOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFixedvOES")] void GetFixedOES( @@ -141852,32 +62038,6 @@ void GetFixedOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] void GetFloat( [NativeTypeName("GLenum")] uint target, @@ -141885,32 +62045,6 @@ void GetFloat( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_v")] void GetFloat( @@ -141919,8 +62053,6 @@ void GetFloat( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] void GetFloatEXT( [NativeTypeName("GLenum")] uint pname, @@ -141928,8 +62060,6 @@ void GetFloatEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vEXT")] void GetFloatEXT( @@ -141938,7 +62068,6 @@ void GetFloatEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] void GetFloatNV( [NativeTypeName("GLenum")] uint target, @@ -141946,7 +62075,6 @@ void GetFloatNV( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vNV")] void GetFloatNV( @@ -141955,7 +62083,6 @@ void GetFloatNV( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] void GetFloatOES( [NativeTypeName("GLenum")] uint target, @@ -141963,7 +62090,6 @@ void GetFloatOES( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloati_vOES")] void GetFloatOES( @@ -141972,8 +62098,6 @@ void GetFloatOES( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] void GetFloatIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -141981,8 +62105,6 @@ void GetFloatIndexedEXT( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloatIndexedvEXT")] void GetFloatIndexedEXT( @@ -141991,121 +62113,9 @@ void GetFloatIndexedEXT( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetFloatv")] void GetFloat([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFloatv")] void GetFloat( @@ -142113,46 +62123,14 @@ void GetFloat( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] void GetFogFuncSGIS([NativeTypeName("GLfloat *")] float* points); - [SupportedApiProfile("gl", ["GL_SGIS_fog_function"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFogFuncSGIS")] void GetFogFuncSGIS([NativeTypeName("GLfloat *")] Ref points); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] int GetFragDataIndex( [NativeTypeName("GLuint")] uint program, @@ -142160,36 +62138,6 @@ int GetFragDataIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_blend_func_extended", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndex")] int GetFragDataIndex( @@ -142198,7 +62146,6 @@ int GetFragDataIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] int GetFragDataIndexEXT( [NativeTypeName("GLuint")] uint program, @@ -142206,7 +62153,6 @@ int GetFragDataIndexEXT( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataIndexEXT")] int GetFragDataIndexEXT( @@ -142215,40 +62161,6 @@ int GetFragDataIndexEXT( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] int GetFragDataLocation( [NativeTypeName("GLuint")] uint program, @@ -142256,40 +62168,6 @@ int GetFragDataLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocation")] int GetFragDataLocation( @@ -142298,7 +62176,6 @@ int GetFragDataLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] int GetFragDataLocationEXT( [NativeTypeName("GLuint")] uint program, @@ -142306,7 +62183,6 @@ int GetFragDataLocationEXT( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragDataLocationEXT")] int GetFragDataLocationEXT( @@ -142314,7 +62190,6 @@ int GetFragDataLocationEXT( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] void GetFragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -142322,7 +62197,6 @@ void GetFragmentLightSGIX( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightfvSGIX")] void GetFragmentLightSGIX( @@ -142331,7 +62205,6 @@ void GetFragmentLightSGIX( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] void GetFragmentLightSGIX( [NativeTypeName("GLenum")] uint light, @@ -142339,7 +62212,6 @@ void GetFragmentLightSGIX( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentLightivSGIX")] void GetFragmentLightSGIX( @@ -142348,7 +62220,6 @@ void GetFragmentLightSGIX( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] void GetFragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -142356,7 +62227,6 @@ void GetFragmentMaterialSGIX( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialfvSGIX")] void GetFragmentMaterialSGIX( @@ -142365,7 +62235,6 @@ void GetFragmentMaterialSGIX( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] void GetFragmentMaterialSGIX( [NativeTypeName("GLenum")] uint face, @@ -142373,7 +62242,6 @@ void GetFragmentMaterialSGIX( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentMaterialivSGIX")] void GetFragmentMaterialSGIX( @@ -142382,7 +62250,6 @@ void GetFragmentMaterialSGIX( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] void GetFragmentShadingRatesEXT( [NativeTypeName("GLsizei")] uint samples, @@ -142391,7 +62258,6 @@ void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] uint* shadingRates ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] void GetFragmentShadingRatesEXT( @@ -142401,7 +62267,6 @@ void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] Ref shadingRates ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] uint GetFragmentShadingRatesEXT( @@ -142409,7 +62274,6 @@ uint GetFragmentShadingRatesEXT( [NativeTypeName("GLsizei *")] Ref count ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] void GetFragmentShadingRatesEXT( @@ -142419,7 +62283,6 @@ void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] Ref shadingRates ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFragmentShadingRatesEXT")] void GetFragmentShadingRatesEXT( @@ -142429,47 +62292,6 @@ void GetFragmentShadingRatesEXT( [NativeTypeName("GLenum *")] Ref shadingRates ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] void GetFramebufferAttachmentParameter( [NativeTypeName("GLenum")] uint target, @@ -142478,47 +62300,6 @@ void GetFramebufferAttachmentParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameteriv")] void GetFramebufferAttachmentParameter( @@ -142528,7 +62309,6 @@ void GetFramebufferAttachmentParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] void GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -142537,7 +62317,6 @@ void GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivEXT")] void GetFramebufferAttachmentParameterEXT( @@ -142547,7 +62326,6 @@ void GetFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] void GetFramebufferAttachmentParameterOES( [NativeTypeName("GLenum")] uint target, @@ -142556,7 +62334,6 @@ void GetFramebufferAttachmentParameterOES( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferAttachmentParameterivOES")] void GetFramebufferAttachmentParameterOES( @@ -142566,7 +62343,6 @@ void GetFramebufferAttachmentParameterOES( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] void GetFramebufferParameterAMD( [NativeTypeName("GLenum")] uint target, @@ -142577,7 +62353,6 @@ void GetFramebufferParameterAMD( [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterfvAMD")] void GetFramebufferParameterAMD( @@ -142589,28 +62364,6 @@ void GetFramebufferParameterAMD( [NativeTypeName("GLfloat *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] void GetFramebufferParameter( [NativeTypeName("GLenum")] uint target, @@ -142618,28 +62371,6 @@ void GetFramebufferParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_no_attachments", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameteriv")] void GetFramebufferParameter( @@ -142648,8 +62379,6 @@ void GetFramebufferParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] void GetFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -142657,8 +62386,6 @@ void GetFramebufferParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivEXT")] void GetFramebufferParameterEXT( @@ -142667,9 +62394,6 @@ void GetFramebufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] void GetFramebufferParameterMESA( [NativeTypeName("GLenum")] uint target, @@ -142677,9 +62401,6 @@ void GetFramebufferParameterMESA( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("glcore", ["GL_MESA_framebuffer_flip_y"])] - [SupportedApiProfile("gles2", ["GL_MESA_framebuffer_flip_y"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferParameterivMESA")] void GetFramebufferParameterMESA( @@ -142689,12 +62410,10 @@ void GetFramebufferParameterMESA( ); [return: NativeTypeName("GLsizei")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] uint GetFramebufferPixelLocalStorageSizeEXT([NativeTypeName("GLuint")] uint target); [return: NativeTypeName("GLsizei")] - [SupportedApiProfile("gles2", ["GL_EXT_shader_pixel_local_storage2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetFramebufferPixelLocalStorageSizeEXT")] uint GetFramebufferPixelLocalStorageSizeEXT( @@ -142702,83 +62421,50 @@ uint GetFramebufferPixelLocalStorageSizeEXT( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] Constant GetGraphicsResetStatus(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] Constant GetGraphicsResetStatusARB(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusARB")] - uint GetGraphicsResetStatusARBRaw(); + uint GetGraphicsResetStatusARBRawARB(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] Constant GetGraphicsResetStatusEXT(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusEXT")] - uint GetGraphicsResetStatusEXTRaw(); + uint GetGraphicsResetStatusEXTRawEXT(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] Constant GetGraphicsResetStatusKHR(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatusKHR")] - uint GetGraphicsResetStatusKHRRaw(); + uint GetGraphicsResetStatusKHRRawKHR(); [return: NativeTypeName("GLenum")] - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetGraphicsResetStatus")] uint GetGraphicsResetStatusRaw(); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] uint GetHandleARB([NativeTypeName("GLenum")] uint pname); [return: NativeTypeName("GLhandleARB")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHandleARB")] uint GetHandleARB([NativeTypeName("GLenum")] Constant pname); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogram")] void GetHistogram( [NativeTypeName("GLenum")] uint target, @@ -142788,7 +62474,6 @@ void GetHistogram( void* values ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogram")] void GetHistogram( @@ -142799,7 +62484,6 @@ void GetHistogram( Ref values ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] void GetHistogramEXT( [NativeTypeName("GLenum")] uint target, @@ -142809,7 +62493,6 @@ void GetHistogramEXT( void* values ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramEXT")] void GetHistogramEXT( @@ -142820,7 +62503,6 @@ void GetHistogramEXT( Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] void GetHistogramParameter( [NativeTypeName("GLenum")] uint target, @@ -142828,7 +62510,6 @@ void GetHistogramParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfv")] void GetHistogramParameter( @@ -142837,7 +62518,6 @@ void GetHistogramParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] void GetHistogramParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -142845,7 +62525,6 @@ void GetHistogramParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterfvEXT")] void GetHistogramParameterEXT( @@ -142854,7 +62533,6 @@ void GetHistogramParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] void GetHistogramParameter( [NativeTypeName("GLenum")] uint target, @@ -142862,7 +62540,6 @@ void GetHistogramParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameteriv")] void GetHistogramParameter( @@ -142871,7 +62548,6 @@ void GetHistogramParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] void GetHistogramParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -142879,7 +62555,6 @@ void GetHistogramParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterivEXT")] void GetHistogramParameterEXT( @@ -142888,7 +62563,6 @@ void GetHistogramParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] void GetHistogramParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -142896,7 +62570,6 @@ void GetHistogramParameterxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetHistogramParameterxvOES")] void GetHistogramParameterxOES( @@ -142906,8 +62579,6 @@ void GetHistogramParameterxOES( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] ulong GetImageHandleARB( [NativeTypeName("GLuint")] uint texture, @@ -142918,8 +62589,6 @@ ulong GetImageHandleARB( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageHandleARB")] ulong GetImageHandleARB( @@ -142931,9 +62600,6 @@ ulong GetImageHandleARB( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] ulong GetImageHandleNV( [NativeTypeName("GLuint")] uint texture, @@ -142944,9 +62610,6 @@ ulong GetImageHandleNV( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageHandleNV")] ulong GetImageHandleNV( @@ -142957,7 +62620,6 @@ ulong GetImageHandleNV( [NativeTypeName("GLenum")] Constant format ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] void GetImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -142965,7 +62627,6 @@ void GetImageTransformParameterHP( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterfvHP")] void GetImageTransformParameterHP( @@ -142974,7 +62635,6 @@ void GetImageTransformParameterHP( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] void GetImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -142982,7 +62642,6 @@ void GetImageTransformParameterHP( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetImageTransformParameterivHP")] void GetImageTransformParameterHP( @@ -142991,7 +62650,6 @@ void GetImageTransformParameterHP( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] void GetInfoLogARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -143000,7 +62658,6 @@ void GetInfoLogARB( [NativeTypeName("GLcharARB *")] sbyte* infoLog ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] void GetInfoLogARB( @@ -143010,7 +62667,6 @@ void GetInfoLogARB( [NativeTypeName("GLcharARB *")] Ref infoLog ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInfoLogARB")] sbyte GetInfoLogARB( @@ -143019,40 +62675,9 @@ sbyte GetInfoLogARB( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glGetInstrumentsSGIX")] int GetInstrumentsSGIX(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] void GetInteger64( [NativeTypeName("GLenum")] uint target, @@ -143060,36 +62685,6 @@ void GetInteger64( [NativeTypeName("GLint64 *")] long* data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64i_v")] void GetInteger64( @@ -143098,76 +62693,12 @@ void GetInteger64( [NativeTypeName("GLint64 *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] void GetInteger64( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64v")] void GetInteger64( @@ -143175,31 +62706,25 @@ void GetInteger64( [NativeTypeName("GLint64 *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] - void GetInteger64Apple( + void GetInteger64APPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64vAPPLE")] - void GetInteger64Apple( + void GetInteger64APPLE( [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] void GetInteger64EXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64 *")] long* data ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInteger64vEXT")] void GetInteger64EXT( @@ -143207,42 +62732,6 @@ void GetInteger64EXT( [NativeTypeName("GLint64 *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] void GetInteger( [NativeTypeName("GLenum")] uint target, @@ -143250,42 +62739,6 @@ void GetInteger( [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_v")] void GetInteger( @@ -143294,7 +62747,6 @@ void GetInteger( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] void GetIntegerEXT( [NativeTypeName("GLenum")] uint target, @@ -143302,7 +62754,6 @@ void GetIntegerEXT( [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegeri_vEXT")] void GetIntegerEXT( @@ -143311,8 +62762,6 @@ void GetIntegerEXT( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] void GetIntegerIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -143320,8 +62769,6 @@ void GetIntegerIndexedEXT( [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerIndexedvEXT")] void GetIntegerIndexedEXT( @@ -143330,8 +62777,6 @@ void GetIntegerIndexedEXT( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] void GetIntegerui64NV( [NativeTypeName("GLenum")] uint value, @@ -143339,8 +62784,6 @@ void GetIntegerui64NV( [NativeTypeName("GLuint64EXT *")] ulong* result ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] void GetIntegerui64NV( @@ -143349,22 +62792,16 @@ void GetIntegerui64NV( [NativeTypeName("GLuint64EXT *")] Ref result ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64i_vNV")] ulong GetIntegerui64NV([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] void GetIntegerNV( [NativeTypeName("GLenum")] uint value, [NativeTypeName("GLuint64EXT *")] ulong* result ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] void GetIntegerNV( @@ -143372,127 +62809,13 @@ void GetIntegerNV( [NativeTypeName("GLuint64EXT *")] Ref result ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerui64vNV")] ulong GetIntegerNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] void GetInteger([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* data); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetIntegerv")] void GetInteger( @@ -143500,30 +62823,8 @@ void GetInteger( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] - void GetInternalformati64V( + void GetInternalformati64v( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint internalformat, [NativeTypeName("GLenum")] uint pname, @@ -143531,31 +62832,9 @@ void GetInternalformati64V( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] - void GetInternalformati64V( + void GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname, @@ -143563,60 +62842,14 @@ void GetInternalformati64V( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformati64v")] - long GetInternalformati64V( + long GetInternalformati64v( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant internalformat, [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] void GetInternalformat( [NativeTypeName("GLenum")] uint target, @@ -143626,30 +62859,6 @@ void GetInternalformat( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] void GetInternalformat( @@ -143660,30 +62869,6 @@ void GetInternalformat( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_internalformat_query", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformativ")] int GetInternalformat( @@ -143692,9 +62877,6 @@ int GetInternalformat( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] void GetInternalformatSampleNV( [NativeTypeName("GLenum")] uint target, @@ -143705,9 +62887,6 @@ void GetInternalformatSampleNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] void GetInternalformatSampleNV( @@ -143719,9 +62898,6 @@ void GetInternalformatSampleNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("glcore", ["GL_NV_internalformat_sample_query"])] - [SupportedApiProfile("gles2", ["GL_NV_internalformat_sample_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInternalformatSampleivNV")] int GetInternalformatSampleNV( @@ -143731,7 +62907,6 @@ int GetInternalformatSampleNV( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] void GetInvariantBooleanEXT( [NativeTypeName("GLuint")] uint id, @@ -143739,7 +62914,6 @@ void GetInvariantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] void GetInvariantBooleanEXT( @@ -143748,14 +62922,12 @@ void GetInvariantBooleanEXT( [NativeTypeName("GLboolean *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantBooleanvEXT")] uint GetInvariantBooleanEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] void GetInvariantFloatEXT( [NativeTypeName("GLuint")] uint id, @@ -143763,7 +62935,6 @@ void GetInvariantFloatEXT( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] void GetInvariantFloatEXT( @@ -143772,14 +62943,12 @@ void GetInvariantFloatEXT( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantFloatvEXT")] float GetInvariantFloatEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] void GetInvariantIntegerEXT( [NativeTypeName("GLuint")] uint id, @@ -143787,7 +62956,6 @@ void GetInvariantIntegerEXT( [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] void GetInvariantIntegerEXT( @@ -143796,39 +62964,12 @@ void GetInvariantIntegerEXT( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetInvariantIntegervEXT")] int GetInvariantIntegerEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetLightfv")] void GetLight( [NativeTypeName("GLenum")] uint light, @@ -143836,32 +62977,6 @@ void GetLight( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightfv")] void GetLight( @@ -143870,31 +62985,6 @@ void GetLight( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetLightiv")] void GetLight( [NativeTypeName("GLenum")] uint light, @@ -143902,31 +62992,6 @@ void GetLight( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightiv")] void GetLight( @@ -143935,7 +63000,6 @@ void GetLight( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] void GetLightxOES( [NativeTypeName("GLenum")] uint light, @@ -143943,7 +63007,6 @@ void GetLightxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxOES")] void GetLightxOES( @@ -143952,7 +63015,6 @@ void GetLightxOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetLightxv")] void GetLightx( [NativeTypeName("GLenum")] uint light, @@ -143960,7 +63022,6 @@ void GetLightx( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxv")] void GetLightx( @@ -143969,7 +63030,6 @@ void GetLightx( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] void GetLightxvOES( [NativeTypeName("GLenum")] uint light, @@ -143977,7 +63037,6 @@ void GetLightxvOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLightxvOES")] void GetLightxvOES( @@ -143986,7 +63045,6 @@ void GetLightxvOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] void GetListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -143994,7 +63052,6 @@ void GetListParameterSGIX( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetListParameterfvSGIX")] void GetListParameterSGIX( @@ -144003,7 +63060,6 @@ void GetListParameterSGIX( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] void GetListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -144011,7 +63067,6 @@ void GetListParameterSGIX( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetListParameterivSGIX")] void GetListParameterSGIX( @@ -144020,7 +63075,6 @@ void GetListParameterSGIX( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] void GetLocalConstantBooleanEXT( [NativeTypeName("GLuint")] uint id, @@ -144028,7 +63082,6 @@ void GetLocalConstantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] void GetLocalConstantBooleanEXT( @@ -144037,14 +63090,12 @@ void GetLocalConstantBooleanEXT( [NativeTypeName("GLboolean *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantBooleanvEXT")] uint GetLocalConstantBooleanEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] void GetLocalConstantFloatEXT( [NativeTypeName("GLuint")] uint id, @@ -144052,7 +63103,6 @@ void GetLocalConstantFloatEXT( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] void GetLocalConstantFloatEXT( @@ -144061,14 +63111,12 @@ void GetLocalConstantFloatEXT( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantFloatvEXT")] float GetLocalConstantFloatEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] void GetLocalConstantIntegerEXT( [NativeTypeName("GLuint")] uint id, @@ -144076,7 +63124,6 @@ void GetLocalConstantIntegerEXT( [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] void GetLocalConstantIntegerEXT( @@ -144085,14 +63132,12 @@ void GetLocalConstantIntegerEXT( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetLocalConstantIntegervEXT")] int GetLocalConstantIntegerEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] void GetMapAttribParameterNV( [NativeTypeName("GLenum")] uint target, @@ -144101,7 +63146,6 @@ void GetMapAttribParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterfvNV")] void GetMapAttribParameterNV( @@ -144111,7 +63155,6 @@ void GetMapAttribParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] void GetMapAttribParameterNV( [NativeTypeName("GLenum")] uint target, @@ -144120,7 +63163,6 @@ void GetMapAttribParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapAttribParameterivNV")] void GetMapAttribParameterNV( @@ -144130,7 +63172,6 @@ void GetMapAttribParameterNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] void GetMapControlPointsNV( [NativeTypeName("GLenum")] uint target, @@ -144142,7 +63183,6 @@ void GetMapControlPointsNV( void* points ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapControlPointsNV")] void GetMapControlPointsNV( @@ -144155,31 +63195,6 @@ void GetMapControlPointsNV( Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapdv")] void GetMap( [NativeTypeName("GLenum")] uint target, @@ -144187,31 +63202,6 @@ void GetMap( [NativeTypeName("GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapdv")] void GetMap( @@ -144220,31 +63210,6 @@ void GetMap( [NativeTypeName("GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapfv")] void GetMap( [NativeTypeName("GLenum")] uint target, @@ -144252,31 +63217,6 @@ void GetMap( [NativeTypeName("GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapfv")] void GetMap( @@ -144285,31 +63225,6 @@ void GetMap( [NativeTypeName("GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMapiv")] void GetMap( [NativeTypeName("GLenum")] uint target, @@ -144317,31 +63232,6 @@ void GetMap( [NativeTypeName("GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapiv")] void GetMap( @@ -144350,7 +63240,6 @@ void GetMap( [NativeTypeName("GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] void GetMapParameterNV( [NativeTypeName("GLenum")] uint target, @@ -144358,7 +63247,6 @@ void GetMapParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapParameterfvNV")] void GetMapParameterNV( @@ -144367,7 +63255,6 @@ void GetMapParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] void GetMapParameterNV( [NativeTypeName("GLenum")] uint target, @@ -144375,7 +63262,6 @@ void GetMapParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapParameterivNV")] void GetMapParameterNV( @@ -144384,7 +63270,6 @@ void GetMapParameterNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] void GetMapxOES( [NativeTypeName("GLenum")] uint target, @@ -144392,7 +63277,6 @@ void GetMapxOES( [NativeTypeName("GLfixed *")] int* v ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMapxvOES")] void GetMapxOES( @@ -144401,32 +63285,6 @@ void GetMapxOES( [NativeTypeName("GLfixed *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] void GetMaterial( [NativeTypeName("GLenum")] uint face, @@ -144434,32 +63292,6 @@ void GetMaterial( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialfv")] void GetMaterial( @@ -144468,31 +63300,6 @@ void GetMaterial( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] void GetMaterial( [NativeTypeName("GLenum")] uint face, @@ -144500,31 +63307,6 @@ void GetMaterial( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialiv")] void GetMaterial( @@ -144533,7 +63315,6 @@ void GetMaterial( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] void GetMaterialxOES( [NativeTypeName("GLenum")] uint face, @@ -144541,7 +63322,6 @@ void GetMaterialxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxOES")] void GetMaterialxOES( @@ -144550,7 +63330,6 @@ void GetMaterialxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] void GetMaterialx( [NativeTypeName("GLenum")] uint face, @@ -144558,7 +63337,6 @@ void GetMaterialx( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxv")] void GetMaterialx( @@ -144567,7 +63345,6 @@ void GetMaterialx( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] void GetMaterialxOES( [NativeTypeName("GLenum")] uint face, @@ -144575,7 +63352,6 @@ void GetMaterialxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMaterialxvOES")] void GetMaterialxOES( @@ -144584,9 +63360,6 @@ void GetMaterialxOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] void GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint")] uint memory, @@ -144596,9 +63369,6 @@ void GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectDetachedResourcesuivNV")] void GetMemoryObjectDetachedResourcesNV( @@ -144609,8 +63379,6 @@ void GetMemoryObjectDetachedResourcesNV( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] void GetMemoryObjectParameterEXT( [NativeTypeName("GLuint")] uint memoryObject, @@ -144618,8 +63386,6 @@ void GetMemoryObjectParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMemoryObjectParameterivEXT")] void GetMemoryObjectParameterEXT( @@ -144628,7 +63394,6 @@ void GetMemoryObjectParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmax")] void GetMinmax( [NativeTypeName("GLenum")] uint target, @@ -144638,7 +63403,6 @@ void GetMinmax( void* values ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmax")] void GetMinmax( @@ -144649,7 +63413,6 @@ void GetMinmax( Ref values ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] void GetMinmaxEXT( [NativeTypeName("GLenum")] uint target, @@ -144659,7 +63422,6 @@ void GetMinmaxEXT( void* values ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxEXT")] void GetMinmaxEXT( @@ -144670,7 +63432,6 @@ void GetMinmaxEXT( Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] void GetMinmaxParameter( [NativeTypeName("GLenum")] uint target, @@ -144678,7 +63439,6 @@ void GetMinmaxParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfv")] void GetMinmaxParameter( @@ -144687,7 +63447,6 @@ void GetMinmaxParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] void GetMinmaxParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -144695,7 +63454,6 @@ void GetMinmaxParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterfvEXT")] void GetMinmaxParameterEXT( @@ -144704,7 +63462,6 @@ void GetMinmaxParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] void GetMinmaxParameter( [NativeTypeName("GLenum")] uint target, @@ -144712,7 +63469,6 @@ void GetMinmaxParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameteriv")] void GetMinmaxParameter( @@ -144721,7 +63477,6 @@ void GetMinmaxParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] void GetMinmaxParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -144729,7 +63484,6 @@ void GetMinmaxParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMinmaxParameterivEXT")] void GetMinmaxParameterEXT( @@ -144738,38 +63492,6 @@ void GetMinmaxParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] void GetMultisample( [NativeTypeName("GLenum")] uint pname, @@ -144777,38 +63499,6 @@ void GetMultisample( [NativeTypeName("GLfloat *")] float* val ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefv")] void GetMultisample( @@ -144817,7 +63507,6 @@ void GetMultisample( [NativeTypeName("GLfloat *")] Ref val ); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] void GetMultisampleNV( [NativeTypeName("GLenum")] uint pname, @@ -144825,7 +63514,6 @@ void GetMultisampleNV( [NativeTypeName("GLfloat *")] float* val ); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultisamplefvNV")] void GetMultisampleNV( @@ -144834,8 +63522,6 @@ void GetMultisampleNV( [NativeTypeName("GLfloat *")] Ref val ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] void GetMultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -144844,8 +63530,6 @@ void GetMultiTexEnvEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvfvEXT")] void GetMultiTexEnvEXT( @@ -144855,8 +63539,6 @@ void GetMultiTexEnvEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] void GetMultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -144865,8 +63547,6 @@ void GetMultiTexEnvEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexEnvivEXT")] void GetMultiTexEnvEXT( @@ -144876,8 +63556,6 @@ void GetMultiTexEnvEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] void GetMultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -144886,8 +63564,6 @@ void GetMultiTexGenEXT( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGendvEXT")] void GetMultiTexGenEXT( @@ -144897,8 +63573,6 @@ void GetMultiTexGenEXT( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] void GetMultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -144907,8 +63581,6 @@ void GetMultiTexGenEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenfvEXT")] void GetMultiTexGenEXT( @@ -144918,8 +63590,6 @@ void GetMultiTexGenEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] void GetMultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -144928,8 +63598,6 @@ void GetMultiTexGenEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexGenivEXT")] void GetMultiTexGenEXT( @@ -144939,8 +63607,6 @@ void GetMultiTexGenEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] void GetMultiTexImageEXT( [NativeTypeName("GLenum")] uint texunit, @@ -144951,8 +63617,6 @@ void GetMultiTexImageEXT( void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexImageEXT")] void GetMultiTexImageEXT( @@ -144964,8 +63628,6 @@ void GetMultiTexImageEXT( Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] void GetMultiTexLevelParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -144975,8 +63637,6 @@ void GetMultiTexLevelParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterfvEXT")] void GetMultiTexLevelParameterEXT( @@ -144987,8 +63647,6 @@ void GetMultiTexLevelParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] void GetMultiTexLevelParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -144998,8 +63656,6 @@ void GetMultiTexLevelParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexLevelParameterivEXT")] void GetMultiTexLevelParameterEXT( @@ -145010,8 +63666,6 @@ void GetMultiTexLevelParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] void GetMultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -145020,8 +63674,6 @@ void GetMultiTexParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterfvEXT")] void GetMultiTexParameterEXT( @@ -145031,8 +63683,6 @@ void GetMultiTexParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] void GetMultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, @@ -145041,8 +63691,6 @@ void GetMultiTexParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIivEXT")] void GetMultiTexParameterIEXT( @@ -145052,8 +63700,6 @@ void GetMultiTexParameterIEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] void GetMultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, @@ -145062,8 +63708,6 @@ void GetMultiTexParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterIuivEXT")] void GetMultiTexParameterIEXT( @@ -145073,8 +63717,6 @@ void GetMultiTexParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] void GetMultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -145083,8 +63725,6 @@ void GetMultiTexParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetMultiTexParameterivEXT")] void GetMultiTexParameterEXT( @@ -145094,16 +63734,6 @@ void GetMultiTexParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] void GetNamedBufferParameter( [NativeTypeName("GLuint")] uint buffer, @@ -145111,16 +63741,6 @@ void GetNamedBufferParameter( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteri64v")] void GetNamedBufferParameter( @@ -145129,16 +63749,6 @@ void GetNamedBufferParameter( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] void GetNamedBufferParameter( [NativeTypeName("GLuint")] uint buffer, @@ -145146,16 +63756,6 @@ void GetNamedBufferParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameteriv")] void GetNamedBufferParameter( @@ -145164,8 +63764,6 @@ void GetNamedBufferParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] void GetNamedBufferParameterEXT( [NativeTypeName("GLuint")] uint buffer, @@ -145173,8 +63771,6 @@ void GetNamedBufferParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterivEXT")] void GetNamedBufferParameterEXT( @@ -145183,8 +63779,6 @@ void GetNamedBufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] void GetNamedBufferParameterNV( [NativeTypeName("GLuint")] uint buffer, @@ -145192,8 +63786,6 @@ void GetNamedBufferParameterNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferParameterui64vNV")] void GetNamedBufferParameterNV( @@ -145202,16 +63794,6 @@ void GetNamedBufferParameterNV( [NativeTypeName("GLuint64EXT *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] void GetNamedBufferPointer( [NativeTypeName("GLuint")] uint buffer, @@ -145219,16 +63801,6 @@ void GetNamedBufferPointer( void** @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointerv")] void GetNamedBufferPointer( @@ -145237,8 +63809,6 @@ void GetNamedBufferPointer( Ref2D @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] void GetNamedBufferPointerEXT( [NativeTypeName("GLuint")] uint buffer, @@ -145246,8 +63816,6 @@ void GetNamedBufferPointerEXT( void** @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferPointervEXT")] void GetNamedBufferPointerEXT( @@ -145256,16 +63824,6 @@ void GetNamedBufferPointerEXT( Ref2D @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] void GetNamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -145274,16 +63832,6 @@ void GetNamedBufferSubData( void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubData")] void GetNamedBufferSubData( @@ -145293,8 +63841,6 @@ void GetNamedBufferSubData( Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] void GetNamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -145303,8 +63849,6 @@ void GetNamedBufferSubDataEXT( void* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedBufferSubDataEXT")] void GetNamedBufferSubDataEXT( @@ -145314,16 +63858,6 @@ void GetNamedBufferSubDataEXT( Ref data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] void GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLuint")] uint framebuffer, @@ -145332,16 +63866,6 @@ void GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameteriv")] void GetNamedFramebufferAttachmentParameter( @@ -145351,8 +63875,6 @@ void GetNamedFramebufferAttachmentParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] void GetNamedFramebufferAttachmentParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -145361,8 +63883,6 @@ void GetNamedFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferAttachmentParameterivEXT")] void GetNamedFramebufferAttachmentParameterEXT( @@ -145372,7 +63892,6 @@ void GetNamedFramebufferAttachmentParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] void GetNamedFramebufferParameterAMD( [NativeTypeName("GLuint")] uint framebuffer, @@ -145383,7 +63902,6 @@ void GetNamedFramebufferParameterAMD( [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterfvAMD")] void GetNamedFramebufferParameterAMD( @@ -145395,16 +63913,6 @@ void GetNamedFramebufferParameterAMD( [NativeTypeName("GLfloat *")] Ref values ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] void GetNamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, @@ -145412,16 +63920,6 @@ void GetNamedFramebufferParameter( [NativeTypeName("GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameteriv")] void GetNamedFramebufferParameter( @@ -145430,8 +63928,6 @@ void GetNamedFramebufferParameter( [NativeTypeName("GLint *")] Ref param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] void GetNamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -145439,8 +63935,6 @@ void GetNamedFramebufferParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedFramebufferParameterivEXT")] void GetNamedFramebufferParameterEXT( @@ -145449,8 +63943,6 @@ void GetNamedFramebufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] void GetNamedProgramEXT( [NativeTypeName("GLuint")] uint program, @@ -145459,8 +63951,6 @@ void GetNamedProgramEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] void GetNamedProgramEXT( @@ -145470,8 +63960,6 @@ void GetNamedProgramEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramivEXT")] int GetNamedProgramEXT( @@ -145480,8 +63968,6 @@ int GetNamedProgramEXT( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLuint")] uint program, @@ -145490,8 +63976,6 @@ void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterdvEXT")] void GetNamedProgramLocalParameterEXT( @@ -145501,8 +63985,6 @@ void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLuint")] uint program, @@ -145511,8 +63993,6 @@ void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterfvEXT")] void GetNamedProgramLocalParameterEXT( @@ -145522,8 +64002,6 @@ void GetNamedProgramLocalParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint")] uint program, @@ -145532,8 +64010,6 @@ void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIivEXT")] void GetNamedProgramLocalParameterIEXT( @@ -145543,8 +64019,6 @@ void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint")] uint program, @@ -145553,8 +64027,6 @@ void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramLocalParameterIuivEXT")] void GetNamedProgramLocalParameterIEXT( @@ -145564,8 +64036,6 @@ void GetNamedProgramLocalParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] void GetNamedProgramStringEXT( [NativeTypeName("GLuint")] uint program, @@ -145574,8 +64044,6 @@ void GetNamedProgramStringEXT( void* @string ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedProgramStringEXT")] void GetNamedProgramStringEXT( @@ -145585,16 +64053,6 @@ void GetNamedProgramStringEXT( Ref @string ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] void GetNamedRenderbufferParameter( [NativeTypeName("GLuint")] uint renderbuffer, @@ -145602,16 +64060,6 @@ void GetNamedRenderbufferParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameteriv")] void GetNamedRenderbufferParameter( @@ -145620,8 +64068,6 @@ void GetNamedRenderbufferParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] void GetNamedRenderbufferParameterEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -145629,8 +64075,6 @@ void GetNamedRenderbufferParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedRenderbufferParameterivEXT")] void GetNamedRenderbufferParameterEXT( @@ -145639,8 +64083,6 @@ void GetNamedRenderbufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] void GetNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -145650,8 +64092,6 @@ void GetNamedStringARB( [NativeTypeName("GLchar *")] sbyte* @string ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedStringARB")] void GetNamedStringARB( @@ -145662,8 +64102,6 @@ void GetNamedStringARB( [NativeTypeName("GLchar *")] Ref @string ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] void GetNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -145672,8 +64110,6 @@ void GetNamedStringARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNamedStringivARB")] void GetNamedStringARB( @@ -145683,7 +64119,6 @@ void GetNamedStringARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] void GetnColorTable( [NativeTypeName("GLenum")] uint target, @@ -145693,7 +64128,6 @@ void GetnColorTable( void* table ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnColorTable")] void GetnColorTable( @@ -145704,7 +64138,6 @@ void GetnColorTable( Ref table ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] void GetnColorTableARB( [NativeTypeName("GLenum")] uint target, @@ -145714,7 +64147,6 @@ void GetnColorTableARB( void* table ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnColorTableARB")] void GetnColorTableARB( @@ -145725,8 +64157,6 @@ void GetnColorTableARB( Ref table ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] void GetnCompressedTexImage( [NativeTypeName("GLenum")] uint target, @@ -145735,8 +64165,6 @@ void GetnCompressedTexImage( void* pixels ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImage")] void GetnCompressedTexImage( @@ -145746,8 +64174,6 @@ void GetnCompressedTexImage( Ref pixels ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] void GetnCompressedTexImageARB( [NativeTypeName("GLenum")] uint target, @@ -145756,8 +64182,6 @@ void GetnCompressedTexImageARB( void* img ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnCompressedTexImageARB")] void GetnCompressedTexImageARB( @@ -145767,7 +64191,6 @@ void GetnCompressedTexImageARB( Ref img ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] void GetnConvolutionFilter( [NativeTypeName("GLenum")] uint target, @@ -145777,7 +64200,6 @@ void GetnConvolutionFilter( void* image ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilter")] void GetnConvolutionFilter( @@ -145788,7 +64210,6 @@ void GetnConvolutionFilter( Ref image ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] void GetnConvolutionFilterARB( [NativeTypeName("GLenum")] uint target, @@ -145798,7 +64219,6 @@ void GetnConvolutionFilterARB( void* image ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnConvolutionFilterARB")] void GetnConvolutionFilterARB( @@ -145809,33 +64229,23 @@ void GetnConvolutionFilterARB( Ref image ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] - void GetNextPerfQueryIdIntel( + void GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] uint* nextQueryId ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] - void GetNextPerfQueryIdIntel( + void GetNextPerfQueryIdINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref nextQueryId ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetNextPerfQueryIdINTEL")] - uint GetNextPerfQueryIdIntel(); + uint GetNextPerfQueryIdINTEL(); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] void GetnHistogram( [NativeTypeName("GLenum")] uint target, @@ -145846,7 +64256,6 @@ void GetnHistogram( void* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnHistogram")] void GetnHistogram( @@ -145858,7 +64267,6 @@ void GetnHistogram( Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] void GetnHistogramARB( [NativeTypeName("GLenum")] uint target, @@ -145869,7 +64277,6 @@ void GetnHistogramARB( void* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnHistogramARB")] void GetnHistogramARB( @@ -145881,7 +64288,6 @@ void GetnHistogramARB( Ref values ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] void GetnMap( [NativeTypeName("GLenum")] uint target, @@ -145890,7 +64296,6 @@ void GetnMap( [NativeTypeName("GLdouble *")] double* v ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] void GetnMap( @@ -145900,7 +64305,6 @@ void GetnMap( [NativeTypeName("GLdouble *")] Ref v ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdv")] double GetnMap( @@ -145908,7 +64312,6 @@ double GetnMap( [NativeTypeName("GLenum")] Constant query ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] void GetnMapARB( [NativeTypeName("GLenum")] uint target, @@ -145917,7 +64320,6 @@ void GetnMapARB( [NativeTypeName("GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapdvARB")] void GetnMapARB( @@ -145927,7 +64329,6 @@ void GetnMapARB( [NativeTypeName("GLdouble *")] Ref v ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] void GetnMap( [NativeTypeName("GLenum")] uint target, @@ -145936,7 +64337,6 @@ void GetnMap( [NativeTypeName("GLfloat *")] float* v ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfv")] void GetnMap( @@ -145946,7 +64346,6 @@ void GetnMap( [NativeTypeName("GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] void GetnMapfvARB( [NativeTypeName("GLenum")] uint target, @@ -145955,7 +64354,6 @@ void GetnMapfvARB( [NativeTypeName("GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] void GetnMapfvARB( @@ -145965,7 +64363,6 @@ void GetnMapfvARB( [NativeTypeName("GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapfvARB")] float GetnMapfvARB( @@ -145973,7 +64370,6 @@ float GetnMapfvARB( [NativeTypeName("GLenum")] Constant query ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] void GetnMap( [NativeTypeName("GLenum")] uint target, @@ -145982,7 +64378,6 @@ void GetnMap( [NativeTypeName("GLint *")] int* v ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapiv")] void GetnMap( @@ -145992,7 +64387,6 @@ void GetnMap( [NativeTypeName("GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] void GetnMapivARB( [NativeTypeName("GLenum")] uint target, @@ -146001,7 +64395,6 @@ void GetnMapivARB( [NativeTypeName("GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] void GetnMapivARB( @@ -146011,7 +64404,6 @@ void GetnMapivARB( [NativeTypeName("GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMapivARB")] int GetnMapivARB( @@ -146019,7 +64411,6 @@ int GetnMapivARB( [NativeTypeName("GLenum")] Constant query ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] void GetnMinmax( [NativeTypeName("GLenum")] uint target, @@ -146030,7 +64421,6 @@ void GetnMinmax( void* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMinmax")] void GetnMinmax( @@ -146042,7 +64432,6 @@ void GetnMinmax( Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] void GetnMinmaxARB( [NativeTypeName("GLenum")] uint target, @@ -146053,7 +64442,6 @@ void GetnMinmaxARB( void* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnMinmaxARB")] void GetnMinmaxARB( @@ -146065,7 +64453,6 @@ void GetnMinmaxARB( Ref values ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] void GetnPixelMap( [NativeTypeName("GLenum")] uint map, @@ -146073,7 +64460,6 @@ void GetnPixelMap( [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] void GetnPixelMap( @@ -146082,12 +64468,10 @@ void GetnPixelMap( [NativeTypeName("GLfloat *")] Ref values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfv")] float GetnPixelMap([NativeTypeName("GLenum")] Constant map); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] void GetnPixelMapARB( [NativeTypeName("GLenum")] uint map, @@ -146095,7 +64479,6 @@ void GetnPixelMapARB( [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapfvARB")] void GetnPixelMapARB( @@ -146104,7 +64487,6 @@ void GetnPixelMapARB( [NativeTypeName("GLfloat *")] Ref values ); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] void GetnPixelMap( [NativeTypeName("GLenum")] uint map, @@ -146112,7 +64494,6 @@ void GetnPixelMap( [NativeTypeName("GLuint *")] uint* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuiv")] void GetnPixelMap( @@ -146121,7 +64502,6 @@ void GetnPixelMap( [NativeTypeName("GLuint *")] Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] void GetnPixelMapuivARB( [NativeTypeName("GLenum")] uint map, @@ -146129,7 +64509,6 @@ void GetnPixelMapuivARB( [NativeTypeName("GLuint *")] uint* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] void GetnPixelMapuivARB( @@ -146138,12 +64517,10 @@ void GetnPixelMapuivARB( [NativeTypeName("GLuint *")] Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapuivARB")] uint GetnPixelMapuivARB([NativeTypeName("GLenum")] Constant map); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] void GetnPixelMap( [NativeTypeName("GLenum")] uint map, @@ -146151,7 +64528,6 @@ void GetnPixelMap( [NativeTypeName("GLushort *")] ushort* values ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusv")] void GetnPixelMap( @@ -146160,7 +64536,6 @@ void GetnPixelMap( [NativeTypeName("GLushort *")] Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] void GetnPixelMapusvARB( [NativeTypeName("GLenum")] uint map, @@ -146168,7 +64543,6 @@ void GetnPixelMapusvARB( [NativeTypeName("GLushort *")] ushort* values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] void GetnPixelMapusvARB( @@ -146177,19 +64551,16 @@ void GetnPixelMapusvARB( [NativeTypeName("GLushort *")] Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPixelMapusvARB")] ushort GetnPixelMapusvARB([NativeTypeName("GLenum")] Constant map); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] void GetnPolygonStipple( [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLubyte *")] byte* pattern ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] void GetnPolygonStipple( @@ -146197,19 +64568,16 @@ void GetnPolygonStipple( [NativeTypeName("GLubyte *")] Ref pattern ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStipple")] byte GetnPolygonStipple(); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] void GetnPolygonStippleARB( [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLubyte *")] byte* pattern ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] void GetnPolygonStippleARB( @@ -146217,12 +64585,10 @@ void GetnPolygonStippleARB( [NativeTypeName("GLubyte *")] Ref pattern ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnPolygonStippleARB")] byte GetnPolygonStippleARB(); - [SupportedApiProfile("gl")] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] void GetnSeparableFilter( [NativeTypeName("GLenum")] uint target, @@ -146235,7 +64601,6 @@ void GetnSeparableFilter( void* span ); - [SupportedApiProfile("gl")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilter")] void GetnSeparableFilter( @@ -146249,7 +64614,6 @@ void GetnSeparableFilter( Ref span ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] void GetnSeparableFilterARB( [NativeTypeName("GLenum")] uint target, @@ -146262,7 +64626,6 @@ void GetnSeparableFilterARB( void* span ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnSeparableFilterARB")] void GetnSeparableFilterARB( @@ -146276,8 +64639,6 @@ void GetnSeparableFilterARB( Ref span ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] void GetnTexImage( [NativeTypeName("GLenum")] uint target, @@ -146288,8 +64649,6 @@ void GetnTexImage( void* pixels ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnTexImage")] void GetnTexImage( @@ -146301,8 +64660,6 @@ void GetnTexImage( Ref pixels ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] void GetnTexImageARB( [NativeTypeName("GLenum")] uint target, @@ -146313,8 +64670,6 @@ void GetnTexImageARB( void* img ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnTexImageARB")] void GetnTexImageARB( @@ -146326,8 +64681,6 @@ void GetnTexImageARB( Ref img ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] void GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -146336,8 +64689,6 @@ void GetnUniform( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_5", "GL_VERSION_4_6"], MinVersion = "4.5")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformdv")] void GetnUniform( @@ -146347,8 +64698,6 @@ void GetnUniform( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] void GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -146357,8 +64706,6 @@ void GetnUniformARB( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformdvARB")] void GetnUniformARB( @@ -146368,16 +64715,6 @@ void GetnUniformARB( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] void GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -146386,16 +64723,6 @@ void GetnUniform( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfv")] void GetnUniform( @@ -146405,8 +64732,6 @@ void GetnUniform( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] void GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -146415,8 +64740,6 @@ void GetnUniformARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvARB")] void GetnUniformARB( @@ -146426,8 +64749,6 @@ void GetnUniformARB( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] void GetnUniformEXT( [NativeTypeName("GLuint")] uint program, @@ -146436,8 +64757,6 @@ void GetnUniformEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvEXT")] void GetnUniformEXT( @@ -146447,7 +64766,6 @@ void GetnUniformEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] void GetnUniformKHR( [NativeTypeName("GLuint")] uint program, @@ -146456,7 +64774,6 @@ void GetnUniformKHR( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformfvKHR")] void GetnUniformKHR( @@ -146466,8 +64783,6 @@ void GetnUniformKHR( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] void GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -146476,8 +64791,6 @@ void GetnUniformARB( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformi64vARB")] void GetnUniformARB( @@ -146487,16 +64800,6 @@ void GetnUniformARB( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] void GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -146505,16 +64808,6 @@ void GetnUniform( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformiv")] void GetnUniform( @@ -146524,8 +64817,6 @@ void GetnUniform( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] void GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -146534,8 +64825,6 @@ void GetnUniformARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivARB")] void GetnUniformARB( @@ -146545,8 +64834,6 @@ void GetnUniformARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] void GetnUniformEXT( [NativeTypeName("GLuint")] uint program, @@ -146555,8 +64842,6 @@ void GetnUniformEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivEXT")] void GetnUniformEXT( @@ -146566,7 +64851,6 @@ void GetnUniformEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] void GetnUniformKHR( [NativeTypeName("GLuint")] uint program, @@ -146575,7 +64859,6 @@ void GetnUniformKHR( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformivKHR")] void GetnUniformKHR( @@ -146585,8 +64868,6 @@ void GetnUniformKHR( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] void GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -146595,8 +64876,6 @@ void GetnUniformARB( [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformui64vARB")] void GetnUniformARB( @@ -146606,16 +64885,6 @@ void GetnUniformARB( [NativeTypeName("GLuint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] void GetnUniform( [NativeTypeName("GLuint")] uint program, @@ -146624,16 +64893,6 @@ void GetnUniform( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuiv")] void GetnUniform( @@ -146643,8 +64902,6 @@ void GetnUniform( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] void GetnUniformARB( [NativeTypeName("GLuint")] uint program, @@ -146653,8 +64910,6 @@ void GetnUniformARB( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivARB")] void GetnUniformARB( @@ -146664,7 +64919,6 @@ void GetnUniformARB( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] void GetnUniformKHR( [NativeTypeName("GLuint")] uint program, @@ -146673,7 +64927,6 @@ void GetnUniformKHR( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetnUniformuivKHR")] void GetnUniformKHR( @@ -146683,7 +64936,6 @@ void GetnUniformKHR( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] void GetObjectBufferfvATI( [NativeTypeName("GLuint")] uint buffer, @@ -146691,7 +64943,6 @@ void GetObjectBufferfvATI( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] void GetObjectBufferfvATI( @@ -146700,7 +64951,6 @@ void GetObjectBufferfvATI( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferfvATI")] float GetObjectBufferfvATI( @@ -146708,7 +64958,6 @@ float GetObjectBufferfvATI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] void GetObjectBufferivATI( [NativeTypeName("GLuint")] uint buffer, @@ -146716,7 +64965,6 @@ void GetObjectBufferivATI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] void GetObjectBufferivATI( @@ -146725,7 +64973,6 @@ void GetObjectBufferivATI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectBufferivATI")] int GetObjectBufferivATI( @@ -146733,16 +64980,6 @@ int GetObjectBufferivATI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] void GetObjectLabel( [NativeTypeName("GLenum")] uint identifier, @@ -146752,16 +64989,6 @@ void GetObjectLabel( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] void GetObjectLabel( @@ -146772,16 +64999,6 @@ void GetObjectLabel( [NativeTypeName("GLchar *")] Ref label ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabel")] sbyte GetObjectLabel( @@ -146790,9 +65007,6 @@ sbyte GetObjectLabel( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] void GetObjectLabelEXT( [NativeTypeName("GLenum")] uint type, @@ -146802,9 +65016,6 @@ void GetObjectLabelEXT( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] void GetObjectLabelEXT( @@ -146815,9 +65026,6 @@ void GetObjectLabelEXT( [NativeTypeName("GLchar *")] Ref label ); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelEXT")] sbyte GetObjectLabelEXT( @@ -146826,7 +65034,6 @@ sbyte GetObjectLabelEXT( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] void GetObjectLabelKHR( [NativeTypeName("GLenum")] uint identifier, @@ -146836,7 +65043,6 @@ void GetObjectLabelKHR( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] void GetObjectLabelKHR( @@ -146847,7 +65053,6 @@ void GetObjectLabelKHR( [NativeTypeName("GLchar *")] Ref label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectLabelKHR")] sbyte GetObjectLabelKHR( @@ -146856,7 +65061,6 @@ sbyte GetObjectLabelKHR( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] void GetObjectParameterfvARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -146864,7 +65068,6 @@ void GetObjectParameterfvARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] void GetObjectParameterfvARB( @@ -146873,39 +65076,34 @@ void GetObjectParameterfvARB( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterfvARB")] float GetObjectParameterfvARB([NativeTypeName("GLhandleARB")] uint obj); - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] - void GetObjectParameterApple( + void GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] - void GetObjectParameterApple( + void GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivAPPLE")] - int GetObjectParameterApple( + int GetObjectParameterAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] void GetObjectParameterivARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -146913,7 +65111,6 @@ void GetObjectParameterivARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] void GetObjectParameterivARB( @@ -146922,21 +65119,10 @@ void GetObjectParameterivARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectParameterivARB")] int GetObjectParameterivARB([NativeTypeName("GLhandleARB")] uint obj); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] void GetObjectPtrLabel( [NativeTypeName("const void *")] void* ptr, @@ -146945,16 +65131,6 @@ void GetObjectPtrLabel( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] void GetObjectPtrLabel( @@ -146964,16 +65140,6 @@ void GetObjectPtrLabel( [NativeTypeName("GLchar *")] Ref label ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabel")] sbyte GetObjectPtrLabel( @@ -146981,7 +65147,6 @@ sbyte GetObjectPtrLabel( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] void GetObjectPtrLabelKHR( [NativeTypeName("const void *")] void* ptr, @@ -146990,7 +65155,6 @@ void GetObjectPtrLabelKHR( [NativeTypeName("GLchar *")] sbyte* label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] void GetObjectPtrLabelKHR( @@ -147000,7 +65164,6 @@ void GetObjectPtrLabelKHR( [NativeTypeName("GLchar *")] Ref label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetObjectPtrLabelKHR")] sbyte GetObjectPtrLabelKHR( @@ -147008,7 +65171,6 @@ sbyte GetObjectPtrLabelKHR( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] void GetOcclusionQueryNV( [NativeTypeName("GLuint")] uint id, @@ -147016,7 +65178,6 @@ void GetOcclusionQueryNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryivNV")] void GetOcclusionQueryNV( @@ -147025,7 +65186,6 @@ void GetOcclusionQueryNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] void GetOcclusionQueryNV( [NativeTypeName("GLuint")] uint id, @@ -147033,7 +65193,6 @@ void GetOcclusionQueryNV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetOcclusionQueryuivNV")] void GetOcclusionQueryNV( @@ -147042,7 +65201,6 @@ void GetOcclusionQueryNV( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] void GetPathColorGenNV( [NativeTypeName("GLenum")] uint color, @@ -147050,7 +65208,6 @@ void GetPathColorGenNV( [NativeTypeName("GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenfvNV")] void GetPathColorGenNV( @@ -147059,7 +65216,6 @@ void GetPathColorGenNV( [NativeTypeName("GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] void GetPathColorGenNV( [NativeTypeName("GLenum")] uint color, @@ -147067,7 +65223,6 @@ void GetPathColorGenNV( [NativeTypeName("GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathColorGenivNV")] void GetPathColorGenNV( @@ -147076,18 +65231,12 @@ void GetPathColorGenNV( [NativeTypeName("GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] void GetPathCommandsNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLubyte *")] byte* commands ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] void GetPathCommandsNV( @@ -147095,16 +65244,10 @@ void GetPathCommandsNV( [NativeTypeName("GLubyte *")] Ref commands ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] byte GetPathCommandsNV(); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCommandsNV")] void GetPathCommandsNV( @@ -147112,18 +65255,12 @@ void GetPathCommandsNV( [NativeTypeName("GLubyte *")] Ref commands ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] void GetPathCoordsNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] void GetPathCoordsNV( @@ -147131,25 +65268,16 @@ void GetPathCoordsNV( [NativeTypeName("GLfloat *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathCoordsNV")] float GetPathCoordsNV(); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] void GetPathDashArrayNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat *")] float* dashArray ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] void GetPathDashArrayNV( @@ -147157,17 +65285,11 @@ void GetPathDashArrayNV( [NativeTypeName("GLfloat *")] Ref dashArray ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathDashArrayNV")] float GetPathDashArrayNV(); [return: NativeTypeName("GLfloat")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathLengthNV")] float GetPathLengtNV( [NativeTypeName("GLuint")] uint path, @@ -147175,9 +65297,6 @@ float GetPathLengtNV( [NativeTypeName("GLsizei")] uint numSegments ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] void GetPathMetricRangeNV( [NativeTypeName("GLbitfield")] uint metricQueryMask, @@ -147187,9 +65306,6 @@ void GetPathMetricRangeNV( [NativeTypeName("GLfloat *")] float* metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathMetricRangeNV")] void GetPathMetricRangeNV( @@ -147200,9 +65316,6 @@ void GetPathMetricRangeNV( [NativeTypeName("GLfloat *")] Ref metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] void GetPathMetricNV( [NativeTypeName("GLbitfield")] uint metricQueryMask, @@ -147214,9 +65327,6 @@ void GetPathMetricNV( [NativeTypeName("GLfloat *")] float* metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathMetricsNV")] void GetPathMetricNV( @@ -147229,9 +65339,6 @@ void GetPathMetricNV( [NativeTypeName("GLfloat *")] Ref metrics ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] void GetPathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -147239,9 +65346,6 @@ void GetPathParameterNV( [NativeTypeName("GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathParameterfvNV")] void GetPathParameterNV( @@ -147250,9 +65354,6 @@ void GetPathParameterNV( [NativeTypeName("GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] void GetPathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -147260,9 +65361,6 @@ void GetPathParameterNV( [NativeTypeName("GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathParameterivNV")] void GetPathParameterNV( @@ -147271,9 +65369,6 @@ void GetPathParameterNV( [NativeTypeName("GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] void GetPathSpacingNV( [NativeTypeName("GLenum")] uint pathListMode, @@ -147287,9 +65382,6 @@ void GetPathSpacingNV( [NativeTypeName("GLfloat *")] float* returnedSpacing ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathSpacingNV")] void GetPathSpacingNV( @@ -147304,7 +65396,6 @@ void GetPathSpacingNV( [NativeTypeName("GLfloat *")] Ref returnedSpacing ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] void GetPathTexGenNV( [NativeTypeName("GLenum")] uint texCoordSet, @@ -147312,7 +65403,6 @@ void GetPathTexGenNV( [NativeTypeName("GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenfvNV")] void GetPathTexGenNV( @@ -147321,7 +65411,6 @@ void GetPathTexGenNV( [NativeTypeName("GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] void GetPathTexGenNV( [NativeTypeName("GLenum")] uint texCoordSet, @@ -147329,7 +65418,6 @@ void GetPathTexGenNV( [NativeTypeName("GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPathTexGenivNV")] void GetPathTexGenNV( @@ -147338,11 +65426,8 @@ void GetPathTexGenNV( [NativeTypeName("GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] - void GetPerfCounterInfoIntel( + void GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -147356,12 +65441,9 @@ void GetPerfCounterInfoIntel( [NativeTypeName("GLuint64 *")] ulong* rawCounterMaxValue ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfCounterInfoINTEL")] - void GetPerfCounterInfoIntel( + void GetPerfCounterInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint counterId, [NativeTypeName("GLuint")] uint counterNameLength, @@ -147375,9 +65457,6 @@ void GetPerfCounterInfoIntel( [NativeTypeName("GLuint64 *")] Ref rawCounterMaxValue ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] void GetPerfMonitorCounterDataAMD( [NativeTypeName("GLuint")] uint monitor, @@ -147387,9 +65466,6 @@ void GetPerfMonitorCounterDataAMD( [NativeTypeName("GLint *")] int* bytesWritten ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] void GetPerfMonitorCounterDataAMD( @@ -147400,9 +65476,6 @@ void GetPerfMonitorCounterDataAMD( [NativeTypeName("GLint *")] Ref bytesWritten ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterDataAMD")] int GetPerfMonitorCounterDataAMD( @@ -147412,9 +65485,6 @@ int GetPerfMonitorCounterDataAMD( [NativeTypeName("GLuint *")] Ref data ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] void GetPerfMonitorCounterInfoAMD( [NativeTypeName("GLuint")] uint group, @@ -147423,9 +65493,6 @@ void GetPerfMonitorCounterInfoAMD( void* data ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterInfoAMD")] void GetPerfMonitorCounterInfoAMD( @@ -147435,9 +65502,6 @@ void GetPerfMonitorCounterInfoAMD( Ref data ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] void GetPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint group, @@ -147447,9 +65511,6 @@ void GetPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] uint* counters ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] void GetPerfMonitorCountersAMD( @@ -147460,9 +65521,6 @@ void GetPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] Ref counters ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCountersAMD")] uint GetPerfMonitorCountersAMD( @@ -147471,9 +65529,6 @@ uint GetPerfMonitorCountersAMD( [NativeTypeName("GLint *")] Ref maxActiveCounters ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] void GetPerfMonitorCounterStringAMD( [NativeTypeName("GLuint")] uint group, @@ -147483,9 +65538,6 @@ void GetPerfMonitorCounterStringAMD( [NativeTypeName("GLchar *")] sbyte* counterString ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] void GetPerfMonitorCounterStringAMD( @@ -147496,9 +65548,6 @@ void GetPerfMonitorCounterStringAMD( [NativeTypeName("GLchar *")] Ref counterString ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorCounterStringAMD")] sbyte GetPerfMonitorCounterStringAMD( @@ -147507,9 +65556,6 @@ sbyte GetPerfMonitorCounterStringAMD( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] void GetPerfMonitorGroupsAMD( [NativeTypeName("GLint *")] int* numGroups, @@ -147517,9 +65563,6 @@ void GetPerfMonitorGroupsAMD( [NativeTypeName("GLuint *")] uint* groups ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] void GetPerfMonitorGroupsAMD( @@ -147528,16 +65571,10 @@ void GetPerfMonitorGroupsAMD( [NativeTypeName("GLuint *")] Ref groups ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupsAMD")] uint GetPerfMonitorGroupsAMD([NativeTypeName("GLint *")] Ref numGroups); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLuint")] uint group, @@ -147546,9 +65583,6 @@ void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLchar *")] sbyte* groupString ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] void GetPerfMonitorGroupStringAMD( @@ -147558,9 +65592,6 @@ void GetPerfMonitorGroupStringAMD( [NativeTypeName("GLchar *")] Ref groupString ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfMonitorGroupStringAMD")] sbyte GetPerfMonitorGroupStringAMD( @@ -147568,11 +65599,8 @@ sbyte GetPerfMonitorGroupStringAMD( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] - void GetPerfQueryDataIntel( + void GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] uint flags, [NativeTypeName("GLsizei")] uint dataSize, @@ -147580,12 +65608,9 @@ void GetPerfQueryDataIntel( [NativeTypeName("GLuint *")] uint* bytesWritten ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryDataINTEL")] - void GetPerfQueryDataIntel( + void GetPerfQueryDataINTEL( [NativeTypeName("GLuint")] uint queryHandle, [NativeTypeName("GLuint")] Constant flags, [NativeTypeName("GLsizei")] uint dataSize, @@ -147593,30 +65618,21 @@ void GetPerfQueryDataIntel( [NativeTypeName("GLuint *")] Ref bytesWritten ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] - void GetPerfQueryIdByNameIntel( + void GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] sbyte* queryName, [NativeTypeName("GLuint *")] uint* queryId ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryIdByNameINTEL")] - void GetPerfQueryIdByNameIntel( + void GetPerfQueryIdByNameINTEL( [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref queryId ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - void GetPerfQueryInfoIntel( + void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] sbyte* queryName, @@ -147626,12 +65642,9 @@ void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] uint* capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - void GetPerfQueryInfoIntel( + void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -147641,12 +65654,9 @@ void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] Ref capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - sbyte GetPerfQueryInfoIntel( + sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, @@ -147654,12 +65664,9 @@ sbyte GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] Ref capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - void GetPerfQueryInfoIntel( + void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, @@ -147669,12 +65676,9 @@ void GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] Ref capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - sbyte GetPerfQueryInfoIntel( + sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, @@ -147682,90 +65686,34 @@ sbyte GetPerfQueryInfoIntel( [NativeTypeName("GLuint *")] Ref capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - void GetPerfQueryInfoIntel( + void GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint")] uint queryNameLength, [NativeTypeName("GLchar *")] Ref queryName, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask + [NativeTypeName("GLuint *")] Ref capsMask ); - [SupportedApiProfile("gl", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("glcore", ["GL_INTEL_performance_query"])] - [SupportedApiProfile("gles2", ["GL_INTEL_performance_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPerfQueryInfoINTEL")] - sbyte GetPerfQueryInfoIntel( + sbyte GetPerfQueryInfoINTEL( [NativeTypeName("GLuint")] uint queryId, [NativeTypeName("GLuint *")] Ref dataSize, [NativeTypeName("GLuint *")] Ref noCounters, [NativeTypeName("GLuint *")] Ref noInstances, - [NativeTypeName("GLuint *")] Ref capsMask - ); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + [NativeTypeName("GLuint *")] Ref capsMask + ); + [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] void GetPixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLfloat *")] float* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapfv")] void GetPixelMap( @@ -147773,62 +65721,12 @@ void GetPixelMap( [NativeTypeName("GLfloat *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] void GetPixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLuint *")] uint* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapuiv")] void GetPixelMap( @@ -147836,62 +65734,12 @@ void GetPixelMap( [NativeTypeName("GLuint *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] void GetPixelMap( [NativeTypeName("GLenum")] uint map, [NativeTypeName("GLushort *")] ushort* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapusv")] void GetPixelMap( @@ -147899,7 +65747,6 @@ void GetPixelMap( [NativeTypeName("GLushort *")] Ref values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] void GetPixelMapx( [NativeTypeName("GLenum")] uint map, @@ -147907,7 +65754,6 @@ void GetPixelMapx( [NativeTypeName("GLfixed *")] int* values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] void GetPixelMapx( @@ -147916,19 +65762,16 @@ void GetPixelMapx( [NativeTypeName("GLfixed *")] Ref values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelMapxv")] int GetPixelMapx([NativeTypeName("GLenum")] Constant map); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] void GetPixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterfvSGIS")] void GetPixelTexGenParameterSGIS( @@ -147936,14 +65779,12 @@ void GetPixelTexGenParameterSGIS( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] void GetPixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTexGenParameterivSGIS")] void GetPixelTexGenParameterSGIS( @@ -147951,7 +65792,6 @@ void GetPixelTexGenParameterSGIS( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] void GetPixelTransformParameterfvEXT( [NativeTypeName("GLenum")] uint target, @@ -147959,7 +65799,6 @@ void GetPixelTransformParameterfvEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] void GetPixelTransformParameterfvEXT( @@ -147968,12 +65807,10 @@ void GetPixelTransformParameterfvEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterfvEXT")] float GetPixelTransformParameterfvEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] void GetPixelTransformParameterivEXT( [NativeTypeName("GLenum")] uint target, @@ -147981,7 +65818,6 @@ void GetPixelTransformParameterivEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] void GetPixelTransformParameterivEXT( @@ -147990,13 +65826,10 @@ void GetPixelTransformParameterivEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPixelTransformParameterivEXT")] int GetPixelTransformParameterivEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] void GetPointerEXT( [NativeTypeName("GLenum")] uint pname, @@ -148004,8 +65837,6 @@ void GetPointerEXT( void** @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointeri_vEXT")] void GetPointerEXT( @@ -148014,8 +65845,6 @@ void GetPointerEXT( Ref2D @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] void GetPointerIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -148023,8 +65852,6 @@ void GetPointerIndexedEXT( void** data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointerIndexedvEXT")] void GetPointerIndexedEXT( @@ -148033,95 +65860,9 @@ void GetPointerIndexedEXT( Ref2D data ); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - ], - MinVersion = "1.1", - MaxVersion = "3.2" - )] - [SupportedApiProfile("gles1", ["GL_KHR_debug", "GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetPointerv")] void GetPointer([NativeTypeName("GLenum")] uint pname, void** @params); - [SupportedApiProfile( - "gl", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_KHR_debug", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - ], - MinVersion = "1.1", - MaxVersion = "3.2" - )] - [SupportedApiProfile("gles1", ["GL_KHR_debug", "GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointerv")] void GetPointer( @@ -148129,11 +65870,9 @@ void GetPointer( Ref2D @params ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] void GetPointerEXT([NativeTypeName("GLenum")] uint pname, void** @params); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointervEXT")] void GetPointerEXT( @@ -148141,98 +65880,20 @@ void GetPointerEXT( Ref2D @params ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] void GetPointerKHR([NativeTypeName("GLenum")] uint pname, void** @params); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPointervKHR")] void GetPointerKHR([NativeTypeName("GLenum")] uint pname, Ref2D @params); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] void GetPolygonStipple([NativeTypeName("GLubyte *")] byte* mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetPolygonStipple")] void GetPolygonStipple([NativeTypeName("GLubyte *")] Ref mask); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] void GetProgramBinary( [NativeTypeName("GLuint")] uint program, @@ -148242,32 +65903,6 @@ void GetProgramBinary( void* binary ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramBinary")] void GetProgramBinary( @@ -148278,7 +65913,6 @@ void GetProgramBinary( Ref binary ); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] void GetProgramBinaryOES( [NativeTypeName("GLuint")] uint program, @@ -148288,7 +65922,6 @@ void GetProgramBinaryOES( void* binary ); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramBinaryOES")] void GetProgramBinaryOES( @@ -148299,7 +65932,6 @@ void GetProgramBinaryOES( Ref binary ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] void GetProgramEnvParameterARB( [NativeTypeName("GLenum")] uint target, @@ -148307,7 +65939,6 @@ void GetProgramEnvParameterARB( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterdvARB")] void GetProgramEnvParameterARB( @@ -148316,7 +65947,6 @@ void GetProgramEnvParameterARB( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] void GetProgramEnvParameterARB( [NativeTypeName("GLenum")] uint target, @@ -148324,7 +65954,6 @@ void GetProgramEnvParameterARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterfvARB")] void GetProgramEnvParameterARB( @@ -148333,7 +65962,6 @@ void GetProgramEnvParameterARB( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] void GetProgramEnvParameterINV( [NativeTypeName("GLenum")] uint target, @@ -148341,7 +65969,6 @@ void GetProgramEnvParameterINV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIivNV")] void GetProgramEnvParameterINV( @@ -148350,7 +65977,6 @@ void GetProgramEnvParameterINV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] void GetProgramEnvParameterINV( [NativeTypeName("GLenum")] uint target, @@ -148358,7 +65984,6 @@ void GetProgramEnvParameterINV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramEnvParameterIuivNV")] void GetProgramEnvParameterINV( @@ -148367,49 +65992,6 @@ void GetProgramEnvParameterINV( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] void GetProgramInfoLog( [NativeTypeName("GLuint")] uint program, @@ -148418,49 +66000,6 @@ void GetProgramInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] void GetProgramInfoLog( @@ -148470,49 +66009,6 @@ void GetProgramInfoLog( [NativeTypeName("GLchar *")] Ref infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInfoLog")] sbyte GetProgramInfoLog( @@ -148520,28 +66016,6 @@ sbyte GetProgramInfoLog( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] void GetProgramInterface( [NativeTypeName("GLuint")] uint program, @@ -148550,28 +66024,6 @@ void GetProgramInterface( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramInterfaceiv")] void GetProgramInterface( @@ -148581,49 +66033,6 @@ void GetProgramInterface( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] void GetProgram( [NativeTypeName("GLuint")] uint program, @@ -148631,49 +66040,6 @@ void GetProgram( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramiv")] void GetProgram( @@ -148682,7 +66048,6 @@ void GetProgram( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] void GetProgramARB( [NativeTypeName("GLenum")] uint target, @@ -148690,7 +66055,6 @@ void GetProgramARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] void GetProgramARB( @@ -148699,7 +66063,6 @@ void GetProgramARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivARB")] int GetProgramARB( @@ -148707,7 +66070,6 @@ int GetProgramARB( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] void GetProgramNV( [NativeTypeName("GLuint")] uint id, @@ -148715,7 +66077,6 @@ void GetProgramNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramivNV")] void GetProgramNV( @@ -148724,7 +66085,6 @@ void GetProgramNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] void GetProgramLocalParameterARB( [NativeTypeName("GLenum")] uint target, @@ -148732,7 +66092,6 @@ void GetProgramLocalParameterARB( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterdvARB")] void GetProgramLocalParameterARB( @@ -148741,7 +66100,6 @@ void GetProgramLocalParameterARB( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] void GetProgramLocalParameterARB( [NativeTypeName("GLenum")] uint target, @@ -148749,7 +66107,6 @@ void GetProgramLocalParameterARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterfvARB")] void GetProgramLocalParameterARB( @@ -148758,7 +66115,6 @@ void GetProgramLocalParameterARB( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] void GetProgramLocalParameterINV( [NativeTypeName("GLenum")] uint target, @@ -148766,7 +66122,6 @@ void GetProgramLocalParameterINV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIivNV")] void GetProgramLocalParameterINV( @@ -148775,7 +66130,6 @@ void GetProgramLocalParameterINV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] void GetProgramLocalParameterINV( [NativeTypeName("GLenum")] uint target, @@ -148783,7 +66137,6 @@ void GetProgramLocalParameterINV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramLocalParameterIuivNV")] void GetProgramLocalParameterINV( @@ -148792,7 +66145,6 @@ void GetProgramLocalParameterINV( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] void GetProgramNamedParameterNV( [NativeTypeName("GLuint")] uint id, @@ -148801,7 +66153,6 @@ void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] void GetProgramNamedParameterNV( @@ -148811,7 +66162,6 @@ void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterdvNV")] void GetProgramNamedParameterNV( @@ -148821,7 +66171,6 @@ void GetProgramNamedParameterNV( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] void GetProgramNamedParameterNV( [NativeTypeName("GLuint")] uint id, @@ -148830,7 +66179,6 @@ void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] void GetProgramNamedParameterNV( @@ -148840,7 +66188,6 @@ void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramNamedParameterfvNV")] void GetProgramNamedParameterNV( @@ -148850,7 +66197,6 @@ void GetProgramNamedParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] void GetProgramParameterNV( [NativeTypeName("GLenum")] uint target, @@ -148859,7 +66205,6 @@ void GetProgramParameterNV( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterdvNV")] void GetProgramParameterNV( @@ -148869,7 +66214,6 @@ void GetProgramParameterNV( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] void GetProgramParameterNV( [NativeTypeName("GLenum")] uint target, @@ -148878,7 +66222,6 @@ void GetProgramParameterNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramParameterfvNV")] void GetProgramParameterNV( @@ -148888,32 +66231,6 @@ void GetProgramParameterNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] void GetProgramPipelineInfoLog( [NativeTypeName("GLuint")] uint pipeline, @@ -148922,32 +66239,6 @@ void GetProgramPipelineInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] void GetProgramPipelineInfoLog( @@ -148957,32 +66248,6 @@ void GetProgramPipelineInfoLog( [NativeTypeName("GLchar *")] Ref infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLog")] sbyte GetProgramPipelineInfoLog( @@ -148990,7 +66255,6 @@ sbyte GetProgramPipelineInfoLog( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -148999,7 +66263,6 @@ void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLchar *")] sbyte* infoLog ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] void GetProgramPipelineInfoLogEXT( @@ -149009,7 +66272,6 @@ void GetProgramPipelineInfoLogEXT( [NativeTypeName("GLchar *")] Ref infoLog ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineInfoLogEXT")] sbyte GetProgramPipelineInfoLogEXT( @@ -149017,32 +66279,6 @@ sbyte GetProgramPipelineInfoLogEXT( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] void GetProgramPipeline( [NativeTypeName("GLuint")] uint pipeline, @@ -149050,32 +66286,6 @@ void GetProgramPipeline( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineiv")] void GetProgramPipeline( @@ -149084,7 +66294,6 @@ void GetProgramPipeline( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] void GetProgramPipelineEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -149092,7 +66301,6 @@ void GetProgramPipelineEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramPipelineivEXT")] void GetProgramPipelineEXT( @@ -149101,9 +66309,6 @@ void GetProgramPipelineEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] void GetProgramResourceNV( [NativeTypeName("GLuint")] uint program, @@ -149116,9 +66321,6 @@ void GetProgramResourceNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] void GetProgramResourceNV( @@ -149132,9 +66334,6 @@ void GetProgramResourceNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourcefvNV")] float GetProgramResourceNV( @@ -149147,28 +66346,6 @@ float GetProgramResourceNV( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] uint GetProgramResourceIndex( [NativeTypeName("GLuint")] uint program, @@ -149177,28 +66354,6 @@ uint GetProgramResourceIndex( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceIndex")] uint GetProgramResourceIndex( @@ -149207,28 +66362,6 @@ uint GetProgramResourceIndex( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] void GetProgramResource( [NativeTypeName("GLuint")] uint program, @@ -149241,28 +66374,6 @@ void GetProgramResource( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] void GetProgramResource( @@ -149276,28 +66387,6 @@ void GetProgramResource( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] void GetProgramResource( @@ -149311,28 +66400,6 @@ void GetProgramResource( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceiv")] void GetProgramResource( @@ -149347,28 +66414,6 @@ void GetProgramResource( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] int GetProgramResourceLocation( [NativeTypeName("GLuint")] uint program, @@ -149377,28 +66422,6 @@ int GetProgramResourceLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocation")] int GetProgramResourceLocation( @@ -149408,28 +66431,6 @@ int GetProgramResourceLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] int GetProgramResourceLocationIndex( [NativeTypeName("GLuint")] uint program, @@ -149438,28 +66439,6 @@ int GetProgramResourceLocationIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndex")] int GetProgramResourceLocationIndex( @@ -149469,7 +66448,6 @@ int GetProgramResourceLocationIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] int GetProgramResourceLocationIndexEXT( [NativeTypeName("GLuint")] uint program, @@ -149478,7 +66456,6 @@ int GetProgramResourceLocationIndexEXT( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gles2", ["GL_EXT_blend_func_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceLocationIndexEXT")] int GetProgramResourceLocationIndexEXT( @@ -149487,28 +66464,6 @@ int GetProgramResourceLocationIndexEXT( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] void GetProgramResourceName( [NativeTypeName("GLuint")] uint program, @@ -149519,28 +66474,6 @@ void GetProgramResourceName( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] void GetProgramResourceName( @@ -149552,28 +66485,6 @@ void GetProgramResourceName( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_program_interface_query", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramResourceName")] sbyte GetProgramResourceName( @@ -149583,34 +66494,6 @@ sbyte GetProgramResourceName( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] void GetProgramStage( [NativeTypeName("GLuint")] uint program, @@ -149619,34 +66502,6 @@ void GetProgramStage( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] void GetProgramStage( @@ -149656,34 +66511,6 @@ void GetProgramStage( [NativeTypeName("GLint *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStageiv")] int GetProgramStage( @@ -149692,7 +66519,6 @@ int GetProgramStage( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] void GetProgramStringARB( [NativeTypeName("GLenum")] uint target, @@ -149700,7 +66526,6 @@ void GetProgramStringARB( void* @string ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringARB")] void GetProgramStringARB( @@ -149709,7 +66534,6 @@ void GetProgramStringARB( Ref @string ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] void GetProgramStringNV( [NativeTypeName("GLuint")] uint id, @@ -149717,7 +66541,6 @@ void GetProgramStringNV( [NativeTypeName("GLubyte *")] byte* program ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] void GetProgramStringNV( @@ -149726,14 +66549,12 @@ void GetProgramStringNV( [NativeTypeName("GLubyte *")] Ref program ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramStringNV")] byte GetProgramStringNV( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] void GetProgramSubroutineParameterNV( [NativeTypeName("GLenum")] uint target, @@ -149741,7 +66562,6 @@ void GetProgramSubroutineParameterNV( [NativeTypeName("GLuint *")] uint* param2 ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] void GetProgramSubroutineParameterNV( @@ -149750,53 +66570,27 @@ void GetProgramSubroutineParameterNV( [NativeTypeName("GLuint *")] Ref param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] + [Transformed] + [NativeFunction("opengl", EntryPoint = "glGetProgramSubroutineParameteruivNV")] + uint GetProgramSubroutineParameterNV([NativeTypeName("GLuint")] uint index); + [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] - void GetQueryBufferObjecti64V( + void GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjecti64v")] - void GetQueryBufferObjecti64V( + void GetQueryBufferObjecti64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] void GetQueryBufferObject( [NativeTypeName("GLuint")] uint id, @@ -149805,16 +66599,6 @@ void GetQueryBufferObject( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectiv")] void GetQueryBufferObject( @@ -149824,53 +66608,23 @@ void GetQueryBufferObject( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] - void GetQueryBufferObjectui64V( + void GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectui64v")] - void GetQueryBufferObjectui64V( + void GetQueryBufferObjectui64v( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] void GetQueryBufferObjectuiv( [NativeTypeName("GLuint")] uint id, @@ -149879,16 +66633,6 @@ void GetQueryBufferObjectuiv( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryBufferObjectuiv")] void GetQueryBufferObjectuiv( @@ -149898,34 +66642,6 @@ void GetQueryBufferObjectuiv( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] void GetQueryIndexed( [NativeTypeName("GLenum")] uint target, @@ -149934,34 +66650,6 @@ void GetQueryIndexed( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryIndexediv")] void GetQueryIndexed( @@ -149971,46 +66659,6 @@ void GetQueryIndexed( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] void GetQuery( [NativeTypeName("GLenum")] uint target, @@ -150018,46 +66666,6 @@ void GetQuery( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryiv")] void GetQuery( @@ -150066,7 +66674,6 @@ void GetQuery( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] void GetQueryARB( [NativeTypeName("GLenum")] uint target, @@ -150074,7 +66681,6 @@ void GetQueryARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryivARB")] void GetQueryARB( @@ -150083,10 +66689,6 @@ void GetQueryARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] void GetQueryEXT( [NativeTypeName("GLenum")] uint target, @@ -150094,10 +66696,6 @@ void GetQueryEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryivEXT")] void GetQueryEXT( @@ -150106,36 +66704,6 @@ void GetQueryEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] void GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -150143,36 +66711,6 @@ void GetQueryObject( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64v")] void GetQueryObject( @@ -150181,8 +66719,6 @@ void GetQueryObject( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] void GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -150190,8 +66726,6 @@ void GetQueryObjectEXT( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjecti64vEXT")] void GetQueryObjectEXT( @@ -150200,46 +66734,6 @@ void GetQueryObjectEXT( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] void GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -150247,46 +66741,6 @@ void GetQueryObject( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectiv")] void GetQueryObject( @@ -150295,7 +66749,6 @@ void GetQueryObject( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] void GetQueryObjectARB( [NativeTypeName("GLuint")] uint id, @@ -150303,7 +66756,6 @@ void GetQueryObjectARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivARB")] void GetQueryObjectARB( @@ -150312,7 +66764,6 @@ void GetQueryObjectARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] void GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -150320,7 +66771,6 @@ void GetQueryObjectEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectivEXT")] void GetQueryObjectEXT( @@ -150329,36 +66779,6 @@ void GetQueryObjectEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] void GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -150366,36 +66786,6 @@ void GetQueryObject( [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64v")] void GetQueryObject( @@ -150404,8 +66794,6 @@ void GetQueryObject( [NativeTypeName("GLuint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] void GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -150413,8 +66801,6 @@ void GetQueryObjectEXT( [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_EXT_timer_query"])] - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectui64vEXT")] void GetQueryObjectEXT( @@ -150423,46 +66809,6 @@ void GetQueryObjectEXT( [NativeTypeName("GLuint64 *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] void GetQueryObject( [NativeTypeName("GLuint")] uint id, @@ -150470,46 +66816,6 @@ void GetQueryObject( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuiv")] void GetQueryObject( @@ -150518,7 +66824,6 @@ void GetQueryObject( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] void GetQueryObjectARB( [NativeTypeName("GLuint")] uint id, @@ -150526,7 +66831,6 @@ void GetQueryObjectARB( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivARB")] void GetQueryObjectARB( @@ -150535,10 +66839,6 @@ void GetQueryObjectARB( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] void GetQueryObjectEXT( [NativeTypeName("GLuint")] uint id, @@ -150546,10 +66846,6 @@ void GetQueryObjectEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetQueryObjectuivEXT")] void GetQueryObjectEXT( @@ -150558,47 +66854,6 @@ void GetQueryObjectEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] void GetRenderbufferParameter( [NativeTypeName("GLenum")] uint target, @@ -150606,47 +66861,6 @@ void GetRenderbufferParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameteriv")] void GetRenderbufferParameter( @@ -150655,7 +66869,6 @@ void GetRenderbufferParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] void GetRenderbufferParameterEXT( [NativeTypeName("GLenum")] uint target, @@ -150663,7 +66876,6 @@ void GetRenderbufferParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivEXT")] void GetRenderbufferParameterEXT( @@ -150672,7 +66884,6 @@ void GetRenderbufferParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] void GetRenderbufferParameterOES( [NativeTypeName("GLenum")] uint target, @@ -150680,7 +66891,6 @@ void GetRenderbufferParameterOES( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetRenderbufferParameterivOES")] void GetRenderbufferParameterOES( @@ -150689,41 +66899,6 @@ void GetRenderbufferParameterOES( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] void GetSamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -150731,41 +66906,6 @@ void GetSamplerParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterfv")] void GetSamplerParameter( @@ -150774,36 +66914,6 @@ void GetSamplerParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] void GetSamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -150811,36 +66921,6 @@ void GetSamplerParameterI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIiv")] void GetSamplerParameterI( @@ -150849,7 +66929,6 @@ void GetSamplerParameterI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] void GetSamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -150857,7 +66936,6 @@ void GetSamplerParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivEXT")] void GetSamplerParameterIEXT( @@ -150866,7 +66944,6 @@ void GetSamplerParameterIEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] void GetSamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -150874,7 +66951,6 @@ void GetSamplerParameterIOES( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIivOES")] void GetSamplerParameterIOES( @@ -150883,36 +66959,6 @@ void GetSamplerParameterIOES( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] void GetSamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -150920,36 +66966,6 @@ void GetSamplerParameterI( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuiv")] void GetSamplerParameterI( @@ -150958,7 +66974,6 @@ void GetSamplerParameterI( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] void GetSamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -150966,7 +66981,6 @@ void GetSamplerParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivEXT")] void GetSamplerParameterIEXT( @@ -150975,7 +66989,6 @@ void GetSamplerParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] void GetSamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -150983,7 +66996,6 @@ void GetSamplerParameterIOES( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameterIuivOES")] void GetSamplerParameterIOES( @@ -150992,41 +67004,6 @@ void GetSamplerParameterIOES( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] void GetSamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -151034,41 +67011,6 @@ void GetSamplerParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSamplerParameteriv")] void GetSamplerParameter( @@ -151077,8 +67019,6 @@ void GetSamplerParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] void GetSemaphoreParameterNV( [NativeTypeName("GLuint")] uint semaphore, @@ -151086,8 +67026,6 @@ void GetSemaphoreParameterNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterivNV")] void GetSemaphoreParameterNV( @@ -151096,8 +67034,6 @@ void GetSemaphoreParameterNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] void GetSemaphoreParameterEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -151105,8 +67041,6 @@ void GetSemaphoreParameterEXT( [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSemaphoreParameterui64vEXT")] void GetSemaphoreParameterEXT( @@ -151115,7 +67049,6 @@ void GetSemaphoreParameterEXT( [NativeTypeName("GLuint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] void GetSeparableFilter( [NativeTypeName("GLenum")] uint target, @@ -151126,7 +67059,6 @@ void GetSeparableFilter( void* span ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilter")] void GetSeparableFilter( @@ -151138,7 +67070,6 @@ void GetSeparableFilter( Ref span ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] void GetSeparableFilterEXT( [NativeTypeName("GLenum")] uint target, @@ -151149,7 +67080,6 @@ void GetSeparableFilterEXT( void* span ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSeparableFilterEXT")] void GetSeparableFilterEXT( @@ -151161,49 +67091,6 @@ void GetSeparableFilterEXT( Ref span ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] void GetShaderInfoLog( [NativeTypeName("GLuint")] uint shader, @@ -151212,49 +67099,6 @@ void GetShaderInfoLog( [NativeTypeName("GLchar *")] sbyte* infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] void GetShaderInfoLog( @@ -151264,49 +67108,6 @@ void GetShaderInfoLog( [NativeTypeName("GLchar *")] Ref infoLog ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderInfoLog")] sbyte GetShaderInfoLog( @@ -151314,49 +67115,6 @@ sbyte GetShaderInfoLog( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] void GetShader( [NativeTypeName("GLuint")] uint shader, @@ -151364,49 +67122,6 @@ void GetShader( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderiv")] void GetShader( @@ -151415,37 +67130,6 @@ void GetShader( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] void GetShaderPrecisionFormat( [NativeTypeName("GLenum")] uint shadertype, @@ -151454,37 +67138,6 @@ void GetShaderPrecisionFormat( [NativeTypeName("GLint *")] int* precision ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] void GetShaderPrecisionFormat( @@ -151494,37 +67147,6 @@ void GetShaderPrecisionFormat( [NativeTypeName("GLint *")] Ref precision ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderPrecisionFormat")] int GetShaderPrecisionFormat( @@ -151533,49 +67155,6 @@ int GetShaderPrecisionFormat( [NativeTypeName("GLint *")] Ref range ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] void GetShaderSource( [NativeTypeName("GLuint")] uint shader, @@ -151584,49 +67163,6 @@ void GetShaderSource( [NativeTypeName("GLchar *")] sbyte* source ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] void GetShaderSource( @@ -151636,49 +67172,6 @@ void GetShaderSource( [NativeTypeName("GLchar *")] Ref source ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSource")] sbyte GetShaderSource( @@ -151686,7 +67179,6 @@ sbyte GetShaderSource( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] void GetShaderSourceARB( [NativeTypeName("GLhandleARB")] uint obj, @@ -151695,7 +67187,6 @@ void GetShaderSourceARB( [NativeTypeName("GLcharARB *")] sbyte* source ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] void GetShaderSourceARB( @@ -151705,7 +67196,6 @@ void GetShaderSourceARB( [NativeTypeName("GLcharARB *")] Ref source ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShaderSourceARB")] sbyte GetShaderSourceARB( @@ -151713,9 +67203,6 @@ sbyte GetShaderSourceARB( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] void GetShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint viewport, @@ -151723,9 +67210,6 @@ void GetShadingRateImagePaletteNV( [NativeTypeName("GLenum *")] uint* rate ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] void GetShadingRateImagePaletteNV( @@ -151734,9 +67218,6 @@ void GetShadingRateImagePaletteNV( [NativeTypeName("GLenum *")] Ref rate ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateImagePaletteNV")] uint GetShadingRateImagePaletteNV( @@ -151744,9 +67225,6 @@ uint GetShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint entry ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] void GetShadingRateSampleLocationNV( [NativeTypeName("GLenum")] uint rate, @@ -151755,9 +67233,6 @@ void GetShadingRateSampleLocationNV( [NativeTypeName("GLint *")] int* location ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetShadingRateSampleLocationivNV")] void GetShadingRateSampleLocationNV( @@ -151767,14 +67242,12 @@ void GetShadingRateSampleLocationNV( [NativeTypeName("GLint *")] Ref location ); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] void GetSharpenTexFuncSGIS( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSharpenTexFuncSGIS")] void GetSharpenTexFuncSGIS( @@ -151783,14 +67256,10 @@ void GetSharpenTexFuncSGIS( ); [return: NativeTypeName("GLushort")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] ushort GetStageIndexNV([NativeTypeName("GLenum")] uint shadertype); [return: NativeTypeName("GLushort")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetStageIndexNV")] ushort GetStageIndexNV( @@ -151798,199 +67267,19 @@ ushort GetStageIndexNV( ); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetString")] byte* GetString([NativeTypeName("GLenum")] uint name); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetString")] Ptr GetString([NativeTypeName("GLenum")] Constant name); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetStringi")] byte* GetString([NativeTypeName("GLenum")] uint name, [NativeTypeName("GLuint")] uint index); [return: NativeTypeName("const GLubyte *")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetStringi")] Ptr GetString( @@ -151999,34 +67288,6 @@ Ptr GetString( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] uint GetSubroutineIndex( [NativeTypeName("GLuint")] uint program, @@ -152035,34 +67296,6 @@ uint GetSubroutineIndex( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSubroutineIndex")] uint GetSubroutineIndex( @@ -152072,34 +67305,6 @@ uint GetSubroutineIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] int GetSubroutineUniformLocation( [NativeTypeName("GLuint")] uint program, @@ -152108,34 +67313,6 @@ int GetSubroutineUniformLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSubroutineUniformLocation")] int GetSubroutineUniformLocation( @@ -152144,38 +67321,6 @@ int GetSubroutineUniformLocation( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] void GetSync( [NativeTypeName("GLsync")] Sync* sync, @@ -152185,38 +67330,6 @@ void GetSync( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] void GetSync( @@ -152227,38 +67340,6 @@ void GetSync( [NativeTypeName("GLint *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSynciv")] int GetSync( @@ -152267,10 +67348,8 @@ int GetSync( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] - void GetSyncApple( + void GetSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLsizei")] uint count, @@ -152278,11 +67357,9 @@ void GetSyncApple( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] - void GetSyncApple( + void GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei")] uint count, @@ -152290,24 +67367,20 @@ void GetSyncApple( [NativeTypeName("GLint *")] Ref values ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetSyncivAPPLE")] - int GetSyncApple( + int GetSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] void GetTexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat *")] float* param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterfvATI")] void GetTexBumpParameterATI( @@ -152315,14 +67388,12 @@ void GetTexBumpParameterATI( [NativeTypeName("GLfloat *")] Ref param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] void GetTexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint *")] int* param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexBumpParameterivATI")] void GetTexBumpParameterATI( @@ -152330,32 +67401,6 @@ void GetTexBumpParameterATI( [NativeTypeName("GLint *")] Ref param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] void GetTexEnv( [NativeTypeName("GLenum")] uint target, @@ -152363,32 +67408,6 @@ void GetTexEnv( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvfv")] void GetTexEnv( @@ -152397,32 +67416,6 @@ void GetTexEnv( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] void GetTexEnv( [NativeTypeName("GLenum")] uint target, @@ -152430,32 +67423,6 @@ void GetTexEnv( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnviv")] void GetTexEnv( @@ -152464,7 +67431,6 @@ void GetTexEnv( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] void GetTexEnvx( [NativeTypeName("GLenum")] uint target, @@ -152472,7 +67438,6 @@ void GetTexEnvx( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxv")] void GetTexEnvx( @@ -152481,8 +67446,6 @@ void GetTexEnvx( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] void GetTexEnvxOES( [NativeTypeName("GLenum")] uint target, @@ -152490,8 +67453,6 @@ void GetTexEnvxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexEnvxvOES")] void GetTexEnvxOES( @@ -152500,7 +67461,6 @@ void GetTexEnvxOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] void GetTexFilterFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -152508,7 +67468,6 @@ void GetTexFilterFuncSGIS( [NativeTypeName("GLfloat *")] float* weights ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexFilterFuncSGIS")] void GetTexFilterFuncSGIS( @@ -152517,31 +67476,6 @@ void GetTexFilterFuncSGIS( [NativeTypeName("GLfloat *")] Ref weights ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] void GetTexGen( [NativeTypeName("GLenum")] uint coord, @@ -152549,31 +67483,6 @@ void GetTexGen( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGendv")] void GetTexGen( @@ -152582,31 +67491,6 @@ void GetTexGen( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] void GetTexGen( [NativeTypeName("GLenum")] uint coord, @@ -152614,31 +67498,6 @@ void GetTexGen( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenfv")] void GetTexGen( @@ -152647,7 +67506,6 @@ void GetTexGen( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] void GetTexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -152655,7 +67513,6 @@ void GetTexGenOES( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenfvOES")] void GetTexGenOES( @@ -152664,31 +67521,6 @@ void GetTexGenOES( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] void GetTexGen( [NativeTypeName("GLenum")] uint coord, @@ -152696,31 +67528,6 @@ void GetTexGen( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGeniv")] void GetTexGen( @@ -152729,7 +67536,6 @@ void GetTexGen( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] void GetTexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -152737,7 +67543,6 @@ void GetTexGenOES( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenivOES")] void GetTexGenOES( @@ -152746,8 +67551,6 @@ void GetTexGenOES( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] void GetTexGenxOES( [NativeTypeName("GLenum")] uint coord, @@ -152755,8 +67558,6 @@ void GetTexGenxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexGenxvOES")] void GetTexGenxOES( @@ -152765,56 +67566,6 @@ void GetTexGenxOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexImage")] void GetTexImage( [NativeTypeName("GLenum")] uint target, @@ -152824,56 +67575,6 @@ void GetTexImage( void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexImage")] void GetTexImage( @@ -152884,56 +67585,6 @@ void GetTexImage( Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] void GetTexLevelParameter( [NativeTypeName("GLenum")] uint target, @@ -152942,56 +67593,6 @@ void GetTexLevelParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterfv")] void GetTexLevelParameter( @@ -153001,56 +67602,6 @@ void GetTexLevelParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] void GetTexLevelParameter( [NativeTypeName("GLenum")] uint target, @@ -153059,56 +67610,6 @@ void GetTexLevelParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameteriv")] void GetTexLevelParameter( @@ -153118,7 +67619,6 @@ void GetTexLevelParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] void GetTexLevelParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -153127,7 +67627,6 @@ void GetTexLevelParameterxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexLevelParameterxvOES")] void GetTexLevelParameterxOES( @@ -153137,62 +67636,6 @@ void GetTexLevelParameterxOES( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] void GetTexParameter( [NativeTypeName("GLenum")] uint target, @@ -153200,62 +67643,6 @@ void GetTexParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterfv")] void GetTexParameter( @@ -153264,40 +67651,6 @@ void GetTexParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] void GetTexParameterI( [NativeTypeName("GLenum")] uint target, @@ -153305,40 +67658,6 @@ void GetTexParameterI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIiv")] void GetTexParameterI( @@ -153347,8 +67666,6 @@ void GetTexParameterI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] void GetTexParameterIEXT( [NativeTypeName("GLenum")] uint target, @@ -153356,8 +67673,6 @@ void GetTexParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivEXT")] void GetTexParameterIEXT( @@ -153366,7 +67681,6 @@ void GetTexParameterIEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] void GetTexParameterIOES( [NativeTypeName("GLenum")] uint target, @@ -153374,7 +67688,6 @@ void GetTexParameterIOES( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIivOES")] void GetTexParameterIOES( @@ -153383,40 +67696,6 @@ void GetTexParameterIOES( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] void GetTexParameterI( [NativeTypeName("GLenum")] uint target, @@ -153424,40 +67703,6 @@ void GetTexParameterI( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuiv")] void GetTexParameterI( @@ -153466,8 +67711,6 @@ void GetTexParameterI( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] void GetTexParameterIEXT( [NativeTypeName("GLenum")] uint target, @@ -153475,8 +67718,6 @@ void GetTexParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivEXT")] void GetTexParameterIEXT( @@ -153485,7 +67726,6 @@ void GetTexParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] void GetTexParameterIOES( [NativeTypeName("GLenum")] uint target, @@ -153493,7 +67733,6 @@ void GetTexParameterIOES( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterIuivOES")] void GetTexParameterIOES( @@ -153502,62 +67741,6 @@ void GetTexParameterIOES( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] void GetTexParameter( [NativeTypeName("GLenum")] uint target, @@ -153565,62 +67748,6 @@ void GetTexParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameteriv")] void GetTexParameter( @@ -153629,24 +67756,21 @@ void GetTexParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] - void GetTexParameterPointerApple( + void GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, void** @params ); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterPointervAPPLE")] - void GetTexParameterPointerApple( + void GetTexParameterPointerAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint pname, Ref2D @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] void GetTexParameterx( [NativeTypeName("GLenum")] uint target, @@ -153654,7 +67778,6 @@ void GetTexParameterx( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxv")] void GetTexParameterx( @@ -153663,8 +67786,6 @@ void GetTexParameterx( [NativeTypeName("GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] void GetTexParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -153672,8 +67793,6 @@ void GetTexParameterxOES( [NativeTypeName("GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTexParameterxvOES")] void GetTexParameterxOES( @@ -153683,33 +67802,17 @@ void GetTexParameterxOES( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleARB")] ulong GetTextureHandleARB([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleIMG")] ulong GetTextureHandleIMG([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureHandleNV")] ulong GetTextureHandleNV([NativeTypeName("GLuint")] uint texture); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] void GetTextureImage( [NativeTypeName("GLuint")] uint texture, @@ -153720,16 +67823,6 @@ void GetTextureImage( void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureImage")] void GetTextureImage( @@ -153741,8 +67834,6 @@ void GetTextureImage( Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] void GetTextureImageEXT( [NativeTypeName("GLuint")] uint texture, @@ -153753,8 +67844,6 @@ void GetTextureImageEXT( void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureImageEXT")] void GetTextureImageEXT( @@ -153766,16 +67855,6 @@ void GetTextureImageEXT( Ref pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] void GetTextureLevelParameter( [NativeTypeName("GLuint")] uint texture, @@ -153784,16 +67863,6 @@ void GetTextureLevelParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfv")] void GetTextureLevelParameter( @@ -153803,8 +67872,6 @@ void GetTextureLevelParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] void GetTextureLevelParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -153814,8 +67881,6 @@ void GetTextureLevelParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterfvEXT")] void GetTextureLevelParameterEXT( @@ -153826,16 +67891,6 @@ void GetTextureLevelParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] void GetTextureLevelParameter( [NativeTypeName("GLuint")] uint texture, @@ -153844,16 +67899,6 @@ void GetTextureLevelParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameteriv")] void GetTextureLevelParameter( @@ -153863,8 +67908,6 @@ void GetTextureLevelParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] void GetTextureLevelParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -153874,8 +67917,6 @@ void GetTextureLevelParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureLevelParameterivEXT")] void GetTextureLevelParameterEXT( @@ -153886,16 +67927,6 @@ void GetTextureLevelParameterEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] void GetTextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -153903,16 +67934,6 @@ void GetTextureParameter( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfv")] void GetTextureParameter( @@ -153921,8 +67942,6 @@ void GetTextureParameter( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] void GetTextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -153931,8 +67950,6 @@ void GetTextureParameterEXT( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterfvEXT")] void GetTextureParameterEXT( @@ -153942,16 +67959,6 @@ void GetTextureParameterEXT( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] void GetTextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -153959,16 +67966,6 @@ void GetTextureParameterI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIiv")] void GetTextureParameterI( @@ -153977,8 +67974,6 @@ void GetTextureParameterI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] void GetTextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -153987,8 +67982,6 @@ void GetTextureParameterIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIivEXT")] void GetTextureParameterIEXT( @@ -153998,16 +67991,6 @@ void GetTextureParameterIEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] void GetTextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -154015,16 +67998,6 @@ void GetTextureParameterI( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuiv")] void GetTextureParameterI( @@ -154033,8 +68006,6 @@ void GetTextureParameterI( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] void GetTextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -154043,8 +68014,6 @@ void GetTextureParameterIEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterIuivEXT")] void GetTextureParameterIEXT( @@ -154054,16 +68023,6 @@ void GetTextureParameterIEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] void GetTextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -154071,16 +68030,6 @@ void GetTextureParameter( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameteriv")] void GetTextureParameter( @@ -154089,8 +68038,6 @@ void GetTextureParameter( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] void GetTextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -154099,8 +68046,6 @@ void GetTextureParameterEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureParameterivEXT")] void GetTextureParameterEXT( @@ -154111,8 +68056,6 @@ void GetTextureParameterEXT( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleARB")] ulong GetTextureSamplerHandleARB( [NativeTypeName("GLuint")] uint texture, @@ -154120,7 +68063,6 @@ ulong GetTextureSamplerHandleARB( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleIMG")] ulong GetTextureSamplerHandleIMG( [NativeTypeName("GLuint")] uint texture, @@ -154128,25 +68070,12 @@ ulong GetTextureSamplerHandleIMG( ); [return: NativeTypeName("GLuint64")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetTextureSamplerHandleNV")] ulong GetTextureSamplerHandleNV( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLuint")] uint sampler ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] void GetTextureSubImage( [NativeTypeName("GLuint")] uint texture, @@ -154163,16 +68092,6 @@ void GetTextureSubImage( void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_get_texture_sub_image", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTextureSubImage")] void GetTextureSubImage( @@ -154190,7 +68109,6 @@ void GetTextureSubImage( Ref pixels ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] void GetTrackMatrixNV( [NativeTypeName("GLenum")] uint target, @@ -154199,7 +68117,6 @@ void GetTrackMatrixNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] void GetTrackMatrixNV( @@ -154209,7 +68126,6 @@ void GetTrackMatrixNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTrackMatrixivNV")] int GetTrackMatrixNV( @@ -154218,16 +68134,6 @@ int GetTrackMatrixNV( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] void GetTransformFeedback( [NativeTypeName("GLuint")] uint xfb, @@ -154236,16 +68142,6 @@ void GetTransformFeedback( [NativeTypeName("GLint *")] int* param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki_v")] void GetTransformFeedback( @@ -154255,16 +68151,6 @@ void GetTransformFeedback( [NativeTypeName("GLint *")] Ref param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] void GetTransformFeedbacki64( [NativeTypeName("GLuint")] uint xfb, @@ -154273,16 +68159,6 @@ void GetTransformFeedbacki64( [NativeTypeName("GLint64 *")] long* param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbacki64_v")] void GetTransformFeedbacki64( @@ -154292,16 +68168,6 @@ void GetTransformFeedbacki64( [NativeTypeName("GLint64 *")] Ref param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] void GetTransformFeedback( [NativeTypeName("GLuint")] uint xfb, @@ -154309,16 +68175,6 @@ void GetTransformFeedback( [NativeTypeName("GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackiv")] void GetTransformFeedback( @@ -154327,40 +68183,6 @@ void GetTransformFeedback( [NativeTypeName("GLint *")] Ref param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] void GetTransformFeedbackVarying( [NativeTypeName("GLuint")] uint program, @@ -154372,40 +68194,6 @@ void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] void GetTransformFeedbackVarying( @@ -154418,40 +68206,6 @@ void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] sbyte GetTransformFeedbackVarying( @@ -154462,40 +68216,6 @@ sbyte GetTransformFeedbackVarying( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] void GetTransformFeedbackVarying( @@ -154508,40 +68228,6 @@ void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] sbyte GetTransformFeedbackVarying( @@ -154552,40 +68238,6 @@ sbyte GetTransformFeedbackVarying( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] void GetTransformFeedbackVarying( @@ -154598,40 +68250,6 @@ void GetTransformFeedbackVarying( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVarying")] sbyte GetTransformFeedbackVarying( @@ -154642,7 +68260,6 @@ sbyte GetTransformFeedbackVarying( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLuint")] uint program, @@ -154654,7 +68271,6 @@ void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] sbyte* name ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] void GetTransformFeedbackVaryingEXT( @@ -154667,7 +68283,6 @@ void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] sbyte GetTransformFeedbackVaryingEXT( @@ -154678,7 +68293,6 @@ sbyte GetTransformFeedbackVaryingEXT( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] void GetTransformFeedbackVaryingEXT( @@ -154691,7 +68305,6 @@ void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] sbyte GetTransformFeedbackVaryingEXT( @@ -154702,7 +68315,6 @@ sbyte GetTransformFeedbackVaryingEXT( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] void GetTransformFeedbackVaryingEXT( @@ -154715,7 +68327,6 @@ void GetTransformFeedbackVaryingEXT( [NativeTypeName("GLchar *")] Ref name ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingEXT")] sbyte GetTransformFeedbackVaryingEXT( @@ -154726,7 +68337,6 @@ sbyte GetTransformFeedbackVaryingEXT( [NativeTypeName("GLenum *")] Ref type ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] void GetTransformFeedbackVaryingNV( [NativeTypeName("GLuint")] uint program, @@ -154734,7 +68344,6 @@ void GetTransformFeedbackVaryingNV( [NativeTypeName("GLint *")] int* location ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] void GetTransformFeedbackVaryingNV( @@ -154743,7 +68352,6 @@ void GetTransformFeedbackVaryingNV( [NativeTypeName("GLint *")] Ref location ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTransformFeedbackVaryingNV")] int GetTransformFeedbackVaryingNV( @@ -154751,68 +68359,31 @@ int GetTransformFeedbackVaryingNV( [NativeTypeName("GLuint")] uint index ); - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] - void GetTranslatedShaderSourceAngle( + void GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] uint* length, [NativeTypeName("GLchar *")] sbyte* source ); - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] - void GetTranslatedShaderSourceAngle( + void GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei")] uint bufSize, [NativeTypeName("GLsizei *")] Ref length, [NativeTypeName("GLchar *")] Ref source ); - [SupportedApiProfile("gles2", ["GL_ANGLE_translated_shader_source"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetTranslatedShaderSourceANGLE")] - sbyte GetTranslatedShaderSourceAngle( + sbyte GetTranslatedShaderSourceANGLE( [NativeTypeName("GLuint")] uint shader, [NativeTypeName("GLsizei *")] Ref length ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] uint GetUniformBlockIndex( [NativeTypeName("GLuint")] uint program, @@ -154820,40 +68391,6 @@ uint GetUniformBlockIndex( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformBlockIndex")] uint GetUniformBlockIndex( @@ -154862,41 +68399,12 @@ uint GetUniformBlockIndex( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glGetUniformBufferSizeEXT")] int GetUniformBufferSizeEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] void GetUniformdv( [NativeTypeName("GLuint")] uint program, @@ -154904,34 +68412,6 @@ void GetUniformdv( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] void GetUniformdv( @@ -154940,81 +68420,10 @@ void GetUniformdv( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformdv")] double GetUniformdv([NativeTypeName("GLint")] int location); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] void GetUniformfv( [NativeTypeName("GLuint")] uint program, @@ -155022,49 +68431,6 @@ void GetUniformfv( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] void GetUniformfv( @@ -155073,54 +68439,10 @@ void GetUniformfv( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfv")] float GetUniformfv([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] void GetUniformfvARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -155128,7 +68450,6 @@ void GetUniformfvARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] void GetUniformfvARB( @@ -155137,39 +68458,29 @@ void GetUniformfvARB( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformfvARB")] float GetUniformfvARB([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] - void GetUniformi64VARB( + void GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] - void GetUniformi64VARB( + void GetUniformi64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vARB")] - long GetUniformi64VARB([NativeTypeName("GLint")] int location); + long GetUniformi64vARB([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] void GetUniformNV( [NativeTypeName("GLuint")] uint program, @@ -155177,9 +68488,6 @@ void GetUniformNV( [NativeTypeName("GLint64EXT *")] long* @params ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] void GetUniformNV( @@ -155188,47 +68496,10 @@ void GetUniformNV( [NativeTypeName("GLint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformi64vNV")] long GetUniformNV([NativeTypeName("GLint")] int location); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] void GetUniformIndices( [NativeTypeName("GLuint")] uint program, @@ -155237,40 +68508,6 @@ void GetUniformIndices( [NativeTypeName("GLuint *")] uint* uniformIndices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformIndices")] void GetUniformIndices( @@ -155280,49 +68517,6 @@ void GetUniformIndices( [NativeTypeName("GLuint *")] Ref uniformIndices ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] void GetUniformiv( [NativeTypeName("GLuint")] uint program, @@ -155330,49 +68524,6 @@ void GetUniformiv( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] void GetUniformiv( @@ -155381,54 +68532,10 @@ void GetUniformiv( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformiv")] int GetUniformiv([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] void GetUniformivARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -155436,7 +68543,6 @@ void GetUniformivARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] void GetUniformivARB( @@ -155445,55 +68551,11 @@ void GetUniformivARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformivARB")] int GetUniformivARB([NativeTypeName("GLint")] int location); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] int GetUniformLocation( [NativeTypeName("GLuint")] uint program, @@ -155501,49 +68563,6 @@ int GetUniformLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformLocation")] int GetUniformLocation( @@ -155552,7 +68571,6 @@ int GetUniformLocation( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] int GetUniformLocationARB( [NativeTypeName("GLhandleARB")] uint programObj, @@ -155560,7 +68578,6 @@ int GetUniformLocationARB( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformLocationARB")] int GetUniformLocationARB( @@ -155569,41 +68586,12 @@ int GetUniformLocationARB( ); [return: NativeTypeName("GLintptr")] - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glGetUniformOffsetEXT")] nint GetUniformOffsetEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] void GetUniformSubroutine( [NativeTypeName("GLenum")] uint shadertype, @@ -155611,34 +68599,6 @@ void GetUniformSubroutine( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] void GetUniformSubroutine( @@ -155647,34 +68607,6 @@ void GetUniformSubroutine( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformSubroutineuiv")] uint GetUniformSubroutine( @@ -155682,90 +68614,44 @@ uint GetUniformSubroutine( [NativeTypeName("GLint")] int location ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] - void GetUniformui64VARB( + void GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] - void GetUniformui64VARB( + void GetUniformui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vARB")] - ulong GetUniformui64VARB([NativeTypeName("GLint")] int location); + ulong GetUniformui64vARB([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] - void GetUniformui64VNV( + void GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] - void GetUniformui64VNV( + void GetUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformui64vNV")] - ulong GetUniformui64VNV([NativeTypeName("GLint")] int location); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] + ulong GetUniformui64vNV([NativeTypeName("GLint")] int location); + [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] void GetUniformuiv( [NativeTypeName("GLuint")] uint program, @@ -155773,40 +68659,6 @@ void GetUniformuiv( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] void GetUniformuiv( @@ -155815,45 +68667,10 @@ void GetUniformuiv( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuiv")] uint GetUniformuiv([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] void GetUniformEXT( [NativeTypeName("GLuint")] uint program, @@ -155861,7 +68678,6 @@ void GetUniformEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] void GetUniformEXT( @@ -155870,13 +68686,10 @@ void GetUniformEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUniformuivEXT")] uint GetUniformEXT([NativeTypeName("GLint")] int location); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] void GetUnsignedByteEXT( [NativeTypeName("GLenum")] uint target, @@ -155884,8 +68697,6 @@ void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] byte* data ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] void GetUnsignedByteEXT( @@ -155894,22 +68705,16 @@ void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytei_vEXT")] byte GetUnsignedByteEXT([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] void GetUnsignedByteEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLubyte *")] byte* data ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object", "GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetUnsignedBytevEXT")] void GetUnsignedByteEXT( @@ -155917,7 +68722,6 @@ void GetUnsignedByteEXT( [NativeTypeName("GLubyte *")] Ref data ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] void GetVariantArrayObjectfvATI( [NativeTypeName("GLuint")] uint id, @@ -155925,7 +68729,6 @@ void GetVariantArrayObjectfvATI( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] void GetVariantArrayObjectfvATI( @@ -155934,7 +68737,6 @@ void GetVariantArrayObjectfvATI( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectfvATI")] float GetVariantArrayObjectfvATI( @@ -155942,7 +68744,6 @@ float GetVariantArrayObjectfvATI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] void GetVariantArrayObjectivATI( [NativeTypeName("GLuint")] uint id, @@ -155950,7 +68751,6 @@ void GetVariantArrayObjectivATI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] void GetVariantArrayObjectivATI( @@ -155959,7 +68759,6 @@ void GetVariantArrayObjectivATI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantArrayObjectivATI")] int GetVariantArrayObjectivATI( @@ -155967,7 +68766,6 @@ int GetVariantArrayObjectivATI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] void GetVariantBooleanEXT( [NativeTypeName("GLuint")] uint id, @@ -155975,7 +68773,6 @@ void GetVariantBooleanEXT( [NativeTypeName("GLboolean *")] uint* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] void GetVariantBooleanEXT( @@ -155984,14 +68781,12 @@ void GetVariantBooleanEXT( [NativeTypeName("GLboolean *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantBooleanvEXT")] uint GetVariantBooleanEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] void GetVariantFloatEXT( [NativeTypeName("GLuint")] uint id, @@ -155999,7 +68794,6 @@ void GetVariantFloatEXT( [NativeTypeName("GLfloat *")] float* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] void GetVariantFloatEXT( @@ -156008,14 +68802,12 @@ void GetVariantFloatEXT( [NativeTypeName("GLfloat *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantFloatvEXT")] float GetVariantFloatEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] void GetVariantIntegerEXT( [NativeTypeName("GLuint")] uint id, @@ -156023,7 +68815,6 @@ void GetVariantIntegerEXT( [NativeTypeName("GLint *")] int* data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] void GetVariantIntegerEXT( @@ -156032,14 +68823,12 @@ void GetVariantIntegerEXT( [NativeTypeName("GLint *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantIntegervEXT")] int GetVariantIntegerEXT( [NativeTypeName("GLenum")] Constant value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] void GetVariantPointerEXT( [NativeTypeName("GLuint")] uint id, @@ -156047,7 +68836,6 @@ void GetVariantPointerEXT( void** data ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVariantPointervEXT")] void GetVariantPointerEXT( @@ -156057,7 +68845,6 @@ Ref2D data ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] int GetVaryingLocationNV( [NativeTypeName("GLuint")] uint program, @@ -156065,7 +68852,6 @@ int GetVaryingLocationNV( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVaryingLocationNV")] int GetVaryingLocationNV( @@ -156073,16 +68859,6 @@ int GetVaryingLocationNV( [NativeTypeName("const GLchar *")] Ref name ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] void GetVertexArrayIndexed64( [NativeTypeName("GLuint")] uint vaobj, @@ -156091,16 +68867,6 @@ void GetVertexArrayIndexed64( [NativeTypeName("GLint64 *")] long* param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexed64iv")] void GetVertexArrayIndexed64( @@ -156110,16 +68876,6 @@ void GetVertexArrayIndexed64( [NativeTypeName("GLint64 *")] Ref param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] void GetVertexArrayIndexed( [NativeTypeName("GLuint")] uint vaobj, @@ -156128,16 +68884,6 @@ void GetVertexArrayIndexed( [NativeTypeName("GLint *")] int* param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIndexediv")] void GetVertexArrayIndexed( @@ -156147,8 +68893,6 @@ void GetVertexArrayIndexed( [NativeTypeName("GLint *")] Ref param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] void GetVertexArrayIntegerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -156157,8 +68901,6 @@ void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] int* param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegeri_vEXT")] void GetVertexArrayIntegerEXT( @@ -156168,8 +68910,6 @@ void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] Ref param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] void GetVertexArrayIntegerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -156177,8 +68917,6 @@ void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] int* param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayIntegervEXT")] void GetVertexArrayIntegerEXT( @@ -156187,16 +68925,6 @@ void GetVertexArrayIntegerEXT( [NativeTypeName("GLint *")] Ref param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] void GetVertexArray( [NativeTypeName("GLuint")] uint vaobj, @@ -156204,16 +68932,6 @@ void GetVertexArray( [NativeTypeName("GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayiv")] void GetVertexArray( @@ -156222,8 +68940,6 @@ void GetVertexArray( [NativeTypeName("GLint *")] Ref param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] void GetVertexArrayPointerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -156232,8 +68948,6 @@ void GetVertexArrayPointerEXT( void** param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointeri_vEXT")] void GetVertexArrayPointerEXT( @@ -156243,8 +68957,6 @@ void GetVertexArrayPointerEXT( Ref2D param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] void GetVertexArrayPointerEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -156252,8 +68964,6 @@ void GetVertexArrayPointerEXT( void** param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexArrayPointervEXT")] void GetVertexArrayPointerEXT( @@ -156262,7 +68972,6 @@ void GetVertexArrayPointerEXT( Ref2D param2 ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] void GetVertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, @@ -156270,7 +68979,6 @@ void GetVertexAttribArrayObjectATI( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectfvATI")] void GetVertexAttribArrayObjectATI( @@ -156279,7 +68987,6 @@ void GetVertexAttribArrayObjectATI( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] void GetVertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, @@ -156287,7 +68994,6 @@ void GetVertexAttribArrayObjectATI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribArrayObjectivATI")] void GetVertexAttribArrayObjectATI( @@ -156296,44 +69002,6 @@ void GetVertexAttribArrayObjectATI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] void GetVertexAttrib( [NativeTypeName("GLuint")] uint index, @@ -156341,44 +69009,6 @@ void GetVertexAttrib( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdv")] void GetVertexAttrib( @@ -156387,7 +69017,6 @@ void GetVertexAttrib( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] void GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, @@ -156395,7 +69024,6 @@ void GetVertexAttribARB( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvARB")] void GetVertexAttribARB( @@ -156404,7 +69032,6 @@ void GetVertexAttribARB( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] void GetVertexAttribdvNV( [NativeTypeName("GLuint")] uint index, @@ -156412,7 +69039,6 @@ void GetVertexAttribdvNV( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] void GetVertexAttribdvNV( @@ -156421,7 +69047,6 @@ void GetVertexAttribdvNV( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribdvNV")] double GetVertexAttribdvNV( @@ -156429,49 +69054,6 @@ double GetVertexAttribdvNV( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] void GetVertexAttrib( [NativeTypeName("GLuint")] uint index, @@ -156479,49 +69061,6 @@ void GetVertexAttrib( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfv")] void GetVertexAttrib( @@ -156530,7 +69069,6 @@ void GetVertexAttrib( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] void GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, @@ -156538,7 +69076,6 @@ void GetVertexAttribARB( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvARB")] void GetVertexAttribARB( @@ -156547,7 +69084,6 @@ void GetVertexAttribARB( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] void GetVertexAttribfvNV( [NativeTypeName("GLuint")] uint index, @@ -156555,7 +69091,6 @@ void GetVertexAttribfvNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] void GetVertexAttribfvNV( @@ -156564,7 +69099,6 @@ void GetVertexAttribfvNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribfvNV")] float GetVertexAttribfvNV( @@ -156572,40 +69106,6 @@ float GetVertexAttribfvNV( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] void GetVertexAttribI( [NativeTypeName("GLuint")] uint index, @@ -156613,40 +69113,6 @@ void GetVertexAttribI( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] void GetVertexAttribI( @@ -156655,40 +69121,6 @@ void GetVertexAttribI( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIiv")] int GetVertexAttribI( @@ -156696,7 +69128,6 @@ int GetVertexAttribI( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] void GetVertexAttribIEXT( [NativeTypeName("GLuint")] uint index, @@ -156704,7 +69135,6 @@ void GetVertexAttribIEXT( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] void GetVertexAttribIEXT( @@ -156713,7 +69143,6 @@ void GetVertexAttribIEXT( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIivEXT")] int GetVertexAttribIEXT( @@ -156721,40 +69150,6 @@ int GetVertexAttribIEXT( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] void GetVertexAttribIuiv( [NativeTypeName("GLuint")] uint index, @@ -156762,40 +69157,6 @@ void GetVertexAttribIuiv( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] void GetVertexAttribIuiv( @@ -156804,40 +69165,6 @@ void GetVertexAttribIuiv( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuiv")] uint GetVertexAttribIuiv( @@ -156845,7 +69172,6 @@ uint GetVertexAttribIuiv( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] void GetVertexAttribIuivEXT( [NativeTypeName("GLuint")] uint index, @@ -156853,7 +69179,6 @@ void GetVertexAttribIuivEXT( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] void GetVertexAttribIuivEXT( @@ -156862,7 +69187,6 @@ void GetVertexAttribIuivEXT( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribIuivEXT")] uint GetVertexAttribIuivEXT( @@ -156870,49 +69194,6 @@ uint GetVertexAttribIuivEXT( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] void GetVertexAttrib( [NativeTypeName("GLuint")] uint index, @@ -156920,49 +69201,6 @@ void GetVertexAttrib( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribiv")] void GetVertexAttrib( @@ -156971,7 +69209,6 @@ void GetVertexAttrib( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] void GetVertexAttribARB( [NativeTypeName("GLuint")] uint index, @@ -156979,7 +69216,6 @@ void GetVertexAttribARB( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivARB")] void GetVertexAttribARB( @@ -156988,7 +69224,6 @@ void GetVertexAttribARB( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] void GetVertexAttribivNV( [NativeTypeName("GLuint")] uint index, @@ -156996,7 +69231,6 @@ void GetVertexAttribivNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] void GetVertexAttribivNV( @@ -157005,7 +69239,6 @@ void GetVertexAttribivNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribivNV")] int GetVertexAttribivNV( @@ -157013,32 +69246,6 @@ int GetVertexAttribivNV( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] void GetVertexAttribL( [NativeTypeName("GLuint")] uint index, @@ -157046,32 +69253,6 @@ void GetVertexAttribL( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdv")] void GetVertexAttribL( @@ -157080,7 +69261,6 @@ void GetVertexAttribL( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] void GetVertexAttribLEXT( [NativeTypeName("GLuint")] uint index, @@ -157088,7 +69268,6 @@ void GetVertexAttribLEXT( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLdvEXT")] void GetVertexAttribLEXT( @@ -157097,8 +69276,6 @@ void GetVertexAttribLEXT( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] void GetVertexAttribLNV( [NativeTypeName("GLuint")] uint index, @@ -157106,8 +69283,6 @@ void GetVertexAttribLNV( [NativeTypeName("GLint64EXT *")] long* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLi64vNV")] void GetVertexAttribLNV( @@ -157116,8 +69291,6 @@ void GetVertexAttribLNV( [NativeTypeName("GLint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] void GetVertexAttribLARB( [NativeTypeName("GLuint")] uint index, @@ -157125,8 +69298,6 @@ void GetVertexAttribLARB( [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vARB")] void GetVertexAttribLARB( @@ -157135,8 +69306,6 @@ void GetVertexAttribLARB( [NativeTypeName("GLuint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] void GetVertexAttribLNV( [NativeTypeName("GLuint")] uint index, @@ -157144,8 +69313,6 @@ void GetVertexAttribLNV( [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribLui64vNV")] void GetVertexAttribLNV( @@ -157154,49 +69321,6 @@ void GetVertexAttribLNV( [NativeTypeName("GLuint64EXT *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] void GetVertexAttribPointer( [NativeTypeName("GLuint")] uint index, @@ -157204,49 +69328,6 @@ void GetVertexAttribPointer( void** pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointerv")] void GetVertexAttribPointer( @@ -157255,7 +69336,6 @@ void GetVertexAttribPointer( Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] void GetVertexAttribPointerARB( [NativeTypeName("GLuint")] uint index, @@ -157263,7 +69343,6 @@ void GetVertexAttribPointerARB( void** pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervARB")] void GetVertexAttribPointerARB( @@ -157272,7 +69351,6 @@ void GetVertexAttribPointerARB( Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] void GetVertexAttribPointerNV( [NativeTypeName("GLuint")] uint index, @@ -157280,7 +69358,6 @@ void GetVertexAttribPointerNV( void** pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVertexAttribPointervNV")] void GetVertexAttribPointerNV( @@ -157289,7 +69366,6 @@ void GetVertexAttribPointerNV( Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] void GetVideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -157297,7 +69373,6 @@ void GetVideoCaptureNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] void GetVideoCaptureNV( @@ -157306,12 +69381,10 @@ void GetVideoCaptureNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureivNV")] int GetVideoCaptureNV([NativeTypeName("GLuint")] uint video_capture_slot); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] void GetVideoCaptureStreamdvNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -157320,7 +69393,6 @@ void GetVideoCaptureStreamdvNV( [NativeTypeName("GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] void GetVideoCaptureStreamdvNV( @@ -157330,7 +69402,6 @@ void GetVideoCaptureStreamdvNV( [NativeTypeName("GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamdvNV")] double GetVideoCaptureStreamdvNV( @@ -157338,7 +69409,6 @@ double GetVideoCaptureStreamdvNV( [NativeTypeName("GLuint")] uint stream ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] void GetVideoCaptureStreamfvNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -157347,7 +69417,6 @@ void GetVideoCaptureStreamfvNV( [NativeTypeName("GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] void GetVideoCaptureStreamfvNV( @@ -157357,7 +69426,6 @@ void GetVideoCaptureStreamfvNV( [NativeTypeName("GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamfvNV")] float GetVideoCaptureStreamfvNV( @@ -157365,7 +69433,6 @@ float GetVideoCaptureStreamfvNV( [NativeTypeName("GLuint")] uint stream ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] void GetVideoCaptureStreamivNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -157374,7 +69441,6 @@ void GetVideoCaptureStreamivNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] void GetVideoCaptureStreamivNV( @@ -157384,7 +69450,6 @@ void GetVideoCaptureStreamivNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoCaptureStreamivNV")] int GetVideoCaptureStreamivNV( @@ -157392,29 +69457,25 @@ int GetVideoCaptureStreamivNV( [NativeTypeName("GLuint")] uint stream ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] - void GetVideoi64VNV( + void GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] long* @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] - void GetVideoi64VNV( + void GetVideoi64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoi64vNV")] - long GetVideoi64VNV([NativeTypeName("GLuint")] uint video_slot); + long GetVideoi64vNV([NativeTypeName("GLuint")] uint video_slot); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] void GetVideoNV( [NativeTypeName("GLuint")] uint video_slot, @@ -157422,7 +69483,6 @@ void GetVideoNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] void GetVideoNV( @@ -157431,34 +69491,29 @@ void GetVideoNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoivNV")] int GetVideoNV([NativeTypeName("GLuint")] uint video_slot); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] - void GetVideoui64VNV( + void GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] - void GetVideoui64VNV( + void GetVideoui64vNV( [NativeTypeName("GLuint")] uint video_slot, [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLuint64EXT *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideoui64vNV")] - ulong GetVideoui64VNV([NativeTypeName("GLuint")] uint video_slot); + ulong GetVideoui64vNV([NativeTypeName("GLuint")] uint video_slot); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] void GetVideouivNV( [NativeTypeName("GLuint")] uint video_slot, @@ -157466,7 +69521,6 @@ void GetVideouivNV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] void GetVideouivNV( @@ -157475,173 +69529,46 @@ void GetVideouivNV( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVideouivNV")] uint GetVideouivNV([NativeTypeName("GLuint")] uint video_slot); [return: NativeTypeName("GLVULKANPROCNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] delegate* unmanaged GetVkProcAddrNV([NativeTypeName("const GLchar *")] sbyte* name); [return: NativeTypeName("GLVULKANPROCNV")] - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glGetVkProcAddrNV")] delegate* unmanaged GetVkProcAddrNV([NativeTypeName("const GLchar *")] Ref name); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorbSUN")] void GlobalAlphaFactorSUN([NativeTypeName("GLbyte")] sbyte factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactordSUN")] void GlobalAlphaFactorSUN([NativeTypeName("GLdouble")] double factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorfSUN")] void GlobalAlphaFactorSUN([NativeTypeName("GLfloat")] float factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactoriSUN")] void GlobalAlphaFactorSUN([NativeTypeName("GLint")] int factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorsSUN")] void GlobalAlphaFactorsSUN([NativeTypeName("GLshort")] short factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorubSUN")] void GlobalAlphaFactorSUN([NativeTypeName("GLubyte")] byte factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactoruiSUN")] void GlobalAlphaFactorSUN([NativeTypeName("GLuint")] uint factor); - [SupportedApiProfile("gl", ["GL_SUN_global_alpha"])] [NativeFunction("opengl", EntryPoint = "glGlobalAlphaFactorusSUN")] void GlobalAlphaFactorSUN([NativeTypeName("GLushort")] ushort factor); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glHint")] void Hint([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glHint")] void Hint( @@ -157649,11 +69576,9 @@ void Hint( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_PGI_misc_hints"])] [NativeFunction("opengl", EntryPoint = "glHintPGI")] void HintPGI([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int mode); - [SupportedApiProfile("gl", ["GL_PGI_misc_hints"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHintPGI")] void HintPGI( @@ -157661,7 +69586,6 @@ void HintPGI( [NativeTypeName("GLint")] Constant mode ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glHistogram")] void Histogram( [NativeTypeName("GLenum")] uint target, @@ -157670,7 +69594,6 @@ void Histogram( [NativeTypeName("GLboolean")] uint sink ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHistogram")] void Histogram( @@ -157680,7 +69603,6 @@ void Histogram( [NativeTypeName("GLboolean")] MaybeBool sink ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] void HistogramEXT( [NativeTypeName("GLenum")] uint target, @@ -157689,7 +69611,6 @@ void HistogramEXT( [NativeTypeName("GLboolean")] uint sink ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glHistogramEXT")] void HistogramEXT( @@ -157699,14 +69620,12 @@ void HistogramEXT( [NativeTypeName("GLboolean")] MaybeBool sink ); - [SupportedApiProfile("gl", ["GL_SGIX_igloo_interface"])] [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] void IglooInterfaceSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const void *")] void* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_igloo_interface"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIglooInterfaceSGIX")] void IglooInterfaceSGIX( @@ -157714,7 +69633,6 @@ void IglooInterfaceSGIX( [NativeTypeName("const void *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] void ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -157722,7 +69640,6 @@ void ImageTransformParameterHP( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfHP")] void ImageTransformParameterHP( @@ -157731,7 +69648,6 @@ void ImageTransformParameterHP( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] void ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -157739,7 +69655,6 @@ void ImageTransformParameterHP( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterfvHP")] void ImageTransformParameterHP( @@ -157748,7 +69663,6 @@ void ImageTransformParameterHP( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] void ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -157756,7 +69670,6 @@ void ImageTransformParameterHP( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameteriHP")] void ImageTransformParameterHP( @@ -157765,7 +69678,6 @@ void ImageTransformParameterHP( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] void ImageTransformParameterHP( [NativeTypeName("GLenum")] uint target, @@ -157773,7 +69685,6 @@ void ImageTransformParameterHP( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_HP_image_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImageTransformParameterivHP")] void ImageTransformParameterHP( @@ -157782,8 +69693,6 @@ void ImageTransformParameterHP( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_fd"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] void ImportMemoryFEXT( [NativeTypeName("GLuint")] uint memory, @@ -157792,8 +69701,6 @@ void ImportMemoryFEXT( [NativeTypeName("GLint")] int fd ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_fd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryFdEXT")] void ImportMemoryFEXT( @@ -157803,8 +69710,6 @@ void ImportMemoryFEXT( [NativeTypeName("GLint")] int fd ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] void ImportMemoryWin32HandleEXT( [NativeTypeName("GLuint")] uint memory, @@ -157813,8 +69718,6 @@ void ImportMemoryWin32HandleEXT( void* handle ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32HandleEXT")] void ImportMemoryWin32HandleEXT( @@ -157824,8 +69727,6 @@ void ImportMemoryWin32HandleEXT( Ref handle ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] void ImportMemoryWin32NameEXT( [NativeTypeName("GLuint")] uint memory, @@ -157834,8 +69735,6 @@ void ImportMemoryWin32NameEXT( [NativeTypeName("const void *")] void* name ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportMemoryWin32NameEXT")] void ImportMemoryWin32NameEXT( @@ -157845,8 +69744,6 @@ void ImportMemoryWin32NameEXT( [NativeTypeName("const void *")] Ref name ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_fd"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] void ImportSemaphoreFEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -157854,8 +69751,6 @@ void ImportSemaphoreFEXT( [NativeTypeName("GLint")] int fd ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_fd"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_fd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreFdEXT")] void ImportSemaphoreFEXT( @@ -157864,8 +69759,6 @@ void ImportSemaphoreFEXT( [NativeTypeName("GLint")] int fd ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] void ImportSemaphoreWin32HandleEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -157873,8 +69766,6 @@ void ImportSemaphoreWin32HandleEXT( void* handle ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32HandleEXT")] void ImportSemaphoreWin32HandleEXT( @@ -157883,8 +69774,6 @@ void ImportSemaphoreWin32HandleEXT( Ref handle ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] void ImportSemaphoreWin32NameEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -157892,8 +69781,6 @@ void ImportSemaphoreWin32NameEXT( [NativeTypeName("const void *")] void* name ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore_win32"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore_win32"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSemaphoreWin32NameEXT")] void ImportSemaphoreWin32NameEXT( @@ -157903,7 +69790,6 @@ void ImportSemaphoreWin32NameEXT( ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_EXT_x11_sync_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] Ptr ImportSyncEXT( @@ -157913,172 +69799,42 @@ Ptr ImportSyncEXT( ); [return: NativeTypeName("GLsync")] - [SupportedApiProfile("gl", ["GL_EXT_x11_sync_object"])] [NativeFunction("opengl", EntryPoint = "glImportSyncEXT")] - Sync* ImportSyncEXTRaw( + Sync* ImportSyncEXTRawEXT( [NativeTypeName("GLenum")] uint external_sync_type, [NativeTypeName("GLintptr")] nint external_sync, [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexd")] void Indexd([NativeTypeName("GLdouble")] double c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexdv")] void Indexdv([NativeTypeName("const GLdouble *")] double* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexdv")] void Indexdv([NativeTypeName("const GLdouble *")] Ref c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexdv")] void Indexdv([NativeTypeName("const GLdouble *")] double c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexf")] void Indexf([NativeTypeName("GLfloat")] float c); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glIndexFormatNV")] void IndexFormatNV( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_EXT_index_func"])] [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] void IndexFuncEXT( [NativeTypeName("GLenum")] uint func, [NativeTypeName("GLclampf")] float @ref ); - [SupportedApiProfile("gl", ["GL_EXT_index_func"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexFuncEXT")] void IndexFuncEXT( @@ -158086,242 +69842,40 @@ void IndexFuncEXT( [NativeTypeName("GLclampf")] float @ref ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexfv")] void Indexfv([NativeTypeName("const GLfloat *")] float* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexfv")] void Indexfv([NativeTypeName("const GLfloat *")] Ref c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexfv")] void Indexfv([NativeTypeName("const GLfloat *")] float c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexi")] void Indexi([NativeTypeName("GLint")] int c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexiv")] void Indexiv([NativeTypeName("const GLint *")] int* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexiv")] void Indexiv([NativeTypeName("const GLint *")] Ref c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexiv")] void Indexiv([NativeTypeName("const GLint *")] int c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexMask")] void IndexMask([NativeTypeName("GLuint")] uint mask); - [SupportedApiProfile("gl", ["GL_EXT_index_material"])] [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] void IndexMaterialEXT( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_index_material"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexMaterialEXT")] void IndexMaterialEXT( @@ -158329,30 +69883,6 @@ void IndexMaterialEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexPointer")] void IndexPointer( [NativeTypeName("GLenum")] uint type, @@ -158360,30 +69890,6 @@ void IndexPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointer")] void IndexPointer( @@ -158392,7 +69898,6 @@ void IndexPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] void IndexPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -158401,7 +69906,6 @@ void IndexPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointerEXT")] void IndexPointerEXT( @@ -158411,7 +69915,6 @@ void IndexPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] void IndexPointerListIBM( [NativeTypeName("GLenum")] uint type, @@ -158420,7 +69923,6 @@ void IndexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexPointerListIBM")] void IndexPointerListIBM( @@ -158430,277 +69932,51 @@ void IndexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexs")] void Indexs([NativeTypeName("GLshort")] short c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIndexsv")] void Indexsv([NativeTypeName("const GLshort *")] short* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexsv")] void Indexsv([NativeTypeName("const GLshort *")] Ref c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexsv")] void Indexsv([NativeTypeName("const GLshort *")] short c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexub")] void Indexub([NativeTypeName("GLubyte")] byte c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glIndexubv")] void Indexubv([NativeTypeName("const GLubyte *")] byte* c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexubv")] void Indexubv([NativeTypeName("const GLubyte *")] Ref c); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexubv")] void Indexubv([NativeTypeName("const GLubyte *")] byte c); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glIndexxOES")] void IndexxOES([NativeTypeName("GLfixed")] int component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] - void IndexxvO([NativeTypeName("const GLfixed *")] int component); + void IndexxvOOES([NativeTypeName("const GLfixed *")] int component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] void IndexxOES([NativeTypeName("const GLfixed *")] int* component); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIndexxvOES")] void IndexxOES([NativeTypeName("const GLfixed *")] Ref component); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glInitNames")] void InitNames(); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glInsertComponentEXT")] void InsertComponentEXT( [NativeTypeName("GLuint")] uint res, @@ -158708,20 +69984,12 @@ void InsertComponentEXT( [NativeTypeName("GLuint")] uint num ); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] void InsertEventMarkerEXT( [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const GLchar *")] sbyte* marker ); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInsertEventMarkerEXT")] void InsertEventMarkerEXT( @@ -158729,14 +69997,12 @@ void InsertEventMarkerEXT( [NativeTypeName("const GLchar *")] Ref marker ); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] void InstrumentsBufferSGIX( [NativeTypeName("GLsizei")] uint size, [NativeTypeName("GLint *")] int* buffer ); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] void InstrumentsBufferSGIX( @@ -158744,35 +70010,10 @@ void InstrumentsBufferSGIX( [NativeTypeName("GLint *")] Ref buffer ); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glInstrumentsBufferSGIX")] int InstrumentsBufferSGIX(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] void InterleavedArrays( [NativeTypeName("GLenum")] uint format, @@ -158780,30 +70021,6 @@ void InterleavedArrays( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInterleavedArrays")] void InterleavedArrays( @@ -158812,9 +70029,6 @@ void InterleavedArrays( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glInterpolatePathsNV")] void InterpolatePathNV( [NativeTypeName("GLuint")] uint resultPath, @@ -158823,53 +70037,9 @@ void InterpolatePathNV( [NativeTypeName("GLfloat")] float weight ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateBufferData")] void InvalidateBufferData([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateBufferSubData")] void InvalidateBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -158877,28 +70047,6 @@ void InvalidateBufferSubData( [NativeTypeName("GLsizeiptr")] nuint length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] void InvalidateFramebuffer( [NativeTypeName("GLenum")] uint target, @@ -158906,28 +70054,6 @@ void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] uint* attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] void InvalidateFramebuffer( @@ -158936,28 +70062,6 @@ void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] void InvalidateFramebuffer( @@ -158965,28 +70069,6 @@ void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] uint attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] void InvalidateFramebuffer( @@ -158995,28 +70077,6 @@ void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] void InvalidateFramebuffer( @@ -159024,28 +70084,6 @@ void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] GLEnum attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] void InvalidateFramebuffer( @@ -159054,28 +70092,6 @@ void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateFramebuffer")] void InvalidateFramebuffer( @@ -159083,16 +70099,6 @@ void InvalidateFramebuffer( [NativeTypeName("const GLenum *")] InvalidateFramebufferAttachment attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] void InvalidateNamedFramebufferData( [NativeTypeName("GLuint")] uint framebuffer, @@ -159100,16 +70106,6 @@ void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] uint* attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] void InvalidateNamedFramebufferData( @@ -159118,16 +70114,6 @@ void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] void InvalidateNamedFramebufferData( @@ -159136,16 +70122,6 @@ void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] void InvalidateNamedFramebufferData( @@ -159154,16 +70130,6 @@ void InvalidateNamedFramebufferData( [NativeTypeName("const GLenum *")] Ref attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] void InvalidateNamedFramebufferDatum( @@ -159171,16 +70137,6 @@ void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] uint attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] void InvalidateNamedFramebufferDatum( @@ -159188,16 +70144,6 @@ void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] GLEnum attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferData")] void InvalidateNamedFramebufferDatum( @@ -159205,16 +70151,6 @@ void InvalidateNamedFramebufferDatum( [NativeTypeName("const GLenum *")] FramebufferAttachment attachments ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] void InvalidateNamedFramebufferSubData( [NativeTypeName("GLuint")] uint framebuffer, @@ -159226,16 +70162,6 @@ void InvalidateNamedFramebufferSubData( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] void InvalidateNamedFramebufferSubData( @@ -159248,16 +70174,6 @@ void InvalidateNamedFramebufferSubData( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] void InvalidateNamedFramebufferSubData( @@ -159270,16 +70186,6 @@ void InvalidateNamedFramebufferSubData( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] void InvalidateNamedFramebufferSubData( @@ -159292,16 +70198,6 @@ void InvalidateNamedFramebufferSubData( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] void InvalidateNamedFramebufferSubDatum( @@ -159313,16 +70209,6 @@ void InvalidateNamedFramebufferSubDatum( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] void InvalidateNamedFramebufferSubDatum( @@ -159334,16 +70220,6 @@ void InvalidateNamedFramebufferSubDatum( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateNamedFramebufferSubData")] void InvalidateNamedFramebufferSubDatum( @@ -159355,28 +70231,6 @@ void InvalidateNamedFramebufferSubDatum( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] void InvalidateSubFramebuffer( [NativeTypeName("GLenum")] uint target, @@ -159388,28 +70242,6 @@ void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] void InvalidateSubFramebuffer( @@ -159422,28 +70254,6 @@ void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] void InvalidateSubFramebuffer( @@ -159455,28 +70265,6 @@ void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] void InvalidateSubFramebuffer( @@ -159489,28 +70277,6 @@ void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] void InvalidateSubFramebuffer( @@ -159522,28 +70288,6 @@ void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] void InvalidateSubFramebuffer( @@ -159556,28 +70300,6 @@ void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glInvalidateSubFramebuffer")] void InvalidateSubFramebuffer( @@ -159589,56 +70311,12 @@ void InvalidateSubFramebuffer( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateTexImage")] void InvalidateTexImage( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_invalidate_subdata", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glInvalidateTexSubImage")] void InvalidateTexSubImage( [NativeTypeName("GLuint")] uint texture, @@ -159652,348 +70330,64 @@ void InvalidateTexSubImage( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] MaybeBool IsAsyncMarkerSGIX([NativeTypeName("GLuint")] uint marker); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glIsAsyncMarkerSGIX")] - uint IsAsyncMarkerSGIXRaw([NativeTypeName("GLuint")] uint marker); + uint IsAsyncMarkerSGIXRawSGIX([NativeTypeName("GLuint")] uint marker); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBuffer")] MaybeBool IsBuffer([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] MaybeBool IsBufferARB([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsBufferARB")] - uint IsBufferARBRaw([NativeTypeName("GLuint")] uint buffer); + uint IsBufferARBRawARB([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsBuffer")] uint IsBufferRaw([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] MaybeBool IsBufferResidentNV([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glIsBufferResidentNV")] - uint IsBufferResidentNVRaw([NativeTypeName("GLenum")] uint target); + uint IsBufferResidentNVRawNV([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] MaybeBool IsCommandListNV([NativeTypeName("GLuint")] uint list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glIsCommandListNV")] - uint IsCommandListNVRaw([NativeTypeName("GLuint")] uint list); + uint IsCommandListNVRawNV([NativeTypeName("GLuint")] uint list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsEnabled")] uint IsEnabled([NativeTypeName("GLenum")] uint cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabled")] MaybeBool IsEnabled([NativeTypeName("GLenum")] Constant cap); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] uint IsEnabled([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabledi")] MaybeBool IsEnabled( @@ -160002,7 +70396,6 @@ MaybeBool IsEnabled( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] uint IsEnabledEXT( [NativeTypeName("GLenum")] uint target, @@ -160010,7 +70403,6 @@ uint IsEnabledEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_draw_buffers_indexed"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediEXT")] MaybeBool IsEnabledEXT( @@ -160019,8 +70411,6 @@ MaybeBool IsEnabledEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] uint IsEnabledIndexedEXT( [NativeTypeName("GLenum")] uint target, @@ -160028,8 +70418,6 @@ uint IsEnabledIndexedEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_draw_buffers2"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnabledIndexedEXT")] MaybeBool IsEnabledIndexedEXT( @@ -160038,12 +70426,10 @@ MaybeBool IsEnabledIndexedEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] uint IsEnabledNV([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint index); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediNV")] MaybeBool IsEnabledNV( @@ -160052,7 +70438,6 @@ MaybeBool IsEnabledNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] uint IsEnabledOES( [NativeTypeName("GLenum")] uint target, @@ -160060,7 +70445,6 @@ uint IsEnabledOES( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_draw_buffers_indexed", "GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsEnablediOES")] MaybeBool IsEnabledOES( @@ -160069,246 +70453,87 @@ MaybeBool IsEnabledOES( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] - MaybeBool IsFenceApple([NativeTypeName("GLuint")] uint fence); + MaybeBool IsFenceAPPLE([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glIsFenceAPPLE")] - uint IsFenceAppleRaw([NativeTypeName("GLuint")] uint fence); + uint IsFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] MaybeBool IsFenceNV([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glIsFenceNV")] - uint IsFenceNVRaw([NativeTypeName("GLuint")] uint fence); + uint IsFenceNVRawNV([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] MaybeBool IsFramebuffer([NativeTypeName("GLuint")] uint framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] MaybeBool IsFramebufferEXT([NativeTypeName("GLuint")] uint framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsFramebufferEXT")] - uint IsFramebufferEXTRaw([NativeTypeName("GLuint")] uint framebuffer); + uint IsFramebufferEXTRawEXT([NativeTypeName("GLuint")] uint framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] MaybeBool IsFramebufferOES([NativeTypeName("GLuint")] uint framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsFramebufferOES")] - uint IsFramebufferOESRaw([NativeTypeName("GLuint")] uint framebuffer); + uint IsFramebufferOESRawOES([NativeTypeName("GLuint")] uint framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsFramebuffer")] uint IsFramebufferRaw([NativeTypeName("GLuint")] uint framebuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] MaybeBool IsImageHandleResidentARB([NativeTypeName("GLuint64")] ulong handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentARB")] - uint IsImageHandleResidentARBRaw([NativeTypeName("GLuint64")] ulong handle); + uint IsImageHandleResidentARBRawARB([NativeTypeName("GLuint64")] ulong handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] MaybeBool IsImageHandleResidentNV([NativeTypeName("GLuint64")] ulong handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsImageHandleResidentNV")] - uint IsImageHandleResidentNVRaw([NativeTypeName("GLuint64")] ulong handle); + uint IsImageHandleResidentNVRawNV([NativeTypeName("GLuint64")] ulong handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsList")] MaybeBool IsList([NativeTypeName("GLuint")] uint list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glIsList")] uint IsListRaw([NativeTypeName("GLuint")] uint list); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] MaybeBool IsMemoryObjectEXT([NativeTypeName("GLuint")] uint memoryObject); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glIsMemoryObjectEXT")] - uint IsMemoryObjectEXTRaw([NativeTypeName("GLuint")] uint memoryObject); + uint IsMemoryObjectEXTRawEXT([NativeTypeName("GLuint")] uint memoryObject); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] MaybeBool IsNameAMD( @@ -160317,29 +70542,22 @@ MaybeBool IsNameAMD( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_AMD_name_gen_delete"])] [NativeFunction("opengl", EntryPoint = "glIsNameAMD")] - uint IsNameAMDRaw( + uint IsNameAMDRawAMD( [NativeTypeName("GLenum")] uint identifier, [NativeTypeName("GLuint")] uint name ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] MaybeBool IsNamedBufferResidentNV([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glIsNamedBufferResidentNV")] - uint IsNamedBufferResidentNVRaw([NativeTypeName("GLuint")] uint buffer); + uint IsNamedBufferResidentNVRawNV([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] uint IsNamedStringARB( [NativeTypeName("GLint")] int namelen, @@ -160347,8 +70565,6 @@ uint IsNamedStringARB( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsNamedStringARB")] MaybeBool IsNamedStringARB( @@ -160357,46 +70573,33 @@ MaybeBool IsNamedStringARB( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] MaybeBool IsObjectBufferATI([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsObjectBufferATI")] - uint IsObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer); + uint IsObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] MaybeBool IsOcclusionQueryNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glIsOcclusionQueryNV")] - uint IsOcclusionQueryNVRaw([NativeTypeName("GLuint")] uint id); + uint IsOcclusionQueryNVRawNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPathNV")] MaybeBool IsPathNV([NativeTypeName("GLuint")] uint path); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPathNV")] - uint IsPathNVRaw([NativeTypeName("GLuint")] uint path); + uint IsPathNVRawNV([NativeTypeName("GLuint")] uint path); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] MaybeBool IsPointInFillPathNV( @@ -160407,11 +70610,8 @@ MaybeBool IsPointInFillPathNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPointInFillPathNV")] - uint IsPointInFillPathNVRaw( + uint IsPointInFillPathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLuint")] uint mask, [NativeTypeName("GLfloat")] float x, @@ -160419,9 +70619,6 @@ uint IsPointInFillPathNVRaw( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] MaybeBool IsPointInStrokePathNV( @@ -160431,955 +70628,221 @@ MaybeBool IsPointInStrokePathNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glIsPointInStrokePathNV")] - uint IsPointInStrokePathNVRaw( + uint IsPointInStrokePathNVRawNV( [NativeTypeName("GLuint")] uint path, [NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgram")] MaybeBool IsProgram([NativeTypeName("GLuint")] uint program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] MaybeBool IsProgramARB([NativeTypeName("GLuint")] uint program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glIsProgramARB")] - uint IsProgramARBRaw([NativeTypeName("GLuint")] uint program); + uint IsProgramARBRawARB([NativeTypeName("GLuint")] uint program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] MaybeBool IsProgramNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glIsProgramNV")] - uint IsProgramNVRaw([NativeTypeName("GLuint")] uint id); + uint IsProgramNVRawNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] MaybeBool IsProgramPipeline([NativeTypeName("GLuint")] uint pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] MaybeBool IsProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glIsProgramPipelineEXT")] - uint IsProgramPipelineEXTRaw([NativeTypeName("GLuint")] uint pipeline); + uint IsProgramPipelineEXTRawEXT([NativeTypeName("GLuint")] uint pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glIsProgramPipeline")] uint IsProgramPipelineRaw([NativeTypeName("GLuint")] uint pipeline); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsProgram")] uint IsProgramRaw([NativeTypeName("GLuint")] uint program); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQuery")] MaybeBool IsQuery([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] MaybeBool IsQueryARB([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_occlusion_query"])] [NativeFunction("opengl", EntryPoint = "glIsQueryARB")] - uint IsQueryARBRaw([NativeTypeName("GLuint")] uint id); + uint IsQueryARBRawARB([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] MaybeBool IsQueryEXT([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gles2", - ["GL_EXT_disjoint_timer_query", "GL_EXT_occlusion_query_boolean"] - )] [NativeFunction("opengl", EntryPoint = "glIsQueryEXT")] - uint IsQueryEXTRaw([NativeTypeName("GLuint")] uint id); + uint IsQueryEXTRawEXT([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glIsQuery")] uint IsQueryRaw([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] MaybeBool IsRenderbuffer([NativeTypeName("GLuint")] uint renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] MaybeBool IsRenderbufferEXT([NativeTypeName("GLuint")] uint renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferEXT")] - uint IsRenderbufferEXTRaw([NativeTypeName("GLuint")] uint renderbuffer); + uint IsRenderbufferEXTRawEXT([NativeTypeName("GLuint")] uint renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] MaybeBool IsRenderbufferOES([NativeTypeName("GLuint")] uint renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glIsRenderbufferOES")] - uint IsRenderbufferOESRaw([NativeTypeName("GLuint")] uint renderbuffer); + uint IsRenderbufferOESRawOES([NativeTypeName("GLuint")] uint renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsRenderbuffer")] uint IsRenderbufferRaw([NativeTypeName("GLuint")] uint renderbuffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSampler")] MaybeBool IsSampler([NativeTypeName("GLuint")] uint sampler); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsSampler")] uint IsSamplerRaw([NativeTypeName("GLuint")] uint sampler); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] MaybeBool IsSemaphoreEXT([NativeTypeName("GLuint")] uint semaphore); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glIsSemaphoreEXT")] - uint IsSemaphoreEXTRaw([NativeTypeName("GLuint")] uint semaphore); + uint IsSemaphoreEXTRawEXT([NativeTypeName("GLuint")] uint semaphore); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsShader")] MaybeBool IsShader([NativeTypeName("GLuint")] uint shader); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glIsShader")] uint IsShaderRaw([NativeTypeName("GLuint")] uint shader); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsStateNV")] MaybeBool IsStateNV([NativeTypeName("GLuint")] uint state); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glIsStateNV")] - uint IsStateNVRaw([NativeTypeName("GLuint")] uint state); + uint IsStateNVRawNV([NativeTypeName("GLuint")] uint state); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glIsSync")] uint IsSync([NativeTypeName("GLsync")] Sync* sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSync")] MaybeBool IsSync([NativeTypeName("GLsync")] Ref sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] - uint IsSyncApple([NativeTypeName("GLsync")] Sync* sync); + uint IsSyncAPPLE([NativeTypeName("GLsync")] Sync* sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsSyncAPPLE")] - MaybeBool IsSyncApple([NativeTypeName("GLsync")] Ref sync); + MaybeBool IsSyncAPPLE([NativeTypeName("GLsync")] Ref sync); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTexture")] MaybeBool IsTexture([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] MaybeBool IsTextureEXT([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glIsTextureEXT")] - uint IsTextureEXTRaw([NativeTypeName("GLuint")] uint texture); + uint IsTextureEXTRawEXT([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] MaybeBool IsTextureHandleResidentARB([NativeTypeName("GLuint64")] ulong handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentARB")] - uint IsTextureHandleResidentARBRaw([NativeTypeName("GLuint64")] ulong handle); + uint IsTextureHandleResidentARBRawARB([NativeTypeName("GLuint64")] ulong handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] MaybeBool IsTextureHandleResidentNV([NativeTypeName("GLuint64")] ulong handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glIsTextureHandleResidentNV")] - uint IsTextureHandleResidentNVRaw([NativeTypeName("GLuint64")] ulong handle); + uint IsTextureHandleResidentNVRawNV([NativeTypeName("GLuint64")] ulong handle); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glIsTexture")] uint IsTextureRaw([NativeTypeName("GLuint")] uint texture); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] MaybeBool IsTransformFeedback([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] MaybeBool IsTransformFeedbackNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedbackNV")] - uint IsTransformFeedbackNVRaw([NativeTypeName("GLuint")] uint id); + uint IsTransformFeedbackNVRawNV([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glIsTransformFeedback")] uint IsTransformFeedbackRaw([NativeTypeName("GLuint")] uint id); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] uint IsVariantEnabledEXT( [NativeTypeName("GLuint")] uint id, @@ -161387,7 +70850,6 @@ uint IsVariantEnabledEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVariantEnabledEXT")] MaybeBool IsVariantEnabledEXT( @@ -161396,130 +70858,47 @@ MaybeBool IsVariantEnabledEXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] MaybeBool IsVertexArray([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] - MaybeBool IsVertexArrayApple([NativeTypeName("GLuint")] uint array); + MaybeBool IsVertexArrayAPPLE([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayAPPLE")] - uint IsVertexArrayAppleRaw([NativeTypeName("GLuint")] uint array); + uint IsVertexArrayAppleRawAPPLE([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] MaybeBool IsVertexArrayOES([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_vertex_array_object"])] - [SupportedApiProfile("gles1", ["GL_OES_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glIsVertexArrayOES")] - uint IsVertexArrayOESRaw([NativeTypeName("GLuint")] uint array); + uint IsVertexArrayOESRawOES([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_array_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glIsVertexArray")] uint IsVertexArrayRaw([NativeTypeName("GLuint")] uint array); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] - MaybeBool IsVertexAttribEnabledApple( + MaybeBool IsVertexAttribEnabledAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glIsVertexAttribEnabledAPPLE")] - uint IsVertexAttribEnabledAppleRaw( + uint IsVertexAttribEnabledAppleRawAPPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint pname ); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] void LabelObjectEXT( [NativeTypeName("GLenum")] uint type, @@ -161528,9 +70907,6 @@ void LabelObjectEXT( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile("gl", ["GL_EXT_debug_label"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_label"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_label"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLabelObjectEXT")] void LabelObjectEXT( @@ -161540,7 +70916,6 @@ void LabelObjectEXT( [NativeTypeName("const GLchar *")] Ref label ); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUCopyImageSubDataNVX")] void LGPUCopyImageSubDataNVX( [NativeTypeName("GLuint")] uint sourceGpu, @@ -161562,11 +70937,9 @@ void LGPUCopyImageSubDataNVX( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUInterlockNVX")] void LGPUInterlockNVX(); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] void LGPUNamedBufferSubDataNVX( [NativeTypeName("GLbitfield")] uint gpuMask, @@ -161576,7 +70949,6 @@ void LGPUNamedBufferSubDataNVX( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_NVX_linked_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLGPUNamedBufferSubDataNVX")] void LGPUNamedBufferSubDataNVX( @@ -161587,44 +70959,16 @@ void LGPUNamedBufferSubDataNVX( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] void LightEnvSGIX([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1); - [SupportedApiProfile("gl", ["GL_SGIX_fragment_lighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightEnviSGIX")] void LightEnvSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 + [NativeTypeName("GLint")] Constant param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightf")] void Light( [NativeTypeName("GLenum")] uint light, @@ -161632,32 +70976,6 @@ void Light( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightf")] void Light( @@ -161666,32 +70984,6 @@ void Light( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightfv")] void Light( [NativeTypeName("GLenum")] uint light, @@ -161699,32 +70991,6 @@ void Light( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightfv")] void Light( @@ -161733,31 +70999,6 @@ void Light( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLighti")] void Light( [NativeTypeName("GLenum")] uint light, @@ -161765,31 +71006,6 @@ void Light( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLighti")] void Light( @@ -161798,31 +71014,6 @@ void Light( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightiv")] void Light( [NativeTypeName("GLenum")] uint light, @@ -161830,31 +71021,6 @@ void Light( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightiv")] void Light( @@ -161863,64 +71029,12 @@ void Light( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightModelf")] void LightModel( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelf")] void LightModel( @@ -161928,64 +71042,12 @@ void LightModel( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLightModelfv")] void LightModel( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelfv")] void LightModel( @@ -161993,59 +71055,9 @@ void LightModel( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightModeli")] void LightModel([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModeli")] void LightModel( @@ -162053,62 +71065,12 @@ void LightModel( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLightModeliv")] void LightModel( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModeliv")] void LightModel( @@ -162116,11 +71078,9 @@ void LightModel( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightModelx")] void LightModelx([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelx")] void LightModelx( @@ -162128,16 +71088,12 @@ void LightModelx( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] void LightModelxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxOES")] void LightModelxOES( @@ -162145,14 +71101,12 @@ void LightModelxOES( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightModelxv")] void LightModelx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxv")] void LightModelx( @@ -162160,16 +71114,12 @@ void LightModelx( [NativeTypeName("const GLfixed *")] Ref param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] void LightModelxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightModelxvOES")] void LightModelxOES( @@ -162177,7 +71127,6 @@ void LightModelxOES( [NativeTypeName("const GLfixed *")] Ref param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightx")] void Lightx( [NativeTypeName("GLenum")] uint light, @@ -162185,7 +71134,6 @@ void Lightx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightx")] void Lightx( @@ -162194,8 +71142,6 @@ void Lightx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightxOES")] void LightxOES( [NativeTypeName("GLenum")] uint light, @@ -162203,8 +71149,6 @@ void LightxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxOES")] void LightxOES( @@ -162213,7 +71157,6 @@ void LightxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLightxv")] void Lightx( [NativeTypeName("GLenum")] uint light, @@ -162221,7 +71164,6 @@ void Lightx( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxv")] void Lightx( @@ -162230,8 +71172,6 @@ void Lightx( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLightxvOES")] void LightxOES( [NativeTypeName("GLenum")] uint light, @@ -162239,8 +71179,6 @@ void LightxOES( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLightxvOES")] void LightxOES( @@ -162249,185 +71187,30 @@ void LightxOES( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLineStipple")] void LineStipple( [NativeTypeName("GLint")] int factor, [NativeTypeName("GLushort")] ushort pattern ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLineWidth")] void LineWidth([NativeTypeName("GLfloat")] float width); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLineWidthx")] void LineWidthx([NativeTypeName("GLfixed")] int width); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLineWidthxOES")] void LineWidthxOES([NativeTypeName("GLfixed")] int width); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glLinkProgram")] void LinkProgram([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glLinkProgramARB")] void LinkProgramARB([NativeTypeName("GLhandleARB")] uint programObj); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glListBase")] void ListBase([NativeTypeName("GLuint")] uint @base); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] void ListDrawCommandsStatesClientNV( [NativeTypeName("GLuint")] uint list, @@ -162439,8 +71222,6 @@ void ListDrawCommandsStatesClientNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListDrawCommandsStatesClientNV")] void ListDrawCommandsStatesClientNV( @@ -162453,7 +71234,6 @@ void ListDrawCommandsStatesClientNV( [NativeTypeName("GLuint")] uint count ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -162461,7 +71241,6 @@ void ListParameterSGIX( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterfSGIX")] void ListParameterSGIX( @@ -162470,7 +71249,6 @@ void ListParameterSGIX( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -162478,7 +71256,6 @@ void ListParameterSGIX( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterfvSGIX")] void ListParameterSGIX( @@ -162487,7 +71264,6 @@ void ListParameterSGIX( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -162495,7 +71271,6 @@ void ListParameterSGIX( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameteriSGIX")] void ListParameterSGIX( @@ -162504,7 +71279,6 @@ void ListParameterSGIX( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] void ListParameterSGIX( [NativeTypeName("GLuint")] uint list, @@ -162512,7 +71286,6 @@ void ListParameterSGIX( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_list_priority"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glListParameterivSGIX")] void ListParameterSGIX( @@ -162521,215 +71294,52 @@ void ListParameterSGIX( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLoadIdentity")] void LoadIdentity(); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] void LoadIdentityDeformationMapSGIX([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile("gl", ["GL_SGIX_polynomial_ffd"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadIdentityDeformationMapSGIX")] void LoadIdentityDeformationMapSGIX( [NativeTypeName("GLbitfield")] Constant mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] void LoadMatrix([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixd")] void LoadMatrix([NativeTypeName("const GLdouble *")] Ref m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] void LoadMatrix([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixf")] void LoadMatrix([NativeTypeName("const GLfloat *")] Ref m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] void LoadMatrixx([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixx")] void LoadMatrixx([NativeTypeName("const GLfixed *")] Ref m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] void LoadMatrixxOES([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadMatrixxOES")] void LoadMatrixxOES([NativeTypeName("const GLfixed *")] Ref m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glLoadName")] void LoadName([NativeTypeName("GLuint")] uint name); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glLoadPaletteFromModelViewMatrixOES")] void LoadPaletteFromModelViewMatrixOES(); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] void LoadProgramNV( [NativeTypeName("GLenum")] uint target, @@ -162738,7 +71348,6 @@ void LoadProgramNV( [NativeTypeName("const GLubyte *")] byte* program ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] void LoadProgramNV( @@ -162748,7 +71357,6 @@ void LoadProgramNV( [NativeTypeName("const GLubyte *")] Ref program ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadProgramNV")] void LoadProgramNV( @@ -162757,349 +71365,99 @@ void LoadProgramNV( [NativeTypeName("const GLubyte *")] byte program ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixd")] void LoadTransposeMatrix([NativeTypeName("const GLdouble *")] Ref m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] void LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixdARB")] void LoadTransposeMatrixARB([NativeTypeName("const GLdouble *")] Ref m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixf")] void LoadTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixfARB")] void LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixfARB")] void LoadTransposeMatrixARB([NativeTypeName("const GLfloat *")] Ref m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixxOES")] void LoadTransposeMatrixxOES([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glLoadTransposeMatrixxOES")] void LoadTransposeMatrixxOES([NativeTypeName("const GLfixed *")] Ref m); - [SupportedApiProfile("gl", ["GL_EXT_compiled_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glLockArraysEXT")] void LockArraysEXT([NativeTypeName("GLint")] int first, [NativeTypeName("GLsizei")] uint count); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glLogicOp")] void LogicOp([NativeTypeName("GLenum")] uint opcode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glLogicOp")] void LogicOp([NativeTypeName("GLenum")] Constant opcode); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeBufferNonResidentNV")] void MakeBufferNonResidentNV([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeBufferResidentNV")] void MakeBufferResidentNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleNonResidentARB")] void MakeImageHandleNonResidentARB([NativeTypeName("GLuint64")] ulong handle); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleNonResidentNV")] void MakeImageHandleNonResidentNV([NativeTypeName("GLuint64")] ulong handle); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleResidentARB")] void MakeImageHandleResidentARB( [NativeTypeName("GLuint64")] ulong handle, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeImageHandleResidentNV")] void MakeImageHandleResidentNV( [NativeTypeName("GLuint64")] ulong handle, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeNamedBufferNonResidentNV")] void MakeNamedBufferNonResidentNV([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glMakeNamedBufferResidentNV")] void MakeNamedBufferResidentNV( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleNonResidentARB")] void MakeTextureHandleNonResidentARB([NativeTypeName("GLuint64")] ulong handle); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleNonResidentNV")] void MakeTextureHandleNonResidentNV([NativeTypeName("GLuint64")] ulong handle); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleResidentARB")] void MakeTextureHandleResidentARB([NativeTypeName("GLuint64")] ulong handle); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glMakeTextureHandleResidentNV")] void MakeTextureHandleResidentNV([NativeTypeName("GLuint64")] ulong handle); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap1d")] void Map1( [NativeTypeName("GLenum")] uint target, @@ -163110,31 +71468,6 @@ void Map1( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1d")] void Map1( @@ -163146,31 +71479,6 @@ void Map1( [NativeTypeName("const GLdouble *")] Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap1f")] void Map1( [NativeTypeName("GLenum")] uint target, @@ -163181,31 +71489,6 @@ void Map1( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1f")] void Map1( @@ -163217,7 +71500,6 @@ void Map1( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMap1xOES")] void Map1XOES( [NativeTypeName("GLenum")] uint target, @@ -163228,7 +71510,6 @@ void Map1XOES( [NativeTypeName("GLfixed")] int points ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap1xOES")] void Map1XOES( @@ -163240,31 +71521,6 @@ void Map1XOES( [NativeTypeName("GLfixed")] int points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap2d")] void Map2( [NativeTypeName("GLenum")] uint target, @@ -163279,31 +71535,6 @@ void Map2( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2d")] void Map2( @@ -163319,31 +71550,6 @@ void Map2( [NativeTypeName("const GLdouble *")] Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMap2f")] void Map2( [NativeTypeName("GLenum")] uint target, @@ -163358,31 +71564,6 @@ void Map2( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2f")] void Map2( @@ -163398,7 +71579,6 @@ void Map2( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMap2xOES")] void Map2XOES( [NativeTypeName("GLenum")] uint target, @@ -163413,7 +71593,6 @@ void Map2XOES( [NativeTypeName("GLfixed")] int points ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMap2xOES")] void Map2XOES( @@ -163429,89 +71608,9 @@ void Map2XOES( [NativeTypeName("GLfixed")] int points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glMapBuffer")] void* MapBuffer([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint access); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBuffer")] Ptr MapBuffer( @@ -163519,14 +71618,12 @@ Ptr MapBuffer( [NativeTypeName("GLenum")] Constant access ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] void* MapBufferARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferARB")] Ptr MapBufferARB( @@ -163534,16 +71631,12 @@ Ptr MapBufferARB( [NativeTypeName("GLenum")] Constant access ); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] void* MapBufferOES( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferOES")] Ptr MapBufferOES( @@ -163551,42 +71644,6 @@ Ptr MapBufferOES( [NativeTypeName("GLenum")] Constant access ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] void* MapBufferRange( [NativeTypeName("GLenum")] uint target, @@ -163595,42 +71652,6 @@ Ptr MapBufferOES( [NativeTypeName("GLbitfield")] uint access ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_map_buffer_range", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferRange")] Ptr MapBufferRange( @@ -163640,8 +71661,6 @@ Ptr MapBufferRange( [NativeTypeName("GLbitfield")] Constant access ); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] void* MapBufferRangeEXT( [NativeTypeName("GLenum")] uint target, @@ -163650,8 +71669,6 @@ Ptr MapBufferRange( [NativeTypeName("GLbitfield")] uint access ); - [SupportedApiProfile("gles2", ["GL_EXT_map_buffer_range"])] - [SupportedApiProfile("gles1", ["GL_EXT_map_buffer_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapBufferRangeEXT")] Ptr MapBufferRangeEXT( @@ -163661,7 +71678,6 @@ Ptr MapBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] void MapControlPointsNV( [NativeTypeName("GLenum")] uint target, @@ -163675,7 +71691,6 @@ void MapControlPointsNV( [NativeTypeName("const void *")] void* points ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapControlPointsNV")] void MapControlPointsNV( @@ -163690,31 +71705,6 @@ void MapControlPointsNV( [NativeTypeName("const void *")] Ref points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid1d")] void MapGrid1( [NativeTypeName("GLint")] int un, @@ -163722,31 +71712,6 @@ void MapGrid1( [NativeTypeName("GLdouble")] double u2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid1f")] void MapGrid1( [NativeTypeName("GLint")] int un, @@ -163754,7 +71719,6 @@ void MapGrid1( [NativeTypeName("GLfloat")] float u2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMapGrid1xOES")] void MapGrid1XOES( [NativeTypeName("GLint")] int n, @@ -163762,31 +71726,6 @@ void MapGrid1XOES( [NativeTypeName("GLfixed")] int u2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid2d")] void MapGrid2( [NativeTypeName("GLint")] int un, @@ -163797,31 +71736,6 @@ void MapGrid2( [NativeTypeName("GLdouble")] double v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMapGrid2f")] void MapGrid2( [NativeTypeName("GLint")] int un, @@ -163832,7 +71746,6 @@ void MapGrid2( [NativeTypeName("GLfloat")] float v2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMapGrid2xOES")] void MapGrid2XOES( [NativeTypeName("GLint")] int n, @@ -163842,32 +71755,12 @@ void MapGrid2XOES( [NativeTypeName("GLfixed")] int v2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] void* MapNamedBuffer( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBuffer")] Ptr MapNamedBuffer( @@ -163875,16 +71768,12 @@ Ptr MapNamedBuffer( [NativeTypeName("GLenum")] Constant access ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] void* MapNamedBufferEXT( [NativeTypeName("GLuint")] uint buffer, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferEXT")] Ptr MapNamedBufferEXT( @@ -163892,16 +71781,6 @@ Ptr MapNamedBufferEXT( [NativeTypeName("GLenum")] Constant access ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] void* MapNamedBufferRange( [NativeTypeName("GLuint")] uint buffer, @@ -163910,16 +71789,6 @@ Ptr MapNamedBufferEXT( [NativeTypeName("GLbitfield")] uint access ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRange")] Ptr MapNamedBufferRange( @@ -163929,8 +71798,6 @@ Ptr MapNamedBufferRange( [NativeTypeName("GLbitfield")] Constant access ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] void* MapNamedBufferRangeEXT( [NativeTypeName("GLuint")] uint buffer, @@ -163939,8 +71806,6 @@ Ptr MapNamedBufferRange( [NativeTypeName("GLbitfield")] uint access ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapNamedBufferRangeEXT")] Ptr MapNamedBufferRangeEXT( @@ -163950,16 +71815,13 @@ Ptr MapNamedBufferRangeEXT( [NativeTypeName("GLbitfield")] Constant access ); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] Ptr MapObjectBufferATI([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [NativeFunction("opengl", EntryPoint = "glMapObjectBufferATI")] - void* MapObjectBufferATIRaw([NativeTypeName("GLuint")] uint buffer); + void* MapObjectBufferATIRawATI([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] void MapParameterNV( [NativeTypeName("GLenum")] uint target, @@ -163967,7 +71829,6 @@ void MapParameterNV( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapParameterfvNV")] void MapParameterNV( @@ -163976,7 +71837,6 @@ void MapParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] void MapParameterNV( [NativeTypeName("GLenum")] uint target, @@ -163984,7 +71844,6 @@ void MapParameterNV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapParameterivNV")] void MapParameterNV( @@ -163993,9 +71852,8 @@ void MapParameterNV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] - void* MapTexture2DIntel( + void* MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, @@ -164003,10 +71861,9 @@ void MapParameterNV( [NativeTypeName("GLenum *")] uint* layout ); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapTexture2DINTEL")] - Ptr MapTexture2DIntel( + Ptr MapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level, [NativeTypeName("GLbitfield")] uint access, @@ -164014,9 +71871,8 @@ Ptr MapTexture2DIntel( [NativeTypeName("GLenum *")] Ref layout ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] - void MapVertexAttrib1Apple( + void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -164026,10 +71882,9 @@ void MapVertexAttrib1Apple( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] - void MapVertexAttrib1Apple( + void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -164039,10 +71894,9 @@ void MapVertexAttrib1Apple( [NativeTypeName("const GLdouble *")] Ref points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1dAPPLE")] - void MapVertexAttrib1Apple( + void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, @@ -164051,9 +71905,8 @@ void MapVertexAttrib1Apple( [NativeTypeName("const GLdouble *")] double points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] - void MapVertexAttrib1Apple( + void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -164063,10 +71916,9 @@ void MapVertexAttrib1Apple( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] - void MapVertexAttrib1Apple( + void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -164076,10 +71928,9 @@ void MapVertexAttrib1Apple( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib1fAPPLE")] - void MapVertexAttrib1Apple( + void MapVertexAttrib1APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, @@ -164088,9 +71939,8 @@ void MapVertexAttrib1Apple( [NativeTypeName("const GLfloat *")] float points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] - void MapVertexAttrib2Apple( + void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -164104,10 +71954,9 @@ void MapVertexAttrib2Apple( [NativeTypeName("const GLdouble *")] double* points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] - void MapVertexAttrib2Apple( + void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLdouble")] double u1, @@ -164121,10 +71970,9 @@ void MapVertexAttrib2Apple( [NativeTypeName("const GLdouble *")] Ref points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2dAPPLE")] - void MapVertexAttrib2Apple( + void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double u1, [NativeTypeName("GLdouble")] double u2, @@ -164137,9 +71985,8 @@ void MapVertexAttrib2Apple( [NativeTypeName("const GLdouble *")] double points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] - void MapVertexAttrib2Apple( + void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -164153,10 +72000,9 @@ void MapVertexAttrib2Apple( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] - void MapVertexAttrib2Apple( + void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint size, [NativeTypeName("GLfloat")] float u1, @@ -164170,10 +72016,9 @@ void MapVertexAttrib2Apple( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_program_evaluators"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMapVertexAttrib2fAPPLE")] - void MapVertexAttrib2Apple( + void MapVertexAttrib2APPLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float u1, [NativeTypeName("GLfloat")] float u2, @@ -164186,32 +72031,6 @@ void MapVertexAttrib2Apple( [NativeTypeName("const GLfloat *")] float points ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMaterialf")] void Material( [NativeTypeName("GLenum")] uint face, @@ -164219,32 +72038,6 @@ void Material( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialf")] void Material( @@ -164253,32 +72046,6 @@ void Material( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMaterialfv")] void Material( [NativeTypeName("GLenum")] uint face, @@ -164286,32 +72053,6 @@ void Material( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialfv")] void Material( @@ -164320,31 +72061,6 @@ void Material( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMateriali")] void Material( [NativeTypeName("GLenum")] uint face, @@ -164352,31 +72068,6 @@ void Material( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMateriali")] void Material( @@ -164385,31 +72076,6 @@ void Material( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMaterialiv")] void Material( [NativeTypeName("GLenum")] uint face, @@ -164417,31 +72083,6 @@ void Material( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialiv")] void Material( @@ -164450,7 +72091,6 @@ void Material( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMaterialx")] void Materialx( [NativeTypeName("GLenum")] uint face, @@ -164458,7 +72098,6 @@ void Materialx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialx")] void Materialx( @@ -164467,8 +72106,6 @@ void Materialx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] void MaterialxOES( [NativeTypeName("GLenum")] uint face, @@ -164476,8 +72113,6 @@ void MaterialxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxOES")] void MaterialxOES( @@ -164486,7 +72121,6 @@ void MaterialxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMaterialxv")] void Materialx( [NativeTypeName("GLenum")] uint face, @@ -164494,7 +72128,6 @@ void Materialx( [NativeTypeName("const GLfixed *")] int* param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxv")] void Materialx( @@ -164503,8 +72136,6 @@ void Materialx( [NativeTypeName("const GLfixed *")] Ref param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] void MaterialxOES( [NativeTypeName("GLenum")] uint face, @@ -164512,8 +72143,6 @@ void MaterialxOES( [NativeTypeName("const GLfixed *")] int* param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMaterialxvOES")] void MaterialxOES( @@ -164522,9 +72151,6 @@ void MaterialxOES( [NativeTypeName("const GLfixed *")] Ref param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] void MatrixFrustumEXT( [NativeTypeName("GLenum")] uint mode, @@ -164536,9 +72162,6 @@ void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixFrustumEXT")] void MatrixFrustumEXT( @@ -164551,7 +72174,6 @@ void MatrixFrustumEXT( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] void MatrixIndexPointerARB( [NativeTypeName("GLint")] int size, @@ -164560,7 +72182,6 @@ void MatrixIndexPointerARB( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerARB")] void MatrixIndexPointerARB( @@ -164570,7 +72191,6 @@ void MatrixIndexPointerARB( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] void MatrixIndexPointerOES( [NativeTypeName("GLint")] int size, @@ -164579,7 +72199,6 @@ void MatrixIndexPointerOES( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexPointerOES")] void MatrixIndexPointerOES( @@ -164589,14 +72208,12 @@ void MatrixIndexPointerOES( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] void MatrixIndexARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLubyte *")] byte* indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] void MatrixIndexARB( @@ -164604,19 +72221,16 @@ void MatrixIndexARB( [NativeTypeName("const GLubyte *")] Ref indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexubvARB")] void MatrixIndexARB([NativeTypeName("const GLubyte *")] byte indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] void MatrixIndexARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLuint *")] uint* indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] void MatrixIndexARB( @@ -164624,19 +72238,16 @@ void MatrixIndexARB( [NativeTypeName("const GLuint *")] Ref indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexuivARB")] void MatrixIndexARB([NativeTypeName("const GLuint *")] uint indices); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] void MatrixIndexARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLushort *")] ushort* indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] void MatrixIndexARB( @@ -164644,23 +72255,16 @@ void MatrixIndexARB( [NativeTypeName("const GLushort *")] Ref indices ); - [SupportedApiProfile("gl", ["GL_ARB_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixIndexusvARB")] void MatrixIndexARB([NativeTypeName("const GLushort *")] ushort indices); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] void MatrixLoad3X2NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x2fNV")] void MatrixLoad3X2NV( @@ -164668,18 +72272,12 @@ void MatrixLoad3X2NV( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] void MatrixLoad3X3NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoad3x3fNV")] void MatrixLoad3X3NV( @@ -164687,18 +72285,12 @@ void MatrixLoad3X3NV( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] void MatrixLoadEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoaddEXT")] void MatrixLoadEXT( @@ -164706,18 +72298,12 @@ void MatrixLoadEXT( [NativeTypeName("const GLdouble *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] void MatrixLoadEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadfEXT")] void MatrixLoadEXT( @@ -164725,31 +72311,19 @@ void MatrixLoadEXT( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] void MatrixLoadIdentityEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadIdentityEXT")] void MatrixLoadIdentityEXT([NativeTypeName("GLenum")] Constant mode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] void MatrixLoadTranspose3X3NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTranspose3x3fNV")] void MatrixLoadTranspose3X3NV( @@ -164757,18 +72331,12 @@ void MatrixLoadTranspose3X3NV( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] void MatrixLoadTransposeEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposedEXT")] void MatrixLoadTransposeEXT( @@ -164776,18 +72344,12 @@ void MatrixLoadTransposeEXT( [NativeTypeName("const GLdouble *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] void MatrixLoadTransposeEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixLoadTransposefEXT")] void MatrixLoadTransposeEXT( @@ -164795,77 +72357,19 @@ void MatrixLoadTransposeEXT( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMatrixMode")] void MatrixMode([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMode")] void MatrixMode([NativeTypeName("GLenum")] Constant mode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] void MatrixMult3X2NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x2fNV")] void MatrixMult3X2NV( @@ -164873,18 +72377,12 @@ void MatrixMult3X2NV( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] void MatrixMult3X3NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMult3x3fNV")] void MatrixMult3X3NV( @@ -164892,18 +72390,12 @@ void MatrixMult3X3NV( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] void MatrixMultEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultdEXT")] void MatrixMultEXT( @@ -164911,18 +72403,12 @@ void MatrixMultEXT( [NativeTypeName("const GLdouble *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] void MatrixMultEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultfEXT")] void MatrixMultEXT( @@ -164930,18 +72416,12 @@ void MatrixMultEXT( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] void MatrixMultTranspose3X3NV( [NativeTypeName("GLenum")] uint matrixMode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTranspose3x3fNV")] void MatrixMultTranspose3X3NV( @@ -164949,18 +72429,12 @@ void MatrixMultTranspose3X3NV( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] void MatrixMultTransposeEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLdouble *")] double* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposedEXT")] void MatrixMultTransposeEXT( @@ -164968,18 +72442,12 @@ void MatrixMultTransposeEXT( [NativeTypeName("const GLdouble *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] void MatrixMultTransposeEXT( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLfloat *")] float* m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixMultTransposefEXT")] void MatrixMultTransposeEXT( @@ -164987,9 +72455,6 @@ void MatrixMultTransposeEXT( [NativeTypeName("const GLfloat *")] Ref m ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] void MatrixOrthoEXT( [NativeTypeName("GLenum")] uint mode, @@ -165001,9 +72466,6 @@ void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixOrthoEXT")] void MatrixOrthoEXT( @@ -165016,35 +72478,20 @@ void MatrixOrthoEXT( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] void MatrixPopEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixPopEXT")] void MatrixPopEXT([NativeTypeName("GLenum")] Constant mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] void MatrixPushEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixPushEXT")] void MatrixPushEXT([NativeTypeName("GLenum")] Constant mode); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] void MatrixRotateEXT( [NativeTypeName("GLenum")] uint mode, @@ -165054,9 +72501,6 @@ void MatrixRotateEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixRotatedEXT")] void MatrixRotateEXT( @@ -165067,9 +72511,6 @@ void MatrixRotateEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] void MatrixRotateEXT( [NativeTypeName("GLenum")] uint mode, @@ -165079,9 +72520,6 @@ void MatrixRotateEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixRotatefEXT")] void MatrixRotateEXT( @@ -165092,9 +72530,6 @@ void MatrixRotateEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] void MatrixScaleEXT( [NativeTypeName("GLenum")] uint mode, @@ -165103,9 +72538,6 @@ void MatrixScaleEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixScaledEXT")] void MatrixScaleEXT( @@ -165115,9 +72547,6 @@ void MatrixScaleEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] void MatrixScaleEXT( [NativeTypeName("GLenum")] uint mode, @@ -165126,9 +72555,6 @@ void MatrixScaleEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixScalefEXT")] void MatrixScaleEXT( @@ -165138,9 +72564,6 @@ void MatrixScaleEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] void MatrixTranslateEXT( [NativeTypeName("GLenum")] uint mode, @@ -165149,9 +72572,6 @@ void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatedEXT")] void MatrixTranslateEXT( @@ -165161,9 +72581,6 @@ void MatrixTranslateEXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] void MatrixTranslateEXT( [NativeTypeName("GLenum")] uint mode, @@ -165172,9 +72589,6 @@ void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMatrixTranslatefEXT")] void MatrixTranslateEXT( @@ -165184,116 +72598,39 @@ void MatrixTranslateEXT( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_ARB_parallel_shader_compile"])] - [SupportedApiProfile("glcore", ["GL_ARB_parallel_shader_compile"])] [NativeFunction("opengl", EntryPoint = "glMaxShaderCompilerThreadsARB")] void MaxShaderCompilerThreadsARB([NativeTypeName("GLuint")] uint count); - [SupportedApiProfile("gl", ["GL_KHR_parallel_shader_compile"])] - [SupportedApiProfile("glcore", ["GL_KHR_parallel_shader_compile"])] - [SupportedApiProfile("gles2", ["GL_KHR_parallel_shader_compile"])] [NativeFunction("opengl", EntryPoint = "glMaxShaderCompilerThreadsKHR")] void MaxShaderCompilerThreadsKHR([NativeTypeName("GLuint")] uint count); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] void MemoryBarrier([NativeTypeName("GLbitfield")] uint barriers); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_image_load_store", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrier")] void MemoryBarrier( [NativeTypeName("GLbitfield")] Constant barriers ); - [SupportedApiProfile( - "gl", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] void MemoryBarrierByRegion([NativeTypeName("GLbitfield")] uint barriers); - [SupportedApiProfile( - "gl", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_ES3_1_compatibility", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierByRegion")] void MemoryBarrierByRegion( [NativeTypeName("GLbitfield")] Constant barriers ); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] void MemoryBarrierEXT([NativeTypeName("GLbitfield")] uint barriers); - [SupportedApiProfile("gl", ["GL_EXT_shader_image_load_store"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryBarrierEXT")] void MemoryBarrierEXT( [NativeTypeName("GLbitfield")] Constant barriers ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] void MemoryObjectParameterEXT( [NativeTypeName("GLuint")] uint memoryObject, @@ -165301,8 +72638,6 @@ void MemoryObjectParameterEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMemoryObjectParameterivEXT")] void MemoryObjectParameterEXT( @@ -165311,7 +72646,6 @@ void MemoryObjectParameterEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glMinmax")] void Minmax( [NativeTypeName("GLenum")] uint target, @@ -165319,7 +72653,6 @@ void Minmax( [NativeTypeName("GLboolean")] uint sink ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMinmax")] void Minmax( @@ -165328,7 +72661,6 @@ void Minmax( [NativeTypeName("GLboolean")] MaybeBool sink ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] void MinmaxEXT( [NativeTypeName("GLenum")] uint target, @@ -165336,7 +72668,6 @@ void MinmaxEXT( [NativeTypeName("GLboolean")] uint sink ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMinmaxEXT")] void MinmaxEXT( @@ -165345,49 +72676,18 @@ void MinmaxEXT( [NativeTypeName("GLboolean")] MaybeBool sink ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glMinSampleShading")] void MinSampleShading([NativeTypeName("GLfloat")] float value); - [SupportedApiProfile("gl", ["GL_ARB_sample_shading"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_shading"])] [NativeFunction("opengl", EntryPoint = "glMinSampleShadingARB")] void MinSampleShadingARB([NativeTypeName("GLfloat")] float value); - [SupportedApiProfile("gles2", ["GL_OES_sample_shading"])] [NativeFunction("opengl", EntryPoint = "glMinSampleShadingOES")] void MinSampleShadingOES([NativeTypeName("GLfloat")] float value); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBarrierNV")] void MulticastBarrierNV(); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] void MulticastBlitFramebufferNV( [NativeTypeName("GLuint")] uint srcGpu, @@ -165404,7 +72704,6 @@ void MulticastBlitFramebufferNV( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastBlitFramebufferNV")] void MulticastBlitFramebufferNV( @@ -165422,7 +72721,6 @@ void MulticastBlitFramebufferNV( [NativeTypeName("GLenum")] uint filter ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] void MulticastBufferSubDataNV( [NativeTypeName("GLbitfield")] uint gpuMask, @@ -165432,7 +72730,6 @@ void MulticastBufferSubDataNV( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastBufferSubDataNV")] void MulticastBufferSubDataNV( @@ -165443,7 +72740,6 @@ void MulticastBufferSubDataNV( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastCopyBufferSubDataNV")] void MulticastCopyBufferSubDataNV( [NativeTypeName("GLuint")] uint readGpu, @@ -165455,7 +72751,6 @@ void MulticastCopyBufferSubDataNV( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastCopyImageSubDataNV")] void MulticastCopyImageSubDataNV( [NativeTypeName("GLuint")] uint srcGpu, @@ -165477,7 +72772,6 @@ void MulticastCopyImageSubDataNV( [NativeTypeName("GLsizei")] uint srcDepth ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] void MulticastFramebufferSampleLocationsNV( [NativeTypeName("GLuint")] uint gpu, @@ -165487,7 +72781,6 @@ void MulticastFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastFramebufferSampleLocationsfvNV")] void MulticastFramebufferSampleLocationsNV( @@ -165498,7 +72791,6 @@ void MulticastFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] void MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -165507,7 +72799,6 @@ void MulticastGetQueryObjectNV( [NativeTypeName("GLint64 *")] long* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjecti64vNV")] void MulticastGetQueryObjectNV( @@ -165517,7 +72808,6 @@ void MulticastGetQueryObjectNV( [NativeTypeName("GLint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] void MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -165526,7 +72816,6 @@ void MulticastGetQueryObjectNV( [NativeTypeName("GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectivNV")] void MulticastGetQueryObjectNV( @@ -165536,7 +72825,6 @@ void MulticastGetQueryObjectNV( [NativeTypeName("GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] void MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -165545,7 +72833,6 @@ void MulticastGetQueryObjectNV( [NativeTypeName("GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectui64vNV")] void MulticastGetQueryObjectNV( @@ -165555,7 +72842,6 @@ void MulticastGetQueryObjectNV( [NativeTypeName("GLuint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] void MulticastGetQueryObjectNV( [NativeTypeName("GLuint")] uint gpu, @@ -165564,7 +72850,6 @@ void MulticastGetQueryObjectNV( [NativeTypeName("GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastGetQueryObjectuivNV")] void MulticastGetQueryObjectNV( @@ -165574,7 +72859,6 @@ void MulticastGetQueryObjectNV( [NativeTypeName("GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] void MulticastScissorArrayNVX( [NativeTypeName("GLuint")] uint gpu, @@ -165583,7 +72867,6 @@ void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] void MulticastScissorArrayNVX( @@ -165593,7 +72876,6 @@ void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastScissorArrayvNVX")] void MulticastScissorArrayNVX( @@ -165602,7 +72884,6 @@ void MulticastScissorArrayNVX( [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] void MulticastViewportArrayNVX( [NativeTypeName("GLuint")] uint gpu, @@ -165611,7 +72892,6 @@ void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] void MulticastViewportArrayNVX( @@ -165621,7 +72901,6 @@ void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMulticastViewportArrayvNVX")] void MulticastViewportArrayNVX( @@ -165630,7 +72909,6 @@ void MulticastViewportArrayNVX( [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glMulticastViewportPositionWScaleNVX")] void MulticastViewportPositionWScaleNVX( [NativeTypeName("GLuint")] uint gpu, @@ -165639,55 +72917,12 @@ void MulticastViewportPositionWScaleNVX( [NativeTypeName("GLfloat")] float ycoeff ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glMulticastWaitSyncNV")] void MulticastWaitSyncNV( [NativeTypeName("GLuint")] uint signalGpu, [NativeTypeName("GLbitfield")] uint waitGpuMask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] void MultiDrawArrays( [NativeTypeName("GLenum")] uint mode, @@ -165696,48 +72931,6 @@ void MultiDrawArrays( [NativeTypeName("GLsizei")] uint drawcount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArrays")] void MultiDrawArrays( @@ -165747,9 +72940,6 @@ void MultiDrawArrays( [NativeTypeName("GLsizei")] uint drawcount ); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] void MultiDrawArraysEXT( [NativeTypeName("GLenum")] uint mode, @@ -165758,9 +72948,6 @@ void MultiDrawArraysEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysEXT")] void MultiDrawArraysEXT( @@ -165770,28 +72957,6 @@ void MultiDrawArraysEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] void MultiDrawArraysIndirect( [NativeTypeName("GLenum")] uint mode, @@ -165800,28 +72965,6 @@ void MultiDrawArraysIndirect( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirect")] void MultiDrawArraysIndirect( @@ -165831,7 +72974,6 @@ void MultiDrawArraysIndirect( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] void MultiDrawArraysIndirectAMD( [NativeTypeName("GLenum")] uint mode, @@ -165840,7 +72982,6 @@ void MultiDrawArraysIndirectAMD( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectAMD")] void MultiDrawArraysIndirectAMD( @@ -165850,8 +72991,6 @@ void MultiDrawArraysIndirectAMD( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] void MultiDrawArraysIndirectBindlessCountNV( [NativeTypeName("GLenum")] uint mode, @@ -165862,8 +73001,6 @@ void MultiDrawArraysIndirectBindlessCountNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessCountNV")] void MultiDrawArraysIndirectBindlessCountNV( @@ -165875,8 +73012,6 @@ void MultiDrawArraysIndirectBindlessCountNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] void MultiDrawArraysIndirectBindlesNV( [NativeTypeName("GLenum")] uint mode, @@ -165886,8 +73021,6 @@ void MultiDrawArraysIndirectBindlesNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectBindlessNV")] void MultiDrawArraysIndirectBindlesNV( @@ -165898,8 +73031,6 @@ void MultiDrawArraysIndirectBindlesNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] void MultiDrawArraysIndirectCount( [NativeTypeName("GLenum")] uint mode, @@ -165909,8 +73040,6 @@ void MultiDrawArraysIndirectCount( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCount")] void MultiDrawArraysIndirectCount( @@ -165921,8 +73050,6 @@ void MultiDrawArraysIndirectCount( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] void MultiDrawArraysIndirectCountARB( [NativeTypeName("GLenum")] uint mode, @@ -165932,8 +73059,6 @@ void MultiDrawArraysIndirectCountARB( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectCountARB")] void MultiDrawArraysIndirectCountARB( @@ -165944,7 +73069,6 @@ void MultiDrawArraysIndirectCountARB( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] void MultiDrawArraysIndirectEXT( [NativeTypeName("GLenum")] uint mode, @@ -165953,7 +73077,6 @@ void MultiDrawArraysIndirectEXT( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawArraysIndirectEXT")] void MultiDrawArraysIndirectEXT( @@ -165963,67 +73086,23 @@ void MultiDrawArraysIndirectEXT( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] - void MultiDrawElementArrayApple( + void MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("const GLint *")] int* first, [NativeTypeName("const GLsizei *")] uint* count, [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementArrayAPPLE")] - void MultiDrawElementArrayApple( + void MultiDrawElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("const GLint *")] Ref first, [NativeTypeName("const GLsizei *")] Ref count, [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] void MultiDrawElements( [NativeTypeName("GLenum")] uint mode, @@ -166033,48 +73112,6 @@ void MultiDrawElements( [NativeTypeName("GLsizei")] uint drawcount ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElements")] void MultiDrawElements( @@ -166085,38 +73122,6 @@ void MultiDrawElements( [NativeTypeName("GLsizei")] uint drawcount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] void MultiDrawElementsBaseVertex( [NativeTypeName("GLenum")] uint mode, @@ -166127,38 +73132,6 @@ void MultiDrawElementsBaseVertex( [NativeTypeName("const GLint *")] int* basevertex ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_draw_elements_base_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertex")] void MultiDrawElementsBaseVertex( @@ -166170,10 +73143,6 @@ void MultiDrawElementsBaseVertex( [NativeTypeName("const GLint *")] Ref basevertex ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_draw_elements_base_vertex", "GL_OES_draw_elements_base_vertex"] - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] void MultiDrawElementsBaseVertexEXT( [NativeTypeName("GLenum")] uint mode, @@ -166184,10 +73153,6 @@ void MultiDrawElementsBaseVertexEXT( [NativeTypeName("const GLint *")] int* basevertex ); - [SupportedApiProfile( - "gles2", - ["GL_EXT_draw_elements_base_vertex", "GL_OES_draw_elements_base_vertex"] - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsBaseVertexEXT")] void MultiDrawElementsBaseVertexEXT( @@ -166199,9 +73164,6 @@ void MultiDrawElementsBaseVertexEXT( [NativeTypeName("const GLint *")] Ref basevertex ); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] void MultiDrawElementsEXT( [NativeTypeName("GLenum")] uint mode, @@ -166211,9 +73173,6 @@ void MultiDrawElementsEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_arrays"])] - [SupportedApiProfile("gles1", ["GL_EXT_multi_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsEXT")] void MultiDrawElementsEXT( @@ -166224,28 +73183,6 @@ void MultiDrawElementsEXT( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] void MultiDrawElementsIndirect( [NativeTypeName("GLenum")] uint mode, @@ -166255,28 +73192,6 @@ void MultiDrawElementsIndirect( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_multi_draw_indirect", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirect")] void MultiDrawElementsIndirect( @@ -166287,7 +73202,6 @@ void MultiDrawElementsIndirect( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] void MultiDrawElementsIndirectAMD( [NativeTypeName("GLenum")] uint mode, @@ -166297,7 +73211,6 @@ void MultiDrawElementsIndirectAMD( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_AMD_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectAMD")] void MultiDrawElementsIndirectAMD( @@ -166308,8 +73221,6 @@ void MultiDrawElementsIndirectAMD( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] void MultiDrawElementsIndirectBindlessCountNV( [NativeTypeName("GLenum")] uint mode, @@ -166321,8 +73232,6 @@ void MultiDrawElementsIndirectBindlessCountNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect_count"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect_count"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessCountNV")] void MultiDrawElementsIndirectBindlessCountNV( @@ -166335,8 +73244,6 @@ void MultiDrawElementsIndirectBindlessCountNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] void MultiDrawElementsIndirectBindlesNV( [NativeTypeName("GLenum")] uint mode, @@ -166347,8 +73254,6 @@ void MultiDrawElementsIndirectBindlesNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_NV_bindless_multi_draw_indirect"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectBindlessNV")] void MultiDrawElementsIndirectBindlesNV( @@ -166360,8 +73265,6 @@ void MultiDrawElementsIndirectBindlesNV( [NativeTypeName("GLint")] int vertexBufferCount ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] void MultiDrawElementsIndirectCount( [NativeTypeName("GLenum")] uint mode, @@ -166372,8 +73275,6 @@ void MultiDrawElementsIndirectCount( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCount")] void MultiDrawElementsIndirectCount( @@ -166385,8 +73286,6 @@ void MultiDrawElementsIndirectCount( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] void MultiDrawElementsIndirectCountARB( [NativeTypeName("GLenum")] uint mode, @@ -166397,8 +73296,6 @@ void MultiDrawElementsIndirectCountARB( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_indirect_parameters"])] - [SupportedApiProfile("glcore", ["GL_ARB_indirect_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectCountARB")] void MultiDrawElementsIndirectCountARB( @@ -166410,7 +73307,6 @@ void MultiDrawElementsIndirectCountARB( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] void MultiDrawElementsIndirectEXT( [NativeTypeName("GLenum")] uint mode, @@ -166420,7 +73316,6 @@ void MultiDrawElementsIndirectEXT( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gles2", ["GL_EXT_multi_draw_indirect"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawElementsIndirectEXT")] void MultiDrawElementsIndirectEXT( @@ -166431,9 +73326,6 @@ void MultiDrawElementsIndirectEXT( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawMeshTasksIndirectCountNV")] void MultiDrawMeshTasksIndirectCountNV( [NativeTypeName("GLintptr")] nint indirect, @@ -166442,9 +73334,6 @@ void MultiDrawMeshTasksIndirectCountNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("glcore", ["GL_NV_mesh_shader"])] - [SupportedApiProfile("gles2", ["GL_NV_mesh_shader"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawMeshTasksIndirectNV")] void MultiDrawMeshTasksIndirectNV( [NativeTypeName("GLintptr")] nint indirect, @@ -166452,9 +73341,8 @@ void MultiDrawMeshTasksIndirectNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] - void MultiDrawRangeElementArrayApple( + void MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] uint mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -166463,10 +73351,9 @@ void MultiDrawRangeElementArrayApple( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_APPLE_element_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiDrawRangeElementArrayAPPLE")] - void MultiDrawRangeElementArrayApple( + void MultiDrawRangeElementArrayAPPLE( [NativeTypeName("GLenum")] Constant mode, [NativeTypeName("GLuint")] uint start, [NativeTypeName("GLuint")] uint end, @@ -166475,7 +73362,6 @@ void MultiDrawRangeElementArrayApple( [NativeTypeName("GLsizei")] uint primcount ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] void MultiModeDrawArraysIBM( [NativeTypeName("const GLenum *")] uint* mode, @@ -166485,7 +73371,6 @@ void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] void MultiModeDrawArraysIBM( @@ -166496,7 +73381,6 @@ void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] void MultiModeDrawArraysIBM( @@ -166507,7 +73391,6 @@ void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawArraysIBM")] void MultiModeDrawArraysIBM( @@ -166518,7 +73401,6 @@ void MultiModeDrawArraysIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] void MultiModeDrawElementsIBM( [NativeTypeName("const GLenum *")] uint* mode, @@ -166529,7 +73411,6 @@ void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] void MultiModeDrawElementsIBM( @@ -166541,7 +73422,6 @@ void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] void MultiModeDrawElementsIBM( @@ -166553,7 +73433,6 @@ void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_IBM_multimode_draw_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiModeDrawElementsIBM")] void MultiModeDrawElementsIBM( @@ -166565,8 +73444,6 @@ void MultiModeDrawElementsIBM( [NativeTypeName("GLint")] int modestride ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] void MultiTexBufferEXT( [NativeTypeName("GLenum")] uint texunit, @@ -166575,8 +73452,6 @@ void MultiTexBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexBufferEXT")] void MultiTexBufferEXT( @@ -166586,14 +73461,12 @@ void MultiTexBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] void MultiTexCoord1OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLbyte")] sbyte s ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bOES")] void MultiTexCoord1OES( @@ -166601,22 +73474,19 @@ void MultiTexCoord1OES( [NativeTypeName("GLbyte")] sbyte s ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] - void MultiTexCoord1BvO( + void MultiTexCoord1BvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLbyte *")] sbyte coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] void MultiTexCoord1OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1bvOES")] void MultiTexCoord1OES( @@ -166624,376 +73494,144 @@ void MultiTexCoord1OES( [NativeTypeName("const GLbyte *")] Ref coords ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] - void MultiTexCoord1D( + void MultiTexCoord1d( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1d")] - void MultiTexCoord1D( + void MultiTexCoord1d( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] - void MultiTexCoord1DARB( + void MultiTexCoord1dARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLdouble")] double s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dARB")] - void MultiTexCoord1DARB( + void MultiTexCoord1dARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLdouble")] double s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] - void MultiTexCoord1Dv( + void MultiTexCoord1dv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] - void MultiTexCoord1Dv( + void MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dv")] - void MultiTexCoord1Dv( + void MultiTexCoord1dv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] - void MultiTexCoord1DvARB( + void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] - void MultiTexCoord1DvARB( + void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1dvARB")] - void MultiTexCoord1DvARB( + void MultiTexCoord1dvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] - void MultiTexCoord1F( + void MultiTexCoord1f( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1f")] - void MultiTexCoord1F( + void MultiTexCoord1f( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] - void MultiTexCoord1FARB( + void MultiTexCoord1fARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLfloat")] float s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fARB")] - void MultiTexCoord1FARB( + void MultiTexCoord1fARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLfloat")] float s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] - void MultiTexCoord1Fv( + void MultiTexCoord1fv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] - void MultiTexCoord1Fv( + void MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fv")] - void MultiTexCoord1Fv( + void MultiTexCoord1fv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] - void MultiTexCoord1FvARB( + void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] - void MultiTexCoord1FvARB( + void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1fvARB")] - void MultiTexCoord1FvARB( + void MultiTexCoord1fvARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] void MultiTexCoord1NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLhalfNV")] ushort s ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hNV")] void MultiTexCoord1NV( @@ -167001,396 +73639,161 @@ void MultiTexCoord1NV( [NativeTypeName("GLhalfNV")] ushort s ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] - void MultiTexCoord1HvNV( + void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] - void MultiTexCoord1HvNV( + void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1hvNV")] - void MultiTexCoord1HvNV( + void MultiTexCoord1hvNV( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLhalfNV *")] ushort v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] - void MultiTexCoord1I([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] + void MultiTexCoord1i([NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s); + [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1i")] - void MultiTexCoord1I( + void MultiTexCoord1i( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] - void MultiTexCoord1IARB( + void MultiTexCoord1iARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iARB")] - void MultiTexCoord1IARB( + void MultiTexCoord1iARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLint")] int s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] - void MultiTexCoord1Iv( + void MultiTexCoord1iv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] - void MultiTexCoord1Iv( + void MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1iv")] - void MultiTexCoord1Iv( + void MultiTexCoord1iv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] - void MultiTexCoord1IvARB( + void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] - void MultiTexCoord1IvARB( + void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1ivARB")] - void MultiTexCoord1IvARB( + void MultiTexCoord1ivARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] - void MultiTexCoord1S( + void MultiTexCoord1s( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1s")] - void MultiTexCoord1S( + void MultiTexCoord1s( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] - void MultiTexCoord1SARB( + void MultiTexCoord1sARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLshort")] short s ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sARB")] - void MultiTexCoord1SARB( + void MultiTexCoord1sARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLshort")] short s ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] - void MultiTexCoord1Sv( + void MultiTexCoord1sv( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] - void MultiTexCoord1Sv( + void MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1sv")] - void MultiTexCoord1Sv( + void MultiTexCoord1sv( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] - void MultiTexCoord1SvARB( + void MultiTexCoord1svARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] - void MultiTexCoord1SvARB( + void MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1svARB")] - void MultiTexCoord1SvARB( + void MultiTexCoord1svARB( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("const GLshort *")] short v ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] void MultiTexCoord1XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLfixed")] int s ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xOES")] void MultiTexCoord1XOES( @@ -167398,22 +73801,19 @@ void MultiTexCoord1XOES( [NativeTypeName("GLfixed")] int s ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] - void MultiTexCoord1XvO( + void MultiTexCoord1XvOOES( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("const GLfixed *")] int coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] void MultiTexCoord1XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLfixed *")] int* coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord1xvOES")] void MultiTexCoord1XOES( @@ -167421,7 +73821,6 @@ void MultiTexCoord1XOES( [NativeTypeName("const GLfixed *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] void MultiTexCoord2OES( [NativeTypeName("GLenum")] uint texture, @@ -167429,7 +73828,6 @@ void MultiTexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bOES")] void MultiTexCoord2OES( @@ -167438,14 +73836,12 @@ void MultiTexCoord2OES( [NativeTypeName("GLbyte")] sbyte t ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] void MultiTexCoord2OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2bvOES")] void MultiTexCoord2OES( @@ -167453,28 +73849,6 @@ void MultiTexCoord2OES( [NativeTypeName("const GLbyte *")] Ref coords ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -167482,28 +73856,6 @@ void MultiTexCoord2( [NativeTypeName("GLdouble")] double t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2d")] void MultiTexCoord2( @@ -167512,7 +73864,6 @@ void MultiTexCoord2( [NativeTypeName("GLdouble")] double t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -167520,7 +73871,6 @@ void MultiTexCoord2ARB( [NativeTypeName("GLdouble")] double t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dARB")] void MultiTexCoord2ARB( @@ -167529,56 +73879,12 @@ void MultiTexCoord2ARB( [NativeTypeName("GLdouble")] double t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dv")] void MultiTexCoord2( @@ -167586,14 +73892,12 @@ void MultiTexCoord2( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2dvARB")] void MultiTexCoord2ARB( @@ -167601,28 +73905,6 @@ void MultiTexCoord2ARB( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -167630,28 +73912,6 @@ void MultiTexCoord2( [NativeTypeName("GLfloat")] float t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2f")] void MultiTexCoord2( @@ -167660,7 +73920,6 @@ void MultiTexCoord2( [NativeTypeName("GLfloat")] float t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -167668,7 +73927,6 @@ void MultiTexCoord2ARB( [NativeTypeName("GLfloat")] float t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fARB")] void MultiTexCoord2ARB( @@ -167677,56 +73935,12 @@ void MultiTexCoord2ARB( [NativeTypeName("GLfloat")] float t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fv")] void MultiTexCoord2( @@ -167734,14 +73948,12 @@ void MultiTexCoord2( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2fvARB")] void MultiTexCoord2ARB( @@ -167749,7 +73961,6 @@ void MultiTexCoord2ARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] void MultiTexCoord2NV( [NativeTypeName("GLenum")] uint target, @@ -167757,7 +73968,6 @@ void MultiTexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hNV")] void MultiTexCoord2NV( @@ -167766,14 +73976,12 @@ void MultiTexCoord2NV( [NativeTypeName("GLhalfNV")] ushort t ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] void MultiTexCoord2NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2hvNV")] void MultiTexCoord2NV( @@ -167781,28 +73989,6 @@ void MultiTexCoord2NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -167810,28 +73996,6 @@ void MultiTexCoord2( [NativeTypeName("GLint")] int t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2i")] void MultiTexCoord2( @@ -167840,7 +74004,6 @@ void MultiTexCoord2( [NativeTypeName("GLint")] int t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -167848,7 +74011,6 @@ void MultiTexCoord2ARB( [NativeTypeName("GLint")] int t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iARB")] void MultiTexCoord2ARB( @@ -167857,56 +74019,12 @@ void MultiTexCoord2ARB( [NativeTypeName("GLint")] int t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2iv")] void MultiTexCoord2( @@ -167914,14 +74032,12 @@ void MultiTexCoord2( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2ivARB")] void MultiTexCoord2ARB( @@ -167929,28 +74045,6 @@ void MultiTexCoord2ARB( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, @@ -167958,28 +74052,6 @@ void MultiTexCoord2( [NativeTypeName("GLshort")] short t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2s")] void MultiTexCoord2( @@ -167988,7 +74060,6 @@ void MultiTexCoord2( [NativeTypeName("GLshort")] short t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, @@ -167996,7 +74067,6 @@ void MultiTexCoord2ARB( [NativeTypeName("GLshort")] short t ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sARB")] void MultiTexCoord2ARB( @@ -168005,56 +74075,12 @@ void MultiTexCoord2ARB( [NativeTypeName("GLshort")] short t ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] void MultiTexCoord2( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2sv")] void MultiTexCoord2( @@ -168062,14 +74088,12 @@ void MultiTexCoord2( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] void MultiTexCoord2ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2svARB")] void MultiTexCoord2ARB( @@ -168077,7 +74101,6 @@ void MultiTexCoord2ARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] void MultiTexCoord2XOES( [NativeTypeName("GLenum")] uint texture, @@ -168085,7 +74108,6 @@ void MultiTexCoord2XOES( [NativeTypeName("GLfixed")] int t ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xOES")] void MultiTexCoord2XOES( @@ -168094,14 +74116,12 @@ void MultiTexCoord2XOES( [NativeTypeName("GLfixed")] int t ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] void MultiTexCoord2XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLfixed *")] int* coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord2xvOES")] void MultiTexCoord2XOES( @@ -168109,7 +74129,6 @@ void MultiTexCoord2XOES( [NativeTypeName("const GLfixed *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] void MultiTexCoord3OES( [NativeTypeName("GLenum")] uint texture, @@ -168118,7 +74137,6 @@ void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bOES")] void MultiTexCoord3OES( @@ -168128,14 +74146,12 @@ void MultiTexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] void MultiTexCoord3OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3bvOES")] void MultiTexCoord3OES( @@ -168143,28 +74159,6 @@ void MultiTexCoord3OES( [NativeTypeName("const GLbyte *")] Ref coords ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -168173,28 +74167,6 @@ void MultiTexCoord3( [NativeTypeName("GLdouble")] double r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3d")] void MultiTexCoord3( @@ -168204,7 +74176,6 @@ void MultiTexCoord3( [NativeTypeName("GLdouble")] double r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -168213,7 +74184,6 @@ void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dARB")] void MultiTexCoord3ARB( @@ -168223,56 +74193,12 @@ void MultiTexCoord3ARB( [NativeTypeName("GLdouble")] double r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dv")] void MultiTexCoord3( @@ -168280,14 +74206,12 @@ void MultiTexCoord3( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3dvARB")] void MultiTexCoord3ARB( @@ -168295,28 +74219,6 @@ void MultiTexCoord3ARB( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -168325,28 +74227,6 @@ void MultiTexCoord3( [NativeTypeName("GLfloat")] float r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3f")] void MultiTexCoord3( @@ -168356,7 +74236,6 @@ void MultiTexCoord3( [NativeTypeName("GLfloat")] float r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -168365,7 +74244,6 @@ void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fARB")] void MultiTexCoord3ARB( @@ -168375,56 +74253,12 @@ void MultiTexCoord3ARB( [NativeTypeName("GLfloat")] float r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fv")] void MultiTexCoord3( @@ -168432,14 +74266,12 @@ void MultiTexCoord3( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3fvARB")] void MultiTexCoord3ARB( @@ -168447,7 +74279,6 @@ void MultiTexCoord3ARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] void MultiTexCoord3NV( [NativeTypeName("GLenum")] uint target, @@ -168456,7 +74287,6 @@ void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hNV")] void MultiTexCoord3NV( @@ -168466,14 +74296,12 @@ void MultiTexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] void MultiTexCoord3NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3hvNV")] void MultiTexCoord3NV( @@ -168481,28 +74309,6 @@ void MultiTexCoord3NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -168511,28 +74317,6 @@ void MultiTexCoord3( [NativeTypeName("GLint")] int r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3i")] void MultiTexCoord3( @@ -168542,7 +74326,6 @@ void MultiTexCoord3( [NativeTypeName("GLint")] int r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -168551,7 +74334,6 @@ void MultiTexCoord3ARB( [NativeTypeName("GLint")] int r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iARB")] void MultiTexCoord3ARB( @@ -168561,56 +74343,12 @@ void MultiTexCoord3ARB( [NativeTypeName("GLint")] int r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3iv")] void MultiTexCoord3( @@ -168618,14 +74356,12 @@ void MultiTexCoord3( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3ivARB")] void MultiTexCoord3ARB( @@ -168633,28 +74369,6 @@ void MultiTexCoord3ARB( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, @@ -168663,28 +74377,6 @@ void MultiTexCoord3( [NativeTypeName("GLshort")] short r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3s")] void MultiTexCoord3( @@ -168694,7 +74386,6 @@ void MultiTexCoord3( [NativeTypeName("GLshort")] short r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, @@ -168703,7 +74394,6 @@ void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short r ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sARB")] void MultiTexCoord3ARB( @@ -168713,56 +74403,12 @@ void MultiTexCoord3ARB( [NativeTypeName("GLshort")] short r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] void MultiTexCoord3( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3sv")] void MultiTexCoord3( @@ -168770,14 +74416,12 @@ void MultiTexCoord3( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] void MultiTexCoord3ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3svARB")] void MultiTexCoord3ARB( @@ -168785,7 +74429,6 @@ void MultiTexCoord3ARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] void MultiTexCoord3XOES( [NativeTypeName("GLenum")] uint texture, @@ -168794,7 +74437,6 @@ void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int r ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xOES")] void MultiTexCoord3XOES( @@ -168804,14 +74446,12 @@ void MultiTexCoord3XOES( [NativeTypeName("GLfixed")] int r ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] void MultiTexCoord3XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLfixed *")] int* coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord3xvOES")] void MultiTexCoord3XOES( @@ -168819,7 +74459,6 @@ void MultiTexCoord3XOES( [NativeTypeName("const GLfixed *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] void MultiTexCoord4OES( [NativeTypeName("GLenum")] uint texture, @@ -168829,7 +74468,6 @@ void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bOES")] void MultiTexCoord4OES( @@ -168840,14 +74478,12 @@ void MultiTexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] void MultiTexCoord4OES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4bvOES")] void MultiTexCoord4OES( @@ -168855,28 +74491,6 @@ void MultiTexCoord4OES( [NativeTypeName("const GLbyte *")] Ref coords ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -168886,28 +74500,6 @@ void MultiTexCoord4( [NativeTypeName("GLdouble")] double q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4d")] void MultiTexCoord4( @@ -168918,7 +74510,6 @@ void MultiTexCoord4( [NativeTypeName("GLdouble")] double q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -168928,7 +74519,6 @@ void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dARB")] void MultiTexCoord4ARB( @@ -168939,56 +74529,12 @@ void MultiTexCoord4ARB( [NativeTypeName("GLdouble")] double q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dv")] void MultiTexCoord4( @@ -168996,14 +74542,12 @@ void MultiTexCoord4( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4dvARB")] void MultiTexCoord4ARB( @@ -169011,29 +74555,6 @@ void MultiTexCoord4ARB( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -169043,29 +74564,6 @@ void MultiTexCoord4( [NativeTypeName("GLfloat")] float q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4f")] void MultiTexCoord4( @@ -169076,7 +74574,6 @@ void MultiTexCoord4( [NativeTypeName("GLfloat")] float q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -169086,7 +74583,6 @@ void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fARB")] void MultiTexCoord4ARB( @@ -169097,56 +74593,12 @@ void MultiTexCoord4ARB( [NativeTypeName("GLfloat")] float q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fv")] void MultiTexCoord4( @@ -169154,14 +74606,12 @@ void MultiTexCoord4( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4fvARB")] void MultiTexCoord4ARB( @@ -169169,7 +74619,6 @@ void MultiTexCoord4ARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] void MultiTexCoord4NV( [NativeTypeName("GLenum")] uint target, @@ -169179,7 +74628,6 @@ void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hNV")] void MultiTexCoord4NV( @@ -169190,14 +74638,12 @@ void MultiTexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] void MultiTexCoord4NV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4hvNV")] void MultiTexCoord4NV( @@ -169205,28 +74651,6 @@ void MultiTexCoord4NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -169236,28 +74660,6 @@ void MultiTexCoord4( [NativeTypeName("GLint")] int q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4i")] void MultiTexCoord4( @@ -169268,7 +74670,6 @@ void MultiTexCoord4( [NativeTypeName("GLint")] int q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -169278,7 +74679,6 @@ void MultiTexCoord4ARB( [NativeTypeName("GLint")] int q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iARB")] void MultiTexCoord4ARB( @@ -169289,56 +74689,12 @@ void MultiTexCoord4ARB( [NativeTypeName("GLint")] int q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4iv")] void MultiTexCoord4( @@ -169346,14 +74702,12 @@ void MultiTexCoord4( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4ivARB")] void MultiTexCoord4ARB( @@ -169361,28 +74715,6 @@ void MultiTexCoord4ARB( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, @@ -169392,28 +74724,6 @@ void MultiTexCoord4( [NativeTypeName("GLshort")] short q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4s")] void MultiTexCoord4( @@ -169424,7 +74734,6 @@ void MultiTexCoord4( [NativeTypeName("GLshort")] short q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, @@ -169434,7 +74743,6 @@ void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short q ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sARB")] void MultiTexCoord4ARB( @@ -169445,56 +74753,12 @@ void MultiTexCoord4ARB( [NativeTypeName("GLshort")] short q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] void MultiTexCoord4( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4sv")] void MultiTexCoord4( @@ -169502,14 +74766,12 @@ void MultiTexCoord4( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] void MultiTexCoord4ARB( [NativeTypeName("GLenum")] uint target, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_multitexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4svARB")] void MultiTexCoord4ARB( @@ -169517,7 +74779,6 @@ void MultiTexCoord4ARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] void MultiTexCoord4X( [NativeTypeName("GLenum")] uint texture, @@ -169527,7 +74788,6 @@ void MultiTexCoord4X( [NativeTypeName("GLfixed")] int q ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4x")] void MultiTexCoord4X( @@ -169538,8 +74798,6 @@ void MultiTexCoord4X( [NativeTypeName("GLfixed")] int q ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] void MultiTexCoord4XOES( [NativeTypeName("GLenum")] uint texture, @@ -169549,8 +74807,6 @@ void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int q ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xOES")] void MultiTexCoord4XOES( @@ -169561,14 +74817,12 @@ void MultiTexCoord4XOES( [NativeTypeName("GLfixed")] int q ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] void MultiTexCoord4XOES( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("const GLfixed *")] int* coords ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoord4xvOES")] void MultiTexCoord4XOES( @@ -169576,7 +74830,6 @@ void MultiTexCoord4XOES( [NativeTypeName("const GLfixed *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] void MultiTexCoordP1( [NativeTypeName("GLenum")] uint texture, @@ -169584,7 +74837,6 @@ void MultiTexCoordP1( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1ui")] void MultiTexCoordP1( @@ -169593,33 +74845,29 @@ void MultiTexCoordP1( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] - void MultiTexCoordP1Uiv( + void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] - void MultiTexCoordP1Uiv( + void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP1uiv")] - void MultiTexCoordP1Uiv( + void MultiTexCoordP1uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] void MultiTexCoordP2( [NativeTypeName("GLenum")] uint texture, @@ -169627,7 +74875,6 @@ void MultiTexCoordP2( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2ui")] void MultiTexCoordP2( @@ -169636,33 +74883,29 @@ void MultiTexCoordP2( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] - void MultiTexCoordP2Uiv( + void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] - void MultiTexCoordP2Uiv( + void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP2uiv")] - void MultiTexCoordP2Uiv( + void MultiTexCoordP2uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] void MultiTexCoordP3( [NativeTypeName("GLenum")] uint texture, @@ -169670,7 +74913,6 @@ void MultiTexCoordP3( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3ui")] void MultiTexCoordP3( @@ -169679,33 +74921,29 @@ void MultiTexCoordP3( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] - void MultiTexCoordP3Uiv( + void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] - void MultiTexCoordP3Uiv( + void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP3uiv")] - void MultiTexCoordP3Uiv( + void MultiTexCoordP3uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] void MultiTexCoordP4( [NativeTypeName("GLenum")] uint texture, @@ -169713,7 +74951,6 @@ void MultiTexCoordP4( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4ui")] void MultiTexCoordP4( @@ -169722,34 +74959,29 @@ void MultiTexCoordP4( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] - void MultiTexCoordP4Uiv( + void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] uint texture, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] - void MultiTexCoordP4Uiv( + void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordP4uiv")] - void MultiTexCoordP4Uiv( + void MultiTexCoordP4uiv( [NativeTypeName("GLenum")] Constant texture, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] void MultiTexCoordPointerEXT( [NativeTypeName("GLenum")] uint texunit, @@ -169759,8 +74991,6 @@ void MultiTexCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexCoordPointerEXT")] void MultiTexCoordPointerEXT( @@ -169771,8 +75001,6 @@ void MultiTexCoordPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] void MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -169781,8 +75009,6 @@ void MultiTexEnvEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfEXT")] void MultiTexEnvEXT( @@ -169792,8 +75018,6 @@ void MultiTexEnvEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] void MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -169802,8 +75026,6 @@ void MultiTexEnvEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvfvEXT")] void MultiTexEnvEXT( @@ -169813,8 +75035,6 @@ void MultiTexEnvEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] void MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -169823,8 +75043,6 @@ void MultiTexEnvEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnviEXT")] void MultiTexEnvEXT( @@ -169834,8 +75052,6 @@ void MultiTexEnvEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] void MultiTexEnvEXT( [NativeTypeName("GLenum")] uint texunit, @@ -169844,8 +75060,6 @@ void MultiTexEnvEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexEnvivEXT")] void MultiTexEnvEXT( @@ -169855,8 +75069,6 @@ void MultiTexEnvEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -169865,8 +75077,6 @@ void MultiTexGenEXT( [NativeTypeName("GLdouble")] double param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGendEXT")] void MultiTexGenEXT( @@ -169876,8 +75086,6 @@ void MultiTexGenEXT( [NativeTypeName("GLdouble")] double param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -169886,8 +75094,6 @@ void MultiTexGenEXT( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGendvEXT")] void MultiTexGenEXT( @@ -169897,8 +75103,6 @@ void MultiTexGenEXT( [NativeTypeName("const GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -169907,8 +75111,6 @@ void MultiTexGenEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfEXT")] void MultiTexGenEXT( @@ -169918,8 +75120,6 @@ void MultiTexGenEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -169928,8 +75128,6 @@ void MultiTexGenEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenfvEXT")] void MultiTexGenEXT( @@ -169939,8 +75137,6 @@ void MultiTexGenEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -169949,8 +75145,6 @@ void MultiTexGenEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGeniEXT")] void MultiTexGenEXT( @@ -169960,8 +75154,6 @@ void MultiTexGenEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] void MultiTexGenEXT( [NativeTypeName("GLenum")] uint texunit, @@ -169970,8 +75162,6 @@ void MultiTexGenEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexGenivEXT")] void MultiTexGenEXT( @@ -169981,8 +75171,6 @@ void MultiTexGenEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] void MultiTexImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -169996,8 +75184,6 @@ void MultiTexImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage1DEXT")] void MultiTexImage1DEXT( @@ -170012,8 +75198,6 @@ void MultiTexImage1DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] void MultiTexImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -170028,8 +75212,6 @@ void MultiTexImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage2DEXT")] void MultiTexImage2DEXT( @@ -170045,8 +75227,6 @@ void MultiTexImage2DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] void MultiTexImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -170062,8 +75242,6 @@ void MultiTexImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexImage3DEXT")] void MultiTexImage3DEXT( @@ -170080,8 +75258,6 @@ void MultiTexImage3DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] void MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -170090,8 +75266,6 @@ void MultiTexParameterEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfEXT")] void MultiTexParameterEXT( @@ -170101,8 +75275,6 @@ void MultiTexParameterEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] void MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -170111,8 +75283,6 @@ void MultiTexParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterfvEXT")] void MultiTexParameterEXT( @@ -170122,8 +75292,6 @@ void MultiTexParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] void MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -170132,8 +75300,6 @@ void MultiTexParameterEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameteriEXT")] void MultiTexParameterEXT( @@ -170143,8 +75309,6 @@ void MultiTexParameterEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] void MultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, @@ -170153,8 +75317,6 @@ void MultiTexParameterIEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIivEXT")] void MultiTexParameterIEXT( @@ -170164,8 +75326,6 @@ void MultiTexParameterIEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] void MultiTexParameterIEXT( [NativeTypeName("GLenum")] uint texunit, @@ -170174,8 +75334,6 @@ void MultiTexParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterIuivEXT")] void MultiTexParameterIEXT( @@ -170185,8 +75343,6 @@ void MultiTexParameterIEXT( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] void MultiTexParameterEXT( [NativeTypeName("GLenum")] uint texunit, @@ -170195,8 +75351,6 @@ void MultiTexParameterEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexParameterivEXT")] void MultiTexParameterEXT( @@ -170206,8 +75360,6 @@ void MultiTexParameterEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] void MultiTexRenderbufferEXT( [NativeTypeName("GLenum")] uint texunit, @@ -170215,8 +75367,6 @@ void MultiTexRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexRenderbufferEXT")] void MultiTexRenderbufferEXT( @@ -170225,8 +75375,6 @@ void MultiTexRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] void MultiTexSubImage1DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -170239,8 +75387,6 @@ void MultiTexSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage1DEXT")] void MultiTexSubImage1DEXT( @@ -170254,8 +75400,6 @@ void MultiTexSubImage1DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] void MultiTexSubImage2DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -170270,8 +75414,6 @@ void MultiTexSubImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage2DEXT")] void MultiTexSubImage2DEXT( @@ -170287,8 +75429,6 @@ void MultiTexSubImage2DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] void MultiTexSubImage3DEXT( [NativeTypeName("GLenum")] uint texunit, @@ -170305,8 +75445,6 @@ void MultiTexSubImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultiTexSubImage3DEXT")] void MultiTexSubImage3DEXT( @@ -170324,274 +75462,69 @@ void MultiTexSubImage3DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] void MultMatrix([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixd")] void MultMatrix([NativeTypeName("const GLdouble *")] Ref m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] void MultMatrix([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixf")] void MultMatrix([NativeTypeName("const GLfloat *")] Ref m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] void MultMatrixx([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixx")] void MultMatrixx([NativeTypeName("const GLfixed *")] Ref m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] void MultMatrixxOES([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultMatrixxOES")] void MultMatrixxOES([NativeTypeName("const GLfixed *")] Ref m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] void MultTransposeMatrix([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixd")] void MultTransposeMatrix([NativeTypeName("const GLdouble *")] Ref m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] void MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] double* m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixdARB")] void MultTransposeMatrixARB([NativeTypeName("const GLdouble *")] Ref m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] void MultTransposeMatrix([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixf")] void MultTransposeMatrix([NativeTypeName("const GLfloat *")] Ref m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixfARB")] void MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] float* m); - [SupportedApiProfile("gl", ["GL_ARB_transpose_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixfARB")] void MultTransposeMatrixARB([NativeTypeName("const GLfloat *")] Ref m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixxOES")] void MultTransposeMatrixxOES([NativeTypeName("const GLfixed *")] int* m); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glMultTransposeMatrixxOES")] void MultTransposeMatrixxOES([NativeTypeName("const GLfixed *")] Ref m); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferAttachMemoryNV")] void NamedBufferAttachMemoryNV( [NativeTypeName("GLuint")] uint buffer, @@ -170599,16 +75532,6 @@ void NamedBufferAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferData")] void NamedBufferData( [NativeTypeName("GLuint")] uint buffer, @@ -170617,16 +75540,6 @@ void NamedBufferData( [NativeTypeName("GLenum")] uint usage ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferData")] void NamedBufferData( @@ -170636,8 +75549,6 @@ void NamedBufferData( [NativeTypeName("GLenum")] Constant usage ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferDataEXT")] void NamedBufferDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -170646,8 +75557,6 @@ void NamedBufferDataEXT( [NativeTypeName("GLenum")] uint usage ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferDataEXT")] void NamedBufferDataEXT( @@ -170657,8 +75566,6 @@ void NamedBufferDataEXT( [NativeTypeName("GLenum")] Constant usage ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentARB")] void NamedBufferPageCommitmentARB( [NativeTypeName("GLuint")] uint buffer, @@ -170667,8 +75574,6 @@ void NamedBufferPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentARB")] void NamedBufferPageCommitmentARB( @@ -170678,8 +75583,6 @@ void NamedBufferPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] void NamedBufferPageCommitmentEXT( [NativeTypeName("GLuint")] uint buffer, @@ -170688,8 +75591,6 @@ void NamedBufferPageCommitmentEXT( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_buffer"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentEXT")] void NamedBufferPageCommitmentEXT( @@ -170699,9 +75600,6 @@ void NamedBufferPageCommitmentEXT( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLuint")] uint buffer, @@ -170712,9 +75610,6 @@ void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferPageCommitmentMemNV")] void NamedBufferPageCommitmentMemNV( @@ -170726,16 +75621,6 @@ void NamedBufferPageCommitmentMemNV( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] void NamedBufferStorage( [NativeTypeName("GLuint")] uint buffer, @@ -170744,16 +75629,6 @@ void NamedBufferStorage( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorage")] void NamedBufferStorage( @@ -170763,8 +75638,6 @@ void NamedBufferStorage( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] void NamedBufferStorageEXT( [NativeTypeName("GLuint")] uint buffer, @@ -170773,8 +75646,6 @@ void NamedBufferStorageEXT( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageEXT")] void NamedBufferStorageEXT( @@ -170784,8 +75655,6 @@ void NamedBufferStorageEXT( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] void NamedBufferStorageExternalEXT( [NativeTypeName("GLuint")] uint buffer, @@ -170795,8 +75664,6 @@ void NamedBufferStorageExternalEXT( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_EXT_external_buffer"])] - [SupportedApiProfile("gles2", ["GL_EXT_external_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageExternalEXT")] void NamedBufferStorageExternalEXT( @@ -170807,8 +75674,6 @@ void NamedBufferStorageExternalEXT( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferStorageMemEXT")] void NamedBufferStorageMemEXT( [NativeTypeName("GLuint")] uint buffer, @@ -170817,16 +75682,6 @@ void NamedBufferStorageMemEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] void NamedBufferSubData( [NativeTypeName("GLuint")] uint buffer, @@ -170835,16 +75690,6 @@ void NamedBufferSubData( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubData")] void NamedBufferSubData( @@ -170854,8 +75699,6 @@ void NamedBufferSubData( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] void NamedBufferSubDataEXT( [NativeTypeName("GLuint")] uint buffer, @@ -170864,8 +75707,6 @@ void NamedBufferSubDataEXT( [NativeTypeName("const void *")] void* data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedBufferSubDataEXT")] void NamedBufferSubDataEXT( @@ -170875,8 +75716,6 @@ void NamedBufferSubDataEXT( [NativeTypeName("const void *")] Ref data ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedCopyBufferSubDataEXT")] void NamedCopyBufferSubDataEXT( [NativeTypeName("GLuint")] uint readBuffer, @@ -170886,32 +75725,12 @@ void NamedCopyBufferSubDataEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] void NamedFramebufferDrawBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint buf ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffer")] void NamedFramebufferDrawBuffer( @@ -170919,16 +75738,6 @@ void NamedFramebufferDrawBuffer( [NativeTypeName("GLenum")] Constant buf ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] void NamedFramebufferDrawBuffer( @@ -170936,16 +75745,6 @@ void NamedFramebufferDrawBuffer( [NativeTypeName("const GLenum *")] GLEnum bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] void NamedFramebufferDrawBuffer( @@ -170953,16 +75752,6 @@ void NamedFramebufferDrawBuffer( [NativeTypeName("const GLenum *")] ColorBuffer bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] void NamedFramebufferDrawBuffers( [NativeTypeName("GLuint")] uint framebuffer, @@ -170970,16 +75759,6 @@ void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] uint* bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] void NamedFramebufferDrawBuffers( @@ -170988,16 +75767,6 @@ void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] void NamedFramebufferDrawBuffers( @@ -171006,16 +75775,6 @@ void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferDrawBuffers")] void NamedFramebufferDrawBuffers( @@ -171024,16 +75783,6 @@ void NamedFramebufferDrawBuffers( [NativeTypeName("const GLenum *")] Ref bufs ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] void NamedFramebufferParameter( [NativeTypeName("GLuint")] uint framebuffer, @@ -171041,16 +75790,6 @@ void NamedFramebufferParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteri")] void NamedFramebufferParameter( @@ -171059,8 +75798,6 @@ void NamedFramebufferParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] void NamedFramebufferParameterEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -171068,8 +75805,6 @@ void NamedFramebufferParameterEXT( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferParameteriEXT")] void NamedFramebufferParameterEXT( @@ -171078,32 +75813,12 @@ void NamedFramebufferParameterEXT( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] void NamedFramebufferReadBuffer( [NativeTypeName("GLuint")] uint framebuffer, [NativeTypeName("GLenum")] uint src ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferReadBuffer")] void NamedFramebufferReadBuffer( @@ -171111,16 +75826,6 @@ void NamedFramebufferReadBuffer( [NativeTypeName("GLenum")] Constant src ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] void NamedFramebufferRenderbuffer( [NativeTypeName("GLuint")] uint framebuffer, @@ -171129,16 +75834,6 @@ void NamedFramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbuffer")] void NamedFramebufferRenderbuffer( @@ -171148,8 +75843,6 @@ void NamedFramebufferRenderbuffer( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] void NamedFramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -171158,8 +75851,6 @@ void NamedFramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferRenderbufferEXT")] void NamedFramebufferRenderbufferEXT( @@ -171169,8 +75860,6 @@ void NamedFramebufferRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] void NamedFramebufferSampleLocationsARB( [NativeTypeName("GLuint")] uint framebuffer, @@ -171179,8 +75868,6 @@ void NamedFramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_ARB_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvARB")] void NamedFramebufferSampleLocationsARB( @@ -171190,9 +75877,6 @@ void NamedFramebufferSampleLocationsARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] void NamedFramebufferSampleLocationsNV( [NativeTypeName("GLuint")] uint framebuffer, @@ -171201,9 +75885,6 @@ void NamedFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSampleLocationsfvNV")] void NamedFramebufferSampleLocationsNV( @@ -171213,7 +75894,6 @@ void NamedFramebufferSampleLocationsNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] void NamedFramebufferSamplePositionsAMD( [NativeTypeName("GLuint")] uint framebuffer, @@ -171222,7 +75902,6 @@ void NamedFramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] float* values ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferSamplePositionsfvAMD")] void NamedFramebufferSamplePositionsAMD( @@ -171232,16 +75911,6 @@ void NamedFramebufferSamplePositionsAMD( [NativeTypeName("const GLfloat *")] Ref values ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] void NamedFramebufferTexture( [NativeTypeName("GLuint")] uint framebuffer, @@ -171250,16 +75919,6 @@ void NamedFramebufferTexture( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture")] void NamedFramebufferTexture( @@ -171269,8 +75928,6 @@ void NamedFramebufferTexture( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] void NamedFramebufferTexture1DEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -171280,8 +75937,6 @@ void NamedFramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture1DEXT")] void NamedFramebufferTexture1DEXT( @@ -171292,8 +75947,6 @@ void NamedFramebufferTexture1DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] void NamedFramebufferTexture2DEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -171303,8 +75956,6 @@ void NamedFramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture2DEXT")] void NamedFramebufferTexture2DEXT( @@ -171315,8 +75966,6 @@ void NamedFramebufferTexture2DEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] void NamedFramebufferTexture3DEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -171327,8 +75976,6 @@ void NamedFramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTexture3DEXT")] void NamedFramebufferTexture3DEXT( @@ -171340,8 +75987,6 @@ void NamedFramebufferTexture3DEXT( [NativeTypeName("GLint")] int zoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] void NamedFramebufferTextureEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -171350,8 +75995,6 @@ void NamedFramebufferTextureEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureEXT")] void NamedFramebufferTextureEXT( @@ -171361,8 +76004,6 @@ void NamedFramebufferTextureEXT( [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -171372,8 +76013,6 @@ void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLenum")] uint face ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureFaceEXT")] void NamedFramebufferTextureFaceEXT( @@ -171384,16 +76023,6 @@ void NamedFramebufferTextureFaceEXT( [NativeTypeName("GLenum")] Constant face ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] void NamedFramebufferTextureLayer( [NativeTypeName("GLuint")] uint framebuffer, @@ -171403,16 +76032,6 @@ void NamedFramebufferTextureLayer( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayer")] void NamedFramebufferTextureLayer( @@ -171423,8 +76042,6 @@ void NamedFramebufferTextureLayer( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLuint")] uint framebuffer, @@ -171434,8 +76051,6 @@ void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedFramebufferTextureLayerEXT")] void NamedFramebufferTextureLayerEXT( @@ -171446,8 +76061,6 @@ void NamedFramebufferTextureLayerEXT( [NativeTypeName("GLint")] int layer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] void NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -171459,8 +76072,6 @@ void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dEXT")] void NamedProgramLocalParameter4EXT( @@ -171473,8 +76084,6 @@ void NamedProgramLocalParameter4EXT( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] void NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -171483,8 +76092,6 @@ void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4dvEXT")] void NamedProgramLocalParameter4EXT( @@ -171494,8 +76101,6 @@ void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] void NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -171507,8 +76112,6 @@ void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fEXT")] void NamedProgramLocalParameter4EXT( @@ -171521,8 +76124,6 @@ void NamedProgramLocalParameter4EXT( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] void NamedProgramLocalParameter4EXT( [NativeTypeName("GLuint")] uint program, @@ -171531,8 +76132,6 @@ void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameter4fvEXT")] void NamedProgramLocalParameter4EXT( @@ -171542,8 +76141,6 @@ void NamedProgramLocalParameter4EXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -171555,8 +76152,6 @@ void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4iEXT")] void NamedProgramLocalParameterI4EXT( @@ -171569,8 +76164,6 @@ void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -171579,8 +76172,6 @@ void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4ivEXT")] void NamedProgramLocalParameterI4EXT( @@ -171590,8 +76181,6 @@ void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -171603,8 +76192,6 @@ void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uiEXT")] void NamedProgramLocalParameterI4EXT( @@ -171617,8 +76204,6 @@ void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] void NamedProgramLocalParameterI4EXT( [NativeTypeName("GLuint")] uint program, @@ -171627,8 +76212,6 @@ void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameterI4uivEXT")] void NamedProgramLocalParameterI4EXT( @@ -171638,8 +76221,6 @@ void NamedProgramLocalParameterI4EXT( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] void NamedProgramLocalParameters4EXT( [NativeTypeName("GLuint")] uint program, @@ -171649,8 +76230,6 @@ void NamedProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParameters4fvEXT")] void NamedProgramLocalParameters4EXT( @@ -171661,8 +76240,6 @@ void NamedProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] void NamedProgramLocalParametersI4EXT( [NativeTypeName("GLuint")] uint program, @@ -171672,8 +76249,6 @@ void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4ivEXT")] void NamedProgramLocalParametersI4EXT( @@ -171684,8 +76259,6 @@ void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] void NamedProgramLocalParametersI4EXT( [NativeTypeName("GLuint")] uint program, @@ -171695,8 +76268,6 @@ void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramLocalParametersI4uivEXT")] void NamedProgramLocalParametersI4EXT( @@ -171707,8 +76278,6 @@ void NamedProgramLocalParametersI4EXT( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] void NamedProgramStringEXT( [NativeTypeName("GLuint")] uint program, @@ -171718,8 +76287,6 @@ void NamedProgramStringEXT( [NativeTypeName("const void *")] void* @string ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedProgramStringEXT")] void NamedProgramStringEXT( @@ -171730,16 +76297,6 @@ void NamedProgramStringEXT( [NativeTypeName("const void *")] Ref @string ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] void NamedRenderbufferStorage( [NativeTypeName("GLuint")] uint renderbuffer, @@ -171748,16 +76305,6 @@ void NamedRenderbufferStorage( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorage")] void NamedRenderbufferStorage( @@ -171767,8 +76314,6 @@ void NamedRenderbufferStorage( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] void NamedRenderbufferStorageEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -171777,8 +76322,6 @@ void NamedRenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageEXT")] void NamedRenderbufferStorageEXT( @@ -171788,16 +76331,6 @@ void NamedRenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] void NamedRenderbufferStorageMultisample( [NativeTypeName("GLuint")] uint renderbuffer, @@ -171807,16 +76340,6 @@ void NamedRenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisample")] void NamedRenderbufferStorageMultisample( @@ -171827,9 +76350,6 @@ void NamedRenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] void NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLuint")] uint renderbuffer, @@ -171840,9 +76360,6 @@ void NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleAdvancedAMD")] void NamedRenderbufferStorageMultisampleAdvanceAMD( @@ -171854,8 +76371,6 @@ void NamedRenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] void NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -171866,8 +76381,6 @@ void NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleCoverageEXT")] void NamedRenderbufferStorageMultisampleCoverageEXT( @@ -171879,8 +76392,6 @@ void NamedRenderbufferStorageMultisampleCoverageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] void NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLuint")] uint renderbuffer, @@ -171890,8 +76401,6 @@ void NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedRenderbufferStorageMultisampleEXT")] void NamedRenderbufferStorageMultisampleEXT( @@ -171902,8 +76411,6 @@ void NamedRenderbufferStorageMultisampleEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] void NamedStringARB( [NativeTypeName("GLenum")] uint type, @@ -171913,8 +76420,6 @@ void NamedStringARB( [NativeTypeName("const GLchar *")] sbyte* @string ); - [SupportedApiProfile("gl", ["GL_ARB_shading_language_include"])] - [SupportedApiProfile("glcore", ["GL_ARB_shading_language_include"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNamedStringARB")] void NamedStringARB( @@ -171925,59 +76430,9 @@ void NamedStringARB( [NativeTypeName("const GLchar *")] Ref @string ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNewList")] void NewList([NativeTypeName("GLuint")] uint list, [NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNewList")] void NewList( @@ -171986,7 +76441,6 @@ void NewList( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] uint NewObjectBufferATI( [NativeTypeName("GLsizei")] uint size, @@ -171995,7 +76449,6 @@ uint NewObjectBufferATI( ); [return: NativeTypeName("GLuint")] - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNewObjectBufferATI")] uint NewObjectBufferATI( @@ -172004,31 +76457,6 @@ uint NewObjectBufferATI( [NativeTypeName("GLenum")] Constant usage ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3b")] void Normal3( [NativeTypeName("GLbyte")] sbyte nx, @@ -172036,88 +76464,13 @@ void Normal3( [NativeTypeName("GLbyte")] sbyte nz ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3bv")] void Normal3([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3bv")] void Normal3([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3d")] void Normal3( [NativeTypeName("GLdouble")] double nx, @@ -172125,89 +76478,13 @@ void Normal3( [NativeTypeName("GLdouble")] double nz ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3dv")] void Normal3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3dv")] void Normal3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glNormal3f")] void Normal3( [NativeTypeName("GLfloat")] float nx, @@ -172215,64 +76492,13 @@ void Normal3( [NativeTypeName("GLfloat")] float nz ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3fv")] void Normal3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3fv")] void Normal3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fSUN")] void Normal3FVertex3SUN( [NativeTypeName("GLfloat")] float nx, @@ -172283,14 +76509,12 @@ void Normal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] void Normal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* n, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3fVertex3fvSUN")] void Normal3FVertex3SUN( @@ -172298,7 +76522,6 @@ void Normal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glNormal3hNV")] void Normal3NV( [NativeTypeName("GLhalfNV")] ushort nx, @@ -172306,40 +76529,13 @@ void Normal3NV( [NativeTypeName("GLhalfNV")] ushort nz ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] void Normal3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3hvNV")] void Normal3NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3i")] void Normal3( [NativeTypeName("GLint")] int nx, @@ -172347,88 +76543,13 @@ void Normal3( [NativeTypeName("GLint")] int nz ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3iv")] void Normal3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3iv")] void Normal3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3s")] void Normal3( [NativeTypeName("GLshort")] short nx, @@ -172436,64 +76557,13 @@ void Normal3( [NativeTypeName("GLshort")] short nz ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glNormal3sv")] void Normal3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3sv")] void Normal3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glNormal3x")] void Normal3X( [NativeTypeName("GLfixed")] int nx, @@ -172501,8 +76571,6 @@ void Normal3X( [NativeTypeName("GLfixed")] int nz ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glNormal3xOES")] void Normal3XOES( [NativeTypeName("GLfixed")] int nx, @@ -172510,28 +76578,22 @@ void Normal3XOES( [NativeTypeName("GLfixed")] int nz ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] void Normal3XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormal3xvOES")] void Normal3XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glNormalFormatNV")] void NormalFormatNV( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] void NormalP3([NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3ui")] void NormalP3( @@ -172539,54 +76601,26 @@ void NormalP3( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] - void NormalP3Uiv( + void NormalP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] - void NormalP3Uiv( + void NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalP3uiv")] - void NormalP3Uiv( + void NormalP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glNormalPointer")] void NormalPointer( [NativeTypeName("GLenum")] uint type, @@ -172594,31 +76628,6 @@ void NormalPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointer")] void NormalPointer( @@ -172627,7 +76636,6 @@ void NormalPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] void NormalPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -172636,7 +76644,6 @@ void NormalPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointerEXT")] void NormalPointerEXT( @@ -172646,7 +76653,6 @@ void NormalPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] void NormalPointerListIBM( [NativeTypeName("GLenum")] uint type, @@ -172655,7 +76661,6 @@ void NormalPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointerListIBM")] void NormalPointerListIBM( @@ -172665,22 +76670,19 @@ void NormalPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] - void NormalPointerIntel( + void NormalPointerINTEL( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalPointervINTEL")] - void NormalPointerIntel( + void NormalPointerINTEL( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -172689,7 +76691,6 @@ void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3bATI")] void NormalStream3ATI( @@ -172699,14 +76700,12 @@ void NormalStream3ATI( [NativeTypeName("GLbyte")] sbyte nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLbyte *")] sbyte* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3bvATI")] void NormalStream3ATI( @@ -172714,7 +76713,6 @@ void NormalStream3ATI( [NativeTypeName("const GLbyte *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -172723,7 +76721,6 @@ void NormalStream3ATI( [NativeTypeName("GLdouble")] double nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3dATI")] void NormalStream3ATI( @@ -172733,14 +76730,12 @@ void NormalStream3ATI( [NativeTypeName("GLdouble")] double nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3dvATI")] void NormalStream3ATI( @@ -172748,7 +76743,6 @@ void NormalStream3ATI( [NativeTypeName("const GLdouble *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -172757,7 +76751,6 @@ void NormalStream3ATI( [NativeTypeName("GLfloat")] float nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3fATI")] void NormalStream3ATI( @@ -172767,14 +76760,12 @@ void NormalStream3ATI( [NativeTypeName("GLfloat")] float nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3fvATI")] void NormalStream3ATI( @@ -172782,7 +76773,6 @@ void NormalStream3ATI( [NativeTypeName("const GLfloat *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -172791,7 +76781,6 @@ void NormalStream3ATI( [NativeTypeName("GLint")] int nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3iATI")] void NormalStream3ATI( @@ -172801,14 +76790,12 @@ void NormalStream3ATI( [NativeTypeName("GLint")] int nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3ivATI")] void NormalStream3ATI( @@ -172816,7 +76803,6 @@ void NormalStream3ATI( [NativeTypeName("const GLint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -172825,7 +76811,6 @@ void NormalStream3ATI( [NativeTypeName("GLshort")] short nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3sATI")] void NormalStream3ATI( @@ -172835,14 +76820,12 @@ void NormalStream3ATI( [NativeTypeName("GLshort")] short nz ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] void NormalStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glNormalStream3svATI")] void NormalStream3ATI( @@ -172850,16 +76833,6 @@ void NormalStream3ATI( [NativeTypeName("const GLshort *")] Ref coords ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glObjectLabel")] void ObjectLabel( [NativeTypeName("GLenum")] uint identifier, @@ -172868,16 +76841,6 @@ void ObjectLabel( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectLabel")] void ObjectLabel( @@ -172887,7 +76850,6 @@ void ObjectLabel( [NativeTypeName("const GLchar *")] Ref label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] void ObjectLabelKHR( [NativeTypeName("GLenum")] uint identifier, @@ -172896,7 +76858,6 @@ void ObjectLabelKHR( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectLabelKHR")] void ObjectLabelKHR( @@ -172906,16 +76867,6 @@ void ObjectLabelKHR( [NativeTypeName("const GLchar *")] Ref label ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] void ObjectPtrLabel( [NativeTypeName("const void *")] void* ptr, @@ -172923,16 +76874,6 @@ void ObjectPtrLabel( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabel")] void ObjectPtrLabel( @@ -172941,7 +76882,6 @@ void ObjectPtrLabel( [NativeTypeName("const GLchar *")] Ref label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] void ObjectPtrLabelKHR( [NativeTypeName("const void *")] void* ptr, @@ -172949,7 +76889,6 @@ void ObjectPtrLabelKHR( [NativeTypeName("const GLchar *")] sbyte* label ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glObjectPtrLabelKHR")] void ObjectPtrLabelKHR( @@ -172959,48 +76898,21 @@ void ObjectPtrLabelKHR( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glObjectPurgeableAPPLE")] - uint ObjectPurgeableApple( + uint ObjectPurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_APPLE_object_purgeable"])] [NativeFunction("opengl", EntryPoint = "glObjectUnpurgeableAPPLE")] - uint ObjectUnpurgeableApple( + uint ObjectUnpurgeableAPPLE( [NativeTypeName("GLenum")] uint objectType, [NativeTypeName("GLuint")] uint name, [NativeTypeName("GLenum")] uint option ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glOrtho")] void Ortho( [NativeTypeName("GLdouble")] double left, @@ -173011,7 +76923,6 @@ void Ortho( [NativeTypeName("GLdouble")] double zFar ); - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glOrthof")] void Ortho( [NativeTypeName("GLfloat")] float l, @@ -173022,8 +76933,6 @@ void Ortho( [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gl", ["GL_OES_single_precision"])] - [SupportedApiProfile("gles1", ["GL_OES_single_precision"])] [NativeFunction("opengl", EntryPoint = "glOrthofOES")] void OrthoOES( [NativeTypeName("GLfloat")] float l, @@ -173034,7 +76943,6 @@ void OrthoOES( [NativeTypeName("GLfloat")] float f ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glOrthox")] void Orthox( [NativeTypeName("GLfixed")] int l, @@ -173045,8 +76953,6 @@ void Orthox( [NativeTypeName("GLfixed")] int f ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glOrthoxOES")] void OrthoxOES( [NativeTypeName("GLfixed")] int l, @@ -173057,7 +76963,6 @@ void OrthoxOES( [NativeTypeName("GLfixed")] int f ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] void PassTexCoordATI( [NativeTypeName("GLuint")] uint dst, @@ -173065,7 +76970,6 @@ void PassTexCoordATI( [NativeTypeName("GLenum")] uint swizzle ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPassTexCoordATI")] void PassTexCoordATI( @@ -173074,100 +76978,18 @@ void PassTexCoordATI( [NativeTypeName("GLenum")] Constant swizzle ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPassThrough")] void PassThrough([NativeTypeName("GLfloat")] float token); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPassThroughxOES")] void PassThroughxOES([NativeTypeName("GLfixed")] int token); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] void PatchParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameterfv")] void PatchParameter( @@ -173175,65 +76997,9 @@ void PatchParameter( [NativeTypeName("const GLfloat *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] void PatchParameter([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_tessellation_shader", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteri")] void PatchParameter( @@ -173241,14 +77007,12 @@ void PatchParameter( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gles2", ["GL_EXT_tessellation_shader"])] [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] void PatchParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gles2", ["GL_EXT_tessellation_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteriEXT")] void PatchParameterEXT( @@ -173256,14 +77020,12 @@ void PatchParameterEXT( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gles2", ["GL_OES_tessellation_shader"])] [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] void PatchParameterOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gles2", ["GL_OES_tessellation_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPatchParameteriOES")] void PatchParameterOES( @@ -173271,7 +77033,6 @@ void PatchParameterOES( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] void PathColorGenNV( [NativeTypeName("GLenum")] uint color, @@ -173280,7 +77041,6 @@ void PathColorGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathColorGenNV")] void PathColorGenNV( @@ -173290,9 +77050,6 @@ void PathColorGenNV( [NativeTypeName("const GLfloat *")] Ref coeffs ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] void PathCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -173303,9 +77060,6 @@ void PathCommandsNV( [NativeTypeName("const void *")] void* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] void PathCommandsNV( @@ -173317,9 +77071,6 @@ void PathCommandsNV( [NativeTypeName("const void *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCommandsNV")] void PathCommandsNV( @@ -173331,9 +77082,6 @@ void PathCommandsNV( [NativeTypeName("const void *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] void PathCoordsNV( [NativeTypeName("GLuint")] uint path, @@ -173342,9 +77090,6 @@ void PathCoordsNV( [NativeTypeName("const void *")] void* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCoordsNV")] void PathCoordsNV( @@ -173354,24 +77099,15 @@ void PathCoordsNV( [NativeTypeName("const void *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] void PathCoverDepthFuncNV([NativeTypeName("GLenum")] uint func); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathCoverDepthFuncNV")] void PathCoverDepthFuncNV( [NativeTypeName("GLenum")] Constant func ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] void PathDashArrayNV( [NativeTypeName("GLuint")] uint path, @@ -173379,9 +77115,6 @@ void PathDashArrayNV( [NativeTypeName("const GLfloat *")] float* dashArray ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] void PathDashArrayNV( @@ -173390,9 +77123,6 @@ void PathDashArrayNV( [NativeTypeName("const GLfloat *")] Ref dashArray ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathDashArrayNV")] void PathDashArrayNV( @@ -173400,19 +77130,14 @@ void PathDashArrayNV( [NativeTypeName("const GLfloat *")] float dashArray ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] void PathFogGenNV([NativeTypeName("GLenum")] uint genMode); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathFogGenNV")] void PathFogGenNV([NativeTypeName("GLenum")] Constant genMode); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] uint PathGlyphIndexArrayNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -173426,9 +77151,6 @@ uint PathGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexArrayNV")] uint PathGlyphIndexArrayNV( @@ -173443,9 +77165,6 @@ uint PathGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] uint PathGlyphIndexRangeNV( [NativeTypeName("GLenum")] uint fontTarget, @@ -173457,9 +77176,6 @@ uint PathGlyphIndexRangeNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphIndexRangeNV")] uint PathGlyphIndexRangeNV( @@ -173471,9 +77187,6 @@ uint PathGlyphIndexRangeNV( [NativeTypeName("GLuint *")] Ref baseAndCount ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] void PathGlyphRangeNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -173487,9 +77200,6 @@ void PathGlyphRangeNV( [NativeTypeName("GLfloat")] float emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphRangeNV")] void PathGlyphRangeNV( @@ -173505,9 +77215,6 @@ void PathGlyphRangeNV( [NativeTypeName("GLfloat")] float emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] void PathGlyphNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -173522,9 +77229,6 @@ void PathGlyphNV( [NativeTypeName("GLfloat")] float emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathGlyphsNV")] void PathGlyphNV( @@ -173542,9 +77246,6 @@ void PathGlyphNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] uint PathMemoryGlyphIndexArrayNV( [NativeTypeName("GLuint")] uint firstPathName, @@ -173559,9 +77260,6 @@ uint PathMemoryGlyphIndexArrayNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathMemoryGlyphIndexArrayNV")] uint PathMemoryGlyphIndexArrayNV( @@ -173576,9 +77274,6 @@ uint PathMemoryGlyphIndexArrayNV( [NativeTypeName("GLfloat")] float emScale ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] void PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -173586,9 +77281,6 @@ void PathParameterNV( [NativeTypeName("GLfloat")] float value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterfNV")] void PathParameterNV( @@ -173597,9 +77289,6 @@ void PathParameterNV( [NativeTypeName("GLfloat")] float value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] void PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -173607,9 +77296,6 @@ void PathParameterNV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterfvNV")] void PathParameterNV( @@ -173618,9 +77304,6 @@ void PathParameterNV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] void PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -173628,9 +77311,6 @@ void PathParameterNV( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameteriNV")] void PathParameterNV( @@ -173639,9 +77319,6 @@ void PathParameterNV( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] void PathParameterNV( [NativeTypeName("GLuint")] uint path, @@ -173649,9 +77326,6 @@ void PathParameterNV( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathParameterivNV")] void PathParameterNV( @@ -173660,18 +77334,12 @@ void PathParameterNV( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStencilDepthOffsetNV")] void PathStencilDepthOffsetNV( [NativeTypeName("GLfloat")] float factor, [NativeTypeName("GLfloat")] float units ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] void PathStencilFuncNV( [NativeTypeName("GLenum")] uint func, @@ -173679,9 +77347,6 @@ void PathStencilFuncNV( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathStencilFuncNV")] void PathStencilFuncNV( @@ -173690,9 +77355,6 @@ void PathStencilFuncNV( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathStringNV")] void PathStringNV( [NativeTypeName("GLuint")] uint path, @@ -173701,9 +77363,6 @@ void PathStringNV( [NativeTypeName("const void *")] void* pathString ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathStringNV")] void PathStringNV( @@ -173713,9 +77372,6 @@ void PathStringNV( [NativeTypeName("const void *")] Ref pathString ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] void PathSubCommandsNV( [NativeTypeName("GLuint")] uint path, @@ -173728,9 +77384,6 @@ void PathSubCommandsNV( [NativeTypeName("const void *")] void* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] void PathSubCommandsNV( @@ -173744,9 +77397,6 @@ void PathSubCommandsNV( [NativeTypeName("const void *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCommandsNV")] void PathSubCommandsNV( @@ -173760,9 +77410,6 @@ void PathSubCommandsNV( [NativeTypeName("const void *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] void PathSubCoordsNV( [NativeTypeName("GLuint")] uint path, @@ -173772,9 +77419,6 @@ void PathSubCoordsNV( [NativeTypeName("const void *")] void* coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathSubCoordsNV")] void PathSubCoordsNV( @@ -173785,7 +77429,6 @@ void PathSubCoordsNV( [NativeTypeName("const void *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] void PathTexGenNV( [NativeTypeName("GLenum")] uint texCoordSet, @@ -173794,7 +77437,6 @@ void PathTexGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPathTexGenNV")] void PathTexGenNV( @@ -173804,42 +77446,12 @@ void PathTexGenNV( [NativeTypeName("const GLfloat *")] Ref coeffs ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glPauseTransformFeedback")] void PauseTransformFeedback(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glPauseTransformFeedbackNV")] void PauseTransformFeedbackNV(); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] void PixelDataRangeNV( [NativeTypeName("GLenum")] uint target, @@ -173847,7 +77459,6 @@ void PixelDataRangeNV( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_NV_pixel_data_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelDataRangeNV")] void PixelDataRangeNV( @@ -173856,31 +77467,6 @@ void PixelDataRangeNV( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] void PixelMap( [NativeTypeName("GLenum")] uint map, @@ -173888,31 +77474,6 @@ void PixelMap( [NativeTypeName("const GLfloat *")] float* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] void PixelMap( @@ -173921,31 +77482,6 @@ void PixelMap( [NativeTypeName("const GLfloat *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapfv")] void PixelMap( @@ -173953,31 +77489,6 @@ void PixelMap( [NativeTypeName("const GLfloat *")] float values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] void PixelMap( [NativeTypeName("GLenum")] uint map, @@ -173985,31 +77496,6 @@ void PixelMap( [NativeTypeName("const GLuint *")] uint* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] void PixelMap( @@ -174018,31 +77504,6 @@ void PixelMap( [NativeTypeName("const GLuint *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapuiv")] void PixelMap( @@ -174050,31 +77511,6 @@ void PixelMap( [NativeTypeName("const GLuint *")] uint values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] void PixelMap( [NativeTypeName("GLenum")] uint map, @@ -174082,31 +77518,6 @@ void PixelMap( [NativeTypeName("const GLushort *")] ushort* values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] void PixelMap( @@ -174115,31 +77526,6 @@ void PixelMap( [NativeTypeName("const GLushort *")] Ref values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapusv")] void PixelMap( @@ -174147,7 +77533,6 @@ void PixelMap( [NativeTypeName("const GLushort *")] ushort values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] void PixelMapx( [NativeTypeName("GLenum")] uint map, @@ -174155,7 +77540,6 @@ void PixelMapx( [NativeTypeName("const GLfixed *")] int* values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] void PixelMapx( @@ -174164,7 +77548,6 @@ void PixelMapx( [NativeTypeName("const GLfixed *")] Ref values ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelMapx")] void PixelMapx( @@ -174172,112 +77555,12 @@ void PixelMapx( [NativeTypeName("const GLfixed *")] int values ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelStoref")] void PixelStore( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStoref")] void PixelStore( @@ -174285,121 +77568,9 @@ void PixelStore( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPixelStorei")] void PixelStore([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStorei")] void PixelStore( @@ -174407,11 +77578,9 @@ void PixelStore( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelStorex")] void PixelStorex([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelStorex")] void PixelStorex( @@ -174419,14 +77588,12 @@ void PixelStorex( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfSGIS")] void PixelTexGenParameterSGIS( @@ -174434,14 +77601,12 @@ void PixelTexGenParameterSGIS( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterfvSGIS")] void PixelTexGenParameterSGIS( @@ -174449,14 +77614,12 @@ void PixelTexGenParameterSGIS( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameteriSGIS")] void PixelTexGenParameterSGIS( @@ -174464,14 +77627,12 @@ void PixelTexGenParameterSGIS( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] void PixelTexGenParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenParameterivSGIS")] void PixelTexGenParameterSGIS( @@ -174479,71 +77640,19 @@ void PixelTexGenParameterSGIS( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_pixel_texture"])] [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] void PixelTexGenSGIX([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_SGIX_pixel_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTexGenSGIX")] void PixelTexGenSGIX([NativeTypeName("GLenum")] Constant mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] void PixelTransfer( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferf")] void PixelTransfer( @@ -174551,59 +77660,9 @@ void PixelTransfer( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] void PixelTransfer([NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferi")] void PixelTransfer( @@ -174611,14 +77670,12 @@ void PixelTransfer( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] void PixelTransferxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransferxOES")] void PixelTransferxOES( @@ -174626,7 +77683,6 @@ void PixelTransferxOES( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] void PixelTransformParameterfEXT( [NativeTypeName("GLenum")] uint target, @@ -174634,7 +77690,6 @@ void PixelTransformParameterfEXT( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfEXT")] void PixelTransformParameterfEXT( @@ -174643,7 +77698,6 @@ void PixelTransformParameterfEXT( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] void PixelTransformParameterfvEXT( [NativeTypeName("GLenum")] uint target, @@ -174651,7 +77705,6 @@ void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] void PixelTransformParameterfvEXT( @@ -174660,7 +77713,6 @@ void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterfvEXT")] void PixelTransformParameterfvEXT( @@ -174669,7 +77721,6 @@ void PixelTransformParameterfvEXT( [NativeTypeName("const GLfloat *")] float @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] void PixelTransformParameteriEXT( [NativeTypeName("GLenum")] uint target, @@ -174677,7 +77728,6 @@ void PixelTransformParameteriEXT( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameteriEXT")] void PixelTransformParameteriEXT( @@ -174686,7 +77736,6 @@ void PixelTransformParameteriEXT( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] void PixelTransformParameterivEXT( [NativeTypeName("GLenum")] uint target, @@ -174694,7 +77743,6 @@ void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] void PixelTransformParameterivEXT( @@ -174703,7 +77751,6 @@ void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_pixel_transform"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPixelTransformParameterivEXT")] void PixelTransformParameterivEXT( @@ -174712,52 +77759,24 @@ void PixelTransformParameterivEXT( [NativeTypeName("const GLint *")] int @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPixelZoom")] void PixelZoom( [NativeTypeName("GLfloat")] float xfactor, [NativeTypeName("GLfloat")] float yfactor ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPixelZoomxOES")] void PixelZoomxOES( [NativeTypeName("GLfixed")] int xfactor, [NativeTypeName("GLfixed")] int yfactor ); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] void PNTrianglesATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPNTrianglesfATI")] void PNTrianglesATI( @@ -174765,14 +77784,12 @@ void PNTrianglesATI( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] void PNTrianglesATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_ATI_pn_triangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPNTrianglesiATI")] void PNTrianglesATI( @@ -174781,9 +77798,6 @@ void PNTrianglesATI( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] uint PointAlongPathNV( [NativeTypeName("GLuint")] uint path, @@ -174797,9 +77811,6 @@ uint PointAlongPathNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointAlongPathNV")] MaybeBool PointAlongPathNV( @@ -174813,98 +77824,12 @@ MaybeBool PointAlongPathNV( [NativeTypeName("GLfloat *")] Ref tangentY ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterf")] void PointParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterf")] void PointParameter( @@ -174912,14 +77837,12 @@ void PointParameter( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] void PointParameterARB( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfARB")] void PointParameterARB( @@ -174927,14 +77850,12 @@ void PointParameterARB( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] void PointParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfEXT")] void PointParameterEXT( @@ -174942,14 +77863,12 @@ void PointParameterEXT( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] void PointParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfSGIS")] void PointParameterSGIS( @@ -174957,98 +77876,12 @@ void PointParameterSGIS( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] void PointParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfv")] void PointParameter( @@ -175056,14 +77889,12 @@ void PointParameter( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] void PointParameterARB( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvARB")] void PointParameterARB( @@ -175071,14 +77902,12 @@ void PointParameterARB( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] void PointParameterEXT( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvEXT")] void PointParameterEXT( @@ -175086,14 +77915,12 @@ void PointParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] void PointParameterSGIS( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIS_point_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterfvSGIS")] void PointParameterSGIS( @@ -175101,96 +77928,12 @@ void PointParameterSGIS( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glPointParameteri")] void PointParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteri")] void PointParameter( @@ -175198,14 +77941,12 @@ void PointParameter( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] void PointParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteriNV")] void PointParameterNV( @@ -175213,96 +77954,12 @@ void PointParameterNV( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] void PointParameter( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameteriv")] void PointParameter( @@ -175310,14 +77967,12 @@ void PointParameter( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] void PointParameterNV( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_point_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterivNV")] void PointParameterNV( @@ -175325,14 +77980,12 @@ void PointParameterNV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterx")] void PointParameterx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterx")] void PointParameterx( @@ -175340,14 +77993,12 @@ void PointParameterx( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] void PointParameterxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxOES")] void PointParameterxOES( @@ -175355,14 +78006,12 @@ void PointParameterxOES( [NativeTypeName("GLfixed")] int param1 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] void PointParameterx( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxv")] void PointParameterx( @@ -175370,16 +78019,12 @@ void PointParameterx( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] void PointParameterxOES( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointParameterxvOES")] void PointParameterxOES( @@ -175387,61 +78032,9 @@ void PointParameterxOES( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPointSize")] void PointSize([NativeTypeName("GLfloat")] float size); - [SupportedApiProfile("gles1", ["GL_OES_point_size_array"])] [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] void PointSizePointerOES( [NativeTypeName("GLenum")] uint type, @@ -175449,7 +78042,6 @@ void PointSizePointerOES( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gles1", ["GL_OES_point_size_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPointSizePointerOES")] void PointSizePointerOES( @@ -175458,140 +78050,33 @@ void PointSizePointerOES( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPointSizex")] void PointSizex([NativeTypeName("GLfixed")] int size); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPointSizexOES")] void PointSizexOES([NativeTypeName("GLfixed")] int size); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] int PollAsyncSGIX([NativeTypeName("GLuint *")] uint* markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_async"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPollAsyncSGIX")] int PollAsyncSGIX([NativeTypeName("GLuint *")] Ref markerp); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] int PollInstrumentsSGIX([NativeTypeName("GLint *")] int* marker_p); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPollInstrumentsSGIX")] int PollInstrumentsSGIX([NativeTypeName("GLint *")] Ref marker_p); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPolygonMode")] void PolygonMode([NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonMode")] void PolygonMode( @@ -175599,11 +78084,9 @@ void PolygonMode( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gles2", ["GL_NV_polygon_mode"])] [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] void PolygonModeNV([NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gles2", ["GL_NV_polygon_mode"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonModeNV")] void PolygonModeNV( @@ -175611,76 +78094,12 @@ void PolygonModeNV( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glPolygonOffset")] void PolygonOffset( [NativeTypeName("GLfloat")] float factor, [NativeTypeName("GLfloat")] float units ); - [SupportedApiProfile( - "gl", - ["GL_ARB_polygon_offset_clamp", "GL_VERSION_4_6"], - MinVersion = "4.6" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_polygon_offset_clamp", "GL_VERSION_4_6"], - MinVersion = "4.6" - )] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetClamp")] void PolygonOffsetClamp( [NativeTypeName("GLfloat")] float factor, @@ -175688,9 +78107,6 @@ void PolygonOffsetClamp( [NativeTypeName("GLfloat")] float clamp ); - [SupportedApiProfile("gl", ["GL_EXT_polygon_offset_clamp"])] - [SupportedApiProfile("glcore", ["GL_EXT_polygon_offset_clamp"])] - [SupportedApiProfile("gles2", ["GL_EXT_polygon_offset_clamp"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetClampEXT")] void PolygonOffsetClampEXT( [NativeTypeName("GLfloat")] float factor, @@ -175698,222 +78114,52 @@ void PolygonOffsetClampEXT( [NativeTypeName("GLfloat")] float clamp ); - [SupportedApiProfile("gl", ["GL_EXT_polygon_offset"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetEXT")] void PolygonOffsetEXT( [NativeTypeName("GLfloat")] float factor, [NativeTypeName("GLfloat")] float bias ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetx")] void PolygonOffsetx( [NativeTypeName("GLfixed")] int factor, [NativeTypeName("GLfixed")] int units ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPolygonOffsetxOES")] void PolygonOffsetxOES( [NativeTypeName("GLfixed")] int factor, [NativeTypeName("GLfixed")] int units ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] void PolygonStipple([NativeTypeName("const GLubyte *")] byte* mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPolygonStipple")] void PolygonStipple([NativeTypeName("const GLubyte *")] Ref mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPopAttrib")] void PopAttrib(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPopClientAttrib")] void PopClientAttrib(); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glPopDebugGroup")] void PopDebugGroup(); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glPopDebugGroupKHR")] void PopDebugGroupKHR(); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glPopGroupMarkerEXT")] void PopGroupMarkerEXT(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPopMatrix")] void PopMatrix(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPopName")] void PopName(); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glPresentFrameDualFillNV")] void PresentFrameDualFillNV( [NativeTypeName("GLuint")] uint video_slot, @@ -175931,7 +78177,6 @@ void PresentFrameDualFillNV( [NativeTypeName("GLuint")] uint fill3 ); - [SupportedApiProfile("gl", ["GL_NV_present_video"])] [NativeFunction("opengl", EntryPoint = "glPresentFrameKeyedNV")] void PresentFrameKeyeNV( [NativeTypeName("GLuint")] uint video_slot, @@ -175947,8 +78192,6 @@ void PresentFrameKeyeNV( [NativeTypeName("GLuint")] uint key1 ); - [SupportedApiProfile("gl", ["GL_ARB_ES3_2_compatibility"])] - [SupportedApiProfile("glcore", ["GL_ARB_ES3_2_compatibility"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxARB")] void PrimitiveBoundingBoxARB( [NativeTypeName("GLfloat")] float minX, @@ -175961,7 +78204,6 @@ void PrimitiveBoundingBoxARB( [NativeTypeName("GLfloat")] float maxW ); - [SupportedApiProfile("gles2", ["GL_EXT_primitive_bounding_box"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxEXT")] void PrimitiveBoundingBoxEXT( [NativeTypeName("GLfloat")] float minX, @@ -175974,7 +78216,6 @@ void PrimitiveBoundingBoxEXT( [NativeTypeName("GLfloat")] float maxW ); - [SupportedApiProfile("gles2", ["GL_OES_primitive_bounding_box"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveBoundingBoxOES")] void PrimitiveBoundingBoxOES( [NativeTypeName("GLfloat")] float minX, @@ -175987,73 +78228,15 @@ void PrimitiveBoundingBoxOES( [NativeTypeName("GLfloat")] float maxW ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartIndex")] void PrimitiveRestartIndex([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gl", ["GL_NV_primitive_restart"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartIndexNV")] void PrimitiveRestartIndexNV([NativeTypeName("GLuint")] uint index); - [SupportedApiProfile("gl", ["GL_NV_primitive_restart"])] [NativeFunction("opengl", EntryPoint = "glPrimitiveRestartNV")] void PrimitiveRestartNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] void PrioritizeTextures( [NativeTypeName("GLsizei")] uint n, @@ -176061,30 +78244,6 @@ void PrioritizeTextures( [NativeTypeName("const GLfloat *")] float* priorities ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTextures")] void PrioritizeTextures( @@ -176093,7 +78252,6 @@ void PrioritizeTextures( [NativeTypeName("const GLfloat *")] Ref priorities ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] void PrioritizeTexturesEXT( [NativeTypeName("GLsizei")] uint n, @@ -176101,7 +78259,6 @@ void PrioritizeTexturesEXT( [NativeTypeName("const GLclampf *")] float* priorities ); - [SupportedApiProfile("gl", ["GL_EXT_texture_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesEXT")] void PrioritizeTexturesEXT( @@ -176110,7 +78267,6 @@ void PrioritizeTexturesEXT( [NativeTypeName("const GLclampf *")] Ref priorities ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] void PrioritizeTexturesxOES( [NativeTypeName("GLsizei")] uint n, @@ -176118,7 +78274,6 @@ void PrioritizeTexturesxOES( [NativeTypeName("const GLfixed *")] int* priorities ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPrioritizeTexturesxOES")] void PrioritizeTexturesxOES( @@ -176127,32 +78282,6 @@ void PrioritizeTexturesxOES( [NativeTypeName("const GLfixed *")] Ref priorities ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramBinary")] void ProgramBinary( [NativeTypeName("GLuint")] uint program, @@ -176161,32 +78290,6 @@ void ProgramBinary( [NativeTypeName("GLsizei")] uint length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBinary")] void ProgramBinary( @@ -176196,7 +78299,6 @@ void ProgramBinary( [NativeTypeName("GLsizei")] uint length ); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] void ProgramBinaryOES( [NativeTypeName("GLuint")] uint program, @@ -176205,7 +78307,6 @@ void ProgramBinaryOES( [NativeTypeName("GLint")] int length ); - [SupportedApiProfile("gles2", ["GL_OES_get_program_binary"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBinaryOES")] void ProgramBinaryOES( @@ -176215,7 +78316,6 @@ void ProgramBinaryOES( [NativeTypeName("GLint")] int length ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] void ProgramBufferParametersNV( [NativeTypeName("GLenum")] uint target, @@ -176225,7 +78325,6 @@ void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] void ProgramBufferParametersNV( @@ -176236,7 +78335,6 @@ void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersfvNV")] void ProgramBufferParametersNV( @@ -176246,7 +78344,6 @@ void ProgramBufferParametersNV( [NativeTypeName("const GLfloat *")] float @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] void ProgramBufferParametersINV( [NativeTypeName("GLenum")] uint target, @@ -176256,7 +78353,6 @@ void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] void ProgramBufferParametersINV( @@ -176267,7 +78363,6 @@ void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIivNV")] void ProgramBufferParametersINV( @@ -176277,7 +78372,6 @@ void ProgramBufferParametersINV( [NativeTypeName("const GLint *")] int @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] void ProgramBufferParametersINV( [NativeTypeName("GLenum")] uint target, @@ -176287,7 +78381,6 @@ void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] void ProgramBufferParametersINV( @@ -176298,7 +78391,6 @@ void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_parameter_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramBufferParametersIuivNV")] void ProgramBufferParametersINV( @@ -176308,7 +78400,6 @@ void ProgramBufferParametersINV( [NativeTypeName("const GLuint *")] uint @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] void ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -176319,7 +78410,6 @@ void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dARB")] void ProgramEnvParameter4ARB( @@ -176331,7 +78421,6 @@ void ProgramEnvParameter4ARB( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] void ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -176339,7 +78428,6 @@ void ProgramEnvParameter4ARB( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4dvARB")] void ProgramEnvParameter4ARB( @@ -176348,7 +78436,6 @@ void ProgramEnvParameter4ARB( [NativeTypeName("const GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] void ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -176359,7 +78446,6 @@ void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fARB")] void ProgramEnvParameter4ARB( @@ -176371,7 +78457,6 @@ void ProgramEnvParameter4ARB( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] void ProgramEnvParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -176379,7 +78464,6 @@ void ProgramEnvParameter4ARB( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameter4fvARB")] void ProgramEnvParameter4ARB( @@ -176388,7 +78472,6 @@ void ProgramEnvParameter4ARB( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] void ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -176399,7 +78482,6 @@ void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4iNV")] void ProgramEnvParameterI4NV( @@ -176411,7 +78493,6 @@ void ProgramEnvParameterI4NV( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] void ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -176419,7 +78500,6 @@ void ProgramEnvParameterI4NV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4ivNV")] void ProgramEnvParameterI4NV( @@ -176428,7 +78508,6 @@ void ProgramEnvParameterI4NV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] void ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -176439,7 +78518,6 @@ void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uiNV")] void ProgramEnvParameterI4NV( @@ -176451,7 +78529,6 @@ void ProgramEnvParameterI4NV( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] void ProgramEnvParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -176459,7 +78536,6 @@ void ProgramEnvParameterI4NV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameterI4uivNV")] void ProgramEnvParameterI4NV( @@ -176468,7 +78544,6 @@ void ProgramEnvParameterI4NV( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] void ProgramEnvParameters4EXT( [NativeTypeName("GLenum")] uint target, @@ -176477,7 +78552,6 @@ void ProgramEnvParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParameters4fvEXT")] void ProgramEnvParameters4EXT( @@ -176487,7 +78561,6 @@ void ProgramEnvParameters4EXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] void ProgramEnvParametersI4NV( [NativeTypeName("GLenum")] uint target, @@ -176496,7 +78569,6 @@ void ProgramEnvParametersI4NV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4ivNV")] void ProgramEnvParametersI4NV( @@ -176506,7 +78578,6 @@ void ProgramEnvParametersI4NV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] void ProgramEnvParametersI4NV( [NativeTypeName("GLenum")] uint target, @@ -176515,7 +78586,6 @@ void ProgramEnvParametersI4NV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramEnvParametersI4uivNV")] void ProgramEnvParametersI4NV( @@ -176525,7 +78595,6 @@ void ProgramEnvParametersI4NV( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] void ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -176536,7 +78605,6 @@ void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dARB")] void ProgramLocalParameter4ARB( @@ -176548,7 +78616,6 @@ void ProgramLocalParameter4ARB( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] void ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -176556,7 +78623,6 @@ void ProgramLocalParameter4ARB( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4dvARB")] void ProgramLocalParameter4ARB( @@ -176565,7 +78631,6 @@ void ProgramLocalParameter4ARB( [NativeTypeName("const GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] void ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -176576,7 +78641,6 @@ void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fARB")] void ProgramLocalParameter4ARB( @@ -176588,7 +78652,6 @@ void ProgramLocalParameter4ARB( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] void ProgramLocalParameter4ARB( [NativeTypeName("GLenum")] uint target, @@ -176596,7 +78659,6 @@ void ProgramLocalParameter4ARB( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameter4fvARB")] void ProgramLocalParameter4ARB( @@ -176605,7 +78667,6 @@ void ProgramLocalParameter4ARB( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] void ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -176616,7 +78677,6 @@ void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4iNV")] void ProgramLocalParameterI4NV( @@ -176628,7 +78688,6 @@ void ProgramLocalParameterI4NV( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] void ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -176636,7 +78695,6 @@ void ProgramLocalParameterI4NV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4ivNV")] void ProgramLocalParameterI4NV( @@ -176645,7 +78703,6 @@ void ProgramLocalParameterI4NV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] void ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -176656,7 +78713,6 @@ void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uiNV")] void ProgramLocalParameterI4NV( @@ -176668,7 +78724,6 @@ void ProgramLocalParameterI4NV( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] void ProgramLocalParameterI4NV( [NativeTypeName("GLenum")] uint target, @@ -176676,7 +78731,6 @@ void ProgramLocalParameterI4NV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameterI4uivNV")] void ProgramLocalParameterI4NV( @@ -176685,7 +78739,6 @@ void ProgramLocalParameterI4NV( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] void ProgramLocalParameters4EXT( [NativeTypeName("GLenum")] uint target, @@ -176694,7 +78747,6 @@ void ProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_program_parameters"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParameters4fvEXT")] void ProgramLocalParameters4EXT( @@ -176704,7 +78756,6 @@ void ProgramLocalParameters4EXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] void ProgramLocalParametersI4NV( [NativeTypeName("GLenum")] uint target, @@ -176713,7 +78764,6 @@ void ProgramLocalParametersI4NV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4ivNV")] void ProgramLocalParametersI4NV( @@ -176723,7 +78773,6 @@ void ProgramLocalParametersI4NV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] void ProgramLocalParametersI4NV( [NativeTypeName("GLenum")] uint target, @@ -176732,7 +78781,6 @@ void ProgramLocalParametersI4NV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramLocalParametersI4uivNV")] void ProgramLocalParametersI4NV( @@ -176742,7 +78790,6 @@ void ProgramLocalParametersI4NV( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] void ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -176754,7 +78801,6 @@ void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] void ProgramNamedParameter4NV( @@ -176767,7 +78813,6 @@ void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dNV")] void ProgramNamedParameter4NV( @@ -176780,7 +78825,6 @@ void ProgramNamedParameter4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] void ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -176789,7 +78833,6 @@ void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] void ProgramNamedParameter4NV( @@ -176799,7 +78842,6 @@ void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4dvNV")] void ProgramNamedParameter4NV( @@ -176809,7 +78851,6 @@ void ProgramNamedParameter4NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] void ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -176821,7 +78862,6 @@ void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] void ProgramNamedParameter4NV( @@ -176834,7 +78874,6 @@ void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fNV")] void ProgramNamedParameter4NV( @@ -176847,7 +78886,6 @@ void ProgramNamedParameter4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] void ProgramNamedParameter4NV( [NativeTypeName("GLuint")] uint id, @@ -176856,7 +78894,6 @@ void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] void ProgramNamedParameter4NV( @@ -176866,7 +78903,6 @@ void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_fragment_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramNamedParameter4fvNV")] void ProgramNamedParameter4NV( @@ -176876,7 +78912,6 @@ void ProgramNamedParameter4NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] void ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, @@ -176887,7 +78922,6 @@ void ProgramParameter4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dNV")] void ProgramParameter4NV( @@ -176899,7 +78933,6 @@ void ProgramParameter4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] void ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, @@ -176907,7 +78940,6 @@ void ProgramParameter4NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4dvNV")] void ProgramParameter4NV( @@ -176916,7 +78948,6 @@ void ProgramParameter4NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] void ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, @@ -176927,7 +78958,6 @@ void ProgramParameter4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fNV")] void ProgramParameter4NV( @@ -176939,7 +78969,6 @@ void ProgramParameter4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] void ProgramParameter4NV( [NativeTypeName("GLenum")] uint target, @@ -176947,7 +78976,6 @@ void ProgramParameter4NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameter4fvNV")] void ProgramParameter4NV( @@ -176956,34 +78984,6 @@ void ProgramParameter4NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] void ProgramParameter( [NativeTypeName("GLuint")] uint program, @@ -176991,34 +78991,6 @@ void ProgramParameter( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_get_program_binary", - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteri")] void ProgramParameter( @@ -177027,8 +78999,6 @@ void ProgramParameter( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] void ProgramParameterARB( [NativeTypeName("GLuint")] uint program, @@ -177036,8 +79006,6 @@ void ProgramParameterARB( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_ARB_geometry_shader4"])] - [SupportedApiProfile("glcore", ["GL_ARB_geometry_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteriARB")] void ProgramParameterARB( @@ -177046,8 +79014,6 @@ void ProgramParameterARB( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_EXT_geometry_shader4", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] void ProgramParameterEXT( [NativeTypeName("GLuint")] uint program, @@ -177055,8 +79021,6 @@ void ProgramParameterEXT( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_EXT_geometry_shader4", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameteriEXT")] void ProgramParameterEXT( @@ -177065,7 +79029,6 @@ void ProgramParameterEXT( [NativeTypeName("GLint")] int value ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] void ProgramParameters4NV( [NativeTypeName("GLenum")] uint target, @@ -177074,7 +79037,6 @@ void ProgramParameters4NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameters4dvNV")] void ProgramParameters4NV( @@ -177084,7 +79046,6 @@ void ProgramParameters4NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] void ProgramParameters4NV( [NativeTypeName("GLenum")] uint target, @@ -177093,7 +79054,6 @@ void ProgramParameters4NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramParameters4fvNV")] void ProgramParameters4NV( @@ -177103,9 +79063,6 @@ void ProgramParameters4NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] void ProgramPathFragmentInputGenNV( [NativeTypeName("GLuint")] uint program, @@ -177115,9 +79072,6 @@ void ProgramPathFragmentInputGenNV( [NativeTypeName("const GLfloat *")] float* coeffs ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramPathFragmentInputGenNV")] void ProgramPathFragmentInputGenNV( @@ -177128,7 +79082,6 @@ void ProgramPathFragmentInputGenNV( [NativeTypeName("const GLfloat *")] Ref coeffs ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] void ProgramStringARB( [NativeTypeName("GLenum")] uint target, @@ -177137,7 +79090,6 @@ void ProgramStringARB( [NativeTypeName("const void *")] void* @string ); - [SupportedApiProfile("gl", ["GL_ARB_fragment_program", "GL_ARB_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramStringARB")] void ProgramStringARB( @@ -177147,7 +79099,6 @@ void ProgramStringARB( [NativeTypeName("const void *")] Ref @string ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] void ProgramSubroutineParametersNV( [NativeTypeName("GLenum")] uint target, @@ -177155,7 +79106,6 @@ void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] void ProgramSubroutineParametersNV( @@ -177164,7 +79114,6 @@ void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_gpu_program5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramSubroutineParametersuivNV")] void ProgramSubroutineParametersNV( @@ -177172,409 +79121,141 @@ void ProgramSubroutineParametersNV( [NativeTypeName("const GLuint *")] uint @params ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1d")] - void ProgramUniform1D( + void ProgramUniform1d( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double v0 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dEXT")] - void ProgramUniform1DEXT( + void ProgramUniform1dEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] - void ProgramUniform1Dv( + void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] - void ProgramUniform1Dv( + void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dv")] - void ProgramUniform1Dv( + void ProgramUniform1dv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] - void ProgramUniform1DvEXT( + void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] - void ProgramUniform1DvEXT( + void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1dvEXT")] - void ProgramUniform1DvEXT( + void ProgramUniform1dvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLdouble *")] double value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1f")] - void ProgramUniform1F( + void ProgramUniform1f( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fEXT")] - void ProgramUniform1FEXT( + void ProgramUniform1fEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] - void ProgramUniform1Fv( + void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] - void ProgramUniform1Fv( + void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fv")] - void ProgramUniform1Fv( + void ProgramUniform1fv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] - void ProgramUniform1FvEXT( + void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] - void ProgramUniform1FvEXT( + void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1fvEXT")] - void ProgramUniform1FvEXT( + void ProgramUniform1fvEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLfloat *")] float value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i")] - void ProgramUniform1I( + void ProgramUniform1i( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64ARB")] void ProgramUniform1ARB( [NativeTypeName("GLuint")] uint program, @@ -177582,9 +79263,6 @@ void ProgramUniform1ARB( [NativeTypeName("GLint64")] long x ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64NV")] void ProgramUniform1NV( [NativeTypeName("GLuint")] uint program, @@ -177592,532 +79270,241 @@ void ProgramUniform1NV( [NativeTypeName("GLint64EXT")] long x ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] - void ProgramUniform1I64VARB( + void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] - void ProgramUniform1I64VARB( + void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vARB")] - void ProgramUniform1I64VARB( + void ProgramUniform1i64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64 *")] long value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] - void ProgramUniform1I64VNV( + void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] - void ProgramUniform1I64VNV( + void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1i64vNV")] - void ProgramUniform1I64VNV( + void ProgramUniform1i64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint64EXT *")] long value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iEXT")] - void ProgramUniform1IEXT( + void ProgramUniform1iEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] - void ProgramUniform1Iv( + void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] - void ProgramUniform1Iv( + void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1iv")] - void ProgramUniform1Iv( + void ProgramUniform1iv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] - void ProgramUniform1IvEXT( + void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] - void ProgramUniform1IvEXT( + void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ivEXT")] - void ProgramUniform1IvEXT( + void ProgramUniform1ivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLint *")] int value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui")] - void ProgramUniform1Ui( + void ProgramUniform1ui( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64ARB")] - void ProgramUniform1Ui64ARB( + void ProgramUniform1ui64ARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64NV")] - void ProgramUniform1Ui64NV( + void ProgramUniform1ui64NV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] - void ProgramUniform1Ui64VARB( + void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] - void ProgramUniform1Ui64VARB( + void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vARB")] - void ProgramUniform1Ui64VARB( + void ProgramUniform1ui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] - void ProgramUniform1Ui64VNV( + void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] - void ProgramUniform1Ui64VNV( + void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1ui64vNV")] - void ProgramUniform1Ui64VNV( + void ProgramUniform1ui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiEXT")] - void ProgramUniform1UiEXT( + void ProgramUniform1uiEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] - void ProgramUniform1Uiv( + void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] - void ProgramUniform1Uiv( + void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uiv")] - void ProgramUniform1Uiv( + void ProgramUniform1uiv( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] - void ProgramUniform1UivEXT( + void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] - void ProgramUniform1UivEXT( + void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform1uivEXT")] - void ProgramUniform1UivEXT( + void ProgramUniform1uivEXT( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2d")] void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -178126,8 +79513,6 @@ void ProgramUniform2( [NativeTypeName("GLdouble")] double v1 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dEXT")] void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -178136,32 +79521,6 @@ void ProgramUniform2EXT( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -178170,32 +79529,6 @@ void ProgramUniform2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dv")] void ProgramUniform2( @@ -178205,8 +79538,6 @@ void ProgramUniform2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -178215,8 +79546,6 @@ void ProgramUniform2EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2dvEXT")] void ProgramUniform2EXT( @@ -178226,32 +79555,6 @@ void ProgramUniform2EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2f")] void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -178260,12 +79563,6 @@ void ProgramUniform2( [NativeTypeName("GLfloat")] float v1 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fEXT")] void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -178274,32 +79571,6 @@ void ProgramUniform2EXT( [NativeTypeName("GLfloat")] float v1 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -178308,32 +79579,6 @@ void ProgramUniform2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fv")] void ProgramUniform2( @@ -178343,12 +79588,6 @@ void ProgramUniform2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -178357,12 +79596,6 @@ void ProgramUniform2EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2fvEXT")] void ProgramUniform2EXT( @@ -178372,32 +79605,6 @@ void ProgramUniform2EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i")] void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -178406,8 +79613,6 @@ void ProgramUniform2( [NativeTypeName("GLint")] int v1 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64ARB")] void ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -178416,9 +79621,6 @@ void ProgramUniform2ARB( [NativeTypeName("GLint64")] long y ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64NV")] void ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -178427,8 +79629,6 @@ void ProgramUniform2NV( [NativeTypeName("GLint64EXT")] long y ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] void ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -178437,8 +79637,6 @@ void ProgramUniform2ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vARB")] void ProgramUniform2ARB( @@ -178448,9 +79646,6 @@ void ProgramUniform2ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] void ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -178459,9 +79654,6 @@ void ProgramUniform2NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2i64vNV")] void ProgramUniform2NV( @@ -178471,12 +79663,6 @@ void ProgramUniform2NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iEXT")] void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -178485,32 +79671,6 @@ void ProgramUniform2EXT( [NativeTypeName("GLint")] int v1 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -178519,32 +79679,6 @@ void ProgramUniform2( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2iv")] void ProgramUniform2( @@ -178554,12 +79688,6 @@ void ProgramUniform2( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -178568,12 +79696,6 @@ void ProgramUniform2EXT( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ivEXT")] void ProgramUniform2EXT( @@ -178583,32 +79705,6 @@ void ProgramUniform2EXT( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui")] void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -178617,8 +79713,6 @@ void ProgramUniform2( [NativeTypeName("GLuint")] uint v1 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64ARB")] void ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -178627,9 +79721,6 @@ void ProgramUniform2ARB( [NativeTypeName("GLuint64")] ulong y ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64NV")] void ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -178638,8 +79729,6 @@ void ProgramUniform2NV( [NativeTypeName("GLuint64EXT")] ulong y ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] void ProgramUniform2ARB( [NativeTypeName("GLuint")] uint program, @@ -178648,8 +79737,6 @@ void ProgramUniform2ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vARB")] void ProgramUniform2ARB( @@ -178659,9 +79746,6 @@ void ProgramUniform2ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] void ProgramUniform2NV( [NativeTypeName("GLuint")] uint program, @@ -178670,9 +79754,6 @@ void ProgramUniform2NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2ui64vNV")] void ProgramUniform2NV( @@ -178682,12 +79763,6 @@ void ProgramUniform2NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiEXT")] void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -178696,32 +79771,6 @@ void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint v1 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] void ProgramUniform2( [NativeTypeName("GLuint")] uint program, @@ -178730,32 +79779,6 @@ void ProgramUniform2( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uiv")] void ProgramUniform2( @@ -178765,12 +79788,6 @@ void ProgramUniform2( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] void ProgramUniform2EXT( [NativeTypeName("GLuint")] uint program, @@ -178779,12 +79796,6 @@ void ProgramUniform2EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform2uivEXT")] void ProgramUniform2EXT( @@ -178794,32 +79805,6 @@ void ProgramUniform2EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3d")] void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -178829,8 +79814,6 @@ void ProgramUniform3( [NativeTypeName("GLdouble")] double v2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dEXT")] void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -178840,32 +79823,6 @@ void ProgramUniform3EXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -178874,32 +79831,6 @@ void ProgramUniform3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dv")] void ProgramUniform3( @@ -178909,8 +79840,6 @@ void ProgramUniform3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -178919,8 +79848,6 @@ void ProgramUniform3EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3dvEXT")] void ProgramUniform3EXT( @@ -178930,32 +79857,6 @@ void ProgramUniform3EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3f")] void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -178965,12 +79866,6 @@ void ProgramUniform3( [NativeTypeName("GLfloat")] float v2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fEXT")] void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -178980,32 +79875,6 @@ void ProgramUniform3EXT( [NativeTypeName("GLfloat")] float v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -179014,32 +79883,6 @@ void ProgramUniform3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fv")] void ProgramUniform3( @@ -179049,12 +79892,6 @@ void ProgramUniform3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -179063,12 +79900,6 @@ void ProgramUniform3EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3fvEXT")] void ProgramUniform3EXT( @@ -179078,32 +79909,6 @@ void ProgramUniform3EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i")] void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -179113,8 +79918,6 @@ void ProgramUniform3( [NativeTypeName("GLint")] int v2 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64ARB")] void ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -179124,9 +79927,6 @@ void ProgramUniform3ARB( [NativeTypeName("GLint64")] long z ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64NV")] void ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -179136,8 +79936,6 @@ void ProgramUniform3NV( [NativeTypeName("GLint64EXT")] long z ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] void ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -179146,8 +79944,6 @@ void ProgramUniform3ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vARB")] void ProgramUniform3ARB( @@ -179157,9 +79953,6 @@ void ProgramUniform3ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] void ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -179168,9 +79961,6 @@ void ProgramUniform3NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3i64vNV")] void ProgramUniform3NV( @@ -179180,12 +79970,6 @@ void ProgramUniform3NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iEXT")] void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -179195,32 +79979,6 @@ void ProgramUniform3EXT( [NativeTypeName("GLint")] int v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -179229,32 +79987,6 @@ void ProgramUniform3( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3iv")] void ProgramUniform3( @@ -179264,12 +79996,6 @@ void ProgramUniform3( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -179278,12 +80004,6 @@ void ProgramUniform3EXT( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ivEXT")] void ProgramUniform3EXT( @@ -179293,32 +80013,6 @@ void ProgramUniform3EXT( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui")] void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -179328,8 +80022,6 @@ void ProgramUniform3( [NativeTypeName("GLuint")] uint v2 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64ARB")] void ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -179339,9 +80031,6 @@ void ProgramUniform3ARB( [NativeTypeName("GLuint64")] ulong z ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64NV")] void ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -179351,8 +80040,6 @@ void ProgramUniform3NV( [NativeTypeName("GLuint64EXT")] ulong z ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] void ProgramUniform3ARB( [NativeTypeName("GLuint")] uint program, @@ -179361,8 +80048,6 @@ void ProgramUniform3ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vARB")] void ProgramUniform3ARB( @@ -179372,9 +80057,6 @@ void ProgramUniform3ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] void ProgramUniform3NV( [NativeTypeName("GLuint")] uint program, @@ -179383,9 +80065,6 @@ void ProgramUniform3NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3ui64vNV")] void ProgramUniform3NV( @@ -179395,12 +80074,6 @@ void ProgramUniform3NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiEXT")] void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -179410,32 +80083,6 @@ void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] void ProgramUniform3( [NativeTypeName("GLuint")] uint program, @@ -179444,32 +80091,6 @@ void ProgramUniform3( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uiv")] void ProgramUniform3( @@ -179479,12 +80100,6 @@ void ProgramUniform3( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] void ProgramUniform3EXT( [NativeTypeName("GLuint")] uint program, @@ -179493,12 +80108,6 @@ void ProgramUniform3EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform3uivEXT")] void ProgramUniform3EXT( @@ -179508,32 +80117,6 @@ void ProgramUniform3EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4d")] void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -179544,8 +80127,6 @@ void ProgramUniform4( [NativeTypeName("GLdouble")] double v3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dEXT")] void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -179556,32 +80137,6 @@ void ProgramUniform4EXT( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -179590,32 +80145,6 @@ void ProgramUniform4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dv")] void ProgramUniform4( @@ -179625,8 +80154,6 @@ void ProgramUniform4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -179635,8 +80162,6 @@ void ProgramUniform4EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4dvEXT")] void ProgramUniform4EXT( @@ -179646,32 +80171,6 @@ void ProgramUniform4EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4f")] void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -179682,12 +80181,6 @@ void ProgramUniform4( [NativeTypeName("GLfloat")] float v3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fEXT")] void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -179698,32 +80191,6 @@ void ProgramUniform4EXT( [NativeTypeName("GLfloat")] float v3 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -179732,32 +80199,6 @@ void ProgramUniform4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fv")] void ProgramUniform4( @@ -179767,12 +80208,6 @@ void ProgramUniform4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -179781,12 +80216,6 @@ void ProgramUniform4EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4fvEXT")] void ProgramUniform4EXT( @@ -179796,32 +80225,6 @@ void ProgramUniform4EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i")] void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -179832,8 +80235,6 @@ void ProgramUniform4( [NativeTypeName("GLint")] int v3 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64ARB")] void ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -179844,9 +80245,6 @@ void ProgramUniform4ARB( [NativeTypeName("GLint64")] long w ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64NV")] void ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -179857,8 +80255,6 @@ void ProgramUniform4NV( [NativeTypeName("GLint64EXT")] long w ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] void ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -179867,8 +80263,6 @@ void ProgramUniform4ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vARB")] void ProgramUniform4ARB( @@ -179878,9 +80272,6 @@ void ProgramUniform4ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] void ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -179889,9 +80280,6 @@ void ProgramUniform4NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4i64vNV")] void ProgramUniform4NV( @@ -179901,12 +80289,6 @@ void ProgramUniform4NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iEXT")] void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -179917,32 +80299,6 @@ void ProgramUniform4EXT( [NativeTypeName("GLint")] int v3 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -179951,32 +80307,6 @@ void ProgramUniform4( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4iv")] void ProgramUniform4( @@ -179986,12 +80316,6 @@ void ProgramUniform4( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -180000,12 +80324,6 @@ void ProgramUniform4EXT( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ivEXT")] void ProgramUniform4EXT( @@ -180015,32 +80333,6 @@ void ProgramUniform4EXT( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui")] void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -180051,8 +80343,6 @@ void ProgramUniform4( [NativeTypeName("GLuint")] uint v3 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64ARB")] void ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -180063,9 +80353,6 @@ void ProgramUniform4ARB( [NativeTypeName("GLuint64")] ulong w ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64NV")] void ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -180076,8 +80363,6 @@ void ProgramUniform4NV( [NativeTypeName("GLuint64EXT")] ulong w ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] void ProgramUniform4ARB( [NativeTypeName("GLuint")] uint program, @@ -180086,8 +80371,6 @@ void ProgramUniform4ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vARB")] void ProgramUniform4ARB( @@ -180097,9 +80380,6 @@ void ProgramUniform4ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] void ProgramUniform4NV( [NativeTypeName("GLuint")] uint program, @@ -180108,9 +80388,6 @@ void ProgramUniform4NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4ui64vNV")] void ProgramUniform4NV( @@ -180120,12 +80397,6 @@ void ProgramUniform4NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiEXT")] void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -180136,32 +80407,6 @@ void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint v3 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] void ProgramUniform4( [NativeTypeName("GLuint")] uint program, @@ -180170,32 +80415,6 @@ void ProgramUniform4( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uiv")] void ProgramUniform4( @@ -180205,12 +80424,6 @@ void ProgramUniform4( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] void ProgramUniform4EXT( [NativeTypeName("GLuint")] uint program, @@ -180219,12 +80432,6 @@ void ProgramUniform4EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniform4uivEXT")] void ProgramUniform4EXT( @@ -180234,8 +80441,6 @@ void ProgramUniform4EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64ARB")] void ProgramUniformHandleARB( [NativeTypeName("GLuint")] uint program, @@ -180243,7 +80448,6 @@ void ProgramUniformHandleARB( [NativeTypeName("GLuint64")] ulong value ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64IMG")] void ProgramUniformHandleIMG( [NativeTypeName("GLuint")] uint program, @@ -180251,9 +80455,6 @@ void ProgramUniformHandleIMG( [NativeTypeName("GLuint64")] ulong value ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64NV")] void ProgramUniformHandleNV( [NativeTypeName("GLuint")] uint program, @@ -180261,125 +80462,81 @@ void ProgramUniformHandleNV( [NativeTypeName("GLuint64")] ulong value ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] - void ProgramUniformHandleui64VARB( + void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] - void ProgramUniformHandleui64VARB( + void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref values ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vARB")] - void ProgramUniformHandleui64VARB( + void ProgramUniformHandleui64vARB( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] - void ProgramUniformHandleui64VIMG( + void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] - void ProgramUniformHandleui64VIMG( + void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref values ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vIMG")] - void ProgramUniformHandleui64VIMG( + void ProgramUniformHandleui64vIMG( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] - void ProgramUniformHandleui64VNV( + void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* values ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] - void ProgramUniformHandleui64VNV( + void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref values ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformHandleui64vNV")] - void ProgramUniformHandleui64VNV( + void ProgramUniformHandleui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong values ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] void ProgramUniformMatrix2( [NativeTypeName("GLuint")] uint program, @@ -180389,32 +80546,6 @@ void ProgramUniformMatrix2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dv")] void ProgramUniformMatrix2( @@ -180425,8 +80556,6 @@ void ProgramUniformMatrix2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] void ProgramUniformMatrix2EXT( [NativeTypeName("GLuint")] uint program, @@ -180436,8 +80565,6 @@ void ProgramUniformMatrix2EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2dvEXT")] void ProgramUniformMatrix2EXT( @@ -180448,32 +80575,6 @@ void ProgramUniformMatrix2EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] void ProgramUniformMatrix2( [NativeTypeName("GLuint")] uint program, @@ -180483,32 +80584,6 @@ void ProgramUniformMatrix2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fv")] void ProgramUniformMatrix2( @@ -180519,12 +80594,6 @@ void ProgramUniformMatrix2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] void ProgramUniformMatrix2EXT( [NativeTypeName("GLuint")] uint program, @@ -180534,12 +80603,6 @@ void ProgramUniformMatrix2EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2fvEXT")] void ProgramUniformMatrix2EXT( @@ -180550,32 +80613,6 @@ void ProgramUniformMatrix2EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] void ProgramUniformMatrix2X3( [NativeTypeName("GLuint")] uint program, @@ -180585,32 +80622,6 @@ void ProgramUniformMatrix2X3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dv")] void ProgramUniformMatrix2X3( @@ -180621,8 +80632,6 @@ void ProgramUniformMatrix2X3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] void ProgramUniformMatrix2X3EXT( [NativeTypeName("GLuint")] uint program, @@ -180632,8 +80641,6 @@ void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3dvEXT")] void ProgramUniformMatrix2X3EXT( @@ -180644,32 +80651,6 @@ void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] void ProgramUniformMatrix2X3( [NativeTypeName("GLuint")] uint program, @@ -180679,32 +80660,6 @@ void ProgramUniformMatrix2X3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fv")] void ProgramUniformMatrix2X3( @@ -180715,12 +80670,6 @@ void ProgramUniformMatrix2X3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] void ProgramUniformMatrix2X3EXT( [NativeTypeName("GLuint")] uint program, @@ -180730,12 +80679,6 @@ void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x3fvEXT")] void ProgramUniformMatrix2X3EXT( @@ -180746,32 +80689,6 @@ void ProgramUniformMatrix2X3EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] void ProgramUniformMatrix2X4( [NativeTypeName("GLuint")] uint program, @@ -180781,32 +80698,6 @@ void ProgramUniformMatrix2X4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dv")] void ProgramUniformMatrix2X4( @@ -180817,8 +80708,6 @@ void ProgramUniformMatrix2X4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] void ProgramUniformMatrix2X4EXT( [NativeTypeName("GLuint")] uint program, @@ -180828,8 +80717,6 @@ void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4dvEXT")] void ProgramUniformMatrix2X4EXT( @@ -180840,32 +80727,6 @@ void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] void ProgramUniformMatrix2X4( [NativeTypeName("GLuint")] uint program, @@ -180875,32 +80736,6 @@ void ProgramUniformMatrix2X4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fv")] void ProgramUniformMatrix2X4( @@ -180911,12 +80746,6 @@ void ProgramUniformMatrix2X4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] void ProgramUniformMatrix2X4EXT( [NativeTypeName("GLuint")] uint program, @@ -180926,12 +80755,6 @@ void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix2x4fvEXT")] void ProgramUniformMatrix2X4EXT( @@ -180942,32 +80765,6 @@ void ProgramUniformMatrix2X4EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] void ProgramUniformMatrix3( [NativeTypeName("GLuint")] uint program, @@ -180977,32 +80774,6 @@ void ProgramUniformMatrix3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dv")] void ProgramUniformMatrix3( @@ -181013,8 +80784,6 @@ void ProgramUniformMatrix3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] void ProgramUniformMatrix3EXT( [NativeTypeName("GLuint")] uint program, @@ -181024,8 +80793,6 @@ void ProgramUniformMatrix3EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3dvEXT")] void ProgramUniformMatrix3EXT( @@ -181036,32 +80803,6 @@ void ProgramUniformMatrix3EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] void ProgramUniformMatrix3( [NativeTypeName("GLuint")] uint program, @@ -181071,32 +80812,6 @@ void ProgramUniformMatrix3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fv")] void ProgramUniformMatrix3( @@ -181107,12 +80822,6 @@ void ProgramUniformMatrix3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] void ProgramUniformMatrix3EXT( [NativeTypeName("GLuint")] uint program, @@ -181122,12 +80831,6 @@ void ProgramUniformMatrix3EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3fvEXT")] void ProgramUniformMatrix3EXT( @@ -181138,32 +80841,6 @@ void ProgramUniformMatrix3EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] void ProgramUniformMatrix3X2( [NativeTypeName("GLuint")] uint program, @@ -181173,32 +80850,6 @@ void ProgramUniformMatrix3X2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dv")] void ProgramUniformMatrix3X2( @@ -181209,8 +80860,6 @@ void ProgramUniformMatrix3X2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] void ProgramUniformMatrix3X2EXT( [NativeTypeName("GLuint")] uint program, @@ -181220,8 +80869,6 @@ void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2dvEXT")] void ProgramUniformMatrix3X2EXT( @@ -181232,32 +80879,6 @@ void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] void ProgramUniformMatrix3X2( [NativeTypeName("GLuint")] uint program, @@ -181267,32 +80888,6 @@ void ProgramUniformMatrix3X2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fv")] void ProgramUniformMatrix3X2( @@ -181303,12 +80898,6 @@ void ProgramUniformMatrix3X2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] void ProgramUniformMatrix3X2EXT( [NativeTypeName("GLuint")] uint program, @@ -181318,12 +80907,6 @@ void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x2fvEXT")] void ProgramUniformMatrix3X2EXT( @@ -181334,32 +80917,6 @@ void ProgramUniformMatrix3X2EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] void ProgramUniformMatrix3X4( [NativeTypeName("GLuint")] uint program, @@ -181369,32 +80926,6 @@ void ProgramUniformMatrix3X4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dv")] void ProgramUniformMatrix3X4( @@ -181405,8 +80936,6 @@ void ProgramUniformMatrix3X4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] void ProgramUniformMatrix3X4EXT( [NativeTypeName("GLuint")] uint program, @@ -181416,8 +80945,6 @@ void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4dvEXT")] void ProgramUniformMatrix3X4EXT( @@ -181428,32 +80955,6 @@ void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] void ProgramUniformMatrix3X4( [NativeTypeName("GLuint")] uint program, @@ -181463,32 +80964,6 @@ void ProgramUniformMatrix3X4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fv")] void ProgramUniformMatrix3X4( @@ -181499,12 +80974,6 @@ void ProgramUniformMatrix3X4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] void ProgramUniformMatrix3X4EXT( [NativeTypeName("GLuint")] uint program, @@ -181514,12 +80983,6 @@ void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix3x4fvEXT")] void ProgramUniformMatrix3X4EXT( @@ -181530,32 +80993,6 @@ void ProgramUniformMatrix3X4EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] void ProgramUniformMatrix4( [NativeTypeName("GLuint")] uint program, @@ -181565,32 +81002,6 @@ void ProgramUniformMatrix4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dv")] void ProgramUniformMatrix4( @@ -181601,8 +81012,6 @@ void ProgramUniformMatrix4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] void ProgramUniformMatrix4EXT( [NativeTypeName("GLuint")] uint program, @@ -181612,8 +81021,6 @@ void ProgramUniformMatrix4EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4dvEXT")] void ProgramUniformMatrix4EXT( @@ -181624,32 +81031,6 @@ void ProgramUniformMatrix4EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] void ProgramUniformMatrix4( [NativeTypeName("GLuint")] uint program, @@ -181659,32 +81040,6 @@ void ProgramUniformMatrix4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fv")] void ProgramUniformMatrix4( @@ -181695,12 +81050,6 @@ void ProgramUniformMatrix4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] void ProgramUniformMatrix4EXT( [NativeTypeName("GLuint")] uint program, @@ -181710,12 +81059,6 @@ void ProgramUniformMatrix4EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4fvEXT")] void ProgramUniformMatrix4EXT( @@ -181726,32 +81069,6 @@ void ProgramUniformMatrix4EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] void ProgramUniformMatrix4X2( [NativeTypeName("GLuint")] uint program, @@ -181761,32 +81078,6 @@ void ProgramUniformMatrix4X2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dv")] void ProgramUniformMatrix4X2( @@ -181797,8 +81088,6 @@ void ProgramUniformMatrix4X2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] void ProgramUniformMatrix4X2EXT( [NativeTypeName("GLuint")] uint program, @@ -181808,8 +81097,6 @@ void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2dvEXT")] void ProgramUniformMatrix4X2EXT( @@ -181820,32 +81107,6 @@ void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] void ProgramUniformMatrix4X2( [NativeTypeName("GLuint")] uint program, @@ -181855,32 +81116,6 @@ void ProgramUniformMatrix4X2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fv")] void ProgramUniformMatrix4X2( @@ -181891,12 +81126,6 @@ void ProgramUniformMatrix4X2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] void ProgramUniformMatrix4X2EXT( [NativeTypeName("GLuint")] uint program, @@ -181906,12 +81135,6 @@ void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x2fvEXT")] void ProgramUniformMatrix4X2EXT( @@ -181922,32 +81145,6 @@ void ProgramUniformMatrix4X2EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] void ProgramUniformMatrix4X3( [NativeTypeName("GLuint")] uint program, @@ -181957,32 +81154,6 @@ void ProgramUniformMatrix4X3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dv")] void ProgramUniformMatrix4X3( @@ -181993,8 +81164,6 @@ void ProgramUniformMatrix4X3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] void ProgramUniformMatrix4X3EXT( [NativeTypeName("GLuint")] uint program, @@ -182004,8 +81173,6 @@ void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3dvEXT")] void ProgramUniformMatrix4X3EXT( @@ -182016,32 +81183,6 @@ void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] void ProgramUniformMatrix4X3( [NativeTypeName("GLuint")] uint program, @@ -182051,32 +81192,6 @@ void ProgramUniformMatrix4X3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fv")] void ProgramUniformMatrix4X3( @@ -182087,12 +81202,6 @@ void ProgramUniformMatrix4X3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] void ProgramUniformMatrix4X3EXT( [NativeTypeName("GLuint")] uint program, @@ -182102,12 +81211,6 @@ void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_direct_state_access", "GL_EXT_separate_shader_objects"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformMatrix4x3fvEXT")] void ProgramUniformMatrix4X3EXT( @@ -182118,8 +81221,6 @@ void ProgramUniformMatrix4X3EXT( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64NV")] void ProgramUniformNV( [NativeTypeName("GLuint")] uint program, @@ -182127,45 +81228,37 @@ void ProgramUniformNV( [NativeTypeName("GLuint64EXT")] ulong value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] - void ProgramUniformui64VNV( + void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] - void ProgramUniformui64VNV( + void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramUniformui64vNV")] - void ProgramUniformui64VNV( + void ProgramUniformui64vNV( [NativeTypeName("GLuint")] uint program, [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64EXT *")] ulong value ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] void ProgramVertexLimitNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLint")] int limit ); - [SupportedApiProfile("gl", ["GL_NV_geometry_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProgramVertexLimitNV")] void ProgramVertexLimitNV( @@ -182173,227 +81266,49 @@ void ProgramVertexLimitNV( [NativeTypeName("GLint")] int limit ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] void ProvokingVertex([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_provoking_vertex", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glProvokingVertex")] void ProvokingVertex( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_EXT_provoking_vertex"])] [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] void ProvokingVertexEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_provoking_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glProvokingVertexEXT")] void ProvokingVertexEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPushAttrib")] void PushAttrib([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushAttrib")] void PushAttrib([NativeTypeName("GLbitfield")] Constant mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] void PushClientAttrib([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushClientAttrib")] void PushClientAttrib( [NativeTypeName("GLbitfield")] Constant mask ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] void PushClientAttribDefaultEXT([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushClientAttribDefaultEXT")] void PushClientAttribDefaultEXT( [NativeTypeName("GLbitfield")] Constant mask ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] void PushDebugGroup( [NativeTypeName("GLenum")] uint source, @@ -182402,16 +81317,6 @@ void PushDebugGroup( [NativeTypeName("const GLchar *")] sbyte* message ); - [SupportedApiProfile( - "gl", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_debug", "GL_VERSION_4_3", "GL_VERSION_4_4", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushDebugGroup")] void PushDebugGroup( @@ -182421,7 +81326,6 @@ void PushDebugGroup( [NativeTypeName("const GLchar *")] Ref message ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] void PushDebugGroupKHR( [NativeTypeName("GLenum")] uint source, @@ -182430,7 +81334,6 @@ void PushDebugGroupKHR( [NativeTypeName("const GLchar *")] sbyte* message ); - [SupportedApiProfile("gles2", ["GL_KHR_debug"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushDebugGroupKHR")] void PushDebugGroupKHR( @@ -182440,20 +81343,12 @@ void PushDebugGroupKHR( [NativeTypeName("const GLchar *")] Ref message ); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] void PushGroupMarkerEXT( [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const GLchar *")] sbyte* marker ); - [SupportedApiProfile("gl", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("glcore", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles2", ["GL_EXT_debug_marker"])] - [SupportedApiProfile("gles1", ["GL_EXT_debug_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glPushGroupMarkerEXT")] void PushGroupMarkerEXT( @@ -182461,126 +81356,15 @@ void PushGroupMarkerEXT( [NativeTypeName("const GLchar *")] Ref marker ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glPushMatrix")] void PushMatrix(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glPushName")] void PushName([NativeTypeName("GLuint")] uint name); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glQueryCounter")] void QueryCounter([NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint target); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_timer_query", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryCounter")] void QueryCounter( @@ -182588,14 +81372,12 @@ void QueryCounter( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] void QueryCounterEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint target ); - [SupportedApiProfile("gles2", ["GL_EXT_disjoint_timer_query"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryCounterEXT")] void QueryCounterEXT( @@ -182604,8 +81386,6 @@ void QueryCounterEXT( ); [return: NativeTypeName("GLbitfield")] - [SupportedApiProfile("gl", ["GL_OES_query_matrix"])] - [SupportedApiProfile("gles1", ["GL_OES_query_matrix"])] [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] uint QueryMatrixxOES( [NativeTypeName("GLfixed *")] int* mantissa, @@ -182613,8 +81393,6 @@ uint QueryMatrixxOES( ); [return: NativeTypeName("GLbitfield")] - [SupportedApiProfile("gl", ["GL_OES_query_matrix"])] - [SupportedApiProfile("gles1", ["GL_OES_query_matrix"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryMatrixxOES")] uint QueryMatrixxOES( @@ -182622,7 +81400,6 @@ uint QueryMatrixxOES( [NativeTypeName("GLint *")] Ref exponent ); - [SupportedApiProfile("gl", ["GL_AMD_occlusion_query_event"])] [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] void QueryObjectParameterAMD( [NativeTypeName("GLenum")] uint target, @@ -182631,18 +81408,16 @@ void QueryObjectParameterAMD( [NativeTypeName("GLuint")] uint param3 ); - [SupportedApiProfile("gl", ["GL_AMD_occlusion_query_event"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryObjectParameteruiAMD")] void QueryObjectParameterAMD( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLuint")] uint id, [NativeTypeName("GLenum")] uint pname, - [NativeTypeName("GLuint")] uint param3 + [NativeTypeName("GLuint")] Constant param3 ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_query_resource"])] [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] int QueryResourceNV( [NativeTypeName("GLenum")] uint queryType, @@ -182652,7 +81427,6 @@ int QueryResourceNV( ); [return: NativeTypeName("GLint")] - [SupportedApiProfile("gl", ["GL_NV_query_resource"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryResourceNV")] int QueryResourceNV( @@ -182662,14 +81436,12 @@ int QueryResourceNV( [NativeTypeName("GLint *")] Ref buffer ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] void QueryResourceTagNV( [NativeTypeName("GLint")] int tagId, [NativeTypeName("const GLchar *")] sbyte* tagString ); - [SupportedApiProfile("gl", ["GL_NV_query_resource_tag"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glQueryResourceTagNV")] void QueryResourceTagNV( @@ -182677,384 +81449,56 @@ void QueryResourceTagNV( [NativeTypeName("const GLchar *")] Ref tagString ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2d")] void RasterPos2([NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] void RasterPos2([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2dv")] void RasterPos2([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2f")] void RasterPos2([NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] void RasterPos2([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2fv")] void RasterPos2([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2i")] void RasterPos2([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] void RasterPos2([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2iv")] void RasterPos2([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2s")] void RasterPos2([NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] void RasterPos2([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2sv")] void RasterPos2([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos2xOES")] void RasterPos2XOES([NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] void RasterPos2XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos2xvOES")] void RasterPos2XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3d")] void RasterPos3( [NativeTypeName("GLdouble")] double x, @@ -183062,88 +81506,13 @@ void RasterPos3( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] void RasterPos3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3dv")] void RasterPos3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3f")] void RasterPos3( [NativeTypeName("GLfloat")] float x, @@ -183151,88 +81520,13 @@ void RasterPos3( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] void RasterPos3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3fv")] void RasterPos3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3i")] void RasterPos3( [NativeTypeName("GLint")] int x, @@ -183240,88 +81534,13 @@ void RasterPos3( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] void RasterPos3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3iv")] void RasterPos3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3s")] void RasterPos3( [NativeTypeName("GLshort")] short x, @@ -183329,64 +81548,13 @@ void RasterPos3( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] void RasterPos3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3sv")] void RasterPos3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos3xOES")] void RasterPos3XOES( [NativeTypeName("GLfixed")] int x, @@ -183394,40 +81562,13 @@ void RasterPos3XOES( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] void RasterPos3XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos3xvOES")] void RasterPos3XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4d")] void RasterPos4( [NativeTypeName("GLdouble")] double x, @@ -183436,88 +81577,13 @@ void RasterPos4( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] void RasterPos4([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4dv")] void RasterPos4([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4f")] void RasterPos4( [NativeTypeName("GLfloat")] float x, @@ -183526,88 +81592,13 @@ void RasterPos4( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] void RasterPos4([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4fv")] void RasterPos4([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4i")] void RasterPos4( [NativeTypeName("GLint")] int x, @@ -183616,88 +81607,13 @@ void RasterPos4( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] void RasterPos4([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4iv")] void RasterPos4([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4s")] void RasterPos4( [NativeTypeName("GLshort")] short x, @@ -183706,64 +81622,13 @@ void RasterPos4( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] void RasterPos4([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4sv")] void RasterPos4([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos4xOES")] void RasterPos4XOES( [NativeTypeName("GLfixed")] int x, @@ -183772,33 +81637,19 @@ void RasterPos4XOES( [NativeTypeName("GLfixed")] int w ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] void RasterPos4XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterPos4xvOES")] void RasterPos4XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"])] [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] void RasterSamplesEXT( [NativeTypeName("GLuint")] uint samples, [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"])] - [SupportedApiProfile( - "glcore", - ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"] - )] - [SupportedApiProfile("gles2", ["GL_EXT_raster_multisample", "GL_NV_framebuffer_mixed_samples"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRasterSamplesEXT")] void RasterSamplesEXT( @@ -183806,121 +81657,19 @@ void RasterSamplesEXT( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glReadBuffer")] void ReadBuffer([NativeTypeName("GLenum")] uint src); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadBuffer")] void ReadBuffer([NativeTypeName("GLenum")] Constant src); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] void ReadBufferIndexedEXT( [NativeTypeName("GLenum")] uint src, [NativeTypeName("GLint")] int index ); - [SupportedApiProfile("gles2", ["GL_EXT_multiview_draw_buffers"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadBufferIndexedEXT")] void ReadBufferIndexedEXT( @@ -183928,24 +81677,12 @@ void ReadBufferIndexedEXT( [NativeTypeName("GLint")] int index ); - [SupportedApiProfile("gles2", ["GL_NV_read_buffer"])] [NativeFunction("opengl", EntryPoint = "glReadBufferNV")] void ReadBufferNV([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glReadInstrumentsSGIX")] void ReadInstrumentsSGIX([NativeTypeName("GLint")] int marker); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glReadnPixels")] void ReadnPixels( [NativeTypeName("GLint")] int x, @@ -183958,16 +81695,6 @@ void ReadnPixels( void* data ); - [SupportedApiProfile( - "gl", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_KHR_robustness", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixels")] void ReadnPixels( @@ -183981,8 +81708,6 @@ void ReadnPixels( Ref data ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] void ReadnPixelsARB( [NativeTypeName("GLint")] int x, @@ -183995,8 +81720,6 @@ void ReadnPixelsARB( void* data ); - [SupportedApiProfile("gl", ["GL_ARB_robustness"])] - [SupportedApiProfile("glcore", ["GL_ARB_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsARB")] void ReadnPixelsARB( @@ -184010,8 +81733,6 @@ void ReadnPixelsARB( Ref data ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] void ReadnPixelsEXT( [NativeTypeName("GLint")] int x, @@ -184024,8 +81745,6 @@ void ReadnPixelsEXT( void* data ); - [SupportedApiProfile("gles2", ["GL_EXT_robustness"])] - [SupportedApiProfile("gles1", ["GL_EXT_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsEXT")] void ReadnPixelsEXT( @@ -184039,7 +81758,6 @@ void ReadnPixelsEXT( Ref data ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] void ReadnPixelsKHR( [NativeTypeName("GLint")] int x, @@ -184052,7 +81770,6 @@ void ReadnPixelsKHR( void* data ); - [SupportedApiProfile("gles2", ["GL_KHR_robustness"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadnPixelsKHR")] void ReadnPixelsKHR( @@ -184066,62 +81783,6 @@ void ReadnPixelsKHR( Ref data ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glReadPixels")] void ReadPixels( [NativeTypeName("GLint")] int x, @@ -184133,62 +81794,6 @@ void ReadPixels( void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glReadPixels")] void ReadPixels( @@ -184201,31 +81806,6 @@ void ReadPixels( Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectd")] void Rect( [NativeTypeName("GLdouble")] double x1, @@ -184234,62 +81814,12 @@ void Rect( [NativeTypeName("GLdouble")] double y2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectdv")] void Rect( [NativeTypeName("const GLdouble *")] double* v1, [NativeTypeName("const GLdouble *")] double* v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectdv")] void Rect( @@ -184297,31 +81827,6 @@ void Rect( [NativeTypeName("const GLdouble *")] Ref v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectf")] void Rect( [NativeTypeName("GLfloat")] float x1, @@ -184330,62 +81835,12 @@ void Rect( [NativeTypeName("GLfloat")] float y2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectfv")] void Rect( [NativeTypeName("const GLfloat *")] float* v1, [NativeTypeName("const GLfloat *")] float* v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectfv")] void Rect( @@ -184393,31 +81848,6 @@ void Rect( [NativeTypeName("const GLfloat *")] Ref v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRecti")] void Rect( [NativeTypeName("GLint")] int x1, @@ -184426,59 +81856,9 @@ void Rect( [NativeTypeName("GLint")] int y2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectiv")] void Rect([NativeTypeName("const GLint *")] int* v1, [NativeTypeName("const GLint *")] int* v2); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectiv")] void Rect( @@ -184486,31 +81866,6 @@ void Rect( [NativeTypeName("const GLint *")] Ref v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRects")] void Rects( [NativeTypeName("GLshort")] short x1, @@ -184519,62 +81874,12 @@ void Rects( [NativeTypeName("GLshort")] short y2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRectsv")] void Rect( [NativeTypeName("const GLshort *")] short* v1, [NativeTypeName("const GLshort *")] short* v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectsv")] void Rect( @@ -184582,7 +81887,6 @@ void Rect( [NativeTypeName("const GLshort *")] Ref v2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRectxOES")] void RectxOES( [NativeTypeName("GLfixed")] int x1, @@ -184591,14 +81895,12 @@ void RectxOES( [NativeTypeName("GLfixed")] int y2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRectxvOES")] void RectxOES( [NativeTypeName("const GLfixed *")] int* v1, [NativeTypeName("const GLfixed *")] int* v2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRectxvOES")] void RectxOES( @@ -184606,18 +81908,14 @@ void RectxOES( [NativeTypeName("const GLfixed *")] Ref v2 ); - [SupportedApiProfile("gl", ["GL_SGIX_reference_plane"])] [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] void ReferencePlaneSGIX([NativeTypeName("const GLdouble *")] double* equation); - [SupportedApiProfile("gl", ["GL_SGIX_reference_plane"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReferencePlaneSGIX")] void ReferencePlaneSGIX([NativeTypeName("const GLdouble *")] Ref equation); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] MaybeBool ReleaseKeyedMutexWin32EXT( @@ -184626,89 +81924,15 @@ MaybeBool ReleaseKeyedMutexWin32EXT( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_win32_keyed_mutex"])] - [SupportedApiProfile("gles2", ["GL_EXT_win32_keyed_mutex"])] [NativeFunction("opengl", EntryPoint = "glReleaseKeyedMutexWin32EXT")] - uint ReleaseKeyedMutexWin32EXTRaw( + uint ReleaseKeyedMutexWin32EXTRawEXT( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLuint64")] ulong key ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glReleaseShaderCompiler")] void ReleaseShaderCompiler(); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] void RenderbufferStorage( [NativeTypeName("GLenum")] uint target, @@ -184717,47 +81941,6 @@ void RenderbufferStorage( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorage")] void RenderbufferStorage( @@ -184767,7 +81950,6 @@ void RenderbufferStorage( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] void RenderbufferStorageEXT( [NativeTypeName("GLenum")] uint target, @@ -184776,7 +81958,6 @@ void RenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageEXT")] void RenderbufferStorageEXT( @@ -184786,42 +81967,6 @@ void RenderbufferStorageEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] void RenderbufferStorageMultisample( [NativeTypeName("GLenum")] uint target, @@ -184831,42 +81976,6 @@ void RenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_framebuffer_object", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisample")] void RenderbufferStorageMultisample( @@ -184877,9 +81986,6 @@ void RenderbufferStorageMultisample( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] void RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLenum")] uint target, @@ -184890,9 +81996,6 @@ void RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("glcore", ["GL_AMD_framebuffer_multisample_advanced"])] - [SupportedApiProfile("gles2", ["GL_AMD_framebuffer_multisample_advanced"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAdvancedAMD")] void RenderbufferStorageMultisampleAdvanceAMD( @@ -184904,9 +82007,8 @@ void RenderbufferStorageMultisampleAdvanceAMD( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] - void RenderbufferStorageMultisampleAngle( + void RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, @@ -184914,10 +82016,9 @@ void RenderbufferStorageMultisampleAngle( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_ANGLE_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleANGLE")] - void RenderbufferStorageMultisampleAngle( + void RenderbufferStorageMultisampleANGLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, @@ -184925,10 +82026,8 @@ void RenderbufferStorageMultisampleAngle( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] - void RenderbufferStorageMultisampleApple( + void RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] uint internalformat, @@ -184936,11 +82035,9 @@ void RenderbufferStorageMultisampleApple( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleAPPLE")] - void RenderbufferStorageMultisampleApple( + void RenderbufferStorageMultisampleAPPLE( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLsizei")] uint samples, [NativeTypeName("GLenum")] Constant internalformat, @@ -184948,8 +82045,6 @@ void RenderbufferStorageMultisampleApple( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_multisample_coverage"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_multisample_coverage"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] void RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLenum")] uint target, @@ -184960,8 +82055,6 @@ void RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_NV_framebuffer_multisample_coverage"])] - [SupportedApiProfile("glcore", ["GL_NV_framebuffer_multisample_coverage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleCoverageNV")] void RenderbufferStorageMultisampleCoverageNV( @@ -184973,9 +82066,6 @@ void RenderbufferStorageMultisampleCoverageNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_multisample"])] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] void RenderbufferStorageMultisampleEXT( [NativeTypeName("GLenum")] uint target, @@ -184985,9 +82075,6 @@ void RenderbufferStorageMultisampleEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_framebuffer_multisample"])] - [SupportedApiProfile("gles2", ["GL_EXT_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_EXT_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleEXT")] void RenderbufferStorageMultisampleEXT( @@ -184998,8 +82085,6 @@ void RenderbufferStorageMultisampleEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] void RenderbufferStorageMultisampleIMG( [NativeTypeName("GLenum")] uint target, @@ -185009,8 +82094,6 @@ void RenderbufferStorageMultisampleIMG( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_IMG_multisampled_render_to_texture"])] - [SupportedApiProfile("gles1", ["GL_IMG_multisampled_render_to_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleIMG")] void RenderbufferStorageMultisampleIMG( @@ -185021,7 +82104,6 @@ void RenderbufferStorageMultisampleIMG( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] void RenderbufferStorageMultisampleNV( [NativeTypeName("GLenum")] uint target, @@ -185031,7 +82113,6 @@ void RenderbufferStorageMultisampleNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_NV_framebuffer_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageMultisampleNV")] void RenderbufferStorageMultisampleNV( @@ -185042,7 +82123,6 @@ void RenderbufferStorageMultisampleNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] void RenderbufferStorageOES( [NativeTypeName("GLenum")] uint target, @@ -185051,7 +82131,6 @@ void RenderbufferStorageOES( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles1", ["GL_OES_framebuffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderbufferStorageOES")] void RenderbufferStorageOES( @@ -185061,70 +82140,18 @@ void RenderbufferStorageOES( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_NV_gpu_multicast"])] [NativeFunction("opengl", EntryPoint = "glRenderGpuMaskNV")] void RenderGpuMaskNV([NativeTypeName("GLbitfield")] uint mask); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRenderMode")] int RenderMode([NativeTypeName("GLenum")] uint mode); [return: NativeTypeName("GLint")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glRenderMode")] int RenderMode([NativeTypeName("GLenum")] Constant mode); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] void ReplacementCodePointerSUN( [NativeTypeName("GLenum")] uint type, @@ -185132,7 +82159,6 @@ void ReplacementCodePointerSUN( [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodePointerSUN")] void ReplacementCodePointerSUN( @@ -185141,20 +82167,16 @@ void ReplacementCodePointerSUN( [NativeTypeName("const void **")] Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubSUN")] void ReplacementCodeSUN([NativeTypeName("GLubyte")] byte code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] void ReplacementCodeSUN([NativeTypeName("const GLubyte *")] byte* code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeubvSUN")] void ReplacementCodeSUN([NativeTypeName("const GLubyte *")] Ref code); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -185166,7 +82188,6 @@ void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fSUN")] void ReplacementCodeuiColor3FVertex3SUN( @@ -185179,7 +82200,6 @@ void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -185187,7 +82207,6 @@ void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] void ReplacementCodeuiColor3FVertex3SUN( @@ -185196,7 +82215,6 @@ void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] void ReplacementCodeuiColor3FVertex3SUN( @@ -185205,7 +82223,6 @@ void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] void ReplacementCodeuiColor3FVertex3SUN( @@ -185214,7 +82231,6 @@ void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] void ReplacementCodeuiColor3FVertex3SUN( @@ -185223,7 +82239,6 @@ void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] void ReplacementCodeuiColor3FVertex3SUN( @@ -185232,7 +82247,6 @@ void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor3fVertex3fvSUN")] void ReplacementCodeuiColor3FVertex3SUN( @@ -185241,7 +82255,6 @@ void ReplacementCodeuiColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -185257,7 +82270,6 @@ void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fSUN")] void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -185274,7 +82286,6 @@ void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -185283,7 +82294,6 @@ void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -185293,7 +82303,6 @@ void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -185303,7 +82312,6 @@ void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -185313,7 +82321,6 @@ void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -185323,7 +82330,6 @@ void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -185333,7 +82339,6 @@ void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4fNormal3fVertex3fvSUN")] void ReplacementCodeuiColor4FNormal3FVertex3SUN( @@ -185343,7 +82348,6 @@ void ReplacementCodeuiColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -185356,7 +82360,6 @@ void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fSUN")] void ReplacementCodeuiColor4UbVertex3SUN( @@ -185370,7 +82373,6 @@ void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -185378,7 +82380,6 @@ void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] void ReplacementCodeuiColor4UbVertex3SUN( @@ -185387,7 +82388,6 @@ void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] void ReplacementCodeuiColor4UbVertex3SUN( @@ -185396,7 +82396,6 @@ void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] void ReplacementCodeuiColor4UbVertex3SUN( @@ -185405,7 +82404,6 @@ void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] void ReplacementCodeuiColor4UbVertex3SUN( @@ -185414,7 +82412,6 @@ void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] void ReplacementCodeuiColor4UbVertex3SUN( @@ -185423,7 +82420,6 @@ void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiColor4ubVertex3fvSUN")] void ReplacementCodeuiColor4UbVertex3SUN( @@ -185432,7 +82428,6 @@ void ReplacementCodeuiColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -185444,7 +82439,6 @@ void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fSUN")] void ReplacementCodeuiNormal3FVertex3SUN( @@ -185457,7 +82451,6 @@ void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -185465,7 +82458,6 @@ void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] void ReplacementCodeuiNormal3FVertex3SUN( @@ -185474,7 +82466,6 @@ void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] void ReplacementCodeuiNormal3FVertex3SUN( @@ -185483,7 +82474,6 @@ void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] void ReplacementCodeuiNormal3FVertex3SUN( @@ -185492,7 +82482,6 @@ void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] void ReplacementCodeuiNormal3FVertex3SUN( @@ -185501,7 +82490,6 @@ void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] void ReplacementCodeuiNormal3FVertex3SUN( @@ -185510,7 +82498,6 @@ void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiNormal3fVertex3fvSUN")] void ReplacementCodeuiNormal3FVertex3SUN( @@ -185519,18 +82506,15 @@ void ReplacementCodeuiNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] void ReplacementCodeSUN([NativeTypeName("GLuint")] uint code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiSUN")] void ReplacementCodeSUN( [NativeTypeName("GLuint")] Constant code ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction( "opengl", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN" @@ -185551,7 +82535,6 @@ void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -185573,7 +82556,6 @@ void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction( "opengl", EntryPoint = "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN" @@ -185586,7 +82568,6 @@ void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -185600,7 +82581,6 @@ void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -185614,7 +82594,6 @@ void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -185628,7 +82607,6 @@ void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -185642,7 +82620,6 @@ void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -185656,7 +82633,6 @@ void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction( "opengl", @@ -185670,7 +82646,6 @@ void ReplacementCodeuiTexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -185684,7 +82659,6 @@ void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN")] void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -185699,7 +82673,6 @@ void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -185708,7 +82681,6 @@ void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -185718,7 +82690,6 @@ void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -185728,7 +82699,6 @@ void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -185738,7 +82708,6 @@ void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -185748,7 +82717,6 @@ void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -185758,7 +82726,6 @@ void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( @@ -185768,7 +82735,6 @@ void ReplacementCodeuiTexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -185779,7 +82745,6 @@ void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fSUN")] void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -185791,7 +82756,6 @@ void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, @@ -185799,7 +82763,6 @@ void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -185808,7 +82771,6 @@ void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -185817,7 +82779,6 @@ void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -185826,7 +82787,6 @@ void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -185835,7 +82795,6 @@ void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -185844,7 +82803,6 @@ void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiTexCoord2fVertex3fvSUN")] void ReplacementCodeuiTexCoord2FVertex3SUN( @@ -185853,7 +82811,6 @@ void ReplacementCodeuiTexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fSUN")] void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLuint")] uint rc, @@ -185862,7 +82819,6 @@ void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fSUN")] void ReplacementCodeuiVertex3SUN( @@ -185872,14 +82828,12 @@ void ReplacementCodeuiVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLuint *")] uint* rc, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] void ReplacementCodeuiVertex3SUN( @@ -185887,7 +82841,6 @@ void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] void ReplacementCodeuiVertex3SUN( @@ -185895,7 +82848,6 @@ void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] void ReplacementCodeuiVertex3SUN( @@ -185903,7 +82855,6 @@ void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] void ReplacementCodeuiVertex3SUN( @@ -185911,7 +82862,6 @@ void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] void ReplacementCodeuiVertex3SUN( @@ -185919,7 +82869,6 @@ void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuiVertex3fvSUN")] void ReplacementCodeuiVertex3SUN( @@ -185927,46 +82876,37 @@ void ReplacementCodeuiVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] void ReplacementCodeSUN([NativeTypeName("const GLuint *")] uint* code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] void ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] void ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeuivSUN")] void ReplacementCodeSUN([NativeTypeName("const GLuint *")] Ref code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusSUN")] void ReplacementCodeSUN([NativeTypeName("GLushort")] ushort code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusvSUN")] void ReplacementCodeSUN([NativeTypeName("const GLushort *")] ushort* code); - [SupportedApiProfile("gl", ["GL_SUN_triangle_list"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glReplacementCodeusvSUN")] void ReplacementCodeSUN([NativeTypeName("const GLushort *")] Ref code); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] void RequestResidentProgramNV( [NativeTypeName("GLsizei")] uint n, [NativeTypeName("const GLuint *")] uint* programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] void RequestResidentProgramNV( @@ -185974,135 +82914,63 @@ void RequestResidentProgramNV( [NativeTypeName("const GLuint *")] Ref programs ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glRequestResidentProgramsNV")] void RequestResidentProgramNV([NativeTypeName("const GLuint *")] uint programs); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glResetHistogram")] void ResetHistogram([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetHistogram")] void ResetHistogram( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] void ResetHistogramEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetHistogramEXT")] void ResetHistogramEXT( [NativeTypeName("GLenum")] Constant target ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glResetMemoryObjectParameterNV")] void ResetMemoryObjectParameterNV( [NativeTypeName("GLuint")] uint memory, [NativeTypeName("GLenum")] uint pname ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glResetMinmax")] void ResetMinmax([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetMinmax")] void ResetMinmax([NativeTypeName("GLenum")] Constant target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] void ResetMinmaxEXT([NativeTypeName("GLenum")] uint target); - [SupportedApiProfile("gl", ["GL_EXT_histogram"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glResetMinmaxEXT")] void ResetMinmaxEXT([NativeTypeName("GLenum")] Constant target); - [SupportedApiProfile("gl", ["GL_MESA_resize_buffers"])] [NativeFunction("opengl", EntryPoint = "glResizeBuffersMESA")] void ResizeBuffersMESA(); - [SupportedApiProfile("gl", ["GL_NV_sample_locations"])] - [SupportedApiProfile("glcore", ["GL_NV_sample_locations"])] - [SupportedApiProfile("gles2", ["GL_NV_sample_locations"])] [NativeFunction("opengl", EntryPoint = "glResolveDepthValuesNV")] void ResolveDepthValuesNV(); - [SupportedApiProfile("gles2", ["GL_APPLE_framebuffer_multisample"])] - [SupportedApiProfile("gles1", ["GL_APPLE_framebuffer_multisample"])] [NativeFunction("opengl", EntryPoint = "glResolveMultisampleFramebufferAPPLE")] - void ResolveMultisampleFramebufferApple(); - - [SupportedApiProfile( - "gl", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_transform_feedback2", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] + void ResolveMultisampleFramebufferAPPLE(); + [NativeFunction("opengl", EntryPoint = "glResumeTransformFeedback")] void ResumeTransformFeedback(); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback2"])] [NativeFunction("opengl", EntryPoint = "glResumeTransformFeedbackNV")] void ResumeTransformFeedbackNV(); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glRotated")] void Rotate( [NativeTypeName("GLdouble")] double angle, @@ -186111,32 +82979,6 @@ void Rotate( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glRotatef")] void Rotate( [NativeTypeName("GLfloat")] float angle, @@ -186145,7 +82987,6 @@ void Rotate( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glRotatex")] void Rotatex( [NativeTypeName("GLfixed")] int angle, @@ -186154,8 +82995,6 @@ void Rotatex( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glRotatexOES")] void RotatexOES( [NativeTypeName("GLfixed")] int angle, @@ -186164,112 +83003,12 @@ void RotatexOES( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] void SampleCoverage( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoverage")] void SampleCoverage( @@ -186277,14 +83016,12 @@ void SampleCoverage( [NativeTypeName("GLboolean")] MaybeBool invert ); - [SupportedApiProfile("gl", ["GL_ARB_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] void SampleCoverageARB( [NativeTypeName("GLfloat")] float value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gl", ["GL_ARB_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoverageARB")] void SampleCoverageARB( @@ -186292,14 +83029,12 @@ void SampleCoverageARB( [NativeTypeName("GLboolean")] MaybeBool invert ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] void SampleCoveragex( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoveragex")] void SampleCoveragex( @@ -186307,14 +83042,12 @@ void SampleCoveragex( [NativeTypeName("GLboolean")] MaybeBool invert ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] void SampleCoveragexOES( [NativeTypeName("GLclampx")] int value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleCoveragexOES")] void SampleCoveragexOES( @@ -186322,7 +83055,6 @@ void SampleCoveragexOES( [NativeTypeName("GLboolean")] MaybeBool invert ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] void SampleMapATI( [NativeTypeName("GLuint")] uint dst, @@ -186330,7 +83062,6 @@ void SampleMapATI( [NativeTypeName("GLenum")] uint swizzle ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMapATI")] void SampleMapATI( @@ -186339,14 +83070,12 @@ void SampleMapATI( [NativeTypeName("GLenum")] Constant swizzle ); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] void SampleMaskEXT( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMaskEXT")] void SampleMaskEXT( @@ -186354,59 +83083,24 @@ void SampleMaskEXT( [NativeTypeName("GLboolean")] MaybeBool invert ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glSampleMaski")] void SampleMask( [NativeTypeName("GLuint")] uint maskNumber, [NativeTypeName("GLbitfield")] uint mask ); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskIndexedNV")] void SampleMaskIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLbitfield")] uint mask ); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] void SampleMaskSGIS( [NativeTypeName("GLclampf")] float value, [NativeTypeName("GLboolean")] uint invert ); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSampleMaskSGIS")] void SampleMaskSGIS( @@ -186414,63 +83108,24 @@ void SampleMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool invert ); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] void SamplePatternEXT([NativeTypeName("GLenum")] uint pattern); - [SupportedApiProfile("gl", ["GL_EXT_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplePatternEXT")] void SamplePatternEXT( [NativeTypeName("GLenum")] Constant pattern ); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] void SamplePatternSGIS([NativeTypeName("GLenum")] uint pattern); - [SupportedApiProfile("gl", ["GL_SGIS_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplePatternSGIS")] void SamplePatternSGIS( [NativeTypeName("GLenum")] Constant pattern ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -186478,41 +83133,6 @@ void SamplerParameter( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterf")] void SamplerParameter( @@ -186521,41 +83141,6 @@ void SamplerParameter( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -186563,41 +83148,6 @@ void SamplerParameter( [NativeTypeName("const GLfloat *")] float* param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterfv")] void SamplerParameter( @@ -186606,41 +83156,6 @@ void SamplerParameter( [NativeTypeName("const GLfloat *")] Ref param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -186648,41 +83163,6 @@ void SamplerParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameteri")] void SamplerParameter( @@ -186691,36 +83171,6 @@ void SamplerParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] void SamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -186728,36 +83178,6 @@ void SamplerParameterI( [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIiv")] void SamplerParameterI( @@ -186766,7 +83186,6 @@ void SamplerParameterI( [NativeTypeName("const GLint *")] Ref param2 ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] void SamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -186774,7 +83193,6 @@ void SamplerParameterIEXT( [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivEXT")] void SamplerParameterIEXT( @@ -186783,7 +83201,6 @@ void SamplerParameterIEXT( [NativeTypeName("const GLint *")] Ref param2 ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] void SamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -186791,7 +83208,6 @@ void SamplerParameterIOES( [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIivOES")] void SamplerParameterIOES( @@ -186800,36 +83216,6 @@ void SamplerParameterIOES( [NativeTypeName("const GLint *")] Ref param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] void SamplerParameterI( [NativeTypeName("GLuint")] uint sampler, @@ -186837,36 +83223,6 @@ void SamplerParameterI( [NativeTypeName("const GLuint *")] uint* param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuiv")] void SamplerParameterI( @@ -186875,7 +83231,6 @@ void SamplerParameterI( [NativeTypeName("const GLuint *")] Ref param2 ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] void SamplerParameterIEXT( [NativeTypeName("GLuint")] uint sampler, @@ -186883,7 +83238,6 @@ void SamplerParameterIEXT( [NativeTypeName("const GLuint *")] uint* param2 ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivEXT")] void SamplerParameterIEXT( @@ -186892,7 +83246,6 @@ void SamplerParameterIEXT( [NativeTypeName("const GLuint *")] Ref param2 ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] void SamplerParameterIOES( [NativeTypeName("GLuint")] uint sampler, @@ -186900,7 +83253,6 @@ void SamplerParameterIOES( [NativeTypeName("const GLuint *")] uint* param2 ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameterIuivOES")] void SamplerParameterIOES( @@ -186909,41 +83261,6 @@ void SamplerParameterIOES( [NativeTypeName("const GLuint *")] Ref param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] void SamplerParameter( [NativeTypeName("GLuint")] uint sampler, @@ -186951,41 +83268,6 @@ void SamplerParameter( [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sampler_objects", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2", "GL_MESA_sampler_objects"], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSamplerParameteriv")] void SamplerParameter( @@ -186994,31 +83276,6 @@ void SamplerParameter( [NativeTypeName("const GLint *")] Ref param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glScaled")] void Scale( [NativeTypeName("GLdouble")] double x, @@ -187026,32 +83283,6 @@ void Scale( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glScalef")] void Scale( [NativeTypeName("GLfloat")] float x, @@ -187059,7 +83290,6 @@ void Scale( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glScalex")] void Scalex( [NativeTypeName("GLfixed")] int x, @@ -187067,8 +83297,6 @@ void Scalex( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glScalexOES")] void ScalexOES( [NativeTypeName("GLfixed")] int x, @@ -187076,62 +83304,6 @@ void ScalexOES( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glScissor")] void Scissor( [NativeTypeName("GLint")] int x, @@ -187140,32 +83312,6 @@ void Scissor( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] void ScissorArray( [NativeTypeName("GLuint")] uint first, @@ -187173,32 +83319,6 @@ void ScissorArray( [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] void ScissorArray( @@ -187207,32 +83327,6 @@ void ScissorArray( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayv")] void ScissorArray( @@ -187240,7 +83334,6 @@ void ScissorArray( [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] void ScissorArrayNV( [NativeTypeName("GLuint")] uint first, @@ -187248,7 +83341,6 @@ void ScissorArrayNV( [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] void ScissorArrayNV( @@ -187257,7 +83349,6 @@ void ScissorArrayNV( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvNV")] void ScissorArrayNV( @@ -187265,15 +83356,13 @@ void ScissorArrayNV( [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] - void ScissorArrayvO( + void ScissorArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] void ScissorArrayOES( [NativeTypeName("GLuint")] uint first, @@ -187281,7 +83370,6 @@ void ScissorArrayOES( [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorArrayvOES")] void ScissorArrayOES( @@ -187290,9 +83378,6 @@ void ScissorArrayOES( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] void ScissorExclusiveArrayNV( [NativeTypeName("GLuint")] uint first, @@ -187300,9 +83385,6 @@ void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] void ScissorExclusiveArrayNV( @@ -187311,9 +83393,6 @@ void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveArrayvNV")] void ScissorExclusiveArrayNV( @@ -187321,9 +83400,6 @@ void ScissorExclusiveArrayNV( [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gl", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("glcore", ["GL_NV_scissor_exclusive"])] - [SupportedApiProfile("gles2", ["GL_NV_scissor_exclusive"])] [NativeFunction("opengl", EntryPoint = "glScissorExclusiveNV")] void ScissorExclusiveNV( [NativeTypeName("GLint")] int x, @@ -187332,32 +83408,6 @@ void ScissorExclusiveNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorIndexed")] void ScissorIndexed( [NativeTypeName("GLuint")] uint index, @@ -187367,7 +83417,6 @@ void ScissorIndexed( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedNV")] void ScissorIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -187377,7 +83426,6 @@ void ScissorIndexedNV( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedOES")] void ScissorIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -187387,64 +83435,12 @@ void ScissorIndexedOES( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] void ScissorIndexed( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedv")] void ScissorIndexed( @@ -187452,14 +83448,12 @@ void ScissorIndexed( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] void ScissorIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvNV")] void ScissorIndexedNV( @@ -187467,14 +83461,12 @@ void ScissorIndexedNV( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] void ScissorIndexedOES( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glScissorIndexedvOES")] void ScissorIndexedOES( @@ -187482,27 +83474,6 @@ void ScissorIndexedOES( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3b")] void SecondaryColor3( [NativeTypeName("GLbyte")] sbyte red, @@ -187510,7 +83481,6 @@ void SecondaryColor3( [NativeTypeName("GLbyte")] sbyte blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bEXT")] void SecondaryColor3EXT( [NativeTypeName("GLbyte")] sbyte red, @@ -187518,85 +83488,20 @@ void SecondaryColor3EXT( [NativeTypeName("GLbyte")] sbyte blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] void SecondaryColor3([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bv")] void SecondaryColor3([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3bvEXT")] void SecondaryColor3EXT([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3d")] void SecondaryColor3( [NativeTypeName("GLdouble")] double red, @@ -187604,7 +83509,6 @@ void SecondaryColor3( [NativeTypeName("GLdouble")] double blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dEXT")] void SecondaryColor3EXT( [NativeTypeName("GLdouble")] double red, @@ -187612,85 +83516,20 @@ void SecondaryColor3EXT( [NativeTypeName("GLdouble")] double blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dv")] void SecondaryColor3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dv")] void SecondaryColor3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dvEXT")] void SecondaryColor3EXT([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3dvEXT")] void SecondaryColor3EXT([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3f")] void SecondaryColor3( [NativeTypeName("GLfloat")] float red, @@ -187698,7 +83537,6 @@ void SecondaryColor3( [NativeTypeName("GLfloat")] float blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fEXT")] void SecondaryColor3EXT( [NativeTypeName("GLfloat")] float red, @@ -187706,65 +83544,20 @@ void SecondaryColor3EXT( [NativeTypeName("GLfloat")] float blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fv")] void SecondaryColor3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fv")] void SecondaryColor3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fvEXT")] void SecondaryColor3EXT([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3fvEXT")] void SecondaryColor3EXT([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hNV")] void SecondaryColor3NV( [NativeTypeName("GLhalfNV")] ushort red, @@ -187772,36 +83565,13 @@ void SecondaryColor3NV( [NativeTypeName("GLhalfNV")] ushort blue ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hvNV")] void SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3hvNV")] void SecondaryColor3NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3i")] void SecondaryColor3( [NativeTypeName("GLint")] int red, @@ -187809,7 +83579,6 @@ void SecondaryColor3( [NativeTypeName("GLint")] int blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iEXT")] void SecondaryColor3EXT( [NativeTypeName("GLint")] int red, @@ -187817,85 +83586,20 @@ void SecondaryColor3EXT( [NativeTypeName("GLint")] int blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iv")] void SecondaryColor3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3iv")] void SecondaryColor3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] void SecondaryColor3EXT([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ivEXT")] void SecondaryColor3EXT([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3s")] void SecondaryColor3( [NativeTypeName("GLshort")] short red, @@ -187903,7 +83607,6 @@ void SecondaryColor3( [NativeTypeName("GLshort")] short blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sEXT")] void SecondaryColor3EXT( [NativeTypeName("GLshort")] short red, @@ -187911,85 +83614,20 @@ void SecondaryColor3EXT( [NativeTypeName("GLshort")] short blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] void SecondaryColor3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3sv")] void SecondaryColor3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3svEXT")] void SecondaryColor3EXT([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3svEXT")] void SecondaryColor3EXT([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ub")] void SecondaryColor3( [NativeTypeName("GLubyte")] byte red, @@ -187997,7 +83635,6 @@ void SecondaryColor3( [NativeTypeName("GLubyte")] byte blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubEXT")] void SecondaryColor3EXT( [NativeTypeName("GLubyte")] byte red, @@ -188005,85 +83642,20 @@ void SecondaryColor3EXT( [NativeTypeName("GLubyte")] byte blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubv")] void SecondaryColor3([NativeTypeName("const GLubyte *")] byte* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubv")] void SecondaryColor3([NativeTypeName("const GLubyte *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] byte* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ubvEXT")] void SecondaryColor3EXT([NativeTypeName("const GLubyte *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3ui")] void SecondaryColor3( [NativeTypeName("GLuint")] uint red, @@ -188091,7 +83663,6 @@ void SecondaryColor3( [NativeTypeName("GLuint")] uint blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiEXT")] void SecondaryColor3EXT( [NativeTypeName("GLuint")] uint red, @@ -188099,85 +83670,20 @@ void SecondaryColor3EXT( [NativeTypeName("GLuint")] uint blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiv")] void SecondaryColor3([NativeTypeName("const GLuint *")] uint* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uiv")] void SecondaryColor3([NativeTypeName("const GLuint *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] void SecondaryColor3EXT([NativeTypeName("const GLuint *")] uint* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3uivEXT")] void SecondaryColor3EXT([NativeTypeName("const GLuint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3us")] void SecondaryColor3( [NativeTypeName("GLushort")] ushort red, @@ -188185,7 +83691,6 @@ void SecondaryColor3( [NativeTypeName("GLushort")] ushort blue ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usEXT")] void SecondaryColor3EXT( [NativeTypeName("GLushort")] ushort red, @@ -188193,66 +83698,20 @@ void SecondaryColor3EXT( [NativeTypeName("GLushort")] ushort blue ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usv")] void SecondaryColor3([NativeTypeName("const GLushort *")] ushort* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usv")] void SecondaryColor3([NativeTypeName("const GLushort *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usvEXT")] void SecondaryColor3EXT([NativeTypeName("const GLushort *")] ushort* v); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColor3usvEXT")] void SecondaryColor3EXT([NativeTypeName("const GLushort *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorFormatNV")] void SecondaryColorFormatNV( [NativeTypeName("GLint")] int size, @@ -188260,8 +83719,6 @@ void SecondaryColorFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorFormatNV")] void SecondaryColorFormatNV( @@ -188270,14 +83727,12 @@ void SecondaryColorFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] void SecondaryColorP3( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3ui")] void SecondaryColorP3( @@ -188285,50 +83740,26 @@ void SecondaryColorP3( [NativeTypeName("GLuint")] uint color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] - void SecondaryColorP3Uiv( + void SecondaryColorP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] - void SecondaryColorP3Uiv( + void SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref color ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorP3uiv")] - void SecondaryColorP3Uiv( + void SecondaryColorP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint color ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] void SecondaryColorPointer( [NativeTypeName("GLint")] int size, @@ -188337,27 +83768,6 @@ void SecondaryColorPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointer")] void SecondaryColorPointer( @@ -188367,7 +83777,6 @@ void SecondaryColorPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] void SecondaryColorPointerEXT( [NativeTypeName("GLint")] int size, @@ -188376,7 +83785,6 @@ void SecondaryColorPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_secondary_color"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerEXT")] void SecondaryColorPointerEXT( @@ -188386,7 +83794,6 @@ void SecondaryColorPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int size, @@ -188396,7 +83803,6 @@ void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] void SecondaryColorPointerListIBM( @@ -188407,7 +83813,6 @@ void SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSecondaryColorPointerListIBM")] Ptr SecondaryColorPointerListIBM( @@ -188416,62 +83821,12 @@ Ptr SecondaryColorPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] void SelectBuffer( [NativeTypeName("GLsizei")] uint size, [NativeTypeName("GLuint *")] uint* buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] void SelectBuffer( @@ -188479,38 +83834,10 @@ void SelectBuffer( [NativeTypeName("GLuint *")] Ref buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectBuffer")] uint SelectBuffer(); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] void SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint monitor, @@ -188520,9 +83847,6 @@ void SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] uint* counterList ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] void SelectPerfMonitorCountersAMD( @@ -188533,9 +83857,6 @@ void SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint *")] Ref counterList ); - [SupportedApiProfile("gl", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("glcore", ["GL_AMD_performance_monitor"])] - [SupportedApiProfile("gles2", ["GL_AMD_performance_monitor"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSelectPerfMonitorCountersAMD")] uint SelectPerfMonitorCountersAMD( @@ -188544,8 +83865,6 @@ uint SelectPerfMonitorCountersAMD( [NativeTypeName("GLuint")] uint group ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] void SemaphoreParameterNV( [NativeTypeName("GLuint")] uint semaphore, @@ -188553,8 +83872,6 @@ void SemaphoreParameterNV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_timeline_semaphore"])] - [SupportedApiProfile("gles2", ["GL_NV_timeline_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterivNV")] void SemaphoreParameterNV( @@ -188563,8 +83880,6 @@ void SemaphoreParameterNV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] void SemaphoreParameterEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -188572,8 +83887,6 @@ void SemaphoreParameterEXT( [NativeTypeName("const GLuint64 *")] ulong* @params ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSemaphoreParameterui64vEXT")] void SemaphoreParameterEXT( @@ -188582,7 +83895,6 @@ void SemaphoreParameterEXT( [NativeTypeName("const GLuint64 *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] void SeparableFilter2D( [NativeTypeName("GLenum")] uint target, @@ -188595,7 +83907,6 @@ void SeparableFilter2D( [NativeTypeName("const void *")] void* column ); - [SupportedApiProfile("gl", ["GL_ARB_imaging"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2D")] void SeparableFilter2D( @@ -188609,7 +83920,6 @@ void SeparableFilter2D( [NativeTypeName("const void *")] Ref column ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] void SeparableFilter2DEXT( [NativeTypeName("GLenum")] uint target, @@ -188622,7 +83932,6 @@ void SeparableFilter2DEXT( [NativeTypeName("const void *")] void* column ); - [SupportedApiProfile("gl", ["GL_EXT_convolution"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSeparableFilter2DEXT")] void SeparableFilter2DEXT( @@ -188636,22 +83945,15 @@ void SeparableFilter2DEXT( [NativeTypeName("const void *")] Ref column ); - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glSetFenceAPPLE")] - void SetFenceApple([NativeTypeName("GLuint")] uint fence); + void SetFenceAPPLE([NativeTypeName("GLuint")] uint fence); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] void SetFenceNV( [NativeTypeName("GLuint")] uint fence, [NativeTypeName("GLenum")] uint condition ); - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetFenceNV")] void SetFenceNV( @@ -188659,14 +83961,12 @@ void SetFenceNV( [NativeTypeName("GLenum")] Constant condition ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] void SetFragmentShaderConstantATI( [NativeTypeName("GLuint")] uint dst, [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ATI_fragment_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetFragmentShaderConstantATI")] void SetFragmentShaderConstantATI( @@ -188674,7 +83974,6 @@ void SetFragmentShaderConstantATI( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] void SetInvariantEXT( [NativeTypeName("GLuint")] uint id, @@ -188682,7 +83981,6 @@ void SetInvariantEXT( [NativeTypeName("const void *")] void* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetInvariantEXT")] void SetInvariantEXT( @@ -188691,7 +83989,6 @@ void SetInvariantEXT( [NativeTypeName("const void *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] void SetLocalConstantEXT( [NativeTypeName("GLuint")] uint id, @@ -188699,7 +83996,6 @@ void SetLocalConstantEXT( [NativeTypeName("const void *")] void* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetLocalConstantEXT")] void SetLocalConstantEXT( @@ -188708,7 +84004,6 @@ void SetLocalConstantEXT( [NativeTypeName("const void *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_AMD_sample_positions"])] [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] void SetMultisampleAMD( [NativeTypeName("GLenum")] uint pname, @@ -188716,7 +84011,6 @@ void SetMultisampleAMD( [NativeTypeName("const GLfloat *")] float* val ); - [SupportedApiProfile("gl", ["GL_AMD_sample_positions"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSetMultisamplefvAMD")] void SetMultisampleAMD( @@ -188725,96 +84019,13 @@ void SetMultisampleAMD( [NativeTypeName("const GLfloat *")] Ref val ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glShadeModel")] void ShadeModel([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadeModel")] void ShadeModel([NativeTypeName("GLenum")] Constant mode); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glShaderBinary")] void ShaderBinary( [NativeTypeName("GLsizei")] uint count, @@ -188824,37 +84035,6 @@ void ShaderBinary( [NativeTypeName("GLsizei")] uint length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_ES2_compatibility", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderBinary")] void ShaderBinary( @@ -188865,7 +84045,6 @@ void ShaderBinary( [NativeTypeName("GLsizei")] uint length ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] void ShaderOp1EXT( [NativeTypeName("GLenum")] uint op, @@ -188873,7 +84052,6 @@ void ShaderOp1EXT( [NativeTypeName("GLuint")] uint arg1 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp1EXT")] void ShaderOp1EXT( @@ -188882,7 +84060,6 @@ void ShaderOp1EXT( [NativeTypeName("GLuint")] uint arg1 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] void ShaderOp2EXT( [NativeTypeName("GLenum")] uint op, @@ -188891,7 +84068,6 @@ void ShaderOp2EXT( [NativeTypeName("GLuint")] uint arg2 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp2EXT")] void ShaderOp2EXT( @@ -188901,7 +84077,6 @@ void ShaderOp2EXT( [NativeTypeName("GLuint")] uint arg2 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] void ShaderOp3EXT( [NativeTypeName("GLenum")] uint op, @@ -188911,7 +84086,6 @@ void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg3 ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderOp3EXT")] void ShaderOp3EXT( @@ -188922,49 +84096,6 @@ void ShaderOp3EXT( [NativeTypeName("GLuint")] uint arg3 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glShaderSource")] void ShaderSource( [NativeTypeName("GLuint")] uint shader, @@ -188973,49 +84104,6 @@ void ShaderSource( [NativeTypeName("const GLint *")] int* length ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderSource")] void ShaderSource( @@ -189025,7 +84113,6 @@ void ShaderSource( [NativeTypeName("const GLint *")] Ref length ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] void ShaderSourceARB( [NativeTypeName("GLhandleARB")] uint shaderObj, @@ -189034,7 +84121,6 @@ void ShaderSourceARB( [NativeTypeName("const GLint *")] int* length ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShaderSourceARB")] void ShaderSourceARB( @@ -189044,28 +84130,6 @@ void ShaderSourceARB( [NativeTypeName("const GLint *")] Ref length ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_storage_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_storage_buffer_object", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glShaderStorageBlockBinding")] void ShaderStorageBlockBinding( [NativeTypeName("GLuint")] uint program, @@ -189073,14 +84137,12 @@ void ShaderStorageBlockBinding( [NativeTypeName("GLuint")] uint storageBlockBinding ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] uint combinerOp0, [NativeTypeName("GLenum")] uint combinerOp1 ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateCombinerOpsEXT")] void ShadingRateCombinerOpEXT( @@ -189088,31 +84150,20 @@ void ShadingRateCombinerOpEXT( [NativeTypeName("GLenum")] Constant combinerOp1 ); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] void ShadingRateEXT([NativeTypeName("GLenum")] uint rate); - [SupportedApiProfile("gles2", ["GL_EXT_fragment_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateEXT")] void ShadingRateEXT([NativeTypeName("GLenum")] Constant rate); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] void ShadingRateImageBarrierNV([NativeTypeName("GLboolean")] uint synchronize); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImageBarrierNV")] void ShadingRateImageBarrierNV([NativeTypeName("GLboolean")] MaybeBool synchronize); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] void ShadingRateImagePaletteNV( [NativeTypeName("GLuint")] uint viewport, @@ -189121,9 +84172,6 @@ void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] uint* rates ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] void ShadingRateImagePaletteNV( @@ -189133,9 +84181,6 @@ void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] Ref rates ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateImagePaletteNV")] void ShadingRateImagePaletteNV( @@ -189144,18 +84189,13 @@ void ShadingRateImagePaletteNV( [NativeTypeName("const GLenum *")] uint rates ); - [SupportedApiProfile("gles2", ["GL_QCOM_shading_rate"])] [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] void ShadingRateQCOM([NativeTypeName("GLenum")] uint rate); - [SupportedApiProfile("gles2", ["GL_QCOM_shading_rate"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateQCOM")] void ShadingRateQCOM([NativeTypeName("GLenum")] Constant rate); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] void ShadingRateSampleOrderCustomNV( [NativeTypeName("GLenum")] uint rate, @@ -189163,9 +84203,6 @@ void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] int* locations ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] void ShadingRateSampleOrderCustomNV( @@ -189174,9 +84211,6 @@ void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] Ref locations ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderCustomNV")] void ShadingRateSampleOrderCustomNV( @@ -189184,13 +84218,9 @@ void ShadingRateSampleOrderCustomNV( [NativeTypeName("const GLint *")] int locations ); - [SupportedApiProfile("gl", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("glcore", ["GL_NV_shading_rate_image"])] - [SupportedApiProfile("gles2", ["GL_NV_shading_rate_image"])] [NativeFunction("opengl", EntryPoint = "glShadingRateSampleOrderNV")] void ShadingRateSampleOrderNV([NativeTypeName("GLenum")] uint order); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] void SharpenTexFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -189198,7 +84228,6 @@ void SharpenTexFuncSGIS( [NativeTypeName("const GLfloat *")] float* points ); - [SupportedApiProfile("gl", ["GL_SGIS_sharpen_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSharpenTexFuncSGIS")] void SharpenTexFuncSGIS( @@ -189207,8 +84236,6 @@ void SharpenTexFuncSGIS( [NativeTypeName("const GLfloat *")] Ref points ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] void SignalSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -189219,8 +84246,6 @@ void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] uint* dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] void SignalSemaphoreEXT( @@ -189232,8 +84257,6 @@ void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] void SignalSemaphoreEXT( @@ -189244,8 +84267,6 @@ void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] void SignalSemaphoreEXT( @@ -189257,8 +84278,6 @@ void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] void SignalSemaphoreEXT( @@ -189269,8 +84288,6 @@ void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] void SignalSemaphoreEXT( @@ -189282,8 +84299,6 @@ void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreEXT")] void SignalSemaphoreEXT( @@ -189294,7 +84309,6 @@ void SignalSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref dstLayouts ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] void SignalSemaphoreNVX( [NativeTypeName("GLuint")] uint signalGpu, @@ -189303,7 +84317,6 @@ void SignalSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSignalSemaphoreui64NVX")] void SignalSemaphoreNVX( @@ -189313,20 +84326,12 @@ void SignalSemaphoreNVX( [NativeTypeName("const GLuint64 *")] Ref fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glSignalVkFenceNV")] void SignalVkFenceNV([NativeTypeName("GLuint64")] ulong vkFence); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glSignalVkSemaphoreNV")] void SignalVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] void SpecializeShader( [NativeTypeName("GLuint")] uint shader, @@ -189336,8 +84341,6 @@ void SpecializeShader( [NativeTypeName("const GLuint *")] uint* pConstantValue ); - [SupportedApiProfile("gl", ["GL_VERSION_4_6"], MinVersion = "4.6")] - [SupportedApiProfile("glcore", ["GL_VERSION_4_6"], MinVersion = "4.6")] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpecializeShader")] void SpecializeShader( @@ -189348,8 +84351,6 @@ void SpecializeShader( [NativeTypeName("const GLuint *")] Ref pConstantValue ); - [SupportedApiProfile("gl", ["GL_ARB_gl_spirv"])] - [SupportedApiProfile("glcore", ["GL_ARB_gl_spirv"])] [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] void SpecializeShaderARB( [NativeTypeName("GLuint")] uint shader, @@ -189359,8 +84360,6 @@ void SpecializeShaderARB( [NativeTypeName("const GLuint *")] uint* pConstantValue ); - [SupportedApiProfile("gl", ["GL_ARB_gl_spirv"])] - [SupportedApiProfile("glcore", ["GL_ARB_gl_spirv"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpecializeShaderARB")] void SpecializeShaderARB( @@ -189371,14 +84370,12 @@ void SpecializeShaderARB( [NativeTypeName("const GLuint *")] Ref pConstantValue ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] void SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfSGIX")] void SpriteParameterSGIX( @@ -189386,14 +84383,12 @@ void SpriteParameterSGIX( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] void SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterfvSGIX")] void SpriteParameterSGIX( @@ -189401,29 +84396,25 @@ void SpriteParameterSGIX( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] void SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameteriSGIX")] void SpriteParameterSGIX( [NativeTypeName("GLenum")] Constant pname, - [NativeTypeName("GLint")] int param1 + [NativeTypeName("GLint")] Constant param1 ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] void SpriteParameterSGIX( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_SGIX_sprite"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSpriteParameterivSGIX")] void SpriteParameterSGIX( @@ -189431,12 +84422,9 @@ void SpriteParameterSGIX( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glStartInstrumentsSGIX")] void StartInstrumentsSGIX(); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] void StartTilingQCOM( [NativeTypeName("GLuint")] uint x, @@ -189446,8 +84434,6 @@ void StartTilingQCOM( [NativeTypeName("GLbitfield")] uint preserveMask ); - [SupportedApiProfile("gles2", ["GL_QCOM_tiled_rendering"])] - [SupportedApiProfile("gles1", ["GL_QCOM_tiled_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStartTilingQCOM")] void StartTilingQCOM( @@ -189458,24 +84444,18 @@ void StartTilingQCOM( [NativeTypeName("GLbitfield")] Constant preserveMask ); - [SupportedApiProfile("gl", ["GL_NV_command_list"])] - [SupportedApiProfile("glcore", ["GL_NV_command_list"])] [NativeFunction("opengl", EntryPoint = "glStateCaptureNV")] void StateCaptureNV( [NativeTypeName("GLuint")] uint state, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_stencil_clear_tag"])] [NativeFunction("opengl", EntryPoint = "glStencilClearTagEXT")] void StencilClearTagEXT( [NativeTypeName("GLsizei")] uint stencilTagBits, [NativeTypeName("GLuint")] uint stencilClearTag ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] void StencilFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -189488,9 +84468,6 @@ void StencilFillPathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFillPathInstancedNV")] void StencilFillPathInstancedNV( @@ -189504,9 +84481,6 @@ void StencilFillPathInstancedNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] void StencilFillPathNV( [NativeTypeName("GLuint")] uint path, @@ -189514,9 +84488,6 @@ void StencilFillPathNV( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFillPathNV")] void StencilFillPathNV( @@ -189525,62 +84496,6 @@ void StencilFillPathNV( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilFunc")] void StencilFunc( [NativeTypeName("GLenum")] uint func, @@ -189588,62 +84503,6 @@ void StencilFunc( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFunc")] void StencilFunc( @@ -189652,49 +84511,6 @@ void StencilFunc( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] void StencilFuncSeparate( [NativeTypeName("GLenum")] uint face, @@ -189703,49 +84519,6 @@ void StencilFuncSeparate( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparate")] void StencilFuncSeparate( @@ -189755,7 +84528,6 @@ void StencilFuncSeparate( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] void StencilFuncSeparateATI( [NativeTypeName("GLenum")] uint frontfunc, @@ -189764,7 +84536,6 @@ void StencilFuncSeparateATI( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilFuncSeparateATI")] void StencilFuncSeparateATI( @@ -189774,157 +84545,15 @@ void StencilFuncSeparateATI( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilMask")] void StencilMask([NativeTypeName("GLuint")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] void StencilMaskSeparate( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilMaskSeparate")] void StencilMaskSeparate( @@ -189932,62 +84561,6 @@ void StencilMaskSeparate( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glStencilOp")] void StencilOp( [NativeTypeName("GLenum")] uint fail, @@ -189995,62 +84568,6 @@ void StencilOp( [NativeTypeName("GLenum")] uint zpass ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOp")] void StencilOp( @@ -190059,49 +84576,6 @@ void StencilOp( [NativeTypeName("GLenum")] Constant zpass ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] void StencilOpSeparate( [NativeTypeName("GLenum")] uint face, @@ -190110,49 +84584,6 @@ void StencilOpSeparate( [NativeTypeName("GLenum")] uint dppass ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparate")] void StencilOpSeparate( @@ -190162,7 +84593,6 @@ void StencilOpSeparate( [NativeTypeName("GLenum")] Constant dppass ); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] void StencilOpSeparateATI( [NativeTypeName("GLenum")] uint face, @@ -190171,7 +84601,6 @@ void StencilOpSeparateATI( [NativeTypeName("GLenum")] uint dppass ); - [SupportedApiProfile("gl", ["GL_ATI_separate_stencil"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpSeparateATI")] void StencilOpSeparateATI( @@ -190181,14 +84610,12 @@ void StencilOpSeparateATI( [NativeTypeName("GLenum")] Constant dppass ); - [SupportedApiProfile("gl", ["GL_AMD_stencil_operation_extended"])] [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] void StencilOpValueAMD( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_AMD_stencil_operation_extended"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilOpValueAMD")] void StencilOpValueAMD( @@ -190196,9 +84623,6 @@ void StencilOpValueAMD( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] void StencilStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -190211,9 +84635,6 @@ void StencilStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathInstancedNV")] void StencilStrokePathInstancedNV( @@ -190227,9 +84648,6 @@ void StencilStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilStrokePathNV")] void StencilStrokePathNV( [NativeTypeName("GLuint")] uint path, @@ -190237,9 +84655,6 @@ void StencilStrokePathNV( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] void StencilThenCoverFillPathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -190253,9 +84668,6 @@ void StencilThenCoverFillPathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathInstancedNV")] void StencilThenCoverFillPathInstancedNV( @@ -190270,9 +84682,6 @@ void StencilThenCoverFillPathInstancedNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] void StencilThenCoverFillPathNV( [NativeTypeName("GLuint")] uint path, @@ -190281,9 +84690,6 @@ void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] uint coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverFillPathNV")] void StencilThenCoverFillPathNV( @@ -190293,9 +84699,6 @@ void StencilThenCoverFillPathNV( [NativeTypeName("GLenum")] Constant coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] void StencilThenCoverStrokePathInstancedNV( [NativeTypeName("GLsizei")] uint numPaths, @@ -190309,9 +84712,6 @@ void StencilThenCoverStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathInstancedNV")] void StencilThenCoverStrokePathInstancedNV( @@ -190326,9 +84726,6 @@ void StencilThenCoverStrokePathInstancedNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] void StencilThenCoverStrokePathNV( [NativeTypeName("GLuint")] uint path, @@ -190337,9 +84734,6 @@ void StencilThenCoverStrokePathNV( [NativeTypeName("GLenum")] uint coverMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStencilThenCoverStrokePathNV")] void StencilThenCoverStrokePathNV( @@ -190349,35 +84743,28 @@ void StencilThenCoverStrokePathNV( [NativeTypeName("GLenum")] Constant coverMode ); - [SupportedApiProfile("gl", ["GL_SGIX_instruments"])] [NativeFunction("opengl", EntryPoint = "glStopInstrumentsSGIX")] void StopInstrumentsSGIX([NativeTypeName("GLint")] int marker); - [SupportedApiProfile("gl", ["GL_GREMEDY_string_marker"])] [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] - void StringMarkerGremedy( + void StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] void* @string ); - [SupportedApiProfile("gl", ["GL_GREMEDY_string_marker"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glStringMarkerGREMEDY")] - void StringMarkerGremedy( + void StringMarkerGREMEDY( [NativeTypeName("GLsizei")] uint len, [NativeTypeName("const void *")] Ref @string ); - [SupportedApiProfile("gl", ["GL_NV_conservative_raster"])] - [SupportedApiProfile("glcore", ["GL_NV_conservative_raster"])] - [SupportedApiProfile("gles2", ["GL_NV_conservative_raster"])] [NativeFunction("opengl", EntryPoint = "glSubpixelPrecisionBiasNV")] void SubpixelPrecisionBiasNV( [NativeTypeName("GLuint")] uint xbits, [NativeTypeName("GLuint")] uint ybits ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] void SwizzleEXT( [NativeTypeName("GLuint")] uint res, @@ -190388,7 +84775,6 @@ void SwizzleEXT( [NativeTypeName("GLenum")] uint outW ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glSwizzleEXT")] void SwizzleEXT( @@ -190400,15 +84786,12 @@ void SwizzleEXT( [NativeTypeName("GLenum")] Constant outW ); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glSyncTextureINTEL")] - void SyncTextureIntel([NativeTypeName("GLuint")] uint texture); + void SyncTextureINTEL([NativeTypeName("GLuint")] uint texture); - [SupportedApiProfile("gl", ["GL_SGIX_tag_sample_buffer"])] [NativeFunction("opengl", EntryPoint = "glTagSampleBufferSGIX")] void TagSampleBufferSGIX(); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3bEXT")] void Tangent3EXT( [NativeTypeName("GLbyte")] sbyte tx, @@ -190416,16 +84799,13 @@ void Tangent3EXT( [NativeTypeName("GLbyte")] sbyte tz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] void Tangent3EXT([NativeTypeName("const GLbyte *")] sbyte* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3bvEXT")] void Tangent3EXT([NativeTypeName("const GLbyte *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3dEXT")] void Tangent3EXT( [NativeTypeName("GLdouble")] double tx, @@ -190433,16 +84813,13 @@ void Tangent3EXT( [NativeTypeName("GLdouble")] double tz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] void Tangent3EXT([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3dvEXT")] void Tangent3EXT([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3fEXT")] void Tangent3EXT( [NativeTypeName("GLfloat")] float tx, @@ -190450,16 +84827,13 @@ void Tangent3EXT( [NativeTypeName("GLfloat")] float tz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] void Tangent3EXT([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3fvEXT")] void Tangent3EXT([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3iEXT")] void Tangent3EXT( [NativeTypeName("GLint")] int tx, @@ -190467,16 +84841,13 @@ void Tangent3EXT( [NativeTypeName("GLint")] int tz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] void Tangent3EXT([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3ivEXT")] void Tangent3EXT([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3sEXT")] void Tangent3EXT( [NativeTypeName("GLshort")] short tx, @@ -190484,16 +84855,13 @@ void Tangent3EXT( [NativeTypeName("GLshort")] short tz ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] void Tangent3EXT([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangent3svEXT")] void Tangent3EXT([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] void TangentPointerEXT( [NativeTypeName("GLenum")] uint type, @@ -190501,7 +84869,6 @@ void TangentPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_coordinate_frame"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTangentPointerEXT")] void TangentPointerEXT( @@ -190510,64 +84877,48 @@ void TangentPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_3DFX_tbuffer"])] [NativeFunction("opengl", EntryPoint = "glTbufferMask3DFX")] void TbufferMask3DFX([NativeTypeName("GLuint")] uint mask); - [SupportedApiProfile("gl", ["GL_AMD_vertex_shader_tessellator"])] [NativeFunction("opengl", EntryPoint = "glTessellationFactorAMD")] void TessellationFactorAMD([NativeTypeName("GLfloat")] float factor); - [SupportedApiProfile("gl", ["GL_AMD_vertex_shader_tessellator"])] [NativeFunction("opengl", EntryPoint = "glTessellationModeAMD")] void TessellationModeAMD([NativeTypeName("GLenum")] uint mode); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] - MaybeBool TestFenceApple([NativeTypeName("GLuint")] uint fence); + MaybeBool TestFenceAPPLE([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glTestFenceAPPLE")] - uint TestFenceAppleRaw([NativeTypeName("GLuint")] uint fence); + uint TestFenceAppleRawAPPLE([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] MaybeBool TestFenceNV([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_fence"])] - [SupportedApiProfile("gles2", ["GL_NV_fence"])] - [SupportedApiProfile("gles1", ["GL_NV_fence"])] [NativeFunction("opengl", EntryPoint = "glTestFenceNV")] - uint TestFenceNVRaw([NativeTypeName("GLuint")] uint fence); + uint TestFenceNVRawNV([NativeTypeName("GLuint")] uint fence); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] - MaybeBool TestObjectApple( + MaybeBool TestObjectAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_APPLE_fence"])] [NativeFunction("opengl", EntryPoint = "glTestObjectAPPLE")] - uint TestObjectAppleRaw( + uint TestObjectAppleRawAPPLE( [NativeTypeName("GLenum")] uint @object, [NativeTypeName("GLuint")] uint name ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] void TexAttachMemoryNV( [NativeTypeName("GLenum")] uint target, @@ -190575,9 +84926,6 @@ void TexAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexAttachMemoryNV")] void TexAttachMemoryNV( @@ -190586,38 +84934,6 @@ void TexAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glTexBuffer")] void TexBuffer( [NativeTypeName("GLenum")] uint target, @@ -190625,38 +84941,6 @@ void TexBuffer( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBuffer")] void TexBuffer( @@ -190665,8 +84949,6 @@ void TexBuffer( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_ARB_texture_buffer_object"])] - [SupportedApiProfile("glcore", ["GL_ARB_texture_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] void TexBufferARB( [NativeTypeName("GLenum")] uint target, @@ -190674,8 +84956,6 @@ void TexBufferARB( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_ARB_texture_buffer_object"])] - [SupportedApiProfile("glcore", ["GL_ARB_texture_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferARB")] void TexBufferARB( @@ -190684,8 +84964,6 @@ void TexBufferARB( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_texture_buffer_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] void TexBufferEXT( [NativeTypeName("GLenum")] uint target, @@ -190693,8 +84971,6 @@ void TexBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_texture_buffer_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferEXT")] void TexBufferEXT( @@ -190703,7 +84979,6 @@ void TexBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] void TexBufferOES( [NativeTypeName("GLenum")] uint target, @@ -190711,7 +84986,6 @@ void TexBufferOES( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferOES")] void TexBufferOES( @@ -190720,28 +84994,6 @@ void TexBufferOES( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] void TexBufferRange( [NativeTypeName("GLenum")] uint target, @@ -190751,28 +85003,6 @@ void TexBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_buffer_range", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRange")] void TexBufferRange( @@ -190783,7 +85013,6 @@ void TexBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] void TexBufferRangeEXT( [NativeTypeName("GLenum")] uint target, @@ -190793,7 +85022,6 @@ void TexBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeEXT")] void TexBufferRangeEXT( @@ -190804,7 +85032,6 @@ void TexBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] void TexBufferRangeOES( [NativeTypeName("GLenum")] uint target, @@ -190814,7 +85041,6 @@ void TexBufferRangeOES( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gles2", ["GL_OES_texture_buffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBufferRangeOES")] void TexBufferRangeOES( @@ -190825,14 +85051,12 @@ void TexBufferRangeOES( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] void TexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLfloat *")] float* param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterfvATI")] void TexBumpParameterATI( @@ -190840,14 +85064,12 @@ void TexBumpParameterATI( [NativeTypeName("const GLfloat *")] Ref param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] void TexBumpParameterATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("const GLint *")] int* param1 ); - [SupportedApiProfile("gl", ["GL_ATI_envmap_bumpmap"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexBumpParameterivATI")] void TexBumpParameterATI( @@ -190855,643 +85077,127 @@ void TexBumpParameterATI( [NativeTypeName("const GLint *")] Ref param1 ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1bOES")] void TexCoord1OES([NativeTypeName("GLbyte")] sbyte s); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] - void TexCoord1BvO([NativeTypeName("const GLbyte *")] sbyte coords); + void TexCoord1BvOOES([NativeTypeName("const GLbyte *")] sbyte coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] void TexCoord1OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1bvOES")] void TexCoord1OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord1d")] - void TexCoord1D([NativeTypeName("GLdouble")] double s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1d([NativeTypeName("GLdouble")] double s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] - void TexCoord1Dv([NativeTypeName("const GLdouble *")] double* v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1dv([NativeTypeName("const GLdouble *")] double* v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] - void TexCoord1Dv([NativeTypeName("const GLdouble *")] Ref v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1dv([NativeTypeName("const GLdouble *")] Ref v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1dv")] - void TexCoord1Dv([NativeTypeName("const GLdouble *")] double v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1dv([NativeTypeName("const GLdouble *")] double v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1f")] - void TexCoord1F([NativeTypeName("GLfloat")] float s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1f([NativeTypeName("GLfloat")] float s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] - void TexCoord1Fv([NativeTypeName("const GLfloat *")] float* v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1fv([NativeTypeName("const GLfloat *")] float* v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] - void TexCoord1Fv([NativeTypeName("const GLfloat *")] Ref v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1fv([NativeTypeName("const GLfloat *")] Ref v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1fv")] - void TexCoord1Fv([NativeTypeName("const GLfloat *")] float v); + void TexCoord1fv([NativeTypeName("const GLfloat *")] float v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1hNV")] void TexCoord1NV([NativeTypeName("GLhalfNV")] ushort s); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] - void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort* v); + void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] - void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] Ref v); + void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1hvNV")] - void TexCoord1HvNV([NativeTypeName("const GLhalfNV *")] ushort v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1hvNV([NativeTypeName("const GLhalfNV *")] ushort v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1i")] - void TexCoord1I([NativeTypeName("GLint")] int s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1i([NativeTypeName("GLint")] int s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] - void TexCoord1Iv([NativeTypeName("const GLint *")] int* v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1iv([NativeTypeName("const GLint *")] int* v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] - void TexCoord1Iv([NativeTypeName("const GLint *")] Ref v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1iv([NativeTypeName("const GLint *")] Ref v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1iv")] - void TexCoord1Iv([NativeTypeName("const GLint *")] int v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1iv([NativeTypeName("const GLint *")] int v); + [NativeFunction("opengl", EntryPoint = "glTexCoord1s")] - void TexCoord1S([NativeTypeName("GLshort")] short s); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1s([NativeTypeName("GLshort")] short s); + [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] - void TexCoord1Sv([NativeTypeName("const GLshort *")] short* v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1sv([NativeTypeName("const GLshort *")] short* v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] - void TexCoord1Sv([NativeTypeName("const GLshort *")] Ref v); - - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] + void TexCoord1sv([NativeTypeName("const GLshort *")] Ref v); + [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1sv")] - void TexCoord1Sv([NativeTypeName("const GLshort *")] short v); + void TexCoord1sv([NativeTypeName("const GLshort *")] short v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1xOES")] void TexCoord1XOES([NativeTypeName("GLfixed")] int s); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] - void TexCoord1XvO([NativeTypeName("const GLfixed *")] int coords); + void TexCoord1XvOOES([NativeTypeName("const GLfixed *")] int coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] void TexCoord1XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord1xvOES")] void TexCoord1XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2bOES")] void TexCoord2OES([NativeTypeName("GLbyte")] sbyte s, [NativeTypeName("GLbyte")] sbyte t); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] void TexCoord2OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2bvOES")] void TexCoord2OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2d")] void TexCoord2([NativeTypeName("GLdouble")] double s, [NativeTypeName("GLdouble")] double t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] void TexCoord2([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2dv")] void TexCoord2([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2f")] void TexCoord2([NativeTypeName("GLfloat")] float s, [NativeTypeName("GLfloat")] float t); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fSUN")] void TexCoord2FColor3FVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -191504,7 +85210,6 @@ void TexCoord2FColor3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] void TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -191512,7 +85217,6 @@ void TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor3fVertex3fvSUN")] void TexCoord2FColor3FVertex3SUN( @@ -191521,7 +85225,6 @@ void TexCoord2FColor3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fSUN")] void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -191538,7 +85241,6 @@ void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -191547,7 +85249,6 @@ void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4fNormal3fVertex3fvSUN")] void TexCoord2FColor4FNormal3FVertex3SUN( @@ -191557,7 +85258,6 @@ void TexCoord2FColor4FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fSUN")] void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -191571,7 +85271,6 @@ void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -191579,7 +85278,6 @@ void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fColor4ubVertex3fvSUN")] void TexCoord2FColor4UbVertex3SUN( @@ -191588,7 +85286,6 @@ void TexCoord2FColor4UbVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fSUN")] void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -191601,7 +85298,6 @@ void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -191609,7 +85305,6 @@ void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fNormal3fVertex3fvSUN")] void TexCoord2FNormal3FVertex3SUN( @@ -191618,64 +85313,13 @@ void TexCoord2FNormal3FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] void TexCoord2([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fv")] void TexCoord2([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fSUN")] void TexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float s, @@ -191685,14 +85329,12 @@ void TexCoord2FVertex3SUN( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] void TexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] float* tc, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2fVertex3fvSUN")] void TexCoord2FVertex3SUN( @@ -191700,203 +85342,46 @@ void TexCoord2FVertex3SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2hNV")] void TexCoord2NV([NativeTypeName("GLhalfNV")] ushort s, [NativeTypeName("GLhalfNV")] ushort t); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] void TexCoord2NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2hvNV")] void TexCoord2NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2i")] void TexCoord2([NativeTypeName("GLint")] int s, [NativeTypeName("GLint")] int t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] void TexCoord2([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2iv")] void TexCoord2([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2s")] void TexCoord2([NativeTypeName("GLshort")] short s, [NativeTypeName("GLshort")] short t); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] void TexCoord2([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2sv")] void TexCoord2([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2xOES")] void TexCoord2XOES([NativeTypeName("GLfixed")] int s, [NativeTypeName("GLfixed")] int t); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] void TexCoord2XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord2xvOES")] void TexCoord2XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3bOES")] void TexCoord3OES( [NativeTypeName("GLbyte")] sbyte s, @@ -191904,40 +85389,13 @@ void TexCoord3OES( [NativeTypeName("GLbyte")] sbyte r ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] void TexCoord3OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3bvOES")] void TexCoord3OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3d")] void TexCoord3( [NativeTypeName("GLdouble")] double s, @@ -191945,88 +85403,13 @@ void TexCoord3( [NativeTypeName("GLdouble")] double r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] void TexCoord3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3dv")] void TexCoord3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3f")] void TexCoord3( [NativeTypeName("GLfloat")] float s, @@ -192034,64 +85417,13 @@ void TexCoord3( [NativeTypeName("GLfloat")] float r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] void TexCoord3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3fv")] void TexCoord3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3hNV")] void TexCoord3NV( [NativeTypeName("GLhalfNV")] ushort s, @@ -192099,40 +85431,13 @@ void TexCoord3NV( [NativeTypeName("GLhalfNV")] ushort r ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] void TexCoord3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3hvNV")] void TexCoord3NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3i")] void TexCoord3( [NativeTypeName("GLint")] int s, @@ -192140,88 +85445,13 @@ void TexCoord3( [NativeTypeName("GLint")] int r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] void TexCoord3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3iv")] void TexCoord3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3s")] void TexCoord3( [NativeTypeName("GLshort")] short s, @@ -192229,64 +85459,13 @@ void TexCoord3( [NativeTypeName("GLshort")] short r ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] void TexCoord3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3sv")] void TexCoord3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3xOES")] void TexCoord3XOES( [NativeTypeName("GLfixed")] int s, @@ -192294,16 +85473,13 @@ void TexCoord3XOES( [NativeTypeName("GLfixed")] int r ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] void TexCoord3XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord3xvOES")] void TexCoord3XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4bOES")] void TexCoord4OES( [NativeTypeName("GLbyte")] sbyte s, @@ -192312,40 +85488,13 @@ void TexCoord4OES( [NativeTypeName("GLbyte")] sbyte q ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] void TexCoord4OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4bvOES")] void TexCoord4OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4d")] void TexCoord4( [NativeTypeName("GLdouble")] double s, @@ -192354,88 +85503,13 @@ void TexCoord4( [NativeTypeName("GLdouble")] double q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] void TexCoord4([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4dv")] void TexCoord4([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4f")] void TexCoord4( [NativeTypeName("GLfloat")] float s, @@ -192444,7 +85518,6 @@ void TexCoord4( [NativeTypeName("GLfloat")] float q ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fSUN")] void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("GLfloat")] float s, @@ -192464,7 +85537,6 @@ void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] float* tc, @@ -192473,7 +85545,6 @@ void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fColor4fNormal3fVertex4fvSUN")] void TexCoord4FColor4FNormal3FVertex4SUN( @@ -192483,64 +85554,13 @@ void TexCoord4FColor4FNormal3FVertex4SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] void TexCoord4([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fv")] void TexCoord4([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fSUN")] void TexCoord4FVertex4SUN( [NativeTypeName("GLfloat")] float s, @@ -192553,14 +85573,12 @@ void TexCoord4FVertex4SUN( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] void TexCoord4FVertex4SUN( [NativeTypeName("const GLfloat *")] float* tc, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_SUN_vertex"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4fVertex4fvSUN")] void TexCoord4FVertex4SUN( @@ -192568,7 +85586,6 @@ void TexCoord4FVertex4SUN( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4hNV")] void TexCoord4NV( [NativeTypeName("GLhalfNV")] ushort s, @@ -192577,40 +85594,13 @@ void TexCoord4NV( [NativeTypeName("GLhalfNV")] ushort q ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] void TexCoord4NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4hvNV")] void TexCoord4NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4i")] void TexCoord4( [NativeTypeName("GLint")] int s, @@ -192619,88 +85609,13 @@ void TexCoord4( [NativeTypeName("GLint")] int q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] void TexCoord4([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4iv")] void TexCoord4([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4s")] void TexCoord4( [NativeTypeName("GLshort")] short s, @@ -192709,64 +85624,13 @@ void TexCoord4( [NativeTypeName("GLshort")] short q ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] void TexCoord4([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4sv")] void TexCoord4([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4xOES")] void TexCoord4XOES( [NativeTypeName("GLfixed")] int s, @@ -192775,17 +85639,13 @@ void TexCoord4XOES( [NativeTypeName("GLfixed")] int q ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] void TexCoord4XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoord4xvOES")] void TexCoord4XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glTexCoordFormatNV")] void TexCoordFormatNV( [NativeTypeName("GLint")] int size, @@ -192793,11 +85653,9 @@ void TexCoordFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] void TexCoordP1([NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1ui")] void TexCoordP1( @@ -192805,34 +85663,29 @@ void TexCoordP1( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] - void TexCoordP1Uiv( + void TexCoordP1uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] - void TexCoordP1Uiv( + void TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP1uiv")] - void TexCoordP1Uiv( + void TexCoordP1uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] void TexCoordP2([NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2ui")] void TexCoordP2( @@ -192840,34 +85693,29 @@ void TexCoordP2( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] - void TexCoordP2Uiv( + void TexCoordP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] - void TexCoordP2Uiv( + void TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP2uiv")] - void TexCoordP2Uiv( + void TexCoordP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] void TexCoordP3([NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3ui")] void TexCoordP3( @@ -192875,34 +85723,29 @@ void TexCoordP3( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] - void TexCoordP3Uiv( + void TexCoordP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] - void TexCoordP3Uiv( + void TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP3uiv")] - void TexCoordP3Uiv( + void TexCoordP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] void TexCoordP4([NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint coords); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4ui")] void TexCoordP4( @@ -192910,54 +85753,26 @@ void TexCoordP4( [NativeTypeName("GLuint")] uint coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] - void TexCoordP4Uiv( + void TexCoordP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] - void TexCoordP4Uiv( + void TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordP4uiv")] - void TexCoordP4Uiv( + void TexCoordP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint coords ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] void TexCoordPointer( [NativeTypeName("GLint")] int size, @@ -192966,31 +85781,6 @@ void TexCoordPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointer")] void TexCoordPointer( @@ -193000,7 +85790,6 @@ void TexCoordPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] void TexCoordPointerEXT( [NativeTypeName("GLint")] int size, @@ -193010,7 +85799,6 @@ void TexCoordPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerEXT")] void TexCoordPointerEXT( @@ -193021,7 +85809,6 @@ void TexCoordPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] void TexCoordPointerListIBM( [NativeTypeName("GLint")] int size, @@ -193031,7 +85818,6 @@ void TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] void TexCoordPointerListIBM( @@ -193042,7 +85828,6 @@ void TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointerListIBM")] Ptr TexCoordPointerListIBM( @@ -193051,49 +85836,21 @@ Ptr TexCoordPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] - void TexCoordPointerIntel( + void TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexCoordPointervINTEL")] - void TexCoordPointerIntel( + void TexCoordPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvf")] void TexEnv( [NativeTypeName("GLenum")] uint target, @@ -193101,32 +85858,6 @@ void TexEnv( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvf")] void TexEnv( @@ -193135,32 +85866,6 @@ void TexEnv( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] void TexEnv( [NativeTypeName("GLenum")] uint target, @@ -193168,32 +85873,6 @@ void TexEnv( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvfv")] void TexEnv( @@ -193202,32 +85881,6 @@ void TexEnv( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvi")] void TexEnv( [NativeTypeName("GLenum")] uint target, @@ -193235,32 +85888,6 @@ void TexEnv( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvi")] void TexEnv( @@ -193269,32 +85896,6 @@ void TexEnv( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnviv")] void TexEnv( [NativeTypeName("GLenum")] uint target, @@ -193302,32 +85903,6 @@ void TexEnv( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnviv")] void TexEnv( @@ -193336,7 +85911,6 @@ void TexEnv( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvx")] void TexEnvx( [NativeTypeName("GLenum")] uint target, @@ -193344,7 +85918,6 @@ void TexEnvx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvx")] void TexEnvx( @@ -193353,8 +85926,6 @@ void TexEnvx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] void TexEnvxOES( [NativeTypeName("GLenum")] uint target, @@ -193362,8 +85933,6 @@ void TexEnvxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxOES")] void TexEnvxOES( @@ -193372,7 +85941,6 @@ void TexEnvxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] void TexEnvx( [NativeTypeName("GLenum")] uint target, @@ -193380,7 +85948,6 @@ void TexEnvx( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxv")] void TexEnvx( @@ -193389,8 +85956,6 @@ void TexEnvx( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] void TexEnvxOES( [NativeTypeName("GLenum")] uint target, @@ -193398,8 +85963,6 @@ void TexEnvxOES( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexEnvxvOES")] void TexEnvxOES( @@ -193408,7 +85971,6 @@ void TexEnvxOES( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_QCOM_motion_estimation"])] [NativeFunction("opengl", EntryPoint = "glTexEstimateMotionQCOM")] void TexEstimateMotionQCOM( [NativeTypeName("GLuint")] uint @ref, @@ -193416,7 +85978,6 @@ void TexEstimateMotionQCOM( [NativeTypeName("GLuint")] uint output ); - [SupportedApiProfile("gles2", ["GL_QCOM_motion_estimation"])] [NativeFunction("opengl", EntryPoint = "glTexEstimateMotionRegionsQCOM")] void TexEstimateMotionRegionQCOM( [NativeTypeName("GLuint")] uint @ref, @@ -193425,16 +85986,14 @@ void TexEstimateMotionRegionQCOM( [NativeTypeName("GLuint")] uint mask ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] - void TexFilterFuncSGI( + void TexFilterFuncSGISGIS( [NativeTypeName("GLenum")] Constant target, [NativeTypeName("GLenum")] Constant filter, [NativeTypeName("const GLfloat *")] float weights ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] void TexFilterFuncSGIS( [NativeTypeName("GLenum")] uint target, @@ -193443,7 +86002,6 @@ void TexFilterFuncSGIS( [NativeTypeName("const GLfloat *")] float* weights ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_filter4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexFilterFuncSGIS")] void TexFilterFuncSGIS( @@ -193453,31 +86011,6 @@ void TexFilterFuncSGIS( [NativeTypeName("const GLfloat *")] Ref weights ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGend")] void TexGen( [NativeTypeName("GLenum")] uint coord, @@ -193485,31 +86018,6 @@ void TexGen( [NativeTypeName("GLdouble")] double param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGend")] void TexGen( @@ -193518,31 +86026,6 @@ void TexGen( [NativeTypeName("GLdouble")] double param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGendv")] void TexGen( [NativeTypeName("GLenum")] uint coord, @@ -193550,31 +86033,6 @@ void TexGen( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGendv")] void TexGen( @@ -193583,31 +86041,6 @@ void TexGen( [NativeTypeName("const GLdouble *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGenf")] void TexGen( [NativeTypeName("GLenum")] uint coord, @@ -193615,31 +86048,6 @@ void TexGen( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenf")] void TexGen( @@ -193648,7 +86056,6 @@ void TexGen( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] void TexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -193656,7 +86063,6 @@ void TexGenOES( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfOES")] void TexGenOES( @@ -193665,31 +86071,6 @@ void TexGenOES( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGenfv")] void TexGen( [NativeTypeName("GLenum")] uint coord, @@ -193697,31 +86078,6 @@ void TexGen( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfv")] void TexGen( @@ -193730,7 +86086,6 @@ void TexGen( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] void TexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -193738,7 +86093,6 @@ void TexGenOES( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenfvOES")] void TexGenOES( @@ -193747,31 +86101,6 @@ void TexGenOES( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGeni")] void TexGen( [NativeTypeName("GLenum")] uint coord, @@ -193779,31 +86108,6 @@ void TexGen( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeni")] void TexGen( @@ -193812,7 +86116,6 @@ void TexGen( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] void TexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -193820,7 +86123,6 @@ void TexGenOES( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeniOES")] void TexGenOES( @@ -193829,31 +86131,6 @@ void TexGenOES( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexGeniv")] void TexGen( [NativeTypeName("GLenum")] uint coord, @@ -193861,31 +86138,6 @@ void TexGen( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGeniv")] void TexGen( @@ -193894,7 +86146,6 @@ void TexGen( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] void TexGenOES( [NativeTypeName("GLenum")] uint coord, @@ -193902,7 +86153,6 @@ void TexGenOES( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenivOES")] void TexGenOES( @@ -193911,8 +86161,6 @@ void TexGenOES( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] void TexGenxOES( [NativeTypeName("GLenum")] uint coord, @@ -193920,8 +86168,6 @@ void TexGenxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenxOES")] void TexGenxOES( @@ -193930,8 +86176,6 @@ void TexGenxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] void TexGenxOES( [NativeTypeName("GLenum")] uint coord, @@ -193939,8 +86183,6 @@ void TexGenxOES( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point", "GL_OES_texture_cube_map"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexGenxvOES")] void TexGenxOES( @@ -193949,56 +86191,6 @@ void TexGenxOES( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTexImage1D")] void TexImage1D( [NativeTypeName("GLenum")] uint target, @@ -194011,56 +86203,6 @@ void TexImage1D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage1D")] void TexImage1D( @@ -194074,62 +86216,6 @@ void TexImage1D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexImage2D")] void TexImage2D( [NativeTypeName("GLenum")] uint target, @@ -194143,62 +86229,6 @@ void TexImage2D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2D")] void TexImage2D( @@ -194213,38 +86243,6 @@ void TexImage2D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] void TexImage2DMultisample( [NativeTypeName("GLenum")] uint target, @@ -194255,38 +86253,6 @@ void TexImage2DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisample")] void TexImage2DMultisample( @@ -194298,7 +86264,6 @@ void TexImage2DMultisample( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] void TexImage2DMultisampleCoverageNV( [NativeTypeName("GLenum")] uint target, @@ -194310,7 +86275,6 @@ void TexImage2DMultisampleCoverageNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage2DMultisampleCoverageNV")] void TexImage2DMultisampleCoverageNV( @@ -194323,52 +86287,6 @@ void TexImage2DMultisampleCoverageNV( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage3D")] void TexImage3D( [NativeTypeName("GLenum")] uint target, @@ -194383,52 +86301,6 @@ void TexImage3D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3D")] void TexImage3D( @@ -194444,7 +86316,6 @@ void TexImage3D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] void TexImage3DEXT( [NativeTypeName("GLenum")] uint target, @@ -194459,7 +86330,6 @@ void TexImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DEXT")] void TexImage3DEXT( @@ -194475,38 +86345,6 @@ void TexImage3DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] void TexImage3DMultisample( [NativeTypeName("GLenum")] uint target, @@ -194518,38 +86356,6 @@ void TexImage3DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_multisample", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisample")] void TexImage3DMultisample( @@ -194562,7 +86368,6 @@ void TexImage3DMultisample( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] void TexImage3DMultisampleCoverageNV( [NativeTypeName("GLenum")] uint target, @@ -194575,7 +86380,6 @@ void TexImage3DMultisampleCoverageNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DMultisampleCoverageNV")] void TexImage3DMultisampleCoverageNV( @@ -194589,7 +86393,6 @@ void TexImage3DMultisampleCoverageNV( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] void TexImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -194604,7 +86407,6 @@ void TexImage3DOES( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage3DOES")] void TexImage3DOES( @@ -194620,7 +86422,6 @@ void TexImage3DOES( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] void TexImage4DSGIS( [NativeTypeName("GLenum")] uint target, @@ -194636,7 +86437,6 @@ void TexImage4DSGIS( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexImage4DSGIS")] void TexImage4DSGIS( @@ -194653,8 +86453,6 @@ void TexImage4DSGIS( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] void TexPageCommitmentARB( [NativeTypeName("GLenum")] uint target, @@ -194668,8 +86466,6 @@ void TexPageCommitmentARB( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_ARB_sparse_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentARB")] void TexPageCommitmentARB( @@ -194684,7 +86480,6 @@ void TexPageCommitmentARB( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gles2", ["GL_EXT_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] void TexPageCommitmentEXT( [NativeTypeName("GLenum")] uint target, @@ -194698,7 +86493,6 @@ void TexPageCommitmentEXT( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gles2", ["GL_EXT_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentEXT")] void TexPageCommitmentEXT( @@ -194713,9 +86507,6 @@ void TexPageCommitmentEXT( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] void TexPageCommitmentMemNV( [NativeTypeName("GLenum")] uint target, @@ -194732,9 +86523,6 @@ void TexPageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexPageCommitmentMemNV")] void TexPageCommitmentMemNV( @@ -194752,62 +86540,6 @@ void TexPageCommitmentMemNV( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterf")] void TexParameter( [NativeTypeName("GLenum")] uint target, @@ -194815,62 +86547,6 @@ void TexParameter( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterf")] void TexParameter( @@ -194879,62 +86555,6 @@ void TexParameter( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] void TexParameter( [NativeTypeName("GLenum")] uint target, @@ -194942,62 +86562,6 @@ void TexParameter( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterfv")] void TexParameter( @@ -195006,62 +86570,6 @@ void TexParameter( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameteri")] void TexParameter( [NativeTypeName("GLenum")] uint target, @@ -195069,62 +86577,6 @@ void TexParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameteri")] void TexParameter( @@ -195133,40 +86585,6 @@ void TexParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] void TexParameterI( [NativeTypeName("GLenum")] uint target, @@ -195174,40 +86592,6 @@ void TexParameterI( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIiv")] void TexParameterI( @@ -195216,8 +86600,6 @@ void TexParameterI( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] void TexParameterIEXT( [NativeTypeName("GLenum")] uint target, @@ -195225,8 +86607,6 @@ void TexParameterIEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIivEXT")] void TexParameterIEXT( @@ -195235,7 +86615,6 @@ void TexParameterIEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] void TexParameterIOES( [NativeTypeName("GLenum")] uint target, @@ -195243,7 +86622,6 @@ void TexParameterIOES( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIivOES")] void TexParameterIOES( @@ -195252,40 +86630,6 @@ void TexParameterIOES( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] void TexParameterI( [NativeTypeName("GLenum")] uint target, @@ -195293,40 +86637,6 @@ void TexParameterI( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuiv")] void TexParameterI( @@ -195335,8 +86645,6 @@ void TexParameterI( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] void TexParameterIEXT( [NativeTypeName("GLenum")] uint target, @@ -195344,8 +86652,6 @@ void TexParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_texture_integer"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivEXT")] void TexParameterIEXT( @@ -195354,7 +86660,6 @@ void TexParameterIEXT( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] void TexParameterIOES( [NativeTypeName("GLenum")] uint target, @@ -195362,7 +86667,6 @@ void TexParameterIOES( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gles2", ["GL_OES_texture_border_clamp"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterIuivOES")] void TexParameterIOES( @@ -195371,62 +86675,6 @@ void TexParameterIOES( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] void TexParameter( [NativeTypeName("GLenum")] uint target, @@ -195434,62 +86682,6 @@ void TexParameter( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameteriv")] void TexParameter( @@ -195498,7 +86690,6 @@ void TexParameter( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterx")] void TexParameterx( [NativeTypeName("GLenum")] uint target, @@ -195506,7 +86697,6 @@ void TexParameterx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterx")] void TexParameterx( @@ -195515,8 +86705,6 @@ void TexParameterx( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] void TexParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -195524,8 +86712,6 @@ void TexParameterxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxOES")] void TexParameterxOES( @@ -195534,7 +86720,6 @@ void TexParameterxOES( [NativeTypeName("GLfixed")] int param2 ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] void TexParameterx( [NativeTypeName("GLenum")] uint target, @@ -195542,7 +86727,6 @@ void TexParameterx( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxv")] void TexParameterx( @@ -195551,8 +86735,6 @@ void TexParameterx( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] void TexParameterxOES( [NativeTypeName("GLenum")] uint target, @@ -195560,8 +86742,6 @@ void TexParameterxOES( [NativeTypeName("const GLfixed *")] int* @params ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexParameterxvOES")] void TexParameterxOES( @@ -195570,14 +86750,12 @@ void TexParameterxOES( [NativeTypeName("const GLfixed *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] void TexRenderbufferNV( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_NV_explicit_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexRenderbufferNV")] void TexRenderbufferNV( @@ -195585,30 +86763,6 @@ void TexRenderbufferNV( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] void TexStorage1D( [NativeTypeName("GLenum")] uint target, @@ -195617,30 +86771,6 @@ void TexStorage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage1D")] void TexStorage1D( @@ -195650,10 +86780,6 @@ void TexStorage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] void TexStorage1DEXT( [NativeTypeName("GLenum")] uint target, @@ -195662,10 +86788,6 @@ void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage1DEXT")] void TexStorage1DEXT( @@ -195675,30 +86797,6 @@ void TexStorage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] void TexStorage2D( [NativeTypeName("GLenum")] uint target, @@ -195708,30 +86806,6 @@ void TexStorage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2D")] void TexStorage2D( @@ -195742,10 +86816,6 @@ void TexStorage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] void TexStorage2DEXT( [NativeTypeName("GLenum")] uint target, @@ -195755,10 +86825,6 @@ void TexStorage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2DEXT")] void TexStorage2DEXT( @@ -195769,28 +86835,6 @@ void TexStorage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] void TexStorage2DMultisample( [NativeTypeName("GLenum")] uint target, @@ -195801,28 +86845,6 @@ void TexStorage2DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage2DMultisample")] void TexStorage2DMultisample( @@ -195834,30 +86856,6 @@ void TexStorage2DMultisample( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] void TexStorage3D( [NativeTypeName("GLenum")] uint target, @@ -195868,30 +86866,6 @@ void TexStorage3D( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3D")] void TexStorage3D( @@ -195903,10 +86877,6 @@ void TexStorage3D( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] void TexStorage3DEXT( [NativeTypeName("GLenum")] uint target, @@ -195917,10 +86887,6 @@ void TexStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DEXT")] void TexStorage3DEXT( @@ -195932,28 +86898,6 @@ void TexStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] void TexStorage3DMultisample( [NativeTypeName("GLenum")] uint target, @@ -195965,28 +86909,6 @@ void TexStorage3DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_storage_multisample", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisample")] void TexStorage3DMultisample( @@ -195999,7 +86921,6 @@ void TexStorage3DMultisample( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_storage_multisample_2d_array"])] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] void TexStorage3DMultisampleOES( [NativeTypeName("GLenum")] uint target, @@ -196011,7 +86932,6 @@ void TexStorage3DMultisampleOES( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_OES_texture_storage_multisample_2d_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorage3DMultisampleOES")] void TexStorage3DMultisampleOES( @@ -196024,7 +86944,6 @@ void TexStorage3DMultisampleOES( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] void TexStorageAttribs2DEXT( [NativeTypeName("GLenum")] uint target, @@ -196035,7 +86954,6 @@ void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] int* attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] void TexStorageAttribs2DEXT( @@ -196047,7 +86965,6 @@ void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] void TexStorageAttribs2DEXT( @@ -196059,7 +86976,6 @@ void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs2DEXT")] void TexStorageAttribs2DEXT( @@ -196071,7 +86987,6 @@ void TexStorageAttribs2DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] void TexStorageAttribs3DEXT( [NativeTypeName("GLenum")] uint target, @@ -196083,7 +86998,6 @@ void TexStorageAttribs3DEXT( [NativeTypeName("const GLint *")] int* attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] void TexStorageAttribs3DEXT( @@ -196096,7 +87010,6 @@ void TexStorageAttribs3DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] void TexStorageAttribs3DEXT( @@ -196109,7 +87022,6 @@ void TexStorageAttribs3DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage_compression"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageAttribs3DEXT")] void TexStorageAttribs3DEXT( @@ -196122,7 +87034,6 @@ void TexStorageAttribs3DEXT( [NativeTypeName("const GLint *")] Ref attrib_list ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] void TexStorageMem1DEXT( [NativeTypeName("GLenum")] uint target, @@ -196133,7 +87044,6 @@ void TexStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem1DEXT")] void TexStorageMem1DEXT( @@ -196145,8 +87055,6 @@ void TexStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] void TexStorageMem2DEXT( [NativeTypeName("GLenum")] uint target, @@ -196158,8 +87066,6 @@ void TexStorageMem2DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DEXT")] void TexStorageMem2DEXT( @@ -196172,8 +87078,6 @@ void TexStorageMem2DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] void TexStorageMem2DMultisampleEXT( [NativeTypeName("GLenum")] uint target, @@ -196186,8 +87090,6 @@ void TexStorageMem2DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem2DMultisampleEXT")] void TexStorageMem2DMultisampleEXT( @@ -196201,8 +87103,6 @@ void TexStorageMem2DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] void TexStorageMem3DEXT( [NativeTypeName("GLenum")] uint target, @@ -196215,8 +87115,6 @@ void TexStorageMem3DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DEXT")] void TexStorageMem3DEXT( @@ -196230,8 +87128,6 @@ void TexStorageMem3DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] void TexStorageMem3DMultisampleEXT( [NativeTypeName("GLenum")] uint target, @@ -196245,8 +87141,6 @@ void TexStorageMem3DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageMem3DMultisampleEXT")] void TexStorageMem3DMultisampleEXT( @@ -196261,7 +87155,6 @@ void TexStorageMem3DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] void TexStorageSparseAMD( [NativeTypeName("GLenum")] uint target, @@ -196273,7 +87166,6 @@ void TexStorageSparseAMD( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexStorageSparseAMD")] void TexStorageSparseAMD( @@ -196286,54 +87178,6 @@ void TexStorageSparseAMD( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] void TexSubImage1D( [NativeTypeName("GLenum")] uint target, @@ -196345,54 +87189,6 @@ void TexSubImage1D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage1D")] void TexSubImage1D( @@ -196405,7 +87201,6 @@ void TexSubImage1D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] void TexSubImage1DEXT( [NativeTypeName("GLenum")] uint target, @@ -196417,7 +87212,6 @@ void TexSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage1DEXT")] void TexSubImage1DEXT( @@ -196430,60 +87224,6 @@ void TexSubImage1DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] void TexSubImage2D( [NativeTypeName("GLenum")] uint target, @@ -196497,60 +87237,6 @@ void TexSubImage2D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage2D")] void TexSubImage2D( @@ -196565,7 +87251,6 @@ void TexSubImage2D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] void TexSubImage2DEXT( [NativeTypeName("GLenum")] uint target, @@ -196579,7 +87264,6 @@ void TexSubImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_subtexture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage2DEXT")] void TexSubImage2DEXT( @@ -196594,52 +87278,6 @@ void TexSubImage2DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] void TexSubImage3D( [NativeTypeName("GLenum")] uint target, @@ -196655,52 +87293,6 @@ void TexSubImage3D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3D")] void TexSubImage3D( @@ -196717,7 +87309,6 @@ void TexSubImage3D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] void TexSubImage3DEXT( [NativeTypeName("GLenum")] uint target, @@ -196733,7 +87324,6 @@ void TexSubImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_texture3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DEXT")] void TexSubImage3DEXT( @@ -196750,7 +87340,6 @@ void TexSubImage3DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] void TexSubImage3DOES( [NativeTypeName("GLenum")] uint target, @@ -196766,7 +87355,6 @@ void TexSubImage3DOES( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gles2", ["GL_OES_texture_3D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage3DOES")] void TexSubImage3DOES( @@ -196783,7 +87371,6 @@ void TexSubImage3DOES( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] void TexSubImage4DSGIS( [NativeTypeName("GLenum")] uint target, @@ -196801,7 +87388,6 @@ void TexSubImage4DSGIS( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_SGIS_texture4D"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexSubImage4DSGIS")] void TexSubImage4DSGIS( @@ -196820,9 +87406,6 @@ void TexSubImage4DSGIS( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_attachment"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_attachment"])] [NativeFunction("opengl", EntryPoint = "glTextureAttachMemoryNV")] void TextureAttachMemoryNV( [NativeTypeName("GLuint")] uint texture, @@ -196830,34 +87413,12 @@ void TextureAttachMemoryNV( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_texture_barrier", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_texture_barrier", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBarrier")] void TextureBarrier(); - [SupportedApiProfile("gl", ["GL_NV_texture_barrier"])] - [SupportedApiProfile("glcore", ["GL_NV_texture_barrier"])] [NativeFunction("opengl", EntryPoint = "glTextureBarrierNV")] void TextureBarrierNV(); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] void TextureBuffer( [NativeTypeName("GLuint")] uint texture, @@ -196865,16 +87426,6 @@ void TextureBuffer( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBuffer")] void TextureBuffer( @@ -196883,8 +87434,6 @@ void TextureBuffer( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] void TextureBufferEXT( [NativeTypeName("GLuint")] uint texture, @@ -196893,8 +87442,6 @@ void TextureBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferEXT")] void TextureBufferEXT( @@ -196904,16 +87451,6 @@ void TextureBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] void TextureBufferRange( [NativeTypeName("GLuint")] uint texture, @@ -196923,16 +87460,6 @@ void TextureBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferRange")] void TextureBufferRange( @@ -196943,8 +87470,6 @@ void TextureBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] void TextureBufferRangeEXT( [NativeTypeName("GLuint")] uint texture, @@ -196955,8 +87480,6 @@ void TextureBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureBufferRangeEXT")] void TextureBufferRangeEXT( @@ -196968,7 +87491,6 @@ void TextureBufferRangeEXT( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_color_mask"])] [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] uint red, @@ -196977,7 +87499,6 @@ void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] uint alpha ); - [SupportedApiProfile("gl", ["GL_SGIS_texture_color_mask"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureColorMaskSGIS")] void TextureColorMaskSGIS( @@ -196987,7 +87508,6 @@ void TextureColorMaskSGIS( [NativeTypeName("GLboolean")] MaybeBool alpha ); - [SupportedApiProfile("gles2", ["GL_QCOM_texture_foveated"])] [NativeFunction("opengl", EntryPoint = "glTextureFoveationParametersQCOM")] void TextureFoveationParametersQCOM( [NativeTypeName("GLuint")] uint texture, @@ -197000,8 +87520,6 @@ void TextureFoveationParametersQCOM( [NativeTypeName("GLfloat")] float foveaArea ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] void TextureImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -197015,8 +87533,6 @@ void TextureImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage1DEXT")] void TextureImage1DEXT( @@ -197031,8 +87547,6 @@ void TextureImage1DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] void TextureImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -197047,8 +87561,6 @@ void TextureImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DEXT")] void TextureImage2DEXT( @@ -197064,7 +87576,6 @@ void TextureImage2DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] void TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLuint")] uint texture, @@ -197077,7 +87588,6 @@ void TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleCoverageNV")] void TextureImage2DMultisampleCoverageNV( @@ -197091,7 +87601,6 @@ void TextureImage2DMultisampleCoverageNV( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] void TextureImage2DMultisampleNV( [NativeTypeName("GLuint")] uint texture, @@ -197103,7 +87612,6 @@ void TextureImage2DMultisampleNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage2DMultisampleNV")] void TextureImage2DMultisampleNV( @@ -197116,8 +87624,6 @@ void TextureImage2DMultisampleNV( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] void TextureImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -197133,8 +87639,6 @@ void TextureImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DEXT")] void TextureImage3DEXT( @@ -197151,7 +87655,6 @@ void TextureImage3DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] void TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLuint")] uint texture, @@ -197165,7 +87668,6 @@ void TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleCoverageNV")] void TextureImage3DMultisampleCoverageNV( @@ -197180,7 +87682,6 @@ void TextureImage3DMultisampleCoverageNV( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] void TextureImage3DMultisampleNV( [NativeTypeName("GLuint")] uint texture, @@ -197193,7 +87694,6 @@ void TextureImage3DMultisampleNV( [NativeTypeName("GLboolean")] uint fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_NV_texture_multisample"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureImage3DMultisampleNV")] void TextureImage3DMultisampleNV( @@ -197207,25 +87707,21 @@ void TextureImage3DMultisampleNV( [NativeTypeName("GLboolean")] MaybeBool fixedSampleLocations ); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] void TextureLightEXT([NativeTypeName("GLenum")] uint pname); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureLightEXT")] void TextureLightEXT( [NativeTypeName("GLenum")] Constant pname ); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] void TextureMaterialEXT( [NativeTypeName("GLenum")] uint face, [NativeTypeName("GLenum")] uint mode ); - [SupportedApiProfile("gl", ["GL_EXT_light_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureMaterialEXT")] void TextureMaterialEXT( @@ -197233,19 +87729,15 @@ void TextureMaterialEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_EXT_texture_perturb_normal"])] [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] void TextureNormalEXT([NativeTypeName("GLenum")] uint mode); - [SupportedApiProfile("gl", ["GL_EXT_texture_perturb_normal"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureNormalEXT")] void TextureNormalEXT( [NativeTypeName("GLenum")] Constant mode ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] void TexturePageCommitmentEXT( [NativeTypeName("GLuint")] uint texture, @@ -197259,8 +87751,6 @@ void TexturePageCommitmentEXT( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentEXT")] void TexturePageCommitmentEXT( @@ -197275,9 +87765,6 @@ void TexturePageCommitmentEXT( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] void TexturePageCommitmentMemNV( [NativeTypeName("GLuint")] uint texture, @@ -197294,9 +87781,6 @@ void TexturePageCommitmentMemNV( [NativeTypeName("GLboolean")] uint commit ); - [SupportedApiProfile("gl", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("glcore", ["GL_NV_memory_object_sparse"])] - [SupportedApiProfile("gles2", ["GL_NV_memory_object_sparse"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTexturePageCommitmentMemNV")] void TexturePageCommitmentMemNV( @@ -197314,16 +87798,6 @@ void TexturePageCommitmentMemNV( [NativeTypeName("GLboolean")] MaybeBool commit ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] void TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -197331,16 +87805,6 @@ void TextureParameter( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterf")] void TextureParameter( @@ -197349,8 +87813,6 @@ void TextureParameter( [NativeTypeName("GLfloat")] float param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] void TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -197359,8 +87821,6 @@ void TextureParameterEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfEXT")] void TextureParameterEXT( @@ -197370,16 +87830,6 @@ void TextureParameterEXT( [NativeTypeName("GLfloat")] float param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] void TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -197387,16 +87837,6 @@ void TextureParameter( [NativeTypeName("const GLfloat *")] float* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfv")] void TextureParameter( @@ -197405,8 +87845,6 @@ void TextureParameter( [NativeTypeName("const GLfloat *")] Ref param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] void TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -197415,8 +87853,6 @@ void TextureParameterEXT( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterfvEXT")] void TextureParameterEXT( @@ -197426,16 +87862,6 @@ void TextureParameterEXT( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] void TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -197443,16 +87869,6 @@ void TextureParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteri")] void TextureParameter( @@ -197461,8 +87877,6 @@ void TextureParameter( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] void TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -197471,8 +87885,6 @@ void TextureParameterEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteriEXT")] void TextureParameterEXT( @@ -197482,16 +87894,6 @@ void TextureParameterEXT( [NativeTypeName("GLint")] int param3 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] void TextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -197499,16 +87901,6 @@ void TextureParameterI( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIiv")] void TextureParameterI( @@ -197517,8 +87909,6 @@ void TextureParameterI( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] void TextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -197527,8 +87917,6 @@ void TextureParameterIEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIivEXT")] void TextureParameterIEXT( @@ -197538,16 +87926,6 @@ void TextureParameterIEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] void TextureParameterI( [NativeTypeName("GLuint")] uint texture, @@ -197555,16 +87933,6 @@ void TextureParameterI( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuiv")] void TextureParameterI( @@ -197573,8 +87941,6 @@ void TextureParameterI( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] void TextureParameterIEXT( [NativeTypeName("GLuint")] uint texture, @@ -197583,8 +87949,6 @@ void TextureParameterIEXT( [NativeTypeName("const GLuint *")] uint* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterIuivEXT")] void TextureParameterIEXT( @@ -197594,16 +87958,6 @@ void TextureParameterIEXT( [NativeTypeName("const GLuint *")] Ref @params ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] void TextureParameter( [NativeTypeName("GLuint")] uint texture, @@ -197611,16 +87965,6 @@ void TextureParameter( [NativeTypeName("const GLint *")] int* param2 ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameteriv")] void TextureParameter( @@ -197629,8 +87973,6 @@ void TextureParameter( [NativeTypeName("const GLint *")] Ref param2 ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] void TextureParameterEXT( [NativeTypeName("GLuint")] uint texture, @@ -197639,8 +87981,6 @@ void TextureParameterEXT( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureParameterivEXT")] void TextureParameterEXT( @@ -197650,25 +87990,21 @@ void TextureParameterEXT( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] - void TextureRangeApple( + void TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_APPLE_texture_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureRangeAPPLE")] - void TextureRangeApple( + void TextureRangeAPPLE( [NativeTypeName("GLenum")] uint target, [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint texture, @@ -197676,8 +88012,6 @@ void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureRenderbufferEXT")] void TextureRenderbufferEXT( @@ -197686,16 +88020,6 @@ void TextureRenderbufferEXT( [NativeTypeName("GLuint")] uint renderbuffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] void TextureStorage1D( [NativeTypeName("GLuint")] uint texture, @@ -197704,16 +88028,6 @@ void TextureStorage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage1D")] void TextureStorage1D( @@ -197723,10 +88037,6 @@ void TextureStorage1D( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] void TextureStorage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -197736,10 +88046,6 @@ void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage1DEXT")] void TextureStorage1DEXT( @@ -197750,16 +88056,6 @@ void TextureStorage1DEXT( [NativeTypeName("GLsizei")] uint width ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] void TextureStorage2D( [NativeTypeName("GLuint")] uint texture, @@ -197769,16 +88065,6 @@ void TextureStorage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2D")] void TextureStorage2D( @@ -197789,10 +88075,6 @@ void TextureStorage2D( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] void TextureStorage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -197803,10 +88085,6 @@ void TextureStorage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DEXT")] void TextureStorage2DEXT( @@ -197818,16 +88096,6 @@ void TextureStorage2DEXT( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] void TextureStorage2DMultisample( [NativeTypeName("GLuint")] uint texture, @@ -197838,16 +88106,6 @@ void TextureStorage2DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisample")] void TextureStorage2DMultisample( @@ -197859,8 +88117,6 @@ void TextureStorage2DMultisample( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] void TextureStorage2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -197872,8 +88128,6 @@ void TextureStorage2DMultisampleEXT( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage2DMultisampleEXT")] void TextureStorage2DMultisampleEXT( @@ -197886,16 +88140,6 @@ void TextureStorage2DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] void TextureStorage3D( [NativeTypeName("GLuint")] uint texture, @@ -197906,16 +88150,6 @@ void TextureStorage3D( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3D")] void TextureStorage3D( @@ -197927,10 +88161,6 @@ void TextureStorage3D( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] void TextureStorage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -197942,10 +88172,6 @@ void TextureStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access", "GL_EXT_texture_storage"])] - [SupportedApiProfile("gles2", ["GL_EXT_texture_storage"])] - [SupportedApiProfile("gles1", ["GL_EXT_texture_storage"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DEXT")] void TextureStorage3DEXT( @@ -197958,16 +88184,6 @@ void TextureStorage3DEXT( [NativeTypeName("GLsizei")] uint depth ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] void TextureStorage3DMultisample( [NativeTypeName("GLuint")] uint texture, @@ -197979,16 +88195,6 @@ void TextureStorage3DMultisample( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisample")] void TextureStorage3DMultisample( @@ -198001,8 +88207,6 @@ void TextureStorage3DMultisample( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] void TextureStorage3DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -198015,8 +88219,6 @@ void TextureStorage3DMultisampleEXT( [NativeTypeName("GLboolean")] uint fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorage3DMultisampleEXT")] void TextureStorage3DMultisampleEXT( @@ -198030,7 +88232,6 @@ void TextureStorage3DMultisampleEXT( [NativeTypeName("GLboolean")] MaybeBool fixedsamplelocations ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] void TextureStorageMem1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -198041,7 +88242,6 @@ void TextureStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem1DEXT")] void TextureStorageMem1DEXT( @@ -198053,8 +88253,6 @@ void TextureStorageMem1DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] void TextureStorageMem2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -198066,8 +88264,6 @@ void TextureStorageMem2DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DEXT")] void TextureStorageMem2DEXT( @@ -198080,8 +88276,6 @@ void TextureStorageMem2DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] void TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -198094,8 +88288,6 @@ void TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem2DMultisampleEXT")] void TextureStorageMem2DMultisampleEXT( @@ -198109,8 +88301,6 @@ void TextureStorageMem2DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] void TextureStorageMem3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -198123,8 +88313,6 @@ void TextureStorageMem3DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DEXT")] void TextureStorageMem3DEXT( @@ -198138,8 +88326,6 @@ void TextureStorageMem3DEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] void TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLuint")] uint texture, @@ -198153,8 +88339,6 @@ void TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_EXT_memory_object"])] - [SupportedApiProfile("gles2", ["GL_EXT_memory_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageMem3DMultisampleEXT")] void TextureStorageMem3DMultisampleEXT( @@ -198169,7 +88353,6 @@ void TextureStorageMem3DMultisampleEXT( [NativeTypeName("GLuint64")] ulong offset ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] void TextureStorageSparseAMD( [NativeTypeName("GLuint")] uint texture, @@ -198182,7 +88365,6 @@ void TextureStorageSparseAMD( [NativeTypeName("GLbitfield")] uint flags ); - [SupportedApiProfile("gl", ["GL_AMD_sparse_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureStorageSparseAMD")] void TextureStorageSparseAMD( @@ -198196,16 +88378,6 @@ void TextureStorageSparseAMD( [NativeTypeName("GLbitfield")] Constant flags ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] void TextureSubImage1D( [NativeTypeName("GLuint")] uint texture, @@ -198217,16 +88389,6 @@ void TextureSubImage1D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1D")] void TextureSubImage1D( @@ -198239,8 +88401,6 @@ void TextureSubImage1D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] void TextureSubImage1DEXT( [NativeTypeName("GLuint")] uint texture, @@ -198253,8 +88413,6 @@ void TextureSubImage1DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage1DEXT")] void TextureSubImage1DEXT( @@ -198268,16 +88426,6 @@ void TextureSubImage1DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] void TextureSubImage2D( [NativeTypeName("GLuint")] uint texture, @@ -198291,16 +88439,6 @@ void TextureSubImage2D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2D")] void TextureSubImage2D( @@ -198315,8 +88453,6 @@ void TextureSubImage2D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] void TextureSubImage2DEXT( [NativeTypeName("GLuint")] uint texture, @@ -198331,8 +88467,6 @@ void TextureSubImage2DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage2DEXT")] void TextureSubImage2DEXT( @@ -198348,16 +88482,6 @@ void TextureSubImage2DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] void TextureSubImage3D( [NativeTypeName("GLuint")] uint texture, @@ -198373,16 +88497,6 @@ void TextureSubImage3D( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3D")] void TextureSubImage3D( @@ -198399,8 +88513,6 @@ void TextureSubImage3D( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] void TextureSubImage3DEXT( [NativeTypeName("GLuint")] uint texture, @@ -198417,8 +88529,6 @@ void TextureSubImage3DEXT( [NativeTypeName("const void *")] void* pixels ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureSubImage3DEXT")] void TextureSubImage3DEXT( @@ -198436,28 +88546,6 @@ void TextureSubImage3DEXT( [NativeTypeName("const void *")] Ref pixels ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glTextureView")] void TextureView( [NativeTypeName("GLuint")] uint texture, @@ -198470,28 +88558,6 @@ void TextureView( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_texture_view", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureView")] void TextureView( @@ -198505,7 +88571,6 @@ void TextureView( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_view"])] [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] void TextureViewEXT( [NativeTypeName("GLuint")] uint texture, @@ -198518,7 +88583,6 @@ void TextureViewEXT( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile("gles2", ["GL_EXT_texture_view"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureViewEXT")] void TextureViewEXT( @@ -198532,7 +88596,6 @@ void TextureViewEXT( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile("gles2", ["GL_OES_texture_view"])] [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] void TextureViewOES( [NativeTypeName("GLuint")] uint texture, @@ -198545,7 +88608,6 @@ void TextureViewOES( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile("gles2", ["GL_OES_texture_view"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTextureViewOES")] void TextureViewOES( @@ -198559,7 +88621,6 @@ void TextureViewOES( [NativeTypeName("GLuint")] uint numlayers ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] void TrackMatrixNV( [NativeTypeName("GLenum")] uint target, @@ -198568,7 +88629,6 @@ void TrackMatrixNV( [NativeTypeName("GLenum")] uint transform ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTrackMatrixNV")] void TrackMatrixNV( @@ -198578,7 +88638,6 @@ void TrackMatrixNV( [NativeTypeName("GLenum")] Constant transform ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] void TransformFeedbackAttribNV( [NativeTypeName("GLsizei")] uint count, @@ -198586,7 +88645,6 @@ void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] void TransformFeedbackAttribNV( @@ -198595,7 +88653,6 @@ void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackAttribsNV")] void TransformFeedbackAttribNV( @@ -198603,16 +88660,6 @@ void TransformFeedbackAttribNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackBufferBase")] void TransformFeedbackBufferBase( [NativeTypeName("GLuint")] uint xfb, @@ -198620,16 +88667,6 @@ void TransformFeedbackBufferBase( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackBufferRange")] void TransformFeedbackBufferRange( [NativeTypeName("GLuint")] uint xfb, @@ -198639,7 +88676,6 @@ void TransformFeedbackBufferRange( [NativeTypeName("GLsizeiptr")] nuint size ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] void TransformFeedbackStreamAttribNV( [NativeTypeName("GLsizei")] uint count, @@ -198649,7 +88685,6 @@ void TransformFeedbackStreamAttribNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackStreamAttribsNV")] void TransformFeedbackStreamAttribNV( @@ -198660,40 +88695,6 @@ void TransformFeedbackStreamAttribNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] void TransformFeedbackVarying( @@ -198702,40 +88703,6 @@ void TransformFeedbackVarying( [NativeTypeName("GLenum")] Constant bufferMode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] void TransformFeedbackVaryings( [NativeTypeName("GLuint")] uint program, @@ -198744,40 +88711,6 @@ void TransformFeedbackVaryings( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryings")] void TransformFeedbackVaryings( @@ -198787,7 +88720,6 @@ void TransformFeedbackVaryings( [NativeTypeName("GLenum")] Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] void TransformFeedbackVaryingsEXT( [NativeTypeName("GLuint")] uint program, @@ -198796,7 +88728,6 @@ void TransformFeedbackVaryingsEXT( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] void TransformFeedbackVaryingsEXT( @@ -198806,7 +88737,6 @@ void TransformFeedbackVaryingsEXT( [NativeTypeName("GLenum")] Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_EXT_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsEXT")] void TransformFeedbackVaryingsEXT( @@ -198815,7 +88745,6 @@ void TransformFeedbackVaryingsEXT( [NativeTypeName("GLenum")] Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] void TransformFeedbackVaryingsNV( [NativeTypeName("GLuint")] uint program, @@ -198824,7 +88753,6 @@ void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] uint bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] void TransformFeedbackVaryingsNV( @@ -198834,7 +88762,6 @@ void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] void TransformFeedbackVaryingsNV( @@ -198843,7 +88770,6 @@ void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] void TransformFeedbackVaryingsNV( @@ -198853,7 +88779,6 @@ void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] void TransformFeedbackVaryingsNV( @@ -198862,7 +88787,6 @@ void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] void TransformFeedbackVaryingsNV( @@ -198872,7 +88796,6 @@ void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_transform_feedback"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformFeedbackVaryingsNV")] void TransformFeedbackVaryingsNV( @@ -198881,9 +88804,6 @@ void TransformFeedbackVaryingsNV( [NativeTypeName("GLenum")] Constant bufferMode ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] void TransformPathNV( [NativeTypeName("GLuint")] uint resultPath, @@ -198892,9 +88812,6 @@ void TransformPathNV( [NativeTypeName("const GLfloat *")] float* transformValues ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glTransformPathNV")] void TransformPathNV( @@ -198904,31 +88821,6 @@ void TransformPathNV( [NativeTypeName("const GLfloat *")] Ref transformValues ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glTranslated")] void Translate( [NativeTypeName("GLdouble")] double x, @@ -198936,32 +88828,6 @@ void Translate( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile("gles1", MaxVersion = "2.0")] [NativeFunction("opengl", EntryPoint = "glTranslatef")] void Translate( [NativeTypeName("GLfloat")] float x, @@ -198969,7 +88835,6 @@ void Translate( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glTranslatex")] void Translatex( [NativeTypeName("GLfixed")] int x, @@ -198977,8 +88842,6 @@ void Translatex( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] - [SupportedApiProfile("gles1", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glTranslatexOES")] void TranslatexOES( [NativeTypeName("GLfixed")] int x, @@ -198986,65 +88849,9 @@ void TranslatexOES( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1d")] void Uniform1([NativeTypeName("GLint")] int location, [NativeTypeName("GLdouble")] double x); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1dv")] void Uniform1( [NativeTypeName("GLint")] int location, @@ -199052,34 +88859,6 @@ void Uniform1( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1dv")] void Uniform1( @@ -199088,99 +88867,12 @@ void Uniform1( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1f")] void Uniform1([NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1fARB")] void Uniform1ARB([NativeTypeName("GLint")] int location, [NativeTypeName("GLfloat")] float v0); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1fv")] void Uniform1( [NativeTypeName("GLint")] int location, @@ -199188,49 +88880,6 @@ void Uniform1( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1fv")] void Uniform1( @@ -199239,7 +88888,6 @@ void Uniform1( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] void Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -199247,7 +88895,6 @@ void Uniform1ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1fvARB")] void Uniform1ARB( @@ -199256,65 +88903,15 @@ void Uniform1ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1i")] void Uniform1([NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64ARB")] void Uniform1ARB([NativeTypeName("GLint")] int location, [NativeTypeName("GLint64")] long x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64NV")] void Uniform1NV([NativeTypeName("GLint")] int location, [NativeTypeName("GLint64EXT")] long x); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] void Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -199322,8 +88919,6 @@ void Uniform1ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1i64vARB")] void Uniform1ARB( @@ -199332,9 +88927,6 @@ void Uniform1ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] void Uniform1NV( [NativeTypeName("GLint")] int location, @@ -199342,9 +88934,6 @@ void Uniform1NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1i64vNV")] void Uniform1NV( @@ -199353,53 +88942,9 @@ void Uniform1NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1iARB")] void Uniform1ARB([NativeTypeName("GLint")] int location, [NativeTypeName("GLint")] int v0); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1iv")] void Uniform1( [NativeTypeName("GLint")] int location, @@ -199407,49 +88952,6 @@ void Uniform1( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1iv")] void Uniform1( @@ -199458,7 +88960,6 @@ void Uniform1( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] void Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -199466,7 +88967,6 @@ void Uniform1ARB( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ivARB")] void Uniform1ARB( @@ -199475,59 +88975,18 @@ void Uniform1ARB( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1ui")] void Uniform1([NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64ARB")] void Uniform1ARB([NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong x); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64NV")] void Uniform1NV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong x ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] void Uniform1ARB( [NativeTypeName("GLint")] int location, @@ -199535,8 +88994,6 @@ void Uniform1ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vARB")] void Uniform1ARB( @@ -199545,9 +89002,6 @@ void Uniform1ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] void Uniform1NV( [NativeTypeName("GLint")] int location, @@ -199555,9 +89009,6 @@ void Uniform1NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1ui64vNV")] void Uniform1NV( @@ -199566,44 +89017,9 @@ void Uniform1NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform1uiEXT")] void Uniform1EXT([NativeTypeName("GLint")] int location, [NativeTypeName("GLuint")] uint v0); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] void Uniform1( [NativeTypeName("GLint")] int location, @@ -199611,40 +89027,6 @@ void Uniform1( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1uiv")] void Uniform1( @@ -199653,7 +89035,6 @@ void Uniform1( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] void Uniform1EXT( [NativeTypeName("GLint")] int location, @@ -199661,7 +89042,6 @@ void Uniform1EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform1uivEXT")] void Uniform1EXT( @@ -199670,34 +89050,6 @@ void Uniform1EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2d")] void Uniform2( [NativeTypeName("GLint")] int location, @@ -199705,34 +89057,6 @@ void Uniform2( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2dv")] void Uniform2( [NativeTypeName("GLint")] int location, @@ -199740,34 +89064,6 @@ void Uniform2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2dv")] void Uniform2( @@ -199776,49 +89072,6 @@ void Uniform2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2f")] void Uniform2( [NativeTypeName("GLint")] int location, @@ -199826,7 +89079,6 @@ void Uniform2( [NativeTypeName("GLfloat")] float v1 ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2fARB")] void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -199834,49 +89086,6 @@ void Uniform2ARB( [NativeTypeName("GLfloat")] float v1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2fv")] void Uniform2( [NativeTypeName("GLint")] int location, @@ -199884,49 +89093,6 @@ void Uniform2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2fv")] void Uniform2( @@ -199935,7 +89101,6 @@ void Uniform2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -199943,7 +89108,6 @@ void Uniform2ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2fvARB")] void Uniform2ARB( @@ -199952,49 +89116,6 @@ void Uniform2ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2i")] void Uniform2( [NativeTypeName("GLint")] int location, @@ -200002,8 +89123,6 @@ void Uniform2( [NativeTypeName("GLint")] int v1 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64ARB")] void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -200011,9 +89130,6 @@ void Uniform2ARB( [NativeTypeName("GLint64")] long y ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64NV")] void Uniform2NV( [NativeTypeName("GLint")] int location, @@ -200021,8 +89137,6 @@ void Uniform2NV( [NativeTypeName("GLint64EXT")] long y ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -200030,8 +89144,6 @@ void Uniform2ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2i64vARB")] void Uniform2ARB( @@ -200040,9 +89152,6 @@ void Uniform2ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] void Uniform2NV( [NativeTypeName("GLint")] int location, @@ -200050,9 +89159,6 @@ void Uniform2NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2i64vNV")] void Uniform2NV( @@ -200061,7 +89167,6 @@ void Uniform2NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2iARB")] void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -200069,49 +89174,6 @@ void Uniform2ARB( [NativeTypeName("GLint")] int v1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2iv")] void Uniform2( [NativeTypeName("GLint")] int location, @@ -200119,49 +89181,6 @@ void Uniform2( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2iv")] void Uniform2( @@ -200170,7 +89189,6 @@ void Uniform2( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -200178,7 +89196,6 @@ void Uniform2ARB( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ivARB")] void Uniform2ARB( @@ -200187,40 +89204,6 @@ void Uniform2ARB( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2ui")] void Uniform2( [NativeTypeName("GLint")] int location, @@ -200228,8 +89211,6 @@ void Uniform2( [NativeTypeName("GLuint")] uint v1 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64ARB")] void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -200237,9 +89218,6 @@ void Uniform2ARB( [NativeTypeName("GLuint64")] ulong y ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64NV")] void Uniform2NV( [NativeTypeName("GLint")] int location, @@ -200247,8 +89225,6 @@ void Uniform2NV( [NativeTypeName("GLuint64EXT")] ulong y ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] void Uniform2ARB( [NativeTypeName("GLint")] int location, @@ -200256,8 +89232,6 @@ void Uniform2ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vARB")] void Uniform2ARB( @@ -200266,9 +89240,6 @@ void Uniform2ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] void Uniform2NV( [NativeTypeName("GLint")] int location, @@ -200276,9 +89247,6 @@ void Uniform2NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2ui64vNV")] void Uniform2NV( @@ -200287,7 +89255,6 @@ void Uniform2NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform2uiEXT")] void Uniform2EXT( [NativeTypeName("GLint")] int location, @@ -200295,40 +89262,6 @@ void Uniform2EXT( [NativeTypeName("GLuint")] uint v1 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] void Uniform2( [NativeTypeName("GLint")] int location, @@ -200336,40 +89269,6 @@ void Uniform2( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2uiv")] void Uniform2( @@ -200378,7 +89277,6 @@ void Uniform2( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] void Uniform2EXT( [NativeTypeName("GLint")] int location, @@ -200386,7 +89284,6 @@ void Uniform2EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform2uivEXT")] void Uniform2EXT( @@ -200395,34 +89292,6 @@ void Uniform2EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3d")] void Uniform3( [NativeTypeName("GLint")] int location, @@ -200431,34 +89300,6 @@ void Uniform3( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3dv")] void Uniform3( [NativeTypeName("GLint")] int location, @@ -200466,34 +89307,6 @@ void Uniform3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3dv")] void Uniform3( @@ -200502,49 +89315,6 @@ void Uniform3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3f")] void Uniform3( [NativeTypeName("GLint")] int location, @@ -200553,7 +89323,6 @@ void Uniform3( [NativeTypeName("GLfloat")] float v2 ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3fARB")] void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -200562,49 +89331,6 @@ void Uniform3ARB( [NativeTypeName("GLfloat")] float v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3fv")] void Uniform3( [NativeTypeName("GLint")] int location, @@ -200612,49 +89338,6 @@ void Uniform3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3fv")] void Uniform3( @@ -200663,7 +89346,6 @@ void Uniform3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -200671,7 +89353,6 @@ void Uniform3ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3fvARB")] void Uniform3ARB( @@ -200680,49 +89361,6 @@ void Uniform3ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3i")] void Uniform3( [NativeTypeName("GLint")] int location, @@ -200731,8 +89369,6 @@ void Uniform3( [NativeTypeName("GLint")] int v2 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64ARB")] void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -200741,9 +89377,6 @@ void Uniform3ARB( [NativeTypeName("GLint64")] long z ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64NV")] void Uniform3NV( [NativeTypeName("GLint")] int location, @@ -200752,8 +89385,6 @@ void Uniform3NV( [NativeTypeName("GLint64EXT")] long z ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -200761,8 +89392,6 @@ void Uniform3ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3i64vARB")] void Uniform3ARB( @@ -200771,9 +89400,6 @@ void Uniform3ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] void Uniform3NV( [NativeTypeName("GLint")] int location, @@ -200781,9 +89407,6 @@ void Uniform3NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3i64vNV")] void Uniform3NV( @@ -200792,7 +89415,6 @@ void Uniform3NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3iARB")] void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -200801,49 +89423,6 @@ void Uniform3ARB( [NativeTypeName("GLint")] int v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3iv")] void Uniform3( [NativeTypeName("GLint")] int location, @@ -200851,49 +89430,6 @@ void Uniform3( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3iv")] void Uniform3( @@ -200902,7 +89438,6 @@ void Uniform3( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -200910,7 +89445,6 @@ void Uniform3ARB( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ivARB")] void Uniform3ARB( @@ -200919,40 +89453,6 @@ void Uniform3ARB( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3ui")] void Uniform3( [NativeTypeName("GLint")] int location, @@ -200961,8 +89461,6 @@ void Uniform3( [NativeTypeName("GLuint")] uint v2 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64ARB")] void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -200971,9 +89469,6 @@ void Uniform3ARB( [NativeTypeName("GLuint64")] ulong z ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64NV")] void Uniform3NV( [NativeTypeName("GLint")] int location, @@ -200982,8 +89477,6 @@ void Uniform3NV( [NativeTypeName("GLuint64EXT")] ulong z ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] void Uniform3ARB( [NativeTypeName("GLint")] int location, @@ -200991,8 +89484,6 @@ void Uniform3ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vARB")] void Uniform3ARB( @@ -201001,9 +89492,6 @@ void Uniform3ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] void Uniform3NV( [NativeTypeName("GLint")] int location, @@ -201011,9 +89499,6 @@ void Uniform3NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3ui64vNV")] void Uniform3NV( @@ -201022,7 +89507,6 @@ void Uniform3NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform3uiEXT")] void Uniform3EXT( [NativeTypeName("GLint")] int location, @@ -201031,40 +89515,6 @@ void Uniform3EXT( [NativeTypeName("GLuint")] uint v2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] void Uniform3( [NativeTypeName("GLint")] int location, @@ -201072,40 +89522,6 @@ void Uniform3( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3uiv")] void Uniform3( @@ -201114,7 +89530,6 @@ void Uniform3( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] void Uniform3EXT( [NativeTypeName("GLint")] int location, @@ -201122,7 +89537,6 @@ void Uniform3EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform3uivEXT")] void Uniform3EXT( @@ -201131,34 +89545,6 @@ void Uniform3EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4d")] void Uniform4( [NativeTypeName("GLint")] int location, @@ -201168,34 +89554,6 @@ void Uniform4( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4dv")] void Uniform4( [NativeTypeName("GLint")] int location, @@ -201203,34 +89561,6 @@ void Uniform4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4dv")] void Uniform4( @@ -201239,49 +89569,6 @@ void Uniform4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4f")] void Uniform4( [NativeTypeName("GLint")] int location, @@ -201291,7 +89578,6 @@ void Uniform4( [NativeTypeName("GLfloat")] float v3 ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4fARB")] void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -201301,49 +89587,6 @@ void Uniform4ARB( [NativeTypeName("GLfloat")] float v3 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4fv")] void Uniform4( [NativeTypeName("GLint")] int location, @@ -201351,49 +89594,6 @@ void Uniform4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4fv")] void Uniform4( @@ -201402,7 +89602,6 @@ void Uniform4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -201410,7 +89609,6 @@ void Uniform4ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4fvARB")] void Uniform4ARB( @@ -201419,49 +89617,6 @@ void Uniform4ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4i")] void Uniform4( [NativeTypeName("GLint")] int location, @@ -201471,8 +89626,6 @@ void Uniform4( [NativeTypeName("GLint")] int v3 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64ARB")] void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -201482,9 +89635,6 @@ void Uniform4ARB( [NativeTypeName("GLint64")] long w ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64NV")] void Uniform4NV( [NativeTypeName("GLint")] int location, @@ -201494,8 +89644,6 @@ void Uniform4NV( [NativeTypeName("GLint64EXT")] long w ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -201503,8 +89651,6 @@ void Uniform4ARB( [NativeTypeName("const GLint64 *")] long* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4i64vARB")] void Uniform4ARB( @@ -201513,9 +89659,6 @@ void Uniform4ARB( [NativeTypeName("const GLint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] void Uniform4NV( [NativeTypeName("GLint")] int location, @@ -201523,9 +89666,6 @@ void Uniform4NV( [NativeTypeName("const GLint64EXT *")] long* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4i64vNV")] void Uniform4NV( @@ -201534,7 +89674,6 @@ void Uniform4NV( [NativeTypeName("const GLint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4iARB")] void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -201544,49 +89683,6 @@ void Uniform4ARB( [NativeTypeName("GLint")] int v3 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4iv")] void Uniform4( [NativeTypeName("GLint")] int location, @@ -201594,49 +89690,6 @@ void Uniform4( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4iv")] void Uniform4( @@ -201645,7 +89698,6 @@ void Uniform4( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -201653,7 +89705,6 @@ void Uniform4ARB( [NativeTypeName("const GLint *")] int* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ivARB")] void Uniform4ARB( @@ -201662,40 +89713,6 @@ void Uniform4ARB( [NativeTypeName("const GLint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4ui")] void Uniform4( [NativeTypeName("GLint")] int location, @@ -201705,8 +89722,6 @@ void Uniform4( [NativeTypeName("GLuint")] uint v3 ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64ARB")] void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -201716,9 +89731,6 @@ void Uniform4ARB( [NativeTypeName("GLuint64")] ulong w ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64NV")] void Uniform4NV( [NativeTypeName("GLint")] int location, @@ -201728,8 +89740,6 @@ void Uniform4NV( [NativeTypeName("GLuint64EXT")] ulong w ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] void Uniform4ARB( [NativeTypeName("GLint")] int location, @@ -201737,8 +89747,6 @@ void Uniform4ARB( [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_gpu_shader_int64"])] - [SupportedApiProfile("glcore", ["GL_ARB_gpu_shader_int64"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vARB")] void Uniform4ARB( @@ -201747,9 +89755,6 @@ void Uniform4ARB( [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] void Uniform4NV( [NativeTypeName("GLint")] int location, @@ -201757,9 +89762,6 @@ void Uniform4NV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_AMD_gpu_shader_int64", "GL_NV_gpu_shader5"])] - [SupportedApiProfile("glcore", ["GL_NV_gpu_shader5"])] - [SupportedApiProfile("gles2", ["GL_NV_gpu_shader5"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4ui64vNV")] void Uniform4NV( @@ -201768,7 +89770,6 @@ void Uniform4NV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform4uiEXT")] void Uniform4EXT( [NativeTypeName("GLint")] int location, @@ -201778,40 +89779,6 @@ void Uniform4EXT( [NativeTypeName("GLuint")] uint v3 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] void Uniform4( [NativeTypeName("GLint")] int location, @@ -201819,40 +89786,6 @@ void Uniform4( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4uiv")] void Uniform4( @@ -201861,7 +89794,6 @@ void Uniform4( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] void Uniform4EXT( [NativeTypeName("GLint")] int location, @@ -201869,7 +89801,6 @@ void Uniform4EXT( [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniform4uivEXT")] void Uniform4EXT( @@ -201878,40 +89809,6 @@ void Uniform4EXT( [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_uniform_buffer_object", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformBlockBinding")] void UniformBlockBinding( [NativeTypeName("GLuint")] uint program, @@ -201919,7 +89816,6 @@ void UniformBlockBinding( [NativeTypeName("GLuint")] uint uniformBlockBinding ); - [SupportedApiProfile("gl", ["GL_EXT_bindable_uniform"])] [NativeFunction("opengl", EntryPoint = "glUniformBufferEXT")] void UniformBufferEXT( [NativeTypeName("GLuint")] uint program, @@ -201927,142 +89823,90 @@ void UniformBufferEXT( [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64ARB")] void UniformHandleARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong value ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64IMG")] void UniformHandleIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong value ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64NV")] void UniformHandleNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64")] ulong value ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] - void UniformHandleui64VARB( + void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] - void UniformHandleui64VARB( + void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vARB")] - void UniformHandleui64VARB( + void UniformHandleui64vARB( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] - void UniformHandleui64VIMG( + void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] - void UniformHandleui64VIMG( + void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_IMG_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vIMG")] - void UniformHandleui64VIMG( + void UniformHandleui64vIMG( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] - void UniformHandleui64VNV( + void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] - void UniformHandleui64VNV( + void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLsizei")] uint count, [NativeTypeName("const GLuint64 *")] Ref value ); - [SupportedApiProfile("gl", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_NV_bindless_texture"])] - [SupportedApiProfile("gles2", ["GL_NV_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformHandleui64vNV")] - void UniformHandleui64VNV( + void UniformHandleui64vNV( [NativeTypeName("GLint")] int location, [NativeTypeName("const GLuint64 *")] ulong value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] void UniformMatrix2( [NativeTypeName("GLint")] int location, @@ -202071,34 +89915,6 @@ void UniformMatrix2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2dv")] void UniformMatrix2( @@ -202108,49 +89924,6 @@ void UniformMatrix2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] void UniformMatrix2( [NativeTypeName("GLint")] int location, @@ -202159,49 +89932,6 @@ void UniformMatrix2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fv")] void UniformMatrix2( @@ -202211,7 +89941,6 @@ void UniformMatrix2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] void UniformMatrix2ARB( [NativeTypeName("GLint")] int location, @@ -202220,7 +89949,6 @@ void UniformMatrix2ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2fvARB")] void UniformMatrix2ARB( @@ -202230,34 +89958,6 @@ void UniformMatrix2ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] void UniformMatrix2X3( [NativeTypeName("GLint")] int location, @@ -202266,34 +89966,6 @@ void UniformMatrix2X3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3dv")] void UniformMatrix2X3( @@ -202303,42 +89975,6 @@ void UniformMatrix2X3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] void UniformMatrix2X3( [NativeTypeName("GLint")] int location, @@ -202347,42 +89983,6 @@ void UniformMatrix2X3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fv")] void UniformMatrix2X3( @@ -202392,7 +89992,6 @@ void UniformMatrix2X3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] void UniformMatrix2X3NV( [NativeTypeName("GLint")] int location, @@ -202401,7 +90000,6 @@ void UniformMatrix2X3NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x3fvNV")] void UniformMatrix2X3NV( @@ -202411,34 +90009,6 @@ void UniformMatrix2X3NV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] void UniformMatrix2X4( [NativeTypeName("GLint")] int location, @@ -202447,34 +90017,6 @@ void UniformMatrix2X4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4dv")] void UniformMatrix2X4( @@ -202484,42 +90026,6 @@ void UniformMatrix2X4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] void UniformMatrix2X4( [NativeTypeName("GLint")] int location, @@ -202528,42 +90034,6 @@ void UniformMatrix2X4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fv")] void UniformMatrix2X4( @@ -202573,7 +90043,6 @@ void UniformMatrix2X4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] void UniformMatrix2X4NV( [NativeTypeName("GLint")] int location, @@ -202582,7 +90051,6 @@ void UniformMatrix2X4NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix2x4fvNV")] void UniformMatrix2X4NV( @@ -202592,34 +90060,6 @@ void UniformMatrix2X4NV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] void UniformMatrix3( [NativeTypeName("GLint")] int location, @@ -202628,34 +90068,6 @@ void UniformMatrix3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3dv")] void UniformMatrix3( @@ -202665,49 +90077,6 @@ void UniformMatrix3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] void UniformMatrix3( [NativeTypeName("GLint")] int location, @@ -202716,49 +90085,6 @@ void UniformMatrix3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fv")] void UniformMatrix3( @@ -202768,7 +90094,6 @@ void UniformMatrix3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] void UniformMatrix3ARB( [NativeTypeName("GLint")] int location, @@ -202777,7 +90102,6 @@ void UniformMatrix3ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3fvARB")] void UniformMatrix3ARB( @@ -202787,34 +90111,6 @@ void UniformMatrix3ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] void UniformMatrix3X2( [NativeTypeName("GLint")] int location, @@ -202823,34 +90119,6 @@ void UniformMatrix3X2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2dv")] void UniformMatrix3X2( @@ -202860,42 +90128,6 @@ void UniformMatrix3X2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] void UniformMatrix3X2( [NativeTypeName("GLint")] int location, @@ -202904,42 +90136,6 @@ void UniformMatrix3X2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fv")] void UniformMatrix3X2( @@ -202949,7 +90145,6 @@ void UniformMatrix3X2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] void UniformMatrix3X2NV( [NativeTypeName("GLint")] int location, @@ -202958,7 +90153,6 @@ void UniformMatrix3X2NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x2fvNV")] void UniformMatrix3X2NV( @@ -202968,34 +90162,6 @@ void UniformMatrix3X2NV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] void UniformMatrix3X4( [NativeTypeName("GLint")] int location, @@ -203004,34 +90170,6 @@ void UniformMatrix3X4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4dv")] void UniformMatrix3X4( @@ -203041,42 +90179,6 @@ void UniformMatrix3X4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] void UniformMatrix3X4( [NativeTypeName("GLint")] int location, @@ -203085,42 +90187,6 @@ void UniformMatrix3X4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fv")] void UniformMatrix3X4( @@ -203130,7 +90196,6 @@ void UniformMatrix3X4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] void UniformMatrix3X4NV( [NativeTypeName("GLint")] int location, @@ -203139,7 +90204,6 @@ void UniformMatrix3X4NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix3x4fvNV")] void UniformMatrix3X4NV( @@ -203149,34 +90213,6 @@ void UniformMatrix3X4NV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] void UniformMatrix4( [NativeTypeName("GLint")] int location, @@ -203185,34 +90221,6 @@ void UniformMatrix4( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4dv")] void UniformMatrix4( @@ -203222,49 +90230,6 @@ void UniformMatrix4( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] void UniformMatrix4( [NativeTypeName("GLint")] int location, @@ -203273,49 +90238,6 @@ void UniformMatrix4( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fv")] void UniformMatrix4( @@ -203325,7 +90247,6 @@ void UniformMatrix4( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] void UniformMatrix4ARB( [NativeTypeName("GLint")] int location, @@ -203334,7 +90255,6 @@ void UniformMatrix4ARB( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4fvARB")] void UniformMatrix4ARB( @@ -203344,34 +90264,6 @@ void UniformMatrix4ARB( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] void UniformMatrix4X2( [NativeTypeName("GLint")] int location, @@ -203380,34 +90272,6 @@ void UniformMatrix4X2( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2dv")] void UniformMatrix4X2( @@ -203417,42 +90281,6 @@ void UniformMatrix4X2( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] void UniformMatrix4X2( [NativeTypeName("GLint")] int location, @@ -203461,42 +90289,6 @@ void UniformMatrix4X2( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fv")] void UniformMatrix4X2( @@ -203506,7 +90298,6 @@ void UniformMatrix4X2( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] void UniformMatrix4X2NV( [NativeTypeName("GLint")] int location, @@ -203515,7 +90306,6 @@ void UniformMatrix4X2NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x2fvNV")] void UniformMatrix4X2NV( @@ -203525,34 +90315,6 @@ void UniformMatrix4X2NV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] void UniformMatrix4X3( [NativeTypeName("GLint")] int location, @@ -203561,34 +90323,6 @@ void UniformMatrix4X3( [NativeTypeName("const GLdouble *")] double* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_gpu_shader_fp64", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3dv")] void UniformMatrix4X3( @@ -203598,42 +90332,6 @@ void UniformMatrix4X3( [NativeTypeName("const GLdouble *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] void UniformMatrix4X3( [NativeTypeName("GLint")] int location, @@ -203642,42 +90340,6 @@ void UniformMatrix4X3( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fv")] void UniformMatrix4X3( @@ -203687,7 +90349,6 @@ void UniformMatrix4X3( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] void UniformMatrix4X3NV( [NativeTypeName("GLint")] int location, @@ -203696,7 +90357,6 @@ void UniformMatrix4X3NV( [NativeTypeName("const GLfloat *")] float* value ); - [SupportedApiProfile("gles2", ["GL_NV_non_square_matrices"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformMatrix4x3fvNV")] void UniformMatrix4X3NV( @@ -203706,34 +90366,6 @@ void UniformMatrix4X3NV( [NativeTypeName("const GLfloat *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] void UniformSubroutines( [NativeTypeName("GLenum")] uint shadertype, @@ -203741,34 +90373,6 @@ void UniformSubroutines( [NativeTypeName("const GLuint *")] uint* indices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] void UniformSubroutines( @@ -203777,34 +90381,6 @@ void UniformSubroutines( [NativeTypeName("const GLuint *")] Ref indices ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_shader_subroutine", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformSubroutinesuiv")] void UniformSubroutines( @@ -203812,16 +90388,12 @@ void UniformSubroutines( [NativeTypeName("const GLuint *")] uint indices ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glUniformui64NV")] void UniformNV( [NativeTypeName("GLint")] int location, [NativeTypeName("GLuint64EXT")] ulong value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] void UniformNV( [NativeTypeName("GLint")] int location, @@ -203829,8 +90401,6 @@ void UniformNV( [NativeTypeName("const GLuint64EXT *")] ulong* value ); - [SupportedApiProfile("gl", ["GL_NV_shader_buffer_load"])] - [SupportedApiProfile("glcore", ["GL_NV_shader_buffer_load"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUniformui64vNV")] void UniformNV( @@ -203839,95 +90409,14 @@ void UniformNV( [NativeTypeName("const GLuint64EXT *")] Ref value ); - [SupportedApiProfile("gl", ["GL_EXT_compiled_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glUnlockArraysEXT")] void UnlockArraysEXT(); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] uint UnmapBuffer([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBuffer")] MaybeBool UnmapBuffer( @@ -203935,12 +90424,10 @@ MaybeBool UnmapBuffer( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] uint UnmapBufferARB([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_ARB_vertex_buffer_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBufferARB")] MaybeBool UnmapBufferARB( @@ -203948,72 +90435,41 @@ MaybeBool UnmapBufferARB( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] MaybeBool UnmapBufferOES([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gles2", ["GL_OES_mapbuffer"])] - [SupportedApiProfile("gles1", ["GL_OES_mapbuffer"])] [NativeFunction("opengl", EntryPoint = "glUnmapBufferOES")] - uint UnmapBufferOESRaw([NativeTypeName("GLenum")] uint target); + uint UnmapBufferOESRawOES([NativeTypeName("GLenum")] uint target); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] MaybeBool UnmapNamedBuffer([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] MaybeBool UnmapNamedBufferEXT([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBufferEXT")] - uint UnmapNamedBufferEXTRaw([NativeTypeName("GLuint")] uint buffer); + uint UnmapNamedBufferEXTRawEXT([NativeTypeName("GLuint")] uint buffer); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glUnmapNamedBuffer")] uint UnmapNamedBufferRaw([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile("gl", ["GL_ATI_map_object_buffer"])] [NativeFunction("opengl", EntryPoint = "glUnmapObjectBufferATI")] void UnmapObjectBufferATI([NativeTypeName("GLuint")] uint buffer); - [SupportedApiProfile("gl", ["GL_INTEL_map_texture"])] [NativeFunction("opengl", EntryPoint = "glUnmapTexture2DINTEL")] - void UnmapTexture2DIntel( + void UnmapTexture2DINTEL( [NativeTypeName("GLuint")] uint texture, [NativeTypeName("GLint")] int level ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] void UpdateObjectBufferATI( [NativeTypeName("GLuint")] uint buffer, @@ -204023,7 +90479,6 @@ void UpdateObjectBufferATI( [NativeTypeName("GLenum")] uint preserve ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUpdateObjectBufferATI")] void UpdateObjectBufferATI( @@ -204034,86 +90489,15 @@ void UpdateObjectBufferATI( [NativeTypeName("GLenum")] Constant preserve ); - [SupportedApiProfile("gl", ["GL_NVX_gpu_multicast2"])] [NativeFunction("opengl", EntryPoint = "glUploadGpuMaskNVX")] void UploadGpuMaskNVX([NativeTypeName("GLbitfield")] uint mask); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glUseProgram")] void UseProgram([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseProgramObjectARB")] void UseProgramObjectARB([NativeTypeName("GLhandleARB")] uint programObj); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] void UseProgramStages( [NativeTypeName("GLuint")] uint pipeline, @@ -204121,32 +90505,6 @@ void UseProgramStages( [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glUseProgramStages")] void UseProgramStages( @@ -204155,7 +90513,6 @@ void UseProgramStages( [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint pipeline, @@ -204163,7 +90520,6 @@ void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glUseProgramStagesEXT")] void UseProgramStagesEXT( @@ -204172,98 +90528,24 @@ void UseProgramStagesEXT( [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile("gl", ["GL_EXT_separate_shader_objects"])] - [SupportedApiProfile("glcore", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glUseShaderProgramEXT")] void UseShaderProgramEXT( [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint program ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glValidateProgram")] void ValidateProgram([NativeTypeName("GLuint")] uint program); - [SupportedApiProfile("gl", ["GL_ARB_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glValidateProgramARB")] void ValidateProgramARB([NativeTypeName("GLhandleARB")] uint programObj); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_separate_shader_objects", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glValidateProgramPipeline")] void ValidateProgramPipeline([NativeTypeName("GLuint")] uint pipeline); - [SupportedApiProfile("gles2", ["GL_EXT_separate_shader_objects"])] [NativeFunction("opengl", EntryPoint = "glValidateProgramPipelineEXT")] void ValidateProgramPipelineEXT([NativeTypeName("GLuint")] uint pipeline); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint id, @@ -204273,7 +90555,6 @@ void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantArrayObjectATI")] void VariantArrayObjectATI( @@ -204284,14 +90565,12 @@ void VariantArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLbyte *")] sbyte* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] void VariantEXT( @@ -204299,19 +90578,16 @@ void VariantEXT( [NativeTypeName("const GLbyte *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantbvEXT")] void VariantEXT([NativeTypeName("const GLbyte *")] sbyte addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLdouble *")] double* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] void VariantEXT( @@ -204319,19 +90595,16 @@ void VariantEXT( [NativeTypeName("const GLdouble *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantdvEXT")] void VariantEXT([NativeTypeName("const GLdouble *")] double addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLfloat *")] float* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] void VariantEXT( @@ -204339,19 +90612,16 @@ void VariantEXT( [NativeTypeName("const GLfloat *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantfvEXT")] void VariantEXT([NativeTypeName("const GLfloat *")] float addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLint *")] int* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] void VariantEXT( @@ -204359,12 +90629,10 @@ void VariantEXT( [NativeTypeName("const GLint *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantivEXT")] void VariantEXT([NativeTypeName("const GLint *")] int addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] void VariantPointerEXT( [NativeTypeName("GLuint")] uint id, @@ -204373,7 +90641,6 @@ void VariantPointerEXT( [NativeTypeName("const void *")] void* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantPointerEXT")] void VariantPointerEXT( @@ -204383,14 +90650,12 @@ void VariantPointerEXT( [NativeTypeName("const void *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLshort *")] short* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] void VariantEXT( @@ -204398,19 +90663,16 @@ void VariantEXT( [NativeTypeName("const GLshort *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantsvEXT")] void VariantEXT([NativeTypeName("const GLshort *")] short addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLubyte *")] byte* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] void VariantEXT( @@ -204418,19 +90680,16 @@ void VariantEXT( [NativeTypeName("const GLubyte *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantubvEXT")] void VariantEXT([NativeTypeName("const GLubyte *")] byte addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLuint *")] uint* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] void VariantEXT( @@ -204438,19 +90697,16 @@ void VariantEXT( [NativeTypeName("const GLuint *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantuivEXT")] void VariantEXT([NativeTypeName("const GLuint *")] uint addr); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] void VariantEXT( [NativeTypeName("GLuint")] uint id, [NativeTypeName("const GLushort *")] ushort* addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] void VariantEXT( @@ -204458,16 +90714,13 @@ void VariantEXT( [NativeTypeName("const GLushort *")] Ref addr ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVariantusvEXT")] void VariantEXT([NativeTypeName("const GLushort *")] ushort addr); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUFiniNV")] void VdpauFinNV(); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] void VdpauGetSurfaceNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface, @@ -204477,7 +90730,6 @@ void VdpauGetSurfaceNV( [NativeTypeName("GLint *")] int* values ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] void VdpauGetSurfaceNV( @@ -204488,7 +90740,6 @@ void VdpauGetSurfaceNV( [NativeTypeName("GLint *")] Ref values ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUGetSurfaceivNV")] int VdpauGetSurfaceNV( @@ -204497,14 +90748,12 @@ int VdpauGetSurfaceNV( [NativeTypeName("GLsizei *")] Ref length ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] void VdpauInitNV( [NativeTypeName("const void *")] void* vdpDevice, [NativeTypeName("const void *")] void* getProcAddress ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUInitNV")] void VdpauInitNV( @@ -204513,24 +90762,20 @@ void VdpauInitNV( ); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] MaybeBool VdpauIsSurfaceNV([NativeTypeName("GLvdpauSurfaceNV")] nint surface); [return: NativeTypeName("GLboolean")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUIsSurfaceNV")] - uint VdpauIsSurfaceNVRaw([NativeTypeName("GLvdpauSurfaceNV")] nint surface); + uint VdpauIsSurfaceNVRawNV([NativeTypeName("GLvdpauSurfaceNV")] nint surface); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] void VdpauMapSurfacesNV( [NativeTypeName("GLsizei")] uint numSurfaces, [NativeTypeName("const GLvdpauSurfaceNV *")] nint* surfaces ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] void VdpauMapSurfacesNV( @@ -204538,13 +90783,11 @@ void VdpauMapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] Ref surfaces ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUMapSurfacesNV")] void VdpauMapSurfacesNV([NativeTypeName("const GLvdpauSurfaceNV *")] nint surfaces); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] nint VdpauRegisterOutputSurfaceNV( [NativeTypeName("const void *")] void* vdpSurface, @@ -204554,7 +90797,6 @@ nint VdpauRegisterOutputSurfaceNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterOutputSurfaceNV")] nint VdpauRegisterOutputSurfaceNV( @@ -204565,7 +90807,6 @@ nint VdpauRegisterOutputSurfaceNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] nint VdpauRegisterVideoSurfaceNV( [NativeTypeName("const void *")] void* vdpSurface, @@ -204575,7 +90816,6 @@ nint VdpauRegisterVideoSurfaceNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceNV")] nint VdpauRegisterVideoSurfaceNV( @@ -204586,7 +90826,6 @@ nint VdpauRegisterVideoSurfaceNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop2"])] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] nint VdpauRegisterVideoSurfaceWithPictureStructureNV( [NativeTypeName("const void *")] void* vdpSurface, @@ -204597,7 +90836,6 @@ nint VdpauRegisterVideoSurfaceWithPictureStructureNV( ); [return: NativeTypeName("GLvdpauSurfaceNV")] - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop2"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAURegisterVideoSurfaceWithPictureStructureNV")] nint VdpauRegisterVideoSurfaceWithPictureStructureNV( @@ -204608,21 +90846,18 @@ nint VdpauRegisterVideoSurfaceWithPictureStructureNV( [NativeTypeName("GLboolean")] MaybeBool isFrameStructure ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUSurfaceAccessNV")] void VdpauSurfaceAccessNV( [NativeTypeName("GLvdpauSurfaceNV")] nint surface, [NativeTypeName("GLenum")] uint access ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] void VdpauUnmapSurfacesNV( [NativeTypeName("GLsizei")] uint numSurface, [NativeTypeName("const GLvdpauSurfaceNV *")] nint* surfaces ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] void VdpauUnmapSurfacesNV( @@ -204630,395 +90865,83 @@ void VdpauUnmapSurfacesNV( [NativeTypeName("const GLvdpauSurfaceNV *")] Ref surfaces ); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVDPAUUnmapSurfacesNV")] void VdpauUnmapSurfacesNV([NativeTypeName("const GLvdpauSurfaceNV *")] nint surfaces); - [SupportedApiProfile("gl", ["GL_NV_vdpau_interop"])] [NativeFunction("opengl", EntryPoint = "glVDPAUUnregisterSurfaceNV")] void VdpauUnregisterSurfaceNV([NativeTypeName("GLvdpauSurfaceNV")] nint surface); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex2bOES")] void Vertex2OES([NativeTypeName("GLbyte")] sbyte x, [NativeTypeName("GLbyte")] sbyte y); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] void Vertex2OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2bvOES")] void Vertex2OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2d")] void Vertex2([NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2dv")] void Vertex2([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2dv")] void Vertex2([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2f")] void Vertex2([NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2fv")] void Vertex2([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2fv")] void Vertex2([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex2hNV")] void Vertex2NV([NativeTypeName("GLhalfNV")] ushort x, [NativeTypeName("GLhalfNV")] ushort y); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] void Vertex2NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2hvNV")] void Vertex2NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2i")] void Vertex2([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2iv")] void Vertex2([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2iv")] void Vertex2([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2s")] void Vertex2([NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex2sv")] void Vertex2([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2sv")] void Vertex2([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex2xOES")] void Vertex2XOES([NativeTypeName("GLfixed")] int x); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] void Vertex2XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex2xvOES")] void Vertex2XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex3bOES")] void Vertex3OES( [NativeTypeName("GLbyte")] sbyte x, @@ -205026,40 +90949,13 @@ void Vertex3OES( [NativeTypeName("GLbyte")] sbyte z ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] void Vertex3OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3bvOES")] void Vertex3OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3d")] void Vertex3( [NativeTypeName("GLdouble")] double x, @@ -205067,88 +90963,13 @@ void Vertex3( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3dv")] void Vertex3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3dv")] void Vertex3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3f")] void Vertex3( [NativeTypeName("GLfloat")] float x, @@ -205156,64 +90977,13 @@ void Vertex3( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3fv")] void Vertex3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3fv")] void Vertex3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex3hNV")] void Vertex3NV( [NativeTypeName("GLhalfNV")] ushort x, @@ -205221,40 +90991,13 @@ void Vertex3NV( [NativeTypeName("GLhalfNV")] ushort z ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] void Vertex3NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3hvNV")] void Vertex3NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3i")] void Vertex3( [NativeTypeName("GLint")] int x, @@ -205262,88 +91005,13 @@ void Vertex3( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3iv")] void Vertex3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3iv")] void Vertex3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3s")] void Vertex3( [NativeTypeName("GLshort")] short x, @@ -205351,77 +91019,23 @@ void Vertex3( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex3sv")] void Vertex3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3sv")] void Vertex3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex3xOES")] void Vertex3XOES([NativeTypeName("GLfixed")] int x, [NativeTypeName("GLfixed")] int y); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] void Vertex3XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex3xvOES")] void Vertex3XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex4bOES")] void Vertex4OES( [NativeTypeName("GLbyte")] sbyte x, @@ -205430,40 +91044,13 @@ void Vertex4OES( [NativeTypeName("GLbyte")] sbyte w ); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] void Vertex4OES([NativeTypeName("const GLbyte *")] sbyte* coords); - [SupportedApiProfile("gl", ["GL_OES_byte_coordinates"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4bvOES")] void Vertex4OES([NativeTypeName("const GLbyte *")] Ref coords); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4d")] void Vertex4( [NativeTypeName("GLdouble")] double x, @@ -205472,88 +91059,13 @@ void Vertex4( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4dv")] void Vertex4([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4dv")] void Vertex4([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4f")] void Vertex4( [NativeTypeName("GLfloat")] float x, @@ -205562,64 +91074,13 @@ void Vertex4( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4fv")] void Vertex4([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4fv")] void Vertex4([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex4hNV")] void Vertex4NV( [NativeTypeName("GLhalfNV")] ushort x, @@ -205628,40 +91089,13 @@ void Vertex4NV( [NativeTypeName("GLhalfNV")] ushort w ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] void Vertex4NV([NativeTypeName("const GLhalfNV *")] ushort* v); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4hvNV")] void Vertex4NV([NativeTypeName("const GLhalfNV *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4i")] void Vertex4( [NativeTypeName("GLint")] int x, @@ -205670,88 +91104,13 @@ void Vertex4( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4iv")] void Vertex4([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4iv")] void Vertex4([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4s")] void Vertex4( [NativeTypeName("GLshort")] short x, @@ -205760,64 +91119,13 @@ void Vertex4( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [NativeFunction("opengl", EntryPoint = "glVertex4sv")] void Vertex4([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4sv")] void Vertex4([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex4xOES")] void Vertex4XOES( [NativeTypeName("GLfixed")] int x, @@ -205825,25 +91133,13 @@ void Vertex4XOES( [NativeTypeName("GLfixed")] int z ); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] void Vertex4XOES([NativeTypeName("const GLfixed *")] int* coords); - [SupportedApiProfile("gl", ["GL_OES_fixed_point"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertex4xvOES")] void Vertex4XOES([NativeTypeName("const GLfixed *")] Ref coords); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribBinding")] void VertexArrayAttribBinding( [NativeTypeName("GLuint")] uint vaobj, @@ -205851,16 +91147,6 @@ void VertexArrayAttribBinding( [NativeTypeName("GLuint")] uint bindingindex ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] void VertexArrayAttribFormat( [NativeTypeName("GLuint")] uint vaobj, @@ -205871,16 +91157,6 @@ void VertexArrayAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribFormat")] void VertexArrayAttribFormat( @@ -205892,16 +91168,6 @@ void VertexArrayAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] void VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint vaobj, @@ -205911,16 +91177,6 @@ void VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribIFormat")] void VertexArrayAttribIFormat( @@ -205931,16 +91187,6 @@ void VertexArrayAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] void VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint vaobj, @@ -205950,16 +91196,6 @@ void VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayAttribLFormat")] void VertexArrayAttribLFormat( @@ -205970,16 +91206,6 @@ void VertexArrayAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayBindingDivisor")] void VertexArrayBindingDivisor( [NativeTypeName("GLuint")] uint vaobj, @@ -205987,8 +91213,6 @@ void VertexArrayBindingDivisor( [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayBindVertexBufferEXT")] void VertexArrayBindVertexBufferEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -205998,8 +91222,6 @@ void VertexArrayBindVertexBufferEXT( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] void VertexArrayColorOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206010,8 +91232,6 @@ void VertexArrayColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayColorOffsetEXT")] void VertexArrayColorOffsetEXT( @@ -206023,8 +91243,6 @@ void VertexArrayColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayEdgeFlagOffsetEXT")] void VertexArrayEdgeFlagOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206033,24 +91251,12 @@ void VertexArrayEdgeFlagOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayElementBuffer")] void VertexArrayElementBuffer( [NativeTypeName("GLuint")] uint vaobj, [NativeTypeName("GLuint")] uint buffer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206060,8 +91266,6 @@ void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayFogCoordOffsetEXT")] void VertexArrayFogCoordOffsetEXT( @@ -206072,8 +91276,6 @@ void VertexArrayFogCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] void VertexArrayIndexOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206083,8 +91285,6 @@ void VertexArrayIndexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayIndexOffsetEXT")] void VertexArrayIndexOffsetEXT( @@ -206095,8 +91295,6 @@ void VertexArrayIndexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] void VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206108,8 +91306,6 @@ void VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayMultiTexCoordOffsetEXT")] void VertexArrayMultiTexCoordOffsetEXT( @@ -206122,8 +91318,6 @@ void VertexArrayMultiTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] void VertexArrayNormalOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206133,8 +91327,6 @@ void VertexArrayNormalOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayNormalOffsetEXT")] void VertexArrayNormalOffsetEXT( @@ -206145,38 +91337,32 @@ void VertexArrayNormalOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] - void VertexArrayParameterApple( + void VertexArrayParameterAPPLE( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayParameteriAPPLE")] - void VertexArrayParameterApple( - [NativeTypeName("GLenum")] Constant pname, + void VertexArrayParameterAPPLE( + [NativeTypeName("GLenum")] Constant pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] - void VertexArrayRangeApple([NativeTypeName("GLsizei")] uint length, void* pointer); + void VertexArrayRangeAPPLE([NativeTypeName("GLsizei")] uint length, void* pointer); - [SupportedApiProfile("gl", ["GL_APPLE_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeAPPLE")] - void VertexArrayRangeApple([NativeTypeName("GLsizei")] uint length, Ref pointer); + void VertexArrayRangeAPPLE([NativeTypeName("GLsizei")] uint length, Ref pointer); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] void VertexArrayRangeNV( [NativeTypeName("GLsizei")] uint length, [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_array_range"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayRangeNV")] void VertexArrayRangeNV( @@ -206184,8 +91370,6 @@ void VertexArrayRangeNV( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206196,8 +91380,6 @@ void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArraySecondaryColorOffsetEXT")] void VertexArraySecondaryColorOffsetEXT( @@ -206209,8 +91391,6 @@ void VertexArraySecondaryColorOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206221,8 +91401,6 @@ void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayTexCoordOffsetEXT")] void VertexArrayTexCoordOffsetEXT( @@ -206234,8 +91412,6 @@ void VertexArrayTexCoordOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribBindingEXT")] void VertexArrayVertexAttribBindingEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206243,8 +91419,6 @@ void VertexArrayVertexAttribBindingEXT( [NativeTypeName("GLuint")] uint bindingindex ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribDivisorEXT")] void VertexArrayVertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206252,8 +91426,6 @@ void VertexArrayVertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] void VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206264,8 +91436,6 @@ void VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribFormatEXT")] void VertexArrayVertexAttribFormatEXT( @@ -206277,8 +91447,6 @@ void VertexArrayVertexAttribFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] void VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206288,8 +91456,6 @@ void VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIFormatEXT")] void VertexArrayVertexAttribIFormatEXT( @@ -206300,8 +91466,6 @@ void VertexArrayVertexAttribIFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] void VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206313,8 +91477,6 @@ void VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribIOffsetEXT")] void VertexArrayVertexAttribIOffsetEXT( @@ -206327,8 +91489,6 @@ void VertexArrayVertexAttribIOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] void VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206338,8 +91498,6 @@ void VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLFormatEXT")] void VertexArrayVertexAttribLFormatEXT( @@ -206350,8 +91508,6 @@ void VertexArrayVertexAttribLFormatEXT( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] void VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206363,8 +91519,6 @@ void VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribLOffsetEXT")] void VertexArrayVertexAttribLOffsetEXT( @@ -206377,8 +91531,6 @@ void VertexArrayVertexAttribLOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] void VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206391,8 +91543,6 @@ void VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexAttribOffsetEXT")] void VertexArrayVertexAttribOffsetEXT( @@ -206406,8 +91556,6 @@ void VertexArrayVertexAttribOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBindingDivisorEXT")] void VertexArrayVertexBindingDivisorEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206415,16 +91563,6 @@ void VertexArrayVertexBindingDivisorEXT( [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffer")] void VertexArrayVertexBuffer( [NativeTypeName("GLuint")] uint vaobj, @@ -206434,16 +91572,6 @@ void VertexArrayVertexBuffer( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] void VertexArrayVertexBuffers( [NativeTypeName("GLuint")] uint vaobj, @@ -206454,16 +91582,6 @@ void VertexArrayVertexBuffers( [NativeTypeName("const GLsizei *")] uint* strides ); - [SupportedApiProfile( - "gl", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] - [SupportedApiProfile( - "glcore", - ["GL_ARB_direct_state_access", "GL_VERSION_4_5", "GL_VERSION_4_6"], - MinVersion = "4.5" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexBuffers")] void VertexArrayVertexBuffers( @@ -206475,8 +91593,6 @@ void VertexArrayVertexBuffers( [NativeTypeName("const GLsizei *")] Ref strides ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] void VertexArrayVertexOffsetEXT( [NativeTypeName("GLuint")] uint vaobj, @@ -206487,8 +91603,6 @@ void VertexArrayVertexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile("gl", ["GL_EXT_direct_state_access"])] - [SupportedApiProfile("glcore", ["GL_EXT_direct_state_access"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexArrayVertexOffsetEXT")] void VertexArrayVertexOffsetEXT( @@ -206500,802 +91614,260 @@ void VertexArrayVertexOffsetEXT( [NativeTypeName("GLintptr")] nint offset ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1d")] - void VertexAttrib1D( + void VertexAttrib1d( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dARB")] - void VertexAttrib1DARB( + void VertexAttrib1dARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dNV")] - void VertexAttrib1DNV( + void VertexAttrib1dNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] - void VertexAttrib1Dv( + void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] - void VertexAttrib1Dv( + void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dv")] - void VertexAttrib1Dv( + void VertexAttrib1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] - void VertexAttrib1DvARB( + void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] - void VertexAttrib1DvARB( + void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvARB")] - void VertexAttrib1DvARB( + void VertexAttrib1dvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] - void VertexAttrib1DvNV( + void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] - void VertexAttrib1DvNV( + void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1dvNV")] - void VertexAttrib1DvNV( + void VertexAttrib1dvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1f")] - void VertexAttrib1F([NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x); + void VertexAttrib1f([NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fARB")] - void VertexAttrib1FARB( + void VertexAttrib1fARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fNV")] - void VertexAttrib1FNV( + void VertexAttrib1fNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLfloat")] float x ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] - void VertexAttrib1Fv( + void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] - void VertexAttrib1Fv( + void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fv")] - void VertexAttrib1Fv( + void VertexAttrib1fv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] - void VertexAttrib1FvARB( + void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] - void VertexAttrib1FvARB( + void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvARB")] - void VertexAttrib1FvARB( + void VertexAttrib1fvARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] - void VertexAttrib1FvNV( + void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] - void VertexAttrib1FvNV( + void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1fvNV")] - void VertexAttrib1FvNV( + void VertexAttrib1fvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hNV")] - void VertexAttrib1HNV( + void VertexAttrib1hNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLhalfNV")] ushort x ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] - void VertexAttrib1HvNV( + void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] - void VertexAttrib1HvNV( + void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1hvNV")] - void VertexAttrib1HvNV( + void VertexAttrib1hvNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1s")] - void VertexAttrib1S([NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x); + void VertexAttrib1s([NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sARB")] - void VertexAttrib1SARB( + void VertexAttrib1sARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sNV")] - void VertexAttrib1SNV( + void VertexAttrib1sNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLshort")] short x ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] - void VertexAttrib1Sv( + void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] - void VertexAttrib1Sv( + void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1sv")] - void VertexAttrib1Sv( + void VertexAttrib1sv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] - void VertexAttrib1SvARB( + void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] - void VertexAttrib1SvARB( + void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svARB")] - void VertexAttrib1SvARB( + void VertexAttrib1svARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] - void VertexAttrib1SvNV( + void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] - void VertexAttrib1SvNV( + void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib1svNV")] - void VertexAttrib1SvNV( + void VertexAttrib1svNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2d")] void VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -207303,7 +91875,6 @@ void VertexAttrib2( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dARB")] void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -207311,7 +91882,6 @@ void VertexAttrib2ARB( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dNV")] void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -207319,88 +91889,12 @@ void VertexAttrib2NV( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] void VertexAttrib2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dv")] void VertexAttrib2( @@ -207408,14 +91902,12 @@ void VertexAttrib2( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvARB")] void VertexAttrib2ARB( @@ -207423,14 +91915,12 @@ void VertexAttrib2ARB( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2dvNV")] void VertexAttrib2NV( @@ -207438,49 +91928,6 @@ void VertexAttrib2NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2f")] void VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -207488,7 +91935,6 @@ void VertexAttrib2( [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fARB")] void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -207496,7 +91942,6 @@ void VertexAttrib2ARB( [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fNV")] void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -207504,98 +91949,12 @@ void VertexAttrib2NV( [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] void VertexAttrib2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fv")] void VertexAttrib2( @@ -207603,14 +91962,12 @@ void VertexAttrib2( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvARB")] void VertexAttrib2ARB( @@ -207618,14 +91975,12 @@ void VertexAttrib2ARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2fvNV")] void VertexAttrib2NV( @@ -207633,7 +91988,6 @@ void VertexAttrib2NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hNV")] void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -207641,14 +91995,12 @@ void VertexAttrib2NV( [NativeTypeName("GLhalfNV")] ushort y ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2hvNV")] void VertexAttrib2NV( @@ -207656,44 +92008,6 @@ void VertexAttrib2NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2s")] void VertexAttrib2( [NativeTypeName("GLuint")] uint index, @@ -207701,7 +92015,6 @@ void VertexAttrib2( [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sARB")] void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, @@ -207709,7 +92022,6 @@ void VertexAttrib2ARB( [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sNV")] void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, @@ -207717,88 +92029,12 @@ void VertexAttrib2NV( [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] void VertexAttrib2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2sv")] void VertexAttrib2( @@ -207806,14 +92042,12 @@ void VertexAttrib2( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] void VertexAttrib2ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svARB")] void VertexAttrib2ARB( @@ -207821,14 +92055,12 @@ void VertexAttrib2ARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] void VertexAttrib2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib2svNV")] void VertexAttrib2NV( @@ -207836,44 +92068,6 @@ void VertexAttrib2NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3d")] void VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -207882,7 +92076,6 @@ void VertexAttrib3( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dARB")] void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -207891,7 +92084,6 @@ void VertexAttrib3ARB( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dNV")] void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -207900,88 +92092,12 @@ void VertexAttrib3NV( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] void VertexAttrib3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dv")] void VertexAttrib3( @@ -207989,14 +92105,12 @@ void VertexAttrib3( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvARB")] void VertexAttrib3ARB( @@ -208004,14 +92118,12 @@ void VertexAttrib3ARB( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3dvNV")] void VertexAttrib3NV( @@ -208019,49 +92131,6 @@ void VertexAttrib3NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3f")] void VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -208070,7 +92139,6 @@ void VertexAttrib3( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fARB")] void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -208079,7 +92147,6 @@ void VertexAttrib3ARB( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fNV")] void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -208088,98 +92155,12 @@ void VertexAttrib3NV( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] void VertexAttrib3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fv")] void VertexAttrib3( @@ -208187,14 +92168,12 @@ void VertexAttrib3( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvARB")] void VertexAttrib3ARB( @@ -208202,14 +92181,12 @@ void VertexAttrib3ARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3fvNV")] void VertexAttrib3NV( @@ -208217,7 +92194,6 @@ void VertexAttrib3NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hNV")] void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -208226,14 +92202,12 @@ void VertexAttrib3NV( [NativeTypeName("GLhalfNV")] ushort z ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3hvNV")] void VertexAttrib3NV( @@ -208241,44 +92215,6 @@ void VertexAttrib3NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3s")] void VertexAttrib3( [NativeTypeName("GLuint")] uint index, @@ -208287,7 +92223,6 @@ void VertexAttrib3( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sARB")] void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, @@ -208296,7 +92231,6 @@ void VertexAttrib3ARB( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sNV")] void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, @@ -208305,88 +92239,12 @@ void VertexAttrib3NV( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] void VertexAttrib3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3sv")] void VertexAttrib3( @@ -208394,14 +92252,12 @@ void VertexAttrib3( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] void VertexAttrib3ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svARB")] void VertexAttrib3ARB( @@ -208409,14 +92265,12 @@ void VertexAttrib3ARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] void VertexAttrib3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib3svNV")] void VertexAttrib3NV( @@ -208424,88 +92278,12 @@ void VertexAttrib3NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bv")] void VertexAttrib4( @@ -208513,14 +92291,12 @@ void VertexAttrib4( [NativeTypeName("const GLbyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4bvARB")] void VertexAttrib4ARB( @@ -208528,44 +92304,6 @@ void VertexAttrib4ARB( [NativeTypeName("const GLbyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4d")] void VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -208575,7 +92313,6 @@ void VertexAttrib4( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dARB")] void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -208585,7 +92322,6 @@ void VertexAttrib4ARB( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dNV")] void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -208595,88 +92331,12 @@ void VertexAttrib4NV( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dv")] void VertexAttrib4( @@ -208684,14 +92344,12 @@ void VertexAttrib4( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvARB")] void VertexAttrib4ARB( @@ -208699,14 +92357,12 @@ void VertexAttrib4ARB( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4dvNV")] void VertexAttrib4NV( @@ -208714,49 +92370,6 @@ void VertexAttrib4NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4f")] void VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -208766,7 +92379,6 @@ void VertexAttrib4( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fARB")] void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -208776,7 +92388,6 @@ void VertexAttrib4ARB( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fNV")] void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -208786,98 +92397,12 @@ void VertexAttrib4NV( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fv")] void VertexAttrib4( @@ -208885,14 +92410,12 @@ void VertexAttrib4( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvARB")] void VertexAttrib4ARB( @@ -208900,14 +92423,12 @@ void VertexAttrib4ARB( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4fvNV")] void VertexAttrib4NV( @@ -208915,7 +92436,6 @@ void VertexAttrib4NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hNV")] void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -208925,14 +92445,12 @@ void VertexAttrib4NV( [NativeTypeName("GLhalfNV")] ushort w ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4hvNV")] void VertexAttrib4NV( @@ -208940,88 +92458,12 @@ void VertexAttrib4NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4iv")] void VertexAttrib4( @@ -209029,14 +92471,12 @@ void VertexAttrib4( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ivARB")] void VertexAttrib4ARB( @@ -209044,88 +92484,12 @@ void VertexAttrib4ARB( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nbv")] void VertexAttrib4N( @@ -209133,14 +92497,12 @@ void VertexAttrib4N( [NativeTypeName("const GLbyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NbvARB")] void VertexAttrib4NARB( @@ -209148,88 +92510,12 @@ void VertexAttrib4NARB( [NativeTypeName("const GLbyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Niv")] void VertexAttrib4N( @@ -209237,14 +92523,12 @@ void VertexAttrib4N( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NivARB")] void VertexAttrib4NARB( @@ -209252,88 +92536,12 @@ void VertexAttrib4NARB( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nsv")] void VertexAttrib4N( @@ -209341,14 +92549,12 @@ void VertexAttrib4N( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NsvARB")] void VertexAttrib4NARB( @@ -209356,44 +92562,6 @@ void VertexAttrib4NARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nub")] void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, @@ -209403,7 +92571,6 @@ void VertexAttrib4N( [NativeTypeName("GLubyte")] byte w ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubARB")] void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, @@ -209413,88 +92580,12 @@ void VertexAttrib4NARB( [NativeTypeName("GLubyte")] byte w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nubv")] void VertexAttrib4N( @@ -209502,14 +92593,12 @@ void VertexAttrib4N( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NubvARB")] void VertexAttrib4NARB( @@ -209517,88 +92606,12 @@ void VertexAttrib4NARB( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nuiv")] void VertexAttrib4N( @@ -209606,14 +92619,12 @@ void VertexAttrib4N( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NuivARB")] void VertexAttrib4NARB( @@ -209621,88 +92632,12 @@ void VertexAttrib4NARB( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] void VertexAttrib4N( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4Nusv")] void VertexAttrib4N( @@ -209710,14 +92645,12 @@ void VertexAttrib4N( [NativeTypeName("const GLushort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] void VertexAttrib4NARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4NusvARB")] void VertexAttrib4NARB( @@ -209725,44 +92658,6 @@ void VertexAttrib4NARB( [NativeTypeName("const GLushort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4s")] void VertexAttrib4( [NativeTypeName("GLuint")] uint index, @@ -209772,7 +92667,6 @@ void VertexAttrib4( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sARB")] void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, @@ -209782,7 +92676,6 @@ void VertexAttrib4ARB( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sNV")] void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -209792,88 +92685,12 @@ void VertexAttrib4NV( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4sv")] void VertexAttrib4( @@ -209881,14 +92698,12 @@ void VertexAttrib4( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svARB")] void VertexAttrib4ARB( @@ -209896,14 +92711,12 @@ void VertexAttrib4ARB( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4svNV")] void VertexAttrib4NV( @@ -209911,7 +92724,6 @@ void VertexAttrib4NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubNV")] void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, @@ -209921,88 +92733,12 @@ void VertexAttrib4NV( [NativeTypeName("GLubyte")] byte w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubv")] void VertexAttrib4( @@ -210010,14 +92746,12 @@ void VertexAttrib4( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvARB")] void VertexAttrib4ARB( @@ -210025,14 +92759,12 @@ void VertexAttrib4ARB( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] void VertexAttrib4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4ubvNV")] void VertexAttrib4NV( @@ -210040,88 +92772,12 @@ void VertexAttrib4NV( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uiv")] void VertexAttrib4( @@ -210129,14 +92785,12 @@ void VertexAttrib4( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4uivARB")] void VertexAttrib4ARB( @@ -210144,88 +92798,12 @@ void VertexAttrib4ARB( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] void VertexAttrib4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usv")] void VertexAttrib4( @@ -210233,14 +92811,12 @@ void VertexAttrib4( [NativeTypeName("const GLushort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] void VertexAttrib4ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttrib4usvARB")] void VertexAttrib4ARB( @@ -210248,7 +92824,6 @@ void VertexAttrib4ARB( [NativeTypeName("const GLushort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] void VertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint index, @@ -210260,7 +92835,6 @@ void VertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_attrib_array_object"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribArrayObjectATI")] void VertexAttribArrayObjectATI( @@ -210273,119 +92847,42 @@ void VertexAttribArrayObjectATI( [NativeTypeName("GLuint")] uint offset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribBinding")] void VertexAttribBinding( [NativeTypeName("GLuint")] uint attribindex, [NativeTypeName("GLuint")] uint bindingindex ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisor")] void VertexAttribDivisor( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gles2", ["GL_ANGLE_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorANGLE")] - void VertexAttribDivisorAngle( + void VertexAttribDivisorANGLE( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gl", ["GL_ARB_instanced_arrays"])] - [SupportedApiProfile("glcore", ["GL_ARB_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorARB")] void VertexAttribDivisorARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gles2", ["GL_EXT_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorEXT")] void VertexAttribDivisorEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gles2", ["GL_NV_instanced_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribDivisorNV")] void VertexAttribDivisorNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] void VertexAttribFormat( [NativeTypeName("GLuint")] uint attribindex, @@ -210395,28 +92892,6 @@ void VertexAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormat")] void VertexAttribFormat( @@ -210427,8 +92902,6 @@ void VertexAttribFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] void VertexAttribFormatNV( [NativeTypeName("GLuint")] uint index, @@ -210438,8 +92911,6 @@ void VertexAttribFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribFormatNV")] void VertexAttribFormatNV( @@ -210450,415 +92921,101 @@ void VertexAttribFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1i")] void VertexAttribI1([NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int x); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iEXT")] void VertexAttribI1EXT([NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint")] int x); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] - void VertexAttribI1Iv( + void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] - void VertexAttribI1Iv( + void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1iv")] - void VertexAttribI1Iv( + void VertexAttribI1iv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] - void VertexAttribI1IvEXT( + void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] - void VertexAttribI1IvEXT( + void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ivEXT")] - void VertexAttribI1IvEXT( + void VertexAttribI1ivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1ui")] - void VertexAttribI1Ui([NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x); + void VertexAttribI1ui([NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiEXT")] - void VertexAttribI1UiEXT( + void VertexAttribI1uiEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint")] uint x ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] - void VertexAttribI1Uiv( + void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] - void VertexAttribI1Uiv( + void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uiv")] - void VertexAttribI1Uiv( + void VertexAttribI1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] - void VertexAttribI1UivEXT( + void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] - void VertexAttribI1UivEXT( + void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI1uivEXT")] - void VertexAttribI1UivEXT( + void VertexAttribI1uivEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2i")] void VertexAttribI2( [NativeTypeName("GLuint")] uint index, @@ -210866,7 +93023,6 @@ void VertexAttribI2( [NativeTypeName("GLint")] int y ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iEXT")] void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, @@ -210874,80 +93030,12 @@ void VertexAttribI2EXT( [NativeTypeName("GLint")] int y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] void VertexAttribI2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2iv")] void VertexAttribI2( @@ -210955,14 +93043,12 @@ void VertexAttribI2( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ivEXT")] void VertexAttribI2EXT( @@ -210970,40 +93056,6 @@ void VertexAttribI2EXT( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2ui")] void VertexAttribI2( [NativeTypeName("GLuint")] uint index, @@ -211011,7 +93063,6 @@ void VertexAttribI2( [NativeTypeName("GLuint")] uint y ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiEXT")] void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, @@ -211019,80 +93070,12 @@ void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] void VertexAttribI2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uiv")] void VertexAttribI2( @@ -211100,14 +93083,12 @@ void VertexAttribI2( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] void VertexAttribI2EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI2uivEXT")] void VertexAttribI2EXT( @@ -211115,40 +93096,6 @@ void VertexAttribI2EXT( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3i")] void VertexAttribI3( [NativeTypeName("GLuint")] uint index, @@ -211157,7 +93104,6 @@ void VertexAttribI3( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iEXT")] void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, @@ -211166,80 +93112,12 @@ void VertexAttribI3EXT( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] void VertexAttribI3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3iv")] void VertexAttribI3( @@ -211247,14 +93125,12 @@ void VertexAttribI3( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ivEXT")] void VertexAttribI3EXT( @@ -211262,40 +93138,6 @@ void VertexAttribI3EXT( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3ui")] void VertexAttribI3( [NativeTypeName("GLuint")] uint index, @@ -211304,7 +93146,6 @@ void VertexAttribI3( [NativeTypeName("GLuint")] uint z ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiEXT")] void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, @@ -211313,80 +93154,12 @@ void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] void VertexAttribI3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uiv")] void VertexAttribI3( @@ -211394,14 +93167,12 @@ void VertexAttribI3( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] void VertexAttribI3EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI3uivEXT")] void VertexAttribI3EXT( @@ -211409,80 +93180,12 @@ void VertexAttribI3EXT( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bv")] void VertexAttribI4( @@ -211490,14 +93193,12 @@ void VertexAttribI4( [NativeTypeName("const GLbyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLbyte *")] sbyte* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4bvEXT")] void VertexAttribI4EXT( @@ -211505,40 +93206,6 @@ void VertexAttribI4EXT( [NativeTypeName("const GLbyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4i")] void VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -211548,7 +93215,6 @@ void VertexAttribI4( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iEXT")] void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -211558,80 +93224,12 @@ void VertexAttribI4EXT( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4iv")] void VertexAttribI4( @@ -211639,14 +93237,12 @@ void VertexAttribI4( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint *")] int* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ivEXT")] void VertexAttribI4EXT( @@ -211654,80 +93250,12 @@ void VertexAttribI4EXT( [NativeTypeName("const GLint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4sv")] void VertexAttribI4( @@ -211735,14 +93263,12 @@ void VertexAttribI4( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4svEXT")] void VertexAttribI4EXT( @@ -211750,80 +93276,12 @@ void VertexAttribI4EXT( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubv")] void VertexAttribI4( @@ -211831,14 +93289,12 @@ void VertexAttribI4( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ubvEXT")] void VertexAttribI4EXT( @@ -211846,40 +93302,6 @@ void VertexAttribI4EXT( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4ui")] void VertexAttribI4( [NativeTypeName("GLuint")] uint index, @@ -211889,7 +93311,6 @@ void VertexAttribI4( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiEXT")] void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, @@ -211899,80 +93320,12 @@ void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint w ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uiv")] void VertexAttribI4( @@ -211980,14 +93333,12 @@ void VertexAttribI4( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint *")] uint* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4uivEXT")] void VertexAttribI4EXT( @@ -211995,80 +93346,12 @@ void VertexAttribI4EXT( [NativeTypeName("const GLuint *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] void VertexAttribI4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usv")] void VertexAttribI4( @@ -212076,14 +93359,12 @@ void VertexAttribI4( [NativeTypeName("const GLushort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] void VertexAttribI4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLushort *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribI4usvEXT")] void VertexAttribI4EXT( @@ -212091,28 +93372,6 @@ void VertexAttribI4EXT( [NativeTypeName("const GLushort *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] void VertexAttribIFormat( [NativeTypeName("GLuint")] uint attribindex, @@ -212121,28 +93380,6 @@ void VertexAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormat")] void VertexAttribIFormat( @@ -212152,8 +93389,6 @@ void VertexAttribIFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] void VertexAttribIFormatNV( [NativeTypeName("GLuint")] uint index, @@ -212162,8 +93397,6 @@ void VertexAttribIFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIFormatNV")] void VertexAttribIFormatNV( @@ -212173,40 +93406,6 @@ void VertexAttribIFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] void VertexAttribIPointer( [NativeTypeName("GLuint")] uint index, @@ -212216,40 +93415,6 @@ void VertexAttribIPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointer")] void VertexAttribIPointer( @@ -212260,7 +93425,6 @@ void VertexAttribIPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] void VertexAttribIPointerEXT( [NativeTypeName("GLuint")] uint index, @@ -212270,7 +93434,6 @@ void VertexAttribIPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_gpu_shader4", "GL_NV_vertex_program4"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribIPointerEXT")] void VertexAttribIPointerEXT( @@ -212281,226 +93444,102 @@ void VertexAttribIPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1d")] void VertexAttribL1( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dEXT")] void VertexAttribL1EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] - void VertexAttribL1Dv( + void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] - void VertexAttribL1Dv( + void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dv")] - void VertexAttribL1Dv( + void VertexAttribL1dv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] - void VertexAttribL1DvEXT( + void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] - void VertexAttribL1DvEXT( + void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1dvEXT")] - void VertexAttribL1DvEXT( + void VertexAttribL1dvEXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64NV")] void VertexAttribL1NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLint64EXT")] long x ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] - void VertexAttribL1I64VNV( + void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] - void VertexAttribL1I64VNV( + void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1i64vNV")] - void VertexAttribL1I64VNV( + void VertexAttribL1i64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long v ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64ARB")] void VertexAttribL1ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64NV")] - void VertexAttribL1Ui64NV( + void VertexAttribL1ui64NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLuint64EXT")] ulong x ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] void VertexAttribL1ARB( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_ARB_bindless_texture"])] - [SupportedApiProfile("glcore", ["GL_ARB_bindless_texture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vARB")] void VertexAttribL1ARB( @@ -212508,58 +93547,26 @@ void VertexAttribL1ARB( [NativeTypeName("const GLuint64EXT *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] - void VertexAttribL1Ui64VNV( + void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] - void VertexAttribL1Ui64VNV( + void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL1ui64vNV")] - void VertexAttribL1Ui64VNV( + void VertexAttribL1ui64vNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2d")] void VertexAttribL2( [NativeTypeName("GLuint")] uint index, @@ -212567,7 +93574,6 @@ void VertexAttribL2( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dEXT")] void VertexAttribL2EXT( [NativeTypeName("GLuint")] uint index, @@ -212575,64 +93581,12 @@ void VertexAttribL2EXT( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] void VertexAttribL2( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dv")] void VertexAttribL2( @@ -212640,14 +93594,12 @@ void VertexAttribL2( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] void VertexAttribL2EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2dvEXT")] void VertexAttribL2EXT( @@ -212655,8 +93607,6 @@ void VertexAttribL2EXT( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64NV")] void VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, @@ -212664,16 +93614,12 @@ void VertexAttribL2NV( [NativeTypeName("GLint64EXT")] long y ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] void VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2i64vNV")] void VertexAttribL2NV( @@ -212681,8 +93627,6 @@ void VertexAttribL2NV( [NativeTypeName("const GLint64EXT *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64NV")] void VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, @@ -212690,16 +93634,12 @@ void VertexAttribL2NV( [NativeTypeName("GLuint64EXT")] ulong y ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] void VertexAttribL2NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL2ui64vNV")] void VertexAttribL2NV( @@ -212707,32 +93647,6 @@ void VertexAttribL2NV( [NativeTypeName("const GLuint64EXT *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3d")] void VertexAttribL3( [NativeTypeName("GLuint")] uint index, @@ -212741,7 +93655,6 @@ void VertexAttribL3( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dEXT")] void VertexAttribL3EXT( [NativeTypeName("GLuint")] uint index, @@ -212750,64 +93663,12 @@ void VertexAttribL3EXT( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] void VertexAttribL3( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dv")] void VertexAttribL3( @@ -212815,14 +93676,12 @@ void VertexAttribL3( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] void VertexAttribL3EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3dvEXT")] void VertexAttribL3EXT( @@ -212830,8 +93689,6 @@ void VertexAttribL3EXT( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64NV")] void VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, @@ -212840,16 +93697,12 @@ void VertexAttribL3NV( [NativeTypeName("GLint64EXT")] long z ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] void VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3i64vNV")] void VertexAttribL3NV( @@ -212857,8 +93710,6 @@ void VertexAttribL3NV( [NativeTypeName("const GLint64EXT *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64NV")] void VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, @@ -212867,16 +93718,12 @@ void VertexAttribL3NV( [NativeTypeName("GLuint64EXT")] ulong z ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] void VertexAttribL3NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL3ui64vNV")] void VertexAttribL3NV( @@ -212884,32 +93731,6 @@ void VertexAttribL3NV( [NativeTypeName("const GLuint64EXT *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4d")] void VertexAttribL4( [NativeTypeName("GLuint")] uint index, @@ -212919,7 +93740,6 @@ void VertexAttribL4( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dEXT")] void VertexAttribL4EXT( [NativeTypeName("GLuint")] uint index, @@ -212929,64 +93749,12 @@ void VertexAttribL4EXT( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] void VertexAttribL4( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dv")] void VertexAttribL4( @@ -212994,14 +93762,12 @@ void VertexAttribL4( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] void VertexAttribL4EXT( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4dvEXT")] void VertexAttribL4EXT( @@ -213009,8 +93775,6 @@ void VertexAttribL4EXT( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64NV")] void VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, @@ -213020,16 +93784,12 @@ void VertexAttribL4NV( [NativeTypeName("GLint64EXT")] long w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] void VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLint64EXT *")] long* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4i64vNV")] void VertexAttribL4NV( @@ -213037,8 +93797,6 @@ void VertexAttribL4NV( [NativeTypeName("const GLint64EXT *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64NV")] void VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, @@ -213048,16 +93806,12 @@ void VertexAttribL4NV( [NativeTypeName("GLuint64EXT")] ulong w ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] void VertexAttribL4NV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLuint64EXT *")] ulong* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribL4ui64vNV")] void VertexAttribL4NV( @@ -213065,28 +93819,6 @@ void VertexAttribL4NV( [NativeTypeName("const GLuint64EXT *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] void VertexAttribLFormat( [NativeTypeName("GLuint")] uint attribindex, @@ -213095,28 +93827,6 @@ void VertexAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormat")] void VertexAttribLFormat( @@ -213126,8 +93836,6 @@ void VertexAttribLFormat( [NativeTypeName("GLuint")] uint relativeoffset ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] void VertexAttribLFormatNV( [NativeTypeName("GLuint")] uint index, @@ -213136,8 +93844,6 @@ void VertexAttribLFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_attrib_integer_64bit"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_attrib_integer_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLFormatNV")] void VertexAttribLFormatNV( @@ -213147,32 +93853,6 @@ void VertexAttribLFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] void VertexAttribLPointer( [NativeTypeName("GLuint")] uint index, @@ -213182,32 +93862,6 @@ void VertexAttribLPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_64bit", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointer")] void VertexAttribLPointer( @@ -213218,7 +93872,6 @@ void VertexAttribLPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] void VertexAttribLPointerEXT( [NativeTypeName("GLuint")] uint index, @@ -213228,7 +93881,6 @@ void VertexAttribLPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_attrib_64bit"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribLPointerEXT")] void VertexAttribLPointerEXT( @@ -213239,36 +93891,6 @@ void VertexAttribLPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] void VertexAttribP1( [NativeTypeName("GLuint")] uint index, @@ -213277,36 +93899,6 @@ void VertexAttribP1( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1ui")] void VertexAttribP1( @@ -213316,152 +93908,32 @@ void VertexAttribP1( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] - void VertexAttribP1Uiv( + void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] - void VertexAttribP1Uiv( + void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP1uiv")] - void VertexAttribP1Uiv( + void VertexAttribP1uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] void VertexAttribP2( [NativeTypeName("GLuint")] uint index, @@ -213470,36 +93942,6 @@ void VertexAttribP2( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2ui")] void VertexAttribP2( @@ -213509,152 +93951,32 @@ void VertexAttribP2( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] - void VertexAttribP2Uiv( + void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] - void VertexAttribP2Uiv( + void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP2uiv")] - void VertexAttribP2Uiv( + void VertexAttribP2uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] void VertexAttribP3( [NativeTypeName("GLuint")] uint index, @@ -213663,36 +93985,6 @@ void VertexAttribP3( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3ui")] void VertexAttribP3( @@ -213702,152 +93994,32 @@ void VertexAttribP3( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] - void VertexAttribP3Uiv( + void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] - void VertexAttribP3Uiv( + void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP3uiv")] - void VertexAttribP3Uiv( + void VertexAttribP3uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] void VertexAttribP4( [NativeTypeName("GLuint")] uint index, @@ -213856,36 +94028,6 @@ void VertexAttribP4( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4ui")] void VertexAttribP4( @@ -213895,123 +94037,32 @@ void VertexAttribP4( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] - void VertexAttribP4Uiv( + void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] uint type, [NativeTypeName("GLboolean")] uint normalized, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] - void VertexAttribP4Uiv( + void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_type_2_10_10_10_rev", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.3" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribP4uiv")] - void VertexAttribP4Uiv( + void VertexAttribP4uiv( [NativeTypeName("GLuint")] uint index, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("GLboolean")] MaybeBool normalized, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile("gl", ["GL_AMD_interleaved_elements"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribParameteriAMD")] void VertexAttribParameterAMD( [NativeTypeName("GLuint")] uint index, @@ -214019,49 +94070,6 @@ void VertexAttribParameterAMD( [NativeTypeName("GLint")] int param2 ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] void VertexAttribPointer( [NativeTypeName("GLuint")] uint index, @@ -214072,49 +94080,6 @@ void VertexAttribPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "2.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointer")] void VertexAttribPointer( @@ -214126,7 +94091,6 @@ void VertexAttribPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] void VertexAttribPointerARB( [NativeTypeName("GLuint")] uint index, @@ -214137,7 +94101,6 @@ void VertexAttribPointerARB( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_program", "GL_ARB_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerARB")] void VertexAttribPointerARB( @@ -214149,7 +94112,6 @@ void VertexAttribPointerARB( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] void VertexAttribPointerNV( [NativeTypeName("GLuint")] uint index, @@ -214159,7 +94121,6 @@ void VertexAttribPointerNV( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribPointerNV")] void VertexAttribPointerNV( @@ -214170,7 +94131,6 @@ void VertexAttribPointerNV( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] void VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -214178,7 +94138,6 @@ void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] void VertexAttribs1NV( @@ -214187,7 +94146,6 @@ void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1dvNV")] void VertexAttribs1NV( @@ -214195,7 +94153,6 @@ void VertexAttribs1NV( [NativeTypeName("const GLdouble *")] double v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] void VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -214203,7 +94160,6 @@ void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] void VertexAttribs1NV( @@ -214212,7 +94168,6 @@ void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1fvNV")] void VertexAttribs1NV( @@ -214220,7 +94175,6 @@ void VertexAttribs1NV( [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] void VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -214228,7 +94182,6 @@ void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] void VertexAttribs1NV( @@ -214237,7 +94190,6 @@ void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1hvNV")] void VertexAttribs1NV( @@ -214245,7 +94197,6 @@ void VertexAttribs1NV( [NativeTypeName("const GLhalfNV *")] ushort v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] void VertexAttribs1NV( [NativeTypeName("GLuint")] uint index, @@ -214253,7 +94204,6 @@ void VertexAttribs1NV( [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] void VertexAttribs1NV( @@ -214262,7 +94212,6 @@ void VertexAttribs1NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs1svNV")] void VertexAttribs1NV( @@ -214270,7 +94219,6 @@ void VertexAttribs1NV( [NativeTypeName("const GLshort *")] short v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] void VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -214278,7 +94226,6 @@ void VertexAttribs2NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2dvNV")] void VertexAttribs2NV( @@ -214287,7 +94234,6 @@ void VertexAttribs2NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] void VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -214295,7 +94241,6 @@ void VertexAttribs2NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2fvNV")] void VertexAttribs2NV( @@ -214304,7 +94249,6 @@ void VertexAttribs2NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] void VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -214312,7 +94256,6 @@ void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] void VertexAttribs2NV( @@ -214321,7 +94264,6 @@ void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2hvNV")] void VertexAttribs2NV( @@ -214329,7 +94271,6 @@ void VertexAttribs2NV( [NativeTypeName("const GLhalfNV *")] ushort v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] void VertexAttribs2NV( [NativeTypeName("GLuint")] uint index, @@ -214337,7 +94278,6 @@ void VertexAttribs2NV( [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs2svNV")] void VertexAttribs2NV( @@ -214346,7 +94286,6 @@ void VertexAttribs2NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] void VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -214354,7 +94293,6 @@ void VertexAttribs3NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3dvNV")] void VertexAttribs3NV( @@ -214363,7 +94301,6 @@ void VertexAttribs3NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] void VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -214371,7 +94308,6 @@ void VertexAttribs3NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3fvNV")] void VertexAttribs3NV( @@ -214380,7 +94316,6 @@ void VertexAttribs3NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] void VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -214388,7 +94323,6 @@ void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] void VertexAttribs3NV( @@ -214397,7 +94331,6 @@ void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3hvNV")] void VertexAttribs3NV( @@ -214405,7 +94338,6 @@ void VertexAttribs3NV( [NativeTypeName("const GLhalfNV *")] ushort v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] void VertexAttribs3NV( [NativeTypeName("GLuint")] uint index, @@ -214413,7 +94345,6 @@ void VertexAttribs3NV( [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs3svNV")] void VertexAttribs3NV( @@ -214422,7 +94353,6 @@ void VertexAttribs3NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -214430,7 +94360,6 @@ void VertexAttribs4NV( [NativeTypeName("const GLdouble *")] double* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4dvNV")] void VertexAttribs4NV( @@ -214439,7 +94368,6 @@ void VertexAttribs4NV( [NativeTypeName("const GLdouble *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -214447,7 +94375,6 @@ void VertexAttribs4NV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4fvNV")] void VertexAttribs4NV( @@ -214456,7 +94383,6 @@ void VertexAttribs4NV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -214464,7 +94390,6 @@ void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] ushort* v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] void VertexAttribs4NV( @@ -214473,7 +94398,6 @@ void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4hvNV")] void VertexAttribs4NV( @@ -214481,7 +94405,6 @@ void VertexAttribs4NV( [NativeTypeName("const GLhalfNV *")] ushort v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -214489,7 +94412,6 @@ void VertexAttribs4NV( [NativeTypeName("const GLshort *")] short* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4svNV")] void VertexAttribs4NV( @@ -214498,7 +94420,6 @@ void VertexAttribs4NV( [NativeTypeName("const GLshort *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] void VertexAttribs4NV( [NativeTypeName("GLuint")] uint index, @@ -214506,7 +94427,6 @@ void VertexAttribs4NV( [NativeTypeName("const GLubyte *")] byte* v ); - [SupportedApiProfile("gl", ["GL_NV_vertex_program"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexAttribs4ubvNV")] void VertexAttribs4NV( @@ -214515,46 +94435,21 @@ void VertexAttribs4NV( [NativeTypeName("const GLubyte *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_vertex_attrib_binding", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.3" - )] [NativeFunction("opengl", EntryPoint = "glVertexBindingDivisor")] void VertexBindingDivisor( [NativeTypeName("GLuint")] uint bindingindex, [NativeTypeName("GLuint")] uint divisor ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendARB")] void VertexBlendARB([NativeTypeName("GLint")] int count); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] void VertexBlendEnvATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnvfATI")] void VertexBlendEnvATI( @@ -214562,14 +94457,12 @@ void VertexBlendEnvATI( [NativeTypeName("GLfloat")] float param1 ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] void VertexBlendEnvATI( [NativeTypeName("GLenum")] uint pname, [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexBlendEnviATI")] void VertexBlendEnvATI( @@ -214577,8 +94470,6 @@ void VertexBlendEnvATI( [NativeTypeName("GLint")] int param1 ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] void VertexFormatNV( [NativeTypeName("GLint")] int size, @@ -214586,8 +94477,6 @@ void VertexFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_NV_vertex_buffer_unified_memory"])] - [SupportedApiProfile("glcore", ["GL_NV_vertex_buffer_unified_memory"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexFormatNV")] void VertexFormatNV( @@ -214596,11 +94485,9 @@ void VertexFormatNV( [NativeTypeName("GLsizei")] uint stride ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] void VertexP2([NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2ui")] void VertexP2( @@ -214608,34 +94495,29 @@ void VertexP2( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] - void VertexP2Uiv( + void VertexP2uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] - void VertexP2Uiv( + void VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP2uiv")] - void VertexP2Uiv( + void VertexP2uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] void VertexP3([NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3ui")] void VertexP3( @@ -214643,34 +94525,29 @@ void VertexP3( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] - void VertexP3Uiv( + void VertexP3uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] - void VertexP3Uiv( + void VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP3uiv")] - void VertexP3Uiv( + void VertexP3uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] void VertexP4([NativeTypeName("GLenum")] uint type, [NativeTypeName("GLuint")] uint value); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4ui")] void VertexP4( @@ -214678,54 +94555,26 @@ void VertexP4( [NativeTypeName("GLuint")] uint value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] - void VertexP4Uiv( + void VertexP4uiv( [NativeTypeName("GLenum")] uint type, [NativeTypeName("const GLuint *")] uint* value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] - void VertexP4Uiv( + void VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] Ref value ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_type_2_10_10_10_rev"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexP4uiv")] - void VertexP4Uiv( + void VertexP4uiv( [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const GLuint *")] uint value ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glVertexPointer")] void VertexPointer( [NativeTypeName("GLint")] int size, @@ -214734,31 +94583,6 @@ void VertexPointer( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.1" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointer")] void VertexPointer( @@ -214768,7 +94592,6 @@ void VertexPointer( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] void VertexPointerEXT( [NativeTypeName("GLint")] int size, @@ -214778,7 +94601,6 @@ void VertexPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerEXT")] void VertexPointerEXT( @@ -214789,7 +94611,6 @@ void VertexPointerEXT( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] void VertexPointerListIBM( [NativeTypeName("GLint")] int size, @@ -214799,7 +94620,6 @@ void VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] void VertexPointerListIBM( @@ -214810,7 +94630,6 @@ void VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_IBM_vertex_array_lists"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointerListIBM")] Ptr VertexPointerListIBM( @@ -214819,173 +94638,150 @@ Ptr VertexPointerListIBM( [NativeTypeName("GLint")] int ptrstride ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] - void VertexPointerIntel( + void VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] uint type, [NativeTypeName("const void **")] void** pointer ); - [SupportedApiProfile("gl", ["GL_INTEL_parallel_arrays"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexPointervINTEL")] - void VertexPointerIntel( + void VertexPointerINTEL( [NativeTypeName("GLint")] int size, [NativeTypeName("GLenum")] Constant type, [NativeTypeName("const void **")] Ref2D pointer ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] - void VertexStream1DATI( + void VertexStream1dATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dATI")] - void VertexStream1DATI( + void VertexStream1dATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLdouble")] double x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] - void VertexStream1DvATI( + void VertexStream1dvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] - void VertexStream1DvATI( + void VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1dvATI")] - void VertexStream1DvATI( + void VertexStream1dvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLdouble *")] double coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] - void VertexStream1FATI( + void VertexStream1fATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLfloat")] float x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fATI")] - void VertexStream1FATI( + void VertexStream1fATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLfloat")] float x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] - void VertexStream1FvATI( + void VertexStream1fvATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] - void VertexStream1FvATI( + void VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1fvATI")] - void VertexStream1FvATI( + void VertexStream1fvATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLfloat *")] float coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] - void VertexStream1IATI([NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLint")] int x); + void VertexStream1iATI([NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLint")] int x); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1iATI")] - void VertexStream1IATI( + void VertexStream1iATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLint")] int x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] - void VertexStream1IvATI( + void VertexStream1ivATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] - void VertexStream1IvATI( + void VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1ivATI")] - void VertexStream1IvATI( + void VertexStream1ivATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLint *")] int coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] - void VertexStream1SATI( + void VertexStream1sATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("GLshort")] short x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1sATI")] - void VertexStream1SATI( + void VertexStream1sATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("GLshort")] short x ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] - void VertexStream1SvATI( + void VertexStream1svATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] - void VertexStream1SvATI( + void VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream1svATI")] - void VertexStream1SvATI( + void VertexStream1svATI( [NativeTypeName("GLenum")] Constant stream, [NativeTypeName("const GLshort *")] short coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -214993,7 +94789,6 @@ void VertexStream2ATI( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2dATI")] void VertexStream2ATI( @@ -215002,14 +94797,12 @@ void VertexStream2ATI( [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2dvATI")] void VertexStream2ATI( @@ -215017,7 +94810,6 @@ void VertexStream2ATI( [NativeTypeName("const GLdouble *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -215025,7 +94817,6 @@ void VertexStream2ATI( [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2fATI")] void VertexStream2ATI( @@ -215034,14 +94825,12 @@ void VertexStream2ATI( [NativeTypeName("GLfloat")] float y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2fvATI")] void VertexStream2ATI( @@ -215049,7 +94838,6 @@ void VertexStream2ATI( [NativeTypeName("const GLfloat *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -215057,7 +94845,6 @@ void VertexStream2ATI( [NativeTypeName("GLint")] int y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2iATI")] void VertexStream2ATI( @@ -215066,14 +94853,12 @@ void VertexStream2ATI( [NativeTypeName("GLint")] int y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2ivATI")] void VertexStream2ATI( @@ -215081,7 +94866,6 @@ void VertexStream2ATI( [NativeTypeName("const GLint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, @@ -215089,7 +94873,6 @@ void VertexStream2ATI( [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2sATI")] void VertexStream2ATI( @@ -215098,14 +94881,12 @@ void VertexStream2ATI( [NativeTypeName("GLshort")] short y ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] void VertexStream2ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream2svATI")] void VertexStream2ATI( @@ -215113,7 +94894,6 @@ void VertexStream2ATI( [NativeTypeName("const GLshort *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -215122,7 +94902,6 @@ void VertexStream3ATI( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3dATI")] void VertexStream3ATI( @@ -215132,14 +94911,12 @@ void VertexStream3ATI( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3dvATI")] void VertexStream3ATI( @@ -215147,7 +94924,6 @@ void VertexStream3ATI( [NativeTypeName("const GLdouble *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -215156,7 +94932,6 @@ void VertexStream3ATI( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3fATI")] void VertexStream3ATI( @@ -215166,14 +94941,12 @@ void VertexStream3ATI( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3fvATI")] void VertexStream3ATI( @@ -215181,7 +94954,6 @@ void VertexStream3ATI( [NativeTypeName("const GLfloat *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -215190,7 +94962,6 @@ void VertexStream3ATI( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3iATI")] void VertexStream3ATI( @@ -215200,14 +94971,12 @@ void VertexStream3ATI( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3ivATI")] void VertexStream3ATI( @@ -215215,7 +94984,6 @@ void VertexStream3ATI( [NativeTypeName("const GLint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, @@ -215224,7 +94992,6 @@ void VertexStream3ATI( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3sATI")] void VertexStream3ATI( @@ -215234,14 +95001,12 @@ void VertexStream3ATI( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] void VertexStream3ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream3svATI")] void VertexStream3ATI( @@ -215249,7 +95014,6 @@ void VertexStream3ATI( [NativeTypeName("const GLshort *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -215259,7 +95023,6 @@ void VertexStream4ATI( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4dATI")] void VertexStream4ATI( @@ -215270,14 +95033,12 @@ void VertexStream4ATI( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLdouble *")] double* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4dvATI")] void VertexStream4ATI( @@ -215285,7 +95046,6 @@ void VertexStream4ATI( [NativeTypeName("const GLdouble *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -215295,7 +95055,6 @@ void VertexStream4ATI( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4fATI")] void VertexStream4ATI( @@ -215306,14 +95065,12 @@ void VertexStream4ATI( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLfloat *")] float* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4fvATI")] void VertexStream4ATI( @@ -215321,7 +95078,6 @@ void VertexStream4ATI( [NativeTypeName("const GLfloat *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -215331,7 +95087,6 @@ void VertexStream4ATI( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4iATI")] void VertexStream4ATI( @@ -215342,14 +95097,12 @@ void VertexStream4ATI( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLint *")] int* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4ivATI")] void VertexStream4ATI( @@ -215357,7 +95110,6 @@ void VertexStream4ATI( [NativeTypeName("const GLint *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, @@ -215367,7 +95119,6 @@ void VertexStream4ATI( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4sATI")] void VertexStream4ATI( @@ -215378,14 +95129,12 @@ void VertexStream4ATI( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] void VertexStream4ATI( [NativeTypeName("GLenum")] uint stream, [NativeTypeName("const GLshort *")] short* coords ); - [SupportedApiProfile("gl", ["GL_ATI_vertex_streams"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexStream4svATI")] void VertexStream4ATI( @@ -215393,43 +95142,34 @@ void VertexStream4ATI( [NativeTypeName("const GLshort *")] Ref coords ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightfEXT")] void VertexWeightEXT([NativeTypeName("GLfloat")] float weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float* weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] Ref weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightfvEXT")] void VertexWeightfvEXT([NativeTypeName("const GLfloat *")] float weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexWeighthNV")] void VertexWeightNV([NativeTypeName("GLhalfNV")] ushort weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] ushort* weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] Ref weight); - [SupportedApiProfile("gl", ["GL_NV_half_float"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeighthvNV")] void VertexWeighthvNV([NativeTypeName("const GLhalfNV *")] ushort weight); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] void VertexWeightPointerEXT( [NativeTypeName("GLint")] int size, @@ -215438,7 +95178,6 @@ void VertexWeightPointerEXT( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_weighting"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVertexWeightPointerEXT")] void VertexWeightPointerEXT( @@ -215449,7 +95188,6 @@ void VertexWeightPointerEXT( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] uint VideoCaptureNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -215458,7 +95196,6 @@ uint VideoCaptureNV( ); [return: NativeTypeName("GLenum")] - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureNV")] uint VideoCaptureNV( @@ -215467,7 +95204,6 @@ uint VideoCaptureNV( [NativeTypeName("GLuint64EXT *")] Ref capture_time ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] void VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -215476,7 +95212,6 @@ void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] double* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] void VideoCaptureStreamParameterNV( @@ -215486,7 +95221,6 @@ void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterdvNV")] void VideoCaptureStreamParameterNV( @@ -215495,7 +95229,6 @@ void VideoCaptureStreamParameterNV( [NativeTypeName("const GLdouble *")] double @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] void VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -215504,7 +95237,6 @@ void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] float* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] void VideoCaptureStreamParameterNV( @@ -215514,7 +95246,6 @@ void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterfvNV")] void VideoCaptureStreamParameterNV( @@ -215523,7 +95254,6 @@ void VideoCaptureStreamParameterNV( [NativeTypeName("const GLfloat *")] float @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] void VideoCaptureStreamParameterNV( [NativeTypeName("GLuint")] uint video_capture_slot, @@ -215532,7 +95262,6 @@ void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] int* @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] void VideoCaptureStreamParameterNV( @@ -215542,7 +95271,6 @@ void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] Ref @params ); - [SupportedApiProfile("gl", ["GL_NV_video_capture"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glVideoCaptureStreamParameterivNV")] void VideoCaptureStreamParameterNV( @@ -215551,62 +95279,6 @@ void VideoCaptureStreamParameterNV( [NativeTypeName("const GLint *")] int @params ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_VERSION_1_0", - "GL_VERSION_1_1", - "GL_VERSION_1_2", - "GL_VERSION_1_3", - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.0" - )] - [SupportedApiProfile( - "gles2", - ["GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0", "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2"], - MinVersion = "2.0" - )] - [SupportedApiProfile("gles1", ["GL_VERSION_ES_CM_1_0"], MinVersion = "1.0")] [NativeFunction("opengl", EntryPoint = "glViewport")] void Viewport( [NativeTypeName("GLint")] int x, @@ -215615,32 +95287,6 @@ void Viewport( [NativeTypeName("GLsizei")] uint height ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] void ViewportArray( [NativeTypeName("GLuint")] uint first, @@ -215648,32 +95294,6 @@ void ViewportArray( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] void ViewportArray( @@ -215682,32 +95302,6 @@ void ViewportArray( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayv")] void ViewportArray( @@ -215715,7 +95309,6 @@ void ViewportArray( [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] void ViewportArrayNV( [NativeTypeName("GLuint")] uint first, @@ -215723,7 +95316,6 @@ void ViewportArrayNV( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] void ViewportArrayNV( @@ -215732,7 +95324,6 @@ void ViewportArrayNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvNV")] void ViewportArrayNV( @@ -215740,15 +95331,13 @@ void ViewportArrayNV( [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] - void ViewportArrayvO( + void ViewportArrayvOOES( [NativeTypeName("GLuint")] uint first, [NativeTypeName("const GLfloat *")] float v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] void ViewportArrayOES( [NativeTypeName("GLuint")] uint first, @@ -215756,7 +95345,6 @@ void ViewportArrayOES( [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportArrayvOES")] void ViewportArrayOES( @@ -215765,32 +95353,6 @@ void ViewportArrayOES( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportIndexedf")] void ViewportIndexed( [NativeTypeName("GLuint")] uint index, @@ -215800,7 +95362,6 @@ void ViewportIndexed( [NativeTypeName("GLfloat")] float h ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfNV")] void ViewportIndexedNV( [NativeTypeName("GLuint")] uint index, @@ -215810,7 +95371,6 @@ void ViewportIndexedNV( [NativeTypeName("GLfloat")] float h ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfOES")] void ViewportIndexedOES( [NativeTypeName("GLuint")] uint index, @@ -215820,64 +95380,12 @@ void ViewportIndexedOES( [NativeTypeName("GLfloat")] float h ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] void ViewportIndexed( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_viewport_array", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "4.1" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfv")] void ViewportIndexed( @@ -215885,14 +95393,12 @@ void ViewportIndexed( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] void ViewportIndexedNV( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_NV_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvNV")] void ViewportIndexedNV( @@ -215900,14 +95406,12 @@ void ViewportIndexedNV( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] void ViewportIndexedOES( [NativeTypeName("GLuint")] uint index, [NativeTypeName("const GLfloat *")] float* v ); - [SupportedApiProfile("gles2", ["GL_OES_viewport_array"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glViewportIndexedfvOES")] void ViewportIndexedOES( @@ -215915,9 +95419,6 @@ void ViewportIndexedOES( [NativeTypeName("const GLfloat *")] Ref v ); - [SupportedApiProfile("gl", ["GL_NV_clip_space_w_scaling"])] - [SupportedApiProfile("glcore", ["GL_NV_clip_space_w_scaling"])] - [SupportedApiProfile("gles2", ["GL_NV_clip_space_w_scaling"])] [NativeFunction("opengl", EntryPoint = "glViewportPositionWScaleNV")] void ViewportPositionWScaleNV( [NativeTypeName("GLuint")] uint index, @@ -215925,9 +95426,6 @@ void ViewportPositionWScaleNV( [NativeTypeName("GLfloat")] float ycoeff ); - [SupportedApiProfile("gl", ["GL_NV_viewport_swizzle"])] - [SupportedApiProfile("glcore", ["GL_NV_viewport_swizzle"])] - [SupportedApiProfile("gles2", ["GL_NV_viewport_swizzle"])] [NativeFunction("opengl", EntryPoint = "glViewportSwizzleNV")] void ViewportSwizzleNV( [NativeTypeName("GLuint")] uint index, @@ -215937,8 +95435,6 @@ void ViewportSwizzleNV( [NativeTypeName("GLenum")] uint swizzlew ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] void WaitSemaphoreEXT( [NativeTypeName("GLuint")] uint semaphore, @@ -215949,8 +95445,6 @@ void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] uint* srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] void WaitSemaphoreEXT( @@ -215962,8 +95456,6 @@ void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] void WaitSemaphoreEXT( @@ -215974,8 +95466,6 @@ void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] void WaitSemaphoreEXT( @@ -215987,8 +95477,6 @@ void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] void WaitSemaphoreEXT( @@ -215999,8 +95487,6 @@ void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] void WaitSemaphoreEXT( @@ -216012,8 +95498,6 @@ void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ); - [SupportedApiProfile("gl", ["GL_EXT_semaphore"])] - [SupportedApiProfile("gles2", ["GL_EXT_semaphore"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreEXT")] void WaitSemaphoreEXT( @@ -216024,7 +95508,6 @@ void WaitSemaphoreEXT( [NativeTypeName("const GLenum *")] Ref srcLayouts ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] void WaitSemaphoreNVX( [NativeTypeName("GLuint")] uint waitGpu, @@ -216033,7 +95516,6 @@ void WaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] ulong* fenceValueArray ); - [SupportedApiProfile("gl", ["GL_NVX_progress_fence"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSemaphoreui64NVX")] void WaitSemaphoreNVX( @@ -216043,38 +95525,6 @@ void WaitSemaphoreNVX( [NativeTypeName("const GLuint64 *")] Ref fenceValueArray ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [NativeFunction("opengl", EntryPoint = "glWaitSync")] void WaitSync( [NativeTypeName("GLsync")] Sync* sync, @@ -216082,38 +95532,6 @@ void WaitSync( [NativeTypeName("GLuint64")] ulong timeout ); - [SupportedApiProfile( - "gl", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] - [SupportedApiProfile( - "glcore", - [ - "GL_ARB_sync", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "3.2" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSync")] void WaitSync( @@ -216122,39 +95540,30 @@ void WaitSync( [NativeTypeName("GLuint64")] ulong timeout ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] - void WaitSyncApple( + void WaitSyncAPPLE( [NativeTypeName("GLsync")] Sync* sync, [NativeTypeName("GLbitfield")] uint flags, [NativeTypeName("GLuint64")] ulong timeout ); - [SupportedApiProfile("gles2", ["GL_APPLE_sync"])] - [SupportedApiProfile("gles1", ["GL_APPLE_sync"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWaitSyncAPPLE")] - void WaitSyncApple( + void WaitSyncAPPLE( [NativeTypeName("GLsync")] Ref sync, [NativeTypeName("GLbitfield")] Constant flags, [NativeTypeName("GLuint64")] ulong timeout ); - [SupportedApiProfile("gl", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("glcore", ["GL_NV_draw_vulkan_image"])] - [SupportedApiProfile("gles2", ["GL_NV_draw_vulkan_image"])] [NativeFunction("opengl", EntryPoint = "glWaitVkSemaphoreNV")] void WaitVkSemaphoreNV([NativeTypeName("GLuint64")] ulong vkSemaphore); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLbyte *")] sbyte* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] void WeightARB( @@ -216162,19 +95571,16 @@ void WeightARB( [NativeTypeName("const GLbyte *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightbvARB")] void WeightARB([NativeTypeName("const GLbyte *")] sbyte weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLdouble *")] double* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] void WeightARB( @@ -216182,19 +95588,16 @@ void WeightARB( [NativeTypeName("const GLdouble *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightdvARB")] void WeightARB([NativeTypeName("const GLdouble *")] double weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLfloat *")] float* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] void WeightARB( @@ -216202,19 +95605,16 @@ void WeightARB( [NativeTypeName("const GLfloat *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightfvARB")] void WeightARB([NativeTypeName("const GLfloat *")] float weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLint *")] int* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] void WeightARB( @@ -216222,14 +95622,10 @@ void WeightARB( [NativeTypeName("const GLint *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightivARB")] void WeightARB([NativeTypeName("const GLint *")] int weights); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] void WeightPathNV( [NativeTypeName("GLuint")] uint resultPath, @@ -216238,9 +95634,6 @@ void WeightPathNV( [NativeTypeName("const GLfloat *")] float* weights ); - [SupportedApiProfile("gl", ["GL_NV_path_rendering"])] - [SupportedApiProfile("glcore", ["GL_NV_path_rendering"])] - [SupportedApiProfile("gles2", ["GL_NV_path_rendering"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPathsNV")] void WeightPathNV( @@ -216250,7 +95643,6 @@ void WeightPathNV( [NativeTypeName("const GLfloat *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] void WeightPointerARB( [NativeTypeName("GLint")] int size, @@ -216259,7 +95651,6 @@ void WeightPointerARB( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPointerARB")] void WeightPointerARB( @@ -216269,7 +95660,6 @@ void WeightPointerARB( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] void WeightPointerOES( [NativeTypeName("GLint")] int size, @@ -216278,7 +95668,6 @@ void WeightPointerOES( [NativeTypeName("const void *")] void* pointer ); - [SupportedApiProfile("gles1", ["GL_OES_matrix_palette"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightPointerOES")] void WeightPointerOES( @@ -216288,14 +95677,12 @@ void WeightPointerOES( [NativeTypeName("const void *")] Ref pointer ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLshort *")] short* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] void WeightARB( @@ -216303,19 +95690,16 @@ void WeightARB( [NativeTypeName("const GLshort *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightsvARB")] void WeightARB([NativeTypeName("const GLshort *")] short weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLubyte *")] byte* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] void WeightARB( @@ -216323,19 +95707,16 @@ void WeightARB( [NativeTypeName("const GLubyte *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightubvARB")] void WeightARB([NativeTypeName("const GLubyte *")] byte weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLuint *")] uint* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] void WeightARB( @@ -216343,19 +95724,16 @@ void WeightARB( [NativeTypeName("const GLuint *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightuivARB")] void WeightARB([NativeTypeName("const GLuint *")] uint weights); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] void WeightARB( [NativeTypeName("GLint")] int size, [NativeTypeName("const GLushort *")] ushort* weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] void WeightARB( @@ -216363,434 +95741,136 @@ void WeightARB( [NativeTypeName("const GLushort *")] Ref weights ); - [SupportedApiProfile("gl", ["GL_ARB_vertex_blend"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWeightusvARB")] void WeightARB([NativeTypeName("const GLushort *")] ushort weights); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2d")] void WindowPos2([NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dARB")] void WindowPos2ARB( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dMESA")] void WindowPos2MESA( [NativeTypeName("GLdouble")] double x, [NativeTypeName("GLdouble")] double y ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] void WindowPos2([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dv")] void WindowPos2([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] void WindowPos2ARB([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvARB")] void WindowPos2ARB([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvMESA")] void WindowPos2MESA([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2dvMESA")] void WindowPos2MESA([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2f")] void WindowPos2([NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fARB")] void WindowPos2ARB([NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fMESA")] void WindowPos2MESA([NativeTypeName("GLfloat")] float x, [NativeTypeName("GLfloat")] float y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2fv")] void WindowPos2([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fv")] void WindowPos2([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] void WindowPos2ARB([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvARB")] void WindowPos2ARB([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] void WindowPos2MESA([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2fvMESA")] void WindowPos2MESA([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2i")] void WindowPos2([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2iARB")] void WindowPos2ARB([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2iMESA")] void WindowPos2MESA([NativeTypeName("GLint")] int x, [NativeTypeName("GLint")] int y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] void WindowPos2([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2iv")] void WindowPos2([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] void WindowPos2ARB([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivARB")] void WindowPos2ARB([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] void WindowPos2MESA([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2ivMESA")] void WindowPos2MESA([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2s")] void WindowPos2([NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2sARB")] void WindowPos2ARB([NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2sMESA")] void WindowPos2MESA([NativeTypeName("GLshort")] short x, [NativeTypeName("GLshort")] short y); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] void WindowPos2([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2sv")] void WindowPos2([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] void WindowPos2ARB([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2svARB")] void WindowPos2ARB([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] void WindowPos2MESA([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos2svMESA")] void WindowPos2MESA([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3d")] void WindowPos3( [NativeTypeName("GLdouble")] double x, @@ -216798,7 +95878,6 @@ void WindowPos3( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dARB")] void WindowPos3ARB( [NativeTypeName("GLdouble")] double x, @@ -216806,7 +95885,6 @@ void WindowPos3ARB( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dMESA")] void WindowPos3MESA( [NativeTypeName("GLdouble")] double x, @@ -216814,94 +95892,27 @@ void WindowPos3MESA( [NativeTypeName("GLdouble")] double z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] void WindowPos3([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dv")] void WindowPos3([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] void WindowPos3ARB([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvARB")] void WindowPos3ARB([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvMESA")] void WindowPos3MESA([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3dvMESA")] void WindowPos3MESA([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3f")] void WindowPos3( [NativeTypeName("GLfloat")] float x, @@ -216909,7 +95920,6 @@ void WindowPos3( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fARB")] void WindowPos3ARB( [NativeTypeName("GLfloat")] float x, @@ -216917,7 +95927,6 @@ void WindowPos3ARB( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fMESA")] void WindowPos3MESA( [NativeTypeName("GLfloat")] float x, @@ -216925,94 +95934,27 @@ void WindowPos3MESA( [NativeTypeName("GLfloat")] float z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3fv")] void WindowPos3([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fv")] void WindowPos3([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] void WindowPos3ARB([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvARB")] void WindowPos3ARB([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] void WindowPos3MESA([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3fvMESA")] void WindowPos3MESA([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3i")] void WindowPos3( [NativeTypeName("GLint")] int x, @@ -217020,7 +95962,6 @@ void WindowPos3( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3iARB")] void WindowPos3ARB( [NativeTypeName("GLint")] int x, @@ -217028,7 +95969,6 @@ void WindowPos3ARB( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3iMESA")] void WindowPos3MESA( [NativeTypeName("GLint")] int x, @@ -217036,94 +95976,27 @@ void WindowPos3MESA( [NativeTypeName("GLint")] int z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] void WindowPos3([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3iv")] void WindowPos3([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] void WindowPos3ARB([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivARB")] void WindowPos3ARB([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] void WindowPos3MESA([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3ivMESA")] void WindowPos3MESA([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3s")] void WindowPos3( [NativeTypeName("GLshort")] short x, @@ -217131,7 +96004,6 @@ void WindowPos3( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3sARB")] void WindowPos3ARB( [NativeTypeName("GLshort")] short x, @@ -217139,7 +96011,6 @@ void WindowPos3ARB( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3sMESA")] void WindowPos3MESA( [NativeTypeName("GLshort")] short x, @@ -217147,74 +96018,27 @@ void WindowPos3MESA( [NativeTypeName("GLshort")] short z ); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] void WindowPos3([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile( - "gl", - [ - "GL_VERSION_1_4", - "GL_VERSION_1_5", - "GL_VERSION_2_0", - "GL_VERSION_2_1", - "GL_VERSION_3_0", - "GL_VERSION_3_1", - "GL_VERSION_3_2", - "GL_VERSION_3_3", - "GL_VERSION_4_0", - "GL_VERSION_4_1", - "GL_VERSION_4_2", - "GL_VERSION_4_3", - "GL_VERSION_4_4", - "GL_VERSION_4_5", - "GL_VERSION_4_6", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3sv")] void WindowPos3([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] void WindowPos3ARB([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_ARB_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3svARB")] void WindowPos3ARB([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] void WindowPos3MESA([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos3svMESA")] void WindowPos3MESA([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4dMESA")] void WindowPos4MESA( [NativeTypeName("GLdouble")] double x, @@ -217223,16 +96047,13 @@ void WindowPos4MESA( [NativeTypeName("GLdouble")] double w ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] void WindowPos4MESA([NativeTypeName("const GLdouble *")] double* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4dvMESA")] void WindowPos4MESA([NativeTypeName("const GLdouble *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4fMESA")] void WindowPos4MESA( [NativeTypeName("GLfloat")] float x, @@ -217241,16 +96062,13 @@ void WindowPos4MESA( [NativeTypeName("GLfloat")] float w ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4fvMESA")] void WindowPos4MESA([NativeTypeName("const GLfloat *")] float* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4fvMESA")] void WindowPos4MESA([NativeTypeName("const GLfloat *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4iMESA")] void WindowPos4MESA( [NativeTypeName("GLint")] int x, @@ -217259,16 +96077,13 @@ void WindowPos4MESA( [NativeTypeName("GLint")] int w ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] void WindowPos4MESA([NativeTypeName("const GLint *")] int* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4ivMESA")] void WindowPos4MESA([NativeTypeName("const GLint *")] Ref v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4sMESA")] void WindowPos4MESA( [NativeTypeName("GLshort")] short x, @@ -217277,18 +96092,13 @@ void WindowPos4MESA( [NativeTypeName("GLshort")] short w ); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] void WindowPos4MESA([NativeTypeName("const GLshort *")] short* v); - [SupportedApiProfile("gl", ["GL_MESA_window_pos"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowPos4svMESA")] void WindowPos4MESA([NativeTypeName("const GLshort *")] Ref v); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] void WindowRectanglesEXT( [NativeTypeName("GLenum")] uint mode, @@ -217296,9 +96106,6 @@ void WindowRectanglesEXT( [NativeTypeName("const GLint *")] int* box ); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] void WindowRectanglesEXT( @@ -217307,9 +96114,6 @@ void WindowRectanglesEXT( [NativeTypeName("const GLint *")] Ref box ); - [SupportedApiProfile("gl", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("glcore", ["GL_EXT_window_rectangles"])] - [SupportedApiProfile("gles2", ["GL_EXT_window_rectangles"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWindowRectanglesEXT")] void WindowRectanglesEXT( @@ -217317,7 +96121,6 @@ void WindowRectanglesEXT( [NativeTypeName("const GLint *")] int box ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] void WriteMaskEXT( [NativeTypeName("GLuint")] uint res, @@ -217328,7 +96131,6 @@ void WriteMaskEXT( [NativeTypeName("GLenum")] uint outW ); - [SupportedApiProfile("gl", ["GL_EXT_vertex_shader"])] [Transformed] [NativeFunction("opengl", EntryPoint = "glWriteMaskEXT")] void WriteMaskEXT( diff --git a/sources/SDL/SDL/Handles/AudioStreamHandle.gen.cs b/sources/SDL/SDL/Handles/AudioStreamHandle.gen.cs index 6e57ec492d..13e8ef1d5a 100644 --- a/sources/SDL/SDL/Handles/AudioStreamHandle.gen.cs +++ b/sources/SDL/SDL/Handles/AudioStreamHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct AudioStreamHandle { public readonly void* Handle; + public AudioStreamHandle(void* handle) + { + Handle = handle; + } + public bool Equals(AudioStreamHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is AudioStreamHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/CameraHandle.gen.cs b/sources/SDL/SDL/Handles/CameraHandle.gen.cs index b8fbe8a9bd..46c8cf4e85 100644 --- a/sources/SDL/SDL/Handles/CameraHandle.gen.cs +++ b/sources/SDL/SDL/Handles/CameraHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct CameraHandle { public readonly void* Handle; + public CameraHandle(void* handle) + { + Handle = handle; + } + public bool Equals(CameraHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is CameraHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/ConditionHandle.gen.cs b/sources/SDL/SDL/Handles/ConditionHandle.gen.cs index 4c3b5b5362..a5e2ba1e61 100644 --- a/sources/SDL/SDL/Handles/ConditionHandle.gen.cs +++ b/sources/SDL/SDL/Handles/ConditionHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct ConditionHandle { public readonly void* Handle; + public ConditionHandle(void* handle) + { + Handle = handle; + } + public bool Equals(ConditionHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is ConditionHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/CursorHandle.gen.cs b/sources/SDL/SDL/Handles/CursorHandle.gen.cs index ace3a24da1..f251a09ead 100644 --- a/sources/SDL/SDL/Handles/CursorHandle.gen.cs +++ b/sources/SDL/SDL/Handles/CursorHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct CursorHandle { public readonly void* Handle; + public CursorHandle(void* handle) + { + Handle = handle; + } + public bool Equals(CursorHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is CursorHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/DisplayModeDataHandle.gen.cs b/sources/SDL/SDL/Handles/DisplayModeDataHandle.gen.cs index df5716327b..ef065fe080 100644 --- a/sources/SDL/SDL/Handles/DisplayModeDataHandle.gen.cs +++ b/sources/SDL/SDL/Handles/DisplayModeDataHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct DisplayModeDataHandle { public readonly void* Handle; + public DisplayModeDataHandle(void* handle) + { + Handle = handle; + } + public bool Equals(DisplayModeDataHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is DisplayModeDataHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/EnvironmentHandle.gen.cs b/sources/SDL/SDL/Handles/EnvironmentHandle.gen.cs index 7279b2c212..83fa4c191e 100644 --- a/sources/SDL/SDL/Handles/EnvironmentHandle.gen.cs +++ b/sources/SDL/SDL/Handles/EnvironmentHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct EnvironmentHandle { public readonly void* Handle; + public EnvironmentHandle(void* handle) + { + Handle = handle; + } + public bool Equals(EnvironmentHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is EnvironmentHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/GLContextStateHandle.gen.cs b/sources/SDL/SDL/Handles/GLContextStateHandle.gen.cs index 49dff462a6..c73bb53c3e 100644 --- a/sources/SDL/SDL/Handles/GLContextStateHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GLContextStateHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GLContextStateHandle { public readonly void* Handle; + public GLContextStateHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GLContextStateHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is GLContextStateHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/GPUBufferHandle.gen.cs b/sources/SDL/SDL/Handles/GPUBufferHandle.gen.cs index c557229232..a04c24274e 100644 --- a/sources/SDL/SDL/Handles/GPUBufferHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPUBufferHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPUBufferHandle { public readonly void* Handle; + public GPUBufferHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPUBufferHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is GPUBufferHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/GPUCommandBufferHandle.gen.cs b/sources/SDL/SDL/Handles/GPUCommandBufferHandle.gen.cs index 445f074f04..7e4c8393cf 100644 --- a/sources/SDL/SDL/Handles/GPUCommandBufferHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPUCommandBufferHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPUCommandBufferHandle { public readonly void* Handle; + public GPUCommandBufferHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPUCommandBufferHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => diff --git a/sources/SDL/SDL/Handles/GPUComputePassHandle.gen.cs b/sources/SDL/SDL/Handles/GPUComputePassHandle.gen.cs index 49f4f349f2..0fd526fdb6 100644 --- a/sources/SDL/SDL/Handles/GPUComputePassHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPUComputePassHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPUComputePassHandle { public readonly void* Handle; + public GPUComputePassHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPUComputePassHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is GPUComputePassHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/GPUComputePipelineHandle.gen.cs b/sources/SDL/SDL/Handles/GPUComputePipelineHandle.gen.cs index f4df196194..80ff37e9c3 100644 --- a/sources/SDL/SDL/Handles/GPUComputePipelineHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPUComputePipelineHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPUComputePipelineHandle { public readonly void* Handle; + public GPUComputePipelineHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPUComputePipelineHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => diff --git a/sources/SDL/SDL/Handles/GPUCopyPassHandle.gen.cs b/sources/SDL/SDL/Handles/GPUCopyPassHandle.gen.cs index 0619b36dc3..1d8f1a05c7 100644 --- a/sources/SDL/SDL/Handles/GPUCopyPassHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPUCopyPassHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPUCopyPassHandle { public readonly void* Handle; + public GPUCopyPassHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPUCopyPassHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is GPUCopyPassHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/GPUDeviceHandle.gen.cs b/sources/SDL/SDL/Handles/GPUDeviceHandle.gen.cs index 8a043d0115..2a00724e04 100644 --- a/sources/SDL/SDL/Handles/GPUDeviceHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPUDeviceHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPUDeviceHandle { public readonly void* Handle; + public GPUDeviceHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPUDeviceHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is GPUDeviceHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/GPUFenceHandle.gen.cs b/sources/SDL/SDL/Handles/GPUFenceHandle.gen.cs index f049db501f..93a7be75e8 100644 --- a/sources/SDL/SDL/Handles/GPUFenceHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPUFenceHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPUFenceHandle { public readonly void* Handle; + public GPUFenceHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPUFenceHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is GPUFenceHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/GPUGraphicsPipelineHandle.gen.cs b/sources/SDL/SDL/Handles/GPUGraphicsPipelineHandle.gen.cs index 095280c368..b5348d3e3c 100644 --- a/sources/SDL/SDL/Handles/GPUGraphicsPipelineHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPUGraphicsPipelineHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPUGraphicsPipelineHandle { public readonly void* Handle; + public GPUGraphicsPipelineHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPUGraphicsPipelineHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => diff --git a/sources/SDL/SDL/Handles/GPURenderPassHandle.gen.cs b/sources/SDL/SDL/Handles/GPURenderPassHandle.gen.cs index 245a458958..208b9e25f4 100644 --- a/sources/SDL/SDL/Handles/GPURenderPassHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPURenderPassHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPURenderPassHandle { public readonly void* Handle; + public GPURenderPassHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPURenderPassHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is GPURenderPassHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/GPUSamplerHandle.gen.cs b/sources/SDL/SDL/Handles/GPUSamplerHandle.gen.cs index d8a77c1a61..82a6e72946 100644 --- a/sources/SDL/SDL/Handles/GPUSamplerHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPUSamplerHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPUSamplerHandle { public readonly void* Handle; + public GPUSamplerHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPUSamplerHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is GPUSamplerHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/GPUShaderHandle.gen.cs b/sources/SDL/SDL/Handles/GPUShaderHandle.gen.cs index 3bd7d613cc..cbac2d6ee7 100644 --- a/sources/SDL/SDL/Handles/GPUShaderHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPUShaderHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPUShaderHandle { public readonly void* Handle; + public GPUShaderHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPUShaderHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is GPUShaderHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/GPUTextureHandle.gen.cs b/sources/SDL/SDL/Handles/GPUTextureHandle.gen.cs index d3a5c30219..a8c4f96db7 100644 --- a/sources/SDL/SDL/Handles/GPUTextureHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPUTextureHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPUTextureHandle { public readonly void* Handle; + public GPUTextureHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPUTextureHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is GPUTextureHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/GPUTransferBufferHandle.gen.cs b/sources/SDL/SDL/Handles/GPUTransferBufferHandle.gen.cs index 936ef75ce8..6b9b186732 100644 --- a/sources/SDL/SDL/Handles/GPUTransferBufferHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GPUTransferBufferHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GPUTransferBufferHandle { public readonly void* Handle; + public GPUTransferBufferHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GPUTransferBufferHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => diff --git a/sources/SDL/SDL/Handles/GamepadHandle.gen.cs b/sources/SDL/SDL/Handles/GamepadHandle.gen.cs index 71f9338600..7de2bd5f4e 100644 --- a/sources/SDL/SDL/Handles/GamepadHandle.gen.cs +++ b/sources/SDL/SDL/Handles/GamepadHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct GamepadHandle { public readonly void* Handle; + public GamepadHandle(void* handle) + { + Handle = handle; + } + public bool Equals(GamepadHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is GamepadHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/HapticHandle.gen.cs b/sources/SDL/SDL/Handles/HapticHandle.gen.cs index 3e2d8e5679..aee6c381f5 100644 --- a/sources/SDL/SDL/Handles/HapticHandle.gen.cs +++ b/sources/SDL/SDL/Handles/HapticHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct HapticHandle { public readonly void* Handle; + public HapticHandle(void* handle) + { + Handle = handle; + } + public bool Equals(HapticHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is HapticHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/HidDeviceHandle.gen.cs b/sources/SDL/SDL/Handles/HidDeviceHandle.gen.cs index b9485af755..aedfe92aff 100644 --- a/sources/SDL/SDL/Handles/HidDeviceHandle.gen.cs +++ b/sources/SDL/SDL/Handles/HidDeviceHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct HidDeviceHandle { public readonly void* Handle; + public HidDeviceHandle(void* handle) + { + Handle = handle; + } + public bool Equals(HidDeviceHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is HidDeviceHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/IOStreamHandle.gen.cs b/sources/SDL/SDL/Handles/IOStreamHandle.gen.cs index f00eebbabf..5f98c43fd5 100644 --- a/sources/SDL/SDL/Handles/IOStreamHandle.gen.cs +++ b/sources/SDL/SDL/Handles/IOStreamHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct IOStreamHandle { public readonly void* Handle; + public IOStreamHandle(void* handle) + { + Handle = handle; + } + public bool Equals(IOStreamHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is IOStreamHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/IconvDataTHandle.gen.cs b/sources/SDL/SDL/Handles/IconvDataTHandle.gen.cs index a0b1dd3004..86e4621e52 100644 --- a/sources/SDL/SDL/Handles/IconvDataTHandle.gen.cs +++ b/sources/SDL/SDL/Handles/IconvDataTHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct IconvDataTHandle { public readonly void* Handle; + public IconvDataTHandle(void* handle) + { + Handle = handle; + } + public bool Equals(IconvDataTHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is IconvDataTHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/JoystickHandle.gen.cs b/sources/SDL/SDL/Handles/JoystickHandle.gen.cs index 35ef17ede9..2adb37b700 100644 --- a/sources/SDL/SDL/Handles/JoystickHandle.gen.cs +++ b/sources/SDL/SDL/Handles/JoystickHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct JoystickHandle { public readonly void* Handle; + public JoystickHandle(void* handle) + { + Handle = handle; + } + public bool Equals(JoystickHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is JoystickHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/MutexHandle.gen.cs b/sources/SDL/SDL/Handles/MutexHandle.gen.cs index b1565e4b3d..365dbeb580 100644 --- a/sources/SDL/SDL/Handles/MutexHandle.gen.cs +++ b/sources/SDL/SDL/Handles/MutexHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct MutexHandle { public readonly void* Handle; + public MutexHandle(void* handle) + { + Handle = handle; + } + public bool Equals(MutexHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is MutexHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/ProcessHandle.gen.cs b/sources/SDL/SDL/Handles/ProcessHandle.gen.cs index 73e0e253b0..dc153f3b8f 100644 --- a/sources/SDL/SDL/Handles/ProcessHandle.gen.cs +++ b/sources/SDL/SDL/Handles/ProcessHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct ProcessHandle { public readonly void* Handle; + public ProcessHandle(void* handle) + { + Handle = handle; + } + public bool Equals(ProcessHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is ProcessHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/RWLockHandle.gen.cs b/sources/SDL/SDL/Handles/RWLockHandle.gen.cs index 362b294a12..1825419992 100644 --- a/sources/SDL/SDL/Handles/RWLockHandle.gen.cs +++ b/sources/SDL/SDL/Handles/RWLockHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct RWLockHandle { public readonly void* Handle; + public RWLockHandle(void* handle) + { + Handle = handle; + } + public bool Equals(RWLockHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is RWLockHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/RendererHandle.gen.cs b/sources/SDL/SDL/Handles/RendererHandle.gen.cs index ce492e7b67..935d0c7f19 100644 --- a/sources/SDL/SDL/Handles/RendererHandle.gen.cs +++ b/sources/SDL/SDL/Handles/RendererHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct RendererHandle { public readonly void* Handle; + public RendererHandle(void* handle) + { + Handle = handle; + } + public bool Equals(RendererHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is RendererHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/SemaphoreHandle.gen.cs b/sources/SDL/SDL/Handles/SemaphoreHandle.gen.cs index b0be80f4ff..6720e5449c 100644 --- a/sources/SDL/SDL/Handles/SemaphoreHandle.gen.cs +++ b/sources/SDL/SDL/Handles/SemaphoreHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct SemaphoreHandle { public readonly void* Handle; + public SemaphoreHandle(void* handle) + { + Handle = handle; + } + public bool Equals(SemaphoreHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is SemaphoreHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/SensorHandle.gen.cs b/sources/SDL/SDL/Handles/SensorHandle.gen.cs index a0df4db7ce..43d3ca687f 100644 --- a/sources/SDL/SDL/Handles/SensorHandle.gen.cs +++ b/sources/SDL/SDL/Handles/SensorHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct SensorHandle { public readonly void* Handle; + public SensorHandle(void* handle) + { + Handle = handle; + } + public bool Equals(SensorHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is SensorHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/SharedObjectHandle.gen.cs b/sources/SDL/SDL/Handles/SharedObjectHandle.gen.cs index 1907124238..506a13f238 100644 --- a/sources/SDL/SDL/Handles/SharedObjectHandle.gen.cs +++ b/sources/SDL/SDL/Handles/SharedObjectHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct SharedObjectHandle { public readonly void* Handle; + public SharedObjectHandle(void* handle) + { + Handle = handle; + } + public bool Equals(SharedObjectHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is SharedObjectHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/StorageHandle.gen.cs b/sources/SDL/SDL/Handles/StorageHandle.gen.cs index 7d9d1bb81d..cc56ca776f 100644 --- a/sources/SDL/SDL/Handles/StorageHandle.gen.cs +++ b/sources/SDL/SDL/Handles/StorageHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct StorageHandle { public readonly void* Handle; + public StorageHandle(void* handle) + { + Handle = handle; + } + public bool Equals(StorageHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is StorageHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/ThreadHandle.gen.cs b/sources/SDL/SDL/Handles/ThreadHandle.gen.cs index 9cef23fee1..e19e35c044 100644 --- a/sources/SDL/SDL/Handles/ThreadHandle.gen.cs +++ b/sources/SDL/SDL/Handles/ThreadHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct ThreadHandle { public readonly void* Handle; + public ThreadHandle(void* handle) + { + Handle = handle; + } + public bool Equals(ThreadHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is ThreadHandle other && Equals(other); diff --git a/sources/SDL/SDL/Handles/WindowHandle.gen.cs b/sources/SDL/SDL/Handles/WindowHandle.gen.cs index 96dec2a041..d50d21c4ab 100644 --- a/sources/SDL/SDL/Handles/WindowHandle.gen.cs +++ b/sources/SDL/SDL/Handles/WindowHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct WindowHandle { public readonly void* Handle; + public WindowHandle(void* handle) + { + Handle = handle; + } + public bool Equals(WindowHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is WindowHandle other && Equals(other); diff --git a/sources/SDL/SDL/SDL3/AppResult.gen.cs b/sources/SDL/SDL/SDL3/AppResult.gen.cs index 506492c41e..4414e0485a 100644 --- a/sources/SDL/SDL/SDL3/AppResult.gen.cs +++ b/sources/SDL/SDL/SDL3/AppResult.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum AppResult : uint +public enum AppResult { Continue, Success, diff --git a/sources/SDL/SDL/SDL3/ArrayOrder.gen.cs b/sources/SDL/SDL/SDL3/ArrayOrder.gen.cs index c01d037a0f..751f9b1066 100644 --- a/sources/SDL/SDL/SDL3/ArrayOrder.gen.cs +++ b/sources/SDL/SDL/SDL3/ArrayOrder.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum ArrayOrder : uint +public enum ArrayOrder { None, Rgb, diff --git a/sources/SDL/SDL/SDL3/AssertState.gen.cs b/sources/SDL/SDL/SDL3/AssertState.gen.cs index e00bd8a027..f2d6b5eaca 100644 --- a/sources/SDL/SDL/SDL3/AssertState.gen.cs +++ b/sources/SDL/SDL/SDL3/AssertState.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum AssertState : uint +public enum AssertState { Retry, Break, diff --git a/sources/SDL/SDL/SDL3/AudioFormat.gen.cs b/sources/SDL/SDL/SDL3/AudioFormat.gen.cs index 82d69bcc1e..d74306cb51 100644 --- a/sources/SDL/SDL/SDL3/AudioFormat.gen.cs +++ b/sources/SDL/SDL/SDL3/AudioFormat.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum AudioFormat : uint +public enum AudioFormat { Unknown = 0x0000U, U8 = 0x0008U, diff --git a/sources/SDL/SDL/SDL3/BitmapOrder.gen.cs b/sources/SDL/SDL/SDL3/BitmapOrder.gen.cs index a85ff3a77d..12716ec9db 100644 --- a/sources/SDL/SDL/SDL3/BitmapOrder.gen.cs +++ b/sources/SDL/SDL/SDL3/BitmapOrder.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum BitmapOrder : uint +public enum BitmapOrder { BitmaporderNone, Bitmaporder4321, diff --git a/sources/SDL/SDL/SDL3/BlendFactor.gen.cs b/sources/SDL/SDL/SDL3/BlendFactor.gen.cs index e88a5fc2e2..05af2dd9d1 100644 --- a/sources/SDL/SDL/SDL3/BlendFactor.gen.cs +++ b/sources/SDL/SDL/SDL3/BlendFactor.gen.cs @@ -4,8 +4,7 @@ // Original source is Copyright (C) 1997-2024 Sam Lantinga. Licensed under the zlib license. namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum BlendFactor : uint +public enum BlendFactor { Zero = 0x1, One = 0x2, diff --git a/sources/SDL/SDL/SDL3/BlendOperation.gen.cs b/sources/SDL/SDL/SDL3/BlendOperation.gen.cs index 8bd3a5e2ba..12e1f8c4af 100644 --- a/sources/SDL/SDL/SDL3/BlendOperation.gen.cs +++ b/sources/SDL/SDL/SDL3/BlendOperation.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum BlendOperation : uint +public enum BlendOperation { Add = 0x1, Subtract = 0x2, diff --git a/sources/SDL/SDL/SDL3/CameraPosition.gen.cs b/sources/SDL/SDL/SDL3/CameraPosition.gen.cs index d5f368365f..e5a293473b 100644 --- a/sources/SDL/SDL/SDL3/CameraPosition.gen.cs +++ b/sources/SDL/SDL/SDL3/CameraPosition.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum CameraPosition : uint +public enum CameraPosition { Unknown, FrontFacing, diff --git a/sources/SDL/SDL/SDL3/Capitalization.gen.cs b/sources/SDL/SDL/SDL3/Capitalization.gen.cs index 5baf9fa3eb..d1b55c8dda 100644 --- a/sources/SDL/SDL/SDL3/Capitalization.gen.cs +++ b/sources/SDL/SDL/SDL3/Capitalization.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum Capitalization : uint +public enum Capitalization { None, Sentences, diff --git a/sources/SDL/SDL/SDL3/ChromaLocation.gen.cs b/sources/SDL/SDL/SDL3/ChromaLocation.gen.cs index 7ddfdd737e..f02328f24d 100644 --- a/sources/SDL/SDL/SDL3/ChromaLocation.gen.cs +++ b/sources/SDL/SDL/SDL3/ChromaLocation.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum ChromaLocation : uint +public enum ChromaLocation { None = 0, Left = 1, diff --git a/sources/SDL/SDL/SDL3/ColorPrimaries.gen.cs b/sources/SDL/SDL/SDL3/ColorPrimaries.gen.cs index be55d6e939..8dc8b0be00 100644 --- a/sources/SDL/SDL/SDL3/ColorPrimaries.gen.cs +++ b/sources/SDL/SDL/SDL3/ColorPrimaries.gen.cs @@ -8,13 +8,12 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum ColorPrimaries : uint +public enum ColorPrimaries { Unknown = 0, Bt709 = 1, Unspecified = 2, - Bt470M = 4, + BT470M = 4, Bt470Bg = 5, Bt601 = 6, Smpte240 = 7, diff --git a/sources/SDL/SDL/SDL3/ColorRange.gen.cs b/sources/SDL/SDL/SDL3/ColorRange.gen.cs index bf43ba902d..4494b9a111 100644 --- a/sources/SDL/SDL/SDL3/ColorRange.gen.cs +++ b/sources/SDL/SDL/SDL3/ColorRange.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum ColorRange : uint +public enum ColorRange { Unknown = 0, Limited = 1, diff --git a/sources/SDL/SDL/SDL3/ColorType.gen.cs b/sources/SDL/SDL/SDL3/ColorType.gen.cs index 546d6df160..04426ca04d 100644 --- a/sources/SDL/SDL/SDL3/ColorType.gen.cs +++ b/sources/SDL/SDL/SDL3/ColorType.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum ColorType : uint +public enum ColorType { Unknown = 0, Rgb = 1, diff --git a/sources/SDL/SDL/SDL3/Colorspace.gen.cs b/sources/SDL/SDL/SDL3/Colorspace.gen.cs index 96012e6d6e..c721d9bcb6 100644 --- a/sources/SDL/SDL/SDL3/Colorspace.gen.cs +++ b/sources/SDL/SDL/SDL3/Colorspace.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum Colorspace : uint +public enum Colorspace { Unknown = 0, Srgb = 0x120005a0U, diff --git a/sources/SDL/SDL/SDL3/DateFormat.gen.cs b/sources/SDL/SDL/SDL3/DateFormat.gen.cs index 371cebba95..b9d75dbed0 100644 --- a/sources/SDL/SDL/SDL3/DateFormat.gen.cs +++ b/sources/SDL/SDL/SDL3/DateFormat.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum DateFormat : uint +public enum DateFormat { Yyyymmdd = 0, Ddmmyyyy = 1, diff --git a/sources/SDL/SDL/SDL3/DisplayOrientation.gen.cs b/sources/SDL/SDL/SDL3/DisplayOrientation.gen.cs index 6f1bdaae51..bdce8ccbfe 100644 --- a/sources/SDL/SDL/SDL3/DisplayOrientation.gen.cs +++ b/sources/SDL/SDL/SDL3/DisplayOrientation.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum DisplayOrientation : uint +public enum DisplayOrientation { Unknown, Landscape, diff --git a/sources/SDL/SDL/SDL3/DummyEnum.gen.cs b/sources/SDL/SDL/SDL3/DummyEnum.gen.cs index 2b7d1445b3..93098d17bf 100644 --- a/sources/SDL/SDL/SDL3/DummyEnum.gen.cs +++ b/sources/SDL/SDL/SDL3/DummyEnum.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum DummyEnum : uint +public enum DummyEnum { DummyEnumValue, } diff --git a/sources/SDL/SDL/SDL3/EnumerationResult.gen.cs b/sources/SDL/SDL/SDL3/EnumerationResult.gen.cs index fe78b6ff3e..f02678c0f4 100644 --- a/sources/SDL/SDL/SDL3/EnumerationResult.gen.cs +++ b/sources/SDL/SDL/SDL3/EnumerationResult.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum EnumerationResult : uint +public enum EnumerationResult { Continue, Success, diff --git a/sources/SDL/SDL/SDL3/EventAction.gen.cs b/sources/SDL/SDL/SDL3/EventAction.gen.cs index 391d49ed6f..cbbeb1cba3 100644 --- a/sources/SDL/SDL/SDL3/EventAction.gen.cs +++ b/sources/SDL/SDL/SDL3/EventAction.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum EventAction : uint +public enum EventAction { Addevent, Peekevent, diff --git a/sources/SDL/SDL/SDL3/EventType.gen.cs b/sources/SDL/SDL/SDL3/EventType.gen.cs index eb68bf0d99..98fb170d5a 100644 --- a/sources/SDL/SDL/SDL3/EventType.gen.cs +++ b/sources/SDL/SDL/SDL3/EventType.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum EventType : uint +public enum EventType { First = 0, Quit = 0x100, diff --git a/sources/SDL/SDL/SDL3/FileDialogType.gen.cs b/sources/SDL/SDL/SDL3/FileDialogType.gen.cs index 58f5c453d1..11428f1ee5 100644 --- a/sources/SDL/SDL/SDL3/FileDialogType.gen.cs +++ b/sources/SDL/SDL/SDL3/FileDialogType.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum FileDialogType : uint +public enum FileDialogType { Openfile, Savefile, diff --git a/sources/SDL/SDL/SDL3/FlashOperation.gen.cs b/sources/SDL/SDL/SDL3/FlashOperation.gen.cs index 4ba94ece0c..7b13b6d79b 100644 --- a/sources/SDL/SDL/SDL3/FlashOperation.gen.cs +++ b/sources/SDL/SDL/SDL3/FlashOperation.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum FlashOperation : uint +public enum FlashOperation { Cancel, Briefly, diff --git a/sources/SDL/SDL/SDL3/FlipMode.gen.cs b/sources/SDL/SDL/SDL3/FlipMode.gen.cs index a4025e5a3e..4e8b9428bc 100644 --- a/sources/SDL/SDL/SDL3/FlipMode.gen.cs +++ b/sources/SDL/SDL/SDL3/FlipMode.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum FlipMode : uint +public enum FlipMode { None, Horizontal, diff --git a/sources/SDL/SDL/SDL3/Folder.gen.cs b/sources/SDL/SDL/SDL3/Folder.gen.cs index c513112e9e..bbcf28858a 100644 --- a/sources/SDL/SDL/SDL3/Folder.gen.cs +++ b/sources/SDL/SDL/SDL3/Folder.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum Folder : uint +public enum Folder { Home, Desktop, diff --git a/sources/SDL/SDL/SDL3/GLAttr.gen.cs b/sources/SDL/SDL/SDL3/GLAttr.gen.cs index e23ba2106b..dca16e193a 100644 --- a/sources/SDL/SDL/SDL3/GLAttr.gen.cs +++ b/sources/SDL/SDL/SDL3/GLAttr.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GLAttr : uint +public enum GLAttr { RedSize, GreenSize, diff --git a/sources/SDL/SDL/SDL3/GPUBlendFactor.gen.cs b/sources/SDL/SDL/SDL3/GPUBlendFactor.gen.cs index 48cd7d4f67..a5c9f89500 100644 --- a/sources/SDL/SDL/SDL3/GPUBlendFactor.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUBlendFactor.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUBlendFactor : uint +public enum GPUBlendFactor { Invalid, Zero, diff --git a/sources/SDL/SDL/SDL3/GPUBlendOp.gen.cs b/sources/SDL/SDL/SDL3/GPUBlendOp.gen.cs index 515d70a357..a90a3202b0 100644 --- a/sources/SDL/SDL/SDL3/GPUBlendOp.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUBlendOp.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUBlendOp : uint +public enum GPUBlendOp { Invalid, Add, diff --git a/sources/SDL/SDL/SDL3/GPUCompareOp.gen.cs b/sources/SDL/SDL/SDL3/GPUCompareOp.gen.cs index 3915854161..752407273d 100644 --- a/sources/SDL/SDL/SDL3/GPUCompareOp.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUCompareOp.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUCompareOp : uint +public enum GPUCompareOp { Invalid, Never, diff --git a/sources/SDL/SDL/SDL3/GPUCubeMapFace.gen.cs b/sources/SDL/SDL/SDL3/GPUCubeMapFace.gen.cs index 28e851e8e0..45d8b88425 100644 --- a/sources/SDL/SDL/SDL3/GPUCubeMapFace.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUCubeMapFace.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUCubeMapFace : uint +public enum GPUCubeMapFace { Positivex, Negativex, diff --git a/sources/SDL/SDL/SDL3/GPUCullMode.gen.cs b/sources/SDL/SDL/SDL3/GPUCullMode.gen.cs index 72197fed27..eea9d8ad7b 100644 --- a/sources/SDL/SDL/SDL3/GPUCullMode.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUCullMode.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUCullMode : uint +public enum GPUCullMode { None, Front, diff --git a/sources/SDL/SDL/SDL3/GPUFillMode.gen.cs b/sources/SDL/SDL/SDL3/GPUFillMode.gen.cs index cbc040be4f..247b229a8c 100644 --- a/sources/SDL/SDL/SDL3/GPUFillMode.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUFillMode.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUFillMode : uint +public enum GPUFillMode { Fill, Line, diff --git a/sources/SDL/SDL/SDL3/GPUFilter.gen.cs b/sources/SDL/SDL/SDL3/GPUFilter.gen.cs index 37fe243c71..41b26c536e 100644 --- a/sources/SDL/SDL/SDL3/GPUFilter.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUFilter.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUFilter : uint +public enum GPUFilter { Nearest, Linear, diff --git a/sources/SDL/SDL/SDL3/GPUFrontFace.gen.cs b/sources/SDL/SDL/SDL3/GPUFrontFace.gen.cs index 9ce6e11ea6..056914c0a0 100644 --- a/sources/SDL/SDL/SDL3/GPUFrontFace.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUFrontFace.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUFrontFace : uint +public enum GPUFrontFace { CounterClockwise, Clockwise, diff --git a/sources/SDL/SDL/SDL3/GPUIndexElementSize.gen.cs b/sources/SDL/SDL/SDL3/GPUIndexElementSize.gen.cs index fff2c4d313..a62b5327ed 100644 --- a/sources/SDL/SDL/SDL3/GPUIndexElementSize.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUIndexElementSize.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUIndexElementSize : uint +public enum GPUIndexElementSize { Indexelementsize16Bit, Indexelementsize32Bit, diff --git a/sources/SDL/SDL/SDL3/GPULoadOp.gen.cs b/sources/SDL/SDL/SDL3/GPULoadOp.gen.cs index 81d8819c8f..e607f61525 100644 --- a/sources/SDL/SDL/SDL3/GPULoadOp.gen.cs +++ b/sources/SDL/SDL/SDL3/GPULoadOp.gen.cs @@ -4,8 +4,7 @@ // Original source is Copyright (C) 1997-2024 Sam Lantinga. Licensed under the zlib license. namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPULoadOp : uint +public enum GPULoadOp { Load, Clear, diff --git a/sources/SDL/SDL/SDL3/GPUPresentMode.gen.cs b/sources/SDL/SDL/SDL3/GPUPresentMode.gen.cs index 8a08d19cd2..d472d459a8 100644 --- a/sources/SDL/SDL/SDL3/GPUPresentMode.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUPresentMode.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUPresentMode : uint +public enum GPUPresentMode { Vsync, Immediate, diff --git a/sources/SDL/SDL/SDL3/GPUPrimitiveType.gen.cs b/sources/SDL/SDL/SDL3/GPUPrimitiveType.gen.cs index d4193e1767..c7bddca294 100644 --- a/sources/SDL/SDL/SDL3/GPUPrimitiveType.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUPrimitiveType.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUPrimitiveType : uint +public enum GPUPrimitiveType { Trianglelist, Trianglestrip, diff --git a/sources/SDL/SDL/SDL3/GPUSampleCount.gen.cs b/sources/SDL/SDL/SDL3/GPUSampleCount.gen.cs index 001e0d151b..fb548b4206 100644 --- a/sources/SDL/SDL/SDL3/GPUSampleCount.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUSampleCount.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUSampleCount : uint +public enum GPUSampleCount { Samplecount1, Samplecount2, diff --git a/sources/SDL/SDL/SDL3/GPUSamplerAddressMode.gen.cs b/sources/SDL/SDL/SDL3/GPUSamplerAddressMode.gen.cs index 69dfea2c4f..068ff3d2ee 100644 --- a/sources/SDL/SDL/SDL3/GPUSamplerAddressMode.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUSamplerAddressMode.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUSamplerAddressMode : uint +public enum GPUSamplerAddressMode { Repeat, MirroredRepeat, diff --git a/sources/SDL/SDL/SDL3/GPUSamplerMipmapMode.gen.cs b/sources/SDL/SDL/SDL3/GPUSamplerMipmapMode.gen.cs index 08c394b643..b41d012a7e 100644 --- a/sources/SDL/SDL/SDL3/GPUSamplerMipmapMode.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUSamplerMipmapMode.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUSamplerMipmapMode : uint +public enum GPUSamplerMipmapMode { Nearest, Linear, diff --git a/sources/SDL/SDL/SDL3/GPUShaderStage.gen.cs b/sources/SDL/SDL/SDL3/GPUShaderStage.gen.cs index 4fc03eaf1e..15f549637b 100644 --- a/sources/SDL/SDL/SDL3/GPUShaderStage.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUShaderStage.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUShaderStage : uint +public enum GPUShaderStage { Vertex, Fragment, diff --git a/sources/SDL/SDL/SDL3/GPUStencilOp.gen.cs b/sources/SDL/SDL/SDL3/GPUStencilOp.gen.cs index 59192abfa1..3835de4b70 100644 --- a/sources/SDL/SDL/SDL3/GPUStencilOp.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUStencilOp.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUStencilOp : uint +public enum GPUStencilOp { Invalid, Keep, diff --git a/sources/SDL/SDL/SDL3/GPUStoreOp.gen.cs b/sources/SDL/SDL/SDL3/GPUStoreOp.gen.cs index 835cee5cc2..b1519d421a 100644 --- a/sources/SDL/SDL/SDL3/GPUStoreOp.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUStoreOp.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUStoreOp : uint +public enum GPUStoreOp { Store, DontCare, diff --git a/sources/SDL/SDL/SDL3/GPUSwapchainComposition.gen.cs b/sources/SDL/SDL/SDL3/GPUSwapchainComposition.gen.cs index dc8b5ea8d2..a3e730808e 100644 --- a/sources/SDL/SDL/SDL3/GPUSwapchainComposition.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUSwapchainComposition.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUSwapchainComposition : uint +public enum GPUSwapchainComposition { Sdr, SdrLinear, diff --git a/sources/SDL/SDL/SDL3/GPUTextureFormat.gen.cs b/sources/SDL/SDL/SDL3/GPUTextureFormat.gen.cs index 1e53aaa28e..4b9962990d 100644 --- a/sources/SDL/SDL/SDL3/GPUTextureFormat.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUTextureFormat.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUTextureFormat : uint +public enum GPUTextureFormat { Invalid, A8Unorm, diff --git a/sources/SDL/SDL/SDL3/GPUTextureType.gen.cs b/sources/SDL/SDL/SDL3/GPUTextureType.gen.cs index f3a1095ae7..553e1fb8b5 100644 --- a/sources/SDL/SDL/SDL3/GPUTextureType.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUTextureType.gen.cs @@ -4,8 +4,7 @@ // Original source is Copyright (C) 1997-2024 Sam Lantinga. Licensed under the zlib license. namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUTextureType : uint +public enum GPUTextureType { Texturetype2D, Texturetype2DArray, diff --git a/sources/SDL/SDL/SDL3/GPUTransferBufferUsage.gen.cs b/sources/SDL/SDL/SDL3/GPUTransferBufferUsage.gen.cs index 101d6ad536..f4856e5a90 100644 --- a/sources/SDL/SDL/SDL3/GPUTransferBufferUsage.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUTransferBufferUsage.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUTransferBufferUsage : uint +public enum GPUTransferBufferUsage { Upload, Download, diff --git a/sources/SDL/SDL/SDL3/GPUVertexElementFormat.gen.cs b/sources/SDL/SDL/SDL3/GPUVertexElementFormat.gen.cs index 7ba8aedc10..8c6bfa8a1e 100644 --- a/sources/SDL/SDL/SDL3/GPUVertexElementFormat.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUVertexElementFormat.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUVertexElementFormat : uint +public enum GPUVertexElementFormat { Invalid, Int, diff --git a/sources/SDL/SDL/SDL3/GPUVertexInputRate.gen.cs b/sources/SDL/SDL/SDL3/GPUVertexInputRate.gen.cs index 9d653b7384..b514f4d680 100644 --- a/sources/SDL/SDL/SDL3/GPUVertexInputRate.gen.cs +++ b/sources/SDL/SDL/SDL3/GPUVertexInputRate.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GPUVertexInputRate : uint +public enum GPUVertexInputRate { Vertex, Instance, diff --git a/sources/SDL/SDL/SDL3/GamepadBindingType.gen.cs b/sources/SDL/SDL/SDL3/GamepadBindingType.gen.cs index cef13fae3d..bb644d071d 100644 --- a/sources/SDL/SDL/SDL3/GamepadBindingType.gen.cs +++ b/sources/SDL/SDL/SDL3/GamepadBindingType.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GamepadBindingType : uint +public enum GamepadBindingType { None = 0, Button, diff --git a/sources/SDL/SDL/SDL3/GamepadButtonLabel.gen.cs b/sources/SDL/SDL/SDL3/GamepadButtonLabel.gen.cs index c1113b7651..d89724d769 100644 --- a/sources/SDL/SDL/SDL3/GamepadButtonLabel.gen.cs +++ b/sources/SDL/SDL/SDL3/GamepadButtonLabel.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GamepadButtonLabel : uint +public enum GamepadButtonLabel { Unknown, A, diff --git a/sources/SDL/SDL/SDL3/GamepadType.gen.cs b/sources/SDL/SDL/SDL3/GamepadType.gen.cs index ff76da0bdc..54469c7240 100644 --- a/sources/SDL/SDL/SDL3/GamepadType.gen.cs +++ b/sources/SDL/SDL/SDL3/GamepadType.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum GamepadType : uint +public enum GamepadType { Unknown = 0, Standard, diff --git a/sources/SDL/SDL/SDL3/HidBusType.gen.cs b/sources/SDL/SDL/SDL3/HidBusType.gen.cs index a423a29dcf..dc48c684dd 100644 --- a/sources/SDL/SDL/SDL3/HidBusType.gen.cs +++ b/sources/SDL/SDL/SDL3/HidBusType.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum HidBusType : uint +public enum HidBusType { Unknown = 0x00, Usb = 0x01, diff --git a/sources/SDL/SDL/SDL3/HidDeviceInfo.gen.cs b/sources/SDL/SDL/SDL3/HidDeviceInfo.gen.cs index 10c6282a6d..7e1e01caba 100644 --- a/sources/SDL/SDL/SDL3/HidDeviceInfo.gen.cs +++ b/sources/SDL/SDL/SDL3/HidDeviceInfo.gen.cs @@ -19,16 +19,16 @@ public unsafe partial struct HidDeviceInfo public ushort ProductId; [NativeTypeName("wchar_t *")] - public uint* SerialNumber; + public ushort* SerialNumber; [NativeTypeName("unsigned short")] public ushort ReleaseNumber; [NativeTypeName("wchar_t *")] - public uint* ManufacturerString; + public ushort* ManufacturerString; [NativeTypeName("wchar_t *")] - public uint* ProductString; + public ushort* ProductString; [NativeTypeName("unsigned short")] public ushort UsagePage; diff --git a/sources/SDL/SDL/SDL3/HintPriority.gen.cs b/sources/SDL/SDL/SDL3/HintPriority.gen.cs index e243bd51d6..548a4c0f66 100644 --- a/sources/SDL/SDL/SDL3/HintPriority.gen.cs +++ b/sources/SDL/SDL/SDL3/HintPriority.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum HintPriority : uint +public enum HintPriority { Default, Normal, diff --git a/sources/SDL/SDL/SDL3/HitTestResult.gen.cs b/sources/SDL/SDL/SDL3/HitTestResult.gen.cs index d40897aeef..43e17c4ed0 100644 --- a/sources/SDL/SDL/SDL3/HitTestResult.gen.cs +++ b/sources/SDL/SDL/SDL3/HitTestResult.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum HitTestResult : uint +public enum HitTestResult { Normal, Draggable, diff --git a/sources/SDL/SDL/SDL3/IOStatus.gen.cs b/sources/SDL/SDL/SDL3/IOStatus.gen.cs index 10584a7fd0..3e0fc1fe14 100644 --- a/sources/SDL/SDL/SDL3/IOStatus.gen.cs +++ b/sources/SDL/SDL/SDL3/IOStatus.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum IOStatus : uint +public enum IOStatus { Ready, Error, diff --git a/sources/SDL/SDL/SDL3/IOStreamInterface.gen.cs b/sources/SDL/SDL/SDL3/IOStreamInterface.gen.cs index 329956b4a4..625f201556 100644 --- a/sources/SDL/SDL/SDL3/IOStreamInterface.gen.cs +++ b/sources/SDL/SDL/SDL3/IOStreamInterface.gen.cs @@ -12,21 +12,23 @@ public unsafe partial struct IOStreamInterface [NativeTypeName("Uint32")] public uint Version; - [NativeTypeName("Sint64 (*)(void *)")] + [NativeTypeName("Sint64 (*)(void *) __attribute__((cdecl))")] public IOStreamInterfaceSize Size; - [NativeTypeName("Sint64 (*)(void *, Sint64, SDL_IOWhence)")] + [NativeTypeName("Sint64 (*)(void *, Sint64, SDL_IOWhence) __attribute__((cdecl))")] public IOStreamInterfaceSeek Seek; - [NativeTypeName("size_t (*)(void *, void *, size_t, SDL_IOStatus *)")] + [NativeTypeName("size_t (*)(void *, void *, size_t, SDL_IOStatus *) __attribute__((cdecl))")] public IOStreamInterfaceRead Read; - [NativeTypeName("size_t (*)(void *, const void *, size_t, SDL_IOStatus *)")] + [NativeTypeName( + "size_t (*)(void *, const void *, size_t, SDL_IOStatus *) __attribute__((cdecl))" + )] public IOStreamInterfaceWrite Write; - [NativeTypeName("bool (*)(void *, SDL_IOStatus *)")] + [NativeTypeName("bool (*)(void *, SDL_IOStatus *) __attribute__((cdecl))")] public IOStreamInterfaceFlush Flush; - [NativeTypeName("bool (*)(void *)")] + [NativeTypeName("bool (*)(void *) __attribute__((cdecl))")] public IOStreamInterfaceClose Close; } diff --git a/sources/SDL/SDL/SDL3/IOWhence.gen.cs b/sources/SDL/SDL/SDL3/IOWhence.gen.cs index 2e51fbd424..6765156aaa 100644 --- a/sources/SDL/SDL/SDL3/IOWhence.gen.cs +++ b/sources/SDL/SDL/SDL3/IOWhence.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum IOWhence : uint +public enum IOWhence { Set, Cur, diff --git a/sources/SDL/SDL/SDL3/ISdl.gen.cs b/sources/SDL/SDL/SDL3/ISdl.gen.cs index 0c53ad703f..5ac6229c5a 100644 --- a/sources/SDL/SDL/SDL3/ISdl.gen.cs +++ b/sources/SDL/SDL/SDL3/ISdl.gen.cs @@ -2757,6 +2757,11 @@ static abstract Ptr GetDesktopDisplayMode( [NativeTypeName("SDL_DisplayID")] uint displayID ); + [NativeFunction("SDL3", EntryPoint = "SDL_GetDirect3D9AdapterIndex")] + static abstract int GetDirect3D9AdapterIndex( + [NativeTypeName("SDL_DisplayID")] uint displayID + ); + [return: NativeTypeName("bool")] [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayBounds")] static abstract byte GetDisplayBounds( @@ -2838,6 +2843,23 @@ static abstract MaybeBool GetDisplayUsableBounds( Ref rect ); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + static abstract byte GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + int* adapterIndex, + int* outputIndex + ); + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + static abstract MaybeBool GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + Ref adapterIndex, + Ref outputIndex + ); + [return: NativeTypeName("const char *")] [NativeFunction("SDL3", EntryPoint = "SDL_getenv")] static abstract sbyte* Getenv([NativeTypeName("const char *")] sbyte* name); @@ -5814,7 +5836,7 @@ static abstract int HidGetFeatureReport( static abstract int HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -5823,7 +5845,7 @@ static abstract int HidGetIndexedString( static abstract int HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -5845,7 +5867,7 @@ static abstract int HidGetInputReport( [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_manufacturer_string")] static abstract int HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -5853,14 +5875,14 @@ static abstract int HidGetManufacturerString( [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_manufacturer_string")] static abstract int HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ); [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_product_string")] static abstract int HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -5868,7 +5890,7 @@ static abstract int HidGetProductString( [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_product_string")] static abstract int HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -5890,7 +5912,7 @@ static abstract int HidGetReportDescriptor( [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_serial_number_string")] static abstract int HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -5898,7 +5920,7 @@ static abstract int HidGetSerialNumberString( [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_serial_number_string")] static abstract int HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -5909,7 +5931,7 @@ static abstract int HidGetSerialNumberString( static abstract HidDeviceHandle HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] uint* serial_number + [NativeTypeName("const wchar_t *")] ushort* serial_number ); [Transformed] @@ -5917,7 +5939,7 @@ static abstract HidDeviceHandle HidOpen( static abstract HidDeviceHandle HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] Ref serial_number + [NativeTypeName("const wchar_t *")] Ref serial_number ); [NativeFunction("SDL3", EntryPoint = "SDL_hid_open_path")] @@ -6598,16 +6620,16 @@ static abstract void LogMessageV( [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_lround")] - static abstract nint Lround(double x); + static abstract int Lround(double x); [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_lroundf")] - static abstract nint Lroundf(float x); + static abstract int Lroundf(float x); [return: NativeTypeName("char *")] [NativeFunction("SDL3", EntryPoint = "SDL_ltoa")] static abstract sbyte* Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] sbyte* str, int radix ); @@ -6616,7 +6638,7 @@ int radix [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_ltoa")] static abstract Ptr Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] Ref str, int radix ); @@ -7657,6 +7679,23 @@ static abstract MaybeBool ReadU8( [NativeFunction("SDL3", EntryPoint = "SDL_realloc")] static abstract Ptr Realloc(Ref mem, [NativeTypeName("size_t")] nuint size); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + static abstract byte RegisterApp( + [NativeTypeName("const char *")] sbyte* name, + [NativeTypeName("Uint32")] uint style, + void* hInst + ); + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + static abstract MaybeBool RegisterApp( + [NativeTypeName("const char *")] Ref name, + [NativeTypeName("Uint32")] uint style, + Ref hInst + ); + [return: NativeTypeName("Uint32")] [NativeFunction("SDL3", EntryPoint = "SDL_RegisterEvents")] static abstract uint RegisterEvents(int numevents); @@ -10787,7 +10826,7 @@ static abstract Ptr StrtokR( [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_strtol")] - static abstract nint Strtol( + static abstract int Strtol( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base @@ -10796,7 +10835,7 @@ int @base [return: NativeTypeName("long")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_strtol")] - static abstract nint Strtol( + static abstract int Strtol( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base @@ -10821,7 +10860,7 @@ int @base [return: NativeTypeName("unsigned long")] [NativeFunction("SDL3", EntryPoint = "SDL_strtoul")] - static abstract nuint Strtoul( + static abstract uint Strtoul( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base @@ -10830,7 +10869,7 @@ int @base [return: NativeTypeName("unsigned long")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_strtoul")] - static abstract nuint Strtoul( + static abstract uint Strtoul( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base @@ -11083,7 +11122,7 @@ int radix [return: NativeTypeName("char *")] [NativeFunction("SDL3", EntryPoint = "SDL_ultoa")] static abstract sbyte* Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] sbyte* str, int radix ); @@ -11092,7 +11131,7 @@ int radix [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_ultoa")] static abstract Ptr Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] Ref str, int radix ); @@ -11164,6 +11203,9 @@ static abstract void UnmapGPUTransferBuffer( GPUTransferBufferHandle transfer_buffer ); + [NativeFunction("SDL3", EntryPoint = "SDL_UnregisterApp")] + static abstract void UnregisterApp(); + [NativeFunction("SDL3", EntryPoint = "SDL_unsetenv_unsafe")] static abstract int UnsetenvUnsafe([NativeTypeName("const char *")] sbyte* name); @@ -11434,18 +11476,18 @@ static abstract int Vsscanf( [NativeFunction("SDL3", EntryPoint = "SDL_vswprintf")] static abstract int Vswprintf( - [NativeTypeName("wchar_t *")] uint* text, + [NativeTypeName("wchar_t *")] ushort* text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] uint* fmt, + [NativeTypeName("const wchar_t *")] ushort* fmt, [NativeTypeName("va_list")] sbyte* ap ); [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_vswprintf")] static abstract int Vswprintf( - [NativeTypeName("wchar_t *")] Ref text, + [NativeTypeName("wchar_t *")] Ref text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] Ref fmt, + [NativeTypeName("const wchar_t *")] Ref fmt, [NativeTypeName("va_list")] Ref ap ); @@ -11696,44 +11738,44 @@ static abstract byte WaitSemaphoreTimeoutRaw( [NativeFunction("SDL3", EntryPoint = "SDL_wcscasecmp")] static abstract int Wcscasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ); [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcscasecmp")] static abstract int Wcscasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ); [NativeFunction("SDL3", EntryPoint = "SDL_wcscmp")] static abstract int Wcscmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ); [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcscmp")] static abstract int Wcscmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ); [return: NativeTypeName("wchar_t *")] [NativeFunction("SDL3", EntryPoint = "SDL_wcsdup")] - static abstract uint* Wcsdup([NativeTypeName("const wchar_t *")] uint* wstr); + static abstract ushort* Wcsdup([NativeTypeName("const wchar_t *")] ushort* wstr); [return: NativeTypeName("wchar_t *")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsdup")] - static abstract Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr); + static abstract Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr); [return: NativeTypeName("size_t")] [NativeFunction("SDL3", EntryPoint = "SDL_wcslcat")] static abstract nuint Wcslcat( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ); @@ -11741,16 +11783,16 @@ static abstract nuint Wcslcat( [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcslcat")] static abstract nuint Wcslcat( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ); [return: NativeTypeName("size_t")] [NativeFunction("SDL3", EntryPoint = "SDL_wcslcpy")] static abstract nuint Wcslcpy( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ); @@ -11758,54 +11800,54 @@ static abstract nuint Wcslcpy( [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcslcpy")] static abstract nuint Wcslcpy( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ); [return: NativeTypeName("size_t")] [NativeFunction("SDL3", EntryPoint = "SDL_wcslen")] - static abstract nuint Wcslen([NativeTypeName("const wchar_t *")] uint* wstr); + static abstract nuint Wcslen([NativeTypeName("const wchar_t *")] ushort* wstr); [return: NativeTypeName("size_t")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcslen")] - static abstract nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr); + static abstract nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr); [NativeFunction("SDL3", EntryPoint = "SDL_wcsncasecmp")] static abstract int Wcsncasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ); [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsncasecmp")] static abstract int Wcsncasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ); [NativeFunction("SDL3", EntryPoint = "SDL_wcsncmp")] static abstract int Wcsncmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ); [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsncmp")] static abstract int Wcsncmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ); [return: NativeTypeName("size_t")] [NativeFunction("SDL3", EntryPoint = "SDL_wcsnlen")] static abstract nuint Wcsnlen( - [NativeTypeName("const wchar_t *")] uint* wstr, + [NativeTypeName("const wchar_t *")] ushort* wstr, [NativeTypeName("size_t")] nuint maxlen ); @@ -11813,56 +11855,56 @@ static abstract nuint Wcsnlen( [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsnlen")] static abstract nuint Wcsnlen( - [NativeTypeName("const wchar_t *")] Ref wstr, + [NativeTypeName("const wchar_t *")] Ref wstr, [NativeTypeName("size_t")] nuint maxlen ); [return: NativeTypeName("wchar_t *")] [NativeFunction("SDL3", EntryPoint = "SDL_wcsnstr")] - static abstract uint* Wcsnstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle, + static abstract ushort* Wcsnstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle, [NativeTypeName("size_t")] nuint maxlen ); [return: NativeTypeName("wchar_t *")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsnstr")] - static abstract Ptr Wcsnstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle, + static abstract Ptr Wcsnstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle, [NativeTypeName("size_t")] nuint maxlen ); [return: NativeTypeName("wchar_t *")] [NativeFunction("SDL3", EntryPoint = "SDL_wcsstr")] - static abstract uint* Wcsstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle + static abstract ushort* Wcsstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle ); [return: NativeTypeName("wchar_t *")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsstr")] - static abstract Ptr Wcsstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle + static abstract Ptr Wcsstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle ); [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_wcstol")] - static abstract nint Wcstol( - [NativeTypeName("const wchar_t *")] uint* str, - [NativeTypeName("wchar_t **")] uint** endp, + static abstract int Wcstol( + [NativeTypeName("const wchar_t *")] ushort* str, + [NativeTypeName("wchar_t **")] ushort** endp, int @base ); [return: NativeTypeName("long")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcstol")] - static abstract nint Wcstol( - [NativeTypeName("const wchar_t *")] Ref str, - [NativeTypeName("wchar_t **")] Ref2D endp, + static abstract int Wcstol( + [NativeTypeName("const wchar_t *")] Ref str, + [NativeTypeName("wchar_t **")] Ref2D endp, int @base ); @@ -14798,6 +14840,9 @@ Ref timeFormat [NativeFunction("SDL3", EntryPoint = "SDL_GetDesktopDisplayMode")] DisplayMode* GetDesktopDisplayModeRaw([NativeTypeName("SDL_DisplayID")] uint displayID); + [NativeFunction("SDL3", EntryPoint = "SDL_GetDirect3D9AdapterIndex")] + int GetDirect3D9AdapterIndex([NativeTypeName("SDL_DisplayID")] uint displayID); + [return: NativeTypeName("bool")] [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayBounds")] byte GetDisplayBounds([NativeTypeName("SDL_DisplayID")] uint displayID, Rect* rect); @@ -14869,6 +14914,23 @@ MaybeBool GetDisplayUsableBounds( Ref rect ); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + byte GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + int* adapterIndex, + int* outputIndex + ); + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + MaybeBool GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + Ref adapterIndex, + Ref outputIndex + ); + [return: NativeTypeName("const char *")] [NativeFunction("SDL3", EntryPoint = "SDL_getenv")] sbyte* Getenv([NativeTypeName("const char *")] sbyte* name); @@ -17590,7 +17652,7 @@ int HidGetFeatureReport( int HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -17599,7 +17661,7 @@ int HidGetIndexedString( int HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -17621,7 +17683,7 @@ int HidGetInputReport( [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_manufacturer_string")] int HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -17629,14 +17691,14 @@ int HidGetManufacturerString( [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_manufacturer_string")] int HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ); [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_product_string")] int HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -17644,7 +17706,7 @@ int HidGetProductString( [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_product_string")] int HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -17666,7 +17728,7 @@ int HidGetReportDescriptor( [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_serial_number_string")] int HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -17674,7 +17736,7 @@ int HidGetSerialNumberString( [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_serial_number_string")] int HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -17685,7 +17747,7 @@ int HidGetSerialNumberString( HidDeviceHandle HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] uint* serial_number + [NativeTypeName("const wchar_t *")] ushort* serial_number ); [Transformed] @@ -17693,7 +17755,7 @@ HidDeviceHandle HidOpen( HidDeviceHandle HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] Ref serial_number + [NativeTypeName("const wchar_t *")] Ref serial_number ); [NativeFunction("SDL3", EntryPoint = "SDL_hid_open_path")] @@ -18339,16 +18401,16 @@ void LogMessageV( [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_lround")] - nint Lround(double x); + int Lround(double x); [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_lroundf")] - nint Lroundf(float x); + int Lroundf(float x); [return: NativeTypeName("char *")] [NativeFunction("SDL3", EntryPoint = "SDL_ltoa")] sbyte* Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] sbyte* str, int radix ); @@ -18357,7 +18419,7 @@ int radix [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_ltoa")] Ptr Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] Ref str, int radix ); @@ -19301,6 +19363,23 @@ Ref a [NativeFunction("SDL3", EntryPoint = "SDL_realloc")] Ptr Realloc(Ref mem, [NativeTypeName("size_t")] nuint size); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + byte RegisterApp( + [NativeTypeName("const char *")] sbyte* name, + [NativeTypeName("Uint32")] uint style, + void* hInst + ); + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + MaybeBool RegisterApp( + [NativeTypeName("const char *")] Ref name, + [NativeTypeName("Uint32")] uint style, + Ref hInst + ); + [return: NativeTypeName("Uint32")] [NativeFunction("SDL3", EntryPoint = "SDL_RegisterEvents")] uint RegisterEvents(int numevents); @@ -22238,7 +22317,7 @@ Ptr StrtokR( [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_strtol")] - nint Strtol( + int Strtol( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base @@ -22247,7 +22326,7 @@ int @base [return: NativeTypeName("long")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_strtol")] - nint Strtol( + int Strtol( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base @@ -22272,7 +22351,7 @@ int @base [return: NativeTypeName("unsigned long")] [NativeFunction("SDL3", EntryPoint = "SDL_strtoul")] - nuint Strtoul( + uint Strtoul( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base @@ -22281,7 +22360,7 @@ int @base [return: NativeTypeName("unsigned long")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_strtoul")] - nuint Strtoul( + uint Strtoul( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base @@ -22528,7 +22607,7 @@ int radix [return: NativeTypeName("char *")] [NativeFunction("SDL3", EntryPoint = "SDL_ultoa")] sbyte* Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] sbyte* str, int radix ); @@ -22537,7 +22616,7 @@ int radix [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_ultoa")] Ptr Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] Ref str, int radix ); @@ -22606,6 +22685,9 @@ int num_streams [NativeFunction("SDL3", EntryPoint = "SDL_UnmapGPUTransferBuffer")] void UnmapGPUTransferBuffer(GPUDeviceHandle device, GPUTransferBufferHandle transfer_buffer); + [NativeFunction("SDL3", EntryPoint = "SDL_UnregisterApp")] + void UnregisterApp(); + [NativeFunction("SDL3", EntryPoint = "SDL_unsetenv_unsafe")] int UnsetenvUnsafe([NativeTypeName("const char *")] sbyte* name); @@ -22874,18 +22956,18 @@ int Vsscanf( [NativeFunction("SDL3", EntryPoint = "SDL_vswprintf")] int Vswprintf( - [NativeTypeName("wchar_t *")] uint* text, + [NativeTypeName("wchar_t *")] ushort* text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] uint* fmt, + [NativeTypeName("const wchar_t *")] ushort* fmt, [NativeTypeName("va_list")] sbyte* ap ); [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_vswprintf")] int Vswprintf( - [NativeTypeName("wchar_t *")] Ref text, + [NativeTypeName("wchar_t *")] Ref text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] Ref fmt, + [NativeTypeName("const wchar_t *")] Ref fmt, [NativeTypeName("va_list")] Ref ap ); @@ -23114,44 +23196,44 @@ MaybeBool WaitSemaphoreTimeout( [NativeFunction("SDL3", EntryPoint = "SDL_wcscasecmp")] int Wcscasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ); [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcscasecmp")] int Wcscasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ); [NativeFunction("SDL3", EntryPoint = "SDL_wcscmp")] int Wcscmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ); [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcscmp")] int Wcscmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ); [return: NativeTypeName("wchar_t *")] [NativeFunction("SDL3", EntryPoint = "SDL_wcsdup")] - uint* Wcsdup([NativeTypeName("const wchar_t *")] uint* wstr); + ushort* Wcsdup([NativeTypeName("const wchar_t *")] ushort* wstr); [return: NativeTypeName("wchar_t *")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsdup")] - Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr); + Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr); [return: NativeTypeName("size_t")] [NativeFunction("SDL3", EntryPoint = "SDL_wcslcat")] nuint Wcslcat( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ); @@ -23159,16 +23241,16 @@ nuint Wcslcat( [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcslcat")] nuint Wcslcat( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ); [return: NativeTypeName("size_t")] [NativeFunction("SDL3", EntryPoint = "SDL_wcslcpy")] nuint Wcslcpy( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ); @@ -23176,54 +23258,54 @@ nuint Wcslcpy( [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcslcpy")] nuint Wcslcpy( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ); [return: NativeTypeName("size_t")] [NativeFunction("SDL3", EntryPoint = "SDL_wcslen")] - nuint Wcslen([NativeTypeName("const wchar_t *")] uint* wstr); + nuint Wcslen([NativeTypeName("const wchar_t *")] ushort* wstr); [return: NativeTypeName("size_t")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcslen")] - nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr); + nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr); [NativeFunction("SDL3", EntryPoint = "SDL_wcsncasecmp")] int Wcsncasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ); [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsncasecmp")] int Wcsncasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ); [NativeFunction("SDL3", EntryPoint = "SDL_wcsncmp")] int Wcsncmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ); [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsncmp")] int Wcsncmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ); [return: NativeTypeName("size_t")] [NativeFunction("SDL3", EntryPoint = "SDL_wcsnlen")] nuint Wcsnlen( - [NativeTypeName("const wchar_t *")] uint* wstr, + [NativeTypeName("const wchar_t *")] ushort* wstr, [NativeTypeName("size_t")] nuint maxlen ); @@ -23231,56 +23313,56 @@ nuint Wcsnlen( [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsnlen")] nuint Wcsnlen( - [NativeTypeName("const wchar_t *")] Ref wstr, + [NativeTypeName("const wchar_t *")] Ref wstr, [NativeTypeName("size_t")] nuint maxlen ); [return: NativeTypeName("wchar_t *")] [NativeFunction("SDL3", EntryPoint = "SDL_wcsnstr")] - uint* Wcsnstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle, + ushort* Wcsnstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle, [NativeTypeName("size_t")] nuint maxlen ); [return: NativeTypeName("wchar_t *")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsnstr")] - Ptr Wcsnstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle, + Ptr Wcsnstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle, [NativeTypeName("size_t")] nuint maxlen ); [return: NativeTypeName("wchar_t *")] [NativeFunction("SDL3", EntryPoint = "SDL_wcsstr")] - uint* Wcsstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle + ushort* Wcsstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle ); [return: NativeTypeName("wchar_t *")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsstr")] - Ptr Wcsstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle + Ptr Wcsstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle ); [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_wcstol")] - nint Wcstol( - [NativeTypeName("const wchar_t *")] uint* str, - [NativeTypeName("wchar_t **")] uint** endp, + int Wcstol( + [NativeTypeName("const wchar_t *")] ushort* str, + [NativeTypeName("wchar_t **")] ushort** endp, int @base ); [return: NativeTypeName("long")] [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcstol")] - nint Wcstol( - [NativeTypeName("const wchar_t *")] Ref str, - [NativeTypeName("wchar_t **")] Ref2D endp, + int Wcstol( + [NativeTypeName("const wchar_t *")] Ref str, + [NativeTypeName("wchar_t **")] Ref2D endp, int @base ); diff --git a/sources/SDL/SDL/SDL3/InitStatus.gen.cs b/sources/SDL/SDL/SDL3/InitStatus.gen.cs index beb646aebe..639faa6098 100644 --- a/sources/SDL/SDL/SDL3/InitStatus.gen.cs +++ b/sources/SDL/SDL/SDL3/InitStatus.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum InitStatus : uint +public enum InitStatus { Uninitialized, Initializing, diff --git a/sources/SDL/SDL/SDL3/JoystickType.gen.cs b/sources/SDL/SDL/SDL3/JoystickType.gen.cs index 6ee106268d..36f9f79774 100644 --- a/sources/SDL/SDL/SDL3/JoystickType.gen.cs +++ b/sources/SDL/SDL/SDL3/JoystickType.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum JoystickType : uint +public enum JoystickType { Unknown, Gamepad, diff --git a/sources/SDL/SDL/SDL3/LogCategory.gen.cs b/sources/SDL/SDL/SDL3/LogCategory.gen.cs index e02164ce94..a6b6b5114d 100644 --- a/sources/SDL/SDL/SDL3/LogCategory.gen.cs +++ b/sources/SDL/SDL/SDL3/LogCategory.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum LogCategory : uint +public enum LogCategory { Application, Error, diff --git a/sources/SDL/SDL/SDL3/LogPriority.gen.cs b/sources/SDL/SDL/SDL3/LogPriority.gen.cs index 4051fbab71..1f851f8d13 100644 --- a/sources/SDL/SDL/SDL3/LogPriority.gen.cs +++ b/sources/SDL/SDL/SDL3/LogPriority.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum LogPriority : uint +public enum LogPriority { Invalid, Trace, diff --git a/sources/SDL/SDL/SDL3/MatrixCoefficients.gen.cs b/sources/SDL/SDL/SDL3/MatrixCoefficients.gen.cs index 4b2c25a17d..d716f99e66 100644 --- a/sources/SDL/SDL/SDL3/MatrixCoefficients.gen.cs +++ b/sources/SDL/SDL/SDL3/MatrixCoefficients.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum MatrixCoefficients : uint +public enum MatrixCoefficients { Identity = 0, Bt709 = 1, diff --git a/sources/SDL/SDL/SDL3/MessageBoxColorType.gen.cs b/sources/SDL/SDL/SDL3/MessageBoxColorType.gen.cs index 40e20c7dc6..153f54ddd6 100644 --- a/sources/SDL/SDL/SDL3/MessageBoxColorType.gen.cs +++ b/sources/SDL/SDL/SDL3/MessageBoxColorType.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum MessageBoxColorType : uint +public enum MessageBoxColorType { Background, Text, diff --git a/sources/SDL/SDL/SDL3/MouseWheelDirection.gen.cs b/sources/SDL/SDL/SDL3/MouseWheelDirection.gen.cs index d7c0087dd2..54a546814d 100644 --- a/sources/SDL/SDL/SDL3/MouseWheelDirection.gen.cs +++ b/sources/SDL/SDL/SDL3/MouseWheelDirection.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum MouseWheelDirection : uint +public enum MouseWheelDirection { Normal, Flipped, diff --git a/sources/SDL/SDL/SDL3/PackedLayout.gen.cs b/sources/SDL/SDL/SDL3/PackedLayout.gen.cs index 846bf17307..7c2194ce4b 100644 --- a/sources/SDL/SDL/SDL3/PackedLayout.gen.cs +++ b/sources/SDL/SDL/SDL3/PackedLayout.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum PackedLayout : uint +public enum PackedLayout { PackedlayoutNone, Packedlayout332, diff --git a/sources/SDL/SDL/SDL3/PackedOrder.gen.cs b/sources/SDL/SDL/SDL3/PackedOrder.gen.cs index 87de0bf334..856c06eaa1 100644 --- a/sources/SDL/SDL/SDL3/PackedOrder.gen.cs +++ b/sources/SDL/SDL/SDL3/PackedOrder.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum PackedOrder : uint +public enum PackedOrder { None, Xrgb, diff --git a/sources/SDL/SDL/SDL3/PathType.gen.cs b/sources/SDL/SDL/SDL3/PathType.gen.cs index 3e3240ec4a..866559dd84 100644 --- a/sources/SDL/SDL/SDL3/PathType.gen.cs +++ b/sources/SDL/SDL/SDL3/PathType.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum PathType : uint +public enum PathType { None, File, diff --git a/sources/SDL/SDL/SDL3/PenAxis.gen.cs b/sources/SDL/SDL/SDL3/PenAxis.gen.cs index 7dce34b80c..7520ad46e4 100644 --- a/sources/SDL/SDL/SDL3/PenAxis.gen.cs +++ b/sources/SDL/SDL/SDL3/PenAxis.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum PenAxis : uint +public enum PenAxis { Pressure, Xtilt, diff --git a/sources/SDL/SDL/SDL3/PixelFormat.gen.cs b/sources/SDL/SDL/SDL3/PixelFormat.gen.cs index 2824d471b2..2b661c9820 100644 --- a/sources/SDL/SDL/SDL3/PixelFormat.gen.cs +++ b/sources/SDL/SDL/SDL3/PixelFormat.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum PixelFormat : uint +public enum PixelFormat { Unknown = 0, Index1Lsb = 0x11100100U, diff --git a/sources/SDL/SDL/SDL3/PixelType.gen.cs b/sources/SDL/SDL/SDL3/PixelType.gen.cs index ad6da96fe1..a9b6ee34a8 100644 --- a/sources/SDL/SDL/SDL3/PixelType.gen.cs +++ b/sources/SDL/SDL/SDL3/PixelType.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum PixelType : uint +public enum PixelType { Unknown, Index1, diff --git a/sources/SDL/SDL/SDL3/ProcessIO.gen.cs b/sources/SDL/SDL/SDL3/ProcessIO.gen.cs index 400b2e7668..2ec483f13b 100644 --- a/sources/SDL/SDL/SDL3/ProcessIO.gen.cs +++ b/sources/SDL/SDL/SDL3/ProcessIO.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum ProcessIO : uint +public enum ProcessIO { Inherited, Null, diff --git a/sources/SDL/SDL/SDL3/PropertyType.gen.cs b/sources/SDL/SDL/SDL3/PropertyType.gen.cs index 43cb0c2232..a969d2deb6 100644 --- a/sources/SDL/SDL/SDL3/PropertyType.gen.cs +++ b/sources/SDL/SDL/SDL3/PropertyType.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum PropertyType : uint +public enum PropertyType { Invalid, Pointer, diff --git a/sources/SDL/SDL/SDL3/RendererLogicalPresentation.gen.cs b/sources/SDL/SDL/SDL3/RendererLogicalPresentation.gen.cs index 55f8aa44f4..fc8bb86570 100644 --- a/sources/SDL/SDL/SDL3/RendererLogicalPresentation.gen.cs +++ b/sources/SDL/SDL/SDL3/RendererLogicalPresentation.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum RendererLogicalPresentation : uint +public enum RendererLogicalPresentation { Disabled, Stretch, diff --git a/sources/SDL/SDL/SDL3/Sandbox.gen.cs b/sources/SDL/SDL/SDL3/Sandbox.gen.cs index 0e6081a1e5..e3851fbc48 100644 --- a/sources/SDL/SDL/SDL3/Sandbox.gen.cs +++ b/sources/SDL/SDL/SDL3/Sandbox.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum Sandbox : uint +public enum Sandbox { None = 0, UnknownContainer, diff --git a/sources/SDL/SDL/SDL3/ScaleMode.gen.cs b/sources/SDL/SDL/SDL3/ScaleMode.gen.cs index 031c354607..5259566de4 100644 --- a/sources/SDL/SDL/SDL3/ScaleMode.gen.cs +++ b/sources/SDL/SDL/SDL3/ScaleMode.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum ScaleMode : uint +public enum ScaleMode { Nearest, Linear, diff --git a/sources/SDL/SDL/SDL3/Scancode.gen.cs b/sources/SDL/SDL/SDL3/Scancode.gen.cs index 893f131627..3f4204974a 100644 --- a/sources/SDL/SDL/SDL3/Scancode.gen.cs +++ b/sources/SDL/SDL/SDL3/Scancode.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum Scancode : uint +public enum Scancode { ScancodeUnknown = 0, ScancodeA = 4, diff --git a/sources/SDL/SDL/SDL3/Sdl.gen.cs b/sources/SDL/SDL/SDL3/Sdl.gen.cs index 8e4f91f4ea..e6e6b13c1e 100644 --- a/sources/SDL/SDL/SDL3/Sdl.gen.cs +++ b/sources/SDL/SDL/SDL3/Sdl.gen.cs @@ -4242,6 +4242,11 @@ public static Ptr GetDesktopDisplayMode( [NativeTypeName("SDL_DisplayID")] uint displayID ); + [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_GetDirect3D9AdapterIndex")] + public static extern int GetDirect3D9AdapterIndex( + [NativeTypeName("SDL_DisplayID")] uint displayID + ); + [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_GetDisplayBounds")] [return: NativeTypeName("bool")] public static extern byte GetDisplayBounds( @@ -4380,6 +4385,34 @@ Ref rect } } + [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_GetDXGIOutputInfo")] + [return: NativeTypeName("bool")] + public static extern byte GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + int* adapterIndex, + int* outputIndex + ); + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static MaybeBool GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + Ref adapterIndex, + Ref outputIndex + ) + { + fixed (int* __dsl_outputIndex = outputIndex) + fixed (int* __dsl_adapterIndex = adapterIndex) + { + return (MaybeBool) + (byte)GetDxgiOutputInfo(displayID, __dsl_adapterIndex, __dsl_outputIndex); + } + } + [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_getenv")] [return: NativeTypeName("const char *")] public static extern sbyte* Getenv([NativeTypeName("const char *")] sbyte* name); @@ -8834,7 +8867,7 @@ public static int HidGetFeatureReport( public static extern int HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -8846,11 +8879,11 @@ public static extern int HidGetIndexedString( public static int HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_string = @string) + fixed (ushort* __dsl_string = @string) { return (int)HidGetIndexedString(dev, string_index, __dsl_string, maxlen); } @@ -8883,7 +8916,7 @@ public static int HidGetInputReport( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_hid_get_manufacturer_string")] public static extern int HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -8894,11 +8927,11 @@ public static extern int HidGetManufacturerString( )] public static int HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_string = @string) + fixed (ushort* __dsl_string = @string) { return (int)HidGetManufacturerString(dev, __dsl_string, maxlen); } @@ -8907,7 +8940,7 @@ public static int HidGetManufacturerString( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_hid_get_product_string")] public static extern int HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -8918,11 +8951,11 @@ public static extern int HidGetProductString( )] public static int HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_string = @string) + fixed (ushort* __dsl_string = @string) { return (int)HidGetProductString(dev, __dsl_string, maxlen); } @@ -8955,7 +8988,7 @@ public static int HidGetReportDescriptor( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_hid_get_serial_number_string")] public static extern int HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ); @@ -8966,11 +8999,11 @@ public static extern int HidGetSerialNumberString( )] public static int HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_string = @string) + fixed (ushort* __dsl_string = @string) { return (int)HidGetSerialNumberString(dev, __dsl_string, maxlen); } @@ -8983,7 +9016,7 @@ public static int HidGetSerialNumberString( public static extern HidDeviceHandle HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] uint* serial_number + [NativeTypeName("const wchar_t *")] ushort* serial_number ); [Transformed] @@ -8994,10 +9027,10 @@ public static extern HidDeviceHandle HidOpen( public static HidDeviceHandle HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] Ref serial_number + [NativeTypeName("const wchar_t *")] Ref serial_number ) { - fixed (uint* __dsl_serial_number = serial_number) + fixed (ushort* __dsl_serial_number = serial_number) { return (HidDeviceHandle)HidOpen(vendor_id, product_id, __dsl_serial_number); } @@ -9980,16 +10013,16 @@ public static void LogMessageV( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_lround")] [return: NativeTypeName("long")] - public static extern nint Lround(double x); + public static extern int Lround(double x); [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_lroundf")] [return: NativeTypeName("long")] - public static extern nint Lroundf(float x); + public static extern int Lroundf(float x); [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_ltoa")] [return: NativeTypeName("char *")] public static extern sbyte* Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] sbyte* str, int radix ); @@ -10001,7 +10034,7 @@ int radix MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Ptr Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] Ref str, int radix ) @@ -11663,6 +11696,33 @@ public static Ptr Realloc(Ref mem, [NativeTypeName("size_t")] nuint size) } } + [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_RegisterApp")] + [return: NativeTypeName("bool")] + public static extern byte RegisterApp( + [NativeTypeName("const char *")] sbyte* name, + [NativeTypeName("Uint32")] uint style, + void* hInst + ); + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static MaybeBool RegisterApp( + [NativeTypeName("const char *")] Ref name, + [NativeTypeName("Uint32")] uint style, + Ref hInst + ) + { + fixed (void* __dsl_hInst = hInst) + fixed (sbyte* __dsl_name = name) + { + return (MaybeBool)(byte)RegisterApp(__dsl_name, style, __dsl_hInst); + } + } + [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_RegisterEvents")] [return: NativeTypeName("Uint32")] public static extern uint RegisterEvents(int numevents); @@ -16269,7 +16329,7 @@ public static Ptr StrtokR( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_strtol")] [return: NativeTypeName("long")] - public static extern nint Strtol( + public static extern int Strtol( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base @@ -16281,7 +16341,7 @@ int @base [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nint Strtol( + public static int Strtol( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base @@ -16290,7 +16350,7 @@ int @base fixed (sbyte** __dsl_endp = endp) fixed (sbyte* __dsl_str = str) { - return (nint)Strtol(__dsl_str, __dsl_endp, @base); + return (int)Strtol(__dsl_str, __dsl_endp, @base); } } @@ -16323,7 +16383,7 @@ int @base [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_strtoul")] [return: NativeTypeName("unsigned long")] - public static extern nuint Strtoul( + public static extern uint Strtoul( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base @@ -16335,7 +16395,7 @@ int @base [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nuint Strtoul( + public static uint Strtoul( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base @@ -16344,7 +16404,7 @@ int @base fixed (sbyte** __dsl_endp = endp) fixed (sbyte* __dsl_str = str) { - return (nuint)Strtoul(__dsl_str, __dsl_endp, @base); + return (uint)Strtoul(__dsl_str, __dsl_endp, @base); } } @@ -16706,7 +16766,7 @@ int radix [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_ultoa")] [return: NativeTypeName("char *")] public static extern sbyte* Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] sbyte* str, int radix ); @@ -16718,7 +16778,7 @@ int radix MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Ptr Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] Ref str, int radix ) @@ -16833,6 +16893,9 @@ public static extern void UnmapGPUTransferBuffer( GPUTransferBufferHandle transfer_buffer ); + [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_UnregisterApp")] + public static extern void UnregisterApp(); + [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_unsetenv_unsafe")] public static extern int UnsetenvUnsafe([NativeTypeName("const char *")] sbyte* name); @@ -17277,9 +17340,9 @@ public static int Vsscanf( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_vswprintf")] public static extern int Vswprintf( - [NativeTypeName("wchar_t *")] uint* text, + [NativeTypeName("wchar_t *")] ushort* text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] uint* fmt, + [NativeTypeName("const wchar_t *")] ushort* fmt, [NativeTypeName("va_list")] sbyte* ap ); @@ -17289,15 +17352,15 @@ public static extern int Vswprintf( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Vswprintf( - [NativeTypeName("wchar_t *")] Ref text, + [NativeTypeName("wchar_t *")] Ref text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] Ref fmt, + [NativeTypeName("const wchar_t *")] Ref fmt, [NativeTypeName("va_list")] Ref ap ) { fixed (sbyte* __dsl_ap = ap) - fixed (uint* __dsl_fmt = fmt) - fixed (uint* __dsl_text = text) + fixed (ushort* __dsl_fmt = fmt) + fixed (ushort* __dsl_text = text) { return (int)Vswprintf(__dsl_text, maxlen, __dsl_fmt, __dsl_ap); } @@ -17686,8 +17749,8 @@ public static MaybeBool WarpMouseGlobal(float x, float y) => [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_wcscasecmp")] public static extern int Wcscasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ); [Transformed] @@ -17696,12 +17759,12 @@ public static extern int Wcscasecmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Wcscasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ) { - fixed (uint* __dsl_str2 = str2) - fixed (uint* __dsl_str1 = str1) + fixed (ushort* __dsl_str2 = str2) + fixed (ushort* __dsl_str1 = str1) { return (int)Wcscasecmp(__dsl_str1, __dsl_str2); } @@ -17709,8 +17772,8 @@ public static int Wcscasecmp( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_wcscmp")] public static extern int Wcscmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ); [Transformed] @@ -17719,12 +17782,12 @@ public static extern int Wcscmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Wcscmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ) { - fixed (uint* __dsl_str2 = str2) - fixed (uint* __dsl_str1 = str1) + fixed (ushort* __dsl_str2 = str2) + fixed (ushort* __dsl_str1 = str1) { return (int)Wcscmp(__dsl_str1, __dsl_str2); } @@ -17732,7 +17795,7 @@ public static int Wcscmp( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_wcsdup")] [return: NativeTypeName("wchar_t *")] - public static extern uint* Wcsdup([NativeTypeName("const wchar_t *")] uint* wstr); + public static extern ushort* Wcsdup([NativeTypeName("const wchar_t *")] ushort* wstr); [return: NativeTypeName("wchar_t *")] [Transformed] @@ -17740,19 +17803,19 @@ public static int Wcscmp( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr) + public static Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr) { - fixed (uint* __dsl_wstr = wstr) + fixed (ushort* __dsl_wstr = wstr) { - return (uint*)Wcsdup(__dsl_wstr); + return (ushort*)Wcsdup(__dsl_wstr); } } [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_wcslcat")] [return: NativeTypeName("size_t")] public static extern nuint Wcslcat( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ); @@ -17763,13 +17826,13 @@ public static extern nuint Wcslcat( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static nuint Wcslcat( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_src = src) - fixed (uint* __dsl_dst = dst) + fixed (ushort* __dsl_src = src) + fixed (ushort* __dsl_dst = dst) { return (nuint)Wcslcat(__dsl_dst, __dsl_src, maxlen); } @@ -17778,8 +17841,8 @@ public static nuint Wcslcat( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_wcslcpy")] [return: NativeTypeName("size_t")] public static extern nuint Wcslcpy( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ); @@ -17790,13 +17853,13 @@ public static extern nuint Wcslcpy( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static nuint Wcslcpy( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_src = src) - fixed (uint* __dsl_dst = dst) + fixed (ushort* __dsl_src = src) + fixed (ushort* __dsl_dst = dst) { return (nuint)Wcslcpy(__dsl_dst, __dsl_src, maxlen); } @@ -17804,7 +17867,7 @@ public static nuint Wcslcpy( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_wcslen")] [return: NativeTypeName("size_t")] - public static extern nuint Wcslen([NativeTypeName("const wchar_t *")] uint* wstr); + public static extern nuint Wcslen([NativeTypeName("const wchar_t *")] ushort* wstr); [return: NativeTypeName("size_t")] [Transformed] @@ -17812,9 +17875,9 @@ public static nuint Wcslcpy( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) + public static nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) { - fixed (uint* __dsl_wstr = wstr) + fixed (ushort* __dsl_wstr = wstr) { return (nuint)Wcslen(__dsl_wstr); } @@ -17822,8 +17885,8 @@ public static nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_wcsncasecmp")] public static extern int Wcsncasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ); @@ -17833,13 +17896,13 @@ public static extern int Wcsncasecmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Wcsncasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_str2 = str2) - fixed (uint* __dsl_str1 = str1) + fixed (ushort* __dsl_str2 = str2) + fixed (ushort* __dsl_str1 = str1) { return (int)Wcsncasecmp(__dsl_str1, __dsl_str2, maxlen); } @@ -17847,8 +17910,8 @@ public static int Wcsncasecmp( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_wcsncmp")] public static extern int Wcsncmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ); @@ -17858,13 +17921,13 @@ public static extern int Wcsncmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Wcsncmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_str2 = str2) - fixed (uint* __dsl_str1 = str1) + fixed (ushort* __dsl_str2 = str2) + fixed (ushort* __dsl_str1 = str1) { return (int)Wcsncmp(__dsl_str1, __dsl_str2, maxlen); } @@ -17873,7 +17936,7 @@ public static int Wcsncmp( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_wcsnlen")] [return: NativeTypeName("size_t")] public static extern nuint Wcsnlen( - [NativeTypeName("const wchar_t *")] uint* wstr, + [NativeTypeName("const wchar_t *")] ushort* wstr, [NativeTypeName("size_t")] nuint maxlen ); @@ -17884,11 +17947,11 @@ public static extern nuint Wcsnlen( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static nuint Wcsnlen( - [NativeTypeName("const wchar_t *")] Ref wstr, + [NativeTypeName("const wchar_t *")] Ref wstr, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_wstr = wstr) + fixed (ushort* __dsl_wstr = wstr) { return (nuint)Wcsnlen(__dsl_wstr, maxlen); } @@ -17896,9 +17959,9 @@ public static nuint Wcsnlen( [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_wcsnstr")] [return: NativeTypeName("wchar_t *")] - public static extern uint* Wcsnstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle, + public static extern ushort* Wcsnstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle, [NativeTypeName("size_t")] nuint maxlen ); @@ -17908,24 +17971,24 @@ public static nuint Wcsnlen( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Ptr Wcsnstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle, + public static Ptr Wcsnstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_needle = needle) - fixed (uint* __dsl_haystack = haystack) + fixed (ushort* __dsl_needle = needle) + fixed (ushort* __dsl_haystack = haystack) { - return (uint*)Wcsnstr(__dsl_haystack, __dsl_needle, maxlen); + return (ushort*)Wcsnstr(__dsl_haystack, __dsl_needle, maxlen); } } [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_wcsstr")] [return: NativeTypeName("wchar_t *")] - public static extern uint* Wcsstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle + public static extern ushort* Wcsstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle ); [return: NativeTypeName("wchar_t *")] @@ -17934,23 +17997,23 @@ public static Ptr Wcsnstr( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Ptr Wcsstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle + public static Ptr Wcsstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle ) { - fixed (uint* __dsl_needle = needle) - fixed (uint* __dsl_haystack = haystack) + fixed (ushort* __dsl_needle = needle) + fixed (ushort* __dsl_haystack = haystack) { - return (uint*)Wcsstr(__dsl_haystack, __dsl_needle); + return (ushort*)Wcsstr(__dsl_haystack, __dsl_needle); } } [DllImport("SDL3", ExactSpelling = true, EntryPoint = "SDL_wcstol")] [return: NativeTypeName("long")] - public static extern nint Wcstol( - [NativeTypeName("const wchar_t *")] uint* str, - [NativeTypeName("wchar_t **")] uint** endp, + public static extern int Wcstol( + [NativeTypeName("const wchar_t *")] ushort* str, + [NativeTypeName("wchar_t **")] ushort** endp, int @base ); @@ -17960,16 +18023,16 @@ int @base [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nint Wcstol( - [NativeTypeName("const wchar_t *")] Ref str, - [NativeTypeName("wchar_t **")] Ref2D endp, + public static int Wcstol( + [NativeTypeName("const wchar_t *")] Ref str, + [NativeTypeName("wchar_t **")] Ref2D endp, int @base ) { - fixed (uint** __dsl_endp = endp) - fixed (uint* __dsl_str = str) + fixed (ushort** __dsl_endp = endp) + fixed (ushort* __dsl_str = str) { - return (nint)Wcstol(__dsl_str, __dsl_endp, @base); + return (int)Wcstol(__dsl_str, __dsl_endp, @base); } } @@ -22701,6 +22764,13 @@ public Ptr GetDesktopDisplayMode( [NativeTypeName("SDL_DisplayID")] uint displayID ) => T.GetDesktopDisplayModeRaw(displayID); + [NativeFunction("SDL3", EntryPoint = "SDL_GetDirect3D9AdapterIndex")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public int GetDirect3D9AdapterIndex([NativeTypeName("SDL_DisplayID")] uint displayID) => + T.GetDirect3D9AdapterIndex(displayID); + [return: NativeTypeName("bool")] [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayBounds")] [MethodImpl( @@ -22831,6 +22901,29 @@ public MaybeBool GetDisplayUsableBounds( Ref rect ) => T.GetDisplayUsableBounds(displayID, rect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public byte GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + int* adapterIndex, + int* outputIndex + ) => T.GetDxgiOutputInfo(displayID, adapterIndex, outputIndex); + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public MaybeBool GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + Ref adapterIndex, + Ref outputIndex + ) => T.GetDxgiOutputInfo(displayID, adapterIndex, outputIndex); + [return: NativeTypeName("const char *")] [NativeFunction("SDL3", EntryPoint = "SDL_getenv")] [MethodImpl( @@ -27506,7 +27599,7 @@ public int HidGetFeatureReport( public int HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => T.HidGetIndexedString(dev, string_index, @string, maxlen); @@ -27518,7 +27611,7 @@ public int HidGetIndexedString( public int HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) => T.HidGetIndexedString(dev, string_index, @string, maxlen); @@ -27549,7 +27642,7 @@ public int HidGetInputReport( )] public int HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => T.HidGetManufacturerString(dev, @string, maxlen); @@ -27560,7 +27653,7 @@ public int HidGetManufacturerString( )] public int HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) => T.HidGetManufacturerString(dev, @string, maxlen); @@ -27570,7 +27663,7 @@ public int HidGetManufacturerString( )] public int HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => T.HidGetProductString(dev, @string, maxlen); @@ -27581,7 +27674,7 @@ public int HidGetProductString( )] public int HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) => T.HidGetProductString(dev, @string, maxlen); @@ -27612,7 +27705,7 @@ public int HidGetReportDescriptor( )] public int HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => T.HidGetSerialNumberString(dev, @string, maxlen); @@ -27623,7 +27716,7 @@ public int HidGetSerialNumberString( )] public int HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) => T.HidGetSerialNumberString(dev, @string, maxlen); @@ -27640,7 +27733,7 @@ public int HidGetSerialNumberString( public HidDeviceHandle HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] uint* serial_number + [NativeTypeName("const wchar_t *")] ushort* serial_number ) => T.HidOpen(vendor_id, product_id, serial_number); [Transformed] @@ -27651,7 +27744,7 @@ public HidDeviceHandle HidOpen( public HidDeviceHandle HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] Ref serial_number + [NativeTypeName("const wchar_t *")] Ref serial_number ) => T.HidOpen(vendor_id, product_id, serial_number); [NativeFunction("SDL3", EntryPoint = "SDL_hid_open_path")] @@ -28700,14 +28793,14 @@ public void LogMessageV( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public nint Lround(double x) => T.Lround(x); + public int Lround(double x) => T.Lround(x); [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_lroundf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public nint Lroundf(float x) => T.Lroundf(x); + public int Lroundf(float x) => T.Lroundf(x); [return: NativeTypeName("char *")] [NativeFunction("SDL3", EntryPoint = "SDL_ltoa")] @@ -28715,7 +28808,7 @@ public void LogMessageV( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public sbyte* Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] sbyte* str, int radix ) => T.Ltoa(value, str, radix); @@ -28727,7 +28820,7 @@ int radix MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Ptr Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] Ref str, int radix ) => T.Ltoa(value, str, radix); @@ -30272,6 +30365,29 @@ public MaybeBool ReadU8( )] public Ptr Realloc(Ref mem, [NativeTypeName("size_t")] nuint size) => T.Realloc(mem, size); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public byte RegisterApp( + [NativeTypeName("const char *")] sbyte* name, + [NativeTypeName("Uint32")] uint style, + void* hInst + ) => T.RegisterApp(name, style, hInst); + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public MaybeBool RegisterApp( + [NativeTypeName("const char *")] Ref name, + [NativeTypeName("Uint32")] uint style, + Ref hInst + ) => T.RegisterApp(name, style, hInst); + [return: NativeTypeName("Uint32")] [NativeFunction("SDL3", EntryPoint = "SDL_RegisterEvents")] [MethodImpl( @@ -34856,7 +34972,7 @@ public Ptr StrtokR( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public nint Strtol( + public int Strtol( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base @@ -34868,7 +34984,7 @@ int @base [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public nint Strtol( + public int Strtol( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base @@ -34902,7 +35018,7 @@ int @base [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public nuint Strtoul( + public uint Strtoul( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base @@ -34914,7 +35030,7 @@ int @base [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public nuint Strtoul( + public uint Strtoul( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base @@ -35312,7 +35428,7 @@ int radix MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public sbyte* Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] sbyte* str, int radix ) => T.Ultoa(value, str, radix); @@ -35324,7 +35440,7 @@ int radix MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Ptr Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] Ref str, int radix ) => T.Ultoa(value, str, radix); @@ -35452,6 +35568,12 @@ public void UnmapGPUTransferBuffer( GPUTransferBufferHandle transfer_buffer ) => T.UnmapGPUTransferBuffer(device, transfer_buffer); + [NativeFunction("SDL3", EntryPoint = "SDL_UnregisterApp")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public void UnregisterApp() => T.UnregisterApp(); + [NativeFunction("SDL3", EntryPoint = "SDL_unsetenv_unsafe")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35834,9 +35956,9 @@ public int Vsscanf( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int Vswprintf( - [NativeTypeName("wchar_t *")] uint* text, + [NativeTypeName("wchar_t *")] ushort* text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] uint* fmt, + [NativeTypeName("const wchar_t *")] ushort* fmt, [NativeTypeName("va_list")] sbyte* ap ) => T.Vswprintf(text, maxlen, fmt, ap); @@ -35846,9 +35968,9 @@ public int Vswprintf( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int Vswprintf( - [NativeTypeName("wchar_t *")] Ref text, + [NativeTypeName("wchar_t *")] Ref text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] Ref fmt, + [NativeTypeName("const wchar_t *")] Ref fmt, [NativeTypeName("va_list")] Ref ap ) => T.Vswprintf(text, maxlen, fmt, ap); @@ -36231,8 +36353,8 @@ public void WarpMouseInWindow(WindowHandle window, float x, float y) => MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int Wcscasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ) => T.Wcscasecmp(str1, str2); [Transformed] @@ -36241,8 +36363,8 @@ public int Wcscasecmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int Wcscasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ) => T.Wcscasecmp(str1, str2); [NativeFunction("SDL3", EntryPoint = "SDL_wcscmp")] @@ -36250,8 +36372,8 @@ public int Wcscasecmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int Wcscmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ) => T.Wcscmp(str1, str2); [Transformed] @@ -36260,8 +36382,8 @@ public int Wcscmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int Wcscmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ) => T.Wcscmp(str1, str2); [return: NativeTypeName("wchar_t *")] @@ -36269,7 +36391,7 @@ public int Wcscmp( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint* Wcsdup([NativeTypeName("const wchar_t *")] uint* wstr) => T.Wcsdup(wstr); + public ushort* Wcsdup([NativeTypeName("const wchar_t *")] ushort* wstr) => T.Wcsdup(wstr); [return: NativeTypeName("wchar_t *")] [Transformed] @@ -36277,7 +36399,7 @@ public int Wcscmp( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr) => + public Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr) => T.Wcsdup(wstr); [return: NativeTypeName("size_t")] @@ -36286,8 +36408,8 @@ public Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr) => MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public nuint Wcslcat( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ) => T.Wcslcat(dst, src, maxlen); @@ -36298,8 +36420,8 @@ public nuint Wcslcat( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public nuint Wcslcat( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ) => T.Wcslcat(dst, src, maxlen); @@ -36309,8 +36431,8 @@ public nuint Wcslcat( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public nuint Wcslcpy( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ) => T.Wcslcpy(dst, src, maxlen); @@ -36321,8 +36443,8 @@ public nuint Wcslcpy( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public nuint Wcslcpy( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ) => T.Wcslcpy(dst, src, maxlen); @@ -36331,7 +36453,7 @@ public nuint Wcslcpy( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public nuint Wcslen([NativeTypeName("const wchar_t *")] uint* wstr) => T.Wcslen(wstr); + public nuint Wcslen([NativeTypeName("const wchar_t *")] ushort* wstr) => T.Wcslen(wstr); [return: NativeTypeName("size_t")] [Transformed] @@ -36339,15 +36461,15 @@ public nuint Wcslcpy( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) => T.Wcslen(wstr); + public nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) => T.Wcslen(wstr); [NativeFunction("SDL3", EntryPoint = "SDL_wcsncasecmp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int Wcsncasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ) => T.Wcsncasecmp(str1, str2, maxlen); @@ -36357,8 +36479,8 @@ public int Wcsncasecmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int Wcsncasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ) => T.Wcsncasecmp(str1, str2, maxlen); @@ -36367,8 +36489,8 @@ public int Wcsncasecmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int Wcsncmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ) => T.Wcsncmp(str1, str2, maxlen); @@ -36378,8 +36500,8 @@ public int Wcsncmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public int Wcsncmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ) => T.Wcsncmp(str1, str2, maxlen); @@ -36389,7 +36511,7 @@ public int Wcsncmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public nuint Wcsnlen( - [NativeTypeName("const wchar_t *")] uint* wstr, + [NativeTypeName("const wchar_t *")] ushort* wstr, [NativeTypeName("size_t")] nuint maxlen ) => T.Wcsnlen(wstr, maxlen); @@ -36400,7 +36522,7 @@ public nuint Wcsnlen( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public nuint Wcsnlen( - [NativeTypeName("const wchar_t *")] Ref wstr, + [NativeTypeName("const wchar_t *")] Ref wstr, [NativeTypeName("size_t")] nuint maxlen ) => T.Wcsnlen(wstr, maxlen); @@ -36409,9 +36531,9 @@ public nuint Wcsnlen( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint* Wcsnstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle, + public ushort* Wcsnstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle, [NativeTypeName("size_t")] nuint maxlen ) => T.Wcsnstr(haystack, needle, maxlen); @@ -36421,9 +36543,9 @@ public nuint Wcsnlen( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Ptr Wcsnstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle, + public Ptr Wcsnstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle, [NativeTypeName("size_t")] nuint maxlen ) => T.Wcsnstr(haystack, needle, maxlen); @@ -36432,9 +36554,9 @@ public Ptr Wcsnstr( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public uint* Wcsstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle + public ushort* Wcsstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle ) => T.Wcsstr(haystack, needle); [return: NativeTypeName("wchar_t *")] @@ -36443,9 +36565,9 @@ public Ptr Wcsnstr( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Ptr Wcsstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle + public Ptr Wcsstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle ) => T.Wcsstr(haystack, needle); [return: NativeTypeName("long")] @@ -36453,9 +36575,9 @@ public Ptr Wcsstr( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public nint Wcstol( - [NativeTypeName("const wchar_t *")] uint* str, - [NativeTypeName("wchar_t **")] uint** endp, + public int Wcstol( + [NativeTypeName("const wchar_t *")] ushort* str, + [NativeTypeName("wchar_t **")] ushort** endp, int @base ) => T.Wcstol(str, endp, @base); @@ -36465,9 +36587,9 @@ int @base [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public nint Wcstol( - [NativeTypeName("const wchar_t *")] Ref str, - [NativeTypeName("wchar_t **")] Ref2D endp, + public int Wcstol( + [NativeTypeName("const wchar_t *")] Ref str, + [NativeTypeName("wchar_t **")] Ref2D endp, int @base ) => T.Wcstol(str, endp, @base); @@ -42337,6 +42459,14 @@ public static Ptr GetDesktopDisplayMode( [NativeTypeName("SDL_DisplayID")] uint displayID ) => Underlying.Value!.GetDesktopDisplayModeRaw(displayID); + [NativeFunction("SDL3", EntryPoint = "SDL_GetDirect3D9AdapterIndex")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static int GetDirect3D9AdapterIndex( + [NativeTypeName("SDL_DisplayID")] uint displayID + ) => Underlying.Value!.GetDirect3D9AdapterIndex(displayID); + [return: NativeTypeName("bool")] [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayBounds")] [MethodImpl( @@ -42499,6 +42629,37 @@ Ref rect } } + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static byte GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + int* adapterIndex, + int* outputIndex + ) => Underlying.Value!.GetDxgiOutputInfo(displayID, adapterIndex, outputIndex); + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static MaybeBool GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + Ref adapterIndex, + Ref outputIndex + ) + { + fixed (int* __dsl_outputIndex = outputIndex) + fixed (int* __dsl_adapterIndex = adapterIndex) + { + return (MaybeBool) + (byte)GetDxgiOutputInfo(displayID, __dsl_adapterIndex, __dsl_outputIndex); + } + } + [return: NativeTypeName("const char *")] [NativeFunction("SDL3", EntryPoint = "SDL_getenv")] [MethodImpl( @@ -48232,7 +48393,7 @@ public static int HidGetFeatureReport( public static int HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => Underlying.Value!.HidGetIndexedString(dev, string_index, @string, maxlen); @@ -48244,11 +48405,11 @@ public static int HidGetIndexedString( public static int HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_string = @string) + fixed (ushort* __dsl_string = @string) { return (int)HidGetIndexedString(dev, string_index, __dsl_string, maxlen); } @@ -48287,7 +48448,7 @@ public static int HidGetInputReport( )] public static int HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => Underlying.Value!.HidGetManufacturerString(dev, @string, maxlen); @@ -48298,11 +48459,11 @@ public static int HidGetManufacturerString( )] public static int HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_string = @string) + fixed (ushort* __dsl_string = @string) { return (int)HidGetManufacturerString(dev, __dsl_string, maxlen); } @@ -48314,7 +48475,7 @@ public static int HidGetManufacturerString( )] public static int HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => Underlying.Value!.HidGetProductString(dev, @string, maxlen); @@ -48325,11 +48486,11 @@ public static int HidGetProductString( )] public static int HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_string = @string) + fixed (ushort* __dsl_string = @string) { return (int)HidGetProductString(dev, __dsl_string, maxlen); } @@ -48368,7 +48529,7 @@ public static int HidGetReportDescriptor( )] public static int HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => Underlying.Value!.HidGetSerialNumberString(dev, @string, maxlen); @@ -48379,11 +48540,11 @@ public static int HidGetSerialNumberString( )] public static int HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_string = @string) + fixed (ushort* __dsl_string = @string) { return (int)HidGetSerialNumberString(dev, __dsl_string, maxlen); } @@ -48402,7 +48563,7 @@ public static int HidGetSerialNumberString( public static HidDeviceHandle HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] uint* serial_number + [NativeTypeName("const wchar_t *")] ushort* serial_number ) => Underlying.Value!.HidOpen(vendor_id, product_id, serial_number); [Transformed] @@ -48413,10 +48574,10 @@ public static HidDeviceHandle HidOpen( public static HidDeviceHandle HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] Ref serial_number + [NativeTypeName("const wchar_t *")] Ref serial_number ) { - fixed (uint* __dsl_serial_number = serial_number) + fixed (ushort* __dsl_serial_number = serial_number) { return (HidDeviceHandle)HidOpen(vendor_id, product_id, __dsl_serial_number); } @@ -49689,14 +49850,14 @@ public static void LogMessageV( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nint Lround(double x) => Underlying.Value!.Lround(x); + public static int Lround(double x) => Underlying.Value!.Lround(x); [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_lroundf")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nint Lroundf(float x) => Underlying.Value!.Lroundf(x); + public static int Lroundf(float x) => Underlying.Value!.Lroundf(x); [return: NativeTypeName("char *")] [NativeFunction("SDL3", EntryPoint = "SDL_ltoa")] @@ -49704,7 +49865,7 @@ public static void LogMessageV( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static sbyte* Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] sbyte* str, int radix ) => Underlying.Value!.Ltoa(value, str, radix); @@ -49716,7 +49877,7 @@ int radix MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Ptr Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] Ref str, int radix ) @@ -51688,6 +51849,36 @@ public static Ptr Realloc(Ref mem, [NativeTypeName("size_t")] nuint size) } } + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static byte RegisterApp( + [NativeTypeName("const char *")] sbyte* name, + [NativeTypeName("Uint32")] uint style, + void* hInst + ) => Underlying.Value!.RegisterApp(name, style, hInst); + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static MaybeBool RegisterApp( + [NativeTypeName("const char *")] Ref name, + [NativeTypeName("Uint32")] uint style, + Ref hInst + ) + { + fixed (void* __dsl_hInst = hInst) + fixed (sbyte* __dsl_name = name) + { + return (MaybeBool)(byte)RegisterApp(__dsl_name, style, __dsl_hInst); + } + } + [return: NativeTypeName("Uint32")] [NativeFunction("SDL3", EntryPoint = "SDL_RegisterEvents")] [MethodImpl( @@ -57409,7 +57600,7 @@ public static Ptr StrtokR( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nint Strtol( + public static int Strtol( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base @@ -57421,7 +57612,7 @@ int @base [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nint Strtol( + public static int Strtol( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base @@ -57430,7 +57621,7 @@ int @base fixed (sbyte** __dsl_endp = endp) fixed (sbyte* __dsl_str = str) { - return (nint)Strtol(__dsl_str, __dsl_endp, @base); + return (int)Strtol(__dsl_str, __dsl_endp, @base); } } @@ -57469,7 +57660,7 @@ int @base [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nuint Strtoul( + public static uint Strtoul( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base @@ -57481,7 +57672,7 @@ int @base [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nuint Strtoul( + public static uint Strtoul( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base @@ -57490,7 +57681,7 @@ int @base fixed (sbyte** __dsl_endp = endp) fixed (sbyte* __dsl_str = str) { - return (nuint)Strtoul(__dsl_str, __dsl_endp, @base); + return (uint)Strtoul(__dsl_str, __dsl_endp, @base); } } @@ -57965,7 +58156,7 @@ int radix MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static sbyte* Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] sbyte* str, int radix ) => Underlying.Value!.Ultoa(value, str, radix); @@ -57977,7 +58168,7 @@ int radix MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Ptr Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] Ref str, int radix ) @@ -58139,6 +58330,12 @@ public static void UnmapGPUTransferBuffer( GPUTransferBufferHandle transfer_buffer ) => Underlying.Value!.UnmapGPUTransferBuffer(device, transfer_buffer); + [NativeFunction("SDL3", EntryPoint = "SDL_UnregisterApp")] + [MethodImpl( + MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization + )] + public static void UnregisterApp() => Underlying.Value!.UnregisterApp(); + [NativeFunction("SDL3", EntryPoint = "SDL_unsetenv_unsafe")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -58659,9 +58856,9 @@ public static int Vsscanf( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Vswprintf( - [NativeTypeName("wchar_t *")] uint* text, + [NativeTypeName("wchar_t *")] ushort* text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] uint* fmt, + [NativeTypeName("const wchar_t *")] ushort* fmt, [NativeTypeName("va_list")] sbyte* ap ) => Underlying.Value!.Vswprintf(text, maxlen, fmt, ap); @@ -58671,15 +58868,15 @@ public static int Vswprintf( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Vswprintf( - [NativeTypeName("wchar_t *")] Ref text, + [NativeTypeName("wchar_t *")] Ref text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] Ref fmt, + [NativeTypeName("const wchar_t *")] Ref fmt, [NativeTypeName("va_list")] Ref ap ) { fixed (sbyte* __dsl_ap = ap) - fixed (uint* __dsl_fmt = fmt) - fixed (uint* __dsl_text = text) + fixed (ushort* __dsl_fmt = fmt) + fixed (ushort* __dsl_text = text) { return (int)Vswprintf(__dsl_text, maxlen, __dsl_fmt, __dsl_ap); } @@ -59163,8 +59360,8 @@ public static uint WasInit([NativeTypeName("SDL_InitFlags")] uint flags) => MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Wcscasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ) => Underlying.Value!.Wcscasecmp(str1, str2); [Transformed] @@ -59173,12 +59370,12 @@ public static int Wcscasecmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Wcscasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ) { - fixed (uint* __dsl_str2 = str2) - fixed (uint* __dsl_str1 = str1) + fixed (ushort* __dsl_str2 = str2) + fixed (ushort* __dsl_str1 = str1) { return (int)Wcscasecmp(__dsl_str1, __dsl_str2); } @@ -59189,8 +59386,8 @@ public static int Wcscasecmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Wcscmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ) => Underlying.Value!.Wcscmp(str1, str2); [Transformed] @@ -59199,12 +59396,12 @@ public static int Wcscmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Wcscmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ) { - fixed (uint* __dsl_str2 = str2) - fixed (uint* __dsl_str1 = str1) + fixed (ushort* __dsl_str2 = str2) + fixed (ushort* __dsl_str1 = str1) { return (int)Wcscmp(__dsl_str1, __dsl_str2); } @@ -59215,7 +59412,7 @@ public static int Wcscmp( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint* Wcsdup([NativeTypeName("const wchar_t *")] uint* wstr) => + public static ushort* Wcsdup([NativeTypeName("const wchar_t *")] ushort* wstr) => Underlying.Value!.Wcsdup(wstr); [return: NativeTypeName("wchar_t *")] @@ -59224,11 +59421,11 @@ public static int Wcscmp( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr) + public static Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr) { - fixed (uint* __dsl_wstr = wstr) + fixed (ushort* __dsl_wstr = wstr) { - return (uint*)Wcsdup(__dsl_wstr); + return (ushort*)Wcsdup(__dsl_wstr); } } @@ -59238,8 +59435,8 @@ public static Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wst MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static nuint Wcslcat( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ) => Underlying.Value!.Wcslcat(dst, src, maxlen); @@ -59250,13 +59447,13 @@ public static nuint Wcslcat( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static nuint Wcslcat( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_src = src) - fixed (uint* __dsl_dst = dst) + fixed (ushort* __dsl_src = src) + fixed (ushort* __dsl_dst = dst) { return (nuint)Wcslcat(__dsl_dst, __dsl_src, maxlen); } @@ -59268,8 +59465,8 @@ public static nuint Wcslcat( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static nuint Wcslcpy( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ) => Underlying.Value!.Wcslcpy(dst, src, maxlen); @@ -59280,13 +59477,13 @@ public static nuint Wcslcpy( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static nuint Wcslcpy( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_src = src) - fixed (uint* __dsl_dst = dst) + fixed (ushort* __dsl_src = src) + fixed (ushort* __dsl_dst = dst) { return (nuint)Wcslcpy(__dsl_dst, __dsl_src, maxlen); } @@ -59297,7 +59494,7 @@ public static nuint Wcslcpy( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nuint Wcslen([NativeTypeName("const wchar_t *")] uint* wstr) => + public static nuint Wcslen([NativeTypeName("const wchar_t *")] ushort* wstr) => Underlying.Value!.Wcslen(wstr); [return: NativeTypeName("size_t")] @@ -59306,9 +59503,9 @@ public static nuint Wcslen([NativeTypeName("const wchar_t *")] uint* wstr) => [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) + public static nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) { - fixed (uint* __dsl_wstr = wstr) + fixed (ushort* __dsl_wstr = wstr) { return (nuint)Wcslen(__dsl_wstr); } @@ -59319,8 +59516,8 @@ public static nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Wcsncasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ) => Underlying.Value!.Wcsncasecmp(str1, str2, maxlen); @@ -59330,13 +59527,13 @@ public static int Wcsncasecmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Wcsncasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_str2 = str2) - fixed (uint* __dsl_str1 = str1) + fixed (ushort* __dsl_str2 = str2) + fixed (ushort* __dsl_str1 = str1) { return (int)Wcsncasecmp(__dsl_str1, __dsl_str2, maxlen); } @@ -59347,8 +59544,8 @@ public static int Wcsncasecmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Wcsncmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ) => Underlying.Value!.Wcsncmp(str1, str2, maxlen); @@ -59358,13 +59555,13 @@ public static int Wcsncmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static int Wcsncmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_str2 = str2) - fixed (uint* __dsl_str1 = str1) + fixed (ushort* __dsl_str2 = str2) + fixed (ushort* __dsl_str1 = str1) { return (int)Wcsncmp(__dsl_str1, __dsl_str2, maxlen); } @@ -59376,7 +59573,7 @@ public static int Wcsncmp( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static nuint Wcsnlen( - [NativeTypeName("const wchar_t *")] uint* wstr, + [NativeTypeName("const wchar_t *")] ushort* wstr, [NativeTypeName("size_t")] nuint maxlen ) => Underlying.Value!.Wcsnlen(wstr, maxlen); @@ -59387,11 +59584,11 @@ public static nuint Wcsnlen( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static nuint Wcsnlen( - [NativeTypeName("const wchar_t *")] Ref wstr, + [NativeTypeName("const wchar_t *")] Ref wstr, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_wstr = wstr) + fixed (ushort* __dsl_wstr = wstr) { return (nuint)Wcsnlen(__dsl_wstr, maxlen); } @@ -59402,9 +59599,9 @@ public static nuint Wcsnlen( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint* Wcsnstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle, + public static ushort* Wcsnstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle, [NativeTypeName("size_t")] nuint maxlen ) => Underlying.Value!.Wcsnstr(haystack, needle, maxlen); @@ -59414,16 +59611,16 @@ public static nuint Wcsnlen( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Ptr Wcsnstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle, + public static Ptr Wcsnstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_needle = needle) - fixed (uint* __dsl_haystack = haystack) + fixed (ushort* __dsl_needle = needle) + fixed (ushort* __dsl_haystack = haystack) { - return (uint*)Wcsnstr(__dsl_haystack, __dsl_needle, maxlen); + return (ushort*)Wcsnstr(__dsl_haystack, __dsl_needle, maxlen); } } @@ -59432,9 +59629,9 @@ public static Ptr Wcsnstr( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static uint* Wcsstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle + public static ushort* Wcsstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle ) => Underlying.Value!.Wcsstr(haystack, needle); [return: NativeTypeName("wchar_t *")] @@ -59443,15 +59640,15 @@ public static Ptr Wcsnstr( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Ptr Wcsstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle + public static Ptr Wcsstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle ) { - fixed (uint* __dsl_needle = needle) - fixed (uint* __dsl_haystack = haystack) + fixed (ushort* __dsl_needle = needle) + fixed (ushort* __dsl_haystack = haystack) { - return (uint*)Wcsstr(__dsl_haystack, __dsl_needle); + return (ushort*)Wcsstr(__dsl_haystack, __dsl_needle); } } @@ -59460,9 +59657,9 @@ public static Ptr Wcsstr( [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nint Wcstol( - [NativeTypeName("const wchar_t *")] uint* str, - [NativeTypeName("wchar_t **")] uint** endp, + public static int Wcstol( + [NativeTypeName("const wchar_t *")] ushort* str, + [NativeTypeName("wchar_t **")] ushort** endp, int @base ) => Underlying.Value!.Wcstol(str, endp, @base); @@ -59472,16 +59669,16 @@ int @base [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static nint Wcstol( - [NativeTypeName("const wchar_t *")] Ref str, - [NativeTypeName("wchar_t **")] Ref2D endp, + public static int Wcstol( + [NativeTypeName("const wchar_t *")] Ref str, + [NativeTypeName("wchar_t **")] Ref2D endp, int @base ) { - fixed (uint** __dsl_endp = endp) - fixed (uint* __dsl_str = str) + fixed (ushort** __dsl_endp = endp) + fixed (ushort* __dsl_str = str) { - return (nint)Wcstol(__dsl_str, __dsl_endp, @base); + return (int)Wcstol(__dsl_str, __dsl_endp, @base); } } @@ -60043,17 +60240,17 @@ public static byte WriteU8Raw(IOStreamHandle dst, [NativeTypeName("Uint8")] byte [NativeTypeName("#define SDL_FLT_EPSILON 1.1920928955078125e-07F")] public const float FltEpsilon = 1.1920928955078125e-07F; - [NativeTypeName("#define SDL_PRIs64 \"lld\"")] - public static Utf8String PRIs64 => "lld"u8; + [NativeTypeName("#define SDL_PRIs64 \"I64d\"")] + public static Utf8String PRIs64 => "I64d"u8; - [NativeTypeName("#define SDL_PRIu64 \"llu\"")] - public static Utf8String PRIu64 => "llu"u8; + [NativeTypeName("#define SDL_PRIu64 \"I64u\"")] + public static Utf8String PRIu64 => "I64u"u8; - [NativeTypeName("#define SDL_PRIx64 \"llx\"")] - public static Utf8String PRIx64 => "llx"u8; + [NativeTypeName("#define SDL_PRIx64 \"I64x\"")] + public static Utf8String PRIx64 => "I64x"u8; - [NativeTypeName("#define SDL_PRIX64 \"llX\"")] - public static Utf8String Prix64 => "llX"u8; + [NativeTypeName("#define SDL_PRIX64 \"I64X\"")] + public static Utf8String Prix64 => "I64X"u8; [NativeTypeName("#define SDL_PRIs32 \"d\"")] public static Utf8String PRIs32 => "d"u8; @@ -60067,20 +60264,20 @@ public static byte WriteU8Raw(IOStreamHandle dst, [NativeTypeName("Uint8")] byte [NativeTypeName("#define SDL_PRIX32 \"X\"")] public static Utf8String Prix32 => "X"u8; - [NativeTypeName("#define SDL_PRILL_PREFIX \"ll\"")] - public static Utf8String PrillPrefix => "ll"u8; + [NativeTypeName("#define SDL_PRILL_PREFIX \"I64\"")] + public static Utf8String PrillPrefix => "I64"u8; [NativeTypeName("#define SDL_PRILLd SDL_PRILL_PREFIX \"d\"")] - public static Utf8String PrilLd => "lld"u8; + public static Utf8String PrilLd => "I64d"u8; [NativeTypeName("#define SDL_PRILLu SDL_PRILL_PREFIX \"u\"")] - public static Utf8String PrilLu => "llu"u8; + public static Utf8String PrilLu => "I64u"u8; [NativeTypeName("#define SDL_PRILLx SDL_PRILL_PREFIX \"x\"")] - public static Utf8String PrilLx => "llx"u8; + public static Utf8String PrilLx => "I64x"u8; [NativeTypeName("#define SDL_PRILLX SDL_PRILL_PREFIX \"X\"")] - public static Utf8String Prillx => "llX"u8; + public static Utf8String Prillx => "I64X"u8; [NativeTypeName("#define SDL_INVALID_UNICODE_CODEPOINT 0xFFFD")] public const int InvalidUnicodeCodepoint = 0xFFFD; @@ -60103,18 +60300,8 @@ public static byte WriteU8Raw(IOStreamHandle dst, [NativeTypeName("Uint8")] byte [NativeTypeName("#define SDL_ICONV_EINVAL (size_t)-4")] public static nuint IconvEinval => unchecked((nuint)(-4)); - [NativeTypeName("#define SDL_ASSERT_LEVEL 2")] - public const int AssertLevel = 2; - - [NativeTypeName("#define SDL_FILE __FILE__")] - public static Utf8String File => - "/Users/dylan/Documents/Silk.NET3/eng/silktouch/sdl/SDL3/sdl-SDL.h"u8; - - [NativeTypeName("#define SDL_LINE __LINE__")] - public const int Line = 89; - - [NativeTypeName("#define SDL_NULL_WHILE_LOOP_CONDITION (0)")] - public const int NullWhileLoopCondition = (0); + [NativeTypeName("#define SDL_ASSERT_LEVEL 1")] + public const int AssertLevel = 1; [NativeTypeName( "#define SDL_PROP_THREAD_CREATE_ENTRY_FUNCTION_POINTER \"SDL.thread.create.entry_function\"" @@ -63465,6 +63652,9 @@ public static byte WriteU8Raw(IOStreamHandle dst, [NativeTypeName("Uint8")] byte )] public const int Version = ((3) * 1000000 + (2) * 1000 + (4)); + [NativeTypeName("#define main SDL_main")] + public static delegate* MainValue => &Main; + public static bool PointInRect( [NativeTypeName("const SDL_Point *")] Point* p, [NativeTypeName("const SDL_Rect *")] Rect* r @@ -63676,7 +63866,7 @@ public static bool SizeAddCheckOverflow( [NativeTypeName("size_t *")] nuint* ret ) { - if (b > 18446744073709551615U - a) + if (b > 0xffffffffffffffffUL - a) { return false; } @@ -63704,7 +63894,7 @@ public static bool SizeMulCheckOverflow( [NativeTypeName("size_t *")] nuint* ret ) { - if (a != 0 && b > 18446744073709551615U / a) + if (a != 0 && b > 0xffffffffffffffffUL / a) { return false; } @@ -63726,6 +63916,7 @@ public static bool SizeMulCheckOverflow( } } + [NativeFunction("SDL3", EntryPoint = "SDL_abs")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Abs(int x) => ( @@ -63740,6 +63931,7 @@ _slots[0] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Abs(int x) => DllImport.Abs(x); + [NativeFunction("SDL3", EntryPoint = "SDL_acos")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Acos(double x) => ( @@ -63754,6 +63946,7 @@ _slots[1] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Acos(double x) => DllImport.Acos(x); + [NativeFunction("SDL3", EntryPoint = "SDL_acosf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Acosf(float x) => ( @@ -63768,6 +63961,7 @@ _slots[2] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Acosf(float x) => DllImport.Acosf(x); + [NativeFunction("SDL3", EntryPoint = "SDL_AcquireCameraFrame")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Surface* ISdl.AcquireCameraFrame( CameraHandle camera, @@ -63788,6 +63982,8 @@ _slots[3] is not null and var loadedFnPtr [NativeTypeName("Uint64 *")] ulong* timestampNS ) => DllImport.AcquireCameraFrame(camera, timestampNS); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AcquireCameraFrame")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.AcquireCameraFrame( CameraHandle camera, @@ -63808,6 +64004,7 @@ public static Ptr AcquireCameraFrame( [NativeTypeName("Uint64 *")] Ref timestampNS ) => DllImport.AcquireCameraFrame(camera, timestampNS); + [NativeFunction("SDL3", EntryPoint = "SDL_AcquireGPUCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUCommandBufferHandle ISdl.AcquireGPUCommandBuffer(GPUDeviceHandle device) => ( @@ -63823,6 +64020,8 @@ _slots[4] is not null and var loadedFnPtr public static GPUCommandBufferHandle AcquireGPUCommandBuffer(GPUDeviceHandle device) => DllImport.AcquireGPUCommandBuffer(device); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_AcquireGPUSwapchainTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.AcquireGPUSwapchainTexture( GPUCommandBufferHandle command_buffer, @@ -63872,6 +64071,9 @@ public static byte AcquireGPUSwapchainTexture( swapchain_texture_height ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AcquireGPUSwapchainTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.AcquireGPUSwapchainTexture( GPUCommandBufferHandle command_buffer, @@ -63916,6 +64118,7 @@ public static MaybeBool AcquireGPUSwapchainTexture( swapchain_texture_height ); + [NativeFunction("SDL3", EntryPoint = "SDL_AddAtomicInt")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.AddAtomicInt(AtomicInt* a, int v) => ( @@ -63930,6 +64133,8 @@ _slots[6] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int AddAtomicInt(AtomicInt* a, int v) => DllImport.AddAtomicInt(a, v); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AddAtomicInt")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.AddAtomicInt(Ref a, int v) { @@ -63944,6 +64149,8 @@ int ISdl.AddAtomicInt(Ref a, int v) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int AddAtomicInt(Ref a, int v) => DllImport.AddAtomicInt(a, v); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_AddEventWatch")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.AddEventWatch( [NativeTypeName("SDL_EventFilter")] EventFilter filter, @@ -63965,6 +64172,9 @@ public static byte AddEventWatch( void* userdata ) => DllImport.AddEventWatch(filter, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AddEventWatch")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.AddEventWatch( [NativeTypeName("SDL_EventFilter")] EventFilter filter, @@ -63986,6 +64196,7 @@ public static MaybeBool AddEventWatch( Ref userdata ) => DllImport.AddEventWatch(filter, userdata); + [NativeFunction("SDL3", EntryPoint = "SDL_AddGamepadMapping")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.AddGamepadMapping([NativeTypeName("const char *")] sbyte* mapping) => ( @@ -64001,6 +64212,8 @@ _slots[8] is not null and var loadedFnPtr public static int AddGamepadMapping([NativeTypeName("const char *")] sbyte* mapping) => DllImport.AddGamepadMapping(mapping); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AddGamepadMapping")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.AddGamepadMapping([NativeTypeName("const char *")] Ref mapping) { @@ -64016,6 +64229,7 @@ int ISdl.AddGamepadMapping([NativeTypeName("const char *")] Ref mapping) public static int AddGamepadMapping([NativeTypeName("const char *")] Ref mapping) => DllImport.AddGamepadMapping(mapping); + [NativeFunction("SDL3", EntryPoint = "SDL_AddGamepadMappingsFromFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.AddGamepadMappingsFromFile([NativeTypeName("const char *")] sbyte* file) => ( @@ -64034,6 +64248,8 @@ _slots[9] is not null and var loadedFnPtr public static int AddGamepadMappingsFromFile([NativeTypeName("const char *")] sbyte* file) => DllImport.AddGamepadMappingsFromFile(file); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AddGamepadMappingsFromFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.AddGamepadMappingsFromFile([NativeTypeName("const char *")] Ref file) { @@ -64050,6 +64266,7 @@ public static int AddGamepadMappingsFromFile( [NativeTypeName("const char *")] Ref file ) => DllImport.AddGamepadMappingsFromFile(file); + [NativeFunction("SDL3", EntryPoint = "SDL_AddGamepadMappingsFromIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.AddGamepadMappingsFromIO(IOStreamHandle src, [NativeTypeName("bool")] byte closeio) => ( @@ -64070,6 +64287,8 @@ public static int AddGamepadMappingsFromIO( [NativeTypeName("bool")] byte closeio ) => DllImport.AddGamepadMappingsFromIO(src, closeio); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AddGamepadMappingsFromIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.AddGamepadMappingsFromIO( IOStreamHandle src, @@ -64084,6 +64303,8 @@ public static int AddGamepadMappingsFromIO( [NativeTypeName("bool")] MaybeBool closeio ) => DllImport.AddGamepadMappingsFromIO(src, closeio); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_AddHintCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.AddHintCallback( [NativeTypeName("const char *")] sbyte* name, @@ -64107,6 +64328,9 @@ public static byte AddHintCallback( void* userdata ) => DllImport.AddHintCallback(name, callback, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AddHintCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.AddHintCallback( [NativeTypeName("const char *")] Ref name, @@ -64132,6 +64356,8 @@ public static MaybeBool AddHintCallback( Ref userdata ) => DllImport.AddHintCallback(name, callback, userdata); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_AddSurfaceAlternateImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.AddSurfaceAlternateImage(Surface* surface, Surface* image) => ( @@ -64151,6 +64377,9 @@ _slots[12] is not null and var loadedFnPtr public static byte AddSurfaceAlternateImage(Surface* surface, Surface* image) => DllImport.AddSurfaceAlternateImage(surface, image); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AddSurfaceAlternateImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.AddSurfaceAlternateImage(Ref surface, Ref image) { @@ -64171,6 +64400,8 @@ public static MaybeBool AddSurfaceAlternateImage( Ref image ) => DllImport.AddSurfaceAlternateImage(surface, image); + [return: NativeTypeName("SDL_TimerID")] + [NativeFunction("SDL3", EntryPoint = "SDL_AddTimer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.AddTimer( [NativeTypeName("Uint32")] uint interval, @@ -64194,6 +64425,9 @@ public static uint AddTimer( void* userdata ) => DllImport.AddTimer(interval, callback, userdata); + [return: NativeTypeName("SDL_TimerID")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AddTimer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.AddTimer( [NativeTypeName("Uint32")] uint interval, @@ -64217,6 +64451,8 @@ public static uint AddTimer( Ref userdata ) => DllImport.AddTimer(interval, callback, userdata); + [return: NativeTypeName("SDL_TimerID")] + [NativeFunction("SDL3", EntryPoint = "SDL_AddTimerNS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.AddTimerNS( [NativeTypeName("Uint64")] ulong interval, @@ -64240,6 +64476,9 @@ public static uint AddTimerNS( void* userdata ) => DllImport.AddTimerNS(interval, callback, userdata); + [return: NativeTypeName("SDL_TimerID")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AddTimerNS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.AddTimerNS( [NativeTypeName("Uint64")] ulong interval, @@ -64263,6 +64502,9 @@ public static uint AddTimerNS( Ref userdata ) => DllImport.AddTimerNS(interval, callback, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AddVulkanRenderSemaphores")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.AddVulkanRenderSemaphores( RendererHandle renderer, @@ -64296,6 +64538,8 @@ public static MaybeBool AddVulkanRenderSemaphores( signal_semaphore ); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_AddVulkanRenderSemaphores")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.AddVulkanRenderSemaphoresRaw( RendererHandle renderer, @@ -64330,6 +64574,8 @@ public static byte AddVulkanRenderSemaphoresRaw( signal_semaphore ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_aligned_alloc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.AlignedAlloc( [NativeTypeName("size_t")] nuint alignment, @@ -64344,6 +64590,7 @@ public static Ptr AlignedAlloc( [NativeTypeName("size_t")] nuint size ) => DllImport.AlignedAlloc(alignment, size); + [NativeFunction("SDL3", EntryPoint = "SDL_aligned_alloc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.AlignedAllocRaw( [NativeTypeName("size_t")] nuint alignment, @@ -64364,6 +64611,7 @@ _slots[16] is not null and var loadedFnPtr [NativeTypeName("size_t")] nuint size ) => DllImport.AlignedAllocRaw(alignment, size); + [NativeFunction("SDL3", EntryPoint = "SDL_aligned_free")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.AlignedFree(void* mem) => ( @@ -64378,6 +64626,8 @@ _slots[17] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AlignedFree(void* mem) => DllImport.AlignedFree(mem); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_aligned_free")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.AlignedFree(Ref mem) { @@ -64392,6 +64642,7 @@ void ISdl.AlignedFree(Ref mem) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AlignedFree(Ref mem) => DllImport.AlignedFree(mem); + [NativeFunction("SDL3", EntryPoint = "SDL_asin")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Asin(double x) => ( @@ -64406,6 +64657,7 @@ _slots[18] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Asin(double x) => DllImport.Asin(x); + [NativeFunction("SDL3", EntryPoint = "SDL_asinf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Asinf(float x) => ( @@ -64420,6 +64672,7 @@ _slots[19] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Asinf(float x) => DllImport.Asinf(x); + [NativeFunction("SDL3", EntryPoint = "SDL_atan")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Atan(double x) => ( @@ -64434,6 +64687,7 @@ _slots[20] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Atan(double x) => DllImport.Atan(x); + [NativeFunction("SDL3", EntryPoint = "SDL_atan2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Atan2(double y, double x) => ( @@ -64448,6 +64702,7 @@ _slots[21] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Atan2(double y, double x) => DllImport.Atan2(y, x); + [NativeFunction("SDL3", EntryPoint = "SDL_atan2f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Atan2F(float y, float x) => ( @@ -64462,6 +64717,7 @@ _slots[22] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Atan2F(float y, float x) => DllImport.Atan2F(y, x); + [NativeFunction("SDL3", EntryPoint = "SDL_atanf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Atanf(float x) => ( @@ -64476,6 +64732,7 @@ _slots[23] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Atanf(float x) => DllImport.Atanf(x); + [NativeFunction("SDL3", EntryPoint = "SDL_atof")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Atof([NativeTypeName("const char *")] sbyte* str) => ( @@ -64490,6 +64747,8 @@ _slots[24] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Atof([NativeTypeName("const char *")] sbyte* str) => DllImport.Atof(str); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_atof")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Atof([NativeTypeName("const char *")] Ref str) { @@ -64505,6 +64764,7 @@ double ISdl.Atof([NativeTypeName("const char *")] Ref str) public static double Atof([NativeTypeName("const char *")] Ref str) => DllImport.Atof(str); + [NativeFunction("SDL3", EntryPoint = "SDL_atoi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Atoi([NativeTypeName("const char *")] sbyte* str) => ( @@ -64519,6 +64779,8 @@ _slots[25] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Atoi([NativeTypeName("const char *")] sbyte* str) => DllImport.Atoi(str); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_atoi")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Atoi([NativeTypeName("const char *")] Ref str) { @@ -64533,6 +64795,8 @@ int ISdl.Atoi([NativeTypeName("const char *")] Ref str) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Atoi([NativeTypeName("const char *")] Ref str) => DllImport.Atoi(str); + [return: NativeTypeName("SDL_JoystickID")] + [NativeFunction("SDL3", EntryPoint = "SDL_AttachVirtualJoystick")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.AttachVirtualJoystick( [NativeTypeName("const SDL_VirtualJoystickDesc *")] VirtualJoystickDesc* desc @@ -64552,6 +64816,9 @@ public static uint AttachVirtualJoystick( [NativeTypeName("const SDL_VirtualJoystickDesc *")] VirtualJoystickDesc* desc ) => DllImport.AttachVirtualJoystick(desc); + [return: NativeTypeName("SDL_JoystickID")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AttachVirtualJoystick")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.AttachVirtualJoystick( [NativeTypeName("const SDL_VirtualJoystickDesc *")] Ref desc @@ -64571,6 +64838,9 @@ public static uint AttachVirtualJoystick( [NativeTypeName("const SDL_VirtualJoystickDesc *")] Ref desc ) => DllImport.AttachVirtualJoystick(desc); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AudioDevicePaused")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.AudioDevicePaused([NativeTypeName("SDL_AudioDeviceID")] uint devid) => (MaybeBool)(byte)((ISdl)this).AudioDevicePausedRaw(devid); @@ -64583,6 +64853,8 @@ public static MaybeBool AudioDevicePaused( [NativeTypeName("SDL_AudioDeviceID")] uint devid ) => DllImport.AudioDevicePaused(devid); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_AudioDevicePaused")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.AudioDevicePausedRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid) => ( @@ -64599,6 +64871,9 @@ _slots[27] is not null and var loadedFnPtr public static byte AudioDevicePausedRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid) => DllImport.AudioDevicePausedRaw(devid); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_AudioStreamDevicePaused")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.AudioStreamDevicePaused(AudioStreamHandle stream) => (MaybeBool)(byte)((ISdl)this).AudioStreamDevicePausedRaw(stream); @@ -64610,6 +64885,8 @@ MaybeBool ISdl.AudioStreamDevicePaused(AudioStreamHandle stream) => public static MaybeBool AudioStreamDevicePaused(AudioStreamHandle stream) => DllImport.AudioStreamDevicePaused(stream); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_AudioStreamDevicePaused")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.AudioStreamDevicePausedRaw(AudioStreamHandle stream) => ( @@ -64626,6 +64903,7 @@ _slots[28] is not null and var loadedFnPtr public static byte AudioStreamDevicePausedRaw(AudioStreamHandle stream) => DllImport.AudioStreamDevicePausedRaw(stream); + [NativeFunction("SDL3", EntryPoint = "SDL_BeginGPUComputePass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUComputePassHandle ISdl.BeginGPUComputePass( GPUCommandBufferHandle command_buffer, @@ -64675,6 +64953,8 @@ public static GPUComputePassHandle BeginGPUComputePass( num_storage_buffer_bindings ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BeginGPUComputePass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUComputePassHandle ISdl.BeginGPUComputePass( GPUCommandBufferHandle command_buffer, @@ -64726,6 +65006,7 @@ public static GPUComputePassHandle BeginGPUComputePass( num_storage_buffer_bindings ); + [NativeFunction("SDL3", EntryPoint = "SDL_BeginGPUCopyPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUCopyPassHandle ISdl.BeginGPUCopyPass(GPUCommandBufferHandle command_buffer) => ( @@ -64741,6 +65022,7 @@ _slots[30] is not null and var loadedFnPtr public static GPUCopyPassHandle BeginGPUCopyPass(GPUCommandBufferHandle command_buffer) => DllImport.BeginGPUCopyPass(command_buffer); + [NativeFunction("SDL3", EntryPoint = "SDL_BeginGPURenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPURenderPassHandle ISdl.BeginGPURenderPass( GPUCommandBufferHandle command_buffer, @@ -64778,6 +65060,8 @@ public static GPURenderPassHandle BeginGPURenderPass( depth_stencil_target_info ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BeginGPURenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPURenderPassHandle ISdl.BeginGPURenderPass( GPUCommandBufferHandle command_buffer, @@ -64821,6 +65105,9 @@ Ref depth_stencil_target_info depth_stencil_target_info ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.BindAudioStream( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -64836,6 +65123,8 @@ public static MaybeBool BindAudioStream( AudioStreamHandle stream ) => DllImport.BindAudioStream(devid, stream); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_BindAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.BindAudioStreamRaw( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -64857,6 +65146,8 @@ public static byte BindAudioStreamRaw( AudioStreamHandle stream ) => DllImport.BindAudioStreamRaw(devid, stream); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_BindAudioStreams")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.BindAudioStreams( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -64880,6 +65171,9 @@ public static byte BindAudioStreams( int num_streams ) => DllImport.BindAudioStreams(devid, streams, num_streams); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindAudioStreams")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.BindAudioStreams( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -64904,6 +65198,7 @@ public static MaybeBool BindAudioStreams( int num_streams ) => DllImport.BindAudioStreams(devid, streams, num_streams); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUComputePipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUComputePipeline( GPUComputePassHandle compute_pass, @@ -64924,6 +65219,7 @@ public static void BindGPUComputePipeline( GPUComputePipelineHandle compute_pipeline ) => DllImport.BindGPUComputePipeline(compute_pass, compute_pipeline); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUComputeSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUComputeSamplers( GPUComputePassHandle compute_pass, @@ -64961,6 +65257,8 @@ public static void BindGPUComputeSamplers( num_bindings ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUComputeSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUComputeSamplers( GPUComputePassHandle compute_pass, @@ -64998,6 +65296,7 @@ public static void BindGPUComputeSamplers( num_bindings ); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUComputeStorageBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUComputeStorageBuffers( GPUComputePassHandle compute_pass, @@ -65031,6 +65330,8 @@ public static void BindGPUComputeStorageBuffers( num_bindings ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUComputeStorageBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUComputeStorageBuffers( GPUComputePassHandle compute_pass, @@ -65066,6 +65367,7 @@ public static void BindGPUComputeStorageBuffers( num_bindings ); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUComputeStorageTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUComputeStorageTextures( GPUComputePassHandle compute_pass, @@ -65099,6 +65401,8 @@ public static void BindGPUComputeStorageTextures( num_bindings ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUComputeStorageTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUComputeStorageTextures( GPUComputePassHandle compute_pass, @@ -65134,6 +65438,7 @@ public static void BindGPUComputeStorageTextures( num_bindings ); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUFragmentSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUFragmentSamplers( GPURenderPassHandle render_pass, @@ -65166,6 +65471,8 @@ public static void BindGPUFragmentSamplers( num_bindings ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUFragmentSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUFragmentSamplers( GPURenderPassHandle render_pass, @@ -65203,6 +65510,7 @@ public static void BindGPUFragmentSamplers( num_bindings ); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUFragmentStorageBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUFragmentStorageBuffers( GPURenderPassHandle render_pass, @@ -65236,6 +65544,8 @@ public static void BindGPUFragmentStorageBuffers( num_bindings ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUFragmentStorageBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUFragmentStorageBuffers( GPURenderPassHandle render_pass, @@ -65271,6 +65581,7 @@ public static void BindGPUFragmentStorageBuffers( num_bindings ); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUFragmentStorageTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUFragmentStorageTextures( GPURenderPassHandle render_pass, @@ -65304,6 +65615,8 @@ public static void BindGPUFragmentStorageTextures( num_bindings ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUFragmentStorageTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUFragmentStorageTextures( GPURenderPassHandle render_pass, @@ -65339,6 +65652,7 @@ public static void BindGPUFragmentStorageTextures( num_bindings ); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUGraphicsPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUGraphicsPipeline( GPURenderPassHandle render_pass, @@ -65359,6 +65673,7 @@ public static void BindGPUGraphicsPipeline( GPUGraphicsPipelineHandle graphics_pipeline ) => DllImport.BindGPUGraphicsPipeline(render_pass, graphics_pipeline); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUIndexBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUIndexBuffer( GPURenderPassHandle render_pass, @@ -65385,6 +65700,8 @@ public static void BindGPUIndexBuffer( GPUIndexElementSize index_element_size ) => DllImport.BindGPUIndexBuffer(render_pass, binding, index_element_size); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUIndexBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUIndexBuffer( GPURenderPassHandle render_pass, @@ -65407,6 +65724,7 @@ public static void BindGPUIndexBuffer( GPUIndexElementSize index_element_size ) => DllImport.BindGPUIndexBuffer(render_pass, binding, index_element_size); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUVertexBuffers( GPURenderPassHandle render_pass, @@ -65431,6 +65749,8 @@ public static void BindGPUVertexBuffers( [NativeTypeName("Uint32")] uint num_bindings ) => DllImport.BindGPUVertexBuffers(render_pass, first_slot, bindings, num_bindings); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUVertexBuffers( GPURenderPassHandle render_pass, @@ -65460,6 +65780,7 @@ public static void BindGPUVertexBuffers( [NativeTypeName("Uint32")] uint num_bindings ) => DllImport.BindGPUVertexBuffers(render_pass, first_slot, bindings, num_bindings); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUVertexSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUVertexSamplers( GPURenderPassHandle render_pass, @@ -65492,6 +65813,8 @@ public static void BindGPUVertexSamplers( num_bindings ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUVertexSamplers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUVertexSamplers( GPURenderPassHandle render_pass, @@ -65529,6 +65852,7 @@ public static void BindGPUVertexSamplers( num_bindings ); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUVertexStorageBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUVertexStorageBuffers( GPURenderPassHandle render_pass, @@ -65562,6 +65886,8 @@ public static void BindGPUVertexStorageBuffers( num_bindings ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUVertexStorageBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUVertexStorageBuffers( GPURenderPassHandle render_pass, @@ -65597,6 +65923,7 @@ public static void BindGPUVertexStorageBuffers( num_bindings ); + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUVertexStorageTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUVertexStorageTextures( GPURenderPassHandle render_pass, @@ -65630,6 +65957,8 @@ public static void BindGPUVertexStorageTextures( num_bindings ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BindGPUVertexStorageTextures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BindGPUVertexStorageTextures( GPURenderPassHandle render_pass, @@ -65665,6 +65994,7 @@ public static void BindGPUVertexStorageTextures( num_bindings ); + [NativeFunction("SDL3", EntryPoint = "SDL_BlitGPUTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BlitGPUTexture( GPUCommandBufferHandle command_buffer, @@ -65685,6 +66015,8 @@ public static void BlitGPUTexture( [NativeTypeName("const SDL_GPUBlitInfo *")] GPUBlitInfo* info ) => DllImport.BlitGPUTexture(command_buffer, info); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitGPUTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BlitGPUTexture( GPUCommandBufferHandle command_buffer, @@ -65705,6 +66037,8 @@ public static void BlitGPUTexture( [NativeTypeName("const SDL_GPUBlitInfo *")] Ref info ) => DllImport.BlitGPUTexture(command_buffer, info); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.BlitSurface( Surface* src, @@ -65730,6 +66064,9 @@ public static byte BlitSurface( [NativeTypeName("const SDL_Rect *")] Rect* dstrect ) => DllImport.BlitSurface(src, srcrect, dst, dstrect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.BlitSurface( Ref src, @@ -65759,6 +66096,8 @@ public static MaybeBool BlitSurface( [NativeTypeName("const SDL_Rect *")] Ref dstrect ) => DllImport.BlitSurface(src, srcrect, dst, dstrect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurface9Grid")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.BlitSurface9Grid( Surface* src, @@ -65830,6 +66169,9 @@ public static byte BlitSurface9Grid( dstrect ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurface9Grid")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.BlitSurface9Grid( Ref src, @@ -65895,6 +66237,8 @@ public static MaybeBool BlitSurface9Grid( dstrect ); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurfaceScaled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.BlitSurfaceScaled( Surface* src, @@ -65922,6 +66266,9 @@ public static byte BlitSurfaceScaled( ScaleMode scaleMode ) => DllImport.BlitSurfaceScaled(src, srcrect, dst, dstrect, scaleMode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurfaceScaled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.BlitSurfaceScaled( Ref src, @@ -65960,6 +66307,8 @@ public static MaybeBool BlitSurfaceScaled( ScaleMode scaleMode ) => DllImport.BlitSurfaceScaled(src, srcrect, dst, dstrect, scaleMode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurfaceTiled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.BlitSurfaceTiled( Surface* src, @@ -65985,6 +66334,9 @@ public static byte BlitSurfaceTiled( [NativeTypeName("const SDL_Rect *")] Rect* dstrect ) => DllImport.BlitSurfaceTiled(src, srcrect, dst, dstrect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurfaceTiled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.BlitSurfaceTiled( Ref src, @@ -66020,6 +66372,8 @@ public static MaybeBool BlitSurfaceTiled( [NativeTypeName("const SDL_Rect *")] Ref dstrect ) => DllImport.BlitSurfaceTiled(src, srcrect, dst, dstrect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurfaceTiledWithScale")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.BlitSurfaceTiledWithScale( Surface* src, @@ -66052,6 +66406,9 @@ public static byte BlitSurfaceTiledWithScale( [NativeTypeName("const SDL_Rect *")] Rect* dstrect ) => DllImport.BlitSurfaceTiledWithScale(src, srcrect, scale, scaleMode, dst, dstrect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurfaceTiledWithScale")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.BlitSurfaceTiledWithScale( Ref src, @@ -66093,6 +66450,8 @@ public static MaybeBool BlitSurfaceTiledWithScale( [NativeTypeName("const SDL_Rect *")] Ref dstrect ) => DllImport.BlitSurfaceTiledWithScale(src, srcrect, scale, scaleMode, dst, dstrect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurfaceUnchecked")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.BlitSurfaceUnchecked( Surface* src, @@ -66118,6 +66477,9 @@ public static byte BlitSurfaceUnchecked( [NativeTypeName("const SDL_Rect *")] Rect* dstrect ) => DllImport.BlitSurfaceUnchecked(src, srcrect, dst, dstrect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurfaceUnchecked")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.BlitSurfaceUnchecked( Ref src, @@ -66153,6 +66515,8 @@ public static MaybeBool BlitSurfaceUnchecked( [NativeTypeName("const SDL_Rect *")] Ref dstrect ) => DllImport.BlitSurfaceUnchecked(src, srcrect, dst, dstrect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurfaceUncheckedScaled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.BlitSurfaceUncheckedScaled( Surface* src, @@ -66183,6 +66547,9 @@ public static byte BlitSurfaceUncheckedScaled( ScaleMode scaleMode ) => DllImport.BlitSurfaceUncheckedScaled(src, srcrect, dst, dstrect, scaleMode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_BlitSurfaceUncheckedScaled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.BlitSurfaceUncheckedScaled( Ref src, @@ -66221,6 +66588,7 @@ public static MaybeBool BlitSurfaceUncheckedScaled( ScaleMode scaleMode ) => DllImport.BlitSurfaceUncheckedScaled(src, srcrect, dst, dstrect, scaleMode); + [NativeFunction("SDL3", EntryPoint = "SDL_BroadcastCondition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.BroadcastCondition(ConditionHandle cond) => ( @@ -66236,6 +66604,7 @@ _slots[55] is not null and var loadedFnPtr public static void BroadcastCondition(ConditionHandle cond) => DllImport.BroadcastCondition(cond); + [NativeFunction("SDL3", EntryPoint = "SDL_bsearch")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.Bsearch( [NativeTypeName("const void *")] void* key, @@ -66262,6 +66631,8 @@ _slots[56] is not null and var loadedFnPtr [NativeTypeName("SDL_CompareCallback")] CompareCallback compare ) => DllImport.Bsearch(key, @base, nmemb, size, compare); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_bsearch")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Bsearch( [NativeTypeName("const void *")] Ref key, @@ -66289,6 +66660,7 @@ public static Ptr Bsearch( [NativeTypeName("SDL_CompareCallback")] CompareCallback compare ) => DllImport.Bsearch(key, @base, nmemb, size, compare); + [NativeFunction("SDL3", EntryPoint = "SDL_bsearch_r")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.BsearchR( [NativeTypeName("const void *")] void* key, @@ -66317,6 +66689,8 @@ _slots[57] is not null and var loadedFnPtr void* userdata ) => DllImport.BsearchR(key, @base, nmemb, size, compare, userdata); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_bsearch_r")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.BsearchR( [NativeTypeName("const void *")] Ref key, @@ -66348,6 +66722,8 @@ public static Ptr BsearchR( Ref userdata ) => DllImport.BsearchR(key, @base, nmemb, size, compare, userdata); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_CalculateGPUTextureFormatSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.CalculateGPUTextureFormatSize( GPUTextureFormat format, @@ -66376,6 +66752,8 @@ public static uint CalculateGPUTextureFormatSize( [NativeTypeName("Uint32")] uint depth_or_layer_count ) => DllImport.CalculateGPUTextureFormatSize(format, width, height, depth_or_layer_count); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_calloc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Calloc( [NativeTypeName("size_t")] nuint nmemb, @@ -66390,6 +66768,7 @@ public static Ptr Calloc( [NativeTypeName("size_t")] nuint size ) => DllImport.Calloc(nmemb, size); + [NativeFunction("SDL3", EntryPoint = "SDL_calloc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.CallocRaw( [NativeTypeName("size_t")] nuint nmemb, @@ -66410,6 +66789,9 @@ _slots[59] is not null and var loadedFnPtr [NativeTypeName("size_t")] nuint size ) => DllImport.CallocRaw(nmemb, size); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CancelGPUCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CancelGPUCommandBuffer(GPUCommandBufferHandle command_buffer) => (MaybeBool)(byte)((ISdl)this).CancelGPUCommandBufferRaw(command_buffer); @@ -66421,6 +66803,8 @@ MaybeBool ISdl.CancelGPUCommandBuffer(GPUCommandBufferHandle command_buffe public static MaybeBool CancelGPUCommandBuffer(GPUCommandBufferHandle command_buffer) => DllImport.CancelGPUCommandBuffer(command_buffer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CancelGPUCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CancelGPUCommandBufferRaw(GPUCommandBufferHandle command_buffer) => ( @@ -66437,6 +66821,8 @@ _slots[60] is not null and var loadedFnPtr public static byte CancelGPUCommandBufferRaw(GPUCommandBufferHandle command_buffer) => DllImport.CancelGPUCommandBufferRaw(command_buffer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CaptureMouse")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CaptureMouse([NativeTypeName("bool")] byte enabled) => ( @@ -66453,6 +66839,9 @@ _slots[61] is not null and var loadedFnPtr public static byte CaptureMouse([NativeTypeName("bool")] byte enabled) => DllImport.CaptureMouse(enabled); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CaptureMouse")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CaptureMouse([NativeTypeName("bool")] MaybeBool enabled) => (MaybeBool)(byte)((ISdl)this).CaptureMouse((byte)enabled); @@ -66464,6 +66853,7 @@ MaybeBool ISdl.CaptureMouse([NativeTypeName("bool")] MaybeBool enabl public static MaybeBool CaptureMouse([NativeTypeName("bool")] MaybeBool enabled) => DllImport.CaptureMouse(enabled); + [NativeFunction("SDL3", EntryPoint = "SDL_ceil")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Ceil(double x) => ( @@ -66478,6 +66868,7 @@ _slots[62] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Ceil(double x) => DllImport.Ceil(x); + [NativeFunction("SDL3", EntryPoint = "SDL_ceilf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Ceilf(float x) => ( @@ -66492,6 +66883,9 @@ _slots[63] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Ceilf(float x) => DllImport.Ceilf(x); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ClaimWindowForGPUDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ClaimWindowForGPUDevice(GPUDeviceHandle device, WindowHandle window) => (MaybeBool)(byte)((ISdl)this).ClaimWindowForGPUDeviceRaw(device, window); @@ -66505,6 +66899,8 @@ public static MaybeBool ClaimWindowForGPUDevice( WindowHandle window ) => DllImport.ClaimWindowForGPUDevice(device, window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ClaimWindowForGPUDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ClaimWindowForGPUDeviceRaw(GPUDeviceHandle device, WindowHandle window) => ( @@ -66521,6 +66917,7 @@ _slots[64] is not null and var loadedFnPtr public static byte ClaimWindowForGPUDeviceRaw(GPUDeviceHandle device, WindowHandle window) => DllImport.ClaimWindowForGPUDeviceRaw(device, window); + [NativeFunction("SDL3", EntryPoint = "SDL_CleanupTLS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.CleanupTLS() => ( @@ -66535,6 +66932,9 @@ _slots[65] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CleanupTLS() => DllImport.CleanupTLS(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ClearAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ClearAudioStream(AudioStreamHandle stream) => (MaybeBool)(byte)((ISdl)this).ClearAudioStreamRaw(stream); @@ -66546,6 +66946,8 @@ MaybeBool ISdl.ClearAudioStream(AudioStreamHandle stream) => public static MaybeBool ClearAudioStream(AudioStreamHandle stream) => DllImport.ClearAudioStream(stream); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ClearAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ClearAudioStreamRaw(AudioStreamHandle stream) => ( @@ -66562,6 +66964,9 @@ _slots[66] is not null and var loadedFnPtr public static byte ClearAudioStreamRaw(AudioStreamHandle stream) => DllImport.ClearAudioStreamRaw(stream); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ClearClipboardData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ClearClipboardData() => (MaybeBool)(byte)((ISdl)this).ClearClipboardDataRaw(); @@ -66572,6 +66977,8 @@ MaybeBool ISdl.ClearClipboardData() => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool ClearClipboardData() => DllImport.ClearClipboardData(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ClearClipboardData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ClearClipboardDataRaw() => ( @@ -66587,6 +66994,9 @@ _slots[67] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte ClearClipboardDataRaw() => DllImport.ClearClipboardDataRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ClearComposition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ClearComposition(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).ClearCompositionRaw(window); @@ -66598,6 +67008,8 @@ MaybeBool ISdl.ClearComposition(WindowHandle window) => public static MaybeBool ClearComposition(WindowHandle window) => DllImport.ClearComposition(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ClearComposition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ClearCompositionRaw(WindowHandle window) => ( @@ -66614,6 +67026,9 @@ _slots[68] is not null and var loadedFnPtr public static byte ClearCompositionRaw(WindowHandle window) => DllImport.ClearCompositionRaw(window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ClearError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ClearError() => (MaybeBool)(byte)((ISdl)this).ClearErrorRaw(); @@ -66623,6 +67038,8 @@ public static byte ClearCompositionRaw(WindowHandle window) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool ClearError() => DllImport.ClearError(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ClearError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ClearErrorRaw() => ( @@ -66638,6 +67055,8 @@ _slots[69] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte ClearErrorRaw() => DllImport.ClearErrorRaw(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ClearProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ClearProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -66659,6 +67078,9 @@ public static byte ClearProperty( [NativeTypeName("const char *")] sbyte* name ) => DllImport.ClearProperty(props, name); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ClearProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ClearProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -66680,6 +67102,8 @@ public static MaybeBool ClearProperty( [NativeTypeName("const char *")] Ref name ) => DllImport.ClearProperty(props, name); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ClearSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ClearSurface(Surface* surface, float r, float g, float b, float a) => ( @@ -66696,6 +67120,9 @@ _slots[71] is not null and var loadedFnPtr public static byte ClearSurface(Surface* surface, float r, float g, float b, float a) => DllImport.ClearSurface(surface, r, g, b, a); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ClearSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ClearSurface(Ref surface, float r, float g, float b, float a) { @@ -66717,6 +67144,7 @@ public static MaybeBool ClearSurface( float a ) => DllImport.ClearSurface(surface, r, g, b, a); + [NativeFunction("SDL3", EntryPoint = "SDL_CloseAudioDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.CloseAudioDevice([NativeTypeName("SDL_AudioDeviceID")] uint devid) => ( @@ -66732,6 +67160,7 @@ _slots[72] is not null and var loadedFnPtr public static void CloseAudioDevice([NativeTypeName("SDL_AudioDeviceID")] uint devid) => DllImport.CloseAudioDevice(devid); + [NativeFunction("SDL3", EntryPoint = "SDL_CloseCamera")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.CloseCamera(CameraHandle camera) => ( @@ -66746,6 +67175,7 @@ _slots[73] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CloseCamera(CameraHandle camera) => DllImport.CloseCamera(camera); + [NativeFunction("SDL3", EntryPoint = "SDL_CloseGamepad")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.CloseGamepad(GamepadHandle gamepad) => ( @@ -66760,6 +67190,7 @@ _slots[74] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CloseGamepad(GamepadHandle gamepad) => DllImport.CloseGamepad(gamepad); + [NativeFunction("SDL3", EntryPoint = "SDL_CloseHaptic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.CloseHaptic(HapticHandle haptic) => ( @@ -66774,6 +67205,9 @@ _slots[75] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CloseHaptic(HapticHandle haptic) => DllImport.CloseHaptic(haptic); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CloseIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CloseIO(IOStreamHandle context) => (MaybeBool)(byte)((ISdl)this).CloseIORaw(context); @@ -66784,6 +67218,8 @@ MaybeBool ISdl.CloseIO(IOStreamHandle context) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool CloseIO(IOStreamHandle context) => DllImport.CloseIO(context); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CloseIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CloseIORaw(IOStreamHandle context) => ( @@ -66799,6 +67235,7 @@ _slots[76] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte CloseIORaw(IOStreamHandle context) => DllImport.CloseIORaw(context); + [NativeFunction("SDL3", EntryPoint = "SDL_CloseJoystick")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.CloseJoystick(JoystickHandle joystick) => ( @@ -66813,6 +67250,7 @@ _slots[77] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CloseJoystick(JoystickHandle joystick) => DllImport.CloseJoystick(joystick); + [NativeFunction("SDL3", EntryPoint = "SDL_CloseSensor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.CloseSensor(SensorHandle sensor) => ( @@ -66827,6 +67265,9 @@ _slots[78] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CloseSensor(SensorHandle sensor) => DllImport.CloseSensor(sensor); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CloseStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CloseStorage(StorageHandle storage) => (MaybeBool)(byte)((ISdl)this).CloseStorageRaw(storage); @@ -66838,6 +67279,8 @@ MaybeBool ISdl.CloseStorage(StorageHandle storage) => public static MaybeBool CloseStorage(StorageHandle storage) => DllImport.CloseStorage(storage); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CloseStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CloseStorageRaw(StorageHandle storage) => ( @@ -66853,6 +67296,8 @@ _slots[79] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte CloseStorageRaw(StorageHandle storage) => DllImport.CloseStorageRaw(storage); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CompareAndSwapAtomicInt")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CompareAndSwapAtomicInt(AtomicInt* a, int oldval, int newval) => ( @@ -66869,6 +67314,9 @@ _slots[80] is not null and var loadedFnPtr public static byte CompareAndSwapAtomicInt(AtomicInt* a, int oldval, int newval) => DllImport.CompareAndSwapAtomicInt(a, oldval, newval); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CompareAndSwapAtomicInt")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CompareAndSwapAtomicInt(Ref a, int oldval, int newval) { @@ -66889,6 +67337,8 @@ public static MaybeBool CompareAndSwapAtomicInt( int newval ) => DllImport.CompareAndSwapAtomicInt(a, oldval, newval); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CompareAndSwapAtomicPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CompareAndSwapAtomicPointer(void** a, void* oldval, void* newval) => ( @@ -66908,6 +67358,9 @@ _slots[81] is not null and var loadedFnPtr public static byte CompareAndSwapAtomicPointer(void** a, void* oldval, void* newval) => DllImport.CompareAndSwapAtomicPointer(a, oldval, newval); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CompareAndSwapAtomicPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CompareAndSwapAtomicPointer(Ref2D a, Ref oldval, Ref newval) { @@ -66927,6 +67380,8 @@ MaybeBool ISdl.CompareAndSwapAtomicPointer(Ref2D a, Ref oldval, Ref newval public static MaybeBool CompareAndSwapAtomicPointer(Ref2D a, Ref oldval, Ref newval) => DllImport.CompareAndSwapAtomicPointer(a, oldval, newval); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CompareAndSwapAtomicU32")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CompareAndSwapAtomicU32( AtomicU32* a, @@ -66950,6 +67405,9 @@ public static byte CompareAndSwapAtomicU32( [NativeTypeName("Uint32")] uint newval ) => DllImport.CompareAndSwapAtomicU32(a, oldval, newval); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CompareAndSwapAtomicU32")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CompareAndSwapAtomicU32( Ref a, @@ -66974,6 +67432,8 @@ public static MaybeBool CompareAndSwapAtomicU32( [NativeTypeName("Uint32")] uint newval ) => DllImport.CompareAndSwapAtomicU32(a, oldval, newval); + [return: NativeTypeName("SDL_BlendMode")] + [NativeFunction("SDL3", EntryPoint = "SDL_ComposeCustomBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.ComposeCustomBlendMode( BlendFactor srcColorFactor, @@ -67025,6 +67485,8 @@ BlendOperation alphaOperation alphaOperation ); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ConvertAudioSamples")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ConvertAudioSamples( [NativeTypeName("const SDL_AudioSpec *")] AudioSpec* src_spec, @@ -67054,6 +67516,9 @@ public static byte ConvertAudioSamples( int* dst_len ) => DllImport.ConvertAudioSamples(src_spec, src_data, src_len, dst_spec, dst_data, dst_len); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ConvertAudioSamples")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ConvertAudioSamples( [NativeTypeName("const SDL_AudioSpec *")] Ref src_spec, @@ -67096,6 +67561,8 @@ public static MaybeBool ConvertAudioSamples( Ref dst_len ) => DllImport.ConvertAudioSamples(src_spec, src_data, src_len, dst_spec, dst_data, dst_len); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ConvertEventToRenderCoordinates")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ConvertEventToRenderCoordinates(RendererHandle renderer, Event* @event) => ( @@ -67115,6 +67582,9 @@ _slots[85] is not null and var loadedFnPtr public static byte ConvertEventToRenderCoordinates(RendererHandle renderer, Event* @event) => DllImport.ConvertEventToRenderCoordinates(renderer, @event); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ConvertEventToRenderCoordinates")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ConvertEventToRenderCoordinates(RendererHandle renderer, Ref @event) { @@ -67134,6 +67604,8 @@ public static MaybeBool ConvertEventToRenderCoordinates( Ref @event ) => DllImport.ConvertEventToRenderCoordinates(renderer, @event); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ConvertPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ConvertPixels( int width, @@ -67177,6 +67649,9 @@ int dst_pitch dst_pitch ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ConvertPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ConvertPixels( int width, @@ -67232,6 +67707,8 @@ int dst_pitch dst_pitch ); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ConvertPixelsAndColorspace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ConvertPixelsAndColorspace( int width, @@ -67316,6 +67793,9 @@ int dst_pitch dst_pitch ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ConvertPixelsAndColorspace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ConvertPixelsAndColorspace( int width, @@ -67387,6 +67867,7 @@ int dst_pitch dst_pitch ); + [NativeFunction("SDL3", EntryPoint = "SDL_ConvertSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Surface* ISdl.ConvertSurface(Surface* surface, PixelFormat format) => ( @@ -67402,6 +67883,8 @@ _slots[88] is not null and var loadedFnPtr public static Surface* ConvertSurface(Surface* surface, PixelFormat format) => DllImport.ConvertSurface(surface, format); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ConvertSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.ConvertSurface(Ref surface, PixelFormat format) { @@ -67417,6 +67900,7 @@ Ptr ISdl.ConvertSurface(Ref surface, PixelFormat format) public static Ptr ConvertSurface(Ref surface, PixelFormat format) => DllImport.ConvertSurface(surface, format); + [NativeFunction("SDL3", EntryPoint = "SDL_ConvertSurfaceAndColorspace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Surface* ISdl.ConvertSurfaceAndColorspace( Surface* surface, @@ -67446,6 +67930,8 @@ _slots[89] is not null and var loadedFnPtr [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.ConvertSurfaceAndColorspace(surface, format, palette, colorspace, props); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ConvertSurfaceAndColorspace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.ConvertSurfaceAndColorspace( Ref surface, @@ -67480,6 +67966,8 @@ public static Ptr ConvertSurfaceAndColorspace( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.ConvertSurfaceAndColorspace(surface, format, palette, colorspace, props); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CopyFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CopyFile( [NativeTypeName("const char *")] sbyte* oldpath, @@ -67501,6 +67989,9 @@ public static byte CopyFile( [NativeTypeName("const char *")] sbyte* newpath ) => DllImport.CopyFile(oldpath, newpath); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CopyFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CopyFile( [NativeTypeName("const char *")] Ref oldpath, @@ -67523,6 +68014,7 @@ public static MaybeBool CopyFile( [NativeTypeName("const char *")] Ref newpath ) => DllImport.CopyFile(oldpath, newpath); + [NativeFunction("SDL3", EntryPoint = "SDL_CopyGPUBufferToBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.CopyGPUBufferToBuffer( GPUCopyPassHandle copy_pass, @@ -67555,6 +68047,8 @@ public static void CopyGPUBufferToBuffer( [NativeTypeName("bool")] byte cycle ) => DllImport.CopyGPUBufferToBuffer(copy_pass, source, destination, size, cycle); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CopyGPUBufferToBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.CopyGPUBufferToBuffer( GPUCopyPassHandle copy_pass, @@ -67588,6 +68082,7 @@ public static void CopyGPUBufferToBuffer( [NativeTypeName("bool")] MaybeBool cycle ) => DllImport.CopyGPUBufferToBuffer(copy_pass, source, destination, size, cycle); + [NativeFunction("SDL3", EntryPoint = "SDL_CopyGPUTextureToTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.CopyGPUTextureToTexture( GPUCopyPassHandle copy_pass, @@ -67626,6 +68121,8 @@ public static void CopyGPUTextureToTexture( [NativeTypeName("bool")] byte cycle ) => DllImport.CopyGPUTextureToTexture(copy_pass, source, destination, w, h, d, cycle); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CopyGPUTextureToTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.CopyGPUTextureToTexture( GPUCopyPassHandle copy_pass, @@ -67665,6 +68162,9 @@ public static void CopyGPUTextureToTexture( [NativeTypeName("bool")] MaybeBool cycle ) => DllImport.CopyGPUTextureToTexture(copy_pass, source, destination, w, h, d, cycle); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CopyProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CopyProperties( [NativeTypeName("SDL_PropertiesID")] uint src, @@ -67680,6 +68180,8 @@ public static MaybeBool CopyProperties( [NativeTypeName("SDL_PropertiesID")] uint dst ) => DllImport.CopyProperties(src, dst); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CopyProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CopyPropertiesRaw( [NativeTypeName("SDL_PropertiesID")] uint src, @@ -67701,6 +68203,7 @@ public static byte CopyPropertiesRaw( [NativeTypeName("SDL_PropertiesID")] uint dst ) => DllImport.CopyPropertiesRaw(src, dst); + [NativeFunction("SDL3", EntryPoint = "SDL_copysign")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Copysign(double x, double y) => ( @@ -67715,6 +68218,7 @@ _slots[94] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Copysign(double x, double y) => DllImport.Copysign(x, y); + [NativeFunction("SDL3", EntryPoint = "SDL_copysignf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Copysignf(float x, float y) => ( @@ -67729,6 +68233,8 @@ _slots[95] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Copysignf(float x, float y) => DllImport.Copysignf(x, y); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CopyStorageFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CopyStorageFile( StorageHandle storage, @@ -67752,6 +68258,9 @@ public static byte CopyStorageFile( [NativeTypeName("const char *")] sbyte* newpath ) => DllImport.CopyStorageFile(storage, oldpath, newpath); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CopyStorageFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CopyStorageFile( StorageHandle storage, @@ -67777,6 +68286,7 @@ public static MaybeBool CopyStorageFile( [NativeTypeName("const char *")] Ref newpath ) => DllImport.CopyStorageFile(storage, oldpath, newpath); + [NativeFunction("SDL3", EntryPoint = "SDL_cos")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Cos(double x) => ( @@ -67791,6 +68301,7 @@ _slots[97] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Cos(double x) => DllImport.Cos(x); + [NativeFunction("SDL3", EntryPoint = "SDL_cosf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Cosf(float x) => ( @@ -67805,6 +68316,8 @@ _slots[98] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Cosf(float x) => DllImport.Cosf(x); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_crc16")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.Crc16( [NativeTypeName("Uint16")] ushort crc, @@ -67828,6 +68341,9 @@ public static ushort Crc16( [NativeTypeName("size_t")] nuint len ) => DllImport.Crc16(crc, data, len); + [return: NativeTypeName("Uint16")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_crc16")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.Crc16( [NativeTypeName("Uint16")] ushort crc, @@ -67851,6 +68367,8 @@ public static ushort Crc16( [NativeTypeName("size_t")] nuint len ) => DllImport.Crc16(crc, data, len); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_crc32")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.Crc32( [NativeTypeName("Uint32")] uint crc, @@ -67874,6 +68392,9 @@ public static uint Crc32( [NativeTypeName("size_t")] nuint len ) => DllImport.Crc32(crc, data, len); + [return: NativeTypeName("Uint32")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_crc32")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.Crc32( [NativeTypeName("Uint32")] uint crc, @@ -67897,6 +68418,7 @@ public static uint Crc32( [NativeTypeName("size_t")] nuint len ) => DllImport.Crc32(crc, data, len); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] AudioStreamHandle ISdl.CreateAudioStream( [NativeTypeName("const SDL_AudioSpec *")] AudioSpec* src_spec, @@ -67917,6 +68439,8 @@ public static AudioStreamHandle CreateAudioStream( [NativeTypeName("const SDL_AudioSpec *")] AudioSpec* dst_spec ) => DllImport.CreateAudioStream(src_spec, dst_spec); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] AudioStreamHandle ISdl.CreateAudioStream( [NativeTypeName("const SDL_AudioSpec *")] Ref src_spec, @@ -67939,6 +68463,7 @@ public static AudioStreamHandle CreateAudioStream( [NativeTypeName("const SDL_AudioSpec *")] Ref dst_spec ) => DllImport.CreateAudioStream(src_spec, dst_spec); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateColorCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] CursorHandle ISdl.CreateColorCursor(Surface* surface, int hot_x, int hot_y) => ( @@ -67954,6 +68479,8 @@ _slots[102] is not null and var loadedFnPtr public static CursorHandle CreateColorCursor(Surface* surface, int hot_x, int hot_y) => DllImport.CreateColorCursor(surface, hot_x, hot_y); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateColorCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] CursorHandle ISdl.CreateColorCursor(Ref surface, int hot_x, int hot_y) { @@ -67969,6 +68496,7 @@ CursorHandle ISdl.CreateColorCursor(Ref surface, int hot_x, int hot_y) public static CursorHandle CreateColorCursor(Ref surface, int hot_x, int hot_y) => DllImport.CreateColorCursor(surface, hot_x, hot_y); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateCondition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ConditionHandle ISdl.CreateCondition() => ( @@ -67983,6 +68511,7 @@ _slots[103] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ConditionHandle CreateCondition() => DllImport.CreateCondition(); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] CursorHandle ISdl.CreateCursor( [NativeTypeName("const Uint8 *")] byte* data, @@ -68011,6 +68540,8 @@ public static CursorHandle CreateCursor( int hot_y ) => DllImport.CreateCursor(data, mask, w, h, hot_x, hot_y); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] CursorHandle ISdl.CreateCursor( [NativeTypeName("const Uint8 *")] Ref data, @@ -68041,6 +68572,8 @@ public static CursorHandle CreateCursor( int hot_y ) => DllImport.CreateCursor(data, mask, w, h, hot_x, hot_y); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CreateDirectory([NativeTypeName("const char *")] sbyte* path) => ( @@ -68057,6 +68590,9 @@ _slots[105] is not null and var loadedFnPtr public static byte CreateDirectory([NativeTypeName("const char *")] sbyte* path) => DllImport.CreateDirectory(path); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CreateDirectory([NativeTypeName("const char *")] Ref path) { @@ -68074,6 +68610,7 @@ public static MaybeBool CreateDirectory( [NativeTypeName("const char *")] Ref path ) => DllImport.CreateDirectory(path); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateEnvironment")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] EnvironmentHandle ISdl.CreateEnvironment([NativeTypeName("bool")] byte populated) => ( @@ -68089,6 +68626,8 @@ _slots[106] is not null and var loadedFnPtr public static EnvironmentHandle CreateEnvironment([NativeTypeName("bool")] byte populated) => DllImport.CreateEnvironment(populated); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateEnvironment")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] EnvironmentHandle ISdl.CreateEnvironment([NativeTypeName("bool")] MaybeBool populated) => (EnvironmentHandle)((ISdl)this).CreateEnvironment((byte)populated); @@ -68100,6 +68639,7 @@ public static EnvironmentHandle CreateEnvironment( [NativeTypeName("bool")] MaybeBool populated ) => DllImport.CreateEnvironment(populated); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUBufferHandle ISdl.CreateGPUBuffer( GPUDeviceHandle device, @@ -68120,6 +68660,8 @@ public static GPUBufferHandle CreateGPUBuffer( [NativeTypeName("const SDL_GPUBufferCreateInfo *")] GPUBufferCreateInfo* createinfo ) => DllImport.CreateGPUBuffer(device, createinfo); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUBufferHandle ISdl.CreateGPUBuffer( GPUDeviceHandle device, @@ -68140,6 +68682,7 @@ public static GPUBufferHandle CreateGPUBuffer( [NativeTypeName("const SDL_GPUBufferCreateInfo *")] Ref createinfo ) => DllImport.CreateGPUBuffer(device, createinfo); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUComputePipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUComputePipelineHandle ISdl.CreateGPUComputePipeline( GPUDeviceHandle device, @@ -68168,6 +68711,8 @@ public static GPUComputePipelineHandle CreateGPUComputePipeline( GPUComputePipelineCreateInfo* createinfo ) => DllImport.CreateGPUComputePipeline(device, createinfo); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUComputePipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUComputePipelineHandle ISdl.CreateGPUComputePipeline( GPUDeviceHandle device, @@ -68191,6 +68736,7 @@ public static GPUComputePipelineHandle CreateGPUComputePipeline( Ref createinfo ) => DllImport.CreateGPUComputePipeline(device, createinfo); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUDeviceHandle ISdl.CreateGPUDevice( [NativeTypeName("SDL_GPUShaderFormat")] uint format_flags, @@ -68213,6 +68759,8 @@ public static GPUDeviceHandle CreateGPUDevice( [NativeTypeName("const char *")] sbyte* name ) => DllImport.CreateGPUDevice(format_flags, debug_mode, name); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUDeviceHandle ISdl.CreateGPUDevice( [NativeTypeName("SDL_GPUShaderFormat")] uint format_flags, @@ -68236,6 +68784,7 @@ public static GPUDeviceHandle CreateGPUDevice( [NativeTypeName("const char *")] Ref name ) => DllImport.CreateGPUDevice(format_flags, debug_mode, name); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUDeviceWithProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUDeviceHandle ISdl.CreateGPUDeviceWithProperties( [NativeTypeName("SDL_PropertiesID")] uint props @@ -68257,6 +68806,7 @@ public static GPUDeviceHandle CreateGPUDeviceWithProperties( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.CreateGPUDeviceWithProperties(props); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUGraphicsPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUGraphicsPipelineHandle ISdl.CreateGPUGraphicsPipeline( GPUDeviceHandle device, @@ -68285,6 +68835,8 @@ public static GPUGraphicsPipelineHandle CreateGPUGraphicsPipeline( GPUGraphicsPipelineCreateInfo* createinfo ) => DllImport.CreateGPUGraphicsPipeline(device, createinfo); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUGraphicsPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUGraphicsPipelineHandle ISdl.CreateGPUGraphicsPipeline( GPUDeviceHandle device, @@ -68308,6 +68860,7 @@ public static GPUGraphicsPipelineHandle CreateGPUGraphicsPipeline( Ref createinfo ) => DllImport.CreateGPUGraphicsPipeline(device, createinfo); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUSamplerHandle ISdl.CreateGPUSampler( GPUDeviceHandle device, @@ -68328,6 +68881,8 @@ public static GPUSamplerHandle CreateGPUSampler( [NativeTypeName("const SDL_GPUSamplerCreateInfo *")] GPUSamplerCreateInfo* createinfo ) => DllImport.CreateGPUSampler(device, createinfo); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUSamplerHandle ISdl.CreateGPUSampler( GPUDeviceHandle device, @@ -68348,6 +68903,7 @@ public static GPUSamplerHandle CreateGPUSampler( [NativeTypeName("const SDL_GPUSamplerCreateInfo *")] Ref createinfo ) => DllImport.CreateGPUSampler(device, createinfo); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUShaderHandle ISdl.CreateGPUShader( GPUDeviceHandle device, @@ -68368,6 +68924,8 @@ public static GPUShaderHandle CreateGPUShader( [NativeTypeName("const SDL_GPUShaderCreateInfo *")] GPUShaderCreateInfo* createinfo ) => DllImport.CreateGPUShader(device, createinfo); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUShaderHandle ISdl.CreateGPUShader( GPUDeviceHandle device, @@ -68388,6 +68946,7 @@ public static GPUShaderHandle CreateGPUShader( [NativeTypeName("const SDL_GPUShaderCreateInfo *")] Ref createinfo ) => DllImport.CreateGPUShader(device, createinfo); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUTextureHandle ISdl.CreateGPUTexture( GPUDeviceHandle device, @@ -68408,6 +68967,8 @@ public static GPUTextureHandle CreateGPUTexture( [NativeTypeName("const SDL_GPUTextureCreateInfo *")] GPUTextureCreateInfo* createinfo ) => DllImport.CreateGPUTexture(device, createinfo); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUTextureHandle ISdl.CreateGPUTexture( GPUDeviceHandle device, @@ -68428,6 +68989,7 @@ public static GPUTextureHandle CreateGPUTexture( [NativeTypeName("const SDL_GPUTextureCreateInfo *")] Ref createinfo ) => DllImport.CreateGPUTexture(device, createinfo); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUTransferBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUTransferBufferHandle ISdl.CreateGPUTransferBuffer( GPUDeviceHandle device, @@ -68456,6 +69018,8 @@ public static GPUTransferBufferHandle CreateGPUTransferBuffer( GPUTransferBufferCreateInfo* createinfo ) => DllImport.CreateGPUTransferBuffer(device, createinfo); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateGPUTransferBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUTransferBufferHandle ISdl.CreateGPUTransferBuffer( GPUDeviceHandle device, @@ -68479,6 +69043,7 @@ public static GPUTransferBufferHandle CreateGPUTransferBuffer( Ref createinfo ) => DllImport.CreateGPUTransferBuffer(device, createinfo); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateHapticEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.CreateHapticEffect( HapticHandle haptic, @@ -68499,6 +69064,8 @@ public static int CreateHapticEffect( [NativeTypeName("const SDL_HapticEffect *")] HapticEffect* effect ) => DllImport.CreateHapticEffect(haptic, effect); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateHapticEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.CreateHapticEffect( HapticHandle haptic, @@ -68519,6 +69086,7 @@ public static int CreateHapticEffect( [NativeTypeName("const SDL_HapticEffect *")] Ref effect ) => DllImport.CreateHapticEffect(haptic, effect); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateMutex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MutexHandle ISdl.CreateMutex() => ( @@ -68533,6 +69101,8 @@ _slots[117] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MutexHandle CreateMutex() => DllImport.CreateMutex(); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreatePalette")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.CreatePalette(int ncolors) => (Palette*)((ISdl)this).CreatePaletteRaw(ncolors); @@ -68542,6 +69112,7 @@ Ptr ISdl.CreatePalette(int ncolors) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr CreatePalette(int ncolors) => DllImport.CreatePalette(ncolors); + [NativeFunction("SDL3", EntryPoint = "SDL_CreatePalette")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Palette* ISdl.CreatePaletteRaw(int ncolors) => ( @@ -68556,6 +69127,7 @@ _slots[118] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Palette* CreatePaletteRaw(int ncolors) => DllImport.CreatePaletteRaw(ncolors); + [NativeFunction("SDL3", EntryPoint = "SDL_CreatePopupWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.CreatePopupWindow( WindowHandle parent, @@ -68584,6 +69156,7 @@ public static WindowHandle CreatePopupWindow( [NativeTypeName("SDL_WindowFlags")] ulong flags ) => DllImport.CreatePopupWindow(parent, offset_x, offset_y, w, h, flags); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateProcess")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ProcessHandle ISdl.CreateProcess( [NativeTypeName("const char *const *")] sbyte** args, @@ -68604,6 +69177,8 @@ public static ProcessHandle CreateProcess( [NativeTypeName("bool")] byte pipe_stdio ) => DllImport.CreateProcess(args, pipe_stdio); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateProcess")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ProcessHandle ISdl.CreateProcess( [NativeTypeName("const char *const *")] Ref2D args, @@ -68624,6 +69199,7 @@ public static ProcessHandle CreateProcess( [NativeTypeName("bool")] MaybeBool pipe_stdio ) => DllImport.CreateProcess(args, pipe_stdio); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateProcessWithProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ProcessHandle ISdl.CreateProcessWithProperties( [NativeTypeName("SDL_PropertiesID")] uint props @@ -68645,6 +69221,8 @@ public static ProcessHandle CreateProcessWithProperties( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.CreateProcessWithProperties(props); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.CreateProperties() => ( @@ -68660,6 +69238,7 @@ _slots[122] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint CreateProperties() => DllImport.CreateProperties(); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateRenderer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] RendererHandle ISdl.CreateRenderer( WindowHandle window, @@ -68680,6 +69259,8 @@ public static RendererHandle CreateRenderer( [NativeTypeName("const char *")] sbyte* name ) => DllImport.CreateRenderer(window, name); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateRenderer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] RendererHandle ISdl.CreateRenderer( WindowHandle window, @@ -68700,6 +69281,7 @@ public static RendererHandle CreateRenderer( [NativeTypeName("const char *")] Ref name ) => DllImport.CreateRenderer(window, name); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateRendererWithProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] RendererHandle ISdl.CreateRendererWithProperties( [NativeTypeName("SDL_PropertiesID")] uint props @@ -68721,6 +69303,7 @@ public static RendererHandle CreateRendererWithProperties( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.CreateRendererWithProperties(props); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateRWLock")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] RWLockHandle ISdl.CreateRWLock() => ( @@ -68735,6 +69318,7 @@ _slots[125] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static RWLockHandle CreateRWLock() => DllImport.CreateRWLock(); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] SemaphoreHandle ISdl.CreateSemaphore([NativeTypeName("Uint32")] uint initial_value) => ( @@ -68750,6 +69334,7 @@ _slots[126] is not null and var loadedFnPtr public static SemaphoreHandle CreateSemaphore([NativeTypeName("Uint32")] uint initial_value) => DllImport.CreateSemaphore(initial_value); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateSoftwareRenderer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] RendererHandle ISdl.CreateSoftwareRenderer(Surface* surface) => ( @@ -68765,6 +69350,8 @@ _slots[127] is not null and var loadedFnPtr public static RendererHandle CreateSoftwareRenderer(Surface* surface) => DllImport.CreateSoftwareRenderer(surface); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateSoftwareRenderer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] RendererHandle ISdl.CreateSoftwareRenderer(Ref surface) { @@ -68780,6 +69367,8 @@ RendererHandle ISdl.CreateSoftwareRenderer(Ref surface) public static RendererHandle CreateSoftwareRenderer(Ref surface) => DllImport.CreateSoftwareRenderer(surface); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateStorageDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CreateStorageDirectory( StorageHandle storage, @@ -68801,6 +69390,9 @@ public static byte CreateStorageDirectory( [NativeTypeName("const char *")] sbyte* path ) => DllImport.CreateStorageDirectory(storage, path); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateStorageDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CreateStorageDirectory( StorageHandle storage, @@ -68822,6 +69414,8 @@ public static MaybeBool CreateStorageDirectory( [NativeTypeName("const char *")] Ref path ) => DllImport.CreateStorageDirectory(storage, path); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.CreateSurface(int width, int height, PixelFormat format) => (Surface*)((ISdl)this).CreateSurfaceRaw(width, height, format); @@ -68832,6 +69426,7 @@ Ptr ISdl.CreateSurface(int width, int height, PixelFormat format) => public static Ptr CreateSurface(int width, int height, PixelFormat format) => DllImport.CreateSurface(width, height, format); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateSurfaceFrom")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Surface* ISdl.CreateSurfaceFrom( int width, @@ -68858,6 +69453,8 @@ _slots[130] is not null and var loadedFnPtr int pitch ) => DllImport.CreateSurfaceFrom(width, height, format, pixels, pitch); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateSurfaceFrom")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.CreateSurfaceFrom( int width, @@ -68885,6 +69482,7 @@ public static Ptr CreateSurfaceFrom( int pitch ) => DllImport.CreateSurfaceFrom(width, height, format, pixels, pitch); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateSurfacePalette")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Palette* ISdl.CreateSurfacePalette(Surface* surface) => ( @@ -68900,6 +69498,8 @@ _slots[131] is not null and var loadedFnPtr public static Palette* CreateSurfacePalette(Surface* surface) => DllImport.CreateSurfacePalette(surface); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateSurfacePalette")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.CreateSurfacePalette(Ref surface) { @@ -68915,6 +69515,7 @@ Ptr ISdl.CreateSurfacePalette(Ref surface) public static Ptr CreateSurfacePalette(Ref surface) => DllImport.CreateSurfacePalette(surface); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Surface* ISdl.CreateSurfaceRaw(int width, int height, PixelFormat format) => ( @@ -68930,6 +69531,7 @@ _slots[129] is not null and var loadedFnPtr public static Surface* CreateSurfaceRaw(int width, int height, PixelFormat format) => DllImport.CreateSurfaceRaw(width, height, format); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateSystemCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] CursorHandle ISdl.CreateSystemCursor(SystemCursor id) => ( @@ -68945,6 +69547,8 @@ _slots[132] is not null and var loadedFnPtr public static CursorHandle CreateSystemCursor(SystemCursor id) => DllImport.CreateSystemCursor(id); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.CreateTexture( RendererHandle renderer, @@ -68965,6 +69569,7 @@ public static Ptr CreateTexture( int h ) => DllImport.CreateTexture(renderer, format, access, w, h); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateTextureFromSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Texture* ISdl.CreateTextureFromSurface(RendererHandle renderer, Surface* surface) => ( @@ -68983,6 +69588,8 @@ _slots[134] is not null and var loadedFnPtr public static Texture* CreateTextureFromSurface(RendererHandle renderer, Surface* surface) => DllImport.CreateTextureFromSurface(renderer, surface); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateTextureFromSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.CreateTextureFromSurface(RendererHandle renderer, Ref surface) { @@ -69000,6 +69607,7 @@ public static Ptr CreateTextureFromSurface( Ref surface ) => DllImport.CreateTextureFromSurface(renderer, surface); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Texture* ISdl.CreateTextureRaw( RendererHandle renderer, @@ -69026,6 +69634,8 @@ _slots[133] is not null and var loadedFnPtr int h ) => DllImport.CreateTextureRaw(renderer, format, access, w, h); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateTextureWithProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.CreateTextureWithProperties( RendererHandle renderer, @@ -69040,6 +69650,7 @@ public static Ptr CreateTextureWithProperties( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.CreateTextureWithProperties(renderer, props); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateTextureWithProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Texture* ISdl.CreateTextureWithPropertiesRaw( RendererHandle renderer, @@ -69063,6 +69674,7 @@ _slots[135] is not null and var loadedFnPtr [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.CreateTextureWithPropertiesRaw(renderer, props); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateThreadRuntime")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ThreadHandle ISdl.CreateThreadRuntime( [NativeTypeName("SDL_ThreadFunction")] ThreadFunction fn, @@ -69095,6 +69707,8 @@ public static ThreadHandle CreateThreadRuntime( [NativeTypeName("SDL_FunctionPointer")] FunctionPointer pfnEndThread ) => DllImport.CreateThreadRuntime(fn, name, data, pfnBeginThread, pfnEndThread); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateThreadRuntime")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ThreadHandle ISdl.CreateThreadRuntime( [NativeTypeName("SDL_ThreadFunction")] ThreadFunction fn, @@ -69129,6 +69743,7 @@ public static ThreadHandle CreateThreadRuntime( [NativeTypeName("SDL_FunctionPointer")] FunctionPointer pfnEndThread ) => DllImport.CreateThreadRuntime(fn, name, data, pfnBeginThread, pfnEndThread); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateThreadWithPropertiesRuntime")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ThreadHandle ISdl.CreateThreadWithPropertiesRuntime( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -69154,6 +69769,7 @@ public static ThreadHandle CreateThreadWithPropertiesRuntime( [NativeTypeName("SDL_FunctionPointer")] FunctionPointer pfnEndThread ) => DllImport.CreateThreadWithPropertiesRuntime(props, pfnBeginThread, pfnEndThread); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.CreateWindow( [NativeTypeName("const char *")] sbyte* title, @@ -69178,6 +69794,8 @@ public static WindowHandle CreateWindow( [NativeTypeName("SDL_WindowFlags")] ulong flags ) => DllImport.CreateWindow(title, w, h, flags); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.CreateWindow( [NativeTypeName("const char *")] Ref title, @@ -69202,6 +69820,8 @@ public static WindowHandle CreateWindow( [NativeTypeName("SDL_WindowFlags")] ulong flags ) => DllImport.CreateWindow(title, w, h, flags); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateWindowAndRenderer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CreateWindowAndRenderer( [NativeTypeName("const char *")] sbyte* title, @@ -69234,6 +69854,9 @@ public static byte CreateWindowAndRenderer( RendererHandle* renderer ) => DllImport.CreateWindowAndRenderer(title, width, height, window_flags, window, renderer); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CreateWindowAndRenderer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CreateWindowAndRenderer( [NativeTypeName("const char *")] Ref title, @@ -69274,6 +69897,7 @@ public static MaybeBool CreateWindowAndRenderer( Ref renderer ) => DllImport.CreateWindowAndRenderer(title, width, height, window_flags, window, renderer); + [NativeFunction("SDL3", EntryPoint = "SDL_CreateWindowWithProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.CreateWindowWithProperties([NativeTypeName("SDL_PropertiesID")] uint props) => ( @@ -69293,6 +69917,9 @@ public static WindowHandle CreateWindowWithProperties( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.CreateWindowWithProperties(props); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_CursorVisible")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.CursorVisible() => (MaybeBool)(byte)((ISdl)this).CursorVisibleRaw(); @@ -69302,6 +69929,8 @@ public static WindowHandle CreateWindowWithProperties( [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool CursorVisible() => DllImport.CursorVisible(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_CursorVisible")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.CursorVisibleRaw() => ( @@ -69317,6 +69946,8 @@ _slots[141] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte CursorVisibleRaw() => DllImport.CursorVisibleRaw(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_DateTimeToTime")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.DateTimeToTime( [NativeTypeName("const SDL_DateTime *")] DateTime* dt, @@ -69338,6 +69969,9 @@ public static byte DateTimeToTime( [NativeTypeName("SDL_Time *")] long* ticks ) => DllImport.DateTimeToTime(dt, ticks); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_DateTimeToTime")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.DateTimeToTime( [NativeTypeName("const SDL_DateTime *")] Ref dt, @@ -69360,6 +69994,7 @@ public static MaybeBool DateTimeToTime( [NativeTypeName("SDL_Time *")] Ref ticks ) => DllImport.DateTimeToTime(dt, ticks); + [NativeFunction("SDL3", EntryPoint = "SDL_Delay")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.Delay([NativeTypeName("Uint32")] uint ms) => ( @@ -69374,6 +70009,7 @@ _slots[143] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Delay([NativeTypeName("Uint32")] uint ms) => DllImport.Delay(ms); + [NativeFunction("SDL3", EntryPoint = "SDL_DelayNS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DelayNS([NativeTypeName("Uint64")] ulong ns) => ( @@ -69388,6 +70024,7 @@ _slots[144] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DelayNS([NativeTypeName("Uint64")] ulong ns) => DllImport.DelayNS(ns); + [NativeFunction("SDL3", EntryPoint = "SDL_DelayPrecise")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DelayPrecise([NativeTypeName("Uint64")] ulong ns) => ( @@ -69403,6 +70040,7 @@ _slots[145] is not null and var loadedFnPtr public static void DelayPrecise([NativeTypeName("Uint64")] ulong ns) => DllImport.DelayPrecise(ns); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyAudioStream(AudioStreamHandle stream) => ( @@ -69418,6 +70056,7 @@ _slots[146] is not null and var loadedFnPtr public static void DestroyAudioStream(AudioStreamHandle stream) => DllImport.DestroyAudioStream(stream); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyCondition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyCondition(ConditionHandle cond) => ( @@ -69432,6 +70071,7 @@ _slots[147] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyCondition(ConditionHandle cond) => DllImport.DestroyCondition(cond); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyCursor(CursorHandle cursor) => ( @@ -69446,6 +70086,7 @@ _slots[148] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyCursor(CursorHandle cursor) => DllImport.DestroyCursor(cursor); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyEnvironment")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyEnvironment(EnvironmentHandle env) => ( @@ -69461,6 +70102,7 @@ _slots[149] is not null and var loadedFnPtr public static void DestroyEnvironment(EnvironmentHandle env) => DllImport.DestroyEnvironment(env); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyGPUDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyGPUDevice(GPUDeviceHandle device) => ( @@ -69476,6 +70118,7 @@ _slots[150] is not null and var loadedFnPtr public static void DestroyGPUDevice(GPUDeviceHandle device) => DllImport.DestroyGPUDevice(device); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyHapticEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyHapticEffect(HapticHandle haptic, int effect) => ( @@ -69491,6 +70134,7 @@ _slots[151] is not null and var loadedFnPtr public static void DestroyHapticEffect(HapticHandle haptic, int effect) => DllImport.DestroyHapticEffect(haptic, effect); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyMutex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyMutex(MutexHandle mutex) => ( @@ -69505,6 +70149,7 @@ _slots[152] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyMutex(MutexHandle mutex) => DllImport.DestroyMutex(mutex); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyPalette")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyPalette(Palette* palette) => ( @@ -69519,6 +70164,8 @@ _slots[153] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyPalette(Palette* palette) => DllImport.DestroyPalette(palette); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyPalette")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyPalette(Ref palette) { @@ -69533,6 +70180,7 @@ void ISdl.DestroyPalette(Ref palette) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyPalette(Ref palette) => DllImport.DestroyPalette(palette); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyProcess")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyProcess(ProcessHandle process) => ( @@ -69547,6 +70195,7 @@ _slots[154] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyProcess(ProcessHandle process) => DllImport.DestroyProcess(process); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyProperties([NativeTypeName("SDL_PropertiesID")] uint props) => ( @@ -69562,6 +70211,7 @@ _slots[155] is not null and var loadedFnPtr public static void DestroyProperties([NativeTypeName("SDL_PropertiesID")] uint props) => DllImport.DestroyProperties(props); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyRenderer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyRenderer(RendererHandle renderer) => ( @@ -69577,6 +70227,7 @@ _slots[156] is not null and var loadedFnPtr public static void DestroyRenderer(RendererHandle renderer) => DllImport.DestroyRenderer(renderer); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyRWLock")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyRWLock(RWLockHandle rwlock) => ( @@ -69591,6 +70242,7 @@ _slots[157] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyRWLock(RWLockHandle rwlock) => DllImport.DestroyRWLock(rwlock); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroySemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroySemaphore(SemaphoreHandle sem) => ( @@ -69605,6 +70257,7 @@ _slots[158] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroySemaphore(SemaphoreHandle sem) => DllImport.DestroySemaphore(sem); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroySurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroySurface(Surface* surface) => ( @@ -69619,6 +70272,8 @@ _slots[159] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroySurface(Surface* surface) => DllImport.DestroySurface(surface); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_DestroySurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroySurface(Ref surface) { @@ -69633,6 +70288,7 @@ void ISdl.DestroySurface(Ref surface) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroySurface(Ref surface) => DllImport.DestroySurface(surface); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyTexture(Texture* texture) => ( @@ -69647,6 +70303,8 @@ _slots[160] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyTexture(Texture* texture) => DllImport.DestroyTexture(texture); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyTexture(Ref texture) { @@ -69661,6 +70319,7 @@ void ISdl.DestroyTexture(Ref texture) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyTexture(Ref texture) => DllImport.DestroyTexture(texture); + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DestroyWindow(WindowHandle window) => ( @@ -69675,6 +70334,9 @@ _slots[161] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyWindow(WindowHandle window) => DllImport.DestroyWindow(window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyWindowSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.DestroyWindowSurface(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).DestroyWindowSurfaceRaw(window); @@ -69686,6 +70348,8 @@ MaybeBool ISdl.DestroyWindowSurface(WindowHandle window) => public static MaybeBool DestroyWindowSurface(WindowHandle window) => DllImport.DestroyWindowSurface(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_DestroyWindowSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.DestroyWindowSurfaceRaw(WindowHandle window) => ( @@ -69702,6 +70366,7 @@ _slots[162] is not null and var loadedFnPtr public static byte DestroyWindowSurfaceRaw(WindowHandle window) => DllImport.DestroyWindowSurfaceRaw(window); + [NativeFunction("SDL3", EntryPoint = "SDL_DetachThread")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DetachThread(ThreadHandle thread) => ( @@ -69716,6 +70381,9 @@ _slots[163] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DetachThread(ThreadHandle thread) => DllImport.DetachThread(thread); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_DetachVirtualJoystick")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.DetachVirtualJoystick( [NativeTypeName("SDL_JoystickID")] uint instance_id @@ -69729,6 +70397,8 @@ public static MaybeBool DetachVirtualJoystick( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.DetachVirtualJoystick(instance_id); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_DetachVirtualJoystick")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.DetachVirtualJoystickRaw([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( @@ -69746,6 +70416,9 @@ public static byte DetachVirtualJoystickRaw( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.DetachVirtualJoystickRaw(instance_id); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_DisableScreenSaver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.DisableScreenSaver() => (MaybeBool)(byte)((ISdl)this).DisableScreenSaverRaw(); @@ -69756,6 +70429,8 @@ MaybeBool ISdl.DisableScreenSaver() => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool DisableScreenSaver() => DllImport.DisableScreenSaver(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_DisableScreenSaver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.DisableScreenSaverRaw() => ( @@ -69771,6 +70446,7 @@ _slots[165] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte DisableScreenSaverRaw() => DllImport.DisableScreenSaverRaw(); + [NativeFunction("SDL3", EntryPoint = "SDL_DispatchGPUCompute")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DispatchGPUCompute( GPUComputePassHandle compute_pass, @@ -69795,6 +70471,7 @@ public static void DispatchGPUCompute( [NativeTypeName("Uint32")] uint groupcount_z ) => DllImport.DispatchGPUCompute(compute_pass, groupcount_x, groupcount_y, groupcount_z); + [NativeFunction("SDL3", EntryPoint = "SDL_DispatchGPUComputeIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DispatchGPUComputeIndirect( GPUComputePassHandle compute_pass, @@ -69820,6 +70497,7 @@ public static void DispatchGPUComputeIndirect( [NativeTypeName("Uint32")] uint offset ) => DllImport.DispatchGPUComputeIndirect(compute_pass, buffer, offset); + [NativeFunction("SDL3", EntryPoint = "SDL_DownloadFromGPUBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DownloadFromGPUBuffer( GPUCopyPassHandle copy_pass, @@ -69848,6 +70526,8 @@ public static void DownloadFromGPUBuffer( GPUTransferBufferLocation* destination ) => DllImport.DownloadFromGPUBuffer(copy_pass, source, destination); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_DownloadFromGPUBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DownloadFromGPUBuffer( GPUCopyPassHandle copy_pass, @@ -69873,6 +70553,7 @@ public static void DownloadFromGPUBuffer( Ref destination ) => DllImport.DownloadFromGPUBuffer(copy_pass, source, destination); + [NativeFunction("SDL3", EntryPoint = "SDL_DownloadFromGPUTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DownloadFromGPUTexture( GPUCopyPassHandle copy_pass, @@ -69899,6 +70580,8 @@ public static void DownloadFromGPUTexture( [NativeTypeName("const SDL_GPUTextureTransferInfo *")] GPUTextureTransferInfo* destination ) => DllImport.DownloadFromGPUTexture(copy_pass, source, destination); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_DownloadFromGPUTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DownloadFromGPUTexture( GPUCopyPassHandle copy_pass, @@ -69924,6 +70607,7 @@ public static void DownloadFromGPUTexture( Ref destination ) => DllImport.DownloadFromGPUTexture(copy_pass, source, destination); + [NativeFunction("SDL3", EntryPoint = "SDL_DrawGPUIndexedPrimitives")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DrawGPUIndexedPrimitives( GPURenderPassHandle render_pass, @@ -69963,6 +70647,7 @@ public static void DrawGPUIndexedPrimitives( first_instance ); + [NativeFunction("SDL3", EntryPoint = "SDL_DrawGPUIndexedPrimitivesIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DrawGPUIndexedPrimitivesIndirect( GPURenderPassHandle render_pass, @@ -69990,6 +70675,7 @@ public static void DrawGPUIndexedPrimitivesIndirect( [NativeTypeName("Uint32")] uint draw_count ) => DllImport.DrawGPUIndexedPrimitivesIndirect(render_pass, buffer, offset, draw_count); + [NativeFunction("SDL3", EntryPoint = "SDL_DrawGPUPrimitives")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DrawGPUPrimitives( GPURenderPassHandle render_pass, @@ -70023,6 +70709,7 @@ public static void DrawGPUPrimitives( first_instance ); + [NativeFunction("SDL3", EntryPoint = "SDL_DrawGPUPrimitivesIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.DrawGPUPrimitivesIndirect( GPURenderPassHandle render_pass, @@ -70050,6 +70737,7 @@ public static void DrawGPUPrimitivesIndirect( [NativeTypeName("Uint32")] uint draw_count ) => DllImport.DrawGPUPrimitivesIndirect(render_pass, buffer, offset, draw_count); + [NativeFunction("SDL3", EntryPoint = "SDL_DuplicateSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Surface* ISdl.DuplicateSurface(Surface* surface) => ( @@ -70065,6 +70753,8 @@ _slots[174] is not null and var loadedFnPtr public static Surface* DuplicateSurface(Surface* surface) => DllImport.DuplicateSurface(surface); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_DuplicateSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.DuplicateSurface(Ref surface) { @@ -70080,6 +70770,9 @@ Ptr ISdl.DuplicateSurface(Ref surface) public static Ptr DuplicateSurface(Ref surface) => DllImport.DuplicateSurface(surface); + [return: NativeTypeName("SDL_EGLConfig")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_EGL_GetCurrentConfig")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.EGLGetCurrentConfig() => (void*)((ISdl)this).EGLGetCurrentConfigRaw(); @@ -70089,6 +70782,8 @@ public static Ptr DuplicateSurface(Ref surface) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr EGLGetCurrentConfig() => DllImport.EGLGetCurrentConfig(); + [return: NativeTypeName("SDL_EGLConfig")] + [NativeFunction("SDL3", EntryPoint = "SDL_EGL_GetCurrentConfig")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.EGLGetCurrentConfigRaw() => ( @@ -70104,6 +70799,9 @@ _slots[175] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* EGLGetCurrentConfigRaw() => DllImport.EGLGetCurrentConfigRaw(); + [return: NativeTypeName("SDL_EGLDisplay")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_EGL_GetCurrentDisplay")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.EGLGetCurrentDisplay() => (void*)((ISdl)this).EGLGetCurrentDisplayRaw(); @@ -70113,6 +70811,8 @@ _slots[175] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr EGLGetCurrentDisplay() => DllImport.EGLGetCurrentDisplay(); + [return: NativeTypeName("SDL_EGLDisplay")] + [NativeFunction("SDL3", EntryPoint = "SDL_EGL_GetCurrentDisplay")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.EGLGetCurrentDisplayRaw() => ( @@ -70128,6 +70828,8 @@ _slots[176] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* EGLGetCurrentDisplayRaw() => DllImport.EGLGetCurrentDisplayRaw(); + [return: NativeTypeName("SDL_FunctionPointer")] + [NativeFunction("SDL3", EntryPoint = "SDL_EGL_GetProcAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] FunctionPointer ISdl.EGLGetProcAddress([NativeTypeName("const char *")] sbyte* proc) => ( @@ -70144,6 +70846,9 @@ _slots[177] is not null and var loadedFnPtr public static FunctionPointer EGLGetProcAddress([NativeTypeName("const char *")] sbyte* proc) => DllImport.EGLGetProcAddress(proc); + [return: NativeTypeName("SDL_FunctionPointer")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_EGL_GetProcAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] FunctionPointer ISdl.EGLGetProcAddress([NativeTypeName("const char *")] Ref proc) { @@ -70161,6 +70866,9 @@ public static FunctionPointer EGLGetProcAddress( [NativeTypeName("const char *")] Ref proc ) => DllImport.EGLGetProcAddress(proc); + [return: NativeTypeName("SDL_EGLSurface")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_EGL_GetWindowSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.EGLGetWindowSurface(WindowHandle window) => (void*)((ISdl)this).EGLGetWindowSurfaceRaw(window); @@ -70172,6 +70880,8 @@ Ptr ISdl.EGLGetWindowSurface(WindowHandle window) => public static Ptr EGLGetWindowSurface(WindowHandle window) => DllImport.EGLGetWindowSurface(window); + [return: NativeTypeName("SDL_EGLSurface")] + [NativeFunction("SDL3", EntryPoint = "SDL_EGL_GetWindowSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.EGLGetWindowSurfaceRaw(WindowHandle window) => ( @@ -70188,6 +70898,7 @@ _slots[178] is not null and var loadedFnPtr public static void* EGLGetWindowSurfaceRaw(WindowHandle window) => DllImport.EGLGetWindowSurfaceRaw(window); + [NativeFunction("SDL3", EntryPoint = "SDL_EGL_SetAttributeCallbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.EGLSetAttributeCallbacks( [NativeTypeName("SDL_EGLAttribArrayCallback")] @@ -70228,6 +70939,8 @@ public static void EGLSetAttributeCallbacks( userdata ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_EGL_SetAttributeCallbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.EGLSetAttributeCallbacks( [NativeTypeName("SDL_EGLAttribArrayCallback")] @@ -70265,6 +70978,9 @@ Ref userdata userdata ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_EnableScreenSaver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.EnableScreenSaver() => (MaybeBool)(byte)((ISdl)this).EnableScreenSaverRaw(); @@ -70275,6 +70991,8 @@ MaybeBool ISdl.EnableScreenSaver() => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool EnableScreenSaver() => DllImport.EnableScreenSaver(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_EnableScreenSaver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.EnableScreenSaverRaw() => ( @@ -70290,6 +71008,7 @@ _slots[180] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte EnableScreenSaverRaw() => DllImport.EnableScreenSaverRaw(); + [NativeFunction("SDL3", EntryPoint = "SDL_EndGPUComputePass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.EndGPUComputePass(GPUComputePassHandle compute_pass) => ( @@ -70305,6 +71024,7 @@ _slots[181] is not null and var loadedFnPtr public static void EndGPUComputePass(GPUComputePassHandle compute_pass) => DllImport.EndGPUComputePass(compute_pass); + [NativeFunction("SDL3", EntryPoint = "SDL_EndGPUCopyPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.EndGPUCopyPass(GPUCopyPassHandle copy_pass) => ( @@ -70320,6 +71040,7 @@ _slots[182] is not null and var loadedFnPtr public static void EndGPUCopyPass(GPUCopyPassHandle copy_pass) => DllImport.EndGPUCopyPass(copy_pass); + [NativeFunction("SDL3", EntryPoint = "SDL_EndGPURenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.EndGPURenderPass(GPURenderPassHandle render_pass) => ( @@ -70335,6 +71056,7 @@ _slots[183] is not null and var loadedFnPtr public static void EndGPURenderPass(GPURenderPassHandle render_pass) => DllImport.EndGPURenderPass(render_pass); + [NativeFunction("SDL3", EntryPoint = "SDL_EnterAppMainCallbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.EnterAppMainCallbacks( int argc, @@ -70370,6 +71092,8 @@ public static int EnterAppMainCallbacks( [NativeTypeName("SDL_AppQuit_func")] AppQuitFunc appquit ) => DllImport.EnterAppMainCallbacks(argc, argv, appinit, appiter, appevent, appquit); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_EnterAppMainCallbacks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.EnterAppMainCallbacks( int argc, @@ -70406,6 +71130,8 @@ public static int EnterAppMainCallbacks( [NativeTypeName("SDL_AppQuit_func")] AppQuitFunc appquit ) => DllImport.EnterAppMainCallbacks(argc, argv, appinit, appiter, appevent, appquit); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_EnumerateDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.EnumerateDirectory( [NativeTypeName("const char *")] sbyte* path, @@ -70429,6 +71155,9 @@ public static byte EnumerateDirectory( void* userdata ) => DllImport.EnumerateDirectory(path, callback, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_EnumerateDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.EnumerateDirectory( [NativeTypeName("const char *")] Ref path, @@ -70454,6 +71183,8 @@ public static MaybeBool EnumerateDirectory( Ref userdata ) => DllImport.EnumerateDirectory(path, callback, userdata); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_EnumerateProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.EnumerateProperties( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -70477,6 +71208,9 @@ public static byte EnumerateProperties( void* userdata ) => DllImport.EnumerateProperties(props, callback, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_EnumerateProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.EnumerateProperties( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -70501,6 +71235,8 @@ public static MaybeBool EnumerateProperties( Ref userdata ) => DllImport.EnumerateProperties(props, callback, userdata); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_EnumerateStorageDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.EnumerateStorageDirectory( StorageHandle storage, @@ -70529,6 +71265,9 @@ public static byte EnumerateStorageDirectory( void* userdata ) => DllImport.EnumerateStorageDirectory(storage, path, callback, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_EnumerateStorageDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.EnumerateStorageDirectory( StorageHandle storage, @@ -70562,6 +71301,9 @@ public static MaybeBool EnumerateStorageDirectory( Ref userdata ) => DllImport.EnumerateStorageDirectory(storage, path, callback, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_EventEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.EventEnabled([NativeTypeName("Uint32")] uint type) => (MaybeBool)(byte)((ISdl)this).EventEnabledRaw(type); @@ -70573,6 +71315,8 @@ MaybeBool ISdl.EventEnabled([NativeTypeName("Uint32")] uint type) => public static MaybeBool EventEnabled([NativeTypeName("Uint32")] uint type) => DllImport.EventEnabled(type); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_EventEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.EventEnabledRaw([NativeTypeName("Uint32")] uint type) => ( @@ -70589,6 +71333,7 @@ _slots[188] is not null and var loadedFnPtr public static byte EventEnabledRaw([NativeTypeName("Uint32")] uint type) => DllImport.EventEnabledRaw(type); + [NativeFunction("SDL3", EntryPoint = "SDL_exp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Exp(double x) => ( @@ -70603,6 +71348,7 @@ _slots[189] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Exp(double x) => DllImport.Exp(x); + [NativeFunction("SDL3", EntryPoint = "SDL_expf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Expf(float x) => ( @@ -70617,6 +71363,7 @@ _slots[190] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Expf(float x) => DllImport.Expf(x); + [NativeFunction("SDL3", EntryPoint = "SDL_fabs")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Fabs(double x) => ( @@ -70631,6 +71378,8 @@ _slots[191] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Fabs(double x) => DllImport.Fabs(x); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_FillSurfaceRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.FillSurfaceRect( Surface* dst, @@ -70654,6 +71403,9 @@ public static byte FillSurfaceRect( [NativeTypeName("Uint32")] uint color ) => DllImport.FillSurfaceRect(dst, rect, color); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_FillSurfaceRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.FillSurfaceRect( Ref dst, @@ -70679,6 +71431,8 @@ public static MaybeBool FillSurfaceRect( [NativeTypeName("Uint32")] uint color ) => DllImport.FillSurfaceRect(dst, rect, color); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_FillSurfaceRects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.FillSurfaceRects( Surface* dst, @@ -70704,6 +71458,9 @@ public static byte FillSurfaceRects( [NativeTypeName("Uint32")] uint color ) => DllImport.FillSurfaceRects(dst, rects, count, color); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_FillSurfaceRects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.FillSurfaceRects( Ref dst, @@ -70731,6 +71488,7 @@ public static MaybeBool FillSurfaceRects( [NativeTypeName("Uint32")] uint color ) => DllImport.FillSurfaceRects(dst, rects, count, color); + [NativeFunction("SDL3", EntryPoint = "SDL_FilterEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.FilterEvents( [NativeTypeName("SDL_EventFilter")] EventFilter filter, @@ -70751,6 +71509,8 @@ public static void FilterEvents( void* userdata ) => DllImport.FilterEvents(filter, userdata); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_FilterEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.FilterEvents([NativeTypeName("SDL_EventFilter")] EventFilter filter, Ref userdata) { @@ -70768,6 +71528,9 @@ public static void FilterEvents( Ref userdata ) => DllImport.FilterEvents(filter, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_FlashWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.FlashWindow(WindowHandle window, FlashOperation operation) => (MaybeBool)(byte)((ISdl)this).FlashWindowRaw(window, operation); @@ -70779,6 +71542,8 @@ MaybeBool ISdl.FlashWindow(WindowHandle window, FlashOperation operation) public static MaybeBool FlashWindow(WindowHandle window, FlashOperation operation) => DllImport.FlashWindow(window, operation); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_FlashWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.FlashWindowRaw(WindowHandle window, FlashOperation operation) => ( @@ -70795,6 +71560,8 @@ _slots[195] is not null and var loadedFnPtr public static byte FlashWindowRaw(WindowHandle window, FlashOperation operation) => DllImport.FlashWindowRaw(window, operation); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_FlipSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.FlipSurface(Surface* surface, FlipMode flip) => ( @@ -70811,6 +71578,9 @@ _slots[196] is not null and var loadedFnPtr public static byte FlipSurface(Surface* surface, FlipMode flip) => DllImport.FlipSurface(surface, flip); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_FlipSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.FlipSurface(Ref surface, FlipMode flip) { @@ -70827,6 +71597,7 @@ MaybeBool ISdl.FlipSurface(Ref surface, FlipMode flip) public static MaybeBool FlipSurface(Ref surface, FlipMode flip) => DllImport.FlipSurface(surface, flip); + [NativeFunction("SDL3", EntryPoint = "SDL_floor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Floor(double x) => ( @@ -70841,6 +71612,7 @@ _slots[197] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Floor(double x) => DllImport.Floor(x); + [NativeFunction("SDL3", EntryPoint = "SDL_floorf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Floorf(float x) => ( @@ -70855,6 +71627,9 @@ _slots[198] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Floorf(float x) => DllImport.Floorf(x); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_FlushAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.FlushAudioStream(AudioStreamHandle stream) => (MaybeBool)(byte)((ISdl)this).FlushAudioStreamRaw(stream); @@ -70866,6 +71641,8 @@ MaybeBool ISdl.FlushAudioStream(AudioStreamHandle stream) => public static MaybeBool FlushAudioStream(AudioStreamHandle stream) => DllImport.FlushAudioStream(stream); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_FlushAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.FlushAudioStreamRaw(AudioStreamHandle stream) => ( @@ -70882,6 +71659,7 @@ _slots[199] is not null and var loadedFnPtr public static byte FlushAudioStreamRaw(AudioStreamHandle stream) => DllImport.FlushAudioStreamRaw(stream); + [NativeFunction("SDL3", EntryPoint = "SDL_FlushEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.FlushEvent([NativeTypeName("Uint32")] uint type) => ( @@ -70897,6 +71675,7 @@ _slots[200] is not null and var loadedFnPtr public static void FlushEvent([NativeTypeName("Uint32")] uint type) => DllImport.FlushEvent(type); + [NativeFunction("SDL3", EntryPoint = "SDL_FlushEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.FlushEvents( [NativeTypeName("Uint32")] uint minType, @@ -70917,6 +71696,9 @@ public static void FlushEvents( [NativeTypeName("Uint32")] uint maxType ) => DllImport.FlushEvents(minType, maxType); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_FlushIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.FlushIO(IOStreamHandle context) => (MaybeBool)(byte)((ISdl)this).FlushIORaw(context); @@ -70927,6 +71709,8 @@ MaybeBool ISdl.FlushIO(IOStreamHandle context) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool FlushIO(IOStreamHandle context) => DllImport.FlushIO(context); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_FlushIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.FlushIORaw(IOStreamHandle context) => ( @@ -70942,6 +71726,9 @@ _slots[202] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte FlushIORaw(IOStreamHandle context) => DllImport.FlushIORaw(context); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_FlushRenderer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.FlushRenderer(RendererHandle renderer) => (MaybeBool)(byte)((ISdl)this).FlushRendererRaw(renderer); @@ -70953,6 +71740,8 @@ MaybeBool ISdl.FlushRenderer(RendererHandle renderer) => public static MaybeBool FlushRenderer(RendererHandle renderer) => DllImport.FlushRenderer(renderer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_FlushRenderer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.FlushRendererRaw(RendererHandle renderer) => ( @@ -70969,6 +71758,7 @@ _slots[203] is not null and var loadedFnPtr public static byte FlushRendererRaw(RendererHandle renderer) => DllImport.FlushRendererRaw(renderer); + [NativeFunction("SDL3", EntryPoint = "SDL_fmod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Fmod(double x, double y) => ( @@ -70983,6 +71773,7 @@ _slots[204] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Fmod(double x, double y) => DllImport.Fmod(x, y); + [NativeFunction("SDL3", EntryPoint = "SDL_fmodf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Fmodf(float x, float y) => ( @@ -70997,6 +71788,7 @@ _slots[205] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Fmodf(float x, float y) => DllImport.Fmodf(x, y); + [NativeFunction("SDL3", EntryPoint = "SDL_free")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.Free(void* mem) => ( @@ -71011,6 +71803,8 @@ _slots[206] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Free(void* mem) => DllImport.Free(mem); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_free")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.Free(Ref mem) { @@ -71025,6 +71819,9 @@ void ISdl.Free(Ref mem) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Free(Ref mem) => DllImport.Free(mem); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GamepadConnected")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GamepadConnected(GamepadHandle gamepad) => (MaybeBool)(byte)((ISdl)this).GamepadConnectedRaw(gamepad); @@ -71036,6 +71833,8 @@ MaybeBool ISdl.GamepadConnected(GamepadHandle gamepad) => public static MaybeBool GamepadConnected(GamepadHandle gamepad) => DllImport.GamepadConnected(gamepad); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GamepadConnected")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GamepadConnectedRaw(GamepadHandle gamepad) => ( @@ -71052,6 +71851,9 @@ _slots[207] is not null and var loadedFnPtr public static byte GamepadConnectedRaw(GamepadHandle gamepad) => DllImport.GamepadConnectedRaw(gamepad); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GamepadEventsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GamepadEventsEnabled() => (MaybeBool)(byte)((ISdl)this).GamepadEventsEnabledRaw(); @@ -71062,6 +71864,8 @@ MaybeBool ISdl.GamepadEventsEnabled() => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool GamepadEventsEnabled() => DllImport.GamepadEventsEnabled(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GamepadEventsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GamepadEventsEnabledRaw() => ( @@ -71077,6 +71881,9 @@ _slots[208] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte GamepadEventsEnabledRaw() => DllImport.GamepadEventsEnabledRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GamepadHasAxis")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GamepadHasAxis(GamepadHandle gamepad, GamepadAxis axis) => (MaybeBool)(byte)((ISdl)this).GamepadHasAxisRaw(gamepad, axis); @@ -71088,6 +71895,8 @@ MaybeBool ISdl.GamepadHasAxis(GamepadHandle gamepad, GamepadAxis axis) => public static MaybeBool GamepadHasAxis(GamepadHandle gamepad, GamepadAxis axis) => DllImport.GamepadHasAxis(gamepad, axis); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GamepadHasAxis")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GamepadHasAxisRaw(GamepadHandle gamepad, GamepadAxis axis) => ( @@ -71104,6 +71913,9 @@ _slots[209] is not null and var loadedFnPtr public static byte GamepadHasAxisRaw(GamepadHandle gamepad, GamepadAxis axis) => DllImport.GamepadHasAxisRaw(gamepad, axis); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GamepadHasButton")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GamepadHasButton(GamepadHandle gamepad, GamepadButton button) => (MaybeBool)(byte)((ISdl)this).GamepadHasButtonRaw(gamepad, button); @@ -71115,6 +71927,8 @@ MaybeBool ISdl.GamepadHasButton(GamepadHandle gamepad, GamepadButton butto public static MaybeBool GamepadHasButton(GamepadHandle gamepad, GamepadButton button) => DllImport.GamepadHasButton(gamepad, button); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GamepadHasButton")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GamepadHasButtonRaw(GamepadHandle gamepad, GamepadButton button) => ( @@ -71131,6 +71945,9 @@ _slots[210] is not null and var loadedFnPtr public static byte GamepadHasButtonRaw(GamepadHandle gamepad, GamepadButton button) => DllImport.GamepadHasButtonRaw(gamepad, button); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GamepadHasSensor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GamepadHasSensor(GamepadHandle gamepad, SensorType type) => (MaybeBool)(byte)((ISdl)this).GamepadHasSensorRaw(gamepad, type); @@ -71142,6 +71959,8 @@ MaybeBool ISdl.GamepadHasSensor(GamepadHandle gamepad, SensorType type) => public static MaybeBool GamepadHasSensor(GamepadHandle gamepad, SensorType type) => DllImport.GamepadHasSensor(gamepad, type); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GamepadHasSensor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GamepadHasSensorRaw(GamepadHandle gamepad, SensorType type) => ( @@ -71158,6 +71977,9 @@ _slots[211] is not null and var loadedFnPtr public static byte GamepadHasSensorRaw(GamepadHandle gamepad, SensorType type) => DllImport.GamepadHasSensorRaw(gamepad, type); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GamepadSensorEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GamepadSensorEnabled(GamepadHandle gamepad, SensorType type) => (MaybeBool)(byte)((ISdl)this).GamepadSensorEnabledRaw(gamepad, type); @@ -71169,6 +71991,8 @@ MaybeBool ISdl.GamepadSensorEnabled(GamepadHandle gamepad, SensorType type public static MaybeBool GamepadSensorEnabled(GamepadHandle gamepad, SensorType type) => DllImport.GamepadSensorEnabled(gamepad, type); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GamepadSensorEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GamepadSensorEnabledRaw(GamepadHandle gamepad, SensorType type) => ( @@ -71185,6 +72009,7 @@ _slots[212] is not null and var loadedFnPtr public static byte GamepadSensorEnabledRaw(GamepadHandle gamepad, SensorType type) => DllImport.GamepadSensorEnabledRaw(gamepad, type); + [NativeFunction("SDL3", EntryPoint = "SDL_GDKSuspendComplete")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GDKSuspendComplete() => ( @@ -71199,6 +72024,7 @@ _slots[213] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GDKSuspendComplete() => DllImport.GDKSuspendComplete(); + [NativeFunction("SDL3", EntryPoint = "SDL_GenerateMipmapsForGPUTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GenerateMipmapsForGPUTexture( GPUCommandBufferHandle command_buffer, @@ -71222,6 +72048,8 @@ public static void GenerateMipmapsForGPUTexture( GPUTextureHandle texture ) => DllImport.GenerateMipmapsForGPUTexture(command_buffer, texture); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAppMetadataProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetAppMetadataProperty([NativeTypeName("const char *")] sbyte* name) => ( @@ -71238,6 +72066,9 @@ _slots[215] is not null and var loadedFnPtr public static sbyte* GetAppMetadataProperty([NativeTypeName("const char *")] sbyte* name) => DllImport.GetAppMetadataProperty(name); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAppMetadataProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetAppMetadataProperty([NativeTypeName("const char *")] Ref name) { @@ -71255,6 +72086,8 @@ public static Ptr GetAppMetadataProperty( [NativeTypeName("const char *")] Ref name ) => DllImport.GetAppMetadataProperty(name); + [return: NativeTypeName("SDL_AssertionHandler")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAssertionHandler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] AssertionHandler ISdl.GetAssertionHandler(void** puserdata) => ( @@ -71271,6 +72104,9 @@ _slots[216] is not null and var loadedFnPtr public static AssertionHandler GetAssertionHandler(void** puserdata) => DllImport.GetAssertionHandler(puserdata); + [return: NativeTypeName("SDL_AssertionHandler")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAssertionHandler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] AssertionHandler ISdl.GetAssertionHandler(Ref2D puserdata) { @@ -71287,6 +72123,9 @@ AssertionHandler ISdl.GetAssertionHandler(Ref2D puserdata) public static AssertionHandler GetAssertionHandler(Ref2D puserdata) => DllImport.GetAssertionHandler(puserdata); + [return: NativeTypeName("const SDL_AssertData *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAssertionReport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetAssertionReport() => (AssertData*)((ISdl)this).GetAssertionReportRaw(); @@ -71296,6 +72135,8 @@ public static AssertionHandler GetAssertionHandler(Ref2D puserdata) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetAssertionReport() => DllImport.GetAssertionReport(); + [return: NativeTypeName("const SDL_AssertData *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAssertionReport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] AssertData* ISdl.GetAssertionReportRaw() => ( @@ -71311,6 +72152,7 @@ _slots[217] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static AssertData* GetAssertionReportRaw() => DllImport.GetAssertionReportRaw(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetAtomicInt")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetAtomicInt(AtomicInt* a) => ( @@ -71325,6 +72167,8 @@ _slots[218] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetAtomicInt(AtomicInt* a) => DllImport.GetAtomicInt(a); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAtomicInt")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetAtomicInt(Ref a) { @@ -71339,6 +72183,7 @@ int ISdl.GetAtomicInt(Ref a) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetAtomicInt(Ref a) => DllImport.GetAtomicInt(a); + [NativeFunction("SDL3", EntryPoint = "SDL_GetAtomicPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.GetAtomicPointer(void** a) => ( @@ -71353,6 +72198,8 @@ _slots[219] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* GetAtomicPointer(void** a) => DllImport.GetAtomicPointer(a); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAtomicPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetAtomicPointer(Ref2D a) { @@ -71367,6 +72214,8 @@ Ptr ISdl.GetAtomicPointer(Ref2D a) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetAtomicPointer(Ref2D a) => DllImport.GetAtomicPointer(a); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAtomicU32")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetAtomicU32(AtomicU32* a) => ( @@ -71382,6 +72231,9 @@ _slots[220] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetAtomicU32(AtomicU32* a) => DllImport.GetAtomicU32(a); + [return: NativeTypeName("Uint32")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAtomicU32")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetAtomicU32(Ref a) { @@ -71397,6 +72249,7 @@ uint ISdl.GetAtomicU32(Ref a) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetAtomicU32(Ref a) => DllImport.GetAtomicU32(a); + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioDeviceChannelMap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int* ISdl.GetAudioDeviceChannelMap( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -71420,6 +72273,8 @@ _slots[221] is not null and var loadedFnPtr int* count ) => DllImport.GetAudioDeviceChannelMap(devid, count); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioDeviceChannelMap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetAudioDeviceChannelMap( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -71440,6 +72295,8 @@ public static Ptr GetAudioDeviceChannelMap( Ref count ) => DllImport.GetAudioDeviceChannelMap(devid, count); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioDeviceFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetAudioDeviceFormat( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -71463,6 +72320,9 @@ public static byte GetAudioDeviceFormat( int* sample_frames ) => DllImport.GetAudioDeviceFormat(devid, spec, sample_frames); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioDeviceFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetAudioDeviceFormat( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -71488,6 +72348,7 @@ public static MaybeBool GetAudioDeviceFormat( Ref sample_frames ) => DllImport.GetAudioDeviceFormat(devid, spec, sample_frames); + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioDeviceGain")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.GetAudioDeviceGain([NativeTypeName("SDL_AudioDeviceID")] uint devid) => ( @@ -71503,6 +72364,9 @@ _slots[223] is not null and var loadedFnPtr public static float GetAudioDeviceGain([NativeTypeName("SDL_AudioDeviceID")] uint devid) => DllImport.GetAudioDeviceGain(devid); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioDeviceName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetAudioDeviceName([NativeTypeName("SDL_AudioDeviceID")] uint devid) => (sbyte*)((ISdl)this).GetAudioDeviceNameRaw(devid); @@ -71514,6 +72378,8 @@ Ptr ISdl.GetAudioDeviceName([NativeTypeName("SDL_AudioDeviceID")] uint de public static Ptr GetAudioDeviceName([NativeTypeName("SDL_AudioDeviceID")] uint devid) => DllImport.GetAudioDeviceName(devid); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioDeviceName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetAudioDeviceNameRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid) => ( @@ -71530,6 +72396,9 @@ _slots[224] is not null and var loadedFnPtr public static sbyte* GetAudioDeviceNameRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid) => DllImport.GetAudioDeviceNameRaw(devid); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetAudioDriver(int index) => (sbyte*)((ISdl)this).GetAudioDriverRaw(index); @@ -71539,6 +72408,8 @@ _slots[224] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetAudioDriver(int index) => DllImport.GetAudioDriver(index); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetAudioDriverRaw(int index) => ( @@ -71554,6 +72425,9 @@ _slots[225] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetAudioDriverRaw(int index) => DllImport.GetAudioDriverRaw(index); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioFormatName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetAudioFormatName(AudioFormat format) => (sbyte*)((ISdl)this).GetAudioFormatNameRaw(format); @@ -71565,6 +72439,8 @@ Ptr ISdl.GetAudioFormatName(AudioFormat format) => public static Ptr GetAudioFormatName(AudioFormat format) => DllImport.GetAudioFormatName(format); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioFormatName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetAudioFormatNameRaw(AudioFormat format) => ( @@ -71581,6 +72457,8 @@ _slots[226] is not null and var loadedFnPtr public static sbyte* GetAudioFormatNameRaw(AudioFormat format) => DllImport.GetAudioFormatNameRaw(format); + [return: NativeTypeName("SDL_AudioDeviceID *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioPlaybackDevices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint* ISdl.GetAudioPlaybackDevices(int* count) => ( @@ -71600,6 +72478,9 @@ _slots[227] is not null and var loadedFnPtr public static uint* GetAudioPlaybackDevices(int* count) => DllImport.GetAudioPlaybackDevices(count); + [return: NativeTypeName("SDL_AudioDeviceID *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioPlaybackDevices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetAudioPlaybackDevices(Ref count) { @@ -71616,6 +72497,8 @@ Ptr ISdl.GetAudioPlaybackDevices(Ref count) public static Ptr GetAudioPlaybackDevices(Ref count) => DllImport.GetAudioPlaybackDevices(count); + [return: NativeTypeName("SDL_AudioDeviceID *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioRecordingDevices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint* ISdl.GetAudioRecordingDevices(int* count) => ( @@ -71635,6 +72518,9 @@ _slots[228] is not null and var loadedFnPtr public static uint* GetAudioRecordingDevices(int* count) => DllImport.GetAudioRecordingDevices(count); + [return: NativeTypeName("SDL_AudioDeviceID *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioRecordingDevices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetAudioRecordingDevices(Ref count) { @@ -71651,6 +72537,7 @@ Ptr ISdl.GetAudioRecordingDevices(Ref count) public static Ptr GetAudioRecordingDevices(Ref count) => DllImport.GetAudioRecordingDevices(count); + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamAvailable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetAudioStreamAvailable(AudioStreamHandle stream) => ( @@ -71669,6 +72556,7 @@ _slots[229] is not null and var loadedFnPtr public static int GetAudioStreamAvailable(AudioStreamHandle stream) => DllImport.GetAudioStreamAvailable(stream); + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetAudioStreamData(AudioStreamHandle stream, void* buf, int len) => ( @@ -71684,6 +72572,8 @@ _slots[230] is not null and var loadedFnPtr public static int GetAudioStreamData(AudioStreamHandle stream, void* buf, int len) => DllImport.GetAudioStreamData(stream, buf, len); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetAudioStreamData(AudioStreamHandle stream, Ref buf, int len) { @@ -71699,6 +72589,8 @@ int ISdl.GetAudioStreamData(AudioStreamHandle stream, Ref buf, int len) public static int GetAudioStreamData(AudioStreamHandle stream, Ref buf, int len) => DllImport.GetAudioStreamData(stream, buf, len); + [return: NativeTypeName("SDL_AudioDeviceID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetAudioStreamDevice(AudioStreamHandle stream) => ( @@ -71715,6 +72607,8 @@ _slots[231] is not null and var loadedFnPtr public static uint GetAudioStreamDevice(AudioStreamHandle stream) => DllImport.GetAudioStreamDevice(stream); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetAudioStreamFormat( AudioStreamHandle stream, @@ -71738,6 +72632,9 @@ public static byte GetAudioStreamFormat( AudioSpec* dst_spec ) => DllImport.GetAudioStreamFormat(stream, src_spec, dst_spec); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetAudioStreamFormat( AudioStreamHandle stream, @@ -71763,6 +72660,7 @@ public static MaybeBool GetAudioStreamFormat( Ref dst_spec ) => DllImport.GetAudioStreamFormat(stream, src_spec, dst_spec); + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamFrequencyRatio")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.GetAudioStreamFrequencyRatio(AudioStreamHandle stream) => ( @@ -71781,6 +72679,7 @@ _slots[233] is not null and var loadedFnPtr public static float GetAudioStreamFrequencyRatio(AudioStreamHandle stream) => DllImport.GetAudioStreamFrequencyRatio(stream); + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamGain")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.GetAudioStreamGain(AudioStreamHandle stream) => ( @@ -71796,6 +72695,7 @@ _slots[234] is not null and var loadedFnPtr public static float GetAudioStreamGain(AudioStreamHandle stream) => DllImport.GetAudioStreamGain(stream); + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamInputChannelMap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int* ISdl.GetAudioStreamInputChannelMap(AudioStreamHandle stream, int* count) => ( @@ -71814,6 +72714,8 @@ _slots[235] is not null and var loadedFnPtr public static int* GetAudioStreamInputChannelMap(AudioStreamHandle stream, int* count) => DllImport.GetAudioStreamInputChannelMap(stream, count); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamInputChannelMap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetAudioStreamInputChannelMap(AudioStreamHandle stream, Ref count) { @@ -71831,6 +72733,7 @@ public static Ptr GetAudioStreamInputChannelMap( Ref count ) => DllImport.GetAudioStreamInputChannelMap(stream, count); + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamOutputChannelMap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int* ISdl.GetAudioStreamOutputChannelMap(AudioStreamHandle stream, int* count) => ( @@ -71849,6 +72752,8 @@ _slots[236] is not null and var loadedFnPtr public static int* GetAudioStreamOutputChannelMap(AudioStreamHandle stream, int* count) => DllImport.GetAudioStreamOutputChannelMap(stream, count); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamOutputChannelMap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetAudioStreamOutputChannelMap(AudioStreamHandle stream, Ref count) { @@ -71866,6 +72771,8 @@ public static Ptr GetAudioStreamOutputChannelMap( Ref count ) => DllImport.GetAudioStreamOutputChannelMap(stream, count); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetAudioStreamProperties(AudioStreamHandle stream) => ( @@ -71885,6 +72792,7 @@ _slots[237] is not null and var loadedFnPtr public static uint GetAudioStreamProperties(AudioStreamHandle stream) => DllImport.GetAudioStreamProperties(stream); + [NativeFunction("SDL3", EntryPoint = "SDL_GetAudioStreamQueued")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetAudioStreamQueued(AudioStreamHandle stream) => ( @@ -71900,6 +72808,9 @@ _slots[238] is not null and var loadedFnPtr public static int GetAudioStreamQueued(AudioStreamHandle stream) => DllImport.GetAudioStreamQueued(stream); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetBasePath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetBasePath() => (sbyte*)((ISdl)this).GetBasePathRaw(); @@ -71909,6 +72820,8 @@ public static int GetAudioStreamQueued(AudioStreamHandle stream) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetBasePath() => DllImport.GetBasePath(); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetBasePath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetBasePathRaw() => ( @@ -71924,6 +72837,8 @@ _slots[239] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetBasePathRaw() => DllImport.GetBasePathRaw(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetBooleanProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetBooleanProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -71947,6 +72862,9 @@ public static byte GetBooleanProperty( [NativeTypeName("bool")] byte default_value ) => DllImport.GetBooleanProperty(props, name, default_value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetBooleanProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetBooleanProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -71971,6 +72889,9 @@ public static MaybeBool GetBooleanProperty( [NativeTypeName("bool")] MaybeBool default_value ) => DllImport.GetBooleanProperty(props, name, default_value); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameraDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetCameraDriver(int index) => (sbyte*)((ISdl)this).GetCameraDriverRaw(index); @@ -71980,6 +72901,8 @@ public static MaybeBool GetBooleanProperty( [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetCameraDriver(int index) => DllImport.GetCameraDriver(index); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameraDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetCameraDriverRaw(int index) => ( @@ -71995,6 +72918,8 @@ _slots[241] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetCameraDriverRaw(int index) => DllImport.GetCameraDriverRaw(index); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameraFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetCameraFormat(CameraHandle camera, CameraSpec* spec) => ( @@ -72011,6 +72936,9 @@ _slots[242] is not null and var loadedFnPtr public static byte GetCameraFormat(CameraHandle camera, CameraSpec* spec) => DllImport.GetCameraFormat(camera, spec); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameraFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetCameraFormat(CameraHandle camera, Ref spec) { @@ -72027,6 +72955,8 @@ MaybeBool ISdl.GetCameraFormat(CameraHandle camera, Ref spec) public static MaybeBool GetCameraFormat(CameraHandle camera, Ref spec) => DllImport.GetCameraFormat(camera, spec); + [return: NativeTypeName("SDL_CameraID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameraID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetCameraID(CameraHandle camera) => ( @@ -72042,6 +72972,9 @@ _slots[243] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetCameraID(CameraHandle camera) => DllImport.GetCameraID(camera); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameraName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetCameraName([NativeTypeName("SDL_CameraID")] uint instance_id) => (sbyte*)((ISdl)this).GetCameraNameRaw(instance_id); @@ -72053,6 +72986,8 @@ Ptr ISdl.GetCameraName([NativeTypeName("SDL_CameraID")] uint instance_id) public static Ptr GetCameraName([NativeTypeName("SDL_CameraID")] uint instance_id) => DllImport.GetCameraName(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameraName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetCameraNameRaw([NativeTypeName("SDL_CameraID")] uint instance_id) => ( @@ -72069,6 +73004,7 @@ _slots[244] is not null and var loadedFnPtr public static sbyte* GetCameraNameRaw([NativeTypeName("SDL_CameraID")] uint instance_id) => DllImport.GetCameraNameRaw(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameraPermissionState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetCameraPermissionState(CameraHandle camera) => ( @@ -72087,6 +73023,7 @@ _slots[245] is not null and var loadedFnPtr public static int GetCameraPermissionState(CameraHandle camera) => DllImport.GetCameraPermissionState(camera); + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameraPosition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] CameraPosition ISdl.GetCameraPosition([NativeTypeName("SDL_CameraID")] uint instance_id) => ( @@ -72103,6 +73040,8 @@ public static CameraPosition GetCameraPosition( [NativeTypeName("SDL_CameraID")] uint instance_id ) => DllImport.GetCameraPosition(instance_id); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameraProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetCameraProperties(CameraHandle camera) => ( @@ -72119,6 +73058,8 @@ _slots[247] is not null and var loadedFnPtr public static uint GetCameraProperties(CameraHandle camera) => DllImport.GetCameraProperties(camera); + [return: NativeTypeName("SDL_CameraID *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameras")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint* ISdl.GetCameras(int* count) => ( @@ -72134,6 +73075,9 @@ _slots[248] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint* GetCameras(int* count) => DllImport.GetCameras(count); + [return: NativeTypeName("SDL_CameraID *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameras")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetCameras(Ref count) { @@ -72149,6 +73093,7 @@ Ptr ISdl.GetCameras(Ref count) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetCameras(Ref count) => DllImport.GetCameras(count); + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameraSupportedFormats")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] CameraSpec** ISdl.GetCameraSupportedFormats( [NativeTypeName("SDL_CameraID")] uint instance_id, @@ -72172,6 +73117,8 @@ _slots[249] is not null and var loadedFnPtr int* count ) => DllImport.GetCameraSupportedFormats(instance_id, count); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCameraSupportedFormats")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr2D ISdl.GetCameraSupportedFormats( [NativeTypeName("SDL_CameraID")] uint instance_id, @@ -72192,6 +73139,7 @@ public static Ptr2D GetCameraSupportedFormats( Ref count ) => DllImport.GetCameraSupportedFormats(instance_id, count); + [NativeFunction("SDL3", EntryPoint = "SDL_GetClipboardData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.GetClipboardData( [NativeTypeName("const char *")] sbyte* mime_type, @@ -72212,6 +73160,8 @@ _slots[250] is not null and var loadedFnPtr [NativeTypeName("size_t *")] nuint* size ) => DllImport.GetClipboardData(mime_type, size); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetClipboardData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetClipboardData( [NativeTypeName("const char *")] Ref mime_type, @@ -72233,6 +73183,8 @@ public static Ptr GetClipboardData( [NativeTypeName("size_t *")] Ref size ) => DllImport.GetClipboardData(mime_type, size); + [return: NativeTypeName("char **")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetClipboardMimeTypes")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte** ISdl.GetClipboardMimeTypes([NativeTypeName("size_t *")] nuint* num_mime_types) => ( @@ -72250,6 +73202,9 @@ _slots[251] is not null and var loadedFnPtr [NativeTypeName("size_t *")] nuint* num_mime_types ) => DllImport.GetClipboardMimeTypes(num_mime_types); + [return: NativeTypeName("char **")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetClipboardMimeTypes")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr2D ISdl.GetClipboardMimeTypes([NativeTypeName("size_t *")] Ref num_mime_types) { @@ -72267,6 +73222,9 @@ public static Ptr2D GetClipboardMimeTypes( [NativeTypeName("size_t *")] Ref num_mime_types ) => DllImport.GetClipboardMimeTypes(num_mime_types); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetClipboardText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetClipboardText() => (sbyte*)((ISdl)this).GetClipboardTextRaw(); @@ -72276,6 +73234,8 @@ public static Ptr2D GetClipboardMimeTypes( [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetClipboardText() => DllImport.GetClipboardText(); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetClipboardText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetClipboardTextRaw() => ( @@ -72291,6 +73251,8 @@ _slots[252] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetClipboardTextRaw() => DllImport.GetClipboardTextRaw(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetClosestFullscreenDisplayMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetClosestFullscreenDisplayMode( [NativeTypeName("SDL_DisplayID")] uint displayID, @@ -72331,6 +73293,9 @@ public static byte GetClosestFullscreenDisplayMode( closest ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetClosestFullscreenDisplayMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetClosestFullscreenDisplayMode( [NativeTypeName("SDL_DisplayID")] uint displayID, @@ -72377,6 +73342,7 @@ Ref closest closest ); + [NativeFunction("SDL3", EntryPoint = "SDL_GetCPUCacheLineSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetCPUCacheLineSize() => ( @@ -72391,6 +73357,9 @@ _slots[254] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetCPUCacheLineSize() => DllImport.GetCPUCacheLineSize(); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentAudioDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetCurrentAudioDriver() => (sbyte*)((ISdl)this).GetCurrentAudioDriverRaw(); @@ -72400,6 +73369,8 @@ _slots[254] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetCurrentAudioDriver() => DllImport.GetCurrentAudioDriver(); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentAudioDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetCurrentAudioDriverRaw() => ( @@ -72415,6 +73386,9 @@ _slots[255] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetCurrentAudioDriverRaw() => DllImport.GetCurrentAudioDriverRaw(); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentCameraDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetCurrentCameraDriver() => (sbyte*)((ISdl)this).GetCurrentCameraDriverRaw(); @@ -72424,6 +73398,8 @@ _slots[255] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetCurrentCameraDriver() => DllImport.GetCurrentCameraDriver(); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentCameraDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetCurrentCameraDriverRaw() => ( @@ -72439,6 +73415,9 @@ _slots[256] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetCurrentCameraDriverRaw() => DllImport.GetCurrentCameraDriverRaw(); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetCurrentDirectory() => (sbyte*)((ISdl)this).GetCurrentDirectoryRaw(); @@ -72448,6 +73427,8 @@ _slots[256] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetCurrentDirectory() => DllImport.GetCurrentDirectory(); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetCurrentDirectoryRaw() => ( @@ -72463,6 +73444,9 @@ _slots[257] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetCurrentDirectoryRaw() => DllImport.GetCurrentDirectoryRaw(); + [return: NativeTypeName("const SDL_DisplayMode *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentDisplayMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetCurrentDisplayMode([NativeTypeName("SDL_DisplayID")] uint displayID) => (DisplayMode*)((ISdl)this).GetCurrentDisplayModeRaw(displayID); @@ -72475,6 +73459,8 @@ public static Ptr GetCurrentDisplayMode( [NativeTypeName("SDL_DisplayID")] uint displayID ) => DllImport.GetCurrentDisplayMode(displayID); + [return: NativeTypeName("const SDL_DisplayMode *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentDisplayMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] DisplayMode* ISdl.GetCurrentDisplayModeRaw([NativeTypeName("SDL_DisplayID")] uint displayID) => ( @@ -72492,6 +73478,7 @@ _slots[258] is not null and var loadedFnPtr [NativeTypeName("SDL_DisplayID")] uint displayID ) => DllImport.GetCurrentDisplayModeRaw(displayID); + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentDisplayOrientation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] DisplayOrientation ISdl.GetCurrentDisplayOrientation( [NativeTypeName("SDL_DisplayID")] uint displayID @@ -72513,6 +73500,8 @@ public static DisplayOrientation GetCurrentDisplayOrientation( [NativeTypeName("SDL_DisplayID")] uint displayID ) => DllImport.GetCurrentDisplayOrientation(displayID); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentRenderOutputSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetCurrentRenderOutputSize(RendererHandle renderer, int* w, int* h) => ( @@ -72532,6 +73521,9 @@ _slots[260] is not null and var loadedFnPtr public static byte GetCurrentRenderOutputSize(RendererHandle renderer, int* w, int* h) => DllImport.GetCurrentRenderOutputSize(renderer, w, h); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentRenderOutputSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetCurrentRenderOutputSize(RendererHandle renderer, Ref w, Ref h) { @@ -72553,6 +73545,8 @@ public static MaybeBool GetCurrentRenderOutputSize( Ref h ) => DllImport.GetCurrentRenderOutputSize(renderer, w, h); + [return: NativeTypeName("SDL_ThreadID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentThreadID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong ISdl.GetCurrentThreadID() => ( @@ -72568,6 +73562,8 @@ _slots[261] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetCurrentThreadID() => DllImport.GetCurrentThreadID(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentTime")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetCurrentTime([NativeTypeName("SDL_Time *")] long* ticks) => ( @@ -72584,6 +73580,9 @@ _slots[262] is not null and var loadedFnPtr public static byte GetCurrentTime([NativeTypeName("SDL_Time *")] long* ticks) => DllImport.GetCurrentTime(ticks); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentTime")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetCurrentTime([NativeTypeName("SDL_Time *")] Ref ticks) { @@ -72600,6 +73599,9 @@ MaybeBool ISdl.GetCurrentTime([NativeTypeName("SDL_Time *")] Ref tic public static MaybeBool GetCurrentTime([NativeTypeName("SDL_Time *")] Ref ticks) => DllImport.GetCurrentTime(ticks); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentVideoDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetCurrentVideoDriver() => (sbyte*)((ISdl)this).GetCurrentVideoDriverRaw(); @@ -72609,6 +73611,8 @@ public static MaybeBool GetCurrentTime([NativeTypeName("SDL_Time *")] Ref< [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetCurrentVideoDriver() => DllImport.GetCurrentVideoDriver(); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetCurrentVideoDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetCurrentVideoDriverRaw() => ( @@ -72624,6 +73628,7 @@ _slots[263] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetCurrentVideoDriverRaw() => DllImport.GetCurrentVideoDriverRaw(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] CursorHandle ISdl.GetCursor() => ( @@ -72638,6 +73643,8 @@ _slots[264] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static CursorHandle GetCursor() => DllImport.GetCursor(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDateTimeLocalePreferences")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetDateTimeLocalePreferences(DateFormat* dateFormat, TimeFormat* timeFormat) => ( @@ -72659,6 +73666,9 @@ public static byte GetDateTimeLocalePreferences( TimeFormat* timeFormat ) => DllImport.GetDateTimeLocalePreferences(dateFormat, timeFormat); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDateTimeLocalePreferences")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetDateTimeLocalePreferences( Ref dateFormat, @@ -72682,6 +73692,7 @@ public static MaybeBool GetDateTimeLocalePreferences( Ref timeFormat ) => DllImport.GetDateTimeLocalePreferences(dateFormat, timeFormat); + [NativeFunction("SDL3", EntryPoint = "SDL_GetDayOfWeek")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetDayOfWeek(int year, int month, int day) => ( @@ -72697,6 +73708,7 @@ _slots[266] is not null and var loadedFnPtr public static int GetDayOfWeek(int year, int month, int day) => DllImport.GetDayOfWeek(year, month, day); + [NativeFunction("SDL3", EntryPoint = "SDL_GetDayOfYear")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetDayOfYear(int year, int month, int day) => ( @@ -72712,6 +73724,7 @@ _slots[267] is not null and var loadedFnPtr public static int GetDayOfYear(int year, int month, int day) => DllImport.GetDayOfYear(year, month, day); + [NativeFunction("SDL3", EntryPoint = "SDL_GetDaysInMonth")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetDaysInMonth(int year, int month) => ( @@ -72726,6 +73739,8 @@ _slots[268] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetDaysInMonth(int year, int month) => DllImport.GetDaysInMonth(year, month); + [return: NativeTypeName("SDL_AssertionHandler")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDefaultAssertionHandler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] AssertionHandler ISdl.GetDefaultAssertionHandler() => ( @@ -72745,6 +73760,7 @@ _slots[269] is not null and var loadedFnPtr public static AssertionHandler GetDefaultAssertionHandler() => DllImport.GetDefaultAssertionHandler(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetDefaultCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] CursorHandle ISdl.GetDefaultCursor() => ( @@ -72759,6 +73775,8 @@ _slots[270] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static CursorHandle GetDefaultCursor() => DllImport.GetDefaultCursor(); + [return: NativeTypeName("SDL_LogOutputFunction")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDefaultLogOutputFunction")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] LogOutputFunction ISdl.GetDefaultLogOutputFunction() => ( @@ -72778,6 +73796,9 @@ _slots[271] is not null and var loadedFnPtr public static LogOutputFunction GetDefaultLogOutputFunction() => DllImport.GetDefaultLogOutputFunction(); + [return: NativeTypeName("const SDL_DisplayMode *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDesktopDisplayMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetDesktopDisplayMode([NativeTypeName("SDL_DisplayID")] uint displayID) => (DisplayMode*)((ISdl)this).GetDesktopDisplayModeRaw(displayID); @@ -72790,6 +73811,8 @@ public static Ptr GetDesktopDisplayMode( [NativeTypeName("SDL_DisplayID")] uint displayID ) => DllImport.GetDesktopDisplayMode(displayID); + [return: NativeTypeName("const SDL_DisplayMode *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDesktopDisplayMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] DisplayMode* ISdl.GetDesktopDisplayModeRaw([NativeTypeName("SDL_DisplayID")] uint displayID) => ( @@ -72807,13 +73830,34 @@ _slots[272] is not null and var loadedFnPtr [NativeTypeName("SDL_DisplayID")] uint displayID ) => DllImport.GetDesktopDisplayModeRaw(displayID); + [NativeFunction("SDL3", EntryPoint = "SDL_GetDirect3D9AdapterIndex")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + int ISdl.GetDirect3D9AdapterIndex([NativeTypeName("SDL_DisplayID")] uint displayID) => + ( + (delegate* unmanaged)( + _slots[273] is not null and var loadedFnPtr + ? loadedFnPtr + : _slots[273] = nativeContext.LoadFunction( + "SDL_GetDirect3D9AdapterIndex", + "SDL3" + ) + ) + )(displayID); + + [NativeFunction("SDL3", EntryPoint = "SDL_GetDirect3D9AdapterIndex")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static int GetDirect3D9AdapterIndex([NativeTypeName("SDL_DisplayID")] uint displayID) => + DllImport.GetDirect3D9AdapterIndex(displayID); + + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayBounds")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetDisplayBounds([NativeTypeName("SDL_DisplayID")] uint displayID, Rect* rect) => ( (delegate* unmanaged)( - _slots[273] is not null and var loadedFnPtr + _slots[274] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[273] = nativeContext.LoadFunction("SDL_GetDisplayBounds", "SDL3") + : _slots[274] = nativeContext.LoadFunction("SDL_GetDisplayBounds", "SDL3") ) )(displayID, rect); @@ -72825,6 +73869,9 @@ public static byte GetDisplayBounds( Rect* rect ) => DllImport.GetDisplayBounds(displayID, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayBounds")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetDisplayBounds( [NativeTypeName("SDL_DisplayID")] uint displayID, @@ -72846,13 +73893,14 @@ public static MaybeBool GetDisplayBounds( Ref rect ) => DllImport.GetDisplayBounds(displayID, rect); + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayContentScale")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.GetDisplayContentScale([NativeTypeName("SDL_DisplayID")] uint displayID) => ( (delegate* unmanaged)( - _slots[274] is not null and var loadedFnPtr + _slots[275] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[274] = nativeContext.LoadFunction("SDL_GetDisplayContentScale", "SDL3") + : _slots[275] = nativeContext.LoadFunction("SDL_GetDisplayContentScale", "SDL3") ) )(displayID); @@ -72861,13 +73909,15 @@ _slots[274] is not null and var loadedFnPtr public static float GetDisplayContentScale([NativeTypeName("SDL_DisplayID")] uint displayID) => DllImport.GetDisplayContentScale(displayID); + [return: NativeTypeName("SDL_DisplayID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayForPoint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetDisplayForPoint([NativeTypeName("const SDL_Point *")] Point* point) => ( (delegate* unmanaged)( - _slots[275] is not null and var loadedFnPtr + _slots[276] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[275] = nativeContext.LoadFunction("SDL_GetDisplayForPoint", "SDL3") + : _slots[276] = nativeContext.LoadFunction("SDL_GetDisplayForPoint", "SDL3") ) )(point); @@ -72877,6 +73927,9 @@ _slots[275] is not null and var loadedFnPtr public static uint GetDisplayForPoint([NativeTypeName("const SDL_Point *")] Point* point) => DllImport.GetDisplayForPoint(point); + [return: NativeTypeName("SDL_DisplayID")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayForPoint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetDisplayForPoint([NativeTypeName("const SDL_Point *")] Ref point) { @@ -72893,13 +73946,15 @@ uint ISdl.GetDisplayForPoint([NativeTypeName("const SDL_Point *")] Ref po public static uint GetDisplayForPoint([NativeTypeName("const SDL_Point *")] Ref point) => DllImport.GetDisplayForPoint(point); + [return: NativeTypeName("SDL_DisplayID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayForRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetDisplayForRect([NativeTypeName("const SDL_Rect *")] Rect* rect) => ( (delegate* unmanaged)( - _slots[276] is not null and var loadedFnPtr + _slots[277] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[276] = nativeContext.LoadFunction("SDL_GetDisplayForRect", "SDL3") + : _slots[277] = nativeContext.LoadFunction("SDL_GetDisplayForRect", "SDL3") ) )(rect); @@ -72909,6 +73964,9 @@ _slots[276] is not null and var loadedFnPtr public static uint GetDisplayForRect([NativeTypeName("const SDL_Rect *")] Rect* rect) => DllImport.GetDisplayForRect(rect); + [return: NativeTypeName("SDL_DisplayID")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayForRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetDisplayForRect([NativeTypeName("const SDL_Rect *")] Ref rect) { @@ -72925,13 +73983,15 @@ uint ISdl.GetDisplayForRect([NativeTypeName("const SDL_Rect *")] Ref rect) public static uint GetDisplayForRect([NativeTypeName("const SDL_Rect *")] Ref rect) => DllImport.GetDisplayForRect(rect); + [return: NativeTypeName("SDL_DisplayID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayForWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetDisplayForWindow(WindowHandle window) => ( (delegate* unmanaged)( - _slots[277] is not null and var loadedFnPtr + _slots[278] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[277] = nativeContext.LoadFunction("SDL_GetDisplayForWindow", "SDL3") + : _slots[278] = nativeContext.LoadFunction("SDL_GetDisplayForWindow", "SDL3") ) )(window); @@ -72941,6 +74001,9 @@ _slots[277] is not null and var loadedFnPtr public static uint GetDisplayForWindow(WindowHandle window) => DllImport.GetDisplayForWindow(window); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetDisplayName([NativeTypeName("SDL_DisplayID")] uint displayID) => (sbyte*)((ISdl)this).GetDisplayNameRaw(displayID); @@ -72952,13 +74015,15 @@ Ptr ISdl.GetDisplayName([NativeTypeName("SDL_DisplayID")] uint displayID) public static Ptr GetDisplayName([NativeTypeName("SDL_DisplayID")] uint displayID) => DllImport.GetDisplayName(displayID); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetDisplayNameRaw([NativeTypeName("SDL_DisplayID")] uint displayID) => ( (delegate* unmanaged)( - _slots[278] is not null and var loadedFnPtr + _slots[279] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[278] = nativeContext.LoadFunction("SDL_GetDisplayName", "SDL3") + : _slots[279] = nativeContext.LoadFunction("SDL_GetDisplayName", "SDL3") ) )(displayID); @@ -72968,13 +74033,15 @@ _slots[278] is not null and var loadedFnPtr public static sbyte* GetDisplayNameRaw([NativeTypeName("SDL_DisplayID")] uint displayID) => DllImport.GetDisplayNameRaw(displayID); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetDisplayProperties([NativeTypeName("SDL_DisplayID")] uint displayID) => ( (delegate* unmanaged)( - _slots[279] is not null and var loadedFnPtr + _slots[280] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[279] = nativeContext.LoadFunction("SDL_GetDisplayProperties", "SDL3") + : _slots[280] = nativeContext.LoadFunction("SDL_GetDisplayProperties", "SDL3") ) )(displayID); @@ -72984,13 +74051,15 @@ _slots[279] is not null and var loadedFnPtr public static uint GetDisplayProperties([NativeTypeName("SDL_DisplayID")] uint displayID) => DllImport.GetDisplayProperties(displayID); + [return: NativeTypeName("SDL_DisplayID *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint* ISdl.GetDisplays(int* count) => ( (delegate* unmanaged)( - _slots[280] is not null and var loadedFnPtr + _slots[281] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[280] = nativeContext.LoadFunction("SDL_GetDisplays", "SDL3") + : _slots[281] = nativeContext.LoadFunction("SDL_GetDisplays", "SDL3") ) )(count); @@ -72999,6 +74068,9 @@ _slots[280] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint* GetDisplays(int* count) => DllImport.GetDisplays(count); + [return: NativeTypeName("SDL_DisplayID *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplays")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetDisplays(Ref count) { @@ -73014,6 +74086,8 @@ Ptr ISdl.GetDisplays(Ref count) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetDisplays(Ref count) => DllImport.GetDisplays(count); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayUsableBounds")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetDisplayUsableBounds( [NativeTypeName("SDL_DisplayID")] uint displayID, @@ -73021,9 +74095,9 @@ byte ISdl.GetDisplayUsableBounds( ) => ( (delegate* unmanaged)( - _slots[281] is not null and var loadedFnPtr + _slots[282] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[281] = nativeContext.LoadFunction("SDL_GetDisplayUsableBounds", "SDL3") + : _slots[282] = nativeContext.LoadFunction("SDL_GetDisplayUsableBounds", "SDL3") ) )(displayID, rect); @@ -73035,6 +74109,9 @@ public static byte GetDisplayUsableBounds( Rect* rect ) => DllImport.GetDisplayUsableBounds(displayID, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDisplayUsableBounds")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetDisplayUsableBounds( [NativeTypeName("SDL_DisplayID")] uint displayID, @@ -73057,13 +74134,73 @@ public static MaybeBool GetDisplayUsableBounds( Ref rect ) => DllImport.GetDisplayUsableBounds(displayID, rect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + byte ISdl.GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + int* adapterIndex, + int* outputIndex + ) => + ( + (delegate* unmanaged)( + _slots[283] is not null and var loadedFnPtr + ? loadedFnPtr + : _slots[283] = nativeContext.LoadFunction("SDL_GetDXGIOutputInfo", "SDL3") + ) + )(displayID, adapterIndex, outputIndex); + + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static byte GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + int* adapterIndex, + int* outputIndex + ) => DllImport.GetDxgiOutputInfo(displayID, adapterIndex, outputIndex); + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + MaybeBool ISdl.GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + Ref adapterIndex, + Ref outputIndex + ) + { + fixed (int* __dsl_outputIndex = outputIndex) + fixed (int* __dsl_adapterIndex = adapterIndex) + { + return (MaybeBool) + (byte) + ((ISdl)this).GetDxgiOutputInfo( + displayID, + __dsl_adapterIndex, + __dsl_outputIndex + ); + } + } + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetDXGIOutputInfo")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static MaybeBool GetDxgiOutputInfo( + [NativeTypeName("SDL_DisplayID")] uint displayID, + Ref adapterIndex, + Ref outputIndex + ) => DllImport.GetDxgiOutputInfo(displayID, adapterIndex, outputIndex); + + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_getenv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Getenv([NativeTypeName("const char *")] sbyte* name) => ( (delegate* unmanaged)( - _slots[282] is not null and var loadedFnPtr + _slots[284] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[282] = nativeContext.LoadFunction("SDL_getenv", "SDL3") + : _slots[284] = nativeContext.LoadFunction("SDL_getenv", "SDL3") ) )(name); @@ -73073,6 +74210,9 @@ _slots[282] is not null and var loadedFnPtr public static sbyte* Getenv([NativeTypeName("const char *")] sbyte* name) => DllImport.Getenv(name); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_getenv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Getenv([NativeTypeName("const char *")] Ref name) { @@ -73089,13 +74229,15 @@ Ptr ISdl.Getenv([NativeTypeName("const char *")] Ref name) public static Ptr Getenv([NativeTypeName("const char *")] Ref name) => DllImport.Getenv(name); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_getenv_unsafe")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetenvUnsafe([NativeTypeName("const char *")] sbyte* name) => ( (delegate* unmanaged)( - _slots[283] is not null and var loadedFnPtr + _slots[285] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[283] = nativeContext.LoadFunction("SDL_getenv_unsafe", "SDL3") + : _slots[285] = nativeContext.LoadFunction("SDL_getenv_unsafe", "SDL3") ) )(name); @@ -73105,6 +74247,9 @@ _slots[283] is not null and var loadedFnPtr public static sbyte* GetenvUnsafe([NativeTypeName("const char *")] sbyte* name) => DllImport.GetenvUnsafe(name); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_getenv_unsafe")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetenvUnsafe([NativeTypeName("const char *")] Ref name) { @@ -73121,13 +74266,14 @@ Ptr ISdl.GetenvUnsafe([NativeTypeName("const char *")] Ref name) public static Ptr GetenvUnsafe([NativeTypeName("const char *")] Ref name) => DllImport.GetenvUnsafe(name); + [NativeFunction("SDL3", EntryPoint = "SDL_GetEnvironment")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] EnvironmentHandle ISdl.GetEnvironment() => ( (delegate* unmanaged)( - _slots[284] is not null and var loadedFnPtr + _slots[286] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[284] = nativeContext.LoadFunction("SDL_GetEnvironment", "SDL3") + : _slots[286] = nativeContext.LoadFunction("SDL_GetEnvironment", "SDL3") ) )(); @@ -73135,6 +74281,8 @@ _slots[284] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static EnvironmentHandle GetEnvironment() => DllImport.GetEnvironment(); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetEnvironmentVariable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetEnvironmentVariable( EnvironmentHandle env, @@ -73142,9 +74290,9 @@ _slots[284] is not null and var loadedFnPtr ) => ( (delegate* unmanaged)( - _slots[285] is not null and var loadedFnPtr + _slots[287] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[285] = nativeContext.LoadFunction("SDL_GetEnvironmentVariable", "SDL3") + : _slots[287] = nativeContext.LoadFunction("SDL_GetEnvironmentVariable", "SDL3") ) )(env, name); @@ -73156,6 +74304,9 @@ _slots[285] is not null and var loadedFnPtr [NativeTypeName("const char *")] sbyte* name ) => DllImport.GetEnvironmentVariable(env, name); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetEnvironmentVariable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetEnvironmentVariable( EnvironmentHandle env, @@ -73177,6 +74328,9 @@ public static Ptr GetEnvironmentVariable( [NativeTypeName("const char *")] Ref name ) => DllImport.GetEnvironmentVariable(env, name); + [return: NativeTypeName("char **")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetEnvironmentVariables")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr2D ISdl.GetEnvironmentVariables(EnvironmentHandle env) => (sbyte**)((ISdl)this).GetEnvironmentVariablesRaw(env); @@ -73188,13 +74342,15 @@ Ptr2D ISdl.GetEnvironmentVariables(EnvironmentHandle env) => public static Ptr2D GetEnvironmentVariables(EnvironmentHandle env) => DllImport.GetEnvironmentVariables(env); + [return: NativeTypeName("char **")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetEnvironmentVariables")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte** ISdl.GetEnvironmentVariablesRaw(EnvironmentHandle env) => ( (delegate* unmanaged)( - _slots[286] is not null and var loadedFnPtr + _slots[288] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[286] = nativeContext.LoadFunction( + : _slots[288] = nativeContext.LoadFunction( "SDL_GetEnvironmentVariables", "SDL3" ) @@ -73207,6 +74363,9 @@ _slots[286] is not null and var loadedFnPtr public static sbyte** GetEnvironmentVariablesRaw(EnvironmentHandle env) => DllImport.GetEnvironmentVariablesRaw(env); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetError() => (sbyte*)((ISdl)this).GetErrorRaw(); @@ -73216,13 +74375,15 @@ _slots[286] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetError() => DllImport.GetError(); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetError")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetErrorRaw() => ( (delegate* unmanaged)( - _slots[287] is not null and var loadedFnPtr + _slots[289] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[287] = nativeContext.LoadFunction("SDL_GetError", "SDL3") + : _slots[289] = nativeContext.LoadFunction("SDL_GetError", "SDL3") ) )(); @@ -73231,6 +74392,8 @@ _slots[287] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetErrorRaw() => DllImport.GetErrorRaw(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetEventFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetEventFilter( [NativeTypeName("SDL_EventFilter *")] EventFilter* filter, @@ -73238,9 +74401,9 @@ byte ISdl.GetEventFilter( ) => ( (delegate* unmanaged)( - _slots[288] is not null and var loadedFnPtr + _slots[290] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[288] = nativeContext.LoadFunction("SDL_GetEventFilter", "SDL3") + : _slots[290] = nativeContext.LoadFunction("SDL_GetEventFilter", "SDL3") ) )(filter, userdata); @@ -73252,6 +74415,9 @@ public static byte GetEventFilter( void** userdata ) => DllImport.GetEventFilter(filter, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetEventFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetEventFilter( [NativeTypeName("SDL_EventFilter *")] Ref filter, @@ -73274,6 +74440,7 @@ public static MaybeBool GetEventFilter( Ref2D userdata ) => DllImport.GetEventFilter(filter, userdata); + [NativeFunction("SDL3", EntryPoint = "SDL_GetFloatProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.GetFloatProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -73282,9 +74449,9 @@ float default_value ) => ( (delegate* unmanaged)( - _slots[289] is not null and var loadedFnPtr + _slots[291] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[289] = nativeContext.LoadFunction("SDL_GetFloatProperty", "SDL3") + : _slots[291] = nativeContext.LoadFunction("SDL_GetFloatProperty", "SDL3") ) )(props, name, default_value); @@ -73296,6 +74463,8 @@ public static float GetFloatProperty( float default_value ) => DllImport.GetFloatProperty(props, name, default_value); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetFloatProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.GetFloatProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -73318,6 +74487,7 @@ public static float GetFloatProperty( float default_value ) => DllImport.GetFloatProperty(props, name, default_value); + [NativeFunction("SDL3", EntryPoint = "SDL_GetFullscreenDisplayModes")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] DisplayMode** ISdl.GetFullscreenDisplayModes( [NativeTypeName("SDL_DisplayID")] uint displayID, @@ -73325,9 +74495,9 @@ float default_value ) => ( (delegate* unmanaged)( - _slots[290] is not null and var loadedFnPtr + _slots[292] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[290] = nativeContext.LoadFunction( + : _slots[292] = nativeContext.LoadFunction( "SDL_GetFullscreenDisplayModes", "SDL3" ) @@ -73341,6 +74511,8 @@ _slots[290] is not null and var loadedFnPtr int* count ) => DllImport.GetFullscreenDisplayModes(displayID, count); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetFullscreenDisplayModes")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr2D ISdl.GetFullscreenDisplayModes( [NativeTypeName("SDL_DisplayID")] uint displayID, @@ -73361,6 +74533,9 @@ public static Ptr2D GetFullscreenDisplayModes( Ref count ) => DllImport.GetFullscreenDisplayModes(displayID, count); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadAppleSFSymbolsNameForAxis")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadAppleSFSymbolsNameForAxis(GamepadHandle gamepad, GamepadAxis axis) => (sbyte*)((ISdl)this).GetGamepadAppleSFSymbolsNameForAxisRaw(gamepad, axis); @@ -73374,13 +74549,15 @@ public static Ptr GetGamepadAppleSFSymbolsNameForAxis( GamepadAxis axis ) => DllImport.GetGamepadAppleSFSymbolsNameForAxis(gamepad, axis); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadAppleSFSymbolsNameForAxis")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadAppleSFSymbolsNameForAxisRaw(GamepadHandle gamepad, GamepadAxis axis) => ( (delegate* unmanaged)( - _slots[291] is not null and var loadedFnPtr + _slots[293] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[291] = nativeContext.LoadFunction( + : _slots[293] = nativeContext.LoadFunction( "SDL_GetGamepadAppleSFSymbolsNameForAxis", "SDL3" ) @@ -73395,6 +74572,9 @@ _slots[291] is not null and var loadedFnPtr GamepadAxis axis ) => DllImport.GetGamepadAppleSFSymbolsNameForAxisRaw(gamepad, axis); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadAppleSFSymbolsNameForButton")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadAppleSFSymbolsNameForButton( GamepadHandle gamepad, @@ -73410,6 +74590,8 @@ public static Ptr GetGamepadAppleSFSymbolsNameForButton( GamepadButton button ) => DllImport.GetGamepadAppleSFSymbolsNameForButton(gamepad, button); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadAppleSFSymbolsNameForButton")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadAppleSFSymbolsNameForButtonRaw( GamepadHandle gamepad, @@ -73417,9 +74599,9 @@ GamepadButton button ) => ( (delegate* unmanaged)( - _slots[292] is not null and var loadedFnPtr + _slots[294] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[292] = nativeContext.LoadFunction( + : _slots[294] = nativeContext.LoadFunction( "SDL_GetGamepadAppleSFSymbolsNameForButton", "SDL3" ) @@ -73434,13 +74616,15 @@ _slots[292] is not null and var loadedFnPtr GamepadButton button ) => DllImport.GetGamepadAppleSFSymbolsNameForButtonRaw(gamepad, button); + [return: NativeTypeName("Sint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadAxis")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] short ISdl.GetGamepadAxis(GamepadHandle gamepad, GamepadAxis axis) => ( (delegate* unmanaged)( - _slots[293] is not null and var loadedFnPtr + _slots[295] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[293] = nativeContext.LoadFunction("SDL_GetGamepadAxis", "SDL3") + : _slots[295] = nativeContext.LoadFunction("SDL_GetGamepadAxis", "SDL3") ) )(gamepad, axis); @@ -73450,13 +74634,14 @@ _slots[293] is not null and var loadedFnPtr public static short GetGamepadAxis(GamepadHandle gamepad, GamepadAxis axis) => DllImport.GetGamepadAxis(gamepad, axis); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadAxisFromString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadAxis ISdl.GetGamepadAxisFromString([NativeTypeName("const char *")] sbyte* str) => ( (delegate* unmanaged)( - _slots[294] is not null and var loadedFnPtr + _slots[296] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[294] = nativeContext.LoadFunction( + : _slots[296] = nativeContext.LoadFunction( "SDL_GetGamepadAxisFromString", "SDL3" ) @@ -73469,6 +74654,8 @@ public static GamepadAxis GetGamepadAxisFromString( [NativeTypeName("const char *")] sbyte* str ) => DllImport.GetGamepadAxisFromString(str); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadAxisFromString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadAxis ISdl.GetGamepadAxisFromString([NativeTypeName("const char *")] Ref str) { @@ -73485,13 +74672,14 @@ public static GamepadAxis GetGamepadAxisFromString( [NativeTypeName("const char *")] Ref str ) => DllImport.GetGamepadAxisFromString(str); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadBindings")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadBinding** ISdl.GetGamepadBindings(GamepadHandle gamepad, int* count) => ( (delegate* unmanaged)( - _slots[295] is not null and var loadedFnPtr + _slots[297] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[295] = nativeContext.LoadFunction("SDL_GetGamepadBindings", "SDL3") + : _slots[297] = nativeContext.LoadFunction("SDL_GetGamepadBindings", "SDL3") ) )(gamepad, count); @@ -73500,6 +74688,8 @@ _slots[295] is not null and var loadedFnPtr public static GamepadBinding** GetGamepadBindings(GamepadHandle gamepad, int* count) => DllImport.GetGamepadBindings(gamepad, count); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadBindings")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr2D ISdl.GetGamepadBindings(GamepadHandle gamepad, Ref count) { @@ -73515,6 +74705,9 @@ Ptr2D ISdl.GetGamepadBindings(GamepadHandle gamepad, Ref co public static Ptr2D GetGamepadBindings(GamepadHandle gamepad, Ref count) => DllImport.GetGamepadBindings(gamepad, count); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadButton")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetGamepadButton(GamepadHandle gamepad, GamepadButton button) => (MaybeBool)(byte)((ISdl)this).GetGamepadButtonRaw(gamepad, button); @@ -73526,13 +74719,14 @@ MaybeBool ISdl.GetGamepadButton(GamepadHandle gamepad, GamepadButton butto public static MaybeBool GetGamepadButton(GamepadHandle gamepad, GamepadButton button) => DllImport.GetGamepadButton(gamepad, button); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadButtonFromString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadButton ISdl.GetGamepadButtonFromString([NativeTypeName("const char *")] sbyte* str) => ( (delegate* unmanaged)( - _slots[297] is not null and var loadedFnPtr + _slots[299] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[297] = nativeContext.LoadFunction( + : _slots[299] = nativeContext.LoadFunction( "SDL_GetGamepadButtonFromString", "SDL3" ) @@ -73545,6 +74739,8 @@ public static GamepadButton GetGamepadButtonFromString( [NativeTypeName("const char *")] sbyte* str ) => DllImport.GetGamepadButtonFromString(str); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadButtonFromString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadButton ISdl.GetGamepadButtonFromString([NativeTypeName("const char *")] Ref str) { @@ -73561,13 +74757,14 @@ public static GamepadButton GetGamepadButtonFromString( [NativeTypeName("const char *")] Ref str ) => DllImport.GetGamepadButtonFromString(str); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadButtonLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadButtonLabel ISdl.GetGamepadButtonLabel(GamepadHandle gamepad, GamepadButton button) => ( (delegate* unmanaged)( - _slots[298] is not null and var loadedFnPtr + _slots[300] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[298] = nativeContext.LoadFunction("SDL_GetGamepadButtonLabel", "SDL3") + : _slots[300] = nativeContext.LoadFunction("SDL_GetGamepadButtonLabel", "SDL3") ) )(gamepad, button); @@ -73578,13 +74775,14 @@ public static GamepadButtonLabel GetGamepadButtonLabel( GamepadButton button ) => DllImport.GetGamepadButtonLabel(gamepad, button); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadButtonLabelForType")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadButtonLabel ISdl.GetGamepadButtonLabelForType(GamepadType type, GamepadButton button) => ( (delegate* unmanaged)( - _slots[299] is not null and var loadedFnPtr + _slots[301] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[299] = nativeContext.LoadFunction( + : _slots[301] = nativeContext.LoadFunction( "SDL_GetGamepadButtonLabelForType", "SDL3" ) @@ -73598,13 +74796,15 @@ public static GamepadButtonLabel GetGamepadButtonLabelForType( GamepadButton button ) => DllImport.GetGamepadButtonLabelForType(type, button); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadButton")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetGamepadButtonRaw(GamepadHandle gamepad, GamepadButton button) => ( (delegate* unmanaged)( - _slots[296] is not null and var loadedFnPtr + _slots[298] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[296] = nativeContext.LoadFunction("SDL_GetGamepadButton", "SDL3") + : _slots[298] = nativeContext.LoadFunction("SDL_GetGamepadButton", "SDL3") ) )(gamepad, button); @@ -73614,13 +74814,14 @@ _slots[296] is not null and var loadedFnPtr public static byte GetGamepadButtonRaw(GamepadHandle gamepad, GamepadButton button) => DllImport.GetGamepadButtonRaw(gamepad, button); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadConnectionState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] JoystickConnectionState ISdl.GetGamepadConnectionState(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[300] is not null and var loadedFnPtr + _slots[302] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[300] = nativeContext.LoadFunction( + : _slots[302] = nativeContext.LoadFunction( "SDL_GetGamepadConnectionState", "SDL3" ) @@ -73632,13 +74833,15 @@ _slots[300] is not null and var loadedFnPtr public static JoystickConnectionState GetGamepadConnectionState(GamepadHandle gamepad) => DllImport.GetGamepadConnectionState(gamepad); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadFirmwareVersion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetGamepadFirmwareVersion(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[301] is not null and var loadedFnPtr + _slots[303] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[301] = nativeContext.LoadFunction( + : _slots[303] = nativeContext.LoadFunction( "SDL_GetGamepadFirmwareVersion", "SDL3" ) @@ -73651,13 +74854,14 @@ _slots[301] is not null and var loadedFnPtr public static ushort GetGamepadFirmwareVersion(GamepadHandle gamepad) => DllImport.GetGamepadFirmwareVersion(gamepad); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadFromID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadHandle ISdl.GetGamepadFromID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[302] is not null and var loadedFnPtr + _slots[304] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[302] = nativeContext.LoadFunction("SDL_GetGamepadFromID", "SDL3") + : _slots[304] = nativeContext.LoadFunction("SDL_GetGamepadFromID", "SDL3") ) )(instance_id); @@ -73667,13 +74871,14 @@ public static GamepadHandle GetGamepadFromID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetGamepadFromID(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadFromPlayerIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadHandle ISdl.GetGamepadFromPlayerIndex(int player_index) => ( (delegate* unmanaged)( - _slots[303] is not null and var loadedFnPtr + _slots[305] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[303] = nativeContext.LoadFunction( + : _slots[305] = nativeContext.LoadFunction( "SDL_GetGamepadFromPlayerIndex", "SDL3" ) @@ -73685,13 +74890,14 @@ _slots[303] is not null and var loadedFnPtr public static GamepadHandle GetGamepadFromPlayerIndex(int player_index) => DllImport.GetGamepadFromPlayerIndex(player_index); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadGUIDForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Guid ISdl.GetGamepadGuidForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[304] is not null and var loadedFnPtr + _slots[306] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[304] = nativeContext.LoadFunction("SDL_GetGamepadGUIDForID", "SDL3") + : _slots[306] = nativeContext.LoadFunction("SDL_GetGamepadGUIDForID", "SDL3") ) )(instance_id); @@ -73700,13 +74906,15 @@ _slots[304] is not null and var loadedFnPtr public static Guid GetGamepadGuidForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => DllImport.GetGamepadGuidForID(instance_id); + [return: NativeTypeName("SDL_JoystickID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetGamepadID(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[305] is not null and var loadedFnPtr + _slots[307] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[305] = nativeContext.LoadFunction("SDL_GetGamepadID", "SDL3") + : _slots[307] = nativeContext.LoadFunction("SDL_GetGamepadID", "SDL3") ) )(gamepad); @@ -73715,13 +74923,14 @@ _slots[305] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetGamepadID(GamepadHandle gamepad) => DllImport.GetGamepadID(gamepad); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadJoystick")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] JoystickHandle ISdl.GetGamepadJoystick(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[306] is not null and var loadedFnPtr + _slots[308] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[306] = nativeContext.LoadFunction("SDL_GetGamepadJoystick", "SDL3") + : _slots[308] = nativeContext.LoadFunction("SDL_GetGamepadJoystick", "SDL3") ) )(gamepad); @@ -73730,6 +74939,9 @@ _slots[306] is not null and var loadedFnPtr public static JoystickHandle GetGamepadJoystick(GamepadHandle gamepad) => DllImport.GetGamepadJoystick(gamepad); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadMapping")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadMapping(GamepadHandle gamepad) => (sbyte*)((ISdl)this).GetGamepadMappingRaw(gamepad); @@ -73741,6 +74953,9 @@ Ptr ISdl.GetGamepadMapping(GamepadHandle gamepad) => public static Ptr GetGamepadMapping(GamepadHandle gamepad) => DllImport.GetGamepadMapping(gamepad); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadMappingForGUID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadMappingForGuid(Guid guid) => (sbyte*)((ISdl)this).GetGamepadMappingForGuidRaw(guid); @@ -73752,13 +74967,15 @@ Ptr ISdl.GetGamepadMappingForGuid(Guid guid) => public static Ptr GetGamepadMappingForGuid(Guid guid) => DllImport.GetGamepadMappingForGuid(guid); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadMappingForGUID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadMappingForGuidRaw(Guid guid) => ( (delegate* unmanaged)( - _slots[308] is not null and var loadedFnPtr + _slots[310] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[308] = nativeContext.LoadFunction( + : _slots[310] = nativeContext.LoadFunction( "SDL_GetGamepadMappingForGUID", "SDL3" ) @@ -73771,6 +74988,9 @@ _slots[308] is not null and var loadedFnPtr public static sbyte* GetGamepadMappingForGuidRaw(Guid guid) => DllImport.GetGamepadMappingForGuidRaw(guid); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadMappingForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadMappingForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => (sbyte*)((ISdl)this).GetGamepadMappingForIDRaw(instance_id); @@ -73783,13 +75003,15 @@ public static Ptr GetGamepadMappingForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetGamepadMappingForID(instance_id); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadMappingForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadMappingForIDRaw([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[309] is not null and var loadedFnPtr + _slots[311] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[309] = nativeContext.LoadFunction("SDL_GetGamepadMappingForID", "SDL3") + : _slots[311] = nativeContext.LoadFunction("SDL_GetGamepadMappingForID", "SDL3") ) )(instance_id); @@ -73800,13 +75022,15 @@ _slots[309] is not null and var loadedFnPtr [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetGamepadMappingForIDRaw(instance_id); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadMapping")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadMappingRaw(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[307] is not null and var loadedFnPtr + _slots[309] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[307] = nativeContext.LoadFunction("SDL_GetGamepadMapping", "SDL3") + : _slots[309] = nativeContext.LoadFunction("SDL_GetGamepadMapping", "SDL3") ) )(gamepad); @@ -73816,13 +75040,15 @@ _slots[307] is not null and var loadedFnPtr public static sbyte* GetGamepadMappingRaw(GamepadHandle gamepad) => DllImport.GetGamepadMappingRaw(gamepad); + [return: NativeTypeName("char **")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadMappings")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte** ISdl.GetGamepadMappings(int* count) => ( (delegate* unmanaged)( - _slots[310] is not null and var loadedFnPtr + _slots[312] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[310] = nativeContext.LoadFunction("SDL_GetGamepadMappings", "SDL3") + : _slots[312] = nativeContext.LoadFunction("SDL_GetGamepadMappings", "SDL3") ) )(count); @@ -73831,6 +75057,9 @@ _slots[310] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte** GetGamepadMappings(int* count) => DllImport.GetGamepadMappings(count); + [return: NativeTypeName("char **")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadMappings")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr2D ISdl.GetGamepadMappings(Ref count) { @@ -73847,6 +75076,9 @@ Ptr2D ISdl.GetGamepadMappings(Ref count) public static Ptr2D GetGamepadMappings(Ref count) => DllImport.GetGamepadMappings(count); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadName(GamepadHandle gamepad) => (sbyte*)((ISdl)this).GetGamepadNameRaw(gamepad); @@ -73858,6 +75090,9 @@ Ptr ISdl.GetGamepadName(GamepadHandle gamepad) => public static Ptr GetGamepadName(GamepadHandle gamepad) => DllImport.GetGamepadName(gamepad); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadNameForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadNameForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => (sbyte*)((ISdl)this).GetGamepadNameForIDRaw(instance_id); @@ -73870,13 +75105,15 @@ public static Ptr GetGamepadNameForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetGamepadNameForID(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadNameForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadNameForIDRaw([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[312] is not null and var loadedFnPtr + _slots[314] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[312] = nativeContext.LoadFunction("SDL_GetGamepadNameForID", "SDL3") + : _slots[314] = nativeContext.LoadFunction("SDL_GetGamepadNameForID", "SDL3") ) )(instance_id); @@ -73887,13 +75124,15 @@ _slots[312] is not null and var loadedFnPtr [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetGamepadNameForIDRaw(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadNameRaw(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[311] is not null and var loadedFnPtr + _slots[313] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[311] = nativeContext.LoadFunction("SDL_GetGamepadName", "SDL3") + : _slots[313] = nativeContext.LoadFunction("SDL_GetGamepadName", "SDL3") ) )(gamepad); @@ -73903,6 +75142,9 @@ _slots[311] is not null and var loadedFnPtr public static sbyte* GetGamepadNameRaw(GamepadHandle gamepad) => DllImport.GetGamepadNameRaw(gamepad); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadPath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadPath(GamepadHandle gamepad) => (sbyte*)((ISdl)this).GetGamepadPathRaw(gamepad); @@ -73914,6 +75156,9 @@ Ptr ISdl.GetGamepadPath(GamepadHandle gamepad) => public static Ptr GetGamepadPath(GamepadHandle gamepad) => DllImport.GetGamepadPath(gamepad); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadPathForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadPathForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => (sbyte*)((ISdl)this).GetGamepadPathForIDRaw(instance_id); @@ -73926,13 +75171,15 @@ public static Ptr GetGamepadPathForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetGamepadPathForID(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadPathForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadPathForIDRaw([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[314] is not null and var loadedFnPtr + _slots[316] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[314] = nativeContext.LoadFunction("SDL_GetGamepadPathForID", "SDL3") + : _slots[316] = nativeContext.LoadFunction("SDL_GetGamepadPathForID", "SDL3") ) )(instance_id); @@ -73943,13 +75190,15 @@ _slots[314] is not null and var loadedFnPtr [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetGamepadPathForIDRaw(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadPath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadPathRaw(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[313] is not null and var loadedFnPtr + _slots[315] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[313] = nativeContext.LoadFunction("SDL_GetGamepadPath", "SDL3") + : _slots[315] = nativeContext.LoadFunction("SDL_GetGamepadPath", "SDL3") ) )(gamepad); @@ -73959,13 +75208,14 @@ _slots[313] is not null and var loadedFnPtr public static sbyte* GetGamepadPathRaw(GamepadHandle gamepad) => DllImport.GetGamepadPathRaw(gamepad); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadPlayerIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetGamepadPlayerIndex(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[315] is not null and var loadedFnPtr + _slots[317] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[315] = nativeContext.LoadFunction("SDL_GetGamepadPlayerIndex", "SDL3") + : _slots[317] = nativeContext.LoadFunction("SDL_GetGamepadPlayerIndex", "SDL3") ) )(gamepad); @@ -73974,13 +75224,14 @@ _slots[315] is not null and var loadedFnPtr public static int GetGamepadPlayerIndex(GamepadHandle gamepad) => DllImport.GetGamepadPlayerIndex(gamepad); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadPlayerIndexForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetGamepadPlayerIndexForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[316] is not null and var loadedFnPtr + _slots[318] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[316] = nativeContext.LoadFunction( + : _slots[318] = nativeContext.LoadFunction( "SDL_GetGamepadPlayerIndexForID", "SDL3" ) @@ -73993,13 +75244,14 @@ public static int GetGamepadPlayerIndexForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetGamepadPlayerIndexForID(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadPowerInfo")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] PowerState ISdl.GetGamepadPowerInfo(GamepadHandle gamepad, int* percent) => ( (delegate* unmanaged)( - _slots[317] is not null and var loadedFnPtr + _slots[319] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[317] = nativeContext.LoadFunction("SDL_GetGamepadPowerInfo", "SDL3") + : _slots[319] = nativeContext.LoadFunction("SDL_GetGamepadPowerInfo", "SDL3") ) )(gamepad, percent); @@ -74008,6 +75260,8 @@ _slots[317] is not null and var loadedFnPtr public static PowerState GetGamepadPowerInfo(GamepadHandle gamepad, int* percent) => DllImport.GetGamepadPowerInfo(gamepad, percent); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadPowerInfo")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] PowerState ISdl.GetGamepadPowerInfo(GamepadHandle gamepad, Ref percent) { @@ -74023,13 +75277,15 @@ PowerState ISdl.GetGamepadPowerInfo(GamepadHandle gamepad, Ref percent) public static PowerState GetGamepadPowerInfo(GamepadHandle gamepad, Ref percent) => DllImport.GetGamepadPowerInfo(gamepad, percent); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadProduct")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetGamepadProduct(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[318] is not null and var loadedFnPtr + _slots[320] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[318] = nativeContext.LoadFunction("SDL_GetGamepadProduct", "SDL3") + : _slots[320] = nativeContext.LoadFunction("SDL_GetGamepadProduct", "SDL3") ) )(gamepad); @@ -74039,13 +75295,15 @@ _slots[318] is not null and var loadedFnPtr public static ushort GetGamepadProduct(GamepadHandle gamepad) => DllImport.GetGamepadProduct(gamepad); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadProductForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetGamepadProductForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[319] is not null and var loadedFnPtr + _slots[321] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[319] = nativeContext.LoadFunction("SDL_GetGamepadProductForID", "SDL3") + : _slots[321] = nativeContext.LoadFunction("SDL_GetGamepadProductForID", "SDL3") ) )(instance_id); @@ -74056,13 +75314,15 @@ public static ushort GetGamepadProductForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetGamepadProductForID(instance_id); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadProductVersion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetGamepadProductVersion(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[320] is not null and var loadedFnPtr + _slots[322] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[320] = nativeContext.LoadFunction( + : _slots[322] = nativeContext.LoadFunction( "SDL_GetGamepadProductVersion", "SDL3" ) @@ -74075,15 +75335,17 @@ _slots[320] is not null and var loadedFnPtr public static ushort GetGamepadProductVersion(GamepadHandle gamepad) => DllImport.GetGamepadProductVersion(gamepad); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadProductVersionForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetGamepadProductVersionForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => ( (delegate* unmanaged)( - _slots[321] is not null and var loadedFnPtr + _slots[323] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[321] = nativeContext.LoadFunction( + : _slots[323] = nativeContext.LoadFunction( "SDL_GetGamepadProductVersionForID", "SDL3" ) @@ -74097,13 +75359,15 @@ public static ushort GetGamepadProductVersionForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetGamepadProductVersionForID(instance_id); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetGamepadProperties(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[322] is not null and var loadedFnPtr + _slots[324] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[322] = nativeContext.LoadFunction("SDL_GetGamepadProperties", "SDL3") + : _slots[324] = nativeContext.LoadFunction("SDL_GetGamepadProperties", "SDL3") ) )(gamepad); @@ -74113,13 +75377,15 @@ _slots[322] is not null and var loadedFnPtr public static uint GetGamepadProperties(GamepadHandle gamepad) => DllImport.GetGamepadProperties(gamepad); + [return: NativeTypeName("SDL_JoystickID *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepads")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint* ISdl.GetGamepads(int* count) => ( (delegate* unmanaged)( - _slots[323] is not null and var loadedFnPtr + _slots[325] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[323] = nativeContext.LoadFunction("SDL_GetGamepads", "SDL3") + : _slots[325] = nativeContext.LoadFunction("SDL_GetGamepads", "SDL3") ) )(count); @@ -74128,6 +75394,9 @@ _slots[323] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint* GetGamepads(int* count) => DllImport.GetGamepads(count); + [return: NativeTypeName("SDL_JoystickID *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepads")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepads(Ref count) { @@ -74143,6 +75412,8 @@ Ptr ISdl.GetGamepads(Ref count) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetGamepads(Ref count) => DllImport.GetGamepads(count); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadSensorData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetGamepadSensorData( GamepadHandle gamepad, @@ -74152,9 +75423,9 @@ int num_values ) => ( (delegate* unmanaged)( - _slots[324] is not null and var loadedFnPtr + _slots[326] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[324] = nativeContext.LoadFunction("SDL_GetGamepadSensorData", "SDL3") + : _slots[326] = nativeContext.LoadFunction("SDL_GetGamepadSensorData", "SDL3") ) )(gamepad, type, data, num_values); @@ -74168,6 +75439,9 @@ public static byte GetGamepadSensorData( int num_values ) => DllImport.GetGamepadSensorData(gamepad, type, data, num_values); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadSensorData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetGamepadSensorData( GamepadHandle gamepad, @@ -74194,13 +75468,14 @@ public static MaybeBool GetGamepadSensorData( int num_values ) => DllImport.GetGamepadSensorData(gamepad, type, data, num_values); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadSensorDataRate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.GetGamepadSensorDataRate(GamepadHandle gamepad, SensorType type) => ( (delegate* unmanaged)( - _slots[325] is not null and var loadedFnPtr + _slots[327] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[325] = nativeContext.LoadFunction( + : _slots[327] = nativeContext.LoadFunction( "SDL_GetGamepadSensorDataRate", "SDL3" ) @@ -74212,6 +75487,9 @@ _slots[325] is not null and var loadedFnPtr public static float GetGamepadSensorDataRate(GamepadHandle gamepad, SensorType type) => DllImport.GetGamepadSensorDataRate(gamepad, type); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadSerial")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadSerial(GamepadHandle gamepad) => (sbyte*)((ISdl)this).GetGamepadSerialRaw(gamepad); @@ -74223,13 +75501,15 @@ Ptr ISdl.GetGamepadSerial(GamepadHandle gamepad) => public static Ptr GetGamepadSerial(GamepadHandle gamepad) => DllImport.GetGamepadSerial(gamepad); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadSerial")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadSerialRaw(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[326] is not null and var loadedFnPtr + _slots[328] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[326] = nativeContext.LoadFunction("SDL_GetGamepadSerial", "SDL3") + : _slots[328] = nativeContext.LoadFunction("SDL_GetGamepadSerial", "SDL3") ) )(gamepad); @@ -74239,13 +75519,15 @@ _slots[326] is not null and var loadedFnPtr public static sbyte* GetGamepadSerialRaw(GamepadHandle gamepad) => DllImport.GetGamepadSerialRaw(gamepad); + [return: NativeTypeName("Uint64")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadSteamHandle")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong ISdl.GetGamepadSteamHandle(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[327] is not null and var loadedFnPtr + _slots[329] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[327] = nativeContext.LoadFunction("SDL_GetGamepadSteamHandle", "SDL3") + : _slots[329] = nativeContext.LoadFunction("SDL_GetGamepadSteamHandle", "SDL3") ) )(gamepad); @@ -74255,6 +75537,9 @@ _slots[327] is not null and var loadedFnPtr public static ulong GetGamepadSteamHandle(GamepadHandle gamepad) => DllImport.GetGamepadSteamHandle(gamepad); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadStringForAxis")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadStringForAxis(GamepadAxis axis) => (sbyte*)((ISdl)this).GetGamepadStringForAxisRaw(axis); @@ -74266,13 +75551,15 @@ Ptr ISdl.GetGamepadStringForAxis(GamepadAxis axis) => public static Ptr GetGamepadStringForAxis(GamepadAxis axis) => DllImport.GetGamepadStringForAxis(axis); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadStringForAxis")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadStringForAxisRaw(GamepadAxis axis) => ( (delegate* unmanaged)( - _slots[328] is not null and var loadedFnPtr + _slots[330] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[328] = nativeContext.LoadFunction( + : _slots[330] = nativeContext.LoadFunction( "SDL_GetGamepadStringForAxis", "SDL3" ) @@ -74285,6 +75572,9 @@ _slots[328] is not null and var loadedFnPtr public static sbyte* GetGamepadStringForAxisRaw(GamepadAxis axis) => DllImport.GetGamepadStringForAxisRaw(axis); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadStringForButton")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadStringForButton(GamepadButton button) => (sbyte*)((ISdl)this).GetGamepadStringForButtonRaw(button); @@ -74296,13 +75586,15 @@ Ptr ISdl.GetGamepadStringForButton(GamepadButton button) => public static Ptr GetGamepadStringForButton(GamepadButton button) => DllImport.GetGamepadStringForButton(button); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadStringForButton")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadStringForButtonRaw(GamepadButton button) => ( (delegate* unmanaged)( - _slots[329] is not null and var loadedFnPtr + _slots[331] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[329] = nativeContext.LoadFunction( + : _slots[331] = nativeContext.LoadFunction( "SDL_GetGamepadStringForButton", "SDL3" ) @@ -74315,6 +75607,9 @@ _slots[329] is not null and var loadedFnPtr public static sbyte* GetGamepadStringForButtonRaw(GamepadButton button) => DllImport.GetGamepadStringForButtonRaw(button); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadStringForType")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGamepadStringForType(GamepadType type) => (sbyte*)((ISdl)this).GetGamepadStringForTypeRaw(type); @@ -74326,13 +75621,15 @@ Ptr ISdl.GetGamepadStringForType(GamepadType type) => public static Ptr GetGamepadStringForType(GamepadType type) => DllImport.GetGamepadStringForType(type); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadStringForType")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGamepadStringForTypeRaw(GamepadType type) => ( (delegate* unmanaged)( - _slots[330] is not null and var loadedFnPtr + _slots[332] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[330] = nativeContext.LoadFunction( + : _slots[332] = nativeContext.LoadFunction( "SDL_GetGamepadStringForType", "SDL3" ) @@ -74345,6 +75642,8 @@ _slots[330] is not null and var loadedFnPtr public static sbyte* GetGamepadStringForTypeRaw(GamepadType type) => DllImport.GetGamepadStringForTypeRaw(type); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadTouchpadFinger")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetGamepadTouchpadFinger( GamepadHandle gamepad, @@ -74357,9 +75656,9 @@ byte ISdl.GetGamepadTouchpadFinger( ) => ( (delegate* unmanaged)( - _slots[331] is not null and var loadedFnPtr + _slots[333] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[331] = nativeContext.LoadFunction( + : _slots[333] = nativeContext.LoadFunction( "SDL_GetGamepadTouchpadFinger", "SDL3" ) @@ -74379,6 +75678,9 @@ public static byte GetGamepadTouchpadFinger( float* pressure ) => DllImport.GetGamepadTouchpadFinger(gamepad, touchpad, finger, down, x, y, pressure); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadTouchpadFinger")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetGamepadTouchpadFinger( GamepadHandle gamepad, @@ -74423,13 +75725,14 @@ public static MaybeBool GetGamepadTouchpadFinger( Ref pressure ) => DllImport.GetGamepadTouchpadFinger(gamepad, touchpad, finger, down, x, y, pressure); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadType")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadType ISdl.GetGamepadType(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[332] is not null and var loadedFnPtr + _slots[334] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[332] = nativeContext.LoadFunction("SDL_GetGamepadType", "SDL3") + : _slots[334] = nativeContext.LoadFunction("SDL_GetGamepadType", "SDL3") ) )(gamepad); @@ -74438,13 +75741,14 @@ _slots[332] is not null and var loadedFnPtr public static GamepadType GetGamepadType(GamepadHandle gamepad) => DllImport.GetGamepadType(gamepad); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadTypeForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadType ISdl.GetGamepadTypeForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[333] is not null and var loadedFnPtr + _slots[335] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[333] = nativeContext.LoadFunction("SDL_GetGamepadTypeForID", "SDL3") + : _slots[335] = nativeContext.LoadFunction("SDL_GetGamepadTypeForID", "SDL3") ) )(instance_id); @@ -74454,13 +75758,14 @@ public static GamepadType GetGamepadTypeForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetGamepadTypeForID(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadTypeFromString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadType ISdl.GetGamepadTypeFromString([NativeTypeName("const char *")] sbyte* str) => ( (delegate* unmanaged)( - _slots[334] is not null and var loadedFnPtr + _slots[336] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[334] = nativeContext.LoadFunction( + : _slots[336] = nativeContext.LoadFunction( "SDL_GetGamepadTypeFromString", "SDL3" ) @@ -74473,6 +75778,8 @@ public static GamepadType GetGamepadTypeFromString( [NativeTypeName("const char *")] sbyte* str ) => DllImport.GetGamepadTypeFromString(str); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadTypeFromString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadType ISdl.GetGamepadTypeFromString([NativeTypeName("const char *")] Ref str) { @@ -74489,13 +75796,15 @@ public static GamepadType GetGamepadTypeFromString( [NativeTypeName("const char *")] Ref str ) => DllImport.GetGamepadTypeFromString(str); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadVendor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetGamepadVendor(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[335] is not null and var loadedFnPtr + _slots[337] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[335] = nativeContext.LoadFunction("SDL_GetGamepadVendor", "SDL3") + : _slots[337] = nativeContext.LoadFunction("SDL_GetGamepadVendor", "SDL3") ) )(gamepad); @@ -74505,13 +75814,15 @@ _slots[335] is not null and var loadedFnPtr public static ushort GetGamepadVendor(GamepadHandle gamepad) => DllImport.GetGamepadVendor(gamepad); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGamepadVendorForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetGamepadVendorForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[336] is not null and var loadedFnPtr + _slots[338] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[336] = nativeContext.LoadFunction("SDL_GetGamepadVendorForID", "SDL3") + : _slots[338] = nativeContext.LoadFunction("SDL_GetGamepadVendorForID", "SDL3") ) )(instance_id); @@ -74522,13 +75833,15 @@ public static ushort GetGamepadVendorForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetGamepadVendorForID(instance_id); + [return: NativeTypeName("SDL_MouseButtonFlags")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGlobalMouseState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetGlobalMouseState(float* x, float* y) => ( (delegate* unmanaged)( - _slots[337] is not null and var loadedFnPtr + _slots[339] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[337] = nativeContext.LoadFunction("SDL_GetGlobalMouseState", "SDL3") + : _slots[339] = nativeContext.LoadFunction("SDL_GetGlobalMouseState", "SDL3") ) )(x, y); @@ -74538,6 +75851,9 @@ _slots[337] is not null and var loadedFnPtr public static uint GetGlobalMouseState(float* x, float* y) => DllImport.GetGlobalMouseState(x, y); + [return: NativeTypeName("SDL_MouseButtonFlags")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGlobalMouseState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetGlobalMouseState(Ref x, Ref y) { @@ -74555,13 +75871,15 @@ uint ISdl.GetGlobalMouseState(Ref x, Ref y) public static uint GetGlobalMouseState(Ref x, Ref y) => DllImport.GetGlobalMouseState(x, y); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGlobalProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetGlobalProperties() => ( (delegate* unmanaged)( - _slots[338] is not null and var loadedFnPtr + _slots[340] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[338] = nativeContext.LoadFunction("SDL_GetGlobalProperties", "SDL3") + : _slots[340] = nativeContext.LoadFunction("SDL_GetGlobalProperties", "SDL3") ) )(); @@ -74570,6 +75888,9 @@ _slots[338] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetGlobalProperties() => DllImport.GetGlobalProperties(); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGPUDeviceDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGPUDeviceDriver(GPUDeviceHandle device) => (sbyte*)((ISdl)this).GetGPUDeviceDriverRaw(device); @@ -74581,13 +75902,15 @@ Ptr ISdl.GetGPUDeviceDriver(GPUDeviceHandle device) => public static Ptr GetGPUDeviceDriver(GPUDeviceHandle device) => DllImport.GetGPUDeviceDriver(device); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGPUDeviceDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGPUDeviceDriverRaw(GPUDeviceHandle device) => ( (delegate* unmanaged)( - _slots[339] is not null and var loadedFnPtr + _slots[341] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[339] = nativeContext.LoadFunction("SDL_GetGPUDeviceDriver", "SDL3") + : _slots[341] = nativeContext.LoadFunction("SDL_GetGPUDeviceDriver", "SDL3") ) )(device); @@ -74597,6 +75920,9 @@ _slots[339] is not null and var loadedFnPtr public static sbyte* GetGPUDeviceDriverRaw(GPUDeviceHandle device) => DllImport.GetGPUDeviceDriverRaw(device); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGPUDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetGPUDriver(int index) => (sbyte*)((ISdl)this).GetGPUDriverRaw(index); @@ -74606,13 +75932,15 @@ _slots[339] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetGPUDriver(int index) => DllImport.GetGPUDriver(index); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGPUDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetGPUDriverRaw(int index) => ( (delegate* unmanaged)( - _slots[340] is not null and var loadedFnPtr + _slots[342] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[340] = nativeContext.LoadFunction("SDL_GetGPUDriver", "SDL3") + : _slots[342] = nativeContext.LoadFunction("SDL_GetGPUDriver", "SDL3") ) )(index); @@ -74621,13 +75949,15 @@ _slots[340] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetGPUDriverRaw(int index) => DllImport.GetGPUDriverRaw(index); + [return: NativeTypeName("SDL_GPUShaderFormat")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetGPUShaderFormats")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetGPUShaderFormats(GPUDeviceHandle device) => ( (delegate* unmanaged)( - _slots[341] is not null and var loadedFnPtr + _slots[343] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[341] = nativeContext.LoadFunction("SDL_GetGPUShaderFormats", "SDL3") + : _slots[343] = nativeContext.LoadFunction("SDL_GetGPUShaderFormats", "SDL3") ) )(device); @@ -74637,6 +75967,7 @@ _slots[341] is not null and var loadedFnPtr public static uint GetGPUShaderFormats(GPUDeviceHandle device) => DllImport.GetGPUShaderFormats(device); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGPUSwapchainTextureFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUTextureFormat ISdl.GetGPUSwapchainTextureFormat( GPUDeviceHandle device, @@ -74644,9 +75975,9 @@ WindowHandle window ) => ( (delegate* unmanaged)( - _slots[342] is not null and var loadedFnPtr + _slots[344] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[342] = nativeContext.LoadFunction( + : _slots[344] = nativeContext.LoadFunction( "SDL_GetGPUSwapchainTextureFormat", "SDL3" ) @@ -74660,13 +75991,14 @@ public static GPUTextureFormat GetGPUSwapchainTextureFormat( WindowHandle window ) => DllImport.GetGPUSwapchainTextureFormat(device, window); + [NativeFunction("SDL3", EntryPoint = "SDL_GetGrabbedWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.GetGrabbedWindow() => ( (delegate* unmanaged)( - _slots[343] is not null and var loadedFnPtr + _slots[345] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[343] = nativeContext.LoadFunction("SDL_GetGrabbedWindow", "SDL3") + : _slots[345] = nativeContext.LoadFunction("SDL_GetGrabbedWindow", "SDL3") ) )(); @@ -74674,6 +76006,9 @@ _slots[343] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static WindowHandle GetGrabbedWindow() => DllImport.GetGrabbedWindow(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHapticEffectStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetHapticEffectStatus(HapticHandle haptic, int effect) => (MaybeBool)(byte)((ISdl)this).GetHapticEffectStatusRaw(haptic, effect); @@ -74685,13 +76020,15 @@ MaybeBool ISdl.GetHapticEffectStatus(HapticHandle haptic, int effect) => public static MaybeBool GetHapticEffectStatus(HapticHandle haptic, int effect) => DllImport.GetHapticEffectStatus(haptic, effect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHapticEffectStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetHapticEffectStatusRaw(HapticHandle haptic, int effect) => ( (delegate* unmanaged)( - _slots[344] is not null and var loadedFnPtr + _slots[346] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[344] = nativeContext.LoadFunction("SDL_GetHapticEffectStatus", "SDL3") + : _slots[346] = nativeContext.LoadFunction("SDL_GetHapticEffectStatus", "SDL3") ) )(haptic, effect); @@ -74701,13 +76038,15 @@ _slots[344] is not null and var loadedFnPtr public static byte GetHapticEffectStatusRaw(HapticHandle haptic, int effect) => DllImport.GetHapticEffectStatusRaw(haptic, effect); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHapticFeatures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetHapticFeatures(HapticHandle haptic) => ( (delegate* unmanaged)( - _slots[345] is not null and var loadedFnPtr + _slots[347] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[345] = nativeContext.LoadFunction("SDL_GetHapticFeatures", "SDL3") + : _slots[347] = nativeContext.LoadFunction("SDL_GetHapticFeatures", "SDL3") ) )(haptic); @@ -74717,13 +76056,14 @@ _slots[345] is not null and var loadedFnPtr public static uint GetHapticFeatures(HapticHandle haptic) => DllImport.GetHapticFeatures(haptic); + [NativeFunction("SDL3", EntryPoint = "SDL_GetHapticFromID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] HapticHandle ISdl.GetHapticFromID([NativeTypeName("SDL_HapticID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[346] is not null and var loadedFnPtr + _slots[348] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[346] = nativeContext.LoadFunction("SDL_GetHapticFromID", "SDL3") + : _slots[348] = nativeContext.LoadFunction("SDL_GetHapticFromID", "SDL3") ) )(instance_id); @@ -74732,13 +76072,15 @@ _slots[346] is not null and var loadedFnPtr public static HapticHandle GetHapticFromID([NativeTypeName("SDL_HapticID")] uint instance_id) => DllImport.GetHapticFromID(instance_id); + [return: NativeTypeName("SDL_HapticID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHapticID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetHapticID(HapticHandle haptic) => ( (delegate* unmanaged)( - _slots[347] is not null and var loadedFnPtr + _slots[349] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[347] = nativeContext.LoadFunction("SDL_GetHapticID", "SDL3") + : _slots[349] = nativeContext.LoadFunction("SDL_GetHapticID", "SDL3") ) )(haptic); @@ -74747,6 +76089,9 @@ _slots[347] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetHapticID(HapticHandle haptic) => DllImport.GetHapticID(haptic); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHapticName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetHapticName(HapticHandle haptic) => (sbyte*)((ISdl)this).GetHapticNameRaw(haptic); @@ -74757,6 +76102,9 @@ Ptr ISdl.GetHapticName(HapticHandle haptic) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetHapticName(HapticHandle haptic) => DllImport.GetHapticName(haptic); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHapticNameForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetHapticNameForID([NativeTypeName("SDL_HapticID")] uint instance_id) => (sbyte*)((ISdl)this).GetHapticNameForIDRaw(instance_id); @@ -74769,13 +76117,15 @@ public static Ptr GetHapticNameForID( [NativeTypeName("SDL_HapticID")] uint instance_id ) => DllImport.GetHapticNameForID(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHapticNameForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetHapticNameForIDRaw([NativeTypeName("SDL_HapticID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[349] is not null and var loadedFnPtr + _slots[351] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[349] = nativeContext.LoadFunction("SDL_GetHapticNameForID", "SDL3") + : _slots[351] = nativeContext.LoadFunction("SDL_GetHapticNameForID", "SDL3") ) )(instance_id); @@ -74785,13 +76135,15 @@ _slots[349] is not null and var loadedFnPtr public static sbyte* GetHapticNameForIDRaw([NativeTypeName("SDL_HapticID")] uint instance_id) => DllImport.GetHapticNameForIDRaw(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHapticName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetHapticNameRaw(HapticHandle haptic) => ( (delegate* unmanaged)( - _slots[348] is not null and var loadedFnPtr + _slots[350] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[348] = nativeContext.LoadFunction("SDL_GetHapticName", "SDL3") + : _slots[350] = nativeContext.LoadFunction("SDL_GetHapticName", "SDL3") ) )(haptic); @@ -74801,13 +76153,15 @@ _slots[348] is not null and var loadedFnPtr public static sbyte* GetHapticNameRaw(HapticHandle haptic) => DllImport.GetHapticNameRaw(haptic); + [return: NativeTypeName("SDL_HapticID *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHaptics")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint* ISdl.GetHaptics(int* count) => ( (delegate* unmanaged)( - _slots[350] is not null and var loadedFnPtr + _slots[352] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[350] = nativeContext.LoadFunction("SDL_GetHaptics", "SDL3") + : _slots[352] = nativeContext.LoadFunction("SDL_GetHaptics", "SDL3") ) )(count); @@ -74816,6 +76170,9 @@ _slots[350] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint* GetHaptics(int* count) => DllImport.GetHaptics(count); + [return: NativeTypeName("SDL_HapticID *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHaptics")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetHaptics(Ref count) { @@ -74831,13 +76188,15 @@ Ptr ISdl.GetHaptics(Ref count) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetHaptics(Ref count) => DllImport.GetHaptics(count); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetHint([NativeTypeName("const char *")] sbyte* name) => ( (delegate* unmanaged)( - _slots[351] is not null and var loadedFnPtr + _slots[353] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[351] = nativeContext.LoadFunction("SDL_GetHint", "SDL3") + : _slots[353] = nativeContext.LoadFunction("SDL_GetHint", "SDL3") ) )(name); @@ -74847,6 +76206,9 @@ _slots[351] is not null and var loadedFnPtr public static sbyte* GetHint([NativeTypeName("const char *")] sbyte* name) => DllImport.GetHint(name); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetHint([NativeTypeName("const char *")] Ref name) { @@ -74863,6 +76225,8 @@ Ptr ISdl.GetHint([NativeTypeName("const char *")] Ref name) public static Ptr GetHint([NativeTypeName("const char *")] Ref name) => DllImport.GetHint(name); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHintBoolean")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetHintBoolean( [NativeTypeName("const char *")] sbyte* name, @@ -74870,9 +76234,9 @@ byte ISdl.GetHintBoolean( ) => ( (delegate* unmanaged)( - _slots[352] is not null and var loadedFnPtr + _slots[354] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[352] = nativeContext.LoadFunction("SDL_GetHintBoolean", "SDL3") + : _slots[354] = nativeContext.LoadFunction("SDL_GetHintBoolean", "SDL3") ) )(name, default_value); @@ -74884,6 +76248,9 @@ public static byte GetHintBoolean( [NativeTypeName("bool")] byte default_value ) => DllImport.GetHintBoolean(name, default_value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetHintBoolean")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetHintBoolean( [NativeTypeName("const char *")] Ref name, @@ -74906,13 +76273,15 @@ public static MaybeBool GetHintBoolean( [NativeTypeName("bool")] MaybeBool default_value ) => DllImport.GetHintBoolean(name, default_value); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetIOProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetIOProperties(IOStreamHandle context) => ( (delegate* unmanaged)( - _slots[353] is not null and var loadedFnPtr + _slots[355] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[353] = nativeContext.LoadFunction("SDL_GetIOProperties", "SDL3") + : _slots[355] = nativeContext.LoadFunction("SDL_GetIOProperties", "SDL3") ) )(context); @@ -74922,13 +76291,15 @@ _slots[353] is not null and var loadedFnPtr public static uint GetIOProperties(IOStreamHandle context) => DllImport.GetIOProperties(context); + [return: NativeTypeName("Sint64")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetIOSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] long ISdl.GetIOSize(IOStreamHandle context) => ( (delegate* unmanaged)( - _slots[354] is not null and var loadedFnPtr + _slots[356] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[354] = nativeContext.LoadFunction("SDL_GetIOSize", "SDL3") + : _slots[356] = nativeContext.LoadFunction("SDL_GetIOSize", "SDL3") ) )(context); @@ -74937,13 +76308,14 @@ _slots[354] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static long GetIOSize(IOStreamHandle context) => DllImport.GetIOSize(context); + [NativeFunction("SDL3", EntryPoint = "SDL_GetIOStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IOStatus ISdl.GetIOStatus(IOStreamHandle context) => ( (delegate* unmanaged)( - _slots[355] is not null and var loadedFnPtr + _slots[357] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[355] = nativeContext.LoadFunction("SDL_GetIOStatus", "SDL3") + : _slots[357] = nativeContext.LoadFunction("SDL_GetIOStatus", "SDL3") ) )(context); @@ -74951,13 +76323,15 @@ _slots[355] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static IOStatus GetIOStatus(IOStreamHandle context) => DllImport.GetIOStatus(context); + [return: NativeTypeName("Sint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickAxis")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] short ISdl.GetJoystickAxis(JoystickHandle joystick, int axis) => ( (delegate* unmanaged)( - _slots[356] is not null and var loadedFnPtr + _slots[358] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[356] = nativeContext.LoadFunction("SDL_GetJoystickAxis", "SDL3") + : _slots[358] = nativeContext.LoadFunction("SDL_GetJoystickAxis", "SDL3") ) )(joystick, axis); @@ -74967,6 +76341,8 @@ _slots[356] is not null and var loadedFnPtr public static short GetJoystickAxis(JoystickHandle joystick, int axis) => DllImport.GetJoystickAxis(joystick, axis); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickAxisInitialState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetJoystickAxisInitialState( JoystickHandle joystick, @@ -74975,9 +76351,9 @@ byte ISdl.GetJoystickAxisInitialState( ) => ( (delegate* unmanaged)( - _slots[357] is not null and var loadedFnPtr + _slots[359] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[357] = nativeContext.LoadFunction( + : _slots[359] = nativeContext.LoadFunction( "SDL_GetJoystickAxisInitialState", "SDL3" ) @@ -74993,6 +76369,9 @@ public static byte GetJoystickAxisInitialState( [NativeTypeName("Sint16 *")] short* state ) => DllImport.GetJoystickAxisInitialState(joystick, axis, state); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickAxisInitialState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetJoystickAxisInitialState( JoystickHandle joystick, @@ -75017,13 +76396,15 @@ public static MaybeBool GetJoystickAxisInitialState( [NativeTypeName("Sint16 *")] Ref state ) => DllImport.GetJoystickAxisInitialState(joystick, axis, state); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickBall")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetJoystickBall(JoystickHandle joystick, int ball, int* dx, int* dy) => ( (delegate* unmanaged)( - _slots[358] is not null and var loadedFnPtr + _slots[360] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[358] = nativeContext.LoadFunction("SDL_GetJoystickBall", "SDL3") + : _slots[360] = nativeContext.LoadFunction("SDL_GetJoystickBall", "SDL3") ) )(joystick, ball, dx, dy); @@ -75033,6 +76414,9 @@ _slots[358] is not null and var loadedFnPtr public static byte GetJoystickBall(JoystickHandle joystick, int ball, int* dx, int* dy) => DllImport.GetJoystickBall(joystick, ball, dx, dy); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickBall")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetJoystickBall( JoystickHandle joystick, @@ -75060,6 +76444,9 @@ public static MaybeBool GetJoystickBall( Ref dy ) => DllImport.GetJoystickBall(joystick, ball, dx, dy); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickButton")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetJoystickButton(JoystickHandle joystick, int button) => (MaybeBool)(byte)((ISdl)this).GetJoystickButtonRaw(joystick, button); @@ -75071,13 +76458,15 @@ MaybeBool ISdl.GetJoystickButton(JoystickHandle joystick, int button) => public static MaybeBool GetJoystickButton(JoystickHandle joystick, int button) => DllImport.GetJoystickButton(joystick, button); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickButton")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetJoystickButtonRaw(JoystickHandle joystick, int button) => ( (delegate* unmanaged)( - _slots[359] is not null and var loadedFnPtr + _slots[361] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[359] = nativeContext.LoadFunction("SDL_GetJoystickButton", "SDL3") + : _slots[361] = nativeContext.LoadFunction("SDL_GetJoystickButton", "SDL3") ) )(joystick, button); @@ -75087,13 +76476,14 @@ _slots[359] is not null and var loadedFnPtr public static byte GetJoystickButtonRaw(JoystickHandle joystick, int button) => DllImport.GetJoystickButtonRaw(joystick, button); + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickConnectionState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] JoystickConnectionState ISdl.GetJoystickConnectionState(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[360] is not null and var loadedFnPtr + _slots[362] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[360] = nativeContext.LoadFunction( + : _slots[362] = nativeContext.LoadFunction( "SDL_GetJoystickConnectionState", "SDL3" ) @@ -75105,13 +76495,15 @@ _slots[360] is not null and var loadedFnPtr public static JoystickConnectionState GetJoystickConnectionState(JoystickHandle joystick) => DllImport.GetJoystickConnectionState(joystick); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickFirmwareVersion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetJoystickFirmwareVersion(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[361] is not null and var loadedFnPtr + _slots[363] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[361] = nativeContext.LoadFunction( + : _slots[363] = nativeContext.LoadFunction( "SDL_GetJoystickFirmwareVersion", "SDL3" ) @@ -75124,13 +76516,14 @@ _slots[361] is not null and var loadedFnPtr public static ushort GetJoystickFirmwareVersion(JoystickHandle joystick) => DllImport.GetJoystickFirmwareVersion(joystick); + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickFromID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] JoystickHandle ISdl.GetJoystickFromID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[362] is not null and var loadedFnPtr + _slots[364] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[362] = nativeContext.LoadFunction("SDL_GetJoystickFromID", "SDL3") + : _slots[364] = nativeContext.LoadFunction("SDL_GetJoystickFromID", "SDL3") ) )(instance_id); @@ -75140,13 +76533,14 @@ public static JoystickHandle GetJoystickFromID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetJoystickFromID(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickFromPlayerIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] JoystickHandle ISdl.GetJoystickFromPlayerIndex(int player_index) => ( (delegate* unmanaged)( - _slots[363] is not null and var loadedFnPtr + _slots[365] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[363] = nativeContext.LoadFunction( + : _slots[365] = nativeContext.LoadFunction( "SDL_GetJoystickFromPlayerIndex", "SDL3" ) @@ -75158,13 +76552,14 @@ _slots[363] is not null and var loadedFnPtr public static JoystickHandle GetJoystickFromPlayerIndex(int player_index) => DllImport.GetJoystickFromPlayerIndex(player_index); + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickGUID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Guid ISdl.GetJoystickGuid(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[364] is not null and var loadedFnPtr + _slots[366] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[364] = nativeContext.LoadFunction("SDL_GetJoystickGUID", "SDL3") + : _slots[366] = nativeContext.LoadFunction("SDL_GetJoystickGUID", "SDL3") ) )(joystick); @@ -75173,13 +76568,14 @@ _slots[364] is not null and var loadedFnPtr public static Guid GetJoystickGuid(JoystickHandle joystick) => DllImport.GetJoystickGuid(joystick); + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickGUIDForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Guid ISdl.GetJoystickGuidForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[365] is not null and var loadedFnPtr + _slots[367] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[365] = nativeContext.LoadFunction("SDL_GetJoystickGUIDForID", "SDL3") + : _slots[367] = nativeContext.LoadFunction("SDL_GetJoystickGUIDForID", "SDL3") ) )(instance_id); @@ -75188,6 +76584,7 @@ _slots[365] is not null and var loadedFnPtr public static Guid GetJoystickGuidForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => DllImport.GetJoystickGuidForID(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickGUIDInfo")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GetJoystickGuidInfo( Guid guid, @@ -75198,9 +76595,9 @@ void ISdl.GetJoystickGuidInfo( ) => ( (delegate* unmanaged)( - _slots[366] is not null and var loadedFnPtr + _slots[368] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[366] = nativeContext.LoadFunction("SDL_GetJoystickGUIDInfo", "SDL3") + : _slots[368] = nativeContext.LoadFunction("SDL_GetJoystickGUIDInfo", "SDL3") ) )(guid, vendor, product, version, crc16); @@ -75214,6 +76611,8 @@ public static void GetJoystickGuidInfo( [NativeTypeName("Uint16 *")] ushort* crc16 ) => DllImport.GetJoystickGuidInfo(guid, vendor, product, version, crc16); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickGUIDInfo")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GetJoystickGuidInfo( Guid guid, @@ -75249,13 +76648,15 @@ public static void GetJoystickGuidInfo( [NativeTypeName("Uint16 *")] Ref crc16 ) => DllImport.GetJoystickGuidInfo(guid, vendor, product, version, crc16); + [return: NativeTypeName("Uint8")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickHat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetJoystickHat(JoystickHandle joystick, int hat) => ( (delegate* unmanaged)( - _slots[367] is not null and var loadedFnPtr + _slots[369] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[367] = nativeContext.LoadFunction("SDL_GetJoystickHat", "SDL3") + : _slots[369] = nativeContext.LoadFunction("SDL_GetJoystickHat", "SDL3") ) )(joystick, hat); @@ -75265,13 +76666,15 @@ _slots[367] is not null and var loadedFnPtr public static byte GetJoystickHat(JoystickHandle joystick, int hat) => DllImport.GetJoystickHat(joystick, hat); + [return: NativeTypeName("SDL_JoystickID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetJoystickID(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[368] is not null and var loadedFnPtr + _slots[370] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[368] = nativeContext.LoadFunction("SDL_GetJoystickID", "SDL3") + : _slots[370] = nativeContext.LoadFunction("SDL_GetJoystickID", "SDL3") ) )(joystick); @@ -75280,6 +76683,9 @@ _slots[368] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetJoystickID(JoystickHandle joystick) => DllImport.GetJoystickID(joystick); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetJoystickName(JoystickHandle joystick) => (sbyte*)((ISdl)this).GetJoystickNameRaw(joystick); @@ -75291,6 +76697,9 @@ Ptr ISdl.GetJoystickName(JoystickHandle joystick) => public static Ptr GetJoystickName(JoystickHandle joystick) => DllImport.GetJoystickName(joystick); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickNameForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetJoystickNameForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => (sbyte*)((ISdl)this).GetJoystickNameForIDRaw(instance_id); @@ -75303,13 +76712,15 @@ public static Ptr GetJoystickNameForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetJoystickNameForID(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickNameForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetJoystickNameForIDRaw([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[370] is not null and var loadedFnPtr + _slots[372] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[370] = nativeContext.LoadFunction("SDL_GetJoystickNameForID", "SDL3") + : _slots[372] = nativeContext.LoadFunction("SDL_GetJoystickNameForID", "SDL3") ) )(instance_id); @@ -75320,13 +76731,15 @@ _slots[370] is not null and var loadedFnPtr [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetJoystickNameForIDRaw(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetJoystickNameRaw(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[369] is not null and var loadedFnPtr + _slots[371] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[369] = nativeContext.LoadFunction("SDL_GetJoystickName", "SDL3") + : _slots[371] = nativeContext.LoadFunction("SDL_GetJoystickName", "SDL3") ) )(joystick); @@ -75336,6 +76749,9 @@ _slots[369] is not null and var loadedFnPtr public static sbyte* GetJoystickNameRaw(JoystickHandle joystick) => DllImport.GetJoystickNameRaw(joystick); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickPath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetJoystickPath(JoystickHandle joystick) => (sbyte*)((ISdl)this).GetJoystickPathRaw(joystick); @@ -75347,6 +76763,9 @@ Ptr ISdl.GetJoystickPath(JoystickHandle joystick) => public static Ptr GetJoystickPath(JoystickHandle joystick) => DllImport.GetJoystickPath(joystick); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickPathForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetJoystickPathForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => (sbyte*)((ISdl)this).GetJoystickPathForIDRaw(instance_id); @@ -75359,13 +76778,15 @@ public static Ptr GetJoystickPathForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetJoystickPathForID(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickPathForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetJoystickPathForIDRaw([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[372] is not null and var loadedFnPtr + _slots[374] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[372] = nativeContext.LoadFunction("SDL_GetJoystickPathForID", "SDL3") + : _slots[374] = nativeContext.LoadFunction("SDL_GetJoystickPathForID", "SDL3") ) )(instance_id); @@ -75376,13 +76797,15 @@ _slots[372] is not null and var loadedFnPtr [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetJoystickPathForIDRaw(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickPath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetJoystickPathRaw(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[371] is not null and var loadedFnPtr + _slots[373] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[371] = nativeContext.LoadFunction("SDL_GetJoystickPath", "SDL3") + : _slots[373] = nativeContext.LoadFunction("SDL_GetJoystickPath", "SDL3") ) )(joystick); @@ -75392,13 +76815,14 @@ _slots[371] is not null and var loadedFnPtr public static sbyte* GetJoystickPathRaw(JoystickHandle joystick) => DllImport.GetJoystickPathRaw(joystick); + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickPlayerIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetJoystickPlayerIndex(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[373] is not null and var loadedFnPtr + _slots[375] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[373] = nativeContext.LoadFunction("SDL_GetJoystickPlayerIndex", "SDL3") + : _slots[375] = nativeContext.LoadFunction("SDL_GetJoystickPlayerIndex", "SDL3") ) )(joystick); @@ -75407,13 +76831,14 @@ _slots[373] is not null and var loadedFnPtr public static int GetJoystickPlayerIndex(JoystickHandle joystick) => DllImport.GetJoystickPlayerIndex(joystick); + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickPlayerIndexForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetJoystickPlayerIndexForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[374] is not null and var loadedFnPtr + _slots[376] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[374] = nativeContext.LoadFunction( + : _slots[376] = nativeContext.LoadFunction( "SDL_GetJoystickPlayerIndexForID", "SDL3" ) @@ -75426,13 +76851,14 @@ public static int GetJoystickPlayerIndexForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetJoystickPlayerIndexForID(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickPowerInfo")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] PowerState ISdl.GetJoystickPowerInfo(JoystickHandle joystick, int* percent) => ( (delegate* unmanaged)( - _slots[375] is not null and var loadedFnPtr + _slots[377] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[375] = nativeContext.LoadFunction("SDL_GetJoystickPowerInfo", "SDL3") + : _slots[377] = nativeContext.LoadFunction("SDL_GetJoystickPowerInfo", "SDL3") ) )(joystick, percent); @@ -75441,6 +76867,8 @@ _slots[375] is not null and var loadedFnPtr public static PowerState GetJoystickPowerInfo(JoystickHandle joystick, int* percent) => DllImport.GetJoystickPowerInfo(joystick, percent); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickPowerInfo")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] PowerState ISdl.GetJoystickPowerInfo(JoystickHandle joystick, Ref percent) { @@ -75456,13 +76884,15 @@ PowerState ISdl.GetJoystickPowerInfo(JoystickHandle joystick, Ref percent) public static PowerState GetJoystickPowerInfo(JoystickHandle joystick, Ref percent) => DllImport.GetJoystickPowerInfo(joystick, percent); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickProduct")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetJoystickProduct(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[376] is not null and var loadedFnPtr + _slots[378] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[376] = nativeContext.LoadFunction("SDL_GetJoystickProduct", "SDL3") + : _slots[378] = nativeContext.LoadFunction("SDL_GetJoystickProduct", "SDL3") ) )(joystick); @@ -75472,13 +76902,15 @@ _slots[376] is not null and var loadedFnPtr public static ushort GetJoystickProduct(JoystickHandle joystick) => DllImport.GetJoystickProduct(joystick); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickProductForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetJoystickProductForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[377] is not null and var loadedFnPtr + _slots[379] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[377] = nativeContext.LoadFunction( + : _slots[379] = nativeContext.LoadFunction( "SDL_GetJoystickProductForID", "SDL3" ) @@ -75492,13 +76924,15 @@ public static ushort GetJoystickProductForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetJoystickProductForID(instance_id); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickProductVersion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetJoystickProductVersion(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[378] is not null and var loadedFnPtr + _slots[380] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[378] = nativeContext.LoadFunction( + : _slots[380] = nativeContext.LoadFunction( "SDL_GetJoystickProductVersion", "SDL3" ) @@ -75511,15 +76945,17 @@ _slots[378] is not null and var loadedFnPtr public static ushort GetJoystickProductVersion(JoystickHandle joystick) => DllImport.GetJoystickProductVersion(joystick); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickProductVersionForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetJoystickProductVersionForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => ( (delegate* unmanaged)( - _slots[379] is not null and var loadedFnPtr + _slots[381] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[379] = nativeContext.LoadFunction( + : _slots[381] = nativeContext.LoadFunction( "SDL_GetJoystickProductVersionForID", "SDL3" ) @@ -75533,13 +76969,15 @@ public static ushort GetJoystickProductVersionForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetJoystickProductVersionForID(instance_id); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetJoystickProperties(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[380] is not null and var loadedFnPtr + _slots[382] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[380] = nativeContext.LoadFunction("SDL_GetJoystickProperties", "SDL3") + : _slots[382] = nativeContext.LoadFunction("SDL_GetJoystickProperties", "SDL3") ) )(joystick); @@ -75549,13 +76987,15 @@ _slots[380] is not null and var loadedFnPtr public static uint GetJoystickProperties(JoystickHandle joystick) => DllImport.GetJoystickProperties(joystick); + [return: NativeTypeName("SDL_JoystickID *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoysticks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint* ISdl.GetJoysticks(int* count) => ( (delegate* unmanaged)( - _slots[381] is not null and var loadedFnPtr + _slots[383] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[381] = nativeContext.LoadFunction("SDL_GetJoysticks", "SDL3") + : _slots[383] = nativeContext.LoadFunction("SDL_GetJoysticks", "SDL3") ) )(count); @@ -75564,6 +77004,9 @@ _slots[381] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint* GetJoysticks(int* count) => DllImport.GetJoysticks(count); + [return: NativeTypeName("SDL_JoystickID *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoysticks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetJoysticks(Ref count) { @@ -75579,6 +77022,9 @@ Ptr ISdl.GetJoysticks(Ref count) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetJoysticks(Ref count) => DllImport.GetJoysticks(count); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickSerial")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetJoystickSerial(JoystickHandle joystick) => (sbyte*)((ISdl)this).GetJoystickSerialRaw(joystick); @@ -75590,13 +77036,15 @@ Ptr ISdl.GetJoystickSerial(JoystickHandle joystick) => public static Ptr GetJoystickSerial(JoystickHandle joystick) => DllImport.GetJoystickSerial(joystick); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickSerial")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetJoystickSerialRaw(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[382] is not null and var loadedFnPtr + _slots[384] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[382] = nativeContext.LoadFunction("SDL_GetJoystickSerial", "SDL3") + : _slots[384] = nativeContext.LoadFunction("SDL_GetJoystickSerial", "SDL3") ) )(joystick); @@ -75606,13 +77054,14 @@ _slots[382] is not null and var loadedFnPtr public static sbyte* GetJoystickSerialRaw(JoystickHandle joystick) => DllImport.GetJoystickSerialRaw(joystick); + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickType")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] JoystickType ISdl.GetJoystickType(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[383] is not null and var loadedFnPtr + _slots[385] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[383] = nativeContext.LoadFunction("SDL_GetJoystickType", "SDL3") + : _slots[385] = nativeContext.LoadFunction("SDL_GetJoystickType", "SDL3") ) )(joystick); @@ -75621,13 +77070,14 @@ _slots[383] is not null and var loadedFnPtr public static JoystickType GetJoystickType(JoystickHandle joystick) => DllImport.GetJoystickType(joystick); + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickTypeForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] JoystickType ISdl.GetJoystickTypeForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[384] is not null and var loadedFnPtr + _slots[386] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[384] = nativeContext.LoadFunction("SDL_GetJoystickTypeForID", "SDL3") + : _slots[386] = nativeContext.LoadFunction("SDL_GetJoystickTypeForID", "SDL3") ) )(instance_id); @@ -75637,13 +77087,15 @@ public static JoystickType GetJoystickTypeForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetJoystickTypeForID(instance_id); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickVendor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetJoystickVendor(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[385] is not null and var loadedFnPtr + _slots[387] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[385] = nativeContext.LoadFunction("SDL_GetJoystickVendor", "SDL3") + : _slots[387] = nativeContext.LoadFunction("SDL_GetJoystickVendor", "SDL3") ) )(joystick); @@ -75653,13 +77105,15 @@ _slots[385] is not null and var loadedFnPtr public static ushort GetJoystickVendor(JoystickHandle joystick) => DllImport.GetJoystickVendor(joystick); + [return: NativeTypeName("Uint16")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetJoystickVendorForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetJoystickVendorForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[386] is not null and var loadedFnPtr + _slots[388] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[386] = nativeContext.LoadFunction("SDL_GetJoystickVendorForID", "SDL3") + : _slots[388] = nativeContext.LoadFunction("SDL_GetJoystickVendorForID", "SDL3") ) )(instance_id); @@ -75670,13 +77124,14 @@ public static ushort GetJoystickVendorForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetJoystickVendorForID(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyboardFocus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.GetKeyboardFocus() => ( (delegate* unmanaged)( - _slots[387] is not null and var loadedFnPtr + _slots[389] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[387] = nativeContext.LoadFunction("SDL_GetKeyboardFocus", "SDL3") + : _slots[389] = nativeContext.LoadFunction("SDL_GetKeyboardFocus", "SDL3") ) )(); @@ -75684,6 +77139,9 @@ _slots[387] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static WindowHandle GetKeyboardFocus() => DllImport.GetKeyboardFocus(); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyboardNameForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetKeyboardNameForID([NativeTypeName("SDL_KeyboardID")] uint instance_id) => (sbyte*)((ISdl)this).GetKeyboardNameForIDRaw(instance_id); @@ -75696,13 +77154,15 @@ public static Ptr GetKeyboardNameForID( [NativeTypeName("SDL_KeyboardID")] uint instance_id ) => DllImport.GetKeyboardNameForID(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyboardNameForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetKeyboardNameForIDRaw([NativeTypeName("SDL_KeyboardID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[388] is not null and var loadedFnPtr + _slots[390] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[388] = nativeContext.LoadFunction("SDL_GetKeyboardNameForID", "SDL3") + : _slots[390] = nativeContext.LoadFunction("SDL_GetKeyboardNameForID", "SDL3") ) )(instance_id); @@ -75713,13 +77173,15 @@ _slots[388] is not null and var loadedFnPtr [NativeTypeName("SDL_KeyboardID")] uint instance_id ) => DllImport.GetKeyboardNameForIDRaw(instance_id); + [return: NativeTypeName("SDL_KeyboardID *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyboards")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint* ISdl.GetKeyboards(int* count) => ( (delegate* unmanaged)( - _slots[389] is not null and var loadedFnPtr + _slots[391] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[389] = nativeContext.LoadFunction("SDL_GetKeyboards", "SDL3") + : _slots[391] = nativeContext.LoadFunction("SDL_GetKeyboards", "SDL3") ) )(count); @@ -75728,6 +77190,9 @@ _slots[389] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint* GetKeyboards(int* count) => DllImport.GetKeyboards(count); + [return: NativeTypeName("SDL_KeyboardID *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyboards")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetKeyboards(Ref count) { @@ -75743,13 +77208,15 @@ Ptr ISdl.GetKeyboards(Ref count) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetKeyboards(Ref count) => DllImport.GetKeyboards(count); + [return: NativeTypeName("const bool *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyboardState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] bool* ISdl.GetKeyboardState(int* numkeys) => ( (delegate* unmanaged)( - _slots[390] is not null and var loadedFnPtr + _slots[392] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[390] = nativeContext.LoadFunction("SDL_GetKeyboardState", "SDL3") + : _slots[392] = nativeContext.LoadFunction("SDL_GetKeyboardState", "SDL3") ) )(numkeys); @@ -75758,6 +77225,9 @@ _slots[390] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static bool* GetKeyboardState(int* numkeys) => DllImport.GetKeyboardState(numkeys); + [return: NativeTypeName("const bool *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyboardState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetKeyboardState(Ref numkeys) { @@ -75774,13 +77244,15 @@ Ptr ISdl.GetKeyboardState(Ref numkeys) public static Ptr GetKeyboardState(Ref numkeys) => DllImport.GetKeyboardState(numkeys); + [return: NativeTypeName("SDL_Keycode")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyFromName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetKeyFromName([NativeTypeName("const char *")] sbyte* name) => ( (delegate* unmanaged)( - _slots[391] is not null and var loadedFnPtr + _slots[393] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[391] = nativeContext.LoadFunction("SDL_GetKeyFromName", "SDL3") + : _slots[393] = nativeContext.LoadFunction("SDL_GetKeyFromName", "SDL3") ) )(name); @@ -75790,6 +77262,9 @@ _slots[391] is not null and var loadedFnPtr public static uint GetKeyFromName([NativeTypeName("const char *")] sbyte* name) => DllImport.GetKeyFromName(name); + [return: NativeTypeName("SDL_Keycode")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyFromName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetKeyFromName([NativeTypeName("const char *")] Ref name) { @@ -75806,6 +77281,8 @@ uint ISdl.GetKeyFromName([NativeTypeName("const char *")] Ref name) public static uint GetKeyFromName([NativeTypeName("const char *")] Ref name) => DllImport.GetKeyFromName(name); + [return: NativeTypeName("SDL_Keycode")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyFromScancode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetKeyFromScancode( Scancode scancode, @@ -75814,9 +77291,9 @@ uint ISdl.GetKeyFromScancode( ) => ( (delegate* unmanaged)( - _slots[392] is not null and var loadedFnPtr + _slots[394] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[392] = nativeContext.LoadFunction("SDL_GetKeyFromScancode", "SDL3") + : _slots[394] = nativeContext.LoadFunction("SDL_GetKeyFromScancode", "SDL3") ) )(scancode, modstate, key_event); @@ -75829,6 +77306,9 @@ public static uint GetKeyFromScancode( [NativeTypeName("bool")] byte key_event ) => DllImport.GetKeyFromScancode(scancode, modstate, key_event); + [return: NativeTypeName("SDL_Keycode")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyFromScancode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetKeyFromScancode( Scancode scancode, @@ -75846,6 +77326,9 @@ public static uint GetKeyFromScancode( [NativeTypeName("bool")] MaybeBool key_event ) => DllImport.GetKeyFromScancode(scancode, modstate, key_event); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetKeyName([NativeTypeName("SDL_Keycode")] uint key) => (sbyte*)((ISdl)this).GetKeyNameRaw(key); @@ -75857,13 +77340,15 @@ Ptr ISdl.GetKeyName([NativeTypeName("SDL_Keycode")] uint key) => public static Ptr GetKeyName([NativeTypeName("SDL_Keycode")] uint key) => DllImport.GetKeyName(key); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetKeyName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetKeyNameRaw([NativeTypeName("SDL_Keycode")] uint key) => ( (delegate* unmanaged)( - _slots[393] is not null and var loadedFnPtr + _slots[395] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[393] = nativeContext.LoadFunction("SDL_GetKeyName", "SDL3") + : _slots[395] = nativeContext.LoadFunction("SDL_GetKeyName", "SDL3") ) )(key); @@ -75873,6 +77358,7 @@ _slots[393] is not null and var loadedFnPtr public static sbyte* GetKeyNameRaw([NativeTypeName("SDL_Keycode")] uint key) => DllImport.GetKeyNameRaw(key); + [NativeFunction("SDL3", EntryPoint = "SDL_GetLogOutputFunction")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GetLogOutputFunction( [NativeTypeName("SDL_LogOutputFunction *")] LogOutputFunction* callback, @@ -75880,9 +77366,9 @@ void ISdl.GetLogOutputFunction( ) => ( (delegate* unmanaged)( - _slots[394] is not null and var loadedFnPtr + _slots[396] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[394] = nativeContext.LoadFunction("SDL_GetLogOutputFunction", "SDL3") + : _slots[396] = nativeContext.LoadFunction("SDL_GetLogOutputFunction", "SDL3") ) )(callback, userdata); @@ -75893,6 +77379,8 @@ public static void GetLogOutputFunction( void** userdata ) => DllImport.GetLogOutputFunction(callback, userdata); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetLogOutputFunction")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GetLogOutputFunction( [NativeTypeName("SDL_LogOutputFunction *")] Ref callback, @@ -75914,13 +77402,14 @@ public static void GetLogOutputFunction( Ref2D userdata ) => DllImport.GetLogOutputFunction(callback, userdata); + [NativeFunction("SDL3", EntryPoint = "SDL_GetLogPriority")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] LogPriority ISdl.GetLogPriority(int category) => ( (delegate* unmanaged)( - _slots[395] is not null and var loadedFnPtr + _slots[397] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[395] = nativeContext.LoadFunction("SDL_GetLogPriority", "SDL3") + : _slots[397] = nativeContext.LoadFunction("SDL_GetLogPriority", "SDL3") ) )(category); @@ -75928,6 +77417,8 @@ _slots[395] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static LogPriority GetLogPriority(int category) => DllImport.GetLogPriority(category); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetMasksForPixelFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetMasksForPixelFormat( PixelFormat format, @@ -75939,9 +77430,9 @@ byte ISdl.GetMasksForPixelFormat( ) => ( (delegate* unmanaged)( - _slots[396] is not null and var loadedFnPtr + _slots[398] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[396] = nativeContext.LoadFunction("SDL_GetMasksForPixelFormat", "SDL3") + : _slots[398] = nativeContext.LoadFunction("SDL_GetMasksForPixelFormat", "SDL3") ) )(format, bpp, Rmask, Gmask, Bmask, Amask); @@ -75957,6 +77448,9 @@ public static byte GetMasksForPixelFormat( [NativeTypeName("Uint32 *")] uint* Amask ) => DllImport.GetMasksForPixelFormat(format, bpp, Rmask, Gmask, Bmask, Amask); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetMasksForPixelFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetMasksForPixelFormat( PixelFormat format, @@ -75999,13 +77493,14 @@ public static MaybeBool GetMasksForPixelFormat( [NativeTypeName("Uint32 *")] Ref Amask ) => DllImport.GetMasksForPixelFormat(format, bpp, Rmask, Gmask, Bmask, Amask); + [NativeFunction("SDL3", EntryPoint = "SDL_GetMaxHapticEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetMaxHapticEffects(HapticHandle haptic) => ( (delegate* unmanaged)( - _slots[397] is not null and var loadedFnPtr + _slots[399] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[397] = nativeContext.LoadFunction("SDL_GetMaxHapticEffects", "SDL3") + : _slots[399] = nativeContext.LoadFunction("SDL_GetMaxHapticEffects", "SDL3") ) )(haptic); @@ -76014,13 +77509,14 @@ _slots[397] is not null and var loadedFnPtr public static int GetMaxHapticEffects(HapticHandle haptic) => DllImport.GetMaxHapticEffects(haptic); + [NativeFunction("SDL3", EntryPoint = "SDL_GetMaxHapticEffectsPlaying")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetMaxHapticEffectsPlaying(HapticHandle haptic) => ( (delegate* unmanaged)( - _slots[398] is not null and var loadedFnPtr + _slots[400] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[398] = nativeContext.LoadFunction( + : _slots[400] = nativeContext.LoadFunction( "SDL_GetMaxHapticEffectsPlaying", "SDL3" ) @@ -76032,6 +77528,7 @@ _slots[398] is not null and var loadedFnPtr public static int GetMaxHapticEffectsPlaying(HapticHandle haptic) => DllImport.GetMaxHapticEffectsPlaying(haptic); + [NativeFunction("SDL3", EntryPoint = "SDL_GetMemoryFunctions")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GetMemoryFunctions( [NativeTypeName("SDL_malloc_func *")] MallocFunc* malloc_func, @@ -76041,9 +77538,9 @@ void ISdl.GetMemoryFunctions( ) => ( (delegate* unmanaged)( - _slots[399] is not null and var loadedFnPtr + _slots[401] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[399] = nativeContext.LoadFunction("SDL_GetMemoryFunctions", "SDL3") + : _slots[401] = nativeContext.LoadFunction("SDL_GetMemoryFunctions", "SDL3") ) )(malloc_func, calloc_func, realloc_func, free_func); @@ -76056,6 +77553,8 @@ public static void GetMemoryFunctions( [NativeTypeName("SDL_free_func *")] FreeFunc* free_func ) => DllImport.GetMemoryFunctions(malloc_func, calloc_func, realloc_func, free_func); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetMemoryFunctions")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GetMemoryFunctions( [NativeTypeName("SDL_malloc_func *")] Ref malloc_func, @@ -76088,13 +77587,15 @@ public static void GetMemoryFunctions( [NativeTypeName("SDL_free_func *")] Ref free_func ) => DllImport.GetMemoryFunctions(malloc_func, calloc_func, realloc_func, free_func); + [return: NativeTypeName("SDL_MouseID *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetMice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint* ISdl.GetMice(int* count) => ( (delegate* unmanaged)( - _slots[400] is not null and var loadedFnPtr + _slots[402] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[400] = nativeContext.LoadFunction("SDL_GetMice", "SDL3") + : _slots[402] = nativeContext.LoadFunction("SDL_GetMice", "SDL3") ) )(count); @@ -76103,6 +77604,9 @@ _slots[400] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint* GetMice(int* count) => DllImport.GetMice(count); + [return: NativeTypeName("SDL_MouseID *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetMice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetMice(Ref count) { @@ -76118,13 +77622,15 @@ Ptr ISdl.GetMice(Ref count) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetMice(Ref count) => DllImport.GetMice(count); + [return: NativeTypeName("SDL_Keymod")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetModState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ushort ISdl.GetModState() => ( (delegate* unmanaged)( - _slots[401] is not null and var loadedFnPtr + _slots[403] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[401] = nativeContext.LoadFunction("SDL_GetModState", "SDL3") + : _slots[403] = nativeContext.LoadFunction("SDL_GetModState", "SDL3") ) )(); @@ -76133,13 +77639,14 @@ _slots[401] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ushort GetModState() => DllImport.GetModState(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetMouseFocus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.GetMouseFocus() => ( (delegate* unmanaged)( - _slots[402] is not null and var loadedFnPtr + _slots[404] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[402] = nativeContext.LoadFunction("SDL_GetMouseFocus", "SDL3") + : _slots[404] = nativeContext.LoadFunction("SDL_GetMouseFocus", "SDL3") ) )(); @@ -76147,6 +77654,9 @@ _slots[402] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static WindowHandle GetMouseFocus() => DllImport.GetMouseFocus(); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetMouseNameForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetMouseNameForID([NativeTypeName("SDL_MouseID")] uint instance_id) => (sbyte*)((ISdl)this).GetMouseNameForIDRaw(instance_id); @@ -76158,13 +77668,15 @@ Ptr ISdl.GetMouseNameForID([NativeTypeName("SDL_MouseID")] uint instance_ public static Ptr GetMouseNameForID([NativeTypeName("SDL_MouseID")] uint instance_id) => DllImport.GetMouseNameForID(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetMouseNameForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetMouseNameForIDRaw([NativeTypeName("SDL_MouseID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[403] is not null and var loadedFnPtr + _slots[405] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[403] = nativeContext.LoadFunction("SDL_GetMouseNameForID", "SDL3") + : _slots[405] = nativeContext.LoadFunction("SDL_GetMouseNameForID", "SDL3") ) )(instance_id); @@ -76174,13 +77686,15 @@ _slots[403] is not null and var loadedFnPtr public static sbyte* GetMouseNameForIDRaw([NativeTypeName("SDL_MouseID")] uint instance_id) => DllImport.GetMouseNameForIDRaw(instance_id); + [return: NativeTypeName("SDL_MouseButtonFlags")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetMouseState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetMouseState(float* x, float* y) => ( (delegate* unmanaged)( - _slots[404] is not null and var loadedFnPtr + _slots[406] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[404] = nativeContext.LoadFunction("SDL_GetMouseState", "SDL3") + : _slots[406] = nativeContext.LoadFunction("SDL_GetMouseState", "SDL3") ) )(x, y); @@ -76189,6 +77703,9 @@ _slots[404] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetMouseState(float* x, float* y) => DllImport.GetMouseState(x, y); + [return: NativeTypeName("SDL_MouseButtonFlags")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetMouseState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetMouseState(Ref x, Ref y) { @@ -76205,15 +77722,16 @@ uint ISdl.GetMouseState(Ref x, Ref y) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetMouseState(Ref x, Ref y) => DllImport.GetMouseState(x, y); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNaturalDisplayOrientation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] DisplayOrientation ISdl.GetNaturalDisplayOrientation( [NativeTypeName("SDL_DisplayID")] uint displayID ) => ( (delegate* unmanaged)( - _slots[405] is not null and var loadedFnPtr + _slots[407] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[405] = nativeContext.LoadFunction( + : _slots[407] = nativeContext.LoadFunction( "SDL_GetNaturalDisplayOrientation", "SDL3" ) @@ -76226,13 +77744,14 @@ public static DisplayOrientation GetNaturalDisplayOrientation( [NativeTypeName("SDL_DisplayID")] uint displayID ) => DllImport.GetNaturalDisplayOrientation(displayID); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumAllocations")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumAllocations() => ( (delegate* unmanaged)( - _slots[406] is not null and var loadedFnPtr + _slots[408] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[406] = nativeContext.LoadFunction("SDL_GetNumAllocations", "SDL3") + : _slots[408] = nativeContext.LoadFunction("SDL_GetNumAllocations", "SDL3") ) )(); @@ -76240,13 +77759,14 @@ _slots[406] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetNumAllocations() => DllImport.GetNumAllocations(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumAudioDrivers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumAudioDrivers() => ( (delegate* unmanaged)( - _slots[407] is not null and var loadedFnPtr + _slots[409] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[407] = nativeContext.LoadFunction("SDL_GetNumAudioDrivers", "SDL3") + : _slots[409] = nativeContext.LoadFunction("SDL_GetNumAudioDrivers", "SDL3") ) )(); @@ -76254,6 +77774,8 @@ _slots[407] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetNumAudioDrivers() => DllImport.GetNumAudioDrivers(); + [return: NativeTypeName("Sint64")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumberProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] long ISdl.GetNumberProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -76262,9 +77784,9 @@ long ISdl.GetNumberProperty( ) => ( (delegate* unmanaged)( - _slots[408] is not null and var loadedFnPtr + _slots[410] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[408] = nativeContext.LoadFunction("SDL_GetNumberProperty", "SDL3") + : _slots[410] = nativeContext.LoadFunction("SDL_GetNumberProperty", "SDL3") ) )(props, name, default_value); @@ -76277,6 +77799,9 @@ public static long GetNumberProperty( [NativeTypeName("Sint64")] long default_value ) => DllImport.GetNumberProperty(props, name, default_value); + [return: NativeTypeName("Sint64")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumberProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] long ISdl.GetNumberProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -76300,13 +77825,14 @@ public static long GetNumberProperty( [NativeTypeName("Sint64")] long default_value ) => DllImport.GetNumberProperty(props, name, default_value); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumCameraDrivers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumCameraDrivers() => ( (delegate* unmanaged)( - _slots[409] is not null and var loadedFnPtr + _slots[411] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[409] = nativeContext.LoadFunction("SDL_GetNumCameraDrivers", "SDL3") + : _slots[411] = nativeContext.LoadFunction("SDL_GetNumCameraDrivers", "SDL3") ) )(); @@ -76314,13 +77840,14 @@ _slots[409] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetNumCameraDrivers() => DllImport.GetNumCameraDrivers(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumGamepadTouchpadFingers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumGamepadTouchpadFingers(GamepadHandle gamepad, int touchpad) => ( (delegate* unmanaged)( - _slots[410] is not null and var loadedFnPtr + _slots[412] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[410] = nativeContext.LoadFunction( + : _slots[412] = nativeContext.LoadFunction( "SDL_GetNumGamepadTouchpadFingers", "SDL3" ) @@ -76332,13 +77859,14 @@ _slots[410] is not null and var loadedFnPtr public static int GetNumGamepadTouchpadFingers(GamepadHandle gamepad, int touchpad) => DllImport.GetNumGamepadTouchpadFingers(gamepad, touchpad); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumGamepadTouchpads")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumGamepadTouchpads(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[411] is not null and var loadedFnPtr + _slots[413] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[411] = nativeContext.LoadFunction("SDL_GetNumGamepadTouchpads", "SDL3") + : _slots[413] = nativeContext.LoadFunction("SDL_GetNumGamepadTouchpads", "SDL3") ) )(gamepad); @@ -76347,13 +77875,14 @@ _slots[411] is not null and var loadedFnPtr public static int GetNumGamepadTouchpads(GamepadHandle gamepad) => DllImport.GetNumGamepadTouchpads(gamepad); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumGPUDrivers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumGPUDrivers() => ( (delegate* unmanaged)( - _slots[412] is not null and var loadedFnPtr + _slots[414] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[412] = nativeContext.LoadFunction("SDL_GetNumGPUDrivers", "SDL3") + : _slots[414] = nativeContext.LoadFunction("SDL_GetNumGPUDrivers", "SDL3") ) )(); @@ -76361,13 +77890,14 @@ _slots[412] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetNumGPUDrivers() => DllImport.GetNumGPUDrivers(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumHapticAxes")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumHapticAxes(HapticHandle haptic) => ( (delegate* unmanaged)( - _slots[413] is not null and var loadedFnPtr + _slots[415] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[413] = nativeContext.LoadFunction("SDL_GetNumHapticAxes", "SDL3") + : _slots[415] = nativeContext.LoadFunction("SDL_GetNumHapticAxes", "SDL3") ) )(haptic); @@ -76375,13 +77905,14 @@ _slots[413] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetNumHapticAxes(HapticHandle haptic) => DllImport.GetNumHapticAxes(haptic); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumJoystickAxes")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumJoystickAxes(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[414] is not null and var loadedFnPtr + _slots[416] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[414] = nativeContext.LoadFunction("SDL_GetNumJoystickAxes", "SDL3") + : _slots[416] = nativeContext.LoadFunction("SDL_GetNumJoystickAxes", "SDL3") ) )(joystick); @@ -76390,13 +77921,14 @@ _slots[414] is not null and var loadedFnPtr public static int GetNumJoystickAxes(JoystickHandle joystick) => DllImport.GetNumJoystickAxes(joystick); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumJoystickBalls")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumJoystickBalls(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[415] is not null and var loadedFnPtr + _slots[417] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[415] = nativeContext.LoadFunction("SDL_GetNumJoystickBalls", "SDL3") + : _slots[417] = nativeContext.LoadFunction("SDL_GetNumJoystickBalls", "SDL3") ) )(joystick); @@ -76405,13 +77937,14 @@ _slots[415] is not null and var loadedFnPtr public static int GetNumJoystickBalls(JoystickHandle joystick) => DllImport.GetNumJoystickBalls(joystick); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumJoystickButtons")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumJoystickButtons(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[416] is not null and var loadedFnPtr + _slots[418] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[416] = nativeContext.LoadFunction("SDL_GetNumJoystickButtons", "SDL3") + : _slots[418] = nativeContext.LoadFunction("SDL_GetNumJoystickButtons", "SDL3") ) )(joystick); @@ -76420,13 +77953,14 @@ _slots[416] is not null and var loadedFnPtr public static int GetNumJoystickButtons(JoystickHandle joystick) => DllImport.GetNumJoystickButtons(joystick); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumJoystickHats")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumJoystickHats(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[417] is not null and var loadedFnPtr + _slots[419] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[417] = nativeContext.LoadFunction("SDL_GetNumJoystickHats", "SDL3") + : _slots[419] = nativeContext.LoadFunction("SDL_GetNumJoystickHats", "SDL3") ) )(joystick); @@ -76435,13 +77969,14 @@ _slots[417] is not null and var loadedFnPtr public static int GetNumJoystickHats(JoystickHandle joystick) => DllImport.GetNumJoystickHats(joystick); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumLogicalCPUCores")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumLogicalCPUCores() => ( (delegate* unmanaged)( - _slots[418] is not null and var loadedFnPtr + _slots[420] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[418] = nativeContext.LoadFunction("SDL_GetNumLogicalCPUCores", "SDL3") + : _slots[420] = nativeContext.LoadFunction("SDL_GetNumLogicalCPUCores", "SDL3") ) )(); @@ -76449,13 +77984,14 @@ _slots[418] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetNumLogicalCPUCores() => DllImport.GetNumLogicalCPUCores(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumRenderDrivers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumRenderDrivers() => ( (delegate* unmanaged)( - _slots[419] is not null and var loadedFnPtr + _slots[421] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[419] = nativeContext.LoadFunction("SDL_GetNumRenderDrivers", "SDL3") + : _slots[421] = nativeContext.LoadFunction("SDL_GetNumRenderDrivers", "SDL3") ) )(); @@ -76463,13 +77999,14 @@ _slots[419] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetNumRenderDrivers() => DllImport.GetNumRenderDrivers(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetNumVideoDrivers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetNumVideoDrivers() => ( (delegate* unmanaged)( - _slots[420] is not null and var loadedFnPtr + _slots[422] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[420] = nativeContext.LoadFunction("SDL_GetNumVideoDrivers", "SDL3") + : _slots[422] = nativeContext.LoadFunction("SDL_GetNumVideoDrivers", "SDL3") ) )(); @@ -76477,6 +78014,7 @@ _slots[420] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetNumVideoDrivers() => DllImport.GetNumVideoDrivers(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetOriginalMemoryFunctions")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GetOriginalMemoryFunctions( [NativeTypeName("SDL_malloc_func *")] MallocFunc* malloc_func, @@ -76486,9 +78024,9 @@ void ISdl.GetOriginalMemoryFunctions( ) => ( (delegate* unmanaged)( - _slots[421] is not null and var loadedFnPtr + _slots[423] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[421] = nativeContext.LoadFunction( + : _slots[423] = nativeContext.LoadFunction( "SDL_GetOriginalMemoryFunctions", "SDL3" ) @@ -76504,6 +78042,8 @@ public static void GetOriginalMemoryFunctions( [NativeTypeName("SDL_free_func *")] FreeFunc* free_func ) => DllImport.GetOriginalMemoryFunctions(malloc_func, calloc_func, realloc_func, free_func); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetOriginalMemoryFunctions")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GetOriginalMemoryFunctions( [NativeTypeName("SDL_malloc_func *")] Ref malloc_func, @@ -76536,13 +78076,15 @@ public static void GetOriginalMemoryFunctions( [NativeTypeName("SDL_free_func *")] Ref free_func ) => DllImport.GetOriginalMemoryFunctions(malloc_func, calloc_func, realloc_func, free_func); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPathInfo")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetPathInfo([NativeTypeName("const char *")] sbyte* path, PathInfo* info) => ( (delegate* unmanaged)( - _slots[422] is not null and var loadedFnPtr + _slots[424] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[422] = nativeContext.LoadFunction("SDL_GetPathInfo", "SDL3") + : _slots[424] = nativeContext.LoadFunction("SDL_GetPathInfo", "SDL3") ) )(path, info); @@ -76552,6 +78094,9 @@ _slots[422] is not null and var loadedFnPtr public static byte GetPathInfo([NativeTypeName("const char *")] sbyte* path, PathInfo* info) => DllImport.GetPathInfo(path, info); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPathInfo")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetPathInfo( [NativeTypeName("const char *")] Ref path, @@ -76574,13 +78119,15 @@ public static MaybeBool GetPathInfo( Ref info ) => DllImport.GetPathInfo(path, info); + [return: NativeTypeName("Uint64")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPerformanceCounter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong ISdl.GetPerformanceCounter() => ( (delegate* unmanaged)( - _slots[423] is not null and var loadedFnPtr + _slots[425] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[423] = nativeContext.LoadFunction("SDL_GetPerformanceCounter", "SDL3") + : _slots[425] = nativeContext.LoadFunction("SDL_GetPerformanceCounter", "SDL3") ) )(); @@ -76589,13 +78136,15 @@ _slots[423] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetPerformanceCounter() => DllImport.GetPerformanceCounter(); + [return: NativeTypeName("Uint64")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPerformanceFrequency")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong ISdl.GetPerformanceFrequency() => ( (delegate* unmanaged)( - _slots[424] is not null and var loadedFnPtr + _slots[426] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[424] = nativeContext.LoadFunction( + : _slots[426] = nativeContext.LoadFunction( "SDL_GetPerformanceFrequency", "SDL3" ) @@ -76607,6 +78156,9 @@ _slots[424] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetPerformanceFrequency() => DllImport.GetPerformanceFrequency(); + [return: NativeTypeName("const SDL_PixelFormatDetails *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPixelFormatDetails")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetPixelFormatDetails(PixelFormat format) => (PixelFormatDetails*)((ISdl)this).GetPixelFormatDetailsRaw(format); @@ -76618,13 +78170,15 @@ Ptr ISdl.GetPixelFormatDetails(PixelFormat format) => public static Ptr GetPixelFormatDetails(PixelFormat format) => DllImport.GetPixelFormatDetails(format); + [return: NativeTypeName("const SDL_PixelFormatDetails *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPixelFormatDetails")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] PixelFormatDetails* ISdl.GetPixelFormatDetailsRaw(PixelFormat format) => ( (delegate* unmanaged)( - _slots[425] is not null and var loadedFnPtr + _slots[427] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[425] = nativeContext.LoadFunction("SDL_GetPixelFormatDetails", "SDL3") + : _slots[427] = nativeContext.LoadFunction("SDL_GetPixelFormatDetails", "SDL3") ) )(format); @@ -76634,6 +78188,7 @@ _slots[425] is not null and var loadedFnPtr public static PixelFormatDetails* GetPixelFormatDetailsRaw(PixelFormat format) => DllImport.GetPixelFormatDetailsRaw(format); + [NativeFunction("SDL3", EntryPoint = "SDL_GetPixelFormatForMasks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] PixelFormat ISdl.GetPixelFormatForMasks( int bpp, @@ -76644,9 +78199,9 @@ PixelFormat ISdl.GetPixelFormatForMasks( ) => ( (delegate* unmanaged)( - _slots[426] is not null and var loadedFnPtr + _slots[428] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[426] = nativeContext.LoadFunction("SDL_GetPixelFormatForMasks", "SDL3") + : _slots[428] = nativeContext.LoadFunction("SDL_GetPixelFormatForMasks", "SDL3") ) )(bpp, Rmask, Gmask, Bmask, Amask); @@ -76660,6 +78215,9 @@ public static PixelFormat GetPixelFormatForMasks( [NativeTypeName("Uint32")] uint Amask ) => DllImport.GetPixelFormatForMasks(bpp, Rmask, Gmask, Bmask, Amask); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPixelFormatName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetPixelFormatName(PixelFormat format) => (sbyte*)((ISdl)this).GetPixelFormatNameRaw(format); @@ -76671,13 +78229,15 @@ Ptr ISdl.GetPixelFormatName(PixelFormat format) => public static Ptr GetPixelFormatName(PixelFormat format) => DllImport.GetPixelFormatName(format); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPixelFormatName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetPixelFormatNameRaw(PixelFormat format) => ( (delegate* unmanaged)( - _slots[427] is not null and var loadedFnPtr + _slots[429] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[427] = nativeContext.LoadFunction("SDL_GetPixelFormatName", "SDL3") + : _slots[429] = nativeContext.LoadFunction("SDL_GetPixelFormatName", "SDL3") ) )(format); @@ -76687,6 +78247,9 @@ _slots[427] is not null and var loadedFnPtr public static sbyte* GetPixelFormatNameRaw(PixelFormat format) => DllImport.GetPixelFormatNameRaw(format); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPlatform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetPlatform() => (sbyte*)((ISdl)this).GetPlatformRaw(); @@ -76696,13 +78259,15 @@ _slots[427] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetPlatform() => DllImport.GetPlatform(); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPlatform")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetPlatformRaw() => ( (delegate* unmanaged)( - _slots[428] is not null and var loadedFnPtr + _slots[430] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[428] = nativeContext.LoadFunction("SDL_GetPlatform", "SDL3") + : _slots[430] = nativeContext.LoadFunction("SDL_GetPlatform", "SDL3") ) )(); @@ -76711,6 +78276,7 @@ _slots[428] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetPlatformRaw() => DllImport.GetPlatformRaw(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetPointerProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.GetPointerProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -76719,9 +78285,9 @@ _slots[428] is not null and var loadedFnPtr ) => ( (delegate* unmanaged)( - _slots[429] is not null and var loadedFnPtr + _slots[431] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[429] = nativeContext.LoadFunction("SDL_GetPointerProperty", "SDL3") + : _slots[431] = nativeContext.LoadFunction("SDL_GetPointerProperty", "SDL3") ) )(props, name, default_value); @@ -76733,6 +78299,8 @@ _slots[429] is not null and var loadedFnPtr void* default_value ) => DllImport.GetPointerProperty(props, name, default_value); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPointerProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetPointerProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -76756,13 +78324,14 @@ public static Ptr GetPointerProperty( Ref default_value ) => DllImport.GetPointerProperty(props, name, default_value); + [NativeFunction("SDL3", EntryPoint = "SDL_GetPowerInfo")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] PowerState ISdl.GetPowerInfo(int* seconds, int* percent) => ( (delegate* unmanaged)( - _slots[430] is not null and var loadedFnPtr + _slots[432] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[430] = nativeContext.LoadFunction("SDL_GetPowerInfo", "SDL3") + : _slots[432] = nativeContext.LoadFunction("SDL_GetPowerInfo", "SDL3") ) )(seconds, percent); @@ -76771,6 +78340,8 @@ _slots[430] is not null and var loadedFnPtr public static PowerState GetPowerInfo(int* seconds, int* percent) => DllImport.GetPowerInfo(seconds, percent); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPowerInfo")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] PowerState ISdl.GetPowerInfo(Ref seconds, Ref percent) { @@ -76787,13 +78358,14 @@ PowerState ISdl.GetPowerInfo(Ref seconds, Ref percent) public static PowerState GetPowerInfo(Ref seconds, Ref percent) => DllImport.GetPowerInfo(seconds, percent); + [NativeFunction("SDL3", EntryPoint = "SDL_GetPreferredLocales")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Locale** ISdl.GetPreferredLocales(int* count) => ( (delegate* unmanaged)( - _slots[431] is not null and var loadedFnPtr + _slots[433] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[431] = nativeContext.LoadFunction("SDL_GetPreferredLocales", "SDL3") + : _slots[433] = nativeContext.LoadFunction("SDL_GetPreferredLocales", "SDL3") ) )(count); @@ -76801,6 +78373,8 @@ _slots[431] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Locale** GetPreferredLocales(int* count) => DllImport.GetPreferredLocales(count); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPreferredLocales")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr2D ISdl.GetPreferredLocales(Ref count) { @@ -76816,6 +78390,8 @@ Ptr2D ISdl.GetPreferredLocales(Ref count) public static Ptr2D GetPreferredLocales(Ref count) => DllImport.GetPreferredLocales(count); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPrefPath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetPrefPath( [NativeTypeName("const char *")] sbyte* org, @@ -76823,9 +78399,9 @@ public static Ptr2D GetPreferredLocales(Ref count) => ) => ( (delegate* unmanaged)( - _slots[432] is not null and var loadedFnPtr + _slots[434] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[432] = nativeContext.LoadFunction("SDL_GetPrefPath", "SDL3") + : _slots[434] = nativeContext.LoadFunction("SDL_GetPrefPath", "SDL3") ) )(org, app); @@ -76837,6 +78413,9 @@ _slots[432] is not null and var loadedFnPtr [NativeTypeName("const char *")] sbyte* app ) => DllImport.GetPrefPath(org, app); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPrefPath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetPrefPath( [NativeTypeName("const char *")] Ref org, @@ -76859,13 +78438,15 @@ public static Ptr GetPrefPath( [NativeTypeName("const char *")] Ref app ) => DllImport.GetPrefPath(org, app); + [return: NativeTypeName("SDL_DisplayID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPrimaryDisplay")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetPrimaryDisplay() => ( (delegate* unmanaged)( - _slots[433] is not null and var loadedFnPtr + _slots[435] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[433] = nativeContext.LoadFunction("SDL_GetPrimaryDisplay", "SDL3") + : _slots[435] = nativeContext.LoadFunction("SDL_GetPrimaryDisplay", "SDL3") ) )(); @@ -76874,6 +78455,9 @@ _slots[433] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetPrimaryDisplay() => DllImport.GetPrimaryDisplay(); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPrimarySelectionText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetPrimarySelectionText() => (sbyte*)((ISdl)this).GetPrimarySelectionTextRaw(); @@ -76883,13 +78467,15 @@ _slots[433] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetPrimarySelectionText() => DllImport.GetPrimarySelectionText(); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPrimarySelectionText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetPrimarySelectionTextRaw() => ( (delegate* unmanaged)( - _slots[434] is not null and var loadedFnPtr + _slots[436] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[434] = nativeContext.LoadFunction( + : _slots[436] = nativeContext.LoadFunction( "SDL_GetPrimarySelectionText", "SDL3" ) @@ -76901,13 +78487,14 @@ _slots[434] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetPrimarySelectionTextRaw() => DllImport.GetPrimarySelectionTextRaw(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetProcessInput")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IOStreamHandle ISdl.GetProcessInput(ProcessHandle process) => ( (delegate* unmanaged)( - _slots[435] is not null and var loadedFnPtr + _slots[437] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[435] = nativeContext.LoadFunction("SDL_GetProcessInput", "SDL3") + : _slots[437] = nativeContext.LoadFunction("SDL_GetProcessInput", "SDL3") ) )(process); @@ -76916,13 +78503,14 @@ _slots[435] is not null and var loadedFnPtr public static IOStreamHandle GetProcessInput(ProcessHandle process) => DllImport.GetProcessInput(process); + [NativeFunction("SDL3", EntryPoint = "SDL_GetProcessOutput")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IOStreamHandle ISdl.GetProcessOutput(ProcessHandle process) => ( (delegate* unmanaged)( - _slots[436] is not null and var loadedFnPtr + _slots[438] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[436] = nativeContext.LoadFunction("SDL_GetProcessOutput", "SDL3") + : _slots[438] = nativeContext.LoadFunction("SDL_GetProcessOutput", "SDL3") ) )(process); @@ -76931,13 +78519,15 @@ _slots[436] is not null and var loadedFnPtr public static IOStreamHandle GetProcessOutput(ProcessHandle process) => DllImport.GetProcessOutput(process); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetProcessProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetProcessProperties(ProcessHandle process) => ( (delegate* unmanaged)( - _slots[437] is not null and var loadedFnPtr + _slots[439] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[437] = nativeContext.LoadFunction("SDL_GetProcessProperties", "SDL3") + : _slots[439] = nativeContext.LoadFunction("SDL_GetProcessProperties", "SDL3") ) )(process); @@ -76947,6 +78537,7 @@ _slots[437] is not null and var loadedFnPtr public static uint GetProcessProperties(ProcessHandle process) => DllImport.GetProcessProperties(process); + [NativeFunction("SDL3", EntryPoint = "SDL_GetPropertyType")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] PropertyType ISdl.GetPropertyType( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -76954,9 +78545,9 @@ PropertyType ISdl.GetPropertyType( ) => ( (delegate* unmanaged)( - _slots[438] is not null and var loadedFnPtr + _slots[440] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[438] = nativeContext.LoadFunction("SDL_GetPropertyType", "SDL3") + : _slots[440] = nativeContext.LoadFunction("SDL_GetPropertyType", "SDL3") ) )(props, name); @@ -76967,6 +78558,8 @@ public static PropertyType GetPropertyType( [NativeTypeName("const char *")] sbyte* name ) => DllImport.GetPropertyType(props, name); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetPropertyType")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] PropertyType ISdl.GetPropertyType( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -76987,13 +78580,14 @@ public static PropertyType GetPropertyType( [NativeTypeName("const char *")] Ref name ) => DllImport.GetPropertyType(props, name); + [NativeFunction("SDL3", EntryPoint = "SDL_GetRealGamepadType")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadType ISdl.GetRealGamepadType(GamepadHandle gamepad) => ( (delegate* unmanaged)( - _slots[439] is not null and var loadedFnPtr + _slots[441] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[439] = nativeContext.LoadFunction("SDL_GetRealGamepadType", "SDL3") + : _slots[441] = nativeContext.LoadFunction("SDL_GetRealGamepadType", "SDL3") ) )(gamepad); @@ -77002,13 +78596,14 @@ _slots[439] is not null and var loadedFnPtr public static GamepadType GetRealGamepadType(GamepadHandle gamepad) => DllImport.GetRealGamepadType(gamepad); + [NativeFunction("SDL3", EntryPoint = "SDL_GetRealGamepadTypeForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadType ISdl.GetRealGamepadTypeForID([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[440] is not null and var loadedFnPtr + _slots[442] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[440] = nativeContext.LoadFunction( + : _slots[442] = nativeContext.LoadFunction( "SDL_GetRealGamepadTypeForID", "SDL3" ) @@ -77021,6 +78616,8 @@ public static GamepadType GetRealGamepadTypeForID( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.GetRealGamepadTypeForID(instance_id); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectAndLineIntersection")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRectAndLineIntersection( [NativeTypeName("const SDL_Rect *")] Rect* rect, @@ -77031,9 +78628,9 @@ byte ISdl.GetRectAndLineIntersection( ) => ( (delegate* unmanaged)( - _slots[441] is not null and var loadedFnPtr + _slots[443] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[441] = nativeContext.LoadFunction( + : _slots[443] = nativeContext.LoadFunction( "SDL_GetRectAndLineIntersection", "SDL3" ) @@ -77051,6 +78648,9 @@ public static byte GetRectAndLineIntersection( int* Y2 ) => DllImport.GetRectAndLineIntersection(rect, X1, Y1, X2, Y2); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectAndLineIntersection")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRectAndLineIntersection( [NativeTypeName("const SDL_Rect *")] Ref rect, @@ -77090,6 +78690,8 @@ public static MaybeBool GetRectAndLineIntersection( Ref Y2 ) => DllImport.GetRectAndLineIntersection(rect, X1, Y1, X2, Y2); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectAndLineIntersectionFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRectAndLineIntersectionFloat( [NativeTypeName("const SDL_FRect *")] FRect* rect, @@ -77100,9 +78702,9 @@ byte ISdl.GetRectAndLineIntersectionFloat( ) => ( (delegate* unmanaged)( - _slots[442] is not null and var loadedFnPtr + _slots[444] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[442] = nativeContext.LoadFunction( + : _slots[444] = nativeContext.LoadFunction( "SDL_GetRectAndLineIntersectionFloat", "SDL3" ) @@ -77120,6 +78722,9 @@ public static byte GetRectAndLineIntersectionFloat( float* Y2 ) => DllImport.GetRectAndLineIntersectionFloat(rect, X1, Y1, X2, Y2); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectAndLineIntersectionFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRectAndLineIntersectionFloat( [NativeTypeName("const SDL_FRect *")] Ref rect, @@ -77159,6 +78764,8 @@ public static MaybeBool GetRectAndLineIntersectionFloat( Ref Y2 ) => DllImport.GetRectAndLineIntersectionFloat(rect, X1, Y1, X2, Y2); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectEnclosingPoints")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRectEnclosingPoints( [NativeTypeName("const SDL_Point *")] Point* points, @@ -77168,9 +78775,9 @@ byte ISdl.GetRectEnclosingPoints( ) => ( (delegate* unmanaged)( - _slots[443] is not null and var loadedFnPtr + _slots[445] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[443] = nativeContext.LoadFunction("SDL_GetRectEnclosingPoints", "SDL3") + : _slots[445] = nativeContext.LoadFunction("SDL_GetRectEnclosingPoints", "SDL3") ) )(points, count, clip, result); @@ -77184,6 +78791,9 @@ public static byte GetRectEnclosingPoints( Rect* result ) => DllImport.GetRectEnclosingPoints(points, count, clip, result); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectEnclosingPoints")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRectEnclosingPoints( [NativeTypeName("const SDL_Point *")] Ref points, @@ -77218,6 +78828,8 @@ public static MaybeBool GetRectEnclosingPoints( Ref result ) => DllImport.GetRectEnclosingPoints(points, count, clip, result); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectEnclosingPointsFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRectEnclosingPointsFloat( [NativeTypeName("const SDL_FPoint *")] FPoint* points, @@ -77227,9 +78839,9 @@ byte ISdl.GetRectEnclosingPointsFloat( ) => ( (delegate* unmanaged)( - _slots[444] is not null and var loadedFnPtr + _slots[446] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[444] = nativeContext.LoadFunction( + : _slots[446] = nativeContext.LoadFunction( "SDL_GetRectEnclosingPointsFloat", "SDL3" ) @@ -77246,6 +78858,9 @@ public static byte GetRectEnclosingPointsFloat( FRect* result ) => DllImport.GetRectEnclosingPointsFloat(points, count, clip, result); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectEnclosingPointsFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRectEnclosingPointsFloat( [NativeTypeName("const SDL_FPoint *")] Ref points, @@ -77280,6 +78895,8 @@ public static MaybeBool GetRectEnclosingPointsFloat( Ref result ) => DllImport.GetRectEnclosingPointsFloat(points, count, clip, result); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectIntersection")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRectIntersection( [NativeTypeName("const SDL_Rect *")] Rect* A, @@ -77288,9 +78905,9 @@ byte ISdl.GetRectIntersection( ) => ( (delegate* unmanaged)( - _slots[445] is not null and var loadedFnPtr + _slots[447] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[445] = nativeContext.LoadFunction("SDL_GetRectIntersection", "SDL3") + : _slots[447] = nativeContext.LoadFunction("SDL_GetRectIntersection", "SDL3") ) )(A, B, result); @@ -77303,6 +78920,9 @@ public static byte GetRectIntersection( Rect* result ) => DllImport.GetRectIntersection(A, B, result); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectIntersection")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRectIntersection( [NativeTypeName("const SDL_Rect *")] Ref A, @@ -77329,6 +78949,8 @@ public static MaybeBool GetRectIntersection( Ref result ) => DllImport.GetRectIntersection(A, B, result); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectIntersectionFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRectIntersectionFloat( [NativeTypeName("const SDL_FRect *")] FRect* A, @@ -77337,9 +78959,9 @@ byte ISdl.GetRectIntersectionFloat( ) => ( (delegate* unmanaged)( - _slots[446] is not null and var loadedFnPtr + _slots[448] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[446] = nativeContext.LoadFunction( + : _slots[448] = nativeContext.LoadFunction( "SDL_GetRectIntersectionFloat", "SDL3" ) @@ -77355,6 +78977,9 @@ public static byte GetRectIntersectionFloat( FRect* result ) => DllImport.GetRectIntersectionFloat(A, B, result); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectIntersectionFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRectIntersectionFloat( [NativeTypeName("const SDL_FRect *")] Ref A, @@ -77381,6 +79006,8 @@ public static MaybeBool GetRectIntersectionFloat( Ref result ) => DllImport.GetRectIntersectionFloat(A, B, result); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectUnion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRectUnion( [NativeTypeName("const SDL_Rect *")] Rect* A, @@ -77389,9 +79016,9 @@ byte ISdl.GetRectUnion( ) => ( (delegate* unmanaged)( - _slots[447] is not null and var loadedFnPtr + _slots[449] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[447] = nativeContext.LoadFunction("SDL_GetRectUnion", "SDL3") + : _slots[449] = nativeContext.LoadFunction("SDL_GetRectUnion", "SDL3") ) )(A, B, result); @@ -77404,6 +79031,9 @@ public static byte GetRectUnion( Rect* result ) => DllImport.GetRectUnion(A, B, result); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectUnion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRectUnion( [NativeTypeName("const SDL_Rect *")] Ref A, @@ -77429,6 +79059,8 @@ public static MaybeBool GetRectUnion( Ref result ) => DllImport.GetRectUnion(A, B, result); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectUnionFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRectUnionFloat( [NativeTypeName("const SDL_FRect *")] FRect* A, @@ -77437,9 +79069,9 @@ byte ISdl.GetRectUnionFloat( ) => ( (delegate* unmanaged)( - _slots[448] is not null and var loadedFnPtr + _slots[450] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[448] = nativeContext.LoadFunction("SDL_GetRectUnionFloat", "SDL3") + : _slots[450] = nativeContext.LoadFunction("SDL_GetRectUnionFloat", "SDL3") ) )(A, B, result); @@ -77452,6 +79084,9 @@ public static byte GetRectUnionFloat( FRect* result ) => DllImport.GetRectUnionFloat(A, B, result); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRectUnionFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRectUnionFloat( [NativeTypeName("const SDL_FRect *")] Ref A, @@ -77478,13 +79113,15 @@ public static MaybeBool GetRectUnionFloat( Ref result ) => DllImport.GetRectUnionFloat(A, B, result); + [return: NativeTypeName("SDL_MouseButtonFlags")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRelativeMouseState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetRelativeMouseState(float* x, float* y) => ( (delegate* unmanaged)( - _slots[449] is not null and var loadedFnPtr + _slots[451] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[449] = nativeContext.LoadFunction("SDL_GetRelativeMouseState", "SDL3") + : _slots[451] = nativeContext.LoadFunction("SDL_GetRelativeMouseState", "SDL3") ) )(x, y); @@ -77494,6 +79131,9 @@ _slots[449] is not null and var loadedFnPtr public static uint GetRelativeMouseState(float* x, float* y) => DllImport.GetRelativeMouseState(x, y); + [return: NativeTypeName("SDL_MouseButtonFlags")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRelativeMouseState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetRelativeMouseState(Ref x, Ref y) { @@ -77511,13 +79151,15 @@ uint ISdl.GetRelativeMouseState(Ref x, Ref y) public static uint GetRelativeMouseState(Ref x, Ref y) => DllImport.GetRelativeMouseState(x, y); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderClipRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRenderClipRect(RendererHandle renderer, Rect* rect) => ( (delegate* unmanaged)( - _slots[450] is not null and var loadedFnPtr + _slots[452] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[450] = nativeContext.LoadFunction("SDL_GetRenderClipRect", "SDL3") + : _slots[452] = nativeContext.LoadFunction("SDL_GetRenderClipRect", "SDL3") ) )(renderer, rect); @@ -77527,6 +79169,9 @@ _slots[450] is not null and var loadedFnPtr public static byte GetRenderClipRect(RendererHandle renderer, Rect* rect) => DllImport.GetRenderClipRect(renderer, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderClipRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRenderClipRect(RendererHandle renderer, Ref rect) { @@ -77543,13 +79188,15 @@ MaybeBool ISdl.GetRenderClipRect(RendererHandle renderer, Ref rect) public static MaybeBool GetRenderClipRect(RendererHandle renderer, Ref rect) => DllImport.GetRenderClipRect(renderer, rect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderColorScale")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRenderColorScale(RendererHandle renderer, float* scale) => ( (delegate* unmanaged)( - _slots[451] is not null and var loadedFnPtr + _slots[453] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[451] = nativeContext.LoadFunction("SDL_GetRenderColorScale", "SDL3") + : _slots[453] = nativeContext.LoadFunction("SDL_GetRenderColorScale", "SDL3") ) )(renderer, scale); @@ -77559,6 +79206,9 @@ _slots[451] is not null and var loadedFnPtr public static byte GetRenderColorScale(RendererHandle renderer, float* scale) => DllImport.GetRenderColorScale(renderer, scale); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderColorScale")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRenderColorScale(RendererHandle renderer, Ref scale) { @@ -77575,6 +79225,8 @@ MaybeBool ISdl.GetRenderColorScale(RendererHandle renderer, Ref sca public static MaybeBool GetRenderColorScale(RendererHandle renderer, Ref scale) => DllImport.GetRenderColorScale(renderer, scale); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderDrawBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRenderDrawBlendMode( RendererHandle renderer, @@ -77582,9 +79234,9 @@ byte ISdl.GetRenderDrawBlendMode( ) => ( (delegate* unmanaged)( - _slots[452] is not null and var loadedFnPtr + _slots[454] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[452] = nativeContext.LoadFunction("SDL_GetRenderDrawBlendMode", "SDL3") + : _slots[454] = nativeContext.LoadFunction("SDL_GetRenderDrawBlendMode", "SDL3") ) )(renderer, blendMode); @@ -77596,6 +79248,9 @@ public static byte GetRenderDrawBlendMode( [NativeTypeName("SDL_BlendMode *")] BlendMode* blendMode ) => DllImport.GetRenderDrawBlendMode(renderer, blendMode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderDrawBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRenderDrawBlendMode( RendererHandle renderer, @@ -77618,6 +79273,8 @@ public static MaybeBool GetRenderDrawBlendMode( [NativeTypeName("SDL_BlendMode *")] Ref blendMode ) => DllImport.GetRenderDrawBlendMode(renderer, blendMode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderDrawColor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRenderDrawColor( RendererHandle renderer, @@ -77628,9 +79285,9 @@ byte ISdl.GetRenderDrawColor( ) => ( (delegate* unmanaged)( - _slots[453] is not null and var loadedFnPtr + _slots[455] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[453] = nativeContext.LoadFunction("SDL_GetRenderDrawColor", "SDL3") + : _slots[455] = nativeContext.LoadFunction("SDL_GetRenderDrawColor", "SDL3") ) )(renderer, r, g, b, a); @@ -77645,6 +79302,9 @@ public static byte GetRenderDrawColor( [NativeTypeName("Uint8 *")] byte* a ) => DllImport.GetRenderDrawColor(renderer, r, g, b, a); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderDrawColor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRenderDrawColor( RendererHandle renderer, @@ -77676,6 +79336,8 @@ public static MaybeBool GetRenderDrawColor( [NativeTypeName("Uint8 *")] Ref a ) => DllImport.GetRenderDrawColor(renderer, r, g, b, a); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderDrawColorFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRenderDrawColorFloat( RendererHandle renderer, @@ -77686,9 +79348,9 @@ byte ISdl.GetRenderDrawColorFloat( ) => ( (delegate* unmanaged)( - _slots[454] is not null and var loadedFnPtr + _slots[456] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[454] = nativeContext.LoadFunction( + : _slots[456] = nativeContext.LoadFunction( "SDL_GetRenderDrawColorFloat", "SDL3" ) @@ -77706,6 +79368,9 @@ public static byte GetRenderDrawColorFloat( float* a ) => DllImport.GetRenderDrawColorFloat(renderer, r, g, b, a); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderDrawColorFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRenderDrawColorFloat( RendererHandle renderer, @@ -77744,6 +79409,9 @@ public static MaybeBool GetRenderDrawColorFloat( Ref a ) => DllImport.GetRenderDrawColorFloat(renderer, r, g, b, a); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetRenderDriver(int index) => (sbyte*)((ISdl)this).GetRenderDriverRaw(index); @@ -77753,13 +79421,15 @@ Ref a [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetRenderDriver(int index) => DllImport.GetRenderDriver(index); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetRenderDriverRaw(int index) => ( (delegate* unmanaged)( - _slots[455] is not null and var loadedFnPtr + _slots[457] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[455] = nativeContext.LoadFunction("SDL_GetRenderDriver", "SDL3") + : _slots[457] = nativeContext.LoadFunction("SDL_GetRenderDriver", "SDL3") ) )(index); @@ -77768,13 +79438,14 @@ _slots[455] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetRenderDriverRaw(int index) => DllImport.GetRenderDriverRaw(index); + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] RendererHandle ISdl.GetRenderer(WindowHandle window) => ( (delegate* unmanaged)( - _slots[456] is not null and var loadedFnPtr + _slots[458] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[456] = nativeContext.LoadFunction("SDL_GetRenderer", "SDL3") + : _slots[458] = nativeContext.LoadFunction("SDL_GetRenderer", "SDL3") ) )(window); @@ -77782,13 +79453,14 @@ _slots[456] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static RendererHandle GetRenderer(WindowHandle window) => DllImport.GetRenderer(window); + [NativeFunction("SDL3", EntryPoint = "SDL_GetRendererFromTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] RendererHandle ISdl.GetRendererFromTexture(Texture* texture) => ( (delegate* unmanaged)( - _slots[457] is not null and var loadedFnPtr + _slots[459] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[457] = nativeContext.LoadFunction("SDL_GetRendererFromTexture", "SDL3") + : _slots[459] = nativeContext.LoadFunction("SDL_GetRendererFromTexture", "SDL3") ) )(texture); @@ -77797,6 +79469,8 @@ _slots[457] is not null and var loadedFnPtr public static RendererHandle GetRendererFromTexture(Texture* texture) => DllImport.GetRendererFromTexture(texture); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRendererFromTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] RendererHandle ISdl.GetRendererFromTexture(Ref texture) { @@ -77812,6 +79486,9 @@ RendererHandle ISdl.GetRendererFromTexture(Ref texture) public static RendererHandle GetRendererFromTexture(Ref texture) => DllImport.GetRendererFromTexture(texture); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRendererName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetRendererName(RendererHandle renderer) => (sbyte*)((ISdl)this).GetRendererNameRaw(renderer); @@ -77823,13 +79500,15 @@ Ptr ISdl.GetRendererName(RendererHandle renderer) => public static Ptr GetRendererName(RendererHandle renderer) => DllImport.GetRendererName(renderer); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRendererName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetRendererNameRaw(RendererHandle renderer) => ( (delegate* unmanaged)( - _slots[458] is not null and var loadedFnPtr + _slots[460] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[458] = nativeContext.LoadFunction("SDL_GetRendererName", "SDL3") + : _slots[460] = nativeContext.LoadFunction("SDL_GetRendererName", "SDL3") ) )(renderer); @@ -77839,13 +79518,15 @@ _slots[458] is not null and var loadedFnPtr public static sbyte* GetRendererNameRaw(RendererHandle renderer) => DllImport.GetRendererNameRaw(renderer); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRendererProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetRendererProperties(RendererHandle renderer) => ( (delegate* unmanaged)( - _slots[459] is not null and var loadedFnPtr + _slots[461] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[459] = nativeContext.LoadFunction("SDL_GetRendererProperties", "SDL3") + : _slots[461] = nativeContext.LoadFunction("SDL_GetRendererProperties", "SDL3") ) )(renderer); @@ -77855,6 +79536,8 @@ _slots[459] is not null and var loadedFnPtr public static uint GetRendererProperties(RendererHandle renderer) => DllImport.GetRendererProperties(renderer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderLogicalPresentation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRenderLogicalPresentation( RendererHandle renderer, @@ -77864,9 +79547,9 @@ byte ISdl.GetRenderLogicalPresentation( ) => ( (delegate* unmanaged)( - _slots[460] is not null and var loadedFnPtr + _slots[462] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[460] = nativeContext.LoadFunction( + : _slots[462] = nativeContext.LoadFunction( "SDL_GetRenderLogicalPresentation", "SDL3" ) @@ -77883,6 +79566,9 @@ public static byte GetRenderLogicalPresentation( RendererLogicalPresentation* mode ) => DllImport.GetRenderLogicalPresentation(renderer, w, h, mode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderLogicalPresentation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRenderLogicalPresentation( RendererHandle renderer, @@ -77917,13 +79603,15 @@ public static MaybeBool GetRenderLogicalPresentation( Ref mode ) => DllImport.GetRenderLogicalPresentation(renderer, w, h, mode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderLogicalPresentationRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRenderLogicalPresentationRect(RendererHandle renderer, FRect* rect) => ( (delegate* unmanaged)( - _slots[461] is not null and var loadedFnPtr + _slots[463] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[461] = nativeContext.LoadFunction( + : _slots[463] = nativeContext.LoadFunction( "SDL_GetRenderLogicalPresentationRect", "SDL3" ) @@ -77936,6 +79624,9 @@ _slots[461] is not null and var loadedFnPtr public static byte GetRenderLogicalPresentationRect(RendererHandle renderer, FRect* rect) => DllImport.GetRenderLogicalPresentationRect(renderer, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderLogicalPresentationRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRenderLogicalPresentationRect(RendererHandle renderer, Ref rect) { @@ -77955,6 +79646,8 @@ public static MaybeBool GetRenderLogicalPresentationRect( Ref rect ) => DllImport.GetRenderLogicalPresentationRect(renderer, rect); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderMetalCommandEncoder")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetRenderMetalCommandEncoder(RendererHandle renderer) => (void*)((ISdl)this).GetRenderMetalCommandEncoderRaw(renderer); @@ -77965,13 +79658,14 @@ Ptr ISdl.GetRenderMetalCommandEncoder(RendererHandle renderer) => public static Ptr GetRenderMetalCommandEncoder(RendererHandle renderer) => DllImport.GetRenderMetalCommandEncoder(renderer); + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderMetalCommandEncoder")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.GetRenderMetalCommandEncoderRaw(RendererHandle renderer) => ( (delegate* unmanaged)( - _slots[462] is not null and var loadedFnPtr + _slots[464] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[462] = nativeContext.LoadFunction( + : _slots[464] = nativeContext.LoadFunction( "SDL_GetRenderMetalCommandEncoder", "SDL3" ) @@ -77983,6 +79677,8 @@ _slots[462] is not null and var loadedFnPtr public static void* GetRenderMetalCommandEncoderRaw(RendererHandle renderer) => DllImport.GetRenderMetalCommandEncoderRaw(renderer); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderMetalLayer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetRenderMetalLayer(RendererHandle renderer) => (void*)((ISdl)this).GetRenderMetalLayerRaw(renderer); @@ -77993,13 +79689,14 @@ Ptr ISdl.GetRenderMetalLayer(RendererHandle renderer) => public static Ptr GetRenderMetalLayer(RendererHandle renderer) => DllImport.GetRenderMetalLayer(renderer); + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderMetalLayer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.GetRenderMetalLayerRaw(RendererHandle renderer) => ( (delegate* unmanaged)( - _slots[463] is not null and var loadedFnPtr + _slots[465] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[463] = nativeContext.LoadFunction("SDL_GetRenderMetalLayer", "SDL3") + : _slots[465] = nativeContext.LoadFunction("SDL_GetRenderMetalLayer", "SDL3") ) )(renderer); @@ -78008,13 +79705,15 @@ _slots[463] is not null and var loadedFnPtr public static void* GetRenderMetalLayerRaw(RendererHandle renderer) => DllImport.GetRenderMetalLayerRaw(renderer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderOutputSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRenderOutputSize(RendererHandle renderer, int* w, int* h) => ( (delegate* unmanaged)( - _slots[464] is not null and var loadedFnPtr + _slots[466] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[464] = nativeContext.LoadFunction("SDL_GetRenderOutputSize", "SDL3") + : _slots[466] = nativeContext.LoadFunction("SDL_GetRenderOutputSize", "SDL3") ) )(renderer, w, h); @@ -78024,6 +79723,9 @@ _slots[464] is not null and var loadedFnPtr public static byte GetRenderOutputSize(RendererHandle renderer, int* w, int* h) => DllImport.GetRenderOutputSize(renderer, w, h); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderOutputSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRenderOutputSize(RendererHandle renderer, Ref w, Ref h) { @@ -78045,13 +79747,15 @@ public static MaybeBool GetRenderOutputSize( Ref h ) => DllImport.GetRenderOutputSize(renderer, w, h); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderSafeArea")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRenderSafeArea(RendererHandle renderer, Rect* rect) => ( (delegate* unmanaged)( - _slots[465] is not null and var loadedFnPtr + _slots[467] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[465] = nativeContext.LoadFunction("SDL_GetRenderSafeArea", "SDL3") + : _slots[467] = nativeContext.LoadFunction("SDL_GetRenderSafeArea", "SDL3") ) )(renderer, rect); @@ -78061,6 +79765,9 @@ _slots[465] is not null and var loadedFnPtr public static byte GetRenderSafeArea(RendererHandle renderer, Rect* rect) => DllImport.GetRenderSafeArea(renderer, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderSafeArea")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRenderSafeArea(RendererHandle renderer, Ref rect) { @@ -78077,13 +79784,15 @@ MaybeBool ISdl.GetRenderSafeArea(RendererHandle renderer, Ref rect) public static MaybeBool GetRenderSafeArea(RendererHandle renderer, Ref rect) => DllImport.GetRenderSafeArea(renderer, rect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderScale")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRenderScale(RendererHandle renderer, float* scaleX, float* scaleY) => ( (delegate* unmanaged)( - _slots[466] is not null and var loadedFnPtr + _slots[468] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[466] = nativeContext.LoadFunction("SDL_GetRenderScale", "SDL3") + : _slots[468] = nativeContext.LoadFunction("SDL_GetRenderScale", "SDL3") ) )(renderer, scaleX, scaleY); @@ -78093,6 +79802,9 @@ _slots[466] is not null and var loadedFnPtr public static byte GetRenderScale(RendererHandle renderer, float* scaleX, float* scaleY) => DllImport.GetRenderScale(renderer, scaleX, scaleY); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderScale")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRenderScale( RendererHandle renderer, @@ -78118,6 +79830,8 @@ public static MaybeBool GetRenderScale( Ref scaleY ) => DllImport.GetRenderScale(renderer, scaleX, scaleY); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderTarget")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetRenderTarget(RendererHandle renderer) => (Texture*)((ISdl)this).GetRenderTargetRaw(renderer); @@ -78128,13 +79842,14 @@ Ptr ISdl.GetRenderTarget(RendererHandle renderer) => public static Ptr GetRenderTarget(RendererHandle renderer) => DllImport.GetRenderTarget(renderer); + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderTarget")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Texture* ISdl.GetRenderTargetRaw(RendererHandle renderer) => ( (delegate* unmanaged)( - _slots[467] is not null and var loadedFnPtr + _slots[469] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[467] = nativeContext.LoadFunction("SDL_GetRenderTarget", "SDL3") + : _slots[469] = nativeContext.LoadFunction("SDL_GetRenderTarget", "SDL3") ) )(renderer); @@ -78143,13 +79858,15 @@ _slots[467] is not null and var loadedFnPtr public static Texture* GetRenderTargetRaw(RendererHandle renderer) => DllImport.GetRenderTargetRaw(renderer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRenderViewport(RendererHandle renderer, Rect* rect) => ( (delegate* unmanaged)( - _slots[468] is not null and var loadedFnPtr + _slots[470] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[468] = nativeContext.LoadFunction("SDL_GetRenderViewport", "SDL3") + : _slots[470] = nativeContext.LoadFunction("SDL_GetRenderViewport", "SDL3") ) )(renderer, rect); @@ -78159,6 +79876,9 @@ _slots[468] is not null and var loadedFnPtr public static byte GetRenderViewport(RendererHandle renderer, Rect* rect) => DllImport.GetRenderViewport(renderer, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRenderViewport(RendererHandle renderer, Ref rect) { @@ -78175,13 +79895,15 @@ MaybeBool ISdl.GetRenderViewport(RendererHandle renderer, Ref rect) public static MaybeBool GetRenderViewport(RendererHandle renderer, Ref rect) => DllImport.GetRenderViewport(renderer, rect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderVSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetRenderVSync(RendererHandle renderer, int* vsync) => ( (delegate* unmanaged)( - _slots[469] is not null and var loadedFnPtr + _slots[471] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[469] = nativeContext.LoadFunction("SDL_GetRenderVSync", "SDL3") + : _slots[471] = nativeContext.LoadFunction("SDL_GetRenderVSync", "SDL3") ) )(renderer, vsync); @@ -78191,6 +79913,9 @@ _slots[469] is not null and var loadedFnPtr public static byte GetRenderVSync(RendererHandle renderer, int* vsync) => DllImport.GetRenderVSync(renderer, vsync); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderVSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetRenderVSync(RendererHandle renderer, Ref vsync) { @@ -78207,13 +79932,14 @@ MaybeBool ISdl.GetRenderVSync(RendererHandle renderer, Ref vsync) public static MaybeBool GetRenderVSync(RendererHandle renderer, Ref vsync) => DllImport.GetRenderVSync(renderer, vsync); + [NativeFunction("SDL3", EntryPoint = "SDL_GetRenderWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.GetRenderWindow(RendererHandle renderer) => ( (delegate* unmanaged)( - _slots[470] is not null and var loadedFnPtr + _slots[472] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[470] = nativeContext.LoadFunction("SDL_GetRenderWindow", "SDL3") + : _slots[472] = nativeContext.LoadFunction("SDL_GetRenderWindow", "SDL3") ) )(renderer); @@ -78222,6 +79948,9 @@ _slots[470] is not null and var loadedFnPtr public static WindowHandle GetRenderWindow(RendererHandle renderer) => DllImport.GetRenderWindow(renderer); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRevision")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetRevision() => (sbyte*)((ISdl)this).GetRevisionRaw(); @@ -78231,13 +79960,15 @@ public static WindowHandle GetRenderWindow(RendererHandle renderer) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetRevision() => DllImport.GetRevision(); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRevision")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetRevisionRaw() => ( (delegate* unmanaged)( - _slots[471] is not null and var loadedFnPtr + _slots[473] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[471] = nativeContext.LoadFunction("SDL_GetRevision", "SDL3") + : _slots[473] = nativeContext.LoadFunction("SDL_GetRevision", "SDL3") ) )(); @@ -78246,6 +79977,7 @@ _slots[471] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetRevisionRaw() => DllImport.GetRevisionRaw(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetRGB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GetRGB( [NativeTypeName("Uint32")] uint pixel, @@ -78257,9 +79989,9 @@ void ISdl.GetRGB( ) => ( (delegate* unmanaged)( - _slots[472] is not null and var loadedFnPtr + _slots[474] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[472] = nativeContext.LoadFunction("SDL_GetRGB", "SDL3") + : _slots[474] = nativeContext.LoadFunction("SDL_GetRGB", "SDL3") ) )(pixel, format, palette, r, g, b); @@ -78274,6 +80006,8 @@ public static void GetRGB( [NativeTypeName("Uint8 *")] byte* b ) => DllImport.GetRGB(pixel, format, palette, r, g, b); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRGB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GetRGB( [NativeTypeName("Uint32")] uint pixel, @@ -78306,6 +80040,7 @@ public static void GetRGB( [NativeTypeName("Uint8 *")] Ref b ) => DllImport.GetRGB(pixel, format, palette, r, g, b); + [NativeFunction("SDL3", EntryPoint = "SDL_GetRGBA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GetRgba( [NativeTypeName("Uint32")] uint pixel, @@ -78326,9 +80061,9 @@ void ISdl.GetRgba( byte*, byte*, void>)( - _slots[473] is not null and var loadedFnPtr + _slots[475] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[473] = nativeContext.LoadFunction("SDL_GetRGBA", "SDL3") + : _slots[475] = nativeContext.LoadFunction("SDL_GetRGBA", "SDL3") ) )(pixel, format, palette, r, g, b, a); @@ -78344,6 +80079,8 @@ public static void GetRgba( [NativeTypeName("Uint8 *")] byte* a ) => DllImport.GetRgba(pixel, format, palette, r, g, b, a); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetRGBA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GetRgba( [NativeTypeName("Uint32")] uint pixel, @@ -78387,13 +80124,14 @@ public static void GetRgba( [NativeTypeName("Uint8 *")] Ref a ) => DllImport.GetRgba(pixel, format, palette, r, g, b, a); + [NativeFunction("SDL3", EntryPoint = "SDL_GetSandbox")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Sandbox ISdl.GetSandbox() => ( (delegate* unmanaged)( - _slots[474] is not null and var loadedFnPtr + _slots[476] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[474] = nativeContext.LoadFunction("SDL_GetSandbox", "SDL3") + : _slots[476] = nativeContext.LoadFunction("SDL_GetSandbox", "SDL3") ) )(); @@ -78401,6 +80139,7 @@ _slots[474] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Sandbox GetSandbox() => DllImport.GetSandbox(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetScancodeFromKey")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Scancode ISdl.GetScancodeFromKey( [NativeTypeName("SDL_Keycode")] uint key, @@ -78408,9 +80147,9 @@ Scancode ISdl.GetScancodeFromKey( ) => ( (delegate* unmanaged)( - _slots[475] is not null and var loadedFnPtr + _slots[477] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[475] = nativeContext.LoadFunction("SDL_GetScancodeFromKey", "SDL3") + : _slots[477] = nativeContext.LoadFunction("SDL_GetScancodeFromKey", "SDL3") ) )(key, modstate); @@ -78421,6 +80160,8 @@ public static Scancode GetScancodeFromKey( [NativeTypeName("SDL_Keymod *")] ushort* modstate ) => DllImport.GetScancodeFromKey(key, modstate); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetScancodeFromKey")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Scancode ISdl.GetScancodeFromKey( [NativeTypeName("SDL_Keycode")] uint key, @@ -78441,13 +80182,14 @@ public static Scancode GetScancodeFromKey( [NativeTypeName("SDL_Keymod *")] Ref modstate ) => DllImport.GetScancodeFromKey(key, modstate); + [NativeFunction("SDL3", EntryPoint = "SDL_GetScancodeFromName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Scancode ISdl.GetScancodeFromName([NativeTypeName("const char *")] sbyte* name) => ( (delegate* unmanaged)( - _slots[476] is not null and var loadedFnPtr + _slots[478] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[476] = nativeContext.LoadFunction("SDL_GetScancodeFromName", "SDL3") + : _slots[478] = nativeContext.LoadFunction("SDL_GetScancodeFromName", "SDL3") ) )(name); @@ -78456,6 +80198,8 @@ _slots[476] is not null and var loadedFnPtr public static Scancode GetScancodeFromName([NativeTypeName("const char *")] sbyte* name) => DllImport.GetScancodeFromName(name); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetScancodeFromName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Scancode ISdl.GetScancodeFromName([NativeTypeName("const char *")] Ref name) { @@ -78471,6 +80215,9 @@ Scancode ISdl.GetScancodeFromName([NativeTypeName("const char *")] Ref na public static Scancode GetScancodeFromName([NativeTypeName("const char *")] Ref name) => DllImport.GetScancodeFromName(name); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetScancodeName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetScancodeName(Scancode scancode) => (sbyte*)((ISdl)this).GetScancodeNameRaw(scancode); @@ -78482,13 +80229,15 @@ Ptr ISdl.GetScancodeName(Scancode scancode) => public static Ptr GetScancodeName(Scancode scancode) => DllImport.GetScancodeName(scancode); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetScancodeName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetScancodeNameRaw(Scancode scancode) => ( (delegate* unmanaged)( - _slots[477] is not null and var loadedFnPtr + _slots[479] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[477] = nativeContext.LoadFunction("SDL_GetScancodeName", "SDL3") + : _slots[479] = nativeContext.LoadFunction("SDL_GetScancodeName", "SDL3") ) )(scancode); @@ -78498,13 +80247,15 @@ _slots[477] is not null and var loadedFnPtr public static sbyte* GetScancodeNameRaw(Scancode scancode) => DllImport.GetScancodeNameRaw(scancode); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSemaphoreValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetSemaphoreValue(SemaphoreHandle sem) => ( (delegate* unmanaged)( - _slots[478] is not null and var loadedFnPtr + _slots[480] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[478] = nativeContext.LoadFunction("SDL_GetSemaphoreValue", "SDL3") + : _slots[480] = nativeContext.LoadFunction("SDL_GetSemaphoreValue", "SDL3") ) )(sem); @@ -78513,13 +80264,15 @@ _slots[478] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetSemaphoreValue(SemaphoreHandle sem) => DllImport.GetSemaphoreValue(sem); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetSensorData(SensorHandle sensor, float* data, int num_values) => ( (delegate* unmanaged)( - _slots[479] is not null and var loadedFnPtr + _slots[481] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[479] = nativeContext.LoadFunction("SDL_GetSensorData", "SDL3") + : _slots[481] = nativeContext.LoadFunction("SDL_GetSensorData", "SDL3") ) )(sensor, data, num_values); @@ -78529,6 +80282,9 @@ _slots[479] is not null and var loadedFnPtr public static byte GetSensorData(SensorHandle sensor, float* data, int num_values) => DllImport.GetSensorData(sensor, data, num_values); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetSensorData(SensorHandle sensor, Ref data, int num_values) { @@ -78549,13 +80305,14 @@ public static MaybeBool GetSensorData( int num_values ) => DllImport.GetSensorData(sensor, data, num_values); + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorFromID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] SensorHandle ISdl.GetSensorFromID([NativeTypeName("SDL_SensorID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[480] is not null and var loadedFnPtr + _slots[482] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[480] = nativeContext.LoadFunction("SDL_GetSensorFromID", "SDL3") + : _slots[482] = nativeContext.LoadFunction("SDL_GetSensorFromID", "SDL3") ) )(instance_id); @@ -78564,13 +80321,15 @@ _slots[480] is not null and var loadedFnPtr public static SensorHandle GetSensorFromID([NativeTypeName("SDL_SensorID")] uint instance_id) => DllImport.GetSensorFromID(instance_id); + [return: NativeTypeName("SDL_SensorID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetSensorID(SensorHandle sensor) => ( (delegate* unmanaged)( - _slots[481] is not null and var loadedFnPtr + _slots[483] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[481] = nativeContext.LoadFunction("SDL_GetSensorID", "SDL3") + : _slots[483] = nativeContext.LoadFunction("SDL_GetSensorID", "SDL3") ) )(sensor); @@ -78579,6 +80338,9 @@ _slots[481] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetSensorID(SensorHandle sensor) => DllImport.GetSensorID(sensor); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetSensorName(SensorHandle sensor) => (sbyte*)((ISdl)this).GetSensorNameRaw(sensor); @@ -78589,6 +80351,9 @@ Ptr ISdl.GetSensorName(SensorHandle sensor) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetSensorName(SensorHandle sensor) => DllImport.GetSensorName(sensor); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorNameForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetSensorNameForID([NativeTypeName("SDL_SensorID")] uint instance_id) => (sbyte*)((ISdl)this).GetSensorNameForIDRaw(instance_id); @@ -78601,13 +80366,15 @@ public static Ptr GetSensorNameForID( [NativeTypeName("SDL_SensorID")] uint instance_id ) => DllImport.GetSensorNameForID(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorNameForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetSensorNameForIDRaw([NativeTypeName("SDL_SensorID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[483] is not null and var loadedFnPtr + _slots[485] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[483] = nativeContext.LoadFunction("SDL_GetSensorNameForID", "SDL3") + : _slots[485] = nativeContext.LoadFunction("SDL_GetSensorNameForID", "SDL3") ) )(instance_id); @@ -78617,13 +80384,15 @@ _slots[483] is not null and var loadedFnPtr public static sbyte* GetSensorNameForIDRaw([NativeTypeName("SDL_SensorID")] uint instance_id) => DllImport.GetSensorNameForIDRaw(instance_id); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetSensorNameRaw(SensorHandle sensor) => ( (delegate* unmanaged)( - _slots[482] is not null and var loadedFnPtr + _slots[484] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[482] = nativeContext.LoadFunction("SDL_GetSensorName", "SDL3") + : _slots[484] = nativeContext.LoadFunction("SDL_GetSensorName", "SDL3") ) )(sensor); @@ -78633,13 +80402,14 @@ _slots[482] is not null and var loadedFnPtr public static sbyte* GetSensorNameRaw(SensorHandle sensor) => DllImport.GetSensorNameRaw(sensor); + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorNonPortableType")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetSensorNonPortableType(SensorHandle sensor) => ( (delegate* unmanaged)( - _slots[484] is not null and var loadedFnPtr + _slots[486] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[484] = nativeContext.LoadFunction( + : _slots[486] = nativeContext.LoadFunction( "SDL_GetSensorNonPortableType", "SDL3" ) @@ -78651,13 +80421,14 @@ _slots[484] is not null and var loadedFnPtr public static int GetSensorNonPortableType(SensorHandle sensor) => DllImport.GetSensorNonPortableType(sensor); + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorNonPortableTypeForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetSensorNonPortableTypeForID([NativeTypeName("SDL_SensorID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[485] is not null and var loadedFnPtr + _slots[487] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[485] = nativeContext.LoadFunction( + : _slots[487] = nativeContext.LoadFunction( "SDL_GetSensorNonPortableTypeForID", "SDL3" ) @@ -78670,13 +80441,15 @@ public static int GetSensorNonPortableTypeForID( [NativeTypeName("SDL_SensorID")] uint instance_id ) => DllImport.GetSensorNonPortableTypeForID(instance_id); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetSensorProperties(SensorHandle sensor) => ( (delegate* unmanaged)( - _slots[486] is not null and var loadedFnPtr + _slots[488] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[486] = nativeContext.LoadFunction("SDL_GetSensorProperties", "SDL3") + : _slots[488] = nativeContext.LoadFunction("SDL_GetSensorProperties", "SDL3") ) )(sensor); @@ -78686,13 +80459,15 @@ _slots[486] is not null and var loadedFnPtr public static uint GetSensorProperties(SensorHandle sensor) => DllImport.GetSensorProperties(sensor); + [return: NativeTypeName("SDL_SensorID *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensors")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint* ISdl.GetSensors(int* count) => ( (delegate* unmanaged)( - _slots[487] is not null and var loadedFnPtr + _slots[489] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[487] = nativeContext.LoadFunction("SDL_GetSensors", "SDL3") + : _slots[489] = nativeContext.LoadFunction("SDL_GetSensors", "SDL3") ) )(count); @@ -78701,6 +80476,9 @@ _slots[487] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint* GetSensors(int* count) => DllImport.GetSensors(count); + [return: NativeTypeName("SDL_SensorID *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensors")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetSensors(Ref count) { @@ -78716,13 +80494,14 @@ Ptr ISdl.GetSensors(Ref count) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetSensors(Ref count) => DllImport.GetSensors(count); + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorType")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] SensorType ISdl.GetSensorType(SensorHandle sensor) => ( (delegate* unmanaged)( - _slots[488] is not null and var loadedFnPtr + _slots[490] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[488] = nativeContext.LoadFunction("SDL_GetSensorType", "SDL3") + : _slots[490] = nativeContext.LoadFunction("SDL_GetSensorType", "SDL3") ) )(sensor); @@ -78730,13 +80509,14 @@ _slots[488] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static SensorType GetSensorType(SensorHandle sensor) => DllImport.GetSensorType(sensor); + [NativeFunction("SDL3", EntryPoint = "SDL_GetSensorTypeForID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] SensorType ISdl.GetSensorTypeForID([NativeTypeName("SDL_SensorID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[489] is not null and var loadedFnPtr + _slots[491] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[489] = nativeContext.LoadFunction("SDL_GetSensorTypeForID", "SDL3") + : _slots[491] = nativeContext.LoadFunction("SDL_GetSensorTypeForID", "SDL3") ) )(instance_id); @@ -78746,13 +80526,14 @@ public static SensorType GetSensorTypeForID( [NativeTypeName("SDL_SensorID")] uint instance_id ) => DllImport.GetSensorTypeForID(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_GetSilenceValueForFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetSilenceValueForFormat(AudioFormat format) => ( (delegate* unmanaged)( - _slots[490] is not null and var loadedFnPtr + _slots[492] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[490] = nativeContext.LoadFunction( + : _slots[492] = nativeContext.LoadFunction( "SDL_GetSilenceValueForFormat", "SDL3" ) @@ -78764,13 +80545,15 @@ _slots[490] is not null and var loadedFnPtr public static int GetSilenceValueForFormat(AudioFormat format) => DllImport.GetSilenceValueForFormat(format); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSIMDAlignment")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.GetSimdAlignment() => ( (delegate* unmanaged)( - _slots[491] is not null and var loadedFnPtr + _slots[493] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[491] = nativeContext.LoadFunction("SDL_GetSIMDAlignment", "SDL3") + : _slots[493] = nativeContext.LoadFunction("SDL_GetSIMDAlignment", "SDL3") ) )(); @@ -78779,6 +80562,8 @@ _slots[491] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static nuint GetSimdAlignment() => DllImport.GetSimdAlignment(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetStorageFileSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetStorageFileSize( StorageHandle storage, @@ -78787,9 +80572,9 @@ byte ISdl.GetStorageFileSize( ) => ( (delegate* unmanaged)( - _slots[492] is not null and var loadedFnPtr + _slots[494] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[492] = nativeContext.LoadFunction("SDL_GetStorageFileSize", "SDL3") + : _slots[494] = nativeContext.LoadFunction("SDL_GetStorageFileSize", "SDL3") ) )(storage, path, length); @@ -78802,6 +80587,9 @@ public static byte GetStorageFileSize( [NativeTypeName("Uint64 *")] ulong* length ) => DllImport.GetStorageFileSize(storage, path, length); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetStorageFileSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetStorageFileSize( StorageHandle storage, @@ -78827,6 +80615,8 @@ public static MaybeBool GetStorageFileSize( [NativeTypeName("Uint64 *")] Ref length ) => DllImport.GetStorageFileSize(storage, path, length); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetStoragePathInfo")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetStoragePathInfo( StorageHandle storage, @@ -78835,9 +80625,9 @@ byte ISdl.GetStoragePathInfo( ) => ( (delegate* unmanaged)( - _slots[493] is not null and var loadedFnPtr + _slots[495] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[493] = nativeContext.LoadFunction("SDL_GetStoragePathInfo", "SDL3") + : _slots[495] = nativeContext.LoadFunction("SDL_GetStoragePathInfo", "SDL3") ) )(storage, path, info); @@ -78850,6 +80640,9 @@ public static byte GetStoragePathInfo( PathInfo* info ) => DllImport.GetStoragePathInfo(storage, path, info); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetStoragePathInfo")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetStoragePathInfo( StorageHandle storage, @@ -78875,13 +80668,15 @@ public static MaybeBool GetStoragePathInfo( Ref info ) => DllImport.GetStoragePathInfo(storage, path, info); + [return: NativeTypeName("Uint64")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetStorageSpaceRemaining")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong ISdl.GetStorageSpaceRemaining(StorageHandle storage) => ( (delegate* unmanaged)( - _slots[494] is not null and var loadedFnPtr + _slots[496] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[494] = nativeContext.LoadFunction( + : _slots[496] = nativeContext.LoadFunction( "SDL_GetStorageSpaceRemaining", "SDL3" ) @@ -78894,6 +80689,8 @@ _slots[494] is not null and var loadedFnPtr public static ulong GetStorageSpaceRemaining(StorageHandle storage) => DllImport.GetStorageSpaceRemaining(storage); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetStringProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetStringProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -78902,9 +80699,9 @@ public static ulong GetStorageSpaceRemaining(StorageHandle storage) => ) => ( (delegate* unmanaged)( - _slots[495] is not null and var loadedFnPtr + _slots[497] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[495] = nativeContext.LoadFunction("SDL_GetStringProperty", "SDL3") + : _slots[497] = nativeContext.LoadFunction("SDL_GetStringProperty", "SDL3") ) )(props, name, default_value); @@ -78917,6 +80714,9 @@ _slots[495] is not null and var loadedFnPtr [NativeTypeName("const char *")] sbyte* default_value ) => DllImport.GetStringProperty(props, name, default_value); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetStringProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetStringProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -78941,13 +80741,15 @@ public static Ptr GetStringProperty( [NativeTypeName("const char *")] Ref default_value ) => DllImport.GetStringProperty(props, name, default_value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceAlphaMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetSurfaceAlphaMod(Surface* surface, [NativeTypeName("Uint8 *")] byte* alpha) => ( (delegate* unmanaged)( - _slots[496] is not null and var loadedFnPtr + _slots[498] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[496] = nativeContext.LoadFunction("SDL_GetSurfaceAlphaMod", "SDL3") + : _slots[498] = nativeContext.LoadFunction("SDL_GetSurfaceAlphaMod", "SDL3") ) )(surface, alpha); @@ -78959,6 +80761,9 @@ public static byte GetSurfaceAlphaMod( [NativeTypeName("Uint8 *")] byte* alpha ) => DllImport.GetSurfaceAlphaMod(surface, alpha); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceAlphaMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetSurfaceAlphaMod( Ref surface, @@ -78982,6 +80787,8 @@ public static MaybeBool GetSurfaceAlphaMod( [NativeTypeName("Uint8 *")] Ref alpha ) => DllImport.GetSurfaceAlphaMod(surface, alpha); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetSurfaceBlendMode( Surface* surface, @@ -78989,9 +80796,9 @@ byte ISdl.GetSurfaceBlendMode( ) => ( (delegate* unmanaged)( - _slots[497] is not null and var loadedFnPtr + _slots[499] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[497] = nativeContext.LoadFunction("SDL_GetSurfaceBlendMode", "SDL3") + : _slots[499] = nativeContext.LoadFunction("SDL_GetSurfaceBlendMode", "SDL3") ) )(surface, blendMode); @@ -79003,6 +80810,9 @@ public static byte GetSurfaceBlendMode( [NativeTypeName("SDL_BlendMode *")] BlendMode* blendMode ) => DllImport.GetSurfaceBlendMode(surface, blendMode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetSurfaceBlendMode( Ref surface, @@ -79026,13 +80836,15 @@ public static MaybeBool GetSurfaceBlendMode( [NativeTypeName("SDL_BlendMode *")] Ref blendMode ) => DllImport.GetSurfaceBlendMode(surface, blendMode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceClipRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetSurfaceClipRect(Surface* surface, Rect* rect) => ( (delegate* unmanaged)( - _slots[498] is not null and var loadedFnPtr + _slots[500] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[498] = nativeContext.LoadFunction("SDL_GetSurfaceClipRect", "SDL3") + : _slots[500] = nativeContext.LoadFunction("SDL_GetSurfaceClipRect", "SDL3") ) )(surface, rect); @@ -79042,6 +80854,9 @@ _slots[498] is not null and var loadedFnPtr public static byte GetSurfaceClipRect(Surface* surface, Rect* rect) => DllImport.GetSurfaceClipRect(surface, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceClipRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetSurfaceClipRect(Ref surface, Ref rect) { @@ -79060,13 +80875,15 @@ MaybeBool ISdl.GetSurfaceClipRect(Ref surface, Ref rect) public static MaybeBool GetSurfaceClipRect(Ref surface, Ref rect) => DllImport.GetSurfaceClipRect(surface, rect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceColorKey")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetSurfaceColorKey(Surface* surface, [NativeTypeName("Uint32 *")] uint* key) => ( (delegate* unmanaged)( - _slots[499] is not null and var loadedFnPtr + _slots[501] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[499] = nativeContext.LoadFunction("SDL_GetSurfaceColorKey", "SDL3") + : _slots[501] = nativeContext.LoadFunction("SDL_GetSurfaceColorKey", "SDL3") ) )(surface, key); @@ -79078,6 +80895,9 @@ public static byte GetSurfaceColorKey( [NativeTypeName("Uint32 *")] uint* key ) => DllImport.GetSurfaceColorKey(surface, key); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceColorKey")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetSurfaceColorKey( Ref surface, @@ -79100,6 +80920,8 @@ public static MaybeBool GetSurfaceColorKey( [NativeTypeName("Uint32 *")] Ref key ) => DllImport.GetSurfaceColorKey(surface, key); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceColorMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetSurfaceColorMod( Surface* surface, @@ -79109,9 +80931,9 @@ byte ISdl.GetSurfaceColorMod( ) => ( (delegate* unmanaged)( - _slots[500] is not null and var loadedFnPtr + _slots[502] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[500] = nativeContext.LoadFunction("SDL_GetSurfaceColorMod", "SDL3") + : _slots[502] = nativeContext.LoadFunction("SDL_GetSurfaceColorMod", "SDL3") ) )(surface, r, g, b); @@ -79125,6 +80947,9 @@ public static byte GetSurfaceColorMod( [NativeTypeName("Uint8 *")] byte* b ) => DllImport.GetSurfaceColorMod(surface, r, g, b); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceColorMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetSurfaceColorMod( Ref surface, @@ -79154,13 +80979,14 @@ public static MaybeBool GetSurfaceColorMod( [NativeTypeName("Uint8 *")] Ref b ) => DllImport.GetSurfaceColorMod(surface, r, g, b); + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceColorspace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Colorspace ISdl.GetSurfaceColorspace(Surface* surface) => ( (delegate* unmanaged)( - _slots[501] is not null and var loadedFnPtr + _slots[503] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[501] = nativeContext.LoadFunction("SDL_GetSurfaceColorspace", "SDL3") + : _slots[503] = nativeContext.LoadFunction("SDL_GetSurfaceColorspace", "SDL3") ) )(surface); @@ -79169,6 +80995,8 @@ _slots[501] is not null and var loadedFnPtr public static Colorspace GetSurfaceColorspace(Surface* surface) => DllImport.GetSurfaceColorspace(surface); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceColorspace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Colorspace ISdl.GetSurfaceColorspace(Ref surface) { @@ -79184,13 +81012,14 @@ Colorspace ISdl.GetSurfaceColorspace(Ref surface) public static Colorspace GetSurfaceColorspace(Ref surface) => DllImport.GetSurfaceColorspace(surface); + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceImages")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Surface** ISdl.GetSurfaceImages(Surface* surface, int* count) => ( (delegate* unmanaged)( - _slots[502] is not null and var loadedFnPtr + _slots[504] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[502] = nativeContext.LoadFunction("SDL_GetSurfaceImages", "SDL3") + : _slots[504] = nativeContext.LoadFunction("SDL_GetSurfaceImages", "SDL3") ) )(surface, count); @@ -79199,6 +81028,8 @@ _slots[502] is not null and var loadedFnPtr public static Surface** GetSurfaceImages(Surface* surface, int* count) => DllImport.GetSurfaceImages(surface, count); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceImages")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr2D ISdl.GetSurfaceImages(Ref surface, Ref count) { @@ -79215,13 +81046,14 @@ Ptr2D ISdl.GetSurfaceImages(Ref surface, Ref count) public static Ptr2D GetSurfaceImages(Ref surface, Ref count) => DllImport.GetSurfaceImages(surface, count); + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfacePalette")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Palette* ISdl.GetSurfacePalette(Surface* surface) => ( (delegate* unmanaged)( - _slots[503] is not null and var loadedFnPtr + _slots[505] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[503] = nativeContext.LoadFunction("SDL_GetSurfacePalette", "SDL3") + : _slots[505] = nativeContext.LoadFunction("SDL_GetSurfacePalette", "SDL3") ) )(surface); @@ -79230,6 +81062,8 @@ _slots[503] is not null and var loadedFnPtr public static Palette* GetSurfacePalette(Surface* surface) => DllImport.GetSurfacePalette(surface); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfacePalette")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetSurfacePalette(Ref surface) { @@ -79245,13 +81079,15 @@ Ptr ISdl.GetSurfacePalette(Ref surface) public static Ptr GetSurfacePalette(Ref surface) => DllImport.GetSurfacePalette(surface); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetSurfaceProperties(Surface* surface) => ( (delegate* unmanaged)( - _slots[504] is not null and var loadedFnPtr + _slots[506] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[504] = nativeContext.LoadFunction("SDL_GetSurfaceProperties", "SDL3") + : _slots[506] = nativeContext.LoadFunction("SDL_GetSurfaceProperties", "SDL3") ) )(surface); @@ -79261,6 +81097,9 @@ _slots[504] is not null and var loadedFnPtr public static uint GetSurfaceProperties(Surface* surface) => DllImport.GetSurfaceProperties(surface); + [return: NativeTypeName("SDL_PropertiesID")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetSurfaceProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetSurfaceProperties(Ref surface) { @@ -79277,13 +81116,14 @@ uint ISdl.GetSurfaceProperties(Ref surface) public static uint GetSurfaceProperties(Ref surface) => DllImport.GetSurfaceProperties(surface); + [NativeFunction("SDL3", EntryPoint = "SDL_GetSystemRAM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetSystemRAM() => ( (delegate* unmanaged)( - _slots[505] is not null and var loadedFnPtr + _slots[507] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[505] = nativeContext.LoadFunction("SDL_GetSystemRAM", "SDL3") + : _slots[507] = nativeContext.LoadFunction("SDL_GetSystemRAM", "SDL3") ) )(); @@ -79291,13 +81131,14 @@ _slots[505] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetSystemRAM() => DllImport.GetSystemRAM(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetSystemTheme")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] SystemTheme ISdl.GetSystemTheme() => ( (delegate* unmanaged)( - _slots[506] is not null and var loadedFnPtr + _slots[508] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[506] = nativeContext.LoadFunction("SDL_GetSystemTheme", "SDL3") + : _slots[508] = nativeContext.LoadFunction("SDL_GetSystemTheme", "SDL3") ) )(); @@ -79305,13 +81146,15 @@ _slots[506] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static SystemTheme GetSystemTheme() => DllImport.GetSystemTheme(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextInputArea")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetTextInputArea(WindowHandle window, Rect* rect, int* cursor) => ( (delegate* unmanaged)( - _slots[507] is not null and var loadedFnPtr + _slots[509] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[507] = nativeContext.LoadFunction("SDL_GetTextInputArea", "SDL3") + : _slots[509] = nativeContext.LoadFunction("SDL_GetTextInputArea", "SDL3") ) )(window, rect, cursor); @@ -79321,6 +81164,9 @@ _slots[507] is not null and var loadedFnPtr public static byte GetTextInputArea(WindowHandle window, Rect* rect, int* cursor) => DllImport.GetTextInputArea(window, rect, cursor); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextInputArea")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetTextInputArea(WindowHandle window, Ref rect, Ref cursor) { @@ -79342,13 +81188,15 @@ public static MaybeBool GetTextInputArea( Ref cursor ) => DllImport.GetTextInputArea(window, rect, cursor); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureAlphaMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetTextureAlphaMod(Texture* texture, [NativeTypeName("Uint8 *")] byte* alpha) => ( (delegate* unmanaged)( - _slots[508] is not null and var loadedFnPtr + _slots[510] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[508] = nativeContext.LoadFunction("SDL_GetTextureAlphaMod", "SDL3") + : _slots[510] = nativeContext.LoadFunction("SDL_GetTextureAlphaMod", "SDL3") ) )(texture, alpha); @@ -79360,6 +81208,9 @@ public static byte GetTextureAlphaMod( [NativeTypeName("Uint8 *")] byte* alpha ) => DllImport.GetTextureAlphaMod(texture, alpha); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureAlphaMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetTextureAlphaMod( Ref texture, @@ -79383,13 +81234,15 @@ public static MaybeBool GetTextureAlphaMod( [NativeTypeName("Uint8 *")] Ref alpha ) => DllImport.GetTextureAlphaMod(texture, alpha); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureAlphaModFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetTextureAlphaModFloat(Texture* texture, float* alpha) => ( (delegate* unmanaged)( - _slots[509] is not null and var loadedFnPtr + _slots[511] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[509] = nativeContext.LoadFunction( + : _slots[511] = nativeContext.LoadFunction( "SDL_GetTextureAlphaModFloat", "SDL3" ) @@ -79402,6 +81255,9 @@ _slots[509] is not null and var loadedFnPtr public static byte GetTextureAlphaModFloat(Texture* texture, float* alpha) => DllImport.GetTextureAlphaModFloat(texture, alpha); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureAlphaModFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetTextureAlphaModFloat(Ref texture, Ref alpha) { @@ -79420,6 +81276,8 @@ MaybeBool ISdl.GetTextureAlphaModFloat(Ref texture, Ref al public static MaybeBool GetTextureAlphaModFloat(Ref texture, Ref alpha) => DllImport.GetTextureAlphaModFloat(texture, alpha); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetTextureBlendMode( Texture* texture, @@ -79427,9 +81285,9 @@ byte ISdl.GetTextureBlendMode( ) => ( (delegate* unmanaged)( - _slots[510] is not null and var loadedFnPtr + _slots[512] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[510] = nativeContext.LoadFunction("SDL_GetTextureBlendMode", "SDL3") + : _slots[512] = nativeContext.LoadFunction("SDL_GetTextureBlendMode", "SDL3") ) )(texture, blendMode); @@ -79441,6 +81299,9 @@ public static byte GetTextureBlendMode( [NativeTypeName("SDL_BlendMode *")] BlendMode* blendMode ) => DllImport.GetTextureBlendMode(texture, blendMode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetTextureBlendMode( Ref texture, @@ -79464,6 +81325,8 @@ public static MaybeBool GetTextureBlendMode( [NativeTypeName("SDL_BlendMode *")] Ref blendMode ) => DllImport.GetTextureBlendMode(texture, blendMode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureColorMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetTextureColorMod( Texture* texture, @@ -79473,9 +81336,9 @@ byte ISdl.GetTextureColorMod( ) => ( (delegate* unmanaged)( - _slots[511] is not null and var loadedFnPtr + _slots[513] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[511] = nativeContext.LoadFunction("SDL_GetTextureColorMod", "SDL3") + : _slots[513] = nativeContext.LoadFunction("SDL_GetTextureColorMod", "SDL3") ) )(texture, r, g, b); @@ -79489,6 +81352,9 @@ public static byte GetTextureColorMod( [NativeTypeName("Uint8 *")] byte* b ) => DllImport.GetTextureColorMod(texture, r, g, b); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureColorMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetTextureColorMod( Ref texture, @@ -79518,13 +81384,15 @@ public static MaybeBool GetTextureColorMod( [NativeTypeName("Uint8 *")] Ref b ) => DllImport.GetTextureColorMod(texture, r, g, b); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureColorModFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetTextureColorModFloat(Texture* texture, float* r, float* g, float* b) => ( (delegate* unmanaged)( - _slots[512] is not null and var loadedFnPtr + _slots[514] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[512] = nativeContext.LoadFunction( + : _slots[514] = nativeContext.LoadFunction( "SDL_GetTextureColorModFloat", "SDL3" ) @@ -79537,6 +81405,9 @@ _slots[512] is not null and var loadedFnPtr public static byte GetTextureColorModFloat(Texture* texture, float* r, float* g, float* b) => DllImport.GetTextureColorModFloat(texture, r, g, b); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureColorModFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetTextureColorModFloat( Ref texture, @@ -79567,13 +81438,15 @@ public static MaybeBool GetTextureColorModFloat( Ref b ) => DllImport.GetTextureColorModFloat(texture, r, g, b); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetTextureProperties(Texture* texture) => ( (delegate* unmanaged)( - _slots[513] is not null and var loadedFnPtr + _slots[515] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[513] = nativeContext.LoadFunction("SDL_GetTextureProperties", "SDL3") + : _slots[515] = nativeContext.LoadFunction("SDL_GetTextureProperties", "SDL3") ) )(texture); @@ -79583,6 +81456,9 @@ _slots[513] is not null and var loadedFnPtr public static uint GetTextureProperties(Texture* texture) => DllImport.GetTextureProperties(texture); + [return: NativeTypeName("SDL_PropertiesID")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetTextureProperties(Ref texture) { @@ -79599,13 +81475,15 @@ uint ISdl.GetTextureProperties(Ref texture) public static uint GetTextureProperties(Ref texture) => DllImport.GetTextureProperties(texture); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureScaleMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetTextureScaleMode(Texture* texture, ScaleMode* scaleMode) => ( (delegate* unmanaged)( - _slots[514] is not null and var loadedFnPtr + _slots[516] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[514] = nativeContext.LoadFunction("SDL_GetTextureScaleMode", "SDL3") + : _slots[516] = nativeContext.LoadFunction("SDL_GetTextureScaleMode", "SDL3") ) )(texture, scaleMode); @@ -79615,6 +81493,9 @@ _slots[514] is not null and var loadedFnPtr public static byte GetTextureScaleMode(Texture* texture, ScaleMode* scaleMode) => DllImport.GetTextureScaleMode(texture, scaleMode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureScaleMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetTextureScaleMode(Ref texture, Ref scaleMode) { @@ -79635,13 +81516,15 @@ public static MaybeBool GetTextureScaleMode( Ref scaleMode ) => DllImport.GetTextureScaleMode(texture, scaleMode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetTextureSize(Texture* texture, float* w, float* h) => ( (delegate* unmanaged)( - _slots[515] is not null and var loadedFnPtr + _slots[517] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[515] = nativeContext.LoadFunction("SDL_GetTextureSize", "SDL3") + : _slots[517] = nativeContext.LoadFunction("SDL_GetTextureSize", "SDL3") ) )(texture, w, h); @@ -79651,6 +81534,9 @@ _slots[515] is not null and var loadedFnPtr public static byte GetTextureSize(Texture* texture, float* w, float* h) => DllImport.GetTextureSize(texture, w, h); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTextureSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetTextureSize(Ref texture, Ref w, Ref h) { @@ -79673,13 +81559,15 @@ public static MaybeBool GetTextureSize( Ref h ) => DllImport.GetTextureSize(texture, w, h); + [return: NativeTypeName("SDL_ThreadID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetThreadID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong ISdl.GetThreadID(ThreadHandle thread) => ( (delegate* unmanaged)( - _slots[516] is not null and var loadedFnPtr + _slots[518] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[516] = nativeContext.LoadFunction("SDL_GetThreadID", "SDL3") + : _slots[518] = nativeContext.LoadFunction("SDL_GetThreadID", "SDL3") ) )(thread); @@ -79688,6 +81576,9 @@ _slots[516] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetThreadID(ThreadHandle thread) => DllImport.GetThreadID(thread); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetThreadName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetThreadName(ThreadHandle thread) => (sbyte*)((ISdl)this).GetThreadNameRaw(thread); @@ -79698,13 +81589,15 @@ Ptr ISdl.GetThreadName(ThreadHandle thread) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetThreadName(ThreadHandle thread) => DllImport.GetThreadName(thread); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetThreadName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetThreadNameRaw(ThreadHandle thread) => ( (delegate* unmanaged)( - _slots[517] is not null and var loadedFnPtr + _slots[519] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[517] = nativeContext.LoadFunction("SDL_GetThreadName", "SDL3") + : _slots[519] = nativeContext.LoadFunction("SDL_GetThreadName", "SDL3") ) )(thread); @@ -79714,13 +81607,14 @@ _slots[517] is not null and var loadedFnPtr public static sbyte* GetThreadNameRaw(ThreadHandle thread) => DllImport.GetThreadNameRaw(thread); + [NativeFunction("SDL3", EntryPoint = "SDL_GetThreadState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ThreadState ISdl.GetThreadState(ThreadHandle thread) => ( (delegate* unmanaged)( - _slots[518] is not null and var loadedFnPtr + _slots[520] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[518] = nativeContext.LoadFunction("SDL_GetThreadState", "SDL3") + : _slots[520] = nativeContext.LoadFunction("SDL_GetThreadState", "SDL3") ) )(thread); @@ -79729,13 +81623,15 @@ _slots[518] is not null and var loadedFnPtr public static ThreadState GetThreadState(ThreadHandle thread) => DllImport.GetThreadState(thread); + [return: NativeTypeName("Uint64")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTicks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong ISdl.GetTicks() => ( (delegate* unmanaged)( - _slots[519] is not null and var loadedFnPtr + _slots[521] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[519] = nativeContext.LoadFunction("SDL_GetTicks", "SDL3") + : _slots[521] = nativeContext.LoadFunction("SDL_GetTicks", "SDL3") ) )(); @@ -79744,13 +81640,15 @@ _slots[519] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetTicks() => DllImport.GetTicks(); + [return: NativeTypeName("Uint64")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTicksNS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong ISdl.GetTicksNS() => ( (delegate* unmanaged)( - _slots[520] is not null and var loadedFnPtr + _slots[522] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[520] = nativeContext.LoadFunction("SDL_GetTicksNS", "SDL3") + : _slots[522] = nativeContext.LoadFunction("SDL_GetTicksNS", "SDL3") ) )(); @@ -79759,13 +81657,14 @@ _slots[520] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetTicksNS() => DllImport.GetTicksNS(); + [NativeFunction("SDL3", EntryPoint = "SDL_GetTLS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.GetTLS([NativeTypeName("SDL_TLSID *")] AtomicInt* id) => ( (delegate* unmanaged)( - _slots[521] is not null and var loadedFnPtr + _slots[523] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[521] = nativeContext.LoadFunction("SDL_GetTLS", "SDL3") + : _slots[523] = nativeContext.LoadFunction("SDL_GetTLS", "SDL3") ) )(id); @@ -79774,6 +81673,8 @@ _slots[521] is not null and var loadedFnPtr public static void* GetTLS([NativeTypeName("SDL_TLSID *")] AtomicInt* id) => DllImport.GetTLS(id); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTLS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetTLS([NativeTypeName("SDL_TLSID *")] Ref id) { @@ -79789,6 +81690,9 @@ Ptr ISdl.GetTLS([NativeTypeName("SDL_TLSID *")] Ref id) public static Ptr GetTLS([NativeTypeName("SDL_TLSID *")] Ref id) => DllImport.GetTLS(id); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTouchDeviceName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetTouchDeviceName([NativeTypeName("SDL_TouchID")] ulong touchID) => (sbyte*)((ISdl)this).GetTouchDeviceNameRaw(touchID); @@ -79800,13 +81704,15 @@ Ptr ISdl.GetTouchDeviceName([NativeTypeName("SDL_TouchID")] ulong touchID public static Ptr GetTouchDeviceName([NativeTypeName("SDL_TouchID")] ulong touchID) => DllImport.GetTouchDeviceName(touchID); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTouchDeviceName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetTouchDeviceNameRaw([NativeTypeName("SDL_TouchID")] ulong touchID) => ( (delegate* unmanaged)( - _slots[522] is not null and var loadedFnPtr + _slots[524] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[522] = nativeContext.LoadFunction("SDL_GetTouchDeviceName", "SDL3") + : _slots[524] = nativeContext.LoadFunction("SDL_GetTouchDeviceName", "SDL3") ) )(touchID); @@ -79816,13 +81722,15 @@ _slots[522] is not null and var loadedFnPtr public static sbyte* GetTouchDeviceNameRaw([NativeTypeName("SDL_TouchID")] ulong touchID) => DllImport.GetTouchDeviceNameRaw(touchID); + [return: NativeTypeName("SDL_TouchID *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTouchDevices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong* ISdl.GetTouchDevices(int* count) => ( (delegate* unmanaged)( - _slots[523] is not null and var loadedFnPtr + _slots[525] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[523] = nativeContext.LoadFunction("SDL_GetTouchDevices", "SDL3") + : _slots[525] = nativeContext.LoadFunction("SDL_GetTouchDevices", "SDL3") ) )(count); @@ -79831,6 +81739,9 @@ _slots[523] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong* GetTouchDevices(int* count) => DllImport.GetTouchDevices(count); + [return: NativeTypeName("SDL_TouchID *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTouchDevices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetTouchDevices(Ref count) { @@ -79846,13 +81757,14 @@ Ptr ISdl.GetTouchDevices(Ref count) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetTouchDevices(Ref count) => DllImport.GetTouchDevices(count); + [NativeFunction("SDL3", EntryPoint = "SDL_GetTouchDeviceType")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] TouchDeviceType ISdl.GetTouchDeviceType([NativeTypeName("SDL_TouchID")] ulong touchID) => ( (delegate* unmanaged)( - _slots[524] is not null and var loadedFnPtr + _slots[526] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[524] = nativeContext.LoadFunction("SDL_GetTouchDeviceType", "SDL3") + : _slots[526] = nativeContext.LoadFunction("SDL_GetTouchDeviceType", "SDL3") ) )(touchID); @@ -79862,13 +81774,14 @@ public static TouchDeviceType GetTouchDeviceType( [NativeTypeName("SDL_TouchID")] ulong touchID ) => DllImport.GetTouchDeviceType(touchID); + [NativeFunction("SDL3", EntryPoint = "SDL_GetTouchFingers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Finger** ISdl.GetTouchFingers([NativeTypeName("SDL_TouchID")] ulong touchID, int* count) => ( (delegate* unmanaged)( - _slots[525] is not null and var loadedFnPtr + _slots[527] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[525] = nativeContext.LoadFunction("SDL_GetTouchFingers", "SDL3") + : _slots[527] = nativeContext.LoadFunction("SDL_GetTouchFingers", "SDL3") ) )(touchID, count); @@ -79879,6 +81792,8 @@ _slots[525] is not null and var loadedFnPtr int* count ) => DllImport.GetTouchFingers(touchID, count); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetTouchFingers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr2D ISdl.GetTouchFingers( [NativeTypeName("SDL_TouchID")] ulong touchID, @@ -79899,6 +81814,9 @@ public static Ptr2D GetTouchFingers( Ref count ) => DllImport.GetTouchFingers(touchID, count); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetUserFolder")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetUserFolder(Folder folder) => (sbyte*)((ISdl)this).GetUserFolderRaw(folder); @@ -79908,13 +81826,15 @@ Ref count [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetUserFolder(Folder folder) => DllImport.GetUserFolder(folder); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetUserFolder")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetUserFolderRaw(Folder folder) => ( (delegate* unmanaged)( - _slots[526] is not null and var loadedFnPtr + _slots[528] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[526] = nativeContext.LoadFunction("SDL_GetUserFolder", "SDL3") + : _slots[528] = nativeContext.LoadFunction("SDL_GetUserFolder", "SDL3") ) )(folder); @@ -79923,13 +81843,14 @@ _slots[526] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetUserFolderRaw(Folder folder) => DllImport.GetUserFolderRaw(folder); + [NativeFunction("SDL3", EntryPoint = "SDL_GetVersion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.GetVersion() => ( (delegate* unmanaged)( - _slots[527] is not null and var loadedFnPtr + _slots[529] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[527] = nativeContext.LoadFunction("SDL_GetVersion", "SDL3") + : _slots[529] = nativeContext.LoadFunction("SDL_GetVersion", "SDL3") ) )(); @@ -79937,6 +81858,9 @@ _slots[527] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int GetVersion() => DllImport.GetVersion(); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetVideoDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetVideoDriver(int index) => (sbyte*)((ISdl)this).GetVideoDriverRaw(index); @@ -79946,13 +81870,15 @@ _slots[527] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetVideoDriver(int index) => DllImport.GetVideoDriver(index); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetVideoDriver")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetVideoDriverRaw(int index) => ( (delegate* unmanaged)( - _slots[528] is not null and var loadedFnPtr + _slots[530] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[528] = nativeContext.LoadFunction("SDL_GetVideoDriver", "SDL3") + : _slots[530] = nativeContext.LoadFunction("SDL_GetVideoDriver", "SDL3") ) )(index); @@ -79961,13 +81887,15 @@ _slots[528] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* GetVideoDriverRaw(int index) => DllImport.GetVideoDriverRaw(index); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowAspectRatio")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetWindowAspectRatio(WindowHandle window, float* min_aspect, float* max_aspect) => ( (delegate* unmanaged)( - _slots[529] is not null and var loadedFnPtr + _slots[531] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[529] = nativeContext.LoadFunction("SDL_GetWindowAspectRatio", "SDL3") + : _slots[531] = nativeContext.LoadFunction("SDL_GetWindowAspectRatio", "SDL3") ) )(window, min_aspect, max_aspect); @@ -79980,6 +81908,9 @@ public static byte GetWindowAspectRatio( float* max_aspect ) => DllImport.GetWindowAspectRatio(window, min_aspect, max_aspect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowAspectRatio")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetWindowAspectRatio( WindowHandle window, @@ -80005,6 +81936,8 @@ public static MaybeBool GetWindowAspectRatio( Ref max_aspect ) => DllImport.GetWindowAspectRatio(window, min_aspect, max_aspect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowBordersSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetWindowBordersSize( WindowHandle window, @@ -80015,9 +81948,9 @@ byte ISdl.GetWindowBordersSize( ) => ( (delegate* unmanaged)( - _slots[530] is not null and var loadedFnPtr + _slots[532] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[530] = nativeContext.LoadFunction("SDL_GetWindowBordersSize", "SDL3") + : _slots[532] = nativeContext.LoadFunction("SDL_GetWindowBordersSize", "SDL3") ) )(window, top, left, bottom, right); @@ -80032,6 +81965,9 @@ public static byte GetWindowBordersSize( int* right ) => DllImport.GetWindowBordersSize(window, top, left, bottom, right); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowBordersSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetWindowBordersSize( WindowHandle window, @@ -80070,13 +82006,14 @@ public static MaybeBool GetWindowBordersSize( Ref right ) => DllImport.GetWindowBordersSize(window, top, left, bottom, right); + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowDisplayScale")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.GetWindowDisplayScale(WindowHandle window) => ( (delegate* unmanaged)( - _slots[531] is not null and var loadedFnPtr + _slots[533] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[531] = nativeContext.LoadFunction("SDL_GetWindowDisplayScale", "SDL3") + : _slots[533] = nativeContext.LoadFunction("SDL_GetWindowDisplayScale", "SDL3") ) )(window); @@ -80085,13 +82022,15 @@ _slots[531] is not null and var loadedFnPtr public static float GetWindowDisplayScale(WindowHandle window) => DllImport.GetWindowDisplayScale(window); + [return: NativeTypeName("SDL_WindowFlags")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowFlags")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong ISdl.GetWindowFlags(WindowHandle window) => ( (delegate* unmanaged)( - _slots[532] is not null and var loadedFnPtr + _slots[534] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[532] = nativeContext.LoadFunction("SDL_GetWindowFlags", "SDL3") + : _slots[534] = nativeContext.LoadFunction("SDL_GetWindowFlags", "SDL3") ) )(window); @@ -80100,13 +82039,14 @@ _slots[532] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetWindowFlags(WindowHandle window) => DllImport.GetWindowFlags(window); + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowFromEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.GetWindowFromEvent([NativeTypeName("const SDL_Event *")] Event* @event) => ( (delegate* unmanaged)( - _slots[533] is not null and var loadedFnPtr + _slots[535] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[533] = nativeContext.LoadFunction("SDL_GetWindowFromEvent", "SDL3") + : _slots[535] = nativeContext.LoadFunction("SDL_GetWindowFromEvent", "SDL3") ) )(@event); @@ -80116,6 +82056,8 @@ public static WindowHandle GetWindowFromEvent( [NativeTypeName("const SDL_Event *")] Event* @event ) => DllImport.GetWindowFromEvent(@event); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowFromEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.GetWindowFromEvent([NativeTypeName("const SDL_Event *")] Ref @event) { @@ -80132,13 +82074,14 @@ public static WindowHandle GetWindowFromEvent( [NativeTypeName("const SDL_Event *")] Ref @event ) => DllImport.GetWindowFromEvent(@event); + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowFromID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.GetWindowFromID([NativeTypeName("SDL_WindowID")] uint id) => ( (delegate* unmanaged)( - _slots[534] is not null and var loadedFnPtr + _slots[536] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[534] = nativeContext.LoadFunction("SDL_GetWindowFromID", "SDL3") + : _slots[536] = nativeContext.LoadFunction("SDL_GetWindowFromID", "SDL3") ) )(id); @@ -80147,6 +82090,9 @@ _slots[534] is not null and var loadedFnPtr public static WindowHandle GetWindowFromID([NativeTypeName("SDL_WindowID")] uint id) => DllImport.GetWindowFromID(id); + [return: NativeTypeName("const SDL_DisplayMode *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowFullscreenMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetWindowFullscreenMode(WindowHandle window) => (DisplayMode*)((ISdl)this).GetWindowFullscreenModeRaw(window); @@ -80158,13 +82104,15 @@ Ptr ISdl.GetWindowFullscreenMode(WindowHandle window) => public static Ptr GetWindowFullscreenMode(WindowHandle window) => DllImport.GetWindowFullscreenMode(window); + [return: NativeTypeName("const SDL_DisplayMode *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowFullscreenMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] DisplayMode* ISdl.GetWindowFullscreenModeRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[535] is not null and var loadedFnPtr + _slots[537] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[535] = nativeContext.LoadFunction( + : _slots[537] = nativeContext.LoadFunction( "SDL_GetWindowFullscreenMode", "SDL3" ) @@ -80177,13 +82125,14 @@ _slots[535] is not null and var loadedFnPtr public static DisplayMode* GetWindowFullscreenModeRaw(WindowHandle window) => DllImport.GetWindowFullscreenModeRaw(window); + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowICCProfile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.GetWindowICCProfile(WindowHandle window, [NativeTypeName("size_t *")] nuint* size) => ( (delegate* unmanaged)( - _slots[536] is not null and var loadedFnPtr + _slots[538] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[536] = nativeContext.LoadFunction("SDL_GetWindowICCProfile", "SDL3") + : _slots[538] = nativeContext.LoadFunction("SDL_GetWindowICCProfile", "SDL3") ) )(window, size); @@ -80194,6 +82143,8 @@ _slots[536] is not null and var loadedFnPtr [NativeTypeName("size_t *")] nuint* size ) => DllImport.GetWindowICCProfile(window, size); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowICCProfile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetWindowICCProfile(WindowHandle window, [NativeTypeName("size_t *")] Ref size) { @@ -80211,13 +82162,15 @@ public static Ptr GetWindowICCProfile( [NativeTypeName("size_t *")] Ref size ) => DllImport.GetWindowICCProfile(window, size); + [return: NativeTypeName("SDL_WindowID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetWindowID(WindowHandle window) => ( (delegate* unmanaged)( - _slots[537] is not null and var loadedFnPtr + _slots[539] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[537] = nativeContext.LoadFunction("SDL_GetWindowID", "SDL3") + : _slots[539] = nativeContext.LoadFunction("SDL_GetWindowID", "SDL3") ) )(window); @@ -80226,6 +82179,9 @@ _slots[537] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetWindowID(WindowHandle window) => DllImport.GetWindowID(window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowKeyboardGrab")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetWindowKeyboardGrab(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).GetWindowKeyboardGrabRaw(window); @@ -80237,13 +82193,15 @@ MaybeBool ISdl.GetWindowKeyboardGrab(WindowHandle window) => public static MaybeBool GetWindowKeyboardGrab(WindowHandle window) => DllImport.GetWindowKeyboardGrab(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowKeyboardGrab")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetWindowKeyboardGrabRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[538] is not null and var loadedFnPtr + _slots[540] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[538] = nativeContext.LoadFunction("SDL_GetWindowKeyboardGrab", "SDL3") + : _slots[540] = nativeContext.LoadFunction("SDL_GetWindowKeyboardGrab", "SDL3") ) )(window); @@ -80253,13 +82211,15 @@ _slots[538] is not null and var loadedFnPtr public static byte GetWindowKeyboardGrabRaw(WindowHandle window) => DllImport.GetWindowKeyboardGrabRaw(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowMaximumSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetWindowMaximumSize(WindowHandle window, int* w, int* h) => ( (delegate* unmanaged)( - _slots[539] is not null and var loadedFnPtr + _slots[541] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[539] = nativeContext.LoadFunction("SDL_GetWindowMaximumSize", "SDL3") + : _slots[541] = nativeContext.LoadFunction("SDL_GetWindowMaximumSize", "SDL3") ) )(window, w, h); @@ -80269,6 +82229,9 @@ _slots[539] is not null and var loadedFnPtr public static byte GetWindowMaximumSize(WindowHandle window, int* w, int* h) => DllImport.GetWindowMaximumSize(window, w, h); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowMaximumSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetWindowMaximumSize(WindowHandle window, Ref w, Ref h) { @@ -80290,13 +82253,15 @@ public static MaybeBool GetWindowMaximumSize( Ref h ) => DllImport.GetWindowMaximumSize(window, w, h); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowMinimumSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetWindowMinimumSize(WindowHandle window, int* w, int* h) => ( (delegate* unmanaged)( - _slots[540] is not null and var loadedFnPtr + _slots[542] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[540] = nativeContext.LoadFunction("SDL_GetWindowMinimumSize", "SDL3") + : _slots[542] = nativeContext.LoadFunction("SDL_GetWindowMinimumSize", "SDL3") ) )(window, w, h); @@ -80306,6 +82271,9 @@ _slots[540] is not null and var loadedFnPtr public static byte GetWindowMinimumSize(WindowHandle window, int* w, int* h) => DllImport.GetWindowMinimumSize(window, w, h); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowMinimumSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetWindowMinimumSize(WindowHandle window, Ref w, Ref h) { @@ -80327,6 +82295,9 @@ public static MaybeBool GetWindowMinimumSize( Ref h ) => DllImport.GetWindowMinimumSize(window, w, h); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowMouseGrab")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetWindowMouseGrab(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).GetWindowMouseGrabRaw(window); @@ -80338,13 +82309,15 @@ MaybeBool ISdl.GetWindowMouseGrab(WindowHandle window) => public static MaybeBool GetWindowMouseGrab(WindowHandle window) => DllImport.GetWindowMouseGrab(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowMouseGrab")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetWindowMouseGrabRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[541] is not null and var loadedFnPtr + _slots[543] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[541] = nativeContext.LoadFunction("SDL_GetWindowMouseGrab", "SDL3") + : _slots[543] = nativeContext.LoadFunction("SDL_GetWindowMouseGrab", "SDL3") ) )(window); @@ -80354,6 +82327,9 @@ _slots[541] is not null and var loadedFnPtr public static byte GetWindowMouseGrabRaw(WindowHandle window) => DllImport.GetWindowMouseGrabRaw(window); + [return: NativeTypeName("const SDL_Rect *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowMouseRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetWindowMouseRect(WindowHandle window) => (Rect*)((ISdl)this).GetWindowMouseRectRaw(window); @@ -80365,13 +82341,15 @@ Ptr ISdl.GetWindowMouseRect(WindowHandle window) => public static Ptr GetWindowMouseRect(WindowHandle window) => DllImport.GetWindowMouseRect(window); + [return: NativeTypeName("const SDL_Rect *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowMouseRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Rect* ISdl.GetWindowMouseRectRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[542] is not null and var loadedFnPtr + _slots[544] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[542] = nativeContext.LoadFunction("SDL_GetWindowMouseRect", "SDL3") + : _slots[544] = nativeContext.LoadFunction("SDL_GetWindowMouseRect", "SDL3") ) )(window); @@ -80381,13 +82359,14 @@ _slots[542] is not null and var loadedFnPtr public static Rect* GetWindowMouseRectRaw(WindowHandle window) => DllImport.GetWindowMouseRectRaw(window); + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowOpacity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.GetWindowOpacity(WindowHandle window) => ( (delegate* unmanaged)( - _slots[543] is not null and var loadedFnPtr + _slots[545] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[543] = nativeContext.LoadFunction("SDL_GetWindowOpacity", "SDL3") + : _slots[545] = nativeContext.LoadFunction("SDL_GetWindowOpacity", "SDL3") ) )(window); @@ -80395,13 +82374,14 @@ _slots[543] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float GetWindowOpacity(WindowHandle window) => DllImport.GetWindowOpacity(window); + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowParent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.GetWindowParent(WindowHandle window) => ( (delegate* unmanaged)( - _slots[544] is not null and var loadedFnPtr + _slots[546] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[544] = nativeContext.LoadFunction("SDL_GetWindowParent", "SDL3") + : _slots[546] = nativeContext.LoadFunction("SDL_GetWindowParent", "SDL3") ) )(window); @@ -80410,13 +82390,14 @@ _slots[544] is not null and var loadedFnPtr public static WindowHandle GetWindowParent(WindowHandle window) => DllImport.GetWindowParent(window); + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowPixelDensity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.GetWindowPixelDensity(WindowHandle window) => ( (delegate* unmanaged)( - _slots[545] is not null and var loadedFnPtr + _slots[547] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[545] = nativeContext.LoadFunction("SDL_GetWindowPixelDensity", "SDL3") + : _slots[547] = nativeContext.LoadFunction("SDL_GetWindowPixelDensity", "SDL3") ) )(window); @@ -80425,13 +82406,14 @@ _slots[545] is not null and var loadedFnPtr public static float GetWindowPixelDensity(WindowHandle window) => DllImport.GetWindowPixelDensity(window); + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowPixelFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] PixelFormat ISdl.GetWindowPixelFormat(WindowHandle window) => ( (delegate* unmanaged)( - _slots[546] is not null and var loadedFnPtr + _slots[548] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[546] = nativeContext.LoadFunction("SDL_GetWindowPixelFormat", "SDL3") + : _slots[548] = nativeContext.LoadFunction("SDL_GetWindowPixelFormat", "SDL3") ) )(window); @@ -80440,13 +82422,15 @@ _slots[546] is not null and var loadedFnPtr public static PixelFormat GetWindowPixelFormat(WindowHandle window) => DllImport.GetWindowPixelFormat(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowPosition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetWindowPosition(WindowHandle window, int* x, int* y) => ( (delegate* unmanaged)( - _slots[547] is not null and var loadedFnPtr + _slots[549] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[547] = nativeContext.LoadFunction("SDL_GetWindowPosition", "SDL3") + : _slots[549] = nativeContext.LoadFunction("SDL_GetWindowPosition", "SDL3") ) )(window, x, y); @@ -80456,6 +82440,9 @@ _slots[547] is not null and var loadedFnPtr public static byte GetWindowPosition(WindowHandle window, int* x, int* y) => DllImport.GetWindowPosition(window, x, y); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowPosition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetWindowPosition(WindowHandle window, Ref x, Ref y) { @@ -80473,13 +82460,15 @@ MaybeBool ISdl.GetWindowPosition(WindowHandle window, Ref x, Ref public static MaybeBool GetWindowPosition(WindowHandle window, Ref x, Ref y) => DllImport.GetWindowPosition(window, x, y); + [return: NativeTypeName("SDL_PropertiesID")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GetWindowProperties(WindowHandle window) => ( (delegate* unmanaged)( - _slots[548] is not null and var loadedFnPtr + _slots[550] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[548] = nativeContext.LoadFunction("SDL_GetWindowProperties", "SDL3") + : _slots[550] = nativeContext.LoadFunction("SDL_GetWindowProperties", "SDL3") ) )(window); @@ -80489,6 +82478,9 @@ _slots[548] is not null and var loadedFnPtr public static uint GetWindowProperties(WindowHandle window) => DllImport.GetWindowProperties(window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowRelativeMouseMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetWindowRelativeMouseMode(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).GetWindowRelativeMouseModeRaw(window); @@ -80500,13 +82492,15 @@ MaybeBool ISdl.GetWindowRelativeMouseMode(WindowHandle window) => public static MaybeBool GetWindowRelativeMouseMode(WindowHandle window) => DllImport.GetWindowRelativeMouseMode(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowRelativeMouseMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetWindowRelativeMouseModeRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[549] is not null and var loadedFnPtr + _slots[551] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[549] = nativeContext.LoadFunction( + : _slots[551] = nativeContext.LoadFunction( "SDL_GetWindowRelativeMouseMode", "SDL3" ) @@ -80519,13 +82513,14 @@ _slots[549] is not null and var loadedFnPtr public static byte GetWindowRelativeMouseModeRaw(WindowHandle window) => DllImport.GetWindowRelativeMouseModeRaw(window); + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindows")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle* ISdl.GetWindows(int* count) => ( (delegate* unmanaged)( - _slots[550] is not null and var loadedFnPtr + _slots[552] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[550] = nativeContext.LoadFunction("SDL_GetWindows", "SDL3") + : _slots[552] = nativeContext.LoadFunction("SDL_GetWindows", "SDL3") ) )(count); @@ -80533,6 +82528,8 @@ _slots[550] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static WindowHandle* GetWindows(int* count) => DllImport.GetWindows(count); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindows")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetWindows(Ref count) { @@ -80547,13 +82544,15 @@ Ptr ISdl.GetWindows(Ref count) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr GetWindows(Ref count) => DllImport.GetWindows(count); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowSafeArea")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetWindowSafeArea(WindowHandle window, Rect* rect) => ( (delegate* unmanaged)( - _slots[551] is not null and var loadedFnPtr + _slots[553] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[551] = nativeContext.LoadFunction("SDL_GetWindowSafeArea", "SDL3") + : _slots[553] = nativeContext.LoadFunction("SDL_GetWindowSafeArea", "SDL3") ) )(window, rect); @@ -80563,6 +82562,9 @@ _slots[551] is not null and var loadedFnPtr public static byte GetWindowSafeArea(WindowHandle window, Rect* rect) => DllImport.GetWindowSafeArea(window, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowSafeArea")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetWindowSafeArea(WindowHandle window, Ref rect) { @@ -80579,13 +82581,15 @@ MaybeBool ISdl.GetWindowSafeArea(WindowHandle window, Ref rect) public static MaybeBool GetWindowSafeArea(WindowHandle window, Ref rect) => DllImport.GetWindowSafeArea(window, rect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetWindowSize(WindowHandle window, int* w, int* h) => ( (delegate* unmanaged)( - _slots[552] is not null and var loadedFnPtr + _slots[554] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[552] = nativeContext.LoadFunction("SDL_GetWindowSize", "SDL3") + : _slots[554] = nativeContext.LoadFunction("SDL_GetWindowSize", "SDL3") ) )(window, w, h); @@ -80595,6 +82599,9 @@ _slots[552] is not null and var loadedFnPtr public static byte GetWindowSize(WindowHandle window, int* w, int* h) => DllImport.GetWindowSize(window, w, h); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetWindowSize(WindowHandle window, Ref w, Ref h) { @@ -80612,13 +82619,15 @@ MaybeBool ISdl.GetWindowSize(WindowHandle window, Ref w, Ref h) public static MaybeBool GetWindowSize(WindowHandle window, Ref w, Ref h) => DllImport.GetWindowSize(window, w, h); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowSizeInPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetWindowSizeInPixels(WindowHandle window, int* w, int* h) => ( (delegate* unmanaged)( - _slots[553] is not null and var loadedFnPtr + _slots[555] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[553] = nativeContext.LoadFunction("SDL_GetWindowSizeInPixels", "SDL3") + : _slots[555] = nativeContext.LoadFunction("SDL_GetWindowSizeInPixels", "SDL3") ) )(window, w, h); @@ -80628,6 +82637,9 @@ _slots[553] is not null and var loadedFnPtr public static byte GetWindowSizeInPixels(WindowHandle window, int* w, int* h) => DllImport.GetWindowSizeInPixels(window, w, h); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowSizeInPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetWindowSizeInPixels(WindowHandle window, Ref w, Ref h) { @@ -80649,6 +82661,8 @@ public static MaybeBool GetWindowSizeInPixels( Ref h ) => DllImport.GetWindowSizeInPixels(window, w, h); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetWindowSurface(WindowHandle window) => (Surface*)((ISdl)this).GetWindowSurfaceRaw(window); @@ -80659,13 +82673,14 @@ Ptr ISdl.GetWindowSurface(WindowHandle window) => public static Ptr GetWindowSurface(WindowHandle window) => DllImport.GetWindowSurface(window); + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Surface* ISdl.GetWindowSurfaceRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[554] is not null and var loadedFnPtr + _slots[556] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[554] = nativeContext.LoadFunction("SDL_GetWindowSurface", "SDL3") + : _slots[556] = nativeContext.LoadFunction("SDL_GetWindowSurface", "SDL3") ) )(window); @@ -80674,13 +82689,15 @@ _slots[554] is not null and var loadedFnPtr public static Surface* GetWindowSurfaceRaw(WindowHandle window) => DllImport.GetWindowSurfaceRaw(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowSurfaceVSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GetWindowSurfaceVSync(WindowHandle window, int* vsync) => ( (delegate* unmanaged)( - _slots[555] is not null and var loadedFnPtr + _slots[557] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[555] = nativeContext.LoadFunction("SDL_GetWindowSurfaceVSync", "SDL3") + : _slots[557] = nativeContext.LoadFunction("SDL_GetWindowSurfaceVSync", "SDL3") ) )(window, vsync); @@ -80690,6 +82707,9 @@ _slots[555] is not null and var loadedFnPtr public static byte GetWindowSurfaceVSync(WindowHandle window, int* vsync) => DllImport.GetWindowSurfaceVSync(window, vsync); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowSurfaceVSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GetWindowSurfaceVSync(WindowHandle window, Ref vsync) { @@ -80706,6 +82726,9 @@ MaybeBool ISdl.GetWindowSurfaceVSync(WindowHandle window, Ref vsync) public static MaybeBool GetWindowSurfaceVSync(WindowHandle window, Ref vsync) => DllImport.GetWindowSurfaceVSync(window, vsync); + [return: NativeTypeName("const char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowTitle")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.GetWindowTitle(WindowHandle window) => (sbyte*)((ISdl)this).GetWindowTitleRaw(window); @@ -80717,13 +82740,15 @@ Ptr ISdl.GetWindowTitle(WindowHandle window) => public static Ptr GetWindowTitle(WindowHandle window) => DllImport.GetWindowTitle(window); + [return: NativeTypeName("const char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_GetWindowTitle")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.GetWindowTitleRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[556] is not null and var loadedFnPtr + _slots[558] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[556] = nativeContext.LoadFunction("SDL_GetWindowTitle", "SDL3") + : _slots[558] = nativeContext.LoadFunction("SDL_GetWindowTitle", "SDL3") ) )(window); @@ -80733,13 +82758,15 @@ _slots[556] is not null and var loadedFnPtr public static sbyte* GetWindowTitleRaw(WindowHandle window) => DllImport.GetWindowTitleRaw(window); + [return: NativeTypeName("SDL_GLContext")] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_CreateContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GLContextStateHandle ISdl.GLCreateContext(WindowHandle window) => ( (delegate* unmanaged)( - _slots[557] is not null and var loadedFnPtr + _slots[559] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[557] = nativeContext.LoadFunction("SDL_GL_CreateContext", "SDL3") + : _slots[559] = nativeContext.LoadFunction("SDL_GL_CreateContext", "SDL3") ) )(window); @@ -80749,6 +82776,9 @@ _slots[557] is not null and var loadedFnPtr public static GLContextStateHandle GLCreateContext(WindowHandle window) => DllImport.GLCreateContext(window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_DestroyContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GLDestroyContext( [NativeTypeName("SDL_GLContext")] GLContextStateHandle context @@ -80762,13 +82792,15 @@ public static MaybeBool GLDestroyContext( [NativeTypeName("SDL_GLContext")] GLContextStateHandle context ) => DllImport.GLDestroyContext(context); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_DestroyContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GLDestroyContextRaw([NativeTypeName("SDL_GLContext")] GLContextStateHandle context) => ( (delegate* unmanaged)( - _slots[558] is not null and var loadedFnPtr + _slots[560] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[558] = nativeContext.LoadFunction("SDL_GL_DestroyContext", "SDL3") + : _slots[560] = nativeContext.LoadFunction("SDL_GL_DestroyContext", "SDL3") ) )(context); @@ -80779,13 +82811,15 @@ public static byte GLDestroyContextRaw( [NativeTypeName("SDL_GLContext")] GLContextStateHandle context ) => DllImport.GLDestroyContextRaw(context); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_ExtensionSupported")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GLExtensionSupported([NativeTypeName("const char *")] sbyte* extension) => ( (delegate* unmanaged)( - _slots[559] is not null and var loadedFnPtr + _slots[561] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[559] = nativeContext.LoadFunction("SDL_GL_ExtensionSupported", "SDL3") + : _slots[561] = nativeContext.LoadFunction("SDL_GL_ExtensionSupported", "SDL3") ) )(extension); @@ -80795,6 +82829,9 @@ _slots[559] is not null and var loadedFnPtr public static byte GLExtensionSupported([NativeTypeName("const char *")] sbyte* extension) => DllImport.GLExtensionSupported(extension); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_ExtensionSupported")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GLExtensionSupported([NativeTypeName("const char *")] Ref extension) { @@ -80812,13 +82849,15 @@ public static MaybeBool GLExtensionSupported( [NativeTypeName("const char *")] Ref extension ) => DllImport.GLExtensionSupported(extension); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_GetAttribute")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GLGetAttribute(GLAttr attr, int* value) => ( (delegate* unmanaged)( - _slots[560] is not null and var loadedFnPtr + _slots[562] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[560] = nativeContext.LoadFunction("SDL_GL_GetAttribute", "SDL3") + : _slots[562] = nativeContext.LoadFunction("SDL_GL_GetAttribute", "SDL3") ) )(attr, value); @@ -80828,6 +82867,9 @@ _slots[560] is not null and var loadedFnPtr public static byte GLGetAttribute(GLAttr attr, int* value) => DllImport.GLGetAttribute(attr, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_GetAttribute")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GLGetAttribute(GLAttr attr, Ref value) { @@ -80844,13 +82886,15 @@ MaybeBool ISdl.GLGetAttribute(GLAttr attr, Ref value) public static MaybeBool GLGetAttribute(GLAttr attr, Ref value) => DllImport.GLGetAttribute(attr, value); + [return: NativeTypeName("SDL_GLContext")] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_GetCurrentContext")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GLContextStateHandle ISdl.GLGetCurrentContext() => ( (delegate* unmanaged)( - _slots[561] is not null and var loadedFnPtr + _slots[563] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[561] = nativeContext.LoadFunction("SDL_GL_GetCurrentContext", "SDL3") + : _slots[563] = nativeContext.LoadFunction("SDL_GL_GetCurrentContext", "SDL3") ) )(); @@ -80859,13 +82903,14 @@ _slots[561] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static GLContextStateHandle GLGetCurrentContext() => DllImport.GLGetCurrentContext(); + [NativeFunction("SDL3", EntryPoint = "SDL_GL_GetCurrentWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] WindowHandle ISdl.GLGetCurrentWindow() => ( (delegate* unmanaged)( - _slots[562] is not null and var loadedFnPtr + _slots[564] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[562] = nativeContext.LoadFunction("SDL_GL_GetCurrentWindow", "SDL3") + : _slots[564] = nativeContext.LoadFunction("SDL_GL_GetCurrentWindow", "SDL3") ) )(); @@ -80873,13 +82918,15 @@ _slots[562] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static WindowHandle GLGetCurrentWindow() => DllImport.GLGetCurrentWindow(); + [return: NativeTypeName("SDL_FunctionPointer")] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_GetProcAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] FunctionPointer ISdl.GLGetProcAddress([NativeTypeName("const char *")] sbyte* proc) => ( (delegate* unmanaged)( - _slots[563] is not null and var loadedFnPtr + _slots[565] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[563] = nativeContext.LoadFunction("SDL_GL_GetProcAddress", "SDL3") + : _slots[565] = nativeContext.LoadFunction("SDL_GL_GetProcAddress", "SDL3") ) )(proc); @@ -80889,6 +82936,9 @@ _slots[563] is not null and var loadedFnPtr public static FunctionPointer GLGetProcAddress([NativeTypeName("const char *")] sbyte* proc) => DllImport.GLGetProcAddress(proc); + [return: NativeTypeName("SDL_FunctionPointer")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_GetProcAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] FunctionPointer ISdl.GLGetProcAddress([NativeTypeName("const char *")] Ref proc) { @@ -80906,13 +82956,15 @@ public static FunctionPointer GLGetProcAddress( [NativeTypeName("const char *")] Ref proc ) => DllImport.GLGetProcAddress(proc); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_GetSwapInterval")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GLGetSwapInterval(int* interval) => ( (delegate* unmanaged)( - _slots[564] is not null and var loadedFnPtr + _slots[566] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[564] = nativeContext.LoadFunction("SDL_GL_GetSwapInterval", "SDL3") + : _slots[566] = nativeContext.LoadFunction("SDL_GL_GetSwapInterval", "SDL3") ) )(interval); @@ -80921,6 +82973,9 @@ _slots[564] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte GLGetSwapInterval(int* interval) => DllImport.GLGetSwapInterval(interval); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_GetSwapInterval")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GLGetSwapInterval(Ref interval) { @@ -80937,13 +82992,15 @@ MaybeBool ISdl.GLGetSwapInterval(Ref interval) public static MaybeBool GLGetSwapInterval(Ref interval) => DllImport.GLGetSwapInterval(interval); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_LoadLibrary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GLLoadLibrary([NativeTypeName("const char *")] sbyte* path) => ( (delegate* unmanaged)( - _slots[565] is not null and var loadedFnPtr + _slots[567] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[565] = nativeContext.LoadFunction("SDL_GL_LoadLibrary", "SDL3") + : _slots[567] = nativeContext.LoadFunction("SDL_GL_LoadLibrary", "SDL3") ) )(path); @@ -80953,6 +83010,9 @@ _slots[565] is not null and var loadedFnPtr public static byte GLLoadLibrary([NativeTypeName("const char *")] sbyte* path) => DllImport.GLLoadLibrary(path); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_LoadLibrary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GLLoadLibrary([NativeTypeName("const char *")] Ref path) { @@ -80969,6 +83029,9 @@ MaybeBool ISdl.GLLoadLibrary([NativeTypeName("const char *")] Ref p public static MaybeBool GLLoadLibrary([NativeTypeName("const char *")] Ref path) => DllImport.GLLoadLibrary(path); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_MakeCurrent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GLMakeCurrent( WindowHandle window, @@ -80984,6 +83047,8 @@ public static MaybeBool GLMakeCurrent( [NativeTypeName("SDL_GLContext")] GLContextStateHandle context ) => DllImport.GLMakeCurrent(window, context); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_MakeCurrent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GLMakeCurrentRaw( WindowHandle window, @@ -80991,9 +83056,9 @@ byte ISdl.GLMakeCurrentRaw( ) => ( (delegate* unmanaged)( - _slots[566] is not null and var loadedFnPtr + _slots[568] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[566] = nativeContext.LoadFunction("SDL_GL_MakeCurrent", "SDL3") + : _slots[568] = nativeContext.LoadFunction("SDL_GL_MakeCurrent", "SDL3") ) )(window, context); @@ -81005,13 +83070,14 @@ public static byte GLMakeCurrentRaw( [NativeTypeName("SDL_GLContext")] GLContextStateHandle context ) => DllImport.GLMakeCurrentRaw(window, context); + [NativeFunction("SDL3", EntryPoint = "SDL_GL_ResetAttributes")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GLResetAttributes() => ( (delegate* unmanaged)( - _slots[567] is not null and var loadedFnPtr + _slots[569] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[567] = nativeContext.LoadFunction("SDL_GL_ResetAttributes", "SDL3") + : _slots[569] = nativeContext.LoadFunction("SDL_GL_ResetAttributes", "SDL3") ) )(); @@ -81019,6 +83085,9 @@ _slots[567] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GLResetAttributes() => DllImport.GLResetAttributes(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_SetAttribute")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GLSetAttribute(GLAttr attr, int value) => (MaybeBool)(byte)((ISdl)this).GLSetAttributeRaw(attr, value); @@ -81030,13 +83099,15 @@ MaybeBool ISdl.GLSetAttribute(GLAttr attr, int value) => public static MaybeBool GLSetAttribute(GLAttr attr, int value) => DllImport.GLSetAttribute(attr, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_SetAttribute")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GLSetAttributeRaw(GLAttr attr, int value) => ( (delegate* unmanaged)( - _slots[568] is not null and var loadedFnPtr + _slots[570] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[568] = nativeContext.LoadFunction("SDL_GL_SetAttribute", "SDL3") + : _slots[570] = nativeContext.LoadFunction("SDL_GL_SetAttribute", "SDL3") ) )(attr, value); @@ -81046,6 +83117,9 @@ _slots[568] is not null and var loadedFnPtr public static byte GLSetAttributeRaw(GLAttr attr, int value) => DllImport.GLSetAttributeRaw(attr, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_SetSwapInterval")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GLSetSwapInterval(int interval) => (MaybeBool)(byte)((ISdl)this).GLSetSwapIntervalRaw(interval); @@ -81057,13 +83131,15 @@ MaybeBool ISdl.GLSetSwapInterval(int interval) => public static MaybeBool GLSetSwapInterval(int interval) => DllImport.GLSetSwapInterval(interval); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_SetSwapInterval")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GLSetSwapIntervalRaw(int interval) => ( (delegate* unmanaged)( - _slots[569] is not null and var loadedFnPtr + _slots[571] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[569] = nativeContext.LoadFunction("SDL_GL_SetSwapInterval", "SDL3") + : _slots[571] = nativeContext.LoadFunction("SDL_GL_SetSwapInterval", "SDL3") ) )(interval); @@ -81073,6 +83149,9 @@ _slots[569] is not null and var loadedFnPtr public static byte GLSetSwapIntervalRaw(int interval) => DllImport.GLSetSwapIntervalRaw(interval); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_SwapWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GLSwapWindow(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).GLSwapWindowRaw(window); @@ -81084,13 +83163,15 @@ MaybeBool ISdl.GLSwapWindow(WindowHandle window) => public static MaybeBool GLSwapWindow(WindowHandle window) => DllImport.GLSwapWindow(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GL_SwapWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GLSwapWindowRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[570] is not null and var loadedFnPtr + _slots[572] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[570] = nativeContext.LoadFunction("SDL_GL_SwapWindow", "SDL3") + : _slots[572] = nativeContext.LoadFunction("SDL_GL_SwapWindow", "SDL3") ) )(window); @@ -81099,13 +83180,14 @@ _slots[570] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte GLSwapWindowRaw(WindowHandle window) => DllImport.GLSwapWindowRaw(window); + [NativeFunction("SDL3", EntryPoint = "SDL_GL_UnloadLibrary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GLUnloadLibrary() => ( (delegate* unmanaged)( - _slots[571] is not null and var loadedFnPtr + _slots[573] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[571] = nativeContext.LoadFunction("SDL_GL_UnloadLibrary", "SDL3") + : _slots[573] = nativeContext.LoadFunction("SDL_GL_UnloadLibrary", "SDL3") ) )(); @@ -81113,6 +83195,8 @@ _slots[571] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GLUnloadLibrary() => DllImport.GLUnloadLibrary(); + [return: NativeTypeName("char **")] + [NativeFunction("SDL3", EntryPoint = "SDL_GlobDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte** ISdl.GlobDirectory( [NativeTypeName("const char *")] sbyte* path, @@ -81122,9 +83206,9 @@ _slots[571] is not null and var loadedFnPtr ) => ( (delegate* unmanaged)( - _slots[572] is not null and var loadedFnPtr + _slots[574] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[572] = nativeContext.LoadFunction("SDL_GlobDirectory", "SDL3") + : _slots[574] = nativeContext.LoadFunction("SDL_GlobDirectory", "SDL3") ) )(path, pattern, flags, count); @@ -81138,6 +83222,9 @@ _slots[572] is not null and var loadedFnPtr int* count ) => DllImport.GlobDirectory(path, pattern, flags, count); + [return: NativeTypeName("char **")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GlobDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr2D ISdl.GlobDirectory( [NativeTypeName("const char *")] Ref path, @@ -81166,6 +83253,8 @@ public static Ptr2D GlobDirectory( Ref count ) => DllImport.GlobDirectory(path, pattern, flags, count); + [return: NativeTypeName("char **")] + [NativeFunction("SDL3", EntryPoint = "SDL_GlobStorageDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte** ISdl.GlobStorageDirectory( StorageHandle storage, @@ -81176,9 +83265,9 @@ Ref count ) => ( (delegate* unmanaged)( - _slots[573] is not null and var loadedFnPtr + _slots[575] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[573] = nativeContext.LoadFunction("SDL_GlobStorageDirectory", "SDL3") + : _slots[575] = nativeContext.LoadFunction("SDL_GlobStorageDirectory", "SDL3") ) )(storage, path, pattern, flags, count); @@ -81193,6 +83282,9 @@ _slots[573] is not null and var loadedFnPtr int* count ) => DllImport.GlobStorageDirectory(storage, path, pattern, flags, count); + [return: NativeTypeName("char **")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GlobStorageDirectory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr2D ISdl.GlobStorageDirectory( StorageHandle storage, @@ -81229,6 +83321,9 @@ public static Ptr2D GlobStorageDirectory( Ref count ) => DllImport.GlobStorageDirectory(storage, path, pattern, flags, count); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GPUSupportsProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GPUSupportsProperties([NativeTypeName("SDL_PropertiesID")] uint props) => (MaybeBool)(byte)((ISdl)this).GPUSupportsPropertiesRaw(props); @@ -81241,13 +83336,15 @@ public static MaybeBool GPUSupportsProperties( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.GPUSupportsProperties(props); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GPUSupportsProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GPUSupportsPropertiesRaw([NativeTypeName("SDL_PropertiesID")] uint props) => ( (delegate* unmanaged)( - _slots[574] is not null and var loadedFnPtr + _slots[576] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[574] = nativeContext.LoadFunction("SDL_GPUSupportsProperties", "SDL3") + : _slots[576] = nativeContext.LoadFunction("SDL_GPUSupportsProperties", "SDL3") ) )(props); @@ -81257,6 +83354,8 @@ _slots[574] is not null and var loadedFnPtr public static byte GPUSupportsPropertiesRaw([NativeTypeName("SDL_PropertiesID")] uint props) => DllImport.GPUSupportsPropertiesRaw(props); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GPUSupportsShaderFormats")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GPUSupportsShaderFormats( [NativeTypeName("SDL_GPUShaderFormat")] uint format_flags, @@ -81264,9 +83363,9 @@ byte ISdl.GPUSupportsShaderFormats( ) => ( (delegate* unmanaged)( - _slots[575] is not null and var loadedFnPtr + _slots[577] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[575] = nativeContext.LoadFunction( + : _slots[577] = nativeContext.LoadFunction( "SDL_GPUSupportsShaderFormats", "SDL3" ) @@ -81281,6 +83380,9 @@ public static byte GPUSupportsShaderFormats( [NativeTypeName("const char *")] sbyte* name ) => DllImport.GPUSupportsShaderFormats(format_flags, name); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GPUSupportsShaderFormats")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GPUSupportsShaderFormats( [NativeTypeName("SDL_GPUShaderFormat")] uint format_flags, @@ -81303,13 +83405,15 @@ public static MaybeBool GPUSupportsShaderFormats( [NativeTypeName("const char *")] Ref name ) => DllImport.GPUSupportsShaderFormats(format_flags, name); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_GPUTextureFormatTexelBlockSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.GPUTextureFormatTexelBlockSize(GPUTextureFormat format) => ( (delegate* unmanaged)( - _slots[576] is not null and var loadedFnPtr + _slots[578] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[576] = nativeContext.LoadFunction( + : _slots[578] = nativeContext.LoadFunction( "SDL_GPUTextureFormatTexelBlockSize", "SDL3" ) @@ -81322,6 +83426,9 @@ _slots[576] is not null and var loadedFnPtr public static uint GPUTextureFormatTexelBlockSize(GPUTextureFormat format) => DllImport.GPUTextureFormatTexelBlockSize(format); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GPUTextureSupportsFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GPUTextureSupportsFormat( GPUDeviceHandle device, @@ -81343,6 +83450,8 @@ public static MaybeBool GPUTextureSupportsFormat( [NativeTypeName("SDL_GPUTextureUsageFlags")] uint usage ) => DllImport.GPUTextureSupportsFormat(device, format, type, usage); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GPUTextureSupportsFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GPUTextureSupportsFormatRaw( GPUDeviceHandle device, @@ -81352,9 +83461,9 @@ byte ISdl.GPUTextureSupportsFormatRaw( ) => ( (delegate* unmanaged)( - _slots[577] is not null and var loadedFnPtr + _slots[579] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[577] = nativeContext.LoadFunction( + : _slots[579] = nativeContext.LoadFunction( "SDL_GPUTextureSupportsFormat", "SDL3" ) @@ -81371,6 +83480,9 @@ public static byte GPUTextureSupportsFormatRaw( [NativeTypeName("SDL_GPUTextureUsageFlags")] uint usage ) => DllImport.GPUTextureSupportsFormatRaw(device, format, type, usage); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GPUTextureSupportsSampleCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.GPUTextureSupportsSampleCount( GPUDeviceHandle device, @@ -81390,6 +83502,8 @@ public static MaybeBool GPUTextureSupportsSampleCount( GPUSampleCount sample_count ) => DllImport.GPUTextureSupportsSampleCount(device, format, sample_count); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_GPUTextureSupportsSampleCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.GPUTextureSupportsSampleCountRaw( GPUDeviceHandle device, @@ -81398,9 +83512,9 @@ GPUSampleCount sample_count ) => ( (delegate* unmanaged)( - _slots[578] is not null and var loadedFnPtr + _slots[580] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[578] = nativeContext.LoadFunction( + : _slots[580] = nativeContext.LoadFunction( "SDL_GPUTextureSupportsSampleCount", "SDL3" ) @@ -81416,13 +83530,14 @@ public static byte GPUTextureSupportsSampleCountRaw( GPUSampleCount sample_count ) => DllImport.GPUTextureSupportsSampleCountRaw(device, format, sample_count); + [NativeFunction("SDL3", EntryPoint = "SDL_GUIDToString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GuidToString(Guid guid, [NativeTypeName("char *")] sbyte* pszGUID, int cbGUID) => ( (delegate* unmanaged)( - _slots[579] is not null and var loadedFnPtr + _slots[581] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[579] = nativeContext.LoadFunction("SDL_GUIDToString", "SDL3") + : _slots[581] = nativeContext.LoadFunction("SDL_GUIDToString", "SDL3") ) )(guid, pszGUID, cbGUID); @@ -81434,6 +83549,8 @@ public static void GuidToString( int cbGUID ) => DllImport.GuidToString(guid, pszGUID, cbGUID); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_GUIDToString")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.GuidToString(Guid guid, [NativeTypeName("char *")] Ref pszGUID, int cbGUID) { @@ -81452,6 +83569,8 @@ public static void GuidToString( int cbGUID ) => DllImport.GuidToString(guid, pszGUID, cbGUID); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HapticEffectSupported")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HapticEffectSupported( HapticHandle haptic, @@ -81459,9 +83578,9 @@ byte ISdl.HapticEffectSupported( ) => ( (delegate* unmanaged)( - _slots[580] is not null and var loadedFnPtr + _slots[582] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[580] = nativeContext.LoadFunction("SDL_HapticEffectSupported", "SDL3") + : _slots[582] = nativeContext.LoadFunction("SDL_HapticEffectSupported", "SDL3") ) )(haptic, effect); @@ -81473,6 +83592,9 @@ public static byte HapticEffectSupported( [NativeTypeName("const SDL_HapticEffect *")] HapticEffect* effect ) => DllImport.HapticEffectSupported(haptic, effect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HapticEffectSupported")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HapticEffectSupported( HapticHandle haptic, @@ -81494,6 +83616,9 @@ public static MaybeBool HapticEffectSupported( [NativeTypeName("const SDL_HapticEffect *")] Ref effect ) => DllImport.HapticEffectSupported(haptic, effect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HapticRumbleSupported")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HapticRumbleSupported(HapticHandle haptic) => (MaybeBool)(byte)((ISdl)this).HapticRumbleSupportedRaw(haptic); @@ -81505,13 +83630,15 @@ MaybeBool ISdl.HapticRumbleSupported(HapticHandle haptic) => public static MaybeBool HapticRumbleSupported(HapticHandle haptic) => DllImport.HapticRumbleSupported(haptic); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HapticRumbleSupported")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HapticRumbleSupportedRaw(HapticHandle haptic) => ( (delegate* unmanaged)( - _slots[581] is not null and var loadedFnPtr + _slots[583] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[581] = nativeContext.LoadFunction("SDL_HapticRumbleSupported", "SDL3") + : _slots[583] = nativeContext.LoadFunction("SDL_HapticRumbleSupported", "SDL3") ) )(haptic); @@ -81521,6 +83648,9 @@ _slots[581] is not null and var loadedFnPtr public static byte HapticRumbleSupportedRaw(HapticHandle haptic) => DllImport.HapticRumbleSupportedRaw(haptic); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasAltiVec")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasAltiVec() => (MaybeBool)(byte)((ISdl)this).HasAltiVecRaw(); @@ -81530,13 +83660,15 @@ public static byte HapticRumbleSupportedRaw(HapticHandle haptic) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasAltiVec() => DllImport.HasAltiVec(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasAltiVec")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasAltiVecRaw() => ( (delegate* unmanaged)( - _slots[582] is not null and var loadedFnPtr + _slots[584] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[582] = nativeContext.LoadFunction("SDL_HasAltiVec", "SDL3") + : _slots[584] = nativeContext.LoadFunction("SDL_HasAltiVec", "SDL3") ) )(); @@ -81545,6 +83677,9 @@ _slots[582] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasAltiVecRaw() => DllImport.HasAltiVecRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasARMSIMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasArmsimd() => (MaybeBool)(byte)((ISdl)this).HasArmsimdRaw(); @@ -81554,13 +83689,15 @@ _slots[582] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasArmsimd() => DllImport.HasArmsimd(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasARMSIMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasArmsimdRaw() => ( (delegate* unmanaged)( - _slots[583] is not null and var loadedFnPtr + _slots[585] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[583] = nativeContext.LoadFunction("SDL_HasARMSIMD", "SDL3") + : _slots[585] = nativeContext.LoadFunction("SDL_HasARMSIMD", "SDL3") ) )(); @@ -81569,6 +83706,9 @@ _slots[583] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasArmsimdRaw() => DllImport.HasArmsimdRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasAVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasAVX() => (MaybeBool)(byte)((ISdl)this).HasAVXRaw(); @@ -81578,6 +83718,9 @@ _slots[583] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasAVX() => DllImport.HasAVX(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasAVX2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasAVX2() => (MaybeBool)(byte)((ISdl)this).HasAVX2Raw(); @@ -81587,13 +83730,15 @@ _slots[583] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasAVX2() => DllImport.HasAVX2(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasAVX2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasAVX2Raw() => ( (delegate* unmanaged)( - _slots[585] is not null and var loadedFnPtr + _slots[587] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[585] = nativeContext.LoadFunction("SDL_HasAVX2", "SDL3") + : _slots[587] = nativeContext.LoadFunction("SDL_HasAVX2", "SDL3") ) )(); @@ -81602,6 +83747,9 @@ _slots[585] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasAVX2Raw() => DllImport.HasAVX2Raw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasAVX512F")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasAVX512F() => (MaybeBool)(byte)((ISdl)this).HasAVX512FRaw(); @@ -81611,13 +83759,15 @@ _slots[585] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasAVX512F() => DllImport.HasAVX512F(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasAVX512F")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasAVX512FRaw() => ( (delegate* unmanaged)( - _slots[586] is not null and var loadedFnPtr + _slots[588] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[586] = nativeContext.LoadFunction("SDL_HasAVX512F", "SDL3") + : _slots[588] = nativeContext.LoadFunction("SDL_HasAVX512F", "SDL3") ) )(); @@ -81626,13 +83776,15 @@ _slots[586] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasAVX512FRaw() => DllImport.HasAVX512FRaw(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasAVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasAVXRaw() => ( (delegate* unmanaged)( - _slots[584] is not null and var loadedFnPtr + _slots[586] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[584] = nativeContext.LoadFunction("SDL_HasAVX", "SDL3") + : _slots[586] = nativeContext.LoadFunction("SDL_HasAVX", "SDL3") ) )(); @@ -81641,13 +83793,15 @@ _slots[584] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasAVXRaw() => DllImport.HasAVXRaw(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasClipboardData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasClipboardData([NativeTypeName("const char *")] sbyte* mime_type) => ( (delegate* unmanaged)( - _slots[587] is not null and var loadedFnPtr + _slots[589] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[587] = nativeContext.LoadFunction("SDL_HasClipboardData", "SDL3") + : _slots[589] = nativeContext.LoadFunction("SDL_HasClipboardData", "SDL3") ) )(mime_type); @@ -81657,6 +83811,9 @@ _slots[587] is not null and var loadedFnPtr public static byte HasClipboardData([NativeTypeName("const char *")] sbyte* mime_type) => DllImport.HasClipboardData(mime_type); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasClipboardData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasClipboardData([NativeTypeName("const char *")] Ref mime_type) { @@ -81674,6 +83831,9 @@ public static MaybeBool HasClipboardData( [NativeTypeName("const char *")] Ref mime_type ) => DllImport.HasClipboardData(mime_type); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasClipboardText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasClipboardText() => (MaybeBool)(byte)((ISdl)this).HasClipboardTextRaw(); @@ -81684,13 +83844,15 @@ MaybeBool ISdl.HasClipboardText() => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasClipboardText() => DllImport.HasClipboardText(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasClipboardText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasClipboardTextRaw() => ( (delegate* unmanaged)( - _slots[588] is not null and var loadedFnPtr + _slots[590] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[588] = nativeContext.LoadFunction("SDL_HasClipboardText", "SDL3") + : _slots[590] = nativeContext.LoadFunction("SDL_HasClipboardText", "SDL3") ) )(); @@ -81699,6 +83861,9 @@ _slots[588] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasClipboardTextRaw() => DllImport.HasClipboardTextRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasEvent([NativeTypeName("Uint32")] uint type) => (MaybeBool)(byte)((ISdl)this).HasEventRaw(type); @@ -81710,13 +83875,15 @@ MaybeBool ISdl.HasEvent([NativeTypeName("Uint32")] uint type) => public static MaybeBool HasEvent([NativeTypeName("Uint32")] uint type) => DllImport.HasEvent(type); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasEventRaw([NativeTypeName("Uint32")] uint type) => ( (delegate* unmanaged)( - _slots[589] is not null and var loadedFnPtr + _slots[591] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[589] = nativeContext.LoadFunction("SDL_HasEvent", "SDL3") + : _slots[591] = nativeContext.LoadFunction("SDL_HasEvent", "SDL3") ) )(type); @@ -81726,6 +83893,9 @@ _slots[589] is not null and var loadedFnPtr public static byte HasEventRaw([NativeTypeName("Uint32")] uint type) => DllImport.HasEventRaw(type); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasEvents( [NativeTypeName("Uint32")] uint minType, @@ -81741,6 +83911,8 @@ public static MaybeBool HasEvents( [NativeTypeName("Uint32")] uint maxType ) => DllImport.HasEvents(minType, maxType); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasEventsRaw( [NativeTypeName("Uint32")] uint minType, @@ -81748,9 +83920,9 @@ byte ISdl.HasEventsRaw( ) => ( (delegate* unmanaged)( - _slots[590] is not null and var loadedFnPtr + _slots[592] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[590] = nativeContext.LoadFunction("SDL_HasEvents", "SDL3") + : _slots[592] = nativeContext.LoadFunction("SDL_HasEvents", "SDL3") ) )(minType, maxType); @@ -81762,6 +83934,9 @@ public static byte HasEventsRaw( [NativeTypeName("Uint32")] uint maxType ) => DllImport.HasEventsRaw(minType, maxType); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasGamepad")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasGamepad() => (MaybeBool)(byte)((ISdl)this).HasGamepadRaw(); @@ -81771,13 +83946,15 @@ public static byte HasEventsRaw( [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasGamepad() => DllImport.HasGamepad(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasGamepad")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasGamepadRaw() => ( (delegate* unmanaged)( - _slots[591] is not null and var loadedFnPtr + _slots[593] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[591] = nativeContext.LoadFunction("SDL_HasGamepad", "SDL3") + : _slots[593] = nativeContext.LoadFunction("SDL_HasGamepad", "SDL3") ) )(); @@ -81786,6 +83963,9 @@ _slots[591] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasGamepadRaw() => DllImport.HasGamepadRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasJoystick")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasJoystick() => (MaybeBool)(byte)((ISdl)this).HasJoystickRaw(); @@ -81795,13 +83975,15 @@ _slots[591] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasJoystick() => DllImport.HasJoystick(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasJoystick")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasJoystickRaw() => ( (delegate* unmanaged)( - _slots[592] is not null and var loadedFnPtr + _slots[594] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[592] = nativeContext.LoadFunction("SDL_HasJoystick", "SDL3") + : _slots[594] = nativeContext.LoadFunction("SDL_HasJoystick", "SDL3") ) )(); @@ -81810,6 +83992,9 @@ _slots[592] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasJoystickRaw() => DllImport.HasJoystickRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasKeyboard")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasKeyboard() => (MaybeBool)(byte)((ISdl)this).HasKeyboardRaw(); @@ -81819,13 +84004,15 @@ _slots[592] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasKeyboard() => DllImport.HasKeyboard(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasKeyboard")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasKeyboardRaw() => ( (delegate* unmanaged)( - _slots[593] is not null and var loadedFnPtr + _slots[595] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[593] = nativeContext.LoadFunction("SDL_HasKeyboard", "SDL3") + : _slots[595] = nativeContext.LoadFunction("SDL_HasKeyboard", "SDL3") ) )(); @@ -81834,6 +84021,9 @@ _slots[593] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasKeyboardRaw() => DllImport.HasKeyboardRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasLASX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasLasx() => (MaybeBool)(byte)((ISdl)this).HasLasxRaw(); @@ -81843,13 +84033,15 @@ _slots[593] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasLasx() => DllImport.HasLasx(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasLASX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasLasxRaw() => ( (delegate* unmanaged)( - _slots[594] is not null and var loadedFnPtr + _slots[596] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[594] = nativeContext.LoadFunction("SDL_HasLASX", "SDL3") + : _slots[596] = nativeContext.LoadFunction("SDL_HasLASX", "SDL3") ) )(); @@ -81858,6 +84050,9 @@ _slots[594] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasLasxRaw() => DllImport.HasLasxRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasLSX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasLSX() => (MaybeBool)(byte)((ISdl)this).HasLSXRaw(); @@ -81867,13 +84062,15 @@ _slots[594] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasLSX() => DllImport.HasLSX(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasLSX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasLSXRaw() => ( (delegate* unmanaged)( - _slots[595] is not null and var loadedFnPtr + _slots[597] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[595] = nativeContext.LoadFunction("SDL_HasLSX", "SDL3") + : _slots[597] = nativeContext.LoadFunction("SDL_HasLSX", "SDL3") ) )(); @@ -81882,6 +84079,9 @@ _slots[595] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasLSXRaw() => DllImport.HasLSXRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasMMX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasMMX() => (MaybeBool)(byte)((ISdl)this).HasMMXRaw(); @@ -81891,13 +84091,15 @@ _slots[595] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasMMX() => DllImport.HasMMX(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasMMX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasMMXRaw() => ( (delegate* unmanaged)( - _slots[596] is not null and var loadedFnPtr + _slots[598] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[596] = nativeContext.LoadFunction("SDL_HasMMX", "SDL3") + : _slots[598] = nativeContext.LoadFunction("SDL_HasMMX", "SDL3") ) )(); @@ -81906,6 +84108,9 @@ _slots[596] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasMMXRaw() => DllImport.HasMMXRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasMouse")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasMouse() => (MaybeBool)(byte)((ISdl)this).HasMouseRaw(); @@ -81915,13 +84120,15 @@ _slots[596] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasMouse() => DllImport.HasMouse(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasMouse")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasMouseRaw() => ( (delegate* unmanaged)( - _slots[597] is not null and var loadedFnPtr + _slots[599] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[597] = nativeContext.LoadFunction("SDL_HasMouse", "SDL3") + : _slots[599] = nativeContext.LoadFunction("SDL_HasMouse", "SDL3") ) )(); @@ -81930,6 +84137,9 @@ _slots[597] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasMouseRaw() => DllImport.HasMouseRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasNEON")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasNeon() => (MaybeBool)(byte)((ISdl)this).HasNeonRaw(); @@ -81939,13 +84149,15 @@ _slots[597] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasNeon() => DllImport.HasNeon(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasNEON")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasNeonRaw() => ( (delegate* unmanaged)( - _slots[598] is not null and var loadedFnPtr + _slots[600] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[598] = nativeContext.LoadFunction("SDL_HasNEON", "SDL3") + : _slots[600] = nativeContext.LoadFunction("SDL_HasNEON", "SDL3") ) )(); @@ -81954,6 +84166,9 @@ _slots[598] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasNeonRaw() => DllImport.HasNeonRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasPrimarySelectionText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasPrimarySelectionText() => (MaybeBool)(byte)((ISdl)this).HasPrimarySelectionTextRaw(); @@ -81964,13 +84179,15 @@ MaybeBool ISdl.HasPrimarySelectionText() => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasPrimarySelectionText() => DllImport.HasPrimarySelectionText(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasPrimarySelectionText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasPrimarySelectionTextRaw() => ( (delegate* unmanaged)( - _slots[599] is not null and var loadedFnPtr + _slots[601] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[599] = nativeContext.LoadFunction( + : _slots[601] = nativeContext.LoadFunction( "SDL_HasPrimarySelectionText", "SDL3" ) @@ -81982,6 +84199,8 @@ _slots[599] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasPrimarySelectionTextRaw() => DllImport.HasPrimarySelectionTextRaw(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -81989,9 +84208,9 @@ byte ISdl.HasProperty( ) => ( (delegate* unmanaged)( - _slots[600] is not null and var loadedFnPtr + _slots[602] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[600] = nativeContext.LoadFunction("SDL_HasProperty", "SDL3") + : _slots[602] = nativeContext.LoadFunction("SDL_HasProperty", "SDL3") ) )(props, name); @@ -82003,6 +84222,9 @@ public static byte HasProperty( [NativeTypeName("const char *")] sbyte* name ) => DllImport.HasProperty(props, name); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -82024,6 +84246,8 @@ public static MaybeBool HasProperty( [NativeTypeName("const char *")] Ref name ) => DllImport.HasProperty(props, name); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasRectIntersection")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasRectIntersection( [NativeTypeName("const SDL_Rect *")] Rect* A, @@ -82031,9 +84255,9 @@ byte ISdl.HasRectIntersection( ) => ( (delegate* unmanaged)( - _slots[601] is not null and var loadedFnPtr + _slots[603] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[601] = nativeContext.LoadFunction("SDL_HasRectIntersection", "SDL3") + : _slots[603] = nativeContext.LoadFunction("SDL_HasRectIntersection", "SDL3") ) )(A, B); @@ -82045,6 +84269,9 @@ public static byte HasRectIntersection( [NativeTypeName("const SDL_Rect *")] Rect* B ) => DllImport.HasRectIntersection(A, B); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasRectIntersection")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasRectIntersection( [NativeTypeName("const SDL_Rect *")] Ref A, @@ -82067,6 +84294,8 @@ public static MaybeBool HasRectIntersection( [NativeTypeName("const SDL_Rect *")] Ref B ) => DllImport.HasRectIntersection(A, B); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasRectIntersectionFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasRectIntersectionFloat( [NativeTypeName("const SDL_FRect *")] FRect* A, @@ -82074,9 +84303,9 @@ byte ISdl.HasRectIntersectionFloat( ) => ( (delegate* unmanaged)( - _slots[602] is not null and var loadedFnPtr + _slots[604] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[602] = nativeContext.LoadFunction( + : _slots[604] = nativeContext.LoadFunction( "SDL_HasRectIntersectionFloat", "SDL3" ) @@ -82091,6 +84320,9 @@ public static byte HasRectIntersectionFloat( [NativeTypeName("const SDL_FRect *")] FRect* B ) => DllImport.HasRectIntersectionFloat(A, B); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasRectIntersectionFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasRectIntersectionFloat( [NativeTypeName("const SDL_FRect *")] Ref A, @@ -82113,6 +84345,9 @@ public static MaybeBool HasRectIntersectionFloat( [NativeTypeName("const SDL_FRect *")] Ref B ) => DllImport.HasRectIntersectionFloat(A, B); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasScreenKeyboardSupport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasScreenKeyboardSupport() => (MaybeBool)(byte)((ISdl)this).HasScreenKeyboardSupportRaw(); @@ -82124,13 +84359,15 @@ MaybeBool ISdl.HasScreenKeyboardSupport() => public static MaybeBool HasScreenKeyboardSupport() => DllImport.HasScreenKeyboardSupport(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasScreenKeyboardSupport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasScreenKeyboardSupportRaw() => ( (delegate* unmanaged)( - _slots[603] is not null and var loadedFnPtr + _slots[605] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[603] = nativeContext.LoadFunction( + : _slots[605] = nativeContext.LoadFunction( "SDL_HasScreenKeyboardSupport", "SDL3" ) @@ -82142,6 +84379,9 @@ _slots[603] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasScreenKeyboardSupportRaw() => DllImport.HasScreenKeyboardSupportRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasSSE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasSSE() => (MaybeBool)(byte)((ISdl)this).HasSSERaw(); @@ -82151,6 +84391,9 @@ _slots[603] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasSSE() => DllImport.HasSSE(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasSSE2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasSSE2() => (MaybeBool)(byte)((ISdl)this).HasSSE2Raw(); @@ -82160,13 +84403,15 @@ _slots[603] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasSSE2() => DllImport.HasSSE2(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasSSE2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasSSE2Raw() => ( (delegate* unmanaged)( - _slots[605] is not null and var loadedFnPtr + _slots[607] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[605] = nativeContext.LoadFunction("SDL_HasSSE2", "SDL3") + : _slots[607] = nativeContext.LoadFunction("SDL_HasSSE2", "SDL3") ) )(); @@ -82175,6 +84420,9 @@ _slots[605] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasSSE2Raw() => DllImport.HasSSE2Raw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasSSE3")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasSSE3() => (MaybeBool)(byte)((ISdl)this).HasSSE3Raw(); @@ -82184,13 +84432,15 @@ _slots[605] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasSSE3() => DllImport.HasSSE3(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasSSE3")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasSSE3Raw() => ( (delegate* unmanaged)( - _slots[606] is not null and var loadedFnPtr + _slots[608] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[606] = nativeContext.LoadFunction("SDL_HasSSE3", "SDL3") + : _slots[608] = nativeContext.LoadFunction("SDL_HasSSE3", "SDL3") ) )(); @@ -82199,6 +84449,9 @@ _slots[606] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasSSE3Raw() => DllImport.HasSSE3Raw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasSSE41")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasSSE41() => (MaybeBool)(byte)((ISdl)this).HasSSE41Raw(); @@ -82208,13 +84461,15 @@ _slots[606] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasSSE41() => DllImport.HasSSE41(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasSSE41")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasSSE41Raw() => ( (delegate* unmanaged)( - _slots[607] is not null and var loadedFnPtr + _slots[609] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[607] = nativeContext.LoadFunction("SDL_HasSSE41", "SDL3") + : _slots[609] = nativeContext.LoadFunction("SDL_HasSSE41", "SDL3") ) )(); @@ -82223,6 +84478,9 @@ _slots[607] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasSSE41Raw() => DllImport.HasSSE41Raw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HasSSE42")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HasSSE42() => (MaybeBool)(byte)((ISdl)this).HasSSE42Raw(); @@ -82232,13 +84490,15 @@ _slots[607] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HasSSE42() => DllImport.HasSSE42(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasSSE42")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasSSE42Raw() => ( (delegate* unmanaged)( - _slots[608] is not null and var loadedFnPtr + _slots[610] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[608] = nativeContext.LoadFunction("SDL_HasSSE42", "SDL3") + : _slots[610] = nativeContext.LoadFunction("SDL_HasSSE42", "SDL3") ) )(); @@ -82247,13 +84507,15 @@ _slots[608] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasSSE42Raw() => DllImport.HasSSE42Raw(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HasSSE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HasSSERaw() => ( (delegate* unmanaged)( - _slots[604] is not null and var loadedFnPtr + _slots[606] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[604] = nativeContext.LoadFunction("SDL_HasSSE", "SDL3") + : _slots[606] = nativeContext.LoadFunction("SDL_HasSSE", "SDL3") ) )(); @@ -82262,13 +84524,14 @@ _slots[604] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HasSSERaw() => DllImport.HasSSERaw(); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_ble_scan")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.HidBleScan([NativeTypeName("bool")] byte active) => ( (delegate* unmanaged)( - _slots[609] is not null and var loadedFnPtr + _slots[611] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[609] = nativeContext.LoadFunction("SDL_hid_ble_scan", "SDL3") + : _slots[611] = nativeContext.LoadFunction("SDL_hid_ble_scan", "SDL3") ) )(active); @@ -82277,6 +84540,8 @@ _slots[609] is not null and var loadedFnPtr public static void HidBleScan([NativeTypeName("bool")] byte active) => DllImport.HidBleScan(active); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_ble_scan")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.HidBleScan([NativeTypeName("bool")] MaybeBool active) => ((ISdl)this).HidBleScan((byte)active); @@ -82287,13 +84552,14 @@ void ISdl.HidBleScan([NativeTypeName("bool")] MaybeBool active) => public static void HidBleScan([NativeTypeName("bool")] MaybeBool active) => DllImport.HidBleScan(active); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_close")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidClose(HidDeviceHandle dev) => ( (delegate* unmanaged)( - _slots[610] is not null and var loadedFnPtr + _slots[612] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[610] = nativeContext.LoadFunction("SDL_hid_close", "SDL3") + : _slots[612] = nativeContext.LoadFunction("SDL_hid_close", "SDL3") ) )(dev); @@ -82301,13 +84567,15 @@ _slots[610] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int HidClose(HidDeviceHandle dev) => DllImport.HidClose(dev); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_device_change_count")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.HidDeviceChangeCount() => ( (delegate* unmanaged)( - _slots[611] is not null and var loadedFnPtr + _slots[613] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[611] = nativeContext.LoadFunction( + : _slots[613] = nativeContext.LoadFunction( "SDL_hid_device_change_count", "SDL3" ) @@ -82319,6 +84587,8 @@ _slots[611] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint HidDeviceChangeCount() => DllImport.HidDeviceChangeCount(); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_enumerate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.HidEnumerate( [NativeTypeName("unsigned short")] ushort vendor_id, @@ -82333,6 +84603,7 @@ public static Ptr HidEnumerate( [NativeTypeName("unsigned short")] ushort product_id ) => DllImport.HidEnumerate(vendor_id, product_id); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_enumerate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] HidDeviceInfo* ISdl.HidEnumerateRaw( [NativeTypeName("unsigned short")] ushort vendor_id, @@ -82340,9 +84611,9 @@ public static Ptr HidEnumerate( ) => ( (delegate* unmanaged)( - _slots[612] is not null and var loadedFnPtr + _slots[614] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[612] = nativeContext.LoadFunction("SDL_hid_enumerate", "SDL3") + : _slots[614] = nativeContext.LoadFunction("SDL_hid_enumerate", "SDL3") ) )(vendor_id, product_id); @@ -82353,13 +84624,14 @@ _slots[612] is not null and var loadedFnPtr [NativeTypeName("unsigned short")] ushort product_id ) => DllImport.HidEnumerateRaw(vendor_id, product_id); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_exit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidExit() => ( (delegate* unmanaged)( - _slots[613] is not null and var loadedFnPtr + _slots[615] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[613] = nativeContext.LoadFunction("SDL_hid_exit", "SDL3") + : _slots[615] = nativeContext.LoadFunction("SDL_hid_exit", "SDL3") ) )(); @@ -82367,13 +84639,14 @@ _slots[613] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int HidExit() => DllImport.HidExit(); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_free_enumeration")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.HidFreeEnumeration(HidDeviceInfo* devs) => ( (delegate* unmanaged)( - _slots[614] is not null and var loadedFnPtr + _slots[616] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[614] = nativeContext.LoadFunction("SDL_hid_free_enumeration", "SDL3") + : _slots[616] = nativeContext.LoadFunction("SDL_hid_free_enumeration", "SDL3") ) )(devs); @@ -82382,6 +84655,8 @@ _slots[614] is not null and var loadedFnPtr public static void HidFreeEnumeration(HidDeviceInfo* devs) => DllImport.HidFreeEnumeration(devs); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_free_enumeration")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.HidFreeEnumeration(Ref devs) { @@ -82397,6 +84672,8 @@ void ISdl.HidFreeEnumeration(Ref devs) public static void HidFreeEnumeration(Ref devs) => DllImport.HidFreeEnumeration(devs); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_device_info")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.HidGetDeviceInfo(HidDeviceHandle dev) => (HidDeviceInfo*)((ISdl)this).HidGetDeviceInfoRaw(dev); @@ -82407,13 +84684,14 @@ Ptr ISdl.HidGetDeviceInfo(HidDeviceHandle dev) => public static Ptr HidGetDeviceInfo(HidDeviceHandle dev) => DllImport.HidGetDeviceInfo(dev); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_device_info")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] HidDeviceInfo* ISdl.HidGetDeviceInfoRaw(HidDeviceHandle dev) => ( (delegate* unmanaged)( - _slots[615] is not null and var loadedFnPtr + _slots[617] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[615] = nativeContext.LoadFunction("SDL_hid_get_device_info", "SDL3") + : _slots[617] = nativeContext.LoadFunction("SDL_hid_get_device_info", "SDL3") ) )(dev); @@ -82422,6 +84700,7 @@ _slots[615] is not null and var loadedFnPtr public static HidDeviceInfo* HidGetDeviceInfoRaw(HidDeviceHandle dev) => DllImport.HidGetDeviceInfoRaw(dev); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_feature_report")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetFeatureReport( HidDeviceHandle dev, @@ -82430,9 +84709,9 @@ int ISdl.HidGetFeatureReport( ) => ( (delegate* unmanaged)( - _slots[616] is not null and var loadedFnPtr + _slots[618] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[616] = nativeContext.LoadFunction("SDL_hid_get_feature_report", "SDL3") + : _slots[618] = nativeContext.LoadFunction("SDL_hid_get_feature_report", "SDL3") ) )(dev, data, length); @@ -82444,6 +84723,8 @@ public static int HidGetFeatureReport( [NativeTypeName("size_t")] nuint length ) => DllImport.HidGetFeatureReport(dev, data, length); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_feature_report")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetFeatureReport( HidDeviceHandle dev, @@ -82466,18 +84747,19 @@ public static int HidGetFeatureReport( [NativeTypeName("size_t")] nuint length ) => DllImport.HidGetFeatureReport(dev, data, length); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_indexed_string")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => ( - (delegate* unmanaged)( - _slots[617] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[619] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[617] = nativeContext.LoadFunction("SDL_hid_get_indexed_string", "SDL3") + : _slots[619] = nativeContext.LoadFunction("SDL_hid_get_indexed_string", "SDL3") ) )(dev, string_index, @string, maxlen); @@ -82486,19 +84768,21 @@ _slots[617] is not null and var loadedFnPtr public static int HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.HidGetIndexedString(dev, string_index, @string, maxlen); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_indexed_string")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_string = @string) + fixed (ushort* __dsl_string = @string) { return (int)((ISdl)this).HidGetIndexedString(dev, string_index, __dsl_string, maxlen); } @@ -82510,10 +84794,11 @@ int ISdl.HidGetIndexedString( public static int HidGetIndexedString( HidDeviceHandle dev, int string_index, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.HidGetIndexedString(dev, string_index, @string, maxlen); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_input_report")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetInputReport( HidDeviceHandle dev, @@ -82522,9 +84807,9 @@ int ISdl.HidGetInputReport( ) => ( (delegate* unmanaged)( - _slots[618] is not null and var loadedFnPtr + _slots[620] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[618] = nativeContext.LoadFunction("SDL_hid_get_input_report", "SDL3") + : _slots[620] = nativeContext.LoadFunction("SDL_hid_get_input_report", "SDL3") ) )(dev, data, length); @@ -82536,6 +84821,8 @@ public static int HidGetInputReport( [NativeTypeName("size_t")] nuint length ) => DllImport.HidGetInputReport(dev, data, length); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_input_report")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetInputReport( HidDeviceHandle dev, @@ -82558,17 +84845,18 @@ public static int HidGetInputReport( [NativeTypeName("size_t")] nuint length ) => DllImport.HidGetInputReport(dev, data, length); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_manufacturer_string")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => ( - (delegate* unmanaged)( - _slots[619] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[621] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[619] = nativeContext.LoadFunction( + : _slots[621] = nativeContext.LoadFunction( "SDL_hid_get_manufacturer_string", "SDL3" ) @@ -82579,18 +84867,20 @@ _slots[619] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.HidGetManufacturerString(dev, @string, maxlen); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_manufacturer_string")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_string = @string) + fixed (ushort* __dsl_string = @string) { return (int)((ISdl)this).HidGetManufacturerString(dev, __dsl_string, maxlen); } @@ -82601,21 +84891,22 @@ int ISdl.HidGetManufacturerString( [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int HidGetManufacturerString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.HidGetManufacturerString(dev, @string, maxlen); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_product_string")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => ( - (delegate* unmanaged)( - _slots[620] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[622] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[620] = nativeContext.LoadFunction("SDL_hid_get_product_string", "SDL3") + : _slots[622] = nativeContext.LoadFunction("SDL_hid_get_product_string", "SDL3") ) )(dev, @string, maxlen); @@ -82623,18 +84914,20 @@ _slots[620] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.HidGetProductString(dev, @string, maxlen); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_product_string")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_string = @string) + fixed (ushort* __dsl_string = @string) { return (int)((ISdl)this).HidGetProductString(dev, __dsl_string, maxlen); } @@ -82645,10 +84938,11 @@ int ISdl.HidGetProductString( [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int HidGetProductString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.HidGetProductString(dev, @string, maxlen); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_report_descriptor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetReportDescriptor( HidDeviceHandle dev, @@ -82657,9 +84951,9 @@ int ISdl.HidGetReportDescriptor( ) => ( (delegate* unmanaged)( - _slots[621] is not null and var loadedFnPtr + _slots[623] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[621] = nativeContext.LoadFunction( + : _slots[623] = nativeContext.LoadFunction( "SDL_hid_get_report_descriptor", "SDL3" ) @@ -82674,6 +84968,8 @@ public static int HidGetReportDescriptor( [NativeTypeName("size_t")] nuint buf_size ) => DllImport.HidGetReportDescriptor(dev, buf, buf_size); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_report_descriptor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetReportDescriptor( HidDeviceHandle dev, @@ -82696,17 +84992,18 @@ public static int HidGetReportDescriptor( [NativeTypeName("size_t")] nuint buf_size ) => DllImport.HidGetReportDescriptor(dev, buf, buf_size); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_serial_number_string")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => ( - (delegate* unmanaged)( - _slots[622] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[624] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[622] = nativeContext.LoadFunction( + : _slots[624] = nativeContext.LoadFunction( "SDL_hid_get_serial_number_string", "SDL3" ) @@ -82717,18 +85014,20 @@ _slots[622] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] uint* @string, + [NativeTypeName("wchar_t *")] ushort* @string, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.HidGetSerialNumberString(dev, @string, maxlen); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_get_serial_number_string")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_string = @string) + fixed (ushort* __dsl_string = @string) { return (int)((ISdl)this).HidGetSerialNumberString(dev, __dsl_string, maxlen); } @@ -82739,17 +85038,18 @@ int ISdl.HidGetSerialNumberString( [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int HidGetSerialNumberString( HidDeviceHandle dev, - [NativeTypeName("wchar_t *")] Ref @string, + [NativeTypeName("wchar_t *")] Ref @string, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.HidGetSerialNumberString(dev, @string, maxlen); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_init")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidInit() => ( (delegate* unmanaged)( - _slots[623] is not null and var loadedFnPtr + _slots[625] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[623] = nativeContext.LoadFunction("SDL_hid_init", "SDL3") + : _slots[625] = nativeContext.LoadFunction("SDL_hid_init", "SDL3") ) )(); @@ -82757,17 +85057,18 @@ _slots[623] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int HidInit() => DllImport.HidInit(); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_open")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] HidDeviceHandle ISdl.HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] uint* serial_number + [NativeTypeName("const wchar_t *")] ushort* serial_number ) => ( - (delegate* unmanaged)( - _slots[624] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[626] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[624] = nativeContext.LoadFunction("SDL_hid_open", "SDL3") + : _slots[626] = nativeContext.LoadFunction("SDL_hid_open", "SDL3") ) )(vendor_id, product_id, serial_number); @@ -82776,17 +85077,19 @@ _slots[624] is not null and var loadedFnPtr public static HidDeviceHandle HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] uint* serial_number + [NativeTypeName("const wchar_t *")] ushort* serial_number ) => DllImport.HidOpen(vendor_id, product_id, serial_number); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_open")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] HidDeviceHandle ISdl.HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] Ref serial_number + [NativeTypeName("const wchar_t *")] Ref serial_number ) { - fixed (uint* __dsl_serial_number = serial_number) + fixed (ushort* __dsl_serial_number = serial_number) { return (HidDeviceHandle) ((ISdl)this).HidOpen(vendor_id, product_id, __dsl_serial_number); @@ -82799,16 +85102,17 @@ HidDeviceHandle ISdl.HidOpen( public static HidDeviceHandle HidOpen( [NativeTypeName("unsigned short")] ushort vendor_id, [NativeTypeName("unsigned short")] ushort product_id, - [NativeTypeName("const wchar_t *")] Ref serial_number + [NativeTypeName("const wchar_t *")] Ref serial_number ) => DllImport.HidOpen(vendor_id, product_id, serial_number); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_open_path")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] HidDeviceHandle ISdl.HidOpenPath([NativeTypeName("const char *")] sbyte* path) => ( (delegate* unmanaged)( - _slots[625] is not null and var loadedFnPtr + _slots[627] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[625] = nativeContext.LoadFunction("SDL_hid_open_path", "SDL3") + : _slots[627] = nativeContext.LoadFunction("SDL_hid_open_path", "SDL3") ) )(path); @@ -82817,6 +85121,8 @@ _slots[625] is not null and var loadedFnPtr public static HidDeviceHandle HidOpenPath([NativeTypeName("const char *")] sbyte* path) => DllImport.HidOpenPath(path); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_open_path")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] HidDeviceHandle ISdl.HidOpenPath([NativeTypeName("const char *")] Ref path) { @@ -82832,6 +85138,7 @@ HidDeviceHandle ISdl.HidOpenPath([NativeTypeName("const char *")] Ref pat public static HidDeviceHandle HidOpenPath([NativeTypeName("const char *")] Ref path) => DllImport.HidOpenPath(path); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_read")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidRead( HidDeviceHandle dev, @@ -82840,9 +85147,9 @@ int ISdl.HidRead( ) => ( (delegate* unmanaged)( - _slots[626] is not null and var loadedFnPtr + _slots[628] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[626] = nativeContext.LoadFunction("SDL_hid_read", "SDL3") + : _slots[628] = nativeContext.LoadFunction("SDL_hid_read", "SDL3") ) )(dev, data, length); @@ -82854,6 +85161,8 @@ public static int HidRead( [NativeTypeName("size_t")] nuint length ) => DllImport.HidRead(dev, data, length); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_read")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidRead( HidDeviceHandle dev, @@ -82876,6 +85185,7 @@ public static int HidRead( [NativeTypeName("size_t")] nuint length ) => DllImport.HidRead(dev, data, length); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_read_timeout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidReadTimeout( HidDeviceHandle dev, @@ -82885,9 +85195,9 @@ int milliseconds ) => ( (delegate* unmanaged)( - _slots[627] is not null and var loadedFnPtr + _slots[629] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[627] = nativeContext.LoadFunction("SDL_hid_read_timeout", "SDL3") + : _slots[629] = nativeContext.LoadFunction("SDL_hid_read_timeout", "SDL3") ) )(dev, data, length, milliseconds); @@ -82900,6 +85210,8 @@ public static int HidReadTimeout( int milliseconds ) => DllImport.HidReadTimeout(dev, data, length, milliseconds); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_read_timeout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidReadTimeout( HidDeviceHandle dev, @@ -82924,6 +85236,7 @@ public static int HidReadTimeout( int milliseconds ) => DllImport.HidReadTimeout(dev, data, length, milliseconds); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_send_feature_report")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidSendFeatureReport( HidDeviceHandle dev, @@ -82932,9 +85245,9 @@ int ISdl.HidSendFeatureReport( ) => ( (delegate* unmanaged)( - _slots[628] is not null and var loadedFnPtr + _slots[630] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[628] = nativeContext.LoadFunction( + : _slots[630] = nativeContext.LoadFunction( "SDL_hid_send_feature_report", "SDL3" ) @@ -82949,6 +85262,8 @@ public static int HidSendFeatureReport( [NativeTypeName("size_t")] nuint length ) => DllImport.HidSendFeatureReport(dev, data, length); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_send_feature_report")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidSendFeatureReport( HidDeviceHandle dev, @@ -82971,13 +85286,14 @@ public static int HidSendFeatureReport( [NativeTypeName("size_t")] nuint length ) => DllImport.HidSendFeatureReport(dev, data, length); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_set_nonblocking")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidSetNonblocking(HidDeviceHandle dev, int nonblock) => ( (delegate* unmanaged)( - _slots[629] is not null and var loadedFnPtr + _slots[631] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[629] = nativeContext.LoadFunction("SDL_hid_set_nonblocking", "SDL3") + : _slots[631] = nativeContext.LoadFunction("SDL_hid_set_nonblocking", "SDL3") ) )(dev, nonblock); @@ -82986,6 +85302,7 @@ _slots[629] is not null and var loadedFnPtr public static int HidSetNonblocking(HidDeviceHandle dev, int nonblock) => DllImport.HidSetNonblocking(dev, nonblock); + [NativeFunction("SDL3", EntryPoint = "SDL_hid_write")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidWrite( HidDeviceHandle dev, @@ -82994,9 +85311,9 @@ int ISdl.HidWrite( ) => ( (delegate* unmanaged)( - _slots[630] is not null and var loadedFnPtr + _slots[632] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[630] = nativeContext.LoadFunction("SDL_hid_write", "SDL3") + : _slots[632] = nativeContext.LoadFunction("SDL_hid_write", "SDL3") ) )(dev, data, length); @@ -83008,6 +85325,8 @@ public static int HidWrite( [NativeTypeName("size_t")] nuint length ) => DllImport.HidWrite(dev, data, length); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_hid_write")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.HidWrite( HidDeviceHandle dev, @@ -83030,6 +85349,9 @@ public static int HidWrite( [NativeTypeName("size_t")] nuint length ) => DllImport.HidWrite(dev, data, length); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HideCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HideCursor() => (MaybeBool)(byte)((ISdl)this).HideCursorRaw(); @@ -83039,13 +85361,15 @@ public static int HidWrite( [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HideCursor() => DllImport.HideCursor(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HideCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HideCursorRaw() => ( (delegate* unmanaged)( - _slots[631] is not null and var loadedFnPtr + _slots[633] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[631] = nativeContext.LoadFunction("SDL_HideCursor", "SDL3") + : _slots[633] = nativeContext.LoadFunction("SDL_HideCursor", "SDL3") ) )(); @@ -83054,6 +85378,9 @@ _slots[631] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HideCursorRaw() => DllImport.HideCursorRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_HideWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.HideWindow(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).HideWindowRaw(window); @@ -83064,13 +85391,15 @@ MaybeBool ISdl.HideWindow(WindowHandle window) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool HideWindow(WindowHandle window) => DllImport.HideWindow(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_HideWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.HideWindowRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[632] is not null and var loadedFnPtr + _slots[634] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[632] = nativeContext.LoadFunction("SDL_HideWindow", "SDL3") + : _slots[634] = nativeContext.LoadFunction("SDL_HideWindow", "SDL3") ) )(window); @@ -83079,6 +85408,8 @@ _slots[632] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte HideWindowRaw(WindowHandle window) => DllImport.HideWindowRaw(window); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_iconv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Iconv( [NativeTypeName("SDL_iconv_t")] IconvDataTHandle cd, @@ -83089,9 +85420,9 @@ nuint ISdl.Iconv( ) => ( (delegate* unmanaged)( - _slots[633] is not null and var loadedFnPtr + _slots[635] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[633] = nativeContext.LoadFunction("SDL_iconv", "SDL3") + : _slots[635] = nativeContext.LoadFunction("SDL_iconv", "SDL3") ) )(cd, inbuf, inbytesleft, outbuf, outbytesleft); @@ -83106,6 +85437,9 @@ public static nuint Iconv( [NativeTypeName("size_t *")] nuint* outbytesleft ) => DllImport.Iconv(cd, inbuf, inbytesleft, outbuf, outbytesleft); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_iconv")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Iconv( [NativeTypeName("SDL_iconv_t")] IconvDataTHandle cd, @@ -83143,13 +85477,14 @@ public static nuint Iconv( [NativeTypeName("size_t *")] Ref outbytesleft ) => DllImport.Iconv(cd, inbuf, inbytesleft, outbuf, outbytesleft); + [NativeFunction("SDL3", EntryPoint = "SDL_iconv_close")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.IconvClose([NativeTypeName("SDL_iconv_t")] IconvDataTHandle cd) => ( (delegate* unmanaged)( - _slots[634] is not null and var loadedFnPtr + _slots[636] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[634] = nativeContext.LoadFunction("SDL_iconv_close", "SDL3") + : _slots[636] = nativeContext.LoadFunction("SDL_iconv_close", "SDL3") ) )(cd); @@ -83158,6 +85493,8 @@ _slots[634] is not null and var loadedFnPtr public static int IconvClose([NativeTypeName("SDL_iconv_t")] IconvDataTHandle cd) => DllImport.IconvClose(cd); + [return: NativeTypeName("SDL_iconv_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_iconv_open")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IconvDataTHandle ISdl.IconvOpen( [NativeTypeName("const char *")] sbyte* tocode, @@ -83165,9 +85502,9 @@ IconvDataTHandle ISdl.IconvOpen( ) => ( (delegate* unmanaged)( - _slots[635] is not null and var loadedFnPtr + _slots[637] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[635] = nativeContext.LoadFunction("SDL_iconv_open", "SDL3") + : _slots[637] = nativeContext.LoadFunction("SDL_iconv_open", "SDL3") ) )(tocode, fromcode); @@ -83179,6 +85516,9 @@ public static IconvDataTHandle IconvOpen( [NativeTypeName("const char *")] sbyte* fromcode ) => DllImport.IconvOpen(tocode, fromcode); + [return: NativeTypeName("SDL_iconv_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_iconv_open")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IconvDataTHandle ISdl.IconvOpen( [NativeTypeName("const char *")] Ref tocode, @@ -83201,6 +85541,8 @@ public static IconvDataTHandle IconvOpen( [NativeTypeName("const char *")] Ref fromcode ) => DllImport.IconvOpen(tocode, fromcode); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_iconv_string")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.IconvString( [NativeTypeName("const char *")] sbyte* tocode, @@ -83210,9 +85552,9 @@ public static IconvDataTHandle IconvOpen( ) => ( (delegate* unmanaged)( - _slots[636] is not null and var loadedFnPtr + _slots[638] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[636] = nativeContext.LoadFunction("SDL_iconv_string", "SDL3") + : _slots[638] = nativeContext.LoadFunction("SDL_iconv_string", "SDL3") ) )(tocode, fromcode, inbuf, inbytesleft); @@ -83226,6 +85568,9 @@ _slots[636] is not null and var loadedFnPtr [NativeTypeName("size_t")] nuint inbytesleft ) => DllImport.IconvString(tocode, fromcode, inbuf, inbytesleft); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_iconv_string")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.IconvString( [NativeTypeName("const char *")] Ref tocode, @@ -83254,6 +85599,9 @@ public static Ptr IconvString( [NativeTypeName("size_t")] nuint inbytesleft ) => DllImport.IconvString(tocode, fromcode, inbuf, inbytesleft); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_Init")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.Init([NativeTypeName("SDL_InitFlags")] uint flags) => (MaybeBool)(byte)((ISdl)this).InitRaw(flags); @@ -83265,6 +85613,9 @@ MaybeBool ISdl.Init([NativeTypeName("SDL_InitFlags")] uint flags) => public static MaybeBool Init([NativeTypeName("SDL_InitFlags")] uint flags) => DllImport.Init(flags); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_InitHapticRumble")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.InitHapticRumble(HapticHandle haptic) => (MaybeBool)(byte)((ISdl)this).InitHapticRumbleRaw(haptic); @@ -83276,13 +85627,15 @@ MaybeBool ISdl.InitHapticRumble(HapticHandle haptic) => public static MaybeBool InitHapticRumble(HapticHandle haptic) => DllImport.InitHapticRumble(haptic); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_InitHapticRumble")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.InitHapticRumbleRaw(HapticHandle haptic) => ( (delegate* unmanaged)( - _slots[638] is not null and var loadedFnPtr + _slots[640] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[638] = nativeContext.LoadFunction("SDL_InitHapticRumble", "SDL3") + : _slots[640] = nativeContext.LoadFunction("SDL_InitHapticRumble", "SDL3") ) )(haptic); @@ -83292,13 +85645,15 @@ _slots[638] is not null and var loadedFnPtr public static byte InitHapticRumbleRaw(HapticHandle haptic) => DllImport.InitHapticRumbleRaw(haptic); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_Init")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.InitRaw([NativeTypeName("SDL_InitFlags")] uint flags) => ( (delegate* unmanaged)( - _slots[637] is not null and var loadedFnPtr + _slots[639] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[637] = nativeContext.LoadFunction("SDL_Init", "SDL3") + : _slots[639] = nativeContext.LoadFunction("SDL_Init", "SDL3") ) )(flags); @@ -83308,6 +85663,9 @@ _slots[637] is not null and var loadedFnPtr public static byte InitRaw([NativeTypeName("SDL_InitFlags")] uint flags) => DllImport.InitRaw(flags); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_InitSubSystem")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.InitSubSystem([NativeTypeName("SDL_InitFlags")] uint flags) => (MaybeBool)(byte)((ISdl)this).InitSubSystemRaw(flags); @@ -83319,13 +85677,15 @@ MaybeBool ISdl.InitSubSystem([NativeTypeName("SDL_InitFlags")] uint flags) public static MaybeBool InitSubSystem([NativeTypeName("SDL_InitFlags")] uint flags) => DllImport.InitSubSystem(flags); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_InitSubSystem")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.InitSubSystemRaw([NativeTypeName("SDL_InitFlags")] uint flags) => ( (delegate* unmanaged)( - _slots[639] is not null and var loadedFnPtr + _slots[641] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[639] = nativeContext.LoadFunction("SDL_InitSubSystem", "SDL3") + : _slots[641] = nativeContext.LoadFunction("SDL_InitSubSystem", "SDL3") ) )(flags); @@ -83335,6 +85695,7 @@ _slots[639] is not null and var loadedFnPtr public static byte InitSubSystemRaw([NativeTypeName("SDL_InitFlags")] uint flags) => DllImport.InitSubSystemRaw(flags); + [NativeFunction("SDL3", EntryPoint = "SDL_InsertGPUDebugLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.InsertGPUDebugLabel( GPUCommandBufferHandle command_buffer, @@ -83342,9 +85703,9 @@ void ISdl.InsertGPUDebugLabel( ) => ( (delegate* unmanaged)( - _slots[640] is not null and var loadedFnPtr + _slots[642] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[640] = nativeContext.LoadFunction("SDL_InsertGPUDebugLabel", "SDL3") + : _slots[642] = nativeContext.LoadFunction("SDL_InsertGPUDebugLabel", "SDL3") ) )(command_buffer, text); @@ -83355,6 +85716,8 @@ public static void InsertGPUDebugLabel( [NativeTypeName("const char *")] sbyte* text ) => DllImport.InsertGPUDebugLabel(command_buffer, text); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_InsertGPUDebugLabel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.InsertGPUDebugLabel( GPUCommandBufferHandle command_buffer, @@ -83375,6 +85738,7 @@ public static void InsertGPUDebugLabel( [NativeTypeName("const char *")] Ref text ) => DllImport.InsertGPUDebugLabel(command_buffer, text); + [NativeFunction("SDL3", EntryPoint = "SDL_IOFromConstMem")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IOStreamHandle ISdl.IOFromConstMem( [NativeTypeName("const void *")] void* mem, @@ -83382,9 +85746,9 @@ IOStreamHandle ISdl.IOFromConstMem( ) => ( (delegate* unmanaged)( - _slots[641] is not null and var loadedFnPtr + _slots[643] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[641] = nativeContext.LoadFunction("SDL_IOFromConstMem", "SDL3") + : _slots[643] = nativeContext.LoadFunction("SDL_IOFromConstMem", "SDL3") ) )(mem, size); @@ -83395,6 +85759,8 @@ public static IOStreamHandle IOFromConstMem( [NativeTypeName("size_t")] nuint size ) => DllImport.IOFromConstMem(mem, size); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IOFromConstMem")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IOStreamHandle ISdl.IOFromConstMem( [NativeTypeName("const void *")] Ref mem, @@ -83415,13 +85781,14 @@ public static IOStreamHandle IOFromConstMem( [NativeTypeName("size_t")] nuint size ) => DllImport.IOFromConstMem(mem, size); + [NativeFunction("SDL3", EntryPoint = "SDL_IOFromDynamicMem")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IOStreamHandle ISdl.IOFromDynamicMem() => ( (delegate* unmanaged)( - _slots[642] is not null and var loadedFnPtr + _slots[644] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[642] = nativeContext.LoadFunction("SDL_IOFromDynamicMem", "SDL3") + : _slots[644] = nativeContext.LoadFunction("SDL_IOFromDynamicMem", "SDL3") ) )(); @@ -83429,6 +85796,7 @@ _slots[642] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static IOStreamHandle IOFromDynamicMem() => DllImport.IOFromDynamicMem(); + [NativeFunction("SDL3", EntryPoint = "SDL_IOFromFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IOStreamHandle ISdl.IOFromFile( [NativeTypeName("const char *")] sbyte* file, @@ -83436,9 +85804,9 @@ IOStreamHandle ISdl.IOFromFile( ) => ( (delegate* unmanaged)( - _slots[643] is not null and var loadedFnPtr + _slots[645] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[643] = nativeContext.LoadFunction("SDL_IOFromFile", "SDL3") + : _slots[645] = nativeContext.LoadFunction("SDL_IOFromFile", "SDL3") ) )(file, mode); @@ -83449,6 +85817,8 @@ public static IOStreamHandle IOFromFile( [NativeTypeName("const char *")] sbyte* mode ) => DllImport.IOFromFile(file, mode); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IOFromFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IOStreamHandle ISdl.IOFromFile( [NativeTypeName("const char *")] Ref file, @@ -83470,13 +85840,14 @@ public static IOStreamHandle IOFromFile( [NativeTypeName("const char *")] Ref mode ) => DllImport.IOFromFile(file, mode); + [NativeFunction("SDL3", EntryPoint = "SDL_IOFromMem")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IOStreamHandle ISdl.IOFromMem(void* mem, [NativeTypeName("size_t")] nuint size) => ( (delegate* unmanaged)( - _slots[644] is not null and var loadedFnPtr + _slots[646] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[644] = nativeContext.LoadFunction("SDL_IOFromMem", "SDL3") + : _slots[646] = nativeContext.LoadFunction("SDL_IOFromMem", "SDL3") ) )(mem, size); @@ -83485,6 +85856,8 @@ _slots[644] is not null and var loadedFnPtr public static IOStreamHandle IOFromMem(void* mem, [NativeTypeName("size_t")] nuint size) => DllImport.IOFromMem(mem, size); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IOFromMem")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IOStreamHandle ISdl.IOFromMem(Ref mem, [NativeTypeName("size_t")] nuint size) { @@ -83500,6 +85873,8 @@ IOStreamHandle ISdl.IOFromMem(Ref mem, [NativeTypeName("size_t")] nuint size) public static IOStreamHandle IOFromMem(Ref mem, [NativeTypeName("size_t")] nuint size) => DllImport.IOFromMem(mem, size); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_IOvprintf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.IOvprintf( IOStreamHandle context, @@ -83508,9 +85883,9 @@ nuint ISdl.IOvprintf( ) => ( (delegate* unmanaged)( - _slots[645] is not null and var loadedFnPtr + _slots[647] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[645] = nativeContext.LoadFunction("SDL_IOvprintf", "SDL3") + : _slots[647] = nativeContext.LoadFunction("SDL_IOvprintf", "SDL3") ) )(context, fmt, ap); @@ -83523,6 +85898,9 @@ public static nuint IOvprintf( [NativeTypeName("va_list")] sbyte* ap ) => DllImport.IOvprintf(context, fmt, ap); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IOvprintf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.IOvprintf( IOStreamHandle context, @@ -83547,13 +85925,14 @@ public static nuint IOvprintf( [NativeTypeName("va_list")] Ref ap ) => DllImport.IOvprintf(context, fmt, ap); + [NativeFunction("SDL3", EntryPoint = "SDL_isalnum")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isalnum(int x) => ( (delegate* unmanaged)( - _slots[646] is not null and var loadedFnPtr + _slots[648] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[646] = nativeContext.LoadFunction("SDL_isalnum", "SDL3") + : _slots[648] = nativeContext.LoadFunction("SDL_isalnum", "SDL3") ) )(x); @@ -83561,13 +85940,14 @@ _slots[646] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isalnum(int x) => DllImport.Isalnum(x); + [NativeFunction("SDL3", EntryPoint = "SDL_isalpha")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isalpha(int x) => ( (delegate* unmanaged)( - _slots[647] is not null and var loadedFnPtr + _slots[649] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[647] = nativeContext.LoadFunction("SDL_isalpha", "SDL3") + : _slots[649] = nativeContext.LoadFunction("SDL_isalpha", "SDL3") ) )(x); @@ -83575,6 +85955,9 @@ _slots[647] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isalpha(int x) => DllImport.Isalpha(x); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IsAudioDevicePhysical")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.IsAudioDevicePhysical([NativeTypeName("SDL_AudioDeviceID")] uint devid) => (MaybeBool)(byte)((ISdl)this).IsAudioDevicePhysicalRaw(devid); @@ -83587,13 +85970,15 @@ public static MaybeBool IsAudioDevicePhysical( [NativeTypeName("SDL_AudioDeviceID")] uint devid ) => DllImport.IsAudioDevicePhysical(devid); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_IsAudioDevicePhysical")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.IsAudioDevicePhysicalRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid) => ( (delegate* unmanaged)( - _slots[648] is not null and var loadedFnPtr + _slots[650] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[648] = nativeContext.LoadFunction("SDL_IsAudioDevicePhysical", "SDL3") + : _slots[650] = nativeContext.LoadFunction("SDL_IsAudioDevicePhysical", "SDL3") ) )(devid); @@ -83603,6 +85988,9 @@ _slots[648] is not null and var loadedFnPtr public static byte IsAudioDevicePhysicalRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid) => DllImport.IsAudioDevicePhysicalRaw(devid); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IsAudioDevicePlayback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.IsAudioDevicePlayback([NativeTypeName("SDL_AudioDeviceID")] uint devid) => (MaybeBool)(byte)((ISdl)this).IsAudioDevicePlaybackRaw(devid); @@ -83615,13 +86003,15 @@ public static MaybeBool IsAudioDevicePlayback( [NativeTypeName("SDL_AudioDeviceID")] uint devid ) => DllImport.IsAudioDevicePlayback(devid); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_IsAudioDevicePlayback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.IsAudioDevicePlaybackRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid) => ( (delegate* unmanaged)( - _slots[649] is not null and var loadedFnPtr + _slots[651] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[649] = nativeContext.LoadFunction("SDL_IsAudioDevicePlayback", "SDL3") + : _slots[651] = nativeContext.LoadFunction("SDL_IsAudioDevicePlayback", "SDL3") ) )(devid); @@ -83631,13 +86021,14 @@ _slots[649] is not null and var loadedFnPtr public static byte IsAudioDevicePlaybackRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid) => DllImport.IsAudioDevicePlaybackRaw(devid); + [NativeFunction("SDL3", EntryPoint = "SDL_isblank")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isblank(int x) => ( (delegate* unmanaged)( - _slots[650] is not null and var loadedFnPtr + _slots[652] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[650] = nativeContext.LoadFunction("SDL_isblank", "SDL3") + : _slots[652] = nativeContext.LoadFunction("SDL_isblank", "SDL3") ) )(x); @@ -83645,13 +86036,14 @@ _slots[650] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isblank(int x) => DllImport.Isblank(x); + [NativeFunction("SDL3", EntryPoint = "SDL_iscntrl")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Iscntrl(int x) => ( (delegate* unmanaged)( - _slots[651] is not null and var loadedFnPtr + _slots[653] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[651] = nativeContext.LoadFunction("SDL_iscntrl", "SDL3") + : _slots[653] = nativeContext.LoadFunction("SDL_iscntrl", "SDL3") ) )(x); @@ -83659,13 +86051,14 @@ _slots[651] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Iscntrl(int x) => DllImport.Iscntrl(x); + [NativeFunction("SDL3", EntryPoint = "SDL_isdigit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isdigit(int x) => ( (delegate* unmanaged)( - _slots[652] is not null and var loadedFnPtr + _slots[654] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[652] = nativeContext.LoadFunction("SDL_isdigit", "SDL3") + : _slots[654] = nativeContext.LoadFunction("SDL_isdigit", "SDL3") ) )(x); @@ -83673,6 +86066,9 @@ _slots[652] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isdigit(int x) => DllImport.Isdigit(x); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IsGamepad")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.IsGamepad([NativeTypeName("SDL_JoystickID")] uint instance_id) => (MaybeBool)(byte)((ISdl)this).IsGamepadRaw(instance_id); @@ -83684,13 +86080,15 @@ MaybeBool ISdl.IsGamepad([NativeTypeName("SDL_JoystickID")] uint instance_ public static MaybeBool IsGamepad([NativeTypeName("SDL_JoystickID")] uint instance_id) => DllImport.IsGamepad(instance_id); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_IsGamepad")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.IsGamepadRaw([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[653] is not null and var loadedFnPtr + _slots[655] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[653] = nativeContext.LoadFunction("SDL_IsGamepad", "SDL3") + : _slots[655] = nativeContext.LoadFunction("SDL_IsGamepad", "SDL3") ) )(instance_id); @@ -83700,13 +86098,14 @@ _slots[653] is not null and var loadedFnPtr public static byte IsGamepadRaw([NativeTypeName("SDL_JoystickID")] uint instance_id) => DllImport.IsGamepadRaw(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_isgraph")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isgraph(int x) => ( (delegate* unmanaged)( - _slots[654] is not null and var loadedFnPtr + _slots[656] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[654] = nativeContext.LoadFunction("SDL_isgraph", "SDL3") + : _slots[656] = nativeContext.LoadFunction("SDL_isgraph", "SDL3") ) )(x); @@ -83714,13 +86113,14 @@ _slots[654] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isgraph(int x) => DllImport.Isgraph(x); + [NativeFunction("SDL3", EntryPoint = "SDL_isinf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isinf(double x) => ( (delegate* unmanaged)( - _slots[655] is not null and var loadedFnPtr + _slots[657] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[655] = nativeContext.LoadFunction("SDL_isinf", "SDL3") + : _slots[657] = nativeContext.LoadFunction("SDL_isinf", "SDL3") ) )(x); @@ -83728,13 +86128,14 @@ _slots[655] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isinf(double x) => DllImport.Isinf(x); + [NativeFunction("SDL3", EntryPoint = "SDL_isinff")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isinff(float x) => ( (delegate* unmanaged)( - _slots[656] is not null and var loadedFnPtr + _slots[658] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[656] = nativeContext.LoadFunction("SDL_isinff", "SDL3") + : _slots[658] = nativeContext.LoadFunction("SDL_isinff", "SDL3") ) )(x); @@ -83742,6 +86143,9 @@ _slots[656] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isinff(float x) => DllImport.Isinff(x); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IsJoystickHaptic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.IsJoystickHaptic(JoystickHandle joystick) => (MaybeBool)(byte)((ISdl)this).IsJoystickHapticRaw(joystick); @@ -83753,13 +86157,15 @@ MaybeBool ISdl.IsJoystickHaptic(JoystickHandle joystick) => public static MaybeBool IsJoystickHaptic(JoystickHandle joystick) => DllImport.IsJoystickHaptic(joystick); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_IsJoystickHaptic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.IsJoystickHapticRaw(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[657] is not null and var loadedFnPtr + _slots[659] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[657] = nativeContext.LoadFunction("SDL_IsJoystickHaptic", "SDL3") + : _slots[659] = nativeContext.LoadFunction("SDL_IsJoystickHaptic", "SDL3") ) )(joystick); @@ -83769,6 +86175,9 @@ _slots[657] is not null and var loadedFnPtr public static byte IsJoystickHapticRaw(JoystickHandle joystick) => DllImport.IsJoystickHapticRaw(joystick); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IsJoystickVirtual")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.IsJoystickVirtual([NativeTypeName("SDL_JoystickID")] uint instance_id) => (MaybeBool)(byte)((ISdl)this).IsJoystickVirtualRaw(instance_id); @@ -83781,13 +86190,15 @@ public static MaybeBool IsJoystickVirtual( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.IsJoystickVirtual(instance_id); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_IsJoystickVirtual")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.IsJoystickVirtualRaw([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[658] is not null and var loadedFnPtr + _slots[660] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[658] = nativeContext.LoadFunction("SDL_IsJoystickVirtual", "SDL3") + : _slots[660] = nativeContext.LoadFunction("SDL_IsJoystickVirtual", "SDL3") ) )(instance_id); @@ -83797,13 +86208,14 @@ _slots[658] is not null and var loadedFnPtr public static byte IsJoystickVirtualRaw([NativeTypeName("SDL_JoystickID")] uint instance_id) => DllImport.IsJoystickVirtualRaw(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_islower")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Islower(int x) => ( (delegate* unmanaged)( - _slots[659] is not null and var loadedFnPtr + _slots[661] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[659] = nativeContext.LoadFunction("SDL_islower", "SDL3") + : _slots[661] = nativeContext.LoadFunction("SDL_islower", "SDL3") ) )(x); @@ -83811,6 +86223,9 @@ _slots[659] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Islower(int x) => DllImport.Islower(x); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IsMainThread")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.IsMainThread() => (MaybeBool)(byte)((ISdl)this).IsMainThreadRaw(); @@ -83820,13 +86235,15 @@ _slots[659] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsMainThread() => DllImport.IsMainThread(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_IsMainThread")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.IsMainThreadRaw() => ( (delegate* unmanaged)( - _slots[660] is not null and var loadedFnPtr + _slots[662] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[660] = nativeContext.LoadFunction("SDL_IsMainThread", "SDL3") + : _slots[662] = nativeContext.LoadFunction("SDL_IsMainThread", "SDL3") ) )(); @@ -83835,6 +86252,9 @@ _slots[660] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte IsMainThreadRaw() => DllImport.IsMainThreadRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IsMouseHaptic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.IsMouseHaptic() => (MaybeBool)(byte)((ISdl)this).IsMouseHapticRaw(); @@ -83844,13 +86264,15 @@ _slots[660] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsMouseHaptic() => DllImport.IsMouseHaptic(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_IsMouseHaptic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.IsMouseHapticRaw() => ( (delegate* unmanaged)( - _slots[661] is not null and var loadedFnPtr + _slots[663] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[661] = nativeContext.LoadFunction("SDL_IsMouseHaptic", "SDL3") + : _slots[663] = nativeContext.LoadFunction("SDL_IsMouseHaptic", "SDL3") ) )(); @@ -83859,13 +86281,14 @@ _slots[661] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte IsMouseHapticRaw() => DllImport.IsMouseHapticRaw(); + [NativeFunction("SDL3", EntryPoint = "SDL_isnan")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isnan(double x) => ( (delegate* unmanaged)( - _slots[662] is not null and var loadedFnPtr + _slots[664] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[662] = nativeContext.LoadFunction("SDL_isnan", "SDL3") + : _slots[664] = nativeContext.LoadFunction("SDL_isnan", "SDL3") ) )(x); @@ -83873,13 +86296,14 @@ _slots[662] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isnan(double x) => DllImport.Isnan(x); + [NativeFunction("SDL3", EntryPoint = "SDL_isnanf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isnanf(float x) => ( (delegate* unmanaged)( - _slots[663] is not null and var loadedFnPtr + _slots[665] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[663] = nativeContext.LoadFunction("SDL_isnanf", "SDL3") + : _slots[665] = nativeContext.LoadFunction("SDL_isnanf", "SDL3") ) )(x); @@ -83887,13 +86311,14 @@ _slots[663] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isnanf(float x) => DllImport.Isnanf(x); + [NativeFunction("SDL3", EntryPoint = "SDL_isprint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isprint(int x) => ( (delegate* unmanaged)( - _slots[664] is not null and var loadedFnPtr + _slots[666] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[664] = nativeContext.LoadFunction("SDL_isprint", "SDL3") + : _slots[666] = nativeContext.LoadFunction("SDL_isprint", "SDL3") ) )(x); @@ -83901,13 +86326,14 @@ _slots[664] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isprint(int x) => DllImport.Isprint(x); + [NativeFunction("SDL3", EntryPoint = "SDL_ispunct")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Ispunct(int x) => ( (delegate* unmanaged)( - _slots[665] is not null and var loadedFnPtr + _slots[667] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[665] = nativeContext.LoadFunction("SDL_ispunct", "SDL3") + : _slots[667] = nativeContext.LoadFunction("SDL_ispunct", "SDL3") ) )(x); @@ -83915,13 +86341,14 @@ _slots[665] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Ispunct(int x) => DllImport.Ispunct(x); + [NativeFunction("SDL3", EntryPoint = "SDL_isspace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isspace(int x) => ( (delegate* unmanaged)( - _slots[666] is not null and var loadedFnPtr + _slots[668] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[666] = nativeContext.LoadFunction("SDL_isspace", "SDL3") + : _slots[668] = nativeContext.LoadFunction("SDL_isspace", "SDL3") ) )(x); @@ -83929,6 +86356,9 @@ _slots[666] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isspace(int x) => DllImport.Isspace(x); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IsTablet")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.IsTablet() => (MaybeBool)(byte)((ISdl)this).IsTabletRaw(); @@ -83938,13 +86368,15 @@ _slots[666] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsTablet() => DllImport.IsTablet(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_IsTablet")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.IsTabletRaw() => ( (delegate* unmanaged)( - _slots[667] is not null and var loadedFnPtr + _slots[669] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[667] = nativeContext.LoadFunction("SDL_IsTablet", "SDL3") + : _slots[669] = nativeContext.LoadFunction("SDL_IsTablet", "SDL3") ) )(); @@ -83953,6 +86385,9 @@ _slots[667] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte IsTabletRaw() => DllImport.IsTabletRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_IsTV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.IsTV() => (MaybeBool)(byte)((ISdl)this).IsTVRaw(); @@ -83962,13 +86397,15 @@ _slots[667] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool IsTV() => DllImport.IsTV(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_IsTV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.IsTVRaw() => ( (delegate* unmanaged)( - _slots[668] is not null and var loadedFnPtr + _slots[670] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[668] = nativeContext.LoadFunction("SDL_IsTV", "SDL3") + : _slots[670] = nativeContext.LoadFunction("SDL_IsTV", "SDL3") ) )(); @@ -83977,13 +86414,14 @@ _slots[668] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte IsTVRaw() => DllImport.IsTVRaw(); + [NativeFunction("SDL3", EntryPoint = "SDL_isupper")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isupper(int x) => ( (delegate* unmanaged)( - _slots[669] is not null and var loadedFnPtr + _slots[671] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[669] = nativeContext.LoadFunction("SDL_isupper", "SDL3") + : _slots[671] = nativeContext.LoadFunction("SDL_isupper", "SDL3") ) )(x); @@ -83991,13 +86429,14 @@ _slots[669] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isupper(int x) => DllImport.Isupper(x); + [NativeFunction("SDL3", EntryPoint = "SDL_isxdigit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Isxdigit(int x) => ( (delegate* unmanaged)( - _slots[670] is not null and var loadedFnPtr + _slots[672] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[670] = nativeContext.LoadFunction("SDL_isxdigit", "SDL3") + : _slots[672] = nativeContext.LoadFunction("SDL_isxdigit", "SDL3") ) )(x); @@ -84005,13 +86444,15 @@ _slots[670] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Isxdigit(int x) => DllImport.Isxdigit(x); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_itoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Itoa(int value, [NativeTypeName("char *")] sbyte* str, int radix) => ( (delegate* unmanaged)( - _slots[671] is not null and var loadedFnPtr + _slots[673] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[671] = nativeContext.LoadFunction("SDL_itoa", "SDL3") + : _slots[673] = nativeContext.LoadFunction("SDL_itoa", "SDL3") ) )(value, str, radix); @@ -84021,6 +86462,9 @@ _slots[671] is not null and var loadedFnPtr public static sbyte* Itoa(int value, [NativeTypeName("char *")] sbyte* str, int radix) => DllImport.Itoa(value, str, radix); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_itoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Itoa(int value, [NativeTypeName("char *")] Ref str, int radix) { @@ -84040,6 +86484,9 @@ public static Ptr Itoa( int radix ) => DllImport.Itoa(value, str, radix); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_JoystickConnected")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.JoystickConnected(JoystickHandle joystick) => (MaybeBool)(byte)((ISdl)this).JoystickConnectedRaw(joystick); @@ -84051,13 +86498,15 @@ MaybeBool ISdl.JoystickConnected(JoystickHandle joystick) => public static MaybeBool JoystickConnected(JoystickHandle joystick) => DllImport.JoystickConnected(joystick); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_JoystickConnected")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.JoystickConnectedRaw(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[672] is not null and var loadedFnPtr + _slots[674] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[672] = nativeContext.LoadFunction("SDL_JoystickConnected", "SDL3") + : _slots[674] = nativeContext.LoadFunction("SDL_JoystickConnected", "SDL3") ) )(joystick); @@ -84067,6 +86516,9 @@ _slots[672] is not null and var loadedFnPtr public static byte JoystickConnectedRaw(JoystickHandle joystick) => DllImport.JoystickConnectedRaw(joystick); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_JoystickEventsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.JoystickEventsEnabled() => (MaybeBool)(byte)((ISdl)this).JoystickEventsEnabledRaw(); @@ -84077,13 +86529,15 @@ MaybeBool ISdl.JoystickEventsEnabled() => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool JoystickEventsEnabled() => DllImport.JoystickEventsEnabled(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_JoystickEventsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.JoystickEventsEnabledRaw() => ( (delegate* unmanaged)( - _slots[673] is not null and var loadedFnPtr + _slots[675] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[673] = nativeContext.LoadFunction("SDL_JoystickEventsEnabled", "SDL3") + : _slots[675] = nativeContext.LoadFunction("SDL_JoystickEventsEnabled", "SDL3") ) )(); @@ -84092,13 +86546,15 @@ _slots[673] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte JoystickEventsEnabledRaw() => DllImport.JoystickEventsEnabledRaw(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_KillProcess")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.KillProcess(ProcessHandle process, [NativeTypeName("bool")] byte force) => ( (delegate* unmanaged)( - _slots[674] is not null and var loadedFnPtr + _slots[676] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[674] = nativeContext.LoadFunction("SDL_KillProcess", "SDL3") + : _slots[676] = nativeContext.LoadFunction("SDL_KillProcess", "SDL3") ) )(process, force); @@ -84108,6 +86564,9 @@ _slots[674] is not null and var loadedFnPtr public static byte KillProcess(ProcessHandle process, [NativeTypeName("bool")] byte force) => DllImport.KillProcess(process, force); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_KillProcess")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.KillProcess( ProcessHandle process, @@ -84123,6 +86582,8 @@ public static MaybeBool KillProcess( [NativeTypeName("bool")] MaybeBool force ) => DllImport.KillProcess(process, force); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_lltoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Lltoa( [NativeTypeName("long long")] long value, @@ -84131,9 +86592,9 @@ int radix ) => ( (delegate* unmanaged)( - _slots[675] is not null and var loadedFnPtr + _slots[677] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[675] = nativeContext.LoadFunction("SDL_lltoa", "SDL3") + : _slots[677] = nativeContext.LoadFunction("SDL_lltoa", "SDL3") ) )(value, str, radix); @@ -84146,6 +86607,9 @@ _slots[675] is not null and var loadedFnPtr int radix ) => DllImport.Lltoa(value, str, radix); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_lltoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Lltoa( [NativeTypeName("long long")] long value, @@ -84169,13 +86633,14 @@ public static Ptr Lltoa( int radix ) => DllImport.Lltoa(value, str, radix); + [NativeFunction("SDL3", EntryPoint = "SDL_LoadBMP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Surface* ISdl.LoadBMP([NativeTypeName("const char *")] sbyte* file) => ( (delegate* unmanaged)( - _slots[676] is not null and var loadedFnPtr + _slots[678] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[676] = nativeContext.LoadFunction("SDL_LoadBMP", "SDL3") + : _slots[678] = nativeContext.LoadFunction("SDL_LoadBMP", "SDL3") ) )(file); @@ -84184,6 +86649,8 @@ _slots[676] is not null and var loadedFnPtr public static Surface* LoadBMP([NativeTypeName("const char *")] sbyte* file) => DllImport.LoadBMP(file); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LoadBMP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.LoadBMP([NativeTypeName("const char *")] Ref file) { @@ -84199,13 +86666,14 @@ Ptr ISdl.LoadBMP([NativeTypeName("const char *")] Ref file) public static Ptr LoadBMP([NativeTypeName("const char *")] Ref file) => DllImport.LoadBMP(file); + [NativeFunction("SDL3", EntryPoint = "SDL_LoadBMP_IO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Surface* ISdl.LoadBMPIO(IOStreamHandle src, [NativeTypeName("bool")] byte closeio) => ( (delegate* unmanaged)( - _slots[677] is not null and var loadedFnPtr + _slots[679] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[677] = nativeContext.LoadFunction("SDL_LoadBMP_IO", "SDL3") + : _slots[679] = nativeContext.LoadFunction("SDL_LoadBMP_IO", "SDL3") ) )(src, closeio); @@ -84214,6 +86682,8 @@ _slots[677] is not null and var loadedFnPtr public static Surface* LoadBMPIO(IOStreamHandle src, [NativeTypeName("bool")] byte closeio) => DllImport.LoadBMPIO(src, closeio); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LoadBMP_IO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.LoadBMPIO( IOStreamHandle src, @@ -84228,6 +86698,7 @@ public static Ptr LoadBMPIO( [NativeTypeName("bool")] MaybeBool closeio ) => DllImport.LoadBMPIO(src, closeio); + [NativeFunction("SDL3", EntryPoint = "SDL_LoadFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.LoadFile( [NativeTypeName("const char *")] sbyte* file, @@ -84235,9 +86706,9 @@ public static Ptr LoadBMPIO( ) => ( (delegate* unmanaged)( - _slots[678] is not null and var loadedFnPtr + _slots[680] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[678] = nativeContext.LoadFunction("SDL_LoadFile", "SDL3") + : _slots[680] = nativeContext.LoadFunction("SDL_LoadFile", "SDL3") ) )(file, datasize); @@ -84248,6 +86719,8 @@ _slots[678] is not null and var loadedFnPtr [NativeTypeName("size_t *")] nuint* datasize ) => DllImport.LoadFile(file, datasize); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LoadFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.LoadFile( [NativeTypeName("const char *")] Ref file, @@ -84269,6 +86742,7 @@ public static Ptr LoadFile( [NativeTypeName("size_t *")] Ref datasize ) => DllImport.LoadFile(file, datasize); + [NativeFunction("SDL3", EntryPoint = "SDL_LoadFile_IO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.LoadFileIO( IOStreamHandle src, @@ -84277,9 +86751,9 @@ public static Ptr LoadFile( ) => ( (delegate* unmanaged)( - _slots[679] is not null and var loadedFnPtr + _slots[681] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[679] = nativeContext.LoadFunction("SDL_LoadFile_IO", "SDL3") + : _slots[681] = nativeContext.LoadFunction("SDL_LoadFile_IO", "SDL3") ) )(src, datasize, closeio); @@ -84291,6 +86765,8 @@ _slots[679] is not null and var loadedFnPtr [NativeTypeName("bool")] byte closeio ) => DllImport.LoadFileIO(src, datasize, closeio); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LoadFile_IO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.LoadFileIO( IOStreamHandle src, @@ -84313,6 +86789,8 @@ public static Ptr LoadFileIO( [NativeTypeName("bool")] MaybeBool closeio ) => DllImport.LoadFileIO(src, datasize, closeio); + [return: NativeTypeName("SDL_FunctionPointer")] + [NativeFunction("SDL3", EntryPoint = "SDL_LoadFunction")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] FunctionPointer ISdl.LoadFunction( SharedObjectHandle handle, @@ -84320,9 +86798,9 @@ FunctionPointer ISdl.LoadFunction( ) => ( (delegate* unmanaged)( - _slots[680] is not null and var loadedFnPtr + _slots[682] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[680] = nativeContext.LoadFunction("SDL_LoadFunction", "SDL3") + : _slots[682] = nativeContext.LoadFunction("SDL_LoadFunction", "SDL3") ) )(handle, name); @@ -84334,6 +86812,9 @@ public static FunctionPointer LoadFunction( [NativeTypeName("const char *")] sbyte* name ) => DllImport.LoadFunction(handle, name); + [return: NativeTypeName("SDL_FunctionPointer")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LoadFunction")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] FunctionPointer ISdl.LoadFunction( SharedObjectHandle handle, @@ -84355,13 +86836,14 @@ public static FunctionPointer LoadFunction( [NativeTypeName("const char *")] Ref name ) => DllImport.LoadFunction(handle, name); + [NativeFunction("SDL3", EntryPoint = "SDL_LoadObject")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] SharedObjectHandle ISdl.LoadObject([NativeTypeName("const char *")] sbyte* sofile) => ( (delegate* unmanaged)( - _slots[681] is not null and var loadedFnPtr + _slots[683] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[681] = nativeContext.LoadFunction("SDL_LoadObject", "SDL3") + : _slots[683] = nativeContext.LoadFunction("SDL_LoadObject", "SDL3") ) )(sofile); @@ -84370,6 +86852,8 @@ _slots[681] is not null and var loadedFnPtr public static SharedObjectHandle LoadObject([NativeTypeName("const char *")] sbyte* sofile) => DllImport.LoadObject(sofile); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LoadObject")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] SharedObjectHandle ISdl.LoadObject([NativeTypeName("const char *")] Ref sofile) { @@ -84386,6 +86870,8 @@ public static SharedObjectHandle LoadObject( [NativeTypeName("const char *")] Ref sofile ) => DllImport.LoadObject(sofile); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_LoadWAV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.LoadWAV( [NativeTypeName("const char *")] sbyte* path, @@ -84395,9 +86881,9 @@ byte ISdl.LoadWAV( ) => ( (delegate* unmanaged)( - _slots[682] is not null and var loadedFnPtr + _slots[684] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[682] = nativeContext.LoadFunction("SDL_LoadWAV", "SDL3") + : _slots[684] = nativeContext.LoadFunction("SDL_LoadWAV", "SDL3") ) )(path, spec, audio_buf, audio_len); @@ -84411,6 +86897,9 @@ public static byte LoadWAV( [NativeTypeName("Uint32 *")] uint* audio_len ) => DllImport.LoadWAV(path, spec, audio_buf, audio_len); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LoadWAV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.LoadWAV( [NativeTypeName("const char *")] Ref path, @@ -84441,6 +86930,8 @@ public static MaybeBool LoadWAV( [NativeTypeName("Uint32 *")] Ref audio_len ) => DllImport.LoadWAV(path, spec, audio_buf, audio_len); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_LoadWAV_IO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.LoadWAVIO( IOStreamHandle src, @@ -84451,9 +86942,9 @@ byte ISdl.LoadWAVIO( ) => ( (delegate* unmanaged)( - _slots[683] is not null and var loadedFnPtr + _slots[685] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[683] = nativeContext.LoadFunction("SDL_LoadWAV_IO", "SDL3") + : _slots[685] = nativeContext.LoadFunction("SDL_LoadWAV_IO", "SDL3") ) )(src, closeio, spec, audio_buf, audio_len); @@ -84468,6 +86959,9 @@ public static byte LoadWAVIO( [NativeTypeName("Uint32 *")] uint* audio_len ) => DllImport.LoadWAVIO(src, closeio, spec, audio_buf, audio_len); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LoadWAV_IO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.LoadWAVIO( IOStreamHandle src, @@ -84505,6 +86999,9 @@ public static MaybeBool LoadWAVIO( [NativeTypeName("Uint32 *")] Ref audio_len ) => DllImport.LoadWAVIO(src, closeio, spec, audio_buf, audio_len); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LockAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.LockAudioStream(AudioStreamHandle stream) => (MaybeBool)(byte)((ISdl)this).LockAudioStreamRaw(stream); @@ -84516,13 +87013,15 @@ MaybeBool ISdl.LockAudioStream(AudioStreamHandle stream) => public static MaybeBool LockAudioStream(AudioStreamHandle stream) => DllImport.LockAudioStream(stream); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_LockAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.LockAudioStreamRaw(AudioStreamHandle stream) => ( (delegate* unmanaged)( - _slots[684] is not null and var loadedFnPtr + _slots[686] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[684] = nativeContext.LoadFunction("SDL_LockAudioStream", "SDL3") + : _slots[686] = nativeContext.LoadFunction("SDL_LockAudioStream", "SDL3") ) )(stream); @@ -84532,13 +87031,14 @@ _slots[684] is not null and var loadedFnPtr public static byte LockAudioStreamRaw(AudioStreamHandle stream) => DllImport.LockAudioStreamRaw(stream); + [NativeFunction("SDL3", EntryPoint = "SDL_LockJoysticks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.LockJoysticks() => ( (delegate* unmanaged)( - _slots[685] is not null and var loadedFnPtr + _slots[687] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[685] = nativeContext.LoadFunction("SDL_LockJoysticks", "SDL3") + : _slots[687] = nativeContext.LoadFunction("SDL_LockJoysticks", "SDL3") ) )(); @@ -84546,13 +87046,14 @@ _slots[685] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LockJoysticks() => DllImport.LockJoysticks(); + [NativeFunction("SDL3", EntryPoint = "SDL_LockMutex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.LockMutex(MutexHandle mutex) => ( (delegate* unmanaged)( - _slots[686] is not null and var loadedFnPtr + _slots[688] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[686] = nativeContext.LoadFunction("SDL_LockMutex", "SDL3") + : _slots[688] = nativeContext.LoadFunction("SDL_LockMutex", "SDL3") ) )(mutex); @@ -84560,6 +87061,9 @@ _slots[686] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void LockMutex(MutexHandle mutex) => DllImport.LockMutex(mutex); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LockProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.LockProperties([NativeTypeName("SDL_PropertiesID")] uint props) => (MaybeBool)(byte)((ISdl)this).LockPropertiesRaw(props); @@ -84571,13 +87075,15 @@ MaybeBool ISdl.LockProperties([NativeTypeName("SDL_PropertiesID")] uint pr public static MaybeBool LockProperties([NativeTypeName("SDL_PropertiesID")] uint props) => DllImport.LockProperties(props); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_LockProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.LockPropertiesRaw([NativeTypeName("SDL_PropertiesID")] uint props) => ( (delegate* unmanaged)( - _slots[687] is not null and var loadedFnPtr + _slots[689] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[687] = nativeContext.LoadFunction("SDL_LockProperties", "SDL3") + : _slots[689] = nativeContext.LoadFunction("SDL_LockProperties", "SDL3") ) )(props); @@ -84587,13 +87093,14 @@ _slots[687] is not null and var loadedFnPtr public static byte LockPropertiesRaw([NativeTypeName("SDL_PropertiesID")] uint props) => DllImport.LockPropertiesRaw(props); + [NativeFunction("SDL3", EntryPoint = "SDL_LockRWLockForReading")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.LockRWLockForReading(RWLockHandle rwlock) => ( (delegate* unmanaged)( - _slots[688] is not null and var loadedFnPtr + _slots[690] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[688] = nativeContext.LoadFunction("SDL_LockRWLockForReading", "SDL3") + : _slots[690] = nativeContext.LoadFunction("SDL_LockRWLockForReading", "SDL3") ) )(rwlock); @@ -84602,13 +87109,14 @@ _slots[688] is not null and var loadedFnPtr public static void LockRWLockForReading(RWLockHandle rwlock) => DllImport.LockRWLockForReading(rwlock); + [NativeFunction("SDL3", EntryPoint = "SDL_LockRWLockForWriting")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.LockRWLockForWriting(RWLockHandle rwlock) => ( (delegate* unmanaged)( - _slots[689] is not null and var loadedFnPtr + _slots[691] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[689] = nativeContext.LoadFunction("SDL_LockRWLockForWriting", "SDL3") + : _slots[691] = nativeContext.LoadFunction("SDL_LockRWLockForWriting", "SDL3") ) )(rwlock); @@ -84617,13 +87125,14 @@ _slots[689] is not null and var loadedFnPtr public static void LockRWLockForWriting(RWLockHandle rwlock) => DllImport.LockRWLockForWriting(rwlock); + [NativeFunction("SDL3", EntryPoint = "SDL_LockSpinlock")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.LockSpinlock([NativeTypeName("SDL_SpinLock *")] int* @lock) => ( (delegate* unmanaged)( - _slots[690] is not null and var loadedFnPtr + _slots[692] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[690] = nativeContext.LoadFunction("SDL_LockSpinlock", "SDL3") + : _slots[692] = nativeContext.LoadFunction("SDL_LockSpinlock", "SDL3") ) )(@lock); @@ -84632,6 +87141,8 @@ _slots[690] is not null and var loadedFnPtr public static void LockSpinlock([NativeTypeName("SDL_SpinLock *")] int* @lock) => DllImport.LockSpinlock(@lock); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LockSpinlock")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.LockSpinlock([NativeTypeName("SDL_SpinLock *")] Ref @lock) { @@ -84647,13 +87158,15 @@ void ISdl.LockSpinlock([NativeTypeName("SDL_SpinLock *")] Ref @lock) public static void LockSpinlock([NativeTypeName("SDL_SpinLock *")] Ref @lock) => DllImport.LockSpinlock(@lock); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_LockSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.LockSurface(Surface* surface) => ( (delegate* unmanaged)( - _slots[691] is not null and var loadedFnPtr + _slots[693] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[691] = nativeContext.LoadFunction("SDL_LockSurface", "SDL3") + : _slots[693] = nativeContext.LoadFunction("SDL_LockSurface", "SDL3") ) )(surface); @@ -84662,6 +87175,9 @@ _slots[691] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte LockSurface(Surface* surface) => DllImport.LockSurface(surface); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LockSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.LockSurface(Ref surface) { @@ -84678,6 +87194,8 @@ MaybeBool ISdl.LockSurface(Ref surface) public static MaybeBool LockSurface(Ref surface) => DllImport.LockSurface(surface); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_LockTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.LockTexture( Texture* texture, @@ -84687,9 +87205,9 @@ byte ISdl.LockTexture( ) => ( (delegate* unmanaged)( - _slots[692] is not null and var loadedFnPtr + _slots[694] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[692] = nativeContext.LoadFunction("SDL_LockTexture", "SDL3") + : _slots[694] = nativeContext.LoadFunction("SDL_LockTexture", "SDL3") ) )(texture, rect, pixels, pitch); @@ -84703,6 +87221,9 @@ public static byte LockTexture( int* pitch ) => DllImport.LockTexture(texture, rect, pixels, pitch); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LockTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.LockTexture( Ref texture, @@ -84733,6 +87254,8 @@ public static MaybeBool LockTexture( Ref pitch ) => DllImport.LockTexture(texture, rect, pixels, pitch); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_LockTextureToSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.LockTextureToSurface( Texture* texture, @@ -84741,9 +87264,9 @@ byte ISdl.LockTextureToSurface( ) => ( (delegate* unmanaged)( - _slots[693] is not null and var loadedFnPtr + _slots[695] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[693] = nativeContext.LoadFunction("SDL_LockTextureToSurface", "SDL3") + : _slots[695] = nativeContext.LoadFunction("SDL_LockTextureToSurface", "SDL3") ) )(texture, rect, surface); @@ -84756,6 +87279,9 @@ public static byte LockTextureToSurface( Surface** surface ) => DllImport.LockTextureToSurface(texture, rect, surface); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LockTextureToSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.LockTextureToSurface( Ref texture, @@ -84782,13 +87308,14 @@ public static MaybeBool LockTextureToSurface( Ref2D surface ) => DllImport.LockTextureToSurface(texture, rect, surface); + [NativeFunction("SDL3", EntryPoint = "SDL_log")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Log(double x) => ( (delegate* unmanaged)( - _slots[694] is not null and var loadedFnPtr + _slots[696] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[694] = nativeContext.LoadFunction("SDL_log", "SDL3") + : _slots[696] = nativeContext.LoadFunction("SDL_log", "SDL3") ) )(x); @@ -84796,13 +87323,14 @@ _slots[694] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Log(double x) => DllImport.Log(x); + [NativeFunction("SDL3", EntryPoint = "SDL_log10")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Log10(double x) => ( (delegate* unmanaged)( - _slots[695] is not null and var loadedFnPtr + _slots[697] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[695] = nativeContext.LoadFunction("SDL_log10", "SDL3") + : _slots[697] = nativeContext.LoadFunction("SDL_log10", "SDL3") ) )(x); @@ -84810,13 +87338,14 @@ _slots[695] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Log10(double x) => DllImport.Log10(x); + [NativeFunction("SDL3", EntryPoint = "SDL_log10f")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Log10F(float x) => ( (delegate* unmanaged)( - _slots[696] is not null and var loadedFnPtr + _slots[698] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[696] = nativeContext.LoadFunction("SDL_log10f", "SDL3") + : _slots[698] = nativeContext.LoadFunction("SDL_log10f", "SDL3") ) )(x); @@ -84824,13 +87353,14 @@ _slots[696] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Log10F(float x) => DllImport.Log10F(x); + [NativeFunction("SDL3", EntryPoint = "SDL_logf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Logf(float x) => ( (delegate* unmanaged)( - _slots[697] is not null and var loadedFnPtr + _slots[699] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[697] = nativeContext.LoadFunction("SDL_logf", "SDL3") + : _slots[699] = nativeContext.LoadFunction("SDL_logf", "SDL3") ) )(x); @@ -84838,6 +87368,7 @@ _slots[697] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Logf(float x) => DllImport.Logf(x); + [NativeFunction("SDL3", EntryPoint = "SDL_LogMessageV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.LogMessageV( int category, @@ -84847,9 +87378,9 @@ void ISdl.LogMessageV( ) => ( (delegate* unmanaged)( - _slots[698] is not null and var loadedFnPtr + _slots[700] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[698] = nativeContext.LoadFunction("SDL_LogMessageV", "SDL3") + : _slots[700] = nativeContext.LoadFunction("SDL_LogMessageV", "SDL3") ) )(category, priority, fmt, ap); @@ -84862,6 +87393,8 @@ public static void LogMessageV( [NativeTypeName("va_list")] sbyte* ap ) => DllImport.LogMessageV(category, priority, fmt, ap); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_LogMessageV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.LogMessageV( int category, @@ -84887,47 +87420,53 @@ public static void LogMessageV( [NativeTypeName("va_list")] Ref ap ) => DllImport.LogMessageV(category, priority, fmt, ap); + [return: NativeTypeName("long")] + [NativeFunction("SDL3", EntryPoint = "SDL_lround")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - nint ISdl.Lround(double x) => + int ISdl.Lround(double x) => ( - (delegate* unmanaged)( - _slots[699] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[701] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[699] = nativeContext.LoadFunction("SDL_lround", "SDL3") + : _slots[701] = nativeContext.LoadFunction("SDL_lround", "SDL3") ) )(x); [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_lround")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static nint Lround(double x) => DllImport.Lround(x); + public static int Lround(double x) => DllImport.Lround(x); + [return: NativeTypeName("long")] + [NativeFunction("SDL3", EntryPoint = "SDL_lroundf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - nint ISdl.Lroundf(float x) => + int ISdl.Lroundf(float x) => ( - (delegate* unmanaged)( - _slots[700] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[702] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[700] = nativeContext.LoadFunction("SDL_lroundf", "SDL3") + : _slots[702] = nativeContext.LoadFunction("SDL_lroundf", "SDL3") ) )(x); [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_lroundf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static nint Lroundf(float x) => DllImport.Lroundf(x); + public static int Lroundf(float x) => DllImport.Lroundf(x); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_ltoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] sbyte* str, int radix ) => ( - (delegate* unmanaged)( - _slots[701] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[703] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[701] = nativeContext.LoadFunction("SDL_ltoa", "SDL3") + : _slots[703] = nativeContext.LoadFunction("SDL_ltoa", "SDL3") ) )(value, str, radix); @@ -84935,14 +87474,17 @@ _slots[701] is not null and var loadedFnPtr [NativeFunction("SDL3", EntryPoint = "SDL_ltoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] sbyte* str, int radix ) => DllImport.Ltoa(value, str, radix); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ltoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] Ref str, int radix ) @@ -84958,18 +87500,19 @@ int radix [NativeFunction("SDL3", EntryPoint = "SDL_ltoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr Ltoa( - [NativeTypeName("long")] nint value, + [NativeTypeName("long")] int value, [NativeTypeName("char *")] Ref str, int radix ) => DllImport.Ltoa(value, str, radix); + [NativeFunction("SDL3", EntryPoint = "SDL_main")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Main(int argc, [NativeTypeName("char *[]")] sbyte** argv) => ( (delegate* unmanaged)( - _slots[702] is not null and var loadedFnPtr + _slots[704] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[702] = nativeContext.LoadFunction("SDL_main", "SDL3") + : _slots[704] = nativeContext.LoadFunction("SDL_main", "SDL3") ) )(argc, argv); @@ -84978,6 +87521,8 @@ _slots[702] is not null and var loadedFnPtr public static int Main(int argc, [NativeTypeName("char *[]")] sbyte** argv) => DllImport.Main(argc, argv); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_main")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Main(int argc, [NativeTypeName("char *[]")] Ref2D argv) { @@ -84993,6 +87538,8 @@ int ISdl.Main(int argc, [NativeTypeName("char *[]")] Ref2D argv) public static int Main(int argc, [NativeTypeName("char *[]")] Ref2D argv) => DllImport.Main(argc, argv); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_malloc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Malloc([NativeTypeName("size_t")] nuint size) => (void*)((ISdl)this).MallocRaw(size); @@ -85001,13 +87548,14 @@ public static int Main(int argc, [NativeTypeName("char *[]")] Ref2D argv) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr Malloc([NativeTypeName("size_t")] nuint size) => DllImport.Malloc(size); + [NativeFunction("SDL3", EntryPoint = "SDL_malloc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.MallocRaw([NativeTypeName("size_t")] nuint size) => ( (delegate* unmanaged)( - _slots[703] is not null and var loadedFnPtr + _slots[705] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[703] = nativeContext.LoadFunction("SDL_malloc", "SDL3") + : _slots[705] = nativeContext.LoadFunction("SDL_malloc", "SDL3") ) )(size); @@ -85016,6 +87564,7 @@ _slots[703] is not null and var loadedFnPtr public static void* MallocRaw([NativeTypeName("size_t")] nuint size) => DllImport.MallocRaw(size); + [NativeFunction("SDL3", EntryPoint = "SDL_MapGPUTransferBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.MapGPUTransferBuffer( GPUDeviceHandle device, @@ -85024,9 +87573,9 @@ _slots[703] is not null and var loadedFnPtr ) => ( (delegate* unmanaged)( - _slots[704] is not null and var loadedFnPtr + _slots[706] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[704] = nativeContext.LoadFunction("SDL_MapGPUTransferBuffer", "SDL3") + : _slots[706] = nativeContext.LoadFunction("SDL_MapGPUTransferBuffer", "SDL3") ) )(device, transfer_buffer, cycle); @@ -85038,6 +87587,8 @@ _slots[704] is not null and var loadedFnPtr [NativeTypeName("bool")] byte cycle ) => DllImport.MapGPUTransferBuffer(device, transfer_buffer, cycle); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_MapGPUTransferBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.MapGPUTransferBuffer( GPUDeviceHandle device, @@ -85054,6 +87605,8 @@ public static Ptr MapGPUTransferBuffer( [NativeTypeName("bool")] MaybeBool cycle ) => DllImport.MapGPUTransferBuffer(device, transfer_buffer, cycle); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_MapRGB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.MapRGB( [NativeTypeName("const SDL_PixelFormatDetails *")] PixelFormatDetails* format, @@ -85064,9 +87617,9 @@ uint ISdl.MapRGB( ) => ( (delegate* unmanaged)( - _slots[705] is not null and var loadedFnPtr + _slots[707] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[705] = nativeContext.LoadFunction("SDL_MapRGB", "SDL3") + : _slots[707] = nativeContext.LoadFunction("SDL_MapRGB", "SDL3") ) )(format, palette, r, g, b); @@ -85081,6 +87634,9 @@ public static uint MapRGB( [NativeTypeName("Uint8")] byte b ) => DllImport.MapRGB(format, palette, r, g, b); + [return: NativeTypeName("Uint32")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_MapRGB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.MapRGB( [NativeTypeName("const SDL_PixelFormatDetails *")] Ref format, @@ -85109,6 +87665,8 @@ public static uint MapRGB( [NativeTypeName("Uint8")] byte b ) => DllImport.MapRGB(format, palette, r, g, b); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_MapRGBA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.MapRgba( [NativeTypeName("const SDL_PixelFormatDetails *")] PixelFormatDetails* format, @@ -85120,9 +87678,9 @@ uint ISdl.MapRgba( ) => ( (delegate* unmanaged)( - _slots[706] is not null and var loadedFnPtr + _slots[708] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[706] = nativeContext.LoadFunction("SDL_MapRGBA", "SDL3") + : _slots[708] = nativeContext.LoadFunction("SDL_MapRGBA", "SDL3") ) )(format, palette, r, g, b, a); @@ -85138,6 +87696,9 @@ public static uint MapRgba( [NativeTypeName("Uint8")] byte a ) => DllImport.MapRgba(format, palette, r, g, b, a); + [return: NativeTypeName("Uint32")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_MapRGBA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.MapRgba( [NativeTypeName("const SDL_PixelFormatDetails *")] Ref format, @@ -85168,6 +87729,8 @@ public static uint MapRgba( [NativeTypeName("Uint8")] byte a ) => DllImport.MapRgba(format, palette, r, g, b, a); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_MapSurfaceRGB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.MapSurfaceRGB( Surface* surface, @@ -85177,9 +87740,9 @@ uint ISdl.MapSurfaceRGB( ) => ( (delegate* unmanaged)( - _slots[707] is not null and var loadedFnPtr + _slots[709] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[707] = nativeContext.LoadFunction("SDL_MapSurfaceRGB", "SDL3") + : _slots[709] = nativeContext.LoadFunction("SDL_MapSurfaceRGB", "SDL3") ) )(surface, r, g, b); @@ -85193,6 +87756,9 @@ public static uint MapSurfaceRGB( [NativeTypeName("Uint8")] byte b ) => DllImport.MapSurfaceRGB(surface, r, g, b); + [return: NativeTypeName("Uint32")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_MapSurfaceRGB")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.MapSurfaceRGB( Ref surface, @@ -85218,6 +87784,8 @@ public static uint MapSurfaceRGB( [NativeTypeName("Uint8")] byte b ) => DllImport.MapSurfaceRGB(surface, r, g, b); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_MapSurfaceRGBA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.MapSurfaceRgba( Surface* surface, @@ -85228,9 +87796,9 @@ uint ISdl.MapSurfaceRgba( ) => ( (delegate* unmanaged)( - _slots[708] is not null and var loadedFnPtr + _slots[710] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[708] = nativeContext.LoadFunction("SDL_MapSurfaceRGBA", "SDL3") + : _slots[710] = nativeContext.LoadFunction("SDL_MapSurfaceRGBA", "SDL3") ) )(surface, r, g, b, a); @@ -85245,6 +87813,9 @@ public static uint MapSurfaceRgba( [NativeTypeName("Uint8")] byte a ) => DllImport.MapSurfaceRgba(surface, r, g, b, a); + [return: NativeTypeName("Uint32")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_MapSurfaceRGBA")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.MapSurfaceRgba( Ref surface, @@ -85272,6 +87843,9 @@ public static uint MapSurfaceRgba( [NativeTypeName("Uint8")] byte a ) => DllImport.MapSurfaceRgba(surface, r, g, b, a); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_MaximizeWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.MaximizeWindow(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).MaximizeWindowRaw(window); @@ -85283,13 +87857,15 @@ MaybeBool ISdl.MaximizeWindow(WindowHandle window) => public static MaybeBool MaximizeWindow(WindowHandle window) => DllImport.MaximizeWindow(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_MaximizeWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.MaximizeWindowRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[709] is not null and var loadedFnPtr + _slots[711] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[709] = nativeContext.LoadFunction("SDL_MaximizeWindow", "SDL3") + : _slots[711] = nativeContext.LoadFunction("SDL_MaximizeWindow", "SDL3") ) )(window); @@ -85299,6 +87875,7 @@ _slots[709] is not null and var loadedFnPtr public static byte MaximizeWindowRaw(WindowHandle window) => DllImport.MaximizeWindowRaw(window); + [NativeFunction("SDL3", EntryPoint = "SDL_memcmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Memcmp( [NativeTypeName("const void *")] void* s1, @@ -85307,9 +87884,9 @@ int ISdl.Memcmp( ) => ( (delegate* unmanaged)( - _slots[710] is not null and var loadedFnPtr + _slots[712] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[710] = nativeContext.LoadFunction("SDL_memcmp", "SDL3") + : _slots[712] = nativeContext.LoadFunction("SDL_memcmp", "SDL3") ) )(s1, s2, len); @@ -85321,6 +87898,8 @@ public static int Memcmp( [NativeTypeName("size_t")] nuint len ) => DllImport.Memcmp(s1, s2, len); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_memcmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Memcmp( [NativeTypeName("const void *")] Ref s1, @@ -85344,13 +87923,14 @@ public static int Memcmp( [NativeTypeName("size_t")] nuint len ) => DllImport.Memcmp(s1, s2, len); + [NativeFunction("SDL3", EntryPoint = "SDL_MemoryBarrierAcquireFunction")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.MemoryBarrierAcquireFunction() => ( (delegate* unmanaged)( - _slots[711] is not null and var loadedFnPtr + _slots[713] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[711] = nativeContext.LoadFunction( + : _slots[713] = nativeContext.LoadFunction( "SDL_MemoryBarrierAcquireFunction", "SDL3" ) @@ -85361,13 +87941,14 @@ _slots[711] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MemoryBarrierAcquireFunction() => DllImport.MemoryBarrierAcquireFunction(); + [NativeFunction("SDL3", EntryPoint = "SDL_MemoryBarrierReleaseFunction")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.MemoryBarrierReleaseFunction() => ( (delegate* unmanaged)( - _slots[712] is not null and var loadedFnPtr + _slots[714] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[712] = nativeContext.LoadFunction( + : _slots[714] = nativeContext.LoadFunction( "SDL_MemoryBarrierReleaseFunction", "SDL3" ) @@ -85378,6 +87959,7 @@ _slots[712] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void MemoryBarrierReleaseFunction() => DllImport.MemoryBarrierReleaseFunction(); + [NativeFunction("SDL3", EntryPoint = "SDL_memset4")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.Memset4( void* dst, @@ -85386,9 +87968,9 @@ _slots[712] is not null and var loadedFnPtr ) => ( (delegate* unmanaged)( - _slots[713] is not null and var loadedFnPtr + _slots[715] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[713] = nativeContext.LoadFunction("SDL_memset4", "SDL3") + : _slots[715] = nativeContext.LoadFunction("SDL_memset4", "SDL3") ) )(dst, val, dwords); @@ -85400,6 +87982,8 @@ _slots[713] is not null and var loadedFnPtr [NativeTypeName("size_t")] nuint dwords ) => DllImport.Memset4(dst, val, dwords); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_memset4")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Memset4( Ref dst, @@ -85422,6 +88006,9 @@ public static Ptr Memset4( [NativeTypeName("size_t")] nuint dwords ) => DllImport.Memset4(dst, val, dwords); + [return: NativeTypeName("SDL_MetalView")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_Metal_CreateView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.MetalCreateView(WindowHandle window) => (void*)((ISdl)this).MetalCreateViewRaw(window); @@ -85431,13 +88018,15 @@ public static Ptr Memset4( [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr MetalCreateView(WindowHandle window) => DllImport.MetalCreateView(window); + [return: NativeTypeName("SDL_MetalView")] + [NativeFunction("SDL3", EntryPoint = "SDL_Metal_CreateView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.MetalCreateViewRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[714] is not null and var loadedFnPtr + _slots[716] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[714] = nativeContext.LoadFunction("SDL_Metal_CreateView", "SDL3") + : _slots[716] = nativeContext.LoadFunction("SDL_Metal_CreateView", "SDL3") ) )(window); @@ -85447,13 +88036,14 @@ _slots[714] is not null and var loadedFnPtr public static void* MetalCreateViewRaw(WindowHandle window) => DllImport.MetalCreateViewRaw(window); + [NativeFunction("SDL3", EntryPoint = "SDL_Metal_DestroyView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.MetalDestroyView([NativeTypeName("SDL_MetalView")] void* view) => ( (delegate* unmanaged)( - _slots[715] is not null and var loadedFnPtr + _slots[717] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[715] = nativeContext.LoadFunction("SDL_Metal_DestroyView", "SDL3") + : _slots[717] = nativeContext.LoadFunction("SDL_Metal_DestroyView", "SDL3") ) )(view); @@ -85462,6 +88052,8 @@ _slots[715] is not null and var loadedFnPtr public static void MetalDestroyView([NativeTypeName("SDL_MetalView")] void* view) => DllImport.MetalDestroyView(view); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_Metal_DestroyView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.MetalDestroyView([NativeTypeName("SDL_MetalView")] Ref view) { @@ -85477,13 +88069,14 @@ void ISdl.MetalDestroyView([NativeTypeName("SDL_MetalView")] Ref view) public static void MetalDestroyView([NativeTypeName("SDL_MetalView")] Ref view) => DllImport.MetalDestroyView(view); + [NativeFunction("SDL3", EntryPoint = "SDL_Metal_GetLayer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.MetalGetLayer([NativeTypeName("SDL_MetalView")] void* view) => ( (delegate* unmanaged)( - _slots[716] is not null and var loadedFnPtr + _slots[718] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[716] = nativeContext.LoadFunction("SDL_Metal_GetLayer", "SDL3") + : _slots[718] = nativeContext.LoadFunction("SDL_Metal_GetLayer", "SDL3") ) )(view); @@ -85492,6 +88085,8 @@ _slots[716] is not null and var loadedFnPtr public static void* MetalGetLayer([NativeTypeName("SDL_MetalView")] void* view) => DllImport.MetalGetLayer(view); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_Metal_GetLayer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.MetalGetLayer([NativeTypeName("SDL_MetalView")] Ref view) { @@ -85507,6 +88102,9 @@ Ptr ISdl.MetalGetLayer([NativeTypeName("SDL_MetalView")] Ref view) public static Ptr MetalGetLayer([NativeTypeName("SDL_MetalView")] Ref view) => DllImport.MetalGetLayer(view); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_MinimizeWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.MinimizeWindow(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).MinimizeWindowRaw(window); @@ -85518,13 +88116,15 @@ MaybeBool ISdl.MinimizeWindow(WindowHandle window) => public static MaybeBool MinimizeWindow(WindowHandle window) => DllImport.MinimizeWindow(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_MinimizeWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.MinimizeWindowRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[717] is not null and var loadedFnPtr + _slots[719] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[717] = nativeContext.LoadFunction("SDL_MinimizeWindow", "SDL3") + : _slots[719] = nativeContext.LoadFunction("SDL_MinimizeWindow", "SDL3") ) )(window); @@ -85534,6 +88134,8 @@ _slots[717] is not null and var loadedFnPtr public static byte MinimizeWindowRaw(WindowHandle window) => DllImport.MinimizeWindowRaw(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_MixAudio")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.MixAudio( [NativeTypeName("Uint8 *")] byte* dst, @@ -85544,9 +88146,9 @@ float volume ) => ( (delegate* unmanaged)( - _slots[718] is not null and var loadedFnPtr + _slots[720] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[718] = nativeContext.LoadFunction("SDL_MixAudio", "SDL3") + : _slots[720] = nativeContext.LoadFunction("SDL_MixAudio", "SDL3") ) )(dst, src, format, len, volume); @@ -85561,6 +88163,9 @@ public static byte MixAudio( float volume ) => DllImport.MixAudio(dst, src, format, len, volume); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_MixAudio")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.MixAudio( [NativeTypeName("Uint8 *")] Ref dst, @@ -85590,13 +88195,14 @@ public static MaybeBool MixAudio( float volume ) => DllImport.MixAudio(dst, src, format, len, volume); + [NativeFunction("SDL3", EntryPoint = "SDL_modf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Modf(double x, double* y) => ( (delegate* unmanaged)( - _slots[719] is not null and var loadedFnPtr + _slots[721] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[719] = nativeContext.LoadFunction("SDL_modf", "SDL3") + : _slots[721] = nativeContext.LoadFunction("SDL_modf", "SDL3") ) )(x, y); @@ -85604,6 +88210,8 @@ _slots[719] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Modf(double x, double* y) => DllImport.Modf(x, y); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_modf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Modf(double x, Ref y) { @@ -85618,13 +88226,14 @@ double ISdl.Modf(double x, Ref y) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Modf(double x, Ref y) => DllImport.Modf(x, y); + [NativeFunction("SDL3", EntryPoint = "SDL_modff")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Modff(float x, float* y) => ( (delegate* unmanaged)( - _slots[720] is not null and var loadedFnPtr + _slots[722] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[720] = nativeContext.LoadFunction("SDL_modff", "SDL3") + : _slots[722] = nativeContext.LoadFunction("SDL_modff", "SDL3") ) )(x, y); @@ -85632,6 +88241,8 @@ _slots[720] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Modff(float x, float* y) => DllImport.Modff(x, y); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_modff")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Modff(float x, Ref y) { @@ -85646,6 +88257,8 @@ float ISdl.Modff(float x, Ref y) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Modff(float x, Ref y) => DllImport.Modff(x, y); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_murmur3_32")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.Murmur3X32( [NativeTypeName("const void *")] void* data, @@ -85654,9 +88267,9 @@ uint ISdl.Murmur3X32( ) => ( (delegate* unmanaged)( - _slots[721] is not null and var loadedFnPtr + _slots[723] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[721] = nativeContext.LoadFunction("SDL_murmur3_32", "SDL3") + : _slots[723] = nativeContext.LoadFunction("SDL_murmur3_32", "SDL3") ) )(data, len, seed); @@ -85669,6 +88282,9 @@ public static uint Murmur3X32( [NativeTypeName("Uint32")] uint seed ) => DllImport.Murmur3X32(data, len, seed); + [return: NativeTypeName("Uint32")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_murmur3_32")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.Murmur3X32( [NativeTypeName("const void *")] Ref data, @@ -85692,13 +88308,14 @@ public static uint Murmur3X32( [NativeTypeName("Uint32")] uint seed ) => DllImport.Murmur3X32(data, len, seed); + [NativeFunction("SDL3", EntryPoint = "SDL_OnApplicationDidEnterBackground")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.OnApplicationDidEnterBackground() => ( (delegate* unmanaged)( - _slots[722] is not null and var loadedFnPtr + _slots[724] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[722] = nativeContext.LoadFunction( + : _slots[724] = nativeContext.LoadFunction( "SDL_OnApplicationDidEnterBackground", "SDL3" ) @@ -85710,13 +88327,14 @@ _slots[722] is not null and var loadedFnPtr public static void OnApplicationDidEnterBackground() => DllImport.OnApplicationDidEnterBackground(); + [NativeFunction("SDL3", EntryPoint = "SDL_OnApplicationDidEnterForeground")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.OnApplicationDidEnterForeground() => ( (delegate* unmanaged)( - _slots[723] is not null and var loadedFnPtr + _slots[725] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[723] = nativeContext.LoadFunction( + : _slots[725] = nativeContext.LoadFunction( "SDL_OnApplicationDidEnterForeground", "SDL3" ) @@ -85728,13 +88346,14 @@ _slots[723] is not null and var loadedFnPtr public static void OnApplicationDidEnterForeground() => DllImport.OnApplicationDidEnterForeground(); + [NativeFunction("SDL3", EntryPoint = "SDL_OnApplicationDidReceiveMemoryWarning")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.OnApplicationDidReceiveMemoryWarning() => ( (delegate* unmanaged)( - _slots[724] is not null and var loadedFnPtr + _slots[726] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[724] = nativeContext.LoadFunction( + : _slots[726] = nativeContext.LoadFunction( "SDL_OnApplicationDidReceiveMemoryWarning", "SDL3" ) @@ -85746,13 +88365,14 @@ _slots[724] is not null and var loadedFnPtr public static void OnApplicationDidReceiveMemoryWarning() => DllImport.OnApplicationDidReceiveMemoryWarning(); + [NativeFunction("SDL3", EntryPoint = "SDL_OnApplicationWillEnterBackground")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.OnApplicationWillEnterBackground() => ( (delegate* unmanaged)( - _slots[725] is not null and var loadedFnPtr + _slots[727] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[725] = nativeContext.LoadFunction( + : _slots[727] = nativeContext.LoadFunction( "SDL_OnApplicationWillEnterBackground", "SDL3" ) @@ -85764,13 +88384,14 @@ _slots[725] is not null and var loadedFnPtr public static void OnApplicationWillEnterBackground() => DllImport.OnApplicationWillEnterBackground(); + [NativeFunction("SDL3", EntryPoint = "SDL_OnApplicationWillEnterForeground")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.OnApplicationWillEnterForeground() => ( (delegate* unmanaged)( - _slots[726] is not null and var loadedFnPtr + _slots[728] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[726] = nativeContext.LoadFunction( + : _slots[728] = nativeContext.LoadFunction( "SDL_OnApplicationWillEnterForeground", "SDL3" ) @@ -85782,13 +88403,14 @@ _slots[726] is not null and var loadedFnPtr public static void OnApplicationWillEnterForeground() => DllImport.OnApplicationWillEnterForeground(); + [NativeFunction("SDL3", EntryPoint = "SDL_OnApplicationWillTerminate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.OnApplicationWillTerminate() => ( (delegate* unmanaged)( - _slots[727] is not null and var loadedFnPtr + _slots[729] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[727] = nativeContext.LoadFunction( + : _slots[729] = nativeContext.LoadFunction( "SDL_OnApplicationWillTerminate", "SDL3" ) @@ -85799,6 +88421,8 @@ _slots[727] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void OnApplicationWillTerminate() => DllImport.OnApplicationWillTerminate(); + [return: NativeTypeName("SDL_AudioDeviceID")] + [NativeFunction("SDL3", EntryPoint = "SDL_OpenAudioDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.OpenAudioDevice( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -85806,9 +88430,9 @@ uint ISdl.OpenAudioDevice( ) => ( (delegate* unmanaged)( - _slots[728] is not null and var loadedFnPtr + _slots[730] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[728] = nativeContext.LoadFunction("SDL_OpenAudioDevice", "SDL3") + : _slots[730] = nativeContext.LoadFunction("SDL_OpenAudioDevice", "SDL3") ) )(devid, spec); @@ -85820,6 +88444,9 @@ public static uint OpenAudioDevice( [NativeTypeName("const SDL_AudioSpec *")] AudioSpec* spec ) => DllImport.OpenAudioDevice(devid, spec); + [return: NativeTypeName("SDL_AudioDeviceID")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_OpenAudioDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.OpenAudioDevice( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -85841,6 +88468,7 @@ public static uint OpenAudioDevice( [NativeTypeName("const SDL_AudioSpec *")] Ref spec ) => DllImport.OpenAudioDevice(devid, spec); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenAudioDeviceStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] AudioStreamHandle ISdl.OpenAudioDeviceStream( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -85850,9 +88478,9 @@ AudioStreamHandle ISdl.OpenAudioDeviceStream( ) => ( (delegate* unmanaged)( - _slots[729] is not null and var loadedFnPtr + _slots[731] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[729] = nativeContext.LoadFunction("SDL_OpenAudioDeviceStream", "SDL3") + : _slots[731] = nativeContext.LoadFunction("SDL_OpenAudioDeviceStream", "SDL3") ) )(devid, spec, callback, userdata); @@ -85865,6 +88493,8 @@ public static AudioStreamHandle OpenAudioDeviceStream( void* userdata ) => DllImport.OpenAudioDeviceStream(devid, spec, callback, userdata); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_OpenAudioDeviceStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] AudioStreamHandle ISdl.OpenAudioDeviceStream( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -85891,6 +88521,7 @@ public static AudioStreamHandle OpenAudioDeviceStream( Ref userdata ) => DllImport.OpenAudioDeviceStream(devid, spec, callback, userdata); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenCamera")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] CameraHandle ISdl.OpenCamera( [NativeTypeName("SDL_CameraID")] uint instance_id, @@ -85898,9 +88529,9 @@ CameraHandle ISdl.OpenCamera( ) => ( (delegate* unmanaged)( - _slots[730] is not null and var loadedFnPtr + _slots[732] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[730] = nativeContext.LoadFunction("SDL_OpenCamera", "SDL3") + : _slots[732] = nativeContext.LoadFunction("SDL_OpenCamera", "SDL3") ) )(instance_id, spec); @@ -85911,6 +88542,8 @@ public static CameraHandle OpenCamera( [NativeTypeName("const SDL_CameraSpec *")] CameraSpec* spec ) => DllImport.OpenCamera(instance_id, spec); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_OpenCamera")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] CameraHandle ISdl.OpenCamera( [NativeTypeName("SDL_CameraID")] uint instance_id, @@ -85931,13 +88564,14 @@ public static CameraHandle OpenCamera( [NativeTypeName("const SDL_CameraSpec *")] Ref spec ) => DllImport.OpenCamera(instance_id, spec); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenFileStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] StorageHandle ISdl.OpenFileStorage([NativeTypeName("const char *")] sbyte* path) => ( (delegate* unmanaged)( - _slots[731] is not null and var loadedFnPtr + _slots[733] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[731] = nativeContext.LoadFunction("SDL_OpenFileStorage", "SDL3") + : _slots[733] = nativeContext.LoadFunction("SDL_OpenFileStorage", "SDL3") ) )(path); @@ -85946,6 +88580,8 @@ _slots[731] is not null and var loadedFnPtr public static StorageHandle OpenFileStorage([NativeTypeName("const char *")] sbyte* path) => DllImport.OpenFileStorage(path); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_OpenFileStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] StorageHandle ISdl.OpenFileStorage([NativeTypeName("const char *")] Ref path) { @@ -85961,13 +88597,14 @@ StorageHandle ISdl.OpenFileStorage([NativeTypeName("const char *")] Ref p public static StorageHandle OpenFileStorage([NativeTypeName("const char *")] Ref path) => DllImport.OpenFileStorage(path); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenGamepad")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GamepadHandle ISdl.OpenGamepad([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[732] is not null and var loadedFnPtr + _slots[734] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[732] = nativeContext.LoadFunction("SDL_OpenGamepad", "SDL3") + : _slots[734] = nativeContext.LoadFunction("SDL_OpenGamepad", "SDL3") ) )(instance_id); @@ -85976,13 +88613,14 @@ _slots[732] is not null and var loadedFnPtr public static GamepadHandle OpenGamepad([NativeTypeName("SDL_JoystickID")] uint instance_id) => DllImport.OpenGamepad(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenHaptic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] HapticHandle ISdl.OpenHaptic([NativeTypeName("SDL_HapticID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[733] is not null and var loadedFnPtr + _slots[735] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[733] = nativeContext.LoadFunction("SDL_OpenHaptic", "SDL3") + : _slots[735] = nativeContext.LoadFunction("SDL_OpenHaptic", "SDL3") ) )(instance_id); @@ -85991,13 +88629,14 @@ _slots[733] is not null and var loadedFnPtr public static HapticHandle OpenHaptic([NativeTypeName("SDL_HapticID")] uint instance_id) => DllImport.OpenHaptic(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenHapticFromJoystick")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] HapticHandle ISdl.OpenHapticFromJoystick(JoystickHandle joystick) => ( (delegate* unmanaged)( - _slots[734] is not null and var loadedFnPtr + _slots[736] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[734] = nativeContext.LoadFunction("SDL_OpenHapticFromJoystick", "SDL3") + : _slots[736] = nativeContext.LoadFunction("SDL_OpenHapticFromJoystick", "SDL3") ) )(joystick); @@ -86006,13 +88645,14 @@ _slots[734] is not null and var loadedFnPtr public static HapticHandle OpenHapticFromJoystick(JoystickHandle joystick) => DllImport.OpenHapticFromJoystick(joystick); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenHapticFromMouse")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] HapticHandle ISdl.OpenHapticFromMouse() => ( (delegate* unmanaged)( - _slots[735] is not null and var loadedFnPtr + _slots[737] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[735] = nativeContext.LoadFunction("SDL_OpenHapticFromMouse", "SDL3") + : _slots[737] = nativeContext.LoadFunction("SDL_OpenHapticFromMouse", "SDL3") ) )(); @@ -86020,6 +88660,7 @@ _slots[735] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static HapticHandle OpenHapticFromMouse() => DllImport.OpenHapticFromMouse(); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IOStreamHandle ISdl.OpenIO( [NativeTypeName("const SDL_IOStreamInterface *")] IOStreamInterface* iface, @@ -86027,9 +88668,9 @@ IOStreamHandle ISdl.OpenIO( ) => ( (delegate* unmanaged)( - _slots[736] is not null and var loadedFnPtr + _slots[738] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[736] = nativeContext.LoadFunction("SDL_OpenIO", "SDL3") + : _slots[738] = nativeContext.LoadFunction("SDL_OpenIO", "SDL3") ) )(iface, userdata); @@ -86040,6 +88681,8 @@ public static IOStreamHandle OpenIO( void* userdata ) => DllImport.OpenIO(iface, userdata); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_OpenIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] IOStreamHandle ISdl.OpenIO( [NativeTypeName("const SDL_IOStreamInterface *")] Ref iface, @@ -86061,13 +88704,14 @@ public static IOStreamHandle OpenIO( Ref userdata ) => DllImport.OpenIO(iface, userdata); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenJoystick")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] JoystickHandle ISdl.OpenJoystick([NativeTypeName("SDL_JoystickID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[737] is not null and var loadedFnPtr + _slots[739] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[737] = nativeContext.LoadFunction("SDL_OpenJoystick", "SDL3") + : _slots[739] = nativeContext.LoadFunction("SDL_OpenJoystick", "SDL3") ) )(instance_id); @@ -86077,13 +88721,14 @@ public static JoystickHandle OpenJoystick( [NativeTypeName("SDL_JoystickID")] uint instance_id ) => DllImport.OpenJoystick(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenSensor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] SensorHandle ISdl.OpenSensor([NativeTypeName("SDL_SensorID")] uint instance_id) => ( (delegate* unmanaged)( - _slots[738] is not null and var loadedFnPtr + _slots[740] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[738] = nativeContext.LoadFunction("SDL_OpenSensor", "SDL3") + : _slots[740] = nativeContext.LoadFunction("SDL_OpenSensor", "SDL3") ) )(instance_id); @@ -86092,6 +88737,7 @@ _slots[738] is not null and var loadedFnPtr public static SensorHandle OpenSensor([NativeTypeName("SDL_SensorID")] uint instance_id) => DllImport.OpenSensor(instance_id); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] StorageHandle ISdl.OpenStorage( [NativeTypeName("const SDL_StorageInterface *")] StorageInterface* iface, @@ -86099,9 +88745,9 @@ StorageHandle ISdl.OpenStorage( ) => ( (delegate* unmanaged)( - _slots[739] is not null and var loadedFnPtr + _slots[741] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[739] = nativeContext.LoadFunction("SDL_OpenStorage", "SDL3") + : _slots[741] = nativeContext.LoadFunction("SDL_OpenStorage", "SDL3") ) )(iface, userdata); @@ -86112,6 +88758,8 @@ public static StorageHandle OpenStorage( void* userdata ) => DllImport.OpenStorage(iface, userdata); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_OpenStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] StorageHandle ISdl.OpenStorage( [NativeTypeName("const SDL_StorageInterface *")] Ref iface, @@ -86133,6 +88781,7 @@ public static StorageHandle OpenStorage( Ref userdata ) => DllImport.OpenStorage(iface, userdata); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenTitleStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] StorageHandle ISdl.OpenTitleStorage( [NativeTypeName("const char *")] sbyte* @override, @@ -86140,9 +88789,9 @@ StorageHandle ISdl.OpenTitleStorage( ) => ( (delegate* unmanaged)( - _slots[740] is not null and var loadedFnPtr + _slots[742] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[740] = nativeContext.LoadFunction("SDL_OpenTitleStorage", "SDL3") + : _slots[742] = nativeContext.LoadFunction("SDL_OpenTitleStorage", "SDL3") ) )(@override, props); @@ -86153,6 +88802,8 @@ public static StorageHandle OpenTitleStorage( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.OpenTitleStorage(@override, props); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_OpenTitleStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] StorageHandle ISdl.OpenTitleStorage( [NativeTypeName("const char *")] Ref @override, @@ -86173,13 +88824,15 @@ public static StorageHandle OpenTitleStorage( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.OpenTitleStorage(@override, props); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_OpenURL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.OpenURL([NativeTypeName("const char *")] sbyte* url) => ( (delegate* unmanaged)( - _slots[741] is not null and var loadedFnPtr + _slots[743] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[741] = nativeContext.LoadFunction("SDL_OpenURL", "SDL3") + : _slots[743] = nativeContext.LoadFunction("SDL_OpenURL", "SDL3") ) )(url); @@ -86189,6 +88842,9 @@ _slots[741] is not null and var loadedFnPtr public static byte OpenURL([NativeTypeName("const char *")] sbyte* url) => DllImport.OpenURL(url); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_OpenURL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.OpenURL([NativeTypeName("const char *")] Ref url) { @@ -86205,6 +88861,7 @@ MaybeBool ISdl.OpenURL([NativeTypeName("const char *")] Ref url) public static MaybeBool OpenURL([NativeTypeName("const char *")] Ref url) => DllImport.OpenURL(url); + [NativeFunction("SDL3", EntryPoint = "SDL_OpenUserStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] StorageHandle ISdl.OpenUserStorage( [NativeTypeName("const char *")] sbyte* org, @@ -86213,9 +88870,9 @@ StorageHandle ISdl.OpenUserStorage( ) => ( (delegate* unmanaged)( - _slots[742] is not null and var loadedFnPtr + _slots[744] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[742] = nativeContext.LoadFunction("SDL_OpenUserStorage", "SDL3") + : _slots[744] = nativeContext.LoadFunction("SDL_OpenUserStorage", "SDL3") ) )(org, app, props); @@ -86227,6 +88884,8 @@ public static StorageHandle OpenUserStorage( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.OpenUserStorage(org, app, props); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_OpenUserStorage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] StorageHandle ISdl.OpenUserStorage( [NativeTypeName("const char *")] Ref org, @@ -86250,6 +88909,9 @@ public static StorageHandle OpenUserStorage( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.OpenUserStorage(org, app, props); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_OutOfMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.OutOfMemory() => (MaybeBool)(byte)((ISdl)this).OutOfMemoryRaw(); @@ -86259,13 +88921,15 @@ public static StorageHandle OpenUserStorage( [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool OutOfMemory() => DllImport.OutOfMemory(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_OutOfMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.OutOfMemoryRaw() => ( (delegate* unmanaged)( - _slots[743] is not null and var loadedFnPtr + _slots[745] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[743] = nativeContext.LoadFunction("SDL_OutOfMemory", "SDL3") + : _slots[745] = nativeContext.LoadFunction("SDL_OutOfMemory", "SDL3") ) )(); @@ -86274,6 +88938,9 @@ _slots[743] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte OutOfMemoryRaw() => DllImport.OutOfMemoryRaw(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PauseAudioDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.PauseAudioDevice([NativeTypeName("SDL_AudioDeviceID")] uint devid) => (MaybeBool)(byte)((ISdl)this).PauseAudioDeviceRaw(devid); @@ -86286,13 +88953,15 @@ public static MaybeBool PauseAudioDevice( [NativeTypeName("SDL_AudioDeviceID")] uint devid ) => DllImport.PauseAudioDevice(devid); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_PauseAudioDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.PauseAudioDeviceRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid) => ( (delegate* unmanaged)( - _slots[744] is not null and var loadedFnPtr + _slots[746] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[744] = nativeContext.LoadFunction("SDL_PauseAudioDevice", "SDL3") + : _slots[746] = nativeContext.LoadFunction("SDL_PauseAudioDevice", "SDL3") ) )(devid); @@ -86302,6 +88971,9 @@ _slots[744] is not null and var loadedFnPtr public static byte PauseAudioDeviceRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid) => DllImport.PauseAudioDeviceRaw(devid); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PauseAudioStreamDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.PauseAudioStreamDevice(AudioStreamHandle stream) => (MaybeBool)(byte)((ISdl)this).PauseAudioStreamDeviceRaw(stream); @@ -86313,13 +88985,15 @@ MaybeBool ISdl.PauseAudioStreamDevice(AudioStreamHandle stream) => public static MaybeBool PauseAudioStreamDevice(AudioStreamHandle stream) => DllImport.PauseAudioStreamDevice(stream); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_PauseAudioStreamDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.PauseAudioStreamDeviceRaw(AudioStreamHandle stream) => ( (delegate* unmanaged)( - _slots[745] is not null and var loadedFnPtr + _slots[747] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[745] = nativeContext.LoadFunction("SDL_PauseAudioStreamDevice", "SDL3") + : _slots[747] = nativeContext.LoadFunction("SDL_PauseAudioStreamDevice", "SDL3") ) )(stream); @@ -86329,6 +89003,9 @@ _slots[745] is not null and var loadedFnPtr public static byte PauseAudioStreamDeviceRaw(AudioStreamHandle stream) => DllImport.PauseAudioStreamDeviceRaw(stream); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PauseHaptic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.PauseHaptic(HapticHandle haptic) => (MaybeBool)(byte)((ISdl)this).PauseHapticRaw(haptic); @@ -86339,13 +89016,15 @@ MaybeBool ISdl.PauseHaptic(HapticHandle haptic) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool PauseHaptic(HapticHandle haptic) => DllImport.PauseHaptic(haptic); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_PauseHaptic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.PauseHapticRaw(HapticHandle haptic) => ( (delegate* unmanaged)( - _slots[746] is not null and var loadedFnPtr + _slots[748] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[746] = nativeContext.LoadFunction("SDL_PauseHaptic", "SDL3") + : _slots[748] = nativeContext.LoadFunction("SDL_PauseHaptic", "SDL3") ) )(haptic); @@ -86354,6 +89033,7 @@ _slots[746] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte PauseHapticRaw(HapticHandle haptic) => DllImport.PauseHapticRaw(haptic); + [NativeFunction("SDL3", EntryPoint = "SDL_PeepEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.PeepEvents( Event* events, @@ -86364,9 +89044,9 @@ int ISdl.PeepEvents( ) => ( (delegate* unmanaged)( - _slots[747] is not null and var loadedFnPtr + _slots[749] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[747] = nativeContext.LoadFunction("SDL_PeepEvents", "SDL3") + : _slots[749] = nativeContext.LoadFunction("SDL_PeepEvents", "SDL3") ) )(events, numevents, action, minType, maxType); @@ -86380,6 +89060,8 @@ public static int PeepEvents( [NativeTypeName("Uint32")] uint maxType ) => DllImport.PeepEvents(events, numevents, action, minType, maxType); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PeepEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.PeepEvents( Ref events, @@ -86406,6 +89088,9 @@ public static int PeepEvents( [NativeTypeName("Uint32")] uint maxType ) => DllImport.PeepEvents(events, numevents, action, minType, maxType); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PlayHapticRumble")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.PlayHapticRumble( HapticHandle haptic, @@ -86423,6 +89108,8 @@ public static MaybeBool PlayHapticRumble( [NativeTypeName("Uint32")] uint length ) => DllImport.PlayHapticRumble(haptic, strength, length); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_PlayHapticRumble")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.PlayHapticRumbleRaw( HapticHandle haptic, @@ -86431,9 +89118,9 @@ byte ISdl.PlayHapticRumbleRaw( ) => ( (delegate* unmanaged)( - _slots[748] is not null and var loadedFnPtr + _slots[750] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[748] = nativeContext.LoadFunction("SDL_PlayHapticRumble", "SDL3") + : _slots[750] = nativeContext.LoadFunction("SDL_PlayHapticRumble", "SDL3") ) )(haptic, strength, length); @@ -86446,13 +89133,15 @@ public static byte PlayHapticRumbleRaw( [NativeTypeName("Uint32")] uint length ) => DllImport.PlayHapticRumbleRaw(haptic, strength, length); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_PollEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.PollEvent(Event* @event) => ( (delegate* unmanaged)( - _slots[749] is not null and var loadedFnPtr + _slots[751] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[749] = nativeContext.LoadFunction("SDL_PollEvent", "SDL3") + : _slots[751] = nativeContext.LoadFunction("SDL_PollEvent", "SDL3") ) )(@event); @@ -86461,6 +89150,9 @@ _slots[749] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte PollEvent(Event* @event) => DllImport.PollEvent(@event); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PollEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.PollEvent(Ref @event) { @@ -86476,13 +89168,14 @@ MaybeBool ISdl.PollEvent(Ref @event) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool PollEvent(Ref @event) => DllImport.PollEvent(@event); + [NativeFunction("SDL3", EntryPoint = "SDL_PopGPUDebugGroup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.PopGPUDebugGroup(GPUCommandBufferHandle command_buffer) => ( (delegate* unmanaged)( - _slots[750] is not null and var loadedFnPtr + _slots[752] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[750] = nativeContext.LoadFunction("SDL_PopGPUDebugGroup", "SDL3") + : _slots[752] = nativeContext.LoadFunction("SDL_PopGPUDebugGroup", "SDL3") ) )(command_buffer); @@ -86491,13 +89184,14 @@ _slots[750] is not null and var loadedFnPtr public static void PopGPUDebugGroup(GPUCommandBufferHandle command_buffer) => DllImport.PopGPUDebugGroup(command_buffer); + [NativeFunction("SDL3", EntryPoint = "SDL_pow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Pow(double x, double y) => ( (delegate* unmanaged)( - _slots[751] is not null and var loadedFnPtr + _slots[753] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[751] = nativeContext.LoadFunction("SDL_pow", "SDL3") + : _slots[753] = nativeContext.LoadFunction("SDL_pow", "SDL3") ) )(x, y); @@ -86505,13 +89199,14 @@ _slots[751] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Pow(double x, double y) => DllImport.Pow(x, y); + [NativeFunction("SDL3", EntryPoint = "SDL_powf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Powf(float x, float y) => ( (delegate* unmanaged)( - _slots[752] is not null and var loadedFnPtr + _slots[754] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[752] = nativeContext.LoadFunction("SDL_powf", "SDL3") + : _slots[754] = nativeContext.LoadFunction("SDL_powf", "SDL3") ) )(x, y); @@ -86519,6 +89214,8 @@ _slots[752] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Powf(float x, float y) => DllImport.Powf(x, y); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_PremultiplyAlpha")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.PremultiplyAlpha( int width, @@ -86543,9 +89240,9 @@ byte ISdl.PremultiplyAlpha( int, byte, byte>)( - _slots[753] is not null and var loadedFnPtr + _slots[755] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[753] = nativeContext.LoadFunction("SDL_PremultiplyAlpha", "SDL3") + : _slots[755] = nativeContext.LoadFunction("SDL_PremultiplyAlpha", "SDL3") ) )(width, height, src_format, src, src_pitch, dst_format, dst, dst_pitch, linear); @@ -86575,6 +89272,9 @@ public static byte PremultiplyAlpha( linear ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PremultiplyAlpha")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.PremultiplyAlpha( int width, @@ -86634,13 +89334,15 @@ public static MaybeBool PremultiplyAlpha( linear ); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_PremultiplySurfaceAlpha")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.PremultiplySurfaceAlpha(Surface* surface, [NativeTypeName("bool")] byte linear) => ( (delegate* unmanaged)( - _slots[754] is not null and var loadedFnPtr + _slots[756] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[754] = nativeContext.LoadFunction( + : _slots[756] = nativeContext.LoadFunction( "SDL_PremultiplySurfaceAlpha", "SDL3" ) @@ -86655,6 +89357,9 @@ public static byte PremultiplySurfaceAlpha( [NativeTypeName("bool")] byte linear ) => DllImport.PremultiplySurfaceAlpha(surface, linear); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PremultiplySurfaceAlpha")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.PremultiplySurfaceAlpha( Ref surface, @@ -86677,13 +89382,14 @@ public static MaybeBool PremultiplySurfaceAlpha( [NativeTypeName("bool")] MaybeBool linear ) => DllImport.PremultiplySurfaceAlpha(surface, linear); + [NativeFunction("SDL3", EntryPoint = "SDL_PumpEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.PumpEvents() => ( (delegate* unmanaged)( - _slots[755] is not null and var loadedFnPtr + _slots[757] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[755] = nativeContext.LoadFunction("SDL_PumpEvents", "SDL3") + : _slots[757] = nativeContext.LoadFunction("SDL_PumpEvents", "SDL3") ) )(); @@ -86691,13 +89397,15 @@ _slots[755] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void PumpEvents() => DllImport.PumpEvents(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_PushEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.PushEvent(Event* @event) => ( (delegate* unmanaged)( - _slots[756] is not null and var loadedFnPtr + _slots[758] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[756] = nativeContext.LoadFunction("SDL_PushEvent", "SDL3") + : _slots[758] = nativeContext.LoadFunction("SDL_PushEvent", "SDL3") ) )(@event); @@ -86706,6 +89414,9 @@ _slots[756] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte PushEvent(Event* @event) => DllImport.PushEvent(@event); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PushEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.PushEvent(Ref @event) { @@ -86721,6 +89432,7 @@ MaybeBool ISdl.PushEvent(Ref @event) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool PushEvent(Ref @event) => DllImport.PushEvent(@event); + [NativeFunction("SDL3", EntryPoint = "SDL_PushGPUComputeUniformData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.PushGPUComputeUniformData( GPUCommandBufferHandle command_buffer, @@ -86730,9 +89442,9 @@ void ISdl.PushGPUComputeUniformData( ) => ( (delegate* unmanaged)( - _slots[757] is not null and var loadedFnPtr + _slots[759] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[757] = nativeContext.LoadFunction( + : _slots[759] = nativeContext.LoadFunction( "SDL_PushGPUComputeUniformData", "SDL3" ) @@ -86748,6 +89460,8 @@ public static void PushGPUComputeUniformData( [NativeTypeName("Uint32")] uint length ) => DllImport.PushGPUComputeUniformData(command_buffer, slot_index, data, length); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PushGPUComputeUniformData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.PushGPUComputeUniformData( GPUCommandBufferHandle command_buffer, @@ -86772,6 +89486,7 @@ public static void PushGPUComputeUniformData( [NativeTypeName("Uint32")] uint length ) => DllImport.PushGPUComputeUniformData(command_buffer, slot_index, data, length); + [NativeFunction("SDL3", EntryPoint = "SDL_PushGPUDebugGroup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.PushGPUDebugGroup( GPUCommandBufferHandle command_buffer, @@ -86779,9 +89494,9 @@ void ISdl.PushGPUDebugGroup( ) => ( (delegate* unmanaged)( - _slots[758] is not null and var loadedFnPtr + _slots[760] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[758] = nativeContext.LoadFunction("SDL_PushGPUDebugGroup", "SDL3") + : _slots[760] = nativeContext.LoadFunction("SDL_PushGPUDebugGroup", "SDL3") ) )(command_buffer, name); @@ -86792,6 +89507,8 @@ public static void PushGPUDebugGroup( [NativeTypeName("const char *")] sbyte* name ) => DllImport.PushGPUDebugGroup(command_buffer, name); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PushGPUDebugGroup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.PushGPUDebugGroup( GPUCommandBufferHandle command_buffer, @@ -86812,6 +89529,7 @@ public static void PushGPUDebugGroup( [NativeTypeName("const char *")] Ref name ) => DllImport.PushGPUDebugGroup(command_buffer, name); + [NativeFunction("SDL3", EntryPoint = "SDL_PushGPUFragmentUniformData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.PushGPUFragmentUniformData( GPUCommandBufferHandle command_buffer, @@ -86821,9 +89539,9 @@ void ISdl.PushGPUFragmentUniformData( ) => ( (delegate* unmanaged)( - _slots[759] is not null and var loadedFnPtr + _slots[761] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[759] = nativeContext.LoadFunction( + : _slots[761] = nativeContext.LoadFunction( "SDL_PushGPUFragmentUniformData", "SDL3" ) @@ -86839,6 +89557,8 @@ public static void PushGPUFragmentUniformData( [NativeTypeName("Uint32")] uint length ) => DllImport.PushGPUFragmentUniformData(command_buffer, slot_index, data, length); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PushGPUFragmentUniformData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.PushGPUFragmentUniformData( GPUCommandBufferHandle command_buffer, @@ -86863,6 +89583,7 @@ public static void PushGPUFragmentUniformData( [NativeTypeName("Uint32")] uint length ) => DllImport.PushGPUFragmentUniformData(command_buffer, slot_index, data, length); + [NativeFunction("SDL3", EntryPoint = "SDL_PushGPUVertexUniformData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.PushGPUVertexUniformData( GPUCommandBufferHandle command_buffer, @@ -86872,9 +89593,9 @@ void ISdl.PushGPUVertexUniformData( ) => ( (delegate* unmanaged)( - _slots[760] is not null and var loadedFnPtr + _slots[762] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[760] = nativeContext.LoadFunction( + : _slots[762] = nativeContext.LoadFunction( "SDL_PushGPUVertexUniformData", "SDL3" ) @@ -86890,6 +89611,8 @@ public static void PushGPUVertexUniformData( [NativeTypeName("Uint32")] uint length ) => DllImport.PushGPUVertexUniformData(command_buffer, slot_index, data, length); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PushGPUVertexUniformData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.PushGPUVertexUniformData( GPUCommandBufferHandle command_buffer, @@ -86914,6 +89637,8 @@ public static void PushGPUVertexUniformData( [NativeTypeName("Uint32")] uint length ) => DllImport.PushGPUVertexUniformData(command_buffer, slot_index, data, length); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_PutAudioStreamData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.PutAudioStreamData( AudioStreamHandle stream, @@ -86922,9 +89647,9 @@ int len ) => ( (delegate* unmanaged)( - _slots[761] is not null and var loadedFnPtr + _slots[763] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[761] = nativeContext.LoadFunction("SDL_PutAudioStreamData", "SDL3") + : _slots[763] = nativeContext.LoadFunction("SDL_PutAudioStreamData", "SDL3") ) )(stream, buf, len); @@ -86937,6 +89662,9 @@ public static byte PutAudioStreamData( int len ) => DllImport.PutAudioStreamData(stream, buf, len); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_PutAudioStreamData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.PutAudioStreamData( AudioStreamHandle stream, @@ -86960,6 +89688,7 @@ public static MaybeBool PutAudioStreamData( int len ) => DllImport.PutAudioStreamData(stream, buf, len); + [NativeFunction("SDL3", EntryPoint = "SDL_qsort")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.Qsort( void* @base, @@ -86969,9 +89698,9 @@ void ISdl.Qsort( ) => ( (delegate* unmanaged)( - _slots[762] is not null and var loadedFnPtr + _slots[764] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[762] = nativeContext.LoadFunction("SDL_qsort", "SDL3") + : _slots[764] = nativeContext.LoadFunction("SDL_qsort", "SDL3") ) )(@base, nmemb, size, compare); @@ -86984,6 +89713,8 @@ public static void Qsort( [NativeTypeName("SDL_CompareCallback")] CompareCallback compare ) => DllImport.Qsort(@base, nmemb, size, compare); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_qsort")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.Qsort( Ref @base, @@ -87008,6 +89739,7 @@ public static void Qsort( [NativeTypeName("SDL_CompareCallback")] CompareCallback compare ) => DllImport.Qsort(@base, nmemb, size, compare); + [NativeFunction("SDL3", EntryPoint = "SDL_qsort_r")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.QsortR( void* @base, @@ -87018,9 +89750,9 @@ void ISdl.QsortR( ) => ( (delegate* unmanaged)( - _slots[763] is not null and var loadedFnPtr + _slots[765] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[763] = nativeContext.LoadFunction("SDL_qsort_r", "SDL3") + : _slots[765] = nativeContext.LoadFunction("SDL_qsort_r", "SDL3") ) )(@base, nmemb, size, compare, userdata); @@ -87034,6 +89766,8 @@ public static void QsortR( void* userdata ) => DllImport.QsortR(@base, nmemb, size, compare, userdata); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_qsort_r")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.QsortR( Ref @base, @@ -87061,6 +89795,9 @@ public static void QsortR( Ref userdata ) => DllImport.QsortR(@base, nmemb, size, compare, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_QueryGPUFence")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.QueryGPUFence(GPUDeviceHandle device, GPUFenceHandle fence) => (MaybeBool)(byte)((ISdl)this).QueryGPUFenceRaw(device, fence); @@ -87072,13 +89809,15 @@ MaybeBool ISdl.QueryGPUFence(GPUDeviceHandle device, GPUFenceHandle fence) public static MaybeBool QueryGPUFence(GPUDeviceHandle device, GPUFenceHandle fence) => DllImport.QueryGPUFence(device, fence); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_QueryGPUFence")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.QueryGPUFenceRaw(GPUDeviceHandle device, GPUFenceHandle fence) => ( (delegate* unmanaged)( - _slots[764] is not null and var loadedFnPtr + _slots[766] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[764] = nativeContext.LoadFunction("SDL_QueryGPUFence", "SDL3") + : _slots[766] = nativeContext.LoadFunction("SDL_QueryGPUFence", "SDL3") ) )(device, fence); @@ -87088,13 +89827,14 @@ _slots[764] is not null and var loadedFnPtr public static byte QueryGPUFenceRaw(GPUDeviceHandle device, GPUFenceHandle fence) => DllImport.QueryGPUFenceRaw(device, fence); + [NativeFunction("SDL3", EntryPoint = "SDL_Quit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.Quit() => ( (delegate* unmanaged)( - _slots[765] is not null and var loadedFnPtr + _slots[767] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[765] = nativeContext.LoadFunction("SDL_Quit", "SDL3") + : _slots[767] = nativeContext.LoadFunction("SDL_Quit", "SDL3") ) )(); @@ -87102,13 +89842,14 @@ _slots[765] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Quit() => DllImport.Quit(); + [NativeFunction("SDL3", EntryPoint = "SDL_QuitSubSystem")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.QuitSubSystem([NativeTypeName("SDL_InitFlags")] uint flags) => ( (delegate* unmanaged)( - _slots[766] is not null and var loadedFnPtr + _slots[768] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[766] = nativeContext.LoadFunction("SDL_QuitSubSystem", "SDL3") + : _slots[768] = nativeContext.LoadFunction("SDL_QuitSubSystem", "SDL3") ) )(flags); @@ -87117,6 +89858,9 @@ _slots[766] is not null and var loadedFnPtr public static void QuitSubSystem([NativeTypeName("SDL_InitFlags")] uint flags) => DllImport.QuitSubSystem(flags); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RaiseWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RaiseWindow(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).RaiseWindowRaw(window); @@ -87127,13 +89871,15 @@ MaybeBool ISdl.RaiseWindow(WindowHandle window) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool RaiseWindow(WindowHandle window) => DllImport.RaiseWindow(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RaiseWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RaiseWindowRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[767] is not null and var loadedFnPtr + _slots[769] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[767] = nativeContext.LoadFunction("SDL_RaiseWindow", "SDL3") + : _slots[769] = nativeContext.LoadFunction("SDL_RaiseWindow", "SDL3") ) )(window); @@ -87142,13 +89888,15 @@ _slots[767] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte RaiseWindowRaw(WindowHandle window) => DllImport.RaiseWindowRaw(window); + [return: NativeTypeName("Sint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_rand")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Rand([NativeTypeName("Sint32")] int n) => ( (delegate* unmanaged)( - _slots[768] is not null and var loadedFnPtr + _slots[770] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[768] = nativeContext.LoadFunction("SDL_rand", "SDL3") + : _slots[770] = nativeContext.LoadFunction("SDL_rand", "SDL3") ) )(n); @@ -87157,13 +89905,15 @@ _slots[768] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Rand([NativeTypeName("Sint32")] int n) => DllImport.Rand(n); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_rand_bits")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.RandBits() => ( (delegate* unmanaged)( - _slots[769] is not null and var loadedFnPtr + _slots[771] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[769] = nativeContext.LoadFunction("SDL_rand_bits", "SDL3") + : _slots[771] = nativeContext.LoadFunction("SDL_rand_bits", "SDL3") ) )(); @@ -87172,13 +89922,15 @@ _slots[769] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint RandBits() => DllImport.RandBits(); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_rand_bits_r")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.RandBitsR([NativeTypeName("Uint64 *")] ulong* state) => ( (delegate* unmanaged)( - _slots[770] is not null and var loadedFnPtr + _slots[772] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[770] = nativeContext.LoadFunction("SDL_rand_bits_r", "SDL3") + : _slots[772] = nativeContext.LoadFunction("SDL_rand_bits_r", "SDL3") ) )(state); @@ -87188,6 +89940,9 @@ _slots[770] is not null and var loadedFnPtr public static uint RandBitsR([NativeTypeName("Uint64 *")] ulong* state) => DllImport.RandBitsR(state); + [return: NativeTypeName("Uint32")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_rand_bits_r")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.RandBitsR([NativeTypeName("Uint64 *")] Ref state) { @@ -87204,13 +89959,15 @@ uint ISdl.RandBitsR([NativeTypeName("Uint64 *")] Ref state) public static uint RandBitsR([NativeTypeName("Uint64 *")] Ref state) => DllImport.RandBitsR(state); + [return: NativeTypeName("Sint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_rand_r")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.RandR([NativeTypeName("Uint64 *")] ulong* state, [NativeTypeName("Sint32")] int n) => ( (delegate* unmanaged)( - _slots[771] is not null and var loadedFnPtr + _slots[773] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[771] = nativeContext.LoadFunction("SDL_rand_r", "SDL3") + : _slots[773] = nativeContext.LoadFunction("SDL_rand_r", "SDL3") ) )(state, n); @@ -87222,6 +89979,9 @@ public static int RandR( [NativeTypeName("Sint32")] int n ) => DllImport.RandR(state, n); + [return: NativeTypeName("Sint32")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_rand_r")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.RandR([NativeTypeName("Uint64 *")] Ref state, [NativeTypeName("Sint32")] int n) { @@ -87240,13 +90000,14 @@ public static int RandR( [NativeTypeName("Sint32")] int n ) => DllImport.RandR(state, n); + [NativeFunction("SDL3", EntryPoint = "SDL_randf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Randf() => ( (delegate* unmanaged)( - _slots[772] is not null and var loadedFnPtr + _slots[774] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[772] = nativeContext.LoadFunction("SDL_randf", "SDL3") + : _slots[774] = nativeContext.LoadFunction("SDL_randf", "SDL3") ) )(); @@ -87254,13 +90015,14 @@ _slots[772] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Randf() => DllImport.Randf(); + [NativeFunction("SDL3", EntryPoint = "SDL_randf_r")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.RandfR([NativeTypeName("Uint64 *")] ulong* state) => ( (delegate* unmanaged)( - _slots[773] is not null and var loadedFnPtr + _slots[775] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[773] = nativeContext.LoadFunction("SDL_randf_r", "SDL3") + : _slots[775] = nativeContext.LoadFunction("SDL_randf_r", "SDL3") ) )(state); @@ -87269,6 +90031,8 @@ _slots[773] is not null and var loadedFnPtr public static float RandfR([NativeTypeName("Uint64 *")] ulong* state) => DllImport.RandfR(state); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_randf_r")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.RandfR([NativeTypeName("Uint64 *")] Ref state) { @@ -87284,13 +90048,15 @@ float ISdl.RandfR([NativeTypeName("Uint64 *")] Ref state) public static float RandfR([NativeTypeName("Uint64 *")] Ref state) => DllImport.RandfR(state); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.ReadIO(IOStreamHandle context, void* ptr, [NativeTypeName("size_t")] nuint size) => ( (delegate* unmanaged)( - _slots[774] is not null and var loadedFnPtr + _slots[776] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[774] = nativeContext.LoadFunction("SDL_ReadIO", "SDL3") + : _slots[776] = nativeContext.LoadFunction("SDL_ReadIO", "SDL3") ) )(context, ptr, size); @@ -87303,6 +90069,9 @@ public static nuint ReadIO( [NativeTypeName("size_t")] nuint size ) => DllImport.ReadIO(context, ptr, size); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.ReadIO(IOStreamHandle context, Ref ptr, [NativeTypeName("size_t")] nuint size) { @@ -87322,6 +90091,7 @@ public static nuint ReadIO( [NativeTypeName("size_t")] nuint size ) => DllImport.ReadIO(context, ptr, size); + [NativeFunction("SDL3", EntryPoint = "SDL_ReadProcess")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.ReadProcess( ProcessHandle process, @@ -87330,9 +90100,9 @@ public static nuint ReadIO( ) => ( (delegate* unmanaged)( - _slots[775] is not null and var loadedFnPtr + _slots[777] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[775] = nativeContext.LoadFunction("SDL_ReadProcess", "SDL3") + : _slots[777] = nativeContext.LoadFunction("SDL_ReadProcess", "SDL3") ) )(process, datasize, exitcode); @@ -87344,6 +90114,8 @@ _slots[775] is not null and var loadedFnPtr int* exitcode ) => DllImport.ReadProcess(process, datasize, exitcode); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadProcess")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.ReadProcess( ProcessHandle process, @@ -87367,13 +90139,15 @@ public static Ptr ReadProcess( Ref exitcode ) => DllImport.ReadProcess(process, datasize, exitcode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS16BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadS16BE(IOStreamHandle src, [NativeTypeName("Sint16 *")] short* value) => ( (delegate* unmanaged)( - _slots[776] is not null and var loadedFnPtr + _slots[778] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[776] = nativeContext.LoadFunction("SDL_ReadS16BE", "SDL3") + : _slots[778] = nativeContext.LoadFunction("SDL_ReadS16BE", "SDL3") ) )(src, value); @@ -87383,6 +90157,9 @@ _slots[776] is not null and var loadedFnPtr public static byte ReadS16BE(IOStreamHandle src, [NativeTypeName("Sint16 *")] short* value) => DllImport.ReadS16BE(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS16BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadS16BE( IOStreamHandle src, @@ -87404,13 +90181,15 @@ public static MaybeBool ReadS16BE( [NativeTypeName("Sint16 *")] Ref value ) => DllImport.ReadS16BE(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS16LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadS16LE(IOStreamHandle src, [NativeTypeName("Sint16 *")] short* value) => ( (delegate* unmanaged)( - _slots[777] is not null and var loadedFnPtr + _slots[779] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[777] = nativeContext.LoadFunction("SDL_ReadS16LE", "SDL3") + : _slots[779] = nativeContext.LoadFunction("SDL_ReadS16LE", "SDL3") ) )(src, value); @@ -87420,6 +90199,9 @@ _slots[777] is not null and var loadedFnPtr public static byte ReadS16LE(IOStreamHandle src, [NativeTypeName("Sint16 *")] short* value) => DllImport.ReadS16LE(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS16LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadS16LE( IOStreamHandle src, @@ -87441,13 +90223,15 @@ public static MaybeBool ReadS16LE( [NativeTypeName("Sint16 *")] Ref value ) => DllImport.ReadS16LE(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS32BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadS32BE(IOStreamHandle src, [NativeTypeName("Sint32 *")] int* value) => ( (delegate* unmanaged)( - _slots[778] is not null and var loadedFnPtr + _slots[780] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[778] = nativeContext.LoadFunction("SDL_ReadS32BE", "SDL3") + : _slots[780] = nativeContext.LoadFunction("SDL_ReadS32BE", "SDL3") ) )(src, value); @@ -87457,6 +90241,9 @@ _slots[778] is not null and var loadedFnPtr public static byte ReadS32BE(IOStreamHandle src, [NativeTypeName("Sint32 *")] int* value) => DllImport.ReadS32BE(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS32BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadS32BE(IOStreamHandle src, [NativeTypeName("Sint32 *")] Ref value) { @@ -87475,13 +90262,15 @@ public static MaybeBool ReadS32BE( [NativeTypeName("Sint32 *")] Ref value ) => DllImport.ReadS32BE(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS32LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadS32LE(IOStreamHandle src, [NativeTypeName("Sint32 *")] int* value) => ( (delegate* unmanaged)( - _slots[779] is not null and var loadedFnPtr + _slots[781] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[779] = nativeContext.LoadFunction("SDL_ReadS32LE", "SDL3") + : _slots[781] = nativeContext.LoadFunction("SDL_ReadS32LE", "SDL3") ) )(src, value); @@ -87491,6 +90280,9 @@ _slots[779] is not null and var loadedFnPtr public static byte ReadS32LE(IOStreamHandle src, [NativeTypeName("Sint32 *")] int* value) => DllImport.ReadS32LE(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS32LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadS32LE(IOStreamHandle src, [NativeTypeName("Sint32 *")] Ref value) { @@ -87509,13 +90301,15 @@ public static MaybeBool ReadS32LE( [NativeTypeName("Sint32 *")] Ref value ) => DllImport.ReadS32LE(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS64BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadS64BE(IOStreamHandle src, [NativeTypeName("Sint64 *")] long* value) => ( (delegate* unmanaged)( - _slots[780] is not null and var loadedFnPtr + _slots[782] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[780] = nativeContext.LoadFunction("SDL_ReadS64BE", "SDL3") + : _slots[782] = nativeContext.LoadFunction("SDL_ReadS64BE", "SDL3") ) )(src, value); @@ -87525,6 +90319,9 @@ _slots[780] is not null and var loadedFnPtr public static byte ReadS64BE(IOStreamHandle src, [NativeTypeName("Sint64 *")] long* value) => DllImport.ReadS64BE(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS64BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadS64BE(IOStreamHandle src, [NativeTypeName("Sint64 *")] Ref value) { @@ -87543,13 +90340,15 @@ public static MaybeBool ReadS64BE( [NativeTypeName("Sint64 *")] Ref value ) => DllImport.ReadS64BE(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS64LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadS64LE(IOStreamHandle src, [NativeTypeName("Sint64 *")] long* value) => ( (delegate* unmanaged)( - _slots[781] is not null and var loadedFnPtr + _slots[783] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[781] = nativeContext.LoadFunction("SDL_ReadS64LE", "SDL3") + : _slots[783] = nativeContext.LoadFunction("SDL_ReadS64LE", "SDL3") ) )(src, value); @@ -87559,6 +90358,9 @@ _slots[781] is not null and var loadedFnPtr public static byte ReadS64LE(IOStreamHandle src, [NativeTypeName("Sint64 *")] long* value) => DllImport.ReadS64LE(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS64LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadS64LE(IOStreamHandle src, [NativeTypeName("Sint64 *")] Ref value) { @@ -87577,13 +90379,15 @@ public static MaybeBool ReadS64LE( [NativeTypeName("Sint64 *")] Ref value ) => DllImport.ReadS64LE(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadS8(IOStreamHandle src, [NativeTypeName("Sint8 *")] sbyte* value) => ( (delegate* unmanaged)( - _slots[782] is not null and var loadedFnPtr + _slots[784] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[782] = nativeContext.LoadFunction("SDL_ReadS8", "SDL3") + : _slots[784] = nativeContext.LoadFunction("SDL_ReadS8", "SDL3") ) )(src, value); @@ -87593,6 +90397,9 @@ _slots[782] is not null and var loadedFnPtr public static byte ReadS8(IOStreamHandle src, [NativeTypeName("Sint8 *")] sbyte* value) => DllImport.ReadS8(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadS8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadS8(IOStreamHandle src, [NativeTypeName("Sint8 *")] Ref value) { @@ -87611,6 +90418,8 @@ public static MaybeBool ReadS8( [NativeTypeName("Sint8 *")] Ref value ) => DllImport.ReadS8(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadStorageFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadStorageFile( StorageHandle storage, @@ -87620,9 +90429,9 @@ byte ISdl.ReadStorageFile( ) => ( (delegate* unmanaged)( - _slots[783] is not null and var loadedFnPtr + _slots[785] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[783] = nativeContext.LoadFunction("SDL_ReadStorageFile", "SDL3") + : _slots[785] = nativeContext.LoadFunction("SDL_ReadStorageFile", "SDL3") ) )(storage, path, destination, length); @@ -87636,6 +90445,9 @@ public static byte ReadStorageFile( [NativeTypeName("Uint64")] ulong length ) => DllImport.ReadStorageFile(storage, path, destination, length); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadStorageFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadStorageFile( StorageHandle storage, @@ -87663,6 +90475,8 @@ public static MaybeBool ReadStorageFile( [NativeTypeName("Uint64")] ulong length ) => DllImport.ReadStorageFile(storage, path, destination, length); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadSurfacePixel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadSurfacePixel( Surface* surface, @@ -87675,9 +90489,9 @@ byte ISdl.ReadSurfacePixel( ) => ( (delegate* unmanaged)( - _slots[784] is not null and var loadedFnPtr + _slots[786] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[784] = nativeContext.LoadFunction("SDL_ReadSurfacePixel", "SDL3") + : _slots[786] = nativeContext.LoadFunction("SDL_ReadSurfacePixel", "SDL3") ) )(surface, x, y, r, g, b, a); @@ -87694,6 +90508,9 @@ public static byte ReadSurfacePixel( [NativeTypeName("Uint8 *")] byte* a ) => DllImport.ReadSurfacePixel(surface, x, y, r, g, b, a); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadSurfacePixel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadSurfacePixel( Ref surface, @@ -87739,6 +90556,8 @@ public static MaybeBool ReadSurfacePixel( [NativeTypeName("Uint8 *")] Ref a ) => DllImport.ReadSurfacePixel(surface, x, y, r, g, b, a); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadSurfacePixelFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadSurfacePixelFloat( Surface* surface, @@ -87751,9 +90570,9 @@ byte ISdl.ReadSurfacePixelFloat( ) => ( (delegate* unmanaged)( - _slots[785] is not null and var loadedFnPtr + _slots[787] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[785] = nativeContext.LoadFunction("SDL_ReadSurfacePixelFloat", "SDL3") + : _slots[787] = nativeContext.LoadFunction("SDL_ReadSurfacePixelFloat", "SDL3") ) )(surface, x, y, r, g, b, a); @@ -87770,6 +90589,9 @@ public static byte ReadSurfacePixelFloat( float* a ) => DllImport.ReadSurfacePixelFloat(surface, x, y, r, g, b, a); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadSurfacePixelFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadSurfacePixelFloat( Ref surface, @@ -87815,13 +90637,15 @@ public static MaybeBool ReadSurfacePixelFloat( Ref a ) => DllImport.ReadSurfacePixelFloat(surface, x, y, r, g, b, a); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU16BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadU16BE(IOStreamHandle src, [NativeTypeName("Uint16 *")] ushort* value) => ( (delegate* unmanaged)( - _slots[786] is not null and var loadedFnPtr + _slots[788] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[786] = nativeContext.LoadFunction("SDL_ReadU16BE", "SDL3") + : _slots[788] = nativeContext.LoadFunction("SDL_ReadU16BE", "SDL3") ) )(src, value); @@ -87831,6 +90655,9 @@ _slots[786] is not null and var loadedFnPtr public static byte ReadU16BE(IOStreamHandle src, [NativeTypeName("Uint16 *")] ushort* value) => DllImport.ReadU16BE(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU16BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadU16BE( IOStreamHandle src, @@ -87852,13 +90679,15 @@ public static MaybeBool ReadU16BE( [NativeTypeName("Uint16 *")] Ref value ) => DllImport.ReadU16BE(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU16LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadU16LE(IOStreamHandle src, [NativeTypeName("Uint16 *")] ushort* value) => ( (delegate* unmanaged)( - _slots[787] is not null and var loadedFnPtr + _slots[789] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[787] = nativeContext.LoadFunction("SDL_ReadU16LE", "SDL3") + : _slots[789] = nativeContext.LoadFunction("SDL_ReadU16LE", "SDL3") ) )(src, value); @@ -87868,6 +90697,9 @@ _slots[787] is not null and var loadedFnPtr public static byte ReadU16LE(IOStreamHandle src, [NativeTypeName("Uint16 *")] ushort* value) => DllImport.ReadU16LE(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU16LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadU16LE( IOStreamHandle src, @@ -87889,13 +90721,15 @@ public static MaybeBool ReadU16LE( [NativeTypeName("Uint16 *")] Ref value ) => DllImport.ReadU16LE(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU32BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadU32BE(IOStreamHandle src, [NativeTypeName("Uint32 *")] uint* value) => ( (delegate* unmanaged)( - _slots[788] is not null and var loadedFnPtr + _slots[790] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[788] = nativeContext.LoadFunction("SDL_ReadU32BE", "SDL3") + : _slots[790] = nativeContext.LoadFunction("SDL_ReadU32BE", "SDL3") ) )(src, value); @@ -87905,6 +90739,9 @@ _slots[788] is not null and var loadedFnPtr public static byte ReadU32BE(IOStreamHandle src, [NativeTypeName("Uint32 *")] uint* value) => DllImport.ReadU32BE(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU32BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadU32BE(IOStreamHandle src, [NativeTypeName("Uint32 *")] Ref value) { @@ -87923,13 +90760,15 @@ public static MaybeBool ReadU32BE( [NativeTypeName("Uint32 *")] Ref value ) => DllImport.ReadU32BE(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU32LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadU32LE(IOStreamHandle src, [NativeTypeName("Uint32 *")] uint* value) => ( (delegate* unmanaged)( - _slots[789] is not null and var loadedFnPtr + _slots[791] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[789] = nativeContext.LoadFunction("SDL_ReadU32LE", "SDL3") + : _slots[791] = nativeContext.LoadFunction("SDL_ReadU32LE", "SDL3") ) )(src, value); @@ -87939,6 +90778,9 @@ _slots[789] is not null and var loadedFnPtr public static byte ReadU32LE(IOStreamHandle src, [NativeTypeName("Uint32 *")] uint* value) => DllImport.ReadU32LE(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU32LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadU32LE(IOStreamHandle src, [NativeTypeName("Uint32 *")] Ref value) { @@ -87957,13 +90799,15 @@ public static MaybeBool ReadU32LE( [NativeTypeName("Uint32 *")] Ref value ) => DllImport.ReadU32LE(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU64BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadU64BE(IOStreamHandle src, [NativeTypeName("Uint64 *")] ulong* value) => ( (delegate* unmanaged)( - _slots[790] is not null and var loadedFnPtr + _slots[792] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[790] = nativeContext.LoadFunction("SDL_ReadU64BE", "SDL3") + : _slots[792] = nativeContext.LoadFunction("SDL_ReadU64BE", "SDL3") ) )(src, value); @@ -87973,6 +90817,9 @@ _slots[790] is not null and var loadedFnPtr public static byte ReadU64BE(IOStreamHandle src, [NativeTypeName("Uint64 *")] ulong* value) => DllImport.ReadU64BE(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU64BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadU64BE( IOStreamHandle src, @@ -87994,13 +90841,15 @@ public static MaybeBool ReadU64BE( [NativeTypeName("Uint64 *")] Ref value ) => DllImport.ReadU64BE(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU64LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadU64LE(IOStreamHandle src, [NativeTypeName("Uint64 *")] ulong* value) => ( (delegate* unmanaged)( - _slots[791] is not null and var loadedFnPtr + _slots[793] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[791] = nativeContext.LoadFunction("SDL_ReadU64LE", "SDL3") + : _slots[793] = nativeContext.LoadFunction("SDL_ReadU64LE", "SDL3") ) )(src, value); @@ -88010,6 +90859,9 @@ _slots[791] is not null and var loadedFnPtr public static byte ReadU64LE(IOStreamHandle src, [NativeTypeName("Uint64 *")] ulong* value) => DllImport.ReadU64LE(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU64LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadU64LE( IOStreamHandle src, @@ -88031,13 +90883,15 @@ public static MaybeBool ReadU64LE( [NativeTypeName("Uint64 *")] Ref value ) => DllImport.ReadU64LE(src, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReadU8(IOStreamHandle src, [NativeTypeName("Uint8 *")] byte* value) => ( (delegate* unmanaged)( - _slots[792] is not null and var loadedFnPtr + _slots[794] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[792] = nativeContext.LoadFunction("SDL_ReadU8", "SDL3") + : _slots[794] = nativeContext.LoadFunction("SDL_ReadU8", "SDL3") ) )(src, value); @@ -88047,6 +90901,9 @@ _slots[792] is not null and var loadedFnPtr public static byte ReadU8(IOStreamHandle src, [NativeTypeName("Uint8 *")] byte* value) => DllImport.ReadU8(src, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReadU8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReadU8(IOStreamHandle src, [NativeTypeName("Uint8 *")] Ref value) { @@ -88065,13 +90922,14 @@ public static MaybeBool ReadU8( [NativeTypeName("Uint8 *")] Ref value ) => DllImport.ReadU8(src, value); + [NativeFunction("SDL3", EntryPoint = "SDL_realloc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.Realloc(void* mem, [NativeTypeName("size_t")] nuint size) => ( (delegate* unmanaged)( - _slots[793] is not null and var loadedFnPtr + _slots[795] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[793] = nativeContext.LoadFunction("SDL_realloc", "SDL3") + : _slots[795] = nativeContext.LoadFunction("SDL_realloc", "SDL3") ) )(mem, size); @@ -88080,6 +90938,8 @@ _slots[793] is not null and var loadedFnPtr public static void* Realloc(void* mem, [NativeTypeName("size_t")] nuint size) => DllImport.Realloc(mem, size); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_realloc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Realloc(Ref mem, [NativeTypeName("size_t")] nuint size) { @@ -88095,13 +90955,67 @@ Ptr ISdl.Realloc(Ref mem, [NativeTypeName("size_t")] nuint size) public static Ptr Realloc(Ref mem, [NativeTypeName("size_t")] nuint size) => DllImport.Realloc(mem, size); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + byte ISdl.RegisterApp( + [NativeTypeName("const char *")] sbyte* name, + [NativeTypeName("Uint32")] uint style, + void* hInst + ) => + ( + (delegate* unmanaged)( + _slots[796] is not null and var loadedFnPtr + ? loadedFnPtr + : _slots[796] = nativeContext.LoadFunction("SDL_RegisterApp", "SDL3") + ) + )(name, style, hInst); + + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static byte RegisterApp( + [NativeTypeName("const char *")] sbyte* name, + [NativeTypeName("Uint32")] uint style, + void* hInst + ) => DllImport.RegisterApp(name, style, hInst); + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + MaybeBool ISdl.RegisterApp( + [NativeTypeName("const char *")] Ref name, + [NativeTypeName("Uint32")] uint style, + Ref hInst + ) + { + fixed (void* __dsl_hInst = hInst) + fixed (sbyte* __dsl_name = name) + { + return (MaybeBool)(byte)((ISdl)this).RegisterApp(__dsl_name, style, __dsl_hInst); + } + } + + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterApp")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static MaybeBool RegisterApp( + [NativeTypeName("const char *")] Ref name, + [NativeTypeName("Uint32")] uint style, + Ref hInst + ) => DllImport.RegisterApp(name, style, hInst); + + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_RegisterEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.RegisterEvents(int numevents) => ( (delegate* unmanaged)( - _slots[794] is not null and var loadedFnPtr + _slots[797] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[794] = nativeContext.LoadFunction("SDL_RegisterEvents", "SDL3") + : _slots[797] = nativeContext.LoadFunction("SDL_RegisterEvents", "SDL3") ) )(numevents); @@ -88110,13 +91024,14 @@ _slots[794] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint RegisterEvents(int numevents) => DllImport.RegisterEvents(numevents); + [NativeFunction("SDL3", EntryPoint = "SDL_ReleaseCameraFrame")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ReleaseCameraFrame(CameraHandle camera, Surface* frame) => ( (delegate* unmanaged)( - _slots[795] is not null and var loadedFnPtr + _slots[798] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[795] = nativeContext.LoadFunction("SDL_ReleaseCameraFrame", "SDL3") + : _slots[798] = nativeContext.LoadFunction("SDL_ReleaseCameraFrame", "SDL3") ) )(camera, frame); @@ -88125,6 +91040,8 @@ _slots[795] is not null and var loadedFnPtr public static void ReleaseCameraFrame(CameraHandle camera, Surface* frame) => DllImport.ReleaseCameraFrame(camera, frame); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReleaseCameraFrame")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ReleaseCameraFrame(CameraHandle camera, Ref frame) { @@ -88140,13 +91057,14 @@ void ISdl.ReleaseCameraFrame(CameraHandle camera, Ref frame) public static void ReleaseCameraFrame(CameraHandle camera, Ref frame) => DllImport.ReleaseCameraFrame(camera, frame); + [NativeFunction("SDL3", EntryPoint = "SDL_ReleaseGPUBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ReleaseGPUBuffer(GPUDeviceHandle device, GPUBufferHandle buffer) => ( (delegate* unmanaged)( - _slots[796] is not null and var loadedFnPtr + _slots[799] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[796] = nativeContext.LoadFunction("SDL_ReleaseGPUBuffer", "SDL3") + : _slots[799] = nativeContext.LoadFunction("SDL_ReleaseGPUBuffer", "SDL3") ) )(device, buffer); @@ -88155,6 +91073,7 @@ _slots[796] is not null and var loadedFnPtr public static void ReleaseGPUBuffer(GPUDeviceHandle device, GPUBufferHandle buffer) => DllImport.ReleaseGPUBuffer(device, buffer); + [NativeFunction("SDL3", EntryPoint = "SDL_ReleaseGPUComputePipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ReleaseGPUComputePipeline( GPUDeviceHandle device, @@ -88162,9 +91081,9 @@ GPUComputePipelineHandle compute_pipeline ) => ( (delegate* unmanaged)( - _slots[797] is not null and var loadedFnPtr + _slots[800] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[797] = nativeContext.LoadFunction( + : _slots[800] = nativeContext.LoadFunction( "SDL_ReleaseGPUComputePipeline", "SDL3" ) @@ -88178,13 +91097,14 @@ public static void ReleaseGPUComputePipeline( GPUComputePipelineHandle compute_pipeline ) => DllImport.ReleaseGPUComputePipeline(device, compute_pipeline); + [NativeFunction("SDL3", EntryPoint = "SDL_ReleaseGPUFence")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ReleaseGPUFence(GPUDeviceHandle device, GPUFenceHandle fence) => ( (delegate* unmanaged)( - _slots[798] is not null and var loadedFnPtr + _slots[801] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[798] = nativeContext.LoadFunction("SDL_ReleaseGPUFence", "SDL3") + : _slots[801] = nativeContext.LoadFunction("SDL_ReleaseGPUFence", "SDL3") ) )(device, fence); @@ -88193,6 +91113,7 @@ _slots[798] is not null and var loadedFnPtr public static void ReleaseGPUFence(GPUDeviceHandle device, GPUFenceHandle fence) => DllImport.ReleaseGPUFence(device, fence); + [NativeFunction("SDL3", EntryPoint = "SDL_ReleaseGPUGraphicsPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ReleaseGPUGraphicsPipeline( GPUDeviceHandle device, @@ -88200,9 +91121,9 @@ GPUGraphicsPipelineHandle graphics_pipeline ) => ( (delegate* unmanaged)( - _slots[799] is not null and var loadedFnPtr + _slots[802] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[799] = nativeContext.LoadFunction( + : _slots[802] = nativeContext.LoadFunction( "SDL_ReleaseGPUGraphicsPipeline", "SDL3" ) @@ -88216,13 +91137,14 @@ public static void ReleaseGPUGraphicsPipeline( GPUGraphicsPipelineHandle graphics_pipeline ) => DllImport.ReleaseGPUGraphicsPipeline(device, graphics_pipeline); + [NativeFunction("SDL3", EntryPoint = "SDL_ReleaseGPUSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ReleaseGPUSampler(GPUDeviceHandle device, GPUSamplerHandle sampler) => ( (delegate* unmanaged)( - _slots[800] is not null and var loadedFnPtr + _slots[803] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[800] = nativeContext.LoadFunction("SDL_ReleaseGPUSampler", "SDL3") + : _slots[803] = nativeContext.LoadFunction("SDL_ReleaseGPUSampler", "SDL3") ) )(device, sampler); @@ -88231,13 +91153,14 @@ _slots[800] is not null and var loadedFnPtr public static void ReleaseGPUSampler(GPUDeviceHandle device, GPUSamplerHandle sampler) => DllImport.ReleaseGPUSampler(device, sampler); + [NativeFunction("SDL3", EntryPoint = "SDL_ReleaseGPUShader")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ReleaseGPUShader(GPUDeviceHandle device, GPUShaderHandle shader) => ( (delegate* unmanaged)( - _slots[801] is not null and var loadedFnPtr + _slots[804] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[801] = nativeContext.LoadFunction("SDL_ReleaseGPUShader", "SDL3") + : _slots[804] = nativeContext.LoadFunction("SDL_ReleaseGPUShader", "SDL3") ) )(device, shader); @@ -88246,13 +91169,14 @@ _slots[801] is not null and var loadedFnPtr public static void ReleaseGPUShader(GPUDeviceHandle device, GPUShaderHandle shader) => DllImport.ReleaseGPUShader(device, shader); + [NativeFunction("SDL3", EntryPoint = "SDL_ReleaseGPUTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ReleaseGPUTexture(GPUDeviceHandle device, GPUTextureHandle texture) => ( (delegate* unmanaged)( - _slots[802] is not null and var loadedFnPtr + _slots[805] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[802] = nativeContext.LoadFunction("SDL_ReleaseGPUTexture", "SDL3") + : _slots[805] = nativeContext.LoadFunction("SDL_ReleaseGPUTexture", "SDL3") ) )(device, texture); @@ -88261,6 +91185,7 @@ _slots[802] is not null and var loadedFnPtr public static void ReleaseGPUTexture(GPUDeviceHandle device, GPUTextureHandle texture) => DllImport.ReleaseGPUTexture(device, texture); + [NativeFunction("SDL3", EntryPoint = "SDL_ReleaseGPUTransferBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ReleaseGPUTransferBuffer( GPUDeviceHandle device, @@ -88268,9 +91193,9 @@ GPUTransferBufferHandle transfer_buffer ) => ( (delegate* unmanaged)( - _slots[803] is not null and var loadedFnPtr + _slots[806] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[803] = nativeContext.LoadFunction( + : _slots[806] = nativeContext.LoadFunction( "SDL_ReleaseGPUTransferBuffer", "SDL3" ) @@ -88284,13 +91209,14 @@ public static void ReleaseGPUTransferBuffer( GPUTransferBufferHandle transfer_buffer ) => DllImport.ReleaseGPUTransferBuffer(device, transfer_buffer); + [NativeFunction("SDL3", EntryPoint = "SDL_ReleaseWindowFromGPUDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ReleaseWindowFromGPUDevice(GPUDeviceHandle device, WindowHandle window) => ( (delegate* unmanaged)( - _slots[804] is not null and var loadedFnPtr + _slots[807] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[804] = nativeContext.LoadFunction( + : _slots[807] = nativeContext.LoadFunction( "SDL_ReleaseWindowFromGPUDevice", "SDL3" ) @@ -88302,6 +91228,9 @@ _slots[804] is not null and var loadedFnPtr public static void ReleaseWindowFromGPUDevice(GPUDeviceHandle device, WindowHandle window) => DllImport.ReleaseWindowFromGPUDevice(device, window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReloadGamepadMappings")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ReloadGamepadMappings() => (MaybeBool)(byte)((ISdl)this).ReloadGamepadMappingsRaw(); @@ -88312,13 +91241,15 @@ MaybeBool ISdl.ReloadGamepadMappings() => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool ReloadGamepadMappings() => DllImport.ReloadGamepadMappings(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ReloadGamepadMappings")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ReloadGamepadMappingsRaw() => ( (delegate* unmanaged)( - _slots[805] is not null and var loadedFnPtr + _slots[808] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[805] = nativeContext.LoadFunction("SDL_ReloadGamepadMappings", "SDL3") + : _slots[808] = nativeContext.LoadFunction("SDL_ReloadGamepadMappings", "SDL3") ) )(); @@ -88327,6 +91258,7 @@ _slots[805] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte ReloadGamepadMappingsRaw() => DllImport.ReloadGamepadMappingsRaw(); + [NativeFunction("SDL3", EntryPoint = "SDL_RemoveEventWatch")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.RemoveEventWatch( [NativeTypeName("SDL_EventFilter")] EventFilter filter, @@ -88334,9 +91266,9 @@ void ISdl.RemoveEventWatch( ) => ( (delegate* unmanaged)( - _slots[806] is not null and var loadedFnPtr + _slots[809] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[806] = nativeContext.LoadFunction("SDL_RemoveEventWatch", "SDL3") + : _slots[809] = nativeContext.LoadFunction("SDL_RemoveEventWatch", "SDL3") ) )(filter, userdata); @@ -88347,6 +91279,8 @@ public static void RemoveEventWatch( void* userdata ) => DllImport.RemoveEventWatch(filter, userdata); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RemoveEventWatch")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.RemoveEventWatch([NativeTypeName("SDL_EventFilter")] EventFilter filter, Ref userdata) { @@ -88364,6 +91298,7 @@ public static void RemoveEventWatch( Ref userdata ) => DllImport.RemoveEventWatch(filter, userdata); + [NativeFunction("SDL3", EntryPoint = "SDL_RemoveHintCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.RemoveHintCallback( [NativeTypeName("const char *")] sbyte* name, @@ -88372,9 +91307,9 @@ void ISdl.RemoveHintCallback( ) => ( (delegate* unmanaged)( - _slots[807] is not null and var loadedFnPtr + _slots[810] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[807] = nativeContext.LoadFunction("SDL_RemoveHintCallback", "SDL3") + : _slots[810] = nativeContext.LoadFunction("SDL_RemoveHintCallback", "SDL3") ) )(name, callback, userdata); @@ -88386,6 +91321,8 @@ public static void RemoveHintCallback( void* userdata ) => DllImport.RemoveHintCallback(name, callback, userdata); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RemoveHintCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.RemoveHintCallback( [NativeTypeName("const char *")] Ref name, @@ -88409,13 +91346,15 @@ public static void RemoveHintCallback( Ref userdata ) => DllImport.RemoveHintCallback(name, callback, userdata); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RemovePath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RemovePath([NativeTypeName("const char *")] sbyte* path) => ( (delegate* unmanaged)( - _slots[808] is not null and var loadedFnPtr + _slots[811] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[808] = nativeContext.LoadFunction("SDL_RemovePath", "SDL3") + : _slots[811] = nativeContext.LoadFunction("SDL_RemovePath", "SDL3") ) )(path); @@ -88425,6 +91364,9 @@ _slots[808] is not null and var loadedFnPtr public static byte RemovePath([NativeTypeName("const char *")] sbyte* path) => DllImport.RemovePath(path); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RemovePath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RemovePath([NativeTypeName("const char *")] Ref path) { @@ -88441,6 +91383,8 @@ MaybeBool ISdl.RemovePath([NativeTypeName("const char *")] Ref path public static MaybeBool RemovePath([NativeTypeName("const char *")] Ref path) => DllImport.RemovePath(path); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RemoveStoragePath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RemoveStoragePath( StorageHandle storage, @@ -88448,9 +91392,9 @@ byte ISdl.RemoveStoragePath( ) => ( (delegate* unmanaged)( - _slots[809] is not null and var loadedFnPtr + _slots[812] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[809] = nativeContext.LoadFunction("SDL_RemoveStoragePath", "SDL3") + : _slots[812] = nativeContext.LoadFunction("SDL_RemoveStoragePath", "SDL3") ) )(storage, path); @@ -88462,6 +91406,9 @@ public static byte RemoveStoragePath( [NativeTypeName("const char *")] sbyte* path ) => DllImport.RemoveStoragePath(storage, path); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RemoveStoragePath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RemoveStoragePath( StorageHandle storage, @@ -88483,13 +91430,14 @@ public static MaybeBool RemoveStoragePath( [NativeTypeName("const char *")] Ref path ) => DllImport.RemoveStoragePath(storage, path); + [NativeFunction("SDL3", EntryPoint = "SDL_RemoveSurfaceAlternateImages")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.RemoveSurfaceAlternateImages(Surface* surface) => ( (delegate* unmanaged)( - _slots[810] is not null and var loadedFnPtr + _slots[813] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[810] = nativeContext.LoadFunction( + : _slots[813] = nativeContext.LoadFunction( "SDL_RemoveSurfaceAlternateImages", "SDL3" ) @@ -88501,6 +91449,8 @@ _slots[810] is not null and var loadedFnPtr public static void RemoveSurfaceAlternateImages(Surface* surface) => DllImport.RemoveSurfaceAlternateImages(surface); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RemoveSurfaceAlternateImages")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.RemoveSurfaceAlternateImages(Ref surface) { @@ -88516,6 +91466,9 @@ void ISdl.RemoveSurfaceAlternateImages(Ref surface) public static void RemoveSurfaceAlternateImages(Ref surface) => DllImport.RemoveSurfaceAlternateImages(surface); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RemoveTimer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RemoveTimer([NativeTypeName("SDL_TimerID")] uint id) => (MaybeBool)(byte)((ISdl)this).RemoveTimerRaw(id); @@ -88527,13 +91480,15 @@ MaybeBool ISdl.RemoveTimer([NativeTypeName("SDL_TimerID")] uint id) => public static MaybeBool RemoveTimer([NativeTypeName("SDL_TimerID")] uint id) => DllImport.RemoveTimer(id); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RemoveTimer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RemoveTimerRaw([NativeTypeName("SDL_TimerID")] uint id) => ( (delegate* unmanaged)( - _slots[811] is not null and var loadedFnPtr + _slots[814] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[811] = nativeContext.LoadFunction("SDL_RemoveTimer", "SDL3") + : _slots[814] = nativeContext.LoadFunction("SDL_RemoveTimer", "SDL3") ) )(id); @@ -88543,6 +91498,8 @@ _slots[811] is not null and var loadedFnPtr public static byte RemoveTimerRaw([NativeTypeName("SDL_TimerID")] uint id) => DllImport.RemoveTimerRaw(id); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenamePath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenamePath( [NativeTypeName("const char *")] sbyte* oldpath, @@ -88550,9 +91507,9 @@ byte ISdl.RenamePath( ) => ( (delegate* unmanaged)( - _slots[812] is not null and var loadedFnPtr + _slots[815] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[812] = nativeContext.LoadFunction("SDL_RenamePath", "SDL3") + : _slots[815] = nativeContext.LoadFunction("SDL_RenamePath", "SDL3") ) )(oldpath, newpath); @@ -88564,6 +91521,9 @@ public static byte RenamePath( [NativeTypeName("const char *")] sbyte* newpath ) => DllImport.RenamePath(oldpath, newpath); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenamePath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenamePath( [NativeTypeName("const char *")] Ref oldpath, @@ -88586,6 +91546,8 @@ public static MaybeBool RenamePath( [NativeTypeName("const char *")] Ref newpath ) => DllImport.RenamePath(oldpath, newpath); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenameStoragePath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenameStoragePath( StorageHandle storage, @@ -88594,9 +91556,9 @@ byte ISdl.RenameStoragePath( ) => ( (delegate* unmanaged)( - _slots[813] is not null and var loadedFnPtr + _slots[816] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[813] = nativeContext.LoadFunction("SDL_RenameStoragePath", "SDL3") + : _slots[816] = nativeContext.LoadFunction("SDL_RenameStoragePath", "SDL3") ) )(storage, oldpath, newpath); @@ -88609,6 +91571,9 @@ public static byte RenameStoragePath( [NativeTypeName("const char *")] sbyte* newpath ) => DllImport.RenameStoragePath(storage, oldpath, newpath); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenameStoragePath")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenameStoragePath( StorageHandle storage, @@ -88634,6 +91599,9 @@ public static MaybeBool RenameStoragePath( [NativeTypeName("const char *")] Ref newpath ) => DllImport.RenameStoragePath(storage, oldpath, newpath); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderClear")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderClear(RendererHandle renderer) => (MaybeBool)(byte)((ISdl)this).RenderClearRaw(renderer); @@ -88645,13 +91613,15 @@ MaybeBool ISdl.RenderClear(RendererHandle renderer) => public static MaybeBool RenderClear(RendererHandle renderer) => DllImport.RenderClear(renderer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderClear")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderClearRaw(RendererHandle renderer) => ( (delegate* unmanaged)( - _slots[814] is not null and var loadedFnPtr + _slots[817] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[814] = nativeContext.LoadFunction("SDL_RenderClear", "SDL3") + : _slots[817] = nativeContext.LoadFunction("SDL_RenderClear", "SDL3") ) )(renderer); @@ -88661,6 +91631,9 @@ _slots[814] is not null and var loadedFnPtr public static byte RenderClearRaw(RendererHandle renderer) => DllImport.RenderClearRaw(renderer); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderClipEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderClipEnabled(RendererHandle renderer) => (MaybeBool)(byte)((ISdl)this).RenderClipEnabledRaw(renderer); @@ -88672,13 +91645,15 @@ MaybeBool ISdl.RenderClipEnabled(RendererHandle renderer) => public static MaybeBool RenderClipEnabled(RendererHandle renderer) => DllImport.RenderClipEnabled(renderer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderClipEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderClipEnabledRaw(RendererHandle renderer) => ( (delegate* unmanaged)( - _slots[815] is not null and var loadedFnPtr + _slots[818] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[815] = nativeContext.LoadFunction("SDL_RenderClipEnabled", "SDL3") + : _slots[818] = nativeContext.LoadFunction("SDL_RenderClipEnabled", "SDL3") ) )(renderer); @@ -88688,6 +91663,8 @@ _slots[815] is not null and var loadedFnPtr public static byte RenderClipEnabledRaw(RendererHandle renderer) => DllImport.RenderClipEnabledRaw(renderer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderCoordinatesFromWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderCoordinatesFromWindow( RendererHandle renderer, @@ -88698,9 +91675,9 @@ byte ISdl.RenderCoordinatesFromWindow( ) => ( (delegate* unmanaged)( - _slots[816] is not null and var loadedFnPtr + _slots[819] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[816] = nativeContext.LoadFunction( + : _slots[819] = nativeContext.LoadFunction( "SDL_RenderCoordinatesFromWindow", "SDL3" ) @@ -88718,6 +91695,9 @@ public static byte RenderCoordinatesFromWindow( float* y ) => DllImport.RenderCoordinatesFromWindow(renderer, window_x, window_y, x, y); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderCoordinatesFromWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderCoordinatesFromWindow( RendererHandle renderer, @@ -88754,6 +91734,8 @@ public static MaybeBool RenderCoordinatesFromWindow( Ref y ) => DllImport.RenderCoordinatesFromWindow(renderer, window_x, window_y, x, y); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderCoordinatesToWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderCoordinatesToWindow( RendererHandle renderer, @@ -88764,9 +91746,9 @@ byte ISdl.RenderCoordinatesToWindow( ) => ( (delegate* unmanaged)( - _slots[817] is not null and var loadedFnPtr + _slots[820] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[817] = nativeContext.LoadFunction( + : _slots[820] = nativeContext.LoadFunction( "SDL_RenderCoordinatesToWindow", "SDL3" ) @@ -88784,6 +91766,9 @@ public static byte RenderCoordinatesToWindow( float* window_y ) => DllImport.RenderCoordinatesToWindow(renderer, x, y, window_x, window_y); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderCoordinatesToWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderCoordinatesToWindow( RendererHandle renderer, @@ -88820,6 +91805,8 @@ public static MaybeBool RenderCoordinatesToWindow( Ref window_y ) => DllImport.RenderCoordinatesToWindow(renderer, x, y, window_x, window_y); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderDebugText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderDebugText( RendererHandle renderer, @@ -88829,9 +91816,9 @@ byte ISdl.RenderDebugText( ) => ( (delegate* unmanaged)( - _slots[818] is not null and var loadedFnPtr + _slots[821] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[818] = nativeContext.LoadFunction("SDL_RenderDebugText", "SDL3") + : _slots[821] = nativeContext.LoadFunction("SDL_RenderDebugText", "SDL3") ) )(renderer, x, y, str); @@ -88845,6 +91832,9 @@ public static byte RenderDebugText( [NativeTypeName("const char *")] sbyte* str ) => DllImport.RenderDebugText(renderer, x, y, str); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderDebugText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderDebugText( RendererHandle renderer, @@ -88870,6 +91860,8 @@ public static MaybeBool RenderDebugText( [NativeTypeName("const char *")] Ref str ) => DllImport.RenderDebugText(renderer, x, y, str); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderFillRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderFillRect( RendererHandle renderer, @@ -88877,9 +91869,9 @@ byte ISdl.RenderFillRect( ) => ( (delegate* unmanaged)( - _slots[819] is not null and var loadedFnPtr + _slots[822] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[819] = nativeContext.LoadFunction("SDL_RenderFillRect", "SDL3") + : _slots[822] = nativeContext.LoadFunction("SDL_RenderFillRect", "SDL3") ) )(renderer, rect); @@ -88891,6 +91883,9 @@ public static byte RenderFillRect( [NativeTypeName("const SDL_FRect *")] FRect* rect ) => DllImport.RenderFillRect(renderer, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderFillRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderFillRect( RendererHandle renderer, @@ -88912,6 +91907,8 @@ public static MaybeBool RenderFillRect( [NativeTypeName("const SDL_FRect *")] Ref rect ) => DllImport.RenderFillRect(renderer, rect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderFillRects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderFillRects( RendererHandle renderer, @@ -88920,9 +91917,9 @@ int count ) => ( (delegate* unmanaged)( - _slots[820] is not null and var loadedFnPtr + _slots[823] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[820] = nativeContext.LoadFunction("SDL_RenderFillRects", "SDL3") + : _slots[823] = nativeContext.LoadFunction("SDL_RenderFillRects", "SDL3") ) )(renderer, rects, count); @@ -88935,6 +91932,9 @@ public static byte RenderFillRects( int count ) => DllImport.RenderFillRects(renderer, rects, count); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderFillRects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderFillRects( RendererHandle renderer, @@ -88959,6 +91959,8 @@ public static MaybeBool RenderFillRects( int count ) => DllImport.RenderFillRects(renderer, rects, count); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderGeometry")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderGeometry( RendererHandle renderer, @@ -88970,9 +91972,9 @@ int num_indices ) => ( (delegate* unmanaged)( - _slots[821] is not null and var loadedFnPtr + _slots[824] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[821] = nativeContext.LoadFunction("SDL_RenderGeometry", "SDL3") + : _slots[824] = nativeContext.LoadFunction("SDL_RenderGeometry", "SDL3") ) )(renderer, texture, vertices, num_vertices, indices, num_indices); @@ -88988,6 +91990,9 @@ public static byte RenderGeometry( int num_indices ) => DllImport.RenderGeometry(renderer, texture, vertices, num_vertices, indices, num_indices); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderGeometry")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderGeometry( RendererHandle renderer, @@ -89028,6 +92033,8 @@ public static MaybeBool RenderGeometry( int num_indices ) => DllImport.RenderGeometry(renderer, texture, vertices, num_vertices, indices, num_indices); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderGeometryRaw")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderGeometryRaw( RendererHandle renderer, @@ -89058,9 +92065,9 @@ int size_indices int, int, byte>)( - _slots[822] is not null and var loadedFnPtr + _slots[825] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[822] = nativeContext.LoadFunction("SDL_RenderGeometryRaw", "SDL3") + : _slots[825] = nativeContext.LoadFunction("SDL_RenderGeometryRaw", "SDL3") ) )( renderer, @@ -89109,6 +92116,9 @@ int size_indices size_indices ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderGeometryRaw")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderGeometryRaw( RendererHandle renderer, @@ -89183,6 +92193,9 @@ int size_indices size_indices ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderLine")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderLine( RendererHandle renderer, @@ -89204,13 +92217,15 @@ public static MaybeBool RenderLine( float y2 ) => DllImport.RenderLine(renderer, x1, y1, x2, y2); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderLine")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderLineRaw(RendererHandle renderer, float x1, float y1, float x2, float y2) => ( (delegate* unmanaged)( - _slots[823] is not null and var loadedFnPtr + _slots[826] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[823] = nativeContext.LoadFunction("SDL_RenderLine", "SDL3") + : _slots[826] = nativeContext.LoadFunction("SDL_RenderLine", "SDL3") ) )(renderer, x1, y1, x2, y2); @@ -89225,6 +92240,8 @@ public static byte RenderLineRaw( float y2 ) => DllImport.RenderLineRaw(renderer, x1, y1, x2, y2); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderLines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderLines( RendererHandle renderer, @@ -89233,9 +92250,9 @@ int count ) => ( (delegate* unmanaged)( - _slots[824] is not null and var loadedFnPtr + _slots[827] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[824] = nativeContext.LoadFunction("SDL_RenderLines", "SDL3") + : _slots[827] = nativeContext.LoadFunction("SDL_RenderLines", "SDL3") ) )(renderer, points, count); @@ -89248,6 +92265,9 @@ public static byte RenderLines( int count ) => DllImport.RenderLines(renderer, points, count); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderLines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderLines( RendererHandle renderer, @@ -89271,6 +92291,9 @@ public static MaybeBool RenderLines( int count ) => DllImport.RenderLines(renderer, points, count); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderPoint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderPoint(RendererHandle renderer, float x, float y) => (MaybeBool)(byte)((ISdl)this).RenderPointRaw(renderer, x, y); @@ -89282,13 +92305,15 @@ MaybeBool ISdl.RenderPoint(RendererHandle renderer, float x, float y) => public static MaybeBool RenderPoint(RendererHandle renderer, float x, float y) => DllImport.RenderPoint(renderer, x, y); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderPoint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderPointRaw(RendererHandle renderer, float x, float y) => ( (delegate* unmanaged)( - _slots[825] is not null and var loadedFnPtr + _slots[828] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[825] = nativeContext.LoadFunction("SDL_RenderPoint", "SDL3") + : _slots[828] = nativeContext.LoadFunction("SDL_RenderPoint", "SDL3") ) )(renderer, x, y); @@ -89298,6 +92323,8 @@ _slots[825] is not null and var loadedFnPtr public static byte RenderPointRaw(RendererHandle renderer, float x, float y) => DllImport.RenderPointRaw(renderer, x, y); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderPoints")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderPoints( RendererHandle renderer, @@ -89306,9 +92333,9 @@ int count ) => ( (delegate* unmanaged)( - _slots[826] is not null and var loadedFnPtr + _slots[829] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[826] = nativeContext.LoadFunction("SDL_RenderPoints", "SDL3") + : _slots[829] = nativeContext.LoadFunction("SDL_RenderPoints", "SDL3") ) )(renderer, points, count); @@ -89321,6 +92348,9 @@ public static byte RenderPoints( int count ) => DllImport.RenderPoints(renderer, points, count); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderPoints")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderPoints( RendererHandle renderer, @@ -89344,6 +92374,9 @@ public static MaybeBool RenderPoints( int count ) => DllImport.RenderPoints(renderer, points, count); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderPresent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderPresent(RendererHandle renderer) => (MaybeBool)(byte)((ISdl)this).RenderPresentRaw(renderer); @@ -89355,13 +92388,15 @@ MaybeBool ISdl.RenderPresent(RendererHandle renderer) => public static MaybeBool RenderPresent(RendererHandle renderer) => DllImport.RenderPresent(renderer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderPresent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderPresentRaw(RendererHandle renderer) => ( (delegate* unmanaged)( - _slots[827] is not null and var loadedFnPtr + _slots[830] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[827] = nativeContext.LoadFunction("SDL_RenderPresent", "SDL3") + : _slots[830] = nativeContext.LoadFunction("SDL_RenderPresent", "SDL3") ) )(renderer); @@ -89371,6 +92406,7 @@ _slots[827] is not null and var loadedFnPtr public static byte RenderPresentRaw(RendererHandle renderer) => DllImport.RenderPresentRaw(renderer); + [NativeFunction("SDL3", EntryPoint = "SDL_RenderReadPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Surface* ISdl.RenderReadPixels( RendererHandle renderer, @@ -89378,9 +92414,9 @@ public static byte RenderPresentRaw(RendererHandle renderer) => ) => ( (delegate* unmanaged)( - _slots[828] is not null and var loadedFnPtr + _slots[831] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[828] = nativeContext.LoadFunction("SDL_RenderReadPixels", "SDL3") + : _slots[831] = nativeContext.LoadFunction("SDL_RenderReadPixels", "SDL3") ) )(renderer, rect); @@ -89391,6 +92427,8 @@ _slots[828] is not null and var loadedFnPtr [NativeTypeName("const SDL_Rect *")] Rect* rect ) => DllImport.RenderReadPixels(renderer, rect); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderReadPixels")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.RenderReadPixels( RendererHandle renderer, @@ -89411,6 +92449,8 @@ public static Ptr RenderReadPixels( [NativeTypeName("const SDL_Rect *")] Ref rect ) => DllImport.RenderReadPixels(renderer, rect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderRect( RendererHandle renderer, @@ -89418,9 +92458,9 @@ byte ISdl.RenderRect( ) => ( (delegate* unmanaged)( - _slots[829] is not null and var loadedFnPtr + _slots[832] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[829] = nativeContext.LoadFunction("SDL_RenderRect", "SDL3") + : _slots[832] = nativeContext.LoadFunction("SDL_RenderRect", "SDL3") ) )(renderer, rect); @@ -89432,6 +92472,9 @@ public static byte RenderRect( [NativeTypeName("const SDL_FRect *")] FRect* rect ) => DllImport.RenderRect(renderer, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderRect( RendererHandle renderer, @@ -89453,6 +92496,8 @@ public static MaybeBool RenderRect( [NativeTypeName("const SDL_FRect *")] Ref rect ) => DllImport.RenderRect(renderer, rect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderRects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderRects( RendererHandle renderer, @@ -89461,9 +92506,9 @@ int count ) => ( (delegate* unmanaged)( - _slots[830] is not null and var loadedFnPtr + _slots[833] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[830] = nativeContext.LoadFunction("SDL_RenderRects", "SDL3") + : _slots[833] = nativeContext.LoadFunction("SDL_RenderRects", "SDL3") ) )(renderer, rects, count); @@ -89476,6 +92521,9 @@ public static byte RenderRects( int count ) => DllImport.RenderRects(renderer, rects, count); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderRects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderRects( RendererHandle renderer, @@ -89499,6 +92547,8 @@ public static MaybeBool RenderRects( int count ) => DllImport.RenderRects(renderer, rects, count); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderTexture( RendererHandle renderer, @@ -89508,9 +92558,9 @@ byte ISdl.RenderTexture( ) => ( (delegate* unmanaged)( - _slots[831] is not null and var loadedFnPtr + _slots[834] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[831] = nativeContext.LoadFunction("SDL_RenderTexture", "SDL3") + : _slots[834] = nativeContext.LoadFunction("SDL_RenderTexture", "SDL3") ) )(renderer, texture, srcrect, dstrect); @@ -89524,6 +92574,9 @@ public static byte RenderTexture( [NativeTypeName("const SDL_FRect *")] FRect* dstrect ) => DllImport.RenderTexture(renderer, texture, srcrect, dstrect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderTexture( RendererHandle renderer, @@ -89558,6 +92611,8 @@ public static MaybeBool RenderTexture( [NativeTypeName("const SDL_FRect *")] Ref dstrect ) => DllImport.RenderTexture(renderer, texture, srcrect, dstrect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderTexture9Grid")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderTexture9Grid( RendererHandle renderer, @@ -89582,9 +92637,9 @@ byte ISdl.RenderTexture9Grid( float, FRect*, byte>)( - _slots[832] is not null and var loadedFnPtr + _slots[835] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[832] = nativeContext.LoadFunction("SDL_RenderTexture9Grid", "SDL3") + : _slots[835] = nativeContext.LoadFunction("SDL_RenderTexture9Grid", "SDL3") ) )( renderer, @@ -89624,6 +92679,9 @@ public static byte RenderTexture9Grid( dstrect ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderTexture9Grid")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderTexture9Grid( RendererHandle renderer, @@ -89684,6 +92742,8 @@ public static MaybeBool RenderTexture9Grid( dstrect ); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderTextureAffine")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderTextureAffine( RendererHandle renderer, @@ -89702,9 +92762,9 @@ byte ISdl.RenderTextureAffine( FPoint*, FPoint*, byte>)( - _slots[833] is not null and var loadedFnPtr + _slots[836] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[833] = nativeContext.LoadFunction("SDL_RenderTextureAffine", "SDL3") + : _slots[836] = nativeContext.LoadFunction("SDL_RenderTextureAffine", "SDL3") ) )(renderer, texture, srcrect, origin, right, down); @@ -89720,6 +92780,9 @@ public static byte RenderTextureAffine( [NativeTypeName("const SDL_FPoint *")] FPoint* down ) => DllImport.RenderTextureAffine(renderer, texture, srcrect, origin, right, down); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderTextureAffine")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderTextureAffine( RendererHandle renderer, @@ -89762,6 +92825,8 @@ public static MaybeBool RenderTextureAffine( [NativeTypeName("const SDL_FPoint *")] Ref down ) => DllImport.RenderTextureAffine(renderer, texture, srcrect, origin, right, down); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderTextureRotated")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderTextureRotated( RendererHandle renderer, @@ -89782,9 +92847,9 @@ FlipMode flip FPoint*, FlipMode, byte>)( - _slots[834] is not null and var loadedFnPtr + _slots[837] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[834] = nativeContext.LoadFunction("SDL_RenderTextureRotated", "SDL3") + : _slots[837] = nativeContext.LoadFunction("SDL_RenderTextureRotated", "SDL3") ) )(renderer, texture, srcrect, dstrect, angle, center, flip); @@ -89801,6 +92866,9 @@ public static byte RenderTextureRotated( FlipMode flip ) => DllImport.RenderTextureRotated(renderer, texture, srcrect, dstrect, angle, center, flip); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderTextureRotated")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderTextureRotated( RendererHandle renderer, @@ -89845,6 +92913,8 @@ public static MaybeBool RenderTextureRotated( FlipMode flip ) => DllImport.RenderTextureRotated(renderer, texture, srcrect, dstrect, angle, center, flip); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderTextureTiled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderTextureTiled( RendererHandle renderer, @@ -89855,9 +92925,9 @@ byte ISdl.RenderTextureTiled( ) => ( (delegate* unmanaged)( - _slots[835] is not null and var loadedFnPtr + _slots[838] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[835] = nativeContext.LoadFunction("SDL_RenderTextureTiled", "SDL3") + : _slots[838] = nativeContext.LoadFunction("SDL_RenderTextureTiled", "SDL3") ) )(renderer, texture, srcrect, scale, dstrect); @@ -89872,6 +92942,9 @@ public static byte RenderTextureTiled( [NativeTypeName("const SDL_FRect *")] FRect* dstrect ) => DllImport.RenderTextureTiled(renderer, texture, srcrect, scale, dstrect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderTextureTiled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderTextureTiled( RendererHandle renderer, @@ -89909,6 +92982,9 @@ public static MaybeBool RenderTextureTiled( [NativeTypeName("const SDL_FRect *")] Ref dstrect ) => DllImport.RenderTextureTiled(renderer, texture, srcrect, scale, dstrect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderViewportSet")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RenderViewportSet(RendererHandle renderer) => (MaybeBool)(byte)((ISdl)this).RenderViewportSetRaw(renderer); @@ -89920,13 +92996,15 @@ MaybeBool ISdl.RenderViewportSet(RendererHandle renderer) => public static MaybeBool RenderViewportSet(RendererHandle renderer) => DllImport.RenderViewportSet(renderer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RenderViewportSet")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RenderViewportSetRaw(RendererHandle renderer) => ( (delegate* unmanaged)( - _slots[836] is not null and var loadedFnPtr + _slots[839] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[836] = nativeContext.LoadFunction("SDL_RenderViewportSet", "SDL3") + : _slots[839] = nativeContext.LoadFunction("SDL_RenderViewportSet", "SDL3") ) )(renderer); @@ -89936,6 +93014,7 @@ _slots[836] is not null and var loadedFnPtr public static byte RenderViewportSetRaw(RendererHandle renderer) => DllImport.RenderViewportSetRaw(renderer); + [NativeFunction("SDL3", EntryPoint = "SDL_ReportAssertion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] AssertState ISdl.ReportAssertion( AssertData* data, @@ -89945,9 +93024,9 @@ int line ) => ( (delegate* unmanaged)( - _slots[837] is not null and var loadedFnPtr + _slots[840] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[837] = nativeContext.LoadFunction("SDL_ReportAssertion", "SDL3") + : _slots[840] = nativeContext.LoadFunction("SDL_ReportAssertion", "SDL3") ) )(data, func, file, line); @@ -89960,6 +93039,8 @@ public static AssertState ReportAssertion( int line ) => DllImport.ReportAssertion(data, func, file, line); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ReportAssertion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] AssertState ISdl.ReportAssertion( Ref data, @@ -89987,13 +93068,14 @@ public static AssertState ReportAssertion( int line ) => DllImport.ReportAssertion(data, func, file, line); + [NativeFunction("SDL3", EntryPoint = "SDL_ResetAssertionReport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ResetAssertionReport() => ( (delegate* unmanaged)( - _slots[838] is not null and var loadedFnPtr + _slots[841] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[838] = nativeContext.LoadFunction("SDL_ResetAssertionReport", "SDL3") + : _slots[841] = nativeContext.LoadFunction("SDL_ResetAssertionReport", "SDL3") ) )(); @@ -90001,13 +93083,15 @@ _slots[838] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResetAssertionReport() => DllImport.ResetAssertionReport(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ResetHint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ResetHint([NativeTypeName("const char *")] sbyte* name) => ( (delegate* unmanaged)( - _slots[839] is not null and var loadedFnPtr + _slots[842] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[839] = nativeContext.LoadFunction("SDL_ResetHint", "SDL3") + : _slots[842] = nativeContext.LoadFunction("SDL_ResetHint", "SDL3") ) )(name); @@ -90017,6 +93101,9 @@ _slots[839] is not null and var loadedFnPtr public static byte ResetHint([NativeTypeName("const char *")] sbyte* name) => DllImport.ResetHint(name); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ResetHint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ResetHint([NativeTypeName("const char *")] Ref name) { @@ -90033,13 +93120,14 @@ MaybeBool ISdl.ResetHint([NativeTypeName("const char *")] Ref name) public static MaybeBool ResetHint([NativeTypeName("const char *")] Ref name) => DllImport.ResetHint(name); + [NativeFunction("SDL3", EntryPoint = "SDL_ResetHints")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ResetHints() => ( (delegate* unmanaged)( - _slots[840] is not null and var loadedFnPtr + _slots[843] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[840] = nativeContext.LoadFunction("SDL_ResetHints", "SDL3") + : _slots[843] = nativeContext.LoadFunction("SDL_ResetHints", "SDL3") ) )(); @@ -90047,13 +93135,14 @@ _slots[840] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResetHints() => DllImport.ResetHints(); + [NativeFunction("SDL3", EntryPoint = "SDL_ResetKeyboard")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ResetKeyboard() => ( (delegate* unmanaged)( - _slots[841] is not null and var loadedFnPtr + _slots[844] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[841] = nativeContext.LoadFunction("SDL_ResetKeyboard", "SDL3") + : _slots[844] = nativeContext.LoadFunction("SDL_ResetKeyboard", "SDL3") ) )(); @@ -90061,13 +93150,14 @@ _slots[841] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResetKeyboard() => DllImport.ResetKeyboard(); + [NativeFunction("SDL3", EntryPoint = "SDL_ResetLogPriorities")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ResetLogPriorities() => ( (delegate* unmanaged)( - _slots[842] is not null and var loadedFnPtr + _slots[845] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[842] = nativeContext.LoadFunction("SDL_ResetLogPriorities", "SDL3") + : _slots[845] = nativeContext.LoadFunction("SDL_ResetLogPriorities", "SDL3") ) )(); @@ -90075,6 +93165,9 @@ _slots[842] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResetLogPriorities() => DllImport.ResetLogPriorities(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RestoreWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RestoreWindow(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).RestoreWindowRaw(window); @@ -90086,13 +93179,15 @@ MaybeBool ISdl.RestoreWindow(WindowHandle window) => public static MaybeBool RestoreWindow(WindowHandle window) => DllImport.RestoreWindow(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RestoreWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RestoreWindowRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[843] is not null and var loadedFnPtr + _slots[846] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[843] = nativeContext.LoadFunction("SDL_RestoreWindow", "SDL3") + : _slots[846] = nativeContext.LoadFunction("SDL_RestoreWindow", "SDL3") ) )(window); @@ -90101,6 +93196,9 @@ _slots[843] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte RestoreWindowRaw(WindowHandle window) => DllImport.RestoreWindowRaw(window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ResumeAudioDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ResumeAudioDevice([NativeTypeName("SDL_AudioDeviceID")] uint devid) => (MaybeBool)(byte)((ISdl)this).ResumeAudioDeviceRaw(devid); @@ -90113,13 +93211,15 @@ public static MaybeBool ResumeAudioDevice( [NativeTypeName("SDL_AudioDeviceID")] uint devid ) => DllImport.ResumeAudioDevice(devid); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ResumeAudioDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ResumeAudioDeviceRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid) => ( (delegate* unmanaged)( - _slots[844] is not null and var loadedFnPtr + _slots[847] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[844] = nativeContext.LoadFunction("SDL_ResumeAudioDevice", "SDL3") + : _slots[847] = nativeContext.LoadFunction("SDL_ResumeAudioDevice", "SDL3") ) )(devid); @@ -90129,6 +93229,9 @@ _slots[844] is not null and var loadedFnPtr public static byte ResumeAudioDeviceRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid) => DllImport.ResumeAudioDeviceRaw(devid); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ResumeAudioStreamDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ResumeAudioStreamDevice(AudioStreamHandle stream) => (MaybeBool)(byte)((ISdl)this).ResumeAudioStreamDeviceRaw(stream); @@ -90140,13 +93243,15 @@ MaybeBool ISdl.ResumeAudioStreamDevice(AudioStreamHandle stream) => public static MaybeBool ResumeAudioStreamDevice(AudioStreamHandle stream) => DllImport.ResumeAudioStreamDevice(stream); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ResumeAudioStreamDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ResumeAudioStreamDeviceRaw(AudioStreamHandle stream) => ( (delegate* unmanaged)( - _slots[845] is not null and var loadedFnPtr + _slots[848] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[845] = nativeContext.LoadFunction( + : _slots[848] = nativeContext.LoadFunction( "SDL_ResumeAudioStreamDevice", "SDL3" ) @@ -90159,6 +93264,9 @@ _slots[845] is not null and var loadedFnPtr public static byte ResumeAudioStreamDeviceRaw(AudioStreamHandle stream) => DllImport.ResumeAudioStreamDeviceRaw(stream); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ResumeHaptic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ResumeHaptic(HapticHandle haptic) => (MaybeBool)(byte)((ISdl)this).ResumeHapticRaw(haptic); @@ -90170,13 +93278,15 @@ MaybeBool ISdl.ResumeHaptic(HapticHandle haptic) => public static MaybeBool ResumeHaptic(HapticHandle haptic) => DllImport.ResumeHaptic(haptic); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ResumeHaptic")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ResumeHapticRaw(HapticHandle haptic) => ( (delegate* unmanaged)( - _slots[846] is not null and var loadedFnPtr + _slots[849] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[846] = nativeContext.LoadFunction("SDL_ResumeHaptic", "SDL3") + : _slots[849] = nativeContext.LoadFunction("SDL_ResumeHaptic", "SDL3") ) )(haptic); @@ -90185,13 +93295,14 @@ _slots[846] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte ResumeHapticRaw(HapticHandle haptic) => DllImport.ResumeHapticRaw(haptic); + [NativeFunction("SDL3", EntryPoint = "SDL_round")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Round(double x) => ( (delegate* unmanaged)( - _slots[847] is not null and var loadedFnPtr + _slots[850] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[847] = nativeContext.LoadFunction("SDL_round", "SDL3") + : _slots[850] = nativeContext.LoadFunction("SDL_round", "SDL3") ) )(x); @@ -90199,13 +93310,14 @@ _slots[847] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Round(double x) => DllImport.Round(x); + [NativeFunction("SDL3", EntryPoint = "SDL_roundf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Roundf(float x) => ( (delegate* unmanaged)( - _slots[848] is not null and var loadedFnPtr + _slots[851] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[848] = nativeContext.LoadFunction("SDL_roundf", "SDL3") + : _slots[851] = nativeContext.LoadFunction("SDL_roundf", "SDL3") ) )(x); @@ -90213,6 +93325,9 @@ _slots[848] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Roundf(float x) => DllImport.Roundf(x); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RumbleGamepad")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RumbleGamepad( GamepadHandle gamepad, @@ -90240,6 +93355,8 @@ public static MaybeBool RumbleGamepad( [NativeTypeName("Uint32")] uint duration_ms ) => DllImport.RumbleGamepad(gamepad, low_frequency_rumble, high_frequency_rumble, duration_ms); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RumbleGamepad")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RumbleGamepadRaw( GamepadHandle gamepad, @@ -90249,9 +93366,9 @@ byte ISdl.RumbleGamepadRaw( ) => ( (delegate* unmanaged)( - _slots[849] is not null and var loadedFnPtr + _slots[852] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[849] = nativeContext.LoadFunction("SDL_RumbleGamepad", "SDL3") + : _slots[852] = nativeContext.LoadFunction("SDL_RumbleGamepad", "SDL3") ) )(gamepad, low_frequency_rumble, high_frequency_rumble, duration_ms); @@ -90271,6 +93388,9 @@ public static byte RumbleGamepadRaw( duration_ms ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RumbleGamepadTriggers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RumbleGamepadTriggers( GamepadHandle gamepad, @@ -90298,6 +93418,8 @@ public static MaybeBool RumbleGamepadTriggers( [NativeTypeName("Uint32")] uint duration_ms ) => DllImport.RumbleGamepadTriggers(gamepad, left_rumble, right_rumble, duration_ms); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RumbleGamepadTriggers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RumbleGamepadTriggersRaw( GamepadHandle gamepad, @@ -90307,9 +93429,9 @@ byte ISdl.RumbleGamepadTriggersRaw( ) => ( (delegate* unmanaged)( - _slots[850] is not null and var loadedFnPtr + _slots[853] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[850] = nativeContext.LoadFunction("SDL_RumbleGamepadTriggers", "SDL3") + : _slots[853] = nativeContext.LoadFunction("SDL_RumbleGamepadTriggers", "SDL3") ) )(gamepad, left_rumble, right_rumble, duration_ms); @@ -90323,6 +93445,9 @@ public static byte RumbleGamepadTriggersRaw( [NativeTypeName("Uint32")] uint duration_ms ) => DllImport.RumbleGamepadTriggersRaw(gamepad, left_rumble, right_rumble, duration_ms); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RumbleJoystick")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RumbleJoystick( JoystickHandle joystick, @@ -90356,6 +93481,8 @@ public static MaybeBool RumbleJoystick( duration_ms ); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RumbleJoystick")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RumbleJoystickRaw( JoystickHandle joystick, @@ -90365,9 +93492,9 @@ byte ISdl.RumbleJoystickRaw( ) => ( (delegate* unmanaged)( - _slots[851] is not null and var loadedFnPtr + _slots[854] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[851] = nativeContext.LoadFunction("SDL_RumbleJoystick", "SDL3") + : _slots[854] = nativeContext.LoadFunction("SDL_RumbleJoystick", "SDL3") ) )(joystick, low_frequency_rumble, high_frequency_rumble, duration_ms); @@ -90387,6 +93514,9 @@ public static byte RumbleJoystickRaw( duration_ms ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RumbleJoystickTriggers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RumbleJoystickTriggers( JoystickHandle joystick, @@ -90414,6 +93544,8 @@ public static MaybeBool RumbleJoystickTriggers( [NativeTypeName("Uint32")] uint duration_ms ) => DllImport.RumbleJoystickTriggers(joystick, left_rumble, right_rumble, duration_ms); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RumbleJoystickTriggers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RumbleJoystickTriggersRaw( JoystickHandle joystick, @@ -90423,9 +93555,9 @@ byte ISdl.RumbleJoystickTriggersRaw( ) => ( (delegate* unmanaged)( - _slots[852] is not null and var loadedFnPtr + _slots[855] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[852] = nativeContext.LoadFunction("SDL_RumbleJoystickTriggers", "SDL3") + : _slots[855] = nativeContext.LoadFunction("SDL_RumbleJoystickTriggers", "SDL3") ) )(joystick, left_rumble, right_rumble, duration_ms); @@ -90439,6 +93571,7 @@ public static byte RumbleJoystickTriggersRaw( [NativeTypeName("Uint32")] uint duration_ms ) => DllImport.RumbleJoystickTriggersRaw(joystick, left_rumble, right_rumble, duration_ms); + [NativeFunction("SDL3", EntryPoint = "SDL_RunApp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.RunApp( int argc, @@ -90448,9 +93581,9 @@ int ISdl.RunApp( ) => ( (delegate* unmanaged)( - _slots[853] is not null and var loadedFnPtr + _slots[856] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[853] = nativeContext.LoadFunction("SDL_RunApp", "SDL3") + : _slots[856] = nativeContext.LoadFunction("SDL_RunApp", "SDL3") ) )(argc, argv, mainFunction, reserved); @@ -90463,6 +93596,8 @@ public static int RunApp( void* reserved ) => DllImport.RunApp(argc, argv, mainFunction, reserved); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RunApp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.RunApp( int argc, @@ -90488,6 +93623,9 @@ public static int RunApp( Ref reserved ) => DllImport.RunApp(argc, argv, mainFunction, reserved); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RunHapticEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RunHapticEffect( HapticHandle haptic, @@ -90505,6 +93643,8 @@ public static MaybeBool RunHapticEffect( [NativeTypeName("Uint32")] uint iterations ) => DllImport.RunHapticEffect(haptic, effect, iterations); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RunHapticEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RunHapticEffectRaw( HapticHandle haptic, @@ -90513,9 +93653,9 @@ byte ISdl.RunHapticEffectRaw( ) => ( (delegate* unmanaged)( - _slots[854] is not null and var loadedFnPtr + _slots[857] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[854] = nativeContext.LoadFunction("SDL_RunHapticEffect", "SDL3") + : _slots[857] = nativeContext.LoadFunction("SDL_RunHapticEffect", "SDL3") ) )(haptic, effect, iterations); @@ -90528,6 +93668,8 @@ public static byte RunHapticEffectRaw( [NativeTypeName("Uint32")] uint iterations ) => DllImport.RunHapticEffectRaw(haptic, effect, iterations); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_RunOnMainThread")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.RunOnMainThread( [NativeTypeName("SDL_MainThreadCallback")] MainThreadCallback callback, @@ -90536,9 +93678,9 @@ byte ISdl.RunOnMainThread( ) => ( (delegate* unmanaged)( - _slots[855] is not null and var loadedFnPtr + _slots[858] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[855] = nativeContext.LoadFunction("SDL_RunOnMainThread", "SDL3") + : _slots[858] = nativeContext.LoadFunction("SDL_RunOnMainThread", "SDL3") ) )(callback, userdata, wait_complete); @@ -90551,6 +93693,9 @@ public static byte RunOnMainThread( [NativeTypeName("bool")] byte wait_complete ) => DllImport.RunOnMainThread(callback, userdata, wait_complete); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_RunOnMainThread")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.RunOnMainThread( [NativeTypeName("SDL_MainThreadCallback")] MainThreadCallback callback, @@ -90575,13 +93720,15 @@ public static MaybeBool RunOnMainThread( [NativeTypeName("bool")] MaybeBool wait_complete ) => DllImport.RunOnMainThread(callback, userdata, wait_complete); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SaveBMP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SaveBMP(Surface* surface, [NativeTypeName("const char *")] sbyte* file) => ( (delegate* unmanaged)( - _slots[856] is not null and var loadedFnPtr + _slots[859] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[856] = nativeContext.LoadFunction("SDL_SaveBMP", "SDL3") + : _slots[859] = nativeContext.LoadFunction("SDL_SaveBMP", "SDL3") ) )(surface, file); @@ -90591,6 +93738,9 @@ _slots[856] is not null and var loadedFnPtr public static byte SaveBMP(Surface* surface, [NativeTypeName("const char *")] sbyte* file) => DllImport.SaveBMP(surface, file); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SaveBMP")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SaveBMP( Ref surface, @@ -90613,6 +93763,8 @@ public static MaybeBool SaveBMP( [NativeTypeName("const char *")] Ref file ) => DllImport.SaveBMP(surface, file); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SaveBMP_IO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SaveBMPIO( Surface* surface, @@ -90621,9 +93773,9 @@ byte ISdl.SaveBMPIO( ) => ( (delegate* unmanaged)( - _slots[857] is not null and var loadedFnPtr + _slots[860] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[857] = nativeContext.LoadFunction("SDL_SaveBMP_IO", "SDL3") + : _slots[860] = nativeContext.LoadFunction("SDL_SaveBMP_IO", "SDL3") ) )(surface, dst, closeio); @@ -90636,6 +93788,9 @@ public static byte SaveBMPIO( [NativeTypeName("bool")] byte closeio ) => DllImport.SaveBMPIO(surface, dst, closeio); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SaveBMP_IO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SaveBMPIO( Ref surface, @@ -90659,6 +93814,8 @@ public static MaybeBool SaveBMPIO( [NativeTypeName("bool")] MaybeBool closeio ) => DllImport.SaveBMPIO(surface, dst, closeio); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SaveFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SaveFile( [NativeTypeName("const char *")] sbyte* file, @@ -90667,9 +93824,9 @@ byte ISdl.SaveFile( ) => ( (delegate* unmanaged)( - _slots[858] is not null and var loadedFnPtr + _slots[861] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[858] = nativeContext.LoadFunction("SDL_SaveFile", "SDL3") + : _slots[861] = nativeContext.LoadFunction("SDL_SaveFile", "SDL3") ) )(file, data, datasize); @@ -90682,6 +93839,9 @@ public static byte SaveFile( [NativeTypeName("size_t")] nuint datasize ) => DllImport.SaveFile(file, data, datasize); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SaveFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SaveFile( [NativeTypeName("const char *")] Ref file, @@ -90706,6 +93866,8 @@ public static MaybeBool SaveFile( [NativeTypeName("size_t")] nuint datasize ) => DllImport.SaveFile(file, data, datasize); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SaveFile_IO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SaveFileIO( IOStreamHandle src, @@ -90715,9 +93877,9 @@ byte ISdl.SaveFileIO( ) => ( (delegate* unmanaged)( - _slots[859] is not null and var loadedFnPtr + _slots[862] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[859] = nativeContext.LoadFunction("SDL_SaveFile_IO", "SDL3") + : _slots[862] = nativeContext.LoadFunction("SDL_SaveFile_IO", "SDL3") ) )(src, data, datasize, closeio); @@ -90731,6 +93893,9 @@ public static byte SaveFileIO( [NativeTypeName("bool")] byte closeio ) => DllImport.SaveFileIO(src, data, datasize, closeio); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SaveFile_IO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SaveFileIO( IOStreamHandle src, @@ -90757,13 +93922,14 @@ public static MaybeBool SaveFileIO( [NativeTypeName("bool")] MaybeBool closeio ) => DllImport.SaveFileIO(src, data, datasize, closeio); + [NativeFunction("SDL3", EntryPoint = "SDL_scalbn")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Scalbn(double x, int n) => ( (delegate* unmanaged)( - _slots[860] is not null and var loadedFnPtr + _slots[863] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[860] = nativeContext.LoadFunction("SDL_scalbn", "SDL3") + : _slots[863] = nativeContext.LoadFunction("SDL_scalbn", "SDL3") ) )(x, n); @@ -90771,13 +93937,14 @@ _slots[860] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Scalbn(double x, int n) => DllImport.Scalbn(x, n); + [NativeFunction("SDL3", EntryPoint = "SDL_scalbnf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Scalbnf(float x, int n) => ( (delegate* unmanaged)( - _slots[861] is not null and var loadedFnPtr + _slots[864] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[861] = nativeContext.LoadFunction("SDL_scalbnf", "SDL3") + : _slots[864] = nativeContext.LoadFunction("SDL_scalbnf", "SDL3") ) )(x, n); @@ -90785,13 +93952,14 @@ _slots[861] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Scalbnf(float x, int n) => DllImport.Scalbnf(x, n); + [NativeFunction("SDL3", EntryPoint = "SDL_ScaleSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Surface* ISdl.ScaleSurface(Surface* surface, int width, int height, ScaleMode scaleMode) => ( (delegate* unmanaged)( - _slots[862] is not null and var loadedFnPtr + _slots[865] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[862] = nativeContext.LoadFunction("SDL_ScaleSurface", "SDL3") + : _slots[865] = nativeContext.LoadFunction("SDL_ScaleSurface", "SDL3") ) )(surface, width, height, scaleMode); @@ -90804,6 +93972,8 @@ _slots[862] is not null and var loadedFnPtr ScaleMode scaleMode ) => DllImport.ScaleSurface(surface, width, height, scaleMode); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ScaleSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.ScaleSurface(Ref surface, int width, int height, ScaleMode scaleMode) { @@ -90823,6 +93993,9 @@ public static Ptr ScaleSurface( ScaleMode scaleMode ) => DllImport.ScaleSurface(surface, width, height, scaleMode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ScreenKeyboardShown")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ScreenKeyboardShown(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).ScreenKeyboardShownRaw(window); @@ -90834,13 +94007,15 @@ MaybeBool ISdl.ScreenKeyboardShown(WindowHandle window) => public static MaybeBool ScreenKeyboardShown(WindowHandle window) => DllImport.ScreenKeyboardShown(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ScreenKeyboardShown")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ScreenKeyboardShownRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[863] is not null and var loadedFnPtr + _slots[866] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[863] = nativeContext.LoadFunction("SDL_ScreenKeyboardShown", "SDL3") + : _slots[866] = nativeContext.LoadFunction("SDL_ScreenKeyboardShown", "SDL3") ) )(window); @@ -90850,6 +94025,9 @@ _slots[863] is not null and var loadedFnPtr public static byte ScreenKeyboardShownRaw(WindowHandle window) => DllImport.ScreenKeyboardShownRaw(window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ScreenSaverEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ScreenSaverEnabled() => (MaybeBool)(byte)((ISdl)this).ScreenSaverEnabledRaw(); @@ -90860,13 +94038,15 @@ MaybeBool ISdl.ScreenSaverEnabled() => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool ScreenSaverEnabled() => DllImport.ScreenSaverEnabled(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ScreenSaverEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ScreenSaverEnabledRaw() => ( (delegate* unmanaged)( - _slots[864] is not null and var loadedFnPtr + _slots[867] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[864] = nativeContext.LoadFunction("SDL_ScreenSaverEnabled", "SDL3") + : _slots[867] = nativeContext.LoadFunction("SDL_ScreenSaverEnabled", "SDL3") ) )(); @@ -90875,6 +94055,8 @@ _slots[864] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte ScreenSaverEnabledRaw() => DllImport.ScreenSaverEnabledRaw(); + [return: NativeTypeName("Sint64")] + [NativeFunction("SDL3", EntryPoint = "SDL_SeekIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] long ISdl.SeekIO( IOStreamHandle context, @@ -90883,9 +94065,9 @@ IOWhence whence ) => ( (delegate* unmanaged)( - _slots[865] is not null and var loadedFnPtr + _slots[868] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[865] = nativeContext.LoadFunction("SDL_SeekIO", "SDL3") + : _slots[868] = nativeContext.LoadFunction("SDL_SeekIO", "SDL3") ) )(context, offset, whence); @@ -90898,6 +94080,8 @@ public static long SeekIO( IOWhence whence ) => DllImport.SeekIO(context, offset, whence); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SendGamepadEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SendGamepadEffect( GamepadHandle gamepad, @@ -90906,9 +94090,9 @@ int size ) => ( (delegate* unmanaged)( - _slots[866] is not null and var loadedFnPtr + _slots[869] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[866] = nativeContext.LoadFunction("SDL_SendGamepadEffect", "SDL3") + : _slots[869] = nativeContext.LoadFunction("SDL_SendGamepadEffect", "SDL3") ) )(gamepad, data, size); @@ -90921,6 +94105,9 @@ public static byte SendGamepadEffect( int size ) => DllImport.SendGamepadEffect(gamepad, data, size); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SendGamepadEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SendGamepadEffect( GamepadHandle gamepad, @@ -90944,6 +94131,8 @@ public static MaybeBool SendGamepadEffect( int size ) => DllImport.SendGamepadEffect(gamepad, data, size); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SendJoystickEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SendJoystickEffect( JoystickHandle joystick, @@ -90952,9 +94141,9 @@ int size ) => ( (delegate* unmanaged)( - _slots[867] is not null and var loadedFnPtr + _slots[870] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[867] = nativeContext.LoadFunction("SDL_SendJoystickEffect", "SDL3") + : _slots[870] = nativeContext.LoadFunction("SDL_SendJoystickEffect", "SDL3") ) )(joystick, data, size); @@ -90967,6 +94156,9 @@ public static byte SendJoystickEffect( int size ) => DllImport.SendJoystickEffect(joystick, data, size); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SendJoystickEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SendJoystickEffect( JoystickHandle joystick, @@ -90991,6 +94183,8 @@ public static MaybeBool SendJoystickEffect( int size ) => DllImport.SendJoystickEffect(joystick, data, size); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SendJoystickVirtualSensorData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SendJoystickVirtualSensorData( JoystickHandle joystick, @@ -91001,9 +94195,9 @@ int num_values ) => ( (delegate* unmanaged)( - _slots[868] is not null and var loadedFnPtr + _slots[871] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[868] = nativeContext.LoadFunction( + : _slots[871] = nativeContext.LoadFunction( "SDL_SendJoystickVirtualSensorData", "SDL3" ) @@ -91022,6 +94216,9 @@ int num_values ) => DllImport.SendJoystickVirtualSensorData(joystick, type, sensor_timestamp, data, num_values); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SendJoystickVirtualSensorData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SendJoystickVirtualSensorData( JoystickHandle joystick, @@ -91058,6 +94255,8 @@ int num_values ) => DllImport.SendJoystickVirtualSensorData(joystick, type, sensor_timestamp, data, num_values); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAppMetadata")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetAppMetadata( [NativeTypeName("const char *")] sbyte* appname, @@ -91066,9 +94265,9 @@ byte ISdl.SetAppMetadata( ) => ( (delegate* unmanaged)( - _slots[869] is not null and var loadedFnPtr + _slots[872] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[869] = nativeContext.LoadFunction("SDL_SetAppMetadata", "SDL3") + : _slots[872] = nativeContext.LoadFunction("SDL_SetAppMetadata", "SDL3") ) )(appname, appversion, appidentifier); @@ -91081,6 +94280,9 @@ public static byte SetAppMetadata( [NativeTypeName("const char *")] sbyte* appidentifier ) => DllImport.SetAppMetadata(appname, appversion, appidentifier); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAppMetadata")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetAppMetadata( [NativeTypeName("const char *")] Ref appname, @@ -91112,6 +94314,8 @@ public static MaybeBool SetAppMetadata( [NativeTypeName("const char *")] Ref appidentifier ) => DllImport.SetAppMetadata(appname, appversion, appidentifier); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAppMetadataProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetAppMetadataProperty( [NativeTypeName("const char *")] sbyte* name, @@ -91119,9 +94323,9 @@ byte ISdl.SetAppMetadataProperty( ) => ( (delegate* unmanaged)( - _slots[870] is not null and var loadedFnPtr + _slots[873] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[870] = nativeContext.LoadFunction("SDL_SetAppMetadataProperty", "SDL3") + : _slots[873] = nativeContext.LoadFunction("SDL_SetAppMetadataProperty", "SDL3") ) )(name, value); @@ -91133,6 +94337,9 @@ public static byte SetAppMetadataProperty( [NativeTypeName("const char *")] sbyte* value ) => DllImport.SetAppMetadataProperty(name, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAppMetadataProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetAppMetadataProperty( [NativeTypeName("const char *")] Ref name, @@ -91156,6 +94363,7 @@ public static MaybeBool SetAppMetadataProperty( [NativeTypeName("const char *")] Ref value ) => DllImport.SetAppMetadataProperty(name, value); + [NativeFunction("SDL3", EntryPoint = "SDL_SetAssertionHandler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetAssertionHandler( [NativeTypeName("SDL_AssertionHandler")] AssertionHandler handler, @@ -91163,9 +94371,9 @@ void ISdl.SetAssertionHandler( ) => ( (delegate* unmanaged)( - _slots[871] is not null and var loadedFnPtr + _slots[874] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[871] = nativeContext.LoadFunction("SDL_SetAssertionHandler", "SDL3") + : _slots[874] = nativeContext.LoadFunction("SDL_SetAssertionHandler", "SDL3") ) )(handler, userdata); @@ -91176,6 +94384,8 @@ public static void SetAssertionHandler( void* userdata ) => DllImport.SetAssertionHandler(handler, userdata); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAssertionHandler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetAssertionHandler( [NativeTypeName("SDL_AssertionHandler")] AssertionHandler handler, @@ -91196,13 +94406,14 @@ public static void SetAssertionHandler( Ref userdata ) => DllImport.SetAssertionHandler(handler, userdata); + [NativeFunction("SDL3", EntryPoint = "SDL_SetAtomicInt")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.SetAtomicInt(AtomicInt* a, int v) => ( (delegate* unmanaged)( - _slots[872] is not null and var loadedFnPtr + _slots[875] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[872] = nativeContext.LoadFunction("SDL_SetAtomicInt", "SDL3") + : _slots[875] = nativeContext.LoadFunction("SDL_SetAtomicInt", "SDL3") ) )(a, v); @@ -91210,6 +94421,8 @@ _slots[872] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int SetAtomicInt(AtomicInt* a, int v) => DllImport.SetAtomicInt(a, v); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAtomicInt")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.SetAtomicInt(Ref a, int v) { @@ -91224,13 +94437,14 @@ int ISdl.SetAtomicInt(Ref a, int v) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int SetAtomicInt(Ref a, int v) => DllImport.SetAtomicInt(a, v); + [NativeFunction("SDL3", EntryPoint = "SDL_SetAtomicPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void* ISdl.SetAtomicPointer(void** a, void* v) => ( (delegate* unmanaged)( - _slots[873] is not null and var loadedFnPtr + _slots[876] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[873] = nativeContext.LoadFunction("SDL_SetAtomicPointer", "SDL3") + : _slots[876] = nativeContext.LoadFunction("SDL_SetAtomicPointer", "SDL3") ) )(a, v); @@ -91238,6 +94452,8 @@ _slots[873] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void* SetAtomicPointer(void** a, void* v) => DllImport.SetAtomicPointer(a, v); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAtomicPointer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.SetAtomicPointer(Ref2D a, Ref v) { @@ -91253,13 +94469,15 @@ Ptr ISdl.SetAtomicPointer(Ref2D a, Ref v) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr SetAtomicPointer(Ref2D a, Ref v) => DllImport.SetAtomicPointer(a, v); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAtomicU32")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.SetAtomicU32(AtomicU32* a, [NativeTypeName("Uint32")] uint v) => ( (delegate* unmanaged)( - _slots[874] is not null and var loadedFnPtr + _slots[877] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[874] = nativeContext.LoadFunction("SDL_SetAtomicU32", "SDL3") + : _slots[877] = nativeContext.LoadFunction("SDL_SetAtomicU32", "SDL3") ) )(a, v); @@ -91269,6 +94487,9 @@ _slots[874] is not null and var loadedFnPtr public static uint SetAtomicU32(AtomicU32* a, [NativeTypeName("Uint32")] uint v) => DllImport.SetAtomicU32(a, v); + [return: NativeTypeName("Uint32")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAtomicU32")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.SetAtomicU32(Ref a, [NativeTypeName("Uint32")] uint v) { @@ -91285,6 +94506,9 @@ uint ISdl.SetAtomicU32(Ref a, [NativeTypeName("Uint32")] uint v) public static uint SetAtomicU32(Ref a, [NativeTypeName("Uint32")] uint v) => DllImport.SetAtomicU32(a, v); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioDeviceGain")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetAudioDeviceGain( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -91300,13 +94524,15 @@ public static MaybeBool SetAudioDeviceGain( float gain ) => DllImport.SetAudioDeviceGain(devid, gain); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioDeviceGain")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetAudioDeviceGainRaw([NativeTypeName("SDL_AudioDeviceID")] uint devid, float gain) => ( (delegate* unmanaged)( - _slots[875] is not null and var loadedFnPtr + _slots[878] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[875] = nativeContext.LoadFunction("SDL_SetAudioDeviceGain", "SDL3") + : _slots[878] = nativeContext.LoadFunction("SDL_SetAudioDeviceGain", "SDL3") ) )(devid, gain); @@ -91318,6 +94544,8 @@ public static byte SetAudioDeviceGainRaw( float gain ) => DllImport.SetAudioDeviceGainRaw(devid, gain); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioPostmixCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetAudioPostmixCallback( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -91326,9 +94554,9 @@ byte ISdl.SetAudioPostmixCallback( ) => ( (delegate* unmanaged)( - _slots[876] is not null and var loadedFnPtr + _slots[879] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[876] = nativeContext.LoadFunction( + : _slots[879] = nativeContext.LoadFunction( "SDL_SetAudioPostmixCallback", "SDL3" ) @@ -91344,6 +94572,9 @@ public static byte SetAudioPostmixCallback( void* userdata ) => DllImport.SetAudioPostmixCallback(devid, callback, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioPostmixCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetAudioPostmixCallback( [NativeTypeName("SDL_AudioDeviceID")] uint devid, @@ -91368,6 +94599,8 @@ public static MaybeBool SetAudioPostmixCallback( Ref userdata ) => DllImport.SetAudioPostmixCallback(devid, callback, userdata); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetAudioStreamFormat( AudioStreamHandle stream, @@ -91376,9 +94609,9 @@ byte ISdl.SetAudioStreamFormat( ) => ( (delegate* unmanaged)( - _slots[877] is not null and var loadedFnPtr + _slots[880] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[877] = nativeContext.LoadFunction("SDL_SetAudioStreamFormat", "SDL3") + : _slots[880] = nativeContext.LoadFunction("SDL_SetAudioStreamFormat", "SDL3") ) )(stream, src_spec, dst_spec); @@ -91391,6 +94624,9 @@ public static byte SetAudioStreamFormat( [NativeTypeName("const SDL_AudioSpec *")] AudioSpec* dst_spec ) => DllImport.SetAudioStreamFormat(stream, src_spec, dst_spec); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamFormat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetAudioStreamFormat( AudioStreamHandle stream, @@ -91416,6 +94652,9 @@ public static MaybeBool SetAudioStreamFormat( [NativeTypeName("const SDL_AudioSpec *")] Ref dst_spec ) => DllImport.SetAudioStreamFormat(stream, src_spec, dst_spec); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamFrequencyRatio")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetAudioStreamFrequencyRatio(AudioStreamHandle stream, float ratio) => (MaybeBool)(byte)((ISdl)this).SetAudioStreamFrequencyRatioRaw(stream, ratio); @@ -91429,13 +94668,15 @@ public static MaybeBool SetAudioStreamFrequencyRatio( float ratio ) => DllImport.SetAudioStreamFrequencyRatio(stream, ratio); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamFrequencyRatio")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetAudioStreamFrequencyRatioRaw(AudioStreamHandle stream, float ratio) => ( (delegate* unmanaged)( - _slots[878] is not null and var loadedFnPtr + _slots[881] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[878] = nativeContext.LoadFunction( + : _slots[881] = nativeContext.LoadFunction( "SDL_SetAudioStreamFrequencyRatio", "SDL3" ) @@ -91448,6 +94689,9 @@ _slots[878] is not null and var loadedFnPtr public static byte SetAudioStreamFrequencyRatioRaw(AudioStreamHandle stream, float ratio) => DllImport.SetAudioStreamFrequencyRatioRaw(stream, ratio); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamGain")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetAudioStreamGain(AudioStreamHandle stream, float gain) => (MaybeBool)(byte)((ISdl)this).SetAudioStreamGainRaw(stream, gain); @@ -91459,13 +94703,15 @@ MaybeBool ISdl.SetAudioStreamGain(AudioStreamHandle stream, float gain) => public static MaybeBool SetAudioStreamGain(AudioStreamHandle stream, float gain) => DllImport.SetAudioStreamGain(stream, gain); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamGain")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetAudioStreamGainRaw(AudioStreamHandle stream, float gain) => ( (delegate* unmanaged)( - _slots[879] is not null and var loadedFnPtr + _slots[882] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[879] = nativeContext.LoadFunction("SDL_SetAudioStreamGain", "SDL3") + : _slots[882] = nativeContext.LoadFunction("SDL_SetAudioStreamGain", "SDL3") ) )(stream, gain); @@ -91475,6 +94721,8 @@ _slots[879] is not null and var loadedFnPtr public static byte SetAudioStreamGainRaw(AudioStreamHandle stream, float gain) => DllImport.SetAudioStreamGainRaw(stream, gain); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamGetCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetAudioStreamGetCallback( AudioStreamHandle stream, @@ -91483,9 +94731,9 @@ byte ISdl.SetAudioStreamGetCallback( ) => ( (delegate* unmanaged)( - _slots[880] is not null and var loadedFnPtr + _slots[883] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[880] = nativeContext.LoadFunction( + : _slots[883] = nativeContext.LoadFunction( "SDL_SetAudioStreamGetCallback", "SDL3" ) @@ -91501,6 +94749,9 @@ public static byte SetAudioStreamGetCallback( void* userdata ) => DllImport.SetAudioStreamGetCallback(stream, callback, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamGetCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetAudioStreamGetCallback( AudioStreamHandle stream, @@ -91525,6 +94776,8 @@ public static MaybeBool SetAudioStreamGetCallback( Ref userdata ) => DllImport.SetAudioStreamGetCallback(stream, callback, userdata); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamInputChannelMap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetAudioStreamInputChannelMap( AudioStreamHandle stream, @@ -91533,9 +94786,9 @@ int count ) => ( (delegate* unmanaged)( - _slots[881] is not null and var loadedFnPtr + _slots[884] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[881] = nativeContext.LoadFunction( + : _slots[884] = nativeContext.LoadFunction( "SDL_SetAudioStreamInputChannelMap", "SDL3" ) @@ -91551,6 +94804,9 @@ public static byte SetAudioStreamInputChannelMap( int count ) => DllImport.SetAudioStreamInputChannelMap(stream, chmap, count); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamInputChannelMap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetAudioStreamInputChannelMap( AudioStreamHandle stream, @@ -91575,6 +94831,8 @@ public static MaybeBool SetAudioStreamInputChannelMap( int count ) => DllImport.SetAudioStreamInputChannelMap(stream, chmap, count); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamOutputChannelMap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetAudioStreamOutputChannelMap( AudioStreamHandle stream, @@ -91583,9 +94841,9 @@ int count ) => ( (delegate* unmanaged)( - _slots[882] is not null and var loadedFnPtr + _slots[885] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[882] = nativeContext.LoadFunction( + : _slots[885] = nativeContext.LoadFunction( "SDL_SetAudioStreamOutputChannelMap", "SDL3" ) @@ -91601,6 +94859,9 @@ public static byte SetAudioStreamOutputChannelMap( int count ) => DllImport.SetAudioStreamOutputChannelMap(stream, chmap, count); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamOutputChannelMap")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetAudioStreamOutputChannelMap( AudioStreamHandle stream, @@ -91625,6 +94886,8 @@ public static MaybeBool SetAudioStreamOutputChannelMap( int count ) => DllImport.SetAudioStreamOutputChannelMap(stream, chmap, count); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamPutCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetAudioStreamPutCallback( AudioStreamHandle stream, @@ -91633,9 +94896,9 @@ byte ISdl.SetAudioStreamPutCallback( ) => ( (delegate* unmanaged)( - _slots[883] is not null and var loadedFnPtr + _slots[886] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[883] = nativeContext.LoadFunction( + : _slots[886] = nativeContext.LoadFunction( "SDL_SetAudioStreamPutCallback", "SDL3" ) @@ -91651,6 +94914,9 @@ public static byte SetAudioStreamPutCallback( void* userdata ) => DllImport.SetAudioStreamPutCallback(stream, callback, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetAudioStreamPutCallback")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetAudioStreamPutCallback( AudioStreamHandle stream, @@ -91675,6 +94941,8 @@ public static MaybeBool SetAudioStreamPutCallback( Ref userdata ) => DllImport.SetAudioStreamPutCallback(stream, callback, userdata); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetBooleanProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetBooleanProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -91683,9 +94951,9 @@ byte ISdl.SetBooleanProperty( ) => ( (delegate* unmanaged)( - _slots[884] is not null and var loadedFnPtr + _slots[887] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[884] = nativeContext.LoadFunction("SDL_SetBooleanProperty", "SDL3") + : _slots[887] = nativeContext.LoadFunction("SDL_SetBooleanProperty", "SDL3") ) )(props, name, value); @@ -91698,6 +94966,9 @@ public static byte SetBooleanProperty( [NativeTypeName("bool")] byte value ) => DllImport.SetBooleanProperty(props, name, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetBooleanProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetBooleanProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -91722,6 +94993,8 @@ public static MaybeBool SetBooleanProperty( [NativeTypeName("bool")] MaybeBool value ) => DllImport.SetBooleanProperty(props, name, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetClipboardData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetClipboardData( [NativeTypeName("SDL_ClipboardDataCallback")] ClipboardDataCallback callback, @@ -91738,9 +95011,9 @@ byte ISdl.SetClipboardData( sbyte**, nuint, byte>)( - _slots[885] is not null and var loadedFnPtr + _slots[888] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[885] = nativeContext.LoadFunction("SDL_SetClipboardData", "SDL3") + : _slots[888] = nativeContext.LoadFunction("SDL_SetClipboardData", "SDL3") ) )(callback, cleanup, userdata, mime_types, num_mime_types); @@ -91755,6 +95028,9 @@ public static byte SetClipboardData( [NativeTypeName("size_t")] nuint num_mime_types ) => DllImport.SetClipboardData(callback, cleanup, userdata, mime_types, num_mime_types); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetClipboardData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetClipboardData( [NativeTypeName("SDL_ClipboardDataCallback")] ClipboardDataCallback callback, @@ -91791,13 +95067,15 @@ public static MaybeBool SetClipboardData( [NativeTypeName("size_t")] nuint num_mime_types ) => DllImport.SetClipboardData(callback, cleanup, userdata, mime_types, num_mime_types); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetClipboardText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetClipboardText([NativeTypeName("const char *")] sbyte* text) => ( (delegate* unmanaged)( - _slots[886] is not null and var loadedFnPtr + _slots[889] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[886] = nativeContext.LoadFunction("SDL_SetClipboardText", "SDL3") + : _slots[889] = nativeContext.LoadFunction("SDL_SetClipboardText", "SDL3") ) )(text); @@ -91807,6 +95085,9 @@ _slots[886] is not null and var loadedFnPtr public static byte SetClipboardText([NativeTypeName("const char *")] sbyte* text) => DllImport.SetClipboardText(text); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetClipboardText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetClipboardText([NativeTypeName("const char *")] Ref text) { @@ -91824,6 +95105,9 @@ public static MaybeBool SetClipboardText( [NativeTypeName("const char *")] Ref text ) => DllImport.SetClipboardText(text); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetCurrentThreadPriority")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetCurrentThreadPriority(ThreadPriority priority) => (MaybeBool)(byte)((ISdl)this).SetCurrentThreadPriorityRaw(priority); @@ -91835,13 +95119,15 @@ MaybeBool ISdl.SetCurrentThreadPriority(ThreadPriority priority) => public static MaybeBool SetCurrentThreadPriority(ThreadPriority priority) => DllImport.SetCurrentThreadPriority(priority); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetCurrentThreadPriority")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetCurrentThreadPriorityRaw(ThreadPriority priority) => ( (delegate* unmanaged)( - _slots[887] is not null and var loadedFnPtr + _slots[890] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[887] = nativeContext.LoadFunction( + : _slots[890] = nativeContext.LoadFunction( "SDL_SetCurrentThreadPriority", "SDL3" ) @@ -91854,6 +95140,9 @@ _slots[887] is not null and var loadedFnPtr public static byte SetCurrentThreadPriorityRaw(ThreadPriority priority) => DllImport.SetCurrentThreadPriorityRaw(priority); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetCursor(CursorHandle cursor) => (MaybeBool)(byte)((ISdl)this).SetCursorRaw(cursor); @@ -91864,13 +95153,15 @@ MaybeBool ISdl.SetCursor(CursorHandle cursor) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool SetCursor(CursorHandle cursor) => DllImport.SetCursor(cursor); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetCursorRaw(CursorHandle cursor) => ( (delegate* unmanaged)( - _slots[888] is not null and var loadedFnPtr + _slots[891] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[888] = nativeContext.LoadFunction("SDL_SetCursor", "SDL3") + : _slots[891] = nativeContext.LoadFunction("SDL_SetCursor", "SDL3") ) )(cursor); @@ -91879,6 +95170,7 @@ _slots[888] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte SetCursorRaw(CursorHandle cursor) => DllImport.SetCursorRaw(cursor); + [NativeFunction("SDL3", EntryPoint = "SDL_setenv_unsafe")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.SetenvUnsafe( [NativeTypeName("const char *")] sbyte* name, @@ -91887,9 +95179,9 @@ int overwrite ) => ( (delegate* unmanaged)( - _slots[889] is not null and var loadedFnPtr + _slots[892] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[889] = nativeContext.LoadFunction("SDL_setenv_unsafe", "SDL3") + : _slots[892] = nativeContext.LoadFunction("SDL_setenv_unsafe", "SDL3") ) )(name, value, overwrite); @@ -91901,6 +95193,8 @@ public static int SetenvUnsafe( int overwrite ) => DllImport.SetenvUnsafe(name, value, overwrite); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_setenv_unsafe")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.SetenvUnsafe( [NativeTypeName("const char *")] Ref name, @@ -91924,6 +95218,8 @@ public static int SetenvUnsafe( int overwrite ) => DllImport.SetenvUnsafe(name, value, overwrite); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetEnvironmentVariable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetEnvironmentVariable( EnvironmentHandle env, @@ -91933,9 +95229,9 @@ byte ISdl.SetEnvironmentVariable( ) => ( (delegate* unmanaged)( - _slots[890] is not null and var loadedFnPtr + _slots[893] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[890] = nativeContext.LoadFunction("SDL_SetEnvironmentVariable", "SDL3") + : _slots[893] = nativeContext.LoadFunction("SDL_SetEnvironmentVariable", "SDL3") ) )(env, name, value, overwrite); @@ -91949,6 +95245,9 @@ public static byte SetEnvironmentVariable( [NativeTypeName("bool")] byte overwrite ) => DllImport.SetEnvironmentVariable(env, name, value, overwrite); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetEnvironmentVariable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetEnvironmentVariable( EnvironmentHandle env, @@ -91982,6 +95281,8 @@ public static MaybeBool SetEnvironmentVariable( [NativeTypeName("bool")] MaybeBool overwrite ) => DllImport.SetEnvironmentVariable(env, name, value, overwrite); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetErrorV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetErrorV( [NativeTypeName("const char *")] sbyte* fmt, @@ -91989,9 +95290,9 @@ byte ISdl.SetErrorV( ) => ( (delegate* unmanaged)( - _slots[891] is not null and var loadedFnPtr + _slots[894] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[891] = nativeContext.LoadFunction("SDL_SetErrorV", "SDL3") + : _slots[894] = nativeContext.LoadFunction("SDL_SetErrorV", "SDL3") ) )(fmt, ap); @@ -92003,6 +95304,9 @@ public static byte SetErrorV( [NativeTypeName("va_list")] sbyte* ap ) => DllImport.SetErrorV(fmt, ap); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetErrorV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetErrorV( [NativeTypeName("const char *")] Ref fmt, @@ -92025,6 +95329,7 @@ public static MaybeBool SetErrorV( [NativeTypeName("va_list")] Ref ap ) => DllImport.SetErrorV(fmt, ap); + [NativeFunction("SDL3", EntryPoint = "SDL_SetEventEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetEventEnabled( [NativeTypeName("Uint32")] uint type, @@ -92032,9 +95337,9 @@ void ISdl.SetEventEnabled( ) => ( (delegate* unmanaged)( - _slots[892] is not null and var loadedFnPtr + _slots[895] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[892] = nativeContext.LoadFunction("SDL_SetEventEnabled", "SDL3") + : _slots[895] = nativeContext.LoadFunction("SDL_SetEventEnabled", "SDL3") ) )(type, enabled); @@ -92045,6 +95350,8 @@ public static void SetEventEnabled( [NativeTypeName("bool")] byte enabled ) => DllImport.SetEventEnabled(type, enabled); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetEventEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetEventEnabled( [NativeTypeName("Uint32")] uint type, @@ -92059,6 +95366,7 @@ public static void SetEventEnabled( [NativeTypeName("bool")] MaybeBool enabled ) => DllImport.SetEventEnabled(type, enabled); + [NativeFunction("SDL3", EntryPoint = "SDL_SetEventFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetEventFilter( [NativeTypeName("SDL_EventFilter")] EventFilter filter, @@ -92066,9 +95374,9 @@ void ISdl.SetEventFilter( ) => ( (delegate* unmanaged)( - _slots[893] is not null and var loadedFnPtr + _slots[896] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[893] = nativeContext.LoadFunction("SDL_SetEventFilter", "SDL3") + : _slots[896] = nativeContext.LoadFunction("SDL_SetEventFilter", "SDL3") ) )(filter, userdata); @@ -92079,6 +95387,8 @@ public static void SetEventFilter( void* userdata ) => DllImport.SetEventFilter(filter, userdata); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetEventFilter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetEventFilter([NativeTypeName("SDL_EventFilter")] EventFilter filter, Ref userdata) { @@ -92096,6 +95406,8 @@ public static void SetEventFilter( Ref userdata ) => DllImport.SetEventFilter(filter, userdata); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetFloatProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetFloatProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -92104,9 +95416,9 @@ float value ) => ( (delegate* unmanaged)( - _slots[894] is not null and var loadedFnPtr + _slots[897] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[894] = nativeContext.LoadFunction("SDL_SetFloatProperty", "SDL3") + : _slots[897] = nativeContext.LoadFunction("SDL_SetFloatProperty", "SDL3") ) )(props, name, value); @@ -92119,6 +95431,9 @@ public static byte SetFloatProperty( float value ) => DllImport.SetFloatProperty(props, name, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetFloatProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetFloatProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -92142,13 +95457,14 @@ public static MaybeBool SetFloatProperty( float value ) => DllImport.SetFloatProperty(props, name, value); + [NativeFunction("SDL3", EntryPoint = "SDL_SetGamepadEventsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetGamepadEventsEnabled([NativeTypeName("bool")] byte enabled) => ( (delegate* unmanaged)( - _slots[895] is not null and var loadedFnPtr + _slots[898] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[895] = nativeContext.LoadFunction( + : _slots[898] = nativeContext.LoadFunction( "SDL_SetGamepadEventsEnabled", "SDL3" ) @@ -92160,6 +95476,8 @@ _slots[895] is not null and var loadedFnPtr public static void SetGamepadEventsEnabled([NativeTypeName("bool")] byte enabled) => DllImport.SetGamepadEventsEnabled(enabled); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGamepadEventsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetGamepadEventsEnabled([NativeTypeName("bool")] MaybeBool enabled) => ((ISdl)this).SetGamepadEventsEnabled((byte)enabled); @@ -92170,6 +95488,9 @@ void ISdl.SetGamepadEventsEnabled([NativeTypeName("bool")] MaybeBool enabl public static void SetGamepadEventsEnabled([NativeTypeName("bool")] MaybeBool enabled) => DllImport.SetGamepadEventsEnabled(enabled); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGamepadLED")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetGamepadLED( GamepadHandle gamepad, @@ -92189,6 +95510,8 @@ public static MaybeBool SetGamepadLED( [NativeTypeName("Uint8")] byte blue ) => DllImport.SetGamepadLED(gamepad, red, green, blue); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGamepadLED")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetGamepadLEDRaw( GamepadHandle gamepad, @@ -92198,9 +95521,9 @@ byte ISdl.SetGamepadLEDRaw( ) => ( (delegate* unmanaged)( - _slots[896] is not null and var loadedFnPtr + _slots[899] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[896] = nativeContext.LoadFunction("SDL_SetGamepadLED", "SDL3") + : _slots[899] = nativeContext.LoadFunction("SDL_SetGamepadLED", "SDL3") ) )(gamepad, red, green, blue); @@ -92214,6 +95537,8 @@ public static byte SetGamepadLEDRaw( [NativeTypeName("Uint8")] byte blue ) => DllImport.SetGamepadLEDRaw(gamepad, red, green, blue); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGamepadMapping")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetGamepadMapping( [NativeTypeName("SDL_JoystickID")] uint instance_id, @@ -92221,9 +95546,9 @@ byte ISdl.SetGamepadMapping( ) => ( (delegate* unmanaged)( - _slots[897] is not null and var loadedFnPtr + _slots[900] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[897] = nativeContext.LoadFunction("SDL_SetGamepadMapping", "SDL3") + : _slots[900] = nativeContext.LoadFunction("SDL_SetGamepadMapping", "SDL3") ) )(instance_id, mapping); @@ -92235,6 +95560,9 @@ public static byte SetGamepadMapping( [NativeTypeName("const char *")] sbyte* mapping ) => DllImport.SetGamepadMapping(instance_id, mapping); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGamepadMapping")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetGamepadMapping( [NativeTypeName("SDL_JoystickID")] uint instance_id, @@ -92257,6 +95585,9 @@ public static MaybeBool SetGamepadMapping( [NativeTypeName("const char *")] Ref mapping ) => DllImport.SetGamepadMapping(instance_id, mapping); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGamepadPlayerIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetGamepadPlayerIndex(GamepadHandle gamepad, int player_index) => (MaybeBool)(byte)((ISdl)this).SetGamepadPlayerIndexRaw(gamepad, player_index); @@ -92268,13 +95599,15 @@ MaybeBool ISdl.SetGamepadPlayerIndex(GamepadHandle gamepad, int player_ind public static MaybeBool SetGamepadPlayerIndex(GamepadHandle gamepad, int player_index) => DllImport.SetGamepadPlayerIndex(gamepad, player_index); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGamepadPlayerIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetGamepadPlayerIndexRaw(GamepadHandle gamepad, int player_index) => ( (delegate* unmanaged)( - _slots[898] is not null and var loadedFnPtr + _slots[901] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[898] = nativeContext.LoadFunction("SDL_SetGamepadPlayerIndex", "SDL3") + : _slots[901] = nativeContext.LoadFunction("SDL_SetGamepadPlayerIndex", "SDL3") ) )(gamepad, player_index); @@ -92284,6 +95617,8 @@ _slots[898] is not null and var loadedFnPtr public static byte SetGamepadPlayerIndexRaw(GamepadHandle gamepad, int player_index) => DllImport.SetGamepadPlayerIndexRaw(gamepad, player_index); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGamepadSensorEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetGamepadSensorEnabled( GamepadHandle gamepad, @@ -92292,9 +95627,9 @@ byte ISdl.SetGamepadSensorEnabled( ) => ( (delegate* unmanaged)( - _slots[899] is not null and var loadedFnPtr + _slots[902] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[899] = nativeContext.LoadFunction( + : _slots[902] = nativeContext.LoadFunction( "SDL_SetGamepadSensorEnabled", "SDL3" ) @@ -92310,6 +95645,9 @@ public static byte SetGamepadSensorEnabled( [NativeTypeName("bool")] byte enabled ) => DllImport.SetGamepadSensorEnabled(gamepad, type, enabled); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGamepadSensorEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetGamepadSensorEnabled( GamepadHandle gamepad, @@ -92327,6 +95665,9 @@ public static MaybeBool SetGamepadSensorEnabled( [NativeTypeName("bool")] MaybeBool enabled ) => DllImport.SetGamepadSensorEnabled(gamepad, type, enabled); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUAllowedFramesInFlight")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetGPUAllowedFramesInFlight( GPUDeviceHandle device, @@ -92344,6 +95685,8 @@ public static MaybeBool SetGPUAllowedFramesInFlight( [NativeTypeName("Uint32")] uint allowed_frames_in_flight ) => DllImport.SetGPUAllowedFramesInFlight(device, allowed_frames_in_flight); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUAllowedFramesInFlight")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetGPUAllowedFramesInFlightRaw( GPUDeviceHandle device, @@ -92351,9 +95694,9 @@ byte ISdl.SetGPUAllowedFramesInFlightRaw( ) => ( (delegate* unmanaged)( - _slots[900] is not null and var loadedFnPtr + _slots[903] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[900] = nativeContext.LoadFunction( + : _slots[903] = nativeContext.LoadFunction( "SDL_SetGPUAllowedFramesInFlight", "SDL3" ) @@ -92368,13 +95711,14 @@ public static byte SetGPUAllowedFramesInFlightRaw( [NativeTypeName("Uint32")] uint allowed_frames_in_flight ) => DllImport.SetGPUAllowedFramesInFlightRaw(device, allowed_frames_in_flight); + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUBlendConstants")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetGPUBlendConstants(GPURenderPassHandle render_pass, FColor blend_constants) => ( (delegate* unmanaged)( - _slots[901] is not null and var loadedFnPtr + _slots[904] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[901] = nativeContext.LoadFunction("SDL_SetGPUBlendConstants", "SDL3") + : _slots[904] = nativeContext.LoadFunction("SDL_SetGPUBlendConstants", "SDL3") ) )(render_pass, blend_constants); @@ -92385,6 +95729,7 @@ public static void SetGPUBlendConstants( FColor blend_constants ) => DllImport.SetGPUBlendConstants(render_pass, blend_constants); + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUBufferName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetGPUBufferName( GPUDeviceHandle device, @@ -92393,9 +95738,9 @@ void ISdl.SetGPUBufferName( ) => ( (delegate* unmanaged)( - _slots[902] is not null and var loadedFnPtr + _slots[905] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[902] = nativeContext.LoadFunction("SDL_SetGPUBufferName", "SDL3") + : _slots[905] = nativeContext.LoadFunction("SDL_SetGPUBufferName", "SDL3") ) )(device, buffer, text); @@ -92407,6 +95752,8 @@ public static void SetGPUBufferName( [NativeTypeName("const char *")] sbyte* text ) => DllImport.SetGPUBufferName(device, buffer, text); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUBufferName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetGPUBufferName( GPUDeviceHandle device, @@ -92429,6 +95776,7 @@ public static void SetGPUBufferName( [NativeTypeName("const char *")] Ref text ) => DllImport.SetGPUBufferName(device, buffer, text); + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUScissor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetGPUScissor( GPURenderPassHandle render_pass, @@ -92436,9 +95784,9 @@ void ISdl.SetGPUScissor( ) => ( (delegate* unmanaged)( - _slots[903] is not null and var loadedFnPtr + _slots[906] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[903] = nativeContext.LoadFunction("SDL_SetGPUScissor", "SDL3") + : _slots[906] = nativeContext.LoadFunction("SDL_SetGPUScissor", "SDL3") ) )(render_pass, scissor); @@ -92449,6 +95797,8 @@ public static void SetGPUScissor( [NativeTypeName("const SDL_Rect *")] Rect* scissor ) => DllImport.SetGPUScissor(render_pass, scissor); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUScissor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetGPUScissor( GPURenderPassHandle render_pass, @@ -92469,6 +95819,7 @@ public static void SetGPUScissor( [NativeTypeName("const SDL_Rect *")] Ref scissor ) => DllImport.SetGPUScissor(render_pass, scissor); + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUStencilReference")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetGPUStencilReference( GPURenderPassHandle render_pass, @@ -92476,9 +95827,9 @@ void ISdl.SetGPUStencilReference( ) => ( (delegate* unmanaged)( - _slots[904] is not null and var loadedFnPtr + _slots[907] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[904] = nativeContext.LoadFunction("SDL_SetGPUStencilReference", "SDL3") + : _slots[907] = nativeContext.LoadFunction("SDL_SetGPUStencilReference", "SDL3") ) )(render_pass, reference); @@ -92489,6 +95840,9 @@ public static void SetGPUStencilReference( [NativeTypeName("Uint8")] byte reference ) => DllImport.SetGPUStencilReference(render_pass, reference); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUSwapchainParameters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetGPUSwapchainParameters( GPUDeviceHandle device, @@ -92516,6 +95870,8 @@ public static MaybeBool SetGPUSwapchainParameters( GPUPresentMode present_mode ) => DllImport.SetGPUSwapchainParameters(device, window, swapchain_composition, present_mode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUSwapchainParameters")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetGPUSwapchainParametersRaw( GPUDeviceHandle device, @@ -92530,9 +95886,9 @@ GPUPresentMode present_mode GPUSwapchainComposition, GPUPresentMode, byte>)( - _slots[905] is not null and var loadedFnPtr + _slots[908] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[905] = nativeContext.LoadFunction( + : _slots[908] = nativeContext.LoadFunction( "SDL_SetGPUSwapchainParameters", "SDL3" ) @@ -92550,6 +95906,7 @@ GPUPresentMode present_mode ) => DllImport.SetGPUSwapchainParametersRaw(device, window, swapchain_composition, present_mode); + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUTextureName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetGPUTextureName( GPUDeviceHandle device, @@ -92558,9 +95915,9 @@ void ISdl.SetGPUTextureName( ) => ( (delegate* unmanaged)( - _slots[906] is not null and var loadedFnPtr + _slots[909] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[906] = nativeContext.LoadFunction("SDL_SetGPUTextureName", "SDL3") + : _slots[909] = nativeContext.LoadFunction("SDL_SetGPUTextureName", "SDL3") ) )(device, texture, text); @@ -92572,6 +95929,8 @@ public static void SetGPUTextureName( [NativeTypeName("const char *")] sbyte* text ) => DllImport.SetGPUTextureName(device, texture, text); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUTextureName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetGPUTextureName( GPUDeviceHandle device, @@ -92594,6 +95953,7 @@ public static void SetGPUTextureName( [NativeTypeName("const char *")] Ref text ) => DllImport.SetGPUTextureName(device, texture, text); + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetGPUViewport( GPURenderPassHandle render_pass, @@ -92601,9 +95961,9 @@ void ISdl.SetGPUViewport( ) => ( (delegate* unmanaged)( - _slots[907] is not null and var loadedFnPtr + _slots[910] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[907] = nativeContext.LoadFunction("SDL_SetGPUViewport", "SDL3") + : _slots[910] = nativeContext.LoadFunction("SDL_SetGPUViewport", "SDL3") ) )(render_pass, viewport); @@ -92614,6 +95974,8 @@ public static void SetGPUViewport( [NativeTypeName("const SDL_GPUViewport *")] GPUViewport* viewport ) => DllImport.SetGPUViewport(render_pass, viewport); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetGPUViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetGPUViewport( GPURenderPassHandle render_pass, @@ -92634,6 +95996,9 @@ public static void SetGPUViewport( [NativeTypeName("const SDL_GPUViewport *")] Ref viewport ) => DllImport.SetGPUViewport(render_pass, viewport); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetHapticAutocenter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetHapticAutocenter(HapticHandle haptic, int autocenter) => (MaybeBool)(byte)((ISdl)this).SetHapticAutocenterRaw(haptic, autocenter); @@ -92645,13 +96010,15 @@ MaybeBool ISdl.SetHapticAutocenter(HapticHandle haptic, int autocenter) => public static MaybeBool SetHapticAutocenter(HapticHandle haptic, int autocenter) => DllImport.SetHapticAutocenter(haptic, autocenter); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetHapticAutocenter")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetHapticAutocenterRaw(HapticHandle haptic, int autocenter) => ( (delegate* unmanaged)( - _slots[908] is not null and var loadedFnPtr + _slots[911] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[908] = nativeContext.LoadFunction("SDL_SetHapticAutocenter", "SDL3") + : _slots[911] = nativeContext.LoadFunction("SDL_SetHapticAutocenter", "SDL3") ) )(haptic, autocenter); @@ -92661,6 +96028,9 @@ _slots[908] is not null and var loadedFnPtr public static byte SetHapticAutocenterRaw(HapticHandle haptic, int autocenter) => DllImport.SetHapticAutocenterRaw(haptic, autocenter); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetHapticGain")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetHapticGain(HapticHandle haptic, int gain) => (MaybeBool)(byte)((ISdl)this).SetHapticGainRaw(haptic, gain); @@ -92672,13 +96042,15 @@ MaybeBool ISdl.SetHapticGain(HapticHandle haptic, int gain) => public static MaybeBool SetHapticGain(HapticHandle haptic, int gain) => DllImport.SetHapticGain(haptic, gain); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetHapticGain")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetHapticGainRaw(HapticHandle haptic, int gain) => ( (delegate* unmanaged)( - _slots[909] is not null and var loadedFnPtr + _slots[912] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[909] = nativeContext.LoadFunction("SDL_SetHapticGain", "SDL3") + : _slots[912] = nativeContext.LoadFunction("SDL_SetHapticGain", "SDL3") ) )(haptic, gain); @@ -92688,6 +96060,8 @@ _slots[909] is not null and var loadedFnPtr public static byte SetHapticGainRaw(HapticHandle haptic, int gain) => DllImport.SetHapticGainRaw(haptic, gain); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetHint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetHint( [NativeTypeName("const char *")] sbyte* name, @@ -92695,9 +96069,9 @@ byte ISdl.SetHint( ) => ( (delegate* unmanaged)( - _slots[910] is not null and var loadedFnPtr + _slots[913] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[910] = nativeContext.LoadFunction("SDL_SetHint", "SDL3") + : _slots[913] = nativeContext.LoadFunction("SDL_SetHint", "SDL3") ) )(name, value); @@ -92709,6 +96083,9 @@ public static byte SetHint( [NativeTypeName("const char *")] sbyte* value ) => DllImport.SetHint(name, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetHint")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetHint( [NativeTypeName("const char *")] Ref name, @@ -92731,6 +96108,8 @@ public static MaybeBool SetHint( [NativeTypeName("const char *")] Ref value ) => DllImport.SetHint(name, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetHintWithPriority")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetHintWithPriority( [NativeTypeName("const char *")] sbyte* name, @@ -92739,9 +96118,9 @@ HintPriority priority ) => ( (delegate* unmanaged)( - _slots[911] is not null and var loadedFnPtr + _slots[914] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[911] = nativeContext.LoadFunction("SDL_SetHintWithPriority", "SDL3") + : _slots[914] = nativeContext.LoadFunction("SDL_SetHintWithPriority", "SDL3") ) )(name, value, priority); @@ -92754,6 +96133,9 @@ public static byte SetHintWithPriority( HintPriority priority ) => DllImport.SetHintWithPriority(name, value, priority); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetHintWithPriority")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetHintWithPriority( [NativeTypeName("const char *")] Ref name, @@ -92779,13 +96161,14 @@ public static MaybeBool SetHintWithPriority( HintPriority priority ) => DllImport.SetHintWithPriority(name, value, priority); + [NativeFunction("SDL3", EntryPoint = "SDL_SetInitialized")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetInitialized(InitState* state, [NativeTypeName("bool")] byte initialized) => ( (delegate* unmanaged)( - _slots[912] is not null and var loadedFnPtr + _slots[915] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[912] = nativeContext.LoadFunction("SDL_SetInitialized", "SDL3") + : _slots[915] = nativeContext.LoadFunction("SDL_SetInitialized", "SDL3") ) )(state, initialized); @@ -92796,6 +96179,8 @@ public static void SetInitialized( [NativeTypeName("bool")] byte initialized ) => DllImport.SetInitialized(state, initialized); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetInitialized")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetInitialized( Ref state, @@ -92816,13 +96201,14 @@ public static void SetInitialized( [NativeTypeName("bool")] MaybeBool initialized ) => DllImport.SetInitialized(state, initialized); + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickEventsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetJoystickEventsEnabled([NativeTypeName("bool")] byte enabled) => ( (delegate* unmanaged)( - _slots[913] is not null and var loadedFnPtr + _slots[916] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[913] = nativeContext.LoadFunction( + : _slots[916] = nativeContext.LoadFunction( "SDL_SetJoystickEventsEnabled", "SDL3" ) @@ -92834,6 +96220,8 @@ _slots[913] is not null and var loadedFnPtr public static void SetJoystickEventsEnabled([NativeTypeName("bool")] byte enabled) => DllImport.SetJoystickEventsEnabled(enabled); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickEventsEnabled")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetJoystickEventsEnabled([NativeTypeName("bool")] MaybeBool enabled) => ((ISdl)this).SetJoystickEventsEnabled((byte)enabled); @@ -92844,6 +96232,9 @@ void ISdl.SetJoystickEventsEnabled([NativeTypeName("bool")] MaybeBool enab public static void SetJoystickEventsEnabled([NativeTypeName("bool")] MaybeBool enabled) => DllImport.SetJoystickEventsEnabled(enabled); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickLED")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetJoystickLED( JoystickHandle joystick, @@ -92863,6 +96254,8 @@ public static MaybeBool SetJoystickLED( [NativeTypeName("Uint8")] byte blue ) => DllImport.SetJoystickLED(joystick, red, green, blue); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickLED")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetJoystickLEDRaw( JoystickHandle joystick, @@ -92872,9 +96265,9 @@ byte ISdl.SetJoystickLEDRaw( ) => ( (delegate* unmanaged)( - _slots[914] is not null and var loadedFnPtr + _slots[917] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[914] = nativeContext.LoadFunction("SDL_SetJoystickLED", "SDL3") + : _slots[917] = nativeContext.LoadFunction("SDL_SetJoystickLED", "SDL3") ) )(joystick, red, green, blue); @@ -92888,6 +96281,9 @@ public static byte SetJoystickLEDRaw( [NativeTypeName("Uint8")] byte blue ) => DllImport.SetJoystickLEDRaw(joystick, red, green, blue); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickPlayerIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetJoystickPlayerIndex(JoystickHandle joystick, int player_index) => (MaybeBool)(byte)((ISdl)this).SetJoystickPlayerIndexRaw(joystick, player_index); @@ -92901,13 +96297,15 @@ public static MaybeBool SetJoystickPlayerIndex( int player_index ) => DllImport.SetJoystickPlayerIndex(joystick, player_index); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickPlayerIndex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetJoystickPlayerIndexRaw(JoystickHandle joystick, int player_index) => ( (delegate* unmanaged)( - _slots[915] is not null and var loadedFnPtr + _slots[918] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[915] = nativeContext.LoadFunction("SDL_SetJoystickPlayerIndex", "SDL3") + : _slots[918] = nativeContext.LoadFunction("SDL_SetJoystickPlayerIndex", "SDL3") ) )(joystick, player_index); @@ -92917,6 +96315,9 @@ _slots[915] is not null and var loadedFnPtr public static byte SetJoystickPlayerIndexRaw(JoystickHandle joystick, int player_index) => DllImport.SetJoystickPlayerIndexRaw(joystick, player_index); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickVirtualAxis")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetJoystickVirtualAxis( JoystickHandle joystick, @@ -92934,6 +96335,8 @@ public static MaybeBool SetJoystickVirtualAxis( [NativeTypeName("Sint16")] short value ) => DllImport.SetJoystickVirtualAxis(joystick, axis, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickVirtualAxis")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetJoystickVirtualAxisRaw( JoystickHandle joystick, @@ -92942,9 +96345,9 @@ byte ISdl.SetJoystickVirtualAxisRaw( ) => ( (delegate* unmanaged)( - _slots[916] is not null and var loadedFnPtr + _slots[919] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[916] = nativeContext.LoadFunction("SDL_SetJoystickVirtualAxis", "SDL3") + : _slots[919] = nativeContext.LoadFunction("SDL_SetJoystickVirtualAxis", "SDL3") ) )(joystick, axis, value); @@ -92957,6 +96360,9 @@ public static byte SetJoystickVirtualAxisRaw( [NativeTypeName("Sint16")] short value ) => DllImport.SetJoystickVirtualAxisRaw(joystick, axis, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickVirtualBall")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetJoystickVirtualBall( JoystickHandle joystick, @@ -92976,6 +96382,8 @@ public static MaybeBool SetJoystickVirtualBall( [NativeTypeName("Sint16")] short yrel ) => DllImport.SetJoystickVirtualBall(joystick, ball, xrel, yrel); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickVirtualBall")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetJoystickVirtualBallRaw( JoystickHandle joystick, @@ -92985,9 +96393,9 @@ byte ISdl.SetJoystickVirtualBallRaw( ) => ( (delegate* unmanaged)( - _slots[917] is not null and var loadedFnPtr + _slots[920] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[917] = nativeContext.LoadFunction("SDL_SetJoystickVirtualBall", "SDL3") + : _slots[920] = nativeContext.LoadFunction("SDL_SetJoystickVirtualBall", "SDL3") ) )(joystick, ball, xrel, yrel); @@ -93001,6 +96409,8 @@ public static byte SetJoystickVirtualBallRaw( [NativeTypeName("Sint16")] short yrel ) => DllImport.SetJoystickVirtualBallRaw(joystick, ball, xrel, yrel); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickVirtualButton")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetJoystickVirtualButton( JoystickHandle joystick, @@ -93009,9 +96419,9 @@ byte ISdl.SetJoystickVirtualButton( ) => ( (delegate* unmanaged)( - _slots[918] is not null and var loadedFnPtr + _slots[921] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[918] = nativeContext.LoadFunction( + : _slots[921] = nativeContext.LoadFunction( "SDL_SetJoystickVirtualButton", "SDL3" ) @@ -93027,6 +96437,9 @@ public static byte SetJoystickVirtualButton( [NativeTypeName("bool")] byte down ) => DllImport.SetJoystickVirtualButton(joystick, button, down); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickVirtualButton")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetJoystickVirtualButton( JoystickHandle joystick, @@ -93044,6 +96457,9 @@ public static MaybeBool SetJoystickVirtualButton( [NativeTypeName("bool")] MaybeBool down ) => DllImport.SetJoystickVirtualButton(joystick, button, down); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickVirtualHat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetJoystickVirtualHat( JoystickHandle joystick, @@ -93061,6 +96477,8 @@ public static MaybeBool SetJoystickVirtualHat( [NativeTypeName("Uint8")] byte value ) => DllImport.SetJoystickVirtualHat(joystick, hat, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickVirtualHat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetJoystickVirtualHatRaw( JoystickHandle joystick, @@ -93069,9 +96487,9 @@ byte ISdl.SetJoystickVirtualHatRaw( ) => ( (delegate* unmanaged)( - _slots[919] is not null and var loadedFnPtr + _slots[922] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[919] = nativeContext.LoadFunction("SDL_SetJoystickVirtualHat", "SDL3") + : _slots[922] = nativeContext.LoadFunction("SDL_SetJoystickVirtualHat", "SDL3") ) )(joystick, hat, value); @@ -93084,6 +96502,8 @@ public static byte SetJoystickVirtualHatRaw( [NativeTypeName("Uint8")] byte value ) => DllImport.SetJoystickVirtualHatRaw(joystick, hat, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickVirtualTouchpad")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetJoystickVirtualTouchpad( JoystickHandle joystick, @@ -93096,9 +96516,9 @@ float pressure ) => ( (delegate* unmanaged)( - _slots[920] is not null and var loadedFnPtr + _slots[923] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[920] = nativeContext.LoadFunction( + : _slots[923] = nativeContext.LoadFunction( "SDL_SetJoystickVirtualTouchpad", "SDL3" ) @@ -93118,6 +96538,9 @@ public static byte SetJoystickVirtualTouchpad( float pressure ) => DllImport.SetJoystickVirtualTouchpad(joystick, touchpad, finger, down, x, y, pressure); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetJoystickVirtualTouchpad")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetJoystickVirtualTouchpad( JoystickHandle joystick, @@ -93154,6 +96577,7 @@ public static MaybeBool SetJoystickVirtualTouchpad( float pressure ) => DllImport.SetJoystickVirtualTouchpad(joystick, touchpad, finger, down, x, y, pressure); + [NativeFunction("SDL3", EntryPoint = "SDL_SetLogOutputFunction")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetLogOutputFunction( [NativeTypeName("SDL_LogOutputFunction")] LogOutputFunction callback, @@ -93161,9 +96585,9 @@ void ISdl.SetLogOutputFunction( ) => ( (delegate* unmanaged)( - _slots[921] is not null and var loadedFnPtr + _slots[924] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[921] = nativeContext.LoadFunction("SDL_SetLogOutputFunction", "SDL3") + : _slots[924] = nativeContext.LoadFunction("SDL_SetLogOutputFunction", "SDL3") ) )(callback, userdata); @@ -93174,6 +96598,8 @@ public static void SetLogOutputFunction( void* userdata ) => DllImport.SetLogOutputFunction(callback, userdata); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetLogOutputFunction")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetLogOutputFunction( [NativeTypeName("SDL_LogOutputFunction")] LogOutputFunction callback, @@ -93194,13 +96620,14 @@ public static void SetLogOutputFunction( Ref userdata ) => DllImport.SetLogOutputFunction(callback, userdata); + [NativeFunction("SDL3", EntryPoint = "SDL_SetLogPriorities")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetLogPriorities(LogPriority priority) => ( (delegate* unmanaged)( - _slots[922] is not null and var loadedFnPtr + _slots[925] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[922] = nativeContext.LoadFunction("SDL_SetLogPriorities", "SDL3") + : _slots[925] = nativeContext.LoadFunction("SDL_SetLogPriorities", "SDL3") ) )(priority); @@ -93209,13 +96636,14 @@ _slots[922] is not null and var loadedFnPtr public static void SetLogPriorities(LogPriority priority) => DllImport.SetLogPriorities(priority); + [NativeFunction("SDL3", EntryPoint = "SDL_SetLogPriority")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetLogPriority(int category, LogPriority priority) => ( (delegate* unmanaged)( - _slots[923] is not null and var loadedFnPtr + _slots[926] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[923] = nativeContext.LoadFunction("SDL_SetLogPriority", "SDL3") + : _slots[926] = nativeContext.LoadFunction("SDL_SetLogPriority", "SDL3") ) )(category, priority); @@ -93224,6 +96652,8 @@ _slots[923] is not null and var loadedFnPtr public static void SetLogPriority(int category, LogPriority priority) => DllImport.SetLogPriority(category, priority); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetLogPriorityPrefix")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetLogPriorityPrefix( LogPriority priority, @@ -93231,9 +96661,9 @@ byte ISdl.SetLogPriorityPrefix( ) => ( (delegate* unmanaged)( - _slots[924] is not null and var loadedFnPtr + _slots[927] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[924] = nativeContext.LoadFunction("SDL_SetLogPriorityPrefix", "SDL3") + : _slots[927] = nativeContext.LoadFunction("SDL_SetLogPriorityPrefix", "SDL3") ) )(priority, prefix); @@ -93245,6 +96675,9 @@ public static byte SetLogPriorityPrefix( [NativeTypeName("const char *")] sbyte* prefix ) => DllImport.SetLogPriorityPrefix(priority, prefix); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetLogPriorityPrefix")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetLogPriorityPrefix( LogPriority priority, @@ -93266,13 +96699,14 @@ public static MaybeBool SetLogPriorityPrefix( [NativeTypeName("const char *")] Ref prefix ) => DllImport.SetLogPriorityPrefix(priority, prefix); + [NativeFunction("SDL3", EntryPoint = "SDL_SetMainReady")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetMainReady() => ( (delegate* unmanaged)( - _slots[925] is not null and var loadedFnPtr + _slots[928] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[925] = nativeContext.LoadFunction("SDL_SetMainReady", "SDL3") + : _slots[928] = nativeContext.LoadFunction("SDL_SetMainReady", "SDL3") ) )(); @@ -93280,6 +96714,9 @@ _slots[925] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetMainReady() => DllImport.SetMainReady(); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetMemoryFunctions")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetMemoryFunctions( [NativeTypeName("SDL_malloc_func")] MallocFunc malloc_func, @@ -93307,6 +96744,8 @@ public static MaybeBool SetMemoryFunctions( [NativeTypeName("SDL_free_func")] FreeFunc free_func ) => DllImport.SetMemoryFunctions(malloc_func, calloc_func, realloc_func, free_func); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetMemoryFunctions")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetMemoryFunctionsRaw( [NativeTypeName("SDL_malloc_func")] MallocFunc malloc_func, @@ -93316,9 +96755,9 @@ byte ISdl.SetMemoryFunctionsRaw( ) => ( (delegate* unmanaged)( - _slots[926] is not null and var loadedFnPtr + _slots[929] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[926] = nativeContext.LoadFunction("SDL_SetMemoryFunctions", "SDL3") + : _slots[929] = nativeContext.LoadFunction("SDL_SetMemoryFunctions", "SDL3") ) )(malloc_func, calloc_func, realloc_func, free_func); @@ -93332,13 +96771,14 @@ public static byte SetMemoryFunctionsRaw( [NativeTypeName("SDL_free_func")] FreeFunc free_func ) => DllImport.SetMemoryFunctionsRaw(malloc_func, calloc_func, realloc_func, free_func); + [NativeFunction("SDL3", EntryPoint = "SDL_SetModState")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SetModState([NativeTypeName("SDL_Keymod")] ushort modstate) => ( (delegate* unmanaged)( - _slots[927] is not null and var loadedFnPtr + _slots[930] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[927] = nativeContext.LoadFunction("SDL_SetModState", "SDL3") + : _slots[930] = nativeContext.LoadFunction("SDL_SetModState", "SDL3") ) )(modstate); @@ -93347,6 +96787,8 @@ _slots[927] is not null and var loadedFnPtr public static void SetModState([NativeTypeName("SDL_Keymod")] ushort modstate) => DllImport.SetModState(modstate); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetNumberProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetNumberProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -93355,9 +96797,9 @@ byte ISdl.SetNumberProperty( ) => ( (delegate* unmanaged)( - _slots[928] is not null and var loadedFnPtr + _slots[931] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[928] = nativeContext.LoadFunction("SDL_SetNumberProperty", "SDL3") + : _slots[931] = nativeContext.LoadFunction("SDL_SetNumberProperty", "SDL3") ) )(props, name, value); @@ -93370,6 +96812,9 @@ public static byte SetNumberProperty( [NativeTypeName("Sint64")] long value ) => DllImport.SetNumberProperty(props, name, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetNumberProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetNumberProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -93393,6 +96838,8 @@ public static MaybeBool SetNumberProperty( [NativeTypeName("Sint64")] long value ) => DllImport.SetNumberProperty(props, name, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetPaletteColors")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetPaletteColors( Palette* palette, @@ -93402,9 +96849,9 @@ int ncolors ) => ( (delegate* unmanaged)( - _slots[929] is not null and var loadedFnPtr + _slots[932] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[929] = nativeContext.LoadFunction("SDL_SetPaletteColors", "SDL3") + : _slots[932] = nativeContext.LoadFunction("SDL_SetPaletteColors", "SDL3") ) )(palette, colors, firstcolor, ncolors); @@ -93418,6 +96865,9 @@ public static byte SetPaletteColors( int ncolors ) => DllImport.SetPaletteColors(palette, colors, firstcolor, ncolors); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetPaletteColors")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetPaletteColors( Ref palette, @@ -93446,6 +96896,8 @@ public static MaybeBool SetPaletteColors( int ncolors ) => DllImport.SetPaletteColors(palette, colors, firstcolor, ncolors); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetPointerProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetPointerProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -93454,9 +96906,9 @@ byte ISdl.SetPointerProperty( ) => ( (delegate* unmanaged)( - _slots[930] is not null and var loadedFnPtr + _slots[933] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[930] = nativeContext.LoadFunction("SDL_SetPointerProperty", "SDL3") + : _slots[933] = nativeContext.LoadFunction("SDL_SetPointerProperty", "SDL3") ) )(props, name, value); @@ -93469,6 +96921,9 @@ public static byte SetPointerProperty( void* value ) => DllImport.SetPointerProperty(props, name, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetPointerProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetPointerProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -93494,6 +96949,8 @@ public static MaybeBool SetPointerProperty( Ref value ) => DllImport.SetPointerProperty(props, name, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetPointerPropertyWithCleanup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetPointerPropertyWithCleanup( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -93504,9 +96961,9 @@ byte ISdl.SetPointerPropertyWithCleanup( ) => ( (delegate* unmanaged)( - _slots[931] is not null and var loadedFnPtr + _slots[934] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[931] = nativeContext.LoadFunction( + : _slots[934] = nativeContext.LoadFunction( "SDL_SetPointerPropertyWithCleanup", "SDL3" ) @@ -93524,6 +96981,9 @@ public static byte SetPointerPropertyWithCleanup( void* userdata ) => DllImport.SetPointerPropertyWithCleanup(props, name, value, cleanup, userdata); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetPointerPropertyWithCleanup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetPointerPropertyWithCleanup( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -93561,13 +97021,15 @@ public static MaybeBool SetPointerPropertyWithCleanup( Ref userdata ) => DllImport.SetPointerPropertyWithCleanup(props, name, value, cleanup, userdata); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetPrimarySelectionText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetPrimarySelectionText([NativeTypeName("const char *")] sbyte* text) => ( (delegate* unmanaged)( - _slots[932] is not null and var loadedFnPtr + _slots[935] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[932] = nativeContext.LoadFunction( + : _slots[935] = nativeContext.LoadFunction( "SDL_SetPrimarySelectionText", "SDL3" ) @@ -93580,6 +97042,9 @@ _slots[932] is not null and var loadedFnPtr public static byte SetPrimarySelectionText([NativeTypeName("const char *")] sbyte* text) => DllImport.SetPrimarySelectionText(text); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetPrimarySelectionText")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetPrimarySelectionText([NativeTypeName("const char *")] Ref text) { @@ -93597,6 +97062,8 @@ public static MaybeBool SetPrimarySelectionText( [NativeTypeName("const char *")] Ref text ) => DllImport.SetPrimarySelectionText(text); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderClipRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetRenderClipRect( RendererHandle renderer, @@ -93604,9 +97071,9 @@ byte ISdl.SetRenderClipRect( ) => ( (delegate* unmanaged)( - _slots[933] is not null and var loadedFnPtr + _slots[936] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[933] = nativeContext.LoadFunction("SDL_SetRenderClipRect", "SDL3") + : _slots[936] = nativeContext.LoadFunction("SDL_SetRenderClipRect", "SDL3") ) )(renderer, rect); @@ -93618,6 +97085,9 @@ public static byte SetRenderClipRect( [NativeTypeName("const SDL_Rect *")] Rect* rect ) => DllImport.SetRenderClipRect(renderer, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderClipRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetRenderClipRect( RendererHandle renderer, @@ -93639,6 +97109,9 @@ public static MaybeBool SetRenderClipRect( [NativeTypeName("const SDL_Rect *")] Ref rect ) => DllImport.SetRenderClipRect(renderer, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderColorScale")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetRenderColorScale(RendererHandle renderer, float scale) => (MaybeBool)(byte)((ISdl)this).SetRenderColorScaleRaw(renderer, scale); @@ -93650,13 +97123,15 @@ MaybeBool ISdl.SetRenderColorScale(RendererHandle renderer, float scale) = public static MaybeBool SetRenderColorScale(RendererHandle renderer, float scale) => DllImport.SetRenderColorScale(renderer, scale); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderColorScale")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetRenderColorScaleRaw(RendererHandle renderer, float scale) => ( (delegate* unmanaged)( - _slots[934] is not null and var loadedFnPtr + _slots[937] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[934] = nativeContext.LoadFunction("SDL_SetRenderColorScale", "SDL3") + : _slots[937] = nativeContext.LoadFunction("SDL_SetRenderColorScale", "SDL3") ) )(renderer, scale); @@ -93666,6 +97141,9 @@ _slots[934] is not null and var loadedFnPtr public static byte SetRenderColorScaleRaw(RendererHandle renderer, float scale) => DllImport.SetRenderColorScaleRaw(renderer, scale); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderDrawBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetRenderDrawBlendMode( RendererHandle renderer, @@ -93681,6 +97159,8 @@ public static MaybeBool SetRenderDrawBlendMode( [NativeTypeName("SDL_BlendMode")] BlendMode blendMode ) => DllImport.SetRenderDrawBlendMode(renderer, blendMode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderDrawBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetRenderDrawBlendModeRaw( RendererHandle renderer, @@ -93688,9 +97168,9 @@ byte ISdl.SetRenderDrawBlendModeRaw( ) => ( (delegate* unmanaged)( - _slots[935] is not null and var loadedFnPtr + _slots[938] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[935] = nativeContext.LoadFunction("SDL_SetRenderDrawBlendMode", "SDL3") + : _slots[938] = nativeContext.LoadFunction("SDL_SetRenderDrawBlendMode", "SDL3") ) )(renderer, blendMode); @@ -93702,6 +97182,9 @@ public static byte SetRenderDrawBlendModeRaw( [NativeTypeName("SDL_BlendMode")] BlendMode blendMode ) => DllImport.SetRenderDrawBlendModeRaw(renderer, blendMode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderDrawColor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetRenderDrawColor( RendererHandle renderer, @@ -93723,6 +97206,9 @@ public static MaybeBool SetRenderDrawColor( [NativeTypeName("Uint8")] byte a ) => DllImport.SetRenderDrawColor(renderer, r, g, b, a); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderDrawColorFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetRenderDrawColorFloat( RendererHandle renderer, @@ -93744,6 +97230,8 @@ public static MaybeBool SetRenderDrawColorFloat( float a ) => DllImport.SetRenderDrawColorFloat(renderer, r, g, b, a); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderDrawColorFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetRenderDrawColorFloatRaw( RendererHandle renderer, @@ -93754,9 +97242,9 @@ float a ) => ( (delegate* unmanaged)( - _slots[937] is not null and var loadedFnPtr + _slots[940] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[937] = nativeContext.LoadFunction( + : _slots[940] = nativeContext.LoadFunction( "SDL_SetRenderDrawColorFloat", "SDL3" ) @@ -93774,6 +97262,8 @@ public static byte SetRenderDrawColorFloatRaw( float a ) => DllImport.SetRenderDrawColorFloatRaw(renderer, r, g, b, a); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderDrawColor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetRenderDrawColorRaw( RendererHandle renderer, @@ -93784,9 +97274,9 @@ byte ISdl.SetRenderDrawColorRaw( ) => ( (delegate* unmanaged)( - _slots[936] is not null and var loadedFnPtr + _slots[939] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[936] = nativeContext.LoadFunction("SDL_SetRenderDrawColor", "SDL3") + : _slots[939] = nativeContext.LoadFunction("SDL_SetRenderDrawColor", "SDL3") ) )(renderer, r, g, b, a); @@ -93801,6 +97291,9 @@ public static byte SetRenderDrawColorRaw( [NativeTypeName("Uint8")] byte a ) => DllImport.SetRenderDrawColorRaw(renderer, r, g, b, a); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderLogicalPresentation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetRenderLogicalPresentation( RendererHandle renderer, @@ -93820,6 +97313,8 @@ public static MaybeBool SetRenderLogicalPresentation( RendererLogicalPresentation mode ) => DllImport.SetRenderLogicalPresentation(renderer, w, h, mode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderLogicalPresentation")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetRenderLogicalPresentationRaw( RendererHandle renderer, @@ -93829,9 +97324,9 @@ RendererLogicalPresentation mode ) => ( (delegate* unmanaged)( - _slots[938] is not null and var loadedFnPtr + _slots[941] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[938] = nativeContext.LoadFunction( + : _slots[941] = nativeContext.LoadFunction( "SDL_SetRenderLogicalPresentation", "SDL3" ) @@ -93848,6 +97343,9 @@ public static byte SetRenderLogicalPresentationRaw( RendererLogicalPresentation mode ) => DllImport.SetRenderLogicalPresentationRaw(renderer, w, h, mode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderScale")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetRenderScale(RendererHandle renderer, float scaleX, float scaleY) => (MaybeBool)(byte)((ISdl)this).SetRenderScaleRaw(renderer, scaleX, scaleY); @@ -93862,13 +97360,15 @@ public static MaybeBool SetRenderScale( float scaleY ) => DllImport.SetRenderScale(renderer, scaleX, scaleY); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderScale")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetRenderScaleRaw(RendererHandle renderer, float scaleX, float scaleY) => ( (delegate* unmanaged)( - _slots[939] is not null and var loadedFnPtr + _slots[942] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[939] = nativeContext.LoadFunction("SDL_SetRenderScale", "SDL3") + : _slots[942] = nativeContext.LoadFunction("SDL_SetRenderScale", "SDL3") ) )(renderer, scaleX, scaleY); @@ -93878,13 +97378,15 @@ _slots[939] is not null and var loadedFnPtr public static byte SetRenderScaleRaw(RendererHandle renderer, float scaleX, float scaleY) => DllImport.SetRenderScaleRaw(renderer, scaleX, scaleY); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderTarget")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetRenderTarget(RendererHandle renderer, Texture* texture) => ( (delegate* unmanaged)( - _slots[940] is not null and var loadedFnPtr + _slots[943] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[940] = nativeContext.LoadFunction("SDL_SetRenderTarget", "SDL3") + : _slots[943] = nativeContext.LoadFunction("SDL_SetRenderTarget", "SDL3") ) )(renderer, texture); @@ -93894,6 +97396,9 @@ _slots[940] is not null and var loadedFnPtr public static byte SetRenderTarget(RendererHandle renderer, Texture* texture) => DllImport.SetRenderTarget(renderer, texture); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderTarget")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetRenderTarget(RendererHandle renderer, Ref texture) { @@ -93910,6 +97415,8 @@ MaybeBool ISdl.SetRenderTarget(RendererHandle renderer, Ref textu public static MaybeBool SetRenderTarget(RendererHandle renderer, Ref texture) => DllImport.SetRenderTarget(renderer, texture); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetRenderViewport( RendererHandle renderer, @@ -93917,9 +97424,9 @@ byte ISdl.SetRenderViewport( ) => ( (delegate* unmanaged)( - _slots[941] is not null and var loadedFnPtr + _slots[944] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[941] = nativeContext.LoadFunction("SDL_SetRenderViewport", "SDL3") + : _slots[944] = nativeContext.LoadFunction("SDL_SetRenderViewport", "SDL3") ) )(renderer, rect); @@ -93931,6 +97438,9 @@ public static byte SetRenderViewport( [NativeTypeName("const SDL_Rect *")] Rect* rect ) => DllImport.SetRenderViewport(renderer, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetRenderViewport( RendererHandle renderer, @@ -93952,6 +97462,9 @@ public static MaybeBool SetRenderViewport( [NativeTypeName("const SDL_Rect *")] Ref rect ) => DllImport.SetRenderViewport(renderer, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderVSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetRenderVSync(RendererHandle renderer, int vsync) => (MaybeBool)(byte)((ISdl)this).SetRenderVSyncRaw(renderer, vsync); @@ -93963,13 +97476,15 @@ MaybeBool ISdl.SetRenderVSync(RendererHandle renderer, int vsync) => public static MaybeBool SetRenderVSync(RendererHandle renderer, int vsync) => DllImport.SetRenderVSync(renderer, vsync); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetRenderVSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetRenderVSyncRaw(RendererHandle renderer, int vsync) => ( (delegate* unmanaged)( - _slots[942] is not null and var loadedFnPtr + _slots[945] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[942] = nativeContext.LoadFunction("SDL_SetRenderVSync", "SDL3") + : _slots[945] = nativeContext.LoadFunction("SDL_SetRenderVSync", "SDL3") ) )(renderer, vsync); @@ -93979,13 +97494,15 @@ _slots[942] is not null and var loadedFnPtr public static byte SetRenderVSyncRaw(RendererHandle renderer, int vsync) => DllImport.SetRenderVSyncRaw(renderer, vsync); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetScancodeName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetScancodeName(Scancode scancode, [NativeTypeName("const char *")] sbyte* name) => ( (delegate* unmanaged)( - _slots[943] is not null and var loadedFnPtr + _slots[946] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[943] = nativeContext.LoadFunction("SDL_SetScancodeName", "SDL3") + : _slots[946] = nativeContext.LoadFunction("SDL_SetScancodeName", "SDL3") ) )(scancode, name); @@ -93997,6 +97514,9 @@ public static byte SetScancodeName( [NativeTypeName("const char *")] sbyte* name ) => DllImport.SetScancodeName(scancode, name); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetScancodeName")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetScancodeName( Scancode scancode, @@ -94018,6 +97538,8 @@ public static MaybeBool SetScancodeName( [NativeTypeName("const char *")] Ref name ) => DllImport.SetScancodeName(scancode, name); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetStringProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetStringProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -94026,9 +97548,9 @@ byte ISdl.SetStringProperty( ) => ( (delegate* unmanaged)( - _slots[944] is not null and var loadedFnPtr + _slots[947] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[944] = nativeContext.LoadFunction("SDL_SetStringProperty", "SDL3") + : _slots[947] = nativeContext.LoadFunction("SDL_SetStringProperty", "SDL3") ) )(props, name, value); @@ -94041,6 +97563,9 @@ public static byte SetStringProperty( [NativeTypeName("const char *")] sbyte* value ) => DllImport.SetStringProperty(props, name, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetStringProperty")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetStringProperty( [NativeTypeName("SDL_PropertiesID")] uint props, @@ -94066,13 +97591,15 @@ public static MaybeBool SetStringProperty( [NativeTypeName("const char *")] Ref value ) => DllImport.SetStringProperty(props, name, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceAlphaMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetSurfaceAlphaMod(Surface* surface, [NativeTypeName("Uint8")] byte alpha) => ( (delegate* unmanaged)( - _slots[945] is not null and var loadedFnPtr + _slots[948] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[945] = nativeContext.LoadFunction("SDL_SetSurfaceAlphaMod", "SDL3") + : _slots[948] = nativeContext.LoadFunction("SDL_SetSurfaceAlphaMod", "SDL3") ) )(surface, alpha); @@ -94082,6 +97609,9 @@ _slots[945] is not null and var loadedFnPtr public static byte SetSurfaceAlphaMod(Surface* surface, [NativeTypeName("Uint8")] byte alpha) => DllImport.SetSurfaceAlphaMod(surface, alpha); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceAlphaMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetSurfaceAlphaMod( Ref surface, @@ -94103,6 +97633,8 @@ public static MaybeBool SetSurfaceAlphaMod( [NativeTypeName("Uint8")] byte alpha ) => DllImport.SetSurfaceAlphaMod(surface, alpha); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetSurfaceBlendMode( Surface* surface, @@ -94110,9 +97642,9 @@ byte ISdl.SetSurfaceBlendMode( ) => ( (delegate* unmanaged)( - _slots[946] is not null and var loadedFnPtr + _slots[949] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[946] = nativeContext.LoadFunction("SDL_SetSurfaceBlendMode", "SDL3") + : _slots[949] = nativeContext.LoadFunction("SDL_SetSurfaceBlendMode", "SDL3") ) )(surface, blendMode); @@ -94124,6 +97656,9 @@ public static byte SetSurfaceBlendMode( [NativeTypeName("SDL_BlendMode")] BlendMode blendMode ) => DllImport.SetSurfaceBlendMode(surface, blendMode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetSurfaceBlendMode( Ref surface, @@ -94146,6 +97681,8 @@ public static MaybeBool SetSurfaceBlendMode( [NativeTypeName("SDL_BlendMode")] BlendMode blendMode ) => DllImport.SetSurfaceBlendMode(surface, blendMode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceClipRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetSurfaceClipRect( Surface* surface, @@ -94153,9 +97690,9 @@ byte ISdl.SetSurfaceClipRect( ) => ( (delegate* unmanaged)( - _slots[947] is not null and var loadedFnPtr + _slots[950] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[947] = nativeContext.LoadFunction("SDL_SetSurfaceClipRect", "SDL3") + : _slots[950] = nativeContext.LoadFunction("SDL_SetSurfaceClipRect", "SDL3") ) )(surface, rect); @@ -94167,6 +97704,9 @@ public static byte SetSurfaceClipRect( [NativeTypeName("const SDL_Rect *")] Rect* rect ) => DllImport.SetSurfaceClipRect(surface, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceClipRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetSurfaceClipRect( Ref surface, @@ -94190,6 +97730,8 @@ public static MaybeBool SetSurfaceClipRect( [NativeTypeName("const SDL_Rect *")] Ref rect ) => DllImport.SetSurfaceClipRect(surface, rect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceColorKey")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetSurfaceColorKey( Surface* surface, @@ -94198,9 +97740,9 @@ byte ISdl.SetSurfaceColorKey( ) => ( (delegate* unmanaged)( - _slots[948] is not null and var loadedFnPtr + _slots[951] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[948] = nativeContext.LoadFunction("SDL_SetSurfaceColorKey", "SDL3") + : _slots[951] = nativeContext.LoadFunction("SDL_SetSurfaceColorKey", "SDL3") ) )(surface, enabled, key); @@ -94213,6 +97755,9 @@ public static byte SetSurfaceColorKey( [NativeTypeName("Uint32")] uint key ) => DllImport.SetSurfaceColorKey(surface, enabled, key); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceColorKey")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetSurfaceColorKey( Ref surface, @@ -94237,6 +97782,8 @@ public static MaybeBool SetSurfaceColorKey( [NativeTypeName("Uint32")] uint key ) => DllImport.SetSurfaceColorKey(surface, enabled, key); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceColorMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetSurfaceColorMod( Surface* surface, @@ -94246,9 +97793,9 @@ byte ISdl.SetSurfaceColorMod( ) => ( (delegate* unmanaged)( - _slots[949] is not null and var loadedFnPtr + _slots[952] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[949] = nativeContext.LoadFunction("SDL_SetSurfaceColorMod", "SDL3") + : _slots[952] = nativeContext.LoadFunction("SDL_SetSurfaceColorMod", "SDL3") ) )(surface, r, g, b); @@ -94262,6 +97809,9 @@ public static byte SetSurfaceColorMod( [NativeTypeName("Uint8")] byte b ) => DllImport.SetSurfaceColorMod(surface, r, g, b); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceColorMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetSurfaceColorMod( Ref surface, @@ -94287,13 +97837,15 @@ public static MaybeBool SetSurfaceColorMod( [NativeTypeName("Uint8")] byte b ) => DllImport.SetSurfaceColorMod(surface, r, g, b); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceColorspace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetSurfaceColorspace(Surface* surface, Colorspace colorspace) => ( (delegate* unmanaged)( - _slots[950] is not null and var loadedFnPtr + _slots[953] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[950] = nativeContext.LoadFunction("SDL_SetSurfaceColorspace", "SDL3") + : _slots[953] = nativeContext.LoadFunction("SDL_SetSurfaceColorspace", "SDL3") ) )(surface, colorspace); @@ -94303,6 +97855,9 @@ _slots[950] is not null and var loadedFnPtr public static byte SetSurfaceColorspace(Surface* surface, Colorspace colorspace) => DllImport.SetSurfaceColorspace(surface, colorspace); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceColorspace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetSurfaceColorspace(Ref surface, Colorspace colorspace) { @@ -94322,13 +97877,15 @@ public static MaybeBool SetSurfaceColorspace( Colorspace colorspace ) => DllImport.SetSurfaceColorspace(surface, colorspace); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfacePalette")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetSurfacePalette(Surface* surface, Palette* palette) => ( (delegate* unmanaged)( - _slots[951] is not null and var loadedFnPtr + _slots[954] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[951] = nativeContext.LoadFunction("SDL_SetSurfacePalette", "SDL3") + : _slots[954] = nativeContext.LoadFunction("SDL_SetSurfacePalette", "SDL3") ) )(surface, palette); @@ -94338,6 +97895,9 @@ _slots[951] is not null and var loadedFnPtr public static byte SetSurfacePalette(Surface* surface, Palette* palette) => DllImport.SetSurfacePalette(surface, palette); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfacePalette")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetSurfacePalette(Ref surface, Ref palette) { @@ -94356,13 +97916,15 @@ MaybeBool ISdl.SetSurfacePalette(Ref surface, Ref palett public static MaybeBool SetSurfacePalette(Ref surface, Ref palette) => DllImport.SetSurfacePalette(surface, palette); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceRLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetSurfaceRLE(Surface* surface, [NativeTypeName("bool")] byte enabled) => ( (delegate* unmanaged)( - _slots[952] is not null and var loadedFnPtr + _slots[955] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[952] = nativeContext.LoadFunction("SDL_SetSurfaceRLE", "SDL3") + : _slots[955] = nativeContext.LoadFunction("SDL_SetSurfaceRLE", "SDL3") ) )(surface, enabled); @@ -94372,6 +97934,9 @@ _slots[952] is not null and var loadedFnPtr public static byte SetSurfaceRLE(Surface* surface, [NativeTypeName("bool")] byte enabled) => DllImport.SetSurfaceRLE(surface, enabled); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetSurfaceRLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetSurfaceRLE( Ref surface, @@ -94393,6 +97958,8 @@ public static MaybeBool SetSurfaceRLE( [NativeTypeName("bool")] MaybeBool enabled ) => DllImport.SetSurfaceRLE(surface, enabled); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextInputArea")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetTextInputArea( WindowHandle window, @@ -94401,9 +97968,9 @@ int cursor ) => ( (delegate* unmanaged)( - _slots[953] is not null and var loadedFnPtr + _slots[956] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[953] = nativeContext.LoadFunction("SDL_SetTextInputArea", "SDL3") + : _slots[956] = nativeContext.LoadFunction("SDL_SetTextInputArea", "SDL3") ) )(window, rect, cursor); @@ -94416,6 +97983,9 @@ public static byte SetTextInputArea( int cursor ) => DllImport.SetTextInputArea(window, rect, cursor); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextInputArea")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetTextInputArea( WindowHandle window, @@ -94439,13 +98009,15 @@ public static MaybeBool SetTextInputArea( int cursor ) => DllImport.SetTextInputArea(window, rect, cursor); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextureAlphaMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetTextureAlphaMod(Texture* texture, [NativeTypeName("Uint8")] byte alpha) => ( (delegate* unmanaged)( - _slots[954] is not null and var loadedFnPtr + _slots[957] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[954] = nativeContext.LoadFunction("SDL_SetTextureAlphaMod", "SDL3") + : _slots[957] = nativeContext.LoadFunction("SDL_SetTextureAlphaMod", "SDL3") ) )(texture, alpha); @@ -94455,6 +98027,9 @@ _slots[954] is not null and var loadedFnPtr public static byte SetTextureAlphaMod(Texture* texture, [NativeTypeName("Uint8")] byte alpha) => DllImport.SetTextureAlphaMod(texture, alpha); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextureAlphaMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetTextureAlphaMod( Ref texture, @@ -94476,13 +98051,15 @@ public static MaybeBool SetTextureAlphaMod( [NativeTypeName("Uint8")] byte alpha ) => DllImport.SetTextureAlphaMod(texture, alpha); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextureAlphaModFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetTextureAlphaModFloat(Texture* texture, float alpha) => ( (delegate* unmanaged)( - _slots[955] is not null and var loadedFnPtr + _slots[958] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[955] = nativeContext.LoadFunction( + : _slots[958] = nativeContext.LoadFunction( "SDL_SetTextureAlphaModFloat", "SDL3" ) @@ -94495,6 +98072,9 @@ _slots[955] is not null and var loadedFnPtr public static byte SetTextureAlphaModFloat(Texture* texture, float alpha) => DllImport.SetTextureAlphaModFloat(texture, alpha); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextureAlphaModFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetTextureAlphaModFloat(Ref texture, float alpha) { @@ -94512,6 +98092,8 @@ MaybeBool ISdl.SetTextureAlphaModFloat(Ref texture, float alpha) public static MaybeBool SetTextureAlphaModFloat(Ref texture, float alpha) => DllImport.SetTextureAlphaModFloat(texture, alpha); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextureBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetTextureBlendMode( Texture* texture, @@ -94519,9 +98101,9 @@ byte ISdl.SetTextureBlendMode( ) => ( (delegate* unmanaged)( - _slots[956] is not null and var loadedFnPtr + _slots[959] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[956] = nativeContext.LoadFunction("SDL_SetTextureBlendMode", "SDL3") + : _slots[959] = nativeContext.LoadFunction("SDL_SetTextureBlendMode", "SDL3") ) )(texture, blendMode); @@ -94533,6 +98115,9 @@ public static byte SetTextureBlendMode( [NativeTypeName("SDL_BlendMode")] BlendMode blendMode ) => DllImport.SetTextureBlendMode(texture, blendMode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextureBlendMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetTextureBlendMode( Ref texture, @@ -94555,6 +98140,8 @@ public static MaybeBool SetTextureBlendMode( [NativeTypeName("SDL_BlendMode")] BlendMode blendMode ) => DllImport.SetTextureBlendMode(texture, blendMode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextureColorMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetTextureColorMod( Texture* texture, @@ -94564,9 +98151,9 @@ byte ISdl.SetTextureColorMod( ) => ( (delegate* unmanaged)( - _slots[957] is not null and var loadedFnPtr + _slots[960] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[957] = nativeContext.LoadFunction("SDL_SetTextureColorMod", "SDL3") + : _slots[960] = nativeContext.LoadFunction("SDL_SetTextureColorMod", "SDL3") ) )(texture, r, g, b); @@ -94580,6 +98167,9 @@ public static byte SetTextureColorMod( [NativeTypeName("Uint8")] byte b ) => DllImport.SetTextureColorMod(texture, r, g, b); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextureColorMod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetTextureColorMod( Ref texture, @@ -94605,13 +98195,15 @@ public static MaybeBool SetTextureColorMod( [NativeTypeName("Uint8")] byte b ) => DllImport.SetTextureColorMod(texture, r, g, b); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextureColorModFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetTextureColorModFloat(Texture* texture, float r, float g, float b) => ( (delegate* unmanaged)( - _slots[958] is not null and var loadedFnPtr + _slots[961] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[958] = nativeContext.LoadFunction( + : _slots[961] = nativeContext.LoadFunction( "SDL_SetTextureColorModFloat", "SDL3" ) @@ -94624,6 +98216,9 @@ _slots[958] is not null and var loadedFnPtr public static byte SetTextureColorModFloat(Texture* texture, float r, float g, float b) => DllImport.SetTextureColorModFloat(texture, r, g, b); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextureColorModFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetTextureColorModFloat(Ref texture, float r, float g, float b) { @@ -94645,13 +98240,15 @@ public static MaybeBool SetTextureColorModFloat( float b ) => DllImport.SetTextureColorModFloat(texture, r, g, b); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextureScaleMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetTextureScaleMode(Texture* texture, ScaleMode scaleMode) => ( (delegate* unmanaged)( - _slots[959] is not null and var loadedFnPtr + _slots[962] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[959] = nativeContext.LoadFunction("SDL_SetTextureScaleMode", "SDL3") + : _slots[962] = nativeContext.LoadFunction("SDL_SetTextureScaleMode", "SDL3") ) )(texture, scaleMode); @@ -94661,6 +98258,9 @@ _slots[959] is not null and var loadedFnPtr public static byte SetTextureScaleMode(Texture* texture, ScaleMode scaleMode) => DllImport.SetTextureScaleMode(texture, scaleMode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTextureScaleMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetTextureScaleMode(Ref texture, ScaleMode scaleMode) { @@ -94678,6 +98278,8 @@ MaybeBool ISdl.SetTextureScaleMode(Ref texture, ScaleMode scaleMo public static MaybeBool SetTextureScaleMode(Ref texture, ScaleMode scaleMode) => DllImport.SetTextureScaleMode(texture, scaleMode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTLS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetTLS( [NativeTypeName("SDL_TLSID *")] AtomicInt* id, @@ -94686,9 +98288,9 @@ byte ISdl.SetTLS( ) => ( (delegate* unmanaged)( - _slots[960] is not null and var loadedFnPtr + _slots[963] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[960] = nativeContext.LoadFunction("SDL_SetTLS", "SDL3") + : _slots[963] = nativeContext.LoadFunction("SDL_SetTLS", "SDL3") ) )(id, value, destructor); @@ -94701,6 +98303,9 @@ public static byte SetTLS( [NativeTypeName("SDL_TLSDestructorCallback")] TLSDestructorCallback destructor ) => DllImport.SetTLS(id, value, destructor); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetTLS")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetTLS( [NativeTypeName("SDL_TLSID *")] Ref id, @@ -94725,13 +98330,15 @@ public static MaybeBool SetTLS( [NativeTypeName("SDL_TLSDestructorCallback")] TLSDestructorCallback destructor ) => DllImport.SetTLS(id, value, destructor); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowAlwaysOnTop")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowAlwaysOnTop(WindowHandle window, [NativeTypeName("bool")] byte on_top) => ( (delegate* unmanaged)( - _slots[961] is not null and var loadedFnPtr + _slots[964] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[961] = nativeContext.LoadFunction("SDL_SetWindowAlwaysOnTop", "SDL3") + : _slots[964] = nativeContext.LoadFunction("SDL_SetWindowAlwaysOnTop", "SDL3") ) )(window, on_top); @@ -94743,6 +98350,9 @@ public static byte SetWindowAlwaysOnTop( [NativeTypeName("bool")] byte on_top ) => DllImport.SetWindowAlwaysOnTop(window, on_top); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowAlwaysOnTop")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowAlwaysOnTop( WindowHandle window, @@ -94758,6 +98368,9 @@ public static MaybeBool SetWindowAlwaysOnTop( [NativeTypeName("bool")] MaybeBool on_top ) => DllImport.SetWindowAlwaysOnTop(window, on_top); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowAspectRatio")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowAspectRatio( WindowHandle window, @@ -94776,13 +98389,15 @@ public static MaybeBool SetWindowAspectRatio( float max_aspect ) => DllImport.SetWindowAspectRatio(window, min_aspect, max_aspect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowAspectRatio")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowAspectRatioRaw(WindowHandle window, float min_aspect, float max_aspect) => ( (delegate* unmanaged)( - _slots[962] is not null and var loadedFnPtr + _slots[965] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[962] = nativeContext.LoadFunction("SDL_SetWindowAspectRatio", "SDL3") + : _slots[965] = nativeContext.LoadFunction("SDL_SetWindowAspectRatio", "SDL3") ) )(window, min_aspect, max_aspect); @@ -94795,13 +98410,15 @@ public static byte SetWindowAspectRatioRaw( float max_aspect ) => DllImport.SetWindowAspectRatioRaw(window, min_aspect, max_aspect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowBordered")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowBordered(WindowHandle window, [NativeTypeName("bool")] byte bordered) => ( (delegate* unmanaged)( - _slots[963] is not null and var loadedFnPtr + _slots[966] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[963] = nativeContext.LoadFunction("SDL_SetWindowBordered", "SDL3") + : _slots[966] = nativeContext.LoadFunction("SDL_SetWindowBordered", "SDL3") ) )(window, bordered); @@ -94813,6 +98430,9 @@ public static byte SetWindowBordered( [NativeTypeName("bool")] byte bordered ) => DllImport.SetWindowBordered(window, bordered); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowBordered")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowBordered( WindowHandle window, @@ -94828,13 +98448,15 @@ public static MaybeBool SetWindowBordered( [NativeTypeName("bool")] MaybeBool bordered ) => DllImport.SetWindowBordered(window, bordered); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowFocusable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowFocusable(WindowHandle window, [NativeTypeName("bool")] byte focusable) => ( (delegate* unmanaged)( - _slots[964] is not null and var loadedFnPtr + _slots[967] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[964] = nativeContext.LoadFunction("SDL_SetWindowFocusable", "SDL3") + : _slots[967] = nativeContext.LoadFunction("SDL_SetWindowFocusable", "SDL3") ) )(window, focusable); @@ -94846,6 +98468,9 @@ public static byte SetWindowFocusable( [NativeTypeName("bool")] byte focusable ) => DllImport.SetWindowFocusable(window, focusable); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowFocusable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowFocusable( WindowHandle window, @@ -94861,13 +98486,15 @@ public static MaybeBool SetWindowFocusable( [NativeTypeName("bool")] MaybeBool focusable ) => DllImport.SetWindowFocusable(window, focusable); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowFullscreen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowFullscreen(WindowHandle window, [NativeTypeName("bool")] byte fullscreen) => ( (delegate* unmanaged)( - _slots[965] is not null and var loadedFnPtr + _slots[968] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[965] = nativeContext.LoadFunction("SDL_SetWindowFullscreen", "SDL3") + : _slots[968] = nativeContext.LoadFunction("SDL_SetWindowFullscreen", "SDL3") ) )(window, fullscreen); @@ -94879,6 +98506,9 @@ public static byte SetWindowFullscreen( [NativeTypeName("bool")] byte fullscreen ) => DllImport.SetWindowFullscreen(window, fullscreen); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowFullscreen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowFullscreen( WindowHandle window, @@ -94894,6 +98524,8 @@ public static MaybeBool SetWindowFullscreen( [NativeTypeName("bool")] MaybeBool fullscreen ) => DllImport.SetWindowFullscreen(window, fullscreen); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowFullscreenMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowFullscreenMode( WindowHandle window, @@ -94901,9 +98533,9 @@ byte ISdl.SetWindowFullscreenMode( ) => ( (delegate* unmanaged)( - _slots[966] is not null and var loadedFnPtr + _slots[969] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[966] = nativeContext.LoadFunction( + : _slots[969] = nativeContext.LoadFunction( "SDL_SetWindowFullscreenMode", "SDL3" ) @@ -94918,6 +98550,9 @@ public static byte SetWindowFullscreenMode( [NativeTypeName("const SDL_DisplayMode *")] DisplayMode* mode ) => DllImport.SetWindowFullscreenMode(window, mode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowFullscreenMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowFullscreenMode( WindowHandle window, @@ -94939,6 +98574,8 @@ public static MaybeBool SetWindowFullscreenMode( [NativeTypeName("const SDL_DisplayMode *")] Ref mode ) => DllImport.SetWindowFullscreenMode(window, mode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowHitTest")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowHitTest( WindowHandle window, @@ -94947,9 +98584,9 @@ byte ISdl.SetWindowHitTest( ) => ( (delegate* unmanaged)( - _slots[967] is not null and var loadedFnPtr + _slots[970] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[967] = nativeContext.LoadFunction("SDL_SetWindowHitTest", "SDL3") + : _slots[970] = nativeContext.LoadFunction("SDL_SetWindowHitTest", "SDL3") ) )(window, callback, callback_data); @@ -94962,6 +98599,9 @@ public static byte SetWindowHitTest( void* callback_data ) => DllImport.SetWindowHitTest(window, callback, callback_data); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowHitTest")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowHitTest( WindowHandle window, @@ -94986,13 +98626,15 @@ public static MaybeBool SetWindowHitTest( Ref callback_data ) => DllImport.SetWindowHitTest(window, callback, callback_data); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowIcon")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowIcon(WindowHandle window, Surface* icon) => ( (delegate* unmanaged)( - _slots[968] is not null and var loadedFnPtr + _slots[971] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[968] = nativeContext.LoadFunction("SDL_SetWindowIcon", "SDL3") + : _slots[971] = nativeContext.LoadFunction("SDL_SetWindowIcon", "SDL3") ) )(window, icon); @@ -95002,6 +98644,9 @@ _slots[968] is not null and var loadedFnPtr public static byte SetWindowIcon(WindowHandle window, Surface* icon) => DllImport.SetWindowIcon(window, icon); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowIcon")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowIcon(WindowHandle window, Ref icon) { @@ -95018,13 +98663,15 @@ MaybeBool ISdl.SetWindowIcon(WindowHandle window, Ref icon) public static MaybeBool SetWindowIcon(WindowHandle window, Ref icon) => DllImport.SetWindowIcon(window, icon); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowKeyboardGrab")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowKeyboardGrab(WindowHandle window, [NativeTypeName("bool")] byte grabbed) => ( (delegate* unmanaged)( - _slots[969] is not null and var loadedFnPtr + _slots[972] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[969] = nativeContext.LoadFunction("SDL_SetWindowKeyboardGrab", "SDL3") + : _slots[972] = nativeContext.LoadFunction("SDL_SetWindowKeyboardGrab", "SDL3") ) )(window, grabbed); @@ -95036,6 +98683,9 @@ public static byte SetWindowKeyboardGrab( [NativeTypeName("bool")] byte grabbed ) => DllImport.SetWindowKeyboardGrab(window, grabbed); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowKeyboardGrab")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowKeyboardGrab( WindowHandle window, @@ -95051,6 +98701,9 @@ public static MaybeBool SetWindowKeyboardGrab( [NativeTypeName("bool")] MaybeBool grabbed ) => DllImport.SetWindowKeyboardGrab(window, grabbed); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowMaximumSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowMaximumSize(WindowHandle window, int max_w, int max_h) => (MaybeBool)(byte)((ISdl)this).SetWindowMaximumSizeRaw(window, max_w, max_h); @@ -95062,13 +98715,15 @@ MaybeBool ISdl.SetWindowMaximumSize(WindowHandle window, int max_w, int ma public static MaybeBool SetWindowMaximumSize(WindowHandle window, int max_w, int max_h) => DllImport.SetWindowMaximumSize(window, max_w, max_h); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowMaximumSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowMaximumSizeRaw(WindowHandle window, int max_w, int max_h) => ( (delegate* unmanaged)( - _slots[970] is not null and var loadedFnPtr + _slots[973] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[970] = nativeContext.LoadFunction("SDL_SetWindowMaximumSize", "SDL3") + : _slots[973] = nativeContext.LoadFunction("SDL_SetWindowMaximumSize", "SDL3") ) )(window, max_w, max_h); @@ -95078,6 +98733,9 @@ _slots[970] is not null and var loadedFnPtr public static byte SetWindowMaximumSizeRaw(WindowHandle window, int max_w, int max_h) => DllImport.SetWindowMaximumSizeRaw(window, max_w, max_h); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowMinimumSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowMinimumSize(WindowHandle window, int min_w, int min_h) => (MaybeBool)(byte)((ISdl)this).SetWindowMinimumSizeRaw(window, min_w, min_h); @@ -95089,13 +98747,15 @@ MaybeBool ISdl.SetWindowMinimumSize(WindowHandle window, int min_w, int mi public static MaybeBool SetWindowMinimumSize(WindowHandle window, int min_w, int min_h) => DllImport.SetWindowMinimumSize(window, min_w, min_h); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowMinimumSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowMinimumSizeRaw(WindowHandle window, int min_w, int min_h) => ( (delegate* unmanaged)( - _slots[971] is not null and var loadedFnPtr + _slots[974] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[971] = nativeContext.LoadFunction("SDL_SetWindowMinimumSize", "SDL3") + : _slots[974] = nativeContext.LoadFunction("SDL_SetWindowMinimumSize", "SDL3") ) )(window, min_w, min_h); @@ -95105,13 +98765,15 @@ _slots[971] is not null and var loadedFnPtr public static byte SetWindowMinimumSizeRaw(WindowHandle window, int min_w, int min_h) => DllImport.SetWindowMinimumSizeRaw(window, min_w, min_h); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowModal")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowModal(WindowHandle window, [NativeTypeName("bool")] byte modal) => ( (delegate* unmanaged)( - _slots[972] is not null and var loadedFnPtr + _slots[975] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[972] = nativeContext.LoadFunction("SDL_SetWindowModal", "SDL3") + : _slots[975] = nativeContext.LoadFunction("SDL_SetWindowModal", "SDL3") ) )(window, modal); @@ -95121,6 +98783,9 @@ _slots[972] is not null and var loadedFnPtr public static byte SetWindowModal(WindowHandle window, [NativeTypeName("bool")] byte modal) => DllImport.SetWindowModal(window, modal); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowModal")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowModal( WindowHandle window, @@ -95136,13 +98801,15 @@ public static MaybeBool SetWindowModal( [NativeTypeName("bool")] MaybeBool modal ) => DllImport.SetWindowModal(window, modal); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowMouseGrab")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowMouseGrab(WindowHandle window, [NativeTypeName("bool")] byte grabbed) => ( (delegate* unmanaged)( - _slots[973] is not null and var loadedFnPtr + _slots[976] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[973] = nativeContext.LoadFunction("SDL_SetWindowMouseGrab", "SDL3") + : _slots[976] = nativeContext.LoadFunction("SDL_SetWindowMouseGrab", "SDL3") ) )(window, grabbed); @@ -95154,6 +98821,9 @@ public static byte SetWindowMouseGrab( [NativeTypeName("bool")] byte grabbed ) => DllImport.SetWindowMouseGrab(window, grabbed); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowMouseGrab")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowMouseGrab( WindowHandle window, @@ -95169,6 +98839,8 @@ public static MaybeBool SetWindowMouseGrab( [NativeTypeName("bool")] MaybeBool grabbed ) => DllImport.SetWindowMouseGrab(window, grabbed); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowMouseRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowMouseRect( WindowHandle window, @@ -95176,9 +98848,9 @@ byte ISdl.SetWindowMouseRect( ) => ( (delegate* unmanaged)( - _slots[974] is not null and var loadedFnPtr + _slots[977] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[974] = nativeContext.LoadFunction("SDL_SetWindowMouseRect", "SDL3") + : _slots[977] = nativeContext.LoadFunction("SDL_SetWindowMouseRect", "SDL3") ) )(window, rect); @@ -95190,6 +98862,9 @@ public static byte SetWindowMouseRect( [NativeTypeName("const SDL_Rect *")] Rect* rect ) => DllImport.SetWindowMouseRect(window, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowMouseRect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowMouseRect( WindowHandle window, @@ -95211,6 +98886,9 @@ public static MaybeBool SetWindowMouseRect( [NativeTypeName("const SDL_Rect *")] Ref rect ) => DllImport.SetWindowMouseRect(window, rect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowOpacity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowOpacity(WindowHandle window, float opacity) => (MaybeBool)(byte)((ISdl)this).SetWindowOpacityRaw(window, opacity); @@ -95222,13 +98900,15 @@ MaybeBool ISdl.SetWindowOpacity(WindowHandle window, float opacity) => public static MaybeBool SetWindowOpacity(WindowHandle window, float opacity) => DllImport.SetWindowOpacity(window, opacity); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowOpacity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowOpacityRaw(WindowHandle window, float opacity) => ( (delegate* unmanaged)( - _slots[975] is not null and var loadedFnPtr + _slots[978] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[975] = nativeContext.LoadFunction("SDL_SetWindowOpacity", "SDL3") + : _slots[978] = nativeContext.LoadFunction("SDL_SetWindowOpacity", "SDL3") ) )(window, opacity); @@ -95238,6 +98918,9 @@ _slots[975] is not null and var loadedFnPtr public static byte SetWindowOpacityRaw(WindowHandle window, float opacity) => DllImport.SetWindowOpacityRaw(window, opacity); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowParent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowParent(WindowHandle window, WindowHandle parent) => (MaybeBool)(byte)((ISdl)this).SetWindowParentRaw(window, parent); @@ -95249,13 +98932,15 @@ MaybeBool ISdl.SetWindowParent(WindowHandle window, WindowHandle parent) = public static MaybeBool SetWindowParent(WindowHandle window, WindowHandle parent) => DllImport.SetWindowParent(window, parent); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowParent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowParentRaw(WindowHandle window, WindowHandle parent) => ( (delegate* unmanaged)( - _slots[976] is not null and var loadedFnPtr + _slots[979] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[976] = nativeContext.LoadFunction("SDL_SetWindowParent", "SDL3") + : _slots[979] = nativeContext.LoadFunction("SDL_SetWindowParent", "SDL3") ) )(window, parent); @@ -95265,6 +98950,9 @@ _slots[976] is not null and var loadedFnPtr public static byte SetWindowParentRaw(WindowHandle window, WindowHandle parent) => DllImport.SetWindowParentRaw(window, parent); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowPosition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowPosition(WindowHandle window, int x, int y) => (MaybeBool)(byte)((ISdl)this).SetWindowPositionRaw(window, x, y); @@ -95276,13 +98964,15 @@ MaybeBool ISdl.SetWindowPosition(WindowHandle window, int x, int y) => public static MaybeBool SetWindowPosition(WindowHandle window, int x, int y) => DllImport.SetWindowPosition(window, x, y); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowPosition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowPositionRaw(WindowHandle window, int x, int y) => ( (delegate* unmanaged)( - _slots[977] is not null and var loadedFnPtr + _slots[980] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[977] = nativeContext.LoadFunction("SDL_SetWindowPosition", "SDL3") + : _slots[980] = nativeContext.LoadFunction("SDL_SetWindowPosition", "SDL3") ) )(window, x, y); @@ -95292,6 +98982,8 @@ _slots[977] is not null and var loadedFnPtr public static byte SetWindowPositionRaw(WindowHandle window, int x, int y) => DllImport.SetWindowPositionRaw(window, x, y); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowRelativeMouseMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowRelativeMouseMode( WindowHandle window, @@ -95299,9 +98991,9 @@ byte ISdl.SetWindowRelativeMouseMode( ) => ( (delegate* unmanaged)( - _slots[978] is not null and var loadedFnPtr + _slots[981] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[978] = nativeContext.LoadFunction( + : _slots[981] = nativeContext.LoadFunction( "SDL_SetWindowRelativeMouseMode", "SDL3" ) @@ -95316,6 +99008,9 @@ public static byte SetWindowRelativeMouseMode( [NativeTypeName("bool")] byte enabled ) => DllImport.SetWindowRelativeMouseMode(window, enabled); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowRelativeMouseMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowRelativeMouseMode( WindowHandle window, @@ -95331,13 +99026,15 @@ public static MaybeBool SetWindowRelativeMouseMode( [NativeTypeName("bool")] MaybeBool enabled ) => DllImport.SetWindowRelativeMouseMode(window, enabled); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowResizable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowResizable(WindowHandle window, [NativeTypeName("bool")] byte resizable) => ( (delegate* unmanaged)( - _slots[979] is not null and var loadedFnPtr + _slots[982] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[979] = nativeContext.LoadFunction("SDL_SetWindowResizable", "SDL3") + : _slots[982] = nativeContext.LoadFunction("SDL_SetWindowResizable", "SDL3") ) )(window, resizable); @@ -95349,6 +99046,9 @@ public static byte SetWindowResizable( [NativeTypeName("bool")] byte resizable ) => DllImport.SetWindowResizable(window, resizable); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowResizable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowResizable( WindowHandle window, @@ -95364,13 +99064,15 @@ public static MaybeBool SetWindowResizable( [NativeTypeName("bool")] MaybeBool resizable ) => DllImport.SetWindowResizable(window, resizable); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowShape")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowShape(WindowHandle window, Surface* shape) => ( (delegate* unmanaged)( - _slots[980] is not null and var loadedFnPtr + _slots[983] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[980] = nativeContext.LoadFunction("SDL_SetWindowShape", "SDL3") + : _slots[983] = nativeContext.LoadFunction("SDL_SetWindowShape", "SDL3") ) )(window, shape); @@ -95380,6 +99082,9 @@ _slots[980] is not null and var loadedFnPtr public static byte SetWindowShape(WindowHandle window, Surface* shape) => DllImport.SetWindowShape(window, shape); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowShape")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowShape(WindowHandle window, Ref shape) { @@ -95396,6 +99101,9 @@ MaybeBool ISdl.SetWindowShape(WindowHandle window, Ref shape) public static MaybeBool SetWindowShape(WindowHandle window, Ref shape) => DllImport.SetWindowShape(window, shape); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowSize(WindowHandle window, int w, int h) => (MaybeBool)(byte)((ISdl)this).SetWindowSizeRaw(window, w, h); @@ -95407,13 +99115,15 @@ MaybeBool ISdl.SetWindowSize(WindowHandle window, int w, int h) => public static MaybeBool SetWindowSize(WindowHandle window, int w, int h) => DllImport.SetWindowSize(window, w, h); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowSize")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowSizeRaw(WindowHandle window, int w, int h) => ( (delegate* unmanaged)( - _slots[981] is not null and var loadedFnPtr + _slots[984] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[981] = nativeContext.LoadFunction("SDL_SetWindowSize", "SDL3") + : _slots[984] = nativeContext.LoadFunction("SDL_SetWindowSize", "SDL3") ) )(window, w, h); @@ -95423,6 +99133,9 @@ _slots[981] is not null and var loadedFnPtr public static byte SetWindowSizeRaw(WindowHandle window, int w, int h) => DllImport.SetWindowSizeRaw(window, w, h); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowSurfaceVSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowSurfaceVSync(WindowHandle window, int vsync) => (MaybeBool)(byte)((ISdl)this).SetWindowSurfaceVSyncRaw(window, vsync); @@ -95434,13 +99147,15 @@ MaybeBool ISdl.SetWindowSurfaceVSync(WindowHandle window, int vsync) => public static MaybeBool SetWindowSurfaceVSync(WindowHandle window, int vsync) => DllImport.SetWindowSurfaceVSync(window, vsync); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowSurfaceVSync")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowSurfaceVSyncRaw(WindowHandle window, int vsync) => ( (delegate* unmanaged)( - _slots[982] is not null and var loadedFnPtr + _slots[985] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[982] = nativeContext.LoadFunction("SDL_SetWindowSurfaceVSync", "SDL3") + : _slots[985] = nativeContext.LoadFunction("SDL_SetWindowSurfaceVSync", "SDL3") ) )(window, vsync); @@ -95450,13 +99165,15 @@ _slots[982] is not null and var loadedFnPtr public static byte SetWindowSurfaceVSyncRaw(WindowHandle window, int vsync) => DllImport.SetWindowSurfaceVSyncRaw(window, vsync); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowTitle")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SetWindowTitle(WindowHandle window, [NativeTypeName("const char *")] sbyte* title) => ( (delegate* unmanaged)( - _slots[983] is not null and var loadedFnPtr + _slots[986] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[983] = nativeContext.LoadFunction("SDL_SetWindowTitle", "SDL3") + : _slots[986] = nativeContext.LoadFunction("SDL_SetWindowTitle", "SDL3") ) )(window, title); @@ -95468,6 +99185,9 @@ public static byte SetWindowTitle( [NativeTypeName("const char *")] sbyte* title ) => DllImport.SetWindowTitle(window, title); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SetWindowTitle")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SetWindowTitle( WindowHandle window, @@ -95489,13 +99209,15 @@ public static MaybeBool SetWindowTitle( [NativeTypeName("const char *")] Ref title ) => DllImport.SetWindowTitle(window, title); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ShouldInit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ShouldInit(InitState* state) => ( (delegate* unmanaged)( - _slots[984] is not null and var loadedFnPtr + _slots[987] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[984] = nativeContext.LoadFunction("SDL_ShouldInit", "SDL3") + : _slots[987] = nativeContext.LoadFunction("SDL_ShouldInit", "SDL3") ) )(state); @@ -95504,6 +99226,9 @@ _slots[984] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte ShouldInit(InitState* state) => DllImport.ShouldInit(state); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ShouldInit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ShouldInit(Ref state) { @@ -95519,13 +99244,15 @@ MaybeBool ISdl.ShouldInit(Ref state) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool ShouldInit(Ref state) => DllImport.ShouldInit(state); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ShouldQuit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ShouldQuit(InitState* state) => ( (delegate* unmanaged)( - _slots[985] is not null and var loadedFnPtr + _slots[988] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[985] = nativeContext.LoadFunction("SDL_ShouldQuit", "SDL3") + : _slots[988] = nativeContext.LoadFunction("SDL_ShouldQuit", "SDL3") ) )(state); @@ -95534,6 +99261,9 @@ _slots[985] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte ShouldQuit(InitState* state) => DllImport.ShouldQuit(state); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ShouldQuit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ShouldQuit(Ref state) { @@ -95549,6 +99279,9 @@ MaybeBool ISdl.ShouldQuit(Ref state) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool ShouldQuit(Ref state) => DllImport.ShouldQuit(state); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ShowCursor() => (MaybeBool)(byte)((ISdl)this).ShowCursorRaw(); @@ -95558,13 +99291,15 @@ MaybeBool ISdl.ShouldQuit(Ref state) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool ShowCursor() => DllImport.ShowCursor(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowCursor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ShowCursorRaw() => ( (delegate* unmanaged)( - _slots[986] is not null and var loadedFnPtr + _slots[989] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[986] = nativeContext.LoadFunction("SDL_ShowCursor", "SDL3") + : _slots[989] = nativeContext.LoadFunction("SDL_ShowCursor", "SDL3") ) )(); @@ -95573,6 +99308,7 @@ _slots[986] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte ShowCursorRaw() => DllImport.ShowCursorRaw(); + [NativeFunction("SDL3", EntryPoint = "SDL_ShowFileDialogWithProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ShowFileDialogWithProperties( FileDialogType type, @@ -95582,9 +99318,9 @@ void ISdl.ShowFileDialogWithProperties( ) => ( (delegate* unmanaged)( - _slots[987] is not null and var loadedFnPtr + _slots[990] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[987] = nativeContext.LoadFunction( + : _slots[990] = nativeContext.LoadFunction( "SDL_ShowFileDialogWithProperties", "SDL3" ) @@ -95600,6 +99336,8 @@ public static void ShowFileDialogWithProperties( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.ShowFileDialogWithProperties(type, callback, userdata, props); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowFileDialogWithProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ShowFileDialogWithProperties( FileDialogType type, @@ -95624,6 +99362,8 @@ public static void ShowFileDialogWithProperties( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.ShowFileDialogWithProperties(type, callback, userdata, props); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowMessageBox")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ShowMessageBox( [NativeTypeName("const SDL_MessageBoxData *")] MessageBoxData* messageboxdata, @@ -95631,9 +99371,9 @@ byte ISdl.ShowMessageBox( ) => ( (delegate* unmanaged)( - _slots[988] is not null and var loadedFnPtr + _slots[991] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[988] = nativeContext.LoadFunction("SDL_ShowMessageBox", "SDL3") + : _slots[991] = nativeContext.LoadFunction("SDL_ShowMessageBox", "SDL3") ) )(messageboxdata, buttonid); @@ -95645,6 +99385,9 @@ public static byte ShowMessageBox( int* buttonid ) => DllImport.ShowMessageBox(messageboxdata, buttonid); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowMessageBox")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ShowMessageBox( [NativeTypeName("const SDL_MessageBoxData *")] Ref messageboxdata, @@ -95668,6 +99411,7 @@ public static MaybeBool ShowMessageBox( Ref buttonid ) => DllImport.ShowMessageBox(messageboxdata, buttonid); + [NativeFunction("SDL3", EntryPoint = "SDL_ShowOpenFileDialog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ShowOpenFileDialog( [NativeTypeName("SDL_DialogFileCallback")] DialogFileCallback callback, @@ -95688,9 +99432,9 @@ void ISdl.ShowOpenFileDialog( sbyte*, byte, void>)( - _slots[989] is not null and var loadedFnPtr + _slots[992] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[989] = nativeContext.LoadFunction("SDL_ShowOpenFileDialog", "SDL3") + : _slots[992] = nativeContext.LoadFunction("SDL_ShowOpenFileDialog", "SDL3") ) )(callback, userdata, window, filters, nfilters, default_location, allow_many); @@ -95715,6 +99459,8 @@ public static void ShowOpenFileDialog( allow_many ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowOpenFileDialog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ShowOpenFileDialog( [NativeTypeName("SDL_DialogFileCallback")] DialogFileCallback callback, @@ -95764,6 +99510,7 @@ public static void ShowOpenFileDialog( allow_many ); + [NativeFunction("SDL3", EntryPoint = "SDL_ShowOpenFolderDialog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ShowOpenFolderDialog( [NativeTypeName("SDL_DialogFileCallback")] DialogFileCallback callback, @@ -95774,9 +99521,9 @@ void ISdl.ShowOpenFolderDialog( ) => ( (delegate* unmanaged)( - _slots[990] is not null and var loadedFnPtr + _slots[993] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[990] = nativeContext.LoadFunction("SDL_ShowOpenFolderDialog", "SDL3") + : _slots[993] = nativeContext.LoadFunction("SDL_ShowOpenFolderDialog", "SDL3") ) )(callback, userdata, window, default_location, allow_many); @@ -95790,6 +99537,8 @@ public static void ShowOpenFolderDialog( [NativeTypeName("bool")] byte allow_many ) => DllImport.ShowOpenFolderDialog(callback, userdata, window, default_location, allow_many); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowOpenFolderDialog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ShowOpenFolderDialog( [NativeTypeName("SDL_DialogFileCallback")] DialogFileCallback callback, @@ -95823,6 +99572,7 @@ public static void ShowOpenFolderDialog( [NativeTypeName("bool")] MaybeBool allow_many ) => DllImport.ShowOpenFolderDialog(callback, userdata, window, default_location, allow_many); + [NativeFunction("SDL3", EntryPoint = "SDL_ShowSaveFileDialog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ShowSaveFileDialog( [NativeTypeName("SDL_DialogFileCallback")] DialogFileCallback callback, @@ -95841,9 +99591,9 @@ void ISdl.ShowSaveFileDialog( int, sbyte*, void>)( - _slots[991] is not null and var loadedFnPtr + _slots[994] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[991] = nativeContext.LoadFunction("SDL_ShowSaveFileDialog", "SDL3") + : _slots[994] = nativeContext.LoadFunction("SDL_ShowSaveFileDialog", "SDL3") ) )(callback, userdata, window, filters, nfilters, default_location); @@ -95866,6 +99616,8 @@ public static void ShowSaveFileDialog( default_location ); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowSaveFileDialog")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.ShowSaveFileDialog( [NativeTypeName("SDL_DialogFileCallback")] DialogFileCallback callback, @@ -95911,6 +99663,8 @@ public static void ShowSaveFileDialog( default_location ); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowSimpleMessageBox")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ShowSimpleMessageBox( [NativeTypeName("SDL_MessageBoxFlags")] uint flags, @@ -95920,9 +99674,9 @@ WindowHandle window ) => ( (delegate* unmanaged)( - _slots[992] is not null and var loadedFnPtr + _slots[995] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[992] = nativeContext.LoadFunction("SDL_ShowSimpleMessageBox", "SDL3") + : _slots[995] = nativeContext.LoadFunction("SDL_ShowSimpleMessageBox", "SDL3") ) )(flags, title, message, window); @@ -95936,6 +99690,9 @@ public static byte ShowSimpleMessageBox( WindowHandle window ) => DllImport.ShowSimpleMessageBox(flags, title, message, window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowSimpleMessageBox")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ShowSimpleMessageBox( [NativeTypeName("SDL_MessageBoxFlags")] uint flags, @@ -95963,6 +99720,9 @@ public static MaybeBool ShowSimpleMessageBox( WindowHandle window ) => DllImport.ShowSimpleMessageBox(flags, title, message, window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ShowWindow(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).ShowWindowRaw(window); @@ -95973,13 +99733,15 @@ MaybeBool ISdl.ShowWindow(WindowHandle window) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool ShowWindow(WindowHandle window) => DllImport.ShowWindow(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ShowWindowRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[993] is not null and var loadedFnPtr + _slots[996] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[993] = nativeContext.LoadFunction("SDL_ShowWindow", "SDL3") + : _slots[996] = nativeContext.LoadFunction("SDL_ShowWindow", "SDL3") ) )(window); @@ -95988,6 +99750,9 @@ _slots[993] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte ShowWindowRaw(WindowHandle window) => DllImport.ShowWindowRaw(window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowWindowSystemMenu")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.ShowWindowSystemMenu(WindowHandle window, int x, int y) => (MaybeBool)(byte)((ISdl)this).ShowWindowSystemMenuRaw(window, x, y); @@ -95999,13 +99764,15 @@ MaybeBool ISdl.ShowWindowSystemMenu(WindowHandle window, int x, int y) => public static MaybeBool ShowWindowSystemMenu(WindowHandle window, int x, int y) => DllImport.ShowWindowSystemMenu(window, x, y); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_ShowWindowSystemMenu")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.ShowWindowSystemMenuRaw(WindowHandle window, int x, int y) => ( (delegate* unmanaged)( - _slots[994] is not null and var loadedFnPtr + _slots[997] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[994] = nativeContext.LoadFunction("SDL_ShowWindowSystemMenu", "SDL3") + : _slots[997] = nativeContext.LoadFunction("SDL_ShowWindowSystemMenu", "SDL3") ) )(window, x, y); @@ -96015,13 +99782,14 @@ _slots[994] is not null and var loadedFnPtr public static byte ShowWindowSystemMenuRaw(WindowHandle window, int x, int y) => DllImport.ShowWindowSystemMenuRaw(window, x, y); + [NativeFunction("SDL3", EntryPoint = "SDL_SignalCondition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SignalCondition(ConditionHandle cond) => ( (delegate* unmanaged)( - _slots[995] is not null and var loadedFnPtr + _slots[998] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[995] = nativeContext.LoadFunction("SDL_SignalCondition", "SDL3") + : _slots[998] = nativeContext.LoadFunction("SDL_SignalCondition", "SDL3") ) )(cond); @@ -96029,13 +99797,14 @@ _slots[995] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SignalCondition(ConditionHandle cond) => DllImport.SignalCondition(cond); + [NativeFunction("SDL3", EntryPoint = "SDL_SignalSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.SignalSemaphore(SemaphoreHandle sem) => ( (delegate* unmanaged)( - _slots[996] is not null and var loadedFnPtr + _slots[999] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[996] = nativeContext.LoadFunction("SDL_SignalSemaphore", "SDL3") + : _slots[999] = nativeContext.LoadFunction("SDL_SignalSemaphore", "SDL3") ) )(sem); @@ -96043,13 +99812,14 @@ _slots[996] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SignalSemaphore(SemaphoreHandle sem) => DllImport.SignalSemaphore(sem); + [NativeFunction("SDL3", EntryPoint = "SDL_sin")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Sin(double x) => ( (delegate* unmanaged)( - _slots[997] is not null and var loadedFnPtr + _slots[1000] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[997] = nativeContext.LoadFunction("SDL_sin", "SDL3") + : _slots[1000] = nativeContext.LoadFunction("SDL_sin", "SDL3") ) )(x); @@ -96057,13 +99827,14 @@ _slots[997] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Sin(double x) => DllImport.Sin(x); + [NativeFunction("SDL3", EntryPoint = "SDL_sinf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Sinf(float x) => ( (delegate* unmanaged)( - _slots[998] is not null and var loadedFnPtr + _slots[1001] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[998] = nativeContext.LoadFunction("SDL_sinf", "SDL3") + : _slots[1001] = nativeContext.LoadFunction("SDL_sinf", "SDL3") ) )(x); @@ -96071,13 +99842,14 @@ _slots[998] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Sinf(float x) => DllImport.Sinf(x); + [NativeFunction("SDL3", EntryPoint = "SDL_sqrt")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Sqrt(double x) => ( (delegate* unmanaged)( - _slots[999] is not null and var loadedFnPtr + _slots[1002] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[999] = nativeContext.LoadFunction("SDL_sqrt", "SDL3") + : _slots[1002] = nativeContext.LoadFunction("SDL_sqrt", "SDL3") ) )(x); @@ -96085,13 +99857,14 @@ _slots[999] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Sqrt(double x) => DllImport.Sqrt(x); + [NativeFunction("SDL3", EntryPoint = "SDL_sqrtf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Sqrtf(float x) => ( (delegate* unmanaged)( - _slots[1000] is not null and var loadedFnPtr + _slots[1003] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1000] = nativeContext.LoadFunction("SDL_sqrtf", "SDL3") + : _slots[1003] = nativeContext.LoadFunction("SDL_sqrtf", "SDL3") ) )(x); @@ -96099,13 +99872,14 @@ _slots[1000] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Sqrtf(float x) => DllImport.Sqrtf(x); + [NativeFunction("SDL3", EntryPoint = "SDL_srand")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.Srand([NativeTypeName("Uint64")] ulong seed) => ( (delegate* unmanaged)( - _slots[1001] is not null and var loadedFnPtr + _slots[1004] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1001] = nativeContext.LoadFunction("SDL_srand", "SDL3") + : _slots[1004] = nativeContext.LoadFunction("SDL_srand", "SDL3") ) )(seed); @@ -96113,6 +99887,9 @@ _slots[1001] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void Srand([NativeTypeName("Uint64")] ulong seed) => DllImport.Srand(seed); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_StartTextInput")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.StartTextInput(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).StartTextInputRaw(window); @@ -96124,13 +99901,15 @@ MaybeBool ISdl.StartTextInput(WindowHandle window) => public static MaybeBool StartTextInput(WindowHandle window) => DllImport.StartTextInput(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_StartTextInput")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.StartTextInputRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[1002] is not null and var loadedFnPtr + _slots[1005] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1002] = nativeContext.LoadFunction("SDL_StartTextInput", "SDL3") + : _slots[1005] = nativeContext.LoadFunction("SDL_StartTextInput", "SDL3") ) )(window); @@ -96140,6 +99919,9 @@ _slots[1002] is not null and var loadedFnPtr public static byte StartTextInputRaw(WindowHandle window) => DllImport.StartTextInputRaw(window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_StartTextInputWithProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.StartTextInputWithProperties( WindowHandle window, @@ -96155,6 +99937,8 @@ public static MaybeBool StartTextInputWithProperties( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.StartTextInputWithProperties(window, props); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_StartTextInputWithProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.StartTextInputWithPropertiesRaw( WindowHandle window, @@ -96162,9 +99946,9 @@ byte ISdl.StartTextInputWithPropertiesRaw( ) => ( (delegate* unmanaged)( - _slots[1003] is not null and var loadedFnPtr + _slots[1006] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1003] = nativeContext.LoadFunction( + : _slots[1006] = nativeContext.LoadFunction( "SDL_StartTextInputWithProperties", "SDL3" ) @@ -96179,6 +99963,8 @@ public static byte StartTextInputWithPropertiesRaw( [NativeTypeName("SDL_PropertiesID")] uint props ) => DllImport.StartTextInputWithPropertiesRaw(window, props); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_StepBackUTF8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.StepBackUTF8( [NativeTypeName("const char *")] sbyte* start, @@ -96186,9 +99972,9 @@ uint ISdl.StepBackUTF8( ) => ( (delegate* unmanaged)( - _slots[1004] is not null and var loadedFnPtr + _slots[1007] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1004] = nativeContext.LoadFunction("SDL_StepBackUTF8", "SDL3") + : _slots[1007] = nativeContext.LoadFunction("SDL_StepBackUTF8", "SDL3") ) )(start, pstr); @@ -96200,6 +99986,9 @@ public static uint StepBackUTF8( [NativeTypeName("const char **")] sbyte** pstr ) => DllImport.StepBackUTF8(start, pstr); + [return: NativeTypeName("Uint32")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_StepBackUTF8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.StepBackUTF8( [NativeTypeName("const char *")] Ref start, @@ -96222,6 +100011,8 @@ public static uint StepBackUTF8( [NativeTypeName("const char **")] Ref2D pstr ) => DllImport.StepBackUTF8(start, pstr); + [return: NativeTypeName("Uint32")] + [NativeFunction("SDL3", EntryPoint = "SDL_StepUTF8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.StepUTF8( [NativeTypeName("const char **")] sbyte** pstr, @@ -96229,9 +100020,9 @@ uint ISdl.StepUTF8( ) => ( (delegate* unmanaged)( - _slots[1005] is not null and var loadedFnPtr + _slots[1008] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1005] = nativeContext.LoadFunction("SDL_StepUTF8", "SDL3") + : _slots[1008] = nativeContext.LoadFunction("SDL_StepUTF8", "SDL3") ) )(pstr, pslen); @@ -96243,6 +100034,9 @@ public static uint StepUTF8( [NativeTypeName("size_t *")] nuint* pslen ) => DllImport.StepUTF8(pstr, pslen); + [return: NativeTypeName("Uint32")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_StepUTF8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.StepUTF8( [NativeTypeName("const char **")] Ref2D pstr, @@ -96265,6 +100059,9 @@ public static uint StepUTF8( [NativeTypeName("size_t *")] Ref pslen ) => DllImport.StepUTF8(pstr, pslen); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_StopHapticEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.StopHapticEffect(HapticHandle haptic, int effect) => (MaybeBool)(byte)((ISdl)this).StopHapticEffectRaw(haptic, effect); @@ -96276,13 +100073,15 @@ MaybeBool ISdl.StopHapticEffect(HapticHandle haptic, int effect) => public static MaybeBool StopHapticEffect(HapticHandle haptic, int effect) => DllImport.StopHapticEffect(haptic, effect); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_StopHapticEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.StopHapticEffectRaw(HapticHandle haptic, int effect) => ( (delegate* unmanaged)( - _slots[1006] is not null and var loadedFnPtr + _slots[1009] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1006] = nativeContext.LoadFunction("SDL_StopHapticEffect", "SDL3") + : _slots[1009] = nativeContext.LoadFunction("SDL_StopHapticEffect", "SDL3") ) )(haptic, effect); @@ -96292,6 +100091,9 @@ _slots[1006] is not null and var loadedFnPtr public static byte StopHapticEffectRaw(HapticHandle haptic, int effect) => DllImport.StopHapticEffectRaw(haptic, effect); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_StopHapticEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.StopHapticEffects(HapticHandle haptic) => (MaybeBool)(byte)((ISdl)this).StopHapticEffectsRaw(haptic); @@ -96303,13 +100105,15 @@ MaybeBool ISdl.StopHapticEffects(HapticHandle haptic) => public static MaybeBool StopHapticEffects(HapticHandle haptic) => DllImport.StopHapticEffects(haptic); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_StopHapticEffects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.StopHapticEffectsRaw(HapticHandle haptic) => ( (delegate* unmanaged)( - _slots[1007] is not null and var loadedFnPtr + _slots[1010] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1007] = nativeContext.LoadFunction("SDL_StopHapticEffects", "SDL3") + : _slots[1010] = nativeContext.LoadFunction("SDL_StopHapticEffects", "SDL3") ) )(haptic); @@ -96319,6 +100123,9 @@ _slots[1007] is not null and var loadedFnPtr public static byte StopHapticEffectsRaw(HapticHandle haptic) => DllImport.StopHapticEffectsRaw(haptic); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_StopHapticRumble")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.StopHapticRumble(HapticHandle haptic) => (MaybeBool)(byte)((ISdl)this).StopHapticRumbleRaw(haptic); @@ -96330,13 +100137,15 @@ MaybeBool ISdl.StopHapticRumble(HapticHandle haptic) => public static MaybeBool StopHapticRumble(HapticHandle haptic) => DllImport.StopHapticRumble(haptic); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_StopHapticRumble")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.StopHapticRumbleRaw(HapticHandle haptic) => ( (delegate* unmanaged)( - _slots[1008] is not null and var loadedFnPtr + _slots[1011] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1008] = nativeContext.LoadFunction("SDL_StopHapticRumble", "SDL3") + : _slots[1011] = nativeContext.LoadFunction("SDL_StopHapticRumble", "SDL3") ) )(haptic); @@ -96346,6 +100155,9 @@ _slots[1008] is not null and var loadedFnPtr public static byte StopHapticRumbleRaw(HapticHandle haptic) => DllImport.StopHapticRumbleRaw(haptic); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_StopTextInput")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.StopTextInput(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).StopTextInputRaw(window); @@ -96357,13 +100169,15 @@ MaybeBool ISdl.StopTextInput(WindowHandle window) => public static MaybeBool StopTextInput(WindowHandle window) => DllImport.StopTextInput(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_StopTextInput")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.StopTextInputRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[1009] is not null and var loadedFnPtr + _slots[1012] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1009] = nativeContext.LoadFunction("SDL_StopTextInput", "SDL3") + : _slots[1012] = nativeContext.LoadFunction("SDL_StopTextInput", "SDL3") ) )(window); @@ -96372,6 +100186,9 @@ _slots[1009] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte StopTextInputRaw(WindowHandle window) => DllImport.StopTextInputRaw(window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_StorageReady")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.StorageReady(StorageHandle storage) => (MaybeBool)(byte)((ISdl)this).StorageReadyRaw(storage); @@ -96383,13 +100200,15 @@ MaybeBool ISdl.StorageReady(StorageHandle storage) => public static MaybeBool StorageReady(StorageHandle storage) => DllImport.StorageReady(storage); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_StorageReady")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.StorageReadyRaw(StorageHandle storage) => ( (delegate* unmanaged)( - _slots[1010] is not null and var loadedFnPtr + _slots[1013] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1010] = nativeContext.LoadFunction("SDL_StorageReady", "SDL3") + : _slots[1013] = nativeContext.LoadFunction("SDL_StorageReady", "SDL3") ) )(storage); @@ -96398,6 +100217,7 @@ _slots[1010] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte StorageReadyRaw(StorageHandle storage) => DllImport.StorageReadyRaw(storage); + [NativeFunction("SDL3", EntryPoint = "SDL_strcasecmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Strcasecmp( [NativeTypeName("const char *")] sbyte* str1, @@ -96405,9 +100225,9 @@ int ISdl.Strcasecmp( ) => ( (delegate* unmanaged)( - _slots[1011] is not null and var loadedFnPtr + _slots[1014] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1011] = nativeContext.LoadFunction("SDL_strcasecmp", "SDL3") + : _slots[1014] = nativeContext.LoadFunction("SDL_strcasecmp", "SDL3") ) )(str1, str2); @@ -96418,6 +100238,8 @@ public static int Strcasecmp( [NativeTypeName("const char *")] sbyte* str2 ) => DllImport.Strcasecmp(str1, str2); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strcasecmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Strcasecmp( [NativeTypeName("const char *")] Ref str1, @@ -96439,6 +100261,8 @@ public static int Strcasecmp( [NativeTypeName("const char *")] Ref str2 ) => DllImport.Strcasecmp(str1, str2); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_strcasestr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Strcasestr( [NativeTypeName("const char *")] sbyte* haystack, @@ -96446,9 +100270,9 @@ public static int Strcasecmp( ) => ( (delegate* unmanaged)( - _slots[1012] is not null and var loadedFnPtr + _slots[1015] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1012] = nativeContext.LoadFunction("SDL_strcasestr", "SDL3") + : _slots[1015] = nativeContext.LoadFunction("SDL_strcasestr", "SDL3") ) )(haystack, needle); @@ -96460,6 +100284,9 @@ _slots[1012] is not null and var loadedFnPtr [NativeTypeName("const char *")] sbyte* needle ) => DllImport.Strcasestr(haystack, needle); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strcasestr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Strcasestr( [NativeTypeName("const char *")] Ref haystack, @@ -96482,13 +100309,15 @@ public static Ptr Strcasestr( [NativeTypeName("const char *")] Ref needle ) => DllImport.Strcasestr(haystack, needle); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_strchr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Strchr([NativeTypeName("const char *")] sbyte* str, int c) => ( (delegate* unmanaged)( - _slots[1013] is not null and var loadedFnPtr + _slots[1016] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1013] = nativeContext.LoadFunction("SDL_strchr", "SDL3") + : _slots[1016] = nativeContext.LoadFunction("SDL_strchr", "SDL3") ) )(str, c); @@ -96498,6 +100327,9 @@ _slots[1013] is not null and var loadedFnPtr public static sbyte* Strchr([NativeTypeName("const char *")] sbyte* str, int c) => DllImport.Strchr(str, c); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strchr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Strchr([NativeTypeName("const char *")] Ref str, int c) { @@ -96514,6 +100346,7 @@ Ptr ISdl.Strchr([NativeTypeName("const char *")] Ref str, int c) public static Ptr Strchr([NativeTypeName("const char *")] Ref str, int c) => DllImport.Strchr(str, c); + [NativeFunction("SDL3", EntryPoint = "SDL_strcmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Strcmp( [NativeTypeName("const char *")] sbyte* str1, @@ -96521,9 +100354,9 @@ int ISdl.Strcmp( ) => ( (delegate* unmanaged)( - _slots[1014] is not null and var loadedFnPtr + _slots[1017] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1014] = nativeContext.LoadFunction("SDL_strcmp", "SDL3") + : _slots[1017] = nativeContext.LoadFunction("SDL_strcmp", "SDL3") ) )(str1, str2); @@ -96534,6 +100367,8 @@ public static int Strcmp( [NativeTypeName("const char *")] sbyte* str2 ) => DllImport.Strcmp(str1, str2); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strcmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Strcmp( [NativeTypeName("const char *")] Ref str1, @@ -96555,13 +100390,15 @@ public static int Strcmp( [NativeTypeName("const char *")] Ref str2 ) => DllImport.Strcmp(str1, str2); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_strdup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Strdup([NativeTypeName("const char *")] sbyte* str) => ( (delegate* unmanaged)( - _slots[1015] is not null and var loadedFnPtr + _slots[1018] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1015] = nativeContext.LoadFunction("SDL_strdup", "SDL3") + : _slots[1018] = nativeContext.LoadFunction("SDL_strdup", "SDL3") ) )(str); @@ -96571,6 +100408,9 @@ _slots[1015] is not null and var loadedFnPtr public static sbyte* Strdup([NativeTypeName("const char *")] sbyte* str) => DllImport.Strdup(str); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strdup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Strdup([NativeTypeName("const char *")] Ref str) { @@ -96587,6 +100427,8 @@ Ptr ISdl.Strdup([NativeTypeName("const char *")] Ref str) public static Ptr Strdup([NativeTypeName("const char *")] Ref str) => DllImport.Strdup(str); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_StretchSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.StretchSurface( Surface* src, @@ -96597,9 +100439,9 @@ ScaleMode scaleMode ) => ( (delegate* unmanaged)( - _slots[1016] is not null and var loadedFnPtr + _slots[1019] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1016] = nativeContext.LoadFunction("SDL_StretchSurface", "SDL3") + : _slots[1019] = nativeContext.LoadFunction("SDL_StretchSurface", "SDL3") ) )(src, srcrect, dst, dstrect, scaleMode); @@ -96614,6 +100456,9 @@ public static byte StretchSurface( ScaleMode scaleMode ) => DllImport.StretchSurface(src, srcrect, dst, dstrect, scaleMode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_StretchSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.StretchSurface( Ref src, @@ -96652,13 +100497,14 @@ public static MaybeBool StretchSurface( ScaleMode scaleMode ) => DllImport.StretchSurface(src, srcrect, dst, dstrect, scaleMode); + [NativeFunction("SDL3", EntryPoint = "SDL_StringToGUID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Guid ISdl.StringToGuid([NativeTypeName("const char *")] sbyte* pchGUID) => ( (delegate* unmanaged)( - _slots[1017] is not null and var loadedFnPtr + _slots[1020] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1017] = nativeContext.LoadFunction("SDL_StringToGUID", "SDL3") + : _slots[1020] = nativeContext.LoadFunction("SDL_StringToGUID", "SDL3") ) )(pchGUID); @@ -96667,6 +100513,8 @@ _slots[1017] is not null and var loadedFnPtr public static Guid StringToGuid([NativeTypeName("const char *")] sbyte* pchGUID) => DllImport.StringToGuid(pchGUID); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_StringToGUID")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Guid ISdl.StringToGuid([NativeTypeName("const char *")] Ref pchGUID) { @@ -96682,6 +100530,8 @@ Guid ISdl.StringToGuid([NativeTypeName("const char *")] Ref pchGUID) public static Guid StringToGuid([NativeTypeName("const char *")] Ref pchGUID) => DllImport.StringToGuid(pchGUID); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_strlcat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Strlcat( [NativeTypeName("char *")] sbyte* dst, @@ -96690,9 +100540,9 @@ nuint ISdl.Strlcat( ) => ( (delegate* unmanaged)( - _slots[1018] is not null and var loadedFnPtr + _slots[1021] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1018] = nativeContext.LoadFunction("SDL_strlcat", "SDL3") + : _slots[1021] = nativeContext.LoadFunction("SDL_strlcat", "SDL3") ) )(dst, src, maxlen); @@ -96705,6 +100555,9 @@ public static nuint Strlcat( [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strlcat(dst, src, maxlen); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strlcat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Strlcat( [NativeTypeName("char *")] Ref dst, @@ -96729,6 +100582,8 @@ public static nuint Strlcat( [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strlcat(dst, src, maxlen); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_strlcpy")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Strlcpy( [NativeTypeName("char *")] sbyte* dst, @@ -96737,9 +100592,9 @@ nuint ISdl.Strlcpy( ) => ( (delegate* unmanaged)( - _slots[1019] is not null and var loadedFnPtr + _slots[1022] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1019] = nativeContext.LoadFunction("SDL_strlcpy", "SDL3") + : _slots[1022] = nativeContext.LoadFunction("SDL_strlcpy", "SDL3") ) )(dst, src, maxlen); @@ -96752,6 +100607,9 @@ public static nuint Strlcpy( [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strlcpy(dst, src, maxlen); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strlcpy")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Strlcpy( [NativeTypeName("char *")] Ref dst, @@ -96776,13 +100634,15 @@ public static nuint Strlcpy( [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strlcpy(dst, src, maxlen); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_strlen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Strlen([NativeTypeName("const char *")] sbyte* str) => ( (delegate* unmanaged)( - _slots[1020] is not null and var loadedFnPtr + _slots[1023] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1020] = nativeContext.LoadFunction("SDL_strlen", "SDL3") + : _slots[1023] = nativeContext.LoadFunction("SDL_strlen", "SDL3") ) )(str); @@ -96792,6 +100652,9 @@ _slots[1020] is not null and var loadedFnPtr public static nuint Strlen([NativeTypeName("const char *")] sbyte* str) => DllImport.Strlen(str); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strlen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Strlen([NativeTypeName("const char *")] Ref str) { @@ -96808,13 +100671,15 @@ nuint ISdl.Strlen([NativeTypeName("const char *")] Ref str) public static nuint Strlen([NativeTypeName("const char *")] Ref str) => DllImport.Strlen(str); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_strlwr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Strlwr([NativeTypeName("char *")] sbyte* str) => ( (delegate* unmanaged)( - _slots[1021] is not null and var loadedFnPtr + _slots[1024] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1021] = nativeContext.LoadFunction("SDL_strlwr", "SDL3") + : _slots[1024] = nativeContext.LoadFunction("SDL_strlwr", "SDL3") ) )(str); @@ -96823,6 +100688,9 @@ _slots[1021] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* Strlwr([NativeTypeName("char *")] sbyte* str) => DllImport.Strlwr(str); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strlwr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Strlwr([NativeTypeName("char *")] Ref str) { @@ -96839,6 +100707,7 @@ Ptr ISdl.Strlwr([NativeTypeName("char *")] Ref str) public static Ptr Strlwr([NativeTypeName("char *")] Ref str) => DllImport.Strlwr(str); + [NativeFunction("SDL3", EntryPoint = "SDL_strncasecmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Strncasecmp( [NativeTypeName("const char *")] sbyte* str1, @@ -96847,9 +100716,9 @@ int ISdl.Strncasecmp( ) => ( (delegate* unmanaged)( - _slots[1022] is not null and var loadedFnPtr + _slots[1025] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1022] = nativeContext.LoadFunction("SDL_strncasecmp", "SDL3") + : _slots[1025] = nativeContext.LoadFunction("SDL_strncasecmp", "SDL3") ) )(str1, str2, maxlen); @@ -96861,6 +100730,8 @@ public static int Strncasecmp( [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strncasecmp(str1, str2, maxlen); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strncasecmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Strncasecmp( [NativeTypeName("const char *")] Ref str1, @@ -96884,6 +100755,7 @@ public static int Strncasecmp( [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strncasecmp(str1, str2, maxlen); + [NativeFunction("SDL3", EntryPoint = "SDL_strncmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Strncmp( [NativeTypeName("const char *")] sbyte* str1, @@ -96892,9 +100764,9 @@ int ISdl.Strncmp( ) => ( (delegate* unmanaged)( - _slots[1023] is not null and var loadedFnPtr + _slots[1026] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1023] = nativeContext.LoadFunction("SDL_strncmp", "SDL3") + : _slots[1026] = nativeContext.LoadFunction("SDL_strncmp", "SDL3") ) )(str1, str2, maxlen); @@ -96906,6 +100778,8 @@ public static int Strncmp( [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strncmp(str1, str2, maxlen); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strncmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Strncmp( [NativeTypeName("const char *")] Ref str1, @@ -96929,6 +100803,8 @@ public static int Strncmp( [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strncmp(str1, str2, maxlen); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_strndup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Strndup( [NativeTypeName("const char *")] sbyte* str, @@ -96936,9 +100812,9 @@ public static int Strncmp( ) => ( (delegate* unmanaged)( - _slots[1024] is not null and var loadedFnPtr + _slots[1027] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1024] = nativeContext.LoadFunction("SDL_strndup", "SDL3") + : _slots[1027] = nativeContext.LoadFunction("SDL_strndup", "SDL3") ) )(str, maxlen); @@ -96950,6 +100826,9 @@ _slots[1024] is not null and var loadedFnPtr [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strndup(str, maxlen); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strndup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Strndup( [NativeTypeName("const char *")] Ref str, @@ -96971,6 +100850,8 @@ public static Ptr Strndup( [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strndup(str, maxlen); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_strnlen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Strnlen( [NativeTypeName("const char *")] sbyte* str, @@ -96978,9 +100859,9 @@ nuint ISdl.Strnlen( ) => ( (delegate* unmanaged)( - _slots[1025] is not null and var loadedFnPtr + _slots[1028] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1025] = nativeContext.LoadFunction("SDL_strnlen", "SDL3") + : _slots[1028] = nativeContext.LoadFunction("SDL_strnlen", "SDL3") ) )(str, maxlen); @@ -96992,6 +100873,9 @@ public static nuint Strnlen( [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strnlen(str, maxlen); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strnlen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Strnlen( [NativeTypeName("const char *")] Ref str, @@ -97013,6 +100897,8 @@ public static nuint Strnlen( [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strnlen(str, maxlen); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_strnstr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Strnstr( [NativeTypeName("const char *")] sbyte* haystack, @@ -97021,9 +100907,9 @@ public static nuint Strnlen( ) => ( (delegate* unmanaged)( - _slots[1026] is not null and var loadedFnPtr + _slots[1029] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1026] = nativeContext.LoadFunction("SDL_strnstr", "SDL3") + : _slots[1029] = nativeContext.LoadFunction("SDL_strnstr", "SDL3") ) )(haystack, needle, maxlen); @@ -97036,6 +100922,9 @@ _slots[1026] is not null and var loadedFnPtr [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strnstr(haystack, needle, maxlen); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strnstr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Strnstr( [NativeTypeName("const char *")] Ref haystack, @@ -97060,6 +100949,8 @@ public static Ptr Strnstr( [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Strnstr(haystack, needle, maxlen); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_strpbrk")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Strpbrk( [NativeTypeName("const char *")] sbyte* str, @@ -97067,9 +100958,9 @@ public static Ptr Strnstr( ) => ( (delegate* unmanaged)( - _slots[1027] is not null and var loadedFnPtr + _slots[1030] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1027] = nativeContext.LoadFunction("SDL_strpbrk", "SDL3") + : _slots[1030] = nativeContext.LoadFunction("SDL_strpbrk", "SDL3") ) )(str, breakset); @@ -97081,6 +100972,9 @@ _slots[1027] is not null and var loadedFnPtr [NativeTypeName("const char *")] sbyte* breakset ) => DllImport.Strpbrk(str, breakset); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strpbrk")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Strpbrk( [NativeTypeName("const char *")] Ref str, @@ -97103,13 +100997,15 @@ public static Ptr Strpbrk( [NativeTypeName("const char *")] Ref breakset ) => DllImport.Strpbrk(str, breakset); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_strrchr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Strrchr([NativeTypeName("const char *")] sbyte* str, int c) => ( (delegate* unmanaged)( - _slots[1028] is not null and var loadedFnPtr + _slots[1031] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1028] = nativeContext.LoadFunction("SDL_strrchr", "SDL3") + : _slots[1031] = nativeContext.LoadFunction("SDL_strrchr", "SDL3") ) )(str, c); @@ -97119,6 +101015,9 @@ _slots[1028] is not null and var loadedFnPtr public static sbyte* Strrchr([NativeTypeName("const char *")] sbyte* str, int c) => DllImport.Strrchr(str, c); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strrchr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Strrchr([NativeTypeName("const char *")] Ref str, int c) { @@ -97135,13 +101034,15 @@ Ptr ISdl.Strrchr([NativeTypeName("const char *")] Ref str, int c) public static Ptr Strrchr([NativeTypeName("const char *")] Ref str, int c) => DllImport.Strrchr(str, c); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_strrev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Strrev([NativeTypeName("char *")] sbyte* str) => ( (delegate* unmanaged)( - _slots[1029] is not null and var loadedFnPtr + _slots[1032] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1029] = nativeContext.LoadFunction("SDL_strrev", "SDL3") + : _slots[1032] = nativeContext.LoadFunction("SDL_strrev", "SDL3") ) )(str); @@ -97150,6 +101051,9 @@ _slots[1029] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* Strrev([NativeTypeName("char *")] sbyte* str) => DllImport.Strrev(str); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strrev")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Strrev([NativeTypeName("char *")] Ref str) { @@ -97166,6 +101070,8 @@ Ptr ISdl.Strrev([NativeTypeName("char *")] Ref str) public static Ptr Strrev([NativeTypeName("char *")] Ref str) => DllImport.Strrev(str); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_strstr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Strstr( [NativeTypeName("const char *")] sbyte* haystack, @@ -97173,9 +101079,9 @@ public static Ptr Strrev([NativeTypeName("char *")] Ref str) => ) => ( (delegate* unmanaged)( - _slots[1030] is not null and var loadedFnPtr + _slots[1033] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1030] = nativeContext.LoadFunction("SDL_strstr", "SDL3") + : _slots[1033] = nativeContext.LoadFunction("SDL_strstr", "SDL3") ) )(haystack, needle); @@ -97187,6 +101093,9 @@ _slots[1030] is not null and var loadedFnPtr [NativeTypeName("const char *")] sbyte* needle ) => DllImport.Strstr(haystack, needle); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strstr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Strstr( [NativeTypeName("const char *")] Ref haystack, @@ -97209,6 +101118,7 @@ public static Ptr Strstr( [NativeTypeName("const char *")] Ref needle ) => DllImport.Strstr(haystack, needle); + [NativeFunction("SDL3", EntryPoint = "SDL_strtod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Strtod( [NativeTypeName("const char *")] sbyte* str, @@ -97216,9 +101126,9 @@ double ISdl.Strtod( ) => ( (delegate* unmanaged)( - _slots[1031] is not null and var loadedFnPtr + _slots[1034] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1031] = nativeContext.LoadFunction("SDL_strtod", "SDL3") + : _slots[1034] = nativeContext.LoadFunction("SDL_strtod", "SDL3") ) )(str, endp); @@ -97229,6 +101139,8 @@ public static double Strtod( [NativeTypeName("char **")] sbyte** endp ) => DllImport.Strtod(str, endp); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strtod")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Strtod( [NativeTypeName("const char *")] Ref str, @@ -97250,6 +101162,8 @@ public static double Strtod( [NativeTypeName("char **")] Ref2D endp ) => DllImport.Strtod(str, endp); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_strtok_r")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.StrtokR( [NativeTypeName("char *")] sbyte* str, @@ -97258,9 +101172,9 @@ public static double Strtod( ) => ( (delegate* unmanaged)( - _slots[1032] is not null and var loadedFnPtr + _slots[1035] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1032] = nativeContext.LoadFunction("SDL_strtok_r", "SDL3") + : _slots[1035] = nativeContext.LoadFunction("SDL_strtok_r", "SDL3") ) )(str, delim, saveptr); @@ -97273,6 +101187,9 @@ _slots[1032] is not null and var loadedFnPtr [NativeTypeName("char **")] sbyte** saveptr ) => DllImport.StrtokR(str, delim, saveptr); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strtok_r")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.StrtokR( [NativeTypeName("char *")] Ref str, @@ -97298,31 +101215,36 @@ public static Ptr StrtokR( [NativeTypeName("char **")] Ref2D saveptr ) => DllImport.StrtokR(str, delim, saveptr); + [return: NativeTypeName("long")] + [NativeFunction("SDL3", EntryPoint = "SDL_strtol")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - nint ISdl.Strtol( + int ISdl.Strtol( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base ) => ( - (delegate* unmanaged)( - _slots[1033] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1036] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1033] = nativeContext.LoadFunction("SDL_strtol", "SDL3") + : _slots[1036] = nativeContext.LoadFunction("SDL_strtol", "SDL3") ) )(str, endp, @base); [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_strtol")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static nint Strtol( + public static int Strtol( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base ) => DllImport.Strtol(str, endp, @base); + [return: NativeTypeName("long")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strtol")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - nint ISdl.Strtol( + int ISdl.Strtol( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base @@ -97331,7 +101253,7 @@ int @base fixed (sbyte** __dsl_endp = endp) fixed (sbyte* __dsl_str = str) { - return (nint)((ISdl)this).Strtol(__dsl_str, __dsl_endp, @base); + return (int)((ISdl)this).Strtol(__dsl_str, __dsl_endp, @base); } } @@ -97339,12 +101261,14 @@ int @base [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_strtol")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static nint Strtol( + public static int Strtol( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base ) => DllImport.Strtol(str, endp, @base); + [return: NativeTypeName("long long")] + [NativeFunction("SDL3", EntryPoint = "SDL_strtoll")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] long ISdl.Strtoll( [NativeTypeName("const char *")] sbyte* str, @@ -97353,9 +101277,9 @@ int @base ) => ( (delegate* unmanaged)( - _slots[1034] is not null and var loadedFnPtr + _slots[1037] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1034] = nativeContext.LoadFunction("SDL_strtoll", "SDL3") + : _slots[1037] = nativeContext.LoadFunction("SDL_strtoll", "SDL3") ) )(str, endp, @base); @@ -97368,6 +101292,9 @@ public static long Strtoll( int @base ) => DllImport.Strtoll(str, endp, @base); + [return: NativeTypeName("long long")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strtoll")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] long ISdl.Strtoll( [NativeTypeName("const char *")] Ref str, @@ -97392,31 +101319,36 @@ public static long Strtoll( int @base ) => DllImport.Strtoll(str, endp, @base); + [return: NativeTypeName("unsigned long")] + [NativeFunction("SDL3", EntryPoint = "SDL_strtoul")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - nuint ISdl.Strtoul( + uint ISdl.Strtoul( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base ) => ( - (delegate* unmanaged)( - _slots[1035] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1038] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1035] = nativeContext.LoadFunction("SDL_strtoul", "SDL3") + : _slots[1038] = nativeContext.LoadFunction("SDL_strtoul", "SDL3") ) )(str, endp, @base); [return: NativeTypeName("unsigned long")] [NativeFunction("SDL3", EntryPoint = "SDL_strtoul")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static nuint Strtoul( + public static uint Strtoul( [NativeTypeName("const char *")] sbyte* str, [NativeTypeName("char **")] sbyte** endp, int @base ) => DllImport.Strtoul(str, endp, @base); + [return: NativeTypeName("unsigned long")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strtoul")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - nuint ISdl.Strtoul( + uint ISdl.Strtoul( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base @@ -97425,7 +101357,7 @@ int @base fixed (sbyte** __dsl_endp = endp) fixed (sbyte* __dsl_str = str) { - return (nuint)((ISdl)this).Strtoul(__dsl_str, __dsl_endp, @base); + return (uint)((ISdl)this).Strtoul(__dsl_str, __dsl_endp, @base); } } @@ -97433,12 +101365,14 @@ int @base [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_strtoul")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static nuint Strtoul( + public static uint Strtoul( [NativeTypeName("const char *")] Ref str, [NativeTypeName("char **")] Ref2D endp, int @base ) => DllImport.Strtoul(str, endp, @base); + [return: NativeTypeName("unsigned long long")] + [NativeFunction("SDL3", EntryPoint = "SDL_strtoull")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong ISdl.Strtoull( [NativeTypeName("const char *")] sbyte* str, @@ -97447,9 +101381,9 @@ int @base ) => ( (delegate* unmanaged)( - _slots[1036] is not null and var loadedFnPtr + _slots[1039] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1036] = nativeContext.LoadFunction("SDL_strtoull", "SDL3") + : _slots[1039] = nativeContext.LoadFunction("SDL_strtoull", "SDL3") ) )(str, endp, @base); @@ -97462,6 +101396,9 @@ public static ulong Strtoull( int @base ) => DllImport.Strtoull(str, endp, @base); + [return: NativeTypeName("unsigned long long")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strtoull")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong ISdl.Strtoull( [NativeTypeName("const char *")] Ref str, @@ -97486,13 +101423,15 @@ public static ulong Strtoull( int @base ) => DllImport.Strtoull(str, endp, @base); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_strupr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Strupr([NativeTypeName("char *")] sbyte* str) => ( (delegate* unmanaged)( - _slots[1037] is not null and var loadedFnPtr + _slots[1040] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1037] = nativeContext.LoadFunction("SDL_strupr", "SDL3") + : _slots[1040] = nativeContext.LoadFunction("SDL_strupr", "SDL3") ) )(str); @@ -97501,6 +101440,9 @@ _slots[1037] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* Strupr([NativeTypeName("char *")] sbyte* str) => DllImport.Strupr(str); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_strupr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Strupr([NativeTypeName("char *")] Ref str) { @@ -97517,6 +101459,9 @@ Ptr ISdl.Strupr([NativeTypeName("char *")] Ref str) public static Ptr Strupr([NativeTypeName("char *")] Ref str) => DllImport.Strupr(str); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SubmitGPUCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SubmitGPUCommandBuffer(GPUCommandBufferHandle command_buffer) => (MaybeBool)(byte)((ISdl)this).SubmitGPUCommandBufferRaw(command_buffer); @@ -97528,15 +101473,16 @@ MaybeBool ISdl.SubmitGPUCommandBuffer(GPUCommandBufferHandle command_buffe public static MaybeBool SubmitGPUCommandBuffer(GPUCommandBufferHandle command_buffer) => DllImport.SubmitGPUCommandBuffer(command_buffer); + [NativeFunction("SDL3", EntryPoint = "SDL_SubmitGPUCommandBufferAndAcquireFence")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] GPUFenceHandle ISdl.SubmitGPUCommandBufferAndAcquireFence( GPUCommandBufferHandle command_buffer ) => ( (delegate* unmanaged)( - _slots[1039] is not null and var loadedFnPtr + _slots[1042] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1039] = nativeContext.LoadFunction( + : _slots[1042] = nativeContext.LoadFunction( "SDL_SubmitGPUCommandBufferAndAcquireFence", "SDL3" ) @@ -97549,13 +101495,15 @@ public static GPUFenceHandle SubmitGPUCommandBufferAndAcquireFence( GPUCommandBufferHandle command_buffer ) => DllImport.SubmitGPUCommandBufferAndAcquireFence(command_buffer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SubmitGPUCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SubmitGPUCommandBufferRaw(GPUCommandBufferHandle command_buffer) => ( (delegate* unmanaged)( - _slots[1038] is not null and var loadedFnPtr + _slots[1041] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1038] = nativeContext.LoadFunction( + : _slots[1041] = nativeContext.LoadFunction( "SDL_SubmitGPUCommandBuffer", "SDL3" ) @@ -97568,13 +101516,15 @@ _slots[1038] is not null and var loadedFnPtr public static byte SubmitGPUCommandBufferRaw(GPUCommandBufferHandle command_buffer) => DllImport.SubmitGPUCommandBufferRaw(command_buffer); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SurfaceHasAlternateImages")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SurfaceHasAlternateImages(Surface* surface) => ( (delegate* unmanaged)( - _slots[1040] is not null and var loadedFnPtr + _slots[1043] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1040] = nativeContext.LoadFunction( + : _slots[1043] = nativeContext.LoadFunction( "SDL_SurfaceHasAlternateImages", "SDL3" ) @@ -97587,6 +101537,9 @@ _slots[1040] is not null and var loadedFnPtr public static byte SurfaceHasAlternateImages(Surface* surface) => DllImport.SurfaceHasAlternateImages(surface); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SurfaceHasAlternateImages")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SurfaceHasAlternateImages(Ref surface) { @@ -97603,13 +101556,15 @@ MaybeBool ISdl.SurfaceHasAlternateImages(Ref surface) public static MaybeBool SurfaceHasAlternateImages(Ref surface) => DllImport.SurfaceHasAlternateImages(surface); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SurfaceHasColorKey")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SurfaceHasColorKey(Surface* surface) => ( (delegate* unmanaged)( - _slots[1041] is not null and var loadedFnPtr + _slots[1044] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1041] = nativeContext.LoadFunction("SDL_SurfaceHasColorKey", "SDL3") + : _slots[1044] = nativeContext.LoadFunction("SDL_SurfaceHasColorKey", "SDL3") ) )(surface); @@ -97619,6 +101574,9 @@ _slots[1041] is not null and var loadedFnPtr public static byte SurfaceHasColorKey(Surface* surface) => DllImport.SurfaceHasColorKey(surface); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SurfaceHasColorKey")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SurfaceHasColorKey(Ref surface) { @@ -97635,13 +101593,15 @@ MaybeBool ISdl.SurfaceHasColorKey(Ref surface) public static MaybeBool SurfaceHasColorKey(Ref surface) => DllImport.SurfaceHasColorKey(surface); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SurfaceHasRLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SurfaceHasRLE(Surface* surface) => ( (delegate* unmanaged)( - _slots[1042] is not null and var loadedFnPtr + _slots[1045] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1042] = nativeContext.LoadFunction("SDL_SurfaceHasRLE", "SDL3") + : _slots[1045] = nativeContext.LoadFunction("SDL_SurfaceHasRLE", "SDL3") ) )(surface); @@ -97650,6 +101610,9 @@ _slots[1042] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte SurfaceHasRLE(Surface* surface) => DllImport.SurfaceHasRLE(surface); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SurfaceHasRLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SurfaceHasRLE(Ref surface) { @@ -97666,6 +101629,9 @@ MaybeBool ISdl.SurfaceHasRLE(Ref surface) public static MaybeBool SurfaceHasRLE(Ref surface) => DllImport.SurfaceHasRLE(surface); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_SyncWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.SyncWindow(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).SyncWindowRaw(window); @@ -97676,13 +101642,15 @@ MaybeBool ISdl.SyncWindow(WindowHandle window) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool SyncWindow(WindowHandle window) => DllImport.SyncWindow(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_SyncWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.SyncWindowRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[1043] is not null and var loadedFnPtr + _slots[1046] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1043] = nativeContext.LoadFunction("SDL_SyncWindow", "SDL3") + : _slots[1046] = nativeContext.LoadFunction("SDL_SyncWindow", "SDL3") ) )(window); @@ -97691,13 +101659,14 @@ _slots[1043] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte SyncWindowRaw(WindowHandle window) => DllImport.SyncWindowRaw(window); + [NativeFunction("SDL3", EntryPoint = "SDL_tan")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Tan(double x) => ( (delegate* unmanaged)( - _slots[1044] is not null and var loadedFnPtr + _slots[1047] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1044] = nativeContext.LoadFunction("SDL_tan", "SDL3") + : _slots[1047] = nativeContext.LoadFunction("SDL_tan", "SDL3") ) )(x); @@ -97705,13 +101674,14 @@ _slots[1044] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Tan(double x) => DllImport.Tan(x); + [NativeFunction("SDL3", EntryPoint = "SDL_tanf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Tanf(float x) => ( (delegate* unmanaged)( - _slots[1045] is not null and var loadedFnPtr + _slots[1048] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1045] = nativeContext.LoadFunction("SDL_tanf", "SDL3") + : _slots[1048] = nativeContext.LoadFunction("SDL_tanf", "SDL3") ) )(x); @@ -97719,13 +101689,15 @@ _slots[1045] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Tanf(float x) => DllImport.Tanf(x); + [return: NativeTypeName("Sint64")] + [NativeFunction("SDL3", EntryPoint = "SDL_TellIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] long ISdl.TellIO(IOStreamHandle context) => ( (delegate* unmanaged)( - _slots[1046] is not null and var loadedFnPtr + _slots[1049] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1046] = nativeContext.LoadFunction("SDL_TellIO", "SDL3") + : _slots[1049] = nativeContext.LoadFunction("SDL_TellIO", "SDL3") ) )(context); @@ -97734,6 +101706,9 @@ _slots[1046] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static long TellIO(IOStreamHandle context) => DllImport.TellIO(context); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_TextInputActive")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.TextInputActive(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).TextInputActiveRaw(window); @@ -97745,13 +101720,15 @@ MaybeBool ISdl.TextInputActive(WindowHandle window) => public static MaybeBool TextInputActive(WindowHandle window) => DllImport.TextInputActive(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_TextInputActive")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.TextInputActiveRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[1047] is not null and var loadedFnPtr + _slots[1050] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1047] = nativeContext.LoadFunction("SDL_TextInputActive", "SDL3") + : _slots[1050] = nativeContext.LoadFunction("SDL_TextInputActive", "SDL3") ) )(window); @@ -97761,6 +101738,8 @@ _slots[1047] is not null and var loadedFnPtr public static byte TextInputActiveRaw(WindowHandle window) => DllImport.TextInputActiveRaw(window); + [return: NativeTypeName("SDL_Time")] + [NativeFunction("SDL3", EntryPoint = "SDL_TimeFromWindows")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] long ISdl.TimeFromWindows( [NativeTypeName("Uint32")] uint dwLowDateTime, @@ -97768,9 +101747,9 @@ long ISdl.TimeFromWindows( ) => ( (delegate* unmanaged)( - _slots[1048] is not null and var loadedFnPtr + _slots[1051] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1048] = nativeContext.LoadFunction("SDL_TimeFromWindows", "SDL3") + : _slots[1051] = nativeContext.LoadFunction("SDL_TimeFromWindows", "SDL3") ) )(dwLowDateTime, dwHighDateTime); @@ -97782,6 +101761,8 @@ public static long TimeFromWindows( [NativeTypeName("Uint32")] uint dwHighDateTime ) => DllImport.TimeFromWindows(dwLowDateTime, dwHighDateTime); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_TimeToDateTime")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.TimeToDateTime( [NativeTypeName("SDL_Time")] long ticks, @@ -97790,9 +101771,9 @@ byte ISdl.TimeToDateTime( ) => ( (delegate* unmanaged)( - _slots[1049] is not null and var loadedFnPtr + _slots[1052] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1049] = nativeContext.LoadFunction("SDL_TimeToDateTime", "SDL3") + : _slots[1052] = nativeContext.LoadFunction("SDL_TimeToDateTime", "SDL3") ) )(ticks, dt, localTime); @@ -97805,6 +101786,9 @@ public static byte TimeToDateTime( [NativeTypeName("bool")] byte localTime ) => DllImport.TimeToDateTime(ticks, dt, localTime); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_TimeToDateTime")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.TimeToDateTime( [NativeTypeName("SDL_Time")] long ticks, @@ -97829,6 +101813,7 @@ public static MaybeBool TimeToDateTime( [NativeTypeName("bool")] MaybeBool localTime ) => DllImport.TimeToDateTime(ticks, dt, localTime); + [NativeFunction("SDL3", EntryPoint = "SDL_TimeToWindows")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.TimeToWindows( [NativeTypeName("SDL_Time")] long ticks, @@ -97837,9 +101822,9 @@ void ISdl.TimeToWindows( ) => ( (delegate* unmanaged)( - _slots[1050] is not null and var loadedFnPtr + _slots[1053] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1050] = nativeContext.LoadFunction("SDL_TimeToWindows", "SDL3") + : _slots[1053] = nativeContext.LoadFunction("SDL_TimeToWindows", "SDL3") ) )(ticks, dwLowDateTime, dwHighDateTime); @@ -97851,6 +101836,8 @@ public static void TimeToWindows( [NativeTypeName("Uint32 *")] uint* dwHighDateTime ) => DllImport.TimeToWindows(ticks, dwLowDateTime, dwHighDateTime); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_TimeToWindows")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.TimeToWindows( [NativeTypeName("SDL_Time")] long ticks, @@ -97874,13 +101861,14 @@ public static void TimeToWindows( [NativeTypeName("Uint32 *")] Ref dwHighDateTime ) => DllImport.TimeToWindows(ticks, dwLowDateTime, dwHighDateTime); + [NativeFunction("SDL3", EntryPoint = "SDL_tolower")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Tolower(int x) => ( (delegate* unmanaged)( - _slots[1051] is not null and var loadedFnPtr + _slots[1054] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1051] = nativeContext.LoadFunction("SDL_tolower", "SDL3") + : _slots[1054] = nativeContext.LoadFunction("SDL_tolower", "SDL3") ) )(x); @@ -97888,13 +101876,14 @@ _slots[1051] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Tolower(int x) => DllImport.Tolower(x); + [NativeFunction("SDL3", EntryPoint = "SDL_toupper")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Toupper(int x) => ( (delegate* unmanaged)( - _slots[1052] is not null and var loadedFnPtr + _slots[1055] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1052] = nativeContext.LoadFunction("SDL_toupper", "SDL3") + : _slots[1055] = nativeContext.LoadFunction("SDL_toupper", "SDL3") ) )(x); @@ -97902,13 +101891,14 @@ _slots[1052] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Toupper(int x) => DllImport.Toupper(x); + [NativeFunction("SDL3", EntryPoint = "SDL_trunc")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] double ISdl.Trunc(double x) => ( (delegate* unmanaged)( - _slots[1053] is not null and var loadedFnPtr + _slots[1056] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1053] = nativeContext.LoadFunction("SDL_trunc", "SDL3") + : _slots[1056] = nativeContext.LoadFunction("SDL_trunc", "SDL3") ) )(x); @@ -97916,13 +101906,14 @@ _slots[1053] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static double Trunc(double x) => DllImport.Trunc(x); + [NativeFunction("SDL3", EntryPoint = "SDL_truncf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] float ISdl.Truncf(float x) => ( (delegate* unmanaged)( - _slots[1054] is not null and var loadedFnPtr + _slots[1057] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1054] = nativeContext.LoadFunction("SDL_truncf", "SDL3") + : _slots[1057] = nativeContext.LoadFunction("SDL_truncf", "SDL3") ) )(x); @@ -97930,6 +101921,9 @@ _slots[1054] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static float Truncf(float x) => DllImport.Truncf(x); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_TryLockMutex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.TryLockMutex(MutexHandle mutex) => (MaybeBool)(byte)((ISdl)this).TryLockMutexRaw(mutex); @@ -97940,13 +101934,15 @@ MaybeBool ISdl.TryLockMutex(MutexHandle mutex) => [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool TryLockMutex(MutexHandle mutex) => DllImport.TryLockMutex(mutex); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_TryLockMutex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.TryLockMutexRaw(MutexHandle mutex) => ( (delegate* unmanaged)( - _slots[1055] is not null and var loadedFnPtr + _slots[1058] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1055] = nativeContext.LoadFunction("SDL_TryLockMutex", "SDL3") + : _slots[1058] = nativeContext.LoadFunction("SDL_TryLockMutex", "SDL3") ) )(mutex); @@ -97955,6 +101951,9 @@ _slots[1055] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte TryLockMutexRaw(MutexHandle mutex) => DllImport.TryLockMutexRaw(mutex); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_TryLockRWLockForReading")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.TryLockRWLockForReading(RWLockHandle rwlock) => (MaybeBool)(byte)((ISdl)this).TryLockRWLockForReadingRaw(rwlock); @@ -97966,13 +101965,15 @@ MaybeBool ISdl.TryLockRWLockForReading(RWLockHandle rwlock) => public static MaybeBool TryLockRWLockForReading(RWLockHandle rwlock) => DllImport.TryLockRWLockForReading(rwlock); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_TryLockRWLockForReading")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.TryLockRWLockForReadingRaw(RWLockHandle rwlock) => ( (delegate* unmanaged)( - _slots[1056] is not null and var loadedFnPtr + _slots[1059] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1056] = nativeContext.LoadFunction( + : _slots[1059] = nativeContext.LoadFunction( "SDL_TryLockRWLockForReading", "SDL3" ) @@ -97985,6 +101986,9 @@ _slots[1056] is not null and var loadedFnPtr public static byte TryLockRWLockForReadingRaw(RWLockHandle rwlock) => DllImport.TryLockRWLockForReadingRaw(rwlock); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_TryLockRWLockForWriting")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.TryLockRWLockForWriting(RWLockHandle rwlock) => (MaybeBool)(byte)((ISdl)this).TryLockRWLockForWritingRaw(rwlock); @@ -97996,13 +102000,15 @@ MaybeBool ISdl.TryLockRWLockForWriting(RWLockHandle rwlock) => public static MaybeBool TryLockRWLockForWriting(RWLockHandle rwlock) => DllImport.TryLockRWLockForWriting(rwlock); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_TryLockRWLockForWriting")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.TryLockRWLockForWritingRaw(RWLockHandle rwlock) => ( (delegate* unmanaged)( - _slots[1057] is not null and var loadedFnPtr + _slots[1060] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1057] = nativeContext.LoadFunction( + : _slots[1060] = nativeContext.LoadFunction( "SDL_TryLockRWLockForWriting", "SDL3" ) @@ -98015,13 +102021,15 @@ _slots[1057] is not null and var loadedFnPtr public static byte TryLockRWLockForWritingRaw(RWLockHandle rwlock) => DllImport.TryLockRWLockForWritingRaw(rwlock); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_TryLockSpinlock")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.TryLockSpinlock([NativeTypeName("SDL_SpinLock *")] int* @lock) => ( (delegate* unmanaged)( - _slots[1058] is not null and var loadedFnPtr + _slots[1061] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1058] = nativeContext.LoadFunction("SDL_TryLockSpinlock", "SDL3") + : _slots[1061] = nativeContext.LoadFunction("SDL_TryLockSpinlock", "SDL3") ) )(@lock); @@ -98031,6 +102039,9 @@ _slots[1058] is not null and var loadedFnPtr public static byte TryLockSpinlock([NativeTypeName("SDL_SpinLock *")] int* @lock) => DllImport.TryLockSpinlock(@lock); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_TryLockSpinlock")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.TryLockSpinlock([NativeTypeName("SDL_SpinLock *")] Ref @lock) { @@ -98048,6 +102059,9 @@ public static MaybeBool TryLockSpinlock( [NativeTypeName("SDL_SpinLock *")] Ref @lock ) => DllImport.TryLockSpinlock(@lock); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_TryWaitSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.TryWaitSemaphore(SemaphoreHandle sem) => (MaybeBool)(byte)((ISdl)this).TryWaitSemaphoreRaw(sem); @@ -98059,13 +102073,15 @@ MaybeBool ISdl.TryWaitSemaphore(SemaphoreHandle sem) => public static MaybeBool TryWaitSemaphore(SemaphoreHandle sem) => DllImport.TryWaitSemaphore(sem); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_TryWaitSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.TryWaitSemaphoreRaw(SemaphoreHandle sem) => ( (delegate* unmanaged)( - _slots[1059] is not null and var loadedFnPtr + _slots[1062] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1059] = nativeContext.LoadFunction("SDL_TryWaitSemaphore", "SDL3") + : _slots[1062] = nativeContext.LoadFunction("SDL_TryWaitSemaphore", "SDL3") ) )(sem); @@ -98075,6 +102091,8 @@ _slots[1059] is not null and var loadedFnPtr public static byte TryWaitSemaphoreRaw(SemaphoreHandle sem) => DllImport.TryWaitSemaphoreRaw(sem); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_UCS4ToUTF8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.UCS4ToUTF8( [NativeTypeName("Uint32")] uint codepoint, @@ -98082,9 +102100,9 @@ public static byte TryWaitSemaphoreRaw(SemaphoreHandle sem) => ) => ( (delegate* unmanaged)( - _slots[1060] is not null and var loadedFnPtr + _slots[1063] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1060] = nativeContext.LoadFunction("SDL_UCS4ToUTF8", "SDL3") + : _slots[1063] = nativeContext.LoadFunction("SDL_UCS4ToUTF8", "SDL3") ) )(codepoint, dst); @@ -98096,6 +102114,9 @@ _slots[1060] is not null and var loadedFnPtr [NativeTypeName("char *")] sbyte* dst ) => DllImport.UCS4ToUTF8(codepoint, dst); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UCS4ToUTF8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.UCS4ToUTF8( [NativeTypeName("Uint32")] uint codepoint, @@ -98117,6 +102138,8 @@ public static Ptr UCS4ToUTF8( [NativeTypeName("char *")] Ref dst ) => DllImport.UCS4ToUTF8(codepoint, dst); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_uitoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Uitoa( [NativeTypeName("unsigned int")] uint value, @@ -98125,9 +102148,9 @@ int radix ) => ( (delegate* unmanaged)( - _slots[1061] is not null and var loadedFnPtr + _slots[1064] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1061] = nativeContext.LoadFunction("SDL_uitoa", "SDL3") + : _slots[1064] = nativeContext.LoadFunction("SDL_uitoa", "SDL3") ) )(value, str, radix); @@ -98140,6 +102163,9 @@ _slots[1061] is not null and var loadedFnPtr int radix ) => DllImport.Uitoa(value, str, radix); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_uitoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Uitoa( [NativeTypeName("unsigned int")] uint value, @@ -98163,6 +102189,8 @@ public static Ptr Uitoa( int radix ) => DllImport.Uitoa(value, str, radix); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_ulltoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Ulltoa( [NativeTypeName("unsigned long long")] ulong value, @@ -98171,9 +102199,9 @@ int radix ) => ( (delegate* unmanaged)( - _slots[1062] is not null and var loadedFnPtr + _slots[1065] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1062] = nativeContext.LoadFunction("SDL_ulltoa", "SDL3") + : _slots[1065] = nativeContext.LoadFunction("SDL_ulltoa", "SDL3") ) )(value, str, radix); @@ -98186,6 +102214,9 @@ _slots[1062] is not null and var loadedFnPtr int radix ) => DllImport.Ulltoa(value, str, radix); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ulltoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Ulltoa( [NativeTypeName("unsigned long long")] ulong value, @@ -98209,17 +102240,19 @@ public static Ptr Ulltoa( int radix ) => DllImport.Ulltoa(value, str, radix); + [return: NativeTypeName("char *")] + [NativeFunction("SDL3", EntryPoint = "SDL_ultoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte* ISdl.Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] sbyte* str, int radix ) => ( - (delegate* unmanaged)( - _slots[1063] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1066] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1063] = nativeContext.LoadFunction("SDL_ultoa", "SDL3") + : _slots[1066] = nativeContext.LoadFunction("SDL_ultoa", "SDL3") ) )(value, str, radix); @@ -98227,14 +102260,17 @@ _slots[1063] is not null and var loadedFnPtr [NativeFunction("SDL3", EntryPoint = "SDL_ultoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static sbyte* Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] sbyte* str, int radix ) => DllImport.Ultoa(value, str, radix); + [return: NativeTypeName("char *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_ultoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr ISdl.Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] Ref str, int radix ) @@ -98250,18 +102286,19 @@ int radix [NativeFunction("SDL3", EntryPoint = "SDL_ultoa")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Ptr Ultoa( - [NativeTypeName("unsigned long")] nuint value, + [NativeTypeName("unsigned long")] uint value, [NativeTypeName("char *")] Ref str, int radix ) => DllImport.Ultoa(value, str, radix); + [NativeFunction("SDL3", EntryPoint = "SDL_UnbindAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnbindAudioStream(AudioStreamHandle stream) => ( (delegate* unmanaged)( - _slots[1064] is not null and var loadedFnPtr + _slots[1067] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1064] = nativeContext.LoadFunction("SDL_UnbindAudioStream", "SDL3") + : _slots[1067] = nativeContext.LoadFunction("SDL_UnbindAudioStream", "SDL3") ) )(stream); @@ -98270,6 +102307,7 @@ _slots[1064] is not null and var loadedFnPtr public static void UnbindAudioStream(AudioStreamHandle stream) => DllImport.UnbindAudioStream(stream); + [NativeFunction("SDL3", EntryPoint = "SDL_UnbindAudioStreams")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnbindAudioStreams( [NativeTypeName("SDL_AudioStream *const *")] AudioStreamHandle* streams, @@ -98277,9 +102315,9 @@ int num_streams ) => ( (delegate* unmanaged)( - _slots[1065] is not null and var loadedFnPtr + _slots[1068] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1065] = nativeContext.LoadFunction("SDL_UnbindAudioStreams", "SDL3") + : _slots[1068] = nativeContext.LoadFunction("SDL_UnbindAudioStreams", "SDL3") ) )(streams, num_streams); @@ -98290,6 +102328,8 @@ public static void UnbindAudioStreams( int num_streams ) => DllImport.UnbindAudioStreams(streams, num_streams); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UnbindAudioStreams")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnbindAudioStreams( [NativeTypeName("SDL_AudioStream *const *")] Ref streams, @@ -98310,13 +102350,14 @@ public static void UnbindAudioStreams( int num_streams ) => DllImport.UnbindAudioStreams(streams, num_streams); + [NativeFunction("SDL3", EntryPoint = "SDL_UnloadObject")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnloadObject(SharedObjectHandle handle) => ( (delegate* unmanaged)( - _slots[1066] is not null and var loadedFnPtr + _slots[1069] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1066] = nativeContext.LoadFunction("SDL_UnloadObject", "SDL3") + : _slots[1069] = nativeContext.LoadFunction("SDL_UnloadObject", "SDL3") ) )(handle); @@ -98324,6 +102365,9 @@ _slots[1066] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UnloadObject(SharedObjectHandle handle) => DllImport.UnloadObject(handle); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UnlockAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.UnlockAudioStream(AudioStreamHandle stream) => (MaybeBool)(byte)((ISdl)this).UnlockAudioStreamRaw(stream); @@ -98335,13 +102379,15 @@ MaybeBool ISdl.UnlockAudioStream(AudioStreamHandle stream) => public static MaybeBool UnlockAudioStream(AudioStreamHandle stream) => DllImport.UnlockAudioStream(stream); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_UnlockAudioStream")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.UnlockAudioStreamRaw(AudioStreamHandle stream) => ( (delegate* unmanaged)( - _slots[1067] is not null and var loadedFnPtr + _slots[1070] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1067] = nativeContext.LoadFunction("SDL_UnlockAudioStream", "SDL3") + : _slots[1070] = nativeContext.LoadFunction("SDL_UnlockAudioStream", "SDL3") ) )(stream); @@ -98351,13 +102397,14 @@ _slots[1067] is not null and var loadedFnPtr public static byte UnlockAudioStreamRaw(AudioStreamHandle stream) => DllImport.UnlockAudioStreamRaw(stream); + [NativeFunction("SDL3", EntryPoint = "SDL_UnlockJoysticks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnlockJoysticks() => ( (delegate* unmanaged)( - _slots[1068] is not null and var loadedFnPtr + _slots[1071] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1068] = nativeContext.LoadFunction("SDL_UnlockJoysticks", "SDL3") + : _slots[1071] = nativeContext.LoadFunction("SDL_UnlockJoysticks", "SDL3") ) )(); @@ -98365,13 +102412,14 @@ _slots[1068] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UnlockJoysticks() => DllImport.UnlockJoysticks(); + [NativeFunction("SDL3", EntryPoint = "SDL_UnlockMutex")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnlockMutex(MutexHandle mutex) => ( (delegate* unmanaged)( - _slots[1069] is not null and var loadedFnPtr + _slots[1072] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1069] = nativeContext.LoadFunction("SDL_UnlockMutex", "SDL3") + : _slots[1072] = nativeContext.LoadFunction("SDL_UnlockMutex", "SDL3") ) )(mutex); @@ -98379,13 +102427,14 @@ _slots[1069] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UnlockMutex(MutexHandle mutex) => DllImport.UnlockMutex(mutex); + [NativeFunction("SDL3", EntryPoint = "SDL_UnlockProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnlockProperties([NativeTypeName("SDL_PropertiesID")] uint props) => ( (delegate* unmanaged)( - _slots[1070] is not null and var loadedFnPtr + _slots[1073] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1070] = nativeContext.LoadFunction("SDL_UnlockProperties", "SDL3") + : _slots[1073] = nativeContext.LoadFunction("SDL_UnlockProperties", "SDL3") ) )(props); @@ -98394,13 +102443,14 @@ _slots[1070] is not null and var loadedFnPtr public static void UnlockProperties([NativeTypeName("SDL_PropertiesID")] uint props) => DllImport.UnlockProperties(props); + [NativeFunction("SDL3", EntryPoint = "SDL_UnlockRWLock")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnlockRWLock(RWLockHandle rwlock) => ( (delegate* unmanaged)( - _slots[1071] is not null and var loadedFnPtr + _slots[1074] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1071] = nativeContext.LoadFunction("SDL_UnlockRWLock", "SDL3") + : _slots[1074] = nativeContext.LoadFunction("SDL_UnlockRWLock", "SDL3") ) )(rwlock); @@ -98408,13 +102458,14 @@ _slots[1071] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UnlockRWLock(RWLockHandle rwlock) => DllImport.UnlockRWLock(rwlock); + [NativeFunction("SDL3", EntryPoint = "SDL_UnlockSpinlock")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnlockSpinlock([NativeTypeName("SDL_SpinLock *")] int* @lock) => ( (delegate* unmanaged)( - _slots[1072] is not null and var loadedFnPtr + _slots[1075] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1072] = nativeContext.LoadFunction("SDL_UnlockSpinlock", "SDL3") + : _slots[1075] = nativeContext.LoadFunction("SDL_UnlockSpinlock", "SDL3") ) )(@lock); @@ -98423,6 +102474,8 @@ _slots[1072] is not null and var loadedFnPtr public static void UnlockSpinlock([NativeTypeName("SDL_SpinLock *")] int* @lock) => DllImport.UnlockSpinlock(@lock); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UnlockSpinlock")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnlockSpinlock([NativeTypeName("SDL_SpinLock *")] Ref @lock) { @@ -98438,13 +102491,14 @@ void ISdl.UnlockSpinlock([NativeTypeName("SDL_SpinLock *")] Ref @lock) public static void UnlockSpinlock([NativeTypeName("SDL_SpinLock *")] Ref @lock) => DllImport.UnlockSpinlock(@lock); + [NativeFunction("SDL3", EntryPoint = "SDL_UnlockSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnlockSurface(Surface* surface) => ( (delegate* unmanaged)( - _slots[1073] is not null and var loadedFnPtr + _slots[1076] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1073] = nativeContext.LoadFunction("SDL_UnlockSurface", "SDL3") + : _slots[1076] = nativeContext.LoadFunction("SDL_UnlockSurface", "SDL3") ) )(surface); @@ -98452,6 +102506,8 @@ _slots[1073] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UnlockSurface(Surface* surface) => DllImport.UnlockSurface(surface); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UnlockSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnlockSurface(Ref surface) { @@ -98466,13 +102522,14 @@ void ISdl.UnlockSurface(Ref surface) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UnlockSurface(Ref surface) => DllImport.UnlockSurface(surface); + [NativeFunction("SDL3", EntryPoint = "SDL_UnlockTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnlockTexture(Texture* texture) => ( (delegate* unmanaged)( - _slots[1074] is not null and var loadedFnPtr + _slots[1077] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1074] = nativeContext.LoadFunction("SDL_UnlockTexture", "SDL3") + : _slots[1077] = nativeContext.LoadFunction("SDL_UnlockTexture", "SDL3") ) )(texture); @@ -98480,6 +102537,8 @@ _slots[1074] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UnlockTexture(Texture* texture) => DllImport.UnlockTexture(texture); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UnlockTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnlockTexture(Ref texture) { @@ -98494,6 +102553,7 @@ void ISdl.UnlockTexture(Ref texture) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UnlockTexture(Ref texture) => DllImport.UnlockTexture(texture); + [NativeFunction("SDL3", EntryPoint = "SDL_UnmapGPUTransferBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UnmapGPUTransferBuffer( GPUDeviceHandle device, @@ -98501,9 +102561,9 @@ GPUTransferBufferHandle transfer_buffer ) => ( (delegate* unmanaged)( - _slots[1075] is not null and var loadedFnPtr + _slots[1078] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1075] = nativeContext.LoadFunction( + : _slots[1078] = nativeContext.LoadFunction( "SDL_UnmapGPUTransferBuffer", "SDL3" ) @@ -98517,13 +102577,29 @@ public static void UnmapGPUTransferBuffer( GPUTransferBufferHandle transfer_buffer ) => DllImport.UnmapGPUTransferBuffer(device, transfer_buffer); + [NativeFunction("SDL3", EntryPoint = "SDL_UnregisterApp")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + void ISdl.UnregisterApp() => + ( + (delegate* unmanaged)( + _slots[1079] is not null and var loadedFnPtr + ? loadedFnPtr + : _slots[1079] = nativeContext.LoadFunction("SDL_UnregisterApp", "SDL3") + ) + )(); + + [NativeFunction("SDL3", EntryPoint = "SDL_UnregisterApp")] + [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] + public static void UnregisterApp() => DllImport.UnregisterApp(); + + [NativeFunction("SDL3", EntryPoint = "SDL_unsetenv_unsafe")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.UnsetenvUnsafe([NativeTypeName("const char *")] sbyte* name) => ( (delegate* unmanaged)( - _slots[1076] is not null and var loadedFnPtr + _slots[1080] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1076] = nativeContext.LoadFunction("SDL_unsetenv_unsafe", "SDL3") + : _slots[1080] = nativeContext.LoadFunction("SDL_unsetenv_unsafe", "SDL3") ) )(name); @@ -98532,6 +102608,8 @@ _slots[1076] is not null and var loadedFnPtr public static int UnsetenvUnsafe([NativeTypeName("const char *")] sbyte* name) => DllImport.UnsetenvUnsafe(name); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_unsetenv_unsafe")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.UnsetenvUnsafe([NativeTypeName("const char *")] Ref name) { @@ -98547,6 +102625,8 @@ int ISdl.UnsetenvUnsafe([NativeTypeName("const char *")] Ref name) public static int UnsetenvUnsafe([NativeTypeName("const char *")] Ref name) => DllImport.UnsetenvUnsafe(name); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_UnsetEnvironmentVariable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.UnsetEnvironmentVariable( EnvironmentHandle env, @@ -98554,9 +102634,9 @@ byte ISdl.UnsetEnvironmentVariable( ) => ( (delegate* unmanaged)( - _slots[1077] is not null and var loadedFnPtr + _slots[1081] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1077] = nativeContext.LoadFunction( + : _slots[1081] = nativeContext.LoadFunction( "SDL_UnsetEnvironmentVariable", "SDL3" ) @@ -98571,6 +102651,9 @@ public static byte UnsetEnvironmentVariable( [NativeTypeName("const char *")] sbyte* name ) => DllImport.UnsetEnvironmentVariable(env, name); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UnsetEnvironmentVariable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.UnsetEnvironmentVariable( EnvironmentHandle env, @@ -98592,13 +102675,14 @@ public static MaybeBool UnsetEnvironmentVariable( [NativeTypeName("const char *")] Ref name ) => DllImport.UnsetEnvironmentVariable(env, name); + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateGamepads")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UpdateGamepads() => ( (delegate* unmanaged)( - _slots[1078] is not null and var loadedFnPtr + _slots[1082] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1078] = nativeContext.LoadFunction("SDL_UpdateGamepads", "SDL3") + : _slots[1082] = nativeContext.LoadFunction("SDL_UpdateGamepads", "SDL3") ) )(); @@ -98606,6 +102690,8 @@ _slots[1078] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateGamepads() => DllImport.UpdateGamepads(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateHapticEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.UpdateHapticEffect( HapticHandle haptic, @@ -98614,9 +102700,9 @@ byte ISdl.UpdateHapticEffect( ) => ( (delegate* unmanaged)( - _slots[1079] is not null and var loadedFnPtr + _slots[1083] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1079] = nativeContext.LoadFunction("SDL_UpdateHapticEffect", "SDL3") + : _slots[1083] = nativeContext.LoadFunction("SDL_UpdateHapticEffect", "SDL3") ) )(haptic, effect, data); @@ -98629,6 +102715,9 @@ public static byte UpdateHapticEffect( [NativeTypeName("const SDL_HapticEffect *")] HapticEffect* data ) => DllImport.UpdateHapticEffect(haptic, effect, data); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateHapticEffect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.UpdateHapticEffect( HapticHandle haptic, @@ -98653,13 +102742,14 @@ public static MaybeBool UpdateHapticEffect( [NativeTypeName("const SDL_HapticEffect *")] Ref data ) => DllImport.UpdateHapticEffect(haptic, effect, data); + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateJoysticks")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UpdateJoysticks() => ( (delegate* unmanaged)( - _slots[1080] is not null and var loadedFnPtr + _slots[1084] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1080] = nativeContext.LoadFunction("SDL_UpdateJoysticks", "SDL3") + : _slots[1084] = nativeContext.LoadFunction("SDL_UpdateJoysticks", "SDL3") ) )(); @@ -98667,6 +102757,8 @@ _slots[1080] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateJoysticks() => DllImport.UpdateJoysticks(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateNVTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.UpdateNVTexture( Texture* texture, @@ -98678,9 +102770,9 @@ int UVpitch ) => ( (delegate* unmanaged)( - _slots[1081] is not null and var loadedFnPtr + _slots[1085] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1081] = nativeContext.LoadFunction("SDL_UpdateNVTexture", "SDL3") + : _slots[1085] = nativeContext.LoadFunction("SDL_UpdateNVTexture", "SDL3") ) )(texture, rect, Yplane, Ypitch, UVplane, UVpitch); @@ -98696,6 +102788,9 @@ public static byte UpdateNVTexture( int UVpitch ) => DllImport.UpdateNVTexture(texture, rect, Yplane, Ypitch, UVplane, UVpitch); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateNVTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.UpdateNVTexture( Ref texture, @@ -98737,13 +102832,14 @@ public static MaybeBool UpdateNVTexture( int UVpitch ) => DllImport.UpdateNVTexture(texture, rect, Yplane, Ypitch, UVplane, UVpitch); + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateSensors")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UpdateSensors() => ( (delegate* unmanaged)( - _slots[1082] is not null and var loadedFnPtr + _slots[1086] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1082] = nativeContext.LoadFunction("SDL_UpdateSensors", "SDL3") + : _slots[1086] = nativeContext.LoadFunction("SDL_UpdateSensors", "SDL3") ) )(); @@ -98751,6 +102847,8 @@ _slots[1082] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateSensors() => DllImport.UpdateSensors(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.UpdateTexture( Texture* texture, @@ -98760,9 +102858,9 @@ int pitch ) => ( (delegate* unmanaged)( - _slots[1083] is not null and var loadedFnPtr + _slots[1087] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1083] = nativeContext.LoadFunction("SDL_UpdateTexture", "SDL3") + : _slots[1087] = nativeContext.LoadFunction("SDL_UpdateTexture", "SDL3") ) )(texture, rect, pixels, pitch); @@ -98776,6 +102874,9 @@ public static byte UpdateTexture( int pitch ) => DllImport.UpdateTexture(texture, rect, pixels, pitch); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.UpdateTexture( Ref texture, @@ -98804,6 +102905,9 @@ public static MaybeBool UpdateTexture( int pitch ) => DllImport.UpdateTexture(texture, rect, pixels, pitch); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateWindowSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.UpdateWindowSurface(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).UpdateWindowSurfaceRaw(window); @@ -98815,13 +102919,15 @@ MaybeBool ISdl.UpdateWindowSurface(WindowHandle window) => public static MaybeBool UpdateWindowSurface(WindowHandle window) => DllImport.UpdateWindowSurface(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateWindowSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.UpdateWindowSurfaceRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[1084] is not null and var loadedFnPtr + _slots[1088] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1084] = nativeContext.LoadFunction("SDL_UpdateWindowSurface", "SDL3") + : _slots[1088] = nativeContext.LoadFunction("SDL_UpdateWindowSurface", "SDL3") ) )(window); @@ -98831,6 +102937,8 @@ _slots[1084] is not null and var loadedFnPtr public static byte UpdateWindowSurfaceRaw(WindowHandle window) => DllImport.UpdateWindowSurfaceRaw(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateWindowSurfaceRects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.UpdateWindowSurfaceRects( WindowHandle window, @@ -98839,9 +102947,9 @@ int numrects ) => ( (delegate* unmanaged)( - _slots[1085] is not null and var loadedFnPtr + _slots[1089] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1085] = nativeContext.LoadFunction( + : _slots[1089] = nativeContext.LoadFunction( "SDL_UpdateWindowSurfaceRects", "SDL3" ) @@ -98857,6 +102965,9 @@ public static byte UpdateWindowSurfaceRects( int numrects ) => DllImport.UpdateWindowSurfaceRects(window, rects, numrects); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateWindowSurfaceRects")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.UpdateWindowSurfaceRects( WindowHandle window, @@ -98881,6 +102992,8 @@ public static MaybeBool UpdateWindowSurfaceRects( int numrects ) => DllImport.UpdateWindowSurfaceRects(window, rects, numrects); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateYUVTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.UpdateYUVTexture( Texture* texture, @@ -98894,9 +103007,9 @@ int Vpitch ) => ( (delegate* unmanaged)( - _slots[1086] is not null and var loadedFnPtr + _slots[1090] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1086] = nativeContext.LoadFunction("SDL_UpdateYUVTexture", "SDL3") + : _slots[1090] = nativeContext.LoadFunction("SDL_UpdateYUVTexture", "SDL3") ) )(texture, rect, Yplane, Ypitch, Uplane, Upitch, Vplane, Vpitch); @@ -98914,6 +103027,9 @@ public static byte UpdateYUVTexture( int Vpitch ) => DllImport.UpdateYUVTexture(texture, rect, Yplane, Ypitch, Uplane, Upitch, Vplane, Vpitch); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UpdateYUVTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.UpdateYUVTexture( Ref texture, @@ -98962,6 +103078,7 @@ public static MaybeBool UpdateYUVTexture( int Vpitch ) => DllImport.UpdateYUVTexture(texture, rect, Yplane, Ypitch, Uplane, Upitch, Vplane, Vpitch); + [NativeFunction("SDL3", EntryPoint = "SDL_UploadToGPUBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UploadToGPUBuffer( GPUCopyPassHandle copy_pass, @@ -98976,9 +103093,9 @@ void ISdl.UploadToGPUBuffer( GPUBufferRegion*, byte, void>)( - _slots[1087] is not null and var loadedFnPtr + _slots[1091] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1087] = nativeContext.LoadFunction("SDL_UploadToGPUBuffer", "SDL3") + : _slots[1091] = nativeContext.LoadFunction("SDL_UploadToGPUBuffer", "SDL3") ) )(copy_pass, source, destination, cycle); @@ -98991,6 +103108,8 @@ public static void UploadToGPUBuffer( [NativeTypeName("bool")] byte cycle ) => DllImport.UploadToGPUBuffer(copy_pass, source, destination, cycle); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UploadToGPUBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UploadToGPUBuffer( GPUCopyPassHandle copy_pass, @@ -99018,6 +103137,7 @@ public static void UploadToGPUBuffer( [NativeTypeName("bool")] MaybeBool cycle ) => DllImport.UploadToGPUBuffer(copy_pass, source, destination, cycle); + [NativeFunction("SDL3", EntryPoint = "SDL_UploadToGPUTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UploadToGPUTexture( GPUCopyPassHandle copy_pass, @@ -99032,9 +103152,9 @@ void ISdl.UploadToGPUTexture( GPUTextureRegion*, byte, void>)( - _slots[1088] is not null and var loadedFnPtr + _slots[1092] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1088] = nativeContext.LoadFunction("SDL_UploadToGPUTexture", "SDL3") + : _slots[1092] = nativeContext.LoadFunction("SDL_UploadToGPUTexture", "SDL3") ) )(copy_pass, source, destination, cycle); @@ -99047,6 +103167,8 @@ public static void UploadToGPUTexture( [NativeTypeName("bool")] byte cycle ) => DllImport.UploadToGPUTexture(copy_pass, source, destination, cycle); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_UploadToGPUTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.UploadToGPUTexture( GPUCopyPassHandle copy_pass, @@ -99077,6 +103199,8 @@ public static void UploadToGPUTexture( [NativeTypeName("bool")] MaybeBool cycle ) => DllImport.UploadToGPUTexture(copy_pass, source, destination, cycle); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_utf8strlcpy")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Utf8Strlcpy( [NativeTypeName("char *")] sbyte* dst, @@ -99085,9 +103209,9 @@ nuint ISdl.Utf8Strlcpy( ) => ( (delegate* unmanaged)( - _slots[1089] is not null and var loadedFnPtr + _slots[1093] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1089] = nativeContext.LoadFunction("SDL_utf8strlcpy", "SDL3") + : _slots[1093] = nativeContext.LoadFunction("SDL_utf8strlcpy", "SDL3") ) )(dst, src, dst_bytes); @@ -99100,6 +103224,9 @@ public static nuint Utf8Strlcpy( [NativeTypeName("size_t")] nuint dst_bytes ) => DllImport.Utf8Strlcpy(dst, src, dst_bytes); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_utf8strlcpy")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Utf8Strlcpy( [NativeTypeName("char *")] Ref dst, @@ -99124,13 +103251,15 @@ public static nuint Utf8Strlcpy( [NativeTypeName("size_t")] nuint dst_bytes ) => DllImport.Utf8Strlcpy(dst, src, dst_bytes); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_utf8strlen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Utf8Strlen([NativeTypeName("const char *")] sbyte* str) => ( (delegate* unmanaged)( - _slots[1090] is not null and var loadedFnPtr + _slots[1094] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1090] = nativeContext.LoadFunction("SDL_utf8strlen", "SDL3") + : _slots[1094] = nativeContext.LoadFunction("SDL_utf8strlen", "SDL3") ) )(str); @@ -99140,6 +103269,9 @@ _slots[1090] is not null and var loadedFnPtr public static nuint Utf8Strlen([NativeTypeName("const char *")] sbyte* str) => DllImport.Utf8Strlen(str); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_utf8strlen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Utf8Strlen([NativeTypeName("const char *")] Ref str) { @@ -99156,6 +103288,8 @@ nuint ISdl.Utf8Strlen([NativeTypeName("const char *")] Ref str) public static nuint Utf8Strlen([NativeTypeName("const char *")] Ref str) => DllImport.Utf8Strlen(str); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_utf8strnlen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Utf8Strnlen( [NativeTypeName("const char *")] sbyte* str, @@ -99163,9 +103297,9 @@ nuint ISdl.Utf8Strnlen( ) => ( (delegate* unmanaged)( - _slots[1091] is not null and var loadedFnPtr + _slots[1095] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1091] = nativeContext.LoadFunction("SDL_utf8strnlen", "SDL3") + : _slots[1095] = nativeContext.LoadFunction("SDL_utf8strnlen", "SDL3") ) )(str, bytes); @@ -99177,6 +103311,9 @@ public static nuint Utf8Strnlen( [NativeTypeName("size_t")] nuint bytes ) => DllImport.Utf8Strnlen(str, bytes); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_utf8strnlen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Utf8Strnlen( [NativeTypeName("const char *")] Ref str, @@ -99198,6 +103335,7 @@ public static nuint Utf8Strnlen( [NativeTypeName("size_t")] nuint bytes ) => DllImport.Utf8Strnlen(str, bytes); + [NativeFunction("SDL3", EntryPoint = "SDL_vasprintf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Vasprintf( [NativeTypeName("char **")] sbyte** strp, @@ -99206,9 +103344,9 @@ int ISdl.Vasprintf( ) => ( (delegate* unmanaged)( - _slots[1092] is not null and var loadedFnPtr + _slots[1096] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1092] = nativeContext.LoadFunction("SDL_vasprintf", "SDL3") + : _slots[1096] = nativeContext.LoadFunction("SDL_vasprintf", "SDL3") ) )(strp, fmt, ap); @@ -99220,6 +103358,8 @@ public static int Vasprintf( [NativeTypeName("va_list")] sbyte* ap ) => DllImport.Vasprintf(strp, fmt, ap); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_vasprintf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Vasprintf( [NativeTypeName("char **")] Ref2D strp, @@ -99244,6 +103384,7 @@ public static int Vasprintf( [NativeTypeName("va_list")] Ref ap ) => DllImport.Vasprintf(strp, fmt, ap); + [NativeFunction("SDL3", EntryPoint = "SDL_vsnprintf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Vsnprintf( [NativeTypeName("char *")] sbyte* text, @@ -99253,9 +103394,9 @@ int ISdl.Vsnprintf( ) => ( (delegate* unmanaged)( - _slots[1093] is not null and var loadedFnPtr + _slots[1097] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1093] = nativeContext.LoadFunction("SDL_vsnprintf", "SDL3") + : _slots[1097] = nativeContext.LoadFunction("SDL_vsnprintf", "SDL3") ) )(text, maxlen, fmt, ap); @@ -99268,6 +103409,8 @@ public static int Vsnprintf( [NativeTypeName("va_list")] sbyte* ap ) => DllImport.Vsnprintf(text, maxlen, fmt, ap); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_vsnprintf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Vsnprintf( [NativeTypeName("char *")] Ref text, @@ -99294,6 +103437,7 @@ public static int Vsnprintf( [NativeTypeName("va_list")] Ref ap ) => DllImport.Vsnprintf(text, maxlen, fmt, ap); + [NativeFunction("SDL3", EntryPoint = "SDL_vsscanf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Vsscanf( [NativeTypeName("const char *")] sbyte* text, @@ -99302,9 +103446,9 @@ int ISdl.Vsscanf( ) => ( (delegate* unmanaged)( - _slots[1094] is not null and var loadedFnPtr + _slots[1098] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1094] = nativeContext.LoadFunction("SDL_vsscanf", "SDL3") + : _slots[1098] = nativeContext.LoadFunction("SDL_vsscanf", "SDL3") ) )(text, fmt, ap); @@ -99316,6 +103460,8 @@ public static int Vsscanf( [NativeTypeName("va_list")] sbyte* ap ) => DllImport.Vsscanf(text, fmt, ap); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_vsscanf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Vsscanf( [NativeTypeName("const char *")] Ref text, @@ -99340,41 +103486,44 @@ public static int Vsscanf( [NativeTypeName("va_list")] Ref ap ) => DllImport.Vsscanf(text, fmt, ap); + [NativeFunction("SDL3", EntryPoint = "SDL_vswprintf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Vswprintf( - [NativeTypeName("wchar_t *")] uint* text, + [NativeTypeName("wchar_t *")] ushort* text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] uint* fmt, + [NativeTypeName("const wchar_t *")] ushort* fmt, [NativeTypeName("va_list")] sbyte* ap ) => ( - (delegate* unmanaged)( - _slots[1095] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1099] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1095] = nativeContext.LoadFunction("SDL_vswprintf", "SDL3") + : _slots[1099] = nativeContext.LoadFunction("SDL_vswprintf", "SDL3") ) )(text, maxlen, fmt, ap); [NativeFunction("SDL3", EntryPoint = "SDL_vswprintf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Vswprintf( - [NativeTypeName("wchar_t *")] uint* text, + [NativeTypeName("wchar_t *")] ushort* text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] uint* fmt, + [NativeTypeName("const wchar_t *")] ushort* fmt, [NativeTypeName("va_list")] sbyte* ap ) => DllImport.Vswprintf(text, maxlen, fmt, ap); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_vswprintf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Vswprintf( - [NativeTypeName("wchar_t *")] Ref text, + [NativeTypeName("wchar_t *")] Ref text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] Ref fmt, + [NativeTypeName("const wchar_t *")] Ref fmt, [NativeTypeName("va_list")] Ref ap ) { fixed (sbyte* __dsl_ap = ap) - fixed (uint* __dsl_fmt = fmt) - fixed (uint* __dsl_text = text) + fixed (ushort* __dsl_fmt = fmt) + fixed (ushort* __dsl_text = text) { return (int)((ISdl)this).Vswprintf(__dsl_text, maxlen, __dsl_fmt, __dsl_ap); } @@ -99384,12 +103533,14 @@ int ISdl.Vswprintf( [NativeFunction("SDL3", EntryPoint = "SDL_vswprintf")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Vswprintf( - [NativeTypeName("wchar_t *")] Ref text, + [NativeTypeName("wchar_t *")] Ref text, [NativeTypeName("size_t")] nuint maxlen, - [NativeTypeName("const wchar_t *")] Ref fmt, + [NativeTypeName("const wchar_t *")] Ref fmt, [NativeTypeName("va_list")] Ref ap ) => DllImport.Vswprintf(text, maxlen, fmt, ap); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_Vulkan_CreateSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.VulkanCreateSurface( WindowHandle window, @@ -99399,9 +103550,9 @@ byte ISdl.VulkanCreateSurface( ) => ( (delegate* unmanaged)( - _slots[1096] is not null and var loadedFnPtr + _slots[1100] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1096] = nativeContext.LoadFunction("SDL_Vulkan_CreateSurface", "SDL3") + : _slots[1100] = nativeContext.LoadFunction("SDL_Vulkan_CreateSurface", "SDL3") ) )(window, instance, allocator, surface); @@ -99415,6 +103566,9 @@ public static byte VulkanCreateSurface( [NativeTypeName("VkSurfaceKHR *")] ulong* surface ) => DllImport.VulkanCreateSurface(window, instance, allocator, surface); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_Vulkan_CreateSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.VulkanCreateSurface( WindowHandle window, @@ -99449,6 +103603,7 @@ public static MaybeBool VulkanCreateSurface( [NativeTypeName("VkSurfaceKHR *")] Ref surface ) => DllImport.VulkanCreateSurface(window, instance, allocator, surface); + [NativeFunction("SDL3", EntryPoint = "SDL_Vulkan_DestroySurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.VulkanDestroySurface( [NativeTypeName("VkInstance")] void* instance, @@ -99457,9 +103612,9 @@ void ISdl.VulkanDestroySurface( ) => ( (delegate* unmanaged)( - _slots[1097] is not null and var loadedFnPtr + _slots[1101] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1097] = nativeContext.LoadFunction("SDL_Vulkan_DestroySurface", "SDL3") + : _slots[1101] = nativeContext.LoadFunction("SDL_Vulkan_DestroySurface", "SDL3") ) )(instance, surface, allocator); @@ -99471,6 +103626,8 @@ public static void VulkanDestroySurface( [NativeTypeName("const struct VkAllocationCallbacks *")] void* allocator ) => DllImport.VulkanDestroySurface(instance, surface, allocator); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_Vulkan_DestroySurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.VulkanDestroySurface( [NativeTypeName("VkInstance")] Ref instance, @@ -99494,13 +103651,15 @@ public static void VulkanDestroySurface( [NativeTypeName("const struct VkAllocationCallbacks *")] Ref allocator ) => DllImport.VulkanDestroySurface(instance, surface, allocator); + [return: NativeTypeName("const char *const *")] + [NativeFunction("SDL3", EntryPoint = "SDL_Vulkan_GetInstanceExtensions")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] sbyte** ISdl.VulkanGetInstanceExtensions([NativeTypeName("Uint32 *")] uint* count) => ( (delegate* unmanaged)( - _slots[1098] is not null and var loadedFnPtr + _slots[1102] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1098] = nativeContext.LoadFunction( + : _slots[1102] = nativeContext.LoadFunction( "SDL_Vulkan_GetInstanceExtensions", "SDL3" ) @@ -99513,6 +103672,9 @@ _slots[1098] is not null and var loadedFnPtr public static sbyte** VulkanGetInstanceExtensions([NativeTypeName("Uint32 *")] uint* count) => DllImport.VulkanGetInstanceExtensions(count); + [return: NativeTypeName("const char *const *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_Vulkan_GetInstanceExtensions")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Ptr2D ISdl.VulkanGetInstanceExtensions([NativeTypeName("Uint32 *")] Ref count) { @@ -99530,6 +103692,8 @@ public static Ptr2D VulkanGetInstanceExtensions( [NativeTypeName("Uint32 *")] Ref count ) => DllImport.VulkanGetInstanceExtensions(count); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_Vulkan_GetPresentationSupport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.VulkanGetPresentationSupport( [NativeTypeName("VkInstance")] void* instance, @@ -99538,9 +103702,9 @@ byte ISdl.VulkanGetPresentationSupport( ) => ( (delegate* unmanaged)( - _slots[1099] is not null and var loadedFnPtr + _slots[1103] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1099] = nativeContext.LoadFunction( + : _slots[1103] = nativeContext.LoadFunction( "SDL_Vulkan_GetPresentationSupport", "SDL3" ) @@ -99556,6 +103720,9 @@ public static byte VulkanGetPresentationSupport( [NativeTypeName("Uint32")] uint queueFamilyIndex ) => DllImport.VulkanGetPresentationSupport(instance, physicalDevice, queueFamilyIndex); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_Vulkan_GetPresentationSupport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.VulkanGetPresentationSupport( [NativeTypeName("VkInstance")] Ref instance, @@ -99585,13 +103752,15 @@ public static MaybeBool VulkanGetPresentationSupport( [NativeTypeName("Uint32")] uint queueFamilyIndex ) => DllImport.VulkanGetPresentationSupport(instance, physicalDevice, queueFamilyIndex); + [return: NativeTypeName("SDL_FunctionPointer")] + [NativeFunction("SDL3", EntryPoint = "SDL_Vulkan_GetVkGetInstanceProcAddr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] FunctionPointer ISdl.VulkanGetVkGetInstanceProcAddr() => ( (delegate* unmanaged)( - _slots[1100] is not null and var loadedFnPtr + _slots[1104] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1100] = nativeContext.LoadFunction( + : _slots[1104] = nativeContext.LoadFunction( "SDL_Vulkan_GetVkGetInstanceProcAddr", "SDL3" ) @@ -99604,13 +103773,15 @@ _slots[1100] is not null and var loadedFnPtr public static FunctionPointer VulkanGetVkGetInstanceProcAddr() => DllImport.VulkanGetVkGetInstanceProcAddr(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_Vulkan_LoadLibrary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.VulkanLoadLibrary([NativeTypeName("const char *")] sbyte* path) => ( (delegate* unmanaged)( - _slots[1101] is not null and var loadedFnPtr + _slots[1105] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1101] = nativeContext.LoadFunction("SDL_Vulkan_LoadLibrary", "SDL3") + : _slots[1105] = nativeContext.LoadFunction("SDL_Vulkan_LoadLibrary", "SDL3") ) )(path); @@ -99620,6 +103791,9 @@ _slots[1101] is not null and var loadedFnPtr public static byte VulkanLoadLibrary([NativeTypeName("const char *")] sbyte* path) => DllImport.VulkanLoadLibrary(path); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_Vulkan_LoadLibrary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.VulkanLoadLibrary([NativeTypeName("const char *")] Ref path) { @@ -99637,13 +103811,14 @@ public static MaybeBool VulkanLoadLibrary( [NativeTypeName("const char *")] Ref path ) => DllImport.VulkanLoadLibrary(path); + [NativeFunction("SDL3", EntryPoint = "SDL_Vulkan_UnloadLibrary")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.VulkanUnloadLibrary() => ( (delegate* unmanaged)( - _slots[1102] is not null and var loadedFnPtr + _slots[1106] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1102] = nativeContext.LoadFunction("SDL_Vulkan_UnloadLibrary", "SDL3") + : _slots[1106] = nativeContext.LoadFunction("SDL_Vulkan_UnloadLibrary", "SDL3") ) )(); @@ -99651,6 +103826,8 @@ _slots[1102] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void VulkanUnloadLibrary() => DllImport.VulkanUnloadLibrary(); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitAndAcquireGPUSwapchainTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WaitAndAcquireGPUSwapchainTexture( GPUCommandBufferHandle command_buffer, @@ -99667,9 +103844,9 @@ byte ISdl.WaitAndAcquireGPUSwapchainTexture( uint*, uint*, byte>)( - _slots[1103] is not null and var loadedFnPtr + _slots[1107] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1103] = nativeContext.LoadFunction( + : _slots[1107] = nativeContext.LoadFunction( "SDL_WaitAndAcquireGPUSwapchainTexture", "SDL3" ) @@ -99700,6 +103877,9 @@ public static byte WaitAndAcquireGPUSwapchainTexture( swapchain_texture_height ); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitAndAcquireGPUSwapchainTexture")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WaitAndAcquireGPUSwapchainTexture( GPUCommandBufferHandle command_buffer, @@ -99744,13 +103924,14 @@ public static MaybeBool WaitAndAcquireGPUSwapchainTexture( swapchain_texture_height ); + [NativeFunction("SDL3", EntryPoint = "SDL_WaitCondition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.WaitCondition(ConditionHandle cond, MutexHandle mutex) => ( (delegate* unmanaged)( - _slots[1104] is not null and var loadedFnPtr + _slots[1108] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1104] = nativeContext.LoadFunction("SDL_WaitCondition", "SDL3") + : _slots[1108] = nativeContext.LoadFunction("SDL_WaitCondition", "SDL3") ) )(cond, mutex); @@ -99759,6 +103940,9 @@ _slots[1104] is not null and var loadedFnPtr public static void WaitCondition(ConditionHandle cond, MutexHandle mutex) => DllImport.WaitCondition(cond, mutex); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitConditionTimeout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WaitConditionTimeout( ConditionHandle cond, @@ -99776,6 +103960,8 @@ public static MaybeBool WaitConditionTimeout( [NativeTypeName("Sint32")] int timeoutMS ) => DllImport.WaitConditionTimeout(cond, mutex, timeoutMS); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitConditionTimeout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WaitConditionTimeoutRaw( ConditionHandle cond, @@ -99784,9 +103970,9 @@ byte ISdl.WaitConditionTimeoutRaw( ) => ( (delegate* unmanaged)( - _slots[1105] is not null and var loadedFnPtr + _slots[1109] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1105] = nativeContext.LoadFunction("SDL_WaitConditionTimeout", "SDL3") + : _slots[1109] = nativeContext.LoadFunction("SDL_WaitConditionTimeout", "SDL3") ) )(cond, mutex, timeoutMS); @@ -99799,13 +103985,15 @@ public static byte WaitConditionTimeoutRaw( [NativeTypeName("Sint32")] int timeoutMS ) => DllImport.WaitConditionTimeoutRaw(cond, mutex, timeoutMS); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WaitEvent(Event* @event) => ( (delegate* unmanaged)( - _slots[1106] is not null and var loadedFnPtr + _slots[1110] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1106] = nativeContext.LoadFunction("SDL_WaitEvent", "SDL3") + : _slots[1110] = nativeContext.LoadFunction("SDL_WaitEvent", "SDL3") ) )(@event); @@ -99814,6 +104002,9 @@ _slots[1106] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte WaitEvent(Event* @event) => DllImport.WaitEvent(@event); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WaitEvent(Ref @event) { @@ -99829,13 +104020,15 @@ MaybeBool ISdl.WaitEvent(Ref @event) [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static MaybeBool WaitEvent(Ref @event) => DllImport.WaitEvent(@event); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitEventTimeout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WaitEventTimeout(Event* @event, [NativeTypeName("Sint32")] int timeoutMS) => ( (delegate* unmanaged)( - _slots[1107] is not null and var loadedFnPtr + _slots[1111] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1107] = nativeContext.LoadFunction("SDL_WaitEventTimeout", "SDL3") + : _slots[1111] = nativeContext.LoadFunction("SDL_WaitEventTimeout", "SDL3") ) )(@event, timeoutMS); @@ -99845,6 +104038,9 @@ _slots[1107] is not null and var loadedFnPtr public static byte WaitEventTimeout(Event* @event, [NativeTypeName("Sint32")] int timeoutMS) => DllImport.WaitEventTimeout(@event, timeoutMS); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitEventTimeout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WaitEventTimeout( Ref @event, @@ -99866,6 +104062,8 @@ public static MaybeBool WaitEventTimeout( [NativeTypeName("Sint32")] int timeoutMS ) => DllImport.WaitEventTimeout(@event, timeoutMS); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitForGPUFences")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WaitForGPUFences( GPUDeviceHandle device, @@ -99875,9 +104073,9 @@ byte ISdl.WaitForGPUFences( ) => ( (delegate* unmanaged)( - _slots[1108] is not null and var loadedFnPtr + _slots[1112] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1108] = nativeContext.LoadFunction("SDL_WaitForGPUFences", "SDL3") + : _slots[1112] = nativeContext.LoadFunction("SDL_WaitForGPUFences", "SDL3") ) )(device, wait_all, fences, num_fences); @@ -99891,6 +104089,9 @@ public static byte WaitForGPUFences( [NativeTypeName("Uint32")] uint num_fences ) => DllImport.WaitForGPUFences(device, wait_all, fences, num_fences); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitForGPUFences")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WaitForGPUFences( GPUDeviceHandle device, @@ -99918,6 +104119,9 @@ public static MaybeBool WaitForGPUFences( [NativeTypeName("Uint32")] uint num_fences ) => DllImport.WaitForGPUFences(device, wait_all, fences, num_fences); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitForGPUIdle")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WaitForGPUIdle(GPUDeviceHandle device) => (MaybeBool)(byte)((ISdl)this).WaitForGPUIdleRaw(device); @@ -99929,13 +104133,15 @@ MaybeBool ISdl.WaitForGPUIdle(GPUDeviceHandle device) => public static MaybeBool WaitForGPUIdle(GPUDeviceHandle device) => DllImport.WaitForGPUIdle(device); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitForGPUIdle")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WaitForGPUIdleRaw(GPUDeviceHandle device) => ( (delegate* unmanaged)( - _slots[1109] is not null and var loadedFnPtr + _slots[1113] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1109] = nativeContext.LoadFunction("SDL_WaitForGPUIdle", "SDL3") + : _slots[1113] = nativeContext.LoadFunction("SDL_WaitForGPUIdle", "SDL3") ) )(device); @@ -99945,6 +104151,9 @@ _slots[1109] is not null and var loadedFnPtr public static byte WaitForGPUIdleRaw(GPUDeviceHandle device) => DllImport.WaitForGPUIdleRaw(device); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitForGPUSwapchain")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WaitForGPUSwapchain(GPUDeviceHandle device, WindowHandle window) => (MaybeBool)(byte)((ISdl)this).WaitForGPUSwapchainRaw(device, window); @@ -99958,13 +104167,15 @@ public static MaybeBool WaitForGPUSwapchain( WindowHandle window ) => DllImport.WaitForGPUSwapchain(device, window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitForGPUSwapchain")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WaitForGPUSwapchainRaw(GPUDeviceHandle device, WindowHandle window) => ( (delegate* unmanaged)( - _slots[1110] is not null and var loadedFnPtr + _slots[1114] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1110] = nativeContext.LoadFunction("SDL_WaitForGPUSwapchain", "SDL3") + : _slots[1114] = nativeContext.LoadFunction("SDL_WaitForGPUSwapchain", "SDL3") ) )(device, window); @@ -99974,6 +104185,8 @@ _slots[1110] is not null and var loadedFnPtr public static byte WaitForGPUSwapchainRaw(GPUDeviceHandle device, WindowHandle window) => DllImport.WaitForGPUSwapchainRaw(device, window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitProcess")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WaitProcess( ProcessHandle process, @@ -99982,9 +104195,9 @@ byte ISdl.WaitProcess( ) => ( (delegate* unmanaged)( - _slots[1111] is not null and var loadedFnPtr + _slots[1115] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1111] = nativeContext.LoadFunction("SDL_WaitProcess", "SDL3") + : _slots[1115] = nativeContext.LoadFunction("SDL_WaitProcess", "SDL3") ) )(process, block, exitcode); @@ -99997,6 +104210,9 @@ public static byte WaitProcess( int* exitcode ) => DllImport.WaitProcess(process, block, exitcode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitProcess")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WaitProcess( ProcessHandle process, @@ -100021,13 +104237,14 @@ public static MaybeBool WaitProcess( Ref exitcode ) => DllImport.WaitProcess(process, block, exitcode); + [NativeFunction("SDL3", EntryPoint = "SDL_WaitSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.WaitSemaphore(SemaphoreHandle sem) => ( (delegate* unmanaged)( - _slots[1112] is not null and var loadedFnPtr + _slots[1116] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1112] = nativeContext.LoadFunction("SDL_WaitSemaphore", "SDL3") + : _slots[1116] = nativeContext.LoadFunction("SDL_WaitSemaphore", "SDL3") ) )(sem); @@ -100035,6 +104252,9 @@ _slots[1112] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void WaitSemaphore(SemaphoreHandle sem) => DllImport.WaitSemaphore(sem); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitSemaphoreTimeout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WaitSemaphoreTimeout( SemaphoreHandle sem, @@ -100050,6 +104270,8 @@ public static MaybeBool WaitSemaphoreTimeout( [NativeTypeName("Sint32")] int timeoutMS ) => DllImport.WaitSemaphoreTimeout(sem, timeoutMS); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitSemaphoreTimeout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WaitSemaphoreTimeoutRaw( SemaphoreHandle sem, @@ -100057,9 +104279,9 @@ byte ISdl.WaitSemaphoreTimeoutRaw( ) => ( (delegate* unmanaged)( - _slots[1113] is not null and var loadedFnPtr + _slots[1117] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1113] = nativeContext.LoadFunction("SDL_WaitSemaphoreTimeout", "SDL3") + : _slots[1117] = nativeContext.LoadFunction("SDL_WaitSemaphoreTimeout", "SDL3") ) )(sem, timeoutMS); @@ -100071,13 +104293,14 @@ public static byte WaitSemaphoreTimeoutRaw( [NativeTypeName("Sint32")] int timeoutMS ) => DllImport.WaitSemaphoreTimeoutRaw(sem, timeoutMS); + [NativeFunction("SDL3", EntryPoint = "SDL_WaitThread")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.WaitThread(ThreadHandle thread, int* status) => ( (delegate* unmanaged)( - _slots[1114] is not null and var loadedFnPtr + _slots[1118] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1114] = nativeContext.LoadFunction("SDL_WaitThread", "SDL3") + : _slots[1118] = nativeContext.LoadFunction("SDL_WaitThread", "SDL3") ) )(thread, status); @@ -100086,6 +104309,8 @@ _slots[1114] is not null and var loadedFnPtr public static void WaitThread(ThreadHandle thread, int* status) => DllImport.WaitThread(thread, status); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WaitThread")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.WaitThread(ThreadHandle thread, Ref status) { @@ -100101,6 +104326,9 @@ void ISdl.WaitThread(ThreadHandle thread, Ref status) public static void WaitThread(ThreadHandle thread, Ref status) => DllImport.WaitThread(thread, status); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WarpMouseGlobal")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WarpMouseGlobal(float x, float y) => (MaybeBool)(byte)((ISdl)this).WarpMouseGlobalRaw(x, y); @@ -100112,13 +104340,15 @@ MaybeBool ISdl.WarpMouseGlobal(float x, float y) => public static MaybeBool WarpMouseGlobal(float x, float y) => DllImport.WarpMouseGlobal(x, y); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WarpMouseGlobal")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WarpMouseGlobalRaw(float x, float y) => ( (delegate* unmanaged)( - _slots[1115] is not null and var loadedFnPtr + _slots[1119] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1115] = nativeContext.LoadFunction("SDL_WarpMouseGlobal", "SDL3") + : _slots[1119] = nativeContext.LoadFunction("SDL_WarpMouseGlobal", "SDL3") ) )(x, y); @@ -100127,13 +104357,14 @@ _slots[1115] is not null and var loadedFnPtr [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static byte WarpMouseGlobalRaw(float x, float y) => DllImport.WarpMouseGlobalRaw(x, y); + [NativeFunction("SDL3", EntryPoint = "SDL_WarpMouseInWindow")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void ISdl.WarpMouseInWindow(WindowHandle window, float x, float y) => ( (delegate* unmanaged)( - _slots[1116] is not null and var loadedFnPtr + _slots[1120] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1116] = nativeContext.LoadFunction("SDL_WarpMouseInWindow", "SDL3") + : _slots[1120] = nativeContext.LoadFunction("SDL_WarpMouseInWindow", "SDL3") ) )(window, x, y); @@ -100142,13 +104373,15 @@ _slots[1116] is not null and var loadedFnPtr public static void WarpMouseInWindow(WindowHandle window, float x, float y) => DllImport.WarpMouseInWindow(window, x, y); + [return: NativeTypeName("SDL_InitFlags")] + [NativeFunction("SDL3", EntryPoint = "SDL_WasInit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint ISdl.WasInit([NativeTypeName("SDL_InitFlags")] uint flags) => ( (delegate* unmanaged)( - _slots[1117] is not null and var loadedFnPtr + _slots[1121] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1117] = nativeContext.LoadFunction("SDL_WasInit", "SDL3") + : _slots[1121] = nativeContext.LoadFunction("SDL_WasInit", "SDL3") ) )(flags); @@ -100158,34 +104391,37 @@ _slots[1117] is not null and var loadedFnPtr public static uint WasInit([NativeTypeName("SDL_InitFlags")] uint flags) => DllImport.WasInit(flags); + [NativeFunction("SDL3", EntryPoint = "SDL_wcscasecmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Wcscasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ) => ( - (delegate* unmanaged)( - _slots[1118] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1122] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1118] = nativeContext.LoadFunction("SDL_wcscasecmp", "SDL3") + : _slots[1122] = nativeContext.LoadFunction("SDL_wcscasecmp", "SDL3") ) )(str1, str2); [NativeFunction("SDL3", EntryPoint = "SDL_wcscasecmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Wcscasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ) => DllImport.Wcscasecmp(str1, str2); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_wcscasecmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Wcscasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ) { - fixed (uint* __dsl_str2 = str2) - fixed (uint* __dsl_str1 = str1) + fixed (ushort* __dsl_str2 = str2) + fixed (ushort* __dsl_str1 = str1) { return (int)((ISdl)this).Wcscasecmp(__dsl_str1, __dsl_str2); } @@ -100195,38 +104431,41 @@ int ISdl.Wcscasecmp( [NativeFunction("SDL3", EntryPoint = "SDL_wcscasecmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Wcscasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ) => DllImport.Wcscasecmp(str1, str2); + [NativeFunction("SDL3", EntryPoint = "SDL_wcscmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Wcscmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ) => ( - (delegate* unmanaged)( - _slots[1119] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1123] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1119] = nativeContext.LoadFunction("SDL_wcscmp", "SDL3") + : _slots[1123] = nativeContext.LoadFunction("SDL_wcscmp", "SDL3") ) )(str1, str2); [NativeFunction("SDL3", EntryPoint = "SDL_wcscmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Wcscmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2 + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2 ) => DllImport.Wcscmp(str1, str2); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_wcscmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Wcscmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ) { - fixed (uint* __dsl_str2 = str2) - fixed (uint* __dsl_str1 = str1) + fixed (ushort* __dsl_str2 = str2) + fixed (ushort* __dsl_str1 = str1) { return (int)((ISdl)this).Wcscmp(__dsl_str1, __dsl_str2); } @@ -100236,32 +104475,37 @@ int ISdl.Wcscmp( [NativeFunction("SDL3", EntryPoint = "SDL_wcscmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Wcscmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2 + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2 ) => DllImport.Wcscmp(str1, str2); + [return: NativeTypeName("wchar_t *")] + [NativeFunction("SDL3", EntryPoint = "SDL_wcsdup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint* ISdl.Wcsdup([NativeTypeName("const wchar_t *")] uint* wstr) => + ushort* ISdl.Wcsdup([NativeTypeName("const wchar_t *")] ushort* wstr) => ( - (delegate* unmanaged)( - _slots[1120] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1124] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1120] = nativeContext.LoadFunction("SDL_wcsdup", "SDL3") + : _slots[1124] = nativeContext.LoadFunction("SDL_wcsdup", "SDL3") ) )(wstr); [return: NativeTypeName("wchar_t *")] [NativeFunction("SDL3", EntryPoint = "SDL_wcsdup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint* Wcsdup([NativeTypeName("const wchar_t *")] uint* wstr) => + public static ushort* Wcsdup([NativeTypeName("const wchar_t *")] ushort* wstr) => DllImport.Wcsdup(wstr); + [return: NativeTypeName("wchar_t *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_wcsdup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Ptr ISdl.Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr) + Ptr ISdl.Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr) { - fixed (uint* __dsl_wstr = wstr) + fixed (ushort* __dsl_wstr = wstr) { - return (uint*)((ISdl)this).Wcsdup(__dsl_wstr); + return (ushort*)((ISdl)this).Wcsdup(__dsl_wstr); } } @@ -100269,20 +104513,22 @@ Ptr ISdl.Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr) [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsdup")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr) => + public static Ptr Wcsdup([NativeTypeName("const wchar_t *")] Ref wstr) => DllImport.Wcsdup(wstr); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_wcslcat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Wcslcat( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ) => ( - (delegate* unmanaged)( - _slots[1121] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1125] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1121] = nativeContext.LoadFunction("SDL_wcslcat", "SDL3") + : _slots[1125] = nativeContext.LoadFunction("SDL_wcslcat", "SDL3") ) )(dst, src, maxlen); @@ -100290,20 +104536,23 @@ _slots[1121] is not null and var loadedFnPtr [NativeFunction("SDL3", EntryPoint = "SDL_wcslcat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static nuint Wcslcat( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Wcslcat(dst, src, maxlen); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_wcslcat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Wcslcat( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_src = src) - fixed (uint* __dsl_dst = dst) + fixed (ushort* __dsl_src = src) + fixed (ushort* __dsl_dst = dst) { return (nuint)((ISdl)this).Wcslcat(__dsl_dst, __dsl_src, maxlen); } @@ -100314,22 +104563,24 @@ nuint ISdl.Wcslcat( [NativeFunction("SDL3", EntryPoint = "SDL_wcslcat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static nuint Wcslcat( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Wcslcat(dst, src, maxlen); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_wcslcpy")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Wcslcpy( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ) => ( - (delegate* unmanaged)( - _slots[1122] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1126] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1122] = nativeContext.LoadFunction("SDL_wcslcpy", "SDL3") + : _slots[1126] = nativeContext.LoadFunction("SDL_wcslcpy", "SDL3") ) )(dst, src, maxlen); @@ -100337,20 +104588,23 @@ _slots[1122] is not null and var loadedFnPtr [NativeFunction("SDL3", EntryPoint = "SDL_wcslcpy")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static nuint Wcslcpy( - [NativeTypeName("wchar_t *")] uint* dst, - [NativeTypeName("const wchar_t *")] uint* src, + [NativeTypeName("wchar_t *")] ushort* dst, + [NativeTypeName("const wchar_t *")] ushort* src, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Wcslcpy(dst, src, maxlen); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_wcslcpy")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Wcslcpy( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_src = src) - fixed (uint* __dsl_dst = dst) + fixed (ushort* __dsl_src = src) + fixed (ushort* __dsl_dst = dst) { return (nuint)((ISdl)this).Wcslcpy(__dsl_dst, __dsl_src, maxlen); } @@ -100361,31 +104615,36 @@ nuint ISdl.Wcslcpy( [NativeFunction("SDL3", EntryPoint = "SDL_wcslcpy")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static nuint Wcslcpy( - [NativeTypeName("wchar_t *")] Ref dst, - [NativeTypeName("const wchar_t *")] Ref src, + [NativeTypeName("wchar_t *")] Ref dst, + [NativeTypeName("const wchar_t *")] Ref src, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Wcslcpy(dst, src, maxlen); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_wcslen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - nuint ISdl.Wcslen([NativeTypeName("const wchar_t *")] uint* wstr) => + nuint ISdl.Wcslen([NativeTypeName("const wchar_t *")] ushort* wstr) => ( - (delegate* unmanaged)( - _slots[1123] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1127] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1123] = nativeContext.LoadFunction("SDL_wcslen", "SDL3") + : _slots[1127] = nativeContext.LoadFunction("SDL_wcslen", "SDL3") ) )(wstr); [return: NativeTypeName("size_t")] [NativeFunction("SDL3", EntryPoint = "SDL_wcslen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static nuint Wcslen([NativeTypeName("const wchar_t *")] uint* wstr) => + public static nuint Wcslen([NativeTypeName("const wchar_t *")] ushort* wstr) => DllImport.Wcslen(wstr); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_wcslen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - nuint ISdl.Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) + nuint ISdl.Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) { - fixed (uint* __dsl_wstr = wstr) + fixed (ushort* __dsl_wstr = wstr) { return (nuint)((ISdl)this).Wcslen(__dsl_wstr); } @@ -100395,40 +104654,43 @@ nuint ISdl.Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcslen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) => + public static nuint Wcslen([NativeTypeName("const wchar_t *")] Ref wstr) => DllImport.Wcslen(wstr); + [NativeFunction("SDL3", EntryPoint = "SDL_wcsncasecmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Wcsncasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ) => ( - (delegate* unmanaged)( - _slots[1124] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1128] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1124] = nativeContext.LoadFunction("SDL_wcsncasecmp", "SDL3") + : _slots[1128] = nativeContext.LoadFunction("SDL_wcsncasecmp", "SDL3") ) )(str1, str2, maxlen); [NativeFunction("SDL3", EntryPoint = "SDL_wcsncasecmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Wcsncasecmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Wcsncasecmp(str1, str2, maxlen); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_wcsncasecmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Wcsncasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_str2 = str2) - fixed (uint* __dsl_str1 = str1) + fixed (ushort* __dsl_str2 = str2) + fixed (ushort* __dsl_str1 = str1) { return (int)((ISdl)this).Wcsncasecmp(__dsl_str1, __dsl_str2, maxlen); } @@ -100438,42 +104700,45 @@ int ISdl.Wcsncasecmp( [NativeFunction("SDL3", EntryPoint = "SDL_wcsncasecmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Wcsncasecmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Wcsncasecmp(str1, str2, maxlen); + [NativeFunction("SDL3", EntryPoint = "SDL_wcsncmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Wcsncmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ) => ( - (delegate* unmanaged)( - _slots[1125] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1129] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1125] = nativeContext.LoadFunction("SDL_wcsncmp", "SDL3") + : _slots[1129] = nativeContext.LoadFunction("SDL_wcsncmp", "SDL3") ) )(str1, str2, maxlen); [NativeFunction("SDL3", EntryPoint = "SDL_wcsncmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Wcsncmp( - [NativeTypeName("const wchar_t *")] uint* str1, - [NativeTypeName("const wchar_t *")] uint* str2, + [NativeTypeName("const wchar_t *")] ushort* str1, + [NativeTypeName("const wchar_t *")] ushort* str2, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Wcsncmp(str1, str2, maxlen); + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_wcsncmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] int ISdl.Wcsncmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_str2 = str2) - fixed (uint* __dsl_str1 = str1) + fixed (ushort* __dsl_str2 = str2) + fixed (ushort* __dsl_str1 = str1) { return (int)((ISdl)this).Wcsncmp(__dsl_str1, __dsl_str2, maxlen); } @@ -100483,21 +104748,23 @@ int ISdl.Wcsncmp( [NativeFunction("SDL3", EntryPoint = "SDL_wcsncmp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static int Wcsncmp( - [NativeTypeName("const wchar_t *")] Ref str1, - [NativeTypeName("const wchar_t *")] Ref str2, + [NativeTypeName("const wchar_t *")] Ref str1, + [NativeTypeName("const wchar_t *")] Ref str2, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Wcsncmp(str1, str2, maxlen); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_wcsnlen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Wcsnlen( - [NativeTypeName("const wchar_t *")] uint* wstr, + [NativeTypeName("const wchar_t *")] ushort* wstr, [NativeTypeName("size_t")] nuint maxlen ) => ( - (delegate* unmanaged)( - _slots[1126] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1130] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1126] = nativeContext.LoadFunction("SDL_wcsnlen", "SDL3") + : _slots[1130] = nativeContext.LoadFunction("SDL_wcsnlen", "SDL3") ) )(wstr, maxlen); @@ -100505,17 +104772,20 @@ _slots[1126] is not null and var loadedFnPtr [NativeFunction("SDL3", EntryPoint = "SDL_wcsnlen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static nuint Wcsnlen( - [NativeTypeName("const wchar_t *")] uint* wstr, + [NativeTypeName("const wchar_t *")] ushort* wstr, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Wcsnlen(wstr, maxlen); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_wcsnlen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.Wcsnlen( - [NativeTypeName("const wchar_t *")] Ref wstr, + [NativeTypeName("const wchar_t *")] Ref wstr, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_wstr = wstr) + fixed (ushort* __dsl_wstr = wstr) { return (nuint)((ISdl)this).Wcsnlen(__dsl_wstr, maxlen); } @@ -100526,44 +104796,49 @@ nuint ISdl.Wcsnlen( [NativeFunction("SDL3", EntryPoint = "SDL_wcsnlen")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static nuint Wcsnlen( - [NativeTypeName("const wchar_t *")] Ref wstr, + [NativeTypeName("const wchar_t *")] Ref wstr, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Wcsnlen(wstr, maxlen); + [return: NativeTypeName("wchar_t *")] + [NativeFunction("SDL3", EntryPoint = "SDL_wcsnstr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint* ISdl.Wcsnstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle, + ushort* ISdl.Wcsnstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle, [NativeTypeName("size_t")] nuint maxlen ) => ( - (delegate* unmanaged)( - _slots[1127] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1131] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1127] = nativeContext.LoadFunction("SDL_wcsnstr", "SDL3") + : _slots[1131] = nativeContext.LoadFunction("SDL_wcsnstr", "SDL3") ) )(haystack, needle, maxlen); [return: NativeTypeName("wchar_t *")] [NativeFunction("SDL3", EntryPoint = "SDL_wcsnstr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint* Wcsnstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle, + public static ushort* Wcsnstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Wcsnstr(haystack, needle, maxlen); + [return: NativeTypeName("wchar_t *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_wcsnstr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Ptr ISdl.Wcsnstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle, + Ptr ISdl.Wcsnstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle, [NativeTypeName("size_t")] nuint maxlen ) { - fixed (uint* __dsl_needle = needle) - fixed (uint* __dsl_haystack = haystack) + fixed (ushort* __dsl_needle = needle) + fixed (ushort* __dsl_haystack = haystack) { - return (uint*)((ISdl)this).Wcsnstr(__dsl_haystack, __dsl_needle, maxlen); + return (ushort*)((ISdl)this).Wcsnstr(__dsl_haystack, __dsl_needle, maxlen); } } @@ -100571,43 +104846,48 @@ Ptr ISdl.Wcsnstr( [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsnstr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Ptr Wcsnstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle, + public static Ptr Wcsnstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle, [NativeTypeName("size_t")] nuint maxlen ) => DllImport.Wcsnstr(haystack, needle, maxlen); + [return: NativeTypeName("wchar_t *")] + [NativeFunction("SDL3", EntryPoint = "SDL_wcsstr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - uint* ISdl.Wcsstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle + ushort* ISdl.Wcsstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle ) => ( - (delegate* unmanaged)( - _slots[1128] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1132] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1128] = nativeContext.LoadFunction("SDL_wcsstr", "SDL3") + : _slots[1132] = nativeContext.LoadFunction("SDL_wcsstr", "SDL3") ) )(haystack, needle); [return: NativeTypeName("wchar_t *")] [NativeFunction("SDL3", EntryPoint = "SDL_wcsstr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static uint* Wcsstr( - [NativeTypeName("const wchar_t *")] uint* haystack, - [NativeTypeName("const wchar_t *")] uint* needle + public static ushort* Wcsstr( + [NativeTypeName("const wchar_t *")] ushort* haystack, + [NativeTypeName("const wchar_t *")] ushort* needle ) => DllImport.Wcsstr(haystack, needle); + [return: NativeTypeName("wchar_t *")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_wcsstr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Ptr ISdl.Wcsstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle + Ptr ISdl.Wcsstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle ) { - fixed (uint* __dsl_needle = needle) - fixed (uint* __dsl_haystack = haystack) + fixed (ushort* __dsl_needle = needle) + fixed (ushort* __dsl_haystack = haystack) { - return (uint*)((ISdl)this).Wcsstr(__dsl_haystack, __dsl_needle); + return (ushort*)((ISdl)this).Wcsstr(__dsl_haystack, __dsl_needle); } } @@ -100615,45 +104895,50 @@ Ptr ISdl.Wcsstr( [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcsstr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Ptr Wcsstr( - [NativeTypeName("const wchar_t *")] Ref haystack, - [NativeTypeName("const wchar_t *")] Ref needle + public static Ptr Wcsstr( + [NativeTypeName("const wchar_t *")] Ref haystack, + [NativeTypeName("const wchar_t *")] Ref needle ) => DllImport.Wcsstr(haystack, needle); + [return: NativeTypeName("long")] + [NativeFunction("SDL3", EntryPoint = "SDL_wcstol")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - nint ISdl.Wcstol( - [NativeTypeName("const wchar_t *")] uint* str, - [NativeTypeName("wchar_t **")] uint** endp, + int ISdl.Wcstol( + [NativeTypeName("const wchar_t *")] ushort* str, + [NativeTypeName("wchar_t **")] ushort** endp, int @base ) => ( - (delegate* unmanaged)( - _slots[1129] is not null and var loadedFnPtr + (delegate* unmanaged)( + _slots[1133] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1129] = nativeContext.LoadFunction("SDL_wcstol", "SDL3") + : _slots[1133] = nativeContext.LoadFunction("SDL_wcstol", "SDL3") ) )(str, endp, @base); [return: NativeTypeName("long")] [NativeFunction("SDL3", EntryPoint = "SDL_wcstol")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static nint Wcstol( - [NativeTypeName("const wchar_t *")] uint* str, - [NativeTypeName("wchar_t **")] uint** endp, + public static int Wcstol( + [NativeTypeName("const wchar_t *")] ushort* str, + [NativeTypeName("wchar_t **")] ushort** endp, int @base ) => DllImport.Wcstol(str, endp, @base); + [return: NativeTypeName("long")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_wcstol")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - nint ISdl.Wcstol( - [NativeTypeName("const wchar_t *")] Ref str, - [NativeTypeName("wchar_t **")] Ref2D endp, + int ISdl.Wcstol( + [NativeTypeName("const wchar_t *")] Ref str, + [NativeTypeName("wchar_t **")] Ref2D endp, int @base ) { - fixed (uint** __dsl_endp = endp) - fixed (uint* __dsl_str = str) + fixed (ushort** __dsl_endp = endp) + fixed (ushort* __dsl_str = str) { - return (nint)((ISdl)this).Wcstol(__dsl_str, __dsl_endp, @base); + return (int)((ISdl)this).Wcstol(__dsl_str, __dsl_endp, @base); } } @@ -100661,12 +104946,15 @@ int @base [Transformed] [NativeFunction("SDL3", EntryPoint = "SDL_wcstol")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static nint Wcstol( - [NativeTypeName("const wchar_t *")] Ref str, - [NativeTypeName("wchar_t **")] Ref2D endp, + public static int Wcstol( + [NativeTypeName("const wchar_t *")] Ref str, + [NativeTypeName("wchar_t **")] Ref2D endp, int @base ) => DllImport.Wcstol(str, endp, @base); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WindowHasSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WindowHasSurface(WindowHandle window) => (MaybeBool)(byte)((ISdl)this).WindowHasSurfaceRaw(window); @@ -100678,13 +104966,15 @@ MaybeBool ISdl.WindowHasSurface(WindowHandle window) => public static MaybeBool WindowHasSurface(WindowHandle window) => DllImport.WindowHasSurface(window); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WindowHasSurface")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WindowHasSurfaceRaw(WindowHandle window) => ( (delegate* unmanaged)( - _slots[1130] is not null and var loadedFnPtr + _slots[1134] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1130] = nativeContext.LoadFunction("SDL_WindowHasSurface", "SDL3") + : _slots[1134] = nativeContext.LoadFunction("SDL_WindowHasSurface", "SDL3") ) )(window); @@ -100694,6 +104984,9 @@ _slots[1130] is not null and var loadedFnPtr public static byte WindowHasSurfaceRaw(WindowHandle window) => DllImport.WindowHasSurfaceRaw(window); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WindowSupportsGPUPresentMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WindowSupportsGPUPresentMode( GPUDeviceHandle device, @@ -100713,6 +105006,8 @@ public static MaybeBool WindowSupportsGPUPresentMode( GPUPresentMode present_mode ) => DllImport.WindowSupportsGPUPresentMode(device, window, present_mode); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WindowSupportsGPUPresentMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WindowSupportsGPUPresentModeRaw( GPUDeviceHandle device, @@ -100721,9 +105016,9 @@ GPUPresentMode present_mode ) => ( (delegate* unmanaged)( - _slots[1131] is not null and var loadedFnPtr + _slots[1135] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1131] = nativeContext.LoadFunction( + : _slots[1135] = nativeContext.LoadFunction( "SDL_WindowSupportsGPUPresentMode", "SDL3" ) @@ -100739,6 +105034,9 @@ public static byte WindowSupportsGPUPresentModeRaw( GPUPresentMode present_mode ) => DllImport.WindowSupportsGPUPresentModeRaw(device, window, present_mode); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WindowSupportsGPUSwapchainComposition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WindowSupportsGPUSwapchainComposition( GPUDeviceHandle device, @@ -100763,6 +105061,8 @@ public static MaybeBool WindowSupportsGPUSwapchainComposition( GPUSwapchainComposition swapchain_composition ) => DllImport.WindowSupportsGPUSwapchainComposition(device, window, swapchain_composition); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WindowSupportsGPUSwapchainComposition")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WindowSupportsGPUSwapchainCompositionRaw( GPUDeviceHandle device, @@ -100771,9 +105071,9 @@ GPUSwapchainComposition swapchain_composition ) => ( (delegate* unmanaged)( - _slots[1132] is not null and var loadedFnPtr + _slots[1136] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1132] = nativeContext.LoadFunction( + : _slots[1136] = nativeContext.LoadFunction( "SDL_WindowSupportsGPUSwapchainComposition", "SDL3" ) @@ -100789,6 +105089,8 @@ public static byte WindowSupportsGPUSwapchainCompositionRaw( GPUSwapchainComposition swapchain_composition ) => DllImport.WindowSupportsGPUSwapchainCompositionRaw(device, window, swapchain_composition); + [return: NativeTypeName("size_t")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.WriteIO( IOStreamHandle context, @@ -100797,9 +105099,9 @@ nuint ISdl.WriteIO( ) => ( (delegate* unmanaged)( - _slots[1133] is not null and var loadedFnPtr + _slots[1137] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1133] = nativeContext.LoadFunction("SDL_WriteIO", "SDL3") + : _slots[1137] = nativeContext.LoadFunction("SDL_WriteIO", "SDL3") ) )(context, ptr, size); @@ -100812,6 +105114,9 @@ public static nuint WriteIO( [NativeTypeName("size_t")] nuint size ) => DllImport.WriteIO(context, ptr, size); + [return: NativeTypeName("size_t")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteIO")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] nuint ISdl.WriteIO( IOStreamHandle context, @@ -100835,6 +105140,9 @@ public static nuint WriteIO( [NativeTypeName("size_t")] nuint size ) => DllImport.WriteIO(context, ptr, size); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS16BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteS16BE(IOStreamHandle dst, [NativeTypeName("Sint16")] short value) => (MaybeBool)(byte)((ISdl)this).WriteS16BERaw(dst, value); @@ -100848,13 +105156,15 @@ public static MaybeBool WriteS16BE( [NativeTypeName("Sint16")] short value ) => DllImport.WriteS16BE(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS16BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteS16BERaw(IOStreamHandle dst, [NativeTypeName("Sint16")] short value) => ( (delegate* unmanaged)( - _slots[1134] is not null and var loadedFnPtr + _slots[1138] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1134] = nativeContext.LoadFunction("SDL_WriteS16BE", "SDL3") + : _slots[1138] = nativeContext.LoadFunction("SDL_WriteS16BE", "SDL3") ) )(dst, value); @@ -100864,6 +105174,9 @@ _slots[1134] is not null and var loadedFnPtr public static byte WriteS16BERaw(IOStreamHandle dst, [NativeTypeName("Sint16")] short value) => DllImport.WriteS16BERaw(dst, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS16LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteS16LE(IOStreamHandle dst, [NativeTypeName("Sint16")] short value) => (MaybeBool)(byte)((ISdl)this).WriteS16LERaw(dst, value); @@ -100877,13 +105190,15 @@ public static MaybeBool WriteS16LE( [NativeTypeName("Sint16")] short value ) => DllImport.WriteS16LE(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS16LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteS16LERaw(IOStreamHandle dst, [NativeTypeName("Sint16")] short value) => ( (delegate* unmanaged)( - _slots[1135] is not null and var loadedFnPtr + _slots[1139] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1135] = nativeContext.LoadFunction("SDL_WriteS16LE", "SDL3") + : _slots[1139] = nativeContext.LoadFunction("SDL_WriteS16LE", "SDL3") ) )(dst, value); @@ -100893,6 +105208,9 @@ _slots[1135] is not null and var loadedFnPtr public static byte WriteS16LERaw(IOStreamHandle dst, [NativeTypeName("Sint16")] short value) => DllImport.WriteS16LERaw(dst, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS32BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteS32BE(IOStreamHandle dst, [NativeTypeName("Sint32")] int value) => (MaybeBool)(byte)((ISdl)this).WriteS32BERaw(dst, value); @@ -100906,13 +105224,15 @@ public static MaybeBool WriteS32BE( [NativeTypeName("Sint32")] int value ) => DllImport.WriteS32BE(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS32BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteS32BERaw(IOStreamHandle dst, [NativeTypeName("Sint32")] int value) => ( (delegate* unmanaged)( - _slots[1136] is not null and var loadedFnPtr + _slots[1140] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1136] = nativeContext.LoadFunction("SDL_WriteS32BE", "SDL3") + : _slots[1140] = nativeContext.LoadFunction("SDL_WriteS32BE", "SDL3") ) )(dst, value); @@ -100922,6 +105242,9 @@ _slots[1136] is not null and var loadedFnPtr public static byte WriteS32BERaw(IOStreamHandle dst, [NativeTypeName("Sint32")] int value) => DllImport.WriteS32BERaw(dst, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS32LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteS32LE(IOStreamHandle dst, [NativeTypeName("Sint32")] int value) => (MaybeBool)(byte)((ISdl)this).WriteS32LERaw(dst, value); @@ -100935,13 +105258,15 @@ public static MaybeBool WriteS32LE( [NativeTypeName("Sint32")] int value ) => DllImport.WriteS32LE(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS32LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteS32LERaw(IOStreamHandle dst, [NativeTypeName("Sint32")] int value) => ( (delegate* unmanaged)( - _slots[1137] is not null and var loadedFnPtr + _slots[1141] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1137] = nativeContext.LoadFunction("SDL_WriteS32LE", "SDL3") + : _slots[1141] = nativeContext.LoadFunction("SDL_WriteS32LE", "SDL3") ) )(dst, value); @@ -100951,6 +105276,9 @@ _slots[1137] is not null and var loadedFnPtr public static byte WriteS32LERaw(IOStreamHandle dst, [NativeTypeName("Sint32")] int value) => DllImport.WriteS32LERaw(dst, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS64BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteS64BE(IOStreamHandle dst, [NativeTypeName("Sint64")] long value) => (MaybeBool)(byte)((ISdl)this).WriteS64BERaw(dst, value); @@ -100964,13 +105292,15 @@ public static MaybeBool WriteS64BE( [NativeTypeName("Sint64")] long value ) => DllImport.WriteS64BE(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS64BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteS64BERaw(IOStreamHandle dst, [NativeTypeName("Sint64")] long value) => ( (delegate* unmanaged)( - _slots[1138] is not null and var loadedFnPtr + _slots[1142] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1138] = nativeContext.LoadFunction("SDL_WriteS64BE", "SDL3") + : _slots[1142] = nativeContext.LoadFunction("SDL_WriteS64BE", "SDL3") ) )(dst, value); @@ -100980,6 +105310,9 @@ _slots[1138] is not null and var loadedFnPtr public static byte WriteS64BERaw(IOStreamHandle dst, [NativeTypeName("Sint64")] long value) => DllImport.WriteS64BERaw(dst, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS64LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteS64LE(IOStreamHandle dst, [NativeTypeName("Sint64")] long value) => (MaybeBool)(byte)((ISdl)this).WriteS64LERaw(dst, value); @@ -100993,13 +105326,15 @@ public static MaybeBool WriteS64LE( [NativeTypeName("Sint64")] long value ) => DllImport.WriteS64LE(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS64LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteS64LERaw(IOStreamHandle dst, [NativeTypeName("Sint64")] long value) => ( (delegate* unmanaged)( - _slots[1139] is not null and var loadedFnPtr + _slots[1143] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1139] = nativeContext.LoadFunction("SDL_WriteS64LE", "SDL3") + : _slots[1143] = nativeContext.LoadFunction("SDL_WriteS64LE", "SDL3") ) )(dst, value); @@ -101009,6 +105344,9 @@ _slots[1139] is not null and var loadedFnPtr public static byte WriteS64LERaw(IOStreamHandle dst, [NativeTypeName("Sint64")] long value) => DllImport.WriteS64LERaw(dst, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteS8(IOStreamHandle dst, [NativeTypeName("Sint8")] sbyte value) => (MaybeBool)(byte)((ISdl)this).WriteS8Raw(dst, value); @@ -101022,13 +105360,15 @@ public static MaybeBool WriteS8( [NativeTypeName("Sint8")] sbyte value ) => DllImport.WriteS8(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteS8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteS8Raw(IOStreamHandle dst, [NativeTypeName("Sint8")] sbyte value) => ( (delegate* unmanaged)( - _slots[1140] is not null and var loadedFnPtr + _slots[1144] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1140] = nativeContext.LoadFunction("SDL_WriteS8", "SDL3") + : _slots[1144] = nativeContext.LoadFunction("SDL_WriteS8", "SDL3") ) )(dst, value); @@ -101038,6 +105378,8 @@ _slots[1140] is not null and var loadedFnPtr public static byte WriteS8Raw(IOStreamHandle dst, [NativeTypeName("Sint8")] sbyte value) => DllImport.WriteS8Raw(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteStorageFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteStorageFile( StorageHandle storage, @@ -101047,9 +105389,9 @@ byte ISdl.WriteStorageFile( ) => ( (delegate* unmanaged)( - _slots[1141] is not null and var loadedFnPtr + _slots[1145] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1141] = nativeContext.LoadFunction("SDL_WriteStorageFile", "SDL3") + : _slots[1145] = nativeContext.LoadFunction("SDL_WriteStorageFile", "SDL3") ) )(storage, path, source, length); @@ -101063,6 +105405,9 @@ public static byte WriteStorageFile( [NativeTypeName("Uint64")] ulong length ) => DllImport.WriteStorageFile(storage, path, source, length); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteStorageFile")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteStorageFile( StorageHandle storage, @@ -101090,6 +105435,8 @@ public static MaybeBool WriteStorageFile( [NativeTypeName("Uint64")] ulong length ) => DllImport.WriteStorageFile(storage, path, source, length); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteSurfacePixel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteSurfacePixel( Surface* surface, @@ -101102,9 +105449,9 @@ byte ISdl.WriteSurfacePixel( ) => ( (delegate* unmanaged)( - _slots[1142] is not null and var loadedFnPtr + _slots[1146] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1142] = nativeContext.LoadFunction("SDL_WriteSurfacePixel", "SDL3") + : _slots[1146] = nativeContext.LoadFunction("SDL_WriteSurfacePixel", "SDL3") ) )(surface, x, y, r, g, b, a); @@ -101121,6 +105468,9 @@ public static byte WriteSurfacePixel( [NativeTypeName("Uint8")] byte a ) => DllImport.WriteSurfacePixel(surface, x, y, r, g, b, a); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteSurfacePixel")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteSurfacePixel( Ref surface, @@ -101153,6 +105503,8 @@ public static MaybeBool WriteSurfacePixel( [NativeTypeName("Uint8")] byte a ) => DllImport.WriteSurfacePixel(surface, x, y, r, g, b, a); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteSurfacePixelFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteSurfacePixelFloat( Surface* surface, @@ -101165,9 +105517,9 @@ float a ) => ( (delegate* unmanaged)( - _slots[1143] is not null and var loadedFnPtr + _slots[1147] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1143] = nativeContext.LoadFunction( + : _slots[1147] = nativeContext.LoadFunction( "SDL_WriteSurfacePixelFloat", "SDL3" ) @@ -101187,6 +105539,9 @@ public static byte WriteSurfacePixelFloat( float a ) => DllImport.WriteSurfacePixelFloat(surface, x, y, r, g, b, a); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteSurfacePixelFloat")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteSurfacePixelFloat( Ref surface, @@ -101219,6 +105574,9 @@ public static MaybeBool WriteSurfacePixelFloat( float a ) => DllImport.WriteSurfacePixelFloat(surface, x, y, r, g, b, a); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU16BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteU16BE(IOStreamHandle dst, [NativeTypeName("Uint16")] ushort value) => (MaybeBool)(byte)((ISdl)this).WriteU16BERaw(dst, value); @@ -101232,13 +105590,15 @@ public static MaybeBool WriteU16BE( [NativeTypeName("Uint16")] ushort value ) => DllImport.WriteU16BE(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU16BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteU16BERaw(IOStreamHandle dst, [NativeTypeName("Uint16")] ushort value) => ( (delegate* unmanaged)( - _slots[1144] is not null and var loadedFnPtr + _slots[1148] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1144] = nativeContext.LoadFunction("SDL_WriteU16BE", "SDL3") + : _slots[1148] = nativeContext.LoadFunction("SDL_WriteU16BE", "SDL3") ) )(dst, value); @@ -101248,6 +105608,9 @@ _slots[1144] is not null and var loadedFnPtr public static byte WriteU16BERaw(IOStreamHandle dst, [NativeTypeName("Uint16")] ushort value) => DllImport.WriteU16BERaw(dst, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU16LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteU16LE(IOStreamHandle dst, [NativeTypeName("Uint16")] ushort value) => (MaybeBool)(byte)((ISdl)this).WriteU16LERaw(dst, value); @@ -101261,13 +105624,15 @@ public static MaybeBool WriteU16LE( [NativeTypeName("Uint16")] ushort value ) => DllImport.WriteU16LE(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU16LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteU16LERaw(IOStreamHandle dst, [NativeTypeName("Uint16")] ushort value) => ( (delegate* unmanaged)( - _slots[1145] is not null and var loadedFnPtr + _slots[1149] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1145] = nativeContext.LoadFunction("SDL_WriteU16LE", "SDL3") + : _slots[1149] = nativeContext.LoadFunction("SDL_WriteU16LE", "SDL3") ) )(dst, value); @@ -101277,6 +105642,9 @@ _slots[1145] is not null and var loadedFnPtr public static byte WriteU16LERaw(IOStreamHandle dst, [NativeTypeName("Uint16")] ushort value) => DllImport.WriteU16LERaw(dst, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU32BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteU32BE(IOStreamHandle dst, [NativeTypeName("Uint32")] uint value) => (MaybeBool)(byte)((ISdl)this).WriteU32BERaw(dst, value); @@ -101290,13 +105658,15 @@ public static MaybeBool WriteU32BE( [NativeTypeName("Uint32")] uint value ) => DllImport.WriteU32BE(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU32BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteU32BERaw(IOStreamHandle dst, [NativeTypeName("Uint32")] uint value) => ( (delegate* unmanaged)( - _slots[1146] is not null and var loadedFnPtr + _slots[1150] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1146] = nativeContext.LoadFunction("SDL_WriteU32BE", "SDL3") + : _slots[1150] = nativeContext.LoadFunction("SDL_WriteU32BE", "SDL3") ) )(dst, value); @@ -101306,6 +105676,9 @@ _slots[1146] is not null and var loadedFnPtr public static byte WriteU32BERaw(IOStreamHandle dst, [NativeTypeName("Uint32")] uint value) => DllImport.WriteU32BERaw(dst, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU32LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteU32LE(IOStreamHandle dst, [NativeTypeName("Uint32")] uint value) => (MaybeBool)(byte)((ISdl)this).WriteU32LERaw(dst, value); @@ -101319,13 +105692,15 @@ public static MaybeBool WriteU32LE( [NativeTypeName("Uint32")] uint value ) => DllImport.WriteU32LE(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU32LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteU32LERaw(IOStreamHandle dst, [NativeTypeName("Uint32")] uint value) => ( (delegate* unmanaged)( - _slots[1147] is not null and var loadedFnPtr + _slots[1151] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1147] = nativeContext.LoadFunction("SDL_WriteU32LE", "SDL3") + : _slots[1151] = nativeContext.LoadFunction("SDL_WriteU32LE", "SDL3") ) )(dst, value); @@ -101335,6 +105710,9 @@ _slots[1147] is not null and var loadedFnPtr public static byte WriteU32LERaw(IOStreamHandle dst, [NativeTypeName("Uint32")] uint value) => DllImport.WriteU32LERaw(dst, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU64BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteU64BE(IOStreamHandle dst, [NativeTypeName("Uint64")] ulong value) => (MaybeBool)(byte)((ISdl)this).WriteU64BERaw(dst, value); @@ -101348,13 +105726,15 @@ public static MaybeBool WriteU64BE( [NativeTypeName("Uint64")] ulong value ) => DllImport.WriteU64BE(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU64BE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteU64BERaw(IOStreamHandle dst, [NativeTypeName("Uint64")] ulong value) => ( (delegate* unmanaged)( - _slots[1148] is not null and var loadedFnPtr + _slots[1152] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1148] = nativeContext.LoadFunction("SDL_WriteU64BE", "SDL3") + : _slots[1152] = nativeContext.LoadFunction("SDL_WriteU64BE", "SDL3") ) )(dst, value); @@ -101364,6 +105744,9 @@ _slots[1148] is not null and var loadedFnPtr public static byte WriteU64BERaw(IOStreamHandle dst, [NativeTypeName("Uint64")] ulong value) => DllImport.WriteU64BERaw(dst, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU64LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteU64LE(IOStreamHandle dst, [NativeTypeName("Uint64")] ulong value) => (MaybeBool)(byte)((ISdl)this).WriteU64LERaw(dst, value); @@ -101377,13 +105760,15 @@ public static MaybeBool WriteU64LE( [NativeTypeName("Uint64")] ulong value ) => DllImport.WriteU64LE(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU64LE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteU64LERaw(IOStreamHandle dst, [NativeTypeName("Uint64")] ulong value) => ( (delegate* unmanaged)( - _slots[1149] is not null and var loadedFnPtr + _slots[1153] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1149] = nativeContext.LoadFunction("SDL_WriteU64LE", "SDL3") + : _slots[1153] = nativeContext.LoadFunction("SDL_WriteU64LE", "SDL3") ) )(dst, value); @@ -101393,6 +105778,9 @@ _slots[1149] is not null and var loadedFnPtr public static byte WriteU64LERaw(IOStreamHandle dst, [NativeTypeName("Uint64")] ulong value) => DllImport.WriteU64LERaw(dst, value); + [return: NativeTypeName("bool")] + [Transformed] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] MaybeBool ISdl.WriteU8(IOStreamHandle dst, [NativeTypeName("Uint8")] byte value) => (MaybeBool)(byte)((ISdl)this).WriteU8Raw(dst, value); @@ -101406,13 +105794,15 @@ public static MaybeBool WriteU8( [NativeTypeName("Uint8")] byte value ) => DllImport.WriteU8(dst, value); + [return: NativeTypeName("bool")] + [NativeFunction("SDL3", EntryPoint = "SDL_WriteU8")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] byte ISdl.WriteU8Raw(IOStreamHandle dst, [NativeTypeName("Uint8")] byte value) => ( (delegate* unmanaged)( - _slots[1150] is not null and var loadedFnPtr + _slots[1154] is not null and var loadedFnPtr ? loadedFnPtr - : _slots[1150] = nativeContext.LoadFunction("SDL_WriteU8", "SDL3") + : _slots[1154] = nativeContext.LoadFunction("SDL_WriteU8", "SDL3") ) )(dst, value); diff --git a/sources/SDL/SDL/SDL3/StorageInterface.gen.cs b/sources/SDL/SDL/SDL3/StorageInterface.gen.cs index 5158456caf..8bfb6ab1bf 100644 --- a/sources/SDL/SDL/SDL3/StorageInterface.gen.cs +++ b/sources/SDL/SDL/SDL3/StorageInterface.gen.cs @@ -12,36 +12,38 @@ public unsafe partial struct StorageInterface [NativeTypeName("Uint32")] public uint Version; - [NativeTypeName("bool (*)(void *)")] + [NativeTypeName("bool (*)(void *) __attribute__((cdecl))")] public StorageInterfaceClose Close; - [NativeTypeName("bool (*)(void *)")] + [NativeTypeName("bool (*)(void *) __attribute__((cdecl))")] public StorageInterfaceReady Ready; - [NativeTypeName("bool (*)(void *, const char *, SDL_EnumerateDirectoryCallback, void *)")] + [NativeTypeName( + "bool (*)(void *, const char *, SDL_EnumerateDirectoryCallback, void *) __attribute__((cdecl))" + )] public StorageInterfaceEnumerate Enumerate; - [NativeTypeName("bool (*)(void *, const char *, SDL_PathInfo *)")] + [NativeTypeName("bool (*)(void *, const char *, SDL_PathInfo *) __attribute__((cdecl))")] public StorageInterfaceInfo Info; - [NativeTypeName("bool (*)(void *, const char *, void *, Uint64)")] + [NativeTypeName("bool (*)(void *, const char *, void *, Uint64) __attribute__((cdecl))")] public StorageInterfaceReadFile ReadFile; - [NativeTypeName("bool (*)(void *, const char *, const void *, Uint64)")] + [NativeTypeName("bool (*)(void *, const char *, const void *, Uint64) __attribute__((cdecl))")] public StorageInterfaceWriteFile WriteFile; - [NativeTypeName("bool (*)(void *, const char *)")] + [NativeTypeName("bool (*)(void *, const char *) __attribute__((cdecl))")] public StorageInterfaceMkdir Mkdir; - [NativeTypeName("bool (*)(void *, const char *)")] + [NativeTypeName("bool (*)(void *, const char *) __attribute__((cdecl))")] public StorageInterfaceRemove Remove; - [NativeTypeName("bool (*)(void *, const char *, const char *)")] + [NativeTypeName("bool (*)(void *, const char *, const char *) __attribute__((cdecl))")] public StorageInterfaceRename Rename; - [NativeTypeName("bool (*)(void *, const char *, const char *)")] + [NativeTypeName("bool (*)(void *, const char *, const char *) __attribute__((cdecl))")] public StorageInterfaceCopy Copy; - [NativeTypeName("Uint64 (*)(void *)")] + [NativeTypeName("Uint64 (*)(void *) __attribute__((cdecl))")] public StorageInterfaceSpaceRemaining SpaceRemaining; } diff --git a/sources/SDL/SDL/SDL3/SystemCursor.gen.cs b/sources/SDL/SDL/SDL3/SystemCursor.gen.cs index b570743ffb..fc56a27b17 100644 --- a/sources/SDL/SDL/SDL3/SystemCursor.gen.cs +++ b/sources/SDL/SDL/SDL3/SystemCursor.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum SystemCursor : uint +public enum SystemCursor { Default, Text, diff --git a/sources/SDL/SDL/SDL3/SystemTheme.gen.cs b/sources/SDL/SDL/SDL3/SystemTheme.gen.cs index 069b6e2596..ddc0a79ba1 100644 --- a/sources/SDL/SDL/SDL3/SystemTheme.gen.cs +++ b/sources/SDL/SDL/SDL3/SystemTheme.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum SystemTheme : uint +public enum SystemTheme { Unknown, Light, diff --git a/sources/SDL/SDL/SDL3/TextInputType.gen.cs b/sources/SDL/SDL/SDL3/TextInputType.gen.cs index ebc372d284..70ded97461 100644 --- a/sources/SDL/SDL/SDL3/TextInputType.gen.cs +++ b/sources/SDL/SDL/SDL3/TextInputType.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum TextInputType : uint +public enum TextInputType { Text, TextName, diff --git a/sources/SDL/SDL/SDL3/TextureAccess.gen.cs b/sources/SDL/SDL/SDL3/TextureAccess.gen.cs index 18b737af31..c218330e64 100644 --- a/sources/SDL/SDL/SDL3/TextureAccess.gen.cs +++ b/sources/SDL/SDL/SDL3/TextureAccess.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum TextureAccess : uint +public enum TextureAccess { Static, Streaming, diff --git a/sources/SDL/SDL/SDL3/ThreadPriority.gen.cs b/sources/SDL/SDL/SDL3/ThreadPriority.gen.cs index 2450b1087b..8440ebb73a 100644 --- a/sources/SDL/SDL/SDL3/ThreadPriority.gen.cs +++ b/sources/SDL/SDL/SDL3/ThreadPriority.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum ThreadPriority : uint +public enum ThreadPriority { Low, Normal, diff --git a/sources/SDL/SDL/SDL3/ThreadState.gen.cs b/sources/SDL/SDL/SDL3/ThreadState.gen.cs index 2e4eca3e9a..dff24e5e35 100644 --- a/sources/SDL/SDL/SDL3/ThreadState.gen.cs +++ b/sources/SDL/SDL/SDL3/ThreadState.gen.cs @@ -8,8 +8,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum ThreadState : uint +public enum ThreadState { Unknown, Alive, diff --git a/sources/SDL/SDL/SDL3/TimeFormat.gen.cs b/sources/SDL/SDL/SDL3/TimeFormat.gen.cs index f7a0af6d45..02d46178d7 100644 --- a/sources/SDL/SDL/SDL3/TimeFormat.gen.cs +++ b/sources/SDL/SDL/SDL3/TimeFormat.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum TimeFormat : uint +public enum TimeFormat { Format24Hr = 0, Format12Hr = 1, diff --git a/sources/SDL/SDL/SDL3/TransferCharacteristics.gen.cs b/sources/SDL/SDL/SDL3/TransferCharacteristics.gen.cs index 541d90b0a5..19de9119c4 100644 --- a/sources/SDL/SDL/SDL3/TransferCharacteristics.gen.cs +++ b/sources/SDL/SDL/SDL3/TransferCharacteristics.gen.cs @@ -7,8 +7,7 @@ namespace Silk.NET.SDL; -[NativeTypeName("unsigned int")] -public enum TransferCharacteristics : uint +public enum TransferCharacteristics { Unknown = 0, Bt709 = 1, diff --git a/sources/SDL/SDL/SDL3/VirtualJoystickDesc.gen.cs b/sources/SDL/SDL/SDL3/VirtualJoystickDesc.gen.cs index 70041f1a91..e87aa493eb 100644 --- a/sources/SDL/SDL/SDL3/VirtualJoystickDesc.gen.cs +++ b/sources/SDL/SDL/SDL3/VirtualJoystickDesc.gen.cs @@ -61,27 +61,27 @@ public unsafe partial struct VirtualJoystickDesc public VirtualJoystickSensorDesc* Sensors; public void* Userdata; - [NativeTypeName("void (*)(void *)")] + [NativeTypeName("void (*)(void *) __attribute__((cdecl))")] public VirtualJoystickDescUpdate Update; - [NativeTypeName("void (*)(void *, int)")] + [NativeTypeName("void (*)(void *, int) __attribute__((cdecl))")] public VirtualJoystickDescSetPlayerIndex SetPlayerIndex; - [NativeTypeName("bool (*)(void *, Uint16, Uint16)")] + [NativeTypeName("bool (*)(void *, Uint16, Uint16) __attribute__((cdecl))")] public VirtualJoystickDescRumble Rumble; - [NativeTypeName("bool (*)(void *, Uint16, Uint16)")] + [NativeTypeName("bool (*)(void *, Uint16, Uint16) __attribute__((cdecl))")] public VirtualJoystickDescRumbleTriggers RumbleTriggers; - [NativeTypeName("bool (*)(void *, Uint8, Uint8, Uint8)")] + [NativeTypeName("bool (*)(void *, Uint8, Uint8, Uint8) __attribute__((cdecl))")] public VirtualJoystickDescSetLED SetLED; - [NativeTypeName("bool (*)(void *, const void *, int)")] + [NativeTypeName("bool (*)(void *, const void *, int) __attribute__((cdecl))")] public VirtualJoystickDescSendEffect SendEffect; - [NativeTypeName("bool (*)(void *, bool)")] + [NativeTypeName("bool (*)(void *, bool) __attribute__((cdecl))")] public VirtualJoystickDescSetSensorsEnabled SetSensorsEnabled; - [NativeTypeName("void (*)(void *)")] + [NativeTypeName("void (*)(void *) __attribute__((cdecl))")] public VirtualJoystickDescCleanup Cleanup; } diff --git a/sources/SDL/SDL/Sdl.gen.cs b/sources/SDL/SDL/Sdl.gen.cs index 4b5e6ebc71..99073b261c 100644 --- a/sources/SDL/SDL/Sdl.gen.cs +++ b/sources/SDL/SDL/Sdl.gen.cs @@ -12,7 +12,7 @@ namespace Silk.NET.SDL; partial class Sdl(INativeContext nativeContext) : IDisposable { - public partial class DllImport + public partial class DllImport : ISdl.Static { static DllImport() => LoaderInterface.RegisterHook(Assembly.GetExecutingAssembly()); } @@ -25,7 +25,7 @@ public partial class ThisThread : ISdl.Static public static void MakeCurrent(ISdl ctx) => Underlying.Value = ctx; } - private readonly unsafe void*[] _slots = new void*[1151]; + private readonly unsafe void*[] _slots = new void*[1155]; public static ISdl Instance { get; } = new StaticWrapper(); public static ISdl Create() => Instance; diff --git a/sources/SilkTouch/SilkTouch/Clang/WindowsStdIncludeResolver.cs b/sources/SilkTouch/SilkTouch/Clang/WindowsStdIncludeResolver.cs index 21638c0b02..3553dcf0a7 100644 --- a/sources/SilkTouch/SilkTouch/Clang/WindowsStdIncludeResolver.cs +++ b/sources/SilkTouch/SilkTouch/Clang/WindowsStdIncludeResolver.cs @@ -37,6 +37,6 @@ public virtual IEnumerable GetStandardIncludes() } _logger.LogWarning("Failed to resolve VS, but OS is Windows!"); - return Enumerable.Empty(); + return []; } } diff --git a/sources/SilkTouch/SilkTouch/JobDependencies.cs b/sources/SilkTouch/SilkTouch/JobDependencies.cs index 5c51d3341c..1b468f1156 100644 --- a/sources/SilkTouch/SilkTouch/JobDependencies.cs +++ b/sources/SilkTouch/SilkTouch/JobDependencies.cs @@ -28,6 +28,6 @@ public IEnumerable Get(string? key) => : null ) .OfType() - : Enumerable.Empty(); + : []; } } diff --git a/sources/SilkTouch/SilkTouch/Mods/AddIncludes.cs b/sources/SilkTouch/SilkTouch/Mods/AddIncludes.cs index 97aea64869..11de1ecadb 100644 --- a/sources/SilkTouch/SilkTouch/Mods/AddIncludes.cs +++ b/sources/SilkTouch/SilkTouch/Mods/AddIncludes.cs @@ -63,27 +63,18 @@ public async Task> BeforeScrapeAsync(string key, List $"--include-directory={x}") - ?? Enumerable.Empty() - ); - cmdLineArgs.AddRange( - cfg.AdditionalIncludes?.Select(x => $"--include-directory={x}") - ?? Enumerable.Empty() - ); + + cmdLineArgs.InsertRange(0, cfg.PriorityIncludes?.Select(x => $"--include-directory={x}") ?? []); + cmdLineArgs.AddRange(cfg.AdditionalIncludes?.Select(x => $"--include-directory={x}") ?? []); + if (!cfg.SuppressStdIncludes) { cmdLineArgs.AddRange(stdResolver.GetStandardIncludes()); } var matcher = new Matcher(); - matcher.AddIncludePatterns( - cfg.RemoveMatchingIncludes?.Where(x => x[0] != '!') ?? Enumerable.Empty() - ); - matcher.AddExcludePatterns( - cfg.RemoveMatchingIncludes?.Where(x => x[0] == '!') ?? Enumerable.Empty() - ); + matcher.AddIncludePatterns(cfg.RemoveMatchingIncludes?.Where(x => x[0] != '!') ?? []); + matcher.AddExcludePatterns(cfg.RemoveMatchingIncludes?.Where(x => x[0] == '!') ?? []); for (var j = 0; j < cmdLineArgs.Count; j++) { string? path = null; diff --git a/sources/SilkTouch/SilkTouch/Mods/AddVTables.cs b/sources/SilkTouch/SilkTouch/Mods/AddVTables.cs index e4c907671d..e1ad5d8d85 100644 --- a/sources/SilkTouch/SilkTouch/Mods/AddVTables.cs +++ b/sources/SilkTouch/SilkTouch/Mods/AddVTables.cs @@ -751,9 +751,7 @@ out var callConv || !node.Modifiers.Any(SyntaxKind.StaticKeyword) || ( (node.Body is not null || node.ExpressionBody is not null) - && !node.AttributeLists.Any(x => - x.Attributes.Any(y => y.IsAttribute("Silk.NET.Core.Transformed")) - ) + && !node.AttributeLists.ContainsAttribute("Silk.NET.Core.Transformed") ) || parent is null ) @@ -779,13 +777,9 @@ out var callConv x.WithAttributes( SeparatedList( x.Attributes.Where(y => - !y.IsAttribute( - "System.Runtime.InteropServices.DllImport" - ) + !y.IsAttribute("System.Runtime.InteropServices.DllImport") && !y.IsAttribute("Silk.NET.Core.NativeFunction") - && !y.IsAttribute( - "System.Runtime.CompilerServices.MethodImpl" - ) + && !y.IsAttribute("System.Runtime.CompilerServices.MethodImpl") ) ) ) diff --git a/sources/SilkTouch/SilkTouch/Mods/Bakery/DefaultBakeStrategy.cs b/sources/SilkTouch/SilkTouch/Mods/Bakery/DefaultBakeStrategy.cs index e11aac3239..40d609aeda 100644 --- a/sources/SilkTouch/SilkTouch/Mods/Bakery/DefaultBakeStrategy.cs +++ b/sources/SilkTouch/SilkTouch/Mods/Bakery/DefaultBakeStrategy.cs @@ -80,7 +80,7 @@ public virtual MemberDeclarationSyntax BakeMember( ty.BaseList.Types.Concat( ((BaseTypeDeclarationSyntax)existing.Value.Syntax) .BaseList - ?.Types ?? Enumerable.Empty() + ?.Types ?? [] ) .DistinctBy(x => x.ToString()) ) @@ -197,9 +197,7 @@ node is BaseMethodDeclarationSyntax meth node.AttributeLists.Select(x => x.WithAttributes( SeparatedList( - x.Attributes.Where(y => - y.IsAttribute("Silk.NET.Core.SupportedApiAttribute") - ) + x.Attributes.Where(y => y.IsAttribute("Silk.NET.Core.SupportedApiAttribute")) ) ) ) diff --git a/sources/SilkTouch/SilkTouch/Mods/Common/AttributeUtils.cs b/sources/SilkTouch/SilkTouch/Mods/Common/AttributeUtils.cs new file mode 100644 index 0000000000..33dd125185 --- /dev/null +++ b/sources/SilkTouch/SilkTouch/Mods/Common/AttributeUtils.cs @@ -0,0 +1,490 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System.Diagnostics.CodeAnalysis; +using System.Runtime.InteropServices; +using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis.CSharp; +using Microsoft.CodeAnalysis.CSharp.Syntax; +using Silk.NET.SilkTouch.Naming; +using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; + +namespace Silk.NET.SilkTouch.Mods; + +/// +/// Common utilities related to manipulating attributes. +/// +public static class AttributeUtils +{ + /// + /// Determines (naively) whether the given attribute syntax represents the specified attribute. + /// + /// The attribute syntax to check. + /// + /// The fully-qualified attribute name including the namespace but without the Attribute suffix. + /// + /// Whether it is probably the specified attribute. + public static bool IsAttribute(this AttributeSyntax node, string fullNameWithoutSuffix) + { + var sep = node.Name.ToString().Split("::").Last(); + var name = fullNameWithoutSuffix.Split('.').Last(); + return sep == name + || sep == $"{name}Attribute" + || sep.EndsWith(fullNameWithoutSuffix) + || sep.EndsWith($"{fullNameWithoutSuffix}Attribute"); + } + + /// + /// Checks whether the given attribute syntax lists contains the specified attribute. + /// + /// The attribute syntax lists to check. + /// + /// The fully-qualified attribute name including the namespace but without the Attribute suffix. + /// + public static bool ContainsAttribute(this IEnumerable attributeLists, string fullNameWithoutSuffix) => + attributeLists.Any(list => list.Attributes.Any(attribute => attribute.IsAttribute(fullNameWithoutSuffix))); + + /// + /// Modifies the s the method may have to make them resistant to method identifier + /// changes. + /// + /// The original method. + /// The modified method. + public static MethodDeclarationSyntax WithRenameSafeAttributeLists( + this MethodDeclarationSyntax node + ) => + node.WithAttributeLists( + List( + node.AttributeLists.Select(x => + x.WithAttributes( + SeparatedList( + x.Attributes.Select(y => + y.IsAttribute("System.Runtime.InteropServices.DllImport") + && ( + y.ArgumentList?.Arguments.All(z => + z.NameEquals?.Name.ToString() != "EntryPoint" + ) ?? true + ) + ? y.AddArgumentListArguments( + AttributeArgument( + LiteralExpression( + SyntaxKind.StringLiteralExpression, + Literal(node.Identifier.ToString()) + ) + ) + .WithNameEquals(NameEquals("EntryPoint")) + ) + : y + ) + ) + ) + ) + ) + ); + + /// + /// Adds to the given 's attribute lists. + /// + /// The method. + /// The modified method. + public static MethodDeclarationSyntax AddMaxOpt(this MethodDeclarationSyntax meth) => + meth.AddAttributeLists(MaxOpt); + + /// + /// Gets the library name and entry-point for the given attribute list, or returns false if this is not a native + /// interop function. + /// + /// The attribute lists. + /// The library name. + /// The entry-point. + /// The calling convention (if any). + /// Whether the native function info was found. + public static bool GetNativeFunctionInfo( + this IEnumerable attrLists, + [NotNullWhen(true)] out string? libraryName, + out string? entryPoint, + out string? callConv + ) + { + foreach ( + var attr in from attrList in attrLists + from attr in attrList.Attributes + where + attr.IsAttribute("System.Runtime.InteropServices.DllImport") + || attr.IsAttribute("Silk.NET.Core.NativeFunction") + select attr + ) + { + libraryName = + (attr.ArgumentList?.Arguments.First().Expression as LiteralExpressionSyntax) + ?.Token + .ValueText + ?? throw new InvalidOperationException("DllImport was found but was not valid"); + entryPoint = ( + attr.ArgumentList?.Arguments.FirstOrDefault(x => + x.NameEquals is not null + && x.NameEquals.Name.ToString() == nameof(DllImportAttribute.EntryPoint) + )?.Expression as LiteralExpressionSyntax + ) + ?.Token + .ValueText; + callConv = ( + attr.ArgumentList?.Arguments.FirstOrDefault(x => + x.NameEquals is not null + && x.NameEquals.Name.ToString() == nameof(DllImportAttribute.CallingConvention) + )?.Expression as MemberAccessExpressionSyntax + )?.Name.ToString(); + return true; + } + + libraryName = entryPoint = callConv = null; + return false; + } + + /// + /// Adds a NativeFunctionAttribute if a is present on the + /// . + /// + /// The method to modify. + /// The original method. + /// The (possibly) modified method. + /// If a DllImportAttribute was found but wasn't valid. + public static MethodDeclarationSyntax AddNativeFunction( + this MethodDeclarationSyntax meth, + MethodDeclarationSyntax original + ) + { + if ( + original.AttributeLists.GetNativeFunctionInfo( + out var libName, + out var entryPoint, + out _ + ) + ) + { + return meth.AddAttributeLists( + AttributeList( + SingletonSeparatedList( + Attribute(IdentifierName("NativeFunction")) + .WithArgumentList( + AttributeArgumentList( + SeparatedList( + new[] + { + AttributeArgument( + LiteralExpression( + SyntaxKind.StringLiteralExpression, + Literal(libName) + ) + ), + AttributeArgument( + LiteralExpression( + SyntaxKind.StringLiteralExpression, + Literal( + entryPoint ?? meth.Identifier.ToString() + ) + ) + ) + .WithNameEquals(NameEquals("EntryPoint")), + } + ) + ) + ) + ) + ) + ); + } + + return meth; + } + + /// + /// Adds a name prefix attribute to the given attribute list. + /// + /// + /// See for what the parameters do. + /// + public static SyntaxList AddNamePrefix(this IEnumerable attributeLists, string prefix, int order, int discriminatorPriority = -1) + => attributeLists.AddNamePrefixOrSuffix("Prefix", prefix, order, discriminatorPriority); + + /// + /// Adds a name suffix attribute to the given attribute list. + /// + /// + /// See for what the parameters do. + /// + public static SyntaxList AddNameSuffix(this IEnumerable attributeLists, string suffix, int order, int discriminatorPriority = -1) + => attributeLists.AddNamePrefixOrSuffix("Suffix", suffix, order, discriminatorPriority); + + private static SyntaxList AddNamePrefixOrSuffix(this IEnumerable attributeLists, string type, string affix, int order, int discriminatorPriority) + { + var typeArgument = AttributeArgument(LiteralExpression(SyntaxKind.StringLiteralExpression, Literal($"\"{type}\"", type))); + var affixArgument = AttributeArgument(LiteralExpression(SyntaxKind.StringLiteralExpression, Literal($"\"{affix}\"", affix))); + var orderArgument = AttributeArgument(LiteralExpression(SyntaxKind.NumericLiteralExpression, Literal(order))); + var discriminatorPriorityArgument = AttributeArgument(LiteralExpression(SyntaxKind.NumericLiteralExpression, Literal(discriminatorPriority))); + var argumentList = AttributeArgumentList([typeArgument, affixArgument, orderArgument, discriminatorPriorityArgument]); + + var attribute = AttributeList([ + Attribute(IdentifierName("NameAffix"), argumentList), + ]); + + return [ + // Add attribute to the top of the attribute lists + // This is important and ensures that affixes added later are applied first + // Affixes that are added later are usually affixes on the inside of the name + // This ensures we apply affixes of the same priority starting from the inside first + attribute, + ..attributeLists, + ]; + } + + /// + /// Gets the native name or returns the specified default. + /// + /// + /// The default usually should be the node's identifier. + /// + public static string GetNativeNameOrDefault(this IEnumerable attributeLists, SyntaxToken identifier) + { + if (TryGetNativeName(attributeLists, out var nativeName)) + { + return nativeName; + } + + return identifier.ToString(); + } + + /// + /// Gets the native name or returns the specified default. + /// + /// + /// The default usually should be the node's identifier. + /// + public static string GetNativeNameOrDefault(this IEnumerable attributeLists, string defaultName) + { + if (TryGetNativeName(attributeLists, out var nativeName)) + { + return nativeName; + } + + return defaultName; + } + + /// + /// Gets the value of the native name attribute from the given attribute list. + /// + public static bool TryGetNativeName(this IEnumerable attributeLists, [NotNullWhen(true)] out string? nativeName) + { + var nativeNameAttribute = attributeLists.SelectMany(list => list.Attributes).FirstOrDefault(attribute => attribute.IsAttribute("Silk.NET.Core.NativeName")); + if (nativeNameAttribute == null) + { + nativeName = null; + return false; + } + + var arg = nativeNameAttribute.ArgumentList?.Arguments[0]; + nativeName = (arg?.Expression as LiteralExpressionSyntax)?.Token.Value as string; + + return nativeName != null; + } + + /// + /// Sets or replaces the native name attribute in the given attribute list. + /// + public static SyntaxList WithNativeName(this IEnumerable attributeLists, string nativeName) + { + var nativeNameAttribute = AttributeList([ + Attribute( + IdentifierName("NativeName"), + AttributeArgumentList([ + AttributeArgument(LiteralExpression(SyntaxKind.StringLiteralExpression, Literal($"\"{nativeName}\"", nativeName))), + ])), + ]); + + return List(attributeLists.Select(list => { + var attributes = list.Attributes; + attributes = [..attributes.Where(attribute => !attribute.IsAttribute("Silk.NET.Core.NativeName"))]; + + return attributes.Count == 0 ? null : list.WithAttributes(attributes); + }) + .Where(list => list != null) + .Cast() + .Prepend(nativeNameAttribute)); + } + + /// + /// Retrieves the native type name within the given attribute list. + /// + /// The attributes. + /// The required attribute target/context. + /// The native type name. + public static string? GetNativeTypeName( + this IEnumerable attrs, + SyntaxKind? requireContext = null + ) => + attrs + .SelectMany(x => + (x.Target is null && requireContext is null) + || (requireContext is { } rc && (x.Target?.Identifier.IsKind(rc) ?? false)) + ? x.Attributes + : [] + ) + .FirstOrDefault(x => x.IsAttribute("Silk.NET.Core.NativeTypeName")) + ?.ArgumentList?.Arguments.Select(x => + x.Expression.IsKind(SyntaxKind.StringLiteralExpression) + ? (x.Expression as LiteralExpressionSyntax)?.Token.Value + : null + ) + .OfType() + .FirstOrDefault(); + + /// + /// Gets the native element type name indicated by the given attributes. + /// + /// The attributes. + /// The parsed native type info. Invalid if this method returns false. + /// Whether the type name was successfully parsed. + /// + /// This does not handle all of the possible cases. + /// + public static bool TryParseNativeTypeName( + this IEnumerable attrs, + out NativeTypeNameInfo info + ) + { + var nativeTypeNameString = attrs.GetNativeTypeName(); + var nativeTypeName = nativeTypeNameString.AsSpan(); + if (nativeTypeName.Length == 0) + { + // Name does not exist + info = default; + return false; + } + + switch (nativeTypeName) + { + // Handle case: "#define NAME VALUE" + case {} when nativeTypeName.StartsWith("#define "): + { + // Trim off the #define + var nativeTypeSpan = nativeTypeName["#define ".Length..].Trim(); + + var indexOfFirstSpace = nativeTypeSpan.IndexOf(' '); + if (indexOfFirstSpace < 0) + { + info = new NativeTypeNameInfo() + { + Name = nativeTypeName.ToString(), + Value = null, + IndirectionLevels = 0, + IsDefine = true, + IsConst = true, + }; + + return true; + } + + var name = nativeTypeSpan[..indexOfFirstSpace]; + var value = nativeTypeSpan[indexOfFirstSpace..]; + + info = new NativeTypeNameInfo() + { + Name = name.ToString(), + Value = value.ToString(), + IndirectionLevels = 0, + IsDefine = true, + IsConst = true, + }; + + return true; + } + + // Handle cases: "const NAME **", "NAME **" + case {}: + { + // Trim off the const + var isConst = false; + if (nativeTypeName.StartsWith("const ")) + { + nativeTypeName = nativeTypeName["const ".Length..].Trim(); + isConst = true; + } + + // Isolate the name + var indirectionLevels = nativeTypeName.Count('*'); + if (nativeTypeName.IndexOf('*') is not -1 and var idx) + { + nativeTypeName = nativeTypeName[..idx]; + } + nativeTypeName = nativeTypeName.Trim(); + + if (nativeTypeName.ContainsAnyExcept(NameUtils.IdentifierChars)) + { + // Unsupported format + // Eg: const uint32_t[8] + info = default; + return false; + } + + info = new NativeTypeNameInfo() + { + Name = nativeTypeName.ToString(), + Value = null, + IndirectionLevels = indirectionLevels, + IsDefine = false, + IsConst = isConst, + }; + + return true; + } + } + } + + /// + /// Gets a native type name for a parameter. + /// + /// The parameter. + /// The native type name. + public static string? GetNativeTypeName(this ParameterSyntax syntax) => + syntax.AttributeLists.GetNativeTypeName(); + + /// + /// Gets a native type name for the return type of a method. + /// + /// The method. + /// The native type name. + public static string? GetNativeReturnTypeName(this BaseMethodDeclarationSyntax syntax) => + syntax.AttributeLists.GetNativeTypeName(SyntaxKind.ReturnKeyword); + + /// + /// Gets an attribute list representing a with + /// and + /// set. + /// + public static readonly AttributeListSyntax MaxOpt = AttributeList( + SingletonSeparatedList( + Attribute(IdentifierName("MethodImpl")) + .WithArgumentList( + AttributeArgumentList( + SingletonSeparatedList( + AttributeArgument( + BinaryExpression( + SyntaxKind.BitwiseOrExpression, + MemberAccessExpression( + SyntaxKind.SimpleMemberAccessExpression, + IdentifierName("MethodImplOptions"), + IdentifierName("AggressiveInlining") + ), + MemberAccessExpression( + SyntaxKind.SimpleMemberAccessExpression, + IdentifierName("MethodImplOptions"), + IdentifierName("AggressiveOptimization") + ) + ) + ) + ) + ) + ) + ) + ); +} diff --git a/sources/SilkTouch/SilkTouch/Mods/Common/ModCSharpSyntaxRewriter.cs b/sources/SilkTouch/SilkTouch/Mods/Common/ModCSharpSyntaxRewriter.cs index 1ab4436420..1e6cf120f8 100644 --- a/sources/SilkTouch/SilkTouch/Mods/Common/ModCSharpSyntaxRewriter.cs +++ b/sources/SilkTouch/SilkTouch/Mods/Common/ModCSharpSyntaxRewriter.cs @@ -95,10 +95,7 @@ public static SyntaxList GetUsings( .WithLeadingTrivia( usingsToAdd .Select(y => y.Value.GetLeadingTrivia()) - .Concat( - comp?.Members.Select(y => y.GetLeadingTrivia()) - ?? Enumerable.Empty() - ) + .Concat(comp?.Members.Select(y => y.GetLeadingTrivia()) ?? []) .OrderByDescending(y => y.Count(z => z.Kind() diff --git a/sources/SilkTouch/SilkTouch/Mods/Common/ModLoader.cs b/sources/SilkTouch/SilkTouch/Mods/Common/ModLoader.cs index 86fe871a66..8556bd7539 100644 --- a/sources/SilkTouch/SilkTouch/Mods/Common/ModLoader.cs +++ b/sources/SilkTouch/SilkTouch/Mods/Common/ModLoader.cs @@ -32,6 +32,8 @@ public class ModLoader nameof(ClangScraper) => typeof(ClangScraper), nameof(ChangeNativeClass) => typeof(ChangeNativeClass), nameof(InterceptNativeFunctions) => typeof(InterceptNativeFunctions), + nameof(MarkNativeNames) => typeof(MarkNativeNames), + nameof(StripAttributes) => typeof(StripAttributes), _ => null, }; } diff --git a/sources/SilkTouch/SilkTouch/Mods/Common/ModUtils.cs b/sources/SilkTouch/SilkTouch/Mods/Common/ModUtils.cs index eb5b2180b5..cbdb8ee0c2 100644 --- a/sources/SilkTouch/SilkTouch/Mods/Common/ModUtils.cs +++ b/sources/SilkTouch/SilkTouch/Mods/Common/ModUtils.cs @@ -1,16 +1,9 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics; -using System.Diagnostics.CodeAnalysis; -using System.IO; -using System.Linq; -using System.Runtime.InteropServices; +using System.Diagnostics; using System.Text.RegularExpressions; using ClangSharp; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; -using Silk.NET.SilkTouch.Naming; using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; namespace Silk.NET.SilkTouch.Mods; @@ -133,7 +126,7 @@ public static string DiscrimStr( ) => (modifiers?.Any(SyntaxKind.StaticKeyword) ?? false ? "static " : string.Empty) + $"{DiscrimStr(modifiers, returnType)} {identifier}{tParams}" - + $"({string.Join(", ", @params?.Select(DiscrimStr) ?? Enumerable.Empty())})"; + + $"({string.Join(", ", @params?.Select(DiscrimStr) ?? [])})"; /// /// Gets a string that can be used to discriminate a function-like element for baking purposes. @@ -160,44 +153,6 @@ public static string DiscrimStr( public static string DiscrimStr(BaseParameterSyntax param) => DiscrimStr(param.Modifiers, param.Type); - /// - /// Modifies the s the method may have to make them resistant to method identifier - /// changes. - /// - /// The original method. - /// The modified method. - public static MethodDeclarationSyntax WithRenameSafeAttributeLists( - this MethodDeclarationSyntax node - ) => - node.WithAttributeLists( - List( - node.AttributeLists.Select(x => - x.WithAttributes( - SeparatedList( - x.Attributes.Select(y => - y.IsAttribute("System.Runtime.InteropServices.DllImport") - && ( - y.ArgumentList?.Arguments.All(z => - z.NameEquals?.Name.ToString() != "EntryPoint" - ) ?? true - ) - ? y.AddArgumentListArguments( - AttributeArgument( - LiteralExpression( - SyntaxKind.StringLiteralExpression, - Literal(node.Identifier.ToString()) - ) - ) - .WithNameEquals(NameEquals("EntryPoint")) - ) - : y - ) - ) - ) - ) - ) - ); - /// /// Gets the relative path for this document. /// @@ -525,284 +480,6 @@ this PInvokeGeneratorConfiguration cfg return options; } - /// - /// Determines (naively) whether the given attribute syntax represents the specified attribute. - /// - /// The attribute syntax. - /// - /// The fully-qualified attribute name including the namespace but without the Attribute suffix. - /// - /// Whether it is probably the specified attribute. - public static bool IsAttribute(this AttributeSyntax node, string fullNameWithoutSuffix) - { - var sep = node.Name.ToString().Split("::").Last(); - var name = fullNameWithoutSuffix.Split('.').Last(); - return sep == name - || sep == $"{name}Attribute" - || sep.EndsWith(fullNameWithoutSuffix) - || sep.EndsWith($"{fullNameWithoutSuffix}Attribute"); - } - - /// - /// Adds to the given 's attribute lists. - /// - /// The method. - /// The modified method. - public static MethodDeclarationSyntax AddMaxOpt(this MethodDeclarationSyntax meth) => - meth.AddAttributeLists(MaxOpt); - - /// - /// Gets the library name and entry-point for the given attribute list, or returns false if this is not a native - /// interop function. - /// - /// The attribute lists. - /// The library name. - /// The entry-point. - /// The calling convention (if any). - /// Whether the native function info was found. - public static bool GetNativeFunctionInfo( - this IEnumerable attrLists, - [NotNullWhen(true)] out string? libraryName, - out string? entryPoint, - out string? callConv - ) - { - foreach ( - var attr in from attrList in attrLists - from attr in attrList.Attributes - where - attr.IsAttribute("System.Runtime.InteropServices.DllImport") - || attr.IsAttribute("Silk.NET.Core.NativeFunction") - select attr - ) - { - libraryName = - (attr.ArgumentList?.Arguments.First().Expression as LiteralExpressionSyntax) - ?.Token - .ValueText - ?? throw new InvalidOperationException("DllImport was found but was not valid"); - entryPoint = ( - attr.ArgumentList?.Arguments.FirstOrDefault(x => - x.NameEquals is not null - && x.NameEquals.Name.ToString() == nameof(DllImportAttribute.EntryPoint) - )?.Expression as LiteralExpressionSyntax - ) - ?.Token - .ValueText; - callConv = ( - attr.ArgumentList?.Arguments.FirstOrDefault(x => - x.NameEquals is not null - && x.NameEquals.Name.ToString() == nameof(DllImportAttribute.CallingConvention) - )?.Expression as MemberAccessExpressionSyntax - )?.Name.ToString(); - return true; - } - - libraryName = entryPoint = callConv = null; - return false; - } - - /// - /// Adds a NativeFunctionAttribute if a is present on the - /// . - /// - /// The method to modify. - /// The original method. - /// The (possibly) modified method. - /// If a DllImportAttribute was found but wasn't valid. - public static MethodDeclarationSyntax AddNativeFunction( - this MethodDeclarationSyntax meth, - MethodDeclarationSyntax original - ) - { - if ( - original.AttributeLists.GetNativeFunctionInfo( - out var libName, - out var entryPoint, - out _ - ) - ) - { - return meth.AddAttributeLists( - AttributeList( - SingletonSeparatedList( - Attribute(IdentifierName("NativeFunction")) - .WithArgumentList( - AttributeArgumentList( - SeparatedList( - new[] - { - AttributeArgument( - LiteralExpression( - SyntaxKind.StringLiteralExpression, - Literal(libName) - ) - ), - AttributeArgument( - LiteralExpression( - SyntaxKind.StringLiteralExpression, - Literal( - entryPoint ?? meth.Identifier.ToString() - ) - ) - ) - .WithNameEquals(NameEquals("EntryPoint")), - } - ) - ) - ) - ) - ) - ); - } - - return meth; - } - - /// - /// Retrieves the native type name within the given attribute list. - /// - /// The attributes. - /// The required attribute target/context. - /// The native type name. - public static string? GetNativeTypeName( - this IEnumerable attrs, - SyntaxKind? requireContext = null - ) => - attrs - .SelectMany(x => - (x.Target is null && requireContext is null) - || (requireContext is { } rc && (x.Target?.Identifier.IsKind(rc) ?? false)) - ? x.Attributes - : Enumerable.Empty() - ) - .FirstOrDefault(x => x.IsAttribute("Silk.NET.Core.NativeTypeName")) - ?.ArgumentList?.Arguments.Select(x => - x.Expression.IsKind(SyntaxKind.StringLiteralExpression) - ? (x.Expression as LiteralExpressionSyntax)?.Token.Value - : null - ) - .OfType() - .FirstOrDefault(); - - /// - /// Gets the native element type name indicated by the given attributes. - /// - /// The attributes. - /// The parsed native type info. Invalid if this method returns false. - /// Whether the type name was successfully parsed. - /// - /// This does not handle all of the possible cases. - /// - public static bool TryParseNativeTypeName( - this IEnumerable attrs, - out NativeTypeNameInfo info - ) - { - var nativeTypeNameString = attrs.GetNativeTypeName(); - var nativeTypeName = nativeTypeNameString.AsSpan(); - if (nativeTypeName.Length == 0) - { - // Name does not exist - info = default; - return false; - } - - switch (nativeTypeName) - { - // Handle case: "#define NAME VALUE" - case {} when nativeTypeName.StartsWith("#define "): - { - // Trim off the #define - var nativeTypeSpan = nativeTypeName["#define ".Length..].Trim(); - - var indexOfFirstSpace = nativeTypeSpan.IndexOf(' '); - if (indexOfFirstSpace < 0) - { - info = new NativeTypeNameInfo() - { - Name = nativeTypeName.ToString(), - Value = null, - IndirectionLevels = 0, - IsDefine = true, - IsConst = true, - }; - - return true; - } - - var name = nativeTypeSpan[..indexOfFirstSpace]; - var value = nativeTypeSpan[indexOfFirstSpace..]; - - info = new NativeTypeNameInfo() - { - Name = name.ToString(), - Value = value.ToString(), - IndirectionLevels = 0, - IsDefine = true, - IsConst = true, - }; - - return true; - } - - // Handle cases: "const NAME **", "NAME **" - case {}: - { - // Trim off the const - var isConst = false; - if (nativeTypeName.StartsWith("const ")) - { - nativeTypeName = nativeTypeName["const ".Length..].Trim(); - isConst = true; - } - - // Isolate the name - var indirectionLevels = nativeTypeName.Count('*'); - if (nativeTypeName.IndexOf('*') is not -1 and var idx) - { - nativeTypeName = nativeTypeName[..idx]; - } - nativeTypeName = nativeTypeName.Trim(); - - if (nativeTypeName.ContainsAnyExcept(NameUtils.IdentifierChars)) - { - // Unsupported format - // Eg: const uint32_t[8] - info = default; - return false; - } - - info = new NativeTypeNameInfo() - { - Name = nativeTypeName.ToString(), - Value = null, - IndirectionLevels = indirectionLevels, - IsDefine = false, - IsConst = isConst, - }; - - return true; - } - } - } - - /// - /// Gets a native type name for a parameter. - /// - /// The parameter. - /// The native type name. - public static string? GetNativeTypeName(this ParameterSyntax syntax) => - syntax.AttributeLists.GetNativeTypeName(); - - /// - /// Gets a native type name for the return type of a method. - /// - /// The method. - /// The native type name. - public static string? GetNativeReturnTypeName(this BaseMethodDeclarationSyntax syntax) => - syntax.AttributeLists.GetNativeTypeName(SyntaxKind.ReturnKeyword); - /// /// Determines whether this is a representing an integral type. /// @@ -839,36 +516,4 @@ public static IEnumerable MemberIdentifiers(this MemberDeclarationSyntax EnumMemberDeclarationSyntax em => [em.Identifier.ToString()], _ => [], }; - - /// - /// Gets an attribute list representing a with - /// and - /// set. - /// - public static readonly AttributeListSyntax MaxOpt = AttributeList( - SingletonSeparatedList( - Attribute(IdentifierName("MethodImpl")) - .WithArgumentList( - AttributeArgumentList( - SingletonSeparatedList( - AttributeArgument( - BinaryExpression( - SyntaxKind.BitwiseOrExpression, - MemberAccessExpression( - SyntaxKind.SimpleMemberAccessExpression, - IdentifierName("MethodImplOptions"), - IdentifierName("AggressiveInlining") - ), - MemberAccessExpression( - SyntaxKind.SimpleMemberAccessExpression, - IdentifierName("MethodImplOptions"), - IdentifierName("AggressiveOptimization") - ) - ) - ) - ) - ) - ) - ) - ); } diff --git a/sources/SilkTouch/SilkTouch/Mods/ExtractNestedTyping.cs b/sources/SilkTouch/SilkTouch/Mods/ExtractNestedTyping.cs index ead999ee7b..7c2966b839 100644 --- a/sources/SilkTouch/SilkTouch/Mods/ExtractNestedTyping.cs +++ b/sources/SilkTouch/SilkTouch/Mods/ExtractNestedTyping.cs @@ -7,6 +7,7 @@ using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.Extensions.Logging; +using Microsoft.Extensions.Options; using Silk.NET.SilkTouch.Naming; using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; @@ -34,13 +35,27 @@ namespace Silk.NET.SilkTouch.Mods; /// /// /// -public partial class ExtractNestedTyping(ILogger logger) : Mod +[ModConfiguration] +public partial class ExtractNestedTyping(ILogger logger, IOptionsSnapshot cfg) : Mod { + /// + /// ExtractNestedTyping configuration. + /// + public record Configuration + { + /// + /// The order with which the -Delegate suffix is applied. + /// + public int DelegateSuffixOrder { get; init; } = 0; + } + /// public override async Task ExecuteAsync(IModContext ctx, CancellationToken ct = default) { await base.ExecuteAsync(ctx, ct); + var config = cfg.Get(ctx.JobKey); + var project = ctx.SourceProject; if (project == null) { @@ -62,7 +77,7 @@ public override async Task ExecuteAsync(IModContext ctx, CancellationToken ct = } // Second pass to modify existing files as per our discovery. - var rewriter = new Rewriter(logger); + var rewriter = new Rewriter(logger, config.DelegateSuffixOrder); // rewriter.FunctionPointerTypes = walker.GetFunctionPointerTypes(); var (enums, constants) = walker.GetExtractedEnums(); rewriter.ConstantsToRemove = constants; @@ -236,7 +251,7 @@ string nativeTypeName } } - partial class Rewriter(ILogger logger) : CSharpSyntaxRewriter + partial class Rewriter(ILogger logger, int delegateSuffixPriority) : CSharpSyntaxRewriter { private Dictionary _typeRenames = []; @@ -508,13 +523,15 @@ _fallbackFromOuterFunctionPointer is not null var (pfn, @delegate) = CreateFunctionPointerTypes( currentNativeTypeName, $"{currentNativeTypeName}Delegate", - currentNativeTypeName == fallback - ? SingletonList( - AttributeList( - SingletonSeparatedList(Attribute(IdentifierName("Transformed"))) - ) - ) - : default, + (currentNativeTypeName == fallback + ? SingletonList(AttributeList(SingletonSeparatedList(Attribute(IdentifierName("Transformed"))))) + : default) + .WithNativeName(currentNativeTypeName), + (currentNativeTypeName == fallback + ? SingletonList(AttributeList(SingletonSeparatedList(Attribute(IdentifierName("Transformed"))))) + : default) + .WithNativeName(currentNativeTypeName) + .AddNameSuffix("Delegate", delegateSuffixPriority), node ); FunctionPointerTypes[currentNativeTypeName] = pfnInfo = (pfn, @delegate, [], []); @@ -754,7 +771,8 @@ DelegateDeclarationSyntax Delegate ) CreateFunctionPointerTypes( string pfnName, string delegateName, - SyntaxList attrLists, + SyntaxList pfnAttrLists, + SyntaxList delegateAttrLists, FunctionPointerTypeSyntax rawPfn ) { @@ -774,7 +792,7 @@ FunctionPointerTypeSyntax rawPfn ) ) ) - .WithAttributeLists(attrLists) + .WithAttributeLists(pfnAttrLists) .WithMembers( List( [ @@ -935,7 +953,7 @@ FunctionPointerTypeSyntax rawPfn .WithModifiers( TokenList(Token(SyntaxKind.PublicKeyword), Token(SyntaxKind.UnsafeKeyword)) ) - .WithAttributeLists(attrLists) + .WithAttributeLists(delegateAttrLists) .WithParameterList( ParameterList( SeparatedList( diff --git a/sources/SilkTouch/SilkTouch/Mods/MarkNativeNames.cs b/sources/SilkTouch/SilkTouch/Mods/MarkNativeNames.cs new file mode 100644 index 0000000000..d3c6ccf53d --- /dev/null +++ b/sources/SilkTouch/SilkTouch/Mods/MarkNativeNames.cs @@ -0,0 +1,113 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis.CSharp.Syntax; + +namespace Silk.NET.SilkTouch.Mods; + +/// +/// Marks identifiers with the [NativeName] attribute. +/// +/// +/// This mod is currently kept pretty dumb and just applies [NativeName] attributes to almost everything. +/// Syntax nodes not output by ClangSharp are intentionally not processed. +/// This mod is best placed directly after ClangScraper. +/// +public class MarkNativeNames : IMod +{ + /// + public async Task ExecuteAsync(IModContext ctx, CancellationToken ct = default) + { + var proj = ctx.SourceProject; + if (proj == null) + { + return; + } + + var compilation = await proj.GetCompilationAsync(ct); + if (compilation == null) + { + return; + } + + var rewriter = new Rewriter(); + foreach (var docId in proj.DocumentIds) + { + var doc = proj.GetDocument(docId) ?? throw new InvalidOperationException("Document missing"); + proj = doc.WithSyntaxRoot( + rewriter.Visit(await doc.GetSyntaxRootAsync(ct))?.NormalizeWhitespace() + ?? throw new InvalidOperationException("Visit returned null.") + ).Project; + } + + ctx.SourceProject = proj; + } + + private class Rewriter : ModCSharpSyntaxRewriter + { + private SyntaxList TryAddNativeNameAttribute(SyntaxList attributeLists, SyntaxToken identifier) + { + if (attributeLists.TryGetNativeName(out _)) + { + return attributeLists; + } + + return attributeLists.WithNativeName(identifier.Text); + } + + // ----- Types ----- + + /// + public override SyntaxNode VisitStructDeclaration(StructDeclarationSyntax node) + { + node = node.WithAttributeLists(TryAddNativeNameAttribute(node.AttributeLists, node.Identifier)); + node = (StructDeclarationSyntax)base.VisitStructDeclaration(node)!; + return node; + } + + /// + public override SyntaxNode VisitEnumDeclaration(EnumDeclarationSyntax node) + { + node = node.WithAttributeLists(TryAddNativeNameAttribute(node.AttributeLists, node.Identifier)); + node = (EnumDeclarationSyntax)base.VisitEnumDeclaration(node)!; + return node; + } + + // ----- Members ----- + + /// + public override SyntaxNode VisitEnumMemberDeclaration(EnumMemberDeclarationSyntax node) + { + node = node.WithAttributeLists(TryAddNativeNameAttribute(node.AttributeLists, node.Identifier)); + node = (EnumMemberDeclarationSyntax)base.VisitEnumMemberDeclaration(node)!; + return node; + } + + /// + public override SyntaxNode VisitPropertyDeclaration(PropertyDeclarationSyntax node) + { + node = node.WithAttributeLists(TryAddNativeNameAttribute(node.AttributeLists, node.Identifier)); + node = (PropertyDeclarationSyntax)base.VisitPropertyDeclaration(node)!; + return node; + } + + /// + public override SyntaxNode VisitMethodDeclaration(MethodDeclarationSyntax node) + { + node = node.WithAttributeLists(TryAddNativeNameAttribute(node.AttributeLists, node.Identifier)); + node = (MethodDeclarationSyntax)base.VisitMethodDeclaration(node)!; + return node; + } + + /// + public override SyntaxNode VisitFieldDeclaration(FieldDeclarationSyntax node) + { + // This just uses the first declared field's identifier in cases where a field declares multiple variables + // Eg: int a, b; + node = node.WithAttributeLists(TryAddNativeNameAttribute(node.AttributeLists, node.Declaration.Variables.First().Identifier)); + node = (FieldDeclarationSyntax)base.VisitFieldDeclaration(node)!; + return node; + } + } +} diff --git a/sources/SilkTouch/SilkTouch/Mods/MixKhronosData.cs b/sources/SilkTouch/SilkTouch/Mods/MixKhronosData.cs index 3a914d0ee7..223c109d6f 100644 --- a/sources/SilkTouch/SilkTouch/Mods/MixKhronosData.cs +++ b/sources/SilkTouch/SilkTouch/Mods/MixKhronosData.cs @@ -1,11 +1,8 @@ using System.Collections.Concurrent; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; -using System.Text.Json; -using System.Text.Json.Serialization; using System.Text.RegularExpressions; using System.Xml.Linq; -using Humanizer; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; @@ -16,7 +13,6 @@ using Silk.NET.SilkTouch.Mods.Transformation; using Silk.NET.SilkTouch.Naming; using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; -using Type = System.Type; namespace Silk.NET.SilkTouch.Mods; @@ -38,19 +34,8 @@ public partial class MixKhronosData( IApiMetadataProvider> { internal ConcurrentDictionary Jobs = new(); - private static readonly ICulturedStringTransformer _transformer = new NameUtils.NameTransformer( - 4 - ); private static readonly char[] _listSeparators = { ',', '|', '+' }; - private static readonly Dictionary _defaultEnumNativeTypeNameMaps = - new() - { - { "GLenum", "GLEnum" }, - { "EGLenum", "EGLEnum" }, - { "GLbitfield", "GLEnum" }, - }; - internal class JobData { /// @@ -99,7 +84,7 @@ public Dictionary< /// /// The vendors contributing to the specification. This is in extension form e.g. Microsoft is MSFT. /// - public HashSet? Vendors { get; set; } + public HashSet Vendors { get; init; } = []; /// /// A map of containing symbol names (i.e. function or struct) and applicable symbol names (i.e. field name, @@ -153,31 +138,15 @@ public record Configuration public string? SpecPath { get; init; } /// - /// Whether OpenGL-style data type suffixes should be trimmed. - /// - public bool UseDataTypeTrimmings { get; init; } - - /// - /// Whether the extension vendor suffixes should be trimmed. - /// - public ExtensionVendorTrimmingMode UseExtensionVendorTrimmings { get; init; } - - /// - /// A map of native type names to group names. + /// Default namespace for enums. /// - public Dictionary EnumNativeTypeNames { get; init; } = - _defaultEnumNativeTypeNameMaps; + public string? Namespace { get; init; } /// /// A map of native type names to C# type names. This is mostly used for determining enum backing types. /// public Dictionary? TypeMap { get; init; } - /// - /// Default namespace for enums. - /// - public string? Namespace { get; init; } - /// /// The base type used for flags/bitmask enums. /// For example, VkFlags and VkFlags64 for Vulkan. @@ -200,68 +169,71 @@ public record Configuration public List? Vendors { get; init; } /// - /// Additional suffixes that may follow a data type suffix but precede a vendor suffix that should be ignored - /// when determining a data type suffix to trim when is on. For example, - /// Direct for OpenAL. + /// The order with which vendor suffixes are applied. /// - public List? IgnoreNonVendorSuffixes { get; init; } - } + public int VendorSuffixOrder { get; init; } = 0; - /// - /// Modes for trimming extension vendor names. - /// - [JsonConverter(typeof(ExtensionVendorTrimmingModeJsonConverter))] - public enum ExtensionVendorTrimmingMode - { /// - /// Do not trim extension vendors from names. Note that matching vendors may still be used to determine the - /// offset of data type suffixes. + /// The set of identifiers that should be excluded from vendor suffix identification. /// - None, + /// + /// See . + /// + public HashSet ExcludeVendorSuffixIdentification { get; init; } = []; /// - /// Trim all extension vendor names. + /// Additional suffixes that may follow a data type suffix but precede a vendor suffix that should be ignored + /// when determining a data type suffix to trim when is on. For example, + /// Direct for OpenAL. /// - All, + public List NonVendorSuffixes { get; init; } = []; /// - /// Only trim Khronos/first-party extension vendor names i.e. KHR and ARB. + /// The order with which non-vendor suffixes are applied. /// - KhronosOnly, - } - - private class ExtensionVendorTrimmingModeJsonConverter - : JsonConverter - { - public override ExtensionVendorTrimmingMode Read( - ref Utf8JsonReader reader, - Type typeToConvert, - JsonSerializerOptions options - ) - { - if (reader.TokenType == JsonTokenType.True) - { - return ExtensionVendorTrimmingMode.All; - } + public int NonVendorSuffixOrder { get; init; } = 0; - if (reader.GetString() is { } str) - { - return Enum.Parse(str); - } + /// + /// Whether OpenGL-style data type suffixes should be trimmed. + /// + public bool TrimFunctionDataTypes { get; init; } - return ExtensionVendorTrimmingMode.None; - } + /// + /// Whether enum type vendor suffixes should be identified and trimmed + /// if the enum type contains members that don't match the exclusive vendor. + /// + /// + /// For context, OpenGL has a problem where an enum group starts out as ARB but never gets promoted, + /// and then contains other vendor enums or even core enums. OpenAL is similar. Vulkan does not have this problem. + /// + /// + /// BufferUsageARB in OpenGL is an ARB suffixed enum that contains GL_STREAM_DRAW which is a core enum. + /// In this case, ARB is the exclusive vendor suffix, but it is contradicted by the existence of a non-suffixed enum member. + /// This implies that BufferUsageARB was incorrectly promoted and that we should remove its vendor suffix. + /// Enabling this option will trim BufferUsageARB as BufferUsage. + /// + public bool TrimEnumTypeNonExclusiveVendors { get; init; } = false; - public override void Write( - Utf8JsonWriter writer, - ExtensionVendorTrimmingMode value, - JsonSerializerOptions options - ) => writer.WriteStringValue(value.ToString()); + /// + /// Whether enum members should have their vendor suffixes trimmed + /// if they share a vendor suffix with the containing type. + /// + /// + /// VkPresentModeKHR in Vulkan is a KHR suffixed enum that contains VK_PRESENT_MODE_IMMEDIATE_KHR. + /// The KHR suffix is useful in native code because it is not always immediately clear which enum group the enum member belongs to. + /// However, in C#, enum members are always part of an enum type, and as such, we can assume that if an enum member belongs + /// to a KHR enum type, then the non-suffixed enum member is also a KHR enum member. + /// + /// Enabling this option will trim VK_PRESENT_MODE_IMMEDIATE_KHR as VK_PRESENT_MODE_IMMEDIATE. + /// + public bool TrimEnumMemberImpliedVendors { get; init; } = false; } /// - // non-versioned trimmer (and needs to be a big number to come after the default trimmers) - public Version Version { get; } = new(42, 42, 42, 42); + Version INameTrimmer.Version { get; } = new(0, 0, 0); + + /// + int INameTrimmer.Order => (int)TrimmerOrder.MixKhronosData; /// public async Task InitializeAsync(IModContext ctx, CancellationToken ct = default) @@ -303,8 +275,7 @@ public async Task InitializeAsync(IModContext ctx, CancellationToken ct = defaul var profiles = supportedApiProfiles.SelectMany(x => x.Value).Select(x => x.Profile).ToHashSet(); - job.Vendors = - [ + job.Vendors.UnionWith([ .. xml.Element("registry") ?.Element("tags") ?.Elements("tag") @@ -327,7 +298,7 @@ .. currentConfig.NonStandardExtensionNomenclature // Eg: GL_NV_command_list -> NV .Select(name => name.Value.Split('_')[1].ToUpper()) ?? [], .. currentConfig.Vendors ?? [], - ]; + ]); job.DeprecatedAliases = xml.Descendants() .Where(x => x.Attribute("deprecated")?.Value == "aliased" && x.Attribute("name") != null) @@ -375,6 +346,7 @@ .. currentConfig.NonStandardExtensionNomenclature /// public async Task ExecuteAsync(IModContext ctx, CancellationToken ct = default) { + var currentConfig = cfg.Get(ctx.JobKey); var jobData = Jobs[ctx.JobKey]; var proj = ctx.SourceProject; @@ -417,7 +389,18 @@ public async Task ExecuteAsync(IModContext ctx, CancellationToken ct = default) ).Project; } - // Rename documents + // Rewrite phase 3 + var rewriter3 = new RewriterPhase3(jobData, currentConfig); + foreach (var docId in proj.DocumentIds) + { + var doc = proj.GetDocument(docId) ?? throw new InvalidOperationException("Document missing"); + proj = doc.WithSyntaxRoot( + rewriter3.Visit(await doc.GetSyntaxRootAsync(ct))?.NormalizeWhitespace() + ?? throw new InvalidOperationException("Visit returned null.") + ).Project; + } + + // Rename documents to account for FlagBits/Flags differences foreach (var docId in proj.DocumentIds) { var doc = proj.GetDocument(docId) ?? throw new InvalidOperationException("Document missing"); @@ -447,8 +430,16 @@ public Task> BeforeScrapeAsync(string key, List return Task.FromResult(rsps); } + /// The name of the group. This is the name used for the C# enum. + /// The native name of the group, if available. This is the name used for the [NativeName] attribute. + /// + /// + /// + /// + /// internal record EnumGroup( string Name, + string? NativeName, string? Type, List Enums, bool KnownBitmask, @@ -1208,12 +1199,10 @@ var ext in xml.Element("registry")?.Element("extensions")?.Elements("extension") } } - private bool _outputVendorInformationWarning = false; - /// public void Trim(NameTrimmerContext context) { - if (context.Names is null || context.JobKey is null) + if (context.JobKey is null) { return; } @@ -1225,297 +1214,21 @@ public void Trim(NameTrimmerContext context) ); } - if (job.Vendors?.Count is 0 or null && !_outputVendorInformationWarning) - { - _outputVendorInformationWarning = true; - logger.LogWarning( - "No vendor information present, assuming no XML was provided? Extension trimming will be skipped." - ); - } - - // NameTrimmer trims member names by looking for a common prefix and removing it - // This sometimes trims too much and leads to only the vendor suffix remaining - // This is bad because the next block of code removes the vendor suffix, leaving only an empty string or underscore - // This means we have to rewind back to the previous name (minus the prefix, such as GL_) - var rewind = false; - if (context.Container is not null && job.Groups.ContainsKey(context.Container)) - { - foreach (var (_, (current, previous)) in context.Names) - { - var prev = previous?.FirstOrDefault(); - if (prev is not null && (job.Vendors?.Contains(current.Trim('_')) ?? false) - ) - { - rewind = true; - - break; - } - } - } - - if (rewind) - { - foreach (var (original, (current, previous)) in context.Names) - { - var prev = previous?.FirstOrDefault() ?? original; - var prevList = previous ?? []; - var next = prev[(prev.IndexOf('_') + 1)..]; - if (next == prev) - { - prevList.Remove(prev); - } - else if (!prevList.Contains(prev)) - { - prevList.Add(prev); - } - - context.Names[original] = (prev[(prev.IndexOf('_') + 1)..], prevList); - } - } - - // Trim _T from the end of names - // This is targeted towards Vulkan handle type names, which end in _T + // Prevent enums like GLEnum from having their prefix trimmed if (context.Container is null) { foreach (var (original, (current, previous)) in context.Names) { - if (current.EndsWith("_T")) + foreach (var name in (IEnumerable)[current, .. previous]) { - var newPrim = current[..^2]; - var newPrev = previous ?? []; - newPrev.Add(current); - - context.Names[original] = (newPrim, newPrev); - } - } - } - - // OpenGL has a problem where an enum starts out as ARB but never gets promoted, and then contains other vendor - // enums or even core enums. This removes the vendor suffix where it is not necessary e.g. BufferUsageARB - // becomes BufferUsage. - if (context.Container is null && job.Vendors is not null) - { - foreach (var (original, (current, previous)) in context.Names) - { - if (job.Groups.TryGetValue(current, out var groupInfo)) - { - var vendorSuffix = - groupInfo.ExclusiveVendor ?? job.Vendors.FirstOrDefault(current.EndsWith); - vendorSuffix = vendorSuffix?[(vendorSuffix.LastIndexOf('_') + 1)..]; - var notSafeToTrim = - job.Groups.Count(x => - x.Key.StartsWith(current[..^(vendorSuffix?.Length ?? 0)]) - ) > 1; - if ( - vendorSuffix is null - || !job.Vendors.Contains(vendorSuffix) - || !current.EndsWith(vendorSuffix) - || !groupInfo.Enums.All(x => x.Identifier.ToString().EndsWith(vendorSuffix)) - ) + if (job.Groups.TryGetValue(name, out var group) + && name == $"{group.Namespace}Enum") { - vendorSuffix = null; - } - - job.Groups[current] = groupInfo = groupInfo with - { - ExclusiveVendor = vendorSuffix, - }; - - if (notSafeToTrim) - { - continue; - } - - // If the vendor suffix is not equal to our exclusive vendor, then it must not be exclusive - // therefore we should remove the suffix. - foreach (var vendor in job.Vendors) - { - if (current.EndsWith(vendor) && groupInfo.ExclusiveVendor != vendor) - { - var sec = previous ?? []; - sec.Add(current); - context.Names[original] = (current[..^vendor.Length], sec); - break; - } - } - } - } - } - - // Trim the extension vendor names - foreach (var (original, (current, previous)) in context.Names) - { - // GLEnum is obviously trimmed, and we don't really want to do that. - if (context.Container is null) - { - var changed = false; - foreach (var name in (IEnumerable)[current, .. previous ?? []]) - { - if ( - job.Groups.TryGetValue(name, out var group) - && name == $"{group.Namespace}Enum" - ) - { - context.Names[original] = (name, []); - changed = true; + context.Names[original] = new CandidateNames(name, []); break; } } - - if (changed) - { - continue; - } - } - - var newCurrent = current; - List? newPrev = null; - string? identifiedVendor = null; - var trimVendor = false; - foreach (var vendor in job.Vendors ?? Enumerable.Empty()) - { - if (!current.EndsWith(vendor)) - { - continue; - } - - newCurrent = current[..^vendor.Length]; - var newOriginal = original[..^vendor.Length]; - // Sometimes we should keep the vendor prefix so we prefer the promoted functions. - // ----------vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv-------------------------------------- - trimVendor = - !context.Names.ContainsKey(newOriginal) - && ( - job.Configuration.UseExtensionVendorTrimmings - == ExtensionVendorTrimmingMode.All - || ( - job.Configuration.UseExtensionVendorTrimmings - == ExtensionVendorTrimmingMode.KhronosOnly - && vendor is "KHR" or "ARB" - ) - || ( - context.Container is not null - && job.Groups.TryGetValue(context.Container, out var group) - && group.ExclusiveVendor == vendor - ) - ); - if (trimVendor) - { - newPrev ??= previous ?? []; - newPrev.Add(current); - context.Names[original] = (newCurrent, newPrev); - } - - identifiedVendor = vendor; - break; - } - - // Below is a hack to ensure extension vendors are capitalised for enums (which are all caps and therefore - // will not be treated as an acronym) - if ( - current.All(x => !char.IsLetter(x) || char.IsUpper(x)) - && identifiedVendor is not null - ) - { - newPrev ??= previous ?? []; - var pretty = newCurrent.Prettify(_transformer); - - // Hack to ensure extension vendors are preserved as acronyms - if (char.IsUpper(pretty[^1])) - { - pretty += ' '; - } - - if (!trimVendor) - { - // If we're not trimming the vendor, this hack will be the primary name. - newPrev.Add(current); - context.Names[original] = (pretty + identifiedVendor, newPrev); - } - else - { - // If we are trimming the vendor, if at any point we have to fall back on the untrimmed version - // we'll want that version to be this hack. - newPrev.Add(pretty + identifiedVendor); - context.Names[original] = (pretty, newPrev); - } - } - - // Another hack to make sure that extension vendors are preserved as acronyms e.g. glTexImage4DSGIS was - // becoming glTexImage4Dsgis instead of glTexImage4DSGIS - if ( - current.Any(char.IsLower) - && char.IsUpper(newCurrent[^1]) - && identifiedVendor is not null - ) - { - newPrev ??= previous ?? []; - if (!trimVendor) - { - // If we're not trimming the vendor, this hack will be the primary name. - newPrev.Add(current); - context.Names[original] = ($"{newCurrent} {identifiedVendor}", newPrev); - } - else - { - // If we are trimming the vendor, if at any point we have to fall back on the untrimmed version - // we'll want that version to be this hack. Note that to do this we actually have to nuke the - // original name because PrettifyNames orders by match length. - newPrev.Remove(current); - newPrev.Add($"{newCurrent} {identifiedVendor}"); - context.Names[original] = (newCurrent, newPrev); - } } - - // If we have an additional non-vendor suffix (e.g. al*Direct) then let's trim it before we try to do the - // data type trimming - string? identifiedSuffix = null; - foreach (var suffix in job.Configuration.IgnoreNonVendorSuffixes ?? []) - { - if (newCurrent.EndsWith(suffix, StringComparison.OrdinalIgnoreCase)) - { - identifiedSuffix = suffix; - newCurrent = newCurrent[..^suffix.Length]; - break; - } - } - - if ( - !job.Configuration.UseDataTypeTrimmings // don't trim data types - || context.Container is null // don't trim type names - || newCurrent.Count(x => x == '_') > 1 // is probably an enum - || EndingsToTrim().Match(newCurrent) is not { Success: true } match // we don't have a data type suffix - || EndingsNotToTrim().IsMatch(newCurrent) // we need to keep it - ) - { - continue; - } - - newPrev ??= previous ?? []; - var newPrim = newCurrent.Remove(match.Index); - newPrim += identifiedSuffix; - if (identifiedVendor is not null && trimVendor) - { - // If the only difference between this function and other functions that could conflict is the vendor, - // it would be extremely confusing if the difference between e.g. a NV function and a non-NV function - // was one had data type suffixes and the other didn't. Therefore, let's add the new name but with the - // vendor added as the first secondary (e.g. for glVertex2bOES we first try Vertex2OES). If that doesn't - // work, we still have the original one (modulo GL prefix) that we added to the secondary list when - // originally trimming the vendor. - newPrev.Add(newPrim + identifiedVendor); - } - else - { - // If trimVendor is false, add the vendor back. We're not trimming vendors so the only other secondary - // we have is the original current name i.e. primary = glVertex2OES, secondary = glVertex2bOES, which - // WOULDN'T be in the secondary list already per the if trimVendor above. If we're hitting this else - // because we haven't identified a vendor, then we're just appending null to this string which does - // nothing and is effectively equivalent to us having primary = glVertex2, secondary = glVertex2b - newPrim += identifiedVendor; - newPrev.Add(current); - } - - context.Names[original] = (newPrim, newPrev); } } @@ -1581,7 +1294,7 @@ ref anyNonTrivialParameters // Are the parameters transformable? for (var i = 0; i < @params.Count; i++) { - var param = current.ParameterList!.Parameters[i]; + var param = current.ParameterList.Parameters[i]; if ( param.Type is null || GetTypeTransformation( @@ -1807,12 +1520,14 @@ public bool TryGetSymbolMetadata( /// This regex acts like a whitelist for endings that could have been matched in some way by the main /// expression, but should be exempt from trimming altogether. /// + // Rewindv is to prevent Rewindv from being trimmed as Rewin + // TODO: Consider replacing this with something that prevents a list of words from being trimmed into instead of not being trimmed at all [GeneratedRegex( "(sh|ib|[tdrey]s|(?( - FileScopedNamespaceDeclaration( - ModUtils.NamespaceIntoIdentifierName(ns) - ) + FileScopedNamespaceDeclaration(ModUtils.NamespaceIntoIdentifierName(ns)) .WithMembers( SingletonList( EnumDeclaration(groupName) - .WithModifiers( - TokenList(Token(SyntaxKind.PublicKeyword)) - ) - .WithAttributeLists( - SingletonList( - AttributeList( - SingletonSeparatedList( - Attribute( - IdentifierName("Transformed") - ) - ) - ) - ) - ) - .WithBaseList( - BaseList( - SingletonSeparatedList( - SimpleBaseType(IdentifierName(baseType)) - ) - ) - ) + .WithModifiers(TokenList(Token(SyntaxKind.PublicKeyword))) + .WithAttributeLists(attributes) + .WithBaseList(BaseList([SimpleBaseType(baseTypeSyntax)])) .WithMembers( SeparatedList( groupInfo.Enums.Select(x => - EnumMemberDeclaration( - x.Identifier.ToString() - ) - // TODO actually eval the expression to see if necessary? + EnumMemberDeclaration(x.Identifier.ToString()) + .WithAttributeLists( + new SyntaxList() + .WithNativeName(x.Identifier.Text)) .WithEqualsValue( x.Initializer?.WithValue( CheckedExpression( SyntaxKind.UncheckedExpression, CastExpression( - IdentifierName( - baseType - ), + baseTypeSyntax, x.Initializer.Value ) ) @@ -1968,7 +1672,7 @@ private class RewriterPhase1(JobData job, ILogger logger) : CSharpSyntaxRewriter AllKnownEnums.Add(identifier); - if (job.Groups.TryGetValue(identifier, out var group) + if (job.Groups.TryGetValue(identifier, out _) && !node.Ancestors().OfType().Any()) { AlreadyPresentGroups.Add(identifier); @@ -2035,7 +1739,7 @@ private class RewriterPhase1(JobData job, ILogger logger) : CSharpSyntaxRewriter /// private class RewriterPhase2(JobData job, RewriterPhase1 phase1) : CSharpSyntaxRewriter(true) { - public override SyntaxNode? VisitIdentifierName(IdentifierNameSyntax node) => IdentifierName(node.Identifier.ToString().Replace("FlagBits", "Flags")); + public override SyntaxNode VisitIdentifierName(IdentifierNameSyntax node) => IdentifierName(node.Identifier.ToString().Replace("FlagBits", "Flags")); public override SyntaxNode? VisitEnumDeclaration(EnumDeclarationSyntax node) { @@ -2045,7 +1749,7 @@ private class RewriterPhase2(JobData job, RewriterPhase1 phase1) : CSharpSyntaxR { // Remove deprecated aliases node = node.WithMembers([ - ..node.Members.Where(m => !job.DeprecatedAliases.Contains(m.Identifier.ValueText)) + ..node.Members.Where(m => !job.DeprecatedAliases.Contains(m.Identifier.ValueText)), ]); } @@ -2068,7 +1772,7 @@ private class RewriterPhase2(JobData job, RewriterPhase1 phase1) : CSharpSyntaxR { // Remove deprecated aliases node = node.WithDeclaration(node.Declaration.WithVariables([ - ..node.Declaration.Variables.Where(v => !job.DeprecatedAliases.Contains(v.Identifier.ValueText)) + ..node.Declaration.Variables.Where(v => !job.DeprecatedAliases.Contains(v.Identifier.ValueText)), ])); if (node.Declaration.Variables.Count == 0) @@ -2140,6 +1844,206 @@ private bool TryGetManagedEnumType(SyntaxList attributes, [ } } + /// + /// This rewriter identifies and extracts vendor extension suffixes into [NameSuffix] attributes. + /// + /// + /// Yes, this is a 3rd rewriter. + /// + private class RewriterPhase3(JobData job, Configuration config) : CSharpSyntaxRewriter + { + private SyntaxList ProcessAndGetNewAttributes(SyntaxList attributeLists, SyntaxToken identifier, bool trimHandleSuffix, MethodDeclarationSyntax? methodDeclaration = null) + { + // Get the name of the identifier, preferring the native one if available + // This name will be modified by the code below as different suffixes are identified + var trimmedName = attributeLists.GetNativeNameOrDefault(identifier); + + if (trimHandleSuffix) + { + const string handleSuffix = "_T"; + if (trimmedName.EndsWith(handleSuffix)) + { + trimmedName = trimmedName[..^handleSuffix.Length]; + attributeLists = attributeLists + .AddNameSuffix(handleSuffix, -1) + .WithNativeName(trimmedName); + } + } + + if (!config.ExcludeVendorSuffixIdentification.Contains(trimmedName)) + { + // Try to identify vendor suffixes + foreach (var vendor in job.Vendors) + { + if (trimmedName.EndsWith(vendor)) + { + attributeLists = attributeLists.AddNameSuffix(vendor, config.VendorSuffixOrder); + trimmedName = trimmedName[..^vendor.Length]; + + break; + } + } + } + + if (methodDeclaration != null && methodDeclaration.Parent.IsKind(SyntaxKind.ClassDeclaration)) + { + // Try to identify non-vendor suffixes + foreach (var suffix in config.NonVendorSuffixes) + { + if (trimmedName.EndsWith(suffix)) + { + attributeLists = attributeLists.AddNameSuffix(suffix, config.NonVendorSuffixOrder); + trimmedName = trimmedName[..^suffix.Length]; + + break; + } + } + + // Try to identify data type suffixes + if (config.TrimFunctionDataTypes) + { + if (EndingsToTrim().Match(trimmedName) is { Success: true } match // Check if we end in a data type suffix + && !EndingsNotToTrim().IsMatch(trimmedName)) // Check if the ending is excluded + { + var dataTypeSuffix = trimmedName[match.Index..]; + trimmedName = trimmedName[..match.Index]; + + attributeLists = attributeLists.AddNameSuffix(dataTypeSuffix, 0, 0); + } + } + } + + return attributeLists; + } + + // ----- Types ----- + + public override SyntaxNode VisitStructDeclaration(StructDeclarationSyntax node) + { + node = (StructDeclarationSyntax)base.VisitStructDeclaration(node)!; + return node.WithAttributeLists(ProcessAndGetNewAttributes(node.AttributeLists, node.Identifier, true)); + } + + public override SyntaxNode VisitFieldDeclaration(FieldDeclarationSyntax node) + { + var variable = node.Declaration.Variables.First(); + return node.WithAttributeLists(ProcessAndGetNewAttributes(node.AttributeLists, variable.Identifier, false)); + } + + public override SyntaxNode VisitDelegateDeclaration(DelegateDeclarationSyntax node) => + node.WithAttributeLists(ProcessAndGetNewAttributes(node.AttributeLists, node.Identifier, false)); + + // Special case for enums since this code needs information about + // the enum type name and its member names at the same time + // in order to properly trim the type name and member name + public override SyntaxNode VisitEnumDeclaration(EnumDeclarationSyntax node) + { + var typeName = node.AttributeLists.GetNativeNameOrDefault(node.Identifier); + var groupInfo = job.Groups.GetValueOrDefault(typeName); + + var typeVendor = job.Vendors.FirstOrDefault(typeName.EndsWith); + var hasTypeSuffix = typeVendor != null; + var vendorFromTypeNameOrder = config.VendorSuffixOrder; + + // Figure out the enum's exclusive vendor + var exclusiveVendor = groupInfo?.ExclusiveVendor ?? typeVendor; + if (exclusiveVendor == null || !node.Members.All(member => member.Identifier.Text.EndsWith(exclusiveVendor))) + { + // Not all enum members share the exclusive vendor + // This means the vendor suffix isn't actually exclusive + exclusiveVendor = null; + } + + // See config option for more info and examples on what this does + if (config.TrimEnumTypeNonExclusiveVendors && typeVendor != null) + { + var shouldTrimType = typeVendor != exclusiveVendor; + + // Check if there are other versions of the enum (this includes the core variant and other vendor variants) + // + // For example, SamplePatternEXT and SamplePatternSGIS are both enum types. + // Trimming both would cause conflicts. + // Trimming one but not the other would imply one is core and the other is not. + var hasMultipleVersions = job.Groups.Count(x => x.Key.StartsWith(typeName[..^typeVendor.Length])) > 1; + var isSafeToTrimType = !hasMultipleVersions; + + if (shouldTrimType && isSafeToTrimType) + { + // Remove the exclusive vendor since it isn't actually exclusive + vendorFromTypeNameOrder = -1; + + // Type suffix has been removed + hasTypeSuffix = false; + } + } + + if (typeVendor != null) + { + // Mark the type vendor suffix as identified + node = node.WithAttributeLists(node.AttributeLists.AddNameSuffix(typeVendor, vendorFromTypeNameOrder)); + } + + // Check if the enum contains unsuffixed members + var containsUnsuffixedMembers = node.Members.Any(member => + { + var memberName = member.AttributeLists.GetNativeNameOrDefault(member.Identifier); + if (job.Vendors.FirstOrDefault(memberName.EndsWith) == null) + { + return true; + } + + return false; + }); + + // We should not trim member suffixes if the enum type already contains unsuffixed members + // We also should not trim member suffixes if the type suffix was removed + // + // For example (direct conflict with existing): + // ConvolutionBorderMode in OpenGL contains GL_REDUCE and GL_REDUCE_EXT. + // Trimming EXT from GL_REDUCE_EXT will conflict with GL_REDUCE. + // + // Another example (possible confusion between core and non-core): + // ContextRequest in OpenAL contains ALC_FALSE and ALC_DONT_CARE_SOFT. One is core and one is non-core. + // If we trim SOFT from ALC_DONT_CARE_SOFT, it is not immediately obvious that the enum members have different promotion statuses. + var canTrimImpliedVendors = hasTypeSuffix && !containsUnsuffixedMembers; + + // Trim the enum members if needed + // See config option for more info and examples on what this does + if (config.TrimEnumMemberImpliedVendors && typeVendor != null && canTrimImpliedVendors) + { + node = node.WithMembers([ + ..node.Members.Select(member => { + if (member.AttributeLists.GetNativeNameOrDefault(member.Identifier).EndsWith(typeVendor)) + { + return member.WithAttributeLists(member.AttributeLists.AddNameSuffix(typeVendor, -1)); + } + + // Default behavior - Identify, but keep the member suffixes + return member.WithAttributeLists(ProcessAndGetNewAttributes(member.AttributeLists, member.Identifier, false)); + }), + ]); + } + else + { + // Default behavior - Identify, but keep the member suffixes + node = (EnumDeclarationSyntax)base.VisitEnumDeclaration(node)!; + } + + return node; + } + + // ----- Members ----- + + public override SyntaxNode VisitEnumMemberDeclaration(EnumMemberDeclarationSyntax node) => + node.WithAttributeLists(ProcessAndGetNewAttributes(node.AttributeLists, node.Identifier, false)); + + public override SyntaxNode VisitPropertyDeclaration(PropertyDeclarationSyntax node) => + node.WithAttributeLists(ProcessAndGetNewAttributes(node.AttributeLists, node.Identifier, false)); + + public override SyntaxNode VisitMethodDeclaration(MethodDeclarationSyntax node) => + node.WithAttributeLists(ProcessAndGetNewAttributes(node.AttributeLists, node.Identifier, false, node)); + } + [SuppressMessage("ReSharper", "MoveLocalFunctionAfterJumpStatement")] internal void ReadGroups(XDocument doc, JobData data, HashSet vendors) { @@ -2164,11 +2068,13 @@ internal void ReadGroups(XDocument doc, JobData data, HashSet vendors) enumNamespace is not null && !enumNamespace.All(char.IsUpper) ? enumNamespace : null; + var nativeName = groupName; // Create an ungrouped group as well i.e. GLEnum, WGLEnum, etc if (enumNamespace is not null) { groupName ??= $"{enumNamespace}Enum"; + nativeName ??= enumNamespace; } // OpenCL enum name @@ -2178,6 +2084,7 @@ internal void ReadGroups(XDocument doc, JobData data, HashSet vendors) } // Vulkan/OpenXR enum name + nativeName ??= groupName; groupName = groupName?.Replace("FlagBits", "Flags"); // Skip Vulkan API Constants since it is not an enum @@ -2264,6 +2171,7 @@ var group in (groupName is null ? Enumerable.Empty() : [groupName]) : null, } : new EnumGroup( + group, group, anyGLStyleGroups ? "GLenum" : null, [], @@ -2282,6 +2190,7 @@ var group in (groupName is null ? Enumerable.Empty() : [groupName]) { data.Groups[groupName] = new EnumGroup( groupName, + nativeName, null, [], isBitmask, @@ -2431,6 +2340,7 @@ var @enum in doc.Elements("registry") if (!data.Groups.ContainsKey(@enum.Value)) { data.Groups[@enum.Value] = new EnumGroup( + @enum.Value, @enum.Value, // cl_properties and cl_bitfield are both cl_ulong which is ulong "ulong", @@ -2596,6 +2506,7 @@ is var splitList else { data.Groups[groupStr] = new EnumGroup( + groupStr, groupStr, null, [], diff --git a/sources/SilkTouch/SilkTouch/Mods/PrettifyNames.cs b/sources/SilkTouch/SilkTouch/Mods/PrettifyNames.cs index 080960bbab..08efbb7a80 100644 --- a/sources/SilkTouch/SilkTouch/Mods/PrettifyNames.cs +++ b/sources/SilkTouch/SilkTouch/Mods/PrettifyNames.cs @@ -1,10 +1,8 @@ -using System.Collections.Concurrent; -using System.Diagnostics; +using System.Diagnostics; +using Humanizer; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; -using Microsoft.CodeAnalysis.FindSymbols; -using Microsoft.CodeAnalysis.Rename; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Silk.NET.SilkTouch.Clang; @@ -33,12 +31,12 @@ IEnumerable> trimmerProviders /// /// Corrections to the automatic prefix determination. /// - public Dictionary? PrefixOverrides { get; init; } + public Dictionary PrefixOverrides { get; init; } = []; /// /// Manually renamed native names. /// - public Dictionary? NameOverrides { get; init; } + public Dictionary NameOverrides { get; init; } = []; /// /// The base trimmer version. If null, trimming is disabled. @@ -79,33 +77,45 @@ public async Task ExecuteAsync(IModContext ctx, CancellationToken ct = default) visitor.Visit(await doc.GetSyntaxRootAsync(ct)); } - Dictionary< - string, - ( - string NewName, - Dictionary? NonFunctions, - Dictionary? Functions, - bool IsEnum - ) - > types = new(); - var translator = new NameUtils.NameTransformer(cfg.LongAcronymThreshold ?? 3); + // The dictionary containing mappings from the original type names to the new names of the type and its members + var newNames = new Dictionary(); + + var nameTransformer = new NameUtils.NameTransformer(cfg.LongAcronymThreshold ?? 3); // TODO: Change to 2 in next PR to match framework design guidelines - // If we have a trimmer baseline set, that means the user wants to trim the names as well as prettify them. - if (cfg.TrimmerBaseline is not null) + // Trim the trimmable names if the trimmer baseline is set + // Otherwise, we just prettify the trimmable names + if (cfg.TrimmerBaseline is null) + { + // Only prettify the trimmable names + foreach (var (name, (nonFunctions, functions)) in visitor.TrimmableTypes) + { + newNames[name] = new RenamedType( + ApplyPrettifyOnlyPipeline(null, name, cfg.NameOverrides, visitor.AffixTypes, nameTransformer), + nonFunctions.ToDictionary(x => x, x => ApplyPrettifyOnlyPipeline(name, x, cfg.NameOverrides, visitor.AffixTypes, nameTransformer)), + functions.ToDictionary(x => x.Name, x => ApplyPrettifyOnlyPipeline(name, x.Name, cfg.NameOverrides, visitor.AffixTypes, nameTransformer)) + ); + } + } + else { + // Trim and prettify the trimmable names + // Get all the trimmers that are above this baseline. We also sort by the version. Why? Because someone // couldn't be bothered to introduce a weight property. It is also unclear what effect this has on 2.17/2.18 // but to be honest those trimmers aren't used and are only included for posterity and understanding of the // old logic. var trimmers = trimmerProviders .SelectMany(x => x.Get(ctx.JobKey)) - .OrderBy(x => x.Version) + .Append(new NameAffixerEarlyTrimmer(visitor.AffixTypes)) + .Append(new NameAffixerLateTrimmer(visitor.AffixTypes)) + .Append(new PrettifyNamesTrimmer(nameTransformer)) + .OrderBy(x => x.Order) .ToArray(); // Create a type name dictionary to trim the type names. - var typeNames = visitor.Types.ToDictionary( + var typeNames = visitor.TrimmableTypes.ToDictionary( x => x.Key, - x => (x.Key, (List?)null) + x => new CandidateNames(x.Key, []) ); // If we don't have a prefix hint and don't have more than one type, we can't determine a prefix so don't @@ -125,126 +135,101 @@ bool IsEnum ); } - // Now rename everything within that type. + // Now rename everything within each type. foreach (var (typeName, (newTypeName, _)) in typeNames) { - var (_, (consts, functions, isEnum)) = visitor.Types.First(x => x.Key == typeName); + var (_, (consts, functions)) = visitor.TrimmableTypes.First(x => x.Key == typeName); // Rename the "constants" i.e. all the consts/static readonlys in this type. These are treated // individually because everything that isn't a constant or a function is only prettified instead of prettified & trimmed. - var constNames = consts?.ToDictionary( + var constNames = consts.ToDictionary( x => x, - x => (Primary: x, (List?)null) + x => new CandidateNames(x, []) ); - // Trim the constants if we have any. - if (constNames is not null) - { - Trim( - new NameTrimmerContext - { - Container = typeName, - Names = constNames, - Configuration = cfg, - JobKey = ctx.JobKey, - NonDeterminant = visitor.NonDeterminant, - }, - trimmers - ); - } - else - { - constNames = new Dictionary?)>(); - } + // Trim the constants. + Trim( + new NameTrimmerContext + { + Container = typeName, + Names = constNames, + Configuration = cfg, + JobKey = ctx.JobKey, + NonDeterminant = visitor.NonDeterminant, + }, + trimmers + ); // Rename the functions. More often that not functions have different nomenclature to constants, so we // treat them separately. var functionNames = functions - ?.DistinctBy(x => x.Name) - .ToDictionary(x => x.Name, x => (Primary: x.Name, (List?)null)); + .DistinctBy(x => x.Name) + .ToDictionary(x => x.Name, x => new CandidateNames(x.Name, [])); // Collect the syntax as this is used for conflict resolution in the Trim function. - var functionSyntax = - functions is null || functionNames is null - ? null - : functionNames.Keys.ToDictionary( - x => x, - x => functions.Where(y => y.Name == x).Select(y => y.Syntax) - ); - - // Now trim if we have any functions. - if (functionNames is not null) - { - Trim( - new NameTrimmerContext - { - Container = typeName, - Names = functionNames, - Configuration = cfg, - JobKey = ctx.JobKey, - NonDeterminant = visitor.NonDeterminant, - }, - trimmers, - functionSyntax - ); - } + var functionSyntax = functionNames.Keys.ToDictionary( + x => x, + x => functions.Where(y => y.Name == x).Select(y => y.Syntax) + ); - // Add back anything else that isn't a trimming candidate (but should still have a pretty name) - var prettifiedOnly = visitor.PrettifyOnlyTypes.TryGetValue(typeName, out var val) - ? val.Select(x => new KeyValuePair?)>( - x, - (x, null) - )) - : []; + // Trim the functions. + Trim( + new NameTrimmerContext + { + Container = typeName, + Names = functionNames, + Configuration = cfg, + JobKey = ctx.JobKey, + NonDeterminant = visitor.NonDeterminant, + }, + trimmers, + functionSyntax + ); // Add it to the rewriter's list of names to... rewrite... - types[typeName] = ( - newTypeName.Prettify(translator, allowAllCaps: true), // <-- lenient about caps for type names - // TODO deprecate secondaries if they're within the baseline? - constNames - .Concat(prettifiedOnly) - .ToDictionary(x => x.Key, x => x.Value.Primary.Prettify(translator)), - functionNames?.ToDictionary( - x => x.Key, - x => x.Value.Primary.Prettify(translator) - ), - isEnum + newNames[typeName] = new RenamedType( + newTypeName, + constNames.ToDictionary(x => x.Key, x => x.Value.Primary), + functionNames.ToDictionary(x => x.Key, x => x.Value.Primary) ); } } - else // (there's no trimming baseline) + + // Prettify the prettify only names + foreach (var (typeName, memberNames) in visitor.PrettifyOnlyTypes) { - // Prettify only if the user has not indicated they want to trim. - foreach (var (name, (nonFunctions, functions, isEnum)) in visitor.Types) + if (!newNames.TryGetValue(typeName, out var renamedType)) { - types[name] = ( - name.Prettify(translator, allowAllCaps: true), // <-- lenient about caps for type names (e.g. GL) - nonFunctions?.ToDictionary(x => x, x => x.Prettify(translator)), - functions?.ToDictionary(x => x.Name, x => x.Name.Prettify(translator)), - isEnum - ); + renamedType = new RenamedType(ApplyPrettifyOnlyPipeline(null, typeName, cfg.NameOverrides, visitor.AffixTypes, nameTransformer), [], []); } + + foreach (var memberName in memberNames) + { + renamedType.NonFunctions[memberName] = ApplyPrettifyOnlyPipeline(typeName, memberName, cfg.NameOverrides, visitor.AffixTypes, nameTransformer); + } + + newNames[typeName] = renamedType; } if (logger.IsEnabled(LogLevel.Debug)) { - foreach (var (name, (newName, nonFunctions, functions, _)) in types) + foreach (var (name, (newName, nonFunctions, functions)) in newNames) { logger.LogDebug("{} = {}", name, newName); - foreach (var (old, @new) in nonFunctions ?? new()) + foreach (var (old, @new) in nonFunctions) { logger.LogDebug("{}.{} = {}.{}", name, old, newName, @new); } - foreach (var (old, @new) in functions ?? new()) + foreach (var (old, @new) in functions) { logger.LogDebug("{}.{} = {}.{}", name, old, newName, @new); } } } - // Before we rename, we should ensure name dependent things are correct e.g. DllImport explicitly specify their - // EntryPoint + // Before we rename, we should ensure name dependent things are correct + // e.g. DllImport explicitly specify their EntryPoint logger.LogDebug("Fixing up attributes for {} to make them safe for rename...", ctx.JobKey); var rewriter = new RenameSafeAttributeListsRewriter(); var proj = ctx.SourceProject; @@ -263,21 +248,22 @@ functions is null || functionNames is null } } + // Find symbols and rename their references var sw = Stopwatch.StartNew(); logger.LogDebug("Discovering references to symbols to rename for {}...", ctx.JobKey); ctx.SourceProject = proj; + var comp = await proj.GetCompilationAsync(ct) - ?? throw new InvalidOperationException( - "Failed to obtain compilation for source project!" - ); + ?? throw new InvalidOperationException("Failed to obtain compilation for source project!"); + await NameUtils.RenameAllAsync( ctx, - types.SelectMany(x => + newNames.SelectMany(x => { var nonFunctionConflicts = x - .Value.NonFunctions?.Values.Where(y => - x.Value.Functions?.ContainsValue(y) ?? false + .Value.NonFunctions.Values.Where(y => + x.Value.Functions.ContainsValue(y) ) .ToHashSet(); return comp.GetSymbolsWithName(x.Key, SymbolFilter.Type, ct) @@ -286,15 +272,15 @@ await NameUtils.RenameAllAsync( [ .. Enumerable.SelectMany( [ - .. x.Value.NonFunctions?.Select(z => - nonFunctionConflicts?.Contains(z.Value) ?? false + .. x.Value.NonFunctions.Select(z => + nonFunctionConflicts.Contains(z.Value) ? new KeyValuePair( z.Key, $"{z.Value}Value" ) : z - ) ?? [], - .. x.Value.Functions ?? [], + ), + .. x.Value.Functions, ], z => { @@ -314,6 +300,7 @@ z.MethodKind is MethodKind.Constructor or MethodKind.Destructor logger, ct ); + logger.LogDebug( "Reference renaming took {} seconds for {}.", sw.Elapsed.TotalSeconds, @@ -326,8 +313,8 @@ z.MethodKind is MethodKind.Constructor or MethodKind.Destructor { var doc = proj.GetDocument(docId); if ( - doc is not { FilePath: not null, Name: not null } - || types + doc is not { FilePath: not null } + || newNames .OrderByDescending(x => x.Key.Length) .FirstOrDefault(x => doc.FilePath.Contains(x.Key) || doc.Name.Contains(x.Key)) is not { Key: { } oldName, Value.NewName: { } newName } @@ -336,26 +323,100 @@ z.MethodKind is MethodKind.Constructor or MethodKind.Destructor continue; } - proj = doc.ReplaceNameAndPath(oldName, newName).Project; + var originalName = doc.Name; + doc = doc.ReplaceNameAndPath(oldName, newName); + + var found = false; + if (doc.FilePath is not null) + { + foreach (var checkDocId in proj.DocumentIds) + { + if (checkDocId == docId) + { + continue; + } + + var checkDoc = proj.GetDocument(checkDocId); + if (checkDoc?.FilePath is null) + { + continue; + } + + if (checkDoc.FilePath == doc.FilePath) + { + found = true; + break; + } + } + } + + if (found) + { + logger.LogError($"{originalName} -> {doc.Name} failed to rename file as a file already exists at {doc.FilePath}"); + } + else + { + proj = doc.Project; + } } ctx.SourceProject = proj; } - private static readonly SymbolRenameOptions _typeRenameOptions = - new( - RenameOverloads: false, - RenameInStrings: false, - RenameInComments: false, - RenameFile: true - ); - private static readonly SymbolRenameOptions _memberRenameOptions = - new( - RenameOverloads: true, - RenameInStrings: false, - RenameInComments: false, - RenameFile: false - ); + /// + /// Applies the prettify only pipeline. + /// This currently consists of checking for name overrides first. + /// Then if no override is found, then the name's affixes are removed, + /// the name is prettified, and the name's affixes are added back. + /// + private string ApplyPrettifyOnlyPipeline( + string? container, + string name, + Dictionary nameOverrides, + Dictionary affixTypes, + ICulturedStringTransformer nameTransformer) + { + // Check for overrides + foreach (var (nativeName, overriddenName) in nameOverrides) + { + if (nativeName.Contains('.')) + { + // We're processing a type dictionary, so don't add a member thing. + if (container is null) + { + continue; + } + + // Check whether the override is for this type. + var span = nativeName.AsSpan(); + var containerSpan = span[..span.IndexOf('.')]; + if (!containerSpan.Equals("*", StringComparison.Ordinal) && !containerSpan.Equals(container, StringComparison.Ordinal)) + { + continue; + } + + var nameToAdd = span[(span.IndexOf('.') + 1)..].ToString(); + if (nameToAdd == name) + { + return overriddenName; + } + } + else if (nativeName == name) + { + return overriddenName; + } + } + + // Be lenient about caps for type names (e.g. GL) + var allowAllCaps = container == null; + + var result = name; + result = RemoveAffixes(result, container, name, affixTypes, null); + result = result.Prettify(nameTransformer, allowAllCaps); + result = ApplyAffixes(result, container, name, affixTypes, null); + + return result; + } private void Trim( NameTrimmerContext context, @@ -365,11 +426,8 @@ private void Trim( { // Ensure the trimmers don't see names that have been manually overridden, as we don't want them to influence // automatic prefix determination for example - var namesToTrim = context.Names!; - foreach ( - var (nativeName, overriddenName) in context.Configuration.NameOverrides - ?? Enumerable.Empty>() - ) + var namesToTrim = context.Names; + foreach (var (nativeName, overriddenName) in context.Configuration.NameOverrides) { var nameToAdd = nativeName; if (nativeName.Contains('.')) @@ -381,11 +439,9 @@ private void Trim( } // Check whether the override is for this type. - var span = context.Container.AsSpan(); - if ( - span[..span.IndexOf('.')] is "*" - || span[..span.IndexOf('.')] == context.Container - ) + var span = nativeName.AsSpan(); + var containerSpan = span[..span.IndexOf('.')]; + if (containerSpan.Equals("*", StringComparison.Ordinal) || containerSpan.Equals(context.Container, StringComparison.Ordinal)) { nameToAdd = span[(span.IndexOf('.') + 1)..].ToString(); } @@ -412,9 +468,9 @@ private void Trim( namesToTrim.Remove(nameToAdd); // Apply the name override to the dictionary we actually use. - context.Names![nameToAdd] = ( + context.Names[nameToAdd] = new CandidateNames( overriddenName, - [.. v.Secondary ?? Enumerable.Empty(), nameToAdd] + [.. v.Secondary, nameToAdd] ); } @@ -424,28 +480,25 @@ private void Trim( trimmer.Trim(context with { Names = namesToTrim }); } - // Apply changes. + // Apply changes if (namesToTrim != context.Names) { foreach (var (evalName, result) in namesToTrim) { - context.Names![evalName] = result; + context.Names[evalName] = result; } } // Prefer shorter names - foreach (var (trimmingName, (primary, secondary)) in context.Names!) + foreach (var (_, (_, secondary)) in context.Names) { - context.Names![trimmingName] = ( - primary, - secondary?.OrderByDescending(x => x.Length).ToList() - ); + secondary.Sort((a, b) => -a.Length.CompareTo(b.Length)); } // Create a map from primaries to trimming names, to account for multiple overloads with the same primary and // same trimming name (i.e. it is a generated/transformed overload) but differing discriminators. var primaries = new Dictionary>(); - foreach (var (trimmingName, (primary, _)) in context.Names!) + foreach (var (trimmingName, (primary, _)) in context.Names) { var trimmingNamesForPrimary = primaries.TryGetValue(primary, out var tnfp) ? tnfp @@ -460,11 +513,7 @@ private void Trim( // Keep track of the method discriminators to determine whether we have incompatible overloads that need to be // renamed. We keep track of the first trimming name so that we can add it to conflictingTrimmingNames when we // do discover a conflict (along with the trimming name of the actual conflict). - var methDiscrims = - new Dictionary< - string, - (string? FirstTrimmingName, List Methods) - >(); + var methDiscrims = new Dictionary Methods)>(); var conflictingTrimmingNames = new HashSet(); while (namesToEval.GetEnumerator() is var e && e.MoveNext() && e.Current is var primary) { @@ -488,7 +537,7 @@ private void Trim( foreach (var trimmingNameToEval in trimmingNamesForOldPrimary) { // Do we even have a secondary to fall back on if there is a conflict? - if ((context.Names![trimmingNameToEval].Secondary?.Count ?? 0) == 0) + if (context.Names[trimmingNameToEval].Secondary.Count == 0) { noSecondaryTrimmingName ??= trimmingNameToEval; nNoSecondaries++; @@ -603,16 +652,11 @@ var conflictingTrimmingName in ( { // Update the output name. var firstSecondary = - context.Names![first].Secondary - ?? throw new InvalidOperationException( - "More than one trimming name without secondary names." - ); + context.Names[first].Secondary + ?? throw new InvalidOperationException("More than one trimming name without secondary names."); var firstNextPrimary = firstSecondary[^1]; firstSecondary.RemoveAt(firstSecondary.Count - 1); - context.Names![first] = ( - firstNextPrimary, - firstSecondary.Count == 0 ? null : firstSecondary - ); + context.Names[first] = new CandidateNames(firstNextPrimary, firstSecondary); // Update our primary to trimming name map var trimmingNamesForFirst = primaries.TryGetValue( @@ -648,16 +692,11 @@ out var tnff // Conflict resolution! Update the output name. var secondary = - context.Names![conflictingTrimmingName].Secondary - ?? throw new InvalidOperationException( - "More than one trimming name without secondary names." - ); + context.Names[conflictingTrimmingName].Secondary + ?? throw new InvalidOperationException("More than one trimming name without secondary names."); var nextPrimary = secondary[^1]; secondary.RemoveAt(secondary.Count - 1); - context.Names![conflictingTrimmingName] = ( - nextPrimary, - secondary.Count == 0 ? null : secondary - ); + context.Names[conflictingTrimmingName] = new CandidateNames(nextPrimary, secondary); // Update our primary to trimming name map var trimmingNamesForNewPrimary = primaries.TryGetValue(nextPrimary, out var tnfp) @@ -686,276 +725,709 @@ out var tnff } } - private class Visitor : CSharpSyntaxWalker + /// + /// Gets affix data for the specified container and original name of the identifier. + /// + /// The container name. Either null or the containing type. + /// The original name of the identifier. Either the type name or the member name. + /// The affix data retrieved by the . + /// The name affixes for the specified identifier. + private static NameAffix[] GetAffixes(string? container, string originalName, Dictionary affixTypes) { - public Dictionary< - string, - ( - List? NonFunctions, - List<(string Name, MethodDeclarationSyntax Syntax)>? Functions, - bool IsEnum - ) - > Types = new(); - - public Dictionary> PrettifyOnlyTypes = new(); - public HashSet NonDeterminant { get; } = []; - private ( - ClassDeclarationSyntax Class, - List NonFunctions, - List<(string Name, MethodDeclarationSyntax Syntax)> Functions - )? _classInProgress; - private (EnumDeclarationSyntax Enum, List EnumMembers)? _enumInProgress; - private FieldDeclarationSyntax? _visitingField = null; - private bool _prettifyOnly; + TypeAffixData typeAffixData; + if (container == null) + { + if (!affixTypes.TryGetValue(originalName, out typeAffixData)) + { + return []; + } - public override void VisitClassDeclaration(ClassDeclarationSyntax node) + return typeAffixData.TypeAffixes; + } + + if (affixTypes.TryGetValue(container, out typeAffixData)) { - if ( - _classInProgress is not null // nesting is ignored for now - || _enumInProgress is not null // class nested in an enum, wtf? - || node.Ancestors().OfType().Any() // again... nesting is ignored. - ) + if (typeAffixData.MemberAffixes?.TryGetValue(originalName, out var affixes) ?? false) { - return; + return affixes; } + } - if ( - node.AttributeLists.Any(x => - x.Attributes.Any(y => y.IsAttribute("Silk.NET.Core.Transformed")) - ) - ) + return []; + } + + /// + /// Removes affixes from the specified primary name and adds the original specified primary to the secondary list if provided. + /// + /// + /// Designed to be used by either or . + /// + /// The current primary name. + /// The container name. Either null or the containing type. + /// The original name of the identifier. Either the type name or the member name. + /// The affix data retrieved by the . + /// The list of secondary names. This should be null if used by . + /// The new primary name. + private static string RemoveAffixes(string primary, string? container, string originalName, Dictionary affixTypes, List? secondary) + { + var affixes = GetAffixes(container, originalName, affixTypes); + if (affixes.Length == 0) + { + return primary; + } + + var originalPrimary = primary; + + // Sort affixes so that the outer affixes are first + affixes.Sort(static (a, b) => + { + // Sort by ascending order + // Higher order means the affix is closer to the inside of the name + if (a.Order != b.Order) { - NonDeterminant.Add(node.Identifier.ToString()); + return a.Order.CompareTo(b.Order); } - _classInProgress = ( - node, - new List(), - new List<(string, MethodDeclarationSyntax)>() - ); + // Then by descending declaration order + // Lower declaration order means the affix is closer to the inside of the name + return -a.DeclarationOrder.CompareTo(b.DeclarationOrder); + }); - // Recurse into the members. - base.VisitClassDeclaration(node); - var id = node.Identifier.ToString(); + var prefixes = affixes.Where(x => x.IsPrefix).ToList(); + var suffixes = affixes.Where(x => !x.IsPrefix).ToList(); + + RemoveSide(true, prefixes); + RemoveSide(false, suffixes); - // Tolerate partial classes. - if (!Types.TryGetValue(id, out var inner)) + if (originalPrimary != primary) + { + secondary?.Add(originalPrimary); + } + + return primary; + + void RemoveSide(bool isPrefix, List nameAffixes) + { + while (nameAffixes.Count > 0) { - inner = (new List(), new List<(string, MethodDeclarationSyntax)>(), false); - Types.Add(id, inner); + var removedAffix = false; + for (var i = 0; i < nameAffixes.Count; i++) + { + var affix = nameAffixes[i]; + if (isPrefix ? primary.StartsWith(affix.Affix) : primary.EndsWith(affix.Affix)) + { + primary = isPrefix ? primary[affix.Affix.Length..] : primary[..^affix.Affix.Length]; + + nameAffixes.RemoveAt(i); + removedAffix = true; + break; + } + } + + if (!removedAffix) + { + break; + } } + } + } - // Merge with the other partials. - (inner.NonFunctions ??= new List()).AddRange( - _classInProgress.Value.NonFunctions - ); - (inner.Functions ??= new List<(string, MethodDeclarationSyntax)>()).AddRange( - _classInProgress.Value.Functions - ); - _classInProgress = null; + /// + /// Applies affixes to the specified primary name and adds fallbacks to the secondary list if provided. + /// + /// + /// Designed to be used by either or . + /// + /// The current primary name. + /// The container name. Either null or the containing type. + /// The original name of the identifier. Either the type name or the member name. + /// The affix data retrieved by the . + /// The list of secondary names. This should be null if used by . + /// The new primary name. + private static string ApplyAffixes(string primary, string? container, string originalName, Dictionary affixTypes, List? secondary) + { + var affixes = GetAffixes(container, originalName, affixTypes); + if (affixes.Length == 0) + { + return primary; } - public override void VisitFieldDeclaration(FieldDeclarationSyntax node) + // Sort affixes by priority + // Negative priority is first, followed by highest non-negative priority + // This groups the required affixes at the start and each group of fallback affixes together + affixes.Sort(static (a, b) => { - // Can't have a field within a field or an enum. This is basically a "wtf" check. - if (_visitingField is not null || _enumInProgress is not null) + // Negative priority first + // These are our required affixes + if (int.Sign(a.DiscriminatorPriority) != 1 || int.Sign(b.DiscriminatorPriority) != 1) { - return; + return a.DiscriminatorPriority.CompareTo(b.DiscriminatorPriority); } - // If it's not a constant then we only prettify. - if ( - !node.Modifiers.Any(SyntaxKind.ConstKeyword) - && !node.Modifiers.Any(SyntaxKind.StaticKeyword) - ) + // Then sort the remaining by descending priority + return -a.DiscriminatorPriority.CompareTo(b.DiscriminatorPriority); + }); + + // This is guaranteed to be non-null when this method returns if there is at least one affix + string? newPrimary = null; + + var currentPriority = -1; + for (var affixI = 0; affixI < affixes.Length; affixI++) + { + var affix = affixes[affixI]; + if (currentPriority == -1 && affix.DiscriminatorPriority < 0) { - _prettifyOnly = true; + continue; } - _visitingField = node; - base.VisitFieldDeclaration(node); - _prettifyOnly = false; - _visitingField = null; + if (currentPriority == -1 || affix.DiscriminatorPriority < currentPriority) + { + currentPriority = affix.DiscriminatorPriority; + CreateName(primary, affixes.AsSpan()[..affixI], ref newPrimary, secondary); + if (secondary == null) + { + return newPrimary!; + } + } } - public override void VisitVariableDeclarator(VariableDeclaratorSyntax node) + CreateName(primary, affixes, ref newPrimary, secondary); + + return newPrimary!; + + static void CreateName(string name, Span currentAffixes, ref string? newPrimary, List? secondary) { - if (node.Parent?.Parent != _visitingField) + // Sort affixes so that the inner affixes are first + currentAffixes.Sort(static (a, b) => { - return; - } + // Sort by descending order + // Higher order means the affix is closer to the inside of the name + if (a.Order != b.Order) + { + return -a.Order.CompareTo(b.Order); + } - if ( - _prettifyOnly - && node.Parent?.Parent?.Parent is BaseTypeDeclarationSyntax type - && type.Parent?.FirstAncestorOrSelf() is null - ) + // Then by ascending declaration order + // Lower declaration order means the affix is closer to the inside of the name + return a.DeclarationOrder.CompareTo(b.DeclarationOrder); + }); + + foreach (var affix in currentAffixes) { - var tiden = type.Identifier.ToString(); - if (!PrettifyOnlyTypes.TryGetValue(tiden, out var inner)) + if (affix.Order >= 0) { - inner = new List(); - PrettifyOnlyTypes.Add(tiden, inner); + if (affix.IsPrefix) + { + name = affix.Affix + name; + } + else + { + name += affix.Affix; + } } + } - var iden = node.Identifier.ToString(); - inner.Add(iden); + if (newPrimary == null) + { + newPrimary = name; } - else if (_classInProgress is not null && !_prettifyOnly) + else { - _classInProgress.Value.NonFunctions.Add(node.Identifier.ToString()); + secondary?.Add(name); } } + } - public override void VisitMethodDeclaration(MethodDeclarationSyntax node) + /// + public Task> BeforeScrapeAsync(string key, List rsps) + { + foreach (var responseFile in rsps) { - if (node.Parent == _classInProgress?.Class) + if (!responseFile.GeneratorConfiguration.DontUseUsingStaticsForEnums) { - _classInProgress!.Value.Functions.Add((node.Identifier.ToString(), node)); + logger.LogWarning( + "{} (for {}) should use exclude-using-statics-for-enums as PrettifyNames does not resolve " + + "conflicts with members of other types.", + responseFile.FilePath, + key + ); + } + if (!responseFile.GeneratorConfiguration.DontUseUsingStaticsForGuidMember) + { + logger.LogWarning( + "{} (for {}) should use exclude-using-statics-for-guid-members as PrettifyNames does not resolve " + + "conflicts with members of other types.", + responseFile.FilePath, + key + ); } } - public override void VisitPropertyDeclaration(PropertyDeclarationSyntax node) + return Task.FromResult(rsps); + } + + /// + /// Contains the new name of a type and mappings between original names and new names of its members. + /// + /// The new name of the type. + /// The mappings from original names to new names of the type's non-function members. + /// The mappings from original names to new names of the type's function members. + private record struct RenamedType(string NewName, Dictionary NonFunctions, Dictionary Functions); + + private record struct NameAffix(bool IsPrefix, string Affix, int Order, int DiscriminatorPriority, int DeclarationOrder); + + private record struct TypeData(List NonFunctions, List Functions); + private record struct FunctionData(string Name, MethodDeclarationSyntax Syntax); + private record struct TypeAffixData(NameAffix[] TypeAffixes, Dictionary? MemberAffixes); + + private class Visitor : CSharpSyntaxWalker + { + /// + /// A mapping from type names to their member names (along with some additional info). + /// These names are first trimmed, then prettified. + /// + public Dictionary TrimmableTypes { get; } = new(); + + /// + /// A mapping from type names to their member names. + /// These names do not participate in trimming and are only prettified. + /// + public Dictionary> PrettifyOnlyTypes { get; } = new(); + + /// + /// A mapping from type names to the type's affix data, which contains mappings from member names to each member's affix data. + /// This is used at the start of trimming to remove declared affixes and at the end to restore declared affixes. + /// Declared affixes are defined by the [NamePrefix] and [NameSuffix] attributes and don't contribute towards the usual trimming processes. + /// + public Dictionary AffixTypes { get; } = new(); + + /// + /// A set of type names marked with the [Transformed] attribute. + /// + /// + /// These are not used for prefix determination since they can contain identifiers that + /// are not part of the original source code. + /// + public HashSet NonDeterminant { get; } = new(); + + /// + /// Tracks the type that we currently are visiting. + /// + private TypeInProgress? _typeInProgress; + + /// + /// Tracks the enum that we currently are visiting. + /// + private EnumInProgress? _enumInProgress; + + /// + /// While this is called a "type" in progress, this represents either a class or a struct. + /// + /// The class or struct's declaration syntax node. + /// The names of the non-function members directly contained by the type. + /// The names of the function members directly contained by the type. + private record struct TypeInProgress(TypeDeclarationSyntax Type, List NonFunctions, List Functions); + + /// + /// Represents an enum. + /// + /// The enum's declaration syntax node. + /// The names of the members directly contained by the enum. + private record struct EnumInProgress(EnumDeclarationSyntax Enum, List EnumMembers); + + /// + /// Returns whether we are currently inside of a type. + /// + /// + /// Note that we currently do not handle nested types. + /// If we encounter a type while we are already in a type, we ignore that type. + /// If we encounter a non-type (i.e., a type member), we add the member to the type we are already in. + /// + private bool IsCurrentlyInType(SyntaxNode node) => + _typeInProgress is not null + || _enumInProgress is not null + || node.Ancestors().OfType().Any(); + + private bool TryGetAffixData(SyntaxList attributeLists, out NameAffix[] affixes) { - if (node.Parent == _classInProgress?.Class) + affixes = []; + var declarationOrder = 0; + foreach (var list in attributeLists) { - _classInProgress!.Value.NonFunctions.Add(node.Identifier.ToString()); + foreach (var attribute in list.Attributes) + { + if (!attribute.IsAttribute("Silk.NET.Core.NameAffix")) + { + continue; + } + + if (attribute.ArgumentList != null) + { + var type = (attribute.ArgumentList.Arguments[0].Expression as LiteralExpressionSyntax)?.Token.Value as string; + var affix = (attribute.ArgumentList.Arguments[1].Expression as LiteralExpressionSyntax)?.Token.Value as string; + var order = (attribute.ArgumentList.Arguments[2].Expression as LiteralExpressionSyntax)?.Token.Value as int? ?? -1; + var discriminatorPriority = (attribute.ArgumentList.Arguments[3].Expression as LiteralExpressionSyntax)?.Token.Value as int? ?? -1; + + if (affix != null) + { + affixes = [..affixes, new NameAffix(type == "Prefix", affix, order, discriminatorPriority, declarationOrder)]; + declarationOrder++; + } + } + } } + + return affixes.Length != 0; } - public override void VisitDelegateDeclaration(DelegateDeclarationSyntax node) + private void ReportTypeAffixData(string typeIdentifier, SyntaxList attributeLists) { - if ( - _classInProgress is not null - || _enumInProgress is not null - || node.Ancestors().OfType().Any() - ) + if (!TryGetAffixData(attributeLists, out var affixes)) { - if (node.Parent == _classInProgress?.Class) - { - _classInProgress!.Value.NonFunctions.Add(node.Identifier.ToString()); - } + return; + } + if (!AffixTypes.TryGetValue(typeIdentifier, out var typeAffixData)) + { + typeAffixData = new TypeAffixData([], null); + } + + AffixTypes[typeIdentifier] = typeAffixData with + { + TypeAffixes = [..typeAffixData.TypeAffixes, ..affixes], + }; + } + + private void ReportMemberAffixData(string typeIdentifier, string memberIdentifier, SyntaxList attributeLists) + { + if (!TryGetAffixData(attributeLists, out var affixData)) + { return; } - if ( - node.AttributeLists.Any(x => - x.Attributes.Any(y => y.IsAttribute("Silk.NET.Core.Transformed")) - ) - ) + if (!AffixTypes.TryGetValue(typeIdentifier, out var typeAffixData)) { - NonDeterminant.Add(node.Identifier.ToString()); + typeAffixData = new TypeAffixData([], null); } - Types.Add(node.Identifier.ToString(), (null, null, false)); + // Note that TryAdd will lead to affixes for later members being silently dropped. + // This is to handle methods which have the same name and affixes. It is fine to drop the affixes in this case. + (typeAffixData.MemberAffixes ??= []).TryAdd(memberIdentifier, affixData); + AffixTypes[typeIdentifier] = typeAffixData; } - public override void VisitStructDeclaration(StructDeclarationSyntax node) + // ----- Types ----- + + public override void VisitClassDeclaration(ClassDeclarationSyntax node) { - if ( - _classInProgress is not null - || _enumInProgress is not null - || node.Ancestors().OfType().Any() - ) + if (IsCurrentlyInType(node)) { return; } - if ( - node.AttributeLists.Any(x => - x.Attributes.Any(y => y.IsAttribute("Silk.NET.Core.Transformed")) - ) - ) + var identifier = node.Identifier.ToString(); + if (node.AttributeLists.ContainsAttribute("Silk.NET.Core.Transformed")) { - NonDeterminant.Add(node.Identifier.ToString()); + NonDeterminant.Add(identifier); } - Types[node.Identifier.ToString()] = (null, null, false); - base.VisitStructDeclaration(node); + ReportTypeAffixData(identifier, node.AttributeLists); + + // Recurse into members. + _typeInProgress = new TypeInProgress(node, [], []); + base.VisitClassDeclaration(node); + + // Merge with existing data in case of partials + if (!TrimmableTypes.TryGetValue(identifier, out var typeData)) + { + typeData = new TypeData([], []); + TrimmableTypes.Add(identifier, typeData); + } + + typeData.NonFunctions.AddRange(_typeInProgress.Value.NonFunctions.Where(nonFunction => !typeData.NonFunctions.Contains(nonFunction))); + typeData.Functions.AddRange(_typeInProgress.Value.Functions); + + _typeInProgress = null; } - public override void VisitEnumMemberDeclaration(EnumMemberDeclarationSyntax node) + public override void VisitStructDeclaration(StructDeclarationSyntax node) { - if (node.Parent == _enumInProgress?.Enum) + if (IsCurrentlyInType(node)) + { + return; + } + + var identifier = node.Identifier.ToString(); + if (node.AttributeLists.ContainsAttribute("Silk.NET.Core.Transformed")) + { + NonDeterminant.Add(identifier); + } + + ReportTypeAffixData(identifier, node.AttributeLists); + + // Recurse into members + _typeInProgress = new TypeInProgress(node, [], []); + base.VisitStructDeclaration(node); + + // Merge with existing data in case of partials + if (!TrimmableTypes.TryGetValue(identifier, out var typeData)) { - _enumInProgress!.Value.EnumMembers.Add(node.Identifier.ToString()); + typeData = new TypeData([], []); + TrimmableTypes.Add(identifier, typeData); } + + typeData.NonFunctions.AddRange(_typeInProgress.Value.NonFunctions.Where(nonFunction => !typeData.NonFunctions.Contains(nonFunction))); + typeData.Functions.AddRange(_typeInProgress.Value.Functions); + + _typeInProgress = null; } public override void VisitEnumDeclaration(EnumDeclarationSyntax node) { - if ( - _classInProgress is not null - || _enumInProgress is not null - || node.Ancestors().OfType().Any() - ) + if (IsCurrentlyInType(node)) { return; } - if ( - node.AttributeLists.Any(x => - x.Attributes.Any(y => y.IsAttribute("Silk.NET.Core.Transformed")) - ) - ) + var identifier = node.Identifier.ToString(); + if (node.AttributeLists.ContainsAttribute("Silk.NET.Core.Transformed")) { - NonDeterminant.Add(node.Identifier.ToString()); + NonDeterminant.Add(identifier); } - _enumInProgress = (node, new List()); + ReportTypeAffixData(identifier, node.AttributeLists); + + // Recurse into members + _enumInProgress = new EnumInProgress(node, []); base.VisitEnumDeclaration(node); - var id = _enumInProgress.Value.Enum.Identifier.ToString(); - if (!Types.TryGetValue(id, out var inner)) + + // Merge with existing data in case of partials + if (!TrimmableTypes.TryGetValue(identifier, out var typeData)) { - inner = (new List(), new List<(string, MethodDeclarationSyntax)>(), true); - Types.Add(id, inner); + typeData = new TypeData([], []); + TrimmableTypes.Add(identifier, typeData); } - (inner.NonFunctions ??= new List()).AddRange(_enumInProgress.Value.EnumMembers); + typeData.NonFunctions.AddRange(_enumInProgress.Value.EnumMembers); _enumInProgress = null; } + + public override void VisitDelegateDeclaration(DelegateDeclarationSyntax node) + { + var identifier = node.Identifier.ToString(); + if (IsCurrentlyInType(node)) + { + if (node.Parent == _typeInProgress?.Type) + { + _typeInProgress!.Value.NonFunctions.Add(identifier); + } + + return; + } + + if (node.AttributeLists.ContainsAttribute("Silk.NET.Core.Transformed")) + { + NonDeterminant.Add(identifier); + } + + ReportTypeAffixData(identifier, node.AttributeLists); + TrimmableTypes.Add(identifier, new TypeData([], [])); + } + + // ----- Members ----- + + public override void VisitEnumMemberDeclaration(EnumMemberDeclarationSyntax node) + { + if (node.Parent == _enumInProgress?.Enum) + { + var typeIdentifier = _enumInProgress!.Value.Enum.Identifier.ToString(); + var memberIdentifier = node.Identifier.ToString(); + ReportMemberAffixData(typeIdentifier, memberIdentifier, node.AttributeLists); + + _enumInProgress!.Value.EnumMembers.Add(memberIdentifier); + } + } + + public override void VisitFieldDeclaration(FieldDeclarationSyntax node) + { + // If it's not a constant then we only prettify + // C constants are globally scoped and typically prefixed, so we trim in addition to prettifying + var prettifyOnly = !node.Modifiers.Any(SyntaxKind.ConstKeyword) && !node.Modifiers.Any(SyntaxKind.StaticKeyword); + + if (node.Parent == _typeInProgress?.Type) + { + var typeIdentifier = _typeInProgress!.Value.Type.Identifier.ToString(); + foreach (var variable in node.Declaration.Variables) + { + var memberIdentifier = variable.Identifier.ToString(); + ReportMemberAffixData(typeIdentifier, memberIdentifier, node.AttributeLists); + + if (prettifyOnly) + { + if (!PrettifyOnlyTypes.TryGetValue(typeIdentifier, out var typeData)) + { + typeData = []; + PrettifyOnlyTypes.Add(typeIdentifier, typeData); + } + + typeData.Add(memberIdentifier); + } + else + { + _typeInProgress.Value.NonFunctions.Add(memberIdentifier); + } + } + } + } + + public override void VisitMethodDeclaration(MethodDeclarationSyntax node) + { + if (node.Parent == _typeInProgress?.Type) + { + var typeIdentifier = _typeInProgress!.Value.Type.Identifier.ToString(); + var memberIdentifier = node.Identifier.ToString(); + + if (_typeInProgress!.Value.Type.IsKind(SyntaxKind.StructDeclaration)) + { + // Prettify only + // Struct methods are introduced by the generator so they are not prefixed + if (!PrettifyOnlyTypes.TryGetValue(typeIdentifier, out var typeData)) + { + typeData = []; + PrettifyOnlyTypes.Add(typeIdentifier, typeData); + } + + typeData.Add(memberIdentifier); + } + else + { + // Trim + Prettify + ReportMemberAffixData(typeIdentifier, memberIdentifier, node.AttributeLists); + + _typeInProgress!.Value.Functions.Add(new FunctionData(memberIdentifier, node)); + } + } + } + + public override void VisitPropertyDeclaration(PropertyDeclarationSyntax node) + { + if (node.Parent == _typeInProgress?.Type) + { + var typeIdentifier = _typeInProgress!.Value.Type.Identifier.ToString(); + var memberIdentifier = node.Identifier.ToString(); + ReportMemberAffixData(typeIdentifier, memberIdentifier, node.AttributeLists); + + // If it's not a constant then we only prettify. + var hasSetter = node.AccessorList?.Accessors.Any(a => a.IsKind(SyntaxKind.SetAccessorDeclaration) || a.IsKind(SyntaxKind.InitAccessorDeclaration)) ?? false; + if (hasSetter) + { + if (!PrettifyOnlyTypes.TryGetValue(typeIdentifier, out var typeData)) + { + typeData = []; + PrettifyOnlyTypes.Add(typeIdentifier, typeData); + } + + typeData.Add(memberIdentifier); + } + else + { + _typeInProgress!.Value.NonFunctions.Add(memberIdentifier); + } + } + } } private class RenameSafeAttributeListsRewriter : CSharpSyntaxRewriter { public override SyntaxNode VisitMethodDeclaration(MethodDeclarationSyntax node) => - ( - (MethodDeclarationSyntax)base.VisitMethodDeclaration(node)! - ).WithRenameSafeAttributeLists(); + ((MethodDeclarationSyntax)base.VisitMethodDeclaration(node)!) + .WithRenameSafeAttributeLists(); } - private Location? IdentifierLocation(SyntaxNode? node) => - node switch - { - BaseTypeDeclarationSyntax bt => bt.Identifier.GetLocation(), - DelegateDeclarationSyntax d => d.Identifier.GetLocation(), - EnumMemberDeclarationSyntax em => em.Identifier.GetLocation(), - EventDeclarationSyntax e => e.Identifier.GetLocation(), - MethodDeclarationSyntax m => m.Identifier.GetLocation(), - PropertyDeclarationSyntax p => p.Identifier.GetLocation(), - VariableDeclaratorSyntax v => v.Identifier.GetLocation(), - ConstructorDeclarationSyntax c => c.Identifier.GetLocation(), - DestructorDeclarationSyntax d => d.Identifier.GetLocation(), - _ => null, - }; + private class NameAffixerEarlyTrimmer(Dictionary affixTypes) : INameTrimmer + { + /// + public Version Version => new(0, 0, 0); - /// - public Task> BeforeScrapeAsync(string key, List rsps) + /// + public int Order => (int)TrimmerOrder.NameAffixerEarlyTrimmer; + + public void Trim(NameTrimmerContext context) + { + if (context.Container == null) + { + foreach (var (original, (primary, secondary)) in context.Names) + { + var secondaries = secondary; + var newPrimary = RemoveAffixes(primary, null, original, affixTypes, secondaries); + context.Names[original] = new CandidateNames(newPrimary, secondaries); + } + + return; + } + + foreach (var (original, (primary, secondary)) in context.Names) + { + var secondaries = secondary; + var newPrimary = RemoveAffixes(primary, context.Container, original, affixTypes, secondaries); + context.Names[original] = new CandidateNames(newPrimary, secondaries); + } + } + } + + private class NameAffixerLateTrimmer(Dictionary affixTypes) : INameTrimmer { - foreach (var responseFile in rsps) + /// + public Version Version => new(0, 0, 0); + + /// + public int Order => (int)TrimmerOrder.NameAffixerLateTrimmer; + + public void Trim(NameTrimmerContext context) { - if (!responseFile.GeneratorConfiguration.DontUseUsingStaticsForEnums) + if (context.Container == null) { - logger.LogWarning( - "{} (for {}) should use exclude-using-statics-for-enums as PrettifyNames does not resolve " - + "conflicts with members of other types.", - responseFile.FilePath, - key - ); + foreach (var (original, (primary, secondary)) in context.Names) + { + var secondaries = secondary; + var newPrimary = ApplyAffixes(primary, null, original, affixTypes, secondaries); + context.Names[original] = new CandidateNames(newPrimary, secondaries); + } + + return; + } + + foreach (var (original, (primary, secondary)) in context.Names) + { + var secondaries = secondary; + var newPrimary = ApplyAffixes(primary, context.Container, original, affixTypes, secondaries); + context.Names[original] = new CandidateNames(newPrimary, secondaries); } } + } - return Task.FromResult(rsps); + private class PrettifyNamesTrimmer(ICulturedStringTransformer nameTransformer) : INameTrimmer + { + /// + public Version Version => new(0, 0, 0); + + /// + public int Order => (int)TrimmerOrder.PrettifyNamesTrimmer; + + public void Trim(NameTrimmerContext context) + { + foreach (var (original, (primary, secondary)) in context.Names) + { + // Be lenient about caps for type names (e.g. GL) + var allowAllCaps = context.Container == null; + + for (var i = 0; i < secondary.Count; i++) + { + secondary[i] = secondary[i].Prettify(nameTransformer, allowAllCaps); + } + + context.Names[original] = new CandidateNames(primary.Prettify(nameTransformer, allowAllCaps), secondary); + } + } } } diff --git a/sources/SilkTouch/SilkTouch/Mods/StripAttributes.cs b/sources/SilkTouch/SilkTouch/Mods/StripAttributes.cs new file mode 100644 index 0000000000..09e2e10091 --- /dev/null +++ b/sources/SilkTouch/SilkTouch/Mods/StripAttributes.cs @@ -0,0 +1,189 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis.CSharp.Syntax; +using Microsoft.Extensions.Options; +using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; + +namespace Silk.NET.SilkTouch.Mods; + +/// +/// Strips matching attributes from the generated bindings. +/// +[ModConfiguration] +public class StripAttributes(IOptionsSnapshot cfg) : IMod +{ + /// + /// mod configuration. + /// + public record Configuration + { + /// + /// The list of attribute types to remove. These must be exact matches. + /// + public HashSet Remove { get; init; } = new(); + } + + /// + public async Task ExecuteAsync(IModContext ctx, CancellationToken ct = default) + { + var config = cfg.Get(ctx.JobKey); + + var proj = ctx.SourceProject; + if (proj == null) + { + return; + } + + var compilation = await proj.GetCompilationAsync(ct); + if (compilation == null) + { + return; + } + + var rewriter = new Rewriter(config); + foreach (var docId in proj.DocumentIds) + { + var doc = proj.GetDocument(docId) ?? throw new InvalidOperationException("Document missing"); + proj = doc.WithSyntaxRoot( + rewriter.Visit(await doc.GetSyntaxRootAsync(ct))?.NormalizeWhitespace() + ?? throw new InvalidOperationException("Visit returned null.") + ).Project; + } + + ctx.SourceProject = proj; + } + + private class Rewriter(Configuration config) : ModCSharpSyntaxRewriter + { + private SyntaxList StripAttributes(SyntaxList attributeLists) + { + var results = attributeLists + .Select(list => + { + var attributes = list.Attributes; + attributes = [..attributes.Where(attribute => !config.Remove.Contains(attribute.Name.ToString()))]; + + return attributes.Count == 0 ? null : list.WithAttributes(attributes); + }) + .Where(list => list != null) + .Cast(); + + return List(results); + } + + // ----- Types ----- + + /// + public override SyntaxNode VisitClassDeclaration(ClassDeclarationSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (ClassDeclarationSyntax)base.VisitClassDeclaration(node)!; + return node; + } + + /// + public override SyntaxNode VisitStructDeclaration(StructDeclarationSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (StructDeclarationSyntax)base.VisitStructDeclaration(node)!; + return node; + } + + /// + public override SyntaxNode VisitEnumDeclaration(EnumDeclarationSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (EnumDeclarationSyntax)base.VisitEnumDeclaration(node)!; + return node; + } + + public override SyntaxNode VisitInterfaceDeclaration(InterfaceDeclarationSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (InterfaceDeclarationSyntax)base.VisitInterfaceDeclaration(node)!; + return node; + } + + public override SyntaxNode VisitRecordDeclaration(RecordDeclarationSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (RecordDeclarationSyntax)base.VisitRecordDeclaration(node)!; + return node; + } + + public override SyntaxNode VisitDelegateDeclaration(DelegateDeclarationSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (DelegateDeclarationSyntax)base.VisitDelegateDeclaration(node)!; + return node; + } + + // ----- Members ----- + + /// + public override SyntaxNode VisitEnumMemberDeclaration(EnumMemberDeclarationSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (EnumMemberDeclarationSyntax)base.VisitEnumMemberDeclaration(node)!; + return node; + } + + /// + public override SyntaxNode VisitPropertyDeclaration(PropertyDeclarationSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (PropertyDeclarationSyntax)base.VisitPropertyDeclaration(node)!; + return node; + } + + /// + public override SyntaxNode VisitMethodDeclaration(MethodDeclarationSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (MethodDeclarationSyntax)base.VisitMethodDeclaration(node)!; + return node; + } + + /// + public override SyntaxNode VisitFieldDeclaration(FieldDeclarationSyntax node) + { + // This just uses the first declared field's identifier in cases where a field declares multiple variables + // Eg: int a, b; + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (FieldDeclarationSyntax)base.VisitFieldDeclaration(node)!; + return node; + } + + public override SyntaxNode VisitEventDeclaration(EventDeclarationSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (EventDeclarationSyntax)base.VisitEventDeclaration(node)!; + return node; + } + + public override SyntaxNode VisitConstructorDeclaration(ConstructorDeclarationSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (ConstructorDeclarationSyntax)base.VisitConstructorDeclaration(node)!; + return node; + } + + public override SyntaxNode VisitDestructorDeclaration(DestructorDeclarationSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (DestructorDeclarationSyntax)base.VisitDestructorDeclaration(node)!; + return node; + } + + // ----- Other ----- + + public override SyntaxNode VisitParameter(ParameterSyntax node) + { + node = node.WithAttributeLists(StripAttributes(node.AttributeLists)); + node = (ParameterSyntax)base.VisitParameter(node)!; + return node; + } + } +} diff --git a/sources/SilkTouch/SilkTouch/Mods/TransformEnums.cs b/sources/SilkTouch/SilkTouch/Mods/TransformEnums.cs index 107ae9e93d..81c6c91f37 100644 --- a/sources/SilkTouch/SilkTouch/Mods/TransformEnums.cs +++ b/sources/SilkTouch/SilkTouch/Mods/TransformEnums.cs @@ -44,7 +44,7 @@ public enum EnumBackingTypePreference } /// - /// TransformEnums mod configuration. + /// mod configuration. /// public record Configuration { @@ -177,8 +177,8 @@ public async Task ExecuteAsync(IModContext ctx, CancellationToken ct = default) return; } - var referenceDetector = new MemberReferenceDetector(); - var rewriter = new Rewriter(config, removeMemberFilters, compilation, referenceDetector); + var memberRewriteDecider = new MemberRewriteDecider(); + var rewriter = new Rewriter(config, removeMemberFilters, compilation, memberRewriteDecider); foreach (var docId in proj.DocumentIds) { var doc = proj.GetDocument(docId) ?? throw new InvalidOperationException("Document missing"); @@ -191,7 +191,7 @@ public async Task ExecuteAsync(IModContext ctx, CancellationToken ct = default) ctx.SourceProject = proj; } - private class Rewriter(Configuration config, List removeMemberFilters, Compilation compilation, MemberReferenceDetector referenceDetector) : CSharpSyntaxRewriter + private class Rewriter(Configuration config, List removeMemberFilters, Compilation compilation, MemberRewriteDecider memberRewriteDecider) : CSharpSyntaxRewriter { public override SyntaxNode? VisitEnumDeclaration(EnumDeclarationSyntax node) { @@ -219,9 +219,7 @@ private class Rewriter(Configuration config, List removeMember .ToList(); } - var isFlagsEnum = node.AttributeLists.SelectMany(list => list.Attributes) - .Any(attribute => attribute.IsAttribute("System.Flags")); - + var isFlagsEnum = node.AttributeLists.ContainsAttribute("System.Flags"); if (isFlagsEnum && config.AddNoneMemberToFlags) { // Add None member if it doesn't exist yet @@ -254,36 +252,7 @@ private class Rewriter(Configuration config, List removeMember } } - if (config.RewriteMemberValues) - { - members = members - .Select(m => - { - if (m.Parent == null) - { - return m; - } - - // Enum member contains a reference - // We want to preserve these - referenceDetector.Visit(m.EqualsValue); - if (referenceDetector.ContainsReference) - { - return m; - } - - var fieldSymbol = semanticModel.GetDeclaredSymbol(m); - if (fieldSymbol == null) - { - return m; - } - - var value = Convert.ToInt64(fieldSymbol.ConstantValue); - return m.WithEqualsValue(CreateEqualsValueClause(value, isFlagsEnum)); - }) - .ToList(); - } - + // This code uses the semantic model for members so it has to run before the members are rewritten below switch (config.CoerceBackingTypes) { case EnumBackingTypePreference.PreferSigned: @@ -324,6 +293,28 @@ private class Rewriter(Configuration config, List removeMember case EnumBackingTypePreference.PreferUnsigned: { + var hasNegativeValues = members.Any(m => { + if (m.Parent == null) + { + return false; + } + + var fieldSymbol = semanticModel.GetDeclaredSymbol(m); + if (fieldSymbol == null) + { + return false; + } + + var value = Convert.ToInt64(fieldSymbol.ConstantValue); + return value < 0; + }); + + if (hasNegativeValues) + { + // Enum has negative values, we can't use an unsigned backing type + break; + } + var baseList = originalNode.BaseList; var baseTypes = (baseList?.Types ?? []) .Select(t => @@ -359,6 +350,42 @@ private class Rewriter(Configuration config, List removeMember } } + if (config.RewriteMemberValues) + { + members = members + .Select(m => + { + if (m.Parent == null) + { + return m; + } + + if (m.EqualsValue != null) + { + memberRewriteDecider.Visit(m.EqualsValue); + if (!memberRewriteDecider.ShouldRewrite) + { + return m; + } + } + + var fieldSymbol = semanticModel.GetDeclaredSymbol(m); + if (fieldSymbol == null) + { + return m; + } + + if (fieldSymbol.ConstantValue == null) + { + return m; + } + + var value = Convert.ToInt64(fieldSymbol.ConstantValue); + return m.WithEqualsValue(CreateEqualsValueClause(value, isFlagsEnum)); + }) + .ToList(); + } + node = node.WithMembers([..members]); return base.VisitEnumDeclaration(node); @@ -373,20 +400,38 @@ private EqualsValueClauseSyntax CreateEqualsValueClause(long value, bool useHex) } } - private class MemberReferenceDetector : CSharpSyntaxWalker + private class MemberRewriteDecider : CSharpSyntaxWalker { - public bool ContainsReference { get; private set; } + /// + /// Whether the enum member's value should be rewritten to be simpler. + /// We default to rewriting the member value, but do not if the enum member contains important information. + /// + /// Currently, there is only 1 case. + /// + /// Case 1: References to enum members or constants. Eg: NoneKHR = None in Vulkan. + /// We approximate this by checking for identifiers in the . + /// + public bool ShouldRewrite { get; private set; } public override void VisitEqualsValueClause(EqualsValueClauseSyntax node) { - ContainsReference = false; + ShouldRewrite = true; base.VisitEqualsValueClause(node); } public override void VisitIdentifierName(IdentifierNameSyntax node) { base.VisitIdentifierName(node); - ContainsReference = true; + ShouldRewrite = false; + } + + public override void VisitCastExpression(CastExpressionSyntax node) + { + // Ignore cast expressions + // These contain identifiers, but these identifiers are references to types. + // + // Eg: DepthBufferBit = unchecked((uint)0x00000100) + // uint is an identifier, but we want to rewrite this anyway } } } diff --git a/sources/SilkTouch/SilkTouch/Mods/TransformHandles.cs b/sources/SilkTouch/SilkTouch/Mods/TransformHandles.cs index 0387459f74..afe9d46e77 100644 --- a/sources/SilkTouch/SilkTouch/Mods/TransformHandles.cs +++ b/sources/SilkTouch/SilkTouch/Mods/TransformHandles.cs @@ -48,6 +48,11 @@ public class Config /// Whether the DSL (i.e. nullptr) should be usable with handle types. /// public bool UseDSL { get; init; } + + /// + /// The order with which the -Handle suffix is applied. + /// + public int HandleSuffixOrder { get; init; } = 0; } /// @@ -121,17 +126,15 @@ public override async Task ExecuteAsync(IModContext ctx, CancellationToken ct = } // Do the two following transformation to all references of the handle types: - // 1. Add -Handle suffix // 2. Reduce pointer dimensions ctx.SourceProject = project; await LocationTransformationUtils.ModifyAllReferencesAsync(ctx, handleTypes, [ - new IdentifierRenamingTransformer(handleTypes.Select(t => ((ISymbol)t, GetNewHandleTypeName(t.Name)))), new PointerDimensionReductionTransformer(), ], logger, ct); project = ctx.SourceProject; // Use document IDs from earlier - var handleTypeRewriter = new HandleTypeRewriter(cfg.UseDSL); + var handleTypeRewriter = new HandleTypeRewriter(cfg.UseDSL, cfg.HandleSuffixOrder); foreach (var (originalName, documentId) in handleTypeDocumentIds) { var document = project.GetDocument(documentId) ?? throw new InvalidOperationException("Failed to find document"); @@ -147,28 +150,12 @@ await LocationTransformationUtils.ModifyAllReferencesAsync(ctx, handleTypes, [ // Rewrite handle struct to include handle members document = document.WithSyntaxRoot(handleTypeRewriter.Visit(syntaxRoot).NormalizeWhitespace()); - // Rename document to match type name - document = document.ReplaceNameAndPath(originalName, GetNewHandleTypeName(originalName)); - project = document.Project; } ctx.SourceProject = project; return; - - string GetNewHandleTypeName(string name) - { - // TODO: Hack: This is a temporary fix for trimming _T off of Vulkan handle structs. Remove after implementing the new prettification strategy and things should still work. - if (name.EndsWith("_T")) - { - name = name[..^2]; - } - - name += "Handle"; - - return name; - } } private class MissingHandleTypeDiscoverer(ILogger logger, Compilation compilation, CancellationToken ct) : SymbolVisitor @@ -495,12 +482,17 @@ public override void VisitNamedType(INamedTypeSymbol symbol) } } - private class HandleTypeRewriter(bool useDSL) : CSharpSyntaxRewriter + private class HandleTypeRewriter(bool useDSL, int handleSuffixPriority) : CSharpSyntaxRewriter { public override SyntaxNode VisitStructDeclaration(StructDeclarationSyntax node) { var structName = node.Identifier.Text; - return node.WithIdentifier(Identifier(structName)) + return node + .WithIdentifier(Identifier(structName)) + .WithAttributeLists( + new SyntaxList() + .WithNativeName(structName) + .AddNameSuffix("Handle", handleSuffixPriority)) .WithMembers( List( GetDefaultHandleMembers(structName).Concat(useDSL ? GetDSLHandleMembers(structName) : []) @@ -518,9 +510,11 @@ public override SyntaxNode VisitStructDeclaration(StructDeclarationSyntax node) private static IEnumerable GetDefaultHandleMembers(string structName) { + var backingType = PointerType(PredefinedType(Token(SyntaxKind.VoidKeyword))); + yield return FieldDeclaration( VariableDeclaration( - PointerType(PredefinedType(Token(SyntaxKind.VoidKeyword))), + backingType, SingletonSeparatedList(VariableDeclarator("Handle")) ) ) @@ -528,6 +522,25 @@ private static IEnumerable GetDefaultHandleMembers(stri TokenList(Token(SyntaxKind.PublicKeyword), Token(SyntaxKind.ReadOnlyKeyword)) ); + yield return ConstructorDeclaration(Identifier(structName)) + .WithModifiers( + TokenList(Token(SyntaxKind.PublicKeyword)) + ) + .WithParameterList(ParameterList( + SingletonSeparatedList(Parameter(Identifier("handle")).WithType(backingType))) + ) + .WithBody( + Block( + ExpressionStatement( + AssignmentExpression( + SyntaxKind.SimpleAssignmentExpression, + IdentifierName("Handle"), + IdentifierName("handle") + ) + ) + ) + ); + yield return MethodDeclaration( PredefinedType(Token(SyntaxKind.BoolKeyword)), Identifier("Equals") diff --git a/sources/SilkTouch/SilkTouch/Mods/Transformation/FunctionTransformer.cs b/sources/SilkTouch/SilkTouch/Mods/Transformation/FunctionTransformer.cs index f18fe7ccdf..64baa1ce54 100644 --- a/sources/SilkTouch/SilkTouch/Mods/Transformation/FunctionTransformer.cs +++ b/sources/SilkTouch/SilkTouch/Mods/Transformation/FunctionTransformer.cs @@ -251,9 +251,7 @@ Action transform x.Attributes.Where(y => !y.IsAttribute("System.Runtime.InteropServices.DllImport") && !y.IsAttribute("Silk.NET.Core.NativeFunction") - && !y.IsAttribute( - "System.Runtime.CompilerServices.MethodImpl" - ) + && !y.IsAttribute("System.Runtime.CompilerServices.MethodImpl") ) ) ) diff --git a/sources/SilkTouch/SilkTouch/Naming/CandidateNames.cs b/sources/SilkTouch/SilkTouch/Naming/CandidateNames.cs new file mode 100644 index 0000000000..101122c6c8 --- /dev/null +++ b/sources/SilkTouch/SilkTouch/Naming/CandidateNames.cs @@ -0,0 +1,18 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +namespace Silk.NET.SilkTouch.Naming; + +/// +/// Represents the set of primary and secondary options for the trimmed version of a name. +/// +/// The preferred version of the trimmed name. +/// The fallback versions of the trimmed name in case the primary does not work. +public record struct CandidateNames(string Primary, List Secondary) +{ + /// + /// Formats this instance as a string. + /// + public override string ToString() => + $"(Primary={Primary}, Secondary=[{string.Join(", ", Secondary)}])"; +} diff --git a/sources/SilkTouch/SilkTouch/Naming/CandidateNamesWithOriginal.cs b/sources/SilkTouch/SilkTouch/Naming/CandidateNamesWithOriginal.cs new file mode 100644 index 0000000000..98dcbfa1e4 --- /dev/null +++ b/sources/SilkTouch/SilkTouch/Naming/CandidateNamesWithOriginal.cs @@ -0,0 +1,20 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +namespace Silk.NET.SilkTouch.Naming; + +/// +/// Represents the set of primary and secondary options for the trimmed version of a name. +/// Also includes the original, unmodified name. +/// +/// The preferred version of the trimmed name. +/// The fallback versions of the trimmed name in case the primary does not work. +/// The original, unmodified name. +public record struct CandidateNamesWithOriginal(string Primary, List Secondary, string Original) +{ + /// + /// Formats this instance as a string. + /// + public override string ToString() => + $"(Original={Original}, Primary={Primary}, Secondary=[{string.Join(", ", Secondary)}])"; +} diff --git a/sources/SilkTouch/SilkTouch/Naming/INameTrimmer.cs b/sources/SilkTouch/SilkTouch/Naming/INameTrimmer.cs index 813b74647f..ec77fef58e 100644 --- a/sources/SilkTouch/SilkTouch/Naming/INameTrimmer.cs +++ b/sources/SilkTouch/SilkTouch/Naming/INameTrimmer.cs @@ -15,6 +15,12 @@ public interface INameTrimmer /// Version Version { get; } + /// + /// Used to define the order that the trimmers will run in. + /// Higher values indicate that the trimmer should run later. + /// + int Order { get; } + /// /// Trims prefixes from the given constituent names within the given container. /// diff --git a/sources/SilkTouch/SilkTouch/Naming/NameTrimmer.cs b/sources/SilkTouch/SilkTouch/Naming/NameTrimmer.cs index e8f3980035..c8a8ff7718 100644 --- a/sources/SilkTouch/SilkTouch/Naming/NameTrimmer.cs +++ b/sources/SilkTouch/SilkTouch/Naming/NameTrimmer.cs @@ -14,6 +14,9 @@ public class NameTrimmer : INameTrimmer /// public virtual Version Version => new(3, 0); + /// + public virtual int Order => (int)TrimmerOrder.NameTrimmer; + /// /// Determines whether a second pass without using is warranted. /// @@ -32,8 +35,7 @@ public class NameTrimmer : INameTrimmer public void Trim(NameTrimmerContext context) { string? identifiedPrefix = null; - Dictionary? Secondary, string Original)> localNames = - null!; + Dictionary localNames = null!; var nPasses = HasRawPass ? HasNaivePass ? 3 @@ -135,7 +137,7 @@ hint is null foreach ( var candidatePrefix in !string.IsNullOrWhiteSpace(identifiedPrefix) ? [identifiedPrefix] // otherwise we fall back to the hints... - : context.Configuration.GlobalPrefixHints ?? Enumerable.Empty() + : context.Configuration.GlobalPrefixHints ?? [] ) { if ( @@ -160,13 +162,13 @@ hint is null continue; } - var sec = secondary ?? []; + var sec = secondary; sec.Add(oldPrimary); // this was trimmingName originally. given that we're using trimming name to determine a prefix but then // using that prefix on the old primary, this could cause intended behaviour in some cases. there's probably // a better way to do this. (this is working around glDisablei -> glDisable -> Disablei). - context.Names![originalName] = (oldPrimary[prefixLen..].Trim('_'), sec); + context.Names![originalName] = new CandidateNames(oldPrimary[prefixLen..].Trim('_'), sec); break; } } @@ -191,13 +193,10 @@ hint is null /// Returns the local names dictionary alongside it as well. That is, the mapping of the results of /// to the new name. /// - protected ( - string Prefix, - Dictionary? Secondary, string Original)> - )? GetPrefix( + protected (string Prefix, Dictionary)? GetPrefix( string? container, string? hint, - Dictionary? Secondary)>? names, + Dictionary? names, Dictionary? prefixOverrides, HashSet? nonDeterminant, bool getTrimmingName, @@ -217,7 +216,7 @@ bool naive : container ?? hint ?? string.Empty; var localNames = names.ToDictionary( x => getTrimmingName ? GetTrimmingName(prefixOverrides, x.Key, false, hint) : x.Key, - x => (x.Value.Primary, x.Value.Secondary, x.Key) + x => new CandidateNamesWithOriginal(x.Value.Primary, x.Value.Secondary, x.Key) ); // Set the prefix to the prefix override for this container, if it exists. @@ -248,7 +247,7 @@ container is not null ) : NameUtils.FindCommonPrefix( localNames - .Where(x => !(nonDeterminant?.Contains(x.Value.Key) ?? false)) + .Where(x => !(nonDeterminant?.Contains(x.Value.Original) ?? false)) .Select(x => x.Key) .ToList(), // If naive mode is on and we're trimming type names, allow full matches (method class is diff --git a/sources/SilkTouch/SilkTouch/Naming/NameTrimmer217.cs b/sources/SilkTouch/SilkTouch/Naming/NameTrimmer217.cs index 87287fea40..e188daad90 100644 --- a/sources/SilkTouch/SilkTouch/Naming/NameTrimmer217.cs +++ b/sources/SilkTouch/SilkTouch/Naming/NameTrimmer217.cs @@ -13,6 +13,9 @@ public class NameTrimmer217 : NameTrimmer /// public override Version Version => new(2, 17); + /// + public override int Order => (int)TrimmerOrder.NameTrimmer217; + /// protected override bool HasRawPass => false; diff --git a/sources/SilkTouch/SilkTouch/Naming/NameTrimmer218.cs b/sources/SilkTouch/SilkTouch/Naming/NameTrimmer218.cs index de89020c0a..fd9a0b8fbf 100644 --- a/sources/SilkTouch/SilkTouch/Naming/NameTrimmer218.cs +++ b/sources/SilkTouch/SilkTouch/Naming/NameTrimmer218.cs @@ -11,6 +11,9 @@ public class NameTrimmer218 : NameTrimmer /// public override Version Version => new(2, 18); + /// + public override int Order => (int)TrimmerOrder.NameTrimmer218; + /// protected override bool HasRawPass => false; diff --git a/sources/SilkTouch/SilkTouch/Naming/NameTrimmerContext.cs b/sources/SilkTouch/SilkTouch/Naming/NameTrimmerContext.cs index 3c5a7c132b..caede1740e 100644 --- a/sources/SilkTouch/SilkTouch/Naming/NameTrimmerContext.cs +++ b/sources/SilkTouch/SilkTouch/Naming/NameTrimmerContext.cs @@ -26,10 +26,7 @@ public readonly struct NameTrimmerContext /// names or other names that are otherwise less preferred to the primary name are listed in the optional secondary /// list (in order of preference). /// - public required Dictionary< - string, - (string Primary, List? Secondary) - >? Names { get; init; } + public required Dictionary Names { get; init; } /// /// Gets the current configuration for the mod. @@ -37,8 +34,8 @@ public required Dictionary< public PrettifyNames.Configuration Configuration { get; init; } /// - /// Gets a set of original API names (i.e. key sto ) that have been marked with - /// the Transformed attribute. + /// Gets a set of original API names (i.e. the key stored in ) that have been marked with + /// the [Transformed] attribute. /// public HashSet NonDeterminant { get; init; } } diff --git a/sources/SilkTouch/SilkTouch/Naming/NameUtils.cs b/sources/SilkTouch/SilkTouch/Naming/NameUtils.cs index 873a5e360a..a23297ce68 100644 --- a/sources/SilkTouch/SilkTouch/Naming/NameUtils.cs +++ b/sources/SilkTouch/SilkTouch/Naming/NameUtils.cs @@ -41,31 +41,33 @@ public static partial class NameUtils /// Prettifies the given string. /// /// The string to prettify. - /// + /// /// The transformer that mutates a humanised string before being converted back to pascal case. /// /// Whether the output is allowed to be fully capitalised ("all caps"). /// The pretty string. - public static string Prettify( - this string str, - ICulturedStringTransformer transformer, - bool allowAllCaps = false - ) + public static string Prettify(this string str, ICulturedStringTransformer nameTransformer, bool allowAllCaps = false) { + if (str.Length == 0) + { + throw new InvalidOperationException("Cannot prettify an empty string"); + } + var ret = string.Join( null, str.LenientUnderscore() .Humanize() - .Transform(transformer) + .Transform(nameTransformer) .Pascalize() .Where(x => char.IsLetter(x) || char.IsNumber(x)) ); if (ret.Length == 0) { - throw new InvalidOperationException($"Failed to prettify string: {str}"); + throw new InvalidOperationException($"Prettification for '{str}' led to an empty string"); } + // Disallow all capitals var retSpan = ret.AsSpan(); if (!allowAllCaps && retSpan.IndexOfAny(NotUppercase) == -1) { @@ -73,6 +75,7 @@ public static string Prettify( retSpan[1..].ToLower(caps, CultureInfo.InvariantCulture); ret = $"{ret[0]}{caps}"; } + return !char.IsLetter(ret[0]) ? $"X{ret}" : ret; } @@ -126,7 +129,7 @@ public static string FindCommonPrefix( /// Finds a common prefix in a set of names with respect to the word boundaries /// /// Set of names, snake_case - /// Allows result to be a a full match with one of the names + /// Allows result to be a full match with one of the names /// Match length limit /// /// Just match the start of the strings, don't bother checking for obvious name separation gaps. @@ -256,6 +259,7 @@ public string Transform(string input, CultureInfo? culture) { continue; } + if ( word.Length > longAcronymThreshold || !AllCapitals(word) diff --git a/sources/SilkTouch/SilkTouch/Naming/TrimmerOrder.cs b/sources/SilkTouch/SilkTouch/Naming/TrimmerOrder.cs new file mode 100644 index 0000000000..d7cdf310ff --- /dev/null +++ b/sources/SilkTouch/SilkTouch/Naming/TrimmerOrder.cs @@ -0,0 +1,22 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +namespace Silk.NET.SilkTouch.Naming; + +/// +/// Defines the order for SilkTouch's implementations. +/// +internal enum TrimmerOrder +{ + NameTrimmer = 100, + NameTrimmer217 = 110, + NameTrimmer218 = 120, + + NameAffixerEarlyTrimmer = 200, + + MixKhronosData = 300, + + PrettifyNamesTrimmer = 400, + + NameAffixerLateTrimmer = 500, +} diff --git a/sources/SilkTouch/SilkTouch/Sources/IInputResolver.cs b/sources/SilkTouch/SilkTouch/Sources/IInputResolver.cs index ee26b26b55..d78b13ec67 100644 --- a/sources/SilkTouch/SilkTouch/Sources/IInputResolver.cs +++ b/sources/SilkTouch/SilkTouch/Sources/IInputResolver.cs @@ -118,9 +118,7 @@ async Task ResolveInPlace(IList files) async Task Resolve(ClangScraper.Configuration config) { await ResolveInPlace(config.ClangSharpResponseFiles); - foreach ( - var (k, v) in config.ManualOverrides ?? Enumerable.Empty>() - ) + foreach (var (k, v) in config.ManualOverrides ?? []) { config.ManualOverrides![k] = await ResolvePath(v); } diff --git a/sources/Vulkan/Vulkan/Enums/AccessFlags2.gen.cs b/sources/Vulkan/Vulkan/Enums/AccessFlags2.gen.cs index 9cbcf813fb..893ffd8862 100644 --- a/sources/Vulkan/Vulkan/Enums/AccessFlags2.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/AccessFlags2.gen.cs @@ -77,7 +77,7 @@ public enum AccessFlags2 : ulong FragmentDensityMapReadBitEXT = 0x1000000, ColorAttachmentReadNoncoherentBitEXT = 0x80000, DescriptorBufferReadBitEXT = 0x20000000000, - InvocationMaskReadBitHuawei = 0x8000000000, + InvocationMaskReadBitHUAWEI = 0x8000000000, ShaderBindingTableReadBitKHR = 0x10000000000, MicromapReadBitEXT = 0x100000000000, MicromapWriteBitEXT = 0x200000000000, diff --git a/sources/Vulkan/Vulkan/Enums/AccessFlags3KHR.gen.cs b/sources/Vulkan/Vulkan/Enums/AccessFlags3KHR.gen.cs index 03a3b97178..2a8f9fc781 100644 --- a/sources/Vulkan/Vulkan/Enums/AccessFlags3KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/AccessFlags3KHR.gen.cs @@ -12,5 +12,5 @@ namespace Silk.NET.Vulkan; [Flags] public enum AccessFlags3KHR : ulong { - Access3NoneKHR = 0x0, + Access3None = 0x0, } diff --git a/sources/Vulkan/Vulkan/Enums/DataGraphPipelineSessionCreateFlagsARM.gen.cs b/sources/Vulkan/Vulkan/Enums/DataGraphPipelineSessionCreateFlagsARM.gen.cs index 5d003e59e5..9cd2f03dd2 100644 --- a/sources/Vulkan/Vulkan/Enums/DataGraphPipelineSessionCreateFlagsARM.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/DataGraphPipelineSessionCreateFlagsARM.gen.cs @@ -13,5 +13,5 @@ namespace Silk.NET.Vulkan; public enum DataGraphPipelineSessionCreateFlagsARM : ulong { None = 0x0, - ProtectedBitARM = 0x1, + ProtectedBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Enums/ImageConstraintsInfoFlagsFuchsia.gen.cs b/sources/Vulkan/Vulkan/Enums/ImageConstraintsInfoFlagsFUCHSIA.gen.cs similarity index 89% rename from sources/Vulkan/Vulkan/Enums/ImageConstraintsInfoFlagsFuchsia.gen.cs rename to sources/Vulkan/Vulkan/Enums/ImageConstraintsInfoFlagsFUCHSIA.gen.cs index 847dbefcfa..0f0cfe2cc4 100644 --- a/sources/Vulkan/Vulkan/Enums/ImageConstraintsInfoFlagsFuchsia.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/ImageConstraintsInfoFlagsFUCHSIA.gen.cs @@ -10,7 +10,7 @@ namespace Silk.NET.Vulkan; [Transformed] [Flags] -public enum ImageConstraintsInfoFlagsFuchsia : uint +public enum ImageConstraintsInfoFlagsFUCHSIA : uint { None = 0x0, } diff --git a/sources/Vulkan/Vulkan/Enums/ImageFormatConstraintsFlagsFuchsia.gen.cs b/sources/Vulkan/Vulkan/Enums/ImageFormatConstraintsFlagsFUCHSIA.gen.cs similarity index 89% rename from sources/Vulkan/Vulkan/Enums/ImageFormatConstraintsFlagsFuchsia.gen.cs rename to sources/Vulkan/Vulkan/Enums/ImageFormatConstraintsFlagsFUCHSIA.gen.cs index dbc1377a31..22d644ca3d 100644 --- a/sources/Vulkan/Vulkan/Enums/ImageFormatConstraintsFlagsFuchsia.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/ImageFormatConstraintsFlagsFUCHSIA.gen.cs @@ -10,7 +10,7 @@ namespace Silk.NET.Vulkan; [Transformed] [Flags] -public enum ImageFormatConstraintsFlagsFuchsia : uint +public enum ImageFormatConstraintsFlagsFUCHSIA : uint { None = 0x0, } diff --git a/sources/Vulkan/Vulkan/Enums/MemoryDecompressionMethodFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Enums/MemoryDecompressionMethodFlagsEXT.gen.cs index 4f91fd9f07..992907a03b 100644 --- a/sources/Vulkan/Vulkan/Enums/MemoryDecompressionMethodFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/MemoryDecompressionMethodFlagsEXT.gen.cs @@ -13,6 +13,6 @@ namespace Silk.NET.Vulkan; public enum MemoryDecompressionMethodFlagsEXT : ulong { None = 0x0, - MemoryDecompressionMethodGdeflate1X0BitEXT = 0x1, - MemoryDecompressionMethodGdeflate1X0BitNV = 0x1, + Gdeflate1X0Bit = 0x1, + Gdeflate1X0BitNV = 0x1, } diff --git a/sources/Vulkan/Vulkan/Enums/PhysicalDeviceSchedulingControlsFlagsARM.gen.cs b/sources/Vulkan/Vulkan/Enums/PhysicalDeviceSchedulingControlsFlagsARM.gen.cs index 2b2dda7f0b..07d2fec18c 100644 --- a/sources/Vulkan/Vulkan/Enums/PhysicalDeviceSchedulingControlsFlagsARM.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/PhysicalDeviceSchedulingControlsFlagsARM.gen.cs @@ -13,5 +13,5 @@ namespace Silk.NET.Vulkan; public enum PhysicalDeviceSchedulingControlsFlagsARM : ulong { None = 0x0, - ShaderCoreCountARM = 0x1, + ShaderCoreCount = 0x1, } diff --git a/sources/Vulkan/Vulkan/Enums/PipelineCreateFlags2.gen.cs b/sources/Vulkan/Vulkan/Enums/PipelineCreateFlags2.gen.cs index 1a1bc04edf..7349010e7f 100644 --- a/sources/Vulkan/Vulkan/Enums/PipelineCreateFlags2.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/PipelineCreateFlags2.gen.cs @@ -59,6 +59,6 @@ public enum PipelineCreateFlags2 : ulong DisallowOpacityMicromapBitARM = 0x2000000000, CaptureDataBitKHR = 0x80000000, IndirectBindableBitEXT = 0x4000000000, - PerLayerFragmentDensityBitValve = 0x10000000000, + PerLayerFragmentDensityBitVALVE = 0x10000000000, X64BitIndexingBitEXT = 0x80000000000, } diff --git a/sources/Vulkan/Vulkan/Enums/PipelineStageFlags2.gen.cs b/sources/Vulkan/Vulkan/Enums/PipelineStageFlags2.gen.cs index 0ebc37dd0e..93ea76f3ba 100644 --- a/sources/Vulkan/Vulkan/Enums/PipelineStageFlags2.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/PipelineStageFlags2.gen.cs @@ -81,11 +81,11 @@ public enum PipelineStageFlags2 : ulong MeshShaderBitNV = 0x100000, TaskShaderBitEXT = 0x80000, MeshShaderBitEXT = 0x100000, - SubpassShaderBitHuawei = 0x8000000000, - InvocationMaskBitHuawei = 0x10000000000, + SubpassShaderBitHUAWEI = 0x8000000000, + InvocationMaskBitHUAWEI = 0x10000000000, AccelerationStructureCopyBitKHR = 0x10000000, MicromapBuildBitEXT = 0x40000000, - ClusterCullingShaderBitHuawei = 0x20000000000, + ClusterCullingShaderBitHUAWEI = 0x20000000000, OpticalFlowBitNV = 0x20000000, ConvertCooperativeVectorMatrixBitNV = 0x100000000000, DataGraphBitARM = 0x40000000000, diff --git a/sources/Vulkan/Vulkan/Enums/SwapchainImageUsageFlagsAndroid.gen.cs b/sources/Vulkan/Vulkan/Enums/SwapchainImageUsageFlagsANDROID.gen.cs similarity index 90% rename from sources/Vulkan/Vulkan/Enums/SwapchainImageUsageFlagsAndroid.gen.cs rename to sources/Vulkan/Vulkan/Enums/SwapchainImageUsageFlagsANDROID.gen.cs index 8e0fc7ff5f..03487d27c9 100644 --- a/sources/Vulkan/Vulkan/Enums/SwapchainImageUsageFlagsAndroid.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/SwapchainImageUsageFlagsANDROID.gen.cs @@ -10,7 +10,7 @@ namespace Silk.NET.Vulkan; [Transformed] [Flags] -public enum SwapchainImageUsageFlagsAndroid : uint +public enum SwapchainImageUsageFlagsANDROID : uint { None = 0x0, } diff --git a/sources/Vulkan/Vulkan/Enums/TensorCreateFlagsARM.gen.cs b/sources/Vulkan/Vulkan/Enums/TensorCreateFlagsARM.gen.cs index 15148b396a..54f86efa97 100644 --- a/sources/Vulkan/Vulkan/Enums/TensorCreateFlagsARM.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/TensorCreateFlagsARM.gen.cs @@ -13,7 +13,7 @@ namespace Silk.NET.Vulkan; public enum TensorCreateFlagsARM : ulong { None = 0x0, - MutableFormatBitARM = 0x1, - ProtectedBitARM = 0x2, - DescriptorBufferCaptureReplayBitARM = 0x4, + MutableFormatBit = 0x1, + ProtectedBit = 0x2, + DescriptorBufferCaptureReplayBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Enums/TensorUsageFlagsARM.gen.cs b/sources/Vulkan/Vulkan/Enums/TensorUsageFlagsARM.gen.cs index 6fe5bcbe7e..9d32407b44 100644 --- a/sources/Vulkan/Vulkan/Enums/TensorUsageFlagsARM.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/TensorUsageFlagsARM.gen.cs @@ -13,9 +13,9 @@ namespace Silk.NET.Vulkan; public enum TensorUsageFlagsARM : ulong { None = 0x0, - ShaderBitARM = 0x2, - TransferSrcBitARM = 0x4, - TransferDstBitARM = 0x8, - ImageAliasingBitARM = 0x10, - DataGraphBitARM = 0x20, + ShaderBit = 0x2, + TransferSrcBit = 0x4, + TransferDstBit = 0x8, + ImageAliasingBit = 0x10, + DataGraphBit = 0x20, } diff --git a/sources/Vulkan/Vulkan/Enums/TensorViewCreateFlagsARM.gen.cs b/sources/Vulkan/Vulkan/Enums/TensorViewCreateFlagsARM.gen.cs index 292d9ac6d0..5e15f4b675 100644 --- a/sources/Vulkan/Vulkan/Enums/TensorViewCreateFlagsARM.gen.cs +++ b/sources/Vulkan/Vulkan/Enums/TensorViewCreateFlagsARM.gen.cs @@ -13,5 +13,5 @@ namespace Silk.NET.Vulkan; public enum TensorViewCreateFlagsARM : ulong { None = 0x0, - DescriptorBufferCaptureReplayBitARM = 0x1, + DescriptorBufferCaptureReplayBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Handles/AccelerationStructureKHRHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/AccelerationStructureHandleKHR.gen.cs similarity index 53% rename from sources/Vulkan/Vulkan/Handles/AccelerationStructureKHRHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/AccelerationStructureHandleKHR.gen.cs index 4bf2f216d4..83aaca56f7 100644 --- a/sources/Vulkan/Vulkan/Handles/AccelerationStructureKHRHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/AccelerationStructureHandleKHR.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct AccelerationStructureKHRHandle +public readonly unsafe partial struct AccelerationStructureHandleKHR { public readonly void* Handle; - public bool Equals(AccelerationStructureKHRHandle other) => Handle == other.Handle; + public AccelerationStructureHandleKHR(void* handle) + { + Handle = handle; + } + + public bool Equals(AccelerationStructureHandleKHR other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is AccelerationStructureKHRHandle other && Equals(other); + obj is AccelerationStructureHandleKHR other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - AccelerationStructureKHRHandle left, - AccelerationStructureKHRHandle right + AccelerationStructureHandleKHR left, + AccelerationStructureHandleKHR right ) => left.Equals(right); public static bool operator !=( - AccelerationStructureKHRHandle left, - AccelerationStructureKHRHandle right + AccelerationStructureHandleKHR left, + AccelerationStructureHandleKHR right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(AccelerationStructureKHRHandle left, NullPtr right) => + public static bool operator ==(AccelerationStructureHandleKHR left, NullPtr right) => left.Equals(right); - public static bool operator !=(AccelerationStructureKHRHandle left, NullPtr right) => + public static bool operator !=(AccelerationStructureHandleKHR left, NullPtr right) => !left.Equals(right); - public static implicit operator AccelerationStructureKHRHandle(NullPtr _) => default; + public static implicit operator AccelerationStructureHandleKHR(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/AccelerationStructureNVHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/AccelerationStructureHandleNV.gen.cs similarity index 57% rename from sources/Vulkan/Vulkan/Handles/AccelerationStructureNVHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/AccelerationStructureHandleNV.gen.cs index a8a77c0186..23d2da3878 100644 --- a/sources/Vulkan/Vulkan/Handles/AccelerationStructureNVHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/AccelerationStructureHandleNV.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct AccelerationStructureNVHandle +public readonly unsafe partial struct AccelerationStructureHandleNV { public readonly void* Handle; - public bool Equals(AccelerationStructureNVHandle other) => Handle == other.Handle; + public AccelerationStructureHandleNV(void* handle) + { + Handle = handle; + } + + public bool Equals(AccelerationStructureHandleNV other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is AccelerationStructureNVHandle other && Equals(other); + obj is AccelerationStructureHandleNV other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - AccelerationStructureNVHandle left, - AccelerationStructureNVHandle right + AccelerationStructureHandleNV left, + AccelerationStructureHandleNV right ) => left.Equals(right); public static bool operator !=( - AccelerationStructureNVHandle left, - AccelerationStructureNVHandle right + AccelerationStructureHandleNV left, + AccelerationStructureHandleNV right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(AccelerationStructureNVHandle left, NullPtr right) => + public static bool operator ==(AccelerationStructureHandleNV left, NullPtr right) => left.Equals(right); - public static bool operator !=(AccelerationStructureNVHandle left, NullPtr right) => + public static bool operator !=(AccelerationStructureHandleNV left, NullPtr right) => !left.Equals(right); - public static implicit operator AccelerationStructureNVHandle(NullPtr _) => default; + public static implicit operator AccelerationStructureHandleNV(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/BufferHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/BufferHandle.gen.cs index 655b625f09..97bc7a7f30 100644 --- a/sources/Vulkan/Vulkan/Handles/BufferHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/BufferHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct BufferHandle { public readonly void* Handle; + public BufferHandle(void* handle) + { + Handle = handle; + } + public bool Equals(BufferHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is BufferHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/BufferViewHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/BufferViewHandle.gen.cs index ecd5a6cb42..cb6c282d41 100644 --- a/sources/Vulkan/Vulkan/Handles/BufferViewHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/BufferViewHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct BufferViewHandle { public readonly void* Handle; + public BufferViewHandle(void* handle) + { + Handle = handle; + } + public bool Equals(BufferViewHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is BufferViewHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/CommandBufferHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/CommandBufferHandle.gen.cs index c1dc7f86ba..f3ccd6c6f1 100644 --- a/sources/Vulkan/Vulkan/Handles/CommandBufferHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/CommandBufferHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct CommandBufferHandle { public readonly void* Handle; + public CommandBufferHandle(void* handle) + { + Handle = handle; + } + public bool Equals(CommandBufferHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is CommandBufferHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/CommandPoolHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/CommandPoolHandle.gen.cs index 6fd49a5cbb..7ab0e52217 100644 --- a/sources/Vulkan/Vulkan/Handles/CommandPoolHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/CommandPoolHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct CommandPoolHandle { public readonly void* Handle; + public CommandPoolHandle(void* handle) + { + Handle = handle; + } + public bool Equals(CommandPoolHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is CommandPoolHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/CuFunctionNVXHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/CuFunctionHandleNVX.gen.cs similarity index 57% rename from sources/Vulkan/Vulkan/Handles/CuFunctionNVXHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/CuFunctionHandleNVX.gen.cs index 7f6c9f8cb1..4a53cde288 100644 --- a/sources/Vulkan/Vulkan/Handles/CuFunctionNVXHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/CuFunctionHandleNVX.gen.cs @@ -8,27 +8,32 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct CuFunctionNVXHandle +public readonly unsafe partial struct CuFunctionHandleNVX { public readonly void* Handle; - public bool Equals(CuFunctionNVXHandle other) => Handle == other.Handle; + public CuFunctionHandleNVX(void* handle) + { + Handle = handle; + } - public override bool Equals(object? obj) => obj is CuFunctionNVXHandle other && Equals(other); + public bool Equals(CuFunctionHandleNVX other) => Handle == other.Handle; + + public override bool Equals(object? obj) => obj is CuFunctionHandleNVX other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(CuFunctionNVXHandle left, CuFunctionNVXHandle right) => + public static bool operator ==(CuFunctionHandleNVX left, CuFunctionHandleNVX right) => left.Equals(right); - public static bool operator !=(CuFunctionNVXHandle left, CuFunctionNVXHandle right) => + public static bool operator !=(CuFunctionHandleNVX left, CuFunctionHandleNVX right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(CuFunctionNVXHandle left, NullPtr right) => left.Equals(right); + public static bool operator ==(CuFunctionHandleNVX left, NullPtr right) => left.Equals(right); - public static bool operator !=(CuFunctionNVXHandle left, NullPtr right) => !left.Equals(right); + public static bool operator !=(CuFunctionHandleNVX left, NullPtr right) => !left.Equals(right); - public static implicit operator CuFunctionNVXHandle(NullPtr _) => default; + public static implicit operator CuFunctionHandleNVX(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/MicromapEXTHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/CuModuleHandleNVX.gen.cs similarity index 52% rename from sources/Vulkan/Vulkan/Handles/MicromapEXTHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/CuModuleHandleNVX.gen.cs index 30a78d613e..c768bdc2fe 100644 --- a/sources/Vulkan/Vulkan/Handles/MicromapEXTHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/CuModuleHandleNVX.gen.cs @@ -8,27 +8,32 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct MicromapEXTHandle +public readonly unsafe partial struct CuModuleHandleNVX { public readonly void* Handle; - public bool Equals(MicromapEXTHandle other) => Handle == other.Handle; + public CuModuleHandleNVX(void* handle) + { + Handle = handle; + } - public override bool Equals(object? obj) => obj is MicromapEXTHandle other && Equals(other); + public bool Equals(CuModuleHandleNVX other) => Handle == other.Handle; + + public override bool Equals(object? obj) => obj is CuModuleHandleNVX other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(MicromapEXTHandle left, MicromapEXTHandle right) => + public static bool operator ==(CuModuleHandleNVX left, CuModuleHandleNVX right) => left.Equals(right); - public static bool operator !=(MicromapEXTHandle left, MicromapEXTHandle right) => + public static bool operator !=(CuModuleHandleNVX left, CuModuleHandleNVX right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(MicromapEXTHandle left, NullPtr right) => left.Equals(right); + public static bool operator ==(CuModuleHandleNVX left, NullPtr right) => left.Equals(right); - public static bool operator !=(MicromapEXTHandle left, NullPtr right) => !left.Equals(right); + public static bool operator !=(CuModuleHandleNVX left, NullPtr right) => !left.Equals(right); - public static implicit operator MicromapEXTHandle(NullPtr _) => default; + public static implicit operator CuModuleHandleNVX(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/DataGraphPipelineSessionARMHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/DataGraphPipelineSessionHandleARM.gen.cs similarity index 52% rename from sources/Vulkan/Vulkan/Handles/DataGraphPipelineSessionARMHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/DataGraphPipelineSessionHandleARM.gen.cs index 3f314ed41b..305425c648 100644 --- a/sources/Vulkan/Vulkan/Handles/DataGraphPipelineSessionARMHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/DataGraphPipelineSessionHandleARM.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct DataGraphPipelineSessionARMHandle +public readonly unsafe partial struct DataGraphPipelineSessionHandleARM { public readonly void* Handle; - public bool Equals(DataGraphPipelineSessionARMHandle other) => Handle == other.Handle; + public DataGraphPipelineSessionHandleARM(void* handle) + { + Handle = handle; + } + + public bool Equals(DataGraphPipelineSessionHandleARM other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is DataGraphPipelineSessionARMHandle other && Equals(other); + obj is DataGraphPipelineSessionHandleARM other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - DataGraphPipelineSessionARMHandle left, - DataGraphPipelineSessionARMHandle right + DataGraphPipelineSessionHandleARM left, + DataGraphPipelineSessionHandleARM right ) => left.Equals(right); public static bool operator !=( - DataGraphPipelineSessionARMHandle left, - DataGraphPipelineSessionARMHandle right + DataGraphPipelineSessionHandleARM left, + DataGraphPipelineSessionHandleARM right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(DataGraphPipelineSessionARMHandle left, NullPtr right) => + public static bool operator ==(DataGraphPipelineSessionHandleARM left, NullPtr right) => left.Equals(right); - public static bool operator !=(DataGraphPipelineSessionARMHandle left, NullPtr right) => + public static bool operator !=(DataGraphPipelineSessionHandleARM left, NullPtr right) => !left.Equals(right); - public static implicit operator DataGraphPipelineSessionARMHandle(NullPtr _) => default; + public static implicit operator DataGraphPipelineSessionHandleARM(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/DebugUtilsMessengerEXTHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/DebugReportCallbackHandleEXT.gen.cs similarity index 58% rename from sources/Vulkan/Vulkan/Handles/DebugUtilsMessengerEXTHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/DebugReportCallbackHandleEXT.gen.cs index dd9055dd64..f6c7f66cd6 100644 --- a/sources/Vulkan/Vulkan/Handles/DebugUtilsMessengerEXTHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/DebugReportCallbackHandleEXT.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct DebugUtilsMessengerEXTHandle +public readonly unsafe partial struct DebugReportCallbackHandleEXT { public readonly void* Handle; - public bool Equals(DebugUtilsMessengerEXTHandle other) => Handle == other.Handle; + public DebugReportCallbackHandleEXT(void* handle) + { + Handle = handle; + } + + public bool Equals(DebugReportCallbackHandleEXT other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is DebugUtilsMessengerEXTHandle other && Equals(other); + obj is DebugReportCallbackHandleEXT other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - DebugUtilsMessengerEXTHandle left, - DebugUtilsMessengerEXTHandle right + DebugReportCallbackHandleEXT left, + DebugReportCallbackHandleEXT right ) => left.Equals(right); public static bool operator !=( - DebugUtilsMessengerEXTHandle left, - DebugUtilsMessengerEXTHandle right + DebugReportCallbackHandleEXT left, + DebugReportCallbackHandleEXT right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(DebugUtilsMessengerEXTHandle left, NullPtr right) => + public static bool operator ==(DebugReportCallbackHandleEXT left, NullPtr right) => left.Equals(right); - public static bool operator !=(DebugUtilsMessengerEXTHandle left, NullPtr right) => + public static bool operator !=(DebugReportCallbackHandleEXT left, NullPtr right) => !left.Equals(right); - public static implicit operator DebugUtilsMessengerEXTHandle(NullPtr _) => default; + public static implicit operator DebugReportCallbackHandleEXT(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/ExternalComputeQueueNVHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/DebugUtilsMessengerHandleEXT.gen.cs similarity index 58% rename from sources/Vulkan/Vulkan/Handles/ExternalComputeQueueNVHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/DebugUtilsMessengerHandleEXT.gen.cs index fffa77fcab..9c336b1c72 100644 --- a/sources/Vulkan/Vulkan/Handles/ExternalComputeQueueNVHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/DebugUtilsMessengerHandleEXT.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct ExternalComputeQueueNVHandle +public readonly unsafe partial struct DebugUtilsMessengerHandleEXT { public readonly void* Handle; - public bool Equals(ExternalComputeQueueNVHandle other) => Handle == other.Handle; + public DebugUtilsMessengerHandleEXT(void* handle) + { + Handle = handle; + } + + public bool Equals(DebugUtilsMessengerHandleEXT other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is ExternalComputeQueueNVHandle other && Equals(other); + obj is DebugUtilsMessengerHandleEXT other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - ExternalComputeQueueNVHandle left, - ExternalComputeQueueNVHandle right + DebugUtilsMessengerHandleEXT left, + DebugUtilsMessengerHandleEXT right ) => left.Equals(right); public static bool operator !=( - ExternalComputeQueueNVHandle left, - ExternalComputeQueueNVHandle right + DebugUtilsMessengerHandleEXT left, + DebugUtilsMessengerHandleEXT right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(ExternalComputeQueueNVHandle left, NullPtr right) => + public static bool operator ==(DebugUtilsMessengerHandleEXT left, NullPtr right) => left.Equals(right); - public static bool operator !=(ExternalComputeQueueNVHandle left, NullPtr right) => + public static bool operator !=(DebugUtilsMessengerHandleEXT left, NullPtr right) => !left.Equals(right); - public static implicit operator ExternalComputeQueueNVHandle(NullPtr _) => default; + public static implicit operator DebugUtilsMessengerHandleEXT(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/DeferredOperationKHRHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/DeferredOperationHandleKHR.gen.cs similarity index 59% rename from sources/Vulkan/Vulkan/Handles/DeferredOperationKHRHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/DeferredOperationHandleKHR.gen.cs index 880b7789d8..a5f2f5247c 100644 --- a/sources/Vulkan/Vulkan/Handles/DeferredOperationKHRHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/DeferredOperationHandleKHR.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct DeferredOperationKHRHandle +public readonly unsafe partial struct DeferredOperationHandleKHR { public readonly void* Handle; - public bool Equals(DeferredOperationKHRHandle other) => Handle == other.Handle; + public DeferredOperationHandleKHR(void* handle) + { + Handle = handle; + } + + public bool Equals(DeferredOperationHandleKHR other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is DeferredOperationKHRHandle other && Equals(other); + obj is DeferredOperationHandleKHR other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - DeferredOperationKHRHandle left, - DeferredOperationKHRHandle right + DeferredOperationHandleKHR left, + DeferredOperationHandleKHR right ) => left.Equals(right); public static bool operator !=( - DeferredOperationKHRHandle left, - DeferredOperationKHRHandle right + DeferredOperationHandleKHR left, + DeferredOperationHandleKHR right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(DeferredOperationKHRHandle left, NullPtr right) => + public static bool operator ==(DeferredOperationHandleKHR left, NullPtr right) => left.Equals(right); - public static bool operator !=(DeferredOperationKHRHandle left, NullPtr right) => + public static bool operator !=(DeferredOperationHandleKHR left, NullPtr right) => !left.Equals(right); - public static implicit operator DeferredOperationKHRHandle(NullPtr _) => default; + public static implicit operator DeferredOperationHandleKHR(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/DescriptorPoolHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/DescriptorPoolHandle.gen.cs index 5ee41a94dc..2b4537ac38 100644 --- a/sources/Vulkan/Vulkan/Handles/DescriptorPoolHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/DescriptorPoolHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct DescriptorPoolHandle { public readonly void* Handle; + public DescriptorPoolHandle(void* handle) + { + Handle = handle; + } + public bool Equals(DescriptorPoolHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is DescriptorPoolHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/DescriptorSetHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/DescriptorSetHandle.gen.cs index 67d52beb5c..6c97706e52 100644 --- a/sources/Vulkan/Vulkan/Handles/DescriptorSetHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/DescriptorSetHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct DescriptorSetHandle { public readonly void* Handle; + public DescriptorSetHandle(void* handle) + { + Handle = handle; + } + public bool Equals(DescriptorSetHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is DescriptorSetHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/DescriptorSetLayoutHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/DescriptorSetLayoutHandle.gen.cs index 0153f2143e..8341325805 100644 --- a/sources/Vulkan/Vulkan/Handles/DescriptorSetLayoutHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/DescriptorSetLayoutHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct DescriptorSetLayoutHandle { public readonly void* Handle; + public DescriptorSetLayoutHandle(void* handle) + { + Handle = handle; + } + public bool Equals(DescriptorSetLayoutHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => diff --git a/sources/Vulkan/Vulkan/Handles/DescriptorUpdateTemplateHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/DescriptorUpdateTemplateHandle.gen.cs index e429055a76..2303a23e63 100644 --- a/sources/Vulkan/Vulkan/Handles/DescriptorUpdateTemplateHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/DescriptorUpdateTemplateHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct DescriptorUpdateTemplateHandle { public readonly void* Handle; + public DescriptorUpdateTemplateHandle(void* handle) + { + Handle = handle; + } + public bool Equals(DescriptorUpdateTemplateHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => diff --git a/sources/Vulkan/Vulkan/Handles/DeviceHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/DeviceHandle.gen.cs index bcf756997b..374e0701e3 100644 --- a/sources/Vulkan/Vulkan/Handles/DeviceHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/DeviceHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct DeviceHandle { public readonly void* Handle; + public DeviceHandle(void* handle) + { + Handle = handle; + } + public bool Equals(DeviceHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is DeviceHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/DeviceMemoryHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/DeviceMemoryHandle.gen.cs index 5353c03759..b14a06622a 100644 --- a/sources/Vulkan/Vulkan/Handles/DeviceMemoryHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/DeviceMemoryHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct DeviceMemoryHandle { public readonly void* Handle; + public DeviceMemoryHandle(void* handle) + { + Handle = handle; + } + public bool Equals(DeviceMemoryHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is DeviceMemoryHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/SurfaceKHRHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/DisplayHandleKHR.gen.cs similarity index 52% rename from sources/Vulkan/Vulkan/Handles/SurfaceKHRHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/DisplayHandleKHR.gen.cs index 9ce2fecd55..965c4fb0f2 100644 --- a/sources/Vulkan/Vulkan/Handles/SurfaceKHRHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/DisplayHandleKHR.gen.cs @@ -8,27 +8,32 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct SurfaceKHRHandle +public readonly unsafe partial struct DisplayHandleKHR { public readonly void* Handle; - public bool Equals(SurfaceKHRHandle other) => Handle == other.Handle; + public DisplayHandleKHR(void* handle) + { + Handle = handle; + } - public override bool Equals(object? obj) => obj is SurfaceKHRHandle other && Equals(other); + public bool Equals(DisplayHandleKHR other) => Handle == other.Handle; + + public override bool Equals(object? obj) => obj is DisplayHandleKHR other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(SurfaceKHRHandle left, SurfaceKHRHandle right) => + public static bool operator ==(DisplayHandleKHR left, DisplayHandleKHR right) => left.Equals(right); - public static bool operator !=(SurfaceKHRHandle left, SurfaceKHRHandle right) => + public static bool operator !=(DisplayHandleKHR left, DisplayHandleKHR right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(SurfaceKHRHandle left, NullPtr right) => left.Equals(right); + public static bool operator ==(DisplayHandleKHR left, NullPtr right) => left.Equals(right); - public static bool operator !=(SurfaceKHRHandle left, NullPtr right) => !left.Equals(right); + public static bool operator !=(DisplayHandleKHR left, NullPtr right) => !left.Equals(right); - public static implicit operator SurfaceKHRHandle(NullPtr _) => default; + public static implicit operator DisplayHandleKHR(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/DisplayModeKHRHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/DisplayModeHandleKHR.gen.cs similarity index 56% rename from sources/Vulkan/Vulkan/Handles/DisplayModeKHRHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/DisplayModeHandleKHR.gen.cs index 6ccabd0925..be6d93fe90 100644 --- a/sources/Vulkan/Vulkan/Handles/DisplayModeKHRHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/DisplayModeHandleKHR.gen.cs @@ -8,27 +8,32 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct DisplayModeKHRHandle +public readonly unsafe partial struct DisplayModeHandleKHR { public readonly void* Handle; - public bool Equals(DisplayModeKHRHandle other) => Handle == other.Handle; + public DisplayModeHandleKHR(void* handle) + { + Handle = handle; + } - public override bool Equals(object? obj) => obj is DisplayModeKHRHandle other && Equals(other); + public bool Equals(DisplayModeHandleKHR other) => Handle == other.Handle; + + public override bool Equals(object? obj) => obj is DisplayModeHandleKHR other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(DisplayModeKHRHandle left, DisplayModeKHRHandle right) => + public static bool operator ==(DisplayModeHandleKHR left, DisplayModeHandleKHR right) => left.Equals(right); - public static bool operator !=(DisplayModeKHRHandle left, DisplayModeKHRHandle right) => + public static bool operator !=(DisplayModeHandleKHR left, DisplayModeHandleKHR right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(DisplayModeKHRHandle left, NullPtr right) => left.Equals(right); + public static bool operator ==(DisplayModeHandleKHR left, NullPtr right) => left.Equals(right); - public static bool operator !=(DisplayModeKHRHandle left, NullPtr right) => !left.Equals(right); + public static bool operator !=(DisplayModeHandleKHR left, NullPtr right) => !left.Equals(right); - public static implicit operator DisplayModeKHRHandle(NullPtr _) => default; + public static implicit operator DisplayModeHandleKHR(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/EventHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/EventHandle.gen.cs index af748695cb..4fe0d9ad36 100644 --- a/sources/Vulkan/Vulkan/Handles/EventHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/EventHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct EventHandle { public readonly void* Handle; + public EventHandle(void* handle) + { + Handle = handle; + } + public bool Equals(EventHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is EventHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/DebugReportCallbackEXTHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/ExternalComputeQueueHandleNV.gen.cs similarity index 58% rename from sources/Vulkan/Vulkan/Handles/DebugReportCallbackEXTHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/ExternalComputeQueueHandleNV.gen.cs index 6675d8e4fc..4c091ab9db 100644 --- a/sources/Vulkan/Vulkan/Handles/DebugReportCallbackEXTHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/ExternalComputeQueueHandleNV.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct DebugReportCallbackEXTHandle +public readonly unsafe partial struct ExternalComputeQueueHandleNV { public readonly void* Handle; - public bool Equals(DebugReportCallbackEXTHandle other) => Handle == other.Handle; + public ExternalComputeQueueHandleNV(void* handle) + { + Handle = handle; + } + + public bool Equals(ExternalComputeQueueHandleNV other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is DebugReportCallbackEXTHandle other && Equals(other); + obj is ExternalComputeQueueHandleNV other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - DebugReportCallbackEXTHandle left, - DebugReportCallbackEXTHandle right + ExternalComputeQueueHandleNV left, + ExternalComputeQueueHandleNV right ) => left.Equals(right); public static bool operator !=( - DebugReportCallbackEXTHandle left, - DebugReportCallbackEXTHandle right + ExternalComputeQueueHandleNV left, + ExternalComputeQueueHandleNV right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(DebugReportCallbackEXTHandle left, NullPtr right) => + public static bool operator ==(ExternalComputeQueueHandleNV left, NullPtr right) => left.Equals(right); - public static bool operator !=(DebugReportCallbackEXTHandle left, NullPtr right) => + public static bool operator !=(ExternalComputeQueueHandleNV left, NullPtr right) => !left.Equals(right); - public static implicit operator DebugReportCallbackEXTHandle(NullPtr _) => default; + public static implicit operator ExternalComputeQueueHandleNV(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/FenceHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/FenceHandle.gen.cs index 2fa60615a3..3a525fbef7 100644 --- a/sources/Vulkan/Vulkan/Handles/FenceHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/FenceHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct FenceHandle { public readonly void* Handle; + public FenceHandle(void* handle) + { + Handle = handle; + } + public bool Equals(FenceHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is FenceHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/FramebufferHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/FramebufferHandle.gen.cs index fcdaeeca36..6b98aae1bf 100644 --- a/sources/Vulkan/Vulkan/Handles/FramebufferHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/FramebufferHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct FramebufferHandle { public readonly void* Handle; + public FramebufferHandle(void* handle) + { + Handle = handle; + } + public bool Equals(FramebufferHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is FramebufferHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/ImageHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/ImageHandle.gen.cs index b15d943d3c..e010e4a1fe 100644 --- a/sources/Vulkan/Vulkan/Handles/ImageHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/ImageHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct ImageHandle { public readonly void* Handle; + public ImageHandle(void* handle) + { + Handle = handle; + } + public bool Equals(ImageHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is ImageHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/ImageViewHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/ImageViewHandle.gen.cs index 3e80e69d5b..d920d19aa2 100644 --- a/sources/Vulkan/Vulkan/Handles/ImageViewHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/ImageViewHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct ImageViewHandle { public readonly void* Handle; + public ImageViewHandle(void* handle) + { + Handle = handle; + } + public bool Equals(ImageViewHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is ImageViewHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/IndirectCommandsLayoutEXTHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/IndirectCommandsLayoutHandleEXT.gen.cs similarity index 53% rename from sources/Vulkan/Vulkan/Handles/IndirectCommandsLayoutEXTHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/IndirectCommandsLayoutHandleEXT.gen.cs index 164faac676..4bfacbc317 100644 --- a/sources/Vulkan/Vulkan/Handles/IndirectCommandsLayoutEXTHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/IndirectCommandsLayoutHandleEXT.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct IndirectCommandsLayoutEXTHandle +public readonly unsafe partial struct IndirectCommandsLayoutHandleEXT { public readonly void* Handle; - public bool Equals(IndirectCommandsLayoutEXTHandle other) => Handle == other.Handle; + public IndirectCommandsLayoutHandleEXT(void* handle) + { + Handle = handle; + } + + public bool Equals(IndirectCommandsLayoutHandleEXT other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is IndirectCommandsLayoutEXTHandle other && Equals(other); + obj is IndirectCommandsLayoutHandleEXT other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - IndirectCommandsLayoutEXTHandle left, - IndirectCommandsLayoutEXTHandle right + IndirectCommandsLayoutHandleEXT left, + IndirectCommandsLayoutHandleEXT right ) => left.Equals(right); public static bool operator !=( - IndirectCommandsLayoutEXTHandle left, - IndirectCommandsLayoutEXTHandle right + IndirectCommandsLayoutHandleEXT left, + IndirectCommandsLayoutHandleEXT right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(IndirectCommandsLayoutEXTHandle left, NullPtr right) => + public static bool operator ==(IndirectCommandsLayoutHandleEXT left, NullPtr right) => left.Equals(right); - public static bool operator !=(IndirectCommandsLayoutEXTHandle left, NullPtr right) => + public static bool operator !=(IndirectCommandsLayoutHandleEXT left, NullPtr right) => !left.Equals(right); - public static implicit operator IndirectCommandsLayoutEXTHandle(NullPtr _) => default; + public static implicit operator IndirectCommandsLayoutHandleEXT(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/IndirectCommandsLayoutNVHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/IndirectCommandsLayoutHandleNV.gen.cs similarity index 53% rename from sources/Vulkan/Vulkan/Handles/IndirectCommandsLayoutNVHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/IndirectCommandsLayoutHandleNV.gen.cs index 1165784f82..1ff1e4ad1c 100644 --- a/sources/Vulkan/Vulkan/Handles/IndirectCommandsLayoutNVHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/IndirectCommandsLayoutHandleNV.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct IndirectCommandsLayoutNVHandle +public readonly unsafe partial struct IndirectCommandsLayoutHandleNV { public readonly void* Handle; - public bool Equals(IndirectCommandsLayoutNVHandle other) => Handle == other.Handle; + public IndirectCommandsLayoutHandleNV(void* handle) + { + Handle = handle; + } + + public bool Equals(IndirectCommandsLayoutHandleNV other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is IndirectCommandsLayoutNVHandle other && Equals(other); + obj is IndirectCommandsLayoutHandleNV other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - IndirectCommandsLayoutNVHandle left, - IndirectCommandsLayoutNVHandle right + IndirectCommandsLayoutHandleNV left, + IndirectCommandsLayoutHandleNV right ) => left.Equals(right); public static bool operator !=( - IndirectCommandsLayoutNVHandle left, - IndirectCommandsLayoutNVHandle right + IndirectCommandsLayoutHandleNV left, + IndirectCommandsLayoutHandleNV right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(IndirectCommandsLayoutNVHandle left, NullPtr right) => + public static bool operator ==(IndirectCommandsLayoutHandleNV left, NullPtr right) => left.Equals(right); - public static bool operator !=(IndirectCommandsLayoutNVHandle left, NullPtr right) => + public static bool operator !=(IndirectCommandsLayoutHandleNV left, NullPtr right) => !left.Equals(right); - public static implicit operator IndirectCommandsLayoutNVHandle(NullPtr _) => default; + public static implicit operator IndirectCommandsLayoutHandleNV(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/IndirectExecutionSetEXTHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/IndirectExecutionSetHandleEXT.gen.cs similarity index 57% rename from sources/Vulkan/Vulkan/Handles/IndirectExecutionSetEXTHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/IndirectExecutionSetHandleEXT.gen.cs index 6fcbdbae32..c66d4290f2 100644 --- a/sources/Vulkan/Vulkan/Handles/IndirectExecutionSetEXTHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/IndirectExecutionSetHandleEXT.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct IndirectExecutionSetEXTHandle +public readonly unsafe partial struct IndirectExecutionSetHandleEXT { public readonly void* Handle; - public bool Equals(IndirectExecutionSetEXTHandle other) => Handle == other.Handle; + public IndirectExecutionSetHandleEXT(void* handle) + { + Handle = handle; + } + + public bool Equals(IndirectExecutionSetHandleEXT other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is IndirectExecutionSetEXTHandle other && Equals(other); + obj is IndirectExecutionSetHandleEXT other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - IndirectExecutionSetEXTHandle left, - IndirectExecutionSetEXTHandle right + IndirectExecutionSetHandleEXT left, + IndirectExecutionSetHandleEXT right ) => left.Equals(right); public static bool operator !=( - IndirectExecutionSetEXTHandle left, - IndirectExecutionSetEXTHandle right + IndirectExecutionSetHandleEXT left, + IndirectExecutionSetHandleEXT right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(IndirectExecutionSetEXTHandle left, NullPtr right) => + public static bool operator ==(IndirectExecutionSetHandleEXT left, NullPtr right) => left.Equals(right); - public static bool operator !=(IndirectExecutionSetEXTHandle left, NullPtr right) => + public static bool operator !=(IndirectExecutionSetHandleEXT left, NullPtr right) => !left.Equals(right); - public static implicit operator IndirectExecutionSetEXTHandle(NullPtr _) => default; + public static implicit operator IndirectExecutionSetHandleEXT(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/InstanceHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/InstanceHandle.gen.cs index 8dc7488dd5..b4f41a882f 100644 --- a/sources/Vulkan/Vulkan/Handles/InstanceHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/InstanceHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct InstanceHandle { public readonly void* Handle; + public InstanceHandle(void* handle) + { + Handle = handle; + } + public bool Equals(InstanceHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is InstanceHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/CuModuleNVXHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/MicromapHandleEXT.gen.cs similarity index 52% rename from sources/Vulkan/Vulkan/Handles/CuModuleNVXHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/MicromapHandleEXT.gen.cs index c2685207f8..b2832a8157 100644 --- a/sources/Vulkan/Vulkan/Handles/CuModuleNVXHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/MicromapHandleEXT.gen.cs @@ -8,27 +8,32 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct CuModuleNVXHandle +public readonly unsafe partial struct MicromapHandleEXT { public readonly void* Handle; - public bool Equals(CuModuleNVXHandle other) => Handle == other.Handle; + public MicromapHandleEXT(void* handle) + { + Handle = handle; + } - public override bool Equals(object? obj) => obj is CuModuleNVXHandle other && Equals(other); + public bool Equals(MicromapHandleEXT other) => Handle == other.Handle; + + public override bool Equals(object? obj) => obj is MicromapHandleEXT other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(CuModuleNVXHandle left, CuModuleNVXHandle right) => + public static bool operator ==(MicromapHandleEXT left, MicromapHandleEXT right) => left.Equals(right); - public static bool operator !=(CuModuleNVXHandle left, CuModuleNVXHandle right) => + public static bool operator !=(MicromapHandleEXT left, MicromapHandleEXT right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(CuModuleNVXHandle left, NullPtr right) => left.Equals(right); + public static bool operator ==(MicromapHandleEXT left, NullPtr right) => left.Equals(right); - public static bool operator !=(CuModuleNVXHandle left, NullPtr right) => !left.Equals(right); + public static bool operator !=(MicromapHandleEXT left, NullPtr right) => !left.Equals(right); - public static implicit operator CuModuleNVXHandle(NullPtr _) => default; + public static implicit operator MicromapHandleEXT(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/OpticalFlowSessionNVHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/OpticalFlowSessionHandleNV.gen.cs similarity index 59% rename from sources/Vulkan/Vulkan/Handles/OpticalFlowSessionNVHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/OpticalFlowSessionHandleNV.gen.cs index 137d3d0b61..c62cdb4a0a 100644 --- a/sources/Vulkan/Vulkan/Handles/OpticalFlowSessionNVHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/OpticalFlowSessionHandleNV.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct OpticalFlowSessionNVHandle +public readonly unsafe partial struct OpticalFlowSessionHandleNV { public readonly void* Handle; - public bool Equals(OpticalFlowSessionNVHandle other) => Handle == other.Handle; + public OpticalFlowSessionHandleNV(void* handle) + { + Handle = handle; + } + + public bool Equals(OpticalFlowSessionHandleNV other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is OpticalFlowSessionNVHandle other && Equals(other); + obj is OpticalFlowSessionHandleNV other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - OpticalFlowSessionNVHandle left, - OpticalFlowSessionNVHandle right + OpticalFlowSessionHandleNV left, + OpticalFlowSessionHandleNV right ) => left.Equals(right); public static bool operator !=( - OpticalFlowSessionNVHandle left, - OpticalFlowSessionNVHandle right + OpticalFlowSessionHandleNV left, + OpticalFlowSessionHandleNV right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(OpticalFlowSessionNVHandle left, NullPtr right) => + public static bool operator ==(OpticalFlowSessionHandleNV left, NullPtr right) => left.Equals(right); - public static bool operator !=(OpticalFlowSessionNVHandle left, NullPtr right) => + public static bool operator !=(OpticalFlowSessionHandleNV left, NullPtr right) => !left.Equals(right); - public static implicit operator OpticalFlowSessionNVHandle(NullPtr _) => default; + public static implicit operator OpticalFlowSessionHandleNV(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/PerformanceConfigurationIntelHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/PerformanceConfigurationHandleINTEL.gen.cs similarity index 52% rename from sources/Vulkan/Vulkan/Handles/PerformanceConfigurationIntelHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/PerformanceConfigurationHandleINTEL.gen.cs index fe0c82a02f..140dde7d12 100644 --- a/sources/Vulkan/Vulkan/Handles/PerformanceConfigurationIntelHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/PerformanceConfigurationHandleINTEL.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct PerformanceConfigurationIntelHandle +public readonly unsafe partial struct PerformanceConfigurationHandleINTEL { public readonly void* Handle; - public bool Equals(PerformanceConfigurationIntelHandle other) => Handle == other.Handle; + public PerformanceConfigurationHandleINTEL(void* handle) + { + Handle = handle; + } + + public bool Equals(PerformanceConfigurationHandleINTEL other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is PerformanceConfigurationIntelHandle other && Equals(other); + obj is PerformanceConfigurationHandleINTEL other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - PerformanceConfigurationIntelHandle left, - PerformanceConfigurationIntelHandle right + PerformanceConfigurationHandleINTEL left, + PerformanceConfigurationHandleINTEL right ) => left.Equals(right); public static bool operator !=( - PerformanceConfigurationIntelHandle left, - PerformanceConfigurationIntelHandle right + PerformanceConfigurationHandleINTEL left, + PerformanceConfigurationHandleINTEL right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(PerformanceConfigurationIntelHandle left, NullPtr right) => + public static bool operator ==(PerformanceConfigurationHandleINTEL left, NullPtr right) => left.Equals(right); - public static bool operator !=(PerformanceConfigurationIntelHandle left, NullPtr right) => + public static bool operator !=(PerformanceConfigurationHandleINTEL left, NullPtr right) => !left.Equals(right); - public static implicit operator PerformanceConfigurationIntelHandle(NullPtr _) => default; + public static implicit operator PerformanceConfigurationHandleINTEL(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/PhysicalDeviceHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/PhysicalDeviceHandle.gen.cs index d1877e278f..542834ce52 100644 --- a/sources/Vulkan/Vulkan/Handles/PhysicalDeviceHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/PhysicalDeviceHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct PhysicalDeviceHandle { public readonly void* Handle; + public PhysicalDeviceHandle(void* handle) + { + Handle = handle; + } + public bool Equals(PhysicalDeviceHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is PhysicalDeviceHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/PipelineBinaryKHRHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/PipelineBinaryHandleKHR.gen.cs similarity index 55% rename from sources/Vulkan/Vulkan/Handles/PipelineBinaryKHRHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/PipelineBinaryHandleKHR.gen.cs index 9442309ee7..c2bb5c2ce2 100644 --- a/sources/Vulkan/Vulkan/Handles/PipelineBinaryKHRHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/PipelineBinaryHandleKHR.gen.cs @@ -8,30 +8,35 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct PipelineBinaryKHRHandle +public readonly unsafe partial struct PipelineBinaryHandleKHR { public readonly void* Handle; - public bool Equals(PipelineBinaryKHRHandle other) => Handle == other.Handle; + public PipelineBinaryHandleKHR(void* handle) + { + Handle = handle; + } + + public bool Equals(PipelineBinaryHandleKHR other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is PipelineBinaryKHRHandle other && Equals(other); + obj is PipelineBinaryHandleKHR other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(PipelineBinaryKHRHandle left, PipelineBinaryKHRHandle right) => + public static bool operator ==(PipelineBinaryHandleKHR left, PipelineBinaryHandleKHR right) => left.Equals(right); - public static bool operator !=(PipelineBinaryKHRHandle left, PipelineBinaryKHRHandle right) => + public static bool operator !=(PipelineBinaryHandleKHR left, PipelineBinaryHandleKHR right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(PipelineBinaryKHRHandle left, NullPtr right) => + public static bool operator ==(PipelineBinaryHandleKHR left, NullPtr right) => left.Equals(right); - public static bool operator !=(PipelineBinaryKHRHandle left, NullPtr right) => + public static bool operator !=(PipelineBinaryHandleKHR left, NullPtr right) => !left.Equals(right); - public static implicit operator PipelineBinaryKHRHandle(NullPtr _) => default; + public static implicit operator PipelineBinaryHandleKHR(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/PipelineCacheHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/PipelineCacheHandle.gen.cs index 7708be6c8b..9d466da582 100644 --- a/sources/Vulkan/Vulkan/Handles/PipelineCacheHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/PipelineCacheHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct PipelineCacheHandle { public readonly void* Handle; + public PipelineCacheHandle(void* handle) + { + Handle = handle; + } + public bool Equals(PipelineCacheHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is PipelineCacheHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/PipelineHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/PipelineHandle.gen.cs index ba4863dca9..5ba32b18c9 100644 --- a/sources/Vulkan/Vulkan/Handles/PipelineHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/PipelineHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct PipelineHandle { public readonly void* Handle; + public PipelineHandle(void* handle) + { + Handle = handle; + } + public bool Equals(PipelineHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is PipelineHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/PipelineLayoutHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/PipelineLayoutHandle.gen.cs index d2192dd089..b647335e32 100644 --- a/sources/Vulkan/Vulkan/Handles/PipelineLayoutHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/PipelineLayoutHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct PipelineLayoutHandle { public readonly void* Handle; + public PipelineLayoutHandle(void* handle) + { + Handle = handle; + } + public bool Equals(PipelineLayoutHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is PipelineLayoutHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/PrivateDataSlotHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/PrivateDataSlotHandle.gen.cs index d4b49bb50c..6588e45286 100644 --- a/sources/Vulkan/Vulkan/Handles/PrivateDataSlotHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/PrivateDataSlotHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct PrivateDataSlotHandle { public readonly void* Handle; + public PrivateDataSlotHandle(void* handle) + { + Handle = handle; + } + public bool Equals(PrivateDataSlotHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is PrivateDataSlotHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/QueryPoolHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/QueryPoolHandle.gen.cs index dfed56e514..b4d176ceb4 100644 --- a/sources/Vulkan/Vulkan/Handles/QueryPoolHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/QueryPoolHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct QueryPoolHandle { public readonly void* Handle; + public QueryPoolHandle(void* handle) + { + Handle = handle; + } + public bool Equals(QueryPoolHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is QueryPoolHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/QueueHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/QueueHandle.gen.cs index aa628333c9..0dfda8336f 100644 --- a/sources/Vulkan/Vulkan/Handles/QueueHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/QueueHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct QueueHandle { public readonly void* Handle; + public QueueHandle(void* handle) + { + Handle = handle; + } + public bool Equals(QueueHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is QueueHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/RenderPassHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/RenderPassHandle.gen.cs index 8854d5ad2e..40d88bccfb 100644 --- a/sources/Vulkan/Vulkan/Handles/RenderPassHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/RenderPassHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct RenderPassHandle { public readonly void* Handle; + public RenderPassHandle(void* handle) + { + Handle = handle; + } + public bool Equals(RenderPassHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is RenderPassHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/SamplerHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/SamplerHandle.gen.cs index 4707dab15b..0e4c52a77f 100644 --- a/sources/Vulkan/Vulkan/Handles/SamplerHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/SamplerHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct SamplerHandle { public readonly void* Handle; + public SamplerHandle(void* handle) + { + Handle = handle; + } + public bool Equals(SamplerHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is SamplerHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/SamplerYcbcrConversionHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/SamplerYcbcrConversionHandle.gen.cs index 1e0b9e772c..33108f8ecb 100644 --- a/sources/Vulkan/Vulkan/Handles/SamplerYcbcrConversionHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/SamplerYcbcrConversionHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct SamplerYcbcrConversionHandle { public readonly void* Handle; + public SamplerYcbcrConversionHandle(void* handle) + { + Handle = handle; + } + public bool Equals(SamplerYcbcrConversionHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => diff --git a/sources/Vulkan/Vulkan/Handles/SemaphoreHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/SemaphoreHandle.gen.cs index 19cada8f79..6229b9d76b 100644 --- a/sources/Vulkan/Vulkan/Handles/SemaphoreHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/SemaphoreHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct SemaphoreHandle { public readonly void* Handle; + public SemaphoreHandle(void* handle) + { + Handle = handle; + } + public bool Equals(SemaphoreHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is SemaphoreHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/ShaderEXTHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/ShaderHandleEXT.gen.cs similarity index 53% rename from sources/Vulkan/Vulkan/Handles/ShaderEXTHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/ShaderHandleEXT.gen.cs index ba950bbedf..1279554f48 100644 --- a/sources/Vulkan/Vulkan/Handles/ShaderEXTHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/ShaderHandleEXT.gen.cs @@ -8,27 +8,32 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct ShaderEXTHandle +public readonly unsafe partial struct ShaderHandleEXT { public readonly void* Handle; - public bool Equals(ShaderEXTHandle other) => Handle == other.Handle; + public ShaderHandleEXT(void* handle) + { + Handle = handle; + } - public override bool Equals(object? obj) => obj is ShaderEXTHandle other && Equals(other); + public bool Equals(ShaderHandleEXT other) => Handle == other.Handle; + + public override bool Equals(object? obj) => obj is ShaderHandleEXT other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(ShaderEXTHandle left, ShaderEXTHandle right) => + public static bool operator ==(ShaderHandleEXT left, ShaderHandleEXT right) => left.Equals(right); - public static bool operator !=(ShaderEXTHandle left, ShaderEXTHandle right) => + public static bool operator !=(ShaderHandleEXT left, ShaderHandleEXT right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(ShaderEXTHandle left, NullPtr right) => left.Equals(right); + public static bool operator ==(ShaderHandleEXT left, NullPtr right) => left.Equals(right); - public static bool operator !=(ShaderEXTHandle left, NullPtr right) => !left.Equals(right); + public static bool operator !=(ShaderHandleEXT left, NullPtr right) => !left.Equals(right); - public static implicit operator ShaderEXTHandle(NullPtr _) => default; + public static implicit operator ShaderHandleEXT(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/ShaderModuleHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/ShaderModuleHandle.gen.cs index a65f3ed581..d04e93bb44 100644 --- a/sources/Vulkan/Vulkan/Handles/ShaderModuleHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/ShaderModuleHandle.gen.cs @@ -12,6 +12,11 @@ public readonly unsafe partial struct ShaderModuleHandle { public readonly void* Handle; + public ShaderModuleHandle(void* handle) + { + Handle = handle; + } + public bool Equals(ShaderModuleHandle other) => Handle == other.Handle; public override bool Equals(object? obj) => obj is ShaderModuleHandle other && Equals(other); diff --git a/sources/Vulkan/Vulkan/Handles/DisplayKHRHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/SurfaceHandleKHR.gen.cs similarity index 52% rename from sources/Vulkan/Vulkan/Handles/DisplayKHRHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/SurfaceHandleKHR.gen.cs index 46fad2228c..12b474bc9a 100644 --- a/sources/Vulkan/Vulkan/Handles/DisplayKHRHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/SurfaceHandleKHR.gen.cs @@ -8,27 +8,32 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct DisplayKHRHandle +public readonly unsafe partial struct SurfaceHandleKHR { public readonly void* Handle; - public bool Equals(DisplayKHRHandle other) => Handle == other.Handle; + public SurfaceHandleKHR(void* handle) + { + Handle = handle; + } - public override bool Equals(object? obj) => obj is DisplayKHRHandle other && Equals(other); + public bool Equals(SurfaceHandleKHR other) => Handle == other.Handle; + + public override bool Equals(object? obj) => obj is SurfaceHandleKHR other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(DisplayKHRHandle left, DisplayKHRHandle right) => + public static bool operator ==(SurfaceHandleKHR left, SurfaceHandleKHR right) => left.Equals(right); - public static bool operator !=(DisplayKHRHandle left, DisplayKHRHandle right) => + public static bool operator !=(SurfaceHandleKHR left, SurfaceHandleKHR right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(DisplayKHRHandle left, NullPtr right) => left.Equals(right); + public static bool operator ==(SurfaceHandleKHR left, NullPtr right) => left.Equals(right); - public static bool operator !=(DisplayKHRHandle left, NullPtr right) => !left.Equals(right); + public static bool operator !=(SurfaceHandleKHR left, NullPtr right) => !left.Equals(right); - public static implicit operator DisplayKHRHandle(NullPtr _) => default; + public static implicit operator SurfaceHandleKHR(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/SwapchainKHRHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/SwapchainHandleKHR.gen.cs similarity index 57% rename from sources/Vulkan/Vulkan/Handles/SwapchainKHRHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/SwapchainHandleKHR.gen.cs index 86dce19e12..0cc49c62eb 100644 --- a/sources/Vulkan/Vulkan/Handles/SwapchainKHRHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/SwapchainHandleKHR.gen.cs @@ -8,27 +8,32 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct SwapchainKHRHandle +public readonly unsafe partial struct SwapchainHandleKHR { public readonly void* Handle; - public bool Equals(SwapchainKHRHandle other) => Handle == other.Handle; + public SwapchainHandleKHR(void* handle) + { + Handle = handle; + } - public override bool Equals(object? obj) => obj is SwapchainKHRHandle other && Equals(other); + public bool Equals(SwapchainHandleKHR other) => Handle == other.Handle; + + public override bool Equals(object? obj) => obj is SwapchainHandleKHR other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(SwapchainKHRHandle left, SwapchainKHRHandle right) => + public static bool operator ==(SwapchainHandleKHR left, SwapchainHandleKHR right) => left.Equals(right); - public static bool operator !=(SwapchainKHRHandle left, SwapchainKHRHandle right) => + public static bool operator !=(SwapchainHandleKHR left, SwapchainHandleKHR right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(SwapchainKHRHandle left, NullPtr right) => left.Equals(right); + public static bool operator ==(SwapchainHandleKHR left, NullPtr right) => left.Equals(right); - public static bool operator !=(SwapchainKHRHandle left, NullPtr right) => !left.Equals(right); + public static bool operator !=(SwapchainHandleKHR left, NullPtr right) => !left.Equals(right); - public static implicit operator SwapchainKHRHandle(NullPtr _) => default; + public static implicit operator SwapchainHandleKHR(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/TensorARMHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/TensorHandleARM.gen.cs similarity index 53% rename from sources/Vulkan/Vulkan/Handles/TensorARMHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/TensorHandleARM.gen.cs index f6d929561e..757fdf378c 100644 --- a/sources/Vulkan/Vulkan/Handles/TensorARMHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/TensorHandleARM.gen.cs @@ -8,27 +8,32 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct TensorARMHandle +public readonly unsafe partial struct TensorHandleARM { public readonly void* Handle; - public bool Equals(TensorARMHandle other) => Handle == other.Handle; + public TensorHandleARM(void* handle) + { + Handle = handle; + } - public override bool Equals(object? obj) => obj is TensorARMHandle other && Equals(other); + public bool Equals(TensorHandleARM other) => Handle == other.Handle; + + public override bool Equals(object? obj) => obj is TensorHandleARM other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(TensorARMHandle left, TensorARMHandle right) => + public static bool operator ==(TensorHandleARM left, TensorHandleARM right) => left.Equals(right); - public static bool operator !=(TensorARMHandle left, TensorARMHandle right) => + public static bool operator !=(TensorHandleARM left, TensorHandleARM right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(TensorARMHandle left, NullPtr right) => left.Equals(right); + public static bool operator ==(TensorHandleARM left, NullPtr right) => left.Equals(right); - public static bool operator !=(TensorARMHandle left, NullPtr right) => !left.Equals(right); + public static bool operator !=(TensorHandleARM left, NullPtr right) => !left.Equals(right); - public static implicit operator TensorARMHandle(NullPtr _) => default; + public static implicit operator TensorHandleARM(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/TensorViewARMHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/TensorViewHandleARM.gen.cs similarity index 57% rename from sources/Vulkan/Vulkan/Handles/TensorViewARMHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/TensorViewHandleARM.gen.cs index 5645b4181a..421591c576 100644 --- a/sources/Vulkan/Vulkan/Handles/TensorViewARMHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/TensorViewHandleARM.gen.cs @@ -8,27 +8,32 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct TensorViewARMHandle +public readonly unsafe partial struct TensorViewHandleARM { public readonly void* Handle; - public bool Equals(TensorViewARMHandle other) => Handle == other.Handle; + public TensorViewHandleARM(void* handle) + { + Handle = handle; + } - public override bool Equals(object? obj) => obj is TensorViewARMHandle other && Equals(other); + public bool Equals(TensorViewHandleARM other) => Handle == other.Handle; + + public override bool Equals(object? obj) => obj is TensorViewHandleARM other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(TensorViewARMHandle left, TensorViewARMHandle right) => + public static bool operator ==(TensorViewHandleARM left, TensorViewHandleARM right) => left.Equals(right); - public static bool operator !=(TensorViewARMHandle left, TensorViewARMHandle right) => + public static bool operator !=(TensorViewHandleARM left, TensorViewHandleARM right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(TensorViewARMHandle left, NullPtr right) => left.Equals(right); + public static bool operator ==(TensorViewHandleARM left, NullPtr right) => left.Equals(right); - public static bool operator !=(TensorViewARMHandle left, NullPtr right) => !left.Equals(right); + public static bool operator !=(TensorViewHandleARM left, NullPtr right) => !left.Equals(right); - public static implicit operator TensorViewARMHandle(NullPtr _) => default; + public static implicit operator TensorViewHandleARM(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/ValidationCacheEXTHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/ValidationCacheHandleEXT.gen.cs similarity index 55% rename from sources/Vulkan/Vulkan/Handles/ValidationCacheEXTHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/ValidationCacheHandleEXT.gen.cs index 74f9afcab9..5f242e0ff4 100644 --- a/sources/Vulkan/Vulkan/Handles/ValidationCacheEXTHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/ValidationCacheHandleEXT.gen.cs @@ -8,30 +8,35 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct ValidationCacheEXTHandle +public readonly unsafe partial struct ValidationCacheHandleEXT { public readonly void* Handle; - public bool Equals(ValidationCacheEXTHandle other) => Handle == other.Handle; + public ValidationCacheHandleEXT(void* handle) + { + Handle = handle; + } + + public bool Equals(ValidationCacheHandleEXT other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is ValidationCacheEXTHandle other && Equals(other); + obj is ValidationCacheHandleEXT other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(ValidationCacheEXTHandle left, ValidationCacheEXTHandle right) => + public static bool operator ==(ValidationCacheHandleEXT left, ValidationCacheHandleEXT right) => left.Equals(right); - public static bool operator !=(ValidationCacheEXTHandle left, ValidationCacheEXTHandle right) => + public static bool operator !=(ValidationCacheHandleEXT left, ValidationCacheHandleEXT right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(ValidationCacheEXTHandle left, NullPtr right) => + public static bool operator ==(ValidationCacheHandleEXT left, NullPtr right) => left.Equals(right); - public static bool operator !=(ValidationCacheEXTHandle left, NullPtr right) => + public static bool operator !=(ValidationCacheHandleEXT left, NullPtr right) => !left.Equals(right); - public static implicit operator ValidationCacheEXTHandle(NullPtr _) => default; + public static implicit operator ValidationCacheHandleEXT(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/VideoSessionKHRHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/VideoSessionHandleKHR.gen.cs similarity index 56% rename from sources/Vulkan/Vulkan/Handles/VideoSessionKHRHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/VideoSessionHandleKHR.gen.cs index 00ddf2b5b5..4d33a15b2c 100644 --- a/sources/Vulkan/Vulkan/Handles/VideoSessionKHRHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/VideoSessionHandleKHR.gen.cs @@ -8,28 +8,33 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct VideoSessionKHRHandle +public readonly unsafe partial struct VideoSessionHandleKHR { public readonly void* Handle; - public bool Equals(VideoSessionKHRHandle other) => Handle == other.Handle; + public VideoSessionHandleKHR(void* handle) + { + Handle = handle; + } - public override bool Equals(object? obj) => obj is VideoSessionKHRHandle other && Equals(other); + public bool Equals(VideoSessionHandleKHR other) => Handle == other.Handle; + + public override bool Equals(object? obj) => obj is VideoSessionHandleKHR other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); - public static bool operator ==(VideoSessionKHRHandle left, VideoSessionKHRHandle right) => + public static bool operator ==(VideoSessionHandleKHR left, VideoSessionHandleKHR right) => left.Equals(right); - public static bool operator !=(VideoSessionKHRHandle left, VideoSessionKHRHandle right) => + public static bool operator !=(VideoSessionHandleKHR left, VideoSessionHandleKHR right) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(VideoSessionKHRHandle left, NullPtr right) => left.Equals(right); + public static bool operator ==(VideoSessionHandleKHR left, NullPtr right) => left.Equals(right); - public static bool operator !=(VideoSessionKHRHandle left, NullPtr right) => + public static bool operator !=(VideoSessionHandleKHR left, NullPtr right) => !left.Equals(right); - public static implicit operator VideoSessionKHRHandle(NullPtr _) => default; + public static implicit operator VideoSessionHandleKHR(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Handles/VideoSessionParametersKHRHandle.gen.cs b/sources/Vulkan/Vulkan/Handles/VideoSessionParametersHandleKHR.gen.cs similarity index 53% rename from sources/Vulkan/Vulkan/Handles/VideoSessionParametersKHRHandle.gen.cs rename to sources/Vulkan/Vulkan/Handles/VideoSessionParametersHandleKHR.gen.cs index 405ab9b1c6..9d981bc1b0 100644 --- a/sources/Vulkan/Vulkan/Handles/VideoSessionParametersKHRHandle.gen.cs +++ b/sources/Vulkan/Vulkan/Handles/VideoSessionParametersHandleKHR.gen.cs @@ -8,34 +8,39 @@ namespace Silk.NET.Vulkan; -public readonly unsafe partial struct VideoSessionParametersKHRHandle +public readonly unsafe partial struct VideoSessionParametersHandleKHR { public readonly void* Handle; - public bool Equals(VideoSessionParametersKHRHandle other) => Handle == other.Handle; + public VideoSessionParametersHandleKHR(void* handle) + { + Handle = handle; + } + + public bool Equals(VideoSessionParametersHandleKHR other) => Handle == other.Handle; public override bool Equals(object? obj) => - obj is VideoSessionParametersKHRHandle other && Equals(other); + obj is VideoSessionParametersHandleKHR other && Equals(other); public override int GetHashCode() => HashCode.Combine((nuint)Handle); public static bool operator ==( - VideoSessionParametersKHRHandle left, - VideoSessionParametersKHRHandle right + VideoSessionParametersHandleKHR left, + VideoSessionParametersHandleKHR right ) => left.Equals(right); public static bool operator !=( - VideoSessionParametersKHRHandle left, - VideoSessionParametersKHRHandle right + VideoSessionParametersHandleKHR left, + VideoSessionParametersHandleKHR right ) => !left.Equals(right); public bool Equals(NullPtr _) => Handle is null; - public static bool operator ==(VideoSessionParametersKHRHandle left, NullPtr right) => + public static bool operator ==(VideoSessionParametersHandleKHR left, NullPtr right) => left.Equals(right); - public static bool operator !=(VideoSessionParametersKHRHandle left, NullPtr right) => + public static bool operator !=(VideoSessionParametersHandleKHR left, NullPtr right) => !left.Equals(right); - public static implicit operator VideoSessionParametersKHRHandle(NullPtr _) => default; + public static implicit operator VideoSessionParametersHandleKHR(NullPtr _) => default; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AabbPositionsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AabbPositionsKHR.gen.cs index 590839ea85..78ba474cb7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AabbPositionsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AabbPositionsKHR.gen.cs @@ -8,66 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct AabbPositionsKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public float MinX; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public float MinY; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public float MinZ; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public float MaxX; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public float MaxY; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public float MaxZ; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildGeometryInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildGeometryInfoKHR.gen.cs index 894ec09cd3..44510947eb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildGeometryInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildGeometryInfoKHR.gen.cs @@ -8,123 +8,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureBuildGeometryInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public AccelerationStructureTypeKHR Type; [NativeTypeName("VkBuildAccelerationStructureFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public BuildAccelerationStructureFlagsKHR Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public BuildAccelerationStructureModeKHR Mode; [NativeTypeName("VkAccelerationStructureKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public AccelerationStructureKHRHandle SrcAccelerationStructure; + public AccelerationStructureHandleKHR SrcAccelerationStructure; [NativeTypeName("VkAccelerationStructureKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public AccelerationStructureKHRHandle DstAccelerationStructure; + public AccelerationStructureHandleKHR DstAccelerationStructure; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint GeometryCount; [NativeTypeName("const VkAccelerationStructureGeometryKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public AccelerationStructureGeometryKHR* PGeometries; [NativeTypeName("const VkAccelerationStructureGeometryKHR *const *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public AccelerationStructureGeometryKHR** PpGeometries; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public DeviceOrHostAddressKHR ScratchData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildRangeInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildRangeInfoKHR.gen.cs index a1eac11f95..23485612d2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildRangeInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildRangeInfoKHR.gen.cs @@ -8,50 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct AccelerationStructureBuildRangeInfoKHR { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint PrimitiveCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint PrimitiveOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint FirstVertex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint TransformOffset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildSizesInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildSizesInfoKHR.gen.cs index 930238a0e6..ff4756f071 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildSizesInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildSizesInfoKHR.gen.cs @@ -8,60 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureBuildSizesInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong AccelerationStructureSize; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong UpdateScratchSize; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong BuildScratchSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildTypeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildTypeKHR.gen.cs index 51174e93e4..6d6d737864 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildTypeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureBuildTypeKHR.gen.cs @@ -7,37 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum AccelerationStructureBuildTypeKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - HostKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - DeviceKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - HostOrDeviceKHR = 2, + Host = 0, + Device = 1, + HostOrDevice = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCaptureDescriptorDataInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCaptureDescriptorDataInfoEXT.gen.cs index 707b0c212a..48fe8b5794 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCaptureDescriptorDataInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCaptureDescriptorDataInfoEXT.gen.cs @@ -8,64 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureCaptureDescriptorDataInfoEXT { - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkAccelerationStructureKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public AccelerationStructureKHRHandle AccelerationStructure; + public AccelerationStructureHandleKHR AccelerationStructure; [NativeTypeName("VkAccelerationStructureNV")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public AccelerationStructureNVHandle AccelerationStructureNV; + public AccelerationStructureHandleNV AccelerationStructureNV; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCompatibilityKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCompatibilityKHR.gen.cs index da6bbad412..1783104cbe 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCompatibilityKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCompatibilityKHR.gen.cs @@ -8,27 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum AccelerationStructureCompatibilityKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - CompatibleKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - IncompatibleKHR = 1, + Compatible = 0, + Incompatible = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCreateFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCreateFlagsKHR.gen.cs index f0f996ad82..4fc77b3a67 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCreateFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCreateFlagsKHR.gen.cs @@ -8,39 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum AccelerationStructureCreateFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - DeviceAddressCaptureReplayBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] + DeviceAddressCaptureReplayBit = 0x1, DescriptorBufferCaptureReplayBitEXT = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] MotionBitNV = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCreateInfoKHR.gen.cs index 3bc2e65857..c38208f3ff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCreateInfoKHR.gen.cs @@ -8,92 +8,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkAccelerationStructureCreateFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public AccelerationStructureCreateFlagsKHR CreateFlags; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public BufferHandle Buffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong Offset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong Size; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public AccelerationStructureTypeKHR Type; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong DeviceAddress; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCreateInfoNV.gen.cs index d13b5b0828..4f8c6cef58 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureCreateInfoNV.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public ulong CompactedSize; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public AccelerationStructureInfoNV Info; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureDeviceAddressInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureDeviceAddressInfoKHR.gen.cs index 0d835e4a4c..4cf98f2ea8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureDeviceAddressInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureDeviceAddressInfoKHR.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureDeviceAddressInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkAccelerationStructureKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public AccelerationStructureKHRHandle AccelerationStructure; + public AccelerationStructureHandleKHR AccelerationStructure; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryAabbsDataKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryAabbsDataKHR.gen.cs index 27cb0999ba..d6245f81ad 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryAabbsDataKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryAabbsDataKHR.gen.cs @@ -7,48 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureGeometryAabbsDataKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public DeviceOrHostAddressConstKHR Data; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong Stride; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryDataKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryDataKHR.gen.cs index 317170475c..2299df08b7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryDataKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryDataKHR.gen.cs @@ -9,39 +9,14 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] public partial struct AccelerationStructureGeometryDataKHR { [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public AccelerationStructureGeometryTrianglesDataKHR Triangles; [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public AccelerationStructureGeometryAabbsDataKHR Aabbs; [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public AccelerationStructureGeometryInstancesDataKHR Instances; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryInstancesDataKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryInstancesDataKHR.gen.cs index 18a359c171..b2cd32c45e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryInstancesDataKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryInstancesDataKHR.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureGeometryInstancesDataKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint ArrayOfPointers; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public DeviceOrHostAddressConstKHR Data; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryKHR.gen.cs index c47755d367..f8ae581c62 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryKHR.gen.cs @@ -8,58 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureGeometryKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public GeometryTypeKHR GeometryType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public AccelerationStructureGeometryDataKHR Geometry; [NativeTypeName("VkGeometryFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public GeometryFlagsKHR Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryLinearSweptSpheresDataNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryLinearSweptSpheresDataNV.gen.cs index 1716fca969..483129c0e0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryLinearSweptSpheresDataNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryLinearSweptSpheresDataNV.gen.cs @@ -7,101 +7,27 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureGeometryLinearSweptSpheresDataNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public Format VertexFormat; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public DeviceOrHostAddressConstKHR VertexData; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public ulong VertexStride; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public Format RadiusFormat; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public DeviceOrHostAddressConstKHR RadiusData; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public ulong RadiusStride; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public IndexType IndexType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public DeviceOrHostAddressConstKHR IndexData; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public ulong IndexStride; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public RayTracingLssIndexingModeNV IndexingMode; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public RayTracingLssPrimitiveEndCapsModeNV EndCapsMode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryMotionTrianglesDataNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryMotionTrianglesDataNV.gen.cs index 1073721f56..18f1e99fa2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryMotionTrianglesDataNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryMotionTrianglesDataNV.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureGeometryMotionTrianglesDataNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public DeviceOrHostAddressConstKHR VertexData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometrySpheresDataNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometrySpheresDataNV.gen.cs index fe46822441..447c12de74 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometrySpheresDataNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometrySpheresDataNV.gen.cs @@ -8,87 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureGeometrySpheresDataNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public Format VertexFormat; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public DeviceOrHostAddressConstKHR VertexData; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public ulong VertexStride; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public Format RadiusFormat; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public DeviceOrHostAddressConstKHR RadiusData; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public ulong RadiusStride; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public IndexType IndexType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public DeviceOrHostAddressConstKHR IndexData; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public ulong IndexStride; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryTrianglesDataKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryTrianglesDataKHR.gen.cs index 21cdfeb367..6bd6099dd3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryTrianglesDataKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureGeometryTrianglesDataKHR.gen.cs @@ -7,99 +7,21 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureGeometryTrianglesDataKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public Format VertexFormat; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public DeviceOrHostAddressConstKHR VertexData; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong VertexStride; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint MaxVertex; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public IndexType IndexType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public DeviceOrHostAddressConstKHR IndexData; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public DeviceOrHostAddressConstKHR TransformData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureInfoNV.gen.cs index 3f1b4561ac..1762f74cb5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureInfoNV.gen.cs @@ -8,82 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkAccelerationStructureTypeNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public AccelerationStructureTypeKHR Type; [NativeTypeName("VkBuildAccelerationStructureFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public BuildAccelerationStructureFlagsKHR Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint InstanceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint GeometryCount; [NativeTypeName("const VkGeometryNV *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public GeometryNV* PGeometries; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureInstanceKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureInstanceKHR.gen.cs index 4f1d6f9ba9..86e1ccd81e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureInstanceKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureInstanceKHR.gen.cs @@ -8,39 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct AccelerationStructureInstanceKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public TransformMatrixKHR Transform; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint Bitfield1; [NativeTypeName("uint32_t : 24")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public uint instanceCustomIndex + public uint InstanceCustomIndex { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield1 & 0xFFFFFFu; } @@ -49,42 +23,17 @@ public uint instanceCustomIndex } [NativeTypeName("uint32_t : 8")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public uint mask + public uint Mask { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield1 >> 24) & 0xFFu; } [MethodImpl(MethodImplOptions.AggressiveInlining)] set { Bitfield1 = (Bitfield1 & ~(0xFFu << 24)) | ((value & 0xFFu) << 24); } } - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint Bitfield2; [NativeTypeName("uint32_t : 24")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public uint instanceShaderBindingTableRecordOffset + public uint InstanceShaderBindingTableRecordOffset { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield2 & 0xFFFFFFu; } @@ -93,15 +42,7 @@ public uint instanceShaderBindingTableRecordOffset } [NativeTypeName("VkGeometryInstanceFlagsKHR : 8")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public GeometryInstanceFlagsKHR flags + public GeometryInstanceFlagsKHR Flags { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (GeometryInstanceFlagsKHR)((Bitfield2 >> 24) & 0xFFu); } @@ -110,13 +51,5 @@ public GeometryInstanceFlagsKHR flags } [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong AccelerationStructureReference; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMatrixMotionInstanceNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMatrixMotionInstanceNV.gen.cs index 261dd06b7a..e58148b0ea 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMatrixMotionInstanceNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMatrixMotionInstanceNV.gen.cs @@ -7,37 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct AccelerationStructureMatrixMotionInstanceNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public TransformMatrixKHR TransformT0; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public TransformMatrixKHR TransformT1; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public uint Bitfield1; [NativeTypeName("uint32_t : 24")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - public uint instanceCustomIndex + public uint InstanceCustomIndex { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield1 & 0xFFFFFFu; } @@ -46,33 +23,17 @@ public uint instanceCustomIndex } [NativeTypeName("uint32_t : 8")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - public uint mask + public uint Mask { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield1 >> 24) & 0xFFu; } [MethodImpl(MethodImplOptions.AggressiveInlining)] set { Bitfield1 = (Bitfield1 & ~(0xFFu << 24)) | ((value & 0xFFu) << 24); } } - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public uint Bitfield2; [NativeTypeName("uint32_t : 24")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - public uint instanceShaderBindingTableRecordOffset + public uint InstanceShaderBindingTableRecordOffset { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield2 & 0xFFFFFFu; } @@ -81,12 +42,7 @@ public uint instanceShaderBindingTableRecordOffset } [NativeTypeName("VkGeometryInstanceFlagsKHR : 8")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - public GeometryInstanceFlagsKHR flags + public GeometryInstanceFlagsKHR Flags { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (GeometryInstanceFlagsKHR)((Bitfield2 >> 24) & 0xFFu); } @@ -95,10 +51,5 @@ public GeometryInstanceFlagsKHR flags } [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public ulong AccelerationStructureReference; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMemoryRequirementsInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMemoryRequirementsInfoNV.gen.cs index c7a5819dfd..f4756f21cd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMemoryRequirementsInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMemoryRequirementsInfoNV.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureMemoryRequirementsInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public AccelerationStructureMemoryRequirementsTypeNV Type; [NativeTypeName("VkAccelerationStructureNV")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public AccelerationStructureNVHandle AccelerationStructure; + public AccelerationStructureHandleNV AccelerationStructure; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMemoryRequirementsTypeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMemoryRequirementsTypeNV.gen.cs index ee208ec000..c2483b8527 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMemoryRequirementsTypeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMemoryRequirementsTypeNV.gen.cs @@ -7,37 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum AccelerationStructureMemoryRequirementsTypeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - ObjectNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - BuildScratchNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - UpdateScratchNV = 2, + Object = 0, + BuildScratch = 1, + UpdateScratch = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInfoNV.gen.cs index d9d2cc920e..bca197adae 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInfoNV.gen.cs @@ -8,37 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureMotionInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public uint MaxInstances; [NativeTypeName("VkAccelerationStructureMotionInfoFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public uint Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInstanceDataNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInstanceDataNV.gen.cs index 93a6eee973..3baffb4e9a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInstanceDataNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInstanceDataNV.gen.cs @@ -8,30 +8,14 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] public partial struct AccelerationStructureMotionInstanceDataNV { [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public AccelerationStructureInstanceKHR StaticInstance; [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public AccelerationStructureMatrixMotionInstanceNV MatrixMotionInstance; [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public AccelerationStructureSRTMotionInstanceNV SrtMotionInstance; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInstanceNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInstanceNV.gen.cs index 02b2a87db5..128cf80cf3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInstanceNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInstanceNV.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct AccelerationStructureMotionInstanceNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public AccelerationStructureMotionInstanceTypeNV Type; [NativeTypeName("VkAccelerationStructureMotionInstanceFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public uint Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public AccelerationStructureMotionInstanceDataNV Data; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInstanceTypeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInstanceTypeNV.gen.cs index ed85059802..cf846f9e8a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInstanceTypeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureMotionInstanceTypeNV.gen.cs @@ -8,28 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum AccelerationStructureMotionInstanceTypeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - StaticNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - MatrixMotionNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - SrtMotionNV = 2, + Static = 0, + MatrixMotion = 1, + SrtMotion = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureSRTMotionInstanceNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureSRTMotionInstanceNV.gen.cs index e62a9cfa50..563f10d44e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureSRTMotionInstanceNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureSRTMotionInstanceNV.gen.cs @@ -8,37 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct AccelerationStructureSRTMotionInstanceNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public SRTDataNV TransformT0; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public SRTDataNV TransformT1; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public uint Bitfield1; [NativeTypeName("uint32_t : 24")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - public uint instanceCustomIndex + public uint InstanceCustomIndex { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield1 & 0xFFFFFFu; } @@ -47,33 +24,17 @@ public uint instanceCustomIndex } [NativeTypeName("uint32_t : 8")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - public uint mask + public uint Mask { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield1 >> 24) & 0xFFu; } [MethodImpl(MethodImplOptions.AggressiveInlining)] set { Bitfield1 = (Bitfield1 & ~(0xFFu << 24)) | ((value & 0xFFu) << 24); } } - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public uint Bitfield2; [NativeTypeName("uint32_t : 24")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - public uint instanceShaderBindingTableRecordOffset + public uint InstanceShaderBindingTableRecordOffset { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield2 & 0xFFFFFFu; } @@ -82,12 +43,7 @@ public uint instanceShaderBindingTableRecordOffset } [NativeTypeName("VkGeometryInstanceFlagsKHR : 8")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - public GeometryInstanceFlagsKHR flags + public GeometryInstanceFlagsKHR Flags { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (GeometryInstanceFlagsKHR)((Bitfield2 >> 24) & 0xFFu); } @@ -96,10 +52,5 @@ public GeometryInstanceFlagsKHR flags } [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public ulong AccelerationStructureReference; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureTrianglesOpacityMicromapEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureTrianglesOpacityMicromapEXT.gen.cs index 26feebab38..cfa7047410 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureTrianglesOpacityMicromapEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureTrianglesOpacityMicromapEXT.gen.cs @@ -7,112 +7,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureTrianglesOpacityMicromapEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public IndexType IndexType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public DeviceOrHostAddressConstKHR IndexBuffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public ulong IndexStride; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint BaseTriangle; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint UsageCountsCount; [NativeTypeName("const VkMicromapUsageEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public MicromapUsageEXT* PUsageCounts; [NativeTypeName("const VkMicromapUsageEXT *const *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public MicromapUsageEXT** PpUsageCounts; [NativeTypeName("VkMicromapEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - public MicromapEXTHandle Micromap; + public MicromapHandleEXT Micromap; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureTypeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureTypeKHR.gen.cs index f2a5a67941..29579d7c1f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureTypeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureTypeKHR.gen.cs @@ -8,57 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum AccelerationStructureTypeKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - TopLevelKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - BottomLevelKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - GenericKHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - TopLevelNV = TopLevelKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - BottomLevelNV = BottomLevelKHR, + TopLevel = 0, + BottomLevel = 1, + Generic = 2, + TopLevelNV = TopLevel, + BottomLevelNV = BottomLevel, } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureVersionInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureVersionInfoKHR.gen.cs index cdf075a6d3..e91fa03159 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureVersionInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccelerationStructureVersionInfoKHR.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AccelerationStructureVersionInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("const uint8_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public byte* PVersionData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AccessFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AccessFlags.gen.cs index 5cc091c3a2..5b0f2588d8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AccessFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AccessFlags.gen.cs @@ -8,667 +8,42 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum AccessFlags : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] IndirectCommandReadBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] IndexReadBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] VertexAttributeReadBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] UniformReadBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] InputAttachmentReadBit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ShaderReadBit = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ShaderWriteBit = 0x40, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ColorAttachmentReadBit = 0x80, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ColorAttachmentWriteBit = 0x100, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DepthStencilAttachmentReadBit = 0x200, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DepthStencilAttachmentWriteBit = 0x400, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TransferReadBit = 0x800, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TransferWriteBit = 0x1000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] HostReadBit = 0x2000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] HostWriteBit = 0x4000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] MemoryReadBit = 0x8000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] MemoryWriteBit = 0x10000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] TransformFeedbackWriteBitEXT = 0x2000000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] TransformFeedbackCounterReadBitEXT = 0x4000000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] TransformFeedbackCounterWriteBitEXT = 0x8000000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] ConditionalRenderingReadBitEXT = 0x100000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] ColorAttachmentReadNoncoherentBitEXT = 0x80000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureReadBitKHR = 0x200000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureWriteBitKHR = 0x400000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] FragmentDensityMapReadBitEXT = 0x1000000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] FragmentShadingRateAttachmentReadBitKHR = 0x800000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] CommandPreprocessReadBitEXT = 0x20000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] CommandPreprocessWriteBitEXT = 0x40000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] ShadingRateImageReadBitNV = FragmentShadingRateAttachmentReadBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] AccelerationStructureReadBitNV = AccelerationStructureReadBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] AccelerationStructureWriteBitNV = AccelerationStructureWriteBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] CommandPreprocessReadBitNV = CommandPreprocessReadBitEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] CommandPreprocessWriteBitNV = CommandPreprocessWriteBitEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] NoneKHR = None, } diff --git a/sources/Vulkan/Vulkan/Vulkan/AcquireNextImageInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AcquireNextImageInfoKHR.gen.cs index 99291bd259..e44dc95f13 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AcquireNextImageInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AcquireNextImageInfoKHR.gen.cs @@ -8,68 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AcquireNextImageInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkSwapchainKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] - public SwapchainKHRHandle Swapchain; + public SwapchainHandleKHR Swapchain; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public ulong Timeout; [NativeTypeName("VkSemaphore")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public SemaphoreHandle Semaphore; [NativeTypeName("VkFence")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public FenceHandle Fence; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public uint DeviceMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AcquireProfilingLockFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AcquireProfilingLockFlagsKHR.gen.cs index 0ecac4f30c..9b8aa04670 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AcquireProfilingLockFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AcquireProfilingLockFlagsKHR.gen.cs @@ -7,8 +7,6 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum AcquireProfilingLockFlagsKHR : uint { diff --git a/sources/Vulkan/Vulkan/Vulkan/AcquireProfilingLockInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AcquireProfilingLockInfoKHR.gen.cs index 0e775aeadf..c31297b326 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AcquireProfilingLockInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AcquireProfilingLockInfoKHR.gen.cs @@ -8,49 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AcquireProfilingLockInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkAcquireProfilingLockFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public AcquireProfilingLockFlagsKHR Flags; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public ulong Timeout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AddressCopyFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AddressCopyFlagsKHR.gen.cs index b109c41d04..c230c6c908 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AddressCopyFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AddressCopyFlagsKHR.gen.cs @@ -7,40 +7,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum AddressCopyFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] - DeviceLocalBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] - SparseBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] - ProtectedBitKHR = 0x4, + DeviceLocalBit = 0x1, + SparseBit = 0x2, + ProtectedBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/AllocationCallbacks.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AllocationCallbacks.gen.cs index 8859137153..4a703f8d4a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AllocationCallbacks.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AllocationCallbacks.gen.cs @@ -8,179 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AllocationCallbacks { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PUserData; [NativeTypeName("PFN_vkAllocationFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - public PFNVkAllocationFunction PfnAllocation; + public AllocationFunction PfnAllocation; [NativeTypeName("PFN_vkReallocationFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - public PFNVkReallocationFunction PfnReallocation; + public ReallocationFunction PfnReallocation; [NativeTypeName("PFN_vkFreeFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - public PFNVkFreeFunction PfnFree; + public FreeFunction PfnFree; [NativeTypeName("PFN_vkInternalAllocationNotification")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - public PFNVkInternalAllocationNotification PfnInternalAllocation; + public InternalAllocationNotification PfnInternalAllocation; [NativeTypeName("PFN_vkInternalFreeNotification")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - public PFNVkInternalFreeNotification PfnInternalFree; + public InternalFreeNotification PfnInternalFree; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AllocationFunction.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AllocationFunction.gen.cs new file mode 100644 index 0000000000..852ff35d59 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/AllocationFunction.gen.cs @@ -0,0 +1,89 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public readonly unsafe struct AllocationFunction : IDisposable +{ + private readonly void* Pointer; + public delegate* unmanaged Handle => + (delegate* unmanaged)Pointer; + + public AllocationFunction( + delegate* unmanaged ptr + ) => Pointer = ptr; + + public AllocationFunction(AllocationFunctionDelegate proc) => + Pointer = SilkMarshal.DelegateToPtr(proc); + + public void Dispose() => SilkMarshal.Free(Pointer); + + [SupportedApiProfile( + "vulkan", + [ + "VK_BASE_VERSION_1_0", + "VK_BASE_VERSION_1_1", + "VK_BASE_VERSION_1_2", + "VK_BASE_VERSION_1_3", + "VK_BASE_VERSION_1_4", + "VK_COMPUTE_VERSION_1_0", + "VK_COMPUTE_VERSION_1_1", + "VK_COMPUTE_VERSION_1_2", + "VK_COMPUTE_VERSION_1_3", + "VK_COMPUTE_VERSION_1_4", + "VK_GRAPHICS_VERSION_1_0", + "VK_GRAPHICS_VERSION_1_1", + "VK_GRAPHICS_VERSION_1_2", + "VK_GRAPHICS_VERSION_1_3", + "VK_GRAPHICS_VERSION_1_4", + "VK_VERSION_1_0", + "VK_VERSION_1_1", + "VK_VERSION_1_2", + "VK_VERSION_1_3", + "VK_VERSION_1_4", + ], + MinVersion = "1.0" + )] + public static implicit operator AllocationFunction( + delegate* unmanaged pfn + ) => new(pfn); + + [SupportedApiProfile( + "vulkan", + [ + "VK_BASE_VERSION_1_0", + "VK_BASE_VERSION_1_1", + "VK_BASE_VERSION_1_2", + "VK_BASE_VERSION_1_3", + "VK_BASE_VERSION_1_4", + "VK_COMPUTE_VERSION_1_0", + "VK_COMPUTE_VERSION_1_1", + "VK_COMPUTE_VERSION_1_2", + "VK_COMPUTE_VERSION_1_3", + "VK_COMPUTE_VERSION_1_4", + "VK_GRAPHICS_VERSION_1_0", + "VK_GRAPHICS_VERSION_1_1", + "VK_GRAPHICS_VERSION_1_2", + "VK_GRAPHICS_VERSION_1_3", + "VK_GRAPHICS_VERSION_1_4", + "VK_VERSION_1_0", + "VK_VERSION_1_1", + "VK_VERSION_1_2", + "VK_VERSION_1_3", + "VK_VERSION_1_4", + ], + MinVersion = "1.0" + )] + public static implicit operator delegate* unmanaged< + void*, + nuint, + nuint, + SystemAllocationScope, + void*>(AllocationFunction pfn) => + (delegate* unmanaged)pfn.Pointer; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkAllocationFunctionDelegate.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AllocationFunctionDelegate.gen.cs similarity index 89% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkAllocationFunctionDelegate.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/AllocationFunctionDelegate.gen.cs index 6a8c00cc3f..9830bc42d8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkAllocationFunctionDelegate.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AllocationFunctionDelegate.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.Vulkan; -public unsafe delegate void* PFNVkAllocationFunctionDelegate( +public unsafe delegate void* AllocationFunctionDelegate( void* arg0, nuint arg1, nuint arg2, diff --git a/sources/Vulkan/Vulkan/Vulkan/AmigoProfilingSubmitInfoSEC.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AmigoProfilingSubmitInfoSEC.gen.cs index 60c14f8fcd..a0fed760c1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AmigoProfilingSubmitInfoSEC.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AmigoProfilingSubmitInfoSEC.gen.cs @@ -7,49 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AmigoProfilingSubmitInfoSEC { - [SupportedApiProfile( - "vulkan", - ["VK_SEC_amigo_profiling"], - ImpliesSets = [ - "VK_SEC_amigo_profiling+VK_KHR_get_physical_device_properties2", - "VK_SEC_amigo_profiling+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_SEC_amigo_profiling"], - ImpliesSets = [ - "VK_SEC_amigo_profiling+VK_KHR_get_physical_device_properties2", - "VK_SEC_amigo_profiling+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_SEC_amigo_profiling"], - ImpliesSets = [ - "VK_SEC_amigo_profiling+VK_KHR_get_physical_device_properties2", - "VK_SEC_amigo_profiling+VK_VERSION_1_1", - ] - )] public ulong FirstDrawTimestamp; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_SEC_amigo_profiling"], - ImpliesSets = [ - "VK_SEC_amigo_profiling+VK_KHR_get_physical_device_properties2", - "VK_SEC_amigo_profiling+VK_VERSION_1_1", - ] - )] public ulong SwapBufferTimestamp; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AntiLagDataAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AntiLagDataAMD.gen.cs index 7d907edabe..8583fbe11f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AntiLagDataAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AntiLagDataAMD.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AntiLagDataAMD { - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public AntiLagModeAMD Mode; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public uint MaxFPS; [NativeTypeName("const VkAntiLagPresentationInfoAMD *")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public AntiLagPresentationInfoAMD* PPresentationInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AntiLagModeAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AntiLagModeAMD.gen.cs index 3352da576a..4d31fd1d0e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AntiLagModeAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AntiLagModeAMD.gen.cs @@ -8,37 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum AntiLagModeAMD : uint { - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] - DriverControlAMD = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] - OnAMD = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] - OffAMD = 2, + DriverControl = 0, + On = 1, + Off = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/AntiLagPresentationInfoAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AntiLagPresentationInfoAMD.gen.cs index db1e20107c..1ffb0c18b6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AntiLagPresentationInfoAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AntiLagPresentationInfoAMD.gen.cs @@ -8,47 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AntiLagPresentationInfoAMD { - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public AntiLagStageAMD Stage; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public ulong FrameIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AntiLagStageAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AntiLagStageAMD.gen.cs index 2afb5a129d..1a1c302cc9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AntiLagStageAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AntiLagStageAMD.gen.cs @@ -7,27 +7,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum AntiLagStageAMD : uint { - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] - InputAMD = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] - PresentAMD = 1, + Input = 0, + Present = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ApplicationInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ApplicationInfo.gen.cs index f687f49ee2..bb30f93943 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ApplicationInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ApplicationInfo.gen.cs @@ -8,208 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ApplicationInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("const char *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public sbyte* PApplicationName; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ApplicationVersion; [NativeTypeName("const char *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public sbyte* PEngineName; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint EngineVersion; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ApiVersion; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AttachmentDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AttachmentDescription.gen.cs index 147f866a48..dd938d8a5f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AttachmentDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AttachmentDescription.gen.cs @@ -8,169 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct AttachmentDescription { [NativeTypeName("VkAttachmentDescriptionFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AttachmentDescriptionFlags Flags; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Format Format; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags Samples; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AttachmentLoadOp LoadOp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AttachmentStoreOp StoreOp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AttachmentLoadOp StencilLoadOp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AttachmentStoreOp StencilStoreOp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageLayout InitialLayout; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageLayout FinalLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AttachmentDescription2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AttachmentDescription2.gen.cs index 1ba9ef3fba..da521ccd7a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AttachmentDescription2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AttachmentDescription2.gen.cs @@ -7,162 +7,21 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AttachmentDescription2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkAttachmentDescriptionFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AttachmentDescriptionFlags Flags; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public Format Format; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public SampleCountFlags Samples; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AttachmentLoadOp LoadOp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AttachmentStoreOp StoreOp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AttachmentLoadOp StencilLoadOp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AttachmentStoreOp StencilStoreOp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ImageLayout InitialLayout; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ImageLayout FinalLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AttachmentDescriptionFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AttachmentDescriptionFlags.gen.cs index 0933b6ed00..2cdc0f6285 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AttachmentDescriptionFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AttachmentDescriptionFlags.gen.cs @@ -8,48 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum AttachmentDescriptionFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] MayAliasBit = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] ResolveSkipTransferFunctionBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] ResolveEnableTransferFunctionBitKHR = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/AttachmentDescriptionStencilLayout.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AttachmentDescriptionStencilLayout.gen.cs index ca655f969d..f820c11459 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AttachmentDescriptionStencilLayout.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AttachmentDescriptionStencilLayout.gen.cs @@ -8,62 +8,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AttachmentDescriptionStencilLayout { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ImageLayout StencilInitialLayout; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ImageLayout StencilFinalLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AttachmentFeedbackLoopInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AttachmentFeedbackLoopInfoEXT.gen.cs index 54c3fa9e45..ee408b6ffa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AttachmentFeedbackLoopInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AttachmentFeedbackLoopInfoEXT.gen.cs @@ -8,47 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AttachmentFeedbackLoopInfoEXT { - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_unified_image_layouts+VK_EXT_attachment_feedback_loop_layout+VK_KHR_dynamic_rendering", - "VK_KHR_unified_image_layouts+VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_unified_image_layouts+VK_KHR_get_physical_device_properties2", - "VK_KHR_unified_image_layouts+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_unified_image_layouts+VK_EXT_attachment_feedback_loop_layout+VK_KHR_dynamic_rendering", - "VK_KHR_unified_image_layouts+VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_unified_image_layouts+VK_KHR_get_physical_device_properties2", - "VK_KHR_unified_image_layouts+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_unified_image_layouts+VK_EXT_attachment_feedback_loop_layout+VK_KHR_dynamic_rendering", - "VK_KHR_unified_image_layouts+VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_unified_image_layouts+VK_KHR_get_physical_device_properties2", - "VK_KHR_unified_image_layouts+VK_VERSION_1_1", - ] - )] public uint FeedbackLoopEnable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AttachmentLoadOp.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AttachmentLoadOp.gen.cs index 8ca1d3000f..5b3f6cd467 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AttachmentLoadOp.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AttachmentLoadOp.gen.cs @@ -7,74 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum AttachmentLoadOp : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Load = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Clear = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DontCare = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] None = 1000400000, - - [SupportedApiProfile("vulkan", ["VK_EXT_load_store_op_none"])] NoneEXT = None, - - [SupportedApiProfile("vulkan", ["VK_KHR_load_store_op_none"])] NoneKHR = None, } diff --git a/sources/Vulkan/Vulkan/Vulkan/AttachmentReference.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AttachmentReference.gen.cs index dc8741bd25..20e1122771 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AttachmentReference.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AttachmentReference.gen.cs @@ -6,43 +6,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct AttachmentReference { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Attachment; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageLayout Layout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AttachmentReference2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AttachmentReference2.gen.cs index 23f7b0a6aa..8d3b22dff5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AttachmentReference2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AttachmentReference2.gen.cs @@ -8,79 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AttachmentReference2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint Attachment; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ImageLayout Layout; [NativeTypeName("VkImageAspectFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ImageAspectFlags AspectMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AttachmentReferenceStencilLayout.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AttachmentReferenceStencilLayout.gen.cs index 0c4870f395..1a63ee581d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AttachmentReferenceStencilLayout.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AttachmentReferenceStencilLayout.gen.cs @@ -7,48 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AttachmentReferenceStencilLayout { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ImageLayout StencilLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AttachmentSampleCountInfoAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AttachmentSampleCountInfoAMD.gen.cs index 797843c9fe..80172dda8e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AttachmentSampleCountInfoAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AttachmentSampleCountInfoAMD.gen.cs @@ -8,54 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct AttachmentSampleCountInfoAMD { - [SupportedApiProfile( - "vulkan", - [ - "VK_AMD_mixed_attachment_samples+VK_KHR_dynamic_rendering", - "VK_AMD_mixed_attachment_samples+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_AMD_mixed_attachment_samples+VK_KHR_dynamic_rendering", - "VK_AMD_mixed_attachment_samples+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_AMD_mixed_attachment_samples+VK_KHR_dynamic_rendering", - "VK_AMD_mixed_attachment_samples+VK_VERSION_1_3", - ] - )] public uint ColorAttachmentCount; [NativeTypeName("const VkSampleCountFlagBits *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_AMD_mixed_attachment_samples+VK_KHR_dynamic_rendering", - "VK_AMD_mixed_attachment_samples+VK_VERSION_1_3", - ] - )] public SampleCountFlags* PColorAttachmentSamples; - - [SupportedApiProfile( - "vulkan", - [ - "VK_AMD_mixed_attachment_samples+VK_KHR_dynamic_rendering", - "VK_AMD_mixed_attachment_samples+VK_VERSION_1_3", - ] - )] public SampleCountFlags DepthStencilAttachmentSamples; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AttachmentSampleLocationsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AttachmentSampleLocationsEXT.gen.cs index d5511a1a7b..34d050f84c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AttachmentSampleLocationsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AttachmentSampleLocationsEXT.gen.cs @@ -8,27 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct AttachmentSampleLocationsEXT { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public uint AttachmentIndex; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public SampleLocationsInfoEXT SampleLocationsInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/AttachmentStoreOp.gen.cs b/sources/Vulkan/Vulkan/Vulkan/AttachmentStoreOp.gen.cs index f1cd081838..6e863995cb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/AttachmentStoreOp.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/AttachmentStoreOp.gen.cs @@ -8,67 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum AttachmentStoreOp : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Store = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DontCare = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] None = 1000301000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] NoneKHR = None, - - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_store_ops"])] NoneQCOM = None, - - [SupportedApiProfile("vulkan", ["VK_EXT_load_store_op_none"])] NoneEXT = None, } diff --git a/sources/Vulkan/Vulkan/Vulkan/BaseInStructure.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BaseInStructure.gen.cs index 4b52a803f2..f431326296 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BaseInStructure.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BaseInStructure.gen.cs @@ -8,63 +8,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BaseInStructure { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const struct VkBaseInStructure *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BaseInStructure* PNext; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BaseOutStructure.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BaseOutStructure.gen.cs index 9dd27cb8fe..042852da85 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BaseOutStructure.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BaseOutStructure.gen.cs @@ -7,63 +7,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BaseOutStructure { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("struct VkBaseOutStructure *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BaseOutStructure* PNext; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindAccelerationStructureMemoryInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindAccelerationStructureMemoryInfoNV.gen.cs index 26588a22d5..6c381f0e85 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindAccelerationStructureMemoryInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindAccelerationStructureMemoryInfoNV.gen.cs @@ -8,82 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindAccelerationStructureMemoryInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkAccelerationStructureNV")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public AccelerationStructureNVHandle AccelerationStructure; + public AccelerationStructureHandleNV AccelerationStructure; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public DeviceMemoryHandle Memory; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public ulong MemoryOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint DeviceIndexCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint* PDeviceIndices; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindBufferMemoryDeviceGroupInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindBufferMemoryDeviceGroupInfo.gen.cs index 0e62354e25..3279e2daae 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindBufferMemoryDeviceGroupInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindBufferMemoryDeviceGroupInfo.gen.cs @@ -7,105 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindBufferMemoryDeviceGroupInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DeviceIndexCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint* PDeviceIndices; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindBufferMemoryInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindBufferMemoryInfo.gen.cs index dfbe060514..96e1d79b2b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindBufferMemoryInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindBufferMemoryInfo.gen.cs @@ -8,130 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindBufferMemoryInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public BufferHandle Buffer; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public DeviceMemoryHandle Memory; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ulong MemoryOffset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindDataGraphPipelineSessionMemoryInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindDataGraphPipelineSessionMemoryInfoARM.gen.cs index 071f48a4ad..afe6b0a058 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindDataGraphPipelineSessionMemoryInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindDataGraphPipelineSessionMemoryInfoARM.gen.cs @@ -8,60 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindDataGraphPipelineSessionMemoryInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkDataGraphPipelineSessionARM")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] - public DataGraphPipelineSessionARMHandle Session; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] + public DataGraphPipelineSessionHandleARM Session; public DataGraphPipelineSessionBindPointARM BindPoint; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint ObjectIndex; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public DeviceMemoryHandle Memory; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public ulong MemoryOffset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindDescriptorBufferEmbeddedSamplersInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindDescriptorBufferEmbeddedSamplersInfoEXT.gen.cs index e433367c1d..496d97854d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindDescriptorBufferEmbeddedSamplersInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindDescriptorBufferEmbeddedSamplersInfoEXT.gen.cs @@ -8,50 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindDescriptorBufferEmbeddedSamplersInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public ShaderStageFlags StageFlags; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public PipelineLayoutHandle Layout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public uint Set; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindDescriptorSetsInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindDescriptorSetsInfo.gen.cs index 7d83d921d9..168016200c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindDescriptorSetsInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindDescriptorSetsInfo.gen.cs @@ -8,77 +8,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindDescriptorSetsInfo { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public ShaderStageFlags StageFlags; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineLayoutHandle Layout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint FirstSet; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint DescriptorSetCount; [NativeTypeName("const VkDescriptorSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public DescriptorSetHandle* PDescriptorSets; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint DynamicOffsetCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint* PDynamicOffsets; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindImageMemoryDeviceGroupInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindImageMemoryDeviceGroupInfo.gen.cs index 633f4b4a05..8350418503 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindImageMemoryDeviceGroupInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindImageMemoryDeviceGroupInfo.gen.cs @@ -8,155 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindImageMemoryDeviceGroupInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DeviceIndexCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint* PDeviceIndices; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint SplitInstanceBindRegionCount; [NativeTypeName("const VkRect2D *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public Rect2D* PSplitInstanceBindRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindImageMemoryInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindImageMemoryInfo.gen.cs index 164ede2577..b9bdb019b2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindImageMemoryInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindImageMemoryInfo.gen.cs @@ -6,130 +6,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindImageMemoryInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageHandle Image; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public DeviceMemoryHandle Memory; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ulong MemoryOffset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindImageMemorySwapchainInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindImageMemorySwapchainInfoKHR.gen.cs index 0345bd7a30..5510634156 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindImageMemorySwapchainInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindImageMemorySwapchainInfoKHR.gen.cs @@ -8,41 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindImageMemorySwapchainInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkSwapchainKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] - public SwapchainKHRHandle Swapchain; + public SwapchainHandleKHR Swapchain; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public uint ImageIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindImagePlaneMemoryInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindImagePlaneMemoryInfo.gen.cs index 1e5b83070d..8ecf35169f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindImagePlaneMemoryInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindImagePlaneMemoryInfo.gen.cs @@ -8,79 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindImagePlaneMemoryInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageAspectFlags PlaneAspect; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindIndexBufferIndirectCommandEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindIndexBufferIndirectCommandEXT.gen.cs index 2173bcaa42..556ee3ec05 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindIndexBufferIndirectCommandEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindIndexBufferIndirectCommandEXT.gen.cs @@ -8,41 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct BindIndexBufferIndirectCommandEXT { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong BufferAddress; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint Size; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndexType IndexType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindIndexBufferIndirectCommandNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindIndexBufferIndirectCommandNV.gen.cs index 204b740d33..d204eba3b6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindIndexBufferIndirectCommandNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindIndexBufferIndirectCommandNV.gen.cs @@ -8,29 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct BindIndexBufferIndirectCommandNV { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public ulong BufferAddress; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint Size; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public IndexType IndexType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindMemoryStatus.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindMemoryStatus.gen.cs index c77231b824..d395994c00 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindMemoryStatus.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindMemoryStatus.gen.cs @@ -8,43 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindMemoryStatus { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public Result* PResult; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindPipelineIndirectCommandNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindPipelineIndirectCommandNV.gen.cs index 99788edb59..c0783dabaa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindPipelineIndirectCommandNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindPipelineIndirectCommandNV.gen.cs @@ -8,14 +8,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct BindPipelineIndirectCommandNV { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public ulong PipelineAddress; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindShaderGroupIndirectCommandNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindShaderGroupIndirectCommandNV.gen.cs index 4e432352f1..b7483098fc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindShaderGroupIndirectCommandNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindShaderGroupIndirectCommandNV.gen.cs @@ -7,14 +7,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct BindShaderGroupIndirectCommandNV { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint GroupIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindSparseInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindSparseInfo.gen.cs index efb204f43b..ce506492f6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindSparseInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindSparseInfo.gen.cs @@ -8,353 +8,40 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindSparseInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint WaitSemaphoreCount; [NativeTypeName("const VkSemaphore *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SemaphoreHandle* PWaitSemaphores; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint BufferBindCount; [NativeTypeName("const VkSparseBufferMemoryBindInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SparseBufferMemoryBindInfo* PBufferBinds; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ImageOpaqueBindCount; [NativeTypeName("const VkSparseImageOpaqueMemoryBindInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SparseImageOpaqueMemoryBindInfo* PImageOpaqueBinds; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ImageBindCount; [NativeTypeName("const VkSparseImageMemoryBindInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SparseImageMemoryBindInfo* PImageBinds; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SignalSemaphoreCount; [NativeTypeName("const VkSemaphore *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SemaphoreHandle* PSignalSemaphores; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindTensorMemoryInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindTensorMemoryInfoARM.gen.cs index 26721fa938..7f3a6e722b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindTensorMemoryInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindTensorMemoryInfoARM.gen.cs @@ -8,25 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindTensorMemoryInfoARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkTensorARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] - public TensorARMHandle Tensor; + public TensorHandleARM Tensor; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public DeviceMemoryHandle Memory; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public ulong MemoryOffset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindVertexBufferIndirectCommandEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindVertexBufferIndirectCommandEXT.gen.cs index 24cbbd4501..706d3182a8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindVertexBufferIndirectCommandEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindVertexBufferIndirectCommandEXT.gen.cs @@ -7,42 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct BindVertexBufferIndirectCommandEXT { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong BufferAddress; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint Size; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint Stride; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindVertexBufferIndirectCommandNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindVertexBufferIndirectCommandNV.gen.cs index 415d585be4..9990ad8948 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindVertexBufferIndirectCommandNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindVertexBufferIndirectCommandNV.gen.cs @@ -8,30 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct BindVertexBufferIndirectCommandNV { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public ulong BufferAddress; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint Size; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint Stride; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BindVideoSessionMemoryInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BindVideoSessionMemoryInfoKHR.gen.cs index af72f627f0..8979a6afb3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BindVideoSessionMemoryInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BindVideoSessionMemoryInfoKHR.gen.cs @@ -8,53 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BindVideoSessionMemoryInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint MemoryBindIndex; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public DeviceMemoryHandle Memory; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ulong MemoryOffset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ulong MemorySize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BlendFactor.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BlendFactor.gen.cs index d98419a33a..bd78862a91 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BlendFactor.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BlendFactor.gen.cs @@ -8,349 +8,25 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum BlendFactor : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Zero = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] One = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SrcColor = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] OneMinusSrcColor = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DstColor = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] OneMinusDstColor = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SrcAlpha = 6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] OneMinusSrcAlpha = 7, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DstAlpha = 8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] OneMinusDstAlpha = 9, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ConstantColor = 10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] OneMinusConstantColor = 11, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ConstantAlpha = 12, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] OneMinusConstantAlpha = 13, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SrcAlphaSaturate = 14, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Src1Color = 15, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] OneMinusSrc1Color = 16, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Src1Alpha = 17, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] OneMinusSrc1Alpha = 18, } diff --git a/sources/Vulkan/Vulkan/Vulkan/BlendOp.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BlendOp.gen.cs index dd6b9543bd..07d56e88a6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BlendOp.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BlendOp.gen.cs @@ -8,557 +8,57 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum BlendOp : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Add = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Subtract = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ReverseSubtract = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Min = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Max = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] ZeroEXT = 1000148000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] SrcEXT = 1000148001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] DstEXT = 1000148002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] SrcOverEXT = 1000148003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] DstOverEXT = 1000148004, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] SrcInEXT = 1000148005, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] DstInEXT = 1000148006, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] SrcOutEXT = 1000148007, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] DstOutEXT = 1000148008, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] SrcAtopEXT = 1000148009, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] DstAtopEXT = 1000148010, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] XorEXT = 1000148011, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] MultiplyEXT = 1000148012, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] ScreenEXT = 1000148013, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] OverlayEXT = 1000148014, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] DarkenEXT = 1000148015, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] LightenEXT = 1000148016, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] ColordodgeEXT = 1000148017, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] ColorburnEXT = 1000148018, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] HardlightEXT = 1000148019, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] SoftlightEXT = 1000148020, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] DifferenceEXT = 1000148021, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] ExclusionEXT = 1000148022, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] InvertEXT = 1000148023, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] InvertRgbEXT = 1000148024, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] LineardodgeEXT = 1000148025, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] LinearburnEXT = 1000148026, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] VividlightEXT = 1000148027, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] LinearlightEXT = 1000148028, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] PinlightEXT = 1000148029, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] HardmixEXT = 1000148030, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] HslHueEXT = 1000148031, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] HslSaturationEXT = 1000148032, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] HslColorEXT = 1000148033, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] HslLuminosityEXT = 1000148034, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] PlusEXT = 1000148035, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] PlusClampedEXT = 1000148036, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] PlusClampedAlphaEXT = 1000148037, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] PlusDarkerEXT = 1000148038, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] MinusEXT = 1000148039, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] MinusClampedEXT = 1000148040, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] ContrastEXT = 1000148041, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] InvertOvgEXT = 1000148042, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] RedEXT = 1000148043, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] GreenEXT = 1000148044, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] BlueEXT = 1000148045, } diff --git a/sources/Vulkan/Vulkan/Vulkan/BlendOverlapEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BlendOverlapEXT.gen.cs index 70315ba952..b0a9f8538b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BlendOverlapEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BlendOverlapEXT.gen.cs @@ -8,37 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum BlendOverlapEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] - UncorrelatedEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] - DisjointEXT = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] - ConjointEXT = 2, + Uncorrelated = 0, + Disjoint = 1, + Conjoint = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/BlitImageCubicWeightsInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BlitImageCubicWeightsInfoQCOM.gen.cs index 02eb8f8e30..62f735bf32 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BlitImageCubicWeightsInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BlitImageCubicWeightsInfoQCOM.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BlitImageCubicWeightsInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] public CubicFilterWeightsQCOM CubicWeights; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BlitImageInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BlitImageInfo2.gen.cs index 311d587600..32424ebfa6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BlitImageInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BlitImageInfo2.gen.cs @@ -7,74 +7,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BlitImageInfo2 { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageHandle SrcImage; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageLayout SrcImageLayout; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageHandle DstImage; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageLayout DstImageLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public uint RegionCount; [NativeTypeName("const VkImageBlit2 *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageBlit2* PRegions; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public Filter Filter; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BlockMatchWindowCompareModeQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BlockMatchWindowCompareModeQCOM.gen.cs index 9cd0456a90..23c546b8ee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BlockMatchWindowCompareModeQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BlockMatchWindowCompareModeQCOM.gen.cs @@ -8,21 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum BlockMatchWindowCompareModeQCOM : uint { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] - MinQCOM = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] - MaxQCOM = 1, + Min = 0, + Max = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/BorderColor.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BorderColor.gen.cs index 84e66856b7..a4688deebf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BorderColor.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BorderColor.gen.cs @@ -8,165 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum BorderColor : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FloatTransparentBlack = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] IntTransparentBlack = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FloatOpaqueBlack = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] IntOpaqueBlack = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FloatOpaqueWhite = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] IntOpaqueWhite = 5, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] FloatCustomEXT = 1000287003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] IntCustomEXT = 1000287004, } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferCaptureDescriptorDataInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferCaptureDescriptorDataInfoEXT.gen.cs index bd4561afcb..4df06a3046 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferCaptureDescriptorDataInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferCaptureDescriptorDataInfoEXT.gen.cs @@ -8,44 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BufferCaptureDescriptorDataInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public BufferHandle Buffer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferCopy.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferCopy.gen.cs index a71d1f290e..97c03f86b7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferCopy.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferCopy.gen.cs @@ -8,93 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct BufferCopy { [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong SrcOffset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong DstOffset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferCopy2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferCopy2.gen.cs index 875e9089ab..d92f69d6a9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferCopy2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferCopy2.gen.cs @@ -7,90 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BufferCopy2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong SrcOffset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong DstOffset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferCreateFlags.gen.cs index 0477650e63..8b10b80a47 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferCreateFlags.gen.cs @@ -7,177 +7,17 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum BufferCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SparseBindingBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SparseResidencyBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SparseAliasedBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ProtectedBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] DeviceAddressCaptureReplayBit = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] DescriptorBufferCaptureReplayBitEXT = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] VideoProfileIndependentBitKHR = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] DeviceAddressCaptureReplayBitEXT = DeviceAddressCaptureReplayBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] DeviceAddressCaptureReplayBitKHR = DeviceAddressCaptureReplayBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferCreateInfo.gen.cs index 4f2d43682b..27f91cbc96 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferCreateInfo.gen.cs @@ -8,236 +8,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BufferCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkBufferCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BufferCreateFlags Flags; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Size; [NativeTypeName("VkBufferUsageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BufferUsageFlags Usage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SharingMode SharingMode; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint QueueFamilyIndexCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint* PQueueFamilyIndices; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferDeviceAddressCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferDeviceAddressCreateInfoEXT.gen.cs index d4a9814ebc..1588924d1d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferDeviceAddressCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferDeviceAddressCreateInfoEXT.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BufferDeviceAddressCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] public ulong DeviceAddress; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferDeviceAddressInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferDeviceAddressInfo.gen.cs index 9873e1f974..173b60bfee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferDeviceAddressInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferDeviceAddressInfo.gen.cs @@ -8,68 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BufferDeviceAddressInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public BufferHandle Buffer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferImageCopy.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferImageCopy.gen.cs index 0bb57f3e15..c7f90dfc78 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferImageCopy.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferImageCopy.gen.cs @@ -7,177 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct BufferImageCopy { [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong BufferOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint BufferRowLength; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint BufferImageHeight; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageSubresourceLayers ImageSubresource; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Offset3D ImageOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Extent3D ImageExtent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferImageCopy2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferImageCopy2.gen.cs index adee4a9318..777d0fa913 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferImageCopy2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferImageCopy2.gen.cs @@ -8,138 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BufferImageCopy2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong BufferOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint BufferRowLength; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint BufferImageHeight; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageSubresourceLayers ImageSubresource; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public Offset3D ImageOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public Extent3D ImageExtent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferMemoryBarrier.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferMemoryBarrier.gen.cs index 95fd387b63..1f2498c67f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferMemoryBarrier.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferMemoryBarrier.gen.cs @@ -8,266 +8,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BufferMemoryBarrier { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkAccessFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AccessFlags SrcAccessMask; [NativeTypeName("VkAccessFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AccessFlags DstAccessMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SrcQueueFamilyIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DstQueueFamilyIndex; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BufferHandle Buffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Offset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferMemoryBarrier2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferMemoryBarrier2.gen.cs index 1372191c23..d4bcdd1c3a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferMemoryBarrier2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferMemoryBarrier2.gen.cs @@ -8,192 +8,37 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BufferMemoryBarrier2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkPipelineStageFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PipelineStageFlags2 SrcStageMask; [NativeTypeName("VkAccessFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public AccessFlags2 SrcAccessMask; [NativeTypeName("VkPipelineStageFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PipelineStageFlags2 DstStageMask; [NativeTypeName("VkAccessFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public AccessFlags2 DstAccessMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint SrcQueueFamilyIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint DstQueueFamilyIndex; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public BufferHandle Buffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong Offset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferMemoryRequirementsInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferMemoryRequirementsInfo2.gen.cs index 34f4326d38..c0b077d773 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferMemoryRequirementsInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferMemoryRequirementsInfo2.gen.cs @@ -8,80 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BufferMemoryRequirementsInfo2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public BufferHandle Buffer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferOpaqueCaptureAddressCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferOpaqueCaptureAddressCreateInfo.gen.cs index 1ef050d1b0..38de79740c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferOpaqueCaptureAddressCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferOpaqueCaptureAddressCreateInfo.gen.cs @@ -8,68 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BufferOpaqueCaptureAddressCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ulong OpaqueCaptureAddress; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferUsageFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferUsageFlags.gen.cs index e98e2d08a0..c3329cc887 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferUsageFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferUsageFlags.gen.cs @@ -8,478 +8,37 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum BufferUsageFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TransferSrcBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TransferDstBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] UniformTexelBufferBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StorageTexelBufferBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] UniformBufferBit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StorageBufferBit = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] IndexBufferBit = 0x40, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] VertexBufferBit = 0x80, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] IndirectBufferBit = 0x100, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] ShaderDeviceAddressBit = 0x20000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeSrcBitKHR = 0x2000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeDstBitKHR = 0x4000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] TransformFeedbackBufferBitEXT = 0x800, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] TransformFeedbackCounterBufferBitEXT = 0x1000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] ConditionalRenderingBitEXT = 0x200, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureBuildInputReadOnlyBitKHR = 0x80000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureStorageBitKHR = 0x100000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] ShaderBindingTableBitKHR = 0x400, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeDstBitKHR = 0x8000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeSrcBitKHR = 0x10000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] SamplerDescriptorBufferBitEXT = 0x200000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] ResourceDescriptorBufferBitEXT = 0x400000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] PushDescriptorsDescriptorBufferBitEXT = 0x4000000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] MicromapBuildInputReadOnlyBitEXT = 0x800000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] MicromapStorageBitEXT = 0x1000000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] TileMemoryBitQCOM = 0x8000000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] RayTracingBitNV = ShaderBindingTableBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] ShaderDeviceAddressBitEXT = ShaderDeviceAddressBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] ShaderDeviceAddressBitKHR = ShaderDeviceAddressBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferUsageFlags2CreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferUsageFlags2CreateInfo.gen.cs index 1f9e9b4ce2..8982d381fe 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferUsageFlags2CreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferUsageFlags2CreateInfo.gen.cs @@ -7,44 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BufferUsageFlags2CreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBufferUsageFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public BufferUsageFlags2 Usage; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BufferViewCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BufferViewCreateInfo.gen.cs index fecb173ca5..de2d5d021d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BufferViewCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BufferViewCreateInfo.gen.cs @@ -4,172 +4,23 @@ // Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BufferViewCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkBufferViewCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Flags; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BufferHandle Buffer; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Format Format; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Offset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Range; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BuildAccelerationStructureFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BuildAccelerationStructureFlagsKHR.gen.cs index b130bfb25e..6859459622 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BuildAccelerationStructureFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BuildAccelerationStructureFlagsKHR.gen.cs @@ -8,161 +8,24 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum BuildAccelerationStructureFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - AllowUpdateBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - AllowCompactionBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - PreferFastTraceBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - PreferFastBuildBitKHR = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - LowMemoryBitKHR = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] + AllowUpdateBit = 0x1, + AllowCompactionBit = 0x2, + PreferFastTraceBit = 0x4, + PreferFastBuildBit = 0x8, + LowMemoryBit = 0x10, MotionBitNV = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] AllowOpacityMicromapUpdateBitEXT = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] AllowDisableOpacityMicromapsBitEXT = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] AllowOpacityMicromapDataUpdateBitEXT = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_position_fetch"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - AllowDataAccessBitKHR = 0x800, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] + AllowDataAccessBit = 0x800, AllowClusterOpacityMicromapsBitNV = 0x1000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - AllowUpdateBitNV = AllowUpdateBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - AllowCompactionBitNV = AllowCompactionBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - PreferFastTraceBitNV = PreferFastTraceBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - PreferFastBuildBitNV = PreferFastBuildBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - LowMemoryBitNV = LowMemoryBitKHR, + AllowUpdateBitNV = AllowUpdateBit, + AllowCompactionBitNV = AllowCompactionBit, + PreferFastTraceBitNV = PreferFastTraceBit, + PreferFastBuildBitNV = PreferFastBuildBit, + LowMemoryBitNV = LowMemoryBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/BuildAccelerationStructureModeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BuildAccelerationStructureModeKHR.gen.cs index 3bd92a7a43..3e16389572 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BuildAccelerationStructureModeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BuildAccelerationStructureModeKHR.gen.cs @@ -8,27 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum BuildAccelerationStructureModeKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - BuildKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - UpdateKHR = 1, + Build = 0, + Update = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/BuildMicromapFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BuildMicromapFlagsEXT.gen.cs index 8a03324ee0..2fa156bc51 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BuildMicromapFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BuildMicromapFlagsEXT.gen.cs @@ -8,40 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum BuildMicromapFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - PreferFastTraceBitEXT = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - PreferFastBuildBitEXT = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - AllowCompactionBitEXT = 0x4, + PreferFastTraceBit = 0x1, + PreferFastBuildBit = 0x2, + AllowCompactionBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/BuildMicromapModeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BuildMicromapModeEXT.gen.cs index d0cfc3dc93..a2c0cc4b6e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BuildMicromapModeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BuildMicromapModeEXT.gen.cs @@ -7,17 +7,7 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum BuildMicromapModeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - BuildEXT = 0, + Build = 0, } diff --git a/sources/Vulkan/Vulkan/Vulkan/BuildPartitionedAccelerationStructureIndirectCommandNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BuildPartitionedAccelerationStructureIndirectCommandNV.gen.cs index 6e61abc9fe..8f05076b3a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BuildPartitionedAccelerationStructureIndirectCommandNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BuildPartitionedAccelerationStructureIndirectCommandNV.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct BuildPartitionedAccelerationStructureIndirectCommandNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public PartitionedAccelerationStructureOpTypeNV OpType; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint ArgCount; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StridedDeviceAddressNV ArgData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/BuildPartitionedAccelerationStructureInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/BuildPartitionedAccelerationStructureInfoNV.gen.cs index a9d526d5f4..129bfc2145 100644 --- a/sources/Vulkan/Vulkan/Vulkan/BuildPartitionedAccelerationStructureInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/BuildPartitionedAccelerationStructureInfoNV.gen.cs @@ -8,67 +8,24 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct BuildPartitionedAccelerationStructureInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public PartitionedAccelerationStructureInstancesInputNV Input; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong SrcAccelerationStructureData; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong DstAccelerationStructureData; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong ScratchData; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong SrcInfos; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong SrcInfosCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CalibratedTimestampInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CalibratedTimestampInfoKHR.gen.cs index 0c9be89221..9edd9d2a35 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CalibratedTimestampInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CalibratedTimestampInfoKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CalibratedTimestampInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] public TimeDomainKHR TimeDomain; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CheckpointData2NV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CheckpointData2NV.gen.cs index a82c910670..b5c2527734 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CheckpointData2NV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CheckpointData2NV.gen.cs @@ -6,59 +6,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CheckpointData2NV { - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPipelineStageFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public PipelineStageFlags2 Stage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public void* PCheckpointMarker; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CheckpointDataNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CheckpointDataNV.gen.cs index 313ba6cdfb..3b498bd15d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CheckpointDataNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CheckpointDataNV.gen.cs @@ -7,46 +7,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CheckpointDataNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public PipelineStageFlags Stage; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public void* PCheckpointMarker; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ChromaLocation.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ChromaLocation.gen.cs index 97c4ce2271..a7202250ae 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ChromaLocation.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ChromaLocation.gen.cs @@ -7,67 +7,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ChromaLocation : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] CositedEven = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] Midpoint = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] CositedEvenKHR = CositedEven, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] MidpointKHR = Midpoint, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClearAttachment.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClearAttachment.gen.cs index 11423a81bb..f7b51b411c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClearAttachment.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClearAttachment.gen.cs @@ -7,62 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ClearAttachment { [NativeTypeName("VkImageAspectFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageAspectFlags AspectMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ColorAttachment; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ClearValue ClearValue; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClearColorValue.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClearColorValue.gen.cs index 6a8bbd71ae..85696b272a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClearColorValue.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClearColorValue.gen.cs @@ -9,81 +9,17 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] public partial struct ClearColorValue { [FieldOffset(0)] [NativeTypeName("float[4]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ClearColorValueFloat32 Float32; [FieldOffset(0)] [NativeTypeName("int32_t[4]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ClearColorValueInt32 Int32; [FieldOffset(0)] [NativeTypeName("uint32_t[4]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ClearColorValueUint32 Uint32; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClearColorValueFloat32.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClearColorValueFloat32.gen.cs index f635f2248d..986f1aec24 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClearColorValueFloat32.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClearColorValueFloat32.gen.cs @@ -9,29 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(4)] -[SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct ClearColorValueFloat32 { - [SupportedApiProfile("vulkan")] public float E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClearColorValueInt32.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClearColorValueInt32.gen.cs index cdb4f69d6b..7d7ff4ee66 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClearColorValueInt32.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClearColorValueInt32.gen.cs @@ -9,29 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(4)] -[SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct ClearColorValueInt32 { - [SupportedApiProfile("vulkan")] public int E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClearColorValueUint32.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClearColorValueUint32.gen.cs index 2b81dcd928..450f3a0eb0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClearColorValueUint32.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClearColorValueUint32.gen.cs @@ -9,29 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(4)] -[SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct ClearColorValueUint32 { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClearDepthStencilValue.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClearDepthStencilValue.gen.cs index 977d3ce557..f73dc61cb2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClearDepthStencilValue.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClearDepthStencilValue.gen.cs @@ -7,43 +7,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ClearDepthStencilValue { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float Depth; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Stencil; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClearRect.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClearRect.gen.cs index 5a25e66452..a49fcf64ad 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClearRect.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClearRect.gen.cs @@ -7,62 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ClearRect { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Rect2D Rect; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint BaseArrayLayer; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint LayerCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClearValue.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClearValue.gen.cs index 9fc92898d8..1628ddcfc8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClearValue.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClearValue.gen.cs @@ -9,44 +9,11 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] public partial struct ClearValue { [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ClearColorValue Color; [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ClearDepthStencilValue DepthStencil; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureAddressResolutionFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureAddressResolutionFlagsNV.gen.cs index 7c5e22dcad..c28f04a352 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureAddressResolutionFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureAddressResolutionFlagsNV.gen.cs @@ -8,57 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ClusterAccelerationStructureAddressResolutionFlagsNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - NoneNV = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - IndirectedDstImplicitDataBitNV = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - IndirectedScratchDataBitNV = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - IndirectedDstAddressArrayBitNV = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - IndirectedDstSizesArrayBitNV = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - IndirectedSrcInfosArrayBitNV = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - IndirectedSrcInfosCountBitNV = 0x20, + None = 0x0, + IndirectedDstImplicitDataBit = 0x1, + IndirectedScratchDataBit = 0x2, + IndirectedDstAddressArrayBit = 0x4, + IndirectedDstSizesArrayBit = 0x8, + IndirectedSrcInfosArrayBit = 0x10, + IndirectedSrcInfosCountBit = 0x20, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureBuildClustersBottomLevelInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureBuildClustersBottomLevelInfoNV.gen.cs index b43da822a1..862654a2e7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureBuildClustersBottomLevelInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureBuildClustersBottomLevelInfoNV.gen.cs @@ -8,30 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ClusterAccelerationStructureBuildClustersBottomLevelInfoNV { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint ClusterReferencesCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint ClusterReferencesStride; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong ClusterReferences; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureBuildTriangleClusterInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureBuildTriangleClusterInfoNV.gen.cs index c0addd31a1..b52b68b546 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureBuildTriangleClusterInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureBuildTriangleClusterInfoNV.gen.cs @@ -8,39 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ClusterAccelerationStructureBuildTriangleClusterInfoNV { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint ClusterID; [NativeTypeName("VkClusterAccelerationStructureClusterFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureClusterFlagsNV ClusterFlags; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint Bitfield; [NativeTypeName("uint32_t : 9")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint triangleCount + public uint TriangleCount { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1FFu; } @@ -49,12 +27,7 @@ public uint triangleCount } [NativeTypeName("uint32_t : 9")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint vertexCount + public uint VertexCount { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 9) & 0x1FFu; } @@ -63,12 +36,7 @@ public uint vertexCount } [NativeTypeName("uint32_t : 6")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint positionTruncateBitCount + public uint PositionTruncateBitCount { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 18) & 0x3Fu; } @@ -77,12 +45,7 @@ public uint positionTruncateBitCount } [NativeTypeName("uint32_t : 4")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint indexType + public uint IndexType { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 24) & 0xFu; } @@ -91,95 +54,39 @@ public uint indexType } [NativeTypeName("uint32_t : 4")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint opacityMicromapIndexType + public uint OpacityMicromapIndexType { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 28) & 0xFu; } [MethodImpl(MethodImplOptions.AggressiveInlining)] set { Bitfield = (Bitfield & ~(0xFu << 28)) | ((value & 0xFu) << 28); } } - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV BaseGeometryIndexAndGeometryFlags; [NativeTypeName("uint16_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ushort IndexBufferStride; [NativeTypeName("uint16_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ushort VertexBufferStride; [NativeTypeName("uint16_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ushort GeometryIndexAndFlagsBufferStride; [NativeTypeName("uint16_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ushort OpacityMicromapIndexBufferStride; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong IndexBuffer; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong VertexBuffer; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong GeometryIndexAndFlagsBuffer; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong OpacityMicromapArray; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong OpacityMicromapIndexBuffer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.gen.cs index 3dbb49524a..2b134ec5bd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.gen.cs @@ -7,39 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint ClusterID; [NativeTypeName("VkClusterAccelerationStructureClusterFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureClusterFlagsNV ClusterFlags; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint Bitfield; [NativeTypeName("uint32_t : 9")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint triangleCount + public uint TriangleCount { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1FFu; } @@ -48,12 +26,7 @@ public uint triangleCount } [NativeTypeName("uint32_t : 9")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint vertexCount + public uint VertexCount { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 9) & 0x1FFu; } @@ -62,12 +35,7 @@ public uint vertexCount } [NativeTypeName("uint32_t : 6")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint positionTruncateBitCount + public uint PositionTruncateBitCount { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 18) & 0x3Fu; } @@ -76,12 +44,7 @@ public uint positionTruncateBitCount } [NativeTypeName("uint32_t : 4")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint indexType + public uint IndexType { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 24) & 0xFu; } @@ -90,103 +53,42 @@ public uint indexType } [NativeTypeName("uint32_t : 4")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint opacityMicromapIndexType + public uint OpacityMicromapIndexType { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 28) & 0xFu; } [MethodImpl(MethodImplOptions.AggressiveInlining)] set { Bitfield = (Bitfield & ~(0xFu << 28)) | ((value & 0xFu) << 28); } } - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV BaseGeometryIndexAndGeometryFlags; [NativeTypeName("uint16_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ushort IndexBufferStride; [NativeTypeName("uint16_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ushort VertexBufferStride; [NativeTypeName("uint16_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ushort GeometryIndexAndFlagsBufferStride; [NativeTypeName("uint16_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ushort OpacityMicromapIndexBufferStride; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong IndexBuffer; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong VertexBuffer; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong GeometryIndexAndFlagsBuffer; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong OpacityMicromapArray; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong OpacityMicromapIndexBuffer; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong InstantiationBoundingBoxLimit; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureClusterFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureClusterFlagsNV.gen.cs index 8272429e20..2fefa0e619 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureClusterFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureClusterFlagsNV.gen.cs @@ -8,17 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ClusterAccelerationStructureClusterFlagsNV : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - AllowDisableOpacityMicromapsNV = 0x1, + AllowDisableOpacityMicromaps = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureClustersBottomLevelInputNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureClustersBottomLevelInputNV.gen.cs index 7e4cf183de..8eef9642b2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureClustersBottomLevelInputNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureClustersBottomLevelInputNV.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ClusterAccelerationStructureClustersBottomLevelInputNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxTotalClusterCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxClusterCountPerAccelerationStructure; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureCommandsInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureCommandsInfoNV.gen.cs index c55ece2e69..7a7e6751c3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureCommandsInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureCommandsInfoNV.gen.cs @@ -7,80 +7,24 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ClusterAccelerationStructureCommandsInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureInputInfoNV Input; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong DstImplicitData; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong ScratchData; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StridedDeviceAddressRegionKHR DstAddressesArray; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StridedDeviceAddressRegionKHR DstSizesArray; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StridedDeviceAddressRegionKHR SrcInfosArray; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong SrcInfosCount; [NativeTypeName("VkClusterAccelerationStructureAddressResolutionFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureAddressResolutionFlagsNV AddressResolutionFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureGeometryFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureGeometryFlagsNV.gen.cs index 2648343a70..f5c8d4fa37 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureGeometryFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureGeometryFlagsNV.gen.cs @@ -8,31 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ClusterAccelerationStructureGeometryFlagsNV : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - CullDisableBitNV = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - NoDuplicateAnyhitInvocationBitNV = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - OpaqueBitNV = 0x4, + CullDisableBit = 0x1, + NoDuplicateAnyhitInvocationBit = 0x2, + OpaqueBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.gen.cs index 37004f4dfa..204c7d57f0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.gen.cs @@ -7,23 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint Bitfield; [NativeTypeName("uint32_t : 24")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint geometryIndex + public uint GeometryIndex { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0xFFFFFFu; } @@ -32,12 +21,7 @@ public uint geometryIndex } [NativeTypeName("uint32_t : 5")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 24) & 0x1Fu; } @@ -46,12 +30,7 @@ public uint reserved } [NativeTypeName("uint32_t : 3")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint geometryFlags + public uint GeometryFlags { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 29) & 0x7u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureGetTemplateIndicesInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureGetTemplateIndicesInfoNV.gen.cs index 95da0cac95..e4984112e0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureGetTemplateIndicesInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureGetTemplateIndicesInfoNV.gen.cs @@ -8,14 +8,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ClusterAccelerationStructureGetTemplateIndicesInfoNV { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong ClusterTemplateAddress; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureIndexFormatFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureIndexFormatFlagsNV.gen.cs index 60b5958d28..a958ee6078 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureIndexFormatFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureIndexFormatFlagsNV.gen.cs @@ -8,31 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ClusterAccelerationStructureIndexFormatFlagsNV : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - Format8BitNV = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - Format16BitNV = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - Format32BitNV = 0x4, + Format8Bit = 0x1, + Format16Bit = 0x2, + Format32Bit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureInputInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureInputInfoNV.gen.cs index 88ec4f75b4..8cf938c935 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureInputInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureInputInfoNV.gen.cs @@ -8,57 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ClusterAccelerationStructureInputInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxAccelerationStructureCount; [NativeTypeName("VkBuildAccelerationStructureFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public BuildAccelerationStructureFlagsKHR Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureOpTypeNV OpType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureOpModeNV OpMode; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureOpInputNV OpInput; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureInstantiateClusterInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureInstantiateClusterInfoNV.gen.cs index 6ef2784190..6c2f90eec9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureInstantiateClusterInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureInstantiateClusterInfoNV.gen.cs @@ -8,31 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ClusterAccelerationStructureInstantiateClusterInfoNV { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint ClusterIdOffset; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint Bitfield; [NativeTypeName("uint32_t : 24")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint geometryIndexOffset + public uint GeometryIndexOffset { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0xFFFFFFu; } @@ -41,12 +24,7 @@ public uint geometryIndexOffset } [NativeTypeName("uint32_t : 8")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 24) & 0xFFu; } @@ -55,17 +33,6 @@ public uint reserved } [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong ClusterTemplateAddress; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StridedDeviceAddressNV VertexBuffer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureMoveObjectsInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureMoveObjectsInfoNV.gen.cs index 7dde0e1718..c2461d2277 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureMoveObjectsInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureMoveObjectsInfoNV.gen.cs @@ -7,14 +7,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ClusterAccelerationStructureMoveObjectsInfoNV { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong SrcAccelerationStructure; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureMoveObjectsInputNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureMoveObjectsInputNV.gen.cs index 7cf73102f4..3919511e80 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureMoveObjectsInputNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureMoveObjectsInputNV.gen.cs @@ -8,43 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ClusterAccelerationStructureMoveObjectsInputNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureTypeNV Type; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint NoMoveOverlap; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong MaxMovedBytes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureOpInputNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureOpInputNV.gen.cs index 75b271fd53..a777775aff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureOpInputNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureOpInputNV.gen.cs @@ -8,30 +8,14 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] public unsafe partial struct ClusterAccelerationStructureOpInputNV { [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureClustersBottomLevelInputNV* PClustersBottomLevel; [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureTriangleClusterInputNV* PTriangleClusters; [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ClusterAccelerationStructureMoveObjectsInputNV* PMoveObjects; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureOpModeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureOpModeNV.gen.cs index ef0ad23d69..b9a449ac12 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureOpModeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureOpModeNV.gen.cs @@ -8,28 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ClusterAccelerationStructureOpModeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - ImplicitDestinationsNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - ExplicitDestinationsNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - ComputeSizesNV = 2, + ImplicitDestinations = 0, + ExplicitDestinations = 1, + ComputeSizes = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureOpTypeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureOpTypeNV.gen.cs index 1e94de158c..29597e3a26 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureOpTypeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureOpTypeNV.gen.cs @@ -8,49 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ClusterAccelerationStructureOpTypeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - MoveObjectsNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - BuildClustersBottomLevelNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - BuildTriangleClusterNV = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - BuildTriangleClusterTemplateNV = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - InstantiateTriangleClusterNV = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - GetClusterTemplateIndicesNV = 5, + MoveObjects = 0, + BuildClustersBottomLevel = 1, + BuildTriangleCluster = 2, + BuildTriangleClusterTemplate = 3, + InstantiateTriangleCluster = 4, + GetClusterTemplateIndices = 5, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureTriangleClusterInputNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureTriangleClusterInputNV.gen.cs index be81dd018a..61ffaafe9d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureTriangleClusterInputNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureTriangleClusterInputNV.gen.cs @@ -8,83 +8,30 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ClusterAccelerationStructureTriangleClusterInputNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public Format VertexFormat; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxGeometryIndexValue; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxClusterUniqueGeometryCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxClusterTriangleCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxClusterVertexCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxTotalTriangleCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxTotalVertexCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MinPositionTruncateBitCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureTypeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureTypeNV.gen.cs index 80f4b3e2e7..9a349ed481 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureTypeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ClusterAccelerationStructureTypeNV.gen.cs @@ -8,28 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ClusterAccelerationStructureTypeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - ClustersBottomLevelNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - TriangleClusterNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - TriangleClusterTemplateNV = 2, + ClustersBottomLevel = 0, + TriangleCluster = 1, + TriangleClusterTemplate = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CoarseSampleLocationNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CoarseSampleLocationNV.gen.cs index 51006ae0fa..7543320155 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CoarseSampleLocationNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CoarseSampleLocationNV.gen.cs @@ -7,39 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct CoarseSampleLocationNV { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint PixelX; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint PixelY; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint Sample; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CoarseSampleOrderCustomNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CoarseSampleOrderCustomNV.gen.cs index e79d6c2fae..03ea3cdda5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CoarseSampleOrderCustomNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CoarseSampleOrderCustomNV.gen.cs @@ -7,49 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CoarseSampleOrderCustomNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public ShadingRatePaletteEntryNV ShadingRate; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint SampleCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint SampleLocationCount; [NativeTypeName("const VkCoarseSampleLocationNV *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public CoarseSampleLocationNV* PSampleLocations; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CoarseSampleOrderTypeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CoarseSampleOrderTypeNV.gen.cs index a726c4afaa..8e2b776878 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CoarseSampleOrderTypeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CoarseSampleOrderTypeNV.gen.cs @@ -8,47 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum CoarseSampleOrderTypeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - DefaultNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - CustomNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - PixelMajorNV = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - SampleMajorNV = 3, + Default = 0, + Custom = 1, + PixelMajor = 2, + SampleMajor = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ColorBlendAdvancedEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ColorBlendAdvancedEXT.gen.cs index bfd1e77526..2fa080857c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ColorBlendAdvancedEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ColorBlendAdvancedEXT.gen.cs @@ -7,59 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ColorBlendAdvancedEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public BlendOp AdvancedBlendOp; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint SrcPremultiplied; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint DstPremultiplied; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public BlendOverlapEXT BlendOverlap; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ClampResults; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ColorBlendEquationEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ColorBlendEquationEXT.gen.cs index f90065ce0d..0e3d36c634 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ColorBlendEquationEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ColorBlendEquationEXT.gen.cs @@ -7,66 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ColorBlendEquationEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public BlendFactor SrcColorBlendFactor; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public BlendFactor DstColorBlendFactor; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public BlendOp ColorBlendOp; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public BlendFactor SrcAlphaBlendFactor; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public BlendFactor DstAlphaBlendFactor; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public BlendOp AlphaBlendOp; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ColorComponentFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ColorComponentFlags.gen.cs index 48126b9960..d6eb59a173 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ColorComponentFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ColorComponentFlags.gen.cs @@ -7,82 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ColorComponentFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] RBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] GBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] BBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ABit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ColorSpaceKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ColorSpaceKHR.gen.cs index 450cfab94b..6962d81c17 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ColorSpaceKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ColorSpaceKHR.gen.cs @@ -8,118 +8,22 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ColorSpaceKHR : uint { - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - SrgbNonlinearKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] + SrgbNonlinear = 0, DisplayP3NonlinearEXT = 1000104001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] ExtendedSrgbLinearEXT = 1000104002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] DisplayP3LinearEXT = 1000104003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] DciP3NonlinearEXT = 1000104004, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] Bt709LinearEXT = 1000104005, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] Bt709NonlinearEXT = 1000104006, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] Bt2020LinearEXT = 1000104007, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] Hdr10St2084EXT = 1000104008, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] DolbyvisionEXT = 1000104009, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] Hdr10HlgEXT = 1000104010, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] AdobergbLinearEXT = 1000104011, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] AdobergbNonlinearEXT = 1000104012, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] PassThroughEXT = 1000104013, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] ExtendedSrgbNonlinearEXT = 1000104014, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] DisplayNativeAMD = 1000213000, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandBufferAllocateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandBufferAllocateInfo.gen.cs index 6c78f92f05..851c19b8e4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandBufferAllocateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandBufferAllocateInfo.gen.cs @@ -7,149 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CommandBufferAllocateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkCommandPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public CommandPoolHandle CommandPool; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public CommandBufferLevel Level; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint CommandBufferCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandBufferBeginInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandBufferBeginInfo.gen.cs index ac22e25b9a..ade2f46491 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandBufferBeginInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandBufferBeginInfo.gen.cs @@ -8,121 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CommandBufferBeginInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkCommandBufferUsageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public CommandBufferUsageFlags Flags; [NativeTypeName("const VkCommandBufferInheritanceInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public CommandBufferInheritanceInfo* PInheritanceInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceConditionalRenderingInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceConditionalRenderingInfoEXT.gen.cs index 3086ab0683..bcca825e6d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceConditionalRenderingInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceConditionalRenderingInfoEXT.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CommandBufferInheritanceConditionalRenderingInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public uint ConditionalRenderingEnable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceInfo.gen.cs index e0720820dc..0e2a5f1e17 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceInfo.gen.cs @@ -8,237 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CommandBufferInheritanceInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkRenderPass")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public RenderPassHandle RenderPass; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Subpass; [NativeTypeName("VkFramebuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public FramebufferHandle Framebuffer; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint OcclusionQueryEnable; [NativeTypeName("VkQueryControlFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public QueryControlFlags QueryFlags; [NativeTypeName("VkQueryPipelineStatisticFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public QueryPipelineStatisticFlags PipelineStatistics; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceRenderPassTransformInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceRenderPassTransformInfoQCOM.gen.cs index 86ae784c68..1f9aa7e4a8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceRenderPassTransformInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceRenderPassTransformInfoQCOM.gen.cs @@ -8,19 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CommandBufferInheritanceRenderPassTransformInfoQCOM { - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_transform"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_transform"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_transform"])] public SurfaceTransformFlagsKHR Transform; - - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_transform"])] public Rect2D RenderArea; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceRenderingInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceRenderingInfo.gen.cs index 1179bbcd39..7ccdb26a11 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceRenderingInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceRenderingInfo.gen.cs @@ -8,74 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CommandBufferInheritanceRenderingInfo { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkRenderingFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public RenderingFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public uint ViewMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public uint ColorAttachmentCount; [NativeTypeName("const VkFormat *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public Format* PColorAttachmentFormats; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public Format DepthAttachmentFormat; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public Format StencilAttachmentFormat; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public SampleCountFlags RasterizationSamples; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceViewportScissorInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceViewportScissorInfoNV.gen.cs index 4236e5f464..1c2a94df36 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceViewportScissorInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandBufferInheritanceViewportScissorInfoNV.gen.cs @@ -7,60 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CommandBufferInheritanceViewportScissorInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_inherited_viewport_scissor"], - ImpliesSets = [ - "VK_NV_inherited_viewport_scissor+VK_KHR_get_physical_device_properties2", - "VK_NV_inherited_viewport_scissor+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_inherited_viewport_scissor"], - ImpliesSets = [ - "VK_NV_inherited_viewport_scissor+VK_KHR_get_physical_device_properties2", - "VK_NV_inherited_viewport_scissor+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_inherited_viewport_scissor"], - ImpliesSets = [ - "VK_NV_inherited_viewport_scissor+VK_KHR_get_physical_device_properties2", - "VK_NV_inherited_viewport_scissor+VK_VERSION_1_1", - ] - )] public uint ViewportScissor2D; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_inherited_viewport_scissor"], - ImpliesSets = [ - "VK_NV_inherited_viewport_scissor+VK_KHR_get_physical_device_properties2", - "VK_NV_inherited_viewport_scissor+VK_VERSION_1_1", - ] - )] public uint ViewportDepthCount; [NativeTypeName("const VkViewport *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_inherited_viewport_scissor"], - ImpliesSets = [ - "VK_NV_inherited_viewport_scissor+VK_KHR_get_physical_device_properties2", - "VK_NV_inherited_viewport_scissor+VK_VERSION_1_1", - ] - )] public Viewport* PViewportDepths; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandBufferLevel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandBufferLevel.gen.cs index 930b781e12..9e6331d525 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandBufferLevel.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandBufferLevel.gen.cs @@ -7,63 +7,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum CommandBufferLevel : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Primary = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Secondary = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandBufferResetFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandBufferResetFlags.gen.cs index 3556d74c0f..4f4b4b3f5f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandBufferResetFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandBufferResetFlags.gen.cs @@ -7,38 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum CommandBufferResetFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ReleaseResourcesBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandBufferSubmitInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandBufferSubmitInfo.gen.cs index ac783fea47..f092488960 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandBufferSubmitInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandBufferSubmitInfo.gen.cs @@ -7,73 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CommandBufferSubmitInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkCommandBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public CommandBufferHandle CommandBuffer; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint DeviceMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandBufferUsageFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandBufferUsageFlags.gen.cs index d4cc9bbc7c..110a420546 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandBufferUsageFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandBufferUsageFlags.gen.cs @@ -7,94 +7,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum CommandBufferUsageFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] OneTimeSubmitBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] RenderPassContinueBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SimultaneousUseBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandPoolCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandPoolCreateFlags.gen.cs index 09c510d587..2dcec1e6c7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandPoolCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandPoolCreateFlags.gen.cs @@ -6,90 +6,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum CommandPoolCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TransientBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ResetCommandBufferBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ProtectedBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandPoolCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandPoolCreateInfo.gen.cs index 94ea778c4f..c7b6d0dd28 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandPoolCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandPoolCreateInfo.gen.cs @@ -8,121 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CommandPoolCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkCommandPoolCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public CommandPoolCreateFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint QueueFamilyIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CommandPoolResetFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CommandPoolResetFlags.gen.cs index 38a9975013..91ae270bdd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CommandPoolResetFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CommandPoolResetFlags.gen.cs @@ -7,38 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum CommandPoolResetFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ReleaseResourcesBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CompareOp.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CompareOp.gen.cs index 530e288f53..caaeb6909b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CompareOp.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CompareOp.gen.cs @@ -7,151 +7,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum CompareOp : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Never = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Less = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Equal = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] LessOrEqual = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Greater = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] NotEqual = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] GreaterOrEqual = 6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Always = 7, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ComponentMapping.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ComponentMapping.gen.cs index 888074dac7..34abd7a835 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ComponentMapping.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ComponentMapping.gen.cs @@ -8,118 +8,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ComponentMapping { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ComponentSwizzle R; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ComponentSwizzle G; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ComponentSwizzle B; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ComponentSwizzle A; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ComponentSwizzle.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ComponentSwizzle.gen.cs index a4292bae28..8c94e5f571 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ComponentSwizzle.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ComponentSwizzle.gen.cs @@ -8,203 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ComponentSwizzle : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Identity = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Zero = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] One = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] G = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A = 6, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ComponentTypeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ComponentTypeKHR.gen.cs index 34bba5dfe8..13ea6fed6a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ComponentTypeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ComponentTypeKHR.gen.cs @@ -7,300 +7,35 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ComponentTypeKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - Float16KHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - Float32KHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - Float64KHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - Sint8KHR = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - Sint16KHR = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - Sint32KHR = 5, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - Sint64KHR = 6, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - Uint8KHR = 7, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - Uint16KHR = 8, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - Uint32KHR = 9, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - Uint64KHR = 10, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix", "VK_KHR_shader_bfloat16"], - ImpliesSets = [ - "VK_KHR_shader_bfloat16+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_bfloat16+VK_VERSION_1_1", - ], - RequireAll = true - )] - Bfloat16KHR = 1000141000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] + Float16 = 0, + Float32 = 1, + Float64 = 2, + Sint8 = 3, + Sint16 = 4, + Sint32 = 5, + Sint64 = 6, + Uint8 = 7, + Uint16 = 8, + Uint32 = 9, + Uint64 = 10, + Bfloat16 = 1000141000, Sint8PackedNV = 1000491000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] Uint8PackedNV = 1000491001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_float8", "VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_EXT_shader_float8+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_float8+VK_VERSION_1_1", - ], - RequireAll = true - )] Float8E4M3EXT = 1000491002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_float8", "VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_EXT_shader_float8+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_float8+VK_VERSION_1_1", - ], - RequireAll = true - )] Float8E5M2EXT = 1000491003, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - Float16NV = Float16KHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - Float32NV = Float32KHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - Float64NV = Float64KHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - Sint8NV = Sint8KHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - Sint16NV = Sint16KHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - Sint32NV = Sint32KHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - Sint64NV = Sint64KHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - Uint8NV = Uint8KHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - Uint16NV = Uint16KHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - Uint32NV = Uint32KHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - Uint64NV = Uint64KHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] + Float16NV = Float16, + Float32NV = Float32, + Float64NV = Float64, + Sint8NV = Sint8, + Sint16NV = Sint16, + Sint32NV = Sint32, + Sint64NV = Sint64, + Uint8NV = Uint8, + Uint16NV = Uint16, + Uint32NV = Uint32, + Uint64NV = Uint64, FloatE4M3NV = Float8E4M3EXT, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] FloatE5M2NV = Float8E5M2EXT, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CompositeAlphaFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CompositeAlphaFlagsKHR.gen.cs index 9133645707..510ef967aa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CompositeAlphaFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CompositeAlphaFlagsKHR.gen.cs @@ -7,22 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum CompositeAlphaFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - OpaqueBitKHR = 0x1, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - PreMultipliedBitKHR = 0x2, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - PostMultipliedBitKHR = 0x4, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - InheritBitKHR = 0x8, + OpaqueBit = 0x1, + PreMultipliedBit = 0x2, + PostMultipliedBit = 0x4, + InheritBit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ComputePipelineCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ComputePipelineCreateInfo.gen.cs index b02974d29a..398ff99f88 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ComputePipelineCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ComputePipelineCreateInfo.gen.cs @@ -8,172 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ComputePipelineCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineCreateFlags Flags; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineShaderStageCreateInfo Stage; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineLayoutHandle Layout; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineHandle BasePipelineHandle; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public int BasePipelineIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ComputePipelineIndirectBufferInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ComputePipelineIndirectBufferInfoNV.gen.cs index 605bb0fceb..5394c9d335 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ComputePipelineIndirectBufferInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ComputePipelineIndirectBufferInfoNV.gen.cs @@ -7,45 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ComputePipelineIndirectBufferInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public void* PNext; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public ulong DeviceAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public ulong Size; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public ulong PipelineDeviceAddressCaptureReplay; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ConditionalRenderingBeginInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ConditionalRenderingBeginInfoEXT.gen.cs index 729975c0d9..f2b1582bfd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ConditionalRenderingBeginInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ConditionalRenderingBeginInfoEXT.gen.cs @@ -8,60 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ConditionalRenderingBeginInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public BufferHandle Buffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public ulong Offset; [NativeTypeName("VkConditionalRenderingFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public ConditionalRenderingFlagsEXT Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ConditionalRenderingFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ConditionalRenderingFlagsEXT.gen.cs index 79c38bc4cc..770ae1868d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ConditionalRenderingFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ConditionalRenderingFlagsEXT.gen.cs @@ -7,20 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ConditionalRenderingFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] - InvertedBitEXT = 0x1, + InvertedBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ConformanceVersion.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ConformanceVersion.gen.cs index f0c31be0f0..07566c8ad0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ConformanceVersion.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ConformanceVersion.gen.cs @@ -7,90 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ConformanceVersion { [NativeTypeName("uint8_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public byte Major; [NativeTypeName("uint8_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public byte Minor; [NativeTypeName("uint8_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public byte Subminor; [NativeTypeName("uint8_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public byte Patch; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ConservativeRasterizationModeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ConservativeRasterizationModeEXT.gen.cs index 2ac8bcb84c..7cfd0749cc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ConservativeRasterizationModeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ConservativeRasterizationModeEXT.gen.cs @@ -8,37 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ConservativeRasterizationModeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] - DisabledEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] - OverestimateEXT = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] - UnderestimateEXT = 2, + Disabled = 0, + Overestimate = 1, + Underestimate = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ConvertCooperativeVectorMatrixInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ConvertCooperativeVectorMatrixInfoNV.gen.cs index 38c183b818..d7a511a778 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ConvertCooperativeVectorMatrixInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ConvertCooperativeVectorMatrixInfoNV.gen.cs @@ -8,153 +8,34 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ConvertCooperativeVectorMatrixInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public nuint SrcSize; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public DeviceOrHostAddressConstKHR SrcData; [NativeTypeName("size_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public nuint* PDstSize; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public DeviceOrHostAddressKHR DstData; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR SrcComponentType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR DstComponentType; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public uint NumRows; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public uint NumColumns; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public CooperativeVectorMatrixLayoutNV SrcLayout; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public nuint SrcStride; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public CooperativeVectorMatrixLayoutNV DstLayout; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public nuint DstStride; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CooperativeMatrixFlexibleDimensionsPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CooperativeMatrixFlexibleDimensionsPropertiesNV.gen.cs index 39f63279a0..b62e5b51bd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CooperativeMatrixFlexibleDimensionsPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CooperativeMatrixFlexibleDimensionsPropertiesNV.gen.cs @@ -8,95 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CooperativeMatrixFlexibleDimensionsPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint MGranularity; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint NGranularity; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint KGranularity; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public ComponentTypeKHR AType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public ComponentTypeKHR BType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public ComponentTypeKHR CType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public ComponentTypeKHR ResultType; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint SaturatingAccumulation; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public ScopeKHR Scope; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint WorkgroupInvocations; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CooperativeMatrixPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CooperativeMatrixPropertiesKHR.gen.cs index 556d15367f..3e7ece173e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CooperativeMatrixPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CooperativeMatrixPropertiesKHR.gen.cs @@ -8,120 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CooperativeMatrixPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public uint MSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public uint NSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public uint KSize; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR AType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR BType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR CType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR ResultType; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public uint SaturatingAccumulation; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public ScopeKHR Scope; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CooperativeMatrixPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CooperativeMatrixPropertiesNV.gen.cs index 02d091bd83..af3c10e37b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CooperativeMatrixPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CooperativeMatrixPropertiesNV.gen.cs @@ -8,114 +8,32 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CooperativeMatrixPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public uint MSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public uint NSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public uint KSize; [NativeTypeName("VkComponentTypeNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR AType; [NativeTypeName("VkComponentTypeNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR BType; [NativeTypeName("VkComponentTypeNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR CType; [NativeTypeName("VkComponentTypeNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR DType; [NativeTypeName("VkScopeNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public ScopeKHR Scope; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CooperativeVectorMatrixLayoutNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CooperativeVectorMatrixLayoutNV.gen.cs index 1eef55b902..91c8d43c9c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CooperativeVectorMatrixLayoutNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CooperativeVectorMatrixLayoutNV.gen.cs @@ -8,47 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum CooperativeVectorMatrixLayoutNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - RowMajorNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - ColumnMajorNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - InferencingOptimalNV = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] - TrainingOptimalNV = 3, + RowMajor = 0, + ColumnMajor = 1, + InferencingOptimal = 2, + TrainingOptimal = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CooperativeVectorPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CooperativeVectorPropertiesNV.gen.cs index 4136b48eaa..2039f378b9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CooperativeVectorPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CooperativeVectorPropertiesNV.gen.cs @@ -8,87 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CooperativeVectorPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR InputType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR InputInterpretation; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR MatrixInterpretation; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR BiasInterpretation; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public ComponentTypeKHR ResultType; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public uint Transpose; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyAccelerationStructureInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyAccelerationStructureInfoKHR.gen.cs index c798c15615..7143f37d79 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyAccelerationStructureInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyAccelerationStructureInfoKHR.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyAccelerationStructureInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkAccelerationStructureKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public AccelerationStructureKHRHandle Src; + public AccelerationStructureHandleKHR Src; [NativeTypeName("VkAccelerationStructureKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public AccelerationStructureKHRHandle Dst; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] + public AccelerationStructureHandleKHR Dst; public CopyAccelerationStructureModeKHR Mode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyAccelerationStructureModeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyAccelerationStructureModeKHR.gen.cs index ebb678ca9b..2dc5305f8e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyAccelerationStructureModeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyAccelerationStructureModeKHR.gen.cs @@ -8,67 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum CopyAccelerationStructureModeKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - CloneKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - CompactKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - SerializeKHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - DeserializeKHR = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - CloneNV = CloneKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - CompactNV = CompactKHR, + Clone = 0, + Compact = 1, + Serialize = 2, + Deserialize = 3, + CloneNV = Clone, + CompactNV = Compact, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyAccelerationStructureToMemoryInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyAccelerationStructureToMemoryInfoKHR.gen.cs index 31e3ac3771..0f6b8f853e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyAccelerationStructureToMemoryInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyAccelerationStructureToMemoryInfoKHR.gen.cs @@ -8,58 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyAccelerationStructureToMemoryInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkAccelerationStructureKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public AccelerationStructureKHRHandle Src; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] + public AccelerationStructureHandleKHR Src; public DeviceOrHostAddressKHR Dst; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public CopyAccelerationStructureModeKHR Mode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyBufferInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyBufferInfo2.gen.cs index d62dc1c0b6..01f6fe0bff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyBufferInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyBufferInfo2.gen.cs @@ -7,107 +7,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyBufferInfo2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public BufferHandle SrcBuffer; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public BufferHandle DstBuffer; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint RegionCount; [NativeTypeName("const VkBufferCopy2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public BufferCopy2* PRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyBufferToImageInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyBufferToImageInfo2.gen.cs index 90f071b49d..59d282eaf2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyBufferToImageInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyBufferToImageInfo2.gen.cs @@ -8,123 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyBufferToImageInfo2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public BufferHandle SrcBuffer; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageHandle DstImage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageLayout DstImageLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint RegionCount; [NativeTypeName("const VkBufferImageCopy2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public BufferImageCopy2* PRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyCommandTransformInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyCommandTransformInfoQCOM.gen.cs index 9d0a40b94d..3b3f13896d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyCommandTransformInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyCommandTransformInfoQCOM.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyCommandTransformInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_rotated_copy_commands"], - ImpliesSets = [ - "VK_QCOM_rotated_copy_commands+VK_KHR_copy_commands2", - "VK_QCOM_rotated_copy_commands+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_rotated_copy_commands"], - ImpliesSets = [ - "VK_QCOM_rotated_copy_commands+VK_KHR_copy_commands2", - "VK_QCOM_rotated_copy_commands+VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_rotated_copy_commands"], - ImpliesSets = [ - "VK_QCOM_rotated_copy_commands+VK_KHR_copy_commands2", - "VK_QCOM_rotated_copy_commands+VK_VERSION_1_3", - ] - )] public SurfaceTransformFlagsKHR Transform; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyDescriptorSet.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyDescriptorSet.gen.cs index 0357f94eaa..6d63ba6626 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyDescriptorSet.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyDescriptorSet.gen.cs @@ -8,221 +8,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyDescriptorSet { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkDescriptorSet")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorSetHandle SrcSet; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SrcBinding; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SrcArrayElement; [NativeTypeName("VkDescriptorSet")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorSetHandle DstSet; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DstBinding; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DstArrayElement; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DescriptorCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyImageInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyImageInfo2.gen.cs index e1edf8cec5..ba790add5a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyImageInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyImageInfo2.gen.cs @@ -7,139 +7,24 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyImageInfo2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageHandle SrcImage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageLayout SrcImageLayout; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageHandle DstImage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageLayout DstImageLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint RegionCount; [NativeTypeName("const VkImageCopy2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageCopy2* PRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyImageToBufferInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyImageToBufferInfo2.gen.cs index edf33f7836..b1cf3fc826 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyImageToBufferInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyImageToBufferInfo2.gen.cs @@ -8,123 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyImageToBufferInfo2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageHandle SrcImage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageLayout SrcImageLayout; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public BufferHandle DstBuffer; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint RegionCount; [NativeTypeName("const VkBufferImageCopy2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public BufferImageCopy2* PRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyImageToImageInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyImageToImageInfo.gen.cs index e837743346..54845860ed 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyImageToImageInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyImageToImageInfo.gen.cs @@ -7,120 +7,27 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyImageToImageInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkHostImageCopyFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public HostImageCopyFlags Flags; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageHandle SrcImage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageLayout SrcImageLayout; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageHandle DstImage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageLayout DstImageLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint RegionCount; [NativeTypeName("const VkImageCopy2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageCopy2* PRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyImageToMemoryInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyImageToMemoryInfo.gen.cs index 6fe2567588..0d89f4ee61 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyImageToMemoryInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyImageToMemoryInfo.gen.cs @@ -8,95 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyImageToMemoryInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkHostImageCopyFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public HostImageCopyFlags Flags; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageHandle SrcImage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageLayout SrcImageLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint RegionCount; [NativeTypeName("const VkImageToMemoryCopy *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageToMemoryCopy* PRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryIndirectCommandKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryIndirectCommandKHR.gen.cs index 2312835e08..07997a6d40 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryIndirectCommandKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryIndirectCommandKHR.gen.cs @@ -8,39 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct CopyMemoryIndirectCommandKHR { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public ulong SrcAddress; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public ulong DstAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public ulong Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryIndirectInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryIndirectInfoKHR.gen.cs index edcbd29264..40403e8c00 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryIndirectInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryIndirectInfoKHR.gen.cs @@ -7,70 +7,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyMemoryIndirectInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkAddressCopyFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public AddressCopyFlagsKHR SrcCopyFlags; [NativeTypeName("VkAddressCopyFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public AddressCopyFlagsKHR DstCopyFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public uint CopyCount; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public StridedDeviceAddressRangeKHR CopyAddressRange; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToAccelerationStructureInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToAccelerationStructureInfoKHR.gen.cs index 0b846928bf..28e8312f0f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToAccelerationStructureInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToAccelerationStructureInfoKHR.gen.cs @@ -7,58 +7,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyMemoryToAccelerationStructureInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public DeviceOrHostAddressConstKHR Src; [NativeTypeName("VkAccelerationStructureKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public AccelerationStructureKHRHandle Dst; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] + public AccelerationStructureHandleKHR Dst; public CopyAccelerationStructureModeKHR Mode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToImageIndirectCommandKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToImageIndirectCommandKHR.gen.cs index 24f253dee1..bd91849120 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToImageIndirectCommandKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToImageIndirectCommandKHR.gen.cs @@ -8,69 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct CopyMemoryToImageIndirectCommandKHR { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public ulong SrcAddress; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public uint BufferRowLength; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public uint BufferImageHeight; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public ImageSubresourceLayers ImageSubresource; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public Offset3D ImageOffset; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public Extent3D ImageExtent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToImageIndirectInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToImageIndirectInfoKHR.gen.cs index 00122c9cbb..193e80cb7c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToImageIndirectInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToImageIndirectInfoKHR.gen.cs @@ -8,91 +8,24 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyMemoryToImageIndirectInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkAddressCopyFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public AddressCopyFlagsKHR SrcCopyFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public uint CopyCount; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public StridedDeviceAddressRangeKHR CopyAddressRange; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public ImageHandle DstImage; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public ImageLayout DstImageLayout; [NativeTypeName("const VkImageSubresourceLayers *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public ImageSubresourceLayers* PImageSubresources; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToImageInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToImageInfo.gen.cs index b862b680de..fd7a0e4073 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToImageInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToImageInfo.gen.cs @@ -8,95 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyMemoryToImageInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkHostImageCopyFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public HostImageCopyFlags Flags; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageHandle DstImage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageLayout DstImageLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint RegionCount; [NativeTypeName("const VkMemoryToImageCopy *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public MemoryToImageCopy* PRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToMicromapInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToMicromapInfoEXT.gen.cs index 2130360f53..dabfedf4d5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToMicromapInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyMemoryToMicromapInfoEXT.gen.cs @@ -7,58 +7,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyMemoryToMicromapInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public DeviceOrHostAddressConstKHR Src; [NativeTypeName("VkMicromapEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - public MicromapEXTHandle Dst; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] + public MicromapHandleEXT Dst; public CopyMicromapModeEXT Mode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyMicromapInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyMicromapInfoEXT.gen.cs index 80934dfd59..2df8fb80df 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyMicromapInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyMicromapInfoEXT.gen.cs @@ -7,59 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyMicromapInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkMicromapEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - public MicromapEXTHandle Src; + public MicromapHandleEXT Src; [NativeTypeName("VkMicromapEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - public MicromapEXTHandle Dst; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] + public MicromapHandleEXT Dst; public CopyMicromapModeEXT Mode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyMicromapModeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyMicromapModeEXT.gen.cs index d283228421..1274edaa63 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyMicromapModeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyMicromapModeEXT.gen.cs @@ -6,47 +6,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum CopyMicromapModeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - CloneEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - SerializeEXT = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - DeserializeEXT = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - CompactEXT = 3, + Clone = 0, + Serialize = 1, + Deserialize = 2, + Compact = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyMicromapToMemoryInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyMicromapToMemoryInfoEXT.gen.cs index 59e0b61d83..55b2d2baae 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyMicromapToMemoryInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyMicromapToMemoryInfoEXT.gen.cs @@ -8,58 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyMicromapToMemoryInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkMicromapEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - public MicromapEXTHandle Src; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] + public MicromapHandleEXT Src; public DeviceOrHostAddressKHR Dst; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public CopyMicromapModeEXT Mode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CopyTensorInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CopyTensorInfoARM.gen.cs index 3890c1f82f..ad86521032 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CopyTensorInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CopyTensorInfoARM.gen.cs @@ -8,29 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CopyTensorInfoARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkTensorARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] - public TensorARMHandle SrcTensor; + public TensorHandleARM SrcTensor; [NativeTypeName("VkTensorARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] - public TensorARMHandle DstTensor; + public TensorHandleARM DstTensor; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint RegionCount; [NativeTypeName("const VkTensorCopyARM *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public TensorCopyARM* PRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CoverageModulationModeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CoverageModulationModeNV.gen.cs index b547f07fd1..1777aaae67 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CoverageModulationModeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CoverageModulationModeNV.gen.cs @@ -8,19 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum CoverageModulationModeNV : uint { - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] - NoneNV = 0, - - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] - RgbNV = 1, - - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] - AlphaNV = 2, - - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] - RgbaNV = 3, + None = 0, + Rgb = 1, + Alpha = 2, + Rgba = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CoverageReductionModeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CoverageReductionModeNV.gen.cs index 2e23dd9652..a1a4113d0d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CoverageReductionModeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CoverageReductionModeNV.gen.cs @@ -8,27 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum CoverageReductionModeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] - MergeNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] - TruncateNV = 1, + Merge = 0, + Truncate = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CuFunctionCreateInfoNVX.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CuFunctionCreateInfoNVX.gen.cs index 43158ff6dc..9dc35a622b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CuFunctionCreateInfoNVX.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CuFunctionCreateInfoNVX.gen.cs @@ -7,21 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CuFunctionCreateInfoNVX { - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public void* PNext; [NativeTypeName("VkCuModuleNVX")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] - public CuModuleNVXHandle Module; + public CuModuleHandleNVX Module; [NativeTypeName("const char *")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public sbyte* PName; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CuLaunchInfoNVX.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CuLaunchInfoNVX.gen.cs index c19214e798..3349062d06 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CuLaunchInfoNVX.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CuLaunchInfoNVX.gen.cs @@ -8,61 +8,46 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CuLaunchInfoNVX { - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public void* PNext; [NativeTypeName("VkCuFunctionNVX")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] - public CuFunctionNVXHandle Function; + public CuFunctionHandleNVX Function; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public uint GridDimX; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public uint GridDimY; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public uint GridDimZ; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public uint BlockDimX; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public uint BlockDimY; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public uint BlockDimZ; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public uint SharedMemBytes; [NativeTypeName("size_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public nuint ParamCount; [NativeTypeName("const void *const *")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public void** PParams; [NativeTypeName("size_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public nuint ExtraCount; [NativeTypeName("const void *const *")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public void** PExtras; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CuModuleCreateInfoNVX.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CuModuleCreateInfoNVX.gen.cs index 3a8d463054..72e1586386 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CuModuleCreateInfoNVX.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CuModuleCreateInfoNVX.gen.cs @@ -7,21 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CuModuleCreateInfoNVX { - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public void* PNext; [NativeTypeName("size_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public nuint DataSize; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public void* PData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CuModuleTexturingModeCreateInfoNVX.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CuModuleTexturingModeCreateInfoNVX.gen.cs index 9f5e8033d3..e089160392 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CuModuleTexturingModeCreateInfoNVX.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CuModuleTexturingModeCreateInfoNVX.gen.cs @@ -8,17 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct CuModuleTexturingModeCreateInfoNVX { - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public uint Use64BitTexturing; } diff --git a/sources/Vulkan/Vulkan/Vulkan/CubicFilterWeightsQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CubicFilterWeightsQCOM.gen.cs index 6eb3714eed..cdff1f6692 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CubicFilterWeightsQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CubicFilterWeightsQCOM.gen.cs @@ -7,35 +7,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum CubicFilterWeightsQCOM : uint { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] - CatmullRomQCOM = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] - ZeroTangentCardinalQCOM = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] - BSplineQCOM = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] - MitchellNetravaliQCOM = 3, + CatmullRom = 0, + ZeroTangentCardinal = 1, + BSpline = 2, + MitchellNetravali = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/CullModeFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/CullModeFlags.gen.cs index 02732d7889..49f26e50f7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/CullModeFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/CullModeFlags.gen.cs @@ -8,80 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum CullModeFlags : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FrontBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] BackBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FrontAndBack = 0x3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphModelCacheTypeQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphModelCacheTypeQCOM.gen.cs index 2cc2b1641c..556b5620ba 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphModelCacheTypeQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphModelCacheTypeQCOM.gen.cs @@ -8,14 +8,7 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DataGraphModelCacheTypeQCOM : uint { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] - GenericBinaryQCOM = 0, + GenericBinary = 0, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineBuiltinModelCreateInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineBuiltinModelCreateInfoQCOM.gen.cs index 822ee54bdc..6cc2a7fab6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineBuiltinModelCreateInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineBuiltinModelCreateInfoQCOM.gen.cs @@ -7,29 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineBuiltinModelCreateInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public void* PNext; [NativeTypeName("const VkPhysicalDeviceDataGraphOperationSupportARM *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public PhysicalDeviceDataGraphOperationSupportARM* POperation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineCompilerControlCreateInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineCompilerControlCreateInfoARM.gen.cs index 7ae28244d9..841ba33787 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineCompilerControlCreateInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineCompilerControlCreateInfoARM.gen.cs @@ -7,29 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineCompilerControlCreateInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("const char *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public sbyte* PVendorOptions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineConstantARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineConstantARM.gen.cs index e1b5095ac7..a96dcc6594 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineConstantARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineConstantARM.gen.cs @@ -8,37 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineConstantARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint Id; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PConstantData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM.gen.cs index ef65eb63e1..101bd03b4a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM.gen.cs @@ -6,50 +6,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph", "VK_ARM_tensors"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph", "VK_ARM_tensors"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"], - RequireAll = true - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph", "VK_ARM_tensors"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"], - RequireAll = true - )] public uint Dimension; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph", "VK_ARM_tensors"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"], - RequireAll = true - )] public uint ZeroCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph", "VK_ARM_tensors"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"], - RequireAll = true - )] public uint GroupSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineCreateInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineCreateInfoARM.gen.cs index 8f815dcccd..0466818dd5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineCreateInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineCreateInfoARM.gen.cs @@ -8,53 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineCreateInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkPipelineCreateFlags2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public ulong Flags; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public PipelineLayoutHandle Layout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint ResourceInfoCount; [NativeTypeName("const VkDataGraphPipelineResourceInfoARM *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public DataGraphPipelineResourceInfoARM* PResourceInfos; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineDispatchInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineDispatchInfoARM.gen.cs index d4e4e59504..36960ed3b6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineDispatchInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineDispatchInfoARM.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineDispatchInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkDataGraphPipelineDispatchFlagsARM")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public DataGraphPipelineDispatchFlagsARM Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineIdentifierCreateInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineIdentifierCreateInfoARM.gen.cs index 8204e422d2..163052571a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineIdentifierCreateInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineIdentifierCreateInfoARM.gen.cs @@ -7,37 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineIdentifierCreateInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint IdentifierSize; [NativeTypeName("const uint8_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public byte* PIdentifier; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineInfoARM.gen.cs index ed5e29619f..b29e952d1d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineInfoARM.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public PipelineHandle DataGraphPipeline; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelinePropertyARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelinePropertyARM.gen.cs index d377c4d7e2..4323735e96 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelinePropertyARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelinePropertyARM.gen.cs @@ -8,21 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DataGraphPipelinePropertyARM : uint { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] - CreationLogARM = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] - IdentifierARM = 1, + CreationLog = 0, + Identifier = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelinePropertyQueryResultARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelinePropertyQueryResultARM.gen.cs index eaeee04157..456ebe0ac2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelinePropertyQueryResultARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelinePropertyQueryResultARM.gen.cs @@ -8,51 +8,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelinePropertyQueryResultARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public DataGraphPipelinePropertyARM Property; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint IsText; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public nuint DataSize; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineResourceInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineResourceInfoARM.gen.cs index 1dbf378b80..3bc654a5b8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineResourceInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineResourceInfoARM.gen.cs @@ -8,45 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineResourceInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint DescriptorSet; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint Binding; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint ArrayElement; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointARM.gen.cs index be3fb52968..efadbfe11f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointARM.gen.cs @@ -7,14 +7,7 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DataGraphPipelineSessionBindPointARM : uint { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] - TransientARM = 0, + Transient = 0, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointRequirementARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointRequirementARM.gen.cs index e03ab4259b..d6224d4926 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointRequirementARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointRequirementARM.gen.cs @@ -8,43 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineSessionBindPointRequirementARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public DataGraphPipelineSessionBindPointARM BindPoint; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public DataGraphPipelineSessionBindPointTypeARM BindPointType; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint NumObjects; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointRequirementsInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointRequirementsInfoARM.gen.cs index 35bb52fbef..0f6f8f4818 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointRequirementsInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointRequirementsInfoARM.gen.cs @@ -7,29 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineSessionBindPointRequirementsInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkDataGraphPipelineSessionARM")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] - public DataGraphPipelineSessionARMHandle Session; + public DataGraphPipelineSessionHandleARM Session; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointTypeARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointTypeARM.gen.cs index 719ad0fdd8..c136b5e82e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointTypeARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionBindPointTypeARM.gen.cs @@ -8,14 +8,7 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DataGraphPipelineSessionBindPointTypeARM : uint { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] - MemoryARM = 0, + Memory = 0, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionCreateInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionCreateInfoARM.gen.cs index 95bb41a0d2..6cda7c1cb8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionCreateInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionCreateInfoARM.gen.cs @@ -8,37 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineSessionCreateInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkDataGraphPipelineSessionCreateFlagsARM")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public DataGraphPipelineSessionCreateFlagsARM Flags; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public PipelineHandle DataGraphPipeline; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionMemoryRequirementsInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionMemoryRequirementsInfoARM.gen.cs index 2dd6127a33..2fa55988b3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionMemoryRequirementsInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineSessionMemoryRequirementsInfoARM.gen.cs @@ -8,44 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineSessionMemoryRequirementsInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkDataGraphPipelineSessionARM")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] - public DataGraphPipelineSessionARMHandle Session; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] + public DataGraphPipelineSessionHandleARM Session; public DataGraphPipelineSessionBindPointARM BindPoint; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint ObjectIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineShaderModuleCreateInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineShaderModuleCreateInfoARM.gen.cs index 39cfb18e97..7780ec8e17 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineShaderModuleCreateInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphPipelineShaderModuleCreateInfoARM.gen.cs @@ -8,61 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphPipelineShaderModuleCreateInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkShaderModule")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public ShaderModuleHandle Module; [NativeTypeName("const char *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public sbyte* PName; [NativeTypeName("const VkSpecializationInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public SpecializationInfo* PSpecializationInfo; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint ConstantCount; [NativeTypeName("const VkDataGraphPipelineConstantARM *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public DataGraphPipelineConstantARM* PConstants; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DataGraphProcessingEngineCreateInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DataGraphProcessingEngineCreateInfoARM.gen.cs index 11df251612..21acf33227 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DataGraphProcessingEngineCreateInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DataGraphProcessingEngineCreateInfoARM.gen.cs @@ -7,36 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DataGraphProcessingEngineCreateInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint ProcessingEngineCount; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public PhysicalDeviceDataGraphProcessingEngineARM* PProcessingEngines; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugMarkerMarkerInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugMarkerMarkerInfoEXT.gen.cs index 520dddcb8a..e591c26ed3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugMarkerMarkerInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugMarkerMarkerInfoEXT.gen.cs @@ -8,21 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DebugMarkerMarkerInfoEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public void* PNext; [NativeTypeName("const char *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public sbyte* PMarkerName; [NativeTypeName("float[4]")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public DebugMarkerMarkerInfoEXTColor Color; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugMarkerMarkerInfoEXTColor.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugMarkerMarkerInfoEXTColor.gen.cs index 5ad4212cc1..c15685a5e2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugMarkerMarkerInfoEXTColor.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugMarkerMarkerInfoEXTColor.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(4)] -[SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public partial struct DebugMarkerMarkerInfoEXTColor { - [SupportedApiProfile("vulkan")] public float E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugMarkerObjectNameInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugMarkerObjectNameInfoEXT.gen.cs index af1d3bff4f..68ae7ff14a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugMarkerObjectNameInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugMarkerObjectNameInfoEXT.gen.cs @@ -8,24 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DebugMarkerObjectNameInfoEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public DebugReportObjectTypeEXT ObjectType; [NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public ulong @object; [NativeTypeName("const char *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public sbyte* PObjectName; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugMarkerObjectTagInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugMarkerObjectTagInfoEXT.gen.cs index 57b1167d61..126e35126a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugMarkerObjectTagInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugMarkerObjectTagInfoEXT.gen.cs @@ -8,32 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DebugMarkerObjectTagInfoEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public DebugReportObjectTypeEXT ObjectType; [NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public ulong @object; [NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public ulong TagName; [NativeTypeName("size_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public nuint TagSize; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public void* PTag; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugReportCallbackCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugReportCallbackCreateInfoEXT.gen.cs index 9667eb9470..8fb3fc63e1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugReportCallbackCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugReportCallbackCreateInfoEXT.gen.cs @@ -8,24 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DebugReportCallbackCreateInfoEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] public void* PNext; [NativeTypeName("VkDebugReportFlagsEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] public DebugReportFlagsEXT Flags; [NativeTypeName("PFN_vkDebugReportCallbackEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - public PFNVkDebugReportCallbackEXT PfnCallback; - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] + public DebugReportCallbackEXT PfnCallback; public void* PUserData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkDebugReportCallbackEXTDelegate.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugReportCallbackDelegateEXT.gen.cs similarity index 89% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkDebugReportCallbackEXTDelegate.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/DebugReportCallbackDelegateEXT.gen.cs index 4ec95a79d5..41a2dcebc3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkDebugReportCallbackEXTDelegate.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugReportCallbackDelegateEXT.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.Vulkan; -public unsafe delegate uint PFNVkDebugReportCallbackEXTDelegate( +public unsafe delegate uint DebugReportCallbackDelegateEXT( DebugReportFlagsEXT arg0, DebugReportObjectTypeEXT arg1, ulong arg2, diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkDebugReportCallbackEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugReportCallbackEXT.gen.cs similarity index 83% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkDebugReportCallbackEXT.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/DebugReportCallbackEXT.gen.cs index bf623e21cc..a983aa980e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkDebugReportCallbackEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugReportCallbackEXT.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.Vulkan; -public readonly unsafe struct PFNVkDebugReportCallbackEXT : IDisposable +public readonly unsafe struct DebugReportCallbackEXT : IDisposable { private readonly void* Pointer; public delegate* unmanaged< @@ -32,7 +32,7 @@ public delegate* unmanaged< void*, uint>)Pointer; - public PFNVkDebugReportCallbackEXT( + public DebugReportCallbackEXT( delegate* unmanaged< DebugReportFlagsEXT, DebugReportObjectTypeEXT, @@ -45,12 +45,13 @@ public PFNVkDebugReportCallbackEXT( uint> ptr ) => Pointer = ptr; - public PFNVkDebugReportCallbackEXT(PFNVkDebugReportCallbackEXTDelegate proc) => + public DebugReportCallbackEXT(DebugReportCallbackDelegateEXT proc) => Pointer = SilkMarshal.DelegateToPtr(proc); public void Dispose() => SilkMarshal.Free(Pointer); - public static implicit operator PFNVkDebugReportCallbackEXT( + [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] + public static implicit operator DebugReportCallbackEXT( delegate* unmanaged< DebugReportFlagsEXT, DebugReportObjectTypeEXT, @@ -63,6 +64,7 @@ public static implicit operator PFNVkDebugReportCallbackEXT( uint> pfn ) => new(pfn); + [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] public static implicit operator delegate* unmanaged< DebugReportFlagsEXT, DebugReportObjectTypeEXT, @@ -72,7 +74,7 @@ public static implicit operator delegate* unmanaged< sbyte*, sbyte*, void*, - uint>(PFNVkDebugReportCallbackEXT pfn) => + uint>(DebugReportCallbackEXT pfn) => (delegate* unmanaged< DebugReportFlagsEXT, DebugReportObjectTypeEXT, diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugReportFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugReportFlagsEXT.gen.cs index 34974918e4..aa2c266ebf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugReportFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugReportFlagsEXT.gen.cs @@ -8,25 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum DebugReportFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - InformationBitEXT = 0x1, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - WarningBitEXT = 0x2, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - PerformanceWarningBitEXT = 0x4, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - ErrorBitEXT = 0x8, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - DebugBitEXT = 0x10, + InformationBit = 0x1, + WarningBit = 0x2, + PerformanceWarningBit = 0x4, + ErrorBit = 0x8, + DebugBit = 0x10, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugReportObjectTypeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugReportObjectTypeEXT.gen.cs index 5820debcac..97f73c8520 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugReportObjectTypeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugReportObjectTypeEXT.gen.cs @@ -8,196 +8,49 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DebugReportObjectTypeEXT : uint { - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - UnknownEXT = 0, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - InstanceEXT = 1, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - PhysicalDeviceEXT = 2, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - DeviceEXT = 3, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - QueueEXT = 4, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - SemaphoreEXT = 5, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - CommandBufferEXT = 6, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - FenceEXT = 7, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - DeviceMemoryEXT = 8, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - BufferEXT = 9, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - ImageEXT = 10, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - EventEXT = 11, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - QueryPoolEXT = 12, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - BufferViewEXT = 13, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - ImageViewEXT = 14, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - ShaderModuleEXT = 15, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - PipelineCacheEXT = 16, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - PipelineLayoutEXT = 17, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - RenderPassEXT = 18, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - PipelineEXT = 19, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - DescriptorSetLayoutEXT = 20, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - SamplerEXT = 21, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - DescriptorPoolEXT = 22, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - DescriptorSetEXT = 23, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - FramebufferEXT = 24, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - CommandPoolEXT = 25, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - SurfaceKhrEXT = 26, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - SwapchainKhrEXT = 27, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - DebugReportCallbackExtEXT = 28, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - DisplayKhrEXT = 29, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - DisplayModeKhrEXT = 30, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] - ValidationCacheExtEXT = 33, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report", "VK_VERSION_1_1"], RequireAll = true)] - SamplerYcbcrConversionEXT = 1000156000, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report", "VK_VERSION_1_1"], RequireAll = true)] - DescriptorUpdateTemplateEXT = 1000085000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_report", "VK_NVX_binary_import"], - RequireAll = true - )] - CuModuleNvxEXT = 1000029000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_report", "VK_NVX_binary_import"], - RequireAll = true - )] - CuFunctionNvxEXT = 1000029001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_report", "VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ], - RequireAll = true - )] - AccelerationStructureKhrEXT = 1000150000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_report", "VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ], - RequireAll = true - )] - AccelerationStructureNvEXT = 1000165000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_report", "VK_NV_cuda_kernel_launch"], - ImpliesSets = [ - "VK_NV_cuda_kernel_launch+VK_KHR_get_physical_device_properties2", - "VK_NV_cuda_kernel_launch+VK_VERSION_1_1", - ], - RequireAll = true - )] - CudaModuleNvEXT = 1000307000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_report", "VK_NV_cuda_kernel_launch"], - ImpliesSets = [ - "VK_NV_cuda_kernel_launch+VK_KHR_get_physical_device_properties2", - "VK_NV_cuda_kernel_launch+VK_VERSION_1_1", - ], - RequireAll = true - )] - CudaFunctionNvEXT = 1000307001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_report", "VK_FUCHSIA_buffer_collection"], - ImpliesSets = [ - "VK_FUCHSIA_external_memory+VK_KHR_sampler_ycbcr_conversion", - "VK_FUCHSIA_external_memory+VK_VERSION_1_1", - ], - RequireAll = true - )] - BufferCollectionFuchsiaEXT = 1000366000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_report", "VK_KHR_descriptor_update_template"], - RequireAll = true - )] - DescriptorUpdateTemplateKhrEXT = DescriptorUpdateTemplateEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_report", "VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ], - RequireAll = true - )] - SamplerYcbcrConversionKhrEXT = SamplerYcbcrConversionEXT, + Unknown = 0, + Instance = 1, + PhysicalDevice = 2, + Device = 3, + Queue = 4, + Semaphore = 5, + CommandBuffer = 6, + Fence = 7, + DeviceMemory = 8, + Buffer = 9, + Image = 10, + Event = 11, + QueryPool = 12, + BufferView = 13, + ImageView = 14, + ShaderModule = 15, + PipelineCache = 16, + PipelineLayout = 17, + RenderPass = 18, + Pipeline = 19, + DescriptorSetLayout = 20, + Sampler = 21, + DescriptorPool = 22, + DescriptorSet = 23, + Framebuffer = 24, + CommandPool = 25, + SurfaceKhr = 26, + SwapchainKhr = 27, + DebugReportCallbackExt = 28, + DisplayKhr = 29, + DisplayModeKhr = 30, + ValidationCacheExt = 33, + SamplerYcbcrConversion = 1000156000, + DescriptorUpdateTemplate = 1000085000, + CuModuleNvx = 1000029000, + CuFunctionNvx = 1000029001, + AccelerationStructureKhr = 1000150000, + AccelerationStructureNv = 1000165000, + CudaModuleNv = 1000307000, + CudaFunctionNv = 1000307001, + BufferCollectionFuchsia = 1000366000, + DescriptorUpdateTemplateKhr = DescriptorUpdateTemplate, + SamplerYcbcrConversionKhr = SamplerYcbcrConversion, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsLabelEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsLabelEXT.gen.cs index 3ee17a8b05..8058fc164c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsLabelEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsLabelEXT.gen.cs @@ -8,21 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DebugUtilsLabelEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public void* PNext; [NativeTypeName("const char *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public sbyte* PLabelName; [NativeTypeName("float[4]")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public DebugUtilsLabelEXTColor Color; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsLabelEXTColor.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsLabelEXTColor.gen.cs index 9d6ba3b6be..b572adb1c0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsLabelEXTColor.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsLabelEXTColor.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(4)] -[SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public partial struct DebugUtilsLabelEXTColor { - [SupportedApiProfile("vulkan")] public float E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessageSeverityFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessageSeverityFlagsEXT.gen.cs index a3bbc3798a..eb393ae0f3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessageSeverityFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessageSeverityFlagsEXT.gen.cs @@ -8,22 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum DebugUtilsMessageSeverityFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] - VerboseBitEXT = 0x1, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] - InfoBitEXT = 0x10, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] - WarningBitEXT = 0x100, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] - ErrorBitEXT = 0x1000, + VerboseBit = 0x1, + InfoBit = 0x10, + WarningBit = 0x100, + ErrorBit = 0x1000, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessageTypeFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessageTypeFlagsEXT.gen.cs index 56fd567a9c..d2ff81d05a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessageTypeFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessageTypeFlagsEXT.gen.cs @@ -7,29 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum DebugUtilsMessageTypeFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] - GeneralBitEXT = 0x1, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] - ValidationBitEXT = 0x2, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] - PerformanceBitEXT = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] - DeviceAddressBindingBitEXT = 0x8, + GeneralBit = 0x1, + ValidationBit = 0x2, + PerformanceBit = 0x4, + DeviceAddressBindingBit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCallbackDataEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCallbackDataEXT.gen.cs index 2d202e577c..5b670b415b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCallbackDataEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCallbackDataEXT.gen.cs @@ -8,53 +8,40 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DebugUtilsMessengerCallbackDataEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public void* PNext; [NativeTypeName("VkDebugUtilsMessengerCallbackDataFlagsEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public uint Flags; [NativeTypeName("const char *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public sbyte* PMessageIdName; [NativeTypeName("int32_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public int MessageIdNumber; [NativeTypeName("const char *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public sbyte* PMessage; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public uint QueueLabelCount; [NativeTypeName("const VkDebugUtilsLabelEXT *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public DebugUtilsLabelEXT* PQueueLabels; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public uint CmdBufLabelCount; [NativeTypeName("const VkDebugUtilsLabelEXT *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public DebugUtilsLabelEXT* PCmdBufLabels; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public uint ObjectCount; [NativeTypeName("const VkDebugUtilsObjectNameInfoEXT *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public DebugUtilsObjectNameInfoEXT* PObjects; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkDebugUtilsMessengerCallbackEXTDelegate.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCallbackDelegateEXT.gen.cs similarity index 88% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkDebugUtilsMessengerCallbackEXTDelegate.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCallbackDelegateEXT.gen.cs index f1be4352a7..9451d7b213 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkDebugUtilsMessengerCallbackEXTDelegate.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCallbackDelegateEXT.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.Vulkan; -public unsafe delegate uint PFNVkDebugUtilsMessengerCallbackEXTDelegate( +public unsafe delegate uint DebugUtilsMessengerCallbackDelegateEXT( DebugUtilsMessageSeverityFlagsEXT arg0, DebugUtilsMessageTypeFlagsEXT arg1, DebugUtilsMessengerCallbackDataEXT* arg2, diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkDebugUtilsMessengerCallbackEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCallbackEXT.gen.cs similarity index 80% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkDebugUtilsMessengerCallbackEXT.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCallbackEXT.gen.cs index 7fab5cf169..9b4bcf84d1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkDebugUtilsMessengerCallbackEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCallbackEXT.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.Vulkan; -public readonly unsafe struct PFNVkDebugUtilsMessengerCallbackEXT : IDisposable +public readonly unsafe struct DebugUtilsMessengerCallbackEXT : IDisposable { private readonly void* Pointer; public delegate* unmanaged< @@ -24,7 +24,7 @@ public delegate* unmanaged< void*, uint>)Pointer; - public PFNVkDebugUtilsMessengerCallbackEXT( + public DebugUtilsMessengerCallbackEXT( delegate* unmanaged< DebugUtilsMessageSeverityFlagsEXT, DebugUtilsMessageTypeFlagsEXT, @@ -33,12 +33,13 @@ public PFNVkDebugUtilsMessengerCallbackEXT( uint> ptr ) => Pointer = ptr; - public PFNVkDebugUtilsMessengerCallbackEXT(PFNVkDebugUtilsMessengerCallbackEXTDelegate proc) => + public DebugUtilsMessengerCallbackEXT(DebugUtilsMessengerCallbackDelegateEXT proc) => Pointer = SilkMarshal.DelegateToPtr(proc); public void Dispose() => SilkMarshal.Free(Pointer); - public static implicit operator PFNVkDebugUtilsMessengerCallbackEXT( + [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] + public static implicit operator DebugUtilsMessengerCallbackEXT( delegate* unmanaged< DebugUtilsMessageSeverityFlagsEXT, DebugUtilsMessageTypeFlagsEXT, @@ -47,12 +48,13 @@ public static implicit operator PFNVkDebugUtilsMessengerCallbackEXT( uint> pfn ) => new(pfn); + [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static implicit operator delegate* unmanaged< DebugUtilsMessageSeverityFlagsEXT, DebugUtilsMessageTypeFlagsEXT, DebugUtilsMessengerCallbackDataEXT*, void*, - uint>(PFNVkDebugUtilsMessengerCallbackEXT pfn) => + uint>(DebugUtilsMessengerCallbackEXT pfn) => (delegate* unmanaged< DebugUtilsMessageSeverityFlagsEXT, DebugUtilsMessageTypeFlagsEXT, diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCreateInfoEXT.gen.cs index 9201e98eaf..ca45c5c97e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsMessengerCreateInfoEXT.gen.cs @@ -8,32 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DebugUtilsMessengerCreateInfoEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public void* PNext; [NativeTypeName("VkDebugUtilsMessengerCreateFlagsEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public uint Flags; [NativeTypeName("VkDebugUtilsMessageSeverityFlagsEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public DebugUtilsMessageSeverityFlagsEXT MessageSeverity; [NativeTypeName("VkDebugUtilsMessageTypeFlagsEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public DebugUtilsMessageTypeFlagsEXT MessageType; [NativeTypeName("PFN_vkDebugUtilsMessengerCallbackEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] - public PFNVkDebugUtilsMessengerCallbackEXT PfnUserCallback; - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] + public DebugUtilsMessengerCallbackEXT PfnUserCallback; public void* PUserData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsObjectNameInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsObjectNameInfoEXT.gen.cs index 38e0ca105b..6dbb70c262 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsObjectNameInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsObjectNameInfoEXT.gen.cs @@ -7,24 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DebugUtilsObjectNameInfoEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public ObjectType ObjectType; [NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public ulong ObjectHandle; [NativeTypeName("const char *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public sbyte* PObjectName; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsObjectTagInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsObjectTagInfoEXT.gen.cs index 9efeecde2e..adf6982779 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DebugUtilsObjectTagInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DebugUtilsObjectTagInfoEXT.gen.cs @@ -8,32 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DebugUtilsObjectTagInfoEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public ObjectType ObjectType; [NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public ulong ObjectHandle; [NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public ulong TagName; [NativeTypeName("size_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public nuint TagSize; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public void* PTag; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DecompressMemoryInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DecompressMemoryInfoEXT.gen.cs index 8b15218255..30f556190f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DecompressMemoryInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DecompressMemoryInfoEXT.gen.cs @@ -8,45 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DecompressMemoryInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public void* PNext; [NativeTypeName("VkMemoryDecompressionMethodFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public MemoryDecompressionMethodFlagsEXT DecompressionMethod; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public uint RegionCount; [NativeTypeName("const VkDecompressMemoryRegionEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public DecompressMemoryRegionEXT* PRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DecompressMemoryRegionEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DecompressMemoryRegionEXT.gen.cs index 34443c5004..f6eb99c7a6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DecompressMemoryRegionEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DecompressMemoryRegionEXT.gen.cs @@ -7,38 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DecompressMemoryRegionEXT { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public ulong SrcAddress; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public ulong DstAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public ulong CompressedSize; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public ulong DecompressedSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DecompressMemoryRegionNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DecompressMemoryRegionNV.gen.cs index 1ae1d62186..1dafd52509 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DecompressMemoryRegionNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DecompressMemoryRegionNV.gen.cs @@ -8,66 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DecompressMemoryRegionNV { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ulong SrcAddress; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ulong DstAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ulong CompressedSize; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ulong DecompressedSize; [NativeTypeName("VkMemoryDecompressionMethodFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ulong DecompressionMethod; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DedicatedAllocationBufferCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DedicatedAllocationBufferCreateInfoNV.gen.cs index c1e4e69486..6278d69089 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DedicatedAllocationBufferCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DedicatedAllocationBufferCreateInfoNV.gen.cs @@ -8,17 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DedicatedAllocationBufferCreateInfoNV { - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] public uint DedicatedAllocation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DedicatedAllocationImageCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DedicatedAllocationImageCreateInfoNV.gen.cs index e39a35e00e..a650698ddc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DedicatedAllocationImageCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DedicatedAllocationImageCreateInfoNV.gen.cs @@ -8,17 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DedicatedAllocationImageCreateInfoNV { - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] public uint DedicatedAllocation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DedicatedAllocationMemoryAllocateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DedicatedAllocationMemoryAllocateInfoNV.gen.cs index f356e2410b..5ec127c81b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DedicatedAllocationMemoryAllocateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DedicatedAllocationMemoryAllocateInfoNV.gen.cs @@ -8,21 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DedicatedAllocationMemoryAllocateInfoNV { - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] public void* PNext; [NativeTypeName("VkImage")] - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] public ImageHandle Image; [NativeTypeName("VkBuffer")] - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] public BufferHandle Buffer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DefaultVertexAttributeValueKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DefaultVertexAttributeValueKHR.gen.cs index 99892a6ea9..15056eb77a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DefaultVertexAttributeValueKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DefaultVertexAttributeValueKHR.gen.cs @@ -7,27 +7,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DefaultVertexAttributeValueKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] - ZeroZeroZeroZeroKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] - ZeroZeroZeroOneKHR = 1, + ZeroZeroZeroZero = 0, + ZeroZeroZeroOne = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DependencyFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DependencyFlags.gen.cs index 8a6dea4cf9..9a5d73fa9c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DependencyFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DependencyFlags.gen.cs @@ -8,118 +8,16 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum DependencyFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ByRegionBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DeviceGroupBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ViewLocalBit = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_layout"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] FeedbackLoopBitEXT = 0x8, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] QueueFamilyOwnershipTransferUseAllStagesBitKHR = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] AsymmetricEventBitKHR = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_multiview"], - ImpliesSets = [ - "VK_KHR_multiview+VK_KHR_get_physical_device_properties2", - "VK_KHR_multiview+VK_VERSION_1_1", - ] - )] ViewLocalBitKHR = ViewLocalBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] DeviceGroupBitKHR = DeviceGroupBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DependencyInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DependencyInfo.gen.cs index d278d04b46..677c16ebf2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DependencyInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DependencyInfo.gen.cs @@ -8,158 +8,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DependencyInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkDependencyFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public DependencyFlags DependencyFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MemoryBarrierCount; [NativeTypeName("const VkMemoryBarrier2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public MemoryBarrier2* PMemoryBarriers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint BufferMemoryBarrierCount; [NativeTypeName("const VkBufferMemoryBarrier2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public BufferMemoryBarrier2* PBufferMemoryBarriers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint ImageMemoryBarrierCount; [NativeTypeName("const VkImageMemoryBarrier2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageMemoryBarrier2* PImageMemoryBarriers; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DepthBiasInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DepthBiasInfoEXT.gen.cs index 2a1ef2e996..6839d3f85f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DepthBiasInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DepthBiasInfoEXT.gen.cs @@ -8,50 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DepthBiasInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public float DepthBiasConstantFactor; - - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public float DepthBiasClamp; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public float DepthBiasSlopeFactor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DepthBiasRepresentationEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DepthBiasRepresentationEXT.gen.cs index 92fe65740b..206ec99604 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DepthBiasRepresentationEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DepthBiasRepresentationEXT.gen.cs @@ -8,37 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DepthBiasRepresentationEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] - LeastRepresentableValueFormatEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] - LeastRepresentableValueForceUnormEXT = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] - FloatEXT = 2, + LeastRepresentableValueFormat = 0, + LeastRepresentableValueForceUnorm = 1, + Float = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DepthBiasRepresentationInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DepthBiasRepresentationInfoEXT.gen.cs index 35119e4105..c5da499137 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DepthBiasRepresentationInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DepthBiasRepresentationInfoEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DepthBiasRepresentationInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public DepthBiasRepresentationEXT DepthBiasRepresentation; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public uint DepthBiasExact; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DepthClampModeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DepthClampModeEXT.gen.cs index d62a4870f7..924735e817 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DepthClampModeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DepthClampModeEXT.gen.cs @@ -8,27 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DepthClampModeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] - ViewportRangeEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] - UserDefinedRangeEXT = 1, + ViewportRange = 0, + UserDefinedRange = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DepthClampRangeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DepthClampRangeEXT.gen.cs index f598363fa5..4ac3014ae5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DepthClampRangeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DepthClampRangeEXT.gen.cs @@ -7,26 +7,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DepthClampRangeEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] public float MinDepthClamp; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] public float MaxDepthClamp; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorAddressInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorAddressInfoEXT.gen.cs index 5dcad55e38..2a4d80171d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorAddressInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorAddressInfoEXT.gen.cs @@ -8,68 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorAddressInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong Address; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong Range; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public Format Format; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorBindingFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorBindingFlags.gen.cs index 0dac1acf73..c38417cf46 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorBindingFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorBindingFlags.gen.cs @@ -8,118 +8,16 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum DescriptorBindingFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] UpdateAfterBindBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] UpdateUnusedWhilePendingBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PartiallyBoundBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] VariableDescriptorCountBit = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] UpdateAfterBindBitEXT = UpdateAfterBindBit, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] UpdateUnusedWhilePendingBitEXT = UpdateUnusedWhilePendingBit, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] PartiallyBoundBitEXT = PartiallyBoundBit, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] VariableDescriptorCountBitEXT = VariableDescriptorCountBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorBufferBindingInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorBufferBindingInfoEXT.gen.cs index 169e715500..24cff10e53 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorBufferBindingInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorBufferBindingInfoEXT.gen.cs @@ -8,57 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorBufferBindingInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong Address; [NativeTypeName("VkBufferUsageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public BufferUsageFlags Usage; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorBufferBindingPushDescriptorBufferHandleEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorBufferBindingPushDescriptorBufferHandleEXT.gen.cs index 6b619c113e..ef8b453d71 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorBufferBindingPushDescriptorBufferHandleEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorBufferBindingPushDescriptorBufferHandleEXT.gen.cs @@ -8,44 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorBufferBindingPushDescriptorBufferHandleEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public BufferHandle Buffer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorBufferInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorBufferInfo.gen.cs index 6b6e046c7b..ad415420a7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorBufferInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorBufferInfo.gen.cs @@ -8,78 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorBufferInfo { [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BufferHandle Buffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Offset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Range; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorDataEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorDataEXT.gen.cs index 923be1c396..1ff6b951db 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorDataEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorDataEXT.gen.cs @@ -9,144 +9,45 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorDataEXT { [FieldOffset(0)] [NativeTypeName("const VkSampler *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public SamplerHandle* PSampler; [FieldOffset(0)] [NativeTypeName("const VkDescriptorImageInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public DescriptorImageInfo* PCombinedImageSampler; [FieldOffset(0)] [NativeTypeName("const VkDescriptorImageInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public DescriptorImageInfo* PInputAttachmentImage; [FieldOffset(0)] [NativeTypeName("const VkDescriptorImageInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public DescriptorImageInfo* PSampledImage; [FieldOffset(0)] [NativeTypeName("const VkDescriptorImageInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public DescriptorImageInfo* PStorageImage; [FieldOffset(0)] [NativeTypeName("const VkDescriptorAddressInfoEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public DescriptorAddressInfoEXT* PUniformTexelBuffer; [FieldOffset(0)] [NativeTypeName("const VkDescriptorAddressInfoEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public DescriptorAddressInfoEXT* PStorageTexelBuffer; [FieldOffset(0)] [NativeTypeName("const VkDescriptorAddressInfoEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public DescriptorAddressInfoEXT* PUniformBuffer; [FieldOffset(0)] [NativeTypeName("const VkDescriptorAddressInfoEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public DescriptorAddressInfoEXT* PStorageBuffer; [FieldOffset(0)] [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong AccelerationStructure; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorGetInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorGetInfoEXT.gen.cs index e7ce9abb64..028d0f7ead 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorGetInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorGetInfoEXT.gen.cs @@ -7,55 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorGetInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public DescriptorType Type; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public DescriptorDataEXT Data; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorGetTensorInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorGetTensorInfoARM.gen.cs index e1beafa1e9..cf6b72a334 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorGetTensorInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorGetTensorInfoARM.gen.cs @@ -8,32 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorGetTensorInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkTensorViewARM")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] - public TensorViewARMHandle TensorView; + public TensorViewHandleARM TensorView; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorImageInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorImageInfo.gen.cs index b28fd0851d..7e2cec39ab 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorImageInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorImageInfo.gen.cs @@ -7,77 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorImageInfo { [NativeTypeName("VkSampler")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SamplerHandle Sampler; [NativeTypeName("VkImageView")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageViewHandle ImageView; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageLayout ImageLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolCreateFlags.gen.cs index 9f17f7147c..352200270d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolCreateFlags.gen.cs @@ -8,91 +8,15 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum DescriptorPoolCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FreeDescriptorSetBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] UpdateAfterBindBit = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] HostOnlyBitEXT = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_descriptor_pool_overallocation"], - ImpliesSets = ["VK_VERSION_1_1"] - )] AllowOverallocationSetsBitNV = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_descriptor_pool_overallocation"], - ImpliesSets = ["VK_VERSION_1_1"] - )] AllowOverallocationPoolsBitNV = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] UpdateAfterBindBitEXT = UpdateAfterBindBit, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_mutable_descriptor_type"], - ImpliesSets = ["VK_KHR_maintenance3"] - )] - HostOnlyBitValve = HostOnlyBitEXT, + HostOnlyBitVALVE = HostOnlyBitEXT, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolCreateInfo.gen.cs index 1ff50bdfba..7448e539ae 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolCreateInfo.gen.cs @@ -8,149 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorPoolCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkDescriptorPoolCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorPoolCreateFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxSets; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint PoolSizeCount; [NativeTypeName("const VkDescriptorPoolSize *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorPoolSize* PPoolSizes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolInlineUniformBlockCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolInlineUniformBlockCreateInfo.gen.cs index b7c32d8155..a84d7838a2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolInlineUniformBlockCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolInlineUniformBlockCreateInfo.gen.cs @@ -7,50 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorPoolInlineUniformBlockCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxInlineUniformBlockBindings; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolSize.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolSize.gen.cs index e659c474be..14b0b66ad9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolSize.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorPoolSize.gen.cs @@ -8,53 +8,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DescriptorPoolSize { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorType Type; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DescriptorCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetAllocateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetAllocateInfo.gen.cs index fdf93d0dea..183438a453 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetAllocateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetAllocateInfo.gen.cs @@ -7,125 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorSetAllocateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkDescriptorPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorPoolHandle DescriptorPool; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DescriptorSetCount; [NativeTypeName("const VkDescriptorSetLayout *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorSetLayoutHandle* PSetLayouts; } diff --git a/sources/Vulkan/Vulkan/Vulkan/InitializePerformanceApiInfoIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetBindingReferenceVALVE.gen.cs similarity index 60% rename from sources/Vulkan/Vulkan/Vulkan/InitializePerformanceApiInfoIntel.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/DescriptorSetBindingReferenceVALVE.gen.cs index ce120bb1cc..af7c4f164e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/InitializePerformanceApiInfoIntel.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetBindingReferenceVALVE.gen.cs @@ -7,16 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] -public unsafe partial struct InitializePerformanceApiInfoIntel +public unsafe partial struct DescriptorSetBindingReferenceVALVE { - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public void* PNext; - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public void* PUserData; + [NativeTypeName("VkDescriptorSetLayout")] + public DescriptorSetLayoutHandle DescriptorSetLayout; + + [NativeTypeName("uint32_t")] + public uint Binding; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetBindingReferenceValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetBindingReferenceValve.gen.cs deleted file mode 100644 index 9c7a368887..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetBindingReferenceValve.gen.cs +++ /dev/null @@ -1,55 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct DescriptorSetBindingReferenceValve -{ - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [NativeTypeName("VkDescriptorSetLayout")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public DescriptorSetLayoutHandle DescriptorSetLayout; - - [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public uint Binding; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutBinding.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutBinding.gen.cs index 9a67539308..583c98371d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutBinding.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutBinding.gen.cs @@ -7,125 +7,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorSetLayoutBinding { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Binding; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorType DescriptorType; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DescriptorCount; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ShaderStageFlags StageFlags; [NativeTypeName("const VkSampler *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SamplerHandle* PImmutableSamplers; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutBindingFlagsCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutBindingFlagsCreateInfo.gen.cs index 759d405b01..891f651c0e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutBindingFlagsCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutBindingFlagsCreateInfo.gen.cs @@ -8,77 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorSetLayoutBindingFlagsCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint BindingCount; [NativeTypeName("const VkDescriptorBindingFlags *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public DescriptorBindingFlags* PBindingFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutCreateFlags.gen.cs index 6f9ca40f70..8686082f90 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutCreateFlags.gen.cs @@ -8,112 +8,18 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum DescriptorSetLayoutCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] UpdateAfterBindPoolBit = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PushDescriptorBit = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] DescriptorBufferBitEXT = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] EmbeddedImmutableSamplersBitEXT = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] IndirectBindableBitNV = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] HostOnlyPoolBitEXT = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_per_stage_descriptor_set"], - ImpliesSets = [ - "VK_NV_per_stage_descriptor_set+VK_KHR_maintenance6", - "VK_NV_per_stage_descriptor_set+VK_VERSION_1_4", - ] - )] PerStageBitNV = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] PushDescriptorBitKHR = PushDescriptorBit, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] UpdateAfterBindPoolBitEXT = UpdateAfterBindPoolBit, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_mutable_descriptor_type"], - ImpliesSets = ["VK_KHR_maintenance3"] - )] - HostOnlyPoolBitValve = HostOnlyPoolBitEXT, + HostOnlyPoolBitVALVE = HostOnlyPoolBitEXT, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutCreateInfo.gen.cs index 5442f853b6..8f4ab58144 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutCreateInfo.gen.cs @@ -8,125 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorSetLayoutCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkDescriptorSetLayoutCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorSetLayoutCreateFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint BindingCount; [NativeTypeName("const VkDescriptorSetLayoutBinding *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorSetLayoutBinding* PBindings; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutHostMappingInfoVALVE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutHostMappingInfoVALVE.gen.cs new file mode 100644 index 0000000000..1829a95333 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutHostMappingInfoVALVE.gen.cs @@ -0,0 +1,20 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct DescriptorSetLayoutHostMappingInfoVALVE +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("size_t")] + public nuint DescriptorOffset; + + [NativeTypeName("uint32_t")] + public uint DescriptorSize; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutHostMappingInfoValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutHostMappingInfoValve.gen.cs deleted file mode 100644 index 69d81b3e6c..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutHostMappingInfoValve.gen.cs +++ /dev/null @@ -1,54 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct DescriptorSetLayoutHostMappingInfoValve -{ - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public nuint DescriptorOffset; - - [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public uint DescriptorSize; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutSupport.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutSupport.gen.cs index 98612b167c..aacbbf4cbc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutSupport.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetLayoutSupport.gen.cs @@ -8,67 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorSetLayoutSupport { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint Supported; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetVariableDescriptorCountAllocateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetVariableDescriptorCountAllocateInfo.gen.cs index 21d0d88839..f0fa9c3902 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetVariableDescriptorCountAllocateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetVariableDescriptorCountAllocateInfo.gen.cs @@ -7,77 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorSetVariableDescriptorCountAllocateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint DescriptorSetCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint* PDescriptorCounts; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetVariableDescriptorCountLayoutSupport.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetVariableDescriptorCountLayoutSupport.gen.cs index e72cfe6eae..ffa24db297 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorSetVariableDescriptorCountLayoutSupport.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorSetVariableDescriptorCountLayoutSupport.gen.cs @@ -8,58 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorSetVariableDescriptorCountLayoutSupport { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxVariableDescriptorCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorType.gen.cs index c76486a908..a4f3c07baa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorType.gen.cs @@ -7,351 +7,27 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DescriptorType : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Sampler = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CombinedImageSampler = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SampledImage = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StorageImage = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] UniformTexelBuffer = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StorageTexelBuffer = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] UniformBuffer = 6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StorageBuffer = 7, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] UniformBufferDynamic = 8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StorageBufferDynamic = 9, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] InputAttachment = 10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] InlineUniformBlock = 1000138000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureKHR = 1000150000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] AccelerationStructureNV = 1000165000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] SampleWeightImageQCOM = 1000440000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] BlockMatchImageQCOM = 1000440001, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] TensorARM = 1000460000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] MutableEXT = 1000351000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] PartitionedAccelerationStructureNV = 1000570000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_inline_uniform_block"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1", - "VK_VERSION_1_1", - ] - )] InlineUniformBlockEXT = InlineUniformBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_mutable_descriptor_type"], - ImpliesSets = ["VK_KHR_maintenance3"] - )] - MutableValve = MutableEXT, + MutableVALVE = MutableEXT, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorUpdateTemplateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorUpdateTemplateCreateInfo.gen.cs index 9fdac7c728..8ab52ee480 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorUpdateTemplateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorUpdateTemplateCreateInfo.gen.cs @@ -7,213 +7,30 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DescriptorUpdateTemplateCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkDescriptorUpdateTemplateCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DescriptorUpdateEntryCount; [NativeTypeName("const VkDescriptorUpdateTemplateEntry *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public DescriptorUpdateTemplateEntry* PDescriptorUpdateEntries; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public DescriptorUpdateTemplateType TemplateType; [NativeTypeName("VkDescriptorSetLayout")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public DescriptorSetLayoutHandle DescriptorSetLayout; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public PipelineBindPoint PipelineBindPoint; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public PipelineLayoutHandle PipelineLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint Set; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorUpdateTemplateEntry.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorUpdateTemplateEntry.gen.cs index 6fc623e722..cc861a9318 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorUpdateTemplateEntry.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorUpdateTemplateEntry.gen.cs @@ -8,131 +8,21 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DescriptorUpdateTemplateEntry { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DstBinding; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DstArrayElement; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DescriptorCount; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public DescriptorType DescriptorType; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public nuint Offset; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public nuint Stride; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DescriptorUpdateTemplateType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DescriptorUpdateTemplateType.gen.cs index 329298d253..b544d34344 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DescriptorUpdateTemplateType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DescriptorUpdateTemplateType.gen.cs @@ -8,50 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DescriptorUpdateTemplateType : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DescriptorSet = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PushDescriptors = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] PushDescriptorsKHR = PushDescriptors, - - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] DescriptorSetKHR = DescriptorSet, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceAddressBindingCallbackDataEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceAddressBindingCallbackDataEXT.gen.cs index f235d6301f..55f1e4cd46 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceAddressBindingCallbackDataEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceAddressBindingCallbackDataEXT.gen.cs @@ -8,69 +8,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceAddressBindingCallbackDataEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceAddressBindingFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] public DeviceAddressBindingFlagsEXT Flags; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] public ulong BaseAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] public ulong Size; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] public DeviceAddressBindingTypeEXT BindingType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceAddressBindingFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceAddressBindingFlagsEXT.gen.cs index 74dac001d1..ce9694f2c1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceAddressBindingFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceAddressBindingFlagsEXT.gen.cs @@ -8,20 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum DeviceAddressBindingFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] - InternalObjectBitEXT = 0x1, + InternalObjectBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceAddressBindingTypeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceAddressBindingTypeEXT.gen.cs index 5f21679107..f9be03fdb3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceAddressBindingTypeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceAddressBindingTypeEXT.gen.cs @@ -8,27 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DeviceAddressBindingTypeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] - BindEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] - UnbindEXT = 1, + Bind = 0, + Unbind = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceBufferMemoryRequirements.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceBufferMemoryRequirements.gen.cs index d98aadb923..fdea1a01ad 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceBufferMemoryRequirements.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceBufferMemoryRequirements.gen.cs @@ -8,56 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceBufferMemoryRequirements { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("const VkBufferCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public BufferCreateInfo* PCreateInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceCreateInfo.gen.cs index 01a6b99281..dbc3456b3a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceCreateInfo.gen.cs @@ -8,295 +8,34 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkDeviceCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint QueueCreateInfoCount; [NativeTypeName("const VkDeviceQueueCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DeviceQueueCreateInfo* PQueueCreateInfos; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint EnabledLayerCount; [NativeTypeName("const char *const *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public sbyte** PpEnabledLayerNames; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint EnabledExtensionCount; [NativeTypeName("const char *const *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public sbyte** PpEnabledExtensionNames; [NativeTypeName("const VkPhysicalDeviceFeatures *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDeviceFeatures* PEnabledFeatures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceDeviceMemoryReportCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceDeviceMemoryReportCreateInfoEXT.gen.cs index 14187f838b..8c67aebaa3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceDeviceMemoryReportCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceDeviceMemoryReportCreateInfoEXT.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceDeviceMemoryReportCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceMemoryReportFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public uint Flags; [NativeTypeName("PFN_vkDeviceMemoryReportCallbackEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] - public PFNVkDeviceMemoryReportCallbackEXT PfnUserCallback; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] + public DeviceMemoryReportCallbackEXT PfnUserCallback; public void* PUserData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceDiagnosticsConfigCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceDiagnosticsConfigCreateInfoNV.gen.cs index 9b9d7f84d4..1ed25d5db0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceDiagnosticsConfigCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceDiagnosticsConfigCreateInfoNV.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceDiagnosticsConfigCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceDiagnosticsConfigFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] public DeviceDiagnosticsConfigFlagsNV Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceDiagnosticsConfigFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceDiagnosticsConfigFlagsNV.gen.cs index f64843ba7b..acab8c6a60 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceDiagnosticsConfigFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceDiagnosticsConfigFlagsNV.gen.cs @@ -7,50 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum DeviceDiagnosticsConfigFlagsNV : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] - EnableShaderDebugInfoBitNV = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] - EnableResourceTrackingBitNV = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] - EnableAutomaticCheckpointsBitNV = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] - EnableShaderErrorReportingBitNV = 0x8, + EnableShaderDebugInfoBit = 0x1, + EnableResourceTrackingBit = 0x2, + EnableAutomaticCheckpointsBit = 0x4, + EnableShaderErrorReportingBit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceEventInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceEventInfoEXT.gen.cs index ba638f18b9..d86cc01a81 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceEventInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceEventInfoEXT.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceEventInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public DeviceEventTypeEXT DeviceEvent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceEventTypeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceEventTypeEXT.gen.cs index 32e535bf75..07cbed85a9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceEventTypeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceEventTypeEXT.gen.cs @@ -7,14 +7,7 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DeviceEventTypeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] - DisplayHotplugEXT = 0, + DisplayHotplug = 0, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultAddressInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultAddressInfoEXT.gen.cs index 19667935df..1159e0e8d8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultAddressInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultAddressInfoEXT.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DeviceFaultAddressInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public DeviceFaultAddressTypeEXT AddressType; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public ulong ReportedAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public ulong AddressPrecision; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultAddressTypeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultAddressTypeEXT.gen.cs index e03665e2db..e602535c69 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultAddressTypeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultAddressTypeEXT.gen.cs @@ -7,77 +7,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DeviceFaultAddressTypeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] - NoneEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] - ReadInvalidEXT = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] - WriteInvalidEXT = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] - ExecuteInvalidEXT = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] - InstructionPointerUnknownEXT = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] - InstructionPointerInvalidEXT = 5, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] - InstructionPointerFaultEXT = 6, + None = 0, + ReadInvalid = 1, + WriteInvalid = 2, + ExecuteInvalid = 3, + InstructionPointerUnknown = 4, + InstructionPointerInvalid = 5, + InstructionPointerFault = 6, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultCountsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultCountsEXT.gen.cs index 5c83fa498a..b9d7befd87 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultCountsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultCountsEXT.gen.cs @@ -6,59 +6,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceFaultCountsEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint AddressInfoCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint VendorInfoCount; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public ulong VendorBinarySize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultInfoEXT.gen.cs index 4bdb34cf75..9bb3b77e59 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultInfoEXT.gen.cs @@ -7,67 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceFaultInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public DeviceFaultInfoEXTDescription Description; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public DeviceFaultAddressInfoEXT* PAddressInfos; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public DeviceFaultVendorInfoEXT* PVendorInfos; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public void* PVendorBinaryData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultInfoEXTDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultInfoEXTDescription.gen.cs index d6f5dd234a..c30057cf0a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultInfoEXTDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultInfoEXTDescription.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] -)] public partial struct DeviceFaultInfoEXTDescription { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorBinaryHeaderVersionEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorBinaryHeaderVersionEXT.gen.cs index 53079285b3..40f87afe52 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorBinaryHeaderVersionEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorBinaryHeaderVersionEXT.gen.cs @@ -7,17 +7,7 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DeviceFaultVendorBinaryHeaderVersionEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] - OneEXT = 1, + One = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorBinaryHeaderVersionOneEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorBinaryHeaderVersionOneEXT.gen.cs index 633f6b4905..94b1ed06c9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorBinaryHeaderVersionOneEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorBinaryHeaderVersionOneEXT.gen.cs @@ -7,126 +7,36 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DeviceFaultVendorBinaryHeaderVersionOneEXT { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint HeaderSize; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public DeviceFaultVendorBinaryHeaderVersionEXT HeaderVersion; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint VendorID; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint DeviceID; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint DriverVersion; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public DeviceFaultVendorBinaryHeaderVersionOneEXTPipelineCacheUUID PipelineCacheUUID; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint ApplicationNameOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint ApplicationVersion; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint EngineNameOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint EngineVersion; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint ApiVersion; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorBinaryHeaderVersionOneEXTPipelineCacheUUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorBinaryHeaderVersionOneEXTPipelineCacheUUID.gen.cs index 6859f1e0a4..ce65ecffe5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorBinaryHeaderVersionOneEXTPipelineCacheUUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorBinaryHeaderVersionOneEXTPipelineCacheUUID.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] -)] public partial struct DeviceFaultVendorBinaryHeaderVersionOneEXTPipelineCacheUUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorInfoEXT.gen.cs index 2b45aacd9c..ab3f076bd0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorInfoEXT.gen.cs @@ -8,39 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DeviceFaultVendorInfoEXT { [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public DeviceFaultVendorInfoEXTDescription Description; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public ulong VendorFaultCode; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public ulong VendorFaultData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorInfoEXTDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorInfoEXTDescription.gen.cs index fdd97c7ccd..f6617fea63 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorInfoEXTDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceFaultVendorInfoEXTDescription.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] -)] public partial struct DeviceFaultVendorInfoEXTDescription { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupBindSparseInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupBindSparseInfo.gen.cs index f32fa38874..d24d8c42b7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupBindSparseInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupBindSparseInfo.gen.cs @@ -8,105 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceGroupBindSparseInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint ResourceDeviceIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint MemoryDeviceIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupCommandBufferBeginInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupCommandBufferBeginInfo.gen.cs index 029167fa28..e13e69dabd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupCommandBufferBeginInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupCommandBufferBeginInfo.gen.cs @@ -7,80 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceGroupCommandBufferBeginInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DeviceMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupDeviceCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupDeviceCreateInfo.gen.cs index 92c4dcde3d..fb8ac77d3d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupDeviceCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupDeviceCreateInfo.gen.cs @@ -8,105 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceGroupDeviceCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint PhysicalDeviceCount; [NativeTypeName("const VkPhysicalDevice *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public PhysicalDeviceHandle* PPhysicalDevices; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentCapabilitiesKHR.gen.cs index 643452c2d1..8fe335616b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentCapabilitiesKHR.gen.cs @@ -8,40 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceGroupPresentCapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public void* PNext; [NativeTypeName("uint32_t[32]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public DeviceGroupPresentCapabilitiesKHRPresentMask PresentMask; [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public DeviceGroupPresentModeFlagsKHR Modes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentCapabilitiesKHRPresentMask.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentCapabilitiesKHRPresentMask.gen.cs index ea394c93a8..c6b615dfde 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentCapabilitiesKHRPresentMask.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentCapabilitiesKHRPresentMask.gen.cs @@ -9,14 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true -)] public partial struct DeviceGroupPresentCapabilitiesKHRPresentMask { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentInfoKHR.gen.cs index 08e2d2c541..fc4455a545 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentInfoKHR.gen.cs @@ -8,49 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceGroupPresentInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public uint SwapchainCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public uint* PDeviceMasks; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public DeviceGroupPresentModeFlagsKHR Mode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentModeFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentModeFlagsKHR.gen.cs index a470cfaf9a..eb33d5a1ee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentModeFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupPresentModeFlagsKHR.gen.cs @@ -8,42 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum DeviceGroupPresentModeFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] - LocalBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] - RemoteBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] - SumBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] - LocalMultiDeviceBitKHR = 0x8, + LocalBit = 0x1, + RemoteBit = 0x2, + SumBit = 0x4, + LocalMultiDeviceBit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupRenderPassBeginInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupRenderPassBeginInfo.gen.cs index 0c71830bf3..9ccec3c9b6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupRenderPassBeginInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupRenderPassBeginInfo.gen.cs @@ -7,90 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceGroupRenderPassBeginInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DeviceMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DeviceRenderAreaCount; [NativeTypeName("const VkRect2D *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public Rect2D* PDeviceRenderAreas; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupSubmitInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupSubmitInfo.gen.cs index 8e03dec960..7eabef9de5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupSubmitInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupSubmitInfo.gen.cs @@ -8,205 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceGroupSubmitInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint WaitSemaphoreCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint* PWaitSemaphoreDeviceIndices; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint CommandBufferCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint* PCommandBufferDeviceMasks; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint SignalSemaphoreCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint* PSignalSemaphoreDeviceIndices; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupSwapchainCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupSwapchainCreateInfoKHR.gen.cs index 5975996c23..26c330d1db 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceGroupSwapchainCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceGroupSwapchainCreateInfoKHR.gen.cs @@ -8,32 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceGroupSwapchainCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public DeviceGroupPresentModeFlagsKHR Modes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceImageMemoryRequirements.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceImageMemoryRequirements.gen.cs index d71803b6d2..571a4d3f7d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceImageMemoryRequirements.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceImageMemoryRequirements.gen.cs @@ -7,72 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceImageMemoryRequirements { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("const VkImageCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageCreateInfo* PCreateInfo; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageAspectFlags PlaneAspect; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceImageSubresourceInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceImageSubresourceInfo.gen.cs index e94f06a076..621f00dc18 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceImageSubresourceInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceImageSubresourceInfo.gen.cs @@ -8,57 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceImageSubresourceInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("const VkImageCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageCreateInfo* PCreateInfo; [NativeTypeName("const VkImageSubresource2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageSubresource2* PSubresource; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryOpaqueCaptureAddressInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryOpaqueCaptureAddressInfo.gen.cs index 5cebe38045..9000026a37 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryOpaqueCaptureAddressInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryOpaqueCaptureAddressInfo.gen.cs @@ -8,68 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceMemoryOpaqueCaptureAddressInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public DeviceMemoryHandle Memory; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryOverallocationCreateInfoAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryOverallocationCreateInfoAMD.gen.cs index 10377e9aa0..3557c6f5d5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryOverallocationCreateInfoAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryOverallocationCreateInfoAMD.gen.cs @@ -8,16 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceMemoryOverallocationCreateInfoAMD { - [SupportedApiProfile("vulkan", ["VK_AMD_memory_overallocation_behavior"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_AMD_memory_overallocation_behavior"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_AMD_memory_overallocation_behavior"])] public MemoryOverallocationBehaviorAMD OverallocationBehavior; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportCallbackDataEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportCallbackDataEXT.gen.cs index 015ea3e358..bbe8c9d5b7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportCallbackDataEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportCallbackDataEXT.gen.cs @@ -8,101 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceMemoryReportCallbackDataEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceMemoryReportFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public uint Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public DeviceMemoryReportEventTypeEXT Type; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public ulong MemoryObjectId; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public ulong Size; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public ObjectType ObjectType; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public ulong ObjectHandle; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public uint HeapIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkDeviceMemoryReportCallbackEXTDelegate.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportCallbackDelegateEXT.gen.cs similarity index 87% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkDeviceMemoryReportCallbackEXTDelegate.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportCallbackDelegateEXT.gen.cs index b0685fd56c..a7ce6f292a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkDeviceMemoryReportCallbackEXTDelegate.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportCallbackDelegateEXT.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.Vulkan; -public unsafe delegate void PFNVkDeviceMemoryReportCallbackEXTDelegate( +public unsafe delegate void DeviceMemoryReportCallbackDelegateEXT( DeviceMemoryReportCallbackDataEXT* arg0, void* arg1 ); diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkDeviceMemoryReportCallbackEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportCallbackEXT.gen.cs similarity index 57% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkDeviceMemoryReportCallbackEXT.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportCallbackEXT.gen.cs index 637e2dcd96..5b99d9393e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkDeviceMemoryReportCallbackEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportCallbackEXT.gen.cs @@ -8,28 +8,44 @@ namespace Silk.NET.Vulkan; -public readonly unsafe struct PFNVkDeviceMemoryReportCallbackEXT : IDisposable +public readonly unsafe struct DeviceMemoryReportCallbackEXT : IDisposable { private readonly void* Pointer; public delegate* unmanaged Handle => (delegate* unmanaged)Pointer; - public PFNVkDeviceMemoryReportCallbackEXT( + public DeviceMemoryReportCallbackEXT( delegate* unmanaged ptr ) => Pointer = ptr; - public PFNVkDeviceMemoryReportCallbackEXT(PFNVkDeviceMemoryReportCallbackEXTDelegate proc) => + public DeviceMemoryReportCallbackEXT(DeviceMemoryReportCallbackDelegateEXT proc) => Pointer = SilkMarshal.DelegateToPtr(proc); public void Dispose() => SilkMarshal.Free(Pointer); - public static implicit operator PFNVkDeviceMemoryReportCallbackEXT( + [SupportedApiProfile( + "vulkan", + ["VK_EXT_device_memory_report"], + ImpliesSets = [ + "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", + "VK_EXT_device_memory_report+VK_VERSION_1_1", + ] + )] + public static implicit operator DeviceMemoryReportCallbackEXT( delegate* unmanaged pfn ) => new(pfn); + [SupportedApiProfile( + "vulkan", + ["VK_EXT_device_memory_report"], + ImpliesSets = [ + "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", + "VK_EXT_device_memory_report+VK_VERSION_1_1", + ] + )] public static implicit operator delegate* unmanaged< DeviceMemoryReportCallbackDataEXT*, void*, - void>(PFNVkDeviceMemoryReportCallbackEXT pfn) => + void>(DeviceMemoryReportCallbackEXT pfn) => (delegate* unmanaged)pfn.Pointer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportEventTypeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportEventTypeEXT.gen.cs index 6636acb402..029c8d51fd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportEventTypeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceMemoryReportEventTypeEXT.gen.cs @@ -8,57 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DeviceMemoryReportEventTypeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] - AllocateEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] - FreeEXT = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] - ImportEXT = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] - UnimportEXT = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] - AllocationFailedEXT = 4, + Allocate = 0, + Free = 1, + Import = 2, + Unimport = 3, + AllocationFailed = 4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceOrHostAddressConstKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceOrHostAddressConstKHR.gen.cs index 9a12302698..2f16653642 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceOrHostAddressConstKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceOrHostAddressConstKHR.gen.cs @@ -8,30 +8,13 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceOrHostAddressConstKHR { [FieldOffset(0)] [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong DeviceAddress; [FieldOffset(0)] [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* HostAddress; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceOrHostAddressKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceOrHostAddressKHR.gen.cs index 99e76cff93..68db75c54e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceOrHostAddressKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceOrHostAddressKHR.gen.cs @@ -8,29 +8,12 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceOrHostAddressKHR { [FieldOffset(0)] [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong DeviceAddress; [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* HostAddress; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DevicePipelineBinaryInternalCacheControlKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DevicePipelineBinaryInternalCacheControlKHR.gen.cs index 5c635964d4..19abd5044b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DevicePipelineBinaryInternalCacheControlKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DevicePipelineBinaryInternalCacheControlKHR.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DevicePipelineBinaryInternalCacheControlKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public uint DisableInternalCache; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DevicePrivateDataCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DevicePrivateDataCreateInfo.gen.cs index bc37d4441a..9d19f1c57c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DevicePrivateDataCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DevicePrivateDataCreateInfo.gen.cs @@ -7,56 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DevicePrivateDataCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint PrivateDataSlotRequestCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceQueueCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceQueueCreateFlags.gen.cs index 03d4111704..370da8a356 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceQueueCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceQueueCreateFlags.gen.cs @@ -8,34 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum DeviceQueueCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ProtectedBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceQueueCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceQueueCreateInfo.gen.cs index f4d323c8bc..9041f91636 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceQueueCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceQueueCreateInfo.gen.cs @@ -8,179 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceQueueCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkDeviceQueueCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DeviceQueueCreateFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint QueueFamilyIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint QueueCount; [NativeTypeName("const float *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float* PQueuePriorities; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceQueueGlobalPriorityCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceQueueGlobalPriorityCreateInfo.gen.cs index d3a835b8f4..e47824408f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceQueueGlobalPriorityCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceQueueGlobalPriorityCreateInfo.gen.cs @@ -8,43 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceQueueGlobalPriorityCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public QueueGlobalPriority GlobalPriority; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceQueueInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceQueueInfo2.gen.cs index 356f58de09..59a594cba4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceQueueInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceQueueInfo2.gen.cs @@ -7,130 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceQueueInfo2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkDeviceQueueCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public DeviceQueueCreateFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint QueueFamilyIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint QueueIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceQueueShaderCoreControlCreateInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceQueueShaderCoreControlCreateInfoARM.gen.cs index 1cb8bf7b52..6f5f710b91 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceQueueShaderCoreControlCreateInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceQueueShaderCoreControlCreateInfoARM.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceQueueShaderCoreControlCreateInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] public uint ShaderCoreCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DeviceTensorMemoryRequirementsARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DeviceTensorMemoryRequirementsARM.gen.cs index 309bb0bc0d..b9aab80794 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DeviceTensorMemoryRequirementsARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DeviceTensorMemoryRequirementsARM.gen.cs @@ -8,17 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DeviceTensorMemoryRequirementsARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("const VkTensorCreateInfoARM *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public TensorCreateInfoARM* PCreateInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingInfoLunarg.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingInfoLUNARG.gen.cs similarity index 57% rename from sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingInfoLunarg.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingInfoLUNARG.gen.cs index 3e19cdb47d..4fccf8de8c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingInfoLunarg.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingInfoLUNARG.gen.cs @@ -8,20 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] -public unsafe partial struct DirectDriverLoadingInfoLunarg +public unsafe partial struct DirectDriverLoadingInfoLUNARG { - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] public void* PNext; [NativeTypeName("VkDirectDriverLoadingFlagsLUNARG")] - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] public uint Flags; [NativeTypeName("PFN_vkGetInstanceProcAddrLUNARG")] - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] - public PFNVkGetInstanceProcAddrLunarg PfnGetInstanceProcAddr; + public GetInstanceProcAddrLUNARG PfnGetInstanceProcAddr; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceStreamMarkerInfoIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingListLUNARG.gen.cs similarity index 63% rename from sources/Vulkan/Vulkan/Vulkan/PerformanceStreamMarkerInfoIntel.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingListLUNARG.gen.cs index efd65a9646..0b364e7923 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceStreamMarkerInfoIntel.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingListLUNARG.gen.cs @@ -8,17 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] -public unsafe partial struct PerformanceStreamMarkerInfoIntel +public unsafe partial struct DirectDriverLoadingListLUNARG { - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public void* PNext; + public DirectDriverLoadingModeLUNARG Mode; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public uint Marker; + public uint DriverCount; + + [NativeTypeName("const VkDirectDriverLoadingInfoLUNARG *")] + public DirectDriverLoadingInfoLUNARG* PDrivers; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingListLunarg.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingListLunarg.gen.cs deleted file mode 100644 index a51314119a..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingListLunarg.gen.cs +++ /dev/null @@ -1,31 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct DirectDriverLoadingListLunarg -{ - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] - public StructureType SType; - - [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] - public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] - public DirectDriverLoadingModeLunarg Mode; - - [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] - public uint DriverCount; - - [NativeTypeName("const VkDirectDriverLoadingInfoLUNARG *")] - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] - public DirectDriverLoadingInfoLunarg* PDrivers; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingModeLUNARG.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingModeLUNARG.gen.cs new file mode 100644 index 0000000000..6eaad295b5 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingModeLUNARG.gen.cs @@ -0,0 +1,15 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public enum DirectDriverLoadingModeLUNARG : uint +{ + Exclusive = 0, + Inclusive = 1, +} diff --git a/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingModeLunarg.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingModeLunarg.gen.cs deleted file mode 100644 index d4a962cf01..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/DirectDriverLoadingModeLunarg.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. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] -public enum DirectDriverLoadingModeLunarg : uint -{ - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] - ExclusiveLunarg = 0, - - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] - InclusiveLunarg = 1, -} diff --git a/sources/Vulkan/Vulkan/Vulkan/DiscardRectangleModeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DiscardRectangleModeEXT.gen.cs index fd7680c0ea..9064354d36 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DiscardRectangleModeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DiscardRectangleModeEXT.gen.cs @@ -8,27 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DiscardRectangleModeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] - InclusiveEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] - ExclusiveEXT = 1, + Inclusive = 0, + Exclusive = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DispatchIndirectCommand.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DispatchIndirectCommand.gen.cs index f372ad4988..f40e85fed4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DispatchIndirectCommand.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DispatchIndirectCommand.gen.cs @@ -7,78 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DispatchIndirectCommand { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint X; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Y; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Z; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DispatchTileInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DispatchTileInfoQCOM.gen.cs index 6bf20294d4..f895b361fb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DispatchTileInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DispatchTileInfoQCOM.gen.cs @@ -8,27 +8,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DispatchTileInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public void* PNext; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayEventInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayEventInfoEXT.gen.cs index fbb1a82786..8f65c72b23 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayEventInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayEventInfoEXT.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayEventInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public DisplayEventTypeEXT DisplayEvent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayEventTypeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayEventTypeEXT.gen.cs index 0a634a21fa..f28795f749 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayEventTypeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayEventTypeEXT.gen.cs @@ -6,14 +6,7 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DisplayEventTypeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] - FirstPixelOutEXT = 0, + FirstPixelOut = 0, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayModeCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayModeCreateInfoKHR.gen.cs index 67a4317f63..c58eb9149e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayModeCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayModeCreateInfoKHR.gen.cs @@ -7,20 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayModeCreateInfoKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public void* PNext; [NativeTypeName("VkDisplayModeCreateFlagsKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public uint Flags; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public DisplayModeParametersKHR Parameters; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayModeParametersKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayModeParametersKHR.gen.cs index a25e9a9921..6c5e592a59 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayModeParametersKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayModeParametersKHR.gen.cs @@ -7,13 +7,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DisplayModeParametersKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public Extent2D VisibleRegion; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public uint RefreshRate; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayModeProperties2KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayModeProperties2KHR.gen.cs index 49d71077e1..ca77034599 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayModeProperties2KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayModeProperties2KHR.gen.cs @@ -7,27 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayModeProperties2KHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public DisplayModePropertiesKHR DisplayModeProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayModePropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayModePropertiesKHR.gen.cs index 1860f2f4c3..dfb4909120 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayModePropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayModePropertiesKHR.gen.cs @@ -8,13 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayModePropertiesKHR { [NativeTypeName("VkDisplayModeKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] - public DisplayModeKHRHandle DisplayMode; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] + public DisplayModeHandleKHR DisplayMode; public DisplayModeParametersKHR Parameters; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayModeStereoPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayModeStereoPropertiesNV.gen.cs index 784bfe6220..a47a3000e1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayModeStereoPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayModeStereoPropertiesNV.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayModeStereoPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] public uint Hdmi3DSupported; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayNativeHdrSurfaceCapabilitiesAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayNativeHdrSurfaceCapabilitiesAMD.gen.cs index 0cdaa98537..18ec1276cd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayNativeHdrSurfaceCapabilitiesAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayNativeHdrSurfaceCapabilitiesAMD.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayNativeHdrSurfaceCapabilitiesAMD { - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public uint LocalDimmingSupport; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneAlphaFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneAlphaFlagsKHR.gen.cs index 2f09e4ec00..78087c53e6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneAlphaFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneAlphaFlagsKHR.gen.cs @@ -8,22 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum DisplayPlaneAlphaFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] - OpaqueBitKHR = 0x1, - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] - GlobalBitKHR = 0x2, - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] - PerPixelBitKHR = 0x4, - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] - PerPixelPremultipliedBitKHR = 0x8, + OpaqueBit = 0x1, + GlobalBit = 0x2, + PerPixelBit = 0x4, + PerPixelPremultipliedBit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneCapabilities2KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneCapabilities2KHR.gen.cs index aff0fefda7..f073b6d6f1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneCapabilities2KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneCapabilities2KHR.gen.cs @@ -8,27 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayPlaneCapabilities2KHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public DisplayPlaneCapabilitiesKHR Capabilities; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneCapabilitiesKHR.gen.cs index 0719ab34ad..fade4a2186 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneCapabilitiesKHR.gen.cs @@ -8,34 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DisplayPlaneCapabilitiesKHR { [NativeTypeName("VkDisplayPlaneAlphaFlagsKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public DisplayPlaneAlphaFlagsKHR SupportedAlpha; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public Offset2D MinSrcPosition; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public Offset2D MaxSrcPosition; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public Extent2D MinSrcExtent; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public Extent2D MaxSrcExtent; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public Offset2D MinDstPosition; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public Offset2D MaxDstPosition; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public Extent2D MinDstExtent; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public Extent2D MaxDstExtent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneInfo2KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneInfo2KHR.gen.cs index 99cb8060ae..8b73073dab 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneInfo2KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneInfo2KHR.gen.cs @@ -8,37 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayPlaneInfo2KHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public void* PNext; [NativeTypeName("VkDisplayModeKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] - public DisplayModeKHRHandle Mode; + public DisplayModeHandleKHR Mode; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public uint PlaneIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneProperties2KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneProperties2KHR.gen.cs index bdc3a137a0..ecee022125 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneProperties2KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayPlaneProperties2KHR.gen.cs @@ -8,27 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayPlaneProperties2KHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public DisplayPlanePropertiesKHR DisplayPlaneProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayPlanePropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayPlanePropertiesKHR.gen.cs index bfbda5f208..b1b7054f51 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayPlanePropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayPlanePropertiesKHR.gen.cs @@ -8,14 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayPlanePropertiesKHR { [NativeTypeName("VkDisplayKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] - public DisplayKHRHandle CurrentDisplay; + public DisplayHandleKHR CurrentDisplay; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public uint CurrentStackIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayPowerInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayPowerInfoEXT.gen.cs index 9abd0cb360..10339c39e5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayPowerInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayPowerInfoEXT.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayPowerInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public DisplayPowerStateEXT PowerState; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayPowerStateEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayPowerStateEXT.gen.cs index 96fe244196..b82e60817b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayPowerStateEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayPowerStateEXT.gen.cs @@ -8,28 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DisplayPowerStateEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] - OffEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] - SuspendEXT = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] - OnEXT = 2, + Off = 0, + Suspend = 1, + On = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayPresentInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayPresentInfoKHR.gen.cs index b2b63297ce..468bc2b7e1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayPresentInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayPresentInfoKHR.gen.cs @@ -8,43 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayPresentInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] public Rect2D SrcRect; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] public Rect2D DstRect; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] public uint Persistent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayProperties2KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayProperties2KHR.gen.cs index 38ded89389..e3fed93bc7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayProperties2KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayProperties2KHR.gen.cs @@ -8,27 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayProperties2KHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public DisplayPropertiesKHR DisplayProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplayPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplayPropertiesKHR.gen.cs index d0b808423b..75d88ed698 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplayPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplayPropertiesKHR.gen.cs @@ -8,32 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplayPropertiesKHR { [NativeTypeName("VkDisplayKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] - public DisplayKHRHandle Display; + public DisplayHandleKHR Display; [NativeTypeName("const char *")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public sbyte* DisplayName; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public Extent2D PhysicalDimensions; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public Extent2D PhysicalResolution; [NativeTypeName("VkSurfaceTransformFlagsKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public SurfaceTransformFlagsKHR SupportedTransforms; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public uint PlaneReorderPossible; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public uint PersistentContent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplaySurfaceCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplaySurfaceCreateInfoKHR.gen.cs index 82d21fc572..2d6cbbc701 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplaySurfaceCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplaySurfaceCreateInfoKHR.gen.cs @@ -8,41 +8,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplaySurfaceCreateInfoKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public void* PNext; [NativeTypeName("VkDisplaySurfaceCreateFlagsKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public uint Flags; [NativeTypeName("VkDisplayModeKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] - public DisplayModeKHRHandle DisplayMode; + public DisplayModeHandleKHR DisplayMode; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public uint PlaneIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public uint PlaneStackIndex; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public SurfaceTransformFlagsKHR Transform; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public float GlobalAlpha; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public DisplayPlaneAlphaFlagsKHR AlphaMode; - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public Extent2D ImageExtent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplaySurfaceStereoCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplaySurfaceStereoCreateInfoNV.gen.cs index f132008a31..8965b7728d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplaySurfaceStereoCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplaySurfaceStereoCreateInfoNV.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DisplaySurfaceStereoCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] public DisplaySurfaceStereoTypeNV StereoType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DisplaySurfaceStereoTypeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DisplaySurfaceStereoTypeNV.gen.cs index 97f2a109fd..9bc623f854 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DisplaySurfaceStereoTypeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DisplaySurfaceStereoTypeNV.gen.cs @@ -8,35 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DisplaySurfaceStereoTypeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] - NoneNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] - OnboardDinNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] - Hdmi3DNV = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] - InbandDisplayportNV = 3, + None = 0, + OnboardDin = 1, + Hdmi3D = 2, + InbandDisplayport = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DrawIndexedIndirectCommand.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DrawIndexedIndirectCommand.gen.cs index 912f861b05..30047a2185 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DrawIndexedIndirectCommand.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DrawIndexedIndirectCommand.gen.cs @@ -8,101 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DrawIndexedIndirectCommand { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint IndexCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint InstanceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint FirstIndex; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public int VertexOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint FirstInstance; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DrawIndirectCommand.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DrawIndirectCommand.gen.cs index 21844c2a26..dd77d15d64 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DrawIndirectCommand.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DrawIndirectCommand.gen.cs @@ -7,82 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DrawIndirectCommand { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint VertexCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint InstanceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint FirstVertex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint FirstInstance; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DrawIndirectCountIndirectCommandEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DrawIndirectCountIndirectCommandEXT.gen.cs index 21e2d3dbe6..074a90af58 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DrawIndirectCountIndirectCommandEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DrawIndirectCountIndirectCommandEXT.gen.cs @@ -8,42 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DrawIndirectCountIndirectCommandEXT { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong BufferAddress; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint Stride; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint CommandCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DrawMeshTasksIndirectCommandEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DrawMeshTasksIndirectCommandEXT.gen.cs index a9a6eedf63..4c1b6836a0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DrawMeshTasksIndirectCommandEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DrawMeshTasksIndirectCommandEXT.gen.cs @@ -8,30 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DrawMeshTasksIndirectCommandEXT { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint GroupCountX; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint GroupCountY; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint GroupCountZ; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DrawMeshTasksIndirectCommandNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DrawMeshTasksIndirectCommandNV.gen.cs index 5036c6f62d..6d761aa776 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DrawMeshTasksIndirectCommandNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DrawMeshTasksIndirectCommandNV.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DrawMeshTasksIndirectCommandNV { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint TaskCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint FirstTask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DriverId.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DriverId.gen.cs index b865b77ee1..4bb653f0bc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DriverId.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DriverId.gen.cs @@ -8,687 +8,46 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DriverId : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] AmdProprietary = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] AmdOpenSource = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MesaRadv = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] NvidiaProprietary = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] IntelProprietaryWindows = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] IntelOpenSourceMESA = 6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] ImaginationProprietary = 7, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] QualcommProprietary = 8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] ArmProprietary = 9, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] GoogleSwiftshader = 10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] GgpProprietary = 11, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] BroadcomProprietary = 12, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MesaLlvmpipe = 13, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] Moltenvk = 14, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] CoreaviProprietary = 15, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] JuiceProprietary = 16, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] VerisiliconProprietary = 17, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MesaTurnip = 18, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MesaV3Dv = 19, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MesaPanvk = 20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] SamsungProprietary = 21, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MesaVenus = 22, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MesaDozen = 23, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MesaNvk = 24, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] ImaginationOpenSourceMESA = 25, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MesaHoneykrisp = 26, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] VulkanScEmulationOnVulkan = 27, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MesaKosmickrisp = 28, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] AmdProprietaryKHR = AmdProprietary, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] AmdOpenSourceKHR = AmdOpenSource, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] MesaRadvKHR = MesaRadv, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] NvidiaProprietaryKHR = NvidiaProprietary, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] IntelProprietaryWindowsKHR = IntelProprietaryWindows, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] IntelOpenSourceMesaKHR = IntelOpenSourceMESA, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] ImaginationProprietaryKHR = ImaginationProprietary, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] QualcommProprietaryKHR = QualcommProprietary, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] ArmProprietaryKHR = ArmProprietary, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] GoogleSwiftshaderKHR = GoogleSwiftshader, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] GgpProprietaryKHR = GgpProprietary, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] BroadcomProprietaryKHR = BroadcomProprietary, } diff --git a/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierProperties2EXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierProperties2EXT.gen.cs index 8ff3236a3f..82ed833ff3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierProperties2EXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierProperties2EXT.gen.cs @@ -8,51 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DrmFormatModifierProperties2EXT { [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_image_drm_format_modifier+VK_KHR_format_feature_flags2", - "VK_EXT_image_drm_format_modifier+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ulong DrmFormatModifier; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_image_drm_format_modifier+VK_KHR_format_feature_flags2", - "VK_EXT_image_drm_format_modifier+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint DrmFormatModifierPlaneCount; [NativeTypeName("VkFormatFeatureFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_image_drm_format_modifier+VK_KHR_format_feature_flags2", - "VK_EXT_image_drm_format_modifier+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public FormatFeatureFlags2 DrmFormatModifierTilingFeatures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierPropertiesEXT.gen.cs index 856b64fb80..c2adca1cda 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierPropertiesEXT.gen.cs @@ -8,42 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct DrmFormatModifierPropertiesEXT { [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ulong DrmFormatModifier; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint DrmFormatModifierPlaneCount; [NativeTypeName("VkFormatFeatureFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public FormatFeatureFlags DrmFormatModifierTilingFeatures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierPropertiesList2EXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierPropertiesList2EXT.gen.cs index 9f6d80ac01..8e03ac2543 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierPropertiesList2EXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierPropertiesList2EXT.gen.cs @@ -7,63 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DrmFormatModifierPropertiesList2EXT { - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_image_drm_format_modifier+VK_KHR_format_feature_flags2", - "VK_EXT_image_drm_format_modifier+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_image_drm_format_modifier+VK_KHR_format_feature_flags2", - "VK_EXT_image_drm_format_modifier+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_image_drm_format_modifier+VK_KHR_format_feature_flags2", - "VK_EXT_image_drm_format_modifier+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint DrmFormatModifierCount; - - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_image_drm_format_modifier+VK_KHR_format_feature_flags2", - "VK_EXT_image_drm_format_modifier+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public DrmFormatModifierProperties2EXT* PDrmFormatModifierProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierPropertiesListEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierPropertiesListEXT.gen.cs index aaa335269c..a6935f4368 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierPropertiesListEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DrmFormatModifierPropertiesListEXT.gen.cs @@ -8,51 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct DrmFormatModifierPropertiesListEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint DrmFormatModifierCount; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public DrmFormatModifierPropertiesEXT* PDrmFormatModifierProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/DynamicState.gen.cs b/sources/Vulkan/Vulkan/Vulkan/DynamicState.gen.cs index 525915633b..a5b487b41e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/DynamicState.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/DynamicState.gen.cs @@ -7,948 +7,96 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum DynamicState : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Viewport = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Scissor = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] LineWidth = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DepthBias = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] BlendConstants = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DepthBounds = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StencilCompareMask = 6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StencilWriteMask = 7, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StencilReference = 8, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] CullMode = 1000267000, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] FrontFace = 1000267001, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] PrimitiveTopology = 1000267002, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] ViewportWithCount = 1000267003, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] ScissorWithCount = 1000267004, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] VertexInputBindingStride = 1000267005, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] DepthTestEnable = 1000267006, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] DepthWriteEnable = 1000267007, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] DepthCompareOp = 1000267008, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] DepthBoundsTestEnable = 1000267009, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] StencilTestEnable = 1000267010, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] StencilOp = 1000267011, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] RasterizerDiscardEnable = 1000377001, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] DepthBiasEnable = 1000377002, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] PrimitiveRestartEnable = 1000377004, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] LineStipple = 1000259000, - - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] ViewportWScalingNV = 1000087000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] DiscardRectangleEXT = 1000099000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] DiscardRectangleEnableEXT = 1000099001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] DiscardRectangleModeEXT = 1000099002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] SampleLocationsEXT = 1000143000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingPipelineStackSizeKHR = 1000347000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] ViewportShadingRatePaletteNV = 1000164004, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] ViewportCoarseSampleOrderNV = 1000164006, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] ExclusiveScissorEnableNV = 1000205000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] ExclusiveScissorNV = 1000205001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] FragmentShadingRateKHR = 1000226000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] VertexInputEXT = 1000352000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] PatchControlPointsEXT = 1000377000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] LogicOpEXT = 1000377003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] ColorWriteEnableEXT = 1000381000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] DepthClampEnableEXT = 1000455003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] PolygonModeEXT = 1000455004, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] RasterizationSamplesEXT = 1000455005, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] SampleMaskEXT = 1000455006, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] AlphaToCoverageEnableEXT = 1000455007, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] AlphaToOneEnableEXT = 1000455008, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] LogicOpEnableEXT = 1000455009, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] ColorBlendEnableEXT = 1000455010, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] ColorBlendEquationEXT = 1000455011, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] ColorWriteMaskEXT = 1000455012, - - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3+VK_KHR_maintenance2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] TessellationDomainOriginEXT = 1000455002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] RasterizationStreamEXT = 1000455013, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] ConservativeRasterizationModeEXT = 1000455014, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] ExtraPrimitiveOverestimationSizeEXT = 1000455015, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] DepthClipEnableEXT = 1000455016, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] SampleLocationsEnableEXT = 1000455017, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] ColorBlendAdvancedEXT = 1000455018, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] ProvokingVertexModeEXT = 1000455019, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] LineRasterizationModeEXT = 1000455020, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] LineStippleEnableEXT = 1000455021, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] DepthClipNegativeOneToOneEXT = 1000455022, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] ViewportWScalingEnableNV = 1000455023, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] ViewportSwizzleNV = 1000455024, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] CoverageToColorEnableNV = 1000455025, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] CoverageToColorLocationNV = 1000455026, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] CoverageModulationModeNV = 1000455027, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] CoverageModulationTableEnableNV = 1000455028, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] CoverageModulationTableNV = 1000455029, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] ShadingRateImageEnableNV = 1000455030, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] RepresentativeFragmentTestEnableNV = 1000455031, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] CoverageReductionModeNV = 1000455032, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] AttachmentFeedbackLoopEnableEXT = 1000524000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] DepthClampRangeEXT = 1000582000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] LineStippleEXT = LineStipple, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] CullModeEXT = CullMode, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] FrontFaceEXT = FrontFace, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] PrimitiveTopologyEXT = PrimitiveTopology, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] ViewportWithCountEXT = ViewportWithCount, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] ScissorWithCountEXT = ScissorWithCount, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] VertexInputBindingStrideEXT = VertexInputBindingStride, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] DepthTestEnableEXT = DepthTestEnable, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] DepthWriteEnableEXT = DepthWriteEnable, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] DepthCompareOpEXT = DepthCompareOp, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] DepthBoundsTestEnableEXT = DepthBoundsTestEnable, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] StencilTestEnableEXT = StencilTestEnable, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] StencilOpEXT = StencilOp, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] RasterizerDiscardEnableEXT = RasterizerDiscardEnable, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] DepthBiasEnableEXT = DepthBiasEnable, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] PrimitiveRestartEnableEXT = PrimitiveRestartEnable, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] LineStippleKHR = LineStipple, } diff --git a/sources/Vulkan/Vulkan/Vulkan/EventCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/EventCreateFlags.gen.cs index dea96e8266..8de43d8113 100644 --- a/sources/Vulkan/Vulkan/Vulkan/EventCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/EventCreateFlags.gen.cs @@ -8,34 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum EventCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] DeviceOnlyBit = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] DeviceOnlyBitKHR = DeviceOnlyBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/EventCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/EventCreateInfo.gen.cs index 8f05d1b60a..fd68c54ad1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/EventCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/EventCreateInfo.gen.cs @@ -7,77 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct EventCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkEventCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public EventCreateFlags Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExportFenceCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExportFenceCreateInfo.gen.cs index 29958262e6..a32858aa6c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExportFenceCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExportFenceCreateInfo.gen.cs @@ -7,80 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExportFenceCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkExternalFenceHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalFenceHandleTypeFlags HandleTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExportMemoryAllocateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExportMemoryAllocateInfo.gen.cs index 00162d9b35..8f4b6a7386 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExportMemoryAllocateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExportMemoryAllocateInfo.gen.cs @@ -7,80 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExportMemoryAllocateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkExternalMemoryHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalMemoryHandleTypeFlags HandleTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExportMemoryAllocateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExportMemoryAllocateInfoNV.gen.cs index 9c010f34c0..1a5b073da5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExportMemoryAllocateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExportMemoryAllocateInfoNV.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExportMemoryAllocateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory"], - ImpliesSets = ["VK_NV_external_memory_capabilities"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory"], - ImpliesSets = ["VK_NV_external_memory_capabilities"] - )] public void* PNext; [NativeTypeName("VkExternalMemoryHandleTypeFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory"], - ImpliesSets = ["VK_NV_external_memory_capabilities"] - )] public ExternalMemoryHandleTypeFlagsNV HandleTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExportSemaphoreCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExportSemaphoreCreateInfo.gen.cs index 98d081c11e..705c25fda6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExportSemaphoreCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExportSemaphoreCreateInfo.gen.cs @@ -8,80 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExportSemaphoreCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkExternalSemaphoreHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalSemaphoreHandleTypeFlags HandleTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExtensionProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExtensionProperties.gen.cs index 847b58dab6..42fd59b615 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExtensionProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExtensionProperties.gen.cs @@ -7,64 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ExtensionProperties { [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ExtensionPropertiesExtensionName ExtensionName; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SpecVersion; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExtensionPropertiesExtensionName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExtensionPropertiesExtensionName.gen.cs index 23c9837963..3a77d65d69 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExtensionPropertiesExtensionName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExtensionPropertiesExtensionName.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct ExtensionPropertiesExtensionName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/Extent2D.gen.cs b/sources/Vulkan/Vulkan/Vulkan/Extent2D.gen.cs index 4d38b38eeb..975f6e49e4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/Extent2D.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/Extent2D.gen.cs @@ -8,64 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct Extent2D { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Width; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Height; } diff --git a/sources/Vulkan/Vulkan/Vulkan/Extent3D.gen.cs b/sources/Vulkan/Vulkan/Vulkan/Extent3D.gen.cs index ed29376a54..4c84a2c3bb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/Extent3D.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/Extent3D.gen.cs @@ -8,93 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct Extent3D { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Width; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Height; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Depth; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalBufferProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalBufferProperties.gen.cs index aba76c31ee..db5f2f3e4c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalBufferProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalBufferProperties.gen.cs @@ -8,78 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalBufferProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalMemoryProperties ExternalMemoryProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalComputeQueueCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalComputeQueueCreateInfoNV.gen.cs index 524345d527..000d9ad579 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalComputeQueueCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalComputeQueueCreateInfoNV.gen.cs @@ -7,17 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalComputeQueueCreateInfoNV { - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public void* PNext; [NativeTypeName("VkQueue")] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public QueueHandle PreferredQueue; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalComputeQueueDataParamsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalComputeQueueDataParamsNV.gen.cs index aa046f77b2..64d5ede656 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalComputeQueueDataParamsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalComputeQueueDataParamsNV.gen.cs @@ -7,17 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalComputeQueueDataParamsNV { - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public uint DeviceIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalComputeQueueDeviceCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalComputeQueueDeviceCreateInfoNV.gen.cs index 931cb9212b..5826c399bc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalComputeQueueDeviceCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalComputeQueueDeviceCreateInfoNV.gen.cs @@ -8,17 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalComputeQueueDeviceCreateInfoNV { - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public uint ReservedExternalQueues; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalFenceFeatureFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalFenceFeatureFlags.gen.cs index fa6b3ee9a9..e9c5d082b9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalFenceFeatureFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalFenceFeatureFlags.gen.cs @@ -7,78 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ExternalFenceFeatureFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ExportableBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ImportableBit = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] ExportableBitKHR = ExportableBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] ImportableBitKHR = ImportableBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalFenceHandleTypeFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalFenceHandleTypeFlags.gen.cs index c546550f42..c8ddd371a1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalFenceHandleTypeFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalFenceHandleTypeFlags.gen.cs @@ -8,146 +8,16 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ExternalFenceHandleTypeFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] OpaqueFdBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] OpaqueWin32Bit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] OpaqueWin32KmtBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] SyncFdBit = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] OpaqueFdBitKHR = OpaqueFdBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] OpaqueWin32BitKHR = OpaqueWin32Bit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] OpaqueWin32KmtBitKHR = OpaqueWin32KmtBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] SyncFdBitKHR = SyncFdBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalFenceProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalFenceProperties.gen.cs index 87cee40fd8..4a59010eab 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalFenceProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalFenceProperties.gen.cs @@ -7,129 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalFenceProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkExternalFenceHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalFenceHandleTypeFlags ExportFromImportedHandleTypes; [NativeTypeName("VkExternalFenceHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalFenceHandleTypeFlags CompatibleHandleTypes; [NativeTypeName("VkExternalFenceFeatureFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalFenceFeatureFlags ExternalFenceFeatures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalImageFormatProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalImageFormatProperties.gen.cs index 8eb0190e87..24bb8147d0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalImageFormatProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalImageFormatProperties.gen.cs @@ -7,78 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalImageFormatProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalMemoryProperties ExternalMemoryProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalImageFormatPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalImageFormatPropertiesNV.gen.cs index 0cbddb73cf..8b63091880 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalImageFormatPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalImageFormatPropertiesNV.gen.cs @@ -8,21 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ExternalImageFormatPropertiesNV { - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] public ImageFormatProperties ImageFormatProperties; [NativeTypeName("VkExternalMemoryFeatureFlagsNV")] - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] public ExternalMemoryFeatureFlagsNV ExternalMemoryFeatures; [NativeTypeName("VkExternalMemoryHandleTypeFlagsNV")] - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] public ExternalMemoryHandleTypeFlagsNV ExportFromImportedHandleTypes; [NativeTypeName("VkExternalMemoryHandleTypeFlagsNV")] - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] public ExternalMemoryHandleTypeFlagsNV CompatibleHandleTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryAcquireUnmodifiedEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryAcquireUnmodifiedEXT.gen.cs index 30947bd738..417d91a986 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryAcquireUnmodifiedEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryAcquireUnmodifiedEXT.gen.cs @@ -7,38 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalMemoryAcquireUnmodifiedEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_acquire_unmodified"], - ImpliesSets = [ - "VK_EXT_external_memory_acquire_unmodified+VK_KHR_external_memory", - "VK_EXT_external_memory_acquire_unmodified+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_acquire_unmodified"], - ImpliesSets = [ - "VK_EXT_external_memory_acquire_unmodified+VK_KHR_external_memory", - "VK_EXT_external_memory_acquire_unmodified+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_acquire_unmodified"], - ImpliesSets = [ - "VK_EXT_external_memory_acquire_unmodified+VK_KHR_external_memory", - "VK_EXT_external_memory_acquire_unmodified+VK_VERSION_1_1", - ] - )] public uint AcquireUnmodifiedMemory; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryBufferCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryBufferCreateInfo.gen.cs index 70f8de4285..7b8d782611 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryBufferCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryBufferCreateInfo.gen.cs @@ -8,80 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalMemoryBufferCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkExternalMemoryHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalMemoryHandleTypeFlags HandleTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryFeatureFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryFeatureFlags.gen.cs index a4d1ec96bb..1b73b5dfc1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryFeatureFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryFeatureFlags.gen.cs @@ -8,112 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ExternalMemoryFeatureFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DedicatedOnlyBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ExportableBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ImportableBit = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] DedicatedOnlyBitKHR = DedicatedOnlyBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] ExportableBitKHR = ExportableBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] ImportableBitKHR = ImportableBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryFeatureFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryFeatureFlagsNV.gen.cs index 918819002d..7db9697f60 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryFeatureFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryFeatureFlagsNV.gen.cs @@ -8,19 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ExternalMemoryFeatureFlagsNV : uint { None = 0x0, - - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] - DedicatedOnlyBitNV = 0x1, - - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] - ExportableBitNV = 0x2, - - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] - ImportableBitNV = 0x4, + DedicatedOnlyBit = 0x1, + ExportableBit = 0x2, + ImportableBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryHandleTypeFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryHandleTypeFlags.gen.cs index 3d4c7de887..132161102c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryHandleTypeFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryHandleTypeFlags.gen.cs @@ -8,355 +8,33 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ExternalMemoryHandleTypeFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] OpaqueFdBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] OpaqueWin32Bit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] OpaqueWin32KmtBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] D3D11TextureBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] D3D11TextureKmtBit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] D3D12HeapBit = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] D3D12ResourceBit = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_dma_buf"], - ImpliesSets = ["VK_KHR_external_memory_fd"] - )] DmaBufBitEXT = 0x200, - - [SupportedApiProfile( - "vulkan", - ["VK_ANDROID_external_memory_android_hardware_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] - AndroidHardwareBufferBitAndroid = 0x400, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] + AndroidHardwareBufferBitANDROID = 0x400, HostAllocationBitEXT = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] HostMappedForeignMemoryBitEXT = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_external_memory"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_external_memory", - "VK_VERSION_1_1", - ] - )] - ZirconVmoBitFuchsia = 0x800, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] + ZirconVmoBitFUCHSIA = 0x800, RdmaAddressBitNV = 0x1000, - - [SupportedApiProfile( - "vulkan", - ["VK_OHOS_external_memory"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] OhNativeBufferBitOHOS = 0x8000, - - [SupportedApiProfile( - "vulkan", - ["VK_QNX_external_memory_screen_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] ScreenBufferBitQNX = 0x4000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_metal"], - ImpliesSets = [ - "VK_EXT_external_memory_metal+VK_KHR_external_memory", - "VK_EXT_external_memory_metal+VK_VERSION_1_1", - ] - )] MtlbufferBitEXT = 0x10000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_metal"], - ImpliesSets = [ - "VK_EXT_external_memory_metal+VK_KHR_external_memory", - "VK_EXT_external_memory_metal+VK_VERSION_1_1", - ] - )] MtltextureBitEXT = 0x20000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_metal"], - ImpliesSets = [ - "VK_EXT_external_memory_metal+VK_KHR_external_memory", - "VK_EXT_external_memory_metal+VK_VERSION_1_1", - ] - )] MtlheapBitEXT = 0x40000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] OpaqueFdBitKHR = OpaqueFdBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] OpaqueWin32BitKHR = OpaqueWin32Bit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] OpaqueWin32KmtBitKHR = OpaqueWin32KmtBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] D3D11TextureBitKHR = D3D11TextureBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] D3D11TextureKmtBitKHR = D3D11TextureKmtBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] D3D12HeapBitKHR = D3D12HeapBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] D3D12ResourceBitKHR = D3D12ResourceBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryHandleTypeFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryHandleTypeFlagsNV.gen.cs index b287a2abc7..3ecfcae4bc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryHandleTypeFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryHandleTypeFlagsNV.gen.cs @@ -8,22 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ExternalMemoryHandleTypeFlagsNV : uint { None = 0x0, - - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] - OpaqueWin32BitNV = 0x1, - - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] - OpaqueWin32KmtBitNV = 0x2, - - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] - D3D11ImageBitNV = 0x4, - - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] - D3D11ImageKmtBitNV = 0x8, + OpaqueWin32Bit = 0x1, + OpaqueWin32KmtBit = 0x2, + D3D11ImageBit = 0x4, + D3D11ImageKmtBit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryImageCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryImageCreateInfo.gen.cs index ccd4d0487b..9035f042e5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryImageCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryImageCreateInfo.gen.cs @@ -7,80 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalMemoryImageCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkExternalMemoryHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalMemoryHandleTypeFlags HandleTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryImageCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryImageCreateInfoNV.gen.cs index 8a0c10e0ac..b726c76609 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryImageCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryImageCreateInfoNV.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalMemoryImageCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory"], - ImpliesSets = ["VK_NV_external_memory_capabilities"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory"], - ImpliesSets = ["VK_NV_external_memory_capabilities"] - )] public void* PNext; [NativeTypeName("VkExternalMemoryHandleTypeFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory"], - ImpliesSets = ["VK_NV_external_memory_capabilities"] - )] public ExternalMemoryHandleTypeFlagsNV HandleTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryProperties.gen.cs index 6f01c7a2ea..f88184e1ec 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryProperties.gen.cs @@ -6,81 +6,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ExternalMemoryProperties { [NativeTypeName("VkExternalMemoryFeatureFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalMemoryFeatureFlags ExternalMemoryFeatures; [NativeTypeName("VkExternalMemoryHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalMemoryHandleTypeFlags ExportFromImportedHandleTypes; [NativeTypeName("VkExternalMemoryHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalMemoryHandleTypeFlags CompatibleHandleTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryTensorCreateInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryTensorCreateInfoARM.gen.cs index 2ac6aab43c..0bbe3b47a9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryTensorCreateInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalMemoryTensorCreateInfoARM.gen.cs @@ -8,17 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalMemoryTensorCreateInfoARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkExternalMemoryHandleTypeFlags")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public ExternalMemoryHandleTypeFlags HandleTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalSemaphoreFeatureFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalSemaphoreFeatureFlags.gen.cs index a004e4d3ae..9a28d60e4c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalSemaphoreFeatureFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalSemaphoreFeatureFlags.gen.cs @@ -8,78 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ExternalSemaphoreFeatureFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ExportableBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ImportableBit = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] ExportableBitKHR = ExportableBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] ImportableBitKHR = ImportableBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalSemaphoreHandleTypeFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalSemaphoreHandleTypeFlags.gen.cs index 163a45e6a4..6a2706ae23 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalSemaphoreHandleTypeFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalSemaphoreHandleTypeFlags.gen.cs @@ -8,211 +8,20 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ExternalSemaphoreHandleTypeFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] OpaqueFdBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] OpaqueWin32Bit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] OpaqueWin32KmtBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] D3D12FenceBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] SyncFdBit = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_external_semaphore"], - ImpliesSets = ["VK_KHR_external_semaphore", "VK_KHR_external_semaphore_capabilities"] - )] - ZirconEventBitFuchsia = 0x80, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] + ZirconEventBitFUCHSIA = 0x80, D3D11FenceBit = D3D12FenceBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] OpaqueFdBitKHR = OpaqueFdBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] OpaqueWin32BitKHR = OpaqueWin32Bit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] OpaqueWin32KmtBitKHR = OpaqueWin32KmtBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] D3D12FenceBitKHR = D3D12FenceBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] SyncFdBitKHR = SyncFdBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalSemaphoreProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalSemaphoreProperties.gen.cs index 051c8bcf8f..21e79115cf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalSemaphoreProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalSemaphoreProperties.gen.cs @@ -8,129 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalSemaphoreProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkExternalSemaphoreHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalSemaphoreHandleTypeFlags ExportFromImportedHandleTypes; [NativeTypeName("VkExternalSemaphoreHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalSemaphoreHandleTypeFlags CompatibleHandleTypes; [NativeTypeName("VkExternalSemaphoreFeatureFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalSemaphoreFeatureFlags ExternalSemaphoreFeatures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ExternalTensorPropertiesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ExternalTensorPropertiesARM.gen.cs index 87a0613bd8..7211fa8d03 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ExternalTensorPropertiesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ExternalTensorPropertiesARM.gen.cs @@ -8,16 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ExternalTensorPropertiesARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public ExternalMemoryProperties ExternalMemoryProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FenceCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FenceCreateFlags.gen.cs index 7e6b09fe9f..f9f1a0e8c1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FenceCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FenceCreateFlags.gen.cs @@ -7,38 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum FenceCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SignaledBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/FenceCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FenceCreateInfo.gen.cs index 1ac2e1a137..46015d308f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FenceCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FenceCreateInfo.gen.cs @@ -7,92 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct FenceCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkFenceCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public FenceCreateFlags Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FenceGetFdInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FenceGetFdInfoKHR.gen.cs index 13952c62bb..28a6ab2a45 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FenceGetFdInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FenceGetFdInfoKHR.gen.cs @@ -7,48 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct FenceGetFdInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkFence")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public FenceHandle Fence; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public ExternalFenceHandleTypeFlags HandleType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FenceImportFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FenceImportFlags.gen.cs index bd4b5e857f..0059381d20 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FenceImportFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FenceImportFlags.gen.cs @@ -8,41 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum FenceImportFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] TemporaryBit = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence"], - ImpliesSets = ["VK_KHR_external_fence_capabilities"] - )] TemporaryBitKHR = TemporaryBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/Filter.gen.cs b/sources/Vulkan/Vulkan/Vulkan/Filter.gen.cs index 828aacf3cb..a5831e61a1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/Filter.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/Filter.gen.cs @@ -6,59 +6,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum Filter : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Nearest = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Linear = 1, - - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] CubicEXT = 1000015000, - - [SupportedApiProfile("vulkan", ["VK_IMG_filter_cubic"])] CubicIMG = CubicEXT, } diff --git a/sources/Vulkan/Vulkan/Vulkan/FilterCubicImageViewImageFormatPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FilterCubicImageViewImageFormatPropertiesEXT.gen.cs index 259e549661..1d3a91d192 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FilterCubicImageViewImageFormatPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FilterCubicImageViewImageFormatPropertiesEXT.gen.cs @@ -8,20 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct FilterCubicImageViewImageFormatPropertiesEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] public uint FilterCubic; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] public uint FilterCubicMinmax; } diff --git a/sources/Vulkan/Vulkan/Vulkan/Format.gen.cs b/sources/Vulkan/Vulkan/Vulkan/Format.gen.cs index e240971044..d2d4938c24 100644 --- a/sources/Vulkan/Vulkan/Vulkan/Format.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/Format.gen.cs @@ -8,7079 +8,327 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum Format : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Undefined = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R4G4UnormPack8 = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R4G4B4A4UnormPack16 = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B4G4R4A4UnormPack16 = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R5G6B5UnormPack16 = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B5G6R5UnormPack16 = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R5G5B5A1UnormPack16 = 6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B5G5R5A1UnormPack16 = 7, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A1R5G5B5UnormPack16 = 8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8Unorm = 9, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8Snorm = 10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8Uscaled = 11, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8Sscaled = 12, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8Uint = 13, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8Sint = 14, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8Srgb = 15, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8Unorm = 16, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8Snorm = 17, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8Uscaled = 18, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8Sscaled = 19, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8Uint = 20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8Sint = 21, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8Srgb = 22, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8Unorm = 23, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8Snorm = 24, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8Uscaled = 25, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8Sscaled = 26, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8Uint = 27, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8Sint = 28, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8Srgb = 29, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8Unorm = 30, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8Snorm = 31, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8Uscaled = 32, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8Sscaled = 33, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8Uint = 34, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8Sint = 35, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8Srgb = 36, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8A8Unorm = 37, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8A8Snorm = 38, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8A8Uscaled = 39, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8A8Sscaled = 40, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8A8Uint = 41, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8A8Sint = 42, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R8G8B8A8Srgb = 43, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8A8Unorm = 44, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8A8Snorm = 45, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8A8Uscaled = 46, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8A8Sscaled = 47, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8A8Uint = 48, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8A8Sint = 49, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B8G8R8A8Srgb = 50, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A8B8G8R8UnormPack32 = 51, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A8B8G8R8SnormPack32 = 52, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A8B8G8R8UscaledPack32 = 53, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A8B8G8R8SscaledPack32 = 54, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A8B8G8R8UintPack32 = 55, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A8B8G8R8SintPack32 = 56, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A8B8G8R8SrgbPack32 = 57, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A2R10G10B10UnormPack32 = 58, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A2R10G10B10SnormPack32 = 59, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A2R10G10B10UscaledPack32 = 60, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A2R10G10B10SscaledPack32 = 61, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A2R10G10B10UintPack32 = 62, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A2R10G10B10SintPack32 = 63, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A2B10G10R10UnormPack32 = 64, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A2B10G10R10SnormPack32 = 65, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A2B10G10R10UscaledPack32 = 66, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A2B10G10R10SscaledPack32 = 67, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A2B10G10R10UintPack32 = 68, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] A2B10G10R10SintPack32 = 69, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16Unorm = 70, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16Snorm = 71, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16Uscaled = 72, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16Sscaled = 73, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16Uint = 74, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16Sint = 75, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16Sfloat = 76, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16Unorm = 77, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16Snorm = 78, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16Uscaled = 79, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16Sscaled = 80, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16Uint = 81, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16Sint = 82, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16Sfloat = 83, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16Unorm = 84, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16Snorm = 85, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16Uscaled = 86, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16Sscaled = 87, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16Uint = 88, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16Sint = 89, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16Sfloat = 90, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16A16Unorm = 91, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16A16Snorm = 92, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16A16Uscaled = 93, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16A16Sscaled = 94, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16A16Uint = 95, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16A16Sint = 96, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R16G16B16A16Sfloat = 97, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R32Uint = 98, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R32Sint = 99, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R32Sfloat = 100, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R32G32Uint = 101, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R32G32Sint = 102, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R32G32Sfloat = 103, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R32G32B32Uint = 104, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R32G32B32Sint = 105, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R32G32B32Sfloat = 106, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R32G32B32A32Uint = 107, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R32G32B32A32Sint = 108, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R32G32B32A32Sfloat = 109, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R64Uint = 110, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R64Sint = 111, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R64Sfloat = 112, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R64G64Uint = 113, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R64G64Sint = 114, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R64G64Sfloat = 115, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R64G64B64Uint = 116, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R64G64B64Sint = 117, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R64G64B64Sfloat = 118, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R64G64B64A64Uint = 119, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R64G64B64A64Sint = 120, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] R64G64B64A64Sfloat = 121, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] B10G11R11UfloatPack32 = 122, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] E5B9G9R9UfloatPack32 = 123, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] D16Unorm = 124, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] X8D24UnormPack32 = 125, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] D32Sfloat = 126, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] S8Uint = 127, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] D16UnormS8Uint = 128, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] D24UnormS8Uint = 129, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] D32SfloatS8Uint = 130, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc1RgbUnormBlock = 131, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc1RgbSrgbBlock = 132, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc1RgbaUnormBlock = 133, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc1RgbaSrgbBlock = 134, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc2UnormBlock = 135, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc2SrgbBlock = 136, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc3UnormBlock = 137, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc3SrgbBlock = 138, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc4UnormBlock = 139, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc4SnormBlock = 140, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc5UnormBlock = 141, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc5SnormBlock = 142, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc6HUfloatBlock = 143, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc6HSfloatBlock = 144, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc7UnormBlock = 145, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Bc7SrgbBlock = 146, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Etc2R8G8B8UnormBlock = 147, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Etc2R8G8B8SrgbBlock = 148, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Etc2R8G8B8A1UnormBlock = 149, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Etc2R8G8B8A1SrgbBlock = 150, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Etc2R8G8B8A8UnormBlock = 151, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Etc2R8G8B8A8SrgbBlock = 152, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] EacR11UnormBlock = 153, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] EacR11SnormBlock = 154, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] EacR11G11UnormBlock = 155, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] EacR11G11SnormBlock = 156, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC4X4UnormBlock = 157, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC4X4SrgbBlock = 158, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC5X4UnormBlock = 159, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC5X4SrgbBlock = 160, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC5X5UnormBlock = 161, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC5X5SrgbBlock = 162, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC6X5UnormBlock = 163, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC6X5SrgbBlock = 164, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC6X6UnormBlock = 165, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC6X6SrgbBlock = 166, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC8X5UnormBlock = 167, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC8X5SrgbBlock = 168, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC8X6UnormBlock = 169, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC8X6SrgbBlock = 170, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC8X8UnormBlock = 171, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC8X8SrgbBlock = 172, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC10X5UnormBlock = 173, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC10X5SrgbBlock = 174, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC10X6UnormBlock = 175, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC10X6SrgbBlock = 176, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC10X8UnormBlock = 177, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC10X8SrgbBlock = 178, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC10X10UnormBlock = 179, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC10X10SrgbBlock = 180, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC12X10UnormBlock = 181, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC12X10SrgbBlock = 182, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC12X12UnormBlock = 183, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ASTC12X12SrgbBlock = 184, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G8B8G8R8X422Unorm = 1000156000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] B8G8R8G8X422Unorm = 1000156001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G8B8R8X3Plane420Unorm = 1000156002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G8B8R8X2Plane420Unorm = 1000156003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G8B8R8X3Plane422Unorm = 1000156004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G8B8R8X2Plane422Unorm = 1000156005, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G8B8R8X3Plane444Unorm = 1000156006, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] R10X6UnormPack16 = 1000156007, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] R10X6G10X6Unorm2Pack16 = 1000156008, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] R10X6G10X6B10X6A10X6Unorm4Pack16 = 1000156009, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G10X6B10X6G10X6R10X6X422Unorm4Pack16 = 1000156010, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] B10X6G10X6R10X6G10X6X422Unorm4Pack16 = 1000156011, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G10X6B10X6R10X6X3Plane420Unorm3Pack16 = 1000156012, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G10X6B10X6R10X6X2Plane420Unorm3Pack16 = 1000156013, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G10X6B10X6R10X6X3Plane422Unorm3Pack16 = 1000156014, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G10X6B10X6R10X6X2Plane422Unorm3Pack16 = 1000156015, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G10X6B10X6R10X6X3Plane444Unorm3Pack16 = 1000156016, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] R12X4UnormPack16 = 1000156017, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] R12X4G12X4Unorm2Pack16 = 1000156018, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] R12X4G12X4B12X4A12X4Unorm4Pack16 = 1000156019, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G12X4B12X4G12X4R12X4X422Unorm4Pack16 = 1000156020, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] B12X4G12X4R12X4G12X4X422Unorm4Pack16 = 1000156021, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G12X4B12X4R12X4X3Plane420Unorm3Pack16 = 1000156022, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G12X4B12X4R12X4X2Plane420Unorm3Pack16 = 1000156023, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G12X4B12X4R12X4X3Plane422Unorm3Pack16 = 1000156024, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G12X4B12X4R12X4X2Plane422Unorm3Pack16 = 1000156025, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G12X4B12X4R12X4X3Plane444Unorm3Pack16 = 1000156026, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G16B16G16R16X422Unorm = 1000156027, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] B16G16R16G16X422Unorm = 1000156028, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G16B16R16X3Plane420Unorm = 1000156029, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G16B16R16X2Plane420Unorm = 1000156030, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G16B16R16X3Plane422Unorm = 1000156031, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G16B16R16X2Plane422Unorm = 1000156032, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] G16B16R16X3Plane444Unorm = 1000156033, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] G8B8R8X2Plane444Unorm = 1000330000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] G10X6B10X6R10X6X2Plane444Unorm3Pack16 = 1000330001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] G12X4B12X4R12X4X2Plane444Unorm3Pack16 = 1000330002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] G16B16R16X2Plane444Unorm = 1000330003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] A4R4G4B4UnormPack16 = 1000340000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] A4B4G4R4UnormPack16 = 1000340001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC4X4SfloatBlock = 1000066000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC5X4SfloatBlock = 1000066001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC5X5SfloatBlock = 1000066002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC6X5SfloatBlock = 1000066003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC6X6SfloatBlock = 1000066004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC8X5SfloatBlock = 1000066005, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC8X6SfloatBlock = 1000066006, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC8X8SfloatBlock = 1000066007, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC10X5SfloatBlock = 1000066008, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC10X6SfloatBlock = 1000066009, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC10X8SfloatBlock = 1000066010, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC10X10SfloatBlock = 1000066011, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC12X10SfloatBlock = 1000066012, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ASTC12X12SfloatBlock = 1000066013, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] A1B5G5R5UnormPack16 = 1000470000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] A8Unorm = 1000470001, - - [SupportedApiProfile("vulkan", ["VK_IMG_format_pvrtc"])] Pvrtc1X2BppUnormBlockIMG = 1000054000, - - [SupportedApiProfile("vulkan", ["VK_IMG_format_pvrtc"])] Pvrtc1X4BppUnormBlockIMG = 1000054001, - - [SupportedApiProfile("vulkan", ["VK_IMG_format_pvrtc"])] Pvrtc2X2BppUnormBlockIMG = 1000054002, - - [SupportedApiProfile("vulkan", ["VK_IMG_format_pvrtc"])] Pvrtc2X4BppUnormBlockIMG = 1000054003, - - [SupportedApiProfile("vulkan", ["VK_IMG_format_pvrtc"])] Pvrtc1X2BppSrgbBlockIMG = 1000054004, - - [SupportedApiProfile("vulkan", ["VK_IMG_format_pvrtc"])] Pvrtc1X4BppSrgbBlockIMG = 1000054005, - - [SupportedApiProfile("vulkan", ["VK_IMG_format_pvrtc"])] Pvrtc2X2BppSrgbBlockIMG = 1000054006, - - [SupportedApiProfile("vulkan", ["VK_IMG_format_pvrtc"])] Pvrtc2X4BppSrgbBlockIMG = 1000054007, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] R8BoolARM = 1000460000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] R16G16Sfixed5NV = 1000464000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] R10X6UintPack16ARM = 1000609000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] R10X6G10X6Uint2Pack16ARM = 1000609001, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] R10X6G10X6B10X6A10X6Uint4Pack16ARM = 1000609002, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] R12X4UintPack16ARM = 1000609003, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] R12X4G12X4Uint2Pack16ARM = 1000609004, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] R12X4G12X4B12X4A12X4Uint4Pack16ARM = 1000609005, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] R14X2UintPack16ARM = 1000609006, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] R14X2G14X2Uint2Pack16ARM = 1000609007, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] R14X2G14X2B14X2A14X2Uint4Pack16ARM = 1000609008, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] R14X2UnormPack16ARM = 1000609009, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] R14X2G14X2Unorm2Pack16ARM = 1000609010, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] R14X2G14X2B14X2A14X2Unorm4Pack16ARM = 1000609011, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] G14X2B14X2R14X2X2Plane420Unorm3Pack16ARM = 1000609012, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] G14X2B14X2R14X2X2Plane422Unorm3Pack16ARM = 1000609013, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC4X4SfloatBlockEXT = ASTC4X4SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC5X4SfloatBlockEXT = ASTC5X4SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC5X5SfloatBlockEXT = ASTC5X5SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC6X5SfloatBlockEXT = ASTC6X5SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC6X6SfloatBlockEXT = ASTC6X6SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC8X5SfloatBlockEXT = ASTC8X5SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC8X6SfloatBlockEXT = ASTC8X6SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC8X8SfloatBlockEXT = ASTC8X8SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC10X5SfloatBlockEXT = ASTC10X5SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC10X6SfloatBlockEXT = ASTC10X6SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC10X8SfloatBlockEXT = ASTC10X8SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC10X10SfloatBlockEXT = ASTC10X10SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC12X10SfloatBlockEXT = ASTC12X10SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] ASTC12X12SfloatBlockEXT = ASTC12X12SfloatBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G8B8G8R8X422UnormKHR = G8B8G8R8X422Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] B8G8R8G8X422UnormKHR = B8G8R8G8X422Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G8B8R8X3Plane420UnormKHR = G8B8R8X3Plane420Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G8B8R8X2Plane420UnormKHR = G8B8R8X2Plane420Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G8B8R8X3Plane422UnormKHR = G8B8R8X3Plane422Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G8B8R8X2Plane422UnormKHR = G8B8R8X2Plane422Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G8B8R8X3Plane444UnormKHR = G8B8R8X3Plane444Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] R10X6UnormPack16KHR = R10X6UnormPack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] R10X6G10X6Unorm2Pack16KHR = R10X6G10X6Unorm2Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] R10X6G10X6B10X6A10X6Unorm4Pack16KHR = R10X6G10X6B10X6A10X6Unorm4Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G10X6B10X6G10X6R10X6X422Unorm4Pack16KHR = G10X6B10X6G10X6R10X6X422Unorm4Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] B10X6G10X6R10X6G10X6X422Unorm4Pack16KHR = B10X6G10X6R10X6G10X6X422Unorm4Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G10X6B10X6R10X6X3Plane420Unorm3Pack16KHR = G10X6B10X6R10X6X3Plane420Unorm3Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G10X6B10X6R10X6X2Plane420Unorm3Pack16KHR = G10X6B10X6R10X6X2Plane420Unorm3Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G10X6B10X6R10X6X3Plane422Unorm3Pack16KHR = G10X6B10X6R10X6X3Plane422Unorm3Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G10X6B10X6R10X6X2Plane422Unorm3Pack16KHR = G10X6B10X6R10X6X2Plane422Unorm3Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G10X6B10X6R10X6X3Plane444Unorm3Pack16KHR = G10X6B10X6R10X6X3Plane444Unorm3Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] R12X4UnormPack16KHR = R12X4UnormPack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] R12X4G12X4Unorm2Pack16KHR = R12X4G12X4Unorm2Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] R12X4G12X4B12X4A12X4Unorm4Pack16KHR = R12X4G12X4B12X4A12X4Unorm4Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G12X4B12X4G12X4R12X4X422Unorm4Pack16KHR = G12X4B12X4G12X4R12X4X422Unorm4Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] B12X4G12X4R12X4G12X4X422Unorm4Pack16KHR = B12X4G12X4R12X4G12X4X422Unorm4Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G12X4B12X4R12X4X3Plane420Unorm3Pack16KHR = G12X4B12X4R12X4X3Plane420Unorm3Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G12X4B12X4R12X4X2Plane420Unorm3Pack16KHR = G12X4B12X4R12X4X2Plane420Unorm3Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G12X4B12X4R12X4X3Plane422Unorm3Pack16KHR = G12X4B12X4R12X4X3Plane422Unorm3Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G12X4B12X4R12X4X2Plane422Unorm3Pack16KHR = G12X4B12X4R12X4X2Plane422Unorm3Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G12X4B12X4R12X4X3Plane444Unorm3Pack16KHR = G12X4B12X4R12X4X3Plane444Unorm3Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G16B16G16R16X422UnormKHR = G16B16G16R16X422Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] B16G16R16G16X422UnormKHR = B16G16R16G16X422Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G16B16R16X3Plane420UnormKHR = G16B16R16X3Plane420Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G16B16R16X2Plane420UnormKHR = G16B16R16X2Plane420Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G16B16R16X3Plane422UnormKHR = G16B16R16X3Plane422Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G16B16R16X2Plane422UnormKHR = G16B16R16X2Plane422Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] G16B16R16X3Plane444UnormKHR = G16B16R16X3Plane444Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_2plane_444_formats"], - ImpliesSets = [ - "VK_EXT_ycbcr_2plane_444_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_2plane_444_formats+VK_VERSION_1_1", - ] - )] G8B8R8X2Plane444UnormEXT = G8B8R8X2Plane444Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_2plane_444_formats"], - ImpliesSets = [ - "VK_EXT_ycbcr_2plane_444_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_2plane_444_formats+VK_VERSION_1_1", - ] - )] G10X6B10X6R10X6X2Plane444Unorm3Pack16EXT = G10X6B10X6R10X6X2Plane444Unorm3Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_2plane_444_formats"], - ImpliesSets = [ - "VK_EXT_ycbcr_2plane_444_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_2plane_444_formats+VK_VERSION_1_1", - ] - )] G12X4B12X4R12X4X2Plane444Unorm3Pack16EXT = G12X4B12X4R12X4X2Plane444Unorm3Pack16, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_2plane_444_formats"], - ImpliesSets = [ - "VK_EXT_ycbcr_2plane_444_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_2plane_444_formats+VK_VERSION_1_1", - ] - )] G16B16R16X2Plane444UnormEXT = G16B16R16X2Plane444Unorm, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_4444_formats"], - ImpliesSets = [ - "VK_EXT_4444_formats+VK_KHR_get_physical_device_properties2", - "VK_EXT_4444_formats+VK_VERSION_1_1", - ] - )] A4R4G4B4UnormPack16EXT = A4R4G4B4UnormPack16, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_4444_formats"], - ImpliesSets = [ - "VK_EXT_4444_formats+VK_KHR_get_physical_device_properties2", - "VK_EXT_4444_formats+VK_VERSION_1_1", - ] - )] A4B4G4R4UnormPack16EXT = A4B4G4R4UnormPack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] A1B5G5R5UnormPack16KHR = A1B5G5R5UnormPack16, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] A8UnormKHR = A8Unorm, } diff --git a/sources/Vulkan/Vulkan/Vulkan/FormatFeatureFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FormatFeatureFlags.gen.cs index d0ec4f3f95..299d91b9c7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FormatFeatureFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FormatFeatureFlags.gen.cs @@ -8,745 +8,53 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum FormatFeatureFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SampledImageBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StorageImageBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StorageImageAtomicBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] UniformTexelBufferBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StorageTexelBufferBit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StorageTexelBufferAtomicBit = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] VertexBufferBit = 0x40, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ColorAttachmentBit = 0x80, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ColorAttachmentBlendBit = 0x100, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DepthStencilAttachmentBit = 0x200, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] BlitSrcBit = 0x400, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] BlitDstBit = 0x800, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SampledImageFilterLinearBit = 0x1000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] TransferSrcBit = 0x4000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] TransferDstBit = 0x8000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] MidpointChromaSamplesBit = 0x20000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] SampledImageYcbcrConversionLinearFilterBit = 0x40000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] SampledImageYcbcrConversionSeparateReconstructionFilterBit = 0x80000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] SampledImageYcbcrConversionChromaReconstructionExplicitBit = 0x100000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] SampledImageYcbcrConversionChromaReconstructionExplicitForceableBit = 0x200000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DisjointBit = 0x400000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] CositedChromaSamplesBit = 0x800000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] SampledImageFilterMinmaxBit = 0x10000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeOutputBitKHR = 0x2000000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeDpbBitKHR = 0x4000000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureVertexBufferBitKHR = 0x20000000, - - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] SampledImageFilterCubicBitEXT = 0x2000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] FragmentDensityMapBitEXT = 0x1000000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] FragmentShadingRateAttachmentBitKHR = 0x40000000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeInputBitKHR = 0x8000000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeDpbBitKHR = 0x10000000, - - [SupportedApiProfile("vulkan", ["VK_IMG_filter_cubic"])] SampledImageFilterCubicBitIMG = SampledImageFilterCubicBitEXT, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] TransferSrcBitKHR = TransferSrcBit, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] TransferDstBitKHR = TransferDstBit, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sampler_filter_minmax"], - ImpliesSets = [ - "VK_EXT_sampler_filter_minmax+VK_KHR_get_physical_device_properties2", - "VK_EXT_sampler_filter_minmax+VK_VERSION_1_1", - ] - )] SampledImageFilterMinmaxBitEXT = SampledImageFilterMinmaxBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] MidpointChromaSamplesBitKHR = MidpointChromaSamplesBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] SampledImageYcbcrConversionLinearFilterBitKHR = SampledImageYcbcrConversionLinearFilterBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] SampledImageYcbcrConversionSeparateReconstructionFilterBitKHR = SampledImageYcbcrConversionSeparateReconstructionFilterBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] SampledImageYcbcrConversionChromaReconstructionExplicitBitKHR = SampledImageYcbcrConversionChromaReconstructionExplicitBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] SampledImageYcbcrConversionChromaReconstructionExplicitForceableBitKHR = SampledImageYcbcrConversionChromaReconstructionExplicitForceableBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] DisjointBitKHR = DisjointBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] CositedChromaSamplesBitKHR = CositedChromaSamplesBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/FormatProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FormatProperties.gen.cs index 9eeed25488..7561c5866b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FormatProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FormatProperties.gen.cs @@ -8,93 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct FormatProperties { [NativeTypeName("VkFormatFeatureFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public FormatFeatureFlags LinearTilingFeatures; [NativeTypeName("VkFormatFeatureFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public FormatFeatureFlags OptimalTilingFeatures; [NativeTypeName("VkFormatFeatureFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public FormatFeatureFlags BufferFeatures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FormatProperties2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FormatProperties2.gen.cs index f9f56a1e20..d821bdf2ec 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FormatProperties2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FormatProperties2.gen.cs @@ -7,78 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct FormatProperties2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public FormatProperties FormatProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FormatProperties3.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FormatProperties3.gen.cs index a13f673167..afed762a54 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FormatProperties3.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FormatProperties3.gen.cs @@ -8,89 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct FormatProperties3 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkFormatFeatureFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public FormatFeatureFlags2 LinearTilingFeatures; [NativeTypeName("VkFormatFeatureFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public FormatFeatureFlags2 OptimalTilingFeatures; [NativeTypeName("VkFormatFeatureFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public FormatFeatureFlags2 BufferFeatures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateAttachmentInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateAttachmentInfoKHR.gen.cs index 1037fdbe32..9d947bb44c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateAttachmentInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateAttachmentInfoKHR.gen.cs @@ -7,52 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct FragmentShadingRateAttachmentInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("const VkAttachmentReference2 *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public AttachmentReference2* PFragmentShadingRateAttachment; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public Extent2D ShadingRateAttachmentTexelSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateCombinerOpKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateCombinerOpKHR.gen.cs index b755462939..7c2a1be0f9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateCombinerOpKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateCombinerOpKHR.gen.cs @@ -8,62 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum FragmentShadingRateCombinerOpKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] - KeepKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] - ReplaceKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] - MinKHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] - MaxKHR = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] - MulKHR = 4, + Keep = 0, + Replace = 1, + Min = 2, + Max = 3, + Mul = 4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateNV.gen.cs index 5d7774cc77..72487e4acc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateNV.gen.cs @@ -7,91 +7,18 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum FragmentShadingRateNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - Rate1InvocationPerPixelNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - Rate1InvocationPer1X2PixelsNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - Rate1InvocationPer2X1PixelsNV = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - Rate1InvocationPer2X2PixelsNV = 5, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - Rate1InvocationPer2X4PixelsNV = 6, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - Rate1InvocationPer4X2PixelsNV = 9, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - Rate1InvocationPer4X4PixelsNV = 10, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - Rate2InvocationsPerPixelNV = 11, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - Rate4InvocationsPerPixelNV = 12, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - Rate8InvocationsPerPixelNV = 13, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - Rate16InvocationsPerPixelNV = 14, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - RateNoInvocationsNV = 15, + Rate1InvocationPerPixel = 0, + Rate1InvocationPer1X2Pixels = 1, + Rate1InvocationPer2X1Pixels = 4, + Rate1InvocationPer2X2Pixels = 5, + Rate1InvocationPer2X4Pixels = 6, + Rate1InvocationPer4X2Pixels = 9, + Rate1InvocationPer4X4Pixels = 10, + Rate2InvocationsPerPixel = 11, + Rate4InvocationsPerPixel = 12, + Rate8InvocationsPerPixel = 13, + Rate16InvocationsPerPixel = 14, + RateNoInvocations = 15, } diff --git a/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateTypeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateTypeNV.gen.cs index aa89980030..5afc963eb9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateTypeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FragmentShadingRateTypeNV.gen.cs @@ -7,21 +7,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum FragmentShadingRateTypeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - FragmentSizeNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] - EnumsNV = 1, + FragmentSize = 0, + Enums = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/FrameBoundaryEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FrameBoundaryEXT.gen.cs index 7dee74b1b0..97df6d58a5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FrameBoundaryEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FrameBoundaryEXT.gen.cs @@ -8,126 +8,37 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct FrameBoundaryEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkFrameBoundaryFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public FrameBoundaryFlagsEXT Flags; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public ulong FrameID; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public uint ImageCount; [NativeTypeName("const VkImage *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public ImageHandle* PImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public uint BufferCount; [NativeTypeName("const VkBuffer *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public BufferHandle* PBuffers; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public ulong TagName; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public nuint TagSize; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public void* PTag; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FrameBoundaryFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FrameBoundaryFlagsEXT.gen.cs index d920b2d01b..0982987eca 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FrameBoundaryFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FrameBoundaryFlagsEXT.gen.cs @@ -7,20 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum FrameBoundaryFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] - FrameEndBitEXT = 0x1, + FrameEndBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/FrameBoundaryTensorsARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FrameBoundaryTensorsARM.gen.cs index 85f9761894..1d278e2d2e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FrameBoundaryTensorsARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FrameBoundaryTensorsARM.gen.cs @@ -8,41 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct FrameBoundaryTensorsARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_frame_boundary"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_frame_boundary"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_frame_boundary"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public uint TensorCount; [NativeTypeName("const VkTensorARM *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_frame_boundary"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] - public TensorARMHandle* PTensors; + public TensorHandleARM* PTensors; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FramebufferAttachmentImageInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FramebufferAttachmentImageInfo.gen.cs index 9fede4035c..8ddb8e4194 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FramebufferAttachmentImageInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FramebufferAttachmentImageInfo.gen.cs @@ -8,140 +8,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct FramebufferAttachmentImageInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkImageCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ImageCreateFlags Flags; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ImageUsageFlags Usage; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint Width; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint Height; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint LayerCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ViewFormatCount; [NativeTypeName("const VkFormat *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public Format* PViewFormats; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FramebufferAttachmentsCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FramebufferAttachmentsCreateInfo.gen.cs index 9b6a5dde5e..07c06c3555 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FramebufferAttachmentsCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FramebufferAttachmentsCreateInfo.gen.cs @@ -7,65 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct FramebufferAttachmentsCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint AttachmentImageInfoCount; [NativeTypeName("const VkFramebufferAttachmentImageInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public FramebufferAttachmentImageInfo* PAttachmentImageInfos; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FramebufferCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FramebufferCreateFlags.gen.cs index 3a998ec864..ac85c156b4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FramebufferCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FramebufferCreateFlags.gen.cs @@ -8,35 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum FramebufferCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] ImagelessBit = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_imageless_framebuffer"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_get_physical_device_properties2+VK_KHR_maintenance2", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] ImagelessBitKHR = ImagelessBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/FramebufferCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FramebufferCreateInfo.gen.cs index ce8255b154..7ed084df10 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FramebufferCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FramebufferCreateInfo.gen.cs @@ -8,176 +8,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct FramebufferCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkFramebufferCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public FramebufferCreateFlags Flags; [NativeTypeName("VkRenderPass")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public RenderPassHandle RenderPass; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint AttachmentCount; [NativeTypeName("const VkImageView *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageViewHandle* PAttachments; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Width; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Height; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Layers; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FramebufferMixedSamplesCombinationNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FramebufferMixedSamplesCombinationNV.gen.cs index c27e0ccdde..f230f09b6d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FramebufferMixedSamplesCombinationNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FramebufferMixedSamplesCombinationNV.gen.cs @@ -7,68 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct FramebufferMixedSamplesCombinationNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public CoverageReductionModeNV CoverageReductionMode; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public SampleCountFlags RasterizationSamples; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public SampleCountFlags DepthStencilSamples; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public SampleCountFlags ColorSamples; } diff --git a/sources/Vulkan/Vulkan/Vulkan/FreeFunction.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FreeFunction.gen.cs new file mode 100644 index 0000000000..1c75d3c141 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/FreeFunction.gen.cs @@ -0,0 +1,80 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public readonly unsafe struct FreeFunction : IDisposable +{ + private readonly void* Pointer; + public delegate* unmanaged Handle => + (delegate* unmanaged)Pointer; + + public FreeFunction(delegate* unmanaged ptr) => Pointer = ptr; + + public FreeFunction(FreeFunctionDelegate proc) => Pointer = SilkMarshal.DelegateToPtr(proc); + + public void Dispose() => SilkMarshal.Free(Pointer); + + [SupportedApiProfile( + "vulkan", + [ + "VK_BASE_VERSION_1_0", + "VK_BASE_VERSION_1_1", + "VK_BASE_VERSION_1_2", + "VK_BASE_VERSION_1_3", + "VK_BASE_VERSION_1_4", + "VK_COMPUTE_VERSION_1_0", + "VK_COMPUTE_VERSION_1_1", + "VK_COMPUTE_VERSION_1_2", + "VK_COMPUTE_VERSION_1_3", + "VK_COMPUTE_VERSION_1_4", + "VK_GRAPHICS_VERSION_1_0", + "VK_GRAPHICS_VERSION_1_1", + "VK_GRAPHICS_VERSION_1_2", + "VK_GRAPHICS_VERSION_1_3", + "VK_GRAPHICS_VERSION_1_4", + "VK_VERSION_1_0", + "VK_VERSION_1_1", + "VK_VERSION_1_2", + "VK_VERSION_1_3", + "VK_VERSION_1_4", + ], + MinVersion = "1.0" + )] + public static implicit operator FreeFunction(delegate* unmanaged pfn) => + new(pfn); + + [SupportedApiProfile( + "vulkan", + [ + "VK_BASE_VERSION_1_0", + "VK_BASE_VERSION_1_1", + "VK_BASE_VERSION_1_2", + "VK_BASE_VERSION_1_3", + "VK_BASE_VERSION_1_4", + "VK_COMPUTE_VERSION_1_0", + "VK_COMPUTE_VERSION_1_1", + "VK_COMPUTE_VERSION_1_2", + "VK_COMPUTE_VERSION_1_3", + "VK_COMPUTE_VERSION_1_4", + "VK_GRAPHICS_VERSION_1_0", + "VK_GRAPHICS_VERSION_1_1", + "VK_GRAPHICS_VERSION_1_2", + "VK_GRAPHICS_VERSION_1_3", + "VK_GRAPHICS_VERSION_1_4", + "VK_VERSION_1_0", + "VK_VERSION_1_1", + "VK_VERSION_1_2", + "VK_VERSION_1_3", + "VK_VERSION_1_4", + ], + MinVersion = "1.0" + )] + public static implicit operator delegate* unmanaged(FreeFunction pfn) => + (delegate* unmanaged)pfn.Pointer; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkFreeFunctionDelegate.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FreeFunctionDelegate.gen.cs similarity index 84% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkFreeFunctionDelegate.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/FreeFunctionDelegate.gen.cs index b9eb9e2972..d705dc7e8d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkFreeFunctionDelegate.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FreeFunctionDelegate.gen.cs @@ -8,4 +8,4 @@ namespace Silk.NET.Vulkan; -public unsafe delegate void PFNVkFreeFunctionDelegate(void* arg0, void* arg1); +public unsafe delegate void FreeFunctionDelegate(void* arg0, void* arg1); diff --git a/sources/Vulkan/Vulkan/Vulkan/FrontFace.gen.cs b/sources/Vulkan/Vulkan/Vulkan/FrontFace.gen.cs index 06461e64fe..5db7c9eb43 100644 --- a/sources/Vulkan/Vulkan/Vulkan/FrontFace.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/FrontFace.gen.cs @@ -8,43 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum FrontFace : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CounterClockwise = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Clockwise = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsInfoEXT.gen.cs index 97fc8dbeae..4af82a0058 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsInfoEXT.gen.cs @@ -7,149 +7,40 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GeneratedCommandsInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ShaderStageFlags ShaderStages; [NativeTypeName("VkIndirectExecutionSetEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public IndirectExecutionSetEXTHandle IndirectExecutionSet; + public IndirectExecutionSetHandleEXT IndirectExecutionSet; [NativeTypeName("VkIndirectCommandsLayoutEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public IndirectCommandsLayoutEXTHandle IndirectCommandsLayout; + public IndirectCommandsLayoutHandleEXT IndirectCommandsLayout; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong IndirectAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong IndirectAddressSize; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong PreprocessAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong PreprocessSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxSequenceCount; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong SequenceCountAddress; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxDrawCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsInfoNV.gen.cs index f48ac5ffd7..f1a5537253 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsInfoNV.gen.cs @@ -8,124 +8,47 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GeneratedCommandsInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public PipelineBindPoint PipelineBindPoint; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public PipelineHandle Pipeline; [NativeTypeName("VkIndirectCommandsLayoutNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - public IndirectCommandsLayoutNVHandle IndirectCommandsLayout; + public IndirectCommandsLayoutHandleNV IndirectCommandsLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint StreamCount; [NativeTypeName("const VkIndirectCommandsStreamNV *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public IndirectCommandsStreamNV* PStreams; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint SequencesCount; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public BufferHandle PreprocessBuffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public ulong PreprocessOffset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public ulong PreprocessSize; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public BufferHandle SequencesCountBuffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public ulong SequencesCountOffset; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public BufferHandle SequencesIndexBuffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public ulong SequencesIndexOffset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsMemoryRequirementsInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsMemoryRequirementsInfoEXT.gen.cs index a4be9f1778..45ede0d065 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsMemoryRequirementsInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsMemoryRequirementsInfoEXT.gen.cs @@ -8,77 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GeneratedCommandsMemoryRequirementsInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkIndirectExecutionSetEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public IndirectExecutionSetEXTHandle IndirectExecutionSet; + public IndirectExecutionSetHandleEXT IndirectExecutionSet; [NativeTypeName("VkIndirectCommandsLayoutEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public IndirectCommandsLayoutEXTHandle IndirectCommandsLayout; + public IndirectCommandsLayoutHandleEXT IndirectCommandsLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxSequenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxDrawCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsMemoryRequirementsInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsMemoryRequirementsInfoNV.gen.cs index 909d0b474a..12e3415389 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsMemoryRequirementsInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsMemoryRequirementsInfoNV.gen.cs @@ -8,52 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GeneratedCommandsMemoryRequirementsInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public PipelineBindPoint PipelineBindPoint; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public PipelineHandle Pipeline; [NativeTypeName("VkIndirectCommandsLayoutNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - public IndirectCommandsLayoutNVHandle IndirectCommandsLayout; + public IndirectCommandsLayoutHandleNV IndirectCommandsLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint MaxSequencesCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsPipelineInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsPipelineInfoEXT.gen.cs index 8b2e2ac56b..7f75710d31 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsPipelineInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsPipelineInfoEXT.gen.cs @@ -8,40 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GeneratedCommandsPipelineInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public PipelineHandle Pipeline; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsShaderInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsShaderInfoEXT.gen.cs index 22c620daca..c42338d538 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsShaderInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeneratedCommandsShaderInfoEXT.gen.cs @@ -8,52 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GeneratedCommandsShaderInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint ShaderCount; [NativeTypeName("const VkShaderEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public ShaderEXTHandle* PShaders; + public ShaderHandleEXT* PShaders; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeometryAABBNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeometryAABBNV.gen.cs index 99a25bfa29..0017cc0874 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeometryAABBNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeometryAABBNV.gen.cs @@ -8,71 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GeometryAABBNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public BufferHandle AabbData; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint NumAABBs; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint Stride; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public ulong Offset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeometryDataNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeometryDataNV.gen.cs index 27b92b41ff..c7769f9566 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeometryDataNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeometryDataNV.gen.cs @@ -7,26 +7,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct GeometryDataNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public GeometryTrianglesNV Triangles; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public GeometryAABBNV Aabbs; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeometryFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeometryFlagsKHR.gen.cs index 38019e1af0..a25598af86 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeometryFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeometryFlagsKHR.gen.cs @@ -8,50 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum GeometryFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - OpaqueBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - NoDuplicateAnyHitInvocationBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - OpaqueBitNV = OpaqueBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - NoDuplicateAnyHitInvocationBitNV = NoDuplicateAnyHitInvocationBitKHR, + OpaqueBit = 0x1, + NoDuplicateAnyHitInvocationBit = 0x2, + OpaqueBitNV = OpaqueBit, + NoDuplicateAnyHitInvocationBitNV = NoDuplicateAnyHitInvocationBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeometryInstanceFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeometryInstanceFlagsKHR.gen.cs index 9ea8ef376e..ecf36055be 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeometryInstanceFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeometryInstanceFlagsKHR.gen.cs @@ -8,120 +8,19 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum GeometryInstanceFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - TriangleFacingCullDisableBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - TriangleFlipFacingBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - ForceOpaqueBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - ForceNoOpaqueBitKHR = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] + TriangleFacingCullDisableBit = 0x1, + TriangleFlipFacingBit = 0x2, + ForceOpaqueBit = 0x4, + ForceNoOpaqueBit = 0x8, ForceOpacityMicromap2StateBitEXT = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] DisableOpacityMicromapsBitEXT = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - TriangleFrontCounterclockwiseBitKHR = TriangleFlipFacingBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - TriangleCullDisableBitNV = TriangleFacingCullDisableBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - TriangleFrontCounterclockwiseBitNV = TriangleFrontCounterclockwiseBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - ForceOpaqueBitNV = ForceOpaqueBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - ForceNoOpaqueBitNV = ForceNoOpaqueBitKHR, + TriangleFrontCounterclockwiseBit = TriangleFlipFacingBit, + TriangleCullDisableBitNV = TriangleFacingCullDisableBit, + TriangleFrontCounterclockwiseBitNV = TriangleFrontCounterclockwiseBit, + ForceOpaqueBitNV = ForceOpaqueBit, + ForceNoOpaqueBitNV = ForceNoOpaqueBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeometryNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeometryNV.gen.cs index 75b37e5fa5..6a00b4216b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeometryNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeometryNV.gen.cs @@ -8,58 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GeometryNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public GeometryTypeKHR GeometryType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public GeometryDataNV Geometry; [NativeTypeName("VkGeometryFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public GeometryFlagsKHR Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeometryTrianglesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeometryTrianglesNV.gen.cs index a9af265144..3208588718 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeometryTrianglesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeometryTrianglesNV.gen.cs @@ -7,146 +7,39 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GeometryTrianglesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public BufferHandle VertexData; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public ulong VertexOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint VertexCount; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public ulong VertexStride; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public Format VertexFormat; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public BufferHandle IndexData; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public ulong IndexOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint IndexCount; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public IndexType IndexType; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public BufferHandle TransformData; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public ulong TransformOffset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GeometryTypeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GeometryTypeKHR.gen.cs index 5735f04373..9bed412235 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GeometryTypeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GeometryTypeKHR.gen.cs @@ -8,71 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum GeometryTypeKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - TrianglesKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - AabbsKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - InstancesKHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] + Triangles = 0, + Aabbs = 1, + Instances = 2, SpheresNV = 1000429004, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] LinearSweptSpheresNV = 1000429005, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - TrianglesNV = TrianglesKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - AabbsNV = AabbsKHR, + TrianglesNV = Triangles, + AabbsNV = Aabbs, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkGetInstanceProcAddrLunargDelegate.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GetInstanceProcAddrDelegateLUNARG.gen.cs similarity index 82% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkGetInstanceProcAddrLunargDelegate.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/GetInstanceProcAddrDelegateLUNARG.gen.cs index 1a40e1bdd7..b8687b0b15 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkGetInstanceProcAddrLunargDelegate.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GetInstanceProcAddrDelegateLUNARG.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.Vulkan; -public unsafe delegate PFNVkGetInstanceProcAddrLunargP2 PFNVkGetInstanceProcAddrLunargDelegate( +public unsafe delegate GetInstanceProcAddrLunargP2 GetInstanceProcAddrDelegateLUNARG( InstanceHandle arg0, sbyte* arg1 ); diff --git a/sources/Vulkan/Vulkan/Vulkan/GetInstanceProcAddrLUNARG.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GetInstanceProcAddrLUNARG.gen.cs new file mode 100644 index 0000000000..c943151422 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/GetInstanceProcAddrLUNARG.gen.cs @@ -0,0 +1,37 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public readonly unsafe struct GetInstanceProcAddrLUNARG : IDisposable +{ + private readonly void* Pointer; + public delegate* unmanaged Handle => + (delegate* unmanaged)Pointer; + + public GetInstanceProcAddrLUNARG( + delegate* unmanaged ptr + ) => Pointer = ptr; + + public GetInstanceProcAddrLUNARG(GetInstanceProcAddrDelegateLUNARG proc) => + Pointer = SilkMarshal.DelegateToPtr(proc); + + public void Dispose() => SilkMarshal.Free(Pointer); + + [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] + public static implicit operator GetInstanceProcAddrLUNARG( + delegate* unmanaged pfn + ) => new(pfn); + + [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] + public static implicit operator delegate* unmanaged< + InstanceHandle, + sbyte*, + GetInstanceProcAddrLunargP2>(GetInstanceProcAddrLUNARG pfn) => + (delegate* unmanaged)pfn.Pointer; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkVoidFunction.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GetInstanceProcAddrLunargP2.gen.cs similarity index 56% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkVoidFunction.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/GetInstanceProcAddrLunargP2.gen.cs index 00b7fa51cb..76e6a21c29 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkVoidFunction.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GetInstanceProcAddrLunargP2.gen.cs @@ -8,20 +8,24 @@ namespace Silk.NET.Vulkan; -public readonly unsafe struct PFNVkVoidFunction : IDisposable +[Transformed] +public readonly unsafe struct GetInstanceProcAddrLunargP2 : IDisposable { private readonly void* Pointer; public delegate* unmanaged Handle => (delegate* unmanaged)Pointer; - public PFNVkVoidFunction(delegate* unmanaged ptr) => Pointer = ptr; + public GetInstanceProcAddrLunargP2(delegate* unmanaged ptr) => Pointer = ptr; - public PFNVkVoidFunction(PFNVkVoidFunctionDelegate proc) => + public GetInstanceProcAddrLunargP2(GetInstanceProcAddrLunargP2Delegate proc) => Pointer = SilkMarshal.DelegateToPtr(proc); public void Dispose() => SilkMarshal.Free(Pointer); - public static implicit operator PFNVkVoidFunction(delegate* unmanaged pfn) => new(pfn); + [SupportedApiProfile("vulkan")] + public static implicit operator GetInstanceProcAddrLunargP2(delegate* unmanaged pfn) => + new(pfn); - public static implicit operator delegate* unmanaged(PFNVkVoidFunction pfn) => + [SupportedApiProfile("vulkan")] + public static implicit operator delegate* unmanaged(GetInstanceProcAddrLunargP2 pfn) => (delegate* unmanaged)pfn.Pointer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkGetInstanceProcAddrLunargP2Delegate.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GetInstanceProcAddrLunargP2Delegate.gen.cs similarity index 85% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkGetInstanceProcAddrLunargP2Delegate.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/GetInstanceProcAddrLunargP2Delegate.gen.cs index 0f0902d891..2f2ec7736c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkGetInstanceProcAddrLunargP2Delegate.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GetInstanceProcAddrLunargP2Delegate.gen.cs @@ -9,4 +9,4 @@ namespace Silk.NET.Vulkan; [Transformed] -public unsafe delegate void PFNVkGetInstanceProcAddrLunargP2Delegate(); +public unsafe delegate void GetInstanceProcAddrLunargP2Delegate(); diff --git a/sources/Vulkan/Vulkan/Vulkan/GetLatencyMarkerInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GetLatencyMarkerInfoNV.gen.cs index cc4601fab9..8244deaee3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GetLatencyMarkerInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GetLatencyMarkerInfoNV.gen.cs @@ -8,56 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GetLatencyMarkerInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public uint TimingCount; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public LatencyTimingsFrameReportNV* PTimings; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineCreateInfo.gen.cs index 2d3a85ab9b..f58e021041 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineCreateInfo.gen.cs @@ -8,366 +8,61 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GraphicsPipelineCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineCreateFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint StageCount; [NativeTypeName("const VkPipelineShaderStageCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineShaderStageCreateInfo* PStages; [NativeTypeName("const VkPipelineVertexInputStateCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineVertexInputStateCreateInfo* PVertexInputState; [NativeTypeName("const VkPipelineInputAssemblyStateCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineInputAssemblyStateCreateInfo* PInputAssemblyState; [NativeTypeName("const VkPipelineTessellationStateCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineTessellationStateCreateInfo* PTessellationState; [NativeTypeName("const VkPipelineViewportStateCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineViewportStateCreateInfo* PViewportState; [NativeTypeName("const VkPipelineRasterizationStateCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineRasterizationStateCreateInfo* PRasterizationState; [NativeTypeName("const VkPipelineMultisampleStateCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineMultisampleStateCreateInfo* PMultisampleState; [NativeTypeName("const VkPipelineDepthStencilStateCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineDepthStencilStateCreateInfo* PDepthStencilState; [NativeTypeName("const VkPipelineColorBlendStateCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineColorBlendStateCreateInfo* PColorBlendState; [NativeTypeName("const VkPipelineDynamicStateCreateInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineDynamicStateCreateInfo* PDynamicState; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineLayoutHandle Layout; [NativeTypeName("VkRenderPass")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public RenderPassHandle RenderPass; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Subpass; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineHandle BasePipelineHandle; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public int BasePipelineIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineLibraryCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineLibraryCreateInfoEXT.gen.cs index 60a53e2425..2c43677e02 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineLibraryCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineLibraryCreateInfoEXT.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GraphicsPipelineLibraryCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkGraphicsPipelineLibraryFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] public GraphicsPipelineLibraryFlagsEXT Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineLibraryFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineLibraryFlagsEXT.gen.cs index 1f87a23c85..4cc96b764d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineLibraryFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineLibraryFlagsEXT.gen.cs @@ -8,50 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum GraphicsPipelineLibraryFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] - VertexInputInterfaceBitEXT = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] - PreRasterizationShadersBitEXT = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] - FragmentShaderBitEXT = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] - FragmentOutputInterfaceBitEXT = 0x8, + VertexInputInterfaceBit = 0x1, + PreRasterizationShadersBit = 0x2, + FragmentShaderBit = 0x4, + FragmentOutputInterfaceBit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineShaderGroupsCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineShaderGroupsCreateInfoNV.gen.cs index 100247ab50..540e9023e9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineShaderGroupsCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GraphicsPipelineShaderGroupsCreateInfoNV.gen.cs @@ -8,53 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GraphicsPipelineShaderGroupsCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint GroupCount; [NativeTypeName("const VkGraphicsShaderGroupCreateInfoNV *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public GraphicsShaderGroupCreateInfoNV* PGroups; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint PipelineCount; [NativeTypeName("const VkPipeline *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public PipelineHandle* PPipelines; } diff --git a/sources/Vulkan/Vulkan/Vulkan/GraphicsShaderGroupCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/GraphicsShaderGroupCreateInfoNV.gen.cs index 1861e8f057..c8c750b496 100644 --- a/sources/Vulkan/Vulkan/Vulkan/GraphicsShaderGroupCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/GraphicsShaderGroupCreateInfoNV.gen.cs @@ -8,53 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct GraphicsShaderGroupCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint StageCount; [NativeTypeName("const VkPipelineShaderStageCreateInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public PipelineShaderStageCreateInfo* PStages; [NativeTypeName("const VkPipelineVertexInputStateCreateInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public PipelineVertexInputStateCreateInfo* PVertexInputState; [NativeTypeName("const VkPipelineTessellationStateCreateInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public PipelineTessellationStateCreateInfo* PTessellationState; } diff --git a/sources/Vulkan/Vulkan/Vulkan/HdrMetadataEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/HdrMetadataEXT.gen.cs index 753d75f03b..195ca9f65b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/HdrMetadataEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/HdrMetadataEXT.gen.cs @@ -8,37 +8,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct HdrMetadataEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public XYColorEXT DisplayPrimaryRed; - - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public XYColorEXT DisplayPrimaryGreen; - - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public XYColorEXT DisplayPrimaryBlue; - - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public XYColorEXT WhitePoint; - - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public float MaxLuminance; - - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public float MinLuminance; - - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public float MaxContentLightLevel; - - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public float MaxFrameAverageLightLevel; } diff --git a/sources/Vulkan/Vulkan/Vulkan/HdrVividDynamicMetadataHUAWEI.gen.cs b/sources/Vulkan/Vulkan/Vulkan/HdrVividDynamicMetadataHUAWEI.gen.cs new file mode 100644 index 0000000000..68a5aa6e22 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/HdrVividDynamicMetadataHUAWEI.gen.cs @@ -0,0 +1,23 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct HdrVividDynamicMetadataHUAWEI +{ + public StructureType SType; + + [NativeTypeName("const void *")] + public void* PNext; + + [NativeTypeName("size_t")] + public nuint DynamicMetadataSize; + + [NativeTypeName("const void *")] + public void* PDynamicMetadata; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/HdrVividDynamicMetadataHuawei.gen.cs b/sources/Vulkan/Vulkan/Vulkan/HdrVividDynamicMetadataHuawei.gen.cs deleted file mode 100644 index 003f5aba6e..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/HdrVividDynamicMetadataHuawei.gen.cs +++ /dev/null @@ -1,56 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct HdrVividDynamicMetadataHuawei -{ - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_hdr_vivid"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_hdr_vivid"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_hdr_vivid"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_VERSION_1_1", - ] - )] - public nuint DynamicMetadataSize; - - [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_hdr_vivid"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_VERSION_1_1", - ] - )] - public void* PDynamicMetadata; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/HeadlessSurfaceCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/HeadlessSurfaceCreateInfoEXT.gen.cs index 8cd54e608d..280aae3523 100644 --- a/sources/Vulkan/Vulkan/Vulkan/HeadlessSurfaceCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/HeadlessSurfaceCreateInfoEXT.gen.cs @@ -7,17 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct HeadlessSurfaceCreateInfoEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_headless_surface"], ImpliesSets = ["VK_KHR_surface"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_headless_surface"], ImpliesSets = ["VK_KHR_surface"])] public void* PNext; [NativeTypeName("VkHeadlessSurfaceCreateFlagsEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_headless_surface"], ImpliesSets = ["VK_KHR_surface"])] public uint Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/HostImageCopyDevicePerformanceQuery.gen.cs b/sources/Vulkan/Vulkan/Vulkan/HostImageCopyDevicePerformanceQuery.gen.cs index 2ef602ac37..5037df827a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/HostImageCopyDevicePerformanceQuery.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/HostImageCopyDevicePerformanceQuery.gen.cs @@ -8,56 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct HostImageCopyDevicePerformanceQuery { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint OptimalDeviceAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint IdenticalMemoryLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/HostImageCopyFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/HostImageCopyFlags.gen.cs index 9a6e6f19af..6385807a1b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/HostImageCopyFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/HostImageCopyFlags.gen.cs @@ -8,33 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum HostImageCopyFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] MemcpyBit = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] MemcpyBitEXT = MemcpyBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/HostImageLayoutTransitionInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/HostImageLayoutTransitionInfo.gen.cs index c5260a496c..dc3962b767 100644 --- a/sources/Vulkan/Vulkan/Vulkan/HostImageLayoutTransitionInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/HostImageLayoutTransitionInfo.gen.cs @@ -7,80 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct HostImageLayoutTransitionInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageHandle Image; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageLayout OldLayout; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageLayout NewLayout; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageSubresourceRange SubresourceRange; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IVk.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IVk.gen.cs index d943dd7f5b..172e212350 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IVk.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IVk.gen.cs @@ -12,24 +12,13 @@ public unsafe partial interface IVk { public partial interface Static { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireDrmDisplayEXT")] static abstract Result AcquireDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] static abstract Result AcquireNextImage2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38,12 +27,6 @@ static abstract Result AcquireNextImage2KHR( [NativeTypeName("uint32_t *")] uint* pImageIndex ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] static abstract Result AcquireNextImage2KHR( @@ -53,58 +36,46 @@ static abstract Result AcquireNextImage2KHR( [NativeTypeName("uint32_t *")] Ref pImageIndex ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] static abstract Result AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, [NativeTypeName("uint32_t *")] uint* pImageIndex ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] static abstract Result AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, [NativeTypeName("uint32_t *")] Ref pImageIndex ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] - static abstract Result AcquirePerformanceConfigurationIntel( + static abstract Result AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - PerformanceConfigurationAcquireInfoIntel* pAcquireInfo, + PerformanceConfigurationAcquireInfoINTEL* pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - PerformanceConfigurationIntelHandle* pConfiguration + PerformanceConfigurationHandleINTEL* pConfiguration ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] - static abstract Result AcquirePerformanceConfigurationIntel( + static abstract Result AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - Ref pAcquireInfo, + Ref pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - Ref pConfiguration + Ref pConfiguration ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] static abstract Result AcquireProfilingLockKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -112,14 +83,6 @@ static abstract Result AcquireProfilingLockKHR( AcquireProfilingLockInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] static abstract Result AcquireProfilingLockKHR( @@ -128,32 +91,6 @@ static abstract Result AcquireProfilingLockKHR( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] static abstract Result AllocateCommandBuffers( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -162,32 +99,6 @@ static abstract Result AllocateCommandBuffers( [NativeTypeName("VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] static abstract Result AllocateCommandBuffers( @@ -197,27 +108,6 @@ static abstract Result AllocateCommandBuffers( [NativeTypeName("VkCommandBuffer *")] Ref pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] static abstract Result AllocateDescriptorSets( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -226,27 +116,6 @@ static abstract Result AllocateDescriptorSets( [NativeTypeName("VkDescriptorSet *")] DescriptorSetHandle* pDescriptorSets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] static abstract Result AllocateDescriptorSets( @@ -256,32 +125,6 @@ static abstract Result AllocateDescriptorSets( [NativeTypeName("VkDescriptorSet *")] Ref pDescriptorSets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] static abstract Result AllocateMemory( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -290,32 +133,6 @@ static abstract Result AllocateMemory( [NativeTypeName("VkDeviceMemory *")] DeviceMemoryHandle* pMemory ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] static abstract Result AllocateMemory( @@ -325,28 +142,12 @@ static abstract Result AllocateMemory( [NativeTypeName("VkDeviceMemory *")] Ref pMemory ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] static abstract void AntiLagUpdateAMD( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAntiLagDataAMD *")] AntiLagDataAMD* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] static abstract void AntiLagUpdateAMD( @@ -354,64 +155,12 @@ static abstract void AntiLagUpdateAMD( [NativeTypeName("const VkAntiLagDataAMD *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] static abstract Result BeginCommandBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCommandBufferBeginInfo *")] CommandBufferBeginInfo* pBeginInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] static abstract Result BeginCommandBuffer( @@ -420,14 +169,6 @@ static abstract Result BeginCommandBuffer( Ref pBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] static abstract Result BindAccelerationStructureMemoryNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -436,14 +177,6 @@ static abstract Result BindAccelerationStructureMemoryNV( BindAccelerationStructureMemoryInfoNV* pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] static abstract Result BindAccelerationStructureMemoryNV( @@ -453,32 +186,6 @@ static abstract Result BindAccelerationStructureMemoryNV( Ref pBindInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory")] static abstract Result BindBufferMemory( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -487,28 +194,6 @@ static abstract Result BindBufferMemory( [NativeTypeName("VkDeviceSize")] ulong memoryOffset ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] static abstract Result BindBufferMemory2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -516,28 +201,6 @@ static abstract Result BindBufferMemory2( [NativeTypeName("const VkBindBufferMemoryInfo *")] BindBufferMemoryInfo* pBindInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] static abstract Result BindBufferMemory2( @@ -546,7 +209,6 @@ static abstract Result BindBufferMemory2( [NativeTypeName("const VkBindBufferMemoryInfo *")] Ref pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] static abstract Result BindBufferMemory2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -554,7 +216,6 @@ static abstract Result BindBufferMemory2KHR( [NativeTypeName("const VkBindBufferMemoryInfo *")] BindBufferMemoryInfo* pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] static abstract Result BindBufferMemory2KHR( @@ -563,15 +224,6 @@ static abstract Result BindBufferMemory2KHR( [NativeTypeName("const VkBindBufferMemoryInfo *")] Ref pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] static abstract Result BindDataGraphPipelineSessionMemoryARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -580,15 +232,6 @@ static abstract Result BindDataGraphPipelineSessionMemoryARM( BindDataGraphPipelineSessionMemoryInfoARM* pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] static abstract Result BindDataGraphPipelineSessionMemoryARM( @@ -598,32 +241,6 @@ static abstract Result BindDataGraphPipelineSessionMemoryARM( Ref pBindInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory")] static abstract Result BindImageMemory( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -632,28 +249,6 @@ static abstract Result BindImageMemory( [NativeTypeName("VkDeviceSize")] ulong memoryOffset ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] static abstract Result BindImageMemory2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -661,28 +256,6 @@ static abstract Result BindImageMemory2( [NativeTypeName("const VkBindImageMemoryInfo *")] BindImageMemoryInfo* pBindInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] static abstract Result BindImageMemory2( @@ -691,7 +264,6 @@ static abstract Result BindImageMemory2( [NativeTypeName("const VkBindImageMemoryInfo *")] Ref pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] static abstract Result BindImageMemory2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -699,7 +271,6 @@ static abstract Result BindImageMemory2KHR( [NativeTypeName("const VkBindImageMemoryInfo *")] BindImageMemoryInfo* pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] static abstract Result BindImageMemory2KHR( @@ -708,25 +279,15 @@ static abstract Result BindImageMemory2KHR( [NativeTypeName("const VkBindImageMemoryInfo *")] Ref pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindOpticalFlowSessionImageNV")] static abstract Result BindOpticalFlowSessionImageNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, OpticalFlowSessionBindingPointNV bindingPoint, [NativeTypeName("VkImageView")] ImageViewHandle view, ImageLayout layout ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] static abstract Result BindTensorMemoryARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -735,7 +296,6 @@ static abstract Result BindTensorMemoryARM( BindTensorMemoryInfoARM* pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] static abstract Result BindTensorMemoryARM( @@ -745,47 +305,29 @@ static abstract Result BindTensorMemoryARM( Ref pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] static abstract Result BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] BindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] static abstract Result BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] Ref pBindSessionMemoryInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] static abstract Result BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] AccelerationStructureBuildGeometryInfoKHR* pInfos, @@ -793,19 +335,11 @@ static abstract Result BuildAccelerationStructuresKHR( AccelerationStructureBuildRangeInfoKHR** ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] static abstract Result BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] Ref pInfos, @@ -813,47 +347,23 @@ static abstract Result BuildAccelerationStructuresKHR( Ref2D ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] static abstract Result BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] static abstract Result BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] Ref pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] static abstract void CmdBeginConditionalRenderingEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -861,14 +371,6 @@ static abstract void CmdBeginConditionalRenderingEXT( ConditionalRenderingBeginInfoEXT* pConditionalRenderingBegin ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] static abstract void CmdBeginConditionalRenderingEXT( @@ -877,14 +379,12 @@ static abstract void CmdBeginConditionalRenderingEXT( Ref pConditionalRenderingBegin ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] static abstract void CmdBeginDebugUtilsLabelEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] static abstract void CmdBeginDebugUtilsLabelEXT( @@ -892,14 +392,6 @@ static abstract void CmdBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] static abstract void CmdBeginPerTileExecutionQCOM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -907,14 +399,6 @@ static abstract void CmdBeginPerTileExecutionQCOM( PerTileBeginInfoQCOM* pPerTileBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] static abstract void CmdBeginPerTileExecutionQCOM( @@ -923,32 +407,6 @@ static abstract void CmdBeginPerTileExecutionQCOM( Ref pPerTileBeginInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginQuery")] static abstract void CmdBeginQuery( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -957,14 +415,6 @@ static abstract void CmdBeginQuery( [NativeTypeName("VkQueryControlFlags")] QueryControlFlags flags ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginQueryIndexedEXT")] static abstract void CmdBeginQueryIndexedEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -974,32 +424,12 @@ static abstract void CmdBeginQueryIndexedEXT( [NativeTypeName("uint32_t")] uint index ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] static abstract void CmdBeginRendering( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] static abstract void CmdBeginRendering( @@ -1007,30 +437,12 @@ static abstract void CmdBeginRendering( [NativeTypeName("const VkRenderingInfo *")] Ref pRenderingInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] static abstract void CmdBeginRenderingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] static abstract void CmdBeginRenderingKHR( @@ -1038,22 +450,6 @@ static abstract void CmdBeginRenderingKHR( [NativeTypeName("const VkRenderingInfo *")] Ref pRenderingInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] static abstract void CmdBeginRenderPass( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1061,22 +457,6 @@ static abstract void CmdBeginRenderPass( SubpassContents contents ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] static abstract void CmdBeginRenderPass( @@ -1086,18 +466,6 @@ static abstract void CmdBeginRenderPass( SubpassContents contents ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] static abstract void CmdBeginRenderPass2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1105,18 +473,6 @@ static abstract void CmdBeginRenderPass2( [NativeTypeName("const VkSubpassBeginInfo *")] SubpassBeginInfo* pSubpassBeginInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] static abstract void CmdBeginRenderPass2( @@ -1126,11 +482,6 @@ static abstract void CmdBeginRenderPass2( [NativeTypeName("const VkSubpassBeginInfo *")] Ref pSubpassBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] static abstract void CmdBeginRenderPass2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1138,11 +489,6 @@ static abstract void CmdBeginRenderPass2KHR( [NativeTypeName("const VkSubpassBeginInfo *")] SubpassBeginInfo* pSubpassBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] static abstract void CmdBeginRenderPass2KHR( @@ -1152,14 +498,6 @@ static abstract void CmdBeginRenderPass2KHR( [NativeTypeName("const VkSubpassBeginInfo *")] Ref pSubpassBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] static abstract void CmdBeginTransformFeedbackEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1169,14 +507,6 @@ static abstract void CmdBeginTransformFeedbackEXT( [NativeTypeName("const VkDeviceSize *")] ulong* pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] static abstract void CmdBeginTransformFeedbackEXT( @@ -1187,11 +517,6 @@ static abstract void CmdBeginTransformFeedbackEXT( [NativeTypeName("const VkDeviceSize *")] Ref pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] static abstract void CmdBeginVideoCodingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1199,11 +524,6 @@ static abstract void CmdBeginVideoCodingKHR( VideoBeginCodingInfoKHR* pBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] static abstract void CmdBeginVideoCodingKHR( @@ -1212,12 +532,6 @@ static abstract void CmdBeginVideoCodingKHR( Ref pBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] static abstract void CmdBindDescriptorBufferEmbeddedSamplers2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1225,12 +539,6 @@ static abstract void CmdBindDescriptorBufferEmbeddedSamplers2EXT( BindDescriptorBufferEmbeddedSamplersInfoEXT* pBindDescriptorBufferEmbeddedSamplersInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] static abstract void CmdBindDescriptorBufferEmbeddedSamplers2EXT( @@ -1239,16 +547,6 @@ static abstract void CmdBindDescriptorBufferEmbeddedSamplers2EXT( Ref pBindDescriptorBufferEmbeddedSamplersInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplersEXT")] static abstract void CmdBindDescriptorBufferEmbeddedSamplersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1257,16 +555,6 @@ static abstract void CmdBindDescriptorBufferEmbeddedSamplersEXT( [NativeTypeName("uint32_t")] uint set ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] static abstract void CmdBindDescriptorBuffersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1275,16 +563,6 @@ static abstract void CmdBindDescriptorBuffersEXT( DescriptorBufferBindingInfoEXT* pBindingInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] static abstract void CmdBindDescriptorBuffersEXT( @@ -1294,16 +572,6 @@ static abstract void CmdBindDescriptorBuffersEXT( Ref pBindingInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] static abstract void CmdBindDescriptorBuffersEXT( @@ -1312,27 +580,6 @@ static abstract void CmdBindDescriptorBuffersEXT( DescriptorBufferBindingInfoEXT pBindingInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] static abstract void CmdBindDescriptorSets( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1345,27 +592,6 @@ static abstract void CmdBindDescriptorSets( [NativeTypeName("const uint32_t *")] uint* pDynamicOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] static abstract void CmdBindDescriptorSets( @@ -1379,11 +605,6 @@ static abstract void CmdBindDescriptorSets( [NativeTypeName("const uint32_t *")] Ref pDynamicOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] static abstract void CmdBindDescriptorSets2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1391,11 +612,6 @@ static abstract void CmdBindDescriptorSets2( BindDescriptorSetsInfo* pBindDescriptorSetsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] static abstract void CmdBindDescriptorSets2( @@ -1404,7 +620,6 @@ static abstract void CmdBindDescriptorSets2( Ref pBindDescriptorSetsInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] static abstract void CmdBindDescriptorSets2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1412,7 +627,6 @@ static abstract void CmdBindDescriptorSets2KHR( BindDescriptorSetsInfo* pBindDescriptorSetsInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] static abstract void CmdBindDescriptorSets2KHR( @@ -1421,22 +635,6 @@ static abstract void CmdBindDescriptorSets2KHR( Ref pBindDescriptorSetsInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer")] static abstract void CmdBindIndexBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1445,11 +643,6 @@ static abstract void CmdBindIndexBuffer( IndexType indexType ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer2")] static abstract void CmdBindIndexBuffer2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1459,11 +652,6 @@ static abstract void CmdBindIndexBuffer2( IndexType indexType ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer2KHR")] static abstract void CmdBindIndexBuffer2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1473,42 +661,13 @@ static abstract void CmdBindIndexBuffer2KHR( IndexType indexType ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindInvocationMaskHUAWEI")] - static abstract void CmdBindInvocationMaskHuawei( + static abstract void CmdBindInvocationMaskHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImageView")] ImageViewHandle imageView, ImageLayout imageLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindPipeline")] static abstract void CmdBindPipeline( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1516,11 +675,6 @@ static abstract void CmdBindPipeline( [NativeTypeName("VkPipeline")] PipelineHandle pipeline ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindPipelineShaderGroupNV")] static abstract void CmdBindPipelineShaderGroupNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1529,49 +683,23 @@ static abstract void CmdBindPipelineShaderGroupNV( [NativeTypeName("uint32_t")] uint groupIndex ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] static abstract void CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] ShaderStageFlags* pStages, - [NativeTypeName("const VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("const VkShaderEXT *")] ShaderHandleEXT* pShaders ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] static abstract void CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] Ref pStages, - [NativeTypeName("const VkShaderEXT *")] Ref pShaders + [NativeTypeName("const VkShaderEXT *")] Ref pShaders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadingRateImageNV")] static abstract void CmdBindShadingRateImageNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1579,14 +707,6 @@ static abstract void CmdBindShadingRateImageNV( ImageLayout imageLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] static abstract void CmdBindTileMemoryQCOM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1594,14 +714,6 @@ static abstract void CmdBindTileMemoryQCOM( TileMemoryBindInfoQCOM* pTileMemoryBindInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] static abstract void CmdBindTileMemoryQCOM( @@ -1610,14 +722,6 @@ static abstract void CmdBindTileMemoryQCOM( Ref pTileMemoryBindInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] static abstract void CmdBindTransformFeedbackBuffersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1628,14 +732,6 @@ static abstract void CmdBindTransformFeedbackBuffersEXT( [NativeTypeName("const VkDeviceSize *")] ulong* pSizes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] static abstract void CmdBindTransformFeedbackBuffersEXT( @@ -1647,22 +743,6 @@ static abstract void CmdBindTransformFeedbackBuffersEXT( [NativeTypeName("const VkDeviceSize *")] Ref pSizes ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] static abstract void CmdBindVertexBuffers( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1672,22 +752,6 @@ static abstract void CmdBindVertexBuffers( [NativeTypeName("const VkDeviceSize *")] ulong* pOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] static abstract void CmdBindVertexBuffers( @@ -1698,16 +762,6 @@ static abstract void CmdBindVertexBuffers( [NativeTypeName("const VkDeviceSize *")] Ref pOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] static abstract void CmdBindVertexBuffers2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1719,16 +773,6 @@ static abstract void CmdBindVertexBuffers2( [NativeTypeName("const VkDeviceSize *")] ulong* pStrides ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] static abstract void CmdBindVertexBuffers2( @@ -1741,14 +785,6 @@ static abstract void CmdBindVertexBuffers2( [NativeTypeName("const VkDeviceSize *")] Ref pStrides ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] static abstract void CmdBindVertexBuffers2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1760,14 +796,6 @@ static abstract void CmdBindVertexBuffers2EXT( [NativeTypeName("const VkDeviceSize *")] ulong* pStrides ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] static abstract void CmdBindVertexBuffers2EXT( @@ -1780,22 +808,6 @@ static abstract void CmdBindVertexBuffers2EXT( [NativeTypeName("const VkDeviceSize *")] Ref pStrides ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] static abstract void CmdBlitImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1808,22 +820,6 @@ static abstract void CmdBlitImage( Filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] static abstract void CmdBlitImage( @@ -1837,22 +833,6 @@ static abstract void CmdBlitImage( Filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] static abstract void CmdBlitImage( @@ -1865,32 +845,12 @@ static abstract void CmdBlitImage( Filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] static abstract void CmdBlitImage2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkBlitImageInfo2 *")] BlitImageInfo2* pBlitImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] static abstract void CmdBlitImage2( @@ -1898,28 +858,12 @@ static abstract void CmdBlitImage2( [NativeTypeName("const VkBlitImageInfo2 *")] Ref pBlitImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] static abstract void CmdBlitImage2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkBlitImageInfo2 *")] BlitImageInfo2* pBlitImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] static abstract void CmdBlitImage2KHR( @@ -1927,14 +871,6 @@ static abstract void CmdBlitImage2KHR( [NativeTypeName("const VkBlitImageInfo2 *")] Ref pBlitImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] static abstract void CmdBuildAccelerationStructureNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1943,20 +879,12 @@ static abstract void CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] uint update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] static abstract void CmdBuildAccelerationStructureNV( @@ -1966,20 +894,12 @@ static abstract void CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] MaybeBool update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] static abstract void CmdBuildAccelerationStructuresIndirectKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -1991,14 +911,6 @@ static abstract void CmdBuildAccelerationStructuresIndirectKHR( [NativeTypeName("const uint32_t *const *")] uint** ppMaxPrimitiveCounts ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] static abstract void CmdBuildAccelerationStructuresIndirectKHR( @@ -2011,14 +923,6 @@ static abstract void CmdBuildAccelerationStructuresIndirectKHR( [NativeTypeName("const uint32_t *const *")] Ref2D ppMaxPrimitiveCounts ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] static abstract void CmdBuildAccelerationStructuresKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2029,14 +933,6 @@ static abstract void CmdBuildAccelerationStructuresKHR( AccelerationStructureBuildRangeInfoKHR** ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] static abstract void CmdBuildAccelerationStructuresKHR( @@ -2048,11 +944,6 @@ static abstract void CmdBuildAccelerationStructuresKHR( Ref2D ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] static abstract void CmdBuildClusterAccelerationStructureIndirectNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2060,11 +951,6 @@ static abstract void CmdBuildClusterAccelerationStructureIndirectNV( ClusterAccelerationStructureCommandsInfoNV* pCommandInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] static abstract void CmdBuildClusterAccelerationStructureIndirectNV( @@ -2073,14 +959,6 @@ static abstract void CmdBuildClusterAccelerationStructureIndirectNV( Ref pCommandInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] static abstract void CmdBuildMicromapsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2088,14 +966,6 @@ static abstract void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] static abstract void CmdBuildMicromapsEXT( @@ -2104,14 +974,6 @@ static abstract void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] Ref pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] static abstract void CmdBuildMicromapsEXT( @@ -2119,11 +981,6 @@ static abstract void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] static abstract void CmdBuildPartitionedAccelerationStructuresNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2131,11 +988,6 @@ static abstract void CmdBuildPartitionedAccelerationStructuresNV( BuildPartitionedAccelerationStructureInfoNV* pBuildInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] static abstract void CmdBuildPartitionedAccelerationStructuresNV( @@ -2144,22 +996,6 @@ static abstract void CmdBuildPartitionedAccelerationStructuresNV( Ref pBuildInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] static abstract void CmdClearAttachments( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2169,22 +1005,6 @@ static abstract void CmdClearAttachments( [NativeTypeName("const VkClearRect *")] ClearRect* pRects ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] static abstract void CmdClearAttachments( @@ -2195,27 +1015,6 @@ static abstract void CmdClearAttachments( [NativeTypeName("const VkClearRect *")] Ref pRects ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] static abstract void CmdClearColorImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2226,27 +1025,6 @@ static abstract void CmdClearColorImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange* pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] static abstract void CmdClearColorImage( @@ -2258,27 +1036,6 @@ static abstract void CmdClearColorImage( [NativeTypeName("const VkImageSubresourceRange *")] Ref pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] static abstract void CmdClearColorImage( @@ -2289,22 +1046,6 @@ static abstract void CmdClearColorImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] static abstract void CmdClearDepthStencilImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2316,22 +1057,6 @@ static abstract void CmdClearDepthStencilImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange* pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] static abstract void CmdClearDepthStencilImage( @@ -2344,22 +1069,6 @@ static abstract void CmdClearDepthStencilImage( [NativeTypeName("const VkImageSubresourceRange *")] Ref pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] static abstract void CmdClearDepthStencilImage( @@ -2371,11 +1080,6 @@ static abstract void CmdClearDepthStencilImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange pRanges ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] static abstract void CmdControlVideoCodingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2383,11 +1087,6 @@ static abstract void CmdControlVideoCodingKHR( VideoCodingControlInfoKHR* pCodingControlInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] static abstract void CmdControlVideoCodingKHR( @@ -2396,14 +1095,6 @@ static abstract void CmdControlVideoCodingKHR( Ref pCodingControlInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] static abstract void CmdConvertCooperativeVectorMatrixNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2412,14 +1103,6 @@ static abstract void CmdConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV* pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] static abstract void CmdConvertCooperativeVectorMatrixNV( @@ -2429,14 +1112,6 @@ static abstract void CmdConvertCooperativeVectorMatrixNV( Ref pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] static abstract void CmdConvertCooperativeVectorMatrixNV( @@ -2445,14 +1120,6 @@ static abstract void CmdConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] static abstract void CmdCopyAccelerationStructureKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2460,14 +1127,6 @@ static abstract void CmdCopyAccelerationStructureKHR( CopyAccelerationStructureInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] static abstract void CmdCopyAccelerationStructureKHR( @@ -2476,30 +1135,14 @@ static abstract void CmdCopyAccelerationStructureKHR( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureNV")] static abstract void CmdCopyAccelerationStructureNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, CopyAccelerationStructureModeKHR mode ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] static abstract void CmdCopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2507,14 +1150,6 @@ static abstract void CmdCopyAccelerationStructureToMemoryKHR( CopyAccelerationStructureToMemoryInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] static abstract void CmdCopyAccelerationStructureToMemoryKHR( @@ -2523,32 +1158,6 @@ static abstract void CmdCopyAccelerationStructureToMemoryKHR( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] static abstract void CmdCopyBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2558,32 +1167,6 @@ static abstract void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] BufferCopy* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] static abstract void CmdCopyBuffer( @@ -2594,32 +1177,6 @@ static abstract void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] Ref pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] static abstract void CmdCopyBuffer( @@ -2629,40 +1186,12 @@ static abstract void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] BufferCopy pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] static abstract void CmdCopyBuffer2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyBufferInfo2 *")] CopyBufferInfo2* pCopyBufferInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] static abstract void CmdCopyBuffer2( @@ -2670,28 +1199,12 @@ static abstract void CmdCopyBuffer2( [NativeTypeName("const VkCopyBufferInfo2 *")] Ref pCopyBufferInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] static abstract void CmdCopyBuffer2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyBufferInfo2 *")] CopyBufferInfo2* pCopyBufferInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] static abstract void CmdCopyBuffer2KHR( @@ -2699,32 +1212,6 @@ static abstract void CmdCopyBuffer2KHR( [NativeTypeName("const VkCopyBufferInfo2 *")] Ref pCopyBufferInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] static abstract void CmdCopyBufferToImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2735,32 +1222,6 @@ static abstract void CmdCopyBufferToImage( [NativeTypeName("const VkBufferImageCopy *")] BufferImageCopy* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] static abstract void CmdCopyBufferToImage( @@ -2772,32 +1233,6 @@ static abstract void CmdCopyBufferToImage( [NativeTypeName("const VkBufferImageCopy *")] Ref pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] static abstract void CmdCopyBufferToImage( @@ -2808,20 +1243,6 @@ static abstract void CmdCopyBufferToImage( [NativeTypeName("const VkBufferImageCopy *")] BufferImageCopy pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] static abstract void CmdCopyBufferToImage2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2829,20 +1250,6 @@ static abstract void CmdCopyBufferToImage2( CopyBufferToImageInfo2* pCopyBufferToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] static abstract void CmdCopyBufferToImage2( @@ -2851,14 +1258,6 @@ static abstract void CmdCopyBufferToImage2( Ref pCopyBufferToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] static abstract void CmdCopyBufferToImage2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2866,14 +1265,6 @@ static abstract void CmdCopyBufferToImage2KHR( CopyBufferToImageInfo2* pCopyBufferToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] static abstract void CmdCopyBufferToImage2KHR( @@ -2882,32 +1273,6 @@ static abstract void CmdCopyBufferToImage2KHR( Ref pCopyBufferToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] static abstract void CmdCopyImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -2919,32 +1284,6 @@ static abstract void CmdCopyImage( [NativeTypeName("const VkImageCopy *")] ImageCopy* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] static abstract void CmdCopyImage( @@ -2957,32 +1296,6 @@ static abstract void CmdCopyImage( [NativeTypeName("const VkImageCopy *")] Ref pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] static abstract void CmdCopyImage( @@ -2994,40 +1307,12 @@ static abstract void CmdCopyImage( [NativeTypeName("const VkImageCopy *")] ImageCopy pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] static abstract void CmdCopyImage2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyImageInfo2 *")] CopyImageInfo2* pCopyImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] static abstract void CmdCopyImage2( @@ -3035,28 +1320,12 @@ static abstract void CmdCopyImage2( [NativeTypeName("const VkCopyImageInfo2 *")] Ref pCopyImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] static abstract void CmdCopyImage2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyImageInfo2 *")] CopyImageInfo2* pCopyImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] static abstract void CmdCopyImage2KHR( @@ -3064,32 +1333,6 @@ static abstract void CmdCopyImage2KHR( [NativeTypeName("const VkCopyImageInfo2 *")] Ref pCopyImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] static abstract void CmdCopyImageToBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3100,32 +1343,6 @@ static abstract void CmdCopyImageToBuffer( [NativeTypeName("const VkBufferImageCopy *")] BufferImageCopy* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] static abstract void CmdCopyImageToBuffer( @@ -3137,32 +1354,6 @@ static abstract void CmdCopyImageToBuffer( [NativeTypeName("const VkBufferImageCopy *")] Ref pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] static abstract void CmdCopyImageToBuffer( @@ -3173,20 +1364,6 @@ static abstract void CmdCopyImageToBuffer( [NativeTypeName("const VkBufferImageCopy *")] BufferImageCopy pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] static abstract void CmdCopyImageToBuffer2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3194,20 +1371,6 @@ static abstract void CmdCopyImageToBuffer2( CopyImageToBufferInfo2* pCopyImageToBufferInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] static abstract void CmdCopyImageToBuffer2( @@ -3216,14 +1379,6 @@ static abstract void CmdCopyImageToBuffer2( Ref pCopyImageToBufferInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] static abstract void CmdCopyImageToBuffer2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3231,14 +1386,6 @@ static abstract void CmdCopyImageToBuffer2KHR( CopyImageToBufferInfo2* pCopyImageToBufferInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] static abstract void CmdCopyImageToBuffer2KHR( @@ -3247,14 +1394,6 @@ static abstract void CmdCopyImageToBuffer2KHR( Ref pCopyImageToBufferInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] static abstract void CmdCopyMemoryIndirectKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3262,14 +1401,6 @@ static abstract void CmdCopyMemoryIndirectKHR( CopyMemoryIndirectInfoKHR* pCopyMemoryIndirectInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] static abstract void CmdCopyMemoryIndirectKHR( @@ -3278,15 +1409,6 @@ static abstract void CmdCopyMemoryIndirectKHR( Ref pCopyMemoryIndirectInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectNV")] static abstract void CmdCopyMemoryIndirectNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3295,14 +1417,6 @@ static abstract void CmdCopyMemoryIndirectNV( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] static abstract void CmdCopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3310,14 +1424,6 @@ static abstract void CmdCopyMemoryToAccelerationStructureKHR( CopyMemoryToAccelerationStructureInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] static abstract void CmdCopyMemoryToAccelerationStructureKHR( @@ -3326,14 +1432,6 @@ static abstract void CmdCopyMemoryToAccelerationStructureKHR( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] static abstract void CmdCopyMemoryToImageIndirectKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3341,14 +1439,6 @@ static abstract void CmdCopyMemoryToImageIndirectKHR( CopyMemoryToImageIndirectInfoKHR* pCopyMemoryToImageIndirectInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] static abstract void CmdCopyMemoryToImageIndirectKHR( @@ -3357,15 +1447,6 @@ static abstract void CmdCopyMemoryToImageIndirectKHR( Ref pCopyMemoryToImageIndirectInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] static abstract void CmdCopyMemoryToImageIndirectNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3378,15 +1459,6 @@ static abstract void CmdCopyMemoryToImageIndirectNV( ImageSubresourceLayers* pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] static abstract void CmdCopyMemoryToImageIndirectNV( @@ -3400,15 +1472,6 @@ static abstract void CmdCopyMemoryToImageIndirectNV( Ref pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] static abstract void CmdCopyMemoryToImageIndirectNV( @@ -3421,14 +1484,6 @@ static abstract void CmdCopyMemoryToImageIndirectNV( ImageSubresourceLayers pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] static abstract void CmdCopyMemoryToMicromapEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3436,14 +1491,6 @@ static abstract void CmdCopyMemoryToMicromapEXT( CopyMemoryToMicromapInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] static abstract void CmdCopyMemoryToMicromapEXT( @@ -3452,28 +1499,12 @@ static abstract void CmdCopyMemoryToMicromapEXT( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] static abstract void CmdCopyMicromapEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] static abstract void CmdCopyMicromapEXT( @@ -3481,14 +1512,6 @@ static abstract void CmdCopyMicromapEXT( [NativeTypeName("const VkCopyMicromapInfoEXT *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] static abstract void CmdCopyMicromapToMemoryEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3496,14 +1519,6 @@ static abstract void CmdCopyMicromapToMemoryEXT( CopyMicromapToMemoryInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] static abstract void CmdCopyMicromapToMemoryEXT( @@ -3512,32 +1527,6 @@ static abstract void CmdCopyMicromapToMemoryEXT( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyQueryPoolResults")] static abstract void CmdCopyQueryPoolResults( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3550,14 +1539,12 @@ static abstract void CmdCopyQueryPoolResults( [NativeTypeName("VkQueryResultFlags")] QueryResultFlags flags ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] static abstract void CmdCopyTensorARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyTensorInfoARM *")] CopyTensorInfoARM* pCopyTensorInfo ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] static abstract void CmdCopyTensorARM( @@ -3565,14 +1552,12 @@ static abstract void CmdCopyTensorARM( [NativeTypeName("const VkCopyTensorInfoARM *")] Ref pCopyTensorInfo ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] static abstract void CmdCuLaunchKernelNVX( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCuLaunchInfoNVX *")] CuLaunchInfoNVX* pLaunchInfo ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] static abstract void CmdCuLaunchKernelNVX( @@ -3580,11 +1565,6 @@ static abstract void CmdCuLaunchKernelNVX( [NativeTypeName("const VkCuLaunchInfoNVX *")] Ref pLaunchInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] static abstract void CmdDebugMarkerBeginEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3592,11 +1572,6 @@ static abstract void CmdDebugMarkerBeginEXT( DebugMarkerMarkerInfoEXT* pMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] static abstract void CmdDebugMarkerBeginEXT( @@ -3605,21 +1580,11 @@ static abstract void CmdDebugMarkerBeginEXT( Ref pMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerEndEXT")] static abstract void CmdDebugMarkerEndEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] static abstract void CmdDebugMarkerInsertEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3627,11 +1592,6 @@ static abstract void CmdDebugMarkerInsertEXT( DebugMarkerMarkerInfoEXT* pMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] static abstract void CmdDebugMarkerInsertEXT( @@ -3640,28 +1600,12 @@ static abstract void CmdDebugMarkerInsertEXT( Ref pMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] static abstract void CmdDecodeVideoKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkVideoDecodeInfoKHR *")] VideoDecodeInfoKHR* pDecodeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] static abstract void CmdDecodeVideoKHR( @@ -3669,11 +1613,6 @@ static abstract void CmdDecodeVideoKHR( [NativeTypeName("const VkVideoDecodeInfoKHR *")] Ref pDecodeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] static abstract void CmdDecompressMemoryEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3681,11 +1620,6 @@ static abstract void CmdDecompressMemoryEXT( DecompressMemoryInfoEXT* pDecompressMemoryInfoEXT ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] static abstract void CmdDecompressMemoryEXT( @@ -3694,11 +1628,6 @@ static abstract void CmdDecompressMemoryEXT( Ref pDecompressMemoryInfoEXT ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryIndirectCountEXT")] static abstract void CmdDecompressMemoryIndirectCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3710,15 +1639,6 @@ static abstract void CmdDecompressMemoryIndirectCountEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryIndirectCountNV")] static abstract void CmdDecompressMemoryIndirectCountNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3727,15 +1647,6 @@ static abstract void CmdDecompressMemoryIndirectCountNV( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] static abstract void CmdDecompressMemoryNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3744,15 +1655,6 @@ static abstract void CmdDecompressMemoryNV( DecompressMemoryRegionNV* pDecompressMemoryRegions ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] static abstract void CmdDecompressMemoryNV( @@ -3762,15 +1664,6 @@ static abstract void CmdDecompressMemoryNV( Ref pDecompressMemoryRegions ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] static abstract void CmdDecompressMemoryNV( @@ -3779,27 +1672,6 @@ static abstract void CmdDecompressMemoryNV( DecompressMemoryRegionNV pDecompressMemoryRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatch")] static abstract void CmdDispatch( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3808,24 +1680,6 @@ static abstract void CmdDispatch( [NativeTypeName("uint32_t")] uint groupCountZ ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchBase")] static abstract void CmdDispatchBase( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3837,11 +1691,6 @@ static abstract void CmdDispatchBase( [NativeTypeName("uint32_t")] uint groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchBaseKHR")] static abstract void CmdDispatchBaseKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3853,64 +1702,25 @@ static abstract void CmdDispatchBaseKHR( [NativeTypeName("uint32_t")] uint groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] static abstract void CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] DataGraphPipelineDispatchInfoARM* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] static abstract void CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchIndirect")] static abstract void CmdDispatchIndirect( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3918,14 +1728,6 @@ static abstract void CmdDispatchIndirect( [NativeTypeName("VkDeviceSize")] ulong offset ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] static abstract void CmdDispatchTileQCOM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3933,14 +1735,6 @@ static abstract void CmdDispatchTileQCOM( DispatchTileInfoQCOM* pDispatchTileInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] static abstract void CmdDispatchTileQCOM( @@ -3949,22 +1743,6 @@ static abstract void CmdDispatchTileQCOM( Ref pDispatchTileInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDraw")] static abstract void CmdDraw( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -3974,53 +1752,21 @@ static abstract void CmdDraw( [NativeTypeName("uint32_t")] uint firstInstance ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawClusterHUAWEI")] - static abstract void CmdDrawClusterHuawei( + static abstract void CmdDrawClusterHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint groupCountX, [NativeTypeName("uint32_t")] uint groupCountY, [NativeTypeName("uint32_t")] uint groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawClusterIndirectHUAWEI")] - static abstract void CmdDrawClusterIndirectHuawei( + static abstract void CmdDrawClusterIndirectHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, [NativeTypeName("VkDeviceSize")] ulong offset ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexed")] static abstract void CmdDrawIndexed( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4031,22 +1777,6 @@ static abstract void CmdDrawIndexed( [NativeTypeName("uint32_t")] uint firstInstance ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirect")] static abstract void CmdDrawIndexedIndirect( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4056,18 +1786,6 @@ static abstract void CmdDrawIndexedIndirect( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCount")] static abstract void CmdDrawIndexedIndirectCount( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4079,7 +1797,6 @@ static abstract void CmdDrawIndexedIndirectCount( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCountAMD")] static abstract void CmdDrawIndexedIndirectCountAMD( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4091,7 +1808,6 @@ static abstract void CmdDrawIndexedIndirectCountAMD( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCountKHR")] static abstract void CmdDrawIndexedIndirectCountKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4103,22 +1819,6 @@ static abstract void CmdDrawIndexedIndirectCountKHR( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirect")] static abstract void CmdDrawIndirect( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4128,14 +1828,6 @@ static abstract void CmdDrawIndirect( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectByteCountEXT")] static abstract void CmdDrawIndirectByteCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4147,18 +1839,6 @@ static abstract void CmdDrawIndirectByteCountEXT( [NativeTypeName("uint32_t")] uint vertexStride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCount")] static abstract void CmdDrawIndirectCount( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4170,7 +1850,6 @@ static abstract void CmdDrawIndirectCount( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCountAMD")] static abstract void CmdDrawIndirectCountAMD( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4182,7 +1861,6 @@ static abstract void CmdDrawIndirectCountAMD( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCountKHR")] static abstract void CmdDrawIndirectCountKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4194,14 +1872,6 @@ static abstract void CmdDrawIndirectCountKHR( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = [ - "VK_EXT_mesh_shader+VK_KHR_spirv_1_4", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksEXT")] static abstract void CmdDrawMeshTasksEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4210,18 +1880,6 @@ static abstract void CmdDrawMeshTasksEXT( [NativeTypeName("uint32_t")] uint groupCountZ ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_mesh_shader+VK_AMD_draw_indirect_count", - "VK_EXT_mesh_shader+VK_KHR_draw_indirect_count", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = [ - "VK_EXT_mesh_shader+VK_KHR_spirv_1_4", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectCountEXT")] static abstract void CmdDrawMeshTasksIndirectCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4233,18 +1891,6 @@ static abstract void CmdDrawMeshTasksIndirectCountEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_mesh_shader+VK_AMD_draw_indirect_count", - "VK_NV_mesh_shader+VK_KHR_draw_indirect_count", - "VK_NV_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectCountNV")] static abstract void CmdDrawMeshTasksIndirectCountNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4256,14 +1902,6 @@ static abstract void CmdDrawMeshTasksIndirectCountNV( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = [ - "VK_EXT_mesh_shader+VK_KHR_spirv_1_4", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectEXT")] static abstract void CmdDrawMeshTasksIndirectEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4273,14 +1911,6 @@ static abstract void CmdDrawMeshTasksIndirectEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectNV")] static abstract void CmdDrawMeshTasksIndirectNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4290,14 +1920,6 @@ static abstract void CmdDrawMeshTasksIndirectNV( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksNV")] static abstract void CmdDrawMeshTasksNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4305,14 +1927,6 @@ static abstract void CmdDrawMeshTasksNV( [NativeTypeName("uint32_t")] uint firstTask ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] static abstract void CmdDrawMultiEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4323,14 +1937,6 @@ static abstract void CmdDrawMultiEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] static abstract void CmdDrawMultiEXT( @@ -4342,14 +1948,6 @@ static abstract void CmdDrawMultiEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] static abstract void CmdDrawMultiEXT( @@ -4360,14 +1958,6 @@ static abstract void CmdDrawMultiEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] static abstract void CmdDrawMultiIndexedEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4380,14 +1970,6 @@ static abstract void CmdDrawMultiIndexedEXT( [NativeTypeName("const int32_t *")] int* pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] static abstract void CmdDrawMultiIndexedEXT( @@ -4401,14 +1983,6 @@ static abstract void CmdDrawMultiIndexedEXT( [NativeTypeName("const int32_t *")] Ref pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] static abstract void CmdDrawMultiIndexedEXT( @@ -4421,28 +1995,12 @@ static abstract void CmdDrawMultiIndexedEXT( [NativeTypeName("const int32_t *")] Ref pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] static abstract void CmdEncodeVideoKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkVideoEncodeInfoKHR *")] VideoEncodeInfoKHR* pEncodeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] static abstract void CmdEncodeVideoKHR( @@ -4450,47 +2008,22 @@ static abstract void CmdEncodeVideoKHR( [NativeTypeName("const VkVideoEncodeInfoKHR *")] Ref pEncodeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndConditionalRenderingEXT")] static abstract void CmdEndConditionalRenderingEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdEndDebugUtilsLabelEXT")] static abstract void CmdEndDebugUtilsLabelEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] static abstract void CmdEndPerTileExecutionQCOM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerTileEndInfoQCOM *")] PerTileEndInfoQCOM* pPerTileEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] static abstract void CmdEndPerTileExecutionQCOM( @@ -4498,32 +2031,6 @@ static abstract void CmdEndPerTileExecutionQCOM( [NativeTypeName("const VkPerTileEndInfoQCOM *")] Ref pPerTileEndInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndQuery")] static abstract void CmdEndQuery( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4531,14 +2038,6 @@ static abstract void CmdEndQuery( [NativeTypeName("uint32_t")] uint query ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndQueryIndexedEXT")] static abstract void CmdEndQueryIndexedEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4547,55 +2046,17 @@ static abstract void CmdEndQueryIndexedEXT( [NativeTypeName("uint32_t")] uint index ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering")] static abstract void CmdEndRendering( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] static abstract void CmdEndRendering2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingEndInfoKHR *")] RenderingEndInfoKHR* pRenderingEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] static abstract void CmdEndRendering2EXT( @@ -4604,28 +2065,12 @@ static abstract void CmdEndRendering2EXT( Ref pRenderingEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] static abstract void CmdEndRendering2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingEndInfoKHR *")] RenderingEndInfoKHR* pRenderingEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] static abstract void CmdEndRendering2KHR( @@ -4634,71 +2079,22 @@ static abstract void CmdEndRendering2KHR( Ref pRenderingEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderingKHR")] static abstract void CmdEndRenderingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass")] static abstract void CmdEndRenderPass( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] static abstract void CmdEndRenderPass2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] static abstract void CmdEndRenderPass2( @@ -4706,22 +2102,12 @@ static abstract void CmdEndRenderPass2( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] static abstract void CmdEndRenderPass2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] static abstract void CmdEndRenderPass2KHR( @@ -4729,14 +2115,6 @@ static abstract void CmdEndRenderPass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] static abstract void CmdEndTransformFeedbackEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4746,14 +2124,6 @@ static abstract void CmdEndTransformFeedbackEXT( [NativeTypeName("const VkDeviceSize *")] ulong* pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] static abstract void CmdEndTransformFeedbackEXT( @@ -4764,11 +2134,6 @@ static abstract void CmdEndTransformFeedbackEXT( [NativeTypeName("const VkDeviceSize *")] Ref pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] static abstract void CmdEndVideoCodingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4776,11 +2141,6 @@ static abstract void CmdEndVideoCodingKHR( VideoEndCodingInfoKHR* pEndCodingInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] static abstract void CmdEndVideoCodingKHR( @@ -4789,32 +2149,6 @@ static abstract void CmdEndVideoCodingKHR( Ref pEndCodingInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] static abstract void CmdExecuteCommand( @@ -4822,32 +2156,6 @@ static abstract void CmdExecuteCommand( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] static abstract void CmdExecuteCommands( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4855,32 +2163,6 @@ static abstract void CmdExecuteCommands( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] static abstract void CmdExecuteCommands( @@ -4889,15 +2171,6 @@ static abstract void CmdExecuteCommands( [NativeTypeName("const VkCommandBuffer *")] Ref pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] static abstract void CmdExecuteGeneratedCommandsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4906,15 +2179,6 @@ static abstract void CmdExecuteGeneratedCommandsEXT( GeneratedCommandsInfoEXT* pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] static abstract void CmdExecuteGeneratedCommandsEXT( @@ -4924,11 +2188,6 @@ static abstract void CmdExecuteGeneratedCommandsEXT( Ref pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] static abstract void CmdExecuteGeneratedCommandsNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4937,11 +2196,6 @@ static abstract void CmdExecuteGeneratedCommandsNV( GeneratedCommandsInfoNV* pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] static abstract void CmdExecuteGeneratedCommandsNV( @@ -4951,32 +2205,6 @@ static abstract void CmdExecuteGeneratedCommandsNV( Ref pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdFillBuffer")] static abstract void CmdFillBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -4986,14 +2214,12 @@ static abstract void CmdFillBuffer( [NativeTypeName("uint32_t")] uint data ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] static abstract void CmdInsertDebugUtilsLabelEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] static abstract void CmdInsertDebugUtilsLabelEXT( @@ -5001,40 +2227,12 @@ static abstract void CmdInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass")] static abstract void CmdNextSubpass( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, SubpassContents contents ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] static abstract void CmdNextSubpass2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5042,18 +2240,6 @@ static abstract void CmdNextSubpass2( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] static abstract void CmdNextSubpass2( @@ -5062,11 +2248,6 @@ static abstract void CmdNextSubpass2( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] static abstract void CmdNextSubpass2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5074,11 +2255,6 @@ static abstract void CmdNextSubpass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] static abstract void CmdNextSubpass2KHR( @@ -5087,67 +2263,23 @@ static abstract void CmdNextSubpass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] static abstract void CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] OpticalFlowExecuteInfoNV* pExecuteInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] static abstract void CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] Ref pExecuteInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] static abstract void CmdPipelineBarrier( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5164,32 +2296,6 @@ static abstract void CmdPipelineBarrier( ImageMemoryBarrier* pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] static abstract void CmdPipelineBarrier( @@ -5207,40 +2313,12 @@ static abstract void CmdPipelineBarrier( Ref pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] static abstract void CmdPipelineBarrier2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] static abstract void CmdPipelineBarrier2( @@ -5248,28 +2326,12 @@ static abstract void CmdPipelineBarrier2( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] static abstract void CmdPipelineBarrier2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] static abstract void CmdPipelineBarrier2KHR( @@ -5277,15 +2339,6 @@ static abstract void CmdPipelineBarrier2KHR( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] static abstract void CmdPreprocessGeneratedCommandsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5294,15 +2347,6 @@ static abstract void CmdPreprocessGeneratedCommandsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle stateCommandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] static abstract void CmdPreprocessGeneratedCommandsEXT( @@ -5312,11 +2356,6 @@ static abstract void CmdPreprocessGeneratedCommandsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle stateCommandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] static abstract void CmdPreprocessGeneratedCommandsNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5324,11 +2363,6 @@ static abstract void CmdPreprocessGeneratedCommandsNV( GeneratedCommandsInfoNV* pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] static abstract void CmdPreprocessGeneratedCommandsNV( @@ -5337,27 +2371,6 @@ static abstract void CmdPreprocessGeneratedCommandsNV( Ref pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] static abstract void CmdPushConstants( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5368,27 +2381,6 @@ static abstract void CmdPushConstants( [NativeTypeName("const void *")] void* pValues ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] static abstract void CmdPushConstants( @@ -5400,22 +2392,12 @@ static abstract void CmdPushConstants( [NativeTypeName("const void *")] Ref pValues ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] static abstract void CmdPushConstants2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPushConstantsInfo *")] PushConstantsInfo* pPushConstantsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] static abstract void CmdPushConstants2( @@ -5424,14 +2406,12 @@ static abstract void CmdPushConstants2( Ref pPushConstantsInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] static abstract void CmdPushConstants2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPushConstantsInfo *")] PushConstantsInfo* pPushConstantsInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] static abstract void CmdPushConstants2KHR( @@ -5440,11 +2420,6 @@ static abstract void CmdPushConstants2KHR( Ref pPushConstantsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] static abstract void CmdPushDescriptorSet( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5455,11 +2430,6 @@ static abstract void CmdPushDescriptorSet( [NativeTypeName("const VkWriteDescriptorSet *")] WriteDescriptorSet* pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] static abstract void CmdPushDescriptorSet( @@ -5472,11 +2442,6 @@ static abstract void CmdPushDescriptorSet( Ref pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] static abstract void CmdPushDescriptorSet( @@ -5487,11 +2452,6 @@ static abstract void CmdPushDescriptorSet( [NativeTypeName("const VkWriteDescriptorSet *")] WriteDescriptorSet pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] static abstract void CmdPushDescriptorSet2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5499,11 +2459,6 @@ static abstract void CmdPushDescriptorSet2( PushDescriptorSetInfo* pPushDescriptorSetInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] static abstract void CmdPushDescriptorSet2( @@ -5512,12 +2467,6 @@ static abstract void CmdPushDescriptorSet2( Ref pPushDescriptorSetInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] static abstract void CmdPushDescriptorSet2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5525,12 +2474,6 @@ static abstract void CmdPushDescriptorSet2KHR( PushDescriptorSetInfo* pPushDescriptorSetInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] static abstract void CmdPushDescriptorSet2KHR( @@ -5539,14 +2482,6 @@ static abstract void CmdPushDescriptorSet2KHR( Ref pPushDescriptorSetInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] static abstract void CmdPushDescriptorSetKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5557,14 +2492,6 @@ static abstract void CmdPushDescriptorSetKHR( [NativeTypeName("const VkWriteDescriptorSet *")] WriteDescriptorSet* pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] static abstract void CmdPushDescriptorSetKHR( @@ -5577,14 +2504,6 @@ static abstract void CmdPushDescriptorSetKHR( Ref pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] static abstract void CmdPushDescriptorSetKHR( @@ -5595,11 +2514,6 @@ static abstract void CmdPushDescriptorSetKHR( [NativeTypeName("const VkWriteDescriptorSet *")] WriteDescriptorSet pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] static abstract void CmdPushDescriptorSetWithTemplate( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5610,11 +2524,6 @@ static abstract void CmdPushDescriptorSetWithTemplate( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] static abstract void CmdPushDescriptorSetWithTemplate( @@ -5626,11 +2535,6 @@ static abstract void CmdPushDescriptorSetWithTemplate( [NativeTypeName("const void *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] static abstract void CmdPushDescriptorSetWithTemplate2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5638,11 +2542,6 @@ static abstract void CmdPushDescriptorSetWithTemplate2( PushDescriptorSetWithTemplateInfo* pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] static abstract void CmdPushDescriptorSetWithTemplate2( @@ -5651,12 +2550,6 @@ static abstract void CmdPushDescriptorSetWithTemplate2( Ref pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] static abstract void CmdPushDescriptorSetWithTemplate2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5664,12 +2557,6 @@ static abstract void CmdPushDescriptorSetWithTemplate2KHR( PushDescriptorSetWithTemplateInfo* pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] static abstract void CmdPushDescriptorSetWithTemplate2KHR( @@ -5678,17 +2565,6 @@ static abstract void CmdPushDescriptorSetWithTemplate2KHR( Ref pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] static abstract void CmdPushDescriptorSetWithTemplateKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5699,17 +2575,6 @@ static abstract void CmdPushDescriptorSetWithTemplateKHR( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] static abstract void CmdPushDescriptorSetWithTemplateKHR( @@ -5721,27 +2586,6 @@ static abstract void CmdPushDescriptorSetWithTemplateKHR( [NativeTypeName("const void *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent")] static abstract void CmdResetEvent( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5749,18 +2593,6 @@ static abstract void CmdResetEvent( [NativeTypeName("VkPipelineStageFlags")] PipelineStageFlags stageMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent2")] static abstract void CmdResetEvent2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5768,14 +2600,6 @@ static abstract void CmdResetEvent2( [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stageMask ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent2KHR")] static abstract void CmdResetEvent2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5783,32 +2607,6 @@ static abstract void CmdResetEvent2KHR( [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stageMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetQueryPool")] static abstract void CmdResetQueryPool( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5817,22 +2615,6 @@ static abstract void CmdResetQueryPool( [NativeTypeName("uint32_t")] uint queryCount ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] static abstract void CmdResolveImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -5844,22 +2626,6 @@ static abstract void CmdResolveImage( [NativeTypeName("const VkImageResolve *")] ImageResolve* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] static abstract void CmdResolveImage( @@ -5872,22 +2638,6 @@ static abstract void CmdResolveImage( [NativeTypeName("const VkImageResolve *")] Ref pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] static abstract void CmdResolveImage( @@ -5899,32 +2649,12 @@ static abstract void CmdResolveImage( [NativeTypeName("const VkImageResolve *")] ImageResolve pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] static abstract void CmdResolveImage2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkResolveImageInfo2 *")] ResolveImageInfo2* pResolveImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] static abstract void CmdResolveImage2( @@ -5932,28 +2662,12 @@ static abstract void CmdResolveImage2( [NativeTypeName("const VkResolveImageInfo2 *")] Ref pResolveImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] static abstract void CmdResolveImage2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkResolveImageInfo2 *")] ResolveImageInfo2* pResolveImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] static abstract void CmdResolveImage2KHR( @@ -5961,28 +2675,12 @@ static abstract void CmdResolveImage2KHR( [NativeTypeName("const VkResolveImageInfo2 *")] Ref pResolveImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] static abstract void CmdSetAlphaToCoverageEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint alphaToCoverageEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] static abstract void CmdSetAlphaToCoverageEnableEXT( @@ -5990,28 +2688,12 @@ static abstract void CmdSetAlphaToCoverageEnableEXT( [NativeTypeName("VkBool32")] MaybeBool alphaToCoverageEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] static abstract void CmdSetAlphaToOneEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint alphaToOneEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] static abstract void CmdSetAlphaToOneEnableEXT( @@ -6019,58 +2701,18 @@ static abstract void CmdSetAlphaToOneEnableEXT( [NativeTypeName("VkBool32")] MaybeBool alphaToOneEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAttachmentFeedbackLoopEnableEXT")] static abstract void CmdSetAttachmentFeedbackLoopEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImageAspectFlags")] ImageAspectFlags aspectMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] static abstract void CmdSetBlendConstants( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const float[4]")] float* blendConstants ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] static abstract void CmdSetBlendConstants( @@ -6078,28 +2720,12 @@ static abstract void CmdSetBlendConstants( [NativeTypeName("const float[4]")] Ref blendConstants ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] static abstract void CmdSetCheckpointNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const void *")] void* pCheckpointMarker ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] static abstract void CmdSetCheckpointNV( @@ -6107,14 +2733,6 @@ static abstract void CmdSetCheckpointNV( [NativeTypeName("const void *")] Ref pCheckpointMarker ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] static abstract void CmdSetCoarseSampleOrderNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -6124,14 +2742,6 @@ static abstract void CmdSetCoarseSampleOrderNV( CoarseSampleOrderCustomNV* pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] static abstract void CmdSetCoarseSampleOrderNV( @@ -6142,14 +2752,6 @@ static abstract void CmdSetCoarseSampleOrderNV( Ref pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] static abstract void CmdSetCoarseSampleOrderNV( @@ -6159,15 +2761,6 @@ static abstract void CmdSetCoarseSampleOrderNV( CoarseSampleOrderCustomNV pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] static abstract void CmdSetColorBlendAdvancedEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -6177,15 +2770,6 @@ static abstract void CmdSetColorBlendAdvancedEXT( ColorBlendAdvancedEXT* pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] static abstract void CmdSetColorBlendAdvancedEXT( @@ -6196,15 +2780,6 @@ static abstract void CmdSetColorBlendAdvancedEXT( Ref pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] static abstract void CmdSetColorBlendAdvancedEXT( @@ -6214,14 +2789,6 @@ static abstract void CmdSetColorBlendAdvancedEXT( ColorBlendAdvancedEXT pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] static abstract void CmdSetColorBlendEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -6230,14 +2797,6 @@ static abstract void CmdSetColorBlendEnableEXT( [NativeTypeName("const VkBool32 *")] uint* pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] static abstract void CmdSetColorBlendEnableEXT( @@ -6247,14 +2806,6 @@ static abstract void CmdSetColorBlendEnableEXT( [NativeTypeName("const VkBool32 *")] Ref pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] static abstract void CmdSetColorBlendEnableEXT( @@ -6263,14 +2814,6 @@ static abstract void CmdSetColorBlendEnableEXT( [NativeTypeName("const VkBool32 *")] uint pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] static abstract void CmdSetColorBlendEquationEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -6280,14 +2823,6 @@ static abstract void CmdSetColorBlendEquationEXT( ColorBlendEquationEXT* pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] static abstract void CmdSetColorBlendEquationEXT( @@ -6298,14 +2833,6 @@ static abstract void CmdSetColorBlendEquationEXT( Ref pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] static abstract void CmdSetColorBlendEquationEXT( @@ -6315,14 +2842,6 @@ static abstract void CmdSetColorBlendEquationEXT( ColorBlendEquationEXT pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] static abstract void CmdSetColorWriteEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -6330,14 +2849,6 @@ static abstract void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] uint* pColorWriteEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] static abstract void CmdSetColorWriteEnableEXT( @@ -6346,14 +2857,6 @@ static abstract void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] Ref pColorWriteEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] static abstract void CmdSetColorWriteEnableEXT( @@ -6361,14 +2864,6 @@ static abstract void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] uint pColorWriteEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] static abstract void CmdSetColorWriteMaskEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -6377,14 +2872,6 @@ static abstract void CmdSetColorWriteMaskEXT( [NativeTypeName("const VkColorComponentFlags *")] ColorComponentFlags* pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] static abstract void CmdSetColorWriteMaskEXT( @@ -6395,14 +2882,6 @@ static abstract void CmdSetColorWriteMaskEXT( Ref pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] static abstract void CmdSetColorWriteMaskEXT( @@ -6411,60 +2890,24 @@ static abstract void CmdSetColorWriteMaskEXT( [NativeTypeName("const VkColorComponentFlags *")] ColorComponentFlags pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetConservativeRasterizationModeEXT")] static abstract void CmdSetConservativeRasterizationModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, ConservativeRasterizationModeEXT conservativeRasterizationMode ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationModeNV")] static abstract void CmdSetCoverageModulationModeNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CoverageModulationModeNV coverageModulationMode ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] static abstract void CmdSetCoverageModulationTableEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint coverageModulationTableEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] static abstract void CmdSetCoverageModulationTableEnableNV( @@ -6472,15 +2915,6 @@ static abstract void CmdSetCoverageModulationTableEnableNV( [NativeTypeName("VkBool32")] MaybeBool coverageModulationTableEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] static abstract void CmdSetCoverageModulationTableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -6488,15 +2922,6 @@ static abstract void CmdSetCoverageModulationTableNV( [NativeTypeName("const float *")] float* pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] static abstract void CmdSetCoverageModulationTableNV( @@ -6505,15 +2930,6 @@ static abstract void CmdSetCoverageModulationTableNV( [NativeTypeName("const float *")] Ref pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] static abstract void CmdSetCoverageModulationTableNV( @@ -6521,45 +2937,18 @@ static abstract void CmdSetCoverageModulationTableNV( [NativeTypeName("const float *")] float pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageReductionModeNV")] static abstract void CmdSetCoverageReductionModeNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CoverageReductionModeNV coverageReductionMode ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] static abstract void CmdSetCoverageToColorEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint coverageToColorEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] static abstract void CmdSetCoverageToColorEnableNV( @@ -6567,67 +2956,24 @@ static abstract void CmdSetCoverageToColorEnableNV( [NativeTypeName("VkBool32")] MaybeBool coverageToColorEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorLocationNV")] static abstract void CmdSetCoverageToColorLocationNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint coverageToColorLocation ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCullMode")] static abstract void CmdSetCullMode( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkCullModeFlags")] CullModeFlags cullMode ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCullModeEXT")] static abstract void CmdSetCullModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkCullModeFlags")] CullModeFlags cullMode ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias")] static abstract void CmdSetDepthBias( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -6636,28 +2982,12 @@ static abstract void CmdSetDepthBias( float depthBiasSlopeFactor ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] static abstract void CmdSetDepthBias2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDepthBiasInfoEXT *")] DepthBiasInfoEXT* pDepthBiasInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] static abstract void CmdSetDepthBias2EXT( @@ -6665,32 +2995,12 @@ static abstract void CmdSetDepthBias2EXT( [NativeTypeName("const VkDepthBiasInfoEXT *")] Ref pDepthBiasInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] static abstract void CmdSetDepthBiasEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthBiasEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] static abstract void CmdSetDepthBiasEnable( @@ -6698,28 +3008,12 @@ static abstract void CmdSetDepthBiasEnable( [NativeTypeName("VkBool32")] MaybeBool depthBiasEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] static abstract void CmdSetDepthBiasEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthBiasEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] static abstract void CmdSetDepthBiasEnableEXT( @@ -6727,22 +3021,6 @@ static abstract void CmdSetDepthBiasEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthBiasEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBounds")] static abstract void CmdSetDepthBounds( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -6750,32 +3028,12 @@ static abstract void CmdSetDepthBounds( float maxDepthBounds ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] static abstract void CmdSetDepthBoundsTestEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthBoundsTestEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] static abstract void CmdSetDepthBoundsTestEnable( @@ -6783,28 +3041,12 @@ static abstract void CmdSetDepthBoundsTestEnable( [NativeTypeName("VkBool32")] MaybeBool depthBoundsTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] static abstract void CmdSetDepthBoundsTestEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthBoundsTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] static abstract void CmdSetDepthBoundsTestEnableEXT( @@ -6812,28 +3054,12 @@ static abstract void CmdSetDepthBoundsTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthBoundsTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] static abstract void CmdSetDepthClampEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthClampEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] static abstract void CmdSetDepthClampEnableEXT( @@ -6841,16 +3067,6 @@ static abstract void CmdSetDepthClampEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthClampEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] static abstract void CmdSetDepthClampRangeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -6858,16 +3074,6 @@ static abstract void CmdSetDepthClampRangeEXT( [NativeTypeName("const VkDepthClampRangeEXT *")] DepthClampRangeEXT* pDepthClampRange ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] static abstract void CmdSetDepthClampRangeEXT( @@ -6877,30 +3083,12 @@ static abstract void CmdSetDepthClampRangeEXT( Ref pDepthClampRange ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] static abstract void CmdSetDepthClipEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthClipEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] static abstract void CmdSetDepthClipEnableEXT( @@ -6908,30 +3096,12 @@ static abstract void CmdSetDepthClipEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthClipEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] static abstract void CmdSetDepthClipNegativeOneToOneEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint negativeOneToOne ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] static abstract void CmdSetDepthClipNegativeOneToOneEXT( @@ -6939,62 +3109,24 @@ static abstract void CmdSetDepthClipNegativeOneToOneEXT( [NativeTypeName("VkBool32")] MaybeBool negativeOneToOne ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthCompareOp")] static abstract void CmdSetDepthCompareOp( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CompareOp depthCompareOp ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthCompareOpEXT")] static abstract void CmdSetDepthCompareOpEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CompareOp depthCompareOp ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] static abstract void CmdSetDepthTestEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthTestEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] static abstract void CmdSetDepthTestEnable( @@ -7002,28 +3134,12 @@ static abstract void CmdSetDepthTestEnable( [NativeTypeName("VkBool32")] MaybeBool depthTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] static abstract void CmdSetDepthTestEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] static abstract void CmdSetDepthTestEnableEXT( @@ -7031,32 +3147,12 @@ static abstract void CmdSetDepthTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthTestEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] static abstract void CmdSetDepthWriteEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthWriteEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] static abstract void CmdSetDepthWriteEnable( @@ -7064,28 +3160,12 @@ static abstract void CmdSetDepthWriteEnable( [NativeTypeName("VkBool32")] MaybeBool depthWriteEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] static abstract void CmdSetDepthWriteEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthWriteEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] static abstract void CmdSetDepthWriteEnableEXT( @@ -7093,12 +3173,6 @@ static abstract void CmdSetDepthWriteEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthWriteEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] static abstract void CmdSetDescriptorBufferOffsets2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7106,12 +3180,6 @@ static abstract void CmdSetDescriptorBufferOffsets2EXT( SetDescriptorBufferOffsetsInfoEXT* pSetDescriptorBufferOffsetsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] static abstract void CmdSetDescriptorBufferOffsets2EXT( @@ -7120,16 +3188,6 @@ static abstract void CmdSetDescriptorBufferOffsets2EXT( Ref pSetDescriptorBufferOffsetsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] static abstract void CmdSetDescriptorBufferOffsetsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7141,16 +3199,6 @@ static abstract void CmdSetDescriptorBufferOffsetsEXT( [NativeTypeName("const VkDeviceSize *")] ulong* pOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] static abstract void CmdSetDescriptorBufferOffsetsEXT( @@ -7163,67 +3211,24 @@ static abstract void CmdSetDescriptorBufferOffsetsEXT( [NativeTypeName("const VkDeviceSize *")] Ref pOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDeviceMask")] static abstract void CmdSetDeviceMask( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint deviceMask ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDeviceMaskKHR")] static abstract void CmdSetDeviceMaskKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint deviceMask ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] static abstract void CmdSetDiscardRectangleEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint discardRectangleEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] static abstract void CmdSetDiscardRectangleEnableEXT( @@ -7231,14 +3236,6 @@ static abstract void CmdSetDiscardRectangleEnableEXT( [NativeTypeName("VkBool32")] MaybeBool discardRectangleEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] static abstract void CmdSetDiscardRectangleEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7247,14 +3244,6 @@ static abstract void CmdSetDiscardRectangleEXT( [NativeTypeName("const VkRect2D *")] Rect2D* pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] static abstract void CmdSetDiscardRectangleEXT( @@ -7264,14 +3253,6 @@ static abstract void CmdSetDiscardRectangleEXT( [NativeTypeName("const VkRect2D *")] Ref pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] static abstract void CmdSetDiscardRectangleEXT( @@ -7280,41 +3261,12 @@ static abstract void CmdSetDiscardRectangleEXT( [NativeTypeName("const VkRect2D *")] Rect2D pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleModeEXT")] static abstract void CmdSetDiscardRectangleModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, DiscardRectangleModeEXT discardRectangleMode ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent")] static abstract void CmdSetEvent( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7322,18 +3274,6 @@ static abstract void CmdSetEvent( [NativeTypeName("VkPipelineStageFlags")] PipelineStageFlags stageMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] static abstract void CmdSetEvent2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7341,18 +3281,6 @@ static abstract void CmdSetEvent2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] static abstract void CmdSetEvent2( @@ -7361,14 +3289,6 @@ static abstract void CmdSetEvent2( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] static abstract void CmdSetEvent2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7376,14 +3296,6 @@ static abstract void CmdSetEvent2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] static abstract void CmdSetEvent2KHR( @@ -7392,14 +3304,6 @@ static abstract void CmdSetEvent2KHR( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] static abstract void CmdSetExclusiveScissorEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7408,14 +3312,6 @@ static abstract void CmdSetExclusiveScissorEnableNV( [NativeTypeName("const VkBool32 *")] uint* pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] static abstract void CmdSetExclusiveScissorEnableNV( @@ -7425,14 +3321,6 @@ static abstract void CmdSetExclusiveScissorEnableNV( [NativeTypeName("const VkBool32 *")] Ref pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] static abstract void CmdSetExclusiveScissorEnableNV( @@ -7441,14 +3329,6 @@ static abstract void CmdSetExclusiveScissorEnableNV( [NativeTypeName("const VkBool32 *")] uint pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] static abstract void CmdSetExclusiveScissorNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7457,14 +3337,6 @@ static abstract void CmdSetExclusiveScissorNV( [NativeTypeName("const VkRect2D *")] Rect2D* pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] static abstract void CmdSetExclusiveScissorNV( @@ -7474,14 +3346,6 @@ static abstract void CmdSetExclusiveScissorNV( [NativeTypeName("const VkRect2D *")] Ref pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] static abstract void CmdSetExclusiveScissorNV( @@ -7490,26 +3354,12 @@ static abstract void CmdSetExclusiveScissorNV( [NativeTypeName("const VkRect2D *")] Rect2D pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExtraPrimitiveOverestimationSizeEXT")] static abstract void CmdSetExtraPrimitiveOverestimationSizeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, float extraPrimitiveOverestimationSize ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] static abstract void CmdSetFragmentShadingRateEnumNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7518,11 +3368,6 @@ static abstract void CmdSetFragmentShadingRateEnumNV( FragmentShadingRateCombinerOpKHR* combinerOps ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] static abstract void CmdSetFragmentShadingRateEnumNV( @@ -7532,15 +3377,6 @@ static abstract void CmdSetFragmentShadingRateEnumNV( Ref combinerOps ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] static abstract void CmdSetFragmentShadingRateKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7549,15 +3385,6 @@ static abstract void CmdSetFragmentShadingRateKHR( FragmentShadingRateCombinerOpKHR* combinerOps ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] static abstract void CmdSetFragmentShadingRateKHR( @@ -7567,45 +3394,18 @@ static abstract void CmdSetFragmentShadingRateKHR( Ref combinerOps ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFrontFace")] static abstract void CmdSetFrontFace( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, FrontFace frontFace ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFrontFaceEXT")] static abstract void CmdSetFrontFaceEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, FrontFace frontFace ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineRasterizationModeEXT")] static abstract void CmdSetLineRasterizationModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7613,11 +3413,6 @@ static abstract void CmdSetLineRasterizationModeEXT( LineRasterizationMode lineRasterizationMode ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStipple")] static abstract void CmdSetLineStipple( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7625,30 +3420,12 @@ static abstract void CmdSetLineStipple( [NativeTypeName("uint16_t")] ushort lineStipplePattern ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] static abstract void CmdSetLineStippleEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint stippledLineEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] static abstract void CmdSetLineStippleEnableEXT( @@ -7656,14 +3433,6 @@ static abstract void CmdSetLineStippleEnableEXT( [NativeTypeName("VkBool32")] MaybeBool stippledLineEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEXT")] static abstract void CmdSetLineStippleEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7671,14 +3440,6 @@ static abstract void CmdSetLineStippleEXT( [NativeTypeName("uint16_t")] ushort lineStipplePattern ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleKHR")] static abstract void CmdSetLineStippleKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -7686,50 +3447,18 @@ static abstract void CmdSetLineStippleKHR( [NativeTypeName("uint16_t")] ushort lineStipplePattern ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineWidth")] static abstract void CmdSetLineWidth( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, float lineWidth ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] static abstract void CmdSetLogicOpEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint logicOpEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] static abstract void CmdSetLogicOpEnableEXT( @@ -7737,125 +3466,75 @@ static abstract void CmdSetLogicOpEnableEXT( [NativeTypeName("VkBool32")] MaybeBool logicOpEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEXT")] static abstract void CmdSetLogicOpEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, LogicOp logicOp ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPatchControlPointsEXT")] static abstract void CmdSetPatchControlPointsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint patchControlPoints ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] - static abstract Result CmdSetPerformanceMarkerIntel( + static abstract Result CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - PerformanceMarkerInfoIntel* pMarkerInfo + PerformanceMarkerInfoINTEL* pMarkerInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] - static abstract Result CmdSetPerformanceMarkerIntel( + static abstract Result CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - Ref pMarkerInfo + Ref pMarkerInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] - static abstract Result CmdSetPerformanceOverrideIntel( + static abstract Result CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - PerformanceOverrideInfoIntel* pOverrideInfo + PerformanceOverrideInfoINTEL* pOverrideInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] - static abstract Result CmdSetPerformanceOverrideIntel( + static abstract Result CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - Ref pOverrideInfo + Ref pOverrideInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] - static abstract Result CmdSetPerformanceStreamMarkerIntel( + static abstract Result CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - PerformanceStreamMarkerInfoIntel* pMarkerInfo + PerformanceStreamMarkerInfoINTEL* pMarkerInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] - static abstract Result CmdSetPerformanceStreamMarkerIntel( + static abstract Result CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - Ref pMarkerInfo + Ref pMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPolygonModeEXT")] static abstract void CmdSetPolygonModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PolygonMode polygonMode ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] static abstract void CmdSetPrimitiveRestartEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint primitiveRestartEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] static abstract void CmdSetPrimitiveRestartEnable( @@ -7863,28 +3542,12 @@ static abstract void CmdSetPrimitiveRestartEnable( [NativeTypeName("VkBool32")] MaybeBool primitiveRestartEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] static abstract void CmdSetPrimitiveRestartEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint primitiveRestartEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] static abstract void CmdSetPrimitiveRestartEnableEXT( @@ -7892,106 +3555,42 @@ static abstract void CmdSetPrimitiveRestartEnableEXT( [NativeTypeName("VkBool32")] MaybeBool primitiveRestartEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveTopology")] static abstract void CmdSetPrimitiveTopology( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PrimitiveTopology primitiveTopology ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveTopologyEXT")] static abstract void CmdSetPrimitiveTopologyEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PrimitiveTopology primitiveTopology ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetProvokingVertexModeEXT")] static abstract void CmdSetProvokingVertexModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, ProvokingVertexModeEXT provokingVertexMode ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizationSamplesEXT")] static abstract void CmdSetRasterizationSamplesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, SampleCountFlags rasterizationSamples ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizationStreamEXT")] static abstract void CmdSetRasterizationStreamEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint rasterizationStream ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] static abstract void CmdSetRasterizerDiscardEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint rasterizerDiscardEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] static abstract void CmdSetRasterizerDiscardEnable( @@ -7999,28 +3598,12 @@ static abstract void CmdSetRasterizerDiscardEnable( [NativeTypeName("VkBool32")] MaybeBool rasterizerDiscardEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] static abstract void CmdSetRasterizerDiscardEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint rasterizerDiscardEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] static abstract void CmdSetRasterizerDiscardEnableEXT( @@ -8028,25 +3611,12 @@ static abstract void CmdSetRasterizerDiscardEnableEXT( [NativeTypeName("VkBool32")] MaybeBool rasterizerDiscardEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRayTracingPipelineStackSizeKHR")] static abstract void CmdSetRayTracingPipelineStackSizeKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint pipelineStackSize ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] static abstract void CmdSetRenderingAttachmentLocations( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8054,11 +3624,6 @@ static abstract void CmdSetRenderingAttachmentLocations( RenderingAttachmentLocationInfo* pLocationInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] static abstract void CmdSetRenderingAttachmentLocations( @@ -8067,14 +3632,6 @@ static abstract void CmdSetRenderingAttachmentLocations( Ref pLocationInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] static abstract void CmdSetRenderingAttachmentLocationsKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8082,14 +3639,6 @@ static abstract void CmdSetRenderingAttachmentLocationsKHR( RenderingAttachmentLocationInfo* pLocationInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] static abstract void CmdSetRenderingAttachmentLocationsKHR( @@ -8098,11 +3647,6 @@ static abstract void CmdSetRenderingAttachmentLocationsKHR( Ref pLocationInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] static abstract void CmdSetRenderingInputAttachmentIndices( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8110,11 +3654,6 @@ static abstract void CmdSetRenderingInputAttachmentIndices( RenderingInputAttachmentIndexInfo* pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] static abstract void CmdSetRenderingInputAttachmentIndices( @@ -8123,14 +3662,6 @@ static abstract void CmdSetRenderingInputAttachmentIndices( Ref pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] static abstract void CmdSetRenderingInputAttachmentIndicesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8138,14 +3669,6 @@ static abstract void CmdSetRenderingInputAttachmentIndicesKHR( RenderingInputAttachmentIndexInfo* pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] static abstract void CmdSetRenderingInputAttachmentIndicesKHR( @@ -8154,30 +3677,12 @@ static abstract void CmdSetRenderingInputAttachmentIndicesKHR( Ref pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] static abstract void CmdSetRepresentativeFragmentTestEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint representativeFragmentTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] static abstract void CmdSetRepresentativeFragmentTestEnableNV( @@ -8185,30 +3690,12 @@ static abstract void CmdSetRepresentativeFragmentTestEnableNV( [NativeTypeName("VkBool32")] MaybeBool representativeFragmentTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] static abstract void CmdSetSampleLocationsEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint sampleLocationsEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] static abstract void CmdSetSampleLocationsEnableEXT( @@ -8216,14 +3703,6 @@ static abstract void CmdSetSampleLocationsEnableEXT( [NativeTypeName("VkBool32")] MaybeBool sampleLocationsEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] static abstract void CmdSetSampleLocationsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8231,14 +3710,6 @@ static abstract void CmdSetSampleLocationsEXT( SampleLocationsInfoEXT* pSampleLocationsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] static abstract void CmdSetSampleLocationsEXT( @@ -8247,14 +3718,6 @@ static abstract void CmdSetSampleLocationsEXT( Ref pSampleLocationsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] static abstract void CmdSetSampleMaskEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8262,14 +3725,6 @@ static abstract void CmdSetSampleMaskEXT( [NativeTypeName("const VkSampleMask *")] uint* pSampleMask ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] static abstract void CmdSetSampleMaskEXT( @@ -8278,22 +3733,6 @@ static abstract void CmdSetSampleMaskEXT( [NativeTypeName("const VkSampleMask *")] Ref pSampleMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] static abstract void CmdSetScissor( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8302,22 +3741,6 @@ static abstract void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] static abstract void CmdSetScissor( @@ -8327,22 +3750,6 @@ static abstract void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Ref pScissors ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] static abstract void CmdSetScissor( @@ -8351,16 +3758,6 @@ static abstract void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] static abstract void CmdSetScissorWithCount( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8368,16 +3765,6 @@ static abstract void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] static abstract void CmdSetScissorWithCount( @@ -8386,16 +3773,6 @@ static abstract void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Ref pScissors ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] static abstract void CmdSetScissorWithCount( @@ -8403,14 +3780,6 @@ static abstract void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] static abstract void CmdSetScissorWithCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8418,14 +3787,6 @@ static abstract void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] static abstract void CmdSetScissorWithCountEXT( @@ -8434,14 +3795,6 @@ static abstract void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Ref pScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] static abstract void CmdSetScissorWithCountEXT( @@ -8449,30 +3802,12 @@ static abstract void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] static abstract void CmdSetShadingRateImageEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint shadingRateImageEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] static abstract void CmdSetShadingRateImageEnableNV( @@ -8480,22 +3815,6 @@ static abstract void CmdSetShadingRateImageEnableNV( [NativeTypeName("VkBool32")] MaybeBool shadingRateImageEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilCompareMask")] static abstract void CmdSetStencilCompareMask( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8503,16 +3822,6 @@ static abstract void CmdSetStencilCompareMask( [NativeTypeName("uint32_t")] uint compareMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilOp")] static abstract void CmdSetStencilOp( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8523,14 +3832,6 @@ static abstract void CmdSetStencilOp( CompareOp compareOp ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilOpEXT")] static abstract void CmdSetStencilOpEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8541,22 +3842,6 @@ static abstract void CmdSetStencilOpEXT( CompareOp compareOp ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilReference")] static abstract void CmdSetStencilReference( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8564,32 +3849,12 @@ static abstract void CmdSetStencilReference( [NativeTypeName("uint32_t")] uint reference ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] static abstract void CmdSetStencilTestEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint stencilTestEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] static abstract void CmdSetStencilTestEnable( @@ -8597,28 +3862,12 @@ static abstract void CmdSetStencilTestEnable( [NativeTypeName("VkBool32")] MaybeBool stencilTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] static abstract void CmdSetStencilTestEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint stencilTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] static abstract void CmdSetStencilTestEnableEXT( @@ -8626,22 +3875,6 @@ static abstract void CmdSetStencilTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool stencilTestEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilWriteMask")] static abstract void CmdSetStencilWriteMask( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8649,31 +3882,12 @@ static abstract void CmdSetStencilWriteMask( [NativeTypeName("uint32_t")] uint writeMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3+VK_KHR_maintenance2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetTessellationDomainOriginEXT")] static abstract void CmdSetTessellationDomainOriginEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, TessellationDomainOrigin domainOrigin ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] static abstract void CmdSetVertexInputEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8685,14 +3899,6 @@ static abstract void CmdSetVertexInputEXT( VertexInputAttributeDescription2EXT* pVertexAttributeDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] static abstract void CmdSetVertexInputEXT( @@ -8705,22 +3911,6 @@ static abstract void CmdSetVertexInputEXT( Ref pVertexAttributeDescriptions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] static abstract void CmdSetViewport( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8729,22 +3919,6 @@ static abstract void CmdSetViewport( [NativeTypeName("const VkViewport *")] Viewport* pViewports ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] static abstract void CmdSetViewport( @@ -8754,22 +3928,6 @@ static abstract void CmdSetViewport( [NativeTypeName("const VkViewport *")] Ref pViewports ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] static abstract void CmdSetViewport( @@ -8778,14 +3936,6 @@ static abstract void CmdSetViewport( [NativeTypeName("const VkViewport *")] Viewport pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] static abstract void CmdSetViewportShadingRatePaletteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8795,14 +3945,6 @@ static abstract void CmdSetViewportShadingRatePaletteNV( ShadingRatePaletteNV* pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] static abstract void CmdSetViewportShadingRatePaletteNV( @@ -8813,14 +3955,6 @@ static abstract void CmdSetViewportShadingRatePaletteNV( Ref pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] static abstract void CmdSetViewportShadingRatePaletteNV( @@ -8830,15 +3964,6 @@ static abstract void CmdSetViewportShadingRatePaletteNV( ShadingRatePaletteNV pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] static abstract void CmdSetViewportSwizzleNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8847,15 +3972,6 @@ static abstract void CmdSetViewportSwizzleNV( [NativeTypeName("const VkViewportSwizzleNV *")] ViewportSwizzleNV* pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] static abstract void CmdSetViewportSwizzleNV( @@ -8865,15 +3981,6 @@ static abstract void CmdSetViewportSwizzleNV( [NativeTypeName("const VkViewportSwizzleNV *")] Ref pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] static abstract void CmdSetViewportSwizzleNV( @@ -8882,16 +3989,6 @@ static abstract void CmdSetViewportSwizzleNV( [NativeTypeName("const VkViewportSwizzleNV *")] ViewportSwizzleNV pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] static abstract void CmdSetViewportWithCount( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8899,16 +3996,6 @@ static abstract void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Viewport* pViewports ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] static abstract void CmdSetViewportWithCount( @@ -8917,16 +4004,6 @@ static abstract void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Ref pViewports ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] static abstract void CmdSetViewportWithCount( @@ -8934,14 +4011,6 @@ static abstract void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Viewport pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] static abstract void CmdSetViewportWithCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -8949,14 +4018,6 @@ static abstract void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Viewport* pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] static abstract void CmdSetViewportWithCountEXT( @@ -8965,14 +4026,6 @@ static abstract void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Ref pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] static abstract void CmdSetViewportWithCountEXT( @@ -8980,30 +4033,12 @@ static abstract void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Viewport pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] static abstract void CmdSetViewportWScalingEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint viewportWScalingEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] static abstract void CmdSetViewportWScalingEnableNV( @@ -9011,7 +4046,6 @@ static abstract void CmdSetViewportWScalingEnableNV( [NativeTypeName("VkBool32")] MaybeBool viewportWScalingEnable ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] static abstract void CmdSetViewportWScalingNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9020,7 +4054,6 @@ static abstract void CmdSetViewportWScalingNV( [NativeTypeName("const VkViewportWScalingNV *")] ViewportWScalingNV* pViewportWScalings ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] static abstract void CmdSetViewportWScalingNV( @@ -9031,7 +4064,6 @@ static abstract void CmdSetViewportWScalingNV( Ref pViewportWScalings ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] static abstract void CmdSetViewportWScalingNV( @@ -9040,40 +4072,17 @@ static abstract void CmdSetViewportWScalingNV( [NativeTypeName("const VkViewportWScalingNV *")] ViewportWScalingNV pViewportWScalings ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSubpassShadingHUAWEI")] - static abstract void CmdSubpassShadingHuawei( + static abstract void CmdSubpassShadingHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirect2KHR")] static abstract void CmdTraceRaysIndirect2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDeviceAddress")] ulong indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] static abstract void CmdTraceRaysIndirectKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9088,14 +4097,6 @@ static abstract void CmdTraceRaysIndirectKHR( [NativeTypeName("VkDeviceAddress")] ulong indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] static abstract void CmdTraceRaysIndirectKHR( @@ -9111,14 +4112,6 @@ static abstract void CmdTraceRaysIndirectKHR( [NativeTypeName("VkDeviceAddress")] ulong indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] static abstract void CmdTraceRaysKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9135,14 +4128,6 @@ static abstract void CmdTraceRaysKHR( [NativeTypeName("uint32_t")] uint depth ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] static abstract void CmdTraceRaysKHR( @@ -9160,14 +4145,6 @@ static abstract void CmdTraceRaysKHR( [NativeTypeName("uint32_t")] uint depth ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysNV")] static abstract void CmdTraceRaysNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9187,32 +4164,6 @@ static abstract void CmdTraceRaysNV( [NativeTypeName("uint32_t")] uint depth ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] static abstract void CmdUpdateBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9222,32 +4173,6 @@ static abstract void CmdUpdateBuffer( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] static abstract void CmdUpdateBuffer( @@ -9258,11 +4183,6 @@ static abstract void CmdUpdateBuffer( [NativeTypeName("const void *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdatePipelineIndirectBufferNV")] static abstract void CmdUpdatePipelineIndirectBufferNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9270,27 +4190,6 @@ static abstract void CmdUpdatePipelineIndirectBufferNV( [NativeTypeName("VkPipeline")] PipelineHandle pipeline ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] static abstract void CmdWaitEvents( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9308,27 +4207,6 @@ static abstract void CmdWaitEvents( ImageMemoryBarrier* pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] static abstract void CmdWaitEvents( @@ -9347,18 +4225,6 @@ static abstract void CmdWaitEvents( Ref pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] static abstract void CmdWaitEvents2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9367,18 +4233,6 @@ static abstract void CmdWaitEvents2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] static abstract void CmdWaitEvents2( @@ -9388,14 +4242,6 @@ static abstract void CmdWaitEvents2( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] static abstract void CmdWaitEvents2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9404,14 +4250,6 @@ static abstract void CmdWaitEvents2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] static abstract void CmdWaitEvents2KHR( @@ -9421,126 +4259,74 @@ static abstract void CmdWaitEvents2KHR( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] static abstract void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] static abstract void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] static abstract void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle pAccelerationStructures, + AccelerationStructureHandleKHR pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] static abstract void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructures, + AccelerationStructureHandleNV* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] static abstract void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] static abstract void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle pAccelerationStructures, + AccelerationStructureHandleNV pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_buffer_marker+VK_KHR_synchronization2", "VK_AMD_buffer_marker+VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteBufferMarker2AMD")] static abstract void CmdWriteBufferMarker2AMD( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9550,7 +4336,6 @@ static abstract void CmdWriteBufferMarker2AMD( [NativeTypeName("uint32_t")] uint marker ); - [SupportedApiProfile("vulkan", ["VK_AMD_buffer_marker"])] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteBufferMarkerAMD")] static abstract void CmdWriteBufferMarkerAMD( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9560,87 +4345,37 @@ static abstract void CmdWriteBufferMarkerAMD( [NativeTypeName("uint32_t")] uint marker ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] static abstract void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] static abstract void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] static abstract void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp")] static abstract void CmdWriteTimestamp( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9649,20 +4384,6 @@ static abstract void CmdWriteTimestamp( [NativeTypeName("uint32_t")] uint query ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp2")] static abstract void CmdWriteTimestamp2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9671,14 +4392,6 @@ static abstract void CmdWriteTimestamp2( [NativeTypeName("uint32_t")] uint query ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp2KHR")] static abstract void CmdWriteTimestamp2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -9687,14 +4400,6 @@ static abstract void CmdWriteTimestamp2KHR( [NativeTypeName("uint32_t")] uint query ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCompileDeferredNV")] static abstract Result CompileDeferredNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -9702,14 +4407,6 @@ static abstract Result CompileDeferredNV( [NativeTypeName("uint32_t")] uint shader ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] static abstract Result ConvertCooperativeVectorMatrixNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -9717,14 +4414,6 @@ static abstract Result ConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] static abstract Result ConvertCooperativeVectorMatrixNV( @@ -9733,82 +4422,40 @@ static abstract Result ConvertCooperativeVectorMatrixNV( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] static abstract Result CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] CopyAccelerationStructureInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] static abstract Result CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] static abstract Result CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] CopyAccelerationStructureToMemoryInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] static abstract Result CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] static abstract Result CopyImageToImage( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -9816,16 +4463,6 @@ static abstract Result CopyImageToImage( CopyImageToImageInfo* pCopyImageToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] static abstract Result CopyImageToImage( @@ -9834,15 +4471,6 @@ static abstract Result CopyImageToImage( Ref pCopyImageToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] static abstract Result CopyImageToImageEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -9850,15 +4478,6 @@ static abstract Result CopyImageToImageEXT( CopyImageToImageInfo* pCopyImageToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] static abstract Result CopyImageToImageEXT( @@ -9867,16 +4486,6 @@ static abstract Result CopyImageToImageEXT( Ref pCopyImageToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] static abstract Result CopyImageToMemory( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -9884,16 +4493,6 @@ static abstract Result CopyImageToMemory( CopyImageToMemoryInfo* pCopyImageToMemoryInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] static abstract Result CopyImageToMemory( @@ -9902,15 +4501,6 @@ static abstract Result CopyImageToMemory( Ref pCopyImageToMemoryInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] static abstract Result CopyImageToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -9918,15 +4508,6 @@ static abstract Result CopyImageToMemoryEXT( CopyImageToMemoryInfo* pCopyImageToMemoryInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] static abstract Result CopyImageToMemoryEXT( @@ -9935,49 +4516,23 @@ static abstract Result CopyImageToMemoryEXT( Ref pCopyImageToMemoryInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] static abstract Result CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] CopyMemoryToAccelerationStructureInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] static abstract Result CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] static abstract Result CopyMemoryToImage( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -9985,16 +4540,6 @@ static abstract Result CopyMemoryToImage( CopyMemoryToImageInfo* pCopyMemoryToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] static abstract Result CopyMemoryToImage( @@ -10003,15 +4548,6 @@ static abstract Result CopyMemoryToImage( Ref pCopyMemoryToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] static abstract Result CopyMemoryToImageEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -10019,15 +4555,6 @@ static abstract Result CopyMemoryToImageEXT( CopyMemoryToImageInfo* pCopyMemoryToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] static abstract Result CopyMemoryToImageEXT( @@ -10036,111 +4563,55 @@ static abstract Result CopyMemoryToImageEXT( Ref pCopyMemoryToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] static abstract Result CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] CopyMemoryToMicromapInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] static abstract Result CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] static abstract Result CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] static abstract Result CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] static abstract Result CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] CopyMicromapToMemoryInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] static abstract Result CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] static abstract Result CreateAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -10148,17 +4619,9 @@ static abstract Result CreateAccelerationStructureKHR( AccelerationStructureCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructure + AccelerationStructureHandleKHR* pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] static abstract Result CreateAccelerationStructureKHR( @@ -10167,17 +4630,9 @@ static abstract Result CreateAccelerationStructureKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] static abstract Result CreateAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -10185,17 +4640,9 @@ static abstract Result CreateAccelerationStructureNV( AccelerationStructureCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructure + AccelerationStructureHandleNV* pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] static abstract Result CreateAccelerationStructureNV( @@ -10204,35 +4651,9 @@ static abstract Result CreateAccelerationStructureNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] static abstract Result CreateBuffer( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -10241,32 +4662,6 @@ static abstract Result CreateBuffer( [NativeTypeName("VkBuffer *")] BufferHandle* pBuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] static abstract Result CreateBuffer( @@ -10276,27 +4671,6 @@ static abstract Result CreateBuffer( [NativeTypeName("VkBuffer *")] Ref pBuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] static abstract Result CreateBufferView( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -10305,27 +4679,6 @@ static abstract Result CreateBufferView( [NativeTypeName("VkBufferView *")] BufferViewHandle* pView ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] static abstract Result CreateBufferView( @@ -10336,32 +4689,6 @@ static abstract Result CreateBufferView( [NativeTypeName("VkBufferView *")] Ref pView ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] static abstract Result CreateCommandPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -10370,32 +4697,6 @@ static abstract Result CreateCommandPool( [NativeTypeName("VkCommandPool *")] CommandPoolHandle* pCommandPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] static abstract Result CreateCommandPool( @@ -10406,27 +4707,6 @@ static abstract Result CreateCommandPool( [NativeTypeName("VkCommandPool *")] Ref pCommandPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] static abstract Result CreateComputePipelines( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -10438,27 +4718,6 @@ static abstract Result CreateComputePipelines( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] static abstract Result CreateComputePipelines( @@ -10471,17 +4730,15 @@ static abstract Result CreateComputePipelines( [NativeTypeName("VkPipeline *")] Ref pPipelines ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] static abstract Result CreateCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] CuFunctionCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] CuFunctionNVXHandle* pFunction + [NativeTypeName("VkCuFunctionNVX *")] CuFunctionHandleNVX* pFunction ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] static abstract Result CreateCuFunctionNVX( @@ -10489,19 +4746,17 @@ static abstract Result CreateCuFunctionNVX( [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction + [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] static abstract Result CreateCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuModuleCreateInfoNVX *")] CuModuleCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuModuleNVX *")] CuModuleNVXHandle* pModule + [NativeTypeName("VkCuModuleNVX *")] CuModuleHandleNVX* pModule ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] static abstract Result CreateCuModuleNVX( @@ -10509,22 +4764,13 @@ static abstract Result CreateCuModuleNVX( [NativeTypeName("const VkCuModuleCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuModuleNVX *")] Ref pModule + [NativeTypeName("VkCuModuleNVX *")] Ref pModule ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] static abstract Result CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -10533,20 +4779,11 @@ static abstract Result CreateDataGraphPipelinesARM( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] static abstract Result CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -10555,15 +4792,6 @@ static abstract Result CreateDataGraphPipelinesARM( [NativeTypeName("VkPipeline *")] Ref pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] static abstract Result CreateDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -10571,18 +4799,9 @@ static abstract Result CreateDataGraphPipelineSessionARM( DataGraphPipelineSessionCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - DataGraphPipelineSessionARMHandle* pSession + DataGraphPipelineSessionHandleARM* pSession ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] static abstract Result CreateDataGraphPipelineSessionARM( @@ -10591,20 +4810,18 @@ static abstract Result CreateDataGraphPipelineSessionARM( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - Ref pSession + Ref pSession ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] static abstract Result CreateDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkDebugReportCallbackCreateInfoEXT *")] DebugReportCallbackCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackEXTHandle* pCallback + [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackHandleEXT* pCallback ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] static abstract Result CreateDebugReportCallbackEXT( @@ -10613,20 +4830,18 @@ static abstract Result CreateDebugReportCallbackEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDebugReportCallbackEXT *")] - Ref pCallback + Ref pCallback ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] static abstract Result CreateDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkDebugUtilsMessengerCreateInfoEXT *")] DebugUtilsMessengerCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerEXTHandle* pMessenger + [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerHandleEXT* pMessenger ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] static abstract Result CreateDebugUtilsMessengerEXT( @@ -10635,49 +4850,26 @@ static abstract Result CreateDebugUtilsMessengerEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDebugUtilsMessengerEXT *")] - Ref pMessenger + Ref pMessenger ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] static abstract Result CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkDeferredOperationKHR *")] - DeferredOperationKHRHandle* pDeferredOperation + DeferredOperationHandleKHR* pDeferredOperation ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] static abstract Result CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDeferredOperationKHR *")] - Ref pDeferredOperation + Ref pDeferredOperation ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] static abstract Result CreateDescriptorPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -10687,27 +4879,6 @@ static abstract Result CreateDescriptorPool( [NativeTypeName("VkDescriptorPool *")] DescriptorPoolHandle* pDescriptorPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] static abstract Result CreateDescriptorPool( @@ -10718,27 +4889,6 @@ static abstract Result CreateDescriptorPool( [NativeTypeName("VkDescriptorPool *")] Ref pDescriptorPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] static abstract Result CreateDescriptorSetLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -10748,27 +4898,6 @@ static abstract Result CreateDescriptorSetLayout( [NativeTypeName("VkDescriptorSetLayout *")] DescriptorSetLayoutHandle* pSetLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] static abstract Result CreateDescriptorSetLayout( @@ -10779,24 +4908,6 @@ static abstract Result CreateDescriptorSetLayout( [NativeTypeName("VkDescriptorSetLayout *")] Ref pSetLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] static abstract Result CreateDescriptorUpdateTemplate( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -10807,24 +4918,6 @@ static abstract Result CreateDescriptorUpdateTemplate( DescriptorUpdateTemplateHandle* pDescriptorUpdateTemplate ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] static abstract Result CreateDescriptorUpdateTemplate( @@ -10836,7 +4929,6 @@ static abstract Result CreateDescriptorUpdateTemplate( Ref pDescriptorUpdateTemplate ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] static abstract Result CreateDescriptorUpdateTemplateKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -10847,7 +4939,6 @@ static abstract Result CreateDescriptorUpdateTemplateKHR( DescriptorUpdateTemplateHandle* pDescriptorUpdateTemplate ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] static abstract Result CreateDescriptorUpdateTemplateKHR( @@ -10859,32 +4950,6 @@ static abstract Result CreateDescriptorUpdateTemplateKHR( Ref pDescriptorUpdateTemplate ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] static abstract Result CreateDevice( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -10893,32 +4958,6 @@ static abstract Result CreateDevice( [NativeTypeName("VkDevice *")] DeviceHandle* pDevice ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] static abstract Result CreateDevice( @@ -10928,40 +4967,36 @@ static abstract Result CreateDevice( [NativeTypeName("VkDevice *")] Ref pDevice ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] static abstract Result CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] DisplayModeCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] DisplayModeKHRHandle* pMode + [NativeTypeName("VkDisplayModeKHR *")] DisplayModeHandleKHR* pMode ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] static abstract Result CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] Ref pMode + [NativeTypeName("VkDisplayModeKHR *")] Ref pMode ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] static abstract Result CreateDisplayPlaneSurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] DisplaySurfaceCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] static abstract Result CreateDisplayPlaneSurfaceKHR( @@ -10969,30 +5004,9 @@ static abstract Result CreateDisplayPlaneSurfaceKHR( [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] static abstract Result CreateEvent( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11001,27 +5015,6 @@ static abstract Result CreateEvent( [NativeTypeName("VkEvent *")] EventHandle* pEvent ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] static abstract Result CreateEvent( @@ -11031,7 +5024,6 @@ static abstract Result CreateEvent( [NativeTypeName("VkEvent *")] Ref pEvent ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] static abstract Result CreateExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11039,10 +5031,9 @@ static abstract Result CreateExternalComputeQueueNV( ExternalComputeQueueCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkExternalComputeQueueNV *")] - ExternalComputeQueueNVHandle* pExternalQueue + ExternalComputeQueueHandleNV* pExternalQueue ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] static abstract Result CreateExternalComputeQueueNV( @@ -11051,35 +5042,9 @@ static abstract Result CreateExternalComputeQueueNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkExternalComputeQueueNV *")] - Ref pExternalQueue + Ref pExternalQueue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] static abstract Result CreateFence( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11088,32 +5053,6 @@ static abstract Result CreateFence( [NativeTypeName("VkFence *")] FenceHandle* pFence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] static abstract Result CreateFence( @@ -11123,22 +5062,6 @@ static abstract Result CreateFence( [NativeTypeName("VkFence *")] Ref pFence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] static abstract Result CreateFramebuffer( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11147,22 +5070,6 @@ static abstract Result CreateFramebuffer( [NativeTypeName("VkFramebuffer *")] FramebufferHandle* pFramebuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] static abstract Result CreateFramebuffer( @@ -11173,22 +5080,6 @@ static abstract Result CreateFramebuffer( [NativeTypeName("VkFramebuffer *")] Ref pFramebuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] static abstract Result CreateGraphicsPipelines( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11200,22 +5091,6 @@ static abstract Result CreateGraphicsPipelines( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] static abstract Result CreateGraphicsPipelines( @@ -11228,25 +5103,15 @@ static abstract Result CreateGraphicsPipelines( [NativeTypeName("VkPipeline *")] Ref pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_headless_surface"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] static abstract Result CreateHeadlessSurfaceEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] HeadlessSurfaceCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_headless_surface"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] static abstract Result CreateHeadlessSurfaceEXT( @@ -11254,35 +5119,9 @@ static abstract Result CreateHeadlessSurfaceEXT( [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] static abstract Result CreateImage( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11291,32 +5130,6 @@ static abstract Result CreateImage( [NativeTypeName("VkImage *")] ImageHandle* pImage ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] static abstract Result CreateImage( @@ -11326,32 +5139,6 @@ static abstract Result CreateImage( [NativeTypeName("VkImage *")] Ref pImage ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] static abstract Result CreateImageView( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11360,32 +5147,6 @@ static abstract Result CreateImageView( [NativeTypeName("VkImageView *")] ImageViewHandle* pView ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] static abstract Result CreateImageView( @@ -11395,15 +5156,6 @@ static abstract Result CreateImageView( [NativeTypeName("VkImageView *")] Ref pView ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] static abstract Result CreateIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11411,18 +5163,9 @@ static abstract Result CreateIndirectCommandsLayoutEXT( IndirectCommandsLayoutCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - IndirectCommandsLayoutEXTHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleEXT* pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] static abstract Result CreateIndirectCommandsLayoutEXT( @@ -11431,14 +5174,9 @@ static abstract Result CreateIndirectCommandsLayoutEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] static abstract Result CreateIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11446,14 +5184,9 @@ static abstract Result CreateIndirectCommandsLayoutNV( IndirectCommandsLayoutCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - IndirectCommandsLayoutNVHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleNV* pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] static abstract Result CreateIndirectCommandsLayoutNV( @@ -11462,18 +5195,9 @@ static abstract Result CreateIndirectCommandsLayoutNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] static abstract Result CreateIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11481,18 +5205,9 @@ static abstract Result CreateIndirectExecutionSetEXT( IndirectExecutionSetCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - IndirectExecutionSetEXTHandle* pIndirectExecutionSet + IndirectExecutionSetHandleEXT* pIndirectExecutionSet ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] static abstract Result CreateIndirectExecutionSetEXT( @@ -11501,35 +5216,9 @@ static abstract Result CreateIndirectExecutionSetEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - Ref pIndirectExecutionSet + Ref pIndirectExecutionSet ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] static abstract Result CreateInstance( [NativeTypeName("const VkInstanceCreateInfo *")] InstanceCreateInfo* pCreateInfo, @@ -11537,32 +5226,6 @@ static abstract Result CreateInstance( [NativeTypeName("VkInstance *")] InstanceHandle* pInstance ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] static abstract Result CreateInstance( @@ -11571,30 +5234,14 @@ static abstract Result CreateInstance( [NativeTypeName("VkInstance *")] Ref pInstance ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] static abstract Result CreateMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMicromapCreateInfoEXT *")] MicromapCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkMicromapEXT *")] MicromapEXTHandle* pMicromap + [NativeTypeName("VkMicromapEXT *")] MicromapHandleEXT* pMicromap ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] static abstract Result CreateMicromapEXT( @@ -11602,36 +5249,18 @@ static abstract Result CreateMicromapEXT( [NativeTypeName("const VkMicromapCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkMicromapEXT *")] Ref pMicromap + [NativeTypeName("VkMicromapEXT *")] Ref pMicromap ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] static abstract Result CreateOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] OpticalFlowSessionCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionNVHandle* pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionHandleNV* pSession ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] static abstract Result CreateOpticalFlowSessionNV( @@ -11639,17 +5268,9 @@ static abstract Result CreateOpticalFlowSessionNV( [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] static abstract Result CreatePipelineBinariesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11659,14 +5280,6 @@ static abstract Result CreatePipelineBinariesKHR( PipelineBinaryHandlesInfoKHR* pBinaries ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] static abstract Result CreatePipelineBinariesKHR( @@ -11677,27 +5290,6 @@ static abstract Result CreatePipelineBinariesKHR( Ref pBinaries ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] static abstract Result CreatePipelineCache( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11707,27 +5299,6 @@ static abstract Result CreatePipelineCache( [NativeTypeName("VkPipelineCache *")] PipelineCacheHandle* pPipelineCache ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] static abstract Result CreatePipelineCache( @@ -11738,27 +5309,6 @@ static abstract Result CreatePipelineCache( [NativeTypeName("VkPipelineCache *")] Ref pPipelineCache ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] static abstract Result CreatePipelineLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11768,27 +5318,6 @@ static abstract Result CreatePipelineLayout( [NativeTypeName("VkPipelineLayout *")] PipelineLayoutHandle* pPipelineLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] static abstract Result CreatePipelineLayout( @@ -11799,20 +5328,6 @@ static abstract Result CreatePipelineLayout( [NativeTypeName("VkPipelineLayout *")] Ref pPipelineLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] static abstract Result CreatePrivateDataSlot( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11822,20 +5337,6 @@ static abstract Result CreatePrivateDataSlot( [NativeTypeName("VkPrivateDataSlot *")] PrivateDataSlotHandle* pPrivateDataSlot ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] static abstract Result CreatePrivateDataSlot( @@ -11846,14 +5347,6 @@ static abstract Result CreatePrivateDataSlot( [NativeTypeName("VkPrivateDataSlot *")] Ref pPrivateDataSlot ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] static abstract Result CreatePrivateDataSlotEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11863,14 +5356,6 @@ static abstract Result CreatePrivateDataSlotEXT( [NativeTypeName("VkPrivateDataSlot *")] PrivateDataSlotHandle* pPrivateDataSlot ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] static abstract Result CreatePrivateDataSlotEXT( @@ -11881,32 +5366,6 @@ static abstract Result CreatePrivateDataSlotEXT( [NativeTypeName("VkPrivateDataSlot *")] Ref pPrivateDataSlot ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] static abstract Result CreateQueryPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -11915,32 +5374,6 @@ static abstract Result CreateQueryPool( [NativeTypeName("VkQueryPool *")] QueryPoolHandle* pQueryPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] static abstract Result CreateQueryPool( @@ -11950,18 +5383,10 @@ static abstract Result CreateQueryPool( [NativeTypeName("VkQueryPool *")] Ref pQueryPool ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] static abstract Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -11970,19 +5395,11 @@ static abstract Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] static abstract Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -11991,14 +5408,6 @@ static abstract Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkPipeline *")] Ref pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] static abstract Result CreateRayTracingPipelinesNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12010,14 +5419,6 @@ static abstract Result CreateRayTracingPipelinesNV( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] static abstract Result CreateRayTracingPipelinesNV( @@ -12030,22 +5431,6 @@ static abstract Result CreateRayTracingPipelinesNV( [NativeTypeName("VkPipeline *")] Ref pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] static abstract Result CreateRenderPass( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12054,22 +5439,6 @@ static abstract Result CreateRenderPass( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] static abstract Result CreateRenderPass( @@ -12080,18 +5449,6 @@ static abstract Result CreateRenderPass( [NativeTypeName("VkRenderPass *")] Ref pRenderPass ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] static abstract Result CreateRenderPass2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12100,18 +5457,6 @@ static abstract Result CreateRenderPass2( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] static abstract Result CreateRenderPass2( @@ -12122,11 +5467,6 @@ static abstract Result CreateRenderPass2( [NativeTypeName("VkRenderPass *")] Ref pRenderPass ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] static abstract Result CreateRenderPass2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12135,11 +5475,6 @@ static abstract Result CreateRenderPass2KHR( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] static abstract Result CreateRenderPass2KHR( @@ -12150,27 +5485,6 @@ static abstract Result CreateRenderPass2KHR( [NativeTypeName("VkRenderPass *")] Ref pRenderPass ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] static abstract Result CreateSampler( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12179,27 +5493,6 @@ static abstract Result CreateSampler( [NativeTypeName("VkSampler *")] SamplerHandle* pSampler ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] static abstract Result CreateSampler( @@ -12209,24 +5502,6 @@ static abstract Result CreateSampler( [NativeTypeName("VkSampler *")] Ref pSampler ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] static abstract Result CreateSamplerYcbcrConversion( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12237,24 +5512,6 @@ static abstract Result CreateSamplerYcbcrConversion( SamplerYcbcrConversionHandle* pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] static abstract Result CreateSamplerYcbcrConversion( @@ -12266,14 +5523,6 @@ static abstract Result CreateSamplerYcbcrConversion( Ref pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] static abstract Result CreateSamplerYcbcrConversionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12284,14 +5533,6 @@ static abstract Result CreateSamplerYcbcrConversionKHR( SamplerYcbcrConversionHandle* pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] static abstract Result CreateSamplerYcbcrConversionKHR( @@ -12303,32 +5544,6 @@ static abstract Result CreateSamplerYcbcrConversionKHR( Ref pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] static abstract Result CreateSemaphore( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12337,32 +5552,6 @@ static abstract Result CreateSemaphore( [NativeTypeName("VkSemaphore *")] SemaphoreHandle* pSemaphore ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] static abstract Result CreateSemaphore( @@ -12372,27 +5561,6 @@ static abstract Result CreateSemaphore( [NativeTypeName("VkSemaphore *")] Ref pSemaphore ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] static abstract Result CreateShaderModule( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12402,27 +5570,6 @@ static abstract Result CreateShaderModule( [NativeTypeName("VkShaderModule *")] ShaderModuleHandle* pShaderModule ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] static abstract Result CreateShaderModule( @@ -12433,33 +5580,15 @@ static abstract Result CreateShaderModule( [NativeTypeName("VkShaderModule *")] Ref pShaderModule ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] static abstract Result CreateShadersEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] ShaderCreateInfoEXT* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("VkShaderEXT *")] ShaderHandleEXT* pShaders ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] static abstract Result CreateShadersEXT( @@ -12467,14 +5596,9 @@ static abstract Result CreateShadersEXT( [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkShaderEXT *")] Ref pShaders + [NativeTypeName("VkShaderEXT *")] Ref pShaders ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] static abstract Result CreateSharedSwapchainsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12482,14 +5606,9 @@ static abstract Result CreateSharedSwapchainsKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] static abstract Result CreateSharedSwapchainsKHR( @@ -12498,20 +5617,18 @@ static abstract Result CreateSharedSwapchainsKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] static abstract Result CreateSwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchain + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchain ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] static abstract Result CreateSwapchainKHR( @@ -12519,39 +5636,35 @@ static abstract Result CreateSwapchainKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] static abstract Result CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] TensorCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorARM *")] TensorARMHandle* pTensor + [NativeTypeName("VkTensorARM *")] TensorHandleARM* pTensor ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] static abstract Result CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorARM *")] Ref pTensor + [NativeTypeName("VkTensorARM *")] Ref pTensor ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] static abstract Result CreateTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorViewCreateInfoARM *")] TensorViewCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorViewARM *")] TensorViewARMHandle* pView + [NativeTypeName("VkTensorViewARM *")] TensorViewHandleARM* pView ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] static abstract Result CreateTensorViewARM( @@ -12559,20 +5672,18 @@ static abstract Result CreateTensorViewARM( [NativeTypeName("const VkTensorViewCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorViewARM *")] Ref pView + [NativeTypeName("VkTensorViewARM *")] Ref pView ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] static abstract Result CreateValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkValidationCacheCreateInfoEXT *")] ValidationCacheCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheEXTHandle* pValidationCache + [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheHandleEXT* pValidationCache ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] static abstract Result CreateValidationCacheEXT( @@ -12581,28 +5692,18 @@ static abstract Result CreateValidationCacheEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkValidationCacheEXT *")] - Ref pValidationCache + Ref pValidationCache ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] static abstract Result CreateVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] VideoSessionCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] VideoSessionKHRHandle* pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] VideoSessionHandleKHR* pVideoSession ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] static abstract Result CreateVideoSessionKHR( @@ -12610,14 +5711,9 @@ static abstract Result CreateVideoSessionKHR( [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] static abstract Result CreateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12625,14 +5721,9 @@ static abstract Result CreateVideoSessionParametersKHR( VideoSessionParametersCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - VideoSessionParametersKHRHandle* pVideoSessionParameters + VideoSessionParametersHandleKHR* pVideoSessionParameters ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] static abstract Result CreateVideoSessionParametersKHR( @@ -12641,14 +5732,9 @@ static abstract Result CreateVideoSessionParametersKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - Ref pVideoSessionParameters + Ref pVideoSessionParameters ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] static abstract Result DebugMarkerSetObjectNameEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12656,11 +5742,6 @@ static abstract Result DebugMarkerSetObjectNameEXT( DebugMarkerObjectNameInfoEXT* pNameInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] static abstract Result DebugMarkerSetObjectNameEXT( @@ -12669,11 +5750,6 @@ static abstract Result DebugMarkerSetObjectNameEXT( Ref pNameInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] static abstract Result DebugMarkerSetObjectTagEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12681,11 +5757,6 @@ static abstract Result DebugMarkerSetObjectTagEXT( DebugMarkerObjectTagInfoEXT* pTagInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] static abstract Result DebugMarkerSetObjectTagEXT( @@ -12694,7 +5765,6 @@ static abstract Result DebugMarkerSetObjectTagEXT( Ref pTagInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] static abstract void DebugReportMessageEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, @@ -12707,7 +5777,6 @@ static abstract void DebugReportMessageEXT( [NativeTypeName("const char *")] sbyte* pMessage ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] static abstract void DebugReportMessageEXT( @@ -12721,105 +5790,46 @@ static abstract void DebugReportMessageEXT( [NativeTypeName("const char *")] Ref pMessage ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkDeferredOperationJoinKHR")] static abstract Result DeferredOperationJoinKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] static abstract void DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] static abstract void DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] static abstract void DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] static abstract void DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] static abstract void DestroyBuffer( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12827,32 +5837,6 @@ static abstract void DestroyBuffer( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] static abstract void DestroyBuffer( @@ -12861,27 +5845,6 @@ static abstract void DestroyBuffer( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] static abstract void DestroyBufferView( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12889,27 +5852,6 @@ static abstract void DestroyBufferView( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] static abstract void DestroyBufferView( @@ -12918,32 +5860,6 @@ static abstract void DestroyBufferView( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] static abstract void DestroyCommandPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -12951,32 +5867,6 @@ static abstract void DestroyCommandPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] static abstract void DestroyCommandPool( @@ -12985,147 +5875,98 @@ static abstract void DestroyCommandPool( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] static abstract void DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] static abstract void DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] static abstract void DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] static abstract void DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] static abstract void DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] static abstract void DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] static abstract void DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] static abstract void DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] static abstract void DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] static abstract void DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] static abstract void DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] static abstract void DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] static abstract void DestroyDescriptorPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -13133,27 +5974,6 @@ static abstract void DestroyDescriptorPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] static abstract void DestroyDescriptorPool( @@ -13162,27 +5982,6 @@ static abstract void DestroyDescriptorPool( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] static abstract void DestroyDescriptorSetLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -13190,27 +5989,6 @@ static abstract void DestroyDescriptorSetLayout( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] static abstract void DestroyDescriptorSetLayout( @@ -13219,24 +5997,6 @@ static abstract void DestroyDescriptorSetLayout( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] static abstract void DestroyDescriptorUpdateTemplate( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -13245,24 +6005,6 @@ static abstract void DestroyDescriptorUpdateTemplate( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] static abstract void DestroyDescriptorUpdateTemplate( @@ -13272,7 +6014,6 @@ static abstract void DestroyDescriptorUpdateTemplate( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] static abstract void DestroyDescriptorUpdateTemplateKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -13281,7 +6022,6 @@ static abstract void DestroyDescriptorUpdateTemplateKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] static abstract void DestroyDescriptorUpdateTemplateKHR( @@ -13291,64 +6031,12 @@ static abstract void DestroyDescriptorUpdateTemplateKHR( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] static abstract void DestroyDevice( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] static abstract void DestroyDevice( @@ -13356,27 +6044,6 @@ static abstract void DestroyDevice( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] static abstract void DestroyEvent( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -13384,27 +6051,6 @@ static abstract void DestroyEvent( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] static abstract void DestroyEvent( @@ -13413,49 +6059,21 @@ static abstract void DestroyEvent( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] static abstract void DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] static abstract void DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] static abstract void DestroyFence( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -13463,32 +6081,6 @@ static abstract void DestroyFence( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] static abstract void DestroyFence( @@ -13497,22 +6089,6 @@ static abstract void DestroyFence( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] static abstract void DestroyFramebuffer( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -13520,22 +6096,6 @@ static abstract void DestroyFramebuffer( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] static abstract void DestroyFramebuffer( @@ -13544,32 +6104,6 @@ static abstract void DestroyFramebuffer( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] static abstract void DestroyImage( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -13577,32 +6111,6 @@ static abstract void DestroyImage( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] static abstract void DestroyImage( @@ -13611,32 +6119,6 @@ static abstract void DestroyImage( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] static abstract void DestroyImageView( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -13644,32 +6126,6 @@ static abstract void DestroyImageView( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] static abstract void DestroyImageView( @@ -13678,161 +6134,63 @@ static abstract void DestroyImageView( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] static abstract void DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] static abstract void DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] static abstract void DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] static abstract void DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] static abstract void DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] static abstract void DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] static abstract void DestroyInstance( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] static abstract void DestroyInstance( @@ -13840,91 +6198,36 @@ static abstract void DestroyInstance( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] static abstract void DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] static abstract void DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] static abstract void DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] static abstract void DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] static abstract void DestroyPipeline( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -13932,27 +6235,6 @@ static abstract void DestroyPipeline( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] static abstract void DestroyPipeline( @@ -13961,58 +6243,21 @@ static abstract void DestroyPipeline( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] static abstract void DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] static abstract void DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] static abstract void DestroyPipelineCache( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -14020,27 +6265,6 @@ static abstract void DestroyPipelineCache( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] static abstract void DestroyPipelineCache( @@ -14049,27 +6273,6 @@ static abstract void DestroyPipelineCache( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] static abstract void DestroyPipelineLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -14077,27 +6280,6 @@ static abstract void DestroyPipelineLayout( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] static abstract void DestroyPipelineLayout( @@ -14106,20 +6288,6 @@ static abstract void DestroyPipelineLayout( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] static abstract void DestroyPrivateDataSlot( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -14127,20 +6295,6 @@ static abstract void DestroyPrivateDataSlot( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] static abstract void DestroyPrivateDataSlot( @@ -14149,14 +6303,6 @@ static abstract void DestroyPrivateDataSlot( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] static abstract void DestroyPrivateDataSlotEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -14164,14 +6310,6 @@ static abstract void DestroyPrivateDataSlotEXT( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] static abstract void DestroyPrivateDataSlotEXT( @@ -14180,32 +6318,6 @@ static abstract void DestroyPrivateDataSlotEXT( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] static abstract void DestroyQueryPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -14213,32 +6325,6 @@ static abstract void DestroyQueryPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] static abstract void DestroyQueryPool( @@ -14247,22 +6333,6 @@ static abstract void DestroyQueryPool( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] static abstract void DestroyRenderPass( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -14270,22 +6340,6 @@ static abstract void DestroyRenderPass( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] static abstract void DestroyRenderPass( @@ -14294,27 +6348,6 @@ static abstract void DestroyRenderPass( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] static abstract void DestroySampler( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -14322,27 +6355,6 @@ static abstract void DestroySampler( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] static abstract void DestroySampler( @@ -14351,24 +6363,6 @@ static abstract void DestroySampler( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] static abstract void DestroySamplerYcbcrConversion( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -14377,24 +6371,6 @@ static abstract void DestroySamplerYcbcrConversion( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] static abstract void DestroySamplerYcbcrConversion( @@ -14404,14 +6380,6 @@ static abstract void DestroySamplerYcbcrConversion( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] static abstract void DestroySamplerYcbcrConversionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -14420,14 +6388,6 @@ static abstract void DestroySamplerYcbcrConversionKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] static abstract void DestroySamplerYcbcrConversionKHR( @@ -14437,32 +6397,6 @@ static abstract void DestroySamplerYcbcrConversionKHR( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] static abstract void DestroySemaphore( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -14470,32 +6404,6 @@ static abstract void DestroySemaphore( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] static abstract void DestroySemaphore( @@ -14504,60 +6412,21 @@ static abstract void DestroySemaphore( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] static abstract void DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] static abstract void DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] static abstract void DestroyShaderModule( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -14565,27 +6434,6 @@ static abstract void DestroyShaderModule( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] static abstract void DestroyShaderModule( @@ -14594,255 +6442,137 @@ static abstract void DestroyShaderModule( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] static abstract void DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] static abstract void DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] static abstract void DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] static abstract void DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] static abstract void DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] static abstract void DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] static abstract void DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] static abstract void DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] static abstract void DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] static abstract void DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] static abstract void DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] static abstract void DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] static abstract void DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] static abstract void DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDeviceWaitIdle")] static abstract Result DeviceWaitIdle([NativeTypeName("VkDevice")] DeviceHandle device); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] static abstract Result DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] DisplayPowerInfoEXT* pDisplayPowerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] static abstract Result DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] Ref pDisplayPowerInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEndCommandBuffer")] static abstract Result EndCommandBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] static abstract Result EnumerateDeviceExtensionProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -14851,32 +6581,6 @@ static abstract Result EnumerateDeviceExtensionProperties( ExtensionProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] static abstract Result EnumerateDeviceExtensionProperties( @@ -14886,32 +6590,6 @@ static abstract Result EnumerateDeviceExtensionProperties( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] static abstract Result EnumerateDeviceLayerProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -14919,32 +6597,6 @@ static abstract Result EnumerateDeviceLayerProperties( LayerProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] static abstract Result EnumerateDeviceLayerProperties( @@ -14953,32 +6605,6 @@ static abstract Result EnumerateDeviceLayerProperties( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] static abstract Result EnumerateInstanceExtensionProperties( [NativeTypeName("const char *")] sbyte* pLayerName, @@ -14986,32 +6612,6 @@ static abstract Result EnumerateInstanceExtensionProperties( ExtensionProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] static abstract Result EnumerateInstanceExtensionProperties( @@ -15020,64 +6620,12 @@ static abstract Result EnumerateInstanceExtensionProperties( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] static abstract Result EnumerateInstanceLayerProperties( [NativeTypeName("uint32_t *")] uint* pPropertyCount, LayerProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] static abstract Result EnumerateInstanceLayerProperties( @@ -15085,83 +6633,17 @@ static abstract Result EnumerateInstanceLayerProperties( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] static abstract Result EnumerateInstanceVersion( [NativeTypeName("uint32_t *")] uint* pApiVersion ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] static abstract Result EnumerateInstanceVersion( [NativeTypeName("uint32_t *")] Ref pApiVersion ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] static abstract Result EnumeratePhysicalDeviceGroups( [NativeTypeName("VkInstance")] InstanceHandle instance, @@ -15169,28 +6651,6 @@ static abstract Result EnumeratePhysicalDeviceGroups( PhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] static abstract Result EnumeratePhysicalDeviceGroups( @@ -15199,7 +6659,6 @@ static abstract Result EnumeratePhysicalDeviceGroups( Ref pPhysicalDeviceGroupProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] static abstract Result EnumeratePhysicalDeviceGroupsKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, @@ -15207,7 +6666,6 @@ static abstract Result EnumeratePhysicalDeviceGroupsKHR( PhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] static abstract Result EnumeratePhysicalDeviceGroupsKHR( @@ -15216,14 +6674,6 @@ static abstract Result EnumeratePhysicalDeviceGroupsKHR( Ref pPhysicalDeviceGroupProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM" @@ -15236,14 +6686,6 @@ static abstract Result EnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRe PerformanceCounterDescriptionARM* pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -15257,14 +6699,6 @@ static abstract Result EnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRe Ref pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR" @@ -15277,14 +6711,6 @@ static abstract Result EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCounter PerformanceCounterDescriptionKHR* pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -15298,32 +6724,6 @@ static abstract Result EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCounter Ref pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] static abstract Result EnumeratePhysicalDevices( [NativeTypeName("VkInstance")] InstanceHandle instance, @@ -15331,32 +6731,6 @@ static abstract Result EnumeratePhysicalDevices( [NativeTypeName("VkPhysicalDevice *")] PhysicalDeviceHandle* pPhysicalDevices ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] static abstract Result EnumeratePhysicalDevices( @@ -15365,32 +6739,6 @@ static abstract Result EnumeratePhysicalDevices( [NativeTypeName("VkPhysicalDevice *")] Ref pPhysicalDevices ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] static abstract Result FlushMappedMemoryRanges( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -15398,32 +6746,6 @@ static abstract Result FlushMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] MappedMemoryRange* pMemoryRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] static abstract Result FlushMappedMemoryRanges( @@ -15432,32 +6754,6 @@ static abstract Result FlushMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] Ref pMemoryRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] static abstract void FreeCommandBuffer( @@ -15466,32 +6762,6 @@ static abstract void FreeCommandBuffer( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] static abstract void FreeCommandBuffers( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -15500,32 +6770,6 @@ static abstract void FreeCommandBuffers( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] static abstract void FreeCommandBuffers( @@ -15535,27 +6779,6 @@ static abstract void FreeCommandBuffers( [NativeTypeName("const VkCommandBuffer *")] Ref pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] static abstract Result FreeDescriptorSets( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -15564,27 +6787,6 @@ static abstract Result FreeDescriptorSets( [NativeTypeName("const VkDescriptorSet *")] DescriptorSetHandle* pDescriptorSets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] static abstract Result FreeDescriptorSets( @@ -15594,32 +6796,6 @@ static abstract Result FreeDescriptorSets( [NativeTypeName("const VkDescriptorSet *")] Ref pDescriptorSets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] static abstract void FreeMemory( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -15627,32 +6803,6 @@ static abstract void FreeMemory( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] static abstract void FreeMemory( @@ -15661,14 +6811,6 @@ static abstract void FreeMemory( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] static abstract void GetAccelerationStructureBuildSizesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -15679,14 +6821,6 @@ static abstract void GetAccelerationStructureBuildSizesKHR( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] static abstract void GetAccelerationStructureBuildSizesKHR( @@ -15699,14 +6833,6 @@ Ref pSizeInfo ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] static abstract ulong GetAccelerationStructureDeviceAddressKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -15715,14 +6841,6 @@ static abstract ulong GetAccelerationStructureDeviceAddressKHR( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] static abstract ulong GetAccelerationStructureDeviceAddressKHR( @@ -15731,49 +6849,25 @@ static abstract ulong GetAccelerationStructureDeviceAddressKHR( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] static abstract Result GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] static abstract Result GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] static abstract void GetAccelerationStructureMemoryRequirementsNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -15782,14 +6876,6 @@ static abstract void GetAccelerationStructureMemoryRequirementsNV( [NativeTypeName("VkMemoryRequirements2KHR *")] MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] static abstract void GetAccelerationStructureMemoryRequirementsNV( @@ -15800,19 +6886,6 @@ static abstract void GetAccelerationStructureMemoryRequirementsNV( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT" @@ -15824,19 +6897,6 @@ static abstract Result GetAccelerationStructureOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -15850,24 +6910,6 @@ Ref pData ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] static abstract ulong GetBufferDeviceAddress( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -15875,24 +6917,6 @@ static abstract ulong GetBufferDeviceAddress( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] static abstract ulong GetBufferDeviceAddress( @@ -15901,14 +6925,6 @@ static abstract ulong GetBufferDeviceAddress( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] static abstract ulong GetBufferDeviceAddressEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -15916,14 +6932,6 @@ static abstract ulong GetBufferDeviceAddressEXT( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] static abstract ulong GetBufferDeviceAddressEXT( @@ -15932,14 +6940,6 @@ static abstract ulong GetBufferDeviceAddressEXT( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] static abstract ulong GetBufferDeviceAddressKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -15947,14 +6947,6 @@ static abstract ulong GetBufferDeviceAddressKHR( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] static abstract ulong GetBufferDeviceAddressKHR( @@ -15962,32 +6954,6 @@ static abstract ulong GetBufferDeviceAddressKHR( [NativeTypeName("const VkBufferDeviceAddressInfo *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] static abstract void GetBufferMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -15995,32 +6961,6 @@ static abstract void GetBufferMemoryRequirements( MemoryRequirements* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] static abstract void GetBufferMemoryRequirements( @@ -16029,28 +6969,6 @@ static abstract void GetBufferMemoryRequirements( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] static abstract void GetBufferMemoryRequirements2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16059,28 +6977,6 @@ static abstract void GetBufferMemoryRequirements2( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] static abstract void GetBufferMemoryRequirements2( @@ -16090,7 +6986,6 @@ static abstract void GetBufferMemoryRequirements2( Ref pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] static abstract void GetBufferMemoryRequirements2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16099,7 +6994,6 @@ static abstract void GetBufferMemoryRequirements2KHR( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] static abstract void GetBufferMemoryRequirements2KHR( @@ -16110,24 +7004,6 @@ Ref pMemoryRequirements ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] static abstract ulong GetBufferOpaqueCaptureAddress( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16135,24 +7011,6 @@ static abstract ulong GetBufferOpaqueCaptureAddress( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] static abstract ulong GetBufferOpaqueCaptureAddress( @@ -16161,14 +7019,6 @@ static abstract ulong GetBufferOpaqueCaptureAddress( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] static abstract ulong GetBufferOpaqueCaptureAddressKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16176,14 +7026,6 @@ static abstract ulong GetBufferOpaqueCaptureAddressKHR( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] static abstract ulong GetBufferOpaqueCaptureAddressKHR( @@ -16191,16 +7033,6 @@ static abstract ulong GetBufferOpaqueCaptureAddressKHR( [NativeTypeName("const VkBufferDeviceAddressInfo *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] static abstract Result GetBufferOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16209,16 +7041,6 @@ static abstract Result GetBufferOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] static abstract Result GetBufferOpaqueCaptureDescriptorDataEXT( @@ -16228,14 +7050,6 @@ static abstract Result GetBufferOpaqueCaptureDescriptorDataEXT( Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] static abstract Result GetCalibratedTimestampsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16246,14 +7060,6 @@ static abstract Result GetCalibratedTimestampsEXT( [NativeTypeName("uint64_t *")] ulong* pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] static abstract Result GetCalibratedTimestampsEXT( @@ -16265,14 +7071,6 @@ static abstract Result GetCalibratedTimestampsEXT( [NativeTypeName("uint64_t *")] Ref pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] static abstract Result GetCalibratedTimestampsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16283,14 +7081,6 @@ static abstract Result GetCalibratedTimestampsKHR( [NativeTypeName("uint64_t *")] ulong* pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] static abstract Result GetCalibratedTimestampsKHR( @@ -16302,11 +7092,6 @@ static abstract Result GetCalibratedTimestampsKHR( [NativeTypeName("uint64_t *")] Ref pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] static abstract void GetClusterAccelerationStructureBuildSizesNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16315,11 +7100,6 @@ static abstract void GetClusterAccelerationStructureBuildSizesNV( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] static abstract void GetClusterAccelerationStructureBuildSizesNV( @@ -16329,15 +7109,6 @@ static abstract void GetClusterAccelerationStructureBuildSizesNV( Ref pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] static abstract Result GetDataGraphPipelineAvailablePropertiesARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16347,15 +7118,6 @@ static abstract Result GetDataGraphPipelineAvailablePropertiesARM( DataGraphPipelinePropertyARM* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] static abstract Result GetDataGraphPipelineAvailablePropertiesARM( @@ -16366,15 +7128,6 @@ static abstract Result GetDataGraphPipelineAvailablePropertiesARM( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] static abstract Result GetDataGraphPipelinePropertiesARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16384,15 +7137,6 @@ static abstract Result GetDataGraphPipelinePropertiesARM( DataGraphPipelinePropertyQueryResultARM* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] static abstract Result GetDataGraphPipelinePropertiesARM( @@ -16403,15 +7147,6 @@ static abstract Result GetDataGraphPipelinePropertiesARM( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetDataGraphPipelineSessionBindPointRequirementsARM" @@ -16424,15 +7159,6 @@ static abstract Result GetDataGraphPipelineSessionBindPointRequirementsARM( DataGraphPipelineSessionBindPointRequirementARM* pBindPointRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -16446,15 +7172,6 @@ static abstract Result GetDataGraphPipelineSessionBindPointRequirementsARM( Ref pBindPointRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetDataGraphPipelineSessionMemoryRequirementsARM" @@ -16466,15 +7183,6 @@ static abstract void GetDataGraphPipelineSessionMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -16488,30 +7196,18 @@ Ref pMemoryRequirements ); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeferredOperationMaxConcurrencyKHR")] static abstract uint GetDeferredOperationMaxConcurrencyKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeferredOperationResultKHR")] static abstract Result GetDeferredOperationResultKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] static abstract void GetDescriptorEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16521,16 +7217,6 @@ static abstract void GetDescriptorEXT( void* pDescriptor ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] static abstract void GetDescriptorEXT( @@ -16541,47 +7227,21 @@ static abstract void GetDescriptorEXT( Ref pDescriptor ); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] - static abstract void GetDescriptorSetHostMappingValve( + static abstract void GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, void** ppData ); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] - static abstract void GetDescriptorSetHostMappingValve( + static abstract void GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, Ref2D ppData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] static abstract void GetDescriptorSetLayoutBindingOffsetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16590,16 +7250,6 @@ static abstract void GetDescriptorSetLayoutBindingOffsetEXT( [NativeTypeName("VkDeviceSize *")] ulong* pOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] static abstract void GetDescriptorSetLayoutBindingOffsetEXT( @@ -16609,49 +7259,23 @@ static abstract void GetDescriptorSetLayoutBindingOffsetEXT( [NativeTypeName("VkDeviceSize *")] Ref pOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] - static abstract void GetDescriptorSetLayoutHostMappingInfoValve( + static abstract void GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - DescriptorSetBindingReferenceValve* pBindingReference, - DescriptorSetLayoutHostMappingInfoValve* pHostMapping + DescriptorSetBindingReferenceVALVE* pBindingReference, + DescriptorSetLayoutHostMappingInfoVALVE* pHostMapping ); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] - static abstract void GetDescriptorSetLayoutHostMappingInfoValve( + static abstract void GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - Ref pBindingReference, - Ref pHostMapping + Ref pBindingReference, + Ref pHostMapping ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] static abstract void GetDescriptorSetLayoutSizeEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16659,16 +7283,6 @@ static abstract void GetDescriptorSetLayoutSizeEXT( [NativeTypeName("VkDeviceSize *")] ulong* pLayoutSizeInBytes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] static abstract void GetDescriptorSetLayoutSizeEXT( @@ -16677,24 +7291,6 @@ static abstract void GetDescriptorSetLayoutSizeEXT( [NativeTypeName("VkDeviceSize *")] Ref pLayoutSizeInBytes ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] static abstract void GetDescriptorSetLayoutSupport( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16703,24 +7299,6 @@ static abstract void GetDescriptorSetLayoutSupport( DescriptorSetLayoutSupport* pSupport ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] static abstract void GetDescriptorSetLayoutSupport( @@ -16730,14 +7308,6 @@ static abstract void GetDescriptorSetLayoutSupport( Ref pSupport ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] static abstract void GetDescriptorSetLayoutSupportKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16746,14 +7316,6 @@ static abstract void GetDescriptorSetLayoutSupportKHR( DescriptorSetLayoutSupport* pSupport ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] static abstract void GetDescriptorSetLayoutSupportKHR( @@ -16763,14 +7325,6 @@ static abstract void GetDescriptorSetLayoutSupportKHR( Ref pSupport ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] static abstract void GetDeviceAccelerationStructureCompatibilityKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16779,14 +7333,6 @@ static abstract void GetDeviceAccelerationStructureCompatibilityKHR( AccelerationStructureCompatibilityKHR* pCompatibility ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] static abstract void GetDeviceAccelerationStructureCompatibilityKHR( @@ -16796,20 +7342,6 @@ static abstract void GetDeviceAccelerationStructureCompatibilityKHR( Ref pCompatibility ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] static abstract void GetDeviceBufferMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16818,20 +7350,6 @@ static abstract void GetDeviceBufferMemoryRequirements( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] static abstract void GetDeviceBufferMemoryRequirements( @@ -16841,7 +7359,6 @@ static abstract void GetDeviceBufferMemoryRequirements( Ref pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] static abstract void GetDeviceBufferMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16850,7 +7367,6 @@ static abstract void GetDeviceBufferMemoryRequirementsKHR( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] static abstract void GetDeviceBufferMemoryRequirementsKHR( @@ -16860,14 +7376,6 @@ static abstract void GetDeviceBufferMemoryRequirementsKHR( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] static abstract Result GetDeviceFaultInfoEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16875,14 +7383,6 @@ static abstract Result GetDeviceFaultInfoEXT( DeviceFaultInfoEXT* pFaultInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] static abstract Result GetDeviceFaultInfoEXT( @@ -16891,28 +7391,6 @@ static abstract Result GetDeviceFaultInfoEXT( Ref pFaultInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] static abstract void GetDeviceGroupPeerMemoryFeatures( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16923,28 +7401,6 @@ static abstract void GetDeviceGroupPeerMemoryFeatures( PeerMemoryFeatureFlags* pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] static abstract void GetDeviceGroupPeerMemoryFeatures( @@ -16956,11 +7412,6 @@ static abstract void GetDeviceGroupPeerMemoryFeatures( Ref pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] static abstract void GetDeviceGroupPeerMemoryFeaturesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -16971,11 +7422,6 @@ static abstract void GetDeviceGroupPeerMemoryFeaturesKHR( PeerMemoryFeatureFlags* pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] static abstract void GetDeviceGroupPeerMemoryFeaturesKHR( @@ -16987,24 +7433,12 @@ static abstract void GetDeviceGroupPeerMemoryFeaturesKHR( Ref pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] static abstract Result GetDeviceGroupPresentCapabilitiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, DeviceGroupPresentCapabilitiesKHR* pDeviceGroupPresentCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] static abstract Result GetDeviceGroupPresentCapabilitiesKHR( @@ -17012,49 +7446,23 @@ static abstract Result GetDeviceGroupPresentCapabilitiesKHR( Ref pDeviceGroupPresentCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] static abstract Result GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] DeviceGroupPresentModeFlagsKHR* pModes ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] static abstract Result GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] Ref pModes ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] static abstract void GetDeviceImageMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17063,20 +7471,6 @@ static abstract void GetDeviceImageMemoryRequirements( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] static abstract void GetDeviceImageMemoryRequirements( @@ -17086,7 +7480,6 @@ static abstract void GetDeviceImageMemoryRequirements( Ref pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] static abstract void GetDeviceImageMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17095,7 +7488,6 @@ static abstract void GetDeviceImageMemoryRequirementsKHR( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] static abstract void GetDeviceImageMemoryRequirementsKHR( @@ -17105,20 +7497,6 @@ static abstract void GetDeviceImageMemoryRequirementsKHR( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] static abstract void GetDeviceImageSparseMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17128,20 +7506,6 @@ static abstract void GetDeviceImageSparseMemoryRequirements( SparseImageMemoryRequirements2* pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] static abstract void GetDeviceImageSparseMemoryRequirements( @@ -17152,7 +7516,6 @@ static abstract void GetDeviceImageSparseMemoryRequirements( Ref pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] static abstract void GetDeviceImageSparseMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17162,7 +7525,6 @@ static abstract void GetDeviceImageSparseMemoryRequirementsKHR( SparseImageMemoryRequirements2* pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] static abstract void GetDeviceImageSparseMemoryRequirementsKHR( @@ -17173,16 +7535,6 @@ static abstract void GetDeviceImageSparseMemoryRequirementsKHR( Ref pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] static abstract void GetDeviceImageSubresourceLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17191,16 +7543,6 @@ static abstract void GetDeviceImageSubresourceLayout( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] static abstract void GetDeviceImageSubresourceLayout( @@ -17210,11 +7552,6 @@ static abstract void GetDeviceImageSubresourceLayout( Ref pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] static abstract void GetDeviceImageSubresourceLayoutKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17223,11 +7560,6 @@ static abstract void GetDeviceImageSubresourceLayoutKHR( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] static abstract void GetDeviceImageSubresourceLayoutKHR( @@ -17237,32 +7569,6 @@ static abstract void GetDeviceImageSubresourceLayoutKHR( Ref pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] static abstract void GetDeviceMemoryCommitment( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17270,32 +7576,6 @@ static abstract void GetDeviceMemoryCommitment( [NativeTypeName("VkDeviceSize *")] ulong* pCommittedMemoryInBytes ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] static abstract void GetDeviceMemoryCommitment( @@ -17305,24 +7585,6 @@ static abstract void GetDeviceMemoryCommitment( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] static abstract ulong GetDeviceMemoryOpaqueCaptureAddress( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17331,24 +7593,6 @@ static abstract ulong GetDeviceMemoryOpaqueCaptureAddress( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] static abstract ulong GetDeviceMemoryOpaqueCaptureAddress( @@ -17358,14 +7602,6 @@ Ref pInfo ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] static abstract ulong GetDeviceMemoryOpaqueCaptureAddressKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17374,14 +7610,6 @@ static abstract ulong GetDeviceMemoryOpaqueCaptureAddressKHR( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] static abstract ulong GetDeviceMemoryOpaqueCaptureAddressKHR( @@ -17390,14 +7618,6 @@ static abstract ulong GetDeviceMemoryOpaqueCaptureAddressKHR( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] static abstract void GetDeviceMicromapCompatibilityEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17406,14 +7626,6 @@ static abstract void GetDeviceMicromapCompatibilityEXT( AccelerationStructureCompatibilityKHR* pCompatibility ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] static abstract void GetDeviceMicromapCompatibilityEXT( @@ -17424,98 +7636,20 @@ Ref pCompatibility ); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] - static abstract PFNVkVoidFunction GetDeviceProcAddr( + static abstract VoidFunction GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] sbyte* pName ); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] - static abstract PFNVkVoidFunction GetDeviceProcAddr( + static abstract VoidFunction GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] Ref pName ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] static abstract void GetDeviceQueue( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17524,32 +7658,6 @@ static abstract void GetDeviceQueue( [NativeTypeName("VkQueue *")] QueueHandle* pQueue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] static abstract void GetDeviceQueue( @@ -17559,28 +7667,6 @@ static abstract void GetDeviceQueue( [NativeTypeName("VkQueue *")] Ref pQueue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] static abstract void GetDeviceQueue2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17588,28 +7674,6 @@ static abstract void GetDeviceQueue2( [NativeTypeName("VkQueue *")] QueueHandle* pQueue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] static abstract void GetDeviceQueue2( @@ -17618,40 +7682,21 @@ static abstract void GetDeviceQueue2( [NativeTypeName("VkQueue *")] Ref pQueue ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] - static abstract Result GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + static abstract Result GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Extent2D* pMaxWorkgroupSize ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] - static abstract Result GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + static abstract Result GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Ref pMaxWorkgroupSize ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] static abstract void GetDeviceTensorMemoryRequirementsARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17660,7 +7705,6 @@ static abstract void GetDeviceTensorMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] static abstract void GetDeviceTensorMemoryRequirementsARM( @@ -17670,57 +7714,40 @@ static abstract void GetDeviceTensorMemoryRequirementsARM( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] static abstract Result GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModeProperties2KHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] static abstract Result GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] static abstract Result GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModePropertiesKHR* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] static abstract Result GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] static abstract Result GetDisplayPlaneCapabilities2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -17729,11 +7756,6 @@ static abstract Result GetDisplayPlaneCapabilities2KHR( DisplayPlaneCapabilities2KHR* pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] static abstract Result GetDisplayPlaneCapabilities2KHR( @@ -17743,79 +7765,57 @@ static abstract Result GetDisplayPlaneCapabilities2KHR( Ref pCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] static abstract Result GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, DisplayPlaneCapabilitiesKHR* pCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] static abstract Result GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, Ref pCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] static abstract Result GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] uint* pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* pDisplays + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* pDisplays ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] static abstract Result GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] Ref pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] Ref pDisplays + [NativeTypeName("VkDisplayKHR *")] Ref pDisplays ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] static abstract Result GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* display + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* display ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] static abstract Result GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] Ref display + [NativeTypeName("VkDisplayKHR *")] Ref display ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] static abstract Result GetDynamicRenderingTilePropertiesQCOM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17823,14 +7823,6 @@ static abstract Result GetDynamicRenderingTilePropertiesQCOM( TilePropertiesQCOM* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] static abstract Result GetDynamicRenderingTilePropertiesQCOM( @@ -17839,14 +7831,6 @@ static abstract Result GetDynamicRenderingTilePropertiesQCOM( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] static abstract Result GetEncodedVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17857,14 +7841,6 @@ static abstract Result GetEncodedVideoSessionParametersKHR( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] static abstract Result GetEncodedVideoSessionParametersKHR( @@ -17876,58 +7852,27 @@ static abstract Result GetEncodedVideoSessionParametersKHR( Ref pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetEventStatus")] static abstract Result GetEventStatus( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkEvent")] EventHandle @event ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] static abstract void GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, ExternalComputeQueueDataParamsNV* @params, void* pData ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] static abstract void GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, Ref @params, Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] static abstract Result GetFenceFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17935,14 +7880,6 @@ static abstract Result GetFenceFdKHR( int* pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] static abstract Result GetFenceFdKHR( @@ -17951,46 +7888,12 @@ static abstract Result GetFenceFdKHR( Ref pFd ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetFenceStatus")] static abstract Result GetFenceStatus( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] static abstract Result GetFramebufferTilePropertiesQCOM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -17999,14 +7902,6 @@ static abstract Result GetFramebufferTilePropertiesQCOM( TilePropertiesQCOM* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] static abstract Result GetFramebufferTilePropertiesQCOM( @@ -18016,15 +7911,6 @@ static abstract Result GetFramebufferTilePropertiesQCOM( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] static abstract void GetGeneratedCommandsMemoryRequirementsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18033,15 +7919,6 @@ static abstract void GetGeneratedCommandsMemoryRequirementsEXT( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] static abstract void GetGeneratedCommandsMemoryRequirementsEXT( @@ -18051,11 +7928,6 @@ static abstract void GetGeneratedCommandsMemoryRequirementsEXT( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] static abstract void GetGeneratedCommandsMemoryRequirementsNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18064,11 +7936,6 @@ static abstract void GetGeneratedCommandsMemoryRequirementsNV( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] static abstract void GetGeneratedCommandsMemoryRequirementsNV( @@ -18078,15 +7945,6 @@ static abstract void GetGeneratedCommandsMemoryRequirementsNV( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] static abstract Result GetImageDrmFormatModifierPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18094,15 +7952,6 @@ static abstract Result GetImageDrmFormatModifierPropertiesEXT( ImageDrmFormatModifierPropertiesEXT* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] static abstract Result GetImageDrmFormatModifierPropertiesEXT( @@ -18111,32 +7960,6 @@ static abstract Result GetImageDrmFormatModifierPropertiesEXT( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] static abstract void GetImageMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18144,32 +7967,6 @@ static abstract void GetImageMemoryRequirements( MemoryRequirements* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] static abstract void GetImageMemoryRequirements( @@ -18178,28 +7975,6 @@ static abstract void GetImageMemoryRequirements( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] static abstract void GetImageMemoryRequirements2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18208,28 +7983,6 @@ static abstract void GetImageMemoryRequirements2( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] static abstract void GetImageMemoryRequirements2( @@ -18239,7 +7992,6 @@ static abstract void GetImageMemoryRequirements2( Ref pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] static abstract void GetImageMemoryRequirements2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18248,7 +8000,6 @@ static abstract void GetImageMemoryRequirements2KHR( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] static abstract void GetImageMemoryRequirements2KHR( @@ -18258,16 +8009,6 @@ static abstract void GetImageMemoryRequirements2KHR( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] static abstract Result GetImageOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18276,16 +8017,6 @@ static abstract Result GetImageOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] static abstract Result GetImageOpaqueCaptureDescriptorDataEXT( @@ -18295,32 +8026,6 @@ static abstract Result GetImageOpaqueCaptureDescriptorDataEXT( Ref pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] static abstract void GetImageSparseMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18329,32 +8034,6 @@ static abstract void GetImageSparseMemoryRequirements( SparseImageMemoryRequirements* pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] static abstract void GetImageSparseMemoryRequirements( @@ -18364,28 +8043,6 @@ static abstract void GetImageSparseMemoryRequirements( Ref pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] static abstract void GetImageSparseMemoryRequirements2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18395,28 +8052,6 @@ static abstract void GetImageSparseMemoryRequirements2( SparseImageMemoryRequirements2* pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] static abstract void GetImageSparseMemoryRequirements2( @@ -18427,7 +8062,6 @@ static abstract void GetImageSparseMemoryRequirements2( Ref pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] static abstract void GetImageSparseMemoryRequirements2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18437,7 +8071,6 @@ static abstract void GetImageSparseMemoryRequirements2KHR( SparseImageMemoryRequirements2* pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] static abstract void GetImageSparseMemoryRequirements2KHR( @@ -18448,32 +8081,6 @@ static abstract void GetImageSparseMemoryRequirements2KHR( Ref pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] static abstract void GetImageSubresourceLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18482,32 +8089,6 @@ static abstract void GetImageSubresourceLayout( SubresourceLayout* pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] static abstract void GetImageSubresourceLayout( @@ -18517,16 +8098,6 @@ static abstract void GetImageSubresourceLayout( Ref pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] static abstract void GetImageSubresourceLayout2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18535,16 +8106,6 @@ static abstract void GetImageSubresourceLayout2( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] static abstract void GetImageSubresourceLayout2( @@ -18554,15 +8115,6 @@ static abstract void GetImageSubresourceLayout2( Ref pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] static abstract void GetImageSubresourceLayout2EXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18571,15 +8123,6 @@ static abstract void GetImageSubresourceLayout2EXT( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] static abstract void GetImageSubresourceLayout2EXT( @@ -18589,11 +8132,6 @@ static abstract void GetImageSubresourceLayout2EXT( Ref pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] static abstract void GetImageSubresourceLayout2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18602,11 +8140,6 @@ static abstract void GetImageSubresourceLayout2KHR( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] static abstract void GetImageSubresourceLayout2KHR( @@ -18616,7 +8149,6 @@ static abstract void GetImageSubresourceLayout2KHR( Ref pLayout ); - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] static abstract Result GetImageViewAddressNVX( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18624,7 +8156,6 @@ static abstract Result GetImageViewAddressNVX( ImageViewAddressPropertiesNVX* pProperties ); - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] static abstract Result GetImageViewAddressNVX( @@ -18634,7 +8165,6 @@ Ref pProperties ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] static abstract ulong GetImageViewHandle64NVX( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18642,7 +8172,6 @@ static abstract ulong GetImageViewHandle64NVX( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] static abstract ulong GetImageViewHandle64NVX( @@ -18651,7 +8180,6 @@ static abstract ulong GetImageViewHandle64NVX( ); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] static abstract uint GetImageViewHandleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18659,7 +8187,6 @@ static abstract uint GetImageViewHandleNVX( ); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] static abstract uint GetImageViewHandleNVX( @@ -18667,16 +8194,6 @@ static abstract uint GetImageViewHandleNVX( [NativeTypeName("const VkImageViewHandleInfoNVX *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] static abstract Result GetImageViewOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18685,16 +8202,6 @@ static abstract Result GetImageViewOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] static abstract Result GetImageViewOpaqueCaptureDescriptorDataEXT( @@ -18705,115 +8212,35 @@ Ref pData ); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] - static abstract PFNVkVoidFunction GetInstanceProcAddr( + static abstract VoidFunction GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] sbyte* pName ); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] - static abstract PFNVkVoidFunction GetInstanceProcAddr( + static abstract VoidFunction GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] Ref pName ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] static abstract void GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, GetLatencyMarkerInfoNV* pLatencyMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] static abstract void GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, Ref pLatencyMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] static abstract Result GetMemoryFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18821,14 +8248,6 @@ static abstract Result GetMemoryFdKHR( int* pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] static abstract Result GetMemoryFdKHR( @@ -18837,14 +8256,6 @@ static abstract Result GetMemoryFdKHR( Ref pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] static abstract Result GetMemoryFdPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18853,14 +8264,6 @@ static abstract Result GetMemoryFdPropertiesKHR( MemoryFdPropertiesKHR* pMemoryFdProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] static abstract Result GetMemoryFdPropertiesKHR( @@ -18870,14 +8273,6 @@ static abstract Result GetMemoryFdPropertiesKHR( Ref pMemoryFdProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] static abstract Result GetMemoryHostPointerPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18886,14 +8281,6 @@ static abstract Result GetMemoryHostPointerPropertiesEXT( MemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] static abstract Result GetMemoryHostPointerPropertiesEXT( @@ -18903,14 +8290,6 @@ static abstract Result GetMemoryHostPointerPropertiesEXT( Ref pMemoryHostPointerProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] static abstract Result GetMemoryRemoteAddressNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18919,14 +8298,6 @@ static abstract Result GetMemoryRemoteAddressNV( [NativeTypeName("VkRemoteAddressNV *")] void** pAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] static abstract Result GetMemoryRemoteAddressNV( @@ -18936,14 +8307,6 @@ static abstract Result GetMemoryRemoteAddressNV( [NativeTypeName("VkRemoteAddressNV *")] Ref2D pAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] static abstract void GetMicromapBuildSizesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -18952,14 +8315,6 @@ static abstract void GetMicromapBuildSizesEXT( MicromapBuildSizesInfoEXT* pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] static abstract void GetMicromapBuildSizesEXT( @@ -18969,11 +8324,6 @@ static abstract void GetMicromapBuildSizesEXT( Ref pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPartitionedAccelerationStructuresBuildSizesNV" @@ -18985,11 +8335,6 @@ static abstract void GetPartitionedAccelerationStructuresBuildSizesNV( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction( "vulkan", @@ -19002,58 +8347,38 @@ static abstract void GetPartitionedAccelerationStructuresBuildSizesNV( Ref pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] - static abstract Result GetPastPresentationTimingGoogle( + static abstract Result GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pPresentationTimingCount, - PastPresentationTimingGoogle* pPresentationTimings + PastPresentationTimingGOOGLE* pPresentationTimings ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] - static abstract Result GetPastPresentationTimingGoogle( + static abstract Result GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pPresentationTimingCount, - Ref pPresentationTimings + Ref pPresentationTimings ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] - static abstract Result GetPerformanceParameterIntel( + static abstract Result GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - PerformanceValueIntel* pValue + PerformanceParameterTypeINTEL parameter, + PerformanceValueINTEL* pValue ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] - static abstract Result GetPerformanceParameterIntel( + static abstract Result GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - Ref pValue + PerformanceParameterTypeINTEL parameter, + Ref pValue ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] static abstract Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19061,14 +8386,6 @@ static abstract Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( TimeDomainKHR* pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] static abstract Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( @@ -19077,14 +8394,6 @@ static abstract Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( Ref pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] static abstract Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19092,14 +8401,6 @@ static abstract Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( TimeDomainKHR* pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] static abstract Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( @@ -19108,11 +8409,6 @@ static abstract Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( Ref pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV" @@ -19123,11 +8419,6 @@ static abstract Result GetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPrope CooperativeMatrixFlexibleDimensionsPropertiesNV* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [Transformed] [NativeFunction( "vulkan", @@ -19139,14 +8430,6 @@ static abstract Result GetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPrope Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] static abstract Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19154,14 +8437,6 @@ static abstract Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( CooperativeMatrixPropertiesKHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] static abstract Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( @@ -19170,14 +8445,6 @@ static abstract Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] static abstract Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19185,14 +8452,6 @@ static abstract Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( CooperativeMatrixPropertiesNV* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] static abstract Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( @@ -19201,14 +8460,6 @@ static abstract Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] static abstract Result GetPhysicalDeviceCooperativeVectorPropertiesNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19216,14 +8467,6 @@ static abstract Result GetPhysicalDeviceCooperativeVectorPropertiesNV( CooperativeVectorPropertiesNV* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] static abstract Result GetPhysicalDeviceCooperativeVectorPropertiesNV( @@ -19232,11 +8475,6 @@ static abstract Result GetPhysicalDeviceCooperativeVectorPropertiesNV( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] static abstract Result GetPhysicalDeviceDisplayPlaneProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19244,11 +8482,6 @@ static abstract Result GetPhysicalDeviceDisplayPlaneProperties2KHR( DisplayPlaneProperties2KHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] static abstract Result GetPhysicalDeviceDisplayPlaneProperties2KHR( @@ -19257,7 +8490,6 @@ static abstract Result GetPhysicalDeviceDisplayPlaneProperties2KHR( Ref pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] static abstract Result GetPhysicalDeviceDisplayPlanePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19265,7 +8497,6 @@ static abstract Result GetPhysicalDeviceDisplayPlanePropertiesKHR( DisplayPlanePropertiesKHR* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] static abstract Result GetPhysicalDeviceDisplayPlanePropertiesKHR( @@ -19274,11 +8505,6 @@ static abstract Result GetPhysicalDeviceDisplayPlanePropertiesKHR( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] static abstract Result GetPhysicalDeviceDisplayProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19286,11 +8512,6 @@ static abstract Result GetPhysicalDeviceDisplayProperties2KHR( DisplayProperties2KHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] static abstract Result GetPhysicalDeviceDisplayProperties2KHR( @@ -19299,7 +8520,6 @@ static abstract Result GetPhysicalDeviceDisplayProperties2KHR( Ref pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] static abstract Result GetPhysicalDeviceDisplayPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19307,7 +8527,6 @@ static abstract Result GetPhysicalDeviceDisplayPropertiesKHR( DisplayPropertiesKHR* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] static abstract Result GetPhysicalDeviceDisplayPropertiesKHR( @@ -19316,28 +8535,6 @@ static abstract Result GetPhysicalDeviceDisplayPropertiesKHR( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] static abstract void GetPhysicalDeviceExternalBufferProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19346,28 +8543,6 @@ static abstract void GetPhysicalDeviceExternalBufferProperties( ExternalBufferProperties* pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] static abstract void GetPhysicalDeviceExternalBufferProperties( @@ -19377,14 +8552,6 @@ static abstract void GetPhysicalDeviceExternalBufferProperties( Ref pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] static abstract void GetPhysicalDeviceExternalBufferPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19393,14 +8560,6 @@ static abstract void GetPhysicalDeviceExternalBufferPropertiesKHR( ExternalBufferProperties* pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] static abstract void GetPhysicalDeviceExternalBufferPropertiesKHR( @@ -19410,28 +8569,6 @@ static abstract void GetPhysicalDeviceExternalBufferPropertiesKHR( Ref pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] static abstract void GetPhysicalDeviceExternalFenceProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19440,28 +8577,6 @@ static abstract void GetPhysicalDeviceExternalFenceProperties( ExternalFenceProperties* pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] static abstract void GetPhysicalDeviceExternalFenceProperties( @@ -19471,14 +8586,6 @@ static abstract void GetPhysicalDeviceExternalFenceProperties( Ref pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] static abstract void GetPhysicalDeviceExternalFencePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19487,14 +8594,6 @@ static abstract void GetPhysicalDeviceExternalFencePropertiesKHR( ExternalFenceProperties* pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] static abstract void GetPhysicalDeviceExternalFencePropertiesKHR( @@ -19504,7 +8603,6 @@ static abstract void GetPhysicalDeviceExternalFencePropertiesKHR( Ref pExternalFenceProperties ); - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceExternalImageFormatPropertiesNV" @@ -19521,7 +8619,6 @@ static abstract Result GetPhysicalDeviceExternalImageFormatPropertiesNV( ExternalImageFormatPropertiesNV* pExternalImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [Transformed] [NativeFunction( "vulkan", @@ -19539,28 +8636,6 @@ static abstract Result GetPhysicalDeviceExternalImageFormatPropertiesNV( Ref pExternalImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] static abstract void GetPhysicalDeviceExternalSemaphoreProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19569,28 +8644,6 @@ static abstract void GetPhysicalDeviceExternalSemaphoreProperties( ExternalSemaphoreProperties* pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] static abstract void GetPhysicalDeviceExternalSemaphoreProperties( @@ -19600,14 +8653,6 @@ static abstract void GetPhysicalDeviceExternalSemaphoreProperties( Ref pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] static abstract void GetPhysicalDeviceExternalSemaphorePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19616,14 +8661,6 @@ static abstract void GetPhysicalDeviceExternalSemaphorePropertiesKHR( ExternalSemaphoreProperties* pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] static abstract void GetPhysicalDeviceExternalSemaphorePropertiesKHR( @@ -19633,7 +8670,6 @@ static abstract void GetPhysicalDeviceExternalSemaphorePropertiesKHR( Ref pExternalSemaphoreProperties ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] static abstract void GetPhysicalDeviceExternalTensorPropertiesARM( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19642,7 +8678,6 @@ static abstract void GetPhysicalDeviceExternalTensorPropertiesARM( ExternalTensorPropertiesARM* pExternalTensorProperties ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] static abstract void GetPhysicalDeviceExternalTensorPropertiesARM( @@ -19652,64 +8687,12 @@ static abstract void GetPhysicalDeviceExternalTensorPropertiesARM( Ref pExternalTensorProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] static abstract void GetPhysicalDeviceFeatures( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceFeatures* pFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] static abstract void GetPhysicalDeviceFeatures( @@ -19717,56 +8700,12 @@ static abstract void GetPhysicalDeviceFeatures( Ref pFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] static abstract void GetPhysicalDeviceFeatures2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceFeatures2* pFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] static abstract void GetPhysicalDeviceFeatures2( @@ -19774,14 +8713,12 @@ static abstract void GetPhysicalDeviceFeatures2( Ref pFeatures ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] static abstract void GetPhysicalDeviceFeatures2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceFeatures2* pFeatures ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] static abstract void GetPhysicalDeviceFeatures2KHR( @@ -19789,32 +8726,6 @@ static abstract void GetPhysicalDeviceFeatures2KHR( Ref pFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] static abstract void GetPhysicalDeviceFormatProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19822,32 +8733,6 @@ static abstract void GetPhysicalDeviceFormatProperties( FormatProperties* pFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] static abstract void GetPhysicalDeviceFormatProperties( @@ -19856,28 +8741,6 @@ static abstract void GetPhysicalDeviceFormatProperties( Ref pFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] static abstract void GetPhysicalDeviceFormatProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19885,28 +8748,6 @@ static abstract void GetPhysicalDeviceFormatProperties2( FormatProperties2* pFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] static abstract void GetPhysicalDeviceFormatProperties2( @@ -19915,7 +8756,6 @@ static abstract void GetPhysicalDeviceFormatProperties2( Ref pFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] static abstract void GetPhysicalDeviceFormatProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19923,7 +8763,6 @@ static abstract void GetPhysicalDeviceFormatProperties2KHR( FormatProperties2* pFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] static abstract void GetPhysicalDeviceFormatProperties2KHR( @@ -19932,15 +8771,6 @@ static abstract void GetPhysicalDeviceFormatProperties2KHR( Ref pFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] static abstract Result GetPhysicalDeviceFragmentShadingRatesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -19948,15 +8778,6 @@ static abstract Result GetPhysicalDeviceFragmentShadingRatesKHR( PhysicalDeviceFragmentShadingRateKHR* pFragmentShadingRates ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] static abstract Result GetPhysicalDeviceFragmentShadingRatesKHR( @@ -19965,32 +8786,6 @@ static abstract Result GetPhysicalDeviceFragmentShadingRatesKHR( Ref pFragmentShadingRates ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] static abstract Result GetPhysicalDeviceImageFormatProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -20002,32 +8797,6 @@ static abstract Result GetPhysicalDeviceImageFormatProperties( ImageFormatProperties* pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] static abstract Result GetPhysicalDeviceImageFormatProperties( @@ -20040,28 +8809,6 @@ static abstract Result GetPhysicalDeviceImageFormatProperties( Ref pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] static abstract Result GetPhysicalDeviceImageFormatProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -20070,28 +8817,6 @@ static abstract Result GetPhysicalDeviceImageFormatProperties2( ImageFormatProperties2* pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] static abstract Result GetPhysicalDeviceImageFormatProperties2( @@ -20101,7 +8826,6 @@ static abstract Result GetPhysicalDeviceImageFormatProperties2( Ref pImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] static abstract Result GetPhysicalDeviceImageFormatProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -20110,7 +8834,6 @@ static abstract Result GetPhysicalDeviceImageFormatProperties2KHR( ImageFormatProperties2* pImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] static abstract Result GetPhysicalDeviceImageFormatProperties2KHR( @@ -20120,64 +8843,12 @@ static abstract Result GetPhysicalDeviceImageFormatProperties2KHR( Ref pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] static abstract void GetPhysicalDeviceMemoryProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceMemoryProperties* pMemoryProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] static abstract void GetPhysicalDeviceMemoryProperties( @@ -20185,56 +8856,12 @@ static abstract void GetPhysicalDeviceMemoryProperties( Ref pMemoryProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] static abstract void GetPhysicalDeviceMemoryProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceMemoryProperties2* pMemoryProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] static abstract void GetPhysicalDeviceMemoryProperties2( @@ -20242,14 +8869,12 @@ static abstract void GetPhysicalDeviceMemoryProperties2( Ref pMemoryProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] static abstract void GetPhysicalDeviceMemoryProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceMemoryProperties2* pMemoryProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] static abstract void GetPhysicalDeviceMemoryProperties2KHR( @@ -20257,14 +8882,6 @@ static abstract void GetPhysicalDeviceMemoryProperties2KHR( Ref pMemoryProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] static abstract void GetPhysicalDeviceMultisamplePropertiesEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -20272,14 +8889,6 @@ static abstract void GetPhysicalDeviceMultisamplePropertiesEXT( MultisamplePropertiesEXT* pMultisampleProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] static abstract void GetPhysicalDeviceMultisamplePropertiesEXT( @@ -20288,15 +8897,6 @@ static abstract void GetPhysicalDeviceMultisamplePropertiesEXT( Ref pMultisampleProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] static abstract Result GetPhysicalDeviceOpticalFlowImageFormatsNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -20306,15 +8906,6 @@ static abstract Result GetPhysicalDeviceOpticalFlowImageFormatsNV( OpticalFlowImageFormatPropertiesNV* pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] static abstract Result GetPhysicalDeviceOpticalFlowImageFormatsNV( @@ -20325,93 +8916,29 @@ static abstract Result GetPhysicalDeviceOpticalFlowImageFormatsNV( Ref pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] static abstract Result GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pRectCount, Rect2D* pRects ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] static abstract Result GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pRectCount, Ref pRects ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] static abstract void GetPhysicalDeviceProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] static abstract void GetPhysicalDeviceProperties( @@ -20419,56 +8946,12 @@ static abstract void GetPhysicalDeviceProperties( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] static abstract void GetPhysicalDeviceProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceProperties2* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] static abstract void GetPhysicalDeviceProperties2( @@ -20476,14 +8959,12 @@ static abstract void GetPhysicalDeviceProperties2( Ref pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] static abstract void GetPhysicalDeviceProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceProperties2* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] static abstract void GetPhysicalDeviceProperties2KHR( @@ -20491,15 +8972,6 @@ static abstract void GetPhysicalDeviceProperties2KHR( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM" @@ -20511,15 +8983,6 @@ static abstract void GetPhysicalDeviceQueueFamilyDataGraphProcessingEngineProper QueueFamilyDataGraphProcessingEnginePropertiesARM* pQueueFamilyDataGraphProcessingEngineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -20532,15 +8995,6 @@ static abstract void GetPhysicalDeviceQueueFamilyDataGraphProcessingEngineProper Ref pQueueFamilyDataGraphProcessingEngineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM" @@ -20552,15 +9006,6 @@ static abstract Result GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( QueueFamilyDataGraphPropertiesARM* pQueueFamilyDataGraphProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -20573,14 +9018,6 @@ static abstract Result GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( Ref pQueueFamilyDataGraphProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR" @@ -20592,14 +9029,6 @@ static abstract void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( [NativeTypeName("uint32_t *")] uint* pNumPasses ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -20612,32 +9041,6 @@ static abstract void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( [NativeTypeName("uint32_t *")] Ref pNumPasses ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] static abstract void GetPhysicalDeviceQueueFamilyProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -20645,32 +9048,6 @@ static abstract void GetPhysicalDeviceQueueFamilyProperties( QueueFamilyProperties* pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] static abstract void GetPhysicalDeviceQueueFamilyProperties( @@ -20679,28 +9056,6 @@ static abstract void GetPhysicalDeviceQueueFamilyProperties( Ref pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] static abstract void GetPhysicalDeviceQueueFamilyProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -20708,28 +9063,6 @@ static abstract void GetPhysicalDeviceQueueFamilyProperties2( QueueFamilyProperties2* pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] static abstract void GetPhysicalDeviceQueueFamilyProperties2( @@ -20738,7 +9071,6 @@ static abstract void GetPhysicalDeviceQueueFamilyProperties2( Ref pQueueFamilyProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] static abstract void GetPhysicalDeviceQueueFamilyProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -20746,7 +9078,6 @@ static abstract void GetPhysicalDeviceQueueFamilyProperties2KHR( QueueFamilyProperties2* pQueueFamilyProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] static abstract void GetPhysicalDeviceQueueFamilyProperties2KHR( @@ -20755,32 +9086,6 @@ static abstract void GetPhysicalDeviceQueueFamilyProperties2KHR( Ref pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] static abstract void GetPhysicalDeviceSparseImageFormatProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -20793,32 +9098,6 @@ static abstract void GetPhysicalDeviceSparseImageFormatProperties( SparseImageFormatProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] static abstract void GetPhysicalDeviceSparseImageFormatProperties( @@ -20832,28 +9111,6 @@ static abstract void GetPhysicalDeviceSparseImageFormatProperties( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] static abstract void GetPhysicalDeviceSparseImageFormatProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -20863,28 +9120,6 @@ static abstract void GetPhysicalDeviceSparseImageFormatProperties2( SparseImageFormatProperties2* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] static abstract void GetPhysicalDeviceSparseImageFormatProperties2( @@ -20895,7 +9130,6 @@ static abstract void GetPhysicalDeviceSparseImageFormatProperties2( Ref pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2KHR" @@ -20908,7 +9142,6 @@ static abstract void GetPhysicalDeviceSparseImageFormatProperties2KHR( SparseImageFormatProperties2* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction( "vulkan", @@ -20922,14 +9155,6 @@ static abstract void GetPhysicalDeviceSparseImageFormatProperties2KHR( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV" @@ -20940,14 +9165,6 @@ static abstract Result GetPhysicalDeviceSupportedFramebufferMixedSamplesCombinat FramebufferMixedSamplesCombinationNV* pCombinations ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -20959,36 +9176,21 @@ static abstract Result GetPhysicalDeviceSupportedFramebufferMixedSamplesCombinat Ref pCombinations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] static abstract Result GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilities2EXT* pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] static abstract Result GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] static abstract Result GetPhysicalDeviceSurfaceCapabilities2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -20997,11 +9199,6 @@ static abstract Result GetPhysicalDeviceSurfaceCapabilities2KHR( SurfaceCapabilities2KHR* pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] static abstract Result GetPhysicalDeviceSurfaceCapabilities2KHR( @@ -21011,28 +9208,21 @@ static abstract Result GetPhysicalDeviceSurfaceCapabilities2KHR( Ref pSurfaceCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] static abstract Result GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilitiesKHR* pSurfaceCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] static abstract Result GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] static abstract Result GetPhysicalDeviceSurfaceFormats2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -21042,11 +9232,6 @@ static abstract Result GetPhysicalDeviceSurfaceFormats2KHR( SurfaceFormat2KHR* pSurfaceFormats ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] static abstract Result GetPhysicalDeviceSurfaceFormats2KHR( @@ -21057,77 +9242,57 @@ static abstract Result GetPhysicalDeviceSurfaceFormats2KHR( Ref pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] static abstract Result GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pSurfaceFormatCount, SurfaceFormatKHR* pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] static abstract Result GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pSurfaceFormatCount, Ref pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] static abstract Result GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pPresentModeCount, PresentModeKHR* pPresentModes ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] static abstract Result GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pPresentModeCount, Ref pPresentModes ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] static abstract Result GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] uint* pSupported ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] static abstract Result GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] Ref pSupported ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] static abstract Result GetPhysicalDeviceToolProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -21135,20 +9300,6 @@ static abstract Result GetPhysicalDeviceToolProperties( PhysicalDeviceToolProperties* pToolProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] static abstract Result GetPhysicalDeviceToolProperties( @@ -21157,7 +9308,6 @@ static abstract Result GetPhysicalDeviceToolProperties( Ref pToolProperties ); - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] static abstract Result GetPhysicalDeviceToolPropertiesEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -21165,7 +9315,6 @@ static abstract Result GetPhysicalDeviceToolPropertiesEXT( PhysicalDeviceToolProperties* pToolProperties ); - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] static abstract Result GetPhysicalDeviceToolPropertiesEXT( @@ -21174,11 +9323,6 @@ static abstract Result GetPhysicalDeviceToolPropertiesEXT( Ref pToolProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] static abstract Result GetPhysicalDeviceVideoCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -21186,11 +9330,6 @@ static abstract Result GetPhysicalDeviceVideoCapabilitiesKHR( VideoCapabilitiesKHR* pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] static abstract Result GetPhysicalDeviceVideoCapabilitiesKHR( @@ -21200,14 +9339,6 @@ static abstract Result GetPhysicalDeviceVideoCapabilitiesKHR( Ref pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR" @@ -21219,14 +9350,6 @@ static abstract Result GetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR( VideoEncodeQualityLevelPropertiesKHR* pQualityLevelProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -21239,11 +9362,6 @@ static abstract Result GetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR( Ref pQualityLevelProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] static abstract Result GetPhysicalDeviceVideoFormatPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -21253,11 +9371,6 @@ static abstract Result GetPhysicalDeviceVideoFormatPropertiesKHR( VideoFormatPropertiesKHR* pVideoFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] static abstract Result GetPhysicalDeviceVideoFormatPropertiesKHR( @@ -21268,14 +9381,6 @@ static abstract Result GetPhysicalDeviceVideoFormatPropertiesKHR( Ref pVideoFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] static abstract Result GetPipelineBinaryDataKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21286,14 +9391,6 @@ static abstract Result GetPipelineBinaryDataKHR( void* pPipelineBinaryData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] static abstract Result GetPipelineBinaryDataKHR( @@ -21305,27 +9402,6 @@ static abstract Result GetPipelineBinaryDataKHR( Ref pPipelineBinaryData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] static abstract Result GetPipelineCacheData( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21334,27 +9410,6 @@ static abstract Result GetPipelineCacheData( void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] static abstract Result GetPipelineCacheData( @@ -21364,14 +9419,6 @@ static abstract Result GetPipelineCacheData( Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] static abstract Result GetPipelineExecutableInternalRepresentationsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21381,14 +9428,6 @@ static abstract Result GetPipelineExecutableInternalRepresentationsKHR( PipelineExecutableInternalRepresentationKHR* pInternalRepresentations ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] static abstract Result GetPipelineExecutableInternalRepresentationsKHR( @@ -21399,14 +9438,6 @@ static abstract Result GetPipelineExecutableInternalRepresentationsKHR( Ref pInternalRepresentations ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] static abstract Result GetPipelineExecutablePropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21415,14 +9446,6 @@ static abstract Result GetPipelineExecutablePropertiesKHR( PipelineExecutablePropertiesKHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] static abstract Result GetPipelineExecutablePropertiesKHR( @@ -21432,14 +9455,6 @@ static abstract Result GetPipelineExecutablePropertiesKHR( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] static abstract Result GetPipelineExecutableStatisticsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21449,14 +9464,6 @@ static abstract Result GetPipelineExecutableStatisticsKHR( PipelineExecutableStatisticKHR* pStatistics ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] static abstract Result GetPipelineExecutableStatisticsKHR( @@ -21468,11 +9475,6 @@ Ref pStatistics ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] static abstract ulong GetPipelineIndirectDeviceAddressNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21481,11 +9483,6 @@ static abstract ulong GetPipelineIndirectDeviceAddressNV( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] static abstract ulong GetPipelineIndirectDeviceAddressNV( @@ -21494,11 +9491,6 @@ static abstract ulong GetPipelineIndirectDeviceAddressNV( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] static abstract void GetPipelineIndirectMemoryRequirementsNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21507,11 +9499,6 @@ static abstract void GetPipelineIndirectMemoryRequirementsNV( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] static abstract void GetPipelineIndirectMemoryRequirementsNV( @@ -21521,14 +9508,6 @@ static abstract void GetPipelineIndirectMemoryRequirementsNV( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] static abstract Result GetPipelineKeyKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21537,14 +9516,6 @@ static abstract Result GetPipelineKeyKHR( PipelineBinaryKeyKHR* pPipelineKey ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] static abstract Result GetPipelineKeyKHR( @@ -21554,14 +9525,6 @@ static abstract Result GetPipelineKeyKHR( Ref pPipelineKey ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] static abstract Result GetPipelinePropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21569,14 +9532,6 @@ static abstract Result GetPipelinePropertiesEXT( BaseOutStructure* pPipelineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] static abstract Result GetPipelinePropertiesEXT( @@ -21585,20 +9540,6 @@ static abstract Result GetPipelinePropertiesEXT( Ref pPipelineProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] static abstract void GetPrivateData( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21608,20 +9549,6 @@ static abstract void GetPrivateData( [NativeTypeName("uint64_t *")] ulong* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] static abstract void GetPrivateData( @@ -21632,14 +9559,6 @@ static abstract void GetPrivateData( [NativeTypeName("uint64_t *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] static abstract void GetPrivateDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21649,14 +9568,6 @@ static abstract void GetPrivateDataEXT( [NativeTypeName("uint64_t *")] ulong* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] static abstract void GetPrivateDataEXT( @@ -21667,32 +9578,6 @@ static abstract void GetPrivateDataEXT( [NativeTypeName("uint64_t *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] static abstract Result GetQueryPoolResults( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21705,32 +9590,6 @@ static abstract Result GetQueryPoolResults( [NativeTypeName("VkQueryResultFlags")] QueryResultFlags flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] static abstract Result GetQueryPoolResults( @@ -21744,17 +9603,6 @@ static abstract Result GetQueryPoolResults( [NativeTypeName("VkQueryResultFlags")] QueryResultFlags flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] static abstract void GetQueueCheckpointData2NV( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -21762,17 +9610,6 @@ static abstract void GetQueueCheckpointData2NV( CheckpointData2NV* pCheckpointData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] static abstract void GetQueueCheckpointData2NV( @@ -21781,14 +9618,6 @@ static abstract void GetQueueCheckpointData2NV( Ref pCheckpointData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] static abstract void GetQueueCheckpointDataNV( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -21796,14 +9625,6 @@ static abstract void GetQueueCheckpointDataNV( CheckpointDataNV* pCheckpointData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] static abstract void GetQueueCheckpointDataNV( @@ -21812,14 +9633,6 @@ static abstract void GetQueueCheckpointDataNV( Ref pCheckpointData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] static abstract Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21830,14 +9643,6 @@ static abstract Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] static abstract Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( @@ -21849,14 +9654,6 @@ static abstract Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] static abstract Result GetRayTracingShaderGroupHandlesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21867,14 +9664,6 @@ static abstract Result GetRayTracingShaderGroupHandlesKHR( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] static abstract Result GetRayTracingShaderGroupHandlesKHR( @@ -21886,14 +9675,6 @@ static abstract Result GetRayTracingShaderGroupHandlesKHR( Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] static abstract Result GetRayTracingShaderGroupHandlesNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21904,14 +9685,6 @@ static abstract Result GetRayTracingShaderGroupHandlesNV( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] static abstract Result GetRayTracingShaderGroupHandlesNV( @@ -21924,14 +9697,6 @@ Ref pData ); [return: NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupStackSizeKHR")] static abstract ulong GetRayTracingShaderGroupStackSizeKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21940,47 +9705,21 @@ static abstract ulong GetRayTracingShaderGroupStackSizeKHR( ShaderGroupShaderKHR groupShader ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] - static abstract Result GetRefreshCycleDurationGoogle( + static abstract Result GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - RefreshCycleDurationGoogle* pDisplayTimingProperties + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + RefreshCycleDurationGOOGLE* pDisplayTimingProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] - static abstract Result GetRefreshCycleDurationGoogle( + static abstract Result GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - Ref pDisplayTimingProperties + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + Ref pDisplayTimingProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] static abstract void GetRenderAreaGranularity( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -21988,22 +9727,6 @@ static abstract void GetRenderAreaGranularity( Extent2D* pGranularity ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] static abstract void GetRenderAreaGranularity( @@ -22012,11 +9735,6 @@ static abstract void GetRenderAreaGranularity( Ref pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] static abstract void GetRenderingAreaGranularity( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22024,11 +9742,6 @@ static abstract void GetRenderingAreaGranularity( Extent2D* pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] static abstract void GetRenderingAreaGranularity( @@ -22038,11 +9751,6 @@ static abstract void GetRenderingAreaGranularity( Ref pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] static abstract void GetRenderingAreaGranularityKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22050,11 +9758,6 @@ static abstract void GetRenderingAreaGranularityKHR( Extent2D* pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] static abstract void GetRenderingAreaGranularityKHR( @@ -22064,16 +9767,6 @@ static abstract void GetRenderingAreaGranularityKHR( Ref pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] static abstract Result GetSamplerOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22082,16 +9775,6 @@ static abstract Result GetSamplerOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] static abstract Result GetSamplerOpaqueCaptureDescriptorDataEXT( @@ -22101,24 +9784,6 @@ static abstract Result GetSamplerOpaqueCaptureDescriptorDataEXT( Ref pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] static abstract Result GetSemaphoreCounterValue( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22126,24 +9791,6 @@ static abstract Result GetSemaphoreCounterValue( [NativeTypeName("uint64_t *")] ulong* pValue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] static abstract Result GetSemaphoreCounterValue( @@ -22152,14 +9799,6 @@ static abstract Result GetSemaphoreCounterValue( [NativeTypeName("uint64_t *")] Ref pValue ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] static abstract Result GetSemaphoreCounterValueKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22167,14 +9806,6 @@ static abstract Result GetSemaphoreCounterValueKHR( [NativeTypeName("uint64_t *")] ulong* pValue ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] static abstract Result GetSemaphoreCounterValueKHR( @@ -22183,14 +9814,6 @@ static abstract Result GetSemaphoreCounterValueKHR( [NativeTypeName("uint64_t *")] Ref pValue ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] static abstract Result GetSemaphoreFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22198,14 +9821,6 @@ static abstract Result GetSemaphoreFdKHR( int* pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] static abstract Result GetSemaphoreFdKHR( @@ -22215,42 +9830,23 @@ static abstract Result GetSemaphoreFdKHR( Ref pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] static abstract Result GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] static abstract Result GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ); - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] static abstract Result GetShaderInfoAMD( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22261,7 +9857,6 @@ static abstract Result GetShaderInfoAMD( void* pInfo ); - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] static abstract Result GetShaderInfoAMD( @@ -22273,15 +9868,6 @@ static abstract Result GetShaderInfoAMD( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] static abstract void GetShaderModuleCreateInfoIdentifierEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22290,15 +9876,6 @@ static abstract void GetShaderModuleCreateInfoIdentifierEXT( ShaderModuleIdentifierEXT* pIdentifier ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] static abstract void GetShaderModuleCreateInfoIdentifierEXT( @@ -22308,15 +9885,6 @@ static abstract void GetShaderModuleCreateInfoIdentifierEXT( Ref pIdentifier ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] static abstract void GetShaderModuleIdentifierEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22324,15 +9892,6 @@ static abstract void GetShaderModuleIdentifierEXT( ShaderModuleIdentifierEXT* pIdentifier ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] static abstract void GetShaderModuleIdentifierEXT( @@ -22341,67 +9900,46 @@ static abstract void GetShaderModuleIdentifierEXT( Ref pIdentifier ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] static abstract Result GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] ulong* pCounterValue ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] static abstract Result GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] Ref pCounterValue ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] static abstract Result GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pSwapchainImageCount, [NativeTypeName("VkImage *")] ImageHandle* pSwapchainImages ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] static abstract Result GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pSwapchainImageCount, [NativeTypeName("VkImage *")] Ref pSwapchainImages ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainStatusKHR")] static abstract Result GetSwapchainStatusKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] static abstract void GetTensorMemoryRequirementsARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22410,7 +9948,6 @@ static abstract void GetTensorMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] static abstract void GetTensorMemoryRequirementsARM( @@ -22420,12 +9957,6 @@ static abstract void GetTensorMemoryRequirementsARM( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] static abstract Result GetTensorOpaqueCaptureDescriptorDataARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22434,12 +9965,6 @@ static abstract Result GetTensorOpaqueCaptureDescriptorDataARM( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] static abstract Result GetTensorOpaqueCaptureDescriptorDataARM( @@ -22449,12 +9974,6 @@ static abstract Result GetTensorOpaqueCaptureDescriptorDataARM( Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] static abstract Result GetTensorViewOpaqueCaptureDescriptorDataARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22463,12 +9982,6 @@ static abstract Result GetTensorViewOpaqueCaptureDescriptorDataARM( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] static abstract Result GetTensorViewOpaqueCaptureDescriptorDataARM( @@ -22478,60 +9991,40 @@ static abstract Result GetTensorViewOpaqueCaptureDescriptorDataARM( Ref pData ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] static abstract Result GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] static abstract Result GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] static abstract Result GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] uint* pMemoryRequirementsCount, VideoSessionMemoryRequirementsKHR* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] static abstract Result GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] Ref pMemoryRequirementsCount, Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] static abstract Result ImportFenceFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22539,14 +10032,6 @@ static abstract Result ImportFenceFdKHR( ImportFenceFdInfoKHR* pImportFenceFdInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] static abstract Result ImportFenceFdKHR( @@ -22555,14 +10040,6 @@ static abstract Result ImportFenceFdKHR( Ref pImportFenceFdInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] static abstract Result ImportSemaphoreFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22570,14 +10047,6 @@ static abstract Result ImportSemaphoreFdKHR( ImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] static abstract Result ImportSemaphoreFdKHR( @@ -22586,49 +10055,21 @@ static abstract Result ImportSemaphoreFdKHR( Ref pImportSemaphoreFdInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] - static abstract Result InitializePerformanceApiIntel( + static abstract Result InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - InitializePerformanceApiInfoIntel* pInitializeInfo + InitializePerformanceApiInfoINTEL* pInitializeInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] - static abstract Result InitializePerformanceApiIntel( + static abstract Result InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - Ref pInitializeInfo + Ref pInitializeInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] static abstract Result InvalidateMappedMemoryRanges( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22636,32 +10077,6 @@ static abstract Result InvalidateMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] MappedMemoryRange* pMemoryRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] static abstract Result InvalidateMappedMemoryRanges( @@ -22670,67 +10085,21 @@ static abstract Result InvalidateMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] Ref pMemoryRanges ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] static abstract Result LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] LatencySleepInfoNV* pSleepInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] static abstract Result LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] Ref pSleepInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] static abstract Result MapMemory( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22741,32 +10110,6 @@ static abstract Result MapMemory( void** ppData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] static abstract Result MapMemory( @@ -22778,16 +10121,6 @@ static abstract Result MapMemory( Ref2D ppData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] static abstract Result MapMemory2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22795,16 +10128,6 @@ static abstract Result MapMemory2( void** ppData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] static abstract Result MapMemory2( @@ -22813,7 +10136,6 @@ static abstract Result MapMemory2( Ref2D ppData ); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] static abstract Result MapMemory2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22821,7 +10143,6 @@ static abstract Result MapMemory2KHR( void** ppData ); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] static abstract Result MapMemory2KHR( @@ -22830,27 +10151,6 @@ static abstract Result MapMemory2KHR( Ref2D ppData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] static abstract Result MergePipelineCaches( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -22859,27 +10159,6 @@ static abstract Result MergePipelineCaches( [NativeTypeName("const VkPipelineCache *")] PipelineCacheHandle* pSrcCaches ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] static abstract Result MergePipelineCaches( @@ -22889,34 +10168,30 @@ static abstract Result MergePipelineCaches( [NativeTypeName("const VkPipelineCache *")] Ref pSrcCaches ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] static abstract Result MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, - [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheEXTHandle* pSrcCaches + [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheHandleEXT* pSrcCaches ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] static abstract Result MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, [NativeTypeName("const VkValidationCacheEXT *")] - Ref pSrcCaches + Ref pSrcCaches ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] static abstract void QueueBeginDebugUtilsLabelEXT( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] static abstract void QueueBeginDebugUtilsLabelEXT( @@ -22924,32 +10199,6 @@ static abstract void QueueBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] static abstract Result QueueBindSparse( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -22958,32 +10207,6 @@ static abstract Result QueueBindSparse( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] static abstract Result QueueBindSparse( @@ -22993,20 +10216,17 @@ static abstract Result QueueBindSparse( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueEndDebugUtilsLabelEXT")] static abstract void QueueEndDebugUtilsLabelEXT( [NativeTypeName("VkQueue")] QueueHandle queue ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] static abstract void QueueInsertDebugUtilsLabelEXT( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] static abstract void QueueInsertDebugUtilsLabelEXT( @@ -23014,16 +10234,6 @@ static abstract void QueueInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] static abstract void QueueNotifyOutOfBandNV( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -23031,16 +10241,6 @@ static abstract void QueueNotifyOutOfBandNV( OutOfBandQueueTypeInfoNV* pQueueTypeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] static abstract void QueueNotifyOutOfBandNV( @@ -23049,14 +10249,12 @@ static abstract void QueueNotifyOutOfBandNV( Ref pQueueTypeInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] static abstract Result QueuePresentKHR( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("const VkPresentInfoKHR *")] PresentInfoKHR* pPresentInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] static abstract Result QueuePresentKHR( @@ -23064,40 +10262,13 @@ static abstract Result QueuePresentKHR( [NativeTypeName("const VkPresentInfoKHR *")] Ref pPresentInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkQueueSetPerformanceConfigurationINTEL")] - static abstract Result QueueSetPerformanceConfigurationIntel( + static abstract Result QueueSetPerformanceConfigurationINTEL( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration + PerformanceConfigurationHandleINTEL configuration ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] static abstract Result QueueSubmit( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -23106,32 +10277,6 @@ static abstract Result QueueSubmit( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] static abstract Result QueueSubmit( @@ -23141,20 +10286,6 @@ static abstract Result QueueSubmit( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] static abstract Result QueueSubmit2( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -23163,20 +10294,6 @@ static abstract Result QueueSubmit2( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] static abstract Result QueueSubmit2( @@ -23186,14 +10303,6 @@ static abstract Result QueueSubmit2( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] static abstract Result QueueSubmit2KHR( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -23202,14 +10311,6 @@ static abstract Result QueueSubmit2KHR( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] static abstract Result QueueSubmit2KHR( @@ -23219,40 +10320,9 @@ static abstract Result QueueSubmit2KHR( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueWaitIdle")] static abstract Result QueueWaitIdle([NativeTypeName("VkQueue")] QueueHandle queue); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] static abstract Result RegisterDeviceEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23261,11 +10331,6 @@ static abstract Result RegisterDeviceEventEXT( [NativeTypeName("VkFence *")] FenceHandle* pFence ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] static abstract Result RegisterDeviceEventEXT( @@ -23276,45 +10341,27 @@ static abstract Result RegisterDeviceEventEXT( [NativeTypeName("VkFence *")] Ref pFence ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] static abstract Result RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] DisplayEventInfoEXT* pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkFence *")] FenceHandle* pFence ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] static abstract Result RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] Ref pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkFence *")] Ref pFence ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] static abstract Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23323,14 +10370,6 @@ static abstract Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] static abstract Result ReleaseCapturedPipelineDataKHR( @@ -23340,46 +10379,24 @@ static abstract Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_direct_mode_display"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseDisplayEXT")] static abstract Result ReleaseDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkReleasePerformanceConfigurationINTEL")] - static abstract Result ReleasePerformanceConfigurationIntel( + static abstract Result ReleasePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration + PerformanceConfigurationHandleINTEL configuration ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseProfilingLockKHR")] static abstract void ReleaseProfilingLockKHR( [NativeTypeName("VkDevice")] DeviceHandle device ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] static abstract Result ReleaseSwapchainImagesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23387,14 +10404,6 @@ static abstract Result ReleaseSwapchainImagesEXT( ReleaseSwapchainImagesInfoKHR* pReleaseInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] static abstract Result ReleaseSwapchainImagesEXT( @@ -23403,15 +10412,6 @@ static abstract Result ReleaseSwapchainImagesEXT( Ref pReleaseInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] static abstract Result ReleaseSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23419,15 +10419,6 @@ static abstract Result ReleaseSwapchainImagesKHR( ReleaseSwapchainImagesInfoKHR* pReleaseInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] static abstract Result ReleaseSwapchainImagesKHR( @@ -23436,64 +10427,12 @@ static abstract Result ReleaseSwapchainImagesKHR( Ref pReleaseInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetCommandBuffer")] static abstract Result ResetCommandBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkCommandBufferResetFlags")] CommandBufferResetFlags flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetCommandPool")] static abstract Result ResetCommandPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23501,27 +10440,6 @@ static abstract Result ResetCommandPool( [NativeTypeName("VkCommandPoolResetFlags")] CommandPoolResetFlags flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetDescriptorPool")] static abstract Result ResetDescriptorPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23529,59 +10447,12 @@ static abstract Result ResetDescriptorPool( [NativeTypeName("VkDescriptorPoolResetFlags")] uint flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetEvent")] static abstract Result ResetEvent( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkEvent")] EventHandle @event ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] static abstract Result ResetFences( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23589,32 +10460,6 @@ static abstract Result ResetFences( [NativeTypeName("const VkFence *")] FenceHandle* pFences ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] static abstract Result ResetFences( @@ -23623,24 +10468,6 @@ static abstract Result ResetFences( [NativeTypeName("const VkFence *")] Ref pFences ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkResetQueryPool")] static abstract void ResetQueryPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23649,14 +10476,6 @@ static abstract void ResetQueryPool( [NativeTypeName("uint32_t")] uint queryCount ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_query_reset"], - ImpliesSets = [ - "VK_EXT_host_query_reset+VK_KHR_get_physical_device_properties2", - "VK_EXT_host_query_reset+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkResetQueryPoolEXT")] static abstract void ResetQueryPoolEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23665,7 +10484,6 @@ static abstract void ResetQueryPoolEXT( [NativeTypeName("uint32_t")] uint queryCount ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] static abstract Result SetDebugUtilsObjectNameEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23673,7 +10491,6 @@ static abstract Result SetDebugUtilsObjectNameEXT( DebugUtilsObjectNameInfoEXT* pNameInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] static abstract Result SetDebugUtilsObjectNameEXT( @@ -23682,7 +10499,6 @@ static abstract Result SetDebugUtilsObjectNameEXT( Ref pNameInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] static abstract Result SetDebugUtilsObjectTagEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23690,7 +10506,6 @@ static abstract Result SetDebugUtilsObjectTagEXT( DebugUtilsObjectTagInfoEXT* pTagInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] static abstract Result SetDebugUtilsObjectTagEXT( @@ -23699,11 +10514,6 @@ static abstract Result SetDebugUtilsObjectTagEXT( Ref pTagInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] [NativeFunction("vulkan", EntryPoint = "vkSetDeviceMemoryPriorityEXT")] static abstract void SetDeviceMemoryPriorityEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23711,171 +10521,78 @@ static abstract void SetDeviceMemoryPriorityEXT( float priority ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkSetEvent")] static abstract Result SetEvent( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkEvent")] EventHandle @event ); - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] static abstract void SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] HdrMetadataEXT* pMetadata ); - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] static abstract void SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] Ref pMetadata ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] static abstract void SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] SetLatencyMarkerInfoNV* pLatencyMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] static abstract void SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] Ref pLatencyMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] static abstract Result SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] LatencySleepModeInfoNV* pSleepModeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] static abstract Result SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] Ref pSleepModeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] static abstract void SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] uint localDimmingEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] static abstract void SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] MaybeBool localDimmingEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkSetPrivateData")] static abstract Result SetPrivateData( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23885,14 +10602,6 @@ static abstract Result SetPrivateData( [NativeTypeName("uint64_t")] ulong data ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetPrivateDataEXT")] static abstract Result SetPrivateDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -23902,48 +10611,12 @@ static abstract Result SetPrivateDataEXT( [NativeTypeName("uint64_t")] ulong data ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] static abstract Result SignalSemaphore( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSemaphoreSignalInfo *")] SemaphoreSignalInfo* pSignalInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] static abstract Result SignalSemaphore( @@ -23951,28 +10624,12 @@ static abstract Result SignalSemaphore( [NativeTypeName("const VkSemaphoreSignalInfo *")] Ref pSignalInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] static abstract Result SignalSemaphoreKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSemaphoreSignalInfo *")] SemaphoreSignalInfo* pSignalInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] static abstract Result SignalSemaphoreKHR( @@ -23980,7 +10637,6 @@ static abstract Result SignalSemaphoreKHR( [NativeTypeName("const VkSemaphoreSignalInfo *")] Ref pSignalInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] static abstract void SubmitDebugUtilsMessageEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, @@ -23991,7 +10647,6 @@ static abstract void SubmitDebugUtilsMessageEXT( DebugUtilsMessengerCallbackDataEXT* pCallbackData ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] static abstract void SubmitDebugUtilsMessageEXT( @@ -24003,16 +10658,6 @@ static abstract void SubmitDebugUtilsMessageEXT( Ref pCallbackData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] static abstract Result TransitionImageLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24021,16 +10666,6 @@ static abstract Result TransitionImageLayout( HostImageLayoutTransitionInfo* pTransitions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] static abstract Result TransitionImageLayout( @@ -24040,15 +10675,6 @@ static abstract Result TransitionImageLayout( Ref pTransitions ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] static abstract Result TransitionImageLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24057,15 +10683,6 @@ static abstract Result TransitionImageLayoutEXT( HostImageLayoutTransitionInfo* pTransitions ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] static abstract Result TransitionImageLayoutEXT( @@ -24075,28 +10692,6 @@ static abstract Result TransitionImageLayoutEXT( Ref pTransitions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkTrimCommandPool")] static abstract void TrimCommandPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24104,7 +10699,6 @@ static abstract void TrimCommandPool( [NativeTypeName("VkCommandPoolTrimFlags")] uint flags ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] [NativeFunction("vulkan", EntryPoint = "vkTrimCommandPoolKHR")] static abstract void TrimCommandPoolKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24112,70 +10706,23 @@ static abstract void TrimCommandPoolKHR( [NativeTypeName("VkCommandPoolTrimFlags")] uint flags ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkUninitializePerformanceApiINTEL")] - static abstract void UninitializePerformanceApiIntel( + static abstract void UninitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory")] static abstract void UnmapMemory( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDeviceMemory")] DeviceMemoryHandle memory ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] static abstract Result UnmapMemory2( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMemoryUnmapInfo *")] MemoryUnmapInfo* pMemoryUnmapInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] static abstract Result UnmapMemory2( @@ -24183,14 +10730,12 @@ static abstract Result UnmapMemory2( [NativeTypeName("const VkMemoryUnmapInfo *")] Ref pMemoryUnmapInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] static abstract Result UnmapMemory2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMemoryUnmapInfo *")] MemoryUnmapInfo* pMemoryUnmapInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] static abstract Result UnmapMemory2KHR( @@ -24198,27 +10743,6 @@ static abstract Result UnmapMemory2KHR( [NativeTypeName("const VkMemoryUnmapInfo *")] Ref pMemoryUnmapInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] static abstract void UpdateDescriptorSets( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24228,27 +10752,6 @@ static abstract void UpdateDescriptorSets( [NativeTypeName("const VkCopyDescriptorSet *")] CopyDescriptorSet* pDescriptorCopies ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] static abstract void UpdateDescriptorSets( @@ -24260,24 +10763,6 @@ static abstract void UpdateDescriptorSets( [NativeTypeName("const VkCopyDescriptorSet *")] Ref pDescriptorCopies ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] static abstract void UpdateDescriptorSetWithTemplate( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24287,24 +10772,6 @@ static abstract void UpdateDescriptorSetWithTemplate( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] static abstract void UpdateDescriptorSetWithTemplate( @@ -24315,7 +10782,6 @@ static abstract void UpdateDescriptorSetWithTemplate( [NativeTypeName("const void *")] Ref pData ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] static abstract void UpdateDescriptorSetWithTemplateKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24325,7 +10791,6 @@ static abstract void UpdateDescriptorSetWithTemplateKHR( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] static abstract void UpdateDescriptorSetWithTemplateKHR( @@ -24336,177 +10801,87 @@ static abstract void UpdateDescriptorSetWithTemplateKHR( [NativeTypeName("const void *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] static abstract void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT* pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] static abstract void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] Ref pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] static abstract void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] static abstract void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT* pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] static abstract void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] Ref pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] static abstract void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] static abstract Result UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] VideoSessionParametersUpdateInfoKHR* pUpdateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] static abstract Result UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] Ref pUpdateInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] static abstract Result WaitForFences( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24516,32 +10891,6 @@ static abstract Result WaitForFences( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] static abstract Result WaitForFences( @@ -24552,73 +10901,30 @@ static abstract Result WaitForFences( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] static abstract Result WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] PresentWait2InfoKHR* pPresentWait2Info ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] static abstract Result WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] Ref pPresentWait2Info ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresentKHR")] static abstract Result WaitForPresentKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong presentId, [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] static abstract Result WaitSemaphores( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24626,24 +10932,6 @@ static abstract Result WaitSemaphores( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] static abstract Result WaitSemaphores( @@ -24652,14 +10940,6 @@ static abstract Result WaitSemaphores( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] static abstract Result WaitSemaphoresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24667,14 +10947,6 @@ static abstract Result WaitSemaphoresKHR( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] static abstract Result WaitSemaphoresKHR( @@ -24683,80 +10955,48 @@ static abstract Result WaitSemaphoresKHR( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] static abstract Result WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, [NativeTypeName("size_t")] nuint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] static abstract Result WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, [NativeTypeName("size_t")] nuint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] static abstract Result WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, [NativeTypeName("size_t")] nuint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] static abstract Result WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, @@ -24764,24 +11004,13 @@ static abstract Result WriteMicromapsPropertiesEXT( ); } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireDrmDisplayEXT")] Result AcquireDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] Result AcquireNextImage2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24789,12 +11018,6 @@ Result AcquireNextImage2KHR( [NativeTypeName("uint32_t *")] uint* pImageIndex ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] Result AcquireNextImage2KHR( @@ -24804,72 +11027,52 @@ Result AcquireNextImage2KHR( [NativeTypeName("uint32_t *")] Ref pImageIndex ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] Result AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, [NativeTypeName("uint32_t *")] uint* pImageIndex ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] Result AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, [NativeTypeName("uint32_t *")] Ref pImageIndex ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] - Result AcquirePerformanceConfigurationIntel( + Result AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - PerformanceConfigurationAcquireInfoIntel* pAcquireInfo, + PerformanceConfigurationAcquireInfoINTEL* pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - PerformanceConfigurationIntelHandle* pConfiguration + PerformanceConfigurationHandleINTEL* pConfiguration ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] - Result AcquirePerformanceConfigurationIntel( + Result AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - Ref pAcquireInfo, + Ref pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - Ref pConfiguration + Ref pConfiguration ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] Result AcquireProfilingLockKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAcquireProfilingLockInfoKHR *")] AcquireProfilingLockInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] Result AcquireProfilingLockKHR( @@ -24878,32 +11081,6 @@ Result AcquireProfilingLockKHR( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] Result AllocateCommandBuffers( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24912,32 +11089,6 @@ Result AllocateCommandBuffers( [NativeTypeName("VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] Result AllocateCommandBuffers( @@ -24947,27 +11098,6 @@ Result AllocateCommandBuffers( [NativeTypeName("VkCommandBuffer *")] Ref pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] Result AllocateDescriptorSets( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -24976,27 +11106,6 @@ Result AllocateDescriptorSets( [NativeTypeName("VkDescriptorSet *")] DescriptorSetHandle* pDescriptorSets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] Result AllocateDescriptorSets( @@ -25006,32 +11115,6 @@ Result AllocateDescriptorSets( [NativeTypeName("VkDescriptorSet *")] Ref pDescriptorSets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] Result AllocateMemory( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -25040,32 +11123,6 @@ Result AllocateMemory( [NativeTypeName("VkDeviceMemory *")] DeviceMemoryHandle* pMemory ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] Result AllocateMemory( @@ -25075,28 +11132,12 @@ Result AllocateMemory( [NativeTypeName("VkDeviceMemory *")] Ref pMemory ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] void AntiLagUpdateAMD( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAntiLagDataAMD *")] AntiLagDataAMD* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] void AntiLagUpdateAMD( @@ -25104,64 +11145,12 @@ void AntiLagUpdateAMD( [NativeTypeName("const VkAntiLagDataAMD *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] Result BeginCommandBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCommandBufferBeginInfo *")] CommandBufferBeginInfo* pBeginInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] Result BeginCommandBuffer( @@ -25169,14 +11158,6 @@ Result BeginCommandBuffer( [NativeTypeName("const VkCommandBufferBeginInfo *")] Ref pBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] Result BindAccelerationStructureMemoryNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -25185,14 +11166,6 @@ Result BindAccelerationStructureMemoryNV( BindAccelerationStructureMemoryInfoNV* pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] Result BindAccelerationStructureMemoryNV( @@ -25202,32 +11175,6 @@ Result BindAccelerationStructureMemoryNV( Ref pBindInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory")] Result BindBufferMemory( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -25236,28 +11183,6 @@ Result BindBufferMemory( [NativeTypeName("VkDeviceSize")] ulong memoryOffset ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] Result BindBufferMemory2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -25265,28 +11190,6 @@ Result BindBufferMemory2( [NativeTypeName("const VkBindBufferMemoryInfo *")] BindBufferMemoryInfo* pBindInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] Result BindBufferMemory2( @@ -25295,7 +11198,6 @@ Result BindBufferMemory2( [NativeTypeName("const VkBindBufferMemoryInfo *")] Ref pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] Result BindBufferMemory2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -25303,7 +11205,6 @@ Result BindBufferMemory2KHR( [NativeTypeName("const VkBindBufferMemoryInfo *")] BindBufferMemoryInfo* pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] Result BindBufferMemory2KHR( @@ -25312,11 +11213,6 @@ Result BindBufferMemory2KHR( [NativeTypeName("const VkBindBufferMemoryInfo *")] Ref pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] Result BindDataGraphPipelineSessionMemoryARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -25325,11 +11221,6 @@ Result BindDataGraphPipelineSessionMemoryARM( BindDataGraphPipelineSessionMemoryInfoARM* pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] Result BindDataGraphPipelineSessionMemoryARM( @@ -25339,32 +11230,6 @@ Result BindDataGraphPipelineSessionMemoryARM( Ref pBindInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory")] Result BindImageMemory( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -25373,28 +11238,6 @@ Result BindImageMemory( [NativeTypeName("VkDeviceSize")] ulong memoryOffset ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] Result BindImageMemory2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -25402,28 +11245,6 @@ Result BindImageMemory2( [NativeTypeName("const VkBindImageMemoryInfo *")] BindImageMemoryInfo* pBindInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] Result BindImageMemory2( @@ -25432,7 +11253,6 @@ Result BindImageMemory2( [NativeTypeName("const VkBindImageMemoryInfo *")] Ref pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] Result BindImageMemory2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -25440,7 +11260,6 @@ Result BindImageMemory2KHR( [NativeTypeName("const VkBindImageMemoryInfo *")] BindImageMemoryInfo* pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] Result BindImageMemory2KHR( @@ -25449,25 +11268,15 @@ Result BindImageMemory2KHR( [NativeTypeName("const VkBindImageMemoryInfo *")] Ref pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindOpticalFlowSessionImageNV")] Result BindOpticalFlowSessionImageNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, OpticalFlowSessionBindingPointNV bindingPoint, [NativeTypeName("VkImageView")] ImageViewHandle view, ImageLayout layout ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] Result BindTensorMemoryARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -25475,7 +11284,6 @@ Result BindTensorMemoryARM( [NativeTypeName("const VkBindTensorMemoryInfoARM *")] BindTensorMemoryInfoARM* pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] Result BindTensorMemoryARM( @@ -25485,47 +11293,29 @@ Result BindTensorMemoryARM( Ref pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] Result BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] BindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] Result BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] Ref pBindSessionMemoryInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] Result BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] AccelerationStructureBuildGeometryInfoKHR* pInfos, @@ -25533,19 +11323,11 @@ Result BuildAccelerationStructuresKHR( AccelerationStructureBuildRangeInfoKHR** ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] Result BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] Ref pInfos, @@ -25553,47 +11335,23 @@ Result BuildAccelerationStructuresKHR( Ref2D ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] Result BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] Result BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] Ref pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] void CmdBeginConditionalRenderingEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -25601,14 +11359,6 @@ void CmdBeginConditionalRenderingEXT( ConditionalRenderingBeginInfoEXT* pConditionalRenderingBegin ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] void CmdBeginConditionalRenderingEXT( @@ -25617,14 +11367,12 @@ void CmdBeginConditionalRenderingEXT( Ref pConditionalRenderingBegin ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] void CmdBeginDebugUtilsLabelEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] void CmdBeginDebugUtilsLabelEXT( @@ -25632,28 +11380,12 @@ void CmdBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] void CmdBeginPerTileExecutionQCOM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerTileBeginInfoQCOM *")] PerTileBeginInfoQCOM* pPerTileBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] void CmdBeginPerTileExecutionQCOM( @@ -25662,32 +11394,6 @@ void CmdBeginPerTileExecutionQCOM( Ref pPerTileBeginInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginQuery")] void CmdBeginQuery( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -25696,14 +11402,6 @@ void CmdBeginQuery( [NativeTypeName("VkQueryControlFlags")] QueryControlFlags flags ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginQueryIndexedEXT")] void CmdBeginQueryIndexedEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -25713,22 +11411,12 @@ void CmdBeginQueryIndexedEXT( [NativeTypeName("uint32_t")] uint index ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] void CmdBeginRendering( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] void CmdBeginRendering( @@ -25736,30 +11424,12 @@ void CmdBeginRendering( [NativeTypeName("const VkRenderingInfo *")] Ref pRenderingInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] void CmdBeginRenderingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] void CmdBeginRenderingKHR( @@ -25767,22 +11437,6 @@ void CmdBeginRenderingKHR( [NativeTypeName("const VkRenderingInfo *")] Ref pRenderingInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] void CmdBeginRenderPass( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -25790,22 +11444,6 @@ void CmdBeginRenderPass( SubpassContents contents ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] void CmdBeginRenderPass( @@ -25814,18 +11452,6 @@ void CmdBeginRenderPass( SubpassContents contents ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] void CmdBeginRenderPass2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -25833,18 +11459,6 @@ void CmdBeginRenderPass2( [NativeTypeName("const VkSubpassBeginInfo *")] SubpassBeginInfo* pSubpassBeginInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] void CmdBeginRenderPass2( @@ -25853,11 +11467,6 @@ void CmdBeginRenderPass2( [NativeTypeName("const VkSubpassBeginInfo *")] Ref pSubpassBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] void CmdBeginRenderPass2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -25865,11 +11474,6 @@ void CmdBeginRenderPass2KHR( [NativeTypeName("const VkSubpassBeginInfo *")] SubpassBeginInfo* pSubpassBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] void CmdBeginRenderPass2KHR( @@ -25878,14 +11482,6 @@ void CmdBeginRenderPass2KHR( [NativeTypeName("const VkSubpassBeginInfo *")] Ref pSubpassBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] void CmdBeginTransformFeedbackEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -25895,14 +11491,6 @@ void CmdBeginTransformFeedbackEXT( [NativeTypeName("const VkDeviceSize *")] ulong* pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] void CmdBeginTransformFeedbackEXT( @@ -25913,22 +11501,12 @@ void CmdBeginTransformFeedbackEXT( [NativeTypeName("const VkDeviceSize *")] Ref pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] void CmdBeginVideoCodingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkVideoBeginCodingInfoKHR *")] VideoBeginCodingInfoKHR* pBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] void CmdBeginVideoCodingKHR( @@ -25937,12 +11515,6 @@ void CmdBeginVideoCodingKHR( Ref pBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] void CmdBindDescriptorBufferEmbeddedSamplers2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -25950,12 +11522,6 @@ void CmdBindDescriptorBufferEmbeddedSamplers2EXT( BindDescriptorBufferEmbeddedSamplersInfoEXT* pBindDescriptorBufferEmbeddedSamplersInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] void CmdBindDescriptorBufferEmbeddedSamplers2EXT( @@ -25964,16 +11530,6 @@ void CmdBindDescriptorBufferEmbeddedSamplers2EXT( Ref pBindDescriptorBufferEmbeddedSamplersInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplersEXT")] void CmdBindDescriptorBufferEmbeddedSamplersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -25982,16 +11538,6 @@ void CmdBindDescriptorBufferEmbeddedSamplersEXT( [NativeTypeName("uint32_t")] uint set ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] void CmdBindDescriptorBuffersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26000,16 +11546,6 @@ void CmdBindDescriptorBuffersEXT( DescriptorBufferBindingInfoEXT* pBindingInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] void CmdBindDescriptorBuffersEXT( @@ -26019,16 +11555,6 @@ void CmdBindDescriptorBuffersEXT( Ref pBindingInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] void CmdBindDescriptorBuffersEXT( @@ -26037,27 +11563,6 @@ void CmdBindDescriptorBuffersEXT( DescriptorBufferBindingInfoEXT pBindingInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] void CmdBindDescriptorSets( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26070,27 +11575,6 @@ void CmdBindDescriptorSets( [NativeTypeName("const uint32_t *")] uint* pDynamicOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] void CmdBindDescriptorSets( @@ -26104,11 +11588,6 @@ void CmdBindDescriptorSets( [NativeTypeName("const uint32_t *")] Ref pDynamicOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] void CmdBindDescriptorSets2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26116,11 +11595,6 @@ void CmdBindDescriptorSets2( BindDescriptorSetsInfo* pBindDescriptorSetsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] void CmdBindDescriptorSets2( @@ -26129,7 +11603,6 @@ void CmdBindDescriptorSets2( Ref pBindDescriptorSetsInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] void CmdBindDescriptorSets2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26137,7 +11610,6 @@ void CmdBindDescriptorSets2KHR( BindDescriptorSetsInfo* pBindDescriptorSetsInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] void CmdBindDescriptorSets2KHR( @@ -26146,22 +11618,6 @@ void CmdBindDescriptorSets2KHR( Ref pBindDescriptorSetsInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer")] void CmdBindIndexBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26170,11 +11626,6 @@ void CmdBindIndexBuffer( IndexType indexType ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer2")] void CmdBindIndexBuffer2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26184,11 +11635,6 @@ void CmdBindIndexBuffer2( IndexType indexType ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer2KHR")] void CmdBindIndexBuffer2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26198,42 +11644,13 @@ void CmdBindIndexBuffer2KHR( IndexType indexType ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindInvocationMaskHUAWEI")] - void CmdBindInvocationMaskHuawei( + void CmdBindInvocationMaskHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImageView")] ImageViewHandle imageView, ImageLayout imageLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindPipeline")] void CmdBindPipeline( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26241,11 +11658,6 @@ void CmdBindPipeline( [NativeTypeName("VkPipeline")] PipelineHandle pipeline ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindPipelineShaderGroupNV")] void CmdBindPipelineShaderGroupNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26254,49 +11666,23 @@ void CmdBindPipelineShaderGroupNV( [NativeTypeName("uint32_t")] uint groupIndex ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] void CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] ShaderStageFlags* pStages, - [NativeTypeName("const VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("const VkShaderEXT *")] ShaderHandleEXT* pShaders ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] void CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] Ref pStages, - [NativeTypeName("const VkShaderEXT *")] Ref pShaders + [NativeTypeName("const VkShaderEXT *")] Ref pShaders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadingRateImageNV")] void CmdBindShadingRateImageNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26304,14 +11690,6 @@ void CmdBindShadingRateImageNV( ImageLayout imageLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] void CmdBindTileMemoryQCOM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26319,14 +11697,6 @@ void CmdBindTileMemoryQCOM( TileMemoryBindInfoQCOM* pTileMemoryBindInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] void CmdBindTileMemoryQCOM( @@ -26335,14 +11705,6 @@ void CmdBindTileMemoryQCOM( Ref pTileMemoryBindInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] void CmdBindTransformFeedbackBuffersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26353,14 +11715,6 @@ void CmdBindTransformFeedbackBuffersEXT( [NativeTypeName("const VkDeviceSize *")] ulong* pSizes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] void CmdBindTransformFeedbackBuffersEXT( @@ -26372,22 +11726,6 @@ void CmdBindTransformFeedbackBuffersEXT( [NativeTypeName("const VkDeviceSize *")] Ref pSizes ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] void CmdBindVertexBuffers( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26397,22 +11735,6 @@ void CmdBindVertexBuffers( [NativeTypeName("const VkDeviceSize *")] ulong* pOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] void CmdBindVertexBuffers( @@ -26423,11 +11745,6 @@ void CmdBindVertexBuffers( [NativeTypeName("const VkDeviceSize *")] Ref pOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] void CmdBindVertexBuffers2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26439,11 +11756,6 @@ void CmdBindVertexBuffers2( [NativeTypeName("const VkDeviceSize *")] ulong* pStrides ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] void CmdBindVertexBuffers2( @@ -26456,14 +11768,6 @@ void CmdBindVertexBuffers2( [NativeTypeName("const VkDeviceSize *")] Ref pStrides ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] void CmdBindVertexBuffers2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26475,14 +11779,6 @@ void CmdBindVertexBuffers2EXT( [NativeTypeName("const VkDeviceSize *")] ulong* pStrides ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] void CmdBindVertexBuffers2EXT( @@ -26495,22 +11791,6 @@ void CmdBindVertexBuffers2EXT( [NativeTypeName("const VkDeviceSize *")] Ref pStrides ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] void CmdBlitImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26523,22 +11803,6 @@ void CmdBlitImage( Filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] void CmdBlitImage( @@ -26552,22 +11816,6 @@ void CmdBlitImage( Filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] void CmdBlitImage( @@ -26580,22 +11828,12 @@ void CmdBlitImage( Filter filter ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] void CmdBlitImage2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkBlitImageInfo2 *")] BlitImageInfo2* pBlitImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] void CmdBlitImage2( @@ -26603,28 +11841,12 @@ void CmdBlitImage2( [NativeTypeName("const VkBlitImageInfo2 *")] Ref pBlitImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] void CmdBlitImage2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkBlitImageInfo2 *")] BlitImageInfo2* pBlitImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] void CmdBlitImage2KHR( @@ -26632,14 +11854,6 @@ void CmdBlitImage2KHR( [NativeTypeName("const VkBlitImageInfo2 *")] Ref pBlitImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] void CmdBuildAccelerationStructureNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26648,20 +11862,12 @@ void CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] uint update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] void CmdBuildAccelerationStructureNV( @@ -26671,20 +11877,12 @@ void CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] MaybeBool update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] void CmdBuildAccelerationStructuresIndirectKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26696,14 +11894,6 @@ void CmdBuildAccelerationStructuresIndirectKHR( [NativeTypeName("const uint32_t *const *")] uint** ppMaxPrimitiveCounts ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] void CmdBuildAccelerationStructuresIndirectKHR( @@ -26716,14 +11906,6 @@ void CmdBuildAccelerationStructuresIndirectKHR( [NativeTypeName("const uint32_t *const *")] Ref2D ppMaxPrimitiveCounts ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] void CmdBuildAccelerationStructuresKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26734,14 +11916,6 @@ void CmdBuildAccelerationStructuresKHR( AccelerationStructureBuildRangeInfoKHR** ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] void CmdBuildAccelerationStructuresKHR( @@ -26753,11 +11927,6 @@ void CmdBuildAccelerationStructuresKHR( Ref2D ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] void CmdBuildClusterAccelerationStructureIndirectNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26765,11 +11934,6 @@ void CmdBuildClusterAccelerationStructureIndirectNV( ClusterAccelerationStructureCommandsInfoNV* pCommandInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] void CmdBuildClusterAccelerationStructureIndirectNV( @@ -26778,14 +11942,6 @@ void CmdBuildClusterAccelerationStructureIndirectNV( Ref pCommandInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] void CmdBuildMicromapsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26793,14 +11949,6 @@ void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] void CmdBuildMicromapsEXT( @@ -26809,14 +11957,6 @@ void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] Ref pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] void CmdBuildMicromapsEXT( @@ -26824,11 +11964,6 @@ void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] void CmdBuildPartitionedAccelerationStructuresNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26836,11 +11971,6 @@ void CmdBuildPartitionedAccelerationStructuresNV( BuildPartitionedAccelerationStructureInfoNV* pBuildInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] void CmdBuildPartitionedAccelerationStructuresNV( @@ -26849,22 +11979,6 @@ void CmdBuildPartitionedAccelerationStructuresNV( Ref pBuildInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] void CmdClearAttachments( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26874,22 +11988,6 @@ void CmdClearAttachments( [NativeTypeName("const VkClearRect *")] ClearRect* pRects ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] void CmdClearAttachments( @@ -26900,27 +11998,6 @@ void CmdClearAttachments( [NativeTypeName("const VkClearRect *")] Ref pRects ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] void CmdClearColorImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -26931,27 +12008,6 @@ void CmdClearColorImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange* pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] void CmdClearColorImage( @@ -26963,27 +12019,6 @@ void CmdClearColorImage( [NativeTypeName("const VkImageSubresourceRange *")] Ref pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] void CmdClearColorImage( @@ -26994,22 +12029,6 @@ void CmdClearColorImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] void CmdClearDepthStencilImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27020,22 +12039,6 @@ void CmdClearDepthStencilImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange* pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] void CmdClearDepthStencilImage( @@ -27048,22 +12051,6 @@ void CmdClearDepthStencilImage( [NativeTypeName("const VkImageSubresourceRange *")] Ref pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] void CmdClearDepthStencilImage( @@ -27075,11 +12062,6 @@ void CmdClearDepthStencilImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange pRanges ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] void CmdControlVideoCodingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27087,11 +12069,6 @@ void CmdControlVideoCodingKHR( VideoCodingControlInfoKHR* pCodingControlInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] void CmdControlVideoCodingKHR( @@ -27100,14 +12077,6 @@ void CmdControlVideoCodingKHR( Ref pCodingControlInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] void CmdConvertCooperativeVectorMatrixNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27116,14 +12085,6 @@ void CmdConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV* pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] void CmdConvertCooperativeVectorMatrixNV( @@ -27133,14 +12094,6 @@ void CmdConvertCooperativeVectorMatrixNV( Ref pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] void CmdConvertCooperativeVectorMatrixNV( @@ -27149,14 +12102,6 @@ void CmdConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] void CmdCopyAccelerationStructureKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27164,14 +12109,6 @@ void CmdCopyAccelerationStructureKHR( CopyAccelerationStructureInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] void CmdCopyAccelerationStructureKHR( @@ -27180,30 +12117,14 @@ void CmdCopyAccelerationStructureKHR( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureNV")] void CmdCopyAccelerationStructureNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, CopyAccelerationStructureModeKHR mode ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] void CmdCopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27211,14 +12132,6 @@ void CmdCopyAccelerationStructureToMemoryKHR( CopyAccelerationStructureToMemoryInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] void CmdCopyAccelerationStructureToMemoryKHR( @@ -27227,32 +12140,6 @@ void CmdCopyAccelerationStructureToMemoryKHR( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] void CmdCopyBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27262,32 +12149,6 @@ void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] BufferCopy* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] void CmdCopyBuffer( @@ -27298,32 +12159,6 @@ void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] Ref pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] void CmdCopyBuffer( @@ -27333,40 +12168,12 @@ void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] BufferCopy pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] void CmdCopyBuffer2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyBufferInfo2 *")] CopyBufferInfo2* pCopyBufferInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] void CmdCopyBuffer2( @@ -27374,28 +12181,12 @@ void CmdCopyBuffer2( [NativeTypeName("const VkCopyBufferInfo2 *")] Ref pCopyBufferInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] void CmdCopyBuffer2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyBufferInfo2 *")] CopyBufferInfo2* pCopyBufferInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] void CmdCopyBuffer2KHR( @@ -27403,32 +12194,6 @@ void CmdCopyBuffer2KHR( [NativeTypeName("const VkCopyBufferInfo2 *")] Ref pCopyBufferInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] void CmdCopyBufferToImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27439,32 +12204,6 @@ void CmdCopyBufferToImage( [NativeTypeName("const VkBufferImageCopy *")] BufferImageCopy* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] void CmdCopyBufferToImage( @@ -27476,32 +12215,6 @@ void CmdCopyBufferToImage( [NativeTypeName("const VkBufferImageCopy *")] Ref pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] void CmdCopyBufferToImage( @@ -27512,20 +12225,6 @@ void CmdCopyBufferToImage( [NativeTypeName("const VkBufferImageCopy *")] BufferImageCopy pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] void CmdCopyBufferToImage2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27533,20 +12232,6 @@ void CmdCopyBufferToImage2( CopyBufferToImageInfo2* pCopyBufferToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] void CmdCopyBufferToImage2( @@ -27555,14 +12240,6 @@ void CmdCopyBufferToImage2( Ref pCopyBufferToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] void CmdCopyBufferToImage2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27570,14 +12247,6 @@ void CmdCopyBufferToImage2KHR( CopyBufferToImageInfo2* pCopyBufferToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] void CmdCopyBufferToImage2KHR( @@ -27586,32 +12255,6 @@ void CmdCopyBufferToImage2KHR( Ref pCopyBufferToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] void CmdCopyImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27623,32 +12266,6 @@ void CmdCopyImage( [NativeTypeName("const VkImageCopy *")] ImageCopy* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] void CmdCopyImage( @@ -27661,32 +12278,6 @@ void CmdCopyImage( [NativeTypeName("const VkImageCopy *")] Ref pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] void CmdCopyImage( @@ -27698,40 +12289,12 @@ void CmdCopyImage( [NativeTypeName("const VkImageCopy *")] ImageCopy pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] void CmdCopyImage2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyImageInfo2 *")] CopyImageInfo2* pCopyImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] void CmdCopyImage2( @@ -27739,28 +12302,12 @@ void CmdCopyImage2( [NativeTypeName("const VkCopyImageInfo2 *")] Ref pCopyImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] void CmdCopyImage2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyImageInfo2 *")] CopyImageInfo2* pCopyImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] void CmdCopyImage2KHR( @@ -27768,32 +12315,6 @@ void CmdCopyImage2KHR( [NativeTypeName("const VkCopyImageInfo2 *")] Ref pCopyImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] void CmdCopyImageToBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27804,32 +12325,6 @@ void CmdCopyImageToBuffer( [NativeTypeName("const VkBufferImageCopy *")] BufferImageCopy* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] void CmdCopyImageToBuffer( @@ -27841,32 +12336,6 @@ void CmdCopyImageToBuffer( [NativeTypeName("const VkBufferImageCopy *")] Ref pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] void CmdCopyImageToBuffer( @@ -27877,20 +12346,6 @@ void CmdCopyImageToBuffer( [NativeTypeName("const VkBufferImageCopy *")] BufferImageCopy pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] void CmdCopyImageToBuffer2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27898,20 +12353,6 @@ void CmdCopyImageToBuffer2( CopyImageToBufferInfo2* pCopyImageToBufferInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] void CmdCopyImageToBuffer2( @@ -27920,14 +12361,6 @@ void CmdCopyImageToBuffer2( Ref pCopyImageToBufferInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] void CmdCopyImageToBuffer2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27935,14 +12368,6 @@ void CmdCopyImageToBuffer2KHR( CopyImageToBufferInfo2* pCopyImageToBufferInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] void CmdCopyImageToBuffer2KHR( @@ -27951,14 +12376,6 @@ void CmdCopyImageToBuffer2KHR( Ref pCopyImageToBufferInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] void CmdCopyMemoryIndirectKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27966,14 +12383,6 @@ void CmdCopyMemoryIndirectKHR( CopyMemoryIndirectInfoKHR* pCopyMemoryIndirectInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] void CmdCopyMemoryIndirectKHR( @@ -27982,15 +12391,6 @@ void CmdCopyMemoryIndirectKHR( Ref pCopyMemoryIndirectInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectNV")] void CmdCopyMemoryIndirectNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -27999,14 +12399,6 @@ void CmdCopyMemoryIndirectNV( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] void CmdCopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28014,14 +12406,6 @@ void CmdCopyMemoryToAccelerationStructureKHR( CopyMemoryToAccelerationStructureInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] void CmdCopyMemoryToAccelerationStructureKHR( @@ -28030,14 +12414,6 @@ void CmdCopyMemoryToAccelerationStructureKHR( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] void CmdCopyMemoryToImageIndirectKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28045,14 +12421,6 @@ void CmdCopyMemoryToImageIndirectKHR( CopyMemoryToImageIndirectInfoKHR* pCopyMemoryToImageIndirectInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] void CmdCopyMemoryToImageIndirectKHR( @@ -28061,15 +12429,6 @@ void CmdCopyMemoryToImageIndirectKHR( Ref pCopyMemoryToImageIndirectInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] void CmdCopyMemoryToImageIndirectNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28082,15 +12441,6 @@ void CmdCopyMemoryToImageIndirectNV( ImageSubresourceLayers* pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] void CmdCopyMemoryToImageIndirectNV( @@ -28104,15 +12454,6 @@ void CmdCopyMemoryToImageIndirectNV( Ref pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] void CmdCopyMemoryToImageIndirectNV( @@ -28125,28 +12466,12 @@ void CmdCopyMemoryToImageIndirectNV( ImageSubresourceLayers pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] void CmdCopyMemoryToMicromapEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] CopyMemoryToMicromapInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] void CmdCopyMemoryToMicromapEXT( @@ -28155,28 +12480,12 @@ void CmdCopyMemoryToMicromapEXT( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] void CmdCopyMicromapEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] void CmdCopyMicromapEXT( @@ -28184,28 +12493,12 @@ void CmdCopyMicromapEXT( [NativeTypeName("const VkCopyMicromapInfoEXT *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] void CmdCopyMicromapToMemoryEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] CopyMicromapToMemoryInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] void CmdCopyMicromapToMemoryEXT( @@ -28214,32 +12507,6 @@ void CmdCopyMicromapToMemoryEXT( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyQueryPoolResults")] void CmdCopyQueryPoolResults( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28252,14 +12519,12 @@ void CmdCopyQueryPoolResults( [NativeTypeName("VkQueryResultFlags")] QueryResultFlags flags ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] void CmdCopyTensorARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyTensorInfoARM *")] CopyTensorInfoARM* pCopyTensorInfo ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] void CmdCopyTensorARM( @@ -28267,14 +12532,12 @@ void CmdCopyTensorARM( [NativeTypeName("const VkCopyTensorInfoARM *")] Ref pCopyTensorInfo ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] void CmdCuLaunchKernelNVX( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCuLaunchInfoNVX *")] CuLaunchInfoNVX* pLaunchInfo ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] void CmdCuLaunchKernelNVX( @@ -28282,14 +12545,12 @@ void CmdCuLaunchKernelNVX( [NativeTypeName("const VkCuLaunchInfoNVX *")] Ref pLaunchInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] void CmdDebugMarkerBeginEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDebugMarkerMarkerInfoEXT *")] DebugMarkerMarkerInfoEXT* pMarkerInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] void CmdDebugMarkerBeginEXT( @@ -28298,20 +12559,17 @@ void CmdDebugMarkerBeginEXT( Ref pMarkerInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerEndEXT")] void CmdDebugMarkerEndEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] void CmdDebugMarkerInsertEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDebugMarkerMarkerInfoEXT *")] DebugMarkerMarkerInfoEXT* pMarkerInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] void CmdDebugMarkerInsertEXT( @@ -28320,28 +12578,12 @@ void CmdDebugMarkerInsertEXT( Ref pMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] void CmdDecodeVideoKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkVideoDecodeInfoKHR *")] VideoDecodeInfoKHR* pDecodeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] void CmdDecodeVideoKHR( @@ -28349,11 +12591,6 @@ void CmdDecodeVideoKHR( [NativeTypeName("const VkVideoDecodeInfoKHR *")] Ref pDecodeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] void CmdDecompressMemoryEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28361,11 +12598,6 @@ void CmdDecompressMemoryEXT( DecompressMemoryInfoEXT* pDecompressMemoryInfoEXT ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] void CmdDecompressMemoryEXT( @@ -28374,11 +12606,6 @@ void CmdDecompressMemoryEXT( Ref pDecompressMemoryInfoEXT ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryIndirectCountEXT")] void CmdDecompressMemoryIndirectCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28390,15 +12617,6 @@ void CmdDecompressMemoryIndirectCountEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryIndirectCountNV")] void CmdDecompressMemoryIndirectCountNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28407,15 +12625,6 @@ void CmdDecompressMemoryIndirectCountNV( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] void CmdDecompressMemoryNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28424,15 +12633,6 @@ void CmdDecompressMemoryNV( DecompressMemoryRegionNV* pDecompressMemoryRegions ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] void CmdDecompressMemoryNV( @@ -28442,15 +12642,6 @@ void CmdDecompressMemoryNV( Ref pDecompressMemoryRegions ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] void CmdDecompressMemoryNV( @@ -28459,27 +12650,6 @@ void CmdDecompressMemoryNV( DecompressMemoryRegionNV pDecompressMemoryRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatch")] void CmdDispatch( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28488,24 +12658,6 @@ void CmdDispatch( [NativeTypeName("uint32_t")] uint groupCountZ ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchBase")] void CmdDispatchBase( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28517,11 +12669,6 @@ void CmdDispatchBase( [NativeTypeName("uint32_t")] uint groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchBaseKHR")] void CmdDispatchBaseKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28533,54 +12680,23 @@ void CmdDispatchBaseKHR( [NativeTypeName("uint32_t")] uint groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] void CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionARMHandle session, + [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] DataGraphPipelineDispatchInfoARM* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] void CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionARMHandle session, + [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchIndirect")] void CmdDispatchIndirect( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28588,28 +12704,12 @@ void CmdDispatchIndirect( [NativeTypeName("VkDeviceSize")] ulong offset ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] void CmdDispatchTileQCOM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDispatchTileInfoQCOM *")] DispatchTileInfoQCOM* pDispatchTileInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] void CmdDispatchTileQCOM( @@ -28618,22 +12718,6 @@ void CmdDispatchTileQCOM( Ref pDispatchTileInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDraw")] void CmdDraw( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28643,53 +12727,21 @@ void CmdDraw( [NativeTypeName("uint32_t")] uint firstInstance ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawClusterHUAWEI")] - void CmdDrawClusterHuawei( + void CmdDrawClusterHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint groupCountX, [NativeTypeName("uint32_t")] uint groupCountY, [NativeTypeName("uint32_t")] uint groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawClusterIndirectHUAWEI")] - void CmdDrawClusterIndirectHuawei( + void CmdDrawClusterIndirectHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, [NativeTypeName("VkDeviceSize")] ulong offset ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexed")] void CmdDrawIndexed( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28700,22 +12752,6 @@ void CmdDrawIndexed( [NativeTypeName("uint32_t")] uint firstInstance ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirect")] void CmdDrawIndexedIndirect( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28725,18 +12761,6 @@ void CmdDrawIndexedIndirect( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCount")] void CmdDrawIndexedIndirectCount( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28748,7 +12772,6 @@ void CmdDrawIndexedIndirectCount( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCountAMD")] void CmdDrawIndexedIndirectCountAMD( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28760,7 +12783,6 @@ void CmdDrawIndexedIndirectCountAMD( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCountKHR")] void CmdDrawIndexedIndirectCountKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28772,22 +12794,6 @@ void CmdDrawIndexedIndirectCountKHR( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirect")] void CmdDrawIndirect( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28797,14 +12803,6 @@ void CmdDrawIndirect( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectByteCountEXT")] void CmdDrawIndirectByteCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28816,18 +12814,6 @@ void CmdDrawIndirectByteCountEXT( [NativeTypeName("uint32_t")] uint vertexStride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCount")] void CmdDrawIndirectCount( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28839,7 +12825,6 @@ void CmdDrawIndirectCount( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCountAMD")] void CmdDrawIndirectCountAMD( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28851,7 +12836,6 @@ void CmdDrawIndirectCountAMD( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCountKHR")] void CmdDrawIndirectCountKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28863,11 +12847,6 @@ void CmdDrawIndirectCountKHR( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksEXT")] void CmdDrawMeshTasksEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28876,15 +12855,6 @@ void CmdDrawMeshTasksEXT( [NativeTypeName("uint32_t")] uint groupCountZ ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_mesh_shader+VK_AMD_draw_indirect_count", - "VK_EXT_mesh_shader+VK_KHR_draw_indirect_count", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectCountEXT")] void CmdDrawMeshTasksIndirectCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28896,18 +12866,6 @@ void CmdDrawMeshTasksIndirectCountEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_mesh_shader+VK_AMD_draw_indirect_count", - "VK_NV_mesh_shader+VK_KHR_draw_indirect_count", - "VK_NV_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectCountNV")] void CmdDrawMeshTasksIndirectCountNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28919,11 +12877,6 @@ void CmdDrawMeshTasksIndirectCountNV( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectEXT")] void CmdDrawMeshTasksIndirectEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28933,14 +12886,6 @@ void CmdDrawMeshTasksIndirectEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectNV")] void CmdDrawMeshTasksIndirectNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28950,14 +12895,6 @@ void CmdDrawMeshTasksIndirectNV( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksNV")] void CmdDrawMeshTasksNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28965,14 +12902,6 @@ void CmdDrawMeshTasksNV( [NativeTypeName("uint32_t")] uint firstTask ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] void CmdDrawMultiEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -28983,14 +12912,6 @@ void CmdDrawMultiEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] void CmdDrawMultiEXT( @@ -29002,14 +12923,6 @@ void CmdDrawMultiEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] void CmdDrawMultiEXT( @@ -29020,14 +12933,6 @@ void CmdDrawMultiEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] void CmdDrawMultiIndexedEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29039,14 +12944,6 @@ void CmdDrawMultiIndexedEXT( [NativeTypeName("const int32_t *")] int* pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] void CmdDrawMultiIndexedEXT( @@ -29060,14 +12957,6 @@ void CmdDrawMultiIndexedEXT( [NativeTypeName("const int32_t *")] Ref pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] void CmdDrawMultiIndexedEXT( @@ -29079,28 +12968,12 @@ void CmdDrawMultiIndexedEXT( [NativeTypeName("const int32_t *")] Ref pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] void CmdEncodeVideoKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkVideoEncodeInfoKHR *")] VideoEncodeInfoKHR* pEncodeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] void CmdEncodeVideoKHR( @@ -29108,47 +12981,22 @@ void CmdEncodeVideoKHR( [NativeTypeName("const VkVideoEncodeInfoKHR *")] Ref pEncodeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndConditionalRenderingEXT")] void CmdEndConditionalRenderingEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdEndDebugUtilsLabelEXT")] void CmdEndDebugUtilsLabelEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] void CmdEndPerTileExecutionQCOM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerTileEndInfoQCOM *")] PerTileEndInfoQCOM* pPerTileEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] void CmdEndPerTileExecutionQCOM( @@ -29156,32 +13004,6 @@ void CmdEndPerTileExecutionQCOM( [NativeTypeName("const VkPerTileEndInfoQCOM *")] Ref pPerTileEndInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndQuery")] void CmdEndQuery( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29189,14 +13011,6 @@ void CmdEndQuery( [NativeTypeName("uint32_t")] uint query ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndQueryIndexedEXT")] void CmdEndQueryIndexedEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29205,48 +13019,15 @@ void CmdEndQueryIndexedEXT( [NativeTypeName("uint32_t")] uint index ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering")] void CmdEndRendering([NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] void CmdEndRendering2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingEndInfoKHR *")] RenderingEndInfoKHR* pRenderingEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] void CmdEndRendering2EXT( @@ -29254,28 +13035,12 @@ void CmdEndRendering2EXT( [NativeTypeName("const VkRenderingEndInfoKHR *")] Ref pRenderingEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] void CmdEndRendering2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingEndInfoKHR *")] RenderingEndInfoKHR* pRenderingEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] void CmdEndRendering2KHR( @@ -29283,67 +13048,18 @@ void CmdEndRendering2KHR( [NativeTypeName("const VkRenderingEndInfoKHR *")] Ref pRenderingEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderingKHR")] void CmdEndRenderingKHR([NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass")] void CmdEndRenderPass([NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] void CmdEndRenderPass2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] void CmdEndRenderPass2( @@ -29351,22 +13067,12 @@ void CmdEndRenderPass2( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] void CmdEndRenderPass2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] void CmdEndRenderPass2KHR( @@ -29374,14 +13080,6 @@ void CmdEndRenderPass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] void CmdEndTransformFeedbackEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29391,14 +13089,6 @@ void CmdEndTransformFeedbackEXT( [NativeTypeName("const VkDeviceSize *")] ulong* pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] void CmdEndTransformFeedbackEXT( @@ -29409,22 +13099,12 @@ void CmdEndTransformFeedbackEXT( [NativeTypeName("const VkDeviceSize *")] Ref pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] void CmdEndVideoCodingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkVideoEndCodingInfoKHR *")] VideoEndCodingInfoKHR* pEndCodingInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] void CmdEndVideoCodingKHR( @@ -29433,32 +13113,6 @@ void CmdEndVideoCodingKHR( Ref pEndCodingInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] void CmdExecuteCommand( @@ -29466,32 +13120,6 @@ void CmdExecuteCommand( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] void CmdExecuteCommands( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29499,32 +13127,6 @@ void CmdExecuteCommands( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] void CmdExecuteCommands( @@ -29533,15 +13135,6 @@ void CmdExecuteCommands( [NativeTypeName("const VkCommandBuffer *")] Ref pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] void CmdExecuteGeneratedCommandsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29550,15 +13143,6 @@ void CmdExecuteGeneratedCommandsEXT( GeneratedCommandsInfoEXT* pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] void CmdExecuteGeneratedCommandsEXT( @@ -29568,11 +13152,6 @@ void CmdExecuteGeneratedCommandsEXT( Ref pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] void CmdExecuteGeneratedCommandsNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29581,11 +13160,6 @@ void CmdExecuteGeneratedCommandsNV( GeneratedCommandsInfoNV* pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] void CmdExecuteGeneratedCommandsNV( @@ -29595,32 +13169,6 @@ void CmdExecuteGeneratedCommandsNV( Ref pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdFillBuffer")] void CmdFillBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29630,14 +13178,12 @@ void CmdFillBuffer( [NativeTypeName("uint32_t")] uint data ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] void CmdInsertDebugUtilsLabelEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] void CmdInsertDebugUtilsLabelEXT( @@ -29645,40 +13191,12 @@ void CmdInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass")] void CmdNextSubpass( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, SubpassContents contents ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] void CmdNextSubpass2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29686,18 +13204,6 @@ void CmdNextSubpass2( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] void CmdNextSubpass2( @@ -29706,11 +13212,6 @@ void CmdNextSubpass2( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] void CmdNextSubpass2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29718,11 +13219,6 @@ void CmdNextSubpass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] void CmdNextSubpass2KHR( @@ -29731,67 +13227,23 @@ void CmdNextSubpass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] void CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] OpticalFlowExecuteInfoNV* pExecuteInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] void CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] Ref pExecuteInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] void CmdPipelineBarrier( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29807,32 +13259,6 @@ void CmdPipelineBarrier( [NativeTypeName("const VkImageMemoryBarrier *")] ImageMemoryBarrier* pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] void CmdPipelineBarrier( @@ -29850,40 +13276,12 @@ void CmdPipelineBarrier( Ref pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] void CmdPipelineBarrier2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] void CmdPipelineBarrier2( @@ -29891,28 +13289,12 @@ void CmdPipelineBarrier2( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] void CmdPipelineBarrier2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] void CmdPipelineBarrier2KHR( @@ -29920,15 +13302,6 @@ void CmdPipelineBarrier2KHR( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] void CmdPreprocessGeneratedCommandsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29937,15 +13310,6 @@ void CmdPreprocessGeneratedCommandsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle stateCommandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] void CmdPreprocessGeneratedCommandsEXT( @@ -29955,11 +13319,6 @@ void CmdPreprocessGeneratedCommandsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle stateCommandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] void CmdPreprocessGeneratedCommandsNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -29967,11 +13326,6 @@ void CmdPreprocessGeneratedCommandsNV( GeneratedCommandsInfoNV* pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] void CmdPreprocessGeneratedCommandsNV( @@ -29980,27 +13334,6 @@ void CmdPreprocessGeneratedCommandsNV( Ref pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] void CmdPushConstants( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30011,27 +13344,6 @@ void CmdPushConstants( [NativeTypeName("const void *")] void* pValues ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] void CmdPushConstants( @@ -30043,22 +13355,12 @@ void CmdPushConstants( [NativeTypeName("const void *")] Ref pValues ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] void CmdPushConstants2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPushConstantsInfo *")] PushConstantsInfo* pPushConstantsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] void CmdPushConstants2( @@ -30066,14 +13368,12 @@ void CmdPushConstants2( [NativeTypeName("const VkPushConstantsInfo *")] Ref pPushConstantsInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] void CmdPushConstants2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPushConstantsInfo *")] PushConstantsInfo* pPushConstantsInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] void CmdPushConstants2KHR( @@ -30081,11 +13381,6 @@ void CmdPushConstants2KHR( [NativeTypeName("const VkPushConstantsInfo *")] Ref pPushConstantsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] void CmdPushDescriptorSet( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30096,11 +13391,6 @@ void CmdPushDescriptorSet( [NativeTypeName("const VkWriteDescriptorSet *")] WriteDescriptorSet* pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] void CmdPushDescriptorSet( @@ -30112,11 +13402,6 @@ void CmdPushDescriptorSet( [NativeTypeName("const VkWriteDescriptorSet *")] Ref pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] void CmdPushDescriptorSet( @@ -30127,11 +13412,6 @@ void CmdPushDescriptorSet( [NativeTypeName("const VkWriteDescriptorSet *")] WriteDescriptorSet pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] void CmdPushDescriptorSet2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30139,11 +13419,6 @@ void CmdPushDescriptorSet2( PushDescriptorSetInfo* pPushDescriptorSetInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] void CmdPushDescriptorSet2( @@ -30152,12 +13427,6 @@ void CmdPushDescriptorSet2( Ref pPushDescriptorSetInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] void CmdPushDescriptorSet2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30165,12 +13434,6 @@ void CmdPushDescriptorSet2KHR( PushDescriptorSetInfo* pPushDescriptorSetInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] void CmdPushDescriptorSet2KHR( @@ -30179,14 +13442,6 @@ void CmdPushDescriptorSet2KHR( Ref pPushDescriptorSetInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] void CmdPushDescriptorSetKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30197,14 +13452,6 @@ void CmdPushDescriptorSetKHR( [NativeTypeName("const VkWriteDescriptorSet *")] WriteDescriptorSet* pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] void CmdPushDescriptorSetKHR( @@ -30216,14 +13463,6 @@ void CmdPushDescriptorSetKHR( [NativeTypeName("const VkWriteDescriptorSet *")] Ref pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] void CmdPushDescriptorSetKHR( @@ -30234,11 +13473,6 @@ void CmdPushDescriptorSetKHR( [NativeTypeName("const VkWriteDescriptorSet *")] WriteDescriptorSet pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] void CmdPushDescriptorSetWithTemplate( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30249,11 +13483,6 @@ void CmdPushDescriptorSetWithTemplate( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] void CmdPushDescriptorSetWithTemplate( @@ -30265,11 +13494,6 @@ void CmdPushDescriptorSetWithTemplate( [NativeTypeName("const void *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] void CmdPushDescriptorSetWithTemplate2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30277,11 +13501,6 @@ void CmdPushDescriptorSetWithTemplate2( PushDescriptorSetWithTemplateInfo* pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] void CmdPushDescriptorSetWithTemplate2( @@ -30290,12 +13509,6 @@ void CmdPushDescriptorSetWithTemplate2( Ref pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] void CmdPushDescriptorSetWithTemplate2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30303,12 +13516,6 @@ void CmdPushDescriptorSetWithTemplate2KHR( PushDescriptorSetWithTemplateInfo* pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] void CmdPushDescriptorSetWithTemplate2KHR( @@ -30317,17 +13524,6 @@ void CmdPushDescriptorSetWithTemplate2KHR( Ref pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] void CmdPushDescriptorSetWithTemplateKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30338,17 +13534,6 @@ void CmdPushDescriptorSetWithTemplateKHR( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] void CmdPushDescriptorSetWithTemplateKHR( @@ -30360,27 +13545,6 @@ void CmdPushDescriptorSetWithTemplateKHR( [NativeTypeName("const void *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent")] void CmdResetEvent( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30388,18 +13552,6 @@ void CmdResetEvent( [NativeTypeName("VkPipelineStageFlags")] PipelineStageFlags stageMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent2")] void CmdResetEvent2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30407,14 +13559,6 @@ void CmdResetEvent2( [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stageMask ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent2KHR")] void CmdResetEvent2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30422,32 +13566,6 @@ void CmdResetEvent2KHR( [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stageMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetQueryPool")] void CmdResetQueryPool( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30456,22 +13574,6 @@ void CmdResetQueryPool( [NativeTypeName("uint32_t")] uint queryCount ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] void CmdResolveImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30483,22 +13585,6 @@ void CmdResolveImage( [NativeTypeName("const VkImageResolve *")] ImageResolve* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] void CmdResolveImage( @@ -30511,22 +13597,6 @@ void CmdResolveImage( [NativeTypeName("const VkImageResolve *")] Ref pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] void CmdResolveImage( @@ -30538,22 +13608,12 @@ void CmdResolveImage( [NativeTypeName("const VkImageResolve *")] ImageResolve pRegions ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] void CmdResolveImage2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkResolveImageInfo2 *")] ResolveImageInfo2* pResolveImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] void CmdResolveImage2( @@ -30561,28 +13621,12 @@ void CmdResolveImage2( [NativeTypeName("const VkResolveImageInfo2 *")] Ref pResolveImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] void CmdResolveImage2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkResolveImageInfo2 *")] ResolveImageInfo2* pResolveImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] void CmdResolveImage2KHR( @@ -30590,28 +13634,12 @@ void CmdResolveImage2KHR( [NativeTypeName("const VkResolveImageInfo2 *")] Ref pResolveImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] void CmdSetAlphaToCoverageEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint alphaToCoverageEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] void CmdSetAlphaToCoverageEnableEXT( @@ -30619,28 +13647,12 @@ void CmdSetAlphaToCoverageEnableEXT( [NativeTypeName("VkBool32")] MaybeBool alphaToCoverageEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] void CmdSetAlphaToOneEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint alphaToOneEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] void CmdSetAlphaToOneEnableEXT( @@ -30648,58 +13660,18 @@ void CmdSetAlphaToOneEnableEXT( [NativeTypeName("VkBool32")] MaybeBool alphaToOneEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAttachmentFeedbackLoopEnableEXT")] void CmdSetAttachmentFeedbackLoopEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImageAspectFlags")] ImageAspectFlags aspectMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] void CmdSetBlendConstants( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const float[4]")] float* blendConstants ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] void CmdSetBlendConstants( @@ -30707,28 +13679,12 @@ void CmdSetBlendConstants( [NativeTypeName("const float[4]")] Ref blendConstants ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] void CmdSetCheckpointNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const void *")] void* pCheckpointMarker ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] void CmdSetCheckpointNV( @@ -30736,14 +13692,6 @@ void CmdSetCheckpointNV( [NativeTypeName("const void *")] Ref pCheckpointMarker ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] void CmdSetCoarseSampleOrderNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30753,14 +13701,6 @@ void CmdSetCoarseSampleOrderNV( CoarseSampleOrderCustomNV* pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] void CmdSetCoarseSampleOrderNV( @@ -30771,14 +13711,6 @@ void CmdSetCoarseSampleOrderNV( Ref pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] void CmdSetCoarseSampleOrderNV( @@ -30788,15 +13720,6 @@ void CmdSetCoarseSampleOrderNV( CoarseSampleOrderCustomNV pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] void CmdSetColorBlendAdvancedEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30806,15 +13729,6 @@ void CmdSetColorBlendAdvancedEXT( ColorBlendAdvancedEXT* pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] void CmdSetColorBlendAdvancedEXT( @@ -30825,15 +13739,6 @@ void CmdSetColorBlendAdvancedEXT( Ref pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] void CmdSetColorBlendAdvancedEXT( @@ -30843,14 +13748,6 @@ void CmdSetColorBlendAdvancedEXT( ColorBlendAdvancedEXT pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] void CmdSetColorBlendEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30859,14 +13756,6 @@ void CmdSetColorBlendEnableEXT( [NativeTypeName("const VkBool32 *")] uint* pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] void CmdSetColorBlendEnableEXT( @@ -30876,14 +13765,6 @@ void CmdSetColorBlendEnableEXT( [NativeTypeName("const VkBool32 *")] Ref pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] void CmdSetColorBlendEnableEXT( @@ -30892,14 +13773,6 @@ void CmdSetColorBlendEnableEXT( [NativeTypeName("const VkBool32 *")] uint pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] void CmdSetColorBlendEquationEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30909,14 +13782,6 @@ void CmdSetColorBlendEquationEXT( ColorBlendEquationEXT* pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] void CmdSetColorBlendEquationEXT( @@ -30927,14 +13792,6 @@ void CmdSetColorBlendEquationEXT( Ref pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] void CmdSetColorBlendEquationEXT( @@ -30944,14 +13801,6 @@ void CmdSetColorBlendEquationEXT( ColorBlendEquationEXT pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] void CmdSetColorWriteEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -30959,14 +13808,6 @@ void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] uint* pColorWriteEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] void CmdSetColorWriteEnableEXT( @@ -30975,14 +13816,6 @@ void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] Ref pColorWriteEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] void CmdSetColorWriteEnableEXT( @@ -30990,14 +13823,6 @@ void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] uint pColorWriteEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] void CmdSetColorWriteMaskEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -31006,14 +13831,6 @@ void CmdSetColorWriteMaskEXT( [NativeTypeName("const VkColorComponentFlags *")] ColorComponentFlags* pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] void CmdSetColorWriteMaskEXT( @@ -31023,14 +13840,6 @@ void CmdSetColorWriteMaskEXT( [NativeTypeName("const VkColorComponentFlags *")] Ref pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] void CmdSetColorWriteMaskEXT( @@ -31039,60 +13848,24 @@ void CmdSetColorWriteMaskEXT( [NativeTypeName("const VkColorComponentFlags *")] ColorComponentFlags pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetConservativeRasterizationModeEXT")] void CmdSetConservativeRasterizationModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, ConservativeRasterizationModeEXT conservativeRasterizationMode ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationModeNV")] void CmdSetCoverageModulationModeNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CoverageModulationModeNV coverageModulationMode ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] void CmdSetCoverageModulationTableEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint coverageModulationTableEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] void CmdSetCoverageModulationTableEnableNV( @@ -31100,15 +13873,6 @@ void CmdSetCoverageModulationTableEnableNV( [NativeTypeName("VkBool32")] MaybeBool coverageModulationTableEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] void CmdSetCoverageModulationTableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -31116,15 +13880,6 @@ void CmdSetCoverageModulationTableNV( [NativeTypeName("const float *")] float* pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] void CmdSetCoverageModulationTableNV( @@ -31133,15 +13888,6 @@ void CmdSetCoverageModulationTableNV( [NativeTypeName("const float *")] Ref pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] void CmdSetCoverageModulationTableNV( @@ -31149,45 +13895,18 @@ void CmdSetCoverageModulationTableNV( [NativeTypeName("const float *")] float pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageReductionModeNV")] void CmdSetCoverageReductionModeNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CoverageReductionModeNV coverageReductionMode ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] void CmdSetCoverageToColorEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint coverageToColorEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] void CmdSetCoverageToColorEnableNV( @@ -31195,62 +13914,24 @@ void CmdSetCoverageToColorEnableNV( [NativeTypeName("VkBool32")] MaybeBool coverageToColorEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorLocationNV")] void CmdSetCoverageToColorLocationNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint coverageToColorLocation ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCullMode")] void CmdSetCullMode( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkCullModeFlags")] CullModeFlags cullMode ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCullModeEXT")] void CmdSetCullModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkCullModeFlags")] CullModeFlags cullMode ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias")] void CmdSetDepthBias( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -31259,28 +13940,12 @@ void CmdSetDepthBias( float depthBiasSlopeFactor ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] void CmdSetDepthBias2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDepthBiasInfoEXT *")] DepthBiasInfoEXT* pDepthBiasInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] void CmdSetDepthBias2EXT( @@ -31288,22 +13953,12 @@ void CmdSetDepthBias2EXT( [NativeTypeName("const VkDepthBiasInfoEXT *")] Ref pDepthBiasInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] void CmdSetDepthBiasEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthBiasEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] void CmdSetDepthBiasEnable( @@ -31311,28 +13966,12 @@ void CmdSetDepthBiasEnable( [NativeTypeName("VkBool32")] MaybeBool depthBiasEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] void CmdSetDepthBiasEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthBiasEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] void CmdSetDepthBiasEnableEXT( @@ -31340,22 +13979,6 @@ void CmdSetDepthBiasEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthBiasEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBounds")] void CmdSetDepthBounds( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -31363,22 +13986,12 @@ void CmdSetDepthBounds( float maxDepthBounds ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] void CmdSetDepthBoundsTestEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthBoundsTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] void CmdSetDepthBoundsTestEnable( @@ -31386,28 +13999,12 @@ void CmdSetDepthBoundsTestEnable( [NativeTypeName("VkBool32")] MaybeBool depthBoundsTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] void CmdSetDepthBoundsTestEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthBoundsTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] void CmdSetDepthBoundsTestEnableEXT( @@ -31415,28 +14012,12 @@ void CmdSetDepthBoundsTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthBoundsTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] void CmdSetDepthClampEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthClampEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] void CmdSetDepthClampEnableEXT( @@ -31444,16 +14025,6 @@ void CmdSetDepthClampEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthClampEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] void CmdSetDepthClampRangeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -31461,16 +14032,6 @@ void CmdSetDepthClampRangeEXT( [NativeTypeName("const VkDepthClampRangeEXT *")] DepthClampRangeEXT* pDepthClampRange ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] void CmdSetDepthClampRangeEXT( @@ -31479,30 +14040,12 @@ void CmdSetDepthClampRangeEXT( [NativeTypeName("const VkDepthClampRangeEXT *")] Ref pDepthClampRange ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] void CmdSetDepthClipEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthClipEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] void CmdSetDepthClipEnableEXT( @@ -31510,30 +14053,12 @@ void CmdSetDepthClipEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthClipEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] void CmdSetDepthClipNegativeOneToOneEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint negativeOneToOne ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] void CmdSetDepthClipNegativeOneToOneEXT( @@ -31541,47 +14066,24 @@ void CmdSetDepthClipNegativeOneToOneEXT( [NativeTypeName("VkBool32")] MaybeBool negativeOneToOne ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthCompareOp")] void CmdSetDepthCompareOp( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CompareOp depthCompareOp ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthCompareOpEXT")] void CmdSetDepthCompareOpEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CompareOp depthCompareOp ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] void CmdSetDepthTestEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] void CmdSetDepthTestEnable( @@ -31589,28 +14091,12 @@ void CmdSetDepthTestEnable( [NativeTypeName("VkBool32")] MaybeBool depthTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] void CmdSetDepthTestEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] void CmdSetDepthTestEnableEXT( @@ -31618,22 +14104,12 @@ void CmdSetDepthTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] void CmdSetDepthWriteEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthWriteEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] void CmdSetDepthWriteEnable( @@ -31641,28 +14117,12 @@ void CmdSetDepthWriteEnable( [NativeTypeName("VkBool32")] MaybeBool depthWriteEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] void CmdSetDepthWriteEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthWriteEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] void CmdSetDepthWriteEnableEXT( @@ -31670,12 +14130,6 @@ void CmdSetDepthWriteEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthWriteEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] void CmdSetDescriptorBufferOffsets2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -31683,12 +14137,6 @@ void CmdSetDescriptorBufferOffsets2EXT( SetDescriptorBufferOffsetsInfoEXT* pSetDescriptorBufferOffsetsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] void CmdSetDescriptorBufferOffsets2EXT( @@ -31697,16 +14145,6 @@ void CmdSetDescriptorBufferOffsets2EXT( Ref pSetDescriptorBufferOffsetsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] void CmdSetDescriptorBufferOffsetsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -31718,16 +14156,6 @@ void CmdSetDescriptorBufferOffsetsEXT( [NativeTypeName("const VkDeviceSize *")] ulong* pOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] void CmdSetDescriptorBufferOffsetsEXT( @@ -31740,67 +14168,24 @@ void CmdSetDescriptorBufferOffsetsEXT( [NativeTypeName("const VkDeviceSize *")] Ref pOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDeviceMask")] void CmdSetDeviceMask( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint deviceMask ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDeviceMaskKHR")] void CmdSetDeviceMaskKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint deviceMask ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] void CmdSetDiscardRectangleEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint discardRectangleEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] void CmdSetDiscardRectangleEnableEXT( @@ -31808,14 +14193,6 @@ void CmdSetDiscardRectangleEnableEXT( [NativeTypeName("VkBool32")] MaybeBool discardRectangleEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] void CmdSetDiscardRectangleEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -31824,14 +14201,6 @@ void CmdSetDiscardRectangleEXT( [NativeTypeName("const VkRect2D *")] Rect2D* pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] void CmdSetDiscardRectangleEXT( @@ -31841,14 +14210,6 @@ void CmdSetDiscardRectangleEXT( [NativeTypeName("const VkRect2D *")] Ref pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] void CmdSetDiscardRectangleEXT( @@ -31857,41 +14218,12 @@ void CmdSetDiscardRectangleEXT( [NativeTypeName("const VkRect2D *")] Rect2D pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleModeEXT")] void CmdSetDiscardRectangleModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, DiscardRectangleModeEXT discardRectangleMode ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent")] void CmdSetEvent( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -31899,18 +14231,6 @@ void CmdSetEvent( [NativeTypeName("VkPipelineStageFlags")] PipelineStageFlags stageMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] void CmdSetEvent2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -31918,18 +14238,6 @@ void CmdSetEvent2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] void CmdSetEvent2( @@ -31938,14 +14246,6 @@ void CmdSetEvent2( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] void CmdSetEvent2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -31953,14 +14253,6 @@ void CmdSetEvent2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] void CmdSetEvent2KHR( @@ -31969,14 +14261,6 @@ void CmdSetEvent2KHR( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] void CmdSetExclusiveScissorEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -31985,14 +14269,6 @@ void CmdSetExclusiveScissorEnableNV( [NativeTypeName("const VkBool32 *")] uint* pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] void CmdSetExclusiveScissorEnableNV( @@ -32002,14 +14278,6 @@ void CmdSetExclusiveScissorEnableNV( [NativeTypeName("const VkBool32 *")] Ref pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] void CmdSetExclusiveScissorEnableNV( @@ -32018,14 +14286,6 @@ void CmdSetExclusiveScissorEnableNV( [NativeTypeName("const VkBool32 *")] uint pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] void CmdSetExclusiveScissorNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32034,14 +14294,6 @@ void CmdSetExclusiveScissorNV( [NativeTypeName("const VkRect2D *")] Rect2D* pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] void CmdSetExclusiveScissorNV( @@ -32051,14 +14303,6 @@ void CmdSetExclusiveScissorNV( [NativeTypeName("const VkRect2D *")] Ref pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] void CmdSetExclusiveScissorNV( @@ -32067,26 +14311,12 @@ void CmdSetExclusiveScissorNV( [NativeTypeName("const VkRect2D *")] Rect2D pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExtraPrimitiveOverestimationSizeEXT")] void CmdSetExtraPrimitiveOverestimationSizeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, float extraPrimitiveOverestimationSize ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] void CmdSetFragmentShadingRateEnumNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32095,11 +14325,6 @@ void CmdSetFragmentShadingRateEnumNV( FragmentShadingRateCombinerOpKHR* combinerOps ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] void CmdSetFragmentShadingRateEnumNV( @@ -32109,15 +14334,6 @@ void CmdSetFragmentShadingRateEnumNV( Ref combinerOps ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] void CmdSetFragmentShadingRateKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32126,15 +14342,6 @@ void CmdSetFragmentShadingRateKHR( FragmentShadingRateCombinerOpKHR* combinerOps ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] void CmdSetFragmentShadingRateKHR( @@ -32144,51 +14351,24 @@ void CmdSetFragmentShadingRateKHR( Ref combinerOps ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFrontFace")] void CmdSetFrontFace( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, FrontFace frontFace ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFrontFaceEXT")] void CmdSetFrontFaceEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, FrontFace frontFace ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineRasterizationModeEXT")] void CmdSetLineRasterizationModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkLineRasterizationModeEXT")] LineRasterizationMode lineRasterizationMode ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStipple")] void CmdSetLineStipple( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32196,30 +14376,12 @@ void CmdSetLineStipple( [NativeTypeName("uint16_t")] ushort lineStipplePattern ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] void CmdSetLineStippleEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint stippledLineEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] void CmdSetLineStippleEnableEXT( @@ -32227,14 +14389,6 @@ void CmdSetLineStippleEnableEXT( [NativeTypeName("VkBool32")] MaybeBool stippledLineEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEXT")] void CmdSetLineStippleEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32242,14 +14396,6 @@ void CmdSetLineStippleEXT( [NativeTypeName("uint16_t")] ushort lineStipplePattern ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleKHR")] void CmdSetLineStippleKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32257,50 +14403,18 @@ void CmdSetLineStippleKHR( [NativeTypeName("uint16_t")] ushort lineStipplePattern ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineWidth")] void CmdSetLineWidth( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, float lineWidth ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] void CmdSetLogicOpEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint logicOpEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] void CmdSetLogicOpEnableEXT( @@ -32308,115 +14422,75 @@ void CmdSetLogicOpEnableEXT( [NativeTypeName("VkBool32")] MaybeBool logicOpEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEXT")] void CmdSetLogicOpEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, LogicOp logicOp ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPatchControlPointsEXT")] void CmdSetPatchControlPointsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint patchControlPoints ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] - Result CmdSetPerformanceMarkerIntel( + Result CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - PerformanceMarkerInfoIntel* pMarkerInfo + PerformanceMarkerInfoINTEL* pMarkerInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] - Result CmdSetPerformanceMarkerIntel( + Result CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - Ref pMarkerInfo + Ref pMarkerInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] - Result CmdSetPerformanceOverrideIntel( + Result CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - PerformanceOverrideInfoIntel* pOverrideInfo + PerformanceOverrideInfoINTEL* pOverrideInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] - Result CmdSetPerformanceOverrideIntel( + Result CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - Ref pOverrideInfo + Ref pOverrideInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] - Result CmdSetPerformanceStreamMarkerIntel( + Result CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - PerformanceStreamMarkerInfoIntel* pMarkerInfo + PerformanceStreamMarkerInfoINTEL* pMarkerInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] - Result CmdSetPerformanceStreamMarkerIntel( + Result CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - Ref pMarkerInfo + Ref pMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPolygonModeEXT")] void CmdSetPolygonModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PolygonMode polygonMode ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] void CmdSetPrimitiveRestartEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint primitiveRestartEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] void CmdSetPrimitiveRestartEnable( @@ -32424,28 +14498,12 @@ void CmdSetPrimitiveRestartEnable( [NativeTypeName("VkBool32")] MaybeBool primitiveRestartEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] void CmdSetPrimitiveRestartEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint primitiveRestartEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] void CmdSetPrimitiveRestartEnableEXT( @@ -32453,91 +14511,42 @@ void CmdSetPrimitiveRestartEnableEXT( [NativeTypeName("VkBool32")] MaybeBool primitiveRestartEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveTopology")] void CmdSetPrimitiveTopology( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PrimitiveTopology primitiveTopology ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveTopologyEXT")] void CmdSetPrimitiveTopologyEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PrimitiveTopology primitiveTopology ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetProvokingVertexModeEXT")] void CmdSetProvokingVertexModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, ProvokingVertexModeEXT provokingVertexMode ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizationSamplesEXT")] void CmdSetRasterizationSamplesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, SampleCountFlags rasterizationSamples ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizationStreamEXT")] void CmdSetRasterizationStreamEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint rasterizationStream ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] void CmdSetRasterizerDiscardEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint rasterizerDiscardEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] void CmdSetRasterizerDiscardEnable( @@ -32545,28 +14554,12 @@ void CmdSetRasterizerDiscardEnable( [NativeTypeName("VkBool32")] MaybeBool rasterizerDiscardEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] void CmdSetRasterizerDiscardEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint rasterizerDiscardEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] void CmdSetRasterizerDiscardEnableEXT( @@ -32574,25 +14567,12 @@ void CmdSetRasterizerDiscardEnableEXT( [NativeTypeName("VkBool32")] MaybeBool rasterizerDiscardEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRayTracingPipelineStackSizeKHR")] void CmdSetRayTracingPipelineStackSizeKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint pipelineStackSize ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] void CmdSetRenderingAttachmentLocations( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32600,11 +14580,6 @@ void CmdSetRenderingAttachmentLocations( RenderingAttachmentLocationInfo* pLocationInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] void CmdSetRenderingAttachmentLocations( @@ -32613,14 +14588,6 @@ void CmdSetRenderingAttachmentLocations( Ref pLocationInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] void CmdSetRenderingAttachmentLocationsKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32628,14 +14595,6 @@ void CmdSetRenderingAttachmentLocationsKHR( RenderingAttachmentLocationInfo* pLocationInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] void CmdSetRenderingAttachmentLocationsKHR( @@ -32644,11 +14603,6 @@ void CmdSetRenderingAttachmentLocationsKHR( Ref pLocationInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] void CmdSetRenderingInputAttachmentIndices( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32656,11 +14610,6 @@ void CmdSetRenderingInputAttachmentIndices( RenderingInputAttachmentIndexInfo* pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] void CmdSetRenderingInputAttachmentIndices( @@ -32669,14 +14618,6 @@ void CmdSetRenderingInputAttachmentIndices( Ref pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] void CmdSetRenderingInputAttachmentIndicesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32684,14 +14625,6 @@ void CmdSetRenderingInputAttachmentIndicesKHR( RenderingInputAttachmentIndexInfo* pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] void CmdSetRenderingInputAttachmentIndicesKHR( @@ -32700,30 +14633,12 @@ void CmdSetRenderingInputAttachmentIndicesKHR( Ref pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] void CmdSetRepresentativeFragmentTestEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint representativeFragmentTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] void CmdSetRepresentativeFragmentTestEnableNV( @@ -32731,30 +14646,12 @@ void CmdSetRepresentativeFragmentTestEnableNV( [NativeTypeName("VkBool32")] MaybeBool representativeFragmentTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] void CmdSetSampleLocationsEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint sampleLocationsEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] void CmdSetSampleLocationsEnableEXT( @@ -32762,14 +14659,6 @@ void CmdSetSampleLocationsEnableEXT( [NativeTypeName("VkBool32")] MaybeBool sampleLocationsEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] void CmdSetSampleLocationsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32777,14 +14666,6 @@ void CmdSetSampleLocationsEXT( SampleLocationsInfoEXT* pSampleLocationsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] void CmdSetSampleLocationsEXT( @@ -32793,14 +14674,6 @@ void CmdSetSampleLocationsEXT( Ref pSampleLocationsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] void CmdSetSampleMaskEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32808,14 +14681,6 @@ void CmdSetSampleMaskEXT( [NativeTypeName("const VkSampleMask *")] uint* pSampleMask ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] void CmdSetSampleMaskEXT( @@ -32824,22 +14689,6 @@ void CmdSetSampleMaskEXT( [NativeTypeName("const VkSampleMask *")] Ref pSampleMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] void CmdSetScissor( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32848,22 +14697,6 @@ void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] void CmdSetScissor( @@ -32873,22 +14706,6 @@ void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Ref pScissors ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] void CmdSetScissor( @@ -32897,11 +14714,6 @@ void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] void CmdSetScissorWithCount( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32909,11 +14721,6 @@ void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] void CmdSetScissorWithCount( @@ -32922,11 +14729,6 @@ void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Ref pScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] void CmdSetScissorWithCount( @@ -32934,14 +14736,6 @@ void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] void CmdSetScissorWithCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -32949,14 +14743,6 @@ void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] void CmdSetScissorWithCountEXT( @@ -32965,14 +14751,6 @@ void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Ref pScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] void CmdSetScissorWithCountEXT( @@ -32980,30 +14758,12 @@ void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] void CmdSetShadingRateImageEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint shadingRateImageEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] void CmdSetShadingRateImageEnableNV( @@ -33011,22 +14771,6 @@ void CmdSetShadingRateImageEnableNV( [NativeTypeName("VkBool32")] MaybeBool shadingRateImageEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilCompareMask")] void CmdSetStencilCompareMask( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33034,11 +14778,6 @@ void CmdSetStencilCompareMask( [NativeTypeName("uint32_t")] uint compareMask ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilOp")] void CmdSetStencilOp( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33049,14 +14788,6 @@ void CmdSetStencilOp( CompareOp compareOp ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilOpEXT")] void CmdSetStencilOpEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33067,22 +14798,6 @@ void CmdSetStencilOpEXT( CompareOp compareOp ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilReference")] void CmdSetStencilReference( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33090,22 +14805,12 @@ void CmdSetStencilReference( [NativeTypeName("uint32_t")] uint reference ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] void CmdSetStencilTestEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint stencilTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] void CmdSetStencilTestEnable( @@ -33113,28 +14818,12 @@ void CmdSetStencilTestEnable( [NativeTypeName("VkBool32")] MaybeBool stencilTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] void CmdSetStencilTestEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint stencilTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] void CmdSetStencilTestEnableEXT( @@ -33142,22 +14831,6 @@ void CmdSetStencilTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool stencilTestEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilWriteMask")] void CmdSetStencilWriteMask( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33165,31 +14838,12 @@ void CmdSetStencilWriteMask( [NativeTypeName("uint32_t")] uint writeMask ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3+VK_KHR_maintenance2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetTessellationDomainOriginEXT")] void CmdSetTessellationDomainOriginEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, TessellationDomainOrigin domainOrigin ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] void CmdSetVertexInputEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33201,14 +14855,6 @@ void CmdSetVertexInputEXT( VertexInputAttributeDescription2EXT* pVertexAttributeDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] void CmdSetVertexInputEXT( @@ -33221,22 +14867,6 @@ void CmdSetVertexInputEXT( Ref pVertexAttributeDescriptions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] void CmdSetViewport( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33245,22 +14875,6 @@ void CmdSetViewport( [NativeTypeName("const VkViewport *")] Viewport* pViewports ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] void CmdSetViewport( @@ -33270,22 +14884,6 @@ void CmdSetViewport( [NativeTypeName("const VkViewport *")] Ref pViewports ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] void CmdSetViewport( @@ -33294,14 +14892,6 @@ void CmdSetViewport( [NativeTypeName("const VkViewport *")] Viewport pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] void CmdSetViewportShadingRatePaletteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33311,14 +14901,6 @@ void CmdSetViewportShadingRatePaletteNV( ShadingRatePaletteNV* pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] void CmdSetViewportShadingRatePaletteNV( @@ -33329,14 +14911,6 @@ void CmdSetViewportShadingRatePaletteNV( Ref pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] void CmdSetViewportShadingRatePaletteNV( @@ -33345,15 +14919,6 @@ void CmdSetViewportShadingRatePaletteNV( [NativeTypeName("const VkShadingRatePaletteNV *")] ShadingRatePaletteNV pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] void CmdSetViewportSwizzleNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33362,15 +14927,6 @@ void CmdSetViewportSwizzleNV( [NativeTypeName("const VkViewportSwizzleNV *")] ViewportSwizzleNV* pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] void CmdSetViewportSwizzleNV( @@ -33380,15 +14936,6 @@ void CmdSetViewportSwizzleNV( [NativeTypeName("const VkViewportSwizzleNV *")] Ref pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] void CmdSetViewportSwizzleNV( @@ -33397,11 +14944,6 @@ void CmdSetViewportSwizzleNV( [NativeTypeName("const VkViewportSwizzleNV *")] ViewportSwizzleNV pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] void CmdSetViewportWithCount( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33409,11 +14951,6 @@ void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Viewport* pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] void CmdSetViewportWithCount( @@ -33422,11 +14959,6 @@ void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Ref pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] void CmdSetViewportWithCount( @@ -33434,14 +14966,6 @@ void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Viewport pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] void CmdSetViewportWithCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33449,14 +14973,6 @@ void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Viewport* pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] void CmdSetViewportWithCountEXT( @@ -33465,14 +14981,6 @@ void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Ref pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] void CmdSetViewportWithCountEXT( @@ -33480,30 +14988,12 @@ void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Viewport pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] void CmdSetViewportWScalingEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint viewportWScalingEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] void CmdSetViewportWScalingEnableNV( @@ -33511,7 +15001,6 @@ void CmdSetViewportWScalingEnableNV( [NativeTypeName("VkBool32")] MaybeBool viewportWScalingEnable ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] void CmdSetViewportWScalingNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33520,7 +15009,6 @@ void CmdSetViewportWScalingNV( [NativeTypeName("const VkViewportWScalingNV *")] ViewportWScalingNV* pViewportWScalings ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] void CmdSetViewportWScalingNV( @@ -33530,7 +15018,6 @@ void CmdSetViewportWScalingNV( [NativeTypeName("const VkViewportWScalingNV *")] Ref pViewportWScalings ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] void CmdSetViewportWScalingNV( @@ -33539,40 +15026,17 @@ void CmdSetViewportWScalingNV( [NativeTypeName("const VkViewportWScalingNV *")] ViewportWScalingNV pViewportWScalings ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSubpassShadingHUAWEI")] - void CmdSubpassShadingHuawei( + void CmdSubpassShadingHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirect2KHR")] void CmdTraceRaysIndirect2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDeviceAddress")] ulong indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] void CmdTraceRaysIndirectKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33587,14 +15051,6 @@ void CmdTraceRaysIndirectKHR( [NativeTypeName("VkDeviceAddress")] ulong indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] void CmdTraceRaysIndirectKHR( @@ -33610,14 +15066,6 @@ void CmdTraceRaysIndirectKHR( [NativeTypeName("VkDeviceAddress")] ulong indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] void CmdTraceRaysKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33634,14 +15082,6 @@ void CmdTraceRaysKHR( [NativeTypeName("uint32_t")] uint depth ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] void CmdTraceRaysKHR( @@ -33659,14 +15099,6 @@ void CmdTraceRaysKHR( [NativeTypeName("uint32_t")] uint depth ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysNV")] void CmdTraceRaysNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33686,32 +15118,6 @@ void CmdTraceRaysNV( [NativeTypeName("uint32_t")] uint depth ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] void CmdUpdateBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33721,32 +15127,6 @@ void CmdUpdateBuffer( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] void CmdUpdateBuffer( @@ -33757,11 +15137,6 @@ void CmdUpdateBuffer( [NativeTypeName("const void *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdatePipelineIndirectBufferNV")] void CmdUpdatePipelineIndirectBufferNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33769,27 +15144,6 @@ void CmdUpdatePipelineIndirectBufferNV( [NativeTypeName("VkPipeline")] PipelineHandle pipeline ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] void CmdWaitEvents( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33806,27 +15160,6 @@ void CmdWaitEvents( [NativeTypeName("const VkImageMemoryBarrier *")] ImageMemoryBarrier* pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] void CmdWaitEvents( @@ -33845,18 +15178,6 @@ void CmdWaitEvents( Ref pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] void CmdWaitEvents2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33865,18 +15186,6 @@ void CmdWaitEvents2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] void CmdWaitEvents2( @@ -33886,14 +15195,6 @@ void CmdWaitEvents2( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] void CmdWaitEvents2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -33902,14 +15203,6 @@ void CmdWaitEvents2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] void CmdWaitEvents2KHR( @@ -33919,126 +15212,74 @@ void CmdWaitEvents2KHR( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle pAccelerationStructures, + AccelerationStructureHandleKHR pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructures, + AccelerationStructureHandleNV* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle pAccelerationStructures, + AccelerationStructureHandleNV pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_buffer_marker+VK_KHR_synchronization2", "VK_AMD_buffer_marker+VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteBufferMarker2AMD")] void CmdWriteBufferMarker2AMD( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -34048,7 +15289,6 @@ void CmdWriteBufferMarker2AMD( [NativeTypeName("uint32_t")] uint marker ); - [SupportedApiProfile("vulkan", ["VK_AMD_buffer_marker"])] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteBufferMarkerAMD")] void CmdWriteBufferMarkerAMD( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -34058,87 +15298,37 @@ void CmdWriteBufferMarkerAMD( [NativeTypeName("uint32_t")] uint marker ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp")] void CmdWriteTimestamp( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -34147,20 +15337,6 @@ void CmdWriteTimestamp( [NativeTypeName("uint32_t")] uint query ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp2")] void CmdWriteTimestamp2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -34169,14 +15345,6 @@ void CmdWriteTimestamp2( [NativeTypeName("uint32_t")] uint query ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp2KHR")] void CmdWriteTimestamp2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, @@ -34185,14 +15353,6 @@ void CmdWriteTimestamp2KHR( [NativeTypeName("uint32_t")] uint query ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCompileDeferredNV")] Result CompileDeferredNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34200,14 +15360,6 @@ Result CompileDeferredNV( [NativeTypeName("uint32_t")] uint shader ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] Result ConvertCooperativeVectorMatrixNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34215,14 +15367,6 @@ Result ConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] Result ConvertCooperativeVectorMatrixNV( @@ -34231,82 +15375,40 @@ Result ConvertCooperativeVectorMatrixNV( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] Result CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] CopyAccelerationStructureInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] Result CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] Result CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] CopyAccelerationStructureToMemoryInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] Result CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] Result CopyImageToImage( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34314,16 +15416,6 @@ Result CopyImageToImage( CopyImageToImageInfo* pCopyImageToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] Result CopyImageToImage( @@ -34332,15 +15424,6 @@ Result CopyImageToImage( Ref pCopyImageToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] Result CopyImageToImageEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34348,15 +15431,6 @@ Result CopyImageToImageEXT( CopyImageToImageInfo* pCopyImageToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] Result CopyImageToImageEXT( @@ -34365,16 +15439,6 @@ Result CopyImageToImageEXT( Ref pCopyImageToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] Result CopyImageToMemory( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34382,16 +15446,6 @@ Result CopyImageToMemory( CopyImageToMemoryInfo* pCopyImageToMemoryInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] Result CopyImageToMemory( @@ -34400,15 +15454,6 @@ Result CopyImageToMemory( Ref pCopyImageToMemoryInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] Result CopyImageToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34416,15 +15461,6 @@ Result CopyImageToMemoryEXT( CopyImageToMemoryInfo* pCopyImageToMemoryInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] Result CopyImageToMemoryEXT( @@ -34433,49 +15469,23 @@ Result CopyImageToMemoryEXT( Ref pCopyImageToMemoryInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] Result CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] CopyMemoryToAccelerationStructureInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] Result CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] Result CopyMemoryToImage( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34483,16 +15493,6 @@ Result CopyMemoryToImage( CopyMemoryToImageInfo* pCopyMemoryToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] Result CopyMemoryToImage( @@ -34501,15 +15501,6 @@ Result CopyMemoryToImage( Ref pCopyMemoryToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] Result CopyMemoryToImageEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34517,15 +15508,6 @@ Result CopyMemoryToImageEXT( CopyMemoryToImageInfo* pCopyMemoryToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] Result CopyMemoryToImageEXT( @@ -34534,109 +15516,53 @@ Result CopyMemoryToImageEXT( Ref pCopyMemoryToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] Result CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] CopyMemoryToMicromapInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] Result CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] Result CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] Result CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] Result CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] CopyMicromapToMemoryInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] Result CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] Result CreateAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34644,17 +15570,9 @@ Result CreateAccelerationStructureKHR( AccelerationStructureCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructure + AccelerationStructureHandleKHR* pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] Result CreateAccelerationStructureKHR( @@ -34663,17 +15581,9 @@ Result CreateAccelerationStructureKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] Result CreateAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34681,17 +15591,9 @@ Result CreateAccelerationStructureNV( AccelerationStructureCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructure + AccelerationStructureHandleNV* pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] Result CreateAccelerationStructureNV( @@ -34700,35 +15602,9 @@ Result CreateAccelerationStructureNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] Result CreateBuffer( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34737,32 +15613,6 @@ Result CreateBuffer( [NativeTypeName("VkBuffer *")] BufferHandle* pBuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] Result CreateBuffer( @@ -34772,27 +15622,6 @@ Result CreateBuffer( [NativeTypeName("VkBuffer *")] Ref pBuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] Result CreateBufferView( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34801,27 +15630,6 @@ Result CreateBufferView( [NativeTypeName("VkBufferView *")] BufferViewHandle* pView ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] Result CreateBufferView( @@ -34831,32 +15639,6 @@ Result CreateBufferView( [NativeTypeName("VkBufferView *")] Ref pView ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] Result CreateCommandPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34865,32 +15647,6 @@ Result CreateCommandPool( [NativeTypeName("VkCommandPool *")] CommandPoolHandle* pCommandPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] Result CreateCommandPool( @@ -34900,27 +15656,6 @@ Result CreateCommandPool( [NativeTypeName("VkCommandPool *")] Ref pCommandPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] Result CreateComputePipelines( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -34932,27 +15667,6 @@ Result CreateComputePipelines( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] Result CreateComputePipelines( @@ -34965,16 +15679,14 @@ Result CreateComputePipelines( [NativeTypeName("VkPipeline *")] Ref pPipelines ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] Result CreateCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] CuFunctionCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] CuFunctionNVXHandle* pFunction + [NativeTypeName("VkCuFunctionNVX *")] CuFunctionHandleNVX* pFunction ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] Result CreateCuFunctionNVX( @@ -34982,37 +15694,30 @@ Result CreateCuFunctionNVX( [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction + [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] Result CreateCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuModuleCreateInfoNVX *")] CuModuleCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuModuleNVX *")] CuModuleNVXHandle* pModule + [NativeTypeName("VkCuModuleNVX *")] CuModuleHandleNVX* pModule ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] Result CreateCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuModuleCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuModuleNVX *")] Ref pModule + [NativeTypeName("VkCuModuleNVX *")] Ref pModule ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] Result CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -35021,16 +15726,11 @@ Result CreateDataGraphPipelinesARM( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] Result CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -35039,11 +15739,6 @@ Result CreateDataGraphPipelinesARM( [NativeTypeName("VkPipeline *")] Ref pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] Result CreateDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35051,14 +15746,9 @@ Result CreateDataGraphPipelineSessionARM( DataGraphPipelineSessionCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - DataGraphPipelineSessionARMHandle* pSession + DataGraphPipelineSessionHandleARM* pSession ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] Result CreateDataGraphPipelineSessionARM( @@ -35067,20 +15757,18 @@ Result CreateDataGraphPipelineSessionARM( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - Ref pSession + Ref pSession ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] Result CreateDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkDebugReportCallbackCreateInfoEXT *")] DebugReportCallbackCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackEXTHandle* pCallback + [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackHandleEXT* pCallback ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] Result CreateDebugReportCallbackEXT( @@ -35088,20 +15776,18 @@ Result CreateDebugReportCallbackEXT( [NativeTypeName("const VkDebugReportCallbackCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDebugReportCallbackEXT *")] Ref pCallback + [NativeTypeName("VkDebugReportCallbackEXT *")] Ref pCallback ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] Result CreateDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkDebugUtilsMessengerCreateInfoEXT *")] DebugUtilsMessengerCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerEXTHandle* pMessenger + [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerHandleEXT* pMessenger ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] Result CreateDebugUtilsMessengerEXT( @@ -35109,48 +15795,25 @@ Result CreateDebugUtilsMessengerEXT( [NativeTypeName("const VkDebugUtilsMessengerCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDebugUtilsMessengerEXT *")] Ref pMessenger + [NativeTypeName("VkDebugUtilsMessengerEXT *")] Ref pMessenger ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] Result CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDeferredOperationKHR *")] DeferredOperationKHRHandle* pDeferredOperation + [NativeTypeName("VkDeferredOperationKHR *")] DeferredOperationHandleKHR* pDeferredOperation ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] Result CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDeferredOperationKHR *")] - Ref pDeferredOperation + Ref pDeferredOperation ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] Result CreateDescriptorPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35160,27 +15823,6 @@ Result CreateDescriptorPool( [NativeTypeName("VkDescriptorPool *")] DescriptorPoolHandle* pDescriptorPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] Result CreateDescriptorPool( @@ -35191,27 +15833,6 @@ Result CreateDescriptorPool( [NativeTypeName("VkDescriptorPool *")] Ref pDescriptorPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] Result CreateDescriptorSetLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35221,27 +15842,6 @@ Result CreateDescriptorSetLayout( [NativeTypeName("VkDescriptorSetLayout *")] DescriptorSetLayoutHandle* pSetLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] Result CreateDescriptorSetLayout( @@ -35252,24 +15852,6 @@ Result CreateDescriptorSetLayout( [NativeTypeName("VkDescriptorSetLayout *")] Ref pSetLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] Result CreateDescriptorUpdateTemplate( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35280,24 +15862,6 @@ Result CreateDescriptorUpdateTemplate( DescriptorUpdateTemplateHandle* pDescriptorUpdateTemplate ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] Result CreateDescriptorUpdateTemplate( @@ -35309,7 +15873,6 @@ Result CreateDescriptorUpdateTemplate( Ref pDescriptorUpdateTemplate ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] Result CreateDescriptorUpdateTemplateKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35320,7 +15883,6 @@ Result CreateDescriptorUpdateTemplateKHR( DescriptorUpdateTemplateHandle* pDescriptorUpdateTemplate ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] Result CreateDescriptorUpdateTemplateKHR( @@ -35332,32 +15894,6 @@ Result CreateDescriptorUpdateTemplateKHR( Ref pDescriptorUpdateTemplate ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] Result CreateDevice( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -35366,32 +15902,6 @@ Result CreateDevice( [NativeTypeName("VkDevice *")] DeviceHandle* pDevice ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] Result CreateDevice( @@ -35401,40 +15911,36 @@ Result CreateDevice( [NativeTypeName("VkDevice *")] Ref pDevice ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] Result CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] DisplayModeCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] DisplayModeKHRHandle* pMode + [NativeTypeName("VkDisplayModeKHR *")] DisplayModeHandleKHR* pMode ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] Result CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] Ref pMode + [NativeTypeName("VkDisplayModeKHR *")] Ref pMode ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] Result CreateDisplayPlaneSurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] DisplaySurfaceCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] Result CreateDisplayPlaneSurfaceKHR( @@ -35442,30 +15948,9 @@ Result CreateDisplayPlaneSurfaceKHR( [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] Result CreateEvent( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35474,27 +15959,6 @@ Result CreateEvent( [NativeTypeName("VkEvent *")] EventHandle* pEvent ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] Result CreateEvent( @@ -35504,17 +15968,15 @@ Result CreateEvent( [NativeTypeName("VkEvent *")] Ref pEvent ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] Result CreateExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkExternalComputeQueueCreateInfoNV *")] ExternalComputeQueueCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkExternalComputeQueueNV *")] ExternalComputeQueueNVHandle* pExternalQueue + [NativeTypeName("VkExternalComputeQueueNV *")] ExternalComputeQueueHandleNV* pExternalQueue ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] Result CreateExternalComputeQueueNV( @@ -35523,35 +15985,9 @@ Result CreateExternalComputeQueueNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkExternalComputeQueueNV *")] - Ref pExternalQueue + Ref pExternalQueue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] Result CreateFence( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35560,32 +15996,6 @@ Result CreateFence( [NativeTypeName("VkFence *")] FenceHandle* pFence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] Result CreateFence( @@ -35595,22 +16005,6 @@ Result CreateFence( [NativeTypeName("VkFence *")] Ref pFence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] Result CreateFramebuffer( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35619,22 +16013,6 @@ Result CreateFramebuffer( [NativeTypeName("VkFramebuffer *")] FramebufferHandle* pFramebuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] Result CreateFramebuffer( @@ -35644,22 +16022,6 @@ Result CreateFramebuffer( [NativeTypeName("VkFramebuffer *")] Ref pFramebuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] Result CreateGraphicsPipelines( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35671,22 +16033,6 @@ Result CreateGraphicsPipelines( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] Result CreateGraphicsPipelines( @@ -35699,17 +16045,15 @@ Result CreateGraphicsPipelines( [NativeTypeName("VkPipeline *")] Ref pPipelines ); - [SupportedApiProfile("vulkan", ["VK_EXT_headless_surface"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] Result CreateHeadlessSurfaceEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] HeadlessSurfaceCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ); - [SupportedApiProfile("vulkan", ["VK_EXT_headless_surface"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] Result CreateHeadlessSurfaceEXT( @@ -35717,35 +16061,9 @@ Result CreateHeadlessSurfaceEXT( [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] Result CreateImage( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35754,32 +16072,6 @@ Result CreateImage( [NativeTypeName("VkImage *")] ImageHandle* pImage ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] Result CreateImage( @@ -35789,32 +16081,6 @@ Result CreateImage( [NativeTypeName("VkImage *")] Ref pImage ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] Result CreateImageView( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35823,32 +16089,6 @@ Result CreateImageView( [NativeTypeName("VkImageView *")] ImageViewHandle* pView ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] Result CreateImageView( @@ -35858,15 +16098,6 @@ Result CreateImageView( [NativeTypeName("VkImageView *")] Ref pView ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] Result CreateIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35874,18 +16105,9 @@ Result CreateIndirectCommandsLayoutEXT( IndirectCommandsLayoutCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - IndirectCommandsLayoutEXTHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleEXT* pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] Result CreateIndirectCommandsLayoutEXT( @@ -35894,14 +16116,9 @@ Result CreateIndirectCommandsLayoutEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] Result CreateIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35909,14 +16126,9 @@ Result CreateIndirectCommandsLayoutNV( IndirectCommandsLayoutCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - IndirectCommandsLayoutNVHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleNV* pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] Result CreateIndirectCommandsLayoutNV( @@ -35925,18 +16137,9 @@ Result CreateIndirectCommandsLayoutNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] Result CreateIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -35944,18 +16147,9 @@ Result CreateIndirectExecutionSetEXT( IndirectExecutionSetCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - IndirectExecutionSetEXTHandle* pIndirectExecutionSet + IndirectExecutionSetHandleEXT* pIndirectExecutionSet ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] Result CreateIndirectExecutionSetEXT( @@ -35964,35 +16158,9 @@ Result CreateIndirectExecutionSetEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - Ref pIndirectExecutionSet + Ref pIndirectExecutionSet ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] Result CreateInstance( [NativeTypeName("const VkInstanceCreateInfo *")] InstanceCreateInfo* pCreateInfo, @@ -36000,32 +16168,6 @@ Result CreateInstance( [NativeTypeName("VkInstance *")] InstanceHandle* pInstance ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] Result CreateInstance( @@ -36034,66 +16176,32 @@ Result CreateInstance( [NativeTypeName("VkInstance *")] Ref pInstance ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] Result CreateMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMicromapCreateInfoEXT *")] MicromapCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkMicromapEXT *")] MicromapEXTHandle* pMicromap + [NativeTypeName("VkMicromapEXT *")] MicromapHandleEXT* pMicromap ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] Result CreateMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMicromapCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkMicromapEXT *")] Ref pMicromap + [NativeTypeName("VkMicromapEXT *")] Ref pMicromap ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] Result CreateOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] OpticalFlowSessionCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionNVHandle* pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionHandleNV* pSession ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] Result CreateOpticalFlowSessionNV( @@ -36101,17 +16209,9 @@ Result CreateOpticalFlowSessionNV( [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] Result CreatePipelineBinariesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36121,14 +16221,6 @@ Result CreatePipelineBinariesKHR( PipelineBinaryHandlesInfoKHR* pBinaries ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] Result CreatePipelineBinariesKHR( @@ -36139,27 +16231,6 @@ Result CreatePipelineBinariesKHR( Ref pBinaries ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] Result CreatePipelineCache( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36168,27 +16239,6 @@ Result CreatePipelineCache( [NativeTypeName("VkPipelineCache *")] PipelineCacheHandle* pPipelineCache ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] Result CreatePipelineCache( @@ -36199,27 +16249,6 @@ Result CreatePipelineCache( [NativeTypeName("VkPipelineCache *")] Ref pPipelineCache ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] Result CreatePipelineLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36229,27 +16258,6 @@ Result CreatePipelineLayout( [NativeTypeName("VkPipelineLayout *")] PipelineLayoutHandle* pPipelineLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] Result CreatePipelineLayout( @@ -36260,20 +16268,6 @@ Result CreatePipelineLayout( [NativeTypeName("VkPipelineLayout *")] Ref pPipelineLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] Result CreatePrivateDataSlot( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36283,20 +16277,6 @@ Result CreatePrivateDataSlot( [NativeTypeName("VkPrivateDataSlot *")] PrivateDataSlotHandle* pPrivateDataSlot ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] Result CreatePrivateDataSlot( @@ -36307,14 +16287,6 @@ Result CreatePrivateDataSlot( [NativeTypeName("VkPrivateDataSlot *")] Ref pPrivateDataSlot ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] Result CreatePrivateDataSlotEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36324,14 +16296,6 @@ Result CreatePrivateDataSlotEXT( [NativeTypeName("VkPrivateDataSlot *")] PrivateDataSlotHandle* pPrivateDataSlot ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] Result CreatePrivateDataSlotEXT( @@ -36342,32 +16306,6 @@ Result CreatePrivateDataSlotEXT( [NativeTypeName("VkPrivateDataSlot *")] Ref pPrivateDataSlot ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] Result CreateQueryPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36376,32 +16314,6 @@ Result CreateQueryPool( [NativeTypeName("VkQueryPool *")] QueryPoolHandle* pQueryPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] Result CreateQueryPool( @@ -36411,18 +16323,10 @@ Result CreateQueryPool( [NativeTypeName("VkQueryPool *")] Ref pQueryPool ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -36431,19 +16335,11 @@ Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -36452,14 +16348,6 @@ Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkPipeline *")] Ref pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] Result CreateRayTracingPipelinesNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36471,14 +16359,6 @@ Result CreateRayTracingPipelinesNV( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] Result CreateRayTracingPipelinesNV( @@ -36491,22 +16371,6 @@ Result CreateRayTracingPipelinesNV( [NativeTypeName("VkPipeline *")] Ref pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] Result CreateRenderPass( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36515,22 +16379,6 @@ Result CreateRenderPass( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] Result CreateRenderPass( @@ -36540,18 +16388,6 @@ Result CreateRenderPass( [NativeTypeName("VkRenderPass *")] Ref pRenderPass ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] Result CreateRenderPass2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36560,18 +16396,6 @@ Result CreateRenderPass2( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] Result CreateRenderPass2( @@ -36581,11 +16405,6 @@ Result CreateRenderPass2( [NativeTypeName("VkRenderPass *")] Ref pRenderPass ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] Result CreateRenderPass2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36594,11 +16413,6 @@ Result CreateRenderPass2KHR( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] Result CreateRenderPass2KHR( @@ -36608,27 +16422,6 @@ Result CreateRenderPass2KHR( [NativeTypeName("VkRenderPass *")] Ref pRenderPass ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] Result CreateSampler( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36637,27 +16430,6 @@ Result CreateSampler( [NativeTypeName("VkSampler *")] SamplerHandle* pSampler ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] Result CreateSampler( @@ -36667,24 +16439,6 @@ Result CreateSampler( [NativeTypeName("VkSampler *")] Ref pSampler ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] Result CreateSamplerYcbcrConversion( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36695,24 +16449,6 @@ Result CreateSamplerYcbcrConversion( SamplerYcbcrConversionHandle* pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] Result CreateSamplerYcbcrConversion( @@ -36724,14 +16460,6 @@ Result CreateSamplerYcbcrConversion( Ref pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] Result CreateSamplerYcbcrConversionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36742,14 +16470,6 @@ Result CreateSamplerYcbcrConversionKHR( SamplerYcbcrConversionHandle* pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] Result CreateSamplerYcbcrConversionKHR( @@ -36761,32 +16481,6 @@ Result CreateSamplerYcbcrConversionKHR( Ref pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] Result CreateSemaphore( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36795,32 +16489,6 @@ Result CreateSemaphore( [NativeTypeName("VkSemaphore *")] SemaphoreHandle* pSemaphore ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] Result CreateSemaphore( @@ -36830,27 +16498,6 @@ Result CreateSemaphore( [NativeTypeName("VkSemaphore *")] Ref pSemaphore ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] Result CreateShaderModule( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -36859,27 +16506,6 @@ Result CreateShaderModule( [NativeTypeName("VkShaderModule *")] ShaderModuleHandle* pShaderModule ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] Result CreateShaderModule( @@ -36890,33 +16516,15 @@ Result CreateShaderModule( [NativeTypeName("VkShaderModule *")] Ref pShaderModule ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] Result CreateShadersEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] ShaderCreateInfoEXT* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("VkShaderEXT *")] ShaderHandleEXT* pShaders ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] Result CreateShadersEXT( @@ -36924,28 +16532,18 @@ Result CreateShadersEXT( [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkShaderEXT *")] Ref pShaders + [NativeTypeName("VkShaderEXT *")] Ref pShaders ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] Result CreateSharedSwapchainsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] Result CreateSharedSwapchainsKHR( @@ -36954,19 +16552,17 @@ Result CreateSharedSwapchainsKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] Result CreateSwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchain + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchain ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] Result CreateSwapchainKHR( @@ -36974,38 +16570,34 @@ Result CreateSwapchainKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] Result CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] TensorCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorARM *")] TensorARMHandle* pTensor + [NativeTypeName("VkTensorARM *")] TensorHandleARM* pTensor ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] Result CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorARM *")] Ref pTensor + [NativeTypeName("VkTensorARM *")] Ref pTensor ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] Result CreateTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorViewCreateInfoARM *")] TensorViewCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorViewARM *")] TensorViewARMHandle* pView + [NativeTypeName("VkTensorViewARM *")] TensorViewHandleARM* pView ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] Result CreateTensorViewARM( @@ -37013,20 +16605,18 @@ Result CreateTensorViewARM( [NativeTypeName("const VkTensorViewCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorViewARM *")] Ref pView + [NativeTypeName("VkTensorViewARM *")] Ref pView ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] Result CreateValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkValidationCacheCreateInfoEXT *")] ValidationCacheCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheEXTHandle* pValidationCache + [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheHandleEXT* pValidationCache ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] Result CreateValidationCacheEXT( @@ -37034,28 +16624,18 @@ Result CreateValidationCacheEXT( [NativeTypeName("const VkValidationCacheCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkValidationCacheEXT *")] Ref pValidationCache + [NativeTypeName("VkValidationCacheEXT *")] Ref pValidationCache ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] Result CreateVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] VideoSessionCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] VideoSessionKHRHandle* pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] VideoSessionHandleKHR* pVideoSession ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] Result CreateVideoSessionKHR( @@ -37063,14 +16643,9 @@ Result CreateVideoSessionKHR( [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] Result CreateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37078,14 +16653,9 @@ Result CreateVideoSessionParametersKHR( VideoSessionParametersCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - VideoSessionParametersKHRHandle* pVideoSessionParameters + VideoSessionParametersHandleKHR* pVideoSessionParameters ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] Result CreateVideoSessionParametersKHR( @@ -37094,10 +16664,9 @@ Result CreateVideoSessionParametersKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - Ref pVideoSessionParameters + Ref pVideoSessionParameters ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] Result DebugMarkerSetObjectNameEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37105,7 +16674,6 @@ Result DebugMarkerSetObjectNameEXT( DebugMarkerObjectNameInfoEXT* pNameInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] Result DebugMarkerSetObjectNameEXT( @@ -37114,7 +16682,6 @@ Result DebugMarkerSetObjectNameEXT( Ref pNameInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] Result DebugMarkerSetObjectTagEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37122,7 +16689,6 @@ Result DebugMarkerSetObjectTagEXT( DebugMarkerObjectTagInfoEXT* pTagInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] Result DebugMarkerSetObjectTagEXT( @@ -37131,7 +16697,6 @@ Result DebugMarkerSetObjectTagEXT( Ref pTagInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] void DebugReportMessageEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, @@ -37144,7 +16709,6 @@ void DebugReportMessageEXT( [NativeTypeName("const char *")] sbyte* pMessage ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] void DebugReportMessageEXT( @@ -37158,105 +16722,46 @@ void DebugReportMessageEXT( [NativeTypeName("const char *")] Ref pMessage ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkDeferredOperationJoinKHR")] Result DeferredOperationJoinKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] void DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] void DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] void DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] void DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] void DestroyBuffer( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37264,32 +16769,6 @@ void DestroyBuffer( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] void DestroyBuffer( @@ -37298,27 +16777,6 @@ void DestroyBuffer( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] void DestroyBufferView( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37326,27 +16784,6 @@ void DestroyBufferView( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] void DestroyBufferView( @@ -37355,32 +16792,6 @@ void DestroyBufferView( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] void DestroyCommandPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37388,32 +16799,6 @@ void DestroyCommandPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] void DestroyCommandPool( @@ -37422,137 +16807,96 @@ void DestroyCommandPool( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] void DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] void DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] void DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] void DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] void DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionARMHandle session, + [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] void DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionARMHandle session, + [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] void DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] void DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] void DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] void DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] void DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] void DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] void DestroyDescriptorPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37560,27 +16904,6 @@ void DestroyDescriptorPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] void DestroyDescriptorPool( @@ -37589,27 +16912,6 @@ void DestroyDescriptorPool( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] void DestroyDescriptorSetLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37617,27 +16919,6 @@ void DestroyDescriptorSetLayout( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] void DestroyDescriptorSetLayout( @@ -37646,24 +16927,6 @@ void DestroyDescriptorSetLayout( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] void DestroyDescriptorUpdateTemplate( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37672,24 +16935,6 @@ void DestroyDescriptorUpdateTemplate( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] void DestroyDescriptorUpdateTemplate( @@ -37699,7 +16944,6 @@ void DestroyDescriptorUpdateTemplate( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] void DestroyDescriptorUpdateTemplateKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37708,7 +16952,6 @@ void DestroyDescriptorUpdateTemplateKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] void DestroyDescriptorUpdateTemplateKHR( @@ -37718,64 +16961,12 @@ void DestroyDescriptorUpdateTemplateKHR( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] void DestroyDevice( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] void DestroyDevice( @@ -37783,27 +16974,6 @@ void DestroyDevice( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] void DestroyEvent( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37811,27 +16981,6 @@ void DestroyEvent( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] void DestroyEvent( @@ -37840,49 +16989,21 @@ void DestroyEvent( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] void DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] void DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] void DestroyFence( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37890,32 +17011,6 @@ void DestroyFence( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] void DestroyFence( @@ -37924,22 +17019,6 @@ void DestroyFence( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] void DestroyFramebuffer( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -37947,22 +17026,6 @@ void DestroyFramebuffer( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] void DestroyFramebuffer( @@ -37971,32 +17034,6 @@ void DestroyFramebuffer( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] void DestroyImage( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38004,32 +17041,6 @@ void DestroyImage( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] void DestroyImage( @@ -38038,32 +17049,6 @@ void DestroyImage( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] void DestroyImageView( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38071,32 +17056,6 @@ void DestroyImageView( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] void DestroyImageView( @@ -38105,161 +17064,63 @@ void DestroyImageView( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] void DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] void DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] void DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] void DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] void DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] void DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] void DestroyInstance( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] void DestroyInstance( @@ -38267,91 +17128,36 @@ void DestroyInstance( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] void DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] void DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] void DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] void DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] void DestroyPipeline( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38359,27 +17165,6 @@ void DestroyPipeline( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] void DestroyPipeline( @@ -38388,58 +17173,21 @@ void DestroyPipeline( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] void DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] void DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] void DestroyPipelineCache( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38447,27 +17195,6 @@ void DestroyPipelineCache( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] void DestroyPipelineCache( @@ -38476,27 +17203,6 @@ void DestroyPipelineCache( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] void DestroyPipelineLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38504,27 +17210,6 @@ void DestroyPipelineLayout( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] void DestroyPipelineLayout( @@ -38533,20 +17218,6 @@ void DestroyPipelineLayout( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] void DestroyPrivateDataSlot( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38554,20 +17225,6 @@ void DestroyPrivateDataSlot( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] void DestroyPrivateDataSlot( @@ -38576,14 +17233,6 @@ void DestroyPrivateDataSlot( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] void DestroyPrivateDataSlotEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38591,14 +17240,6 @@ void DestroyPrivateDataSlotEXT( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] void DestroyPrivateDataSlotEXT( @@ -38607,32 +17248,6 @@ void DestroyPrivateDataSlotEXT( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] void DestroyQueryPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38640,32 +17255,6 @@ void DestroyQueryPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] void DestroyQueryPool( @@ -38674,22 +17263,6 @@ void DestroyQueryPool( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] void DestroyRenderPass( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38697,22 +17270,6 @@ void DestroyRenderPass( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] void DestroyRenderPass( @@ -38721,27 +17278,6 @@ void DestroyRenderPass( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] void DestroySampler( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38749,27 +17285,6 @@ void DestroySampler( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] void DestroySampler( @@ -38778,24 +17293,6 @@ void DestroySampler( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] void DestroySamplerYcbcrConversion( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38803,24 +17300,6 @@ void DestroySamplerYcbcrConversion( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] void DestroySamplerYcbcrConversion( @@ -38829,14 +17308,6 @@ void DestroySamplerYcbcrConversion( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] void DestroySamplerYcbcrConversionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38844,14 +17315,6 @@ void DestroySamplerYcbcrConversionKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] void DestroySamplerYcbcrConversionKHR( @@ -38860,32 +17323,6 @@ void DestroySamplerYcbcrConversionKHR( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] void DestroySemaphore( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38893,32 +17330,6 @@ void DestroySemaphore( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] void DestroySemaphore( @@ -38927,60 +17338,21 @@ void DestroySemaphore( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] void DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] void DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] void DestroyShaderModule( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -38988,27 +17360,6 @@ void DestroyShaderModule( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] void DestroyShaderModule( @@ -39017,252 +17368,134 @@ void DestroyShaderModule( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] void DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] void DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] void DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] void DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] void DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] void DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] void DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] void DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] void DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] void DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] void DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] void DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] void DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] void DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDeviceWaitIdle")] Result DeviceWaitIdle([NativeTypeName("VkDevice")] DeviceHandle device); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] Result DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] DisplayPowerInfoEXT* pDisplayPowerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] Result DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] Ref pDisplayPowerInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEndCommandBuffer")] Result EndCommandBuffer([NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] Result EnumerateDeviceExtensionProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -39271,32 +17504,6 @@ Result EnumerateDeviceExtensionProperties( ExtensionProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] Result EnumerateDeviceExtensionProperties( @@ -39306,32 +17513,6 @@ Result EnumerateDeviceExtensionProperties( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] Result EnumerateDeviceLayerProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -39339,32 +17520,6 @@ Result EnumerateDeviceLayerProperties( LayerProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] Result EnumerateDeviceLayerProperties( @@ -39373,32 +17528,6 @@ Result EnumerateDeviceLayerProperties( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] Result EnumerateInstanceExtensionProperties( [NativeTypeName("const char *")] sbyte* pLayerName, @@ -39406,32 +17535,6 @@ Result EnumerateInstanceExtensionProperties( ExtensionProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] Result EnumerateInstanceExtensionProperties( @@ -39440,64 +17543,12 @@ Result EnumerateInstanceExtensionProperties( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] Result EnumerateInstanceLayerProperties( [NativeTypeName("uint32_t *")] uint* pPropertyCount, LayerProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] Result EnumerateInstanceLayerProperties( @@ -39505,79 +17556,13 @@ Result EnumerateInstanceLayerProperties( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] Result EnumerateInstanceVersion([NativeTypeName("uint32_t *")] uint* pApiVersion); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] Result EnumerateInstanceVersion([NativeTypeName("uint32_t *")] Ref pApiVersion); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] Result EnumeratePhysicalDeviceGroups( [NativeTypeName("VkInstance")] InstanceHandle instance, @@ -39585,28 +17570,6 @@ Result EnumeratePhysicalDeviceGroups( PhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] Result EnumeratePhysicalDeviceGroups( @@ -39615,7 +17578,6 @@ Result EnumeratePhysicalDeviceGroups( Ref pPhysicalDeviceGroupProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] Result EnumeratePhysicalDeviceGroupsKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, @@ -39623,7 +17585,6 @@ Result EnumeratePhysicalDeviceGroupsKHR( PhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] Result EnumeratePhysicalDeviceGroupsKHR( @@ -39632,14 +17593,6 @@ Result EnumeratePhysicalDeviceGroupsKHR( Ref pPhysicalDeviceGroupProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM" @@ -39652,14 +17605,6 @@ Result EnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM( PerformanceCounterDescriptionARM* pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -39673,14 +17618,6 @@ Result EnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM( Ref pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR" @@ -39693,14 +17630,6 @@ Result EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR( PerformanceCounterDescriptionKHR* pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -39714,32 +17643,6 @@ Result EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR( Ref pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] Result EnumeratePhysicalDevices( [NativeTypeName("VkInstance")] InstanceHandle instance, @@ -39747,32 +17650,6 @@ Result EnumeratePhysicalDevices( [NativeTypeName("VkPhysicalDevice *")] PhysicalDeviceHandle* pPhysicalDevices ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] Result EnumeratePhysicalDevices( @@ -39781,32 +17658,6 @@ Result EnumeratePhysicalDevices( [NativeTypeName("VkPhysicalDevice *")] Ref pPhysicalDevices ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] Result FlushMappedMemoryRanges( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -39814,32 +17665,6 @@ Result FlushMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] MappedMemoryRange* pMemoryRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] Result FlushMappedMemoryRanges( @@ -39848,32 +17673,6 @@ Result FlushMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] Ref pMemoryRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] void FreeCommandBuffer( @@ -39882,32 +17681,6 @@ void FreeCommandBuffer( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] void FreeCommandBuffers( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -39916,32 +17689,6 @@ void FreeCommandBuffers( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] void FreeCommandBuffers( @@ -39951,27 +17698,6 @@ void FreeCommandBuffers( [NativeTypeName("const VkCommandBuffer *")] Ref pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] Result FreeDescriptorSets( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -39980,27 +17706,6 @@ Result FreeDescriptorSets( [NativeTypeName("const VkDescriptorSet *")] DescriptorSetHandle* pDescriptorSets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] Result FreeDescriptorSets( @@ -40010,32 +17715,6 @@ Result FreeDescriptorSets( [NativeTypeName("const VkDescriptorSet *")] Ref pDescriptorSets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] void FreeMemory( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40043,32 +17722,6 @@ void FreeMemory( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] void FreeMemory( @@ -40077,14 +17730,6 @@ void FreeMemory( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] void GetAccelerationStructureBuildSizesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40095,14 +17740,6 @@ void GetAccelerationStructureBuildSizesKHR( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] void GetAccelerationStructureBuildSizesKHR( @@ -40115,14 +17752,6 @@ Ref pSizeInfo ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] ulong GetAccelerationStructureDeviceAddressKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40131,14 +17760,6 @@ ulong GetAccelerationStructureDeviceAddressKHR( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] ulong GetAccelerationStructureDeviceAddressKHR( @@ -40147,49 +17768,25 @@ ulong GetAccelerationStructureDeviceAddressKHR( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] Result GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] Result GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] void GetAccelerationStructureMemoryRequirementsNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40198,14 +17795,6 @@ void GetAccelerationStructureMemoryRequirementsNV( [NativeTypeName("VkMemoryRequirements2KHR *")] MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] void GetAccelerationStructureMemoryRequirementsNV( @@ -40215,19 +17804,6 @@ void GetAccelerationStructureMemoryRequirementsNV( [NativeTypeName("VkMemoryRequirements2KHR *")] Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT" @@ -40239,19 +17815,6 @@ Result GetAccelerationStructureOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -40265,24 +17828,6 @@ Ref pData ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] ulong GetBufferDeviceAddress( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40290,24 +17835,6 @@ ulong GetBufferDeviceAddress( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] ulong GetBufferDeviceAddress( @@ -40316,14 +17843,6 @@ ulong GetBufferDeviceAddress( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] ulong GetBufferDeviceAddressEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40331,14 +17850,6 @@ ulong GetBufferDeviceAddressEXT( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] ulong GetBufferDeviceAddressEXT( @@ -40347,14 +17858,6 @@ ulong GetBufferDeviceAddressEXT( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] ulong GetBufferDeviceAddressKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40362,14 +17865,6 @@ ulong GetBufferDeviceAddressKHR( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] ulong GetBufferDeviceAddressKHR( @@ -40377,32 +17872,6 @@ ulong GetBufferDeviceAddressKHR( [NativeTypeName("const VkBufferDeviceAddressInfo *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] void GetBufferMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40410,32 +17879,6 @@ void GetBufferMemoryRequirements( MemoryRequirements* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] void GetBufferMemoryRequirements( @@ -40444,28 +17887,6 @@ void GetBufferMemoryRequirements( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] void GetBufferMemoryRequirements2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40474,28 +17895,6 @@ void GetBufferMemoryRequirements2( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] void GetBufferMemoryRequirements2( @@ -40505,7 +17904,6 @@ void GetBufferMemoryRequirements2( Ref pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] void GetBufferMemoryRequirements2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40514,7 +17912,6 @@ void GetBufferMemoryRequirements2KHR( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] void GetBufferMemoryRequirements2KHR( @@ -40525,24 +17922,6 @@ Ref pMemoryRequirements ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] ulong GetBufferOpaqueCaptureAddress( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40550,24 +17929,6 @@ ulong GetBufferOpaqueCaptureAddress( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] ulong GetBufferOpaqueCaptureAddress( @@ -40576,14 +17937,6 @@ ulong GetBufferOpaqueCaptureAddress( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] ulong GetBufferOpaqueCaptureAddressKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40591,14 +17944,6 @@ ulong GetBufferOpaqueCaptureAddressKHR( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] ulong GetBufferOpaqueCaptureAddressKHR( @@ -40606,16 +17951,6 @@ ulong GetBufferOpaqueCaptureAddressKHR( [NativeTypeName("const VkBufferDeviceAddressInfo *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] Result GetBufferOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40624,16 +17959,6 @@ Result GetBufferOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] Result GetBufferOpaqueCaptureDescriptorDataEXT( @@ -40643,14 +17968,6 @@ Result GetBufferOpaqueCaptureDescriptorDataEXT( Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] Result GetCalibratedTimestampsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40661,14 +17978,6 @@ Result GetCalibratedTimestampsEXT( [NativeTypeName("uint64_t *")] ulong* pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] Result GetCalibratedTimestampsEXT( @@ -40680,14 +17989,6 @@ Result GetCalibratedTimestampsEXT( [NativeTypeName("uint64_t *")] Ref pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] Result GetCalibratedTimestampsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40698,14 +17999,6 @@ Result GetCalibratedTimestampsKHR( [NativeTypeName("uint64_t *")] ulong* pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] Result GetCalibratedTimestampsKHR( @@ -40717,11 +18010,6 @@ Result GetCalibratedTimestampsKHR( [NativeTypeName("uint64_t *")] Ref pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] void GetClusterAccelerationStructureBuildSizesNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40730,11 +18018,6 @@ void GetClusterAccelerationStructureBuildSizesNV( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] void GetClusterAccelerationStructureBuildSizesNV( @@ -40744,11 +18027,6 @@ void GetClusterAccelerationStructureBuildSizesNV( Ref pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] Result GetDataGraphPipelineAvailablePropertiesARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40758,11 +18036,6 @@ Result GetDataGraphPipelineAvailablePropertiesARM( DataGraphPipelinePropertyARM* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] Result GetDataGraphPipelineAvailablePropertiesARM( @@ -40773,11 +18046,6 @@ Result GetDataGraphPipelineAvailablePropertiesARM( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] Result GetDataGraphPipelinePropertiesARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40787,11 +18055,6 @@ Result GetDataGraphPipelinePropertiesARM( DataGraphPipelinePropertyQueryResultARM* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] Result GetDataGraphPipelinePropertiesARM( @@ -40802,11 +18065,6 @@ Result GetDataGraphPipelinePropertiesARM( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineSessionBindPointRequirementsARM")] Result GetDataGraphPipelineSessionBindPointRequirementsARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40816,11 +18074,6 @@ Result GetDataGraphPipelineSessionBindPointRequirementsARM( DataGraphPipelineSessionBindPointRequirementARM* pBindPointRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineSessionBindPointRequirementsARM")] Result GetDataGraphPipelineSessionBindPointRequirementsARM( @@ -40831,11 +18084,6 @@ Result GetDataGraphPipelineSessionBindPointRequirementsARM( Ref pBindPointRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineSessionMemoryRequirementsARM")] void GetDataGraphPipelineSessionMemoryRequirementsARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40844,11 +18092,6 @@ void GetDataGraphPipelineSessionMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineSessionMemoryRequirementsARM")] void GetDataGraphPipelineSessionMemoryRequirementsARM( @@ -40859,30 +18102,18 @@ Ref pMemoryRequirements ); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeferredOperationMaxConcurrencyKHR")] uint GetDeferredOperationMaxConcurrencyKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeferredOperationResultKHR")] Result GetDeferredOperationResultKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] void GetDescriptorEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40891,16 +18122,6 @@ void GetDescriptorEXT( void* pDescriptor ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] void GetDescriptorEXT( @@ -40911,47 +18132,21 @@ void GetDescriptorEXT( Ref pDescriptor ); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] - void GetDescriptorSetHostMappingValve( + void GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, void** ppData ); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] - void GetDescriptorSetHostMappingValve( + void GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, Ref2D ppData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] void GetDescriptorSetLayoutBindingOffsetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -40960,16 +18155,6 @@ void GetDescriptorSetLayoutBindingOffsetEXT( [NativeTypeName("VkDeviceSize *")] ulong* pOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] void GetDescriptorSetLayoutBindingOffsetEXT( @@ -40979,49 +18164,23 @@ void GetDescriptorSetLayoutBindingOffsetEXT( [NativeTypeName("VkDeviceSize *")] Ref pOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] - void GetDescriptorSetLayoutHostMappingInfoValve( + void GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - DescriptorSetBindingReferenceValve* pBindingReference, - DescriptorSetLayoutHostMappingInfoValve* pHostMapping + DescriptorSetBindingReferenceVALVE* pBindingReference, + DescriptorSetLayoutHostMappingInfoVALVE* pHostMapping ); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] - void GetDescriptorSetLayoutHostMappingInfoValve( + void GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - Ref pBindingReference, - Ref pHostMapping + Ref pBindingReference, + Ref pHostMapping ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] void GetDescriptorSetLayoutSizeEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41029,16 +18188,6 @@ void GetDescriptorSetLayoutSizeEXT( [NativeTypeName("VkDeviceSize *")] ulong* pLayoutSizeInBytes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] void GetDescriptorSetLayoutSizeEXT( @@ -41047,24 +18196,6 @@ void GetDescriptorSetLayoutSizeEXT( [NativeTypeName("VkDeviceSize *")] Ref pLayoutSizeInBytes ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] void GetDescriptorSetLayoutSupport( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41073,24 +18204,6 @@ void GetDescriptorSetLayoutSupport( DescriptorSetLayoutSupport* pSupport ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] void GetDescriptorSetLayoutSupport( @@ -41100,14 +18213,6 @@ void GetDescriptorSetLayoutSupport( Ref pSupport ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] void GetDescriptorSetLayoutSupportKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41116,14 +18221,6 @@ void GetDescriptorSetLayoutSupportKHR( DescriptorSetLayoutSupport* pSupport ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] void GetDescriptorSetLayoutSupportKHR( @@ -41133,14 +18230,6 @@ void GetDescriptorSetLayoutSupportKHR( Ref pSupport ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] void GetDeviceAccelerationStructureCompatibilityKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41149,14 +18238,6 @@ void GetDeviceAccelerationStructureCompatibilityKHR( AccelerationStructureCompatibilityKHR* pCompatibility ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] void GetDeviceAccelerationStructureCompatibilityKHR( @@ -41166,20 +18247,6 @@ void GetDeviceAccelerationStructureCompatibilityKHR( Ref pCompatibility ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] void GetDeviceBufferMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41188,20 +18255,6 @@ void GetDeviceBufferMemoryRequirements( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] void GetDeviceBufferMemoryRequirements( @@ -41211,7 +18264,6 @@ void GetDeviceBufferMemoryRequirements( Ref pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] void GetDeviceBufferMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41220,7 +18272,6 @@ void GetDeviceBufferMemoryRequirementsKHR( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] void GetDeviceBufferMemoryRequirementsKHR( @@ -41230,14 +18281,6 @@ void GetDeviceBufferMemoryRequirementsKHR( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] Result GetDeviceFaultInfoEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41245,14 +18288,6 @@ Result GetDeviceFaultInfoEXT( DeviceFaultInfoEXT* pFaultInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] Result GetDeviceFaultInfoEXT( @@ -41261,28 +18296,6 @@ Result GetDeviceFaultInfoEXT( Ref pFaultInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] void GetDeviceGroupPeerMemoryFeatures( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41292,28 +18305,6 @@ void GetDeviceGroupPeerMemoryFeatures( [NativeTypeName("VkPeerMemoryFeatureFlags *")] PeerMemoryFeatureFlags* pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] void GetDeviceGroupPeerMemoryFeatures( @@ -41325,11 +18316,6 @@ void GetDeviceGroupPeerMemoryFeatures( Ref pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] void GetDeviceGroupPeerMemoryFeaturesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41339,11 +18325,6 @@ void GetDeviceGroupPeerMemoryFeaturesKHR( [NativeTypeName("VkPeerMemoryFeatureFlags *")] PeerMemoryFeatureFlags* pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] void GetDeviceGroupPeerMemoryFeaturesKHR( @@ -41355,24 +18336,12 @@ void GetDeviceGroupPeerMemoryFeaturesKHR( Ref pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] Result GetDeviceGroupPresentCapabilitiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, DeviceGroupPresentCapabilitiesKHR* pDeviceGroupPresentCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] Result GetDeviceGroupPresentCapabilitiesKHR( @@ -41380,49 +18349,23 @@ Result GetDeviceGroupPresentCapabilitiesKHR( Ref pDeviceGroupPresentCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] Result GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] DeviceGroupPresentModeFlagsKHR* pModes ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] Result GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] Ref pModes ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] void GetDeviceImageMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41431,20 +18374,6 @@ void GetDeviceImageMemoryRequirements( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] void GetDeviceImageMemoryRequirements( @@ -41454,7 +18383,6 @@ void GetDeviceImageMemoryRequirements( Ref pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] void GetDeviceImageMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41463,7 +18391,6 @@ void GetDeviceImageMemoryRequirementsKHR( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] void GetDeviceImageMemoryRequirementsKHR( @@ -41473,20 +18400,6 @@ void GetDeviceImageMemoryRequirementsKHR( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] void GetDeviceImageSparseMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41496,20 +18409,6 @@ void GetDeviceImageSparseMemoryRequirements( SparseImageMemoryRequirements2* pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] void GetDeviceImageSparseMemoryRequirements( @@ -41520,7 +18419,6 @@ void GetDeviceImageSparseMemoryRequirements( Ref pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] void GetDeviceImageSparseMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41530,7 +18428,6 @@ void GetDeviceImageSparseMemoryRequirementsKHR( SparseImageMemoryRequirements2* pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] void GetDeviceImageSparseMemoryRequirementsKHR( @@ -41541,16 +18438,6 @@ void GetDeviceImageSparseMemoryRequirementsKHR( Ref pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] void GetDeviceImageSubresourceLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41558,16 +18445,6 @@ void GetDeviceImageSubresourceLayout( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] void GetDeviceImageSubresourceLayout( @@ -41577,11 +18454,6 @@ void GetDeviceImageSubresourceLayout( Ref pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] void GetDeviceImageSubresourceLayoutKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41589,11 +18461,6 @@ void GetDeviceImageSubresourceLayoutKHR( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] void GetDeviceImageSubresourceLayoutKHR( @@ -41603,32 +18470,6 @@ void GetDeviceImageSubresourceLayoutKHR( Ref pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] void GetDeviceMemoryCommitment( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41636,32 +18477,6 @@ void GetDeviceMemoryCommitment( [NativeTypeName("VkDeviceSize *")] ulong* pCommittedMemoryInBytes ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] void GetDeviceMemoryCommitment( @@ -41671,24 +18486,6 @@ void GetDeviceMemoryCommitment( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] ulong GetDeviceMemoryOpaqueCaptureAddress( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41697,24 +18494,6 @@ ulong GetDeviceMemoryOpaqueCaptureAddress( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] ulong GetDeviceMemoryOpaqueCaptureAddress( @@ -41724,14 +18503,6 @@ Ref pInfo ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] ulong GetDeviceMemoryOpaqueCaptureAddressKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41740,14 +18511,6 @@ ulong GetDeviceMemoryOpaqueCaptureAddressKHR( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] ulong GetDeviceMemoryOpaqueCaptureAddressKHR( @@ -41756,14 +18519,6 @@ ulong GetDeviceMemoryOpaqueCaptureAddressKHR( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] void GetDeviceMicromapCompatibilityEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41771,14 +18526,6 @@ void GetDeviceMicromapCompatibilityEXT( AccelerationStructureCompatibilityKHR* pCompatibility ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] void GetDeviceMicromapCompatibilityEXT( @@ -41789,98 +18536,20 @@ Ref pCompatibility ); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] - PFNVkVoidFunction GetDeviceProcAddr( + VoidFunction GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] sbyte* pName ); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] - PFNVkVoidFunction GetDeviceProcAddr( + VoidFunction GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] Ref pName ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] void GetDeviceQueue( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41889,32 +18558,6 @@ void GetDeviceQueue( [NativeTypeName("VkQueue *")] QueueHandle* pQueue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] void GetDeviceQueue( @@ -41924,28 +18567,6 @@ void GetDeviceQueue( [NativeTypeName("VkQueue *")] Ref pQueue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] void GetDeviceQueue2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -41953,28 +18574,6 @@ void GetDeviceQueue2( [NativeTypeName("VkQueue *")] QueueHandle* pQueue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] void GetDeviceQueue2( @@ -41983,40 +18582,21 @@ void GetDeviceQueue2( [NativeTypeName("VkQueue *")] Ref pQueue ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] - Result GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + Result GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Extent2D* pMaxWorkgroupSize ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] - Result GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + Result GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Ref pMaxWorkgroupSize ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] void GetDeviceTensorMemoryRequirementsARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42025,7 +18605,6 @@ void GetDeviceTensorMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] void GetDeviceTensorMemoryRequirementsARM( @@ -42035,57 +18614,40 @@ void GetDeviceTensorMemoryRequirementsARM( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] Result GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModeProperties2KHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] Result GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] Result GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModePropertiesKHR* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] Result GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] Result GetDisplayPlaneCapabilities2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -42093,11 +18655,6 @@ Result GetDisplayPlaneCapabilities2KHR( DisplayPlaneCapabilities2KHR* pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] Result GetDisplayPlaneCapabilities2KHR( @@ -42107,79 +18664,57 @@ Result GetDisplayPlaneCapabilities2KHR( Ref pCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] Result GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, DisplayPlaneCapabilitiesKHR* pCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] Result GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, Ref pCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] Result GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] uint* pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* pDisplays + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* pDisplays ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] Result GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] Ref pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] Ref pDisplays + [NativeTypeName("VkDisplayKHR *")] Ref pDisplays ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] Result GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* display + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* display ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] Result GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] Ref display + [NativeTypeName("VkDisplayKHR *")] Ref display ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] Result GetDynamicRenderingTilePropertiesQCOM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42187,14 +18722,6 @@ Result GetDynamicRenderingTilePropertiesQCOM( TilePropertiesQCOM* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] Result GetDynamicRenderingTilePropertiesQCOM( @@ -42203,14 +18730,6 @@ Result GetDynamicRenderingTilePropertiesQCOM( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] Result GetEncodedVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42221,14 +18740,6 @@ Result GetEncodedVideoSessionParametersKHR( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] Result GetEncodedVideoSessionParametersKHR( @@ -42240,58 +18751,27 @@ Result GetEncodedVideoSessionParametersKHR( Ref pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetEventStatus")] Result GetEventStatus( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkEvent")] EventHandle @event ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] void GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, ExternalComputeQueueDataParamsNV* @params, void* pData ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] void GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, Ref @params, Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] Result GetFenceFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42299,14 +18779,6 @@ Result GetFenceFdKHR( int* pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] Result GetFenceFdKHR( @@ -42315,46 +18787,12 @@ Result GetFenceFdKHR( Ref pFd ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetFenceStatus")] Result GetFenceStatus( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] Result GetFramebufferTilePropertiesQCOM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42363,14 +18801,6 @@ Result GetFramebufferTilePropertiesQCOM( TilePropertiesQCOM* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] Result GetFramebufferTilePropertiesQCOM( @@ -42380,15 +18810,6 @@ Result GetFramebufferTilePropertiesQCOM( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] void GetGeneratedCommandsMemoryRequirementsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42397,15 +18818,6 @@ void GetGeneratedCommandsMemoryRequirementsEXT( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] void GetGeneratedCommandsMemoryRequirementsEXT( @@ -42415,11 +18827,6 @@ void GetGeneratedCommandsMemoryRequirementsEXT( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] void GetGeneratedCommandsMemoryRequirementsNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42428,11 +18835,6 @@ void GetGeneratedCommandsMemoryRequirementsNV( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] void GetGeneratedCommandsMemoryRequirementsNV( @@ -42442,15 +18844,6 @@ void GetGeneratedCommandsMemoryRequirementsNV( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] Result GetImageDrmFormatModifierPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42458,15 +18851,6 @@ Result GetImageDrmFormatModifierPropertiesEXT( ImageDrmFormatModifierPropertiesEXT* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] Result GetImageDrmFormatModifierPropertiesEXT( @@ -42475,32 +18859,6 @@ Result GetImageDrmFormatModifierPropertiesEXT( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] void GetImageMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42508,32 +18866,6 @@ void GetImageMemoryRequirements( MemoryRequirements* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] void GetImageMemoryRequirements( @@ -42542,28 +18874,6 @@ void GetImageMemoryRequirements( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] void GetImageMemoryRequirements2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42572,28 +18882,6 @@ void GetImageMemoryRequirements2( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] void GetImageMemoryRequirements2( @@ -42603,7 +18891,6 @@ void GetImageMemoryRequirements2( Ref pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] void GetImageMemoryRequirements2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42612,7 +18899,6 @@ void GetImageMemoryRequirements2KHR( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] void GetImageMemoryRequirements2KHR( @@ -42622,16 +18908,6 @@ void GetImageMemoryRequirements2KHR( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] Result GetImageOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42640,16 +18916,6 @@ Result GetImageOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] Result GetImageOpaqueCaptureDescriptorDataEXT( @@ -42659,32 +18925,6 @@ Result GetImageOpaqueCaptureDescriptorDataEXT( Ref pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] void GetImageSparseMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42693,32 +18933,6 @@ void GetImageSparseMemoryRequirements( SparseImageMemoryRequirements* pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] void GetImageSparseMemoryRequirements( @@ -42728,28 +18942,6 @@ void GetImageSparseMemoryRequirements( Ref pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] void GetImageSparseMemoryRequirements2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42759,28 +18951,6 @@ void GetImageSparseMemoryRequirements2( SparseImageMemoryRequirements2* pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] void GetImageSparseMemoryRequirements2( @@ -42791,7 +18961,6 @@ void GetImageSparseMemoryRequirements2( Ref pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] void GetImageSparseMemoryRequirements2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42801,7 +18970,6 @@ void GetImageSparseMemoryRequirements2KHR( SparseImageMemoryRequirements2* pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] void GetImageSparseMemoryRequirements2KHR( @@ -42812,32 +18980,6 @@ void GetImageSparseMemoryRequirements2KHR( Ref pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] void GetImageSubresourceLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42846,32 +18988,6 @@ void GetImageSubresourceLayout( SubresourceLayout* pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] void GetImageSubresourceLayout( @@ -42881,16 +18997,6 @@ void GetImageSubresourceLayout( Ref pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] void GetImageSubresourceLayout2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42899,16 +19005,6 @@ void GetImageSubresourceLayout2( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] void GetImageSubresourceLayout2( @@ -42918,15 +19014,6 @@ void GetImageSubresourceLayout2( Ref pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] void GetImageSubresourceLayout2EXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42935,15 +19022,6 @@ void GetImageSubresourceLayout2EXT( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] void GetImageSubresourceLayout2EXT( @@ -42953,11 +19031,6 @@ void GetImageSubresourceLayout2EXT( Ref pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] void GetImageSubresourceLayout2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42966,11 +19039,6 @@ void GetImageSubresourceLayout2KHR( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] void GetImageSubresourceLayout2KHR( @@ -42980,7 +19048,6 @@ void GetImageSubresourceLayout2KHR( Ref pLayout ); - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] Result GetImageViewAddressNVX( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -42988,7 +19055,6 @@ Result GetImageViewAddressNVX( ImageViewAddressPropertiesNVX* pProperties ); - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] Result GetImageViewAddressNVX( @@ -42998,7 +19064,6 @@ Ref pProperties ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] ulong GetImageViewHandle64NVX( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -43006,7 +19071,6 @@ ulong GetImageViewHandle64NVX( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] ulong GetImageViewHandle64NVX( @@ -43015,7 +19079,6 @@ ulong GetImageViewHandle64NVX( ); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] uint GetImageViewHandleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -43023,7 +19086,6 @@ uint GetImageViewHandleNVX( ); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] uint GetImageViewHandleNVX( @@ -43031,16 +19093,6 @@ uint GetImageViewHandleNVX( [NativeTypeName("const VkImageViewHandleInfoNVX *")] Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] Result GetImageViewOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -43049,16 +19101,6 @@ Result GetImageViewOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] Result GetImageViewOpaqueCaptureDescriptorDataEXT( @@ -43069,115 +19111,35 @@ Ref pData ); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] - PFNVkVoidFunction GetInstanceProcAddr( + VoidFunction GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] sbyte* pName ); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] - PFNVkVoidFunction GetInstanceProcAddr( + VoidFunction GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] Ref pName ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] void GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, GetLatencyMarkerInfoNV* pLatencyMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] void GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, Ref pLatencyMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] Result GetMemoryFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -43185,14 +19147,6 @@ Result GetMemoryFdKHR( int* pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] Result GetMemoryFdKHR( @@ -43201,14 +19155,6 @@ Result GetMemoryFdKHR( Ref pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] Result GetMemoryFdPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -43217,14 +19163,6 @@ Result GetMemoryFdPropertiesKHR( MemoryFdPropertiesKHR* pMemoryFdProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] Result GetMemoryFdPropertiesKHR( @@ -43234,14 +19172,6 @@ Result GetMemoryFdPropertiesKHR( Ref pMemoryFdProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] Result GetMemoryHostPointerPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -43250,14 +19180,6 @@ Result GetMemoryHostPointerPropertiesEXT( MemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] Result GetMemoryHostPointerPropertiesEXT( @@ -43267,14 +19189,6 @@ Result GetMemoryHostPointerPropertiesEXT( Ref pMemoryHostPointerProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] Result GetMemoryRemoteAddressNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -43283,14 +19197,6 @@ Result GetMemoryRemoteAddressNV( [NativeTypeName("VkRemoteAddressNV *")] void** pAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] Result GetMemoryRemoteAddressNV( @@ -43300,14 +19206,6 @@ Result GetMemoryRemoteAddressNV( [NativeTypeName("VkRemoteAddressNV *")] Ref2D pAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] void GetMicromapBuildSizesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -43316,14 +19214,6 @@ void GetMicromapBuildSizesEXT( MicromapBuildSizesInfoEXT* pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] void GetMicromapBuildSizesEXT( @@ -43333,11 +19223,6 @@ void GetMicromapBuildSizesEXT( Ref pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPartitionedAccelerationStructuresBuildSizesNV")] void GetPartitionedAccelerationStructuresBuildSizesNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -43346,11 +19231,6 @@ void GetPartitionedAccelerationStructuresBuildSizesNV( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPartitionedAccelerationStructuresBuildSizesNV")] void GetPartitionedAccelerationStructuresBuildSizesNV( @@ -43360,58 +19240,38 @@ void GetPartitionedAccelerationStructuresBuildSizesNV( Ref pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] - Result GetPastPresentationTimingGoogle( + Result GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pPresentationTimingCount, - PastPresentationTimingGoogle* pPresentationTimings + PastPresentationTimingGOOGLE* pPresentationTimings ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] - Result GetPastPresentationTimingGoogle( + Result GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pPresentationTimingCount, - Ref pPresentationTimings + Ref pPresentationTimings ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] - Result GetPerformanceParameterIntel( + Result GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - PerformanceValueIntel* pValue + PerformanceParameterTypeINTEL parameter, + PerformanceValueINTEL* pValue ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] - Result GetPerformanceParameterIntel( + Result GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - Ref pValue + PerformanceParameterTypeINTEL parameter, + Ref pValue ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43419,14 +19279,6 @@ Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( TimeDomainKHR* pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( @@ -43435,14 +19287,6 @@ Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( Ref pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43450,14 +19294,6 @@ Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( TimeDomainKHR* pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( @@ -43466,11 +19302,6 @@ Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( Ref pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV" @@ -43481,11 +19312,6 @@ Result GetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV( CooperativeMatrixFlexibleDimensionsPropertiesNV* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [Transformed] [NativeFunction( "vulkan", @@ -43497,14 +19323,6 @@ Result GetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43512,14 +19330,6 @@ Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( CooperativeMatrixPropertiesKHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( @@ -43528,14 +19338,6 @@ Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43543,14 +19345,6 @@ Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( CooperativeMatrixPropertiesNV* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( @@ -43559,14 +19353,6 @@ Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] Result GetPhysicalDeviceCooperativeVectorPropertiesNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43574,14 +19360,6 @@ Result GetPhysicalDeviceCooperativeVectorPropertiesNV( CooperativeVectorPropertiesNV* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] Result GetPhysicalDeviceCooperativeVectorPropertiesNV( @@ -43590,11 +19368,6 @@ Result GetPhysicalDeviceCooperativeVectorPropertiesNV( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] Result GetPhysicalDeviceDisplayPlaneProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43602,11 +19375,6 @@ Result GetPhysicalDeviceDisplayPlaneProperties2KHR( DisplayPlaneProperties2KHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] Result GetPhysicalDeviceDisplayPlaneProperties2KHR( @@ -43615,7 +19383,6 @@ Result GetPhysicalDeviceDisplayPlaneProperties2KHR( Ref pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] Result GetPhysicalDeviceDisplayPlanePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43623,7 +19390,6 @@ Result GetPhysicalDeviceDisplayPlanePropertiesKHR( DisplayPlanePropertiesKHR* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] Result GetPhysicalDeviceDisplayPlanePropertiesKHR( @@ -43632,11 +19398,6 @@ Result GetPhysicalDeviceDisplayPlanePropertiesKHR( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] Result GetPhysicalDeviceDisplayProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43644,11 +19405,6 @@ Result GetPhysicalDeviceDisplayProperties2KHR( DisplayProperties2KHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] Result GetPhysicalDeviceDisplayProperties2KHR( @@ -43657,7 +19413,6 @@ Result GetPhysicalDeviceDisplayProperties2KHR( Ref pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] Result GetPhysicalDeviceDisplayPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43665,7 +19420,6 @@ Result GetPhysicalDeviceDisplayPropertiesKHR( DisplayPropertiesKHR* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] Result GetPhysicalDeviceDisplayPropertiesKHR( @@ -43674,28 +19428,6 @@ Result GetPhysicalDeviceDisplayPropertiesKHR( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] void GetPhysicalDeviceExternalBufferProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43704,28 +19436,6 @@ void GetPhysicalDeviceExternalBufferProperties( ExternalBufferProperties* pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] void GetPhysicalDeviceExternalBufferProperties( @@ -43735,14 +19445,6 @@ void GetPhysicalDeviceExternalBufferProperties( Ref pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] void GetPhysicalDeviceExternalBufferPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43751,14 +19453,6 @@ void GetPhysicalDeviceExternalBufferPropertiesKHR( ExternalBufferProperties* pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] void GetPhysicalDeviceExternalBufferPropertiesKHR( @@ -43768,28 +19462,6 @@ void GetPhysicalDeviceExternalBufferPropertiesKHR( Ref pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] void GetPhysicalDeviceExternalFenceProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43798,28 +19470,6 @@ void GetPhysicalDeviceExternalFenceProperties( ExternalFenceProperties* pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] void GetPhysicalDeviceExternalFenceProperties( @@ -43829,14 +19479,6 @@ void GetPhysicalDeviceExternalFenceProperties( Ref pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] void GetPhysicalDeviceExternalFencePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43845,14 +19487,6 @@ void GetPhysicalDeviceExternalFencePropertiesKHR( ExternalFenceProperties* pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] void GetPhysicalDeviceExternalFencePropertiesKHR( @@ -43862,7 +19496,6 @@ void GetPhysicalDeviceExternalFencePropertiesKHR( Ref pExternalFenceProperties ); - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalImageFormatPropertiesNV")] Result GetPhysicalDeviceExternalImageFormatPropertiesNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43876,7 +19509,6 @@ Result GetPhysicalDeviceExternalImageFormatPropertiesNV( ExternalImageFormatPropertiesNV* pExternalImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalImageFormatPropertiesNV")] Result GetPhysicalDeviceExternalImageFormatPropertiesNV( @@ -43891,28 +19523,6 @@ Result GetPhysicalDeviceExternalImageFormatPropertiesNV( Ref pExternalImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] void GetPhysicalDeviceExternalSemaphoreProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43921,28 +19531,6 @@ void GetPhysicalDeviceExternalSemaphoreProperties( ExternalSemaphoreProperties* pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] void GetPhysicalDeviceExternalSemaphoreProperties( @@ -43952,14 +19540,6 @@ void GetPhysicalDeviceExternalSemaphoreProperties( Ref pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] void GetPhysicalDeviceExternalSemaphorePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43968,14 +19548,6 @@ void GetPhysicalDeviceExternalSemaphorePropertiesKHR( ExternalSemaphoreProperties* pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] void GetPhysicalDeviceExternalSemaphorePropertiesKHR( @@ -43985,7 +19557,6 @@ void GetPhysicalDeviceExternalSemaphorePropertiesKHR( Ref pExternalSemaphoreProperties ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] void GetPhysicalDeviceExternalTensorPropertiesARM( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -43994,7 +19565,6 @@ void GetPhysicalDeviceExternalTensorPropertiesARM( ExternalTensorPropertiesARM* pExternalTensorProperties ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] void GetPhysicalDeviceExternalTensorPropertiesARM( @@ -44004,64 +19574,12 @@ void GetPhysicalDeviceExternalTensorPropertiesARM( Ref pExternalTensorProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] void GetPhysicalDeviceFeatures( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceFeatures* pFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] void GetPhysicalDeviceFeatures( @@ -44069,56 +19587,12 @@ void GetPhysicalDeviceFeatures( Ref pFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] void GetPhysicalDeviceFeatures2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceFeatures2* pFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] void GetPhysicalDeviceFeatures2( @@ -44126,14 +19600,12 @@ void GetPhysicalDeviceFeatures2( Ref pFeatures ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] void GetPhysicalDeviceFeatures2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceFeatures2* pFeatures ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] void GetPhysicalDeviceFeatures2KHR( @@ -44141,32 +19613,6 @@ void GetPhysicalDeviceFeatures2KHR( Ref pFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] void GetPhysicalDeviceFormatProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -44174,32 +19620,6 @@ void GetPhysicalDeviceFormatProperties( FormatProperties* pFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] void GetPhysicalDeviceFormatProperties( @@ -44208,28 +19628,6 @@ void GetPhysicalDeviceFormatProperties( Ref pFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] void GetPhysicalDeviceFormatProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -44237,28 +19635,6 @@ void GetPhysicalDeviceFormatProperties2( FormatProperties2* pFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] void GetPhysicalDeviceFormatProperties2( @@ -44267,7 +19643,6 @@ void GetPhysicalDeviceFormatProperties2( Ref pFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] void GetPhysicalDeviceFormatProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -44275,7 +19650,6 @@ void GetPhysicalDeviceFormatProperties2KHR( FormatProperties2* pFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] void GetPhysicalDeviceFormatProperties2KHR( @@ -44284,15 +19658,6 @@ void GetPhysicalDeviceFormatProperties2KHR( Ref pFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] Result GetPhysicalDeviceFragmentShadingRatesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -44300,15 +19665,6 @@ Result GetPhysicalDeviceFragmentShadingRatesKHR( PhysicalDeviceFragmentShadingRateKHR* pFragmentShadingRates ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] Result GetPhysicalDeviceFragmentShadingRatesKHR( @@ -44317,32 +19673,6 @@ Result GetPhysicalDeviceFragmentShadingRatesKHR( Ref pFragmentShadingRates ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] Result GetPhysicalDeviceImageFormatProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -44354,32 +19684,6 @@ Result GetPhysicalDeviceImageFormatProperties( ImageFormatProperties* pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] Result GetPhysicalDeviceImageFormatProperties( @@ -44392,28 +19696,6 @@ Result GetPhysicalDeviceImageFormatProperties( Ref pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] Result GetPhysicalDeviceImageFormatProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -44422,28 +19704,6 @@ Result GetPhysicalDeviceImageFormatProperties2( ImageFormatProperties2* pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] Result GetPhysicalDeviceImageFormatProperties2( @@ -44453,7 +19713,6 @@ Result GetPhysicalDeviceImageFormatProperties2( Ref pImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] Result GetPhysicalDeviceImageFormatProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -44462,7 +19721,6 @@ Result GetPhysicalDeviceImageFormatProperties2KHR( ImageFormatProperties2* pImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] Result GetPhysicalDeviceImageFormatProperties2KHR( @@ -44472,64 +19730,12 @@ Result GetPhysicalDeviceImageFormatProperties2KHR( Ref pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] void GetPhysicalDeviceMemoryProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceMemoryProperties* pMemoryProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] void GetPhysicalDeviceMemoryProperties( @@ -44537,56 +19743,12 @@ void GetPhysicalDeviceMemoryProperties( Ref pMemoryProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] void GetPhysicalDeviceMemoryProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceMemoryProperties2* pMemoryProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] void GetPhysicalDeviceMemoryProperties2( @@ -44594,14 +19756,12 @@ void GetPhysicalDeviceMemoryProperties2( Ref pMemoryProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] void GetPhysicalDeviceMemoryProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceMemoryProperties2* pMemoryProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] void GetPhysicalDeviceMemoryProperties2KHR( @@ -44609,14 +19769,6 @@ void GetPhysicalDeviceMemoryProperties2KHR( Ref pMemoryProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] void GetPhysicalDeviceMultisamplePropertiesEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -44624,14 +19776,6 @@ void GetPhysicalDeviceMultisamplePropertiesEXT( MultisamplePropertiesEXT* pMultisampleProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] void GetPhysicalDeviceMultisamplePropertiesEXT( @@ -44640,15 +19784,6 @@ void GetPhysicalDeviceMultisamplePropertiesEXT( Ref pMultisampleProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] Result GetPhysicalDeviceOpticalFlowImageFormatsNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -44658,15 +19793,6 @@ Result GetPhysicalDeviceOpticalFlowImageFormatsNV( OpticalFlowImageFormatPropertiesNV* pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] Result GetPhysicalDeviceOpticalFlowImageFormatsNV( @@ -44677,93 +19803,29 @@ Result GetPhysicalDeviceOpticalFlowImageFormatsNV( Ref pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] Result GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pRectCount, Rect2D* pRects ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] Result GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pRectCount, Ref pRects ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] void GetPhysicalDeviceProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] void GetPhysicalDeviceProperties( @@ -44771,56 +19833,12 @@ void GetPhysicalDeviceProperties( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] void GetPhysicalDeviceProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceProperties2* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] void GetPhysicalDeviceProperties2( @@ -44828,14 +19846,12 @@ void GetPhysicalDeviceProperties2( Ref pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] void GetPhysicalDeviceProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceProperties2* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] void GetPhysicalDeviceProperties2KHR( @@ -44843,11 +19859,6 @@ void GetPhysicalDeviceProperties2KHR( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM" @@ -44859,11 +19870,6 @@ void GetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM( QueueFamilyDataGraphProcessingEnginePropertiesARM* pQueueFamilyDataGraphProcessingEngineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction( "vulkan", @@ -44876,11 +19882,6 @@ void GetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM( Ref pQueueFamilyDataGraphProcessingEngineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM")] Result GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -44889,11 +19890,6 @@ Result GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( QueueFamilyDataGraphPropertiesARM* pQueueFamilyDataGraphProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM")] Result GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( @@ -44903,14 +19899,6 @@ Result GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( Ref pQueueFamilyDataGraphProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR" @@ -44922,14 +19910,6 @@ void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( [NativeTypeName("uint32_t *")] uint* pNumPasses ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -44942,32 +19922,6 @@ void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( [NativeTypeName("uint32_t *")] Ref pNumPasses ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] void GetPhysicalDeviceQueueFamilyProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -44975,32 +19929,6 @@ void GetPhysicalDeviceQueueFamilyProperties( QueueFamilyProperties* pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] void GetPhysicalDeviceQueueFamilyProperties( @@ -45009,28 +19937,6 @@ void GetPhysicalDeviceQueueFamilyProperties( Ref pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] void GetPhysicalDeviceQueueFamilyProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -45038,28 +19944,6 @@ void GetPhysicalDeviceQueueFamilyProperties2( QueueFamilyProperties2* pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] void GetPhysicalDeviceQueueFamilyProperties2( @@ -45068,7 +19952,6 @@ void GetPhysicalDeviceQueueFamilyProperties2( Ref pQueueFamilyProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] void GetPhysicalDeviceQueueFamilyProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -45076,7 +19959,6 @@ void GetPhysicalDeviceQueueFamilyProperties2KHR( QueueFamilyProperties2* pQueueFamilyProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] void GetPhysicalDeviceQueueFamilyProperties2KHR( @@ -45085,32 +19967,6 @@ void GetPhysicalDeviceQueueFamilyProperties2KHR( Ref pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] void GetPhysicalDeviceSparseImageFormatProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -45123,32 +19979,6 @@ void GetPhysicalDeviceSparseImageFormatProperties( SparseImageFormatProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] void GetPhysicalDeviceSparseImageFormatProperties( @@ -45162,28 +19992,6 @@ void GetPhysicalDeviceSparseImageFormatProperties( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] void GetPhysicalDeviceSparseImageFormatProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -45193,28 +20001,6 @@ void GetPhysicalDeviceSparseImageFormatProperties2( SparseImageFormatProperties2* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] void GetPhysicalDeviceSparseImageFormatProperties2( @@ -45225,7 +20011,6 @@ void GetPhysicalDeviceSparseImageFormatProperties2( Ref pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2KHR")] void GetPhysicalDeviceSparseImageFormatProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -45235,7 +20020,6 @@ void GetPhysicalDeviceSparseImageFormatProperties2KHR( SparseImageFormatProperties2* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2KHR")] void GetPhysicalDeviceSparseImageFormatProperties2KHR( @@ -45246,14 +20030,6 @@ void GetPhysicalDeviceSparseImageFormatProperties2KHR( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV" @@ -45264,14 +20040,6 @@ Result GetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV( FramebufferMixedSamplesCombinationNV* pCombinations ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -45283,36 +20051,21 @@ Result GetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV( Ref pCombinations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] Result GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilities2EXT* pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] Result GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] Result GetPhysicalDeviceSurfaceCapabilities2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -45321,11 +20074,6 @@ Result GetPhysicalDeviceSurfaceCapabilities2KHR( SurfaceCapabilities2KHR* pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] Result GetPhysicalDeviceSurfaceCapabilities2KHR( @@ -45335,28 +20083,21 @@ Result GetPhysicalDeviceSurfaceCapabilities2KHR( Ref pSurfaceCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] Result GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilitiesKHR* pSurfaceCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] Result GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] Result GetPhysicalDeviceSurfaceFormats2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -45366,11 +20107,6 @@ Result GetPhysicalDeviceSurfaceFormats2KHR( SurfaceFormat2KHR* pSurfaceFormats ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] Result GetPhysicalDeviceSurfaceFormats2KHR( @@ -45381,77 +20117,57 @@ Result GetPhysicalDeviceSurfaceFormats2KHR( Ref pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] Result GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pSurfaceFormatCount, SurfaceFormatKHR* pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] Result GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pSurfaceFormatCount, Ref pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] Result GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pPresentModeCount, PresentModeKHR* pPresentModes ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] Result GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pPresentModeCount, Ref pPresentModes ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] Result GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] uint* pSupported ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] Result GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] Ref pSupported ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] Result GetPhysicalDeviceToolProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -45459,20 +20175,6 @@ Result GetPhysicalDeviceToolProperties( PhysicalDeviceToolProperties* pToolProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] Result GetPhysicalDeviceToolProperties( @@ -45481,7 +20183,6 @@ Result GetPhysicalDeviceToolProperties( Ref pToolProperties ); - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] Result GetPhysicalDeviceToolPropertiesEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -45489,7 +20190,6 @@ Result GetPhysicalDeviceToolPropertiesEXT( PhysicalDeviceToolProperties* pToolProperties ); - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] Result GetPhysicalDeviceToolPropertiesEXT( @@ -45498,11 +20198,6 @@ Result GetPhysicalDeviceToolPropertiesEXT( Ref pToolProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] Result GetPhysicalDeviceVideoCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -45510,11 +20205,6 @@ Result GetPhysicalDeviceVideoCapabilitiesKHR( VideoCapabilitiesKHR* pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] Result GetPhysicalDeviceVideoCapabilitiesKHR( @@ -45523,14 +20213,6 @@ Result GetPhysicalDeviceVideoCapabilitiesKHR( Ref pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR" @@ -45542,14 +20224,6 @@ Result GetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR( VideoEncodeQualityLevelPropertiesKHR* pQualityLevelProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -45562,11 +20236,6 @@ Result GetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR( Ref pQualityLevelProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] Result GetPhysicalDeviceVideoFormatPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -45576,11 +20245,6 @@ Result GetPhysicalDeviceVideoFormatPropertiesKHR( VideoFormatPropertiesKHR* pVideoFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] Result GetPhysicalDeviceVideoFormatPropertiesKHR( @@ -45591,14 +20255,6 @@ Result GetPhysicalDeviceVideoFormatPropertiesKHR( Ref pVideoFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] Result GetPipelineBinaryDataKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -45608,14 +20264,6 @@ Result GetPipelineBinaryDataKHR( void* pPipelineBinaryData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] Result GetPipelineBinaryDataKHR( @@ -45627,27 +20275,6 @@ Result GetPipelineBinaryDataKHR( Ref pPipelineBinaryData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] Result GetPipelineCacheData( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -45656,27 +20283,6 @@ Result GetPipelineCacheData( void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] Result GetPipelineCacheData( @@ -45686,14 +20292,6 @@ Result GetPipelineCacheData( Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] Result GetPipelineExecutableInternalRepresentationsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -45703,14 +20301,6 @@ Result GetPipelineExecutableInternalRepresentationsKHR( PipelineExecutableInternalRepresentationKHR* pInternalRepresentations ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] Result GetPipelineExecutableInternalRepresentationsKHR( @@ -45721,14 +20311,6 @@ Result GetPipelineExecutableInternalRepresentationsKHR( Ref pInternalRepresentations ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] Result GetPipelineExecutablePropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -45737,14 +20319,6 @@ Result GetPipelineExecutablePropertiesKHR( PipelineExecutablePropertiesKHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] Result GetPipelineExecutablePropertiesKHR( @@ -45754,14 +20328,6 @@ Result GetPipelineExecutablePropertiesKHR( Ref pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] Result GetPipelineExecutableStatisticsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -45771,14 +20337,6 @@ Result GetPipelineExecutableStatisticsKHR( PipelineExecutableStatisticKHR* pStatistics ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] Result GetPipelineExecutableStatisticsKHR( @@ -45790,11 +20348,6 @@ Ref pStatistics ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] ulong GetPipelineIndirectDeviceAddressNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -45803,11 +20356,6 @@ ulong GetPipelineIndirectDeviceAddressNV( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] ulong GetPipelineIndirectDeviceAddressNV( @@ -45816,11 +20364,6 @@ ulong GetPipelineIndirectDeviceAddressNV( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] void GetPipelineIndirectMemoryRequirementsNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -45829,11 +20372,6 @@ void GetPipelineIndirectMemoryRequirementsNV( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] void GetPipelineIndirectMemoryRequirementsNV( @@ -45843,14 +20381,6 @@ void GetPipelineIndirectMemoryRequirementsNV( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] Result GetPipelineKeyKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -45859,14 +20389,6 @@ Result GetPipelineKeyKHR( PipelineBinaryKeyKHR* pPipelineKey ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] Result GetPipelineKeyKHR( @@ -45876,14 +20398,6 @@ Result GetPipelineKeyKHR( Ref pPipelineKey ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] Result GetPipelinePropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -45891,14 +20405,6 @@ Result GetPipelinePropertiesEXT( BaseOutStructure* pPipelineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] Result GetPipelinePropertiesEXT( @@ -45907,20 +20413,6 @@ Result GetPipelinePropertiesEXT( Ref pPipelineProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] void GetPrivateData( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -45930,20 +20422,6 @@ void GetPrivateData( [NativeTypeName("uint64_t *")] ulong* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] void GetPrivateData( @@ -45954,14 +20432,6 @@ void GetPrivateData( [NativeTypeName("uint64_t *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] void GetPrivateDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -45971,14 +20441,6 @@ void GetPrivateDataEXT( [NativeTypeName("uint64_t *")] ulong* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] void GetPrivateDataEXT( @@ -45989,32 +20451,6 @@ void GetPrivateDataEXT( [NativeTypeName("uint64_t *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] Result GetQueryPoolResults( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46027,32 +20463,6 @@ Result GetQueryPoolResults( [NativeTypeName("VkQueryResultFlags")] QueryResultFlags flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] Result GetQueryPoolResults( @@ -46066,17 +20476,6 @@ Result GetQueryPoolResults( [NativeTypeName("VkQueryResultFlags")] QueryResultFlags flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] void GetQueueCheckpointData2NV( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -46084,17 +20483,6 @@ void GetQueueCheckpointData2NV( CheckpointData2NV* pCheckpointData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] void GetQueueCheckpointData2NV( @@ -46103,14 +20491,6 @@ void GetQueueCheckpointData2NV( Ref pCheckpointData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] void GetQueueCheckpointDataNV( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -46118,14 +20498,6 @@ void GetQueueCheckpointDataNV( CheckpointDataNV* pCheckpointData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] void GetQueueCheckpointDataNV( @@ -46134,14 +20506,6 @@ void GetQueueCheckpointDataNV( Ref pCheckpointData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46152,14 +20516,6 @@ Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( @@ -46171,14 +20527,6 @@ Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] Result GetRayTracingShaderGroupHandlesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46189,14 +20537,6 @@ Result GetRayTracingShaderGroupHandlesKHR( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] Result GetRayTracingShaderGroupHandlesKHR( @@ -46208,14 +20548,6 @@ Result GetRayTracingShaderGroupHandlesKHR( Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] Result GetRayTracingShaderGroupHandlesNV( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46226,14 +20558,6 @@ Result GetRayTracingShaderGroupHandlesNV( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] Result GetRayTracingShaderGroupHandlesNV( @@ -46246,14 +20570,6 @@ Ref pData ); [return: NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupStackSizeKHR")] ulong GetRayTracingShaderGroupStackSizeKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46262,47 +20578,21 @@ ulong GetRayTracingShaderGroupStackSizeKHR( ShaderGroupShaderKHR groupShader ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] - Result GetRefreshCycleDurationGoogle( + Result GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - RefreshCycleDurationGoogle* pDisplayTimingProperties + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + RefreshCycleDurationGOOGLE* pDisplayTimingProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] - Result GetRefreshCycleDurationGoogle( + Result GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - Ref pDisplayTimingProperties + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + Ref pDisplayTimingProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] void GetRenderAreaGranularity( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46310,22 +20600,6 @@ void GetRenderAreaGranularity( Extent2D* pGranularity ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] void GetRenderAreaGranularity( @@ -46334,11 +20608,6 @@ void GetRenderAreaGranularity( Ref pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] void GetRenderingAreaGranularity( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46346,11 +20615,6 @@ void GetRenderingAreaGranularity( Extent2D* pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] void GetRenderingAreaGranularity( @@ -46359,11 +20623,6 @@ void GetRenderingAreaGranularity( Ref pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] void GetRenderingAreaGranularityKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46371,11 +20630,6 @@ void GetRenderingAreaGranularityKHR( Extent2D* pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] void GetRenderingAreaGranularityKHR( @@ -46384,16 +20638,6 @@ void GetRenderingAreaGranularityKHR( Ref pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] Result GetSamplerOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46402,16 +20646,6 @@ Result GetSamplerOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] Result GetSamplerOpaqueCaptureDescriptorDataEXT( @@ -46421,24 +20655,6 @@ Result GetSamplerOpaqueCaptureDescriptorDataEXT( Ref pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] Result GetSemaphoreCounterValue( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46446,24 +20662,6 @@ Result GetSemaphoreCounterValue( [NativeTypeName("uint64_t *")] ulong* pValue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] Result GetSemaphoreCounterValue( @@ -46472,14 +20670,6 @@ Result GetSemaphoreCounterValue( [NativeTypeName("uint64_t *")] Ref pValue ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] Result GetSemaphoreCounterValueKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46487,14 +20677,6 @@ Result GetSemaphoreCounterValueKHR( [NativeTypeName("uint64_t *")] ulong* pValue ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] Result GetSemaphoreCounterValueKHR( @@ -46503,14 +20685,6 @@ Result GetSemaphoreCounterValueKHR( [NativeTypeName("uint64_t *")] Ref pValue ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] Result GetSemaphoreFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46518,14 +20692,6 @@ Result GetSemaphoreFdKHR( int* pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] Result GetSemaphoreFdKHR( @@ -46534,42 +20700,23 @@ Result GetSemaphoreFdKHR( Ref pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] Result GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] Result GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ); - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] Result GetShaderInfoAMD( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46580,7 +20727,6 @@ Result GetShaderInfoAMD( void* pInfo ); - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] Result GetShaderInfoAMD( @@ -46592,15 +20738,6 @@ Result GetShaderInfoAMD( Ref pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] void GetShaderModuleCreateInfoIdentifierEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46608,15 +20745,6 @@ void GetShaderModuleCreateInfoIdentifierEXT( ShaderModuleIdentifierEXT* pIdentifier ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] void GetShaderModuleCreateInfoIdentifierEXT( @@ -46626,15 +20754,6 @@ void GetShaderModuleCreateInfoIdentifierEXT( Ref pIdentifier ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] void GetShaderModuleIdentifierEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46642,15 +20761,6 @@ void GetShaderModuleIdentifierEXT( ShaderModuleIdentifierEXT* pIdentifier ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] void GetShaderModuleIdentifierEXT( @@ -46659,67 +20769,46 @@ void GetShaderModuleIdentifierEXT( Ref pIdentifier ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] Result GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] ulong* pCounterValue ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] Result GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] Ref pCounterValue ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] Result GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pSwapchainImageCount, [NativeTypeName("VkImage *")] ImageHandle* pSwapchainImages ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] Result GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pSwapchainImageCount, [NativeTypeName("VkImage *")] Ref pSwapchainImages ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainStatusKHR")] Result GetSwapchainStatusKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] void GetTensorMemoryRequirementsARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46728,7 +20817,6 @@ void GetTensorMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] void GetTensorMemoryRequirementsARM( @@ -46738,12 +20826,6 @@ void GetTensorMemoryRequirementsARM( Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] Result GetTensorOpaqueCaptureDescriptorDataARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46752,12 +20834,6 @@ Result GetTensorOpaqueCaptureDescriptorDataARM( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] Result GetTensorOpaqueCaptureDescriptorDataARM( @@ -46767,12 +20843,6 @@ Result GetTensorOpaqueCaptureDescriptorDataARM( Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] Result GetTensorViewOpaqueCaptureDescriptorDataARM( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46781,12 +20851,6 @@ Result GetTensorViewOpaqueCaptureDescriptorDataARM( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] Result GetTensorViewOpaqueCaptureDescriptorDataARM( @@ -46796,74 +20860,46 @@ Result GetTensorViewOpaqueCaptureDescriptorDataARM( Ref pData ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] Result GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] Result GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] Result GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] uint* pMemoryRequirementsCount, VideoSessionMemoryRequirementsKHR* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] Result GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] Ref pMemoryRequirementsCount, Ref pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] Result ImportFenceFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImportFenceFdInfoKHR *")] ImportFenceFdInfoKHR* pImportFenceFdInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] Result ImportFenceFdKHR( @@ -46872,14 +20908,6 @@ Result ImportFenceFdKHR( Ref pImportFenceFdInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] Result ImportSemaphoreFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46887,14 +20915,6 @@ Result ImportSemaphoreFdKHR( ImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] Result ImportSemaphoreFdKHR( @@ -46903,49 +20923,21 @@ Result ImportSemaphoreFdKHR( Ref pImportSemaphoreFdInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] - Result InitializePerformanceApiIntel( + Result InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - InitializePerformanceApiInfoIntel* pInitializeInfo + InitializePerformanceApiInfoINTEL* pInitializeInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] - Result InitializePerformanceApiIntel( + Result InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - Ref pInitializeInfo + Ref pInitializeInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] Result InvalidateMappedMemoryRanges( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -46953,32 +20945,6 @@ Result InvalidateMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] MappedMemoryRange* pMemoryRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] Result InvalidateMappedMemoryRanges( @@ -46987,67 +20953,21 @@ Result InvalidateMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] Ref pMemoryRanges ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] Result LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] LatencySleepInfoNV* pSleepInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] Result LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] Ref pSleepInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] Result MapMemory( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47058,32 +20978,6 @@ Result MapMemory( void** ppData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] Result MapMemory( @@ -47095,16 +20989,6 @@ Result MapMemory( Ref2D ppData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] Result MapMemory2( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47112,16 +20996,6 @@ Result MapMemory2( void** ppData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] Result MapMemory2( @@ -47130,7 +21004,6 @@ Result MapMemory2( Ref2D ppData ); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] Result MapMemory2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47138,7 +21011,6 @@ Result MapMemory2KHR( void** ppData ); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] Result MapMemory2KHR( @@ -47147,27 +21019,6 @@ Result MapMemory2KHR( Ref2D ppData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] Result MergePipelineCaches( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47176,27 +21027,6 @@ Result MergePipelineCaches( [NativeTypeName("const VkPipelineCache *")] PipelineCacheHandle* pSrcCaches ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] Result MergePipelineCaches( @@ -47206,33 +21036,29 @@ Result MergePipelineCaches( [NativeTypeName("const VkPipelineCache *")] Ref pSrcCaches ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] Result MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, - [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheEXTHandle* pSrcCaches + [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheHandleEXT* pSrcCaches ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] Result MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, - [NativeTypeName("const VkValidationCacheEXT *")] Ref pSrcCaches + [NativeTypeName("const VkValidationCacheEXT *")] Ref pSrcCaches ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] void QueueBeginDebugUtilsLabelEXT( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] void QueueBeginDebugUtilsLabelEXT( @@ -47240,32 +21066,6 @@ void QueueBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] Result QueueBindSparse( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -47274,32 +21074,6 @@ Result QueueBindSparse( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] Result QueueBindSparse( @@ -47309,18 +21083,15 @@ Result QueueBindSparse( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueEndDebugUtilsLabelEXT")] void QueueEndDebugUtilsLabelEXT([NativeTypeName("VkQueue")] QueueHandle queue); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] void QueueInsertDebugUtilsLabelEXT( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] void QueueInsertDebugUtilsLabelEXT( @@ -47328,16 +21099,6 @@ void QueueInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] void QueueNotifyOutOfBandNV( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -47345,16 +21106,6 @@ void QueueNotifyOutOfBandNV( OutOfBandQueueTypeInfoNV* pQueueTypeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] void QueueNotifyOutOfBandNV( @@ -47363,14 +21114,12 @@ void QueueNotifyOutOfBandNV( Ref pQueueTypeInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] Result QueuePresentKHR( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("const VkPresentInfoKHR *")] PresentInfoKHR* pPresentInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] Result QueuePresentKHR( @@ -47378,40 +21127,13 @@ Result QueuePresentKHR( [NativeTypeName("const VkPresentInfoKHR *")] Ref pPresentInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkQueueSetPerformanceConfigurationINTEL")] - Result QueueSetPerformanceConfigurationIntel( + Result QueueSetPerformanceConfigurationINTEL( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration + PerformanceConfigurationHandleINTEL configuration ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] Result QueueSubmit( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -47420,32 +21142,6 @@ Result QueueSubmit( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] Result QueueSubmit( @@ -47455,20 +21151,6 @@ Result QueueSubmit( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] Result QueueSubmit2( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -47477,20 +21159,6 @@ Result QueueSubmit2( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] Result QueueSubmit2( @@ -47500,14 +21168,6 @@ Result QueueSubmit2( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] Result QueueSubmit2KHR( [NativeTypeName("VkQueue")] QueueHandle queue, @@ -47516,14 +21176,6 @@ Result QueueSubmit2KHR( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] Result QueueSubmit2KHR( @@ -47533,40 +21185,9 @@ Result QueueSubmit2KHR( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueWaitIdle")] Result QueueWaitIdle([NativeTypeName("VkQueue")] QueueHandle queue); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] Result RegisterDeviceEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47575,11 +21196,6 @@ Result RegisterDeviceEventEXT( [NativeTypeName("VkFence *")] FenceHandle* pFence ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] Result RegisterDeviceEventEXT( @@ -47589,44 +21205,26 @@ Result RegisterDeviceEventEXT( [NativeTypeName("VkFence *")] Ref pFence ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] Result RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] DisplayEventInfoEXT* pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkFence *")] FenceHandle* pFence ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] Result RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] Ref pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkFence *")] Ref pFence ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47635,14 +21233,6 @@ Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] Result ReleaseCapturedPipelineDataKHR( @@ -47652,44 +21242,22 @@ Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_direct_mode_display"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseDisplayEXT")] Result ReleaseDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkReleasePerformanceConfigurationINTEL")] - Result ReleasePerformanceConfigurationIntel( + Result ReleasePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration + PerformanceConfigurationHandleINTEL configuration ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseProfilingLockKHR")] void ReleaseProfilingLockKHR([NativeTypeName("VkDevice")] DeviceHandle device); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] Result ReleaseSwapchainImagesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47697,14 +21265,6 @@ Result ReleaseSwapchainImagesEXT( ReleaseSwapchainImagesInfoKHR* pReleaseInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] Result ReleaseSwapchainImagesEXT( @@ -47713,15 +21273,6 @@ Result ReleaseSwapchainImagesEXT( Ref pReleaseInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] Result ReleaseSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47729,15 +21280,6 @@ Result ReleaseSwapchainImagesKHR( ReleaseSwapchainImagesInfoKHR* pReleaseInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] Result ReleaseSwapchainImagesKHR( @@ -47746,64 +21288,12 @@ Result ReleaseSwapchainImagesKHR( Ref pReleaseInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetCommandBuffer")] Result ResetCommandBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkCommandBufferResetFlags")] CommandBufferResetFlags flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetCommandPool")] Result ResetCommandPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47811,27 +21301,6 @@ Result ResetCommandPool( [NativeTypeName("VkCommandPoolResetFlags")] CommandPoolResetFlags flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetDescriptorPool")] Result ResetDescriptorPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47839,59 +21308,12 @@ Result ResetDescriptorPool( [NativeTypeName("VkDescriptorPoolResetFlags")] uint flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetEvent")] Result ResetEvent( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkEvent")] EventHandle @event ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] Result ResetFences( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47899,32 +21321,6 @@ Result ResetFences( [NativeTypeName("const VkFence *")] FenceHandle* pFences ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] Result ResetFences( @@ -47933,24 +21329,6 @@ Result ResetFences( [NativeTypeName("const VkFence *")] Ref pFences ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkResetQueryPool")] void ResetQueryPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47959,14 +21337,6 @@ void ResetQueryPool( [NativeTypeName("uint32_t")] uint queryCount ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_query_reset"], - ImpliesSets = [ - "VK_EXT_host_query_reset+VK_KHR_get_physical_device_properties2", - "VK_EXT_host_query_reset+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkResetQueryPoolEXT")] void ResetQueryPoolEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47975,7 +21345,6 @@ void ResetQueryPoolEXT( [NativeTypeName("uint32_t")] uint queryCount ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] Result SetDebugUtilsObjectNameEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -47983,7 +21352,6 @@ Result SetDebugUtilsObjectNameEXT( DebugUtilsObjectNameInfoEXT* pNameInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] Result SetDebugUtilsObjectNameEXT( @@ -47992,7 +21360,6 @@ Result SetDebugUtilsObjectNameEXT( Ref pNameInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] Result SetDebugUtilsObjectTagEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48000,7 +21367,6 @@ Result SetDebugUtilsObjectTagEXT( DebugUtilsObjectTagInfoEXT* pTagInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] Result SetDebugUtilsObjectTagEXT( @@ -48009,11 +21375,6 @@ Result SetDebugUtilsObjectTagEXT( Ref pTagInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] [NativeFunction("vulkan", EntryPoint = "vkSetDeviceMemoryPriorityEXT")] void SetDeviceMemoryPriorityEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48021,170 +21382,77 @@ void SetDeviceMemoryPriorityEXT( float priority ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkSetEvent")] Result SetEvent( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkEvent")] EventHandle @event ); - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] void SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] HdrMetadataEXT* pMetadata ); - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] void SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] Ref pMetadata ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] void SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] SetLatencyMarkerInfoNV* pLatencyMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] void SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] Ref pLatencyMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] Result SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] LatencySleepModeInfoNV* pSleepModeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] Result SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] Ref pSleepModeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] void SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] uint localDimmingEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] void SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] MaybeBool localDimmingEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkSetPrivateData")] Result SetPrivateData( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48194,14 +21462,6 @@ Result SetPrivateData( [NativeTypeName("uint64_t")] ulong data ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetPrivateDataEXT")] Result SetPrivateDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48211,48 +21471,12 @@ Result SetPrivateDataEXT( [NativeTypeName("uint64_t")] ulong data ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] Result SignalSemaphore( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSemaphoreSignalInfo *")] SemaphoreSignalInfo* pSignalInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] Result SignalSemaphore( @@ -48260,28 +21484,12 @@ Result SignalSemaphore( [NativeTypeName("const VkSemaphoreSignalInfo *")] Ref pSignalInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] Result SignalSemaphoreKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSemaphoreSignalInfo *")] SemaphoreSignalInfo* pSignalInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] Result SignalSemaphoreKHR( @@ -48289,7 +21497,6 @@ Result SignalSemaphoreKHR( [NativeTypeName("const VkSemaphoreSignalInfo *")] Ref pSignalInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] void SubmitDebugUtilsMessageEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, @@ -48300,7 +21507,6 @@ void SubmitDebugUtilsMessageEXT( DebugUtilsMessengerCallbackDataEXT* pCallbackData ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] void SubmitDebugUtilsMessageEXT( @@ -48312,16 +21518,6 @@ void SubmitDebugUtilsMessageEXT( Ref pCallbackData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] Result TransitionImageLayout( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48330,16 +21526,6 @@ Result TransitionImageLayout( HostImageLayoutTransitionInfo* pTransitions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] Result TransitionImageLayout( @@ -48349,15 +21535,6 @@ Result TransitionImageLayout( Ref pTransitions ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] Result TransitionImageLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48366,15 +21543,6 @@ Result TransitionImageLayoutEXT( HostImageLayoutTransitionInfo* pTransitions ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] Result TransitionImageLayoutEXT( @@ -48384,28 +21552,6 @@ Result TransitionImageLayoutEXT( Ref pTransitions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkTrimCommandPool")] void TrimCommandPool( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48413,7 +21559,6 @@ void TrimCommandPool( [NativeTypeName("VkCommandPoolTrimFlags")] uint flags ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] [NativeFunction("vulkan", EntryPoint = "vkTrimCommandPoolKHR")] void TrimCommandPoolKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48421,68 +21566,21 @@ void TrimCommandPoolKHR( [NativeTypeName("VkCommandPoolTrimFlags")] uint flags ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkUninitializePerformanceApiINTEL")] - void UninitializePerformanceApiIntel([NativeTypeName("VkDevice")] DeviceHandle device); + void UninitializePerformanceApiINTEL([NativeTypeName("VkDevice")] DeviceHandle device); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory")] void UnmapMemory( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDeviceMemory")] DeviceMemoryHandle memory ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] Result UnmapMemory2( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMemoryUnmapInfo *")] MemoryUnmapInfo* pMemoryUnmapInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] Result UnmapMemory2( @@ -48490,14 +21588,12 @@ Result UnmapMemory2( [NativeTypeName("const VkMemoryUnmapInfo *")] Ref pMemoryUnmapInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] Result UnmapMemory2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMemoryUnmapInfo *")] MemoryUnmapInfo* pMemoryUnmapInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] Result UnmapMemory2KHR( @@ -48505,27 +21601,6 @@ Result UnmapMemory2KHR( [NativeTypeName("const VkMemoryUnmapInfo *")] Ref pMemoryUnmapInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] void UpdateDescriptorSets( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48535,27 +21610,6 @@ void UpdateDescriptorSets( [NativeTypeName("const VkCopyDescriptorSet *")] CopyDescriptorSet* pDescriptorCopies ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] void UpdateDescriptorSets( @@ -48566,24 +21620,6 @@ void UpdateDescriptorSets( [NativeTypeName("const VkCopyDescriptorSet *")] Ref pDescriptorCopies ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] void UpdateDescriptorSetWithTemplate( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48593,24 +21629,6 @@ void UpdateDescriptorSetWithTemplate( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] void UpdateDescriptorSetWithTemplate( @@ -48621,7 +21639,6 @@ void UpdateDescriptorSetWithTemplate( [NativeTypeName("const void *")] Ref pData ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] void UpdateDescriptorSetWithTemplateKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48631,7 +21648,6 @@ void UpdateDescriptorSetWithTemplateKHR( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] void UpdateDescriptorSetWithTemplateKHR( @@ -48642,177 +21658,87 @@ void UpdateDescriptorSetWithTemplateKHR( [NativeTypeName("const void *")] Ref pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT* pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] Ref pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT* pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] Ref pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] Result UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] VideoSessionParametersUpdateInfoKHR* pUpdateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] Result UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] Ref pUpdateInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] Result WaitForFences( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48822,32 +21748,6 @@ Result WaitForFences( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] Result WaitForFences( @@ -48858,72 +21758,29 @@ Result WaitForFences( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] Result WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] PresentWait2InfoKHR* pPresentWait2Info ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] Result WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] Ref pPresentWait2Info ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresentKHR")] Result WaitForPresentKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong presentId, [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] Result WaitSemaphores( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48931,24 +21788,6 @@ Result WaitSemaphores( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] Result WaitSemaphores( @@ -48957,14 +21796,6 @@ Result WaitSemaphores( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] Result WaitSemaphoresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, @@ -48972,14 +21803,6 @@ Result WaitSemaphoresKHR( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] Result WaitSemaphoresKHR( @@ -48988,80 +21811,48 @@ Result WaitSemaphoresKHR( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] Result WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, [NativeTypeName("size_t")] nuint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] Result WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, [NativeTypeName("size_t")] nuint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] Result WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, [NativeTypeName("size_t")] nuint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] Result WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageAlignmentControlCreateInfoMESA.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageAlignmentControlCreateInfoMESA.gen.cs index d3f9dc19e3..7c1778adb0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageAlignmentControlCreateInfoMESA.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageAlignmentControlCreateInfoMESA.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageAlignmentControlCreateInfoMESA { - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] public uint MaximumRequestedAlignment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageAspectFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageAspectFlags.gen.cs index 91f72f1456..f1d8edc95f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageAspectFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageAspectFlags.gen.cs @@ -8,285 +8,23 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ImageAspectFlags : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ColorBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DepthBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StencilBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] MetadataBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] Plane0Bit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] Plane1Bit = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] Plane2Bit = 0x40, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] MemoryPlane0BitEXT = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] MemoryPlane1BitEXT = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] MemoryPlane2BitEXT = 0x200, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] MemoryPlane3BitEXT = 0x400, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] Plane0BitKHR = Plane0Bit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] Plane1BitKHR = Plane1Bit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] Plane2BitKHR = Plane2Bit, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] NoneKHR = None, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageBlit.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageBlit.gen.cs index 0c21578ecf..80822c4049 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageBlit.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageBlit.gen.cs @@ -7,80 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ImageBlit { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageSubresourceLayers SrcSubresource; [NativeTypeName("VkOffset3D[2]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageBlitSrcOffsets SrcOffsets; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageSubresourceLayers DstSubresource; [NativeTypeName("VkOffset3D[2]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageBlitDstOffsets DstOffsets; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageBlit2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageBlit2.gen.cs index 6aa251b051..0f5663fc78 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageBlit2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageBlit2.gen.cs @@ -8,51 +8,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageBlit2 { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageSubresourceLayers SrcSubresource; [NativeTypeName("VkOffset3D[2]")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageBlit2SrcOffsets SrcOffsets; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageSubresourceLayers DstSubresource; [NativeTypeName("VkOffset3D[2]")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageBlit2DstOffsets DstOffsets; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageBlit2DstOffsets.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageBlit2DstOffsets.gen.cs index ccb4dda2dd..8e5891bcd3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageBlit2DstOffsets.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageBlit2DstOffsets.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" -)] public partial struct ImageBlit2DstOffsets { - [SupportedApiProfile("vulkan")] public Offset3D E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageBlit2SrcOffsets.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageBlit2SrcOffsets.gen.cs index 339647d4a6..d672cf2188 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageBlit2SrcOffsets.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageBlit2SrcOffsets.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" -)] public partial struct ImageBlit2SrcOffsets { - [SupportedApiProfile("vulkan")] public Offset3D E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageBlitDstOffsets.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageBlitDstOffsets.gen.cs index 46b7c554dc..b27ae12160 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageBlitDstOffsets.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageBlitDstOffsets.gen.cs @@ -9,24 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct ImageBlitDstOffsets { - [SupportedApiProfile("vulkan")] public Offset3D E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageBlitSrcOffsets.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageBlitSrcOffsets.gen.cs index f51597e4f2..b937a27a0a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageBlitSrcOffsets.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageBlitSrcOffsets.gen.cs @@ -9,24 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct ImageBlitSrcOffsets { - [SupportedApiProfile("vulkan")] public Offset3D E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageCaptureDescriptorDataInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageCaptureDescriptorDataInfoEXT.gen.cs index 76ce4a9a41..607352cefb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageCaptureDescriptorDataInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageCaptureDescriptorDataInfoEXT.gen.cs @@ -7,44 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageCaptureDescriptorDataInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ImageHandle Image; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageCompressionControlEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageCompressionControlEXT.gen.cs index 44063d5aed..0a58e4ee6f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageCompressionControlEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageCompressionControlEXT.gen.cs @@ -8,60 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageCompressionControlEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkImageCompressionFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public ImageCompressionFlagsEXT Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public uint CompressionControlPlaneCount; [NativeTypeName("VkImageCompressionFixedRateFlagsEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public ImageCompressionFixedRateFlagsEXT* PFixedRateFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageCompressionFixedRateFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageCompressionFixedRateFlagsEXT.gen.cs index 77d608584b..b340f27e09 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageCompressionFixedRateFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageCompressionFixedRateFlagsEXT.gen.cs @@ -7,258 +7,32 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ImageCompressionFixedRateFlagsEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - RateNoneEXT = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate1BpcBitEXT = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate2BpcBitEXT = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate3BpcBitEXT = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate4BpcBitEXT = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate5BpcBitEXT = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate6BpcBitEXT = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate7BpcBitEXT = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate8BpcBitEXT = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate9BpcBitEXT = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate10BpcBitEXT = 0x200, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate11BpcBitEXT = 0x400, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate12BpcBitEXT = 0x800, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate13BpcBitEXT = 0x1000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate14BpcBitEXT = 0x2000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate15BpcBitEXT = 0x4000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate16BpcBitEXT = 0x8000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate17BpcBitEXT = 0x10000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate18BpcBitEXT = 0x20000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate19BpcBitEXT = 0x40000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate20BpcBitEXT = 0x80000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate21BpcBitEXT = 0x100000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate22BpcBitEXT = 0x200000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate23BpcBitEXT = 0x400000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - Rate24BpcBitEXT = 0x800000, + RateNone = 0x0, + Rate1BpcBit = 0x1, + Rate2BpcBit = 0x2, + Rate3BpcBit = 0x4, + Rate4BpcBit = 0x8, + Rate5BpcBit = 0x10, + Rate6BpcBit = 0x20, + Rate7BpcBit = 0x40, + Rate8BpcBit = 0x80, + Rate9BpcBit = 0x100, + Rate10BpcBit = 0x200, + Rate11BpcBit = 0x400, + Rate12BpcBit = 0x800, + Rate13BpcBit = 0x1000, + Rate14BpcBit = 0x2000, + Rate15BpcBit = 0x4000, + Rate16BpcBit = 0x8000, + Rate17BpcBit = 0x10000, + Rate18BpcBit = 0x20000, + Rate19BpcBit = 0x40000, + Rate20BpcBit = 0x80000, + Rate21BpcBit = 0x100000, + Rate22BpcBit = 0x200000, + Rate23BpcBit = 0x400000, + Rate24BpcBit = 0x800000, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageCompressionFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageCompressionFlagsEXT.gen.cs index 8bdf53fb3e..6a2be07159 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageCompressionFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageCompressionFlagsEXT.gen.cs @@ -8,48 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ImageCompressionFlagsEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - DefaultEXT = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - FixedRateDefaultEXT = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - FixedRateExplicitEXT = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] - DisabledEXT = 0x4, + Default = 0x0, + FixedRateDefault = 0x1, + FixedRateExplicit = 0x2, + Disabled = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageCompressionPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageCompressionPropertiesEXT.gen.cs index 313b41ee39..454aa4efac 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageCompressionPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageCompressionPropertiesEXT.gen.cs @@ -7,48 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageCompressionPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkImageCompressionFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public ImageCompressionFlagsEXT ImageCompressionFlags; [NativeTypeName("VkImageCompressionFixedRateFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public ImageCompressionFixedRateFlagsEXT ImageCompressionFixedRateFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageCopy.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageCopy.gen.cs index 1e7cce3ad6..215a57a09f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageCopy.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageCopy.gen.cs @@ -7,146 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ImageCopy { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageSubresourceLayers SrcSubresource; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Offset3D SrcOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageSubresourceLayers DstSubresource; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Offset3D DstOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Extent3D Extent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageCopy2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageCopy2.gen.cs index 20ad980970..710014a866 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageCopy2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageCopy2.gen.cs @@ -8,119 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageCopy2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageSubresourceLayers SrcSubresource; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public Offset3D SrcOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageSubresourceLayers DstSubresource; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public Offset3D DstOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public Extent3D Extent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageCreateFlags.gen.cs index 4aafade6e7..0d85fcd680 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageCreateFlags.gen.cs @@ -7,440 +7,35 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ImageCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CreateSparseBindingBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CreateSparseResidencyBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CreateSparseAliasedBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CreateMutableFormatBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CreateCubeCompatibleBit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] CreateAliasBit = 0x400, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] CreateSplitInstanceBindRegionsBit = 0x40, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] Create2DArrayCompatibleBit = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] CreateBlockTexelViewCompatibleBit = 0x80, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] CreateExtendedUsageBit = 0x100, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] CreateProtectedBit = 0x800, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] CreateDisjointBit = 0x200, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_corner_sampled_image"], - ImpliesSets = [ - "VK_NV_corner_sampled_image+VK_KHR_get_physical_device_properties2", - "VK_NV_corner_sampled_image+VK_VERSION_1_1", - ] - )] CreateCornerSampledBitNV = 0x2000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] CreateSampleLocationsCompatibleDepthBitEXT = 0x1000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] CreateSubsampledBitEXT = 0x4000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] CreateDescriptorBufferCaptureReplayBitEXT = 0x10000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] CreateMultisampledRenderToSingleSampledBitEXT = 0x40000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_2d_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] Create2DViewCompatibleBitEXT = 0x20000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] CreateVideoProfileIndependentBitKHR = 0x100000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] CreateFragmentDensityMapOffsetBitEXT = 0x8000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_bind_memory2", "VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"], - RequireAll = true - )] CreateSplitInstanceBindRegionsBitKHR = CreateSplitInstanceBindRegionsBit, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] Create2DArrayCompatibleBitKHR = Create2DArrayCompatibleBit, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] CreateBlockTexelViewCompatibleBitKHR = CreateBlockTexelViewCompatibleBit, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] CreateExtendedUsageBitKHR = CreateExtendedUsageBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] CreateDisjointBitKHR = CreateDisjointBit, - - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] CreateAliasBitKHR = CreateAliasBit, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] CreateFragmentDensityMapOffsetBitQCOM = CreateFragmentDensityMapOffsetBitEXT, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageCreateInfo.gen.cs index e671d3f576..ed539e4d61 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageCreateInfo.gen.cs @@ -8,433 +8,35 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkImageCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageCreateFlags Flags; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageType ImageType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Format Format; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Extent3D Extent; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MipLevels; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ArrayLayers; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags Samples; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageTiling Tiling; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageUsageFlags Usage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SharingMode SharingMode; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint QueueFamilyIndexCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint* PQueueFamilyIndices; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageLayout InitialLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageDrmFormatModifierExplicitCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageDrmFormatModifierExplicitCreateInfoEXT.gen.cs index ae701f8e8f..d7b2b90334 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageDrmFormatModifierExplicitCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageDrmFormatModifierExplicitCreateInfoEXT.gen.cs @@ -7,65 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageDrmFormatModifierExplicitCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ulong DrmFormatModifier; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint DrmFormatModifierPlaneCount; [NativeTypeName("const VkSubresourceLayout *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public SubresourceLayout* PPlaneLayouts; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageDrmFormatModifierListCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageDrmFormatModifierListCreateInfoEXT.gen.cs index 74535a90e5..48af78d0cb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageDrmFormatModifierListCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageDrmFormatModifierListCreateInfoEXT.gen.cs @@ -8,53 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageDrmFormatModifierListCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint DrmFormatModifierCount; [NativeTypeName("const uint64_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ulong* PDrmFormatModifiers; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageDrmFormatModifierPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageDrmFormatModifierPropertiesEXT.gen.cs index 2bad6ecd77..439e806e59 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageDrmFormatModifierPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageDrmFormatModifierPropertiesEXT.gen.cs @@ -7,40 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageDrmFormatModifierPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ulong DrmFormatModifier; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageFormatListCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageFormatListCreateInfo.gen.cs index 7787bff63b..46343b38bb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageFormatListCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageFormatListCreateInfo.gen.cs @@ -7,89 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageFormatListCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ViewFormatCount; [NativeTypeName("const VkFormat *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public Format* PViewFormats; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageFormatProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageFormatProperties.gen.cs index a4b735a61b..81ba084d3a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageFormatProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageFormatProperties.gen.cs @@ -8,150 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ImageFormatProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Extent3D MaxExtent; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxMipLevels; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxArrayLayers; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags SampleCounts; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong MaxResourceSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageFormatProperties2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageFormatProperties2.gen.cs index 160267933d..84eabcfc56 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageFormatProperties2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageFormatProperties2.gen.cs @@ -8,78 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageFormatProperties2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageFormatProperties ImageFormatProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageLayout.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageLayout.gen.cs index 5003fe838c..46255e1b3b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageLayout.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageLayout.gen.cs @@ -6,603 +6,48 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ImageLayout : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Undefined = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] General = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ColorAttachmentOptimal = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DepthStencilAttachmentOptimal = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DepthStencilReadOnlyOptimal = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ShaderReadOnlyOptimal = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TransferSrcOptimal = 6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TransferDstOptimal = 7, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Preinitialized = 8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DepthReadOnlyStencilAttachmentOptimal = 1000117000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DepthAttachmentStencilReadOnlyOptimal = 1000117001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] DepthAttachmentOptimal = 1000241000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] DepthReadOnlyOptimal = 1000241001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] StencilAttachmentOptimal = 1000241002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] StencilReadOnlyOptimal = 1000241003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ReadOnlyOptimal = 1000314000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] AttachmentOptimal = 1000314001, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] RenderingLocalRead = 1000232000, - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] PresentSrcKHR = 1000001002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeDstKHR = 1000024000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeSrcKHR = 1000024001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeDpbKHR = 1000024002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] SharedPresentKHR = 1000111000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] FragmentDensityMapOptimalEXT = 1000218000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] FragmentShadingRateAttachmentOptimalKHR = 1000164003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeDstKHR = 1000299000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeSrcKHR = 1000299001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeDpbKHR = 1000299002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_layout"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] AttachmentFeedbackLoopOptimalEXT = 1000339000, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] TensorAliasingARM = 1000460000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] VideoEncodeQuantizationMapKHR = 1000553000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_zero_initialize_device_memory"], - ImpliesSets = [ - "VK_EXT_zero_initialize_device_memory+VK_KHR_get_physical_device_properties2", - "VK_EXT_zero_initialize_device_memory+VK_VERSION_1_1", - ] - )] ZeroInitializedEXT = 1000620000, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] DepthReadOnlyStencilAttachmentOptimalKHR = DepthReadOnlyStencilAttachmentOptimal, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] DepthAttachmentStencilReadOnlyOptimalKHR = DepthAttachmentStencilReadOnlyOptimal, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] ShadingRateOptimalNV = FragmentShadingRateAttachmentOptimalKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] RenderingLocalReadKHR = RenderingLocalRead, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_separate_depth_stencil_layouts"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] DepthAttachmentOptimalKHR = DepthAttachmentOptimal, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_separate_depth_stencil_layouts"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] DepthReadOnlyOptimalKHR = DepthReadOnlyOptimal, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_separate_depth_stencil_layouts"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] StencilAttachmentOptimalKHR = StencilAttachmentOptimal, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_separate_depth_stencil_layouts"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] StencilReadOnlyOptimalKHR = StencilReadOnlyOptimal, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] ReadOnlyOptimalKHR = ReadOnlyOptimal, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] AttachmentOptimalKHR = AttachmentOptimal, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageMemoryBarrier.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageMemoryBarrier.gen.cs index 9e97338371..0e487e55e5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageMemoryBarrier.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageMemoryBarrier.gen.cs @@ -8,292 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageMemoryBarrier { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkAccessFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AccessFlags SrcAccessMask; [NativeTypeName("VkAccessFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AccessFlags DstAccessMask; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageLayout OldLayout; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageLayout NewLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SrcQueueFamilyIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DstQueueFamilyIndex; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageHandle Image; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageSubresourceRange SubresourceRange; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageMemoryBarrier2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageMemoryBarrier2.gen.cs index 1ca1a8c413..3669706698 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageMemoryBarrier2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageMemoryBarrier2.gen.cs @@ -8,206 +8,34 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageMemoryBarrier2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkPipelineStageFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PipelineStageFlags2 SrcStageMask; [NativeTypeName("VkAccessFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public AccessFlags2 SrcAccessMask; [NativeTypeName("VkPipelineStageFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PipelineStageFlags2 DstStageMask; [NativeTypeName("VkAccessFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public AccessFlags2 DstAccessMask; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageLayout OldLayout; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageLayout NewLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint SrcQueueFamilyIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint DstQueueFamilyIndex; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageHandle Image; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ImageSubresourceRange SubresourceRange; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageMemoryRequirementsInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageMemoryRequirementsInfo2.gen.cs index 119481ca4f..911b8a3c90 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageMemoryRequirementsInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageMemoryRequirementsInfo2.gen.cs @@ -8,80 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageMemoryRequirementsInfo2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageHandle Image; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImagePlaneMemoryRequirementsInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImagePlaneMemoryRequirementsInfo.gen.cs index 2624c67d64..a4e7b26c0e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImagePlaneMemoryRequirementsInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImagePlaneMemoryRequirementsInfo.gen.cs @@ -8,79 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImagePlaneMemoryRequirementsInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageAspectFlags PlaneAspect; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageResolve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageResolve.gen.cs index a4123b8a54..cf38e2882e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageResolve.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageResolve.gen.cs @@ -6,96 +6,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ImageResolve { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageSubresourceLayers SrcSubresource; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Offset3D SrcOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageSubresourceLayers DstSubresource; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Offset3D DstOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Extent3D Extent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageResolve2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageResolve2.gen.cs index c93b0af3ef..142c5b5ba1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageResolve2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageResolve2.gen.cs @@ -8,56 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageResolve2 { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageSubresourceLayers SrcSubresource; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public Offset3D SrcOffset; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageSubresourceLayers DstSubresource; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public Offset3D DstOffset; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public Extent3D Extent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageSparseMemoryRequirementsInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageSparseMemoryRequirementsInfo2.gen.cs index d425c84824..0325a3547c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageSparseMemoryRequirementsInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageSparseMemoryRequirementsInfo2.gen.cs @@ -8,80 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageSparseMemoryRequirementsInfo2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageHandle Image; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageStencilUsageCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageStencilUsageCreateInfo.gen.cs index 57a558d4c0..01a5e8e146 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageStencilUsageCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageStencilUsageCreateInfo.gen.cs @@ -6,50 +6,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageStencilUsageCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ImageUsageFlags StencilUsage; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageSubresource.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageSubresource.gen.cs index 1c094f0377..9f21774b5f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageSubresource.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageSubresource.gen.cs @@ -7,93 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ImageSubresource { [NativeTypeName("VkImageAspectFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageAspectFlags AspectMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MipLevel; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ArrayLayer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageSubresource2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageSubresource2.gen.cs index d3c3780230..19bc43efa7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageSubresource2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageSubresource2.gen.cs @@ -7,42 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageSubresource2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageSubresource ImageSubresource; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageSubresourceLayers.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageSubresourceLayers.gen.cs index d5a0035290..d045da6ff8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageSubresourceLayers.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageSubresourceLayers.gen.cs @@ -8,122 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ImageSubresourceLayers { [NativeTypeName("VkImageAspectFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageAspectFlags AspectMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MipLevel; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint BaseArrayLayer; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint LayerCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageSubresourceRange.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageSubresourceRange.gen.cs index 2c7f085eab..dec42cf15b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageSubresourceRange.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageSubresourceRange.gen.cs @@ -8,151 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ImageSubresourceRange { [NativeTypeName("VkImageAspectFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageAspectFlags AspectMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint BaseMipLevel; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint LevelCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint BaseArrayLayer; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint LayerCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageSwapchainCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageSwapchainCreateInfoKHR.gen.cs index f49a62befe..9a8317ef9e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageSwapchainCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageSwapchainCreateInfoKHR.gen.cs @@ -8,32 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageSwapchainCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkSwapchainKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] - public SwapchainKHRHandle Swapchain; + public SwapchainHandleKHR Swapchain; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageTiling.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageTiling.gen.cs index 65108ab33d..fb52ac7b6c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageTiling.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageTiling.gen.cs @@ -8,74 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ImageTiling : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Optimal = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Linear = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] DrmFormatModifierEXT = 1000158000, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageToMemoryCopy.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageToMemoryCopy.gen.cs index 4405c5c402..e41992de03 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageToMemoryCopy.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageToMemoryCopy.gen.cs @@ -8,105 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageToMemoryCopy { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PHostPointer; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint MemoryRowLength; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint MemoryImageHeight; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageSubresourceLayers ImageSubresource; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public Offset3D ImageOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public Extent3D ImageExtent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageType.gen.cs index 92fb225424..349ffd0353 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageType.gen.cs @@ -8,91 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ImageType : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Type1D = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Type2D = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Type3D = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageUsageFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageUsageFlags.gen.cs index 0810054b58..5f014227d6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageUsageFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageUsageFlags.gen.cs @@ -8,421 +8,35 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ImageUsageFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TransferSrcBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TransferDstBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SampledBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] StorageBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ColorAttachmentBit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DepthStencilAttachmentBit = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TransientAttachmentBit = 0x40, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] InputAttachmentBit = 0x80, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] HostTransferBit = 0x400000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeDstBitKHR = 0x400, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeSrcBitKHR = 0x800, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeDpbBitKHR = 0x1000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] FragmentDensityMapBitEXT = 0x200, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] FragmentShadingRateAttachmentBitKHR = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeDstBitKHR = 0x2000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeSrcBitKHR = 0x4000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeDpbBitKHR = 0x8000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_layout"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] AttachmentFeedbackLoopBitEXT = 0x80000, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] - InvocationMaskBitHuawei = 0x40000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] + InvocationMaskBitHUAWEI = 0x40000, SampleWeightBitQCOM = 0x100000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] SampleBlockMatchBitQCOM = 0x200000, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] TensorAliasingBitARM = 0x800000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] TileMemoryBitQCOM = 0x8000000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] VideoEncodeQuantizationDeltaMapBitKHR = 0x2000000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] VideoEncodeEmphasisMapBitKHR = 0x4000000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] ShadingRateImageBitNV = FragmentShadingRateAttachmentBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] HostTransferBitEXT = HostTransferBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageViewASTCDecodeModeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageViewASTCDecodeModeEXT.gen.cs index 6d54b9d9b9..950d3ecc53 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageViewASTCDecodeModeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageViewASTCDecodeModeEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageViewASTCDecodeModeEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_astc_decode_mode"], - ImpliesSets = [ - "VK_EXT_astc_decode_mode+VK_KHR_get_physical_device_properties2", - "VK_EXT_astc_decode_mode+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_astc_decode_mode"], - ImpliesSets = [ - "VK_EXT_astc_decode_mode+VK_KHR_get_physical_device_properties2", - "VK_EXT_astc_decode_mode+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_astc_decode_mode"], - ImpliesSets = [ - "VK_EXT_astc_decode_mode+VK_KHR_get_physical_device_properties2", - "VK_EXT_astc_decode_mode+VK_VERSION_1_1", - ] - )] public Format DecodeMode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageViewAddressPropertiesNVX.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageViewAddressPropertiesNVX.gen.cs index 11b682123f..b02b9d002f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageViewAddressPropertiesNVX.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageViewAddressPropertiesNVX.gen.cs @@ -7,20 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageViewAddressPropertiesNVX { - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public void* PNext; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public ulong DeviceAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public ulong Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageViewCaptureDescriptorDataInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageViewCaptureDescriptorDataInfoEXT.gen.cs index 08f96f6639..98920b01b9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageViewCaptureDescriptorDataInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageViewCaptureDescriptorDataInfoEXT.gen.cs @@ -8,44 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageViewCaptureDescriptorDataInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkImageView")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ImageViewHandle ImageView; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageViewCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageViewCreateFlags.gen.cs index c11c5f019b..96541e35d3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageViewCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageViewCreateFlags.gen.cs @@ -8,39 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ImageViewCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] FragmentDensityMapDynamicBitEXT = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] DescriptorBufferCaptureReplayBitEXT = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] FragmentDensityMapDeferredBitEXT = 0x2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageViewCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageViewCreateInfo.gen.cs index 05817ac4dc..1ef7eb228f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageViewCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageViewCreateInfo.gen.cs @@ -8,233 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageViewCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkImageViewCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageViewCreateFlags Flags; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageHandle Image; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageViewType ViewType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Format Format; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ComponentMapping Components; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageSubresourceRange SubresourceRange; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageViewHandleInfoNVX.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageViewHandleInfoNVX.gen.cs index dea50d88c1..758b74d72e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageViewHandleInfoNVX.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageViewHandleInfoNVX.gen.cs @@ -8,24 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageViewHandleInfoNVX { - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public void* PNext; [NativeTypeName("VkImageView")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public ImageViewHandle ImageView; - - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public DescriptorType DescriptorType; [NativeTypeName("VkSampler")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public SamplerHandle Sampler; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageViewMinLodCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageViewMinLodCreateInfoEXT.gen.cs index 447c462e68..8f85e51ea3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageViewMinLodCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageViewMinLodCreateInfoEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageViewMinLodCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_view_min_lod"], - ImpliesSets = [ - "VK_EXT_image_view_min_lod+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_view_min_lod+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_view_min_lod"], - ImpliesSets = [ - "VK_EXT_image_view_min_lod+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_view_min_lod+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_view_min_lod"], - ImpliesSets = [ - "VK_EXT_image_view_min_lod+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_view_min_lod+VK_VERSION_1_1", - ] - )] public float MinLod; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageViewSampleWeightCreateInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageViewSampleWeightCreateInfoQCOM.gen.cs index 5b2bf40701..7d5a3b2f7e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageViewSampleWeightCreateInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageViewSampleWeightCreateInfoQCOM.gen.cs @@ -7,58 +7,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageViewSampleWeightCreateInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public Offset2D FilterCenter; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public Extent2D FilterSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public uint NumPhases; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageViewSlicedCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageViewSlicedCreateInfoEXT.gen.cs index c47248190b..becd3ca12f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageViewSlicedCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageViewSlicedCreateInfoEXT.gen.cs @@ -7,49 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageViewSlicedCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_sliced_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_sliced_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_sliced_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public uint SliceOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_sliced_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public uint SliceCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageViewType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageViewType.gen.cs index 62b12b01b4..5661a127c1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageViewType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageViewType.gen.cs @@ -8,203 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ImageViewType : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Type1D = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Type2D = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Type3D = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TypeCube = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Type1DArray = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Type2DArray = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TypeCubeArray = 6, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImageViewUsageCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImageViewUsageCreateInfo.gen.cs index 5f4757bed7..2003207a5e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImageViewUsageCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImageViewUsageCreateInfo.gen.cs @@ -7,80 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImageViewUsageCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageUsageFlags Usage; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImportFenceFdInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImportFenceFdInfoKHR.gen.cs index 0e3a90a301..6e79892d32 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImportFenceFdInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImportFenceFdInfoKHR.gen.cs @@ -6,69 +6,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImportFenceFdInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkFence")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public FenceHandle Fence; [NativeTypeName("VkFenceImportFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public FenceImportFlags Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public ExternalFenceHandleTypeFlags HandleType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public int Fd; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImportMemoryFdInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImportMemoryFdInfoKHR.gen.cs index 3a84d30af9..0e3d9bc28b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImportMemoryFdInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImportMemoryFdInfoKHR.gen.cs @@ -7,47 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImportMemoryFdInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public ExternalMemoryHandleTypeFlags HandleType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public int Fd; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImportMemoryHostPointerInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImportMemoryHostPointerInfoEXT.gen.cs index ffe051f18f..9c4953faeb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImportMemoryHostPointerInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImportMemoryHostPointerInfoEXT.gen.cs @@ -8,47 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImportMemoryHostPointerInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public ExternalMemoryHandleTypeFlags HandleType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public void* PHostPointer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ImportSemaphoreFdInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ImportSemaphoreFdInfoKHR.gen.cs index 388c320f31..0601296b42 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ImportSemaphoreFdInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ImportSemaphoreFdInfoKHR.gen.cs @@ -7,69 +7,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ImportSemaphoreFdInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkSemaphore")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public SemaphoreHandle Semaphore; [NativeTypeName("VkSemaphoreImportFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public SemaphoreImportFlags Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public ExternalSemaphoreHandleTypeFlags HandleType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public int Fd; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndexType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndexType.gen.cs index 999465abde..f0cd8b1ce0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndexType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndexType.gen.cs @@ -8,115 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum IndexType : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Uint16 = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Uint32 = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] Uint8 = 1000265000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] NoneKHR = 1000165000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] NoneNV = NoneKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_index_type_uint8"], - ImpliesSets = [ - "VK_EXT_index_type_uint8+VK_KHR_get_physical_device_properties2", - "VK_EXT_index_type_uint8+VK_VERSION_1_1", - ] - )] Uint8EXT = Uint8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_index_type_uint8"], - ImpliesSets = [ - "VK_KHR_index_type_uint8+VK_KHR_get_physical_device_properties2", - "VK_KHR_index_type_uint8+VK_VERSION_1_1", - ] - )] Uint8KHR = Uint8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsExecutionSetTokenEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsExecutionSetTokenEXT.gen.cs index 347f92f43c..b9738abe15 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsExecutionSetTokenEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsExecutionSetTokenEXT.gen.cs @@ -8,29 +8,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct IndirectCommandsExecutionSetTokenEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectExecutionSetInfoTypeEXT Type; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ShaderStageFlags ShaderStages; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsIndexBufferTokenEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsIndexBufferTokenEXT.gen.cs index 1886175f32..c634493f0f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsIndexBufferTokenEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsIndexBufferTokenEXT.gen.cs @@ -8,17 +8,7 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct IndirectCommandsIndexBufferTokenEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectCommandsInputModeFlagsEXT Mode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsInputModeFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsInputModeFlagsEXT.gen.cs index a9b1ca7a71..8abfb1121b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsInputModeFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsInputModeFlagsEXT.gen.cs @@ -8,32 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum IndirectCommandsInputModeFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - VulkanIndexBufferEXT = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - DxgiIndexBufferEXT = 0x2, + VulkanIndexBuffer = 0x1, + DxgiIndexBuffer = 0x2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutCreateInfoEXT.gen.cs index 2b06c08788..2fd6c32bbf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutCreateInfoEXT.gen.cs @@ -7,101 +7,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct IndirectCommandsLayoutCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkIndirectCommandsLayoutUsageFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectCommandsLayoutUsageFlagsEXT Flags; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ShaderStageFlags ShaderStages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint IndirectStride; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public PipelineLayoutHandle PipelineLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint TokenCount; [NativeTypeName("const VkIndirectCommandsLayoutTokenEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectCommandsLayoutTokenEXT* PTokens; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutCreateInfoNV.gen.cs index 6b2ca6312e..8e0d7c0517 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutCreateInfoNV.gen.cs @@ -8,68 +8,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct IndirectCommandsLayoutCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public void* PNext; [NativeTypeName("VkIndirectCommandsLayoutUsageFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public IndirectCommandsLayoutUsageFlagsNV Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public PipelineBindPoint PipelineBindPoint; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint TokenCount; [NativeTypeName("const VkIndirectCommandsLayoutTokenNV *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public IndirectCommandsLayoutTokenNV* PTokens; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint StreamCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint* PStreamStrides; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutTokenEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutTokenEXT.gen.cs index 8131ac0ddc..1956c46b48 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutTokenEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutTokenEXT.gen.cs @@ -7,63 +7,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct IndirectCommandsLayoutTokenEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectCommandsTokenTypeEXT Type; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectCommandsTokenDataEXT Data; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint Offset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutTokenNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutTokenNV.gen.cs index 3d6642c0f3..c18027042b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutTokenNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutTokenNV.gen.cs @@ -8,124 +8,47 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct IndirectCommandsLayoutTokenNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public IndirectCommandsTokenTypeNV TokenType; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint Stream; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint Offset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint VertexBindingUnit; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint VertexDynamicStride; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public PipelineLayoutHandle PushconstantPipelineLayout; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public ShaderStageFlags PushconstantShaderStageFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint PushconstantOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint PushconstantSize; [NativeTypeName("VkIndirectStateFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public IndirectStateFlagsNV IndirectStateFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint IndexTypeCount; [NativeTypeName("const VkIndexType *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public IndexType* PIndexTypes; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint* PIndexTypeValues; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutUsageFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutUsageFlagsEXT.gen.cs index d5dc844f9b..57a29f0786 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutUsageFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutUsageFlagsEXT.gen.cs @@ -7,32 +7,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum IndirectCommandsLayoutUsageFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - ExplicitPreprocessBitEXT = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - UnorderedSequencesBitEXT = 0x2, + ExplicitPreprocessBit = 0x1, + UnorderedSequencesBit = 0x2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutUsageFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutUsageFlagsNV.gen.cs index 14e92beef4..f29614d7fe 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutUsageFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsLayoutUsageFlagsNV.gen.cs @@ -8,31 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum IndirectCommandsLayoutUsageFlagsNV : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - ExplicitPreprocessBitNV = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - IndexedSequencesBitNV = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - UnorderedSequencesBitNV = 0x4, + ExplicitPreprocessBit = 0x1, + IndexedSequencesBit = 0x2, + UnorderedSequencesBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsPushConstantTokenEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsPushConstantTokenEXT.gen.cs index 6731f219b5..b56ee7df01 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsPushConstantTokenEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsPushConstantTokenEXT.gen.cs @@ -8,17 +8,7 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct IndirectCommandsPushConstantTokenEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public PushConstantRange UpdateRange; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsStreamNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsStreamNV.gen.cs index 3f082021f5..b913c78165 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsStreamNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsStreamNV.gen.cs @@ -7,22 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct IndirectCommandsStreamNV { [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public BufferHandle Buffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public ulong Offset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsTokenDataEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsTokenDataEXT.gen.cs index 382b883226..07f2fc77b6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsTokenDataEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsTokenDataEXT.gen.cs @@ -9,58 +9,21 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] public unsafe partial struct IndirectCommandsTokenDataEXT { [FieldOffset(0)] [NativeTypeName("const VkIndirectCommandsPushConstantTokenEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectCommandsPushConstantTokenEXT* PPushConstant; [FieldOffset(0)] [NativeTypeName("const VkIndirectCommandsVertexBufferTokenEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectCommandsVertexBufferTokenEXT* PVertexBuffer; [FieldOffset(0)] [NativeTypeName("const VkIndirectCommandsIndexBufferTokenEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectCommandsIndexBufferTokenEXT* PIndexBuffer; [FieldOffset(0)] [NativeTypeName("const VkIndirectCommandsExecutionSetTokenEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectCommandsExecutionSetTokenEXT* PExecutionSet; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsTokenTypeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsTokenTypeEXT.gen.cs index 181b0ec751..2a6b968f62 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsTokenTypeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsTokenTypeEXT.gen.cs @@ -8,163 +8,21 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum IndirectCommandsTokenTypeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - ExecutionSetEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - PushConstantEXT = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - SequenceIndexEXT = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - IndexBufferEXT = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - VertexBufferEXT = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - DrawIndexedEXT = 5, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - DrawEXT = 6, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - DrawIndexedCountEXT = 7, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - DrawCountEXT = 8, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - DispatchEXT = 9, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands", "VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ], - RequireAll = true - )] - DrawMeshTasksNvEXT = 1000202002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands", "VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ], - RequireAll = true - )] - DrawMeshTasksCountNvEXT = 1000202003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands", "VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"], - RequireAll = true - )] - DrawMeshTasksEXT = 1000328000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands", "VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"], - RequireAll = true - )] - DrawMeshTasksCountEXT = 1000328001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands", "VK_KHR_ray_tracing_maintenance1"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] - TraceRays2EXT = 1000386004, + ExecutionSet = 0, + PushConstant = 1, + SequenceIndex = 2, + IndexBuffer = 3, + VertexBuffer = 4, + DrawIndexed = 5, + Draw = 6, + DrawIndexedCount = 7, + DrawCount = 8, + Dispatch = 9, + DrawMeshTasksNv = 1000202002, + DrawMeshTasksCountNv = 1000202003, + DrawMeshTasks = 1000328000, + DrawMeshTasksCount = 1000328001, + TraceRays2 = 1000386004, } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsTokenTypeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsTokenTypeNV.gen.cs index 3e3bc769b9..49b115383a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsTokenTypeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsTokenTypeNV.gen.cs @@ -8,85 +8,17 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum IndirectCommandsTokenTypeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - ShaderGroupNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - StateFlagsNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - IndexBufferNV = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - VertexBufferNV = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - PushConstantNV = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - DrawIndexedNV = 5, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - DrawNV = 6, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - DrawTasksNV = 7, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader", "VK_NV_device_generated_commands"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"], - RequireAll = true - )] - DrawMeshTasksNV = 1000328000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] - PipelineNV = 1000428003, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] - DispatchNV = 1000428004, + ShaderGroup = 0, + StateFlags = 1, + IndexBuffer = 2, + VertexBuffer = 3, + PushConstant = 4, + DrawIndexed = 5, + Draw = 6, + DrawTasks = 7, + DrawMeshTasks = 1000328000, + Pipeline = 1000428003, + Dispatch = 1000428004, } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsVertexBufferTokenEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsVertexBufferTokenEXT.gen.cs index da2e4f1a75..08f9096403 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsVertexBufferTokenEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectCommandsVertexBufferTokenEXT.gen.cs @@ -8,18 +8,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct IndirectCommandsVertexBufferTokenEXT { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint VertexBindingUnit; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetCreateInfoEXT.gen.cs index d50a3d2b18..67afdfaa5f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetCreateInfoEXT.gen.cs @@ -7,51 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct IndirectExecutionSetCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectExecutionSetInfoTypeEXT Type; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectExecutionSetInfoEXT Info; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetInfoEXT.gen.cs index f7d7ff1832..2e3c16bc15 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetInfoEXT.gen.cs @@ -8,32 +8,13 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] public unsafe partial struct IndirectExecutionSetInfoEXT { [FieldOffset(0)] [NativeTypeName("const VkIndirectExecutionSetPipelineInfoEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectExecutionSetPipelineInfoEXT* PPipelineInfo; [FieldOffset(0)] [NativeTypeName("const VkIndirectExecutionSetShaderInfoEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectExecutionSetShaderInfoEXT* PShaderInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetInfoTypeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetInfoTypeEXT.gen.cs index 2820879f59..27e475acea 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetInfoTypeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetInfoTypeEXT.gen.cs @@ -8,29 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum IndirectExecutionSetInfoTypeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - PipelinesEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - ShaderObjectsEXT = 1, + Pipelines = 0, + ShaderObjects = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetPipelineInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetPipelineInfoEXT.gen.cs index 3f0aaf538b..43528a938a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetPipelineInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetPipelineInfoEXT.gen.cs @@ -8,53 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct IndirectExecutionSetPipelineInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public PipelineHandle InitialPipeline; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxPipelineCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetShaderInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetShaderInfoEXT.gen.cs index 687c460c7a..f0c191a03c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetShaderInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetShaderInfoEXT.gen.cs @@ -8,101 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct IndirectExecutionSetShaderInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint ShaderCount; [NativeTypeName("const VkShaderEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public ShaderEXTHandle* PInitialShaders; + public ShaderHandleEXT* PInitialShaders; [NativeTypeName("const VkIndirectExecutionSetShaderLayoutInfoEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectExecutionSetShaderLayoutInfoEXT* PSetLayoutInfos; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxShaderCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint PushConstantRangeCount; [NativeTypeName("const VkPushConstantRange *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public PushConstantRange* PPushConstantRanges; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetShaderLayoutInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetShaderLayoutInfoEXT.gen.cs index 084fd5435b..9cd4d38e17 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetShaderLayoutInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectExecutionSetShaderLayoutInfoEXT.gen.cs @@ -7,53 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct IndirectExecutionSetShaderLayoutInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint SetLayoutCount; [NativeTypeName("const VkDescriptorSetLayout *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public DescriptorSetLayoutHandle* PSetLayouts; } diff --git a/sources/Vulkan/Vulkan/Vulkan/IndirectStateFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/IndirectStateFlagsNV.gen.cs index 1e9e24658c..5852eedd42 100644 --- a/sources/Vulkan/Vulkan/Vulkan/IndirectStateFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/IndirectStateFlagsNV.gen.cs @@ -8,17 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum IndirectStateFlagsNV : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] - FrontfaceBitNV = 0x1, + FrontfaceBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/InitializePerformanceApiInfoINTEL.gen.cs b/sources/Vulkan/Vulkan/Vulkan/InitializePerformanceApiInfoINTEL.gen.cs new file mode 100644 index 0000000000..5ae8937ff1 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/InitializePerformanceApiInfoINTEL.gen.cs @@ -0,0 +1,17 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct InitializePerformanceApiInfoINTEL +{ + public StructureType SType; + + [NativeTypeName("const void *")] + public void* PNext; + public void* PUserData; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/InputAttachmentAspectReference.gen.cs b/sources/Vulkan/Vulkan/Vulkan/InputAttachmentAspectReference.gen.cs index 580c33a5b1..02e8e40b5b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/InputAttachmentAspectReference.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/InputAttachmentAspectReference.gen.cs @@ -8,57 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct InputAttachmentAspectReference { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint Subpass; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint InputAttachmentIndex; [NativeTypeName("VkImageAspectFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageAspectFlags AspectMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/InstanceCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/InstanceCreateFlags.gen.cs index 0184ac32ff..c2fc0d8d16 100644 --- a/sources/Vulkan/Vulkan/Vulkan/InstanceCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/InstanceCreateFlags.gen.cs @@ -7,13 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum InstanceCreateFlags : uint { None = 0x0, - - [SupportedApiProfile("vulkan", ["VK_KHR_portability_enumeration"])] EnumeratePortabilityBitKHR = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/InstanceCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/InstanceCreateInfo.gen.cs index 3a720e74bb..db6d7c7055 100644 --- a/sources/Vulkan/Vulkan/Vulkan/InstanceCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/InstanceCreateInfo.gen.cs @@ -8,237 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct InstanceCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkInstanceCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public InstanceCreateFlags Flags; [NativeTypeName("const VkApplicationInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ApplicationInfo* PApplicationInfo; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint EnabledLayerCount; [NativeTypeName("const char *const *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public sbyte** PpEnabledLayerNames; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint EnabledExtensionCount; [NativeTypeName("const char *const *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public sbyte** PpEnabledExtensionNames; } diff --git a/sources/Vulkan/Vulkan/Vulkan/InternalAllocationNotification.gen.cs b/sources/Vulkan/Vulkan/Vulkan/InternalAllocationNotification.gen.cs new file mode 100644 index 0000000000..b649cec901 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/InternalAllocationNotification.gen.cs @@ -0,0 +1,100 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public readonly unsafe struct InternalAllocationNotification : IDisposable +{ + private readonly void* Pointer; + public delegate* unmanaged< + void*, + nuint, + InternalAllocationType, + SystemAllocationScope, + void> Handle => + (delegate* unmanaged< + void*, + nuint, + InternalAllocationType, + SystemAllocationScope, + void>)Pointer; + + public InternalAllocationNotification( + delegate* unmanaged ptr + ) => Pointer = ptr; + + public InternalAllocationNotification(InternalAllocationNotificationDelegate proc) => + Pointer = SilkMarshal.DelegateToPtr(proc); + + public void Dispose() => SilkMarshal.Free(Pointer); + + [SupportedApiProfile( + "vulkan", + [ + "VK_BASE_VERSION_1_0", + "VK_BASE_VERSION_1_1", + "VK_BASE_VERSION_1_2", + "VK_BASE_VERSION_1_3", + "VK_BASE_VERSION_1_4", + "VK_COMPUTE_VERSION_1_0", + "VK_COMPUTE_VERSION_1_1", + "VK_COMPUTE_VERSION_1_2", + "VK_COMPUTE_VERSION_1_3", + "VK_COMPUTE_VERSION_1_4", + "VK_GRAPHICS_VERSION_1_0", + "VK_GRAPHICS_VERSION_1_1", + "VK_GRAPHICS_VERSION_1_2", + "VK_GRAPHICS_VERSION_1_3", + "VK_GRAPHICS_VERSION_1_4", + "VK_VERSION_1_0", + "VK_VERSION_1_1", + "VK_VERSION_1_2", + "VK_VERSION_1_3", + "VK_VERSION_1_4", + ], + MinVersion = "1.0" + )] + public static implicit operator InternalAllocationNotification( + delegate* unmanaged pfn + ) => new(pfn); + + [SupportedApiProfile( + "vulkan", + [ + "VK_BASE_VERSION_1_0", + "VK_BASE_VERSION_1_1", + "VK_BASE_VERSION_1_2", + "VK_BASE_VERSION_1_3", + "VK_BASE_VERSION_1_4", + "VK_COMPUTE_VERSION_1_0", + "VK_COMPUTE_VERSION_1_1", + "VK_COMPUTE_VERSION_1_2", + "VK_COMPUTE_VERSION_1_3", + "VK_COMPUTE_VERSION_1_4", + "VK_GRAPHICS_VERSION_1_0", + "VK_GRAPHICS_VERSION_1_1", + "VK_GRAPHICS_VERSION_1_2", + "VK_GRAPHICS_VERSION_1_3", + "VK_GRAPHICS_VERSION_1_4", + "VK_VERSION_1_0", + "VK_VERSION_1_1", + "VK_VERSION_1_2", + "VK_VERSION_1_3", + "VK_VERSION_1_4", + ], + MinVersion = "1.0" + )] + public static implicit operator delegate* unmanaged< + void*, + nuint, + InternalAllocationType, + SystemAllocationScope, + void>(InternalAllocationNotification pfn) => + (delegate* unmanaged) + pfn.Pointer; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkInternalAllocationNotificationDelegate.gen.cs b/sources/Vulkan/Vulkan/Vulkan/InternalAllocationNotificationDelegate.gen.cs similarity index 87% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkInternalAllocationNotificationDelegate.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/InternalAllocationNotificationDelegate.gen.cs index 581dfa8c75..7352f76541 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkInternalAllocationNotificationDelegate.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/InternalAllocationNotificationDelegate.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.Vulkan; -public unsafe delegate void PFNVkInternalAllocationNotificationDelegate( +public unsafe delegate void InternalAllocationNotificationDelegate( void* arg0, nuint arg1, InternalAllocationType arg2, diff --git a/sources/Vulkan/Vulkan/Vulkan/InternalAllocationType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/InternalAllocationType.gen.cs index ca16b41157..a2276cd1c4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/InternalAllocationType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/InternalAllocationType.gen.cs @@ -8,35 +8,7 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum InternalAllocationType : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Executable = 0, } diff --git a/sources/Vulkan/Vulkan/Vulkan/InternalFreeNotification.gen.cs b/sources/Vulkan/Vulkan/Vulkan/InternalFreeNotification.gen.cs new file mode 100644 index 0000000000..5206b945b7 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/InternalFreeNotification.gen.cs @@ -0,0 +1,100 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public readonly unsafe struct InternalFreeNotification : IDisposable +{ + private readonly void* Pointer; + public delegate* unmanaged< + void*, + nuint, + InternalAllocationType, + SystemAllocationScope, + void> Handle => + (delegate* unmanaged< + void*, + nuint, + InternalAllocationType, + SystemAllocationScope, + void>)Pointer; + + public InternalFreeNotification( + delegate* unmanaged ptr + ) => Pointer = ptr; + + public InternalFreeNotification(InternalFreeNotificationDelegate proc) => + Pointer = SilkMarshal.DelegateToPtr(proc); + + public void Dispose() => SilkMarshal.Free(Pointer); + + [SupportedApiProfile( + "vulkan", + [ + "VK_BASE_VERSION_1_0", + "VK_BASE_VERSION_1_1", + "VK_BASE_VERSION_1_2", + "VK_BASE_VERSION_1_3", + "VK_BASE_VERSION_1_4", + "VK_COMPUTE_VERSION_1_0", + "VK_COMPUTE_VERSION_1_1", + "VK_COMPUTE_VERSION_1_2", + "VK_COMPUTE_VERSION_1_3", + "VK_COMPUTE_VERSION_1_4", + "VK_GRAPHICS_VERSION_1_0", + "VK_GRAPHICS_VERSION_1_1", + "VK_GRAPHICS_VERSION_1_2", + "VK_GRAPHICS_VERSION_1_3", + "VK_GRAPHICS_VERSION_1_4", + "VK_VERSION_1_0", + "VK_VERSION_1_1", + "VK_VERSION_1_2", + "VK_VERSION_1_3", + "VK_VERSION_1_4", + ], + MinVersion = "1.0" + )] + public static implicit operator InternalFreeNotification( + delegate* unmanaged pfn + ) => new(pfn); + + [SupportedApiProfile( + "vulkan", + [ + "VK_BASE_VERSION_1_0", + "VK_BASE_VERSION_1_1", + "VK_BASE_VERSION_1_2", + "VK_BASE_VERSION_1_3", + "VK_BASE_VERSION_1_4", + "VK_COMPUTE_VERSION_1_0", + "VK_COMPUTE_VERSION_1_1", + "VK_COMPUTE_VERSION_1_2", + "VK_COMPUTE_VERSION_1_3", + "VK_COMPUTE_VERSION_1_4", + "VK_GRAPHICS_VERSION_1_0", + "VK_GRAPHICS_VERSION_1_1", + "VK_GRAPHICS_VERSION_1_2", + "VK_GRAPHICS_VERSION_1_3", + "VK_GRAPHICS_VERSION_1_4", + "VK_VERSION_1_0", + "VK_VERSION_1_1", + "VK_VERSION_1_2", + "VK_VERSION_1_3", + "VK_VERSION_1_4", + ], + MinVersion = "1.0" + )] + public static implicit operator delegate* unmanaged< + void*, + nuint, + InternalAllocationType, + SystemAllocationScope, + void>(InternalFreeNotification pfn) => + (delegate* unmanaged) + pfn.Pointer; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkInternalFreeNotificationDelegate.gen.cs b/sources/Vulkan/Vulkan/Vulkan/InternalFreeNotificationDelegate.gen.cs similarity index 88% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkInternalFreeNotificationDelegate.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/InternalFreeNotificationDelegate.gen.cs index 56d0590ac7..6129419d82 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkInternalFreeNotificationDelegate.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/InternalFreeNotificationDelegate.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.Vulkan; -public unsafe delegate void PFNVkInternalFreeNotificationDelegate( +public unsafe delegate void InternalFreeNotificationDelegate( void* arg0, nuint arg1, InternalAllocationType arg2, diff --git a/sources/Vulkan/Vulkan/Vulkan/LatencyMarkerNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LatencyMarkerNV.gen.cs index 94327868e5..9775e1892d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LatencyMarkerNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LatencyMarkerNV.gen.cs @@ -8,151 +8,18 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum LatencyMarkerNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - SimulationStartNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - SimulationEndNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - RendersubmitStartNV = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - RendersubmitEndNV = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - PresentStartNV = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - PresentEndNV = 5, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - InputSampleNV = 6, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - TriggerFlashNV = 7, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - OutOfBandRendersubmitStartNV = 8, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - OutOfBandRendersubmitEndNV = 9, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - OutOfBandPresentStartNV = 10, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - OutOfBandPresentEndNV = 11, + SimulationStart = 0, + SimulationEnd = 1, + RendersubmitStart = 2, + RendersubmitEnd = 3, + PresentStart = 4, + PresentEnd = 5, + InputSample = 6, + TriggerFlash = 7, + OutOfBandRendersubmitStart = 8, + OutOfBandRendersubmitEnd = 9, + OutOfBandPresentStart = 10, + OutOfBandPresentEnd = 11, } diff --git a/sources/Vulkan/Vulkan/Vulkan/LatencySleepInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LatencySleepInfoNV.gen.cs index a7ba5068da..8ef250a82c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LatencySleepInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LatencySleepInfoNV.gen.cs @@ -8,57 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct LatencySleepInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public void* PNext; [NativeTypeName("VkSemaphore")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public SemaphoreHandle SignalSemaphore; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong Value; } diff --git a/sources/Vulkan/Vulkan/Vulkan/LatencySleepModeInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LatencySleepModeInfoNV.gen.cs index f2bb936546..7bf08fdfd7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LatencySleepModeInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LatencySleepModeInfoNV.gen.cs @@ -7,70 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct LatencySleepModeInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public uint LowLatencyMode; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public uint LowLatencyBoost; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public uint MinimumIntervalUs; } diff --git a/sources/Vulkan/Vulkan/Vulkan/LatencySubmissionPresentIdNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LatencySubmissionPresentIdNV.gen.cs index ca571052a4..7108b2697e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LatencySubmissionPresentIdNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LatencySubmissionPresentIdNV.gen.cs @@ -7,44 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct LatencySubmissionPresentIdNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong PresentID; } diff --git a/sources/Vulkan/Vulkan/Vulkan/LatencySurfaceCapabilitiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LatencySurfaceCapabilitiesNV.gen.cs index ac41790915..1ec0068555 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LatencySurfaceCapabilitiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LatencySurfaceCapabilitiesNV.gen.cs @@ -8,56 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct LatencySurfaceCapabilitiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public uint PresentModeCount; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public PresentModeKHR* PPresentModes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/LatencyTimingsFrameReportNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LatencyTimingsFrameReportNV.gen.cs index ae5971e2b6..c8b73b0a77 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LatencyTimingsFrameReportNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LatencyTimingsFrameReportNV.gen.cs @@ -8,213 +8,52 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct LatencyTimingsFrameReportNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong PresentID; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong InputSampleTimeUs; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong SimStartTimeUs; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong SimEndTimeUs; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong RenderSubmitStartTimeUs; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong RenderSubmitEndTimeUs; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong PresentStartTimeUs; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong PresentEndTimeUs; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong DriverStartTimeUs; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong DriverEndTimeUs; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong OsRenderQueueStartTimeUs; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong OsRenderQueueEndTimeUs; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong GpuRenderStartTimeUs; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong GpuRenderEndTimeUs; } diff --git a/sources/Vulkan/Vulkan/Vulkan/LayerProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LayerProperties.gen.cs index d82082a8bb..9da98ce24f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LayerProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LayerProperties.gen.cs @@ -7,122 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct LayerProperties { [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public LayerPropertiesLayerName LayerName; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SpecVersion; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ImplementationVersion; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public LayerPropertiesDescription Description; } diff --git a/sources/Vulkan/Vulkan/Vulkan/LayerPropertiesDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LayerPropertiesDescription.gen.cs index ad8340456e..448c8fcfae 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LayerPropertiesDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LayerPropertiesDescription.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct LayerPropertiesDescription { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/LayerPropertiesLayerName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LayerPropertiesLayerName.gen.cs index 047d997098..51edfa16d1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LayerPropertiesLayerName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LayerPropertiesLayerName.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct LayerPropertiesLayerName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/LayerSettingEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LayerSettingEXT.gen.cs index 35f3361488..ec1e3f39ff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LayerSettingEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LayerSettingEXT.gen.cs @@ -7,25 +7,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct LayerSettingEXT { [NativeTypeName("const char *")] - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] public sbyte* PLayerName; [NativeTypeName("const char *")] - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] public sbyte* PSettingName; - - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] public LayerSettingTypeEXT Type; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] public uint ValueCount; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] public void* PValues; } diff --git a/sources/Vulkan/Vulkan/Vulkan/LayerSettingTypeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LayerSettingTypeEXT.gen.cs index dd41171454..c15feb74dc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LayerSettingTypeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LayerSettingTypeEXT.gen.cs @@ -6,31 +6,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum LayerSettingTypeEXT : uint { - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] - Bool32EXT = 0, - - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] - Int32EXT = 1, - - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] - Int64EXT = 2, - - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] - Uint32EXT = 3, - - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] - Uint64EXT = 4, - - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] - Float32EXT = 5, - - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] - Float64EXT = 6, - - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] - StringEXT = 7, + Bool32 = 0, + Int32 = 1, + Int64 = 2, + Uint32 = 3, + Uint64 = 4, + Float32 = 5, + Float64 = 6, + String = 7, } diff --git a/sources/Vulkan/Vulkan/Vulkan/LayerSettingsCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LayerSettingsCreateInfoEXT.gen.cs index 80170d2ed1..e1e2a84ba4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LayerSettingsCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LayerSettingsCreateInfoEXT.gen.cs @@ -8,21 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct LayerSettingsCreateInfoEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] public uint SettingCount; [NativeTypeName("const VkLayerSettingEXT *")] - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] public LayerSettingEXT* PSettings; } diff --git a/sources/Vulkan/Vulkan/Vulkan/LayeredDriverUnderlyingApiMSFT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LayeredDriverUnderlyingApiMSFT.gen.cs index aa1dedb107..cf554b3664 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LayeredDriverUnderlyingApiMSFT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LayeredDriverUnderlyingApiMSFT.gen.cs @@ -7,27 +7,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum LayeredDriverUnderlyingApiMSFT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_MSFT_layered_driver"], - ImpliesSets = [ - "VK_MSFT_layered_driver+VK_KHR_get_physical_device_properties2", - "VK_MSFT_layered_driver+VK_VERSION_1_1", - ] - )] - NoneMSFT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_MSFT_layered_driver"], - ImpliesSets = [ - "VK_MSFT_layered_driver+VK_KHR_get_physical_device_properties2", - "VK_MSFT_layered_driver+VK_VERSION_1_1", - ] - )] - D3D12Msft = 1, + None = 0, + D3D12 = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/LineRasterizationMode.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LineRasterizationMode.gen.cs index c030c3705d..cb8cf4d52a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LineRasterizationMode.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LineRasterizationMode.gen.cs @@ -8,115 +8,18 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum LineRasterizationMode : uint { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] Default = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] Rectangular = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] Bresenham = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] RectangularSmooth = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] DefaultEXT = Default, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] RectangularEXT = Rectangular, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] BresenhamEXT = Bresenham, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] RectangularSmoothEXT = RectangularSmooth, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] DefaultKHR = Default, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] RectangularKHR = Rectangular, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] BresenhamKHR = Bresenham, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] RectangularSmoothKHR = RectangularSmooth, } diff --git a/sources/Vulkan/Vulkan/Vulkan/LogicOp.gen.cs b/sources/Vulkan/Vulkan/Vulkan/LogicOp.gen.cs index 122afe1f7f..7938f535fb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/LogicOp.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/LogicOp.gen.cs @@ -7,295 +7,22 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum LogicOp : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Clear = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] And = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] AndReverse = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Copy = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] AndInverted = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] NoOp = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Xor = 6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Or = 7, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Nor = 8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Equivalent = 9, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Invert = 10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] OrReverse = 11, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CopyInverted = 12, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] OrInverted = 13, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Nand = 14, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Set = 15, } diff --git a/sources/Vulkan/Vulkan/Vulkan/MappedMemoryRange.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MappedMemoryRange.gen.cs index f80ecbc9b8..db23c6d53b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MappedMemoryRange.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MappedMemoryRange.gen.cs @@ -8,150 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MappedMemoryRange { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DeviceMemoryHandle Memory; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Offset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryAllocateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryAllocateFlags.gen.cs index 4f2e1cdb0b..c4780cf50a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryAllocateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryAllocateFlags.gen.cs @@ -8,111 +8,15 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum MemoryAllocateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DeviceMaskBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] DeviceAddressBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] DeviceAddressCaptureReplayBit = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_zero_initialize_device_memory"], - ImpliesSets = [ - "VK_EXT_zero_initialize_device_memory+VK_KHR_get_physical_device_properties2", - "VK_EXT_zero_initialize_device_memory+VK_VERSION_1_1", - ] - )] ZeroInitializeBitEXT = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] DeviceMaskBitKHR = DeviceMaskBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] DeviceAddressBitKHR = DeviceAddressBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] DeviceAddressCaptureReplayBitKHR = DeviceAddressCaptureReplayBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryAllocateFlagsInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryAllocateFlagsInfo.gen.cs index 83926b6e91..2c70ae155a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryAllocateFlagsInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryAllocateFlagsInfo.gen.cs @@ -8,105 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryAllocateFlagsInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkMemoryAllocateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public MemoryAllocateFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DeviceMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryAllocateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryAllocateInfo.gen.cs index 21ccce6cd2..aa9766aae6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryAllocateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryAllocateInfo.gen.cs @@ -8,121 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryAllocateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong AllocationSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MemoryTypeIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryBarrier.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryBarrier.gen.cs index a710125546..f5e6347ad3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryBarrier.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryBarrier.gen.cs @@ -8,121 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryBarrier { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkAccessFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AccessFlags SrcAccessMask; [NativeTypeName("VkAccessFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AccessFlags DstAccessMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryBarrier2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryBarrier2.gen.cs index ead67e8c7f..8f6edf2222 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryBarrier2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryBarrier2.gen.cs @@ -7,107 +7,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryBarrier2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkPipelineStageFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PipelineStageFlags2 SrcStageMask; [NativeTypeName("VkAccessFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public AccessFlags2 SrcAccessMask; [NativeTypeName("VkPipelineStageFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PipelineStageFlags2 DstStageMask; [NativeTypeName("VkAccessFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public AccessFlags2 DstAccessMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryBarrierAccessFlags3KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryBarrierAccessFlags3KHR.gen.cs index 3eea1673c2..fbd7656eb6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryBarrierAccessFlags3KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryBarrierAccessFlags3KHR.gen.cs @@ -7,21 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryBarrierAccessFlags3KHR { - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] public void* PNext; [NativeTypeName("VkAccessFlags3KHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] public AccessFlags3KHR SrcAccessMask3; [NativeTypeName("VkAccessFlags3KHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] public AccessFlags3KHR DstAccessMask3; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryDedicatedAllocateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryDedicatedAllocateInfo.gen.cs index 7aa23b7569..3bc37872ac 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryDedicatedAllocateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryDedicatedAllocateInfo.gen.cs @@ -7,105 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryDedicatedAllocateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageHandle Image; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public BufferHandle Buffer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryDedicatedAllocateInfoTensorARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryDedicatedAllocateInfoTensorARM.gen.cs index 3d68cb17e1..cb9cc7a868 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryDedicatedAllocateInfoTensorARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryDedicatedAllocateInfoTensorARM.gen.cs @@ -8,17 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryDedicatedAllocateInfoTensorARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkTensorARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] - public TensorARMHandle Tensor; + public TensorHandleARM Tensor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryDedicatedRequirements.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryDedicatedRequirements.gen.cs index 3b2fd1b95f..918e2e76cd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryDedicatedRequirements.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryDedicatedRequirements.gen.cs @@ -7,104 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryDedicatedRequirements { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint PrefersDedicatedAllocation; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint RequiresDedicatedAllocation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryFdPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryFdPropertiesKHR.gen.cs index b3ee8dce44..9846b2b76f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryFdPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryFdPropertiesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryFdPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public uint MemoryTypeBits; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryGetFdInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryGetFdInfoKHR.gen.cs index 5c1898aa03..a0e6729c6c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryGetFdInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryGetFdInfoKHR.gen.cs @@ -7,48 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryGetFdInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public DeviceMemoryHandle Memory; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public ExternalMemoryHandleTypeFlags HandleType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryGetRemoteAddressInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryGetRemoteAddressInfoNV.gen.cs index ccf0aa3e4f..b60ae2c90d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryGetRemoteAddressInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryGetRemoteAddressInfoNV.gen.cs @@ -7,48 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryGetRemoteAddressInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] public DeviceMemoryHandle Memory; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] public ExternalMemoryHandleTypeFlags HandleType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryHeap.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryHeap.gen.cs index 97bd715091..219ffacf24 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryHeap.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryHeap.gen.cs @@ -8,64 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct MemoryHeap { [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Size; [NativeTypeName("VkMemoryHeapFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public MemoryHeapFlags Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryHeapFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryHeapFlags.gen.cs index 7485435d39..dc9e799b0c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryHeapFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryHeapFlags.gen.cs @@ -7,75 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum MemoryHeapFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DeviceLocalBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] MultiInstanceBit = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] TileMemoryBitQCOM = 0x8, - - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] MultiInstanceBitKHR = MultiInstanceBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryHostPointerPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryHostPointerPropertiesEXT.gen.cs index aa96558d3d..bced55b193 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryHostPointerPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryHostPointerPropertiesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryHostPointerPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public uint MemoryTypeBits; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryMapFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryMapFlags.gen.cs index eb49ae6cc3..cb76101fec 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryMapFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryMapFlags.gen.cs @@ -8,20 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum MemoryMapFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] PlacedBitEXT = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryMapInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryMapInfo.gen.cs index 0f1717e9c2..700b37a1d9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryMapInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryMapInfo.gen.cs @@ -8,83 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryMapInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkMemoryMapFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public MemoryMapFlags Flags; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public DeviceMemoryHandle Memory; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ulong Offset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ulong Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryMapPlacedInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryMapPlacedInfoEXT.gen.cs index 60e00e9bdc..0718a03047 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryMapPlacedInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryMapPlacedInfoEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryMapPlacedInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public void* PPlacedAddress; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryOpaqueCaptureAddressAllocateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryOpaqueCaptureAddressAllocateInfo.gen.cs index f4beb0d221..06c996919b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryOpaqueCaptureAddressAllocateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryOpaqueCaptureAddressAllocateInfo.gen.cs @@ -8,68 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryOpaqueCaptureAddressAllocateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ulong OpaqueCaptureAddress; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryOverallocationBehaviorAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryOverallocationBehaviorAMD.gen.cs index a8843cd11a..b756158719 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryOverallocationBehaviorAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryOverallocationBehaviorAMD.gen.cs @@ -8,16 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum MemoryOverallocationBehaviorAMD : uint { - [SupportedApiProfile("vulkan", ["VK_AMD_memory_overallocation_behavior"])] - DefaultAMD = 0, - - [SupportedApiProfile("vulkan", ["VK_AMD_memory_overallocation_behavior"])] - AllowedAMD = 1, - - [SupportedApiProfile("vulkan", ["VK_AMD_memory_overallocation_behavior"])] - DisallowedAMD = 2, + Default = 0, + Allowed = 1, + Disallowed = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryPriorityAllocateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryPriorityAllocateInfoEXT.gen.cs index 7830a2101a..e973fb1582 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryPriorityAllocateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryPriorityAllocateInfoEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryPriorityAllocateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_priority"], - ImpliesSets = [ - "VK_EXT_memory_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_priority+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_priority"], - ImpliesSets = [ - "VK_EXT_memory_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_priority+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_priority"], - ImpliesSets = [ - "VK_EXT_memory_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_priority+VK_VERSION_1_1", - ] - )] public float Priority; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryPropertyFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryPropertyFlags.gen.cs index 0d77c75765..202a568b08 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryPropertyFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryPropertyFlags.gen.cs @@ -8,204 +8,17 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum MemoryPropertyFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DeviceLocalBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] HostVisibleBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] HostCoherentBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] HostCachedBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] LazilyAllocatedBit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ProtectedBit = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_device_coherent_memory"], - ImpliesSets = [ - "VK_AMD_device_coherent_memory+VK_KHR_get_physical_device_properties2", - "VK_AMD_device_coherent_memory+VK_VERSION_1_1", - ] - )] DeviceCoherentBitAMD = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_device_coherent_memory"], - ImpliesSets = [ - "VK_AMD_device_coherent_memory+VK_KHR_get_physical_device_properties2", - "VK_AMD_device_coherent_memory+VK_VERSION_1_1", - ] - )] DeviceUncachedBitAMD = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] RdmaCapableBitNV = 0x100, } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryRequirements.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryRequirements.gen.cs index 6d8dbb57f6..9f552c1d42 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryRequirements.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryRequirements.gen.cs @@ -8,93 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct MemoryRequirements { [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Size; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Alignment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MemoryTypeBits; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryRequirements2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryRequirements2.gen.cs index 30bdac708c..9dd12b2e6a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryRequirements2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryRequirements2.gen.cs @@ -8,78 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryRequirements2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public MemoryRequirements MemoryRequirements; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryToImageCopy.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryToImageCopy.gen.cs index 15d2b48456..3b0409aabd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryToImageCopy.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryToImageCopy.gen.cs @@ -8,106 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryToImageCopy { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PHostPointer; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint MemoryRowLength; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint MemoryImageHeight; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageSubresourceLayers ImageSubresource; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public Offset3D ImageOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public Extent3D ImageExtent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryType.gen.cs index 333cde13fc..3abcc08b2b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryType.gen.cs @@ -8,64 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct MemoryType { [NativeTypeName("VkMemoryPropertyFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public MemoryPropertyFlags PropertyFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint HeapIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryUnmapFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryUnmapFlags.gen.cs index e1ec479dd3..dae038e228 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryUnmapFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryUnmapFlags.gen.cs @@ -7,20 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum MemoryUnmapFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] ReserveBitEXT = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/MemoryUnmapInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MemoryUnmapInfo.gen.cs index ee06470ac8..c2f274eb66 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MemoryUnmapInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MemoryUnmapInfo.gen.cs @@ -7,57 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MemoryUnmapInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkMemoryUnmapFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public MemoryUnmapFlags Flags; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public DeviceMemoryHandle Memory; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MicromapBuildInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MicromapBuildInfoEXT.gen.cs index 71e5a3363c..218e8d9ec4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MicromapBuildInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MicromapBuildInfoEXT.gen.cs @@ -7,143 +7,33 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MicromapBuildInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public MicromapTypeEXT Type; [NativeTypeName("VkBuildMicromapFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public BuildMicromapFlagsEXT Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public BuildMicromapModeEXT Mode; [NativeTypeName("VkMicromapEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - public MicromapEXTHandle DstMicromap; + public MicromapHandleEXT DstMicromap; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint UsageCountsCount; [NativeTypeName("const VkMicromapUsageEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public MicromapUsageEXT* PUsageCounts; [NativeTypeName("const VkMicromapUsageEXT *const *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public MicromapUsageEXT** PpUsageCounts; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public DeviceOrHostAddressConstKHR Data; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public DeviceOrHostAddressKHR ScratchData; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public DeviceOrHostAddressConstKHR TriangleArray; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public ulong TriangleArrayStride; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MicromapBuildSizesInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MicromapBuildSizesInfoEXT.gen.cs index ea54cae602..630371f523 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MicromapBuildSizesInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MicromapBuildSizesInfoEXT.gen.cs @@ -7,60 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MicromapBuildSizesInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public ulong MicromapSize; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public ulong BuildScratchSize; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint Discardable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MicromapCreateFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MicromapCreateFlagsEXT.gen.cs index 719a305453..ef49529a37 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MicromapCreateFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MicromapCreateFlagsEXT.gen.cs @@ -7,20 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum MicromapCreateFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - DeviceAddressCaptureReplayBitEXT = 0x1, + DeviceAddressCaptureReplayBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/MicromapCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MicromapCreateInfoEXT.gen.cs index a188be6107..a1fc834feb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MicromapCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MicromapCreateInfoEXT.gen.cs @@ -7,92 +7,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MicromapCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkMicromapCreateFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public MicromapCreateFlagsEXT CreateFlags; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public BufferHandle Buffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public ulong Offset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public ulong Size; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public MicromapTypeEXT Type; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public ulong DeviceAddress; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MicromapTriangleEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MicromapTriangleEXT.gen.cs index 57b657548f..e7c9a5b853 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MicromapTriangleEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MicromapTriangleEXT.gen.cs @@ -7,39 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct MicromapTriangleEXT { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint DataOffset; [NativeTypeName("uint16_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public ushort SubdivisionLevel; [NativeTypeName("uint16_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public ushort Format; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MicromapTypeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MicromapTypeEXT.gen.cs index 7612f1966f..d3a515c671 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MicromapTypeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MicromapTypeEXT.gen.cs @@ -8,17 +8,7 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum MicromapTypeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - OpacityMicromapEXT = 0, + OpacityMicromap = 0, } diff --git a/sources/Vulkan/Vulkan/Vulkan/MicromapUsageEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MicromapUsageEXT.gen.cs index f187cdd5d1..70521cbf44 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MicromapUsageEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MicromapUsageEXT.gen.cs @@ -7,39 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct MicromapUsageEXT { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint Count; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint SubdivisionLevel; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint Format; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MicromapVersionInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MicromapVersionInfoEXT.gen.cs index 024f4a870d..505a1a69a1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MicromapVersionInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MicromapVersionInfoEXT.gen.cs @@ -7,38 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MicromapVersionInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("const uint8_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public byte* PVersionData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MultiDrawIndexedInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MultiDrawIndexedInfoEXT.gen.cs index aa328e3d26..0fe1360367 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MultiDrawIndexedInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MultiDrawIndexedInfoEXT.gen.cs @@ -8,39 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct MultiDrawIndexedInfoEXT { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public uint FirstIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public uint IndexCount; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public int VertexOffset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MultiDrawInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MultiDrawInfoEXT.gen.cs index 410323d7b4..fbea775c7e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MultiDrawInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MultiDrawInfoEXT.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct MultiDrawInfoEXT { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public uint FirstVertex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public uint VertexCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MultisamplePropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MultisamplePropertiesEXT.gen.cs index a2013744da..98738cadee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MultisamplePropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MultisamplePropertiesEXT.gen.cs @@ -7,36 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MultisamplePropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public Extent2D MaxSampleLocationGridSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MultisampledRenderToSingleSampledInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MultisampledRenderToSingleSampledInfoEXT.gen.cs index 6870f4ac6e..d2bdc245a6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MultisampledRenderToSingleSampledInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MultisampledRenderToSingleSampledInfoEXT.gen.cs @@ -7,36 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MultisampledRenderToSingleSampledInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] public uint MultisampledRenderToSingleSampledEnable; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] public SampleCountFlags RasterizationSamples; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MultiviewPerViewAttributesInfoNVX.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MultiviewPerViewAttributesInfoNVX.gen.cs index d1328a75bd..98d0c82cf5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MultiviewPerViewAttributesInfoNVX.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MultiviewPerViewAttributesInfoNVX.gen.cs @@ -6,61 +6,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MultiviewPerViewAttributesInfoNVX { - [SupportedApiProfile( - "vulkan", - [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_dynamic_rendering", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_dynamic_rendering", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_dynamic_rendering", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] public uint PerViewAttributes; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_dynamic_rendering", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] public uint PerViewAttributesPositionXOnly; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.gen.cs index b2b507ce02..f6bb44e4f3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.gen.cs @@ -6,49 +6,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MultiviewPerViewRenderAreasRenderPassBeginInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_render_areas"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_render_areas+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_render_areas+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_render_areas"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_render_areas+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_render_areas+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_render_areas"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_render_areas+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_render_areas+VK_VERSION_1_1", - ] - )] public uint PerViewRenderAreaCount; [NativeTypeName("const VkRect2D *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_render_areas"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_render_areas+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_render_areas+VK_VERSION_1_1", - ] - )] public Rect2D* PPerViewRenderAreas; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MutableDescriptorTypeCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MutableDescriptorTypeCreateInfoEXT.gen.cs index f3d556bebe..28bc977bba 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MutableDescriptorTypeCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MutableDescriptorTypeCreateInfoEXT.gen.cs @@ -8,49 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MutableDescriptorTypeCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] public uint MutableDescriptorTypeListCount; [NativeTypeName("const VkMutableDescriptorTypeListEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] public MutableDescriptorTypeListEXT* PMutableDescriptorTypeLists; } diff --git a/sources/Vulkan/Vulkan/Vulkan/MutableDescriptorTypeListEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/MutableDescriptorTypeListEXT.gen.cs index a23349c2ba..ae1ffadf01 100644 --- a/sources/Vulkan/Vulkan/Vulkan/MutableDescriptorTypeListEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/MutableDescriptorTypeListEXT.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct MutableDescriptorTypeListEXT { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] public uint DescriptorTypeCount; [NativeTypeName("const VkDescriptorType *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] public DescriptorType* PDescriptorTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ObjectType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ObjectType.gen.cs index 26c3b0fbc7..594135aa2f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ObjectType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ObjectType.gen.cs @@ -8,978 +8,65 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ObjectType : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Unknown = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Instance = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PhysicalDevice = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Device = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Queue = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Semaphore = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CommandBuffer = 6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Fence = 7, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DeviceMemory = 8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Buffer = 9, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Image = 10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Event = 11, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] QueryPool = 12, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] BufferView = 13, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ImageView = 14, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ShaderModule = 15, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineCache = 16, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineLayout = 17, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] RenderPass = 18, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Pipeline = 19, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DescriptorSetLayout = 20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Sampler = 21, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DescriptorPool = 22, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DescriptorSet = 23, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Framebuffer = 24, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CommandPool = 25, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DescriptorUpdateTemplate = 1000085000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] SamplerYcbcrConversion = 1000156000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PrivateDataSlot = 1000295000, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] SurfaceKHR = 1000000000, - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] SwapchainKHR = 1000001000, - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] DisplayKHR = 1000002000, - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] DisplayModeKHR = 1000002001, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] DebugReportCallbackEXT = 1000011000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoSessionKHR = 1000023000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoSessionParametersKHR = 1000023001, - - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] CuModuleNVX = 1000029000, - - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] CuFunctionNVX = 1000029001, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] DebugUtilsMessengerEXT = 1000128000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureKHR = 1000150000, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] ValidationCacheEXT = 1000160000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] AccelerationStructureNV = 1000165000, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - PerformanceConfigurationIntel = 1000210000, - - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] + PerformanceConfigurationINTEL = 1000210000, DeferredOperationKHR = 1000268000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] IndirectCommandsLayoutNV = 1000277000, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_buffer_collection"], - ImpliesSets = [ - "VK_FUCHSIA_external_memory+VK_KHR_sampler_ycbcr_conversion", - "VK_FUCHSIA_external_memory+VK_VERSION_1_1", - ] - )] - BufferCollectionFuchsia = 1000366000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] + BufferCollectionFUCHSIA = 1000366000, MicromapEXT = 1000396000, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] TensorARM = 1000460000, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] TensorViewARM = 1000460001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] OpticalFlowSessionNV = 1000464000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] ShaderEXT = 1000482000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] PipelineBinaryKHR = 1000483000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineSessionARM = 1000507000, - - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] ExternalComputeQueueNV = 1000556000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] IndirectCommandsLayoutEXT = 1000572000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] IndirectExecutionSetEXT = 1000572001, - - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] DescriptorUpdateTemplateKHR = DescriptorUpdateTemplate, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] SamplerYcbcrConversionKHR = SamplerYcbcrConversion, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] PrivateDataSlotEXT = PrivateDataSlot, } diff --git a/sources/Vulkan/Vulkan/Vulkan/Offset2D.gen.cs b/sources/Vulkan/Vulkan/Vulkan/Offset2D.gen.cs index 9554195ab6..2e7b2d199f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/Offset2D.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/Offset2D.gen.cs @@ -8,64 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct Offset2D { [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public int X; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public int Y; } diff --git a/sources/Vulkan/Vulkan/Vulkan/Offset3D.gen.cs b/sources/Vulkan/Vulkan/Vulkan/Offset3D.gen.cs index f803cf4906..4b6f5ee25d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/Offset3D.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/Offset3D.gen.cs @@ -8,93 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct Offset3D { [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public int X; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public int Y; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public int Z; } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpacityMicromapFormatEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpacityMicromapFormatEXT.gen.cs index 0e6da9c33f..b73c76228b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpacityMicromapFormatEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpacityMicromapFormatEXT.gen.cs @@ -8,27 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum OpacityMicromapFormatEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - Format2StateEXT = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - Format4StateEXT = 2, + Format2State = 1, + Format4State = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpacityMicromapSpecialIndexEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpacityMicromapSpecialIndexEXT.gen.cs index da273d2dcf..54e61b19a2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpacityMicromapSpecialIndexEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpacityMicromapSpecialIndexEXT.gen.cs @@ -8,54 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public enum OpacityMicromapSpecialIndexEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - FullyTransparentEXT = -1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - FullyOpaqueEXT = -2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - FullyUnknownTransparentEXT = -3, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] - FullyUnknownOpaqueEXT = -4, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap", "VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] + FullyTransparent = -1, + FullyOpaque = -2, + FullyUnknownTransparent = -3, + FullyUnknownOpaque = -4, ClusterGeometryDisableOpacityMicromapNV = -5, } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpaqueCaptureDescriptorDataCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpaqueCaptureDescriptorDataCreateInfoEXT.gen.cs index 4fb41db73c..2041747ee3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpaqueCaptureDescriptorDataCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpaqueCaptureDescriptorDataCreateInfoEXT.gen.cs @@ -7,44 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct OpaqueCaptureDescriptorDataCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* OpaqueCaptureDescriptorData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowExecuteFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowExecuteFlagsNV.gen.cs index ca85131d09..05939de0ee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowExecuteFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowExecuteFlagsNV.gen.cs @@ -8,21 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum OpticalFlowExecuteFlagsNV : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - DisableTemporalHintsBitNV = 0x1, + DisableTemporalHintsBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowExecuteInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowExecuteInfoNV.gen.cs index 510af89825..31c04535e4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowExecuteInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowExecuteInfoNV.gen.cs @@ -7,64 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct OpticalFlowExecuteInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkOpticalFlowExecuteFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public OpticalFlowExecuteFlagsNV Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint RegionCount; [NativeTypeName("const VkRect2D *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public Rect2D* PRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowGridSizeFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowGridSizeFlagsNV.gen.cs index 7cf7e5f867..170c773840 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowGridSizeFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowGridSizeFlagsNV.gen.cs @@ -8,63 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum OpticalFlowGridSizeFlagsNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - SizeUnknownNV = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - Size1X1BitNV = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - Size2X2BitNV = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - Size4X4BitNV = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - Size8X8BitNV = 0x8, + SizeUnknown = 0x0, + Size1X1Bit = 0x1, + Size2X2Bit = 0x2, + Size4X4Bit = 0x4, + Size8X8Bit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowImageFormatInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowImageFormatInfoNV.gen.cs index 6907ae454b..7998441fa4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowImageFormatInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowImageFormatInfoNV.gen.cs @@ -8,41 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct OpticalFlowImageFormatInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkOpticalFlowUsageFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public OpticalFlowUsageFlagsNV Usage; } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowImageFormatPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowImageFormatPropertiesNV.gen.cs index f9747ce85b..76f61f14fb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowImageFormatPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowImageFormatPropertiesNV.gen.cs @@ -7,40 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct OpticalFlowImageFormatPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public Format Format; } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowPerformanceLevelNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowPerformanceLevelNV.gen.cs index 9b975b81b7..c496f37c64 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowPerformanceLevelNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowPerformanceLevelNV.gen.cs @@ -8,51 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum OpticalFlowPerformanceLevelNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - UnknownNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - SlowNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - MediumNV = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - FastNV = 3, + Unknown = 0, + Slow = 1, + Medium = 2, + Fast = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionBindingPointNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionBindingPointNV.gen.cs index cdd2fedccc..3e31d64733 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionBindingPointNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionBindingPointNV.gen.cs @@ -6,106 +6,15 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum OpticalFlowSessionBindingPointNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - UnknownNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - InputNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - ReferenceNV = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - HintNV = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - FlowVectorNV = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - BackwardFlowVectorNV = 5, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - CostNV = 6, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - BackwardCostNV = 7, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - GlobalFlowNV = 8, + Unknown = 0, + Input = 1, + Reference = 2, + Hint = 3, + FlowVector = 4, + BackwardFlowVector = 5, + Cost = 6, + BackwardCost = 7, + GlobalFlow = 8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionCreateFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionCreateFlagsNV.gen.cs index e105a41ed7..32bf47ac39 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionCreateFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionCreateFlagsNV.gen.cs @@ -8,65 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum OpticalFlowSessionCreateFlagsNV : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - EnableHintBitNV = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - EnableCostBitNV = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - EnableGlobalFlowBitNV = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - AllowRegionsBitNV = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - BothDirectionsBitNV = 0x10, + EnableHintBit = 0x1, + EnableCostBit = 0x2, + EnableGlobalFlowBit = 0x4, + AllowRegionsBit = 0x8, + BothDirectionsBit = 0x10, } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionCreateInfoNV.gen.cs index 2175e3ab66..4032f1c55e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionCreateInfoNV.gen.cs @@ -8,132 +8,27 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct OpticalFlowSessionCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint Width; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint Height; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public Format ImageFormat; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public Format FlowVectorFormat; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public Format CostFormat; [NativeTypeName("VkOpticalFlowGridSizeFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public OpticalFlowGridSizeFlagsNV OutputGridSize; [NativeTypeName("VkOpticalFlowGridSizeFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public OpticalFlowGridSizeFlagsNV HintGridSize; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public OpticalFlowPerformanceLevelNV PerformanceLevel; [NativeTypeName("VkOpticalFlowSessionCreateFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public OpticalFlowSessionCreateFlagsNV Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionCreatePrivateDataInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionCreatePrivateDataInfoNV.gen.cs index 61402ddbc9..6fd7876a37 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionCreatePrivateDataInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowSessionCreatePrivateDataInfoNV.gen.cs @@ -7,64 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct OpticalFlowSessionCreatePrivateDataInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint Id; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint Size; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PPrivateData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowUsageFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowUsageFlagsNV.gen.cs index f0b37a9ecc..86d5d47fa6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OpticalFlowUsageFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OpticalFlowUsageFlagsNV.gen.cs @@ -7,74 +7,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum OpticalFlowUsageFlagsNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - UnknownNV = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - InputBitNV = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - OutputBitNV = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - HintBitNV = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - CostBitNV = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - GlobalFlowBitNV = 0x10, + Unknown = 0x0, + InputBit = 0x1, + OutputBit = 0x2, + HintBit = 0x4, + CostBit = 0x8, + GlobalFlowBit = 0x10, } diff --git a/sources/Vulkan/Vulkan/Vulkan/OutOfBandQueueTypeInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OutOfBandQueueTypeInfoNV.gen.cs index 6ddcfb213c..4efb421d17 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OutOfBandQueueTypeInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OutOfBandQueueTypeInfoNV.gen.cs @@ -8,43 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct OutOfBandQueueTypeInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public OutOfBandQueueTypeNV QueueType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/OutOfBandQueueTypeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/OutOfBandQueueTypeNV.gen.cs index aa331ead83..c4bb3907fb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/OutOfBandQueueTypeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/OutOfBandQueueTypeNV.gen.cs @@ -8,31 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum OutOfBandQueueTypeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - RenderNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] - PresentNV = 1, + Render = 0, + Present = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkAllocationFunction.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PFNVkAllocationFunction.gen.cs deleted file mode 100644 index 9079927594..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkAllocationFunction.gen.cs +++ /dev/null @@ -1,37 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -public readonly unsafe struct PFNVkAllocationFunction : IDisposable -{ - private readonly void* Pointer; - public delegate* unmanaged Handle => - (delegate* unmanaged)Pointer; - - public PFNVkAllocationFunction( - delegate* unmanaged ptr - ) => Pointer = ptr; - - public PFNVkAllocationFunction(PFNVkAllocationFunctionDelegate proc) => - Pointer = SilkMarshal.DelegateToPtr(proc); - - public void Dispose() => SilkMarshal.Free(Pointer); - - public static implicit operator PFNVkAllocationFunction( - delegate* unmanaged pfn - ) => new(pfn); - - public static implicit operator delegate* unmanaged< - void*, - nuint, - nuint, - SystemAllocationScope, - void*>(PFNVkAllocationFunction pfn) => - (delegate* unmanaged)pfn.Pointer; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkFreeFunction.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PFNVkFreeFunction.gen.cs deleted file mode 100644 index 1633dc338a..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkFreeFunction.gen.cs +++ /dev/null @@ -1,31 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -public readonly unsafe struct PFNVkFreeFunction : IDisposable -{ - private readonly void* Pointer; - public delegate* unmanaged Handle => - (delegate* unmanaged)Pointer; - - public PFNVkFreeFunction(delegate* unmanaged ptr) => Pointer = ptr; - - public PFNVkFreeFunction(PFNVkFreeFunctionDelegate proc) => - Pointer = SilkMarshal.DelegateToPtr(proc); - - public void Dispose() => SilkMarshal.Free(Pointer); - - public static implicit operator PFNVkFreeFunction( - delegate* unmanaged pfn - ) => new(pfn); - - public static implicit operator delegate* unmanaged( - PFNVkFreeFunction pfn - ) => (delegate* unmanaged)pfn.Pointer; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkGetInstanceProcAddrLunarg.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PFNVkGetInstanceProcAddrLunarg.gen.cs deleted file mode 100644 index ce07477e63..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkGetInstanceProcAddrLunarg.gen.cs +++ /dev/null @@ -1,35 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -public readonly unsafe struct PFNVkGetInstanceProcAddrLunarg : IDisposable -{ - private readonly void* Pointer; - public delegate* unmanaged Handle => - (delegate* unmanaged)Pointer; - - public PFNVkGetInstanceProcAddrLunarg( - delegate* unmanaged ptr - ) => Pointer = ptr; - - public PFNVkGetInstanceProcAddrLunarg(PFNVkGetInstanceProcAddrLunargDelegate proc) => - Pointer = SilkMarshal.DelegateToPtr(proc); - - public void Dispose() => SilkMarshal.Free(Pointer); - - public static implicit operator PFNVkGetInstanceProcAddrLunarg( - delegate* unmanaged pfn - ) => new(pfn); - - public static implicit operator delegate* unmanaged< - InstanceHandle, - sbyte*, - PFNVkGetInstanceProcAddrLunargP2>(PFNVkGetInstanceProcAddrLunarg pfn) => - (delegate* unmanaged)pfn.Pointer; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkGetInstanceProcAddrLunargP2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PFNVkGetInstanceProcAddrLunargP2.gen.cs deleted file mode 100644 index b7e880426e..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkGetInstanceProcAddrLunargP2.gen.cs +++ /dev/null @@ -1,31 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[Transformed] -public readonly unsafe struct PFNVkGetInstanceProcAddrLunargP2 : IDisposable -{ - private readonly void* Pointer; - public delegate* unmanaged Handle => (delegate* unmanaged)Pointer; - - public PFNVkGetInstanceProcAddrLunargP2(delegate* unmanaged ptr) => Pointer = ptr; - - public PFNVkGetInstanceProcAddrLunargP2(PFNVkGetInstanceProcAddrLunargP2Delegate proc) => - Pointer = SilkMarshal.DelegateToPtr(proc); - - public void Dispose() => SilkMarshal.Free(Pointer); - - public static implicit operator PFNVkGetInstanceProcAddrLunargP2( - delegate* unmanaged pfn - ) => new(pfn); - - public static implicit operator delegate* unmanaged( - PFNVkGetInstanceProcAddrLunargP2 pfn - ) => (delegate* unmanaged)pfn.Pointer; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkInternalAllocationNotification.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PFNVkInternalAllocationNotification.gen.cs deleted file mode 100644 index 2bce766888..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkInternalAllocationNotification.gen.cs +++ /dev/null @@ -1,48 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -public readonly unsafe struct PFNVkInternalAllocationNotification : IDisposable -{ - private readonly void* Pointer; - public delegate* unmanaged< - void*, - nuint, - InternalAllocationType, - SystemAllocationScope, - void> Handle => - (delegate* unmanaged< - void*, - nuint, - InternalAllocationType, - SystemAllocationScope, - void>)Pointer; - - public PFNVkInternalAllocationNotification( - delegate* unmanaged ptr - ) => Pointer = ptr; - - public PFNVkInternalAllocationNotification(PFNVkInternalAllocationNotificationDelegate proc) => - Pointer = SilkMarshal.DelegateToPtr(proc); - - public void Dispose() => SilkMarshal.Free(Pointer); - - public static implicit operator PFNVkInternalAllocationNotification( - delegate* unmanaged pfn - ) => new(pfn); - - public static implicit operator delegate* unmanaged< - void*, - nuint, - InternalAllocationType, - SystemAllocationScope, - void>(PFNVkInternalAllocationNotification pfn) => - (delegate* unmanaged) - pfn.Pointer; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkInternalFreeNotification.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PFNVkInternalFreeNotification.gen.cs deleted file mode 100644 index 22603b05b0..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkInternalFreeNotification.gen.cs +++ /dev/null @@ -1,48 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -public readonly unsafe struct PFNVkInternalFreeNotification : IDisposable -{ - private readonly void* Pointer; - public delegate* unmanaged< - void*, - nuint, - InternalAllocationType, - SystemAllocationScope, - void> Handle => - (delegate* unmanaged< - void*, - nuint, - InternalAllocationType, - SystemAllocationScope, - void>)Pointer; - - public PFNVkInternalFreeNotification( - delegate* unmanaged ptr - ) => Pointer = ptr; - - public PFNVkInternalFreeNotification(PFNVkInternalFreeNotificationDelegate proc) => - Pointer = SilkMarshal.DelegateToPtr(proc); - - public void Dispose() => SilkMarshal.Free(Pointer); - - public static implicit operator PFNVkInternalFreeNotification( - delegate* unmanaged pfn - ) => new(pfn); - - public static implicit operator delegate* unmanaged< - void*, - nuint, - InternalAllocationType, - SystemAllocationScope, - void>(PFNVkInternalFreeNotification pfn) => - (delegate* unmanaged) - pfn.Pointer; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkReallocationFunction.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PFNVkReallocationFunction.gen.cs deleted file mode 100644 index af11185cd9..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkReallocationFunction.gen.cs +++ /dev/null @@ -1,38 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -public readonly unsafe struct PFNVkReallocationFunction : IDisposable -{ - private readonly void* Pointer; - public delegate* unmanaged Handle => - (delegate* unmanaged)Pointer; - - public PFNVkReallocationFunction( - delegate* unmanaged ptr - ) => Pointer = ptr; - - public PFNVkReallocationFunction(PFNVkReallocationFunctionDelegate proc) => - Pointer = SilkMarshal.DelegateToPtr(proc); - - public void Dispose() => SilkMarshal.Free(Pointer); - - public static implicit operator PFNVkReallocationFunction( - delegate* unmanaged pfn - ) => new(pfn); - - public static implicit operator delegate* unmanaged< - void*, - void*, - nuint, - nuint, - SystemAllocationScope, - void*>(PFNVkReallocationFunction pfn) => - (delegate* unmanaged)pfn.Pointer; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureFlagsNV.gen.cs index d4e50e8998..be5b2ec402 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureFlagsNV.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PartitionedAccelerationStructureFlagsNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint EnablePartitionTranslation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureInstanceFlagsNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureInstanceFlagsNV.gen.cs index 3457836999..934b3ce2d0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureInstanceFlagsNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureInstanceFlagsNV.gen.cs @@ -8,45 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PartitionedAccelerationStructureInstanceFlagsNV : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - TriangleFacingCullDisableBitNV = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - TriangleFlipFacingBitNV = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - ForceOpaqueBitNV = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - ForceNoOpaqueBitNV = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - EnableExplicitBoundingBoxNV = 0x10, + TriangleFacingCullDisableBit = 0x1, + TriangleFlipFacingBit = 0x2, + ForceOpaqueBit = 0x4, + ForceNoOpaqueBit = 0x8, + EnableExplicitBoundingBox = 0x10, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureInstancesInputNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureInstancesInputNV.gen.cs index 7456cd06bb..45f904e63b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureInstancesInputNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureInstancesInputNV.gen.cs @@ -8,60 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PartitionedAccelerationStructureInstancesInputNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; [NativeTypeName("VkBuildAccelerationStructureFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public BuildAccelerationStructureFlagsKHR Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint InstanceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxInstancePerPartitionCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint PartitionCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxInstanceInGlobalPartitionCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureOpTypeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureOpTypeNV.gen.cs index bbaa5c598d..2c6440a0b5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureOpTypeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureOpTypeNV.gen.cs @@ -8,28 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PartitionedAccelerationStructureOpTypeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - WriteInstanceNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - UpdateInstanceNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] - WritePartitionTranslationNV = 2, + WriteInstance = 0, + UpdateInstance = 1, + WritePartitionTranslation = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureUpdateInstanceDataNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureUpdateInstanceDataNV.gen.cs index 94215c9953..35e304dd00 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureUpdateInstanceDataNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureUpdateInstanceDataNV.gen.cs @@ -8,33 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PartitionedAccelerationStructureUpdateInstanceDataNV { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint InstanceIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint InstanceContributionToHitGroupIndex; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong AccelerationStructure; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWriteInstanceDataNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWriteInstanceDataNV.gen.cs index 5725e1a9a1..6191e037cc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWriteInstanceDataNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWriteInstanceDataNV.gen.cs @@ -7,80 +7,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PartitionedAccelerationStructureWriteInstanceDataNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public TransformMatrixKHR Transform; [NativeTypeName("float[6]")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public PartitionedAccelerationStructureWriteInstanceDataNVExplicitAABB ExplicitAABB; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint InstanceID; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint InstanceMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint InstanceContributionToHitGroupIndex; [NativeTypeName("VkPartitionedAccelerationStructureInstanceFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public PartitionedAccelerationStructureInstanceFlagsNV InstanceFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint InstanceIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint PartitionIndex; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong AccelerationStructure; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWriteInstanceDataNVExplicitAABB.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWriteInstanceDataNVExplicitAABB.gen.cs index 05f1558337..8d2bddbead 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWriteInstanceDataNVExplicitAABB.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWriteInstanceDataNVExplicitAABB.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(6)] -[SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] -)] public partial struct PartitionedAccelerationStructureWriteInstanceDataNVExplicitAABB { - [SupportedApiProfile("vulkan")] public float E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWritePartitionTranslationDataNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWritePartitionTranslationDataNV.gen.cs index e337a4e37b..3b6fde9ada 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWritePartitionTranslationDataNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWritePartitionTranslationDataNV.gen.cs @@ -8,22 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PartitionedAccelerationStructureWritePartitionTranslationDataNV { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint PartitionIndex; [NativeTypeName("float[3]")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public PartitionedAccelerationStructureWritePartitionTranslationDataNVPartitionTranslation PartitionTranslation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWritePartitionTranslationDataNVPartitionTranslation.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWritePartitionTranslationDataNVPartitionTranslation.gen.cs index ac7687932e..5517e60a5f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWritePartitionTranslationDataNVPartitionTranslation.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PartitionedAccelerationStructureWritePartitionTranslationDataNVPartitionTranslation.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] -)] public partial struct PartitionedAccelerationStructureWritePartitionTranslationDataNVPartitionTranslation { - [SupportedApiProfile("vulkan")] public float E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentTimeGoogle.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PastPresentationTimingGOOGLE.gen.cs similarity index 62% rename from sources/Vulkan/Vulkan/Vulkan/PresentTimeGoogle.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/PastPresentationTimingGOOGLE.gen.cs index b777678672..8bf23c1c7d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PresentTimeGoogle.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PastPresentationTimingGOOGLE.gen.cs @@ -8,22 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] -public partial struct PresentTimeGoogle +public partial struct PastPresentationTimingGOOGLE { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public uint PresentID; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public ulong DesiredPresentTime; + + [NativeTypeName("uint64_t")] + public ulong ActualPresentTime; + + [NativeTypeName("uint64_t")] + public ulong EarliestPresentTime; + + [NativeTypeName("uint64_t")] + public ulong PresentMargin; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PastPresentationTimingGoogle.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PastPresentationTimingGoogle.gen.cs deleted file mode 100644 index 5692466b7e..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PastPresentationTimingGoogle.gen.cs +++ /dev/null @@ -1,53 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public partial struct PastPresentationTimingGoogle -{ - [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - public uint PresentID; - - [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - public ulong DesiredPresentTime; - - [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - public ulong ActualPresentTime; - - [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - public ulong EarliestPresentTime; - - [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - public ulong PresentMargin; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PeerMemoryFeatureFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PeerMemoryFeatureFlags.gen.cs index 020e542383..5d697d7973 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PeerMemoryFeatureFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PeerMemoryFeatureFlags.gen.cs @@ -7,134 +7,16 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PeerMemoryFeatureFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] CopySrcBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] CopyDstBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] GenericSrcBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] GenericDstBit = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] CopySrcBitKHR = CopySrcBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] CopyDstBitKHR = CopyDstBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] GenericSrcBitKHR = GenericSrcBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] GenericDstBitKHR = GenericDstBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerTileBeginInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerTileBeginInfoQCOM.gen.cs index 3b5ef45c65..3bd659af3f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerTileBeginInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerTileBeginInfoQCOM.gen.cs @@ -7,27 +7,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PerTileBeginInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public void* PNext; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerTileEndInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerTileEndInfoQCOM.gen.cs index 0da4427bab..bf845a3139 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerTileEndInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerTileEndInfoQCOM.gen.cs @@ -8,27 +8,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PerTileEndInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public void* PNext; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceConfigurationAcquireInfoIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceConfigurationAcquireInfoINTEL.gen.cs similarity index 66% rename from sources/Vulkan/Vulkan/Vulkan/PerformanceConfigurationAcquireInfoIntel.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/PerformanceConfigurationAcquireInfoINTEL.gen.cs index f4e3924207..685b2da643 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceConfigurationAcquireInfoIntel.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceConfigurationAcquireInfoINTEL.gen.cs @@ -8,16 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] -public unsafe partial struct PerformanceConfigurationAcquireInfoIntel +public unsafe partial struct PerformanceConfigurationAcquireInfoINTEL { - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public PerformanceConfigurationTypeIntel Type; + public PerformanceConfigurationTypeINTEL Type; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceConfigurationTypeINTEL.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceConfigurationTypeINTEL.gen.cs new file mode 100644 index 0000000000..ddb6926ed3 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceConfigurationTypeINTEL.gen.cs @@ -0,0 +1,14 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public enum PerformanceConfigurationTypeINTEL : uint +{ + CommandQueueMetricsDiscoveryActivated = 0, +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterARM.gen.cs index 2e8cafa462..fe47712697 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterARM.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PerformanceCounterARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public uint CounterID; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionARM.gen.cs index f81a9f0da2..58f03e638d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionARM.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PerformanceCounterDescriptionARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPerformanceCounterDescriptionFlagsARM")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public uint Flags; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public PerformanceCounterDescriptionARMName Name; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionARMName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionARMName.gen.cs index afde63f651..3e4a6adf3d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionARMName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionARMName.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] -)] public partial struct PerformanceCounterDescriptionARMName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionFlagsKHR.gen.cs index ead63aae8e..e1629cd50c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionFlagsKHR.gen.cs @@ -8,30 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PerformanceCounterDescriptionFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - PerformanceImpactingBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - ConcurrentlyImpactedBitKHR = 0x2, + PerformanceImpactingBit = 0x1, + ConcurrentlyImpactedBit = 0x2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHR.gen.cs index 8320781b02..175480e0d9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHR.gen.cs @@ -7,70 +7,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PerformanceCounterDescriptionKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPerformanceCounterDescriptionFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public PerformanceCounterDescriptionFlagsKHR Flags; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public PerformanceCounterDescriptionKHRName Name; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public PerformanceCounterDescriptionKHRCategory Category; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public PerformanceCounterDescriptionKHRDescription Description; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHRCategory.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHRCategory.gen.cs index eacf8fc45d..ee6d300a5d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHRCategory.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHRCategory.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] -)] public partial struct PerformanceCounterDescriptionKHRCategory { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHRDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHRDescription.gen.cs index 9decd9f95d..1a3617ef8b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHRDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHRDescription.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] -)] public partial struct PerformanceCounterDescriptionKHRDescription { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHRName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHRName.gen.cs index aee487b33e..db0ad041df 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHRName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterDescriptionKHRName.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] -)] public partial struct PerformanceCounterDescriptionKHRName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterKHR.gen.cs index e71c66e270..681eb022f2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterKHR.gen.cs @@ -7,67 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PerformanceCounterKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public PerformanceCounterUnitKHR Unit; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public PerformanceCounterScopeKHR Scope; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public PerformanceCounterStorageKHR Storage; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public PerformanceCounterKHRUuid Uuid; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterKHRUuid.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterKHRUuid.gen.cs index 99191b86b1..4abe3c2e77 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterKHRUuid.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterKHRUuid.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] -)] public partial struct PerformanceCounterKHRUuid { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterResultKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterResultKHR.gen.cs index 8437284326..f33bd4dcc8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterResultKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterResultKHR.gen.cs @@ -9,76 +9,27 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] public partial struct PerformanceCounterResultKHR { [FieldOffset(0)] [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public int Int32; [FieldOffset(0)] [NativeTypeName("int64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public long Int64; [FieldOffset(0)] [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public uint Uint32; [FieldOffset(0)] [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public ulong Uint64; [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public float Float32; [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public double Float64; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterScopeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterScopeKHR.gen.cs index 9600a35b02..212100d8df 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterScopeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterScopeKHR.gen.cs @@ -7,37 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PerformanceCounterScopeKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - CommandBufferKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - RenderPassKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - CommandKHR = 2, + CommandBuffer = 0, + RenderPass = 1, + Command = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterStorageKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterStorageKHR.gen.cs index abf90b8a26..1f95a3ddbb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterStorageKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterStorageKHR.gen.cs @@ -8,67 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PerformanceCounterStorageKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - Int32KHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - Int64KHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - Uint32KHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - Uint64KHR = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - Float32KHR = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - Float64KHR = 5, + Int32 = 0, + Int64 = 1, + Uint32 = 2, + Uint64 = 3, + Float32 = 4, + Float64 = 5, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterUnitKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterUnitKHR.gen.cs index b0dad2e184..bcdd3e494b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterUnitKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceCounterUnitKHR.gen.cs @@ -8,117 +8,17 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PerformanceCounterUnitKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - GenericKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - PercentageKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - NanosecondsKHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - BytesKHR = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - BytesPerSecondKHR = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - KelvinKHR = 5, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - WattsKHR = 6, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - VoltsKHR = 7, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - AmpsKHR = 8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - HertzKHR = 9, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] - CyclesKHR = 10, + Generic = 0, + Percentage = 1, + Nanoseconds = 2, + Bytes = 3, + BytesPerSecond = 4, + Kelvin = 5, + Watts = 6, + Volts = 7, + Amps = 8, + Hertz = 9, + Cycles = 10, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceMarkerInfoINTEL.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceMarkerInfoINTEL.gen.cs new file mode 100644 index 0000000000..3f65382547 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceMarkerInfoINTEL.gen.cs @@ -0,0 +1,20 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PerformanceMarkerInfoINTEL +{ + public StructureType SType; + + [NativeTypeName("const void *")] + public void* PNext; + + [NativeTypeName("uint64_t")] + public ulong Marker; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceMarkerInfoIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceOverrideInfoINTEL.gen.cs similarity index 61% rename from sources/Vulkan/Vulkan/Vulkan/PerformanceMarkerInfoIntel.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/PerformanceOverrideInfoINTEL.gen.cs index a618f0bfea..54f867972c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceMarkerInfoIntel.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceOverrideInfoINTEL.gen.cs @@ -2,23 +2,22 @@ // The .NET Foundation licenses this file to you under the MIT license. // Ported from the Vulkan headers and corresponding dependencies. // Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] -public unsafe partial struct PerformanceMarkerInfoIntel +public unsafe partial struct PerformanceOverrideInfoINTEL { - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public void* PNext; + public PerformanceOverrideTypeINTEL Type; + + [NativeTypeName("VkBool32")] + public uint Enable; [NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public ulong Marker; + public ulong Parameter; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceOverrideInfoIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceOverrideInfoIntel.gen.cs deleted file mode 100644 index c6fe4c9e3a..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceOverrideInfoIntel.gen.cs +++ /dev/null @@ -1,30 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PerformanceOverrideInfoIntel -{ - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public StructureType SType; - - [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public PerformanceOverrideTypeIntel Type; - - [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public uint Enable; - - [NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public ulong Parameter; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceOverrideTypeINTEL.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceOverrideTypeINTEL.gen.cs new file mode 100644 index 0000000000..9b9fc9cb32 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceOverrideTypeINTEL.gen.cs @@ -0,0 +1,15 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public enum PerformanceOverrideTypeINTEL : uint +{ + NullHardware = 0, + FlushGpuCaches = 1, +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceOverrideTypeIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceOverrideTypeIntel.gen.cs deleted file mode 100644 index b5ea900dd4..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceOverrideTypeIntel.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. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] -public enum PerformanceOverrideTypeIntel : uint -{ - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - NullHardwareIntel = 0, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - FlushGpuCachesIntel = 1, -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceParameterTypeINTEL.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceParameterTypeINTEL.gen.cs new file mode 100644 index 0000000000..1e654d3003 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceParameterTypeINTEL.gen.cs @@ -0,0 +1,14 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public enum PerformanceParameterTypeINTEL : uint +{ + HwCountersSupported = 0, + StreamMarkerValidBits = 1, +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceParameterTypeIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceParameterTypeIntel.gen.cs deleted file mode 100644 index 35bf3fec6e..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceParameterTypeIntel.gen.cs +++ /dev/null @@ -1,19 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] -public enum PerformanceParameterTypeIntel : uint -{ - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - HwCountersSupportedIntel = 0, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - StreamMarkerValidBitsIntel = 1, -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceQuerySubmitInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceQuerySubmitInfoKHR.gen.cs index 9cacc390c5..6092522aad 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceQuerySubmitInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceQuerySubmitInfoKHR.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PerformanceQuerySubmitInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public uint CounterPassIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceStreamMarkerInfoINTEL.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceStreamMarkerInfoINTEL.gen.cs new file mode 100644 index 0000000000..4ca495cbc6 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceStreamMarkerInfoINTEL.gen.cs @@ -0,0 +1,20 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PerformanceStreamMarkerInfoINTEL +{ + public StructureType SType; + + [NativeTypeName("const void *")] + public void* PNext; + + [NativeTypeName("uint32_t")] + public uint Marker; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceValueDataIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceValueDataINTEL.gen.cs similarity index 66% rename from sources/Vulkan/Vulkan/Vulkan/PerformanceValueDataIntel.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/PerformanceValueDataINTEL.gen.cs index 9f6b1def9c..266d376e03 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceValueDataIntel.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceValueDataINTEL.gen.cs @@ -9,30 +9,24 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] -public unsafe partial struct PerformanceValueDataIntel +public unsafe partial struct PerformanceValueDataINTEL { [FieldOffset(0)] [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public uint Value32; [FieldOffset(0)] [NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public ulong Value64; [FieldOffset(0)] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public float ValueFloat; [FieldOffset(0)] [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public uint ValueBool; [FieldOffset(0)] [NativeTypeName("const char *")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public sbyte* ValueString; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceValueINTEL.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceValueINTEL.gen.cs new file mode 100644 index 0000000000..6a5426c82f --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceValueINTEL.gen.cs @@ -0,0 +1,15 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public partial struct PerformanceValueINTEL +{ + public PerformanceValueTypeINTEL Type; + public PerformanceValueDataINTEL Data; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceValueIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceValueIntel.gen.cs deleted file mode 100644 index e04f93e062..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceValueIntel.gen.cs +++ /dev/null @@ -1,19 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public partial struct PerformanceValueIntel -{ - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public PerformanceValueTypeIntel Type; - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public PerformanceValueDataIntel Data; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceValueTypeINTEL.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceValueTypeINTEL.gen.cs new file mode 100644 index 0000000000..1e83bd885b --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PerformanceValueTypeINTEL.gen.cs @@ -0,0 +1,18 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public enum PerformanceValueTypeINTEL : uint +{ + Uint32 = 0, + Uint64 = 1, + Float = 2, + Bool = 3, + String = 4, +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceValueTypeIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PerformanceValueTypeIntel.gen.cs deleted file mode 100644 index 27ec9a8924..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceValueTypeIntel.gen.cs +++ /dev/null @@ -1,29 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] -public enum PerformanceValueTypeIntel : uint -{ - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - Uint32Intel = 0, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - Uint64Intel = 1, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - FloatIntel = 2, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - BoolIntel = 3, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - StringIntel = 4, -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevice16BitStorageFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevice16BitStorageFeatures.gen.cs index 68fb1d6201..a1a64e30dd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevice16BitStorageFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevice16BitStorageFeatures.gen.cs @@ -8,117 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevice16BitStorageFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_1", "VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.1" - )] public uint StorageBuffer16BitAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint UniformAndStorageBuffer16BitAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint StoragePushConstant16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint StorageInputOutput16; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevice4444FormatsFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevice4444FormatsFeaturesEXT.gen.cs index 1e5348dc8b..ace1fc1ee5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevice4444FormatsFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevice4444FormatsFeaturesEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevice4444FormatsFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_4444_formats"], - ImpliesSets = [ - "VK_EXT_4444_formats+VK_KHR_get_physical_device_properties2", - "VK_EXT_4444_formats+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_4444_formats"], - ImpliesSets = [ - "VK_EXT_4444_formats+VK_KHR_get_physical_device_properties2", - "VK_EXT_4444_formats+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_4444_formats"], - ImpliesSets = [ - "VK_EXT_4444_formats+VK_KHR_get_physical_device_properties2", - "VK_EXT_4444_formats+VK_VERSION_1_1", - ] - )] public uint FormatA4R4G4B4; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_4444_formats"], - ImpliesSets = [ - "VK_EXT_4444_formats+VK_KHR_get_physical_device_properties2", - "VK_EXT_4444_formats+VK_VERSION_1_1", - ] - )] public uint FormatA4B4G4R4; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevice8BitStorageFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevice8BitStorageFeatures.gen.cs index 3714f3f6ea..02be49d055 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevice8BitStorageFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevice8BitStorageFeatures.gen.cs @@ -8,84 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevice8BitStorageFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint StorageBuffer8BitAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint UniformAndStorageBuffer8BitAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint StoragePushConstant8; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceASTCDecodeFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceASTCDecodeFeaturesEXT.gen.cs index 8fa88571c7..50a74c91d1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceASTCDecodeFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceASTCDecodeFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceASTCDecodeFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_astc_decode_mode"], - ImpliesSets = [ - "VK_EXT_astc_decode_mode+VK_KHR_get_physical_device_properties2", - "VK_EXT_astc_decode_mode+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_astc_decode_mode"], - ImpliesSets = [ - "VK_EXT_astc_decode_mode+VK_KHR_get_physical_device_properties2", - "VK_EXT_astc_decode_mode+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_astc_decode_mode"], - ImpliesSets = [ - "VK_EXT_astc_decode_mode+VK_KHR_get_physical_device_properties2", - "VK_EXT_astc_decode_mode+VK_VERSION_1_1", - ] - )] public uint DecodeModeSharedExponent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAccelerationStructureFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAccelerationStructureFeaturesKHR.gen.cs index 43da7f5cd2..5ffedfe6ce 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAccelerationStructureFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAccelerationStructureFeaturesKHR.gen.cs @@ -7,81 +7,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceAccelerationStructureFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint AccelerationStructure; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint AccelerationStructureCaptureReplay; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint AccelerationStructureIndirectBuild; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint AccelerationStructureHostCommands; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint DescriptorBindingAccelerationStructureUpdateAfterBind; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAccelerationStructurePropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAccelerationStructurePropertiesKHR.gen.cs index 1021ef840c..a7ec47af00 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAccelerationStructurePropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAccelerationStructurePropertiesKHR.gen.cs @@ -7,114 +7,32 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceAccelerationStructurePropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong MaxGeometryCount; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong MaxInstanceCount; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public ulong MaxPrimitiveCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint MaxPerStageDescriptorAccelerationStructures; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint MaxPerStageDescriptorUpdateAfterBindAccelerationStructures; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint MaxDescriptorSetAccelerationStructures; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint MaxDescriptorSetUpdateAfterBindAccelerationStructures; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint MinAccelerationStructureScratchOffsetAlignment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAddressBindingReportFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAddressBindingReportFeaturesEXT.gen.cs index 42aa7b99bc..853f9154c2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAddressBindingReportFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAddressBindingReportFeaturesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceAddressBindingReportFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] public uint ReportAddressBinding; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAmigoProfilingFeaturesSEC.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAmigoProfilingFeaturesSEC.gen.cs index c98e9d5f8b..1222d0f80c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAmigoProfilingFeaturesSEC.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAmigoProfilingFeaturesSEC.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceAmigoProfilingFeaturesSEC { - [SupportedApiProfile( - "vulkan", - ["VK_SEC_amigo_profiling"], - ImpliesSets = [ - "VK_SEC_amigo_profiling+VK_KHR_get_physical_device_properties2", - "VK_SEC_amigo_profiling+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_SEC_amigo_profiling"], - ImpliesSets = [ - "VK_SEC_amigo_profiling+VK_KHR_get_physical_device_properties2", - "VK_SEC_amigo_profiling+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_SEC_amigo_profiling"], - ImpliesSets = [ - "VK_SEC_amigo_profiling+VK_KHR_get_physical_device_properties2", - "VK_SEC_amigo_profiling+VK_VERSION_1_1", - ] - )] public uint AmigoProfiling; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAntiLagFeaturesAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAntiLagFeaturesAMD.gen.cs index 2980faac1d..3a635d600e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAntiLagFeaturesAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAntiLagFeaturesAMD.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceAntiLagFeaturesAMD { - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public uint AntiLag; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.gen.cs index db7e8c3e14..6a58b9804c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] public uint AttachmentFeedbackLoopDynamicState; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.gen.cs index fe0c6b5799..ae629ff242 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_layout"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_layout"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_layout"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] public uint AttachmentFeedbackLoopLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBlendOperationAdvancedFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBlendOperationAdvancedFeaturesEXT.gen.cs index 90c23df9f9..deaae809cd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBlendOperationAdvancedFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBlendOperationAdvancedFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceBlendOperationAdvancedFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public uint AdvancedBlendCoherentOperations; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBlendOperationAdvancedPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBlendOperationAdvancedPropertiesEXT.gen.cs index 56a44d0423..d32d653225 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBlendOperationAdvancedPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBlendOperationAdvancedPropertiesEXT.gen.cs @@ -7,92 +7,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceBlendOperationAdvancedPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public uint AdvancedBlendMaxColorAttachments; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public uint AdvancedBlendIndependentBlend; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public uint AdvancedBlendNonPremultipliedSrcColor; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public uint AdvancedBlendNonPremultipliedDstColor; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public uint AdvancedBlendCorrelatedOverlap; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public uint AdvancedBlendAllOperations; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBorderColorSwizzleFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBorderColorSwizzleFeaturesEXT.gen.cs index e9d7900cb4..bfcb9c87d1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBorderColorSwizzleFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBorderColorSwizzleFeaturesEXT.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceBorderColorSwizzleFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_border_color_swizzle"], - ImpliesSets = ["VK_EXT_custom_border_color"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_border_color_swizzle"], - ImpliesSets = ["VK_EXT_custom_border_color"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_border_color_swizzle"], - ImpliesSets = ["VK_EXT_custom_border_color"] - )] public uint BorderColorSwizzle; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_border_color_swizzle"], - ImpliesSets = ["VK_EXT_custom_border_color"] - )] public uint BorderColorSwizzleFromImage; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBufferDeviceAddressFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBufferDeviceAddressFeatures.gen.cs index f12f1883a9..6264fd874e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBufferDeviceAddressFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBufferDeviceAddressFeatures.gen.cs @@ -8,92 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceBufferDeviceAddressFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint BufferDeviceAddress; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint BufferDeviceAddressCaptureReplay; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint BufferDeviceAddressMultiDevice; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBufferDeviceAddressFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBufferDeviceAddressFeaturesEXT.gen.cs index 3482b0f717..345bd326ff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBufferDeviceAddressFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceBufferDeviceAddressFeaturesEXT.gen.cs @@ -8,52 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceBufferDeviceAddressFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint BufferDeviceAddress; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] public uint BufferDeviceAddressCaptureReplay; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] public uint BufferDeviceAddressMultiDevice; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterAccelerationStructureFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterAccelerationStructureFeaturesNV.gen.cs index f7f7d515dc..c72fe15b4c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterAccelerationStructureFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterAccelerationStructureFeaturesNV.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceClusterAccelerationStructureFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint ClusterAccelerationStructure; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterAccelerationStructurePropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterAccelerationStructurePropertiesNV.gen.cs index 316d61eb4e..2a80ea6e87 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterAccelerationStructurePropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterAccelerationStructurePropertiesNV.gen.cs @@ -8,84 +8,32 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceClusterAccelerationStructurePropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxVerticesPerCluster; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxTrianglesPerCluster; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint ClusterScratchByteAlignment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint ClusterByteAlignment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint ClusterTemplateByteAlignment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint ClusterBottomLevelByteAlignment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint ClusterTemplateBoundsByteAlignment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxClusterGeometryIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderFeaturesHUAWEI.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderFeaturesHUAWEI.gen.cs new file mode 100644 index 0000000000..00174a663d --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderFeaturesHUAWEI.gen.cs @@ -0,0 +1,21 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PhysicalDeviceClusterCullingShaderFeaturesHUAWEI +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("VkBool32")] + public uint ClustercullingShader; + + [NativeTypeName("VkBool32")] + public uint MultiviewClusterCullingShader; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderFeaturesHuawei.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderFeaturesHuawei.gen.cs deleted file mode 100644 index 9628342ca4..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderFeaturesHuawei.gen.cs +++ /dev/null @@ -1,55 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PhysicalDeviceClusterCullingShaderFeaturesHuawei -{ - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public uint ClustercullingShader; - - [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public uint MultiviewClusterCullingShader; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHUAWEI.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHUAWEI.gen.cs new file mode 100644 index 0000000000..153c2aafb1 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHUAWEI.gen.cs @@ -0,0 +1,27 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PhysicalDeviceClusterCullingShaderPropertiesHUAWEI +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("uint32_t[3]")] + public PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupCount MaxWorkGroupCount; + + [NativeTypeName("uint32_t[3]")] + public PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupSize MaxWorkGroupSize; + + [NativeTypeName("uint32_t")] + public uint MaxOutputClusterCount; + + [NativeTypeName("VkDeviceSize")] + public ulong IndirectBufferOffsetAlignment; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHuawei.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHuawei.gen.cs deleted file mode 100644 index a714de01a5..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHuawei.gen.cs +++ /dev/null @@ -1,77 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PhysicalDeviceClusterCullingShaderPropertiesHuawei -{ - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [NativeTypeName("uint32_t[3]")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupCount MaxWorkGroupCount; - - [NativeTypeName("uint32_t[3]")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupSize MaxWorkGroupSize; - - [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public uint MaxOutputClusterCount; - - [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public ulong IndirectBufferOffsetAlignment; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupCount.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupCount.gen.cs index 4f862c0576..492a0a835b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupCount.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupCount.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] -)] public partial struct PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupCount { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupSize.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupSize.gen.cs index cb4d49c9c6..157f449350 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupSize.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupSize.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] -)] public partial struct PhysicalDeviceClusterCullingShaderPropertiesHuaweiMaxWorkGroupSize { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.gen.cs new file mode 100644 index 0000000000..f728cc4e92 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.gen.cs @@ -0,0 +1,17 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("VkBool32")] + public uint ClusterShadingRate; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderVrsFeaturesHuawei.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderVrsFeaturesHuawei.gen.cs deleted file mode 100644 index b13d65a296..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceClusterCullingShaderVrsFeaturesHuawei.gen.cs +++ /dev/null @@ -1,43 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PhysicalDeviceClusterCullingShaderVrsFeaturesHuawei -{ - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public uint ClusterShadingRate; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCoherentMemoryFeaturesAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCoherentMemoryFeaturesAMD.gen.cs index d7ac45126d..24d27012b1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCoherentMemoryFeaturesAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCoherentMemoryFeaturesAMD.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCoherentMemoryFeaturesAMD { - [SupportedApiProfile( - "vulkan", - ["VK_AMD_device_coherent_memory"], - ImpliesSets = [ - "VK_AMD_device_coherent_memory+VK_KHR_get_physical_device_properties2", - "VK_AMD_device_coherent_memory+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_device_coherent_memory"], - ImpliesSets = [ - "VK_AMD_device_coherent_memory+VK_KHR_get_physical_device_properties2", - "VK_AMD_device_coherent_memory+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_device_coherent_memory"], - ImpliesSets = [ - "VK_AMD_device_coherent_memory+VK_KHR_get_physical_device_properties2", - "VK_AMD_device_coherent_memory+VK_VERSION_1_1", - ] - )] public uint DeviceCoherentMemory; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceColorWriteEnableFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceColorWriteEnableFeaturesEXT.gen.cs index 87b7c3cd39..9164e60504 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceColorWriteEnableFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceColorWriteEnableFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceColorWriteEnableFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] public uint ColorWriteEnable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCommandBufferInheritanceFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCommandBufferInheritanceFeaturesNV.gen.cs index e418d573eb..1798b26e34 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCommandBufferInheritanceFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCommandBufferInheritanceFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCommandBufferInheritanceFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_command_buffer_inheritance"], - ImpliesSets = [ - "VK_NV_command_buffer_inheritance+VK_KHR_get_physical_device_properties2", - "VK_NV_command_buffer_inheritance+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_command_buffer_inheritance"], - ImpliesSets = [ - "VK_NV_command_buffer_inheritance+VK_KHR_get_physical_device_properties2", - "VK_NV_command_buffer_inheritance+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_command_buffer_inheritance"], - ImpliesSets = [ - "VK_NV_command_buffer_inheritance+VK_KHR_get_physical_device_properties2", - "VK_NV_command_buffer_inheritance+VK_VERSION_1_1", - ] - )] public uint CommandBufferInheritance; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceComputeShaderDerivativesFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceComputeShaderDerivativesFeaturesKHR.gen.cs index baf97b8d1f..a563ccc8eb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceComputeShaderDerivativesFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceComputeShaderDerivativesFeaturesKHR.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceComputeShaderDerivativesFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_compute_shader_derivatives"], - ImpliesSets = [ - "VK_KHR_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_KHR_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_compute_shader_derivatives"], - ImpliesSets = [ - "VK_KHR_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_KHR_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_compute_shader_derivatives"], - ImpliesSets = [ - "VK_KHR_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_KHR_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] public uint ComputeDerivativeGroupQuads; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_compute_shader_derivatives"], - ImpliesSets = [ - "VK_KHR_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_KHR_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] public uint ComputeDerivativeGroupLinear; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceComputeShaderDerivativesPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceComputeShaderDerivativesPropertiesKHR.gen.cs index 3f6b3faca6..da272e9e0b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceComputeShaderDerivativesPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceComputeShaderDerivativesPropertiesKHR.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceComputeShaderDerivativesPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_compute_shader_derivatives"], - ImpliesSets = [ - "VK_KHR_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_KHR_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_compute_shader_derivatives"], - ImpliesSets = [ - "VK_KHR_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_KHR_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_compute_shader_derivatives"], - ImpliesSets = [ - "VK_KHR_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_KHR_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] public uint MeshAndTaskShaderDerivatives; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceConditionalRenderingFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceConditionalRenderingFeaturesEXT.gen.cs index 223397f41d..08329e314f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceConditionalRenderingFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceConditionalRenderingFeaturesEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceConditionalRenderingFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public uint ConditionalRendering; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public uint InheritedConditionalRendering; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceConservativeRasterizationPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceConservativeRasterizationPropertiesEXT.gen.cs index 492b2a2c55..04c3c704af 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceConservativeRasterizationPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceConservativeRasterizationPropertiesEXT.gen.cs @@ -7,122 +7,29 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceConservativeRasterizationPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public float PrimitiveOverestimationSize; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public float MaxExtraPrimitiveOverestimationSize; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public float ExtraPrimitiveOverestimationSizeGranularity; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public uint PrimitiveUnderestimation; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public uint ConservativePointAndLineRasterization; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public uint DegenerateTrianglesRasterized; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public uint DegenerateLinesRasterized; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public uint FullyCoveredFragmentShaderInputVariable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public uint ConservativeRasterizationPostDepthCoverage; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrix2FeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrix2FeaturesNV.gen.cs index d84e7fc95d..99dba71305 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrix2FeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrix2FeaturesNV.gen.cs @@ -8,76 +8,29 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCooperativeMatrix2FeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint CooperativeMatrixWorkgroupScope; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint CooperativeMatrixFlexibleDimensions; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint CooperativeMatrixReductions; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint CooperativeMatrixConversions; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint CooperativeMatrixPerElementOperations; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint CooperativeMatrixTensorAddressing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint CooperativeMatrixBlockLoads; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrix2PropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrix2PropertiesNV.gen.cs index d286d99511..06b93b65ad 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrix2PropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrix2PropertiesNV.gen.cs @@ -8,44 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCooperativeMatrix2PropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint CooperativeMatrixWorkgroupScopeMaxWorkgroupSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint CooperativeMatrixFlexibleDimensionsMaxDimension; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public uint CooperativeMatrixWorkgroupScopeReservedSharedMemory; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixFeaturesKHR.gen.cs index 586c27474b..fa54c0214d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixFeaturesKHR.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCooperativeMatrixFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public uint CooperativeMatrix; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public uint CooperativeMatrixRobustBufferAccess; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixFeaturesNV.gen.cs index 7deda895d1..dbd26d6010 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixFeaturesNV.gen.cs @@ -7,48 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCooperativeMatrixFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public uint CooperativeMatrix; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public uint CooperativeMatrixRobustBufferAccess; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixPropertiesKHR.gen.cs index 4fe86e2e75..47c24aa8f3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixPropertiesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCooperativeMatrixPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public ShaderStageFlags CooperativeMatrixSupportedStages; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixPropertiesNV.gen.cs index 006cd86544..fb64049f26 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeMatrixPropertiesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCooperativeMatrixPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public ShaderStageFlags CooperativeMatrixSupportedStages; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeVectorFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeVectorFeaturesNV.gen.cs index 4f301ddca0..908c233597 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeVectorFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeVectorFeaturesNV.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCooperativeVectorFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public uint CooperativeVector; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public uint CooperativeVectorTraining; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeVectorPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeVectorPropertiesNV.gen.cs index 82cc4ea51f..e12263faec 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeVectorPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCooperativeVectorPropertiesNV.gen.cs @@ -8,70 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCooperativeVectorPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public ShaderStageFlags CooperativeVectorSupportedStages; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public uint CooperativeVectorTrainingFloat16Accumulation; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public uint CooperativeVectorTrainingFloat32Accumulation; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public uint MaxCooperativeVectorComponents; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCopyMemoryIndirectFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCopyMemoryIndirectFeaturesKHR.gen.cs index fe6d376b1b..3973d80d1b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCopyMemoryIndirectFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCopyMemoryIndirectFeaturesKHR.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCopyMemoryIndirectFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public uint IndirectMemoryCopy; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public uint IndirectMemoryToImageCopy; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCopyMemoryIndirectFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCopyMemoryIndirectFeaturesNV.gen.cs index 40cb63a2d6..8108bbfd75 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCopyMemoryIndirectFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCopyMemoryIndirectFeaturesNV.gen.cs @@ -8,40 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCopyMemoryIndirectFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint IndirectCopy; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCopyMemoryIndirectPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCopyMemoryIndirectPropertiesKHR.gen.cs index dc7692d0ae..4406e0381f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCopyMemoryIndirectPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCopyMemoryIndirectPropertiesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCopyMemoryIndirectPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkQueueFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public QueueFlags SupportedQueues; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCornerSampledImageFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCornerSampledImageFeaturesNV.gen.cs index 90b622d197..a2ab8b891a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCornerSampledImageFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCornerSampledImageFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCornerSampledImageFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_corner_sampled_image"], - ImpliesSets = [ - "VK_NV_corner_sampled_image+VK_KHR_get_physical_device_properties2", - "VK_NV_corner_sampled_image+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_corner_sampled_image"], - ImpliesSets = [ - "VK_NV_corner_sampled_image+VK_KHR_get_physical_device_properties2", - "VK_NV_corner_sampled_image+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_corner_sampled_image"], - ImpliesSets = [ - "VK_NV_corner_sampled_image+VK_KHR_get_physical_device_properties2", - "VK_NV_corner_sampled_image+VK_VERSION_1_1", - ] - )] public uint CornerSampledImage; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCoverageReductionModeFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCoverageReductionModeFeaturesNV.gen.cs index 4d009cbdfa..cb8f591a38 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCoverageReductionModeFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCoverageReductionModeFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCoverageReductionModeFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public uint CoverageReductionMode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCubicClampFeaturesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCubicClampFeaturesQCOM.gen.cs index 851a948d99..ae20bd2cbb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCubicClampFeaturesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCubicClampFeaturesQCOM.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCubicClampFeaturesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_clamp"], - ImpliesSets = [ - "VK_EXT_filter_cubic+VK_EXT_sampler_filter_minmax", - "VK_EXT_filter_cubic+VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_clamp"], - ImpliesSets = [ - "VK_EXT_filter_cubic+VK_EXT_sampler_filter_minmax", - "VK_EXT_filter_cubic+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_clamp"], - ImpliesSets = [ - "VK_EXT_filter_cubic+VK_EXT_sampler_filter_minmax", - "VK_EXT_filter_cubic+VK_VERSION_1_2", - ] - )] public uint CubicRangeClamp; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCubicWeightsFeaturesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCubicWeightsFeaturesQCOM.gen.cs index 4c989bc120..7f8f56a077 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCubicWeightsFeaturesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCubicWeightsFeaturesQCOM.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCubicWeightsFeaturesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] public uint SelectableCubicWeights; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCustomBorderColorFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCustomBorderColorFeaturesEXT.gen.cs index e6ada29224..94e1de620d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCustomBorderColorFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCustomBorderColorFeaturesEXT.gen.cs @@ -7,48 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCustomBorderColorFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public uint CustomBorderColors; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public uint CustomBorderColorWithoutFormat; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCustomBorderColorPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCustomBorderColorPropertiesEXT.gen.cs index c4f481be1c..991d2b8dc9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCustomBorderColorPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceCustomBorderColorPropertiesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceCustomBorderColorPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public uint MaxCustomBorderColorSamplers; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphFeaturesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphFeaturesARM.gen.cs index 181c0a979f..1c6cbec4c0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphFeaturesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphFeaturesARM.gen.cs @@ -8,60 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDataGraphFeaturesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint DataGraph; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint DataGraphUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint DataGraphSpecializationConstants; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint DataGraphDescriptorBuffer; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint DataGraphShaderModule; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphModelFeaturesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphModelFeaturesQCOM.gen.cs index 825a35f214..1d1a1b6948 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphModelFeaturesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphModelFeaturesQCOM.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDataGraphModelFeaturesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public uint DataGraphModel; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphOperationSupportARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphOperationSupportARM.gen.cs index 4550eba97f..01d1068650 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphOperationSupportARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphOperationSupportARM.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PhysicalDeviceDataGraphOperationSupportARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public PhysicalDeviceDataGraphOperationTypeARM OperationType; [NativeTypeName("char[128]")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public PhysicalDeviceDataGraphOperationSupportARMName Name; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint Version; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphOperationSupportARMName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphOperationSupportARMName.gen.cs index 69a0e1d7ce..456212e3e9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphOperationSupportARMName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphOperationSupportARMName.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(128)] -[SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] -)] public partial struct PhysicalDeviceDataGraphOperationSupportARMName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphOperationTypeARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphOperationTypeARM.gen.cs index ebe2b81588..6f879e06c2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphOperationTypeARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphOperationTypeARM.gen.cs @@ -8,28 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PhysicalDeviceDataGraphOperationTypeARM : uint { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] - SpirvExtendedInstructionSetARM = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] + SpirvExtendedInstructionSet = 0, NeuralModelQCOM = 1000629000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] BuiltinModelQCOM = 1000629001, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphProcessingEngineARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphProcessingEngineARM.gen.cs index 9e17dcec0c..6ddf46b3b5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphProcessingEngineARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphProcessingEngineARM.gen.cs @@ -7,21 +7,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PhysicalDeviceDataGraphProcessingEngineARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public PhysicalDeviceDataGraphProcessingEngineTypeARM Type; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint IsForeign; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphProcessingEngineTypeARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphProcessingEngineTypeARM.gen.cs index 20b9b40e79..ba8dd57ec1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphProcessingEngineTypeARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDataGraphProcessingEngineTypeARM.gen.cs @@ -8,28 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PhysicalDeviceDataGraphProcessingEngineTypeARM : uint { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] - DefaultARM = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] + Default = 0, NeuralQCOM = 1000629000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] ComputeQCOM = 1000629001, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.gen.cs index c93b3f2192..aa2d76811e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_dedicated_allocation_image_aliasing"], - ImpliesSets = [ - "VK_KHR_dedicated_allocation+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_dedicated_allocation_image_aliasing"], - ImpliesSets = [ - "VK_KHR_dedicated_allocation+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_dedicated_allocation_image_aliasing"], - ImpliesSets = [ - "VK_KHR_dedicated_allocation+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public uint DedicatedAllocationImageAliasing; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthBiasControlFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthBiasControlFeaturesEXT.gen.cs index 6a6f37a7c0..4370604911 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthBiasControlFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthBiasControlFeaturesEXT.gen.cs @@ -8,70 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDepthBiasControlFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public uint DepthBiasControl; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public uint LeastRepresentableValueForceUnormRepresentation; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public uint FloatRepresentation; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public uint DepthBiasExact; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClampControlFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClampControlFeaturesEXT.gen.cs index f9db7fd757..3321f854c5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClampControlFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClampControlFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDepthClampControlFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] public uint DepthClampControl; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClampZeroOneFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClampZeroOneFeaturesKHR.gen.cs index 08ac97879d..7f7f50c5c0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClampZeroOneFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClampZeroOneFeaturesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDepthClampZeroOneFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_clamp_zero_one"], - ImpliesSets = [ - "VK_KHR_depth_clamp_zero_one+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_clamp_zero_one+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_clamp_zero_one"], - ImpliesSets = [ - "VK_KHR_depth_clamp_zero_one+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_clamp_zero_one+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_zero_one"], - ImpliesSets = [ - "VK_EXT_depth_clamp_zero_one+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_zero_one+VK_VERSION_1_1", - ] - )] public uint DepthClampZeroOne; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClipControlFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClipControlFeaturesEXT.gen.cs index edf8d29dda..ca5af7161f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClipControlFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClipControlFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDepthClipControlFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control"], - ImpliesSets = [ - "VK_EXT_depth_clip_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_control+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control"], - ImpliesSets = [ - "VK_EXT_depth_clip_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_control+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control"], - ImpliesSets = [ - "VK_EXT_depth_clip_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_control+VK_VERSION_1_1", - ] - )] public uint DepthClipControl; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClipEnableFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClipEnableFeaturesEXT.gen.cs index 6032e6a2f1..9e886644a4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClipEnableFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthClipEnableFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDepthClipEnableFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable"], - ImpliesSets = [ - "VK_EXT_depth_clip_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_enable+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable"], - ImpliesSets = [ - "VK_EXT_depth_clip_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_enable+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable"], - ImpliesSets = [ - "VK_EXT_depth_clip_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_enable+VK_VERSION_1_1", - ] - )] public uint DepthClipEnable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthStencilResolveProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthStencilResolveProperties.gen.cs index 320a99f0bd..4dcad3b5ff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthStencilResolveProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDepthStencilResolveProperties.gen.cs @@ -8,94 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDepthStencilResolveProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkResolveModeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ResolveModeFlags SupportedDepthResolveModes; [NativeTypeName("VkResolveModeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ResolveModeFlags SupportedStencilResolveModes; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint IndependentResolveNone; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint IndependentResolve; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.gen.cs index 4dd99ca925..9de3f6ce8e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.gen.cs @@ -8,43 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDescriptorBufferDensityMapPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint CombinedImageSamplerDensityMapDescriptorSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferFeaturesEXT.gen.cs index 89fc58d4fd..e733c4414b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferFeaturesEXT.gen.cs @@ -8,82 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDescriptorBufferFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint DescriptorBuffer; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint DescriptorBufferCaptureReplay; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint DescriptorBufferImageLayoutIgnored; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint DescriptorBufferPushDescriptors; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferPropertiesEXT.gen.cs index c5dcc462a7..c0de9ab5aa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferPropertiesEXT.gen.cs @@ -8,459 +8,107 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDescriptorBufferPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint CombinedImageSamplerDescriptorSingleArray; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint BufferlessPushDescriptors; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint AllowSamplerImageViewPostSubmitCreation; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong DescriptorBufferOffsetAlignment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxDescriptorBufferBindings; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxResourceDescriptorBufferBindings; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxSamplerDescriptorBufferBindings; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxEmbeddedImmutableSamplerBindings; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxEmbeddedImmutableSamplers; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint BufferCaptureReplayDescriptorDataSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint ImageCaptureReplayDescriptorDataSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint ImageViewCaptureReplayDescriptorDataSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint SamplerCaptureReplayDescriptorDataSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint AccelerationStructureCaptureReplayDescriptorDataSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint SamplerDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint CombinedImageSamplerDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint SampledImageDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint StorageImageDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint UniformTexelBufferDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint RobustUniformTexelBufferDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint StorageTexelBufferDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint RobustStorageTexelBufferDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint UniformBufferDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint RobustUniformBufferDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint StorageBufferDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint RobustStorageBufferDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint InputAttachmentDescriptorSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public nuint AccelerationStructureDescriptorSize; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong MaxSamplerDescriptorBufferRange; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong MaxResourceDescriptorBufferRange; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong SamplerDescriptorBufferAddressSpaceSize; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong ResourceDescriptorBufferAddressSpaceSize; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ulong DescriptorBufferAddressSpaceSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferTensorFeaturesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferTensorFeaturesARM.gen.cs index 9ff633e3a1..20c194a4bc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferTensorFeaturesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferTensorFeaturesARM.gen.cs @@ -7,31 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDescriptorBufferTensorFeaturesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public uint DescriptorBufferTensorDescriptors; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferTensorPropertiesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferTensorPropertiesARM.gen.cs index 48b2c7b087..db786ec6ea 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferTensorPropertiesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorBufferTensorPropertiesARM.gen.cs @@ -7,49 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDescriptorBufferTensorPropertiesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public void* PNext; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public nuint TensorCaptureReplayDescriptorDataSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public nuint TensorViewCaptureReplayDescriptorDataSize; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public nuint TensorDescriptorSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorIndexingFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorIndexingFeatures.gen.cs index fb7e4a64b1..24db9738c3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorIndexingFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorIndexingFeatures.gen.cs @@ -7,270 +7,68 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDescriptorIndexingFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderInputAttachmentArrayDynamicIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderUniformTexelBufferArrayDynamicIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderStorageTexelBufferArrayDynamicIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderUniformBufferArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderSampledImageArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderStorageBufferArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderStorageImageArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderInputAttachmentArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderUniformTexelBufferArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderStorageTexelBufferArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint DescriptorBindingUniformBufferUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingSampledImageUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingStorageImageUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingStorageBufferUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingUniformTexelBufferUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingStorageTexelBufferUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingUpdateUnusedWhilePending; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingPartiallyBound; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint DescriptorBindingVariableDescriptorCount; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint RuntimeDescriptorArray; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorIndexingProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorIndexingProperties.gen.cs index 7cad557987..86602c03ec 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorIndexingProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorIndexingProperties.gen.cs @@ -8,454 +8,77 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDescriptorIndexingProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxUpdateAfterBindDescriptorsInAllPools; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderUniformBufferArrayNonUniformIndexingNative; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderSampledImageArrayNonUniformIndexingNative; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderStorageBufferArrayNonUniformIndexingNative; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderStorageImageArrayNonUniformIndexingNative; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderInputAttachmentArrayNonUniformIndexingNative; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint RobustBufferAccessUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint QuadDivergentImplicitLod; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageDescriptorUpdateAfterBindSamplers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageDescriptorUpdateAfterBindUniformBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageDescriptorUpdateAfterBindStorageBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageDescriptorUpdateAfterBindSampledImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageDescriptorUpdateAfterBindStorageImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageDescriptorUpdateAfterBindInputAttachments; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageUpdateAfterBindResources; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindSamplers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindUniformBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindUniformBuffersDynamic; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindStorageBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindStorageBuffersDynamic; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindSampledImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindStorageImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindInputAttachments; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorPoolOverallocationFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorPoolOverallocationFeaturesNV.gen.cs index fde01c10f9..5bf7ed7dfc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorPoolOverallocationFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorPoolOverallocationFeaturesNV.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDescriptorPoolOverallocationFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_descriptor_pool_overallocation"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_descriptor_pool_overallocation"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_descriptor_pool_overallocation"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public uint DescriptorPoolOverallocation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.gen.cs new file mode 100644 index 0000000000..72eb5820aa --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.gen.cs @@ -0,0 +1,18 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("VkBool32")] + public uint DescriptorSetHostMapping; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorSetHostMappingFeaturesValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorSetHostMappingFeaturesValve.gen.cs deleted file mode 100644 index 345671cc2a..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDescriptorSetHostMappingFeaturesValve.gen.cs +++ /dev/null @@ -1,44 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PhysicalDeviceDescriptorSetHostMappingFeaturesValve -{ - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public uint DescriptorSetHostMapping; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.gen.cs index ae342a840b..cfac853527 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.gen.cs @@ -8,44 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public uint DeviceGeneratedCompute; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public uint DeviceGeneratedComputePipelines; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public uint DeviceGeneratedComputeCaptureReplay; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.gen.cs index 06acb9ac5b..57904cd30b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDeviceGeneratedCommandsFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint DeviceGeneratedCommands; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint DynamicGeneratedPipelineLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsFeaturesNV.gen.cs index 6fa0197c70..7474474b7e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsFeaturesNV.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDeviceGeneratedCommandsFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint DeviceGeneratedCommands; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.gen.cs index 7f3ff26d6a..f578225824 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.gen.cs @@ -7,172 +7,44 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxIndirectPipelineCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxIndirectShaderObjectCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxIndirectSequenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxIndirectCommandsTokenCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxIndirectCommandsTokenOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint MaxIndirectCommandsIndirectStride; [NativeTypeName("VkIndirectCommandsInputModeFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public IndirectCommandsInputModeFlagsEXT SupportedIndirectCommandsInputModes; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ShaderStageFlags SupportedIndirectCommandsShaderStages; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ShaderStageFlags SupportedIndirectCommandsShaderStagesPipelineBinding; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public ShaderStageFlags SupportedIndirectCommandsShaderStagesShaderBinding; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint DeviceGeneratedCommandsTransformFeedback; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint DeviceGeneratedCommandsMultiDrawIndirectCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsPropertiesNV.gen.cs index a96715ee06..7a74e273e6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceGeneratedCommandsPropertiesNV.gen.cs @@ -8,92 +8,35 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDeviceGeneratedCommandsPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint MaxGraphicsShaderGroupCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint MaxIndirectSequenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint MaxIndirectCommandsTokenCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint MaxIndirectCommandsStreamCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint MaxIndirectCommandsTokenOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint MaxIndirectCommandsStreamStride; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint MinSequencesCountBufferOffsetAlignment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint MinSequencesIndexBufferOffsetAlignment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint MinIndirectCommandsBufferOffsetAlignment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceMemoryReportFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceMemoryReportFeaturesEXT.gen.cs index 954a451d97..5ed9406a65 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceMemoryReportFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDeviceMemoryReportFeaturesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDeviceMemoryReportFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public uint DeviceMemoryReport; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDiagnosticsConfigFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDiagnosticsConfigFeaturesNV.gen.cs index 444becca7d..c3a627d040 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDiagnosticsConfigFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDiagnosticsConfigFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDiagnosticsConfigFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] public uint DiagnosticsConfig; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDiscardRectanglePropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDiscardRectanglePropertiesEXT.gen.cs index d6f86f9b80..4cb099ea30 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDiscardRectanglePropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDiscardRectanglePropertiesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDiscardRectanglePropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public uint MaxDiscardRectangles; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDriverProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDriverProperties.gen.cs index 290c12ef81..c5380312fe 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDriverProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDriverProperties.gen.cs @@ -7,128 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDriverProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public DriverId DriverID; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public PhysicalDeviceDriverPropertiesDriverName DriverName; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public PhysicalDeviceDriverPropertiesDriverInfo DriverInfo; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ConformanceVersion ConformanceVersion; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDriverPropertiesDriverInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDriverPropertiesDriverInfo.gen.cs index 46d7db7f6f..c1cd980fec 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDriverPropertiesDriverInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDriverPropertiesDriverInfo.gen.cs @@ -9,26 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" -)] public partial struct PhysicalDeviceDriverPropertiesDriverInfo { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDriverPropertiesDriverName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDriverPropertiesDriverName.gen.cs index 3e6ad9a1c8..f955a98a7c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDriverPropertiesDriverName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDriverPropertiesDriverName.gen.cs @@ -9,26 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" -)] public partial struct PhysicalDeviceDriverPropertiesDriverName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDrmPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDrmPropertiesEXT.gen.cs index d97c29c615..30eab82e71 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDrmPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDrmPropertiesEXT.gen.cs @@ -8,92 +8,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDrmPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_physical_device_drm"], - ImpliesSets = [ - "VK_EXT_physical_device_drm+VK_KHR_get_physical_device_properties2", - "VK_EXT_physical_device_drm+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_physical_device_drm"], - ImpliesSets = [ - "VK_EXT_physical_device_drm+VK_KHR_get_physical_device_properties2", - "VK_EXT_physical_device_drm+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_physical_device_drm"], - ImpliesSets = [ - "VK_EXT_physical_device_drm+VK_KHR_get_physical_device_properties2", - "VK_EXT_physical_device_drm+VK_VERSION_1_1", - ] - )] public uint HasPrimary; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_physical_device_drm"], - ImpliesSets = [ - "VK_EXT_physical_device_drm+VK_KHR_get_physical_device_properties2", - "VK_EXT_physical_device_drm+VK_VERSION_1_1", - ] - )] public uint HasRender; [NativeTypeName("int64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_physical_device_drm"], - ImpliesSets = [ - "VK_EXT_physical_device_drm+VK_KHR_get_physical_device_properties2", - "VK_EXT_physical_device_drm+VK_VERSION_1_1", - ] - )] public long PrimaryMajor; [NativeTypeName("int64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_physical_device_drm"], - ImpliesSets = [ - "VK_EXT_physical_device_drm+VK_KHR_get_physical_device_properties2", - "VK_EXT_physical_device_drm+VK_VERSION_1_1", - ] - )] public long PrimaryMinor; [NativeTypeName("int64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_physical_device_drm"], - ImpliesSets = [ - "VK_EXT_physical_device_drm+VK_KHR_get_physical_device_properties2", - "VK_EXT_physical_device_drm+VK_VERSION_1_1", - ] - )] public long RenderMajor; [NativeTypeName("int64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_physical_device_drm"], - ImpliesSets = [ - "VK_EXT_physical_device_drm+VK_KHR_get_physical_device_properties2", - "VK_EXT_physical_device_drm+VK_VERSION_1_1", - ] - )] public long RenderMinor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDynamicRenderingFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDynamicRenderingFeatures.gen.cs index 27f7d97c44..2cbd19d160 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDynamicRenderingFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDynamicRenderingFeatures.gen.cs @@ -7,24 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDynamicRenderingFeatures { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint DynamicRendering; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDynamicRenderingLocalReadFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDynamicRenderingLocalReadFeatures.gen.cs index f93a55ff32..91df790e87 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDynamicRenderingLocalReadFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDynamicRenderingLocalReadFeatures.gen.cs @@ -8,24 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDynamicRenderingLocalReadFeatures { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint DynamicRenderingLocalRead; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.gen.cs index 16067d0bd1..be0006e07a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.gen.cs @@ -8,40 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_dynamic_rendering_unused_attachments"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_dynamic_rendering_unused_attachments"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_dynamic_rendering_unused_attachments"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint DynamicRenderingUnusedAttachments; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExclusiveScissorFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExclusiveScissorFeaturesNV.gen.cs index 27e06e385a..cec40dc438 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExclusiveScissorFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExclusiveScissorFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExclusiveScissorFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] public uint ExclusiveScissor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicState2FeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicState2FeaturesEXT.gen.cs index f48254c196..7f1fc98f4a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicState2FeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicState2FeaturesEXT.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExtendedDynamicState2FeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState2; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState2LogicOp; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState2PatchControlPoints; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicState3FeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicState3FeaturesEXT.gen.cs index c7ee5a1c8c..8ab250b62a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicState3FeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicState3FeaturesEXT.gen.cs @@ -8,367 +8,101 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExtendedDynamicState3FeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3TessellationDomainOrigin; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3DepthClampEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3PolygonMode; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3RasterizationSamples; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3SampleMask; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3AlphaToCoverageEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3AlphaToOneEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3LogicOpEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3ColorBlendEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3ColorBlendEquation; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3ColorWriteMask; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3RasterizationStream; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3ConservativeRasterizationMode; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3ExtraPrimitiveOverestimationSize; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3DepthClipEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3SampleLocationsEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3ColorBlendAdvanced; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3ProvokingVertexMode; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3LineRasterizationMode; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3LineStippleEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3DepthClipNegativeOneToOne; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3ViewportWScalingEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3ViewportSwizzle; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3CoverageToColorEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3CoverageToColorLocation; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3CoverageModulationMode; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3CoverageModulationTableEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3CoverageModulationTable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3CoverageReductionMode; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3RepresentativeFragmentTestEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState3ShadingRateImageEnable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicState3PropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicState3PropertiesEXT.gen.cs index 10f5eca323..7792b4c816 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicState3PropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicState3PropertiesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExtendedDynamicState3PropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public uint DynamicPrimitiveTopologyUnrestricted; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicStateFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicStateFeaturesEXT.gen.cs index 5e21a56423..0a6016629b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicStateFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedDynamicStateFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExtendedDynamicStateFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public uint ExtendedDynamicState; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.gen.cs index e1ba7bd73d..a7b7b114eb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExtendedSparseAddressSpaceFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_extended_sparse_address_space"], - ImpliesSets = [ - "VK_NV_extended_sparse_address_space+VK_KHR_get_physical_device_properties2", - "VK_NV_extended_sparse_address_space+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_extended_sparse_address_space"], - ImpliesSets = [ - "VK_NV_extended_sparse_address_space+VK_KHR_get_physical_device_properties2", - "VK_NV_extended_sparse_address_space+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_extended_sparse_address_space"], - ImpliesSets = [ - "VK_NV_extended_sparse_address_space+VK_KHR_get_physical_device_properties2", - "VK_NV_extended_sparse_address_space+VK_VERSION_1_1", - ] - )] public uint ExtendedSparseAddressSpace; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedSparseAddressSpacePropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedSparseAddressSpacePropertiesNV.gen.cs index a98b02b698..51a4d911ca 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedSparseAddressSpacePropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExtendedSparseAddressSpacePropertiesNV.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExtendedSparseAddressSpacePropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_extended_sparse_address_space"], - ImpliesSets = [ - "VK_NV_extended_sparse_address_space+VK_KHR_get_physical_device_properties2", - "VK_NV_extended_sparse_address_space+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_extended_sparse_address_space"], - ImpliesSets = [ - "VK_NV_extended_sparse_address_space+VK_KHR_get_physical_device_properties2", - "VK_NV_extended_sparse_address_space+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_extended_sparse_address_space"], - ImpliesSets = [ - "VK_NV_extended_sparse_address_space+VK_KHR_get_physical_device_properties2", - "VK_NV_extended_sparse_address_space+VK_VERSION_1_1", - ] - )] public ulong ExtendedSparseAddressSpaceSize; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_extended_sparse_address_space"], - ImpliesSets = [ - "VK_NV_extended_sparse_address_space+VK_KHR_get_physical_device_properties2", - "VK_NV_extended_sparse_address_space+VK_VERSION_1_1", - ] - )] public ImageUsageFlags ExtendedSparseImageUsageFlags; [NativeTypeName("VkBufferUsageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_extended_sparse_address_space"], - ImpliesSets = [ - "VK_NV_extended_sparse_address_space+VK_KHR_get_physical_device_properties2", - "VK_NV_extended_sparse_address_space+VK_VERSION_1_1", - ] - )] public BufferUsageFlags ExtendedSparseBufferUsageFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalBufferInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalBufferInfo.gen.cs index aec96ac88d..e0cecbb412 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalBufferInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalBufferInfo.gen.cs @@ -8,129 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExternalBufferInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBufferCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public BufferCreateFlags Flags; [NativeTypeName("VkBufferUsageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public BufferUsageFlags Usage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalMemoryHandleTypeFlags HandleType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalComputeQueuePropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalComputeQueuePropertiesNV.gen.cs index 0b518aac17..c3895b2bbd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalComputeQueuePropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalComputeQueuePropertiesNV.gen.cs @@ -7,20 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExternalComputeQueuePropertiesNV { - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public uint ExternalDataSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public uint MaxExternalQueues; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalFenceInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalFenceInfo.gen.cs index b9342cdc46..b6434e81ad 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalFenceInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalFenceInfo.gen.cs @@ -7,79 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExternalFenceInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalFenceHandleTypeFlags HandleType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalImageFormatInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalImageFormatInfo.gen.cs index bb3adbb3c5..997957fcc8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalImageFormatInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalImageFormatInfo.gen.cs @@ -8,79 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExternalImageFormatInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalMemoryHandleTypeFlags HandleType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalMemoryHostPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalMemoryHostPropertiesEXT.gen.cs index fbce6c4608..2c74f72138 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalMemoryHostPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalMemoryHostPropertiesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExternalMemoryHostPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public ulong MinImportedHostPointerAlignment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalMemoryRDMAFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalMemoryRDMAFeaturesNV.gen.cs index 04a348c7ec..8e549f4fa0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalMemoryRDMAFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalMemoryRDMAFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExternalMemoryRDMAFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] public uint ExternalMemoryRDMA; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalSemaphoreInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalSemaphoreInfo.gen.cs index 0712ca68a8..f8be751771 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalSemaphoreInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalSemaphoreInfo.gen.cs @@ -8,79 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExternalSemaphoreInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ExternalSemaphoreHandleTypeFlags HandleType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalTensorInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalTensorInfoARM.gen.cs index cc20dd1813..c0bab15c54 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalTensorInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceExternalTensorInfoARM.gen.cs @@ -8,24 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceExternalTensorInfoARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkTensorCreateFlagsARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public TensorCreateFlagsARM Flags; [NativeTypeName("const VkTensorDescriptionARM *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public TensorDescriptionARM* PDescription; - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public ExternalMemoryHandleTypeFlags HandleType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFaultFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFaultFeaturesEXT.gen.cs index 9c1d3ff002..427b613e64 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFaultFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFaultFeaturesEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFaultFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint DeviceFault; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public uint DeviceFaultVendorBinary; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFeatures.gen.cs index b6c288c792..e1c77a3868 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFeatures.gen.cs @@ -8,1086 +8,170 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PhysicalDeviceFeatures { [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_0", "VK_VERSION_1_1", "VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.0" - )] public uint RobustBufferAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint FullDrawIndexUint32; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ImageCubeArray; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint IndependentBlend; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint GeometryShader; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3", - "VkPhysicalDeviceExtendedDynamicState3FeaturesEXT::extendedDynamicState3TessellationDomainOrigin", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public uint TessellationShader; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint SampleRateShading; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DualSrcBlend; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3", - "VkPhysicalDeviceExtendedDynamicState3FeaturesEXT::extendedDynamicState3LogicOpEnable", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public uint LogicOp; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MultiDrawIndirect; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint DrawIndirectFirstInstance; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint DepthClamp; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint DepthBiasClamp; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3", - "VkPhysicalDeviceExtendedDynamicState3FeaturesEXT::extendedDynamicState3PolygonMode", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public uint FillModeNonSolid; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DepthBounds; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint WideLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint LargePoints; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3", - "VkPhysicalDeviceExtendedDynamicState3FeaturesEXT::extendedDynamicState3AlphaToOneEnable", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public uint AlphaToOne; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MultiViewport; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint SamplerAnisotropy; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint TextureCompressionETC2; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint TextureCompressionASTCLDR; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint TextureCompressionBC; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint OcclusionQueryPrecise; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint PipelineStatisticsQuery; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint VertexPipelineStoresAndAtomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint FragmentStoresAndAtomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ShaderTessellationAndGeometryPointSize; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderImageGatherExtended; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderStorageImageExtendedFormats; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ShaderStorageImageMultisample; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ShaderStorageImageReadWithoutFormat; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ShaderStorageImageWriteWithoutFormat; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderUniformBufferArrayDynamicIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderSampledImageArrayDynamicIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderStorageBufferArrayDynamicIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderStorageImageArrayDynamicIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ShaderClipDistance; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ShaderCullDistance; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ShaderFloat64; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderInt64; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderInt16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ShaderResourceResidency; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ShaderResourceMinLod; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SparseBinding; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SparseResidencyBuffer; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SparseResidencyImage2D; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SparseResidencyImage3D; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SparseResidency2Samples; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SparseResidency4Samples; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SparseResidency8Samples; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SparseResidency16Samples; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SparseResidencyAliased; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint VariableMultisampleRate; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint InheritedQueries; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFeatures2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFeatures2.gen.cs index 621a0712ed..f280dae925 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFeatures2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFeatures2.gen.cs @@ -8,78 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFeatures2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public PhysicalDeviceFeatures Features; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFloatControlsProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFloatControlsProperties.gen.cs index dbee7b92e3..34c6b3f87a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFloatControlsProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFloatControlsProperties.gen.cs @@ -8,344 +8,55 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFloatControlsProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ShaderFloatControlsIndependence DenormBehaviorIndependence; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ShaderFloatControlsIndependence RoundingModeIndependence; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderSignedZeroInfNanPreserveFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderSignedZeroInfNanPreserveFloat32; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderSignedZeroInfNanPreserveFloat64; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderDenormPreserveFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderDenormPreserveFloat32; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderDenormPreserveFloat64; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderDenormFlushToZeroFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderDenormFlushToZeroFloat32; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderDenormFlushToZeroFloat64; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderRoundingModeRTEFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderRoundingModeRTEFloat32; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderRoundingModeRTEFloat64; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderRoundingModeRTZFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderRoundingModeRTZFloat32; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderRoundingModeRTZFloat64; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFormatPackFeaturesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFormatPackFeaturesARM.gen.cs index 9367975520..d5ed931934 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFormatPackFeaturesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFormatPackFeaturesARM.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFormatPackFeaturesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] public uint FormatPack; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMap2FeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMap2FeaturesEXT.gen.cs index 71c0e9c95f..80fe6269a3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMap2FeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMap2FeaturesEXT.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentDensityMap2FeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] public uint FragmentDensityMapDeferred; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMap2PropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMap2PropertiesEXT.gen.cs index 0a12b965e0..40b90c0ebe 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMap2PropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMap2PropertiesEXT.gen.cs @@ -8,52 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentDensityMap2PropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] public uint SubsampledLoads; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] public uint SubsampledCoarseReconstructionEarlyAccess; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] public uint MaxSubsampledArrayLayers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] public uint MaxDescriptorSetSubsampledSamplers; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapFeaturesEXT.gen.cs index ef931608c7..ff07bd57a2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapFeaturesEXT.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentDensityMapFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public uint FragmentDensityMap; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public uint FragmentDensityMapDynamic; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public uint FragmentDensityMapNonSubsampledImages; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE.gen.cs new file mode 100644 index 0000000000..c2ada05bec --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE.gen.cs @@ -0,0 +1,18 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("VkBool32")] + public uint FragmentDensityMapLayered; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapLayeredFeaturesValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapLayeredFeaturesValve.gen.cs deleted file mode 100644 index f3a538de75..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapLayeredFeaturesValve.gen.cs +++ /dev/null @@ -1,44 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PhysicalDeviceFragmentDensityMapLayeredFeaturesValve -{ - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - public void* PNext; - - [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - public uint FragmentDensityMapLayered; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE.gen.cs new file mode 100644 index 0000000000..0284d76042 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE.gen.cs @@ -0,0 +1,17 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("uint32_t")] + public uint MaxFragmentDensityMapLayers; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapLayeredPropertiesValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapLayeredPropertiesValve.gen.cs deleted file mode 100644 index e2ec53a552..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapLayeredPropertiesValve.gen.cs +++ /dev/null @@ -1,43 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PhysicalDeviceFragmentDensityMapLayeredPropertiesValve -{ - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - public void* PNext; - - [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - public uint MaxFragmentDensityMapLayers; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.gen.cs index 05055a134b..0c6aa285ab 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.gen.cs @@ -8,49 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentDensityMapOffsetFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public uint FragmentDensityMapOffset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.gen.cs index 89e832a5ba..768eafa492 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.gen.cs @@ -7,54 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] public Extent2D FragmentDensityOffsetGranularity; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapPropertiesEXT.gen.cs index 50f8fec3e8..641375e287 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentDensityMapPropertiesEXT.gen.cs @@ -7,57 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentDensityMapPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public Extent2D MinFragmentDensityTexelSize; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public Extent2D MaxFragmentDensityTexelSize; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public uint FragmentDensityInvocations; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShaderBarycentricFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShaderBarycentricFeaturesKHR.gen.cs index 5767535567..986deeb2be 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShaderBarycentricFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShaderBarycentricFeaturesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentShaderBarycentricFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_KHR_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_KHR_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_KHR_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_KHR_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_KHR_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_KHR_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] public uint FragmentShaderBarycentric; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShaderBarycentricPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShaderBarycentricPropertiesKHR.gen.cs index 90b51c3550..8c4cbceb50 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShaderBarycentricPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShaderBarycentricPropertiesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentShaderBarycentricPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_KHR_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_KHR_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_KHR_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_KHR_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_KHR_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_KHR_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] public uint TriStripVertexOrderIndependentOfProvokingVertex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShaderInterlockFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShaderInterlockFeaturesEXT.gen.cs index de06fbcde7..83df131363 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShaderInterlockFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShaderInterlockFeaturesEXT.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentShaderInterlockFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_shader_interlock"], - ImpliesSets = [ - "VK_EXT_fragment_shader_interlock+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_shader_interlock+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_shader_interlock"], - ImpliesSets = [ - "VK_EXT_fragment_shader_interlock+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_shader_interlock+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_shader_interlock"], - ImpliesSets = [ - "VK_EXT_fragment_shader_interlock+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_shader_interlock+VK_VERSION_1_1", - ] - )] public uint FragmentShaderSampleInterlock; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_shader_interlock"], - ImpliesSets = [ - "VK_EXT_fragment_shader_interlock+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_shader_interlock+VK_VERSION_1_1", - ] - )] public uint FragmentShaderPixelInterlock; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_shader_interlock"], - ImpliesSets = [ - "VK_EXT_fragment_shader_interlock+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_shader_interlock+VK_VERSION_1_1", - ] - )] public uint FragmentShaderShadingRateInterlock; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateEnumsFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateEnumsFeaturesNV.gen.cs index ccede3c9f7..08b18559a6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateEnumsFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateEnumsFeaturesNV.gen.cs @@ -8,44 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentShadingRateEnumsFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public uint FragmentShadingRateEnums; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public uint SupersampleFragmentShadingRates; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public uint NoInvocationFragmentShadingRates; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateEnumsPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateEnumsPropertiesNV.gen.cs index ed3384458f..1d87ec24ee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateEnumsPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateEnumsPropertiesNV.gen.cs @@ -7,27 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentShadingRateEnumsPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public SampleCountFlags MaxFragmentShadingRateInvocationCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateFeaturesKHR.gen.cs index 5abe25862b..fce987048b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateFeaturesKHR.gen.cs @@ -8,65 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentShadingRateFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint PipelineFragmentShadingRate; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_mesh_shader", - "VK_KHR_fragment_shading_rate", - "VkPhysicalDeviceMeshShaderFeaturesEXT::primitiveFragmentShadingRateMeshShader", - ], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"], - RequireAll = true - )] public uint PrimitiveFragmentShadingRate; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint AttachmentFragmentShadingRate; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateKHR.gen.cs index a884f9d45a..3136d7ec10 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRateKHR.gen.cs @@ -8,51 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentShadingRateKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public SampleCountFlags SampleCounts; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public Extent2D FragmentSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRatePropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRatePropertiesKHR.gen.cs index c53654f032..3c2583adb0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRatePropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFragmentShadingRatePropertiesKHR.gen.cs @@ -7,228 +7,51 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFragmentShadingRatePropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public Extent2D MinFragmentShadingRateAttachmentTexelSize; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public Extent2D MaxFragmentShadingRateAttachmentTexelSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint MaxFragmentShadingRateAttachmentTexelSizeAspectRatio; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint PrimitiveFragmentShadingRateWithMultipleViewports; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint LayeredShadingRateAttachments; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint FragmentShadingRateNonTrivialCombinerOps; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public Extent2D MaxFragmentSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint MaxFragmentSizeAspectRatio; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint MaxFragmentShadingRateCoverageSamples; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public SampleCountFlags MaxFragmentShadingRateRasterizationSamples; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint FragmentShadingRateWithShaderDepthStencilWrites; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint FragmentShadingRateWithSampleMask; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint FragmentShadingRateWithShaderSampleMask; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint FragmentShadingRateWithConservativeRasterization; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint FragmentShadingRateWithFragmentShaderInterlock; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint FragmentShadingRateWithCustomSampleLocations; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint FragmentShadingRateStrictMultiplyCombiner; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFrameBoundaryFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFrameBoundaryFeaturesEXT.gen.cs index 6e2a98d654..c3a3abeef8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFrameBoundaryFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceFrameBoundaryFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceFrameBoundaryFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public uint FrameBoundary; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGlobalPriorityQueryFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGlobalPriorityQueryFeatures.gen.cs index 13352ca0e3..ffb5ee5be4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGlobalPriorityQueryFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGlobalPriorityQueryFeatures.gen.cs @@ -7,34 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceGlobalPriorityQueryFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint GlobalPriorityQuery; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.gen.cs index 2dcdbce9d8..7b1346249a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceGraphicsPipelineLibraryFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] public uint GraphicsPipelineLibrary; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.gen.cs index ebbf730500..0976ee2823 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.gen.cs @@ -7,48 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] public uint GraphicsPipelineLibraryFastLinking; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] public uint GraphicsPipelineLibraryIndependentInterpolationDecoration; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGroupProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGroupProperties.gen.cs index e7c6d295b0..89d9c6693e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGroupProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGroupProperties.gen.cs @@ -7,129 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceGroupProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint PhysicalDeviceCount; [NativeTypeName("VkPhysicalDevice[32]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public PhysicalDeviceGroupPropertiesPhysicalDevices PhysicalDevices; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint SubsetAllocation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGroupPropertiesPhysicalDevices.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGroupPropertiesPhysicalDevices.gen.cs index ba9d1f6859..1fa60a6f4e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGroupPropertiesPhysicalDevices.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceGroupPropertiesPhysicalDevices.gen.cs @@ -8,124 +8,39 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" -)] public unsafe partial struct PhysicalDeviceGroupPropertiesPhysicalDevices { - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E0; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E1; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E2; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E3; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E4; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E5; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E6; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E7; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E8; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E9; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E10; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E11; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E12; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E13; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E14; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E15; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E16; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E17; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E18; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E19; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E20; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E21; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E22; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E23; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E24; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E25; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E26; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E27; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E28; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E29; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E30; - - [SupportedApiProfile("vulkan")] public PhysicalDeviceHandle E31; [SupportedApiProfile("vulkan")] diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHdrVividFeaturesHUAWEI.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHdrVividFeaturesHUAWEI.gen.cs new file mode 100644 index 0000000000..0ffec945d9 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHdrVividFeaturesHUAWEI.gen.cs @@ -0,0 +1,18 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PhysicalDeviceHdrVividFeaturesHUAWEI +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("VkBool32")] + public uint HdrVivid; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHdrVividFeaturesHuawei.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHdrVividFeaturesHuawei.gen.cs deleted file mode 100644 index cb64884b8a..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHdrVividFeaturesHuawei.gen.cs +++ /dev/null @@ -1,44 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PhysicalDeviceHdrVividFeaturesHuawei -{ - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_hdr_vivid"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_hdr_vivid"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_hdr_vivid"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_VERSION_1_1", - ] - )] - public uint HdrVivid; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostImageCopyFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostImageCopyFeatures.gen.cs index aeae3ece29..93fc4d552c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostImageCopyFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostImageCopyFeatures.gen.cs @@ -8,42 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceHostImageCopyFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint HostImageCopy; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostImageCopyProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostImageCopyProperties.gen.cs index 44deb94f22..f8d94e51f3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostImageCopyProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostImageCopyProperties.gen.cs @@ -8,106 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceHostImageCopyProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint CopySrcLayoutCount; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageLayout* PCopySrcLayouts; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint CopyDstLayoutCount; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageLayout* PCopyDstLayouts; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public PhysicalDeviceHostImageCopyPropertiesOptimalTilingLayoutUUID OptimalTilingLayoutUUID; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint IdenticalMemoryTypeRequirements; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostImageCopyPropertiesOptimalTilingLayoutUUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostImageCopyPropertiesOptimalTilingLayoutUUID.gen.cs index e7474f4721..3081cd1fe6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostImageCopyPropertiesOptimalTilingLayoutUUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostImageCopyPropertiesOptimalTilingLayoutUUID.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - ["VK_BASE_VERSION_1_4", "VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" -)] public partial struct PhysicalDeviceHostImageCopyPropertiesOptimalTilingLayoutUUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostQueryResetFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostQueryResetFeatures.gen.cs index 8d201abee7..ce5c618abf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostQueryResetFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceHostQueryResetFeatures.gen.cs @@ -7,54 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceHostQueryResetFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint HostQueryReset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDProperties.gen.cs index 23590ecb41..f1f7422c07 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDProperties.gen.cs @@ -6,179 +6,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceIDProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public PhysicalDeviceIDPropertiesDeviceUUID DeviceUUID; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public PhysicalDeviceIDPropertiesDriverUUID DriverUUID; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public PhysicalDeviceIDPropertiesDeviceLUID DeviceLUID; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DeviceNodeMask; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DeviceLUIDValid; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDPropertiesDeviceLUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDPropertiesDeviceLUID.gen.cs index 281a289f23..97b73c2dd3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDPropertiesDeviceLUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDPropertiesDeviceLUID.gen.cs @@ -9,30 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" -)] public partial struct PhysicalDeviceIDPropertiesDeviceLUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDPropertiesDeviceUUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDPropertiesDeviceUUID.gen.cs index 910cd9b415..8a60ad1b59 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDPropertiesDeviceUUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDPropertiesDeviceUUID.gen.cs @@ -9,30 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" -)] public partial struct PhysicalDeviceIDPropertiesDeviceUUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDPropertiesDriverUUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDPropertiesDriverUUID.gen.cs index 2f28f9d75a..d5f285a431 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDPropertiesDriverUUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIDPropertiesDriverUUID.gen.cs @@ -9,30 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" -)] public partial struct PhysicalDeviceIDPropertiesDriverUUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImage2DViewOf3DFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImage2DViewOf3DFeaturesEXT.gen.cs index 782d90c153..b208241f04 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImage2DViewOf3DFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImage2DViewOf3DFeaturesEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImage2DViewOf3DFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_2d_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_2d_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_2d_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public uint Image2DViewOf3D; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_2d_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public uint Sampler2DViewOf3D; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageAlignmentControlFeaturesMESA.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageAlignmentControlFeaturesMESA.gen.cs index 32fa9092b3..a9da94a037 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageAlignmentControlFeaturesMESA.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageAlignmentControlFeaturesMESA.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageAlignmentControlFeaturesMESA { - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] public uint ImageAlignmentControl; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageAlignmentControlPropertiesMESA.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageAlignmentControlPropertiesMESA.gen.cs index b017c340ba..6681b48ab8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageAlignmentControlPropertiesMESA.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageAlignmentControlPropertiesMESA.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageAlignmentControlPropertiesMESA { - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] public uint SupportedImageAlignmentMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageCompressionControlFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageCompressionControlFeaturesEXT.gen.cs index c3ac2ec4f4..c7f4f30296 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageCompressionControlFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageCompressionControlFeaturesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageCompressionControlFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public uint ImageCompressionControl; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.gen.cs index 8bb856e3b1..062efdcc0d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageCompressionControlSwapchainFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control_swapchain"], - ImpliesSets = ["VK_EXT_image_compression_control"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control_swapchain"], - ImpliesSets = ["VK_EXT_image_compression_control"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control_swapchain"], - ImpliesSets = ["VK_EXT_image_compression_control"] - )] public uint ImageCompressionControlSwapchain; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageDrmFormatModifierInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageDrmFormatModifierInfoEXT.gen.cs index 8d0d03fbbb..deea973992 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageDrmFormatModifierInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageDrmFormatModifierInfoEXT.gen.cs @@ -7,76 +7,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageDrmFormatModifierInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ulong DrmFormatModifier; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public SharingMode SharingMode; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint QueueFamilyIndexCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint* PQueueFamilyIndices; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageFormatInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageFormatInfo2.gen.cs index defdd01460..286685fec9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageFormatInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageFormatInfo2.gen.cs @@ -7,177 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageFormatInfo2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public Format Format; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageType Type; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageTiling Tiling; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageUsageFlags Usage; [NativeTypeName("VkImageCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageCreateFlags Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessing2FeaturesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessing2FeaturesQCOM.gen.cs index 75e1c7d1f2..95bde31978 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessing2FeaturesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessing2FeaturesQCOM.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageProcessing2FeaturesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] public uint TextureBlockMatch2; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessing2PropertiesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessing2PropertiesQCOM.gen.cs index d093da9d8e..1f6afba730 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessing2PropertiesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessing2PropertiesQCOM.gen.cs @@ -7,27 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageProcessing2PropertiesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] public Extent2D MaxBlockMatchWindow; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessingFeaturesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessingFeaturesQCOM.gen.cs index 8db4ff4481..f9e996771d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessingFeaturesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessingFeaturesQCOM.gen.cs @@ -7,59 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageProcessingFeaturesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public uint TextureSampleWeighted; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public uint TextureBoxFilter; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public uint TextureBlockMatch; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessingPropertiesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessingPropertiesQCOM.gen.cs index 7701c35f05..961f907512 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessingPropertiesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageProcessingPropertiesQCOM.gen.cs @@ -8,67 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageProcessingPropertiesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public uint MaxWeightFilterPhases; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public Extent2D MaxWeightFilterDimension; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public Extent2D MaxBlockMatchRegion; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public Extent2D MaxBoxFilterBlockSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageRobustnessFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageRobustnessFeatures.gen.cs index 86757f91b5..2ccff45394 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageRobustnessFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageRobustnessFeatures.gen.cs @@ -8,38 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageRobustnessFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint RobustImageAccess; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageSlicedViewOf3DFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageSlicedViewOf3DFeaturesEXT.gen.cs index 5245b4b8ff..2be390fb51 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageSlicedViewOf3DFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageSlicedViewOf3DFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageSlicedViewOf3DFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_sliced_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_sliced_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_sliced_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public uint ImageSlicedViewOf3D; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageViewImageFormatInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageViewImageFormatInfoEXT.gen.cs index 9c34b3182b..3bbec1ef39 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageViewImageFormatInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageViewImageFormatInfoEXT.gen.cs @@ -8,15 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageViewImageFormatInfoEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] public ImageViewType ImageViewType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageViewMinLodFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageViewMinLodFeaturesEXT.gen.cs index 5545404c56..2ef603beb4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageViewMinLodFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImageViewMinLodFeaturesEXT.gen.cs @@ -6,37 +6,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImageViewMinLodFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_view_min_lod"], - ImpliesSets = [ - "VK_EXT_image_view_min_lod+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_view_min_lod+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_view_min_lod"], - ImpliesSets = [ - "VK_EXT_image_view_min_lod+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_view_min_lod+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_view_min_lod"], - ImpliesSets = [ - "VK_EXT_image_view_min_lod+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_view_min_lod+VK_VERSION_1_1", - ] - )] public uint MinLod; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImagelessFramebufferFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImagelessFramebufferFeatures.gen.cs index d82bdea78b..9d7991be70 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImagelessFramebufferFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceImagelessFramebufferFeatures.gen.cs @@ -8,42 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceImagelessFramebufferFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ImagelessFramebuffer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIndexTypeUint8Features.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIndexTypeUint8Features.gen.cs index 8990cce546..9bb902871f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIndexTypeUint8Features.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceIndexTypeUint8Features.gen.cs @@ -8,34 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceIndexTypeUint8Features { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint IndexTypeUint8; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInheritedViewportScissorFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInheritedViewportScissorFeaturesNV.gen.cs index 6b5b191ef0..eb20e708ca 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInheritedViewportScissorFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInheritedViewportScissorFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceInheritedViewportScissorFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_inherited_viewport_scissor"], - ImpliesSets = [ - "VK_NV_inherited_viewport_scissor+VK_KHR_get_physical_device_properties2", - "VK_NV_inherited_viewport_scissor+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_inherited_viewport_scissor"], - ImpliesSets = [ - "VK_NV_inherited_viewport_scissor+VK_KHR_get_physical_device_properties2", - "VK_NV_inherited_viewport_scissor+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_inherited_viewport_scissor"], - ImpliesSets = [ - "VK_NV_inherited_viewport_scissor+VK_KHR_get_physical_device_properties2", - "VK_NV_inherited_viewport_scissor+VK_VERSION_1_1", - ] - )] public uint InheritedViewportScissor2D; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInlineUniformBlockFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInlineUniformBlockFeatures.gen.cs index ffd82fceff..34ab9cecbc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInlineUniformBlockFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInlineUniformBlockFeatures.gen.cs @@ -8,42 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceInlineUniformBlockFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint InlineUniformBlock; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint DescriptorBindingInlineUniformBlockUpdateAfterBind; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInlineUniformBlockProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInlineUniformBlockProperties.gen.cs index 69193c0f5d..f3c4e06fb2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInlineUniformBlockProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInlineUniformBlockProperties.gen.cs @@ -8,109 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceInlineUniformBlockProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxInlineUniformBlockSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxPerStageDescriptorInlineUniformBlocks; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxPerStageDescriptorUpdateAfterBindInlineUniformBlocks; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxDescriptorSetInlineUniformBlocks; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxDescriptorSetUpdateAfterBindInlineUniformBlocks; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInvocationMaskFeaturesHUAWEI.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInvocationMaskFeaturesHUAWEI.gen.cs new file mode 100644 index 0000000000..bf9b2b9dff --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInvocationMaskFeaturesHUAWEI.gen.cs @@ -0,0 +1,17 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PhysicalDeviceInvocationMaskFeaturesHUAWEI +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("VkBool32")] + public uint InvocationMask; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInvocationMaskFeaturesHuawei.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInvocationMaskFeaturesHuawei.gen.cs deleted file mode 100644 index fe2042fe90..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceInvocationMaskFeaturesHuawei.gen.cs +++ /dev/null @@ -1,43 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PhysicalDeviceInvocationMaskFeaturesHuawei -{ - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] - public void* PNext; - - [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] - public uint InvocationMask; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiKHR.gen.cs index 68c496d4f3..ddc9100d00 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiKHR.gen.cs @@ -8,22 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PhysicalDeviceLayeredApiKHR : uint { - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] - VulkanKHR = 0, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] - D3D12KHR = 1, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] - MetalKHR = 2, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] - OpenglKHR = 3, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] - OpenglesKHR = 4, + Vulkan = 0, + D3D12 = 1, + Metal = 2, + Opengl = 3, + Opengles = 4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiPropertiesKHR.gen.cs index 9e77980d7f..593dfe7ac6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiPropertiesKHR.gen.cs @@ -8,27 +8,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceLayeredApiPropertiesKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public uint VendorID; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public uint DeviceID; - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public PhysicalDeviceLayeredApiKHR LayeredAPI; [NativeTypeName("char[256]")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public PhysicalDeviceLayeredApiPropertiesKHRDeviceName DeviceName; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiPropertiesKHRDeviceName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiPropertiesKHRDeviceName.gen.cs index 844b035918..478efe42da 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiPropertiesKHRDeviceName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiPropertiesKHRDeviceName.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public partial struct PhysicalDeviceLayeredApiPropertiesKHRDeviceName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiPropertiesListKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiPropertiesListKHR.gen.cs index 40865222a6..e745d96628 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiPropertiesListKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiPropertiesListKHR.gen.cs @@ -8,19 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceLayeredApiPropertiesListKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public uint LayeredApiCount; - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public PhysicalDeviceLayeredApiPropertiesKHR* PLayeredApis; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiVulkanPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiVulkanPropertiesKHR.gen.cs index db060b661f..2eac30f5a3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiVulkanPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredApiVulkanPropertiesKHR.gen.cs @@ -7,15 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceLayeredApiVulkanPropertiesKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public PhysicalDeviceProperties2 Properties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredDriverPropertiesMSFT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredDriverPropertiesMSFT.gen.cs index dacecf9238..05c8024048 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredDriverPropertiesMSFT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLayeredDriverPropertiesMSFT.gen.cs @@ -7,36 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceLayeredDriverPropertiesMSFT { - [SupportedApiProfile( - "vulkan", - ["VK_MSFT_layered_driver"], - ImpliesSets = [ - "VK_MSFT_layered_driver+VK_KHR_get_physical_device_properties2", - "VK_MSFT_layered_driver+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_MSFT_layered_driver"], - ImpliesSets = [ - "VK_MSFT_layered_driver+VK_KHR_get_physical_device_properties2", - "VK_MSFT_layered_driver+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_MSFT_layered_driver"], - ImpliesSets = [ - "VK_MSFT_layered_driver+VK_KHR_get_physical_device_properties2", - "VK_MSFT_layered_driver+VK_VERSION_1_1", - ] - )] public LayeredDriverUnderlyingApiMSFT UnderlyingAPI; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLegacyDitheringFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLegacyDitheringFeaturesEXT.gen.cs index cf73416feb..6cc855ebb9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLegacyDitheringFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLegacyDitheringFeaturesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceLegacyDitheringFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_dithering"], - ImpliesSets = [ - "VK_EXT_legacy_dithering+VK_KHR_get_physical_device_properties2", - "VK_EXT_legacy_dithering+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_dithering"], - ImpliesSets = [ - "VK_EXT_legacy_dithering+VK_KHR_get_physical_device_properties2", - "VK_EXT_legacy_dithering+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_dithering"], - ImpliesSets = [ - "VK_EXT_legacy_dithering+VK_KHR_get_physical_device_properties2", - "VK_EXT_legacy_dithering+VK_VERSION_1_1", - ] - )] public uint LegacyDithering; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLegacyVertexAttributesFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLegacyVertexAttributesFeaturesEXT.gen.cs index 698821d060..f44a784298 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLegacyVertexAttributesFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLegacyVertexAttributesFeaturesEXT.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceLegacyVertexAttributesFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_vertex_attributes"], - ImpliesSets = ["VK_EXT_vertex_input_dynamic_state"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_vertex_attributes"], - ImpliesSets = ["VK_EXT_vertex_input_dynamic_state"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_vertex_attributes"], - ImpliesSets = ["VK_EXT_vertex_input_dynamic_state"] - )] public uint LegacyVertexAttributes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLegacyVertexAttributesPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLegacyVertexAttributesPropertiesEXT.gen.cs index 3efdd82263..4840595088 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLegacyVertexAttributesPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLegacyVertexAttributesPropertiesEXT.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceLegacyVertexAttributesPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_vertex_attributes"], - ImpliesSets = ["VK_EXT_vertex_input_dynamic_state"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_vertex_attributes"], - ImpliesSets = ["VK_EXT_vertex_input_dynamic_state"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_vertex_attributes"], - ImpliesSets = ["VK_EXT_vertex_input_dynamic_state"] - )] public uint NativeUnalignedPerformance; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimits.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimits.gen.cs index 5f78228916..b41c02f703 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimits.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimits.gen.cs @@ -8,3073 +8,309 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PhysicalDeviceLimits { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxImageDimension1D; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxImageDimension2D; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxImageDimension3D; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxImageDimensionCube; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxImageArrayLayers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxTexelBufferElements; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxUniformBufferRange; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxStorageBufferRange; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxPushConstantsSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxMemoryAllocationCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxSamplerAllocationCount; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong BufferImageGranularity; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong SparseAddressSpaceSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxBoundDescriptorSets; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxPerStageDescriptorSamplers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxPerStageDescriptorUniformBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxPerStageDescriptorStorageBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxPerStageDescriptorSampledImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxPerStageDescriptorStorageImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxPerStageDescriptorInputAttachments; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxPerStageResources; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxDescriptorSetSamplers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxDescriptorSetUniformBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxDescriptorSetUniformBuffersDynamic; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxDescriptorSetStorageBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxDescriptorSetStorageBuffersDynamic; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxDescriptorSetSampledImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxDescriptorSetStorageImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxDescriptorSetInputAttachments; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxVertexInputAttributes; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxVertexInputBindings; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxVertexInputAttributeOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxVertexInputBindingStride; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxVertexOutputComponents; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxTessellationGenerationLevel; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxTessellationPatchSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxTessellationControlPerVertexInputComponents; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxTessellationControlPerVertexOutputComponents; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxTessellationControlPerPatchOutputComponents; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxTessellationControlTotalOutputComponents; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxTessellationEvaluationInputComponents; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxTessellationEvaluationOutputComponents; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxGeometryShaderInvocations; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxGeometryInputComponents; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxGeometryOutputComponents; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxGeometryOutputVertices; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxGeometryTotalOutputComponents; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxFragmentInputComponents; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxFragmentOutputAttachments; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxFragmentDualSrcAttachments; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxFragmentCombinedOutputResources; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxComputeSharedMemorySize; [NativeTypeName("uint32_t[3]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDeviceLimitsMaxComputeWorkGroupCount MaxComputeWorkGroupCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxComputeWorkGroupInvocations; [NativeTypeName("uint32_t[3]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDeviceLimitsMaxComputeWorkGroupSize MaxComputeWorkGroupSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SubPixelPrecisionBits; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SubTexelPrecisionBits; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MipmapPrecisionBits; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxDrawIndexedIndexValue; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxDrawIndirectCount; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float MaxSamplerLodBias; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float MaxSamplerAnisotropy; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxViewports; [NativeTypeName("uint32_t[2]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDeviceLimitsMaxViewportDimensions MaxViewportDimensions; [NativeTypeName("float[2]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDeviceLimitsViewportBoundsRange ViewportBoundsRange; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ViewportSubPixelBits; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public nuint MinMemoryMapAlignment; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong MinTexelBufferOffsetAlignment; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong MinUniformBufferOffsetAlignment; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong MinStorageBufferOffsetAlignment; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public int MinTexelOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxTexelOffset; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public int MinTexelGatherOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxTexelGatherOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float MinInterpolationOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float MaxInterpolationOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SubPixelInterpolationOffsetBits; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxFramebufferWidth; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxFramebufferHeight; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxFramebufferLayers; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags FramebufferColorSampleCounts; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags FramebufferDepthSampleCounts; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags FramebufferStencilSampleCounts; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags FramebufferNoAttachmentsSampleCounts; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxColorAttachments; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags SampledImageColorSampleCounts; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags SampledImageIntegerSampleCounts; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags SampledImageDepthSampleCounts; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags SampledImageStencilSampleCounts; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags StorageImageSampleCounts; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxSampleMaskWords; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint TimestampComputeAndGraphics; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float TimestampPeriod; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxClipDistances; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxCullDistances; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MaxCombinedClipAndCullDistances; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DiscreteQueuePriorities; [NativeTypeName("float[2]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDeviceLimitsPointSizeRange PointSizeRange; [NativeTypeName("float[2]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDeviceLimitsLineWidthRange LineWidthRange; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float PointSizeGranularity; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float LineWidthGranularity; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint StrictLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint StandardSampleLocations; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong OptimalBufferCopyOffsetAlignment; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong OptimalBufferCopyRowPitchAlignment; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong NonCoherentAtomSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsLineWidthRange.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsLineWidthRange.gen.cs index 8c85fe7125..5ea04f06ad 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsLineWidthRange.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsLineWidthRange.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct PhysicalDeviceLimitsLineWidthRange { - [SupportedApiProfile("vulkan")] public float E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsMaxComputeWorkGroupCount.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsMaxComputeWorkGroupCount.gen.cs index afa25a8d3d..ddd1201db7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsMaxComputeWorkGroupCount.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsMaxComputeWorkGroupCount.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct PhysicalDeviceLimitsMaxComputeWorkGroupCount { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsMaxComputeWorkGroupSize.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsMaxComputeWorkGroupSize.gen.cs index 40fcb86545..608a4c9a0b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsMaxComputeWorkGroupSize.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsMaxComputeWorkGroupSize.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct PhysicalDeviceLimitsMaxComputeWorkGroupSize { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsMaxViewportDimensions.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsMaxViewportDimensions.gen.cs index afd705aa4c..8e9a50640e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsMaxViewportDimensions.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsMaxViewportDimensions.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct PhysicalDeviceLimitsMaxViewportDimensions { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsPointSizeRange.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsPointSizeRange.gen.cs index f5fd84a416..2d7e2935f2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsPointSizeRange.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsPointSizeRange.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct PhysicalDeviceLimitsPointSizeRange { - [SupportedApiProfile("vulkan")] public float E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsViewportBoundsRange.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsViewportBoundsRange.gen.cs index 33b22efa33..48082ba76e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsViewportBoundsRange.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLimitsViewportBoundsRange.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct PhysicalDeviceLimitsViewportBoundsRange { - [SupportedApiProfile("vulkan")] public float E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLineRasterizationFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLineRasterizationFeatures.gen.cs index a2fac93bf1..e61f66c2d2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLineRasterizationFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLineRasterizationFeatures.gen.cs @@ -8,64 +8,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceLineRasterizationFeatures { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint RectangularLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint BresenhamLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint SmoothLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint StippledRectangularLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint StippledBresenhamLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint StippledSmoothLines; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLineRasterizationProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLineRasterizationProperties.gen.cs index 2c276ac40f..6b2b4aac5d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLineRasterizationProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLineRasterizationProperties.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceLineRasterizationProperties { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint LineSubPixelPrecisionBits; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLinearColorAttachmentFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLinearColorAttachmentFeaturesNV.gen.cs index cb5584e37e..24e57d4d17 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLinearColorAttachmentFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceLinearColorAttachmentFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceLinearColorAttachmentFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_linear_color_attachment"], - ImpliesSets = [ - "VK_NV_linear_color_attachment+VK_KHR_get_physical_device_properties2", - "VK_NV_linear_color_attachment+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_linear_color_attachment"], - ImpliesSets = [ - "VK_NV_linear_color_attachment+VK_KHR_get_physical_device_properties2", - "VK_NV_linear_color_attachment+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_linear_color_attachment"], - ImpliesSets = [ - "VK_NV_linear_color_attachment+VK_KHR_get_physical_device_properties2", - "VK_NV_linear_color_attachment+VK_VERSION_1_1", - ] - )] public uint LinearColorAttachment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance10FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance10FeaturesKHR.gen.cs index 3bf6a7fa5a..38e9755a5b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance10FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance10FeaturesKHR.gen.cs @@ -6,37 +6,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance10FeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public uint Maintenance10; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance10PropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance10PropertiesKHR.gen.cs index 0f7cc9f1d2..09c9ef84c2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance10PropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance10PropertiesKHR.gen.cs @@ -7,59 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance10PropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public uint Rgba4OpaqueBlackSwizzled; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public uint ResolveSrgbFormatAppliesTransferFunction; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public uint ResolveSrgbFormatSupportsTransferFunctionControl; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance3Properties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance3Properties.gen.cs index 4a4c56b622..1410b03a59 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance3Properties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance3Properties.gen.cs @@ -8,88 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance3Properties { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint MaxPerSetDescriptors; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ulong MaxMemoryAllocationSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance4Features.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance4Features.gen.cs index e9aac3b769..c195b1b044 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance4Features.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance4Features.gen.cs @@ -7,42 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance4Features { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint Maintenance4; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance4Properties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance4Properties.gen.cs index 359cdddbdd..e112d538b8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance4Properties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance4Properties.gen.cs @@ -7,55 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance4Properties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong MaxBufferSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance5Features.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance5Features.gen.cs index b740a70041..2d82a2644f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance5Features.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance5Features.gen.cs @@ -8,34 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance5Features { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint Maintenance5; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance5Properties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance5Properties.gen.cs index f452fc89e7..93c5c964f1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance5Properties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance5Properties.gen.cs @@ -8,108 +8,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance5Properties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint EarlyFragmentMultisampleCoverageAfterSampleCounting; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint EarlyFragmentSampleMaskTestBeforeSampleCounting; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint DepthStencilSwizzleOneSupport; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint PolygonModePointSize; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint NonStrictSinglePixelWideLinesUseParallelogram; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint NonStrictWideLinesUseParallelogram; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance6Features.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance6Features.gen.cs index 3a128725f6..e8da3af050 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance6Features.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance6Features.gen.cs @@ -8,34 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance6Features { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint Maintenance6; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance6Properties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance6Properties.gen.cs index fe840e61c0..4a52a328c1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance6Properties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance6Properties.gen.cs @@ -8,69 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance6Properties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint BlockTexelViewCompatibleMultipleLayers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint MaxCombinedImageSamplerDescriptorCount; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint FragmentShadingRateClampCombinerInputs; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance7FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance7FeaturesKHR.gen.cs index 899ab36132..d78b07b37d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance7FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance7FeaturesKHR.gen.cs @@ -7,16 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance7FeaturesKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public uint Maintenance7; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance7PropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance7PropertiesKHR.gen.cs index 69f4e8e6d5..aca5ad3a1a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance7PropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance7PropertiesKHR.gen.cs @@ -8,44 +8,32 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance7PropertiesKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public uint RobustFragmentShadingRateAttachmentAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public uint SeparateDepthStencilAttachmentAccess; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public uint MaxDescriptorSetTotalUniformBuffersDynamic; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public uint MaxDescriptorSetTotalStorageBuffersDynamic; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public uint MaxDescriptorSetTotalBuffersDynamic; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public uint MaxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public uint MaxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public uint MaxDescriptorSetUpdateAfterBindTotalBuffersDynamic; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance8FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance8FeaturesKHR.gen.cs index 8623663768..e89e411b0b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance8FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance8FeaturesKHR.gen.cs @@ -7,16 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance8FeaturesKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] public uint Maintenance8; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance9FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance9FeaturesKHR.gen.cs index 107a8ef45a..53b5dddf2a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance9FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance9FeaturesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance9FeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] public uint Maintenance9; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance9PropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance9PropertiesKHR.gen.cs index 6bd9ebfa3e..dfb0c297ed 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance9PropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMaintenance9PropertiesKHR.gen.cs @@ -7,47 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMaintenance9PropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] public uint Image2DViewOf3DSparse; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] public DefaultVertexAttributeValueKHR DefaultVertexAttributeValue; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMapMemoryPlacedFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMapMemoryPlacedFeaturesEXT.gen.cs index d9c47bb31b..d343db75f4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMapMemoryPlacedFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMapMemoryPlacedFeaturesEXT.gen.cs @@ -7,59 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMapMemoryPlacedFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public uint MemoryMapPlaced; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public uint MemoryMapRangePlaced; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public uint MemoryUnmapReserve; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMapMemoryPlacedPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMapMemoryPlacedPropertiesEXT.gen.cs index dcdb580f65..9f683a14d9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMapMemoryPlacedPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMapMemoryPlacedPropertiesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMapMemoryPlacedPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public ulong MinPlacedMemoryMapAlignment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryBudgetPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryBudgetPropertiesEXT.gen.cs index f699cf09a3..868b6cdcc7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryBudgetPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryBudgetPropertiesEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMemoryBudgetPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_budget"], - ImpliesSets = [ - "VK_EXT_memory_budget+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_budget+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_budget"], - ImpliesSets = [ - "VK_EXT_memory_budget+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_budget+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceSize[16]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_budget"], - ImpliesSets = [ - "VK_EXT_memory_budget+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_budget+VK_VERSION_1_1", - ] - )] public PhysicalDeviceMemoryBudgetPropertiesEXTHeapBudget HeapBudget; [NativeTypeName("VkDeviceSize[16]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_budget"], - ImpliesSets = [ - "VK_EXT_memory_budget+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_budget+VK_VERSION_1_1", - ] - )] public PhysicalDeviceMemoryBudgetPropertiesEXTHeapUsage HeapUsage; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryBudgetPropertiesEXTHeapBudget.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryBudgetPropertiesEXTHeapBudget.gen.cs index 52d3450d87..dd68dba9b1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryBudgetPropertiesEXTHeapBudget.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryBudgetPropertiesEXTHeapBudget.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_budget"], - ImpliesSets = [ - "VK_EXT_memory_budget+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_budget+VK_VERSION_1_1", - ] -)] public partial struct PhysicalDeviceMemoryBudgetPropertiesEXTHeapBudget { - [SupportedApiProfile("vulkan")] public ulong E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryBudgetPropertiesEXTHeapUsage.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryBudgetPropertiesEXTHeapUsage.gen.cs index 318b7e351d..e87d8665ee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryBudgetPropertiesEXTHeapUsage.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryBudgetPropertiesEXTHeapUsage.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_budget"], - ImpliesSets = [ - "VK_EXT_memory_budget+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_budget+VK_VERSION_1_1", - ] -)] public partial struct PhysicalDeviceMemoryBudgetPropertiesEXTHeapUsage { - [SupportedApiProfile("vulkan")] public ulong E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryDecompressionFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryDecompressionFeaturesEXT.gen.cs index 7be36b3cb7..e69d5a9477 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryDecompressionFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryDecompressionFeaturesEXT.gen.cs @@ -7,32 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMemoryDecompressionFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public uint MemoryDecompression; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryDecompressionPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryDecompressionPropertiesEXT.gen.cs index 076d80f846..3f151a8c3d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryDecompressionPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryDecompressionPropertiesEXT.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMemoryDecompressionPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public void* PNext; [NativeTypeName("VkMemoryDecompressionMethodFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public MemoryDecompressionMethodFlagsEXT DecompressionMethods; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public ulong MaxDecompressionIndirectCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryPriorityFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryPriorityFeaturesEXT.gen.cs index b4da6211a2..71a5e24d7f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryPriorityFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryPriorityFeaturesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMemoryPriorityFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_priority"], - ImpliesSets = [ - "VK_EXT_memory_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_priority+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_priority"], - ImpliesSets = [ - "VK_EXT_memory_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_priority+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_priority"], - ImpliesSets = [ - "VK_EXT_memory_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_priority+VK_VERSION_1_1", - ] - )] public uint MemoryPriority; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryProperties.gen.cs index c87d994ab8..10cc9fea11 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryProperties.gen.cs @@ -7,122 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PhysicalDeviceMemoryProperties { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MemoryTypeCount; [NativeTypeName("VkMemoryType[32]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDeviceMemoryPropertiesMemoryTypes MemoryTypes; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MemoryHeapCount; [NativeTypeName("VkMemoryHeap[16]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDeviceMemoryPropertiesMemoryHeaps MemoryHeaps; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryProperties2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryProperties2.gen.cs index e95c1954e6..aa55883ba4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryProperties2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryProperties2.gen.cs @@ -8,78 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMemoryProperties2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public PhysicalDeviceMemoryProperties MemoryProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryPropertiesMemoryHeaps.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryPropertiesMemoryHeaps.gen.cs index 7ea0282809..7ee430b074 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryPropertiesMemoryHeaps.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryPropertiesMemoryHeaps.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct PhysicalDeviceMemoryPropertiesMemoryHeaps { - [SupportedApiProfile("vulkan")] public MemoryHeap E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryPropertiesMemoryTypes.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryPropertiesMemoryTypes.gen.cs index f807f0c39b..688a8b7fa0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryPropertiesMemoryTypes.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMemoryPropertiesMemoryTypes.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct PhysicalDeviceMemoryPropertiesMemoryTypes { - [SupportedApiProfile("vulkan")] public MemoryType E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderFeaturesEXT.gen.cs index b7371d0b8a..f7e571899d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderFeaturesEXT.gen.cs @@ -6,63 +6,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMeshShaderFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint TaskShader; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MeshShader; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MultiviewMeshShader; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint PrimitiveFragmentShadingRateMeshShader; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MeshShaderQueries; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderFeaturesNV.gen.cs index 25624cc593..59f51cb859 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderFeaturesNV.gen.cs @@ -7,45 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMeshShaderFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint TaskShader; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MeshShader; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXT.gen.cs index c8866d2e0c..f76ceeee0e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXT.gen.cs @@ -8,244 +8,92 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMeshShaderPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxTaskWorkGroupTotalCount; [NativeTypeName("uint32_t[3]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public PhysicalDeviceMeshShaderPropertiesEXTMaxTaskWorkGroupCount MaxTaskWorkGroupCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxTaskWorkGroupInvocations; [NativeTypeName("uint32_t[3]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public PhysicalDeviceMeshShaderPropertiesEXTMaxTaskWorkGroupSize MaxTaskWorkGroupSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxTaskPayloadSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxTaskSharedMemorySize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxTaskPayloadAndSharedMemorySize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxMeshWorkGroupTotalCount; [NativeTypeName("uint32_t[3]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public PhysicalDeviceMeshShaderPropertiesEXTMaxMeshWorkGroupCount MaxMeshWorkGroupCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxMeshWorkGroupInvocations; [NativeTypeName("uint32_t[3]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public PhysicalDeviceMeshShaderPropertiesEXTMaxMeshWorkGroupSize MaxMeshWorkGroupSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxMeshSharedMemorySize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxMeshPayloadAndSharedMemorySize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxMeshOutputMemorySize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxMeshPayloadAndOutputMemorySize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxMeshOutputComponents; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxMeshOutputVertices; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxMeshOutputPrimitives; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxMeshOutputLayers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxMeshMultiviewViewCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MeshOutputPerVertexGranularity; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MeshOutputPerPrimitiveGranularity; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxPreferredTaskWorkGroupInvocations; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint MaxPreferredMeshWorkGroupInvocations; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint PrefersLocalInvocationVertexOutput; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint PrefersLocalInvocationPrimitiveOutput; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint PrefersCompactVertexOutput; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public uint PrefersCompactPrimitiveOutput; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxMeshWorkGroupCount.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxMeshWorkGroupCount.gen.cs index 649732753d..9ad54aaf2e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxMeshWorkGroupCount.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxMeshWorkGroupCount.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] -)] public partial struct PhysicalDeviceMeshShaderPropertiesEXTMaxMeshWorkGroupCount { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxMeshWorkGroupSize.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxMeshWorkGroupSize.gen.cs index 346c989fee..e3f0081aeb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxMeshWorkGroupSize.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxMeshWorkGroupSize.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] -)] public partial struct PhysicalDeviceMeshShaderPropertiesEXTMaxMeshWorkGroupSize { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxTaskWorkGroupCount.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxTaskWorkGroupCount.gen.cs index 9663aa8f7e..3ea81193d2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxTaskWorkGroupCount.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxTaskWorkGroupCount.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] -)] public partial struct PhysicalDeviceMeshShaderPropertiesEXTMaxTaskWorkGroupCount { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxTaskWorkGroupSize.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxTaskWorkGroupSize.gen.cs index 6385e091fe..4e7422a09a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxTaskWorkGroupSize.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesEXTMaxTaskWorkGroupSize.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] -)] public partial struct PhysicalDeviceMeshShaderPropertiesEXTMaxTaskWorkGroupSize { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesNV.gen.cs index c9dee39af1..949db654ee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesNV.gen.cs @@ -8,169 +8,47 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMeshShaderPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MaxDrawMeshTasksCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MaxTaskWorkGroupInvocations; [NativeTypeName("uint32_t[3]")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public PhysicalDeviceMeshShaderPropertiesNVMaxTaskWorkGroupSize MaxTaskWorkGroupSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MaxTaskTotalMemorySize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MaxTaskOutputCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MaxMeshWorkGroupInvocations; [NativeTypeName("uint32_t[3]")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public PhysicalDeviceMeshShaderPropertiesNVMaxMeshWorkGroupSize MaxMeshWorkGroupSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MaxMeshTotalMemorySize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MaxMeshOutputVertices; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MaxMeshOutputPrimitives; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MaxMeshMultiviewViewCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MeshOutputPerVertexGranularity; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public uint MeshOutputPerPrimitiveGranularity; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesNVMaxMeshWorkGroupSize.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesNVMaxMeshWorkGroupSize.gen.cs index 760e7a3604..12d2bfb4ce 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesNVMaxMeshWorkGroupSize.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesNVMaxMeshWorkGroupSize.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] -)] public partial struct PhysicalDeviceMeshShaderPropertiesNVMaxMeshWorkGroupSize { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesNVMaxTaskWorkGroupSize.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesNVMaxTaskWorkGroupSize.gen.cs index ec6ff06eb1..214b09293d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesNVMaxTaskWorkGroupSize.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMeshShaderPropertiesNVMaxTaskWorkGroupSize.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] -)] public partial struct PhysicalDeviceMeshShaderPropertiesNVMaxTaskWorkGroupSize { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiDrawFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiDrawFeaturesEXT.gen.cs index be25301213..79bfa4468b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiDrawFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiDrawFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMultiDrawFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public uint MultiDraw; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiDrawPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiDrawPropertiesEXT.gen.cs index 0a314bee87..9ddd2adbcf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiDrawPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiDrawPropertiesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMultiDrawPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public uint MaxMultiDrawCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.gen.cs index 7f006a6234..fdcba5a12e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] public uint MultisampledRenderToSingleSampled; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewFeatures.gen.cs index 69d628b42e..b976375f2a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewFeatures.gen.cs @@ -8,80 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMultiviewFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_1", "VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.1" - )] public uint Multiview; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint MultiviewGeometryShader; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint MultiviewTessellationShader; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.gen.cs index ede63d733a..5ee8fcae09 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX { - [SupportedApiProfile( - "vulkan", - ["VK_NVX_multiview_per_view_attributes"], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NVX_multiview_per_view_attributes"], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NVX_multiview_per_view_attributes"], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] public uint PerViewPositionAllComponents; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.gen.cs index ca852aed1f..87478917fa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_render_areas"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_render_areas+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_render_areas+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_render_areas"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_render_areas+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_render_areas+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_render_areas"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_render_areas+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_render_areas+VK_VERSION_1_1", - ] - )] public uint MultiviewPerViewRenderAreas; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.gen.cs index a005150243..a5ad951cad 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_viewports"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_viewports+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_viewports+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_viewports"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_viewports+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_viewports+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_viewports"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_viewports+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_viewports+VK_VERSION_1_1", - ] - )] public uint MultiviewPerViewViewports; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewProperties.gen.cs index 9c52a9a104..a92946adcd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMultiviewProperties.gen.cs @@ -8,72 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMultiviewProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint MaxMultiviewViewCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint MaxMultiviewInstanceIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMutableDescriptorTypeFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMutableDescriptorTypeFeaturesEXT.gen.cs index 7ac107e206..c2ef5f9137 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMutableDescriptorTypeFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceMutableDescriptorTypeFeaturesEXT.gen.cs @@ -8,34 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceMutableDescriptorTypeFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_mutable_descriptor_type"], - ImpliesSets = ["VK_KHR_maintenance3"] - )] public uint MutableDescriptorType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceNestedCommandBufferFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceNestedCommandBufferFeaturesEXT.gen.cs index d5b8c0f4d8..b673d6f05a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceNestedCommandBufferFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceNestedCommandBufferFeaturesEXT.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceNestedCommandBufferFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] public uint NestedCommandBuffer; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] public uint NestedCommandBufferRendering; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] public uint NestedCommandBufferSimultaneousUse; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceNestedCommandBufferPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceNestedCommandBufferPropertiesEXT.gen.cs index 2f4d1e8b51..a7864f9bcc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceNestedCommandBufferPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceNestedCommandBufferPropertiesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceNestedCommandBufferPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] public uint MaxCommandBufferNestingLevel; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceNonSeamlessCubeMapFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceNonSeamlessCubeMapFeaturesEXT.gen.cs index b74dcfaf06..59f7ac447d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceNonSeamlessCubeMapFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceNonSeamlessCubeMapFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceNonSeamlessCubeMapFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_non_seamless_cube_map"], - ImpliesSets = [ - "VK_EXT_non_seamless_cube_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_non_seamless_cube_map+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_non_seamless_cube_map"], - ImpliesSets = [ - "VK_EXT_non_seamless_cube_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_non_seamless_cube_map+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_non_seamless_cube_map"], - ImpliesSets = [ - "VK_EXT_non_seamless_cube_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_non_seamless_cube_map+VK_VERSION_1_1", - ] - )] public uint NonSeamlessCubeMap; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpacityMicromapFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpacityMicromapFeaturesEXT.gen.cs index c58abddf1f..87987eeb1c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpacityMicromapFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpacityMicromapFeaturesEXT.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceOpacityMicromapFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint Micromap; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint MicromapCaptureReplay; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint MicromapHostCommands; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpacityMicromapPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpacityMicromapPropertiesEXT.gen.cs index 4c73f0fbe1..15d8201a17 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpacityMicromapPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpacityMicromapPropertiesEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceOpacityMicromapPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint MaxOpacity2StateSubdivisionLevel; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public uint MaxOpacity4StateSubdivisionLevel; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpticalFlowFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpticalFlowFeaturesNV.gen.cs index a217ebd3fe..e46f3faf8e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpticalFlowFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpticalFlowFeaturesNV.gen.cs @@ -8,40 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceOpticalFlowFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint OpticalFlow; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpticalFlowPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpticalFlowPropertiesNV.gen.cs index 353c143bfd..3f98cf8c6d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpticalFlowPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceOpticalFlowPropertiesNV.gen.cs @@ -8,160 +8,41 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceOpticalFlowPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkOpticalFlowGridSizeFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public OpticalFlowGridSizeFlagsNV SupportedOutputGridSizes; [NativeTypeName("VkOpticalFlowGridSizeFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public OpticalFlowGridSizeFlagsNV SupportedHintGridSizes; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint HintSupported; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint CostSupported; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint BidirectionalFlowSupported; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint GlobalFlowSupported; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint MinWidth; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint MinHeight; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint MaxWidth; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint MaxHeight; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint MaxNumRegionsOfInterest; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePCIBusInfoPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePCIBusInfoPropertiesEXT.gen.cs index a75681a53e..494f45c5cc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePCIBusInfoPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePCIBusInfoPropertiesEXT.gen.cs @@ -7,70 +7,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePCIBusInfoPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pci_bus_info"], - ImpliesSets = [ - "VK_EXT_pci_bus_info+VK_KHR_get_physical_device_properties2", - "VK_EXT_pci_bus_info+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pci_bus_info"], - ImpliesSets = [ - "VK_EXT_pci_bus_info+VK_KHR_get_physical_device_properties2", - "VK_EXT_pci_bus_info+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pci_bus_info"], - ImpliesSets = [ - "VK_EXT_pci_bus_info+VK_KHR_get_physical_device_properties2", - "VK_EXT_pci_bus_info+VK_VERSION_1_1", - ] - )] public uint PciDomain; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pci_bus_info"], - ImpliesSets = [ - "VK_EXT_pci_bus_info+VK_KHR_get_physical_device_properties2", - "VK_EXT_pci_bus_info+VK_VERSION_1_1", - ] - )] public uint PciBus; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pci_bus_info"], - ImpliesSets = [ - "VK_EXT_pci_bus_info+VK_KHR_get_physical_device_properties2", - "VK_EXT_pci_bus_info+VK_VERSION_1_1", - ] - )] public uint PciDevice; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pci_bus_info"], - ImpliesSets = [ - "VK_EXT_pci_bus_info+VK_KHR_get_physical_device_properties2", - "VK_EXT_pci_bus_info+VK_VERSION_1_1", - ] - )] public uint PciFunction; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.gen.cs index 80400381de..b69b9d8faf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] public uint PageableDeviceLocalMemory; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePartitionedAccelerationStructureFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePartitionedAccelerationStructureFeaturesNV.gen.cs index 0758030ad1..3f4a7e2c82 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePartitionedAccelerationStructureFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePartitionedAccelerationStructureFeaturesNV.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePartitionedAccelerationStructureFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint PartitionedAccelerationStructure; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePartitionedAccelerationStructurePropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePartitionedAccelerationStructurePropertiesNV.gen.cs index 03d20b16cf..d72ca04303 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePartitionedAccelerationStructurePropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePartitionedAccelerationStructurePropertiesNV.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePartitionedAccelerationStructurePropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint MaxPartitionCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerStageDescriptorSetFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerStageDescriptorSetFeaturesNV.gen.cs index b1c7118a54..43781b4ac4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerStageDescriptorSetFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerStageDescriptorSetFeaturesNV.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePerStageDescriptorSetFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_per_stage_descriptor_set"], - ImpliesSets = [ - "VK_NV_per_stage_descriptor_set+VK_KHR_maintenance6", - "VK_NV_per_stage_descriptor_set+VK_VERSION_1_4", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_per_stage_descriptor_set"], - ImpliesSets = [ - "VK_NV_per_stage_descriptor_set+VK_KHR_maintenance6", - "VK_NV_per_stage_descriptor_set+VK_VERSION_1_4", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_per_stage_descriptor_set"], - ImpliesSets = [ - "VK_NV_per_stage_descriptor_set+VK_KHR_maintenance6", - "VK_NV_per_stage_descriptor_set+VK_VERSION_1_4", - ] - )] public uint PerStageDescriptorSet; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_per_stage_descriptor_set"], - ImpliesSets = [ - "VK_NV_per_stage_descriptor_set+VK_KHR_maintenance6", - "VK_NV_per_stage_descriptor_set+VK_VERSION_1_4", - ] - )] public uint DynamicPipelineLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceCountersByRegionFeaturesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceCountersByRegionFeaturesARM.gen.cs index 6c3808262a..b281ce72a9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceCountersByRegionFeaturesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceCountersByRegionFeaturesARM.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePerformanceCountersByRegionFeaturesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public uint PerformanceCountersByRegion; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceCountersByRegionPropertiesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceCountersByRegionPropertiesARM.gen.cs index 9ad8a214e0..6302235d5a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceCountersByRegionPropertiesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceCountersByRegionPropertiesARM.gen.cs @@ -7,80 +7,21 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePerformanceCountersByRegionPropertiesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public uint MaxPerRegionPerformanceCounters; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public Extent2D PerformanceCounterRegionSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public uint RowStrideAlignment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public uint RegionAlignment; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public uint IdentityTransformOrder; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceQueryFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceQueryFeaturesKHR.gen.cs index cea7330f22..4740ccbc41 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceQueryFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceQueryFeaturesKHR.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePerformanceQueryFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public uint PerformanceCounterQueryPools; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public uint PerformanceCounterMultipleQueryPools; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceQueryPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceQueryPropertiesKHR.gen.cs index c394f23bae..cd82b82706 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceQueryPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePerformanceQueryPropertiesKHR.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePerformanceQueryPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public uint AllowCommandBufferQueryCopies; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineBinaryFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineBinaryFeaturesKHR.gen.cs index 9527451e6c..c0e434db7e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineBinaryFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineBinaryFeaturesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePipelineBinaryFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public uint PipelineBinaries; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineBinaryPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineBinaryPropertiesKHR.gen.cs index 72ff7e503e..43a6302664 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineBinaryPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineBinaryPropertiesKHR.gen.cs @@ -7,81 +7,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePipelineBinaryPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public uint PipelineBinaryInternalCache; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public uint PipelineBinaryInternalCacheControl; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public uint PipelineBinaryPrefersInternalCache; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public uint PipelineBinaryPrecompiledInternalCache; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public uint PipelineBinaryCompressedData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineCacheIncrementalModeFeaturesSEC.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineCacheIncrementalModeFeaturesSEC.gen.cs index 3a11c3c6f7..90bd8abfe8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineCacheIncrementalModeFeaturesSEC.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineCacheIncrementalModeFeaturesSEC.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePipelineCacheIncrementalModeFeaturesSEC { - [SupportedApiProfile( - "vulkan", - ["VK_SEC_pipeline_cache_incremental_mode"], - ImpliesSets = [ - "VK_SEC_pipeline_cache_incremental_mode+VK_KHR_get_physical_device_properties2", - "VK_SEC_pipeline_cache_incremental_mode+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_SEC_pipeline_cache_incremental_mode"], - ImpliesSets = [ - "VK_SEC_pipeline_cache_incremental_mode+VK_KHR_get_physical_device_properties2", - "VK_SEC_pipeline_cache_incremental_mode+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_SEC_pipeline_cache_incremental_mode"], - ImpliesSets = [ - "VK_SEC_pipeline_cache_incremental_mode+VK_KHR_get_physical_device_properties2", - "VK_SEC_pipeline_cache_incremental_mode+VK_VERSION_1_1", - ] - )] public uint PipelineCacheIncrementalMode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineCreationCacheControlFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineCreationCacheControlFeatures.gen.cs index 23aa37dc33..92f1ed78d6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineCreationCacheControlFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineCreationCacheControlFeatures.gen.cs @@ -7,38 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePipelineCreationCacheControlFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint PipelineCreationCacheControl; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineExecutablePropertiesFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineExecutablePropertiesFeaturesKHR.gen.cs index fd7a0e8006..2a8a745249 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineExecutablePropertiesFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineExecutablePropertiesFeaturesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePipelineExecutablePropertiesFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public uint PipelineExecutableInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.gen.cs index a9f75eea73..01f6e40f90 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_library_group_handles"], - ImpliesSets = ["VK_KHR_pipeline_library", "VK_KHR_ray_tracing_pipeline"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_library_group_handles"], - ImpliesSets = ["VK_KHR_pipeline_library", "VK_KHR_ray_tracing_pipeline"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_library_group_handles"], - ImpliesSets = ["VK_KHR_pipeline_library", "VK_KHR_ray_tracing_pipeline"] - )] public uint PipelineLibraryGroupHandles; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineOpacityMicromapFeaturesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineOpacityMicromapFeaturesARM.gen.cs index 90ad9a0c01..f98d88b8dd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineOpacityMicromapFeaturesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineOpacityMicromapFeaturesARM.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePipelineOpacityMicromapFeaturesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_pipeline_opacity_micromap"], - ImpliesSets = ["VK_EXT_opacity_micromap"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_pipeline_opacity_micromap"], - ImpliesSets = ["VK_EXT_opacity_micromap"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_pipeline_opacity_micromap"], - ImpliesSets = ["VK_EXT_opacity_micromap"] - )] public uint PipelineOpacityMicromap; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelinePropertiesFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelinePropertiesFeaturesEXT.gen.cs index 8c06f5f133..6d6945449a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelinePropertiesFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelinePropertiesFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePipelinePropertiesFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] public uint PipelinePropertiesIdentifier; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineProtectedAccessFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineProtectedAccessFeatures.gen.cs index d5a6db991a..0555f064ef 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineProtectedAccessFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineProtectedAccessFeatures.gen.cs @@ -7,24 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePipelineProtectedAccessFeatures { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint PipelineProtectedAccess; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineRobustnessFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineRobustnessFeatures.gen.cs index f7d42a77be..9ac1b4544e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineRobustnessFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineRobustnessFeatures.gen.cs @@ -7,24 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePipelineRobustnessFeatures { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint PipelineRobustness; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineRobustnessProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineRobustnessProperties.gen.cs index fdf2a6a27b..aec2f370a2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineRobustnessProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePipelineRobustnessProperties.gen.cs @@ -7,48 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePipelineRobustnessProperties { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineRobustnessBufferBehavior DefaultRobustnessStorageBuffers; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineRobustnessBufferBehavior DefaultRobustnessUniformBuffers; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineRobustnessBufferBehavior DefaultRobustnessVertexInputs; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineRobustnessImageBehavior DefaultRobustnessImages; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePointClippingProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePointClippingProperties.gen.cs index 65e2aa04a9..8fc65edcaa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePointClippingProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePointClippingProperties.gen.cs @@ -8,54 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePointClippingProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public PointClippingBehavior PointClippingBehavior; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentBarrierFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentBarrierFeaturesNV.gen.cs index c15db3d563..0d0bd4c01a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentBarrierFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentBarrierFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePresentBarrierFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public uint PresentBarrier; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentId2FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentId2FeaturesKHR.gen.cs index 985acb0007..eba79c9ef4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentId2FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentId2FeaturesKHR.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePresentId2FeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] public uint PresentId2; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentIdFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentIdFeaturesKHR.gen.cs index cca7828d68..8fdc43e4b6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentIdFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentIdFeaturesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePresentIdFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public uint PresentId; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentMeteringFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentMeteringFeaturesNV.gen.cs index feff45125d..1be256ba4c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentMeteringFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentMeteringFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePresentMeteringFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_metering"], - ImpliesSets = [ - "VK_NV_present_metering+VK_KHR_get_physical_device_properties2", - "VK_NV_present_metering+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_metering"], - ImpliesSets = [ - "VK_NV_present_metering+VK_KHR_get_physical_device_properties2", - "VK_NV_present_metering+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_metering"], - ImpliesSets = [ - "VK_NV_present_metering+VK_KHR_get_physical_device_properties2", - "VK_NV_present_metering+VK_VERSION_1_1", - ] - )] public uint PresentMetering; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentModeFifoLatestReadyFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentModeFifoLatestReadyFeaturesKHR.gen.cs index b66475e8a8..1865bfc041 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentModeFifoLatestReadyFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentModeFifoLatestReadyFeaturesKHR.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePresentModeFifoLatestReadyFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_mode_fifo_latest_ready"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_mode_fifo_latest_ready"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_present_mode_fifo_latest_ready"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public uint PresentModeFifoLatestReady; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentWait2FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentWait2FeaturesKHR.gen.cs index bc393c4dbf..a913e1be8e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentWait2FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentWait2FeaturesKHR.gen.cs @@ -7,43 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePresentWait2FeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] public uint PresentWait2; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentWaitFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentWaitFeaturesKHR.gen.cs index fdcee68e70..c565da9744 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentWaitFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePresentWaitFeaturesKHR.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePresentWaitFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] public uint PresentWait; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.gen.cs index dc2c4a4a07..f18a63ee90 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitive_topology_list_restart"], - ImpliesSets = [ - "VK_EXT_primitive_topology_list_restart+VK_KHR_get_physical_device_properties2", - "VK_EXT_primitive_topology_list_restart+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitive_topology_list_restart"], - ImpliesSets = [ - "VK_EXT_primitive_topology_list_restart+VK_KHR_get_physical_device_properties2", - "VK_EXT_primitive_topology_list_restart+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitive_topology_list_restart"], - ImpliesSets = [ - "VK_EXT_primitive_topology_list_restart+VK_KHR_get_physical_device_properties2", - "VK_EXT_primitive_topology_list_restart+VK_VERSION_1_1", - ] - )] public uint PrimitiveTopologyListRestart; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitive_topology_list_restart"], - ImpliesSets = [ - "VK_EXT_primitive_topology_list_restart+VK_KHR_get_physical_device_properties2", - "VK_EXT_primitive_topology_list_restart+VK_VERSION_1_1", - ] - )] public uint PrimitiveTopologyPatchListRestart; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.gen.cs index 88d9bf8ecf..b2b167bf26 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.gen.cs @@ -8,44 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitives_generated_query"], - ImpliesSets = ["VK_EXT_transform_feedback"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitives_generated_query"], - ImpliesSets = ["VK_EXT_transform_feedback"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitives_generated_query"], - ImpliesSets = ["VK_EXT_transform_feedback"] - )] public uint PrimitivesGeneratedQuery; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitives_generated_query"], - ImpliesSets = ["VK_EXT_transform_feedback"] - )] public uint PrimitivesGeneratedQueryWithRasterizerDiscard; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitives_generated_query"], - ImpliesSets = ["VK_EXT_transform_feedback"] - )] public uint PrimitivesGeneratedQueryWithNonZeroStreams; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePrivateDataFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePrivateDataFeatures.gen.cs index 04ceadf240..6de5d2233b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePrivateDataFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePrivateDataFeatures.gen.cs @@ -8,42 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePrivateDataFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint PrivateData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProperties.gen.cs index ab54938bbf..5a845344c7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProperties.gen.cs @@ -7,264 +7,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PhysicalDeviceProperties { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ApiVersion; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DriverVersion; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint VendorID; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DeviceID; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDeviceType DeviceType; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDevicePropertiesDeviceName DeviceName; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDevicePropertiesPipelineCacheUUID PipelineCacheUUID; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDeviceLimits Limits; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PhysicalDeviceSparseProperties SparseProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProperties2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProperties2.gen.cs index 566343b84c..f877f0271f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProperties2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProperties2.gen.cs @@ -7,78 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceProperties2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public PhysicalDeviceProperties Properties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePropertiesDeviceName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePropertiesDeviceName.gen.cs index 3beb0b74c4..0c20bb9342 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePropertiesDeviceName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePropertiesDeviceName.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct PhysicalDevicePropertiesDeviceName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePropertiesPipelineCacheUUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePropertiesPipelineCacheUUID.gen.cs index d6cf5653ae..dc9e087215 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePropertiesPipelineCacheUUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePropertiesPipelineCacheUUID.gen.cs @@ -9,34 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct PhysicalDevicePropertiesPipelineCacheUUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProtectedMemoryFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProtectedMemoryFeatures.gen.cs index 81723d5e87..1638bee243 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProtectedMemoryFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProtectedMemoryFeatures.gen.cs @@ -8,79 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceProtectedMemoryFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint ProtectedMemory; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProtectedMemoryProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProtectedMemoryProperties.gen.cs index 21bdd02d9f..c3b0f0f942 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProtectedMemoryProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProtectedMemoryProperties.gen.cs @@ -8,79 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceProtectedMemoryProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint ProtectedNoFault; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProvokingVertexFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProvokingVertexFeaturesEXT.gen.cs index 6f7ea28106..c36c15d2c0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProvokingVertexFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProvokingVertexFeaturesEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceProvokingVertexFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public uint ProvokingVertexLast; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public uint TransformFeedbackPreservesProvokingVertex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProvokingVertexPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProvokingVertexPropertiesEXT.gen.cs index c63c7e220c..511e23f589 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProvokingVertexPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceProvokingVertexPropertiesEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceProvokingVertexPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public uint ProvokingVertexModePerPipeline; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public uint TransformFeedbackPreservesTriangleFanProvokingVertex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePushDescriptorProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePushDescriptorProperties.gen.cs index 272ee67838..cea1807b8c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePushDescriptorProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDevicePushDescriptorProperties.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDevicePushDescriptorProperties { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint MaxPushDescriptors; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM.gen.cs index 0c782cf3bf..0acd382e04 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public uint QueueFamilyIndex; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public PhysicalDeviceDataGraphProcessingEngineTypeARM EngineType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRGBA10X6FormatsFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRGBA10X6FormatsFeaturesEXT.gen.cs index 1ca15bc12a..493545ccd2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRGBA10X6FormatsFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRGBA10X6FormatsFeaturesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRGBA10X6FormatsFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rgba10x6_formats"], - ImpliesSets = [ - "VK_EXT_rgba10x6_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_rgba10x6_formats+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rgba10x6_formats"], - ImpliesSets = [ - "VK_EXT_rgba10x6_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_rgba10x6_formats+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rgba10x6_formats"], - ImpliesSets = [ - "VK_EXT_rgba10x6_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_rgba10x6_formats+VK_VERSION_1_1", - ] - )] public uint FormatRgba10X6WithoutYCbCrSampler; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.gen.cs index ee43917cc5..e8db6693f9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] public uint RasterizationOrderColorAttachmentAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] public uint RasterizationOrderDepthAttachmentAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] public uint RasterizationOrderStencilAttachmentAccess; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRawAccessChainsFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRawAccessChainsFeaturesNV.gen.cs index 227a621113..4cae10cc8b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRawAccessChainsFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRawAccessChainsFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRawAccessChainsFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_raw_access_chains"], - ImpliesSets = [ - "VK_NV_raw_access_chains+VK_KHR_get_physical_device_properties2", - "VK_NV_raw_access_chains+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_raw_access_chains"], - ImpliesSets = [ - "VK_NV_raw_access_chains+VK_KHR_get_physical_device_properties2", - "VK_NV_raw_access_chains+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_raw_access_chains"], - ImpliesSets = [ - "VK_NV_raw_access_chains+VK_KHR_get_physical_device_properties2", - "VK_NV_raw_access_chains+VK_VERSION_1_1", - ] - )] public uint ShaderRawAccessChains; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayQueryFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayQueryFeaturesKHR.gen.cs index 3e3be20a70..67e78f3a4c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayQueryFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayQueryFeaturesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRayQueryFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_query"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_query"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_query"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint RayQuery; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingInvocationReorderFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingInvocationReorderFeaturesNV.gen.cs index 24da5b4e4e..c14971edba 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingInvocationReorderFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingInvocationReorderFeaturesNV.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRayTracingInvocationReorderFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_invocation_reorder"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_invocation_reorder"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_invocation_reorder"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public uint RayTracingInvocationReorder; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingInvocationReorderPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingInvocationReorderPropertiesNV.gen.cs index 18ea853f77..e6ed9fc1fa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingInvocationReorderPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingInvocationReorderPropertiesNV.gen.cs @@ -8,27 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRayTracingInvocationReorderPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_invocation_reorder"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_invocation_reorder"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_invocation_reorder"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public RayTracingInvocationReorderModeNV RayTracingInvocationReorderReorderingHint; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.gen.cs index bcf3cfb50b..8605d98388 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public uint Spheres; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public uint LinearSweptSpheres; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingMaintenance1FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingMaintenance1FeaturesKHR.gen.cs index 7ae5486374..a32874b4a1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingMaintenance1FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingMaintenance1FeaturesKHR.gen.cs @@ -7,36 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRayTracingMaintenance1FeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint RayTracingMaintenance1; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint RayTracingPipelineTraceRaysIndirect2; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingMotionBlurFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingMotionBlurFeaturesNV.gen.cs index 5b7c5c13ec..2a7d9261ba 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingMotionBlurFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingMotionBlurFeaturesNV.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRayTracingMotionBlurFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public uint RayTracingMotionBlur; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public uint RayTracingMotionBlurPipelineTraceRaysIndirect; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPipelineFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPipelineFeaturesKHR.gen.cs index 41913fab17..716278bb22 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPipelineFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPipelineFeaturesKHR.gen.cs @@ -8,82 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRayTracingPipelineFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint RayTracingPipeline; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint RayTracingPipelineShaderGroupHandleCaptureReplay; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint RayTracingPipelineShaderGroupHandleCaptureReplayMixed; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint RayTracingPipelineTraceRaysIndirect; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_query", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ], - RequireAll = true - )] public uint RayTraversalPrimitiveCulling; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPipelinePropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPipelinePropertiesKHR.gen.cs index 5778f56e2a..fd5bd30016 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPipelinePropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPipelinePropertiesKHR.gen.cs @@ -6,114 +6,32 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRayTracingPipelinePropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint ShaderGroupHandleSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint MaxRayRecursionDepth; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint MaxShaderGroupStride; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint ShaderGroupBaseAlignment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint ShaderGroupHandleCaptureReplaySize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint MaxRayDispatchInvocationCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint ShaderGroupHandleAlignment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint MaxRayHitAttributeSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPositionFetchFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPositionFetchFeaturesKHR.gen.cs index 1341dee53f..bb7b1e007e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPositionFetchFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPositionFetchFeaturesKHR.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRayTracingPositionFetchFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_position_fetch"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_position_fetch"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_position_fetch"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint RayTracingPositionFetch; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPropertiesNV.gen.cs index 371cd14885..61db707ab3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingPropertiesNV.gen.cs @@ -8,114 +8,32 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRayTracingPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint ShaderGroupHandleSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint MaxRecursionDepth; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint MaxShaderGroupStride; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint ShaderGroupBaseAlignment; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public ulong MaxGeometryCount; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public ulong MaxInstanceCount; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public ulong MaxTriangleCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint MaxDescriptorSetAccelerationStructures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingValidationFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingValidationFeaturesNV.gen.cs index 2df71ad7ed..86f47fb57e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingValidationFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRayTracingValidationFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRayTracingValidationFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_validation"], - ImpliesSets = [ - "VK_NV_ray_tracing_validation+VK_KHR_get_physical_device_properties2", - "VK_NV_ray_tracing_validation+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_validation"], - ImpliesSets = [ - "VK_NV_ray_tracing_validation+VK_KHR_get_physical_device_properties2", - "VK_NV_ray_tracing_validation+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_validation"], - ImpliesSets = [ - "VK_NV_ray_tracing_validation+VK_KHR_get_physical_device_properties2", - "VK_NV_ray_tracing_validation+VK_VERSION_1_1", - ] - )] public uint RayTracingValidation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRelaxedLineRasterizationFeaturesIMG.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRelaxedLineRasterizationFeaturesIMG.gen.cs index 8f333e89d6..84eb94ee49 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRelaxedLineRasterizationFeaturesIMG.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRelaxedLineRasterizationFeaturesIMG.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRelaxedLineRasterizationFeaturesIMG { - [SupportedApiProfile( - "vulkan", - ["VK_IMG_relaxed_line_rasterization"], - ImpliesSets = [ - "VK_IMG_relaxed_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_IMG_relaxed_line_rasterization+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_IMG_relaxed_line_rasterization"], - ImpliesSets = [ - "VK_IMG_relaxed_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_IMG_relaxed_line_rasterization+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_IMG_relaxed_line_rasterization"], - ImpliesSets = [ - "VK_IMG_relaxed_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_IMG_relaxed_line_rasterization+VK_VERSION_1_1", - ] - )] public uint RelaxedLineRasterization; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRenderPassStripedFeaturesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRenderPassStripedFeaturesARM.gen.cs index fc0239fd45..7a992d31a6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRenderPassStripedFeaturesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRenderPassStripedFeaturesARM.gen.cs @@ -8,40 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRenderPassStripedFeaturesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint RenderPassStriped; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRenderPassStripedPropertiesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRenderPassStripedPropertiesARM.gen.cs index 96cc3ff697..79d51cfc5b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRenderPassStripedPropertiesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRenderPassStripedPropertiesARM.gen.cs @@ -8,51 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRenderPassStripedPropertiesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public Extent2D RenderPassStripeGranularity; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint MaxRenderPassStripes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRepresentativeFragmentTestFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRepresentativeFragmentTestFeaturesNV.gen.cs index 7fb6e1a28b..b2d3cf72a7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRepresentativeFragmentTestFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRepresentativeFragmentTestFeaturesNV.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRepresentativeFragmentTestFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_NV_representative_fragment_test+VK_KHR_get_physical_device_properties2", - "VK_NV_representative_fragment_test+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_NV_representative_fragment_test+VK_KHR_get_physical_device_properties2", - "VK_NV_representative_fragment_test+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_NV_representative_fragment_test+VK_KHR_get_physical_device_properties2", - "VK_NV_representative_fragment_test+VK_VERSION_1_1", - ] - )] public uint RepresentativeFragmentTest; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRobustness2FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRobustness2FeaturesKHR.gen.cs index 6b0dddbdea..d45c8de2e9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRobustness2FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRobustness2FeaturesKHR.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRobustness2FeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] public uint RobustBufferAccess2; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] public uint RobustImageAccess2; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] public uint NullDescriptor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRobustness2PropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRobustness2PropertiesKHR.gen.cs index ce43a57d10..60cfb842a8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRobustness2PropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceRobustness2PropertiesKHR.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceRobustness2PropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] public ulong RobustStorageBufferAccessSizeAlignment; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] public ulong RobustUniformBufferAccessSizeAlignment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSampleLocationsPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSampleLocationsPropertiesEXT.gen.cs index 601888faa5..99606091ee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSampleLocationsPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSampleLocationsPropertiesEXT.gen.cs @@ -8,80 +8,21 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSampleLocationsPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public SampleCountFlags SampleLocationSampleCounts; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public Extent2D MaxSampleLocationGridSize; [NativeTypeName("float[2]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public PhysicalDeviceSampleLocationsPropertiesEXTSampleLocationCoordinateRange SampleLocationCoordinateRange; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public uint SampleLocationSubPixelBits; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public uint VariableSampleLocations; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSampleLocationsPropertiesEXTSampleLocationCoordinateRange.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSampleLocationsPropertiesEXTSampleLocationCoordinateRange.gen.cs index 929a7e8fcb..e3cef3487c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSampleLocationsPropertiesEXTSampleLocationCoordinateRange.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSampleLocationsPropertiesEXTSampleLocationCoordinateRange.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] -)] public partial struct PhysicalDeviceSampleLocationsPropertiesEXTSampleLocationCoordinateRange { - [SupportedApiProfile("vulkan")] public float E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSamplerFilterMinmaxProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSamplerFilterMinmaxProperties.gen.cs index d2969d2a77..97e41e889b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSamplerFilterMinmaxProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSamplerFilterMinmaxProperties.gen.cs @@ -8,76 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSamplerFilterMinmaxProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint FilterMinmaxSingleComponentFormats; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint FilterMinmaxImageComponentMapping; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSamplerYcbcrConversionFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSamplerYcbcrConversionFeatures.gen.cs index 430bcf01e8..ab88d14346 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSamplerYcbcrConversionFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSamplerYcbcrConversionFeatures.gen.cs @@ -8,50 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSamplerYcbcrConversionFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint SamplerYcbcrConversion; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceScalarBlockLayoutFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceScalarBlockLayoutFeatures.gen.cs index c5f6889fac..135ff404dc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceScalarBlockLayoutFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceScalarBlockLayoutFeatures.gen.cs @@ -7,44 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceScalarBlockLayoutFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ScalarBlockLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSchedulingControlsFeaturesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSchedulingControlsFeaturesARM.gen.cs index 9411b7d611..47ea6a70d7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSchedulingControlsFeaturesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSchedulingControlsFeaturesARM.gen.cs @@ -6,28 +6,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSchedulingControlsFeaturesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] public uint SchedulingControls; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSchedulingControlsPropertiesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSchedulingControlsPropertiesARM.gen.cs index f8358b440c..fff8adb9b9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSchedulingControlsPropertiesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSchedulingControlsPropertiesARM.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSchedulingControlsPropertiesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] public void* PNext; [NativeTypeName("VkPhysicalDeviceSchedulingControlsFlagsARM")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] public PhysicalDeviceSchedulingControlsFlagsARM SchedulingControlsFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSeparateDepthStencilLayoutsFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSeparateDepthStencilLayoutsFeatures.gen.cs index 6c023b7d68..b59998e73e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSeparateDepthStencilLayoutsFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSeparateDepthStencilLayoutsFeatures.gen.cs @@ -8,42 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSeparateDepthStencilLayoutsFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint SeparateDepthStencilLayouts; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShader64BitIndexingFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShader64BitIndexingFeaturesEXT.gen.cs index 5df2a2fef8..9b5bad19c2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShader64BitIndexingFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShader64BitIndexingFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShader64BitIndexingFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_64bit_indexing"], - ImpliesSets = [ - "VK_EXT_shader_64bit_indexing+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_64bit_indexing+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_64bit_indexing"], - ImpliesSets = [ - "VK_EXT_shader_64bit_indexing+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_64bit_indexing+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_64bit_indexing"], - ImpliesSets = [ - "VK_EXT_shader_64bit_indexing+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_64bit_indexing+VK_VERSION_1_1", - ] - )] public uint Shader64BitIndexing; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.gen.cs index 72955c3d97..4308ffc6b7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderAtomicFloat16VectorFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_atomic_float16_vector"], - ImpliesSets = [ - "VK_NV_shader_atomic_float16_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_shader_atomic_float16_vector+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_atomic_float16_vector"], - ImpliesSets = [ - "VK_NV_shader_atomic_float16_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_shader_atomic_float16_vector+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_atomic_float16_vector"], - ImpliesSets = [ - "VK_NV_shader_atomic_float16_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_shader_atomic_float16_vector+VK_VERSION_1_1", - ] - )] public uint ShaderFloat16VectorAtomics; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicFloat2FeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicFloat2FeaturesEXT.gen.cs index a46a86ce73..cfe5e57604 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicFloat2FeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicFloat2FeaturesEXT.gen.cs @@ -7,120 +7,44 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderAtomicFloat2FeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public uint ShaderBufferFloat16Atomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public uint ShaderBufferFloat16AtomicAdd; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public uint ShaderBufferFloat16AtomicMinMax; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public uint ShaderBufferFloat32AtomicMinMax; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public uint ShaderBufferFloat64AtomicMinMax; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public uint ShaderSharedFloat16Atomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public uint ShaderSharedFloat16AtomicAdd; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public uint ShaderSharedFloat16AtomicMinMax; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public uint ShaderSharedFloat32AtomicMinMax; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public uint ShaderSharedFloat64AtomicMinMax; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_shader_atomic_float2", - "VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT::sparseImageFloat32AtomicMinMax", - ], - ImpliesSets = ["VK_EXT_shader_atomic_float"], - RequireAll = true - )] public uint ShaderImageFloat32AtomicMinMax; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public uint SparseImageFloat32AtomicMinMax; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicFloatFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicFloatFeaturesEXT.gen.cs index 30a06d2304..21392eb890 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicFloatFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicFloatFeaturesEXT.gen.cs @@ -8,166 +8,44 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderAtomicFloatFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public uint ShaderBufferFloat32Atomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public uint ShaderBufferFloat32AtomicAdd; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public uint ShaderBufferFloat64Atomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public uint ShaderBufferFloat64AtomicAdd; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public uint ShaderSharedFloat32Atomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public uint ShaderSharedFloat32AtomicAdd; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public uint ShaderSharedFloat64Atomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public uint ShaderSharedFloat64AtomicAdd; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_shader_atomic_float", - "VkPhysicalDeviceShaderAtomicFloatFeaturesEXT::sparseImageFloat32Atomics", - ], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ], - RequireAll = true - )] public uint ShaderImageFloat32Atomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_shader_atomic_float", - "VkPhysicalDeviceShaderAtomicFloatFeaturesEXT::sparseImageFloat32AtomicAdd", - ], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ], - RequireAll = true - )] public uint ShaderImageFloat32AtomicAdd; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public uint SparseImageFloat32Atomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public uint SparseImageFloat32AtomicAdd; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicInt64Features.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicInt64Features.gen.cs index 3df47b1781..d224f92c64 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicInt64Features.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderAtomicInt64Features.gen.cs @@ -7,69 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderAtomicInt64Features { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_atomic_int64"], - ImpliesSets = [ - "VK_KHR_shader_atomic_int64+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_atomic_int64+VK_VERSION_1_1", - ] - )] public uint ShaderBufferInt64Atomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderSharedInt64Atomics; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderBfloat16FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderBfloat16FeaturesKHR.gen.cs index 0ae398d6c9..f4c92c312e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderBfloat16FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderBfloat16FeaturesKHR.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderBfloat16FeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_bfloat16"], - ImpliesSets = [ - "VK_KHR_shader_bfloat16+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_bfloat16+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_bfloat16"], - ImpliesSets = [ - "VK_KHR_shader_bfloat16+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_bfloat16+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_bfloat16"], - ImpliesSets = [ - "VK_KHR_shader_bfloat16+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_bfloat16+VK_VERSION_1_1", - ] - )] public uint ShaderBFloat16Type; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_bfloat16"], - ImpliesSets = [ - "VK_KHR_shader_bfloat16+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_bfloat16+VK_VERSION_1_1", - ] - )] public uint ShaderBFloat16DotProduct; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_bfloat16"], - ImpliesSets = [ - "VK_KHR_shader_bfloat16+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_bfloat16+VK_VERSION_1_1", - ] - )] public uint ShaderBFloat16CooperativeMatrix; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderClockFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderClockFeaturesKHR.gen.cs index 855613c25b..3af81ac102 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderClockFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderClockFeaturesKHR.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderClockFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_clock"], - ImpliesSets = [ - "VK_KHR_shader_clock+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_clock+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_clock"], - ImpliesSets = [ - "VK_KHR_shader_clock+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_clock+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_clock"], - ImpliesSets = [ - "VK_KHR_shader_clock+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_clock+VK_VERSION_1_1", - ] - )] public uint ShaderSubgroupClock; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_clock"], - ImpliesSets = [ - "VK_KHR_shader_clock+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_clock+VK_VERSION_1_1", - ] - )] public uint ShaderDeviceClock; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCoreBuiltinsFeaturesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCoreBuiltinsFeaturesARM.gen.cs index c98024ea55..d267967773 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCoreBuiltinsFeaturesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCoreBuiltinsFeaturesARM.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderCoreBuiltinsFeaturesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_builtins"], - ImpliesSets = [ - "VK_ARM_shader_core_builtins+VK_KHR_get_physical_device_properties2", - "VK_ARM_shader_core_builtins+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_builtins"], - ImpliesSets = [ - "VK_ARM_shader_core_builtins+VK_KHR_get_physical_device_properties2", - "VK_ARM_shader_core_builtins+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_builtins"], - ImpliesSets = [ - "VK_ARM_shader_core_builtins+VK_KHR_get_physical_device_properties2", - "VK_ARM_shader_core_builtins+VK_VERSION_1_1", - ] - )] public uint ShaderCoreBuiltins; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCoreBuiltinsPropertiesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCoreBuiltinsPropertiesARM.gen.cs index 360d00f22b..0d1815eb40 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCoreBuiltinsPropertiesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCoreBuiltinsPropertiesARM.gen.cs @@ -8,59 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderCoreBuiltinsPropertiesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_builtins"], - ImpliesSets = [ - "VK_ARM_shader_core_builtins+VK_KHR_get_physical_device_properties2", - "VK_ARM_shader_core_builtins+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_builtins"], - ImpliesSets = [ - "VK_ARM_shader_core_builtins+VK_KHR_get_physical_device_properties2", - "VK_ARM_shader_core_builtins+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_builtins"], - ImpliesSets = [ - "VK_ARM_shader_core_builtins+VK_KHR_get_physical_device_properties2", - "VK_ARM_shader_core_builtins+VK_VERSION_1_1", - ] - )] public ulong ShaderCoreMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_builtins"], - ImpliesSets = [ - "VK_ARM_shader_core_builtins+VK_KHR_get_physical_device_properties2", - "VK_ARM_shader_core_builtins+VK_VERSION_1_1", - ] - )] public uint ShaderCoreCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_builtins"], - ImpliesSets = [ - "VK_ARM_shader_core_builtins+VK_KHR_get_physical_device_properties2", - "VK_ARM_shader_core_builtins+VK_VERSION_1_1", - ] - )] public uint ShaderWarpsPerCore; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCoreProperties2AMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCoreProperties2AMD.gen.cs index de1164d432..76efded1ec 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCoreProperties2AMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCoreProperties2AMD.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderCoreProperties2AMD { - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties2"], - ImpliesSets = ["VK_AMD_shader_core_properties"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties2"], - ImpliesSets = ["VK_AMD_shader_core_properties"] - )] public void* PNext; [NativeTypeName("VkShaderCorePropertiesFlagsAMD")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties2"], - ImpliesSets = ["VK_AMD_shader_core_properties"] - )] public ShaderCorePropertiesFlagsAMD ShaderCoreFeatures; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties2"], - ImpliesSets = ["VK_AMD_shader_core_properties"] - )] public uint ActiveComputeUnitCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCorePropertiesAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCorePropertiesAMD.gen.cs index 5882d69e96..94a0679725 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCorePropertiesAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCorePropertiesAMD.gen.cs @@ -8,180 +8,50 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderCorePropertiesAMD { - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint ShaderEngineCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint ShaderArraysPerEngineCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint ComputeUnitsPerShaderArray; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint SimdPerComputeUnit; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint WavefrontsPerSimd; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint WavefrontSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint SgprsPerSimd; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint MinSgprAllocation; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint MaxSgprAllocation; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint SgprAllocationGranularity; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint VgprsPerSimd; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint MinVgprAllocation; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint MaxVgprAllocation; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public uint VgprAllocationGranularity; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCorePropertiesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCorePropertiesARM.gen.cs index 6b45332eca..3e320cfe9b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCorePropertiesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderCorePropertiesARM.gen.cs @@ -7,44 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderCorePropertiesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_properties"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_properties"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_properties"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public uint PixelRate; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_properties"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public uint TexelRate; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_properties"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public uint FmaRate; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderDemoteToHelperInvocationFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderDemoteToHelperInvocationFeatures.gen.cs index c1080e5469..d2d45f44f6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderDemoteToHelperInvocationFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderDemoteToHelperInvocationFeatures.gen.cs @@ -8,38 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderDemoteToHelperInvocationFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint ShaderDemoteToHelperInvocation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderDrawParametersFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderDrawParametersFeatures.gen.cs index 897f45a276..c118b40077 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderDrawParametersFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderDrawParametersFeatures.gen.cs @@ -7,46 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderDrawParametersFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_1", "VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.1" - )] public uint ShaderDrawParameters; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.gen.cs index 3a1e2ee2b5..7912bcfbf0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD { - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_early_and_late_fragment_tests"], - ImpliesSets = [ - "VK_AMD_shader_early_and_late_fragment_tests+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_early_and_late_fragment_tests+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_early_and_late_fragment_tests"], - ImpliesSets = [ - "VK_AMD_shader_early_and_late_fragment_tests+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_early_and_late_fragment_tests+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_early_and_late_fragment_tests"], - ImpliesSets = [ - "VK_AMD_shader_early_and_late_fragment_tests+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_early_and_late_fragment_tests+VK_VERSION_1_1", - ] - )] public uint ShaderEarlyAndLateFragmentTests; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderExpectAssumeFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderExpectAssumeFeatures.gen.cs index 23be8783f5..0cf24c4c9a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderExpectAssumeFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderExpectAssumeFeatures.gen.cs @@ -8,24 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderExpectAssumeFeatures { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderExpectAssume; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFloat16Int8Features.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFloat16Int8Features.gen.cs index 3eb7351ed1..d6a3b1cf53 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFloat16Int8Features.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFloat16Int8Features.gen.cs @@ -7,62 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderFloat16Int8Features { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderInt8; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFloat8FeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFloat8FeaturesEXT.gen.cs index 958b5005bc..7855c7cd90 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFloat8FeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFloat8FeaturesEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderFloat8FeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_float8"], - ImpliesSets = [ - "VK_EXT_shader_float8+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_float8+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_float8"], - ImpliesSets = [ - "VK_EXT_shader_float8+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_float8+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_float8"], - ImpliesSets = [ - "VK_EXT_shader_float8+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_float8+VK_VERSION_1_1", - ] - )] public uint ShaderFloat8; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_float8"], - ImpliesSets = [ - "VK_EXT_shader_float8+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_float8+VK_VERSION_1_1", - ] - )] public uint ShaderFloat8CooperativeMatrix; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFloatControls2Features.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFloatControls2Features.gen.cs index 2ea7b94714..34ac401713 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFloatControls2Features.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFloatControls2Features.gen.cs @@ -7,24 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderFloatControls2Features { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderFloatControls2; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFmaFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFmaFeaturesKHR.gen.cs index 9dde759447..e117cf53f0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFmaFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderFmaFeaturesKHR.gen.cs @@ -7,59 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderFmaFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_fma"], - ImpliesSets = [ - "VK_KHR_shader_fma+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_fma+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_fma"], - ImpliesSets = [ - "VK_KHR_shader_fma+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_fma+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_fma"], - ImpliesSets = [ - "VK_KHR_shader_fma+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_fma+VK_VERSION_1_1", - ] - )] public uint ShaderFmaFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_fma"], - ImpliesSets = [ - "VK_KHR_shader_fma+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_fma+VK_VERSION_1_1", - ] - )] public uint ShaderFmaFloat32; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_fma"], - ImpliesSets = [ - "VK_KHR_shader_fma+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_fma+VK_VERSION_1_1", - ] - )] public uint ShaderFmaFloat64; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderImageAtomicInt64FeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderImageAtomicInt64FeaturesEXT.gen.cs index 2351c84a01..ce2a2a0fbe 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderImageAtomicInt64FeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderImageAtomicInt64FeaturesEXT.gen.cs @@ -7,48 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderImageAtomicInt64FeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_image_atomic_int64"], - ImpliesSets = [ - "VK_EXT_shader_image_atomic_int64+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_image_atomic_int64+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_image_atomic_int64"], - ImpliesSets = [ - "VK_EXT_shader_image_atomic_int64+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_image_atomic_int64+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_image_atomic_int64"], - ImpliesSets = [ - "VK_EXT_shader_image_atomic_int64+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_image_atomic_int64+VK_VERSION_1_1", - ] - )] public uint ShaderImageInt64Atomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_image_atomic_int64"], - ImpliesSets = [ - "VK_EXT_shader_image_atomic_int64+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_image_atomic_int64+VK_VERSION_1_1", - ] - )] public uint SparseImageInt64Atomics; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderImageFootprintFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderImageFootprintFeaturesNV.gen.cs index 5192fa1514..809bebf177 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderImageFootprintFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderImageFootprintFeaturesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderImageFootprintFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_image_footprint"], - ImpliesSets = [ - "VK_NV_shader_image_footprint+VK_KHR_get_physical_device_properties2", - "VK_NV_shader_image_footprint+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_image_footprint"], - ImpliesSets = [ - "VK_NV_shader_image_footprint+VK_KHR_get_physical_device_properties2", - "VK_NV_shader_image_footprint+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_image_footprint"], - ImpliesSets = [ - "VK_NV_shader_image_footprint+VK_KHR_get_physical_device_properties2", - "VK_NV_shader_image_footprint+VK_VERSION_1_1", - ] - )] public uint ImageFootprint; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerDotProductFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerDotProductFeatures.gen.cs index eb18b99a32..27890bba7d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerDotProductFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerDotProductFeatures.gen.cs @@ -6,38 +6,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderIntegerDotProductFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint ShaderIntegerDotProduct; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerDotProductProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerDotProductProperties.gen.cs index 8b4207bdc9..d12244dba5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerDotProductProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerDotProductProperties.gen.cs @@ -8,484 +8,98 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderIntegerDotProductProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct8BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct8BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct8BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct4X8BitPackedUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct4X8BitPackedSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct4X8BitPackedMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct16BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct16BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct16BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct32BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct32BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct32BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct64BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct64BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct64BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating8BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating8BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating4X8BitPackedUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating4X8BitPackedSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating4X8BitPackedMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating16BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating16BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating32BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating32BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating64BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating64BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.gen.cs new file mode 100644 index 0000000000..5fcf645408 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.gen.cs @@ -0,0 +1,18 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("VkBool32")] + public uint ShaderIntegerFunctions2; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerFunctions2FeaturesIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerFunctions2FeaturesIntel.gen.cs deleted file mode 100644 index a7f5ceb0a0..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderIntegerFunctions2FeaturesIntel.gen.cs +++ /dev/null @@ -1,44 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PhysicalDeviceShaderIntegerFunctions2FeaturesIntel -{ - [SupportedApiProfile( - "vulkan", - ["VK_INTEL_shader_integer_functions2"], - ImpliesSets = [ - "VK_INTEL_shader_integer_functions2+VK_KHR_get_physical_device_properties2", - "VK_INTEL_shader_integer_functions2+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_INTEL_shader_integer_functions2"], - ImpliesSets = [ - "VK_INTEL_shader_integer_functions2+VK_KHR_get_physical_device_properties2", - "VK_INTEL_shader_integer_functions2+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_INTEL_shader_integer_functions2"], - ImpliesSets = [ - "VK_INTEL_shader_integer_functions2+VK_KHR_get_physical_device_properties2", - "VK_INTEL_shader_integer_functions2+VK_VERSION_1_1", - ] - )] - public uint ShaderIntegerFunctions2; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.gen.cs index 156ed3b3d3..679231c24b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderMaximalReconvergenceFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_maximal_reconvergence"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_maximal_reconvergence"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_maximal_reconvergence"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public uint ShaderMaximalReconvergence; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderModuleIdentifierFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderModuleIdentifierFeaturesEXT.gen.cs index 200bf7c6ca..d49f00ec5c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderModuleIdentifierFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderModuleIdentifierFeaturesEXT.gen.cs @@ -8,40 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderModuleIdentifierFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint ShaderModuleIdentifier; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderModuleIdentifierPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderModuleIdentifierPropertiesEXT.gen.cs index 2fcc03ef8a..696643acb2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderModuleIdentifierPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderModuleIdentifierPropertiesEXT.gen.cs @@ -8,40 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderModuleIdentifierPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public PhysicalDeviceShaderModuleIdentifierPropertiesEXTShaderModuleIdentifierAlgorithmUUID ShaderModuleIdentifierAlgorithmUUID; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderModuleIdentifierPropertiesEXTShaderModuleIdentifierAlgorithmUUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderModuleIdentifierPropertiesEXTShaderModuleIdentifierAlgorithmUUID.gen.cs index 8a2e248ab5..a25255fd33 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderModuleIdentifierPropertiesEXTShaderModuleIdentifierAlgorithmUUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderModuleIdentifierPropertiesEXTShaderModuleIdentifierAlgorithmUUID.gen.cs @@ -9,17 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] -)] public partial struct PhysicalDeviceShaderModuleIdentifierPropertiesEXTShaderModuleIdentifierAlgorithmUUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderObjectFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderObjectFeaturesEXT.gen.cs index 2fd97750c9..091accad53 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderObjectFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderObjectFeaturesEXT.gen.cs @@ -7,40 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderObjectFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint ShaderObject; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderObjectPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderObjectPropertiesEXT.gen.cs index a03f2a3cc2..a0236051b4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderObjectPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderObjectPropertiesEXT.gen.cs @@ -8,52 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderObjectPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public PhysicalDeviceShaderObjectPropertiesEXTShaderBinaryUUID ShaderBinaryUUID; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint ShaderBinaryVersion; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderObjectPropertiesEXTShaderBinaryUUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderObjectPropertiesEXTShaderBinaryUUID.gen.cs index cf6247633a..bd7153f0ff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderObjectPropertiesEXTShaderBinaryUUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderObjectPropertiesEXTShaderBinaryUUID.gen.cs @@ -9,17 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] -)] public partial struct PhysicalDeviceShaderObjectPropertiesEXTShaderBinaryUUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderQuadControlFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderQuadControlFeaturesKHR.gen.cs index 9db0cc520a..92de6e9e7e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderQuadControlFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderQuadControlFeaturesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderQuadControlFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_quad_control"], - ImpliesSets = [ - "VK_KHR_shader_maximal_reconvergence+VK_VERSION_1_1+VK_KHR_vulkan_memory_model", - "VK_KHR_shader_maximal_reconvergence+VK_VERSION_1_2", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_quad_control"], - ImpliesSets = [ - "VK_KHR_shader_maximal_reconvergence+VK_VERSION_1_1+VK_KHR_vulkan_memory_model", - "VK_KHR_shader_maximal_reconvergence+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_quad_control"], - ImpliesSets = [ - "VK_KHR_shader_maximal_reconvergence+VK_VERSION_1_1+VK_KHR_vulkan_memory_model", - "VK_KHR_shader_maximal_reconvergence+VK_VERSION_1_2", - ] - )] public uint ShaderQuadControl; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.gen.cs index 86b644253a..962a8bbe02 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_relaxed_extended_instruction"], - ImpliesSets = [ - "VK_KHR_shader_relaxed_extended_instruction+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_relaxed_extended_instruction+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_relaxed_extended_instruction"], - ImpliesSets = [ - "VK_KHR_shader_relaxed_extended_instruction+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_relaxed_extended_instruction+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_relaxed_extended_instruction"], - ImpliesSets = [ - "VK_KHR_shader_relaxed_extended_instruction+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_relaxed_extended_instruction+VK_VERSION_1_1", - ] - )] public uint ShaderRelaxedExtendedInstruction; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderReplicatedCompositesFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderReplicatedCompositesFeaturesEXT.gen.cs index 18eb312419..8e739a0552 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderReplicatedCompositesFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderReplicatedCompositesFeaturesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderReplicatedCompositesFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_replicated_composites"], - ImpliesSets = [ - "VK_EXT_shader_replicated_composites+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_replicated_composites+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_replicated_composites"], - ImpliesSets = [ - "VK_EXT_shader_replicated_composites+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_replicated_composites+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_replicated_composites"], - ImpliesSets = [ - "VK_EXT_shader_replicated_composites+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_replicated_composites+VK_VERSION_1_1", - ] - )] public uint ShaderReplicatedComposites; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSMBuiltinsFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSMBuiltinsFeaturesNV.gen.cs index 8b3e4cc482..bf29f19eb0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSMBuiltinsFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSMBuiltinsFeaturesNV.gen.cs @@ -7,16 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderSMBuiltinsFeaturesNV { - [SupportedApiProfile("vulkan", ["VK_NV_shader_sm_builtins"], ImpliesSets = ["VK_VERSION_1_1"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_NV_shader_sm_builtins"], ImpliesSets = ["VK_VERSION_1_1"])] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_NV_shader_sm_builtins"], ImpliesSets = ["VK_VERSION_1_1"])] public uint ShaderSMBuiltins; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSMBuiltinsPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSMBuiltinsPropertiesNV.gen.cs index 518f0ac5eb..5ca9b6f37b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSMBuiltinsPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSMBuiltinsPropertiesNV.gen.cs @@ -7,20 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderSMBuiltinsPropertiesNV { - [SupportedApiProfile("vulkan", ["VK_NV_shader_sm_builtins"], ImpliesSets = ["VK_VERSION_1_1"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_NV_shader_sm_builtins"], ImpliesSets = ["VK_VERSION_1_1"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NV_shader_sm_builtins"], ImpliesSets = ["VK_VERSION_1_1"])] public uint ShaderSMCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NV_shader_sm_builtins"], ImpliesSets = ["VK_VERSION_1_1"])] public uint ShaderWarpsPerSM; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSubgroupExtendedTypesFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSubgroupExtendedTypesFeatures.gen.cs index b10dcb3ccc..f929337974 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSubgroupExtendedTypesFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSubgroupExtendedTypesFeatures.gen.cs @@ -7,48 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderSubgroupExtendedTypesFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderSubgroupExtendedTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSubgroupRotateFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSubgroupRotateFeatures.gen.cs index cb166d0bc2..aa135ed860 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSubgroupRotateFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSubgroupRotateFeatures.gen.cs @@ -8,28 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderSubgroupRotateFeatures { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderSubgroupRotate; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderSubgroupRotateClustered; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.gen.cs index a70f8029cc..1163ab3f20 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_uniform_control_flow"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_uniform_control_flow"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_uniform_control_flow"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public uint ShaderSubgroupUniformControlFlow; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderTerminateInvocationFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderTerminateInvocationFeatures.gen.cs index c65724ff79..d1d2f0af4b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderTerminateInvocationFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderTerminateInvocationFeatures.gen.cs @@ -8,38 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderTerminateInvocationFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint ShaderTerminateInvocation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderTileImageFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderTileImageFeaturesEXT.gen.cs index eeb2ef6bed..22e41178c0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderTileImageFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderTileImageFeaturesEXT.gen.cs @@ -6,24 +6,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderTileImageFeaturesEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] public uint ShaderTileImageColorReadAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] public uint ShaderTileImageDepthReadAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] public uint ShaderTileImageStencilReadAccess; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderTileImagePropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderTileImagePropertiesEXT.gen.cs index aa4bb016c5..1e04b28928 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderTileImagePropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderTileImagePropertiesEXT.gen.cs @@ -8,24 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderTileImagePropertiesEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] public uint ShaderTileImageCoherentReadAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] public uint ShaderTileImageReadSampleFromPixelRateInvocation; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] public uint ShaderTileImageReadFromHelperInvocation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT.gen.cs index 7737210ec8..3998a189ca 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_uniform_buffer_unsized_array"], - ImpliesSets = [ - "VK_EXT_shader_uniform_buffer_unsized_array+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_uniform_buffer_unsized_array+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_uniform_buffer_unsized_array"], - ImpliesSets = [ - "VK_EXT_shader_uniform_buffer_unsized_array+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_uniform_buffer_unsized_array+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_uniform_buffer_unsized_array"], - ImpliesSets = [ - "VK_EXT_shader_uniform_buffer_unsized_array+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_uniform_buffer_unsized_array+VK_VERSION_1_1", - ] - )] public uint ShaderUniformBufferUnsizedArray; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderUntypedPointersFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderUntypedPointersFeaturesKHR.gen.cs index 4d9b409a12..a1205f1bff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderUntypedPointersFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShaderUntypedPointersFeaturesKHR.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShaderUntypedPointersFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_untyped_pointers"], - ImpliesSets = ["VK_KHR_get_physical_device_properties2"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_untyped_pointers"], - ImpliesSets = ["VK_KHR_get_physical_device_properties2"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_untyped_pointers"], - ImpliesSets = ["VK_KHR_get_physical_device_properties2"] - )] public uint ShaderUntypedPointers; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShadingRateImageFeaturesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShadingRateImageFeaturesNV.gen.cs index 81b2f2da05..691878f178 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShadingRateImageFeaturesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShadingRateImageFeaturesNV.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShadingRateImageFeaturesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint ShadingRateImage; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint ShadingRateCoarseSampleOrder; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShadingRateImagePropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShadingRateImagePropertiesNV.gen.cs index da79f04746..1f70b24350 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShadingRateImagePropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceShadingRateImagePropertiesNV.gen.cs @@ -8,58 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceShadingRateImagePropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public Extent2D ShadingRateTexelSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint ShadingRatePaletteSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint ShadingRateMaxCoarseSamples; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSparseImageFormatInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSparseImageFormatInfo2.gen.cs index 75c2602cdd..c008b5e80e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSparseImageFormatInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSparseImageFormatInfo2.gen.cs @@ -8,176 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSparseImageFormatInfo2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public Format Format; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageType Type; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public SampleCountFlags Samples; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageUsageFlags Usage; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ImageTiling Tiling; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSparseProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSparseProperties.gen.cs index 583b6fd0e9..093b5f5b11 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSparseProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSparseProperties.gen.cs @@ -8,151 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PhysicalDeviceSparseProperties { [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ResidencyStandard2DBlockShape; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ResidencyStandard2DMultisampleBlockShape; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ResidencyStandard3DBlockShape; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ResidencyAlignedMipSize; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ResidencyNonResidentStrict; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubgroupProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubgroupProperties.gen.cs index 2d1ae77fc5..b93c2e019b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubgroupProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubgroupProperties.gen.cs @@ -7,130 +7,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSubgroupProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint SubgroupSize; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ShaderStageFlags SupportedStages; [NativeTypeName("VkSubgroupFeatureFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public SubgroupFeatureFlags SupportedOperations; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint QuadOperationsInAllStages; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubgroupSizeControlFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubgroupSizeControlFeatures.gen.cs index f8a38bab1e..4286877051 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubgroupSizeControlFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubgroupSizeControlFeatures.gen.cs @@ -8,42 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSubgroupSizeControlFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint SubgroupSizeControl; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint ComputeFullSubgroups; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubgroupSizeControlProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubgroupSizeControlProperties.gen.cs index 325f9218a0..a239ac12a3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubgroupSizeControlProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubgroupSizeControlProperties.gen.cs @@ -8,94 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSubgroupSizeControlProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MinSubgroupSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxSubgroupSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxComputeWorkgroupSubgroups; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ShaderStageFlags RequiredSubgroupSizeStages; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassMergeFeedbackFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassMergeFeedbackFeaturesEXT.gen.cs index 51b173970c..8ba55d063f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassMergeFeedbackFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassMergeFeedbackFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSubpassMergeFeedbackFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public uint SubpassMergeFeedback; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassShadingFeaturesHUAWEI.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassShadingFeaturesHUAWEI.gen.cs new file mode 100644 index 0000000000..a8312530a4 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassShadingFeaturesHUAWEI.gen.cs @@ -0,0 +1,17 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PhysicalDeviceSubpassShadingFeaturesHUAWEI +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("VkBool32")] + public uint SubpassShading; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassShadingFeaturesHuawei.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassShadingFeaturesHuawei.gen.cs deleted file mode 100644 index 542165b826..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassShadingFeaturesHuawei.gen.cs +++ /dev/null @@ -1,46 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PhysicalDeviceSubpassShadingFeaturesHuawei -{ - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public void* PNext; - - [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public uint SubpassShading; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassShadingPropertiesHUAWEI.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassShadingPropertiesHUAWEI.gen.cs new file mode 100644 index 0000000000..57a0b07189 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassShadingPropertiesHUAWEI.gen.cs @@ -0,0 +1,18 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PhysicalDeviceSubpassShadingPropertiesHUAWEI +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("uint32_t")] + public uint MaxSubpassShadingWorkgroupSizeAspectRatio; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassShadingPropertiesHuawei.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassShadingPropertiesHuawei.gen.cs deleted file mode 100644 index dcc24c1a6b..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSubpassShadingPropertiesHuawei.gen.cs +++ /dev/null @@ -1,47 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PhysicalDeviceSubpassShadingPropertiesHuawei -{ - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public void* PNext; - - [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public uint MaxSubpassShadingWorkgroupSizeAspectRatio; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSurfaceInfo2KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSurfaceInfo2KHR.gen.cs index a20feb4eba..6e5d39b6ee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSurfaceInfo2KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSurfaceInfo2KHR.gen.cs @@ -7,29 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSurfaceInfo2KHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] public void* PNext; [NativeTypeName("VkSurfaceKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] - public SurfaceKHRHandle Surface; + public SurfaceHandleKHR Surface; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSwapchainMaintenance1FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSwapchainMaintenance1FeaturesKHR.gen.cs index 9ffe390075..10fa1bf9cf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSwapchainMaintenance1FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSwapchainMaintenance1FeaturesKHR.gen.cs @@ -8,39 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSwapchainMaintenance1FeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] public uint SwapchainMaintenance1; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSynchronization2Features.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSynchronization2Features.gen.cs index cd4169d346..68d73f4511 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSynchronization2Features.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceSynchronization2Features.gen.cs @@ -7,42 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceSynchronization2Features { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint Synchronization2; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTensorFeaturesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTensorFeaturesARM.gen.cs index 255b148898..3b2c336c18 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTensorFeaturesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTensorFeaturesARM.gen.cs @@ -7,36 +7,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTensorFeaturesARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint TensorNonPacked; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint ShaderTensorAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint ShaderStorageTensorArrayDynamicIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint ShaderStorageTensorArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint DescriptorBindingStorageTensorUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint Tensors; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTensorPropertiesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTensorPropertiesARM.gen.cs index 63b23b089d..9cdbf84938 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTensorPropertiesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTensorPropertiesARM.gen.cs @@ -8,64 +8,47 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTensorPropertiesARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint MaxTensorDimensionCount; [NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public ulong MaxTensorElements; [NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public ulong MaxPerDimensionTensorElements; [NativeTypeName("int64_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public long MaxTensorStride; [NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public ulong MaxTensorSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint MaxTensorShaderAccessArrayLength; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint MaxTensorShaderAccessSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint MaxDescriptorSetStorageTensors; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint MaxPerStageDescriptorSetStorageTensors; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint MaxDescriptorSetUpdateAfterBindStorageTensors; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint MaxPerStageDescriptorUpdateAfterBindStorageTensors; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint ShaderStorageTensorArrayNonUniformIndexingNative; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public ShaderStageFlags ShaderTensorSupportedStages; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTexelBufferAlignmentFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTexelBufferAlignmentFeaturesEXT.gen.cs index a99ce80bcd..599c4207dd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTexelBufferAlignmentFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTexelBufferAlignmentFeaturesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTexelBufferAlignmentFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texel_buffer_alignment"], - ImpliesSets = [ - "VK_EXT_texel_buffer_alignment+VK_KHR_get_physical_device_properties2", - "VK_EXT_texel_buffer_alignment+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texel_buffer_alignment"], - ImpliesSets = [ - "VK_EXT_texel_buffer_alignment+VK_KHR_get_physical_device_properties2", - "VK_EXT_texel_buffer_alignment+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texel_buffer_alignment"], - ImpliesSets = [ - "VK_EXT_texel_buffer_alignment+VK_KHR_get_physical_device_properties2", - "VK_EXT_texel_buffer_alignment+VK_VERSION_1_1", - ] - )] public uint TexelBufferAlignment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTexelBufferAlignmentProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTexelBufferAlignmentProperties.gen.cs index 778e8bb2ac..db5313b521 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTexelBufferAlignmentProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTexelBufferAlignmentProperties.gen.cs @@ -8,94 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTexelBufferAlignmentProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong StorageTexelBufferOffsetAlignmentBytes; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint StorageTexelBufferOffsetSingleTexelAlignment; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong UniformTexelBufferOffsetAlignmentBytes; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint UniformTexelBufferOffsetSingleTexelAlignment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTextureCompressionAstchdrFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTextureCompressionAstchdrFeatures.gen.cs index 0d9684801e..eda4ddacf1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTextureCompressionAstchdrFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTextureCompressionAstchdrFeatures.gen.cs @@ -8,49 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTextureCompressionAstchdrFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] public uint TextureCompressionASTCHDR; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileMemoryHeapFeaturesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileMemoryHeapFeaturesQCOM.gen.cs index e6af3f5191..823b20ac00 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileMemoryHeapFeaturesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileMemoryHeapFeaturesQCOM.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTileMemoryHeapFeaturesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public uint TileMemoryHeap; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileMemoryHeapPropertiesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileMemoryHeapPropertiesQCOM.gen.cs index 3b2ce53d8b..b1d48bd73d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileMemoryHeapPropertiesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileMemoryHeapPropertiesQCOM.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTileMemoryHeapPropertiesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public uint QueueSubmitBoundary; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public uint TileBufferTransfers; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTilePropertiesFeaturesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTilePropertiesFeaturesQCOM.gen.cs index 38db1e5c1f..e9cffe3179 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTilePropertiesFeaturesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTilePropertiesFeaturesQCOM.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTilePropertiesFeaturesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] public uint TileProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileShadingFeaturesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileShadingFeaturesQCOM.gen.cs index d4b59a6803..772cf76a42 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileShadingFeaturesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileShadingFeaturesQCOM.gen.cs @@ -7,180 +7,50 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTileShadingFeaturesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShading; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingFragmentStage; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingColorAttachments; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingDepthAttachments; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingStencilAttachments; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingInputAttachments; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingSampledAttachments; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingPerTileDraw; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingPerTileDispatch; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingDispatchTile; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingApron; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingAnisotropicApron; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingAtomicOps; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint TileShadingImageProcessing; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileShadingPropertiesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileShadingPropertiesQCOM.gen.cs index 74f8696019..4936c885ad 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileShadingPropertiesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTileShadingPropertiesQCOM.gen.cs @@ -8,68 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTileShadingPropertiesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint MaxApronSize; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public uint PreferNonCoherent; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public Extent2D TileGranularity; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public Extent2D MaxTileShadingRate; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTimelineSemaphoreFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTimelineSemaphoreFeatures.gen.cs index e9526bb957..b189bef515 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTimelineSemaphoreFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTimelineSemaphoreFeatures.gen.cs @@ -8,54 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTimelineSemaphoreFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint TimelineSemaphore; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTimelineSemaphoreProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTimelineSemaphoreProperties.gen.cs index 90d0c12795..7f70c573e1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTimelineSemaphoreProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTimelineSemaphoreProperties.gen.cs @@ -8,67 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTimelineSemaphoreProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ulong MaxTimelineSemaphoreValueDifference; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolProperties.gen.cs index f1211da9d9..2e334f1b2e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolProperties.gen.cs @@ -7,123 +7,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceToolProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PhysicalDeviceToolPropertiesName Name; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PhysicalDeviceToolPropertiesVersion Version; [NativeTypeName("VkToolPurposeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ToolPurposeFlags Purposes; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PhysicalDeviceToolPropertiesDescription Description; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PhysicalDeviceToolPropertiesLayer Layer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesDescription.gen.cs index 869eb6ca4b..dc392f1431 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesDescription.gen.cs @@ -9,22 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" -)] public partial struct PhysicalDeviceToolPropertiesDescription { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesLayer.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesLayer.gen.cs index 86c9540db5..e6e357f506 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesLayer.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesLayer.gen.cs @@ -9,22 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" -)] public partial struct PhysicalDeviceToolPropertiesLayer { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesName.gen.cs index 690cd59c71..c0c9638e66 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesName.gen.cs @@ -9,22 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" -)] public partial struct PhysicalDeviceToolPropertiesName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesVersion.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesVersion.gen.cs index c48e227318..d7eb75c739 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesVersion.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceToolPropertiesVersion.gen.cs @@ -9,22 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" -)] public partial struct PhysicalDeviceToolPropertiesVersion { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTransformFeedbackFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTransformFeedbackFeaturesEXT.gen.cs index 23681363d9..0ff70595e3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTransformFeedbackFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTransformFeedbackFeaturesEXT.gen.cs @@ -8,53 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTransformFeedbackFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public uint TransformFeedback; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3", - "VK_EXT_transform_feedback", - "VkPhysicalDeviceExtendedDynamicState3FeaturesEXT::extendedDynamicState3RasterizationStream", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public uint GeometryStreams; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTransformFeedbackPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTransformFeedbackPropertiesEXT.gen.cs index dbf24dc379..9673ed0b8f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTransformFeedbackPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceTransformFeedbackPropertiesEXT.gen.cs @@ -8,136 +8,38 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceTransformFeedbackPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public uint MaxTransformFeedbackStreams; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public uint MaxTransformFeedbackBuffers; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public ulong MaxTransformFeedbackBufferSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public uint MaxTransformFeedbackStreamDataSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public uint MaxTransformFeedbackBufferDataSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public uint MaxTransformFeedbackBufferDataStride; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public uint TransformFeedbackQueries; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public uint TransformFeedbackStreamsLinesTriangles; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public uint TransformFeedbackRasterizationStreamSelect; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public uint TransformFeedbackDraw; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceType.gen.cs index 99f4c333e4..26be9586f5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceType.gen.cs @@ -7,147 +7,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PhysicalDeviceType : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Other = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] IntegratedGpu = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DiscreteGpu = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] VirtualGpu = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Cpu = 4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceUnifiedImageLayoutsFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceUnifiedImageLayoutsFeaturesKHR.gen.cs index 442ff770da..0a347b91f3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceUnifiedImageLayoutsFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceUnifiedImageLayoutsFeaturesKHR.gen.cs @@ -7,48 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceUnifiedImageLayoutsFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_unified_image_layouts"], - ImpliesSets = [ - "VK_KHR_unified_image_layouts+VK_KHR_get_physical_device_properties2", - "VK_KHR_unified_image_layouts+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_unified_image_layouts"], - ImpliesSets = [ - "VK_KHR_unified_image_layouts+VK_KHR_get_physical_device_properties2", - "VK_KHR_unified_image_layouts+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_unified_image_layouts"], - ImpliesSets = [ - "VK_KHR_unified_image_layouts+VK_KHR_get_physical_device_properties2", - "VK_KHR_unified_image_layouts+VK_VERSION_1_1", - ] - )] public uint UnifiedImageLayouts; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_unified_image_layouts"], - ImpliesSets = [ - "VK_KHR_unified_image_layouts+VK_KHR_get_physical_device_properties2", - "VK_KHR_unified_image_layouts+VK_VERSION_1_1", - ] - )] public uint UnifiedImageLayoutsVideo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceUniformBufferStandardLayoutFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceUniformBufferStandardLayoutFeatures.gen.cs index 3d850e7500..e1e8812540 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceUniformBufferStandardLayoutFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceUniformBufferStandardLayoutFeatures.gen.cs @@ -7,48 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceUniformBufferStandardLayoutFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint UniformBufferStandardLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVariablePointersFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVariablePointersFeatures.gen.cs index 505815c400..2bd1a3a51e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVariablePointersFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVariablePointersFeatures.gen.cs @@ -8,54 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVariablePointersFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint VariablePointersStorageBuffer; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint VariablePointers; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeDivisorFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeDivisorFeatures.gen.cs index e76733648f..ac5a6d5abf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeDivisorFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeDivisorFeatures.gen.cs @@ -8,32 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVertexAttributeDivisorFeatures { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint VertexAttributeInstanceRateDivisor; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint VertexAttributeInstanceRateZeroDivisor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeDivisorProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeDivisorProperties.gen.cs index a112d96cf6..7ff748ae9d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeDivisorProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeDivisorProperties.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVertexAttributeDivisorProperties { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint MaxVertexAttribDivisor; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint SupportsNonZeroFirstInstance; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeDivisorPropertiesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeDivisorPropertiesEXT.gen.cs index bc8fd37bfc..9986b1638a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeDivisorPropertiesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeDivisorPropertiesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVertexAttributeDivisorPropertiesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] public uint MaxVertexAttribDivisor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeRobustnessFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeRobustnessFeaturesEXT.gen.cs index 691194e55a..56c89eeaa4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeRobustnessFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexAttributeRobustnessFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVertexAttributeRobustnessFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_robustness"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_robustness+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_robustness"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_robustness+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_robustness"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_robustness+VK_VERSION_1_1", - ] - )] public uint VertexAttributeRobustness; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexInputDynamicStateFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexInputDynamicStateFeaturesEXT.gen.cs index 67fbee8b84..fb75ab218e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexInputDynamicStateFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVertexInputDynamicStateFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVertexInputDynamicStateFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public uint VertexInputDynamicState; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoDecodeVP9FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoDecodeVP9FeaturesKHR.gen.cs index 605b21dbcc..5888ace3d7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoDecodeVP9FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoDecodeVP9FeaturesKHR.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVideoDecodeVP9FeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint VideoDecodeVP9; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeAV1FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeAV1FeaturesKHR.gen.cs index 6262e9e46a..22541741cd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeAV1FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeAV1FeaturesKHR.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVideoEncodeAV1FeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint VideoEncodeAV1; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR.gen.cs index ab9e8c221c..c7857ad51a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint VideoEncodeIntraRefresh; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeQualityLevelInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeQualityLevelInfoKHR.gen.cs index 94fe647b0d..d0d2382fb1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeQualityLevelInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeQualityLevelInfoKHR.gen.cs @@ -8,49 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVideoEncodeQualityLevelInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("const VkVideoProfileInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoProfileInfoKHR* PVideoProfile; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint QualityLevel; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.gen.cs index b50205d0d7..1262d4b007 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public uint VideoEncodeQuantizationMap; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE.gen.cs new file mode 100644 index 0000000000..4aa21dc9c7 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE.gen.cs @@ -0,0 +1,18 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("VkBool32")] + public uint VideoEncodeRgbConversion; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeRgbConversionFeaturesValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeRgbConversionFeaturesValve.gen.cs deleted file mode 100644 index 1bca34eb4c..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoEncodeRgbConversionFeaturesValve.gen.cs +++ /dev/null @@ -1,44 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PhysicalDeviceVideoEncodeRgbConversionFeaturesValve -{ - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public uint VideoEncodeRgbConversion; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoFormatInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoFormatInfoKHR.gen.cs index 99a53413fe..0ed7ed34f0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoFormatInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoFormatInfoKHR.gen.cs @@ -7,29 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVideoFormatInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ImageUsageFlags ImageUsage; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoMaintenance1FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoMaintenance1FeaturesKHR.gen.cs index db448aeddf..18c9209094 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoMaintenance1FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoMaintenance1FeaturesKHR.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVideoMaintenance1FeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public uint VideoMaintenance1; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoMaintenance2FeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoMaintenance2FeaturesKHR.gen.cs index 8a21956080..581ed2b8cd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoMaintenance2FeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVideoMaintenance2FeaturesKHR.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVideoMaintenance2FeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public uint VideoMaintenance2; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11Features.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11Features.gen.cs index 6efa5e18d2..2ab181b172 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11Features.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11Features.gen.cs @@ -8,208 +8,44 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVulkan11Features { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_1", "VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.1" - )] public uint StorageBuffer16BitAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint UniformAndStorageBuffer16BitAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint StoragePushConstant16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint StorageInputOutput16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_1", "VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.1" - )] public uint Multiview; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MultiviewGeometryShader; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MultiviewTessellationShader; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint VariablePointersStorageBuffer; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint VariablePointers; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ProtectedMemory; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint SamplerYcbcrConversion; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_1", "VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.1" - )] public uint ShaderDrawParameters; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11Properties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11Properties.gen.cs index 2a73dfac4f..ab16e781cd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11Properties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11Properties.gen.cs @@ -8,360 +8,51 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVulkan11Properties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public PhysicalDeviceVulkan11PropertiesDeviceUUID DeviceUUID; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public PhysicalDeviceVulkan11PropertiesDriverUUID DriverUUID; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public PhysicalDeviceVulkan11PropertiesDeviceLUID DeviceLUID; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint DeviceNodeMask; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint DeviceLUIDValid; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint SubgroupSize; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ShaderStageFlags SubgroupSupportedStages; [NativeTypeName("VkSubgroupFeatureFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public SubgroupFeatureFlags SubgroupSupportedOperations; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint SubgroupQuadOperationsInAllStages; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public PointClippingBehavior PointClippingBehavior; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxMultiviewViewCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxMultiviewInstanceIndex; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ProtectedNoFault; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerSetDescriptors; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ulong MaxMemoryAllocationSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11PropertiesDeviceLUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11PropertiesDeviceLUID.gen.cs index e29bc5de6d..62e1142ebd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11PropertiesDeviceLUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11PropertiesDeviceLUID.gen.cs @@ -9,26 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" -)] public partial struct PhysicalDeviceVulkan11PropertiesDeviceLUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11PropertiesDeviceUUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11PropertiesDeviceUUID.gen.cs index 24a0f01f50..d8b95e478a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11PropertiesDeviceUUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11PropertiesDeviceUUID.gen.cs @@ -9,26 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" -)] public partial struct PhysicalDeviceVulkan11PropertiesDeviceUUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11PropertiesDriverUUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11PropertiesDriverUUID.gen.cs index 9714c31e8c..c7685d180a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11PropertiesDriverUUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan11PropertiesDriverUUID.gen.cs @@ -9,26 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" -)] public partial struct PhysicalDeviceVulkan11PropertiesDriverUUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12Features.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12Features.gen.cs index 58337ca0b4..1da5b505c5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12Features.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12Features.gen.cs @@ -7,587 +7,149 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVulkan12Features { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint SamplerMirrorClampToEdge; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DrawIndirectCount; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint StorageBuffer8BitAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint UniformAndStorageBuffer8BitAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint StoragePushConstant8; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_atomic_int64"], - ImpliesSets = [ - "VK_KHR_shader_atomic_int64+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_atomic_int64+VK_VERSION_1_1", - ] - )] public uint ShaderBufferInt64Atomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderSharedInt64Atomics; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderInt8; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderInputAttachmentArrayDynamicIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderUniformTexelBufferArrayDynamicIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderStorageTexelBufferArrayDynamicIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderUniformBufferArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderSampledImageArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderStorageBufferArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderStorageImageArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderInputAttachmentArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderUniformTexelBufferArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderStorageTexelBufferArrayNonUniformIndexing; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint DescriptorBindingUniformBufferUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingSampledImageUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingStorageImageUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingStorageBufferUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingUniformTexelBufferUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingStorageTexelBufferUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingUpdateUnusedWhilePending; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint DescriptorBindingPartiallyBound; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint DescriptorBindingVariableDescriptorCount; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint RuntimeDescriptorArray; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint SamplerFilterMinmax; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ScalarBlockLayout; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ImagelessFramebuffer; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint UniformBufferStandardLayout; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderSubgroupExtendedTypes; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint SeparateDepthStencilLayouts; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint HostQueryReset; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint TimelineSemaphore; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint BufferDeviceAddress; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint BufferDeviceAddressCaptureReplay; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint BufferDeviceAddressMultiDevice; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint VulkanMemoryModel; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint VulkanMemoryModelDeviceScope; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint VulkanMemoryModelAvailabilityVisibilityChains; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderOutputViewportIndex; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint ShaderOutputLayer; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VERSION_1_2", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.2" - )] public uint SubgroupBroadcastDynamicId; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12Properties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12Properties.gen.cs index f79d012765..c7a9f7c30b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12Properties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12Properties.gen.cs @@ -7,1134 +7,156 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVulkan12Properties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public DriverId DriverID; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public PhysicalDeviceVulkan12PropertiesDriverName DriverName; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public PhysicalDeviceVulkan12PropertiesDriverInfo DriverInfo; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ConformanceVersion ConformanceVersion; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ShaderFloatControlsIndependence DenormBehaviorIndependence; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ShaderFloatControlsIndependence RoundingModeIndependence; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderSignedZeroInfNanPreserveFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderSignedZeroInfNanPreserveFloat32; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderSignedZeroInfNanPreserveFloat64; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderDenormPreserveFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderDenormPreserveFloat32; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderDenormPreserveFloat64; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderDenormFlushToZeroFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderDenormFlushToZeroFloat32; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderDenormFlushToZeroFloat64; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderRoundingModeRTEFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderRoundingModeRTEFloat32; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderRoundingModeRTEFloat64; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderRoundingModeRTZFloat16; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderRoundingModeRTZFloat32; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderRoundingModeRTZFloat64; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxUpdateAfterBindDescriptorsInAllPools; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderUniformBufferArrayNonUniformIndexingNative; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderSampledImageArrayNonUniformIndexingNative; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderStorageBufferArrayNonUniformIndexingNative; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderStorageImageArrayNonUniformIndexingNative; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ShaderInputAttachmentArrayNonUniformIndexingNative; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint RobustBufferAccessUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint QuadDivergentImplicitLod; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageDescriptorUpdateAfterBindSamplers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageDescriptorUpdateAfterBindUniformBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageDescriptorUpdateAfterBindStorageBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageDescriptorUpdateAfterBindSampledImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageDescriptorUpdateAfterBindStorageImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageDescriptorUpdateAfterBindInputAttachments; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxPerStageUpdateAfterBindResources; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindSamplers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindUniformBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindUniformBuffersDynamic; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindStorageBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindStorageBuffersDynamic; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindSampledImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindStorageImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint MaxDescriptorSetUpdateAfterBindInputAttachments; [NativeTypeName("VkResolveModeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ResolveModeFlags SupportedDepthResolveModes; [NativeTypeName("VkResolveModeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ResolveModeFlags SupportedStencilResolveModes; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint IndependentResolveNone; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint IndependentResolve; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint FilterMinmaxSingleComponentFormats; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint FilterMinmaxImageComponentMapping; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ulong MaxTimelineSemaphoreValueDifference; [NativeTypeName("VkSampleCountFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public SampleCountFlags FramebufferIntegerColorSampleCounts; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12PropertiesDriverInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12PropertiesDriverInfo.gen.cs index b44d6da78b..7b310a8ed5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12PropertiesDriverInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12PropertiesDriverInfo.gen.cs @@ -9,26 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" -)] public partial struct PhysicalDeviceVulkan12PropertiesDriverInfo { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12PropertiesDriverName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12PropertiesDriverName.gen.cs index 94f6f0ac9f..122e9b43d4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12PropertiesDriverName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan12PropertiesDriverName.gen.cs @@ -9,26 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" -)] public partial struct PhysicalDeviceVulkan12PropertiesDriverName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan13Features.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan13Features.gen.cs index 49328d618a..836c44b7a6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan13Features.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan13Features.gen.cs @@ -8,105 +8,53 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVulkan13Features { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint RobustImageAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint InlineUniformBlock; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint DescriptorBindingInlineUniformBlockUpdateAfterBind; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint PipelineCreationCacheControl; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint PrivateData; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint ShaderDemoteToHelperInvocation; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint ShaderTerminateInvocation; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint SubgroupSizeControl; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint ComputeFullSubgroups; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint Synchronization2; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] public uint TextureCompressionASTCHDR; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint ShaderZeroInitializeWorkgroupMemory; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint DynamicRendering; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint ShaderIntegerDotProduct; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint Maintenance4; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan13Properties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan13Properties.gen.cs index 6955515f41..1b85ee2ff0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan13Properties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan13Properties.gen.cs @@ -8,803 +8,143 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVulkan13Properties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MinSubgroupSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxSubgroupSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxComputeWorkgroupSubgroups; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ShaderStageFlags RequiredSubgroupSizeStages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxInlineUniformBlockSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxPerStageDescriptorInlineUniformBlocks; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxPerStageDescriptorUpdateAfterBindInlineUniformBlocks; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxDescriptorSetInlineUniformBlocks; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxDescriptorSetUpdateAfterBindInlineUniformBlocks; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint MaxInlineUniformTotalSize; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct8BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct8BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct8BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct4X8BitPackedUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct4X8BitPackedSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct4X8BitPackedMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct16BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct16BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct16BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct32BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct32BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct32BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct64BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct64BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProduct64BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating8BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating8BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating4X8BitPackedUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating4X8BitPackedSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating4X8BitPackedMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating16BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating16BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating32BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating32BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating64BitUnsignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating64BitSignedAccelerated; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint IntegerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong StorageTexelBufferOffsetAlignmentBytes; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint StorageTexelBufferOffsetSingleTexelAlignment; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong UniformTexelBufferOffsetAlignmentBytes; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint UniformTexelBufferOffsetSingleTexelAlignment; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong MaxBufferSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan14Features.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan14Features.gen.cs index f6aa35180f..7768d05315 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan14Features.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan14Features.gen.cs @@ -8,176 +8,71 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVulkan14Features { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint GlobalPriorityQuery; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderSubgroupRotate; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderSubgroupRotateClustered; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderFloatControls2; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint ShaderExpectAssume; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint RectangularLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint BresenhamLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint SmoothLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint StippledRectangularLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint StippledBresenhamLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint StippledSmoothLines; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint VertexAttributeInstanceRateDivisor; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint VertexAttributeInstanceRateZeroDivisor; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint IndexTypeUint8; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint DynamicRenderingLocalRead; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint Maintenance5; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint Maintenance6; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint PipelineProtectedAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint PipelineRobustness; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint HostImageCopy; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public uint PushDescriptor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan14Properties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan14Properties.gen.cs index b48f1765a8..e01bbe5edc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan14Properties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan14Properties.gen.cs @@ -8,349 +8,71 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVulkan14Properties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint LineSubPixelPrecisionBits; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint MaxVertexAttribDivisor; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint SupportsNonZeroFirstInstance; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint MaxPushDescriptors; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint DynamicRenderingLocalReadDepthStencilAttachments; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint DynamicRenderingLocalReadMultisampledAttachments; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint EarlyFragmentMultisampleCoverageAfterSampleCounting; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint EarlyFragmentSampleMaskTestBeforeSampleCounting; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint DepthStencilSwizzleOneSupport; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint PolygonModePointSize; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint NonStrictSinglePixelWideLinesUseParallelogram; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint NonStrictWideLinesUseParallelogram; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint BlockTexelViewCompatibleMultipleLayers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint MaxCombinedImageSamplerDescriptorCount; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint FragmentShadingRateClampCombinerInputs; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public PipelineRobustnessBufferBehavior DefaultRobustnessStorageBuffers; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public PipelineRobustnessBufferBehavior DefaultRobustnessUniformBuffers; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public PipelineRobustnessBufferBehavior DefaultRobustnessVertexInputs; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public PipelineRobustnessImageBehavior DefaultRobustnessImages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint CopySrcLayoutCount; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageLayout* PCopySrcLayouts; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint CopyDstLayoutCount; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ImageLayout* PCopyDstLayouts; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public PhysicalDeviceVulkan14PropertiesOptimalTilingLayoutUUID OptimalTilingLayoutUUID; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint IdenticalMemoryTypeRequirements; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan14PropertiesOptimalTilingLayoutUUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan14PropertiesOptimalTilingLayoutUUID.gen.cs index b6ad3204a3..f91f8c1f6b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan14PropertiesOptimalTilingLayoutUUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkan14PropertiesOptimalTilingLayoutUUID.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - ["VK_BASE_VERSION_1_4", "VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" -)] public partial struct PhysicalDeviceVulkan14PropertiesOptimalTilingLayoutUUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkanMemoryModelFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkanMemoryModelFeatures.gen.cs index d675688e47..99833528ea 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkanMemoryModelFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceVulkanMemoryModelFeatures.gen.cs @@ -7,75 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceVulkanMemoryModelFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint VulkanMemoryModel; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint VulkanMemoryModelDeviceScope; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint VulkanMemoryModelAvailabilityVisibilityChains; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.gen.cs index 43295a9e3f..55e248642a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.gen.cs @@ -8,70 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_workgroup_memory_explicit_layout"], - ImpliesSets = [ - "VK_KHR_workgroup_memory_explicit_layout+VK_KHR_get_physical_device_properties2", - "VK_KHR_workgroup_memory_explicit_layout+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_workgroup_memory_explicit_layout"], - ImpliesSets = [ - "VK_KHR_workgroup_memory_explicit_layout+VK_KHR_get_physical_device_properties2", - "VK_KHR_workgroup_memory_explicit_layout+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_workgroup_memory_explicit_layout"], - ImpliesSets = [ - "VK_KHR_workgroup_memory_explicit_layout+VK_KHR_get_physical_device_properties2", - "VK_KHR_workgroup_memory_explicit_layout+VK_VERSION_1_1", - ] - )] public uint WorkgroupMemoryExplicitLayout; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_workgroup_memory_explicit_layout"], - ImpliesSets = [ - "VK_KHR_workgroup_memory_explicit_layout+VK_KHR_get_physical_device_properties2", - "VK_KHR_workgroup_memory_explicit_layout+VK_VERSION_1_1", - ] - )] public uint WorkgroupMemoryExplicitLayoutScalarBlockLayout; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_workgroup_memory_explicit_layout"], - ImpliesSets = [ - "VK_KHR_workgroup_memory_explicit_layout+VK_KHR_get_physical_device_properties2", - "VK_KHR_workgroup_memory_explicit_layout+VK_VERSION_1_1", - ] - )] public uint WorkgroupMemoryExplicitLayout8BitAccess; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_workgroup_memory_explicit_layout"], - ImpliesSets = [ - "VK_KHR_workgroup_memory_explicit_layout+VK_KHR_get_physical_device_properties2", - "VK_KHR_workgroup_memory_explicit_layout+VK_VERSION_1_1", - ] - )] public uint WorkgroupMemoryExplicitLayout16BitAccess; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.gen.cs index b06e0beede..ec74343993 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_2plane_444_formats"], - ImpliesSets = [ - "VK_EXT_ycbcr_2plane_444_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_2plane_444_formats+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_2plane_444_formats"], - ImpliesSets = [ - "VK_EXT_ycbcr_2plane_444_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_2plane_444_formats+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_2plane_444_formats"], - ImpliesSets = [ - "VK_EXT_ycbcr_2plane_444_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_2plane_444_formats+VK_VERSION_1_1", - ] - )] public uint Ycbcr2Plane444Formats; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceYcbcrDegammaFeaturesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceYcbcrDegammaFeaturesQCOM.gen.cs index 235ee39bd2..3a73ced8ad 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceYcbcrDegammaFeaturesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceYcbcrDegammaFeaturesQCOM.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceYcbcrDegammaFeaturesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_ycbcr_degamma"], - ImpliesSets = [ - "VK_QCOM_ycbcr_degamma+VK_KHR_get_physical_device_properties2", - "VK_QCOM_ycbcr_degamma+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_ycbcr_degamma"], - ImpliesSets = [ - "VK_QCOM_ycbcr_degamma+VK_KHR_get_physical_device_properties2", - "VK_QCOM_ycbcr_degamma+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_ycbcr_degamma"], - ImpliesSets = [ - "VK_QCOM_ycbcr_degamma+VK_KHR_get_physical_device_properties2", - "VK_QCOM_ycbcr_degamma+VK_VERSION_1_1", - ] - )] public uint YcbcrDegamma; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceYcbcrImageArraysFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceYcbcrImageArraysFeaturesEXT.gen.cs index 190ac45d5e..4385650c73 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceYcbcrImageArraysFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceYcbcrImageArraysFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceYcbcrImageArraysFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_image_arrays"], - ImpliesSets = [ - "VK_EXT_ycbcr_image_arrays+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_image_arrays+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_image_arrays"], - ImpliesSets = [ - "VK_EXT_ycbcr_image_arrays+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_image_arrays+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_image_arrays"], - ImpliesSets = [ - "VK_EXT_ycbcr_image_arrays+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_image_arrays+VK_VERSION_1_1", - ] - )] public uint YcbcrImageArrays; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT.gen.cs index 2ebe1970db..709d2ebcdb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_zero_initialize_device_memory"], - ImpliesSets = [ - "VK_EXT_zero_initialize_device_memory+VK_KHR_get_physical_device_properties2", - "VK_EXT_zero_initialize_device_memory+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_zero_initialize_device_memory"], - ImpliesSets = [ - "VK_EXT_zero_initialize_device_memory+VK_KHR_get_physical_device_properties2", - "VK_EXT_zero_initialize_device_memory+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_zero_initialize_device_memory"], - ImpliesSets = [ - "VK_EXT_zero_initialize_device_memory+VK_KHR_get_physical_device_properties2", - "VK_EXT_zero_initialize_device_memory+VK_VERSION_1_1", - ] - )] public uint ZeroInitializeDeviceMemory; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.gen.cs index a3f5900226..bb35db4574 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.gen.cs @@ -8,38 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_VERSION_1_3", "VK_VERSION_1_4"], MinVersion = "1.3")] public uint ShaderZeroInitializeWorkgroupMemory; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryCreateInfoKHR.gen.cs index 611444013c..3c4bad7bfc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryCreateInfoKHR.gen.cs @@ -8,60 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineBinaryCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public void* PNext; [NativeTypeName("const VkPipelineBinaryKeysAndDataKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public PipelineBinaryKeysAndDataKHR* PKeysAndDataInfo; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public PipelineHandle Pipeline; [NativeTypeName("const VkPipelineCreateInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public PipelineCreateInfoKHR* PPipelineCreateInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryDataInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryDataInfoKHR.gen.cs index 1fb008d5c1..16e395547f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryDataInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryDataInfoKHR.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineBinaryDataInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public void* PNext; [NativeTypeName("VkPipelineBinaryKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] - public PipelineBinaryKHRHandle PipelineBinary; + public PipelineBinaryHandleKHR PipelineBinary; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryDataKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryDataKHR.gen.cs index a17fb893ce..978f1a9aa2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryDataKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryDataKHR.gen.cs @@ -8,27 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineBinaryDataKHR { [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public nuint DataSize; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public void* PData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryHandlesInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryHandlesInfoKHR.gen.cs index a05ff92ec6..785c018af0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryHandlesInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryHandlesInfoKHR.gen.cs @@ -8,49 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineBinaryHandlesInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public uint PipelineBinaryCount; [NativeTypeName("VkPipelineBinaryKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] - public PipelineBinaryKHRHandle* PPipelineBinaries; + public PipelineBinaryHandleKHR* PPipelineBinaries; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryInfoKHR.gen.cs index 38ef761246..7e8909f0f3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryInfoKHR.gen.cs @@ -8,49 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineBinaryInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public uint BinaryCount; [NativeTypeName("const VkPipelineBinaryKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] - public PipelineBinaryKHRHandle* PPipelineBinaries; + public PipelineBinaryHandleKHR* PPipelineBinaries; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryKeyKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryKeyKHR.gen.cs index 6284b81f1d..f3c5fbfce4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryKeyKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryKeyKHR.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineBinaryKeyKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public uint KeySize; [NativeTypeName("uint8_t[32]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public PipelineBinaryKeyKHRKey Key; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryKeyKHRKey.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryKeyKHRKey.gen.cs index 496da1626c..c981a70eee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryKeyKHRKey.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryKeyKHRKey.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] -)] public partial struct PipelineBinaryKeyKHRKey { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryKeysAndDataKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryKeysAndDataKHR.gen.cs index d21ea8ffe6..aaaba87470 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryKeysAndDataKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineBinaryKeysAndDataKHR.gen.cs @@ -7,39 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineBinaryKeysAndDataKHR { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public uint BinaryCount; [NativeTypeName("const VkPipelineBinaryKeyKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public PipelineBinaryKeyKHR* PPipelineBinaryKeys; [NativeTypeName("const VkPipelineBinaryDataKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public PipelineBinaryDataKHR* PPipelineBinaryData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineBindPoint.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineBindPoint.gen.cs index 36b9502db2..7cef1be13c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineBindPoint.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineBindPoint.gen.cs @@ -8,91 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PipelineBindPoint : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Graphics = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Compute = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingKHR = 1000165000, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - SubpassShadingHuawei = 1000369003, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] + SubpassShadingHUAWEI = 1000369003, DataGraphARM = 1000507000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] RayTracingNV = RayTracingKHR, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheCreateFlags.gen.cs index 9f357d0198..dbf1cdec75 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheCreateFlags.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PipelineCacheCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ExternallySynchronizedBit = 0x1, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] InternallySynchronizedMergeBitKHR = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_creation_cache_control"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - ] - )] ExternallySynchronizedBitEXT = ExternallySynchronizedBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheCreateInfo.gen.cs index 6cc66b6d24..22af062a43 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheCreateInfo.gen.cs @@ -8,125 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineCacheCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineCacheCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineCacheCreateFlags Flags; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public nuint InitialDataSize; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PInitialData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersion.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersion.gen.cs index 92f3f93cef..a2557d5262 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersion.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersion.gen.cs @@ -8,37 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PipelineCacheHeaderVersion : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] One = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] DataGraphQCOM = 1000629000, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionDataGraphQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionDataGraphQCOM.gen.cs index 84eac75429..f4b0e78b6a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionDataGraphQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionDataGraphQCOM.gen.cs @@ -7,44 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PipelineCacheHeaderVersionDataGraphQCOM { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public uint HeaderSize; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public PipelineCacheHeaderVersion HeaderVersion; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public DataGraphModelCacheTypeQCOM CacheType; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public uint CacheVersion; [NativeTypeName("uint32_t[3]")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public PipelineCacheHeaderVersionDataGraphQCOMToolchainVersion ToolchainVersion; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionDataGraphQCOMToolchainVersion.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionDataGraphQCOMToolchainVersion.gen.cs index 070874ece1..ee91c2cd90 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionDataGraphQCOMToolchainVersion.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionDataGraphQCOMToolchainVersion.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile("vulkan", ["VK_QCOM_data_graph_model"], ImpliesSets = ["VK_ARM_data_graph"])] public partial struct PipelineCacheHeaderVersionDataGraphQCOMToolchainVersion { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionOne.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionOne.gen.cs index fd02a90452..16ada82d8c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionOne.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionOne.gen.cs @@ -8,125 +8,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PipelineCacheHeaderVersionOne { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint HeaderSize; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineCacheHeaderVersion HeaderVersion; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint VendorID; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DeviceID; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineCacheHeaderVersionOnePipelineCacheUUID PipelineCacheUUID; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionOnePipelineCacheUUID.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionOnePipelineCacheUUID.gen.cs index 02cebf853f..88eda78a60 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionOnePipelineCacheUUID.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCacheHeaderVersionOnePipelineCacheUUID.gen.cs @@ -9,29 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct PipelineCacheHeaderVersionOnePipelineCacheUUID { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendAdvancedStateCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendAdvancedStateCreateInfoEXT.gen.cs index 289dd92f76..a51167bf8d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendAdvancedStateCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendAdvancedStateCreateInfoEXT.gen.cs @@ -7,59 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineColorBlendAdvancedStateCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public uint SrcPremultiplied; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public uint DstPremultiplied; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public BlendOverlapEXT BlendOverlap; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendAttachmentState.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendAttachmentState.gen.cs index 6f9b79c0cb..a489d29640 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendAttachmentState.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendAttachmentState.gen.cs @@ -8,152 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PipelineColorBlendAttachmentState { [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint BlendEnable; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BlendFactor SrcColorBlendFactor; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BlendFactor DstColorBlendFactor; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BlendOp ColorBlendOp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BlendFactor SrcAlphaBlendFactor; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BlendFactor DstAlphaBlendFactor; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BlendOp AlphaBlendOp; [NativeTypeName("VkColorComponentFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ColorComponentFlags ColorWriteMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendStateCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendStateCreateFlags.gen.cs index 2785b56b7e..7cf43f9b7b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendStateCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendStateCreateFlags.gen.cs @@ -8,30 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PipelineColorBlendStateCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] RasterizationOrderAttachmentAccessBitEXT = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_ARM_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_ARM_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] RasterizationOrderAttachmentAccessBitARM = RasterizationOrderAttachmentAccessBitEXT, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendStateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendStateCreateInfo.gen.cs index 1f70ad359f..a3da67f70c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendStateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendStateCreateInfo.gen.cs @@ -8,152 +8,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineColorBlendStateCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineColorBlendStateCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineColorBlendStateCreateFlags Flags; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint LogicOpEnable; - - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3", - "VkPhysicalDeviceExtendedDynamicState3FeaturesEXT::extendedDynamicState3LogicOpEnable", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public LogicOp LogicOp; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint AttachmentCount; [NativeTypeName("const VkPipelineColorBlendAttachmentState *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineColorBlendAttachmentState* PAttachments; [NativeTypeName("float[4]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineColorBlendStateCreateInfoBlendConstants BlendConstants; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendStateCreateInfoBlendConstants.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendStateCreateInfoBlendConstants.gen.cs index be93d51f9e..8c42e602ca 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendStateCreateInfoBlendConstants.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineColorBlendStateCreateInfoBlendConstants.gen.cs @@ -9,24 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(4)] -[SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" -)] public partial struct PipelineColorBlendStateCreateInfoBlendConstants { - [SupportedApiProfile("vulkan")] public float E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineColorWriteCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineColorWriteCreateInfoEXT.gen.cs index 6028160514..f023b3b58d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineColorWriteCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineColorWriteCreateInfoEXT.gen.cs @@ -7,49 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineColorWriteCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] public uint AttachmentCount; [NativeTypeName("const VkBool32 *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] public uint* PColorWriteEnables; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCompilerControlCreateInfoAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCompilerControlCreateInfoAMD.gen.cs index 40b1ff4334..bf14fe9b82 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCompilerControlCreateInfoAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCompilerControlCreateInfoAMD.gen.cs @@ -7,17 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineCompilerControlCreateInfoAMD { - [SupportedApiProfile("vulkan", ["VK_AMD_pipeline_compiler_control"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_AMD_pipeline_compiler_control"])] public void* PNext; [NativeTypeName("VkPipelineCompilerControlFlagsAMD")] - [SupportedApiProfile("vulkan", ["VK_AMD_pipeline_compiler_control"])] public PipelineCompilerControlFlagsAMD CompilerControlFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCompilerControlFlagsAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCompilerControlFlagsAMD.gen.cs index 940d1d7be8..34a3346a8c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCompilerControlFlagsAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCompilerControlFlagsAMD.gen.cs @@ -7,8 +7,6 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PipelineCompilerControlFlagsAMD : uint { diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCoverageModulationStateCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCoverageModulationStateCreateInfoNV.gen.cs index c6596048da..2b424dff24 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCoverageModulationStateCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCoverageModulationStateCreateInfoNV.gen.cs @@ -8,32 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineCoverageModulationStateCreateInfoNV { - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] public void* PNext; [NativeTypeName("VkPipelineCoverageModulationStateCreateFlagsNV")] - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] public uint Flags; - - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] public CoverageModulationModeNV CoverageModulationMode; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] public uint CoverageModulationTableEnable; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] public uint CoverageModulationTableCount; [NativeTypeName("const float *")] - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] public float* PCoverageModulationTable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCoverageReductionStateCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCoverageReductionStateCreateInfoNV.gen.cs index 0c592a6f51..601c282828 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCoverageReductionStateCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCoverageReductionStateCreateInfoNV.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineCoverageReductionStateCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPipelineCoverageReductionStateCreateFlagsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public uint Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public CoverageReductionModeNV CoverageReductionMode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCoverageToColorStateCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCoverageToColorStateCreateInfoNV.gen.cs index 957bd5e089..fa28fed075 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCoverageToColorStateCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCoverageToColorStateCreateInfoNV.gen.cs @@ -8,25 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineCoverageToColorStateCreateInfoNV { - [SupportedApiProfile("vulkan", ["VK_NV_fragment_coverage_to_color"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NV_fragment_coverage_to_color"])] public void* PNext; [NativeTypeName("VkPipelineCoverageToColorStateCreateFlagsNV")] - [SupportedApiProfile("vulkan", ["VK_NV_fragment_coverage_to_color"])] public uint Flags; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_NV_fragment_coverage_to_color"])] public uint CoverageToColorEnable; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NV_fragment_coverage_to_color"])] public uint CoverageToColorLocation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCreateFlags.gen.cs index 6b1d1ce9e7..d62b06fa67 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCreateFlags.gen.cs @@ -8,417 +8,44 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PipelineCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DisableOptimizationBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] AllowDerivativesBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DerivativeBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DispatchBaseBit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ViewIndexFromDeviceIndexBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] FailOnPipelineCompileRequiredBit = 0x100, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] EarlyReturnOnFailureBit = 0x200, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] NoProtectedAccessBit = 0x8000000, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] ProtectedAccessOnlyBit = 0x40000000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingNoNullAnyHitShadersBitKHR = 0x4000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingNoNullClosestHitShadersBitKHR = 0x8000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingNoNullMissShadersBitKHR = 0x10000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingNoNullIntersectionShadersBitKHR = 0x20000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingSkipTrianglesBitKHR = 0x1000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingSkipAabbsBitKHR = 0x2000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingShaderGroupHandleCaptureReplayBitKHR = 0x80000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] DeferCompileBitNV = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_fragment_density_map+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] RenderingFragmentDensityMapAttachmentBitEXT = 0x400000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_fragment_shading_rate+VK_KHR_dynamic_rendering", - "VK_KHR_fragment_shading_rate+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] RenderingFragmentShadingRateAttachmentBitKHR = 0x200000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] CaptureStatisticsBitKHR = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] CaptureInternalRepresentationsBitKHR = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] IndirectBindableBitNV = 0x40000, - - [SupportedApiProfile("vulkan", ["VK_KHR_pipeline_library"])] LibraryBitKHR = 0x800, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] DescriptorBufferBitEXT = 0x20000000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] RetainLinkTimeOptimizationInfoBitEXT = 0x800000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] LinkTimeOptimizationBitEXT = 0x400, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] RayTracingAllowMotionBitNV = 0x100000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_layout"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] ColorAttachmentFeedbackLoopBitEXT = 0x2000000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_layout"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] DepthStencilAttachmentFeedbackLoopBitEXT = 0x4000000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] RayTracingOpacityMicromapBitEXT = 0x1000000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] ViewIndexFromDeviceIndexBitKHR = ViewIndexFromDeviceIndexBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] DispatchBaseBitKHR = DispatchBaseBit, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_creation_cache_control"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - ] - )] FailOnPipelineCompileRequiredBitEXT = FailOnPipelineCompileRequiredBit, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_creation_cache_control"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - ] - )] EarlyReturnOnFailureBitEXT = EarlyReturnOnFailureBit, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_protected_access"], - ImpliesSets = [ - "VK_EXT_pipeline_protected_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_protected_access+VK_VERSION_1_1", - ] - )] NoProtectedAccessBitEXT = NoProtectedAccessBit, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_protected_access"], - ImpliesSets = [ - "VK_EXT_pipeline_protected_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_protected_access+VK_VERSION_1_1", - ] - )] ProtectedAccessOnlyBitEXT = ProtectedAccessOnlyBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCreateFlags2CreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCreateFlags2CreateInfo.gen.cs index b282607c04..8b1210b315 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCreateFlags2CreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCreateFlags2CreateInfo.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineCreateFlags2CreateInfo { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkPipelineCreateFlags2")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineCreateFlags2 Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCreateInfoKHR.gen.cs index 6474378988..2e1e2183e3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCreateInfoKHR.gen.cs @@ -7,26 +7,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public void* PNext; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCreationFeedback.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCreationFeedback.gen.cs index 118cc8ea85..38f3fa8973 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCreationFeedback.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCreationFeedback.gen.cs @@ -8,36 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PipelineCreationFeedback { [NativeTypeName("VkPipelineCreationFeedbackFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PipelineCreationFeedbackFlags Flags; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong Duration; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCreationFeedbackCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCreationFeedbackCreateInfo.gen.cs index 0ff92879b5..832dc0963f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCreationFeedbackCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCreationFeedbackCreateInfo.gen.cs @@ -7,78 +7,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineCreationFeedbackCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PipelineCreationFeedback* PPipelineCreationFeedback; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint PipelineStageCreationFeedbackCount; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PipelineCreationFeedback* PPipelineStageCreationFeedbacks; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineCreationFeedbackFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineCreationFeedbackFlags.gen.cs index 9acf736bb0..f9633044a5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineCreationFeedbackFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineCreationFeedbackFlags.gen.cs @@ -8,61 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PipelineCreationFeedbackFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ValidBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ApplicationPipelineCacheHitBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] BasePipelineAccelerationBit = 0x4, - - [SupportedApiProfile("vulkan", ["VK_EXT_pipeline_creation_feedback"])] ValidBitEXT = ValidBit, - - [SupportedApiProfile("vulkan", ["VK_EXT_pipeline_creation_feedback"])] ApplicationPipelineCacheHitBitEXT = ApplicationPipelineCacheHitBit, - - [SupportedApiProfile("vulkan", ["VK_EXT_pipeline_creation_feedback"])] BasePipelineAccelerationBitEXT = BasePipelineAccelerationBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineDepthStencilStateCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineDepthStencilStateCreateFlags.gen.cs index 9dd7a61c26..2398125c05 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineDepthStencilStateCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineDepthStencilStateCreateFlags.gen.cs @@ -8,51 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PipelineDepthStencilStateCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] RasterizationOrderAttachmentDepthAccessBitEXT = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] RasterizationOrderAttachmentStencilAccessBitEXT = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_ARM_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_ARM_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] RasterizationOrderAttachmentDepthAccessBitARM = RasterizationOrderAttachmentDepthAccessBitEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_ARM_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_ARM_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] RasterizationOrderAttachmentStencilAccessBitARM = RasterizationOrderAttachmentStencilAccessBitEXT, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineDepthStencilStateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineDepthStencilStateCreateInfo.gen.cs index 8274325871..3a92038149 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineDepthStencilStateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineDepthStencilStateCreateInfo.gen.cs @@ -8,228 +8,30 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineDepthStencilStateCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineDepthStencilStateCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineDepthStencilStateCreateFlags Flags; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DepthTestEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DepthWriteEnable; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public CompareOp DepthCompareOp; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DepthBoundsTestEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint StencilTestEnable; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StencilOpState Front; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StencilOpState Back; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float MinDepthBounds; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float MaxDepthBounds; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineDiscardRectangleStateCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineDiscardRectangleStateCreateInfoEXT.gen.cs index 2bcc49009b..0eb9a4da93 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineDiscardRectangleStateCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineDiscardRectangleStateCreateInfoEXT.gen.cs @@ -7,70 +7,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineDiscardRectangleStateCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPipelineDiscardRectangleStateCreateFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public uint Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public DiscardRectangleModeEXT DiscardRectangleMode; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public uint DiscardRectangleCount; [NativeTypeName("const VkRect2D *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public Rect2D* PDiscardRectangles; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineDynamicStateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineDynamicStateCreateInfo.gen.cs index 7ecfae78da..58d2e5bd3d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineDynamicStateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineDynamicStateCreateInfo.gen.cs @@ -8,100 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineDynamicStateCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineDynamicStateCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DynamicStateCount; [NativeTypeName("const VkDynamicState *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DynamicState* PDynamicStates; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInfoKHR.gen.cs index b11529371b..96fbc90f6d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInfoKHR.gen.cs @@ -7,49 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineExecutableInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public PipelineHandle Pipeline; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public uint ExecutableIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInternalRepresentationKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInternalRepresentationKHR.gen.cs index 42befdbc7c..efaebc9841 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInternalRepresentationKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInternalRepresentationKHR.gen.cs @@ -7,80 +7,21 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineExecutableInternalRepresentationKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public PipelineExecutableInternalRepresentationKHRName Name; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public PipelineExecutableInternalRepresentationKHRDescription Description; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public uint IsText; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public nuint DataSize; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public void* PData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInternalRepresentationKHRDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInternalRepresentationKHRDescription.gen.cs index 99c0756e53..19b5744eaa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInternalRepresentationKHRDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInternalRepresentationKHRDescription.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] -)] public partial struct PipelineExecutableInternalRepresentationKHRDescription { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInternalRepresentationKHRName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInternalRepresentationKHRName.gen.cs index ebe66a0121..468b117348 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInternalRepresentationKHRName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableInternalRepresentationKHRName.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] -)] public partial struct PipelineExecutableInternalRepresentationKHRName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutablePropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutablePropertiesKHR.gen.cs index 76419462df..76d6204e01 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutablePropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutablePropertiesKHR.gen.cs @@ -8,70 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineExecutablePropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public ShaderStageFlags Stages; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public PipelineExecutablePropertiesKHRName Name; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public PipelineExecutablePropertiesKHRDescription Description; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public uint SubgroupSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutablePropertiesKHRDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutablePropertiesKHRDescription.gen.cs index de6620556b..b0e647fa74 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutablePropertiesKHRDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutablePropertiesKHRDescription.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] -)] public partial struct PipelineExecutablePropertiesKHRDescription { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutablePropertiesKHRName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutablePropertiesKHRName.gen.cs index 15030accf9..6ccd51d496 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutablePropertiesKHRName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutablePropertiesKHRName.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] -)] public partial struct PipelineExecutablePropertiesKHRName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticFormatKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticFormatKHR.gen.cs index db06b7dee9..db3e9464a6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticFormatKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticFormatKHR.gen.cs @@ -6,47 +6,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PipelineExecutableStatisticFormatKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] - Bool32KHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] - Int64KHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] - Uint64KHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] - Float64KHR = 3, + Bool32 = 0, + Int64 = 1, + Uint64 = 2, + Float64 = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticKHR.gen.cs index 51656a3300..26df8e38e4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticKHR.gen.cs @@ -8,68 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineExecutableStatisticKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public PipelineExecutableStatisticKHRName Name; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public PipelineExecutableStatisticKHRDescription Description; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public PipelineExecutableStatisticFormatKHR Format; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public PipelineExecutableStatisticValueKHR Value; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticKHRDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticKHRDescription.gen.cs index 27c06a3330..1d0e23c792 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticKHRDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticKHRDescription.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] -)] public partial struct PipelineExecutableStatisticKHRDescription { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticKHRName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticKHRName.gen.cs index 9cb1d6662d..f2e564960b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticKHRName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticKHRName.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] -)] public partial struct PipelineExecutableStatisticKHRName { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticValueKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticValueKHR.gen.cs index eb5776de34..02ab2a3c03 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticValueKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineExecutableStatisticValueKHR.gen.cs @@ -8,53 +8,20 @@ namespace Silk.NET.Vulkan; [StructLayout(LayoutKind.Explicit)] -[SupportedApiProfile("vulkan")] public partial struct PipelineExecutableStatisticValueKHR { [FieldOffset(0)] [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public uint B32; [FieldOffset(0)] [NativeTypeName("int64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public long I64; [FieldOffset(0)] [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public ulong U64; [FieldOffset(0)] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public double F64; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentDensityMapLayeredCreateInfoVALVE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentDensityMapLayeredCreateInfoVALVE.gen.cs new file mode 100644 index 0000000000..38ee5874ed --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentDensityMapLayeredCreateInfoVALVE.gen.cs @@ -0,0 +1,20 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PipelineFragmentDensityMapLayeredCreateInfoVALVE +{ + public StructureType SType; + + [NativeTypeName("const void *")] + public void* PNext; + + [NativeTypeName("uint32_t")] + public uint MaxFragmentDensityMapLayers; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentDensityMapLayeredCreateInfoValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentDensityMapLayeredCreateInfoValve.gen.cs deleted file mode 100644 index 939f63e8ef..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentDensityMapLayeredCreateInfoValve.gen.cs +++ /dev/null @@ -1,45 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PipelineFragmentDensityMapLayeredCreateInfoValve -{ - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - public StructureType SType; - - [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - public void* PNext; - - [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - public uint MaxFragmentDensityMapLayers; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateEnumStateCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateEnumStateCreateInfoNV.gen.cs index 1458fee76f..d8d56d40b1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateEnumStateCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateEnumStateCreateInfoNV.gen.cs @@ -7,43 +7,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineFragmentShadingRateEnumStateCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public FragmentShadingRateTypeNV ShadingRateType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public FragmentShadingRateNV ShadingRate; [NativeTypeName("VkFragmentShadingRateCombinerOpKHR[2]")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public PipelineFragmentShadingRateEnumStateCreateInfoNVCombinerOps CombinerOps; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateEnumStateCreateInfoNVCombinerOps.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateEnumStateCreateInfoNVCombinerOps.gen.cs index 7444cd88b3..7e10e6920a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateEnumStateCreateInfoNVCombinerOps.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateEnumStateCreateInfoNVCombinerOps.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] -)] public partial struct PipelineFragmentShadingRateEnumStateCreateInfoNVCombinerOps { - [SupportedApiProfile("vulkan")] public FragmentShadingRateCombinerOpKHR E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateStateCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateStateCreateInfoKHR.gen.cs index ded88b335f..f179acc5dd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateStateCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateStateCreateInfoKHR.gen.cs @@ -8,52 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineFragmentShadingRateStateCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public Extent2D FragmentSize; [NativeTypeName("VkFragmentShadingRateCombinerOpKHR[2]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public PipelineFragmentShadingRateStateCreateInfoKHRCombinerOps CombinerOps; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateStateCreateInfoKHRCombinerOps.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateStateCreateInfoKHRCombinerOps.gen.cs index 9874971ac6..efacee3bb4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateStateCreateInfoKHRCombinerOps.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineFragmentShadingRateStateCreateInfoKHRCombinerOps.gen.cs @@ -9,17 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] -)] public partial struct PipelineFragmentShadingRateStateCreateInfoKHRCombinerOps { - [SupportedApiProfile("vulkan")] public FragmentShadingRateCombinerOpKHR E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineIndirectDeviceAddressInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineIndirectDeviceAddressInfoNV.gen.cs index 339a6f596f..b1f357bcf9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineIndirectDeviceAddressInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineIndirectDeviceAddressInfoNV.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineIndirectDeviceAddressInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public PipelineBindPoint PipelineBindPoint; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public PipelineHandle Pipeline; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineInfoKHR.gen.cs index 9fd8afad26..63855cbf2a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineInfoKHR.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public PipelineHandle Pipeline; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineInputAssemblyStateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineInputAssemblyStateCreateInfo.gen.cs index 78d1a0c791..787db89044 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineInputAssemblyStateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineInputAssemblyStateCreateInfo.gen.cs @@ -8,99 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineInputAssemblyStateCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineInputAssemblyStateCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Flags; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PrimitiveTopology Topology; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint PrimitiveRestartEnable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineLayoutCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineLayoutCreateFlags.gen.cs index d23927a556..f706c663fe 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineLayoutCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineLayoutCreateFlags.gen.cs @@ -7,20 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PipelineLayoutCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] IndependentSetsBitEXT = 0x2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineLayoutCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineLayoutCreateInfo.gen.cs index cd853fe97e..05ba38b1ee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineLayoutCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineLayoutCreateInfo.gen.cs @@ -8,173 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineLayoutCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineLayoutCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineLayoutCreateFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SetLayoutCount; [NativeTypeName("const VkDescriptorSetLayout *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorSetLayoutHandle* PSetLayouts; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint PushConstantRangeCount; [NativeTypeName("const VkPushConstantRange *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PushConstantRange* PPushConstantRanges; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineLibraryCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineLibraryCreateInfoKHR.gen.cs index 9dd108d7e4..10add51a15 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineLibraryCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineLibraryCreateInfoKHR.gen.cs @@ -8,21 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineLibraryCreateInfoKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_pipeline_library"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_KHR_pipeline_library"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_pipeline_library"])] public uint LibraryCount; [NativeTypeName("const VkPipeline *")] - [SupportedApiProfile("vulkan", ["VK_KHR_pipeline_library"])] public PipelineHandle* PLibraries; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineMultisampleStateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineMultisampleStateCreateInfo.gen.cs index 692098b93f..c55b1e2de3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineMultisampleStateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineMultisampleStateCreateInfo.gen.cs @@ -8,174 +8,27 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineMultisampleStateCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineMultisampleStateCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Flags; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SampleCountFlags RasterizationSamples; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SampleShadingEnable; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float MinSampleShading; [NativeTypeName("const VkSampleMask *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint* PSampleMask; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint AlphaToCoverageEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint AlphaToOneEnable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelinePropertiesIdentifierEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelinePropertiesIdentifierEXT.gen.cs index bfcd29fe60..d2fb3edc6b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelinePropertiesIdentifierEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelinePropertiesIdentifierEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelinePropertiesIdentifierEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] public PipelinePropertiesIdentifierEXTPipelineIdentifier PipelineIdentifier; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelinePropertiesIdentifierEXTPipelineIdentifier.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelinePropertiesIdentifierEXTPipelineIdentifier.gen.cs index 9c79a252df..bb65762547 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelinePropertiesIdentifierEXTPipelineIdentifier.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelinePropertiesIdentifierEXTPipelineIdentifier.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] -)] public partial struct PipelinePropertiesIdentifierEXTPipelineIdentifier { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationConservativeStateCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationConservativeStateCreateInfoEXT.gen.cs index 12de710d57..61286855e2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationConservativeStateCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationConservativeStateCreateInfoEXT.gen.cs @@ -7,58 +7,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineRasterizationConservativeStateCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPipelineRasterizationConservativeStateCreateFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public uint Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public ConservativeRasterizationModeEXT ConservativeRasterizationMode; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public float ExtraPrimitiveOverestimationSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationDepthClipStateCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationDepthClipStateCreateInfoEXT.gen.cs index 329c48d6d6..f4f71c4ecb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationDepthClipStateCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationDepthClipStateCreateInfoEXT.gen.cs @@ -8,49 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineRasterizationDepthClipStateCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable"], - ImpliesSets = [ - "VK_EXT_depth_clip_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_enable+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable"], - ImpliesSets = [ - "VK_EXT_depth_clip_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_enable+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPipelineRasterizationDepthClipStateCreateFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable"], - ImpliesSets = [ - "VK_EXT_depth_clip_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_enable+VK_VERSION_1_1", - ] - )] public uint Flags; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable"], - ImpliesSets = [ - "VK_EXT_depth_clip_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_enable+VK_VERSION_1_1", - ] - )] public uint DepthClipEnable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationLineStateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationLineStateCreateInfo.gen.cs index b9dba1a3b3..53f88aa2e8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationLineStateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationLineStateCreateInfo.gen.cs @@ -8,52 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineRasterizationLineStateCreateInfo { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public LineRasterizationMode LineRasterizationMode; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint StippledLineEnable; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint LineStippleFactor; [NativeTypeName("uint16_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public ushort LineStipplePattern; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationProvokingVertexStateCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationProvokingVertexStateCreateInfoEXT.gen.cs index 0cfd1f2720..50d0242800 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationProvokingVertexStateCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationProvokingVertexStateCreateInfoEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineRasterizationProvokingVertexStateCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public ProvokingVertexModeEXT ProvokingVertexMode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationStateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationStateCreateInfo.gen.cs index d0d5c0b6f7..5d4db63f83 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationStateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationStateCreateInfo.gen.cs @@ -7,231 +7,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineRasterizationStateCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineRasterizationStateCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Flags; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DepthClampEnable; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint RasterizerDiscardEnable; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PolygonMode PolygonMode; [NativeTypeName("VkCullModeFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public CullModeFlags CullMode; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public FrontFace FrontFace; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DepthBiasEnable; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float DepthBiasConstantFactor; - - [SupportedApiProfile("vulkan", ["VK_VERSION_1_4"], MinVersion = "1.4")] public float DepthBiasClamp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float DepthBiasSlopeFactor; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float LineWidth; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationStateRasterizationOrderAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationStateRasterizationOrderAMD.gen.cs index 8f44b9b4f2..73c4090c85 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationStateRasterizationOrderAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationStateRasterizationOrderAMD.gen.cs @@ -8,16 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineRasterizationStateRasterizationOrderAMD { - [SupportedApiProfile("vulkan", ["VK_AMD_rasterization_order"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_AMD_rasterization_order"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_AMD_rasterization_order"])] public RasterizationOrderAMD RasterizationOrder; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationStateStreamCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationStateStreamCreateInfoEXT.gen.cs index 37d8d3c01e..38505769ec 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationStateStreamCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineRasterizationStateStreamCreateInfoEXT.gen.cs @@ -8,49 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineRasterizationStateStreamCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPipelineRasterizationStateStreamCreateFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public uint Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public uint RasterizationStream; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineRenderingCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineRenderingCreateInfo.gen.cs index 40afcc54d4..be4f222e56 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineRenderingCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineRenderingCreateInfo.gen.cs @@ -7,59 +7,21 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineRenderingCreateInfo { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public uint ViewMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public uint ColorAttachmentCount; [NativeTypeName("const VkFormat *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public Format* PColorAttachmentFormats; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public Format DepthAttachmentFormat; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public Format StencilAttachmentFormat; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineRepresentativeFragmentTestStateCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineRepresentativeFragmentTestStateCreateInfoNV.gen.cs index 3514391ed5..ffe5c79220 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineRepresentativeFragmentTestStateCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineRepresentativeFragmentTestStateCreateInfoNV.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineRepresentativeFragmentTestStateCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_NV_representative_fragment_test+VK_KHR_get_physical_device_properties2", - "VK_NV_representative_fragment_test+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_NV_representative_fragment_test+VK_KHR_get_physical_device_properties2", - "VK_NV_representative_fragment_test+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_NV_representative_fragment_test+VK_KHR_get_physical_device_properties2", - "VK_NV_representative_fragment_test+VK_VERSION_1_1", - ] - )] public uint RepresentativeFragmentTestEnable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineRobustnessBufferBehavior.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineRobustnessBufferBehavior.gen.cs index 3e8a124165..97720bf905 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineRobustnessBufferBehavior.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineRobustnessBufferBehavior.gen.cs @@ -8,75 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PipelineRobustnessBufferBehavior : uint { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] DeviceDefault = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] Disabled = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] RobustBufferAccess = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] RobustBufferAccess2 = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] DeviceDefaultEXT = DeviceDefault, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] DisabledEXT = Disabled, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] RobustBufferAccessEXT = RobustBufferAccess, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] RobustBufferAccess2EXT = RobustBufferAccess2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineRobustnessCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineRobustnessCreateInfo.gen.cs index a93516a000..6dbf26b0dc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineRobustnessCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineRobustnessCreateInfo.gen.cs @@ -7,49 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineRobustnessCreateInfo { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineRobustnessBufferBehavior StorageBuffers; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineRobustnessBufferBehavior UniformBuffers; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineRobustnessBufferBehavior VertexInputs; - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineRobustnessImageBehavior Images; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineRobustnessImageBehavior.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineRobustnessImageBehavior.gen.cs index 7bd83b7f75..7d9b62d603 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineRobustnessImageBehavior.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineRobustnessImageBehavior.gen.cs @@ -8,75 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PipelineRobustnessImageBehavior : uint { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] DeviceDefault = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] Disabled = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] RobustImageAccess = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] RobustImageAccess2 = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] DeviceDefaultEXT = DeviceDefault, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] DisabledEXT = Disabled, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] RobustImageAccessEXT = RobustImageAccess, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] RobustImageAccess2EXT = RobustImageAccess2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineSampleLocationsStateCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineSampleLocationsStateCreateInfoEXT.gen.cs index 235ad4bceb..2c7831d217 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineSampleLocationsStateCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineSampleLocationsStateCreateInfoEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineSampleLocationsStateCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public uint SampleLocationsEnable; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public SampleLocationsInfoEXT SampleLocationsInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageCreateFlags.gen.cs index 05ecf71a32..71e829a8fc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageCreateFlags.gen.cs @@ -8,52 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PipelineShaderStageCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] AllowVaryingSubgroupSizeBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] RequireFullSubgroupsBit = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subgroup_size_control"], - ImpliesSets = ["VK_VERSION_1_1"] - )] AllowVaryingSubgroupSizeBitEXT = AllowVaryingSubgroupSizeBit, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subgroup_size_control"], - ImpliesSets = ["VK_VERSION_1_1"] - )] RequireFullSubgroupsBitEXT = RequireFullSubgroupsBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageCreateInfo.gen.cs index b39715f049..45a8079b56 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageCreateInfo.gen.cs @@ -7,172 +7,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineShaderStageCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineShaderStageCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineShaderStageCreateFlags Flags; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ShaderStageFlags Stage; [NativeTypeName("VkShaderModule")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ShaderModuleHandle Module; [NativeTypeName("const char *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public sbyte* PName; [NativeTypeName("const VkSpecializationInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SpecializationInfo* PSpecializationInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageModuleIdentifierCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageModuleIdentifierCreateInfoEXT.gen.cs index ed3136709b..0e7dede758 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageModuleIdentifierCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageModuleIdentifierCreateInfoEXT.gen.cs @@ -8,53 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineShaderStageModuleIdentifierCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint IdentifierSize; [NativeTypeName("const uint8_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public byte* PIdentifier; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageRequiredSubgroupSizeCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageRequiredSubgroupSizeCreateInfo.gen.cs index d8b580a112..c8b8834a6e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageRequiredSubgroupSizeCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineShaderStageRequiredSubgroupSizeCreateInfo.gen.cs @@ -8,50 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineShaderStageRequiredSubgroupSizeCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint RequiredSubgroupSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineStageFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineStageFlags.gen.cs index 38d28b4c2c..2c22a89978 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineStageFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineStageFlags.gen.cs @@ -8,653 +8,41 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PipelineStageFlags : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TopOfPipeBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DrawIndirectBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] VertexInputBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] VertexShaderBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TessellationControlShaderBit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TessellationEvaluationShaderBit = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] GeometryShaderBit = 0x40, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FragmentShaderBit = 0x80, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] EarlyFragmentTestsBit = 0x100, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] LateFragmentTestsBit = 0x200, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ColorAttachmentOutputBit = 0x400, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ComputeShaderBit = 0x800, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TransferBit = 0x1000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] BottomOfPipeBit = 0x2000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] HostBit = 0x4000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] AllGraphicsBit = 0x8000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] AllCommandsBit = 0x10000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] TransformFeedbackBitEXT = 0x1000000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] ConditionalRenderingBitEXT = 0x40000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureBuildBitKHR = 0x2000000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingShaderBitKHR = 0x200000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] FragmentDensityProcessBitEXT = 0x800000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] FragmentShadingRateAttachmentBitKHR = 0x400000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] TaskShaderBitEXT = 0x80000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] MeshShaderBitEXT = 0x100000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] CommandPreprocessBitEXT = 0x20000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] ShadingRateImageBitNV = FragmentShadingRateAttachmentBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] RayTracingShaderBitNV = RayTracingShaderBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] AccelerationStructureBuildBitNV = AccelerationStructureBuildBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] TaskShaderBitNV = TaskShaderBitEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] MeshShaderBitNV = MeshShaderBitEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] CommandPreprocessBitNV = CommandPreprocessBitEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] NoneKHR = None, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineTessellationDomainOriginStateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineTessellationDomainOriginStateCreateInfo.gen.cs index 89c68a4f9b..637e4ac740 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineTessellationDomainOriginStateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineTessellationDomainOriginStateCreateInfo.gen.cs @@ -8,55 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineTessellationDomainOriginStateCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public TessellationDomainOrigin DomainOrigin; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineTessellationStateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineTessellationStateCreateInfo.gen.cs index ab36b25b43..23961835a6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineTessellationStateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineTessellationStateCreateInfo.gen.cs @@ -7,81 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineTessellationStateCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineTessellationStateCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint PatchControlPoints; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineVertexInputDivisorStateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineVertexInputDivisorStateCreateInfo.gen.cs index 2bd654e9b4..80dd57fa20 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineVertexInputDivisorStateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineVertexInputDivisorStateCreateInfo.gen.cs @@ -7,37 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineVertexInputDivisorStateCreateInfo { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint VertexBindingDivisorCount; [NativeTypeName("const VkVertexInputBindingDivisorDescription *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public VertexInputBindingDivisorDescription* PVertexBindingDivisors; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineVertexInputStateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineVertexInputStateCreateInfo.gen.cs index be393add29..72d417a3f7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineVertexInputStateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineVertexInputStateCreateInfo.gen.cs @@ -7,138 +7,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineVertexInputStateCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineVertexInputStateCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint VertexBindingDescriptionCount; [NativeTypeName("const VkVertexInputBindingDescription *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public VertexInputBindingDescription* PVertexBindingDescriptions; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint VertexAttributeDescriptionCount; [NativeTypeName("const VkVertexInputAttributeDescription *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public VertexInputAttributeDescription* PVertexAttributeDescriptions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportCoarseSampleOrderStateCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportCoarseSampleOrderStateCreateInfoNV.gen.cs index 5289b9b5e5..cb2c5bdac7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportCoarseSampleOrderStateCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportCoarseSampleOrderStateCreateInfoNV.gen.cs @@ -7,59 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineViewportCoarseSampleOrderStateCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public CoarseSampleOrderTypeNV SampleOrderType; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint CustomSampleOrderCount; [NativeTypeName("const VkCoarseSampleOrderCustomNV *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public CoarseSampleOrderCustomNV* PCustomSampleOrders; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportDepthClampControlCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportDepthClampControlCreateInfoEXT.gen.cs index ce25bb11de..82e7f17690 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportDepthClampControlCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportDepthClampControlCreateInfoEXT.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineViewportDepthClampControlCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] public DepthClampModeEXT DepthClampMode; [NativeTypeName("const VkDepthClampRangeEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] public DepthClampRangeEXT* PDepthClampRange; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportDepthClipControlCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportDepthClipControlCreateInfoEXT.gen.cs index 7dec167e44..5de4d41295 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportDepthClipControlCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportDepthClipControlCreateInfoEXT.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineViewportDepthClipControlCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control"], - ImpliesSets = [ - "VK_EXT_depth_clip_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_control+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control"], - ImpliesSets = [ - "VK_EXT_depth_clip_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_control+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control"], - ImpliesSets = [ - "VK_EXT_depth_clip_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_control+VK_VERSION_1_1", - ] - )] public uint NegativeOneToOne; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportExclusiveScissorStateCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportExclusiveScissorStateCreateInfoNV.gen.cs index 68e313f0de..d63cccb806 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportExclusiveScissorStateCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportExclusiveScissorStateCreateInfoNV.gen.cs @@ -8,49 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineViewportExclusiveScissorStateCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] public uint ExclusiveScissorCount; [NativeTypeName("const VkRect2D *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] public Rect2D* PExclusiveScissors; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportShadingRateImageStateCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportShadingRateImageStateCreateInfoNV.gen.cs index 5b59a226d6..07134e1045 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportShadingRateImageStateCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportShadingRateImageStateCreateInfoNV.gen.cs @@ -8,60 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineViewportShadingRateImageStateCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint ShadingRateImageEnable; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint ViewportCount; [NativeTypeName("const VkShadingRatePaletteNV *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public ShadingRatePaletteNV* PShadingRatePalettes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportStateCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportStateCreateInfo.gen.cs index 4bb1a9cd04..0e4ea277ec 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportStateCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportStateCreateInfo.gen.cs @@ -8,138 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineViewportStateCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkPipelineViewportStateCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ViewportCount; [NativeTypeName("const VkViewport *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Viewport* PViewports; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ScissorCount; [NativeTypeName("const VkRect2D *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Rect2D* PScissors; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportSwizzleStateCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportSwizzleStateCreateInfoNV.gen.cs index 9266101284..7f079dde33 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportSwizzleStateCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportSwizzleStateCreateInfoNV.gen.cs @@ -7,25 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineViewportSwizzleStateCreateInfoNV { - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] public void* PNext; [NativeTypeName("VkPipelineViewportSwizzleStateCreateFlagsNV")] - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] public uint Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] public uint ViewportCount; [NativeTypeName("const VkViewportSwizzleNV *")] - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] public ViewportSwizzleNV* PViewportSwizzles; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportWScalingStateCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportWScalingStateCreateInfoNV.gen.cs index da20ab1995..4d1e544680 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PipelineViewportWScalingStateCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PipelineViewportWScalingStateCreateInfoNV.gen.cs @@ -8,25 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PipelineViewportWScalingStateCreateInfoNV { - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] public uint ViewportWScalingEnable; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] public uint ViewportCount; [NativeTypeName("const VkViewportWScalingNV *")] - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] public ViewportWScalingNV* PViewportWScalings; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PointClippingBehavior.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PointClippingBehavior.gen.cs index f9ce5c896d..a3480de788 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PointClippingBehavior.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PointClippingBehavior.gen.cs @@ -8,45 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PointClippingBehavior : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] AllClipPlanes = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] UserClipPlanesOnly = 1, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] AllClipPlanesKHR = AllClipPlanes, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] UserClipPlanesOnlyKHR = UserClipPlanesOnly, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PolygonMode.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PolygonMode.gen.cs index 0ab23b4138..2440dcc65a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PolygonMode.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PolygonMode.gen.cs @@ -8,64 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PolygonMode : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Fill = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Line = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Point = 2, - - [SupportedApiProfile("vulkan", ["VK_NV_fill_rectangle"])] FillRectangleNV = 1000153000, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentGravityFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PresentGravityFlagsKHR.gen.cs index 9701911547..a63bae18c9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PresentGravityFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PresentGravityFlagsKHR.gen.cs @@ -8,70 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PresentGravityFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] - MinBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] - MaxBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] - CenteredBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] - MinBitEXT = MinBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] - MaxBitEXT = MaxBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] - CenteredBitEXT = CenteredBitKHR, + MinBit = 0x1, + MaxBit = 0x2, + CenteredBit = 0x4, + MinBitEXT = MinBit, + MaxBitEXT = MaxBit, + CenteredBitEXT = CenteredBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentId2KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PresentId2KHR.gen.cs index 94b9bd253a..2407e7015f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PresentId2KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PresentId2KHR.gen.cs @@ -8,37 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PresentId2KHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] public uint SwapchainCount; [NativeTypeName("const uint64_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] public ulong* PPresentIds; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentIdKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PresentIdKHR.gen.cs index 850b308111..a5d6737208 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PresentIdKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PresentIdKHR.gen.cs @@ -7,49 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PresentIdKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public uint SwapchainCount; [NativeTypeName("const uint64_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public ulong* PPresentIds; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PresentInfoKHR.gen.cs index 889ae2fdf5..d68f001f21 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PresentInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PresentInfoKHR.gen.cs @@ -7,36 +7,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PresentInfoKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public uint WaitSemaphoreCount; [NativeTypeName("const VkSemaphore *")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public SemaphoreHandle* PWaitSemaphores; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public uint SwapchainCount; [NativeTypeName("const VkSwapchainKHR *")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] - public SwapchainKHRHandle* PSwapchains; + public SwapchainHandleKHR* PSwapchains; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public uint* PImageIndices; - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public Result* PResults; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentModeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PresentModeKHR.gen.cs index 4af910e45b..9336982692 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PresentModeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PresentModeKHR.gen.cs @@ -7,53 +7,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PresentModeKHR : uint { - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - ImmediateKHR = 0, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - MailboxKHR = 1, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - FifoKHR = 2, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - FifoRelaxedKHR = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] - SharedDemandRefreshKHR = 1000111000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] - SharedContinuousRefreshKHR = 1000111001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_mode_fifo_latest_ready"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - FifoLatestReadyKHR = 1000361000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_present_mode_fifo_latest_ready"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - FifoLatestReadyEXT = FifoLatestReadyKHR, + Immediate = 0, + Mailbox = 1, + Fifo = 2, + FifoRelaxed = 3, + SharedDemandRefresh = 1000111000, + SharedContinuousRefresh = 1000111001, + FifoLatestReady = 1000361000, + FifoLatestReadyEXT = FifoLatestReady, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentRegionKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PresentRegionKHR.gen.cs index 829bda5339..277b23b663 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PresentRegionKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PresentRegionKHR.gen.cs @@ -7,22 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PresentRegionKHR { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_incremental_present"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public uint RectangleCount; [NativeTypeName("const VkRectLayerKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_incremental_present"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public RectLayerKHR* PRectangles; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentRegionsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PresentRegionsKHR.gen.cs index 7b7cdd80b1..dcdb70b689 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PresentRegionsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PresentRegionsKHR.gen.cs @@ -7,37 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PresentRegionsKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_incremental_present"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_incremental_present"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_incremental_present"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public uint SwapchainCount; [NativeTypeName("const VkPresentRegionKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_incremental_present"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public PresentRegionKHR* PRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentScalingFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PresentScalingFlagsKHR.gen.cs index adc3094f8d..b2ca2b31f2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PresentScalingFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PresentScalingFlagsKHR.gen.cs @@ -8,70 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum PresentScalingFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] - OneToOneBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] - AspectRatioStretchBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] - StretchBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] - OneToOneBitEXT = OneToOneBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] - AspectRatioStretchBitEXT = AspectRatioStretchBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] - StretchBitEXT = StretchBitKHR, + OneToOneBit = 0x1, + AspectRatioStretchBit = 0x2, + StretchBit = 0x4, + OneToOneBitEXT = OneToOneBit, + AspectRatioStretchBitEXT = AspectRatioStretchBit, + StretchBitEXT = StretchBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentTimeGOOGLE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PresentTimeGOOGLE.gen.cs new file mode 100644 index 0000000000..68e53f5b42 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PresentTimeGOOGLE.gen.cs @@ -0,0 +1,18 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public partial struct PresentTimeGOOGLE +{ + [NativeTypeName("uint32_t")] + public uint PresentID; + + [NativeTypeName("uint64_t")] + public ulong DesiredPresentTime; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentTimesInfoGOOGLE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PresentTimesInfoGOOGLE.gen.cs new file mode 100644 index 0000000000..41d7f7fea5 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/PresentTimesInfoGOOGLE.gen.cs @@ -0,0 +1,22 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct PresentTimesInfoGOOGLE +{ + public StructureType SType; + + [NativeTypeName("const void *")] + public void* PNext; + + [NativeTypeName("uint32_t")] + public uint SwapchainCount; + + [NativeTypeName("const VkPresentTimeGOOGLE *")] + public PresentTimeGOOGLE* PTimes; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentTimesInfoGoogle.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PresentTimesInfoGoogle.gen.cs deleted file mode 100644 index 29650ebcf0..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/PresentTimesInfoGoogle.gen.cs +++ /dev/null @@ -1,43 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct PresentTimesInfoGoogle -{ - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - public StructureType SType; - - [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - public void* PNext; - - [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - public uint SwapchainCount; - - [NativeTypeName("const VkPresentTimeGOOGLE *")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - public PresentTimeGoogle* PTimes; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/PresentWait2InfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PresentWait2InfoKHR.gen.cs index 0217a10be1..4cff6a7384 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PresentWait2InfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PresentWait2InfoKHR.gen.cs @@ -8,55 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PresentWait2InfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public ulong PresentId; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] public ulong Timeout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PrimitiveTopology.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PrimitiveTopology.gen.cs index 9f88a1a32e..3220f97570 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PrimitiveTopology.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PrimitiveTopology.gen.cs @@ -7,205 +7,17 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum PrimitiveTopology : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PointList = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] LineList = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] LineStrip = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TriangleList = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TriangleStrip = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TriangleFan = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] LineListWithAdjacency = 6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] LineStripWithAdjacency = 7, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TriangleListWithAdjacency = 8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TriangleStripWithAdjacency = 9, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PatchList = 10, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PrivateDataSlotCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PrivateDataSlotCreateInfo.gen.cs index 6610cc7202..c9f2235eff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PrivateDataSlotCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PrivateDataSlotCreateInfo.gen.cs @@ -8,56 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PrivateDataSlotCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkPrivateDataSlotCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PrivateDataSlotCreateFlags Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ProtectedSubmitInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ProtectedSubmitInfo.gen.cs index 3f10d069d6..041b251282 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ProtectedSubmitInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ProtectedSubmitInfo.gen.cs @@ -8,80 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ProtectedSubmitInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint ProtectedSubmit; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ProvokingVertexModeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ProvokingVertexModeEXT.gen.cs index 7e2442fc8c..d8b71b7a34 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ProvokingVertexModeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ProvokingVertexModeEXT.gen.cs @@ -7,27 +7,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ProvokingVertexModeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] - FirstVertexEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] - LastVertexEXT = 1, + FirstVertex = 0, + LastVertex = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PushConstantRange.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PushConstantRange.gen.cs index 776520259f..b7db62c5a0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PushConstantRange.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PushConstantRange.gen.cs @@ -7,78 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct PushConstantRange { [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ShaderStageFlags StageFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Offset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PushConstantsInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PushConstantsInfo.gen.cs index 8b441e2257..dbcd0e6fee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PushConstantsInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PushConstantsInfo.gen.cs @@ -6,61 +6,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PushConstantsInfo { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineLayoutHandle Layout; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public ShaderStageFlags StageFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint Offset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint Size; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PValues; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PushDescriptorSetInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PushDescriptorSetInfo.gen.cs index 96d905b129..1241a8d7c7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PushDescriptorSetInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PushDescriptorSetInfo.gen.cs @@ -7,61 +7,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PushDescriptorSetInfo { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public ShaderStageFlags StageFlags; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineLayoutHandle Layout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint Set; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint DescriptorWriteCount; [NativeTypeName("const VkWriteDescriptorSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public WriteDescriptorSet* PDescriptorWrites; } diff --git a/sources/Vulkan/Vulkan/Vulkan/PushDescriptorSetWithTemplateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/PushDescriptorSetWithTemplateInfo.gen.cs index 5449073da8..78d79232ff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PushDescriptorSetWithTemplateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/PushDescriptorSetWithTemplateInfo.gen.cs @@ -8,53 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct PushDescriptorSetWithTemplateInfo { - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkDescriptorUpdateTemplate")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public DescriptorUpdateTemplateHandle DescriptorUpdateTemplate; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public PipelineLayoutHandle Layout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint Set; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryControlFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueryControlFlags.gen.cs index 7b48cd3a9e..4b3da44721 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueryControlFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueryControlFlags.gen.cs @@ -8,38 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum QueryControlFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PreciseBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryLowLatencySupportNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueryLowLatencySupportNV.gen.cs index 0f9a675c91..494bd1bdfd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueryLowLatencySupportNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueryLowLatencySupportNV.gen.cs @@ -7,16 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueryLowLatencySupportNV { - [SupportedApiProfile("vulkan", ["VK_NV_low_latency"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_NV_low_latency"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_NV_low_latency"])] public void* PQueriedLowLatencyData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryPipelineStatisticFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueryPipelineStatisticFlags.gen.cs index ddcf44a500..891f257c17 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueryPipelineStatisticFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueryPipelineStatisticFlags.gen.cs @@ -8,287 +8,22 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum QueryPipelineStatisticFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] InputAssemblyVerticesBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] InputAssemblyPrimitivesBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] VertexShaderInvocationsBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] GeometryShaderInvocationsBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] GeometryShaderPrimitivesBit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ClippingInvocationsBit = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ClippingPrimitivesBit = 0x40, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FragmentShaderInvocationsBit = 0x80, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TessellationControlShaderPatchesBit = 0x100, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TessellationEvaluationShaderInvocationsBit = 0x200, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ComputeShaderInvocationsBit = 0x400, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] TaskShaderInvocationsBitEXT = 0x800, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] MeshShaderInvocationsBitEXT = 0x1000, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - ClusterCullingShaderInvocationsBitHuawei = 0x2000, + ClusterCullingShaderInvocationsBitHUAWEI = 0x2000, } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryPoolCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueryPoolCreateFlags.gen.cs index f993cb4e55..a7f5139a22 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueryPoolCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueryPoolCreateFlags.gen.cs @@ -8,20 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum QueryPoolCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] ResetBitKHR = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryPoolCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueryPoolCreateInfo.gen.cs index d92e5cb632..874bc96f5a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueryPoolCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueryPoolCreateInfo.gen.cs @@ -8,178 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueryPoolCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkQueryPoolCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public QueryPoolCreateFlags Flags; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public QueryType QueryType; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint QueryCount; [NativeTypeName("VkQueryPipelineStatisticFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public QueryPipelineStatisticFlags PipelineStatistics; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryPoolPerformanceCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueryPoolPerformanceCreateInfoKHR.gen.cs index 6839a83ba5..d7f5b5e759 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueryPoolPerformanceCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueryPoolPerformanceCreateInfoKHR.gen.cs @@ -8,60 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueryPoolPerformanceCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public uint QueueFamilyIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public uint CounterIndexCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public uint* PCounterIndices; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryPoolPerformanceQueryCreateInfoIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueryPoolPerformanceQueryCreateInfoINTEL.gen.cs similarity index 65% rename from sources/Vulkan/Vulkan/Vulkan/QueryPoolPerformanceQueryCreateInfoIntel.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/QueryPoolPerformanceQueryCreateInfoINTEL.gen.cs index 40b4baa49b..789fd53c99 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueryPoolPerformanceQueryCreateInfoIntel.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueryPoolPerformanceQueryCreateInfoINTEL.gen.cs @@ -8,16 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] -public unsafe partial struct QueryPoolPerformanceQueryCreateInfoIntel +public unsafe partial struct QueryPoolPerformanceQueryCreateInfoINTEL { - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public QueryPoolSamplingModeIntel PerformanceCountersSampling; + public QueryPoolSamplingModeINTEL PerformanceCountersSampling; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryPoolSamplingModeINTEL.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueryPoolSamplingModeINTEL.gen.cs new file mode 100644 index 0000000000..a7b1145d79 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/QueryPoolSamplingModeINTEL.gen.cs @@ -0,0 +1,14 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public enum QueryPoolSamplingModeINTEL : uint +{ + Manual = 0, +} diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryPoolVideoEncodeFeedbackCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueryPoolVideoEncodeFeedbackCreateInfoKHR.gen.cs index e2d19f014e..acd4ae068b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueryPoolVideoEncodeFeedbackCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueryPoolVideoEncodeFeedbackCreateInfoKHR.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueryPoolVideoEncodeFeedbackCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkVideoEncodeFeedbackFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoEncodeFeedbackFlagsKHR EncodeFeedbackFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryResultFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueryResultFlags.gen.cs index 7a91087d60..989f26d4bf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueryResultFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueryResultFlags.gen.cs @@ -7,129 +7,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum QueryResultFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Result64Bit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ResultWaitBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ResultWithAvailabilityBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ResultPartialBit = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] ResultWithStatusBitKHR = 0x10, } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryResultStatusKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueryResultStatusKHR.gen.cs index 00c009a289..0ad5fac6d5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueryResultStatusKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueryResultStatusKHR.gen.cs @@ -8,37 +8,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public enum QueryResultStatusKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - ErrorKHR = -1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - NotReadyKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - CompleteKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - InsufficientBitstreamBufferRangeKHR = -1000299000, + Error = -1, + NotReady = 0, + Complete = 1, + InsufficientBitstreamBufferRange = -1000299000, } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueryType.gen.cs index 81b7a0fbad..ec94fd89cc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueryType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueryType.gen.cs @@ -8,209 +8,23 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum QueryType : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Occlusion = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineStatistics = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Timestamp = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] ResultStatusOnlyKHR = 1000023000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] TransformFeedbackStreamEXT = 1000028004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] PerformanceQueryKHR = 1000116000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureCompactedSizeKHR = 1000150000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureSerializationSizeKHR = 1000150001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] AccelerationStructureCompactedSizeNV = 1000165000, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - PerformanceQueryIntel = 1000210000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] + PerformanceQueryINTEL = 1000210000, VideoEncodeFeedbackKHR = 1000299000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] MeshPrimitivesGeneratedEXT = 1000328000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitives_generated_query"], - ImpliesSets = ["VK_EXT_transform_feedback"] - )] PrimitivesGeneratedEXT = 1000382000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] AccelerationStructureSerializationBottomLevelPointersKHR = 1000386000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] AccelerationStructureSizeKHR = 1000386001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] MicromapSerializationSizeEXT = 1000396000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] MicromapCompactedSizeEXT = 1000396001, } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyCheckpointProperties2NV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyCheckpointProperties2NV.gen.cs index 9be3685677..7eaf9c5814 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyCheckpointProperties2NV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyCheckpointProperties2NV.gen.cs @@ -8,46 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueueFamilyCheckpointProperties2NV { - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPipelineStageFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public PipelineStageFlags2 CheckpointExecutionStageMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyCheckpointPropertiesNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyCheckpointPropertiesNV.gen.cs index 06b9d83931..0d45f6ab72 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyCheckpointPropertiesNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyCheckpointPropertiesNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueueFamilyCheckpointPropertiesNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPipelineStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public PipelineStageFlags CheckpointExecutionStageMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyDataGraphProcessingEnginePropertiesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyDataGraphProcessingEnginePropertiesARM.gen.cs index fad861209e..3343a49d6e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyDataGraphProcessingEnginePropertiesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyDataGraphProcessingEnginePropertiesARM.gen.cs @@ -8,37 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueueFamilyDataGraphProcessingEnginePropertiesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkExternalSemaphoreHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public ExternalSemaphoreHandleTypeFlags ForeignSemaphoreHandleTypes; [NativeTypeName("VkExternalMemoryHandleTypeFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public ExternalMemoryHandleTypeFlags ForeignMemoryHandleTypes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyDataGraphPropertiesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyDataGraphPropertiesARM.gen.cs index 377eebee08..92c66a461b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyDataGraphPropertiesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyDataGraphPropertiesARM.gen.cs @@ -8,35 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueueFamilyDataGraphPropertiesARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public PhysicalDeviceDataGraphProcessingEngineARM Engine; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public PhysicalDeviceDataGraphOperationSupportARM Operation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyGlobalPriorityProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyGlobalPriorityProperties.gen.cs index 2d867edc96..88886454d2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyGlobalPriorityProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyGlobalPriorityProperties.gen.cs @@ -7,56 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueueFamilyGlobalPriorityProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public uint PriorityCount; [NativeTypeName("VkQueueGlobalPriority[16]")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public QueueFamilyGlobalPriorityPropertiesPriorities Priorities; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyGlobalPriorityPropertiesPriorities.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyGlobalPriorityPropertiesPriorities.gen.cs index 427daf71f9..87fbc3aeda 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyGlobalPriorityPropertiesPriorities.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyGlobalPriorityPropertiesPriorities.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile( - "vulkan", - ["VK_BASE_VERSION_1_4", "VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" -)] public partial struct QueueFamilyGlobalPriorityPropertiesPriorities { - [SupportedApiProfile("vulkan")] public QueueGlobalPriority E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyOwnershipTransferPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyOwnershipTransferPropertiesKHR.gen.cs index 0a8a2a9d94..c47c7604ff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyOwnershipTransferPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyOwnershipTransferPropertiesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueueFamilyOwnershipTransferPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] public uint OptimalImageTransferToQueueFamilies; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyProperties.gen.cs index ca3bc9a3c4..0f6b0ed853 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyProperties.gen.cs @@ -8,121 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct QueueFamilyProperties { [NativeTypeName("VkQueueFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public QueueFlags QueueFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint QueueCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint TimestampValidBits; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Extent3D MinImageTransferGranularity; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyProperties2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyProperties2.gen.cs index 5a57801588..920029e0f7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyProperties2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyProperties2.gen.cs @@ -8,78 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueueFamilyProperties2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public QueueFamilyProperties QueueFamilyProperties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyQueryResultStatusPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyQueryResultStatusPropertiesKHR.gen.cs index cabfa27b6e..fade24779e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyQueryResultStatusPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyQueryResultStatusPropertiesKHR.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueueFamilyQueryResultStatusPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint QueryResultStatusSupport; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyVideoPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyVideoPropertiesKHR.gen.cs index d53a0ea09a..f55d478940 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueFamilyVideoPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueFamilyVideoPropertiesKHR.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct QueueFamilyVideoPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkVideoCodecOperationFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoCodecOperationFlagsKHR VideoCodecOperations; } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueFlags.gen.cs index 8a925ad68c..b4eb2f31dd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueFlags.gen.cs @@ -8,184 +8,17 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum QueueFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] GraphicsBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ComputeBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TransferBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SparseBindingBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ProtectedBit = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeBitKHR = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeBitKHR = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] OpticalFlowBitNV = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphBitARM = 0x400, } diff --git a/sources/Vulkan/Vulkan/Vulkan/QueueGlobalPriority.gen.cs b/sources/Vulkan/Vulkan/Vulkan/QueueGlobalPriority.gen.cs index 5db2ac939c..276401ab95 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueueGlobalPriority.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/QueueGlobalPriority.gen.cs @@ -8,107 +8,18 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum QueueGlobalPriority : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] Low = 128, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] Medium = 256, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] High = 512, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] Realtime = 1024, - - [SupportedApiProfile("vulkan", ["VK_EXT_global_priority"])] LowEXT = Low, - - [SupportedApiProfile("vulkan", ["VK_EXT_global_priority"])] MediumEXT = Medium, - - [SupportedApiProfile("vulkan", ["VK_EXT_global_priority"])] HighEXT = High, - - [SupportedApiProfile("vulkan", ["VK_EXT_global_priority"])] RealtimeEXT = Realtime, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_global_priority"], - ImpliesSets = [ - "VK_KHR_global_priority+VK_KHR_get_physical_device_properties2", - "VK_KHR_global_priority+VK_VERSION_1_1", - ] - )] LowKHR = Low, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_global_priority"], - ImpliesSets = [ - "VK_KHR_global_priority+VK_KHR_get_physical_device_properties2", - "VK_KHR_global_priority+VK_VERSION_1_1", - ] - )] MediumKHR = Medium, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_global_priority"], - ImpliesSets = [ - "VK_KHR_global_priority+VK_KHR_get_physical_device_properties2", - "VK_KHR_global_priority+VK_VERSION_1_1", - ] - )] HighKHR = High, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_global_priority"], - ImpliesSets = [ - "VK_KHR_global_priority+VK_KHR_get_physical_device_properties2", - "VK_KHR_global_priority+VK_VERSION_1_1", - ] - )] RealtimeKHR = Realtime, } diff --git a/sources/Vulkan/Vulkan/Vulkan/RasterizationOrderAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RasterizationOrderAMD.gen.cs index 7100e1ecb7..d82a4f5b08 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RasterizationOrderAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RasterizationOrderAMD.gen.cs @@ -8,13 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum RasterizationOrderAMD : uint { - [SupportedApiProfile("vulkan", ["VK_AMD_rasterization_order"])] - StrictAMD = 0, - - [SupportedApiProfile("vulkan", ["VK_AMD_rasterization_order"])] - RelaxedAMD = 1, + Strict = 0, + Relaxed = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/RayTracingInvocationReorderModeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RayTracingInvocationReorderModeNV.gen.cs index f97c15a437..fdbe304884 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RayTracingInvocationReorderModeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RayTracingInvocationReorderModeNV.gen.cs @@ -8,21 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum RayTracingInvocationReorderModeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_invocation_reorder"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - NoneNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_invocation_reorder"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - ReorderNV = 1, + None = 0, + Reorder = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/RayTracingLssIndexingModeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RayTracingLssIndexingModeNV.gen.cs index 770d393a25..22c6e75dce 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RayTracingLssIndexingModeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RayTracingLssIndexingModeNV.gen.cs @@ -8,21 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum RayTracingLssIndexingModeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - ListNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - SuccessiveNV = 1, + List = 0, + Successive = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/RayTracingLssPrimitiveEndCapsModeNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RayTracingLssPrimitiveEndCapsModeNV.gen.cs index a91e920686..7de7bda377 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RayTracingLssPrimitiveEndCapsModeNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RayTracingLssPrimitiveEndCapsModeNV.gen.cs @@ -8,21 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum RayTracingLssPrimitiveEndCapsModeNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - NoneNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] - ChainedNV = 1, + None = 0, + Chained = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineClusterAccelerationStructureCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineClusterAccelerationStructureCreateInfoNV.gen.cs index e71a6380d9..e19d614bba 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineClusterAccelerationStructureCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineClusterAccelerationStructureCreateInfoNV.gen.cs @@ -8,31 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RayTracingPipelineClusterAccelerationStructureCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline", "VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline", "VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline", "VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public uint AllowClusterAccelerationStructure; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineCreateInfoKHR.gen.cs index 5ceec9caf3..75ffa10d33 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineCreateInfoKHR.gen.cs @@ -8,159 +8,46 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RayTracingPipelineCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkPipelineCreateFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public PipelineCreateFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint StageCount; [NativeTypeName("const VkPipelineShaderStageCreateInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public PipelineShaderStageCreateInfo* PStages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint GroupCount; [NativeTypeName("const VkRayTracingShaderGroupCreateInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public RayTracingShaderGroupCreateInfoKHR* PGroups; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint MaxPipelineRayRecursionDepth; [NativeTypeName("const VkPipelineLibraryCreateInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public PipelineLibraryCreateInfoKHR* PLibraryInfo; [NativeTypeName("const VkRayTracingPipelineInterfaceCreateInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public RayTracingPipelineInterfaceCreateInfoKHR* PLibraryInterface; [NativeTypeName("const VkPipelineDynamicStateCreateInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public PipelineDynamicStateCreateInfo* PDynamicState; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public PipelineLayoutHandle Layout; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public PipelineHandle BasePipelineHandle; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public int BasePipelineIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineCreateInfoNV.gen.cs index ee04e0ba2d..919ab78b0d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineCreateInfoNV.gen.cs @@ -8,126 +8,37 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RayTracingPipelineCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkPipelineCreateFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public PipelineCreateFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint StageCount; [NativeTypeName("const VkPipelineShaderStageCreateInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public PipelineShaderStageCreateInfo* PStages; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint GroupCount; [NativeTypeName("const VkRayTracingShaderGroupCreateInfoNV *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public RayTracingShaderGroupCreateInfoNV* PGroups; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint MaxRecursionDepth; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public PipelineLayoutHandle Layout; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public PipelineHandle BasePipelineHandle; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public int BasePipelineIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineInterfaceCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineInterfaceCreateInfoKHR.gen.cs index 2203408b85..55f6c493d8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineInterfaceCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RayTracingPipelineInterfaceCreateInfoKHR.gen.cs @@ -8,49 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RayTracingPipelineInterfaceCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint MaxPipelineRayPayloadSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint MaxPipelineRayHitAttributeSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RayTracingShaderGroupCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RayTracingShaderGroupCreateInfoKHR.gen.cs index 2fddd5cde1..03738ed08f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RayTracingShaderGroupCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RayTracingShaderGroupCreateInfoKHR.gen.cs @@ -8,92 +8,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RayTracingShaderGroupCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public RayTracingShaderGroupTypeKHR Type; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint GeneralShader; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint ClosestHitShader; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint AnyHitShader; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint IntersectionShader; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public void* PShaderGroupCaptureReplayHandle; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RayTracingShaderGroupCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RayTracingShaderGroupCreateInfoNV.gen.cs index afec8c9ed5..d3c6c48227 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RayTracingShaderGroupCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RayTracingShaderGroupCreateInfoNV.gen.cs @@ -7,81 +7,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RayTracingShaderGroupCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public RayTracingShaderGroupTypeKHR Type; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint GeneralShader; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint ClosestHitShader; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint AnyHitShader; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint IntersectionShader; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RayTracingShaderGroupTypeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RayTracingShaderGroupTypeKHR.gen.cs index 9c96bff0e3..6dbdee350b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RayTracingShaderGroupTypeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RayTracingShaderGroupTypeKHR.gen.cs @@ -7,67 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum RayTracingShaderGroupTypeKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] - GeneralKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] - TrianglesHitGroupKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] - ProceduralHitGroupKHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - GeneralNV = GeneralKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - TrianglesHitGroupNV = TrianglesHitGroupKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - ProceduralHitGroupNV = ProceduralHitGroupKHR, + General = 0, + TrianglesHitGroup = 1, + ProceduralHitGroup = 2, + GeneralNV = General, + TrianglesHitGroupNV = TrianglesHitGroup, + ProceduralHitGroupNV = ProceduralHitGroup, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ReallocationFunction.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ReallocationFunction.gen.cs new file mode 100644 index 0000000000..2747450563 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/ReallocationFunction.gen.cs @@ -0,0 +1,90 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public readonly unsafe struct ReallocationFunction : IDisposable +{ + private readonly void* Pointer; + public delegate* unmanaged Handle => + (delegate* unmanaged)Pointer; + + public ReallocationFunction( + delegate* unmanaged ptr + ) => Pointer = ptr; + + public ReallocationFunction(ReallocationFunctionDelegate proc) => + Pointer = SilkMarshal.DelegateToPtr(proc); + + public void Dispose() => SilkMarshal.Free(Pointer); + + [SupportedApiProfile( + "vulkan", + [ + "VK_BASE_VERSION_1_0", + "VK_BASE_VERSION_1_1", + "VK_BASE_VERSION_1_2", + "VK_BASE_VERSION_1_3", + "VK_BASE_VERSION_1_4", + "VK_COMPUTE_VERSION_1_0", + "VK_COMPUTE_VERSION_1_1", + "VK_COMPUTE_VERSION_1_2", + "VK_COMPUTE_VERSION_1_3", + "VK_COMPUTE_VERSION_1_4", + "VK_GRAPHICS_VERSION_1_0", + "VK_GRAPHICS_VERSION_1_1", + "VK_GRAPHICS_VERSION_1_2", + "VK_GRAPHICS_VERSION_1_3", + "VK_GRAPHICS_VERSION_1_4", + "VK_VERSION_1_0", + "VK_VERSION_1_1", + "VK_VERSION_1_2", + "VK_VERSION_1_3", + "VK_VERSION_1_4", + ], + MinVersion = "1.0" + )] + public static implicit operator ReallocationFunction( + delegate* unmanaged pfn + ) => new(pfn); + + [SupportedApiProfile( + "vulkan", + [ + "VK_BASE_VERSION_1_0", + "VK_BASE_VERSION_1_1", + "VK_BASE_VERSION_1_2", + "VK_BASE_VERSION_1_3", + "VK_BASE_VERSION_1_4", + "VK_COMPUTE_VERSION_1_0", + "VK_COMPUTE_VERSION_1_1", + "VK_COMPUTE_VERSION_1_2", + "VK_COMPUTE_VERSION_1_3", + "VK_COMPUTE_VERSION_1_4", + "VK_GRAPHICS_VERSION_1_0", + "VK_GRAPHICS_VERSION_1_1", + "VK_GRAPHICS_VERSION_1_2", + "VK_GRAPHICS_VERSION_1_3", + "VK_GRAPHICS_VERSION_1_4", + "VK_VERSION_1_0", + "VK_VERSION_1_1", + "VK_VERSION_1_2", + "VK_VERSION_1_3", + "VK_VERSION_1_4", + ], + MinVersion = "1.0" + )] + public static implicit operator delegate* unmanaged< + void*, + void*, + nuint, + nuint, + SystemAllocationScope, + void*>(ReallocationFunction pfn) => + (delegate* unmanaged)pfn.Pointer; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkReallocationFunctionDelegate.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ReallocationFunctionDelegate.gen.cs similarity index 89% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkReallocationFunctionDelegate.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/ReallocationFunctionDelegate.gen.cs index fc76918997..063d684d11 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkReallocationFunctionDelegate.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ReallocationFunctionDelegate.gen.cs @@ -8,7 +8,7 @@ namespace Silk.NET.Vulkan; -public unsafe delegate void* PFNVkReallocationFunctionDelegate( +public unsafe delegate void* ReallocationFunctionDelegate( void* arg0, void* arg1, nuint arg2, diff --git a/sources/Vulkan/Vulkan/Vulkan/Rect2D.gen.cs b/sources/Vulkan/Vulkan/Vulkan/Rect2D.gen.cs index 0a46e5f80b..16267d05bb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/Rect2D.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/Rect2D.gen.cs @@ -8,62 +8,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct Rect2D { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Offset2D Offset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Extent2D Extent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RectLayerKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RectLayerKHR.gen.cs index dee9a5c9aa..0c40607081 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RectLayerKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RectLayerKHR.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct RectLayerKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_incremental_present"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public Offset2D Offset; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_incremental_present"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public Extent2D Extent; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_incremental_present"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public uint Layer; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RefreshCycleDurationGOOGLE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RefreshCycleDurationGOOGLE.gen.cs new file mode 100644 index 0000000000..f877311ff3 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/RefreshCycleDurationGOOGLE.gen.cs @@ -0,0 +1,15 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public partial struct RefreshCycleDurationGOOGLE +{ + [NativeTypeName("uint64_t")] + public ulong RefreshDuration; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/RefreshCycleDurationGoogle.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RefreshCycleDurationGoogle.gen.cs deleted file mode 100644 index 61659e213e..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/RefreshCycleDurationGoogle.gen.cs +++ /dev/null @@ -1,21 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public partial struct RefreshCycleDurationGoogle -{ - [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - public ulong RefreshDuration; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/ReleaseCapturedPipelineDataInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ReleaseCapturedPipelineDataInfoKHR.gen.cs index 7b2fd7161c..0ffad3f745 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ReleaseCapturedPipelineDataInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ReleaseCapturedPipelineDataInfoKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ReleaseCapturedPipelineDataInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public void* PNext; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public PipelineHandle Pipeline; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ReleaseSwapchainImagesInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ReleaseSwapchainImagesInfoKHR.gen.cs index 9b11951426..e6b4c4bcfd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ReleaseSwapchainImagesInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ReleaseSwapchainImagesInfoKHR.gen.cs @@ -8,65 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ReleaseSwapchainImagesInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public void* PNext; [NativeTypeName("VkSwapchainKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] - public SwapchainKHRHandle Swapchain; + public SwapchainHandleKHR Swapchain; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public uint ImageIndexCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public uint* PImageIndices; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassAttachmentBeginInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassAttachmentBeginInfo.gen.cs index 6dd38e0413..9f595f93a1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassAttachmentBeginInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassAttachmentBeginInfo.gen.cs @@ -8,65 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassAttachmentBeginInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint AttachmentCount; [NativeTypeName("const VkImageView *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ImageViewHandle* PAttachments; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassBeginInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassBeginInfo.gen.cs index 6d9a0e926c..50644dfd9a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassBeginInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassBeginInfo.gen.cs @@ -8,137 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassBeginInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkRenderPass")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public RenderPassHandle RenderPass; [NativeTypeName("VkFramebuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public FramebufferHandle Framebuffer; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Rect2D RenderArea; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ClearValueCount; [NativeTypeName("const VkClearValue *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ClearValue* PClearValues; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassCreateFlags.gen.cs index d24e509f6e..0d3ee27cc1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassCreateFlags.gen.cs @@ -7,23 +7,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum RenderPassCreateFlags : uint { None = 0x0, - - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_transform"])] TransformBitQCOM = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - PerLayerFragmentDensityBitValve = 0x4, + PerLayerFragmentDensityBitVALVE = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassCreateInfo.gen.cs index 2c4da26937..fdb34b9a1c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassCreateInfo.gen.cs @@ -8,176 +8,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkRenderPassCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public RenderPassCreateFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint AttachmentCount; [NativeTypeName("const VkAttachmentDescription *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AttachmentDescription* PAttachments; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SubpassCount; [NativeTypeName("const VkSubpassDescription *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SubpassDescription* PSubpasses; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DependencyCount; [NativeTypeName("const VkSubpassDependency *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SubpassDependency* PDependencies; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassCreateInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassCreateInfo2.gen.cs index 473bd6658c..4da93c18df 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassCreateInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassCreateInfo2.gen.cs @@ -8,170 +8,37 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassCreateInfo2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkRenderPassCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public RenderPassCreateFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint AttachmentCount; [NativeTypeName("const VkAttachmentDescription2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AttachmentDescription2* PAttachments; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint SubpassCount; [NativeTypeName("const VkSubpassDescription2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public SubpassDescription2* PSubpasses; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint DependencyCount; [NativeTypeName("const VkSubpassDependency2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public SubpassDependency2* PDependencies; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint CorrelatedViewMaskCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint* PCorrelatedViewMasks; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassCreationControlEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassCreationControlEXT.gen.cs index 7db4f28533..ac1296c50c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassCreationControlEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassCreationControlEXT.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassCreationControlEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public uint DisallowMerging; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassCreationFeedbackCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassCreationFeedbackCreateInfoEXT.gen.cs index 18455292cd..32be22580e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassCreationFeedbackCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassCreationFeedbackCreateInfoEXT.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassCreationFeedbackCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public RenderPassCreationFeedbackInfoEXT* PRenderPassFeedback; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassCreationFeedbackInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassCreationFeedbackInfoEXT.gen.cs index 4a924ab58f..8bb2501c16 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassCreationFeedbackInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassCreationFeedbackInfoEXT.gen.cs @@ -8,17 +8,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct RenderPassCreationFeedbackInfoEXT { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public uint PostMergeSubpassCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassFragmentDensityMapCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassFragmentDensityMapCreateInfoEXT.gen.cs index f001475fe8..6166db7d07 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassFragmentDensityMapCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassFragmentDensityMapCreateInfoEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassFragmentDensityMapCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public AttachmentReference FragmentDensityMapAttachment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassFragmentDensityMapOffsetEndInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassFragmentDensityMapOffsetEndInfoEXT.gen.cs index 0adfa51a21..cd079cb442 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassFragmentDensityMapOffsetEndInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassFragmentDensityMapOffsetEndInfoEXT.gen.cs @@ -4,73 +4,16 @@ // Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassFragmentDensityMapOffsetEndInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] public uint FragmentDensityOffsetCount; [NativeTypeName("const VkOffset2D *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] public Offset2D* PFragmentDensityOffsets; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassInputAttachmentAspectCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassInputAttachmentAspectCreateInfo.gen.cs index 4ac3cbdc3d..2a1fd37583 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassInputAttachmentAspectCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassInputAttachmentAspectCreateInfo.gen.cs @@ -7,73 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassInputAttachmentAspectCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint AspectReferenceCount; [NativeTypeName("const VkInputAttachmentAspectReference *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public InputAttachmentAspectReference* PAspectReferences; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassMultiviewCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassMultiviewCreateInfo.gen.cs index 22513714aa..911434ba6c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassMultiviewCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassMultiviewCreateInfo.gen.cs @@ -8,141 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassMultiviewCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint SubpassCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint* PViewMasks; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint DependencyCount; [NativeTypeName("const int32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public int* PViewOffsets; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint CorrelationMaskCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint* PCorrelationMasks; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassPerformanceCountersByRegionBeginInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassPerformanceCountersByRegionBeginInfoARM.gen.cs index 3714d7c722..9da04c53c2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassPerformanceCountersByRegionBeginInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassPerformanceCountersByRegionBeginInfoARM.gen.cs @@ -8,81 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassPerformanceCountersByRegionBeginInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public uint CounterAddressCount; [NativeTypeName("const VkDeviceAddress *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public ulong* PCounterAddresses; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public uint SerializeRegions; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public uint CounterIndexCount; [NativeTypeName("uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public uint* PCounterIndices; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassSampleLocationsBeginInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassSampleLocationsBeginInfoEXT.gen.cs index aab2a093d9..3812d09b3a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassSampleLocationsBeginInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassSampleLocationsBeginInfoEXT.gen.cs @@ -8,71 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassSampleLocationsBeginInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public uint AttachmentInitialSampleLocationsCount; [NativeTypeName("const VkAttachmentSampleLocationsEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public AttachmentSampleLocationsEXT* PAttachmentInitialSampleLocations; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public uint PostSubpassSampleLocationsCount; [NativeTypeName("const VkSubpassSampleLocationsEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public SubpassSampleLocationsEXT* PPostSubpassSampleLocations; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassStripeBeginInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassStripeBeginInfoARM.gen.cs index 81a43c09bf..d421912c52 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassStripeBeginInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassStripeBeginInfoARM.gen.cs @@ -7,53 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassStripeBeginInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint StripeInfoCount; [NativeTypeName("const VkRenderPassStripeInfoARM *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public RenderPassStripeInfoARM* PStripeInfos; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassStripeInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassStripeInfoARM.gen.cs index 64cea44aec..bb2889cdc0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassStripeInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassStripeInfoARM.gen.cs @@ -8,40 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassStripeInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public Rect2D StripeArea; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassStripeSubmitInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassStripeSubmitInfoARM.gen.cs index 60cfa750d5..87b54b722e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassStripeSubmitInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassStripeSubmitInfoARM.gen.cs @@ -7,53 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassStripeSubmitInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint StripeSemaphoreInfoCount; [NativeTypeName("const VkSemaphoreSubmitInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public SemaphoreSubmitInfo* PStripeSemaphoreInfos; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassSubpassFeedbackCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassSubpassFeedbackCreateInfoEXT.gen.cs index e7c32ca184..0516a7c844 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassSubpassFeedbackCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassSubpassFeedbackCreateInfoEXT.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassSubpassFeedbackCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public RenderPassSubpassFeedbackInfoEXT* PSubpassFeedback; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassSubpassFeedbackInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassSubpassFeedbackInfoEXT.gen.cs index 15fcb83f93..7e4a309c13 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassSubpassFeedbackInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassSubpassFeedbackInfoEXT.gen.cs @@ -7,38 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct RenderPassSubpassFeedbackInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public SubpassMergeStatusEXT SubpassMergeStatus; [NativeTypeName("char[256]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public RenderPassSubpassFeedbackInfoEXTDescription Description; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public uint PostMergeIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassSubpassFeedbackInfoEXTDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassSubpassFeedbackInfoEXTDescription.gen.cs index b7c80f1274..6b9e862288 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassSubpassFeedbackInfoEXTDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassSubpassFeedbackInfoEXTDescription.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(256)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] -)] public partial struct RenderPassSubpassFeedbackInfoEXTDescription { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassTileShadingCreateInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassTileShadingCreateInfoQCOM.gen.cs index 2fb8a766f3..8ff27bcf0a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassTileShadingCreateInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassTileShadingCreateInfoQCOM.gen.cs @@ -7,48 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassTileShadingCreateInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public void* PNext; [NativeTypeName("VkTileShadingRenderPassFlagsQCOM")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public TileShadingRenderPassFlagsQCOM Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public Extent2D TileApronSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderPassTransformBeginInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderPassTransformBeginInfoQCOM.gen.cs index 9de75c2359..c6b7afd8dd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderPassTransformBeginInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderPassTransformBeginInfoQCOM.gen.cs @@ -8,16 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderPassTransformBeginInfoQCOM { - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_transform"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_transform"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_transform"])] public SurfaceTransformFlagsKHR Transform; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderingAreaInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderingAreaInfo.gen.cs index c23737c3bc..4d44f76976 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderingAreaInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderingAreaInfo.gen.cs @@ -7,59 +7,21 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderingAreaInfo { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint ViewMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint ColorAttachmentCount; [NativeTypeName("const VkFormat *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public Format* PColorAttachmentFormats; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public Format DepthAttachmentFormat; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public Format StencilAttachmentFormat; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentFlagsInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentFlagsInfoKHR.gen.cs index d5d5db05e1..8bedd6a41a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentFlagsInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentFlagsInfoKHR.gen.cs @@ -7,38 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderingAttachmentFlagsInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkRenderingAttachmentFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public RenderingAttachmentFlagsKHR Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentFlagsKHR.gen.cs index 335348fc6f..b1c4b71dfa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentFlagsKHR.gen.cs @@ -7,45 +7,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum RenderingAttachmentFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_maintenance10+VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_maintenance10+VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - "VK_KHR_maintenance10+VK_VERSION_1_4+VK_KHR_dynamic_rendering", - "VK_KHR_maintenance10+VK_VERSION_1_4+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] - InputAttachmentFeedbackBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10+VK_KHR_dynamic_rendering", "VK_KHR_maintenance10+VK_VERSION_1_3"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] - ResolveSkipTransferFunctionBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10+VK_KHR_dynamic_rendering", "VK_KHR_maintenance10+VK_VERSION_1_3"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] - ResolveEnableTransferFunctionBitKHR = 0x4, + InputAttachmentFeedbackBit = 0x1, + ResolveSkipTransferFunctionBit = 0x2, + ResolveEnableTransferFunctionBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentInfo.gen.cs index f765ff9bb4..00d819191f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentInfo.gen.cs @@ -7,79 +7,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderingAttachmentInfo { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkImageView")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageViewHandle ImageView; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageLayout ImageLayout; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ResolveModeFlags ResolveMode; [NativeTypeName("VkImageView")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageViewHandle ResolveImageView; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageLayout ResolveImageLayout; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public AttachmentLoadOp LoadOp; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public AttachmentStoreOp StoreOp; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ClearValue ClearValue; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentLocationInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentLocationInfo.gen.cs index aef925a74d..689bca5d56 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentLocationInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderingAttachmentLocationInfo.gen.cs @@ -7,37 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderingAttachmentLocationInfo { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint ColorAttachmentCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint* PColorAttachmentLocations; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderingEndInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderingEndInfoKHR.gen.cs index c8cb147994..a12af0b88c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderingEndInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderingEndInfoKHR.gen.cs @@ -8,27 +8,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderingEndInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public void* PNext; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderingFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderingFlags.gen.cs index 9f657fc84a..75f3feaebc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderingFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderingFlags.gen.cs @@ -8,117 +8,19 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum RenderingFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] ContentsSecondaryCommandBuffersBit = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] SuspendingBit = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] ResumingBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_legacy_dithering+VK_KHR_dynamic_rendering+VK_KHR_maintenance5", - "VK_EXT_legacy_dithering+VK_KHR_dynamic_rendering+VK_VERSION_1_4", - "VK_EXT_legacy_dithering+VK_VERSION_1_3+VK_KHR_maintenance5", - "VK_EXT_legacy_dithering+VK_VERSION_1_3+VK_VERSION_1_4", - ], - ImpliesSets = [ - "VK_EXT_legacy_dithering+VK_KHR_get_physical_device_properties2", - "VK_EXT_legacy_dithering+VK_VERSION_1_1", - ] - )] EnableLegacyDitheringBitEXT = 0x8, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] ContentsInlineBitKHR = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - PerLayerFragmentDensityBitValve = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_maintenance10+VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_maintenance10+VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - "VK_KHR_maintenance10+VK_VERSION_1_4+VK_KHR_dynamic_rendering", - "VK_KHR_maintenance10+VK_VERSION_1_4+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] + PerLayerFragmentDensityBitVALVE = 0x20, LocalReadConcurrentAccessControlBitKHR = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] ContentsSecondaryCommandBuffersBitKHR = ContentsSecondaryCommandBuffersBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] SuspendingBitKHR = SuspendingBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] ResumingBitKHR = ResumingBit, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] ContentsInlineBitEXT = ContentsInlineBitKHR, } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderingFragmentDensityMapAttachmentInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderingFragmentDensityMapAttachmentInfoEXT.gen.cs index 34a62f0e1c..e6bf051a2d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderingFragmentDensityMapAttachmentInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderingFragmentDensityMapAttachmentInfoEXT.gen.cs @@ -8,60 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderingFragmentDensityMapAttachmentInfoEXT { - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_fragment_density_map+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_fragment_density_map+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkImageView")] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_fragment_density_map+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public ImageViewHandle ImageView; - - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_fragment_density_map+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public ImageLayout ImageLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderingFragmentShadingRateAttachmentInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderingFragmentShadingRateAttachmentInfoKHR.gen.cs index e6503205d5..b0499f3338 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderingFragmentShadingRateAttachmentInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderingFragmentShadingRateAttachmentInfoKHR.gen.cs @@ -7,78 +7,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderingFragmentShadingRateAttachmentInfoKHR { - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_fragment_shading_rate+VK_KHR_dynamic_rendering", - "VK_KHR_fragment_shading_rate+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_fragment_shading_rate+VK_KHR_dynamic_rendering", - "VK_KHR_fragment_shading_rate+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("VkImageView")] - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_fragment_shading_rate+VK_KHR_dynamic_rendering", - "VK_KHR_fragment_shading_rate+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ImageViewHandle ImageView; - - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_fragment_shading_rate+VK_KHR_dynamic_rendering", - "VK_KHR_fragment_shading_rate+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public ImageLayout ImageLayout; - - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_fragment_shading_rate+VK_KHR_dynamic_rendering", - "VK_KHR_fragment_shading_rate+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public Extent2D ShadingRateAttachmentTexelSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderingInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderingInfo.gen.cs index 8863615d56..b094fd00ed 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderingInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderingInfo.gen.cs @@ -8,84 +8,32 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderingInfo { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkRenderingFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public RenderingFlags Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public Rect2D RenderArea; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public uint LayerCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public uint ViewMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public uint ColorAttachmentCount; [NativeTypeName("const VkRenderingAttachmentInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public RenderingAttachmentInfo* PColorAttachments; [NativeTypeName("const VkRenderingAttachmentInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public RenderingAttachmentInfo* PDepthAttachment; [NativeTypeName("const VkRenderingAttachmentInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public RenderingAttachmentInfo* PStencilAttachment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/RenderingInputAttachmentIndexInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/RenderingInputAttachmentIndexInfo.gen.cs index 1312594dde..02b532ab7a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/RenderingInputAttachmentIndexInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/RenderingInputAttachmentIndexInfo.gen.cs @@ -8,53 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct RenderingInputAttachmentIndexInfo { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint ColorAttachmentCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint* PColorAttachmentInputIndices; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint* PDepthInputAttachmentIndex; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint* PStencilInputAttachmentIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ResolveImageFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ResolveImageFlagsKHR.gen.cs index 53b2699556..c5dfde24b7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ResolveImageFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ResolveImageFlagsKHR.gen.cs @@ -8,30 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ResolveImageFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10+VK_KHR_copy_commands2", "VK_KHR_maintenance10+VK_VERSION_1_3"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] - SkipTransferFunctionBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10+VK_KHR_copy_commands2", "VK_KHR_maintenance10+VK_VERSION_1_3"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] - EnableTransferFunctionBitKHR = 0x2, + SkipTransferFunctionBit = 0x1, + EnableTransferFunctionBit = 0x2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ResolveImageInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ResolveImageInfo2.gen.cs index d76d5907a8..60a46cdccd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ResolveImageInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ResolveImageInfo2.gen.cs @@ -7,67 +7,24 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ResolveImageInfo2 { - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageHandle SrcImage; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageLayout SrcImageLayout; [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageHandle DstImage; - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageLayout DstImageLayout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public uint RegionCount; [NativeTypeName("const VkImageResolve2 *")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] public ImageResolve2* PRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ResolveImageModeInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ResolveImageModeInfoKHR.gen.cs index ee3ec45624..c901e9d4a3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ResolveImageModeInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ResolveImageModeInfoKHR.gen.cs @@ -7,58 +7,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ResolveImageModeInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkResolveImageFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public ResolveImageFlagsKHR Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public ResolveModeFlags ResolveMode; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public ResolveModeFlags StencilResolveMode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ResolveModeFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ResolveModeFlags.gen.cs index 4157336517..a34aae368e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ResolveModeFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ResolveModeFlags.gen.cs @@ -8,138 +8,18 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ResolveModeFlags : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] SampleZeroBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] AverageBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MinBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MaxBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_ANDROID_external_format_resolve+VK_KHR_dynamic_rendering", - "VK_ANDROID_external_format_resolve+VK_VERSION_1_3", - ], - ImpliesSets = ["VK_ANDROID_external_memory_android_hardware_buffer"] - )] - ExternalFormatDownsampleBitAndroid = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_stencil_resolve"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_create_renderpass2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_2", - ] - )] + ExternalFormatDownsampleBitANDROID = 0x10, NoneKHR = None, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_stencil_resolve"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_create_renderpass2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_2", - ] - )] SampleZeroBitKHR = SampleZeroBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_stencil_resolve"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_create_renderpass2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_2", - ] - )] AverageBitKHR = AverageBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_stencil_resolve"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_create_renderpass2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_2", - ] - )] MinBitKHR = MinBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_stencil_resolve"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_create_renderpass2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_2", - ] - )] MaxBitKHR = MaxBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/Result.gen.cs b/sources/Vulkan/Vulkan/Vulkan/Result.gen.cs index 085dd3168c..85f25daab6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/Result.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/Result.gen.cs @@ -8,904 +8,65 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public enum Result { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Success = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] NotReady = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Timeout = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] EventSet = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] EventReset = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Incomplete = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorOutOfHostMemory = -1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorOutOfDeviceMemory = -2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorInitializationFailed = -3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorDeviceLost = -4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorMemoryMapFailed = -5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorLayerNotPresent = -6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorExtensionNotPresent = -7, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorFeatureNotPresent = -8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorIncompatibleDriver = -9, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorTooManyObjects = -10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorFormatNotSupported = -11, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorFragmentedPool = -12, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorUnknown = -13, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ErrorValidationFailed = -1000011001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ErrorOutOfPoolMemory = -1000069000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ErrorInvalidExternalHandle = -1000072003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] ErrorInvalidOpaqueCaptureAddress = -1000257000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] ErrorFragmentation = -1000161000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PipelineCompileRequired = 1000297000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] ErrorNotPermitted = -1000174001, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] ErrorSurfaceLostKHR = -1000000000, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] ErrorNativeWindowInUseKHR = -1000000001, - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] SuboptimalKHR = 1000001003, - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] ErrorOutOfDateKHR = -1000001004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] ErrorIncompatibleDisplayKHR = -1000003001, - - [SupportedApiProfile("vulkan", ["VK_NV_glsl_shader"])] ErrorInvalidShaderNV = -1000012000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] ErrorImageUsageNotSupportedKHR = -1000023000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] ErrorVideoPictureLayoutNotSupportedKHR = -1000023001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] ErrorVideoProfileOperationNotSupportedKHR = -1000023002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] ErrorVideoProfileFormatNotSupportedKHR = -1000023003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] ErrorVideoProfileCodecNotSupportedKHR = -1000023004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] ErrorVideoStdVersionNotSupportedKHR = -1000023005, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] ErrorInvalidDrmFormatModifierPlaneLayoutEXT = -1000158000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_full_screen_exclusive"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] ErrorFullScreenExclusiveModeLostEXT = -1000255000, - - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] ThreadIdleKHR = 1000268000, - - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] ThreadDoneKHR = 1000268001, - - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] OperationDeferredKHR = 1000268002, - - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] OperationNotDeferredKHR = 1000268003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] ErrorInvalidVideoStdParametersKHR = -1000299000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] ErrorCompressionExhaustedEXT = -1000338000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] IncompatibleShaderBinaryEXT = 1000482000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] PipelineBinaryMissingKHR = 1000483000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] ErrorNotEnoughSpaceKHR = -1000483000, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] ErrorValidationFailedEXT = ErrorValidationFailed, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] ErrorOutOfPoolMemoryKHR = ErrorOutOfPoolMemory, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory"], - ImpliesSets = [ - "VK_KHR_external_memory+VK_KHR_external_memory_capabilities", - "VK_KHR_external_memory+VK_VERSION_1_1", - ] - )] ErrorInvalidExternalHandleKHR = ErrorInvalidExternalHandle, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] ErrorFragmentationEXT = ErrorFragmentation, - - [SupportedApiProfile("vulkan", ["VK_EXT_global_priority"])] ErrorNotPermittedEXT = ErrorNotPermitted, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_global_priority"], - ImpliesSets = [ - "VK_KHR_global_priority+VK_KHR_get_physical_device_properties2", - "VK_KHR_global_priority+VK_VERSION_1_1", - ] - )] ErrorNotPermittedKHR = ErrorNotPermitted, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] ErrorInvalidDeviceAddressEXT = ErrorInvalidOpaqueCaptureAddress, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] ErrorInvalidOpaqueCaptureAddressKHR = ErrorInvalidOpaqueCaptureAddress, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_creation_cache_control"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - ] - )] PipelineCompileRequiredEXT = PipelineCompileRequired, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_creation_cache_control"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - ] - )] ErrorPipelineCompileRequiredEXT = PipelineCompileRequired, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SRTDataNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SRTDataNV.gen.cs index 2af5ab5eda..ad664f52c8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SRTDataNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SRTDataNV.gen.cs @@ -8,118 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct SRTDataNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Sx; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float A; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float B; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Pvx; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Sy; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float C; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Pvy; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Sz; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Pvz; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Qx; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Qy; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Qz; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Qw; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Tx; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Ty; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public float Tz; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SampleCountFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SampleCountFlags.gen.cs index 9b1a71fc55..375fd7ccb7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SampleCountFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SampleCountFlags.gen.cs @@ -7,206 +7,15 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum SampleCountFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Count1Bit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Count2Bit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Count4Bit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Count8Bit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Count16Bit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Count32Bit = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Count64Bit = 0x40, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SampleLocationEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SampleLocationEXT.gen.cs index 930f5523f4..ee8bbdf376 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SampleLocationEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SampleLocationEXT.gen.cs @@ -8,26 +8,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct SampleLocationEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public float X; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public float Y; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SampleLocationsInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SampleLocationsInfoEXT.gen.cs index c762854c83..d127d4b667 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SampleLocationsInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SampleLocationsInfoEXT.gen.cs @@ -8,69 +8,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SampleLocationsInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public SampleCountFlags SampleLocationsPerPixel; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public Extent2D SampleLocationGridSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public uint SampleLocationsCount; [NativeTypeName("const VkSampleLocationEXT *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public SampleLocationEXT* PSampleLocations; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerAddressMode.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerAddressMode.gen.cs index 50c776b1b2..e5e3d92e0e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerAddressMode.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerAddressMode.gen.cs @@ -8,120 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum SamplerAddressMode : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Repeat = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] MirroredRepeat = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ClampToEdge = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ClampToBorder = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_KHR_sampler_mirror_clamp_to_edge", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MirrorClampToEdge = 4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerBlockMatchWindowCreateInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerBlockMatchWindowCreateInfoQCOM.gen.cs index 3f00779374..6e6d7179da 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerBlockMatchWindowCreateInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerBlockMatchWindowCreateInfoQCOM.gen.cs @@ -8,35 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SamplerBlockMatchWindowCreateInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] public Extent2D WindowExtent; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] public BlockMatchWindowCompareModeQCOM WindowCompareMode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerBorderColorComponentMappingCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerBorderColorComponentMappingCreateInfoEXT.gen.cs index b04655f80c..e67b9ab900 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerBorderColorComponentMappingCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerBorderColorComponentMappingCreateInfoEXT.gen.cs @@ -7,36 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SamplerBorderColorComponentMappingCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_border_color_swizzle"], - ImpliesSets = ["VK_EXT_custom_border_color"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_border_color_swizzle"], - ImpliesSets = ["VK_EXT_custom_border_color"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_border_color_swizzle"], - ImpliesSets = ["VK_EXT_custom_border_color"] - )] public ComponentMapping Components; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_border_color_swizzle"], - ImpliesSets = ["VK_EXT_custom_border_color"] - )] public uint Srgb; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerCaptureDescriptorDataInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerCaptureDescriptorDataInfoEXT.gen.cs index da830ab936..52e1183d2b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerCaptureDescriptorDataInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerCaptureDescriptorDataInfoEXT.gen.cs @@ -8,44 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SamplerCaptureDescriptorDataInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkSampler")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public SamplerHandle Sampler; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerCreateFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerCreateFlags.gen.cs index bbb03d6241..575565e33a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerCreateFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerCreateFlags.gen.cs @@ -8,62 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum SamplerCreateFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] SubsampledBitEXT = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] SubsampledCoarseReconstructionBitEXT = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] DescriptorBufferCaptureReplayBitEXT = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_non_seamless_cube_map"], - ImpliesSets = [ - "VK_EXT_non_seamless_cube_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_non_seamless_cube_map+VK_VERSION_1_1", - ] - )] NonSeamlessCubeMapBitEXT = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] ImageProcessingBitQCOM = 0x10, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerCreateInfo.gen.cs index 989568e357..f2c5c369b9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerCreateInfo.gen.cs @@ -8,412 +8,34 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SamplerCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkSamplerCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SamplerCreateFlags Flags; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Filter MagFilter; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Filter MinFilter; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SamplerMipmapMode MipmapMode; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SamplerAddressMode AddressModeU; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SamplerAddressMode AddressModeV; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SamplerAddressMode AddressModeW; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float MipLodBias; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint AnisotropyEnable; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float MaxAnisotropy; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint CompareEnable; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public CompareOp CompareOp; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_view_min_lod"], - ImpliesSets = [ - "VK_EXT_image_view_min_lod+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_view_min_lod+VK_VERSION_1_1", - ] - )] public float MinLod; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float MaxLod; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BorderColor BorderColor; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint UnnormalizedCoordinates; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerCubicWeightsCreateInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerCubicWeightsCreateInfoQCOM.gen.cs index 83a870ddb5..b1b4920844 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerCubicWeightsCreateInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerCubicWeightsCreateInfoQCOM.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SamplerCubicWeightsCreateInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] public CubicFilterWeightsQCOM CubicWeights; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerCustomBorderColorCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerCustomBorderColorCreateInfoEXT.gen.cs index aac71fd439..b517a8c9a2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerCustomBorderColorCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerCustomBorderColorCreateInfoEXT.gen.cs @@ -7,47 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SamplerCustomBorderColorCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public ClearColorValue CustomBorderColor; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public Format Format; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerMipmapMode.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerMipmapMode.gen.cs index 1f5b235688..6328670796 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerMipmapMode.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerMipmapMode.gen.cs @@ -7,53 +7,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum SamplerMipmapMode : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Nearest = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Linear = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerReductionMode.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerReductionMode.gen.cs index 0a2e38ee13..5ad7f23382 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerReductionMode.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerReductionMode.gen.cs @@ -8,98 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum SamplerReductionMode : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] WeightedAverage = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] Min = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] Max = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_clamp"], - ImpliesSets = [ - "VK_EXT_filter_cubic+VK_EXT_sampler_filter_minmax", - "VK_EXT_filter_cubic+VK_VERSION_1_2", - ] - )] WeightedAverageRangeclampQCOM = 1000521000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sampler_filter_minmax"], - ImpliesSets = [ - "VK_EXT_sampler_filter_minmax+VK_KHR_get_physical_device_properties2", - "VK_EXT_sampler_filter_minmax+VK_VERSION_1_1", - ] - )] WeightedAverageEXT = WeightedAverage, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sampler_filter_minmax"], - ImpliesSets = [ - "VK_EXT_sampler_filter_minmax+VK_KHR_get_physical_device_properties2", - "VK_EXT_sampler_filter_minmax+VK_VERSION_1_1", - ] - )] MinEXT = Min, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sampler_filter_minmax"], - ImpliesSets = [ - "VK_EXT_sampler_filter_minmax+VK_KHR_get_physical_device_properties2", - "VK_EXT_sampler_filter_minmax+VK_VERSION_1_1", - ] - )] MaxEXT = Max, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerReductionModeCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerReductionModeCreateInfo.gen.cs index 5cd20d4328..3519ecf345 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerReductionModeCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerReductionModeCreateInfo.gen.cs @@ -8,58 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SamplerReductionModeCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public SamplerReductionMode ReductionMode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionCreateInfo.gen.cs index 7ca8a3314d..ac41ed0fba 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionCreateInfo.gen.cs @@ -6,208 +6,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SamplerYcbcrConversionCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public Format Format; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public SamplerYcbcrModelConversion YcbcrModel; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public SamplerYcbcrRange YcbcrRange; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ComponentMapping Components; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ChromaLocation XChromaOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public ChromaLocation YChromaOffset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public Filter ChromaFilter; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint ForceExplicitReconstruction; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionImageFormatProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionImageFormatProperties.gen.cs index 5b2de5f891..f6b803f8f7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionImageFormatProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionImageFormatProperties.gen.cs @@ -8,67 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SamplerYcbcrConversionImageFormatProperties { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public uint CombinedImageSamplerDescriptorCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionInfo.gen.cs index 5bbfe0a0f3..b15f8c0388 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionInfo.gen.cs @@ -7,68 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SamplerYcbcrConversionInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; [NativeTypeName("VkSamplerYcbcrConversion")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public SamplerYcbcrConversionHandle Conversion; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.gen.cs index 436be920ed..d9fd2931a7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_ycbcr_degamma"], - ImpliesSets = [ - "VK_QCOM_ycbcr_degamma+VK_KHR_get_physical_device_properties2", - "VK_QCOM_ycbcr_degamma+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_ycbcr_degamma"], - ImpliesSets = [ - "VK_QCOM_ycbcr_degamma+VK_KHR_get_physical_device_properties2", - "VK_QCOM_ycbcr_degamma+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_ycbcr_degamma"], - ImpliesSets = [ - "VK_QCOM_ycbcr_degamma+VK_KHR_get_physical_device_properties2", - "VK_QCOM_ycbcr_degamma+VK_VERSION_1_1", - ] - )] public uint EnableYDegamma; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_ycbcr_degamma"], - ImpliesSets = [ - "VK_QCOM_ycbcr_degamma+VK_KHR_get_physical_device_properties2", - "VK_QCOM_ycbcr_degamma+VK_VERSION_1_1", - ] - )] public uint EnableCbCrDegamma; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrModelConversion.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrModelConversion.gen.cs index 569e50301d..d38708bbf4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrModelConversion.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrModelConversion.gen.cs @@ -8,157 +8,16 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum SamplerYcbcrModelConversion : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] RgbIdentity = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] YcbcrIdentity = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] Ycbcr709 = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] Ycbcr601 = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] Ycbcr2020 = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] RgbIdentityKHR = RgbIdentity, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] YcbcrIdentityKHR = YcbcrIdentity, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] Ycbcr709KHR = Ycbcr709, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] Ycbcr601KHR = Ycbcr601, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] Ycbcr2020KHR = Ycbcr2020, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrRange.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrRange.gen.cs index 50664d77e6..0c6ca920db 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrRange.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SamplerYcbcrRange.gen.cs @@ -7,67 +7,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum SamplerYcbcrRange : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ItuFull = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ItuNarrow = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] ItuFullKHR = ItuFull, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] ItuNarrowKHR = ItuNarrow, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ScopeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ScopeKHR.gen.cs index 72f19238dc..702f65ede1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ScopeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ScopeKHR.gen.cs @@ -8,87 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ScopeKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] - DeviceKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] - WorkgroupKHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] - SubgroupKHR = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] - QueueFamilyKHR = 5, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - DeviceNV = DeviceKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - WorkgroupNV = WorkgroupKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - SubgroupNV = SubgroupKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] - QueueFamilyNV = QueueFamilyKHR, + Device = 1, + Workgroup = 2, + Subgroup = 3, + QueueFamily = 5, + DeviceNV = Device, + WorkgroupNV = Workgroup, + SubgroupNV = Subgroup, + QueueFamilyNV = QueueFamily, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SemaphoreCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SemaphoreCreateInfo.gen.cs index 4a1208a7ab..e150d49034 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SemaphoreCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SemaphoreCreateInfo.gen.cs @@ -8,92 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SemaphoreCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkSemaphoreCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SemaphoreCreateFlags Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SemaphoreGetFdInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SemaphoreGetFdInfoKHR.gen.cs index 60b2be27b1..8c280c6b1d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SemaphoreGetFdInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SemaphoreGetFdInfoKHR.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SemaphoreGetFdInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkSemaphore")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public SemaphoreHandle Semaphore; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public ExternalSemaphoreHandleTypeFlags HandleType; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SemaphoreImportFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SemaphoreImportFlags.gen.cs index 2e4038d02e..3a70a9d864 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SemaphoreImportFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SemaphoreImportFlags.gen.cs @@ -8,41 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum SemaphoreImportFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] TemporaryBit = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore"], - ImpliesSets = ["VK_KHR_external_semaphore_capabilities"] - )] TemporaryBitKHR = TemporaryBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SemaphoreSignalInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SemaphoreSignalInfo.gen.cs index 38055bb349..569ca113cb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SemaphoreSignalInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SemaphoreSignalInfo.gen.cs @@ -8,89 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SemaphoreSignalInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkSemaphore")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public SemaphoreHandle Semaphore; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ulong Value; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SemaphoreSubmitInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SemaphoreSubmitInfo.gen.cs index c5c4793a78..75e3fae6cd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SemaphoreSubmitInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SemaphoreSubmitInfo.gen.cs @@ -7,107 +7,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SemaphoreSubmitInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkSemaphore")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public SemaphoreHandle Semaphore; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public ulong Value; [NativeTypeName("VkPipelineStageFlags2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public PipelineStageFlags2 StageMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint DeviceIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SemaphoreType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SemaphoreType.gen.cs index b9b7d61d4d..48b5fd598b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SemaphoreType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SemaphoreType.gen.cs @@ -7,67 +7,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum SemaphoreType : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] Binary = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] Timeline = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] BinaryKHR = Binary, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] TimelineKHR = Timeline, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SemaphoreTypeCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SemaphoreTypeCreateInfo.gen.cs index f81e8859bb..d3124e32f4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SemaphoreTypeCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SemaphoreTypeCreateInfo.gen.cs @@ -8,88 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SemaphoreTypeCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public SemaphoreType SemaphoreType; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ulong InitialValue; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SemaphoreWaitFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SemaphoreWaitFlags.gen.cs index 5c598681fb..445b4c9135 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SemaphoreWaitFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SemaphoreWaitFlags.gen.cs @@ -8,40 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum SemaphoreWaitFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] AnyBit = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] AnyBitKHR = AnyBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SemaphoreWaitInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SemaphoreWaitInfo.gen.cs index 6dc082a605..cb33789a03 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SemaphoreWaitInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SemaphoreWaitInfo.gen.cs @@ -8,131 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SemaphoreWaitInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkSemaphoreWaitFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public SemaphoreWaitFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint SemaphoreCount; [NativeTypeName("const VkSemaphore *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public SemaphoreHandle* PSemaphores; [NativeTypeName("const uint64_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ulong* PValues; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SetDescriptorBufferOffsetsInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SetDescriptorBufferOffsetsInfoEXT.gen.cs index 8f8b249346..ab1142fc0f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SetDescriptorBufferOffsetsInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SetDescriptorBufferOffsetsInfoEXT.gen.cs @@ -8,77 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SetDescriptorBufferOffsetsInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public ShaderStageFlags StageFlags; [NativeTypeName("VkPipelineLayout")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public PipelineLayoutHandle Layout; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public uint FirstSet; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public uint SetCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public uint* PBufferIndices; [NativeTypeName("const VkDeviceSize *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public ulong* POffsets; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SetLatencyMarkerInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SetLatencyMarkerInfoNV.gen.cs index da793ef9f6..44ea1d3809 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SetLatencyMarkerInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SetLatencyMarkerInfoNV.gen.cs @@ -8,56 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SetLatencyMarkerInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public ulong PresentID; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public LatencyMarkerNV Marker; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SetPresentConfigNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SetPresentConfigNV.gen.cs index 283a067f63..b2cb5c87ff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SetPresentConfigNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SetPresentConfigNV.gen.cs @@ -8,49 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SetPresentConfigNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_metering"], - ImpliesSets = [ - "VK_NV_present_metering+VK_KHR_get_physical_device_properties2", - "VK_NV_present_metering+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_metering"], - ImpliesSets = [ - "VK_NV_present_metering+VK_KHR_get_physical_device_properties2", - "VK_NV_present_metering+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_metering"], - ImpliesSets = [ - "VK_NV_present_metering+VK_KHR_get_physical_device_properties2", - "VK_NV_present_metering+VK_VERSION_1_1", - ] - )] public uint NumFramesPerBatch; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_metering"], - ImpliesSets = [ - "VK_NV_present_metering+VK_KHR_get_physical_device_properties2", - "VK_NV_present_metering+VK_VERSION_1_1", - ] - )] public uint PresentConfigFeedback; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SetStateFlagsIndirectCommandNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SetStateFlagsIndirectCommandNV.gen.cs index 624b996798..d1fec05f98 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SetStateFlagsIndirectCommandNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SetStateFlagsIndirectCommandNV.gen.cs @@ -8,14 +8,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct SetStateFlagsIndirectCommandNV { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public uint Data; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderCodeTypeEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderCodeTypeEXT.gen.cs index 859fd10562..28cc6d917f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderCodeTypeEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderCodeTypeEXT.gen.cs @@ -7,29 +7,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ShaderCodeTypeEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - BinaryEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - SpirvEXT = 1, + Binary = 0, + Spirv = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderCorePropertiesFlagsAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderCorePropertiesFlagsAMD.gen.cs index 554fb5c29e..d7c5640707 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderCorePropertiesFlagsAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderCorePropertiesFlagsAMD.gen.cs @@ -7,8 +7,6 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ShaderCorePropertiesFlagsAMD : uint { diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderCreateFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderCreateFlagsEXT.gen.cs index 5d8b0beab0..af21efaf1d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderCreateFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderCreateFlagsEXT.gen.cs @@ -8,116 +8,17 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ShaderCreateFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - CreateLinkStageBitEXT = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_shader_object+VK_EXT_subgroup_size_control", - "VK_EXT_shader_object+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - CreateAllowVaryingSubgroupSizeBitEXT = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_shader_object+VK_EXT_subgroup_size_control", - "VK_EXT_shader_object+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - CreateRequireFullSubgroupsBitEXT = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object+VK_EXT_mesh_shader", "VK_EXT_shader_object+VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - CreateNoTaskShaderBitEXT = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object+VK_KHR_device_group", "VK_EXT_shader_object+VK_VERSION_1_1"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] - CreateDispatchBaseBitEXT = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object", "VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] - CreateFragmentShadingRateAttachmentBitEXT = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] - CreateFragmentDensityMapAttachmentBitEXT = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - CreateIndirectBindableBitEXT = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_64bit_indexing"], - ImpliesSets = [ - "VK_EXT_shader_64bit_indexing+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_64bit_indexing+VK_VERSION_1_1", - ] - )] - Create64BitIndexingBitEXT = 0x8000, + CreateLinkStageBit = 0x1, + CreateAllowVaryingSubgroupSizeBit = 0x2, + CreateRequireFullSubgroupsBit = 0x4, + CreateNoTaskShaderBit = 0x8, + CreateDispatchBaseBit = 0x10, + CreateFragmentShadingRateAttachmentBit = 0x20, + CreateFragmentDensityMapAttachmentBit = 0x40, + CreateIndirectBindableBit = 0x80, + Create64BitIndexingBit = 0x8000, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderCreateInfoEXT.gen.cs index 0c7aaba3c9..dd0a0e7906 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderCreateInfoEXT.gen.cs @@ -8,171 +8,42 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ShaderCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkShaderCreateFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public ShaderCreateFlagsEXT Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public ShaderStageFlags Stage; [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public ShaderStageFlags NextStage; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public ShaderCodeTypeEXT CodeType; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public nuint CodeSize; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PCode; [NativeTypeName("const char *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public sbyte* PName; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint SetLayoutCount; [NativeTypeName("const VkDescriptorSetLayout *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public DescriptorSetLayoutHandle* PSetLayouts; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint PushConstantRangeCount; [NativeTypeName("const VkPushConstantRange *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public PushConstantRange* PPushConstantRanges; [NativeTypeName("const VkSpecializationInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public SpecializationInfo* PSpecializationInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderFloatControlsIndependence.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderFloatControlsIndependence.gen.cs index 78d5c10251..4a3789f1c8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderFloatControlsIndependence.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderFloatControlsIndependence.gen.cs @@ -8,88 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ShaderFloatControlsIndependence : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] Independence32BitOnly = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] IndependenceAll = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] IndependenceNone = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float_controls"], - ImpliesSets = [ - "VK_KHR_shader_float_controls+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_float_controls+VK_VERSION_1_1", - ] - )] Independence32BitOnlyKHR = Independence32BitOnly, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float_controls"], - ImpliesSets = [ - "VK_KHR_shader_float_controls+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_float_controls+VK_VERSION_1_1", - ] - )] IndependenceAllKHR = IndependenceAll, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float_controls"], - ImpliesSets = [ - "VK_KHR_shader_float_controls+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_float_controls+VK_VERSION_1_1", - ] - )] IndependenceNoneKHR = IndependenceNone, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderGroupShaderKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderGroupShaderKHR.gen.cs index 311d61e244..e186f72d6e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderGroupShaderKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderGroupShaderKHR.gen.cs @@ -8,47 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ShaderGroupShaderKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] - GeneralKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] - ClosestHitKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] - AnyHitKHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] - IntersectionKHR = 3, + General = 0, + ClosestHit = 1, + AnyHit = 2, + Intersection = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderInfoTypeAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderInfoTypeAMD.gen.cs index d659a6a27c..62cd503f16 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderInfoTypeAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderInfoTypeAMD.gen.cs @@ -8,16 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ShaderInfoTypeAMD : uint { - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] - StatisticsAMD = 0, - - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] - BinaryAMD = 1, - - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] - DisassemblyAMD = 2, + Statistics = 0, + Binary = 1, + Disassembly = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderModuleCreateInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderModuleCreateInfo.gen.cs index 301d905e7b..6f0d4c9138 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderModuleCreateInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderModuleCreateInfo.gen.cs @@ -8,125 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ShaderModuleCreateInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkShaderModuleCreateFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ShaderModuleCreateFlags Flags; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public nuint CodeSize; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint* PCode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderModuleIdentifierEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderModuleIdentifierEXT.gen.cs index c22e513977..36c99cbfef 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderModuleIdentifierEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderModuleIdentifierEXT.gen.cs @@ -8,52 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ShaderModuleIdentifierEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public uint IdentifierSize; [NativeTypeName("uint8_t[32]")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public ShaderModuleIdentifierEXTIdentifier Identifier; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderModuleIdentifierEXTIdentifier.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderModuleIdentifierEXTIdentifier.gen.cs index b74eec6620..2e44287d91 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderModuleIdentifierEXTIdentifier.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderModuleIdentifierEXTIdentifier.gen.cs @@ -9,17 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] -)] public partial struct ShaderModuleIdentifierEXTIdentifier { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderModuleValidationCacheCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderModuleValidationCacheCreateInfoEXT.gen.cs index 9bfc8ded14..ce214635e4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderModuleValidationCacheCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderModuleValidationCacheCreateInfoEXT.gen.cs @@ -8,17 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ShaderModuleValidationCacheCreateInfoEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public void* PNext; [NativeTypeName("VkValidationCacheEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] - public ValidationCacheEXTHandle ValidationCache; + public ValidationCacheHandleEXT ValidationCache; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderResourceUsageAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderResourceUsageAMD.gen.cs index 2889bfc56b..27d18a1acb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderResourceUsageAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderResourceUsageAMD.gen.cs @@ -7,26 +7,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ShaderResourceUsageAMD { [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public uint NumUsedVgprs; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public uint NumUsedSgprs; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public uint LdsSizePerLocalWorkGroup; [NativeTypeName("size_t")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public nuint LdsUsageSizeInBytes; [NativeTypeName("size_t")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public nuint ScratchMemUsageInBytes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderStageFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderStageFlags.gen.cs index 25d930be27..188a528526 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderStageFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderStageFlags.gen.cs @@ -7,369 +7,34 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ShaderStageFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] VertexBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TessellationControlBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] TessellationEvaluationBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] GeometryBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FragmentBit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ComputeBit = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] AllGraphics = 0x1F, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] All = 0x7FFFFFFF, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RaygenBitKHR = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] AnyHitBitKHR = 0x200, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] ClosestHitBitKHR = 0x400, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] MissBitKHR = 0x800, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] IntersectionBitKHR = 0x1000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] CallableBitKHR = 0x2000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] TaskBitEXT = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] MeshBitEXT = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - SubpassShadingBitHuawei = 0x4000, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - ClusterCullingBitHuawei = 0x80000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] + SubpassShadingBitHUAWEI = 0x4000, + ClusterCullingBitHUAWEI = 0x80000, RaygenBitNV = RaygenBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] AnyHitBitNV = AnyHitBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] ClosestHitBitNV = ClosestHitBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] MissBitNV = MissBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] IntersectionBitNV = IntersectionBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] CallableBitNV = CallableBitKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] TaskBitNV = TaskBitEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] MeshBitNV = MeshBitEXT, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderStatisticsInfoAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderStatisticsInfoAMD.gen.cs index fbfe88900a..4954795610 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderStatisticsInfoAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderStatisticsInfoAMD.gen.cs @@ -8,33 +8,24 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ShaderStatisticsInfoAMD { [NativeTypeName("VkShaderStageFlags")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public ShaderStageFlags ShaderStageMask; - - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public ShaderResourceUsageAMD ResourceUsage; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public uint NumPhysicalVgprs; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public uint NumPhysicalSgprs; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public uint NumAvailableVgprs; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public uint NumAvailableSgprs; [NativeTypeName("uint32_t[3]")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public ShaderStatisticsInfoAMDComputeWorkGroupSize ComputeWorkGroupSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShaderStatisticsInfoAMDComputeWorkGroupSize.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShaderStatisticsInfoAMDComputeWorkGroupSize.gen.cs index f3233dc40c..af53820482 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShaderStatisticsInfoAMDComputeWorkGroupSize.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShaderStatisticsInfoAMDComputeWorkGroupSize.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public partial struct ShaderStatisticsInfoAMDComputeWorkGroupSize { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShadingRatePaletteEntryNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShadingRatePaletteEntryNV.gen.cs index 2fdf76c11c..d72fdae5d1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShadingRatePaletteEntryNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShadingRatePaletteEntryNV.gen.cs @@ -8,127 +8,18 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ShadingRatePaletteEntryNV : uint { - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - EntryNoInvocationsNV = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - Entry16InvocationsPerPixelNV = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - Entry8InvocationsPerPixelNV = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - Entry4InvocationsPerPixelNV = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - Entry2InvocationsPerPixelNV = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - Entry1InvocationPerPixelNV = 5, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - Entry1InvocationPer2X1PixelsNV = 6, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - Entry1InvocationPer1X2PixelsNV = 7, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - Entry1InvocationPer2X2PixelsNV = 8, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - Entry1InvocationPer4X2PixelsNV = 9, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - Entry1InvocationPer2X4PixelsNV = 10, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] - Entry1InvocationPer4X4PixelsNV = 11, + EntryNoInvocations = 0, + Entry16InvocationsPerPixel = 1, + Entry8InvocationsPerPixel = 2, + Entry4InvocationsPerPixel = 3, + Entry2InvocationsPerPixel = 4, + Entry1InvocationPerPixel = 5, + Entry1InvocationPer2X1Pixels = 6, + Entry1InvocationPer1X2Pixels = 7, + Entry1InvocationPer2X2Pixels = 8, + Entry1InvocationPer4X2Pixels = 9, + Entry1InvocationPer2X4Pixels = 10, + Entry1InvocationPer4X4Pixels = 11, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ShadingRatePaletteNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ShadingRatePaletteNV.gen.cs index 2ab7db4a7f..bc0f968297 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ShadingRatePaletteNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ShadingRatePaletteNV.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ShadingRatePaletteNV { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public uint ShadingRatePaletteEntryCount; [NativeTypeName("const VkShadingRatePaletteEntryNV *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public ShadingRatePaletteEntryNV* PShadingRatePaletteEntries; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SharedPresentSurfaceCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SharedPresentSurfaceCapabilitiesKHR.gen.cs index 515c16c0fa..44e638eb74 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SharedPresentSurfaceCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SharedPresentSurfaceCapabilitiesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SharedPresentSurfaceCapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] public ImageUsageFlags SharedPresentSupportedUsageFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SharingMode.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SharingMode.gen.cs index 3b2c1cad92..e34ad6affa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SharingMode.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SharingMode.gen.cs @@ -8,63 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum SharingMode : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Exclusive = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Concurrent = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SparseBufferMemoryBindInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SparseBufferMemoryBindInfo.gen.cs index 099d722c21..7c7adbee4f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SparseBufferMemoryBindInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SparseBufferMemoryBindInfo.gen.cs @@ -6,93 +6,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SparseBufferMemoryBindInfo { [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BufferHandle Buffer; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint BindCount; [NativeTypeName("const VkSparseMemoryBind *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SparseMemoryBind* PBinds; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SparseImageFormatFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SparseImageFormatFlags.gen.cs index 81cc156c36..c2b48ffc99 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SparseImageFormatFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SparseImageFormatFlags.gen.cs @@ -7,94 +7,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum SparseImageFormatFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SingleMiptailBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] AlignedMipSizeBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] NonstandardBlockSizeBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SparseImageFormatProperties.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SparseImageFormatProperties.gen.cs index c73bbc4e4c..2b117e4a62 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SparseImageFormatProperties.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SparseImageFormatProperties.gen.cs @@ -8,92 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct SparseImageFormatProperties { [NativeTypeName("VkImageAspectFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageAspectFlags AspectMask; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Extent3D ImageGranularity; [NativeTypeName("VkSparseImageFormatFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SparseImageFormatFlags Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SparseImageFormatProperties2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SparseImageFormatProperties2.gen.cs index d0ae39975c..4d747c85d3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SparseImageFormatProperties2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SparseImageFormatProperties2.gen.cs @@ -8,78 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SparseImageFormatProperties2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public SparseImageFormatProperties Properties; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryBind.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryBind.gen.cs index 9211fd96a7..04788c55b8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryBind.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryBind.gen.cs @@ -7,177 +7,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SparseImageMemoryBind { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageSubresource Subresource; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Offset3D Offset; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Extent3D Extent; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DeviceMemoryHandle Memory; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong MemoryOffset; [NativeTypeName("VkSparseMemoryBindFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SparseMemoryBindFlags Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryBindInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryBindInfo.gen.cs index c8dfa70d46..762c9870ac 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryBindInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryBindInfo.gen.cs @@ -6,93 +6,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SparseImageMemoryBindInfo { [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageHandle Image; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint BindCount; [NativeTypeName("const VkSparseImageMemoryBind *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SparseImageMemoryBind* PBinds; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryRequirements.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryRequirements.gen.cs index 7c6a6ef7b9..da0f467f80 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryRequirements.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryRequirements.gen.cs @@ -8,150 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct SparseImageMemoryRequirements { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SparseImageFormatProperties FormatProperties; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ImageMipTailFirstLod; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong ImageMipTailSize; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong ImageMipTailOffset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong ImageMipTailStride; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryRequirements2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryRequirements2.gen.cs index b478568cbf..fce4e6e7c3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryRequirements2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SparseImageMemoryRequirements2.gen.cs @@ -7,78 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SparseImageMemoryRequirements2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public SparseImageMemoryRequirements MemoryRequirements; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SparseImageOpaqueMemoryBindInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SparseImageOpaqueMemoryBindInfo.gen.cs index 000310d03d..d041134b09 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SparseImageOpaqueMemoryBindInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SparseImageOpaqueMemoryBindInfo.gen.cs @@ -8,93 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SparseImageOpaqueMemoryBindInfo { [NativeTypeName("VkImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ImageHandle Image; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint BindCount; [NativeTypeName("const VkSparseMemoryBind *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SparseMemoryBind* PBinds; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SparseMemoryBind.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SparseMemoryBind.gen.cs index c81e8cfba8..802cd053f2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SparseMemoryBind.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SparseMemoryBind.gen.cs @@ -8,151 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SparseMemoryBind { [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong ResourceOffset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Size; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DeviceMemoryHandle Memory; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong MemoryOffset; [NativeTypeName("VkSparseMemoryBindFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SparseMemoryBindFlags Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SparseMemoryBindFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SparseMemoryBindFlags.gen.cs index fa11767579..eb9191792b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SparseMemoryBindFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SparseMemoryBindFlags.gen.cs @@ -8,38 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum SparseMemoryBindFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] MetadataBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SpecializationInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SpecializationInfo.gen.cs index 60a9b2e313..88947df65c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SpecializationInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SpecializationInfo.gen.cs @@ -8,102 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SpecializationInfo { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint MapEntryCount; [NativeTypeName("const VkSpecializationMapEntry *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SpecializationMapEntry* PMapEntries; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public nuint DataSize; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SpecializationMapEntry.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SpecializationMapEntry.gen.cs index 9857f58e2b..2b69ba826a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SpecializationMapEntry.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SpecializationMapEntry.gen.cs @@ -8,78 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct SpecializationMapEntry { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ConstantID; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Offset; [NativeTypeName("size_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public nuint Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEF.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEF.gen.cs index e67016462c..7dd426e613 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEF.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEF.gen.cs @@ -7,30 +7,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1CDEF { [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CdefDampingMinus3; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CdefBits; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1CDEFCdefYPriStrength CdefYPriStrength; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1CDEFCdefYSecStrength CdefYSecStrength; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1CDEFCdefUvPriStrength CdefUvPriStrength; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1CDEFCdefUvSecStrength CdefUvSecStrength; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefUvPriStrength.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefUvPriStrength.gen.cs index af277f852d..265f7af51d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefUvPriStrength.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefUvPriStrength.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1CDEFCdefUvPriStrength { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefUvSecStrength.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefUvSecStrength.gen.cs index 372cff4a01..7ff4dc46b6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefUvSecStrength.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefUvSecStrength.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1CDEFCdefUvSecStrength { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefYPriStrength.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefYPriStrength.gen.cs index ecfd662443..597fb8d6c0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefYPriStrength.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefYPriStrength.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1CDEFCdefYPriStrength { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefYSecStrength.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefYSecStrength.gen.cs index f78b9c2501..f111b65537 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefYSecStrength.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1CDEFCdefYSecStrength.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1CDEFCdefYSecStrength { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ChromaSamplePosition.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ChromaSamplePosition.gen.cs index 03e5830ec9..7fa76e43cf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ChromaSamplePosition.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ChromaSamplePosition.gen.cs @@ -8,19 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoAV1ChromaSamplePosition : uint { - [SupportedApiProfile("vulkan")] Unknown = 0, - - [SupportedApiProfile("vulkan")] Vertical = 1, - - [SupportedApiProfile("vulkan")] Colocated = 2, - - [SupportedApiProfile("vulkan")] Reserved = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ColorConfig.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ColorConfig.gen.cs index 3e1e80a40b..d9364a1794 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ColorConfig.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ColorConfig.gen.cs @@ -8,37 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1ColorConfig { - [SupportedApiProfile("vulkan")] public StdVideoAV1ColorConfigFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte BitDepth; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SubsamplingX; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SubsamplingY; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved1; - - [SupportedApiProfile("vulkan")] public StdVideoAV1ColorPrimaries ColorPrimaries; - - [SupportedApiProfile("vulkan")] public StdVideoAV1TransferCharacteristics TransferCharacteristics; - - [SupportedApiProfile("vulkan")] public StdVideoAV1MatrixCoefficients MatrixCoefficients; - - [SupportedApiProfile("vulkan")] public StdVideoAV1ChromaSamplePosition ChromaSamplePosition; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ColorConfigFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ColorConfigFlags.gen.cs index b5ab176839..99a45edb9d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ColorConfigFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ColorConfigFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1ColorConfigFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint mono_chrome + public uint MonoChrome { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint mono_chrome } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint color_range + public uint ColorRange { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint color_range } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint separate_uv_delta_q + public uint SeparateUvDeltaQ { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint separate_uv_delta_q } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint color_description_present_flag + public uint ColorDescriptionPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint color_description_present_flag } [NativeTypeName("uint32_t : 28")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0xFFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ColorPrimaries.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ColorPrimaries.gen.cs index 0e02c92278..b428c48470 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ColorPrimaries.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ColorPrimaries.gen.cs @@ -7,46 +7,19 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoAV1ColorPrimaries : uint { - [SupportedApiProfile("vulkan")] Bt709 = 1, - - [SupportedApiProfile("vulkan")] Unspecified = 2, - - [SupportedApiProfile("vulkan")] Bt470M = 4, - - [SupportedApiProfile("vulkan")] Bt470BG = 5, - - [SupportedApiProfile("vulkan")] Bt601 = 6, - - [SupportedApiProfile("vulkan")] Smpte240 = 7, - - [SupportedApiProfile("vulkan")] GenericFilm = 8, - - [SupportedApiProfile("vulkan")] Bt2020 = 9, - - [SupportedApiProfile("vulkan")] Xyz = 10, - - [SupportedApiProfile("vulkan")] Smpte431 = 11, - - [SupportedApiProfile("vulkan")] Smpte432 = 12, - - [SupportedApiProfile("vulkan")] Ebu3213 = 22, - - [SupportedApiProfile("vulkan")] BtUnspecified = Unspecified, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrain.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrain.gen.cs index f0359dbe92..6f214e58d4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrain.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrain.gen.cs @@ -7,105 +7,79 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1FilmGrain { - [SupportedApiProfile("vulkan")] public StdVideoAV1FilmGrainFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte GrainScalingMinus8; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ArCoeffLag; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ArCoeffShiftMinus6; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte GrainScaleShift; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort GrainSeed; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte FilmGrainParamsRefIdx; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumYPoints; [NativeTypeName("uint8_t[14]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1FilmGrainPointYValue PointYValue; [NativeTypeName("uint8_t[14]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1FilmGrainPointYScaling PointYScaling; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumCbPoints; [NativeTypeName("uint8_t[10]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1FilmGrainPointCbValue PointCbValue; [NativeTypeName("uint8_t[10]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1FilmGrainPointCbScaling PointCbScaling; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumCrPoints; [NativeTypeName("uint8_t[10]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1FilmGrainPointCrValue PointCrValue; [NativeTypeName("uint8_t[10]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1FilmGrainPointCrScaling PointCrScaling; [NativeTypeName("int8_t[24]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1FilmGrainArCoeffsYPlus128 ArCoeffsYPlus128; [NativeTypeName("int8_t[25]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1FilmGrainArCoeffsCbPlus128 ArCoeffsCbPlus128; [NativeTypeName("int8_t[25]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1FilmGrainArCoeffsCrPlus128 ArCoeffsCrPlus128; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CbMult; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CbLumaMult; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort CbOffset; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CrMult; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CrLumaMult; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort CrOffset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainArCoeffsCbPlus128.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainArCoeffsCbPlus128.gen.cs index 4ab9dcc900..331122291d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainArCoeffsCbPlus128.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainArCoeffsCbPlus128.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(25)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1FilmGrainArCoeffsCbPlus128 { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainArCoeffsCrPlus128.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainArCoeffsCrPlus128.gen.cs index d61b66706c..476d9dd005 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainArCoeffsCrPlus128.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainArCoeffsCrPlus128.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(25)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1FilmGrainArCoeffsCrPlus128 { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainArCoeffsYPlus128.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainArCoeffsYPlus128.gen.cs index 6dff00b085..274c8e81bd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainArCoeffsYPlus128.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainArCoeffsYPlus128.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(24)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1FilmGrainArCoeffsYPlus128 { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainFlags.gen.cs index 5d62609e52..824162daad 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1FilmGrainFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint chroma_scaling_from_luma + public uint ChromaScalingFromLuma { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint chroma_scaling_from_luma } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint overlap_flag + public uint OverlapFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint overlap_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint clip_to_restricted_range + public uint ClipToRestrictedRange { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint clip_to_restricted_range } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint update_grain + public uint UpdateGrain { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint update_grain } [NativeTypeName("uint32_t : 28")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0xFFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCbScaling.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCbScaling.gen.cs index 7d5f60e8d1..22c86d9415 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCbScaling.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCbScaling.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(10)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1FilmGrainPointCbScaling { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCbValue.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCbValue.gen.cs index de396038f4..6bb6e272ea 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCbValue.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCbValue.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(10)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1FilmGrainPointCbValue { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCrScaling.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCrScaling.gen.cs index 345e30b717..300459926d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCrScaling.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCrScaling.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(10)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1FilmGrainPointCrScaling { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCrValue.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCrValue.gen.cs index 1b12e7828a..c88086c3dc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCrValue.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointCrValue.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(10)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1FilmGrainPointCrValue { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointYScaling.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointYScaling.gen.cs index de48dcff1f..1115f929a0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointYScaling.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointYScaling.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(14)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1FilmGrainPointYScaling { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointYValue.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointYValue.gen.cs index 00a0892538..67ccda361b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointYValue.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FilmGrainPointYValue.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(14)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1FilmGrainPointYValue { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FrameRestorationType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FrameRestorationType.gen.cs index a0a3422120..efc85b2b72 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FrameRestorationType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FrameRestorationType.gen.cs @@ -7,19 +7,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoAV1FrameRestorationType : uint { - [SupportedApiProfile("vulkan")] None = 0, - - [SupportedApiProfile("vulkan")] Wiener = 1, - - [SupportedApiProfile("vulkan")] Sgrproj = 2, - - [SupportedApiProfile("vulkan")] Switchable = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FrameType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FrameType.gen.cs index c0d9ea3ce5..b6569de134 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FrameType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1FrameType.gen.cs @@ -8,19 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoAV1FrameType : uint { - [SupportedApiProfile("vulkan")] Key = 0, - - [SupportedApiProfile("vulkan")] Inter = 1, - - [SupportedApiProfile("vulkan")] IntraOnly = 2, - - [SupportedApiProfile("vulkan")] Switch = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1GlobalMotion.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1GlobalMotion.gen.cs index 40f3bbb22c..5a5ed99f61 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1GlobalMotion.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1GlobalMotion.gen.cs @@ -8,14 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1GlobalMotion { [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1GlobalMotionGmType GmType; [NativeTypeName("int32_t[8][6]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1GlobalMotionGmParams GmParams; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1GlobalMotionGmParams.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1GlobalMotionGmParams.gen.cs index 2332c913db..f005df3c4b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1GlobalMotionGmParams.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1GlobalMotionGmParams.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8 * 6)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1GlobalMotionGmParams { - [SupportedApiProfile("vulkan")] public int E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1GlobalMotionGmType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1GlobalMotionGmType.gen.cs index 2fff96a6f0..43cfdc0959 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1GlobalMotionGmType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1GlobalMotionGmType.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1GlobalMotionGmType { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1InterpolationFilter.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1InterpolationFilter.gen.cs index 047361cf80..be8eb493a9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1InterpolationFilter.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1InterpolationFilter.gen.cs @@ -8,22 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoAV1InterpolationFilter : uint { - [SupportedApiProfile("vulkan")] Eighttap = 0, - - [SupportedApiProfile("vulkan")] EighttapSmooth = 1, - - [SupportedApiProfile("vulkan")] EighttapSharp = 2, - - [SupportedApiProfile("vulkan")] Bilinear = 3, - - [SupportedApiProfile("vulkan")] Switchable = 4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Level.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Level.gen.cs index b3cc64bdd5..b8319f987f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Level.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Level.gen.cs @@ -7,79 +7,30 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoAV1Level : uint { - [SupportedApiProfile("vulkan")] Level2X0 = 0, - - [SupportedApiProfile("vulkan")] Level2X1 = 1, - - [SupportedApiProfile("vulkan")] Level2X2 = 2, - - [SupportedApiProfile("vulkan")] Level2X3 = 3, - - [SupportedApiProfile("vulkan")] Level3X0 = 4, - - [SupportedApiProfile("vulkan")] Level3X1 = 5, - - [SupportedApiProfile("vulkan")] Level3X2 = 6, - - [SupportedApiProfile("vulkan")] Level3X3 = 7, - - [SupportedApiProfile("vulkan")] Level4X0 = 8, - - [SupportedApiProfile("vulkan")] Level4X1 = 9, - - [SupportedApiProfile("vulkan")] Level4X2 = 10, - - [SupportedApiProfile("vulkan")] Level4X3 = 11, - - [SupportedApiProfile("vulkan")] Level5X0 = 12, - - [SupportedApiProfile("vulkan")] Level5X1 = 13, - - [SupportedApiProfile("vulkan")] Level5X2 = 14, - - [SupportedApiProfile("vulkan")] Level5X3 = 15, - - [SupportedApiProfile("vulkan")] Level6X0 = 16, - - [SupportedApiProfile("vulkan")] Level6X1 = 17, - - [SupportedApiProfile("vulkan")] Level6X2 = 18, - - [SupportedApiProfile("vulkan")] Level6X3 = 19, - - [SupportedApiProfile("vulkan")] Level7X0 = 20, - - [SupportedApiProfile("vulkan")] Level7X1 = 21, - - [SupportedApiProfile("vulkan")] Level7X2 = 22, - - [SupportedApiProfile("vulkan")] Level7X3 = 23, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilter.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilter.gen.cs index 652c37aed2..173c6a0ba5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilter.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilter.gen.cs @@ -8,33 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1LoopFilter { - [SupportedApiProfile("vulkan")] public StdVideoAV1LoopFilterFlags Flags; [NativeTypeName("uint8_t[4]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1LoopFilterLoopFilterLevel LoopFilterLevel; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte LoopFilterSharpness; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte UpdateRefDelta; [NativeTypeName("int8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1LoopFilterLoopFilterRefDeltas LoopFilterRefDeltas; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte UpdateModeDelta; [NativeTypeName("int8_t[2]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1LoopFilterLoopFilterModeDeltas LoopFilterModeDeltas; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterFlags.gen.cs index 51a302a14f..a61c5766e4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1LoopFilterFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint loop_filter_delta_enabled + public uint LoopFilterDeltaEnabled { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint loop_filter_delta_enabled } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint loop_filter_delta_update + public uint LoopFilterDeltaUpdate { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint loop_filter_delta_update } [NativeTypeName("uint32_t : 30")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x3FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterLoopFilterLevel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterLoopFilterLevel.gen.cs index 0cffa088dc..920fcb3ea1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterLoopFilterLevel.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterLoopFilterLevel.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(4)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1LoopFilterLoopFilterLevel { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterLoopFilterModeDeltas.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterLoopFilterModeDeltas.gen.cs index 6fca983618..2de831b1f1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterLoopFilterModeDeltas.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterLoopFilterModeDeltas.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1LoopFilterLoopFilterModeDeltas { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterLoopFilterRefDeltas.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterLoopFilterRefDeltas.gen.cs index 7f59b33d4d..96cc7d18b8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterLoopFilterRefDeltas.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopFilterLoopFilterRefDeltas.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1LoopFilterLoopFilterRefDeltas { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopRestoration.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopRestoration.gen.cs index 0fa09a172e..e65d892d49 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopRestoration.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopRestoration.gen.cs @@ -7,14 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1LoopRestoration { [NativeTypeName("StdVideoAV1FrameRestorationType[3]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1LoopRestorationFrameRestorationType FrameRestorationType; [NativeTypeName("uint16_t[3]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1LoopRestorationLoopRestorationSize LoopRestorationSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopRestorationFrameRestorationType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopRestorationFrameRestorationType.gen.cs index f31eedce88..e636009c24 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopRestorationFrameRestorationType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopRestorationFrameRestorationType.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1LoopRestorationFrameRestorationType { - [SupportedApiProfile("vulkan")] public StdVideoAV1FrameRestorationType E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopRestorationLoopRestorationSize.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopRestorationLoopRestorationSize.gen.cs index 9a3b281970..aa0b7e6177 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopRestorationLoopRestorationSize.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1LoopRestorationLoopRestorationSize.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1LoopRestorationLoopRestorationSize { - [SupportedApiProfile("vulkan")] public ushort E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1MatrixCoefficients.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1MatrixCoefficients.gen.cs index 29eaea853c..b573f2c8e6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1MatrixCoefficients.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1MatrixCoefficients.gen.cs @@ -7,52 +7,21 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoAV1MatrixCoefficients : uint { - [SupportedApiProfile("vulkan")] Identity = 0, - - [SupportedApiProfile("vulkan")] Bt709 = 1, - - [SupportedApiProfile("vulkan")] Unspecified = 2, - - [SupportedApiProfile("vulkan")] Reserved3 = 3, - - [SupportedApiProfile("vulkan")] Fcc = 4, - - [SupportedApiProfile("vulkan")] Bt470BG = 5, - - [SupportedApiProfile("vulkan")] Bt601 = 6, - - [SupportedApiProfile("vulkan")] Smpte240 = 7, - - [SupportedApiProfile("vulkan")] SmpteYcgco = 8, - - [SupportedApiProfile("vulkan")] Bt2020Ncl = 9, - - [SupportedApiProfile("vulkan")] Bt2020Cl = 10, - - [SupportedApiProfile("vulkan")] Smpte2085 = 11, - - [SupportedApiProfile("vulkan")] ChromatNcl = 12, - - [SupportedApiProfile("vulkan")] ChromatCl = 13, - - [SupportedApiProfile("vulkan")] Ictcp = 14, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Profile.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Profile.gen.cs index 2126160c1c..78ef858fda 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Profile.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Profile.gen.cs @@ -7,16 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoAV1Profile : uint { - [SupportedApiProfile("vulkan")] Main = 0, - - [SupportedApiProfile("vulkan")] High = 1, - - [SupportedApiProfile("vulkan")] Professional = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Quantization.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Quantization.gen.cs index 69377e30b4..f7a4a4a3df 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Quantization.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Quantization.gen.cs @@ -7,45 +7,34 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1Quantization { - [SupportedApiProfile("vulkan")] public StdVideoAV1QuantizationFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte BaseQIdx; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte DeltaQYDc; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte DeltaQUDc; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte DeltaQUAc; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte DeltaQVDc; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte DeltaQVAc; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte QmY; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte QmU; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte QmV; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1QuantizationFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1QuantizationFlags.gen.cs index cff32acda1..6490f825b0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1QuantizationFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1QuantizationFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1QuantizationFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint using_qmatrix + public uint UsingQmatrix { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint using_qmatrix } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint diff_uv_delta + public uint DiffUvDelta { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint diff_uv_delta } [NativeTypeName("uint32_t : 30")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x3FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ReferenceName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ReferenceName.gen.cs index 98d1dc0f92..4ea3f6c6ec 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ReferenceName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1ReferenceName.gen.cs @@ -7,31 +7,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoAV1ReferenceName : uint { - [SupportedApiProfile("vulkan")] IntraFrame = 0, - - [SupportedApiProfile("vulkan")] LastFrame = 1, - - [SupportedApiProfile("vulkan")] Last2Frame = 2, - - [SupportedApiProfile("vulkan")] Last3Frame = 3, - - [SupportedApiProfile("vulkan")] GoldenFrame = 4, - - [SupportedApiProfile("vulkan")] BwdrefFrame = 5, - - [SupportedApiProfile("vulkan")] Altref2Frame = 6, - - [SupportedApiProfile("vulkan")] AltrefFrame = 7, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Segmentation.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Segmentation.gen.cs index b8bb76914b..3bf9dabdcd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Segmentation.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1Segmentation.gen.cs @@ -8,14 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1Segmentation { [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1SegmentationFeatureEnabled FeatureEnabled; [NativeTypeName("int16_t[8][8]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1SegmentationFeatureData FeatureData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SegmentationFeatureData.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SegmentationFeatureData.gen.cs index a276c28b4e..99254ceb7a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SegmentationFeatureData.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SegmentationFeatureData.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8 * 8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1SegmentationFeatureData { - [SupportedApiProfile("vulkan")] public short E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SegmentationFeatureEnabled.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SegmentationFeatureEnabled.gen.cs index 15295b9070..67ba72d8fa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SegmentationFeatureEnabled.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SegmentationFeatureEnabled.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1SegmentationFeatureEnabled { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SequenceHeader.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SequenceHeader.gen.cs index 57b0f3826b..def24180b9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SequenceHeader.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SequenceHeader.gen.cs @@ -8,60 +8,44 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoAV1SequenceHeader { - [SupportedApiProfile("vulkan")] public StdVideoAV1SequenceHeaderFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoAV1Profile SeqProfile; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte FrameWidthBitsMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte FrameHeightBitsMinus1; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort MaxFrameWidthMinus1; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort MaxFrameHeightMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte DeltaFrameIdLengthMinus2; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte AdditionalFrameIdLengthMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte OrderHintBitsMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SeqForceIntegerMv; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SeqForceScreenContentTools; [NativeTypeName("uint8_t[5]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1SequenceHeaderReserved1 Reserved1; [NativeTypeName("const StdVideoAV1ColorConfig *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1ColorConfig* PColorConfig; [NativeTypeName("const StdVideoAV1TimingInfo *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1TimingInfo* PTimingInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SequenceHeaderFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SequenceHeaderFlags.gen.cs index 1e13fd3051..96f2d81455 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SequenceHeaderFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SequenceHeaderFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1SequenceHeaderFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint still_picture + public uint StillPicture { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint still_picture } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint reduced_still_picture_header + public uint ReducedStillPictureHeader { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint reduced_still_picture_header } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint use_128x128_superblock + public uint Use128X128Superblock { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint use_128x128_superblock } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint enable_filter_intra + public uint EnableFilterIntra { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint enable_filter_intra } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint enable_intra_edge_filter + public uint EnableIntraEdgeFilter { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -65,8 +58,7 @@ public uint enable_intra_edge_filter } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint enable_interintra_compound + public uint EnableInterintraCompound { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } @@ -75,8 +67,7 @@ public uint enable_interintra_compound } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint enable_masked_compound + public uint EnableMaskedCompound { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 6) & 0x1u; } @@ -85,8 +76,7 @@ public uint enable_masked_compound } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint enable_warped_motion + public uint EnableWarpedMotion { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 7) & 0x1u; } @@ -95,8 +85,7 @@ public uint enable_warped_motion } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint enable_dual_filter + public uint EnableDualFilter { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 8) & 0x1u; } @@ -105,8 +94,7 @@ public uint enable_dual_filter } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint enable_order_hint + public uint EnableOrderHint { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 9) & 0x1u; } @@ -115,8 +103,7 @@ public uint enable_order_hint } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint enable_jnt_comp + public uint EnableJntComp { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 10) & 0x1u; } @@ -125,8 +112,7 @@ public uint enable_jnt_comp } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint enable_ref_frame_mvs + public uint EnableRefFrameMvs { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 11) & 0x1u; } @@ -135,8 +121,7 @@ public uint enable_ref_frame_mvs } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint frame_id_numbers_present_flag + public uint FrameIdNumbersPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 12) & 0x1u; } @@ -145,8 +130,7 @@ public uint frame_id_numbers_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint enable_superres + public uint EnableSuperres { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 13) & 0x1u; } @@ -155,8 +139,7 @@ public uint enable_superres } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint enable_cdef + public uint EnableCdef { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 14) & 0x1u; } @@ -165,8 +148,7 @@ public uint enable_cdef } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint enable_restoration + public uint EnableRestoration { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 15) & 0x1u; } @@ -175,8 +157,7 @@ public uint enable_restoration } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint film_grain_params_present + public uint FilmGrainParamsPresent { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 16) & 0x1u; } @@ -185,8 +166,7 @@ public uint film_grain_params_present } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint timing_info_present_flag + public uint TimingInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 17) & 0x1u; } @@ -195,8 +175,7 @@ public uint timing_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint initial_display_delay_present_flag + public uint InitialDisplayDelayPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 18) & 0x1u; } @@ -205,8 +184,7 @@ public uint initial_display_delay_present_flag } [NativeTypeName("uint32_t : 13")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 19) & 0x1FFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SequenceHeaderReserved1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SequenceHeaderReserved1.gen.cs index 395b178be5..9ab006b0ae 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SequenceHeaderReserved1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1SequenceHeaderReserved1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(5)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1SequenceHeaderReserved1 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TileInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TileInfo.gen.cs index e5e137eeed..b5fb45e4aa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TileInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TileInfo.gen.cs @@ -7,45 +7,34 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoAV1TileInfo { - [SupportedApiProfile("vulkan")] public StdVideoAV1TileInfoFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TileCols; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TileRows; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort ContextUpdateTileId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TileSizeBytesMinus1; [NativeTypeName("uint8_t[7]")] - [SupportedApiProfile("vulkan")] public StdVideoAV1TileInfoReserved1 Reserved1; [NativeTypeName("const uint16_t *")] - [SupportedApiProfile("vulkan")] public ushort* PMiColStarts; [NativeTypeName("const uint16_t *")] - [SupportedApiProfile("vulkan")] public ushort* PMiRowStarts; [NativeTypeName("const uint16_t *")] - [SupportedApiProfile("vulkan")] public ushort* PWidthInSbsMinus1; [NativeTypeName("const uint16_t *")] - [SupportedApiProfile("vulkan")] public ushort* PHeightInSbsMinus1; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TileInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TileInfoFlags.gen.cs index b9590396e7..4cca7d6a97 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TileInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TileInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1TileInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint uniform_tile_spacing_flag + public uint UniformTileSpacingFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint uniform_tile_spacing_flag } [NativeTypeName("uint32_t : 31")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x7FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TileInfoReserved1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TileInfoReserved1.gen.cs index d5630a7c58..4a7e58a6b8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TileInfoReserved1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TileInfoReserved1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1TileInfoReserved1 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TimingInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TimingInfo.gen.cs index 7386e9322b..2b75cf8186 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TimingInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TimingInfo.gen.cs @@ -8,21 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1TimingInfo { - [SupportedApiProfile("vulkan")] public StdVideoAV1TimingInfoFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint NumUnitsInDisplayTick; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint TimeScale; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint NumTicksPerPictureMinus1; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TimingInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TimingInfoFlags.gen.cs index f64b10f56f..543e124a75 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TimingInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TimingInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoAV1TimingInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint equal_picture_interval + public uint EqualPictureInterval { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint equal_picture_interval } [NativeTypeName("uint32_t : 31")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x7FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TransferCharacteristics.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TransferCharacteristics.gen.cs index d9b84e86bc..c23746e589 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TransferCharacteristics.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TransferCharacteristics.gen.cs @@ -7,64 +7,25 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoAV1TransferCharacteristics : uint { - [SupportedApiProfile("vulkan")] Reserved0 = 0, - - [SupportedApiProfile("vulkan")] Bt709 = 1, - - [SupportedApiProfile("vulkan")] Unspecified = 2, - - [SupportedApiProfile("vulkan")] Reserved3 = 3, - - [SupportedApiProfile("vulkan")] Bt470M = 4, - - [SupportedApiProfile("vulkan")] Bt470BG = 5, - - [SupportedApiProfile("vulkan")] Bt601 = 6, - - [SupportedApiProfile("vulkan")] Smpte240 = 7, - - [SupportedApiProfile("vulkan")] Linear = 8, - - [SupportedApiProfile("vulkan")] Log100 = 9, - - [SupportedApiProfile("vulkan")] Log100Sqrt10 = 10, - - [SupportedApiProfile("vulkan")] Iec61966 = 11, - - [SupportedApiProfile("vulkan")] Bt1361 = 12, - - [SupportedApiProfile("vulkan")] Srgb = 13, - - [SupportedApiProfile("vulkan")] Bt2020X10Bit = 14, - - [SupportedApiProfile("vulkan")] Bt2020X12Bit = 15, - - [SupportedApiProfile("vulkan")] Smpte2084 = 16, - - [SupportedApiProfile("vulkan")] Smpte428 = 17, - - [SupportedApiProfile("vulkan")] Hlg = 18, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TxMode.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TxMode.gen.cs index a43c9071db..228246df5c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TxMode.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoAV1TxMode.gen.cs @@ -7,16 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoAV1TxMode : uint { - [SupportedApiProfile("vulkan")] Only4X4 = 0, - - [SupportedApiProfile("vulkan")] Largest = 1, - - [SupportedApiProfile("vulkan")] Select = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfo.gen.cs index 91b11b0386..ab5cd4a9ee 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfo.gen.cs @@ -8,98 +8,70 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoDecodeAV1PictureInfo { - [SupportedApiProfile("vulkan")] public StdVideoDecodeAV1PictureInfoFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoAV1FrameType FrameType; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint CurrentFrameId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte OrderHint; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PrimaryRefFrame; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte RefreshFrameFlags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved1; - - [SupportedApiProfile("vulkan")] public StdVideoAV1InterpolationFilter InterpolationFilter; - - [SupportedApiProfile("vulkan")] public StdVideoAV1TxMode TxMode; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte DeltaQRes; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte DeltaLfRes; [NativeTypeName("uint8_t[2]")] - [SupportedApiProfile("vulkan")] public StdVideoDecodeAV1PictureInfoSkipModeFrame SkipModeFrame; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CodedDenom; [NativeTypeName("uint8_t[3]")] - [SupportedApiProfile("vulkan")] public StdVideoDecodeAV1PictureInfoReserved2 Reserved2; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoDecodeAV1PictureInfoOrderHints OrderHints; [NativeTypeName("uint32_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoDecodeAV1PictureInfoExpectedFrameId ExpectedFrameId; [NativeTypeName("const StdVideoAV1TileInfo *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1TileInfo* PTileInfo; [NativeTypeName("const StdVideoAV1Quantization *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1Quantization* PQuantization; [NativeTypeName("const StdVideoAV1Segmentation *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1Segmentation* PSegmentation; [NativeTypeName("const StdVideoAV1LoopFilter *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1LoopFilter* PLoopFilter; [NativeTypeName("const StdVideoAV1CDEF *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1CDEF* Pcdef; [NativeTypeName("const StdVideoAV1LoopRestoration *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1LoopRestoration* PLoopRestoration; [NativeTypeName("const StdVideoAV1GlobalMotion *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1GlobalMotion* PGlobalMotion; [NativeTypeName("const StdVideoAV1FilmGrain *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1FilmGrain* PFilmGrain; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoExpectedFrameId.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoExpectedFrameId.gen.cs index 10aeabf172..077d3bd6c3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoExpectedFrameId.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoExpectedFrameId.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeAV1PictureInfoExpectedFrameId { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoFlags.gen.cs index c9ecabbcb8..16488172ab 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoFlags.gen.cs @@ -7,15 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeAV1PictureInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint error_resilient_mode + public uint ErrorResilientMode { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -24,8 +21,7 @@ public uint error_resilient_mode } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint disable_cdf_update + public uint DisableCdfUpdate { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -34,8 +30,7 @@ public uint disable_cdf_update } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint use_superres + public uint UseSuperres { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -44,8 +39,7 @@ public uint use_superres } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint render_and_frame_size_different + public uint RenderAndFrameSizeDifferent { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -54,8 +48,7 @@ public uint render_and_frame_size_different } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint allow_screen_content_tools + public uint AllowScreenContentTools { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -64,8 +57,7 @@ public uint allow_screen_content_tools } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint is_filter_switchable + public uint IsFilterSwitchable { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } @@ -74,8 +66,7 @@ public uint is_filter_switchable } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint force_integer_mv + public uint ForceIntegerMv { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 6) & 0x1u; } @@ -84,8 +75,7 @@ public uint force_integer_mv } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint frame_size_override_flag + public uint FrameSizeOverrideFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 7) & 0x1u; } @@ -94,8 +84,7 @@ public uint frame_size_override_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint buffer_removal_time_present_flag + public uint BufferRemovalTimePresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 8) & 0x1u; } @@ -104,8 +93,7 @@ public uint buffer_removal_time_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint allow_intrabc + public uint AllowIntrabc { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 9) & 0x1u; } @@ -114,8 +102,7 @@ public uint allow_intrabc } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint frame_refs_short_signaling + public uint FrameRefsShortSignaling { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 10) & 0x1u; } @@ -124,8 +111,7 @@ public uint frame_refs_short_signaling } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint allow_high_precision_mv + public uint AllowHighPrecisionMv { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 11) & 0x1u; } @@ -134,8 +120,7 @@ public uint allow_high_precision_mv } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint is_motion_mode_switchable + public uint IsMotionModeSwitchable { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 12) & 0x1u; } @@ -144,8 +129,7 @@ public uint is_motion_mode_switchable } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint use_ref_frame_mvs + public uint UseRefFrameMvs { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 13) & 0x1u; } @@ -154,8 +138,7 @@ public uint use_ref_frame_mvs } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint disable_frame_end_update_cdf + public uint DisableFrameEndUpdateCdf { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 14) & 0x1u; } @@ -164,8 +147,7 @@ public uint disable_frame_end_update_cdf } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint allow_warped_motion + public uint AllowWarpedMotion { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 15) & 0x1u; } @@ -174,8 +156,7 @@ public uint allow_warped_motion } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint reduced_tx_set + public uint ReducedTxSet { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 16) & 0x1u; } @@ -184,8 +165,7 @@ public uint reduced_tx_set } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint reference_select + public uint ReferenceSelect { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 17) & 0x1u; } @@ -194,8 +174,7 @@ public uint reference_select } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint skip_mode_present + public uint SkipModePresent { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 18) & 0x1u; } @@ -204,8 +183,7 @@ public uint skip_mode_present } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint delta_q_present + public uint DeltaQPresent { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 19) & 0x1u; } @@ -214,8 +192,7 @@ public uint delta_q_present } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint delta_lf_present + public uint DeltaLfPresent { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 20) & 0x1u; } @@ -224,8 +201,7 @@ public uint delta_lf_present } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint delta_lf_multi + public uint DeltaLfMulti { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 21) & 0x1u; } @@ -234,8 +210,7 @@ public uint delta_lf_multi } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_enabled + public uint SegmentationEnabled { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 22) & 0x1u; } @@ -244,8 +219,7 @@ public uint segmentation_enabled } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_update_map + public uint SegmentationUpdateMap { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 23) & 0x1u; } @@ -254,8 +228,7 @@ public uint segmentation_update_map } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_temporal_update + public uint SegmentationTemporalUpdate { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 24) & 0x1u; } @@ -264,8 +237,7 @@ public uint segmentation_temporal_update } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_update_data + public uint SegmentationUpdateData { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 25) & 0x1u; } @@ -274,7 +246,6 @@ public uint segmentation_update_data } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] public uint UsesLr { [MethodImpl(MethodImplOptions.AggressiveInlining)] @@ -284,8 +255,7 @@ public uint UsesLr } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint usesChromaLr + public uint UsesChromaLr { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 27) & 0x1u; } @@ -294,8 +264,7 @@ public uint usesChromaLr } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint apply_grain + public uint ApplyGrain { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 28) & 0x1u; } @@ -304,8 +273,7 @@ public uint apply_grain } [NativeTypeName("uint32_t : 3")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 29) & 0x7u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoOrderHints.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoOrderHints.gen.cs index 71f3342b24..947f8f6ede 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoOrderHints.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoOrderHints.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeAV1PictureInfoOrderHints { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoReserved2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoReserved2.gen.cs index 22dd25b103..536e8b43a5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoReserved2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoReserved2.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeAV1PictureInfoReserved2 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoSkipModeFrame.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoSkipModeFrame.gen.cs index 40ebbc503e..849abfd639 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoSkipModeFrame.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1PictureInfoSkipModeFrame.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeAV1PictureInfoSkipModeFrame { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1ReferenceInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1ReferenceInfo.gen.cs index c5fc969048..f3ce2ab25d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1ReferenceInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1ReferenceInfo.gen.cs @@ -7,25 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeAV1ReferenceInfo { - [SupportedApiProfile("vulkan")] public StdVideoDecodeAV1ReferenceInfoFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte FrameType; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte RefFrameSignBias; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte OrderHint; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoDecodeAV1ReferenceInfoSavedOrderHints SavedOrderHints; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1ReferenceInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1ReferenceInfoFlags.gen.cs index 1426d2cbcf..56c68f90fc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1ReferenceInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1ReferenceInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeAV1ReferenceInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint disable_frame_end_update_cdf + public uint DisableFrameEndUpdateCdf { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint disable_frame_end_update_cdf } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_enabled + public uint SegmentationEnabled { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint segmentation_enabled } [NativeTypeName("uint32_t : 30")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x3FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1ReferenceInfoSavedOrderHints.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1ReferenceInfoSavedOrderHints.gen.cs index cbc78644ec..47eb15e8cc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1ReferenceInfoSavedOrderHints.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeAV1ReferenceInfoSavedOrderHints.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeAV1ReferenceInfoSavedOrderHints { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264FieldOrderCount.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264FieldOrderCount.gen.cs index 1d061f7072..e0748e42bb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264FieldOrderCount.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264FieldOrderCount.gen.cs @@ -8,13 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoDecodeH264FieldOrderCount : uint { - [SupportedApiProfile("vulkan")] Top = 0, - - [SupportedApiProfile("vulkan")] Bottom = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264PictureInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264PictureInfo.gen.cs index 146a27348e..e64129622a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264PictureInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264PictureInfo.gen.cs @@ -8,37 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH264PictureInfo { - [SupportedApiProfile("vulkan")] public StdVideoDecodeH264PictureInfoFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SeqParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PicParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved2; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort FrameNum; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort IdrPicId; [NativeTypeName("int32_t[2]")] - [SupportedApiProfile("vulkan")] public StdVideoDecodeH264PictureInfoPicOrderCnt PicOrderCnt; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264PictureInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264PictureInfoFlags.gen.cs index de04753d0a..a1377cb9ae 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264PictureInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264PictureInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH264PictureInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint field_pic_flag + public uint FieldPicFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint field_pic_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint is_intra + public uint IsIntra { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,7 +31,6 @@ public uint is_intra } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] public uint IdrPicFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] @@ -45,8 +40,7 @@ public uint IdrPicFlag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint bottom_field_flag + public uint BottomFieldFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint bottom_field_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint is_reference + public uint IsReference { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -65,8 +58,7 @@ public uint is_reference } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint complementary_field_pair + public uint ComplementaryFieldPair { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264PictureInfoPicOrderCnt.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264PictureInfoPicOrderCnt.gen.cs index d1c8b0127e..26a76645a0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264PictureInfoPicOrderCnt.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264PictureInfoPicOrderCnt.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH264PictureInfoPicOrderCnt { - [SupportedApiProfile("vulkan")] public int E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264ReferenceInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264ReferenceInfo.gen.cs index 137ba09c23..c883dae0ef 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264ReferenceInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264ReferenceInfo.gen.cs @@ -8,21 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH264ReferenceInfo { - [SupportedApiProfile("vulkan")] public StdVideoDecodeH264ReferenceInfoFlags Flags; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort FrameNum; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort Reserved; [NativeTypeName("int32_t[2]")] - [SupportedApiProfile("vulkan")] public StdVideoDecodeH264ReferenceInfoPicOrderCnt PicOrderCnt; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264ReferenceInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264ReferenceInfoFlags.gen.cs index aca2e9a871..20de2e27d4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264ReferenceInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264ReferenceInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH264ReferenceInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint top_field_flag + public uint TopFieldFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint top_field_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint bottom_field_flag + public uint BottomFieldFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint bottom_field_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint used_for_long_term_reference + public uint UsedForLongTermReference { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint used_for_long_term_reference } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint is_non_existing + public uint IsNonExisting { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264ReferenceInfoPicOrderCnt.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264ReferenceInfoPicOrderCnt.gen.cs index 333ccb332d..4250d7f1f8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264ReferenceInfoPicOrderCnt.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH264ReferenceInfoPicOrderCnt.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH264ReferenceInfoPicOrderCnt { - [SupportedApiProfile("vulkan")] public int E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfo.gen.cs index d24af76296..2d699f1736 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfo.gen.cs @@ -7,49 +7,37 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH265PictureInfo { - [SupportedApiProfile("vulkan")] public StdVideoDecodeH265PictureInfoFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SpsVideoParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PpsSeqParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PpsPicParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumDeltaPocsOfRefRpsIdx; [NativeTypeName("int32_t")] - [SupportedApiProfile("vulkan")] public int PicOrderCntVal; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort NumBitsForSTRefPicSetInSlice; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort Reserved; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoDecodeH265PictureInfoRefPicSetStCurrBefore RefPicSetStCurrBefore; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoDecodeH265PictureInfoRefPicSetStCurrAfter RefPicSetStCurrAfter; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoDecodeH265PictureInfoRefPicSetLtCurr RefPicSetLtCurr; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoFlags.gen.cs index 9e17dfbeb9..b88551d458 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoFlags.gen.cs @@ -8,14 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH265PictureInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] public uint IrapPicFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] @@ -25,7 +22,6 @@ public uint IrapPicFlag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] public uint IdrPicFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] @@ -35,7 +31,6 @@ public uint IdrPicFlag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] public uint IsReference { [MethodImpl(MethodImplOptions.AggressiveInlining)] @@ -45,8 +40,7 @@ public uint IsReference } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint short_term_ref_pic_set_sps_flag + public uint ShortTermRefPicSetSpsFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoRefPicSetLtCurr.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoRefPicSetLtCurr.gen.cs index a321858fb0..f37d88d6a6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoRefPicSetLtCurr.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoRefPicSetLtCurr.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH265PictureInfoRefPicSetLtCurr { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoRefPicSetStCurrAfter.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoRefPicSetStCurrAfter.gen.cs index bdae741f31..687b1670ed 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoRefPicSetStCurrAfter.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoRefPicSetStCurrAfter.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH265PictureInfoRefPicSetStCurrAfter { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoRefPicSetStCurrBefore.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoRefPicSetStCurrBefore.gen.cs index 8802dda557..6549d95a0b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoRefPicSetStCurrBefore.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265PictureInfoRefPicSetStCurrBefore.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH265PictureInfoRefPicSetStCurrBefore { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265ReferenceInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265ReferenceInfo.gen.cs index ac6c7611e8..cabc6d667b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265ReferenceInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265ReferenceInfo.gen.cs @@ -8,13 +8,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH265ReferenceInfo { - [SupportedApiProfile("vulkan")] public StdVideoDecodeH265ReferenceInfoFlags Flags; [NativeTypeName("int32_t")] - [SupportedApiProfile("vulkan")] public int PicOrderCntVal; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265ReferenceInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265ReferenceInfoFlags.gen.cs index 408603d289..d78544e050 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265ReferenceInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeH265ReferenceInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeH265ReferenceInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint used_for_long_term_reference + public uint UsedForLongTermReference { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint used_for_long_term_reference } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint unused_for_reference + public uint UnusedForReference { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeVP9PictureInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeVP9PictureInfo.gen.cs index 5758df5824..d09c0b40a7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeVP9PictureInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeVP9PictureInfo.gen.cs @@ -8,74 +8,52 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoDecodeVP9PictureInfo { - [SupportedApiProfile("vulkan")] public StdVideoDecodeVP9PictureInfoFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoVP9Profile Profile; - - [SupportedApiProfile("vulkan")] public StdVideoVP9FrameType FrameType; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte FrameContextIdx; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ResetFrameContext; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte RefreshFrameFlags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte RefFrameSignBiasMask; - - [SupportedApiProfile("vulkan")] public StdVideoVP9InterpolationFilter InterpolationFilter; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte BaseQIdx; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte DeltaQYDc; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte DeltaQUvDc; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte DeltaQUvAc; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TileColsLog2; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TileRowsLog2; [NativeTypeName("uint16_t[3]")] - [SupportedApiProfile("vulkan")] public StdVideoDecodeVP9PictureInfoReserved1 Reserved1; [NativeTypeName("const StdVideoVP9ColorConfig *")] - [SupportedApiProfile("vulkan")] public StdVideoVP9ColorConfig* PColorConfig; [NativeTypeName("const StdVideoVP9LoopFilter *")] - [SupportedApiProfile("vulkan")] public StdVideoVP9LoopFilter* PLoopFilter; [NativeTypeName("const StdVideoVP9Segmentation *")] - [SupportedApiProfile("vulkan")] public StdVideoVP9Segmentation* PSegmentation; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeVP9PictureInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeVP9PictureInfoFlags.gen.cs index f8c35da169..e811c88360 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeVP9PictureInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeVP9PictureInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeVP9PictureInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint error_resilient_mode + public uint ErrorResilientMode { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint error_resilient_mode } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint intra_only + public uint IntraOnly { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint intra_only } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint allow_high_precision_mv + public uint AllowHighPrecisionMv { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint allow_high_precision_mv } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint refresh_frame_context + public uint RefreshFrameContext { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint refresh_frame_context } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint frame_parallel_decoding_mode + public uint FrameParallelDecodingMode { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -65,8 +58,7 @@ public uint frame_parallel_decoding_mode } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_enabled + public uint SegmentationEnabled { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } @@ -75,8 +67,7 @@ public uint segmentation_enabled } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint show_frame + public uint ShowFrame { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 6) & 0x1u; } @@ -85,7 +76,6 @@ public uint show_frame } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] public uint UsePrevFrameMvs { [MethodImpl(MethodImplOptions.AggressiveInlining)] @@ -95,8 +85,7 @@ public uint UsePrevFrameMvs } [NativeTypeName("uint32_t : 24")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 8) & 0xFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeVP9PictureInfoReserved1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeVP9PictureInfoReserved1.gen.cs index 2eb9692477..22b5b55060 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeVP9PictureInfoReserved1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoDecodeVP9PictureInfoReserved1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoDecodeVP9PictureInfoReserved1 { - [SupportedApiProfile("vulkan")] public ushort E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1DecoderModelInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1DecoderModelInfo.gen.cs index fca0d283e4..49af31ff0a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1DecoderModelInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1DecoderModelInfo.gen.cs @@ -7,26 +7,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeAV1DecoderModelInfo { [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte BufferDelayLengthMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte BufferRemovalTimeLengthMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte FramePresentationTimeLengthMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved1; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint NumUnitsInDecodingTick; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ExtensionHeader.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ExtensionHeader.gen.cs index 5aeca78010..11ff0a9868 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ExtensionHeader.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ExtensionHeader.gen.cs @@ -8,14 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeAV1ExtensionHeader { [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TemporalId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SpatialId; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1OperatingPointInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1OperatingPointInfo.gen.cs index 9f9c349106..c980d1443c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1OperatingPointInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1OperatingPointInfo.gen.cs @@ -8,33 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeAV1OperatingPointInfo { - [SupportedApiProfile("vulkan")] public StdVideoEncodeAV1OperatingPointInfoFlags Flags; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort OperatingPointIdc; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SeqLevelIdx; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SeqTier; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint DecoderBufferDelay; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint EncoderBufferDelay; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte InitialDisplayDelayMinus1; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1OperatingPointInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1OperatingPointInfoFlags.gen.cs index b52c67a5b3..d48224f2dc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1OperatingPointInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1OperatingPointInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeAV1OperatingPointInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint decoder_model_present_for_this_op + public uint DecoderModelPresentForThisOp { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint decoder_model_present_for_this_op } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint low_delay_mode_flag + public uint LowDelayModeFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint low_delay_mode_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint initial_display_delay_present_for_this_op + public uint InitialDisplayDelayPresentForThisOp { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint initial_display_delay_present_for_this_op } [NativeTypeName("uint32_t : 29")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfo.gen.cs index f3c268bea1..a8a32fc229 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfo.gen.cs @@ -8,110 +8,79 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoEncodeAV1PictureInfo { - [SupportedApiProfile("vulkan")] public StdVideoEncodeAV1PictureInfoFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoAV1FrameType FrameType; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint FramePresentationTime; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint CurrentFrameId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte OrderHint; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PrimaryRefFrame; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte RefreshFrameFlags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CodedDenom; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort RenderWidthMinus1; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort RenderHeightMinus1; - - [SupportedApiProfile("vulkan")] public StdVideoAV1InterpolationFilter InterpolationFilter; - - [SupportedApiProfile("vulkan")] public StdVideoAV1TxMode TxMode; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte DeltaQRes; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte DeltaLfRes; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeAV1PictureInfoRefOrderHint RefOrderHint; [NativeTypeName("int8_t[7]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeAV1PictureInfoRefFrameIdx RefFrameIdx; [NativeTypeName("uint8_t[3]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeAV1PictureInfoReserved1 Reserved1; [NativeTypeName("uint32_t[7]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeAV1PictureInfoDeltaFrameIdMinus1 DeltaFrameIdMinus1; [NativeTypeName("const StdVideoAV1TileInfo *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1TileInfo* PTileInfo; [NativeTypeName("const StdVideoAV1Quantization *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1Quantization* PQuantization; [NativeTypeName("const StdVideoAV1Segmentation *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1Segmentation* PSegmentation; [NativeTypeName("const StdVideoAV1LoopFilter *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1LoopFilter* PLoopFilter; [NativeTypeName("const StdVideoAV1CDEF *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1CDEF* Pcdef; [NativeTypeName("const StdVideoAV1LoopRestoration *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1LoopRestoration* PLoopRestoration; [NativeTypeName("const StdVideoAV1GlobalMotion *")] - [SupportedApiProfile("vulkan")] public StdVideoAV1GlobalMotion* PGlobalMotion; [NativeTypeName("const StdVideoEncodeAV1ExtensionHeader *")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeAV1ExtensionHeader* PExtensionHeader; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile("vulkan")] public uint* PBufferRemovalTimes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoDeltaFrameIdMinus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoDeltaFrameIdMinus1.gen.cs index 982fa15b06..3d43a9262e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoDeltaFrameIdMinus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoDeltaFrameIdMinus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeAV1PictureInfoDeltaFrameIdMinus1 { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoFlags.gen.cs index ce00cc9289..057943fb10 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeAV1PictureInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint error_resilient_mode + public uint ErrorResilientMode { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint error_resilient_mode } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint disable_cdf_update + public uint DisableCdfUpdate { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint disable_cdf_update } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint use_superres + public uint UseSuperres { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint use_superres } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint render_and_frame_size_different + public uint RenderAndFrameSizeDifferent { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint render_and_frame_size_different } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint allow_screen_content_tools + public uint AllowScreenContentTools { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -65,8 +58,7 @@ public uint allow_screen_content_tools } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint is_filter_switchable + public uint IsFilterSwitchable { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } @@ -75,8 +67,7 @@ public uint is_filter_switchable } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint force_integer_mv + public uint ForceIntegerMv { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 6) & 0x1u; } @@ -85,8 +76,7 @@ public uint force_integer_mv } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint frame_size_override_flag + public uint FrameSizeOverrideFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 7) & 0x1u; } @@ -95,8 +85,7 @@ public uint frame_size_override_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint buffer_removal_time_present_flag + public uint BufferRemovalTimePresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 8) & 0x1u; } @@ -105,8 +94,7 @@ public uint buffer_removal_time_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint allow_intrabc + public uint AllowIntrabc { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 9) & 0x1u; } @@ -115,8 +103,7 @@ public uint allow_intrabc } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint frame_refs_short_signaling + public uint FrameRefsShortSignaling { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 10) & 0x1u; } @@ -125,8 +112,7 @@ public uint frame_refs_short_signaling } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint allow_high_precision_mv + public uint AllowHighPrecisionMv { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 11) & 0x1u; } @@ -135,8 +121,7 @@ public uint allow_high_precision_mv } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint is_motion_mode_switchable + public uint IsMotionModeSwitchable { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 12) & 0x1u; } @@ -145,8 +130,7 @@ public uint is_motion_mode_switchable } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint use_ref_frame_mvs + public uint UseRefFrameMvs { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 13) & 0x1u; } @@ -155,8 +139,7 @@ public uint use_ref_frame_mvs } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint disable_frame_end_update_cdf + public uint DisableFrameEndUpdateCdf { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 14) & 0x1u; } @@ -165,8 +148,7 @@ public uint disable_frame_end_update_cdf } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint allow_warped_motion + public uint AllowWarpedMotion { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 15) & 0x1u; } @@ -175,8 +157,7 @@ public uint allow_warped_motion } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint reduced_tx_set + public uint ReducedTxSet { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 16) & 0x1u; } @@ -185,8 +166,7 @@ public uint reduced_tx_set } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint skip_mode_present + public uint SkipModePresent { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 17) & 0x1u; } @@ -195,8 +175,7 @@ public uint skip_mode_present } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint delta_q_present + public uint DeltaQPresent { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 18) & 0x1u; } @@ -205,8 +184,7 @@ public uint delta_q_present } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint delta_lf_present + public uint DeltaLfPresent { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 19) & 0x1u; } @@ -215,8 +193,7 @@ public uint delta_lf_present } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint delta_lf_multi + public uint DeltaLfMulti { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 20) & 0x1u; } @@ -225,8 +202,7 @@ public uint delta_lf_multi } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_enabled + public uint SegmentationEnabled { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 21) & 0x1u; } @@ -235,8 +211,7 @@ public uint segmentation_enabled } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_update_map + public uint SegmentationUpdateMap { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 22) & 0x1u; } @@ -245,8 +220,7 @@ public uint segmentation_update_map } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_temporal_update + public uint SegmentationTemporalUpdate { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 23) & 0x1u; } @@ -255,8 +229,7 @@ public uint segmentation_temporal_update } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_update_data + public uint SegmentationUpdateData { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 24) & 0x1u; } @@ -265,7 +238,6 @@ public uint segmentation_update_data } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] public uint UsesLr { [MethodImpl(MethodImplOptions.AggressiveInlining)] @@ -275,8 +247,7 @@ public uint UsesLr } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint usesChromaLr + public uint UsesChromaLr { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 26) & 0x1u; } @@ -285,8 +256,7 @@ public uint usesChromaLr } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint show_frame + public uint ShowFrame { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 27) & 0x1u; } @@ -295,8 +265,7 @@ public uint show_frame } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint showable_frame + public uint ShowableFrame { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 28) & 0x1u; } @@ -305,8 +274,7 @@ public uint showable_frame } [NativeTypeName("uint32_t : 3")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 29) & 0x7u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoRefFrameIdx.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoRefFrameIdx.gen.cs index d38b988e67..49910b7735 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoRefFrameIdx.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoRefFrameIdx.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeAV1PictureInfoRefFrameIdx { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoRefOrderHint.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoRefOrderHint.gen.cs index ef341cfc0f..251504b465 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoRefOrderHint.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoRefOrderHint.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeAV1PictureInfoRefOrderHint { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoReserved1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoReserved1.gen.cs index e0c2fc8a64..27c0eda005 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoReserved1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1PictureInfoReserved1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeAV1PictureInfoReserved1 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ReferenceInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ReferenceInfo.gen.cs index 896e8d2fd3..00e9baea5d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ReferenceInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ReferenceInfo.gen.cs @@ -8,28 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoEncodeAV1ReferenceInfo { - [SupportedApiProfile("vulkan")] public StdVideoEncodeAV1ReferenceInfoFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint RefFrameId; - - [SupportedApiProfile("vulkan")] public StdVideoAV1FrameType FrameType; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte OrderHint; [NativeTypeName("uint8_t[3]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeAV1ReferenceInfoReserved1 Reserved1; [NativeTypeName("const StdVideoEncodeAV1ExtensionHeader *")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeAV1ExtensionHeader* PExtensionHeader; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ReferenceInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ReferenceInfoFlags.gen.cs index db3d2dc9c6..45ffd0d80d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ReferenceInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ReferenceInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeAV1ReferenceInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint disable_frame_end_update_cdf + public uint DisableFrameEndUpdateCdf { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint disable_frame_end_update_cdf } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_enabled + public uint SegmentationEnabled { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint segmentation_enabled } [NativeTypeName("uint32_t : 30")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x3FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ReferenceInfoReserved1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ReferenceInfoReserved1.gen.cs index 90cae5e05e..8d1633dd92 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ReferenceInfoReserved1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeAV1ReferenceInfoReserved1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeAV1ReferenceInfoReserved1 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264PictureInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264PictureInfo.gen.cs index 4e5d8ddc7f..cbbbe31bf0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264PictureInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264PictureInfo.gen.cs @@ -8,44 +8,32 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoEncodeH264PictureInfo { - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264PictureInfoFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SeqParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PicParameterSetId; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort IdrPicId; - - [SupportedApiProfile("vulkan")] public StdVideoH264PictureType PrimaryPicType; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint FrameNum; [NativeTypeName("int32_t")] - [SupportedApiProfile("vulkan")] public int PicOrderCnt; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TemporalId; [NativeTypeName("uint8_t[3]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264PictureInfoReserved1 Reserved1; [NativeTypeName("const StdVideoEncodeH264ReferenceListsInfo *")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264ReferenceListsInfo* PRefLists; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264PictureInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264PictureInfoFlags.gen.cs index b953d69b82..23b83b5d66 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264PictureInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264PictureInfoFlags.gen.cs @@ -7,14 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264PictureInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] public uint IdrPicFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] @@ -24,8 +21,7 @@ public uint IdrPicFlag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint is_reference + public uint IsReference { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -34,8 +30,7 @@ public uint is_reference } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint no_output_of_prior_pics_flag + public uint NoOutputOfPriorPicsFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -44,8 +39,7 @@ public uint no_output_of_prior_pics_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint long_term_reference_flag + public uint LongTermReferenceFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -54,8 +48,7 @@ public uint long_term_reference_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint adaptive_ref_pic_marking_mode_flag + public uint AdaptiveRefPicMarkingModeFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -64,8 +57,7 @@ public uint adaptive_ref_pic_marking_mode_flag } [NativeTypeName("uint32_t : 27")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x7FFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264PictureInfoReserved1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264PictureInfoReserved1.gen.cs index 839bf8086f..8845ae9934 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264PictureInfoReserved1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264PictureInfoReserved1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264PictureInfoReserved1 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264RefListModEntry.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264RefListModEntry.gen.cs index d4bd716381..e828b3929f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264RefListModEntry.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264RefListModEntry.gen.cs @@ -8,17 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264RefListModEntry { - [SupportedApiProfile("vulkan")] public StdVideoH264ModificationOfPicNumsIdc ModificationOfPicNumsIdc; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort AbsDiffPicNumMinus1; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort LongTermPicNum; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264RefPicMarkingEntry.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264RefPicMarkingEntry.gen.cs index 91afdac0eb..1478718a5e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264RefPicMarkingEntry.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264RefPicMarkingEntry.gen.cs @@ -8,25 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264RefPicMarkingEntry { - [SupportedApiProfile("vulkan")] public StdVideoH264MemMgmtControlOp MemoryManagementControlOperation; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort DifferenceOfPicNumsMinus1; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort LongTermPicNum; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort LongTermFrameIdx; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort MaxLongTermFrameIdxPlus1; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceInfo.gen.cs index 116cee9195..d8edcccb54 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceInfo.gen.cs @@ -8,32 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264ReferenceInfo { - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264ReferenceInfoFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoH264PictureType PrimaryPicType; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint FrameNum; [NativeTypeName("int32_t")] - [SupportedApiProfile("vulkan")] public int PicOrderCnt; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort LongTermPicNum; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort LongTermFrameIdx; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TemporalId; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceInfoFlags.gen.cs index ccc8ccb616..25906ed95d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264ReferenceInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint used_for_long_term_reference + public uint UsedForLongTermReference { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint used_for_long_term_reference } [NativeTypeName("uint32_t : 31")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x7FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfo.gen.cs index 6486dc94e4..9163f63a74 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfo.gen.cs @@ -8,53 +8,40 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoEncodeH264ReferenceListsInfo { - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264ReferenceListsInfoFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumRefIdxL0ActiveMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumRefIdxL1ActiveMinus1; [NativeTypeName("uint8_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264ReferenceListsInfoRefPicList0 RefPicList0; [NativeTypeName("uint8_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264ReferenceListsInfoRefPicList1 RefPicList1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte RefList0ModOpCount; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte RefList1ModOpCount; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte RefPicMarkingOpCount; [NativeTypeName("uint8_t[7]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264ReferenceListsInfoReserved1 Reserved1; [NativeTypeName("const StdVideoEncodeH264RefListModEntry *")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264RefListModEntry* PRefList0ModOperations; [NativeTypeName("const StdVideoEncodeH264RefListModEntry *")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264RefListModEntry* PRefList1ModOperations; [NativeTypeName("const StdVideoEncodeH264RefPicMarkingEntry *")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264RefPicMarkingEntry* PRefPicMarkingOperations; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoFlags.gen.cs index 04bc0746b4..a6549515b9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264ReferenceListsInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint ref_pic_list_modification_flag_l0 + public uint RefPicListModificationFlagL0 { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint ref_pic_list_modification_flag_l0 } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint ref_pic_list_modification_flag_l1 + public uint RefPicListModificationFlagL1 { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint ref_pic_list_modification_flag_l1 } [NativeTypeName("uint32_t : 30")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x3FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoRefPicList0.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoRefPicList0.gen.cs index bb4fcbc18b..1ae9dd8b38 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoRefPicList0.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoRefPicList0.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264ReferenceListsInfoRefPicList0 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoRefPicList1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoRefPicList1.gen.cs index ae4d688f72..db63f7222a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoRefPicList1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoRefPicList1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264ReferenceListsInfoRefPicList1 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoReserved1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoReserved1.gen.cs index c158b314fd..f8fa4c45b7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoReserved1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264ReferenceListsInfoReserved1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264ReferenceListsInfoReserved1 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264SliceHeader.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264SliceHeader.gen.cs index 3ccccac63b..c7c50a657e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264SliceHeader.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264SliceHeader.gen.cs @@ -8,42 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoEncodeH264SliceHeader { - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264SliceHeaderFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint FirstMbInSlice; - - [SupportedApiProfile("vulkan")] public StdVideoH264SliceType SliceType; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte SliceAlphaC0OffsetDiv2; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte SliceBetaOffsetDiv2; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte SliceQpDelta; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved1; - - [SupportedApiProfile("vulkan")] public StdVideoH264CabacInitIdc CabacInitIdc; - - [SupportedApiProfile("vulkan")] public StdVideoH264DisableDeblockingFilterIdc DisableDeblockingFilterIdc; [NativeTypeName("const StdVideoEncodeH264WeightTable *")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264WeightTable* PWeightTable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264SliceHeaderFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264SliceHeaderFlags.gen.cs index 1b5f6e2180..32c49bbfb7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264SliceHeaderFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264SliceHeaderFlags.gen.cs @@ -7,15 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264SliceHeaderFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint direct_spatial_mv_pred_flag + public uint DirectSpatialMvPredFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -24,8 +21,7 @@ public uint direct_spatial_mv_pred_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint num_ref_idx_active_override_flag + public uint NumRefIdxActiveOverrideFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -34,8 +30,7 @@ public uint num_ref_idx_active_override_flag } [NativeTypeName("uint32_t : 30")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x3FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTable.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTable.gen.cs index ad746f4105..613ea6fd18 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTable.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTable.gen.cs @@ -8,49 +8,37 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264WeightTable { - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264WeightTableFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte LumaLog2WeightDenom; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ChromaLog2WeightDenom; [NativeTypeName("int8_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264WeightTableLumaWeightL0 LumaWeightL0; [NativeTypeName("int8_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264WeightTableLumaOffsetL0 LumaOffsetL0; [NativeTypeName("int8_t[32][2]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264WeightTableChromaWeightL0 ChromaWeightL0; [NativeTypeName("int8_t[32][2]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264WeightTableChromaOffsetL0 ChromaOffsetL0; [NativeTypeName("int8_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264WeightTableLumaWeightL1 LumaWeightL1; [NativeTypeName("int8_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264WeightTableLumaOffsetL1 LumaOffsetL1; [NativeTypeName("int8_t[32][2]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264WeightTableChromaWeightL1 ChromaWeightL1; [NativeTypeName("int8_t[32][2]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH264WeightTableChromaOffsetL1 ChromaOffsetL1; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaOffsetL0.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaOffsetL0.gen.cs index 925f4a3d11..ffeaf0cc86 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaOffsetL0.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaOffsetL0.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32 * 2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264WeightTableChromaOffsetL0 { - [SupportedApiProfile("vulkan")] public sbyte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaOffsetL1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaOffsetL1.gen.cs index 5a2e2b508e..9a0f637832 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaOffsetL1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaOffsetL1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32 * 2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264WeightTableChromaOffsetL1 { - [SupportedApiProfile("vulkan")] public sbyte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaWeightL0.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaWeightL0.gen.cs index 9c3c1468c9..2a6ce1e928 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaWeightL0.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaWeightL0.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32 * 2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264WeightTableChromaWeightL0 { - [SupportedApiProfile("vulkan")] public sbyte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaWeightL1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaWeightL1.gen.cs index c8ca438a44..96e903d4d4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaWeightL1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableChromaWeightL1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32 * 2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264WeightTableChromaWeightL1 { - [SupportedApiProfile("vulkan")] public sbyte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableFlags.gen.cs index 5fd5994c86..355e7216fc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableFlags.gen.cs @@ -8,22 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264WeightTableFlags { [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint LumaWeightL0Flag; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint ChromaWeightL0Flag; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint LumaWeightL1Flag; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint ChromaWeightL1Flag; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaOffsetL0.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaOffsetL0.gen.cs index 485d678b54..719333bfd9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaOffsetL0.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaOffsetL0.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264WeightTableLumaOffsetL0 { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaOffsetL1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaOffsetL1.gen.cs index bf322d313f..dc4b7f3e61 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaOffsetL1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaOffsetL1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264WeightTableLumaOffsetL1 { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaWeightL0.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaWeightL0.gen.cs index c30a4589c7..179abf18a7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaWeightL0.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaWeightL0.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264WeightTableLumaWeightL0 { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaWeightL1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaWeightL1.gen.cs index 8476f7f643..5ee787aa10 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaWeightL1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH264WeightTableLumaWeightL1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH264WeightTableLumaWeightL1 { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPics.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPics.gen.cs index f847db9cb2..a15f0b79cd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPics.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPics.gen.cs @@ -7,34 +7,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265LongTermRefPics { [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumLongTermSps; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumLongTermPics; [NativeTypeName("uint8_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265LongTermRefPicsLtIdxSps LtIdxSps; [NativeTypeName("uint8_t[16]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265LongTermRefPicsPocLsbLt PocLsbLt; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort UsedByCurrPicLtFlag; [NativeTypeName("uint8_t[48]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265LongTermRefPicsDeltaPocMsbPresentFlag DeltaPocMsbPresentFlag; [NativeTypeName("uint8_t[48]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265LongTermRefPicsDeltaPocMsbCycleLt DeltaPocMsbCycleLt; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsDeltaPocMsbCycleLt.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsDeltaPocMsbCycleLt.gen.cs index 43bb7ba4c3..f20e6eb70a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsDeltaPocMsbCycleLt.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsDeltaPocMsbCycleLt.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(48)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265LongTermRefPicsDeltaPocMsbCycleLt { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsDeltaPocMsbPresentFlag.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsDeltaPocMsbPresentFlag.gen.cs index 8093d17ec3..ca228f1ae5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsDeltaPocMsbPresentFlag.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsDeltaPocMsbPresentFlag.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(48)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265LongTermRefPicsDeltaPocMsbPresentFlag { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsLtIdxSps.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsLtIdxSps.gen.cs index 33a1fdfee5..b38a9acec8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsLtIdxSps.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsLtIdxSps.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265LongTermRefPicsLtIdxSps { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsPocLsbLt.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsPocLsbLt.gen.cs index e5913a8fdf..119c3f08aa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsPocLsbLt.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265LongTermRefPicsPocLsbLt.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265LongTermRefPicsPocLsbLt { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265PictureInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265PictureInfo.gen.cs index 616c15c654..4acc9b9bb6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265PictureInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265PictureInfo.gen.cs @@ -8,52 +8,38 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoEncodeH265PictureInfo { - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265PictureInfoFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoH265PictureType PicType; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SpsVideoParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PpsSeqParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PpsPicParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ShortTermRefPicSetIdx; [NativeTypeName("int32_t")] - [SupportedApiProfile("vulkan")] public int PicOrderCntVal; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TemporalId; [NativeTypeName("uint8_t[7]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265PictureInfoReserved1 Reserved1; [NativeTypeName("const StdVideoEncodeH265ReferenceListsInfo *")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265ReferenceListsInfo* PRefLists; [NativeTypeName("const StdVideoH265ShortTermRefPicSet *")] - [SupportedApiProfile("vulkan")] public StdVideoH265ShortTermRefPicSet* PShortTermRefPicSet; [NativeTypeName("const StdVideoEncodeH265LongTermRefPics *")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265LongTermRefPics* PLongTermRefPics; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265PictureInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265PictureInfoFlags.gen.cs index 7c29e92784..e500bf4606 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265PictureInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265PictureInfoFlags.gen.cs @@ -7,15 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265PictureInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint is_reference + public uint IsReference { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -24,7 +21,6 @@ public uint is_reference } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] public uint IrapPicFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] @@ -34,8 +30,7 @@ public uint IrapPicFlag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint used_for_long_term_reference + public uint UsedForLongTermReference { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -44,8 +39,7 @@ public uint used_for_long_term_reference } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint discardable_flag + public uint DiscardableFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -54,8 +48,7 @@ public uint discardable_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint cross_layer_bla_flag + public uint CrossLayerBlaFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -64,8 +57,7 @@ public uint cross_layer_bla_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pic_output_flag + public uint PicOutputFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } @@ -74,8 +66,7 @@ public uint pic_output_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint no_output_of_prior_pics_flag + public uint NoOutputOfPriorPicsFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 6) & 0x1u; } @@ -84,8 +75,7 @@ public uint no_output_of_prior_pics_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint short_term_ref_pic_set_sps_flag + public uint ShortTermRefPicSetSpsFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 7) & 0x1u; } @@ -94,8 +84,7 @@ public uint short_term_ref_pic_set_sps_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint slice_temporal_mvp_enabled_flag + public uint SliceTemporalMvpEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 8) & 0x1u; } @@ -104,8 +93,7 @@ public uint slice_temporal_mvp_enabled_flag } [NativeTypeName("uint32_t : 23")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 9) & 0x7FFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265PictureInfoReserved1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265PictureInfoReserved1.gen.cs index 011cd2c806..2c5bd240cb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265PictureInfoReserved1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265PictureInfoReserved1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265PictureInfoReserved1 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceInfo.gen.cs index ec0392783c..a2fdd4a3be 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceInfo.gen.cs @@ -8,20 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265ReferenceInfo { - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265ReferenceInfoFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoH265PictureType PicType; [NativeTypeName("int32_t")] - [SupportedApiProfile("vulkan")] public int PicOrderCntVal; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TemporalId; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceInfoFlags.gen.cs index ff41e4264a..8077aea23a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceInfoFlags.gen.cs @@ -7,15 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265ReferenceInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint used_for_long_term_reference + public uint UsedForLongTermReference { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -24,8 +21,7 @@ public uint used_for_long_term_reference } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint unused_for_reference + public uint UnusedForReference { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -34,8 +30,7 @@ public uint unused_for_reference } [NativeTypeName("uint32_t : 30")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x3FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfo.gen.cs index 98128e256d..f937964db3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfo.gen.cs @@ -7,33 +7,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265ReferenceListsInfo { - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265ReferenceListsInfoFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumRefIdxL0ActiveMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumRefIdxL1ActiveMinus1; [NativeTypeName("uint8_t[15]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265ReferenceListsInfoRefPicList0 RefPicList0; [NativeTypeName("uint8_t[15]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265ReferenceListsInfoRefPicList1 RefPicList1; [NativeTypeName("uint8_t[15]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265ReferenceListsInfoListEntryL0 ListEntryL0; [NativeTypeName("uint8_t[15]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265ReferenceListsInfoListEntryL1 ListEntryL1; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoFlags.gen.cs index d5308501ea..38e71451a3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265ReferenceListsInfoFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint ref_pic_list_modification_flag_l0 + public uint RefPicListModificationFlagL0 { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint ref_pic_list_modification_flag_l0 } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint ref_pic_list_modification_flag_l1 + public uint RefPicListModificationFlagL1 { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint ref_pic_list_modification_flag_l1 } [NativeTypeName("uint32_t : 30")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x3FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoListEntryL0.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoListEntryL0.gen.cs index bee515f435..d50157051f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoListEntryL0.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoListEntryL0.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(15)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265ReferenceListsInfoListEntryL0 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoListEntryL1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoListEntryL1.gen.cs index 8be823f06a..5c6e985d57 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoListEntryL1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoListEntryL1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(15)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265ReferenceListsInfoListEntryL1 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoRefPicList0.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoRefPicList0.gen.cs index a911c3d727..8b15254d9c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoRefPicList0.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoRefPicList0.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(15)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265ReferenceListsInfoRefPicList0 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoRefPicList1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoRefPicList1.gen.cs index bf9e5d8a9e..7d75fd663b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoRefPicList1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265ReferenceListsInfoRefPicList1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(15)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265ReferenceListsInfoRefPicList1 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265SliceSegmentHeader.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265SliceSegmentHeader.gen.cs index 18df288512..33e1a51840 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265SliceSegmentHeader.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265SliceSegmentHeader.gen.cs @@ -8,64 +8,47 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoEncodeH265SliceSegmentHeader { - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265SliceSegmentHeaderFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoH265SliceType SliceType; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint SliceSegmentAddress; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CollocatedRefIdx; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte MaxNumMergeCand; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte SliceCbQpOffset; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte SliceCrQpOffset; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte SliceBetaOffsetDiv2; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte SliceTcOffsetDiv2; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte SliceActYQpOffset; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte SliceActCbQpOffset; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte SliceActCrQpOffset; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte SliceQpDelta; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort Reserved1; [NativeTypeName("const StdVideoEncodeH265WeightTable *")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265WeightTable* PWeightTable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265SliceSegmentHeaderFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265SliceSegmentHeaderFlags.gen.cs index dec0d27808..330a295e4f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265SliceSegmentHeaderFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265SliceSegmentHeaderFlags.gen.cs @@ -6,15 +6,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265SliceSegmentHeaderFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint first_slice_segment_in_pic_flag + public uint FirstSliceSegmentInPicFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -23,8 +20,7 @@ public uint first_slice_segment_in_pic_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint dependent_slice_segment_flag + public uint DependentSliceSegmentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -33,8 +29,7 @@ public uint dependent_slice_segment_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint slice_sao_luma_flag + public uint SliceSaoLumaFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -43,8 +38,7 @@ public uint slice_sao_luma_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint slice_sao_chroma_flag + public uint SliceSaoChromaFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -53,8 +47,7 @@ public uint slice_sao_chroma_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint num_ref_idx_active_override_flag + public uint NumRefIdxActiveOverrideFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -63,8 +56,7 @@ public uint num_ref_idx_active_override_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint mvd_l1_zero_flag + public uint MvdL1ZeroFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } @@ -73,8 +65,7 @@ public uint mvd_l1_zero_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint cabac_init_flag + public uint CabacInitFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 6) & 0x1u; } @@ -83,8 +74,7 @@ public uint cabac_init_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint cu_chroma_qp_offset_enabled_flag + public uint CuChromaQpOffsetEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 7) & 0x1u; } @@ -93,8 +83,7 @@ public uint cu_chroma_qp_offset_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint deblocking_filter_override_flag + public uint DeblockingFilterOverrideFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 8) & 0x1u; } @@ -103,8 +92,7 @@ public uint deblocking_filter_override_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint slice_deblocking_filter_disabled_flag + public uint SliceDeblockingFilterDisabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 9) & 0x1u; } @@ -113,8 +101,7 @@ public uint slice_deblocking_filter_disabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint collocated_from_l0_flag + public uint CollocatedFromL0Flag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 10) & 0x1u; } @@ -123,8 +110,7 @@ public uint collocated_from_l0_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint slice_loop_filter_across_slices_enabled_flag + public uint SliceLoopFilterAcrossSlicesEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 11) & 0x1u; } @@ -133,8 +119,7 @@ public uint slice_loop_filter_across_slices_enabled_flag } [NativeTypeName("uint32_t : 20")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 12) & 0xFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTable.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTable.gen.cs index c7de634f79..3ea8ee24c5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTable.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTable.gen.cs @@ -8,49 +8,37 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265WeightTable { - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265WeightTableFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte LumaLog2WeightDenom; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte DeltaChromaLog2WeightDenom; [NativeTypeName("int8_t[15]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265WeightTableDeltaLumaWeightL0 DeltaLumaWeightL0; [NativeTypeName("int8_t[15]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265WeightTableLumaOffsetL0 LumaOffsetL0; [NativeTypeName("int8_t[15][2]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265WeightTableDeltaChromaWeightL0 DeltaChromaWeightL0; [NativeTypeName("int8_t[15][2]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265WeightTableDeltaChromaOffsetL0 DeltaChromaOffsetL0; [NativeTypeName("int8_t[15]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265WeightTableDeltaLumaWeightL1 DeltaLumaWeightL1; [NativeTypeName("int8_t[15]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265WeightTableLumaOffsetL1 LumaOffsetL1; [NativeTypeName("int8_t[15][2]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265WeightTableDeltaChromaWeightL1 DeltaChromaWeightL1; [NativeTypeName("int8_t[15][2]")] - [SupportedApiProfile("vulkan")] public StdVideoEncodeH265WeightTableDeltaChromaOffsetL1 DeltaChromaOffsetL1; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaOffsetL0.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaOffsetL0.gen.cs index fcd71f7104..9a4e16651e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaOffsetL0.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaOffsetL0.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(15 * 2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265WeightTableDeltaChromaOffsetL0 { - [SupportedApiProfile("vulkan")] public sbyte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaOffsetL1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaOffsetL1.gen.cs index 40002dd5b9..5b96e0664d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaOffsetL1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaOffsetL1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(15 * 2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265WeightTableDeltaChromaOffsetL1 { - [SupportedApiProfile("vulkan")] public sbyte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaWeightL0.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaWeightL0.gen.cs index 99c0c7080e..227a9848e5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaWeightL0.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaWeightL0.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(15 * 2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265WeightTableDeltaChromaWeightL0 { - [SupportedApiProfile("vulkan")] public sbyte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaWeightL1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaWeightL1.gen.cs index c5f87eb087..b7ebd49ba1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaWeightL1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaChromaWeightL1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(15 * 2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265WeightTableDeltaChromaWeightL1 { - [SupportedApiProfile("vulkan")] public sbyte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaLumaWeightL0.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaLumaWeightL0.gen.cs index 892010cb2f..cc7978f363 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaLumaWeightL0.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaLumaWeightL0.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(15)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265WeightTableDeltaLumaWeightL0 { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaLumaWeightL1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaLumaWeightL1.gen.cs index faa96e31fd..504baf1653 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaLumaWeightL1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableDeltaLumaWeightL1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(15)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265WeightTableDeltaLumaWeightL1 { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableFlags.gen.cs index ef5ce5b3a5..de5a0c6c16 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableFlags.gen.cs @@ -7,22 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265WeightTableFlags { [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort LumaWeightL0Flag; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort ChromaWeightL0Flag; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort LumaWeightL1Flag; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort ChromaWeightL1Flag; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableLumaOffsetL0.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableLumaOffsetL0.gen.cs index 7d68ff96bb..0263b3b7eb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableLumaOffsetL0.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableLumaOffsetL0.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(15)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265WeightTableLumaOffsetL0 { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableLumaOffsetL1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableLumaOffsetL1.gen.cs index 52fcd1e60e..61a5342593 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableLumaOffsetL1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoEncodeH265WeightTableLumaOffsetL1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(15)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoEncodeH265WeightTableLumaOffsetL1 { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264AspectRatioIdc.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264AspectRatioIdc.gen.cs index f48aaa61ab..4ccaba1307 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264AspectRatioIdc.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264AspectRatioIdc.gen.cs @@ -8,61 +8,24 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264AspectRatioIdc : uint { - [SupportedApiProfile("vulkan")] IdcUnspecified = 0, - - [SupportedApiProfile("vulkan")] IdcSquare = 1, - - [SupportedApiProfile("vulkan")] Idc12X11 = 2, - - [SupportedApiProfile("vulkan")] Idc10X11 = 3, - - [SupportedApiProfile("vulkan")] Idc16X11 = 4, - - [SupportedApiProfile("vulkan")] Idc40X33 = 5, - - [SupportedApiProfile("vulkan")] Idc24X11 = 6, - - [SupportedApiProfile("vulkan")] Idc20X11 = 7, - - [SupportedApiProfile("vulkan")] Idc32X11 = 8, - - [SupportedApiProfile("vulkan")] Idc80X33 = 9, - - [SupportedApiProfile("vulkan")] Idc18X11 = 10, - - [SupportedApiProfile("vulkan")] Idc15X11 = 11, - - [SupportedApiProfile("vulkan")] Idc64X33 = 12, - - [SupportedApiProfile("vulkan")] Idc160X99 = 13, - - [SupportedApiProfile("vulkan")] Idc4X3 = 14, - - [SupportedApiProfile("vulkan")] Idc3X2 = 15, - - [SupportedApiProfile("vulkan")] Idc2X1 = 16, - - [SupportedApiProfile("vulkan")] IdcExtendedSar = 255, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264CabacInitIdc.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264CabacInitIdc.gen.cs index cb68d36a93..a104bc819c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264CabacInitIdc.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264CabacInitIdc.gen.cs @@ -8,16 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264CabacInitIdc : uint { - [SupportedApiProfile("vulkan")] Idc0 = 0, - - [SupportedApiProfile("vulkan")] Idc1 = 1, - - [SupportedApiProfile("vulkan")] Idc2 = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ChromaFormatIdc.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ChromaFormatIdc.gen.cs index 1997349410..dd3cf81c88 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ChromaFormatIdc.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ChromaFormatIdc.gen.cs @@ -8,19 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264ChromaFormatIdc : uint { - [SupportedApiProfile("vulkan")] IdcMonochrome = 0, - - [SupportedApiProfile("vulkan")] Idc420 = 1, - - [SupportedApiProfile("vulkan")] Idc422 = 2, - - [SupportedApiProfile("vulkan")] Idc444 = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264DisableDeblockingFilterIdc.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264DisableDeblockingFilterIdc.gen.cs index 173c72f06f..fa42c1dc6d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264DisableDeblockingFilterIdc.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264DisableDeblockingFilterIdc.gen.cs @@ -7,16 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264DisableDeblockingFilterIdc : uint { - [SupportedApiProfile("vulkan")] Disabled = 0, - - [SupportedApiProfile("vulkan")] Enabled = 1, - - [SupportedApiProfile("vulkan")] Partial = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParameters.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParameters.gen.cs index 2ff30039c6..6642ad442e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParameters.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParameters.gen.cs @@ -7,50 +7,38 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH264HrdParameters { [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CpbCntMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte BitRateScale; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CpbSizeScale; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved1; [NativeTypeName("uint32_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoH264HrdParametersBitRateValueMinus1 BitRateValueMinus1; [NativeTypeName("uint32_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoH264HrdParametersCpbSizeValueMinus1 CpbSizeValueMinus1; [NativeTypeName("uint8_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoH264HrdParametersCbrFlag CbrFlag; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint InitialCpbRemovalDelayLengthMinus1; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint CpbRemovalDelayLengthMinus1; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint DpbOutputDelayLengthMinus1; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint TimeOffsetLength; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParametersBitRateValueMinus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParametersBitRateValueMinus1.gen.cs index 84fcee3bd3..0fd644c3fd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParametersBitRateValueMinus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParametersBitRateValueMinus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH264HrdParametersBitRateValueMinus1 { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParametersCbrFlag.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParametersCbrFlag.gen.cs index ebf032c397..65f1eb863e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParametersCbrFlag.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParametersCbrFlag.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH264HrdParametersCbrFlag { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParametersCpbSizeValueMinus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParametersCpbSizeValueMinus1.gen.cs index 77c4beac55..7068418ebf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParametersCpbSizeValueMinus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264HrdParametersCpbSizeValueMinus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH264HrdParametersCpbSizeValueMinus1 { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264LevelIdc.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264LevelIdc.gen.cs index d9e2dbf77a..3410a0fe6e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264LevelIdc.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264LevelIdc.gen.cs @@ -8,64 +8,25 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264LevelIdc : uint { - [SupportedApiProfile("vulkan")] Idc1X0 = 0, - - [SupportedApiProfile("vulkan")] Idc1X1 = 1, - - [SupportedApiProfile("vulkan")] Idc1X2 = 2, - - [SupportedApiProfile("vulkan")] Idc1X3 = 3, - - [SupportedApiProfile("vulkan")] Idc2X0 = 4, - - [SupportedApiProfile("vulkan")] Idc2X1 = 5, - - [SupportedApiProfile("vulkan")] Idc2X2 = 6, - - [SupportedApiProfile("vulkan")] Idc3X0 = 7, - - [SupportedApiProfile("vulkan")] Idc3X1 = 8, - - [SupportedApiProfile("vulkan")] Idc3X2 = 9, - - [SupportedApiProfile("vulkan")] Idc4X0 = 10, - - [SupportedApiProfile("vulkan")] Idc4X1 = 11, - - [SupportedApiProfile("vulkan")] Idc4X2 = 12, - - [SupportedApiProfile("vulkan")] Idc5X0 = 13, - - [SupportedApiProfile("vulkan")] Idc5X1 = 14, - - [SupportedApiProfile("vulkan")] Idc5X2 = 15, - - [SupportedApiProfile("vulkan")] Idc6X0 = 16, - - [SupportedApiProfile("vulkan")] Idc6X1 = 17, - - [SupportedApiProfile("vulkan")] Idc6X2 = 18, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264MemMgmtControlOp.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264MemMgmtControlOp.gen.cs index f0507507c4..0f16d5056d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264MemMgmtControlOp.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264MemMgmtControlOp.gen.cs @@ -8,28 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264MemMgmtControlOp : uint { - [SupportedApiProfile("vulkan")] End = 0, - - [SupportedApiProfile("vulkan")] UnmarkShortTerm = 1, - - [SupportedApiProfile("vulkan")] UnmarkLongTerm = 2, - - [SupportedApiProfile("vulkan")] MarkLongTerm = 3, - - [SupportedApiProfile("vulkan")] SetMaxLongTermIndex = 4, - - [SupportedApiProfile("vulkan")] UnmarkAll = 5, - - [SupportedApiProfile("vulkan")] MarkCurrentAsLongTerm = 6, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ModificationOfPicNumsIdc.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ModificationOfPicNumsIdc.gen.cs index 653c2ac2ef..0df0d07c67 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ModificationOfPicNumsIdc.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ModificationOfPicNumsIdc.gen.cs @@ -8,19 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264ModificationOfPicNumsIdc : uint { - [SupportedApiProfile("vulkan")] ShortTermSubtract = 0, - - [SupportedApiProfile("vulkan")] ShortTermAdd = 1, - - [SupportedApiProfile("vulkan")] LongTerm = 2, - - [SupportedApiProfile("vulkan")] End = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264NonVclNaluType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264NonVclNaluType.gen.cs index e84029e2f0..c9fb8d35c4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264NonVclNaluType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264NonVclNaluType.gen.cs @@ -8,28 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264NonVclNaluType : uint { - [SupportedApiProfile("vulkan")] Sps = 0, - - [SupportedApiProfile("vulkan")] Pps = 1, - - [SupportedApiProfile("vulkan")] Aud = 2, - - [SupportedApiProfile("vulkan")] Prefix = 3, - - [SupportedApiProfile("vulkan")] EndOfSequence = 4, - - [SupportedApiProfile("vulkan")] EndOfStream = 5, - - [SupportedApiProfile("vulkan")] Precoded = 6, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PictureParameterSet.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PictureParameterSet.gen.cs index 9d65d6f23c..9a039d60e8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PictureParameterSet.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PictureParameterSet.gen.cs @@ -8,48 +8,35 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoH264PictureParameterSet { - [SupportedApiProfile("vulkan")] public StdVideoH264PpsFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SeqParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PicParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumRefIdxL0DefaultActiveMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumRefIdxL1DefaultActiveMinus1; - - [SupportedApiProfile("vulkan")] public StdVideoH264WeightedBipredIdc WeightedBipredIdc; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte PicInitQpMinus26; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte PicInitQsMinus26; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte ChromaQpIndexOffset; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte SecondChromaQpIndexOffset; [NativeTypeName("const StdVideoH264ScalingLists *")] - [SupportedApiProfile("vulkan")] public StdVideoH264ScalingLists* PScalingLists; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PictureType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PictureType.gen.cs index fee316a1a5..68135d4e0c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PictureType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PictureType.gen.cs @@ -8,19 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264PictureType : uint { - [SupportedApiProfile("vulkan")] P = 0, - - [SupportedApiProfile("vulkan")] B = 1, - - [SupportedApiProfile("vulkan")] I = 2, - - [SupportedApiProfile("vulkan")] Idr = 5, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PocType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PocType.gen.cs index 7cd48e6c42..b62be2572c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PocType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PocType.gen.cs @@ -8,16 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264PocType : uint { - [SupportedApiProfile("vulkan")] Type0 = 0, - - [SupportedApiProfile("vulkan")] Type1 = 1, - - [SupportedApiProfile("vulkan")] Type2 = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PpsFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PpsFlags.gen.cs index 2b2bde7547..7f7b1085ff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PpsFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264PpsFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH264PpsFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint transform_8x8_mode_flag + public uint Transform8X8ModeFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint transform_8x8_mode_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint redundant_pic_cnt_present_flag + public uint RedundantPicCntPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint redundant_pic_cnt_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint constrained_intra_pred_flag + public uint ConstrainedIntraPredFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint constrained_intra_pred_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint deblocking_filter_control_present_flag + public uint DeblockingFilterControlPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint deblocking_filter_control_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint weighted_pred_flag + public uint WeightedPredFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -65,8 +58,7 @@ public uint weighted_pred_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint bottom_field_pic_order_in_frame_present_flag + public uint BottomFieldPicOrderInFramePresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } @@ -75,8 +67,7 @@ public uint bottom_field_pic_order_in_frame_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint entropy_coding_mode_flag + public uint EntropyCodingModeFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 6) & 0x1u; } @@ -85,8 +76,7 @@ public uint entropy_coding_mode_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pic_scaling_matrix_present_flag + public uint PicScalingMatrixPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 7) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ProfileIdc.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ProfileIdc.gen.cs index 5c61822ce9..f5179dd1f4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ProfileIdc.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ProfileIdc.gen.cs @@ -8,19 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264ProfileIdc : uint { - [SupportedApiProfile("vulkan")] Baseline = 66, - - [SupportedApiProfile("vulkan")] Main = 77, - - [SupportedApiProfile("vulkan")] High = 100, - - [SupportedApiProfile("vulkan")] High444Predictive = 244, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ScalingLists.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ScalingLists.gen.cs index ec9fe36d47..3e612bdfd9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ScalingLists.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ScalingLists.gen.cs @@ -7,22 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH264ScalingLists { [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort ScalingListPresentMask; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort UseDefaultScalingMatrixMask; [NativeTypeName("uint8_t[6][16]")] - [SupportedApiProfile("vulkan")] public StdVideoH264ScalingListsScalingList4X4 ScalingList4X4; [NativeTypeName("uint8_t[6][64]")] - [SupportedApiProfile("vulkan")] public StdVideoH264ScalingListsScalingList8X8 ScalingList8X8; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ScalingListsScalingList4X4.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ScalingListsScalingList4X4.gen.cs index 7f9c734e87..9329df8097 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ScalingListsScalingList4X4.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ScalingListsScalingList4X4.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(6 * 16)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH264ScalingListsScalingList4X4 { - [SupportedApiProfile("vulkan")] public byte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ScalingListsScalingList8X8.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ScalingListsScalingList8X8.gen.cs index 8950cad52a..87499ac9a6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ScalingListsScalingList8X8.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264ScalingListsScalingList8X8.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(6 * 64)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH264ScalingListsScalingList8X8 { - [SupportedApiProfile("vulkan")] public byte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SequenceParameterSet.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SequenceParameterSet.gen.cs index df947e5263..cabf5877b9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SequenceParameterSet.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SequenceParameterSet.gen.cs @@ -8,101 +8,71 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoH264SequenceParameterSet { - [SupportedApiProfile("vulkan")] public StdVideoH264SpsFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoH264ProfileIdc ProfileIdc; - - [SupportedApiProfile("vulkan")] public StdVideoH264LevelIdc LevelIdc; - - [SupportedApiProfile("vulkan")] public StdVideoH264ChromaFormatIdc ChromaFormatIdc; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SeqParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte BitDepthLumaMinus8; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte BitDepthChromaMinus8; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2MaxFrameNumMinus4; - - [SupportedApiProfile("vulkan")] public StdVideoH264PocType PicOrderCntType; [NativeTypeName("int32_t")] - [SupportedApiProfile("vulkan")] public int OffsetForNonRefPic; [NativeTypeName("int32_t")] - [SupportedApiProfile("vulkan")] public int OffsetForTopToBottomField; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2MaxPicOrderCntLsbMinus4; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumRefFramesInPicOrderCntCycle; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte MaxNumRefFrames; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved1; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint PicWidthInMbsMinus1; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint PicHeightInMapUnitsMinus1; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint FrameCropLeftOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint FrameCropRightOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint FrameCropTopOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint FrameCropBottomOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint Reserved2; [NativeTypeName("const int32_t *")] - [SupportedApiProfile("vulkan")] public int* POffsetForRefFrame; [NativeTypeName("const StdVideoH264ScalingLists *")] - [SupportedApiProfile("vulkan")] public StdVideoH264ScalingLists* PScalingLists; [NativeTypeName("const StdVideoH264SequenceParameterSetVui *")] - [SupportedApiProfile("vulkan")] public StdVideoH264SequenceParameterSetVui* PSequenceParameterSetVui; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SequenceParameterSetVui.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SequenceParameterSetVui.gen.cs index 63ae5e69eb..e51deac98a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SequenceParameterSetVui.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SequenceParameterSetVui.gen.cs @@ -8,68 +8,50 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoH264SequenceParameterSetVui { - [SupportedApiProfile("vulkan")] public StdVideoH264SpsVuiFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoH264AspectRatioIdc AspectRatioIdc; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort SarWidth; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort SarHeight; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte VideoFormat; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ColourPrimaries; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TransferCharacteristics; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte MatrixCoefficients; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint NumUnitsInTick; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint TimeScale; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte MaxNumReorderFrames; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte MaxDecFrameBuffering; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ChromaSampleLocTypeTopField; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ChromaSampleLocTypeBottomField; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint Reserved1; [NativeTypeName("const StdVideoH264HrdParameters *")] - [SupportedApiProfile("vulkan")] public StdVideoH264HrdParameters* PHrdParameters; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SliceType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SliceType.gen.cs index 62e3838eca..c22f623c9f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SliceType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SliceType.gen.cs @@ -8,16 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264SliceType : uint { - [SupportedApiProfile("vulkan")] P = 0, - - [SupportedApiProfile("vulkan")] B = 1, - - [SupportedApiProfile("vulkan")] I = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SpsFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SpsFlags.gen.cs index 7b8f887c2e..12214a1dd8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SpsFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SpsFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH264SpsFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint constraint_set0_flag + public uint ConstraintSet0Flag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint constraint_set0_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint constraint_set1_flag + public uint ConstraintSet1Flag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint constraint_set1_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint constraint_set2_flag + public uint ConstraintSet2Flag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint constraint_set2_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint constraint_set3_flag + public uint ConstraintSet3Flag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint constraint_set3_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint constraint_set4_flag + public uint ConstraintSet4Flag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -65,8 +58,7 @@ public uint constraint_set4_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint constraint_set5_flag + public uint ConstraintSet5Flag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } @@ -75,8 +67,7 @@ public uint constraint_set5_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint direct_8x8_inference_flag + public uint Direct8X8InferenceFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 6) & 0x1u; } @@ -85,8 +76,7 @@ public uint direct_8x8_inference_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint mb_adaptive_frame_field_flag + public uint MbAdaptiveFrameFieldFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 7) & 0x1u; } @@ -95,8 +85,7 @@ public uint mb_adaptive_frame_field_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint frame_mbs_only_flag + public uint FrameMbsOnlyFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 8) & 0x1u; } @@ -105,8 +94,7 @@ public uint frame_mbs_only_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint delta_pic_order_always_zero_flag + public uint DeltaPicOrderAlwaysZeroFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 9) & 0x1u; } @@ -115,8 +103,7 @@ public uint delta_pic_order_always_zero_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint separate_colour_plane_flag + public uint SeparateColourPlaneFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 10) & 0x1u; } @@ -125,8 +112,7 @@ public uint separate_colour_plane_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint gaps_in_frame_num_value_allowed_flag + public uint GapsInFrameNumValueAllowedFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 11) & 0x1u; } @@ -135,8 +121,7 @@ public uint gaps_in_frame_num_value_allowed_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint qpprime_y_zero_transform_bypass_flag + public uint QpprimeYZeroTransformBypassFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 12) & 0x1u; } @@ -145,8 +130,7 @@ public uint qpprime_y_zero_transform_bypass_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint frame_cropping_flag + public uint FrameCroppingFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 13) & 0x1u; } @@ -155,8 +139,7 @@ public uint frame_cropping_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint seq_scaling_matrix_present_flag + public uint SeqScalingMatrixPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 14) & 0x1u; } @@ -165,8 +148,7 @@ public uint seq_scaling_matrix_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint vui_parameters_present_flag + public uint VuiParametersPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 15) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SpsVuiFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SpsVuiFlags.gen.cs index 5f3f4515ec..a11e063357 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SpsVuiFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264SpsVuiFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH264SpsVuiFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint aspect_ratio_info_present_flag + public uint AspectRatioInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint aspect_ratio_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint overscan_info_present_flag + public uint OverscanInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint overscan_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint overscan_appropriate_flag + public uint OverscanAppropriateFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint overscan_appropriate_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint video_signal_type_present_flag + public uint VideoSignalTypePresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint video_signal_type_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint video_full_range_flag + public uint VideoFullRangeFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -65,8 +58,7 @@ public uint video_full_range_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint color_description_present_flag + public uint ColorDescriptionPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } @@ -75,8 +67,7 @@ public uint color_description_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint chroma_loc_info_present_flag + public uint ChromaLocInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 6) & 0x1u; } @@ -85,8 +76,7 @@ public uint chroma_loc_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint timing_info_present_flag + public uint TimingInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 7) & 0x1u; } @@ -95,8 +85,7 @@ public uint timing_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint fixed_frame_rate_flag + public uint FixedFrameRateFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 8) & 0x1u; } @@ -105,8 +94,7 @@ public uint fixed_frame_rate_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint bitstream_restriction_flag + public uint BitstreamRestrictionFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 9) & 0x1u; } @@ -115,8 +103,7 @@ public uint bitstream_restriction_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint nal_hrd_parameters_present_flag + public uint NalHrdParametersPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 10) & 0x1u; } @@ -125,8 +112,7 @@ public uint nal_hrd_parameters_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint vcl_hrd_parameters_present_flag + public uint VclHrdParametersPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 11) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264WeightedBipredIdc.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264WeightedBipredIdc.gen.cs index e83f2f1b22..ba53260ed3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH264WeightedBipredIdc.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH264WeightedBipredIdc.gen.cs @@ -8,16 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH264WeightedBipredIdc : uint { - [SupportedApiProfile("vulkan")] Default = 0, - - [SupportedApiProfile("vulkan")] Explicit = 1, - - [SupportedApiProfile("vulkan")] Implicit = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265AspectRatioIdc.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265AspectRatioIdc.gen.cs index 982cad7edb..d3a3f82f31 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265AspectRatioIdc.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265AspectRatioIdc.gen.cs @@ -7,61 +7,24 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH265AspectRatioIdc : uint { - [SupportedApiProfile("vulkan")] IdcUnspecified = 0, - - [SupportedApiProfile("vulkan")] IdcSquare = 1, - - [SupportedApiProfile("vulkan")] Idc12X11 = 2, - - [SupportedApiProfile("vulkan")] Idc10X11 = 3, - - [SupportedApiProfile("vulkan")] Idc16X11 = 4, - - [SupportedApiProfile("vulkan")] Idc40X33 = 5, - - [SupportedApiProfile("vulkan")] Idc24X11 = 6, - - [SupportedApiProfile("vulkan")] Idc20X11 = 7, - - [SupportedApiProfile("vulkan")] Idc32X11 = 8, - - [SupportedApiProfile("vulkan")] Idc80X33 = 9, - - [SupportedApiProfile("vulkan")] Idc18X11 = 10, - - [SupportedApiProfile("vulkan")] Idc15X11 = 11, - - [SupportedApiProfile("vulkan")] Idc64X33 = 12, - - [SupportedApiProfile("vulkan")] Idc160X99 = 13, - - [SupportedApiProfile("vulkan")] Idc4X3 = 14, - - [SupportedApiProfile("vulkan")] Idc3X2 = 15, - - [SupportedApiProfile("vulkan")] Idc2X1 = 16, - - [SupportedApiProfile("vulkan")] IdcExtendedSar = 255, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ChromaFormatIdc.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ChromaFormatIdc.gen.cs index ff28dd60a7..6628fc1921 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ChromaFormatIdc.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ChromaFormatIdc.gen.cs @@ -6,19 +6,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH265ChromaFormatIdc : uint { - [SupportedApiProfile("vulkan")] IdcMonochrome = 0, - - [SupportedApiProfile("vulkan")] Idc420 = 1, - - [SupportedApiProfile("vulkan")] Idc422 = 2, - - [SupportedApiProfile("vulkan")] Idc444 = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgr.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgr.gen.cs index cf698e650b..99b80124fd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgr.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgr.gen.cs @@ -7,18 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265DecPicBufMgr { [NativeTypeName("uint32_t[7]")] - [SupportedApiProfile("vulkan")] public StdVideoH265DecPicBufMgrMaxLatencyIncreasePlus1 MaxLatencyIncreasePlus1; [NativeTypeName("uint8_t[7]")] - [SupportedApiProfile("vulkan")] public StdVideoH265DecPicBufMgrMaxDecPicBufferingMinus1 MaxDecPicBufferingMinus1; [NativeTypeName("uint8_t[7]")] - [SupportedApiProfile("vulkan")] public StdVideoH265DecPicBufMgrMaxNumReorderPics MaxNumReorderPics; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgrMaxDecPicBufferingMinus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgrMaxDecPicBufferingMinus1.gen.cs index ddc0539f50..a18ca3848b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgrMaxDecPicBufferingMinus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgrMaxDecPicBufferingMinus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265DecPicBufMgrMaxDecPicBufferingMinus1 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgrMaxLatencyIncreasePlus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgrMaxLatencyIncreasePlus1.gen.cs index 52805ed306..e516218836 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgrMaxLatencyIncreasePlus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgrMaxLatencyIncreasePlus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265DecPicBufMgrMaxLatencyIncreasePlus1 { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgrMaxNumReorderPics.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgrMaxNumReorderPics.gen.cs index ee63624a36..2ef296be8b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgrMaxNumReorderPics.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265DecPicBufMgrMaxNumReorderPics.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265DecPicBufMgrMaxNumReorderPics { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdFlags.gen.cs index 64553fbd29..1879df983b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdFlags.gen.cs @@ -7,15 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265HrdFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint nal_hrd_parameters_present_flag + public uint NalHrdParametersPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -24,8 +21,7 @@ public uint nal_hrd_parameters_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint vcl_hrd_parameters_present_flag + public uint VclHrdParametersPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -34,8 +30,7 @@ public uint vcl_hrd_parameters_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sub_pic_hrd_params_present_flag + public uint SubPicHrdParamsPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -44,8 +39,7 @@ public uint sub_pic_hrd_params_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sub_pic_cpb_params_in_pic_timing_sei_flag + public uint SubPicCpbParamsInPicTimingSeiFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -54,8 +48,7 @@ public uint sub_pic_cpb_params_in_pic_timing_sei_flag } [NativeTypeName("uint32_t : 8")] - [SupportedApiProfile("vulkan")] - public uint fixed_pic_rate_general_flag + public uint FixedPicRateGeneralFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0xFFu; } @@ -64,8 +57,7 @@ public uint fixed_pic_rate_general_flag } [NativeTypeName("uint32_t : 8")] - [SupportedApiProfile("vulkan")] - public uint fixed_pic_rate_within_cvs_flag + public uint FixedPicRateWithinCvsFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 12) & 0xFFu; } @@ -74,8 +66,7 @@ public uint fixed_pic_rate_within_cvs_flag } [NativeTypeName("uint32_t : 8")] - [SupportedApiProfile("vulkan")] - public uint low_delay_hrd_flag + public uint LowDelayHrdFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 20) & 0xFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParameters.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParameters.gen.cs index a4fb7d1b8a..34b9ec2d81 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParameters.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParameters.gen.cs @@ -8,65 +8,49 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoH265HrdParameters { - [SupportedApiProfile("vulkan")] public StdVideoH265HrdFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TickDivisorMinus2; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte DuCpbRemovalDelayIncrementLengthMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte DpbOutputDelayDuLengthMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte BitRateScale; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CpbSizeScale; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte CpbSizeDuScale; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte InitialCpbRemovalDelayLengthMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte AuCpbRemovalDelayLengthMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte DpbOutputDelayLengthMinus1; [NativeTypeName("uint8_t[7]")] - [SupportedApiProfile("vulkan")] public StdVideoH265HrdParametersCpbCntMinus1 CpbCntMinus1; [NativeTypeName("uint16_t[7]")] - [SupportedApiProfile("vulkan")] public StdVideoH265HrdParametersElementalDurationInTcMinus1 ElementalDurationInTcMinus1; [NativeTypeName("uint16_t[3]")] - [SupportedApiProfile("vulkan")] public StdVideoH265HrdParametersReserved Reserved; [NativeTypeName("const StdVideoH265SubLayerHrdParameters *")] - [SupportedApiProfile("vulkan")] public StdVideoH265SubLayerHrdParameters* PSubLayerHrdParametersNal; [NativeTypeName("const StdVideoH265SubLayerHrdParameters *")] - [SupportedApiProfile("vulkan")] public StdVideoH265SubLayerHrdParameters* PSubLayerHrdParametersVcl; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParametersCpbCntMinus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParametersCpbCntMinus1.gen.cs index 9305553db4..86594aca6c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParametersCpbCntMinus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParametersCpbCntMinus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265HrdParametersCpbCntMinus1 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParametersElementalDurationInTcMinus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParametersElementalDurationInTcMinus1.gen.cs index e7197aa546..1dc0dc436e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParametersElementalDurationInTcMinus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParametersElementalDurationInTcMinus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265HrdParametersElementalDurationInTcMinus1 { - [SupportedApiProfile("vulkan")] public ushort E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParametersReserved.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParametersReserved.gen.cs index 7201e5d2d7..9626f64ec3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParametersReserved.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265HrdParametersReserved.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265HrdParametersReserved { - [SupportedApiProfile("vulkan")] public ushort E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265LevelIdc.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265LevelIdc.gen.cs index 47d4b6b78e..64d9a4f748 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265LevelIdc.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265LevelIdc.gen.cs @@ -7,46 +7,19 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH265LevelIdc : uint { - [SupportedApiProfile("vulkan")] Idc1X0 = 0, - - [SupportedApiProfile("vulkan")] Idc2X0 = 1, - - [SupportedApiProfile("vulkan")] Idc2X1 = 2, - - [SupportedApiProfile("vulkan")] Idc3X0 = 3, - - [SupportedApiProfile("vulkan")] Idc3X1 = 4, - - [SupportedApiProfile("vulkan")] Idc4X0 = 5, - - [SupportedApiProfile("vulkan")] Idc4X1 = 6, - - [SupportedApiProfile("vulkan")] Idc5X0 = 7, - - [SupportedApiProfile("vulkan")] Idc5X1 = 8, - - [SupportedApiProfile("vulkan")] Idc5X2 = 9, - - [SupportedApiProfile("vulkan")] Idc6X0 = 10, - - [SupportedApiProfile("vulkan")] Idc6X1 = 11, - - [SupportedApiProfile("vulkan")] Idc6X2 = 12, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265LongTermRefPicsSps.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265LongTermRefPicsSps.gen.cs index 647cefbebc..d5d65fc394 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265LongTermRefPicsSps.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265LongTermRefPicsSps.gen.cs @@ -8,14 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265LongTermRefPicsSps { [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint UsedByCurrPicLtSpsFlag; [NativeTypeName("uint32_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoH265LongTermRefPicsSpsLtRefPicPocLsbSps LtRefPicPocLsbSps; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265LongTermRefPicsSpsLtRefPicPocLsbSps.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265LongTermRefPicsSpsLtRefPicPocLsbSps.gen.cs index 814c6bb0fd..36bf1e7692 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265LongTermRefPicsSpsLtRefPicPocLsbSps.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265LongTermRefPicsSpsLtRefPicPocLsbSps.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265LongTermRefPicsSpsLtRefPicPocLsbSps { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSet.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSet.gen.cs index ac8a58621c..f68d30de6e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSet.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSet.gen.cs @@ -6,149 +6,112 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoH265PictureParameterSet { - [SupportedApiProfile("vulkan")] public StdVideoH265PpsFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PpsPicParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PpsSeqParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SpsVideoParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumExtraSliceHeaderBits; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumRefIdxL0DefaultActiveMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumRefIdxL1DefaultActiveMinus1; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte InitQpMinus26; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte DiffCuQpDeltaDepth; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte PpsCbQpOffset; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte PpsCrQpOffset; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte PpsBetaOffsetDiv2; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte PpsTcOffsetDiv2; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2ParallelMergeLevelMinus2; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2MaxTransformSkipBlockSizeMinus2; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte DiffCuChromaQpOffsetDepth; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ChromaQpOffsetListLenMinus1; [NativeTypeName("int8_t[6]")] - [SupportedApiProfile("vulkan")] public StdVideoH265PictureParameterSetCbQpOffsetList CbQpOffsetList; [NativeTypeName("int8_t[6]")] - [SupportedApiProfile("vulkan")] public StdVideoH265PictureParameterSetCrQpOffsetList CrQpOffsetList; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2SaoOffsetScaleLuma; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2SaoOffsetScaleChroma; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte PpsActYQpOffsetPlus5; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte PpsActCbQpOffsetPlus5; [NativeTypeName("int8_t")] - [SupportedApiProfile("vulkan")] public sbyte PpsActCrQpOffsetPlus3; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PpsNumPalettePredictorInitializers; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte LumaBitDepthEntryMinus8; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ChromaBitDepthEntryMinus8; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumTileColumnsMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumTileRowsMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved2; [NativeTypeName("uint16_t[19]")] - [SupportedApiProfile("vulkan")] public StdVideoH265PictureParameterSetColumnWidthMinus1 ColumnWidthMinus1; [NativeTypeName("uint16_t[21]")] - [SupportedApiProfile("vulkan")] public StdVideoH265PictureParameterSetRowHeightMinus1 RowHeightMinus1; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint Reserved3; [NativeTypeName("const StdVideoH265ScalingLists *")] - [SupportedApiProfile("vulkan")] public StdVideoH265ScalingLists* PScalingLists; [NativeTypeName("const StdVideoH265PredictorPaletteEntries *")] - [SupportedApiProfile("vulkan")] public StdVideoH265PredictorPaletteEntries* PPredictorPaletteEntries; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetCbQpOffsetList.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetCbQpOffsetList.gen.cs index 150ed88858..957ff60ae7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetCbQpOffsetList.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetCbQpOffsetList.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(6)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265PictureParameterSetCbQpOffsetList { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetColumnWidthMinus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetColumnWidthMinus1.gen.cs index abfa23edad..1ed5dbbb7b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetColumnWidthMinus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetColumnWidthMinus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(19)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265PictureParameterSetColumnWidthMinus1 { - [SupportedApiProfile("vulkan")] public ushort E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetCrQpOffsetList.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetCrQpOffsetList.gen.cs index 32bcad47f1..a07894c643 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetCrQpOffsetList.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetCrQpOffsetList.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(6)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265PictureParameterSetCrQpOffsetList { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetRowHeightMinus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetRowHeightMinus1.gen.cs index 406bc683ba..d85cbe9c82 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetRowHeightMinus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureParameterSetRowHeightMinus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(21)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265PictureParameterSetRowHeightMinus1 { - [SupportedApiProfile("vulkan")] public ushort E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureType.gen.cs index 32e68f6b97..b931dac804 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PictureType.gen.cs @@ -7,19 +7,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH265PictureType : uint { - [SupportedApiProfile("vulkan")] P = 0, - - [SupportedApiProfile("vulkan")] B = 1, - - [SupportedApiProfile("vulkan")] I = 2, - - [SupportedApiProfile("vulkan")] Idr = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PpsFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PpsFlags.gen.cs index cb6ecbcc58..802a9df34f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PpsFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PpsFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265PpsFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint dependent_slice_segments_enabled_flag + public uint DependentSliceSegmentsEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint dependent_slice_segments_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint output_flag_present_flag + public uint OutputFlagPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint output_flag_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sign_data_hiding_enabled_flag + public uint SignDataHidingEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint sign_data_hiding_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint cabac_init_present_flag + public uint CabacInitPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint cabac_init_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint constrained_intra_pred_flag + public uint ConstrainedIntraPredFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -65,8 +58,7 @@ public uint constrained_intra_pred_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint transform_skip_enabled_flag + public uint TransformSkipEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } @@ -75,8 +67,7 @@ public uint transform_skip_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint cu_qp_delta_enabled_flag + public uint CuQpDeltaEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 6) & 0x1u; } @@ -85,8 +76,7 @@ public uint cu_qp_delta_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pps_slice_chroma_qp_offsets_present_flag + public uint PpsSliceChromaQpOffsetsPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 7) & 0x1u; } @@ -95,8 +85,7 @@ public uint pps_slice_chroma_qp_offsets_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint weighted_pred_flag + public uint WeightedPredFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 8) & 0x1u; } @@ -105,8 +94,7 @@ public uint weighted_pred_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint weighted_bipred_flag + public uint WeightedBipredFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 9) & 0x1u; } @@ -115,8 +103,7 @@ public uint weighted_bipred_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint transquant_bypass_enabled_flag + public uint TransquantBypassEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 10) & 0x1u; } @@ -125,8 +112,7 @@ public uint transquant_bypass_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint tiles_enabled_flag + public uint TilesEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 11) & 0x1u; } @@ -135,8 +121,7 @@ public uint tiles_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint entropy_coding_sync_enabled_flag + public uint EntropyCodingSyncEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 12) & 0x1u; } @@ -145,8 +130,7 @@ public uint entropy_coding_sync_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint uniform_spacing_flag + public uint UniformSpacingFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 13) & 0x1u; } @@ -155,8 +139,7 @@ public uint uniform_spacing_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint loop_filter_across_tiles_enabled_flag + public uint LoopFilterAcrossTilesEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 14) & 0x1u; } @@ -165,8 +148,7 @@ public uint loop_filter_across_tiles_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pps_loop_filter_across_slices_enabled_flag + public uint PpsLoopFilterAcrossSlicesEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 15) & 0x1u; } @@ -175,8 +157,7 @@ public uint pps_loop_filter_across_slices_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint deblocking_filter_control_present_flag + public uint DeblockingFilterControlPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 16) & 0x1u; } @@ -185,8 +166,7 @@ public uint deblocking_filter_control_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint deblocking_filter_override_enabled_flag + public uint DeblockingFilterOverrideEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 17) & 0x1u; } @@ -195,8 +175,7 @@ public uint deblocking_filter_override_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pps_deblocking_filter_disabled_flag + public uint PpsDeblockingFilterDisabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 18) & 0x1u; } @@ -205,8 +184,7 @@ public uint pps_deblocking_filter_disabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pps_scaling_list_data_present_flag + public uint PpsScalingListDataPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 19) & 0x1u; } @@ -215,8 +193,7 @@ public uint pps_scaling_list_data_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint lists_modification_present_flag + public uint ListsModificationPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 20) & 0x1u; } @@ -225,8 +202,7 @@ public uint lists_modification_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint slice_segment_header_extension_present_flag + public uint SliceSegmentHeaderExtensionPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 21) & 0x1u; } @@ -235,8 +211,7 @@ public uint slice_segment_header_extension_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pps_extension_present_flag + public uint PpsExtensionPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 22) & 0x1u; } @@ -245,8 +220,7 @@ public uint pps_extension_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint cross_component_prediction_enabled_flag + public uint CrossComponentPredictionEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 23) & 0x1u; } @@ -255,8 +229,7 @@ public uint cross_component_prediction_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint chroma_qp_offset_list_enabled_flag + public uint ChromaQpOffsetListEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 24) & 0x1u; } @@ -265,8 +238,7 @@ public uint chroma_qp_offset_list_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pps_curr_pic_ref_enabled_flag + public uint PpsCurrPicRefEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 25) & 0x1u; } @@ -275,8 +247,7 @@ public uint pps_curr_pic_ref_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint residual_adaptive_colour_transform_enabled_flag + public uint ResidualAdaptiveColourTransformEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 26) & 0x1u; } @@ -285,8 +256,7 @@ public uint residual_adaptive_colour_transform_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pps_slice_act_qp_offsets_present_flag + public uint PpsSliceActQpOffsetsPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 27) & 0x1u; } @@ -295,8 +265,7 @@ public uint pps_slice_act_qp_offsets_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pps_palette_predictor_initializers_present_flag + public uint PpsPalettePredictorInitializersPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 28) & 0x1u; } @@ -305,8 +274,7 @@ public uint pps_palette_predictor_initializers_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint monochrome_palette_flag + public uint MonochromePaletteFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 29) & 0x1u; } @@ -315,8 +283,7 @@ public uint monochrome_palette_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pps_range_extension_flag + public uint PpsRangeExtensionFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 30) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PredictorPaletteEntries.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PredictorPaletteEntries.gen.cs index 9ad8be1dec..f284ece702 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PredictorPaletteEntries.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PredictorPaletteEntries.gen.cs @@ -8,10 +8,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265PredictorPaletteEntries { [NativeTypeName("uint16_t[3][128]")] - [SupportedApiProfile("vulkan")] public StdVideoH265PredictorPaletteEntriesPredictorPaletteEntries PredictorPaletteEntries; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PredictorPaletteEntriesPredictorPaletteEntries.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PredictorPaletteEntriesPredictorPaletteEntries.gen.cs index 17428387f2..00d0224c7e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PredictorPaletteEntriesPredictorPaletteEntries.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265PredictorPaletteEntriesPredictorPaletteEntries.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3 * 128)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265PredictorPaletteEntriesPredictorPaletteEntries { - [SupportedApiProfile("vulkan")] public ushort E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ProfileIdc.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ProfileIdc.gen.cs index a8d19b7cb8..17d2727626 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ProfileIdc.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ProfileIdc.gen.cs @@ -7,22 +7,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH265ProfileIdc : uint { - [SupportedApiProfile("vulkan")] Main = 1, - - [SupportedApiProfile("vulkan")] Main10 = 2, - - [SupportedApiProfile("vulkan")] MainStillPicture = 3, - - [SupportedApiProfile("vulkan")] FormatRangeExtensions = 4, - - [SupportedApiProfile("vulkan")] SccExtensions = 9, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ProfileTierLevel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ProfileTierLevel.gen.cs index e76cf404a3..ff4e59bf86 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ProfileTierLevel.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ProfileTierLevel.gen.cs @@ -8,15 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ProfileTierLevel { - [SupportedApiProfile("vulkan")] public StdVideoH265ProfileTierLevelFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoH265ProfileIdc GeneralProfileIdc; - - [SupportedApiProfile("vulkan")] public StdVideoH265LevelIdc GeneralLevelIdc; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ProfileTierLevelFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ProfileTierLevelFlags.gen.cs index 70cf34d745..c4391d6ff6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ProfileTierLevelFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ProfileTierLevelFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ProfileTierLevelFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint general_tier_flag + public uint GeneralTierFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint general_tier_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint general_progressive_source_flag + public uint GeneralProgressiveSourceFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint general_progressive_source_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint general_interlaced_source_flag + public uint GeneralInterlacedSourceFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint general_interlaced_source_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint general_non_packed_constraint_flag + public uint GeneralNonPackedConstraintFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint general_non_packed_constraint_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint general_frame_only_constraint_flag + public uint GeneralFrameOnlyConstraintFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingLists.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingLists.gen.cs index e462ddb8ff..4037e9a1af 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingLists.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingLists.gen.cs @@ -8,30 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ScalingLists { [NativeTypeName("uint8_t[6][16]")] - [SupportedApiProfile("vulkan")] public StdVideoH265ScalingListsScalingList4X4 ScalingList4X4; [NativeTypeName("uint8_t[6][64]")] - [SupportedApiProfile("vulkan")] public StdVideoH265ScalingListsScalingList8X8 ScalingList8X8; [NativeTypeName("uint8_t[6][64]")] - [SupportedApiProfile("vulkan")] public StdVideoH265ScalingListsScalingList16X16 ScalingList16X16; [NativeTypeName("uint8_t[2][64]")] - [SupportedApiProfile("vulkan")] public StdVideoH265ScalingListsScalingList32X32 ScalingList32X32; [NativeTypeName("uint8_t[6]")] - [SupportedApiProfile("vulkan")] public StdVideoH265ScalingListsScalingListDCCoef16X16 ScalingListDCCoef16X16; [NativeTypeName("uint8_t[2]")] - [SupportedApiProfile("vulkan")] public StdVideoH265ScalingListsScalingListDCCoef32X32 ScalingListDCCoef32X32; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList16X16.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList16X16.gen.cs index b03bebdaa7..405ff0a624 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList16X16.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList16X16.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(6 * 64)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ScalingListsScalingList16X16 { - [SupportedApiProfile("vulkan")] public byte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList32X32.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList32X32.gen.cs index fcfff2c174..3f83701b87 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList32X32.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList32X32.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2 * 64)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ScalingListsScalingList32X32 { - [SupportedApiProfile("vulkan")] public byte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList4X4.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList4X4.gen.cs index 977969a595..f321b0a9af 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList4X4.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList4X4.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(6 * 16)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ScalingListsScalingList4X4 { - [SupportedApiProfile("vulkan")] public byte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList8X8.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList8X8.gen.cs index 5748b4f7fc..b081a71955 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList8X8.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingList8X8.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(6 * 64)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ScalingListsScalingList8X8 { - [SupportedApiProfile("vulkan")] public byte E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingListDCCoef16X16.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingListDCCoef16X16.gen.cs index a9e035af50..a02d2e13b6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingListDCCoef16X16.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingListDCCoef16X16.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(6)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ScalingListsScalingListDCCoef16X16 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingListDCCoef32X32.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingListDCCoef32X32.gen.cs index 632f5cf2ec..04b747af6d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingListDCCoef32X32.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ScalingListsScalingListDCCoef32X32.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ScalingListsScalingListDCCoef32X32 { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SequenceParameterSet.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SequenceParameterSet.gen.cs index 76ffc861f6..7b83e39f85 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SequenceParameterSet.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SequenceParameterSet.gen.cs @@ -7,160 +7,119 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoH265SequenceParameterSet { - [SupportedApiProfile("vulkan")] public StdVideoH265SpsFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoH265ChromaFormatIdc ChromaFormatIdc; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint PicWidthInLumaSamples; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint PicHeightInLumaSamples; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SpsVideoParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SpsMaxSubLayersMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SpsSeqParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte BitDepthLumaMinus8; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte BitDepthChromaMinus8; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2MaxPicOrderCntLsbMinus4; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2MinLumaCodingBlockSizeMinus3; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2DiffMaxMinLumaCodingBlockSize; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2MinLumaTransformBlockSizeMinus2; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2DiffMaxMinLumaTransformBlockSize; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte MaxTransformHierarchyDepthInter; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte MaxTransformHierarchyDepthIntra; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumShortTermRefPicSets; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumLongTermRefPicsSps; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PcmSampleBitDepthLumaMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PcmSampleBitDepthChromaMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2MinPcmLumaCodingBlockSizeMinus3; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2DiffMaxMinPcmLumaCodingBlockSize; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved2; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte PaletteMaxSize; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte DeltaPaletteMaxPredictorSize; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte MotionVectorResolutionControlIdc; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SpsNumPalettePredictorInitializersMinus1; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint ConfWinLeftOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint ConfWinRightOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint ConfWinTopOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint ConfWinBottomOffset; [NativeTypeName("const StdVideoH265ProfileTierLevel *")] - [SupportedApiProfile("vulkan")] public StdVideoH265ProfileTierLevel* PProfileTierLevel; [NativeTypeName("const StdVideoH265DecPicBufMgr *")] - [SupportedApiProfile("vulkan")] public StdVideoH265DecPicBufMgr* PDecPicBufMgr; [NativeTypeName("const StdVideoH265ScalingLists *")] - [SupportedApiProfile("vulkan")] public StdVideoH265ScalingLists* PScalingLists; [NativeTypeName("const StdVideoH265ShortTermRefPicSet *")] - [SupportedApiProfile("vulkan")] public StdVideoH265ShortTermRefPicSet* PShortTermRefPicSet; [NativeTypeName("const StdVideoH265LongTermRefPicsSps *")] - [SupportedApiProfile("vulkan")] public StdVideoH265LongTermRefPicsSps* PLongTermRefPicsSps; [NativeTypeName("const StdVideoH265SequenceParameterSetVui *")] - [SupportedApiProfile("vulkan")] public StdVideoH265SequenceParameterSetVui* PSequenceParameterSetVui; [NativeTypeName("const StdVideoH265PredictorPaletteEntries *")] - [SupportedApiProfile("vulkan")] public StdVideoH265PredictorPaletteEntries* PPredictorPaletteEntries; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SequenceParameterSetVui.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SequenceParameterSetVui.gen.cs index 06dcf81c5d..b22b5fc785 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SequenceParameterSetVui.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SequenceParameterSetVui.gen.cs @@ -8,108 +8,80 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoH265SequenceParameterSetVui { - [SupportedApiProfile("vulkan")] public StdVideoH265SpsVuiFlags Flags; - - [SupportedApiProfile("vulkan")] public StdVideoH265AspectRatioIdc AspectRatioIdc; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort SarWidth; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort SarHeight; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte VideoFormat; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ColourPrimaries; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte TransferCharacteristics; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte MatrixCoeffs; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ChromaSampleLocTypeTopField; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte ChromaSampleLocTypeBottomField; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved2; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort DefDispWinLeftOffset; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort DefDispWinRightOffset; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort DefDispWinTopOffset; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort DefDispWinBottomOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint VuiNumUnitsInTick; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint VuiTimeScale; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint VuiNumTicksPocDiffOneMinus1; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort MinSpatialSegmentationIdc; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort Reserved3; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte MaxBytesPerPicDenom; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte MaxBitsPerMinCuDenom; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2MaxMvLengthHorizontal; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Log2MaxMvLengthVertical; [NativeTypeName("const StdVideoH265HrdParameters *")] - [SupportedApiProfile("vulkan")] public StdVideoH265HrdParameters* PHrdParameters; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSet.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSet.gen.cs index be82d40e5e..bf674590db 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSet.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSet.gen.cs @@ -8,61 +8,46 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ShortTermRefPicSet { - [SupportedApiProfile("vulkan")] public StdVideoH265ShortTermRefPicSetFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint DeltaIdxMinus1; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort UseDeltaFlag; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort AbsDeltaRpsMinus1; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort UsedByCurrPicFlag; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort UsedByCurrPicS0Flag; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort UsedByCurrPicS1Flag; [NativeTypeName("uint16_t")] - [SupportedApiProfile("vulkan")] public ushort Reserved1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved2; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved3; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumNegativePics; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte NumPositivePics; [NativeTypeName("uint16_t[16]")] - [SupportedApiProfile("vulkan")] public StdVideoH265ShortTermRefPicSetDeltaPocS0Minus1 DeltaPocS0Minus1; [NativeTypeName("uint16_t[16]")] - [SupportedApiProfile("vulkan")] public StdVideoH265ShortTermRefPicSetDeltaPocS1Minus1 DeltaPocS1Minus1; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSetDeltaPocS0Minus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSetDeltaPocS0Minus1.gen.cs index dd525cd2e6..6957322a16 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSetDeltaPocS0Minus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSetDeltaPocS0Minus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ShortTermRefPicSetDeltaPocS0Minus1 { - [SupportedApiProfile("vulkan")] public ushort E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSetDeltaPocS1Minus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSetDeltaPocS1Minus1.gen.cs index 7ddf2c864d..f93856bb7c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSetDeltaPocS1Minus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSetDeltaPocS1Minus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(16)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ShortTermRefPicSetDeltaPocS1Minus1 { - [SupportedApiProfile("vulkan")] public ushort E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSetFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSetFlags.gen.cs index a974840268..1f93dbcca0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSetFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265ShortTermRefPicSetFlags.gen.cs @@ -7,15 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265ShortTermRefPicSetFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint inter_ref_pic_set_prediction_flag + public uint InterRefPicSetPredictionFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -24,8 +21,7 @@ public uint inter_ref_pic_set_prediction_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint delta_rps_sign + public uint DeltaRpsSign { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SliceType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SliceType.gen.cs index 962826bc85..4123229ec4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SliceType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SliceType.gen.cs @@ -7,16 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoH265SliceType : uint { - [SupportedApiProfile("vulkan")] B = 0, - - [SupportedApiProfile("vulkan")] P = 1, - - [SupportedApiProfile("vulkan")] I = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SpsFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SpsFlags.gen.cs index bfcb3feda0..511b4dfbe8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SpsFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SpsFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265SpsFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sps_temporal_id_nesting_flag + public uint SpsTemporalIdNestingFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint sps_temporal_id_nesting_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint separate_colour_plane_flag + public uint SeparateColourPlaneFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint separate_colour_plane_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint conformance_window_flag + public uint ConformanceWindowFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint conformance_window_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sps_sub_layer_ordering_info_present_flag + public uint SpsSubLayerOrderingInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint sps_sub_layer_ordering_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint scaling_list_enabled_flag + public uint ScalingListEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -65,8 +58,7 @@ public uint scaling_list_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sps_scaling_list_data_present_flag + public uint SpsScalingListDataPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } @@ -75,8 +67,7 @@ public uint sps_scaling_list_data_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint amp_enabled_flag + public uint AmpEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 6) & 0x1u; } @@ -85,8 +76,7 @@ public uint amp_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sample_adaptive_offset_enabled_flag + public uint SampleAdaptiveOffsetEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 7) & 0x1u; } @@ -95,8 +85,7 @@ public uint sample_adaptive_offset_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pcm_enabled_flag + public uint PcmEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 8) & 0x1u; } @@ -105,8 +94,7 @@ public uint pcm_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint pcm_loop_filter_disabled_flag + public uint PcmLoopFilterDisabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 9) & 0x1u; } @@ -115,8 +103,7 @@ public uint pcm_loop_filter_disabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint long_term_ref_pics_present_flag + public uint LongTermRefPicsPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 10) & 0x1u; } @@ -125,8 +112,7 @@ public uint long_term_ref_pics_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sps_temporal_mvp_enabled_flag + public uint SpsTemporalMvpEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 11) & 0x1u; } @@ -135,8 +121,7 @@ public uint sps_temporal_mvp_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint strong_intra_smoothing_enabled_flag + public uint StrongIntraSmoothingEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 12) & 0x1u; } @@ -145,8 +130,7 @@ public uint strong_intra_smoothing_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint vui_parameters_present_flag + public uint VuiParametersPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 13) & 0x1u; } @@ -155,8 +139,7 @@ public uint vui_parameters_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sps_extension_present_flag + public uint SpsExtensionPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 14) & 0x1u; } @@ -165,8 +148,7 @@ public uint sps_extension_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sps_range_extension_flag + public uint SpsRangeExtensionFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 15) & 0x1u; } @@ -175,8 +157,7 @@ public uint sps_range_extension_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint transform_skip_rotation_enabled_flag + public uint TransformSkipRotationEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 16) & 0x1u; } @@ -185,8 +166,7 @@ public uint transform_skip_rotation_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint transform_skip_context_enabled_flag + public uint TransformSkipContextEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 17) & 0x1u; } @@ -195,8 +175,7 @@ public uint transform_skip_context_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint implicit_rdpcm_enabled_flag + public uint ImplicitRdpcmEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 18) & 0x1u; } @@ -205,8 +184,7 @@ public uint implicit_rdpcm_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint explicit_rdpcm_enabled_flag + public uint ExplicitRdpcmEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 19) & 0x1u; } @@ -215,8 +193,7 @@ public uint explicit_rdpcm_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint extended_precision_processing_flag + public uint ExtendedPrecisionProcessingFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 20) & 0x1u; } @@ -225,8 +202,7 @@ public uint extended_precision_processing_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint intra_smoothing_disabled_flag + public uint IntraSmoothingDisabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 21) & 0x1u; } @@ -235,8 +211,7 @@ public uint intra_smoothing_disabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint high_precision_offsets_enabled_flag + public uint HighPrecisionOffsetsEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 22) & 0x1u; } @@ -245,8 +220,7 @@ public uint high_precision_offsets_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint persistent_rice_adaptation_enabled_flag + public uint PersistentRiceAdaptationEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 23) & 0x1u; } @@ -255,8 +229,7 @@ public uint persistent_rice_adaptation_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint cabac_bypass_alignment_enabled_flag + public uint CabacBypassAlignmentEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 24) & 0x1u; } @@ -265,8 +238,7 @@ public uint cabac_bypass_alignment_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sps_scc_extension_flag + public uint SpsSccExtensionFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 25) & 0x1u; } @@ -275,8 +247,7 @@ public uint sps_scc_extension_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sps_curr_pic_ref_enabled_flag + public uint SpsCurrPicRefEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 26) & 0x1u; } @@ -285,8 +256,7 @@ public uint sps_curr_pic_ref_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint palette_mode_enabled_flag + public uint PaletteModeEnabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 27) & 0x1u; } @@ -295,8 +265,7 @@ public uint palette_mode_enabled_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint sps_palette_predictor_initializers_present_flag + public uint SpsPalettePredictorInitializersPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 28) & 0x1u; } @@ -305,8 +274,7 @@ public uint sps_palette_predictor_initializers_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint intra_boundary_filtering_disabled_flag + public uint IntraBoundaryFilteringDisabledFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 29) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SpsVuiFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SpsVuiFlags.gen.cs index fec636ea16..e822b7a244 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SpsVuiFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SpsVuiFlags.gen.cs @@ -7,15 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265SpsVuiFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint aspect_ratio_info_present_flag + public uint AspectRatioInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -24,8 +21,7 @@ public uint aspect_ratio_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint overscan_info_present_flag + public uint OverscanInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -34,8 +30,7 @@ public uint overscan_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint overscan_appropriate_flag + public uint OverscanAppropriateFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -44,8 +39,7 @@ public uint overscan_appropriate_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint video_signal_type_present_flag + public uint VideoSignalTypePresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -54,8 +48,7 @@ public uint video_signal_type_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint video_full_range_flag + public uint VideoFullRangeFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0x1u; } @@ -64,8 +57,7 @@ public uint video_full_range_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint colour_description_present_flag + public uint ColourDescriptionPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 5) & 0x1u; } @@ -74,8 +66,7 @@ public uint colour_description_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint chroma_loc_info_present_flag + public uint ChromaLocInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 6) & 0x1u; } @@ -84,8 +75,7 @@ public uint chroma_loc_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint neutral_chroma_indication_flag + public uint NeutralChromaIndicationFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 7) & 0x1u; } @@ -94,8 +84,7 @@ public uint neutral_chroma_indication_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint field_seq_flag + public uint FieldSeqFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 8) & 0x1u; } @@ -104,8 +93,7 @@ public uint field_seq_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint frame_field_info_present_flag + public uint FrameFieldInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 9) & 0x1u; } @@ -114,8 +102,7 @@ public uint frame_field_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint default_display_window_flag + public uint DefaultDisplayWindowFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 10) & 0x1u; } @@ -124,8 +111,7 @@ public uint default_display_window_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint vui_timing_info_present_flag + public uint VuiTimingInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 11) & 0x1u; } @@ -134,8 +120,7 @@ public uint vui_timing_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint vui_poc_proportional_to_timing_flag + public uint VuiPocProportionalToTimingFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 12) & 0x1u; } @@ -144,8 +129,7 @@ public uint vui_poc_proportional_to_timing_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint vui_hrd_parameters_present_flag + public uint VuiHrdParametersPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 13) & 0x1u; } @@ -154,8 +138,7 @@ public uint vui_hrd_parameters_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint bitstream_restriction_flag + public uint BitstreamRestrictionFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 14) & 0x1u; } @@ -164,8 +147,7 @@ public uint bitstream_restriction_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint tiles_fixed_structure_flag + public uint TilesFixedStructureFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 15) & 0x1u; } @@ -174,8 +156,7 @@ public uint tiles_fixed_structure_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint motion_vectors_over_pic_boundaries_flag + public uint MotionVectorsOverPicBoundariesFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 16) & 0x1u; } @@ -184,8 +165,7 @@ public uint motion_vectors_over_pic_boundaries_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint restricted_ref_pic_lists_flag + public uint RestrictedRefPicListsFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 17) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParameters.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParameters.gen.cs index 061b5d5b6d..1342466075 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParameters.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParameters.gen.cs @@ -8,26 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265SubLayerHrdParameters { [NativeTypeName("uint32_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoH265SubLayerHrdParametersBitRateValueMinus1 BitRateValueMinus1; [NativeTypeName("uint32_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoH265SubLayerHrdParametersCpbSizeValueMinus1 CpbSizeValueMinus1; [NativeTypeName("uint32_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoH265SubLayerHrdParametersCpbSizeDuValueMinus1 CpbSizeDuValueMinus1; [NativeTypeName("uint32_t[32]")] - [SupportedApiProfile("vulkan")] public StdVideoH265SubLayerHrdParametersBitRateDuValueMinus1 BitRateDuValueMinus1; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint CbrFlag; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersBitRateDuValueMinus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersBitRateDuValueMinus1.gen.cs index 2072c8a499..c64d14b13d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersBitRateDuValueMinus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersBitRateDuValueMinus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265SubLayerHrdParametersBitRateDuValueMinus1 { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersBitRateValueMinus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersBitRateValueMinus1.gen.cs index 4b48e8d58a..563587d9c0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersBitRateValueMinus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersBitRateValueMinus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265SubLayerHrdParametersBitRateValueMinus1 { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersCpbSizeDuValueMinus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersCpbSizeDuValueMinus1.gen.cs index e9093a7fb4..e9a3a55036 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersCpbSizeDuValueMinus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersCpbSizeDuValueMinus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265SubLayerHrdParametersCpbSizeDuValueMinus1 { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersCpbSizeValueMinus1.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersCpbSizeValueMinus1.gen.cs index d6354d6306..04645810a4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersCpbSizeValueMinus1.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265SubLayerHrdParametersCpbSizeValueMinus1.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(32)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265SubLayerHrdParametersCpbSizeValueMinus1 { - [SupportedApiProfile("vulkan")] public uint E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265VideoParameterSet.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265VideoParameterSet.gen.cs index 5edd1c892d..29eba9ab66 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265VideoParameterSet.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265VideoParameterSet.gen.cs @@ -7,53 +7,40 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct StdVideoH265VideoParameterSet { - [SupportedApiProfile("vulkan")] public StdVideoH265VpsFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte VpsVideoParameterSetId; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte VpsMaxSubLayersMinus1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved1; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved2; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint VpsNumUnitsInTick; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint VpsTimeScale; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint VpsNumTicksPocDiffOneMinus1; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan")] public uint Reserved3; [NativeTypeName("const StdVideoH265DecPicBufMgr *")] - [SupportedApiProfile("vulkan")] public StdVideoH265DecPicBufMgr* PDecPicBufMgr; [NativeTypeName("const StdVideoH265HrdParameters *")] - [SupportedApiProfile("vulkan")] public StdVideoH265HrdParameters* PHrdParameters; [NativeTypeName("const StdVideoH265ProfileTierLevel *")] - [SupportedApiProfile("vulkan")] public StdVideoH265ProfileTierLevel* PProfileTierLevel; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265VpsFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265VpsFlags.gen.cs index 19f45ea053..1ef9ef97f7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoH265VpsFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoH265VpsFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoH265VpsFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint vps_temporal_id_nesting_flag + public uint VpsTemporalIdNestingFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint vps_temporal_id_nesting_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint vps_sub_layer_ordering_info_present_flag + public uint VpsSubLayerOrderingInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint vps_sub_layer_ordering_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint vps_timing_info_present_flag + public uint VpsTimingInfoPresentFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint vps_timing_info_present_flag } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint vps_poc_proportional_to_timing_flag + public uint VpsPocProportionalToTimingFlag { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ColorConfig.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ColorConfig.gen.cs index 04659ed296..f7ed5021ed 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ColorConfig.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ColorConfig.gen.cs @@ -8,28 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoVP9ColorConfig { - [SupportedApiProfile("vulkan")] public StdVideoVP9ColorConfigFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte BitDepth; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SubsamplingX; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte SubsamplingY; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte Reserved1; - - [SupportedApiProfile("vulkan")] public StdVideoVP9ColorSpace ColorSpace; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ColorConfigFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ColorConfigFlags.gen.cs index 73b979566a..c0de9849c7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ColorConfigFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ColorConfigFlags.gen.cs @@ -6,15 +6,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoVP9ColorConfigFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint color_range + public uint ColorRange { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -23,8 +20,7 @@ public uint color_range } [NativeTypeName("uint32_t : 31")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x7FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ColorSpace.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ColorSpace.gen.cs index adfab9707d..ce99d92b71 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ColorSpace.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ColorSpace.gen.cs @@ -6,31 +6,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoVP9ColorSpace : uint { - [SupportedApiProfile("vulkan")] Unknown = 0, - - [SupportedApiProfile("vulkan")] Bt601 = 1, - - [SupportedApiProfile("vulkan")] Bt709 = 2, - - [SupportedApiProfile("vulkan")] Smpte170 = 3, - - [SupportedApiProfile("vulkan")] Smpte240 = 4, - - [SupportedApiProfile("vulkan")] Bt2020 = 5, - - [SupportedApiProfile("vulkan")] Reserved = 6, - - [SupportedApiProfile("vulkan")] Rgb = 7, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9FrameType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9FrameType.gen.cs index 4c09addbfb..a35a97c0f8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9FrameType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9FrameType.gen.cs @@ -8,13 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoVP9FrameType : uint { - [SupportedApiProfile("vulkan")] Key = 0, - - [SupportedApiProfile("vulkan")] NonKey = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9InterpolationFilter.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9InterpolationFilter.gen.cs index 9692ca5543..1ea118df08 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9InterpolationFilter.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9InterpolationFilter.gen.cs @@ -6,22 +6,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoVP9InterpolationFilter : uint { - [SupportedApiProfile("vulkan")] Eighttap = 0, - - [SupportedApiProfile("vulkan")] EighttapSmooth = 1, - - [SupportedApiProfile("vulkan")] EighttapSharp = 2, - - [SupportedApiProfile("vulkan")] Bilinear = 3, - - [SupportedApiProfile("vulkan")] Switchable = 4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9Level.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9Level.gen.cs index 054ebf861f..c06e280fba 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9Level.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9Level.gen.cs @@ -8,49 +8,20 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoVP9Level : uint { - [SupportedApiProfile("vulkan")] Level1X0 = 0, - - [SupportedApiProfile("vulkan")] Level1X1 = 1, - - [SupportedApiProfile("vulkan")] Level2X0 = 2, - - [SupportedApiProfile("vulkan")] Level2X1 = 3, - - [SupportedApiProfile("vulkan")] Level3X0 = 4, - - [SupportedApiProfile("vulkan")] Level3X1 = 5, - - [SupportedApiProfile("vulkan")] Level4X0 = 6, - - [SupportedApiProfile("vulkan")] Level4X1 = 7, - - [SupportedApiProfile("vulkan")] Level5X0 = 8, - - [SupportedApiProfile("vulkan")] Level5X1 = 9, - - [SupportedApiProfile("vulkan")] Level5X2 = 10, - - [SupportedApiProfile("vulkan")] Level6X0 = 11, - - [SupportedApiProfile("vulkan")] Level6X1 = 12, - - [SupportedApiProfile("vulkan")] Level6X2 = 13, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilter.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilter.gen.cs index eac38e4998..9bb2fa8e89 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilter.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilter.gen.cs @@ -8,33 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoVP9LoopFilter { - [SupportedApiProfile("vulkan")] public StdVideoVP9LoopFilterFlags Flags; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte LoopFilterLevel; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte LoopFilterSharpness; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte UpdateRefDelta; [NativeTypeName("int8_t[4]")] - [SupportedApiProfile("vulkan")] public StdVideoVP9LoopFilterLoopFilterRefDeltas LoopFilterRefDeltas; [NativeTypeName("uint8_t")] - [SupportedApiProfile("vulkan")] public byte UpdateModeDelta; [NativeTypeName("int8_t[2]")] - [SupportedApiProfile("vulkan")] public StdVideoVP9LoopFilterLoopFilterModeDeltas LoopFilterModeDeltas; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilterFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilterFlags.gen.cs index b0ef2662b5..573d85098c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilterFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilterFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoVP9LoopFilterFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint loop_filter_delta_enabled + public uint LoopFilterDeltaEnabled { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint loop_filter_delta_enabled } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint loop_filter_delta_update + public uint LoopFilterDeltaUpdate { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint loop_filter_delta_update } [NativeTypeName("uint32_t : 30")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x3FFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilterLoopFilterModeDeltas.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilterLoopFilterModeDeltas.gen.cs index fda55adc32..6ef6810d01 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilterLoopFilterModeDeltas.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilterLoopFilterModeDeltas.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(2)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoVP9LoopFilterLoopFilterModeDeltas { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilterLoopFilterRefDeltas.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilterLoopFilterRefDeltas.gen.cs index c50e49a3d9..3e7826afa7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilterLoopFilterRefDeltas.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9LoopFilterLoopFilterRefDeltas.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(4)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoVP9LoopFilterLoopFilterRefDeltas { - [SupportedApiProfile("vulkan")] public sbyte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9Profile.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9Profile.gen.cs index d2ae005560..4d534b2d9e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9Profile.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9Profile.gen.cs @@ -7,19 +7,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoVP9Profile : uint { - [SupportedApiProfile("vulkan")] Profile0 = 0, - - [SupportedApiProfile("vulkan")] Profile1 = 1, - - [SupportedApiProfile("vulkan")] Profile2 = 2, - - [SupportedApiProfile("vulkan")] Profile3 = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ReferenceName.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ReferenceName.gen.cs index 44e1a5e0e1..03480e6f36 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ReferenceName.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9ReferenceName.gen.cs @@ -7,19 +7,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StdVideoVP9ReferenceName : uint { - [SupportedApiProfile("vulkan")] IntraFrame = 0, - - [SupportedApiProfile("vulkan")] LastFrame = 1, - - [SupportedApiProfile("vulkan")] GoldenFrame = 2, - - [SupportedApiProfile("vulkan")] AltrefFrame = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9Segmentation.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9Segmentation.gen.cs index fede7b2bc3..ab09162581 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9Segmentation.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9Segmentation.gen.cs @@ -7,25 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoVP9Segmentation { - [SupportedApiProfile("vulkan")] public StdVideoVP9SegmentationFlags Flags; [NativeTypeName("uint8_t[7]")] - [SupportedApiProfile("vulkan")] public StdVideoVP9SegmentationSegmentationTreeProbs SegmentationTreeProbs; [NativeTypeName("uint8_t[3]")] - [SupportedApiProfile("vulkan")] public StdVideoVP9SegmentationSegmentationPredProb SegmentationPredProb; [NativeTypeName("uint8_t[8]")] - [SupportedApiProfile("vulkan")] public StdVideoVP9SegmentationFeatureEnabled FeatureEnabled; [NativeTypeName("int16_t[8][4]")] - [SupportedApiProfile("vulkan")] public StdVideoVP9SegmentationFeatureData FeatureData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationFeatureData.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationFeatureData.gen.cs index cbad59fe16..408a5afe0c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationFeatureData.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationFeatureData.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8 * 4)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoVP9SegmentationFeatureData { - [SupportedApiProfile("vulkan")] public short E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationFeatureEnabled.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationFeatureEnabled.gen.cs index eb1c2ff5c0..ee828955c4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationFeatureEnabled.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationFeatureEnabled.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(8)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoVP9SegmentationFeatureEnabled { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationFlags.gen.cs index 6607269096..6ad9dab382 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationFlags.gen.cs @@ -8,15 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StdVideoVP9SegmentationFlags { - [SupportedApiProfile("vulkan")] public uint Bitfield; [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_update_map + public uint SegmentationUpdateMap { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return Bitfield & 0x1u; } @@ -25,8 +22,7 @@ public uint segmentation_update_map } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_temporal_update + public uint SegmentationTemporalUpdate { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 1) & 0x1u; } @@ -35,8 +31,7 @@ public uint segmentation_temporal_update } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_update_data + public uint SegmentationUpdateData { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 2) & 0x1u; } @@ -45,8 +40,7 @@ public uint segmentation_update_data } [NativeTypeName("uint32_t : 1")] - [SupportedApiProfile("vulkan")] - public uint segmentation_abs_or_delta_update + public uint SegmentationAbsOrDeltaUpdate { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 3) & 0x1u; } @@ -55,8 +49,7 @@ public uint segmentation_abs_or_delta_update } [NativeTypeName("uint32_t : 28")] - [SupportedApiProfile("vulkan")] - public uint reserved + public uint Reserved { [MethodImpl(MethodImplOptions.AggressiveInlining)] readonly get { return (Bitfield >> 4) & 0xFFFFFFFu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationSegmentationPredProb.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationSegmentationPredProb.gen.cs index 3f90308842..6daea00fe1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationSegmentationPredProb.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationSegmentationPredProb.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoVP9SegmentationSegmentationPredProb { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationSegmentationTreeProbs.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationSegmentationTreeProbs.gen.cs index 2ec66356d6..b3f6a3e2b9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationSegmentationTreeProbs.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StdVideoVP9SegmentationSegmentationTreeProbs.gen.cs @@ -9,9 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile("vulkan")] public partial struct StdVideoVP9SegmentationSegmentationTreeProbs { - [SupportedApiProfile("vulkan")] public byte E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StencilFaceFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StencilFaceFlags.gen.cs index 8a07658a18..78ee204777 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StencilFaceFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StencilFaceFlags.gen.cs @@ -8,64 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum StencilFaceFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FrontBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] BackBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FrontAndBack = 0x3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StencilOp.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StencilOp.gen.cs index 8e3821e00f..b3ea478a3c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StencilOp.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StencilOp.gen.cs @@ -7,151 +7,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StencilOp : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Keep = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Zero = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Replace = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] IncrementAndClamp = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DecrementAndClamp = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Invert = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] IncrementAndWrap = 6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DecrementAndWrap = 7, } diff --git a/sources/Vulkan/Vulkan/Vulkan/StencilOpState.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StencilOpState.gen.cs index 92d58e03f4..89d251efa5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StencilOpState.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StencilOpState.gen.cs @@ -7,135 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StencilOpState { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StencilOp FailOp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StencilOp PassOp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StencilOp DepthFailOp; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public CompareOp CompareOp; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint CompareMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint WriteMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Reference; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StridedDeviceAddressNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StridedDeviceAddressNV.gen.cs index 42d58de58a..9dc70027a5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StridedDeviceAddressNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StridedDeviceAddressNV.gen.cs @@ -8,22 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StridedDeviceAddressNV { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong StartAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong StrideInBytes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StridedDeviceAddressRangeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StridedDeviceAddressRangeKHR.gen.cs index a09b066ed0..e953996385 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StridedDeviceAddressRangeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StridedDeviceAddressRangeKHR.gen.cs @@ -8,39 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StridedDeviceAddressRangeKHR { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public ulong Address; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public ulong Size; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public ulong Stride; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StridedDeviceAddressRegionKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StridedDeviceAddressRegionKHR.gen.cs index 16efa555f5..4b19acf63f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StridedDeviceAddressRegionKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StridedDeviceAddressRegionKHR.gen.cs @@ -8,39 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct StridedDeviceAddressRegionKHR { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public ulong DeviceAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public ulong Stride; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public ulong Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/StructureType.gen.cs b/sources/Vulkan/Vulkan/Vulkan/StructureType.gen.cs index f0373aeae9..53706ee3c6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/StructureType.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/StructureType.gen.cs @@ -7,14148 +7,1386 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum StructureType : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ApplicationInfo = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] InstanceCreateInfo = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DeviceQueueCreateInfo = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DeviceCreateInfo = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SubmitInfo = 4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] MemoryAllocateInfo = 5, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] MappedMemoryRange = 6, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] BindSparseInfo = 7, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FenceCreateInfo = 8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SemaphoreCreateInfo = 9, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] EventCreateInfo = 10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] QueryPoolCreateInfo = 11, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] BufferCreateInfo = 12, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] BufferViewCreateInfo = 13, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ImageCreateInfo = 14, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ImageViewCreateInfo = 15, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ShaderModuleCreateInfo = 16, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineCacheCreateInfo = 17, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineShaderStageCreateInfo = 18, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineVertexInputStateCreateInfo = 19, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineInputAssemblyStateCreateInfo = 20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineTessellationStateCreateInfo = 21, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineViewportStateCreateInfo = 22, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineRasterizationStateCreateInfo = 23, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineMultisampleStateCreateInfo = 24, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineDepthStencilStateCreateInfo = 25, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineColorBlendStateCreateInfo = 26, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineDynamicStateCreateInfo = 27, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] GraphicsPipelineCreateInfo = 28, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ComputePipelineCreateInfo = 29, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] PipelineLayoutCreateInfo = 30, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SamplerCreateInfo = 31, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DescriptorSetLayoutCreateInfo = 32, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DescriptorPoolCreateInfo = 33, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] DescriptorSetAllocateInfo = 34, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] WriteDescriptorSet = 35, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CopyDescriptorSet = 36, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] FramebufferCreateInfo = 37, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] RenderPassCreateInfo = 38, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CommandPoolCreateInfo = 39, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CommandBufferAllocateInfo = 40, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CommandBufferInheritanceInfo = 41, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] CommandBufferBeginInfo = 42, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] RenderPassBeginInfo = 43, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] BufferMemoryBarrier = 44, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] ImageMemoryBarrier = 45, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] MemoryBarrier = 46, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] LoaderInstanceCreateInfo = 47, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] LoaderDeviceCreateInfo = 48, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] BindBufferMemoryInfo = 1000157000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] BindImageMemoryInfo = 1000157001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] MemoryDedicatedRequirements = 1000127000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] MemoryDedicatedAllocateInfo = 1000127001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] MemoryAllocateFlagsInfo = 1000060000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DeviceGroupCommandBufferBeginInfo = 1000060004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DeviceGroupSubmitInfo = 1000060005, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DeviceGroupBindSparseInfo = 1000060006, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] BindBufferMemoryDeviceGroupInfo = 1000060013, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] BindImageMemoryDeviceGroupInfo = 1000060014, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceGroupProperties = 1000070000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DeviceGroupDeviceCreateInfo = 1000070001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] BufferMemoryRequirementsInfo2 = 1000146000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ImageMemoryRequirementsInfo2 = 1000146001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ImageSparseMemoryRequirementsInfo2 = 1000146002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] MemoryRequirements2 = 1000146003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] SparseImageMemoryRequirements2 = 1000146004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceFeatures2 = 1000059000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceProperties2 = 1000059001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] FormatProperties2 = 1000059002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ImageFormatProperties2 = 1000059003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceImageFormatInfo2 = 1000059004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] QueueFamilyProperties2 = 1000059005, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceMemoryProperties2 = 1000059006, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] SparseImageFormatProperties2 = 1000059007, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceSparseImageFormatInfo2 = 1000059008, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ImageViewUsageCreateInfo = 1000117002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ProtectedSubmitInfo = 1000145000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceProtectedMemoryFeatures = 1000145001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceProtectedMemoryProperties = 1000145002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DeviceQueueInfo2 = 1000145003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceExternalImageFormatInfo = 1000071000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ExternalImageFormatProperties = 1000071001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceExternalBufferInfo = 1000071002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ExternalBufferProperties = 1000071003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceIdProperties = 1000071004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ExternalMemoryBufferCreateInfo = 1000072000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ExternalMemoryImageCreateInfo = 1000072001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ExportMemoryAllocateInfo = 1000072002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceExternalFenceInfo = 1000112000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ExternalFenceProperties = 1000112001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ExportFenceCreateInfo = 1000113000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ExportSemaphoreCreateInfo = 1000077000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceExternalSemaphoreInfo = 1000076000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ExternalSemaphoreProperties = 1000076001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceSubgroupProperties = 1000094000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDevice16BitStorageFeatures = 1000083000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceVariablePointersFeatures = 1000120000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DescriptorUpdateTemplateCreateInfo = 1000085000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceMaintenance3Properties = 1000168000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DescriptorSetLayoutSupport = 1000168001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] SamplerYcbcrConversionCreateInfo = 1000156000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] SamplerYcbcrConversionInfo = 1000156001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] BindImagePlaneMemoryInfo = 1000156002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ImagePlaneMemoryRequirementsInfo = 1000156003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceSamplerYcbcrConversionFeatures = 1000156004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] SamplerYcbcrConversionImageFormatProperties = 1000156005, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] DeviceGroupRenderPassBeginInfo = 1000060003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDevicePointClippingProperties = 1000117000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] RenderPassInputAttachmentAspectCreateInfo = 1000117001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PipelineTessellationDomainOriginStateCreateInfo = 1000117003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] RenderPassMultiviewCreateInfo = 1000053000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceMultiviewFeatures = 1000053001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceMultiviewProperties = 1000053002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceShaderDrawParametersFeatures = 1000063000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceVulkan1X1Features = 49, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceVulkan1X1Properties = 50, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceVulkan1X2Features = 51, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceVulkan1X2Properties = 52, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] ImageFormatListCreateInfo = 1000147000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceDriverProperties = 1000196000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceVulkanMemoryModelFeatures = 1000211000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceHostQueryResetFeatures = 1000261000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceTimelineSemaphoreFeatures = 1000207000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceTimelineSemaphoreProperties = 1000207001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] SemaphoreTypeCreateInfo = 1000207002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] TimelineSemaphoreSubmitInfo = 1000207003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] SemaphoreWaitInfo = 1000207004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] SemaphoreSignalInfo = 1000207005, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceBufferDeviceAddressFeatures = 1000257000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] BufferDeviceAddressInfo = 1000244001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] BufferOpaqueCaptureAddressCreateInfo = 1000257002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] MemoryOpaqueCaptureAddressAllocateInfo = 1000257003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] DeviceMemoryOpaqueCaptureAddressInfo = 1000257004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDevice8BitStorageFeatures = 1000177000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceShaderAtomicInt64Features = 1000180000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceShaderFloat16Int8Features = 1000082000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceFloatControlsProperties = 1000197000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] DescriptorSetLayoutBindingFlagsCreateInfo = 1000161000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceDescriptorIndexingFeatures = 1000161001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceDescriptorIndexingProperties = 1000161002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] DescriptorSetVariableDescriptorCountAllocateInfo = 1000161003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] DescriptorSetVariableDescriptorCountLayoutSupport = 1000161004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceScalarBlockLayoutFeatures = 1000221000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceSamplerFilterMinmaxProperties = 1000130000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] SamplerReductionModeCreateInfo = 1000130001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceUniformBufferStandardLayoutFeatures = 1000253000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceShaderSubgroupExtendedTypesFeatures = 1000175000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] AttachmentDescription2 = 1000109000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] AttachmentReference2 = 1000109001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] SubpassDescription2 = 1000109002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] SubpassDependency2 = 1000109003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] RenderPassCreateInfo2 = 1000109004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] SubpassBeginInfo = 1000109005, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] SubpassEndInfo = 1000109006, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceDepthStencilResolveProperties = 1000199000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] SubpassDescriptionDepthStencilResolve = 1000199001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] ImageStencilUsageCreateInfo = 1000246000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceImagelessFramebufferFeatures = 1000108000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] FramebufferAttachmentsCreateInfo = 1000108001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] FramebufferAttachmentImageInfo = 1000108002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] RenderPassAttachmentBeginInfo = 1000108003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] PhysicalDeviceSeparateDepthStencilLayoutsFeatures = 1000241000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] AttachmentReferenceStencilLayout = 1000241001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] AttachmentDescriptionStencilLayout = 1000241002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceVulkan1X3Features = 53, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceVulkan1X3Properties = 54, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceToolProperties = 1000245000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDevicePrivateDataFeatures = 1000295000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] DevicePrivateDataCreateInfo = 1000295001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PrivateDataSlotCreateInfo = 1000295002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] MemoryBarrier2 = 1000314000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] BufferMemoryBarrier2 = 1000314001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ImageMemoryBarrier2 = 1000314002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] DependencyInfo = 1000314003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] SubmitInfo2 = 1000314004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] SemaphoreSubmitInfo = 1000314005, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] CommandBufferSubmitInfo = 1000314006, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceSynchronization2Features = 1000314007, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] CopyBufferInfo2 = 1000337000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] CopyImageInfo2 = 1000337001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] CopyBufferToImageInfo2 = 1000337002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] CopyImageToBufferInfo2 = 1000337003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] BufferCopy2 = 1000337006, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ImageCopy2 = 1000337007, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] BufferImageCopy2 = 1000337009, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceTextureCompressionAstcHdrFeatures = 1000066000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] FormatProperties3 = 1000360000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceMaintenance4Features = 1000413000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceMaintenance4Properties = 1000413001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] DeviceBufferMemoryRequirements = 1000413002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] DeviceImageMemoryRequirements = 1000413003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PipelineCreationFeedbackCreateInfo = 1000192000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceShaderTerminateInvocationFeatures = 1000215000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceShaderDemoteToHelperInvocationFeatures = 1000276000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDevicePipelineCreationCacheControlFeatures = 1000297000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures = 1000325000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceImageRobustnessFeatures = 1000335000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceSubgroupSizeControlProperties = 1000225000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PipelineShaderStageRequiredSubgroupSizeCreateInfo = 1000225001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceSubgroupSizeControlFeatures = 1000225002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceInlineUniformBlockFeatures = 1000138000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceInlineUniformBlockProperties = 1000138001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] WriteDescriptorSetInlineUniformBlock = 1000138002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] DescriptorPoolInlineUniformBlockCreateInfo = 1000138003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceShaderIntegerDotProductFeatures = 1000280000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceShaderIntegerDotProductProperties = 1000280001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] PhysicalDeviceTexelBufferAlignmentProperties = 1000281001, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] BlitImageInfo2 = 1000337004, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] ResolveImageInfo2 = 1000337005, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] ImageBlit2 = 1000337008, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] ImageResolve2 = 1000337010, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] RenderingInfo = 1000044000, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] RenderingAttachmentInfo = 1000044001, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] PipelineRenderingCreateInfo = 1000044002, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] PhysicalDeviceDynamicRenderingFeatures = 1000044003, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] CommandBufferInheritanceRenderingInfo = 1000044004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] PhysicalDeviceVulkan1X4Features = 55, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] PhysicalDeviceVulkan1X4Properties = 56, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] DeviceQueueGlobalPriorityCreateInfo = 1000174000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] PhysicalDeviceGlobalPriorityQueryFeatures = 1000388000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] QueueFamilyGlobalPriorityProperties = 1000388001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] PhysicalDeviceIndexTypeUint8Features = 1000265000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] MemoryMapInfo = 1000271000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] MemoryUnmapInfo = 1000271001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] PhysicalDeviceMaintenance5Features = 1000470000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] PhysicalDeviceMaintenance5Properties = 1000470001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] DeviceImageSubresourceInfo = 1000470004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] SubresourceLayout2 = 1000338002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] ImageSubresource2 = 1000338003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] BufferUsageFlags2CreateInfo = 1000470006, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] PhysicalDeviceMaintenance6Features = 1000545000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] PhysicalDeviceMaintenance6Properties = 1000545001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] BindMemoryStatus = 1000545002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] PhysicalDeviceHostImageCopyFeatures = 1000270000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] PhysicalDeviceHostImageCopyProperties = 1000270001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] MemoryToImageCopy = 1000270002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] ImageToMemoryCopy = 1000270003, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] CopyImageToMemoryInfo = 1000270004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] CopyMemoryToImageInfo = 1000270005, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] HostImageLayoutTransitionInfo = 1000270006, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] CopyImageToImageInfo = 1000270007, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] SubresourceHostMemcpySize = 1000270008, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] HostImageCopyDevicePerformanceQuery = 1000270009, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PhysicalDeviceShaderSubgroupRotateFeatures = 1000416000, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PhysicalDeviceShaderFloatControls2Features = 1000528000, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PhysicalDeviceShaderExpectAssumeFeatures = 1000544000, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PipelineCreateFlags2CreateInfo = 1000470005, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PhysicalDevicePushDescriptorProperties = 1000080000, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] BindDescriptorSetsInfo = 1000545003, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PushConstantsInfo = 1000545004, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PushDescriptorSetInfo = 1000545005, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PushDescriptorSetWithTemplateInfo = 1000545006, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PhysicalDevicePipelineProtectedAccessFeatures = 1000466000, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PipelineRobustnessCreateInfo = 1000068000, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PhysicalDevicePipelineRobustnessFeatures = 1000068001, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PhysicalDevicePipelineRobustnessProperties = 1000068002, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PhysicalDeviceLineRasterizationFeatures = 1000259000, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PipelineRasterizationLineStateCreateInfo = 1000259001, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PhysicalDeviceLineRasterizationProperties = 1000259002, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PhysicalDeviceVertexAttributeDivisorProperties = 1000525000, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PipelineVertexInputDivisorStateCreateInfo = 1000190001, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PhysicalDeviceVertexAttributeDivisorFeatures = 1000190002, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] RenderingAreaInfo = 1000470003, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] PhysicalDeviceDynamicRenderingLocalReadFeatures = 1000232000, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] RenderingAttachmentLocationInfo = 1000232001, - - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] RenderingInputAttachmentIndexInfo = 1000232002, - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] SwapchainCreateInfoKHR = 1000001000, - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] PresentInfoKHR = 1000001001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] DeviceGroupPresentCapabilitiesKHR = 1000060007, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] ImageSwapchainCreateInfoKHR = 1000060008, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] BindImageMemorySwapchainInfoKHR = 1000060009, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] AcquireNextImageInfoKHR = 1000060010, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] DeviceGroupPresentInfoKHR = 1000060011, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] DeviceGroupSwapchainCreateInfoKHR = 1000060012, - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] DisplayModeCreateInfoKHR = 1000002000, - - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] DisplaySurfaceCreateInfoKHR = 1000002001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] DisplayPresentInfoKHR = 1000003000, - - [SupportedApiProfile("vulkan", ["VK_KHR_xlib_surface"], ImpliesSets = ["VK_KHR_surface"])] XlibSurfaceCreateInfoKHR = 1000004000, - - [SupportedApiProfile("vulkan", ["VK_KHR_xcb_surface"], ImpliesSets = ["VK_KHR_surface"])] XcbSurfaceCreateInfoKHR = 1000005000, - - [SupportedApiProfile("vulkan", ["VK_KHR_wayland_surface"], ImpliesSets = ["VK_KHR_surface"])] WaylandSurfaceCreateInfoKHR = 1000006000, - - [SupportedApiProfile("vulkan", ["VK_KHR_android_surface"], ImpliesSets = ["VK_KHR_surface"])] AndroidSurfaceCreateInfoKHR = 1000008000, - - [SupportedApiProfile("vulkan", ["VK_KHR_win32_surface"], ImpliesSets = ["VK_KHR_surface"])] Win32SurfaceCreateInfoKHR = 1000009000, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] DebugReportCallbackCreateInfoEXT = 1000011000, - - [SupportedApiProfile("vulkan", ["VK_AMD_rasterization_order"])] PipelineRasterizationStateRasterizationOrderAMD = 1000018000, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] DebugMarkerObjectNameInfoEXT = 1000022000, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] DebugMarkerObjectTagInfoEXT = 1000022001, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] DebugMarkerMarkerInfoEXT = 1000022002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoProfileInfoKHR = 1000023000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoCapabilitiesKHR = 1000023001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoPictureResourceInfoKHR = 1000023002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoSessionMemoryRequirementsKHR = 1000023003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] BindVideoSessionMemoryInfoKHR = 1000023004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoSessionCreateInfoKHR = 1000023005, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoSessionParametersCreateInfoKHR = 1000023006, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoSessionParametersUpdateInfoKHR = 1000023007, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoBeginCodingInfoKHR = 1000023008, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoEndCodingInfoKHR = 1000023009, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoCodingControlInfoKHR = 1000023010, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoReferenceSlotInfoKHR = 1000023011, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] QueueFamilyVideoPropertiesKHR = 1000023012, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoProfileListInfoKHR = 1000023013, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] PhysicalDeviceVideoFormatInfoKHR = 1000023014, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] VideoFormatPropertiesKHR = 1000023015, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] QueueFamilyQueryResultStatusPropertiesKHR = 1000023016, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeInfoKHR = 1000024000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeCapabilitiesKHR = 1000024001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoDecodeUsageInfoKHR = 1000024002, - - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] DedicatedAllocationImageCreateInfoNV = 1000026000, - - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] DedicatedAllocationBufferCreateInfoNV = 1000026001, - - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] DedicatedAllocationMemoryAllocateInfoNV = 1000026002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] PhysicalDeviceTransformFeedbackFeaturesEXT = 1000028000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] PhysicalDeviceTransformFeedbackPropertiesEXT = 1000028001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] PipelineRasterizationStateStreamCreateInfoEXT = 1000028002, - - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] CuModuleCreateInfoNVX = 1000029000, - - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] CuFunctionCreateInfoNVX = 1000029001, - - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] CuLaunchInfoNVX = 1000029002, - - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] CuModuleTexturingModeCreateInfoNVX = 1000029004, - - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] ImageViewHandleInfoNVX = 1000030000, - - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] ImageViewAddressPropertiesNVX = 1000030001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264CapabilitiesKHR = 1000038000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264SessionParametersCreateInfoKHR = 1000038001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264SessionParametersAddInfoKHR = 1000038002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264PictureInfoKHR = 1000038003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264DpbSlotInfoKHR = 1000038004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264NaluSliceInfoKHR = 1000038005, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264GopRemainingFrameInfoKHR = 1000038006, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264ProfileInfoKHR = 1000038007, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264RateControlInfoKHR = 1000038008, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264RateControlLayerInfoKHR = 1000038009, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264SessionCreateInfoKHR = 1000038010, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264QualityLevelPropertiesKHR = 1000038011, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264SessionParametersGetInfoKHR = 1000038012, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH264SessionParametersFeedbackInfoKHR = 1000038013, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265CapabilitiesKHR = 1000039000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265SessionParametersCreateInfoKHR = 1000039001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265SessionParametersAddInfoKHR = 1000039002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265PictureInfoKHR = 1000039003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265DpbSlotInfoKHR = 1000039004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265NaluSliceSegmentInfoKHR = 1000039005, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265GopRemainingFrameInfoKHR = 1000039006, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265ProfileInfoKHR = 1000039007, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265RateControlInfoKHR = 1000039009, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265RateControlLayerInfoKHR = 1000039010, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265SessionCreateInfoKHR = 1000039011, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265QualityLevelPropertiesKHR = 1000039012, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265SessionParametersGetInfoKHR = 1000039013, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeH265SessionParametersFeedbackInfoKHR = 1000039014, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeH264CapabilitiesKHR = 1000040000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeH264PictureInfoKHR = 1000040001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeH264ProfileInfoKHR = 1000040003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeH264SessionParametersCreateInfoKHR = 1000040004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeH264SessionParametersAddInfoKHR = 1000040005, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeH264DpbSlotInfoKHR = 1000040006, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_texture_gather_bias_lod"], - ImpliesSets = [ - "VK_AMD_texture_gather_bias_lod+VK_KHR_get_physical_device_properties2", - "VK_AMD_texture_gather_bias_lod+VK_VERSION_1_1", - ] - )] TextureLodGatherFormatPropertiesAMD = 1000041000, - - [SupportedApiProfile( - "vulkan", - ["VK_GGP_stream_descriptor_surface"], - ImpliesSets = ["VK_KHR_surface"] - )] StreamDescriptorSurfaceCreateInfoGGP = 1000049000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_corner_sampled_image"], - ImpliesSets = [ - "VK_NV_corner_sampled_image+VK_KHR_get_physical_device_properties2", - "VK_NV_corner_sampled_image+VK_VERSION_1_1", - ] - )] PhysicalDeviceCornerSampledImageFeaturesNV = 1000050000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory"], - ImpliesSets = ["VK_NV_external_memory_capabilities"] - )] ExternalMemoryImageCreateInfoNV = 1000056000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory"], - ImpliesSets = ["VK_NV_external_memory_capabilities"] - )] ExportMemoryAllocateInfoNV = 1000056001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_win32"], - ImpliesSets = ["VK_NV_external_memory"] - )] ImportMemoryWin32HandleInfoNV = 1000057000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_win32"], - ImpliesSets = ["VK_NV_external_memory"] - )] ExportMemoryWin32HandleInfoNV = 1000057001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_win32_keyed_mutex"], - ImpliesSets = ["VK_NV_external_memory_win32"] - )] Win32KeyedMutexAcquireReleaseInfoNV = 1000058000, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_flags"])] ValidationFlagsEXT = 1000061000, - - [SupportedApiProfile("vulkan", ["VK_NN_vi_surface"], ImpliesSets = ["VK_KHR_surface"])] ViSurfaceCreateInfoNN = 1000062000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_astc_decode_mode"], - ImpliesSets = [ - "VK_EXT_astc_decode_mode+VK_KHR_get_physical_device_properties2", - "VK_EXT_astc_decode_mode+VK_VERSION_1_1", - ] - )] ImageViewAstcDecodeModeEXT = 1000067000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_astc_decode_mode"], - ImpliesSets = [ - "VK_EXT_astc_decode_mode+VK_KHR_get_physical_device_properties2", - "VK_EXT_astc_decode_mode+VK_VERSION_1_1", - ] - )] PhysicalDeviceAstcDecodeFeaturesEXT = 1000067001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_win32"], - ImpliesSets = [ - "VK_KHR_external_memory_win32+VK_KHR_external_memory", - "VK_KHR_external_memory_win32+VK_VERSION_1_1", - ] - )] ImportMemoryWin32HandleInfoKHR = 1000073000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_win32"], - ImpliesSets = [ - "VK_KHR_external_memory_win32+VK_KHR_external_memory", - "VK_KHR_external_memory_win32+VK_VERSION_1_1", - ] - )] ExportMemoryWin32HandleInfoKHR = 1000073001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_win32"], - ImpliesSets = [ - "VK_KHR_external_memory_win32+VK_KHR_external_memory", - "VK_KHR_external_memory_win32+VK_VERSION_1_1", - ] - )] MemoryWin32HandlePropertiesKHR = 1000073002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_win32"], - ImpliesSets = [ - "VK_KHR_external_memory_win32+VK_KHR_external_memory", - "VK_KHR_external_memory_win32+VK_VERSION_1_1", - ] - )] MemoryGetWin32HandleInfoKHR = 1000073003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] ImportMemoryFdInfoKHR = 1000074000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] MemoryFdPropertiesKHR = 1000074001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] MemoryGetFdInfoKHR = 1000074002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_win32_keyed_mutex"], - ImpliesSets = ["VK_KHR_external_memory_win32"] - )] Win32KeyedMutexAcquireReleaseInfoKHR = 1000075000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_win32"], - ImpliesSets = ["VK_KHR_external_semaphore"] - )] ImportSemaphoreWin32HandleInfoKHR = 1000078000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_win32"], - ImpliesSets = ["VK_KHR_external_semaphore"] - )] ExportSemaphoreWin32HandleInfoKHR = 1000078001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_win32"], - ImpliesSets = ["VK_KHR_external_semaphore"] - )] D3D12FenceSubmitInfoKHR = 1000078002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_win32"], - ImpliesSets = ["VK_KHR_external_semaphore"] - )] SemaphoreGetWin32HandleInfoKHR = 1000078003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] ImportSemaphoreFdInfoKHR = 1000079000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] SemaphoreGetFdInfoKHR = 1000079001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] CommandBufferInheritanceConditionalRenderingInfoEXT = 1000081000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] PhysicalDeviceConditionalRenderingFeaturesEXT = 1000081001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] ConditionalRenderingBeginInfoEXT = 1000081002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_incremental_present"], - ImpliesSets = ["VK_KHR_swapchain"] - )] PresentRegionsKHR = 1000084000, - - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] PipelineViewportWScalingStateCreateInfoNV = 1000087000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] SurfaceCapabilities2EXT = 1000090000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] DisplayPowerInfoEXT = 1000091000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] DeviceEventInfoEXT = 1000091001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] DisplayEventInfoEXT = 1000091002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] SwapchainCounterCreateInfoEXT = 1000091003, - - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - PresentTimesInfoGoogle = 1000092000, - - [SupportedApiProfile( - "vulkan", - ["VK_NVX_multiview_per_view_attributes"], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] + PresentTimesInfoGOOGLE = 1000092000, PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX = 1000097000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_dynamic_rendering", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] MultiviewPerViewAttributesInfoNVX = 1000044009, - - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] PipelineViewportSwizzleStateCreateInfoNV = 1000098000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] PhysicalDeviceDiscardRectanglePropertiesEXT = 1000099000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] PipelineDiscardRectangleStateCreateInfoEXT = 1000099001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] PhysicalDeviceConservativeRasterizationPropertiesEXT = 1000101000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] PipelineRasterizationConservativeStateCreateInfoEXT = 1000101001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable"], - ImpliesSets = [ - "VK_EXT_depth_clip_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_enable+VK_VERSION_1_1", - ] - )] PhysicalDeviceDepthClipEnableFeaturesEXT = 1000102000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable"], - ImpliesSets = [ - "VK_EXT_depth_clip_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_enable+VK_VERSION_1_1", - ] - )] PipelineRasterizationDepthClipStateCreateInfoEXT = 1000102001, - - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] HdrMetadataEXT = 1000105000, - - [SupportedApiProfile( - "vulkan", - ["VK_IMG_relaxed_line_rasterization"], - ImpliesSets = [ - "VK_IMG_relaxed_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_IMG_relaxed_line_rasterization+VK_VERSION_1_1", - ] - )] PhysicalDeviceRelaxedLineRasterizationFeaturesIMG = 1000110000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] SharedPresentSurfaceCapabilitiesKHR = 1000111000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_win32"], - ImpliesSets = ["VK_KHR_external_fence"] - )] ImportFenceWin32HandleInfoKHR = 1000114000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_win32"], - ImpliesSets = ["VK_KHR_external_fence"] - )] ExportFenceWin32HandleInfoKHR = 1000114001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_win32"], - ImpliesSets = ["VK_KHR_external_fence"] - )] FenceGetWin32HandleInfoKHR = 1000114002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] ImportFenceFdInfoKHR = 1000115000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] FenceGetFdInfoKHR = 1000115001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] PhysicalDevicePerformanceQueryFeaturesKHR = 1000116000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] PhysicalDevicePerformanceQueryPropertiesKHR = 1000116001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] QueryPoolPerformanceCreateInfoKHR = 1000116002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] PerformanceQuerySubmitInfoKHR = 1000116003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] AcquireProfilingLockInfoKHR = 1000116004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] PerformanceCounterKHR = 1000116005, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] PerformanceCounterDescriptionKHR = 1000116006, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] PhysicalDeviceSurfaceInfo2KHR = 1000119000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] SurfaceCapabilities2KHR = 1000119001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] SurfaceFormat2KHR = 1000119002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] DisplayProperties2KHR = 1000121000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] DisplayPlaneProperties2KHR = 1000121001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] DisplayModeProperties2KHR = 1000121002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] DisplayPlaneInfo2KHR = 1000121003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] DisplayPlaneCapabilities2KHR = 1000121004, - - [SupportedApiProfile("vulkan", ["VK_MVK_ios_surface"], ImpliesSets = ["VK_KHR_surface"])] IosSurfaceCreateInfoMVK = 1000122000, - - [SupportedApiProfile("vulkan", ["VK_MVK_macos_surface"], ImpliesSets = ["VK_KHR_surface"])] MacosSurfaceCreateInfoMVK = 1000123000, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] DebugUtilsObjectNameInfoEXT = 1000128000, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] DebugUtilsObjectTagInfoEXT = 1000128001, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] DebugUtilsLabelEXT = 1000128002, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] DebugUtilsMessengerCallbackDataEXT = 1000128003, - - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] DebugUtilsMessengerCreateInfoEXT = 1000128004, - - [SupportedApiProfile( - "vulkan", - ["VK_ANDROID_external_memory_android_hardware_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] - AndroidHardwareBufferUsageAndroid = 1000129000, - - [SupportedApiProfile( - "vulkan", - ["VK_ANDROID_external_memory_android_hardware_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] - AndroidHardwareBufferPropertiesAndroid = 1000129001, - - [SupportedApiProfile( - "vulkan", - ["VK_ANDROID_external_memory_android_hardware_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] - AndroidHardwareBufferFormatPropertiesAndroid = 1000129002, - - [SupportedApiProfile( - "vulkan", - ["VK_ANDROID_external_memory_android_hardware_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] - ImportAndroidHardwareBufferInfoAndroid = 1000129003, - - [SupportedApiProfile( - "vulkan", - ["VK_ANDROID_external_memory_android_hardware_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] - MemoryGetAndroidHardwareBufferInfoAndroid = 1000129004, - - [SupportedApiProfile( - "vulkan", - ["VK_ANDROID_external_memory_android_hardware_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] - ExternalFormatAndroid = 1000129005, - - [SupportedApiProfile( - "vulkan", - [ - "VK_ANDROID_external_memory_android_hardware_buffer+VK_KHR_format_feature_flags2", - "VK_ANDROID_external_memory_android_hardware_buffer+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] - AndroidHardwareBufferFormatProperties2Android = 1000129006, - - [SupportedApiProfile( - "vulkan", - [ - "VK_AMD_mixed_attachment_samples+VK_KHR_dynamic_rendering", - "VK_AMD_mixed_attachment_samples+VK_VERSION_1_3", - ] - )] + AndroidHardwareBufferUsageANDROID = 1000129000, + AndroidHardwareBufferPropertiesANDROID = 1000129001, + AndroidHardwareBufferFormatPropertiesANDROID = 1000129002, + ImportAndroidHardwareBufferInfoANDROID = 1000129003, + MemoryGetAndroidHardwareBufferInfoANDROID = 1000129004, + ExternalFormatANDROID = 1000129005, + AndroidHardwareBufferFormatProperties2ANDROID = 1000129006, AttachmentSampleCountInfoAMD = 1000044008, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_bfloat16"], - ImpliesSets = [ - "VK_KHR_shader_bfloat16+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_bfloat16+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderBfloat16FeaturesKHR = 1000141000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] SampleLocationsInfoEXT = 1000143000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] RenderPassSampleLocationsBeginInfoEXT = 1000143001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] PipelineSampleLocationsStateCreateInfoEXT = 1000143002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] PhysicalDeviceSampleLocationsPropertiesEXT = 1000143003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] MultisamplePropertiesEXT = 1000143004, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] PhysicalDeviceBlendOperationAdvancedFeaturesEXT = 1000148000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] PhysicalDeviceBlendOperationAdvancedPropertiesEXT = 1000148001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] PipelineColorBlendAdvancedStateCreateInfoEXT = 1000148002, - - [SupportedApiProfile("vulkan", ["VK_NV_fragment_coverage_to_color"])] PipelineCoverageToColorStateCreateInfoNV = 1000149000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] WriteDescriptorSetAccelerationStructureKHR = 1000150007, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureBuildGeometryInfoKHR = 1000150000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureDeviceAddressInfoKHR = 1000150002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureGeometryAabbsDataKHR = 1000150003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureGeometryInstancesDataKHR = 1000150004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureGeometryTrianglesDataKHR = 1000150005, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureGeometryKHR = 1000150006, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureVersionInfoKHR = 1000150009, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] CopyAccelerationStructureInfoKHR = 1000150010, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] CopyAccelerationStructureToMemoryInfoKHR = 1000150011, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] CopyMemoryToAccelerationStructureInfoKHR = 1000150012, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] PhysicalDeviceAccelerationStructureFeaturesKHR = 1000150013, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] PhysicalDeviceAccelerationStructurePropertiesKHR = 1000150014, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureCreateInfoKHR = 1000150017, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] AccelerationStructureBuildSizesInfoKHR = 1000150020, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] PhysicalDeviceRayTracingPipelineFeaturesKHR = 1000347000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] PhysicalDeviceRayTracingPipelinePropertiesKHR = 1000347001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingPipelineCreateInfoKHR = 1000150015, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingShaderGroupCreateInfoKHR = 1000150016, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] RayTracingPipelineInterfaceCreateInfoKHR = 1000150018, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_query"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] PhysicalDeviceRayQueryFeaturesKHR = 1000348013, - - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] PipelineCoverageModulationStateCreateInfoNV = 1000152000, - - [SupportedApiProfile("vulkan", ["VK_NV_shader_sm_builtins"], ImpliesSets = ["VK_VERSION_1_1"])] PhysicalDeviceShaderSmBuiltinsFeaturesNV = 1000154000, - - [SupportedApiProfile("vulkan", ["VK_NV_shader_sm_builtins"], ImpliesSets = ["VK_VERSION_1_1"])] PhysicalDeviceShaderSmBuiltinsPropertiesNV = 1000154001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] DrmFormatModifierPropertiesListEXT = 1000158000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceImageDrmFormatModifierInfoEXT = 1000158002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] ImageDrmFormatModifierListCreateInfoEXT = 1000158003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] ImageDrmFormatModifierExplicitCreateInfoEXT = 1000158004, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] ImageDrmFormatModifierPropertiesEXT = 1000158005, - - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_image_drm_format_modifier+VK_KHR_format_feature_flags2", - "VK_EXT_image_drm_format_modifier+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] DrmFormatModifierPropertiesList2EXT = 1000158006, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] ValidationCacheCreateInfoEXT = 1000160000, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] ShaderModuleValidationCacheCreateInfoEXT = 1000160001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] PipelineViewportShadingRateImageStateCreateInfoNV = 1000164000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] PhysicalDeviceShadingRateImageFeaturesNV = 1000164001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] PhysicalDeviceShadingRateImagePropertiesNV = 1000164002, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] PipelineViewportCoarseSampleOrderStateCreateInfoNV = 1000164005, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] RayTracingPipelineCreateInfoNV = 1000165000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] AccelerationStructureCreateInfoNV = 1000165001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] GeometryNV = 1000165003, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] GeometryTrianglesNV = 1000165004, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] GeometryAabbNV = 1000165005, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] BindAccelerationStructureMemoryInfoNV = 1000165006, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] WriteDescriptorSetAccelerationStructureNV = 1000165007, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] AccelerationStructureMemoryRequirementsInfoNV = 1000165008, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceRayTracingPropertiesNV = 1000165009, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] RayTracingShaderGroupCreateInfoNV = 1000165011, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] AccelerationStructureInfoNV = 1000165012, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_NV_representative_fragment_test+VK_KHR_get_physical_device_properties2", - "VK_NV_representative_fragment_test+VK_VERSION_1_1", - ] - )] PhysicalDeviceRepresentativeFragmentTestFeaturesNV = 1000166000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_NV_representative_fragment_test+VK_KHR_get_physical_device_properties2", - "VK_NV_representative_fragment_test+VK_VERSION_1_1", - ] - )] PipelineRepresentativeFragmentTestStateCreateInfoNV = 1000166001, - - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] PhysicalDeviceImageViewImageFormatInfoEXT = 1000170000, - - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] FilterCubicImageViewImageFormatPropertiesEXT = 1000170001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] ImportMemoryHostPointerInfoEXT = 1000178000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] MemoryHostPointerPropertiesEXT = 1000178001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] PhysicalDeviceExternalMemoryHostPropertiesEXT = 1000178002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_clock"], - ImpliesSets = [ - "VK_KHR_shader_clock+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_clock+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderClockFeaturesKHR = 1000181000, - - [SupportedApiProfile("vulkan", ["VK_AMD_pipeline_compiler_control"])] PipelineCompilerControlCreateInfoAMD = 1000183000, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderCorePropertiesAMD = 1000185000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeH265CapabilitiesKHR = 1000187000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeH265SessionParametersCreateInfoKHR = 1000187001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeH265SessionParametersAddInfoKHR = 1000187002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeH265ProfileInfoKHR = 1000187003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeH265PictureInfoKHR = 1000187004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeH265DpbSlotInfoKHR = 1000187005, - - [SupportedApiProfile("vulkan", ["VK_AMD_memory_overallocation_behavior"])] DeviceMemoryOverallocationCreateInfoAMD = 1000189000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] PhysicalDeviceVertexAttributeDivisorPropertiesEXT = 1000190000, - - [SupportedApiProfile( - "vulkan", - ["VK_GGP_frame_token"], - ImpliesSets = ["VK_GGP_stream_descriptor_surface", "VK_KHR_swapchain"] - )] PresentFrameTokenGGP = 1000191000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] PhysicalDeviceMeshShaderFeaturesNV = 1000202000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] PhysicalDeviceMeshShaderPropertiesNV = 1000202001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_image_footprint"], - ImpliesSets = [ - "VK_NV_shader_image_footprint+VK_KHR_get_physical_device_properties2", - "VK_NV_shader_image_footprint+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderImageFootprintFeaturesNV = 1000204000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] PipelineViewportExclusiveScissorStateCreateInfoNV = 1000205000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] PhysicalDeviceExclusiveScissorFeaturesNV = 1000205002, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] CheckpointDataNV = 1000206000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] QueueFamilyCheckpointPropertiesNV = 1000206001, - - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] QueueFamilyCheckpointProperties2NV = 1000314008, - - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] CheckpointData2NV = 1000314009, - - [SupportedApiProfile( - "vulkan", - ["VK_INTEL_shader_integer_functions2"], - ImpliesSets = [ - "VK_INTEL_shader_integer_functions2+VK_KHR_get_physical_device_properties2", - "VK_INTEL_shader_integer_functions2+VK_VERSION_1_1", - ] - )] - PhysicalDeviceShaderIntegerFunctions2FeaturesIntel = 1000209000, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - QueryPoolPerformanceQueryCreateInfoIntel = 1000210000, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - InitializePerformanceApiInfoIntel = 1000210001, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - PerformanceMarkerInfoIntel = 1000210002, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - PerformanceStreamMarkerInfoIntel = 1000210003, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - PerformanceOverrideInfoIntel = 1000210004, - - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - PerformanceConfigurationAcquireInfoIntel = 1000210005, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pci_bus_info"], - ImpliesSets = [ - "VK_EXT_pci_bus_info+VK_KHR_get_physical_device_properties2", - "VK_EXT_pci_bus_info+VK_VERSION_1_1", - ] - )] + PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL = 1000209000, + QueryPoolPerformanceQueryCreateInfoINTEL = 1000210000, + InitializePerformanceApiInfoINTEL = 1000210001, + PerformanceMarkerInfoINTEL = 1000210002, + PerformanceStreamMarkerInfoINTEL = 1000210003, + PerformanceOverrideInfoINTEL = 1000210004, + PerformanceConfigurationAcquireInfoINTEL = 1000210005, PhysicalDevicePciBusInfoPropertiesEXT = 1000212000, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] DisplayNativeHdrSurfaceCapabilitiesAMD = 1000213000, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] SwapchainDisplayNativeHdrCreateInfoAMD = 1000213001, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_imagepipe_surface"], - ImpliesSets = ["VK_KHR_surface"] - )] - ImagepipeSurfaceCreateInfoFuchsia = 1000214000, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_surface"], ImpliesSets = ["VK_KHR_surface"])] + ImagepipeSurfaceCreateInfoFUCHSIA = 1000214000, MetalSurfaceCreateInfoEXT = 1000217000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] PhysicalDeviceFragmentDensityMapFeaturesEXT = 1000218000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] PhysicalDeviceFragmentDensityMapPropertiesEXT = 1000218001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] RenderPassFragmentDensityMapCreateInfoEXT = 1000218002, - - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_fragment_density_map+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] RenderingFragmentDensityMapAttachmentInfoEXT = 1000044007, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] FragmentShadingRateAttachmentInfoKHR = 1000226000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PipelineFragmentShadingRateStateCreateInfoKHR = 1000226001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceFragmentShadingRatePropertiesKHR = 1000226002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceFragmentShadingRateFeaturesKHR = 1000226003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceFragmentShadingRateKHR = 1000226004, - - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_fragment_shading_rate+VK_KHR_dynamic_rendering", - "VK_KHR_fragment_shading_rate+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] RenderingFragmentShadingRateAttachmentInfoKHR = 1000044006, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties2"], - ImpliesSets = ["VK_AMD_shader_core_properties"] - )] PhysicalDeviceShaderCoreProperties2AMD = 1000227000, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_device_coherent_memory"], - ImpliesSets = [ - "VK_AMD_device_coherent_memory+VK_KHR_get_physical_device_properties2", - "VK_AMD_device_coherent_memory+VK_VERSION_1_1", - ] - )] PhysicalDeviceCoherentMemoryFeaturesAMD = 1000229000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_image_atomic_int64"], - ImpliesSets = [ - "VK_EXT_shader_image_atomic_int64+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_image_atomic_int64+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderImageAtomicInt64FeaturesEXT = 1000234000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_quad_control"], - ImpliesSets = [ - "VK_KHR_shader_maximal_reconvergence+VK_VERSION_1_1+VK_KHR_vulkan_memory_model", - "VK_KHR_shader_maximal_reconvergence+VK_VERSION_1_2", - ] - )] PhysicalDeviceShaderQuadControlFeaturesKHR = 1000235000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_budget"], - ImpliesSets = [ - "VK_EXT_memory_budget+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_budget+VK_VERSION_1_1", - ] - )] PhysicalDeviceMemoryBudgetPropertiesEXT = 1000237000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_priority"], - ImpliesSets = [ - "VK_EXT_memory_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_priority+VK_VERSION_1_1", - ] - )] PhysicalDeviceMemoryPriorityFeaturesEXT = 1000238000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_priority"], - ImpliesSets = [ - "VK_EXT_memory_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_priority+VK_VERSION_1_1", - ] - )] MemoryPriorityAllocateInfoEXT = 1000238001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_protected_capabilities"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_VERSION_1_1"] - )] SurfaceProtectedCapabilitiesKHR = 1000239000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_dedicated_allocation_image_aliasing"], - ImpliesSets = [ - "VK_KHR_dedicated_allocation+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV = 1000240000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] PhysicalDeviceBufferDeviceAddressFeaturesEXT = 1000244000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] BufferDeviceAddressCreateInfoEXT = 1000244002, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] ValidationFeaturesEXT = 1000247000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] PhysicalDevicePresentWaitFeaturesKHR = 1000248000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] PhysicalDeviceCooperativeMatrixFeaturesNV = 1000249000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] CooperativeMatrixPropertiesNV = 1000249001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] PhysicalDeviceCooperativeMatrixPropertiesNV = 1000249002, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] PhysicalDeviceCoverageReductionModeFeaturesNV = 1000250000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] PipelineCoverageReductionStateCreateInfoNV = 1000250001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] FramebufferMixedSamplesCombinationNV = 1000250002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_shader_interlock"], - ImpliesSets = [ - "VK_EXT_fragment_shader_interlock+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_shader_interlock+VK_VERSION_1_1", - ] - )] PhysicalDeviceFragmentShaderInterlockFeaturesEXT = 1000251000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_image_arrays"], - ImpliesSets = [ - "VK_EXT_ycbcr_image_arrays+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_image_arrays+VK_VERSION_1_1", - ] - )] PhysicalDeviceYcbcrImageArraysFeaturesEXT = 1000252000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] PhysicalDeviceProvokingVertexFeaturesEXT = 1000254000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] PipelineRasterizationProvokingVertexStateCreateInfoEXT = 1000254001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] PhysicalDeviceProvokingVertexPropertiesEXT = 1000254002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_full_screen_exclusive"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] SurfaceFullScreenExclusiveInfoEXT = 1000255000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_full_screen_exclusive"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] SurfaceCapabilitiesFullScreenExclusiveEXT = 1000255002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_full_screen_exclusive", "VK_KHR_win32_surface"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ], - RequireAll = true - )] SurfaceFullScreenExclusiveWin32InfoEXT = 1000255001, - - [SupportedApiProfile("vulkan", ["VK_EXT_headless_surface"], ImpliesSets = ["VK_KHR_surface"])] HeadlessSurfaceCreateInfoEXT = 1000256000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderAtomicFloatFeaturesEXT = 1000260000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] PhysicalDeviceExtendedDynamicStateFeaturesEXT = 1000267000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] PhysicalDevicePipelineExecutablePropertiesFeaturesKHR = 1000269000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] PipelineInfoKHR = 1000269001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] PipelineExecutablePropertiesKHR = 1000269002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] PipelineExecutableInfoKHR = 1000269003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] PipelineExecutableStatisticKHR = 1000269004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] PipelineExecutableInternalRepresentationKHR = 1000269005, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] PhysicalDeviceMapMemoryPlacedFeaturesEXT = 1000272000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] PhysicalDeviceMapMemoryPlacedPropertiesEXT = 1000272001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] MemoryMapPlacedInfoEXT = 1000272002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] PhysicalDeviceShaderAtomicFloat2FeaturesEXT = 1000273000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] PhysicalDeviceDeviceGeneratedCommandsPropertiesNV = 1000277000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] GraphicsShaderGroupCreateInfoNV = 1000277001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] GraphicsPipelineShaderGroupsCreateInfoNV = 1000277002, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] IndirectCommandsLayoutTokenNV = 1000277003, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] IndirectCommandsLayoutCreateInfoNV = 1000277004, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] GeneratedCommandsInfoNV = 1000277005, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] GeneratedCommandsMemoryRequirementsInfoNV = 1000277006, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] PhysicalDeviceDeviceGeneratedCommandsFeaturesNV = 1000277007, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_inherited_viewport_scissor"], - ImpliesSets = [ - "VK_NV_inherited_viewport_scissor+VK_KHR_get_physical_device_properties2", - "VK_NV_inherited_viewport_scissor+VK_VERSION_1_1", - ] - )] PhysicalDeviceInheritedViewportScissorFeaturesNV = 1000278000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_inherited_viewport_scissor"], - ImpliesSets = [ - "VK_NV_inherited_viewport_scissor+VK_KHR_get_physical_device_properties2", - "VK_NV_inherited_viewport_scissor+VK_VERSION_1_1", - ] - )] CommandBufferInheritanceViewportScissorInfoNV = 1000278001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texel_buffer_alignment"], - ImpliesSets = [ - "VK_EXT_texel_buffer_alignment+VK_KHR_get_physical_device_properties2", - "VK_EXT_texel_buffer_alignment+VK_VERSION_1_1", - ] - )] PhysicalDeviceTexelBufferAlignmentFeaturesEXT = 1000281000, - - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_transform"])] CommandBufferInheritanceRenderPassTransformInfoQCOM = 1000282000, - - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_transform"])] RenderPassTransformBeginInfoQCOM = 1000282001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] PhysicalDeviceDepthBiasControlFeaturesEXT = 1000283000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] DepthBiasInfoEXT = 1000283001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] DepthBiasRepresentationInfoEXT = 1000283002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] PhysicalDeviceDeviceMemoryReportFeaturesEXT = 1000284000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] DeviceDeviceMemoryReportCreateInfoEXT = 1000284001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] DeviceMemoryReportCallbackDataEXT = 1000284002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] SamplerCustomBorderColorCreateInfoEXT = 1000287000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] PhysicalDeviceCustomBorderColorPropertiesEXT = 1000287001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] PhysicalDeviceCustomBorderColorFeaturesEXT = 1000287002, - - [SupportedApiProfile("vulkan", ["VK_KHR_pipeline_library"])] PipelineLibraryCreateInfoKHR = 1000290000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] PhysicalDevicePresentBarrierFeaturesNV = 1000292000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] SurfaceCapabilitiesPresentBarrierNV = 1000292001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] SwapchainPresentBarrierCreateInfoNV = 1000292002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] PresentIdKHR = 1000294000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] PhysicalDevicePresentIdFeaturesKHR = 1000294001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeInfoKHR = 1000299000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeRateControlInfoKHR = 1000299001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeRateControlLayerInfoKHR = 1000299002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeCapabilitiesKHR = 1000299003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeUsageInfoKHR = 1000299004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] QueryPoolVideoEncodeFeedbackCreateInfoKHR = 1000299005, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] PhysicalDeviceVideoEncodeQualityLevelInfoKHR = 1000299006, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeQualityLevelPropertiesKHR = 1000299007, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeQualityLevelInfoKHR = 1000299008, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeSessionParametersGetInfoKHR = 1000299009, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] VideoEncodeSessionParametersFeedbackInfoKHR = 1000299010, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] PhysicalDeviceDiagnosticsConfigFeaturesNV = 1000300000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] DeviceDiagnosticsConfigCreateInfoNV = 1000300001, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] PhysicalDeviceTileShadingFeaturesQCOM = 1000309000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] PhysicalDeviceTileShadingPropertiesQCOM = 1000309001, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] RenderPassTileShadingCreateInfoQCOM = 1000309002, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] PerTileBeginInfoQCOM = 1000309003, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] PerTileEndInfoQCOM = 1000309004, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] DispatchTileInfoQCOM = 1000309005, - - [SupportedApiProfile("vulkan", ["VK_NV_low_latency"])] QueryLowLatencySupportNV = 1000310000, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_objects"])] ExportMetalObjectCreateInfoEXT = 1000311000, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_objects"])] ExportMetalObjectsInfoEXT = 1000311001, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_objects"])] ExportMetalDeviceInfoEXT = 1000311002, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_objects"])] ExportMetalCommandQueueInfoEXT = 1000311003, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_objects"])] ExportMetalBufferInfoEXT = 1000311004, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_objects"])] ImportMetalBufferInfoEXT = 1000311005, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_objects"])] ExportMetalTextureInfoEXT = 1000311006, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_objects"])] ImportMetalTextureInfoEXT = 1000311007, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_objects"])] ExportMetalIoSurfaceInfoEXT = 1000311008, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_objects"])] ImportMetalIoSurfaceInfoEXT = 1000311009, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_objects"])] ExportMetalSharedEventInfoEXT = 1000311010, - - [SupportedApiProfile("vulkan", ["VK_EXT_metal_objects"])] ImportMetalSharedEventInfoEXT = 1000311011, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceDescriptorBufferPropertiesEXT = 1000316000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceDescriptorBufferDensityMapPropertiesEXT = 1000316001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceDescriptorBufferFeaturesEXT = 1000316002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] DescriptorAddressInfoEXT = 1000316003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] DescriptorGetInfoEXT = 1000316004, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] BufferCaptureDescriptorDataInfoEXT = 1000316005, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] ImageCaptureDescriptorDataInfoEXT = 1000316006, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] ImageViewCaptureDescriptorDataInfoEXT = 1000316007, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] SamplerCaptureDescriptorDataInfoEXT = 1000316008, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] OpaqueCaptureDescriptorDataCreateInfoEXT = 1000316010, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] DescriptorBufferBindingInfoEXT = 1000316011, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] DescriptorBufferBindingPushDescriptorBufferHandleEXT = 1000316012, - - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] AccelerationStructureCaptureDescriptorDataInfoEXT = 1000316009, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] PhysicalDeviceGraphicsPipelineLibraryFeaturesEXT = 1000320000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT = 1000320001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] GraphicsPipelineLibraryCreateInfoEXT = 1000320002, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_early_and_late_fragment_tests"], - ImpliesSets = [ - "VK_AMD_shader_early_and_late_fragment_tests+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_early_and_late_fragment_tests+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD = 1000321000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_KHR_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_KHR_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] PhysicalDeviceFragmentShaderBarycentricFeaturesKHR = 1000203000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_KHR_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_KHR_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] PhysicalDeviceFragmentShaderBarycentricPropertiesKHR = 1000322000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_uniform_control_flow"], - ImpliesSets = ["VK_VERSION_1_1"] - )] PhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR = 1000323000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] PhysicalDeviceFragmentShadingRateEnumsPropertiesNV = 1000326000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] PhysicalDeviceFragmentShadingRateEnumsFeaturesNV = 1000326001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] PipelineFragmentShadingRateEnumStateCreateInfoNV = 1000326002, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] AccelerationStructureGeometryMotionTrianglesDataNV = 1000327000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] PhysicalDeviceRayTracingMotionBlurFeaturesNV = 1000327001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] AccelerationStructureMotionInfoNV = 1000327002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] PhysicalDeviceMeshShaderFeaturesEXT = 1000328000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] PhysicalDeviceMeshShaderPropertiesEXT = 1000328001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_2plane_444_formats"], - ImpliesSets = [ - "VK_EXT_ycbcr_2plane_444_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_2plane_444_formats+VK_VERSION_1_1", - ] - )] PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT = 1000330000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] PhysicalDeviceFragmentDensityMap2FeaturesEXT = 1000332000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] PhysicalDeviceFragmentDensityMap2PropertiesEXT = 1000332001, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_rotated_copy_commands"], - ImpliesSets = [ - "VK_QCOM_rotated_copy_commands+VK_KHR_copy_commands2", - "VK_QCOM_rotated_copy_commands+VK_VERSION_1_3", - ] - )] CopyCommandTransformInfoQCOM = 1000333000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_workgroup_memory_explicit_layout"], - ImpliesSets = [ - "VK_KHR_workgroup_memory_explicit_layout+VK_KHR_get_physical_device_properties2", - "VK_KHR_workgroup_memory_explicit_layout+VK_VERSION_1_1", - ] - )] PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR = 1000336000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] PhysicalDeviceImageCompressionControlFeaturesEXT = 1000338000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] ImageCompressionControlEXT = 1000338001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] ImageCompressionPropertiesEXT = 1000338004, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_layout"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT = 1000339000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_4444_formats"], - ImpliesSets = [ - "VK_EXT_4444_formats+VK_KHR_get_physical_device_properties2", - "VK_EXT_4444_formats+VK_VERSION_1_1", - ] - )] PhysicalDevice4444FormatsFeaturesEXT = 1000340000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] PhysicalDeviceFaultFeaturesEXT = 1000341000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] DeviceFaultCountsEXT = 1000341001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] DeviceFaultInfoEXT = 1000341002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rgba10x6_formats"], - ImpliesSets = [ - "VK_EXT_rgba10x6_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_rgba10x6_formats+VK_VERSION_1_1", - ] - )] PhysicalDeviceRgba10X6FormatsFeaturesEXT = 1000344000, - - [SupportedApiProfile("vulkan", ["VK_EXT_directfb_surface"], ImpliesSets = ["VK_KHR_surface"])] DirectfbSurfaceCreateInfoEXT = 1000346000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] PhysicalDeviceVertexInputDynamicStateFeaturesEXT = 1000352000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] VertexInputBindingDescription2EXT = 1000352001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] VertexInputAttributeDescription2EXT = 1000352002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_physical_device_drm"], - ImpliesSets = [ - "VK_EXT_physical_device_drm+VK_KHR_get_physical_device_properties2", - "VK_EXT_physical_device_drm+VK_VERSION_1_1", - ] - )] PhysicalDeviceDrmPropertiesEXT = 1000353000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] PhysicalDeviceAddressBindingReportFeaturesEXT = 1000354000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] DeviceAddressBindingCallbackDataEXT = 1000354001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control"], - ImpliesSets = [ - "VK_EXT_depth_clip_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_control+VK_VERSION_1_1", - ] - )] PhysicalDeviceDepthClipControlFeaturesEXT = 1000355000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control"], - ImpliesSets = [ - "VK_EXT_depth_clip_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_control+VK_VERSION_1_1", - ] - )] PipelineViewportDepthClipControlCreateInfoEXT = 1000355001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitive_topology_list_restart"], - ImpliesSets = [ - "VK_EXT_primitive_topology_list_restart+VK_KHR_get_physical_device_properties2", - "VK_EXT_primitive_topology_list_restart+VK_VERSION_1_1", - ] - )] PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT = 1000356000, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_external_memory"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_external_memory", - "VK_VERSION_1_1", - ] - )] - ImportMemoryZirconHandleInfoFuchsia = 1000364000, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_external_memory"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_external_memory", - "VK_VERSION_1_1", - ] - )] - MemoryZirconHandlePropertiesFuchsia = 1000364001, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_external_memory"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_external_memory", - "VK_VERSION_1_1", - ] - )] - MemoryGetZirconHandleInfoFuchsia = 1000364002, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_external_semaphore"], - ImpliesSets = ["VK_KHR_external_semaphore", "VK_KHR_external_semaphore_capabilities"] - )] - ImportSemaphoreZirconHandleInfoFuchsia = 1000365000, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_external_semaphore"], - ImpliesSets = ["VK_KHR_external_semaphore", "VK_KHR_external_semaphore_capabilities"] - )] - SemaphoreGetZirconHandleInfoFuchsia = 1000365001, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_buffer_collection"], - ImpliesSets = [ - "VK_FUCHSIA_external_memory+VK_KHR_sampler_ycbcr_conversion", - "VK_FUCHSIA_external_memory+VK_VERSION_1_1", - ] - )] - BufferCollectionCreateInfoFuchsia = 1000366000, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_buffer_collection"], - ImpliesSets = [ - "VK_FUCHSIA_external_memory+VK_KHR_sampler_ycbcr_conversion", - "VK_FUCHSIA_external_memory+VK_VERSION_1_1", - ] - )] - ImportMemoryBufferCollectionFuchsia = 1000366001, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_buffer_collection"], - ImpliesSets = [ - "VK_FUCHSIA_external_memory+VK_KHR_sampler_ycbcr_conversion", - "VK_FUCHSIA_external_memory+VK_VERSION_1_1", - ] - )] - BufferCollectionImageCreateInfoFuchsia = 1000366002, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_buffer_collection"], - ImpliesSets = [ - "VK_FUCHSIA_external_memory+VK_KHR_sampler_ycbcr_conversion", - "VK_FUCHSIA_external_memory+VK_VERSION_1_1", - ] - )] - BufferCollectionPropertiesFuchsia = 1000366003, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_buffer_collection"], - ImpliesSets = [ - "VK_FUCHSIA_external_memory+VK_KHR_sampler_ycbcr_conversion", - "VK_FUCHSIA_external_memory+VK_VERSION_1_1", - ] - )] - BufferConstraintsInfoFuchsia = 1000366004, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_buffer_collection"], - ImpliesSets = [ - "VK_FUCHSIA_external_memory+VK_KHR_sampler_ycbcr_conversion", - "VK_FUCHSIA_external_memory+VK_VERSION_1_1", - ] - )] - BufferCollectionBufferCreateInfoFuchsia = 1000366005, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_buffer_collection"], - ImpliesSets = [ - "VK_FUCHSIA_external_memory+VK_KHR_sampler_ycbcr_conversion", - "VK_FUCHSIA_external_memory+VK_VERSION_1_1", - ] - )] - ImageConstraintsInfoFuchsia = 1000366006, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_buffer_collection"], - ImpliesSets = [ - "VK_FUCHSIA_external_memory+VK_KHR_sampler_ycbcr_conversion", - "VK_FUCHSIA_external_memory+VK_VERSION_1_1", - ] - )] - ImageFormatConstraintsInfoFuchsia = 1000366007, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_buffer_collection"], - ImpliesSets = [ - "VK_FUCHSIA_external_memory+VK_KHR_sampler_ycbcr_conversion", - "VK_FUCHSIA_external_memory+VK_VERSION_1_1", - ] - )] - SysmemColorSpaceFuchsia = 1000366008, - - [SupportedApiProfile( - "vulkan", - ["VK_FUCHSIA_buffer_collection"], - ImpliesSets = [ - "VK_FUCHSIA_external_memory+VK_KHR_sampler_ycbcr_conversion", - "VK_FUCHSIA_external_memory+VK_VERSION_1_1", - ] - )] - BufferCollectionConstraintsInfoFuchsia = 1000366009, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - SubpassShadingPipelineCreateInfoHuawei = 1000369000, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - PhysicalDeviceSubpassShadingFeaturesHuawei = 1000369001, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - PhysicalDeviceSubpassShadingPropertiesHuawei = 1000369002, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] - PhysicalDeviceInvocationMaskFeaturesHuawei = 1000370000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] + ImportMemoryZirconHandleInfoFUCHSIA = 1000364000, + MemoryZirconHandlePropertiesFUCHSIA = 1000364001, + MemoryGetZirconHandleInfoFUCHSIA = 1000364002, + ImportSemaphoreZirconHandleInfoFUCHSIA = 1000365000, + SemaphoreGetZirconHandleInfoFUCHSIA = 1000365001, + BufferCollectionCreateInfoFUCHSIA = 1000366000, + ImportMemoryBufferCollectionFUCHSIA = 1000366001, + BufferCollectionImageCreateInfoFUCHSIA = 1000366002, + BufferCollectionPropertiesFUCHSIA = 1000366003, + BufferConstraintsInfoFUCHSIA = 1000366004, + BufferCollectionBufferCreateInfoFUCHSIA = 1000366005, + ImageConstraintsInfoFUCHSIA = 1000366006, + ImageFormatConstraintsInfoFUCHSIA = 1000366007, + SysmemColorSpaceFUCHSIA = 1000366008, + BufferCollectionConstraintsInfoFUCHSIA = 1000366009, + SubpassShadingPipelineCreateInfoHUAWEI = 1000369000, + PhysicalDeviceSubpassShadingFeaturesHUAWEI = 1000369001, + PhysicalDeviceSubpassShadingPropertiesHUAWEI = 1000369002, + PhysicalDeviceInvocationMaskFeaturesHUAWEI = 1000370000, MemoryGetRemoteAddressInfoNV = 1000371000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] PhysicalDeviceExternalMemoryRdmaFeaturesNV = 1000371001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] PipelinePropertiesIdentifierEXT = 1000372000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] PhysicalDevicePipelinePropertiesFeaturesEXT = 1000372001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] PhysicalDeviceFrameBoundaryFeaturesEXT = 1000375000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] FrameBoundaryEXT = 1000375001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT = 1000376000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] SubpassResolvePerformanceQueryEXT = 1000376001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] MultisampledRenderToSingleSampledInfoEXT = 1000376002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] PhysicalDeviceExtendedDynamicState2FeaturesEXT = 1000377000, - - [SupportedApiProfile("vulkan", ["VK_QNX_screen_surface"], ImpliesSets = ["VK_KHR_surface"])] ScreenSurfaceCreateInfoQNX = 1000378000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] PhysicalDeviceColorWriteEnableFeaturesEXT = 1000381000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] PipelineColorWriteCreateInfoEXT = 1000381001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitives_generated_query"], - ImpliesSets = ["VK_EXT_transform_feedback"] - )] PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT = 1000382000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] PhysicalDeviceRayTracingMaintenance1FeaturesKHR = 1000386000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_untyped_pointers"], - ImpliesSets = ["VK_KHR_get_physical_device_properties2"] - )] PhysicalDeviceShaderUntypedPointersFeaturesKHR = 1000387000, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - PhysicalDeviceVideoEncodeRgbConversionFeaturesValve = 1000390000, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - VideoEncodeRgbConversionCapabilitiesValve = 1000390001, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - VideoEncodeProfileRgbConversionInfoValve = 1000390002, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - VideoEncodeSessionRgbConversionCreateInfoValve = 1000390003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_view_min_lod"], - ImpliesSets = [ - "VK_EXT_image_view_min_lod+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_view_min_lod+VK_VERSION_1_1", - ] - )] + PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE = 1000390000, + VideoEncodeRgbConversionCapabilitiesVALVE = 1000390001, + VideoEncodeProfileRgbConversionInfoVALVE = 1000390002, + VideoEncodeSessionRgbConversionCreateInfoVALVE = 1000390003, PhysicalDeviceImageViewMinLodFeaturesEXT = 1000391000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_view_min_lod"], - ImpliesSets = [ - "VK_EXT_image_view_min_lod+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_view_min_lod+VK_VERSION_1_1", - ] - )] ImageViewMinLodCreateInfoEXT = 1000391001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] PhysicalDeviceMultiDrawFeaturesEXT = 1000392000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] PhysicalDeviceMultiDrawPropertiesEXT = 1000392001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_2d_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceImage2DViewOf3DFeaturesEXT = 1000393000, - - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] PhysicalDeviceShaderTileImageFeaturesEXT = 1000395000, - - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] PhysicalDeviceShaderTileImagePropertiesEXT = 1000395001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] MicromapBuildInfoEXT = 1000396000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] MicromapVersionInfoEXT = 1000396001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] CopyMicromapInfoEXT = 1000396002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] CopyMicromapToMemoryInfoEXT = 1000396003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] CopyMemoryToMicromapInfoEXT = 1000396004, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] PhysicalDeviceOpacityMicromapFeaturesEXT = 1000396005, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] PhysicalDeviceOpacityMicromapPropertiesEXT = 1000396006, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] MicromapCreateInfoEXT = 1000396007, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] MicromapBuildSizesInfoEXT = 1000396008, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] AccelerationStructureTrianglesOpacityMicromapEXT = 1000396009, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - PhysicalDeviceClusterCullingShaderFeaturesHuawei = 1000404000, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - PhysicalDeviceClusterCullingShaderPropertiesHuawei = 1000404001, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - PhysicalDeviceClusterCullingShaderVrsFeaturesHuawei = 1000404002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_border_color_swizzle"], - ImpliesSets = ["VK_EXT_custom_border_color"] - )] + PhysicalDeviceClusterCullingShaderFeaturesHUAWEI = 1000404000, + PhysicalDeviceClusterCullingShaderPropertiesHUAWEI = 1000404001, + PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI = 1000404002, PhysicalDeviceBorderColorSwizzleFeaturesEXT = 1000411000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_border_color_swizzle"], - ImpliesSets = ["VK_EXT_custom_border_color"] - )] SamplerBorderColorComponentMappingCreateInfoEXT = 1000411001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT = 1000412000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_properties"], - ImpliesSets = ["VK_VERSION_1_1"] - )] PhysicalDeviceShaderCorePropertiesARM = 1000415000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] DeviceQueueShaderCoreControlCreateInfoARM = 1000417000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] PhysicalDeviceSchedulingControlsFeaturesARM = 1000417001, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] PhysicalDeviceSchedulingControlsPropertiesARM = 1000417002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_sliced_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceImageSlicedViewOf3DFeaturesEXT = 1000418000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_sliced_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] ImageViewSlicedCreateInfoEXT = 1000418001, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - PhysicalDeviceDescriptorSetHostMappingFeaturesValve = 1000420000, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - DescriptorSetBindingReferenceValve = 1000420001, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - DescriptorSetLayoutHostMappingInfoValve = 1000420002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_non_seamless_cube_map"], - ImpliesSets = [ - "VK_EXT_non_seamless_cube_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_non_seamless_cube_map+VK_VERSION_1_1", - ] - )] + PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE = 1000420000, + DescriptorSetBindingReferenceVALVE = 1000420001, + DescriptorSetLayoutHostMappingInfoVALVE = 1000420002, PhysicalDeviceNonSeamlessCubeMapFeaturesEXT = 1000422000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceRenderPassStripedFeaturesARM = 1000424000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceRenderPassStripedPropertiesARM = 1000424001, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] RenderPassStripeBeginInfoARM = 1000424002, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] RenderPassStripeInfoARM = 1000424003, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] RenderPassStripeSubmitInfoARM = 1000424004, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceCopyMemoryIndirectFeaturesNV = 1000426000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV = 1000428000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] ComputePipelineIndirectBufferInfoNV = 1000428001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] PipelineIndirectDeviceAddressInfoNV = 1000428002, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV = 1000429008, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] AccelerationStructureGeometryLinearSweptSpheresDataNV = 1000429009, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] AccelerationStructureGeometrySpheresDataNV = 1000429010, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_linear_color_attachment"], - ImpliesSets = [ - "VK_NV_linear_color_attachment+VK_KHR_get_physical_device_properties2", - "VK_NV_linear_color_attachment+VK_VERSION_1_1", - ] - )] PhysicalDeviceLinearColorAttachmentFeaturesNV = 1000430000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_maximal_reconvergence"], - ImpliesSets = ["VK_VERSION_1_1"] - )] PhysicalDeviceShaderMaximalReconvergenceFeaturesKHR = 1000434000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control_swapchain"], - ImpliesSets = ["VK_EXT_image_compression_control"] - )] PhysicalDeviceImageCompressionControlSwapchainFeaturesEXT = 1000437000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] PhysicalDeviceImageProcessingFeaturesQCOM = 1000440000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] PhysicalDeviceImageProcessingPropertiesQCOM = 1000440001, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] ImageViewSampleWeightCreateInfoQCOM = 1000440002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] PhysicalDeviceNestedCommandBufferFeaturesEXT = 1000451000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] PhysicalDeviceNestedCommandBufferPropertiesEXT = 1000451001, - - [SupportedApiProfile( - "vulkan", - ["VK_OHOS_external_memory"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] NativeBufferUsageOHOS = 1000452000, - - [SupportedApiProfile( - "vulkan", - ["VK_OHOS_external_memory"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] NativeBufferPropertiesOHOS = 1000452001, - - [SupportedApiProfile( - "vulkan", - ["VK_OHOS_external_memory"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] NativeBufferFormatPropertiesOHOS = 1000452002, - - [SupportedApiProfile( - "vulkan", - ["VK_OHOS_external_memory"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] ImportNativeBufferInfoOHOS = 1000452003, - - [SupportedApiProfile( - "vulkan", - ["VK_OHOS_external_memory"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] MemoryGetNativeBufferInfoOHOS = 1000452004, - - [SupportedApiProfile( - "vulkan", - ["VK_OHOS_external_memory"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] ExternalFormatOHOS = 1000452005, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_acquire_unmodified"], - ImpliesSets = [ - "VK_EXT_external_memory_acquire_unmodified+VK_KHR_external_memory", - "VK_EXT_external_memory_acquire_unmodified+VK_VERSION_1_1", - ] - )] ExternalMemoryAcquireUnmodifiedEXT = 1000453000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] PhysicalDeviceExtendedDynamicState3FeaturesEXT = 1000455000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] PhysicalDeviceExtendedDynamicState3PropertiesEXT = 1000455001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] PhysicalDeviceSubpassMergeFeedbackFeaturesEXT = 1000458000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] RenderPassCreationControlEXT = 1000458001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] RenderPassCreationFeedbackCreateInfoEXT = 1000458002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] RenderPassSubpassFeedbackCreateInfoEXT = 1000458003, - - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] - DirectDriverLoadingInfoLunarg = 1000459000, - - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] - DirectDriverLoadingListLunarg = 1000459001, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] + DirectDriverLoadingInfoLUNARG = 1000459000, + DirectDriverLoadingListLUNARG = 1000459001, TensorCreateInfoARM = 1000460000, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] TensorViewCreateInfoARM = 1000460001, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] BindTensorMemoryInfoARM = 1000460002, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] WriteDescriptorSetTensorARM = 1000460003, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] PhysicalDeviceTensorPropertiesARM = 1000460004, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] TensorFormatPropertiesARM = 1000460005, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] TensorDescriptionARM = 1000460006, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] TensorMemoryRequirementsInfoARM = 1000460007, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] TensorMemoryBarrierARM = 1000460008, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] PhysicalDeviceTensorFeaturesARM = 1000460009, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] DeviceTensorMemoryRequirementsARM = 1000460010, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] CopyTensorInfoARM = 1000460011, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] TensorCopyARM = 1000460012, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] TensorDependencyInfoARM = 1000460013, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] MemoryDedicatedAllocateInfoTensorARM = 1000460014, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] PhysicalDeviceExternalTensorInfoARM = 1000460015, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] ExternalTensorPropertiesARM = 1000460016, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] ExternalMemoryTensorCreateInfoARM = 1000460017, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] PhysicalDeviceDescriptorBufferTensorFeaturesARM = 1000460018, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] PhysicalDeviceDescriptorBufferTensorPropertiesARM = 1000460019, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] DescriptorGetTensorInfoARM = 1000460020, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] TensorCaptureDescriptorDataInfoARM = 1000460021, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] TensorViewCaptureDescriptorDataInfoARM = 1000460022, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_frame_boundary"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] FrameBoundaryTensorsARM = 1000460023, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceShaderModuleIdentifierFeaturesEXT = 1000462000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceShaderModuleIdentifierPropertiesEXT = 1000462001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] PipelineShaderStageModuleIdentifierCreateInfoEXT = 1000462002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] ShaderModuleIdentifierEXT = 1000462003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT = 1000342000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceOpticalFlowFeaturesNV = 1000464000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceOpticalFlowPropertiesNV = 1000464001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] OpticalFlowImageFormatInfoNV = 1000464002, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] OpticalFlowImageFormatPropertiesNV = 1000464003, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] OpticalFlowSessionCreateInfoNV = 1000464004, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] OpticalFlowExecuteInfoNV = 1000464005, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] OpticalFlowSessionCreatePrivateDataInfoNV = 1000464010, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_dithering"], - ImpliesSets = [ - "VK_EXT_legacy_dithering+VK_KHR_get_physical_device_properties2", - "VK_EXT_legacy_dithering+VK_VERSION_1_1", - ] - )] PhysicalDeviceLegacyDitheringFeaturesEXT = 1000465000, - - [SupportedApiProfile( - "vulkan", - ["VK_ANDROID_external_format_resolve"], - ImpliesSets = ["VK_ANDROID_external_memory_android_hardware_buffer"] - )] - PhysicalDeviceExternalFormatResolveFeaturesAndroid = 1000468000, - - [SupportedApiProfile( - "vulkan", - ["VK_ANDROID_external_format_resolve"], - ImpliesSets = ["VK_ANDROID_external_memory_android_hardware_buffer"] - )] - PhysicalDeviceExternalFormatResolvePropertiesAndroid = 1000468001, - - [SupportedApiProfile( - "vulkan", - ["VK_ANDROID_external_format_resolve"], - ImpliesSets = ["VK_ANDROID_external_memory_android_hardware_buffer"] - )] - AndroidHardwareBufferFormatResolvePropertiesAndroid = 1000468002, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] + PhysicalDeviceExternalFormatResolveFeaturesANDROID = 1000468000, + PhysicalDeviceExternalFormatResolvePropertiesANDROID = 1000468001, + AndroidHardwareBufferFormatResolvePropertiesANDROID = 1000468002, PhysicalDeviceAntiLagFeaturesAMD = 1000476000, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] AntiLagDataAMD = 1000476001, - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] AntiLagPresentationInfoAMD = 1000476002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] SurfaceCapabilitiesPresentId2KHR = 1000479000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] PresentId2KHR = 1000479001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] PhysicalDevicePresentId2FeaturesKHR = 1000479002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] SurfaceCapabilitiesPresentWait2KHR = 1000480000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] PhysicalDevicePresentWait2FeaturesKHR = 1000480001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] PresentWait2InfoKHR = 1000480002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_position_fetch"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] PhysicalDeviceRayTracingPositionFetchFeaturesKHR = 1000481000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceShaderObjectFeaturesEXT = 1000482000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceShaderObjectPropertiesEXT = 1000482001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] ShaderCreateInfoEXT = 1000482002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] PhysicalDevicePipelineBinaryFeaturesKHR = 1000483000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] PipelineBinaryCreateInfoKHR = 1000483001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] PipelineBinaryInfoKHR = 1000483002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] PipelineBinaryKeyKHR = 1000483003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] PhysicalDevicePipelineBinaryPropertiesKHR = 1000483004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] ReleaseCapturedPipelineDataInfoKHR = 1000483005, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] PipelineBinaryDataInfoKHR = 1000483006, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] PipelineCreateInfoKHR = 1000483007, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] DevicePipelineBinaryInternalCacheControlKHR = 1000483008, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] PipelineBinaryHandlesInfoKHR = 1000483009, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] PhysicalDeviceTilePropertiesFeaturesQCOM = 1000484000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] TilePropertiesQCOM = 1000484001, - - [SupportedApiProfile( - "vulkan", - ["VK_SEC_amigo_profiling"], - ImpliesSets = [ - "VK_SEC_amigo_profiling+VK_KHR_get_physical_device_properties2", - "VK_SEC_amigo_profiling+VK_VERSION_1_1", - ] - )] PhysicalDeviceAmigoProfilingFeaturesSEC = 1000485000, - - [SupportedApiProfile( - "vulkan", - ["VK_SEC_amigo_profiling"], - ImpliesSets = [ - "VK_SEC_amigo_profiling+VK_KHR_get_physical_device_properties2", - "VK_SEC_amigo_profiling+VK_VERSION_1_1", - ] - )] AmigoProfilingSubmitInfoSEC = 1000485001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] SurfacePresentModeKHR = 1000274000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] SurfacePresentScalingCapabilitiesKHR = 1000274001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] SurfacePresentModeCompatibilityKHR = 1000274002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] PhysicalDeviceSwapchainMaintenance1FeaturesKHR = 1000275000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] SwapchainPresentFenceInfoKHR = 1000275001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] SwapchainPresentModesCreateInfoKHR = 1000275002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] SwapchainPresentModeInfoKHR = 1000275003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] SwapchainPresentScalingCreateInfoKHR = 1000275004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] ReleaseSwapchainImagesInfoKHR = 1000275005, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_viewports"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_viewports+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_viewports+VK_VERSION_1_1", - ] - )] PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM = 1000488000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_invocation_reorder"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] PhysicalDeviceRayTracingInvocationReorderFeaturesNV = 1000490000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_invocation_reorder"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] PhysicalDeviceRayTracingInvocationReorderPropertiesNV = 1000490001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] PhysicalDeviceCooperativeVectorFeaturesNV = 1000491000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] PhysicalDeviceCooperativeVectorPropertiesNV = 1000491001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] CooperativeVectorPropertiesNV = 1000491002, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] ConvertCooperativeVectorMatrixInfoNV = 1000491004, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_extended_sparse_address_space"], - ImpliesSets = [ - "VK_NV_extended_sparse_address_space+VK_KHR_get_physical_device_properties2", - "VK_NV_extended_sparse_address_space+VK_VERSION_1_1", - ] - )] PhysicalDeviceExtendedSparseAddressSpaceFeaturesNV = 1000492000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_extended_sparse_address_space"], - ImpliesSets = [ - "VK_NV_extended_sparse_address_space+VK_KHR_get_physical_device_properties2", - "VK_NV_extended_sparse_address_space+VK_VERSION_1_1", - ] - )] PhysicalDeviceExtendedSparseAddressSpacePropertiesNV = 1000492001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] PhysicalDeviceMutableDescriptorTypeFeaturesEXT = 1000351000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] MutableDescriptorTypeCreateInfoEXT = 1000351002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_vertex_attributes"], - ImpliesSets = ["VK_EXT_vertex_input_dynamic_state"] - )] PhysicalDeviceLegacyVertexAttributesFeaturesEXT = 1000495000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_vertex_attributes"], - ImpliesSets = ["VK_EXT_vertex_input_dynamic_state"] - )] PhysicalDeviceLegacyVertexAttributesPropertiesEXT = 1000495001, - - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] LayerSettingsCreateInfoEXT = 1000496000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_builtins"], - ImpliesSets = [ - "VK_ARM_shader_core_builtins+VK_KHR_get_physical_device_properties2", - "VK_ARM_shader_core_builtins+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderCoreBuiltinsFeaturesARM = 1000497000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_builtins"], - ImpliesSets = [ - "VK_ARM_shader_core_builtins+VK_KHR_get_physical_device_properties2", - "VK_ARM_shader_core_builtins+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderCoreBuiltinsPropertiesARM = 1000497001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_library_group_handles"], - ImpliesSets = ["VK_KHR_pipeline_library", "VK_KHR_ray_tracing_pipeline"] - )] PhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT = 1000498000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_dynamic_rendering_unused_attachments"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT = 1000499000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] LatencySleepModeInfoNV = 1000505000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] LatencySleepInfoNV = 1000505001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] SetLatencyMarkerInfoNV = 1000505002, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] GetLatencyMarkerInfoNV = 1000505003, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] LatencyTimingsFrameReportNV = 1000505004, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] LatencySubmissionPresentIdNV = 1000505005, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] OutOfBandQueueTypeInfoNV = 1000505006, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] SwapchainLatencyCreateInfoNV = 1000505007, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] LatencySurfaceCapabilitiesNV = 1000505008, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] PhysicalDeviceCooperativeMatrixFeaturesKHR = 1000506000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] CooperativeMatrixPropertiesKHR = 1000506001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] PhysicalDeviceCooperativeMatrixPropertiesKHR = 1000506002, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineCreateInfoARM = 1000507000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineSessionCreateInfoARM = 1000507001, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineResourceInfoARM = 1000507002, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineConstantARM = 1000507003, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineSessionMemoryRequirementsInfoARM = 1000507004, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] BindDataGraphPipelineSessionMemoryInfoARM = 1000507005, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] PhysicalDeviceDataGraphFeaturesARM = 1000507006, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineShaderModuleCreateInfoARM = 1000507007, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelinePropertyQueryResultARM = 1000507008, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineInfoARM = 1000507009, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineCompilerControlCreateInfoARM = 1000507010, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineSessionBindPointRequirementsInfoARM = 1000507011, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineSessionBindPointRequirementARM = 1000507012, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineIdentifierCreateInfoARM = 1000507013, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphPipelineDispatchInfoARM = 1000507014, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] DataGraphProcessingEngineCreateInfoARM = 1000507016, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] QueueFamilyDataGraphProcessingEnginePropertiesARM = 1000507017, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] QueueFamilyDataGraphPropertiesARM = 1000507018, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] PhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM = 1000507019, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph", "VK_ARM_tensors"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"], - RequireAll = true - )] DataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM = 1000507015, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_render_areas"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_render_areas+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_render_areas+VK_VERSION_1_1", - ] - )] PhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM = 1000510000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_render_areas"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_render_areas+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_render_areas+VK_VERSION_1_1", - ] - )] MultiviewPerViewRenderAreasRenderPassBeginInfoQCOM = 1000510001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_compute_shader_derivatives"], - ImpliesSets = [ - "VK_KHR_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_KHR_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] PhysicalDeviceComputeShaderDerivativesFeaturesKHR = 1000201000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_compute_shader_derivatives"], - ImpliesSets = [ - "VK_KHR_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_KHR_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] PhysicalDeviceComputeShaderDerivativesPropertiesKHR = 1000511000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeAv1CapabilitiesKHR = 1000512000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeAv1PictureInfoKHR = 1000512001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeAv1ProfileInfoKHR = 1000512003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeAv1SessionParametersCreateInfoKHR = 1000512004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeAv1DpbSlotInfoKHR = 1000512005, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeAv1CapabilitiesKHR = 1000513000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeAv1SessionParametersCreateInfoKHR = 1000513001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeAv1PictureInfoKHR = 1000513002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeAv1DpbSlotInfoKHR = 1000513003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] PhysicalDeviceVideoEncodeAv1FeaturesKHR = 1000513004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeAv1ProfileInfoKHR = 1000513005, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeAv1RateControlInfoKHR = 1000513006, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeAv1RateControlLayerInfoKHR = 1000513007, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeAv1QualityLevelPropertiesKHR = 1000513008, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeAv1SessionCreateInfoKHR = 1000513009, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeAv1GopRemainingFrameInfoKHR = 1000513010, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] PhysicalDeviceVideoDecodeVp9FeaturesKHR = 1000514000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeVp9CapabilitiesKHR = 1000514001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeVp9PictureInfoKHR = 1000514002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] VideoDecodeVp9ProfileInfoKHR = 1000514003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] PhysicalDeviceVideoMaintenance1FeaturesKHR = 1000515000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] VideoInlineQueryInfoKHR = 1000515001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_per_stage_descriptor_set"], - ImpliesSets = [ - "VK_NV_per_stage_descriptor_set+VK_KHR_maintenance6", - "VK_NV_per_stage_descriptor_set+VK_VERSION_1_4", - ] - )] PhysicalDevicePerStageDescriptorSetFeaturesNV = 1000516000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] PhysicalDeviceImageProcessing2FeaturesQCOM = 1000518000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] PhysicalDeviceImageProcessing2PropertiesQCOM = 1000518001, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] SamplerBlockMatchWindowCreateInfoQCOM = 1000518002, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] SamplerCubicWeightsCreateInfoQCOM = 1000519000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] PhysicalDeviceCubicWeightsFeaturesQCOM = 1000519001, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] BlitImageCubicWeightsInfoQCOM = 1000519002, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_ycbcr_degamma"], - ImpliesSets = [ - "VK_QCOM_ycbcr_degamma+VK_KHR_get_physical_device_properties2", - "VK_QCOM_ycbcr_degamma+VK_VERSION_1_1", - ] - )] PhysicalDeviceYcbcrDegammaFeaturesQCOM = 1000520000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_ycbcr_degamma"], - ImpliesSets = [ - "VK_QCOM_ycbcr_degamma+VK_KHR_get_physical_device_properties2", - "VK_QCOM_ycbcr_degamma+VK_VERSION_1_1", - ] - )] SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM = 1000520001, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_clamp"], - ImpliesSets = [ - "VK_EXT_filter_cubic+VK_EXT_sampler_filter_minmax", - "VK_EXT_filter_cubic+VK_VERSION_1_2", - ] - )] PhysicalDeviceCubicClampFeaturesQCOM = 1000521000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] PhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT = 1000524000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_unified_image_layouts"], - ImpliesSets = [ - "VK_KHR_unified_image_layouts+VK_KHR_get_physical_device_properties2", - "VK_KHR_unified_image_layouts+VK_VERSION_1_1", - ] - )] PhysicalDeviceUnifiedImageLayoutsFeaturesKHR = 1000527000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_unified_image_layouts+VK_EXT_attachment_feedback_loop_layout+VK_KHR_dynamic_rendering", - "VK_KHR_unified_image_layouts+VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_KHR_unified_image_layouts+VK_KHR_get_physical_device_properties2", - "VK_KHR_unified_image_layouts+VK_VERSION_1_1", - ] - )] AttachmentFeedbackLoopInfoEXT = 1000527001, - - [SupportedApiProfile( - "vulkan", - ["VK_QNX_external_memory_screen_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] ScreenBufferPropertiesQNX = 1000529000, - - [SupportedApiProfile( - "vulkan", - ["VK_QNX_external_memory_screen_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] ScreenBufferFormatPropertiesQNX = 1000529001, - - [SupportedApiProfile( - "vulkan", - ["VK_QNX_external_memory_screen_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] ImportScreenBufferInfoQNX = 1000529002, - - [SupportedApiProfile( - "vulkan", - ["VK_QNX_external_memory_screen_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] ExternalFormatQNX = 1000529003, - - [SupportedApiProfile( - "vulkan", - ["VK_QNX_external_memory_screen_buffer"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] PhysicalDeviceExternalMemoryScreenBufferFeaturesQNX = 1000529004, - - [SupportedApiProfile( - "vulkan", - ["VK_MSFT_layered_driver"], - ImpliesSets = [ - "VK_MSFT_layered_driver+VK_KHR_get_physical_device_properties2", - "VK_MSFT_layered_driver+VK_VERSION_1_1", - ] - )] PhysicalDeviceLayeredDriverPropertiesMSFT = 1000530000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] CalibratedTimestampInfoKHR = 1000184000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] SetDescriptorBufferOffsetsInfoEXT = 1000545007, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] BindDescriptorBufferEmbeddedSamplersInfoEXT = 1000545008, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_descriptor_pool_overallocation"], - ImpliesSets = ["VK_VERSION_1_1"] - )] PhysicalDeviceDescriptorPoolOverallocationFeaturesNV = 1000546000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceTileMemoryHeapFeaturesQCOM = 1000547000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceTileMemoryHeapPropertiesQCOM = 1000547001, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] TileMemoryRequirementsQCOM = 1000547002, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] TileMemoryBindInfoQCOM = 1000547003, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap", "VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ], - RequireAll = true - )] TileMemorySizeInfoQCOM = 1000547004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceCopyMemoryIndirectFeaturesKHR = 1000549000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceCopyMemoryIndirectPropertiesKHR = 1000426001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] CopyMemoryIndirectInfoKHR = 1000549002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] CopyMemoryToImageIndirectInfoKHR = 1000549003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] PhysicalDeviceMemoryDecompressionFeaturesEXT = 1000427000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] PhysicalDeviceMemoryDecompressionPropertiesEXT = 1000427001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] DecompressMemoryInfoEXT = 1000550002, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] DisplaySurfaceStereoCreateInfoNV = 1000551000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] DisplayModeStereoPropertiesNV = 1000551001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeIntraRefreshCapabilitiesKHR = 1000552000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeSessionIntraRefreshCreateInfoKHR = 1000552001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoEncodeIntraRefreshInfoKHR = 1000552002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] VideoReferenceIntraRefreshInfoKHR = 1000552003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR = 1000552004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] VideoEncodeQuantizationMapCapabilitiesKHR = 1000553000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] VideoFormatQuantizationMapPropertiesKHR = 1000553001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] VideoEncodeQuantizationMapInfoKHR = 1000553002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] VideoEncodeQuantizationMapSessionParametersCreateInfoKHR = 1000553005, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] PhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR = 1000553009, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] VideoEncodeH264QuantizationMapCapabilitiesKHR = 1000553003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] VideoEncodeH265QuantizationMapCapabilitiesKHR = 1000553004, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] VideoFormatH265QuantizationMapPropertiesKHR = 1000553006, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] VideoEncodeAv1QuantizationMapCapabilitiesKHR = 1000553007, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] VideoFormatAv1QuantizationMapPropertiesKHR = 1000553008, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_raw_access_chains"], - ImpliesSets = [ - "VK_NV_raw_access_chains+VK_KHR_get_physical_device_properties2", - "VK_NV_raw_access_chains+VK_VERSION_1_1", - ] - )] PhysicalDeviceRawAccessChainsFeaturesNV = 1000555000, - - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] ExternalComputeQueueDeviceCreateInfoNV = 1000556000, - - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] ExternalComputeQueueCreateInfoNV = 1000556001, - - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] ExternalComputeQueueDataParamsNV = 1000556002, - - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] PhysicalDeviceExternalComputeQueuePropertiesNV = 1000556003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_relaxed_extended_instruction"], - ImpliesSets = [ - "VK_KHR_shader_relaxed_extended_instruction+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_relaxed_extended_instruction+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR = 1000558000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_command_buffer_inheritance"], - ImpliesSets = [ - "VK_NV_command_buffer_inheritance+VK_KHR_get_physical_device_properties2", - "VK_NV_command_buffer_inheritance+VK_VERSION_1_1", - ] - )] PhysicalDeviceCommandBufferInheritanceFeaturesNV = 1000559000, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] PhysicalDeviceMaintenance7FeaturesKHR = 1000562000, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] PhysicalDeviceMaintenance7PropertiesKHR = 1000562001, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] PhysicalDeviceLayeredApiPropertiesListKHR = 1000562002, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] PhysicalDeviceLayeredApiPropertiesKHR = 1000562003, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] PhysicalDeviceLayeredApiVulkanPropertiesKHR = 1000562004, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_atomic_float16_vector"], - ImpliesSets = [ - "VK_NV_shader_atomic_float16_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_shader_atomic_float16_vector+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderAtomicFloat16VectorFeaturesNV = 1000563000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_replicated_composites"], - ImpliesSets = [ - "VK_EXT_shader_replicated_composites+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_replicated_composites+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderReplicatedCompositesFeaturesEXT = 1000564000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_float8"], - ImpliesSets = [ - "VK_EXT_shader_float8+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_float8+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderFloat8FeaturesEXT = 1000567000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_validation"], - ImpliesSets = [ - "VK_NV_ray_tracing_validation+VK_KHR_get_physical_device_properties2", - "VK_NV_ray_tracing_validation+VK_VERSION_1_1", - ] - )] PhysicalDeviceRayTracingValidationFeaturesNV = 1000568000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] PhysicalDeviceClusterAccelerationStructureFeaturesNV = 1000569000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] PhysicalDeviceClusterAccelerationStructurePropertiesNV = 1000569001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] ClusterAccelerationStructureClustersBottomLevelInputNV = 1000569002, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] ClusterAccelerationStructureTriangleClusterInputNV = 1000569003, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] ClusterAccelerationStructureMoveObjectsInputNV = 1000569004, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] ClusterAccelerationStructureInputInfoNV = 1000569005, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] ClusterAccelerationStructureCommandsInfoNV = 1000569006, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] RayTracingPipelineClusterAccelerationStructureCreateInfoNV = 1000569007, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] PhysicalDevicePartitionedAccelerationStructureFeaturesNV = 1000570000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] PhysicalDevicePartitionedAccelerationStructurePropertiesNV = 1000570001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] WriteDescriptorSetPartitionedAccelerationStructureNV = 1000570002, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] PartitionedAccelerationStructureInstancesInputNV = 1000570003, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] BuildPartitionedAccelerationStructureInfoNV = 1000570004, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] PartitionedAccelerationStructureFlagsNV = 1000570005, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceDeviceGeneratedCommandsFeaturesEXT = 1000572000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT = 1000572001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] GeneratedCommandsMemoryRequirementsInfoEXT = 1000572002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] IndirectExecutionSetCreateInfoEXT = 1000572003, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] GeneratedCommandsInfoEXT = 1000572004, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] IndirectCommandsLayoutCreateInfoEXT = 1000572006, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] IndirectCommandsLayoutTokenEXT = 1000572007, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] WriteIndirectExecutionSetPipelineEXT = 1000572008, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] WriteIndirectExecutionSetShaderEXT = 1000572009, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] IndirectExecutionSetPipelineInfoEXT = 1000572010, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] IndirectExecutionSetShaderInfoEXT = 1000572011, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] IndirectExecutionSetShaderLayoutInfoEXT = 1000572012, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] GeneratedCommandsPipelineInfoEXT = 1000572013, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] GeneratedCommandsShaderInfoEXT = 1000572014, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] PhysicalDeviceMaintenance8FeaturesKHR = 1000574000, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] MemoryBarrierAccessFlags3KHR = 1000574002, - - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] PhysicalDeviceImageAlignmentControlFeaturesMESA = 1000575000, - - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] PhysicalDeviceImageAlignmentControlPropertiesMESA = 1000575001, - - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] ImageAlignmentControlCreateInfoMESA = 1000575002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_fma"], - ImpliesSets = [ - "VK_KHR_shader_fma+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_fma+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderFmaFeaturesKHR = 1000579000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] PhysicalDeviceDepthClampControlFeaturesEXT = 1000582000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] PipelineViewportDepthClampControlCreateInfoEXT = 1000582001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] PhysicalDeviceMaintenance9FeaturesKHR = 1000584000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] PhysicalDeviceMaintenance9PropertiesKHR = 1000584001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] QueueFamilyOwnershipTransferPropertiesKHR = 1000584002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"] - )] PhysicalDeviceVideoMaintenance2FeaturesKHR = 1000586000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] VideoDecodeH264InlineSessionParametersInfoKHR = 1000586001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] VideoDecodeH265InlineSessionParametersInfoKHR = 1000586002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] VideoDecodeAv1InlineSessionParametersInfoKHR = 1000586003, - - [SupportedApiProfile("vulkan", ["VK_OHOS_surface"], ImpliesSets = ["VK_KHR_surface"])] SurfaceCreateInfoOHOS = 1000685000, - - [SupportedApiProfile("vulkan", ["VK_OHOS_native_buffer"])] NativeBufferOHOS = 1000453001, - - [SupportedApiProfile("vulkan", ["VK_OHOS_native_buffer"])] SwapchainImageCreateInfoOHOS = 1000453002, - - [SupportedApiProfile("vulkan", ["VK_OHOS_native_buffer"])] PhysicalDevicePresentationPropertiesOHOS = 1000453003, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_hdr_vivid"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_VERSION_1_1", - ] - )] - PhysicalDeviceHdrVividFeaturesHuawei = 1000590000, - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_hdr_vivid"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_VERSION_1_1", - ] - )] - HdrVividDynamicMetadataHuawei = 1000590001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] + PhysicalDeviceHdrVividFeaturesHUAWEI = 1000590000, + HdrVividDynamicMetadataHUAWEI = 1000590001, PhysicalDeviceCooperativeMatrix2FeaturesNV = 1000593000, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] CooperativeMatrixFlexibleDimensionsPropertiesNV = 1000593001, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] PhysicalDeviceCooperativeMatrix2PropertiesNV = 1000593002, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_pipeline_opacity_micromap"], - ImpliesSets = ["VK_EXT_opacity_micromap"] - )] PhysicalDevicePipelineOpacityMicromapFeaturesARM = 1000596000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_metal"], - ImpliesSets = [ - "VK_EXT_external_memory_metal+VK_KHR_external_memory", - "VK_EXT_external_memory_metal+VK_VERSION_1_1", - ] - )] ImportMemoryMetalHandleInfoEXT = 1000602000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_metal"], - ImpliesSets = [ - "VK_EXT_external_memory_metal+VK_KHR_external_memory", - "VK_EXT_external_memory_metal+VK_VERSION_1_1", - ] - )] MemoryMetalHandlePropertiesEXT = 1000602001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_metal"], - ImpliesSets = [ - "VK_EXT_external_memory_metal+VK_KHR_external_memory", - "VK_EXT_external_memory_metal+VK_VERSION_1_1", - ] - )] MemoryGetMetalHandleInfoEXT = 1000602002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_clamp_zero_one"], - ImpliesSets = [ - "VK_KHR_depth_clamp_zero_one+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_clamp_zero_one+VK_VERSION_1_1", - ] - )] PhysicalDeviceDepthClampZeroOneFeaturesKHR = 1000421000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] PhysicalDevicePerformanceCountersByRegionFeaturesARM = 1000605000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] PhysicalDevicePerformanceCountersByRegionPropertiesARM = 1000605001, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] PerformanceCounterARM = 1000605002, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] PerformanceCounterDescriptionARM = 1000605003, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] RenderPassPerformanceCountersByRegionBeginInfoARM = 1000605004, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_robustness"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_robustness+VK_VERSION_1_1", - ] - )] PhysicalDeviceVertexAttributeRobustnessFeaturesEXT = 1000608000, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] PhysicalDeviceFormatPackFeaturesARM = 1000609000, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - PhysicalDeviceFragmentDensityMapLayeredFeaturesValve = 1000611000, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - PhysicalDeviceFragmentDensityMapLayeredPropertiesValve = 1000611001, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] - PipelineFragmentDensityMapLayeredCreateInfoValve = 1000611002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] + PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE = 1000611000, + PhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE = 1000611001, + PipelineFragmentDensityMapLayeredCreateInfoVALVE = 1000611002, PhysicalDeviceRobustness2FeaturesKHR = 1000286000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] PhysicalDeviceRobustness2PropertiesKHR = 1000286001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] PhysicalDeviceFragmentDensityMapOffsetFeaturesEXT = 1000425000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT = 1000425001, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] RenderPassFragmentDensityMapOffsetEndInfoEXT = 1000425002, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_zero_initialize_device_memory"], - ImpliesSets = [ - "VK_EXT_zero_initialize_device_memory+VK_KHR_get_physical_device_properties2", - "VK_EXT_zero_initialize_device_memory+VK_VERSION_1_1", - ] - )] PhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT = 1000620000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_mode_fifo_latest_ready"], - ImpliesSets = ["VK_KHR_swapchain"] - )] PhysicalDevicePresentModeFifoLatestReadyFeaturesKHR = 1000361000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_64bit_indexing"], - ImpliesSets = [ - "VK_EXT_shader_64bit_indexing+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_64bit_indexing+VK_VERSION_1_1", - ] - )] PhysicalDeviceShader64BitIndexingFeaturesEXT = 1000627000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] PhysicalDeviceDataGraphModelFeaturesQCOM = 1000629000, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] DataGraphPipelineBuiltinModelCreateInfoQCOM = 1000629001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] PhysicalDeviceMaintenance10FeaturesKHR = 1000630000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] PhysicalDeviceMaintenance10PropertiesKHR = 1000630001, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] RenderingAttachmentFlagsInfoKHR = 1000630002, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] RenderingEndInfoKHR = 1000619003, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] ResolveImageModeInfoKHR = 1000630004, - - [SupportedApiProfile( - "vulkan", - ["VK_SEC_pipeline_cache_incremental_mode"], - ImpliesSets = [ - "VK_SEC_pipeline_cache_incremental_mode+VK_KHR_get_physical_device_properties2", - "VK_SEC_pipeline_cache_incremental_mode+VK_VERSION_1_1", - ] - )] PhysicalDevicePipelineCacheIncrementalModeFeaturesSEC = 1000637000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_uniform_buffer_unsized_array"], - ImpliesSets = [ - "VK_EXT_shader_uniform_buffer_unsized_array+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_uniform_buffer_unsized_array+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT = 1000642000, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceVariablePointerFeatures = PhysicalDeviceVariablePointersFeatures, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] PhysicalDeviceShaderDrawParameterFeatures = PhysicalDeviceShaderDrawParametersFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] RenderingInfoKHR = RenderingInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] RenderingAttachmentInfoKHR = RenderingAttachmentInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PipelineRenderingCreateInfoKHR = PipelineRenderingCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceDynamicRenderingFeaturesKHR = PhysicalDeviceDynamicRenderingFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] CommandBufferInheritanceRenderingInfoKHR = CommandBufferInheritanceRenderingInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_multiview"], - ImpliesSets = [ - "VK_KHR_multiview+VK_KHR_get_physical_device_properties2", - "VK_KHR_multiview+VK_VERSION_1_1", - ] - )] RenderPassMultiviewCreateInfoKHR = RenderPassMultiviewCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_multiview"], - ImpliesSets = [ - "VK_KHR_multiview+VK_KHR_get_physical_device_properties2", - "VK_KHR_multiview+VK_VERSION_1_1", - ] - )] PhysicalDeviceMultiviewFeaturesKHR = PhysicalDeviceMultiviewFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_multiview"], - ImpliesSets = [ - "VK_KHR_multiview+VK_KHR_get_physical_device_properties2", - "VK_KHR_multiview+VK_VERSION_1_1", - ] - )] PhysicalDeviceMultiviewPropertiesKHR = PhysicalDeviceMultiviewProperties, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] PhysicalDeviceFeatures2KHR = PhysicalDeviceFeatures2, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] PhysicalDeviceProperties2KHR = PhysicalDeviceProperties2, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] FormatProperties2KHR = FormatProperties2, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] ImageFormatProperties2KHR = ImageFormatProperties2, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] PhysicalDeviceImageFormatInfo2KHR = PhysicalDeviceImageFormatInfo2, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] QueueFamilyProperties2KHR = QueueFamilyProperties2, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] PhysicalDeviceMemoryProperties2KHR = PhysicalDeviceMemoryProperties2, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] SparseImageFormatProperties2KHR = SparseImageFormatProperties2, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] PhysicalDeviceSparseImageFormatInfo2KHR = PhysicalDeviceSparseImageFormatInfo2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] MemoryAllocateFlagsInfoKHR = MemoryAllocateFlagsInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] DeviceGroupRenderPassBeginInfoKHR = DeviceGroupRenderPassBeginInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] DeviceGroupCommandBufferBeginInfoKHR = DeviceGroupCommandBufferBeginInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] DeviceGroupSubmitInfoKHR = DeviceGroupSubmitInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] DeviceGroupBindSparseInfoKHR = DeviceGroupBindSparseInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_bind_memory2", "VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"], - RequireAll = true - )] BindBufferMemoryDeviceGroupInfoKHR = BindBufferMemoryDeviceGroupInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_bind_memory2", "VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"], - RequireAll = true - )] BindImageMemoryDeviceGroupInfoKHR = BindImageMemoryDeviceGroupInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] PhysicalDeviceTextureCompressionAstcHdrFeaturesEXT = PhysicalDeviceTextureCompressionAstcHdrFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] PipelineRobustnessCreateInfoEXT = PipelineRobustnessCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] PhysicalDevicePipelineRobustnessFeaturesEXT = PhysicalDevicePipelineRobustnessFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] PhysicalDevicePipelineRobustnessPropertiesEXT = PhysicalDevicePipelineRobustnessProperties, - - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] PhysicalDeviceGroupPropertiesKHR = PhysicalDeviceGroupProperties, - - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] DeviceGroupDeviceCreateInfoKHR = DeviceGroupDeviceCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] PhysicalDeviceExternalImageFormatInfoKHR = PhysicalDeviceExternalImageFormatInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] ExternalImageFormatPropertiesKHR = ExternalImageFormatProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] PhysicalDeviceExternalBufferInfoKHR = PhysicalDeviceExternalBufferInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] ExternalBufferPropertiesKHR = ExternalBufferProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] PhysicalDeviceIdPropertiesKHR = PhysicalDeviceIdProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory"], - ImpliesSets = [ - "VK_KHR_external_memory+VK_KHR_external_memory_capabilities", - "VK_KHR_external_memory+VK_VERSION_1_1", - ] - )] ExternalMemoryBufferCreateInfoKHR = ExternalMemoryBufferCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory"], - ImpliesSets = [ - "VK_KHR_external_memory+VK_KHR_external_memory_capabilities", - "VK_KHR_external_memory+VK_VERSION_1_1", - ] - )] ExternalMemoryImageCreateInfoKHR = ExternalMemoryImageCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory"], - ImpliesSets = [ - "VK_KHR_external_memory+VK_KHR_external_memory_capabilities", - "VK_KHR_external_memory+VK_VERSION_1_1", - ] - )] ExportMemoryAllocateInfoKHR = ExportMemoryAllocateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] PhysicalDeviceExternalSemaphoreInfoKHR = PhysicalDeviceExternalSemaphoreInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] ExternalSemaphorePropertiesKHR = ExternalSemaphoreProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore"], - ImpliesSets = ["VK_KHR_external_semaphore_capabilities"] - )] ExportSemaphoreCreateInfoKHR = ExportSemaphoreCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] PhysicalDevicePushDescriptorPropertiesKHR = PhysicalDevicePushDescriptorProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float16_int8"], - ImpliesSets = [ - "VK_KHR_shader_float16_int8+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_float16_int8+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderFloat16Int8FeaturesKHR = PhysicalDeviceShaderFloat16Int8Features, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float16_int8"], - ImpliesSets = [ - "VK_KHR_shader_float16_int8+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_float16_int8+VK_VERSION_1_1", - ] - )] PhysicalDeviceFloat16Int8FeaturesKHR = PhysicalDeviceShaderFloat16Int8Features, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_16bit_storage"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class", - "VK_VERSION_1_1", - ] - )] PhysicalDevice16BitStorageFeaturesKHR = PhysicalDevice16BitStorageFeatures, - - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] DescriptorUpdateTemplateCreateInfoKHR = DescriptorUpdateTemplateCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_imageless_framebuffer"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_get_physical_device_properties2+VK_KHR_maintenance2", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceImagelessFramebufferFeaturesKHR = PhysicalDeviceImagelessFramebufferFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_imageless_framebuffer"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_get_physical_device_properties2+VK_KHR_maintenance2", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] FramebufferAttachmentsCreateInfoKHR = FramebufferAttachmentsCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_imageless_framebuffer"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_get_physical_device_properties2+VK_KHR_maintenance2", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] FramebufferAttachmentImageInfoKHR = FramebufferAttachmentImageInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_imageless_framebuffer"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_get_physical_device_properties2+VK_KHR_maintenance2", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] RenderPassAttachmentBeginInfoKHR = RenderPassAttachmentBeginInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] AttachmentDescription2KHR = AttachmentDescription2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] AttachmentReference2KHR = AttachmentReference2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] SubpassDescription2KHR = SubpassDescription2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] SubpassDependency2KHR = SubpassDependency2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] RenderPassCreateInfo2KHR = RenderPassCreateInfo2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] SubpassBeginInfoKHR = SubpassBeginInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] SubpassEndInfoKHR = SubpassEndInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] PhysicalDeviceExternalFenceInfoKHR = PhysicalDeviceExternalFenceInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] ExternalFencePropertiesKHR = ExternalFenceProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence"], - ImpliesSets = ["VK_KHR_external_fence_capabilities"] - )] ExportFenceCreateInfoKHR = ExportFenceCreateInfo, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] PhysicalDevicePointClippingPropertiesKHR = PhysicalDevicePointClippingProperties, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] RenderPassInputAttachmentAspectCreateInfoKHR = RenderPassInputAttachmentAspectCreateInfo, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] ImageViewUsageCreateInfoKHR = ImageViewUsageCreateInfo, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] PipelineTessellationDomainOriginStateCreateInfoKHR = PipelineTessellationDomainOriginStateCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_variable_pointers"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceVariablePointersFeaturesKHR = PhysicalDeviceVariablePointersFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_variable_pointers"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceVariablePointerFeaturesKHR = PhysicalDeviceVariablePointersFeaturesKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dedicated_allocation"], - ImpliesSets = [ - "VK_KHR_dedicated_allocation+VK_KHR_get_memory_requirements2", - "VK_KHR_dedicated_allocation+VK_VERSION_1_1", - ] - )] MemoryDedicatedRequirementsKHR = MemoryDedicatedRequirements, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dedicated_allocation"], - ImpliesSets = [ - "VK_KHR_dedicated_allocation+VK_KHR_get_memory_requirements2", - "VK_KHR_dedicated_allocation+VK_VERSION_1_1", - ] - )] MemoryDedicatedAllocateInfoKHR = MemoryDedicatedAllocateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sampler_filter_minmax"], - ImpliesSets = [ - "VK_EXT_sampler_filter_minmax+VK_KHR_get_physical_device_properties2", - "VK_EXT_sampler_filter_minmax+VK_VERSION_1_1", - ] - )] PhysicalDeviceSamplerFilterMinmaxPropertiesEXT = PhysicalDeviceSamplerFilterMinmaxProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sampler_filter_minmax"], - ImpliesSets = [ - "VK_EXT_sampler_filter_minmax+VK_KHR_get_physical_device_properties2", - "VK_EXT_sampler_filter_minmax+VK_VERSION_1_1", - ] - )] SamplerReductionModeCreateInfoEXT = SamplerReductionModeCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_inline_uniform_block"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceInlineUniformBlockFeaturesEXT = PhysicalDeviceInlineUniformBlockFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_inline_uniform_block"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceInlineUniformBlockPropertiesEXT = PhysicalDeviceInlineUniformBlockProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_inline_uniform_block"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1", - "VK_VERSION_1_1", - ] - )] WriteDescriptorSetInlineUniformBlockEXT = WriteDescriptorSetInlineUniformBlock, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_inline_uniform_block"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1", - "VK_VERSION_1_1", - ] - )] DescriptorPoolInlineUniformBlockCreateInfoEXT = DescriptorPoolInlineUniformBlockCreateInfo, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] BufferMemoryRequirementsInfo2KHR = BufferMemoryRequirementsInfo2, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] ImageMemoryRequirementsInfo2KHR = ImageMemoryRequirementsInfo2, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] ImageSparseMemoryRequirementsInfo2KHR = ImageSparseMemoryRequirementsInfo2, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] MemoryRequirements2KHR = MemoryRequirements2, - - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] SparseImageMemoryRequirements2KHR = SparseImageMemoryRequirements2, - - [SupportedApiProfile("vulkan", ["VK_KHR_image_format_list"])] ImageFormatListCreateInfoKHR = ImageFormatListCreateInfo, - - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_dynamic_rendering", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_3", - ] - )] AttachmentSampleCountInfoNV = AttachmentSampleCountInfoAMD, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] SamplerYcbcrConversionCreateInfoKHR = SamplerYcbcrConversionCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] SamplerYcbcrConversionInfoKHR = SamplerYcbcrConversionInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] BindImagePlaneMemoryInfoKHR = BindImagePlaneMemoryInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] ImagePlaneMemoryRequirementsInfoKHR = ImagePlaneMemoryRequirementsInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceSamplerYcbcrConversionFeaturesKHR = PhysicalDeviceSamplerYcbcrConversionFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] SamplerYcbcrConversionImageFormatPropertiesKHR = SamplerYcbcrConversionImageFormatProperties, - - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] BindBufferMemoryInfoKHR = BindBufferMemoryInfo, - - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] BindImageMemoryInfoKHR = BindImageMemoryInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] DescriptorSetLayoutBindingFlagsCreateInfoEXT = DescriptorSetLayoutBindingFlagsCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceDescriptorIndexingFeaturesEXT = PhysicalDeviceDescriptorIndexingFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceDescriptorIndexingPropertiesEXT = PhysicalDeviceDescriptorIndexingProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] DescriptorSetVariableDescriptorCountAllocateInfoEXT = DescriptorSetVariableDescriptorCountAllocateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] DescriptorSetVariableDescriptorCountLayoutSupportEXT = DescriptorSetVariableDescriptorCountLayoutSupport, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] PhysicalDeviceMaintenance3PropertiesKHR = PhysicalDeviceMaintenance3Properties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] DescriptorSetLayoutSupportKHR = DescriptorSetLayoutSupport, - - [SupportedApiProfile("vulkan", ["VK_EXT_global_priority"])] DeviceQueueGlobalPriorityCreateInfoEXT = DeviceQueueGlobalPriorityCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_extended_types"], - ImpliesSets = ["VK_VERSION_1_1"] - )] PhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR = PhysicalDeviceShaderSubgroupExtendedTypesFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_8bit_storage"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class", - "VK_VERSION_1_1", - ] - )] PhysicalDevice8BitStorageFeaturesKHR = PhysicalDevice8BitStorageFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_atomic_int64"], - ImpliesSets = [ - "VK_KHR_shader_atomic_int64+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_atomic_int64+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderAtomicInt64FeaturesKHR = PhysicalDeviceShaderAtomicInt64Features, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] CalibratedTimestampInfoEXT = CalibratedTimestampInfoKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_global_priority"], - ImpliesSets = [ - "VK_KHR_global_priority+VK_KHR_get_physical_device_properties2", - "VK_KHR_global_priority+VK_VERSION_1_1", - ] - )] DeviceQueueGlobalPriorityCreateInfoKHR = DeviceQueueGlobalPriorityCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_global_priority"], - ImpliesSets = [ - "VK_KHR_global_priority+VK_KHR_get_physical_device_properties2", - "VK_KHR_global_priority+VK_VERSION_1_1", - ] - )] PhysicalDeviceGlobalPriorityQueryFeaturesKHR = PhysicalDeviceGlobalPriorityQueryFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_global_priority"], - ImpliesSets = [ - "VK_KHR_global_priority+VK_KHR_get_physical_device_properties2", - "VK_KHR_global_priority+VK_VERSION_1_1", - ] - )] QueueFamilyGlobalPriorityPropertiesKHR = QueueFamilyGlobalPriorityProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] PipelineVertexInputDivisorStateCreateInfoEXT = PipelineVertexInputDivisorStateCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] PhysicalDeviceVertexAttributeDivisorFeaturesEXT = PhysicalDeviceVertexAttributeDivisorFeatures, - - [SupportedApiProfile("vulkan", ["VK_EXT_pipeline_creation_feedback"])] PipelineCreationFeedbackCreateInfoEXT = PipelineCreationFeedbackCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] PhysicalDeviceDriverPropertiesKHR = PhysicalDeviceDriverProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float_controls"], - ImpliesSets = [ - "VK_KHR_shader_float_controls+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_float_controls+VK_VERSION_1_1", - ] - )] PhysicalDeviceFloatControlsPropertiesKHR = PhysicalDeviceFloatControlsProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_stencil_resolve"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_create_renderpass2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_2", - ] - )] PhysicalDeviceDepthStencilResolvePropertiesKHR = PhysicalDeviceDepthStencilResolveProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_stencil_resolve"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_create_renderpass2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_2", - ] - )] SubpassDescriptionDepthStencilResolveKHR = SubpassDescriptionDepthStencilResolve, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_compute_shader_derivatives"], - ImpliesSets = [ - "VK_NV_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_NV_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] PhysicalDeviceComputeShaderDerivativesFeaturesNV = PhysicalDeviceComputeShaderDerivativesFeaturesKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_NV_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_NV_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] PhysicalDeviceFragmentShaderBarycentricFeaturesNV = PhysicalDeviceFragmentShaderBarycentricFeaturesKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] PhysicalDeviceTimelineSemaphoreFeaturesKHR = PhysicalDeviceTimelineSemaphoreFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] PhysicalDeviceTimelineSemaphorePropertiesKHR = PhysicalDeviceTimelineSemaphoreProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] SemaphoreTypeCreateInfoKHR = SemaphoreTypeCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] TimelineSemaphoreSubmitInfoKHR = TimelineSemaphoreSubmitInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] SemaphoreWaitInfoKHR = SemaphoreWaitInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] SemaphoreSignalInfoKHR = SemaphoreSignalInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_vulkan_memory_model"], - ImpliesSets = [ - "VK_KHR_vulkan_memory_model+VK_KHR_get_physical_device_properties2", - "VK_KHR_vulkan_memory_model+VK_VERSION_1_1", - ] - )] PhysicalDeviceVulkanMemoryModelFeaturesKHR = PhysicalDeviceVulkanMemoryModelFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_terminate_invocation"], - ImpliesSets = [ - "VK_KHR_shader_terminate_invocation+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_terminate_invocation+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderTerminateInvocationFeaturesKHR = PhysicalDeviceShaderTerminateInvocationFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_scalar_block_layout"], - ImpliesSets = [ - "VK_EXT_scalar_block_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_scalar_block_layout+VK_VERSION_1_1", - ] - )] PhysicalDeviceScalarBlockLayoutFeaturesEXT = PhysicalDeviceScalarBlockLayoutFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subgroup_size_control"], - ImpliesSets = ["VK_VERSION_1_1"] - )] PhysicalDeviceSubgroupSizeControlPropertiesEXT = PhysicalDeviceSubgroupSizeControlProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subgroup_size_control"], - ImpliesSets = ["VK_VERSION_1_1"] - )] PipelineShaderStageRequiredSubgroupSizeCreateInfoEXT = PipelineShaderStageRequiredSubgroupSizeCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subgroup_size_control"], - ImpliesSets = ["VK_VERSION_1_1"] - )] PhysicalDeviceSubgroupSizeControlFeaturesEXT = PhysicalDeviceSubgroupSizeControlFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] PhysicalDeviceDynamicRenderingLocalReadFeaturesKHR = PhysicalDeviceDynamicRenderingLocalReadFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] RenderingAttachmentLocationInfoKHR = RenderingAttachmentLocationInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] RenderingInputAttachmentIndexInfoKHR = RenderingInputAttachmentIndexInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_separate_depth_stencil_layouts"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR = PhysicalDeviceSeparateDepthStencilLayoutsFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_separate_depth_stencil_layouts"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] AttachmentReferenceStencilLayoutKHR = AttachmentReferenceStencilLayout, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_separate_depth_stencil_layouts"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] AttachmentDescriptionStencilLayoutKHR = AttachmentDescriptionStencilLayout, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] PhysicalDeviceBufferAddressFeaturesEXT = PhysicalDeviceBufferDeviceAddressFeaturesEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] BufferDeviceAddressInfoEXT = BufferDeviceAddressInfo, - - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] PhysicalDeviceToolPropertiesEXT = PhysicalDeviceToolProperties, - - [SupportedApiProfile("vulkan", ["VK_EXT_separate_stencil_usage"])] ImageStencilUsageCreateInfoEXT = ImageStencilUsageCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_uniform_buffer_standard_layout"], - ImpliesSets = [ - "VK_KHR_uniform_buffer_standard_layout+VK_KHR_get_physical_device_properties2", - "VK_KHR_uniform_buffer_standard_layout+VK_VERSION_1_1", - ] - )] PhysicalDeviceUniformBufferStandardLayoutFeaturesKHR = PhysicalDeviceUniformBufferStandardLayoutFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] PhysicalDeviceBufferDeviceAddressFeaturesKHR = PhysicalDeviceBufferDeviceAddressFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] BufferDeviceAddressInfoKHR = BufferDeviceAddressInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] BufferOpaqueCaptureAddressCreateInfoKHR = BufferOpaqueCaptureAddressCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] MemoryOpaqueCaptureAddressAllocateInfoKHR = MemoryOpaqueCaptureAddressAllocateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] DeviceMemoryOpaqueCaptureAddressInfoKHR = DeviceMemoryOpaqueCaptureAddressInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] PhysicalDeviceLineRasterizationFeaturesEXT = PhysicalDeviceLineRasterizationFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] PipelineRasterizationLineStateCreateInfoEXT = PipelineRasterizationLineStateCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] PhysicalDeviceLineRasterizationPropertiesEXT = PhysicalDeviceLineRasterizationProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_query_reset"], - ImpliesSets = [ - "VK_EXT_host_query_reset+VK_KHR_get_physical_device_properties2", - "VK_EXT_host_query_reset+VK_VERSION_1_1", - ] - )] PhysicalDeviceHostQueryResetFeaturesEXT = PhysicalDeviceHostQueryResetFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_index_type_uint8"], - ImpliesSets = [ - "VK_EXT_index_type_uint8+VK_KHR_get_physical_device_properties2", - "VK_EXT_index_type_uint8+VK_VERSION_1_1", - ] - )] PhysicalDeviceIndexTypeUint8FeaturesEXT = PhysicalDeviceIndexTypeUint8Features, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceHostImageCopyFeaturesEXT = PhysicalDeviceHostImageCopyFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] PhysicalDeviceHostImageCopyPropertiesEXT = PhysicalDeviceHostImageCopyProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] MemoryToImageCopyEXT = MemoryToImageCopy, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] ImageToMemoryCopyEXT = ImageToMemoryCopy, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] CopyImageToMemoryInfoEXT = CopyImageToMemoryInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] CopyMemoryToImageInfoEXT = CopyMemoryToImageInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] HostImageLayoutTransitionInfoEXT = HostImageLayoutTransitionInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] CopyImageToImageInfoEXT = CopyImageToImageInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] SubresourceHostMemcpySizeEXT = SubresourceHostMemcpySize, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] HostImageCopyDevicePerformanceQueryEXT = HostImageCopyDevicePerformanceQuery, - - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] MemoryMapInfoKHR = MemoryMapInfo, - - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] MemoryUnmapInfoKHR = MemoryUnmapInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_surface_maintenance1"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface"] - )] SurfacePresentModeEXT = SurfacePresentModeKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_surface_maintenance1"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface"] - )] SurfacePresentScalingCapabilitiesEXT = SurfacePresentScalingCapabilitiesKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_surface_maintenance1"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface"] - )] SurfacePresentModeCompatibilityEXT = SurfacePresentModeCompatibilityKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] PhysicalDeviceSwapchainMaintenance1FeaturesEXT = PhysicalDeviceSwapchainMaintenance1FeaturesKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] SwapchainPresentFenceInfoEXT = SwapchainPresentFenceInfoKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] SwapchainPresentModesCreateInfoEXT = SwapchainPresentModesCreateInfoKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] SwapchainPresentModeInfoEXT = SwapchainPresentModeInfoKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] SwapchainPresentScalingCreateInfoEXT = SwapchainPresentScalingCreateInfoKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] ReleaseSwapchainImagesInfoEXT = ReleaseSwapchainImagesInfoKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_demote_to_helper_invocation"], - ImpliesSets = [ - "VK_EXT_shader_demote_to_helper_invocation+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_demote_to_helper_invocation+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT = PhysicalDeviceShaderDemoteToHelperInvocationFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_integer_dot_product"], - ImpliesSets = [ - "VK_KHR_shader_integer_dot_product+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_integer_dot_product+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderIntegerDotProductFeaturesKHR = PhysicalDeviceShaderIntegerDotProductFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_integer_dot_product"], - ImpliesSets = [ - "VK_KHR_shader_integer_dot_product+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_integer_dot_product+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderIntegerDotProductPropertiesKHR = PhysicalDeviceShaderIntegerDotProductProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texel_buffer_alignment"], - ImpliesSets = [ - "VK_EXT_texel_buffer_alignment+VK_KHR_get_physical_device_properties2", - "VK_EXT_texel_buffer_alignment+VK_VERSION_1_1", - ] - )] PhysicalDeviceTexelBufferAlignmentPropertiesEXT = PhysicalDeviceTexelBufferAlignmentProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_robustness2"], - ImpliesSets = [ - "VK_EXT_robustness2+VK_KHR_get_physical_device_properties2", - "VK_EXT_robustness2+VK_VERSION_1_1", - ] - )] PhysicalDeviceRobustness2FeaturesEXT = PhysicalDeviceRobustness2FeaturesKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_robustness2"], - ImpliesSets = [ - "VK_EXT_robustness2+VK_KHR_get_physical_device_properties2", - "VK_EXT_robustness2+VK_VERSION_1_1", - ] - )] PhysicalDeviceRobustness2PropertiesEXT = PhysicalDeviceRobustness2PropertiesKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] PhysicalDevicePrivateDataFeaturesEXT = PhysicalDevicePrivateDataFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] DevicePrivateDataCreateInfoEXT = DevicePrivateDataCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] PrivateDataSlotCreateInfoEXT = PrivateDataSlotCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_creation_cache_control"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - ] - )] PhysicalDevicePipelineCreationCacheControlFeaturesEXT = PhysicalDevicePipelineCreationCacheControlFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] MemoryBarrier2KHR = MemoryBarrier2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] BufferMemoryBarrier2KHR = BufferMemoryBarrier2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] ImageMemoryBarrier2KHR = ImageMemoryBarrier2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] DependencyInfoKHR = DependencyInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] SubmitInfo2KHR = SubmitInfo2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] SemaphoreSubmitInfoKHR = SemaphoreSubmitInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] CommandBufferSubmitInfoKHR = CommandBufferSubmitInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] PhysicalDeviceSynchronization2FeaturesKHR = PhysicalDeviceSynchronization2Features, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_zero_initialize_workgroup_memory"], - ImpliesSets = [ - "VK_KHR_zero_initialize_workgroup_memory+VK_KHR_get_physical_device_properties2", - "VK_KHR_zero_initialize_workgroup_memory+VK_VERSION_1_1", - ] - )] PhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR = PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_robustness"], - ImpliesSets = [ - "VK_EXT_image_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_robustness+VK_VERSION_1_1", - ] - )] PhysicalDeviceImageRobustnessFeaturesEXT = PhysicalDeviceImageRobustnessFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] CopyBufferInfo2KHR = CopyBufferInfo2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] CopyImageInfo2KHR = CopyImageInfo2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] CopyBufferToImageInfo2KHR = CopyBufferToImageInfo2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] CopyImageToBufferInfo2KHR = CopyImageToBufferInfo2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] BlitImageInfo2KHR = BlitImageInfo2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] ResolveImageInfo2KHR = ResolveImageInfo2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] BufferCopy2KHR = BufferCopy2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] ImageCopy2KHR = ImageCopy2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] ImageBlit2KHR = ImageBlit2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] BufferImageCopy2KHR = BufferImageCopy2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] ImageResolve2KHR = ImageResolve2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] SubresourceLayout2EXT = SubresourceLayout2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] ImageSubresource2EXT = ImageSubresource2, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_ARM_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_ARM_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM = PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_mutable_descriptor_type"], - ImpliesSets = ["VK_KHR_maintenance3"] - )] - PhysicalDeviceMutableDescriptorTypeFeaturesValve = + PhysicalDeviceMutableDescriptorTypeFeaturesVALVE = PhysicalDeviceMutableDescriptorTypeFeaturesEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_mutable_descriptor_type"], - ImpliesSets = ["VK_KHR_maintenance3"] - )] - MutableDescriptorTypeCreateInfoValve = MutableDescriptorTypeCreateInfoEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_format_feature_flags2"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_VERSION_1_1", - ] - )] + MutableDescriptorTypeCreateInfoVALVE = MutableDescriptorTypeCreateInfoEXT, FormatProperties3KHR = FormatProperties3, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_present_mode_fifo_latest_ready"], - ImpliesSets = ["VK_KHR_swapchain"] - )] PhysicalDevicePresentModeFifoLatestReadyFeaturesEXT = PhysicalDevicePresentModeFifoLatestReadyFeaturesKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] PipelineInfoEXT = PipelineInfoKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_global_priority_query"], - ImpliesSets = [ - "VK_EXT_global_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_global_priority+VK_VERSION_1_1", - ] - )] PhysicalDeviceGlobalPriorityQueryFeaturesEXT = PhysicalDeviceGlobalPriorityQueryFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_global_priority_query"], - ImpliesSets = [ - "VK_EXT_global_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_global_priority+VK_VERSION_1_1", - ] - )] QueueFamilyGlobalPriorityPropertiesEXT = QueueFamilyGlobalPriorityProperties, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] PhysicalDeviceMaintenance4FeaturesKHR = PhysicalDeviceMaintenance4Features, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] PhysicalDeviceMaintenance4PropertiesKHR = PhysicalDeviceMaintenance4Properties, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] DeviceBufferMemoryRequirementsKHR = DeviceBufferMemoryRequirements, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] DeviceImageMemoryRequirementsKHR = DeviceImageMemoryRequirements, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_rotate"], - ImpliesSets = [ - "VK_KHR_shader_subgroup_rotate+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_subgroup_rotate+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderSubgroupRotateFeaturesKHR = PhysicalDeviceShaderSubgroupRotateFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_zero_one"], - ImpliesSets = [ - "VK_EXT_depth_clamp_zero_one+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_zero_one+VK_VERSION_1_1", - ] - )] PhysicalDeviceDepthClampZeroOneFeaturesEXT = PhysicalDeviceDepthClampZeroOneFeaturesKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM = PhysicalDeviceFragmentDensityMapOffsetFeaturesEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] PhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM = PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] SubpassFragmentDensityMapOffsetEndInfoQCOM = RenderPassFragmentDensityMapOffsetEndInfoEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceCopyMemoryIndirectPropertiesNV = PhysicalDeviceCopyMemoryIndirectPropertiesKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceMemoryDecompressionFeaturesNV = PhysicalDeviceMemoryDecompressionFeaturesEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] PhysicalDeviceMemoryDecompressionPropertiesNV = PhysicalDeviceMemoryDecompressionPropertiesEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_protected_access"], - ImpliesSets = [ - "VK_EXT_pipeline_protected_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_protected_access+VK_VERSION_1_1", - ] - )] PhysicalDevicePipelineProtectedAccessFeaturesEXT = PhysicalDevicePipelineProtectedAccessFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] PhysicalDeviceMaintenance5FeaturesKHR = PhysicalDeviceMaintenance5Features, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] PhysicalDeviceMaintenance5PropertiesKHR = PhysicalDeviceMaintenance5Properties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] RenderingAreaInfoKHR = RenderingAreaInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] DeviceImageSubresourceInfoKHR = DeviceImageSubresourceInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] SubresourceLayout2KHR = SubresourceLayout2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] ImageSubresource2KHR = ImageSubresource2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] PipelineCreateFlags2CreateInfoKHR = PipelineCreateFlags2CreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] BufferUsageFlags2CreateInfoKHR = BufferUsageFlags2CreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] ShaderRequiredSubgroupSizeCreateInfoEXT = PipelineShaderStageRequiredSubgroupSizeCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_KHR_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_KHR_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] PhysicalDeviceVertexAttributeDivisorPropertiesKHR = PhysicalDeviceVertexAttributeDivisorProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_KHR_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_KHR_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] PipelineVertexInputDivisorStateCreateInfoKHR = PipelineVertexInputDivisorStateCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_KHR_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_KHR_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] PhysicalDeviceVertexAttributeDivisorFeaturesKHR = PhysicalDeviceVertexAttributeDivisorFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float_controls2"], - ImpliesSets = ["VK_KHR_shader_float_controls", "VK_VERSION_1_1"] - )] PhysicalDeviceShaderFloatControls2FeaturesKHR = PhysicalDeviceShaderFloatControls2Features, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_index_type_uint8"], - ImpliesSets = [ - "VK_KHR_index_type_uint8+VK_KHR_get_physical_device_properties2", - "VK_KHR_index_type_uint8+VK_VERSION_1_1", - ] - )] PhysicalDeviceIndexTypeUint8FeaturesKHR = PhysicalDeviceIndexTypeUint8Features, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] PhysicalDeviceLineRasterizationFeaturesKHR = PhysicalDeviceLineRasterizationFeatures, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] PipelineRasterizationLineStateCreateInfoKHR = PipelineRasterizationLineStateCreateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] PhysicalDeviceLineRasterizationPropertiesKHR = PhysicalDeviceLineRasterizationProperties, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_expect_assume"], - ImpliesSets = [ - "VK_KHR_shader_expect_assume+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_expect_assume+VK_VERSION_1_1", - ] - )] PhysicalDeviceShaderExpectAssumeFeaturesKHR = PhysicalDeviceShaderExpectAssumeFeatures, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] PhysicalDeviceMaintenance6FeaturesKHR = PhysicalDeviceMaintenance6Features, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] PhysicalDeviceMaintenance6PropertiesKHR = PhysicalDeviceMaintenance6Properties, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] BindMemoryStatusKHR = BindMemoryStatus, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] BindDescriptorSetsInfoKHR = BindDescriptorSetsInfo, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] PushConstantsInfoKHR = PushConstantsInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] PushDescriptorSetInfoKHR = PushDescriptorSetInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] PushDescriptorSetWithTemplateInfoKHR = PushDescriptorSetWithTemplateInfo, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] RenderingEndInfoEXT = RenderingEndInfoKHR, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubgroupFeatureFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubgroupFeatureFlags.gen.cs index 2edb01cb49..bd17811c63 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubgroupFeatureFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubgroupFeatureFlags.gen.cs @@ -8,211 +8,21 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum SubgroupFeatureFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] BasicBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] VoteBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ArithmeticBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] BallotBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ShuffleBit = 0x10, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ShuffleRelativeBit = 0x20, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] ClusteredBit = 0x40, - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] QuadBit = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] RotateBit = 0x200, - - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] RotateClusteredBit = 0x400, - - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_subgroup_partitioned"], - ImpliesSets = ["VK_VERSION_1_1"] - )] PartitionedBitNV = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_rotate"], - ImpliesSets = [ - "VK_KHR_shader_subgroup_rotate+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_subgroup_rotate+VK_VERSION_1_1", - ] - )] RotateBitKHR = RotateBit, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_rotate"], - ImpliesSets = [ - "VK_KHR_shader_subgroup_rotate+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_subgroup_rotate+VK_VERSION_1_1", - ] - )] RotateClusteredBitKHR = RotateClusteredBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubmitFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubmitFlags.gen.cs index 0a0983131a..a263ee202a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubmitFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubmitFlags.gen.cs @@ -8,36 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum SubmitFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ProtectedBit = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] ProtectedBitKHR = ProtectedBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubmitInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubmitInfo.gen.cs index 72384afd7f..03b30be54d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubmitInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubmitInfo.gen.cs @@ -8,266 +8,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SubmitInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint WaitSemaphoreCount; [NativeTypeName("const VkSemaphore *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SemaphoreHandle* PWaitSemaphores; [NativeTypeName("const VkPipelineStageFlags *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineStageFlags* PWaitDstStageMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint CommandBufferCount; [NativeTypeName("const VkCommandBuffer *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public CommandBufferHandle* PCommandBuffers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SignalSemaphoreCount; [NativeTypeName("const VkSemaphore *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SemaphoreHandle* PSignalSemaphores; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubmitInfo2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubmitInfo2.gen.cs index cfe4b7f9f9..4ee6867b88 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubmitInfo2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubmitInfo2.gen.cs @@ -8,158 +8,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SubmitInfo2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("VkSubmitFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public SubmitFlags Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint WaitSemaphoreInfoCount; [NativeTypeName("const VkSemaphoreSubmitInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public SemaphoreSubmitInfo* PWaitSemaphoreInfos; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint CommandBufferInfoCount; [NativeTypeName("const VkCommandBufferSubmitInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public CommandBufferSubmitInfo* PCommandBufferInfos; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint SignalSemaphoreInfoCount; [NativeTypeName("const VkSemaphoreSubmitInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public SemaphoreSubmitInfo* PSignalSemaphoreInfos; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassBeginInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassBeginInfo.gen.cs index 3cb7413bd6..9c6cdabd50 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassBeginInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassBeginInfo.gen.cs @@ -8,49 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SubpassBeginInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public SubpassContents Contents; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassContents.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassContents.gen.cs index 55d0b4faf3..36ba7047c7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassContents.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassContents.gen.cs @@ -8,56 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum SubpassContents : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Inline = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] SecondaryCommandBuffers = 1, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] InlineAndSecondaryCommandBuffersKHR = 1000451000, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] InlineAndSecondaryCommandBuffersEXT = InlineAndSecondaryCommandBuffersKHR, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassDependency.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassDependency.gen.cs index 16ecd06043..02a98e834b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassDependency.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassDependency.gen.cs @@ -8,139 +8,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct SubpassDependency { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint SrcSubpass; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DstSubpass; [NativeTypeName("VkPipelineStageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineStageFlags SrcStageMask; [NativeTypeName("VkPipelineStageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineStageFlags DstStageMask; [NativeTypeName("VkAccessFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AccessFlags SrcAccessMask; [NativeTypeName("VkAccessFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AccessFlags DstAccessMask; [NativeTypeName("VkDependencyFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DependencyFlags DependencyFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassDependency2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassDependency2.gen.cs index 41700bb76e..11b0013a7b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassDependency2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassDependency2.gen.cs @@ -8,155 +8,34 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SubpassDependency2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint SrcSubpass; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint DstSubpass; [NativeTypeName("VkPipelineStageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public PipelineStageFlags SrcStageMask; [NativeTypeName("VkPipelineStageFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public PipelineStageFlags DstStageMask; [NativeTypeName("VkAccessFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AccessFlags SrcAccessMask; [NativeTypeName("VkAccessFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AccessFlags DstAccessMask; [NativeTypeName("VkDependencyFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public DependencyFlags DependencyFlags; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public int ViewOffset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassDescription.gen.cs index d1409dc94a..4959529831 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassDescription.gen.cs @@ -8,195 +8,33 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SubpassDescription { [NativeTypeName("VkSubpassDescriptionFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public SubpassDescriptionFlags Flags; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public PipelineBindPoint PipelineBindPoint; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint InputAttachmentCount; [NativeTypeName("const VkAttachmentReference *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AttachmentReference* PInputAttachments; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint ColorAttachmentCount; [NativeTypeName("const VkAttachmentReference *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AttachmentReference* PColorAttachments; [NativeTypeName("const VkAttachmentReference *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AttachmentReference* PResolveAttachments; [NativeTypeName("const VkAttachmentReference *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public AttachmentReference* PDepthStencilAttachment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint PreserveAttachmentCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint* PPreserveAttachments; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassDescription2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassDescription2.gen.cs index 6cc44b28f4..b447ef7ae4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassDescription2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassDescription2.gen.cs @@ -7,199 +7,41 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SubpassDescription2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("VkSubpassDescriptionFlags")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public SubpassDescriptionFlags Flags; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public PipelineBindPoint PipelineBindPoint; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ViewMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint InputAttachmentCount; [NativeTypeName("const VkAttachmentReference2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AttachmentReference2* PInputAttachments; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint ColorAttachmentCount; [NativeTypeName("const VkAttachmentReference2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AttachmentReference2* PColorAttachments; [NativeTypeName("const VkAttachmentReference2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AttachmentReference2* PResolveAttachments; [NativeTypeName("const VkAttachmentReference2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AttachmentReference2* PDepthStencilAttachment; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint PreserveAttachmentCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint* PPreserveAttachments; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassDescriptionDepthStencilResolve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassDescriptionDepthStencilResolve.gen.cs index 2db48a74d7..81fea7b44e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassDescriptionDepthStencilResolve.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassDescriptionDepthStencilResolve.gen.cs @@ -8,78 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SubpassDescriptionDepthStencilResolve { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ResolveModeFlags DepthResolveMode; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ResolveModeFlags StencilResolveMode; [NativeTypeName("const VkAttachmentReference2 *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public AttachmentReference2* PDepthStencilResolveAttachment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassDescriptionFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassDescriptionFlags.gen.cs index adeea94522..fe837966f3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassDescriptionFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassDescriptionFlags.gen.cs @@ -8,117 +8,21 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum SubpassDescriptionFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_NVX_multiview_per_view_attributes"], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] PerViewAttributesBitNVX = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_NVX_multiview_per_view_attributes"], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] PerViewPositionXOnlyBitNVX = 0x2, - - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_shader_resolve"])] FragmentRegionBitQCOM = 0x4, - - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_shader_resolve"])] ShaderResolveBitQCOM = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] TileShadingApronBitQCOM = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] RasterizationOrderAttachmentColorAccessBitEXT = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] RasterizationOrderAttachmentDepthAccessBitEXT = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] RasterizationOrderAttachmentStencilAccessBitEXT = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_dithering"], - ImpliesSets = [ - "VK_EXT_legacy_dithering+VK_KHR_get_physical_device_properties2", - "VK_EXT_legacy_dithering+VK_VERSION_1_1", - ] - )] EnableLegacyDitheringBitEXT = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_ARM_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_ARM_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] RasterizationOrderAttachmentColorAccessBitARM = RasterizationOrderAttachmentColorAccessBitEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_ARM_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_ARM_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] RasterizationOrderAttachmentDepthAccessBitARM = RasterizationOrderAttachmentDepthAccessBitEXT, - - [SupportedApiProfile( - "vulkan", - ["VK_ARM_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_ARM_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_ARM_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] RasterizationOrderAttachmentStencilAccessBitARM = RasterizationOrderAttachmentStencilAccessBitEXT, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassEndInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassEndInfo.gen.cs index d40ef046a4..1e0874e4fa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassEndInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassEndInfo.gen.cs @@ -8,35 +8,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SubpassEndInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassMergeStatusEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassMergeStatusEXT.gen.cs index 3bd3a82c93..1fe56a0db5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassMergeStatusEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassMergeStatusEXT.gen.cs @@ -8,147 +8,20 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum SubpassMergeStatusEXT : uint { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - MergedEXT = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - DisallowedEXT = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - NotMergedSideEffectsEXT = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - NotMergedSamplesMismatchEXT = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - NotMergedViewsMismatchEXT = 4, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - NotMergedAliasingEXT = 5, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - NotMergedDependenciesEXT = 6, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - NotMergedIncompatibleInputAttachmentEXT = 7, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - NotMergedTooManyAttachmentsEXT = 8, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - NotMergedInsufficientStorageEXT = 9, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - NotMergedDepthStencilCountEXT = 10, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - NotMergedResolveAttachmentReuseEXT = 11, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - NotMergedSingleSubpassEXT = 12, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] - NotMergedUnspecifiedEXT = 13, + Merged = 0, + Disallowed = 1, + NotMergedSideEffects = 2, + NotMergedSamplesMismatch = 3, + NotMergedViewsMismatch = 4, + NotMergedAliasing = 5, + NotMergedDependencies = 6, + NotMergedIncompatibleInputAttachment = 7, + NotMergedTooManyAttachments = 8, + NotMergedInsufficientStorage = 9, + NotMergedDepthStencilCount = 10, + NotMergedResolveAttachmentReuse = 11, + NotMergedSingleSubpass = 12, + NotMergedUnspecified = 13, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassResolvePerformanceQueryEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassResolvePerformanceQueryEXT.gen.cs index f84461d8dd..7a4670c6cb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassResolvePerformanceQueryEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassResolvePerformanceQueryEXT.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SubpassResolvePerformanceQueryEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] public uint Optimal; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassSampleLocationsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassSampleLocationsEXT.gen.cs index 20a2d91333..8fe55d7b10 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassSampleLocationsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassSampleLocationsEXT.gen.cs @@ -7,27 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct SubpassSampleLocationsEXT { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public uint SubpassIndex; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public SampleLocationsInfoEXT SampleLocationsInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassShadingPipelineCreateInfoHUAWEI.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassShadingPipelineCreateInfoHUAWEI.gen.cs new file mode 100644 index 0000000000..25098d81e7 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/SubpassShadingPipelineCreateInfoHUAWEI.gen.cs @@ -0,0 +1,20 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct SubpassShadingPipelineCreateInfoHUAWEI +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("VkRenderPass")] + public RenderPassHandle RenderPass; + + [NativeTypeName("uint32_t")] + public uint Subpass; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/SubpassShadingPipelineCreateInfoHuawei.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubpassShadingPipelineCreateInfoHuawei.gen.cs deleted file mode 100644 index 04d53b58ed..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/SubpassShadingPipelineCreateInfoHuawei.gen.cs +++ /dev/null @@ -1,58 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct SubpassShadingPipelineCreateInfoHuawei -{ - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public void* PNext; - - [NativeTypeName("VkRenderPass")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public RenderPassHandle RenderPass; - - [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public uint Subpass; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/SubresourceHostMemcpySize.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubresourceHostMemcpySize.gen.cs index 3e30e37c56..d23ff859aa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubresourceHostMemcpySize.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubresourceHostMemcpySize.gen.cs @@ -8,43 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SubresourceHostMemcpySize { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public ulong Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubresourceLayout.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubresourceLayout.gen.cs index 5d4257baf3..9dc5cd8908 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubresourceLayout.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubresourceLayout.gen.cs @@ -8,151 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct SubresourceLayout { [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Offset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong Size; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong RowPitch; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong ArrayPitch; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public ulong DepthPitch; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SubresourceLayout2.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SubresourceLayout2.gen.cs index bb723e863c..e6d87a70d6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SubresourceLayout2.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SubresourceLayout2.gen.cs @@ -8,42 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SubresourceLayout2 { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public SubresourceLayout SubresourceLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilities2EXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilities2EXT.gen.cs index 3512178d05..f9d88a5e01 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilities2EXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilities2EXT.gen.cs @@ -8,104 +8,33 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SurfaceCapabilities2EXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public uint MinImageCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public uint MaxImageCount; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public Extent2D CurrentExtent; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public Extent2D MinImageExtent; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public Extent2D MaxImageExtent; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public uint MaxImageArrayLayers; [NativeTypeName("VkSurfaceTransformFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public SurfaceTransformFlagsKHR SupportedTransforms; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public SurfaceTransformFlagsKHR CurrentTransform; [NativeTypeName("VkCompositeAlphaFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public CompositeAlphaFlagsKHR SupportedCompositeAlpha; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public ImageUsageFlags SupportedUsageFlags; [NativeTypeName("VkSurfaceCounterFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public SurfaceCounterFlagsEXT SupportedSurfaceCounters; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilities2KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilities2KHR.gen.cs index 7f499b354c..8b84634cb6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilities2KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilities2KHR.gen.cs @@ -6,27 +6,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SurfaceCapabilities2KHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] public SurfaceCapabilitiesKHR SurfaceCapabilities; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesKHR.gen.cs index 6c876eb60c..c9786005ef 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesKHR.gen.cs @@ -8,42 +8,27 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct SurfaceCapabilitiesKHR { [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public uint MinImageCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public uint MaxImageCount; - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public Extent2D CurrentExtent; - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public Extent2D MinImageExtent; - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public Extent2D MaxImageExtent; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public uint MaxImageArrayLayers; [NativeTypeName("VkSurfaceTransformFlagsKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public SurfaceTransformFlagsKHR SupportedTransforms; - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public SurfaceTransformFlagsKHR CurrentTransform; [NativeTypeName("VkCompositeAlphaFlagsKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public CompositeAlphaFlagsKHR SupportedCompositeAlpha; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public ImageUsageFlags SupportedUsageFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesPresentBarrierNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesPresentBarrierNV.gen.cs index 371f3fe444..430a2a24bd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesPresentBarrierNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesPresentBarrierNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SurfaceCapabilitiesPresentBarrierNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public uint PresentBarrierSupported; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesPresentId2KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesPresentId2KHR.gen.cs index b5c4292b54..c152653091 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesPresentId2KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesPresentId2KHR.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SurfaceCapabilitiesPresentId2KHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] public uint PresentId2Supported; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesPresentWait2KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesPresentWait2KHR.gen.cs index 97ad86c80e..165c4abbf3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesPresentWait2KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfaceCapabilitiesPresentWait2KHR.gen.cs @@ -7,43 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SurfaceCapabilitiesPresentWait2KHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] public uint PresentWait2Supported; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfaceCounterFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfaceCounterFlagsEXT.gen.cs index 02120a816c..2775125cde 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfaceCounterFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfaceCounterFlagsEXT.gen.cs @@ -8,17 +8,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum SurfaceCounterFlagsEXT : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] - VblankBitEXT = 0x1, + VblankBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfaceFormat2KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfaceFormat2KHR.gen.cs index 797cb566f1..8450e7155d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfaceFormat2KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfaceFormat2KHR.gen.cs @@ -7,27 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SurfaceFormat2KHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] public SurfaceFormatKHR SurfaceFormat; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfaceFormatKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfaceFormatKHR.gen.cs index d34d475ca9..0a3d0c9be0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfaceFormatKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfaceFormatKHR.gen.cs @@ -7,12 +7,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct SurfaceFormatKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public Format Format; - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public ColorSpaceKHR ColorSpace; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfacePresentModeCompatibilityKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfacePresentModeCompatibilityKHR.gen.cs index ce53f6f3fa..79d539bdb7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfacePresentModeCompatibilityKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfacePresentModeCompatibilityKHR.gen.cs @@ -6,47 +6,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SurfacePresentModeCompatibilityKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public uint PresentModeCount; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public PresentModeKHR* PPresentModes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfacePresentModeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfacePresentModeKHR.gen.cs index d08a3fe377..3d493c20ec 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfacePresentModeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfacePresentModeKHR.gen.cs @@ -7,36 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SurfacePresentModeKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public PresentModeKHR PresentMode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfacePresentScalingCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfacePresentScalingCapabilitiesKHR.gen.cs index 0d5103d1a1..553b7763ab 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfacePresentScalingCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfacePresentScalingCapabilitiesKHR.gen.cs @@ -8,79 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SurfacePresentScalingCapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public void* PNext; [NativeTypeName("VkPresentScalingFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public PresentScalingFlagsKHR SupportedPresentScaling; [NativeTypeName("VkPresentGravityFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public PresentGravityFlagsKHR SupportedPresentGravityX; [NativeTypeName("VkPresentGravityFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public PresentGravityFlagsKHR SupportedPresentGravityY; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public Extent2D MinScaledImageExtent; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public Extent2D MaxScaledImageExtent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfaceProtectedCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfaceProtectedCapabilitiesKHR.gen.cs index e069202e94..2d2a6504fe 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfaceProtectedCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfaceProtectedCapabilitiesKHR.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SurfaceProtectedCapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_protected_capabilities"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_VERSION_1_1"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_protected_capabilities"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_VERSION_1_1"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_protected_capabilities"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_VERSION_1_1"] - )] public uint SupportsProtected; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SurfaceTransformFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SurfaceTransformFlagsKHR.gen.cs index 03715c3003..2ad364c65b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SurfaceTransformFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SurfaceTransformFlagsKHR.gen.cs @@ -8,37 +8,17 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum SurfaceTransformFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - IdentityBitKHR = 0x1, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - Rotate90BitKHR = 0x2, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - Rotate180BitKHR = 0x4, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - Rotate270BitKHR = 0x8, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - HorizontalMirrorBitKHR = 0x10, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - HorizontalMirrorRotate90BitKHR = 0x20, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - HorizontalMirrorRotate180BitKHR = 0x40, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - HorizontalMirrorRotate270BitKHR = 0x80, - - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] - InheritBitKHR = 0x100, + IdentityBit = 0x1, + Rotate90Bit = 0x2, + Rotate180Bit = 0x4, + Rotate270Bit = 0x8, + HorizontalMirrorBit = 0x10, + HorizontalMirrorRotate90Bit = 0x20, + HorizontalMirrorRotate180Bit = 0x40, + HorizontalMirrorRotate270Bit = 0x80, + InheritBit = 0x100, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SwapchainCounterCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SwapchainCounterCreateInfoEXT.gen.cs index 630b2e7e0e..82c3a849db 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SwapchainCounterCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SwapchainCounterCreateInfoEXT.gen.cs @@ -7,29 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SwapchainCounterCreateInfoEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public void* PNext; [NativeTypeName("VkSurfaceCounterFlagsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public SurfaceCounterFlagsEXT SurfaceCounters; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SwapchainCreateFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SwapchainCreateFlagsKHR.gen.cs index 4d91e9e36f..dd6aa3af06 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SwapchainCreateFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SwapchainCreateFlagsKHR.gen.cs @@ -7,78 +7,15 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum SwapchainCreateFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] - SplitInstanceBindRegionsBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] - ProtectedBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_mutable_format"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_maintenance2+VK_KHR_image_format_list", - "VK_KHR_swapchain+VK_KHR_maintenance2+VK_VERSION_1_2", - "VK_KHR_swapchain+VK_VERSION_1_1+VK_KHR_image_format_list", - "VK_KHR_swapchain+VK_VERSION_1_1+VK_VERSION_1_2", - ] - )] - MutableFormatBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] - PresentId2BitKHR = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] - PresentWait2BitKHR = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] - DeferredMemoryAllocationBitKHR = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] - DeferredMemoryAllocationBitEXT = DeferredMemoryAllocationBitKHR, + SplitInstanceBindRegionsBit = 0x1, + ProtectedBit = 0x2, + MutableFormatBit = 0x4, + PresentId2Bit = 0x40, + PresentWait2Bit = 0x80, + DeferredMemoryAllocationBit = 0x8, + DeferredMemoryAllocationBitEXT = DeferredMemoryAllocationBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/SwapchainCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SwapchainCreateInfoKHR.gen.cs index 0435b1c1e7..3995f7e881 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SwapchainCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SwapchainCreateInfoKHR.gen.cs @@ -8,70 +8,44 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SwapchainCreateInfoKHR { - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public void* PNext; [NativeTypeName("VkSwapchainCreateFlagsKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public SwapchainCreateFlagsKHR Flags; [NativeTypeName("VkSurfaceKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] - public SurfaceKHRHandle Surface; + public SurfaceHandleKHR Surface; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public uint MinImageCount; - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public Format ImageFormat; - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public ColorSpaceKHR ImageColorSpace; - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public Extent2D ImageExtent; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public uint ImageArrayLayers; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public ImageUsageFlags ImageUsage; - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public SharingMode ImageSharingMode; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public uint QueueFamilyIndexCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public uint* PQueueFamilyIndices; - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public SurfaceTransformFlagsKHR PreTransform; - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public CompositeAlphaFlagsKHR CompositeAlpha; - - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public PresentModeKHR PresentMode; [NativeTypeName("VkBool32")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public uint Clipped; [NativeTypeName("VkSwapchainKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] - public SwapchainKHRHandle OldSwapchain; + public SwapchainHandleKHR OldSwapchain; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SwapchainDisplayNativeHdrCreateInfoAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SwapchainDisplayNativeHdrCreateInfoAMD.gen.cs index 56f6f1a246..c7a07692a1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SwapchainDisplayNativeHdrCreateInfoAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SwapchainDisplayNativeHdrCreateInfoAMD.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SwapchainDisplayNativeHdrCreateInfoAMD { - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public uint LocalDimmingEnable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SwapchainLatencyCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SwapchainLatencyCreateInfoNV.gen.cs index fa72cba5ae..fe237e775b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SwapchainLatencyCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SwapchainLatencyCreateInfoNV.gen.cs @@ -7,44 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SwapchainLatencyCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public uint LatencyModeEnable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentBarrierCreateInfoNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentBarrierCreateInfoNV.gen.cs index fb7036fa56..4f7e3aa12b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentBarrierCreateInfoNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentBarrierCreateInfoNV.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SwapchainPresentBarrierCreateInfoNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public uint PresentBarrierEnable; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentFenceInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentFenceInfoKHR.gen.cs index 2d2946c75f..9d755bc0ae 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentFenceInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentFenceInfoKHR.gen.cs @@ -7,53 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SwapchainPresentFenceInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public uint SwapchainCount; [NativeTypeName("const VkFence *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public FenceHandle* PFences; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentModeInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentModeInfoKHR.gen.cs index e0ff0f9431..e929a29ca2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentModeInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentModeInfoKHR.gen.cs @@ -8,53 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SwapchainPresentModeInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public uint SwapchainCount; [NativeTypeName("const VkPresentModeKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public PresentModeKHR* PPresentModes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentModesCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentModesCreateInfoKHR.gen.cs index f5dada60f0..51cd8b2e03 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentModesCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentModesCreateInfoKHR.gen.cs @@ -8,53 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SwapchainPresentModesCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public uint PresentModeCount; [NativeTypeName("const VkPresentModeKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public PresentModeKHR* PPresentModes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentScalingCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentScalingCreateInfoKHR.gen.cs index c72c733f8d..b6da49251b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentScalingCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SwapchainPresentScalingCreateInfoKHR.gen.cs @@ -8,65 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct SwapchainPresentScalingCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public void* PNext; [NativeTypeName("VkPresentScalingFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public PresentScalingFlagsKHR ScalingBehavior; [NativeTypeName("VkPresentGravityFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public PresentGravityFlagsKHR PresentGravityX; [NativeTypeName("VkPresentGravityFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public PresentGravityFlagsKHR PresentGravityY; } diff --git a/sources/Vulkan/Vulkan/Vulkan/SystemAllocationScope.gen.cs b/sources/Vulkan/Vulkan/Vulkan/SystemAllocationScope.gen.cs index d2ab52b9c8..c49831ba42 100644 --- a/sources/Vulkan/Vulkan/Vulkan/SystemAllocationScope.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/SystemAllocationScope.gen.cs @@ -8,147 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum SystemAllocationScope : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Command = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Object = 1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Cache = 2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Device = 3, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Instance = 4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/TensorCaptureDescriptorDataInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TensorCaptureDescriptorDataInfoARM.gen.cs index 6ecd1c07ab..d6d83e1716 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TensorCaptureDescriptorDataInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TensorCaptureDescriptorDataInfoARM.gen.cs @@ -8,32 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TensorCaptureDescriptorDataInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkTensorARM")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] - public TensorARMHandle Tensor; + public TensorHandleARM Tensor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TensorCopyARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TensorCopyARM.gen.cs index ad183b185b..2a90057521 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TensorCopyARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TensorCopyARM.gen.cs @@ -8,29 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TensorCopyARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint DimensionCount; [NativeTypeName("const uint64_t *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public ulong* PSrcOffset; [NativeTypeName("const uint64_t *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public ulong* PDstOffset; [NativeTypeName("const uint64_t *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public ulong* PExtent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TensorCreateInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TensorCreateInfoARM.gen.cs index 4a5f6b4119..657ff3e681 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TensorCreateInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TensorCreateInfoARM.gen.cs @@ -8,32 +8,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TensorCreateInfoARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkTensorCreateFlagsARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public TensorCreateFlagsARM Flags; [NativeTypeName("const VkTensorDescriptionARM *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public TensorDescriptionARM* PDescription; - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public SharingMode SharingMode; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint QueueFamilyIndexCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint* PQueueFamilyIndices; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TensorDependencyInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TensorDependencyInfoARM.gen.cs index 7855c42072..c27c178477 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TensorDependencyInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TensorDependencyInfoARM.gen.cs @@ -8,21 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TensorDependencyInfoARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint TensorMemoryBarrierCount; [NativeTypeName("const VkTensorMemoryBarrierARM *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public TensorMemoryBarrierARM* PTensorMemoryBarriers; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TensorDescriptionARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TensorDescriptionARM.gen.cs index 9d9736cd66..b24f896d80 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TensorDescriptionARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TensorDescriptionARM.gen.cs @@ -8,35 +8,24 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TensorDescriptionARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public TensorTilingARM Tiling; - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public Format Format; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint DimensionCount; [NativeTypeName("const int64_t *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public long* PDimensions; [NativeTypeName("const int64_t *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public long* PStrides; [NativeTypeName("VkTensorUsageFlagsARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public TensorUsageFlagsARM Usage; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TensorFormatPropertiesARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TensorFormatPropertiesARM.gen.cs index 2b01a11e6a..efdb615fc8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TensorFormatPropertiesARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TensorFormatPropertiesARM.gen.cs @@ -7,21 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TensorFormatPropertiesARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkFormatFeatureFlags2")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public FormatFeatureFlags2 OptimalTilingTensorFeatures; [NativeTypeName("VkFormatFeatureFlags2")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public FormatFeatureFlags2 LinearTilingTensorFeatures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TensorMemoryBarrierARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TensorMemoryBarrierARM.gen.cs index d1b27f4751..95e2148aaa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TensorMemoryBarrierARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TensorMemoryBarrierARM.gen.cs @@ -8,41 +8,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TensorMemoryBarrierARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkPipelineStageFlags2")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public PipelineStageFlags2 SrcStageMask; [NativeTypeName("VkAccessFlags2")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public AccessFlags2 SrcAccessMask; [NativeTypeName("VkPipelineStageFlags2")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public PipelineStageFlags2 DstStageMask; [NativeTypeName("VkAccessFlags2")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public AccessFlags2 DstAccessMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint SrcQueueFamilyIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint DstQueueFamilyIndex; [NativeTypeName("VkTensorARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] - public TensorARMHandle Tensor; + public TensorHandleARM Tensor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TensorMemoryRequirementsInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TensorMemoryRequirementsInfoARM.gen.cs index e656b54940..7585601fed 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TensorMemoryRequirementsInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TensorMemoryRequirementsInfoARM.gen.cs @@ -7,17 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TensorMemoryRequirementsInfoARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkTensorARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] - public TensorARMHandle Tensor; + public TensorHandleARM Tensor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TensorTilingARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TensorTilingARM.gen.cs index f761c6d8f0..146daf7ea5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TensorTilingARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TensorTilingARM.gen.cs @@ -8,13 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum TensorTilingARM : uint { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] - OptimalARM = 0, - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] - LinearARM = 1, + Optimal = 0, + Linear = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/TensorViewCaptureDescriptorDataInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TensorViewCaptureDescriptorDataInfoARM.gen.cs index 2e62ab2d8c..ccda4bf1c2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TensorViewCaptureDescriptorDataInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TensorViewCaptureDescriptorDataInfoARM.gen.cs @@ -7,32 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TensorViewCaptureDescriptorDataInfoARM { - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkTensorViewARM")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] - public TensorViewARMHandle TensorView; + public TensorViewHandleARM TensorView; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TensorViewCreateInfoARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TensorViewCreateInfoARM.gen.cs index 4d6703a9e2..7b81856a27 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TensorViewCreateInfoARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TensorViewCreateInfoARM.gen.cs @@ -8,24 +8,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TensorViewCreateInfoARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("VkTensorViewCreateFlagsARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public TensorViewCreateFlagsARM Flags; [NativeTypeName("VkTensorARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] - public TensorARMHandle Tensor; - - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] + public TensorHandleARM Tensor; public Format Format; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TessellationDomainOrigin.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TessellationDomainOrigin.gen.cs index 71c263d863..8fd63c3c4b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TessellationDomainOrigin.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TessellationDomainOrigin.gen.cs @@ -8,45 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum TessellationDomainOrigin : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] UpperLeft = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] LowerLeft = 1, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] UpperLeftKHR = UpperLeft, - - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] LowerLeftKHR = LowerLeft, } diff --git a/sources/Vulkan/Vulkan/Vulkan/TextureLODGatherFormatPropertiesAMD.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TextureLODGatherFormatPropertiesAMD.gen.cs index edc764c8c0..3b38e402c5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TextureLODGatherFormatPropertiesAMD.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TextureLODGatherFormatPropertiesAMD.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TextureLODGatherFormatPropertiesAMD { - [SupportedApiProfile( - "vulkan", - ["VK_AMD_texture_gather_bias_lod"], - ImpliesSets = [ - "VK_AMD_texture_gather_bias_lod+VK_KHR_get_physical_device_properties2", - "VK_AMD_texture_gather_bias_lod+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_AMD_texture_gather_bias_lod"], - ImpliesSets = [ - "VK_AMD_texture_gather_bias_lod+VK_KHR_get_physical_device_properties2", - "VK_AMD_texture_gather_bias_lod+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_texture_gather_bias_lod"], - ImpliesSets = [ - "VK_AMD_texture_gather_bias_lod+VK_KHR_get_physical_device_properties2", - "VK_AMD_texture_gather_bias_lod+VK_VERSION_1_1", - ] - )] public uint SupportsTextureGatherLODBiasAMD; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TileMemoryBindInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TileMemoryBindInfoQCOM.gen.cs index 968d1560f7..4df1e9a3f9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TileMemoryBindInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TileMemoryBindInfoQCOM.gen.cs @@ -6,38 +6,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TileMemoryBindInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceMemory")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public DeviceMemoryHandle Memory; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TileMemoryRequirementsQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TileMemoryRequirementsQCOM.gen.cs index 153bed480a..560b0289ae 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TileMemoryRequirementsQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TileMemoryRequirementsQCOM.gen.cs @@ -7,48 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TileMemoryRequirementsQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public ulong Size; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public ulong Alignment; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TileMemorySizeInfoQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TileMemorySizeInfoQCOM.gen.cs index 8a51998dbf..8440563584 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TileMemorySizeInfoQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TileMemorySizeInfoQCOM.gen.cs @@ -8,41 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TileMemorySizeInfoQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap", "VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap", "VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap", "VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ], - RequireAll = true - )] public ulong Size; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TilePropertiesQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TilePropertiesQCOM.gen.cs index 9a92c36bdf..28703a761f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TilePropertiesQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TilePropertiesQCOM.gen.cs @@ -8,56 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TilePropertiesQCOM { - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] public Extent3D TileSize; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] public Extent2D ApronSize; - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] public Offset2D Origin; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TileShadingRenderPassFlagsQCOM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TileShadingRenderPassFlagsQCOM.gen.cs index fb01bbc1e3..4ce1849c35 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TileShadingRenderPassFlagsQCOM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TileShadingRenderPassFlagsQCOM.gen.cs @@ -8,30 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum TileShadingRenderPassFlagsQCOM : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] - EnableBitQCOM = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] - PerTileExecutionBitQCOM = 0x2, + EnableBit = 0x1, + PerTileExecutionBit = 0x2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/TimeDomainKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TimeDomainKHR.gen.cs index 3412813bf8..b3778a2280 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TimeDomainKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TimeDomainKHR.gen.cs @@ -8,87 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum TimeDomainKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] - DeviceKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] - ClockMonotonicKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] - ClockMonotonicRawKHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] - QueryPerformanceCounterKHR = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] - DeviceEXT = DeviceKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] - ClockMonotonicEXT = ClockMonotonicKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] - ClockMonotonicRawEXT = ClockMonotonicRawKHR, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] - QueryPerformanceCounterEXT = QueryPerformanceCounterKHR, + Device = 0, + ClockMonotonic = 1, + ClockMonotonicRaw = 2, + QueryPerformanceCounter = 3, + DeviceEXT = Device, + ClockMonotonicEXT = ClockMonotonic, + ClockMonotonicRawEXT = ClockMonotonicRaw, + QueryPerformanceCounterEXT = QueryPerformanceCounter, } diff --git a/sources/Vulkan/Vulkan/Vulkan/TimelineSemaphoreSubmitInfo.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TimelineSemaphoreSubmitInfo.gen.cs index 7bc2b4988c..1840a7701f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TimelineSemaphoreSubmitInfo.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TimelineSemaphoreSubmitInfo.gen.cs @@ -8,131 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct TimelineSemaphoreSubmitInfo { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint WaitSemaphoreValueCount; [NativeTypeName("const uint64_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ulong* PWaitSemaphoreValues; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public uint SignalSemaphoreValueCount; [NativeTypeName("const uint64_t *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public ulong* PSignalSemaphoreValues; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ToolPurposeFlags.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ToolPurposeFlags.gen.cs index b5ab45c1f2..7425b74aa8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ToolPurposeFlags.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ToolPurposeFlags.gen.cs @@ -8,119 +8,20 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum ToolPurposeFlags : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ValidationBit = 0x1, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ProfilingBit = 0x2, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] TracingBit = 0x4, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] AdditionalFeaturesBit = 0x8, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] ModifyingFeaturesBit = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_report", "VK_EXT_tooling_info"], - RequireAll = true - )] DebugReportingBitEXT = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker", "VK_EXT_tooling_info"], - RequireAll = true - )] DebugMarkersBitEXT = 0x40, - - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] ValidationBitEXT = ValidationBit, - - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] ProfilingBitEXT = ProfilingBit, - - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] TracingBitEXT = TracingBit, - - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] AdditionalFeaturesBitEXT = AdditionalFeaturesBit, - - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] ModifyingFeaturesBitEXT = ModifyingFeaturesBit, } diff --git a/sources/Vulkan/Vulkan/Vulkan/TraceRaysIndirectCommand2KHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TraceRaysIndirectCommand2KHR.gen.cs index d148785657..bc9bafebdf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TraceRaysIndirectCommand2KHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TraceRaysIndirectCommand2KHR.gen.cs @@ -8,132 +8,47 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct TraceRaysIndirectCommand2KHR { [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public ulong RaygenShaderRecordAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public ulong RaygenShaderRecordSize; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public ulong MissShaderBindingTableAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public ulong MissShaderBindingTableSize; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public ulong MissShaderBindingTableStride; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public ulong HitShaderBindingTableAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public ulong HitShaderBindingTableSize; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public ulong HitShaderBindingTableStride; [NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public ulong CallableShaderBindingTableAddress; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public ulong CallableShaderBindingTableSize; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public ulong CallableShaderBindingTableStride; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public uint Width; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public uint Height; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public uint Depth; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TraceRaysIndirectCommandKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TraceRaysIndirectCommandKHR.gen.cs index e615cafe9a..5548f84bd7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TraceRaysIndirectCommandKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TraceRaysIndirectCommandKHR.gen.cs @@ -8,39 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct TraceRaysIndirectCommandKHR { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint Width; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint Height; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public uint Depth; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TransformMatrixKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TransformMatrixKHR.gen.cs index 3144e1a026..811e77d87c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TransformMatrixKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TransformMatrixKHR.gen.cs @@ -8,17 +8,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct TransformMatrixKHR { [NativeTypeName("float[3][4]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public TransformMatrixKHRMatrix Matrix; } diff --git a/sources/Vulkan/Vulkan/Vulkan/TransformMatrixKHRMatrix.gen.cs b/sources/Vulkan/Vulkan/Vulkan/TransformMatrixKHRMatrix.gen.cs index bfdb5ef491..8c4246124c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/TransformMatrixKHRMatrix.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/TransformMatrixKHRMatrix.gen.cs @@ -9,16 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3 * 4)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] -)] public partial struct TransformMatrixKHRMatrix { - [SupportedApiProfile("vulkan")] public float E0X0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ValidationCacheCreateInfoEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ValidationCacheCreateInfoEXT.gen.cs index 501d0b85c2..2ab9fe4a26 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ValidationCacheCreateInfoEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ValidationCacheCreateInfoEXT.gen.cs @@ -8,25 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ValidationCacheCreateInfoEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public void* PNext; [NativeTypeName("VkValidationCacheCreateFlagsEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public uint Flags; [NativeTypeName("size_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public nuint InitialDataSize; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public void* PInitialData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ValidationCacheHeaderVersionEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ValidationCacheHeaderVersionEXT.gen.cs index 42efb2551e..409fc5a31b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ValidationCacheHeaderVersionEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ValidationCacheHeaderVersionEXT.gen.cs @@ -8,10 +8,7 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ValidationCacheHeaderVersionEXT : uint { - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] - OneEXT = 1, + One = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ValidationCheckEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ValidationCheckEXT.gen.cs index 9210e853c3..37795a6eed 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ValidationCheckEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ValidationCheckEXT.gen.cs @@ -7,13 +7,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ValidationCheckEXT : uint { - [SupportedApiProfile("vulkan", ["VK_EXT_validation_flags"])] - AllEXT = 0, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_flags"])] - ShadersEXT = 1, + All = 0, + Shaders = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ValidationFeatureDisableEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ValidationFeatureDisableEXT.gen.cs index dbbf8d6bb9..5b5e330625 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ValidationFeatureDisableEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ValidationFeatureDisableEXT.gen.cs @@ -8,31 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ValidationFeatureDisableEXT : uint { - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - AllEXT = 0, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - ShadersEXT = 1, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - ThreadSafetyEXT = 2, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - ApiParametersEXT = 3, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - ObjectLifetimesEXT = 4, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - CoreChecksEXT = 5, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - UniqueHandlesEXT = 6, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - ShaderValidationCacheEXT = 7, + All = 0, + Shaders = 1, + ThreadSafety = 2, + ApiParameters = 3, + ObjectLifetimes = 4, + CoreChecks = 5, + UniqueHandles = 6, + ShaderValidationCache = 7, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ValidationFeatureEnableEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ValidationFeatureEnableEXT.gen.cs index 1222aad500..f8ee3871cc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ValidationFeatureEnableEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ValidationFeatureEnableEXT.gen.cs @@ -8,22 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ValidationFeatureEnableEXT : uint { - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - GpuAssistedEXT = 0, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - GpuAssistedReserveBindingSlotEXT = 1, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - BestPracticesEXT = 2, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - DebugPrintfEXT = 3, - - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] - SynchronizationValidationEXT = 4, + GpuAssisted = 0, + GpuAssistedReserveBindingSlot = 1, + BestPractices = 2, + DebugPrintf = 3, + SynchronizationValidation = 4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ValidationFeaturesEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ValidationFeaturesEXT.gen.cs index aa8d9eeca5..a4cced28c4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ValidationFeaturesEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ValidationFeaturesEXT.gen.cs @@ -8,29 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ValidationFeaturesEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] public uint EnabledValidationFeatureCount; [NativeTypeName("const VkValidationFeatureEnableEXT *")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] public ValidationFeatureEnableEXT* PEnabledValidationFeatures; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] public uint DisabledValidationFeatureCount; [NativeTypeName("const VkValidationFeatureDisableEXT *")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] public ValidationFeatureDisableEXT* PDisabledValidationFeatures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ValidationFlagsEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ValidationFlagsEXT.gen.cs index 6b4cde31dc..b46fbb3b9e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ValidationFlagsEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ValidationFlagsEXT.gen.cs @@ -7,21 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct ValidationFlagsEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_validation_flags"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_flags"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_flags"])] public uint DisabledValidationCheckCount; [NativeTypeName("const VkValidationCheckEXT *")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_flags"])] public ValidationCheckEXT* PDisabledValidationChecks; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VendorId.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VendorId.gen.cs index c78e13c786..f74cb4209b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VendorId.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VendorId.gen.cs @@ -8,231 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum VendorId : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - VendorIdKhronos = 65536, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - VendorIdVIV = 65537, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - VendorIdVSI = 65538, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - VendorIdKazan = 65539, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - VendorIdCodeplay = 65540, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - VendorIdMESA = 65541, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - VendorIdPocl = 65542, - - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - VendorIdMobileye = 65543, + Khronos = 65536, + Viv = 65537, + Vsi = 65538, + Kazan = 65539, + Codeplay = 65540, + Mesa = 65541, + Pocl = 65542, + Mobileye = 65543, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VertexInputAttributeDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VertexInputAttributeDescription.gen.cs index 55fbdc23af..29842caef1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VertexInputAttributeDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VertexInputAttributeDescription.gen.cs @@ -8,81 +8,15 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct VertexInputAttributeDescription { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Location; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Binding; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public Format Format; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Offset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VertexInputAttributeDescription2EXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VertexInputAttributeDescription2EXT.gen.cs index 8a63bdfdc3..0d532ec0ad 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VertexInputAttributeDescription2EXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VertexInputAttributeDescription2EXT.gen.cs @@ -8,69 +8,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VertexInputAttributeDescription2EXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public uint Location; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public uint Binding; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public Format Format; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public uint Offset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VertexInputBindingDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VertexInputBindingDescription.gen.cs index 43ee9cd56b..b697ed725b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VertexInputBindingDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VertexInputBindingDescription.gen.cs @@ -7,62 +7,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct VertexInputBindingDescription { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Binding; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint Stride; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public VertexInputRate InputRate; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VertexInputBindingDescription2EXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VertexInputBindingDescription2EXT.gen.cs index b84e677566..e886863302 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VertexInputBindingDescription2EXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VertexInputBindingDescription2EXT.gen.cs @@ -7,69 +7,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VertexInputBindingDescription2EXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public uint Binding; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public uint Stride; - - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public VertexInputRate InputRate; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public uint Divisor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VertexInputBindingDivisorDescription.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VertexInputBindingDivisorDescription.gen.cs index d627c47dc8..36184f33f5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VertexInputBindingDivisorDescription.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VertexInputBindingDivisorDescription.gen.cs @@ -8,22 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct VertexInputBindingDivisorDescription { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint Binding; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public uint Divisor; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VertexInputRate.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VertexInputRate.gen.cs index fcede4094e..9d32486cb7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VertexInputRate.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VertexInputRate.gen.cs @@ -8,43 +8,8 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum VertexInputRate : uint { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Vertex = 0, - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] Instance = 1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoBeginCodingInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoBeginCodingInfoKHR.gen.cs index ef2a4757e2..bbdecc0df4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoBeginCodingInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoBeginCodingInfoKHR.gen.cs @@ -8,61 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoBeginCodingInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkVideoBeginCodingFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint Flags; [NativeTypeName("VkVideoSessionKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - public VideoSessionKHRHandle VideoSession; + public VideoSessionHandleKHR VideoSession; [NativeTypeName("VkVideoSessionParametersKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - public VideoSessionParametersKHRHandle VideoSessionParameters; + public VideoSessionParametersHandleKHR VideoSessionParameters; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint ReferenceSlotCount; [NativeTypeName("const VkVideoReferenceSlotInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoReferenceSlotInfoKHR* PReferenceSlots; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoCapabilitiesKHR.gen.cs index 272a244e95..948b0a35ef 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoCapabilitiesKHR.gen.cs @@ -7,88 +7,27 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoCapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkVideoCapabilityFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoCapabilityFlagsKHR Flags; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ulong MinBitstreamBufferOffsetAlignment; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ulong MinBitstreamBufferSizeAlignment; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public Extent2D PictureAccessGranularity; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public Extent2D MinCodedExtent; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public Extent2D MaxCodedExtent; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint MaxDpbSlots; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint MaxActiveReferencePictures; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ExtensionProperties StdHeaderVersion; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoCapabilityFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoCapabilityFlagsKHR.gen.cs index 9ba54cf77a..21981d57a6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoCapabilityFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoCapabilityFlagsKHR.gen.cs @@ -8,24 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoCapabilityFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - ProtectedContentBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - SeparateReferenceImagesBitKHR = 0x2, + ProtectedContentBit = 0x1, + SeparateReferenceImagesBit = 0x2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoChromaSubsamplingFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoChromaSubsamplingFlagsKHR.gen.cs index 5a970efd49..0a607f53dc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoChromaSubsamplingFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoChromaSubsamplingFlagsKHR.gen.cs @@ -8,43 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoChromaSubsamplingFlagsKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - SubsamplingInvalidKHR = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - SubsamplingMonochromeBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - Subsampling420BitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - Subsampling422BitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - Subsampling444BitKHR = 0x8, + SubsamplingInvalid = 0x0, + SubsamplingMonochromeBit = 0x1, + Subsampling420Bit = 0x2, + Subsampling422Bit = 0x4, + Subsampling444Bit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoCodecOperationFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoCodecOperationFlagsKHR.gen.cs index dcb81ac325..425c3ece9b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoCodecOperationFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoCodecOperationFlagsKHR.gen.cs @@ -8,64 +8,15 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoCodecOperationFlagsKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - NoneKHR = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - EncodeH264BitKHR = 0x10000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - EncodeH265BitKHR = 0x20000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] - DecodeH264BitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] - DecodeH265BitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] - DecodeAv1BitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - EncodeAv1BitKHR = 0x40000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] - DecodeVp9BitKHR = 0x8, + None = 0x0, + EncodeH264Bit = 0x10000, + EncodeH265Bit = 0x20000, + DecodeH264Bit = 0x1, + DecodeH265Bit = 0x2, + DecodeAv1Bit = 0x4, + EncodeAv1Bit = 0x40000, + DecodeVp9Bit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoCodingControlFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoCodingControlFlagsKHR.gen.cs index 04c70b3023..dea0615665 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoCodingControlFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoCodingControlFlagsKHR.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoCodingControlFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - ResetBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - EncodeRateControlBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - EncodeQualityLevelBitKHR = 0x4, + ResetBit = 0x1, + EncodeRateControlBit = 0x2, + EncodeQualityLevelBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoCodingControlInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoCodingControlInfoKHR.gen.cs index 062c66b4c2..4b135875f5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoCodingControlInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoCodingControlInfoKHR.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoCodingControlInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkVideoCodingControlFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoCodingControlFlagsKHR Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoComponentBitDepthFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoComponentBitDepthFlagsKHR.gen.cs index 70ad5918d7..36f6ee4700 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoComponentBitDepthFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoComponentBitDepthFlagsKHR.gen.cs @@ -8,36 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoComponentBitDepthFlagsKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - DepthInvalidKHR = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - Depth8BitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - Depth10BitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - Depth12BitKHR = 0x10, + DepthInvalid = 0x0, + Depth8Bit = 0x1, + Depth10Bit = 0x4, + Depth12Bit = 0x10, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1CapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1CapabilitiesKHR.gen.cs index 1ea60089e8..bc67f2a8e8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1CapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1CapabilitiesKHR.gen.cs @@ -7,27 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeAV1CapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoAV1Level MaxLevel; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1DpbSlotInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1DpbSlotInfoKHR.gen.cs index 45b489f4d1..b8abd6df83 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1DpbSlotInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1DpbSlotInfoKHR.gen.cs @@ -7,29 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeAV1DpbSlotInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("const StdVideoDecodeAV1ReferenceInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoDecodeAV1ReferenceInfo* PStdReferenceInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1InlineSessionParametersInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1InlineSessionParametersInfoKHR.gen.cs index a72af7d807..1e60489301 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1InlineSessionParametersInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1InlineSessionParametersInfoKHR.gen.cs @@ -8,32 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeAV1InlineSessionParametersInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] public void* PNext; [NativeTypeName("const StdVideoAV1SequenceHeader *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] public StdVideoAV1SequenceHeader* PStdSequenceHeader; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1PictureInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1PictureInfoKHR.gen.cs index 6567384ee2..b205ca1574 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1PictureInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1PictureInfoKHR.gen.cs @@ -8,69 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeAV1PictureInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("const StdVideoDecodeAV1PictureInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoDecodeAV1PictureInfo* PStdPictureInfo; [NativeTypeName("int32_t[7]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public VideoDecodeAV1PictureInfoKHRReferenceNameSlotIndices ReferenceNameSlotIndices; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint FrameHeaderOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint TileCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint* PTileOffsets; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint* PTileSizes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1PictureInfoKHRReferenceNameSlotIndices.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1PictureInfoKHRReferenceNameSlotIndices.gen.cs index ab54914e92..c0d47d2e3a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1PictureInfoKHRReferenceNameSlotIndices.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1PictureInfoKHRReferenceNameSlotIndices.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] -)] public partial struct VideoDecodeAV1PictureInfoKHRReferenceNameSlotIndices { - [SupportedApiProfile("vulkan")] public int E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1ProfileInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1ProfileInfoKHR.gen.cs index 6b61ca95d1..9af9bbcb96 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1ProfileInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1ProfileInfoKHR.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeAV1ProfileInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoAV1Profile StdProfile; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint FilmGrainSupport; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1SessionParametersCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1SessionParametersCreateInfoKHR.gen.cs index fe5bfef9db..f7d0a50f83 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1SessionParametersCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeAV1SessionParametersCreateInfoKHR.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeAV1SessionParametersCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("const StdVideoAV1SequenceHeader *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoAV1SequenceHeader* PStdSequenceHeader; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeCapabilitiesKHR.gen.cs index 8a0a4a0a62..d3f99dabdc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeCapabilitiesKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeCapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkVideoDecodeCapabilityFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoDecodeCapabilityFlagsKHR Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeCapabilityFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeCapabilityFlagsKHR.gen.cs index 284bc59428..206a485718 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeCapabilityFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeCapabilityFlagsKHR.gen.cs @@ -7,30 +7,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoDecodeCapabilityFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - DpbAndOutputCoincideBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - DpbAndOutputDistinctBitKHR = 0x2, + DpbAndOutputCoincideBit = 0x1, + DpbAndOutputDistinctBit = 0x2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264CapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264CapabilitiesKHR.gen.cs index 42dc64cb0e..80372bb4ea 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264CapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264CapabilitiesKHR.gen.cs @@ -7,34 +7,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH264CapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoH264LevelIdc MaxLevelIdc; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public Offset2D FieldOffsetGranularity; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264DpbSlotInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264DpbSlotInfoKHR.gen.cs index 246334e788..f807546b9d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264DpbSlotInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264DpbSlotInfoKHR.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH264DpbSlotInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("const StdVideoDecodeH264ReferenceInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoDecodeH264ReferenceInfo* PStdReferenceInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264InlineSessionParametersInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264InlineSessionParametersInfoKHR.gen.cs index 69fdeffdef..9728d5f4c6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264InlineSessionParametersInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264InlineSessionParametersInfoKHR.gen.cs @@ -8,41 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH264InlineSessionParametersInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] public void* PNext; [NativeTypeName("const StdVideoH264SequenceParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] public StdVideoH264SequenceParameterSet* PStdSPS; [NativeTypeName("const StdVideoH264PictureParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] public StdVideoH264PictureParameterSet* PStdPPS; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264PictureInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264PictureInfoKHR.gen.cs index 50509dff9d..4b243b349e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264PictureInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264PictureInfoKHR.gen.cs @@ -7,45 +7,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH264PictureInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("const StdVideoDecodeH264PictureInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoDecodeH264PictureInfo* PStdPictureInfo; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint SliceCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint* PSliceOffsets; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264PictureLayoutFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264PictureLayoutFlagsKHR.gen.cs index 2475d2f983..9ce7dabcea 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264PictureLayoutFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264PictureLayoutFlagsKHR.gen.cs @@ -8,29 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoDecodeH264PictureLayoutFlagsKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] - ProgressiveKHR = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] - InterlacedInterleavedLinesBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] - InterlacedSeparatePlanesBitKHR = 0x2, + Progressive = 0x0, + InterlacedInterleavedLinesBit = 0x1, + InterlacedSeparatePlanesBit = 0x2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264ProfileInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264ProfileInfoKHR.gen.cs index 12eea97c71..1f5d8caadb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264ProfileInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264ProfileInfoKHR.gen.cs @@ -8,35 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH264ProfileInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoH264ProfileIdc StdProfileIdc; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public VideoDecodeH264PictureLayoutFlagsKHR PictureLayout; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264SessionParametersAddInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264SessionParametersAddInfoKHR.gen.cs index 0a4d104a3f..48c5b5c7fb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264SessionParametersAddInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264SessionParametersAddInfoKHR.gen.cs @@ -8,53 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH264SessionParametersAddInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint StdSPSCount; [NativeTypeName("const StdVideoH264SequenceParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoH264SequenceParameterSet* PStdSPSs; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint StdPPSCount; [NativeTypeName("const StdVideoH264PictureParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoH264PictureParameterSet* PStdPPSs; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264SessionParametersCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264SessionParametersCreateInfoKHR.gen.cs index 28da214a90..5b4f23e942 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264SessionParametersCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH264SessionParametersCreateInfoKHR.gen.cs @@ -8,45 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH264SessionParametersCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint MaxStdSPSCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint MaxStdPPSCount; [NativeTypeName("const VkVideoDecodeH264SessionParametersAddInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public VideoDecodeH264SessionParametersAddInfoKHR* PParametersAddInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265CapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265CapabilitiesKHR.gen.cs index 2601881f28..7b0b9018fc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265CapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265CapabilitiesKHR.gen.cs @@ -7,27 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH265CapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoH265LevelIdc MaxLevelIdc; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265DpbSlotInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265DpbSlotInfoKHR.gen.cs index 6191702588..684d254001 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265DpbSlotInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265DpbSlotInfoKHR.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH265DpbSlotInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("const StdVideoDecodeH265ReferenceInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoDecodeH265ReferenceInfo* PStdReferenceInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265InlineSessionParametersInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265InlineSessionParametersInfoKHR.gen.cs index 2df426f1b4..67dd15b888 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265InlineSessionParametersInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265InlineSessionParametersInfoKHR.gen.cs @@ -8,50 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH265InlineSessionParametersInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] public void* PNext; [NativeTypeName("const StdVideoH265VideoParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] public StdVideoH265VideoParameterSet* PStdVPS; [NativeTypeName("const StdVideoH265SequenceParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] public StdVideoH265SequenceParameterSet* PStdSPS; [NativeTypeName("const StdVideoH265PictureParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] public StdVideoH265PictureParameterSet* PStdPPS; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265PictureInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265PictureInfoKHR.gen.cs index db385d8357..e4872dc45e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265PictureInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265PictureInfoKHR.gen.cs @@ -8,45 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH265PictureInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("const StdVideoDecodeH265PictureInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoDecodeH265PictureInfo* PStdPictureInfo; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint SliceSegmentCount; [NativeTypeName("const uint32_t *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint* PSliceSegmentOffsets; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265ProfileInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265ProfileInfoKHR.gen.cs index 17d74af5b9..0a577e7a7e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265ProfileInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265ProfileInfoKHR.gen.cs @@ -8,28 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH265ProfileInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoH265ProfileIdc StdProfileIdc; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265SessionParametersAddInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265SessionParametersAddInfoKHR.gen.cs index 1332bca0d8..75b6af66c0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265SessionParametersAddInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265SessionParametersAddInfoKHR.gen.cs @@ -8,69 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH265SessionParametersAddInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint StdVPSCount; [NativeTypeName("const StdVideoH265VideoParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoH265VideoParameterSet* PStdVPSs; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint StdSPSCount; [NativeTypeName("const StdVideoH265SequenceParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoH265SequenceParameterSet* PStdSPSs; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint StdPPSCount; [NativeTypeName("const StdVideoH265PictureParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoH265PictureParameterSet* PStdPPSs; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265SessionParametersCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265SessionParametersCreateInfoKHR.gen.cs index da9ae6df42..162a8e7520 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265SessionParametersCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeH265SessionParametersCreateInfoKHR.gen.cs @@ -8,53 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeH265SessionParametersCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint MaxStdVPSCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint MaxStdSPSCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint MaxStdPPSCount; [NativeTypeName("const VkVideoDecodeH265SessionParametersAddInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public VideoDecodeH265SessionParametersAddInfoKHR* PParametersAddInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeInfoKHR.gen.cs index 431f6c3f98..dbe5596b55 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeInfoKHR.gen.cs @@ -8,114 +8,32 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkVideoDecodeFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint Flags; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public BufferHandle SrcBuffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public ulong SrcBufferOffset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public ulong SrcBufferRange; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoPictureResourceInfoKHR DstPictureResource; [NativeTypeName("const VkVideoReferenceSlotInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoReferenceSlotInfoKHR* PSetupReferenceSlot; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint ReferenceSlotCount; [NativeTypeName("const VkVideoReferenceSlotInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoReferenceSlotInfoKHR* PReferenceSlots; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeUsageFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeUsageFlagsKHR.gen.cs index 38fed425ce..c6bd83b2de 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeUsageFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeUsageFlagsKHR.gen.cs @@ -8,48 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoDecodeUsageFlagsKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - DefaultKHR = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - TranscodingBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - OfflineBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - StreamingBitKHR = 0x4, + Default = 0x0, + TranscodingBit = 0x1, + OfflineBit = 0x2, + StreamingBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeUsageInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeUsageInfoKHR.gen.cs index eefba38866..bdbd54aa71 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeUsageInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeUsageInfoKHR.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeUsageInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkVideoDecodeUsageFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoDecodeUsageFlagsKHR VideoUsageHints; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9CapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9CapabilitiesKHR.gen.cs index a051a2252f..28fc81895b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9CapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9CapabilitiesKHR.gen.cs @@ -8,27 +8,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeVP9CapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoVP9Level MaxLevel; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9PictureInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9PictureInfoKHR.gen.cs index be13717d65..f5ccee0cc8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9PictureInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9PictureInfoKHR.gen.cs @@ -7,61 +7,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeVP9PictureInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; [NativeTypeName("const StdVideoDecodeVP9PictureInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoDecodeVP9PictureInfo* PStdPictureInfo; [NativeTypeName("int32_t[3]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public VideoDecodeVP9PictureInfoKHRReferenceNameSlotIndices ReferenceNameSlotIndices; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint UncompressedHeaderOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint CompressedHeaderOffset; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public uint TilesOffset; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9PictureInfoKHRReferenceNameSlotIndices.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9PictureInfoKHRReferenceNameSlotIndices.gen.cs index 718e0ae59d..158f46e73b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9PictureInfoKHRReferenceNameSlotIndices.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9PictureInfoKHRReferenceNameSlotIndices.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(3)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] -)] public partial struct VideoDecodeVP9PictureInfoKHRReferenceNameSlotIndices { - [SupportedApiProfile("vulkan")] public int E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9ProfileInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9ProfileInfoKHR.gen.cs index 1655a32ad4..f985b4d081 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9ProfileInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoDecodeVP9ProfileInfoKHR.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoDecodeVP9ProfileInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public StdVideoVP9Profile StdProfile; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1CapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1CapabilitiesKHR.gen.cs index 56c9b9e29b..c2645da789 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1CapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1CapabilitiesKHR.gen.cs @@ -7,207 +7,70 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeAV1CapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkVideoEncodeAV1CapabilityFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeAV1CapabilityFlagsKHR Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoAV1Level MaxLevel; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public Extent2D CodedPictureAlignment; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public Extent2D MaxTiles; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public Extent2D MinTileSize; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public Extent2D MaxTileSize; [NativeTypeName("VkVideoEncodeAV1SuperblockSizeFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeAV1SuperblockSizeFlagsKHR SuperblockSizes; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxSingleReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint SingleReferenceNameMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxUnidirectionalCompoundReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxUnidirectionalCompoundGroup1ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UnidirectionalCompoundReferenceNameMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxBidirectionalCompoundReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxBidirectionalCompoundGroup1ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxBidirectionalCompoundGroup2ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint BidirectionalCompoundReferenceNameMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxTemporalLayerCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxSpatialLayerCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxOperatingPoints; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MinQIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxQIndex; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PrefersGopRemainingFrames; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint RequiresGopRemainingFrames; [NativeTypeName("VkVideoEncodeAV1StdFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeAV1StdFlagsKHR StdSyntaxFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1CapabilityFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1CapabilityFlagsKHR.gen.cs index 297010834d..517e08c437 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1CapabilityFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1CapabilityFlagsKHR.gen.cs @@ -8,53 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeAV1CapabilityFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PerRateControlGroupMinMaxQIndexBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - GenerateObuExtensionHeaderBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PrimaryReferenceCdfOnlyBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - FrameSizeOverrideBitKHR = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - MotionVectorScalingBitKHR = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1", "VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"], - RequireAll = true - )] - CompoundPredictionIntraRefreshBitKHR = 0x20, + PerRateControlGroupMinMaxQIndexBit = 0x1, + GenerateObuExtensionHeaderBit = 0x2, + PrimaryReferenceCdfOnlyBit = 0x4, + FrameSizeOverrideBit = 0x8, + MotionVectorScalingBit = 0x10, + CompoundPredictionIntraRefreshBit = 0x20, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1DpbSlotInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1DpbSlotInfoKHR.gen.cs index 8c2bba9f31..78425b16c7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1DpbSlotInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1DpbSlotInfoKHR.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeAV1DpbSlotInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("const StdVideoEncodeAV1ReferenceInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoEncodeAV1ReferenceInfo* PStdReferenceInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1FrameSizeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1FrameSizeKHR.gen.cs index e46b02ef33..bbb9d5f759 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1FrameSizeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1FrameSizeKHR.gen.cs @@ -8,30 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct VideoEncodeAV1FrameSizeKHR { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint IntraFrameSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PredictiveFrameSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint BipredictiveFrameSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1GopRemainingFrameInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1GopRemainingFrameInfoKHR.gen.cs index 7d3bdf5ed0..444c7068aa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1GopRemainingFrameInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1GopRemainingFrameInfoKHR.gen.cs @@ -7,53 +7,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeAV1GopRemainingFrameInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseGopRemainingFrames; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GopRemainingIntra; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GopRemainingPredictive; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GopRemainingBipredictive; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1PictureInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1PictureInfoKHR.gen.cs index dbbf22676b..27ae32efb0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1PictureInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1PictureInfoKHR.gen.cs @@ -7,75 +7,27 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeAV1PictureInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeAV1PredictionModeKHR PredictionMode; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeAV1RateControlGroupKHR RateControlGroup; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint ConstantQIndex; [NativeTypeName("const StdVideoEncodeAV1PictureInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoEncodeAV1PictureInfo* PStdPictureInfo; [NativeTypeName("int32_t[7]")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeAV1PictureInfoKHRReferenceNameSlotIndices ReferenceNameSlotIndices; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PrimaryReferenceCdfOnly; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GenerateObuExtensionHeader; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1PictureInfoKHRReferenceNameSlotIndices.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1PictureInfoKHRReferenceNameSlotIndices.gen.cs index 8b840dc191..3f1378c00e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1PictureInfoKHRReferenceNameSlotIndices.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1PictureInfoKHRReferenceNameSlotIndices.gen.cs @@ -9,13 +9,7 @@ namespace Silk.NET.Vulkan; [InlineArray(7)] -[SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] -)] public partial struct VideoEncodeAV1PictureInfoKHRReferenceNameSlotIndices { - [SupportedApiProfile("vulkan")] public int E0; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1PredictionModeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1PredictionModeKHR.gen.cs index 085444fb7f..32e0f0a7d8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1PredictionModeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1PredictionModeKHR.gen.cs @@ -8,35 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum VideoEncodeAV1PredictionModeKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - IntraOnlyKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - SingleReferenceKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - UnidirectionalCompoundKHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - BidirectionalCompoundKHR = 3, + IntraOnly = 0, + SingleReference = 1, + UnidirectionalCompound = 2, + BidirectionalCompound = 3, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1ProfileInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1ProfileInfoKHR.gen.cs index 71b58b4b61..670009360d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1ProfileInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1ProfileInfoKHR.gen.cs @@ -6,28 +6,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeAV1ProfileInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoAV1Profile StdProfile; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1QIndexKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1QIndexKHR.gen.cs index 804f6c5a88..d8dcb6ba43 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1QIndexKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1QIndexKHR.gen.cs @@ -8,30 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct VideoEncodeAV1QIndexKHR { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint IntraQIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PredictiveQIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint BipredictiveQIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1QualityLevelPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1QualityLevelPropertiesKHR.gen.cs index bfd5ea48f8..45045aeb2d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1QualityLevelPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1QualityLevelPropertiesKHR.gen.cs @@ -8,139 +8,51 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeAV1QualityLevelPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkVideoEncodeAV1RateControlFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeAV1RateControlFlagsKHR PreferredRateControlFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredGopFrameCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredKeyFramePeriod; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredConsecutiveBipredictiveFrameCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredTemporalLayerCount; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeAV1QIndexKHR PreferredConstantQIndex; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredMaxSingleReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredSingleReferenceNameMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredMaxUnidirectionalCompoundReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredMaxUnidirectionalCompoundGroup1ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredUnidirectionalCompoundReferenceNameMask; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredMaxBidirectionalCompoundReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredMaxBidirectionalCompoundGroup1ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredMaxBidirectionalCompoundGroup2ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredBidirectionalCompoundReferenceNameMask; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1QuantizationMapCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1QuantizationMapCapabilitiesKHR.gen.cs index ef50373c79..2a893f7730 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1QuantizationMapCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1QuantizationMapCapabilitiesKHR.gen.cs @@ -7,52 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeAV1QuantizationMapCapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public void* PNext; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public int MinQIndexDelta; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public int MaxQIndexDelta; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlFlagsKHR.gen.cs index 3a7f7f79d6..8286d2f494 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlFlagsKHR.gen.cs @@ -7,38 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeAV1RateControlFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - RegularGopBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - TemporalLayerPatternDyadicBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - ReferencePatternFlatBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - ReferencePatternDyadicBitKHR = 0x8, + RegularGopBit = 0x1, + TemporalLayerPatternDyadicBit = 0x2, + ReferencePatternFlatBit = 0x4, + ReferencePatternDyadicBit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlGroupKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlGroupKHR.gen.cs index 2d6c9b5ea3..589afe7f42 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlGroupKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlGroupKHR.gen.cs @@ -7,28 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum VideoEncodeAV1RateControlGroupKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - IntraKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PredictiveKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - BipredictiveKHR = 2, + Intra = 0, + Predictive = 1, + Bipredictive = 2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlInfoKHR.gen.cs index 0452f92256..5daad5eda4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlInfoKHR.gen.cs @@ -8,61 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeAV1RateControlInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkVideoEncodeAV1RateControlFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeAV1RateControlFlagsKHR Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GopFrameCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint KeyFramePeriod; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint ConsecutiveBipredictiveFrameCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint TemporalLayerCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlLayerInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlLayerInfoKHR.gen.cs index 35869034e6..19fe8dcd8a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlLayerInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1RateControlLayerInfoKHR.gen.cs @@ -8,66 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeAV1RateControlLayerInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseMinQIndex; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeAV1QIndexKHR MinQIndex; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseMaxQIndex; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeAV1QIndexKHR MaxQIndex; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseMaxFrameSize; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeAV1FrameSizeKHR MaxFrameSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1SessionCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1SessionCreateInfoKHR.gen.cs index 129fbb76f4..023eb26938 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1SessionCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1SessionCreateInfoKHR.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeAV1SessionCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseMaxLevel; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoAV1Level MaxLevel; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1SessionParametersCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1SessionParametersCreateInfoKHR.gen.cs index adcdca3d85..5ed7843d01 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1SessionParametersCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1SessionParametersCreateInfoKHR.gen.cs @@ -8,53 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeAV1SessionParametersCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("const StdVideoAV1SequenceHeader *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoAV1SequenceHeader* PStdSequenceHeader; [NativeTypeName("const StdVideoEncodeAV1DecoderModelInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoEncodeAV1DecoderModelInfo* PStdDecoderModelInfo; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint StdOperatingPointCount; [NativeTypeName("const StdVideoEncodeAV1OperatingPointInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoEncodeAV1OperatingPointInfo* PStdOperatingPoints; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1StdFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1StdFlagsKHR.gen.cs index ecc324af83..1508fb8c10 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1StdFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1StdFlagsKHR.gen.cs @@ -7,38 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeAV1StdFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - UniformTileSpacingFlagSetBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - SkipModePresentUnsetBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PrimaryRefFrameBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - DeltaQBitKHR = 0x8, + UniformTileSpacingFlagSetBit = 0x1, + SkipModePresentUnsetBit = 0x2, + PrimaryRefFrameBit = 0x4, + DeltaQBit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1SuperblockSizeFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1SuperblockSizeFlagsKHR.gen.cs index 2b8c107aa9..34d0ded060 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1SuperblockSizeFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeAV1SuperblockSizeFlagsKHR.gen.cs @@ -8,24 +8,10 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeAV1SuperblockSizeFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - Size64BitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - Size128BitKHR = 0x2, + Size64Bit = 0x1, + Size128Bit = 0x2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeCapabilitiesKHR.gen.cs index 247b6f64e1..51dc9dc202 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeCapabilitiesKHR.gen.cs @@ -7,102 +7,27 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeCapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkVideoEncodeCapabilityFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoEncodeCapabilityFlagsKHR Flags; [NativeTypeName("VkVideoEncodeRateControlModeFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoEncodeRateControlModeFlagsKHR RateControlModes; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint MaxRateControlLayers; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public ulong MaxBitrate; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint MaxQualityLevels; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public Extent2D EncodeInputPictureGranularity; [NativeTypeName("VkVideoEncodeFeedbackFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoEncodeFeedbackFlagsKHR SupportedEncodeFeedbackFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeCapabilityFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeCapabilityFlagsKHR.gen.cs index be9ea8d047..92cc9b784c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeCapabilityFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeCapabilityFlagsKHR.gen.cs @@ -7,50 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeCapabilityFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - PrecedingExternallyEncodedBytesBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - InsufficientBitstreamBufferRangeDetectionBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] - QuantizationDeltaMapBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] - EmphasisMapBitKHR = 0x8, + PrecedingExternallyEncodedBytesBit = 0x1, + InsufficientBitstreamBufferRangeDetectionBit = 0x2, + QuantizationDeltaMapBit = 0x4, + EmphasisMapBit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeContentFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeContentFlagsKHR.gen.cs index fa20797698..809de686a3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeContentFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeContentFlagsKHR.gen.cs @@ -8,48 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeContentFlagsKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - DefaultKHR = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - CameraBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - DesktopBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - RenderedBitKHR = 0x4, + Default = 0x0, + CameraBit = 0x1, + DesktopBit = 0x2, + RenderedBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeFeedbackFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeFeedbackFlagsKHR.gen.cs index 78757ce044..d0b957d7f6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeFeedbackFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeFeedbackFlagsKHR.gen.cs @@ -8,40 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeFeedbackFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - BitstreamBufferOffsetBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - BitstreamBytesWrittenBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - BitstreamHasOverridesBitKHR = 0x4, + BitstreamBufferOffsetBit = 0x1, + BitstreamBytesWrittenBit = 0x2, + BitstreamHasOverridesBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeFlagsKHR.gen.cs index 85f2328f3b..76078ade5f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeFlagsKHR.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - IntraRefreshBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] - WithQuantizationDeltaMapBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] - WithEmphasisMapBitKHR = 0x2, + IntraRefreshBit = 0x4, + WithQuantizationDeltaMapBit = 0x1, + WithEmphasisMapBit = 0x2, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264CapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264CapabilitiesKHR.gen.cs index d8af942254..4d6e42d678 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264CapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264CapabilitiesKHR.gen.cs @@ -8,123 +8,45 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264CapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkVideoEncodeH264CapabilityFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH264CapabilityFlagsKHR Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoH264LevelIdc MaxLevelIdc; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxSliceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxPPictureL0ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxBPictureL0ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxL1ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxTemporalLayerCount; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint ExpectDyadicTemporalLayerPattern; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public int MinQp; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public int MaxQp; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PrefersGopRemainingFrames; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint RequiresGopRemainingFrames; [NativeTypeName("VkVideoEncodeH264StdFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH264StdFlagsKHR StdSyntaxFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264CapabilityFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264CapabilityFlagsKHR.gen.cs index 7d89a630a2..9121c8f973 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264CapabilityFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264CapabilityFlagsKHR.gen.cs @@ -8,92 +8,19 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeH264CapabilityFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - HrdComplianceBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PredictionWeightTableGeneratedBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - RowUnalignedSliceBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - DifferentSliceTypeBitKHR = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - BFrameInL0ListBitKHR = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - BFrameInL1ListBitKHR = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PerPictureTypeMinMaxQpBitKHR = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PerSliceConstantQpBitKHR = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - GeneratePrefixNaluBitKHR = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264", "VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"], - RequireAll = true - )] - BPictureIntraRefreshBitKHR = 0x400, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] - MbQpDiffWraparoundBitKHR = 0x200, + HrdComplianceBit = 0x1, + PredictionWeightTableGeneratedBit = 0x2, + RowUnalignedSliceBit = 0x4, + DifferentSliceTypeBit = 0x8, + BFrameInL0ListBit = 0x10, + BFrameInL1ListBit = 0x20, + PerPictureTypeMinMaxQpBit = 0x40, + PerSliceConstantQpBit = 0x80, + GeneratePrefixNaluBit = 0x100, + BPictureIntraRefreshBit = 0x400, + MbQpDiffWraparoundBit = 0x200, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264DpbSlotInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264DpbSlotInfoKHR.gen.cs index b40411da33..570394f023 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264DpbSlotInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264DpbSlotInfoKHR.gen.cs @@ -7,29 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264DpbSlotInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("const StdVideoEncodeH264ReferenceInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoEncodeH264ReferenceInfo* PStdReferenceInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264FrameSizeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264FrameSizeKHR.gen.cs index bcb443d270..da4855bc43 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264FrameSizeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264FrameSizeKHR.gen.cs @@ -8,30 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct VideoEncodeH264FrameSizeKHR { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint FrameISize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint FramePSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint FrameBSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264GopRemainingFrameInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264GopRemainingFrameInfoKHR.gen.cs index 3f62f13f64..01230939f6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264GopRemainingFrameInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264GopRemainingFrameInfoKHR.gen.cs @@ -7,53 +7,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264GopRemainingFrameInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseGopRemainingFrames; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GopRemainingI; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GopRemainingP; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GopRemainingB; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264NaluSliceInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264NaluSliceInfoKHR.gen.cs index d8517dd291..850a726c2c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264NaluSliceInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264NaluSliceInfoKHR.gen.cs @@ -8,37 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264NaluSliceInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public int ConstantQp; [NativeTypeName("const StdVideoEncodeH264SliceHeader *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoEncodeH264SliceHeader* PStdSliceHeader; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264PictureInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264PictureInfoKHR.gen.cs index 49dfb88576..3acaa01af7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264PictureInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264PictureInfoKHR.gen.cs @@ -8,53 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264PictureInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint NaluSliceEntryCount; [NativeTypeName("const VkVideoEncodeH264NaluSliceInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH264NaluSliceInfoKHR* PNaluSliceEntries; [NativeTypeName("const StdVideoEncodeH264PictureInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoEncodeH264PictureInfo* PStdPictureInfo; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GeneratePrefixNalu; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264ProfileInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264ProfileInfoKHR.gen.cs index fb4d858162..55eab234b6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264ProfileInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264ProfileInfoKHR.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264ProfileInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoH264ProfileIdc StdProfileIdc; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264QpKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264QpKHR.gen.cs index b44df4b026..1dd197ead9 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264QpKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264QpKHR.gen.cs @@ -8,30 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct VideoEncodeH264QpKHR { [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public int QpI; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public int QpP; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public int QpB; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264QualityLevelPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264QualityLevelPropertiesKHR.gen.cs index 67b3f8b85b..959ab98d5d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264QualityLevelPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264QualityLevelPropertiesKHR.gen.cs @@ -8,91 +8,33 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264QualityLevelPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkVideoEncodeH264RateControlFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH264RateControlFlagsKHR PreferredRateControlFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredGopFrameCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredIdrPeriod; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredConsecutiveBFrameCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredTemporalLayerCount; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH264QpKHR PreferredConstantQp; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredMaxL0ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredMaxL1ReferenceCount; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredStdEntropyCodingModeFlag; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264QuantizationMapCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264QuantizationMapCapabilitiesKHR.gen.cs index 86bdc2993a..5306f46219 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264QuantizationMapCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264QuantizationMapCapabilitiesKHR.gen.cs @@ -7,52 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264QuantizationMapCapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public void* PNext; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public int MinQpDelta; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public int MaxQpDelta; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264RateControlFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264RateControlFlagsKHR.gen.cs index a38ab0675f..032dfae249 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264RateControlFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264RateControlFlagsKHR.gen.cs @@ -8,45 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeH264RateControlFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - AttemptHrdComplianceBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - RegularGopBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - ReferencePatternFlatBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - ReferencePatternDyadicBitKHR = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - TemporalLayerPatternDyadicBitKHR = 0x10, + AttemptHrdComplianceBit = 0x1, + RegularGopBit = 0x2, + ReferencePatternFlatBit = 0x4, + ReferencePatternDyadicBit = 0x8, + TemporalLayerPatternDyadicBit = 0x10, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264RateControlInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264RateControlInfoKHR.gen.cs index ee65fa866c..763839fc05 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264RateControlInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264RateControlInfoKHR.gen.cs @@ -8,61 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264RateControlInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkVideoEncodeH264RateControlFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH264RateControlFlagsKHR Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GopFrameCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint IdrPeriod; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint ConsecutiveBFrameCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint TemporalLayerCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264RateControlLayerInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264RateControlLayerInfoKHR.gen.cs index 20ed58178f..8f5be9b8ae 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264RateControlLayerInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264RateControlLayerInfoKHR.gen.cs @@ -8,66 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264RateControlLayerInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseMinQp; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH264QpKHR MinQp; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseMaxQp; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH264QpKHR MaxQp; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseMaxFrameSize; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH264FrameSizeKHR MaxFrameSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionCreateInfoKHR.gen.cs index 3a0f100e4f..d8af290679 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionCreateInfoKHR.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264SessionCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseMaxLevelIdc; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoH264LevelIdc MaxLevelIdc; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersAddInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersAddInfoKHR.gen.cs index 9c224d44e6..f43391e675 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersAddInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersAddInfoKHR.gen.cs @@ -7,53 +7,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264SessionParametersAddInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint StdSPSCount; [NativeTypeName("const StdVideoH264SequenceParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoH264SequenceParameterSet* PStdSPSs; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint StdPPSCount; [NativeTypeName("const StdVideoH264PictureParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoH264PictureParameterSet* PStdPPSs; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersCreateInfoKHR.gen.cs index 655b53fd71..bf5d111a4a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersCreateInfoKHR.gen.cs @@ -8,45 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264SessionParametersCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxStdSPSCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxStdPPSCount; [NativeTypeName("const VkVideoEncodeH264SessionParametersAddInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH264SessionParametersAddInfoKHR* PParametersAddInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersFeedbackInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersFeedbackInfoKHR.gen.cs index 748b92e259..fad8975882 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersFeedbackInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersFeedbackInfoKHR.gen.cs @@ -6,36 +6,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264SessionParametersFeedbackInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint HasStdSPSOverrides; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint HasStdPPSOverrides; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersGetInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersGetInfoKHR.gen.cs index 61d1a6dd24..8638cb6068 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersGetInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264SessionParametersGetInfoKHR.gen.cs @@ -8,53 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH264SessionParametersGetInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint WriteStdSPS; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint WriteStdPPS; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint StdSPSId; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint StdPPSId; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264StdFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264StdFlagsKHR.gen.cs index eb9a5c2a89..d312cfd843 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264StdFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH264StdFlagsKHR.gen.cs @@ -8,150 +8,28 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeH264StdFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - SeparateColorPlaneFlagSetBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - QpprimeYZeroTransformBypassFlagSetBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - ScalingMatrixPresentFlagSetBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - ChromaQpIndexOffsetBitKHR = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - SecondChromaQpIndexOffsetBitKHR = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PicInitQpMinus26BitKHR = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - WeightedPredFlagSetBitKHR = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - WeightedBipredIdcExplicitBitKHR = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - WeightedBipredIdcImplicitBitKHR = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - Transform8X8ModeFlagSetBitKHR = 0x200, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - DirectSpatialMvPredFlagUnsetBitKHR = 0x400, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - EntropyCodingModeFlagUnsetBitKHR = 0x800, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - EntropyCodingModeFlagSetBitKHR = 0x1000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - Direct8X8InferenceFlagUnsetBitKHR = 0x2000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - ConstrainedIntraPredFlagSetBitKHR = 0x4000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - DeblockingFilterDisabledBitKHR = 0x8000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - DeblockingFilterEnabledBitKHR = 0x10000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - DeblockingFilterPartialBitKHR = 0x20000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - SliceQpDeltaBitKHR = 0x80000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - DifferentSliceQpDeltaBitKHR = 0x100000, + SeparateColorPlaneFlagSetBit = 0x1, + QpprimeYZeroTransformBypassFlagSetBit = 0x2, + ScalingMatrixPresentFlagSetBit = 0x4, + ChromaQpIndexOffsetBit = 0x8, + SecondChromaQpIndexOffsetBit = 0x10, + PicInitQpMinus26Bit = 0x20, + WeightedPredFlagSetBit = 0x40, + WeightedBipredIdcExplicitBit = 0x80, + WeightedBipredIdcImplicitBit = 0x100, + Transform8X8ModeFlagSetBit = 0x200, + DirectSpatialMvPredFlagUnsetBit = 0x400, + EntropyCodingModeFlagUnsetBit = 0x800, + EntropyCodingModeFlagSetBit = 0x1000, + Direct8X8InferenceFlagUnsetBit = 0x2000, + ConstrainedIntraPredFlagSetBit = 0x4000, + DeblockingFilterDisabledBit = 0x8000, + DeblockingFilterEnabledBit = 0x10000, + DeblockingFilterPartialBit = 0x20000, + SliceQpDeltaBit = 0x80000, + DifferentSliceQpDeltaBit = 0x100000, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265CapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265CapabilitiesKHR.gen.cs index 44f4c3f246..32ad68e8f2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265CapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265CapabilitiesKHR.gen.cs @@ -8,146 +8,52 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265CapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkVideoEncodeH265CapabilityFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH265CapabilityFlagsKHR Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoH265LevelIdc MaxLevelIdc; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxSliceSegmentCount; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public Extent2D MaxTiles; [NativeTypeName("VkVideoEncodeH265CtbSizeFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH265CtbSizeFlagsKHR CtbSizes; [NativeTypeName("VkVideoEncodeH265TransformBlockSizeFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH265TransformBlockSizeFlagsKHR TransformBlockSizes; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxPPictureL0ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxBPictureL0ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxL1ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxSubLayerCount; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint ExpectDyadicTemporalSubLayerPattern; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public int MinQp; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public int MaxQp; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PrefersGopRemainingFrames; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint RequiresGopRemainingFrames; [NativeTypeName("VkVideoEncodeH265StdFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH265StdFlagsKHR StdSyntaxFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265CapabilityFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265CapabilityFlagsKHR.gen.cs index 9f1404202f..3313423a84 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265CapabilityFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265CapabilityFlagsKHR.gen.cs @@ -8,99 +8,20 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeH265CapabilityFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - HrdComplianceBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PredictionWeightTableGeneratedBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - RowUnalignedSliceSegmentBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - DifferentSliceSegmentTypeBitKHR = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - BFrameInL0ListBitKHR = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - BFrameInL1ListBitKHR = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PerPictureTypeMinMaxQpBitKHR = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PerSliceSegmentConstantQpBitKHR = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - MultipleTilesPerSliceSegmentBitKHR = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - MultipleSliceSegmentsPerTileBitKHR = 0x200, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265", "VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"], - RequireAll = true - )] - BPictureIntraRefreshBitKHR = 0x800, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] - CuQpDiffWraparoundBitKHR = 0x400, + HrdComplianceBit = 0x1, + PredictionWeightTableGeneratedBit = 0x2, + RowUnalignedSliceSegmentBit = 0x4, + DifferentSliceSegmentTypeBit = 0x8, + BFrameInL0ListBit = 0x10, + BFrameInL1ListBit = 0x20, + PerPictureTypeMinMaxQpBit = 0x40, + PerSliceSegmentConstantQpBit = 0x80, + MultipleTilesPerSliceSegmentBit = 0x100, + MultipleSliceSegmentsPerTileBit = 0x200, + BPictureIntraRefreshBit = 0x800, + CuQpDiffWraparoundBit = 0x400, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265CtbSizeFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265CtbSizeFlagsKHR.gen.cs index 359c90b36c..e2f8a5adaa 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265CtbSizeFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265CtbSizeFlagsKHR.gen.cs @@ -8,31 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeH265CtbSizeFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - Size16BitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - Size32BitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - Size64BitKHR = 0x4, + Size16Bit = 0x1, + Size32Bit = 0x2, + Size64Bit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265DpbSlotInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265DpbSlotInfoKHR.gen.cs index 6b08ff832c..e292a166e2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265DpbSlotInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265DpbSlotInfoKHR.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265DpbSlotInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("const StdVideoEncodeH265ReferenceInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoEncodeH265ReferenceInfo* PStdReferenceInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265FrameSizeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265FrameSizeKHR.gen.cs index e0fa4458a8..dcf1dca98a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265FrameSizeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265FrameSizeKHR.gen.cs @@ -8,30 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct VideoEncodeH265FrameSizeKHR { [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint FrameISize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint FramePSize; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint FrameBSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265GopRemainingFrameInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265GopRemainingFrameInfoKHR.gen.cs index 58dc3e34b7..29ed7bfd51 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265GopRemainingFrameInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265GopRemainingFrameInfoKHR.gen.cs @@ -7,53 +7,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265GopRemainingFrameInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseGopRemainingFrames; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GopRemainingI; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GopRemainingP; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GopRemainingB; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265NaluSliceSegmentInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265NaluSliceSegmentInfoKHR.gen.cs index 311bb08cbf..78f930fdd7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265NaluSliceSegmentInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265NaluSliceSegmentInfoKHR.gen.cs @@ -8,37 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265NaluSliceSegmentInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public int ConstantQp; [NativeTypeName("const StdVideoEncodeH265SliceSegmentHeader *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoEncodeH265SliceSegmentHeader* PStdSliceSegmentHeader; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265PictureInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265PictureInfoKHR.gen.cs index 3c480ddb1c..df84b0ab44 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265PictureInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265PictureInfoKHR.gen.cs @@ -8,45 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265PictureInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint NaluSliceSegmentEntryCount; [NativeTypeName("const VkVideoEncodeH265NaluSliceSegmentInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH265NaluSliceSegmentInfoKHR* PNaluSliceSegmentEntries; [NativeTypeName("const StdVideoEncodeH265PictureInfo *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoEncodeH265PictureInfo* PStdPictureInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265ProfileInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265ProfileInfoKHR.gen.cs index da2e3de87f..32f36ab7ea 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265ProfileInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265ProfileInfoKHR.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265ProfileInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoH265ProfileIdc StdProfileIdc; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265QpKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265QpKHR.gen.cs index 010fd1ad03..a327e44362 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265QpKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265QpKHR.gen.cs @@ -7,30 +7,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct VideoEncodeH265QpKHR { [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public int QpI; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public int QpP; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public int QpB; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265QualityLevelPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265QualityLevelPropertiesKHR.gen.cs index 83c2047150..424fd8d402 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265QualityLevelPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265QualityLevelPropertiesKHR.gen.cs @@ -7,83 +7,30 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265QualityLevelPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkVideoEncodeH265RateControlFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH265RateControlFlagsKHR PreferredRateControlFlags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredGopFrameCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredIdrPeriod; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredConsecutiveBFrameCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredSubLayerCount; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH265QpKHR PreferredConstantQp; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredMaxL0ReferenceCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PreferredMaxL1ReferenceCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265QuantizationMapCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265QuantizationMapCapabilitiesKHR.gen.cs index 8192e89f06..f5cc7da812 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265QuantizationMapCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265QuantizationMapCapabilitiesKHR.gen.cs @@ -8,52 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265QuantizationMapCapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public void* PNext; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public int MinQpDelta; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public int MaxQpDelta; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265RateControlFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265RateControlFlagsKHR.gen.cs index 408b76322e..ea3ff3ac40 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265RateControlFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265RateControlFlagsKHR.gen.cs @@ -8,45 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeH265RateControlFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - AttemptHrdComplianceBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - RegularGopBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - ReferencePatternFlatBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - ReferencePatternDyadicBitKHR = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - TemporalSubLayerPatternDyadicBitKHR = 0x10, + AttemptHrdComplianceBit = 0x1, + RegularGopBit = 0x2, + ReferencePatternFlatBit = 0x4, + ReferencePatternDyadicBit = 0x8, + TemporalSubLayerPatternDyadicBit = 0x10, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265RateControlInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265RateControlInfoKHR.gen.cs index 9b416b068c..6e28ebc051 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265RateControlInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265RateControlInfoKHR.gen.cs @@ -8,61 +8,25 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265RateControlInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkVideoEncodeH265RateControlFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH265RateControlFlagsKHR Flags; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint GopFrameCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint IdrPeriod; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint ConsecutiveBFrameCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint SubLayerCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265RateControlLayerInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265RateControlLayerInfoKHR.gen.cs index a1d5b58425..7da1c24923 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265RateControlLayerInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265RateControlLayerInfoKHR.gen.cs @@ -8,66 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265RateControlLayerInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseMinQp; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH265QpKHR MinQp; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseMaxQp; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH265QpKHR MaxQp; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseMaxFrameSize; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH265FrameSizeKHR MaxFrameSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionCreateInfoKHR.gen.cs index dae8e89714..46f17f3ea8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionCreateInfoKHR.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265SessionCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint UseMaxLevelIdc; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoH265LevelIdc MaxLevelIdc; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersAddInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersAddInfoKHR.gen.cs index 878619d5c2..be5ba8c523 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersAddInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersAddInfoKHR.gen.cs @@ -7,69 +7,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265SessionParametersAddInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint StdVPSCount; [NativeTypeName("const StdVideoH265VideoParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoH265VideoParameterSet* PStdVPSs; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint StdSPSCount; [NativeTypeName("const StdVideoH265SequenceParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoH265SequenceParameterSet* PStdSPSs; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint StdPPSCount; [NativeTypeName("const StdVideoH265PictureParameterSet *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StdVideoH265PictureParameterSet* PStdPPSs; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersCreateInfoKHR.gen.cs index c654fd7124..5530a4244c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersCreateInfoKHR.gen.cs @@ -8,53 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265SessionParametersCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxStdVPSCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxStdSPSCount; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxStdPPSCount; [NativeTypeName("const VkVideoEncodeH265SessionParametersAddInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeH265SessionParametersAddInfoKHR* PParametersAddInfo; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersFeedbackInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersFeedbackInfoKHR.gen.cs index 37082df481..86e02bc8c6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersFeedbackInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersFeedbackInfoKHR.gen.cs @@ -7,44 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265SessionParametersFeedbackInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint HasStdVPSOverrides; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint HasStdSPSOverrides; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint HasStdPPSOverrides; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersGetInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersGetInfoKHR.gen.cs index c691545ae5..a390166675 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersGetInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265SessionParametersGetInfoKHR.gen.cs @@ -8,69 +8,28 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeH265SessionParametersGetInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint WriteStdVPS; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint WriteStdSPS; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint WriteStdPPS; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint StdVPSId; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint StdSPSId; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint StdPPSId; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265StdFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265StdFlagsKHR.gen.cs index b33d3aa51f..f6415c3564 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265StdFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265StdFlagsKHR.gen.cs @@ -8,157 +8,29 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeH265StdFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - SeparateColorPlaneFlagSetBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - SampleAdaptiveOffsetEnabledFlagSetBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - ScalingListDataPresentFlagSetBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PcmEnabledFlagSetBitKHR = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - SpsTemporalMvpEnabledFlagSetBitKHR = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - InitQpMinus26BitKHR = 0x20, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - WeightedPredFlagSetBitKHR = 0x40, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - WeightedBipredFlagSetBitKHR = 0x80, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - Log2ParallelMergeLevelMinus2BitKHR = 0x100, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - SignDataHidingEnabledFlagSetBitKHR = 0x200, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - TransformSkipEnabledFlagSetBitKHR = 0x400, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - TransformSkipEnabledFlagUnsetBitKHR = 0x800, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PpsSliceChromaQpOffsetsPresentFlagSetBitKHR = 0x1000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - TransquantBypassEnabledFlagSetBitKHR = 0x2000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - ConstrainedIntraPredFlagSetBitKHR = 0x4000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - EntropyCodingSyncEnabledFlagSetBitKHR = 0x8000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - DeblockingFilterOverrideEnabledFlagSetBitKHR = 0x10000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - DependentSliceSegmentsEnabledFlagSetBitKHR = 0x20000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - DependentSliceSegmentFlagSetBitKHR = 0x40000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - SliceQpDeltaBitKHR = 0x80000, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - DifferentSliceQpDeltaBitKHR = 0x100000, + SeparateColorPlaneFlagSetBit = 0x1, + SampleAdaptiveOffsetEnabledFlagSetBit = 0x2, + ScalingListDataPresentFlagSetBit = 0x4, + PcmEnabledFlagSetBit = 0x8, + SpsTemporalMvpEnabledFlagSetBit = 0x10, + InitQpMinus26Bit = 0x20, + WeightedPredFlagSetBit = 0x40, + WeightedBipredFlagSetBit = 0x80, + Log2ParallelMergeLevelMinus2Bit = 0x100, + SignDataHidingEnabledFlagSetBit = 0x200, + TransformSkipEnabledFlagSetBit = 0x400, + TransformSkipEnabledFlagUnsetBit = 0x800, + PpsSliceChromaQpOffsetsPresentFlagSetBit = 0x1000, + TransquantBypassEnabledFlagSetBit = 0x2000, + ConstrainedIntraPredFlagSetBit = 0x4000, + EntropyCodingSyncEnabledFlagSetBit = 0x8000, + DeblockingFilterOverrideEnabledFlagSetBit = 0x10000, + DependentSliceSegmentsEnabledFlagSetBit = 0x20000, + DependentSliceSegmentFlagSetBit = 0x40000, + SliceQpDeltaBit = 0x80000, + DifferentSliceQpDeltaBit = 0x100000, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265TransformBlockSizeFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265TransformBlockSizeFlagsKHR.gen.cs index 1359edd356..c8c92a11f1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265TransformBlockSizeFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeH265TransformBlockSizeFlagsKHR.gen.cs @@ -7,38 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeH265TransformBlockSizeFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - Size4BitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - Size8BitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - Size16BitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - Size32BitKHR = 0x8, + Size4Bit = 0x1, + Size8Bit = 0x2, + Size16Bit = 0x4, + Size32Bit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeInfoKHR.gen.cs index c77dddc47f..e483b2c6a7 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeInfoKHR.gen.cs @@ -8,125 +8,35 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkVideoEncodeFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoEncodeFlagsKHR Flags; [NativeTypeName("VkBuffer")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public BufferHandle DstBuffer; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public ulong DstBufferOffset; [NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public ulong DstBufferRange; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoPictureResourceInfoKHR SrcPictureResource; [NativeTypeName("const VkVideoReferenceSlotInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoReferenceSlotInfoKHR* PSetupReferenceSlot; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint ReferenceSlotCount; [NativeTypeName("const VkVideoReferenceSlotInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoReferenceSlotInfoKHR* PReferenceSlots; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint PrecedingExternallyEncodedBytes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeIntraRefreshCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeIntraRefreshCapabilitiesKHR.gen.cs index bc46d74c29..b594853c8b 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeIntraRefreshCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeIntraRefreshCapabilitiesKHR.gen.cs @@ -7,60 +7,23 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeIntraRefreshCapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("VkVideoEncodeIntraRefreshModeFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeIntraRefreshModeFlagsKHR IntraRefreshModes; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxIntraRefreshCycleDuration; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint MaxIntraRefreshActiveReferencePictures; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint PartitionIndependentIntraRefreshRegions; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint NonRectangularIntraRefreshRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeIntraRefreshInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeIntraRefreshInfoKHR.gen.cs index 9bf77681a6..10a1da0376 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeIntraRefreshInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeIntraRefreshInfoKHR.gen.cs @@ -8,37 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeIntraRefreshInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint IntraRefreshCycleDuration; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint IntraRefreshIndex; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeIntraRefreshModeFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeIntraRefreshModeFlagsKHR.gen.cs index f71dd945cb..c21741b9a2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeIntraRefreshModeFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeIntraRefreshModeFlagsKHR.gen.cs @@ -8,43 +8,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeIntraRefreshModeFlagsKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - NoneKHR = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - PerPicturePartitionBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - BlockBasedBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - BlockRowBasedBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] - BlockColumnBasedBitKHR = 0x8, + None = 0x0, + PerPicturePartitionBit = 0x1, + BlockBasedBit = 0x2, + BlockRowBasedBit = 0x4, + BlockColumnBasedBit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/PerformanceConfigurationTypeIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeProfileRgbConversionInfoVALVE.gen.cs similarity index 63% rename from sources/Vulkan/Vulkan/Vulkan/PerformanceConfigurationTypeIntel.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/VideoEncodeProfileRgbConversionInfoVALVE.gen.cs index 8a50f039a5..12ed9da171 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PerformanceConfigurationTypeIntel.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeProfileRgbConversionInfoVALVE.gen.cs @@ -8,10 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] -public enum PerformanceConfigurationTypeIntel : uint +public unsafe partial struct VideoEncodeProfileRgbConversionInfoVALVE { - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - CommandQueueMetricsDiscoveryActivatedIntel = 0, + public StructureType SType; + + [NativeTypeName("const void *")] + public void* PNext; + + [NativeTypeName("VkBool32")] + public uint PerformEncodeRgbConversion; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeProfileRgbConversionInfoValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeProfileRgbConversionInfoValve.gen.cs deleted file mode 100644 index c924e09ce9..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeProfileRgbConversionInfoValve.gen.cs +++ /dev/null @@ -1,45 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct VideoEncodeProfileRgbConversionInfoValve -{ - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public uint PerformEncodeRgbConversion; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQualityLevelInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQualityLevelInfoKHR.gen.cs index a687c0db67..512f3ccc67 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQualityLevelInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQualityLevelInfoKHR.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeQualityLevelInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint QualityLevel; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQualityLevelPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQualityLevelPropertiesKHR.gen.cs index 19388eee52..483d6a3d51 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQualityLevelPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQualityLevelPropertiesKHR.gen.cs @@ -8,47 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeQualityLevelPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoEncodeRateControlModeFlagsKHR PreferredRateControlMode; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint PreferredRateControlLayerCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQuantizationMapCapabilitiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQuantizationMapCapabilitiesKHR.gen.cs index cc813d7a3a..2453a97c0a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQuantizationMapCapabilitiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQuantizationMapCapabilitiesKHR.gen.cs @@ -7,36 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeQuantizationMapCapabilitiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public Extent2D MaxQuantizationMapExtent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQuantizationMapInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQuantizationMapInfoKHR.gen.cs index 07529ed24a..68c27292b8 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQuantizationMapInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQuantizationMapInfoKHR.gen.cs @@ -8,48 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeQuantizationMapInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkImageView")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public ImageViewHandle QuantizationMap; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public Extent2D QuantizationMapExtent; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQuantizationMapSessionParametersCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQuantizationMapSessionParametersCreateInfoKHR.gen.cs index a880113c71..70e7780228 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQuantizationMapSessionParametersCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeQuantizationMapSessionParametersCreateInfoKHR.gen.cs @@ -8,37 +8,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeQuantizationMapSessionParametersCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public Extent2D QuantizationMapTexelSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRateControlInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRateControlInfoKHR.gen.cs index a7fa2bf4d4..bf3d191307 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRateControlInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRateControlInfoKHR.gen.cs @@ -8,92 +8,26 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeRateControlInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkVideoEncodeRateControlFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint Flags; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoEncodeRateControlModeFlagsKHR RateControlMode; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint LayerCount; [NativeTypeName("const VkVideoEncodeRateControlLayerInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoEncodeRateControlLayerInfoKHR* PLayers; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint VirtualBufferSizeInMs; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint InitialVirtualBufferSizeInMs; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRateControlLayerInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRateControlLayerInfoKHR.gen.cs index c2f867024e..b81491bd8a 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRateControlLayerInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRateControlLayerInfoKHR.gen.cs @@ -8,71 +8,22 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeRateControlLayerInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public ulong AverageBitrate; [NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public ulong MaxBitrate; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint FrameRateNumerator; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint FrameRateDenominator; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRateControlModeFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRateControlModeFlagsKHR.gen.cs index 6c50fc809a..b9aefed8c6 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRateControlModeFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRateControlModeFlagsKHR.gen.cs @@ -7,48 +7,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeRateControlModeFlagsKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - DefaultKHR = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - DisabledBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - CbrBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - VbrBitKHR = 0x4, + Default = 0x0, + DisabledBit = 0x1, + CbrBit = 0x2, + VbrBit = 0x4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbChromaOffsetFlagsVALVE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbChromaOffsetFlagsVALVE.gen.cs new file mode 100644 index 0000000000..3461b9a290 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbChromaOffsetFlagsVALVE.gen.cs @@ -0,0 +1,17 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +[Flags] +public enum VideoEncodeRgbChromaOffsetFlagsVALVE : uint +{ + None = 0x0, + CositedEvenBit = 0x1, + MidpointBit = 0x2, +} diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbChromaOffsetFlagsValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbChromaOffsetFlagsValve.gen.cs deleted file mode 100644 index 98bc895615..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbChromaOffsetFlagsValve.gen.cs +++ /dev/null @@ -1,37 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] -[Flags] -public enum VideoEncodeRgbChromaOffsetFlagsValve : uint -{ - None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - CositedEvenBitValve = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - MidpointBitValve = 0x2, -} diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbConversionCapabilitiesVALVE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbConversionCapabilitiesVALVE.gen.cs new file mode 100644 index 0000000000..417378323c --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbConversionCapabilitiesVALVE.gen.cs @@ -0,0 +1,26 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct VideoEncodeRgbConversionCapabilitiesVALVE +{ + public StructureType SType; + public void* PNext; + + [NativeTypeName("VkVideoEncodeRgbModelConversionFlagsVALVE")] + public VideoEncodeRgbModelConversionFlagsVALVE RgbModels; + + [NativeTypeName("VkVideoEncodeRgbRangeCompressionFlagsVALVE")] + public VideoEncodeRgbRangeCompressionFlagsVALVE RgbRanges; + + [NativeTypeName("VkVideoEncodeRgbChromaOffsetFlagsVALVE")] + public VideoEncodeRgbChromaOffsetFlagsVALVE XChromaOffsets; + + [NativeTypeName("VkVideoEncodeRgbChromaOffsetFlagsVALVE")] + public VideoEncodeRgbChromaOffsetFlagsVALVE YChromaOffsets; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbConversionCapabilitiesValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbConversionCapabilitiesValve.gen.cs deleted file mode 100644 index 26f5931125..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbConversionCapabilitiesValve.gen.cs +++ /dev/null @@ -1,76 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct VideoEncodeRgbConversionCapabilitiesValve -{ - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [NativeTypeName("VkVideoEncodeRgbModelConversionFlagsVALVE")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public VideoEncodeRgbModelConversionFlagsValve RgbModels; - - [NativeTypeName("VkVideoEncodeRgbRangeCompressionFlagsVALVE")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public VideoEncodeRgbRangeCompressionFlagsValve RgbRanges; - - [NativeTypeName("VkVideoEncodeRgbChromaOffsetFlagsVALVE")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public VideoEncodeRgbChromaOffsetFlagsValve XChromaOffsets; - - [NativeTypeName("VkVideoEncodeRgbChromaOffsetFlagsVALVE")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public VideoEncodeRgbChromaOffsetFlagsValve YChromaOffsets; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/QueryPoolSamplingModeIntel.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbModelConversionFlagsVALVE.gen.cs similarity index 67% rename from sources/Vulkan/Vulkan/Vulkan/QueryPoolSamplingModeIntel.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbModelConversionFlagsVALVE.gen.cs index 5a3cdff963..51992c7534 100644 --- a/sources/Vulkan/Vulkan/Vulkan/QueryPoolSamplingModeIntel.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbModelConversionFlagsVALVE.gen.cs @@ -8,10 +8,13 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] -public enum QueryPoolSamplingModeIntel : uint +[Flags] +public enum VideoEncodeRgbModelConversionFlagsVALVE : uint { - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - ManualIntel = 0, + None = 0x0, + RgbIdentityBit = 0x1, + YcbcrIdentityBit = 0x2, + Ycbcr709Bit = 0x4, + Ycbcr601Bit = 0x8, + Ycbcr2020Bit = 0x10, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbModelConversionFlagsValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbModelConversionFlagsValve.gen.cs deleted file mode 100644 index cb6d8f1ad0..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbModelConversionFlagsValve.gen.cs +++ /dev/null @@ -1,67 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] -[Flags] -public enum VideoEncodeRgbModelConversionFlagsValve : uint -{ - None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - RgbIdentityBitValve = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - YcbcrIdentityBitValve = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - Ycbcr709BitValve = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - Ycbcr601BitValve = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - Ycbcr2020BitValve = 0x10, -} diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbRangeCompressionFlagsVALVE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbRangeCompressionFlagsVALVE.gen.cs new file mode 100644 index 0000000000..476ed2e56c --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbRangeCompressionFlagsVALVE.gen.cs @@ -0,0 +1,16 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +[Flags] +public enum VideoEncodeRgbRangeCompressionFlagsVALVE : uint +{ + None = 0x0, + FullRangeBit = 0x1, + NarrowRangeBit = 0x2, +} diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbRangeCompressionFlagsValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbRangeCompressionFlagsValve.gen.cs deleted file mode 100644 index 5ab7bce084..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeRgbRangeCompressionFlagsValve.gen.cs +++ /dev/null @@ -1,36 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] -[Flags] -public enum VideoEncodeRgbRangeCompressionFlagsValve : uint -{ - None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - FullRangeBitValve = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - NarrowRangeBitValve = 0x2, -} diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionIntraRefreshCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionIntraRefreshCreateInfoKHR.gen.cs index 723807d3d3..5f6f2a84c2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionIntraRefreshCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionIntraRefreshCreateInfoKHR.gen.cs @@ -7,28 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeSessionIntraRefreshCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public VideoEncodeIntraRefreshModeFlagsKHR IntraRefreshMode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionParametersFeedbackInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionParametersFeedbackInfoKHR.gen.cs index 490b006abe..9b32c1c71d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionParametersFeedbackInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionParametersFeedbackInfoKHR.gen.cs @@ -7,37 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeSessionParametersFeedbackInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkBool32")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public uint HasOverrides; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionParametersGetInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionParametersGetInfoKHR.gen.cs index d6c5525667..2afe1daa48 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionParametersGetInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionParametersGetInfoKHR.gen.cs @@ -8,38 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeSessionParametersGetInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkVideoSessionParametersKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - public VideoSessionParametersKHRHandle VideoSessionParameters; + public VideoSessionParametersHandleKHR VideoSessionParameters; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionRgbConversionCreateInfoVALVE.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionRgbConversionCreateInfoVALVE.gen.cs new file mode 100644 index 0000000000..198b56ad42 --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionRgbConversionCreateInfoVALVE.gen.cs @@ -0,0 +1,21 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public unsafe partial struct VideoEncodeSessionRgbConversionCreateInfoVALVE +{ + public StructureType SType; + + [NativeTypeName("const void *")] + public void* PNext; + public VideoEncodeRgbModelConversionFlagsVALVE RgbModel; + public VideoEncodeRgbRangeCompressionFlagsVALVE RgbRange; + public VideoEncodeRgbChromaOffsetFlagsVALVE XChromaOffset; + public VideoEncodeRgbChromaOffsetFlagsVALVE YChromaOffset; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionRgbConversionCreateInfoValve.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionRgbConversionCreateInfoValve.gen.cs deleted file mode 100644 index 4f0da578e5..0000000000 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeSessionRgbConversionCreateInfoValve.gen.cs +++ /dev/null @@ -1,74 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// Ported from the Vulkan headers and corresponding dependencies. -// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -namespace Silk.NET.Vulkan; - -[SupportedApiProfile("vulkan")] -public unsafe partial struct VideoEncodeSessionRgbConversionCreateInfoValve -{ - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public StructureType SType; - - [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public VideoEncodeRgbModelConversionFlagsValve RgbModel; - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public VideoEncodeRgbRangeCompressionFlagsValve RgbRange; - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public VideoEncodeRgbChromaOffsetFlagsValve XChromaOffset; - - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] - public VideoEncodeRgbChromaOffsetFlagsValve YChromaOffset; -} diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeTuningModeKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeTuningModeKHR.gen.cs index 76d79fb144..46ccbfd9ff 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeTuningModeKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeTuningModeKHR.gen.cs @@ -8,57 +8,11 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum VideoEncodeTuningModeKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - DefaultKHR = 0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - HighQualityKHR = 1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - LowLatencyKHR = 2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - UltraLowLatencyKHR = 3, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - LosslessKHR = 4, + Default = 0, + HighQuality = 1, + LowLatency = 2, + UltraLowLatency = 3, + Lossless = 4, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeUsageFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeUsageFlagsKHR.gen.cs index 88591f041c..36027e97cf 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeUsageFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeUsageFlagsKHR.gen.cs @@ -7,58 +7,12 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoEncodeUsageFlagsKHR : uint { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - DefaultKHR = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - TranscodingBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - StreamingBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - RecordingBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - ConferencingBitKHR = 0x8, + Default = 0x0, + TranscodingBit = 0x1, + StreamingBit = 0x2, + RecordingBit = 0x4, + ConferencingBit = 0x8, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeUsageInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeUsageInfoKHR.gen.cs index 5dc215b3b9..7384dcda57 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEncodeUsageInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEncodeUsageInfoKHR.gen.cs @@ -7,59 +7,17 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEncodeUsageInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("VkVideoEncodeUsageFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoEncodeUsageFlagsKHR VideoUsageHints; [NativeTypeName("VkVideoEncodeContentFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoEncodeContentFlagsKHR VideoContentHints; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public VideoEncodeTuningModeKHR TuningMode; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoEndCodingInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoEndCodingInfoKHR.gen.cs index 2efbd7ab5e..c44dad3249 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoEndCodingInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoEndCodingInfoKHR.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoEndCodingInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkVideoEndCodingFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint Flags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoFormatAV1QuantizationMapPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoFormatAV1QuantizationMapPropertiesKHR.gen.cs index d7384d48e3..e620edf3f2 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoFormatAV1QuantizationMapPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoFormatAV1QuantizationMapPropertiesKHR.gen.cs @@ -7,40 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoFormatAV1QuantizationMapPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkVideoEncodeAV1SuperblockSizeFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public VideoEncodeAV1SuperblockSizeFlagsKHR CompatibleSuperblockSizes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoFormatH265QuantizationMapPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoFormatH265QuantizationMapPropertiesKHR.gen.cs index c4046ab82a..36bd83de24 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoFormatH265QuantizationMapPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoFormatH265QuantizationMapPropertiesKHR.gen.cs @@ -7,40 +7,11 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoFormatH265QuantizationMapPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public void* PNext; [NativeTypeName("VkVideoEncodeH265CtbSizeFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265", "VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ], - RequireAll = true - )] public VideoEncodeH265CtbSizeFlagsKHR CompatibleCtbSizes; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoFormatPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoFormatPropertiesKHR.gen.cs index 252fa62cdb..fb9753c92e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoFormatPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoFormatPropertiesKHR.gen.cs @@ -7,64 +7,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoFormatPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public Format Format; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ComponentMapping ComponentMapping; [NativeTypeName("VkImageCreateFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ImageCreateFlags ImageCreateFlags; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ImageType ImageType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ImageTiling ImageTiling; [NativeTypeName("VkImageUsageFlags")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ImageUsageFlags ImageUsageFlags; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoFormatQuantizationMapPropertiesKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoFormatQuantizationMapPropertiesKHR.gen.cs index 0d237b0072..dbcb8bcdc0 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoFormatQuantizationMapPropertiesKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoFormatQuantizationMapPropertiesKHR.gen.cs @@ -7,36 +7,9 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoFormatQuantizationMapPropertiesKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public Extent2D QuantizationMapTexelSize; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoInlineQueryInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoInlineQueryInfoKHR.gen.cs index 94e59e23fc..1e4cc574db 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoInlineQueryInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoInlineQueryInfoKHR.gen.cs @@ -8,45 +8,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoInlineQueryInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public void* PNext; [NativeTypeName("VkQueryPool")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public QueryPoolHandle QueryPool; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public uint FirstQuery; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public uint QueryCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoPictureResourceInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoPictureResourceInfoKHR.gen.cs index f43c73e824..88e48e12f5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoPictureResourceInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoPictureResourceInfoKHR.gen.cs @@ -8,51 +8,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoPictureResourceInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public Offset2D CodedOffset; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public Extent2D CodedExtent; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint BaseArrayLayer; [NativeTypeName("VkImageView")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ImageViewHandle ImageViewBinding; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoProfileInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoProfileInfoKHR.gen.cs index c6adfbcf33..e9efaa70f3 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoProfileInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoProfileInfoKHR.gen.cs @@ -8,52 +8,20 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoProfileInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoCodecOperationFlagsKHR VideoCodecOperation; [NativeTypeName("VkVideoChromaSubsamplingFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoChromaSubsamplingFlagsKHR ChromaSubsampling; [NativeTypeName("VkVideoComponentBitDepthFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoComponentBitDepthFlagsKHR LumaBitDepth; [NativeTypeName("VkVideoComponentBitDepthFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoComponentBitDepthFlagsKHR ChromaBitDepth; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoProfileListInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoProfileListInfoKHR.gen.cs index e0369a03d8..6fe7c525b4 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoProfileListInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoProfileListInfoKHR.gen.cs @@ -8,37 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoProfileListInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint ProfileCount; [NativeTypeName("const VkVideoProfileInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoProfileInfoKHR* PProfiles; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoReferenceIntraRefreshInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoReferenceIntraRefreshInfoKHR.gen.cs index 18fa978768..bd871c984d 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoReferenceIntraRefreshInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoReferenceIntraRefreshInfoKHR.gen.cs @@ -8,29 +8,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoReferenceIntraRefreshInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public uint DirtyIntraRefreshRegions; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoReferenceSlotInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoReferenceSlotInfoKHR.gen.cs index 59a0bc835b..89c99047c1 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoReferenceSlotInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoReferenceSlotInfoKHR.gen.cs @@ -7,37 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoReferenceSlotInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("int32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public int SlotIndex; [NativeTypeName("const VkVideoPictureResourceInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoPictureResourceInfoKHR* PPictureResource; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoSessionCreateFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoSessionCreateFlagsKHR.gen.cs index 63e782a4de..6befa022bd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoSessionCreateFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoSessionCreateFlagsKHR.gen.cs @@ -7,62 +7,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoSessionCreateFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - ProtectedContentBitKHR = 0x1, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] - AllowEncodeParameterOptimizationsBitKHR = 0x2, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] - InlineQueriesBitKHR = 0x4, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] - AllowEncodeQuantizationDeltaMapBitKHR = 0x8, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] - AllowEncodeEmphasisMapBitKHR = 0x10, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue", "VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"], - RequireAll = true - )] - InlineSessionParametersBitKHR = 0x20, + ProtectedContentBit = 0x1, + AllowEncodeParameterOptimizationsBit = 0x2, + InlineQueriesBit = 0x4, + AllowEncodeQuantizationDeltaMapBit = 0x8, + AllowEncodeEmphasisMapBit = 0x10, + InlineSessionParametersBit = 0x20, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoSessionCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoSessionCreateInfoKHR.gen.cs index f664435468..807c82a757 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoSessionCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoSessionCreateInfoKHR.gen.cs @@ -8,90 +8,31 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoSessionCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint QueueFamilyIndex; [NativeTypeName("VkVideoSessionCreateFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoSessionCreateFlagsKHR Flags; [NativeTypeName("const VkVideoProfileInfoKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoProfileInfoKHR* PVideoProfile; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public Format PictureFormat; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public Extent2D MaxCodedExtent; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public Format ReferencePictureFormat; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint MaxDpbSlots; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint MaxActiveReferencePictures; [NativeTypeName("const VkExtensionProperties *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public ExtensionProperties* PStdHeaderVersion; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoSessionMemoryRequirementsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoSessionMemoryRequirementsKHR.gen.cs index 46066ef557..7a9c60fe59 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoSessionMemoryRequirementsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoSessionMemoryRequirementsKHR.gen.cs @@ -8,35 +8,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoSessionMemoryRequirementsKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint MemoryBindIndex; - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public MemoryRequirements MemoryRequirements; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoSessionParametersCreateFlagsKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoSessionParametersCreateFlagsKHR.gen.cs index 682d0b7847..98e30c3d43 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoSessionParametersCreateFlagsKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoSessionParametersCreateFlagsKHR.gen.cs @@ -7,20 +7,9 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] [Flags] public enum VideoSessionParametersCreateFlagsKHR : uint { None = 0x0, - - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] - QuantizationMapCompatibleBitKHR = 0x1, + QuantizationMapCompatibleBit = 0x1, } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoSessionParametersCreateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoSessionParametersCreateInfoKHR.gen.cs index b30454f0c9..6017bdf419 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoSessionParametersCreateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoSessionParametersCreateInfoKHR.gen.cs @@ -6,45 +6,19 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoSessionParametersCreateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("VkVideoSessionParametersCreateFlagsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public VideoSessionParametersCreateFlagsKHR Flags; [NativeTypeName("VkVideoSessionParametersKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - public VideoSessionParametersKHRHandle VideoSessionParametersTemplate; + public VideoSessionParametersHandleKHR VideoSessionParametersTemplate; [NativeTypeName("VkVideoSessionKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] - public VideoSessionKHRHandle VideoSession; + public VideoSessionHandleKHR VideoSession; } diff --git a/sources/Vulkan/Vulkan/Vulkan/VideoSessionParametersUpdateInfoKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VideoSessionParametersUpdateInfoKHR.gen.cs index 5865463592..4df5a9390c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/VideoSessionParametersUpdateInfoKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VideoSessionParametersUpdateInfoKHR.gen.cs @@ -7,29 +7,13 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct VideoSessionParametersUpdateInfoKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public uint UpdateSequenceCount; } diff --git a/sources/Vulkan/Vulkan/Vulkan/Viewport.gen.cs b/sources/Vulkan/Vulkan/Vulkan/Viewport.gen.cs index 4da9093d86..381733d469 100644 --- a/sources/Vulkan/Vulkan/Vulkan/Viewport.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/Viewport.gen.cs @@ -6,114 +6,12 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct Viewport { - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float X; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float Y; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float Width; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float Height; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float MinDepth; - - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public float MaxDepth; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ViewportCoordinateSwizzleNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ViewportCoordinateSwizzleNV.gen.cs index a2443d7caf..6d469f264e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ViewportCoordinateSwizzleNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ViewportCoordinateSwizzleNV.gen.cs @@ -8,31 +8,14 @@ namespace Silk.NET.Vulkan; -[NativeTypeName("unsigned int")] -[SupportedApiProfile("vulkan")] public enum ViewportCoordinateSwizzleNV : uint { - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] - PositiveXNV = 0, - - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] - NegativeXNV = 1, - - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] - PositiveYNV = 2, - - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] - NegativeYNV = 3, - - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] - PositiveZNV = 4, - - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] - NegativeZNV = 5, - - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] - PositiveWNV = 6, - - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] - NegativeWNV = 7, + PositiveX = 0, + NegativeX = 1, + PositiveY = 2, + NegativeY = 3, + PositiveZ = 4, + NegativeZ = 5, + PositiveW = 6, + NegativeW = 7, } diff --git a/sources/Vulkan/Vulkan/Vulkan/ViewportSwizzleNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ViewportSwizzleNV.gen.cs index 33009178a9..8f96b4ad76 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ViewportSwizzleNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ViewportSwizzleNV.gen.cs @@ -8,18 +8,10 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ViewportSwizzleNV { - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] public ViewportCoordinateSwizzleNV X; - - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] public ViewportCoordinateSwizzleNV Y; - - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] public ViewportCoordinateSwizzleNV Z; - - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] public ViewportCoordinateSwizzleNV W; } diff --git a/sources/Vulkan/Vulkan/Vulkan/ViewportWScalingNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/ViewportWScalingNV.gen.cs index e99991c0b3..69c45ed72f 100644 --- a/sources/Vulkan/Vulkan/Vulkan/ViewportWScalingNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/ViewportWScalingNV.gen.cs @@ -8,12 +8,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct ViewportWScalingNV { - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] public float Xcoeff; - - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] public float Ycoeff; } diff --git a/sources/Vulkan/Vulkan/Vulkan/Vk.gen.cs b/sources/Vulkan/Vulkan/Vulkan/Vk.gen.cs index a03faf2b99..50d3809679 100644 --- a/sources/Vulkan/Vulkan/Vulkan/Vk.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/Vk.gen.cs @@ -8,30 +8,18 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial class Vk : IVk, IVk.Static { public partial class DllImport : IVk.Static { [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkAcquireDrmDisplayEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] public static extern Result AcquireDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkAcquireNextImage2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public static extern Result AcquireNextImage2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAcquireNextImageInfoKHR *")] @@ -39,12 +27,6 @@ public static extern Result AcquireNextImage2KHR( [NativeTypeName("uint32_t *")] uint* pImageIndex ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] [MethodImpl( @@ -65,17 +47,15 @@ public static Result AcquireNextImage2KHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkAcquireNextImageKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public static extern Result AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, [NativeTypeName("uint32_t *")] uint* pImageIndex ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] [MethodImpl( @@ -83,7 +63,7 @@ public static extern Result AcquireNextImageKHR( )] public static Result AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, @@ -108,33 +88,31 @@ public static Result AcquireNextImageKHR( ExactSpelling = true, EntryPoint = "vkAcquirePerformanceConfigurationINTEL" )] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public static extern Result AcquirePerformanceConfigurationIntel( + public static extern Result AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - PerformanceConfigurationAcquireInfoIntel* pAcquireInfo, + PerformanceConfigurationAcquireInfoINTEL* pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - PerformanceConfigurationIntelHandle* pConfiguration + PerformanceConfigurationHandleINTEL* pConfiguration ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result AcquirePerformanceConfigurationIntel( + public static Result AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - Ref pAcquireInfo, + Ref pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - Ref pConfiguration + Ref pConfiguration ) { - fixed (PerformanceConfigurationIntelHandle* __dsl_pConfiguration = pConfiguration) - fixed (PerformanceConfigurationAcquireInfoIntel* __dsl_pAcquireInfo = pAcquireInfo) + fixed (PerformanceConfigurationHandleINTEL* __dsl_pConfiguration = pConfiguration) + fixed (PerformanceConfigurationAcquireInfoINTEL* __dsl_pAcquireInfo = pAcquireInfo) { - return (Result)AcquirePerformanceConfigurationIntel( + return (Result)AcquirePerformanceConfigurationINTEL( device, __dsl_pAcquireInfo, __dsl_pConfiguration @@ -143,28 +121,12 @@ Ref pConfiguration } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkAcquireProfilingLockKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public static extern Result AcquireProfilingLockKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAcquireProfilingLockInfoKHR *")] AcquireProfilingLockInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] [MethodImpl( @@ -183,32 +145,6 @@ Ref pInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkAllocateCommandBuffers")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result AllocateCommandBuffers( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCommandBufferAllocateInfo *")] @@ -216,32 +152,6 @@ public static extern Result AllocateCommandBuffers( [NativeTypeName("VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] [MethodImpl( @@ -266,27 +176,6 @@ public static Result AllocateCommandBuffers( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkAllocateDescriptorSets")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result AllocateDescriptorSets( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetAllocateInfo *")] @@ -294,27 +183,6 @@ public static extern Result AllocateDescriptorSets( [NativeTypeName("VkDescriptorSet *")] DescriptorSetHandle* pDescriptorSets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] [MethodImpl( @@ -339,32 +207,6 @@ public static Result AllocateDescriptorSets( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkAllocateMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result AllocateMemory( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMemoryAllocateInfo *")] MemoryAllocateInfo* pAllocateInfo, @@ -372,32 +214,6 @@ public static extern Result AllocateMemory( [NativeTypeName("VkDeviceMemory *")] DeviceMemoryHandle* pMemory ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] [MethodImpl( @@ -424,27 +240,11 @@ public static Result AllocateMemory( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkAntiLagUpdateAMD")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public static extern void AntiLagUpdateAMD( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAntiLagDataAMD *")] AntiLagDataAMD* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] [MethodImpl( @@ -462,63 +262,11 @@ public static void AntiLagUpdateAMD( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkBeginCommandBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result BeginCommandBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCommandBufferBeginInfo *")] CommandBufferBeginInfo* pBeginInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] [MethodImpl( @@ -541,14 +289,6 @@ Ref pBeginInfo ExactSpelling = true, EntryPoint = "vkBindAccelerationStructureMemoryNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static extern Result BindAccelerationStructureMemoryNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint bindInfoCount, @@ -556,14 +296,6 @@ public static extern Result BindAccelerationStructureMemoryNV( BindAccelerationStructureMemoryInfoNV* pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] [MethodImpl( @@ -587,32 +319,6 @@ Ref pBindInfos } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkBindBufferMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result BindBufferMemory( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -621,56 +327,12 @@ public static extern Result BindBufferMemory( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkBindBufferMemory2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern Result BindBufferMemory2( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint bindInfoCount, [NativeTypeName("const VkBindBufferMemoryInfo *")] BindBufferMemoryInfo* pBindInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] [MethodImpl( @@ -689,14 +351,12 @@ public static Result BindBufferMemory2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkBindBufferMemory2KHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] public static extern Result BindBufferMemory2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint bindInfoCount, [NativeTypeName("const VkBindBufferMemoryInfo *")] BindBufferMemoryInfo* pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] [MethodImpl( @@ -719,15 +379,6 @@ public static Result BindBufferMemory2KHR( ExactSpelling = true, EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] public static extern Result BindDataGraphPipelineSessionMemoryARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint bindInfoCount, @@ -735,15 +386,6 @@ public static extern Result BindDataGraphPipelineSessionMemoryARM( BindDataGraphPipelineSessionMemoryInfoARM* pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] [MethodImpl( @@ -767,32 +409,6 @@ Ref pBindInfos } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkBindImageMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result BindImageMemory( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkImage")] ImageHandle image, @@ -801,56 +417,12 @@ public static extern Result BindImageMemory( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkBindImageMemory2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern Result BindImageMemory2( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint bindInfoCount, [NativeTypeName("const VkBindImageMemoryInfo *")] BindImageMemoryInfo* pBindInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] [MethodImpl( @@ -869,14 +441,12 @@ public static Result BindImageMemory2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkBindImageMemory2KHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] public static extern Result BindImageMemory2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint bindInfoCount, [NativeTypeName("const VkBindImageMemoryInfo *")] BindImageMemoryInfo* pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] [MethodImpl( @@ -895,25 +465,15 @@ public static Result BindImageMemory2KHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkBindOpticalFlowSessionImageNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern Result BindOpticalFlowSessionImageNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, OpticalFlowSessionBindingPointNV bindingPoint, [NativeTypeName("VkImageView")] ImageViewHandle view, ImageLayout layout ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkBindTensorMemoryARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public static extern Result BindTensorMemoryARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint bindInfoCount, @@ -921,7 +481,6 @@ public static extern Result BindTensorMemoryARM( BindTensorMemoryInfoARM* pBindInfos ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] [MethodImpl( @@ -941,24 +500,14 @@ Ref pBindInfos } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkBindVideoSessionMemoryKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static extern Result BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] BindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] [MethodImpl( @@ -966,7 +515,7 @@ public static extern Result BindVideoSessionMemoryKHR( )] public static Result BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] Ref pBindSessionMemoryInfos @@ -987,17 +536,9 @@ Ref pBindSessionMemoryInfos } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkBuildAccelerationStructuresKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern Result BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] AccelerationStructureBuildGeometryInfoKHR* pInfos, @@ -1005,14 +546,6 @@ public static extern Result BuildAccelerationStructuresKHR( AccelerationStructureBuildRangeInfoKHR** ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] [MethodImpl( @@ -1020,7 +553,7 @@ public static extern Result BuildAccelerationStructuresKHR( )] public static Result BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] Ref pInfos, @@ -1044,29 +577,13 @@ Ref2D ppBuildRangeInfos } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkBuildMicromapsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern Result BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] [MethodImpl( @@ -1074,7 +591,7 @@ public static extern Result BuildMicromapsEXT( )] public static Result BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] Ref pInfos ) @@ -1095,28 +612,12 @@ public static Result BuildMicromapsEXT( ExactSpelling = true, EntryPoint = "vkCmdBeginConditionalRenderingEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public static extern void CmdBeginConditionalRenderingEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkConditionalRenderingBeginInfoEXT *")] ConditionalRenderingBeginInfoEXT* pConditionalRenderingBegin ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] [MethodImpl( @@ -1138,13 +639,11 @@ Ref pConditionalRenderingBegin } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static extern void CmdBeginDebugUtilsLabelEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] [MethodImpl( @@ -1162,28 +661,12 @@ public static void CmdBeginDebugUtilsLabelEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public static extern void CmdBeginPerTileExecutionQCOM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerTileBeginInfoQCOM *")] PerTileBeginInfoQCOM* pPerTileBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] [MethodImpl( @@ -1202,32 +685,6 @@ Ref pPerTileBeginInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBeginQuery")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdBeginQuery( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, @@ -1236,14 +693,6 @@ public static extern void CmdBeginQuery( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBeginQueryIndexedEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public static extern void CmdBeginQueryIndexedEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, @@ -1253,31 +702,11 @@ public static extern void CmdBeginQueryIndexedEXT( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBeginRendering")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdBeginRendering( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] [MethodImpl( @@ -1295,29 +724,11 @@ public static void CmdBeginRendering( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBeginRenderingKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static extern void CmdBeginRenderingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] [MethodImpl( @@ -1335,44 +746,12 @@ public static void CmdBeginRenderingKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBeginRenderPass")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdBeginRenderPass( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderPassBeginInfo *")] RenderPassBeginInfo* pRenderPassBegin, SubpassContents contents ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] [MethodImpl( @@ -1392,36 +771,12 @@ SubpassContents contents } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBeginRenderPass2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern void CmdBeginRenderPass2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderPassBeginInfo *")] RenderPassBeginInfo* pRenderPassBegin, [NativeTypeName("const VkSubpassBeginInfo *")] SubpassBeginInfo* pSubpassBeginInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] [MethodImpl( @@ -1442,22 +797,12 @@ public static void CmdBeginRenderPass2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBeginRenderPass2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] public static extern void CmdBeginRenderPass2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderPassBeginInfo *")] RenderPassBeginInfo* pRenderPassBegin, [NativeTypeName("const VkSubpassBeginInfo *")] SubpassBeginInfo* pSubpassBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] [MethodImpl( @@ -1482,14 +827,6 @@ public static void CmdBeginRenderPass2KHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBeginTransformFeedbackEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public static extern void CmdBeginTransformFeedbackEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstCounterBuffer, @@ -1498,14 +835,6 @@ public static extern void CmdBeginTransformFeedbackEXT( [NativeTypeName("const VkDeviceSize *")] ulong* pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] [MethodImpl( @@ -1533,22 +862,12 @@ public static void CmdBeginTransformFeedbackEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBeginVideoCodingKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static extern void CmdBeginVideoCodingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkVideoBeginCodingInfoKHR *")] VideoBeginCodingInfoKHR* pBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] [MethodImpl( @@ -1571,24 +890,12 @@ Ref pBeginInfo ExactSpelling = true, EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public static extern void CmdBindDescriptorBufferEmbeddedSamplers2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkBindDescriptorBufferEmbeddedSamplersInfoEXT *")] BindDescriptorBufferEmbeddedSamplersInfoEXT* pBindDescriptorBufferEmbeddedSamplersInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] [MethodImpl( @@ -1617,16 +924,6 @@ Ref pBindDescriptorBufferEmbeddedSa ExactSpelling = true, EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplersEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void CmdBindDescriptorBufferEmbeddedSamplersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PipelineBindPoint pipelineBindPoint, @@ -1635,16 +932,6 @@ public static extern void CmdBindDescriptorBufferEmbeddedSamplersEXT( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindDescriptorBuffersEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void CmdBindDescriptorBuffersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint bufferCount, @@ -1652,16 +939,6 @@ public static extern void CmdBindDescriptorBuffersEXT( DescriptorBufferBindingInfoEXT* pBindingInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl( @@ -1680,16 +957,6 @@ Ref pBindingInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] public static void CmdBindDescriptorBuffersEXT( @@ -1704,27 +971,6 @@ DescriptorBufferBindingInfoEXT pBindingInfos ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindDescriptorSets")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdBindDescriptorSets( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PipelineBindPoint pipelineBindPoint, @@ -1736,27 +982,6 @@ public static extern void CmdBindDescriptorSets( [NativeTypeName("const uint32_t *")] uint* pDynamicOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] [MethodImpl( @@ -1790,22 +1015,12 @@ public static void CmdBindDescriptorSets( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindDescriptorSets2")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public static extern void CmdBindDescriptorSets2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkBindDescriptorSetsInfo *")] BindDescriptorSetsInfo* pBindDescriptorSetsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] [MethodImpl( @@ -1824,14 +1039,12 @@ Ref pBindDescriptorSetsInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindDescriptorSets2KHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] public static extern void CmdBindDescriptorSets2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkBindDescriptorSetsInfo *")] BindDescriptorSetsInfo* pBindDescriptorSetsInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] [MethodImpl( @@ -1850,22 +1063,6 @@ Ref pBindDescriptorSetsInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindIndexBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdBindIndexBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -1874,11 +1071,6 @@ IndexType indexType ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindIndexBuffer2")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public static extern void CmdBindIndexBuffer2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -1888,11 +1080,6 @@ IndexType indexType ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindIndexBuffer2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] public static extern void CmdBindIndexBuffer2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -1902,42 +1089,13 @@ IndexType indexType ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindInvocationMaskHUAWEI")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] - public static extern void CmdBindInvocationMaskHuawei( + public static extern void CmdBindInvocationMaskHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImageView")] ImageViewHandle imageView, ImageLayout imageLayout ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindPipeline")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdBindPipeline( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PipelineBindPoint pipelineBindPoint, @@ -1945,11 +1103,6 @@ public static extern void CmdBindPipeline( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindPipelineShaderGroupNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public static extern void CmdBindPipelineShaderGroupNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PipelineBindPoint pipelineBindPoint, @@ -1958,31 +1111,13 @@ public static extern void CmdBindPipelineShaderGroupNV( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindShadersEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern void CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] ShaderStageFlags* pStages, - [NativeTypeName("const VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("const VkShaderEXT *")] ShaderHandleEXT* pShaders ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] [MethodImpl( @@ -1992,10 +1127,10 @@ public static void CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] Ref pStages, - [NativeTypeName("const VkShaderEXT *")] Ref pShaders + [NativeTypeName("const VkShaderEXT *")] Ref pShaders ) { - fixed (ShaderEXTHandle* __dsl_pShaders = pShaders) + fixed (ShaderHandleEXT* __dsl_pShaders = pShaders) fixed (ShaderStageFlags* __dsl_pStages = pStages) { CmdBindShadersEXT(commandBuffer, stageCount, __dsl_pStages, __dsl_pShaders); @@ -2003,14 +1138,6 @@ public static void CmdBindShadersEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindShadingRateImageNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public static extern void CmdBindShadingRateImageNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImageView")] ImageViewHandle imageView, @@ -2018,28 +1145,12 @@ ImageLayout imageLayout ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindTileMemoryQCOM")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public static extern void CmdBindTileMemoryQCOM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkTileMemoryBindInfoQCOM *")] TileMemoryBindInfoQCOM* pTileMemoryBindInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] [MethodImpl( @@ -2062,14 +1173,6 @@ Ref pTileMemoryBindInfo ExactSpelling = true, EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public static extern void CmdBindTransformFeedbackBuffersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstBinding, @@ -2079,14 +1182,6 @@ public static extern void CmdBindTransformFeedbackBuffersEXT( [NativeTypeName("const VkDeviceSize *")] ulong* pSizes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] [MethodImpl( @@ -2117,22 +1212,6 @@ public static void CmdBindTransformFeedbackBuffersEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindVertexBuffers")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdBindVertexBuffers( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstBinding, @@ -2141,22 +1220,6 @@ public static extern void CmdBindVertexBuffers( [NativeTypeName("const VkDeviceSize *")] ulong* pOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] [MethodImpl( @@ -2184,16 +1247,6 @@ public static void CmdBindVertexBuffers( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindVertexBuffers2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdBindVertexBuffers2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstBinding, @@ -2204,16 +1257,6 @@ public static extern void CmdBindVertexBuffers2( [NativeTypeName("const VkDeviceSize *")] ulong* pStrides ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] [MethodImpl( @@ -2247,14 +1290,6 @@ public static void CmdBindVertexBuffers2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBindVertexBuffers2EXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdBindVertexBuffers2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstBinding, @@ -2265,14 +1300,6 @@ public static extern void CmdBindVertexBuffers2EXT( [NativeTypeName("const VkDeviceSize *")] ulong* pStrides ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] [MethodImpl( @@ -2306,22 +1333,6 @@ public static void CmdBindVertexBuffers2EXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBlitImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdBlitImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImage")] ImageHandle srcImage, @@ -2333,22 +1344,6 @@ public static extern void CmdBlitImage( Filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl( @@ -2380,22 +1375,6 @@ Filter filter } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] public static void CmdBlitImage( @@ -2419,31 +1398,11 @@ Filter filter ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBlitImage2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdBlitImage2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkBlitImageInfo2 *")] BlitImageInfo2* pBlitImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] [MethodImpl( @@ -2461,27 +1420,11 @@ public static void CmdBlitImage2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBlitImage2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] public static extern void CmdBlitImage2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkBlitImageInfo2 *")] BlitImageInfo2* pBlitImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] [MethodImpl( @@ -2503,14 +1446,6 @@ public static void CmdBlitImage2KHR( ExactSpelling = true, EntryPoint = "vkCmdBuildAccelerationStructureNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static extern void CmdBuildAccelerationStructureNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureInfoNV *")] @@ -2518,20 +1453,12 @@ public static extern void CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] uint update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] [MethodImpl( @@ -2544,8 +1471,8 @@ public static void CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] MaybeBool update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ) @@ -2571,14 +1498,6 @@ public static void CmdBuildAccelerationStructureNV( ExactSpelling = true, EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern void CmdBuildAccelerationStructuresIndirectKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint infoCount, @@ -2589,14 +1508,6 @@ public static extern void CmdBuildAccelerationStructuresIndirectKHR( [NativeTypeName("const uint32_t *const *")] uint** ppMaxPrimitiveCounts ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] [MethodImpl( @@ -2633,14 +1544,6 @@ public static void CmdBuildAccelerationStructuresIndirectKHR( ExactSpelling = true, EntryPoint = "vkCmdBuildAccelerationStructuresKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern void CmdBuildAccelerationStructuresKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint infoCount, @@ -2650,14 +1553,6 @@ public static extern void CmdBuildAccelerationStructuresKHR( AccelerationStructureBuildRangeInfoKHR** ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] [MethodImpl( @@ -2691,22 +1586,12 @@ Ref2D ppBuildRangeInfos ExactSpelling = true, EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public static extern void CmdBuildClusterAccelerationStructureIndirectNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkClusterAccelerationStructureCommandsInfoNV *")] ClusterAccelerationStructureCommandsInfoNV* pCommandInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] [MethodImpl( @@ -2725,28 +1610,12 @@ Ref pCommandInfos } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdBuildMicromapsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern void CmdBuildMicromapsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl( @@ -2764,14 +1633,6 @@ public static void CmdBuildMicromapsEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] public static void CmdBuildMicromapsEXT( @@ -2784,22 +1645,12 @@ public static void CmdBuildMicromapsEXT( ExactSpelling = true, EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public static extern void CmdBuildPartitionedAccelerationStructuresNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkBuildPartitionedAccelerationStructureInfoNV *")] BuildPartitionedAccelerationStructureInfoNV* pBuildInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] [MethodImpl( @@ -2818,22 +1669,6 @@ Ref pBuildInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdClearAttachments")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdClearAttachments( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint attachmentCount, @@ -2842,22 +1677,6 @@ public static extern void CmdClearAttachments( [NativeTypeName("const VkClearRect *")] ClearRect* pRects ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] [MethodImpl( @@ -2885,27 +1704,6 @@ public static void CmdClearAttachments( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdClearColorImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdClearColorImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImage")] ImageHandle image, @@ -2915,27 +1713,6 @@ public static extern void CmdClearColorImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange* pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl( @@ -2964,27 +1741,6 @@ public static void CmdClearColorImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl( @@ -3012,22 +1768,6 @@ public static void CmdClearColorImage( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdClearDepthStencilImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdClearDepthStencilImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImage")] ImageHandle image, @@ -3038,22 +1778,6 @@ public static extern void CmdClearDepthStencilImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange* pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl( @@ -3083,22 +1807,6 @@ public static void CmdClearDepthStencilImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl( @@ -3127,22 +1835,12 @@ public static void CmdClearDepthStencilImage( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdControlVideoCodingKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static extern void CmdControlVideoCodingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkVideoCodingControlInfoKHR *")] VideoCodingControlInfoKHR* pCodingControlInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] [MethodImpl( @@ -3165,14 +1863,6 @@ Ref pCodingControlInfo ExactSpelling = true, EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public static extern void CmdConvertCooperativeVectorMatrixNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint infoCount, @@ -3180,14 +1870,6 @@ public static extern void CmdConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV* pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl( @@ -3206,14 +1888,6 @@ Ref pInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] public static void CmdConvertCooperativeVectorMatrixNV( @@ -3232,28 +1906,12 @@ ConvertCooperativeVectorMatrixInfoNV pInfos ExactSpelling = true, EntryPoint = "vkCmdCopyAccelerationStructureKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern void CmdCopyAccelerationStructureKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] CopyAccelerationStructureInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] [MethodImpl( @@ -3272,18 +1930,10 @@ Ref pInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyAccelerationStructureNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static extern void CmdCopyAccelerationStructureNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, CopyAccelerationStructureModeKHR mode ); @@ -3292,28 +1942,12 @@ CopyAccelerationStructureModeKHR mode ExactSpelling = true, EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern void CmdCopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] CopyAccelerationStructureToMemoryInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] [MethodImpl( @@ -3332,32 +1966,6 @@ Ref pInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdCopyBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle srcBuffer, @@ -3366,32 +1974,6 @@ public static extern void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] BufferCopy* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl( @@ -3411,32 +1993,6 @@ public static void CmdCopyBuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] public static void CmdCopyBuffer( @@ -3447,39 +2003,11 @@ public static void CmdCopyBuffer( ) => CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer, 1, (BufferCopy*)&pRegions); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyBuffer2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdCopyBuffer2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyBufferInfo2 *")] CopyBufferInfo2* pCopyBufferInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] [MethodImpl( @@ -3497,27 +2025,11 @@ public static void CmdCopyBuffer2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyBuffer2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] public static extern void CmdCopyBuffer2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyBufferInfo2 *")] CopyBufferInfo2* pCopyBufferInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] [MethodImpl( @@ -3535,32 +2047,6 @@ public static void CmdCopyBuffer2KHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyBufferToImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdCopyBufferToImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle srcBuffer, @@ -3570,32 +2056,6 @@ public static extern void CmdCopyBufferToImage( [NativeTypeName("const VkBufferImageCopy *")] BufferImageCopy* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl( @@ -3623,32 +2083,6 @@ public static void CmdCopyBufferToImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] public static void CmdCopyBufferToImage( @@ -3668,40 +2102,12 @@ public static void CmdCopyBufferToImage( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyBufferToImage2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdCopyBufferToImage2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyBufferToImageInfo2 *")] CopyBufferToImageInfo2* pCopyBufferToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] [MethodImpl( @@ -3720,28 +2126,12 @@ Ref pCopyBufferToImageInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyBufferToImage2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] public static extern void CmdCopyBufferToImage2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyBufferToImageInfo2 *")] CopyBufferToImageInfo2* pCopyBufferToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] [MethodImpl( @@ -3760,32 +2150,6 @@ Ref pCopyBufferToImageInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdCopyImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImage")] ImageHandle srcImage, @@ -3796,32 +2160,6 @@ public static extern void CmdCopyImage( [NativeTypeName("const VkImageCopy *")] ImageCopy* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl( @@ -3851,32 +2189,6 @@ public static void CmdCopyImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] public static void CmdCopyImage( @@ -3898,39 +2210,11 @@ public static void CmdCopyImage( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyImage2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdCopyImage2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyImageInfo2 *")] CopyImageInfo2* pCopyImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] [MethodImpl( @@ -3948,27 +2232,11 @@ public static void CmdCopyImage2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyImage2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] public static extern void CmdCopyImage2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyImageInfo2 *")] CopyImageInfo2* pCopyImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] [MethodImpl( @@ -3986,32 +2254,6 @@ public static void CmdCopyImage2KHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyImageToBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdCopyImageToBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImage")] ImageHandle srcImage, @@ -4021,32 +2263,6 @@ public static extern void CmdCopyImageToBuffer( [NativeTypeName("const VkBufferImageCopy *")] BufferImageCopy* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl( @@ -4074,32 +2290,6 @@ public static void CmdCopyImageToBuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] public static void CmdCopyImageToBuffer( @@ -4119,40 +2309,12 @@ public static void CmdCopyImageToBuffer( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyImageToBuffer2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdCopyImageToBuffer2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyImageToBufferInfo2 *")] CopyImageToBufferInfo2* pCopyImageToBufferInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] [MethodImpl( @@ -4171,28 +2333,12 @@ Ref pCopyImageToBufferInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyImageToBuffer2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] public static extern void CmdCopyImageToBuffer2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyImageToBufferInfo2 *")] CopyImageToBufferInfo2* pCopyImageToBufferInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] [MethodImpl( @@ -4211,28 +2357,12 @@ Ref pCopyImageToBufferInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyMemoryIndirectKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public static extern void CmdCopyMemoryIndirectKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyMemoryIndirectInfoKHR *")] CopyMemoryIndirectInfoKHR* pCopyMemoryIndirectInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] [MethodImpl( @@ -4253,15 +2383,6 @@ Ref pCopyMemoryIndirectInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyMemoryIndirectNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static extern void CmdCopyMemoryIndirectNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDeviceAddress")] ulong copyBufferAddress, @@ -4274,28 +2395,12 @@ public static extern void CmdCopyMemoryIndirectNV( ExactSpelling = true, EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern void CmdCopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] CopyMemoryToAccelerationStructureInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] [MethodImpl( @@ -4318,28 +2423,12 @@ Ref pInfo ExactSpelling = true, EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public static extern void CmdCopyMemoryToImageIndirectKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyMemoryToImageIndirectInfoKHR *")] CopyMemoryToImageIndirectInfoKHR* pCopyMemoryToImageIndirectInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] [MethodImpl( @@ -4364,15 +2453,6 @@ Ref pCopyMemoryToImageIndirectInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static extern void CmdCopyMemoryToImageIndirectNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDeviceAddress")] ulong copyBufferAddress, @@ -4384,15 +2464,6 @@ public static extern void CmdCopyMemoryToImageIndirectNV( ImageSubresourceLayers* pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl( @@ -4423,15 +2494,6 @@ Ref pImageSubresources } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] public static void CmdCopyMemoryToImageIndirectNV( @@ -4454,28 +2516,12 @@ ImageSubresourceLayers pImageSubresources ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern void CmdCopyMemoryToMicromapEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] CopyMemoryToMicromapInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] [MethodImpl( @@ -4494,27 +2540,11 @@ Ref pInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyMicromapEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern void CmdCopyMicromapEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] [MethodImpl( @@ -4532,28 +2562,12 @@ public static void CmdCopyMicromapEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern void CmdCopyMicromapToMemoryEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] CopyMicromapToMemoryInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] [MethodImpl( @@ -4572,32 +2586,6 @@ Ref pInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyQueryPoolResults")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdCopyQueryPoolResults( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, @@ -4610,13 +2598,11 @@ public static extern void CmdCopyQueryPoolResults( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCopyTensorARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public static extern void CmdCopyTensorARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCopyTensorInfoARM *")] CopyTensorInfoARM* pCopyTensorInfo ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] [MethodImpl( @@ -4634,13 +2620,11 @@ public static void CmdCopyTensorARM( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdCuLaunchKernelNVX")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public static extern void CmdCuLaunchKernelNVX( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkCuLaunchInfoNVX *")] CuLaunchInfoNVX* pLaunchInfo ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] [MethodImpl( @@ -4658,22 +2642,12 @@ public static void CmdCuLaunchKernelNVX( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDebugMarkerBeginEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] public static extern void CmdDebugMarkerBeginEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDebugMarkerMarkerInfoEXT *")] DebugMarkerMarkerInfoEXT* pMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] [MethodImpl( @@ -4692,32 +2666,17 @@ Ref pMarkerInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDebugMarkerEndEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] public static extern void CmdDebugMarkerEndEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDebugMarkerInsertEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] public static extern void CmdDebugMarkerInsertEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDebugMarkerMarkerInfoEXT *")] DebugMarkerMarkerInfoEXT* pMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] [MethodImpl( @@ -4736,27 +2695,11 @@ Ref pMarkerInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDecodeVideoKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public static extern void CmdDecodeVideoKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkVideoDecodeInfoKHR *")] VideoDecodeInfoKHR* pDecodeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] [MethodImpl( @@ -4774,22 +2717,12 @@ public static void CmdDecodeVideoKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDecompressMemoryEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public static extern void CmdDecompressMemoryEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDecompressMemoryInfoEXT *")] DecompressMemoryInfoEXT* pDecompressMemoryInfoEXT ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] [MethodImpl( @@ -4814,11 +2747,6 @@ Ref pDecompressMemoryInfoEXT ExactSpelling = true, EntryPoint = "vkCmdDecompressMemoryIndirectCountEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public static extern void CmdDecompressMemoryIndirectCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkMemoryDecompressionMethodFlagsEXT")] @@ -4834,15 +2762,6 @@ public static extern void CmdDecompressMemoryIndirectCountEXT( ExactSpelling = true, EntryPoint = "vkCmdDecompressMemoryIndirectCountNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static extern void CmdDecompressMemoryIndirectCountNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDeviceAddress")] ulong indirectCommandsAddress, @@ -4851,15 +2770,6 @@ public static extern void CmdDecompressMemoryIndirectCountNV( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDecompressMemoryNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static extern void CmdDecompressMemoryNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint decompressRegionCount, @@ -4867,15 +2777,6 @@ public static extern void CmdDecompressMemoryNV( DecompressMemoryRegionNV* pDecompressMemoryRegions ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl( @@ -4900,15 +2801,6 @@ Ref pDecompressMemoryRegions } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] public static void CmdDecompressMemoryNV( @@ -4923,27 +2815,6 @@ DecompressMemoryRegionNV pDecompressMemoryRegions ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDispatch")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdDispatch( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint groupCountX, @@ -4952,24 +2823,6 @@ public static extern void CmdDispatch( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDispatchBase")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void CmdDispatchBase( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint baseGroupX, @@ -4981,11 +2834,6 @@ public static extern void CmdDispatchBase( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDispatchBaseKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] public static extern void CmdDispatchBaseKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint baseGroupX, @@ -4997,32 +2845,14 @@ public static extern void CmdDispatchBaseKHR( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDispatchDataGraphARM")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] public static extern void CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] DataGraphPipelineDispatchInfoARM* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] [MethodImpl( @@ -5031,7 +2861,7 @@ public static extern void CmdDispatchDataGraphARM( public static void CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] Ref pInfo ) @@ -5043,27 +2873,6 @@ Ref pInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDispatchIndirect")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdDispatchIndirect( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5071,28 +2880,12 @@ public static extern void CmdDispatchIndirect( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDispatchTileQCOM")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public static extern void CmdDispatchTileQCOM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDispatchTileInfoQCOM *")] DispatchTileInfoQCOM* pDispatchTileInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] [MethodImpl( @@ -5111,22 +2904,6 @@ Ref pDispatchTileInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDraw")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdDraw( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint vertexCount, @@ -5136,15 +2913,7 @@ public static extern void CmdDraw( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawClusterHUAWEI")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public static extern void CmdDrawClusterHuawei( + public static extern void CmdDrawClusterHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint groupCountX, [NativeTypeName("uint32_t")] uint groupCountY, @@ -5152,37 +2921,13 @@ public static extern void CmdDrawClusterHuawei( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawClusterIndirectHUAWEI")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] - public static extern void CmdDrawClusterIndirectHuawei( + public static extern void CmdDrawClusterIndirectHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, [NativeTypeName("VkDeviceSize")] ulong offset ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawIndexed")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdDrawIndexed( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint indexCount, @@ -5193,22 +2938,6 @@ public static extern void CmdDrawIndexed( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawIndexedIndirect")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdDrawIndexedIndirect( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5218,18 +2947,6 @@ public static extern void CmdDrawIndexedIndirect( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawIndexedIndirectCount")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern void CmdDrawIndexedIndirectCount( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5241,7 +2958,6 @@ public static extern void CmdDrawIndexedIndirectCount( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawIndexedIndirectCountAMD")] - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] public static extern void CmdDrawIndexedIndirectCountAMD( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5253,7 +2969,6 @@ public static extern void CmdDrawIndexedIndirectCountAMD( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawIndexedIndirectCountKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] public static extern void CmdDrawIndexedIndirectCountKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5265,22 +2980,6 @@ public static extern void CmdDrawIndexedIndirectCountKHR( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawIndirect")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdDrawIndirect( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5290,14 +2989,6 @@ public static extern void CmdDrawIndirect( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawIndirectByteCountEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public static extern void CmdDrawIndirectByteCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint instanceCount, @@ -5309,18 +3000,6 @@ public static extern void CmdDrawIndirectByteCountEXT( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawIndirectCount")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern void CmdDrawIndirectCount( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5332,7 +3011,6 @@ public static extern void CmdDrawIndirectCount( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawIndirectCountAMD")] - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] public static extern void CmdDrawIndirectCountAMD( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5344,7 +3022,6 @@ public static extern void CmdDrawIndirectCountAMD( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawIndirectCountKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] public static extern void CmdDrawIndirectCountKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5356,14 +3033,6 @@ public static extern void CmdDrawIndirectCountKHR( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawMeshTasksEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = [ - "VK_EXT_mesh_shader+VK_KHR_spirv_1_4", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ] - )] public static extern void CmdDrawMeshTasksEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint groupCountX, @@ -5376,18 +3045,6 @@ public static extern void CmdDrawMeshTasksEXT( ExactSpelling = true, EntryPoint = "vkCmdDrawMeshTasksIndirectCountEXT" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_mesh_shader+VK_AMD_draw_indirect_count", - "VK_EXT_mesh_shader+VK_KHR_draw_indirect_count", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = [ - "VK_EXT_mesh_shader+VK_KHR_spirv_1_4", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ] - )] public static extern void CmdDrawMeshTasksIndirectCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5403,18 +3060,6 @@ public static extern void CmdDrawMeshTasksIndirectCountEXT( ExactSpelling = true, EntryPoint = "vkCmdDrawMeshTasksIndirectCountNV" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_mesh_shader+VK_AMD_draw_indirect_count", - "VK_NV_mesh_shader+VK_KHR_draw_indirect_count", - "VK_NV_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public static extern void CmdDrawMeshTasksIndirectCountNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5426,14 +3071,6 @@ public static extern void CmdDrawMeshTasksIndirectCountNV( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawMeshTasksIndirectEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = [ - "VK_EXT_mesh_shader+VK_KHR_spirv_1_4", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ] - )] public static extern void CmdDrawMeshTasksIndirectEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5443,14 +3080,6 @@ public static extern void CmdDrawMeshTasksIndirectEXT( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawMeshTasksIndirectNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public static extern void CmdDrawMeshTasksIndirectNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, @@ -5460,14 +3089,6 @@ public static extern void CmdDrawMeshTasksIndirectNV( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawMeshTasksNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public static extern void CmdDrawMeshTasksNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint taskCount, @@ -5475,14 +3096,6 @@ public static extern void CmdDrawMeshTasksNV( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawMultiEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public static extern void CmdDrawMultiEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint drawCount, @@ -5492,14 +3105,6 @@ public static extern void CmdDrawMultiEXT( [NativeTypeName("uint32_t")] uint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl( @@ -5527,14 +3132,6 @@ public static void CmdDrawMultiEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] public static void CmdDrawMultiEXT( @@ -5554,14 +3151,6 @@ public static void CmdDrawMultiEXT( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdDrawMultiIndexedEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public static extern void CmdDrawMultiIndexedEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint drawCount, @@ -5573,14 +3162,6 @@ public static extern void CmdDrawMultiIndexedEXT( [NativeTypeName("const int32_t *")] int* pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl( @@ -5612,14 +3193,6 @@ public static void CmdDrawMultiIndexedEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl( @@ -5650,27 +3223,11 @@ public static void CmdDrawMultiIndexedEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEncodeVideoKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public static extern void CmdEncodeVideoKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkVideoEncodeInfoKHR *")] VideoEncodeInfoKHR* pEncodeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] [MethodImpl( @@ -5688,46 +3245,21 @@ public static void CmdEncodeVideoKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndConditionalRenderingEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public static extern void CmdEndConditionalRenderingEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndDebugUtilsLabelEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static extern void CmdEndDebugUtilsLabelEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndPerTileExecutionQCOM")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public static extern void CmdEndPerTileExecutionQCOM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerTileEndInfoQCOM *")] PerTileEndInfoQCOM* pPerTileEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] [MethodImpl( @@ -5745,32 +3277,6 @@ public static void CmdEndPerTileExecutionQCOM( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndQuery")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdEndQuery( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, @@ -5778,14 +3284,6 @@ public static extern void CmdEndQuery( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndQueryIndexedEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public static extern void CmdEndQueryIndexedEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, @@ -5794,54 +3292,16 @@ public static extern void CmdEndQueryIndexedEXT( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndRendering")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdEndRendering( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndRendering2EXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] public static extern void CmdEndRendering2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingEndInfoKHR *")] RenderingEndInfoKHR* pRenderingEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] [MethodImpl( @@ -5860,27 +3320,11 @@ Ref pRenderingEndInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndRendering2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public static extern void CmdEndRendering2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingEndInfoKHR *")] RenderingEndInfoKHR* pRenderingEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] [MethodImpl( @@ -5899,70 +3343,21 @@ Ref pRenderingEndInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndRenderingKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static extern void CmdEndRenderingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndRenderPass")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdEndRenderPass( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndRenderPass2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern void CmdEndRenderPass2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] [MethodImpl( @@ -5980,21 +3375,11 @@ public static void CmdEndRenderPass2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndRenderPass2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] public static extern void CmdEndRenderPass2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] [MethodImpl( @@ -6012,14 +3397,6 @@ public static void CmdEndRenderPass2KHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndTransformFeedbackEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public static extern void CmdEndTransformFeedbackEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstCounterBuffer, @@ -6028,14 +3405,6 @@ public static extern void CmdEndTransformFeedbackEXT( [NativeTypeName("const VkDeviceSize *")] ulong* pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] [MethodImpl( @@ -6063,22 +3432,12 @@ public static void CmdEndTransformFeedbackEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdEndVideoCodingKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static extern void CmdEndVideoCodingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkVideoEndCodingInfoKHR *")] VideoEndCodingInfoKHR* pEndCodingInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] [MethodImpl( @@ -6096,32 +3455,6 @@ Ref pEndCodingInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] public static void CmdExecuteCommand( @@ -6130,64 +3463,12 @@ public static void CmdExecuteCommand( ) => CmdExecuteCommands(commandBuffer, 1, (CommandBufferHandle*)&pCommandBuffers); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdExecuteCommands")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdExecuteCommands( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint commandBufferCount, [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl( @@ -6206,15 +3487,6 @@ public static void CmdExecuteCommands( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void CmdExecuteGeneratedCommandsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint isPreprocessed, @@ -6222,15 +3494,6 @@ public static extern void CmdExecuteGeneratedCommandsEXT( GeneratedCommandsInfoEXT* pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] [MethodImpl( @@ -6254,11 +3517,6 @@ Ref pGeneratedCommandsInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public static extern void CmdExecuteGeneratedCommandsNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint isPreprocessed, @@ -6266,11 +3524,6 @@ public static extern void CmdExecuteGeneratedCommandsNV( GeneratedCommandsInfoNV* pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] [MethodImpl( @@ -6294,32 +3547,6 @@ Ref pGeneratedCommandsInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdFillBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdFillBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle dstBuffer, @@ -6329,13 +3556,11 @@ public static extern void CmdFillBuffer( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static extern void CmdInsertDebugUtilsLabelEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] [MethodImpl( @@ -6353,58 +3578,18 @@ public static void CmdInsertDebugUtilsLabelEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdNextSubpass")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdNextSubpass( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, SubpassContents contents ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdNextSubpass2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern void CmdNextSubpass2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkSubpassBeginInfo *")] SubpassBeginInfo* pSubpassBeginInfo, [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] [MethodImpl( @@ -6424,22 +3609,12 @@ public static void CmdNextSubpass2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdNextSubpass2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] public static extern void CmdNextSubpass2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkSubpassBeginInfo *")] SubpassBeginInfo* pSubpassBeginInfo, [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] [MethodImpl( @@ -6459,31 +3634,13 @@ public static void CmdNextSubpass2KHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdOpticalFlowExecuteNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern void CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] OpticalFlowExecuteInfoNV* pExecuteInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] [MethodImpl( @@ -6491,7 +3648,7 @@ public static extern void CmdOpticalFlowExecuteNV( )] public static void CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] Ref pExecuteInfo ) @@ -6503,32 +3660,6 @@ Ref pExecuteInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdPipelineBarrier")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdPipelineBarrier( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkPipelineStageFlags")] PipelineStageFlags srcStageMask, @@ -6544,32 +3675,6 @@ public static extern void CmdPipelineBarrier( ImageMemoryBarrier* pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] [MethodImpl( @@ -6610,39 +3715,11 @@ Ref pImageMemoryBarriers } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdPipelineBarrier2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdPipelineBarrier2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] [MethodImpl( @@ -6660,27 +3737,11 @@ public static void CmdPipelineBarrier2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdPipelineBarrier2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] public static extern void CmdPipelineBarrier2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] [MethodImpl( @@ -6702,15 +3763,6 @@ public static void CmdPipelineBarrier2KHR( ExactSpelling = true, EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void CmdPreprocessGeneratedCommandsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkGeneratedCommandsInfoEXT *")] @@ -6718,15 +3770,6 @@ public static extern void CmdPreprocessGeneratedCommandsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle stateCommandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] [MethodImpl( @@ -6754,22 +3797,12 @@ public static void CmdPreprocessGeneratedCommandsEXT( ExactSpelling = true, EntryPoint = "vkCmdPreprocessGeneratedCommandsNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public static extern void CmdPreprocessGeneratedCommandsNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkGeneratedCommandsInfoNV *")] GeneratedCommandsInfoNV* pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] [MethodImpl( @@ -6788,27 +3821,6 @@ Ref pGeneratedCommandsInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdPushConstants")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdPushConstants( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkPipelineLayout")] PipelineLayoutHandle layout, @@ -6818,27 +3830,6 @@ public static extern void CmdPushConstants( [NativeTypeName("const void *")] void* pValues ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] [MethodImpl( @@ -6860,21 +3851,11 @@ public static void CmdPushConstants( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdPushConstants2")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public static extern void CmdPushConstants2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPushConstantsInfo *")] PushConstantsInfo* pPushConstantsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] [MethodImpl( @@ -6893,13 +3874,11 @@ Ref pPushConstantsInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdPushConstants2KHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] public static extern void CmdPushConstants2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPushConstantsInfo *")] PushConstantsInfo* pPushConstantsInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] [MethodImpl( @@ -6918,11 +3897,6 @@ Ref pPushConstantsInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdPushDescriptorSet")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public static extern void CmdPushDescriptorSet( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PipelineBindPoint pipelineBindPoint, @@ -6932,11 +3906,6 @@ public static extern void CmdPushDescriptorSet( [NativeTypeName("const VkWriteDescriptorSet *")] WriteDescriptorSet* pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl( @@ -6965,11 +3934,6 @@ Ref pDescriptorWrites } } - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] public static void CmdPushDescriptorSet( @@ -6989,22 +3953,12 @@ public static void CmdPushDescriptorSet( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdPushDescriptorSet2")] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public static extern void CmdPushDescriptorSet2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPushDescriptorSetInfo *")] PushDescriptorSetInfo* pPushDescriptorSetInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] [MethodImpl( @@ -7023,24 +3977,12 @@ Ref pPushDescriptorSetInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdPushDescriptorSet2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public static extern void CmdPushDescriptorSet2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPushDescriptorSetInfo *")] PushDescriptorSetInfo* pPushDescriptorSetInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] [MethodImpl( @@ -7059,14 +4001,6 @@ Ref pPushDescriptorSetInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdPushDescriptorSetKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] public static extern void CmdPushDescriptorSetKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PipelineBindPoint pipelineBindPoint, @@ -7076,14 +4010,6 @@ public static extern void CmdPushDescriptorSetKHR( [NativeTypeName("const VkWriteDescriptorSet *")] WriteDescriptorSet* pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl( @@ -7112,14 +4038,6 @@ Ref pDescriptorWrites } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] public static void CmdPushDescriptorSetKHR( @@ -7143,11 +4061,6 @@ public static void CmdPushDescriptorSetKHR( ExactSpelling = true, EntryPoint = "vkCmdPushDescriptorSetWithTemplate" )] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public static extern void CmdPushDescriptorSetWithTemplate( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDescriptorUpdateTemplate")] @@ -7157,11 +4070,6 @@ public static extern void CmdPushDescriptorSetWithTemplate( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] [MethodImpl( @@ -7193,22 +4101,12 @@ public static void CmdPushDescriptorSetWithTemplate( ExactSpelling = true, EntryPoint = "vkCmdPushDescriptorSetWithTemplate2" )] - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public static extern void CmdPushDescriptorSetWithTemplate2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPushDescriptorSetWithTemplateInfo *")] PushDescriptorSetWithTemplateInfo* pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] [MethodImpl( @@ -7237,24 +4135,12 @@ Ref pPushDescriptorSetWithTemplateInfo ExactSpelling = true, EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public static extern void CmdPushDescriptorSetWithTemplate2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPushDescriptorSetWithTemplateInfo *")] PushDescriptorSetWithTemplateInfo* pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] [MethodImpl( @@ -7283,17 +4169,6 @@ Ref pPushDescriptorSetWithTemplateInfo ExactSpelling = true, EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] public static extern void CmdPushDescriptorSetWithTemplateKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDescriptorUpdateTemplate")] @@ -7303,17 +4178,6 @@ public static extern void CmdPushDescriptorSetWithTemplateKHR( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] [MethodImpl( @@ -7341,27 +4205,6 @@ public static void CmdPushDescriptorSetWithTemplateKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdResetEvent")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdResetEvent( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkEvent")] EventHandle @event, @@ -7369,18 +4212,6 @@ public static extern void CmdResetEvent( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdResetEvent2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdResetEvent2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkEvent")] EventHandle @event, @@ -7388,14 +4219,6 @@ public static extern void CmdResetEvent2( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdResetEvent2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] public static extern void CmdResetEvent2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkEvent")] EventHandle @event, @@ -7403,32 +4226,6 @@ public static extern void CmdResetEvent2KHR( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdResetQueryPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdResetQueryPool( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, @@ -7437,22 +4234,6 @@ public static extern void CmdResetQueryPool( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdResolveImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdResolveImage( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImage")] ImageHandle srcImage, @@ -7463,22 +4244,6 @@ public static extern void CmdResolveImage( [NativeTypeName("const VkImageResolve *")] ImageResolve* pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl( @@ -7508,22 +4273,6 @@ public static void CmdResolveImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] public static void CmdResolveImage( @@ -7545,31 +4294,11 @@ public static void CmdResolveImage( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdResolveImage2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdResolveImage2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkResolveImageInfo2 *")] ResolveImageInfo2* pResolveImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] [MethodImpl( @@ -7587,27 +4316,11 @@ public static void CmdResolveImage2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdResolveImage2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] public static extern void CmdResolveImage2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkResolveImageInfo2 *")] ResolveImageInfo2* pResolveImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] [MethodImpl( @@ -7625,27 +4338,11 @@ public static void CmdResolveImage2KHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public static extern void CmdSetAlphaToCoverageEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint alphaToCoverageEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] public static void CmdSetAlphaToCoverageEnableEXT( @@ -7654,27 +4351,11 @@ public static void CmdSetAlphaToCoverageEnableEXT( ) => CmdSetAlphaToCoverageEnableEXT(commandBuffer, (uint)alphaToCoverageEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public static extern void CmdSetAlphaToOneEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint alphaToOneEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] public static void CmdSetAlphaToOneEnableEXT( @@ -7687,57 +4368,17 @@ public static void CmdSetAlphaToOneEnableEXT( ExactSpelling = true, EntryPoint = "vkCmdSetAttachmentFeedbackLoopEnableEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] public static extern void CmdSetAttachmentFeedbackLoopEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImageAspectFlags")] ImageAspectFlags aspectMask ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetBlendConstants")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdSetBlendConstants( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const float[4]")] float* blendConstants ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] [MethodImpl( @@ -7755,27 +4396,11 @@ public static void CmdSetBlendConstants( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetCheckpointNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public static extern void CmdSetCheckpointNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const void *")] void* pCheckpointMarker ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] [MethodImpl( @@ -7793,14 +4418,6 @@ public static void CmdSetCheckpointNV( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetCoarseSampleOrderNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public static extern void CmdSetCoarseSampleOrderNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CoarseSampleOrderTypeNV sampleOrderType, @@ -7809,14 +4426,6 @@ public static extern void CmdSetCoarseSampleOrderNV( CoarseSampleOrderCustomNV* pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl( @@ -7841,14 +4450,6 @@ Ref pCustomSampleOrders } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] public static void CmdSetCoarseSampleOrderNV( @@ -7865,15 +4466,6 @@ CoarseSampleOrderCustomNV pCustomSampleOrders ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetColorBlendAdvancedEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstAttachment, @@ -7882,15 +4474,6 @@ public static extern void CmdSetColorBlendAdvancedEXT( ColorBlendAdvancedEXT* pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl( @@ -7915,15 +4498,6 @@ Ref pColorBlendAdvanced } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] public static void CmdSetColorBlendAdvancedEXT( @@ -7940,14 +4514,6 @@ ColorBlendAdvancedEXT pColorBlendAdvanced ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetColorBlendEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public static extern void CmdSetColorBlendEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstAttachment, @@ -7955,14 +4521,6 @@ public static extern void CmdSetColorBlendEnableEXT( [NativeTypeName("const VkBool32 *")] uint* pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl( @@ -7986,14 +4544,6 @@ public static void CmdSetColorBlendEnableEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] public static void CmdSetColorBlendEnableEXT( @@ -8009,14 +4559,6 @@ public static void CmdSetColorBlendEnableEXT( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetColorBlendEquationEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public static extern void CmdSetColorBlendEquationEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstAttachment, @@ -8025,14 +4567,6 @@ public static extern void CmdSetColorBlendEquationEXT( ColorBlendEquationEXT* pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl( @@ -8057,14 +4591,6 @@ Ref pColorBlendEquations } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] public static void CmdSetColorBlendEquationEXT( @@ -8081,28 +4607,12 @@ ColorBlendEquationEXT pColorBlendEquations ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetColorWriteEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] public static extern void CmdSetColorWriteEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint attachmentCount, [NativeTypeName("const VkBool32 *")] uint* pColorWriteEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl( @@ -8120,14 +4630,6 @@ public static void CmdSetColorWriteEnableEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] public static void CmdSetColorWriteEnableEXT( @@ -8136,14 +4638,6 @@ public static void CmdSetColorWriteEnableEXT( ) => CmdSetColorWriteEnableEXT(commandBuffer, 1, (uint*)&pColorWriteEnables); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetColorWriteMaskEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public static extern void CmdSetColorWriteMaskEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstAttachment, @@ -8151,14 +4645,6 @@ public static extern void CmdSetColorWriteMaskEXT( [NativeTypeName("const VkColorComponentFlags *")] ColorComponentFlags* pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl( @@ -8183,14 +4669,6 @@ Ref pColorWriteMasks } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] public static void CmdSetColorWriteMaskEXT( @@ -8210,30 +4688,12 @@ public static void CmdSetColorWriteMaskEXT( ExactSpelling = true, EntryPoint = "vkCmdSetConservativeRasterizationModeEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetConservativeRasterizationModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, ConservativeRasterizationModeEXT conservativeRasterizationMode ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetCoverageModulationModeNV")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetCoverageModulationModeNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CoverageModulationModeNV coverageModulationMode @@ -8244,29 +4704,11 @@ CoverageModulationModeNV coverageModulationMode ExactSpelling = true, EntryPoint = "vkCmdSetCoverageModulationTableEnableNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetCoverageModulationTableEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint coverageModulationTableEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] public static void CmdSetCoverageModulationTableEnableNV( @@ -8283,30 +4725,12 @@ public static void CmdSetCoverageModulationTableEnableNV( ExactSpelling = true, EntryPoint = "vkCmdSetCoverageModulationTableNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetCoverageModulationTableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint coverageModulationTableCount, [NativeTypeName("const float *")] float* pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl( @@ -8328,15 +4752,6 @@ public static void CmdSetCoverageModulationTableNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] public static void CmdSetCoverageModulationTableNV( @@ -8345,44 +4760,17 @@ public static void CmdSetCoverageModulationTableNV( ) => CmdSetCoverageModulationTableNV(commandBuffer, 1, (float*)&pCoverageModulationTable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetCoverageReductionModeNV")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetCoverageReductionModeNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CoverageReductionModeNV coverageReductionMode ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetCoverageToColorEnableNV")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetCoverageToColorEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint coverageToColorEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] public static void CmdSetCoverageToColorEnableNV( @@ -8395,67 +4783,24 @@ public static void CmdSetCoverageToColorEnableNV( ExactSpelling = true, EntryPoint = "vkCmdSetCoverageToColorLocationNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetCoverageToColorLocationNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint coverageToColorLocation ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetCullMode")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetCullMode( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkCullModeFlags")] CullModeFlags cullMode ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetCullModeEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdSetCullModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkCullModeFlags")] CullModeFlags cullMode ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthBias")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdSetDepthBias( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, float depthBiasConstantFactor, @@ -8464,27 +4809,11 @@ float depthBiasSlopeFactor ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthBias2EXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public static extern void CmdSetDepthBias2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkDepthBiasInfoEXT *")] DepthBiasInfoEXT* pDepthBiasInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] [MethodImpl( @@ -8502,31 +4831,11 @@ public static void CmdSetDepthBias2EXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthBiasEnable")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetDepthBiasEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthBiasEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] public static void CmdSetDepthBiasEnable( @@ -8535,27 +4844,11 @@ public static void CmdSetDepthBiasEnable( ) => CmdSetDepthBiasEnable(commandBuffer, (uint)depthBiasEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthBiasEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] public static extern void CmdSetDepthBiasEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthBiasEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] public static void CmdSetDepthBiasEnableEXT( @@ -8564,22 +4857,6 @@ public static void CmdSetDepthBiasEnableEXT( ) => CmdSetDepthBiasEnableEXT(commandBuffer, (uint)depthBiasEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthBounds")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdSetDepthBounds( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, float minDepthBounds, @@ -8587,31 +4864,11 @@ float maxDepthBounds ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthBoundsTestEnable")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetDepthBoundsTestEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthBoundsTestEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] public static void CmdSetDepthBoundsTestEnable( @@ -8620,27 +4877,11 @@ public static void CmdSetDepthBoundsTestEnable( ) => CmdSetDepthBoundsTestEnable(commandBuffer, (uint)depthBoundsTestEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdSetDepthBoundsTestEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthBoundsTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] public static void CmdSetDepthBoundsTestEnableEXT( @@ -8649,27 +4890,11 @@ public static void CmdSetDepthBoundsTestEnableEXT( ) => CmdSetDepthBoundsTestEnableEXT(commandBuffer, (uint)depthBoundsTestEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthClampEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public static extern void CmdSetDepthClampEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthClampEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] public static void CmdSetDepthClampEnableEXT( @@ -8678,32 +4903,12 @@ public static void CmdSetDepthClampEnableEXT( ) => CmdSetDepthClampEnableEXT(commandBuffer, (uint)depthClampEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthClampRangeEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] public static extern void CmdSetDepthClampRangeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, DepthClampModeEXT depthClampMode, [NativeTypeName("const VkDepthClampRangeEXT *")] DepthClampRangeEXT* pDepthClampRange ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] [MethodImpl( @@ -8723,29 +4928,11 @@ Ref pDepthClampRange } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthClipEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetDepthClipEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthClipEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] public static void CmdSetDepthClipEnableEXT( @@ -8758,29 +4945,11 @@ public static void CmdSetDepthClipEnableEXT( ExactSpelling = true, EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetDepthClipNegativeOneToOneEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint negativeOneToOne ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] public static void CmdSetDepthClipNegativeOneToOneEXT( @@ -8789,61 +4958,23 @@ public static void CmdSetDepthClipNegativeOneToOneEXT( ) => CmdSetDepthClipNegativeOneToOneEXT(commandBuffer, (uint)negativeOneToOne); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthCompareOp")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetDepthCompareOp( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CompareOp depthCompareOp ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthCompareOpEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdSetDepthCompareOpEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, CompareOp depthCompareOp ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthTestEnable")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetDepthTestEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthTestEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] public static void CmdSetDepthTestEnable( @@ -8852,27 +4983,11 @@ public static void CmdSetDepthTestEnable( ) => CmdSetDepthTestEnable(commandBuffer, (uint)depthTestEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthTestEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdSetDepthTestEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] public static void CmdSetDepthTestEnableEXT( @@ -8881,31 +4996,11 @@ public static void CmdSetDepthTestEnableEXT( ) => CmdSetDepthTestEnableEXT(commandBuffer, (uint)depthTestEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthWriteEnable")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetDepthWriteEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthWriteEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] public static void CmdSetDepthWriteEnable( @@ -8914,27 +5009,11 @@ public static void CmdSetDepthWriteEnable( ) => CmdSetDepthWriteEnable(commandBuffer, (uint)depthWriteEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDepthWriteEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdSetDepthWriteEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint depthWriteEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] public static void CmdSetDepthWriteEnableEXT( @@ -8947,24 +5026,12 @@ public static void CmdSetDepthWriteEnableEXT( ExactSpelling = true, EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] public static extern void CmdSetDescriptorBufferOffsets2EXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkSetDescriptorBufferOffsetsInfoEXT *")] SetDescriptorBufferOffsetsInfoEXT* pSetDescriptorBufferOffsetsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] [MethodImpl( @@ -8993,16 +5060,6 @@ Ref pSetDescriptorBufferOffsetsInfo ExactSpelling = true, EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void CmdSetDescriptorBufferOffsetsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PipelineBindPoint pipelineBindPoint, @@ -9013,16 +5070,6 @@ public static extern void CmdSetDescriptorBufferOffsetsEXT( [NativeTypeName("const VkDeviceSize *")] ulong* pOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] [MethodImpl( @@ -9054,39 +5101,12 @@ public static void CmdSetDescriptorBufferOffsetsEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDeviceMask")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void CmdSetDeviceMask( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint deviceMask ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDeviceMaskKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] public static extern void CmdSetDeviceMaskKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint deviceMask @@ -9097,27 +5117,11 @@ public static extern void CmdSetDeviceMaskKHR( ExactSpelling = true, EntryPoint = "vkCmdSetDiscardRectangleEnableEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public static extern void CmdSetDiscardRectangleEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint discardRectangleEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] public static void CmdSetDiscardRectangleEnableEXT( @@ -9126,14 +5130,6 @@ public static void CmdSetDiscardRectangleEnableEXT( ) => CmdSetDiscardRectangleEnableEXT(commandBuffer, (uint)discardRectangleEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDiscardRectangleEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public static extern void CmdSetDiscardRectangleEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstDiscardRectangle, @@ -9141,14 +5137,6 @@ public static extern void CmdSetDiscardRectangleEXT( [NativeTypeName("const VkRect2D *")] Rect2D* pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl( @@ -9172,14 +5160,6 @@ public static void CmdSetDiscardRectangleEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] public static void CmdSetDiscardRectangleEXT( @@ -9195,41 +5175,12 @@ public static void CmdSetDiscardRectangleEXT( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetDiscardRectangleModeEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public static extern void CmdSetDiscardRectangleModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, DiscardRectangleModeEXT discardRectangleMode ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetEvent")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdSetEvent( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkEvent")] EventHandle @event, @@ -9237,36 +5188,12 @@ public static extern void CmdSetEvent( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetEvent2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetEvent2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkEvent")] EventHandle @event, [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] [MethodImpl( @@ -9285,28 +5212,12 @@ public static void CmdSetEvent2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetEvent2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] public static extern void CmdSetEvent2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkEvent")] EventHandle @event, [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] [MethodImpl( @@ -9325,14 +5236,6 @@ public static void CmdSetEvent2KHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] public static extern void CmdSetExclusiveScissorEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstExclusiveScissor, @@ -9340,14 +5243,6 @@ public static extern void CmdSetExclusiveScissorEnableNV( [NativeTypeName("const VkBool32 *")] uint* pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl( @@ -9371,14 +5266,6 @@ public static void CmdSetExclusiveScissorEnableNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] public static void CmdSetExclusiveScissorEnableNV( @@ -9394,14 +5281,6 @@ public static void CmdSetExclusiveScissorEnableNV( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetExclusiveScissorNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] public static extern void CmdSetExclusiveScissorNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstExclusiveScissor, @@ -9409,14 +5288,6 @@ public static extern void CmdSetExclusiveScissorNV( [NativeTypeName("const VkRect2D *")] Rect2D* pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl( @@ -9440,14 +5311,6 @@ public static void CmdSetExclusiveScissorNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] public static void CmdSetExclusiveScissorNV( @@ -9467,15 +5330,6 @@ public static void CmdSetExclusiveScissorNV( ExactSpelling = true, EntryPoint = "vkCmdSetExtraPrimitiveOverestimationSizeEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetExtraPrimitiveOverestimationSizeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, float extraPrimitiveOverestimationSize @@ -9486,11 +5340,6 @@ float extraPrimitiveOverestimationSize ExactSpelling = true, EntryPoint = "vkCmdSetFragmentShadingRateEnumNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public static extern void CmdSetFragmentShadingRateEnumNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, FragmentShadingRateNV shadingRate, @@ -9498,11 +5347,6 @@ public static extern void CmdSetFragmentShadingRateEnumNV( FragmentShadingRateCombinerOpKHR* combinerOps ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] [MethodImpl( @@ -9522,15 +5366,6 @@ Ref combinerOps } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetFragmentShadingRateKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static extern void CmdSetFragmentShadingRateKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkExtent2D *")] Extent2D* pFragmentSize, @@ -9538,15 +5373,6 @@ public static extern void CmdSetFragmentShadingRateKHR( FragmentShadingRateCombinerOpKHR* combinerOps ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] [MethodImpl( @@ -9567,45 +5393,18 @@ Ref combinerOps } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetFrontFace")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetFrontFace( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, FrontFace frontFace ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetFrontFaceEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdSetFrontFaceEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, FrontFace frontFace ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetLineRasterizationModeEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetLineRasterizationModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkLineRasterizationModeEXT")] @@ -9613,11 +5412,6 @@ LineRasterizationMode lineRasterizationMode ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetLineStipple")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public static extern void CmdSetLineStipple( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint lineStippleFactor, @@ -9625,29 +5419,11 @@ public static extern void CmdSetLineStipple( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetLineStippleEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetLineStippleEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint stippledLineEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] public static void CmdSetLineStippleEnableEXT( @@ -9656,14 +5432,6 @@ public static void CmdSetLineStippleEnableEXT( ) => CmdSetLineStippleEnableEXT(commandBuffer, (uint)stippledLineEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetLineStippleEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] public static extern void CmdSetLineStippleEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint lineStippleFactor, @@ -9671,14 +5439,6 @@ public static extern void CmdSetLineStippleEXT( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetLineStippleKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] public static extern void CmdSetLineStippleKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint lineStippleFactor, @@ -9686,49 +5446,17 @@ public static extern void CmdSetLineStippleKHR( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetLineWidth")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdSetLineWidth( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, float lineWidth ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetLogicOpEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public static extern void CmdSetLogicOpEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint logicOpEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] public static void CmdSetLogicOpEnableEXT( @@ -9737,82 +5465,62 @@ public static void CmdSetLogicOpEnableEXT( ) => CmdSetLogicOpEnableEXT(commandBuffer, (uint)logicOpEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetLogicOpEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] public static extern void CmdSetLogicOpEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, LogicOp logicOp ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetPatchControlPointsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] public static extern void CmdSetPatchControlPointsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint patchControlPoints ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public static extern Result CmdSetPerformanceMarkerIntel( + public static extern Result CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - PerformanceMarkerInfoIntel* pMarkerInfo + PerformanceMarkerInfoINTEL* pMarkerInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result CmdSetPerformanceMarkerIntel( + public static Result CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - Ref pMarkerInfo + Ref pMarkerInfo ) { - fixed (PerformanceMarkerInfoIntel* __dsl_pMarkerInfo = pMarkerInfo) + fixed (PerformanceMarkerInfoINTEL* __dsl_pMarkerInfo = pMarkerInfo) { - return (Result)CmdSetPerformanceMarkerIntel(commandBuffer, __dsl_pMarkerInfo); + return (Result)CmdSetPerformanceMarkerINTEL(commandBuffer, __dsl_pMarkerInfo); } } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public static extern Result CmdSetPerformanceOverrideIntel( + public static extern Result CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - PerformanceOverrideInfoIntel* pOverrideInfo + PerformanceOverrideInfoINTEL* pOverrideInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result CmdSetPerformanceOverrideIntel( + public static Result CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - Ref pOverrideInfo + Ref pOverrideInfo ) { - fixed (PerformanceOverrideInfoIntel* __dsl_pOverrideInfo = pOverrideInfo) + fixed (PerformanceOverrideInfoINTEL* __dsl_pOverrideInfo = pOverrideInfo) { - return (Result)CmdSetPerformanceOverrideIntel(commandBuffer, __dsl_pOverrideInfo); + return (Result)CmdSetPerformanceOverrideINTEL(commandBuffer, __dsl_pOverrideInfo); } } @@ -9821,71 +5529,41 @@ Ref pOverrideInfo ExactSpelling = true, EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL" )] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public static extern Result CmdSetPerformanceStreamMarkerIntel( + public static extern Result CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - PerformanceStreamMarkerInfoIntel* pMarkerInfo + PerformanceStreamMarkerInfoINTEL* pMarkerInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result CmdSetPerformanceStreamMarkerIntel( + public static Result CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - Ref pMarkerInfo + Ref pMarkerInfo ) { - fixed (PerformanceStreamMarkerInfoIntel* __dsl_pMarkerInfo = pMarkerInfo) + fixed (PerformanceStreamMarkerInfoINTEL* __dsl_pMarkerInfo = pMarkerInfo) { - return (Result)CmdSetPerformanceStreamMarkerIntel(commandBuffer, __dsl_pMarkerInfo); + return (Result)CmdSetPerformanceStreamMarkerINTEL(commandBuffer, __dsl_pMarkerInfo); } } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetPolygonModeEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public static extern void CmdSetPolygonModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PolygonMode polygonMode ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetPrimitiveRestartEnable")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetPrimitiveRestartEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint primitiveRestartEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] public static void CmdSetPrimitiveRestartEnable( @@ -9898,27 +5576,11 @@ public static void CmdSetPrimitiveRestartEnable( ExactSpelling = true, EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] public static extern void CmdSetPrimitiveRestartEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint primitiveRestartEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] public static void CmdSetPrimitiveRestartEnableEXT( @@ -9927,105 +5589,41 @@ public static void CmdSetPrimitiveRestartEnableEXT( ) => CmdSetPrimitiveRestartEnableEXT(commandBuffer, (uint)primitiveRestartEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetPrimitiveTopology")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetPrimitiveTopology( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PrimitiveTopology primitiveTopology ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetPrimitiveTopologyEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdSetPrimitiveTopologyEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PrimitiveTopology primitiveTopology ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetProvokingVertexModeEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetProvokingVertexModeEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, ProvokingVertexModeEXT provokingVertexMode ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetRasterizationSamplesEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public static extern void CmdSetRasterizationSamplesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, SampleCountFlags rasterizationSamples ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetRasterizationStreamEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetRasterizationStreamEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint rasterizationStream ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetRasterizerDiscardEnable")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetRasterizerDiscardEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint rasterizerDiscardEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] public static void CmdSetRasterizerDiscardEnable( @@ -10038,27 +5636,11 @@ public static void CmdSetRasterizerDiscardEnable( ExactSpelling = true, EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] public static extern void CmdSetRasterizerDiscardEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint rasterizerDiscardEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] public static void CmdSetRasterizerDiscardEnableEXT( @@ -10071,14 +5653,6 @@ public static void CmdSetRasterizerDiscardEnableEXT( ExactSpelling = true, EntryPoint = "vkCmdSetRayTracingPipelineStackSizeKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public static extern void CmdSetRayTracingPipelineStackSizeKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint pipelineStackSize @@ -10089,22 +5663,12 @@ public static extern void CmdSetRayTracingPipelineStackSizeKHR( ExactSpelling = true, EntryPoint = "vkCmdSetRenderingAttachmentLocations" )] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public static extern void CmdSetRenderingAttachmentLocations( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingAttachmentLocationInfo *")] RenderingAttachmentLocationInfo* pLocationInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] [MethodImpl( @@ -10127,28 +5691,12 @@ Ref pLocationInfo ExactSpelling = true, EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] public static extern void CmdSetRenderingAttachmentLocationsKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingAttachmentLocationInfo *")] RenderingAttachmentLocationInfo* pLocationInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] [MethodImpl( @@ -10171,22 +5719,12 @@ Ref pLocationInfo ExactSpelling = true, EntryPoint = "vkCmdSetRenderingInputAttachmentIndices" )] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public static extern void CmdSetRenderingInputAttachmentIndices( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingInputAttachmentIndexInfo *")] RenderingInputAttachmentIndexInfo* pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] [MethodImpl( @@ -10215,28 +5753,12 @@ Ref pInputAttachmentIndexInfo ExactSpelling = true, EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] public static extern void CmdSetRenderingInputAttachmentIndicesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkRenderingInputAttachmentIndexInfo *")] RenderingInputAttachmentIndexInfo* pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] [MethodImpl( @@ -10265,29 +5787,11 @@ Ref pInputAttachmentIndexInfo ExactSpelling = true, EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetRepresentativeFragmentTestEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint representativeFragmentTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] public static void CmdSetRepresentativeFragmentTestEnableNV( @@ -10300,29 +5804,11 @@ public static void CmdSetRepresentativeFragmentTestEnableNV( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetSampleLocationsEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint sampleLocationsEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] public static void CmdSetSampleLocationsEnableEXT( @@ -10331,28 +5817,12 @@ public static void CmdSetSampleLocationsEnableEXT( ) => CmdSetSampleLocationsEnableEXT(commandBuffer, (uint)sampleLocationsEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetSampleLocationsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public static extern void CmdSetSampleLocationsEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkSampleLocationsInfoEXT *")] SampleLocationsInfoEXT* pSampleLocationsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] [MethodImpl( @@ -10371,28 +5841,12 @@ Ref pSampleLocationsInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetSampleMaskEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public static extern void CmdSetSampleMaskEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, SampleCountFlags samples, [NativeTypeName("const VkSampleMask *")] uint* pSampleMask ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] [MethodImpl( @@ -10411,22 +5865,6 @@ public static void CmdSetSampleMaskEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetScissor")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdSetScissor( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstScissor, @@ -10434,22 +5872,6 @@ public static extern void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl( @@ -10468,22 +5890,6 @@ public static void CmdSetScissor( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] public static void CmdSetScissor( @@ -10493,32 +5899,12 @@ public static void CmdSetScissor( ) => CmdSetScissor(commandBuffer, firstScissor, 1, (Rect2D*)&pScissors); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetScissorWithCount")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetScissorWithCount( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint scissorCount, [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl( @@ -10536,16 +5922,6 @@ public static void CmdSetScissorWithCount( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] public static void CmdSetScissorWithCount( @@ -10554,28 +5930,12 @@ public static void CmdSetScissorWithCount( ) => CmdSetScissorWithCount(commandBuffer, 1, (Rect2D*)&pScissors); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetScissorWithCountEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdSetScissorWithCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint scissorCount, [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl( @@ -10593,14 +5953,6 @@ public static void CmdSetScissorWithCountEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] public static void CmdSetScissorWithCountEXT( @@ -10609,29 +5961,11 @@ public static void CmdSetScissorWithCountEXT( ) => CmdSetScissorWithCountEXT(commandBuffer, 1, (Rect2D*)&pScissors); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetShadingRateImageEnableNV")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetShadingRateImageEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint shadingRateImageEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] public static void CmdSetShadingRateImageEnableNV( @@ -10640,22 +5974,6 @@ public static void CmdSetShadingRateImageEnableNV( ) => CmdSetShadingRateImageEnableNV(commandBuffer, (uint)shadingRateImageEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetStencilCompareMask")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdSetStencilCompareMask( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkStencilFaceFlags")] StencilFaceFlags faceMask, @@ -10663,16 +5981,6 @@ public static extern void CmdSetStencilCompareMask( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetStencilOp")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetStencilOp( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkStencilFaceFlags")] StencilFaceFlags faceMask, @@ -10683,14 +5991,6 @@ CompareOp compareOp ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetStencilOpEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdSetStencilOpEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkStencilFaceFlags")] StencilFaceFlags faceMask, @@ -10701,22 +6001,6 @@ CompareOp compareOp ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetStencilReference")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdSetStencilReference( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkStencilFaceFlags")] StencilFaceFlags faceMask, @@ -10724,31 +6008,11 @@ public static extern void CmdSetStencilReference( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetStencilTestEnable")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetStencilTestEnable( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint stencilTestEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] public static void CmdSetStencilTestEnable( @@ -10757,27 +6021,11 @@ public static void CmdSetStencilTestEnable( ) => CmdSetStencilTestEnable(commandBuffer, (uint)stencilTestEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetStencilTestEnableEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdSetStencilTestEnableEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint stencilTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] public static void CmdSetStencilTestEnableEXT( @@ -10786,22 +6034,6 @@ public static void CmdSetStencilTestEnableEXT( ) => CmdSetStencilTestEnableEXT(commandBuffer, (uint)stencilTestEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetStencilWriteMask")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdSetStencilWriteMask( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkStencilFaceFlags")] StencilFaceFlags faceMask, @@ -10813,31 +6045,12 @@ public static extern void CmdSetStencilWriteMask( ExactSpelling = true, EntryPoint = "vkCmdSetTessellationDomainOriginEXT" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3+VK_KHR_maintenance2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public static extern void CmdSetTessellationDomainOriginEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, TessellationDomainOrigin domainOrigin ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetVertexInputEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdSetVertexInputEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint vertexBindingDescriptionCount, @@ -10848,14 +6061,6 @@ public static extern void CmdSetVertexInputEXT( VertexInputAttributeDescription2EXT* pVertexAttributeDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] [MethodImpl( @@ -10891,22 +6096,6 @@ Ref pVertexAttributeDescriptions } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetViewport")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdSetViewport( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstViewport, @@ -10914,22 +6103,6 @@ public static extern void CmdSetViewport( [NativeTypeName("const VkViewport *")] Viewport* pViewports ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl( @@ -10948,22 +6121,6 @@ public static void CmdSetViewport( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] public static void CmdSetViewport( @@ -10977,14 +6134,6 @@ public static void CmdSetViewport( ExactSpelling = true, EntryPoint = "vkCmdSetViewportShadingRatePaletteNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public static extern void CmdSetViewportShadingRatePaletteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstViewport, @@ -10993,14 +6142,6 @@ public static extern void CmdSetViewportShadingRatePaletteNV( ShadingRatePaletteNV* pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl( @@ -11025,14 +6166,6 @@ Ref pShadingRatePalettes } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] public static void CmdSetViewportShadingRatePaletteNV( @@ -11049,15 +6182,6 @@ ShadingRatePaletteNV pShadingRatePalettes ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetViewportSwizzleNV")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetViewportSwizzleNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstViewport, @@ -11065,15 +6189,6 @@ public static extern void CmdSetViewportSwizzleNV( [NativeTypeName("const VkViewportSwizzleNV *")] ViewportSwizzleNV* pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl( @@ -11097,15 +6212,6 @@ public static void CmdSetViewportSwizzleNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] public static void CmdSetViewportSwizzleNV( @@ -11121,32 +6227,12 @@ public static void CmdSetViewportSwizzleNV( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetViewportWithCount")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdSetViewportWithCount( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint viewportCount, [NativeTypeName("const VkViewport *")] Viewport* pViewports ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl( @@ -11164,16 +6250,6 @@ public static void CmdSetViewportWithCount( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] public static void CmdSetViewportWithCount( @@ -11182,28 +6258,12 @@ public static void CmdSetViewportWithCount( ) => CmdSetViewportWithCount(commandBuffer, 1, (Viewport*)&pViewports); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetViewportWithCountEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static extern void CmdSetViewportWithCountEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint viewportCount, [NativeTypeName("const VkViewport *")] Viewport* pViewports ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl( @@ -11221,14 +6281,6 @@ public static void CmdSetViewportWithCountEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] public static void CmdSetViewportWithCountEXT( @@ -11237,29 +6289,11 @@ public static void CmdSetViewportWithCountEXT( ) => CmdSetViewportWithCountEXT(commandBuffer, 1, (Viewport*)&pViewports); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetViewportWScalingEnableNV")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] public static extern void CmdSetViewportWScalingEnableNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBool32")] uint viewportWScalingEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] public static void CmdSetViewportWScalingEnableNV( @@ -11268,7 +6302,6 @@ public static void CmdSetViewportWScalingEnableNV( ) => CmdSetViewportWScalingEnableNV(commandBuffer, (uint)viewportWScalingEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSetViewportWScalingNV")] - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] public static extern void CmdSetViewportWScalingNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint firstViewport, @@ -11276,7 +6309,6 @@ public static extern void CmdSetViewportWScalingNV( [NativeTypeName("const VkViewportWScalingNV *")] ViewportWScalingNV* pViewportWScalings ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl( @@ -11301,7 +6333,6 @@ Ref pViewportWScalings } } - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] public static void CmdSetViewportWScalingNV( @@ -11317,40 +6348,17 @@ public static void CmdSetViewportWScalingNV( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdSubpassShadingHUAWEI")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public static extern void CmdSubpassShadingHuawei( + public static extern void CmdSubpassShadingHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdTraceRaysIndirect2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] public static extern void CmdTraceRaysIndirect2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDeviceAddress")] ulong indirectDeviceAddress ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdTraceRaysIndirectKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public static extern void CmdTraceRaysIndirectKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkStridedDeviceAddressRegionKHR *")] @@ -11364,14 +6372,6 @@ public static extern void CmdTraceRaysIndirectKHR( [NativeTypeName("VkDeviceAddress")] ulong indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] [MethodImpl( @@ -11418,14 +6418,6 @@ public static void CmdTraceRaysIndirectKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdTraceRaysKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public static extern void CmdTraceRaysKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkStridedDeviceAddressRegionKHR *")] @@ -11441,14 +6433,6 @@ public static extern void CmdTraceRaysKHR( [NativeTypeName("uint32_t")] uint depth ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] [MethodImpl( @@ -11499,14 +6483,6 @@ public static void CmdTraceRaysKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdTraceRaysNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static extern void CmdTraceRaysNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle raygenShaderBindingTableBuffer, @@ -11526,32 +6502,6 @@ public static extern void CmdTraceRaysNV( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdUpdateBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdUpdateBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle dstBuffer, @@ -11560,32 +6510,6 @@ public static extern void CmdUpdateBuffer( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] [MethodImpl( @@ -11610,11 +6534,6 @@ public static void CmdUpdateBuffer( ExactSpelling = true, EntryPoint = "vkCmdUpdatePipelineIndirectBufferNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public static extern void CmdUpdatePipelineIndirectBufferNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PipelineBindPoint pipelineBindPoint, @@ -11622,27 +6541,6 @@ public static extern void CmdUpdatePipelineIndirectBufferNV( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdWaitEvents")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdWaitEvents( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint eventCount, @@ -11659,27 +6557,6 @@ public static extern void CmdWaitEvents( ImageMemoryBarrier* pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] [MethodImpl( @@ -11723,18 +6600,6 @@ Ref pImageMemoryBarriers } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdWaitEvents2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdWaitEvents2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint eventCount, @@ -11742,18 +6607,6 @@ public static extern void CmdWaitEvents2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfos ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] [MethodImpl( @@ -11774,14 +6627,6 @@ public static void CmdWaitEvents2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdWaitEvents2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] public static extern void CmdWaitEvents2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint eventCount, @@ -11789,14 +6634,6 @@ public static extern void CmdWaitEvents2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] [MethodImpl( @@ -11821,32 +6658,16 @@ public static void CmdWaitEvents2KHR( ExactSpelling = true, EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl( @@ -11856,14 +6677,14 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ) { fixed ( - AccelerationStructureKHRHandle* __dsl_pAccelerationStructures = + AccelerationStructureHandleKHR* __dsl_pAccelerationStructures = pAccelerationStructures ) { @@ -11878,20 +6699,12 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] public static void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle pAccelerationStructures, + AccelerationStructureHandleKHR pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -11899,7 +6712,7 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( CmdWriteAccelerationStructuresPropertiesKHR( commandBuffer, 1, - (AccelerationStructureKHRHandle*)&pAccelerationStructures, + (AccelerationStructureHandleKHR*)&pAccelerationStructures, queryType, queryPool, firstQuery @@ -11910,32 +6723,16 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( ExactSpelling = true, EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static extern void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructures, + AccelerationStructureHandleNV* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl( @@ -11945,14 +6742,14 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ) { fixed ( - AccelerationStructureNVHandle* __dsl_pAccelerationStructures = + AccelerationStructureHandleNV* __dsl_pAccelerationStructures = pAccelerationStructures ) { @@ -11967,20 +6764,12 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] public static void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle pAccelerationStructures, + AccelerationStructureHandleNV pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -11988,17 +6777,13 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( CmdWriteAccelerationStructuresPropertiesNV( commandBuffer, 1, - (AccelerationStructureNVHandle*)&pAccelerationStructures, + (AccelerationStructureHandleNV*)&pAccelerationStructures, queryType, queryPool, firstQuery ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdWriteBufferMarker2AMD")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_buffer_marker+VK_KHR_synchronization2", "VK_AMD_buffer_marker+VK_VERSION_1_3"] - )] public static extern void CmdWriteBufferMarker2AMD( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stage, @@ -12008,7 +6793,6 @@ public static extern void CmdWriteBufferMarker2AMD( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdWriteBufferMarkerAMD")] - [SupportedApiProfile("vulkan", ["VK_AMD_buffer_marker"])] public static extern void CmdWriteBufferMarkerAMD( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PipelineStageFlags pipelineStage, @@ -12018,31 +6802,15 @@ public static extern void CmdWriteBufferMarkerAMD( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl( @@ -12051,13 +6819,13 @@ public static extern void CmdWriteMicromapsPropertiesEXT( public static void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ) { - fixed (MicromapEXTHandle* __dsl_pMicromaps = pMicromaps) + fixed (MicromapHandleEXT* __dsl_pMicromaps = pMicromaps) { CmdWriteMicromapsPropertiesEXT( commandBuffer, @@ -12070,19 +6838,11 @@ public static void CmdWriteMicromapsPropertiesEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] public static void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -12090,39 +6850,13 @@ public static void CmdWriteMicromapsPropertiesEXT( CmdWriteMicromapsPropertiesEXT( commandBuffer, 1, - (MicromapEXTHandle*)&pMicromaps, + (MicromapHandleEXT*)&pMicromaps, queryType, queryPool, firstQuery ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdWriteTimestamp")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void CmdWriteTimestamp( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, PipelineStageFlags pipelineStage, @@ -12131,20 +6865,6 @@ public static extern void CmdWriteTimestamp( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdWriteTimestamp2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void CmdWriteTimestamp2( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stage, @@ -12153,14 +6873,6 @@ public static extern void CmdWriteTimestamp2( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCmdWriteTimestamp2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] public static extern void CmdWriteTimestamp2KHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stage, @@ -12169,14 +6881,6 @@ public static extern void CmdWriteTimestamp2KHR( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCompileDeferredNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static extern Result CompileDeferredNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipeline")] PipelineHandle pipeline, @@ -12188,28 +6892,12 @@ public static extern Result CompileDeferredNV( ExactSpelling = true, EntryPoint = "vkConvertCooperativeVectorMatrixNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public static extern Result ConvertCooperativeVectorMatrixNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkConvertCooperativeVectorMatrixInfoNV *")] ConvertCooperativeVectorMatrixInfoNV* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] [MethodImpl( @@ -12228,29 +6916,13 @@ Ref pInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCopyAccelerationStructureKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern Result CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] CopyAccelerationStructureInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] [MethodImpl( @@ -12258,7 +6930,7 @@ public static extern Result CopyAccelerationStructureKHR( )] public static Result CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] Ref pInfo ) @@ -12274,29 +6946,13 @@ Ref pInfo ExactSpelling = true, EntryPoint = "vkCopyAccelerationStructureToMemoryKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern Result CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] CopyAccelerationStructureToMemoryInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] [MethodImpl( @@ -12304,7 +6960,7 @@ public static extern Result CopyAccelerationStructureToMemoryKHR( )] public static Result CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] Ref pInfo ) @@ -12320,32 +6976,12 @@ Ref pInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCopyImageToImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public static extern Result CopyImageToImage( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCopyImageToImageInfo *")] CopyImageToImageInfo* pCopyImageToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] [MethodImpl( @@ -12364,30 +7000,12 @@ Ref pCopyImageToImageInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCopyImageToImageEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern Result CopyImageToImageEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCopyImageToImageInfo *")] CopyImageToImageInfo* pCopyImageToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] [MethodImpl( @@ -12406,32 +7024,12 @@ Ref pCopyImageToImageInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCopyImageToMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public static extern Result CopyImageToMemory( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCopyImageToMemoryInfo *")] CopyImageToMemoryInfo* pCopyImageToMemoryInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] [MethodImpl( @@ -12450,30 +7048,12 @@ Ref pCopyImageToMemoryInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCopyImageToMemoryEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern Result CopyImageToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCopyImageToMemoryInfo *")] CopyImageToMemoryInfo* pCopyImageToMemoryInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] [MethodImpl( @@ -12496,29 +7076,13 @@ Ref pCopyImageToMemoryInfo ExactSpelling = true, EntryPoint = "vkCopyMemoryToAccelerationStructureKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern Result CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] CopyMemoryToAccelerationStructureInfoKHR* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] [MethodImpl( @@ -12526,7 +7090,7 @@ public static extern Result CopyMemoryToAccelerationStructureKHR( )] public static Result CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] Ref pInfo ) @@ -12542,32 +7106,12 @@ Ref pInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCopyMemoryToImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public static extern Result CopyMemoryToImage( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCopyMemoryToImageInfo *")] CopyMemoryToImageInfo* pCopyMemoryToImageInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] [MethodImpl( @@ -12586,30 +7130,12 @@ Ref pCopyMemoryToImageInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCopyMemoryToImageEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern Result CopyMemoryToImageEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCopyMemoryToImageInfo *")] CopyMemoryToImageInfo* pCopyMemoryToImageInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] [MethodImpl( @@ -12628,29 +7154,13 @@ Ref pCopyMemoryToImageInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCopyMemoryToMicromapEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern Result CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] CopyMemoryToMicromapInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] [MethodImpl( @@ -12658,7 +7168,7 @@ public static extern Result CopyMemoryToMicromapEXT( )] public static Result CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] Ref pInfo ) @@ -12670,28 +7180,12 @@ Ref pInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCopyMicromapEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern Result CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] [MethodImpl( @@ -12699,7 +7193,7 @@ public static extern Result CopyMicromapEXT( )] public static Result CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] Ref pInfo ) { @@ -12710,29 +7204,13 @@ public static Result CopyMicromapEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCopyMicromapToMemoryEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern Result CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] CopyMicromapToMemoryInfoEXT* pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] [MethodImpl( @@ -12740,7 +7218,7 @@ public static extern Result CopyMicromapToMemoryEXT( )] public static Result CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] Ref pInfo ) @@ -12752,31 +7230,15 @@ Ref pInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateAccelerationStructureKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern Result CreateAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAccelerationStructureCreateInfoKHR *")] AccelerationStructureCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructure + AccelerationStructureHandleKHR* pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] [MethodImpl( @@ -12788,11 +7250,11 @@ public static Result CreateAccelerationStructureKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ) { fixed ( - AccelerationStructureKHRHandle* __dsl_pAccelerationStructure = + AccelerationStructureHandleKHR* __dsl_pAccelerationStructure = pAccelerationStructure ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) @@ -12808,31 +7270,15 @@ Ref pAccelerationStructure } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateAccelerationStructureNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static extern Result CreateAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAccelerationStructureCreateInfoNV *")] AccelerationStructureCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructure + AccelerationStructureHandleNV* pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] [MethodImpl( @@ -12844,11 +7290,11 @@ public static Result CreateAccelerationStructureNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ) { fixed ( - AccelerationStructureNVHandle* __dsl_pAccelerationStructure = pAccelerationStructure + AccelerationStructureHandleNV* __dsl_pAccelerationStructure = pAccelerationStructure ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (AccelerationStructureCreateInfoNV* __dsl_pCreateInfo = pCreateInfo) @@ -12863,32 +7309,6 @@ Ref pAccelerationStructure } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateBuffer( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkBufferCreateInfo *")] BufferCreateInfo* pCreateInfo, @@ -12896,32 +7316,6 @@ public static extern Result CreateBuffer( [NativeTypeName("VkBuffer *")] BufferHandle* pBuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] [MethodImpl( @@ -12948,27 +7342,6 @@ public static Result CreateBuffer( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateBufferView")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateBufferView( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkBufferViewCreateInfo *")] BufferViewCreateInfo* pCreateInfo, @@ -12976,27 +7349,6 @@ public static extern Result CreateBufferView( [NativeTypeName("VkBufferView *")] BufferViewHandle* pView ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] [MethodImpl( @@ -13024,32 +7376,6 @@ public static Result CreateBufferView( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateCommandPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateCommandPool( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCommandPoolCreateInfo *")] CommandPoolCreateInfo* pCreateInfo, @@ -13057,32 +7383,6 @@ public static extern Result CreateCommandPool( [NativeTypeName("VkCommandPool *")] CommandPoolHandle* pCommandPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] [MethodImpl( @@ -13110,27 +7410,6 @@ public static Result CreateCommandPool( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateComputePipelines")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateComputePipelines( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, @@ -13141,27 +7420,6 @@ public static extern Result CreateComputePipelines( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] [MethodImpl( @@ -13193,16 +7451,14 @@ public static Result CreateComputePipelines( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateCuFunctionNVX")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public static extern Result CreateCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] CuFunctionCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] CuFunctionNVXHandle* pFunction + [NativeTypeName("VkCuFunctionNVX *")] CuFunctionHandleNVX* pFunction ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] [MethodImpl( @@ -13213,10 +7469,10 @@ public static Result CreateCuFunctionNVX( [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction + [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction ) { - fixed (CuFunctionNVXHandle* __dsl_pFunction = pFunction) + fixed (CuFunctionHandleNVX* __dsl_pFunction = pFunction) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (CuFunctionCreateInfoNVX* __dsl_pCreateInfo = pCreateInfo) { @@ -13230,15 +7486,13 @@ public static Result CreateCuFunctionNVX( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateCuModuleNVX")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public static extern Result CreateCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuModuleCreateInfoNVX *")] CuModuleCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuModuleNVX *")] CuModuleNVXHandle* pModule + [NativeTypeName("VkCuModuleNVX *")] CuModuleHandleNVX* pModule ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] [MethodImpl( @@ -13249,10 +7503,10 @@ public static Result CreateCuModuleNVX( [NativeTypeName("const VkCuModuleCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuModuleNVX *")] Ref pModule + [NativeTypeName("VkCuModuleNVX *")] Ref pModule ) { - fixed (CuModuleNVXHandle* __dsl_pModule = pModule) + fixed (CuModuleHandleNVX* __dsl_pModule = pModule) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (CuModuleCreateInfoNVX* __dsl_pCreateInfo = pCreateInfo) { @@ -13266,18 +7520,9 @@ public static Result CreateCuModuleNVX( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateDataGraphPipelinesARM")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] public static extern Result CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -13286,15 +7531,6 @@ public static extern Result CreateDataGraphPipelinesARM( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] [MethodImpl( @@ -13302,7 +7538,7 @@ public static extern Result CreateDataGraphPipelinesARM( )] public static Result CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -13332,33 +7568,15 @@ public static Result CreateDataGraphPipelinesARM( ExactSpelling = true, EntryPoint = "vkCreateDataGraphPipelineSessionARM" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] public static extern Result CreateDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDataGraphPipelineSessionCreateInfoARM *")] DataGraphPipelineSessionCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - DataGraphPipelineSessionARMHandle* pSession + DataGraphPipelineSessionHandleARM* pSession ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] [MethodImpl( @@ -13370,10 +7588,10 @@ public static Result CreateDataGraphPipelineSessionARM( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - Ref pSession + Ref pSession ) { - fixed (DataGraphPipelineSessionARMHandle* __dsl_pSession = pSession) + fixed (DataGraphPipelineSessionHandleARM* __dsl_pSession = pSession) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DataGraphPipelineSessionCreateInfoARM* __dsl_pCreateInfo = pCreateInfo) { @@ -13387,16 +7605,14 @@ Ref pSession } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateDebugReportCallbackEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] public static extern Result CreateDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkDebugReportCallbackCreateInfoEXT *")] DebugReportCallbackCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackEXTHandle* pCallback + [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackHandleEXT* pCallback ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] [MethodImpl( @@ -13408,10 +7624,10 @@ public static Result CreateDebugReportCallbackEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDebugReportCallbackEXT *")] - Ref pCallback + Ref pCallback ) { - fixed (DebugReportCallbackEXTHandle* __dsl_pCallback = pCallback) + fixed (DebugReportCallbackHandleEXT* __dsl_pCallback = pCallback) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DebugReportCallbackCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -13425,16 +7641,14 @@ Ref pCallback } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateDebugUtilsMessengerEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static extern Result CreateDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkDebugUtilsMessengerCreateInfoEXT *")] DebugUtilsMessengerCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerEXTHandle* pMessenger + [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerHandleEXT* pMessenger ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] [MethodImpl( @@ -13446,10 +7660,10 @@ public static Result CreateDebugUtilsMessengerEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDebugUtilsMessengerEXT *")] - Ref pMessenger + Ref pMessenger ) { - fixed (DebugUtilsMessengerEXTHandle* __dsl_pMessenger = pMessenger) + fixed (DebugUtilsMessengerHandleEXT* __dsl_pMessenger = pMessenger) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DebugUtilsMessengerCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -13463,15 +7677,13 @@ Ref pMessenger } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateDeferredOperationKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] public static extern Result CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkDeferredOperationKHR *")] - DeferredOperationKHRHandle* pDeferredOperation + DeferredOperationHandleKHR* pDeferredOperation ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] [MethodImpl( @@ -13481,10 +7693,10 @@ public static Result CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDeferredOperationKHR *")] - Ref pDeferredOperation + Ref pDeferredOperation ) { - fixed (DeferredOperationKHRHandle* __dsl_pDeferredOperation = pDeferredOperation) + fixed (DeferredOperationHandleKHR* __dsl_pDeferredOperation = pDeferredOperation) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) { return (Result)CreateDeferredOperationKHR( @@ -13496,27 +7708,6 @@ Ref pDeferredOperation } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateDescriptorPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateDescriptorPool( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorPoolCreateInfo *")] @@ -13525,27 +7716,6 @@ public static extern Result CreateDescriptorPool( [NativeTypeName("VkDescriptorPool *")] DescriptorPoolHandle* pDescriptorPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] [MethodImpl( @@ -13573,27 +7743,6 @@ public static Result CreateDescriptorPool( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateDescriptorSetLayout")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateDescriptorSetLayout( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetLayoutCreateInfo *")] @@ -13602,27 +7751,6 @@ public static extern Result CreateDescriptorSetLayout( [NativeTypeName("VkDescriptorSetLayout *")] DescriptorSetLayoutHandle* pSetLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] [MethodImpl( @@ -13650,24 +7778,6 @@ public static Result CreateDescriptorSetLayout( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateDescriptorUpdateTemplate")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern Result CreateDescriptorUpdateTemplate( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorUpdateTemplateCreateInfo *")] @@ -13677,24 +7787,6 @@ public static extern Result CreateDescriptorUpdateTemplate( DescriptorUpdateTemplateHandle* pDescriptorUpdateTemplate ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] [MethodImpl( @@ -13730,7 +7822,6 @@ Ref pDescriptorUpdateTemplate ExactSpelling = true, EntryPoint = "vkCreateDescriptorUpdateTemplateKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] public static extern Result CreateDescriptorUpdateTemplateKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorUpdateTemplateCreateInfo *")] @@ -13740,7 +7831,6 @@ public static extern Result CreateDescriptorUpdateTemplateKHR( DescriptorUpdateTemplateHandle* pDescriptorUpdateTemplate ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] [MethodImpl( @@ -13771,32 +7861,6 @@ Ref pDescriptorUpdateTemplate } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] public static partial Result CreateDevice( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, @@ -13805,32 +7869,6 @@ public static partial Result CreateDevice( [NativeTypeName("VkDevice *")] DeviceHandle* pDevice ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] [MethodImpl( @@ -13857,32 +7895,6 @@ public static Result CreateDevice( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateDevice")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] private static extern Result CreateDeviceInternal( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkDeviceCreateInfo *")] DeviceCreateInfo* pCreateInfo, @@ -13890,32 +7902,6 @@ private static extern Result CreateDeviceInternal( [NativeTypeName("VkDevice *")] DeviceHandle* pDevice ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] [MethodImpl( @@ -13942,17 +7928,15 @@ private static Result CreateDeviceInternal( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateDisplayModeKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public static extern Result CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] DisplayModeCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] DisplayModeKHRHandle* pMode + [NativeTypeName("VkDisplayModeKHR *")] DisplayModeHandleKHR* pMode ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] [MethodImpl( @@ -13960,14 +7944,14 @@ public static extern Result CreateDisplayModeKHR( )] public static Result CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] Ref pMode + [NativeTypeName("VkDisplayModeKHR *")] Ref pMode ) { - fixed (DisplayModeKHRHandle* __dsl_pMode = pMode) + fixed (DisplayModeHandleKHR* __dsl_pMode = pMode) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DisplayModeCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) { @@ -13982,16 +7966,14 @@ public static Result CreateDisplayModeKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public static extern Result CreateDisplayPlaneSurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] DisplaySurfaceCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] [MethodImpl( @@ -14002,10 +7984,10 @@ public static Result CreateDisplayPlaneSurfaceKHR( [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ) { - fixed (SurfaceKHRHandle* __dsl_pSurface = pSurface) + fixed (SurfaceHandleKHR* __dsl_pSurface = pSurface) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DisplaySurfaceCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) { @@ -14019,27 +8001,6 @@ public static Result CreateDisplayPlaneSurfaceKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateEvent")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateEvent( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkEventCreateInfo *")] EventCreateInfo* pCreateInfo, @@ -14047,27 +8008,6 @@ public static extern Result CreateEvent( [NativeTypeName("VkEvent *")] EventHandle* pEvent ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] [MethodImpl( @@ -14094,17 +8034,15 @@ public static Result CreateEvent( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateExternalComputeQueueNV")] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public static extern Result CreateExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkExternalComputeQueueCreateInfoNV *")] ExternalComputeQueueCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkExternalComputeQueueNV *")] - ExternalComputeQueueNVHandle* pExternalQueue + ExternalComputeQueueHandleNV* pExternalQueue ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] [MethodImpl( @@ -14116,10 +8054,10 @@ public static Result CreateExternalComputeQueueNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkExternalComputeQueueNV *")] - Ref pExternalQueue + Ref pExternalQueue ) { - fixed (ExternalComputeQueueNVHandle* __dsl_pExternalQueue = pExternalQueue) + fixed (ExternalComputeQueueHandleNV* __dsl_pExternalQueue = pExternalQueue) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (ExternalComputeQueueCreateInfoNV* __dsl_pCreateInfo = pCreateInfo) { @@ -14133,32 +8071,6 @@ Ref pExternalQueue } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateFence")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateFence( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkFenceCreateInfo *")] FenceCreateInfo* pCreateInfo, @@ -14166,32 +8078,6 @@ public static extern Result CreateFence( [NativeTypeName("VkFence *")] FenceHandle* pFence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] [MethodImpl( @@ -14218,22 +8104,6 @@ public static Result CreateFence( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateFramebuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateFramebuffer( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkFramebufferCreateInfo *")] FramebufferCreateInfo* pCreateInfo, @@ -14241,22 +8111,6 @@ public static extern Result CreateFramebuffer( [NativeTypeName("VkFramebuffer *")] FramebufferHandle* pFramebuffer ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] [MethodImpl( @@ -14284,22 +8138,6 @@ public static Result CreateFramebuffer( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateGraphicsPipelines")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateGraphicsPipelines( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, @@ -14310,22 +8148,6 @@ public static extern Result CreateGraphicsPipelines( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] [MethodImpl( @@ -14357,24 +8179,14 @@ public static Result CreateGraphicsPipelines( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateHeadlessSurfaceEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_headless_surface"], - ImpliesSets = ["VK_KHR_surface"] - )] public static extern Result CreateHeadlessSurfaceEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] HeadlessSurfaceCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_headless_surface"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] [MethodImpl( @@ -14385,10 +8197,10 @@ public static Result CreateHeadlessSurfaceEXT( [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ) { - fixed (SurfaceKHRHandle* __dsl_pSurface = pSurface) + fixed (SurfaceHandleKHR* __dsl_pSurface = pSurface) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (HeadlessSurfaceCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -14402,32 +8214,6 @@ public static Result CreateHeadlessSurfaceEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateImage( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImageCreateInfo *")] ImageCreateInfo* pCreateInfo, @@ -14435,32 +8221,6 @@ public static extern Result CreateImage( [NativeTypeName("VkImage *")] ImageHandle* pImage ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] [MethodImpl( @@ -14487,32 +8247,6 @@ public static Result CreateImage( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateImageView")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateImageView( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImageViewCreateInfo *")] ImageViewCreateInfo* pCreateInfo, @@ -14520,32 +8254,6 @@ public static extern Result CreateImageView( [NativeTypeName("VkImageView *")] ImageViewHandle* pView ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] [MethodImpl( @@ -14576,33 +8284,15 @@ public static Result CreateImageView( ExactSpelling = true, EntryPoint = "vkCreateIndirectCommandsLayoutEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern Result CreateIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkIndirectCommandsLayoutCreateInfoEXT *")] IndirectCommandsLayoutCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - IndirectCommandsLayoutEXTHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleEXT* pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] [MethodImpl( @@ -14614,11 +8304,11 @@ public static Result CreateIndirectCommandsLayoutEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ) { fixed ( - IndirectCommandsLayoutEXTHandle* __dsl_pIndirectCommandsLayout = + IndirectCommandsLayoutHandleEXT* __dsl_pIndirectCommandsLayout = pIndirectCommandsLayout ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) @@ -14634,25 +8324,15 @@ Ref pIndirectCommandsLayout } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateIndirectCommandsLayoutNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public static extern Result CreateIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkIndirectCommandsLayoutCreateInfoNV *")] IndirectCommandsLayoutCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - IndirectCommandsLayoutNVHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleNV* pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] [MethodImpl( @@ -14664,11 +8344,11 @@ public static Result CreateIndirectCommandsLayoutNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ) { fixed ( - IndirectCommandsLayoutNVHandle* __dsl_pIndirectCommandsLayout = + IndirectCommandsLayoutHandleNV* __dsl_pIndirectCommandsLayout = pIndirectCommandsLayout ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) @@ -14684,33 +8364,15 @@ Ref pIndirectCommandsLayout } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateIndirectExecutionSetEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern Result CreateIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkIndirectExecutionSetCreateInfoEXT *")] IndirectExecutionSetCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - IndirectExecutionSetEXTHandle* pIndirectExecutionSet + IndirectExecutionSetHandleEXT* pIndirectExecutionSet ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] [MethodImpl( @@ -14722,11 +8384,11 @@ public static Result CreateIndirectExecutionSetEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - Ref pIndirectExecutionSet + Ref pIndirectExecutionSet ) { fixed ( - IndirectExecutionSetEXTHandle* __dsl_pIndirectExecutionSet = pIndirectExecutionSet + IndirectExecutionSetHandleEXT* __dsl_pIndirectExecutionSet = pIndirectExecutionSet ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (IndirectExecutionSetCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) @@ -14740,32 +8402,6 @@ Ref pIndirectExecutionSet } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] public static partial Result CreateInstance( [NativeTypeName("const VkInstanceCreateInfo *")] InstanceCreateInfo* pCreateInfo, @@ -14773,32 +8409,6 @@ public static partial Result CreateInstance( [NativeTypeName("VkInstance *")] InstanceHandle* pInstance ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] [MethodImpl( @@ -14819,64 +8429,12 @@ public static Result CreateInstance( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateInstance")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] private static extern Result CreateInstanceInternal( [NativeTypeName("const VkInstanceCreateInfo *")] InstanceCreateInfo* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkInstance *")] InstanceHandle* pInstance ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] [MethodImpl( @@ -14901,29 +8459,13 @@ private static Result CreateInstanceInternal( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateMicromapEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern Result CreateMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMicromapCreateInfoEXT *")] MicromapCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkMicromapEXT *")] MicromapEXTHandle* pMicromap + [NativeTypeName("VkMicromapEXT *")] MicromapHandleEXT* pMicromap ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] [MethodImpl( @@ -14934,10 +8476,10 @@ public static Result CreateMicromapEXT( [NativeTypeName("const VkMicromapCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkMicromapEXT *")] Ref pMicromap + [NativeTypeName("VkMicromapEXT *")] Ref pMicromap ) { - fixed (MicromapEXTHandle* __dsl_pMicromap = pMicromap) + fixed (MicromapHandleEXT* __dsl_pMicromap = pMicromap) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (MicromapCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -14951,32 +8493,14 @@ public static Result CreateMicromapEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateOpticalFlowSessionNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern Result CreateOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] OpticalFlowSessionCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionNVHandle* pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionHandleNV* pSession ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] [MethodImpl( @@ -14987,10 +8511,10 @@ public static Result CreateOpticalFlowSessionNV( [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession ) { - fixed (OpticalFlowSessionNVHandle* __dsl_pSession = pSession) + fixed (OpticalFlowSessionHandleNV* __dsl_pSession = pSession) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (OpticalFlowSessionCreateInfoNV* __dsl_pCreateInfo = pCreateInfo) { @@ -15004,14 +8528,6 @@ public static Result CreateOpticalFlowSessionNV( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreatePipelineBinariesKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public static extern Result CreatePipelineBinariesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPipelineBinaryCreateInfoKHR *")] @@ -15020,14 +8536,6 @@ public static extern Result CreatePipelineBinariesKHR( PipelineBinaryHandlesInfoKHR* pBinaries ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] [MethodImpl( @@ -15055,27 +8563,6 @@ Ref pBinaries } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreatePipelineCache")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreatePipelineCache( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPipelineCacheCreateInfo *")] @@ -15084,27 +8571,6 @@ public static extern Result CreatePipelineCache( [NativeTypeName("VkPipelineCache *")] PipelineCacheHandle* pPipelineCache ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] [MethodImpl( @@ -15132,27 +8598,6 @@ public static Result CreatePipelineCache( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreatePipelineLayout")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreatePipelineLayout( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPipelineLayoutCreateInfo *")] @@ -15161,27 +8606,6 @@ public static extern Result CreatePipelineLayout( [NativeTypeName("VkPipelineLayout *")] PipelineLayoutHandle* pPipelineLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] [MethodImpl( @@ -15209,20 +8633,6 @@ public static Result CreatePipelineLayout( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreatePrivateDataSlot")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern Result CreatePrivateDataSlot( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPrivateDataSlotCreateInfo *")] @@ -15231,20 +8641,6 @@ public static extern Result CreatePrivateDataSlot( [NativeTypeName("VkPrivateDataSlot *")] PrivateDataSlotHandle* pPrivateDataSlot ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] [MethodImpl( @@ -15272,14 +8668,6 @@ public static Result CreatePrivateDataSlot( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreatePrivateDataSlotEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] public static extern Result CreatePrivateDataSlotEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPrivateDataSlotCreateInfo *")] @@ -15288,14 +8676,6 @@ public static extern Result CreatePrivateDataSlotEXT( [NativeTypeName("VkPrivateDataSlot *")] PrivateDataSlotHandle* pPrivateDataSlot ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] [MethodImpl( @@ -15323,32 +8703,6 @@ public static Result CreatePrivateDataSlotEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateQueryPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateQueryPool( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkQueryPoolCreateInfo *")] QueryPoolCreateInfo* pCreateInfo, @@ -15356,32 +8710,6 @@ public static extern Result CreateQueryPool( [NativeTypeName("VkQueryPool *")] QueryPoolHandle* pQueryPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] [MethodImpl( @@ -15408,17 +8736,9 @@ public static Result CreateQueryPool( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateRayTracingPipelinesKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public static extern Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -15427,14 +8747,6 @@ public static extern Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] [MethodImpl( @@ -15442,7 +8754,7 @@ public static extern Result CreateRayTracingPipelinesKHR( )] public static Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -15468,14 +8780,6 @@ public static Result CreateRayTracingPipelinesKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateRayTracingPipelinesNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static extern Result CreateRayTracingPipelinesNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, @@ -15486,14 +8790,6 @@ public static extern Result CreateRayTracingPipelinesNV( [NativeTypeName("VkPipeline *")] PipelineHandle* pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] [MethodImpl( @@ -15525,22 +8821,6 @@ public static Result CreateRayTracingPipelinesNV( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateRenderPass")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateRenderPass( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkRenderPassCreateInfo *")] RenderPassCreateInfo* pCreateInfo, @@ -15548,22 +8828,6 @@ public static extern Result CreateRenderPass( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] [MethodImpl( @@ -15591,18 +8855,6 @@ public static Result CreateRenderPass( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateRenderPass2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern Result CreateRenderPass2( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkRenderPassCreateInfo2 *")] RenderPassCreateInfo2* pCreateInfo, @@ -15610,18 +8862,6 @@ public static extern Result CreateRenderPass2( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] [MethodImpl( @@ -15649,11 +8889,6 @@ public static Result CreateRenderPass2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateRenderPass2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] public static extern Result CreateRenderPass2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkRenderPassCreateInfo2 *")] RenderPassCreateInfo2* pCreateInfo, @@ -15661,11 +8896,6 @@ public static extern Result CreateRenderPass2KHR( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] [MethodImpl( @@ -15693,27 +8923,6 @@ public static Result CreateRenderPass2KHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateSampler")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateSampler( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSamplerCreateInfo *")] SamplerCreateInfo* pCreateInfo, @@ -15721,27 +8930,6 @@ public static extern Result CreateSampler( [NativeTypeName("VkSampler *")] SamplerHandle* pSampler ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] [MethodImpl( @@ -15768,24 +8956,6 @@ public static Result CreateSampler( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateSamplerYcbcrConversion")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern Result CreateSamplerYcbcrConversion( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSamplerYcbcrConversionCreateInfo *")] @@ -15795,24 +8965,6 @@ public static extern Result CreateSamplerYcbcrConversion( SamplerYcbcrConversionHandle* pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] [MethodImpl( @@ -15845,14 +8997,6 @@ Ref pYcbcrConversion ExactSpelling = true, EntryPoint = "vkCreateSamplerYcbcrConversionKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public static extern Result CreateSamplerYcbcrConversionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSamplerYcbcrConversionCreateInfo *")] @@ -15862,14 +9006,6 @@ public static extern Result CreateSamplerYcbcrConversionKHR( SamplerYcbcrConversionHandle* pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] [MethodImpl( @@ -15898,32 +9034,6 @@ Ref pYcbcrConversion } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateSemaphore")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateSemaphore( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSemaphoreCreateInfo *")] SemaphoreCreateInfo* pCreateInfo, @@ -15931,32 +9041,6 @@ public static extern Result CreateSemaphore( [NativeTypeName("VkSemaphore *")] SemaphoreHandle* pSemaphore ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] [MethodImpl( @@ -15983,27 +9067,6 @@ public static Result CreateSemaphore( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateShaderModule")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result CreateShaderModule( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkShaderModuleCreateInfo *")] @@ -16012,27 +9075,6 @@ public static extern Result CreateShaderModule( [NativeTypeName("VkShaderModule *")] ShaderModuleHandle* pShaderModule ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] [MethodImpl( @@ -16060,32 +9102,14 @@ public static Result CreateShaderModule( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateShadersEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern Result CreateShadersEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] ShaderCreateInfoEXT* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("VkShaderEXT *")] ShaderHandleEXT* pShaders ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] [MethodImpl( @@ -16096,10 +9120,10 @@ public static Result CreateShadersEXT( [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkShaderEXT *")] Ref pShaders + [NativeTypeName("VkShaderEXT *")] Ref pShaders ) { - fixed (ShaderEXTHandle* __dsl_pShaders = pShaders) + fixed (ShaderHandleEXT* __dsl_pShaders = pShaders) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (ShaderCreateInfoEXT* __dsl_pCreateInfos = pCreateInfos) { @@ -16114,25 +9138,15 @@ public static Result CreateShadersEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateSharedSwapchainsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] public static extern Result CreateSharedSwapchainsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] [MethodImpl( @@ -16144,10 +9158,10 @@ public static Result CreateSharedSwapchainsKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains ) { - fixed (SwapchainKHRHandle* __dsl_pSwapchains = pSwapchains) + fixed (SwapchainHandleKHR* __dsl_pSwapchains = pSwapchains) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (SwapchainCreateInfoKHR* __dsl_pCreateInfos = pCreateInfos) { @@ -16162,16 +9176,14 @@ public static Result CreateSharedSwapchainsKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateSwapchainKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public static extern Result CreateSwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchain + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchain ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] [MethodImpl( @@ -16182,10 +9194,10 @@ public static Result CreateSwapchainKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain ) { - fixed (SwapchainKHRHandle* __dsl_pSwapchain = pSwapchain) + fixed (SwapchainHandleKHR* __dsl_pSwapchain = pSwapchain) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (SwapchainCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) { @@ -16199,15 +9211,13 @@ public static Result CreateSwapchainKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateTensorARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public static extern Result CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] TensorCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorARM *")] TensorARMHandle* pTensor + [NativeTypeName("VkTensorARM *")] TensorHandleARM* pTensor ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] [MethodImpl( @@ -16217,10 +9227,10 @@ public static Result CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorARM *")] Ref pTensor + [NativeTypeName("VkTensorARM *")] Ref pTensor ) { - fixed (TensorARMHandle* __dsl_pTensor = pTensor) + fixed (TensorHandleARM* __dsl_pTensor = pTensor) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (TensorCreateInfoARM* __dsl_pCreateInfo = pCreateInfo) { @@ -16234,16 +9244,14 @@ public static Result CreateTensorARM( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateTensorViewARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public static extern Result CreateTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorViewCreateInfoARM *")] TensorViewCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorViewARM *")] TensorViewARMHandle* pView + [NativeTypeName("VkTensorViewARM *")] TensorViewHandleARM* pView ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] [MethodImpl( @@ -16254,10 +9262,10 @@ public static Result CreateTensorViewARM( [NativeTypeName("const VkTensorViewCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorViewARM *")] Ref pView + [NativeTypeName("VkTensorViewARM *")] Ref pView ) { - fixed (TensorViewARMHandle* __dsl_pView = pView) + fixed (TensorViewHandleARM* __dsl_pView = pView) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (TensorViewCreateInfoARM* __dsl_pCreateInfo = pCreateInfo) { @@ -16271,16 +9279,14 @@ public static Result CreateTensorViewARM( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateValidationCacheEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public static extern Result CreateValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkValidationCacheCreateInfoEXT *")] ValidationCacheCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheEXTHandle* pValidationCache + [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheHandleEXT* pValidationCache ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] [MethodImpl( @@ -16292,10 +9298,10 @@ public static Result CreateValidationCacheEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkValidationCacheEXT *")] - Ref pValidationCache + Ref pValidationCache ) { - fixed (ValidationCacheEXTHandle* __dsl_pValidationCache = pValidationCache) + fixed (ValidationCacheHandleEXT* __dsl_pValidationCache = pValidationCache) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (ValidationCacheCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -16309,24 +9315,14 @@ Ref pValidationCache } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkCreateVideoSessionKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static extern Result CreateVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] VideoSessionCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] VideoSessionKHRHandle* pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] VideoSessionHandleKHR* pVideoSession ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] [MethodImpl( @@ -16337,10 +9333,10 @@ public static Result CreateVideoSessionKHR( [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession ) { - fixed (VideoSessionKHRHandle* __dsl_pVideoSession = pVideoSession) + fixed (VideoSessionHandleKHR* __dsl_pVideoSession = pVideoSession) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (VideoSessionCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) { @@ -16358,25 +9354,15 @@ public static Result CreateVideoSessionKHR( ExactSpelling = true, EntryPoint = "vkCreateVideoSessionParametersKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static extern Result CreateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkVideoSessionParametersCreateInfoKHR *")] VideoSessionParametersCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - VideoSessionParametersKHRHandle* pVideoSessionParameters + VideoSessionParametersHandleKHR* pVideoSessionParameters ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] [MethodImpl( @@ -16388,11 +9374,11 @@ public static Result CreateVideoSessionParametersKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - Ref pVideoSessionParameters + Ref pVideoSessionParameters ) { fixed ( - VideoSessionParametersKHRHandle* __dsl_pVideoSessionParameters = + VideoSessionParametersHandleKHR* __dsl_pVideoSessionParameters = pVideoSessionParameters ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) @@ -16408,22 +9394,12 @@ Ref pVideoSessionParameters } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDebugMarkerSetObjectNameEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] public static extern Result DebugMarkerSetObjectNameEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDebugMarkerObjectNameInfoEXT *")] DebugMarkerObjectNameInfoEXT* pNameInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] [MethodImpl( @@ -16442,22 +9418,12 @@ Ref pNameInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDebugMarkerSetObjectTagEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] public static extern Result DebugMarkerSetObjectTagEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDebugMarkerObjectTagInfoEXT *")] DebugMarkerObjectTagInfoEXT* pTagInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] [MethodImpl( @@ -16476,7 +9442,6 @@ Ref pTagInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDebugReportMessageEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] public static extern void DebugReportMessageEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("VkDebugReportFlagsEXT")] DebugReportFlagsEXT flags, @@ -16488,7 +9453,6 @@ public static extern void DebugReportMessageEXT( [NativeTypeName("const char *")] sbyte* pMessage ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] [MethodImpl( @@ -16522,10 +9486,9 @@ public static void DebugReportMessageEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDeferredOperationJoinKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] public static extern Result DeferredOperationJoinKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ); [DllImport( @@ -16533,29 +9496,13 @@ public static extern Result DeferredOperationJoinKHR( ExactSpelling = true, EntryPoint = "vkDestroyAccelerationStructureKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern void DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] [MethodImpl( @@ -16564,7 +9511,7 @@ public static extern void DestroyAccelerationStructureKHR( public static void DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -16575,29 +9522,13 @@ public static void DestroyAccelerationStructureKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyAccelerationStructureNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static extern void DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] [MethodImpl( @@ -16606,7 +9537,7 @@ public static extern void DestroyAccelerationStructureNV( public static void DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -16617,64 +9548,12 @@ public static void DestroyAccelerationStructureNV( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyBuffer( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkBuffer")] BufferHandle buffer, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] [MethodImpl( @@ -16693,54 +9572,12 @@ public static void DestroyBuffer( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyBufferView")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyBufferView( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkBufferView")] BufferViewHandle bufferView, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] [MethodImpl( @@ -16759,64 +9596,12 @@ public static void DestroyBufferView( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyCommandPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyCommandPool( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkCommandPool")] CommandPoolHandle commandPool, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] [MethodImpl( @@ -16835,14 +9620,12 @@ public static void DestroyCommandPool( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyCuFunctionNVX")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public static extern void DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] [MethodImpl( @@ -16850,7 +9633,7 @@ public static extern void DestroyCuFunctionNVX( )] public static void DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -16861,14 +9644,12 @@ public static void DestroyCuFunctionNVX( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyCuModuleNVX")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public static extern void DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] [MethodImpl( @@ -16876,7 +9657,7 @@ public static extern void DestroyCuModuleNVX( )] public static void DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -16891,31 +9672,13 @@ public static void DestroyCuModuleNVX( ExactSpelling = true, EntryPoint = "vkDestroyDataGraphPipelineSessionARM" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] public static extern void DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] [MethodImpl( @@ -16924,7 +9687,7 @@ public static extern void DestroyDataGraphPipelineSessionARM( public static void DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -16935,14 +9698,12 @@ public static void DestroyDataGraphPipelineSessionARM( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyDebugReportCallbackEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] public static extern void DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] [MethodImpl( @@ -16950,7 +9711,7 @@ public static extern void DestroyDebugReportCallbackEXT( )] public static void DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -16961,14 +9722,12 @@ public static void DestroyDebugReportCallbackEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static extern void DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] [MethodImpl( @@ -16976,7 +9735,7 @@ public static extern void DestroyDebugUtilsMessengerEXT( )] public static void DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -16987,14 +9746,12 @@ public static void DestroyDebugUtilsMessengerEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyDeferredOperationKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] public static extern void DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] [MethodImpl( @@ -17002,7 +9759,7 @@ public static extern void DestroyDeferredOperationKHR( )] public static void DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -17013,54 +9770,12 @@ public static void DestroyDeferredOperationKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyDescriptorPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyDescriptorPool( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorPool")] DescriptorPoolHandle descriptorPool, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] [MethodImpl( @@ -17079,54 +9794,12 @@ public static void DestroyDescriptorPool( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyDescriptorSetLayout")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyDescriptorSetLayout( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSetLayout")] DescriptorSetLayoutHandle descriptorSetLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] [MethodImpl( @@ -17149,24 +9822,6 @@ public static void DestroyDescriptorSetLayout( ExactSpelling = true, EntryPoint = "vkDestroyDescriptorUpdateTemplate" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void DestroyDescriptorUpdateTemplate( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorUpdateTemplate")] @@ -17174,24 +9829,6 @@ public static extern void DestroyDescriptorUpdateTemplate( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] [MethodImpl( @@ -17215,7 +9852,6 @@ public static void DestroyDescriptorUpdateTemplate( ExactSpelling = true, EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] public static extern void DestroyDescriptorUpdateTemplateKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorUpdateTemplate")] @@ -17223,7 +9859,6 @@ public static extern void DestroyDescriptorUpdateTemplateKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] [MethodImpl( @@ -17247,63 +9882,11 @@ public static void DestroyDescriptorUpdateTemplateKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyDevice")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyDevice( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] [MethodImpl( @@ -17321,54 +9904,12 @@ public static void DestroyDevice( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyEvent")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyEvent( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkEvent")] EventHandle @event, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] [MethodImpl( @@ -17387,14 +9928,12 @@ public static void DestroyEvent( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyExternalComputeQueueNV")] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public static extern void DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] [MethodImpl( @@ -17402,7 +9941,7 @@ public static extern void DestroyExternalComputeQueueNV( )] public static void DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -17413,64 +9952,12 @@ public static void DestroyExternalComputeQueueNV( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyFence")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyFence( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkFence")] FenceHandle fence, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] [MethodImpl( @@ -17489,44 +9976,12 @@ public static void DestroyFence( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyFramebuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyFramebuffer( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkFramebuffer")] FramebufferHandle framebuffer, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] [MethodImpl( @@ -17545,64 +10000,12 @@ public static void DestroyFramebuffer( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyImage")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyImage( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkImage")] ImageHandle image, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] [MethodImpl( @@ -17621,64 +10024,12 @@ public static void DestroyImage( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyImageView")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyImageView( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkImageView")] ImageViewHandle imageView, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] [MethodImpl( @@ -17701,31 +10052,13 @@ public static void DestroyImageView( ExactSpelling = true, EntryPoint = "vkDestroyIndirectCommandsLayoutEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] [MethodImpl( @@ -17734,7 +10067,7 @@ public static extern void DestroyIndirectCommandsLayoutEXT( public static void DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -17749,23 +10082,13 @@ public static void DestroyIndirectCommandsLayoutEXT( ExactSpelling = true, EntryPoint = "vkDestroyIndirectCommandsLayoutNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public static extern void DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] [MethodImpl( @@ -17774,7 +10097,7 @@ public static extern void DestroyIndirectCommandsLayoutNV( public static void DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -17785,31 +10108,13 @@ public static void DestroyIndirectCommandsLayoutNV( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyIndirectExecutionSetEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] [MethodImpl( @@ -17818,7 +10123,7 @@ public static extern void DestroyIndirectExecutionSetEXT( public static void DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -17829,63 +10134,11 @@ public static void DestroyIndirectExecutionSetEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyInstance")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyInstance( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] [MethodImpl( @@ -17903,28 +10156,12 @@ public static void DestroyInstance( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyMicromapEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern void DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] [MethodImpl( @@ -17932,7 +10169,7 @@ public static extern void DestroyMicromapEXT( )] public static void DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -17943,30 +10180,12 @@ public static void DestroyMicromapEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyOpticalFlowSessionNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern void DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] [MethodImpl( @@ -17974,7 +10193,7 @@ public static extern void DestroyOpticalFlowSessionNV( )] public static void DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -17985,54 +10204,12 @@ public static void DestroyOpticalFlowSessionNV( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyPipeline")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyPipeline( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipeline")] PipelineHandle pipeline, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] [MethodImpl( @@ -18051,28 +10228,12 @@ public static void DestroyPipeline( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyPipelineBinaryKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public static extern void DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] [MethodImpl( @@ -18080,7 +10241,7 @@ public static extern void DestroyPipelineBinaryKHR( )] public static void DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -18091,54 +10252,12 @@ public static void DestroyPipelineBinaryKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyPipelineCache")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyPipelineCache( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] [MethodImpl( @@ -18157,54 +10276,12 @@ public static void DestroyPipelineCache( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyPipelineLayout")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyPipelineLayout( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipelineLayout")] PipelineLayoutHandle pipelineLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] [MethodImpl( @@ -18223,40 +10300,12 @@ public static void DestroyPipelineLayout( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyPrivateDataSlot")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void DestroyPrivateDataSlot( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPrivateDataSlot")] PrivateDataSlotHandle privateDataSlot, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] [MethodImpl( @@ -18275,28 +10324,12 @@ public static void DestroyPrivateDataSlot( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyPrivateDataSlotEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] public static extern void DestroyPrivateDataSlotEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPrivateDataSlot")] PrivateDataSlotHandle privateDataSlot, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] [MethodImpl( @@ -18315,64 +10348,12 @@ public static void DestroyPrivateDataSlotEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyQueryPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyQueryPool( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] [MethodImpl( @@ -18391,44 +10372,12 @@ public static void DestroyQueryPool( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyRenderPass")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyRenderPass( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderPass, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] [MethodImpl( @@ -18447,54 +10396,12 @@ public static void DestroyRenderPass( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroySampler")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroySampler( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkSampler")] SamplerHandle sampler, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] [MethodImpl( @@ -18513,24 +10420,6 @@ public static void DestroySampler( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroySamplerYcbcrConversion")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void DestroySamplerYcbcrConversion( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkSamplerYcbcrConversion")] @@ -18538,24 +10427,6 @@ public static extern void DestroySamplerYcbcrConversion( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] [MethodImpl( @@ -18579,14 +10450,6 @@ public static void DestroySamplerYcbcrConversion( ExactSpelling = true, EntryPoint = "vkDestroySamplerYcbcrConversionKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public static extern void DestroySamplerYcbcrConversionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkSamplerYcbcrConversion")] @@ -18594,14 +10457,6 @@ public static extern void DestroySamplerYcbcrConversionKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] [MethodImpl( @@ -18621,64 +10476,12 @@ public static void DestroySamplerYcbcrConversionKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroySemaphore")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroySemaphore( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] [MethodImpl( @@ -18697,30 +10500,12 @@ public static void DestroySemaphore( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyShaderEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern void DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] [MethodImpl( @@ -18728,7 +10513,7 @@ public static extern void DestroyShaderEXT( )] public static void DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -18739,54 +10524,12 @@ public static void DestroyShaderEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyShaderModule")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void DestroyShaderModule( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkShaderModule")] ShaderModuleHandle shaderModule, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] [MethodImpl( @@ -18805,14 +10548,12 @@ public static void DestroyShaderModule( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroySurfaceKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public static extern void DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] [MethodImpl( @@ -18820,7 +10561,7 @@ public static extern void DestroySurfaceKHR( )] public static void DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -18831,14 +10572,12 @@ public static void DestroySurfaceKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroySwapchainKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public static extern void DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] [MethodImpl( @@ -18846,7 +10585,7 @@ public static extern void DestroySwapchainKHR( )] public static void DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -18857,14 +10596,12 @@ public static void DestroySwapchainKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyTensorARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public static extern void DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] [MethodImpl( @@ -18872,7 +10609,7 @@ public static extern void DestroyTensorARM( )] public static void DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -18883,14 +10620,12 @@ public static void DestroyTensorARM( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyTensorViewARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public static extern void DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] [MethodImpl( @@ -18898,7 +10633,7 @@ public static extern void DestroyTensorViewARM( )] public static void DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -18909,14 +10644,12 @@ public static void DestroyTensorViewARM( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyValidationCacheEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public static extern void DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] [MethodImpl( @@ -18924,7 +10657,7 @@ public static extern void DestroyValidationCacheEXT( )] public static void DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -18935,22 +10668,12 @@ public static void DestroyValidationCacheEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDestroyVideoSessionKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static extern void DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] [MethodImpl( @@ -18958,7 +10681,7 @@ public static extern void DestroyVideoSessionKHR( )] public static void DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -18973,23 +10696,13 @@ public static void DestroyVideoSessionKHR( ExactSpelling = true, EntryPoint = "vkDestroyVideoSessionParametersKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static extern void DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] [MethodImpl( @@ -18998,7 +10711,7 @@ public static extern void DestroyVideoSessionParametersKHR( public static void DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -19009,53 +10722,17 @@ public static void DestroyVideoSessionParametersKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDeviceWaitIdle")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result DeviceWaitIdle( [NativeTypeName("VkDevice")] DeviceHandle device ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkDisplayPowerControlEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public static extern Result DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] DisplayPowerInfoEXT* pDisplayPowerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] [MethodImpl( @@ -19063,7 +10740,7 @@ public static extern Result DisplayPowerControlEXT( )] public static Result DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] Ref pDisplayPowerInfo ) @@ -19075,32 +10752,6 @@ Ref pDisplayPowerInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkEndCommandBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result EndCommandBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ); @@ -19110,32 +10761,6 @@ public static extern Result EndCommandBuffer( ExactSpelling = true, EntryPoint = "vkEnumerateDeviceExtensionProperties" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result EnumerateDeviceExtensionProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const char *")] sbyte* pLayerName, @@ -19143,32 +10768,6 @@ public static extern Result EnumerateDeviceExtensionProperties( ExtensionProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] [MethodImpl( @@ -19195,64 +10794,12 @@ Ref pProperties } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkEnumerateDeviceLayerProperties")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result EnumerateDeviceLayerProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pPropertyCount, LayerProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] [MethodImpl( @@ -19280,64 +10827,12 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkEnumerateInstanceExtensionProperties" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result EnumerateInstanceExtensionProperties( [NativeTypeName("const char *")] sbyte* pLayerName, [NativeTypeName("uint32_t *")] uint* pPropertyCount, ExtensionProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] [MethodImpl( @@ -19366,63 +10861,11 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkEnumerateInstanceLayerProperties" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result EnumerateInstanceLayerProperties( [NativeTypeName("uint32_t *")] uint* pPropertyCount, LayerProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] [MethodImpl( @@ -19444,54 +10887,10 @@ Ref pProperties } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkEnumerateInstanceVersion")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern Result EnumerateInstanceVersion( [NativeTypeName("uint32_t *")] uint* pApiVersion ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] [MethodImpl( @@ -19508,56 +10907,12 @@ public static Result EnumerateInstanceVersion( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkEnumeratePhysicalDeviceGroups")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern Result EnumeratePhysicalDeviceGroups( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("uint32_t *")] uint* pPhysicalDeviceGroupCount, PhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] [MethodImpl( @@ -19588,14 +10943,12 @@ Ref pPhysicalDeviceGroupProperties ExactSpelling = true, EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] public static extern Result EnumeratePhysicalDeviceGroupsKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("uint32_t *")] uint* pPhysicalDeviceGroupCount, PhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] [MethodImpl( @@ -19626,14 +10979,6 @@ Ref pPhysicalDeviceGroupProperties ExactSpelling = true, EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public static extern Result EnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, @@ -19642,14 +10987,6 @@ public static extern Result EnumeratePhysicalDeviceQueueFamilyPerformanceCounter PerformanceCounterDescriptionARM* pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -19687,14 +11024,6 @@ Ref pCounterDescriptions ExactSpelling = true, EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public static extern Result EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, @@ -19703,14 +11032,6 @@ public static extern Result EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCo PerformanceCounterDescriptionKHR* pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -19744,64 +11065,12 @@ Ref pCounterDescriptions } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkEnumeratePhysicalDevices")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result EnumeratePhysicalDevices( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("uint32_t *")] uint* pPhysicalDeviceCount, [NativeTypeName("VkPhysicalDevice *")] PhysicalDeviceHandle* pPhysicalDevices ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] [MethodImpl( @@ -19825,64 +11094,12 @@ public static Result EnumeratePhysicalDevices( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkFlushMappedMemoryRanges")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result FlushMappedMemoryRanges( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint memoryRangeCount, [NativeTypeName("const VkMappedMemoryRange *")] MappedMemoryRange* pMemoryRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] [MethodImpl( @@ -19904,32 +11121,6 @@ public static Result FlushMappedMemoryRanges( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] public static void FreeCommandBuffer( @@ -19939,32 +11130,6 @@ public static void FreeCommandBuffer( ) => FreeCommandBuffers(device, commandPool, 1, (CommandBufferHandle*)&pCommandBuffers); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkFreeCommandBuffers")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void FreeCommandBuffers( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkCommandPool")] CommandPoolHandle commandPool, @@ -19972,32 +11137,6 @@ public static extern void FreeCommandBuffers( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl( @@ -20017,27 +11156,6 @@ public static void FreeCommandBuffers( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkFreeDescriptorSets")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result FreeDescriptorSets( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorPool")] DescriptorPoolHandle descriptorPool, @@ -20045,27 +11163,6 @@ public static extern Result FreeDescriptorSets( [NativeTypeName("const VkDescriptorSet *")] DescriptorSetHandle* pDescriptorSets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] [MethodImpl( @@ -20090,64 +11187,12 @@ public static Result FreeDescriptorSets( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkFreeMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void FreeMemory( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDeviceMemory")] DeviceMemoryHandle memory, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] [MethodImpl( @@ -20170,14 +11215,6 @@ public static void FreeMemory( ExactSpelling = true, EntryPoint = "vkGetAccelerationStructureBuildSizesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern void GetAccelerationStructureBuildSizesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, AccelerationStructureBuildTypeKHR buildType, @@ -20187,14 +11224,6 @@ public static extern void GetAccelerationStructureBuildSizesKHR( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] [MethodImpl( @@ -20229,14 +11258,6 @@ Ref pSizeInfo EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR" )] [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern ulong GetAccelerationStructureDeviceAddressKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAccelerationStructureDeviceAddressInfoKHR *")] @@ -20244,14 +11265,6 @@ public static extern ulong GetAccelerationStructureDeviceAddressKHR( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] [MethodImpl( @@ -20274,30 +11287,14 @@ Ref pInfo ExactSpelling = true, EntryPoint = "vkGetAccelerationStructureHandleNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static extern Result GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] [MethodImpl( @@ -20306,7 +11303,7 @@ public static extern Result GetAccelerationStructureHandleNV( public static Result GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, Ref pData ) @@ -20327,14 +11324,6 @@ Ref pData ExactSpelling = true, EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static extern void GetAccelerationStructureMemoryRequirementsNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAccelerationStructureMemoryRequirementsInfoNV *")] @@ -20342,14 +11331,6 @@ public static extern void GetAccelerationStructureMemoryRequirementsNV( [NativeTypeName("VkMemoryRequirements2KHR *")] MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] [MethodImpl( @@ -20379,19 +11360,6 @@ Ref pMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern Result GetAccelerationStructureOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAccelerationStructureCaptureDescriptorDataInfoEXT *")] @@ -20399,19 +11367,6 @@ public static extern Result GetAccelerationStructureOpaqueCaptureDescriptorDataE void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -20440,48 +11395,12 @@ Ref pData [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetBufferDeviceAddress")] [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern ulong GetBufferDeviceAddress( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkBufferDeviceAddressInfo *")] BufferDeviceAddressInfo* pInfo ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] [MethodImpl( @@ -20500,28 +11419,12 @@ public static ulong GetBufferDeviceAddress( [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetBufferDeviceAddressEXT")] [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] public static extern ulong GetBufferDeviceAddressEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkBufferDeviceAddressInfo *")] BufferDeviceAddressInfo* pInfo ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] [MethodImpl( @@ -20540,28 +11443,12 @@ public static ulong GetBufferDeviceAddressEXT( [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetBufferDeviceAddressKHR")] [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] public static extern ulong GetBufferDeviceAddressKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkBufferDeviceAddressInfo *")] BufferDeviceAddressInfo* pInfo ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] [MethodImpl( @@ -20579,64 +11466,12 @@ public static ulong GetBufferDeviceAddressKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetBufferMemoryRequirements")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetBufferMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkBuffer")] BufferHandle buffer, MemoryRequirements* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] [MethodImpl( @@ -20655,28 +11490,6 @@ Ref pMemoryRequirements } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetBufferMemoryRequirements2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetBufferMemoryRequirements2( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkBufferMemoryRequirementsInfo2 *")] @@ -20684,28 +11497,6 @@ public static extern void GetBufferMemoryRequirements2( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] [MethodImpl( @@ -20730,7 +11521,6 @@ Ref pMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetBufferMemoryRequirements2KHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] public static extern void GetBufferMemoryRequirements2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkBufferMemoryRequirementsInfo2 *")] @@ -20738,7 +11528,6 @@ public static extern void GetBufferMemoryRequirements2KHR( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] [MethodImpl( @@ -20760,48 +11549,12 @@ Ref pMemoryRequirements [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetBufferOpaqueCaptureAddress")] [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern ulong GetBufferOpaqueCaptureAddress( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkBufferDeviceAddressInfo *")] BufferDeviceAddressInfo* pInfo ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] [MethodImpl( @@ -20824,28 +11577,12 @@ public static ulong GetBufferOpaqueCaptureAddress( EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR" )] [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] public static extern ulong GetBufferOpaqueCaptureAddressKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkBufferDeviceAddressInfo *")] BufferDeviceAddressInfo* pInfo ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] [MethodImpl( @@ -20867,16 +11604,6 @@ public static ulong GetBufferOpaqueCaptureAddressKHR( ExactSpelling = true, EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern Result GetBufferOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkBufferCaptureDescriptorDataInfoEXT *")] @@ -20884,16 +11611,6 @@ public static extern Result GetBufferOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] [MethodImpl( @@ -20918,14 +11635,6 @@ Ref pData } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetCalibratedTimestampsEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] public static extern Result GetCalibratedTimestampsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint timestampCount, @@ -20935,14 +11644,6 @@ public static extern Result GetCalibratedTimestampsEXT( [NativeTypeName("uint64_t *")] ulong* pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] [MethodImpl( @@ -20972,14 +11673,6 @@ public static Result GetCalibratedTimestampsEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetCalibratedTimestampsKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] public static extern Result GetCalibratedTimestampsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint timestampCount, @@ -20989,14 +11682,6 @@ public static extern Result GetCalibratedTimestampsKHR( [NativeTypeName("uint64_t *")] ulong* pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] [MethodImpl( @@ -21030,11 +11715,6 @@ public static Result GetCalibratedTimestampsKHR( ExactSpelling = true, EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public static extern void GetClusterAccelerationStructureBuildSizesNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkClusterAccelerationStructureInputInfoNV *")] @@ -21042,11 +11722,6 @@ public static extern void GetClusterAccelerationStructureBuildSizesNV( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] [MethodImpl( @@ -21071,15 +11746,6 @@ Ref pSizeInfo ExactSpelling = true, EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] public static extern Result GetDataGraphPipelineAvailablePropertiesARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDataGraphPipelineInfoARM *")] @@ -21088,15 +11754,6 @@ public static extern Result GetDataGraphPipelineAvailablePropertiesARM( DataGraphPipelinePropertyARM* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] [MethodImpl( @@ -21128,15 +11785,6 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetDataGraphPipelinePropertiesARM" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] public static extern Result GetDataGraphPipelinePropertiesARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDataGraphPipelineInfoARM *")] @@ -21145,15 +11793,6 @@ public static extern Result GetDataGraphPipelinePropertiesARM( DataGraphPipelinePropertyQueryResultARM* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] [MethodImpl( @@ -21184,15 +11823,6 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetDataGraphPipelineSessionBindPointRequirementsARM" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] public static extern Result GetDataGraphPipelineSessionBindPointRequirementsARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDataGraphPipelineSessionBindPointRequirementsInfoARM *")] @@ -21201,15 +11831,6 @@ public static extern Result GetDataGraphPipelineSessionBindPointRequirementsARM( DataGraphPipelineSessionBindPointRequirementARM* pBindPointRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -21247,15 +11868,6 @@ Ref pBindPointRequirements ExactSpelling = true, EntryPoint = "vkGetDataGraphPipelineSessionMemoryRequirementsARM" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] public static extern void GetDataGraphPipelineSessionMemoryRequirementsARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDataGraphPipelineSessionMemoryRequirementsInfoARM *")] @@ -21263,15 +11875,6 @@ public static extern void GetDataGraphPipelineSessionMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -21304,30 +11907,18 @@ Ref pMemoryRequirements EntryPoint = "vkGetDeferredOperationMaxConcurrencyKHR" )] [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] public static extern uint GetDeferredOperationMaxConcurrencyKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDeferredOperationResultKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] public static extern Result GetDeferredOperationResultKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDescriptorEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void GetDescriptorEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorGetInfoEXT *")] @@ -21336,16 +11927,6 @@ public static extern void GetDescriptorEXT( void* pDescriptor ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] [MethodImpl( @@ -21371,34 +11952,18 @@ Ref pDescriptor ExactSpelling = true, EntryPoint = "vkGetDescriptorSetHostMappingVALVE" )] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public static extern void GetDescriptorSetHostMappingValve( + public static extern void GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, void** ppData ); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetDescriptorSetHostMappingValve( + public static void GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, Ref2D ppData @@ -21406,7 +11971,7 @@ Ref2D ppData { fixed (void** __dsl_ppData = ppData) { - GetDescriptorSetHostMappingValve(device, descriptorSet, __dsl_ppData); + GetDescriptorSetHostMappingVALVE(device, descriptorSet, __dsl_ppData); } } @@ -21415,16 +11980,6 @@ Ref2D ppData ExactSpelling = true, EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void GetDescriptorSetLayoutBindingOffsetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSetLayout")] DescriptorSetLayoutHandle layout, @@ -21432,16 +11987,6 @@ public static extern void GetDescriptorSetLayoutBindingOffsetEXT( [NativeTypeName("VkDeviceSize *")] ulong* pOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] [MethodImpl( @@ -21465,45 +12010,29 @@ public static void GetDescriptorSetLayoutBindingOffsetEXT( ExactSpelling = true, EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE" )] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] - public static extern void GetDescriptorSetLayoutHostMappingInfoValve( + public static extern void GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - DescriptorSetBindingReferenceValve* pBindingReference, - DescriptorSetLayoutHostMappingInfoValve* pHostMapping + DescriptorSetBindingReferenceVALVE* pBindingReference, + DescriptorSetLayoutHostMappingInfoVALVE* pHostMapping ); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetDescriptorSetLayoutHostMappingInfoValve( + public static void GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - Ref pBindingReference, - Ref pHostMapping + Ref pBindingReference, + Ref pHostMapping ) { - fixed (DescriptorSetLayoutHostMappingInfoValve* __dsl_pHostMapping = pHostMapping) - fixed (DescriptorSetBindingReferenceValve* __dsl_pBindingReference = pBindingReference) + fixed (DescriptorSetLayoutHostMappingInfoVALVE* __dsl_pHostMapping = pHostMapping) + fixed (DescriptorSetBindingReferenceVALVE* __dsl_pBindingReference = pBindingReference) { - GetDescriptorSetLayoutHostMappingInfoValve( + GetDescriptorSetLayoutHostMappingInfoVALVE( device, __dsl_pBindingReference, __dsl_pHostMapping @@ -21512,32 +12041,12 @@ Ref pHostMapping } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void GetDescriptorSetLayoutSizeEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSetLayout")] DescriptorSetLayoutHandle layout, [NativeTypeName("VkDeviceSize *")] ulong* pLayoutSizeInBytes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] [MethodImpl( @@ -21556,24 +12065,6 @@ public static void GetDescriptorSetLayoutSizeEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDescriptorSetLayoutSupport")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetDescriptorSetLayoutSupport( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetLayoutCreateInfo *")] @@ -21581,24 +12072,6 @@ public static extern void GetDescriptorSetLayoutSupport( DescriptorSetLayoutSupport* pSupport ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] [MethodImpl( @@ -21623,14 +12096,6 @@ Ref pSupport ExactSpelling = true, EntryPoint = "vkGetDescriptorSetLayoutSupportKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] public static extern void GetDescriptorSetLayoutSupportKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetLayoutCreateInfo *")] @@ -21638,14 +12103,6 @@ public static extern void GetDescriptorSetLayoutSupportKHR( DescriptorSetLayoutSupport* pSupport ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] [MethodImpl( @@ -21670,14 +12127,6 @@ Ref pSupport ExactSpelling = true, EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern void GetDeviceAccelerationStructureCompatibilityKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAccelerationStructureVersionInfoKHR *")] @@ -21685,14 +12134,6 @@ public static extern void GetDeviceAccelerationStructureCompatibilityKHR( AccelerationStructureCompatibilityKHR* pCompatibility ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] [MethodImpl( @@ -21721,20 +12162,6 @@ Ref pCompatibility ExactSpelling = true, EntryPoint = "vkGetDeviceBufferMemoryRequirements" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void GetDeviceBufferMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceBufferMemoryRequirements *")] @@ -21742,20 +12169,6 @@ public static extern void GetDeviceBufferMemoryRequirements( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] [MethodImpl( @@ -21780,7 +12193,6 @@ Ref pMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] public static extern void GetDeviceBufferMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceBufferMemoryRequirements *")] @@ -21788,7 +12200,6 @@ public static extern void GetDeviceBufferMemoryRequirementsKHR( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] [MethodImpl( @@ -21813,28 +12224,12 @@ Ref pMemoryRequirements } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDeviceFaultInfoEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public static extern Result GetDeviceFaultInfoEXT( [NativeTypeName("VkDevice")] DeviceHandle device, DeviceFaultCountsEXT* pFaultCounts, DeviceFaultInfoEXT* pFaultInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] [MethodImpl( @@ -21858,28 +12253,6 @@ Ref pFaultInfo ExactSpelling = true, EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetDeviceGroupPeerMemoryFeatures( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint heapIndex, @@ -21889,28 +12262,6 @@ public static extern void GetDeviceGroupPeerMemoryFeatures( PeerMemoryFeatureFlags* pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] [MethodImpl( @@ -21942,11 +12293,6 @@ Ref pPeerMemoryFeatures ExactSpelling = true, EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] public static extern void GetDeviceGroupPeerMemoryFeaturesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint heapIndex, @@ -21956,11 +12302,6 @@ public static extern void GetDeviceGroupPeerMemoryFeaturesKHR( PeerMemoryFeatureFlags* pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] [MethodImpl( @@ -21992,23 +12333,11 @@ Ref pPeerMemoryFeatures ExactSpelling = true, EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public static extern Result GetDeviceGroupPresentCapabilitiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, DeviceGroupPresentCapabilitiesKHR* pDeviceGroupPresentCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] [MethodImpl( @@ -22036,25 +12365,13 @@ Ref pDeviceGroupPresentCapabilities ExactSpelling = true, EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public static extern Result GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] DeviceGroupPresentModeFlagsKHR* pModes ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] [MethodImpl( @@ -22062,7 +12379,7 @@ public static extern Result GetDeviceGroupSurfacePresentModesKHR( )] public static Result GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] Ref pModes ) @@ -22078,20 +12395,6 @@ Ref pModes ExactSpelling = true, EntryPoint = "vkGetDeviceImageMemoryRequirements" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void GetDeviceImageMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceImageMemoryRequirements *")] @@ -22099,20 +12402,6 @@ public static extern void GetDeviceImageMemoryRequirements( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] [MethodImpl( @@ -22137,7 +12426,6 @@ Ref pMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] public static extern void GetDeviceImageMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceImageMemoryRequirements *")] @@ -22145,7 +12433,6 @@ public static extern void GetDeviceImageMemoryRequirementsKHR( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] [MethodImpl( @@ -22170,20 +12457,6 @@ Ref pMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetDeviceImageSparseMemoryRequirements" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void GetDeviceImageSparseMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceImageMemoryRequirements *")] @@ -22192,20 +12465,6 @@ public static extern void GetDeviceImageSparseMemoryRequirements( SparseImageMemoryRequirements2* pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] [MethodImpl( @@ -22240,7 +12499,6 @@ Ref pSparseMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] public static extern void GetDeviceImageSparseMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceImageMemoryRequirements *")] @@ -22249,7 +12507,6 @@ public static extern void GetDeviceImageSparseMemoryRequirementsKHR( SparseImageMemoryRequirements2* pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] [MethodImpl( @@ -22284,16 +12541,6 @@ Ref pSparseMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetDeviceImageSubresourceLayout" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public static extern void GetDeviceImageSubresourceLayout( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceImageSubresourceInfo *")] @@ -22301,16 +12548,6 @@ public static extern void GetDeviceImageSubresourceLayout( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] [MethodImpl( @@ -22335,11 +12572,6 @@ Ref pLayout ExactSpelling = true, EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] public static extern void GetDeviceImageSubresourceLayoutKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceImageSubresourceInfo *")] @@ -22347,11 +12579,6 @@ public static extern void GetDeviceImageSubresourceLayoutKHR( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] [MethodImpl( @@ -22372,64 +12599,12 @@ Ref pLayout } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDeviceMemoryCommitment")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetDeviceMemoryCommitment( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDeviceMemory")] DeviceMemoryHandle memory, [NativeTypeName("VkDeviceSize *")] ulong* pCommittedMemoryInBytes ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] [MethodImpl( @@ -22453,24 +12628,6 @@ public static void GetDeviceMemoryCommitment( EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress" )] [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern ulong GetDeviceMemoryOpaqueCaptureAddress( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceMemoryOpaqueCaptureAddressInfo *")] @@ -22478,24 +12635,6 @@ public static extern ulong GetDeviceMemoryOpaqueCaptureAddress( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] [MethodImpl( @@ -22519,14 +12658,6 @@ Ref pInfo EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR" )] [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] public static extern ulong GetDeviceMemoryOpaqueCaptureAddressKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceMemoryOpaqueCaptureAddressInfo *")] @@ -22534,14 +12665,6 @@ public static extern ulong GetDeviceMemoryOpaqueCaptureAddressKHR( ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] [MethodImpl( @@ -22564,14 +12687,6 @@ Ref pInfo ExactSpelling = true, EntryPoint = "vkGetDeviceMicromapCompatibilityEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern void GetDeviceMicromapCompatibilityEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMicromapVersionInfoEXT *")] @@ -22579,14 +12694,6 @@ public static extern void GetDeviceMicromapCompatibilityEXT( AccelerationStructureCompatibilityKHR* pCompatibility ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] [MethodImpl( @@ -22608,107 +12715,29 @@ Ref pCompatibility [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDeviceProcAddr")] [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - public static extern PFNVkVoidFunction GetDeviceProcAddr( + public static extern VoidFunction GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] sbyte* pName ); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static PFNVkVoidFunction GetDeviceProcAddr( + public static VoidFunction GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] Ref pName ) { fixed (sbyte* __dsl_pName = pName) { - return (PFNVkVoidFunction)GetDeviceProcAddr(device, __dsl_pName); + return (VoidFunction)GetDeviceProcAddr(device, __dsl_pName); } } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDeviceQueue")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetDeviceQueue( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint queueFamilyIndex, @@ -22716,32 +12745,6 @@ public static extern void GetDeviceQueue( [NativeTypeName("VkQueue *")] QueueHandle* pQueue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] [MethodImpl( @@ -22761,56 +12764,12 @@ public static void GetDeviceQueue( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDeviceQueue2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetDeviceQueue2( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceQueueInfo2 *")] DeviceQueueInfo2* pQueueInfo, [NativeTypeName("VkQueue *")] QueueHandle* pQueue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] [MethodImpl( @@ -22834,36 +12793,18 @@ public static void GetDeviceQueue2( ExactSpelling = true, EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI" )] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] - public static extern Result GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + public static extern Result GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Extent2D* pMaxWorkgroupSize ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + public static Result GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Ref pMaxWorkgroupSize @@ -22871,7 +12812,7 @@ Ref pMaxWorkgroupSize { fixed (Extent2D* __dsl_pMaxWorkgroupSize = pMaxWorkgroupSize) { - return (Result)GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + return (Result)GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( device, renderpass, __dsl_pMaxWorkgroupSize @@ -22884,7 +12825,6 @@ Ref pMaxWorkgroupSize ExactSpelling = true, EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM" )] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public static extern void GetDeviceTensorMemoryRequirementsARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceTensorMemoryRequirementsARM *")] @@ -22892,7 +12832,6 @@ public static extern void GetDeviceTensorMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] [MethodImpl( @@ -22917,23 +12856,13 @@ Ref pMemoryRequirements } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDisplayModeProperties2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public static extern Result GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModeProperties2KHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] [MethodImpl( @@ -22941,7 +12870,7 @@ public static extern Result GetDisplayModeProperties2KHR( )] public static Result GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ) @@ -22959,15 +12888,13 @@ Ref pProperties } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDisplayModePropertiesKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public static extern Result GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModePropertiesKHR* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] [MethodImpl( @@ -22975,7 +12902,7 @@ public static extern Result GetDisplayModePropertiesKHR( )] public static Result GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ) @@ -22997,11 +12924,6 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetDisplayPlaneCapabilities2KHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public static extern Result GetDisplayPlaneCapabilities2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkDisplayPlaneInfo2KHR *")] @@ -23009,11 +12931,6 @@ public static extern Result GetDisplayPlaneCapabilities2KHR( DisplayPlaneCapabilities2KHR* pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] [MethodImpl( @@ -23038,15 +12955,13 @@ Ref pCapabilities } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public static extern Result GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, DisplayPlaneCapabilitiesKHR* pCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] [MethodImpl( @@ -23054,7 +12969,7 @@ public static extern Result GetDisplayPlaneCapabilitiesKHR( )] public static Result GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, Ref pCapabilities ) @@ -23075,15 +12990,13 @@ Ref pCapabilities ExactSpelling = true, EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public static extern Result GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] uint* pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* pDisplays + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* pDisplays ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] [MethodImpl( @@ -23093,10 +13006,10 @@ public static Result GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] Ref pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] Ref pDisplays + [NativeTypeName("VkDisplayKHR *")] Ref pDisplays ) { - fixed (DisplayKHRHandle* __dsl_pDisplays = pDisplays) + fixed (DisplayHandleKHR* __dsl_pDisplays = pDisplays) fixed (uint* __dsl_pDisplayCount = pDisplayCount) { return (Result)GetDisplayPlaneSupportedDisplaysKHR( @@ -23109,23 +13022,13 @@ public static Result GetDisplayPlaneSupportedDisplaysKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetDrmDisplayEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] public static extern Result GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* display + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* display ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] [MethodImpl( @@ -23135,10 +13038,10 @@ public static Result GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] Ref display + [NativeTypeName("VkDisplayKHR *")] Ref display ) { - fixed (DisplayKHRHandle* __dsl_display = display) + fixed (DisplayHandleKHR* __dsl_display = display) { return (Result)GetDrmDisplayEXT(physicalDevice, drmFd, connectorId, __dsl_display); } @@ -23149,28 +13052,12 @@ public static Result GetDrmDisplayEXT( ExactSpelling = true, EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM" )] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] public static extern Result GetDynamicRenderingTilePropertiesQCOM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo, TilePropertiesQCOM* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] [MethodImpl( @@ -23198,14 +13085,6 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetEncodedVideoSessionParametersKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public static extern Result GetEncodedVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkVideoEncodeSessionParametersGetInfoKHR *")] @@ -23215,14 +13094,6 @@ public static extern Result GetEncodedVideoSessionParametersKHR( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] [MethodImpl( @@ -23256,48 +13127,25 @@ Ref pData } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetEventStatus")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result GetEventStatus( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkEvent")] EventHandle @event ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetExternalComputeQueueDataNV")] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public static extern void GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, ExternalComputeQueueDataParamsNV* @params, void* pData ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, Ref @params, Ref pData ) @@ -23310,28 +13158,12 @@ Ref pData } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetFenceFdKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public static extern Result GetFenceFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkFenceGetFdInfoKHR *")] FenceGetFdInfoKHR* pGetFdInfo, int* pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] [MethodImpl( @@ -23351,32 +13183,6 @@ Ref pFd } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetFenceStatus")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result GetFenceStatus( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkFence")] FenceHandle fence @@ -23387,14 +13193,6 @@ public static extern Result GetFenceStatus( ExactSpelling = true, EntryPoint = "vkGetFramebufferTilePropertiesQCOM" )] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] public static extern Result GetFramebufferTilePropertiesQCOM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkFramebuffer")] FramebufferHandle framebuffer, @@ -23402,14 +13200,6 @@ public static extern Result GetFramebufferTilePropertiesQCOM( TilePropertiesQCOM* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] [MethodImpl( @@ -23439,15 +13229,6 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void GetGeneratedCommandsMemoryRequirementsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkGeneratedCommandsMemoryRequirementsInfoEXT *")] @@ -23455,15 +13236,6 @@ public static extern void GetGeneratedCommandsMemoryRequirementsEXT( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] [MethodImpl( @@ -23492,11 +13264,6 @@ Ref pMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public static extern void GetGeneratedCommandsMemoryRequirementsNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkGeneratedCommandsMemoryRequirementsInfoNV *")] @@ -23504,11 +13271,6 @@ public static extern void GetGeneratedCommandsMemoryRequirementsNV( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] [MethodImpl( @@ -23537,30 +13299,12 @@ Ref pMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static extern Result GetImageDrmFormatModifierPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkImage")] ImageHandle image, ImageDrmFormatModifierPropertiesEXT* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] [MethodImpl( @@ -23583,64 +13327,12 @@ Ref pProperties } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetImageMemoryRequirements")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetImageMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkImage")] ImageHandle image, MemoryRequirements* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] [MethodImpl( @@ -23659,28 +13351,6 @@ Ref pMemoryRequirements } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetImageMemoryRequirements2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetImageMemoryRequirements2( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImageMemoryRequirementsInfo2 *")] @@ -23688,28 +13358,6 @@ public static extern void GetImageMemoryRequirements2( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] [MethodImpl( @@ -23730,7 +13378,6 @@ Ref pMemoryRequirements } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetImageMemoryRequirements2KHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] public static extern void GetImageMemoryRequirements2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImageMemoryRequirementsInfo2 *")] @@ -23738,7 +13385,6 @@ public static extern void GetImageMemoryRequirements2KHR( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] [MethodImpl( @@ -23763,16 +13409,6 @@ Ref pMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern Result GetImageOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImageCaptureDescriptorDataInfoEXT *")] @@ -23780,16 +13416,6 @@ public static extern Result GetImageOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] [MethodImpl( @@ -23818,32 +13444,6 @@ Ref pData ExactSpelling = true, EntryPoint = "vkGetImageSparseMemoryRequirements" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetImageSparseMemoryRequirements( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkImage")] ImageHandle image, @@ -23851,32 +13451,6 @@ public static extern void GetImageSparseMemoryRequirements( SparseImageMemoryRequirements* pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] [MethodImpl( @@ -23909,28 +13483,6 @@ Ref pSparseMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetImageSparseMemoryRequirements2" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetImageSparseMemoryRequirements2( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImageSparseMemoryRequirementsInfo2 *")] @@ -23939,28 +13491,6 @@ public static extern void GetImageSparseMemoryRequirements2( SparseImageMemoryRequirements2* pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] [MethodImpl( @@ -23995,7 +13525,6 @@ Ref pSparseMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetImageSparseMemoryRequirements2KHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] public static extern void GetImageSparseMemoryRequirements2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImageSparseMemoryRequirementsInfo2 *")] @@ -24004,7 +13533,6 @@ public static extern void GetImageSparseMemoryRequirements2KHR( SparseImageMemoryRequirements2* pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] [MethodImpl( @@ -24035,32 +13563,6 @@ Ref pSparseMemoryRequirements } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetImageSubresourceLayout")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetImageSubresourceLayout( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkImage")] ImageHandle image, @@ -24068,32 +13570,6 @@ public static extern void GetImageSubresourceLayout( SubresourceLayout* pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] [MethodImpl( @@ -24114,16 +13590,6 @@ Ref pLayout } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetImageSubresourceLayout2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public static extern void GetImageSubresourceLayout2( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkImage")] ImageHandle image, @@ -24131,16 +13597,6 @@ public static extern void GetImageSubresourceLayout2( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] [MethodImpl( @@ -24161,15 +13617,6 @@ Ref pLayout } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetImageSubresourceLayout2EXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern void GetImageSubresourceLayout2EXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkImage")] ImageHandle image, @@ -24177,15 +13624,6 @@ public static extern void GetImageSubresourceLayout2EXT( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] [MethodImpl( @@ -24206,11 +13644,6 @@ Ref pLayout } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetImageSubresourceLayout2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] public static extern void GetImageSubresourceLayout2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkImage")] ImageHandle image, @@ -24218,11 +13651,6 @@ public static extern void GetImageSubresourceLayout2KHR( SubresourceLayout2* pLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] [MethodImpl( @@ -24243,14 +13671,12 @@ Ref pLayout } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetImageViewAddressNVX")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public static extern Result GetImageViewAddressNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkImageView")] ImageViewHandle imageView, ImageViewAddressPropertiesNVX* pProperties ); - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] [MethodImpl( @@ -24270,14 +13696,12 @@ Ref pProperties [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetImageViewHandle64NVX")] [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public static extern ulong GetImageViewHandle64NVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImageViewHandleInfoNVX *")] ImageViewHandleInfoNVX* pInfo ); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] [MethodImpl( @@ -24296,14 +13720,12 @@ public static ulong GetImageViewHandle64NVX( [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetImageViewHandleNVX")] [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public static extern uint GetImageViewHandleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImageViewHandleInfoNVX *")] ImageViewHandleInfoNVX* pInfo ); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] [MethodImpl( @@ -24325,16 +13747,6 @@ public static uint GetImageViewHandleNVX( ExactSpelling = true, EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern Result GetImageViewOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImageViewCaptureDescriptorDataInfoEXT *")] @@ -24342,16 +13754,6 @@ public static extern Result GetImageViewOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] [MethodImpl( @@ -24377,107 +13779,35 @@ Ref pData [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetInstanceProcAddr")] [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] - public static extern PFNVkVoidFunction GetInstanceProcAddr( + public static extern VoidFunction GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] sbyte* pName ); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static PFNVkVoidFunction GetInstanceProcAddr( + public static VoidFunction GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] Ref pName ) { fixed (sbyte* __dsl_pName = pName) { - return (PFNVkVoidFunction)GetInstanceProcAddr(instance, __dsl_pName); + return (VoidFunction)GetInstanceProcAddr(instance, __dsl_pName); } } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetLatencyTimingsNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public static extern void GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, GetLatencyMarkerInfoNV* pLatencyMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] [MethodImpl( @@ -24485,7 +13815,7 @@ public static extern void GetLatencyTimingsNV( )] public static void GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, Ref pLatencyMarkerInfo ) { @@ -24496,28 +13826,12 @@ Ref pLatencyMarkerInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetMemoryFdKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public static extern Result GetMemoryFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMemoryGetFdInfoKHR *")] MemoryGetFdInfoKHR* pGetFdInfo, int* pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] [MethodImpl( @@ -24537,14 +13851,6 @@ Ref pFd } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetMemoryFdPropertiesKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public static extern Result GetMemoryFdPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, ExternalMemoryHandleTypeFlags handleType, @@ -24552,14 +13858,6 @@ public static extern Result GetMemoryFdPropertiesKHR( MemoryFdPropertiesKHR* pMemoryFdProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] [MethodImpl( @@ -24588,14 +13886,6 @@ Ref pMemoryFdProperties ExactSpelling = true, EntryPoint = "vkGetMemoryHostPointerPropertiesEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public static extern Result GetMemoryHostPointerPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, ExternalMemoryHandleTypeFlags handleType, @@ -24603,14 +13893,6 @@ public static extern Result GetMemoryHostPointerPropertiesEXT( MemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] [MethodImpl( @@ -24639,14 +13921,6 @@ Ref pMemoryHostPointerProperties } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetMemoryRemoteAddressNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] public static extern Result GetMemoryRemoteAddressNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMemoryGetRemoteAddressInfoNV *")] @@ -24654,14 +13928,6 @@ public static extern Result GetMemoryRemoteAddressNV( [NativeTypeName("VkRemoteAddressNV *")] void** pAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] [MethodImpl( @@ -24689,14 +13955,6 @@ public static Result GetMemoryRemoteAddressNV( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetMicromapBuildSizesEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern void GetMicromapBuildSizesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, AccelerationStructureBuildTypeKHR buildType, @@ -24704,14 +13962,6 @@ public static extern void GetMicromapBuildSizesEXT( MicromapBuildSizesInfoEXT* pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] [MethodImpl( @@ -24736,11 +13986,6 @@ Ref pSizeInfo ExactSpelling = true, EntryPoint = "vkGetPartitionedAccelerationStructuresBuildSizesNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public static extern void GetPartitionedAccelerationStructuresBuildSizesNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPartitionedAccelerationStructureInstancesInputNV *")] @@ -24748,11 +13993,6 @@ public static extern void GetPartitionedAccelerationStructuresBuildSizesNV( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction( "vulkan", @@ -24784,39 +14024,29 @@ Ref pSizeInfo ExactSpelling = true, EntryPoint = "vkGetPastPresentationTimingGOOGLE" )] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - public static extern Result GetPastPresentationTimingGoogle( + public static extern Result GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pPresentationTimingCount, - PastPresentationTimingGoogle* pPresentationTimings + PastPresentationTimingGOOGLE* pPresentationTimings ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result GetPastPresentationTimingGoogle( + public static Result GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pPresentationTimingCount, - Ref pPresentationTimings + Ref pPresentationTimings ) { - fixed (PastPresentationTimingGoogle* __dsl_pPresentationTimings = pPresentationTimings) + fixed (PastPresentationTimingGOOGLE* __dsl_pPresentationTimings = pPresentationTimings) fixed (uint* __dsl_pPresentationTimingCount = pPresentationTimingCount) { - return (Result)GetPastPresentationTimingGoogle( + return (Result)GetPastPresentationTimingGOOGLE( device, swapchain, __dsl_pPresentationTimingCount, @@ -24826,28 +14056,26 @@ Ref pPresentationTimings } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetPerformanceParameterINTEL")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public static extern Result GetPerformanceParameterIntel( + public static extern Result GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - PerformanceValueIntel* pValue + PerformanceParameterTypeINTEL parameter, + PerformanceValueINTEL* pValue ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result GetPerformanceParameterIntel( + public static Result GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - Ref pValue + PerformanceParameterTypeINTEL parameter, + Ref pValue ) { - fixed (PerformanceValueIntel* __dsl_pValue = pValue) + fixed (PerformanceValueINTEL* __dsl_pValue = pValue) { - return (Result)GetPerformanceParameterIntel(device, parameter, __dsl_pValue); + return (Result)GetPerformanceParameterINTEL(device, parameter, __dsl_pValue); } } @@ -24856,28 +14084,12 @@ Ref pValue ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] public static extern Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pTimeDomainCount, TimeDomainKHR* pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] [MethodImpl( @@ -24905,28 +14117,12 @@ Ref pTimeDomains ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] public static extern Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pTimeDomainCount, TimeDomainKHR* pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] [MethodImpl( @@ -24954,22 +14150,12 @@ Ref pTimeDomains ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public static extern Result GetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pPropertyCount, CooperativeMatrixFlexibleDimensionsPropertiesNV* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [Transformed] [NativeFunction( "vulkan", @@ -25000,28 +14186,12 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public static extern Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pPropertyCount, CooperativeMatrixPropertiesKHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] [MethodImpl( @@ -25049,28 +14219,12 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public static extern Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pPropertyCount, CooperativeMatrixPropertiesNV* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] [MethodImpl( @@ -25098,28 +14252,12 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public static extern Result GetPhysicalDeviceCooperativeVectorPropertiesNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pPropertyCount, CooperativeVectorPropertiesNV* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] [MethodImpl( @@ -25147,22 +14285,12 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public static extern Result GetPhysicalDeviceDisplayPlaneProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayPlaneProperties2KHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] [MethodImpl( @@ -25190,14 +14318,12 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public static extern Result GetPhysicalDeviceDisplayPlanePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayPlanePropertiesKHR* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] [MethodImpl( @@ -25225,22 +14351,12 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public static extern Result GetPhysicalDeviceDisplayProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayProperties2KHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] [MethodImpl( @@ -25268,14 +14384,12 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public static extern Result GetPhysicalDeviceDisplayPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayPropertiesKHR* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] [MethodImpl( @@ -25303,28 +14417,6 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetPhysicalDeviceExternalBufferProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceExternalBufferInfo *")] @@ -25332,28 +14424,6 @@ public static extern void GetPhysicalDeviceExternalBufferProperties( ExternalBufferProperties* pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] [MethodImpl( @@ -25387,14 +14457,6 @@ Ref pExternalBufferProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] public static extern void GetPhysicalDeviceExternalBufferPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceExternalBufferInfo *")] @@ -25402,14 +14464,6 @@ public static extern void GetPhysicalDeviceExternalBufferPropertiesKHR( ExternalBufferProperties* pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] [MethodImpl( @@ -25443,28 +14497,6 @@ Ref pExternalBufferProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetPhysicalDeviceExternalFenceProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceExternalFenceInfo *")] @@ -25472,28 +14504,6 @@ public static extern void GetPhysicalDeviceExternalFenceProperties( ExternalFenceProperties* pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] [MethodImpl( @@ -25524,14 +14534,6 @@ Ref pExternalFenceProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] public static extern void GetPhysicalDeviceExternalFencePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceExternalFenceInfo *")] @@ -25539,14 +14541,6 @@ public static extern void GetPhysicalDeviceExternalFencePropertiesKHR( ExternalFenceProperties* pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] [MethodImpl( @@ -25577,7 +14571,6 @@ Ref pExternalFenceProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceExternalImageFormatPropertiesNV" )] - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] public static extern Result GetPhysicalDeviceExternalImageFormatPropertiesNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, Format format, @@ -25590,7 +14583,6 @@ public static extern Result GetPhysicalDeviceExternalImageFormatPropertiesNV( ExternalImageFormatPropertiesNV* pExternalImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [Transformed] [NativeFunction( "vulkan", @@ -25634,28 +14626,6 @@ Ref pExternalImageFormatProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetPhysicalDeviceExternalSemaphoreProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceExternalSemaphoreInfo *")] @@ -25663,28 +14633,6 @@ public static extern void GetPhysicalDeviceExternalSemaphoreProperties( ExternalSemaphoreProperties* pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] [MethodImpl( @@ -25719,14 +14667,6 @@ Ref pExternalSemaphoreProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] public static extern void GetPhysicalDeviceExternalSemaphorePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceExternalSemaphoreInfo *")] @@ -25734,14 +14674,6 @@ public static extern void GetPhysicalDeviceExternalSemaphorePropertiesKHR( ExternalSemaphoreProperties* pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] [MethodImpl( @@ -25776,7 +14708,6 @@ Ref pExternalSemaphoreProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM" )] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public static extern void GetPhysicalDeviceExternalTensorPropertiesARM( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceExternalTensorInfoARM *")] @@ -25784,7 +14715,6 @@ public static extern void GetPhysicalDeviceExternalTensorPropertiesARM( ExternalTensorPropertiesARM* pExternalTensorProperties ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] [MethodImpl( @@ -25814,63 +14744,11 @@ Ref pExternalTensorProperties } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceFeatures")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetPhysicalDeviceFeatures( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceFeatures* pFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] [MethodImpl( @@ -25888,55 +14766,11 @@ Ref pFeatures } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceFeatures2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetPhysicalDeviceFeatures2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceFeatures2* pFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] [MethodImpl( @@ -25954,13 +14788,11 @@ Ref pFeatures } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] public static extern void GetPhysicalDeviceFeatures2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceFeatures2* pFeatures ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] [MethodImpl( @@ -25982,64 +14814,12 @@ Ref pFeatures ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceFormatProperties" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetPhysicalDeviceFormatProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, Format format, FormatProperties* pFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] [MethodImpl( @@ -26062,56 +14842,12 @@ Ref pFormatProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceFormatProperties2" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetPhysicalDeviceFormatProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, Format format, FormatProperties2* pFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] [MethodImpl( @@ -26134,14 +14870,12 @@ Ref pFormatProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] public static extern void GetPhysicalDeviceFormatProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, Format format, FormatProperties2* pFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] [MethodImpl( @@ -26168,30 +14902,12 @@ Ref pFormatProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static extern Result GetPhysicalDeviceFragmentShadingRatesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pFragmentShadingRateCount, PhysicalDeviceFragmentShadingRateKHR* pFragmentShadingRates ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] [MethodImpl( @@ -26222,32 +14938,6 @@ Ref pFragmentShadingRates ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceImageFormatProperties" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result GetPhysicalDeviceImageFormatProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, Format format, @@ -26258,32 +14948,6 @@ public static extern Result GetPhysicalDeviceImageFormatProperties( ImageFormatProperties* pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] [MethodImpl( @@ -26318,28 +14982,6 @@ Ref pImageFormatProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern Result GetPhysicalDeviceImageFormatProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceImageFormatInfo2 *")] @@ -26347,28 +14989,6 @@ public static extern Result GetPhysicalDeviceImageFormatProperties2( ImageFormatProperties2* pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] [MethodImpl( @@ -26397,7 +15017,6 @@ Ref pImageFormatProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] public static extern Result GetPhysicalDeviceImageFormatProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceImageFormatInfo2 *")] @@ -26405,7 +15024,6 @@ public static extern Result GetPhysicalDeviceImageFormatProperties2KHR( ImageFormatProperties2* pImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] [MethodImpl( @@ -26434,63 +15052,11 @@ Ref pImageFormatProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceMemoryProperties" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetPhysicalDeviceMemoryProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceMemoryProperties* pMemoryProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] [MethodImpl( @@ -26512,55 +15078,11 @@ Ref pMemoryProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceMemoryProperties2" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetPhysicalDeviceMemoryProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceMemoryProperties2* pMemoryProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] [MethodImpl( @@ -26582,13 +15104,11 @@ Ref pMemoryProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] public static extern void GetPhysicalDeviceMemoryProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceMemoryProperties2* pMemoryProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] [MethodImpl( @@ -26610,28 +15130,12 @@ Ref pMemoryProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public static extern void GetPhysicalDeviceMultisamplePropertiesEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, SampleCountFlags samples, MultisamplePropertiesEXT* pMultisampleProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] [MethodImpl( @@ -26658,15 +15162,6 @@ Ref pMultisampleProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern Result GetPhysicalDeviceOpticalFlowImageFormatsNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkOpticalFlowImageFormatInfoNV *")] @@ -26675,15 +15170,6 @@ public static extern Result GetPhysicalDeviceOpticalFlowImageFormatsNV( OpticalFlowImageFormatPropertiesNV* pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] [MethodImpl( @@ -26721,25 +15207,13 @@ Ref pImageFormatProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] public static extern Result GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pRectCount, Rect2D* pRects ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] [MethodImpl( @@ -26747,7 +15221,7 @@ public static extern Result GetPhysicalDevicePresentRectanglesKHR( )] public static Result GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pRectCount, Ref pRects ) @@ -26765,63 +15239,11 @@ Ref pRects } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceProperties")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetPhysicalDeviceProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] [MethodImpl( @@ -26839,55 +15261,11 @@ Ref pProperties } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceProperties2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetPhysicalDeviceProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceProperties2* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] [MethodImpl( @@ -26909,13 +15287,11 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceProperties2KHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] public static extern void GetPhysicalDeviceProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, PhysicalDeviceProperties2* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] [MethodImpl( @@ -26937,15 +15313,6 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] public static extern void GetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM *")] @@ -26953,15 +15320,6 @@ public static extern void GetPhysicalDeviceQueueFamilyDataGraphProcessingEngineP QueueFamilyDataGraphProcessingEnginePropertiesARM* pQueueFamilyDataGraphProcessingEngineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -26999,15 +15357,6 @@ Ref pQueueFamilyDataGraphProc ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] public static extern Result GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, @@ -27015,15 +15364,6 @@ public static extern Result GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( QueueFamilyDataGraphPropertiesARM* pQueueFamilyDataGraphProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -27061,14 +15401,6 @@ Ref pQueueFamilyDataGraphProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public static extern void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkQueryPoolPerformanceCreateInfoKHR *")] @@ -27076,14 +15408,6 @@ public static extern void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( [NativeTypeName("uint32_t *")] uint* pNumPasses ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -27118,64 +15442,12 @@ public static void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetPhysicalDeviceQueueFamilyProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pQueueFamilyPropertyCount, QueueFamilyProperties* pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] [MethodImpl( @@ -27203,56 +15475,12 @@ Ref pQueueFamilyProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetPhysicalDeviceQueueFamilyProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pQueueFamilyPropertyCount, QueueFamilyProperties2* pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] [MethodImpl( @@ -27280,14 +15508,12 @@ Ref pQueueFamilyProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] public static extern void GetPhysicalDeviceQueueFamilyProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pQueueFamilyPropertyCount, QueueFamilyProperties2* pQueueFamilyProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] [MethodImpl( @@ -27315,32 +15541,6 @@ Ref pQueueFamilyProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetPhysicalDeviceSparseImageFormatProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, Format format, @@ -27352,32 +15552,6 @@ public static extern void GetPhysicalDeviceSparseImageFormatProperties( SparseImageFormatProperties* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] [MethodImpl( @@ -27415,28 +15589,6 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void GetPhysicalDeviceSparseImageFormatProperties2( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceSparseImageFormatInfo2 *")] @@ -27445,28 +15597,6 @@ public static extern void GetPhysicalDeviceSparseImageFormatProperties2( SparseImageFormatProperties2* pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] [MethodImpl( @@ -27498,7 +15628,6 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2KHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] public static extern void GetPhysicalDeviceSparseImageFormatProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceSparseImageFormatInfo2 *")] @@ -27507,7 +15636,6 @@ public static extern void GetPhysicalDeviceSparseImageFormatProperties2KHR( SparseImageFormatProperties2* pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction( "vulkan", @@ -27542,28 +15670,12 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public static extern Result GetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pCombinationCount, FramebufferMixedSamplesCombinationNV* pCombinations ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -27594,22 +15706,12 @@ Ref pCombinations ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public static extern Result GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilities2EXT* pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] [MethodImpl( @@ -27617,7 +15719,7 @@ public static extern Result GetPhysicalDeviceSurfaceCapabilities2EXT( )] public static Result GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ) { @@ -27636,11 +15738,6 @@ Ref pSurfaceCapabilities ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] public static extern Result GetPhysicalDeviceSurfaceCapabilities2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceSurfaceInfo2KHR *")] @@ -27648,11 +15745,6 @@ public static extern Result GetPhysicalDeviceSurfaceCapabilities2KHR( SurfaceCapabilities2KHR* pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] [MethodImpl( @@ -27681,14 +15773,12 @@ Ref pSurfaceCapabilities ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public static extern Result GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilitiesKHR* pSurfaceCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] [MethodImpl( @@ -27696,7 +15786,7 @@ public static extern Result GetPhysicalDeviceSurfaceCapabilitiesKHR( )] public static Result GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ) { @@ -27715,11 +15805,6 @@ Ref pSurfaceCapabilities ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] public static extern Result GetPhysicalDeviceSurfaceFormats2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceSurfaceInfo2KHR *")] @@ -27728,11 +15813,6 @@ public static extern Result GetPhysicalDeviceSurfaceFormats2KHR( SurfaceFormat2KHR* pSurfaceFormats ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] [MethodImpl( @@ -27764,15 +15844,13 @@ Ref pSurfaceFormats ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public static extern Result GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pSurfaceFormatCount, SurfaceFormatKHR* pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] [MethodImpl( @@ -27780,7 +15858,7 @@ public static extern Result GetPhysicalDeviceSurfaceFormatsKHR( )] public static Result GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pSurfaceFormatCount, Ref pSurfaceFormats ) @@ -27802,15 +15880,13 @@ Ref pSurfaceFormats ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public static extern Result GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pPresentModeCount, PresentModeKHR* pPresentModes ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] [MethodImpl( @@ -27818,7 +15894,7 @@ public static extern Result GetPhysicalDeviceSurfacePresentModesKHR( )] public static Result GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pPresentModeCount, Ref pPresentModes ) @@ -27840,15 +15916,13 @@ Ref pPresentModes ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public static extern Result GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] uint* pSupported ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] [MethodImpl( @@ -27857,7 +15931,7 @@ public static extern Result GetPhysicalDeviceSurfaceSupportKHR( public static Result GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] Ref pSupported ) { @@ -27877,40 +15951,12 @@ public static Result GetPhysicalDeviceSurfaceSupportKHR( ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceToolProperties" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern Result GetPhysicalDeviceToolProperties( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pToolCount, PhysicalDeviceToolProperties* pToolProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] [MethodImpl( @@ -27938,14 +15984,12 @@ Ref pToolProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT" )] - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] public static extern Result GetPhysicalDeviceToolPropertiesEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t *")] uint* pToolCount, PhysicalDeviceToolProperties* pToolProperties ); - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] [MethodImpl( @@ -27973,22 +16017,12 @@ Ref pToolProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static extern Result GetPhysicalDeviceVideoCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkVideoProfileInfoKHR *")] VideoProfileInfoKHR* pVideoProfile, VideoCapabilitiesKHR* pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] [MethodImpl( @@ -28017,14 +16051,6 @@ Ref pCapabilities ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public static extern Result GetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR *")] @@ -28032,14 +16058,6 @@ public static extern Result GetPhysicalDeviceVideoEncodeQualityLevelPropertiesKH VideoEncodeQualityLevelPropertiesKHR* pQualityLevelProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -28077,11 +16095,6 @@ Ref pQualityLevelProperties ExactSpelling = true, EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static extern Result GetPhysicalDeviceVideoFormatPropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("const VkPhysicalDeviceVideoFormatInfoKHR *")] @@ -28090,11 +16103,6 @@ public static extern Result GetPhysicalDeviceVideoFormatPropertiesKHR( VideoFormatPropertiesKHR* pVideoFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] [MethodImpl( @@ -28122,14 +16130,6 @@ Ref pVideoFormatProperties } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetPipelineBinaryDataKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public static extern Result GetPipelineBinaryDataKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPipelineBinaryDataInfoKHR *")] @@ -28139,14 +16139,6 @@ public static extern Result GetPipelineBinaryDataKHR( void* pPipelineBinaryData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] [MethodImpl( @@ -28177,27 +16169,6 @@ Ref pPipelineBinaryData } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetPipelineCacheData")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result GetPipelineCacheData( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, @@ -28205,27 +16176,6 @@ public static extern Result GetPipelineCacheData( void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] [MethodImpl( @@ -28255,14 +16205,6 @@ Ref pData ExactSpelling = true, EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public static extern Result GetPipelineExecutableInternalRepresentationsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPipelineExecutableInfoKHR *")] @@ -28271,14 +16213,6 @@ public static extern Result GetPipelineExecutableInternalRepresentationsKHR( PipelineExecutableInternalRepresentationKHR* pInternalRepresentations ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] [MethodImpl( @@ -28313,14 +16247,6 @@ Ref pInternalRepresentations ExactSpelling = true, EntryPoint = "vkGetPipelineExecutablePropertiesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public static extern Result GetPipelineExecutablePropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPipelineInfoKHR *")] PipelineInfoKHR* pPipelineInfo, @@ -28328,14 +16254,6 @@ public static extern Result GetPipelineExecutablePropertiesKHR( PipelineExecutablePropertiesKHR* pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] [MethodImpl( @@ -28366,14 +16284,6 @@ Ref pProperties ExactSpelling = true, EntryPoint = "vkGetPipelineExecutableStatisticsKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public static extern Result GetPipelineExecutableStatisticsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPipelineExecutableInfoKHR *")] @@ -28382,14 +16292,6 @@ public static extern Result GetPipelineExecutableStatisticsKHR( PipelineExecutableStatisticKHR* pStatistics ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] [MethodImpl( @@ -28422,11 +16324,6 @@ Ref pStatistics EntryPoint = "vkGetPipelineIndirectDeviceAddressNV" )] [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public static extern ulong GetPipelineIndirectDeviceAddressNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPipelineIndirectDeviceAddressInfoNV *")] @@ -28434,11 +16331,6 @@ public static extern ulong GetPipelineIndirectDeviceAddressNV( ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] [MethodImpl( @@ -28461,11 +16353,6 @@ Ref pInfo ExactSpelling = true, EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public static extern void GetPipelineIndirectMemoryRequirementsNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkComputePipelineCreateInfo *")] @@ -28473,11 +16360,6 @@ public static extern void GetPipelineIndirectMemoryRequirementsNV( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] [MethodImpl( @@ -28502,14 +16384,6 @@ Ref pMemoryRequirements } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetPipelineKeyKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public static extern Result GetPipelineKeyKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPipelineCreateInfoKHR *")] @@ -28517,14 +16391,6 @@ public static extern Result GetPipelineKeyKHR( PipelineBinaryKeyKHR* pPipelineKey ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] [MethodImpl( @@ -28549,28 +16415,12 @@ Ref pPipelineKey } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetPipelinePropertiesEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] public static extern Result GetPipelinePropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPipelineInfoEXT *")] PipelineInfoKHR* pPipelineInfo, BaseOutStructure* pPipelineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] [MethodImpl( @@ -28594,20 +16444,6 @@ Ref pPipelineProperties } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetPrivateData")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern void GetPrivateData( [NativeTypeName("VkDevice")] DeviceHandle device, ObjectType objectType, @@ -28616,20 +16452,6 @@ public static extern void GetPrivateData( [NativeTypeName("uint64_t *")] ulong* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] [MethodImpl( @@ -28650,14 +16472,6 @@ public static void GetPrivateData( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetPrivateDataEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] public static extern void GetPrivateDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, ObjectType objectType, @@ -28666,14 +16480,6 @@ public static extern void GetPrivateDataEXT( [NativeTypeName("uint64_t *")] ulong* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] [MethodImpl( @@ -28694,32 +16500,6 @@ public static void GetPrivateDataEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetQueryPoolResults")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result GetQueryPoolResults( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, @@ -28731,32 +16511,6 @@ public static extern Result GetQueryPoolResults( [NativeTypeName("VkQueryResultFlags")] QueryResultFlags flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] [MethodImpl( @@ -28789,34 +16543,12 @@ public static Result GetQueryPoolResults( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetQueueCheckpointData2NV")] - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public static extern void GetQueueCheckpointData2NV( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("uint32_t *")] uint* pCheckpointDataCount, CheckpointData2NV* pCheckpointData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] [MethodImpl( @@ -28836,28 +16568,12 @@ Ref pCheckpointData } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetQueueCheckpointDataNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public static extern void GetQueueCheckpointDataNV( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("uint32_t *")] uint* pCheckpointDataCount, CheckpointDataNV* pCheckpointData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] [MethodImpl( @@ -28881,14 +16597,6 @@ Ref pCheckpointData ExactSpelling = true, EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public static extern Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipeline")] PipelineHandle pipeline, @@ -28898,14 +16606,6 @@ public static extern Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] [MethodImpl( @@ -28938,14 +16638,6 @@ Ref pData ExactSpelling = true, EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public static extern Result GetRayTracingShaderGroupHandlesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipeline")] PipelineHandle pipeline, @@ -28955,14 +16647,6 @@ public static extern Result GetRayTracingShaderGroupHandlesKHR( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] [MethodImpl( @@ -28995,14 +16679,6 @@ Ref pData ExactSpelling = true, EntryPoint = "vkGetRayTracingShaderGroupHandlesNV" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static extern Result GetRayTracingShaderGroupHandlesNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipeline")] PipelineHandle pipeline, @@ -29012,14 +16688,6 @@ public static extern Result GetRayTracingShaderGroupHandlesNV( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] [MethodImpl( @@ -29053,14 +16721,6 @@ Ref pData EntryPoint = "vkGetRayTracingShaderGroupStackSizeKHR" )] [return: NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public static extern ulong GetRayTracingShaderGroupStackSizeKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipeline")] PipelineHandle pipeline, @@ -29069,39 +16729,29 @@ ShaderGroupShaderKHR groupShader ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] - public static extern Result GetRefreshCycleDurationGoogle( + public static extern Result GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - RefreshCycleDurationGoogle* pDisplayTimingProperties + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + RefreshCycleDurationGOOGLE* pDisplayTimingProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result GetRefreshCycleDurationGoogle( + public static Result GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - Ref pDisplayTimingProperties + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + Ref pDisplayTimingProperties ) { fixed ( - RefreshCycleDurationGoogle* __dsl_pDisplayTimingProperties = + RefreshCycleDurationGOOGLE* __dsl_pDisplayTimingProperties = pDisplayTimingProperties ) { - return (Result)GetRefreshCycleDurationGoogle( + return (Result)GetRefreshCycleDurationGOOGLE( device, swapchain, __dsl_pDisplayTimingProperties @@ -29110,44 +16760,12 @@ Ref pDisplayTimingProperties } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetRenderAreaGranularity")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void GetRenderAreaGranularity( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderPass, Extent2D* pGranularity ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] [MethodImpl( @@ -29166,22 +16784,12 @@ Ref pGranularity } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetRenderingAreaGranularity")] - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] public static extern void GetRenderingAreaGranularity( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkRenderingAreaInfo *")] RenderingAreaInfo* pRenderingAreaInfo, Extent2D* pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] [MethodImpl( @@ -29202,22 +16810,12 @@ Ref pGranularity } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetRenderingAreaGranularityKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] public static extern void GetRenderingAreaGranularityKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkRenderingAreaInfo *")] RenderingAreaInfo* pRenderingAreaInfo, Extent2D* pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] [MethodImpl( @@ -29246,16 +16844,6 @@ Ref pGranularity ExactSpelling = true, EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern Result GetSamplerOpaqueCaptureDescriptorDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSamplerCaptureDescriptorDataInfoEXT *")] @@ -29263,16 +16851,6 @@ public static extern Result GetSamplerOpaqueCaptureDescriptorDataEXT( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] [MethodImpl( @@ -29297,48 +16875,12 @@ Ref pData } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetSemaphoreCounterValue")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern Result GetSemaphoreCounterValue( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("uint64_t *")] ulong* pValue ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] [MethodImpl( @@ -29357,28 +16899,12 @@ public static Result GetSemaphoreCounterValue( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetSemaphoreCounterValueKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] public static extern Result GetSemaphoreCounterValueKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("uint64_t *")] ulong* pValue ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] [MethodImpl( @@ -29397,28 +16923,12 @@ public static Result GetSemaphoreCounterValueKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetSemaphoreFdKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public static extern Result GetSemaphoreFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSemaphoreGetFdInfoKHR *")] SemaphoreGetFdInfoKHR* pGetFdInfo, int* pFd ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] [MethodImpl( @@ -29439,31 +16949,13 @@ Ref pFd } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetShaderBinaryDataEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern Result GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] [MethodImpl( @@ -29471,7 +16963,7 @@ public static extern Result GetShaderBinaryDataEXT( )] public static Result GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ) @@ -29484,7 +16976,6 @@ Ref pData } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetShaderInfoAMD")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public static extern Result GetShaderInfoAMD( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipeline")] PipelineHandle pipeline, @@ -29494,7 +16985,6 @@ public static extern Result GetShaderInfoAMD( void* pInfo ); - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] [MethodImpl( @@ -29528,15 +17018,6 @@ Ref pInfo ExactSpelling = true, EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern void GetShaderModuleCreateInfoIdentifierEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkShaderModuleCreateInfo *")] @@ -29544,15 +17025,6 @@ public static extern void GetShaderModuleCreateInfoIdentifierEXT( ShaderModuleIdentifierEXT* pIdentifier ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] [MethodImpl( @@ -29577,30 +17049,12 @@ Ref pIdentifier } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetShaderModuleIdentifierEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern void GetShaderModuleIdentifierEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkShaderModule")] ShaderModuleHandle shaderModule, ShaderModuleIdentifierEXT* pIdentifier ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] [MethodImpl( @@ -29619,23 +17073,13 @@ Ref pIdentifier } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetSwapchainCounterEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public static extern Result GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] ulong* pCounterValue ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] [MethodImpl( @@ -29643,7 +17087,7 @@ public static extern Result GetSwapchainCounterEXT( )] public static Result GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] Ref pCounterValue ) @@ -29660,15 +17104,13 @@ public static Result GetSwapchainCounterEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetSwapchainImagesKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public static extern Result GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pSwapchainImageCount, [NativeTypeName("VkImage *")] ImageHandle* pSwapchainImages ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] [MethodImpl( @@ -29676,7 +17118,7 @@ public static extern Result GetSwapchainImagesKHR( )] public static Result GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pSwapchainImageCount, [NativeTypeName("VkImage *")] Ref pSwapchainImages ) @@ -29694,21 +17136,12 @@ public static Result GetSwapchainImagesKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetSwapchainStatusKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] public static extern Result GetSwapchainStatusKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetTensorMemoryRequirementsARM")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public static extern void GetTensorMemoryRequirementsARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorMemoryRequirementsInfoARM *")] @@ -29716,7 +17149,6 @@ public static extern void GetTensorMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] [MethodImpl( @@ -29741,12 +17173,6 @@ Ref pMemoryRequirements ExactSpelling = true, EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public static extern Result GetTensorOpaqueCaptureDescriptorDataARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCaptureDescriptorDataInfoARM *")] @@ -29754,12 +17180,6 @@ public static extern Result GetTensorOpaqueCaptureDescriptorDataARM( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] [MethodImpl( @@ -29788,12 +17208,6 @@ Ref pData ExactSpelling = true, EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] public static extern Result GetTensorViewOpaqueCaptureDescriptorDataARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorViewCaptureDescriptorDataInfoARM *")] @@ -29801,12 +17215,6 @@ public static extern Result GetTensorViewOpaqueCaptureDescriptorDataARM( void* pData ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] [MethodImpl( @@ -29831,15 +17239,13 @@ Ref pData } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkGetValidationCacheDataEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public static extern Result GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] [MethodImpl( @@ -29847,7 +17253,7 @@ public static extern Result GetValidationCacheDataEXT( )] public static Result GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ) @@ -29869,23 +17275,13 @@ Ref pData ExactSpelling = true, EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static extern Result GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] uint* pMemoryRequirementsCount, VideoSessionMemoryRequirementsKHR* pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] [MethodImpl( @@ -29893,7 +17289,7 @@ public static extern Result GetVideoSessionMemoryRequirementsKHR( )] public static Result GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] Ref pMemoryRequirementsCount, Ref pMemoryRequirements ) @@ -29913,28 +17309,12 @@ Ref pMemoryRequirements } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkImportFenceFdKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public static extern Result ImportFenceFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImportFenceFdInfoKHR *")] ImportFenceFdInfoKHR* pImportFenceFdInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] [MethodImpl( @@ -29953,28 +17333,12 @@ Ref pImportFenceFdInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkImportSemaphoreFdKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public static extern Result ImportSemaphoreFdKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkImportSemaphoreFdInfoKHR *")] ImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] [MethodImpl( @@ -29993,90 +17357,36 @@ Ref pImportSemaphoreFdInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkInitializePerformanceApiINTEL")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public static extern Result InitializePerformanceApiIntel( + public static extern Result InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - InitializePerformanceApiInfoIntel* pInitializeInfo + InitializePerformanceApiInfoINTEL* pInitializeInfo ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result InitializePerformanceApiIntel( + public static Result InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - Ref pInitializeInfo + Ref pInitializeInfo ) { - fixed (InitializePerformanceApiInfoIntel* __dsl_pInitializeInfo = pInitializeInfo) + fixed (InitializePerformanceApiInfoINTEL* __dsl_pInitializeInfo = pInitializeInfo) { - return (Result)InitializePerformanceApiIntel(device, __dsl_pInitializeInfo); + return (Result)InitializePerformanceApiINTEL(device, __dsl_pInitializeInfo); } } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkInvalidateMappedMemoryRanges")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result InvalidateMappedMemoryRanges( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint memoryRangeCount, [NativeTypeName("const VkMappedMemoryRange *")] MappedMemoryRange* pMemoryRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] [MethodImpl( @@ -30099,32 +17409,12 @@ public static Result InvalidateMappedMemoryRanges( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkLatencySleepNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public static extern Result LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] LatencySleepInfoNV* pSleepInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] [MethodImpl( @@ -30132,7 +17422,7 @@ public static extern Result LatencySleepNV( )] public static Result LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] Ref pSleepInfo ) { @@ -30143,32 +17433,6 @@ public static Result LatencySleepNV( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkMapMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result MapMemory( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDeviceMemory")] DeviceMemoryHandle memory, @@ -30178,32 +17442,6 @@ public static extern Result MapMemory( void** ppData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] [MethodImpl( @@ -30225,32 +17463,12 @@ Ref2D ppData } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkMapMemory2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public static extern Result MapMemory2( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMemoryMapInfo *")] MemoryMapInfo* pMemoryMapInfo, void** ppData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] [MethodImpl( @@ -30270,14 +17488,12 @@ Ref2D ppData } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkMapMemory2KHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] public static extern Result MapMemory2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMemoryMapInfo *")] MemoryMapInfo* pMemoryMapInfo, void** ppData ); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] [MethodImpl( @@ -30297,27 +17513,6 @@ Ref2D ppData } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkMergePipelineCaches")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result MergePipelineCaches( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle dstCache, @@ -30325,27 +17520,6 @@ public static extern Result MergePipelineCaches( [NativeTypeName("const VkPipelineCache *")] PipelineCacheHandle* pSrcCaches ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] [MethodImpl( @@ -30370,15 +17544,13 @@ public static Result MergePipelineCaches( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkMergeValidationCachesEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public static extern Result MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, - [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheEXTHandle* pSrcCaches + [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheHandleEXT* pSrcCaches ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] [MethodImpl( @@ -30386,13 +17558,13 @@ public static extern Result MergeValidationCachesEXT( )] public static Result MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, [NativeTypeName("const VkValidationCacheEXT *")] - Ref pSrcCaches + Ref pSrcCaches ) { - fixed (ValidationCacheEXTHandle* __dsl_pSrcCaches = pSrcCaches) + fixed (ValidationCacheHandleEXT* __dsl_pSrcCaches = pSrcCaches) { return (Result)MergeValidationCachesEXT( device, @@ -30404,13 +17576,11 @@ Ref pSrcCaches } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static extern void QueueBeginDebugUtilsLabelEXT( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] [MethodImpl( @@ -30428,32 +17598,6 @@ public static void QueueBeginDebugUtilsLabelEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkQueueBindSparse")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result QueueBindSparse( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("uint32_t")] uint bindInfoCount, @@ -30461,32 +17605,6 @@ public static extern Result QueueBindSparse( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] [MethodImpl( @@ -30506,19 +17624,16 @@ public static Result QueueBindSparse( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkQueueEndDebugUtilsLabelEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static extern void QueueEndDebugUtilsLabelEXT( [NativeTypeName("VkQueue")] QueueHandle queue ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static extern void QueueInsertDebugUtilsLabelEXT( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] [MethodImpl( @@ -30536,32 +17651,12 @@ public static void QueueInsertDebugUtilsLabelEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkQueueNotifyOutOfBandNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public static extern void QueueNotifyOutOfBandNV( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("const VkOutOfBandQueueTypeInfoNV *")] OutOfBandQueueTypeInfoNV* pQueueTypeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] [MethodImpl( @@ -30580,13 +17675,11 @@ Ref pQueueTypeInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkQueuePresentKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public static extern Result QueuePresentKHR( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("const VkPresentInfoKHR *")] PresentInfoKHR* pPresentInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] [MethodImpl( @@ -30608,40 +17701,13 @@ public static Result QueuePresentKHR( ExactSpelling = true, EntryPoint = "vkQueueSetPerformanceConfigurationINTEL" )] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public static extern Result QueueSetPerformanceConfigurationIntel( + public static extern Result QueueSetPerformanceConfigurationINTEL( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration + PerformanceConfigurationHandleINTEL configuration ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkQueueSubmit")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result QueueSubmit( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("uint32_t")] uint submitCount, @@ -30649,32 +17715,6 @@ public static extern Result QueueSubmit( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] [MethodImpl( @@ -30694,20 +17734,6 @@ public static Result QueueSubmit( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkQueueSubmit2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern Result QueueSubmit2( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("uint32_t")] uint submitCount, @@ -30715,20 +17741,6 @@ public static extern Result QueueSubmit2( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] [MethodImpl( @@ -30748,14 +17760,6 @@ public static Result QueueSubmit2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkQueueSubmit2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] public static extern Result QueueSubmit2KHR( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("uint32_t")] uint submitCount, @@ -30763,14 +17767,6 @@ public static extern Result QueueSubmit2KHR( [NativeTypeName("VkFence")] FenceHandle fence ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] [MethodImpl( @@ -30790,40 +17786,9 @@ public static Result QueueSubmit2KHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkQueueWaitIdle")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result QueueWaitIdle([NativeTypeName("VkQueue")] QueueHandle queue); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkRegisterDeviceEventEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public static extern Result RegisterDeviceEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDeviceEventInfoEXT *")] DeviceEventInfoEXT* pDeviceEventInfo, @@ -30831,11 +17796,6 @@ public static extern Result RegisterDeviceEventEXT( [NativeTypeName("VkFence *")] FenceHandle* pFence ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] [MethodImpl( @@ -30863,25 +17823,15 @@ public static Result RegisterDeviceEventEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkRegisterDisplayEventEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public static extern Result RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] DisplayEventInfoEXT* pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkFence *")] FenceHandle* pFence ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] [MethodImpl( @@ -30889,7 +17839,7 @@ public static extern Result RegisterDisplayEventEXT( )] public static Result RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] Ref pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, @@ -30911,14 +17861,6 @@ public static Result RegisterDisplayEventEXT( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkReleaseCapturedPipelineDataKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public static extern Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkReleaseCapturedPipelineDataInfoKHR *")] @@ -30926,14 +17868,6 @@ public static extern Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] [MethodImpl( @@ -30958,14 +17892,9 @@ public static Result ReleaseCapturedPipelineDataKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkReleaseDisplayEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_direct_mode_display"], - ImpliesSets = ["VK_KHR_display"] - )] public static extern Result ReleaseDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ); [DllImport( @@ -30973,49 +17902,24 @@ public static extern Result ReleaseDisplayEXT( ExactSpelling = true, EntryPoint = "vkReleasePerformanceConfigurationINTEL" )] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public static extern Result ReleasePerformanceConfigurationIntel( + public static extern Result ReleasePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration + PerformanceConfigurationHandleINTEL configuration ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkReleaseProfilingLockKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public static extern void ReleaseProfilingLockKHR( [NativeTypeName("VkDevice")] DeviceHandle device ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkReleaseSwapchainImagesEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] public static extern Result ReleaseSwapchainImagesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkReleaseSwapchainImagesInfoKHR *")] ReleaseSwapchainImagesInfoKHR* pReleaseInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] [MethodImpl( @@ -31034,30 +17938,12 @@ Ref pReleaseInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkReleaseSwapchainImagesKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public static extern Result ReleaseSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkReleaseSwapchainImagesInfoKHR *")] ReleaseSwapchainImagesInfoKHR* pReleaseInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] [MethodImpl( @@ -31076,64 +17962,12 @@ Ref pReleaseInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkResetCommandBuffer")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result ResetCommandBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkCommandBufferResetFlags")] CommandBufferResetFlags flags ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkResetCommandPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result ResetCommandPool( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkCommandPool")] CommandPoolHandle commandPool, @@ -31141,27 +17975,6 @@ public static extern Result ResetCommandPool( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkResetDescriptorPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result ResetDescriptorPool( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorPool")] DescriptorPoolHandle descriptorPool, @@ -31169,91 +17982,18 @@ public static extern Result ResetDescriptorPool( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkResetEvent")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result ResetEvent( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkEvent")] EventHandle @event ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkResetFences")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result ResetFences( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint fenceCount, [NativeTypeName("const VkFence *")] FenceHandle* pFences ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] [MethodImpl( @@ -31272,24 +18012,6 @@ public static Result ResetFences( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkResetQueryPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern void ResetQueryPool( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, @@ -31298,14 +18020,6 @@ public static extern void ResetQueryPool( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkResetQueryPoolEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_query_reset"], - ImpliesSets = [ - "VK_EXT_host_query_reset+VK_KHR_get_physical_device_properties2", - "VK_EXT_host_query_reset+VK_VERSION_1_1", - ] - )] public static extern void ResetQueryPoolEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, @@ -31314,14 +18028,12 @@ public static extern void ResetQueryPoolEXT( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSetDebugUtilsObjectNameEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static extern Result SetDebugUtilsObjectNameEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDebugUtilsObjectNameInfoEXT *")] DebugUtilsObjectNameInfoEXT* pNameInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] [MethodImpl( @@ -31340,14 +18052,12 @@ Ref pNameInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSetDebugUtilsObjectTagEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static extern Result SetDebugUtilsObjectTagEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDebugUtilsObjectTagInfoEXT *")] DebugUtilsObjectTagInfoEXT* pTagInfo ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] [MethodImpl( @@ -31366,11 +18076,6 @@ Ref pTagInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSetDeviceMemoryPriorityEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] public static extern void SetDeviceMemoryPriorityEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDeviceMemory")] DeviceMemoryHandle memory, @@ -31378,42 +18083,19 @@ float priority ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSetEvent")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result SetEvent( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkEvent")] EventHandle @event ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSetHdrMetadataEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public static extern void SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] HdrMetadataEXT* pMetadata ); - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] [MethodImpl( @@ -31422,45 +18104,25 @@ public static extern void SetHdrMetadataEXT( public static void SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] Ref pMetadata ) { fixed (HdrMetadataEXT* __dsl_pMetadata = pMetadata) - fixed (SwapchainKHRHandle* __dsl_pSwapchains = pSwapchains) + fixed (SwapchainHandleKHR* __dsl_pSwapchains = pSwapchains) { SetHdrMetadataEXT(device, swapchainCount, __dsl_pSwapchains, __dsl_pMetadata); } } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSetLatencyMarkerNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public static extern void SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] SetLatencyMarkerInfoNV* pLatencyMarkerInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] [MethodImpl( @@ -31468,7 +18130,7 @@ public static extern void SetLatencyMarkerNV( )] public static void SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] Ref pLatencyMarkerInfo ) @@ -31480,33 +18142,13 @@ Ref pLatencyMarkerInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSetLatencySleepModeNV")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public static extern Result SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] LatencySleepModeInfoNV* pSleepModeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] [MethodImpl( @@ -31514,7 +18156,7 @@ public static extern Result SetLatencySleepModeNV( )] public static Result SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] Ref pSleepModeInfo ) @@ -31526,51 +18168,21 @@ Ref pSleepModeInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSetLocalDimmingAMD")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public static extern void SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] uint localDimmingEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] public static void SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] MaybeBool localDimmingEnable ) => SetLocalDimmingAMD(device, swapChain, (uint)localDimmingEnable); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSetPrivateData")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public static extern Result SetPrivateData( [NativeTypeName("VkDevice")] DeviceHandle device, ObjectType objectType, @@ -31580,14 +18192,6 @@ public static extern Result SetPrivateData( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSetPrivateDataEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] public static extern Result SetPrivateDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, ObjectType objectType, @@ -31597,47 +18201,11 @@ public static extern Result SetPrivateDataEXT( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSignalSemaphore")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern Result SignalSemaphore( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSemaphoreSignalInfo *")] SemaphoreSignalInfo* pSignalInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] [MethodImpl( @@ -31655,27 +18223,11 @@ public static Result SignalSemaphore( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSignalSemaphoreKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] public static extern Result SignalSemaphoreKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSemaphoreSignalInfo *")] SemaphoreSignalInfo* pSignalInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] [MethodImpl( @@ -31693,7 +18245,6 @@ public static Result SignalSemaphoreKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkSubmitDebugUtilsMessageEXT")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static extern void SubmitDebugUtilsMessageEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, DebugUtilsMessageSeverityFlagsEXT messageSeverity, @@ -31703,7 +18254,6 @@ public static extern void SubmitDebugUtilsMessageEXT( DebugUtilsMessengerCallbackDataEXT* pCallbackData ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] [MethodImpl( @@ -31730,16 +18280,6 @@ Ref pCallbackData } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkTransitionImageLayout")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public static extern Result TransitionImageLayout( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint transitionCount, @@ -31747,16 +18287,6 @@ public static extern Result TransitionImageLayout( HostImageLayoutTransitionInfo* pTransitions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] [MethodImpl( @@ -31776,15 +18306,6 @@ Ref pTransitions } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkTransitionImageLayoutEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static extern Result TransitionImageLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint transitionCount, @@ -31792,15 +18313,6 @@ public static extern Result TransitionImageLayoutEXT( HostImageLayoutTransitionInfo* pTransitions ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] [MethodImpl( @@ -31824,28 +18336,6 @@ Ref pTransitions } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkTrimCommandPool")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void TrimCommandPool( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkCommandPool")] CommandPoolHandle commandPool, @@ -31853,7 +18343,6 @@ public static extern void TrimCommandPool( ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkTrimCommandPoolKHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] public static extern void TrimCommandPoolKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkCommandPool")] CommandPoolHandle commandPool, @@ -31865,69 +18354,22 @@ public static extern void TrimCommandPoolKHR( ExactSpelling = true, EntryPoint = "vkUninitializePerformanceApiINTEL" )] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] - public static extern void UninitializePerformanceApiIntel( + public static extern void UninitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkUnmapMemory")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void UnmapMemory( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDeviceMemory")] DeviceMemoryHandle memory ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkUnmapMemory2")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public static extern Result UnmapMemory2( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMemoryUnmapInfo *")] MemoryUnmapInfo* pMemoryUnmapInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] [MethodImpl( @@ -31945,13 +18387,11 @@ public static Result UnmapMemory2( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkUnmapMemory2KHR")] - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] public static extern Result UnmapMemory2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMemoryUnmapInfo *")] MemoryUnmapInfo* pMemoryUnmapInfo ); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] [MethodImpl( @@ -31969,27 +18409,6 @@ public static Result UnmapMemory2KHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkUpdateDescriptorSets")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern void UpdateDescriptorSets( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint descriptorWriteCount, @@ -31998,27 +18417,6 @@ public static extern void UpdateDescriptorSets( [NativeTypeName("const VkCopyDescriptorSet *")] CopyDescriptorSet* pDescriptorCopies ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] [MethodImpl( @@ -32051,24 +18449,6 @@ public static void UpdateDescriptorSets( ExactSpelling = true, EntryPoint = "vkUpdateDescriptorSetWithTemplate" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public static extern void UpdateDescriptorSetWithTemplate( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, @@ -32077,24 +18457,6 @@ public static extern void UpdateDescriptorSetWithTemplate( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] [MethodImpl( @@ -32124,7 +18486,6 @@ public static void UpdateDescriptorSetWithTemplate( ExactSpelling = true, EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR" )] - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] public static extern void UpdateDescriptorSetWithTemplateKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, @@ -32133,7 +18494,6 @@ public static extern void UpdateDescriptorSetWithTemplateKHR( [NativeTypeName("const void *")] void* pData ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] [MethodImpl( @@ -32163,33 +18523,15 @@ public static void UpdateDescriptorSetWithTemplateKHR( ExactSpelling = true, EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT* pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl( @@ -32198,7 +18540,7 @@ public static extern void UpdateIndirectExecutionSetPipelineEXT( public static void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] Ref pExecutionSetWrites @@ -32218,21 +18560,12 @@ Ref pExecutionSetWrites } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] public static void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites ) => @@ -32248,33 +18581,15 @@ WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites ExactSpelling = true, EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static extern void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT* pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl( @@ -32283,7 +18598,7 @@ public static extern void UpdateIndirectExecutionSetShaderEXT( public static void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] Ref pExecutionSetWrites @@ -32302,21 +18617,12 @@ Ref pExecutionSetWrites } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] public static void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT pExecutionSetWrites ) => @@ -32332,24 +18638,14 @@ WriteIndirectExecutionSetShaderEXT pExecutionSetWrites ExactSpelling = true, EntryPoint = "vkUpdateVideoSessionParametersKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static extern Result UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] VideoSessionParametersUpdateInfoKHR* pUpdateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] [MethodImpl( @@ -32358,7 +18654,7 @@ public static extern Result UpdateVideoSessionParametersKHR( public static Result UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] Ref pUpdateInfo ) @@ -32374,32 +18670,6 @@ Ref pUpdateInfo } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkWaitForFences")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public static extern Result WaitForFences( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint fenceCount, @@ -32408,32 +18678,6 @@ public static extern Result WaitForFences( [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] [MethodImpl( @@ -32460,32 +18704,12 @@ public static Result WaitForFences( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkWaitForPresent2KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] public static extern Result WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] PresentWait2InfoKHR* pPresentWait2Info ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] [MethodImpl( @@ -32493,7 +18717,7 @@ public static extern Result WaitForPresent2KHR( )] public static Result WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] Ref pPresentWait2Info ) @@ -32505,61 +18729,20 @@ Ref pPresentWait2Info } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkWaitForPresentKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] public static extern Result WaitForPresentKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong presentId, [NativeTypeName("uint64_t")] ulong timeout ); [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkWaitSemaphores")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public static extern Result WaitSemaphores( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSemaphoreWaitInfo *")] SemaphoreWaitInfo* pWaitInfo, [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] [MethodImpl( @@ -32578,28 +18761,12 @@ public static Result WaitSemaphores( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkWaitSemaphoresKHR")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] public static extern Result WaitSemaphoresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSemaphoreWaitInfo *")] SemaphoreWaitInfo* pWaitInfo, [NativeTypeName("uint64_t")] ulong timeout ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] [MethodImpl( @@ -32622,33 +18789,17 @@ public static Result WaitSemaphoresKHR( ExactSpelling = true, EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static extern Result WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, [NativeTypeName("size_t")] nuint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] [MethodImpl( @@ -32658,7 +18809,7 @@ public static Result WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, @@ -32667,7 +18818,7 @@ public static Result WriteAccelerationStructuresPropertiesKHR( { fixed (void* __dsl_pData = pData) fixed ( - AccelerationStructureKHRHandle* __dsl_pAccelerationStructures = + AccelerationStructureHandleKHR* __dsl_pAccelerationStructures = pAccelerationStructures ) { @@ -32684,32 +18835,16 @@ public static Result WriteAccelerationStructuresPropertiesKHR( } [DllImport("vulkan", ExactSpelling = true, EntryPoint = "vkWriteMicromapsPropertiesEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static extern Result WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, [NativeTypeName("size_t")] nuint stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] [MethodImpl( @@ -32718,7 +18853,7 @@ public static extern Result WriteMicromapsPropertiesEXT( public static Result WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, @@ -32726,7 +18861,7 @@ public static Result WriteMicromapsPropertiesEXT( ) { fixed (void* __dsl_pData = pData) - fixed (MicromapEXTHandle* __dsl_pMicromaps = pMicromaps) + fixed (MicromapHandleEXT* __dsl_pMicromaps = pMicromaps) { return (Result)WriteMicromapsPropertiesEXT( device, @@ -32744,11 +18879,6 @@ public static Result WriteMicromapsPropertiesEXT( public partial class StaticWrapper : IVk where T : IVk.Static { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireDrmDisplayEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -32756,15 +18886,9 @@ public partial class StaticWrapper : IVk public Result AcquireDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ) => T.AcquireDrmDisplayEXT(physicalDevice, drmFd, display); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -32776,12 +18900,6 @@ public Result AcquireNextImage2KHR( [NativeTypeName("uint32_t *")] uint* pImageIndex ) => T.AcquireNextImage2KHR(device, pAcquireInfo, pImageIndex); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] [MethodImpl( @@ -32794,21 +18912,19 @@ public Result AcquireNextImage2KHR( [NativeTypeName("uint32_t *")] Ref pImageIndex ) => T.AcquireNextImage2KHR(device, pAcquireInfo, pImageIndex); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, [NativeTypeName("uint32_t *")] uint* pImageIndex ) => T.AcquireNextImageKHR(device, swapchain, timeout, semaphore, fence, pImageIndex); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] [MethodImpl( @@ -32816,48 +18932,38 @@ public Result AcquireNextImageKHR( )] public Result AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, [NativeTypeName("uint32_t *")] Ref pImageIndex ) => T.AcquireNextImageKHR(device, swapchain, timeout, semaphore, fence, pImageIndex); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result AcquirePerformanceConfigurationIntel( + public Result AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - PerformanceConfigurationAcquireInfoIntel* pAcquireInfo, + PerformanceConfigurationAcquireInfoINTEL* pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - PerformanceConfigurationIntelHandle* pConfiguration - ) => T.AcquirePerformanceConfigurationIntel(device, pAcquireInfo, pConfiguration); + PerformanceConfigurationHandleINTEL* pConfiguration + ) => T.AcquirePerformanceConfigurationINTEL(device, pAcquireInfo, pConfiguration); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result AcquirePerformanceConfigurationIntel( + public Result AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - Ref pAcquireInfo, + Ref pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - Ref pConfiguration - ) => T.AcquirePerformanceConfigurationIntel(device, pAcquireInfo, pConfiguration); + Ref pConfiguration + ) => T.AcquirePerformanceConfigurationINTEL(device, pAcquireInfo, pConfiguration); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -32868,14 +18974,6 @@ public Result AcquireProfilingLockKHR( AcquireProfilingLockInfoKHR* pInfo ) => T.AcquireProfilingLockKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] [MethodImpl( @@ -32887,32 +18985,6 @@ public Result AcquireProfilingLockKHR( Ref pInfo ) => T.AcquireProfilingLockKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -32924,32 +18996,6 @@ public Result AllocateCommandBuffers( [NativeTypeName("VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ) => T.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] [MethodImpl( @@ -32962,27 +19008,6 @@ public Result AllocateCommandBuffers( [NativeTypeName("VkCommandBuffer *")] Ref pCommandBuffers ) => T.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -32994,27 +19019,6 @@ public Result AllocateDescriptorSets( [NativeTypeName("VkDescriptorSet *")] DescriptorSetHandle* pDescriptorSets ) => T.AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] [MethodImpl( @@ -33027,32 +19031,6 @@ public Result AllocateDescriptorSets( [NativeTypeName("VkDescriptorSet *")] Ref pDescriptorSets ) => T.AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33064,32 +19042,6 @@ public Result AllocateMemory( [NativeTypeName("VkDeviceMemory *")] DeviceMemoryHandle* pMemory ) => T.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] [MethodImpl( @@ -33102,14 +19054,6 @@ public Result AllocateMemory( [NativeTypeName("VkDeviceMemory *")] Ref pMemory ) => T.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33119,14 +19063,6 @@ public void AntiLagUpdateAMD( [NativeTypeName("const VkAntiLagDataAMD *")] AntiLagDataAMD* pData ) => T.AntiLagUpdateAMD(device, pData); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] [MethodImpl( @@ -33137,32 +19073,6 @@ public void AntiLagUpdateAMD( [NativeTypeName("const VkAntiLagDataAMD *")] Ref pData ) => T.AntiLagUpdateAMD(device, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33172,32 +19082,6 @@ public Result BeginCommandBuffer( [NativeTypeName("const VkCommandBufferBeginInfo *")] CommandBufferBeginInfo* pBeginInfo ) => T.BeginCommandBuffer(commandBuffer, pBeginInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] [MethodImpl( @@ -33209,14 +19093,6 @@ public Result BeginCommandBuffer( Ref pBeginInfo ) => T.BeginCommandBuffer(commandBuffer, pBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33228,14 +19104,6 @@ public Result BindAccelerationStructureMemoryNV( BindAccelerationStructureMemoryInfoNV* pBindInfos ) => T.BindAccelerationStructureMemoryNV(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] [MethodImpl( @@ -33248,32 +19116,6 @@ public Result BindAccelerationStructureMemoryNV( Ref pBindInfos ) => T.BindAccelerationStructureMemoryNV(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33285,28 +19127,6 @@ public Result BindBufferMemory( [NativeTypeName("VkDeviceSize")] ulong memoryOffset ) => T.BindBufferMemory(device, buffer, memory, memoryOffset); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33317,28 +19137,6 @@ public Result BindBufferMemory2( [NativeTypeName("const VkBindBufferMemoryInfo *")] BindBufferMemoryInfo* pBindInfos ) => T.BindBufferMemory2(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] [MethodImpl( @@ -33350,7 +19148,6 @@ public Result BindBufferMemory2( [NativeTypeName("const VkBindBufferMemoryInfo *")] Ref pBindInfos ) => T.BindBufferMemory2(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33361,7 +19158,6 @@ public Result BindBufferMemory2KHR( [NativeTypeName("const VkBindBufferMemoryInfo *")] BindBufferMemoryInfo* pBindInfos ) => T.BindBufferMemory2KHR(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] [MethodImpl( @@ -33373,15 +19169,6 @@ public Result BindBufferMemory2KHR( [NativeTypeName("const VkBindBufferMemoryInfo *")] Ref pBindInfos ) => T.BindBufferMemory2KHR(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33393,15 +19180,6 @@ public Result BindDataGraphPipelineSessionMemoryARM( BindDataGraphPipelineSessionMemoryInfoARM* pBindInfos ) => T.BindDataGraphPipelineSessionMemoryARM(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] [MethodImpl( @@ -33414,32 +19192,6 @@ public Result BindDataGraphPipelineSessionMemoryARM( Ref pBindInfos ) => T.BindDataGraphPipelineSessionMemoryARM(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33451,28 +19203,6 @@ public Result BindImageMemory( [NativeTypeName("VkDeviceSize")] ulong memoryOffset ) => T.BindImageMemory(device, image, memory, memoryOffset); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33483,28 +19213,6 @@ public Result BindImageMemory2( [NativeTypeName("const VkBindImageMemoryInfo *")] BindImageMemoryInfo* pBindInfos ) => T.BindImageMemory2(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] [MethodImpl( @@ -33516,7 +19224,6 @@ public Result BindImageMemory2( [NativeTypeName("const VkBindImageMemoryInfo *")] Ref pBindInfos ) => T.BindImageMemory2(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33527,7 +19234,6 @@ public Result BindImageMemory2KHR( [NativeTypeName("const VkBindImageMemoryInfo *")] BindImageMemoryInfo* pBindInfos ) => T.BindImageMemory2KHR(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] [MethodImpl( @@ -33539,28 +19245,18 @@ public Result BindImageMemory2KHR( [NativeTypeName("const VkBindImageMemoryInfo *")] Ref pBindInfos ) => T.BindImageMemory2KHR(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindOpticalFlowSessionImageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result BindOpticalFlowSessionImageNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, OpticalFlowSessionBindingPointNV bindingPoint, [NativeTypeName("VkImageView")] ImageViewHandle view, ImageLayout layout ) => T.BindOpticalFlowSessionImageNV(device, session, bindingPoint, view, layout); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33572,7 +19268,6 @@ public Result BindTensorMemoryARM( BindTensorMemoryInfoARM* pBindInfos ) => T.BindTensorMemoryARM(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] [MethodImpl( @@ -33585,18 +19280,13 @@ public Result BindTensorMemoryARM( Ref pBindInfos ) => T.BindTensorMemoryARM(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] BindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos @@ -33608,11 +19298,6 @@ public Result BindVideoSessionMemoryKHR( pBindSessionMemoryInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] [MethodImpl( @@ -33620,7 +19305,7 @@ public Result BindVideoSessionMemoryKHR( )] public Result BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] Ref pBindSessionMemoryInfos @@ -33632,21 +19317,13 @@ Ref pBindSessionMemoryInfos pBindSessionMemoryInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] AccelerationStructureBuildGeometryInfoKHR* pInfos, @@ -33661,14 +19338,6 @@ public Result BuildAccelerationStructuresKHR( ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] [MethodImpl( @@ -33676,7 +19345,7 @@ public Result BuildAccelerationStructuresKHR( )] public Result BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] Ref pInfos, @@ -33691,33 +19360,17 @@ Ref2D ppBuildRangeInfos ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ) => T.BuildMicromapsEXT(device, deferredOperation, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] [MethodImpl( @@ -33725,19 +19378,11 @@ public Result BuildMicromapsEXT( )] public Result BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] Ref pInfos ) => T.BuildMicromapsEXT(device, deferredOperation, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33748,14 +19393,6 @@ public void CmdBeginConditionalRenderingEXT( ConditionalRenderingBeginInfoEXT* pConditionalRenderingBegin ) => T.CmdBeginConditionalRenderingEXT(commandBuffer, pConditionalRenderingBegin); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] [MethodImpl( @@ -33767,7 +19404,6 @@ public void CmdBeginConditionalRenderingEXT( Ref pConditionalRenderingBegin ) => T.CmdBeginConditionalRenderingEXT(commandBuffer, pConditionalRenderingBegin); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33777,7 +19413,6 @@ public void CmdBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ) => T.CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] [MethodImpl( @@ -33788,14 +19423,6 @@ public void CmdBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ) => T.CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33806,14 +19433,6 @@ public void CmdBeginPerTileExecutionQCOM( PerTileBeginInfoQCOM* pPerTileBeginInfo ) => T.CmdBeginPerTileExecutionQCOM(commandBuffer, pPerTileBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] [MethodImpl( @@ -33825,32 +19444,6 @@ public void CmdBeginPerTileExecutionQCOM( Ref pPerTileBeginInfo ) => T.CmdBeginPerTileExecutionQCOM(commandBuffer, pPerTileBeginInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginQuery")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33862,14 +19455,6 @@ public void CmdBeginQuery( [NativeTypeName("VkQueryControlFlags")] QueryControlFlags flags ) => T.CmdBeginQuery(commandBuffer, queryPool, query, flags); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginQueryIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33882,16 +19467,6 @@ public void CmdBeginQueryIndexedEXT( [NativeTypeName("uint32_t")] uint index ) => T.CmdBeginQueryIndexedEXT(commandBuffer, queryPool, query, flags, index); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33901,16 +19476,6 @@ public void CmdBeginRendering( [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo ) => T.CmdBeginRendering(commandBuffer, pRenderingInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] [MethodImpl( @@ -33921,15 +19486,6 @@ public void CmdBeginRendering( [NativeTypeName("const VkRenderingInfo *")] Ref pRenderingInfo ) => T.CmdBeginRendering(commandBuffer, pRenderingInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33939,15 +19495,6 @@ public void CmdBeginRenderingKHR( [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo ) => T.CmdBeginRenderingKHR(commandBuffer, pRenderingInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] [MethodImpl( @@ -33958,22 +19505,6 @@ public void CmdBeginRenderingKHR( [NativeTypeName("const VkRenderingInfo *")] Ref pRenderingInfo ) => T.CmdBeginRenderingKHR(commandBuffer, pRenderingInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -33984,22 +19515,6 @@ public void CmdBeginRenderPass( SubpassContents contents ) => T.CmdBeginRenderPass(commandBuffer, pRenderPassBegin, contents); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] [MethodImpl( @@ -34012,18 +19527,6 @@ public void CmdBeginRenderPass( SubpassContents contents ) => T.CmdBeginRenderPass(commandBuffer, pRenderPassBegin, contents); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34034,18 +19537,6 @@ public void CmdBeginRenderPass2( [NativeTypeName("const VkSubpassBeginInfo *")] SubpassBeginInfo* pSubpassBeginInfo ) => T.CmdBeginRenderPass2(commandBuffer, pRenderPassBegin, pSubpassBeginInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] [MethodImpl( @@ -34058,11 +19549,6 @@ public void CmdBeginRenderPass2( [NativeTypeName("const VkSubpassBeginInfo *")] Ref pSubpassBeginInfo ) => T.CmdBeginRenderPass2(commandBuffer, pRenderPassBegin, pSubpassBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34073,11 +19559,6 @@ public void CmdBeginRenderPass2KHR( [NativeTypeName("const VkSubpassBeginInfo *")] SubpassBeginInfo* pSubpassBeginInfo ) => T.CmdBeginRenderPass2KHR(commandBuffer, pRenderPassBegin, pSubpassBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] [MethodImpl( @@ -34090,14 +19571,6 @@ public void CmdBeginRenderPass2KHR( [NativeTypeName("const VkSubpassBeginInfo *")] Ref pSubpassBeginInfo ) => T.CmdBeginRenderPass2KHR(commandBuffer, pRenderPassBegin, pSubpassBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34117,14 +19590,6 @@ public void CmdBeginTransformFeedbackEXT( pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] [MethodImpl( @@ -34145,11 +19610,6 @@ public void CmdBeginTransformFeedbackEXT( pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34160,11 +19620,6 @@ public void CmdBeginVideoCodingKHR( VideoBeginCodingInfoKHR* pBeginInfo ) => T.CmdBeginVideoCodingKHR(commandBuffer, pBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] [MethodImpl( @@ -34176,12 +19631,6 @@ public void CmdBeginVideoCodingKHR( Ref pBeginInfo ) => T.CmdBeginVideoCodingKHR(commandBuffer, pBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34196,12 +19645,6 @@ public void CmdBindDescriptorBufferEmbeddedSamplers2EXT( pBindDescriptorBufferEmbeddedSamplersInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] [MethodImpl( @@ -34217,16 +19660,6 @@ Ref pBindDescriptorBufferEmbeddedSa pBindDescriptorBufferEmbeddedSamplersInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34244,16 +19677,6 @@ public void CmdBindDescriptorBufferEmbeddedSamplersEXT( set ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34265,16 +19688,6 @@ public void CmdBindDescriptorBuffersEXT( DescriptorBufferBindingInfoEXT* pBindingInfos ) => T.CmdBindDescriptorBuffersEXT(commandBuffer, bufferCount, pBindingInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl( @@ -34287,16 +19700,6 @@ public void CmdBindDescriptorBuffersEXT( Ref pBindingInfos ) => T.CmdBindDescriptorBuffersEXT(commandBuffer, bufferCount, pBindingInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl( @@ -34308,27 +19711,6 @@ public void CmdBindDescriptorBuffersEXT( DescriptorBufferBindingInfoEXT pBindingInfos ) => T.CmdBindDescriptorBuffersEXT(commandBuffer, pBindingInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34354,27 +19736,6 @@ public void CmdBindDescriptorSets( pDynamicOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] [MethodImpl( @@ -34401,11 +19762,6 @@ public void CmdBindDescriptorSets( pDynamicOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34416,11 +19772,6 @@ public void CmdBindDescriptorSets2( BindDescriptorSetsInfo* pBindDescriptorSetsInfo ) => T.CmdBindDescriptorSets2(commandBuffer, pBindDescriptorSetsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] [MethodImpl( @@ -34432,7 +19783,6 @@ public void CmdBindDescriptorSets2( Ref pBindDescriptorSetsInfo ) => T.CmdBindDescriptorSets2(commandBuffer, pBindDescriptorSetsInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34443,7 +19793,6 @@ public void CmdBindDescriptorSets2KHR( BindDescriptorSetsInfo* pBindDescriptorSetsInfo ) => T.CmdBindDescriptorSets2KHR(commandBuffer, pBindDescriptorSetsInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] [MethodImpl( @@ -34455,22 +19804,6 @@ public void CmdBindDescriptorSets2KHR( Ref pBindDescriptorSetsInfo ) => T.CmdBindDescriptorSets2KHR(commandBuffer, pBindDescriptorSetsInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34482,11 +19815,6 @@ public void CmdBindIndexBuffer( IndexType indexType ) => T.CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34499,11 +19827,6 @@ public void CmdBindIndexBuffer2( IndexType indexType ) => T.CmdBindIndexBuffer2(commandBuffer, buffer, offset, size, indexType); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34516,45 +19839,16 @@ public void CmdBindIndexBuffer2KHR( IndexType indexType ) => T.CmdBindIndexBuffer2KHR(commandBuffer, buffer, offset, size, indexType); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindInvocationMaskHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void CmdBindInvocationMaskHuawei( + public void CmdBindInvocationMaskHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImageView")] ImageViewHandle imageView, ImageLayout imageLayout - ) => T.CmdBindInvocationMaskHuawei(commandBuffer, imageView, imageLayout); + ) => T.CmdBindInvocationMaskHUAWEI(commandBuffer, imageView, imageLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindPipeline")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34565,11 +19859,6 @@ public void CmdBindPipeline( [NativeTypeName("VkPipeline")] PipelineHandle pipeline ) => T.CmdBindPipeline(commandBuffer, pipelineBindPoint, pipeline); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindPipelineShaderGroupNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34581,15 +19870,6 @@ public void CmdBindPipelineShaderGroupNV( [NativeTypeName("uint32_t")] uint groupIndex ) => T.CmdBindPipelineShaderGroupNV(commandBuffer, pipelineBindPoint, pipeline, groupIndex); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34598,18 +19878,9 @@ public void CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] ShaderStageFlags* pStages, - [NativeTypeName("const VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("const VkShaderEXT *")] ShaderHandleEXT* pShaders ) => T.CmdBindShadersEXT(commandBuffer, stageCount, pStages, pShaders); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] [MethodImpl( @@ -34619,17 +19890,9 @@ public void CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] Ref pStages, - [NativeTypeName("const VkShaderEXT *")] Ref pShaders + [NativeTypeName("const VkShaderEXT *")] Ref pShaders ) => T.CmdBindShadersEXT(commandBuffer, stageCount, pStages, pShaders); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadingRateImageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34640,14 +19903,6 @@ public void CmdBindShadingRateImageNV( ImageLayout imageLayout ) => T.CmdBindShadingRateImageNV(commandBuffer, imageView, imageLayout); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34658,14 +19913,6 @@ public void CmdBindTileMemoryQCOM( TileMemoryBindInfoQCOM* pTileMemoryBindInfo ) => T.CmdBindTileMemoryQCOM(commandBuffer, pTileMemoryBindInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] [MethodImpl( @@ -34677,14 +19924,6 @@ public void CmdBindTileMemoryQCOM( Ref pTileMemoryBindInfo ) => T.CmdBindTileMemoryQCOM(commandBuffer, pTileMemoryBindInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34706,14 +19945,6 @@ public void CmdBindTransformFeedbackBuffersEXT( pSizes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] [MethodImpl( @@ -34736,22 +19967,6 @@ public void CmdBindTransformFeedbackBuffersEXT( pSizes ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34764,22 +19979,6 @@ public void CmdBindVertexBuffers( [NativeTypeName("const VkDeviceSize *")] ulong* pOffsets ) => T.CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] [MethodImpl( @@ -34793,16 +19992,6 @@ public void CmdBindVertexBuffers( [NativeTypeName("const VkDeviceSize *")] Ref pOffsets ) => T.CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34826,16 +20015,6 @@ public void CmdBindVertexBuffers2( pStrides ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] [MethodImpl( @@ -34860,14 +20039,6 @@ public void CmdBindVertexBuffers2( pStrides ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34891,14 +20062,6 @@ public void CmdBindVertexBuffers2EXT( pStrides ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] [MethodImpl( @@ -34923,22 +20086,6 @@ public void CmdBindVertexBuffers2EXT( pStrides ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -34964,22 +20111,6 @@ Filter filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl( @@ -35006,22 +20137,6 @@ Filter filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl( @@ -35046,16 +20161,6 @@ Filter filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35065,16 +20170,6 @@ public void CmdBlitImage2( [NativeTypeName("const VkBlitImageInfo2 *")] BlitImageInfo2* pBlitImageInfo ) => T.CmdBlitImage2(commandBuffer, pBlitImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] [MethodImpl( @@ -35085,14 +20180,6 @@ public void CmdBlitImage2( [NativeTypeName("const VkBlitImageInfo2 *")] Ref pBlitImageInfo ) => T.CmdBlitImage2(commandBuffer, pBlitImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35102,14 +20189,6 @@ public void CmdBlitImage2KHR( [NativeTypeName("const VkBlitImageInfo2 *")] BlitImageInfo2* pBlitImageInfo ) => T.CmdBlitImage2KHR(commandBuffer, pBlitImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] [MethodImpl( @@ -35120,14 +20199,6 @@ public void CmdBlitImage2KHR( [NativeTypeName("const VkBlitImageInfo2 *")] Ref pBlitImageInfo ) => T.CmdBlitImage2KHR(commandBuffer, pBlitImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35139,8 +20210,8 @@ public void CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] uint update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ) => @@ -35156,14 +20227,6 @@ public void CmdBuildAccelerationStructureNV( scratchOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] [MethodImpl( @@ -35176,8 +20239,8 @@ public void CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] MaybeBool update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ) => @@ -35193,14 +20256,6 @@ public void CmdBuildAccelerationStructureNV( scratchOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35223,14 +20278,6 @@ public void CmdBuildAccelerationStructuresIndirectKHR( ppMaxPrimitiveCounts ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] [MethodImpl( @@ -35254,14 +20301,6 @@ public void CmdBuildAccelerationStructuresIndirectKHR( ppMaxPrimitiveCounts ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35281,14 +20320,6 @@ public void CmdBuildAccelerationStructuresKHR( ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] [MethodImpl( @@ -35309,11 +20340,6 @@ Ref2D ppBuildRangeInfos ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35324,11 +20350,6 @@ public void CmdBuildClusterAccelerationStructureIndirectNV( ClusterAccelerationStructureCommandsInfoNV* pCommandInfos ) => T.CmdBuildClusterAccelerationStructureIndirectNV(commandBuffer, pCommandInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] [MethodImpl( @@ -35340,14 +20361,6 @@ public void CmdBuildClusterAccelerationStructureIndirectNV( Ref pCommandInfos ) => T.CmdBuildClusterAccelerationStructureIndirectNV(commandBuffer, pCommandInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35358,14 +20371,6 @@ public void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ) => T.CmdBuildMicromapsEXT(commandBuffer, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl( @@ -35377,14 +20382,6 @@ public void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] Ref pInfos ) => T.CmdBuildMicromapsEXT(commandBuffer, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl( @@ -35395,11 +20392,6 @@ public void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT pInfos ) => T.CmdBuildMicromapsEXT(commandBuffer, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35410,11 +20402,6 @@ public void CmdBuildPartitionedAccelerationStructuresNV( BuildPartitionedAccelerationStructureInfoNV* pBuildInfo ) => T.CmdBuildPartitionedAccelerationStructuresNV(commandBuffer, pBuildInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] [MethodImpl( @@ -35426,22 +20413,6 @@ public void CmdBuildPartitionedAccelerationStructuresNV( Ref pBuildInfo ) => T.CmdBuildPartitionedAccelerationStructuresNV(commandBuffer, pBuildInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35454,22 +20425,6 @@ public void CmdClearAttachments( [NativeTypeName("const VkClearRect *")] ClearRect* pRects ) => T.CmdClearAttachments(commandBuffer, attachmentCount, pAttachments, rectCount, pRects); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] [MethodImpl( @@ -35483,27 +20438,6 @@ public void CmdClearAttachments( [NativeTypeName("const VkClearRect *")] Ref pRects ) => T.CmdClearAttachments(commandBuffer, attachmentCount, pAttachments, rectCount, pRects); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35517,27 +20451,6 @@ public void CmdClearColorImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange* pRanges ) => T.CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl( @@ -35552,27 +20465,6 @@ public void CmdClearColorImage( [NativeTypeName("const VkImageSubresourceRange *")] Ref pRanges ) => T.CmdClearColorImage(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl( @@ -35586,22 +20478,6 @@ public void CmdClearColorImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange pRanges ) => T.CmdClearColorImage(commandBuffer, image, imageLayout, pColor, pRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35624,22 +20500,6 @@ public void CmdClearDepthStencilImage( pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl( @@ -35663,22 +20523,6 @@ public void CmdClearDepthStencilImage( pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl( @@ -35693,11 +20537,6 @@ public void CmdClearDepthStencilImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange pRanges ) => T.CmdClearDepthStencilImage(commandBuffer, image, imageLayout, pDepthStencil, pRanges); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35708,11 +20547,6 @@ public void CmdControlVideoCodingKHR( VideoCodingControlInfoKHR* pCodingControlInfo ) => T.CmdControlVideoCodingKHR(commandBuffer, pCodingControlInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] [MethodImpl( @@ -35724,14 +20558,6 @@ public void CmdControlVideoCodingKHR( Ref pCodingControlInfo ) => T.CmdControlVideoCodingKHR(commandBuffer, pCodingControlInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35743,14 +20569,6 @@ public void CmdConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV* pInfos ) => T.CmdConvertCooperativeVectorMatrixNV(commandBuffer, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl( @@ -35763,14 +20581,6 @@ public void CmdConvertCooperativeVectorMatrixNV( Ref pInfos ) => T.CmdConvertCooperativeVectorMatrixNV(commandBuffer, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl( @@ -35782,14 +20592,6 @@ public void CmdConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV pInfos ) => T.CmdConvertCooperativeVectorMatrixNV(commandBuffer, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35800,14 +20602,6 @@ public void CmdCopyAccelerationStructureKHR( CopyAccelerationStructureInfoKHR* pInfo ) => T.CmdCopyAccelerationStructureKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] [MethodImpl( @@ -35819,33 +20613,17 @@ public void CmdCopyAccelerationStructureKHR( Ref pInfo ) => T.CmdCopyAccelerationStructureKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void CmdCopyAccelerationStructureNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, CopyAccelerationStructureModeKHR mode ) => T.CmdCopyAccelerationStructureNV(commandBuffer, dst, src, mode); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35856,14 +20634,6 @@ public void CmdCopyAccelerationStructureToMemoryKHR( CopyAccelerationStructureToMemoryInfoKHR* pInfo ) => T.CmdCopyAccelerationStructureToMemoryKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] [MethodImpl( @@ -35875,32 +20645,6 @@ public void CmdCopyAccelerationStructureToMemoryKHR( Ref pInfo ) => T.CmdCopyAccelerationStructureToMemoryKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -35913,32 +20657,6 @@ public void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] BufferCopy* pRegions ) => T.CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer, regionCount, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl( @@ -35952,32 +20670,6 @@ public void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] Ref pRegions ) => T.CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer, regionCount, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl( @@ -35990,20 +20682,6 @@ public void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] BufferCopy pRegions ) => T.CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36013,20 +20691,6 @@ public void CmdCopyBuffer2( [NativeTypeName("const VkCopyBufferInfo2 *")] CopyBufferInfo2* pCopyBufferInfo ) => T.CmdCopyBuffer2(commandBuffer, pCopyBufferInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] [MethodImpl( @@ -36037,14 +20701,6 @@ public void CmdCopyBuffer2( [NativeTypeName("const VkCopyBufferInfo2 *")] Ref pCopyBufferInfo ) => T.CmdCopyBuffer2(commandBuffer, pCopyBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36054,14 +20710,6 @@ public void CmdCopyBuffer2KHR( [NativeTypeName("const VkCopyBufferInfo2 *")] CopyBufferInfo2* pCopyBufferInfo ) => T.CmdCopyBuffer2KHR(commandBuffer, pCopyBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] [MethodImpl( @@ -36072,32 +20720,6 @@ public void CmdCopyBuffer2KHR( [NativeTypeName("const VkCopyBufferInfo2 *")] Ref pCopyBufferInfo ) => T.CmdCopyBuffer2KHR(commandBuffer, pCopyBufferInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36119,32 +20741,6 @@ public void CmdCopyBufferToImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl( @@ -36167,32 +20763,6 @@ public void CmdCopyBufferToImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl( @@ -36206,20 +20776,6 @@ public void CmdCopyBufferToImage( [NativeTypeName("const VkBufferImageCopy *")] BufferImageCopy pRegions ) => T.CmdCopyBufferToImage(commandBuffer, srcBuffer, dstImage, dstImageLayout, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36230,20 +20786,6 @@ public void CmdCopyBufferToImage2( CopyBufferToImageInfo2* pCopyBufferToImageInfo ) => T.CmdCopyBufferToImage2(commandBuffer, pCopyBufferToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] [MethodImpl( @@ -36255,14 +20797,6 @@ public void CmdCopyBufferToImage2( Ref pCopyBufferToImageInfo ) => T.CmdCopyBufferToImage2(commandBuffer, pCopyBufferToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36273,14 +20807,6 @@ public void CmdCopyBufferToImage2KHR( CopyBufferToImageInfo2* pCopyBufferToImageInfo ) => T.CmdCopyBufferToImage2KHR(commandBuffer, pCopyBufferToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] [MethodImpl( @@ -36292,32 +20818,6 @@ public void CmdCopyBufferToImage2KHR( Ref pCopyBufferToImageInfo ) => T.CmdCopyBufferToImage2KHR(commandBuffer, pCopyBufferToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36341,32 +20841,6 @@ public void CmdCopyImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl( @@ -36391,32 +20865,6 @@ public void CmdCopyImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl( @@ -36439,20 +20887,6 @@ public void CmdCopyImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36462,20 +20896,6 @@ public void CmdCopyImage2( [NativeTypeName("const VkCopyImageInfo2 *")] CopyImageInfo2* pCopyImageInfo ) => T.CmdCopyImage2(commandBuffer, pCopyImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] [MethodImpl( @@ -36486,14 +20906,6 @@ public void CmdCopyImage2( [NativeTypeName("const VkCopyImageInfo2 *")] Ref pCopyImageInfo ) => T.CmdCopyImage2(commandBuffer, pCopyImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36503,14 +20915,6 @@ public void CmdCopyImage2KHR( [NativeTypeName("const VkCopyImageInfo2 *")] CopyImageInfo2* pCopyImageInfo ) => T.CmdCopyImage2KHR(commandBuffer, pCopyImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] [MethodImpl( @@ -36521,32 +20925,6 @@ public void CmdCopyImage2KHR( [NativeTypeName("const VkCopyImageInfo2 *")] Ref pCopyImageInfo ) => T.CmdCopyImage2KHR(commandBuffer, pCopyImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36568,32 +20946,6 @@ public void CmdCopyImageToBuffer( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl( @@ -36616,32 +20968,6 @@ public void CmdCopyImageToBuffer( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl( @@ -36655,20 +20981,6 @@ public void CmdCopyImageToBuffer( [NativeTypeName("const VkBufferImageCopy *")] BufferImageCopy pRegions ) => T.CmdCopyImageToBuffer(commandBuffer, srcImage, srcImageLayout, dstBuffer, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36679,20 +20991,6 @@ public void CmdCopyImageToBuffer2( CopyImageToBufferInfo2* pCopyImageToBufferInfo ) => T.CmdCopyImageToBuffer2(commandBuffer, pCopyImageToBufferInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] [MethodImpl( @@ -36704,14 +21002,6 @@ public void CmdCopyImageToBuffer2( Ref pCopyImageToBufferInfo ) => T.CmdCopyImageToBuffer2(commandBuffer, pCopyImageToBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36722,14 +21012,6 @@ public void CmdCopyImageToBuffer2KHR( CopyImageToBufferInfo2* pCopyImageToBufferInfo ) => T.CmdCopyImageToBuffer2KHR(commandBuffer, pCopyImageToBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] [MethodImpl( @@ -36741,14 +21023,6 @@ public void CmdCopyImageToBuffer2KHR( Ref pCopyImageToBufferInfo ) => T.CmdCopyImageToBuffer2KHR(commandBuffer, pCopyImageToBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36759,14 +21033,6 @@ public void CmdCopyMemoryIndirectKHR( CopyMemoryIndirectInfoKHR* pCopyMemoryIndirectInfo ) => T.CmdCopyMemoryIndirectKHR(commandBuffer, pCopyMemoryIndirectInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] [MethodImpl( @@ -36778,15 +21044,6 @@ public void CmdCopyMemoryIndirectKHR( Ref pCopyMemoryIndirectInfo ) => T.CmdCopyMemoryIndirectKHR(commandBuffer, pCopyMemoryIndirectInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36798,14 +21055,6 @@ public void CmdCopyMemoryIndirectNV( [NativeTypeName("uint32_t")] uint stride ) => T.CmdCopyMemoryIndirectNV(commandBuffer, copyBufferAddress, copyCount, stride); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36816,14 +21065,6 @@ public void CmdCopyMemoryToAccelerationStructureKHR( CopyMemoryToAccelerationStructureInfoKHR* pInfo ) => T.CmdCopyMemoryToAccelerationStructureKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] [MethodImpl( @@ -36835,14 +21076,6 @@ public void CmdCopyMemoryToAccelerationStructureKHR( Ref pInfo ) => T.CmdCopyMemoryToAccelerationStructureKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36853,14 +21086,6 @@ public void CmdCopyMemoryToImageIndirectKHR( CopyMemoryToImageIndirectInfoKHR* pCopyMemoryToImageIndirectInfo ) => T.CmdCopyMemoryToImageIndirectKHR(commandBuffer, pCopyMemoryToImageIndirectInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] [MethodImpl( @@ -36872,15 +21097,6 @@ public void CmdCopyMemoryToImageIndirectKHR( Ref pCopyMemoryToImageIndirectInfo ) => T.CmdCopyMemoryToImageIndirectKHR(commandBuffer, pCopyMemoryToImageIndirectInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36905,15 +21121,6 @@ public void CmdCopyMemoryToImageIndirectNV( pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl( @@ -36939,15 +21146,6 @@ Ref pImageSubresources pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl( @@ -36971,14 +21169,6 @@ ImageSubresourceLayers pImageSubresources pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -36989,14 +21179,6 @@ public void CmdCopyMemoryToMicromapEXT( CopyMemoryToMicromapInfoEXT* pInfo ) => T.CmdCopyMemoryToMicromapEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] [MethodImpl( @@ -37008,14 +21190,6 @@ public void CmdCopyMemoryToMicromapEXT( Ref pInfo ) => T.CmdCopyMemoryToMicromapEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37025,14 +21199,6 @@ public void CmdCopyMicromapEXT( [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ) => T.CmdCopyMicromapEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] [MethodImpl( @@ -37043,14 +21209,6 @@ public void CmdCopyMicromapEXT( [NativeTypeName("const VkCopyMicromapInfoEXT *")] Ref pInfo ) => T.CmdCopyMicromapEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37061,14 +21219,6 @@ public void CmdCopyMicromapToMemoryEXT( CopyMicromapToMemoryInfoEXT* pInfo ) => T.CmdCopyMicromapToMemoryEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] [MethodImpl( @@ -37080,32 +21230,6 @@ public void CmdCopyMicromapToMemoryEXT( Ref pInfo ) => T.CmdCopyMicromapToMemoryEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyQueryPoolResults")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37131,7 +21255,6 @@ public void CmdCopyQueryPoolResults( flags ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37141,7 +21264,6 @@ public void CmdCopyTensorARM( [NativeTypeName("const VkCopyTensorInfoARM *")] CopyTensorInfoARM* pCopyTensorInfo ) => T.CmdCopyTensorARM(commandBuffer, pCopyTensorInfo); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] [MethodImpl( @@ -37152,7 +21274,6 @@ public void CmdCopyTensorARM( [NativeTypeName("const VkCopyTensorInfoARM *")] Ref pCopyTensorInfo ) => T.CmdCopyTensorARM(commandBuffer, pCopyTensorInfo); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37162,7 +21283,6 @@ public void CmdCuLaunchKernelNVX( [NativeTypeName("const VkCuLaunchInfoNVX *")] CuLaunchInfoNVX* pLaunchInfo ) => T.CmdCuLaunchKernelNVX(commandBuffer, pLaunchInfo); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] [MethodImpl( @@ -37173,11 +21293,6 @@ public void CmdCuLaunchKernelNVX( [NativeTypeName("const VkCuLaunchInfoNVX *")] Ref pLaunchInfo ) => T.CmdCuLaunchKernelNVX(commandBuffer, pLaunchInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37188,11 +21303,6 @@ public void CmdDebugMarkerBeginEXT( DebugMarkerMarkerInfoEXT* pMarkerInfo ) => T.CmdDebugMarkerBeginEXT(commandBuffer, pMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] [MethodImpl( @@ -37204,11 +21314,6 @@ public void CmdDebugMarkerBeginEXT( Ref pMarkerInfo ) => T.CmdDebugMarkerBeginEXT(commandBuffer, pMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerEndEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37217,11 +21322,6 @@ public void CmdDebugMarkerEndEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => T.CmdDebugMarkerEndEXT(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37232,11 +21332,6 @@ public void CmdDebugMarkerInsertEXT( DebugMarkerMarkerInfoEXT* pMarkerInfo ) => T.CmdDebugMarkerInsertEXT(commandBuffer, pMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] [MethodImpl( @@ -37248,14 +21343,6 @@ public void CmdDebugMarkerInsertEXT( Ref pMarkerInfo ) => T.CmdDebugMarkerInsertEXT(commandBuffer, pMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37265,14 +21352,6 @@ public void CmdDecodeVideoKHR( [NativeTypeName("const VkVideoDecodeInfoKHR *")] VideoDecodeInfoKHR* pDecodeInfo ) => T.CmdDecodeVideoKHR(commandBuffer, pDecodeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] [MethodImpl( @@ -37283,11 +21362,6 @@ public void CmdDecodeVideoKHR( [NativeTypeName("const VkVideoDecodeInfoKHR *")] Ref pDecodeInfo ) => T.CmdDecodeVideoKHR(commandBuffer, pDecodeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37298,11 +21372,6 @@ public void CmdDecompressMemoryEXT( DecompressMemoryInfoEXT* pDecompressMemoryInfoEXT ) => T.CmdDecompressMemoryEXT(commandBuffer, pDecompressMemoryInfoEXT); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] [MethodImpl( @@ -37314,11 +21383,6 @@ public void CmdDecompressMemoryEXT( Ref pDecompressMemoryInfoEXT ) => T.CmdDecompressMemoryEXT(commandBuffer, pDecompressMemoryInfoEXT); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryIndirectCountEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37341,15 +21405,6 @@ public void CmdDecompressMemoryIndirectCountEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryIndirectCountNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37367,15 +21422,6 @@ public void CmdDecompressMemoryIndirectCountNV( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37388,15 +21434,6 @@ public void CmdDecompressMemoryNV( ) => T.CmdDecompressMemoryNV(commandBuffer, decompressRegionCount, pDecompressMemoryRegions); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl( @@ -37410,15 +21447,6 @@ Ref pDecompressMemoryRegions ) => T.CmdDecompressMemoryNV(commandBuffer, decompressRegionCount, pDecompressMemoryRegions); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl( @@ -37430,27 +21458,6 @@ public void CmdDecompressMemoryNV( DecompressMemoryRegionNV pDecompressMemoryRegions ) => T.CmdDecompressMemoryNV(commandBuffer, pDecompressMemoryRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatch")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37462,24 +21469,6 @@ public void CmdDispatch( [NativeTypeName("uint32_t")] uint groupCountZ ) => T.CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchBase")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37503,11 +21492,6 @@ public void CmdDispatchBase( groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchBaseKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37531,15 +21515,6 @@ public void CmdDispatchBaseKHR( groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37547,20 +21522,11 @@ public void CmdDispatchBaseKHR( public void CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] DataGraphPipelineDispatchInfoARM* pInfo ) => T.CmdDispatchDataGraphARM(commandBuffer, session, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] [MethodImpl( @@ -37569,32 +21535,11 @@ public void CmdDispatchDataGraphARM( public void CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] Ref pInfo ) => T.CmdDispatchDataGraphARM(commandBuffer, session, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37605,14 +21550,6 @@ public void CmdDispatchIndirect( [NativeTypeName("VkDeviceSize")] ulong offset ) => T.CmdDispatchIndirect(commandBuffer, buffer, offset); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37623,14 +21560,6 @@ public void CmdDispatchTileQCOM( DispatchTileInfoQCOM* pDispatchTileInfo ) => T.CmdDispatchTileQCOM(commandBuffer, pDispatchTileInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] [MethodImpl( @@ -37642,22 +21571,6 @@ public void CmdDispatchTileQCOM( Ref pDispatchTileInfo ) => T.CmdDispatchTileQCOM(commandBuffer, pDispatchTileInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDraw")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37670,59 +21583,27 @@ public void CmdDraw( [NativeTypeName("uint32_t")] uint firstInstance ) => T.CmdDraw(commandBuffer, vertexCount, instanceCount, firstVertex, firstInstance); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawClusterHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void CmdDrawClusterHuawei( + public void CmdDrawClusterHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint groupCountX, [NativeTypeName("uint32_t")] uint groupCountY, [NativeTypeName("uint32_t")] uint groupCountZ - ) => T.CmdDrawClusterHuawei(commandBuffer, groupCountX, groupCountY, groupCountZ); + ) => T.CmdDrawClusterHUAWEI(commandBuffer, groupCountX, groupCountY, groupCountZ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawClusterIndirectHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void CmdDrawClusterIndirectHuawei( + public void CmdDrawClusterIndirectHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, [NativeTypeName("VkDeviceSize")] ulong offset - ) => T.CmdDrawClusterIndirectHuawei(commandBuffer, buffer, offset); + ) => T.CmdDrawClusterIndirectHUAWEI(commandBuffer, buffer, offset); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexed")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37744,22 +21625,6 @@ public void CmdDrawIndexed( firstInstance ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37772,18 +21637,6 @@ public void CmdDrawIndexedIndirect( [NativeTypeName("uint32_t")] uint stride ) => T.CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCount")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37807,7 +21660,6 @@ public void CmdDrawIndexedIndirectCount( stride ); - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCountAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37831,7 +21683,6 @@ public void CmdDrawIndexedIndirectCountAMD( stride ); - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCountKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37855,22 +21706,6 @@ public void CmdDrawIndexedIndirectCountKHR( stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37883,14 +21718,6 @@ public void CmdDrawIndirect( [NativeTypeName("uint32_t")] uint stride ) => T.CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectByteCountEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37914,18 +21741,6 @@ public void CmdDrawIndirectByteCountEXT( vertexStride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCount")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37949,7 +21764,6 @@ public void CmdDrawIndirectCount( stride ); - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCountAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37973,7 +21787,6 @@ public void CmdDrawIndirectCountAMD( stride ); - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCountKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -37997,14 +21810,6 @@ public void CmdDrawIndirectCountKHR( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = [ - "VK_EXT_mesh_shader+VK_KHR_spirv_1_4", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38016,18 +21821,6 @@ public void CmdDrawMeshTasksEXT( [NativeTypeName("uint32_t")] uint groupCountZ ) => T.CmdDrawMeshTasksEXT(commandBuffer, groupCountX, groupCountY, groupCountZ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_mesh_shader+VK_AMD_draw_indirect_count", - "VK_EXT_mesh_shader+VK_KHR_draw_indirect_count", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = [ - "VK_EXT_mesh_shader+VK_KHR_spirv_1_4", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectCountEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38051,18 +21844,6 @@ public void CmdDrawMeshTasksIndirectCountEXT( stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_mesh_shader+VK_AMD_draw_indirect_count", - "VK_NV_mesh_shader+VK_KHR_draw_indirect_count", - "VK_NV_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectCountNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38086,14 +21867,6 @@ public void CmdDrawMeshTasksIndirectCountNV( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = [ - "VK_EXT_mesh_shader+VK_KHR_spirv_1_4", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38106,14 +21879,6 @@ public void CmdDrawMeshTasksIndirectEXT( [NativeTypeName("uint32_t")] uint stride ) => T.CmdDrawMeshTasksIndirectEXT(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38126,14 +21891,6 @@ public void CmdDrawMeshTasksIndirectNV( [NativeTypeName("uint32_t")] uint stride ) => T.CmdDrawMeshTasksIndirectNV(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38144,14 +21901,6 @@ public void CmdDrawMeshTasksNV( [NativeTypeName("uint32_t")] uint firstTask ) => T.CmdDrawMeshTasksNV(commandBuffer, taskCount, firstTask); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38173,14 +21922,6 @@ public void CmdDrawMultiEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl( @@ -38203,14 +21944,6 @@ public void CmdDrawMultiEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl( @@ -38224,14 +21957,6 @@ public void CmdDrawMultiEXT( [NativeTypeName("uint32_t")] uint stride ) => T.CmdDrawMultiEXT(commandBuffer, pVertexInfo, instanceCount, firstInstance, stride); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38256,14 +21981,6 @@ public void CmdDrawMultiIndexedEXT( pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl( @@ -38289,14 +22006,6 @@ public void CmdDrawMultiIndexedEXT( pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl( @@ -38320,14 +22029,6 @@ public void CmdDrawMultiIndexedEXT( pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38337,14 +22038,6 @@ public void CmdEncodeVideoKHR( [NativeTypeName("const VkVideoEncodeInfoKHR *")] VideoEncodeInfoKHR* pEncodeInfo ) => T.CmdEncodeVideoKHR(commandBuffer, pEncodeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] [MethodImpl( @@ -38355,14 +22048,6 @@ public void CmdEncodeVideoKHR( [NativeTypeName("const VkVideoEncodeInfoKHR *")] Ref pEncodeInfo ) => T.CmdEncodeVideoKHR(commandBuffer, pEncodeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndConditionalRenderingEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38371,7 +22056,6 @@ public void CmdEndConditionalRenderingEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => T.CmdEndConditionalRenderingEXT(commandBuffer); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdEndDebugUtilsLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38380,14 +22064,6 @@ public void CmdEndDebugUtilsLabelEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => T.CmdEndDebugUtilsLabelEXT(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38397,14 +22073,6 @@ public void CmdEndPerTileExecutionQCOM( [NativeTypeName("const VkPerTileEndInfoQCOM *")] PerTileEndInfoQCOM* pPerTileEndInfo ) => T.CmdEndPerTileExecutionQCOM(commandBuffer, pPerTileEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] [MethodImpl( @@ -38415,32 +22083,6 @@ public void CmdEndPerTileExecutionQCOM( [NativeTypeName("const VkPerTileEndInfoQCOM *")] Ref pPerTileEndInfo ) => T.CmdEndPerTileExecutionQCOM(commandBuffer, pPerTileEndInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndQuery")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38451,14 +22093,6 @@ public void CmdEndQuery( [NativeTypeName("uint32_t")] uint query ) => T.CmdEndQuery(commandBuffer, queryPool, query); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndQueryIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38470,16 +22104,6 @@ public void CmdEndQueryIndexedEXT( [NativeTypeName("uint32_t")] uint index ) => T.CmdEndQueryIndexedEXT(commandBuffer, queryPool, query, index); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38488,20 +22112,6 @@ public void CmdEndRendering( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => T.CmdEndRendering(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38511,20 +22121,6 @@ public void CmdEndRendering2EXT( [NativeTypeName("const VkRenderingEndInfoKHR *")] RenderingEndInfoKHR* pRenderingEndInfo ) => T.CmdEndRendering2EXT(commandBuffer, pRenderingEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] [MethodImpl( @@ -38536,14 +22132,6 @@ public void CmdEndRendering2EXT( Ref pRenderingEndInfo ) => T.CmdEndRendering2EXT(commandBuffer, pRenderingEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38553,14 +22141,6 @@ public void CmdEndRendering2KHR( [NativeTypeName("const VkRenderingEndInfoKHR *")] RenderingEndInfoKHR* pRenderingEndInfo ) => T.CmdEndRendering2KHR(commandBuffer, pRenderingEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] [MethodImpl( @@ -38572,15 +22152,6 @@ public void CmdEndRendering2KHR( Ref pRenderingEndInfo ) => T.CmdEndRendering2KHR(commandBuffer, pRenderingEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderingKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38589,22 +22160,6 @@ public void CmdEndRenderingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => T.CmdEndRenderingKHR(commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38613,18 +22168,6 @@ public void CmdEndRenderPass( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => T.CmdEndRenderPass(commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38634,18 +22177,6 @@ public void CmdEndRenderPass2( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ) => T.CmdEndRenderPass2(commandBuffer, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] [MethodImpl( @@ -38656,11 +22187,6 @@ public void CmdEndRenderPass2( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ) => T.CmdEndRenderPass2(commandBuffer, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38670,11 +22196,6 @@ public void CmdEndRenderPass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ) => T.CmdEndRenderPass2KHR(commandBuffer, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] [MethodImpl( @@ -38685,14 +22206,6 @@ public void CmdEndRenderPass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ) => T.CmdEndRenderPass2KHR(commandBuffer, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38712,14 +22225,6 @@ public void CmdEndTransformFeedbackEXT( pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] [MethodImpl( @@ -38740,11 +22245,6 @@ public void CmdEndTransformFeedbackEXT( pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38755,11 +22255,6 @@ public void CmdEndVideoCodingKHR( VideoEndCodingInfoKHR* pEndCodingInfo ) => T.CmdEndVideoCodingKHR(commandBuffer, pEndCodingInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] [MethodImpl( @@ -38771,32 +22266,6 @@ public void CmdEndVideoCodingKHR( Ref pEndCodingInfo ) => T.CmdEndVideoCodingKHR(commandBuffer, pEndCodingInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl( @@ -38807,32 +22276,6 @@ public void CmdExecuteCommand( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle pCommandBuffers ) => T.CmdExecuteCommand(commandBuffer, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38843,32 +22286,6 @@ public void CmdExecuteCommands( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ) => T.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl( @@ -38880,15 +22297,6 @@ public void CmdExecuteCommands( [NativeTypeName("const VkCommandBuffer *")] Ref pCommandBuffers ) => T.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38901,15 +22309,6 @@ public void CmdExecuteGeneratedCommandsEXT( ) => T.CmdExecuteGeneratedCommandsEXT(commandBuffer, isPreprocessed, pGeneratedCommandsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] [MethodImpl( @@ -38923,11 +22322,6 @@ Ref pGeneratedCommandsInfo ) => T.CmdExecuteGeneratedCommandsEXT(commandBuffer, isPreprocessed, pGeneratedCommandsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38939,11 +22333,6 @@ public void CmdExecuteGeneratedCommandsNV( GeneratedCommandsInfoNV* pGeneratedCommandsInfo ) => T.CmdExecuteGeneratedCommandsNV(commandBuffer, isPreprocessed, pGeneratedCommandsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] [MethodImpl( @@ -38956,32 +22345,6 @@ public void CmdExecuteGeneratedCommandsNV( Ref pGeneratedCommandsInfo ) => T.CmdExecuteGeneratedCommandsNV(commandBuffer, isPreprocessed, pGeneratedCommandsInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdFillBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -38994,7 +22357,6 @@ public void CmdFillBuffer( [NativeTypeName("uint32_t")] uint data ) => T.CmdFillBuffer(commandBuffer, dstBuffer, dstOffset, size, data); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39004,7 +22366,6 @@ public void CmdInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ) => T.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] [MethodImpl( @@ -39015,22 +22376,6 @@ public void CmdInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ) => T.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39040,18 +22385,6 @@ public void CmdNextSubpass( SubpassContents contents ) => T.CmdNextSubpass(commandBuffer, contents); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39062,18 +22395,6 @@ public void CmdNextSubpass2( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ) => T.CmdNextSubpass2(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] [MethodImpl( @@ -39085,11 +22406,6 @@ public void CmdNextSubpass2( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ) => T.CmdNextSubpass2(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39100,11 +22416,6 @@ public void CmdNextSubpass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ) => T.CmdNextSubpass2KHR(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] [MethodImpl( @@ -39116,35 +22427,17 @@ public void CmdNextSubpass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ) => T.CmdNextSubpass2KHR(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] OpticalFlowExecuteInfoNV* pExecuteInfo ) => T.CmdOpticalFlowExecuteNV(commandBuffer, session, pExecuteInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] [MethodImpl( @@ -39152,37 +22445,11 @@ public void CmdOpticalFlowExecuteNV( )] public void CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] Ref pExecuteInfo ) => T.CmdOpticalFlowExecuteNV(commandBuffer, session, pExecuteInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39214,32 +22481,6 @@ public void CmdPipelineBarrier( pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] [MethodImpl( @@ -39272,20 +22513,6 @@ Ref pImageMemoryBarriers pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39295,20 +22522,6 @@ public void CmdPipelineBarrier2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ) => T.CmdPipelineBarrier2(commandBuffer, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] [MethodImpl( @@ -39319,14 +22532,6 @@ public void CmdPipelineBarrier2( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ) => T.CmdPipelineBarrier2(commandBuffer, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39336,14 +22541,6 @@ public void CmdPipelineBarrier2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ) => T.CmdPipelineBarrier2KHR(commandBuffer, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] [MethodImpl( @@ -39354,15 +22551,6 @@ public void CmdPipelineBarrier2KHR( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ) => T.CmdPipelineBarrier2KHR(commandBuffer, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39379,15 +22567,6 @@ public void CmdPreprocessGeneratedCommandsEXT( stateCommandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] [MethodImpl( @@ -39405,11 +22584,6 @@ public void CmdPreprocessGeneratedCommandsEXT( stateCommandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39420,11 +22594,6 @@ public void CmdPreprocessGeneratedCommandsNV( GeneratedCommandsInfoNV* pGeneratedCommandsInfo ) => T.CmdPreprocessGeneratedCommandsNV(commandBuffer, pGeneratedCommandsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] [MethodImpl( @@ -39436,27 +22605,6 @@ public void CmdPreprocessGeneratedCommandsNV( Ref pGeneratedCommandsInfo ) => T.CmdPreprocessGeneratedCommandsNV(commandBuffer, pGeneratedCommandsInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39470,27 +22618,6 @@ public void CmdPushConstants( [NativeTypeName("const void *")] void* pValues ) => T.CmdPushConstants(commandBuffer, layout, stageFlags, offset, size, pValues); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] [MethodImpl( @@ -39505,11 +22632,6 @@ public void CmdPushConstants( [NativeTypeName("const void *")] Ref pValues ) => T.CmdPushConstants(commandBuffer, layout, stageFlags, offset, size, pValues); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39519,11 +22641,6 @@ public void CmdPushConstants2( [NativeTypeName("const VkPushConstantsInfo *")] PushConstantsInfo* pPushConstantsInfo ) => T.CmdPushConstants2(commandBuffer, pPushConstantsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] [MethodImpl( @@ -39535,7 +22652,6 @@ public void CmdPushConstants2( Ref pPushConstantsInfo ) => T.CmdPushConstants2(commandBuffer, pPushConstantsInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39545,7 +22661,6 @@ public void CmdPushConstants2KHR( [NativeTypeName("const VkPushConstantsInfo *")] PushConstantsInfo* pPushConstantsInfo ) => T.CmdPushConstants2KHR(commandBuffer, pPushConstantsInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] [MethodImpl( @@ -39557,11 +22672,6 @@ public void CmdPushConstants2KHR( Ref pPushConstantsInfo ) => T.CmdPushConstants2KHR(commandBuffer, pPushConstantsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39583,11 +22693,6 @@ public void CmdPushDescriptorSet( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl( @@ -39611,11 +22716,6 @@ Ref pDescriptorWrites pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl( @@ -39636,11 +22736,6 @@ public void CmdPushDescriptorSet( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39651,11 +22746,6 @@ public void CmdPushDescriptorSet2( PushDescriptorSetInfo* pPushDescriptorSetInfo ) => T.CmdPushDescriptorSet2(commandBuffer, pPushDescriptorSetInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] [MethodImpl( @@ -39667,12 +22757,6 @@ public void CmdPushDescriptorSet2( Ref pPushDescriptorSetInfo ) => T.CmdPushDescriptorSet2(commandBuffer, pPushDescriptorSetInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39683,12 +22767,6 @@ public void CmdPushDescriptorSet2KHR( PushDescriptorSetInfo* pPushDescriptorSetInfo ) => T.CmdPushDescriptorSet2KHR(commandBuffer, pPushDescriptorSetInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] [MethodImpl( @@ -39700,14 +22778,6 @@ public void CmdPushDescriptorSet2KHR( Ref pPushDescriptorSetInfo ) => T.CmdPushDescriptorSet2KHR(commandBuffer, pPushDescriptorSetInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39729,14 +22799,6 @@ public void CmdPushDescriptorSetKHR( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl( @@ -39760,14 +22822,6 @@ Ref pDescriptorWrites pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl( @@ -39788,11 +22842,6 @@ public void CmdPushDescriptorSetKHR( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39813,11 +22862,6 @@ public void CmdPushDescriptorSetWithTemplate( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] [MethodImpl( @@ -39839,11 +22883,6 @@ public void CmdPushDescriptorSetWithTemplate( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39854,11 +22893,6 @@ public void CmdPushDescriptorSetWithTemplate2( PushDescriptorSetWithTemplateInfo* pPushDescriptorSetWithTemplateInfo ) => T.CmdPushDescriptorSetWithTemplate2(commandBuffer, pPushDescriptorSetWithTemplateInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] [MethodImpl( @@ -39870,12 +22904,6 @@ public void CmdPushDescriptorSetWithTemplate2( Ref pPushDescriptorSetWithTemplateInfo ) => T.CmdPushDescriptorSetWithTemplate2(commandBuffer, pPushDescriptorSetWithTemplateInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39890,12 +22918,6 @@ public void CmdPushDescriptorSetWithTemplate2KHR( pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] [MethodImpl( @@ -39911,17 +22933,6 @@ Ref pPushDescriptorSetWithTemplateInfo pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -39942,17 +22953,6 @@ public void CmdPushDescriptorSetWithTemplateKHR( pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] [MethodImpl( @@ -39974,27 +22974,6 @@ public void CmdPushDescriptorSetWithTemplateKHR( pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40005,18 +22984,6 @@ public void CmdResetEvent( [NativeTypeName("VkPipelineStageFlags")] PipelineStageFlags stageMask ) => T.CmdResetEvent(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40027,14 +22994,6 @@ public void CmdResetEvent2( [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stageMask ) => T.CmdResetEvent2(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40045,32 +23004,6 @@ public void CmdResetEvent2KHR( [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stageMask ) => T.CmdResetEvent2KHR(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetQueryPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40082,22 +23015,6 @@ public void CmdResetQueryPool( [NativeTypeName("uint32_t")] uint queryCount ) => T.CmdResetQueryPool(commandBuffer, queryPool, firstQuery, queryCount); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40121,22 +23038,6 @@ public void CmdResolveImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl( @@ -40161,22 +23062,6 @@ public void CmdResolveImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl( @@ -40199,16 +23084,6 @@ public void CmdResolveImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40218,16 +23093,6 @@ public void CmdResolveImage2( [NativeTypeName("const VkResolveImageInfo2 *")] ResolveImageInfo2* pResolveImageInfo ) => T.CmdResolveImage2(commandBuffer, pResolveImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] [MethodImpl( @@ -40238,14 +23103,6 @@ public void CmdResolveImage2( [NativeTypeName("const VkResolveImageInfo2 *")] Ref pResolveImageInfo ) => T.CmdResolveImage2(commandBuffer, pResolveImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40255,14 +23112,6 @@ public void CmdResolveImage2KHR( [NativeTypeName("const VkResolveImageInfo2 *")] ResolveImageInfo2* pResolveImageInfo ) => T.CmdResolveImage2KHR(commandBuffer, pResolveImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] [MethodImpl( @@ -40273,14 +23122,6 @@ public void CmdResolveImage2KHR( [NativeTypeName("const VkResolveImageInfo2 *")] Ref pResolveImageInfo ) => T.CmdResolveImage2KHR(commandBuffer, pResolveImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40290,14 +23131,6 @@ public void CmdSetAlphaToCoverageEnableEXT( [NativeTypeName("VkBool32")] uint alphaToCoverageEnable ) => T.CmdSetAlphaToCoverageEnableEXT(commandBuffer, alphaToCoverageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] [MethodImpl( @@ -40308,14 +23141,6 @@ public void CmdSetAlphaToCoverageEnableEXT( [NativeTypeName("VkBool32")] MaybeBool alphaToCoverageEnable ) => T.CmdSetAlphaToCoverageEnableEXT(commandBuffer, alphaToCoverageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40325,14 +23150,6 @@ public void CmdSetAlphaToOneEnableEXT( [NativeTypeName("VkBool32")] uint alphaToOneEnable ) => T.CmdSetAlphaToOneEnableEXT(commandBuffer, alphaToOneEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] [MethodImpl( @@ -40343,14 +23160,6 @@ public void CmdSetAlphaToOneEnableEXT( [NativeTypeName("VkBool32")] MaybeBool alphaToOneEnable ) => T.CmdSetAlphaToOneEnableEXT(commandBuffer, alphaToOneEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAttachmentFeedbackLoopEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40360,22 +23169,6 @@ public void CmdSetAttachmentFeedbackLoopEnableEXT( [NativeTypeName("VkImageAspectFlags")] ImageAspectFlags aspectMask ) => T.CmdSetAttachmentFeedbackLoopEnableEXT(commandBuffer, aspectMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40385,22 +23178,6 @@ public void CmdSetBlendConstants( [NativeTypeName("const float[4]")] float* blendConstants ) => T.CmdSetBlendConstants(commandBuffer, blendConstants); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] [MethodImpl( @@ -40411,14 +23188,6 @@ public void CmdSetBlendConstants( [NativeTypeName("const float[4]")] Ref blendConstants ) => T.CmdSetBlendConstants(commandBuffer, blendConstants); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40428,14 +23197,6 @@ public void CmdSetCheckpointNV( [NativeTypeName("const void *")] void* pCheckpointMarker ) => T.CmdSetCheckpointNV(commandBuffer, pCheckpointMarker); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] [MethodImpl( @@ -40446,14 +23207,6 @@ public void CmdSetCheckpointNV( [NativeTypeName("const void *")] Ref pCheckpointMarker ) => T.CmdSetCheckpointNV(commandBuffer, pCheckpointMarker); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40472,14 +23225,6 @@ public void CmdSetCoarseSampleOrderNV( pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl( @@ -40499,14 +23244,6 @@ Ref pCustomSampleOrders pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl( @@ -40519,15 +23256,6 @@ public void CmdSetCoarseSampleOrderNV( CoarseSampleOrderCustomNV pCustomSampleOrders ) => T.CmdSetCoarseSampleOrderNV(commandBuffer, sampleOrderType, pCustomSampleOrders); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40546,15 +23274,6 @@ public void CmdSetColorBlendAdvancedEXT( pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl( @@ -40574,15 +23293,6 @@ Ref pColorBlendAdvanced pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl( @@ -40595,14 +23305,6 @@ public void CmdSetColorBlendAdvancedEXT( ColorBlendAdvancedEXT pColorBlendAdvanced ) => T.CmdSetColorBlendAdvancedEXT(commandBuffer, firstAttachment, pColorBlendAdvanced); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40620,14 +23322,6 @@ public void CmdSetColorBlendEnableEXT( pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl( @@ -40646,14 +23340,6 @@ public void CmdSetColorBlendEnableEXT( pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl( @@ -40665,14 +23351,6 @@ public void CmdSetColorBlendEnableEXT( [NativeTypeName("const VkBool32 *")] uint pColorBlendEnables ) => T.CmdSetColorBlendEnableEXT(commandBuffer, firstAttachment, pColorBlendEnables); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40691,14 +23369,6 @@ public void CmdSetColorBlendEquationEXT( pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl( @@ -40718,14 +23388,6 @@ Ref pColorBlendEquations pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl( @@ -40738,14 +23400,6 @@ public void CmdSetColorBlendEquationEXT( ColorBlendEquationEXT pColorBlendEquations ) => T.CmdSetColorBlendEquationEXT(commandBuffer, firstAttachment, pColorBlendEquations); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40756,14 +23410,6 @@ public void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] uint* pColorWriteEnables ) => T.CmdSetColorWriteEnableEXT(commandBuffer, attachmentCount, pColorWriteEnables); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl( @@ -40775,14 +23421,6 @@ public void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] Ref pColorWriteEnables ) => T.CmdSetColorWriteEnableEXT(commandBuffer, attachmentCount, pColorWriteEnables); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl( @@ -40793,14 +23431,6 @@ public void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] uint pColorWriteEnables ) => T.CmdSetColorWriteEnableEXT(commandBuffer, pColorWriteEnables); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40818,14 +23448,6 @@ public void CmdSetColorWriteMaskEXT( pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl( @@ -40845,14 +23467,6 @@ Ref pColorWriteMasks pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl( @@ -40864,15 +23478,6 @@ public void CmdSetColorWriteMaskEXT( [NativeTypeName("const VkColorComponentFlags *")] ColorComponentFlags pColorWriteMasks ) => T.CmdSetColorWriteMaskEXT(commandBuffer, firstAttachment, pColorWriteMasks); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetConservativeRasterizationModeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40882,15 +23487,6 @@ public void CmdSetConservativeRasterizationModeEXT( ConservativeRasterizationModeEXT conservativeRasterizationMode ) => T.CmdSetConservativeRasterizationModeEXT(commandBuffer, conservativeRasterizationMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationModeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40900,15 +23496,6 @@ public void CmdSetCoverageModulationModeNV( CoverageModulationModeNV coverageModulationMode ) => T.CmdSetCoverageModulationModeNV(commandBuffer, coverageModulationMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40918,15 +23505,6 @@ public void CmdSetCoverageModulationTableEnableNV( [NativeTypeName("VkBool32")] uint coverageModulationTableEnable ) => T.CmdSetCoverageModulationTableEnableNV(commandBuffer, coverageModulationTableEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] [MethodImpl( @@ -40937,15 +23515,6 @@ public void CmdSetCoverageModulationTableEnableNV( [NativeTypeName("VkBool32")] MaybeBool coverageModulationTableEnable ) => T.CmdSetCoverageModulationTableEnableNV(commandBuffer, coverageModulationTableEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -40961,15 +23530,6 @@ public void CmdSetCoverageModulationTableNV( pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl( @@ -40986,15 +23546,6 @@ public void CmdSetCoverageModulationTableNV( pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl( @@ -41005,15 +23556,6 @@ public void CmdSetCoverageModulationTableNV( [NativeTypeName("const float *")] float pCoverageModulationTable ) => T.CmdSetCoverageModulationTableNV(commandBuffer, pCoverageModulationTable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageReductionModeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41023,15 +23565,6 @@ public void CmdSetCoverageReductionModeNV( CoverageReductionModeNV coverageReductionMode ) => T.CmdSetCoverageReductionModeNV(commandBuffer, coverageReductionMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41041,15 +23574,6 @@ public void CmdSetCoverageToColorEnableNV( [NativeTypeName("VkBool32")] uint coverageToColorEnable ) => T.CmdSetCoverageToColorEnableNV(commandBuffer, coverageToColorEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] [MethodImpl( @@ -41060,15 +23584,6 @@ public void CmdSetCoverageToColorEnableNV( [NativeTypeName("VkBool32")] MaybeBool coverageToColorEnable ) => T.CmdSetCoverageToColorEnableNV(commandBuffer, coverageToColorEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorLocationNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41078,16 +23593,6 @@ public void CmdSetCoverageToColorLocationNV( [NativeTypeName("uint32_t")] uint coverageToColorLocation ) => T.CmdSetCoverageToColorLocationNV(commandBuffer, coverageToColorLocation); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCullMode")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41097,14 +23602,6 @@ public void CmdSetCullMode( [NativeTypeName("VkCullModeFlags")] CullModeFlags cullMode ) => T.CmdSetCullMode(commandBuffer, cullMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCullModeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41114,22 +23611,6 @@ public void CmdSetCullModeEXT( [NativeTypeName("VkCullModeFlags")] CullModeFlags cullMode ) => T.CmdSetCullModeEXT(commandBuffer, cullMode); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41147,14 +23628,6 @@ float depthBiasSlopeFactor depthBiasSlopeFactor ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41164,14 +23637,6 @@ public void CmdSetDepthBias2EXT( [NativeTypeName("const VkDepthBiasInfoEXT *")] DepthBiasInfoEXT* pDepthBiasInfo ) => T.CmdSetDepthBias2EXT(commandBuffer, pDepthBiasInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] [MethodImpl( @@ -41182,16 +23647,6 @@ public void CmdSetDepthBias2EXT( [NativeTypeName("const VkDepthBiasInfoEXT *")] Ref pDepthBiasInfo ) => T.CmdSetDepthBias2EXT(commandBuffer, pDepthBiasInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41201,16 +23656,6 @@ public void CmdSetDepthBiasEnable( [NativeTypeName("VkBool32")] uint depthBiasEnable ) => T.CmdSetDepthBiasEnable(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] [MethodImpl( @@ -41221,14 +23666,6 @@ public void CmdSetDepthBiasEnable( [NativeTypeName("VkBool32")] MaybeBool depthBiasEnable ) => T.CmdSetDepthBiasEnable(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41238,14 +23675,6 @@ public void CmdSetDepthBiasEnableEXT( [NativeTypeName("VkBool32")] uint depthBiasEnable ) => T.CmdSetDepthBiasEnableEXT(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] [MethodImpl( @@ -41256,22 +23685,6 @@ public void CmdSetDepthBiasEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthBiasEnable ) => T.CmdSetDepthBiasEnableEXT(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBounds")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41282,16 +23695,6 @@ public void CmdSetDepthBounds( float maxDepthBounds ) => T.CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41301,16 +23704,6 @@ public void CmdSetDepthBoundsTestEnable( [NativeTypeName("VkBool32")] uint depthBoundsTestEnable ) => T.CmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] [MethodImpl( @@ -41321,14 +23714,6 @@ public void CmdSetDepthBoundsTestEnable( [NativeTypeName("VkBool32")] MaybeBool depthBoundsTestEnable ) => T.CmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41338,14 +23723,6 @@ public void CmdSetDepthBoundsTestEnableEXT( [NativeTypeName("VkBool32")] uint depthBoundsTestEnable ) => T.CmdSetDepthBoundsTestEnableEXT(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] [MethodImpl( @@ -41356,14 +23733,6 @@ public void CmdSetDepthBoundsTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthBoundsTestEnable ) => T.CmdSetDepthBoundsTestEnableEXT(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41373,14 +23742,6 @@ public void CmdSetDepthClampEnableEXT( [NativeTypeName("VkBool32")] uint depthClampEnable ) => T.CmdSetDepthClampEnableEXT(commandBuffer, depthClampEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] [MethodImpl( @@ -41391,16 +23752,6 @@ public void CmdSetDepthClampEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthClampEnable ) => T.CmdSetDepthClampEnableEXT(commandBuffer, depthClampEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41411,16 +23762,6 @@ public void CmdSetDepthClampRangeEXT( [NativeTypeName("const VkDepthClampRangeEXT *")] DepthClampRangeEXT* pDepthClampRange ) => T.CmdSetDepthClampRangeEXT(commandBuffer, depthClampMode, pDepthClampRange); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] [MethodImpl( @@ -41433,15 +23774,6 @@ public void CmdSetDepthClampRangeEXT( Ref pDepthClampRange ) => T.CmdSetDepthClampRangeEXT(commandBuffer, depthClampMode, pDepthClampRange); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41451,15 +23783,6 @@ public void CmdSetDepthClipEnableEXT( [NativeTypeName("VkBool32")] uint depthClipEnable ) => T.CmdSetDepthClipEnableEXT(commandBuffer, depthClipEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] [MethodImpl( @@ -41470,15 +23793,6 @@ public void CmdSetDepthClipEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthClipEnable ) => T.CmdSetDepthClipEnableEXT(commandBuffer, depthClipEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41488,15 +23802,6 @@ public void CmdSetDepthClipNegativeOneToOneEXT( [NativeTypeName("VkBool32")] uint negativeOneToOne ) => T.CmdSetDepthClipNegativeOneToOneEXT(commandBuffer, negativeOneToOne); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] [MethodImpl( @@ -41507,16 +23812,6 @@ public void CmdSetDepthClipNegativeOneToOneEXT( [NativeTypeName("VkBool32")] MaybeBool negativeOneToOne ) => T.CmdSetDepthClipNegativeOneToOneEXT(commandBuffer, negativeOneToOne); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthCompareOp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41526,14 +23821,6 @@ public void CmdSetDepthCompareOp( CompareOp depthCompareOp ) => T.CmdSetDepthCompareOp(commandBuffer, depthCompareOp); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthCompareOpEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41543,16 +23830,6 @@ public void CmdSetDepthCompareOpEXT( CompareOp depthCompareOp ) => T.CmdSetDepthCompareOpEXT(commandBuffer, depthCompareOp); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41562,16 +23839,6 @@ public void CmdSetDepthTestEnable( [NativeTypeName("VkBool32")] uint depthTestEnable ) => T.CmdSetDepthTestEnable(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] [MethodImpl( @@ -41582,14 +23849,6 @@ public void CmdSetDepthTestEnable( [NativeTypeName("VkBool32")] MaybeBool depthTestEnable ) => T.CmdSetDepthTestEnable(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41599,14 +23858,6 @@ public void CmdSetDepthTestEnableEXT( [NativeTypeName("VkBool32")] uint depthTestEnable ) => T.CmdSetDepthTestEnableEXT(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] [MethodImpl( @@ -41617,16 +23868,6 @@ public void CmdSetDepthTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthTestEnable ) => T.CmdSetDepthTestEnableEXT(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41636,16 +23877,6 @@ public void CmdSetDepthWriteEnable( [NativeTypeName("VkBool32")] uint depthWriteEnable ) => T.CmdSetDepthWriteEnable(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] [MethodImpl( @@ -41656,14 +23887,6 @@ public void CmdSetDepthWriteEnable( [NativeTypeName("VkBool32")] MaybeBool depthWriteEnable ) => T.CmdSetDepthWriteEnable(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41673,14 +23896,6 @@ public void CmdSetDepthWriteEnableEXT( [NativeTypeName("VkBool32")] uint depthWriteEnable ) => T.CmdSetDepthWriteEnableEXT(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] [MethodImpl( @@ -41691,12 +23906,6 @@ public void CmdSetDepthWriteEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthWriteEnable ) => T.CmdSetDepthWriteEnableEXT(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41707,12 +23916,6 @@ public void CmdSetDescriptorBufferOffsets2EXT( SetDescriptorBufferOffsetsInfoEXT* pSetDescriptorBufferOffsetsInfo ) => T.CmdSetDescriptorBufferOffsets2EXT(commandBuffer, pSetDescriptorBufferOffsetsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] [MethodImpl( @@ -41724,16 +23927,6 @@ public void CmdSetDescriptorBufferOffsets2EXT( Ref pSetDescriptorBufferOffsetsInfo ) => T.CmdSetDescriptorBufferOffsets2EXT(commandBuffer, pSetDescriptorBufferOffsetsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41757,16 +23950,6 @@ public void CmdSetDescriptorBufferOffsetsEXT( pOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] [MethodImpl( @@ -41791,28 +23974,6 @@ public void CmdSetDescriptorBufferOffsetsEXT( pOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDeviceMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41822,11 +23983,6 @@ public void CmdSetDeviceMask( [NativeTypeName("uint32_t")] uint deviceMask ) => T.CmdSetDeviceMask(commandBuffer, deviceMask); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDeviceMaskKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41836,14 +23992,6 @@ public void CmdSetDeviceMaskKHR( [NativeTypeName("uint32_t")] uint deviceMask ) => T.CmdSetDeviceMaskKHR(commandBuffer, deviceMask); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41853,14 +24001,6 @@ public void CmdSetDiscardRectangleEnableEXT( [NativeTypeName("VkBool32")] uint discardRectangleEnable ) => T.CmdSetDiscardRectangleEnableEXT(commandBuffer, discardRectangleEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] [MethodImpl( @@ -41871,14 +24011,6 @@ public void CmdSetDiscardRectangleEnableEXT( [NativeTypeName("VkBool32")] MaybeBool discardRectangleEnable ) => T.CmdSetDiscardRectangleEnableEXT(commandBuffer, discardRectangleEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41896,14 +24028,6 @@ public void CmdSetDiscardRectangleEXT( pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl( @@ -41922,14 +24046,6 @@ public void CmdSetDiscardRectangleEXT( pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl( @@ -41941,14 +24057,6 @@ public void CmdSetDiscardRectangleEXT( [NativeTypeName("const VkRect2D *")] Rect2D pDiscardRectangles ) => T.CmdSetDiscardRectangleEXT(commandBuffer, firstDiscardRectangle, pDiscardRectangles); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleModeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41958,27 +24066,6 @@ public void CmdSetDiscardRectangleModeEXT( DiscardRectangleModeEXT discardRectangleMode ) => T.CmdSetDiscardRectangleModeEXT(commandBuffer, discardRectangleMode); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -41989,18 +24076,6 @@ public void CmdSetEvent( [NativeTypeName("VkPipelineStageFlags")] PipelineStageFlags stageMask ) => T.CmdSetEvent(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42011,18 +24086,6 @@ public void CmdSetEvent2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ) => T.CmdSetEvent2(commandBuffer, @event, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] [MethodImpl( @@ -42034,14 +24097,6 @@ public void CmdSetEvent2( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ) => T.CmdSetEvent2(commandBuffer, @event, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42052,14 +24107,6 @@ public void CmdSetEvent2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ) => T.CmdSetEvent2KHR(commandBuffer, @event, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] [MethodImpl( @@ -42071,14 +24118,6 @@ public void CmdSetEvent2KHR( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ) => T.CmdSetEvent2KHR(commandBuffer, @event, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42096,14 +24135,6 @@ public void CmdSetExclusiveScissorEnableNV( pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl( @@ -42122,14 +24153,6 @@ public void CmdSetExclusiveScissorEnableNV( pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl( @@ -42146,14 +24169,6 @@ public void CmdSetExclusiveScissorEnableNV( pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42171,14 +24186,6 @@ public void CmdSetExclusiveScissorNV( pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl( @@ -42197,14 +24204,6 @@ public void CmdSetExclusiveScissorNV( pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl( @@ -42216,15 +24215,6 @@ public void CmdSetExclusiveScissorNV( [NativeTypeName("const VkRect2D *")] Rect2D pExclusiveScissors ) => T.CmdSetExclusiveScissorNV(commandBuffer, firstExclusiveScissor, pExclusiveScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExtraPrimitiveOverestimationSizeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42238,11 +24228,6 @@ float extraPrimitiveOverestimationSize extraPrimitiveOverestimationSize ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42254,11 +24239,6 @@ public void CmdSetFragmentShadingRateEnumNV( FragmentShadingRateCombinerOpKHR* combinerOps ) => T.CmdSetFragmentShadingRateEnumNV(commandBuffer, shadingRate, combinerOps); - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] [MethodImpl( @@ -42271,15 +24251,6 @@ public void CmdSetFragmentShadingRateEnumNV( Ref combinerOps ) => T.CmdSetFragmentShadingRateEnumNV(commandBuffer, shadingRate, combinerOps); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42291,15 +24262,6 @@ public void CmdSetFragmentShadingRateKHR( FragmentShadingRateCombinerOpKHR* combinerOps ) => T.CmdSetFragmentShadingRateKHR(commandBuffer, pFragmentSize, combinerOps); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] [MethodImpl( @@ -42312,16 +24274,6 @@ public void CmdSetFragmentShadingRateKHR( Ref combinerOps ) => T.CmdSetFragmentShadingRateKHR(commandBuffer, pFragmentSize, combinerOps); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFrontFace")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42331,14 +24283,6 @@ public void CmdSetFrontFace( FrontFace frontFace ) => T.CmdSetFrontFace(commandBuffer, frontFace); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFrontFaceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42348,15 +24292,6 @@ public void CmdSetFrontFaceEXT( FrontFace frontFace ) => T.CmdSetFrontFaceEXT(commandBuffer, frontFace); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineRasterizationModeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42367,11 +24302,6 @@ public void CmdSetLineRasterizationModeEXT( LineRasterizationMode lineRasterizationMode ) => T.CmdSetLineRasterizationModeEXT(commandBuffer, lineRasterizationMode); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStipple")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42382,15 +24312,6 @@ public void CmdSetLineStipple( [NativeTypeName("uint16_t")] ushort lineStipplePattern ) => T.CmdSetLineStipple(commandBuffer, lineStippleFactor, lineStipplePattern); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42400,15 +24321,6 @@ public void CmdSetLineStippleEnableEXT( [NativeTypeName("VkBool32")] uint stippledLineEnable ) => T.CmdSetLineStippleEnableEXT(commandBuffer, stippledLineEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] [MethodImpl( @@ -42419,14 +24331,6 @@ public void CmdSetLineStippleEnableEXT( [NativeTypeName("VkBool32")] MaybeBool stippledLineEnable ) => T.CmdSetLineStippleEnableEXT(commandBuffer, stippledLineEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42437,14 +24341,6 @@ public void CmdSetLineStippleEXT( [NativeTypeName("uint16_t")] ushort lineStipplePattern ) => T.CmdSetLineStippleEXT(commandBuffer, lineStippleFactor, lineStipplePattern); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42455,22 +24351,6 @@ public void CmdSetLineStippleKHR( [NativeTypeName("uint16_t")] ushort lineStipplePattern ) => T.CmdSetLineStippleKHR(commandBuffer, lineStippleFactor, lineStipplePattern); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineWidth")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42480,14 +24360,6 @@ public void CmdSetLineWidth( float lineWidth ) => T.CmdSetLineWidth(commandBuffer, lineWidth); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42497,14 +24369,6 @@ public void CmdSetLogicOpEnableEXT( [NativeTypeName("VkBool32")] uint logicOpEnable ) => T.CmdSetLogicOpEnableEXT(commandBuffer, logicOpEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] [MethodImpl( @@ -42515,14 +24379,6 @@ public void CmdSetLogicOpEnableEXT( [NativeTypeName("VkBool32")] MaybeBool logicOpEnable ) => T.CmdSetLogicOpEnableEXT(commandBuffer, logicOpEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42532,14 +24388,6 @@ public void CmdSetLogicOpEXT( LogicOp logicOp ) => T.CmdSetLogicOpEXT(commandBuffer, logicOp); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPatchControlPointsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42549,83 +24397,69 @@ public void CmdSetPatchControlPointsEXT( [NativeTypeName("uint32_t")] uint patchControlPoints ) => T.CmdSetPatchControlPointsEXT(commandBuffer, patchControlPoints); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result CmdSetPerformanceMarkerIntel( + public Result CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - PerformanceMarkerInfoIntel* pMarkerInfo - ) => T.CmdSetPerformanceMarkerIntel(commandBuffer, pMarkerInfo); + PerformanceMarkerInfoINTEL* pMarkerInfo + ) => T.CmdSetPerformanceMarkerINTEL(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result CmdSetPerformanceMarkerIntel( + public Result CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - Ref pMarkerInfo - ) => T.CmdSetPerformanceMarkerIntel(commandBuffer, pMarkerInfo); + Ref pMarkerInfo + ) => T.CmdSetPerformanceMarkerINTEL(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result CmdSetPerformanceOverrideIntel( + public Result CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - PerformanceOverrideInfoIntel* pOverrideInfo - ) => T.CmdSetPerformanceOverrideIntel(commandBuffer, pOverrideInfo); + PerformanceOverrideInfoINTEL* pOverrideInfo + ) => T.CmdSetPerformanceOverrideINTEL(commandBuffer, pOverrideInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result CmdSetPerformanceOverrideIntel( + public Result CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - Ref pOverrideInfo - ) => T.CmdSetPerformanceOverrideIntel(commandBuffer, pOverrideInfo); + Ref pOverrideInfo + ) => T.CmdSetPerformanceOverrideINTEL(commandBuffer, pOverrideInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result CmdSetPerformanceStreamMarkerIntel( + public Result CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - PerformanceStreamMarkerInfoIntel* pMarkerInfo - ) => T.CmdSetPerformanceStreamMarkerIntel(commandBuffer, pMarkerInfo); + PerformanceStreamMarkerInfoINTEL* pMarkerInfo + ) => T.CmdSetPerformanceStreamMarkerINTEL(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result CmdSetPerformanceStreamMarkerIntel( + public Result CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - Ref pMarkerInfo - ) => T.CmdSetPerformanceStreamMarkerIntel(commandBuffer, pMarkerInfo); + Ref pMarkerInfo + ) => T.CmdSetPerformanceStreamMarkerINTEL(commandBuffer, pMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPolygonModeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42635,16 +24469,6 @@ public void CmdSetPolygonModeEXT( PolygonMode polygonMode ) => T.CmdSetPolygonModeEXT(commandBuffer, polygonMode); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42654,16 +24478,6 @@ public void CmdSetPrimitiveRestartEnable( [NativeTypeName("VkBool32")] uint primitiveRestartEnable ) => T.CmdSetPrimitiveRestartEnable(commandBuffer, primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] [MethodImpl( @@ -42674,14 +24488,6 @@ public void CmdSetPrimitiveRestartEnable( [NativeTypeName("VkBool32")] MaybeBool primitiveRestartEnable ) => T.CmdSetPrimitiveRestartEnable(commandBuffer, primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42691,14 +24497,6 @@ public void CmdSetPrimitiveRestartEnableEXT( [NativeTypeName("VkBool32")] uint primitiveRestartEnable ) => T.CmdSetPrimitiveRestartEnableEXT(commandBuffer, primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] [MethodImpl( @@ -42709,16 +24507,6 @@ public void CmdSetPrimitiveRestartEnableEXT( [NativeTypeName("VkBool32")] MaybeBool primitiveRestartEnable ) => T.CmdSetPrimitiveRestartEnableEXT(commandBuffer, primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveTopology")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42728,14 +24516,6 @@ public void CmdSetPrimitiveTopology( PrimitiveTopology primitiveTopology ) => T.CmdSetPrimitiveTopology(commandBuffer, primitiveTopology); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveTopologyEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42745,15 +24525,6 @@ public void CmdSetPrimitiveTopologyEXT( PrimitiveTopology primitiveTopology ) => T.CmdSetPrimitiveTopologyEXT(commandBuffer, primitiveTopology); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetProvokingVertexModeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42763,14 +24534,6 @@ public void CmdSetProvokingVertexModeEXT( ProvokingVertexModeEXT provokingVertexMode ) => T.CmdSetProvokingVertexModeEXT(commandBuffer, provokingVertexMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizationSamplesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42780,15 +24543,6 @@ public void CmdSetRasterizationSamplesEXT( SampleCountFlags rasterizationSamples ) => T.CmdSetRasterizationSamplesEXT(commandBuffer, rasterizationSamples); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizationStreamEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42798,16 +24552,6 @@ public void CmdSetRasterizationStreamEXT( [NativeTypeName("uint32_t")] uint rasterizationStream ) => T.CmdSetRasterizationStreamEXT(commandBuffer, rasterizationStream); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42817,16 +24561,6 @@ public void CmdSetRasterizerDiscardEnable( [NativeTypeName("VkBool32")] uint rasterizerDiscardEnable ) => T.CmdSetRasterizerDiscardEnable(commandBuffer, rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] [MethodImpl( @@ -42837,14 +24571,6 @@ public void CmdSetRasterizerDiscardEnable( [NativeTypeName("VkBool32")] MaybeBool rasterizerDiscardEnable ) => T.CmdSetRasterizerDiscardEnable(commandBuffer, rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42854,14 +24580,6 @@ public void CmdSetRasterizerDiscardEnableEXT( [NativeTypeName("VkBool32")] uint rasterizerDiscardEnable ) => T.CmdSetRasterizerDiscardEnableEXT(commandBuffer, rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] [MethodImpl( @@ -42872,14 +24590,6 @@ public void CmdSetRasterizerDiscardEnableEXT( [NativeTypeName("VkBool32")] MaybeBool rasterizerDiscardEnable ) => T.CmdSetRasterizerDiscardEnableEXT(commandBuffer, rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRayTracingPipelineStackSizeKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42889,11 +24599,6 @@ public void CmdSetRayTracingPipelineStackSizeKHR( [NativeTypeName("uint32_t")] uint pipelineStackSize ) => T.CmdSetRayTracingPipelineStackSizeKHR(commandBuffer, pipelineStackSize); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42904,11 +24609,6 @@ public void CmdSetRenderingAttachmentLocations( RenderingAttachmentLocationInfo* pLocationInfo ) => T.CmdSetRenderingAttachmentLocations(commandBuffer, pLocationInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] [MethodImpl( @@ -42920,14 +24620,6 @@ public void CmdSetRenderingAttachmentLocations( Ref pLocationInfo ) => T.CmdSetRenderingAttachmentLocations(commandBuffer, pLocationInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42938,14 +24630,6 @@ public void CmdSetRenderingAttachmentLocationsKHR( RenderingAttachmentLocationInfo* pLocationInfo ) => T.CmdSetRenderingAttachmentLocationsKHR(commandBuffer, pLocationInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] [MethodImpl( @@ -42957,11 +24641,6 @@ public void CmdSetRenderingAttachmentLocationsKHR( Ref pLocationInfo ) => T.CmdSetRenderingAttachmentLocationsKHR(commandBuffer, pLocationInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -42972,11 +24651,6 @@ public void CmdSetRenderingInputAttachmentIndices( RenderingInputAttachmentIndexInfo* pInputAttachmentIndexInfo ) => T.CmdSetRenderingInputAttachmentIndices(commandBuffer, pInputAttachmentIndexInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] [MethodImpl( @@ -42988,14 +24662,6 @@ public void CmdSetRenderingInputAttachmentIndices( Ref pInputAttachmentIndexInfo ) => T.CmdSetRenderingInputAttachmentIndices(commandBuffer, pInputAttachmentIndexInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43006,14 +24672,6 @@ public void CmdSetRenderingInputAttachmentIndicesKHR( RenderingInputAttachmentIndexInfo* pInputAttachmentIndexInfo ) => T.CmdSetRenderingInputAttachmentIndicesKHR(commandBuffer, pInputAttachmentIndexInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] [MethodImpl( @@ -43025,15 +24683,6 @@ public void CmdSetRenderingInputAttachmentIndicesKHR( Ref pInputAttachmentIndexInfo ) => T.CmdSetRenderingInputAttachmentIndicesKHR(commandBuffer, pInputAttachmentIndexInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43047,15 +24696,6 @@ public void CmdSetRepresentativeFragmentTestEnableNV( representativeFragmentTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] [MethodImpl( @@ -43070,15 +24710,6 @@ public void CmdSetRepresentativeFragmentTestEnableNV( representativeFragmentTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43088,15 +24719,6 @@ public void CmdSetSampleLocationsEnableEXT( [NativeTypeName("VkBool32")] uint sampleLocationsEnable ) => T.CmdSetSampleLocationsEnableEXT(commandBuffer, sampleLocationsEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] [MethodImpl( @@ -43107,14 +24729,6 @@ public void CmdSetSampleLocationsEnableEXT( [NativeTypeName("VkBool32")] MaybeBool sampleLocationsEnable ) => T.CmdSetSampleLocationsEnableEXT(commandBuffer, sampleLocationsEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43125,14 +24739,6 @@ public void CmdSetSampleLocationsEXT( SampleLocationsInfoEXT* pSampleLocationsInfo ) => T.CmdSetSampleLocationsEXT(commandBuffer, pSampleLocationsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] [MethodImpl( @@ -43144,14 +24750,6 @@ public void CmdSetSampleLocationsEXT( Ref pSampleLocationsInfo ) => T.CmdSetSampleLocationsEXT(commandBuffer, pSampleLocationsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43162,14 +24760,6 @@ public void CmdSetSampleMaskEXT( [NativeTypeName("const VkSampleMask *")] uint* pSampleMask ) => T.CmdSetSampleMaskEXT(commandBuffer, samples, pSampleMask); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] [MethodImpl( @@ -43181,22 +24771,6 @@ public void CmdSetSampleMaskEXT( [NativeTypeName("const VkSampleMask *")] Ref pSampleMask ) => T.CmdSetSampleMaskEXT(commandBuffer, samples, pSampleMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43208,22 +24782,6 @@ public void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ) => T.CmdSetScissor(commandBuffer, firstScissor, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl( @@ -43236,22 +24794,6 @@ public void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Ref pScissors ) => T.CmdSetScissor(commandBuffer, firstScissor, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl( @@ -43263,16 +24805,6 @@ public void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ) => T.CmdSetScissor(commandBuffer, firstScissor, pScissors); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43283,16 +24815,6 @@ public void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ) => T.CmdSetScissorWithCount(commandBuffer, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl( @@ -43304,16 +24826,6 @@ public void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Ref pScissors ) => T.CmdSetScissorWithCount(commandBuffer, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl( @@ -43324,14 +24836,6 @@ public void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ) => T.CmdSetScissorWithCount(commandBuffer, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43342,14 +24846,6 @@ public void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ) => T.CmdSetScissorWithCountEXT(commandBuffer, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl( @@ -43361,14 +24857,6 @@ public void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Ref pScissors ) => T.CmdSetScissorWithCountEXT(commandBuffer, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl( @@ -43379,15 +24867,6 @@ public void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ) => T.CmdSetScissorWithCountEXT(commandBuffer, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43397,15 +24876,6 @@ public void CmdSetShadingRateImageEnableNV( [NativeTypeName("VkBool32")] uint shadingRateImageEnable ) => T.CmdSetShadingRateImageEnableNV(commandBuffer, shadingRateImageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] [MethodImpl( @@ -43416,22 +24886,6 @@ public void CmdSetShadingRateImageEnableNV( [NativeTypeName("VkBool32")] MaybeBool shadingRateImageEnable ) => T.CmdSetShadingRateImageEnableNV(commandBuffer, shadingRateImageEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilCompareMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43442,16 +24896,6 @@ public void CmdSetStencilCompareMask( [NativeTypeName("uint32_t")] uint compareMask ) => T.CmdSetStencilCompareMask(commandBuffer, faceMask, compareMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilOp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43465,14 +24909,6 @@ public void CmdSetStencilOp( CompareOp compareOp ) => T.CmdSetStencilOp(commandBuffer, faceMask, failOp, passOp, depthFailOp, compareOp); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilOpEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43486,22 +24922,6 @@ public void CmdSetStencilOpEXT( CompareOp compareOp ) => T.CmdSetStencilOpEXT(commandBuffer, faceMask, failOp, passOp, depthFailOp, compareOp); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilReference")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43512,16 +24932,6 @@ public void CmdSetStencilReference( [NativeTypeName("uint32_t")] uint reference ) => T.CmdSetStencilReference(commandBuffer, faceMask, reference); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43531,16 +24941,6 @@ public void CmdSetStencilTestEnable( [NativeTypeName("VkBool32")] uint stencilTestEnable ) => T.CmdSetStencilTestEnable(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] [MethodImpl( @@ -43551,14 +24951,6 @@ public void CmdSetStencilTestEnable( [NativeTypeName("VkBool32")] MaybeBool stencilTestEnable ) => T.CmdSetStencilTestEnable(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43568,14 +24960,6 @@ public void CmdSetStencilTestEnableEXT( [NativeTypeName("VkBool32")] uint stencilTestEnable ) => T.CmdSetStencilTestEnableEXT(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] [MethodImpl( @@ -43586,22 +24970,6 @@ public void CmdSetStencilTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool stencilTestEnable ) => T.CmdSetStencilTestEnableEXT(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilWriteMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43612,17 +24980,6 @@ public void CmdSetStencilWriteMask( [NativeTypeName("uint32_t")] uint writeMask ) => T.CmdSetStencilWriteMask(commandBuffer, faceMask, writeMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3+VK_KHR_maintenance2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetTessellationDomainOriginEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43632,14 +24989,6 @@ public void CmdSetTessellationDomainOriginEXT( TessellationDomainOrigin domainOrigin ) => T.CmdSetTessellationDomainOriginEXT(commandBuffer, domainOrigin); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43661,14 +25010,6 @@ public void CmdSetVertexInputEXT( pVertexAttributeDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] [MethodImpl( @@ -43691,22 +25032,6 @@ Ref pVertexAttributeDescriptions pVertexAttributeDescriptions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43718,22 +25043,6 @@ public void CmdSetViewport( [NativeTypeName("const VkViewport *")] Viewport* pViewports ) => T.CmdSetViewport(commandBuffer, firstViewport, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl( @@ -43746,22 +25055,6 @@ public void CmdSetViewport( [NativeTypeName("const VkViewport *")] Ref pViewports ) => T.CmdSetViewport(commandBuffer, firstViewport, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl( @@ -43773,14 +25066,6 @@ public void CmdSetViewport( [NativeTypeName("const VkViewport *")] Viewport pViewports ) => T.CmdSetViewport(commandBuffer, firstViewport, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43799,14 +25084,6 @@ public void CmdSetViewportShadingRatePaletteNV( pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl( @@ -43826,14 +25103,6 @@ Ref pShadingRatePalettes pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl( @@ -43851,15 +25120,6 @@ ShadingRatePaletteNV pShadingRatePalettes pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43877,15 +25137,6 @@ public void CmdSetViewportSwizzleNV( pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl( @@ -43904,15 +25155,6 @@ public void CmdSetViewportSwizzleNV( pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl( @@ -43924,16 +25166,6 @@ public void CmdSetViewportSwizzleNV( [NativeTypeName("const VkViewportSwizzleNV *")] ViewportSwizzleNV pViewportSwizzles ) => T.CmdSetViewportSwizzleNV(commandBuffer, firstViewport, pViewportSwizzles); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -43944,16 +25176,6 @@ public void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Viewport* pViewports ) => T.CmdSetViewportWithCount(commandBuffer, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl( @@ -43965,16 +25187,6 @@ public void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Ref pViewports ) => T.CmdSetViewportWithCount(commandBuffer, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl( @@ -43985,14 +25197,6 @@ public void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Viewport pViewports ) => T.CmdSetViewportWithCount(commandBuffer, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44003,14 +25207,6 @@ public void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Viewport* pViewports ) => T.CmdSetViewportWithCountEXT(commandBuffer, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl( @@ -44022,14 +25218,6 @@ public void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Ref pViewports ) => T.CmdSetViewportWithCountEXT(commandBuffer, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl( @@ -44040,15 +25228,6 @@ public void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Viewport pViewports ) => T.CmdSetViewportWithCountEXT(commandBuffer, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44058,15 +25237,6 @@ public void CmdSetViewportWScalingEnableNV( [NativeTypeName("VkBool32")] uint viewportWScalingEnable ) => T.CmdSetViewportWScalingEnableNV(commandBuffer, viewportWScalingEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] [MethodImpl( @@ -44077,7 +25247,6 @@ public void CmdSetViewportWScalingEnableNV( [NativeTypeName("VkBool32")] MaybeBool viewportWScalingEnable ) => T.CmdSetViewportWScalingEnableNV(commandBuffer, viewportWScalingEnable); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44095,7 +25264,6 @@ public void CmdSetViewportWScalingNV( pViewportWScalings ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl( @@ -44115,7 +25283,6 @@ Ref pViewportWScalings pViewportWScalings ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl( @@ -44127,29 +25294,14 @@ public void CmdSetViewportWScalingNV( [NativeTypeName("const VkViewportWScalingNV *")] ViewportWScalingNV pViewportWScalings ) => T.CmdSetViewportWScalingNV(commandBuffer, firstViewport, pViewportWScalings); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSubpassShadingHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void CmdSubpassShadingHuawei( + public void CmdSubpassShadingHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer - ) => T.CmdSubpassShadingHuawei(commandBuffer); + ) => T.CmdSubpassShadingHUAWEI(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirect2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44159,14 +25311,6 @@ public void CmdTraceRaysIndirect2KHR( [NativeTypeName("VkDeviceAddress")] ulong indirectDeviceAddress ) => T.CmdTraceRaysIndirect2KHR(commandBuffer, indirectDeviceAddress); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44192,14 +25336,6 @@ public void CmdTraceRaysIndirectKHR( indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] [MethodImpl( @@ -44226,14 +25362,6 @@ public void CmdTraceRaysIndirectKHR( indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44263,14 +25391,6 @@ public void CmdTraceRaysKHR( depth ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] [MethodImpl( @@ -44301,14 +25421,6 @@ public void CmdTraceRaysKHR( depth ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44348,32 +25460,6 @@ public void CmdTraceRaysNV( depth ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44386,32 +25472,6 @@ public void CmdUpdateBuffer( [NativeTypeName("const void *")] void* pData ) => T.CmdUpdateBuffer(commandBuffer, dstBuffer, dstOffset, dataSize, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] [MethodImpl( @@ -44425,11 +25485,6 @@ public void CmdUpdateBuffer( [NativeTypeName("const void *")] Ref pData ) => T.CmdUpdateBuffer(commandBuffer, dstBuffer, dstOffset, dataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdatePipelineIndirectBufferNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44440,27 +25495,6 @@ public void CmdUpdatePipelineIndirectBufferNV( [NativeTypeName("VkPipeline")] PipelineHandle pipeline ) => T.CmdUpdatePipelineIndirectBufferNV(commandBuffer, pipelineBindPoint, pipeline); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44494,27 +25528,6 @@ public void CmdWaitEvents( pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] [MethodImpl( @@ -44549,18 +25562,6 @@ Ref pImageMemoryBarriers pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44572,18 +25573,6 @@ public void CmdWaitEvents2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfos ) => T.CmdWaitEvents2(commandBuffer, eventCount, pEvents, pDependencyInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] [MethodImpl( @@ -44596,14 +25585,6 @@ public void CmdWaitEvents2( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfos ) => T.CmdWaitEvents2(commandBuffer, eventCount, pEvents, pDependencyInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44615,14 +25596,6 @@ public void CmdWaitEvents2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfos ) => T.CmdWaitEvents2KHR(commandBuffer, eventCount, pEvents, pDependencyInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] [MethodImpl( @@ -44635,14 +25608,6 @@ public void CmdWaitEvents2KHR( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfos ) => T.CmdWaitEvents2KHR(commandBuffer, eventCount, pEvents, pDependencyInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44651,7 +25616,7 @@ public void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -44665,14 +25630,6 @@ public void CmdWriteAccelerationStructuresPropertiesKHR( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl( @@ -44682,7 +25639,7 @@ public void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -44696,14 +25653,6 @@ public void CmdWriteAccelerationStructuresPropertiesKHR( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl( @@ -44712,7 +25661,7 @@ public void CmdWriteAccelerationStructuresPropertiesKHR( public void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle pAccelerationStructures, + AccelerationStructureHandleKHR pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -44725,14 +25674,6 @@ public void CmdWriteAccelerationStructuresPropertiesKHR( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44741,7 +25682,7 @@ public void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructures, + AccelerationStructureHandleNV* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -44755,14 +25696,6 @@ public void CmdWriteAccelerationStructuresPropertiesNV( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl( @@ -44772,7 +25705,7 @@ public void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -44786,14 +25719,6 @@ public void CmdWriteAccelerationStructuresPropertiesNV( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl( @@ -44802,7 +25727,7 @@ public void CmdWriteAccelerationStructuresPropertiesNV( public void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle pAccelerationStructures, + AccelerationStructureHandleNV pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -44815,10 +25740,6 @@ public void CmdWriteAccelerationStructuresPropertiesNV( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_buffer_marker+VK_KHR_synchronization2", "VK_AMD_buffer_marker+VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteBufferMarker2AMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44831,7 +25752,6 @@ public void CmdWriteBufferMarker2AMD( [NativeTypeName("uint32_t")] uint marker ) => T.CmdWriteBufferMarker2AMD(commandBuffer, stage, dstBuffer, dstOffset, marker); - [SupportedApiProfile("vulkan", ["VK_AMD_buffer_marker"])] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteBufferMarkerAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44844,14 +25764,6 @@ public void CmdWriteBufferMarkerAMD( [NativeTypeName("uint32_t")] uint marker ) => T.CmdWriteBufferMarkerAMD(commandBuffer, pipelineStage, dstBuffer, dstOffset, marker); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44859,7 +25771,7 @@ public void CmdWriteBufferMarkerAMD( public void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -44873,14 +25785,6 @@ public void CmdWriteMicromapsPropertiesEXT( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl( @@ -44889,7 +25793,7 @@ public void CmdWriteMicromapsPropertiesEXT( public void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -44903,14 +25807,6 @@ public void CmdWriteMicromapsPropertiesEXT( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl( @@ -44918,7 +25814,7 @@ public void CmdWriteMicromapsPropertiesEXT( )] public void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -44931,32 +25827,6 @@ public void CmdWriteMicromapsPropertiesEXT( firstQuery ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44968,20 +25838,6 @@ public void CmdWriteTimestamp( [NativeTypeName("uint32_t")] uint query ) => T.CmdWriteTimestamp(commandBuffer, pipelineStage, queryPool, query); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -44993,14 +25849,6 @@ public void CmdWriteTimestamp2( [NativeTypeName("uint32_t")] uint query ) => T.CmdWriteTimestamp2(commandBuffer, stage, queryPool, query); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45012,14 +25860,6 @@ public void CmdWriteTimestamp2KHR( [NativeTypeName("uint32_t")] uint query ) => T.CmdWriteTimestamp2KHR(commandBuffer, stage, queryPool, query); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCompileDeferredNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45030,14 +25870,6 @@ public Result CompileDeferredNV( [NativeTypeName("uint32_t")] uint shader ) => T.CompileDeferredNV(device, pipeline, shader); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45048,14 +25880,6 @@ public Result ConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV* pInfo ) => T.ConvertCooperativeVectorMatrixNV(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] [MethodImpl( @@ -45067,33 +25891,17 @@ public Result ConvertCooperativeVectorMatrixNV( Ref pInfo ) => T.ConvertCooperativeVectorMatrixNV(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] CopyAccelerationStructureInfoKHR* pInfo ) => T.CopyAccelerationStructureKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] [MethodImpl( @@ -45101,38 +25909,22 @@ public Result CopyAccelerationStructureKHR( )] public Result CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] Ref pInfo ) => T.CopyAccelerationStructureKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] CopyAccelerationStructureToMemoryInfoKHR* pInfo ) => T.CopyAccelerationStructureToMemoryKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] [MethodImpl( @@ -45140,21 +25932,11 @@ public Result CopyAccelerationStructureToMemoryKHR( )] public Result CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] Ref pInfo ) => T.CopyAccelerationStructureToMemoryKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45165,16 +25947,6 @@ public Result CopyImageToImage( CopyImageToImageInfo* pCopyImageToImageInfo ) => T.CopyImageToImage(device, pCopyImageToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] [MethodImpl( @@ -45186,15 +25958,6 @@ public Result CopyImageToImage( Ref pCopyImageToImageInfo ) => T.CopyImageToImage(device, pCopyImageToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45205,15 +25968,6 @@ public Result CopyImageToImageEXT( CopyImageToImageInfo* pCopyImageToImageInfo ) => T.CopyImageToImageEXT(device, pCopyImageToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] [MethodImpl( @@ -45225,16 +25979,6 @@ public Result CopyImageToImageEXT( Ref pCopyImageToImageInfo ) => T.CopyImageToImageEXT(device, pCopyImageToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45245,16 +25989,6 @@ public Result CopyImageToMemory( CopyImageToMemoryInfo* pCopyImageToMemoryInfo ) => T.CopyImageToMemory(device, pCopyImageToMemoryInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] [MethodImpl( @@ -45266,15 +26000,6 @@ public Result CopyImageToMemory( Ref pCopyImageToMemoryInfo ) => T.CopyImageToMemory(device, pCopyImageToMemoryInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45285,15 +26010,6 @@ public Result CopyImageToMemoryEXT( CopyImageToMemoryInfo* pCopyImageToMemoryInfo ) => T.CopyImageToMemoryEXT(device, pCopyImageToMemoryInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] [MethodImpl( @@ -45305,33 +26021,17 @@ public Result CopyImageToMemoryEXT( Ref pCopyImageToMemoryInfo ) => T.CopyImageToMemoryEXT(device, pCopyImageToMemoryInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] CopyMemoryToAccelerationStructureInfoKHR* pInfo ) => T.CopyMemoryToAccelerationStructureKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] [MethodImpl( @@ -45339,21 +26039,11 @@ public Result CopyMemoryToAccelerationStructureKHR( )] public Result CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] Ref pInfo ) => T.CopyMemoryToAccelerationStructureKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45364,16 +26054,6 @@ public Result CopyMemoryToImage( CopyMemoryToImageInfo* pCopyMemoryToImageInfo ) => T.CopyMemoryToImage(device, pCopyMemoryToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] [MethodImpl( @@ -45385,15 +26065,6 @@ public Result CopyMemoryToImage( Ref pCopyMemoryToImageInfo ) => T.CopyMemoryToImage(device, pCopyMemoryToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45404,15 +26075,6 @@ public Result CopyMemoryToImageEXT( CopyMemoryToImageInfo* pCopyMemoryToImageInfo ) => T.CopyMemoryToImageEXT(device, pCopyMemoryToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] [MethodImpl( @@ -45424,33 +26086,17 @@ public Result CopyMemoryToImageEXT( Ref pCopyMemoryToImageInfo ) => T.CopyMemoryToImageEXT(device, pCopyMemoryToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] CopyMemoryToMicromapInfoEXT* pInfo ) => T.CopyMemoryToMicromapEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] [MethodImpl( @@ -45458,37 +26104,21 @@ public Result CopyMemoryToMicromapEXT( )] public Result CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] Ref pInfo ) => T.CopyMemoryToMicromapEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ) => T.CopyMicromapEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] [MethodImpl( @@ -45496,37 +26126,21 @@ public Result CopyMicromapEXT( )] public Result CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] Ref pInfo ) => T.CopyMicromapEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] CopyMicromapToMemoryInfoEXT* pInfo ) => T.CopyMicromapToMemoryEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] [MethodImpl( @@ -45534,19 +26148,11 @@ public Result CopyMicromapToMemoryEXT( )] public Result CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] Ref pInfo ) => T.CopyMicromapToMemoryEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45557,7 +26163,7 @@ public Result CreateAccelerationStructureKHR( AccelerationStructureCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructure + AccelerationStructureHandleKHR* pAccelerationStructure ) => T.CreateAccelerationStructureKHR( device, @@ -45566,14 +26172,6 @@ public Result CreateAccelerationStructureKHR( pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] [MethodImpl( @@ -45585,7 +26183,7 @@ public Result CreateAccelerationStructureKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ) => T.CreateAccelerationStructureKHR( device, @@ -45594,14 +26192,6 @@ Ref pAccelerationStructure pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45612,7 +26202,7 @@ public Result CreateAccelerationStructureNV( AccelerationStructureCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructure + AccelerationStructureHandleNV* pAccelerationStructure ) => T.CreateAccelerationStructureNV( device, @@ -45621,14 +26211,6 @@ public Result CreateAccelerationStructureNV( pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] [MethodImpl( @@ -45640,7 +26222,7 @@ public Result CreateAccelerationStructureNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ) => T.CreateAccelerationStructureNV( device, @@ -45649,32 +26231,6 @@ Ref pAccelerationStructure pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45686,32 +26242,6 @@ public Result CreateBuffer( [NativeTypeName("VkBuffer *")] BufferHandle* pBuffer ) => T.CreateBuffer(device, pCreateInfo, pAllocator, pBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] [MethodImpl( @@ -45724,27 +26254,6 @@ public Result CreateBuffer( [NativeTypeName("VkBuffer *")] Ref pBuffer ) => T.CreateBuffer(device, pCreateInfo, pAllocator, pBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45756,27 +26265,6 @@ public Result CreateBufferView( [NativeTypeName("VkBufferView *")] BufferViewHandle* pView ) => T.CreateBufferView(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] [MethodImpl( @@ -45790,32 +26278,6 @@ public Result CreateBufferView( [NativeTypeName("VkBufferView *")] Ref pView ) => T.CreateBufferView(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45827,32 +26289,6 @@ public Result CreateCommandPool( [NativeTypeName("VkCommandPool *")] CommandPoolHandle* pCommandPool ) => T.CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] [MethodImpl( @@ -45866,27 +26302,6 @@ public Result CreateCommandPool( [NativeTypeName("VkCommandPool *")] Ref pCommandPool ) => T.CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45909,27 +26324,6 @@ public Result CreateComputePipelines( pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] [MethodImpl( @@ -45953,7 +26347,6 @@ public Result CreateComputePipelines( pPipelines ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45963,10 +26356,9 @@ public Result CreateCuFunctionNVX( [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] CuFunctionCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] CuFunctionNVXHandle* pFunction + [NativeTypeName("VkCuFunctionNVX *")] CuFunctionHandleNVX* pFunction ) => T.CreateCuFunctionNVX(device, pCreateInfo, pAllocator, pFunction); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] [MethodImpl( @@ -45977,10 +26369,9 @@ public Result CreateCuFunctionNVX( [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction + [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction ) => T.CreateCuFunctionNVX(device, pCreateInfo, pAllocator, pFunction); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -45989,10 +26380,9 @@ public Result CreateCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuModuleCreateInfoNVX *")] CuModuleCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuModuleNVX *")] CuModuleNVXHandle* pModule + [NativeTypeName("VkCuModuleNVX *")] CuModuleHandleNVX* pModule ) => T.CreateCuModuleNVX(device, pCreateInfo, pAllocator, pModule); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] [MethodImpl( @@ -46003,25 +26393,16 @@ public Result CreateCuModuleNVX( [NativeTypeName("const VkCuModuleCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuModuleNVX *")] Ref pModule + [NativeTypeName("VkCuModuleNVX *")] Ref pModule ) => T.CreateCuModuleNVX(device, pCreateInfo, pAllocator, pModule); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -46039,15 +26420,6 @@ public Result CreateDataGraphPipelinesARM( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] [MethodImpl( @@ -46055,7 +26427,7 @@ public Result CreateDataGraphPipelinesARM( )] public Result CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -46073,15 +26445,6 @@ public Result CreateDataGraphPipelinesARM( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46092,18 +26455,9 @@ public Result CreateDataGraphPipelineSessionARM( DataGraphPipelineSessionCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - DataGraphPipelineSessionARMHandle* pSession + DataGraphPipelineSessionHandleARM* pSession ) => T.CreateDataGraphPipelineSessionARM(device, pCreateInfo, pAllocator, pSession); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] [MethodImpl( @@ -46115,10 +26469,9 @@ public Result CreateDataGraphPipelineSessionARM( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - Ref pSession + Ref pSession ) => T.CreateDataGraphPipelineSessionARM(device, pCreateInfo, pAllocator, pSession); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46128,10 +26481,9 @@ public Result CreateDebugReportCallbackEXT( [NativeTypeName("const VkDebugReportCallbackCreateInfoEXT *")] DebugReportCallbackCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackEXTHandle* pCallback + [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackHandleEXT* pCallback ) => T.CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pCallback); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] [MethodImpl( @@ -46143,10 +26495,9 @@ public Result CreateDebugReportCallbackEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDebugReportCallbackEXT *")] - Ref pCallback + Ref pCallback ) => T.CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pCallback); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46156,10 +26507,9 @@ public Result CreateDebugUtilsMessengerEXT( [NativeTypeName("const VkDebugUtilsMessengerCreateInfoEXT *")] DebugUtilsMessengerCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerEXTHandle* pMessenger + [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerHandleEXT* pMessenger ) => T.CreateDebugUtilsMessengerEXT(instance, pCreateInfo, pAllocator, pMessenger); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] [MethodImpl( @@ -46171,10 +26521,9 @@ public Result CreateDebugUtilsMessengerEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDebugUtilsMessengerEXT *")] - Ref pMessenger + Ref pMessenger ) => T.CreateDebugUtilsMessengerEXT(instance, pCreateInfo, pAllocator, pMessenger); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46183,10 +26532,9 @@ public Result CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkDeferredOperationKHR *")] - DeferredOperationKHRHandle* pDeferredOperation + DeferredOperationHandleKHR* pDeferredOperation ) => T.CreateDeferredOperationKHR(device, pAllocator, pDeferredOperation); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] [MethodImpl( @@ -46196,30 +26544,9 @@ public Result CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDeferredOperationKHR *")] - Ref pDeferredOperation + Ref pDeferredOperation ) => T.CreateDeferredOperationKHR(device, pAllocator, pDeferredOperation); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46232,27 +26559,6 @@ public Result CreateDescriptorPool( [NativeTypeName("VkDescriptorPool *")] DescriptorPoolHandle* pDescriptorPool ) => T.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] [MethodImpl( @@ -46266,27 +26572,6 @@ public Result CreateDescriptorPool( [NativeTypeName("VkDescriptorPool *")] Ref pDescriptorPool ) => T.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46299,27 +26584,6 @@ public Result CreateDescriptorSetLayout( [NativeTypeName("VkDescriptorSetLayout *")] DescriptorSetLayoutHandle* pSetLayout ) => T.CreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] [MethodImpl( @@ -46333,24 +26597,6 @@ public Result CreateDescriptorSetLayout( [NativeTypeName("VkDescriptorSetLayout *")] Ref pSetLayout ) => T.CreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46370,24 +26616,6 @@ public Result CreateDescriptorUpdateTemplate( pDescriptorUpdateTemplate ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] [MethodImpl( @@ -46408,7 +26636,6 @@ Ref pDescriptorUpdateTemplate pDescriptorUpdateTemplate ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46428,7 +26655,6 @@ public Result CreateDescriptorUpdateTemplateKHR( pDescriptorUpdateTemplate ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] [MethodImpl( @@ -46449,32 +26675,6 @@ Ref pDescriptorUpdateTemplate pDescriptorUpdateTemplate ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46486,32 +26686,6 @@ public Result CreateDevice( [NativeTypeName("VkDevice *")] DeviceHandle* pDevice ) => T.CreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] [MethodImpl( @@ -46524,21 +26698,19 @@ public Result CreateDevice( [NativeTypeName("VkDevice *")] Ref pDevice ) => T.CreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] DisplayModeCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] DisplayModeKHRHandle* pMode + [NativeTypeName("VkDisplayModeKHR *")] DisplayModeHandleKHR* pMode ) => T.CreateDisplayModeKHR(physicalDevice, display, pCreateInfo, pAllocator, pMode); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] [MethodImpl( @@ -46546,14 +26718,13 @@ public Result CreateDisplayModeKHR( )] public Result CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] Ref pMode + [NativeTypeName("VkDisplayModeKHR *")] Ref pMode ) => T.CreateDisplayModeKHR(physicalDevice, display, pCreateInfo, pAllocator, pMode); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46563,10 +26734,9 @@ public Result CreateDisplayPlaneSurfaceKHR( [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] DisplaySurfaceCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ) => T.CreateDisplayPlaneSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] [MethodImpl( @@ -46577,30 +26747,9 @@ public Result CreateDisplayPlaneSurfaceKHR( [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ) => T.CreateDisplayPlaneSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46612,27 +26761,6 @@ public Result CreateEvent( [NativeTypeName("VkEvent *")] EventHandle* pEvent ) => T.CreateEvent(device, pCreateInfo, pAllocator, pEvent); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] [MethodImpl( @@ -46645,7 +26773,6 @@ public Result CreateEvent( [NativeTypeName("VkEvent *")] Ref pEvent ) => T.CreateEvent(device, pCreateInfo, pAllocator, pEvent); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46656,10 +26783,9 @@ public Result CreateExternalComputeQueueNV( ExternalComputeQueueCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkExternalComputeQueueNV *")] - ExternalComputeQueueNVHandle* pExternalQueue + ExternalComputeQueueHandleNV* pExternalQueue ) => T.CreateExternalComputeQueueNV(device, pCreateInfo, pAllocator, pExternalQueue); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] [MethodImpl( @@ -46671,35 +26797,9 @@ public Result CreateExternalComputeQueueNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkExternalComputeQueueNV *")] - Ref pExternalQueue + Ref pExternalQueue ) => T.CreateExternalComputeQueueNV(device, pCreateInfo, pAllocator, pExternalQueue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46711,32 +26811,6 @@ public Result CreateFence( [NativeTypeName("VkFence *")] FenceHandle* pFence ) => T.CreateFence(device, pCreateInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] [MethodImpl( @@ -46749,22 +26823,6 @@ public Result CreateFence( [NativeTypeName("VkFence *")] Ref pFence ) => T.CreateFence(device, pCreateInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46776,22 +26834,6 @@ public Result CreateFramebuffer( [NativeTypeName("VkFramebuffer *")] FramebufferHandle* pFramebuffer ) => T.CreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] [MethodImpl( @@ -46805,22 +26847,6 @@ public Result CreateFramebuffer( [NativeTypeName("VkFramebuffer *")] Ref pFramebuffer ) => T.CreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46843,22 +26869,6 @@ public Result CreateGraphicsPipelines( pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] [MethodImpl( @@ -46882,11 +26892,6 @@ public Result CreateGraphicsPipelines( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_headless_surface"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46896,14 +26901,9 @@ public Result CreateHeadlessSurfaceEXT( [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] HeadlessSurfaceCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ) => T.CreateHeadlessSurfaceEXT(instance, pCreateInfo, pAllocator, pSurface); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_headless_surface"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] [MethodImpl( @@ -46914,35 +26914,9 @@ public Result CreateHeadlessSurfaceEXT( [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ) => T.CreateHeadlessSurfaceEXT(instance, pCreateInfo, pAllocator, pSurface); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -46954,32 +26928,6 @@ public Result CreateImage( [NativeTypeName("VkImage *")] ImageHandle* pImage ) => T.CreateImage(device, pCreateInfo, pAllocator, pImage); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] [MethodImpl( @@ -46992,32 +26940,6 @@ public Result CreateImage( [NativeTypeName("VkImage *")] Ref pImage ) => T.CreateImage(device, pCreateInfo, pAllocator, pImage); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47029,32 +26951,6 @@ public Result CreateImageView( [NativeTypeName("VkImageView *")] ImageViewHandle* pView ) => T.CreateImageView(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] [MethodImpl( @@ -47067,15 +26963,6 @@ public Result CreateImageView( [NativeTypeName("VkImageView *")] Ref pView ) => T.CreateImageView(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47086,7 +26973,7 @@ public Result CreateIndirectCommandsLayoutEXT( IndirectCommandsLayoutCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - IndirectCommandsLayoutEXTHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleEXT* pIndirectCommandsLayout ) => T.CreateIndirectCommandsLayoutEXT( device, @@ -47095,15 +26982,6 @@ public Result CreateIndirectCommandsLayoutEXT( pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] [MethodImpl( @@ -47115,7 +26993,7 @@ public Result CreateIndirectCommandsLayoutEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ) => T.CreateIndirectCommandsLayoutEXT( device, @@ -47124,11 +27002,6 @@ Ref pIndirectCommandsLayout pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47139,7 +27012,7 @@ public Result CreateIndirectCommandsLayoutNV( IndirectCommandsLayoutCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - IndirectCommandsLayoutNVHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleNV* pIndirectCommandsLayout ) => T.CreateIndirectCommandsLayoutNV( device, @@ -47148,11 +27021,6 @@ public Result CreateIndirectCommandsLayoutNV( pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] [MethodImpl( @@ -47164,7 +27032,7 @@ public Result CreateIndirectCommandsLayoutNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ) => T.CreateIndirectCommandsLayoutNV( device, @@ -47173,15 +27041,6 @@ Ref pIndirectCommandsLayout pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47192,19 +27051,10 @@ public Result CreateIndirectExecutionSetEXT( IndirectExecutionSetCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - IndirectExecutionSetEXTHandle* pIndirectExecutionSet + IndirectExecutionSetHandleEXT* pIndirectExecutionSet ) => T.CreateIndirectExecutionSetEXT(device, pCreateInfo, pAllocator, pIndirectExecutionSet); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] [MethodImpl( @@ -47216,36 +27066,10 @@ public Result CreateIndirectExecutionSetEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - Ref pIndirectExecutionSet + Ref pIndirectExecutionSet ) => T.CreateIndirectExecutionSetEXT(device, pCreateInfo, pAllocator, pIndirectExecutionSet); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47256,32 +27080,6 @@ public Result CreateInstance( [NativeTypeName("VkInstance *")] InstanceHandle* pInstance ) => T.CreateInstance(pCreateInfo, pAllocator, pInstance); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] [MethodImpl( @@ -47293,14 +27091,6 @@ public Result CreateInstance( [NativeTypeName("VkInstance *")] Ref pInstance ) => T.CreateInstance(pCreateInfo, pAllocator, pInstance); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47309,17 +27099,9 @@ public Result CreateMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMicromapCreateInfoEXT *")] MicromapCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkMicromapEXT *")] MicromapEXTHandle* pMicromap + [NativeTypeName("VkMicromapEXT *")] MicromapHandleEXT* pMicromap ) => T.CreateMicromapEXT(device, pCreateInfo, pAllocator, pMicromap); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] [MethodImpl( @@ -47330,18 +27112,9 @@ public Result CreateMicromapEXT( [NativeTypeName("const VkMicromapCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkMicromapEXT *")] Ref pMicromap + [NativeTypeName("VkMicromapEXT *")] Ref pMicromap ) => T.CreateMicromapEXT(device, pCreateInfo, pAllocator, pMicromap); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47351,18 +27124,9 @@ public Result CreateOpticalFlowSessionNV( [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] OpticalFlowSessionCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionNVHandle* pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionHandleNV* pSession ) => T.CreateOpticalFlowSessionNV(device, pCreateInfo, pAllocator, pSession); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] [MethodImpl( @@ -47373,17 +27137,9 @@ public Result CreateOpticalFlowSessionNV( [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession ) => T.CreateOpticalFlowSessionNV(device, pCreateInfo, pAllocator, pSession); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47396,14 +27152,6 @@ public Result CreatePipelineBinariesKHR( PipelineBinaryHandlesInfoKHR* pBinaries ) => T.CreatePipelineBinariesKHR(device, pCreateInfo, pAllocator, pBinaries); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] [MethodImpl( @@ -47417,27 +27165,6 @@ public Result CreatePipelineBinariesKHR( Ref pBinaries ) => T.CreatePipelineBinariesKHR(device, pCreateInfo, pAllocator, pBinaries); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47450,27 +27177,6 @@ public Result CreatePipelineCache( [NativeTypeName("VkPipelineCache *")] PipelineCacheHandle* pPipelineCache ) => T.CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] [MethodImpl( @@ -47484,27 +27190,6 @@ public Result CreatePipelineCache( [NativeTypeName("VkPipelineCache *")] Ref pPipelineCache ) => T.CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47517,27 +27202,6 @@ public Result CreatePipelineLayout( [NativeTypeName("VkPipelineLayout *")] PipelineLayoutHandle* pPipelineLayout ) => T.CreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] [MethodImpl( @@ -47551,20 +27215,6 @@ public Result CreatePipelineLayout( [NativeTypeName("VkPipelineLayout *")] Ref pPipelineLayout ) => T.CreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47577,20 +27227,6 @@ public Result CreatePrivateDataSlot( [NativeTypeName("VkPrivateDataSlot *")] PrivateDataSlotHandle* pPrivateDataSlot ) => T.CreatePrivateDataSlot(device, pCreateInfo, pAllocator, pPrivateDataSlot); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] [MethodImpl( @@ -47604,14 +27240,6 @@ public Result CreatePrivateDataSlot( [NativeTypeName("VkPrivateDataSlot *")] Ref pPrivateDataSlot ) => T.CreatePrivateDataSlot(device, pCreateInfo, pAllocator, pPrivateDataSlot); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47624,14 +27252,6 @@ public Result CreatePrivateDataSlotEXT( [NativeTypeName("VkPrivateDataSlot *")] PrivateDataSlotHandle* pPrivateDataSlot ) => T.CreatePrivateDataSlotEXT(device, pCreateInfo, pAllocator, pPrivateDataSlot); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] [MethodImpl( @@ -47645,32 +27265,6 @@ public Result CreatePrivateDataSlotEXT( [NativeTypeName("VkPrivateDataSlot *")] Ref pPrivateDataSlot ) => T.CreatePrivateDataSlotEXT(device, pCreateInfo, pAllocator, pPrivateDataSlot); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47682,32 +27276,6 @@ public Result CreateQueryPool( [NativeTypeName("VkQueryPool *")] QueryPoolHandle* pQueryPool ) => T.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] [MethodImpl( @@ -47720,21 +27288,13 @@ public Result CreateQueryPool( [NativeTypeName("VkQueryPool *")] Ref pQueryPool ) => T.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -47752,14 +27312,6 @@ public Result CreateRayTracingPipelinesKHR( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] [MethodImpl( @@ -47767,7 +27319,7 @@ public Result CreateRayTracingPipelinesKHR( )] public Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -47785,14 +27337,6 @@ public Result CreateRayTracingPipelinesKHR( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47815,14 +27359,6 @@ public Result CreateRayTracingPipelinesNV( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] [MethodImpl( @@ -47846,22 +27382,6 @@ public Result CreateRayTracingPipelinesNV( pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47873,22 +27393,6 @@ public Result CreateRenderPass( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ) => T.CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] [MethodImpl( @@ -47902,18 +27406,6 @@ public Result CreateRenderPass( [NativeTypeName("VkRenderPass *")] Ref pRenderPass ) => T.CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47925,18 +27417,6 @@ public Result CreateRenderPass2( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ) => T.CreateRenderPass2(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] [MethodImpl( @@ -47950,11 +27430,6 @@ public Result CreateRenderPass2( [NativeTypeName("VkRenderPass *")] Ref pRenderPass ) => T.CreateRenderPass2(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -47966,11 +27441,6 @@ public Result CreateRenderPass2KHR( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ) => T.CreateRenderPass2KHR(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] [MethodImpl( @@ -47984,27 +27454,6 @@ public Result CreateRenderPass2KHR( [NativeTypeName("VkRenderPass *")] Ref pRenderPass ) => T.CreateRenderPass2KHR(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48016,27 +27465,6 @@ public Result CreateSampler( [NativeTypeName("VkSampler *")] SamplerHandle* pSampler ) => T.CreateSampler(device, pCreateInfo, pAllocator, pSampler); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] [MethodImpl( @@ -48049,24 +27477,6 @@ public Result CreateSampler( [NativeTypeName("VkSampler *")] Ref pSampler ) => T.CreateSampler(device, pCreateInfo, pAllocator, pSampler); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48080,24 +27490,6 @@ public Result CreateSamplerYcbcrConversion( SamplerYcbcrConversionHandle* pYcbcrConversion ) => T.CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] [MethodImpl( @@ -48112,14 +27504,6 @@ public Result CreateSamplerYcbcrConversion( Ref pYcbcrConversion ) => T.CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48133,14 +27517,6 @@ public Result CreateSamplerYcbcrConversionKHR( SamplerYcbcrConversionHandle* pYcbcrConversion ) => T.CreateSamplerYcbcrConversionKHR(device, pCreateInfo, pAllocator, pYcbcrConversion); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] [MethodImpl( @@ -48155,32 +27531,6 @@ public Result CreateSamplerYcbcrConversionKHR( Ref pYcbcrConversion ) => T.CreateSamplerYcbcrConversionKHR(device, pCreateInfo, pAllocator, pYcbcrConversion); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48192,32 +27542,6 @@ public Result CreateSemaphore( [NativeTypeName("VkSemaphore *")] SemaphoreHandle* pSemaphore ) => T.CreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] [MethodImpl( @@ -48230,27 +27554,6 @@ public Result CreateSemaphore( [NativeTypeName("VkSemaphore *")] Ref pSemaphore ) => T.CreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48263,27 +27566,6 @@ public Result CreateShaderModule( [NativeTypeName("VkShaderModule *")] ShaderModuleHandle* pShaderModule ) => T.CreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] [MethodImpl( @@ -48297,15 +27579,6 @@ public Result CreateShaderModule( [NativeTypeName("VkShaderModule *")] Ref pShaderModule ) => T.CreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48315,18 +27588,9 @@ public Result CreateShadersEXT( [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] ShaderCreateInfoEXT* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("VkShaderEXT *")] ShaderHandleEXT* pShaders ) => T.CreateShadersEXT(device, createInfoCount, pCreateInfos, pAllocator, pShaders); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] [MethodImpl( @@ -48337,14 +27601,9 @@ public Result CreateShadersEXT( [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkShaderEXT *")] Ref pShaders + [NativeTypeName("VkShaderEXT *")] Ref pShaders ) => T.CreateShadersEXT(device, createInfoCount, pCreateInfos, pAllocator, pShaders); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48355,7 +27614,7 @@ public Result CreateSharedSwapchainsKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains ) => T.CreateSharedSwapchainsKHR( device, @@ -48365,11 +27624,6 @@ public Result CreateSharedSwapchainsKHR( pSwapchains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] [MethodImpl( @@ -48381,7 +27635,7 @@ public Result CreateSharedSwapchainsKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains ) => T.CreateSharedSwapchainsKHR( device, @@ -48391,7 +27645,6 @@ public Result CreateSharedSwapchainsKHR( pSwapchains ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48401,10 +27654,9 @@ public Result CreateSwapchainKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchain + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchain ) => T.CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] [MethodImpl( @@ -48415,10 +27667,9 @@ public Result CreateSwapchainKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain ) => T.CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48427,10 +27678,9 @@ public Result CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] TensorCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorARM *")] TensorARMHandle* pTensor + [NativeTypeName("VkTensorARM *")] TensorHandleARM* pTensor ) => T.CreateTensorARM(device, pCreateInfo, pAllocator, pTensor); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] [MethodImpl( @@ -48440,10 +27690,9 @@ public Result CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorARM *")] Ref pTensor + [NativeTypeName("VkTensorARM *")] Ref pTensor ) => T.CreateTensorARM(device, pCreateInfo, pAllocator, pTensor); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48453,10 +27702,9 @@ public Result CreateTensorViewARM( [NativeTypeName("const VkTensorViewCreateInfoARM *")] TensorViewCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorViewARM *")] TensorViewARMHandle* pView + [NativeTypeName("VkTensorViewARM *")] TensorViewHandleARM* pView ) => T.CreateTensorViewARM(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] [MethodImpl( @@ -48467,10 +27715,9 @@ public Result CreateTensorViewARM( [NativeTypeName("const VkTensorViewCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorViewARM *")] Ref pView + [NativeTypeName("VkTensorViewARM *")] Ref pView ) => T.CreateTensorViewARM(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48480,10 +27727,9 @@ public Result CreateValidationCacheEXT( [NativeTypeName("const VkValidationCacheCreateInfoEXT *")] ValidationCacheCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheEXTHandle* pValidationCache + [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheHandleEXT* pValidationCache ) => T.CreateValidationCacheEXT(device, pCreateInfo, pAllocator, pValidationCache); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] [MethodImpl( @@ -48495,14 +27741,9 @@ public Result CreateValidationCacheEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkValidationCacheEXT *")] - Ref pValidationCache + Ref pValidationCache ) => T.CreateValidationCacheEXT(device, pCreateInfo, pAllocator, pValidationCache); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48512,14 +27753,9 @@ public Result CreateVideoSessionKHR( [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] VideoSessionCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] VideoSessionKHRHandle* pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] VideoSessionHandleKHR* pVideoSession ) => T.CreateVideoSessionKHR(device, pCreateInfo, pAllocator, pVideoSession); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] [MethodImpl( @@ -48530,14 +27766,9 @@ public Result CreateVideoSessionKHR( [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession ) => T.CreateVideoSessionKHR(device, pCreateInfo, pAllocator, pVideoSession); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48548,7 +27779,7 @@ public Result CreateVideoSessionParametersKHR( VideoSessionParametersCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - VideoSessionParametersKHRHandle* pVideoSessionParameters + VideoSessionParametersHandleKHR* pVideoSessionParameters ) => T.CreateVideoSessionParametersKHR( device, @@ -48557,11 +27788,6 @@ public Result CreateVideoSessionParametersKHR( pVideoSessionParameters ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] [MethodImpl( @@ -48573,7 +27799,7 @@ public Result CreateVideoSessionParametersKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - Ref pVideoSessionParameters + Ref pVideoSessionParameters ) => T.CreateVideoSessionParametersKHR( device, @@ -48582,11 +27808,6 @@ Ref pVideoSessionParameters pVideoSessionParameters ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48597,11 +27818,6 @@ public Result DebugMarkerSetObjectNameEXT( DebugMarkerObjectNameInfoEXT* pNameInfo ) => T.DebugMarkerSetObjectNameEXT(device, pNameInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] [MethodImpl( @@ -48613,11 +27829,6 @@ public Result DebugMarkerSetObjectNameEXT( Ref pNameInfo ) => T.DebugMarkerSetObjectNameEXT(device, pNameInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48628,11 +27839,6 @@ public Result DebugMarkerSetObjectTagEXT( DebugMarkerObjectTagInfoEXT* pTagInfo ) => T.DebugMarkerSetObjectTagEXT(device, pTagInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] [MethodImpl( @@ -48644,7 +27850,6 @@ public Result DebugMarkerSetObjectTagEXT( Ref pTagInfo ) => T.DebugMarkerSetObjectTagEXT(device, pTagInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48670,7 +27875,6 @@ public void DebugReportMessageEXT( pMessage ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] [MethodImpl( @@ -48697,24 +27901,15 @@ public void DebugReportMessageEXT( pMessage ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkDeferredOperationJoinKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result DeferredOperationJoinKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ) => T.DeferredOperationJoinKHR(device, operation); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48722,18 +27917,10 @@ public Result DeferredOperationJoinKHR( public void DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyAccelerationStructureKHR(device, accelerationStructure, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] [MethodImpl( @@ -48742,18 +27929,10 @@ public void DestroyAccelerationStructureKHR( public void DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyAccelerationStructureKHR(device, accelerationStructure, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48761,18 +27940,10 @@ public void DestroyAccelerationStructureKHR( public void DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyAccelerationStructureNV(device, accelerationStructure, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] [MethodImpl( @@ -48781,36 +27952,10 @@ public void DestroyAccelerationStructureNV( public void DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyAccelerationStructureNV(device, accelerationStructure, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48821,32 +27966,6 @@ public void DestroyBuffer( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyBuffer(device, buffer, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] [MethodImpl( @@ -48858,27 +27977,6 @@ public void DestroyBuffer( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyBuffer(device, buffer, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48889,27 +27987,6 @@ public void DestroyBufferView( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyBufferView(device, bufferView, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] [MethodImpl( @@ -48921,32 +27998,6 @@ public void DestroyBufferView( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyBufferView(device, bufferView, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -48957,32 +28008,6 @@ public void DestroyCommandPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyCommandPool(device, commandPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] [MethodImpl( @@ -48994,18 +28019,16 @@ public void DestroyCommandPool( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyCommandPool(device, commandPool, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyCuFunctionNVX(device, function, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] [MethodImpl( @@ -49013,22 +28036,20 @@ public void DestroyCuFunctionNVX( )] public void DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyCuFunctionNVX(device, function, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyCuModuleNVX(device, module, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] [MethodImpl( @@ -49036,19 +28057,10 @@ public void DestroyCuModuleNVX( )] public void DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyCuModuleNVX(device, module, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49056,19 +28068,10 @@ public void DestroyCuModuleNVX( public void DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyDataGraphPipelineSessionARM(device, session, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] [MethodImpl( @@ -49077,22 +28080,20 @@ public void DestroyDataGraphPipelineSessionARM( public void DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyDataGraphPipelineSessionARM(device, session, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyDebugReportCallbackEXT(instance, callback, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] [MethodImpl( @@ -49100,22 +28101,20 @@ public void DestroyDebugReportCallbackEXT( )] public void DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyDebugReportCallbackEXT(instance, callback, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyDebugUtilsMessengerEXT(instance, messenger, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] [MethodImpl( @@ -49123,22 +28122,20 @@ public void DestroyDebugUtilsMessengerEXT( )] public void DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyDebugUtilsMessengerEXT(instance, messenger, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyDeferredOperationKHR(device, operation, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] [MethodImpl( @@ -49146,31 +28143,10 @@ public void DestroyDeferredOperationKHR( )] public void DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyDeferredOperationKHR(device, operation, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49181,27 +28157,6 @@ public void DestroyDescriptorPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyDescriptorPool(device, descriptorPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] [MethodImpl( @@ -49213,27 +28168,6 @@ public void DestroyDescriptorPool( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyDescriptorPool(device, descriptorPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49244,27 +28178,6 @@ public void DestroyDescriptorSetLayout( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] [MethodImpl( @@ -49276,24 +28189,6 @@ public void DestroyDescriptorSetLayout( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49305,24 +28200,6 @@ public void DestroyDescriptorUpdateTemplate( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyDescriptorUpdateTemplate(device, descriptorUpdateTemplate, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] [MethodImpl( @@ -49335,7 +28212,6 @@ public void DestroyDescriptorUpdateTemplate( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyDescriptorUpdateTemplate(device, descriptorUpdateTemplate, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49347,7 +28223,6 @@ public void DestroyDescriptorUpdateTemplateKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyDescriptorUpdateTemplateKHR(device, descriptorUpdateTemplate, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] [MethodImpl( @@ -49360,32 +28235,6 @@ public void DestroyDescriptorUpdateTemplateKHR( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyDescriptorUpdateTemplateKHR(device, descriptorUpdateTemplate, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49395,32 +28244,6 @@ public void DestroyDevice( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyDevice(device, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] [MethodImpl( @@ -49431,27 +28254,6 @@ public void DestroyDevice( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyDevice(device, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49462,27 +28264,6 @@ public void DestroyEvent( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyEvent(device, @event, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] [MethodImpl( @@ -49494,18 +28275,16 @@ public void DestroyEvent( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyEvent(device, @event, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyExternalComputeQueueNV(device, externalQueue, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] [MethodImpl( @@ -49513,36 +28292,10 @@ public void DestroyExternalComputeQueueNV( )] public void DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyExternalComputeQueueNV(device, externalQueue, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49553,32 +28306,6 @@ public void DestroyFence( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyFence(device, fence, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] [MethodImpl( @@ -49590,22 +28317,6 @@ public void DestroyFence( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyFence(device, fence, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49616,22 +28327,6 @@ public void DestroyFramebuffer( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyFramebuffer(device, framebuffer, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] [MethodImpl( @@ -49643,32 +28338,6 @@ public void DestroyFramebuffer( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyFramebuffer(device, framebuffer, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49679,32 +28348,6 @@ public void DestroyImage( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyImage(device, image, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] [MethodImpl( @@ -49716,32 +28359,6 @@ public void DestroyImage( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyImage(device, image, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49752,32 +28369,6 @@ public void DestroyImageView( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyImageView(device, imageView, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] [MethodImpl( @@ -49789,15 +28380,6 @@ public void DestroyImageView( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyImageView(device, imageView, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49805,19 +28387,10 @@ public void DestroyImageView( public void DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyIndirectCommandsLayoutEXT(device, indirectCommandsLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] [MethodImpl( @@ -49826,15 +28399,10 @@ public void DestroyIndirectCommandsLayoutEXT( public void DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyIndirectCommandsLayoutEXT(device, indirectCommandsLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49842,15 +28410,10 @@ public void DestroyIndirectCommandsLayoutEXT( public void DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyIndirectCommandsLayoutNV(device, indirectCommandsLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] [MethodImpl( @@ -49859,19 +28422,10 @@ public void DestroyIndirectCommandsLayoutNV( public void DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyIndirectCommandsLayoutNV(device, indirectCommandsLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49879,19 +28433,10 @@ public void DestroyIndirectCommandsLayoutNV( public void DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyIndirectExecutionSetEXT(device, indirectExecutionSet, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] [MethodImpl( @@ -49900,36 +28445,10 @@ public void DestroyIndirectExecutionSetEXT( public void DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyIndirectExecutionSetEXT(device, indirectExecutionSet, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -49939,32 +28458,6 @@ public void DestroyInstance( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyInstance(instance, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] [MethodImpl( @@ -49975,32 +28468,16 @@ public void DestroyInstance( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyInstance(instance, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyMicromapEXT(device, micromap, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] [MethodImpl( @@ -50008,38 +28485,20 @@ public void DestroyMicromapEXT( )] public void DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyMicromapEXT(device, micromap, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyOpticalFlowSessionNV(device, session, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] [MethodImpl( @@ -50047,31 +28506,10 @@ public void DestroyOpticalFlowSessionNV( )] public void DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyOpticalFlowSessionNV(device, session, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50082,27 +28520,6 @@ public void DestroyPipeline( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyPipeline(device, pipeline, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] [MethodImpl( @@ -50114,32 +28531,16 @@ public void DestroyPipeline( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyPipeline(device, pipeline, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyPipelineBinaryKHR(device, pipelineBinary, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] [MethodImpl( @@ -50147,31 +28548,10 @@ public void DestroyPipelineBinaryKHR( )] public void DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyPipelineBinaryKHR(device, pipelineBinary, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50182,27 +28562,6 @@ public void DestroyPipelineCache( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyPipelineCache(device, pipelineCache, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] [MethodImpl( @@ -50214,27 +28573,6 @@ public void DestroyPipelineCache( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyPipelineCache(device, pipelineCache, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50245,27 +28583,6 @@ public void DestroyPipelineLayout( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyPipelineLayout(device, pipelineLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] [MethodImpl( @@ -50277,20 +28594,6 @@ public void DestroyPipelineLayout( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyPipelineLayout(device, pipelineLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50301,20 +28604,6 @@ public void DestroyPrivateDataSlot( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyPrivateDataSlot(device, privateDataSlot, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] [MethodImpl( @@ -50326,14 +28615,6 @@ public void DestroyPrivateDataSlot( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyPrivateDataSlot(device, privateDataSlot, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50344,14 +28625,6 @@ public void DestroyPrivateDataSlotEXT( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyPrivateDataSlotEXT(device, privateDataSlot, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] [MethodImpl( @@ -50363,32 +28636,6 @@ public void DestroyPrivateDataSlotEXT( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyPrivateDataSlotEXT(device, privateDataSlot, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50399,32 +28646,6 @@ public void DestroyQueryPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyQueryPool(device, queryPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] [MethodImpl( @@ -50436,22 +28657,6 @@ public void DestroyQueryPool( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyQueryPool(device, queryPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50462,22 +28667,6 @@ public void DestroyRenderPass( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyRenderPass(device, renderPass, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] [MethodImpl( @@ -50489,27 +28678,6 @@ public void DestroyRenderPass( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyRenderPass(device, renderPass, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50520,27 +28688,6 @@ public void DestroySampler( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroySampler(device, sampler, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] [MethodImpl( @@ -50552,24 +28699,6 @@ public void DestroySampler( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroySampler(device, sampler, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50581,24 +28710,6 @@ public void DestroySamplerYcbcrConversion( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] [MethodImpl( @@ -50611,14 +28722,6 @@ public void DestroySamplerYcbcrConversion( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50630,14 +28733,6 @@ public void DestroySamplerYcbcrConversionKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] [MethodImpl( @@ -50650,32 +28745,6 @@ public void DestroySamplerYcbcrConversionKHR( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50686,32 +28755,6 @@ public void DestroySemaphore( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroySemaphore(device, semaphore, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] [MethodImpl( @@ -50723,34 +28766,16 @@ public void DestroySemaphore( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroySemaphore(device, semaphore, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyShaderEXT(device, shader, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] [MethodImpl( @@ -50758,31 +28783,10 @@ public void DestroyShaderEXT( )] public void DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyShaderEXT(device, shader, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50793,27 +28797,6 @@ public void DestroyShaderModule( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyShaderModule(device, shaderModule, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] [MethodImpl( @@ -50825,18 +28808,16 @@ public void DestroyShaderModule( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyShaderModule(device, shaderModule, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroySurfaceKHR(instance, surface, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] [MethodImpl( @@ -50844,22 +28825,20 @@ public void DestroySurfaceKHR( )] public void DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroySurfaceKHR(instance, surface, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroySwapchainKHR(device, swapchain, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] [MethodImpl( @@ -50867,22 +28846,20 @@ public void DestroySwapchainKHR( )] public void DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroySwapchainKHR(device, swapchain, pAllocator); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyTensorARM(device, tensor, pAllocator); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] [MethodImpl( @@ -50890,22 +28867,20 @@ public void DestroyTensorARM( )] public void DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyTensorARM(device, tensor, pAllocator); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyTensorViewARM(device, tensorView, pAllocator); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] [MethodImpl( @@ -50913,22 +28888,20 @@ public void DestroyTensorViewARM( )] public void DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyTensorViewARM(device, tensorView, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyValidationCacheEXT(device, validationCache, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] [MethodImpl( @@ -50936,30 +28909,20 @@ public void DestroyValidationCacheEXT( )] public void DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyValidationCacheEXT(device, validationCache, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyVideoSessionKHR(device, videoSession, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] [MethodImpl( @@ -50967,15 +28930,10 @@ public void DestroyVideoSessionKHR( )] public void DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyVideoSessionKHR(device, videoSession, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -50983,15 +28941,10 @@ public void DestroyVideoSessionKHR( public void DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.DestroyVideoSessionParametersKHR(device, videoSessionParameters, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] [MethodImpl( @@ -51000,36 +28953,10 @@ public void DestroyVideoSessionParametersKHR( public void DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.DestroyVideoSessionParametersKHR(device, videoSessionParameters, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDeviceWaitIdle")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51037,26 +28964,16 @@ public void DestroyVideoSessionParametersKHR( public Result DeviceWaitIdle([NativeTypeName("VkDevice")] DeviceHandle device) => T.DeviceWaitIdle(device); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] DisplayPowerInfoEXT* pDisplayPowerInfo ) => T.DisplayPowerControlEXT(device, display, pDisplayPowerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] [MethodImpl( @@ -51064,37 +28981,11 @@ public Result DisplayPowerControlEXT( )] public Result DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] Ref pDisplayPowerInfo ) => T.DisplayPowerControlEXT(device, display, pDisplayPowerInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEndCommandBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51103,32 +28994,6 @@ public Result EndCommandBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => T.EndCommandBuffer(commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51146,32 +29011,6 @@ public Result EnumerateDeviceExtensionProperties( pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] [MethodImpl( @@ -51190,32 +29029,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51226,32 +29039,6 @@ public Result EnumerateDeviceLayerProperties( LayerProperties* pProperties ) => T.EnumerateDeviceLayerProperties(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] [MethodImpl( @@ -51263,32 +29050,6 @@ public Result EnumerateDeviceLayerProperties( Ref pProperties ) => T.EnumerateDeviceLayerProperties(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51299,32 +29060,6 @@ public Result EnumerateInstanceExtensionProperties( ExtensionProperties* pProperties ) => T.EnumerateInstanceExtensionProperties(pLayerName, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] [MethodImpl( @@ -51336,32 +29071,6 @@ public Result EnumerateInstanceExtensionProperties( Ref pProperties ) => T.EnumerateInstanceExtensionProperties(pLayerName, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51371,32 +29080,6 @@ public Result EnumerateInstanceLayerProperties( LayerProperties* pProperties ) => T.EnumerateInstanceLayerProperties(pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] [MethodImpl( @@ -51407,28 +29090,6 @@ public Result EnumerateInstanceLayerProperties( Ref pProperties ) => T.EnumerateInstanceLayerProperties(pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51436,28 +29097,6 @@ Ref pProperties public Result EnumerateInstanceVersion([NativeTypeName("uint32_t *")] uint* pApiVersion) => T.EnumerateInstanceVersion(pApiVersion); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] [MethodImpl( @@ -51467,28 +29106,6 @@ public Result EnumerateInstanceVersion( [NativeTypeName("uint32_t *")] Ref pApiVersion ) => T.EnumerateInstanceVersion(pApiVersion); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51504,28 +29121,6 @@ public Result EnumeratePhysicalDeviceGroups( pPhysicalDeviceGroupProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] [MethodImpl( @@ -51542,7 +29137,6 @@ Ref pPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51558,7 +29152,6 @@ public Result EnumeratePhysicalDeviceGroupsKHR( pPhysicalDeviceGroupProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] [MethodImpl( @@ -51575,14 +29168,6 @@ Ref pPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM" @@ -51605,14 +29190,6 @@ public Result EnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM( pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -51636,14 +29213,6 @@ Ref pCounterDescriptions pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR" @@ -51666,14 +29235,6 @@ public Result EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR( pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -51697,32 +29258,6 @@ Ref pCounterDescriptions pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51733,32 +29268,6 @@ public Result EnumeratePhysicalDevices( [NativeTypeName("VkPhysicalDevice *")] PhysicalDeviceHandle* pPhysicalDevices ) => T.EnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] [MethodImpl( @@ -51770,32 +29279,6 @@ public Result EnumeratePhysicalDevices( [NativeTypeName("VkPhysicalDevice *")] Ref pPhysicalDevices ) => T.EnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51806,32 +29289,6 @@ public Result FlushMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] MappedMemoryRange* pMemoryRanges ) => T.FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] [MethodImpl( @@ -51843,32 +29300,6 @@ public Result FlushMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] Ref pMemoryRanges ) => T.FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl( @@ -51880,32 +29311,6 @@ public void FreeCommandBuffer( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle pCommandBuffers ) => T.FreeCommandBuffer(device, commandPool, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51917,32 +29322,6 @@ public void FreeCommandBuffers( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ) => T.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl( @@ -51955,27 +29334,6 @@ public void FreeCommandBuffers( [NativeTypeName("const VkCommandBuffer *")] Ref pCommandBuffers ) => T.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -51987,27 +29345,6 @@ public Result FreeDescriptorSets( [NativeTypeName("const VkDescriptorSet *")] DescriptorSetHandle* pDescriptorSets ) => T.FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] [MethodImpl( @@ -52020,32 +29357,6 @@ public Result FreeDescriptorSets( [NativeTypeName("const VkDescriptorSet *")] Ref pDescriptorSets ) => T.FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52056,32 +29367,6 @@ public void FreeMemory( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.FreeMemory(device, memory, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] [MethodImpl( @@ -52093,14 +29378,6 @@ public void FreeMemory( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.FreeMemory(device, memory, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52121,14 +29398,6 @@ public void GetAccelerationStructureBuildSizesKHR( pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] [MethodImpl( @@ -52151,14 +29420,6 @@ Ref pSizeInfo ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52170,14 +29431,6 @@ public ulong GetAccelerationStructureDeviceAddressKHR( ) => T.GetAccelerationStructureDeviceAddressKHR(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] [MethodImpl( @@ -52189,14 +29442,6 @@ public ulong GetAccelerationStructureDeviceAddressKHR( Ref pInfo ) => T.GetAccelerationStructureDeviceAddressKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52204,19 +29449,11 @@ Ref pInfo public Result GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, void* pData ) => T.GetAccelerationStructureHandleNV(device, accelerationStructure, dataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] [MethodImpl( @@ -52225,19 +29462,11 @@ public Result GetAccelerationStructureHandleNV( public Result GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, Ref pData ) => T.GetAccelerationStructureHandleNV(device, accelerationStructure, dataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52249,14 +29478,6 @@ public void GetAccelerationStructureMemoryRequirementsNV( [NativeTypeName("VkMemoryRequirements2KHR *")] MemoryRequirements2* pMemoryRequirements ) => T.GetAccelerationStructureMemoryRequirementsNV(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] [MethodImpl( @@ -52270,19 +29491,6 @@ public void GetAccelerationStructureMemoryRequirementsNV( Ref pMemoryRequirements ) => T.GetAccelerationStructureMemoryRequirementsNV(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT" @@ -52297,19 +29505,6 @@ public Result GetAccelerationStructureOpaqueCaptureDescriptorDataEXT( void* pData ) => T.GetAccelerationStructureOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -52326,24 +29521,6 @@ Ref pData ) => T.GetAccelerationStructureOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52354,24 +29531,6 @@ public ulong GetBufferDeviceAddress( ) => T.GetBufferDeviceAddress(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] [MethodImpl( @@ -52383,14 +29542,6 @@ public ulong GetBufferDeviceAddress( ) => T.GetBufferDeviceAddress(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52401,14 +29552,6 @@ public ulong GetBufferDeviceAddressEXT( ) => T.GetBufferDeviceAddressEXT(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] [MethodImpl( @@ -52420,14 +29563,6 @@ public ulong GetBufferDeviceAddressEXT( ) => T.GetBufferDeviceAddressEXT(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52438,14 +29573,6 @@ public ulong GetBufferDeviceAddressKHR( ) => T.GetBufferDeviceAddressKHR(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] [MethodImpl( @@ -52456,32 +29583,6 @@ public ulong GetBufferDeviceAddressKHR( [NativeTypeName("const VkBufferDeviceAddressInfo *")] Ref pInfo ) => T.GetBufferDeviceAddressKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52492,32 +29593,6 @@ public void GetBufferMemoryRequirements( MemoryRequirements* pMemoryRequirements ) => T.GetBufferMemoryRequirements(device, buffer, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] [MethodImpl( @@ -52529,28 +29604,6 @@ public void GetBufferMemoryRequirements( Ref pMemoryRequirements ) => T.GetBufferMemoryRequirements(device, buffer, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52562,28 +29615,6 @@ public void GetBufferMemoryRequirements2( MemoryRequirements2* pMemoryRequirements ) => T.GetBufferMemoryRequirements2(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] [MethodImpl( @@ -52596,7 +29627,6 @@ public void GetBufferMemoryRequirements2( Ref pMemoryRequirements ) => T.GetBufferMemoryRequirements2(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52608,7 +29638,6 @@ public void GetBufferMemoryRequirements2KHR( MemoryRequirements2* pMemoryRequirements ) => T.GetBufferMemoryRequirements2KHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] [MethodImpl( @@ -52622,24 +29651,6 @@ Ref pMemoryRequirements ) => T.GetBufferMemoryRequirements2KHR(device, pInfo, pMemoryRequirements); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52650,24 +29661,6 @@ public ulong GetBufferOpaqueCaptureAddress( ) => T.GetBufferOpaqueCaptureAddress(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] [MethodImpl( @@ -52679,14 +29672,6 @@ public ulong GetBufferOpaqueCaptureAddress( ) => T.GetBufferOpaqueCaptureAddress(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52697,14 +29682,6 @@ public ulong GetBufferOpaqueCaptureAddressKHR( ) => T.GetBufferOpaqueCaptureAddressKHR(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] [MethodImpl( @@ -52715,16 +29692,6 @@ public ulong GetBufferOpaqueCaptureAddressKHR( [NativeTypeName("const VkBufferDeviceAddressInfo *")] Ref pInfo ) => T.GetBufferOpaqueCaptureAddressKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52736,16 +29703,6 @@ public Result GetBufferOpaqueCaptureDescriptorDataEXT( void* pData ) => T.GetBufferOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] [MethodImpl( @@ -52758,14 +29715,6 @@ public Result GetBufferOpaqueCaptureDescriptorDataEXT( Ref pData ) => T.GetBufferOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52786,14 +29735,6 @@ public Result GetCalibratedTimestampsEXT( pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] [MethodImpl( @@ -52815,14 +29756,6 @@ public Result GetCalibratedTimestampsEXT( pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52843,14 +29776,6 @@ public Result GetCalibratedTimestampsKHR( pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] [MethodImpl( @@ -52872,11 +29797,6 @@ public Result GetCalibratedTimestampsKHR( pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52888,11 +29808,6 @@ public void GetClusterAccelerationStructureBuildSizesNV( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ) => T.GetClusterAccelerationStructureBuildSizesNV(device, pInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] [MethodImpl( @@ -52905,15 +29820,6 @@ public void GetClusterAccelerationStructureBuildSizesNV( Ref pSizeInfo ) => T.GetClusterAccelerationStructureBuildSizesNV(device, pInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52932,15 +29838,6 @@ public Result GetDataGraphPipelineAvailablePropertiesARM( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] [MethodImpl( @@ -52960,15 +29857,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -52987,15 +29875,6 @@ public Result GetDataGraphPipelinePropertiesARM( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] [MethodImpl( @@ -53015,15 +29894,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetDataGraphPipelineSessionBindPointRequirementsARM" @@ -53045,15 +29915,6 @@ public Result GetDataGraphPipelineSessionBindPointRequirementsARM( pBindPointRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -53076,15 +29937,6 @@ Ref pBindPointRequirements pBindPointRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetDataGraphPipelineSessionMemoryRequirementsARM" @@ -53099,15 +29951,6 @@ public void GetDataGraphPipelineSessionMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ) => T.GetDataGraphPipelineSessionMemoryRequirementsARM(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -53124,36 +29967,24 @@ Ref pMemoryRequirements ) => T.GetDataGraphPipelineSessionMemoryRequirementsARM(device, pInfo, pMemoryRequirements); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeferredOperationMaxConcurrencyKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public uint GetDeferredOperationMaxConcurrencyKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ) => T.GetDeferredOperationMaxConcurrencyKHR(device, operation); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeferredOperationResultKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetDeferredOperationResultKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ) => T.GetDeferredOperationResultKHR(device, operation); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53166,16 +29997,6 @@ public void GetDescriptorEXT( void* pDescriptor ) => T.GetDescriptorEXT(device, pDescriptorInfo, dataSize, pDescriptor); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] [MethodImpl( @@ -53189,53 +30010,27 @@ public void GetDescriptorEXT( Ref pDescriptor ) => T.GetDescriptorEXT(device, pDescriptorInfo, dataSize, pDescriptor); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetDescriptorSetHostMappingValve( + public void GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, void** ppData - ) => T.GetDescriptorSetHostMappingValve(device, descriptorSet, ppData); + ) => T.GetDescriptorSetHostMappingVALVE(device, descriptorSet, ppData); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetDescriptorSetHostMappingValve( + public void GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, Ref2D ppData - ) => T.GetDescriptorSetHostMappingValve(device, descriptorSet, ppData); + ) => T.GetDescriptorSetHostMappingVALVE(device, descriptorSet, ppData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53247,16 +30042,6 @@ public void GetDescriptorSetLayoutBindingOffsetEXT( [NativeTypeName("VkDeviceSize *")] ulong* pOffset ) => T.GetDescriptorSetLayoutBindingOffsetEXT(device, layout, binding, pOffset); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] [MethodImpl( @@ -53269,55 +30054,29 @@ public void GetDescriptorSetLayoutBindingOffsetEXT( [NativeTypeName("VkDeviceSize *")] Ref pOffset ) => T.GetDescriptorSetLayoutBindingOffsetEXT(device, layout, binding, pOffset); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetDescriptorSetLayoutHostMappingInfoValve( + public void GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - DescriptorSetBindingReferenceValve* pBindingReference, - DescriptorSetLayoutHostMappingInfoValve* pHostMapping - ) => T.GetDescriptorSetLayoutHostMappingInfoValve(device, pBindingReference, pHostMapping); + DescriptorSetBindingReferenceVALVE* pBindingReference, + DescriptorSetLayoutHostMappingInfoVALVE* pHostMapping + ) => T.GetDescriptorSetLayoutHostMappingInfoVALVE(device, pBindingReference, pHostMapping); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void GetDescriptorSetLayoutHostMappingInfoValve( + public void GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - Ref pBindingReference, - Ref pHostMapping - ) => T.GetDescriptorSetLayoutHostMappingInfoValve(device, pBindingReference, pHostMapping); + Ref pBindingReference, + Ref pHostMapping + ) => T.GetDescriptorSetLayoutHostMappingInfoVALVE(device, pBindingReference, pHostMapping); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53328,16 +30087,6 @@ public void GetDescriptorSetLayoutSizeEXT( [NativeTypeName("VkDeviceSize *")] ulong* pLayoutSizeInBytes ) => T.GetDescriptorSetLayoutSizeEXT(device, layout, pLayoutSizeInBytes); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] [MethodImpl( @@ -53349,24 +30098,6 @@ public void GetDescriptorSetLayoutSizeEXT( [NativeTypeName("VkDeviceSize *")] Ref pLayoutSizeInBytes ) => T.GetDescriptorSetLayoutSizeEXT(device, layout, pLayoutSizeInBytes); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53378,24 +30109,6 @@ public void GetDescriptorSetLayoutSupport( DescriptorSetLayoutSupport* pSupport ) => T.GetDescriptorSetLayoutSupport(device, pCreateInfo, pSupport); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] [MethodImpl( @@ -53408,14 +30121,6 @@ public void GetDescriptorSetLayoutSupport( Ref pSupport ) => T.GetDescriptorSetLayoutSupport(device, pCreateInfo, pSupport); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53427,14 +30132,6 @@ public void GetDescriptorSetLayoutSupportKHR( DescriptorSetLayoutSupport* pSupport ) => T.GetDescriptorSetLayoutSupportKHR(device, pCreateInfo, pSupport); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] [MethodImpl( @@ -53447,14 +30144,6 @@ public void GetDescriptorSetLayoutSupportKHR( Ref pSupport ) => T.GetDescriptorSetLayoutSupportKHR(device, pCreateInfo, pSupport); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53466,14 +30155,6 @@ public void GetDeviceAccelerationStructureCompatibilityKHR( AccelerationStructureCompatibilityKHR* pCompatibility ) => T.GetDeviceAccelerationStructureCompatibilityKHR(device, pVersionInfo, pCompatibility); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] [MethodImpl( @@ -53486,20 +30167,6 @@ public void GetDeviceAccelerationStructureCompatibilityKHR( Ref pCompatibility ) => T.GetDeviceAccelerationStructureCompatibilityKHR(device, pVersionInfo, pCompatibility); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53511,20 +30178,6 @@ public void GetDeviceBufferMemoryRequirements( MemoryRequirements2* pMemoryRequirements ) => T.GetDeviceBufferMemoryRequirements(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] [MethodImpl( @@ -53537,7 +30190,6 @@ public void GetDeviceBufferMemoryRequirements( Ref pMemoryRequirements ) => T.GetDeviceBufferMemoryRequirements(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53549,7 +30201,6 @@ public void GetDeviceBufferMemoryRequirementsKHR( MemoryRequirements2* pMemoryRequirements ) => T.GetDeviceBufferMemoryRequirementsKHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] [MethodImpl( @@ -53562,14 +30213,6 @@ public void GetDeviceBufferMemoryRequirementsKHR( Ref pMemoryRequirements ) => T.GetDeviceBufferMemoryRequirementsKHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53580,14 +30223,6 @@ public Result GetDeviceFaultInfoEXT( DeviceFaultInfoEXT* pFaultInfo ) => T.GetDeviceFaultInfoEXT(device, pFaultCounts, pFaultInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] [MethodImpl( @@ -53599,28 +30234,6 @@ public Result GetDeviceFaultInfoEXT( Ref pFaultInfo ) => T.GetDeviceFaultInfoEXT(device, pFaultCounts, pFaultInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53641,28 +30254,6 @@ public void GetDeviceGroupPeerMemoryFeatures( pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] [MethodImpl( @@ -53684,11 +30275,6 @@ Ref pPeerMemoryFeatures pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53709,11 +30295,6 @@ public void GetDeviceGroupPeerMemoryFeaturesKHR( pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] [MethodImpl( @@ -53735,12 +30316,6 @@ Ref pPeerMemoryFeatures pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53750,12 +30325,6 @@ public Result GetDeviceGroupPresentCapabilitiesKHR( DeviceGroupPresentCapabilitiesKHR* pDeviceGroupPresentCapabilities ) => T.GetDeviceGroupPresentCapabilitiesKHR(device, pDeviceGroupPresentCapabilities); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] [MethodImpl( @@ -53766,29 +30335,17 @@ public Result GetDeviceGroupPresentCapabilitiesKHR( Ref pDeviceGroupPresentCapabilities ) => T.GetDeviceGroupPresentCapabilitiesKHR(device, pDeviceGroupPresentCapabilities); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] DeviceGroupPresentModeFlagsKHR* pModes ) => T.GetDeviceGroupSurfacePresentModesKHR(device, surface, pModes); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] [MethodImpl( @@ -53796,25 +30353,11 @@ public Result GetDeviceGroupSurfacePresentModesKHR( )] public Result GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] Ref pModes ) => T.GetDeviceGroupSurfacePresentModesKHR(device, surface, pModes); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53826,20 +30369,6 @@ public void GetDeviceImageMemoryRequirements( MemoryRequirements2* pMemoryRequirements ) => T.GetDeviceImageMemoryRequirements(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] [MethodImpl( @@ -53852,7 +30381,6 @@ public void GetDeviceImageMemoryRequirements( Ref pMemoryRequirements ) => T.GetDeviceImageMemoryRequirements(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53864,7 +30392,6 @@ public void GetDeviceImageMemoryRequirementsKHR( MemoryRequirements2* pMemoryRequirements ) => T.GetDeviceImageMemoryRequirementsKHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] [MethodImpl( @@ -53877,20 +30404,6 @@ public void GetDeviceImageMemoryRequirementsKHR( Ref pMemoryRequirements ) => T.GetDeviceImageMemoryRequirementsKHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53909,20 +30422,6 @@ public void GetDeviceImageSparseMemoryRequirements( pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] [MethodImpl( @@ -53942,7 +30441,6 @@ Ref pSparseMemoryRequirements pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -53961,7 +30459,6 @@ public void GetDeviceImageSparseMemoryRequirementsKHR( pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] [MethodImpl( @@ -53981,16 +30478,6 @@ Ref pSparseMemoryRequirements pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54002,16 +30489,6 @@ public void GetDeviceImageSubresourceLayout( SubresourceLayout2* pLayout ) => T.GetDeviceImageSubresourceLayout(device, pInfo, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] [MethodImpl( @@ -54024,11 +30501,6 @@ public void GetDeviceImageSubresourceLayout( Ref pLayout ) => T.GetDeviceImageSubresourceLayout(device, pInfo, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54040,11 +30512,6 @@ public void GetDeviceImageSubresourceLayoutKHR( SubresourceLayout2* pLayout ) => T.GetDeviceImageSubresourceLayoutKHR(device, pInfo, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] [MethodImpl( @@ -54057,32 +30524,6 @@ public void GetDeviceImageSubresourceLayoutKHR( Ref pLayout ) => T.GetDeviceImageSubresourceLayoutKHR(device, pInfo, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54093,32 +30534,6 @@ public void GetDeviceMemoryCommitment( [NativeTypeName("VkDeviceSize *")] ulong* pCommittedMemoryInBytes ) => T.GetDeviceMemoryCommitment(device, memory, pCommittedMemoryInBytes); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] [MethodImpl( @@ -54131,24 +30546,6 @@ public void GetDeviceMemoryCommitment( ) => T.GetDeviceMemoryCommitment(device, memory, pCommittedMemoryInBytes); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54160,24 +30557,6 @@ public ulong GetDeviceMemoryOpaqueCaptureAddress( ) => T.GetDeviceMemoryOpaqueCaptureAddress(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] [MethodImpl( @@ -54190,14 +30569,6 @@ Ref pInfo ) => T.GetDeviceMemoryOpaqueCaptureAddress(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54209,14 +30580,6 @@ public ulong GetDeviceMemoryOpaqueCaptureAddressKHR( ) => T.GetDeviceMemoryOpaqueCaptureAddressKHR(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] [MethodImpl( @@ -54228,14 +30591,6 @@ public ulong GetDeviceMemoryOpaqueCaptureAddressKHR( Ref pInfo ) => T.GetDeviceMemoryOpaqueCaptureAddressKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54247,14 +30602,6 @@ public void GetDeviceMicromapCompatibilityEXT( AccelerationStructureCompatibilityKHR* pCompatibility ) => T.GetDeviceMicromapCompatibilityEXT(device, pVersionInfo, pCompatibility); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] [MethodImpl( @@ -54268,104 +30615,26 @@ Ref pCompatibility ) => T.GetDeviceMicromapCompatibilityEXT(device, pVersionInfo, pCompatibility); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public PFNVkVoidFunction GetDeviceProcAddr( + public VoidFunction GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] sbyte* pName ) => T.GetDeviceProcAddr(device, pName); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public PFNVkVoidFunction GetDeviceProcAddr( + public VoidFunction GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] Ref pName ) => T.GetDeviceProcAddr(device, pName); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54377,32 +30646,6 @@ public void GetDeviceQueue( [NativeTypeName("VkQueue *")] QueueHandle* pQueue ) => T.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] [MethodImpl( @@ -54415,28 +30658,6 @@ public void GetDeviceQueue( [NativeTypeName("VkQueue *")] Ref pQueue ) => T.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54447,28 +30668,6 @@ public void GetDeviceQueue2( [NativeTypeName("VkQueue *")] QueueHandle* pQueue ) => T.GetDeviceQueue2(device, pQueueInfo, pQueue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] [MethodImpl( @@ -54480,46 +30679,27 @@ public void GetDeviceQueue2( [NativeTypeName("VkQueue *")] Ref pQueue ) => T.GetDeviceQueue2(device, pQueueInfo, pQueue); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + public Result GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Extent2D* pMaxWorkgroupSize - ) => T.GetDeviceSubpassShadingMaxWorkgroupSizeHuawei(device, renderpass, pMaxWorkgroupSize); + ) => T.GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI(device, renderpass, pMaxWorkgroupSize); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + public Result GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Ref pMaxWorkgroupSize - ) => T.GetDeviceSubpassShadingMaxWorkgroupSizeHuawei(device, renderpass, pMaxWorkgroupSize); + ) => T.GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI(device, renderpass, pMaxWorkgroupSize); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54531,7 +30711,6 @@ public void GetDeviceTensorMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ) => T.GetDeviceTensorMemoryRequirementsARM(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] [MethodImpl( @@ -54544,27 +30723,17 @@ public void GetDeviceTensorMemoryRequirementsARM( Ref pMemoryRequirements ) => T.GetDeviceTensorMemoryRequirementsARM(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModeProperties2KHR* pProperties ) => T.GetDisplayModeProperties2KHR(physicalDevice, display, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] [MethodImpl( @@ -54572,24 +30741,22 @@ public Result GetDisplayModeProperties2KHR( )] public Result GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ) => T.GetDisplayModeProperties2KHR(physicalDevice, display, pPropertyCount, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModePropertiesKHR* pProperties ) => T.GetDisplayModePropertiesKHR(physicalDevice, display, pPropertyCount, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] [MethodImpl( @@ -54597,16 +30764,11 @@ public Result GetDisplayModePropertiesKHR( )] public Result GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ) => T.GetDisplayModePropertiesKHR(physicalDevice, display, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54618,11 +30780,6 @@ public Result GetDisplayPlaneCapabilities2KHR( DisplayPlaneCapabilities2KHR* pCapabilities ) => T.GetDisplayPlaneCapabilities2KHR(physicalDevice, pDisplayPlaneInfo, pCapabilities); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] [MethodImpl( @@ -54635,19 +30792,17 @@ public Result GetDisplayPlaneCapabilities2KHR( Ref pCapabilities ) => T.GetDisplayPlaneCapabilities2KHR(physicalDevice, pDisplayPlaneInfo, pCapabilities); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, DisplayPlaneCapabilitiesKHR* pCapabilities ) => T.GetDisplayPlaneCapabilitiesKHR(physicalDevice, mode, planeIndex, pCapabilities); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] [MethodImpl( @@ -54655,12 +30810,11 @@ public Result GetDisplayPlaneCapabilitiesKHR( )] public Result GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, Ref pCapabilities ) => T.GetDisplayPlaneCapabilitiesKHR(physicalDevice, mode, planeIndex, pCapabilities); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54669,7 +30823,7 @@ public Result GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] uint* pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* pDisplays + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* pDisplays ) => T.GetDisplayPlaneSupportedDisplaysKHR( physicalDevice, @@ -54678,7 +30832,6 @@ public Result GetDisplayPlaneSupportedDisplaysKHR( pDisplays ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] [MethodImpl( @@ -54688,7 +30841,7 @@ public Result GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] Ref pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] Ref pDisplays + [NativeTypeName("VkDisplayKHR *")] Ref pDisplays ) => T.GetDisplayPlaneSupportedDisplaysKHR( physicalDevice, @@ -54697,11 +30850,6 @@ public Result GetDisplayPlaneSupportedDisplaysKHR( pDisplays ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54710,14 +30858,9 @@ public Result GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* display + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* display ) => T.GetDrmDisplayEXT(physicalDevice, drmFd, connectorId, display); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] [MethodImpl( @@ -54727,17 +30870,9 @@ public Result GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] Ref display + [NativeTypeName("VkDisplayKHR *")] Ref display ) => T.GetDrmDisplayEXT(physicalDevice, drmFd, connectorId, display); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54748,14 +30883,6 @@ public Result GetDynamicRenderingTilePropertiesQCOM( TilePropertiesQCOM* pProperties ) => T.GetDynamicRenderingTilePropertiesQCOM(device, pRenderingInfo, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] [MethodImpl( @@ -54767,14 +30894,6 @@ public Result GetDynamicRenderingTilePropertiesQCOM( Ref pProperties ) => T.GetDynamicRenderingTilePropertiesQCOM(device, pRenderingInfo, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54795,14 +30914,6 @@ public Result GetEncodedVideoSessionParametersKHR( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] [MethodImpl( @@ -54824,27 +30935,6 @@ Ref pData pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetEventStatus")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54854,37 +30944,27 @@ public Result GetEventStatus( [NativeTypeName("VkEvent")] EventHandle @event ) => T.GetEventStatus(device, @event); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, ExternalComputeQueueDataParamsNV* @params, void* pData ) => T.GetExternalComputeQueueDataNV(externalQueue, @params, pData); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, Ref @params, Ref pData ) => T.GetExternalComputeQueueDataNV(externalQueue, @params, pData); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54895,14 +30975,6 @@ public Result GetFenceFdKHR( int* pFd ) => T.GetFenceFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] [MethodImpl( @@ -54914,32 +30986,6 @@ public Result GetFenceFdKHR( Ref pFd ) => T.GetFenceFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetFenceStatus")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54949,14 +30995,6 @@ public Result GetFenceStatus( [NativeTypeName("VkFence")] FenceHandle fence ) => T.GetFenceStatus(device, fence); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -54968,14 +31006,6 @@ public Result GetFramebufferTilePropertiesQCOM( TilePropertiesQCOM* pProperties ) => T.GetFramebufferTilePropertiesQCOM(device, framebuffer, pPropertiesCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] [MethodImpl( @@ -54988,15 +31018,6 @@ public Result GetFramebufferTilePropertiesQCOM( Ref pProperties ) => T.GetFramebufferTilePropertiesQCOM(device, framebuffer, pPropertiesCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55008,15 +31029,6 @@ public void GetGeneratedCommandsMemoryRequirementsEXT( MemoryRequirements2* pMemoryRequirements ) => T.GetGeneratedCommandsMemoryRequirementsEXT(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] [MethodImpl( @@ -55029,11 +31041,6 @@ public void GetGeneratedCommandsMemoryRequirementsEXT( Ref pMemoryRequirements ) => T.GetGeneratedCommandsMemoryRequirementsEXT(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55045,11 +31052,6 @@ public void GetGeneratedCommandsMemoryRequirementsNV( MemoryRequirements2* pMemoryRequirements ) => T.GetGeneratedCommandsMemoryRequirementsNV(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] [MethodImpl( @@ -55062,15 +31064,6 @@ public void GetGeneratedCommandsMemoryRequirementsNV( Ref pMemoryRequirements ) => T.GetGeneratedCommandsMemoryRequirementsNV(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55081,15 +31074,6 @@ public Result GetImageDrmFormatModifierPropertiesEXT( ImageDrmFormatModifierPropertiesEXT* pProperties ) => T.GetImageDrmFormatModifierPropertiesEXT(device, image, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] [MethodImpl( @@ -55101,32 +31085,6 @@ public Result GetImageDrmFormatModifierPropertiesEXT( Ref pProperties ) => T.GetImageDrmFormatModifierPropertiesEXT(device, image, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55137,32 +31095,6 @@ public void GetImageMemoryRequirements( MemoryRequirements* pMemoryRequirements ) => T.GetImageMemoryRequirements(device, image, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] [MethodImpl( @@ -55174,28 +31106,6 @@ public void GetImageMemoryRequirements( Ref pMemoryRequirements ) => T.GetImageMemoryRequirements(device, image, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55207,28 +31117,6 @@ public void GetImageMemoryRequirements2( MemoryRequirements2* pMemoryRequirements ) => T.GetImageMemoryRequirements2(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] [MethodImpl( @@ -55241,7 +31129,6 @@ public void GetImageMemoryRequirements2( Ref pMemoryRequirements ) => T.GetImageMemoryRequirements2(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55253,7 +31140,6 @@ public void GetImageMemoryRequirements2KHR( MemoryRequirements2* pMemoryRequirements ) => T.GetImageMemoryRequirements2KHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] [MethodImpl( @@ -55266,16 +31152,6 @@ public void GetImageMemoryRequirements2KHR( Ref pMemoryRequirements ) => T.GetImageMemoryRequirements2KHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55287,16 +31163,6 @@ public Result GetImageOpaqueCaptureDescriptorDataEXT( void* pData ) => T.GetImageOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] [MethodImpl( @@ -55309,32 +31175,6 @@ public Result GetImageOpaqueCaptureDescriptorDataEXT( Ref pData ) => T.GetImageOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55352,32 +31192,6 @@ public void GetImageSparseMemoryRequirements( pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] [MethodImpl( @@ -55396,28 +31210,6 @@ Ref pSparseMemoryRequirements pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55436,28 +31228,6 @@ public void GetImageSparseMemoryRequirements2( pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] [MethodImpl( @@ -55477,7 +31247,6 @@ Ref pSparseMemoryRequirements pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55496,7 +31265,6 @@ public void GetImageSparseMemoryRequirements2KHR( pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] [MethodImpl( @@ -55516,32 +31284,6 @@ Ref pSparseMemoryRequirements pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55553,32 +31295,6 @@ public void GetImageSubresourceLayout( SubresourceLayout* pLayout ) => T.GetImageSubresourceLayout(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] [MethodImpl( @@ -55591,16 +31307,6 @@ public void GetImageSubresourceLayout( Ref pLayout ) => T.GetImageSubresourceLayout(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55612,16 +31318,6 @@ public void GetImageSubresourceLayout2( SubresourceLayout2* pLayout ) => T.GetImageSubresourceLayout2(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] [MethodImpl( @@ -55634,15 +31330,6 @@ public void GetImageSubresourceLayout2( Ref pLayout ) => T.GetImageSubresourceLayout2(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55654,15 +31341,6 @@ public void GetImageSubresourceLayout2EXT( SubresourceLayout2* pLayout ) => T.GetImageSubresourceLayout2EXT(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] [MethodImpl( @@ -55675,11 +31353,6 @@ public void GetImageSubresourceLayout2EXT( Ref pLayout ) => T.GetImageSubresourceLayout2EXT(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55691,11 +31364,6 @@ public void GetImageSubresourceLayout2KHR( SubresourceLayout2* pLayout ) => T.GetImageSubresourceLayout2KHR(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] [MethodImpl( @@ -55708,7 +31376,6 @@ public void GetImageSubresourceLayout2KHR( Ref pLayout ) => T.GetImageSubresourceLayout2KHR(device, image, pSubresource, pLayout); - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55719,7 +31386,6 @@ public Result GetImageViewAddressNVX( ImageViewAddressPropertiesNVX* pProperties ) => T.GetImageViewAddressNVX(device, imageView, pProperties); - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] [MethodImpl( @@ -55732,7 +31398,6 @@ Ref pProperties ) => T.GetImageViewAddressNVX(device, imageView, pProperties); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55743,7 +31408,6 @@ public ulong GetImageViewHandle64NVX( ) => T.GetImageViewHandle64NVX(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] [MethodImpl( @@ -55755,7 +31419,6 @@ public ulong GetImageViewHandle64NVX( ) => T.GetImageViewHandle64NVX(device, pInfo); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55766,7 +31429,6 @@ public uint GetImageViewHandleNVX( ) => T.GetImageViewHandleNVX(device, pInfo); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] [MethodImpl( @@ -55777,16 +31439,6 @@ public uint GetImageViewHandleNVX( [NativeTypeName("const VkImageViewHandleInfoNVX *")] Ref pInfo ) => T.GetImageViewHandleNVX(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55798,16 +31450,6 @@ public Result GetImageViewOpaqueCaptureDescriptorDataEXT( void* pData ) => T.GetImageViewOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] [MethodImpl( @@ -55821,108 +31463,36 @@ Ref pData ) => T.GetImageViewOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public PFNVkVoidFunction GetInstanceProcAddr( + public VoidFunction GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] sbyte* pName ) => T.GetInstanceProcAddr(instance, pName); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public PFNVkVoidFunction GetInstanceProcAddr( + public VoidFunction GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] Ref pName ) => T.GetInstanceProcAddr(instance, pName); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, GetLatencyMarkerInfoNV* pLatencyMarkerInfo ) => T.GetLatencyTimingsNV(device, swapchain, pLatencyMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] [MethodImpl( @@ -55930,18 +31500,10 @@ public void GetLatencyTimingsNV( )] public void GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, Ref pLatencyMarkerInfo ) => T.GetLatencyTimingsNV(device, swapchain, pLatencyMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55952,14 +31514,6 @@ public Result GetMemoryFdKHR( int* pFd ) => T.GetMemoryFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] [MethodImpl( @@ -55971,14 +31525,6 @@ public Result GetMemoryFdKHR( Ref pFd ) => T.GetMemoryFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -55990,14 +31536,6 @@ public Result GetMemoryFdPropertiesKHR( MemoryFdPropertiesKHR* pMemoryFdProperties ) => T.GetMemoryFdPropertiesKHR(device, handleType, fd, pMemoryFdProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] [MethodImpl( @@ -56010,14 +31548,6 @@ public Result GetMemoryFdPropertiesKHR( Ref pMemoryFdProperties ) => T.GetMemoryFdPropertiesKHR(device, handleType, fd, pMemoryFdProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56035,14 +31565,6 @@ public Result GetMemoryHostPointerPropertiesEXT( pMemoryHostPointerProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] [MethodImpl( @@ -56061,14 +31583,6 @@ Ref pMemoryHostPointerProperties pMemoryHostPointerProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56080,14 +31594,6 @@ public Result GetMemoryRemoteAddressNV( [NativeTypeName("VkRemoteAddressNV *")] void** pAddress ) => T.GetMemoryRemoteAddressNV(device, pMemoryGetRemoteAddressInfo, pAddress); - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] [MethodImpl( @@ -56100,14 +31606,6 @@ public Result GetMemoryRemoteAddressNV( [NativeTypeName("VkRemoteAddressNV *")] Ref2D pAddress ) => T.GetMemoryRemoteAddressNV(device, pMemoryGetRemoteAddressInfo, pAddress); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56119,14 +31617,6 @@ public void GetMicromapBuildSizesEXT( MicromapBuildSizesInfoEXT* pSizeInfo ) => T.GetMicromapBuildSizesEXT(device, buildType, pBuildInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] [MethodImpl( @@ -56139,11 +31629,6 @@ public void GetMicromapBuildSizesEXT( Ref pSizeInfo ) => T.GetMicromapBuildSizesEXT(device, buildType, pBuildInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPartitionedAccelerationStructuresBuildSizesNV" @@ -56158,11 +31643,6 @@ public void GetPartitionedAccelerationStructuresBuildSizesNV( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ) => T.GetPartitionedAccelerationStructuresBuildSizesNV(device, pInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction( "vulkan", @@ -56178,82 +31658,62 @@ public void GetPartitionedAccelerationStructuresBuildSizesNV( Ref pSizeInfo ) => T.GetPartitionedAccelerationStructuresBuildSizesNV(device, pInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result GetPastPresentationTimingGoogle( + public Result GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pPresentationTimingCount, - PastPresentationTimingGoogle* pPresentationTimings + PastPresentationTimingGOOGLE* pPresentationTimings ) => - T.GetPastPresentationTimingGoogle( + T.GetPastPresentationTimingGOOGLE( device, swapchain, pPresentationTimingCount, pPresentationTimings ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result GetPastPresentationTimingGoogle( + public Result GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pPresentationTimingCount, - Ref pPresentationTimings + Ref pPresentationTimings ) => - T.GetPastPresentationTimingGoogle( + T.GetPastPresentationTimingGOOGLE( device, swapchain, pPresentationTimingCount, pPresentationTimings ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result GetPerformanceParameterIntel( + public Result GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - PerformanceValueIntel* pValue - ) => T.GetPerformanceParameterIntel(device, parameter, pValue); + PerformanceParameterTypeINTEL parameter, + PerformanceValueINTEL* pValue + ) => T.GetPerformanceParameterINTEL(device, parameter, pValue); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result GetPerformanceParameterIntel( + public Result GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - Ref pValue - ) => T.GetPerformanceParameterIntel(device, parameter, pValue); + PerformanceParameterTypeINTEL parameter, + Ref pValue + ) => T.GetPerformanceParameterINTEL(device, parameter, pValue); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56269,14 +31729,6 @@ public Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] [MethodImpl( @@ -56293,14 +31745,6 @@ Ref pTimeDomains pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56316,14 +31760,6 @@ public Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] [MethodImpl( @@ -56340,11 +31776,6 @@ Ref pTimeDomains pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV" @@ -56363,11 +31794,6 @@ public Result GetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [Transformed] [NativeFunction( "vulkan", @@ -56387,14 +31813,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56410,14 +31828,6 @@ public Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] [MethodImpl( @@ -56434,14 +31844,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56457,14 +31859,6 @@ public Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] [MethodImpl( @@ -56481,14 +31875,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56504,14 +31890,6 @@ public Result GetPhysicalDeviceCooperativeVectorPropertiesNV( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] [MethodImpl( @@ -56528,11 +31906,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56548,11 +31921,6 @@ public Result GetPhysicalDeviceDisplayPlaneProperties2KHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] [MethodImpl( @@ -56569,7 +31937,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56585,7 +31952,6 @@ public Result GetPhysicalDeviceDisplayPlanePropertiesKHR( pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] [MethodImpl( @@ -56602,11 +31968,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56617,11 +31978,6 @@ public Result GetPhysicalDeviceDisplayProperties2KHR( DisplayProperties2KHR* pProperties ) => T.GetPhysicalDeviceDisplayProperties2KHR(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] [MethodImpl( @@ -56633,7 +31989,6 @@ public Result GetPhysicalDeviceDisplayProperties2KHR( Ref pProperties ) => T.GetPhysicalDeviceDisplayProperties2KHR(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56644,7 +31999,6 @@ public Result GetPhysicalDeviceDisplayPropertiesKHR( DisplayPropertiesKHR* pProperties ) => T.GetPhysicalDeviceDisplayPropertiesKHR(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] [MethodImpl( @@ -56656,28 +32010,6 @@ public Result GetPhysicalDeviceDisplayPropertiesKHR( Ref pProperties ) => T.GetPhysicalDeviceDisplayPropertiesKHR(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56694,28 +32026,6 @@ public void GetPhysicalDeviceExternalBufferProperties( pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] [MethodImpl( @@ -56733,14 +32043,6 @@ Ref pExternalBufferProperties pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56757,14 +32059,6 @@ public void GetPhysicalDeviceExternalBufferPropertiesKHR( pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] [MethodImpl( @@ -56782,28 +32076,6 @@ Ref pExternalBufferProperties pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56820,28 +32092,6 @@ public void GetPhysicalDeviceExternalFenceProperties( pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] [MethodImpl( @@ -56859,14 +32109,6 @@ Ref pExternalFenceProperties pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -56883,14 +32125,6 @@ public void GetPhysicalDeviceExternalFencePropertiesKHR( pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] [MethodImpl( @@ -56908,7 +32142,6 @@ Ref pExternalFenceProperties pExternalFenceProperties ); - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceExternalImageFormatPropertiesNV" @@ -56938,7 +32171,6 @@ public Result GetPhysicalDeviceExternalImageFormatPropertiesNV( pExternalImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [Transformed] [NativeFunction( "vulkan", @@ -56969,28 +32201,6 @@ Ref pExternalImageFormatProperties pExternalImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57007,28 +32217,6 @@ public void GetPhysicalDeviceExternalSemaphoreProperties( pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] [MethodImpl( @@ -57046,14 +32234,6 @@ Ref pExternalSemaphoreProperties pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57070,14 +32250,6 @@ public void GetPhysicalDeviceExternalSemaphorePropertiesKHR( pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] [MethodImpl( @@ -57095,7 +32267,6 @@ Ref pExternalSemaphoreProperties pExternalSemaphoreProperties ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57112,7 +32283,6 @@ public void GetPhysicalDeviceExternalTensorPropertiesARM( pExternalTensorProperties ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] [MethodImpl( @@ -57130,32 +32300,6 @@ Ref pExternalTensorProperties pExternalTensorProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57165,32 +32309,6 @@ public void GetPhysicalDeviceFeatures( PhysicalDeviceFeatures* pFeatures ) => T.GetPhysicalDeviceFeatures(physicalDevice, pFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] [MethodImpl( @@ -57201,28 +32319,6 @@ public void GetPhysicalDeviceFeatures( Ref pFeatures ) => T.GetPhysicalDeviceFeatures(physicalDevice, pFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57232,28 +32328,6 @@ public void GetPhysicalDeviceFeatures2( PhysicalDeviceFeatures2* pFeatures ) => T.GetPhysicalDeviceFeatures2(physicalDevice, pFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] [MethodImpl( @@ -57264,7 +32338,6 @@ public void GetPhysicalDeviceFeatures2( Ref pFeatures ) => T.GetPhysicalDeviceFeatures2(physicalDevice, pFeatures); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57274,7 +32347,6 @@ public void GetPhysicalDeviceFeatures2KHR( PhysicalDeviceFeatures2* pFeatures ) => T.GetPhysicalDeviceFeatures2KHR(physicalDevice, pFeatures); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] [MethodImpl( @@ -57285,32 +32357,6 @@ public void GetPhysicalDeviceFeatures2KHR( Ref pFeatures ) => T.GetPhysicalDeviceFeatures2KHR(physicalDevice, pFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57321,32 +32367,6 @@ public void GetPhysicalDeviceFormatProperties( FormatProperties* pFormatProperties ) => T.GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] [MethodImpl( @@ -57358,28 +32378,6 @@ public void GetPhysicalDeviceFormatProperties( Ref pFormatProperties ) => T.GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57390,28 +32388,6 @@ public void GetPhysicalDeviceFormatProperties2( FormatProperties2* pFormatProperties ) => T.GetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] [MethodImpl( @@ -57423,7 +32399,6 @@ public void GetPhysicalDeviceFormatProperties2( Ref pFormatProperties ) => T.GetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57434,7 +32409,6 @@ public void GetPhysicalDeviceFormatProperties2KHR( FormatProperties2* pFormatProperties ) => T.GetPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] [MethodImpl( @@ -57446,15 +32420,6 @@ public void GetPhysicalDeviceFormatProperties2KHR( Ref pFormatProperties ) => T.GetPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57470,15 +32435,6 @@ public Result GetPhysicalDeviceFragmentShadingRatesKHR( pFragmentShadingRates ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] [MethodImpl( @@ -57495,32 +32451,6 @@ Ref pFragmentShadingRates pFragmentShadingRates ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57544,32 +32474,6 @@ public Result GetPhysicalDeviceImageFormatProperties( pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] [MethodImpl( @@ -57594,28 +32498,6 @@ Ref pImageFormatProperties pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57632,28 +32514,6 @@ public Result GetPhysicalDeviceImageFormatProperties2( pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] [MethodImpl( @@ -57671,7 +32531,6 @@ Ref pImageFormatProperties pImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57688,7 +32547,6 @@ public Result GetPhysicalDeviceImageFormatProperties2KHR( pImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] [MethodImpl( @@ -57706,32 +32564,6 @@ Ref pImageFormatProperties pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57741,32 +32573,6 @@ public void GetPhysicalDeviceMemoryProperties( PhysicalDeviceMemoryProperties* pMemoryProperties ) => T.GetPhysicalDeviceMemoryProperties(physicalDevice, pMemoryProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] [MethodImpl( @@ -57777,28 +32583,6 @@ public void GetPhysicalDeviceMemoryProperties( Ref pMemoryProperties ) => T.GetPhysicalDeviceMemoryProperties(physicalDevice, pMemoryProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57808,28 +32592,6 @@ public void GetPhysicalDeviceMemoryProperties2( PhysicalDeviceMemoryProperties2* pMemoryProperties ) => T.GetPhysicalDeviceMemoryProperties2(physicalDevice, pMemoryProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] [MethodImpl( @@ -57840,7 +32602,6 @@ public void GetPhysicalDeviceMemoryProperties2( Ref pMemoryProperties ) => T.GetPhysicalDeviceMemoryProperties2(physicalDevice, pMemoryProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57850,7 +32611,6 @@ public void GetPhysicalDeviceMemoryProperties2KHR( PhysicalDeviceMemoryProperties2* pMemoryProperties ) => T.GetPhysicalDeviceMemoryProperties2KHR(physicalDevice, pMemoryProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] [MethodImpl( @@ -57861,14 +32621,6 @@ public void GetPhysicalDeviceMemoryProperties2KHR( Ref pMemoryProperties ) => T.GetPhysicalDeviceMemoryProperties2KHR(physicalDevice, pMemoryProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57884,14 +32636,6 @@ public void GetPhysicalDeviceMultisamplePropertiesEXT( pMultisampleProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] [MethodImpl( @@ -57908,15 +32652,6 @@ Ref pMultisampleProperties pMultisampleProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -57935,15 +32670,6 @@ public Result GetPhysicalDeviceOpticalFlowImageFormatsNV( pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] [MethodImpl( @@ -57963,29 +32689,17 @@ Ref pImageFormatProperties pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pRectCount, Rect2D* pRects ) => T.GetPhysicalDevicePresentRectanglesKHR(physicalDevice, surface, pRectCount, pRects); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] [MethodImpl( @@ -57993,37 +32707,11 @@ public Result GetPhysicalDevicePresentRectanglesKHR( )] public Result GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pRectCount, Ref pRects ) => T.GetPhysicalDevicePresentRectanglesKHR(physicalDevice, surface, pRectCount, pRects); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -58033,32 +32721,6 @@ public void GetPhysicalDeviceProperties( PhysicalDeviceProperties* pProperties ) => T.GetPhysicalDeviceProperties(physicalDevice, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] [MethodImpl( @@ -58069,28 +32731,6 @@ public void GetPhysicalDeviceProperties( Ref pProperties ) => T.GetPhysicalDeviceProperties(physicalDevice, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -58100,28 +32740,6 @@ public void GetPhysicalDeviceProperties2( PhysicalDeviceProperties2* pProperties ) => T.GetPhysicalDeviceProperties2(physicalDevice, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] [MethodImpl( @@ -58132,7 +32750,6 @@ public void GetPhysicalDeviceProperties2( Ref pProperties ) => T.GetPhysicalDeviceProperties2(physicalDevice, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -58142,7 +32759,6 @@ public void GetPhysicalDeviceProperties2KHR( PhysicalDeviceProperties2* pProperties ) => T.GetPhysicalDeviceProperties2KHR(physicalDevice, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] [MethodImpl( @@ -58153,15 +32769,6 @@ public void GetPhysicalDeviceProperties2KHR( Ref pProperties ) => T.GetPhysicalDeviceProperties2KHR(physicalDevice, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM" @@ -58181,15 +32788,6 @@ public void GetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM( pQueueFamilyDataGraphProcessingEngineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -58210,15 +32808,6 @@ Ref pQueueFamilyDataGraphProc pQueueFamilyDataGraphProcessingEngineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM" @@ -58239,15 +32828,6 @@ public Result GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( pQueueFamilyDataGraphProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -58269,14 +32849,6 @@ Ref pQueueFamilyDataGraphProperties pQueueFamilyDataGraphProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR" @@ -58296,14 +32868,6 @@ public void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( pNumPasses ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -58324,32 +32888,6 @@ public void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( pNumPasses ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -58365,32 +32903,6 @@ public void GetPhysicalDeviceQueueFamilyProperties( pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] [MethodImpl( @@ -58407,28 +32919,6 @@ Ref pQueueFamilyProperties pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -58444,28 +32934,6 @@ public void GetPhysicalDeviceQueueFamilyProperties2( pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] [MethodImpl( @@ -58482,7 +32950,6 @@ Ref pQueueFamilyProperties pQueueFamilyProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -58498,7 +32965,6 @@ public void GetPhysicalDeviceQueueFamilyProperties2KHR( pQueueFamilyProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] [MethodImpl( @@ -58515,32 +32981,6 @@ Ref pQueueFamilyProperties pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -58566,32 +33006,6 @@ public void GetPhysicalDeviceSparseImageFormatProperties( pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] [MethodImpl( @@ -58618,28 +33032,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -58658,28 +33050,6 @@ public void GetPhysicalDeviceSparseImageFormatProperties2( pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] [MethodImpl( @@ -58699,7 +33069,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2KHR" @@ -58721,7 +33090,6 @@ public void GetPhysicalDeviceSparseImageFormatProperties2KHR( pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction( "vulkan", @@ -58744,14 +33112,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV" @@ -58770,14 +33130,6 @@ public Result GetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV( pCombinations ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -58797,18 +33149,13 @@ Ref pCombinations pCombinations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilities2EXT* pSurfaceCapabilities ) => T.GetPhysicalDeviceSurfaceCapabilities2EXT( @@ -58817,11 +33164,6 @@ public Result GetPhysicalDeviceSurfaceCapabilities2EXT( pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] [MethodImpl( @@ -58829,7 +33171,7 @@ public Result GetPhysicalDeviceSurfaceCapabilities2EXT( )] public Result GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ) => T.GetPhysicalDeviceSurfaceCapabilities2EXT( @@ -58838,11 +33180,6 @@ Ref pSurfaceCapabilities pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -58859,11 +33196,6 @@ public Result GetPhysicalDeviceSurfaceCapabilities2KHR( pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] [MethodImpl( @@ -58881,14 +33213,13 @@ Ref pSurfaceCapabilities pSurfaceCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilitiesKHR* pSurfaceCapabilities ) => T.GetPhysicalDeviceSurfaceCapabilitiesKHR( @@ -58897,7 +33228,6 @@ public Result GetPhysicalDeviceSurfaceCapabilitiesKHR( pSurfaceCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] [MethodImpl( @@ -58905,7 +33235,7 @@ public Result GetPhysicalDeviceSurfaceCapabilitiesKHR( )] public Result GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ) => T.GetPhysicalDeviceSurfaceCapabilitiesKHR( @@ -58914,11 +33244,6 @@ Ref pSurfaceCapabilities pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -58937,11 +33262,6 @@ public Result GetPhysicalDeviceSurfaceFormats2KHR( pSurfaceFormats ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] [MethodImpl( @@ -58961,14 +33281,13 @@ Ref pSurfaceFormats pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pSurfaceFormatCount, SurfaceFormatKHR* pSurfaceFormats ) => @@ -58979,7 +33298,6 @@ public Result GetPhysicalDeviceSurfaceFormatsKHR( pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] [MethodImpl( @@ -58987,7 +33305,7 @@ public Result GetPhysicalDeviceSurfaceFormatsKHR( )] public Result GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pSurfaceFormatCount, Ref pSurfaceFormats ) => @@ -58998,14 +33316,13 @@ Ref pSurfaceFormats pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pPresentModeCount, PresentModeKHR* pPresentModes ) => @@ -59016,7 +33333,6 @@ public Result GetPhysicalDeviceSurfacePresentModesKHR( pPresentModes ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] [MethodImpl( @@ -59024,7 +33340,7 @@ public Result GetPhysicalDeviceSurfacePresentModesKHR( )] public Result GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pPresentModeCount, Ref pPresentModes ) => @@ -59035,7 +33351,6 @@ Ref pPresentModes pPresentModes ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59043,7 +33358,7 @@ Ref pPresentModes public Result GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] uint* pSupported ) => T.GetPhysicalDeviceSurfaceSupportKHR( @@ -59053,7 +33368,6 @@ public Result GetPhysicalDeviceSurfaceSupportKHR( pSupported ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] [MethodImpl( @@ -59062,7 +33376,7 @@ public Result GetPhysicalDeviceSurfaceSupportKHR( public Result GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] Ref pSupported ) => T.GetPhysicalDeviceSurfaceSupportKHR( @@ -59072,20 +33386,6 @@ public Result GetPhysicalDeviceSurfaceSupportKHR( pSupported ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59096,20 +33396,6 @@ public Result GetPhysicalDeviceToolProperties( PhysicalDeviceToolProperties* pToolProperties ) => T.GetPhysicalDeviceToolProperties(physicalDevice, pToolCount, pToolProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] [MethodImpl( @@ -59121,7 +33407,6 @@ public Result GetPhysicalDeviceToolProperties( Ref pToolProperties ) => T.GetPhysicalDeviceToolProperties(physicalDevice, pToolCount, pToolProperties); - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59132,7 +33417,6 @@ public Result GetPhysicalDeviceToolPropertiesEXT( PhysicalDeviceToolProperties* pToolProperties ) => T.GetPhysicalDeviceToolPropertiesEXT(physicalDevice, pToolCount, pToolProperties); - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] [MethodImpl( @@ -59144,11 +33428,6 @@ public Result GetPhysicalDeviceToolPropertiesEXT( Ref pToolProperties ) => T.GetPhysicalDeviceToolPropertiesEXT(physicalDevice, pToolCount, pToolProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59159,11 +33438,6 @@ public Result GetPhysicalDeviceVideoCapabilitiesKHR( VideoCapabilitiesKHR* pCapabilities ) => T.GetPhysicalDeviceVideoCapabilitiesKHR(physicalDevice, pVideoProfile, pCapabilities); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] [MethodImpl( @@ -59176,14 +33450,6 @@ public Result GetPhysicalDeviceVideoCapabilitiesKHR( Ref pCapabilities ) => T.GetPhysicalDeviceVideoCapabilitiesKHR(physicalDevice, pVideoProfile, pCapabilities); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR" @@ -59203,14 +33469,6 @@ public Result GetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR( pQualityLevelProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -59231,11 +33489,6 @@ Ref pQualityLevelProperties pQualityLevelProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59254,11 +33507,6 @@ public Result GetPhysicalDeviceVideoFormatPropertiesKHR( pVideoFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] [MethodImpl( @@ -59278,14 +33526,6 @@ Ref pVideoFormatProperties pVideoFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59306,14 +33546,6 @@ public Result GetPipelineBinaryDataKHR( pPipelineBinaryData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] [MethodImpl( @@ -59335,27 +33567,6 @@ Ref pPipelineBinaryData pPipelineBinaryData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59367,27 +33578,6 @@ public Result GetPipelineCacheData( void* pData ) => T.GetPipelineCacheData(device, pipelineCache, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] [MethodImpl( @@ -59400,14 +33590,6 @@ public Result GetPipelineCacheData( Ref pData ) => T.GetPipelineCacheData(device, pipelineCache, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59426,14 +33608,6 @@ public Result GetPipelineExecutableInternalRepresentationsKHR( pInternalRepresentations ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] [MethodImpl( @@ -59453,14 +33627,6 @@ Ref pInternalRepresentations pInternalRepresentations ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59478,14 +33644,6 @@ public Result GetPipelineExecutablePropertiesKHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] [MethodImpl( @@ -59504,14 +33662,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59530,14 +33680,6 @@ public Result GetPipelineExecutableStatisticsKHR( pStatistics ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] [MethodImpl( @@ -59558,11 +33700,6 @@ Ref pStatistics ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59574,11 +33711,6 @@ public ulong GetPipelineIndirectDeviceAddressNV( ) => T.GetPipelineIndirectDeviceAddressNV(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] [MethodImpl( @@ -59590,11 +33722,6 @@ public ulong GetPipelineIndirectDeviceAddressNV( Ref pInfo ) => T.GetPipelineIndirectDeviceAddressNV(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59606,11 +33733,6 @@ public void GetPipelineIndirectMemoryRequirementsNV( MemoryRequirements2* pMemoryRequirements ) => T.GetPipelineIndirectMemoryRequirementsNV(device, pCreateInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] [MethodImpl( @@ -59623,14 +33745,6 @@ public void GetPipelineIndirectMemoryRequirementsNV( Ref pMemoryRequirements ) => T.GetPipelineIndirectMemoryRequirementsNV(device, pCreateInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59642,14 +33756,6 @@ public Result GetPipelineKeyKHR( PipelineBinaryKeyKHR* pPipelineKey ) => T.GetPipelineKeyKHR(device, pPipelineCreateInfo, pPipelineKey); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] [MethodImpl( @@ -59662,14 +33768,6 @@ public Result GetPipelineKeyKHR( Ref pPipelineKey ) => T.GetPipelineKeyKHR(device, pPipelineCreateInfo, pPipelineKey); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59680,14 +33778,6 @@ public Result GetPipelinePropertiesEXT( BaseOutStructure* pPipelineProperties ) => T.GetPipelinePropertiesEXT(device, pPipelineInfo, pPipelineProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] [MethodImpl( @@ -59699,20 +33789,6 @@ public Result GetPipelinePropertiesEXT( Ref pPipelineProperties ) => T.GetPipelinePropertiesEXT(device, pPipelineInfo, pPipelineProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59725,20 +33801,6 @@ public void GetPrivateData( [NativeTypeName("uint64_t *")] ulong* pData ) => T.GetPrivateData(device, objectType, objectHandle, privateDataSlot, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] [MethodImpl( @@ -59752,14 +33814,6 @@ public void GetPrivateData( [NativeTypeName("uint64_t *")] Ref pData ) => T.GetPrivateData(device, objectType, objectHandle, privateDataSlot, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59772,14 +33826,6 @@ public void GetPrivateDataEXT( [NativeTypeName("uint64_t *")] ulong* pData ) => T.GetPrivateDataEXT(device, objectType, objectHandle, privateDataSlot, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] [MethodImpl( @@ -59793,32 +33839,6 @@ public void GetPrivateDataEXT( [NativeTypeName("uint64_t *")] Ref pData ) => T.GetPrivateDataEXT(device, objectType, objectHandle, privateDataSlot, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59844,32 +33864,6 @@ public Result GetQueryPoolResults( flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] [MethodImpl( @@ -59896,17 +33890,6 @@ public Result GetQueryPoolResults( flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59917,17 +33900,6 @@ public void GetQueueCheckpointData2NV( CheckpointData2NV* pCheckpointData ) => T.GetQueueCheckpointData2NV(queue, pCheckpointDataCount, pCheckpointData); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] [MethodImpl( @@ -59939,14 +33911,6 @@ public void GetQueueCheckpointData2NV( Ref pCheckpointData ) => T.GetQueueCheckpointData2NV(queue, pCheckpointDataCount, pCheckpointData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -59957,14 +33921,6 @@ public void GetQueueCheckpointDataNV( CheckpointDataNV* pCheckpointData ) => T.GetQueueCheckpointDataNV(queue, pCheckpointDataCount, pCheckpointData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] [MethodImpl( @@ -59976,14 +33932,6 @@ public void GetQueueCheckpointDataNV( Ref pCheckpointData ) => T.GetQueueCheckpointDataNV(queue, pCheckpointDataCount, pCheckpointData); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60005,14 +33953,6 @@ public Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] [MethodImpl( @@ -60035,14 +33975,6 @@ Ref pData pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60064,14 +33996,6 @@ public Result GetRayTracingShaderGroupHandlesKHR( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] [MethodImpl( @@ -60094,14 +34018,6 @@ Ref pData pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60123,14 +34039,6 @@ public Result GetRayTracingShaderGroupHandlesNV( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] [MethodImpl( @@ -60154,14 +34062,6 @@ Ref pData ); [return: NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupStackSizeKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60173,53 +34073,27 @@ public ulong GetRayTracingShaderGroupStackSizeKHR( ShaderGroupShaderKHR groupShader ) => T.GetRayTracingShaderGroupStackSizeKHR(device, pipeline, group, groupShader); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result GetRefreshCycleDurationGoogle( + public Result GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - RefreshCycleDurationGoogle* pDisplayTimingProperties - ) => T.GetRefreshCycleDurationGoogle(device, swapchain, pDisplayTimingProperties); + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + RefreshCycleDurationGOOGLE* pDisplayTimingProperties + ) => T.GetRefreshCycleDurationGOOGLE(device, swapchain, pDisplayTimingProperties); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result GetRefreshCycleDurationGoogle( + public Result GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - Ref pDisplayTimingProperties - ) => T.GetRefreshCycleDurationGoogle(device, swapchain, pDisplayTimingProperties); + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + Ref pDisplayTimingProperties + ) => T.GetRefreshCycleDurationGOOGLE(device, swapchain, pDisplayTimingProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60230,22 +34104,6 @@ public void GetRenderAreaGranularity( Extent2D* pGranularity ) => T.GetRenderAreaGranularity(device, renderPass, pGranularity); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] [MethodImpl( @@ -60257,11 +34115,6 @@ public void GetRenderAreaGranularity( Ref pGranularity ) => T.GetRenderAreaGranularity(device, renderPass, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60272,11 +34125,6 @@ public void GetRenderingAreaGranularity( Extent2D* pGranularity ) => T.GetRenderingAreaGranularity(device, pRenderingAreaInfo, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] [MethodImpl( @@ -60289,11 +34137,6 @@ public void GetRenderingAreaGranularity( Ref pGranularity ) => T.GetRenderingAreaGranularity(device, pRenderingAreaInfo, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60304,11 +34147,6 @@ public void GetRenderingAreaGranularityKHR( Extent2D* pGranularity ) => T.GetRenderingAreaGranularityKHR(device, pRenderingAreaInfo, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] [MethodImpl( @@ -60321,16 +34159,6 @@ public void GetRenderingAreaGranularityKHR( Ref pGranularity ) => T.GetRenderingAreaGranularityKHR(device, pRenderingAreaInfo, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60342,16 +34170,6 @@ public Result GetSamplerOpaqueCaptureDescriptorDataEXT( void* pData ) => T.GetSamplerOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] [MethodImpl( @@ -60364,24 +34182,6 @@ public Result GetSamplerOpaqueCaptureDescriptorDataEXT( Ref pData ) => T.GetSamplerOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60392,24 +34192,6 @@ public Result GetSemaphoreCounterValue( [NativeTypeName("uint64_t *")] ulong* pValue ) => T.GetSemaphoreCounterValue(device, semaphore, pValue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] [MethodImpl( @@ -60421,14 +34203,6 @@ public Result GetSemaphoreCounterValue( [NativeTypeName("uint64_t *")] Ref pValue ) => T.GetSemaphoreCounterValue(device, semaphore, pValue); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60439,14 +34213,6 @@ public Result GetSemaphoreCounterValueKHR( [NativeTypeName("uint64_t *")] ulong* pValue ) => T.GetSemaphoreCounterValueKHR(device, semaphore, pValue); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] [MethodImpl( @@ -60458,14 +34224,6 @@ public Result GetSemaphoreCounterValueKHR( [NativeTypeName("uint64_t *")] Ref pValue ) => T.GetSemaphoreCounterValueKHR(device, semaphore, pValue); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60476,14 +34234,6 @@ public Result GetSemaphoreFdKHR( int* pFd ) => T.GetSemaphoreFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] [MethodImpl( @@ -60496,35 +34246,17 @@ public Result GetSemaphoreFdKHR( Ref pFd ) => T.GetSemaphoreFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ) => T.GetShaderBinaryDataEXT(device, shader, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] [MethodImpl( @@ -60532,12 +34264,11 @@ public Result GetShaderBinaryDataEXT( )] public Result GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ) => T.GetShaderBinaryDataEXT(device, shader, pDataSize, pData); - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60551,7 +34282,6 @@ public Result GetShaderInfoAMD( void* pInfo ) => T.GetShaderInfoAMD(device, pipeline, shaderStage, infoType, pInfoSize, pInfo); - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] [MethodImpl( @@ -60566,15 +34296,6 @@ public Result GetShaderInfoAMD( Ref pInfo ) => T.GetShaderInfoAMD(device, pipeline, shaderStage, infoType, pInfoSize, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60586,15 +34307,6 @@ public void GetShaderModuleCreateInfoIdentifierEXT( ShaderModuleIdentifierEXT* pIdentifier ) => T.GetShaderModuleCreateInfoIdentifierEXT(device, pCreateInfo, pIdentifier); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] [MethodImpl( @@ -60607,15 +34319,6 @@ public void GetShaderModuleCreateInfoIdentifierEXT( Ref pIdentifier ) => T.GetShaderModuleCreateInfoIdentifierEXT(device, pCreateInfo, pIdentifier); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60626,15 +34329,6 @@ public void GetShaderModuleIdentifierEXT( ShaderModuleIdentifierEXT* pIdentifier ) => T.GetShaderModuleIdentifierEXT(device, shaderModule, pIdentifier); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] [MethodImpl( @@ -60646,27 +34340,17 @@ public void GetShaderModuleIdentifierEXT( Ref pIdentifier ) => T.GetShaderModuleIdentifierEXT(device, shaderModule, pIdentifier); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] ulong* pCounterValue ) => T.GetSwapchainCounterEXT(device, swapchain, counter, pCounterValue); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] [MethodImpl( @@ -60674,24 +34358,22 @@ public Result GetSwapchainCounterEXT( )] public Result GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] Ref pCounterValue ) => T.GetSwapchainCounterEXT(device, swapchain, counter, pCounterValue); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pSwapchainImageCount, [NativeTypeName("VkImage *")] ImageHandle* pSwapchainImages ) => T.GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] [MethodImpl( @@ -60699,29 +34381,20 @@ public Result GetSwapchainImagesKHR( )] public Result GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pSwapchainImageCount, [NativeTypeName("VkImage *")] Ref pSwapchainImages ) => T.GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainStatusKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetSwapchainStatusKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain ) => T.GetSwapchainStatusKHR(device, swapchain); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60733,7 +34406,6 @@ public void GetTensorMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ) => T.GetTensorMemoryRequirementsARM(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] [MethodImpl( @@ -60746,12 +34418,6 @@ public void GetTensorMemoryRequirementsARM( Ref pMemoryRequirements ) => T.GetTensorMemoryRequirementsARM(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60763,12 +34429,6 @@ public Result GetTensorOpaqueCaptureDescriptorDataARM( void* pData ) => T.GetTensorOpaqueCaptureDescriptorDataARM(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] [MethodImpl( @@ -60781,12 +34441,6 @@ public Result GetTensorOpaqueCaptureDescriptorDataARM( Ref pData ) => T.GetTensorOpaqueCaptureDescriptorDataARM(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60798,12 +34452,6 @@ public Result GetTensorViewOpaqueCaptureDescriptorDataARM( void* pData ) => T.GetTensorViewOpaqueCaptureDescriptorDataARM(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] [MethodImpl( @@ -60816,19 +34464,17 @@ public Result GetTensorViewOpaqueCaptureDescriptorDataARM( Ref pData ) => T.GetTensorViewOpaqueCaptureDescriptorDataARM(device, pInfo, pData); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ) => T.GetValidationCacheDataEXT(device, validationCache, pDataSize, pData); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] [MethodImpl( @@ -60836,23 +34482,18 @@ public Result GetValidationCacheDataEXT( )] public Result GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ) => T.GetValidationCacheDataEXT(device, validationCache, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] uint* pMemoryRequirementsCount, VideoSessionMemoryRequirementsKHR* pMemoryRequirements ) => @@ -60863,11 +34504,6 @@ public Result GetVideoSessionMemoryRequirementsKHR( pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] [MethodImpl( @@ -60875,7 +34511,7 @@ public Result GetVideoSessionMemoryRequirementsKHR( )] public Result GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] Ref pMemoryRequirementsCount, Ref pMemoryRequirements ) => @@ -60886,14 +34522,6 @@ Ref pMemoryRequirements pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60904,14 +34532,6 @@ public Result ImportFenceFdKHR( ImportFenceFdInfoKHR* pImportFenceFdInfo ) => T.ImportFenceFdKHR(device, pImportFenceFdInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] [MethodImpl( @@ -60923,14 +34543,6 @@ public Result ImportFenceFdKHR( Ref pImportFenceFdInfo ) => T.ImportFenceFdKHR(device, pImportFenceFdInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -60941,14 +34553,6 @@ public Result ImportSemaphoreFdKHR( ImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo ) => T.ImportSemaphoreFdKHR(device, pImportSemaphoreFdInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] [MethodImpl( @@ -60960,55 +34564,27 @@ public Result ImportSemaphoreFdKHR( Ref pImportSemaphoreFdInfo ) => T.ImportSemaphoreFdKHR(device, pImportSemaphoreFdInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result InitializePerformanceApiIntel( + public Result InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - InitializePerformanceApiInfoIntel* pInitializeInfo - ) => T.InitializePerformanceApiIntel(device, pInitializeInfo); + InitializePerformanceApiInfoINTEL* pInitializeInfo + ) => T.InitializePerformanceApiINTEL(device, pInitializeInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result InitializePerformanceApiIntel( + public Result InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - Ref pInitializeInfo - ) => T.InitializePerformanceApiIntel(device, pInitializeInfo); + Ref pInitializeInfo + ) => T.InitializePerformanceApiINTEL(device, pInitializeInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61019,32 +34595,6 @@ public Result InvalidateMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] MappedMemoryRange* pMemoryRanges ) => T.InvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] [MethodImpl( @@ -61056,36 +34606,16 @@ public Result InvalidateMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] Ref pMemoryRanges ) => T.InvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] LatencySleepInfoNV* pSleepInfo ) => T.LatencySleepNV(device, swapchain, pSleepInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] [MethodImpl( @@ -61093,36 +34623,10 @@ public Result LatencySleepNV( )] public Result LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] Ref pSleepInfo ) => T.LatencySleepNV(device, swapchain, pSleepInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61136,32 +34640,6 @@ public Result MapMemory( void** ppData ) => T.MapMemory(device, memory, offset, size, flags, ppData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] [MethodImpl( @@ -61176,16 +34654,6 @@ public Result MapMemory( Ref2D ppData ) => T.MapMemory(device, memory, offset, size, flags, ppData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61196,16 +34664,6 @@ public Result MapMemory2( void** ppData ) => T.MapMemory2(device, pMemoryMapInfo, ppData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] [MethodImpl( @@ -61217,7 +34675,6 @@ public Result MapMemory2( Ref2D ppData ) => T.MapMemory2(device, pMemoryMapInfo, ppData); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61228,7 +34685,6 @@ public Result MapMemory2KHR( void** ppData ) => T.MapMemory2KHR(device, pMemoryMapInfo, ppData); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] [MethodImpl( @@ -61240,27 +34696,6 @@ public Result MapMemory2KHR( Ref2D ppData ) => T.MapMemory2KHR(device, pMemoryMapInfo, ppData); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61272,27 +34707,6 @@ public Result MergePipelineCaches( [NativeTypeName("const VkPipelineCache *")] PipelineCacheHandle* pSrcCaches ) => T.MergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] [MethodImpl( @@ -61305,19 +34719,17 @@ public Result MergePipelineCaches( [NativeTypeName("const VkPipelineCache *")] Ref pSrcCaches ) => T.MergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, - [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheEXTHandle* pSrcCaches + [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheHandleEXT* pSrcCaches ) => T.MergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcCaches); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] [MethodImpl( @@ -61325,13 +34737,12 @@ public Result MergeValidationCachesEXT( )] public Result MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, [NativeTypeName("const VkValidationCacheEXT *")] - Ref pSrcCaches + Ref pSrcCaches ) => T.MergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcCaches); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61341,7 +34752,6 @@ public void QueueBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ) => T.QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] [MethodImpl( @@ -61352,32 +34762,6 @@ public void QueueBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ) => T.QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61389,32 +34773,6 @@ public Result QueueBindSparse( [NativeTypeName("VkFence")] FenceHandle fence ) => T.QueueBindSparse(queue, bindInfoCount, pBindInfo, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] [MethodImpl( @@ -61427,7 +34785,6 @@ public Result QueueBindSparse( [NativeTypeName("VkFence")] FenceHandle fence ) => T.QueueBindSparse(queue, bindInfoCount, pBindInfo, fence); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueEndDebugUtilsLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61435,7 +34792,6 @@ public Result QueueBindSparse( public void QueueEndDebugUtilsLabelEXT([NativeTypeName("VkQueue")] QueueHandle queue) => T.QueueEndDebugUtilsLabelEXT(queue); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61445,7 +34801,6 @@ public void QueueInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ) => T.QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] [MethodImpl( @@ -61456,16 +34811,6 @@ public void QueueInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ) => T.QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61476,16 +34821,6 @@ public void QueueNotifyOutOfBandNV( OutOfBandQueueTypeInfoNV* pQueueTypeInfo ) => T.QueueNotifyOutOfBandNV(queue, pQueueTypeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] [MethodImpl( @@ -61497,7 +34832,6 @@ public void QueueNotifyOutOfBandNV( Ref pQueueTypeInfo ) => T.QueueNotifyOutOfBandNV(queue, pQueueTypeInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61507,7 +34841,6 @@ public Result QueuePresentKHR( [NativeTypeName("const VkPresentInfoKHR *")] PresentInfoKHR* pPresentInfo ) => T.QueuePresentKHR(queue, pPresentInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] [MethodImpl( @@ -61518,43 +34851,16 @@ public Result QueuePresentKHR( [NativeTypeName("const VkPresentInfoKHR *")] Ref pPresentInfo ) => T.QueuePresentKHR(queue, pPresentInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkQueueSetPerformanceConfigurationINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result QueueSetPerformanceConfigurationIntel( + public Result QueueSetPerformanceConfigurationINTEL( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration - ) => T.QueueSetPerformanceConfigurationIntel(queue, configuration); + PerformanceConfigurationHandleINTEL configuration + ) => T.QueueSetPerformanceConfigurationINTEL(queue, configuration); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61566,32 +34872,6 @@ public Result QueueSubmit( [NativeTypeName("VkFence")] FenceHandle fence ) => T.QueueSubmit(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] [MethodImpl( @@ -61604,20 +34884,6 @@ public Result QueueSubmit( [NativeTypeName("VkFence")] FenceHandle fence ) => T.QueueSubmit(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61629,20 +34895,6 @@ public Result QueueSubmit2( [NativeTypeName("VkFence")] FenceHandle fence ) => T.QueueSubmit2(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] [MethodImpl( @@ -61655,14 +34907,6 @@ public Result QueueSubmit2( [NativeTypeName("VkFence")] FenceHandle fence ) => T.QueueSubmit2(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61674,14 +34918,6 @@ public Result QueueSubmit2KHR( [NativeTypeName("VkFence")] FenceHandle fence ) => T.QueueSubmit2KHR(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] [MethodImpl( @@ -61694,32 +34930,6 @@ public Result QueueSubmit2KHR( [NativeTypeName("VkFence")] FenceHandle fence ) => T.QueueSubmit2KHR(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueWaitIdle")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61727,11 +34937,6 @@ public Result QueueSubmit2KHR( public Result QueueWaitIdle([NativeTypeName("VkQueue")] QueueHandle queue) => T.QueueWaitIdle(queue); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61743,11 +34948,6 @@ public Result RegisterDeviceEventEXT( [NativeTypeName("VkFence *")] FenceHandle* pFence ) => T.RegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] [MethodImpl( @@ -61761,29 +34961,19 @@ public Result RegisterDeviceEventEXT( [NativeTypeName("VkFence *")] Ref pFence ) => T.RegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] DisplayEventInfoEXT* pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkFence *")] FenceHandle* pFence ) => T.RegisterDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] [MethodImpl( @@ -61791,21 +34981,13 @@ public Result RegisterDisplayEventEXT( )] public Result RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] Ref pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkFence *")] Ref pFence ) => T.RegisterDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61817,14 +34999,6 @@ public Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => T.ReleaseCapturedPipelineDataKHR(device, pInfo, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] [MethodImpl( @@ -61837,39 +35011,25 @@ public Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => T.ReleaseCapturedPipelineDataKHR(device, pInfo, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_direct_mode_display"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseDisplayEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result ReleaseDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ) => T.ReleaseDisplayEXT(physicalDevice, display); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkReleasePerformanceConfigurationINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public Result ReleasePerformanceConfigurationIntel( + public Result ReleasePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration - ) => T.ReleasePerformanceConfigurationIntel(device, configuration); + PerformanceConfigurationHandleINTEL configuration + ) => T.ReleasePerformanceConfigurationINTEL(device, configuration); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseProfilingLockKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61877,14 +35037,6 @@ PerformanceConfigurationIntelHandle configuration public void ReleaseProfilingLockKHR([NativeTypeName("VkDevice")] DeviceHandle device) => T.ReleaseProfilingLockKHR(device); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61895,14 +35047,6 @@ public Result ReleaseSwapchainImagesEXT( ReleaseSwapchainImagesInfoKHR* pReleaseInfo ) => T.ReleaseSwapchainImagesEXT(device, pReleaseInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] [MethodImpl( @@ -61914,15 +35058,6 @@ public Result ReleaseSwapchainImagesEXT( Ref pReleaseInfo ) => T.ReleaseSwapchainImagesEXT(device, pReleaseInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61933,15 +35068,6 @@ public Result ReleaseSwapchainImagesKHR( ReleaseSwapchainImagesInfoKHR* pReleaseInfo ) => T.ReleaseSwapchainImagesKHR(device, pReleaseInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] [MethodImpl( @@ -61953,32 +35079,6 @@ public Result ReleaseSwapchainImagesKHR( Ref pReleaseInfo ) => T.ReleaseSwapchainImagesKHR(device, pReleaseInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetCommandBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -61988,32 +35088,6 @@ public Result ResetCommandBuffer( [NativeTypeName("VkCommandBufferResetFlags")] CommandBufferResetFlags flags ) => T.ResetCommandBuffer(commandBuffer, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetCommandPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62024,27 +35098,6 @@ public Result ResetCommandPool( [NativeTypeName("VkCommandPoolResetFlags")] CommandPoolResetFlags flags ) => T.ResetCommandPool(device, commandPool, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetDescriptorPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62055,27 +35108,6 @@ public Result ResetDescriptorPool( [NativeTypeName("VkDescriptorPoolResetFlags")] uint flags ) => T.ResetDescriptorPool(device, descriptorPool, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetEvent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62085,32 +35117,6 @@ public Result ResetEvent( [NativeTypeName("VkEvent")] EventHandle @event ) => T.ResetEvent(device, @event); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62121,32 +35127,6 @@ public Result ResetFences( [NativeTypeName("const VkFence *")] FenceHandle* pFences ) => T.ResetFences(device, fenceCount, pFences); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] [MethodImpl( @@ -62158,24 +35138,6 @@ public Result ResetFences( [NativeTypeName("const VkFence *")] Ref pFences ) => T.ResetFences(device, fenceCount, pFences); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkResetQueryPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62187,14 +35149,6 @@ public void ResetQueryPool( [NativeTypeName("uint32_t")] uint queryCount ) => T.ResetQueryPool(device, queryPool, firstQuery, queryCount); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_query_reset"], - ImpliesSets = [ - "VK_EXT_host_query_reset+VK_KHR_get_physical_device_properties2", - "VK_EXT_host_query_reset+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkResetQueryPoolEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62206,7 +35160,6 @@ public void ResetQueryPoolEXT( [NativeTypeName("uint32_t")] uint queryCount ) => T.ResetQueryPoolEXT(device, queryPool, firstQuery, queryCount); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62217,7 +35170,6 @@ public Result SetDebugUtilsObjectNameEXT( DebugUtilsObjectNameInfoEXT* pNameInfo ) => T.SetDebugUtilsObjectNameEXT(device, pNameInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] [MethodImpl( @@ -62229,7 +35181,6 @@ public Result SetDebugUtilsObjectNameEXT( Ref pNameInfo ) => T.SetDebugUtilsObjectNameEXT(device, pNameInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62240,7 +35191,6 @@ public Result SetDebugUtilsObjectTagEXT( DebugUtilsObjectTagInfoEXT* pTagInfo ) => T.SetDebugUtilsObjectTagEXT(device, pTagInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] [MethodImpl( @@ -62252,11 +35202,6 @@ public Result SetDebugUtilsObjectTagEXT( Ref pTagInfo ) => T.SetDebugUtilsObjectTagEXT(device, pTagInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] [NativeFunction("vulkan", EntryPoint = "vkSetDeviceMemoryPriorityEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62267,27 +35212,6 @@ public void SetDeviceMemoryPriorityEXT( float priority ) => T.SetDeviceMemoryPriorityEXT(device, memory, priority); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkSetEvent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62297,7 +35221,6 @@ public Result SetEvent( [NativeTypeName("VkEvent")] EventHandle @event ) => T.SetEvent(device, @event); - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62305,11 +35228,10 @@ public Result SetEvent( public void SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] HdrMetadataEXT* pMetadata ) => T.SetHdrMetadataEXT(device, swapchainCount, pSwapchains, pMetadata); - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] [MethodImpl( @@ -62318,41 +35240,21 @@ public void SetHdrMetadataEXT( public void SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] Ref pMetadata ) => T.SetHdrMetadataEXT(device, swapchainCount, pSwapchains, pMetadata); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] SetLatencyMarkerInfoNV* pLatencyMarkerInfo ) => T.SetLatencyMarkerNV(device, swapchain, pLatencyMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] [MethodImpl( @@ -62360,42 +35262,22 @@ public void SetLatencyMarkerNV( )] public void SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] Ref pLatencyMarkerInfo ) => T.SetLatencyMarkerNV(device, swapchain, pLatencyMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] LatencySleepModeInfoNV* pSleepModeInfo ) => T.SetLatencySleepModeNV(device, swapchain, pSleepModeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] [MethodImpl( @@ -62403,37 +35285,21 @@ public Result SetLatencySleepModeNV( )] public Result SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] Ref pSleepModeInfo ) => T.SetLatencySleepModeNV(device, swapchain, pSleepModeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public void SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] uint localDimmingEnable ) => T.SetLocalDimmingAMD(device, swapChain, localDimmingEnable); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] [MethodImpl( @@ -62441,24 +35307,10 @@ public void SetLocalDimmingAMD( )] public void SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] MaybeBool localDimmingEnable ) => T.SetLocalDimmingAMD(device, swapChain, localDimmingEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkSetPrivateData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62471,14 +35323,6 @@ public Result SetPrivateData( [NativeTypeName("uint64_t")] ulong data ) => T.SetPrivateData(device, objectType, objectHandle, privateDataSlot, data); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetPrivateDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62491,24 +35335,6 @@ public Result SetPrivateDataEXT( [NativeTypeName("uint64_t")] ulong data ) => T.SetPrivateDataEXT(device, objectType, objectHandle, privateDataSlot, data); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62518,24 +35344,6 @@ public Result SignalSemaphore( [NativeTypeName("const VkSemaphoreSignalInfo *")] SemaphoreSignalInfo* pSignalInfo ) => T.SignalSemaphore(device, pSignalInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] [MethodImpl( @@ -62546,14 +35354,6 @@ public Result SignalSemaphore( [NativeTypeName("const VkSemaphoreSignalInfo *")] Ref pSignalInfo ) => T.SignalSemaphore(device, pSignalInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62563,14 +35363,6 @@ public Result SignalSemaphoreKHR( [NativeTypeName("const VkSemaphoreSignalInfo *")] SemaphoreSignalInfo* pSignalInfo ) => T.SignalSemaphoreKHR(device, pSignalInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] [MethodImpl( @@ -62581,7 +35373,6 @@ public Result SignalSemaphoreKHR( [NativeTypeName("const VkSemaphoreSignalInfo *")] Ref pSignalInfo ) => T.SignalSemaphoreKHR(device, pSignalInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62595,7 +35386,6 @@ public void SubmitDebugUtilsMessageEXT( DebugUtilsMessengerCallbackDataEXT* pCallbackData ) => T.SubmitDebugUtilsMessageEXT(instance, messageSeverity, messageTypes, pCallbackData); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] [MethodImpl( @@ -62610,16 +35400,6 @@ public void SubmitDebugUtilsMessageEXT( Ref pCallbackData ) => T.SubmitDebugUtilsMessageEXT(instance, messageSeverity, messageTypes, pCallbackData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62631,16 +35411,6 @@ public Result TransitionImageLayout( HostImageLayoutTransitionInfo* pTransitions ) => T.TransitionImageLayout(device, transitionCount, pTransitions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] [MethodImpl( @@ -62653,15 +35423,6 @@ public Result TransitionImageLayout( Ref pTransitions ) => T.TransitionImageLayout(device, transitionCount, pTransitions); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62673,15 +35434,6 @@ public Result TransitionImageLayoutEXT( HostImageLayoutTransitionInfo* pTransitions ) => T.TransitionImageLayoutEXT(device, transitionCount, pTransitions); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] [MethodImpl( @@ -62694,28 +35446,6 @@ public Result TransitionImageLayoutEXT( Ref pTransitions ) => T.TransitionImageLayoutEXT(device, transitionCount, pTransitions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkTrimCommandPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62726,7 +35456,6 @@ public void TrimCommandPool( [NativeTypeName("VkCommandPoolTrimFlags")] uint flags ) => T.TrimCommandPool(device, commandPool, flags); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] [NativeFunction("vulkan", EntryPoint = "vkTrimCommandPoolKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62737,41 +35466,14 @@ public void TrimCommandPoolKHR( [NativeTypeName("VkCommandPoolTrimFlags")] uint flags ) => T.TrimCommandPoolKHR(device, commandPool, flags); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkUninitializePerformanceApiINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public void UninitializePerformanceApiIntel( + public void UninitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device - ) => T.UninitializePerformanceApiIntel(device); + ) => T.UninitializePerformanceApiINTEL(device); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62781,16 +35483,6 @@ public void UnmapMemory( [NativeTypeName("VkDeviceMemory")] DeviceMemoryHandle memory ) => T.UnmapMemory(device, memory); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62800,16 +35492,6 @@ public Result UnmapMemory2( [NativeTypeName("const VkMemoryUnmapInfo *")] MemoryUnmapInfo* pMemoryUnmapInfo ) => T.UnmapMemory2(device, pMemoryUnmapInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] [MethodImpl( @@ -62820,7 +35502,6 @@ public Result UnmapMemory2( [NativeTypeName("const VkMemoryUnmapInfo *")] Ref pMemoryUnmapInfo ) => T.UnmapMemory2(device, pMemoryUnmapInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62830,7 +35511,6 @@ public Result UnmapMemory2KHR( [NativeTypeName("const VkMemoryUnmapInfo *")] MemoryUnmapInfo* pMemoryUnmapInfo ) => T.UnmapMemory2KHR(device, pMemoryUnmapInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] [MethodImpl( @@ -62841,27 +35521,6 @@ public Result UnmapMemory2KHR( [NativeTypeName("const VkMemoryUnmapInfo *")] Ref pMemoryUnmapInfo ) => T.UnmapMemory2KHR(device, pMemoryUnmapInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62881,27 +35540,6 @@ public void UpdateDescriptorSets( pDescriptorCopies ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] [MethodImpl( @@ -62923,24 +35561,6 @@ public void UpdateDescriptorSets( pDescriptorCopies ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -62959,24 +35579,6 @@ public void UpdateDescriptorSetWithTemplate( pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] [MethodImpl( @@ -62996,7 +35598,6 @@ public void UpdateDescriptorSetWithTemplate( pData ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63015,7 +35616,6 @@ public void UpdateDescriptorSetWithTemplateKHR( pData ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] [MethodImpl( @@ -63035,15 +35635,6 @@ public void UpdateDescriptorSetWithTemplateKHR( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63051,7 +35642,7 @@ public void UpdateDescriptorSetWithTemplateKHR( public void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT* pExecutionSetWrites @@ -63063,15 +35654,6 @@ public void UpdateIndirectExecutionSetPipelineEXT( pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl( @@ -63080,7 +35662,7 @@ public void UpdateIndirectExecutionSetPipelineEXT( public void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] Ref pExecutionSetWrites @@ -63092,15 +35674,6 @@ Ref pExecutionSetWrites pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl( @@ -63109,7 +35682,7 @@ Ref pExecutionSetWrites public void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites ) => @@ -63119,15 +35692,6 @@ WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63135,7 +35699,7 @@ WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites public void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT* pExecutionSetWrites @@ -63147,15 +35711,6 @@ public void UpdateIndirectExecutionSetShaderEXT( pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl( @@ -63164,7 +35719,7 @@ public void UpdateIndirectExecutionSetShaderEXT( public void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] Ref pExecutionSetWrites @@ -63176,15 +35731,6 @@ Ref pExecutionSetWrites pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl( @@ -63193,7 +35739,7 @@ Ref pExecutionSetWrites public void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT pExecutionSetWrites ) => @@ -63203,11 +35749,6 @@ WriteIndirectExecutionSetShaderEXT pExecutionSetWrites pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63215,16 +35756,11 @@ WriteIndirectExecutionSetShaderEXT pExecutionSetWrites public Result UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] VideoSessionParametersUpdateInfoKHR* pUpdateInfo ) => T.UpdateVideoSessionParametersKHR(device, videoSessionParameters, pUpdateInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] [MethodImpl( @@ -63233,37 +35769,11 @@ public Result UpdateVideoSessionParametersKHR( public Result UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] Ref pUpdateInfo ) => T.UpdateVideoSessionParametersKHR(device, videoSessionParameters, pUpdateInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63276,32 +35786,6 @@ public Result WaitForFences( [NativeTypeName("uint64_t")] ulong timeout ) => T.WaitForFences(device, fenceCount, pFences, waitAll, timeout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] [MethodImpl( @@ -63315,36 +35799,16 @@ public Result WaitForFences( [NativeTypeName("uint64_t")] ulong timeout ) => T.WaitForFences(device, fenceCount, pFences, waitAll, timeout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] PresentWait2InfoKHR* pPresentWait2Info ) => T.WaitForPresent2KHR(device, swapchain, pPresentWait2Info); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] [MethodImpl( @@ -63352,45 +35816,22 @@ public Result WaitForPresent2KHR( )] public Result WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] Ref pPresentWait2Info ) => T.WaitForPresent2KHR(device, swapchain, pPresentWait2Info); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresentKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public Result WaitForPresentKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong presentId, [NativeTypeName("uint64_t")] ulong timeout ) => T.WaitForPresentKHR(device, swapchain, presentId, timeout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63401,24 +35842,6 @@ public Result WaitSemaphores( [NativeTypeName("uint64_t")] ulong timeout ) => T.WaitSemaphores(device, pWaitInfo, timeout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] [MethodImpl( @@ -63430,14 +35853,6 @@ public Result WaitSemaphores( [NativeTypeName("uint64_t")] ulong timeout ) => T.WaitSemaphores(device, pWaitInfo, timeout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63448,14 +35863,6 @@ public Result WaitSemaphoresKHR( [NativeTypeName("uint64_t")] ulong timeout ) => T.WaitSemaphoresKHR(device, pWaitInfo, timeout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] [MethodImpl( @@ -63467,14 +35874,6 @@ public Result WaitSemaphoresKHR( [NativeTypeName("uint64_t")] ulong timeout ) => T.WaitSemaphoresKHR(device, pWaitInfo, timeout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63483,7 +35882,7 @@ public Result WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, @@ -63499,14 +35898,6 @@ public Result WriteAccelerationStructuresPropertiesKHR( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] [MethodImpl( @@ -63516,7 +35907,7 @@ public Result WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, @@ -63532,14 +35923,6 @@ public Result WriteAccelerationStructuresPropertiesKHR( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63547,7 +35930,7 @@ public Result WriteAccelerationStructuresPropertiesKHR( public Result WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, @@ -63563,14 +35946,6 @@ public Result WriteMicromapsPropertiesEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] [MethodImpl( @@ -63579,7 +35954,7 @@ public Result WriteMicromapsPropertiesEXT( public Result WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, @@ -63598,11 +35973,6 @@ public Result WriteMicromapsPropertiesEXT( public partial class ThisThread { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireDrmDisplayEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63610,15 +35980,9 @@ public partial class ThisThread public static Result AcquireDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ) => Underlying.Value!.AcquireDrmDisplayEXT(physicalDevice, drmFd, display); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63630,12 +35994,6 @@ public static Result AcquireNextImage2KHR( [NativeTypeName("uint32_t *")] uint* pImageIndex ) => Underlying.Value!.AcquireNextImage2KHR(device, pAcquireInfo, pImageIndex); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] [MethodImpl( @@ -63655,14 +36013,13 @@ public static Result AcquireNextImage2KHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, @@ -63677,7 +36034,6 @@ public static Result AcquireNextImageKHR( pImageIndex ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] [MethodImpl( @@ -63685,7 +36041,7 @@ public static Result AcquireNextImageKHR( )] public static Result AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, @@ -63705,42 +36061,40 @@ public static Result AcquireNextImageKHR( } } - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result AcquirePerformanceConfigurationIntel( + public static Result AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - PerformanceConfigurationAcquireInfoIntel* pAcquireInfo, + PerformanceConfigurationAcquireInfoINTEL* pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - PerformanceConfigurationIntelHandle* pConfiguration + PerformanceConfigurationHandleINTEL* pConfiguration ) => - Underlying.Value!.AcquirePerformanceConfigurationIntel( + Underlying.Value!.AcquirePerformanceConfigurationINTEL( device, pAcquireInfo, pConfiguration ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result AcquirePerformanceConfigurationIntel( + public static Result AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - Ref pAcquireInfo, + Ref pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - Ref pConfiguration + Ref pConfiguration ) { - fixed (PerformanceConfigurationIntelHandle* __dsl_pConfiguration = pConfiguration) - fixed (PerformanceConfigurationAcquireInfoIntel* __dsl_pAcquireInfo = pAcquireInfo) + fixed (PerformanceConfigurationHandleINTEL* __dsl_pConfiguration = pConfiguration) + fixed (PerformanceConfigurationAcquireInfoINTEL* __dsl_pAcquireInfo = pAcquireInfo) { - return (Result)AcquirePerformanceConfigurationIntel( + return (Result)AcquirePerformanceConfigurationINTEL( device, __dsl_pAcquireInfo, __dsl_pConfiguration @@ -63748,14 +36102,6 @@ Ref pConfiguration } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63766,14 +36112,6 @@ public static Result AcquireProfilingLockKHR( AcquireProfilingLockInfoKHR* pInfo ) => Underlying.Value!.AcquireProfilingLockKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] [MethodImpl( @@ -63791,32 +36129,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63828,32 +36140,6 @@ public static Result AllocateCommandBuffers( [NativeTypeName("VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ) => Underlying.Value!.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] [MethodImpl( @@ -63877,27 +36163,6 @@ public static Result AllocateCommandBuffers( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63909,27 +36174,6 @@ public static Result AllocateDescriptorSets( [NativeTypeName("VkDescriptorSet *")] DescriptorSetHandle* pDescriptorSets ) => Underlying.Value!.AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] [MethodImpl( @@ -63953,32 +36197,6 @@ public static Result AllocateDescriptorSets( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -63990,32 +36208,6 @@ public static Result AllocateMemory( [NativeTypeName("VkDeviceMemory *")] DeviceMemoryHandle* pMemory ) => Underlying.Value!.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] [MethodImpl( @@ -64041,14 +36233,6 @@ public static Result AllocateMemory( } } - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64058,14 +36242,6 @@ public static void AntiLagUpdateAMD( [NativeTypeName("const VkAntiLagDataAMD *")] AntiLagDataAMD* pData ) => Underlying.Value!.AntiLagUpdateAMD(device, pData); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] [MethodImpl( @@ -64082,32 +36258,6 @@ public static void AntiLagUpdateAMD( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64117,32 +36267,6 @@ public static Result BeginCommandBuffer( [NativeTypeName("const VkCommandBufferBeginInfo *")] CommandBufferBeginInfo* pBeginInfo ) => Underlying.Value!.BeginCommandBuffer(commandBuffer, pBeginInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] [MethodImpl( @@ -64160,14 +36284,6 @@ Ref pBeginInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64179,14 +36295,6 @@ public static Result BindAccelerationStructureMemoryNV( BindAccelerationStructureMemoryInfoNV* pBindInfos ) => Underlying.Value!.BindAccelerationStructureMemoryNV(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] [MethodImpl( @@ -64209,32 +36317,6 @@ Ref pBindInfos } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64246,28 +36328,6 @@ public static Result BindBufferMemory( [NativeTypeName("VkDeviceSize")] ulong memoryOffset ) => Underlying.Value!.BindBufferMemory(device, buffer, memory, memoryOffset); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64278,28 +36338,6 @@ public static Result BindBufferMemory2( [NativeTypeName("const VkBindBufferMemoryInfo *")] BindBufferMemoryInfo* pBindInfos ) => Underlying.Value!.BindBufferMemory2(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] [MethodImpl( @@ -64317,7 +36355,6 @@ public static Result BindBufferMemory2( } } - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64328,7 +36365,6 @@ public static Result BindBufferMemory2KHR( [NativeTypeName("const VkBindBufferMemoryInfo *")] BindBufferMemoryInfo* pBindInfos ) => Underlying.Value!.BindBufferMemory2KHR(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] [MethodImpl( @@ -64346,15 +36382,6 @@ public static Result BindBufferMemory2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64371,15 +36398,6 @@ public static Result BindDataGraphPipelineSessionMemoryARM( pBindInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] [MethodImpl( @@ -64402,32 +36420,6 @@ Ref pBindInfos } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64439,28 +36431,6 @@ public static Result BindImageMemory( [NativeTypeName("VkDeviceSize")] ulong memoryOffset ) => Underlying.Value!.BindImageMemory(device, image, memory, memoryOffset); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64471,28 +36441,6 @@ public static Result BindImageMemory2( [NativeTypeName("const VkBindImageMemoryInfo *")] BindImageMemoryInfo* pBindInfos ) => Underlying.Value!.BindImageMemory2(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] [MethodImpl( @@ -64510,7 +36458,6 @@ public static Result BindImageMemory2( } } - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64521,7 +36468,6 @@ public static Result BindImageMemory2KHR( [NativeTypeName("const VkBindImageMemoryInfo *")] BindImageMemoryInfo* pBindInfos ) => Underlying.Value!.BindImageMemory2KHR(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] [MethodImpl( @@ -64539,22 +36485,13 @@ public static Result BindImageMemory2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindOpticalFlowSessionImageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result BindOpticalFlowSessionImageNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, OpticalFlowSessionBindingPointNV bindingPoint, [NativeTypeName("VkImageView")] ImageViewHandle view, ImageLayout layout @@ -64567,7 +36504,6 @@ ImageLayout layout layout ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64579,7 +36515,6 @@ public static Result BindTensorMemoryARM( BindTensorMemoryInfoARM* pBindInfos ) => Underlying.Value!.BindTensorMemoryARM(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] [MethodImpl( @@ -64598,18 +36533,13 @@ Ref pBindInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] BindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos @@ -64621,11 +36551,6 @@ public static Result BindVideoSessionMemoryKHR( pBindSessionMemoryInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] [MethodImpl( @@ -64633,7 +36558,7 @@ public static Result BindVideoSessionMemoryKHR( )] public static Result BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] Ref pBindSessionMemoryInfos @@ -64653,21 +36578,13 @@ Ref pBindSessionMemoryInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] AccelerationStructureBuildGeometryInfoKHR* pInfos, @@ -64682,14 +36599,6 @@ public static Result BuildAccelerationStructuresKHR( ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] [MethodImpl( @@ -64697,7 +36606,7 @@ public static Result BuildAccelerationStructuresKHR( )] public static Result BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] Ref pInfos, @@ -64720,33 +36629,17 @@ Ref2D ppBuildRangeInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ) => Underlying.Value!.BuildMicromapsEXT(device, deferredOperation, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] [MethodImpl( @@ -64754,7 +36647,7 @@ public static Result BuildMicromapsEXT( )] public static Result BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] Ref pInfos ) @@ -64770,14 +36663,6 @@ public static Result BuildMicromapsEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64792,14 +36677,6 @@ public static void CmdBeginConditionalRenderingEXT( pConditionalRenderingBegin ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] [MethodImpl( @@ -64820,7 +36697,6 @@ Ref pConditionalRenderingBegin } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64830,7 +36706,6 @@ public static void CmdBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ) => Underlying.Value!.CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] [MethodImpl( @@ -64847,14 +36722,6 @@ public static void CmdBeginDebugUtilsLabelEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64865,14 +36732,6 @@ public static void CmdBeginPerTileExecutionQCOM( PerTileBeginInfoQCOM* pPerTileBeginInfo ) => Underlying.Value!.CmdBeginPerTileExecutionQCOM(commandBuffer, pPerTileBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] [MethodImpl( @@ -64890,32 +36749,6 @@ Ref pPerTileBeginInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginQuery")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64927,14 +36760,6 @@ public static void CmdBeginQuery( [NativeTypeName("VkQueryControlFlags")] QueryControlFlags flags ) => Underlying.Value!.CmdBeginQuery(commandBuffer, queryPool, query, flags); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginQueryIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64954,16 +36779,6 @@ public static void CmdBeginQueryIndexedEXT( index ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -64973,16 +36788,6 @@ public static void CmdBeginRendering( [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo ) => Underlying.Value!.CmdBeginRendering(commandBuffer, pRenderingInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] [MethodImpl( @@ -64999,15 +36804,6 @@ public static void CmdBeginRendering( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65017,15 +36813,6 @@ public static void CmdBeginRenderingKHR( [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo ) => Underlying.Value!.CmdBeginRenderingKHR(commandBuffer, pRenderingInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] [MethodImpl( @@ -65042,22 +36829,6 @@ public static void CmdBeginRenderingKHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65068,22 +36839,6 @@ public static void CmdBeginRenderPass( SubpassContents contents ) => Underlying.Value!.CmdBeginRenderPass(commandBuffer, pRenderPassBegin, contents); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] [MethodImpl( @@ -65102,18 +36857,6 @@ SubpassContents contents } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65129,18 +36872,6 @@ public static void CmdBeginRenderPass2( pSubpassBeginInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] [MethodImpl( @@ -65160,11 +36891,6 @@ public static void CmdBeginRenderPass2( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65180,11 +36906,6 @@ public static void CmdBeginRenderPass2KHR( pSubpassBeginInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] [MethodImpl( @@ -65208,14 +36929,6 @@ public static void CmdBeginRenderPass2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65235,14 +36948,6 @@ public static void CmdBeginTransformFeedbackEXT( pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] [MethodImpl( @@ -65269,11 +36974,6 @@ public static void CmdBeginTransformFeedbackEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65284,11 +36984,6 @@ public static void CmdBeginVideoCodingKHR( VideoBeginCodingInfoKHR* pBeginInfo ) => Underlying.Value!.CmdBeginVideoCodingKHR(commandBuffer, pBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] [MethodImpl( @@ -65306,12 +37001,6 @@ Ref pBeginInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65326,12 +37015,6 @@ public static void CmdBindDescriptorBufferEmbeddedSamplers2EXT( pBindDescriptorBufferEmbeddedSamplersInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] [MethodImpl( @@ -65355,16 +37038,6 @@ Ref pBindDescriptorBufferEmbeddedSa } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65382,16 +37055,6 @@ public static void CmdBindDescriptorBufferEmbeddedSamplersEXT( set ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65408,16 +37071,6 @@ public static void CmdBindDescriptorBuffersEXT( pBindingInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl( @@ -65436,16 +37089,6 @@ Ref pBindingInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl( @@ -65457,27 +37100,6 @@ public static void CmdBindDescriptorBuffersEXT( DescriptorBufferBindingInfoEXT pBindingInfos ) => Underlying.Value!.CmdBindDescriptorBuffersEXT(commandBuffer, pBindingInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65503,27 +37125,6 @@ public static void CmdBindDescriptorSets( pDynamicOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] [MethodImpl( @@ -65556,11 +37157,6 @@ public static void CmdBindDescriptorSets( } } - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65571,11 +37167,6 @@ public static void CmdBindDescriptorSets2( BindDescriptorSetsInfo* pBindDescriptorSetsInfo ) => Underlying.Value!.CmdBindDescriptorSets2(commandBuffer, pBindDescriptorSetsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] [MethodImpl( @@ -65593,7 +37184,6 @@ Ref pBindDescriptorSetsInfo } } - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65604,7 +37194,6 @@ public static void CmdBindDescriptorSets2KHR( BindDescriptorSetsInfo* pBindDescriptorSetsInfo ) => Underlying.Value!.CmdBindDescriptorSets2KHR(commandBuffer, pBindDescriptorSetsInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] [MethodImpl( @@ -65622,22 +37211,6 @@ Ref pBindDescriptorSetsInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65649,11 +37222,6 @@ public static void CmdBindIndexBuffer( IndexType indexType ) => Underlying.Value!.CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65666,11 +37234,6 @@ public static void CmdBindIndexBuffer2( IndexType indexType ) => Underlying.Value!.CmdBindIndexBuffer2(commandBuffer, buffer, offset, size, indexType); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65690,45 +37253,16 @@ IndexType indexType indexType ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindInvocationMaskHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void CmdBindInvocationMaskHuawei( + public static void CmdBindInvocationMaskHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImageView")] ImageViewHandle imageView, ImageLayout imageLayout - ) => Underlying.Value!.CmdBindInvocationMaskHuawei(commandBuffer, imageView, imageLayout); + ) => Underlying.Value!.CmdBindInvocationMaskHUAWEI(commandBuffer, imageView, imageLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindPipeline")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65739,11 +37273,6 @@ public static void CmdBindPipeline( [NativeTypeName("VkPipeline")] PipelineHandle pipeline ) => Underlying.Value!.CmdBindPipeline(commandBuffer, pipelineBindPoint, pipeline); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindPipelineShaderGroupNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65761,15 +37290,6 @@ public static void CmdBindPipelineShaderGroupNV( groupIndex ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65778,18 +37298,9 @@ public static void CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] ShaderStageFlags* pStages, - [NativeTypeName("const VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("const VkShaderEXT *")] ShaderHandleEXT* pShaders ) => Underlying.Value!.CmdBindShadersEXT(commandBuffer, stageCount, pStages, pShaders); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] [MethodImpl( @@ -65799,24 +37310,16 @@ public static void CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] Ref pStages, - [NativeTypeName("const VkShaderEXT *")] Ref pShaders + [NativeTypeName("const VkShaderEXT *")] Ref pShaders ) { - fixed (ShaderEXTHandle* __dsl_pShaders = pShaders) + fixed (ShaderHandleEXT* __dsl_pShaders = pShaders) fixed (ShaderStageFlags* __dsl_pStages = pStages) { CmdBindShadersEXT(commandBuffer, stageCount, __dsl_pStages, __dsl_pShaders); } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadingRateImageNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65827,14 +37330,6 @@ public static void CmdBindShadingRateImageNV( ImageLayout imageLayout ) => Underlying.Value!.CmdBindShadingRateImageNV(commandBuffer, imageView, imageLayout); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65845,14 +37340,6 @@ public static void CmdBindTileMemoryQCOM( TileMemoryBindInfoQCOM* pTileMemoryBindInfo ) => Underlying.Value!.CmdBindTileMemoryQCOM(commandBuffer, pTileMemoryBindInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] [MethodImpl( @@ -65870,14 +37357,6 @@ Ref pTileMemoryBindInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65899,14 +37378,6 @@ public static void CmdBindTransformFeedbackBuffersEXT( pSizes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] [MethodImpl( @@ -65936,22 +37407,6 @@ public static void CmdBindTransformFeedbackBuffersEXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -65971,22 +37426,6 @@ public static void CmdBindVertexBuffers( pOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] [MethodImpl( @@ -66013,16 +37452,6 @@ public static void CmdBindVertexBuffers( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66046,16 +37475,6 @@ public static void CmdBindVertexBuffers2( pStrides ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] [MethodImpl( @@ -66088,14 +37507,6 @@ public static void CmdBindVertexBuffers2( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66119,14 +37530,6 @@ public static void CmdBindVertexBuffers2EXT( pStrides ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] [MethodImpl( @@ -66159,22 +37562,6 @@ public static void CmdBindVertexBuffers2EXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66200,22 +37587,6 @@ Filter filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl( @@ -66247,22 +37618,6 @@ Filter filter } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl( @@ -66287,16 +37642,6 @@ Filter filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66306,16 +37651,6 @@ public static void CmdBlitImage2( [NativeTypeName("const VkBlitImageInfo2 *")] BlitImageInfo2* pBlitImageInfo ) => Underlying.Value!.CmdBlitImage2(commandBuffer, pBlitImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] [MethodImpl( @@ -66332,14 +37667,6 @@ public static void CmdBlitImage2( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66349,14 +37676,6 @@ public static void CmdBlitImage2KHR( [NativeTypeName("const VkBlitImageInfo2 *")] BlitImageInfo2* pBlitImageInfo ) => Underlying.Value!.CmdBlitImage2KHR(commandBuffer, pBlitImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] [MethodImpl( @@ -66373,14 +37692,6 @@ public static void CmdBlitImage2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66392,8 +37703,8 @@ public static void CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] uint update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ) => @@ -66409,14 +37720,6 @@ public static void CmdBuildAccelerationStructureNV( scratchOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] [MethodImpl( @@ -66429,8 +37732,8 @@ public static void CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] MaybeBool update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ) @@ -66451,14 +37754,6 @@ public static void CmdBuildAccelerationStructureNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66481,14 +37776,6 @@ public static void CmdBuildAccelerationStructuresIndirectKHR( ppMaxPrimitiveCounts ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] [MethodImpl( @@ -66520,14 +37807,6 @@ public static void CmdBuildAccelerationStructuresIndirectKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66547,14 +37826,6 @@ public static void CmdBuildAccelerationStructuresKHR( ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] [MethodImpl( @@ -66583,11 +37854,6 @@ Ref2D ppBuildRangeInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66602,11 +37868,6 @@ public static void CmdBuildClusterAccelerationStructureIndirectNV( pCommandInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] [MethodImpl( @@ -66624,14 +37885,6 @@ Ref pCommandInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66642,14 +37895,6 @@ public static void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ) => Underlying.Value!.CmdBuildMicromapsEXT(commandBuffer, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl( @@ -66667,14 +37912,6 @@ public static void CmdBuildMicromapsEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl( @@ -66685,11 +37922,6 @@ public static void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT pInfos ) => Underlying.Value!.CmdBuildMicromapsEXT(commandBuffer, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66704,11 +37936,6 @@ public static void CmdBuildPartitionedAccelerationStructuresNV( pBuildInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] [MethodImpl( @@ -66726,22 +37953,6 @@ Ref pBuildInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66761,22 +37972,6 @@ public static void CmdClearAttachments( pRects ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] [MethodImpl( @@ -66803,27 +37998,6 @@ public static void CmdClearAttachments( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66845,27 +38019,6 @@ public static void CmdClearColorImage( pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl( @@ -66894,27 +38047,6 @@ public static void CmdClearColorImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl( @@ -66941,22 +38073,6 @@ public static void CmdClearColorImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -66979,22 +38095,6 @@ public static void CmdClearDepthStencilImage( pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl( @@ -67024,22 +38124,6 @@ public static void CmdClearDepthStencilImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl( @@ -67067,11 +38151,6 @@ public static void CmdClearDepthStencilImage( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67082,11 +38161,6 @@ public static void CmdControlVideoCodingKHR( VideoCodingControlInfoKHR* pCodingControlInfo ) => Underlying.Value!.CmdControlVideoCodingKHR(commandBuffer, pCodingControlInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] [MethodImpl( @@ -67104,14 +38178,6 @@ Ref pCodingControlInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67124,14 +38190,6 @@ public static void CmdConvertCooperativeVectorMatrixNV( ) => Underlying.Value!.CmdConvertCooperativeVectorMatrixNV(commandBuffer, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl( @@ -67150,14 +38208,6 @@ Ref pInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl( @@ -67169,14 +38219,6 @@ public static void CmdConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV pInfos ) => Underlying.Value!.CmdConvertCooperativeVectorMatrixNV(commandBuffer, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67187,14 +38229,6 @@ public static void CmdCopyAccelerationStructureKHR( CopyAccelerationStructureInfoKHR* pInfo ) => Underlying.Value!.CmdCopyAccelerationStructureKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] [MethodImpl( @@ -67212,33 +38246,17 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void CmdCopyAccelerationStructureNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, CopyAccelerationStructureModeKHR mode ) => Underlying.Value!.CmdCopyAccelerationStructureNV(commandBuffer, dst, src, mode); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67249,14 +38267,6 @@ public static void CmdCopyAccelerationStructureToMemoryKHR( CopyAccelerationStructureToMemoryInfoKHR* pInfo ) => Underlying.Value!.CmdCopyAccelerationStructureToMemoryKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] [MethodImpl( @@ -67274,32 +38284,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67319,32 +38303,6 @@ public static void CmdCopyBuffer( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl( @@ -67364,32 +38322,6 @@ public static void CmdCopyBuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl( @@ -67402,20 +38334,6 @@ public static void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] BufferCopy pRegions ) => Underlying.Value!.CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67425,20 +38343,6 @@ public static void CmdCopyBuffer2( [NativeTypeName("const VkCopyBufferInfo2 *")] CopyBufferInfo2* pCopyBufferInfo ) => Underlying.Value!.CmdCopyBuffer2(commandBuffer, pCopyBufferInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] [MethodImpl( @@ -67455,14 +38359,6 @@ public static void CmdCopyBuffer2( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67472,14 +38368,6 @@ public static void CmdCopyBuffer2KHR( [NativeTypeName("const VkCopyBufferInfo2 *")] CopyBufferInfo2* pCopyBufferInfo ) => Underlying.Value!.CmdCopyBuffer2KHR(commandBuffer, pCopyBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] [MethodImpl( @@ -67496,32 +38384,6 @@ public static void CmdCopyBuffer2KHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67543,32 +38405,6 @@ public static void CmdCopyBufferToImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl( @@ -67596,32 +38432,6 @@ public static void CmdCopyBufferToImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl( @@ -67642,20 +38452,6 @@ public static void CmdCopyBufferToImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67666,20 +38462,6 @@ public static void CmdCopyBufferToImage2( CopyBufferToImageInfo2* pCopyBufferToImageInfo ) => Underlying.Value!.CmdCopyBufferToImage2(commandBuffer, pCopyBufferToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] [MethodImpl( @@ -67697,14 +38479,6 @@ Ref pCopyBufferToImageInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67715,14 +38489,6 @@ public static void CmdCopyBufferToImage2KHR( CopyBufferToImageInfo2* pCopyBufferToImageInfo ) => Underlying.Value!.CmdCopyBufferToImage2KHR(commandBuffer, pCopyBufferToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] [MethodImpl( @@ -67740,32 +38506,6 @@ Ref pCopyBufferToImageInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67789,32 +38529,6 @@ public static void CmdCopyImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl( @@ -67844,32 +38558,6 @@ public static void CmdCopyImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl( @@ -67892,20 +38580,6 @@ public static void CmdCopyImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67915,20 +38589,6 @@ public static void CmdCopyImage2( [NativeTypeName("const VkCopyImageInfo2 *")] CopyImageInfo2* pCopyImageInfo ) => Underlying.Value!.CmdCopyImage2(commandBuffer, pCopyImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] [MethodImpl( @@ -67945,14 +38605,6 @@ public static void CmdCopyImage2( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -67962,14 +38614,6 @@ public static void CmdCopyImage2KHR( [NativeTypeName("const VkCopyImageInfo2 *")] CopyImageInfo2* pCopyImageInfo ) => Underlying.Value!.CmdCopyImage2KHR(commandBuffer, pCopyImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] [MethodImpl( @@ -67986,32 +38630,6 @@ public static void CmdCopyImage2KHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68033,32 +38651,6 @@ public static void CmdCopyImageToBuffer( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl( @@ -68086,32 +38678,6 @@ public static void CmdCopyImageToBuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl( @@ -68132,20 +38698,6 @@ public static void CmdCopyImageToBuffer( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68156,20 +38708,6 @@ public static void CmdCopyImageToBuffer2( CopyImageToBufferInfo2* pCopyImageToBufferInfo ) => Underlying.Value!.CmdCopyImageToBuffer2(commandBuffer, pCopyImageToBufferInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] [MethodImpl( @@ -68187,14 +38725,6 @@ Ref pCopyImageToBufferInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68205,14 +38735,6 @@ public static void CmdCopyImageToBuffer2KHR( CopyImageToBufferInfo2* pCopyImageToBufferInfo ) => Underlying.Value!.CmdCopyImageToBuffer2KHR(commandBuffer, pCopyImageToBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] [MethodImpl( @@ -68230,14 +38752,6 @@ Ref pCopyImageToBufferInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68248,14 +38762,6 @@ public static void CmdCopyMemoryIndirectKHR( CopyMemoryIndirectInfoKHR* pCopyMemoryIndirectInfo ) => Underlying.Value!.CmdCopyMemoryIndirectKHR(commandBuffer, pCopyMemoryIndirectInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] [MethodImpl( @@ -68275,15 +38781,6 @@ Ref pCopyMemoryIndirectInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68301,14 +38798,6 @@ public static void CmdCopyMemoryIndirectNV( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68319,14 +38808,6 @@ public static void CmdCopyMemoryToAccelerationStructureKHR( CopyMemoryToAccelerationStructureInfoKHR* pInfo ) => Underlying.Value!.CmdCopyMemoryToAccelerationStructureKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] [MethodImpl( @@ -68344,14 +38825,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68366,14 +38839,6 @@ public static void CmdCopyMemoryToImageIndirectKHR( pCopyMemoryToImageIndirectInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] [MethodImpl( @@ -68397,15 +38862,6 @@ Ref pCopyMemoryToImageIndirectInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68430,15 +38886,6 @@ public static void CmdCopyMemoryToImageIndirectNV( pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl( @@ -68469,15 +38916,6 @@ Ref pImageSubresources } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl( @@ -68501,14 +38939,6 @@ ImageSubresourceLayers pImageSubresources pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68519,14 +38949,6 @@ public static void CmdCopyMemoryToMicromapEXT( CopyMemoryToMicromapInfoEXT* pInfo ) => Underlying.Value!.CmdCopyMemoryToMicromapEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] [MethodImpl( @@ -68544,14 +38966,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68561,14 +38975,6 @@ public static void CmdCopyMicromapEXT( [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ) => Underlying.Value!.CmdCopyMicromapEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] [MethodImpl( @@ -68585,14 +38991,6 @@ public static void CmdCopyMicromapEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68603,14 +39001,6 @@ public static void CmdCopyMicromapToMemoryEXT( CopyMicromapToMemoryInfoEXT* pInfo ) => Underlying.Value!.CmdCopyMicromapToMemoryEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] [MethodImpl( @@ -68628,32 +39018,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyQueryPoolResults")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68679,7 +39043,6 @@ public static void CmdCopyQueryPoolResults( flags ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68689,7 +39052,6 @@ public static void CmdCopyTensorARM( [NativeTypeName("const VkCopyTensorInfoARM *")] CopyTensorInfoARM* pCopyTensorInfo ) => Underlying.Value!.CmdCopyTensorARM(commandBuffer, pCopyTensorInfo); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] [MethodImpl( @@ -68706,7 +39068,6 @@ public static void CmdCopyTensorARM( } } - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68716,7 +39077,6 @@ public static void CmdCuLaunchKernelNVX( [NativeTypeName("const VkCuLaunchInfoNVX *")] CuLaunchInfoNVX* pLaunchInfo ) => Underlying.Value!.CmdCuLaunchKernelNVX(commandBuffer, pLaunchInfo); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] [MethodImpl( @@ -68733,11 +39093,6 @@ public static void CmdCuLaunchKernelNVX( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68748,11 +39103,6 @@ public static void CmdDebugMarkerBeginEXT( DebugMarkerMarkerInfoEXT* pMarkerInfo ) => Underlying.Value!.CmdDebugMarkerBeginEXT(commandBuffer, pMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] [MethodImpl( @@ -68770,11 +39120,6 @@ Ref pMarkerInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerEndEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68783,11 +39128,6 @@ public static void CmdDebugMarkerEndEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => Underlying.Value!.CmdDebugMarkerEndEXT(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68798,11 +39138,6 @@ public static void CmdDebugMarkerInsertEXT( DebugMarkerMarkerInfoEXT* pMarkerInfo ) => Underlying.Value!.CmdDebugMarkerInsertEXT(commandBuffer, pMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] [MethodImpl( @@ -68820,14 +39155,6 @@ Ref pMarkerInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68837,14 +39164,6 @@ public static void CmdDecodeVideoKHR( [NativeTypeName("const VkVideoDecodeInfoKHR *")] VideoDecodeInfoKHR* pDecodeInfo ) => Underlying.Value!.CmdDecodeVideoKHR(commandBuffer, pDecodeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] [MethodImpl( @@ -68861,11 +39180,6 @@ public static void CmdDecodeVideoKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68876,11 +39190,6 @@ public static void CmdDecompressMemoryEXT( DecompressMemoryInfoEXT* pDecompressMemoryInfoEXT ) => Underlying.Value!.CmdDecompressMemoryEXT(commandBuffer, pDecompressMemoryInfoEXT); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] [MethodImpl( @@ -68900,11 +39209,6 @@ Ref pDecompressMemoryInfoEXT } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryIndirectCountEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68927,15 +39231,6 @@ public static void CmdDecompressMemoryIndirectCountEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryIndirectCountNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68953,15 +39248,6 @@ public static void CmdDecompressMemoryIndirectCountNV( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -68978,15 +39264,6 @@ public static void CmdDecompressMemoryNV( pDecompressMemoryRegions ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl( @@ -69011,15 +39288,6 @@ Ref pDecompressMemoryRegions } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl( @@ -69031,27 +39299,6 @@ public static void CmdDecompressMemoryNV( DecompressMemoryRegionNV pDecompressMemoryRegions ) => Underlying.Value!.CmdDecompressMemoryNV(commandBuffer, pDecompressMemoryRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatch")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69063,24 +39310,6 @@ public static void CmdDispatch( [NativeTypeName("uint32_t")] uint groupCountZ ) => Underlying.Value!.CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchBase")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69104,11 +39333,6 @@ public static void CmdDispatchBase( groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchBaseKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69132,15 +39356,6 @@ public static void CmdDispatchBaseKHR( groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69148,20 +39363,11 @@ public static void CmdDispatchBaseKHR( public static void CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] DataGraphPipelineDispatchInfoARM* pInfo ) => Underlying.Value!.CmdDispatchDataGraphARM(commandBuffer, session, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] [MethodImpl( @@ -69170,7 +39376,7 @@ public static void CmdDispatchDataGraphARM( public static void CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] Ref pInfo ) @@ -69181,27 +39387,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69212,14 +39397,6 @@ public static void CmdDispatchIndirect( [NativeTypeName("VkDeviceSize")] ulong offset ) => Underlying.Value!.CmdDispatchIndirect(commandBuffer, buffer, offset); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69230,14 +39407,6 @@ public static void CmdDispatchTileQCOM( DispatchTileInfoQCOM* pDispatchTileInfo ) => Underlying.Value!.CmdDispatchTileQCOM(commandBuffer, pDispatchTileInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] [MethodImpl( @@ -69255,22 +39424,6 @@ Ref pDispatchTileInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDraw")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69290,65 +39443,33 @@ public static void CmdDraw( firstInstance ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawClusterHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void CmdDrawClusterHuawei( + public static void CmdDrawClusterHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint groupCountX, [NativeTypeName("uint32_t")] uint groupCountY, [NativeTypeName("uint32_t")] uint groupCountZ ) => - Underlying.Value!.CmdDrawClusterHuawei( + Underlying.Value!.CmdDrawClusterHUAWEI( commandBuffer, groupCountX, groupCountY, groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawClusterIndirectHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void CmdDrawClusterIndirectHuawei( + public static void CmdDrawClusterIndirectHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, [NativeTypeName("VkDeviceSize")] ulong offset - ) => Underlying.Value!.CmdDrawClusterIndirectHuawei(commandBuffer, buffer, offset); + ) => Underlying.Value!.CmdDrawClusterIndirectHUAWEI(commandBuffer, buffer, offset); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexed")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69370,22 +39491,6 @@ public static void CmdDrawIndexed( firstInstance ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69405,18 +39510,6 @@ public static void CmdDrawIndexedIndirect( stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCount")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69440,7 +39533,6 @@ public static void CmdDrawIndexedIndirectCount( stride ); - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCountAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69464,7 +39556,6 @@ public static void CmdDrawIndexedIndirectCountAMD( stride ); - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCountKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69488,22 +39579,6 @@ public static void CmdDrawIndexedIndirectCountKHR( stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirect")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69516,14 +39591,6 @@ public static void CmdDrawIndirect( [NativeTypeName("uint32_t")] uint stride ) => Underlying.Value!.CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectByteCountEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69547,18 +39614,6 @@ public static void CmdDrawIndirectByteCountEXT( vertexStride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCount")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69582,7 +39637,6 @@ public static void CmdDrawIndirectCount( stride ); - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCountAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69606,7 +39660,6 @@ public static void CmdDrawIndirectCountAMD( stride ); - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCountKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69630,14 +39683,6 @@ public static void CmdDrawIndirectCountKHR( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = [ - "VK_EXT_mesh_shader+VK_KHR_spirv_1_4", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69655,18 +39700,6 @@ public static void CmdDrawMeshTasksEXT( groupCountZ ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_mesh_shader+VK_AMD_draw_indirect_count", - "VK_EXT_mesh_shader+VK_KHR_draw_indirect_count", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = [ - "VK_EXT_mesh_shader+VK_KHR_spirv_1_4", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectCountEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69690,18 +39723,6 @@ public static void CmdDrawMeshTasksIndirectCountEXT( stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_mesh_shader+VK_AMD_draw_indirect_count", - "VK_NV_mesh_shader+VK_KHR_draw_indirect_count", - "VK_NV_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectCountNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69725,14 +39746,6 @@ public static void CmdDrawMeshTasksIndirectCountNV( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = [ - "VK_EXT_mesh_shader+VK_KHR_spirv_1_4", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69752,14 +39765,6 @@ public static void CmdDrawMeshTasksIndirectEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69779,14 +39784,6 @@ public static void CmdDrawMeshTasksIndirectNV( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69797,14 +39794,6 @@ public static void CmdDrawMeshTasksNV( [NativeTypeName("uint32_t")] uint firstTask ) => Underlying.Value!.CmdDrawMeshTasksNV(commandBuffer, taskCount, firstTask); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69826,14 +39815,6 @@ public static void CmdDrawMultiEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl( @@ -69861,14 +39842,6 @@ public static void CmdDrawMultiEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl( @@ -69889,14 +39862,6 @@ public static void CmdDrawMultiEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -69921,14 +39886,6 @@ public static void CmdDrawMultiIndexedEXT( pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl( @@ -69960,14 +39917,6 @@ public static void CmdDrawMultiIndexedEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl( @@ -69997,14 +39946,6 @@ public static void CmdDrawMultiIndexedEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70014,14 +39955,6 @@ public static void CmdEncodeVideoKHR( [NativeTypeName("const VkVideoEncodeInfoKHR *")] VideoEncodeInfoKHR* pEncodeInfo ) => Underlying.Value!.CmdEncodeVideoKHR(commandBuffer, pEncodeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] [MethodImpl( @@ -70038,14 +39971,6 @@ public static void CmdEncodeVideoKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndConditionalRenderingEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70054,7 +39979,6 @@ public static void CmdEndConditionalRenderingEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => Underlying.Value!.CmdEndConditionalRenderingEXT(commandBuffer); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdEndDebugUtilsLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70063,14 +39987,6 @@ public static void CmdEndDebugUtilsLabelEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => Underlying.Value!.CmdEndDebugUtilsLabelEXT(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70080,14 +39996,6 @@ public static void CmdEndPerTileExecutionQCOM( [NativeTypeName("const VkPerTileEndInfoQCOM *")] PerTileEndInfoQCOM* pPerTileEndInfo ) => Underlying.Value!.CmdEndPerTileExecutionQCOM(commandBuffer, pPerTileEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] [MethodImpl( @@ -70104,32 +40012,6 @@ public static void CmdEndPerTileExecutionQCOM( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndQuery")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70140,14 +40022,6 @@ public static void CmdEndQuery( [NativeTypeName("uint32_t")] uint query ) => Underlying.Value!.CmdEndQuery(commandBuffer, queryPool, query); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndQueryIndexedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70159,16 +40033,6 @@ public static void CmdEndQueryIndexedEXT( [NativeTypeName("uint32_t")] uint index ) => Underlying.Value!.CmdEndQueryIndexedEXT(commandBuffer, queryPool, query, index); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70177,20 +40041,6 @@ public static void CmdEndRendering( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => Underlying.Value!.CmdEndRendering(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70200,20 +40050,6 @@ public static void CmdEndRendering2EXT( [NativeTypeName("const VkRenderingEndInfoKHR *")] RenderingEndInfoKHR* pRenderingEndInfo ) => Underlying.Value!.CmdEndRendering2EXT(commandBuffer, pRenderingEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] [MethodImpl( @@ -70231,14 +40067,6 @@ Ref pRenderingEndInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70248,14 +40076,6 @@ public static void CmdEndRendering2KHR( [NativeTypeName("const VkRenderingEndInfoKHR *")] RenderingEndInfoKHR* pRenderingEndInfo ) => Underlying.Value!.CmdEndRendering2KHR(commandBuffer, pRenderingEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] [MethodImpl( @@ -70273,15 +40093,6 @@ Ref pRenderingEndInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderingKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70290,22 +40101,6 @@ public static void CmdEndRenderingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => Underlying.Value!.CmdEndRenderingKHR(commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70314,18 +40109,6 @@ public static void CmdEndRenderPass( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => Underlying.Value!.CmdEndRenderPass(commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70335,18 +40118,6 @@ public static void CmdEndRenderPass2( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ) => Underlying.Value!.CmdEndRenderPass2(commandBuffer, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] [MethodImpl( @@ -70363,11 +40134,6 @@ public static void CmdEndRenderPass2( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70377,11 +40143,6 @@ public static void CmdEndRenderPass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ) => Underlying.Value!.CmdEndRenderPass2KHR(commandBuffer, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] [MethodImpl( @@ -70398,14 +40159,6 @@ public static void CmdEndRenderPass2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70425,14 +40178,6 @@ public static void CmdEndTransformFeedbackEXT( pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] [MethodImpl( @@ -70459,11 +40204,6 @@ public static void CmdEndTransformFeedbackEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70474,11 +40214,6 @@ public static void CmdEndVideoCodingKHR( VideoEndCodingInfoKHR* pEndCodingInfo ) => Underlying.Value!.CmdEndVideoCodingKHR(commandBuffer, pEndCodingInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] [MethodImpl( @@ -70496,32 +40231,6 @@ Ref pEndCodingInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl( @@ -70532,32 +40241,6 @@ public static void CmdExecuteCommand( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle pCommandBuffers ) => Underlying.Value!.CmdExecuteCommand(commandBuffer, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70573,32 +40256,6 @@ public static void CmdExecuteCommands( pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl( @@ -70616,15 +40273,6 @@ public static void CmdExecuteCommands( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70641,15 +40289,6 @@ public static void CmdExecuteGeneratedCommandsEXT( pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] [MethodImpl( @@ -70672,11 +40311,6 @@ Ref pGeneratedCommandsInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70693,11 +40327,6 @@ public static void CmdExecuteGeneratedCommandsNV( pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] [MethodImpl( @@ -70720,32 +40349,6 @@ Ref pGeneratedCommandsInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdFillBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70758,7 +40361,6 @@ public static void CmdFillBuffer( [NativeTypeName("uint32_t")] uint data ) => Underlying.Value!.CmdFillBuffer(commandBuffer, dstBuffer, dstOffset, size, data); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70768,7 +40370,6 @@ public static void CmdInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ) => Underlying.Value!.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] [MethodImpl( @@ -70785,22 +40386,6 @@ public static void CmdInsertDebugUtilsLabelEXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70810,18 +40395,6 @@ public static void CmdNextSubpass( SubpassContents contents ) => Underlying.Value!.CmdNextSubpass(commandBuffer, contents); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70832,18 +40405,6 @@ public static void CmdNextSubpass2( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ) => Underlying.Value!.CmdNextSubpass2(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] [MethodImpl( @@ -70862,11 +40423,6 @@ public static void CmdNextSubpass2( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -70878,11 +40434,6 @@ public static void CmdNextSubpass2KHR( ) => Underlying.Value!.CmdNextSubpass2KHR(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] [MethodImpl( @@ -70901,35 +40452,17 @@ public static void CmdNextSubpass2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] OpticalFlowExecuteInfoNV* pExecuteInfo ) => Underlying.Value!.CmdOpticalFlowExecuteNV(commandBuffer, session, pExecuteInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] [MethodImpl( @@ -70937,7 +40470,7 @@ public static void CmdOpticalFlowExecuteNV( )] public static void CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] Ref pExecuteInfo ) @@ -70948,32 +40481,6 @@ Ref pExecuteInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71005,32 +40512,6 @@ public static void CmdPipelineBarrier( pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] [MethodImpl( @@ -71070,20 +40551,6 @@ Ref pImageMemoryBarriers } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71093,20 +40560,6 @@ public static void CmdPipelineBarrier2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ) => Underlying.Value!.CmdPipelineBarrier2(commandBuffer, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] [MethodImpl( @@ -71123,14 +40576,6 @@ public static void CmdPipelineBarrier2( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71140,14 +40585,6 @@ public static void CmdPipelineBarrier2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ) => Underlying.Value!.CmdPipelineBarrier2KHR(commandBuffer, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] [MethodImpl( @@ -71164,15 +40601,6 @@ public static void CmdPipelineBarrier2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71189,15 +40617,6 @@ public static void CmdPreprocessGeneratedCommandsEXT( stateCommandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] [MethodImpl( @@ -71220,11 +40639,6 @@ public static void CmdPreprocessGeneratedCommandsEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71239,11 +40653,6 @@ public static void CmdPreprocessGeneratedCommandsNV( pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] [MethodImpl( @@ -71261,27 +40670,6 @@ Ref pGeneratedCommandsInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71303,27 +40691,6 @@ public static void CmdPushConstants( pValues ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] [MethodImpl( @@ -71344,11 +40711,6 @@ public static void CmdPushConstants( } } - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71358,11 +40720,6 @@ public static void CmdPushConstants2( [NativeTypeName("const VkPushConstantsInfo *")] PushConstantsInfo* pPushConstantsInfo ) => Underlying.Value!.CmdPushConstants2(commandBuffer, pPushConstantsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] [MethodImpl( @@ -71380,7 +40737,6 @@ Ref pPushConstantsInfo } } - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71390,7 +40746,6 @@ public static void CmdPushConstants2KHR( [NativeTypeName("const VkPushConstantsInfo *")] PushConstantsInfo* pPushConstantsInfo ) => Underlying.Value!.CmdPushConstants2KHR(commandBuffer, pPushConstantsInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] [MethodImpl( @@ -71408,11 +40763,6 @@ Ref pPushConstantsInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71434,11 +40784,6 @@ public static void CmdPushDescriptorSet( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl( @@ -71467,11 +40812,6 @@ Ref pDescriptorWrites } } - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl( @@ -71492,11 +40832,6 @@ public static void CmdPushDescriptorSet( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71507,11 +40842,6 @@ public static void CmdPushDescriptorSet2( PushDescriptorSetInfo* pPushDescriptorSetInfo ) => Underlying.Value!.CmdPushDescriptorSet2(commandBuffer, pPushDescriptorSetInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] [MethodImpl( @@ -71529,12 +40859,6 @@ Ref pPushDescriptorSetInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71545,12 +40869,6 @@ public static void CmdPushDescriptorSet2KHR( PushDescriptorSetInfo* pPushDescriptorSetInfo ) => Underlying.Value!.CmdPushDescriptorSet2KHR(commandBuffer, pPushDescriptorSetInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] [MethodImpl( @@ -71568,14 +40886,6 @@ Ref pPushDescriptorSetInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71597,14 +40907,6 @@ public static void CmdPushDescriptorSetKHR( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl( @@ -71633,14 +40935,6 @@ Ref pDescriptorWrites } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl( @@ -71661,11 +40955,6 @@ public static void CmdPushDescriptorSetKHR( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71686,11 +40975,6 @@ public static void CmdPushDescriptorSetWithTemplate( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] [MethodImpl( @@ -71717,11 +41001,6 @@ public static void CmdPushDescriptorSetWithTemplate( } } - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71736,11 +41015,6 @@ public static void CmdPushDescriptorSetWithTemplate2( pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] [MethodImpl( @@ -71764,12 +41038,6 @@ Ref pPushDescriptorSetWithTemplateInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71784,12 +41052,6 @@ public static void CmdPushDescriptorSetWithTemplate2KHR( pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] [MethodImpl( @@ -71813,17 +41075,6 @@ Ref pPushDescriptorSetWithTemplateInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71844,17 +41095,6 @@ public static void CmdPushDescriptorSetWithTemplateKHR( pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] [MethodImpl( @@ -71881,27 +41121,6 @@ public static void CmdPushDescriptorSetWithTemplateKHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71912,18 +41131,6 @@ public static void CmdResetEvent( [NativeTypeName("VkPipelineStageFlags")] PipelineStageFlags stageMask ) => Underlying.Value!.CmdResetEvent(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71934,14 +41141,6 @@ public static void CmdResetEvent2( [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stageMask ) => Underlying.Value!.CmdResetEvent2(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71952,32 +41151,6 @@ public static void CmdResetEvent2KHR( [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stageMask ) => Underlying.Value!.CmdResetEvent2KHR(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetQueryPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -71989,22 +41162,6 @@ public static void CmdResetQueryPool( [NativeTypeName("uint32_t")] uint queryCount ) => Underlying.Value!.CmdResetQueryPool(commandBuffer, queryPool, firstQuery, queryCount); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72028,22 +41185,6 @@ public static void CmdResolveImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl( @@ -72073,22 +41214,6 @@ public static void CmdResolveImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl( @@ -72111,16 +41236,6 @@ public static void CmdResolveImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72130,16 +41245,6 @@ public static void CmdResolveImage2( [NativeTypeName("const VkResolveImageInfo2 *")] ResolveImageInfo2* pResolveImageInfo ) => Underlying.Value!.CmdResolveImage2(commandBuffer, pResolveImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] [MethodImpl( @@ -72156,14 +41261,6 @@ public static void CmdResolveImage2( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72173,14 +41270,6 @@ public static void CmdResolveImage2KHR( [NativeTypeName("const VkResolveImageInfo2 *")] ResolveImageInfo2* pResolveImageInfo ) => Underlying.Value!.CmdResolveImage2KHR(commandBuffer, pResolveImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] [MethodImpl( @@ -72197,14 +41286,6 @@ public static void CmdResolveImage2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72214,14 +41295,6 @@ public static void CmdSetAlphaToCoverageEnableEXT( [NativeTypeName("VkBool32")] uint alphaToCoverageEnable ) => Underlying.Value!.CmdSetAlphaToCoverageEnableEXT(commandBuffer, alphaToCoverageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] [MethodImpl( @@ -72232,14 +41305,6 @@ public static void CmdSetAlphaToCoverageEnableEXT( [NativeTypeName("VkBool32")] MaybeBool alphaToCoverageEnable ) => Underlying.Value!.CmdSetAlphaToCoverageEnableEXT(commandBuffer, alphaToCoverageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72249,14 +41314,6 @@ public static void CmdSetAlphaToOneEnableEXT( [NativeTypeName("VkBool32")] uint alphaToOneEnable ) => Underlying.Value!.CmdSetAlphaToOneEnableEXT(commandBuffer, alphaToOneEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] [MethodImpl( @@ -72267,14 +41324,6 @@ public static void CmdSetAlphaToOneEnableEXT( [NativeTypeName("VkBool32")] MaybeBool alphaToOneEnable ) => Underlying.Value!.CmdSetAlphaToOneEnableEXT(commandBuffer, alphaToOneEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAttachmentFeedbackLoopEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72284,22 +41333,6 @@ public static void CmdSetAttachmentFeedbackLoopEnableEXT( [NativeTypeName("VkImageAspectFlags")] ImageAspectFlags aspectMask ) => Underlying.Value!.CmdSetAttachmentFeedbackLoopEnableEXT(commandBuffer, aspectMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72309,22 +41342,6 @@ public static void CmdSetBlendConstants( [NativeTypeName("const float[4]")] float* blendConstants ) => Underlying.Value!.CmdSetBlendConstants(commandBuffer, blendConstants); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] [MethodImpl( @@ -72341,14 +41358,6 @@ public static void CmdSetBlendConstants( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72358,14 +41367,6 @@ public static void CmdSetCheckpointNV( [NativeTypeName("const void *")] void* pCheckpointMarker ) => Underlying.Value!.CmdSetCheckpointNV(commandBuffer, pCheckpointMarker); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] [MethodImpl( @@ -72382,14 +41383,6 @@ public static void CmdSetCheckpointNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72408,14 +41401,6 @@ public static void CmdSetCoarseSampleOrderNV( pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl( @@ -72440,14 +41425,6 @@ Ref pCustomSampleOrders } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl( @@ -72465,15 +41442,6 @@ CoarseSampleOrderCustomNV pCustomSampleOrders pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72492,15 +41460,6 @@ public static void CmdSetColorBlendAdvancedEXT( pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl( @@ -72525,15 +41484,6 @@ Ref pColorBlendAdvanced } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl( @@ -72551,14 +41501,6 @@ ColorBlendAdvancedEXT pColorBlendAdvanced pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72576,14 +41518,6 @@ public static void CmdSetColorBlendEnableEXT( pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl( @@ -72607,14 +41541,6 @@ public static void CmdSetColorBlendEnableEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl( @@ -72631,14 +41557,6 @@ public static void CmdSetColorBlendEnableEXT( pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72657,14 +41575,6 @@ public static void CmdSetColorBlendEquationEXT( pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl( @@ -72689,14 +41599,6 @@ Ref pColorBlendEquations } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl( @@ -72714,14 +41616,6 @@ ColorBlendEquationEXT pColorBlendEquations pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72737,14 +41631,6 @@ public static void CmdSetColorWriteEnableEXT( pColorWriteEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl( @@ -72762,14 +41648,6 @@ public static void CmdSetColorWriteEnableEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl( @@ -72780,14 +41658,6 @@ public static void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] uint pColorWriteEnables ) => Underlying.Value!.CmdSetColorWriteEnableEXT(commandBuffer, pColorWriteEnables); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72805,14 +41675,6 @@ public static void CmdSetColorWriteMaskEXT( pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl( @@ -72837,14 +41699,6 @@ Ref pColorWriteMasks } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl( @@ -72861,15 +41715,6 @@ public static void CmdSetColorWriteMaskEXT( pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetConservativeRasterizationModeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72883,15 +41728,6 @@ ConservativeRasterizationModeEXT conservativeRasterizationMode conservativeRasterizationMode ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationModeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72902,15 +41738,6 @@ CoverageModulationModeNV coverageModulationMode ) => Underlying.Value!.CmdSetCoverageModulationModeNV(commandBuffer, coverageModulationMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72924,15 +41751,6 @@ public static void CmdSetCoverageModulationTableEnableNV( coverageModulationTableEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] [MethodImpl( @@ -72947,15 +41765,6 @@ public static void CmdSetCoverageModulationTableEnableNV( coverageModulationTableEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -72971,15 +41780,6 @@ public static void CmdSetCoverageModulationTableNV( pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl( @@ -73001,15 +41801,6 @@ public static void CmdSetCoverageModulationTableNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl( @@ -73024,15 +41815,6 @@ public static void CmdSetCoverageModulationTableNV( pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageReductionModeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73042,15 +41824,6 @@ public static void CmdSetCoverageReductionModeNV( CoverageReductionModeNV coverageReductionMode ) => Underlying.Value!.CmdSetCoverageReductionModeNV(commandBuffer, coverageReductionMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73060,15 +41833,6 @@ public static void CmdSetCoverageToColorEnableNV( [NativeTypeName("VkBool32")] uint coverageToColorEnable ) => Underlying.Value!.CmdSetCoverageToColorEnableNV(commandBuffer, coverageToColorEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] [MethodImpl( @@ -73079,15 +41843,6 @@ public static void CmdSetCoverageToColorEnableNV( [NativeTypeName("VkBool32")] MaybeBool coverageToColorEnable ) => Underlying.Value!.CmdSetCoverageToColorEnableNV(commandBuffer, coverageToColorEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorLocationNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73101,16 +41856,6 @@ public static void CmdSetCoverageToColorLocationNV( coverageToColorLocation ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCullMode")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73120,14 +41865,6 @@ public static void CmdSetCullMode( [NativeTypeName("VkCullModeFlags")] CullModeFlags cullMode ) => Underlying.Value!.CmdSetCullMode(commandBuffer, cullMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCullModeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73137,22 +41874,6 @@ public static void CmdSetCullModeEXT( [NativeTypeName("VkCullModeFlags")] CullModeFlags cullMode ) => Underlying.Value!.CmdSetCullModeEXT(commandBuffer, cullMode); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73170,14 +41891,6 @@ float depthBiasSlopeFactor depthBiasSlopeFactor ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73187,14 +41900,6 @@ public static void CmdSetDepthBias2EXT( [NativeTypeName("const VkDepthBiasInfoEXT *")] DepthBiasInfoEXT* pDepthBiasInfo ) => Underlying.Value!.CmdSetDepthBias2EXT(commandBuffer, pDepthBiasInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] [MethodImpl( @@ -73211,16 +41916,6 @@ public static void CmdSetDepthBias2EXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73230,16 +41925,6 @@ public static void CmdSetDepthBiasEnable( [NativeTypeName("VkBool32")] uint depthBiasEnable ) => Underlying.Value!.CmdSetDepthBiasEnable(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] [MethodImpl( @@ -73250,14 +41935,6 @@ public static void CmdSetDepthBiasEnable( [NativeTypeName("VkBool32")] MaybeBool depthBiasEnable ) => Underlying.Value!.CmdSetDepthBiasEnable(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73267,14 +41944,6 @@ public static void CmdSetDepthBiasEnableEXT( [NativeTypeName("VkBool32")] uint depthBiasEnable ) => Underlying.Value!.CmdSetDepthBiasEnableEXT(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] [MethodImpl( @@ -73285,22 +41954,6 @@ public static void CmdSetDepthBiasEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthBiasEnable ) => Underlying.Value!.CmdSetDepthBiasEnableEXT(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBounds")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73311,16 +41964,6 @@ public static void CmdSetDepthBounds( float maxDepthBounds ) => Underlying.Value!.CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73330,16 +41973,6 @@ public static void CmdSetDepthBoundsTestEnable( [NativeTypeName("VkBool32")] uint depthBoundsTestEnable ) => Underlying.Value!.CmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] [MethodImpl( @@ -73350,14 +41983,6 @@ public static void CmdSetDepthBoundsTestEnable( [NativeTypeName("VkBool32")] MaybeBool depthBoundsTestEnable ) => Underlying.Value!.CmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73367,14 +41992,6 @@ public static void CmdSetDepthBoundsTestEnableEXT( [NativeTypeName("VkBool32")] uint depthBoundsTestEnable ) => Underlying.Value!.CmdSetDepthBoundsTestEnableEXT(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] [MethodImpl( @@ -73385,14 +42002,6 @@ public static void CmdSetDepthBoundsTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthBoundsTestEnable ) => Underlying.Value!.CmdSetDepthBoundsTestEnableEXT(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73402,14 +42011,6 @@ public static void CmdSetDepthClampEnableEXT( [NativeTypeName("VkBool32")] uint depthClampEnable ) => Underlying.Value!.CmdSetDepthClampEnableEXT(commandBuffer, depthClampEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] [MethodImpl( @@ -73420,16 +42021,6 @@ public static void CmdSetDepthClampEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthClampEnable ) => Underlying.Value!.CmdSetDepthClampEnableEXT(commandBuffer, depthClampEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73445,16 +42036,6 @@ public static void CmdSetDepthClampRangeEXT( pDepthClampRange ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] [MethodImpl( @@ -73473,15 +42054,6 @@ Ref pDepthClampRange } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73491,15 +42063,6 @@ public static void CmdSetDepthClipEnableEXT( [NativeTypeName("VkBool32")] uint depthClipEnable ) => Underlying.Value!.CmdSetDepthClipEnableEXT(commandBuffer, depthClipEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] [MethodImpl( @@ -73510,15 +42073,6 @@ public static void CmdSetDepthClipEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthClipEnable ) => Underlying.Value!.CmdSetDepthClipEnableEXT(commandBuffer, depthClipEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73528,15 +42082,6 @@ public static void CmdSetDepthClipNegativeOneToOneEXT( [NativeTypeName("VkBool32")] uint negativeOneToOne ) => Underlying.Value!.CmdSetDepthClipNegativeOneToOneEXT(commandBuffer, negativeOneToOne); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] [MethodImpl( @@ -73547,16 +42092,6 @@ public static void CmdSetDepthClipNegativeOneToOneEXT( [NativeTypeName("VkBool32")] MaybeBool negativeOneToOne ) => Underlying.Value!.CmdSetDepthClipNegativeOneToOneEXT(commandBuffer, negativeOneToOne); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthCompareOp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73566,14 +42101,6 @@ public static void CmdSetDepthCompareOp( CompareOp depthCompareOp ) => Underlying.Value!.CmdSetDepthCompareOp(commandBuffer, depthCompareOp); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthCompareOpEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73583,16 +42110,6 @@ public static void CmdSetDepthCompareOpEXT( CompareOp depthCompareOp ) => Underlying.Value!.CmdSetDepthCompareOpEXT(commandBuffer, depthCompareOp); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73602,16 +42119,6 @@ public static void CmdSetDepthTestEnable( [NativeTypeName("VkBool32")] uint depthTestEnable ) => Underlying.Value!.CmdSetDepthTestEnable(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] [MethodImpl( @@ -73622,14 +42129,6 @@ public static void CmdSetDepthTestEnable( [NativeTypeName("VkBool32")] MaybeBool depthTestEnable ) => Underlying.Value!.CmdSetDepthTestEnable(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73639,14 +42138,6 @@ public static void CmdSetDepthTestEnableEXT( [NativeTypeName("VkBool32")] uint depthTestEnable ) => Underlying.Value!.CmdSetDepthTestEnableEXT(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] [MethodImpl( @@ -73657,16 +42148,6 @@ public static void CmdSetDepthTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthTestEnable ) => Underlying.Value!.CmdSetDepthTestEnableEXT(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73676,16 +42157,6 @@ public static void CmdSetDepthWriteEnable( [NativeTypeName("VkBool32")] uint depthWriteEnable ) => Underlying.Value!.CmdSetDepthWriteEnable(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] [MethodImpl( @@ -73696,14 +42167,6 @@ public static void CmdSetDepthWriteEnable( [NativeTypeName("VkBool32")] MaybeBool depthWriteEnable ) => Underlying.Value!.CmdSetDepthWriteEnable(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73713,14 +42176,6 @@ public static void CmdSetDepthWriteEnableEXT( [NativeTypeName("VkBool32")] uint depthWriteEnable ) => Underlying.Value!.CmdSetDepthWriteEnableEXT(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] [MethodImpl( @@ -73731,12 +42186,6 @@ public static void CmdSetDepthWriteEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthWriteEnable ) => Underlying.Value!.CmdSetDepthWriteEnableEXT(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73751,12 +42200,6 @@ public static void CmdSetDescriptorBufferOffsets2EXT( pSetDescriptorBufferOffsetsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] [MethodImpl( @@ -73780,16 +42223,6 @@ Ref pSetDescriptorBufferOffsetsInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73813,16 +42246,6 @@ public static void CmdSetDescriptorBufferOffsetsEXT( pOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] [MethodImpl( @@ -73853,28 +42276,6 @@ public static void CmdSetDescriptorBufferOffsetsEXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDeviceMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73884,11 +42285,6 @@ public static void CmdSetDeviceMask( [NativeTypeName("uint32_t")] uint deviceMask ) => Underlying.Value!.CmdSetDeviceMask(commandBuffer, deviceMask); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDeviceMaskKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73898,14 +42294,6 @@ public static void CmdSetDeviceMaskKHR( [NativeTypeName("uint32_t")] uint deviceMask ) => Underlying.Value!.CmdSetDeviceMaskKHR(commandBuffer, deviceMask); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73919,14 +42307,6 @@ public static void CmdSetDiscardRectangleEnableEXT( discardRectangleEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] [MethodImpl( @@ -73941,14 +42321,6 @@ public static void CmdSetDiscardRectangleEnableEXT( discardRectangleEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -73966,14 +42338,6 @@ public static void CmdSetDiscardRectangleEXT( pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl( @@ -73997,14 +42361,6 @@ public static void CmdSetDiscardRectangleEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl( @@ -74021,14 +42377,6 @@ public static void CmdSetDiscardRectangleEXT( pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleModeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74038,27 +42386,6 @@ public static void CmdSetDiscardRectangleModeEXT( DiscardRectangleModeEXT discardRectangleMode ) => Underlying.Value!.CmdSetDiscardRectangleModeEXT(commandBuffer, discardRectangleMode); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74069,18 +42396,6 @@ public static void CmdSetEvent( [NativeTypeName("VkPipelineStageFlags")] PipelineStageFlags stageMask ) => Underlying.Value!.CmdSetEvent(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74091,18 +42406,6 @@ public static void CmdSetEvent2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ) => Underlying.Value!.CmdSetEvent2(commandBuffer, @event, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] [MethodImpl( @@ -74120,14 +42423,6 @@ public static void CmdSetEvent2( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74138,14 +42433,6 @@ public static void CmdSetEvent2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ) => Underlying.Value!.CmdSetEvent2KHR(commandBuffer, @event, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] [MethodImpl( @@ -74163,14 +42450,6 @@ public static void CmdSetEvent2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74188,14 +42467,6 @@ public static void CmdSetExclusiveScissorEnableNV( pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl( @@ -74219,14 +42490,6 @@ public static void CmdSetExclusiveScissorEnableNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl( @@ -74243,14 +42506,6 @@ public static void CmdSetExclusiveScissorEnableNV( pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74268,14 +42523,6 @@ public static void CmdSetExclusiveScissorNV( pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl( @@ -74299,14 +42546,6 @@ public static void CmdSetExclusiveScissorNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl( @@ -74323,15 +42562,6 @@ public static void CmdSetExclusiveScissorNV( pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExtraPrimitiveOverestimationSizeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74345,11 +42575,6 @@ float extraPrimitiveOverestimationSize extraPrimitiveOverestimationSize ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74366,11 +42591,6 @@ public static void CmdSetFragmentShadingRateEnumNV( combinerOps ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] [MethodImpl( @@ -74389,15 +42609,6 @@ Ref combinerOps } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74414,15 +42625,6 @@ public static void CmdSetFragmentShadingRateKHR( combinerOps ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] [MethodImpl( @@ -74442,16 +42644,6 @@ Ref combinerOps } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFrontFace")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74461,14 +42653,6 @@ public static void CmdSetFrontFace( FrontFace frontFace ) => Underlying.Value!.CmdSetFrontFace(commandBuffer, frontFace); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFrontFaceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74478,15 +42662,6 @@ public static void CmdSetFrontFaceEXT( FrontFace frontFace ) => Underlying.Value!.CmdSetFrontFaceEXT(commandBuffer, frontFace); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineRasterizationModeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74497,11 +42672,6 @@ public static void CmdSetLineRasterizationModeEXT( LineRasterizationMode lineRasterizationMode ) => Underlying.Value!.CmdSetLineRasterizationModeEXT(commandBuffer, lineRasterizationMode); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStipple")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74517,15 +42687,6 @@ public static void CmdSetLineStipple( lineStipplePattern ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74535,15 +42696,6 @@ public static void CmdSetLineStippleEnableEXT( [NativeTypeName("VkBool32")] uint stippledLineEnable ) => Underlying.Value!.CmdSetLineStippleEnableEXT(commandBuffer, stippledLineEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] [MethodImpl( @@ -74554,14 +42706,6 @@ public static void CmdSetLineStippleEnableEXT( [NativeTypeName("VkBool32")] MaybeBool stippledLineEnable ) => Underlying.Value!.CmdSetLineStippleEnableEXT(commandBuffer, stippledLineEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74577,14 +42721,6 @@ public static void CmdSetLineStippleEXT( lineStipplePattern ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74600,22 +42736,6 @@ public static void CmdSetLineStippleKHR( lineStipplePattern ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineWidth")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74625,14 +42745,6 @@ public static void CmdSetLineWidth( float lineWidth ) => Underlying.Value!.CmdSetLineWidth(commandBuffer, lineWidth); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74642,14 +42754,6 @@ public static void CmdSetLogicOpEnableEXT( [NativeTypeName("VkBool32")] uint logicOpEnable ) => Underlying.Value!.CmdSetLogicOpEnableEXT(commandBuffer, logicOpEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] [MethodImpl( @@ -74660,14 +42764,6 @@ public static void CmdSetLogicOpEnableEXT( [NativeTypeName("VkBool32")] MaybeBool logicOpEnable ) => Underlying.Value!.CmdSetLogicOpEnableEXT(commandBuffer, logicOpEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74677,14 +42773,6 @@ public static void CmdSetLogicOpEXT( LogicOp logicOp ) => Underlying.Value!.CmdSetLogicOpEXT(commandBuffer, logicOp); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPatchControlPointsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74694,101 +42782,87 @@ public static void CmdSetPatchControlPointsEXT( [NativeTypeName("uint32_t")] uint patchControlPoints ) => Underlying.Value!.CmdSetPatchControlPointsEXT(commandBuffer, patchControlPoints); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result CmdSetPerformanceMarkerIntel( + public static Result CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - PerformanceMarkerInfoIntel* pMarkerInfo - ) => Underlying.Value!.CmdSetPerformanceMarkerIntel(commandBuffer, pMarkerInfo); + PerformanceMarkerInfoINTEL* pMarkerInfo + ) => Underlying.Value!.CmdSetPerformanceMarkerINTEL(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result CmdSetPerformanceMarkerIntel( + public static Result CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - Ref pMarkerInfo + Ref pMarkerInfo ) { - fixed (PerformanceMarkerInfoIntel* __dsl_pMarkerInfo = pMarkerInfo) + fixed (PerformanceMarkerInfoINTEL* __dsl_pMarkerInfo = pMarkerInfo) { - return (Result)CmdSetPerformanceMarkerIntel(commandBuffer, __dsl_pMarkerInfo); + return (Result)CmdSetPerformanceMarkerINTEL(commandBuffer, __dsl_pMarkerInfo); } } - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result CmdSetPerformanceOverrideIntel( + public static Result CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - PerformanceOverrideInfoIntel* pOverrideInfo - ) => Underlying.Value!.CmdSetPerformanceOverrideIntel(commandBuffer, pOverrideInfo); + PerformanceOverrideInfoINTEL* pOverrideInfo + ) => Underlying.Value!.CmdSetPerformanceOverrideINTEL(commandBuffer, pOverrideInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result CmdSetPerformanceOverrideIntel( + public static Result CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - Ref pOverrideInfo + Ref pOverrideInfo ) { - fixed (PerformanceOverrideInfoIntel* __dsl_pOverrideInfo = pOverrideInfo) + fixed (PerformanceOverrideInfoINTEL* __dsl_pOverrideInfo = pOverrideInfo) { - return (Result)CmdSetPerformanceOverrideIntel(commandBuffer, __dsl_pOverrideInfo); + return (Result)CmdSetPerformanceOverrideINTEL(commandBuffer, __dsl_pOverrideInfo); } } - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result CmdSetPerformanceStreamMarkerIntel( + public static Result CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - PerformanceStreamMarkerInfoIntel* pMarkerInfo - ) => Underlying.Value!.CmdSetPerformanceStreamMarkerIntel(commandBuffer, pMarkerInfo); + PerformanceStreamMarkerInfoINTEL* pMarkerInfo + ) => Underlying.Value!.CmdSetPerformanceStreamMarkerINTEL(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result CmdSetPerformanceStreamMarkerIntel( + public static Result CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - Ref pMarkerInfo + Ref pMarkerInfo ) { - fixed (PerformanceStreamMarkerInfoIntel* __dsl_pMarkerInfo = pMarkerInfo) + fixed (PerformanceStreamMarkerInfoINTEL* __dsl_pMarkerInfo = pMarkerInfo) { - return (Result)CmdSetPerformanceStreamMarkerIntel(commandBuffer, __dsl_pMarkerInfo); + return (Result)CmdSetPerformanceStreamMarkerINTEL(commandBuffer, __dsl_pMarkerInfo); } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPolygonModeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74798,16 +42872,6 @@ public static void CmdSetPolygonModeEXT( PolygonMode polygonMode ) => Underlying.Value!.CmdSetPolygonModeEXT(commandBuffer, polygonMode); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74817,16 +42881,6 @@ public static void CmdSetPrimitiveRestartEnable( [NativeTypeName("VkBool32")] uint primitiveRestartEnable ) => Underlying.Value!.CmdSetPrimitiveRestartEnable(commandBuffer, primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] [MethodImpl( @@ -74837,14 +42891,6 @@ public static void CmdSetPrimitiveRestartEnable( [NativeTypeName("VkBool32")] MaybeBool primitiveRestartEnable ) => Underlying.Value!.CmdSetPrimitiveRestartEnable(commandBuffer, primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74858,14 +42904,6 @@ public static void CmdSetPrimitiveRestartEnableEXT( primitiveRestartEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] [MethodImpl( @@ -74880,16 +42918,6 @@ public static void CmdSetPrimitiveRestartEnableEXT( primitiveRestartEnable ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveTopology")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74899,14 +42927,6 @@ public static void CmdSetPrimitiveTopology( PrimitiveTopology primitiveTopology ) => Underlying.Value!.CmdSetPrimitiveTopology(commandBuffer, primitiveTopology); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveTopologyEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74916,15 +42936,6 @@ public static void CmdSetPrimitiveTopologyEXT( PrimitiveTopology primitiveTopology ) => Underlying.Value!.CmdSetPrimitiveTopologyEXT(commandBuffer, primitiveTopology); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetProvokingVertexModeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74934,14 +42945,6 @@ public static void CmdSetProvokingVertexModeEXT( ProvokingVertexModeEXT provokingVertexMode ) => Underlying.Value!.CmdSetProvokingVertexModeEXT(commandBuffer, provokingVertexMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizationSamplesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74951,15 +42954,6 @@ public static void CmdSetRasterizationSamplesEXT( SampleCountFlags rasterizationSamples ) => Underlying.Value!.CmdSetRasterizationSamplesEXT(commandBuffer, rasterizationSamples); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizationStreamEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74969,16 +42963,6 @@ public static void CmdSetRasterizationStreamEXT( [NativeTypeName("uint32_t")] uint rasterizationStream ) => Underlying.Value!.CmdSetRasterizationStreamEXT(commandBuffer, rasterizationStream); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -74989,16 +42973,6 @@ public static void CmdSetRasterizerDiscardEnable( ) => Underlying.Value!.CmdSetRasterizerDiscardEnable(commandBuffer, rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] [MethodImpl( @@ -75010,14 +42984,6 @@ public static void CmdSetRasterizerDiscardEnable( ) => Underlying.Value!.CmdSetRasterizerDiscardEnable(commandBuffer, rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75031,14 +42997,6 @@ public static void CmdSetRasterizerDiscardEnableEXT( rasterizerDiscardEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] [MethodImpl( @@ -75053,14 +43011,6 @@ public static void CmdSetRasterizerDiscardEnableEXT( rasterizerDiscardEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRayTracingPipelineStackSizeKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75074,11 +43024,6 @@ public static void CmdSetRayTracingPipelineStackSizeKHR( pipelineStackSize ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75089,11 +43034,6 @@ public static void CmdSetRenderingAttachmentLocations( RenderingAttachmentLocationInfo* pLocationInfo ) => Underlying.Value!.CmdSetRenderingAttachmentLocations(commandBuffer, pLocationInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] [MethodImpl( @@ -75111,14 +43051,6 @@ Ref pLocationInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75129,14 +43061,6 @@ public static void CmdSetRenderingAttachmentLocationsKHR( RenderingAttachmentLocationInfo* pLocationInfo ) => Underlying.Value!.CmdSetRenderingAttachmentLocationsKHR(commandBuffer, pLocationInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] [MethodImpl( @@ -75154,11 +43078,6 @@ Ref pLocationInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75173,11 +43092,6 @@ public static void CmdSetRenderingInputAttachmentIndices( pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] [MethodImpl( @@ -75201,14 +43115,6 @@ Ref pInputAttachmentIndexInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75223,14 +43129,6 @@ public static void CmdSetRenderingInputAttachmentIndicesKHR( pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] [MethodImpl( @@ -75254,15 +43152,6 @@ Ref pInputAttachmentIndexInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75276,15 +43165,6 @@ public static void CmdSetRepresentativeFragmentTestEnableNV( representativeFragmentTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] [MethodImpl( @@ -75299,15 +43179,6 @@ public static void CmdSetRepresentativeFragmentTestEnableNV( representativeFragmentTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75317,15 +43188,6 @@ public static void CmdSetSampleLocationsEnableEXT( [NativeTypeName("VkBool32")] uint sampleLocationsEnable ) => Underlying.Value!.CmdSetSampleLocationsEnableEXT(commandBuffer, sampleLocationsEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] [MethodImpl( @@ -75336,14 +43198,6 @@ public static void CmdSetSampleLocationsEnableEXT( [NativeTypeName("VkBool32")] MaybeBool sampleLocationsEnable ) => Underlying.Value!.CmdSetSampleLocationsEnableEXT(commandBuffer, sampleLocationsEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75354,14 +43208,6 @@ public static void CmdSetSampleLocationsEXT( SampleLocationsInfoEXT* pSampleLocationsInfo ) => Underlying.Value!.CmdSetSampleLocationsEXT(commandBuffer, pSampleLocationsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] [MethodImpl( @@ -75379,14 +43225,6 @@ Ref pSampleLocationsInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75397,14 +43235,6 @@ public static void CmdSetSampleMaskEXT( [NativeTypeName("const VkSampleMask *")] uint* pSampleMask ) => Underlying.Value!.CmdSetSampleMaskEXT(commandBuffer, samples, pSampleMask); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] [MethodImpl( @@ -75422,22 +43252,6 @@ public static void CmdSetSampleMaskEXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75449,22 +43263,6 @@ public static void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ) => Underlying.Value!.CmdSetScissor(commandBuffer, firstScissor, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl( @@ -75483,22 +43281,6 @@ public static void CmdSetScissor( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl( @@ -75510,16 +43292,6 @@ public static void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ) => Underlying.Value!.CmdSetScissor(commandBuffer, firstScissor, pScissors); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75530,16 +43302,6 @@ public static void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ) => Underlying.Value!.CmdSetScissorWithCount(commandBuffer, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl( @@ -75557,16 +43319,6 @@ public static void CmdSetScissorWithCount( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl( @@ -75577,14 +43329,6 @@ public static void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ) => Underlying.Value!.CmdSetScissorWithCount(commandBuffer, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75595,14 +43339,6 @@ public static void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ) => Underlying.Value!.CmdSetScissorWithCountEXT(commandBuffer, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl( @@ -75620,14 +43356,6 @@ public static void CmdSetScissorWithCountEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl( @@ -75638,15 +43366,6 @@ public static void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ) => Underlying.Value!.CmdSetScissorWithCountEXT(commandBuffer, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75657,15 +43376,6 @@ public static void CmdSetShadingRateImageEnableNV( ) => Underlying.Value!.CmdSetShadingRateImageEnableNV(commandBuffer, shadingRateImageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] [MethodImpl( @@ -75677,22 +43387,6 @@ public static void CmdSetShadingRateImageEnableNV( ) => Underlying.Value!.CmdSetShadingRateImageEnableNV(commandBuffer, shadingRateImageEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilCompareMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75703,16 +43397,6 @@ public static void CmdSetStencilCompareMask( [NativeTypeName("uint32_t")] uint compareMask ) => Underlying.Value!.CmdSetStencilCompareMask(commandBuffer, faceMask, compareMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilOp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75734,14 +43418,6 @@ CompareOp compareOp compareOp ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilOpEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75763,22 +43439,6 @@ CompareOp compareOp compareOp ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilReference")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75789,16 +43449,6 @@ public static void CmdSetStencilReference( [NativeTypeName("uint32_t")] uint reference ) => Underlying.Value!.CmdSetStencilReference(commandBuffer, faceMask, reference); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75808,16 +43458,6 @@ public static void CmdSetStencilTestEnable( [NativeTypeName("VkBool32")] uint stencilTestEnable ) => Underlying.Value!.CmdSetStencilTestEnable(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] [MethodImpl( @@ -75828,14 +43468,6 @@ public static void CmdSetStencilTestEnable( [NativeTypeName("VkBool32")] MaybeBool stencilTestEnable ) => Underlying.Value!.CmdSetStencilTestEnable(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75845,14 +43477,6 @@ public static void CmdSetStencilTestEnableEXT( [NativeTypeName("VkBool32")] uint stencilTestEnable ) => Underlying.Value!.CmdSetStencilTestEnableEXT(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] [MethodImpl( @@ -75863,22 +43487,6 @@ public static void CmdSetStencilTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool stencilTestEnable ) => Underlying.Value!.CmdSetStencilTestEnableEXT(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilWriteMask")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75889,17 +43497,6 @@ public static void CmdSetStencilWriteMask( [NativeTypeName("uint32_t")] uint writeMask ) => Underlying.Value!.CmdSetStencilWriteMask(commandBuffer, faceMask, writeMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3+VK_KHR_maintenance2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetTessellationDomainOriginEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75909,14 +43506,6 @@ public static void CmdSetTessellationDomainOriginEXT( TessellationDomainOrigin domainOrigin ) => Underlying.Value!.CmdSetTessellationDomainOriginEXT(commandBuffer, domainOrigin); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -75938,14 +43527,6 @@ public static void CmdSetVertexInputEXT( pVertexAttributeDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] [MethodImpl( @@ -75980,22 +43561,6 @@ Ref pVertexAttributeDescriptions } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76013,22 +43578,6 @@ public static void CmdSetViewport( pViewports ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl( @@ -76047,22 +43596,6 @@ public static void CmdSetViewport( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl( @@ -76074,14 +43607,6 @@ public static void CmdSetViewport( [NativeTypeName("const VkViewport *")] Viewport pViewports ) => Underlying.Value!.CmdSetViewport(commandBuffer, firstViewport, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76100,14 +43625,6 @@ public static void CmdSetViewportShadingRatePaletteNV( pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl( @@ -76132,14 +43649,6 @@ Ref pShadingRatePalettes } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl( @@ -76157,15 +43666,6 @@ ShadingRatePaletteNV pShadingRatePalettes pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76183,15 +43683,6 @@ public static void CmdSetViewportSwizzleNV( pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl( @@ -76215,15 +43706,6 @@ public static void CmdSetViewportSwizzleNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl( @@ -76240,16 +43722,6 @@ public static void CmdSetViewportSwizzleNV( pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76260,16 +43732,6 @@ public static void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Viewport* pViewports ) => Underlying.Value!.CmdSetViewportWithCount(commandBuffer, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl( @@ -76287,16 +43749,6 @@ public static void CmdSetViewportWithCount( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl( @@ -76307,14 +43759,6 @@ public static void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Viewport pViewports ) => Underlying.Value!.CmdSetViewportWithCount(commandBuffer, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76325,14 +43769,6 @@ public static void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Viewport* pViewports ) => Underlying.Value!.CmdSetViewportWithCountEXT(commandBuffer, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl( @@ -76350,14 +43786,6 @@ public static void CmdSetViewportWithCountEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl( @@ -76368,15 +43796,6 @@ public static void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Viewport pViewports ) => Underlying.Value!.CmdSetViewportWithCountEXT(commandBuffer, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76387,15 +43806,6 @@ public static void CmdSetViewportWScalingEnableNV( ) => Underlying.Value!.CmdSetViewportWScalingEnableNV(commandBuffer, viewportWScalingEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] [MethodImpl( @@ -76407,7 +43817,6 @@ public static void CmdSetViewportWScalingEnableNV( ) => Underlying.Value!.CmdSetViewportWScalingEnableNV(commandBuffer, viewportWScalingEnable); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76425,7 +43834,6 @@ public static void CmdSetViewportWScalingNV( pViewportWScalings ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl( @@ -76450,7 +43858,6 @@ Ref pViewportWScalings } } - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl( @@ -76467,29 +43874,14 @@ public static void CmdSetViewportWScalingNV( pViewportWScalings ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSubpassShadingHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void CmdSubpassShadingHuawei( + public static void CmdSubpassShadingHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer - ) => Underlying.Value!.CmdSubpassShadingHuawei(commandBuffer); + ) => Underlying.Value!.CmdSubpassShadingHUAWEI(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirect2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76499,14 +43891,6 @@ public static void CmdTraceRaysIndirect2KHR( [NativeTypeName("VkDeviceAddress")] ulong indirectDeviceAddress ) => Underlying.Value!.CmdTraceRaysIndirect2KHR(commandBuffer, indirectDeviceAddress); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76532,14 +43916,6 @@ public static void CmdTraceRaysIndirectKHR( indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] [MethodImpl( @@ -76585,14 +43961,6 @@ public static void CmdTraceRaysIndirectKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76622,14 +43990,6 @@ public static void CmdTraceRaysKHR( depth ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] [MethodImpl( @@ -76679,14 +44039,6 @@ public static void CmdTraceRaysKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76726,32 +44078,6 @@ public static void CmdTraceRaysNV( depth ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76765,32 +44091,6 @@ public static void CmdUpdateBuffer( ) => Underlying.Value!.CmdUpdateBuffer(commandBuffer, dstBuffer, dstOffset, dataSize, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] [MethodImpl( @@ -76810,11 +44110,6 @@ public static void CmdUpdateBuffer( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdatePipelineIndirectBufferNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76830,27 +44125,6 @@ public static void CmdUpdatePipelineIndirectBufferNV( pipeline ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76884,27 +44158,6 @@ public static void CmdWaitEvents( pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] [MethodImpl( @@ -76947,18 +44200,6 @@ Ref pImageMemoryBarriers } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -76970,18 +44211,6 @@ public static void CmdWaitEvents2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfos ) => Underlying.Value!.CmdWaitEvents2(commandBuffer, eventCount, pEvents, pDependencyInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] [MethodImpl( @@ -77001,14 +44230,6 @@ public static void CmdWaitEvents2( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77026,14 +44247,6 @@ public static void CmdWaitEvents2KHR( pDependencyInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] [MethodImpl( @@ -77053,14 +44266,6 @@ public static void CmdWaitEvents2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77069,7 +44274,7 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -77083,14 +44288,6 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl( @@ -77100,14 +44297,14 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ) { fixed ( - AccelerationStructureKHRHandle* __dsl_pAccelerationStructures = + AccelerationStructureHandleKHR* __dsl_pAccelerationStructures = pAccelerationStructures ) { @@ -77122,14 +44319,6 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl( @@ -77138,7 +44327,7 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( public static void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle pAccelerationStructures, + AccelerationStructureHandleKHR pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -77151,14 +44340,6 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77167,7 +44348,7 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructures, + AccelerationStructureHandleNV* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -77181,14 +44362,6 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl( @@ -77198,14 +44371,14 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ) { fixed ( - AccelerationStructureNVHandle* __dsl_pAccelerationStructures = + AccelerationStructureHandleNV* __dsl_pAccelerationStructures = pAccelerationStructures ) { @@ -77220,14 +44393,6 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl( @@ -77236,7 +44401,7 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( public static void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle pAccelerationStructures, + AccelerationStructureHandleNV pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -77249,10 +44414,6 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_buffer_marker+VK_KHR_synchronization2", "VK_AMD_buffer_marker+VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteBufferMarker2AMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77272,7 +44433,6 @@ public static void CmdWriteBufferMarker2AMD( marker ); - [SupportedApiProfile("vulkan", ["VK_AMD_buffer_marker"])] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteBufferMarkerAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77292,14 +44452,6 @@ public static void CmdWriteBufferMarkerAMD( marker ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77307,7 +44459,7 @@ public static void CmdWriteBufferMarkerAMD( public static void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -77321,14 +44473,6 @@ public static void CmdWriteMicromapsPropertiesEXT( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl( @@ -77337,13 +44481,13 @@ public static void CmdWriteMicromapsPropertiesEXT( public static void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ) { - fixed (MicromapEXTHandle* __dsl_pMicromaps = pMicromaps) + fixed (MicromapHandleEXT* __dsl_pMicromaps = pMicromaps) { CmdWriteMicromapsPropertiesEXT( commandBuffer, @@ -77356,14 +44500,6 @@ public static void CmdWriteMicromapsPropertiesEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl( @@ -77371,7 +44507,7 @@ public static void CmdWriteMicromapsPropertiesEXT( )] public static void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -77384,32 +44520,6 @@ public static void CmdWriteMicromapsPropertiesEXT( firstQuery ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77421,20 +44531,6 @@ public static void CmdWriteTimestamp( [NativeTypeName("uint32_t")] uint query ) => Underlying.Value!.CmdWriteTimestamp(commandBuffer, pipelineStage, queryPool, query); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77446,14 +44542,6 @@ public static void CmdWriteTimestamp2( [NativeTypeName("uint32_t")] uint query ) => Underlying.Value!.CmdWriteTimestamp2(commandBuffer, stage, queryPool, query); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77465,14 +44553,6 @@ public static void CmdWriteTimestamp2KHR( [NativeTypeName("uint32_t")] uint query ) => Underlying.Value!.CmdWriteTimestamp2KHR(commandBuffer, stage, queryPool, query); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCompileDeferredNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77483,14 +44563,6 @@ public static Result CompileDeferredNV( [NativeTypeName("uint32_t")] uint shader ) => Underlying.Value!.CompileDeferredNV(device, pipeline, shader); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77501,14 +44573,6 @@ public static Result ConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV* pInfo ) => Underlying.Value!.ConvertCooperativeVectorMatrixNV(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] [MethodImpl( @@ -77526,33 +44590,17 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] CopyAccelerationStructureInfoKHR* pInfo ) => Underlying.Value!.CopyAccelerationStructureKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] [MethodImpl( @@ -77560,7 +44608,7 @@ public static Result CopyAccelerationStructureKHR( )] public static Result CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] Ref pInfo ) @@ -77571,21 +44619,13 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] CopyAccelerationStructureToMemoryInfoKHR* pInfo ) => @@ -77595,14 +44635,6 @@ public static Result CopyAccelerationStructureToMemoryKHR( pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] [MethodImpl( @@ -77610,7 +44642,7 @@ public static Result CopyAccelerationStructureToMemoryKHR( )] public static Result CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] Ref pInfo ) @@ -77625,16 +44657,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77645,16 +44667,6 @@ public static Result CopyImageToImage( CopyImageToImageInfo* pCopyImageToImageInfo ) => Underlying.Value!.CopyImageToImage(device, pCopyImageToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] [MethodImpl( @@ -77672,15 +44684,6 @@ Ref pCopyImageToImageInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77691,15 +44694,6 @@ public static Result CopyImageToImageEXT( CopyImageToImageInfo* pCopyImageToImageInfo ) => Underlying.Value!.CopyImageToImageEXT(device, pCopyImageToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] [MethodImpl( @@ -77717,16 +44711,6 @@ Ref pCopyImageToImageInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77737,16 +44721,6 @@ public static Result CopyImageToMemory( CopyImageToMemoryInfo* pCopyImageToMemoryInfo ) => Underlying.Value!.CopyImageToMemory(device, pCopyImageToMemoryInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] [MethodImpl( @@ -77764,15 +44738,6 @@ Ref pCopyImageToMemoryInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77783,15 +44748,6 @@ public static Result CopyImageToMemoryEXT( CopyImageToMemoryInfo* pCopyImageToMemoryInfo ) => Underlying.Value!.CopyImageToMemoryEXT(device, pCopyImageToMemoryInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] [MethodImpl( @@ -77809,21 +44765,13 @@ Ref pCopyImageToMemoryInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] CopyMemoryToAccelerationStructureInfoKHR* pInfo ) => @@ -77833,14 +44781,6 @@ public static Result CopyMemoryToAccelerationStructureKHR( pInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] [MethodImpl( @@ -77848,7 +44788,7 @@ public static Result CopyMemoryToAccelerationStructureKHR( )] public static Result CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] Ref pInfo ) @@ -77863,16 +44803,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77883,16 +44813,6 @@ public static Result CopyMemoryToImage( CopyMemoryToImageInfo* pCopyMemoryToImageInfo ) => Underlying.Value!.CopyMemoryToImage(device, pCopyMemoryToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] [MethodImpl( @@ -77910,15 +44830,6 @@ Ref pCopyMemoryToImageInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -77929,15 +44840,6 @@ public static Result CopyMemoryToImageEXT( CopyMemoryToImageInfo* pCopyMemoryToImageInfo ) => Underlying.Value!.CopyMemoryToImageEXT(device, pCopyMemoryToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] [MethodImpl( @@ -77955,33 +44857,17 @@ Ref pCopyMemoryToImageInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] CopyMemoryToMicromapInfoEXT* pInfo ) => Underlying.Value!.CopyMemoryToMicromapEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] [MethodImpl( @@ -77989,7 +44875,7 @@ public static Result CopyMemoryToMicromapEXT( )] public static Result CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] Ref pInfo ) @@ -78000,32 +44886,16 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ) => Underlying.Value!.CopyMicromapEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] [MethodImpl( @@ -78033,7 +44903,7 @@ public static Result CopyMicromapEXT( )] public static Result CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] Ref pInfo ) { @@ -78043,33 +44913,17 @@ public static Result CopyMicromapEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] CopyMicromapToMemoryInfoEXT* pInfo ) => Underlying.Value!.CopyMicromapToMemoryEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] [MethodImpl( @@ -78077,7 +44931,7 @@ public static Result CopyMicromapToMemoryEXT( )] public static Result CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] Ref pInfo ) @@ -78088,14 +44942,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78106,7 +44952,7 @@ public static Result CreateAccelerationStructureKHR( AccelerationStructureCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructure + AccelerationStructureHandleKHR* pAccelerationStructure ) => Underlying.Value!.CreateAccelerationStructureKHR( device, @@ -78115,14 +44961,6 @@ public static Result CreateAccelerationStructureKHR( pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] [MethodImpl( @@ -78134,11 +44972,11 @@ public static Result CreateAccelerationStructureKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ) { fixed ( - AccelerationStructureKHRHandle* __dsl_pAccelerationStructure = + AccelerationStructureHandleKHR* __dsl_pAccelerationStructure = pAccelerationStructure ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) @@ -78153,14 +44991,6 @@ Ref pAccelerationStructure } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78171,7 +45001,7 @@ public static Result CreateAccelerationStructureNV( AccelerationStructureCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructure + AccelerationStructureHandleNV* pAccelerationStructure ) => Underlying.Value!.CreateAccelerationStructureNV( device, @@ -78180,14 +45010,6 @@ public static Result CreateAccelerationStructureNV( pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] [MethodImpl( @@ -78199,11 +45021,11 @@ public static Result CreateAccelerationStructureNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ) { fixed ( - AccelerationStructureNVHandle* __dsl_pAccelerationStructure = pAccelerationStructure + AccelerationStructureHandleNV* __dsl_pAccelerationStructure = pAccelerationStructure ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (AccelerationStructureCreateInfoNV* __dsl_pCreateInfo = pCreateInfo) @@ -78217,32 +45039,6 @@ Ref pAccelerationStructure } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78254,32 +45050,6 @@ public static Result CreateBuffer( [NativeTypeName("VkBuffer *")] BufferHandle* pBuffer ) => Underlying.Value!.CreateBuffer(device, pCreateInfo, pAllocator, pBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] [MethodImpl( @@ -78305,27 +45075,6 @@ public static Result CreateBuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78337,27 +45086,6 @@ public static Result CreateBufferView( [NativeTypeName("VkBufferView *")] BufferViewHandle* pView ) => Underlying.Value!.CreateBufferView(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] [MethodImpl( @@ -78384,32 +45112,6 @@ public static Result CreateBufferView( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78421,32 +45123,6 @@ public static Result CreateCommandPool( [NativeTypeName("VkCommandPool *")] CommandPoolHandle* pCommandPool ) => Underlying.Value!.CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] [MethodImpl( @@ -78473,27 +45149,6 @@ public static Result CreateCommandPool( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78516,27 +45171,6 @@ public static Result CreateComputePipelines( pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] [MethodImpl( @@ -78567,7 +45201,6 @@ public static Result CreateComputePipelines( } } - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78577,10 +45210,9 @@ public static Result CreateCuFunctionNVX( [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] CuFunctionCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] CuFunctionNVXHandle* pFunction + [NativeTypeName("VkCuFunctionNVX *")] CuFunctionHandleNVX* pFunction ) => Underlying.Value!.CreateCuFunctionNVX(device, pCreateInfo, pAllocator, pFunction); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] [MethodImpl( @@ -78591,10 +45223,10 @@ public static Result CreateCuFunctionNVX( [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction + [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction ) { - fixed (CuFunctionNVXHandle* __dsl_pFunction = pFunction) + fixed (CuFunctionHandleNVX* __dsl_pFunction = pFunction) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (CuFunctionCreateInfoNVX* __dsl_pCreateInfo = pCreateInfo) { @@ -78607,7 +45239,6 @@ public static Result CreateCuFunctionNVX( } } - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78616,10 +45247,9 @@ public static Result CreateCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuModuleCreateInfoNVX *")] CuModuleCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuModuleNVX *")] CuModuleNVXHandle* pModule + [NativeTypeName("VkCuModuleNVX *")] CuModuleHandleNVX* pModule ) => Underlying.Value!.CreateCuModuleNVX(device, pCreateInfo, pAllocator, pModule); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] [MethodImpl( @@ -78630,10 +45260,10 @@ public static Result CreateCuModuleNVX( [NativeTypeName("const VkCuModuleCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuModuleNVX *")] Ref pModule + [NativeTypeName("VkCuModuleNVX *")] Ref pModule ) { - fixed (CuModuleNVXHandle* __dsl_pModule = pModule) + fixed (CuModuleHandleNVX* __dsl_pModule = pModule) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (CuModuleCreateInfoNVX* __dsl_pCreateInfo = pCreateInfo) { @@ -78646,22 +45276,13 @@ public static Result CreateCuModuleNVX( } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -78679,15 +45300,6 @@ public static Result CreateDataGraphPipelinesARM( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] [MethodImpl( @@ -78695,7 +45307,7 @@ public static Result CreateDataGraphPipelinesARM( )] public static Result CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -78720,15 +45332,6 @@ public static Result CreateDataGraphPipelinesARM( } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78739,7 +45342,7 @@ public static Result CreateDataGraphPipelineSessionARM( DataGraphPipelineSessionCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - DataGraphPipelineSessionARMHandle* pSession + DataGraphPipelineSessionHandleARM* pSession ) => Underlying.Value!.CreateDataGraphPipelineSessionARM( device, @@ -78748,15 +45351,6 @@ public static Result CreateDataGraphPipelineSessionARM( pSession ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] [MethodImpl( @@ -78768,10 +45362,10 @@ public static Result CreateDataGraphPipelineSessionARM( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - Ref pSession + Ref pSession ) { - fixed (DataGraphPipelineSessionARMHandle* __dsl_pSession = pSession) + fixed (DataGraphPipelineSessionHandleARM* __dsl_pSession = pSession) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DataGraphPipelineSessionCreateInfoARM* __dsl_pCreateInfo = pCreateInfo) { @@ -78784,7 +45378,6 @@ Ref pSession } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78794,7 +45387,7 @@ public static Result CreateDebugReportCallbackEXT( [NativeTypeName("const VkDebugReportCallbackCreateInfoEXT *")] DebugReportCallbackCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackEXTHandle* pCallback + [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackHandleEXT* pCallback ) => Underlying.Value!.CreateDebugReportCallbackEXT( instance, @@ -78803,7 +45396,6 @@ public static Result CreateDebugReportCallbackEXT( pCallback ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] [MethodImpl( @@ -78815,10 +45407,10 @@ public static Result CreateDebugReportCallbackEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDebugReportCallbackEXT *")] - Ref pCallback + Ref pCallback ) { - fixed (DebugReportCallbackEXTHandle* __dsl_pCallback = pCallback) + fixed (DebugReportCallbackHandleEXT* __dsl_pCallback = pCallback) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DebugReportCallbackCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -78831,7 +45423,6 @@ Ref pCallback } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78841,7 +45432,7 @@ public static Result CreateDebugUtilsMessengerEXT( [NativeTypeName("const VkDebugUtilsMessengerCreateInfoEXT *")] DebugUtilsMessengerCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerEXTHandle* pMessenger + [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerHandleEXT* pMessenger ) => Underlying.Value!.CreateDebugUtilsMessengerEXT( instance, @@ -78850,7 +45441,6 @@ public static Result CreateDebugUtilsMessengerEXT( pMessenger ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] [MethodImpl( @@ -78862,10 +45452,10 @@ public static Result CreateDebugUtilsMessengerEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDebugUtilsMessengerEXT *")] - Ref pMessenger + Ref pMessenger ) { - fixed (DebugUtilsMessengerEXTHandle* __dsl_pMessenger = pMessenger) + fixed (DebugUtilsMessengerHandleEXT* __dsl_pMessenger = pMessenger) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DebugUtilsMessengerCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -78878,7 +45468,6 @@ Ref pMessenger } } - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78887,10 +45476,9 @@ public static Result CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkDeferredOperationKHR *")] - DeferredOperationKHRHandle* pDeferredOperation + DeferredOperationHandleKHR* pDeferredOperation ) => Underlying.Value!.CreateDeferredOperationKHR(device, pAllocator, pDeferredOperation); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] [MethodImpl( @@ -78900,10 +45488,10 @@ public static Result CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDeferredOperationKHR *")] - Ref pDeferredOperation + Ref pDeferredOperation ) { - fixed (DeferredOperationKHRHandle* __dsl_pDeferredOperation = pDeferredOperation) + fixed (DeferredOperationHandleKHR* __dsl_pDeferredOperation = pDeferredOperation) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) { return (Result)CreateDeferredOperationKHR( @@ -78914,27 +45502,6 @@ Ref pDeferredOperation } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -78953,27 +45520,6 @@ public static Result CreateDescriptorPool( pDescriptorPool ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] [MethodImpl( @@ -79000,27 +45546,6 @@ public static Result CreateDescriptorPool( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79039,27 +45564,6 @@ public static Result CreateDescriptorSetLayout( pSetLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] [MethodImpl( @@ -79086,24 +45590,6 @@ public static Result CreateDescriptorSetLayout( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79123,24 +45609,6 @@ public static Result CreateDescriptorUpdateTemplate( pDescriptorUpdateTemplate ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] [MethodImpl( @@ -79171,7 +45639,6 @@ Ref pDescriptorUpdateTemplate } } - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79191,7 +45658,6 @@ public static Result CreateDescriptorUpdateTemplateKHR( pDescriptorUpdateTemplate ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] [MethodImpl( @@ -79222,32 +45688,6 @@ Ref pDescriptorUpdateTemplate } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79259,32 +45699,6 @@ public static Result CreateDevice( [NativeTypeName("VkDevice *")] DeviceHandle* pDevice ) => Underlying.Value!.CreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] [MethodImpl( @@ -79310,18 +45724,17 @@ public static Result CreateDevice( } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] DisplayModeCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] DisplayModeKHRHandle* pMode + [NativeTypeName("VkDisplayModeKHR *")] DisplayModeHandleKHR* pMode ) => Underlying.Value!.CreateDisplayModeKHR( physicalDevice, @@ -79331,7 +45744,6 @@ public static Result CreateDisplayModeKHR( pMode ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] [MethodImpl( @@ -79339,14 +45751,14 @@ public static Result CreateDisplayModeKHR( )] public static Result CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] Ref pMode + [NativeTypeName("VkDisplayModeKHR *")] Ref pMode ) { - fixed (DisplayModeKHRHandle* __dsl_pMode = pMode) + fixed (DisplayModeHandleKHR* __dsl_pMode = pMode) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DisplayModeCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) { @@ -79360,7 +45772,6 @@ public static Result CreateDisplayModeKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79370,7 +45781,7 @@ public static Result CreateDisplayPlaneSurfaceKHR( [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] DisplaySurfaceCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ) => Underlying.Value!.CreateDisplayPlaneSurfaceKHR( instance, @@ -79379,7 +45790,6 @@ public static Result CreateDisplayPlaneSurfaceKHR( pSurface ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] [MethodImpl( @@ -79390,10 +45800,10 @@ public static Result CreateDisplayPlaneSurfaceKHR( [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ) { - fixed (SurfaceKHRHandle* __dsl_pSurface = pSurface) + fixed (SurfaceHandleKHR* __dsl_pSurface = pSurface) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DisplaySurfaceCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) { @@ -79406,27 +45816,6 @@ public static Result CreateDisplayPlaneSurfaceKHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79438,27 +45827,6 @@ public static Result CreateEvent( [NativeTypeName("VkEvent *")] EventHandle* pEvent ) => Underlying.Value!.CreateEvent(device, pCreateInfo, pAllocator, pEvent); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] [MethodImpl( @@ -79484,7 +45852,6 @@ public static Result CreateEvent( } } - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79495,7 +45862,7 @@ public static Result CreateExternalComputeQueueNV( ExternalComputeQueueCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkExternalComputeQueueNV *")] - ExternalComputeQueueNVHandle* pExternalQueue + ExternalComputeQueueHandleNV* pExternalQueue ) => Underlying.Value!.CreateExternalComputeQueueNV( device, @@ -79504,7 +45871,6 @@ public static Result CreateExternalComputeQueueNV( pExternalQueue ); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] [MethodImpl( @@ -79516,10 +45882,10 @@ public static Result CreateExternalComputeQueueNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkExternalComputeQueueNV *")] - Ref pExternalQueue + Ref pExternalQueue ) { - fixed (ExternalComputeQueueNVHandle* __dsl_pExternalQueue = pExternalQueue) + fixed (ExternalComputeQueueHandleNV* __dsl_pExternalQueue = pExternalQueue) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (ExternalComputeQueueCreateInfoNV* __dsl_pCreateInfo = pCreateInfo) { @@ -79532,32 +45898,6 @@ Ref pExternalQueue } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79569,32 +45909,6 @@ public static Result CreateFence( [NativeTypeName("VkFence *")] FenceHandle* pFence ) => Underlying.Value!.CreateFence(device, pCreateInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] [MethodImpl( @@ -79620,22 +45934,6 @@ public static Result CreateFence( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79647,22 +45945,6 @@ public static Result CreateFramebuffer( [NativeTypeName("VkFramebuffer *")] FramebufferHandle* pFramebuffer ) => Underlying.Value!.CreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] [MethodImpl( @@ -79689,22 +45971,6 @@ public static Result CreateFramebuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79727,22 +45993,6 @@ public static Result CreateGraphicsPipelines( pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] [MethodImpl( @@ -79773,11 +46023,6 @@ public static Result CreateGraphicsPipelines( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_headless_surface"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79787,15 +46032,10 @@ public static Result CreateHeadlessSurfaceEXT( [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] HeadlessSurfaceCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ) => Underlying.Value!.CreateHeadlessSurfaceEXT(instance, pCreateInfo, pAllocator, pSurface); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_headless_surface"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] [MethodImpl( @@ -79806,10 +46046,10 @@ public static Result CreateHeadlessSurfaceEXT( [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ) { - fixed (SurfaceKHRHandle* __dsl_pSurface = pSurface) + fixed (SurfaceHandleKHR* __dsl_pSurface = pSurface) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (HeadlessSurfaceCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -79822,32 +46062,6 @@ public static Result CreateHeadlessSurfaceEXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79859,32 +46073,6 @@ public static Result CreateImage( [NativeTypeName("VkImage *")] ImageHandle* pImage ) => Underlying.Value!.CreateImage(device, pCreateInfo, pAllocator, pImage); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] [MethodImpl( @@ -79910,32 +46098,6 @@ public static Result CreateImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -79947,32 +46109,6 @@ public static Result CreateImageView( [NativeTypeName("VkImageView *")] ImageViewHandle* pView ) => Underlying.Value!.CreateImageView(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] [MethodImpl( @@ -79998,15 +46134,6 @@ public static Result CreateImageView( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80017,7 +46144,7 @@ public static Result CreateIndirectCommandsLayoutEXT( IndirectCommandsLayoutCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - IndirectCommandsLayoutEXTHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleEXT* pIndirectCommandsLayout ) => Underlying.Value!.CreateIndirectCommandsLayoutEXT( device, @@ -80026,15 +46153,6 @@ public static Result CreateIndirectCommandsLayoutEXT( pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] [MethodImpl( @@ -80046,11 +46164,11 @@ public static Result CreateIndirectCommandsLayoutEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ) { fixed ( - IndirectCommandsLayoutEXTHandle* __dsl_pIndirectCommandsLayout = + IndirectCommandsLayoutHandleEXT* __dsl_pIndirectCommandsLayout = pIndirectCommandsLayout ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) @@ -80065,11 +46183,6 @@ Ref pIndirectCommandsLayout } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80080,7 +46193,7 @@ public static Result CreateIndirectCommandsLayoutNV( IndirectCommandsLayoutCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - IndirectCommandsLayoutNVHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleNV* pIndirectCommandsLayout ) => Underlying.Value!.CreateIndirectCommandsLayoutNV( device, @@ -80089,11 +46202,6 @@ public static Result CreateIndirectCommandsLayoutNV( pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] [MethodImpl( @@ -80105,11 +46213,11 @@ public static Result CreateIndirectCommandsLayoutNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ) { fixed ( - IndirectCommandsLayoutNVHandle* __dsl_pIndirectCommandsLayout = + IndirectCommandsLayoutHandleNV* __dsl_pIndirectCommandsLayout = pIndirectCommandsLayout ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) @@ -80124,15 +46232,6 @@ Ref pIndirectCommandsLayout } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80143,7 +46242,7 @@ public static Result CreateIndirectExecutionSetEXT( IndirectExecutionSetCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - IndirectExecutionSetEXTHandle* pIndirectExecutionSet + IndirectExecutionSetHandleEXT* pIndirectExecutionSet ) => Underlying.Value!.CreateIndirectExecutionSetEXT( device, @@ -80152,15 +46251,6 @@ public static Result CreateIndirectExecutionSetEXT( pIndirectExecutionSet ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] [MethodImpl( @@ -80172,11 +46262,11 @@ public static Result CreateIndirectExecutionSetEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - Ref pIndirectExecutionSet + Ref pIndirectExecutionSet ) { fixed ( - IndirectExecutionSetEXTHandle* __dsl_pIndirectExecutionSet = pIndirectExecutionSet + IndirectExecutionSetHandleEXT* __dsl_pIndirectExecutionSet = pIndirectExecutionSet ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (IndirectExecutionSetCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) @@ -80190,32 +46280,6 @@ Ref pIndirectExecutionSet } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80226,32 +46290,6 @@ public static Result CreateInstance( [NativeTypeName("VkInstance *")] InstanceHandle* pInstance ) => Underlying.Value!.CreateInstance(pCreateInfo, pAllocator, pInstance); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] [MethodImpl( @@ -80271,14 +46309,6 @@ public static Result CreateInstance( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80287,17 +46317,9 @@ public static Result CreateMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMicromapCreateInfoEXT *")] MicromapCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkMicromapEXT *")] MicromapEXTHandle* pMicromap + [NativeTypeName("VkMicromapEXT *")] MicromapHandleEXT* pMicromap ) => Underlying.Value!.CreateMicromapEXT(device, pCreateInfo, pAllocator, pMicromap); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] [MethodImpl( @@ -80308,10 +46330,10 @@ public static Result CreateMicromapEXT( [NativeTypeName("const VkMicromapCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkMicromapEXT *")] Ref pMicromap + [NativeTypeName("VkMicromapEXT *")] Ref pMicromap ) { - fixed (MicromapEXTHandle* __dsl_pMicromap = pMicromap) + fixed (MicromapHandleEXT* __dsl_pMicromap = pMicromap) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (MicromapCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -80324,15 +46346,6 @@ public static Result CreateMicromapEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80342,19 +46355,10 @@ public static Result CreateOpticalFlowSessionNV( [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] OpticalFlowSessionCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionNVHandle* pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionHandleNV* pSession ) => Underlying.Value!.CreateOpticalFlowSessionNV(device, pCreateInfo, pAllocator, pSession); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] [MethodImpl( @@ -80365,10 +46369,10 @@ public static Result CreateOpticalFlowSessionNV( [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession ) { - fixed (OpticalFlowSessionNVHandle* __dsl_pSession = pSession) + fixed (OpticalFlowSessionHandleNV* __dsl_pSession = pSession) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (OpticalFlowSessionCreateInfoNV* __dsl_pCreateInfo = pCreateInfo) { @@ -80381,14 +46385,6 @@ public static Result CreateOpticalFlowSessionNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80402,14 +46398,6 @@ public static Result CreatePipelineBinariesKHR( ) => Underlying.Value!.CreatePipelineBinariesKHR(device, pCreateInfo, pAllocator, pBinaries); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] [MethodImpl( @@ -80436,27 +46424,6 @@ Ref pBinaries } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80469,27 +46436,6 @@ public static Result CreatePipelineCache( [NativeTypeName("VkPipelineCache *")] PipelineCacheHandle* pPipelineCache ) => Underlying.Value!.CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] [MethodImpl( @@ -80516,27 +46462,6 @@ public static Result CreatePipelineCache( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80555,27 +46480,6 @@ public static Result CreatePipelineLayout( pPipelineLayout ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] [MethodImpl( @@ -80602,20 +46506,6 @@ public static Result CreatePipelineLayout( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80634,20 +46524,6 @@ public static Result CreatePrivateDataSlot( pPrivateDataSlot ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] [MethodImpl( @@ -80674,14 +46550,6 @@ public static Result CreatePrivateDataSlot( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80700,14 +46568,6 @@ public static Result CreatePrivateDataSlotEXT( pPrivateDataSlot ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] [MethodImpl( @@ -80734,32 +46594,6 @@ public static Result CreatePrivateDataSlotEXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80771,32 +46605,6 @@ public static Result CreateQueryPool( [NativeTypeName("VkQueryPool *")] QueryPoolHandle* pQueryPool ) => Underlying.Value!.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] [MethodImpl( @@ -80822,21 +46630,13 @@ public static Result CreateQueryPool( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -80854,14 +46654,6 @@ public static Result CreateRayTracingPipelinesKHR( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] [MethodImpl( @@ -80869,7 +46661,7 @@ public static Result CreateRayTracingPipelinesKHR( )] public static Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -80894,14 +46686,6 @@ public static Result CreateRayTracingPipelinesKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80924,14 +46708,6 @@ public static Result CreateRayTracingPipelinesNV( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] [MethodImpl( @@ -80962,22 +46738,6 @@ public static Result CreateRayTracingPipelinesNV( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -80989,22 +46749,6 @@ public static Result CreateRenderPass( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ) => Underlying.Value!.CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] [MethodImpl( @@ -81031,18 +46775,6 @@ public static Result CreateRenderPass( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81054,18 +46786,6 @@ public static Result CreateRenderPass2( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ) => Underlying.Value!.CreateRenderPass2(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] [MethodImpl( @@ -81092,11 +46812,6 @@ public static Result CreateRenderPass2( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81108,11 +46823,6 @@ public static Result CreateRenderPass2KHR( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ) => Underlying.Value!.CreateRenderPass2KHR(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] [MethodImpl( @@ -81139,27 +46849,6 @@ public static Result CreateRenderPass2KHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81171,27 +46860,6 @@ public static Result CreateSampler( [NativeTypeName("VkSampler *")] SamplerHandle* pSampler ) => Underlying.Value!.CreateSampler(device, pCreateInfo, pAllocator, pSampler); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] [MethodImpl( @@ -81217,24 +46885,6 @@ public static Result CreateSampler( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81254,24 +46904,6 @@ public static Result CreateSamplerYcbcrConversion( pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] [MethodImpl( @@ -81299,14 +46931,6 @@ Ref pYcbcrConversion } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81326,14 +46950,6 @@ public static Result CreateSamplerYcbcrConversionKHR( pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] [MethodImpl( @@ -81361,32 +46977,6 @@ Ref pYcbcrConversion } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81398,32 +46988,6 @@ public static Result CreateSemaphore( [NativeTypeName("VkSemaphore *")] SemaphoreHandle* pSemaphore ) => Underlying.Value!.CreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] [MethodImpl( @@ -81449,27 +47013,6 @@ public static Result CreateSemaphore( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81482,27 +47025,6 @@ public static Result CreateShaderModule( [NativeTypeName("VkShaderModule *")] ShaderModuleHandle* pShaderModule ) => Underlying.Value!.CreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] [MethodImpl( @@ -81529,15 +47051,6 @@ public static Result CreateShaderModule( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81547,7 +47060,7 @@ public static Result CreateShadersEXT( [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] ShaderCreateInfoEXT* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("VkShaderEXT *")] ShaderHandleEXT* pShaders ) => Underlying.Value!.CreateShadersEXT( device, @@ -81557,15 +47070,6 @@ public static Result CreateShadersEXT( pShaders ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] [MethodImpl( @@ -81576,10 +47080,10 @@ public static Result CreateShadersEXT( [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkShaderEXT *")] Ref pShaders + [NativeTypeName("VkShaderEXT *")] Ref pShaders ) { - fixed (ShaderEXTHandle* __dsl_pShaders = pShaders) + fixed (ShaderHandleEXT* __dsl_pShaders = pShaders) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (ShaderCreateInfoEXT* __dsl_pCreateInfos = pCreateInfos) { @@ -81593,11 +47097,6 @@ public static Result CreateShadersEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81608,7 +47107,7 @@ public static Result CreateSharedSwapchainsKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains ) => Underlying.Value!.CreateSharedSwapchainsKHR( device, @@ -81618,11 +47117,6 @@ public static Result CreateSharedSwapchainsKHR( pSwapchains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] [MethodImpl( @@ -81634,10 +47128,10 @@ public static Result CreateSharedSwapchainsKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains ) { - fixed (SwapchainKHRHandle* __dsl_pSwapchains = pSwapchains) + fixed (SwapchainHandleKHR* __dsl_pSwapchains = pSwapchains) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (SwapchainCreateInfoKHR* __dsl_pCreateInfos = pCreateInfos) { @@ -81651,7 +47145,6 @@ public static Result CreateSharedSwapchainsKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81661,10 +47154,9 @@ public static Result CreateSwapchainKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchain + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchain ) => Underlying.Value!.CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] [MethodImpl( @@ -81675,10 +47167,10 @@ public static Result CreateSwapchainKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain ) { - fixed (SwapchainKHRHandle* __dsl_pSwapchain = pSwapchain) + fixed (SwapchainHandleKHR* __dsl_pSwapchain = pSwapchain) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (SwapchainCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) { @@ -81691,7 +47183,6 @@ public static Result CreateSwapchainKHR( } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81700,10 +47191,9 @@ public static Result CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] TensorCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorARM *")] TensorARMHandle* pTensor + [NativeTypeName("VkTensorARM *")] TensorHandleARM* pTensor ) => Underlying.Value!.CreateTensorARM(device, pCreateInfo, pAllocator, pTensor); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] [MethodImpl( @@ -81713,10 +47203,10 @@ public static Result CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorARM *")] Ref pTensor + [NativeTypeName("VkTensorARM *")] Ref pTensor ) { - fixed (TensorARMHandle* __dsl_pTensor = pTensor) + fixed (TensorHandleARM* __dsl_pTensor = pTensor) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (TensorCreateInfoARM* __dsl_pCreateInfo = pCreateInfo) { @@ -81729,7 +47219,6 @@ public static Result CreateTensorARM( } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81739,10 +47228,9 @@ public static Result CreateTensorViewARM( [NativeTypeName("const VkTensorViewCreateInfoARM *")] TensorViewCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorViewARM *")] TensorViewARMHandle* pView + [NativeTypeName("VkTensorViewARM *")] TensorViewHandleARM* pView ) => Underlying.Value!.CreateTensorViewARM(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] [MethodImpl( @@ -81753,10 +47241,10 @@ public static Result CreateTensorViewARM( [NativeTypeName("const VkTensorViewCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorViewARM *")] Ref pView + [NativeTypeName("VkTensorViewARM *")] Ref pView ) { - fixed (TensorViewARMHandle* __dsl_pView = pView) + fixed (TensorViewHandleARM* __dsl_pView = pView) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (TensorViewCreateInfoARM* __dsl_pCreateInfo = pCreateInfo) { @@ -81769,7 +47257,6 @@ public static Result CreateTensorViewARM( } } - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81779,7 +47266,7 @@ public static Result CreateValidationCacheEXT( [NativeTypeName("const VkValidationCacheCreateInfoEXT *")] ValidationCacheCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheEXTHandle* pValidationCache + [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheHandleEXT* pValidationCache ) => Underlying.Value!.CreateValidationCacheEXT( device, @@ -81788,7 +47275,6 @@ public static Result CreateValidationCacheEXT( pValidationCache ); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] [MethodImpl( @@ -81800,10 +47286,10 @@ public static Result CreateValidationCacheEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkValidationCacheEXT *")] - Ref pValidationCache + Ref pValidationCache ) { - fixed (ValidationCacheEXTHandle* __dsl_pValidationCache = pValidationCache) + fixed (ValidationCacheHandleEXT* __dsl_pValidationCache = pValidationCache) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (ValidationCacheCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -81816,11 +47302,6 @@ Ref pValidationCache } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81830,15 +47311,10 @@ public static Result CreateVideoSessionKHR( [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] VideoSessionCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] VideoSessionKHRHandle* pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] VideoSessionHandleKHR* pVideoSession ) => Underlying.Value!.CreateVideoSessionKHR(device, pCreateInfo, pAllocator, pVideoSession); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] [MethodImpl( @@ -81849,10 +47325,10 @@ public static Result CreateVideoSessionKHR( [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession ) { - fixed (VideoSessionKHRHandle* __dsl_pVideoSession = pVideoSession) + fixed (VideoSessionHandleKHR* __dsl_pVideoSession = pVideoSession) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (VideoSessionCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) { @@ -81865,11 +47341,6 @@ public static Result CreateVideoSessionKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81880,7 +47351,7 @@ public static Result CreateVideoSessionParametersKHR( VideoSessionParametersCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - VideoSessionParametersKHRHandle* pVideoSessionParameters + VideoSessionParametersHandleKHR* pVideoSessionParameters ) => Underlying.Value!.CreateVideoSessionParametersKHR( device, @@ -81889,11 +47360,6 @@ public static Result CreateVideoSessionParametersKHR( pVideoSessionParameters ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] [MethodImpl( @@ -81905,11 +47371,11 @@ public static Result CreateVideoSessionParametersKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - Ref pVideoSessionParameters + Ref pVideoSessionParameters ) { fixed ( - VideoSessionParametersKHRHandle* __dsl_pVideoSessionParameters = + VideoSessionParametersHandleKHR* __dsl_pVideoSessionParameters = pVideoSessionParameters ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) @@ -81924,11 +47390,6 @@ Ref pVideoSessionParameters } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81939,11 +47400,6 @@ public static Result DebugMarkerSetObjectNameEXT( DebugMarkerObjectNameInfoEXT* pNameInfo ) => Underlying.Value!.DebugMarkerSetObjectNameEXT(device, pNameInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] [MethodImpl( @@ -81961,11 +47417,6 @@ Ref pNameInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -81976,11 +47427,6 @@ public static Result DebugMarkerSetObjectTagEXT( DebugMarkerObjectTagInfoEXT* pTagInfo ) => Underlying.Value!.DebugMarkerSetObjectTagEXT(device, pTagInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_debug_marker"], - ImpliesSets = ["VK_EXT_debug_report"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] [MethodImpl( @@ -81998,7 +47444,6 @@ Ref pTagInfo } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82024,7 +47469,6 @@ public static void DebugReportMessageEXT( pMessage ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] [MethodImpl( @@ -82057,24 +47501,15 @@ public static void DebugReportMessageEXT( } } - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkDeferredOperationJoinKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result DeferredOperationJoinKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ) => Underlying.Value!.DeferredOperationJoinKHR(device, operation); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82082,7 +47517,7 @@ public static Result DeferredOperationJoinKHR( public static void DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyAccelerationStructureKHR( @@ -82091,14 +47526,6 @@ public static void DestroyAccelerationStructureKHR( pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] [MethodImpl( @@ -82107,7 +47534,7 @@ public static void DestroyAccelerationStructureKHR( public static void DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -82117,14 +47544,6 @@ public static void DestroyAccelerationStructureKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82132,7 +47551,7 @@ public static void DestroyAccelerationStructureKHR( public static void DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyAccelerationStructureNV( @@ -82141,14 +47560,6 @@ public static void DestroyAccelerationStructureNV( pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] [MethodImpl( @@ -82157,7 +47568,7 @@ public static void DestroyAccelerationStructureNV( public static void DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -82167,32 +47578,6 @@ public static void DestroyAccelerationStructureNV( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82203,32 +47588,6 @@ public static void DestroyBuffer( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyBuffer(device, buffer, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] [MethodImpl( @@ -82246,27 +47605,6 @@ public static void DestroyBuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82277,27 +47615,6 @@ public static void DestroyBufferView( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyBufferView(device, bufferView, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] [MethodImpl( @@ -82315,32 +47632,6 @@ public static void DestroyBufferView( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82351,32 +47642,6 @@ public static void DestroyCommandPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyCommandPool(device, commandPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] [MethodImpl( @@ -82394,18 +47659,16 @@ public static void DestroyCommandPool( } } - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyCuFunctionNVX(device, function, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] [MethodImpl( @@ -82413,7 +47676,7 @@ public static void DestroyCuFunctionNVX( )] public static void DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -82423,18 +47686,16 @@ public static void DestroyCuFunctionNVX( } } - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyCuModuleNVX(device, module, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] [MethodImpl( @@ -82442,7 +47703,7 @@ public static void DestroyCuModuleNVX( )] public static void DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -82452,15 +47713,6 @@ public static void DestroyCuModuleNVX( } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82468,19 +47720,10 @@ public static void DestroyCuModuleNVX( public static void DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyDataGraphPipelineSessionARM(device, session, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] [MethodImpl( @@ -82489,7 +47732,7 @@ public static void DestroyDataGraphPipelineSessionARM( public static void DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDataGraphPipelineSessionARM")] - DataGraphPipelineSessionARMHandle session, + DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -82499,18 +47742,16 @@ public static void DestroyDataGraphPipelineSessionARM( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyDebugReportCallbackEXT(instance, callback, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] [MethodImpl( @@ -82518,7 +47759,7 @@ public static void DestroyDebugReportCallbackEXT( )] public static void DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -82528,18 +47769,16 @@ public static void DestroyDebugReportCallbackEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyDebugUtilsMessengerEXT(instance, messenger, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] [MethodImpl( @@ -82547,7 +47786,7 @@ public static void DestroyDebugUtilsMessengerEXT( )] public static void DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -82557,18 +47796,16 @@ public static void DestroyDebugUtilsMessengerEXT( } } - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyDeferredOperationKHR(device, operation, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] [MethodImpl( @@ -82576,7 +47813,7 @@ public static void DestroyDeferredOperationKHR( )] public static void DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -82586,27 +47823,6 @@ public static void DestroyDeferredOperationKHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82617,27 +47833,6 @@ public static void DestroyDescriptorPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyDescriptorPool(device, descriptorPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] [MethodImpl( @@ -82655,27 +47850,6 @@ public static void DestroyDescriptorPool( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82686,27 +47860,6 @@ public static void DestroyDescriptorSetLayout( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] [MethodImpl( @@ -82724,24 +47877,6 @@ public static void DestroyDescriptorSetLayout( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82758,24 +47893,6 @@ public static void DestroyDescriptorUpdateTemplate( pAllocator ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] [MethodImpl( @@ -82794,7 +47911,6 @@ public static void DestroyDescriptorUpdateTemplate( } } - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82811,7 +47927,6 @@ public static void DestroyDescriptorUpdateTemplateKHR( pAllocator ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] [MethodImpl( @@ -82834,32 +47949,6 @@ public static void DestroyDescriptorUpdateTemplateKHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82869,32 +47958,6 @@ public static void DestroyDevice( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyDevice(device, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] [MethodImpl( @@ -82911,27 +47974,6 @@ public static void DestroyDevice( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -82942,27 +47984,6 @@ public static void DestroyEvent( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyEvent(device, @event, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] [MethodImpl( @@ -82980,18 +48001,16 @@ public static void DestroyEvent( } } - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyExternalComputeQueueNV(device, externalQueue, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] [MethodImpl( @@ -82999,7 +48018,7 @@ public static void DestroyExternalComputeQueueNV( )] public static void DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -83009,32 +48028,6 @@ public static void DestroyExternalComputeQueueNV( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83045,32 +48038,6 @@ public static void DestroyFence( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyFence(device, fence, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] [MethodImpl( @@ -83088,22 +48055,6 @@ public static void DestroyFence( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83114,22 +48065,6 @@ public static void DestroyFramebuffer( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyFramebuffer(device, framebuffer, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] [MethodImpl( @@ -83147,32 +48082,6 @@ public static void DestroyFramebuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83183,32 +48092,6 @@ public static void DestroyImage( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyImage(device, image, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] [MethodImpl( @@ -83226,32 +48109,6 @@ public static void DestroyImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83262,32 +48119,6 @@ public static void DestroyImageView( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyImageView(device, imageView, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] [MethodImpl( @@ -83305,15 +48136,6 @@ public static void DestroyImageView( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83321,7 +48143,7 @@ public static void DestroyImageView( public static void DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyIndirectCommandsLayoutEXT( @@ -83330,15 +48152,6 @@ public static void DestroyIndirectCommandsLayoutEXT( pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] [MethodImpl( @@ -83347,7 +48160,7 @@ public static void DestroyIndirectCommandsLayoutEXT( public static void DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -83357,11 +48170,6 @@ public static void DestroyIndirectCommandsLayoutEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83369,7 +48177,7 @@ public static void DestroyIndirectCommandsLayoutEXT( public static void DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyIndirectCommandsLayoutNV( @@ -83378,11 +48186,6 @@ public static void DestroyIndirectCommandsLayoutNV( pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] [MethodImpl( @@ -83391,7 +48194,7 @@ public static void DestroyIndirectCommandsLayoutNV( public static void DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -83401,15 +48204,6 @@ public static void DestroyIndirectCommandsLayoutNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83417,7 +48211,7 @@ public static void DestroyIndirectCommandsLayoutNV( public static void DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyIndirectExecutionSetEXT( @@ -83426,15 +48220,6 @@ public static void DestroyIndirectExecutionSetEXT( pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] [MethodImpl( @@ -83443,7 +48228,7 @@ public static void DestroyIndirectExecutionSetEXT( public static void DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -83453,32 +48238,6 @@ public static void DestroyIndirectExecutionSetEXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83488,32 +48247,6 @@ public static void DestroyInstance( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyInstance(instance, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] [MethodImpl( @@ -83530,32 +48263,16 @@ public static void DestroyInstance( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyMicromapEXT(device, micromap, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] [MethodImpl( @@ -83563,7 +48280,7 @@ public static void DestroyMicromapEXT( )] public static void DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -83573,34 +48290,16 @@ public static void DestroyMicromapEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyOpticalFlowSessionNV(device, session, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] [MethodImpl( @@ -83608,7 +48307,7 @@ public static void DestroyOpticalFlowSessionNV( )] public static void DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -83618,27 +48317,6 @@ public static void DestroyOpticalFlowSessionNV( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83649,27 +48327,6 @@ public static void DestroyPipeline( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyPipeline(device, pipeline, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] [MethodImpl( @@ -83687,32 +48344,16 @@ public static void DestroyPipeline( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyPipelineBinaryKHR(device, pipelineBinary, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] [MethodImpl( @@ -83720,7 +48361,7 @@ public static void DestroyPipelineBinaryKHR( )] public static void DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -83730,27 +48371,6 @@ public static void DestroyPipelineBinaryKHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83761,27 +48381,6 @@ public static void DestroyPipelineCache( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyPipelineCache(device, pipelineCache, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] [MethodImpl( @@ -83799,27 +48398,6 @@ public static void DestroyPipelineCache( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83830,27 +48408,6 @@ public static void DestroyPipelineLayout( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyPipelineLayout(device, pipelineLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] [MethodImpl( @@ -83868,20 +48425,6 @@ public static void DestroyPipelineLayout( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83892,20 +48435,6 @@ public static void DestroyPrivateDataSlot( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyPrivateDataSlot(device, privateDataSlot, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] [MethodImpl( @@ -83923,14 +48452,6 @@ public static void DestroyPrivateDataSlot( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -83941,14 +48462,6 @@ public static void DestroyPrivateDataSlotEXT( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyPrivateDataSlotEXT(device, privateDataSlot, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] [MethodImpl( @@ -83966,32 +48479,6 @@ public static void DestroyPrivateDataSlotEXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -84002,32 +48489,6 @@ public static void DestroyQueryPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyQueryPool(device, queryPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] [MethodImpl( @@ -84045,22 +48506,6 @@ public static void DestroyQueryPool( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -84071,22 +48516,6 @@ public static void DestroyRenderPass( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyRenderPass(device, renderPass, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] [MethodImpl( @@ -84104,27 +48533,6 @@ public static void DestroyRenderPass( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -84135,27 +48543,6 @@ public static void DestroySampler( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroySampler(device, sampler, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] [MethodImpl( @@ -84173,24 +48560,6 @@ public static void DestroySampler( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -84202,24 +48571,6 @@ public static void DestroySamplerYcbcrConversion( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] [MethodImpl( @@ -84238,14 +48589,6 @@ public static void DestroySamplerYcbcrConversion( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -84258,14 +48601,6 @@ public static void DestroySamplerYcbcrConversionKHR( ) => Underlying.Value!.DestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] [MethodImpl( @@ -84284,32 +48619,6 @@ public static void DestroySamplerYcbcrConversionKHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -84320,32 +48629,6 @@ public static void DestroySemaphore( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroySemaphore(device, semaphore, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] [MethodImpl( @@ -84363,34 +48646,16 @@ public static void DestroySemaphore( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyShaderEXT(device, shader, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] [MethodImpl( @@ -84398,7 +48663,7 @@ public static void DestroyShaderEXT( )] public static void DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -84408,27 +48673,6 @@ public static void DestroyShaderEXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -84439,27 +48683,6 @@ public static void DestroyShaderModule( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyShaderModule(device, shaderModule, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] [MethodImpl( @@ -84477,18 +48700,16 @@ public static void DestroyShaderModule( } } - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroySurfaceKHR(instance, surface, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] [MethodImpl( @@ -84496,7 +48717,7 @@ public static void DestroySurfaceKHR( )] public static void DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -84506,18 +48727,16 @@ public static void DestroySurfaceKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroySwapchainKHR(device, swapchain, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] [MethodImpl( @@ -84525,7 +48744,7 @@ public static void DestroySwapchainKHR( )] public static void DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -84535,18 +48754,16 @@ public static void DestroySwapchainKHR( } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyTensorARM(device, tensor, pAllocator); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] [MethodImpl( @@ -84554,7 +48771,7 @@ public static void DestroyTensorARM( )] public static void DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -84564,18 +48781,16 @@ public static void DestroyTensorARM( } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyTensorViewARM(device, tensorView, pAllocator); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] [MethodImpl( @@ -84583,7 +48798,7 @@ public static void DestroyTensorViewARM( )] public static void DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -84593,18 +48808,16 @@ public static void DestroyTensorViewARM( } } - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyValidationCacheEXT(device, validationCache, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] [MethodImpl( @@ -84612,7 +48825,7 @@ public static void DestroyValidationCacheEXT( )] public static void DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -84622,26 +48835,16 @@ public static void DestroyValidationCacheEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyVideoSessionKHR(device, videoSession, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] [MethodImpl( @@ -84649,7 +48852,7 @@ public static void DestroyVideoSessionKHR( )] public static void DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -84659,11 +48862,6 @@ public static void DestroyVideoSessionKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -84671,7 +48869,7 @@ public static void DestroyVideoSessionKHR( public static void DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.DestroyVideoSessionParametersKHR( @@ -84680,11 +48878,6 @@ public static void DestroyVideoSessionParametersKHR( pAllocator ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] [MethodImpl( @@ -84693,7 +48886,7 @@ public static void DestroyVideoSessionParametersKHR( public static void DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -84703,32 +48896,6 @@ public static void DestroyVideoSessionParametersKHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDeviceWaitIdle")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -84736,26 +48903,16 @@ public static void DestroyVideoSessionParametersKHR( public static Result DeviceWaitIdle([NativeTypeName("VkDevice")] DeviceHandle device) => Underlying.Value!.DeviceWaitIdle(device); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] DisplayPowerInfoEXT* pDisplayPowerInfo ) => Underlying.Value!.DisplayPowerControlEXT(device, display, pDisplayPowerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] [MethodImpl( @@ -84763,7 +48920,7 @@ public static Result DisplayPowerControlEXT( )] public static Result DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] Ref pDisplayPowerInfo ) @@ -84774,32 +48931,6 @@ Ref pDisplayPowerInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEndCommandBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -84808,32 +48939,6 @@ public static Result EndCommandBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => Underlying.Value!.EndCommandBuffer(commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -84851,32 +48956,6 @@ public static Result EnumerateDeviceExtensionProperties( pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] [MethodImpl( @@ -84902,32 +48981,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -84943,32 +48996,6 @@ public static Result EnumerateDeviceLayerProperties( pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] [MethodImpl( @@ -84991,32 +49018,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -85032,32 +49033,6 @@ public static Result EnumerateInstanceExtensionProperties( pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] [MethodImpl( @@ -85081,32 +49056,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -85116,32 +49065,6 @@ public static Result EnumerateInstanceLayerProperties( LayerProperties* pProperties ) => Underlying.Value!.EnumerateInstanceLayerProperties(pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] [MethodImpl( @@ -85162,28 +49085,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -85192,28 +49093,6 @@ public static Result EnumerateInstanceVersion( [NativeTypeName("uint32_t *")] uint* pApiVersion ) => Underlying.Value!.EnumerateInstanceVersion(pApiVersion); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] [MethodImpl( @@ -85229,28 +49108,6 @@ public static Result EnumerateInstanceVersion( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -85266,28 +49123,6 @@ public static Result EnumeratePhysicalDeviceGroups( pPhysicalDeviceGroupProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] [MethodImpl( @@ -85313,7 +49148,6 @@ Ref pPhysicalDeviceGroupProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -85329,7 +49163,6 @@ public static Result EnumeratePhysicalDeviceGroupsKHR( pPhysicalDeviceGroupProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] [MethodImpl( @@ -85355,14 +49188,6 @@ Ref pPhysicalDeviceGroupProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM" @@ -85385,14 +49210,6 @@ public static Result EnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegi pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -85425,14 +49242,6 @@ Ref pCounterDescriptions } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR" @@ -85455,14 +49264,6 @@ public static Result EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersK pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -85495,32 +49296,6 @@ Ref pCounterDescriptions } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -85536,32 +49311,6 @@ public static Result EnumeratePhysicalDevices( pPhysicalDevices ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] [MethodImpl( @@ -85584,32 +49333,6 @@ public static Result EnumeratePhysicalDevices( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -85620,32 +49343,6 @@ public static Result FlushMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] MappedMemoryRange* pMemoryRanges ) => Underlying.Value!.FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] [MethodImpl( @@ -85667,32 +49364,6 @@ public static Result FlushMappedMemoryRanges( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl( @@ -85704,32 +49375,6 @@ public static void FreeCommandBuffer( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle pCommandBuffers ) => Underlying.Value!.FreeCommandBuffer(device, commandPool, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -85747,32 +49392,6 @@ public static void FreeCommandBuffers( pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl( @@ -85791,27 +49410,6 @@ public static void FreeCommandBuffers( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -85829,27 +49427,6 @@ public static Result FreeDescriptorSets( pDescriptorSets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] [MethodImpl( @@ -85873,32 +49450,6 @@ public static Result FreeDescriptorSets( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -85909,32 +49460,6 @@ public static void FreeMemory( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.FreeMemory(device, memory, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] [MethodImpl( @@ -85952,14 +49477,6 @@ public static void FreeMemory( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -85980,14 +49497,6 @@ public static void GetAccelerationStructureBuildSizesKHR( pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] [MethodImpl( @@ -86017,14 +49526,6 @@ Ref pSizeInfo } [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86036,14 +49537,6 @@ public static ulong GetAccelerationStructureDeviceAddressKHR( ) => Underlying.Value!.GetAccelerationStructureDeviceAddressKHR(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] [MethodImpl( @@ -86061,14 +49554,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86076,7 +49561,7 @@ Ref pInfo public static Result GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, void* pData ) => @@ -86087,14 +49572,6 @@ public static Result GetAccelerationStructureHandleNV( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] [MethodImpl( @@ -86103,7 +49580,7 @@ public static Result GetAccelerationStructureHandleNV( public static Result GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, Ref pData ) @@ -86119,14 +49596,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86143,14 +49612,6 @@ public static void GetAccelerationStructureMemoryRequirementsNV( pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] [MethodImpl( @@ -86175,19 +49636,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT" @@ -86207,19 +49655,6 @@ public static Result GetAccelerationStructureOpaqueCaptureDescriptorDataEXT( pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -86247,24 +49682,6 @@ Ref pData } [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86275,24 +49692,6 @@ public static ulong GetBufferDeviceAddress( ) => Underlying.Value!.GetBufferDeviceAddress(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] [MethodImpl( @@ -86310,14 +49709,6 @@ public static ulong GetBufferDeviceAddress( } [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86328,14 +49719,6 @@ public static ulong GetBufferDeviceAddressEXT( ) => Underlying.Value!.GetBufferDeviceAddressEXT(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] [MethodImpl( @@ -86353,14 +49736,6 @@ public static ulong GetBufferDeviceAddressEXT( } [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86371,14 +49746,6 @@ public static ulong GetBufferDeviceAddressKHR( ) => Underlying.Value!.GetBufferDeviceAddressKHR(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] [MethodImpl( @@ -86395,32 +49762,6 @@ public static ulong GetBufferDeviceAddressKHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86431,32 +49772,6 @@ public static void GetBufferMemoryRequirements( MemoryRequirements* pMemoryRequirements ) => Underlying.Value!.GetBufferMemoryRequirements(device, buffer, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] [MethodImpl( @@ -86474,28 +49789,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86507,28 +49800,6 @@ public static void GetBufferMemoryRequirements2( MemoryRequirements2* pMemoryRequirements ) => Underlying.Value!.GetBufferMemoryRequirements2(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] [MethodImpl( @@ -86548,7 +49819,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86560,7 +49830,6 @@ public static void GetBufferMemoryRequirements2KHR( MemoryRequirements2* pMemoryRequirements ) => Underlying.Value!.GetBufferMemoryRequirements2KHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] [MethodImpl( @@ -86581,24 +49850,6 @@ Ref pMemoryRequirements } [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86609,24 +49860,6 @@ public static ulong GetBufferOpaqueCaptureAddress( ) => Underlying.Value!.GetBufferOpaqueCaptureAddress(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] [MethodImpl( @@ -86644,14 +49877,6 @@ public static ulong GetBufferOpaqueCaptureAddress( } [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86662,14 +49887,6 @@ public static ulong GetBufferOpaqueCaptureAddressKHR( ) => Underlying.Value!.GetBufferOpaqueCaptureAddressKHR(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] [MethodImpl( @@ -86686,16 +49903,6 @@ public static ulong GetBufferOpaqueCaptureAddressKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86707,16 +49914,6 @@ public static Result GetBufferOpaqueCaptureDescriptorDataEXT( void* pData ) => Underlying.Value!.GetBufferOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] [MethodImpl( @@ -86740,14 +49937,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86768,14 +49957,6 @@ public static Result GetCalibratedTimestampsEXT( pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] [MethodImpl( @@ -86804,14 +49985,6 @@ public static Result GetCalibratedTimestampsEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86832,14 +50005,6 @@ public static Result GetCalibratedTimestampsKHR( pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] [MethodImpl( @@ -86868,11 +50033,6 @@ public static Result GetCalibratedTimestampsKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86885,11 +50045,6 @@ public static void GetClusterAccelerationStructureBuildSizesNV( ) => Underlying.Value!.GetClusterAccelerationStructureBuildSizesNV(device, pInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] [MethodImpl( @@ -86909,15 +50064,6 @@ Ref pSizeInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86936,15 +50082,6 @@ public static Result GetDataGraphPipelineAvailablePropertiesARM( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] [MethodImpl( @@ -86971,15 +50108,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -86998,15 +50126,6 @@ public static Result GetDataGraphPipelinePropertiesARM( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] [MethodImpl( @@ -87032,15 +50151,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetDataGraphPipelineSessionBindPointRequirementsARM" @@ -87062,15 +50172,6 @@ public static Result GetDataGraphPipelineSessionBindPointRequirementsARM( pBindPointRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -87103,15 +50204,6 @@ Ref pBindPointRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetDataGraphPipelineSessionMemoryRequirementsARM" @@ -87131,15 +50223,6 @@ public static void GetDataGraphPipelineSessionMemoryRequirementsARM( pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -87167,36 +50250,24 @@ Ref pMemoryRequirements } [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeferredOperationMaxConcurrencyKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static uint GetDeferredOperationMaxConcurrencyKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ) => Underlying.Value!.GetDeferredOperationMaxConcurrencyKHR(device, operation); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeferredOperationResultKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetDeferredOperationResultKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ) => Underlying.Value!.GetDeferredOperationResultKHR(device, operation); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -87209,16 +50280,6 @@ public static void GetDescriptorEXT( void* pDescriptor ) => Underlying.Value!.GetDescriptorEXT(device, pDescriptorInfo, dataSize, pDescriptor); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] [MethodImpl( @@ -87239,38 +50300,22 @@ Ref pDescriptor } } - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetDescriptorSetHostMappingValve( + public static void GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, void** ppData - ) => Underlying.Value!.GetDescriptorSetHostMappingValve(device, descriptorSet, ppData); + ) => Underlying.Value!.GetDescriptorSetHostMappingVALVE(device, descriptorSet, ppData); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetDescriptorSetHostMappingValve( + public static void GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, Ref2D ppData @@ -87278,20 +50323,10 @@ Ref2D ppData { fixed (void** __dsl_ppData = ppData) { - GetDescriptorSetHostMappingValve(device, descriptorSet, __dsl_ppData); + GetDescriptorSetHostMappingVALVE(device, descriptorSet, __dsl_ppData); } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -87309,16 +50344,6 @@ public static void GetDescriptorSetLayoutBindingOffsetEXT( pOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] [MethodImpl( @@ -87337,54 +50362,38 @@ public static void GetDescriptorSetLayoutBindingOffsetEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetDescriptorSetLayoutHostMappingInfoValve( + public static void GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - DescriptorSetBindingReferenceValve* pBindingReference, - DescriptorSetLayoutHostMappingInfoValve* pHostMapping + DescriptorSetBindingReferenceVALVE* pBindingReference, + DescriptorSetLayoutHostMappingInfoVALVE* pHostMapping ) => - Underlying.Value!.GetDescriptorSetLayoutHostMappingInfoValve( + Underlying.Value!.GetDescriptorSetLayoutHostMappingInfoVALVE( device, pBindingReference, pHostMapping ); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void GetDescriptorSetLayoutHostMappingInfoValve( + public static void GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - Ref pBindingReference, - Ref pHostMapping + Ref pBindingReference, + Ref pHostMapping ) { - fixed (DescriptorSetLayoutHostMappingInfoValve* __dsl_pHostMapping = pHostMapping) - fixed (DescriptorSetBindingReferenceValve* __dsl_pBindingReference = pBindingReference) + fixed (DescriptorSetLayoutHostMappingInfoVALVE* __dsl_pHostMapping = pHostMapping) + fixed (DescriptorSetBindingReferenceVALVE* __dsl_pBindingReference = pBindingReference) { - GetDescriptorSetLayoutHostMappingInfoValve( + GetDescriptorSetLayoutHostMappingInfoVALVE( device, __dsl_pBindingReference, __dsl_pHostMapping @@ -87392,16 +50401,6 @@ Ref pHostMapping } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -87412,16 +50411,6 @@ public static void GetDescriptorSetLayoutSizeEXT( [NativeTypeName("VkDeviceSize *")] ulong* pLayoutSizeInBytes ) => Underlying.Value!.GetDescriptorSetLayoutSizeEXT(device, layout, pLayoutSizeInBytes); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] [MethodImpl( @@ -87439,24 +50428,6 @@ public static void GetDescriptorSetLayoutSizeEXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -87468,24 +50439,6 @@ public static void GetDescriptorSetLayoutSupport( DescriptorSetLayoutSupport* pSupport ) => Underlying.Value!.GetDescriptorSetLayoutSupport(device, pCreateInfo, pSupport); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] [MethodImpl( @@ -87505,14 +50458,6 @@ Ref pSupport } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -87524,14 +50469,6 @@ public static void GetDescriptorSetLayoutSupportKHR( DescriptorSetLayoutSupport* pSupport ) => Underlying.Value!.GetDescriptorSetLayoutSupportKHR(device, pCreateInfo, pSupport); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] [MethodImpl( @@ -87551,14 +50488,6 @@ Ref pSupport } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -87575,14 +50504,6 @@ public static void GetDeviceAccelerationStructureCompatibilityKHR( pCompatibility ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] [MethodImpl( @@ -87606,20 +50527,6 @@ Ref pCompatibility } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -87632,20 +50539,6 @@ public static void GetDeviceBufferMemoryRequirements( ) => Underlying.Value!.GetDeviceBufferMemoryRequirements(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] [MethodImpl( @@ -87665,7 +50558,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -87682,7 +50574,6 @@ public static void GetDeviceBufferMemoryRequirementsKHR( pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] [MethodImpl( @@ -87706,14 +50597,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -87724,14 +50607,6 @@ public static Result GetDeviceFaultInfoEXT( DeviceFaultInfoEXT* pFaultInfo ) => Underlying.Value!.GetDeviceFaultInfoEXT(device, pFaultCounts, pFaultInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] [MethodImpl( @@ -87750,28 +50625,6 @@ Ref pFaultInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -87792,28 +50645,6 @@ public static void GetDeviceGroupPeerMemoryFeatures( pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] [MethodImpl( @@ -87840,11 +50671,6 @@ Ref pPeerMemoryFeatures } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -87865,11 +50691,6 @@ public static void GetDeviceGroupPeerMemoryFeaturesKHR( pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] [MethodImpl( @@ -87896,12 +50717,6 @@ Ref pPeerMemoryFeatures } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -87915,12 +50730,6 @@ public static Result GetDeviceGroupPresentCapabilitiesKHR( pDeviceGroupPresentCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] [MethodImpl( @@ -87943,29 +50752,17 @@ Ref pDeviceGroupPresentCapabilities } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] DeviceGroupPresentModeFlagsKHR* pModes ) => Underlying.Value!.GetDeviceGroupSurfacePresentModesKHR(device, surface, pModes); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] [MethodImpl( @@ -87973,7 +50770,7 @@ public static Result GetDeviceGroupSurfacePresentModesKHR( )] public static Result GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] Ref pModes ) @@ -87984,20 +50781,6 @@ Ref pModes } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88009,20 +50792,6 @@ public static void GetDeviceImageMemoryRequirements( MemoryRequirements2* pMemoryRequirements ) => Underlying.Value!.GetDeviceImageMemoryRequirements(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] [MethodImpl( @@ -88042,7 +50811,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88059,7 +50827,6 @@ public static void GetDeviceImageMemoryRequirementsKHR( pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] [MethodImpl( @@ -88079,20 +50846,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88111,20 +50864,6 @@ public static void GetDeviceImageSparseMemoryRequirements( pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] [MethodImpl( @@ -88154,7 +50893,6 @@ Ref pSparseMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88173,7 +50911,6 @@ public static void GetDeviceImageSparseMemoryRequirementsKHR( pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] [MethodImpl( @@ -88203,16 +50940,6 @@ Ref pSparseMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88224,16 +50951,6 @@ public static void GetDeviceImageSubresourceLayout( SubresourceLayout2* pLayout ) => Underlying.Value!.GetDeviceImageSubresourceLayout(device, pInfo, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] [MethodImpl( @@ -88253,11 +50970,6 @@ Ref pLayout } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88269,11 +50981,6 @@ public static void GetDeviceImageSubresourceLayoutKHR( SubresourceLayout2* pLayout ) => Underlying.Value!.GetDeviceImageSubresourceLayoutKHR(device, pInfo, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] [MethodImpl( @@ -88293,32 +51000,6 @@ Ref pLayout } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88329,32 +51010,6 @@ public static void GetDeviceMemoryCommitment( [NativeTypeName("VkDeviceSize *")] ulong* pCommittedMemoryInBytes ) => Underlying.Value!.GetDeviceMemoryCommitment(device, memory, pCommittedMemoryInBytes); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] [MethodImpl( @@ -88373,24 +51028,6 @@ public static void GetDeviceMemoryCommitment( } [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88402,24 +51039,6 @@ public static ulong GetDeviceMemoryOpaqueCaptureAddress( ) => Underlying.Value!.GetDeviceMemoryOpaqueCaptureAddress(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] [MethodImpl( @@ -88438,14 +51057,6 @@ Ref pInfo } [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88457,14 +51068,6 @@ public static ulong GetDeviceMemoryOpaqueCaptureAddressKHR( ) => Underlying.Value!.GetDeviceMemoryOpaqueCaptureAddressKHR(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] [MethodImpl( @@ -88482,14 +51085,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88506,14 +51101,6 @@ public static void GetDeviceMicromapCompatibilityEXT( pCompatibility ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] [MethodImpl( @@ -88534,110 +51121,32 @@ Ref pCompatibility } [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static PFNVkVoidFunction GetDeviceProcAddr( + public static VoidFunction GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] sbyte* pName ) => Underlying.Value!.GetDeviceProcAddr(device, pName); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static PFNVkVoidFunction GetDeviceProcAddr( + public static VoidFunction GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] Ref pName ) { fixed (sbyte* __dsl_pName = pName) { - return (PFNVkVoidFunction)GetDeviceProcAddr(device, __dsl_pName); + return (VoidFunction)GetDeviceProcAddr(device, __dsl_pName); } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88649,32 +51158,6 @@ public static void GetDeviceQueue( [NativeTypeName("VkQueue *")] QueueHandle* pQueue ) => Underlying.Value!.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] [MethodImpl( @@ -88693,28 +51176,6 @@ public static void GetDeviceQueue( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88725,28 +51186,6 @@ public static void GetDeviceQueue2( [NativeTypeName("VkQueue *")] QueueHandle* pQueue ) => Underlying.Value!.GetDeviceQueue2(device, pQueueInfo, pQueue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] [MethodImpl( @@ -88765,45 +51204,27 @@ public static void GetDeviceQueue2( } } - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + public static Result GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Extent2D* pMaxWorkgroupSize ) => - Underlying.Value!.GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + Underlying.Value!.GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( device, renderpass, pMaxWorkgroupSize ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + public static Result GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Ref pMaxWorkgroupSize @@ -88811,7 +51232,7 @@ Ref pMaxWorkgroupSize { fixed (Extent2D* __dsl_pMaxWorkgroupSize = pMaxWorkgroupSize) { - return (Result)GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + return (Result)GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( device, renderpass, __dsl_pMaxWorkgroupSize @@ -88819,7 +51240,6 @@ Ref pMaxWorkgroupSize } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88836,7 +51256,6 @@ public static void GetDeviceTensorMemoryRequirementsARM( pMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] [MethodImpl( @@ -88860,18 +51279,13 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModeProperties2KHR* pProperties ) => @@ -88882,11 +51296,6 @@ public static Result GetDisplayModeProperties2KHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] [MethodImpl( @@ -88894,7 +51303,7 @@ public static Result GetDisplayModeProperties2KHR( )] public static Result GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ) @@ -88911,14 +51320,13 @@ Ref pProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModePropertiesKHR* pProperties ) => @@ -88929,7 +51337,6 @@ public static Result GetDisplayModePropertiesKHR( pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] [MethodImpl( @@ -88937,7 +51344,7 @@ public static Result GetDisplayModePropertiesKHR( )] public static Result GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ) @@ -88954,11 +51361,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -88975,11 +51377,6 @@ public static Result GetDisplayPlaneCapabilities2KHR( pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] [MethodImpl( @@ -89003,14 +51400,13 @@ Ref pCapabilities } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, DisplayPlaneCapabilitiesKHR* pCapabilities ) => @@ -89021,7 +51417,6 @@ public static Result GetDisplayPlaneCapabilitiesKHR( pCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] [MethodImpl( @@ -89029,7 +51424,7 @@ public static Result GetDisplayPlaneCapabilitiesKHR( )] public static Result GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, Ref pCapabilities ) @@ -89045,7 +51440,6 @@ Ref pCapabilities } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89054,7 +51448,7 @@ public static Result GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] uint* pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* pDisplays + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* pDisplays ) => Underlying.Value!.GetDisplayPlaneSupportedDisplaysKHR( physicalDevice, @@ -89063,7 +51457,6 @@ public static Result GetDisplayPlaneSupportedDisplaysKHR( pDisplays ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] [MethodImpl( @@ -89073,10 +51466,10 @@ public static Result GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] Ref pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] Ref pDisplays + [NativeTypeName("VkDisplayKHR *")] Ref pDisplays ) { - fixed (DisplayKHRHandle* __dsl_pDisplays = pDisplays) + fixed (DisplayHandleKHR* __dsl_pDisplays = pDisplays) fixed (uint* __dsl_pDisplayCount = pDisplayCount) { return (Result)GetDisplayPlaneSupportedDisplaysKHR( @@ -89088,11 +51481,6 @@ public static Result GetDisplayPlaneSupportedDisplaysKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89101,14 +51489,9 @@ public static Result GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* display + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* display ) => Underlying.Value!.GetDrmDisplayEXT(physicalDevice, drmFd, connectorId, display); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] [MethodImpl( @@ -89118,23 +51501,15 @@ public static Result GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] Ref display + [NativeTypeName("VkDisplayKHR *")] Ref display ) { - fixed (DisplayKHRHandle* __dsl_display = display) + fixed (DisplayHandleKHR* __dsl_display = display) { return (Result)GetDrmDisplayEXT(physicalDevice, drmFd, connectorId, __dsl_display); } } - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89150,14 +51525,6 @@ public static Result GetDynamicRenderingTilePropertiesQCOM( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] [MethodImpl( @@ -89180,14 +51547,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89208,14 +51567,6 @@ public static Result GetEncodedVideoSessionParametersKHR( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] [MethodImpl( @@ -89248,27 +51599,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetEventStatus")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89278,25 +51608,23 @@ public static Result GetEventStatus( [NativeTypeName("VkEvent")] EventHandle @event ) => Underlying.Value!.GetEventStatus(device, @event); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, ExternalComputeQueueDataParamsNV* @params, void* pData ) => Underlying.Value!.GetExternalComputeQueueDataNV(externalQueue, @params, pData); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, Ref @params, Ref pData ) @@ -89308,14 +51636,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89326,14 +51646,6 @@ public static Result GetFenceFdKHR( int* pFd ) => Underlying.Value!.GetFenceFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] [MethodImpl( @@ -89352,32 +51664,6 @@ Ref pFd } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetFenceStatus")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89387,14 +51673,6 @@ public static Result GetFenceStatus( [NativeTypeName("VkFence")] FenceHandle fence ) => Underlying.Value!.GetFenceStatus(device, fence); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89412,14 +51690,6 @@ public static Result GetFramebufferTilePropertiesQCOM( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] [MethodImpl( @@ -89444,15 +51714,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89469,15 +51730,6 @@ public static void GetGeneratedCommandsMemoryRequirementsEXT( pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] [MethodImpl( @@ -89501,11 +51753,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89522,11 +51769,6 @@ public static void GetGeneratedCommandsMemoryRequirementsNV( pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] [MethodImpl( @@ -89550,15 +51792,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89569,15 +51802,6 @@ public static Result GetImageDrmFormatModifierPropertiesEXT( ImageDrmFormatModifierPropertiesEXT* pProperties ) => Underlying.Value!.GetImageDrmFormatModifierPropertiesEXT(device, image, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] [MethodImpl( @@ -89599,32 +51823,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89635,32 +51833,6 @@ public static void GetImageMemoryRequirements( MemoryRequirements* pMemoryRequirements ) => Underlying.Value!.GetImageMemoryRequirements(device, image, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] [MethodImpl( @@ -89678,28 +51850,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89711,28 +51861,6 @@ public static void GetImageMemoryRequirements2( MemoryRequirements2* pMemoryRequirements ) => Underlying.Value!.GetImageMemoryRequirements2(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] [MethodImpl( @@ -89752,7 +51880,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89764,7 +51891,6 @@ public static void GetImageMemoryRequirements2KHR( MemoryRequirements2* pMemoryRequirements ) => Underlying.Value!.GetImageMemoryRequirements2KHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] [MethodImpl( @@ -89784,16 +51910,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89805,16 +51921,6 @@ public static Result GetImageOpaqueCaptureDescriptorDataEXT( void* pData ) => Underlying.Value!.GetImageOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] [MethodImpl( @@ -89838,32 +51944,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89881,32 +51961,6 @@ public static void GetImageSparseMemoryRequirements( pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] [MethodImpl( @@ -89934,28 +51988,6 @@ Ref pSparseMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -89974,28 +52006,6 @@ public static void GetImageSparseMemoryRequirements2( pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] [MethodImpl( @@ -90025,7 +52035,6 @@ Ref pSparseMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90044,7 +52053,6 @@ public static void GetImageSparseMemoryRequirements2KHR( pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] [MethodImpl( @@ -90074,32 +52082,6 @@ Ref pSparseMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90111,32 +52093,6 @@ public static void GetImageSubresourceLayout( SubresourceLayout* pLayout ) => Underlying.Value!.GetImageSubresourceLayout(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] [MethodImpl( @@ -90156,16 +52112,6 @@ Ref pLayout } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90177,16 +52123,6 @@ public static void GetImageSubresourceLayout2( SubresourceLayout2* pLayout ) => Underlying.Value!.GetImageSubresourceLayout2(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] [MethodImpl( @@ -90206,15 +52142,6 @@ Ref pLayout } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90226,15 +52153,6 @@ public static void GetImageSubresourceLayout2EXT( SubresourceLayout2* pLayout ) => Underlying.Value!.GetImageSubresourceLayout2EXT(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] [MethodImpl( @@ -90254,11 +52172,6 @@ Ref pLayout } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90270,11 +52183,6 @@ public static void GetImageSubresourceLayout2KHR( SubresourceLayout2* pLayout ) => Underlying.Value!.GetImageSubresourceLayout2KHR(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] [MethodImpl( @@ -90294,7 +52202,6 @@ Ref pLayout } } - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90305,7 +52212,6 @@ public static Result GetImageViewAddressNVX( ImageViewAddressPropertiesNVX* pProperties ) => Underlying.Value!.GetImageViewAddressNVX(device, imageView, pProperties); - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] [MethodImpl( @@ -90324,7 +52230,6 @@ Ref pProperties } [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90335,7 +52240,6 @@ public static ulong GetImageViewHandle64NVX( ) => Underlying.Value!.GetImageViewHandle64NVX(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] [MethodImpl( @@ -90353,7 +52257,6 @@ public static ulong GetImageViewHandle64NVX( } [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90364,7 +52267,6 @@ public static uint GetImageViewHandleNVX( ) => Underlying.Value!.GetImageViewHandleNVX(device, pInfo); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] [MethodImpl( @@ -90381,16 +52283,6 @@ public static uint GetImageViewHandleNVX( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90402,16 +52294,6 @@ public static Result GetImageViewOpaqueCaptureDescriptorDataEXT( void* pData ) => Underlying.Value!.GetImageViewOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] [MethodImpl( @@ -90436,114 +52318,42 @@ Ref pData } [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static PFNVkVoidFunction GetInstanceProcAddr( + public static VoidFunction GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] sbyte* pName ) => Underlying.Value!.GetInstanceProcAddr(instance, pName); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static PFNVkVoidFunction GetInstanceProcAddr( + public static VoidFunction GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] Ref pName ) { fixed (sbyte* __dsl_pName = pName) { - return (PFNVkVoidFunction)GetInstanceProcAddr(instance, __dsl_pName); + return (VoidFunction)GetInstanceProcAddr(instance, __dsl_pName); } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, GetLatencyMarkerInfoNV* pLatencyMarkerInfo ) => Underlying.Value!.GetLatencyTimingsNV(device, swapchain, pLatencyMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] [MethodImpl( @@ -90551,7 +52361,7 @@ public static void GetLatencyTimingsNV( )] public static void GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, Ref pLatencyMarkerInfo ) { @@ -90561,14 +52371,6 @@ Ref pLatencyMarkerInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90579,14 +52381,6 @@ public static Result GetMemoryFdKHR( int* pFd ) => Underlying.Value!.GetMemoryFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] [MethodImpl( @@ -90605,14 +52399,6 @@ Ref pFd } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90625,14 +52411,6 @@ public static Result GetMemoryFdPropertiesKHR( ) => Underlying.Value!.GetMemoryFdPropertiesKHR(device, handleType, fd, pMemoryFdProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] [MethodImpl( @@ -90656,14 +52434,6 @@ Ref pMemoryFdProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90681,14 +52451,6 @@ public static Result GetMemoryHostPointerPropertiesEXT( pMemoryHostPointerProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] [MethodImpl( @@ -90716,14 +52478,6 @@ Ref pMemoryHostPointerProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90740,14 +52494,6 @@ public static Result GetMemoryRemoteAddressNV( pAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] [MethodImpl( @@ -90774,14 +52520,6 @@ public static Result GetMemoryRemoteAddressNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90793,14 +52531,6 @@ public static void GetMicromapBuildSizesEXT( MicromapBuildSizesInfoEXT* pSizeInfo ) => Underlying.Value!.GetMicromapBuildSizesEXT(device, buildType, pBuildInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] [MethodImpl( @@ -90820,11 +52550,6 @@ Ref pSizeInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPartitionedAccelerationStructuresBuildSizesNV" @@ -90844,11 +52569,6 @@ public static void GetPartitionedAccelerationStructuresBuildSizesNV( pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction( "vulkan", @@ -90875,49 +52595,39 @@ Ref pSizeInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result GetPastPresentationTimingGoogle( + public static Result GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pPresentationTimingCount, - PastPresentationTimingGoogle* pPresentationTimings + PastPresentationTimingGOOGLE* pPresentationTimings ) => - Underlying.Value!.GetPastPresentationTimingGoogle( + Underlying.Value!.GetPastPresentationTimingGOOGLE( device, swapchain, pPresentationTimingCount, pPresentationTimings ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result GetPastPresentationTimingGoogle( + public static Result GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pPresentationTimingCount, - Ref pPresentationTimings + Ref pPresentationTimings ) { - fixed (PastPresentationTimingGoogle* __dsl_pPresentationTimings = pPresentationTimings) + fixed (PastPresentationTimingGOOGLE* __dsl_pPresentationTimings = pPresentationTimings) fixed (uint* __dsl_pPresentationTimingCount = pPresentationTimingCount) { - return (Result)GetPastPresentationTimingGoogle( + return (Result)GetPastPresentationTimingGOOGLE( device, swapchain, __dsl_pPresentationTimingCount, @@ -90926,43 +52636,33 @@ Ref pPresentationTimings } } - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result GetPerformanceParameterIntel( + public static Result GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - PerformanceValueIntel* pValue - ) => Underlying.Value!.GetPerformanceParameterIntel(device, parameter, pValue); + PerformanceParameterTypeINTEL parameter, + PerformanceValueINTEL* pValue + ) => Underlying.Value!.GetPerformanceParameterINTEL(device, parameter, pValue); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result GetPerformanceParameterIntel( + public static Result GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - Ref pValue + PerformanceParameterTypeINTEL parameter, + Ref pValue ) { - fixed (PerformanceValueIntel* __dsl_pValue = pValue) + fixed (PerformanceValueINTEL* __dsl_pValue = pValue) { - return (Result)GetPerformanceParameterIntel(device, parameter, __dsl_pValue); + return (Result)GetPerformanceParameterINTEL(device, parameter, __dsl_pValue); } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -90978,14 +52678,6 @@ public static Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] [MethodImpl( @@ -91008,14 +52700,6 @@ Ref pTimeDomains } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91031,14 +52715,6 @@ public static Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] [MethodImpl( @@ -91061,11 +52737,6 @@ Ref pTimeDomains } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV" @@ -91084,11 +52755,6 @@ public static Result GetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropert pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [Transformed] [NativeFunction( "vulkan", @@ -91114,14 +52780,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91137,14 +52795,6 @@ public static Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] [MethodImpl( @@ -91167,14 +52817,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91190,14 +52832,6 @@ public static Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] [MethodImpl( @@ -91220,14 +52854,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91243,14 +52869,6 @@ public static Result GetPhysicalDeviceCooperativeVectorPropertiesNV( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] [MethodImpl( @@ -91273,11 +52891,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91293,11 +52906,6 @@ public static Result GetPhysicalDeviceDisplayPlaneProperties2KHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] [MethodImpl( @@ -91320,7 +52928,6 @@ Ref pProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91336,7 +52943,6 @@ public static Result GetPhysicalDeviceDisplayPlanePropertiesKHR( pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] [MethodImpl( @@ -91359,11 +52965,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91379,11 +52980,6 @@ public static Result GetPhysicalDeviceDisplayProperties2KHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] [MethodImpl( @@ -91406,7 +53002,6 @@ Ref pProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91422,7 +53017,6 @@ public static Result GetPhysicalDeviceDisplayPropertiesKHR( pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] [MethodImpl( @@ -91445,28 +53039,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91483,28 +53055,6 @@ public static void GetPhysicalDeviceExternalBufferProperties( pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] [MethodImpl( @@ -91533,14 +53083,6 @@ Ref pExternalBufferProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91557,14 +53099,6 @@ public static void GetPhysicalDeviceExternalBufferPropertiesKHR( pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] [MethodImpl( @@ -91593,28 +53127,6 @@ Ref pExternalBufferProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91631,28 +53143,6 @@ public static void GetPhysicalDeviceExternalFenceProperties( pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] [MethodImpl( @@ -91678,14 +53168,6 @@ Ref pExternalFenceProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91702,14 +53184,6 @@ public static void GetPhysicalDeviceExternalFencePropertiesKHR( pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] [MethodImpl( @@ -91735,7 +53209,6 @@ Ref pExternalFenceProperties } } - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceExternalImageFormatPropertiesNV" @@ -91765,7 +53238,6 @@ public static Result GetPhysicalDeviceExternalImageFormatPropertiesNV( pExternalImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [Transformed] [NativeFunction( "vulkan", @@ -91804,28 +53276,6 @@ Ref pExternalImageFormatProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91842,28 +53292,6 @@ public static void GetPhysicalDeviceExternalSemaphoreProperties( pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] [MethodImpl( @@ -91893,14 +53321,6 @@ Ref pExternalSemaphoreProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91917,14 +53337,6 @@ public static void GetPhysicalDeviceExternalSemaphorePropertiesKHR( pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] [MethodImpl( @@ -91954,7 +53366,6 @@ Ref pExternalSemaphoreProperties } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -91971,7 +53382,6 @@ public static void GetPhysicalDeviceExternalTensorPropertiesARM( pExternalTensorProperties ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] [MethodImpl( @@ -92000,32 +53410,6 @@ Ref pExternalTensorProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92035,32 +53419,6 @@ public static void GetPhysicalDeviceFeatures( PhysicalDeviceFeatures* pFeatures ) => Underlying.Value!.GetPhysicalDeviceFeatures(physicalDevice, pFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] [MethodImpl( @@ -92077,28 +53435,6 @@ Ref pFeatures } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92108,28 +53444,6 @@ public static void GetPhysicalDeviceFeatures2( PhysicalDeviceFeatures2* pFeatures ) => Underlying.Value!.GetPhysicalDeviceFeatures2(physicalDevice, pFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] [MethodImpl( @@ -92146,7 +53460,6 @@ Ref pFeatures } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92156,7 +53469,6 @@ public static void GetPhysicalDeviceFeatures2KHR( PhysicalDeviceFeatures2* pFeatures ) => Underlying.Value!.GetPhysicalDeviceFeatures2KHR(physicalDevice, pFeatures); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] [MethodImpl( @@ -92173,32 +53485,6 @@ Ref pFeatures } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92214,32 +53500,6 @@ public static void GetPhysicalDeviceFormatProperties( pFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] [MethodImpl( @@ -92257,28 +53517,6 @@ Ref pFormatProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92294,28 +53532,6 @@ public static void GetPhysicalDeviceFormatProperties2( pFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] [MethodImpl( @@ -92333,7 +53549,6 @@ Ref pFormatProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92349,7 +53564,6 @@ public static void GetPhysicalDeviceFormatProperties2KHR( pFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] [MethodImpl( @@ -92371,15 +53585,6 @@ Ref pFormatProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92395,15 +53600,6 @@ public static Result GetPhysicalDeviceFragmentShadingRatesKHR( pFragmentShadingRates ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] [MethodImpl( @@ -92429,32 +53625,6 @@ Ref pFragmentShadingRates } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92478,32 +53648,6 @@ public static Result GetPhysicalDeviceImageFormatProperties( pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] [MethodImpl( @@ -92533,28 +53677,6 @@ Ref pImageFormatProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92571,28 +53693,6 @@ public static Result GetPhysicalDeviceImageFormatProperties2( pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] [MethodImpl( @@ -92616,7 +53716,6 @@ Ref pImageFormatProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92633,7 +53732,6 @@ public static Result GetPhysicalDeviceImageFormatProperties2KHR( pImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] [MethodImpl( @@ -92657,32 +53755,6 @@ Ref pImageFormatProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92692,32 +53764,6 @@ public static void GetPhysicalDeviceMemoryProperties( PhysicalDeviceMemoryProperties* pMemoryProperties ) => Underlying.Value!.GetPhysicalDeviceMemoryProperties(physicalDevice, pMemoryProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] [MethodImpl( @@ -92734,28 +53780,6 @@ Ref pMemoryProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92766,28 +53790,6 @@ public static void GetPhysicalDeviceMemoryProperties2( ) => Underlying.Value!.GetPhysicalDeviceMemoryProperties2(physicalDevice, pMemoryProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] [MethodImpl( @@ -92804,7 +53806,6 @@ Ref pMemoryProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92818,7 +53819,6 @@ public static void GetPhysicalDeviceMemoryProperties2KHR( pMemoryProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] [MethodImpl( @@ -92835,14 +53835,6 @@ Ref pMemoryProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92858,14 +53850,6 @@ public static void GetPhysicalDeviceMultisamplePropertiesEXT( pMultisampleProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] [MethodImpl( @@ -92887,15 +53871,6 @@ Ref pMultisampleProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -92914,15 +53889,6 @@ public static Result GetPhysicalDeviceOpticalFlowImageFormatsNV( pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] [MethodImpl( @@ -92955,19 +53921,13 @@ Ref pImageFormatProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pRectCount, Rect2D* pRects ) => @@ -92978,12 +53938,6 @@ public static Result GetPhysicalDevicePresentRectanglesKHR( pRects ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] [MethodImpl( @@ -92991,7 +53945,7 @@ public static Result GetPhysicalDevicePresentRectanglesKHR( )] public static Result GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pRectCount, Ref pRects ) @@ -93008,32 +53962,6 @@ Ref pRects } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -93043,32 +53971,6 @@ public static void GetPhysicalDeviceProperties( PhysicalDeviceProperties* pProperties ) => Underlying.Value!.GetPhysicalDeviceProperties(physicalDevice, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] [MethodImpl( @@ -93085,28 +53987,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -93116,28 +53996,6 @@ public static void GetPhysicalDeviceProperties2( PhysicalDeviceProperties2* pProperties ) => Underlying.Value!.GetPhysicalDeviceProperties2(physicalDevice, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] [MethodImpl( @@ -93154,7 +54012,6 @@ Ref pProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -93164,7 +54021,6 @@ public static void GetPhysicalDeviceProperties2KHR( PhysicalDeviceProperties2* pProperties ) => Underlying.Value!.GetPhysicalDeviceProperties2KHR(physicalDevice, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] [MethodImpl( @@ -93181,15 +54037,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM" @@ -93209,15 +54056,6 @@ public static void GetPhysicalDeviceQueueFamilyDataGraphProcessingEngineProperti pQueueFamilyDataGraphProcessingEngineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -93250,15 +54088,6 @@ Ref pQueueFamilyDataGraphProc } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM" @@ -93279,15 +54108,6 @@ public static Result GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( pQueueFamilyDataGraphProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations", - "VK_KHR_maintenance5", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -93320,14 +54140,6 @@ Ref pQueueFamilyDataGraphProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR" @@ -93347,14 +54159,6 @@ public static void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( pNumPasses ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -93384,32 +54188,6 @@ public static void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -93425,32 +54203,6 @@ public static void GetPhysicalDeviceQueueFamilyProperties( pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] [MethodImpl( @@ -93473,28 +54225,6 @@ Ref pQueueFamilyProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -93510,28 +54240,6 @@ public static void GetPhysicalDeviceQueueFamilyProperties2( pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] [MethodImpl( @@ -93554,7 +54262,6 @@ Ref pQueueFamilyProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -93570,7 +54277,6 @@ public static void GetPhysicalDeviceQueueFamilyProperties2KHR( pQueueFamilyProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] [MethodImpl( @@ -93593,32 +54299,6 @@ Ref pQueueFamilyProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -93644,32 +54324,6 @@ public static void GetPhysicalDeviceSparseImageFormatProperties( pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] [MethodImpl( @@ -93702,28 +54356,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -93742,28 +54374,6 @@ public static void GetPhysicalDeviceSparseImageFormatProperties2( pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] [MethodImpl( @@ -93790,7 +54400,6 @@ Ref pProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2KHR" @@ -93812,7 +54421,6 @@ public static void GetPhysicalDeviceSparseImageFormatProperties2KHR( pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction( "vulkan", @@ -93842,14 +54450,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV" @@ -93868,14 +54468,6 @@ public static Result GetPhysicalDeviceSupportedFramebufferMixedSamplesCombinatio pCombinations ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -93901,18 +54493,13 @@ Ref pCombinations } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilities2EXT* pSurfaceCapabilities ) => Underlying.Value!.GetPhysicalDeviceSurfaceCapabilities2EXT( @@ -93921,11 +54508,6 @@ public static Result GetPhysicalDeviceSurfaceCapabilities2EXT( pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] [MethodImpl( @@ -93933,7 +54515,7 @@ public static Result GetPhysicalDeviceSurfaceCapabilities2EXT( )] public static Result GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ) { @@ -93947,11 +54529,6 @@ Ref pSurfaceCapabilities } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -93968,11 +54545,6 @@ public static Result GetPhysicalDeviceSurfaceCapabilities2KHR( pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] [MethodImpl( @@ -93996,14 +54568,13 @@ Ref pSurfaceCapabilities } } - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilitiesKHR* pSurfaceCapabilities ) => Underlying.Value!.GetPhysicalDeviceSurfaceCapabilitiesKHR( @@ -94012,7 +54583,6 @@ public static Result GetPhysicalDeviceSurfaceCapabilitiesKHR( pSurfaceCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] [MethodImpl( @@ -94020,7 +54590,7 @@ public static Result GetPhysicalDeviceSurfaceCapabilitiesKHR( )] public static Result GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ) { @@ -94034,11 +54604,6 @@ Ref pSurfaceCapabilities } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94057,11 +54622,6 @@ public static Result GetPhysicalDeviceSurfaceFormats2KHR( pSurfaceFormats ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] [MethodImpl( @@ -94088,14 +54648,13 @@ Ref pSurfaceFormats } } - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pSurfaceFormatCount, SurfaceFormatKHR* pSurfaceFormats ) => @@ -94106,7 +54665,6 @@ public static Result GetPhysicalDeviceSurfaceFormatsKHR( pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] [MethodImpl( @@ -94114,7 +54672,7 @@ public static Result GetPhysicalDeviceSurfaceFormatsKHR( )] public static Result GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pSurfaceFormatCount, Ref pSurfaceFormats ) @@ -94131,14 +54689,13 @@ Ref pSurfaceFormats } } - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pPresentModeCount, PresentModeKHR* pPresentModes ) => @@ -94149,7 +54706,6 @@ public static Result GetPhysicalDeviceSurfacePresentModesKHR( pPresentModes ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] [MethodImpl( @@ -94157,7 +54713,7 @@ public static Result GetPhysicalDeviceSurfacePresentModesKHR( )] public static Result GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pPresentModeCount, Ref pPresentModes ) @@ -94174,7 +54730,6 @@ Ref pPresentModes } } - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94182,7 +54737,7 @@ Ref pPresentModes public static Result GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] uint* pSupported ) => Underlying.Value!.GetPhysicalDeviceSurfaceSupportKHR( @@ -94192,7 +54747,6 @@ public static Result GetPhysicalDeviceSurfaceSupportKHR( pSupported ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] [MethodImpl( @@ -94201,7 +54755,7 @@ public static Result GetPhysicalDeviceSurfaceSupportKHR( public static Result GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] Ref pSupported ) { @@ -94216,20 +54770,6 @@ public static Result GetPhysicalDeviceSurfaceSupportKHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94245,20 +54785,6 @@ public static Result GetPhysicalDeviceToolProperties( pToolProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] [MethodImpl( @@ -94281,7 +54807,6 @@ Ref pToolProperties } } - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94297,7 +54822,6 @@ public static Result GetPhysicalDeviceToolPropertiesEXT( pToolProperties ); - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] [MethodImpl( @@ -94320,11 +54844,6 @@ Ref pToolProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94340,11 +54859,6 @@ public static Result GetPhysicalDeviceVideoCapabilitiesKHR( pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] [MethodImpl( @@ -94368,14 +54882,6 @@ Ref pCapabilities } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR" @@ -94395,14 +54901,6 @@ public static Result GetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR( pQualityLevelProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -94435,11 +54933,6 @@ Ref pQualityLevelProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94458,11 +54951,6 @@ public static Result GetPhysicalDeviceVideoFormatPropertiesKHR( pVideoFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] [MethodImpl( @@ -94489,14 +54977,6 @@ Ref pVideoFormatProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94517,14 +54997,6 @@ public static Result GetPipelineBinaryDataKHR( pPipelineBinaryData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] [MethodImpl( @@ -94554,27 +55026,6 @@ Ref pPipelineBinaryData } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94586,27 +55037,6 @@ public static Result GetPipelineCacheData( void* pData ) => Underlying.Value!.GetPipelineCacheData(device, pipelineCache, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] [MethodImpl( @@ -94631,14 +55061,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94657,14 +55079,6 @@ public static Result GetPipelineExecutableInternalRepresentationsKHR( pInternalRepresentations ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] [MethodImpl( @@ -94694,14 +55108,6 @@ Ref pInternalRepresentations } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94719,14 +55125,6 @@ public static Result GetPipelineExecutablePropertiesKHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] [MethodImpl( @@ -94752,14 +55150,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94778,14 +55168,6 @@ public static Result GetPipelineExecutableStatisticsKHR( pStatistics ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] [MethodImpl( @@ -94813,11 +55195,6 @@ Ref pStatistics } [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94829,11 +55206,6 @@ public static ulong GetPipelineIndirectDeviceAddressNV( ) => Underlying.Value!.GetPipelineIndirectDeviceAddressNV(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] [MethodImpl( @@ -94851,11 +55223,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94872,11 +55239,6 @@ public static void GetPipelineIndirectMemoryRequirementsNV( pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] [MethodImpl( @@ -94900,14 +55262,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94919,14 +55273,6 @@ public static Result GetPipelineKeyKHR( PipelineBinaryKeyKHR* pPipelineKey ) => Underlying.Value!.GetPipelineKeyKHR(device, pPipelineCreateInfo, pPipelineKey); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] [MethodImpl( @@ -94950,14 +55296,6 @@ Ref pPipelineKey } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -94968,14 +55306,6 @@ public static Result GetPipelinePropertiesEXT( BaseOutStructure* pPipelineProperties ) => Underlying.Value!.GetPipelinePropertiesEXT(device, pPipelineInfo, pPipelineProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] [MethodImpl( @@ -94998,20 +55328,6 @@ Ref pPipelineProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95031,20 +55347,6 @@ public static void GetPrivateData( pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] [MethodImpl( @@ -95064,14 +55366,6 @@ public static void GetPrivateData( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95091,14 +55385,6 @@ public static void GetPrivateDataEXT( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] [MethodImpl( @@ -95118,32 +55404,6 @@ public static void GetPrivateDataEXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95169,32 +55429,6 @@ public static Result GetQueryPoolResults( flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] [MethodImpl( @@ -95226,17 +55460,6 @@ public static Result GetQueryPoolResults( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95252,17 +55475,6 @@ public static void GetQueueCheckpointData2NV( pCheckpointData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] [MethodImpl( @@ -95281,14 +55493,6 @@ Ref pCheckpointData } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95304,14 +55508,6 @@ public static void GetQueueCheckpointDataNV( pCheckpointData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] [MethodImpl( @@ -95330,14 +55526,6 @@ Ref pCheckpointData } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95359,14 +55547,6 @@ public static Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] [MethodImpl( @@ -95394,14 +55574,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95423,14 +55595,6 @@ public static Result GetRayTracingShaderGroupHandlesKHR( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] [MethodImpl( @@ -95458,14 +55622,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95487,14 +55643,6 @@ public static Result GetRayTracingShaderGroupHandlesNV( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] [MethodImpl( @@ -95523,14 +55671,6 @@ Ref pData } [return: NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupStackSizeKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95548,48 +55688,38 @@ ShaderGroupShaderKHR groupShader groupShader ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result GetRefreshCycleDurationGoogle( + public static Result GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - RefreshCycleDurationGoogle* pDisplayTimingProperties + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + RefreshCycleDurationGOOGLE* pDisplayTimingProperties ) => - Underlying.Value!.GetRefreshCycleDurationGoogle( + Underlying.Value!.GetRefreshCycleDurationGOOGLE( device, swapchain, pDisplayTimingProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result GetRefreshCycleDurationGoogle( + public static Result GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - Ref pDisplayTimingProperties + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + Ref pDisplayTimingProperties ) { fixed ( - RefreshCycleDurationGoogle* __dsl_pDisplayTimingProperties = + RefreshCycleDurationGOOGLE* __dsl_pDisplayTimingProperties = pDisplayTimingProperties ) { - return (Result)GetRefreshCycleDurationGoogle( + return (Result)GetRefreshCycleDurationGOOGLE( device, swapchain, __dsl_pDisplayTimingProperties @@ -95597,22 +55727,6 @@ Ref pDisplayTimingProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95623,22 +55737,6 @@ public static void GetRenderAreaGranularity( Extent2D* pGranularity ) => Underlying.Value!.GetRenderAreaGranularity(device, renderPass, pGranularity); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] [MethodImpl( @@ -95656,11 +55754,6 @@ Ref pGranularity } } - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95672,11 +55765,6 @@ public static void GetRenderingAreaGranularity( ) => Underlying.Value!.GetRenderingAreaGranularity(device, pRenderingAreaInfo, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] [MethodImpl( @@ -95696,11 +55784,6 @@ Ref pGranularity } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95716,11 +55799,6 @@ public static void GetRenderingAreaGranularityKHR( pGranularity ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] [MethodImpl( @@ -95744,16 +55822,6 @@ Ref pGranularity } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95765,16 +55833,6 @@ public static Result GetSamplerOpaqueCaptureDescriptorDataEXT( void* pData ) => Underlying.Value!.GetSamplerOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] [MethodImpl( @@ -95798,24 +55856,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95826,24 +55866,6 @@ public static Result GetSemaphoreCounterValue( [NativeTypeName("uint64_t *")] ulong* pValue ) => Underlying.Value!.GetSemaphoreCounterValue(device, semaphore, pValue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] [MethodImpl( @@ -95861,14 +55883,6 @@ public static Result GetSemaphoreCounterValue( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95879,14 +55893,6 @@ public static Result GetSemaphoreCounterValueKHR( [NativeTypeName("uint64_t *")] ulong* pValue ) => Underlying.Value!.GetSemaphoreCounterValueKHR(device, semaphore, pValue); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] [MethodImpl( @@ -95904,14 +55910,6 @@ public static Result GetSemaphoreCounterValueKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -95922,14 +55920,6 @@ public static Result GetSemaphoreFdKHR( int* pFd ) => Underlying.Value!.GetSemaphoreFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] [MethodImpl( @@ -95949,35 +55939,17 @@ Ref pFd } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ) => Underlying.Value!.GetShaderBinaryDataEXT(device, shader, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] [MethodImpl( @@ -95985,7 +55957,7 @@ public static Result GetShaderBinaryDataEXT( )] public static Result GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ) @@ -95997,7 +55969,6 @@ Ref pData } } - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96019,7 +55990,6 @@ public static Result GetShaderInfoAMD( pInfo ); - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] [MethodImpl( @@ -96048,15 +56018,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96073,15 +56034,6 @@ public static void GetShaderModuleCreateInfoIdentifierEXT( pIdentifier ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] [MethodImpl( @@ -96105,15 +56057,6 @@ Ref pIdentifier } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96124,15 +56067,6 @@ public static void GetShaderModuleIdentifierEXT( ShaderModuleIdentifierEXT* pIdentifier ) => Underlying.Value!.GetShaderModuleIdentifierEXT(device, shaderModule, pIdentifier); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] [MethodImpl( @@ -96150,27 +56084,17 @@ Ref pIdentifier } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] ulong* pCounterValue ) => Underlying.Value!.GetSwapchainCounterEXT(device, swapchain, counter, pCounterValue); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] [MethodImpl( @@ -96178,7 +56102,7 @@ public static Result GetSwapchainCounterEXT( )] public static Result GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] Ref pCounterValue ) @@ -96194,14 +56118,13 @@ public static Result GetSwapchainCounterEXT( } } - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pSwapchainImageCount, [NativeTypeName("VkImage *")] ImageHandle* pSwapchainImages ) => @@ -96212,7 +56135,6 @@ public static Result GetSwapchainImagesKHR( pSwapchainImages ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] [MethodImpl( @@ -96220,7 +56142,7 @@ public static Result GetSwapchainImagesKHR( )] public static Result GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pSwapchainImageCount, [NativeTypeName("VkImage *")] Ref pSwapchainImages ) @@ -96237,24 +56159,15 @@ public static Result GetSwapchainImagesKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainStatusKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetSwapchainStatusKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain ) => Underlying.Value!.GetSwapchainStatusKHR(device, swapchain); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96266,7 +56179,6 @@ public static void GetTensorMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ) => Underlying.Value!.GetTensorMemoryRequirementsARM(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] [MethodImpl( @@ -96286,12 +56198,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96303,12 +56209,6 @@ public static Result GetTensorOpaqueCaptureDescriptorDataARM( void* pData ) => Underlying.Value!.GetTensorOpaqueCaptureDescriptorDataARM(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] [MethodImpl( @@ -96332,12 +56232,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96349,12 +56243,6 @@ public static Result GetTensorViewOpaqueCaptureDescriptorDataARM( void* pData ) => Underlying.Value!.GetTensorViewOpaqueCaptureDescriptorDataARM(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] [MethodImpl( @@ -96378,19 +56266,17 @@ Ref pData } } - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ) => Underlying.Value!.GetValidationCacheDataEXT(device, validationCache, pDataSize, pData); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] [MethodImpl( @@ -96398,7 +56284,7 @@ public static Result GetValidationCacheDataEXT( )] public static Result GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ) @@ -96415,18 +56301,13 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] uint* pMemoryRequirementsCount, VideoSessionMemoryRequirementsKHR* pMemoryRequirements ) => @@ -96437,11 +56318,6 @@ public static Result GetVideoSessionMemoryRequirementsKHR( pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] [MethodImpl( @@ -96449,7 +56325,7 @@ public static Result GetVideoSessionMemoryRequirementsKHR( )] public static Result GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] Ref pMemoryRequirementsCount, Ref pMemoryRequirements ) @@ -96468,14 +56344,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96486,14 +56354,6 @@ public static Result ImportFenceFdKHR( ImportFenceFdInfoKHR* pImportFenceFdInfo ) => Underlying.Value!.ImportFenceFdKHR(device, pImportFenceFdInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] [MethodImpl( @@ -96511,14 +56371,6 @@ Ref pImportFenceFdInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96529,14 +56381,6 @@ public static Result ImportSemaphoreFdKHR( ImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo ) => Underlying.Value!.ImportSemaphoreFdKHR(device, pImportSemaphoreFdInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] [MethodImpl( @@ -96554,61 +56398,33 @@ Ref pImportSemaphoreFdInfo } } - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result InitializePerformanceApiIntel( + public static Result InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - InitializePerformanceApiInfoIntel* pInitializeInfo - ) => Underlying.Value!.InitializePerformanceApiIntel(device, pInitializeInfo); + InitializePerformanceApiInfoINTEL* pInitializeInfo + ) => Underlying.Value!.InitializePerformanceApiINTEL(device, pInitializeInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result InitializePerformanceApiIntel( + public static Result InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - Ref pInitializeInfo + Ref pInitializeInfo ) { - fixed (InitializePerformanceApiInfoIntel* __dsl_pInitializeInfo = pInitializeInfo) + fixed (InitializePerformanceApiInfoINTEL* __dsl_pInitializeInfo = pInitializeInfo) { - return (Result)InitializePerformanceApiIntel(device, __dsl_pInitializeInfo); + return (Result)InitializePerformanceApiINTEL(device, __dsl_pInitializeInfo); } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96620,32 +56436,6 @@ public static Result InvalidateMappedMemoryRanges( ) => Underlying.Value!.InvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] [MethodImpl( @@ -96667,36 +56457,16 @@ public static Result InvalidateMappedMemoryRanges( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] LatencySleepInfoNV* pSleepInfo ) => Underlying.Value!.LatencySleepNV(device, swapchain, pSleepInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] [MethodImpl( @@ -96704,7 +56474,7 @@ public static Result LatencySleepNV( )] public static Result LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] Ref pSleepInfo ) { @@ -96714,32 +56484,6 @@ public static Result LatencySleepNV( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96753,32 +56497,6 @@ public static Result MapMemory( void** ppData ) => Underlying.Value!.MapMemory(device, memory, offset, size, flags, ppData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] [MethodImpl( @@ -96799,16 +56517,6 @@ Ref2D ppData } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96819,16 +56527,6 @@ public static Result MapMemory2( void** ppData ) => Underlying.Value!.MapMemory2(device, pMemoryMapInfo, ppData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] [MethodImpl( @@ -96847,7 +56545,6 @@ Ref2D ppData } } - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96858,7 +56555,6 @@ public static Result MapMemory2KHR( void** ppData ) => Underlying.Value!.MapMemory2KHR(device, pMemoryMapInfo, ppData); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] [MethodImpl( @@ -96877,27 +56573,6 @@ Ref2D ppData } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -96909,27 +56584,6 @@ public static Result MergePipelineCaches( [NativeTypeName("const VkPipelineCache *")] PipelineCacheHandle* pSrcCaches ) => Underlying.Value!.MergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] [MethodImpl( @@ -96953,20 +56607,18 @@ public static Result MergePipelineCaches( } } - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, - [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheEXTHandle* pSrcCaches + [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheHandleEXT* pSrcCaches ) => Underlying.Value!.MergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcCaches); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] [MethodImpl( @@ -96974,13 +56626,13 @@ public static Result MergeValidationCachesEXT( )] public static Result MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, [NativeTypeName("const VkValidationCacheEXT *")] - Ref pSrcCaches + Ref pSrcCaches ) { - fixed (ValidationCacheEXTHandle* __dsl_pSrcCaches = pSrcCaches) + fixed (ValidationCacheHandleEXT* __dsl_pSrcCaches = pSrcCaches) { return (Result)MergeValidationCachesEXT( device, @@ -96991,7 +56643,6 @@ Ref pSrcCaches } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97001,7 +56652,6 @@ public static void QueueBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ) => Underlying.Value!.QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] [MethodImpl( @@ -97018,32 +56668,6 @@ public static void QueueBeginDebugUtilsLabelEXT( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97055,32 +56679,6 @@ public static Result QueueBindSparse( [NativeTypeName("VkFence")] FenceHandle fence ) => Underlying.Value!.QueueBindSparse(queue, bindInfoCount, pBindInfo, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] [MethodImpl( @@ -97099,7 +56697,6 @@ public static Result QueueBindSparse( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueEndDebugUtilsLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97108,7 +56705,6 @@ public static void QueueEndDebugUtilsLabelEXT( [NativeTypeName("VkQueue")] QueueHandle queue ) => Underlying.Value!.QueueEndDebugUtilsLabelEXT(queue); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97118,7 +56714,6 @@ public static void QueueInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ) => Underlying.Value!.QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] [MethodImpl( @@ -97135,16 +56730,6 @@ public static void QueueInsertDebugUtilsLabelEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97155,16 +56740,6 @@ public static void QueueNotifyOutOfBandNV( OutOfBandQueueTypeInfoNV* pQueueTypeInfo ) => Underlying.Value!.QueueNotifyOutOfBandNV(queue, pQueueTypeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] [MethodImpl( @@ -97182,7 +56757,6 @@ Ref pQueueTypeInfo } } - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97192,7 +56766,6 @@ public static Result QueuePresentKHR( [NativeTypeName("const VkPresentInfoKHR *")] PresentInfoKHR* pPresentInfo ) => Underlying.Value!.QueuePresentKHR(queue, pPresentInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] [MethodImpl( @@ -97209,43 +56782,16 @@ public static Result QueuePresentKHR( } } - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkQueueSetPerformanceConfigurationINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result QueueSetPerformanceConfigurationIntel( + public static Result QueueSetPerformanceConfigurationINTEL( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration - ) => Underlying.Value!.QueueSetPerformanceConfigurationIntel(queue, configuration); + PerformanceConfigurationHandleINTEL configuration + ) => Underlying.Value!.QueueSetPerformanceConfigurationINTEL(queue, configuration); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97257,32 +56803,6 @@ public static Result QueueSubmit( [NativeTypeName("VkFence")] FenceHandle fence ) => Underlying.Value!.QueueSubmit(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] [MethodImpl( @@ -97301,20 +56821,6 @@ public static Result QueueSubmit( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97326,20 +56832,6 @@ public static Result QueueSubmit2( [NativeTypeName("VkFence")] FenceHandle fence ) => Underlying.Value!.QueueSubmit2(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] [MethodImpl( @@ -97358,14 +56850,6 @@ public static Result QueueSubmit2( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97377,14 +56861,6 @@ public static Result QueueSubmit2KHR( [NativeTypeName("VkFence")] FenceHandle fence ) => Underlying.Value!.QueueSubmit2KHR(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] [MethodImpl( @@ -97403,32 +56879,6 @@ public static Result QueueSubmit2KHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueWaitIdle")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97436,11 +56886,6 @@ public static Result QueueSubmit2KHR( public static Result QueueWaitIdle([NativeTypeName("VkQueue")] QueueHandle queue) => Underlying.Value!.QueueWaitIdle(queue); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97452,11 +56897,6 @@ public static Result RegisterDeviceEventEXT( [NativeTypeName("VkFence *")] FenceHandle* pFence ) => Underlying.Value!.RegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] [MethodImpl( @@ -97483,18 +56923,13 @@ public static Result RegisterDeviceEventEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] DisplayEventInfoEXT* pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, @@ -97508,11 +56943,6 @@ public static Result RegisterDisplayEventEXT( pFence ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] [MethodImpl( @@ -97520,7 +56950,7 @@ public static Result RegisterDisplayEventEXT( )] public static Result RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] Ref pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, @@ -97541,14 +56971,6 @@ public static Result RegisterDisplayEventEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97560,14 +56982,6 @@ public static Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => Underlying.Value!.ReleaseCapturedPipelineDataKHR(device, pInfo, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] [MethodImpl( @@ -97591,39 +57005,25 @@ public static Result ReleaseCapturedPipelineDataKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_direct_mode_display"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseDisplayEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result ReleaseDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ) => Underlying.Value!.ReleaseDisplayEXT(physicalDevice, display); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkReleasePerformanceConfigurationINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static Result ReleasePerformanceConfigurationIntel( + public static Result ReleasePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration - ) => Underlying.Value!.ReleasePerformanceConfigurationIntel(device, configuration); + PerformanceConfigurationHandleINTEL configuration + ) => Underlying.Value!.ReleasePerformanceConfigurationINTEL(device, configuration); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseProfilingLockKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97632,14 +57032,6 @@ public static void ReleaseProfilingLockKHR( [NativeTypeName("VkDevice")] DeviceHandle device ) => Underlying.Value!.ReleaseProfilingLockKHR(device); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97650,14 +57042,6 @@ public static Result ReleaseSwapchainImagesEXT( ReleaseSwapchainImagesInfoKHR* pReleaseInfo ) => Underlying.Value!.ReleaseSwapchainImagesEXT(device, pReleaseInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] [MethodImpl( @@ -97675,15 +57059,6 @@ Ref pReleaseInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97694,15 +57069,6 @@ public static Result ReleaseSwapchainImagesKHR( ReleaseSwapchainImagesInfoKHR* pReleaseInfo ) => Underlying.Value!.ReleaseSwapchainImagesKHR(device, pReleaseInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] [MethodImpl( @@ -97720,32 +57086,6 @@ Ref pReleaseInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetCommandBuffer")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97755,32 +57095,6 @@ public static Result ResetCommandBuffer( [NativeTypeName("VkCommandBufferResetFlags")] CommandBufferResetFlags flags ) => Underlying.Value!.ResetCommandBuffer(commandBuffer, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetCommandPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97791,27 +57105,6 @@ public static Result ResetCommandPool( [NativeTypeName("VkCommandPoolResetFlags")] CommandPoolResetFlags flags ) => Underlying.Value!.ResetCommandPool(device, commandPool, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetDescriptorPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97822,27 +57115,6 @@ public static Result ResetDescriptorPool( [NativeTypeName("VkDescriptorPoolResetFlags")] uint flags ) => Underlying.Value!.ResetDescriptorPool(device, descriptorPool, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetEvent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97852,32 +57124,6 @@ public static Result ResetEvent( [NativeTypeName("VkEvent")] EventHandle @event ) => Underlying.Value!.ResetEvent(device, @event); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97888,32 +57134,6 @@ public static Result ResetFences( [NativeTypeName("const VkFence *")] FenceHandle* pFences ) => Underlying.Value!.ResetFences(device, fenceCount, pFences); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] [MethodImpl( @@ -97931,24 +57151,6 @@ public static Result ResetFences( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkResetQueryPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97960,14 +57162,6 @@ public static void ResetQueryPool( [NativeTypeName("uint32_t")] uint queryCount ) => Underlying.Value!.ResetQueryPool(device, queryPool, firstQuery, queryCount); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_query_reset"], - ImpliesSets = [ - "VK_EXT_host_query_reset+VK_KHR_get_physical_device_properties2", - "VK_EXT_host_query_reset+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkResetQueryPoolEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97979,7 +57173,6 @@ public static void ResetQueryPoolEXT( [NativeTypeName("uint32_t")] uint queryCount ) => Underlying.Value!.ResetQueryPoolEXT(device, queryPool, firstQuery, queryCount); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -97990,7 +57183,6 @@ public static Result SetDebugUtilsObjectNameEXT( DebugUtilsObjectNameInfoEXT* pNameInfo ) => Underlying.Value!.SetDebugUtilsObjectNameEXT(device, pNameInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] [MethodImpl( @@ -98008,7 +57200,6 @@ Ref pNameInfo } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98019,7 +57210,6 @@ public static Result SetDebugUtilsObjectTagEXT( DebugUtilsObjectTagInfoEXT* pTagInfo ) => Underlying.Value!.SetDebugUtilsObjectTagEXT(device, pTagInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] [MethodImpl( @@ -98037,11 +57227,6 @@ Ref pTagInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] [NativeFunction("vulkan", EntryPoint = "vkSetDeviceMemoryPriorityEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98052,27 +57237,6 @@ public static void SetDeviceMemoryPriorityEXT( float priority ) => Underlying.Value!.SetDeviceMemoryPriorityEXT(device, memory, priority); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkSetEvent")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98082,7 +57246,6 @@ public static Result SetEvent( [NativeTypeName("VkEvent")] EventHandle @event ) => Underlying.Value!.SetEvent(device, @event); - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98090,11 +57253,10 @@ public static Result SetEvent( public static void SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] HdrMetadataEXT* pMetadata ) => Underlying.Value!.SetHdrMetadataEXT(device, swapchainCount, pSwapchains, pMetadata); - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] [MethodImpl( @@ -98103,48 +57265,28 @@ public static void SetHdrMetadataEXT( public static void SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] Ref pMetadata ) { fixed (HdrMetadataEXT* __dsl_pMetadata = pMetadata) - fixed (SwapchainKHRHandle* __dsl_pSwapchains = pSwapchains) + fixed (SwapchainHandleKHR* __dsl_pSwapchains = pSwapchains) { SetHdrMetadataEXT(device, swapchainCount, __dsl_pSwapchains, __dsl_pMetadata); } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] SetLatencyMarkerInfoNV* pLatencyMarkerInfo ) => Underlying.Value!.SetLatencyMarkerNV(device, swapchain, pLatencyMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] [MethodImpl( @@ -98152,7 +57294,7 @@ public static void SetLatencyMarkerNV( )] public static void SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] Ref pLatencyMarkerInfo ) @@ -98163,37 +57305,17 @@ Ref pLatencyMarkerInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] LatencySleepModeInfoNV* pSleepModeInfo ) => Underlying.Value!.SetLatencySleepModeNV(device, swapchain, pSleepModeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] [MethodImpl( @@ -98201,7 +57323,7 @@ public static Result SetLatencySleepModeNV( )] public static Result SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] Ref pSleepModeInfo ) @@ -98212,32 +57334,16 @@ Ref pSleepModeInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static void SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] uint localDimmingEnable ) => Underlying.Value!.SetLocalDimmingAMD(device, swapChain, localDimmingEnable); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] [MethodImpl( @@ -98245,24 +57351,10 @@ public static void SetLocalDimmingAMD( )] public static void SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] MaybeBool localDimmingEnable ) => Underlying.Value!.SetLocalDimmingAMD(device, swapChain, localDimmingEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkSetPrivateData")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98282,14 +57374,6 @@ public static Result SetPrivateData( data ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetPrivateDataEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98309,24 +57393,6 @@ public static Result SetPrivateDataEXT( data ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98336,24 +57402,6 @@ public static Result SignalSemaphore( [NativeTypeName("const VkSemaphoreSignalInfo *")] SemaphoreSignalInfo* pSignalInfo ) => Underlying.Value!.SignalSemaphore(device, pSignalInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] [MethodImpl( @@ -98370,14 +57418,6 @@ public static Result SignalSemaphore( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98387,14 +57427,6 @@ public static Result SignalSemaphoreKHR( [NativeTypeName("const VkSemaphoreSignalInfo *")] SemaphoreSignalInfo* pSignalInfo ) => Underlying.Value!.SignalSemaphoreKHR(device, pSignalInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] [MethodImpl( @@ -98411,7 +57443,6 @@ public static Result SignalSemaphoreKHR( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98431,7 +57462,6 @@ public static void SubmitDebugUtilsMessageEXT( pCallbackData ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] [MethodImpl( @@ -98457,16 +57487,6 @@ Ref pCallbackData } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98478,16 +57498,6 @@ public static Result TransitionImageLayout( HostImageLayoutTransitionInfo* pTransitions ) => Underlying.Value!.TransitionImageLayout(device, transitionCount, pTransitions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] [MethodImpl( @@ -98506,15 +57516,6 @@ Ref pTransitions } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98526,15 +57527,6 @@ public static Result TransitionImageLayoutEXT( HostImageLayoutTransitionInfo* pTransitions ) => Underlying.Value!.TransitionImageLayoutEXT(device, transitionCount, pTransitions); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] [MethodImpl( @@ -98557,28 +57549,6 @@ Ref pTransitions } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkTrimCommandPool")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98589,7 +57559,6 @@ public static void TrimCommandPool( [NativeTypeName("VkCommandPoolTrimFlags")] uint flags ) => Underlying.Value!.TrimCommandPool(device, commandPool, flags); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] [NativeFunction("vulkan", EntryPoint = "vkTrimCommandPoolKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98600,41 +57569,14 @@ public static void TrimCommandPoolKHR( [NativeTypeName("VkCommandPoolTrimFlags")] uint flags ) => Underlying.Value!.TrimCommandPoolKHR(device, commandPool, flags); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkUninitializePerformanceApiINTEL")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] - public static void UninitializePerformanceApiIntel( + public static void UninitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device - ) => Underlying.Value!.UninitializePerformanceApiIntel(device); + ) => Underlying.Value!.UninitializePerformanceApiINTEL(device); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98644,16 +57586,6 @@ public static void UnmapMemory( [NativeTypeName("VkDeviceMemory")] DeviceMemoryHandle memory ) => Underlying.Value!.UnmapMemory(device, memory); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98663,16 +57595,6 @@ public static Result UnmapMemory2( [NativeTypeName("const VkMemoryUnmapInfo *")] MemoryUnmapInfo* pMemoryUnmapInfo ) => Underlying.Value!.UnmapMemory2(device, pMemoryUnmapInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] [MethodImpl( @@ -98689,7 +57611,6 @@ public static Result UnmapMemory2( } } - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98699,7 +57620,6 @@ public static Result UnmapMemory2KHR( [NativeTypeName("const VkMemoryUnmapInfo *")] MemoryUnmapInfo* pMemoryUnmapInfo ) => Underlying.Value!.UnmapMemory2KHR(device, pMemoryUnmapInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] [MethodImpl( @@ -98716,27 +57636,6 @@ public static Result UnmapMemory2KHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98756,27 +57655,6 @@ public static void UpdateDescriptorSets( pDescriptorCopies ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] [MethodImpl( @@ -98804,24 +57682,6 @@ public static void UpdateDescriptorSets( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98840,24 +57700,6 @@ public static void UpdateDescriptorSetWithTemplate( pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] [MethodImpl( @@ -98882,7 +57724,6 @@ public static void UpdateDescriptorSetWithTemplate( } } - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98901,7 +57742,6 @@ public static void UpdateDescriptorSetWithTemplateKHR( pData ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] [MethodImpl( @@ -98926,15 +57766,6 @@ public static void UpdateDescriptorSetWithTemplateKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -98942,7 +57773,7 @@ public static void UpdateDescriptorSetWithTemplateKHR( public static void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT* pExecutionSetWrites @@ -98954,15 +57785,6 @@ public static void UpdateIndirectExecutionSetPipelineEXT( pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl( @@ -98971,7 +57793,7 @@ public static void UpdateIndirectExecutionSetPipelineEXT( public static void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] Ref pExecutionSetWrites @@ -98991,15 +57813,6 @@ Ref pExecutionSetWrites } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl( @@ -99008,7 +57821,7 @@ Ref pExecutionSetWrites public static void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites ) => @@ -99018,15 +57831,6 @@ WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -99034,7 +57838,7 @@ WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites public static void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT* pExecutionSetWrites @@ -99046,15 +57850,6 @@ public static void UpdateIndirectExecutionSetShaderEXT( pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl( @@ -99063,7 +57858,7 @@ public static void UpdateIndirectExecutionSetShaderEXT( public static void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] Ref pExecutionSetWrites @@ -99082,15 +57877,6 @@ Ref pExecutionSetWrites } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl( @@ -99099,7 +57885,7 @@ Ref pExecutionSetWrites public static void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT pExecutionSetWrites ) => @@ -99109,11 +57895,6 @@ WriteIndirectExecutionSetShaderEXT pExecutionSetWrites pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -99121,7 +57902,7 @@ WriteIndirectExecutionSetShaderEXT pExecutionSetWrites public static Result UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] VideoSessionParametersUpdateInfoKHR* pUpdateInfo ) => @@ -99131,11 +57912,6 @@ public static Result UpdateVideoSessionParametersKHR( pUpdateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] [MethodImpl( @@ -99144,7 +57920,7 @@ public static Result UpdateVideoSessionParametersKHR( public static Result UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] Ref pUpdateInfo ) @@ -99159,32 +57935,6 @@ Ref pUpdateInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -99197,32 +57947,6 @@ public static Result WaitForFences( [NativeTypeName("uint64_t")] ulong timeout ) => Underlying.Value!.WaitForFences(device, fenceCount, pFences, waitAll, timeout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] [MethodImpl( @@ -99248,36 +57972,16 @@ public static Result WaitForFences( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] PresentWait2InfoKHR* pPresentWait2Info ) => Underlying.Value!.WaitForPresent2KHR(device, swapchain, pPresentWait2Info); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] [MethodImpl( @@ -99285,7 +57989,7 @@ public static Result WaitForPresent2KHR( )] public static Result WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] Ref pPresentWait2Info ) @@ -99296,40 +58000,17 @@ Ref pPresentWait2Info } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresentKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization )] public static Result WaitForPresentKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong presentId, [NativeTypeName("uint64_t")] ulong timeout ) => Underlying.Value!.WaitForPresentKHR(device, swapchain, presentId, timeout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -99340,24 +58021,6 @@ public static Result WaitSemaphores( [NativeTypeName("uint64_t")] ulong timeout ) => Underlying.Value!.WaitSemaphores(device, pWaitInfo, timeout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] [MethodImpl( @@ -99375,14 +58038,6 @@ public static Result WaitSemaphores( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -99393,14 +58048,6 @@ public static Result WaitSemaphoresKHR( [NativeTypeName("uint64_t")] ulong timeout ) => Underlying.Value!.WaitSemaphoresKHR(device, pWaitInfo, timeout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] [MethodImpl( @@ -99418,14 +58065,6 @@ public static Result WaitSemaphoresKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -99434,7 +58073,7 @@ public static Result WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, @@ -99450,14 +58089,6 @@ public static Result WriteAccelerationStructuresPropertiesKHR( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] [MethodImpl( @@ -99467,7 +58098,7 @@ public static Result WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, @@ -99476,7 +58107,7 @@ public static Result WriteAccelerationStructuresPropertiesKHR( { fixed (void* __dsl_pData = pData) fixed ( - AccelerationStructureKHRHandle* __dsl_pAccelerationStructures = + AccelerationStructureHandleKHR* __dsl_pAccelerationStructures = pAccelerationStructures ) { @@ -99492,14 +58123,6 @@ public static Result WriteAccelerationStructuresPropertiesKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] [MethodImpl( MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization @@ -99507,7 +58130,7 @@ public static Result WriteAccelerationStructuresPropertiesKHR( public static Result WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, @@ -99523,14 +58146,6 @@ public static Result WriteMicromapsPropertiesEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] [MethodImpl( @@ -99539,7 +58154,7 @@ public static Result WriteMicromapsPropertiesEXT( public static Result WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, @@ -99547,7 +58162,7 @@ public static Result WriteMicromapsPropertiesEXT( ) { fixed (void* __dsl_pData = pData) - fixed (MicromapEXTHandle* __dsl_pMicromaps = pMicromaps) + fixed (MicromapHandleEXT* __dsl_pMicromaps = pMicromaps) { return (Result)WriteMicromapsPropertiesEXT( device, @@ -99563,117 +58178,89 @@ public static Result WriteMicromapsPropertiesEXT( } [NativeTypeName("#define VULKAN_VIDEO_CODEC_AV1STD_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecAv1StdH = 1; [NativeTypeName("#define vulkan_video_codec_av1std 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecAv1Std = 1; [NativeTypeName("#define VULKAN_VIDEO_CODECS_COMMON_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecsCommonH = 1; [NativeTypeName("#define vulkan_video_codecs_common 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecsCommon = 1; [NativeTypeName("#define STD_VIDEO_AV1_NUM_REF_FRAMES 8U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1NumRefFrames = 8U; [NativeTypeName("#define STD_VIDEO_AV1_REFS_PER_FRAME 7U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1RefsPerFrame = 7U; [NativeTypeName("#define STD_VIDEO_AV1_TOTAL_REFS_PER_FRAME 8U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1TotalRefsPerFrame = 8U; [NativeTypeName("#define STD_VIDEO_AV1_MAX_TILE_COLS 64U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1MaxTileCols = 64U; [NativeTypeName("#define STD_VIDEO_AV1_MAX_TILE_ROWS 64U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1MaxTileRows = 64U; [NativeTypeName("#define STD_VIDEO_AV1_MAX_SEGMENTS 8U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1MaxSegments = 8U; [NativeTypeName("#define STD_VIDEO_AV1_SEG_LVL_MAX 8U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1SegLvlMax = 8U; [NativeTypeName("#define STD_VIDEO_AV1_PRIMARY_REF_NONE 7U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1PrimaryRefNone = 7U; [NativeTypeName("#define STD_VIDEO_AV1_SELECT_INTEGER_MV 2U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1SelectIntegerMv = 2U; [NativeTypeName("#define STD_VIDEO_AV1_SELECT_SCREEN_CONTENT_TOOLS 2U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1SelectScreenContentTools = 2U; [NativeTypeName("#define STD_VIDEO_AV1_SKIP_MODE_FRAMES 2U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1SkipModeFrames = 2U; [NativeTypeName("#define STD_VIDEO_AV1_MAX_LOOP_FILTER_STRENGTHS 4U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1MaxLoopFilterStrengths = 4U; [NativeTypeName("#define STD_VIDEO_AV1_LOOP_FILTER_ADJUSTMENTS 2U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1LoopFilterAdjustments = 2U; [NativeTypeName("#define STD_VIDEO_AV1_MAX_CDEF_FILTER_STRENGTHS 8U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1MaxCdefFilterStrengths = 8U; [NativeTypeName("#define STD_VIDEO_AV1_MAX_NUM_PLANES 3U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1MaxNumPlanes = 3U; [NativeTypeName("#define STD_VIDEO_AV1_GLOBAL_MOTION_PARAMS 6U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1GlobalMotionParams = 6U; [NativeTypeName("#define STD_VIDEO_AV1_MAX_NUM_Y_POINTS 14U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1MaxNumYPoints = 14U; [NativeTypeName("#define STD_VIDEO_AV1_MAX_NUM_CB_POINTS 10U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1MaxNumCbPoints = 10U; [NativeTypeName("#define STD_VIDEO_AV1_MAX_NUM_CR_POINTS 10U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1MaxNumCrPoints = 10U; [NativeTypeName("#define STD_VIDEO_AV1_MAX_NUM_POS_LUMA 24U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1MaxNumPosLuma = 24U; [NativeTypeName("#define STD_VIDEO_AV1_MAX_NUM_POS_CHROMA 25U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoAv1MaxNumPosChroma = 25U; [NativeTypeName("#define VULKAN_VIDEO_CODEC_AV1STD_DECODE_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecAv1StdDecodeH = 1; [NativeTypeName("#define vulkan_video_codec_av1std_decode 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecAv1StdDecode = 1; [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_AV1_DECODE_API_VERSION_1_0_0 VK_MAKE_VIDEO_STD_VERSION(1, 0, 0)" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecAv1DecodeApiVersion1X0X0 = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -99681,7 +58268,6 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_AV1_DECODE_SPEC_VERSION VK_STD_VULKAN_VIDEO_CODEC_AV1_DECODE_API_VERSION_1_0_0" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecAv1DecodeSpecVersion = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -99689,22 +58275,18 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_AV1_DECODE_EXTENSION_NAME \"VK_STD_vulkan_video_codec_av1_decode\"" )] - [SupportedApiProfile("vulkan")] public static Utf8String StdVulkanVideoCodecAv1DecodeExtensionName => "VK_STD_vulkan_video_codec_av1_decode"u8; [NativeTypeName("#define VULKAN_VIDEO_CODEC_AV1STD_ENCODE_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecAv1StdEncodeH = 1; [NativeTypeName("#define vulkan_video_codec_av1std_encode 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecAv1StdEncode = 1; [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_AV1_ENCODE_API_VERSION_1_0_0 VK_MAKE_VIDEO_STD_VERSION(1, 0, 0)" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecAv1EncodeApiVersion1X0X0 = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -99712,7 +58294,6 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_AV1_ENCODE_SPEC_VERSION VK_STD_VULKAN_VIDEO_CODEC_AV1_ENCODE_API_VERSION_1_0_0" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecAv1EncodeSpecVersion = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -99720,62 +58301,48 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_AV1_ENCODE_EXTENSION_NAME \"VK_STD_vulkan_video_codec_av1_encode\"" )] - [SupportedApiProfile("vulkan")] public static Utf8String StdVulkanVideoCodecAv1EncodeExtensionName => "VK_STD_vulkan_video_codec_av1_encode"u8; [NativeTypeName("#define VULKAN_VIDEO_CODEC_H264STD_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecH264StdH = 1; [NativeTypeName("#define vulkan_video_codec_h264std 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecH264Std = 1; [NativeTypeName("#define STD_VIDEO_H264_CPB_CNT_LIST_SIZE 32U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH264CpbCntListSize = 32U; [NativeTypeName("#define STD_VIDEO_H264_SCALING_LIST_4X4_NUM_LISTS 6U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH264ScalingList4X4NumLists = 6U; [NativeTypeName("#define STD_VIDEO_H264_SCALING_LIST_4X4_NUM_ELEMENTS 16U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH264ScalingList4X4NumElements = 16U; [NativeTypeName("#define STD_VIDEO_H264_SCALING_LIST_8X8_NUM_LISTS 6U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH264ScalingList8X8NumLists = 6U; [NativeTypeName("#define STD_VIDEO_H264_SCALING_LIST_8X8_NUM_ELEMENTS 64U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH264ScalingList8X8NumElements = 64U; [NativeTypeName("#define STD_VIDEO_H264_MAX_NUM_LIST_REF 32U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH264MaxNumListRef = 32U; [NativeTypeName("#define STD_VIDEO_H264_MAX_CHROMA_PLANES 2U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH264MaxChromaPlanes = 2U; [NativeTypeName("#define STD_VIDEO_H264_NO_REFERENCE_PICTURE 0xFFU")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH264NoReferencePicture = 0xFFU; [NativeTypeName("#define VULKAN_VIDEO_CODEC_H264STD_DECODE_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecH264StdDecodeH = 1; [NativeTypeName("#define vulkan_video_codec_h264std_decode 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecH264StdDecode = 1; [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_H264_DECODE_API_VERSION_1_0_0 VK_MAKE_VIDEO_STD_VERSION(1, 0, 0)" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecH264DecodeApiVersion1X0X0 = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -99783,7 +58350,6 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_H264_DECODE_SPEC_VERSION VK_STD_VULKAN_VIDEO_CODEC_H264_DECODE_API_VERSION_1_0_0" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecH264DecodeSpecVersion = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -99791,26 +58357,21 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_H264_DECODE_EXTENSION_NAME \"VK_STD_vulkan_video_codec_h264_decode\"" )] - [SupportedApiProfile("vulkan")] public static Utf8String StdVulkanVideoCodecH264DecodeExtensionName => "VK_STD_vulkan_video_codec_h264_decode"u8; [NativeTypeName("#define STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE 2U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoDecodeH264FieldOrderCountListSize = 2U; [NativeTypeName("#define VULKAN_VIDEO_CODEC_H264STD_ENCODE_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecH264StdEncodeH = 1; [NativeTypeName("#define vulkan_video_codec_h264std_encode 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecH264StdEncode = 1; [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_H264_ENCODE_API_VERSION_1_0_0 VK_MAKE_VIDEO_STD_VERSION(1, 0, 0)" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecH264EncodeApiVersion1X0X0 = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -99818,7 +58379,6 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_H264_ENCODE_SPEC_VERSION VK_STD_VULKAN_VIDEO_CODEC_H264_ENCODE_API_VERSION_1_0_0" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecH264EncodeSpecVersion = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -99826,122 +58386,93 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_H264_ENCODE_EXTENSION_NAME \"VK_STD_vulkan_video_codec_h264_encode\"" )] - [SupportedApiProfile("vulkan")] public static Utf8String StdVulkanVideoCodecH264EncodeExtensionName => "VK_STD_vulkan_video_codec_h264_encode"u8; [NativeTypeName("#define VULKAN_VIDEO_CODEC_H265STD_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecH265StdH = 1; [NativeTypeName("#define vulkan_video_codec_h265std 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecH265Std = 1; [NativeTypeName("#define STD_VIDEO_H265_CPB_CNT_LIST_SIZE 32U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265CpbCntListSize = 32U; [NativeTypeName("#define STD_VIDEO_H265_SUBLAYERS_LIST_SIZE 7U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265SublayersListSize = 7U; [NativeTypeName("#define STD_VIDEO_H265_SCALING_LIST_4X4_NUM_LISTS 6U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265ScalingList4X4NumLists = 6U; [NativeTypeName("#define STD_VIDEO_H265_SCALING_LIST_4X4_NUM_ELEMENTS 16U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265ScalingList4X4NumElements = 16U; [NativeTypeName("#define STD_VIDEO_H265_SCALING_LIST_8X8_NUM_LISTS 6U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265ScalingList8X8NumLists = 6U; [NativeTypeName("#define STD_VIDEO_H265_SCALING_LIST_8X8_NUM_ELEMENTS 64U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265ScalingList8X8NumElements = 64U; [NativeTypeName("#define STD_VIDEO_H265_SCALING_LIST_16X16_NUM_LISTS 6U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265ScalingList16X16NumLists = 6U; [NativeTypeName("#define STD_VIDEO_H265_SCALING_LIST_16X16_NUM_ELEMENTS 64U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265ScalingList16X16NumElements = 64U; [NativeTypeName("#define STD_VIDEO_H265_SCALING_LIST_32X32_NUM_LISTS 2U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265ScalingList32X32NumLists = 2U; [NativeTypeName("#define STD_VIDEO_H265_SCALING_LIST_32X32_NUM_ELEMENTS 64U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265ScalingList32X32NumElements = 64U; [NativeTypeName("#define STD_VIDEO_H265_CHROMA_QP_OFFSET_LIST_SIZE 6U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265ChromaQpOffsetListSize = 6U; [NativeTypeName("#define STD_VIDEO_H265_CHROMA_QP_OFFSET_TILE_COLS_LIST_SIZE 19U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265ChromaQpOffsetTileColsListSize = 19U; [NativeTypeName("#define STD_VIDEO_H265_CHROMA_QP_OFFSET_TILE_ROWS_LIST_SIZE 21U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265ChromaQpOffsetTileRowsListSize = 21U; [NativeTypeName("#define STD_VIDEO_H265_PREDICTOR_PALETTE_COMPONENTS_LIST_SIZE 3U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265PredictorPaletteComponentsListSize = 3U; [NativeTypeName("#define STD_VIDEO_H265_PREDICTOR_PALETTE_COMP_ENTRIES_LIST_SIZE 128U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265PredictorPaletteCompEntriesListSize = 128U; [NativeTypeName("#define STD_VIDEO_H265_MAX_NUM_LIST_REF 15U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265MaxNumListRef = 15U; [NativeTypeName("#define STD_VIDEO_H265_MAX_CHROMA_PLANES 2U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265MaxChromaPlanes = 2U; [NativeTypeName("#define STD_VIDEO_H265_MAX_SHORT_TERM_REF_PIC_SETS 64U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265MaxShortTermRefPicSets = 64U; [NativeTypeName("#define STD_VIDEO_H265_MAX_DPB_SIZE 16U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265MaxDpbSize = 16U; [NativeTypeName("#define STD_VIDEO_H265_MAX_LONG_TERM_REF_PICS_SPS 32U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265MaxLongTermRefPicsSps = 32U; [NativeTypeName("#define STD_VIDEO_H265_MAX_LONG_TERM_PICS 16U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265MaxLongTermPics = 16U; [NativeTypeName("#define STD_VIDEO_H265_MAX_DELTA_POC 48U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265MaxDeltaPoc = 48U; [NativeTypeName("#define STD_VIDEO_H265_NO_REFERENCE_PICTURE 0xFFU")] - [SupportedApiProfile("vulkan")] public const uint StdVideoH265NoReferencePicture = 0xFFU; [NativeTypeName("#define VULKAN_VIDEO_CODEC_H265STD_DECODE_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecH265StdDecodeH = 1; [NativeTypeName("#define vulkan_video_codec_h265std_decode 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecH265StdDecode = 1; [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_H265_DECODE_API_VERSION_1_0_0 VK_MAKE_VIDEO_STD_VERSION(1, 0, 0)" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecH265DecodeApiVersion1X0X0 = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -99949,7 +58480,6 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_H265_DECODE_SPEC_VERSION VK_STD_VULKAN_VIDEO_CODEC_H265_DECODE_API_VERSION_1_0_0" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecH265DecodeSpecVersion = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -99957,26 +58487,21 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_H265_DECODE_EXTENSION_NAME \"VK_STD_vulkan_video_codec_h265_decode\"" )] - [SupportedApiProfile("vulkan")] public static Utf8String StdVulkanVideoCodecH265DecodeExtensionName => "VK_STD_vulkan_video_codec_h265_decode"u8; [NativeTypeName("#define STD_VIDEO_DECODE_H265_REF_PIC_SET_LIST_SIZE 8U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoDecodeH265RefPicSetListSize = 8U; [NativeTypeName("#define VULKAN_VIDEO_CODEC_H265STD_ENCODE_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecH265StdEncodeH = 1; [NativeTypeName("#define vulkan_video_codec_h265std_encode 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecH265StdEncode = 1; [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_H265_ENCODE_API_VERSION_1_0_0 VK_MAKE_VIDEO_STD_VERSION(1, 0, 0)" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecH265EncodeApiVersion1X0X0 = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -99984,7 +58509,6 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_H265_ENCODE_SPEC_VERSION VK_STD_VULKAN_VIDEO_CODEC_H265_ENCODE_API_VERSION_1_0_0" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecH265EncodeSpecVersion = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -99992,62 +58516,48 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_H265_ENCODE_EXTENSION_NAME \"VK_STD_vulkan_video_codec_h265_encode\"" )] - [SupportedApiProfile("vulkan")] public static Utf8String StdVulkanVideoCodecH265EncodeExtensionName => "VK_STD_vulkan_video_codec_h265_encode"u8; [NativeTypeName("#define VULKAN_VIDEO_CODEC_VP9STD_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecVp9StdH = 1; [NativeTypeName("#define vulkan_video_codec_vp9std 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecVp9Std = 1; [NativeTypeName("#define STD_VIDEO_VP9_NUM_REF_FRAMES 8U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoVp9NumRefFrames = 8U; [NativeTypeName("#define STD_VIDEO_VP9_REFS_PER_FRAME 3U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoVp9RefsPerFrame = 3U; [NativeTypeName("#define STD_VIDEO_VP9_MAX_REF_FRAMES 4U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoVp9MaxRefFrames = 4U; [NativeTypeName("#define STD_VIDEO_VP9_LOOP_FILTER_ADJUSTMENTS 2U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoVp9LoopFilterAdjustments = 2U; [NativeTypeName("#define STD_VIDEO_VP9_MAX_SEGMENTS 8U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoVp9MaxSegments = 8U; [NativeTypeName("#define STD_VIDEO_VP9_SEG_LVL_MAX 4U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoVp9SegLvlMax = 4U; [NativeTypeName("#define STD_VIDEO_VP9_MAX_SEGMENTATION_TREE_PROBS 7U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoVp9MaxSegmentationTreeProbs = 7U; [NativeTypeName("#define STD_VIDEO_VP9_MAX_SEGMENTATION_PRED_PROB 3U")] - [SupportedApiProfile("vulkan")] public const uint StdVideoVp9MaxSegmentationPredProb = 3U; [NativeTypeName("#define VULKAN_VIDEO_CODEC_VP9STD_DECODE_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecVp9StdDecodeH = 1; [NativeTypeName("#define vulkan_video_codec_vp9std_decode 1")] - [SupportedApiProfile("vulkan")] public const int VulkanVideoCodecVp9StdDecode = 1; [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_VP9_DECODE_API_VERSION_1_0_0 VK_MAKE_VIDEO_STD_VERSION(1, 0, 0)" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecVp9DecodeApiVersion1X0X0 = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -100055,7 +58565,6 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_VP9_DECODE_SPEC_VERSION VK_STD_VULKAN_VIDEO_CODEC_VP9_DECODE_API_VERSION_1_0_0" )] - [SupportedApiProfile("vulkan")] public const uint StdVulkanVideoCodecVp9DecodeSpecVersion = ( (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); @@ -100063,8709 +58572,3267 @@ public static Result WriteMicromapsPropertiesEXT( [NativeTypeName( "#define VK_STD_VULKAN_VIDEO_CODEC_VP9_DECODE_EXTENSION_NAME \"VK_STD_vulkan_video_codec_vp9_decode\"" )] - [SupportedApiProfile("vulkan")] public static Utf8String StdVulkanVideoCodecVp9DecodeExtensionName => "VK_STD_vulkan_video_codec_vp9_decode"u8; [NativeTypeName("#define VULKAN_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanH = 1; [NativeTypeName("#define VULKAN_CORE_H_ 1")] - [SupportedApiProfile("vulkan")] public const int VulkanCoreH = 1; [NativeTypeName("#define VK_USE_64_BIT_PTR_DEFINES 1")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const int Use64BitPtrDefines = 1; [NativeTypeName("#define VK_HEADER_VERSION 332")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const int HeaderVersion = 332; [NativeTypeName( "#define VK_HEADER_VERSION_COMPLETE VK_MAKE_API_VERSION(0, 1, 4, VK_HEADER_VERSION)" )] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint HeaderVersionComplete = ( (((uint)(0)) << 29) | (((uint)(1)) << 22) | (((uint)(4)) << 12) | ((uint)(332)) ); [NativeTypeName("#define VK_API_VERSION_1_0 VK_MAKE_API_VERSION(0, 1, 0, 0)")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint ApiVersion1X0 = ( (((uint)(0)) << 29) | (((uint)(1)) << 22) | (((uint)(0)) << 12) | ((uint)(0)) ); [NativeTypeName("#define VK_FALSE 0U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint False = 0U; [NativeTypeName("#define VK_LOD_CLAMP_NONE 1000.0F")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const float LodClampNone = 1000.0F; [NativeTypeName("#define VK_QUEUE_FAMILY_IGNORED (~0U)")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint QueueFamilyIgnored = (~0U); [NativeTypeName("#define VK_REMAINING_ARRAY_LAYERS (~0U)")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint RemainingArrayLayers = (~0U); [NativeTypeName("#define VK_REMAINING_MIP_LEVELS (~0U)")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint RemainingMipLevels = (~0U); [NativeTypeName("#define VK_TRUE 1U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint True = 1U; [NativeTypeName("#define VK_WHOLE_SIZE (~0ULL)")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const ulong WholeSize = (~0UL); [NativeTypeName("#define VK_MAX_MEMORY_TYPES 32U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint MaxMemoryTypes = 32U; [NativeTypeName("#define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 256U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint MaxPhysicalDeviceNameSize = 256U; [NativeTypeName("#define VK_UUID_SIZE 16U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint UuidSize = 16U; [NativeTypeName("#define VK_MAX_EXTENSION_NAME_SIZE 256U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint MaxExtensionNameSize = 256U; [NativeTypeName("#define VK_MAX_DESCRIPTION_SIZE 256U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint MaxDescriptionSize = 256U; [NativeTypeName("#define VK_MAX_MEMORY_HEAPS 16U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint MaxMemoryHeaps = 16U; [NativeTypeName("#define VK_ATTACHMENT_UNUSED (~0U)")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint AttachmentUnused = (~0U); [NativeTypeName("#define VK_SUBPASS_EXTERNAL (~0U)")] - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public const uint SubpassExternal = (~0U); [NativeTypeName("#define VK_API_VERSION_1_1 VK_MAKE_API_VERSION(0, 1, 1, 0)")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public const uint ApiVersion1X1 = ( (((uint)(0)) << 29) | (((uint)(1)) << 22) | (((uint)(1)) << 12) | ((uint)(0)) ); [NativeTypeName("#define VK_MAX_DEVICE_GROUP_SIZE 32U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public const uint MaxDeviceGroupSize = 32U; [NativeTypeName("#define VK_LUID_SIZE 8U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public const uint LuidSize = 8U; [NativeTypeName("#define VK_QUEUE_FAMILY_EXTERNAL (~1U)")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] public const uint QueueFamilyExternal = (~1U); [NativeTypeName("#define VK_API_VERSION_1_2 VK_MAKE_API_VERSION(0, 1, 2, 0)")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public const uint ApiVersion1X2 = ( (((uint)(0)) << 29) | (((uint)(1)) << 22) | (((uint)(2)) << 12) | ((uint)(0)) ); [NativeTypeName("#define VK_MAX_DRIVER_NAME_SIZE 256U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public const uint MaxDriverNameSize = 256U; [NativeTypeName("#define VK_MAX_DRIVER_INFO_SIZE 256U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] public const uint MaxDriverInfoSize = 256U; [NativeTypeName("#define VK_API_VERSION_1_3 VK_MAKE_API_VERSION(0, 1, 3, 0)")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public const uint ApiVersion1X3 = ( (((uint)(0)) << 29) | (((uint)(1)) << 22) | (((uint)(3)) << 12) | ((uint)(0)) ); [NativeTypeName("#define VK_API_VERSION_1_4 VK_MAKE_API_VERSION(0, 1, 4, 0)")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public const uint ApiVersion1X4 = ( (((uint)(0)) << 29) | (((uint)(1)) << 22) | (((uint)(4)) << 12) | ((uint)(0)) ); [NativeTypeName("#define VK_MAX_GLOBAL_PRIORITY_SIZE 16U")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] public const uint MaxGlobalPrioritySize = 16U; [NativeTypeName("#define VK_KHR_SURFACE_SPEC_VERSION 25")] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public const int KhrSurfaceSpecVersion = 25; [NativeTypeName("#define VK_KHR_SURFACE_EXTENSION_NAME \"VK_KHR_surface\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] public static Utf8String KhrSurfaceExtensionName => "VK_KHR_surface"u8; [NativeTypeName("#define VK_KHR_SWAPCHAIN_SPEC_VERSION 70")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public const int KhrSwapchainSpecVersion = 70; [NativeTypeName("#define VK_KHR_SWAPCHAIN_EXTENSION_NAME \"VK_KHR_swapchain\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] public static Utf8String KhrSwapchainExtensionName => "VK_KHR_swapchain"u8; [NativeTypeName("#define VK_KHR_DISPLAY_SPEC_VERSION 23")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public const int KhrDisplaySpecVersion = 23; [NativeTypeName("#define VK_KHR_DISPLAY_EXTENSION_NAME \"VK_KHR_display\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] public static Utf8String KhrDisplayExtensionName => "VK_KHR_display"u8; [NativeTypeName("#define VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION 10")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] public const int KhrDisplaySwapchainSpecVersion = 10; [NativeTypeName("#define VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME \"VK_KHR_display_swapchain\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] public static Utf8String KhrDisplaySwapchainExtensionName => "VK_KHR_display_swapchain"u8; [NativeTypeName("#define VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_SPEC_VERSION 3")] - [SupportedApiProfile("vulkan", ["VK_KHR_sampler_mirror_clamp_to_edge"])] public const int KhrSamplerMirrorClampToEdgeSpecVersion = 3; [NativeTypeName( "#define VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME \"VK_KHR_sampler_mirror_clamp_to_edge\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_sampler_mirror_clamp_to_edge"])] public static Utf8String KhrSamplerMirrorClampToEdgeExtensionName => "VK_KHR_sampler_mirror_clamp_to_edge"u8; [NativeTypeName("#define VK_KHR_VIDEO_QUEUE_SPEC_VERSION 8")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public const int KhrVideoQueueSpecVersion = 8; [NativeTypeName("#define VK_KHR_VIDEO_QUEUE_EXTENSION_NAME \"VK_KHR_video_queue\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] public static Utf8String KhrVideoQueueExtensionName => "VK_KHR_video_queue"u8; [NativeTypeName("#define VK_KHR_VIDEO_DECODE_QUEUE_SPEC_VERSION 8")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public const int KhrVideoDecodeQueueSpecVersion = 8; [NativeTypeName( "#define VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME \"VK_KHR_video_decode_queue\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public static Utf8String KhrVideoDecodeQueueExtensionName => "VK_KHR_video_decode_queue"u8; [NativeTypeName("#define VK_KHR_VIDEO_ENCODE_H264_SPEC_VERSION 14")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public const int KhrVideoEncodeH264SpecVersion = 14; [NativeTypeName("#define VK_KHR_VIDEO_ENCODE_H264_EXTENSION_NAME \"VK_KHR_video_encode_h264\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h264"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public static Utf8String KhrVideoEncodeH264ExtensionName => "VK_KHR_video_encode_h264"u8; [NativeTypeName("#define VK_KHR_VIDEO_ENCODE_H265_SPEC_VERSION 14")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public const int KhrVideoEncodeH265SpecVersion = 14; [NativeTypeName("#define VK_KHR_VIDEO_ENCODE_H265_EXTENSION_NAME \"VK_KHR_video_encode_h265\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_h265"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public static Utf8String KhrVideoEncodeH265ExtensionName => "VK_KHR_video_encode_h265"u8; [NativeTypeName("#define VK_KHR_VIDEO_DECODE_H264_SPEC_VERSION 9")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public const int KhrVideoDecodeH264SpecVersion = 9; [NativeTypeName("#define VK_KHR_VIDEO_DECODE_H264_EXTENSION_NAME \"VK_KHR_video_decode_h264\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h264"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public static Utf8String KhrVideoDecodeH264ExtensionName => "VK_KHR_video_decode_h264"u8; [NativeTypeName("#define VK_KHR_DYNAMIC_RENDERING_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public const int KhrDynamicRenderingSpecVersion = 1; [NativeTypeName("#define VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME \"VK_KHR_dynamic_rendering\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static Utf8String KhrDynamicRenderingExtensionName => "VK_KHR_dynamic_rendering"u8; [NativeTypeName("#define VK_KHR_MULTIVIEW_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_multiview"], - ImpliesSets = [ - "VK_KHR_multiview+VK_KHR_get_physical_device_properties2", - "VK_KHR_multiview+VK_VERSION_1_1", - ] - )] public const int KhrMultiviewSpecVersion = 1; [NativeTypeName("#define VK_KHR_MULTIVIEW_EXTENSION_NAME \"VK_KHR_multiview\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_multiview"], - ImpliesSets = [ - "VK_KHR_multiview+VK_KHR_get_physical_device_properties2", - "VK_KHR_multiview+VK_VERSION_1_1", - ] - )] public static Utf8String KhrMultiviewExtensionName => "VK_KHR_multiview"u8; [NativeTypeName("#define VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_SPEC_VERSION 2")] - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] public const int KhrGetPhysicalDeviceProperties2SpecVersion = 2; [NativeTypeName( "#define VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME \"VK_KHR_get_physical_device_properties2\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] public static Utf8String KhrGetPhysicalDeviceProperties2ExtensionName => "VK_KHR_get_physical_device_properties2"u8; [NativeTypeName("#define VK_KHR_DEVICE_GROUP_SPEC_VERSION 4")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] public const int KhrDeviceGroupSpecVersion = 4; [NativeTypeName("#define VK_KHR_DEVICE_GROUP_EXTENSION_NAME \"VK_KHR_device_group\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] public static Utf8String KhrDeviceGroupExtensionName => "VK_KHR_device_group"u8; [NativeTypeName("#define VK_KHR_SHADER_DRAW_PARAMETERS_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_shader_draw_parameters"])] public const int KhrShaderDrawParametersSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME \"VK_KHR_shader_draw_parameters\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_shader_draw_parameters"])] public static Utf8String KhrShaderDrawParametersExtensionName => "VK_KHR_shader_draw_parameters"u8; [NativeTypeName("#define VK_KHR_MAINTENANCE_1_SPEC_VERSION 2")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] public const int KhrMaintenance1SpecVersion = 2; [NativeTypeName("#define VK_KHR_MAINTENANCE_1_EXTENSION_NAME \"VK_KHR_maintenance1\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] public static Utf8String KhrMaintenance1ExtensionName => "VK_KHR_maintenance1"u8; [NativeTypeName("#define VK_KHR_DEVICE_GROUP_CREATION_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] public const int KhrDeviceGroupCreationSpecVersion = 1; [NativeTypeName( "#define VK_KHR_DEVICE_GROUP_CREATION_EXTENSION_NAME \"VK_KHR_device_group_creation\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] public static Utf8String KhrDeviceGroupCreationExtensionName => "VK_KHR_device_group_creation"u8; [NativeTypeName("#define VK_MAX_DEVICE_GROUP_SIZE_KHR VK_MAX_DEVICE_GROUP_SIZE")] - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] public const uint MaxDeviceGroupSizeKHR = 32U; [NativeTypeName("#define VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] public const int KhrExternalMemoryCapabilitiesSpecVersion = 1; [NativeTypeName( "#define VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME \"VK_KHR_external_memory_capabilities\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] public static Utf8String KhrExternalMemoryCapabilitiesExtensionName => "VK_KHR_external_memory_capabilities"u8; [NativeTypeName("#define VK_LUID_SIZE_KHR VK_LUID_SIZE")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] public const uint LuidSizeKHR = 8U; [NativeTypeName("#define VK_KHR_EXTERNAL_MEMORY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory"], - ImpliesSets = [ - "VK_KHR_external_memory+VK_KHR_external_memory_capabilities", - "VK_KHR_external_memory+VK_VERSION_1_1", - ] - )] public const int KhrExternalMemorySpecVersion = 1; [NativeTypeName("#define VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME \"VK_KHR_external_memory\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory"], - ImpliesSets = [ - "VK_KHR_external_memory+VK_KHR_external_memory_capabilities", - "VK_KHR_external_memory+VK_VERSION_1_1", - ] - )] public static Utf8String KhrExternalMemoryExtensionName => "VK_KHR_external_memory"u8; [NativeTypeName("#define VK_QUEUE_FAMILY_EXTERNAL_KHR VK_QUEUE_FAMILY_EXTERNAL")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory"], - ImpliesSets = [ - "VK_KHR_external_memory+VK_KHR_external_memory_capabilities", - "VK_KHR_external_memory+VK_VERSION_1_1", - ] - )] public const uint QueueFamilyExternalKHR = (~1U); [NativeTypeName("#define VK_KHR_EXTERNAL_MEMORY_FD_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public const int KhrExternalMemoryFdSpecVersion = 1; [NativeTypeName( "#define VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME \"VK_KHR_external_memory_fd\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] public static Utf8String KhrExternalMemoryFdExtensionName => "VK_KHR_external_memory_fd"u8; [NativeTypeName("#define VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] public const int KhrExternalSemaphoreCapabilitiesSpecVersion = 1; [NativeTypeName( "#define VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME \"VK_KHR_external_semaphore_capabilities\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] public static Utf8String KhrExternalSemaphoreCapabilitiesExtensionName => "VK_KHR_external_semaphore_capabilities"u8; [NativeTypeName("#define VK_KHR_EXTERNAL_SEMAPHORE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore"], - ImpliesSets = ["VK_KHR_external_semaphore_capabilities"] - )] public const int KhrExternalSemaphoreSpecVersion = 1; [NativeTypeName( "#define VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME \"VK_KHR_external_semaphore\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore"], - ImpliesSets = ["VK_KHR_external_semaphore_capabilities"] - )] public static Utf8String KhrExternalSemaphoreExtensionName => "VK_KHR_external_semaphore"u8; [NativeTypeName("#define VK_KHR_EXTERNAL_SEMAPHORE_FD_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public const int KhrExternalSemaphoreFdSpecVersion = 1; [NativeTypeName( "#define VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME \"VK_KHR_external_semaphore_fd\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] public static Utf8String KhrExternalSemaphoreFdExtensionName => "VK_KHR_external_semaphore_fd"u8; [NativeTypeName("#define VK_KHR_PUSH_DESCRIPTOR_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] public const int KhrPushDescriptorSpecVersion = 2; [NativeTypeName("#define VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME \"VK_KHR_push_descriptor\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] public static Utf8String KhrPushDescriptorExtensionName => "VK_KHR_push_descriptor"u8; [NativeTypeName("#define VK_KHR_SHADER_FLOAT16_INT8_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float16_int8"], - ImpliesSets = [ - "VK_KHR_shader_float16_int8+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_float16_int8+VK_VERSION_1_1", - ] - )] public const int KhrShaderFloat16Int8SpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_FLOAT16_INT8_EXTENSION_NAME \"VK_KHR_shader_float16_int8\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float16_int8"], - ImpliesSets = [ - "VK_KHR_shader_float16_int8+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_float16_int8+VK_VERSION_1_1", - ] - )] public static Utf8String KhrShaderFloat16Int8ExtensionName => "VK_KHR_shader_float16_int8"u8; [NativeTypeName("#define VK_KHR_16BIT_STORAGE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_16bit_storage"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class", - "VK_VERSION_1_1", - ] - )] public const int Khr16BitStorageSpecVersion = 1; [NativeTypeName("#define VK_KHR_16BIT_STORAGE_EXTENSION_NAME \"VK_KHR_16bit_storage\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_16bit_storage"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class", - "VK_VERSION_1_1", - ] - )] public static Utf8String Khr16BitStorageExtensionName => "VK_KHR_16bit_storage"u8; [NativeTypeName("#define VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_incremental_present"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public const int KhrIncrementalPresentSpecVersion = 2; [NativeTypeName( "#define VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME \"VK_KHR_incremental_present\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_incremental_present"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public static Utf8String KhrIncrementalPresentExtensionName => "VK_KHR_incremental_present"u8; [NativeTypeName("#define VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] public const int KhrDescriptorUpdateTemplateSpecVersion = 1; [NativeTypeName( "#define VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME \"VK_KHR_descriptor_update_template\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] public static Utf8String KhrDescriptorUpdateTemplateExtensionName => "VK_KHR_descriptor_update_template"u8; [NativeTypeName("#define VK_KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_imageless_framebuffer"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_get_physical_device_properties2+VK_KHR_maintenance2", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public const int KhrImagelessFramebufferSpecVersion = 1; [NativeTypeName( "#define VK_KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME \"VK_KHR_imageless_framebuffer\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_imageless_framebuffer"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_get_physical_device_properties2+VK_KHR_maintenance2", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static Utf8String KhrImagelessFramebufferExtensionName => "VK_KHR_imageless_framebuffer"u8; [NativeTypeName("#define VK_KHR_CREATE_RENDERPASS_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] public const int KhrCreateRenderpass2SpecVersion = 1; [NativeTypeName( "#define VK_KHR_CREATE_RENDERPASS_2_EXTENSION_NAME \"VK_KHR_create_renderpass2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] public static Utf8String KhrCreateRenderpass2ExtensionName => "VK_KHR_create_renderpass2"u8; [NativeTypeName("#define VK_KHR_SHARED_PRESENTABLE_IMAGE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] public const int KhrSharedPresentableImageSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION_NAME \"VK_KHR_shared_presentable_image\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] public static Utf8String KhrSharedPresentableImageExtensionName => "VK_KHR_shared_presentable_image"u8; [NativeTypeName("#define VK_KHR_EXTERNAL_FENCE_CAPABILITIES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] public const int KhrExternalFenceCapabilitiesSpecVersion = 1; [NativeTypeName( "#define VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME \"VK_KHR_external_fence_capabilities\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] public static Utf8String KhrExternalFenceCapabilitiesExtensionName => "VK_KHR_external_fence_capabilities"u8; [NativeTypeName("#define VK_KHR_EXTERNAL_FENCE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence"], - ImpliesSets = ["VK_KHR_external_fence_capabilities"] - )] public const int KhrExternalFenceSpecVersion = 1; [NativeTypeName("#define VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME \"VK_KHR_external_fence\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence"], - ImpliesSets = ["VK_KHR_external_fence_capabilities"] - )] public static Utf8String KhrExternalFenceExtensionName => "VK_KHR_external_fence"u8; [NativeTypeName("#define VK_KHR_EXTERNAL_FENCE_FD_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public const int KhrExternalFenceFdSpecVersion = 1; [NativeTypeName("#define VK_KHR_EXTERNAL_FENCE_FD_EXTENSION_NAME \"VK_KHR_external_fence_fd\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] public static Utf8String KhrExternalFenceFdExtensionName => "VK_KHR_external_fence_fd"u8; [NativeTypeName("#define VK_KHR_PERFORMANCE_QUERY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public const int KhrPerformanceQuerySpecVersion = 1; [NativeTypeName("#define VK_KHR_PERFORMANCE_QUERY_EXTENSION_NAME \"VK_KHR_performance_query\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] public static Utf8String KhrPerformanceQueryExtensionName => "VK_KHR_performance_query"u8; [NativeTypeName("#define VK_KHR_MAINTENANCE_2_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] public const int KhrMaintenance2SpecVersion = 1; [NativeTypeName("#define VK_KHR_MAINTENANCE_2_EXTENSION_NAME \"VK_KHR_maintenance2\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance2"])] public static Utf8String KhrMaintenance2ExtensionName => "VK_KHR_maintenance2"u8; [NativeTypeName("#define VK_KHR_GET_SURFACE_CAPABILITIES_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] public const int KhrGetSurfaceCapabilities2SpecVersion = 1; [NativeTypeName( "#define VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME \"VK_KHR_get_surface_capabilities2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] public static Utf8String KhrGetSurfaceCapabilities2ExtensionName => "VK_KHR_get_surface_capabilities2"u8; [NativeTypeName("#define VK_KHR_VARIABLE_POINTERS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_variable_pointers"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class", - "VK_VERSION_1_1", - ] - )] public const int KhrVariablePointersSpecVersion = 1; [NativeTypeName("#define VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME \"VK_KHR_variable_pointers\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_variable_pointers"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class", - "VK_VERSION_1_1", - ] - )] public static Utf8String KhrVariablePointersExtensionName => "VK_KHR_variable_pointers"u8; [NativeTypeName("#define VK_KHR_GET_DISPLAY_PROPERTIES_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public const int KhrGetDisplayProperties2SpecVersion = 1; [NativeTypeName( "#define VK_KHR_GET_DISPLAY_PROPERTIES_2_EXTENSION_NAME \"VK_KHR_get_display_properties2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] public static Utf8String KhrGetDisplayProperties2ExtensionName => "VK_KHR_get_display_properties2"u8; [NativeTypeName("#define VK_KHR_DEDICATED_ALLOCATION_SPEC_VERSION 3")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dedicated_allocation"], - ImpliesSets = [ - "VK_KHR_dedicated_allocation+VK_KHR_get_memory_requirements2", - "VK_KHR_dedicated_allocation+VK_VERSION_1_1", - ] - )] public const int KhrDedicatedAllocationSpecVersion = 3; [NativeTypeName( "#define VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME \"VK_KHR_dedicated_allocation\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dedicated_allocation"], - ImpliesSets = [ - "VK_KHR_dedicated_allocation+VK_KHR_get_memory_requirements2", - "VK_KHR_dedicated_allocation+VK_VERSION_1_1", - ] - )] public static Utf8String KhrDedicatedAllocationExtensionName => "VK_KHR_dedicated_allocation"u8; [NativeTypeName("#define VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_storage_buffer_storage_class"])] public const int KhrStorageBufferStorageClassSpecVersion = 1; [NativeTypeName( "#define VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME \"VK_KHR_storage_buffer_storage_class\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_storage_buffer_storage_class"])] public static Utf8String KhrStorageBufferStorageClassExtensionName => "VK_KHR_storage_buffer_storage_class"u8; [NativeTypeName("#define VK_KHR_SHADER_BFLOAT16_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_bfloat16"], - ImpliesSets = [ - "VK_KHR_shader_bfloat16+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_bfloat16+VK_VERSION_1_1", - ] - )] public const int KhrShaderBfloat16SpecVersion = 1; [NativeTypeName("#define VK_KHR_SHADER_BFLOAT16_EXTENSION_NAME \"VK_KHR_shader_bfloat16\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_bfloat16"], - ImpliesSets = [ - "VK_KHR_shader_bfloat16+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_bfloat16+VK_VERSION_1_1", - ] - )] public static Utf8String KhrShaderBfloat16ExtensionName => "VK_KHR_shader_bfloat16"u8; [NativeTypeName("#define VK_KHR_RELAXED_BLOCK_LAYOUT_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_relaxed_block_layout"])] public const int KhrRelaxedBlockLayoutSpecVersion = 1; [NativeTypeName( "#define VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME \"VK_KHR_relaxed_block_layout\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_relaxed_block_layout"])] public static Utf8String KhrRelaxedBlockLayoutExtensionName => "VK_KHR_relaxed_block_layout"u8; [NativeTypeName("#define VK_KHR_GET_MEMORY_REQUIREMENTS_2_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] public const int KhrGetMemoryRequirements2SpecVersion = 1; [NativeTypeName( "#define VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME \"VK_KHR_get_memory_requirements2\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] public static Utf8String KhrGetMemoryRequirements2ExtensionName => "VK_KHR_get_memory_requirements2"u8; [NativeTypeName("#define VK_KHR_IMAGE_FORMAT_LIST_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_image_format_list"])] public const int KhrImageFormatListSpecVersion = 1; [NativeTypeName("#define VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME \"VK_KHR_image_format_list\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_image_format_list"])] public static Utf8String KhrImageFormatListExtensionName => "VK_KHR_image_format_list"u8; [NativeTypeName("#define VK_KHR_SAMPLER_YCBCR_CONVERSION_SPEC_VERSION 14")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public const int KhrSamplerYcbcrConversionSpecVersion = 14; [NativeTypeName( "#define VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME \"VK_KHR_sampler_ycbcr_conversion\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public static Utf8String KhrSamplerYcbcrConversionExtensionName => "VK_KHR_sampler_ycbcr_conversion"u8; [NativeTypeName("#define VK_KHR_BIND_MEMORY_2_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] public const int KhrBindMemory2SpecVersion = 1; [NativeTypeName("#define VK_KHR_BIND_MEMORY_2_EXTENSION_NAME \"VK_KHR_bind_memory2\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] public static Utf8String KhrBindMemory2ExtensionName => "VK_KHR_bind_memory2"u8; [NativeTypeName("#define VK_KHR_MAINTENANCE_3_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] public const int KhrMaintenance3SpecVersion = 1; [NativeTypeName("#define VK_KHR_MAINTENANCE_3_EXTENSION_NAME \"VK_KHR_maintenance3\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] public static Utf8String KhrMaintenance3ExtensionName => "VK_KHR_maintenance3"u8; [NativeTypeName("#define VK_KHR_DRAW_INDIRECT_COUNT_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] public const int KhrDrawIndirectCountSpecVersion = 1; [NativeTypeName( "#define VK_KHR_DRAW_INDIRECT_COUNT_EXTENSION_NAME \"VK_KHR_draw_indirect_count\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] public static Utf8String KhrDrawIndirectCountExtensionName => "VK_KHR_draw_indirect_count"u8; [NativeTypeName("#define VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_extended_types"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public const int KhrShaderSubgroupExtendedTypesSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_EXTENSION_NAME \"VK_KHR_shader_subgroup_extended_types\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_extended_types"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public static Utf8String KhrShaderSubgroupExtendedTypesExtensionName => "VK_KHR_shader_subgroup_extended_types"u8; [NativeTypeName("#define VK_KHR_8BIT_STORAGE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_8bit_storage"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class", - "VK_VERSION_1_1", - ] - )] public const int Khr8BitStorageSpecVersion = 1; [NativeTypeName("#define VK_KHR_8BIT_STORAGE_EXTENSION_NAME \"VK_KHR_8bit_storage\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_8bit_storage"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class", - "VK_VERSION_1_1", - ] - )] public static Utf8String Khr8BitStorageExtensionName => "VK_KHR_8bit_storage"u8; [NativeTypeName("#define VK_KHR_SHADER_ATOMIC_INT64_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_atomic_int64"], - ImpliesSets = [ - "VK_KHR_shader_atomic_int64+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_atomic_int64+VK_VERSION_1_1", - ] - )] public const int KhrShaderAtomicInt64SpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_ATOMIC_INT64_EXTENSION_NAME \"VK_KHR_shader_atomic_int64\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_atomic_int64"], - ImpliesSets = [ - "VK_KHR_shader_atomic_int64+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_atomic_int64+VK_VERSION_1_1", - ] - )] public static Utf8String KhrShaderAtomicInt64ExtensionName => "VK_KHR_shader_atomic_int64"u8; [NativeTypeName("#define VK_KHR_SHADER_CLOCK_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_clock"], - ImpliesSets = [ - "VK_KHR_shader_clock+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_clock+VK_VERSION_1_1", - ] - )] public const int KhrShaderClockSpecVersion = 1; [NativeTypeName("#define VK_KHR_SHADER_CLOCK_EXTENSION_NAME \"VK_KHR_shader_clock\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_clock"], - ImpliesSets = [ - "VK_KHR_shader_clock+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_clock+VK_VERSION_1_1", - ] - )] public static Utf8String KhrShaderClockExtensionName => "VK_KHR_shader_clock"u8; [NativeTypeName("#define VK_KHR_VIDEO_DECODE_H265_SPEC_VERSION 8")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public const int KhrVideoDecodeH265SpecVersion = 8; [NativeTypeName("#define VK_KHR_VIDEO_DECODE_H265_EXTENSION_NAME \"VK_KHR_video_decode_h265\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_h265"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public static Utf8String KhrVideoDecodeH265ExtensionName => "VK_KHR_video_decode_h265"u8; [NativeTypeName("#define VK_KHR_GLOBAL_PRIORITY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_global_priority"], - ImpliesSets = [ - "VK_KHR_global_priority+VK_KHR_get_physical_device_properties2", - "VK_KHR_global_priority+VK_VERSION_1_1", - ] - )] public const int KhrGlobalPrioritySpecVersion = 1; [NativeTypeName("#define VK_KHR_GLOBAL_PRIORITY_EXTENSION_NAME \"VK_KHR_global_priority\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_global_priority"], - ImpliesSets = [ - "VK_KHR_global_priority+VK_KHR_get_physical_device_properties2", - "VK_KHR_global_priority+VK_VERSION_1_1", - ] - )] public static Utf8String KhrGlobalPriorityExtensionName => "VK_KHR_global_priority"u8; [NativeTypeName("#define VK_MAX_GLOBAL_PRIORITY_SIZE_KHR VK_MAX_GLOBAL_PRIORITY_SIZE")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_global_priority"], - ImpliesSets = [ - "VK_KHR_global_priority+VK_KHR_get_physical_device_properties2", - "VK_KHR_global_priority+VK_VERSION_1_1", - ] - )] public const uint MaxGlobalPrioritySizeKHR = 16U; [NativeTypeName("#define VK_KHR_DRIVER_PROPERTIES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] public const int KhrDriverPropertiesSpecVersion = 1; [NativeTypeName("#define VK_KHR_DRIVER_PROPERTIES_EXTENSION_NAME \"VK_KHR_driver_properties\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] public static Utf8String KhrDriverPropertiesExtensionName => "VK_KHR_driver_properties"u8; [NativeTypeName("#define VK_MAX_DRIVER_NAME_SIZE_KHR VK_MAX_DRIVER_NAME_SIZE")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] public const uint MaxDriverNameSizeKHR = 256U; [NativeTypeName("#define VK_MAX_DRIVER_INFO_SIZE_KHR VK_MAX_DRIVER_INFO_SIZE")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_driver_properties"], - ImpliesSets = [ - "VK_KHR_driver_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_driver_properties+VK_VERSION_1_1", - ] - )] public const uint MaxDriverInfoSizeKHR = 256U; [NativeTypeName("#define VK_KHR_SHADER_FLOAT_CONTROLS_SPEC_VERSION 4")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float_controls"], - ImpliesSets = [ - "VK_KHR_shader_float_controls+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_float_controls+VK_VERSION_1_1", - ] - )] public const int KhrShaderFloatControlsSpecVersion = 4; [NativeTypeName( "#define VK_KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME \"VK_KHR_shader_float_controls\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float_controls"], - ImpliesSets = [ - "VK_KHR_shader_float_controls+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_float_controls+VK_VERSION_1_1", - ] - )] public static Utf8String KhrShaderFloatControlsExtensionName => "VK_KHR_shader_float_controls"u8; [NativeTypeName("#define VK_KHR_DEPTH_STENCIL_RESOLVE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_stencil_resolve"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_create_renderpass2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_2", - ] - )] public const int KhrDepthStencilResolveSpecVersion = 1; [NativeTypeName( "#define VK_KHR_DEPTH_STENCIL_RESOLVE_EXTENSION_NAME \"VK_KHR_depth_stencil_resolve\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_stencil_resolve"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_create_renderpass2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_2", - ] - )] public static Utf8String KhrDepthStencilResolveExtensionName => "VK_KHR_depth_stencil_resolve"u8; [NativeTypeName("#define VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_mutable_format"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_maintenance2+VK_KHR_image_format_list", - "VK_KHR_swapchain+VK_KHR_maintenance2+VK_VERSION_1_2", - "VK_KHR_swapchain+VK_VERSION_1_1+VK_KHR_image_format_list", - "VK_KHR_swapchain+VK_VERSION_1_1+VK_VERSION_1_2", - ] - )] public const int KhrSwapchainMutableFormatSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_EXTENSION_NAME \"VK_KHR_swapchain_mutable_format\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_mutable_format"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_maintenance2+VK_KHR_image_format_list", - "VK_KHR_swapchain+VK_KHR_maintenance2+VK_VERSION_1_2", - "VK_KHR_swapchain+VK_VERSION_1_1+VK_KHR_image_format_list", - "VK_KHR_swapchain+VK_VERSION_1_1+VK_VERSION_1_2", - ] - )] public static Utf8String KhrSwapchainMutableFormatExtensionName => "VK_KHR_swapchain_mutable_format"u8; [NativeTypeName("#define VK_KHR_TIMELINE_SEMAPHORE_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] public const int KhrTimelineSemaphoreSpecVersion = 2; [NativeTypeName( "#define VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME \"VK_KHR_timeline_semaphore\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] public static Utf8String KhrTimelineSemaphoreExtensionName => "VK_KHR_timeline_semaphore"u8; [NativeTypeName("#define VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION 3")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_vulkan_memory_model"], - ImpliesSets = [ - "VK_KHR_vulkan_memory_model+VK_KHR_get_physical_device_properties2", - "VK_KHR_vulkan_memory_model+VK_VERSION_1_1", - ] - )] public const int KhrVulkanMemoryModelSpecVersion = 3; [NativeTypeName( "#define VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME \"VK_KHR_vulkan_memory_model\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_vulkan_memory_model"], - ImpliesSets = [ - "VK_KHR_vulkan_memory_model+VK_KHR_get_physical_device_properties2", - "VK_KHR_vulkan_memory_model+VK_VERSION_1_1", - ] - )] public static Utf8String KhrVulkanMemoryModelExtensionName => "VK_KHR_vulkan_memory_model"u8; [NativeTypeName("#define VK_KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_terminate_invocation"], - ImpliesSets = [ - "VK_KHR_shader_terminate_invocation+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_terminate_invocation+VK_VERSION_1_1", - ] - )] public const int KhrShaderTerminateInvocationSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME \"VK_KHR_shader_terminate_invocation\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_terminate_invocation"], - ImpliesSets = [ - "VK_KHR_shader_terminate_invocation+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_terminate_invocation+VK_VERSION_1_1", - ] - )] public static Utf8String KhrShaderTerminateInvocationExtensionName => "VK_KHR_shader_terminate_invocation"u8; [NativeTypeName("#define VK_KHR_FRAGMENT_SHADING_RATE_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public const int KhrFragmentShadingRateSpecVersion = 2; [NativeTypeName( "#define VK_KHR_FRAGMENT_SHADING_RATE_EXTENSION_NAME \"VK_KHR_fragment_shading_rate\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static Utf8String KhrFragmentShadingRateExtensionName => "VK_KHR_fragment_shading_rate"u8; [NativeTypeName("#define VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] public const int KhrDynamicRenderingLocalReadSpecVersion = 1; [NativeTypeName( "#define VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_EXTENSION_NAME \"VK_KHR_dynamic_rendering_local_read\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] public static Utf8String KhrDynamicRenderingLocalReadExtensionName => "VK_KHR_dynamic_rendering_local_read"u8; [NativeTypeName("#define VK_KHR_SHADER_QUAD_CONTROL_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_quad_control"], - ImpliesSets = [ - "VK_KHR_shader_maximal_reconvergence+VK_VERSION_1_1+VK_KHR_vulkan_memory_model", - "VK_KHR_shader_maximal_reconvergence+VK_VERSION_1_2", - ] - )] public const int KhrShaderQuadControlSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_QUAD_CONTROL_EXTENSION_NAME \"VK_KHR_shader_quad_control\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_quad_control"], - ImpliesSets = [ - "VK_KHR_shader_maximal_reconvergence+VK_VERSION_1_1+VK_KHR_vulkan_memory_model", - "VK_KHR_shader_maximal_reconvergence+VK_VERSION_1_2", - ] - )] public static Utf8String KhrShaderQuadControlExtensionName => "VK_KHR_shader_quad_control"u8; [NativeTypeName("#define VK_KHR_SPIRV_1_4_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_spirv_1_4"], - ImpliesSets = ["VK_KHR_shader_float_controls", "VK_VERSION_1_1"] - )] public const int KhrSpirv1X4SpecVersion = 1; [NativeTypeName("#define VK_KHR_SPIRV_1_4_EXTENSION_NAME \"VK_KHR_spirv_1_4\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_spirv_1_4"], - ImpliesSets = ["VK_KHR_shader_float_controls", "VK_VERSION_1_1"] - )] public static Utf8String KhrSpirv1X4ExtensionName => "VK_KHR_spirv_1_4"u8; [NativeTypeName("#define VK_KHR_SURFACE_PROTECTED_CAPABILITIES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_protected_capabilities"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_VERSION_1_1"] - )] public const int KhrSurfaceProtectedCapabilitiesSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SURFACE_PROTECTED_CAPABILITIES_EXTENSION_NAME \"VK_KHR_surface_protected_capabilities\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_protected_capabilities"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_VERSION_1_1"] - )] public static Utf8String KhrSurfaceProtectedCapabilitiesExtensionName => "VK_KHR_surface_protected_capabilities"u8; [NativeTypeName("#define VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_separate_depth_stencil_layouts"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public const int KhrSeparateDepthStencilLayoutsSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME \"VK_KHR_separate_depth_stencil_layouts\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_separate_depth_stencil_layouts"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static Utf8String KhrSeparateDepthStencilLayoutsExtensionName => "VK_KHR_separate_depth_stencil_layouts"u8; [NativeTypeName("#define VK_KHR_PRESENT_WAIT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] public const int KhrPresentWaitSpecVersion = 1; [NativeTypeName("#define VK_KHR_PRESENT_WAIT_EXTENSION_NAME \"VK_KHR_present_wait\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] public static Utf8String KhrPresentWaitExtensionName => "VK_KHR_present_wait"u8; [NativeTypeName("#define VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_uniform_buffer_standard_layout"], - ImpliesSets = [ - "VK_KHR_uniform_buffer_standard_layout+VK_KHR_get_physical_device_properties2", - "VK_KHR_uniform_buffer_standard_layout+VK_VERSION_1_1", - ] - )] public const int KhrUniformBufferStandardLayoutSpecVersion = 1; [NativeTypeName( "#define VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_EXTENSION_NAME \"VK_KHR_uniform_buffer_standard_layout\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_uniform_buffer_standard_layout"], - ImpliesSets = [ - "VK_KHR_uniform_buffer_standard_layout+VK_KHR_get_physical_device_properties2", - "VK_KHR_uniform_buffer_standard_layout+VK_VERSION_1_1", - ] - )] public static Utf8String KhrUniformBufferStandardLayoutExtensionName => "VK_KHR_uniform_buffer_standard_layout"u8; [NativeTypeName("#define VK_KHR_BUFFER_DEVICE_ADDRESS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] public const int KhrBufferDeviceAddressSpecVersion = 1; [NativeTypeName( "#define VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME \"VK_KHR_buffer_device_address\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] public static Utf8String KhrBufferDeviceAddressExtensionName => "VK_KHR_buffer_device_address"u8; [NativeTypeName("#define VK_KHR_DEFERRED_HOST_OPERATIONS_SPEC_VERSION 4")] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] public const int KhrDeferredHostOperationsSpecVersion = 4; [NativeTypeName( "#define VK_KHR_DEFERRED_HOST_OPERATIONS_EXTENSION_NAME \"VK_KHR_deferred_host_operations\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] public static Utf8String KhrDeferredHostOperationsExtensionName => "VK_KHR_deferred_host_operations"u8; [NativeTypeName("#define VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public const int KhrPipelineExecutablePropertiesSpecVersion = 1; [NativeTypeName( "#define VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_EXTENSION_NAME \"VK_KHR_pipeline_executable_properties\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] public static Utf8String KhrPipelineExecutablePropertiesExtensionName => "VK_KHR_pipeline_executable_properties"u8; [NativeTypeName("#define VK_KHR_MAP_MEMORY_2_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] public const int KhrMapMemory2SpecVersion = 1; [NativeTypeName("#define VK_KHR_MAP_MEMORY_2_EXTENSION_NAME \"VK_KHR_map_memory2\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] public static Utf8String KhrMapMemory2ExtensionName => "VK_KHR_map_memory2"u8; [NativeTypeName("#define VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_integer_dot_product"], - ImpliesSets = [ - "VK_KHR_shader_integer_dot_product+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_integer_dot_product+VK_VERSION_1_1", - ] - )] public const int KhrShaderIntegerDotProductSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME \"VK_KHR_shader_integer_dot_product\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_integer_dot_product"], - ImpliesSets = [ - "VK_KHR_shader_integer_dot_product+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_integer_dot_product+VK_VERSION_1_1", - ] - )] public static Utf8String KhrShaderIntegerDotProductExtensionName => "VK_KHR_shader_integer_dot_product"u8; [NativeTypeName("#define VK_KHR_PIPELINE_LIBRARY_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_pipeline_library"])] public const int KhrPipelineLibrarySpecVersion = 1; [NativeTypeName("#define VK_KHR_PIPELINE_LIBRARY_EXTENSION_NAME \"VK_KHR_pipeline_library\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_pipeline_library"])] public static Utf8String KhrPipelineLibraryExtensionName => "VK_KHR_pipeline_library"u8; [NativeTypeName("#define VK_KHR_SHADER_NON_SEMANTIC_INFO_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_shader_non_semantic_info"])] public const int KhrShaderNonSemanticInfoSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME \"VK_KHR_shader_non_semantic_info\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_shader_non_semantic_info"])] public static Utf8String KhrShaderNonSemanticInfoExtensionName => "VK_KHR_shader_non_semantic_info"u8; [NativeTypeName("#define VK_KHR_PRESENT_ID_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public const int KhrPresentIdSpecVersion = 1; [NativeTypeName("#define VK_KHR_PRESENT_ID_EXTENSION_NAME \"VK_KHR_present_id\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public static Utf8String KhrPresentIdExtensionName => "VK_KHR_present_id"u8; [NativeTypeName("#define VK_KHR_VIDEO_ENCODE_QUEUE_SPEC_VERSION 12")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public const int KhrVideoEncodeQueueSpecVersion = 12; [NativeTypeName( "#define VK_KHR_VIDEO_ENCODE_QUEUE_EXTENSION_NAME \"VK_KHR_video_encode_queue\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] public static Utf8String KhrVideoEncodeQueueExtensionName => "VK_KHR_video_encode_queue"u8; [NativeTypeName("#define VK_KHR_SYNCHRONIZATION_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] public const int KhrSynchronization2SpecVersion = 1; [NativeTypeName("#define VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME \"VK_KHR_synchronization2\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] public static Utf8String KhrSynchronization2ExtensionName => "VK_KHR_synchronization2"u8; [NativeTypeName("#define VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_KHR_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_KHR_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] public const int KhrFragmentShaderBarycentricSpecVersion = 1; [NativeTypeName( "#define VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME \"VK_KHR_fragment_shader_barycentric\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_KHR_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_KHR_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] public static Utf8String KhrFragmentShaderBarycentricExtensionName => "VK_KHR_fragment_shader_barycentric"u8; [NativeTypeName("#define VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_uniform_control_flow"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public const int KhrShaderSubgroupUniformControlFlowSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_EXTENSION_NAME \"VK_KHR_shader_subgroup_uniform_control_flow\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_uniform_control_flow"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public static Utf8String KhrShaderSubgroupUniformControlFlowExtensionName => "VK_KHR_shader_subgroup_uniform_control_flow"u8; [NativeTypeName("#define VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_zero_initialize_workgroup_memory"], - ImpliesSets = [ - "VK_KHR_zero_initialize_workgroup_memory+VK_KHR_get_physical_device_properties2", - "VK_KHR_zero_initialize_workgroup_memory+VK_VERSION_1_1", - ] - )] public const int KhrZeroInitializeWorkgroupMemorySpecVersion = 1; [NativeTypeName( "#define VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME \"VK_KHR_zero_initialize_workgroup_memory\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_zero_initialize_workgroup_memory"], - ImpliesSets = [ - "VK_KHR_zero_initialize_workgroup_memory+VK_KHR_get_physical_device_properties2", - "VK_KHR_zero_initialize_workgroup_memory+VK_VERSION_1_1", - ] - )] public static Utf8String KhrZeroInitializeWorkgroupMemoryExtensionName => "VK_KHR_zero_initialize_workgroup_memory"u8; [NativeTypeName("#define VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_workgroup_memory_explicit_layout"], - ImpliesSets = [ - "VK_KHR_workgroup_memory_explicit_layout+VK_KHR_get_physical_device_properties2", - "VK_KHR_workgroup_memory_explicit_layout+VK_VERSION_1_1", - ] - )] public const int KhrWorkgroupMemoryExplicitLayoutSpecVersion = 1; [NativeTypeName( "#define VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_EXTENSION_NAME \"VK_KHR_workgroup_memory_explicit_layout\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_workgroup_memory_explicit_layout"], - ImpliesSets = [ - "VK_KHR_workgroup_memory_explicit_layout+VK_KHR_get_physical_device_properties2", - "VK_KHR_workgroup_memory_explicit_layout+VK_VERSION_1_1", - ] - )] public static Utf8String KhrWorkgroupMemoryExplicitLayoutExtensionName => "VK_KHR_workgroup_memory_explicit_layout"u8; [NativeTypeName("#define VK_KHR_COPY_COMMANDS_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] public const int KhrCopyCommands2SpecVersion = 1; [NativeTypeName("#define VK_KHR_COPY_COMMANDS_2_EXTENSION_NAME \"VK_KHR_copy_commands2\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] public static Utf8String KhrCopyCommands2ExtensionName => "VK_KHR_copy_commands2"u8; [NativeTypeName("#define VK_KHR_FORMAT_FEATURE_FLAGS_2_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_format_feature_flags2"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_VERSION_1_1", - ] - )] public const int KhrFormatFeatureFlags2SpecVersion = 2; [NativeTypeName( "#define VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME \"VK_KHR_format_feature_flags2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_format_feature_flags2"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_VERSION_1_1", - ] - )] public static Utf8String KhrFormatFeatureFlags2ExtensionName => "VK_KHR_format_feature_flags2"u8; [NativeTypeName("#define VK_KHR_RAY_TRACING_MAINTENANCE_1_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public const int KhrRayTracingMaintenance1SpecVersion = 1; [NativeTypeName( "#define VK_KHR_RAY_TRACING_MAINTENANCE_1_EXTENSION_NAME \"VK_KHR_ray_tracing_maintenance1\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public static Utf8String KhrRayTracingMaintenance1ExtensionName => "VK_KHR_ray_tracing_maintenance1"u8; [NativeTypeName("#define VK_KHR_SHADER_UNTYPED_POINTERS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_untyped_pointers"], - ImpliesSets = ["VK_KHR_get_physical_device_properties2"] - )] public const int KhrShaderUntypedPointersSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_UNTYPED_POINTERS_EXTENSION_NAME \"VK_KHR_shader_untyped_pointers\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_untyped_pointers"], - ImpliesSets = ["VK_KHR_get_physical_device_properties2"] - )] public static Utf8String KhrShaderUntypedPointersExtensionName => "VK_KHR_shader_untyped_pointers"u8; [NativeTypeName("#define VK_KHR_PORTABILITY_ENUMERATION_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_portability_enumeration"])] public const int KhrPortabilityEnumerationSpecVersion = 1; [NativeTypeName( "#define VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME \"VK_KHR_portability_enumeration\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_portability_enumeration"])] public static Utf8String KhrPortabilityEnumerationExtensionName => "VK_KHR_portability_enumeration"u8; [NativeTypeName("#define VK_KHR_MAINTENANCE_4_SPEC_VERSION 2")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] public const int KhrMaintenance4SpecVersion = 2; [NativeTypeName("#define VK_KHR_MAINTENANCE_4_EXTENSION_NAME \"VK_KHR_maintenance4\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] public static Utf8String KhrMaintenance4ExtensionName => "VK_KHR_maintenance4"u8; [NativeTypeName("#define VK_KHR_SHADER_SUBGROUP_ROTATE_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_rotate"], - ImpliesSets = [ - "VK_KHR_shader_subgroup_rotate+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_subgroup_rotate+VK_VERSION_1_1", - ] - )] public const int KhrShaderSubgroupRotateSpecVersion = 2; [NativeTypeName( "#define VK_KHR_SHADER_SUBGROUP_ROTATE_EXTENSION_NAME \"VK_KHR_shader_subgroup_rotate\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_subgroup_rotate"], - ImpliesSets = [ - "VK_KHR_shader_subgroup_rotate+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_subgroup_rotate+VK_VERSION_1_1", - ] - )] public static Utf8String KhrShaderSubgroupRotateExtensionName => "VK_KHR_shader_subgroup_rotate"u8; [NativeTypeName("#define VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_maximal_reconvergence"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public const int KhrShaderMaximalReconvergenceSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_EXTENSION_NAME \"VK_KHR_shader_maximal_reconvergence\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_maximal_reconvergence"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public static Utf8String KhrShaderMaximalReconvergenceExtensionName => "VK_KHR_shader_maximal_reconvergence"u8; [NativeTypeName("#define VK_KHR_MAINTENANCE_5_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] public const int KhrMaintenance5SpecVersion = 1; [NativeTypeName("#define VK_KHR_MAINTENANCE_5_EXTENSION_NAME \"VK_KHR_maintenance5\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] public static Utf8String KhrMaintenance5ExtensionName => "VK_KHR_maintenance5"u8; [NativeTypeName("#define VK_KHR_PRESENT_ID_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] public const int KhrPresentId2SpecVersion = 1; [NativeTypeName("#define VK_KHR_PRESENT_ID_2_EXTENSION_NAME \"VK_KHR_present_id2\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_id2"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface", "VK_KHR_swapchain"] - )] public static Utf8String KhrPresentId2ExtensionName => "VK_KHR_present_id2"u8; [NativeTypeName("#define VK_KHR_PRESENT_WAIT_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] public const int KhrPresentWait2SpecVersion = 1; [NativeTypeName("#define VK_KHR_PRESENT_WAIT_2_EXTENSION_NAME \"VK_KHR_present_wait2\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] public static Utf8String KhrPresentWait2ExtensionName => "VK_KHR_present_wait2"u8; [NativeTypeName("#define VK_KHR_RAY_TRACING_POSITION_FETCH_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_position_fetch"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public const int KhrRayTracingPositionFetchSpecVersion = 1; [NativeTypeName( "#define VK_KHR_RAY_TRACING_POSITION_FETCH_EXTENSION_NAME \"VK_KHR_ray_tracing_position_fetch\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_position_fetch"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public static Utf8String KhrRayTracingPositionFetchExtensionName => "VK_KHR_ray_tracing_position_fetch"u8; [NativeTypeName("#define VK_MAX_PIPELINE_BINARY_KEY_SIZE_KHR 32U")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public const uint MaxPipelineBinaryKeySizeKHR = 32U; [NativeTypeName("#define VK_KHR_PIPELINE_BINARY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public const int KhrPipelineBinarySpecVersion = 1; [NativeTypeName("#define VK_KHR_PIPELINE_BINARY_EXTENSION_NAME \"VK_KHR_pipeline_binary\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] public static Utf8String KhrPipelineBinaryExtensionName => "VK_KHR_pipeline_binary"u8; [NativeTypeName("#define VK_KHR_SURFACE_MAINTENANCE_1_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public const int KhrSurfaceMaintenance1SpecVersion = 1; [NativeTypeName( "#define VK_KHR_SURFACE_MAINTENANCE_1_EXTENSION_NAME \"VK_KHR_surface_maintenance1\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_surface_maintenance1"], - ImpliesSets = [ - "VK_KHR_surface_maintenance1+VK_KHR_get_surface_capabilities2", - "VK_KHR_surface_maintenance1+VK_KHR_surface", - ] - )] public static Utf8String KhrSurfaceMaintenance1ExtensionName => "VK_KHR_surface_maintenance1"u8; [NativeTypeName("#define VK_KHR_SWAPCHAIN_MAINTENANCE_1_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public const int KhrSwapchainMaintenance1SpecVersion = 1; [NativeTypeName( "#define VK_KHR_SWAPCHAIN_MAINTENANCE_1_EXTENSION_NAME \"VK_KHR_swapchain_maintenance1\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] public static Utf8String KhrSwapchainMaintenance1ExtensionName => "VK_KHR_swapchain_maintenance1"u8; [NativeTypeName("#define VK_KHR_COOPERATIVE_MATRIX_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public const int KhrCooperativeMatrixSpecVersion = 2; [NativeTypeName( "#define VK_KHR_COOPERATIVE_MATRIX_EXTENSION_NAME \"VK_KHR_cooperative_matrix\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] public static Utf8String KhrCooperativeMatrixExtensionName => "VK_KHR_cooperative_matrix"u8; [NativeTypeName("#define VK_KHR_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_compute_shader_derivatives"], - ImpliesSets = [ - "VK_KHR_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_KHR_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] public const int KhrComputeShaderDerivativesSpecVersion = 1; [NativeTypeName( "#define VK_KHR_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME \"VK_KHR_compute_shader_derivatives\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_compute_shader_derivatives"], - ImpliesSets = [ - "VK_KHR_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_KHR_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] public static Utf8String KhrComputeShaderDerivativesExtensionName => "VK_KHR_compute_shader_derivatives"u8; [NativeTypeName("#define VK_MAX_VIDEO_AV1_REFERENCES_PER_FRAME_KHR 7U")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public const uint MaxVideoAv1ReferencesPerFrameKHR = 7U; [NativeTypeName("#define VK_KHR_VIDEO_DECODE_AV1_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public const int KhrVideoDecodeAv1SpecVersion = 1; [NativeTypeName("#define VK_KHR_VIDEO_DECODE_AV1_EXTENSION_NAME \"VK_KHR_video_decode_av1\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_av1"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public static Utf8String KhrVideoDecodeAv1ExtensionName => "VK_KHR_video_decode_av1"u8; [NativeTypeName("#define VK_KHR_VIDEO_ENCODE_AV1_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public const int KhrVideoEncodeAv1SpecVersion = 1; [NativeTypeName("#define VK_KHR_VIDEO_ENCODE_AV1_EXTENSION_NAME \"VK_KHR_video_encode_av1\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_av1"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public static Utf8String KhrVideoEncodeAv1ExtensionName => "VK_KHR_video_encode_av1"u8; [NativeTypeName("#define VK_MAX_VIDEO_VP9_REFERENCES_PER_FRAME_KHR 3U")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public const uint MaxVideoVp9ReferencesPerFrameKHR = 3U; [NativeTypeName("#define VK_KHR_VIDEO_DECODE_VP9_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public const int KhrVideoDecodeVp9SpecVersion = 1; [NativeTypeName("#define VK_KHR_VIDEO_DECODE_VP9_EXTENSION_NAME \"VK_KHR_video_decode_vp9\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_vp9"], - ImpliesSets = ["VK_KHR_video_decode_queue"] - )] public static Utf8String KhrVideoDecodeVp9ExtensionName => "VK_KHR_video_decode_vp9"u8; [NativeTypeName("#define VK_KHR_VIDEO_MAINTENANCE_1_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public const int KhrVideoMaintenance1SpecVersion = 1; [NativeTypeName( "#define VK_KHR_VIDEO_MAINTENANCE_1_EXTENSION_NAME \"VK_KHR_video_maintenance1\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance1"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public static Utf8String KhrVideoMaintenance1ExtensionName => "VK_KHR_video_maintenance1"u8; [NativeTypeName("#define VK_KHR_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_KHR_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_KHR_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] public const int KhrVertexAttributeDivisorSpecVersion = 1; [NativeTypeName( "#define VK_KHR_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME \"VK_KHR_vertex_attribute_divisor\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_KHR_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_KHR_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] public static Utf8String KhrVertexAttributeDivisorExtensionName => "VK_KHR_vertex_attribute_divisor"u8; [NativeTypeName("#define VK_KHR_LOAD_STORE_OP_NONE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_load_store_op_none"])] public const int KhrLoadStoreOpNoneSpecVersion = 1; [NativeTypeName( "#define VK_KHR_LOAD_STORE_OP_NONE_EXTENSION_NAME \"VK_KHR_load_store_op_none\"" )] - [SupportedApiProfile("vulkan", ["VK_KHR_load_store_op_none"])] public static Utf8String KhrLoadStoreOpNoneExtensionName => "VK_KHR_load_store_op_none"u8; [NativeTypeName("#define VK_KHR_UNIFIED_IMAGE_LAYOUTS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_unified_image_layouts"], - ImpliesSets = [ - "VK_KHR_unified_image_layouts+VK_KHR_get_physical_device_properties2", - "VK_KHR_unified_image_layouts+VK_VERSION_1_1", - ] - )] public const int KhrUnifiedImageLayoutsSpecVersion = 1; [NativeTypeName( "#define VK_KHR_UNIFIED_IMAGE_LAYOUTS_EXTENSION_NAME \"VK_KHR_unified_image_layouts\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_unified_image_layouts"], - ImpliesSets = [ - "VK_KHR_unified_image_layouts+VK_KHR_get_physical_device_properties2", - "VK_KHR_unified_image_layouts+VK_VERSION_1_1", - ] - )] public static Utf8String KhrUnifiedImageLayoutsExtensionName => "VK_KHR_unified_image_layouts"u8; [NativeTypeName("#define VK_KHR_SHADER_FLOAT_CONTROLS_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float_controls2"], - ImpliesSets = ["VK_KHR_shader_float_controls", "VK_VERSION_1_1"] - )] public const int KhrShaderFloatControls2SpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_FLOAT_CONTROLS_2_EXTENSION_NAME \"VK_KHR_shader_float_controls2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_float_controls2"], - ImpliesSets = ["VK_KHR_shader_float_controls", "VK_VERSION_1_1"] - )] public static Utf8String KhrShaderFloatControls2ExtensionName => "VK_KHR_shader_float_controls2"u8; [NativeTypeName("#define VK_KHR_INDEX_TYPE_UINT8_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_index_type_uint8"], - ImpliesSets = [ - "VK_KHR_index_type_uint8+VK_KHR_get_physical_device_properties2", - "VK_KHR_index_type_uint8+VK_VERSION_1_1", - ] - )] public const int KhrIndexTypeUint8SpecVersion = 1; [NativeTypeName("#define VK_KHR_INDEX_TYPE_UINT8_EXTENSION_NAME \"VK_KHR_index_type_uint8\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_index_type_uint8"], - ImpliesSets = [ - "VK_KHR_index_type_uint8+VK_KHR_get_physical_device_properties2", - "VK_KHR_index_type_uint8+VK_VERSION_1_1", - ] - )] public static Utf8String KhrIndexTypeUint8ExtensionName => "VK_KHR_index_type_uint8"u8; [NativeTypeName("#define VK_KHR_LINE_RASTERIZATION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] public const int KhrLineRasterizationSpecVersion = 1; [NativeTypeName( "#define VK_KHR_LINE_RASTERIZATION_EXTENSION_NAME \"VK_KHR_line_rasterization\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] public static Utf8String KhrLineRasterizationExtensionName => "VK_KHR_line_rasterization"u8; [NativeTypeName("#define VK_KHR_CALIBRATED_TIMESTAMPS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] public const int KhrCalibratedTimestampsSpecVersion = 1; [NativeTypeName( "#define VK_KHR_CALIBRATED_TIMESTAMPS_EXTENSION_NAME \"VK_KHR_calibrated_timestamps\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] public static Utf8String KhrCalibratedTimestampsExtensionName => "VK_KHR_calibrated_timestamps"u8; [NativeTypeName("#define VK_KHR_SHADER_EXPECT_ASSUME_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_expect_assume"], - ImpliesSets = [ - "VK_KHR_shader_expect_assume+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_expect_assume+VK_VERSION_1_1", - ] - )] public const int KhrShaderExpectAssumeSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_EXPECT_ASSUME_EXTENSION_NAME \"VK_KHR_shader_expect_assume\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_expect_assume"], - ImpliesSets = [ - "VK_KHR_shader_expect_assume+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_expect_assume+VK_VERSION_1_1", - ] - )] public static Utf8String KhrShaderExpectAssumeExtensionName => "VK_KHR_shader_expect_assume"u8; [NativeTypeName("#define VK_KHR_MAINTENANCE_6_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] public const int KhrMaintenance6SpecVersion = 1; [NativeTypeName("#define VK_KHR_MAINTENANCE_6_EXTENSION_NAME \"VK_KHR_maintenance6\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] public static Utf8String KhrMaintenance6ExtensionName => "VK_KHR_maintenance6"u8; [NativeTypeName("#define VK_KHR_COPY_MEMORY_INDIRECT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public const int KhrCopyMemoryIndirectSpecVersion = 1; [NativeTypeName( "#define VK_KHR_COPY_MEMORY_INDIRECT_EXTENSION_NAME \"VK_KHR_copy_memory_indirect\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] public static Utf8String KhrCopyMemoryIndirectExtensionName => "VK_KHR_copy_memory_indirect"u8; [NativeTypeName("#define VK_KHR_VIDEO_ENCODE_INTRA_REFRESH_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public const int KhrVideoEncodeIntraRefreshSpecVersion = 1; [NativeTypeName( "#define VK_KHR_VIDEO_ENCODE_INTRA_REFRESH_EXTENSION_NAME \"VK_KHR_video_encode_intra_refresh\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_intra_refresh"], - ImpliesSets = ["VK_KHR_video_encode_queue"] - )] public static Utf8String KhrVideoEncodeIntraRefreshExtensionName => "VK_KHR_video_encode_intra_refresh"u8; [NativeTypeName("#define VK_KHR_VIDEO_ENCODE_QUANTIZATION_MAP_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public const int KhrVideoEncodeQuantizationMapSpecVersion = 2; [NativeTypeName( "#define VK_KHR_VIDEO_ENCODE_QUANTIZATION_MAP_EXTENSION_NAME \"VK_KHR_video_encode_quantization_map\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_quantization_map"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_format_feature_flags2", - "VK_KHR_video_encode_queue+VK_VERSION_1_3", - ] - )] public static Utf8String KhrVideoEncodeQuantizationMapExtensionName => "VK_KHR_video_encode_quantization_map"u8; [NativeTypeName("#define VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_relaxed_extended_instruction"], - ImpliesSets = [ - "VK_KHR_shader_relaxed_extended_instruction+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_relaxed_extended_instruction+VK_VERSION_1_1", - ] - )] public const int KhrShaderRelaxedExtendedInstructionSpecVersion = 1; [NativeTypeName( "#define VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_EXTENSION_NAME \"VK_KHR_shader_relaxed_extended_instruction\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_relaxed_extended_instruction"], - ImpliesSets = [ - "VK_KHR_shader_relaxed_extended_instruction+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_relaxed_extended_instruction+VK_VERSION_1_1", - ] - )] public static Utf8String KhrShaderRelaxedExtendedInstructionExtensionName => "VK_KHR_shader_relaxed_extended_instruction"u8; [NativeTypeName("#define VK_KHR_MAINTENANCE_7_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public const int KhrMaintenance7SpecVersion = 1; [NativeTypeName("#define VK_KHR_MAINTENANCE_7_EXTENSION_NAME \"VK_KHR_maintenance7\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance7"], ImpliesSets = ["VK_VERSION_1_1"])] public static Utf8String KhrMaintenance7ExtensionName => "VK_KHR_maintenance7"u8; [NativeTypeName("#define VK_KHR_MAINTENANCE_8_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] public const int KhrMaintenance8SpecVersion = 1; [NativeTypeName("#define VK_KHR_MAINTENANCE_8_EXTENSION_NAME \"VK_KHR_maintenance8\"")] - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance8"], ImpliesSets = ["VK_VERSION_1_1"])] public static Utf8String KhrMaintenance8ExtensionName => "VK_KHR_maintenance8"u8; [NativeTypeName("#define VK_KHR_SHADER_FMA_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_fma"], - ImpliesSets = [ - "VK_KHR_shader_fma+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_fma+VK_VERSION_1_1", - ] - )] public const int KhrShaderFmaSpecVersion = 1; [NativeTypeName("#define VK_KHR_SHADER_FMA_EXTENSION_NAME \"VK_KHR_shader_fma\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shader_fma"], - ImpliesSets = [ - "VK_KHR_shader_fma+VK_KHR_get_physical_device_properties2", - "VK_KHR_shader_fma+VK_VERSION_1_1", - ] - )] public static Utf8String KhrShaderFmaExtensionName => "VK_KHR_shader_fma"u8; [NativeTypeName("#define VK_KHR_MAINTENANCE_9_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] public const int KhrMaintenance9SpecVersion = 1; [NativeTypeName("#define VK_KHR_MAINTENANCE_9_EXTENSION_NAME \"VK_KHR_maintenance9\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance9"], - ImpliesSets = [ - "VK_KHR_maintenance9+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance9+VK_VERSION_1_1", - ] - )] public static Utf8String KhrMaintenance9ExtensionName => "VK_KHR_maintenance9"u8; [NativeTypeName("#define VK_KHR_VIDEO_MAINTENANCE_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public const int KhrVideoMaintenance2SpecVersion = 1; [NativeTypeName( "#define VK_KHR_VIDEO_MAINTENANCE_2_EXTENSION_NAME \"VK_KHR_video_maintenance2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_maintenance2"], - ImpliesSets = ["VK_KHR_video_queue"] - )] public static Utf8String KhrVideoMaintenance2ExtensionName => "VK_KHR_video_maintenance2"u8; [NativeTypeName("#define VK_KHR_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_clamp_zero_one"], - ImpliesSets = [ - "VK_KHR_depth_clamp_zero_one+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_clamp_zero_one+VK_VERSION_1_1", - ] - )] public const int KhrDepthClampZeroOneSpecVersion = 1; [NativeTypeName( "#define VK_KHR_DEPTH_CLAMP_ZERO_ONE_EXTENSION_NAME \"VK_KHR_depth_clamp_zero_one\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_depth_clamp_zero_one"], - ImpliesSets = [ - "VK_KHR_depth_clamp_zero_one+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_clamp_zero_one+VK_VERSION_1_1", - ] - )] public static Utf8String KhrDepthClampZeroOneExtensionName => "VK_KHR_depth_clamp_zero_one"u8; [NativeTypeName("#define VK_KHR_ROBUSTNESS_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] public const int KhrRobustness2SpecVersion = 1; [NativeTypeName("#define VK_KHR_ROBUSTNESS_2_EXTENSION_NAME \"VK_KHR_robustness2\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_robustness2"], - ImpliesSets = [ - "VK_KHR_robustness2+VK_KHR_get_physical_device_properties2", - "VK_KHR_robustness2+VK_VERSION_1_1", - ] - )] public static Utf8String KhrRobustness2ExtensionName => "VK_KHR_robustness2"u8; [NativeTypeName("#define VK_KHR_PRESENT_MODE_FIFO_LATEST_READY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_mode_fifo_latest_ready"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public const int KhrPresentModeFifoLatestReadySpecVersion = 1; [NativeTypeName( "#define VK_KHR_PRESENT_MODE_FIFO_LATEST_READY_EXTENSION_NAME \"VK_KHR_present_mode_fifo_latest_ready\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_mode_fifo_latest_ready"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public static Utf8String KhrPresentModeFifoLatestReadyExtensionName => "VK_KHR_present_mode_fifo_latest_ready"u8; [NativeTypeName("#define VK_KHR_MAINTENANCE_10_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public const int KhrMaintenance10SpecVersion = 1; [NativeTypeName("#define VK_KHR_MAINTENANCE_10_EXTENSION_NAME \"VK_KHR_maintenance10\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] public static Utf8String KhrMaintenance10ExtensionName => "VK_KHR_maintenance10"u8; [NativeTypeName("#define VK_EXT_DEBUG_REPORT_SPEC_VERSION 10")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] public const int ExtDebugReportSpecVersion = 10; [NativeTypeName("#define VK_EXT_DEBUG_REPORT_EXTENSION_NAME \"VK_EXT_debug_report\"")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] public static Utf8String ExtDebugReportExtensionName => "VK_EXT_debug_report"u8; [NativeTypeName("#define VK_NV_GLSL_SHADER_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_glsl_shader"])] public const int NvGlslShaderSpecVersion = 1; [NativeTypeName("#define VK_NV_GLSL_SHADER_EXTENSION_NAME \"VK_NV_glsl_shader\"")] - [SupportedApiProfile("vulkan", ["VK_NV_glsl_shader"])] public static Utf8String NvGlslShaderExtensionName => "VK_NV_glsl_shader"u8; [NativeTypeName("#define VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_depth_range_unrestricted"])] public const int ExtDepthRangeUnrestrictedSpecVersion = 1; [NativeTypeName( "#define VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME \"VK_EXT_depth_range_unrestricted\"" )] - [SupportedApiProfile("vulkan", ["VK_EXT_depth_range_unrestricted"])] public static Utf8String ExtDepthRangeUnrestrictedExtensionName => "VK_EXT_depth_range_unrestricted"u8; [NativeTypeName("#define VK_IMG_FILTER_CUBIC_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_IMG_filter_cubic"])] public const int ImgFilterCubicSpecVersion = 1; [NativeTypeName("#define VK_IMG_FILTER_CUBIC_EXTENSION_NAME \"VK_IMG_filter_cubic\"")] - [SupportedApiProfile("vulkan", ["VK_IMG_filter_cubic"])] public static Utf8String ImgFilterCubicExtensionName => "VK_IMG_filter_cubic"u8; [NativeTypeName("#define VK_AMD_RASTERIZATION_ORDER_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_rasterization_order"])] public const int AmdRasterizationOrderSpecVersion = 1; [NativeTypeName( "#define VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME \"VK_AMD_rasterization_order\"" )] - [SupportedApiProfile("vulkan", ["VK_AMD_rasterization_order"])] public static Utf8String AmdRasterizationOrderExtensionName => "VK_AMD_rasterization_order"u8; [NativeTypeName("#define VK_AMD_SHADER_TRINARY_MINMAX_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_trinary_minmax"])] public const int AmdShaderTrinaryMinmaxSpecVersion = 1; [NativeTypeName( "#define VK_AMD_SHADER_TRINARY_MINMAX_EXTENSION_NAME \"VK_AMD_shader_trinary_minmax\"" )] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_trinary_minmax"])] public static Utf8String AmdShaderTrinaryMinmaxExtensionName => "VK_AMD_shader_trinary_minmax"u8; [NativeTypeName("#define VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_explicit_vertex_parameter"])] public const int AmdShaderExplicitVertexParameterSpecVersion = 1; [NativeTypeName( "#define VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION_NAME \"VK_AMD_shader_explicit_vertex_parameter\"" )] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_explicit_vertex_parameter"])] public static Utf8String AmdShaderExplicitVertexParameterExtensionName => "VK_AMD_shader_explicit_vertex_parameter"u8; [NativeTypeName("#define VK_EXT_DEBUG_MARKER_SPEC_VERSION 4")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public const int ExtDebugMarkerSpecVersion = 4; [NativeTypeName("#define VK_EXT_DEBUG_MARKER_EXTENSION_NAME \"VK_EXT_debug_marker\"")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] public static Utf8String ExtDebugMarkerExtensionName => "VK_EXT_debug_marker"u8; [NativeTypeName("#define VK_AMD_GCN_SHADER_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_gcn_shader"])] public const int AmdGcnShaderSpecVersion = 1; [NativeTypeName("#define VK_AMD_GCN_SHADER_EXTENSION_NAME \"VK_AMD_gcn_shader\"")] - [SupportedApiProfile("vulkan", ["VK_AMD_gcn_shader"])] public static Utf8String AmdGcnShaderExtensionName => "VK_AMD_gcn_shader"u8; [NativeTypeName("#define VK_NV_DEDICATED_ALLOCATION_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] public const int NvDedicatedAllocationSpecVersion = 1; [NativeTypeName( "#define VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME \"VK_NV_dedicated_allocation\"" )] - [SupportedApiProfile("vulkan", ["VK_NV_dedicated_allocation"])] public static Utf8String NvDedicatedAllocationExtensionName => "VK_NV_dedicated_allocation"u8; [NativeTypeName("#define VK_EXT_TRANSFORM_FEEDBACK_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public const int ExtTransformFeedbackSpecVersion = 1; [NativeTypeName( "#define VK_EXT_TRANSFORM_FEEDBACK_EXTENSION_NAME \"VK_EXT_transform_feedback\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] public static Utf8String ExtTransformFeedbackExtensionName => "VK_EXT_transform_feedback"u8; [NativeTypeName("#define VK_NVX_BINARY_IMPORT_SPEC_VERSION 2")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public const int NvxBinaryImportSpecVersion = 2; [NativeTypeName("#define VK_NVX_BINARY_IMPORT_EXTENSION_NAME \"VK_NVX_binary_import\"")] - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] public static Utf8String NvxBinaryImportExtensionName => "VK_NVX_binary_import"u8; [NativeTypeName("#define VK_NVX_IMAGE_VIEW_HANDLE_SPEC_VERSION 3")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public const int NvxImageViewHandleSpecVersion = 3; [NativeTypeName("#define VK_NVX_IMAGE_VIEW_HANDLE_EXTENSION_NAME \"VK_NVX_image_view_handle\"")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] public static Utf8String NvxImageViewHandleExtensionName => "VK_NVX_image_view_handle"u8; [NativeTypeName("#define VK_AMD_DRAW_INDIRECT_COUNT_SPEC_VERSION 2")] - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] public const int AmdDrawIndirectCountSpecVersion = 2; [NativeTypeName( "#define VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME \"VK_AMD_draw_indirect_count\"" )] - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] public static Utf8String AmdDrawIndirectCountExtensionName => "VK_AMD_draw_indirect_count"u8; [NativeTypeName("#define VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_negative_viewport_height"])] public const int AmdNegativeViewportHeightSpecVersion = 1; [NativeTypeName( "#define VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME \"VK_AMD_negative_viewport_height\"" )] - [SupportedApiProfile("vulkan", ["VK_AMD_negative_viewport_height"])] public static Utf8String AmdNegativeViewportHeightExtensionName => "VK_AMD_negative_viewport_height"u8; [NativeTypeName("#define VK_AMD_GPU_SHADER_HALF_FLOAT_SPEC_VERSION 2")] - [SupportedApiProfile("vulkan", ["VK_AMD_gpu_shader_half_float"])] public const int AmdGpuShaderHalfFloatSpecVersion = 2; [NativeTypeName( "#define VK_AMD_GPU_SHADER_HALF_FLOAT_EXTENSION_NAME \"VK_AMD_gpu_shader_half_float\"" )] - [SupportedApiProfile("vulkan", ["VK_AMD_gpu_shader_half_float"])] public static Utf8String AmdGpuShaderHalfFloatExtensionName => "VK_AMD_gpu_shader_half_float"u8; [NativeTypeName("#define VK_AMD_SHADER_BALLOT_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_ballot"])] public const int AmdShaderBallotSpecVersion = 1; [NativeTypeName("#define VK_AMD_SHADER_BALLOT_EXTENSION_NAME \"VK_AMD_shader_ballot\"")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_ballot"])] public static Utf8String AmdShaderBallotExtensionName => "VK_AMD_shader_ballot"u8; [NativeTypeName("#define VK_AMD_TEXTURE_GATHER_BIAS_LOD_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_texture_gather_bias_lod"], - ImpliesSets = [ - "VK_AMD_texture_gather_bias_lod+VK_KHR_get_physical_device_properties2", - "VK_AMD_texture_gather_bias_lod+VK_VERSION_1_1", - ] - )] public const int AmdTextureGatherBiasLodSpecVersion = 1; [NativeTypeName( "#define VK_AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME \"VK_AMD_texture_gather_bias_lod\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_texture_gather_bias_lod"], - ImpliesSets = [ - "VK_AMD_texture_gather_bias_lod+VK_KHR_get_physical_device_properties2", - "VK_AMD_texture_gather_bias_lod+VK_VERSION_1_1", - ] - )] public static Utf8String AmdTextureGatherBiasLodExtensionName => "VK_AMD_texture_gather_bias_lod"u8; [NativeTypeName("#define VK_AMD_SHADER_INFO_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public const int AmdShaderInfoSpecVersion = 1; [NativeTypeName("#define VK_AMD_SHADER_INFO_EXTENSION_NAME \"VK_AMD_shader_info\"")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] public static Utf8String AmdShaderInfoExtensionName => "VK_AMD_shader_info"u8; [NativeTypeName("#define VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_image_load_store_lod"])] public const int AmdShaderImageLoadStoreLodSpecVersion = 1; [NativeTypeName( "#define VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_EXTENSION_NAME \"VK_AMD_shader_image_load_store_lod\"" )] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_image_load_store_lod"])] public static Utf8String AmdShaderImageLoadStoreLodExtensionName => "VK_AMD_shader_image_load_store_lod"u8; [NativeTypeName("#define VK_NV_CORNER_SAMPLED_IMAGE_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_corner_sampled_image"], - ImpliesSets = [ - "VK_NV_corner_sampled_image+VK_KHR_get_physical_device_properties2", - "VK_NV_corner_sampled_image+VK_VERSION_1_1", - ] - )] public const int NvCornerSampledImageSpecVersion = 2; [NativeTypeName( "#define VK_NV_CORNER_SAMPLED_IMAGE_EXTENSION_NAME \"VK_NV_corner_sampled_image\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_corner_sampled_image"], - ImpliesSets = [ - "VK_NV_corner_sampled_image+VK_KHR_get_physical_device_properties2", - "VK_NV_corner_sampled_image+VK_VERSION_1_1", - ] - )] public static Utf8String NvCornerSampledImageExtensionName => "VK_NV_corner_sampled_image"u8; [NativeTypeName("#define VK_IMG_FORMAT_PVRTC_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_IMG_format_pvrtc"])] public const int ImgFormatPvrtcSpecVersion = 1; [NativeTypeName("#define VK_IMG_FORMAT_PVRTC_EXTENSION_NAME \"VK_IMG_format_pvrtc\"")] - [SupportedApiProfile("vulkan", ["VK_IMG_format_pvrtc"])] public static Utf8String ImgFormatPvrtcExtensionName => "VK_IMG_format_pvrtc"u8; [NativeTypeName("#define VK_NV_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] public const int NvExternalMemoryCapabilitiesSpecVersion = 1; [NativeTypeName( "#define VK_NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME \"VK_NV_external_memory_capabilities\"" )] - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] public static Utf8String NvExternalMemoryCapabilitiesExtensionName => "VK_NV_external_memory_capabilities"u8; [NativeTypeName("#define VK_NV_EXTERNAL_MEMORY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory"], - ImpliesSets = ["VK_NV_external_memory_capabilities"] - )] public const int NvExternalMemorySpecVersion = 1; [NativeTypeName("#define VK_NV_EXTERNAL_MEMORY_EXTENSION_NAME \"VK_NV_external_memory\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory"], - ImpliesSets = ["VK_NV_external_memory_capabilities"] - )] public static Utf8String NvExternalMemoryExtensionName => "VK_NV_external_memory"u8; [NativeTypeName("#define VK_EXT_VALIDATION_FLAGS_SPEC_VERSION 3")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_flags"])] public const int ExtValidationFlagsSpecVersion = 3; [NativeTypeName("#define VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME \"VK_EXT_validation_flags\"")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_flags"])] public static Utf8String ExtValidationFlagsExtensionName => "VK_EXT_validation_flags"u8; [NativeTypeName("#define VK_EXT_SHADER_SUBGROUP_BALLOT_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_subgroup_ballot"])] public const int ExtShaderSubgroupBallotSpecVersion = 1; [NativeTypeName( "#define VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME \"VK_EXT_shader_subgroup_ballot\"" )] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_subgroup_ballot"])] public static Utf8String ExtShaderSubgroupBallotExtensionName => "VK_EXT_shader_subgroup_ballot"u8; [NativeTypeName("#define VK_EXT_SHADER_SUBGROUP_VOTE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_subgroup_vote"])] public const int ExtShaderSubgroupVoteSpecVersion = 1; [NativeTypeName( "#define VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME \"VK_EXT_shader_subgroup_vote\"" )] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_subgroup_vote"])] public static Utf8String ExtShaderSubgroupVoteExtensionName => "VK_EXT_shader_subgroup_vote"u8; [NativeTypeName("#define VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] public const int ExtTextureCompressionAstcHdrSpecVersion = 1; [NativeTypeName( "#define VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME \"VK_EXT_texture_compression_astc_hdr\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texture_compression_astc_hdr"], - ImpliesSets = [ - "VK_EXT_texture_compression_astc_hdr+VK_KHR_get_physical_device_properties2", - "VK_EXT_texture_compression_astc_hdr+VK_VERSION_1_1", - ] - )] public static Utf8String ExtTextureCompressionAstcHdrExtensionName => "VK_EXT_texture_compression_astc_hdr"u8; [NativeTypeName("#define VK_EXT_ASTC_DECODE_MODE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_astc_decode_mode"], - ImpliesSets = [ - "VK_EXT_astc_decode_mode+VK_KHR_get_physical_device_properties2", - "VK_EXT_astc_decode_mode+VK_VERSION_1_1", - ] - )] public const int ExtAstcDecodeModeSpecVersion = 1; [NativeTypeName("#define VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME \"VK_EXT_astc_decode_mode\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_astc_decode_mode"], - ImpliesSets = [ - "VK_EXT_astc_decode_mode+VK_KHR_get_physical_device_properties2", - "VK_EXT_astc_decode_mode+VK_VERSION_1_1", - ] - )] public static Utf8String ExtAstcDecodeModeExtensionName => "VK_EXT_astc_decode_mode"u8; [NativeTypeName("#define VK_EXT_PIPELINE_ROBUSTNESS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] public const int ExtPipelineRobustnessSpecVersion = 1; [NativeTypeName( "#define VK_EXT_PIPELINE_ROBUSTNESS_EXTENSION_NAME \"VK_EXT_pipeline_robustness\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_robustness"], - ImpliesSets = [ - "VK_EXT_pipeline_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_robustness+VK_VERSION_1_1", - ] - )] public static Utf8String ExtPipelineRobustnessExtensionName => "VK_EXT_pipeline_robustness"u8; [NativeTypeName("#define VK_EXT_CONDITIONAL_RENDERING_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public const int ExtConditionalRenderingSpecVersion = 2; [NativeTypeName( "#define VK_EXT_CONDITIONAL_RENDERING_EXTENSION_NAME \"VK_EXT_conditional_rendering\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] public static Utf8String ExtConditionalRenderingExtensionName => "VK_EXT_conditional_rendering"u8; [NativeTypeName("#define VK_NV_CLIP_SPACE_W_SCALING_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] public const int NvClipSpaceWScalingSpecVersion = 1; [NativeTypeName( "#define VK_NV_CLIP_SPACE_W_SCALING_EXTENSION_NAME \"VK_NV_clip_space_w_scaling\"" )] - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] public static Utf8String NvClipSpaceWScalingExtensionName => "VK_NV_clip_space_w_scaling"u8; [NativeTypeName("#define VK_EXT_DIRECT_MODE_DISPLAY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_direct_mode_display"], - ImpliesSets = ["VK_KHR_display"] - )] public const int ExtDirectModeDisplaySpecVersion = 1; [NativeTypeName( "#define VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME \"VK_EXT_direct_mode_display\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_direct_mode_display"], - ImpliesSets = ["VK_KHR_display"] - )] public static Utf8String ExtDirectModeDisplayExtensionName => "VK_EXT_direct_mode_display"u8; [NativeTypeName("#define VK_EXT_DISPLAY_SURFACE_COUNTER_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public const int ExtDisplaySurfaceCounterSpecVersion = 1; [NativeTypeName( "#define VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME \"VK_EXT_display_surface_counter\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] public static Utf8String ExtDisplaySurfaceCounterExtensionName => "VK_EXT_display_surface_counter"u8; [NativeTypeName("#define VK_EXT_DISPLAY_CONTROL_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public const int ExtDisplayControlSpecVersion = 1; [NativeTypeName("#define VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME \"VK_EXT_display_control\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] public static Utf8String ExtDisplayControlExtensionName => "VK_EXT_display_control"u8; [NativeTypeName("#define VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public const int GoogleDisplayTimingSpecVersion = 1; [NativeTypeName("#define VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME \"VK_GOOGLE_display_timing\"")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public static Utf8String GoogleDisplayTimingExtensionName => "VK_GOOGLE_display_timing"u8; [NativeTypeName("#define VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_sample_mask_override_coverage"])] public const int NvSampleMaskOverrideCoverageSpecVersion = 1; [NativeTypeName( "#define VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME \"VK_NV_sample_mask_override_coverage\"" )] - [SupportedApiProfile("vulkan", ["VK_NV_sample_mask_override_coverage"])] public static Utf8String NvSampleMaskOverrideCoverageExtensionName => "VK_NV_sample_mask_override_coverage"u8; [NativeTypeName("#define VK_NV_GEOMETRY_SHADER_PASSTHROUGH_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_geometry_shader_passthrough"])] public const int NvGeometryShaderPassthroughSpecVersion = 1; [NativeTypeName( "#define VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME \"VK_NV_geometry_shader_passthrough\"" )] - [SupportedApiProfile("vulkan", ["VK_NV_geometry_shader_passthrough"])] public static Utf8String NvGeometryShaderPassthroughExtensionName => "VK_NV_geometry_shader_passthrough"u8; [NativeTypeName("#define VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_viewport_array2"])] public const int NvViewportArray2SpecVersion = 1; [NativeTypeName("#define VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME \"VK_NV_viewport_array2\"")] - [SupportedApiProfile("vulkan", ["VK_NV_viewport_array2"])] public static Utf8String NvViewportArray2ExtensionName => "VK_NV_viewport_array2"u8; [NativeTypeName("#define VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NVX_multiview_per_view_attributes"], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] public const int NvxMultiviewPerViewAttributesSpecVersion = 1; [NativeTypeName( "#define VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_EXTENSION_NAME \"VK_NVX_multiview_per_view_attributes\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NVX_multiview_per_view_attributes"], - ImpliesSets = [ - "VK_NVX_multiview_per_view_attributes+VK_KHR_multiview", - "VK_NVX_multiview_per_view_attributes+VK_VERSION_1_1", - ] - )] public static Utf8String NvxMultiviewPerViewAttributesExtensionName => "VK_NVX_multiview_per_view_attributes"u8; [NativeTypeName("#define VK_NV_VIEWPORT_SWIZZLE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] public const int NvViewportSwizzleSpecVersion = 1; [NativeTypeName("#define VK_NV_VIEWPORT_SWIZZLE_EXTENSION_NAME \"VK_NV_viewport_swizzle\"")] - [SupportedApiProfile("vulkan", ["VK_NV_viewport_swizzle"])] public static Utf8String NvViewportSwizzleExtensionName => "VK_NV_viewport_swizzle"u8; [NativeTypeName("#define VK_EXT_DISCARD_RECTANGLES_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public const int ExtDiscardRectanglesSpecVersion = 2; [NativeTypeName( "#define VK_EXT_DISCARD_RECTANGLES_EXTENSION_NAME \"VK_EXT_discard_rectangles\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] public static Utf8String ExtDiscardRectanglesExtensionName => "VK_EXT_discard_rectangles"u8; [NativeTypeName("#define VK_EXT_CONSERVATIVE_RASTERIZATION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public const int ExtConservativeRasterizationSpecVersion = 1; [NativeTypeName( "#define VK_EXT_CONSERVATIVE_RASTERIZATION_EXTENSION_NAME \"VK_EXT_conservative_rasterization\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization"], - ImpliesSets = [ - "VK_EXT_conservative_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_conservative_rasterization+VK_VERSION_1_1", - ] - )] public static Utf8String ExtConservativeRasterizationExtensionName => "VK_EXT_conservative_rasterization"u8; [NativeTypeName("#define VK_EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable"], - ImpliesSets = [ - "VK_EXT_depth_clip_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_enable+VK_VERSION_1_1", - ] - )] public const int ExtDepthClipEnableSpecVersion = 1; [NativeTypeName("#define VK_EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME \"VK_EXT_depth_clip_enable\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable"], - ImpliesSets = [ - "VK_EXT_depth_clip_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_enable+VK_VERSION_1_1", - ] - )] public static Utf8String ExtDepthClipEnableExtensionName => "VK_EXT_depth_clip_enable"u8; [NativeTypeName("#define VK_EXT_SWAPCHAIN_COLOR_SPACE_SPEC_VERSION 5")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] public const int ExtSwapchainColorSpaceSpecVersion = 5; [NativeTypeName( "#define VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME \"VK_EXT_swapchain_colorspace\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_colorspace"], - ImpliesSets = ["VK_KHR_surface"] - )] public static Utf8String ExtSwapchainColorSpaceExtensionName => "VK_EXT_swapchain_colorspace"u8; [NativeTypeName("#define VK_EXT_HDR_METADATA_SPEC_VERSION 3")] - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public const int ExtHdrMetadataSpecVersion = 3; [NativeTypeName("#define VK_EXT_HDR_METADATA_EXTENSION_NAME \"VK_EXT_hdr_metadata\"")] - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public static Utf8String ExtHdrMetadataExtensionName => "VK_EXT_hdr_metadata"u8; [NativeTypeName("#define VK_IMG_RELAXED_LINE_RASTERIZATION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_IMG_relaxed_line_rasterization"], - ImpliesSets = [ - "VK_IMG_relaxed_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_IMG_relaxed_line_rasterization+VK_VERSION_1_1", - ] - )] public const int ImgRelaxedLineRasterizationSpecVersion = 1; [NativeTypeName( "#define VK_IMG_RELAXED_LINE_RASTERIZATION_EXTENSION_NAME \"VK_IMG_relaxed_line_rasterization\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_IMG_relaxed_line_rasterization"], - ImpliesSets = [ - "VK_IMG_relaxed_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_IMG_relaxed_line_rasterization+VK_VERSION_1_1", - ] - )] public static Utf8String ImgRelaxedLineRasterizationExtensionName => "VK_IMG_relaxed_line_rasterization"u8; [NativeTypeName("#define VK_EXT_EXTERNAL_MEMORY_DMA_BUF_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_dma_buf"], - ImpliesSets = ["VK_KHR_external_memory_fd"] - )] public const int ExtExternalMemoryDmaBufSpecVersion = 1; [NativeTypeName( "#define VK_EXT_EXTERNAL_MEMORY_DMA_BUF_EXTENSION_NAME \"VK_EXT_external_memory_dma_buf\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_dma_buf"], - ImpliesSets = ["VK_KHR_external_memory_fd"] - )] public static Utf8String ExtExternalMemoryDmaBufExtensionName => "VK_EXT_external_memory_dma_buf"u8; [NativeTypeName("#define VK_EXT_QUEUE_FAMILY_FOREIGN_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_queue_family_foreign"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_external_memory", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] public const int ExtQueueFamilyForeignSpecVersion = 1; [NativeTypeName( "#define VK_EXT_QUEUE_FAMILY_FOREIGN_EXTENSION_NAME \"VK_EXT_queue_family_foreign\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_queue_family_foreign"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_external_memory", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] public static Utf8String ExtQueueFamilyForeignExtensionName => "VK_EXT_queue_family_foreign"u8; [NativeTypeName("#define VK_QUEUE_FAMILY_FOREIGN_EXT (~2U)")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_queue_family_foreign"], - ImpliesSets = [ - "VK_EXT_queue_family_foreign+VK_KHR_external_memory", - "VK_EXT_queue_family_foreign+VK_VERSION_1_1", - ] - )] public const uint QueueFamilyForeignEXT = (~2U); [NativeTypeName("#define VK_EXT_DEBUG_UTILS_SPEC_VERSION 2")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public const int ExtDebugUtilsSpecVersion = 2; [NativeTypeName("#define VK_EXT_DEBUG_UTILS_EXTENSION_NAME \"VK_EXT_debug_utils\"")] - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] public static Utf8String ExtDebugUtilsExtensionName => "VK_EXT_debug_utils"u8; [NativeTypeName("#define VK_EXT_SAMPLER_FILTER_MINMAX_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sampler_filter_minmax"], - ImpliesSets = [ - "VK_EXT_sampler_filter_minmax+VK_KHR_get_physical_device_properties2", - "VK_EXT_sampler_filter_minmax+VK_VERSION_1_1", - ] - )] public const int ExtSamplerFilterMinmaxSpecVersion = 2; [NativeTypeName( "#define VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME \"VK_EXT_sampler_filter_minmax\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sampler_filter_minmax"], - ImpliesSets = [ - "VK_EXT_sampler_filter_minmax+VK_KHR_get_physical_device_properties2", - "VK_EXT_sampler_filter_minmax+VK_VERSION_1_1", - ] - )] public static Utf8String ExtSamplerFilterMinmaxExtensionName => "VK_EXT_sampler_filter_minmax"u8; [NativeTypeName("#define VK_AMD_GPU_SHADER_INT16_SPEC_VERSION 2")] - [SupportedApiProfile("vulkan", ["VK_AMD_gpu_shader_int16"])] public const int AmdGpuShaderInt16SpecVersion = 2; [NativeTypeName("#define VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME \"VK_AMD_gpu_shader_int16\"")] - [SupportedApiProfile("vulkan", ["VK_AMD_gpu_shader_int16"])] public static Utf8String AmdGpuShaderInt16ExtensionName => "VK_AMD_gpu_shader_int16"u8; [NativeTypeName("#define VK_AMD_MIXED_ATTACHMENT_SAMPLES_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_mixed_attachment_samples"])] public const int AmdMixedAttachmentSamplesSpecVersion = 1; [NativeTypeName( "#define VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME \"VK_AMD_mixed_attachment_samples\"" )] - [SupportedApiProfile("vulkan", ["VK_AMD_mixed_attachment_samples"])] public static Utf8String AmdMixedAttachmentSamplesExtensionName => "VK_AMD_mixed_attachment_samples"u8; [NativeTypeName("#define VK_AMD_SHADER_FRAGMENT_MASK_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_fragment_mask"])] public const int AmdShaderFragmentMaskSpecVersion = 1; [NativeTypeName( "#define VK_AMD_SHADER_FRAGMENT_MASK_EXTENSION_NAME \"VK_AMD_shader_fragment_mask\"" )] - [SupportedApiProfile("vulkan", ["VK_AMD_shader_fragment_mask"])] public static Utf8String AmdShaderFragmentMaskExtensionName => "VK_AMD_shader_fragment_mask"u8; [NativeTypeName("#define VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_inline_uniform_block"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1", - "VK_VERSION_1_1", - ] - )] public const int ExtInlineUniformBlockSpecVersion = 1; [NativeTypeName( "#define VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME \"VK_EXT_inline_uniform_block\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_inline_uniform_block"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1", - "VK_VERSION_1_1", - ] - )] public static Utf8String ExtInlineUniformBlockExtensionName => "VK_EXT_inline_uniform_block"u8; [NativeTypeName("#define VK_EXT_SHADER_STENCIL_EXPORT_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_stencil_export"])] public const int ExtShaderStencilExportSpecVersion = 1; [NativeTypeName( "#define VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME \"VK_EXT_shader_stencil_export\"" )] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_stencil_export"])] public static Utf8String ExtShaderStencilExportExtensionName => "VK_EXT_shader_stencil_export"u8; [NativeTypeName("#define VK_EXT_SAMPLE_LOCATIONS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public const int ExtSampleLocationsSpecVersion = 1; [NativeTypeName("#define VK_EXT_SAMPLE_LOCATIONS_EXTENSION_NAME \"VK_EXT_sample_locations\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] public static Utf8String ExtSampleLocationsExtensionName => "VK_EXT_sample_locations"u8; [NativeTypeName("#define VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public const int ExtBlendOperationAdvancedSpecVersion = 2; [NativeTypeName( "#define VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME \"VK_EXT_blend_operation_advanced\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced"], - ImpliesSets = [ - "VK_EXT_blend_operation_advanced+VK_KHR_get_physical_device_properties2", - "VK_EXT_blend_operation_advanced+VK_VERSION_1_1", - ] - )] public static Utf8String ExtBlendOperationAdvancedExtensionName => "VK_EXT_blend_operation_advanced"u8; [NativeTypeName("#define VK_NV_FRAGMENT_COVERAGE_TO_COLOR_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_fragment_coverage_to_color"])] public const int NvFragmentCoverageToColorSpecVersion = 1; [NativeTypeName( "#define VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME \"VK_NV_fragment_coverage_to_color\"" )] - [SupportedApiProfile("vulkan", ["VK_NV_fragment_coverage_to_color"])] public static Utf8String NvFragmentCoverageToColorExtensionName => "VK_NV_fragment_coverage_to_color"u8; [NativeTypeName("#define VK_NV_FRAMEBUFFER_MIXED_SAMPLES_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] public const int NvFramebufferMixedSamplesSpecVersion = 1; [NativeTypeName( "#define VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME \"VK_NV_framebuffer_mixed_samples\"" )] - [SupportedApiProfile("vulkan", ["VK_NV_framebuffer_mixed_samples"])] public static Utf8String NvFramebufferMixedSamplesExtensionName => "VK_NV_framebuffer_mixed_samples"u8; [NativeTypeName("#define VK_NV_FILL_RECTANGLE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_fill_rectangle"])] public const int NvFillRectangleSpecVersion = 1; [NativeTypeName("#define VK_NV_FILL_RECTANGLE_EXTENSION_NAME \"VK_NV_fill_rectangle\"")] - [SupportedApiProfile("vulkan", ["VK_NV_fill_rectangle"])] public static Utf8String NvFillRectangleExtensionName => "VK_NV_fill_rectangle"u8; [NativeTypeName("#define VK_NV_SHADER_SM_BUILTINS_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_shader_sm_builtins"], ImpliesSets = ["VK_VERSION_1_1"])] public const int NvShaderSmBuiltinsSpecVersion = 1; [NativeTypeName("#define VK_NV_SHADER_SM_BUILTINS_EXTENSION_NAME \"VK_NV_shader_sm_builtins\"")] - [SupportedApiProfile("vulkan", ["VK_NV_shader_sm_builtins"], ImpliesSets = ["VK_VERSION_1_1"])] public static Utf8String NvShaderSmBuiltinsExtensionName => "VK_NV_shader_sm_builtins"u8; [NativeTypeName("#define VK_EXT_POST_DEPTH_COVERAGE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_post_depth_coverage"])] public const int ExtPostDepthCoverageSpecVersion = 1; [NativeTypeName( "#define VK_EXT_POST_DEPTH_COVERAGE_EXTENSION_NAME \"VK_EXT_post_depth_coverage\"" )] - [SupportedApiProfile("vulkan", ["VK_EXT_post_depth_coverage"])] public static Utf8String ExtPostDepthCoverageExtensionName => "VK_EXT_post_depth_coverage"u8; [NativeTypeName("#define VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public const int ExtImageDrmFormatModifierSpecVersion = 2; [NativeTypeName( "#define VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_EXTENSION_NAME \"VK_EXT_image_drm_format_modifier\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static Utf8String ExtImageDrmFormatModifierExtensionName => "VK_EXT_image_drm_format_modifier"u8; [NativeTypeName("#define VK_EXT_VALIDATION_CACHE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public const int ExtValidationCacheSpecVersion = 1; [NativeTypeName("#define VK_EXT_VALIDATION_CACHE_EXTENSION_NAME \"VK_EXT_validation_cache\"")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] public static Utf8String ExtValidationCacheExtensionName => "VK_EXT_validation_cache"u8; [NativeTypeName("#define VK_EXT_DESCRIPTOR_INDEXING_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] public const int ExtDescriptorIndexingSpecVersion = 2; [NativeTypeName( "#define VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME \"VK_EXT_descriptor_indexing\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_indexing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3", - "VK_VERSION_1_1", - ] - )] public static Utf8String ExtDescriptorIndexingExtensionName => "VK_EXT_descriptor_indexing"u8; [NativeTypeName("#define VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_viewport_index_layer"])] public const int ExtShaderViewportIndexLayerSpecVersion = 1; [NativeTypeName( "#define VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_EXTENSION_NAME \"VK_EXT_shader_viewport_index_layer\"" )] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_viewport_index_layer"])] public static Utf8String ExtShaderViewportIndexLayerExtensionName => "VK_EXT_shader_viewport_index_layer"u8; [NativeTypeName("#define VK_NV_SHADING_RATE_IMAGE_SPEC_VERSION 3")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public const int NvShadingRateImageSpecVersion = 3; [NativeTypeName("#define VK_NV_SHADING_RATE_IMAGE_EXTENSION_NAME \"VK_NV_shading_rate_image\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] public static Utf8String NvShadingRateImageExtensionName => "VK_NV_shading_rate_image"u8; [NativeTypeName("#define VK_NV_RAY_TRACING_SPEC_VERSION 3")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public const int NvRayTracingSpecVersion = 3; [NativeTypeName("#define VK_NV_RAY_TRACING_EXTENSION_NAME \"VK_NV_ray_tracing\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public static Utf8String NvRayTracingExtensionName => "VK_NV_ray_tracing"u8; [NativeTypeName("#define VK_SHADER_UNUSED_KHR (~0U)")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public const uint ShaderUnusedKHR = (~0U); [NativeTypeName("#define VK_SHADER_UNUSED_NV VK_SHADER_UNUSED_KHR")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public const uint ShaderUnusedNV = (~0U); [NativeTypeName("#define VK_NV_REPRESENTATIVE_FRAGMENT_TEST_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_NV_representative_fragment_test+VK_KHR_get_physical_device_properties2", - "VK_NV_representative_fragment_test+VK_VERSION_1_1", - ] - )] public const int NvRepresentativeFragmentTestSpecVersion = 2; [NativeTypeName( "#define VK_NV_REPRESENTATIVE_FRAGMENT_TEST_EXTENSION_NAME \"VK_NV_representative_fragment_test\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_NV_representative_fragment_test+VK_KHR_get_physical_device_properties2", - "VK_NV_representative_fragment_test+VK_VERSION_1_1", - ] - )] public static Utf8String NvRepresentativeFragmentTestExtensionName => "VK_NV_representative_fragment_test"u8; [NativeTypeName("#define VK_EXT_FILTER_CUBIC_SPEC_VERSION 3")] - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] public const int ExtFilterCubicSpecVersion = 3; [NativeTypeName("#define VK_EXT_FILTER_CUBIC_EXTENSION_NAME \"VK_EXT_filter_cubic\"")] - [SupportedApiProfile("vulkan", ["VK_EXT_filter_cubic"])] public static Utf8String ExtFilterCubicExtensionName => "VK_EXT_filter_cubic"u8; [NativeTypeName("#define VK_QCOM_RENDER_PASS_SHADER_RESOLVE_SPEC_VERSION 4")] - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_shader_resolve"])] public const int QcomRenderPassShaderResolveSpecVersion = 4; [NativeTypeName( "#define VK_QCOM_RENDER_PASS_SHADER_RESOLVE_EXTENSION_NAME \"VK_QCOM_render_pass_shader_resolve\"" )] - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_shader_resolve"])] public static Utf8String QcomRenderPassShaderResolveExtensionName => "VK_QCOM_render_pass_shader_resolve"u8; [NativeTypeName("#define VK_EXT_GLOBAL_PRIORITY_SPEC_VERSION 2")] - [SupportedApiProfile("vulkan", ["VK_EXT_global_priority"])] public const int ExtGlobalPrioritySpecVersion = 2; [NativeTypeName("#define VK_EXT_GLOBAL_PRIORITY_EXTENSION_NAME \"VK_EXT_global_priority\"")] - [SupportedApiProfile("vulkan", ["VK_EXT_global_priority"])] public static Utf8String ExtGlobalPriorityExtensionName => "VK_EXT_global_priority"u8; [NativeTypeName("#define VK_EXT_EXTERNAL_MEMORY_HOST_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public const int ExtExternalMemoryHostSpecVersion = 1; [NativeTypeName( "#define VK_EXT_EXTERNAL_MEMORY_HOST_EXTENSION_NAME \"VK_EXT_external_memory_host\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] public static Utf8String ExtExternalMemoryHostExtensionName => "VK_EXT_external_memory_host"u8; [NativeTypeName("#define VK_AMD_BUFFER_MARKER_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_buffer_marker"])] public const int AmdBufferMarkerSpecVersion = 1; [NativeTypeName("#define VK_AMD_BUFFER_MARKER_EXTENSION_NAME \"VK_AMD_buffer_marker\"")] - [SupportedApiProfile("vulkan", ["VK_AMD_buffer_marker"])] public static Utf8String AmdBufferMarkerExtensionName => "VK_AMD_buffer_marker"u8; [NativeTypeName("#define VK_AMD_PIPELINE_COMPILER_CONTROL_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_pipeline_compiler_control"])] public const int AmdPipelineCompilerControlSpecVersion = 1; [NativeTypeName( "#define VK_AMD_PIPELINE_COMPILER_CONTROL_EXTENSION_NAME \"VK_AMD_pipeline_compiler_control\"" )] - [SupportedApiProfile("vulkan", ["VK_AMD_pipeline_compiler_control"])] public static Utf8String AmdPipelineCompilerControlExtensionName => "VK_AMD_pipeline_compiler_control"u8; [NativeTypeName("#define VK_EXT_CALIBRATED_TIMESTAMPS_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] public const int ExtCalibratedTimestampsSpecVersion = 2; [NativeTypeName( "#define VK_EXT_CALIBRATED_TIMESTAMPS_EXTENSION_NAME \"VK_EXT_calibrated_timestamps\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] public static Utf8String ExtCalibratedTimestampsExtensionName => "VK_EXT_calibrated_timestamps"u8; [NativeTypeName("#define VK_AMD_SHADER_CORE_PROPERTIES_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public const int AmdShaderCorePropertiesSpecVersion = 2; [NativeTypeName( "#define VK_AMD_SHADER_CORE_PROPERTIES_EXTENSION_NAME \"VK_AMD_shader_core_properties\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties"], - ImpliesSets = [ - "VK_AMD_shader_core_properties+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_core_properties+VK_VERSION_1_1", - ] - )] public static Utf8String AmdShaderCorePropertiesExtensionName => "VK_AMD_shader_core_properties"u8; [NativeTypeName("#define VK_AMD_MEMORY_OVERALLOCATION_BEHAVIOR_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_AMD_memory_overallocation_behavior"])] public const int AmdMemoryOverallocationBehaviorSpecVersion = 1; [NativeTypeName( "#define VK_AMD_MEMORY_OVERALLOCATION_BEHAVIOR_EXTENSION_NAME \"VK_AMD_memory_overallocation_behavior\"" )] - [SupportedApiProfile("vulkan", ["VK_AMD_memory_overallocation_behavior"])] public static Utf8String AmdMemoryOverallocationBehaviorExtensionName => "VK_AMD_memory_overallocation_behavior"u8; [NativeTypeName("#define VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION 3")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] public const int ExtVertexAttributeDivisorSpecVersion = 3; [NativeTypeName( "#define VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME \"VK_EXT_vertex_attribute_divisor\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_divisor"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_divisor+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_divisor+VK_VERSION_1_1", - ] - )] public static Utf8String ExtVertexAttributeDivisorExtensionName => "VK_EXT_vertex_attribute_divisor"u8; [NativeTypeName("#define VK_EXT_PIPELINE_CREATION_FEEDBACK_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_pipeline_creation_feedback"])] public const int ExtPipelineCreationFeedbackSpecVersion = 1; [NativeTypeName( "#define VK_EXT_PIPELINE_CREATION_FEEDBACK_EXTENSION_NAME \"VK_EXT_pipeline_creation_feedback\"" )] - [SupportedApiProfile("vulkan", ["VK_EXT_pipeline_creation_feedback"])] public static Utf8String ExtPipelineCreationFeedbackExtensionName => "VK_EXT_pipeline_creation_feedback"u8; [NativeTypeName("#define VK_NV_SHADER_SUBGROUP_PARTITIONED_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_subgroup_partitioned"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public const int NvShaderSubgroupPartitionedSpecVersion = 1; [NativeTypeName( "#define VK_NV_SHADER_SUBGROUP_PARTITIONED_EXTENSION_NAME \"VK_NV_shader_subgroup_partitioned\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_subgroup_partitioned"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public static Utf8String NvShaderSubgroupPartitionedExtensionName => "VK_NV_shader_subgroup_partitioned"u8; [NativeTypeName("#define VK_NV_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_compute_shader_derivatives"], - ImpliesSets = [ - "VK_NV_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_NV_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] public const int NvComputeShaderDerivativesSpecVersion = 1; [NativeTypeName( "#define VK_NV_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME \"VK_NV_compute_shader_derivatives\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_compute_shader_derivatives"], - ImpliesSets = [ - "VK_NV_compute_shader_derivatives+VK_KHR_get_physical_device_properties2", - "VK_NV_compute_shader_derivatives+VK_VERSION_1_1", - ] - )] public static Utf8String NvComputeShaderDerivativesExtensionName => "VK_NV_compute_shader_derivatives"u8; [NativeTypeName("#define VK_NV_MESH_SHADER_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public const int NvMeshShaderSpecVersion = 1; [NativeTypeName("#define VK_NV_MESH_SHADER_EXTENSION_NAME \"VK_NV_mesh_shader\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] public static Utf8String NvMeshShaderExtensionName => "VK_NV_mesh_shader"u8; [NativeTypeName("#define VK_NV_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_NV_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_NV_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] public const int NvFragmentShaderBarycentricSpecVersion = 1; [NativeTypeName( "#define VK_NV_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME \"VK_NV_fragment_shader_barycentric\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shader_barycentric"], - ImpliesSets = [ - "VK_NV_fragment_shader_barycentric+VK_KHR_get_physical_device_properties2", - "VK_NV_fragment_shader_barycentric+VK_VERSION_1_1", - ] - )] public static Utf8String NvFragmentShaderBarycentricExtensionName => "VK_NV_fragment_shader_barycentric"u8; [NativeTypeName("#define VK_NV_SHADER_IMAGE_FOOTPRINT_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_image_footprint"], - ImpliesSets = [ - "VK_NV_shader_image_footprint+VK_KHR_get_physical_device_properties2", - "VK_NV_shader_image_footprint+VK_VERSION_1_1", - ] - )] public const int NvShaderImageFootprintSpecVersion = 2; [NativeTypeName( "#define VK_NV_SHADER_IMAGE_FOOTPRINT_EXTENSION_NAME \"VK_NV_shader_image_footprint\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_image_footprint"], - ImpliesSets = [ - "VK_NV_shader_image_footprint+VK_KHR_get_physical_device_properties2", - "VK_NV_shader_image_footprint+VK_VERSION_1_1", - ] - )] public static Utf8String NvShaderImageFootprintExtensionName => "VK_NV_shader_image_footprint"u8; [NativeTypeName("#define VK_NV_SCISSOR_EXCLUSIVE_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] public const int NvScissorExclusiveSpecVersion = 2; [NativeTypeName("#define VK_NV_SCISSOR_EXCLUSIVE_EXTENSION_NAME \"VK_NV_scissor_exclusive\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] public static Utf8String NvScissorExclusiveExtensionName => "VK_NV_scissor_exclusive"u8; [NativeTypeName("#define VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public const int NvDeviceDiagnosticCheckpointsSpecVersion = 2; [NativeTypeName( "#define VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_EXTENSION_NAME \"VK_NV_device_diagnostic_checkpoints\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] public static Utf8String NvDeviceDiagnosticCheckpointsExtensionName => "VK_NV_device_diagnostic_checkpoints"u8; [NativeTypeName("#define VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_INTEL_shader_integer_functions2"], - ImpliesSets = [ - "VK_INTEL_shader_integer_functions2+VK_KHR_get_physical_device_properties2", - "VK_INTEL_shader_integer_functions2+VK_VERSION_1_1", - ] - )] public const int IntelShaderIntegerFunctions2SpecVersion = 1; [NativeTypeName( "#define VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME \"VK_INTEL_shader_integer_functions2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_INTEL_shader_integer_functions2"], - ImpliesSets = [ - "VK_INTEL_shader_integer_functions2+VK_KHR_get_physical_device_properties2", - "VK_INTEL_shader_integer_functions2+VK_VERSION_1_1", - ] - )] public static Utf8String IntelShaderIntegerFunctions2ExtensionName => "VK_INTEL_shader_integer_functions2"u8; [NativeTypeName("#define VK_INTEL_PERFORMANCE_QUERY_SPEC_VERSION 2")] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public const int IntelPerformanceQuerySpecVersion = 2; [NativeTypeName( "#define VK_INTEL_PERFORMANCE_QUERY_EXTENSION_NAME \"VK_INTEL_performance_query\"" )] - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] public static Utf8String IntelPerformanceQueryExtensionName => "VK_INTEL_performance_query"u8; [NativeTypeName("#define VK_EXT_PCI_BUS_INFO_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pci_bus_info"], - ImpliesSets = [ - "VK_EXT_pci_bus_info+VK_KHR_get_physical_device_properties2", - "VK_EXT_pci_bus_info+VK_VERSION_1_1", - ] - )] public const int ExtPciBusInfoSpecVersion = 2; [NativeTypeName("#define VK_EXT_PCI_BUS_INFO_EXTENSION_NAME \"VK_EXT_pci_bus_info\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pci_bus_info"], - ImpliesSets = [ - "VK_EXT_pci_bus_info+VK_KHR_get_physical_device_properties2", - "VK_EXT_pci_bus_info+VK_VERSION_1_1", - ] - )] public static Utf8String ExtPciBusInfoExtensionName => "VK_EXT_pci_bus_info"u8; [NativeTypeName("#define VK_AMD_DISPLAY_NATIVE_HDR_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public const int AmdDisplayNativeHdrSpecVersion = 1; [NativeTypeName( "#define VK_AMD_DISPLAY_NATIVE_HDR_EXTENSION_NAME \"VK_AMD_display_native_hdr\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public static Utf8String AmdDisplayNativeHdrExtensionName => "VK_AMD_display_native_hdr"u8; [NativeTypeName("#define VK_EXT_FRAGMENT_DENSITY_MAP_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public const int ExtFragmentDensityMapSpecVersion = 2; [NativeTypeName( "#define VK_EXT_FRAGMENT_DENSITY_MAP_EXTENSION_NAME \"VK_EXT_fragment_density_map\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public static Utf8String ExtFragmentDensityMapExtensionName => "VK_EXT_fragment_density_map"u8; [NativeTypeName("#define VK_EXT_SCALAR_BLOCK_LAYOUT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_scalar_block_layout"], - ImpliesSets = [ - "VK_EXT_scalar_block_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_scalar_block_layout+VK_VERSION_1_1", - ] - )] public const int ExtScalarBlockLayoutSpecVersion = 1; [NativeTypeName( "#define VK_EXT_SCALAR_BLOCK_LAYOUT_EXTENSION_NAME \"VK_EXT_scalar_block_layout\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_scalar_block_layout"], - ImpliesSets = [ - "VK_EXT_scalar_block_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_scalar_block_layout+VK_VERSION_1_1", - ] - )] public static Utf8String ExtScalarBlockLayoutExtensionName => "VK_EXT_scalar_block_layout"u8; [NativeTypeName("#define VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_GOOGLE_hlsl_functionality1"])] public const int GoogleHlslFunctionality1SpecVersion = 1; [NativeTypeName( "#define VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME \"VK_GOOGLE_hlsl_functionality1\"" )] - [SupportedApiProfile("vulkan", ["VK_GOOGLE_hlsl_functionality1"])] public static Utf8String GoogleHlslFunctionality1ExtensionName => "VK_GOOGLE_hlsl_functionality1"u8; [NativeTypeName("#define VK_GOOGLE_DECORATE_STRING_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_GOOGLE_decorate_string"])] public const int GoogleDecorateStringSpecVersion = 1; [NativeTypeName( "#define VK_GOOGLE_DECORATE_STRING_EXTENSION_NAME \"VK_GOOGLE_decorate_string\"" )] - [SupportedApiProfile("vulkan", ["VK_GOOGLE_decorate_string"])] public static Utf8String GoogleDecorateStringExtensionName => "VK_GOOGLE_decorate_string"u8; [NativeTypeName("#define VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subgroup_size_control"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public const int ExtSubgroupSizeControlSpecVersion = 2; [NativeTypeName( "#define VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME \"VK_EXT_subgroup_size_control\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subgroup_size_control"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public static Utf8String ExtSubgroupSizeControlExtensionName => "VK_EXT_subgroup_size_control"u8; [NativeTypeName("#define VK_AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties2"], - ImpliesSets = ["VK_AMD_shader_core_properties"] - )] public const int AmdShaderCoreProperties2SpecVersion = 1; [NativeTypeName( "#define VK_AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME \"VK_AMD_shader_core_properties2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_core_properties2"], - ImpliesSets = ["VK_AMD_shader_core_properties"] - )] public static Utf8String AmdShaderCoreProperties2ExtensionName => "VK_AMD_shader_core_properties2"u8; [NativeTypeName("#define VK_AMD_DEVICE_COHERENT_MEMORY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_device_coherent_memory"], - ImpliesSets = [ - "VK_AMD_device_coherent_memory+VK_KHR_get_physical_device_properties2", - "VK_AMD_device_coherent_memory+VK_VERSION_1_1", - ] - )] public const int AmdDeviceCoherentMemorySpecVersion = 1; [NativeTypeName( "#define VK_AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME \"VK_AMD_device_coherent_memory\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_device_coherent_memory"], - ImpliesSets = [ - "VK_AMD_device_coherent_memory+VK_KHR_get_physical_device_properties2", - "VK_AMD_device_coherent_memory+VK_VERSION_1_1", - ] - )] public static Utf8String AmdDeviceCoherentMemoryExtensionName => "VK_AMD_device_coherent_memory"u8; [NativeTypeName("#define VK_EXT_SHADER_IMAGE_ATOMIC_INT64_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_image_atomic_int64"], - ImpliesSets = [ - "VK_EXT_shader_image_atomic_int64+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_image_atomic_int64+VK_VERSION_1_1", - ] - )] public const int ExtShaderImageAtomicInt64SpecVersion = 1; [NativeTypeName( "#define VK_EXT_SHADER_IMAGE_ATOMIC_INT64_EXTENSION_NAME \"VK_EXT_shader_image_atomic_int64\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_image_atomic_int64"], - ImpliesSets = [ - "VK_EXT_shader_image_atomic_int64+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_image_atomic_int64+VK_VERSION_1_1", - ] - )] public static Utf8String ExtShaderImageAtomicInt64ExtensionName => "VK_EXT_shader_image_atomic_int64"u8; [NativeTypeName("#define VK_EXT_MEMORY_BUDGET_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_budget"], - ImpliesSets = [ - "VK_EXT_memory_budget+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_budget+VK_VERSION_1_1", - ] - )] public const int ExtMemoryBudgetSpecVersion = 1; [NativeTypeName("#define VK_EXT_MEMORY_BUDGET_EXTENSION_NAME \"VK_EXT_memory_budget\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_budget"], - ImpliesSets = [ - "VK_EXT_memory_budget+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_budget+VK_VERSION_1_1", - ] - )] public static Utf8String ExtMemoryBudgetExtensionName => "VK_EXT_memory_budget"u8; [NativeTypeName("#define VK_EXT_MEMORY_PRIORITY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_priority"], - ImpliesSets = [ - "VK_EXT_memory_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_priority+VK_VERSION_1_1", - ] - )] public const int ExtMemoryPrioritySpecVersion = 1; [NativeTypeName("#define VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME \"VK_EXT_memory_priority\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_priority"], - ImpliesSets = [ - "VK_EXT_memory_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_memory_priority+VK_VERSION_1_1", - ] - )] public static Utf8String ExtMemoryPriorityExtensionName => "VK_EXT_memory_priority"u8; [NativeTypeName("#define VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_dedicated_allocation_image_aliasing"], - ImpliesSets = [ - "VK_KHR_dedicated_allocation+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public const int NvDedicatedAllocationImageAliasingSpecVersion = 1; [NativeTypeName( "#define VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME \"VK_NV_dedicated_allocation_image_aliasing\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_dedicated_allocation_image_aliasing"], - ImpliesSets = [ - "VK_KHR_dedicated_allocation+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public static Utf8String NvDedicatedAllocationImageAliasingExtensionName => "VK_NV_dedicated_allocation_image_aliasing"u8; [NativeTypeName("#define VK_EXT_BUFFER_DEVICE_ADDRESS_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] public const int ExtBufferDeviceAddressSpecVersion = 2; [NativeTypeName( "#define VK_EXT_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME \"VK_EXT_buffer_device_address\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] public static Utf8String ExtBufferDeviceAddressExtensionName => "VK_EXT_buffer_device_address"u8; [NativeTypeName("#define VK_EXT_TOOLING_INFO_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] public const int ExtToolingInfoSpecVersion = 1; [NativeTypeName("#define VK_EXT_TOOLING_INFO_EXTENSION_NAME \"VK_EXT_tooling_info\"")] - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] public static Utf8String ExtToolingInfoExtensionName => "VK_EXT_tooling_info"u8; [NativeTypeName("#define VK_EXT_SEPARATE_STENCIL_USAGE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_separate_stencil_usage"])] public const int ExtSeparateStencilUsageSpecVersion = 1; [NativeTypeName( "#define VK_EXT_SEPARATE_STENCIL_USAGE_EXTENSION_NAME \"VK_EXT_separate_stencil_usage\"" )] - [SupportedApiProfile("vulkan", ["VK_EXT_separate_stencil_usage"])] public static Utf8String ExtSeparateStencilUsageExtensionName => "VK_EXT_separate_stencil_usage"u8; [NativeTypeName("#define VK_EXT_VALIDATION_FEATURES_SPEC_VERSION 6")] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] public const int ExtValidationFeaturesSpecVersion = 6; [NativeTypeName( "#define VK_EXT_VALIDATION_FEATURES_EXTENSION_NAME \"VK_EXT_validation_features\"" )] - [SupportedApiProfile("vulkan", ["VK_EXT_validation_features"])] public static Utf8String ExtValidationFeaturesExtensionName => "VK_EXT_validation_features"u8; [NativeTypeName("#define VK_NV_COOPERATIVE_MATRIX_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public const int NvCooperativeMatrixSpecVersion = 1; [NativeTypeName("#define VK_NV_COOPERATIVE_MATRIX_EXTENSION_NAME \"VK_NV_cooperative_matrix\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] public static Utf8String NvCooperativeMatrixExtensionName => "VK_NV_cooperative_matrix"u8; [NativeTypeName("#define VK_NV_COVERAGE_REDUCTION_MODE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public const int NvCoverageReductionModeSpecVersion = 1; [NativeTypeName( "#define VK_NV_COVERAGE_REDUCTION_MODE_EXTENSION_NAME \"VK_NV_coverage_reduction_mode\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] public static Utf8String NvCoverageReductionModeExtensionName => "VK_NV_coverage_reduction_mode"u8; [NativeTypeName("#define VK_EXT_FRAGMENT_SHADER_INTERLOCK_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_shader_interlock"], - ImpliesSets = [ - "VK_EXT_fragment_shader_interlock+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_shader_interlock+VK_VERSION_1_1", - ] - )] public const int ExtFragmentShaderInterlockSpecVersion = 1; [NativeTypeName( "#define VK_EXT_FRAGMENT_SHADER_INTERLOCK_EXTENSION_NAME \"VK_EXT_fragment_shader_interlock\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_shader_interlock"], - ImpliesSets = [ - "VK_EXT_fragment_shader_interlock+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_shader_interlock+VK_VERSION_1_1", - ] - )] public static Utf8String ExtFragmentShaderInterlockExtensionName => "VK_EXT_fragment_shader_interlock"u8; [NativeTypeName("#define VK_EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_image_arrays"], - ImpliesSets = [ - "VK_EXT_ycbcr_image_arrays+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_image_arrays+VK_VERSION_1_1", - ] - )] public const int ExtYcbcrImageArraysSpecVersion = 1; [NativeTypeName( "#define VK_EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME \"VK_EXT_ycbcr_image_arrays\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_image_arrays"], - ImpliesSets = [ - "VK_EXT_ycbcr_image_arrays+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_image_arrays+VK_VERSION_1_1", - ] - )] public static Utf8String ExtYcbcrImageArraysExtensionName => "VK_EXT_ycbcr_image_arrays"u8; [NativeTypeName("#define VK_EXT_PROVOKING_VERTEX_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public const int ExtProvokingVertexSpecVersion = 1; [NativeTypeName("#define VK_EXT_PROVOKING_VERTEX_EXTENSION_NAME \"VK_EXT_provoking_vertex\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_provoking_vertex+VK_KHR_get_physical_device_properties2", - "VK_EXT_provoking_vertex+VK_VERSION_1_1", - ] - )] public static Utf8String ExtProvokingVertexExtensionName => "VK_EXT_provoking_vertex"u8; [NativeTypeName("#define VK_EXT_HEADLESS_SURFACE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_headless_surface"], ImpliesSets = ["VK_KHR_surface"])] public const int ExtHeadlessSurfaceSpecVersion = 1; [NativeTypeName("#define VK_EXT_HEADLESS_SURFACE_EXTENSION_NAME \"VK_EXT_headless_surface\"")] - [SupportedApiProfile("vulkan", ["VK_EXT_headless_surface"], ImpliesSets = ["VK_KHR_surface"])] public static Utf8String ExtHeadlessSurfaceExtensionName => "VK_EXT_headless_surface"u8; [NativeTypeName("#define VK_EXT_LINE_RASTERIZATION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] public const int ExtLineRasterizationSpecVersion = 1; [NativeTypeName( "#define VK_EXT_LINE_RASTERIZATION_EXTENSION_NAME \"VK_EXT_line_rasterization\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] public static Utf8String ExtLineRasterizationExtensionName => "VK_EXT_line_rasterization"u8; [NativeTypeName("#define VK_EXT_SHADER_ATOMIC_FLOAT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public const int ExtShaderAtomicFloatSpecVersion = 1; [NativeTypeName( "#define VK_EXT_SHADER_ATOMIC_FLOAT_EXTENSION_NAME \"VK_EXT_shader_atomic_float\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float"], - ImpliesSets = [ - "VK_EXT_shader_atomic_float+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_atomic_float+VK_VERSION_1_1", - ] - )] public static Utf8String ExtShaderAtomicFloatExtensionName => "VK_EXT_shader_atomic_float"u8; [NativeTypeName("#define VK_EXT_HOST_QUERY_RESET_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_query_reset"], - ImpliesSets = [ - "VK_EXT_host_query_reset+VK_KHR_get_physical_device_properties2", - "VK_EXT_host_query_reset+VK_VERSION_1_1", - ] - )] public const int ExtHostQueryResetSpecVersion = 1; [NativeTypeName("#define VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME \"VK_EXT_host_query_reset\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_query_reset"], - ImpliesSets = [ - "VK_EXT_host_query_reset+VK_KHR_get_physical_device_properties2", - "VK_EXT_host_query_reset+VK_VERSION_1_1", - ] - )] public static Utf8String ExtHostQueryResetExtensionName => "VK_EXT_host_query_reset"u8; [NativeTypeName("#define VK_EXT_INDEX_TYPE_UINT8_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_index_type_uint8"], - ImpliesSets = [ - "VK_EXT_index_type_uint8+VK_KHR_get_physical_device_properties2", - "VK_EXT_index_type_uint8+VK_VERSION_1_1", - ] - )] public const int ExtIndexTypeUint8SpecVersion = 1; [NativeTypeName("#define VK_EXT_INDEX_TYPE_UINT8_EXTENSION_NAME \"VK_EXT_index_type_uint8\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_index_type_uint8"], - ImpliesSets = [ - "VK_EXT_index_type_uint8+VK_KHR_get_physical_device_properties2", - "VK_EXT_index_type_uint8+VK_VERSION_1_1", - ] - )] public static Utf8String ExtIndexTypeUint8ExtensionName => "VK_EXT_index_type_uint8"u8; [NativeTypeName("#define VK_EXT_EXTENDED_DYNAMIC_STATE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public const int ExtExtendedDynamicStateSpecVersion = 1; [NativeTypeName( "#define VK_EXT_EXTENDED_DYNAMIC_STATE_EXTENSION_NAME \"VK_EXT_extended_dynamic_state\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] public static Utf8String ExtExtendedDynamicStateExtensionName => "VK_EXT_extended_dynamic_state"u8; [NativeTypeName("#define VK_EXT_HOST_IMAGE_COPY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public const int ExtHostImageCopySpecVersion = 1; [NativeTypeName("#define VK_EXT_HOST_IMAGE_COPY_EXTENSION_NAME \"VK_EXT_host_image_copy\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static Utf8String ExtHostImageCopyExtensionName => "VK_EXT_host_image_copy"u8; [NativeTypeName("#define VK_EXT_MAP_MEMORY_PLACED_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public const int ExtMapMemoryPlacedSpecVersion = 1; [NativeTypeName("#define VK_EXT_MAP_MEMORY_PLACED_EXTENSION_NAME \"VK_EXT_map_memory_placed\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_map_memory_placed"], - ImpliesSets = [ - "VK_EXT_map_memory_placed+VK_KHR_map_memory2", - "VK_EXT_map_memory_placed+VK_VERSION_1_4", - ] - )] public static Utf8String ExtMapMemoryPlacedExtensionName => "VK_EXT_map_memory_placed"u8; [NativeTypeName("#define VK_EXT_SHADER_ATOMIC_FLOAT_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public const int ExtShaderAtomicFloat2SpecVersion = 1; [NativeTypeName( "#define VK_EXT_SHADER_ATOMIC_FLOAT_2_EXTENSION_NAME \"VK_EXT_shader_atomic_float2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_atomic_float2"], - ImpliesSets = ["VK_EXT_shader_atomic_float"] - )] public static Utf8String ExtShaderAtomicFloat2ExtensionName => "VK_EXT_shader_atomic_float2"u8; [NativeTypeName("#define VK_EXT_SURFACE_MAINTENANCE_1_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_surface_maintenance1"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface"] - )] public const int ExtSurfaceMaintenance1SpecVersion = 1; [NativeTypeName( "#define VK_EXT_SURFACE_MAINTENANCE_1_EXTENSION_NAME \"VK_EXT_surface_maintenance1\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_surface_maintenance1"], - ImpliesSets = ["VK_KHR_get_surface_capabilities2", "VK_KHR_surface"] - )] public static Utf8String ExtSurfaceMaintenance1ExtensionName => "VK_EXT_surface_maintenance1"u8; [NativeTypeName("#define VK_EXT_SWAPCHAIN_MAINTENANCE_1_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] public const int ExtSwapchainMaintenance1SpecVersion = 1; [NativeTypeName( "#define VK_EXT_SWAPCHAIN_MAINTENANCE_1_EXTENSION_NAME \"VK_EXT_swapchain_maintenance1\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] public static Utf8String ExtSwapchainMaintenance1ExtensionName => "VK_EXT_swapchain_maintenance1"u8; [NativeTypeName("#define VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_demote_to_helper_invocation"], - ImpliesSets = [ - "VK_EXT_shader_demote_to_helper_invocation+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_demote_to_helper_invocation+VK_VERSION_1_1", - ] - )] public const int ExtShaderDemoteToHelperInvocationSpecVersion = 1; [NativeTypeName( "#define VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME \"VK_EXT_shader_demote_to_helper_invocation\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_demote_to_helper_invocation"], - ImpliesSets = [ - "VK_EXT_shader_demote_to_helper_invocation+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_demote_to_helper_invocation+VK_VERSION_1_1", - ] - )] public static Utf8String ExtShaderDemoteToHelperInvocationExtensionName => "VK_EXT_shader_demote_to_helper_invocation"u8; [NativeTypeName("#define VK_NV_DEVICE_GENERATED_COMMANDS_SPEC_VERSION 3")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public const int NvDeviceGeneratedCommandsSpecVersion = 3; [NativeTypeName( "#define VK_NV_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME \"VK_NV_device_generated_commands\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] public static Utf8String NvDeviceGeneratedCommandsExtensionName => "VK_NV_device_generated_commands"u8; [NativeTypeName("#define VK_NV_INHERITED_VIEWPORT_SCISSOR_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_inherited_viewport_scissor"], - ImpliesSets = [ - "VK_NV_inherited_viewport_scissor+VK_KHR_get_physical_device_properties2", - "VK_NV_inherited_viewport_scissor+VK_VERSION_1_1", - ] - )] public const int NvInheritedViewportScissorSpecVersion = 1; [NativeTypeName( "#define VK_NV_INHERITED_VIEWPORT_SCISSOR_EXTENSION_NAME \"VK_NV_inherited_viewport_scissor\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_inherited_viewport_scissor"], - ImpliesSets = [ - "VK_NV_inherited_viewport_scissor+VK_KHR_get_physical_device_properties2", - "VK_NV_inherited_viewport_scissor+VK_VERSION_1_1", - ] - )] public static Utf8String NvInheritedViewportScissorExtensionName => "VK_NV_inherited_viewport_scissor"u8; [NativeTypeName("#define VK_EXT_TEXEL_BUFFER_ALIGNMENT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texel_buffer_alignment"], - ImpliesSets = [ - "VK_EXT_texel_buffer_alignment+VK_KHR_get_physical_device_properties2", - "VK_EXT_texel_buffer_alignment+VK_VERSION_1_1", - ] - )] public const int ExtTexelBufferAlignmentSpecVersion = 1; [NativeTypeName( "#define VK_EXT_TEXEL_BUFFER_ALIGNMENT_EXTENSION_NAME \"VK_EXT_texel_buffer_alignment\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_texel_buffer_alignment"], - ImpliesSets = [ - "VK_EXT_texel_buffer_alignment+VK_KHR_get_physical_device_properties2", - "VK_EXT_texel_buffer_alignment+VK_VERSION_1_1", - ] - )] public static Utf8String ExtTexelBufferAlignmentExtensionName => "VK_EXT_texel_buffer_alignment"u8; [NativeTypeName("#define VK_QCOM_RENDER_PASS_TRANSFORM_SPEC_VERSION 5")] - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_transform"])] public const int QcomRenderPassTransformSpecVersion = 5; [NativeTypeName( "#define VK_QCOM_RENDER_PASS_TRANSFORM_EXTENSION_NAME \"VK_QCOM_render_pass_transform\"" )] - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_transform"])] public static Utf8String QcomRenderPassTransformExtensionName => "VK_QCOM_render_pass_transform"u8; [NativeTypeName("#define VK_EXT_DEPTH_BIAS_CONTROL_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public const int ExtDepthBiasControlSpecVersion = 1; [NativeTypeName( "#define VK_EXT_DEPTH_BIAS_CONTROL_EXTENSION_NAME \"VK_EXT_depth_bias_control\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] public static Utf8String ExtDepthBiasControlExtensionName => "VK_EXT_depth_bias_control"u8; [NativeTypeName("#define VK_EXT_DEVICE_MEMORY_REPORT_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public const int ExtDeviceMemoryReportSpecVersion = 2; [NativeTypeName( "#define VK_EXT_DEVICE_MEMORY_REPORT_EXTENSION_NAME \"VK_EXT_device_memory_report\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_memory_report"], - ImpliesSets = [ - "VK_EXT_device_memory_report+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_memory_report+VK_VERSION_1_1", - ] - )] public static Utf8String ExtDeviceMemoryReportExtensionName => "VK_EXT_device_memory_report"u8; [NativeTypeName("#define VK_EXT_ACQUIRE_DRM_DISPLAY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] public const int ExtAcquireDrmDisplaySpecVersion = 1; [NativeTypeName( "#define VK_EXT_ACQUIRE_DRM_DISPLAY_EXTENSION_NAME \"VK_EXT_acquire_drm_display\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] public static Utf8String ExtAcquireDrmDisplayExtensionName => "VK_EXT_acquire_drm_display"u8; [NativeTypeName("#define VK_EXT_ROBUSTNESS_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_robustness2"], - ImpliesSets = [ - "VK_EXT_robustness2+VK_KHR_get_physical_device_properties2", - "VK_EXT_robustness2+VK_VERSION_1_1", - ] - )] public const int ExtRobustness2SpecVersion = 1; [NativeTypeName("#define VK_EXT_ROBUSTNESS_2_EXTENSION_NAME \"VK_EXT_robustness2\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_robustness2"], - ImpliesSets = [ - "VK_EXT_robustness2+VK_KHR_get_physical_device_properties2", - "VK_EXT_robustness2+VK_VERSION_1_1", - ] - )] public static Utf8String ExtRobustness2ExtensionName => "VK_EXT_robustness2"u8; [NativeTypeName("#define VK_EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION 12")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public const int ExtCustomBorderColorSpecVersion = 12; [NativeTypeName( "#define VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME \"VK_EXT_custom_border_color\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_custom_border_color"], - ImpliesSets = [ - "VK_EXT_custom_border_color+VK_KHR_get_physical_device_properties2", - "VK_EXT_custom_border_color+VK_VERSION_1_1", - ] - )] public static Utf8String ExtCustomBorderColorExtensionName => "VK_EXT_custom_border_color"u8; [NativeTypeName("#define VK_GOOGLE_USER_TYPE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_GOOGLE_user_type"])] public const int GoogleUserTypeSpecVersion = 1; [NativeTypeName("#define VK_GOOGLE_USER_TYPE_EXTENSION_NAME \"VK_GOOGLE_user_type\"")] - [SupportedApiProfile("vulkan", ["VK_GOOGLE_user_type"])] public static Utf8String GoogleUserTypeExtensionName => "VK_GOOGLE_user_type"u8; [NativeTypeName("#define VK_NV_PRESENT_BARRIER_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public const int NvPresentBarrierSpecVersion = 1; [NativeTypeName("#define VK_NV_PRESENT_BARRIER_EXTENSION_NAME \"VK_NV_present_barrier\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_barrier"], - ImpliesSets = [ - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] public static Utf8String NvPresentBarrierExtensionName => "VK_NV_present_barrier"u8; [NativeTypeName("#define VK_EXT_PRIVATE_DATA_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] public const int ExtPrivateDataSpecVersion = 1; [NativeTypeName("#define VK_EXT_PRIVATE_DATA_EXTENSION_NAME \"VK_EXT_private_data\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] public static Utf8String ExtPrivateDataExtensionName => "VK_EXT_private_data"u8; [NativeTypeName("#define VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_SPEC_VERSION 3")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_creation_cache_control"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - ] - )] public const int ExtPipelineCreationCacheControlSpecVersion = 3; [NativeTypeName( "#define VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME \"VK_EXT_pipeline_creation_cache_control\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_creation_cache_control"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - ] - )] public static Utf8String ExtPipelineCreationCacheControlExtensionName => "VK_EXT_pipeline_creation_cache_control"u8; [NativeTypeName("#define VK_NV_DEVICE_DIAGNOSTICS_CONFIG_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] public const int NvDeviceDiagnosticsConfigSpecVersion = 2; [NativeTypeName( "#define VK_NV_DEVICE_DIAGNOSTICS_CONFIG_EXTENSION_NAME \"VK_NV_device_diagnostics_config\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostics_config"], - ImpliesSets = [ - "VK_NV_device_diagnostics_config+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostics_config+VK_VERSION_1_1", - ] - )] public static Utf8String NvDeviceDiagnosticsConfigExtensionName => "VK_NV_device_diagnostics_config"u8; [NativeTypeName("#define VK_QCOM_RENDER_PASS_STORE_OPS_SPEC_VERSION 2")] - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_store_ops"])] public const int QcomRenderPassStoreOpsSpecVersion = 2; [NativeTypeName( "#define VK_QCOM_RENDER_PASS_STORE_OPS_EXTENSION_NAME \"VK_QCOM_render_pass_store_ops\"" )] - [SupportedApiProfile("vulkan", ["VK_QCOM_render_pass_store_ops"])] public static Utf8String QcomRenderPassStoreOpsExtensionName => "VK_QCOM_render_pass_store_ops"u8; [NativeTypeName("#define VK_QCOM_TILE_SHADING_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public const int QcomTileShadingSpecVersion = 2; [NativeTypeName("#define VK_QCOM_TILE_SHADING_EXTENSION_NAME \"VK_QCOM_tile_shading\"")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] public static Utf8String QcomTileShadingExtensionName => "VK_QCOM_tile_shading"u8; [NativeTypeName("#define VK_NV_LOW_LATENCY_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_low_latency"])] public const int NvLowLatencySpecVersion = 1; [NativeTypeName("#define VK_NV_LOW_LATENCY_EXTENSION_NAME \"VK_NV_low_latency\"")] - [SupportedApiProfile("vulkan", ["VK_NV_low_latency"])] public static Utf8String NvLowLatencyExtensionName => "VK_NV_low_latency"u8; [NativeTypeName("#define VK_EXT_DESCRIPTOR_BUFFER_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public const int ExtDescriptorBufferSpecVersion = 1; [NativeTypeName("#define VK_EXT_DESCRIPTOR_BUFFER_EXTENSION_NAME \"VK_EXT_descriptor_buffer\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static Utf8String ExtDescriptorBufferExtensionName => "VK_EXT_descriptor_buffer"u8; [NativeTypeName("#define VK_EXT_GRAPHICS_PIPELINE_LIBRARY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] public const int ExtGraphicsPipelineLibrarySpecVersion = 1; [NativeTypeName( "#define VK_EXT_GRAPHICS_PIPELINE_LIBRARY_EXTENSION_NAME \"VK_EXT_graphics_pipeline_library\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_graphics_pipeline_library"], - ImpliesSets = [ - "VK_KHR_pipeline_library+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_library+VK_VERSION_1_1", - ] - )] public static Utf8String ExtGraphicsPipelineLibraryExtensionName => "VK_EXT_graphics_pipeline_library"u8; [NativeTypeName("#define VK_AMD_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_early_and_late_fragment_tests"], - ImpliesSets = [ - "VK_AMD_shader_early_and_late_fragment_tests+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_early_and_late_fragment_tests+VK_VERSION_1_1", - ] - )] public const int AmdShaderEarlyAndLateFragmentTestsSpecVersion = 1; [NativeTypeName( "#define VK_AMD_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_EXTENSION_NAME \"VK_AMD_shader_early_and_late_fragment_tests\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_shader_early_and_late_fragment_tests"], - ImpliesSets = [ - "VK_AMD_shader_early_and_late_fragment_tests+VK_KHR_get_physical_device_properties2", - "VK_AMD_shader_early_and_late_fragment_tests+VK_VERSION_1_1", - ] - )] public static Utf8String AmdShaderEarlyAndLateFragmentTestsExtensionName => "VK_AMD_shader_early_and_late_fragment_tests"u8; [NativeTypeName("#define VK_NV_FRAGMENT_SHADING_RATE_ENUMS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public const int NvFragmentShadingRateEnumsSpecVersion = 1; [NativeTypeName( "#define VK_NV_FRAGMENT_SHADING_RATE_ENUMS_EXTENSION_NAME \"VK_NV_fragment_shading_rate_enums\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] public static Utf8String NvFragmentShadingRateEnumsExtensionName => "VK_NV_fragment_shading_rate_enums"u8; [NativeTypeName("#define VK_NV_RAY_TRACING_MOTION_BLUR_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public const int NvRayTracingMotionBlurSpecVersion = 1; [NativeTypeName( "#define VK_NV_RAY_TRACING_MOTION_BLUR_EXTENSION_NAME \"VK_NV_ray_tracing_motion_blur\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_motion_blur"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public static Utf8String NvRayTracingMotionBlurExtensionName => "VK_NV_ray_tracing_motion_blur"u8; [NativeTypeName("#define VK_EXT_YCBCR_2PLANE_444_FORMATS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_2plane_444_formats"], - ImpliesSets = [ - "VK_EXT_ycbcr_2plane_444_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_2plane_444_formats+VK_VERSION_1_1", - ] - )] public const int ExtYcbcr2Plane444FormatsSpecVersion = 1; [NativeTypeName( "#define VK_EXT_YCBCR_2PLANE_444_FORMATS_EXTENSION_NAME \"VK_EXT_ycbcr_2plane_444_formats\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_ycbcr_2plane_444_formats"], - ImpliesSets = [ - "VK_EXT_ycbcr_2plane_444_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_ycbcr_2plane_444_formats+VK_VERSION_1_1", - ] - )] public static Utf8String ExtYcbcr2Plane444FormatsExtensionName => "VK_EXT_ycbcr_2plane_444_formats"u8; [NativeTypeName("#define VK_EXT_FRAGMENT_DENSITY_MAP_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] public const int ExtFragmentDensityMap2SpecVersion = 1; [NativeTypeName( "#define VK_EXT_FRAGMENT_DENSITY_MAP_2_EXTENSION_NAME \"VK_EXT_fragment_density_map2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map2"], - ImpliesSets = ["VK_EXT_fragment_density_map"] - )] public static Utf8String ExtFragmentDensityMap2ExtensionName => "VK_EXT_fragment_density_map2"u8; [NativeTypeName("#define VK_QCOM_ROTATED_COPY_COMMANDS_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_rotated_copy_commands"], - ImpliesSets = [ - "VK_QCOM_rotated_copy_commands+VK_KHR_copy_commands2", - "VK_QCOM_rotated_copy_commands+VK_VERSION_1_3", - ] - )] public const int QcomRotatedCopyCommandsSpecVersion = 2; [NativeTypeName( "#define VK_QCOM_ROTATED_COPY_COMMANDS_EXTENSION_NAME \"VK_QCOM_rotated_copy_commands\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_rotated_copy_commands"], - ImpliesSets = [ - "VK_QCOM_rotated_copy_commands+VK_KHR_copy_commands2", - "VK_QCOM_rotated_copy_commands+VK_VERSION_1_3", - ] - )] public static Utf8String QcomRotatedCopyCommandsExtensionName => "VK_QCOM_rotated_copy_commands"u8; [NativeTypeName("#define VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_robustness"], - ImpliesSets = [ - "VK_EXT_image_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_robustness+VK_VERSION_1_1", - ] - )] public const int ExtImageRobustnessSpecVersion = 1; [NativeTypeName("#define VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME \"VK_EXT_image_robustness\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_robustness"], - ImpliesSets = [ - "VK_EXT_image_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_robustness+VK_VERSION_1_1", - ] - )] public static Utf8String ExtImageRobustnessExtensionName => "VK_EXT_image_robustness"u8; [NativeTypeName("#define VK_EXT_IMAGE_COMPRESSION_CONTROL_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public const int ExtImageCompressionControlSpecVersion = 1; [NativeTypeName( "#define VK_EXT_IMAGE_COMPRESSION_CONTROL_EXTENSION_NAME \"VK_EXT_image_compression_control\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control"], - ImpliesSets = [ - "VK_EXT_image_compression_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_compression_control+VK_VERSION_1_1", - ] - )] public static Utf8String ExtImageCompressionControlExtensionName => "VK_EXT_image_compression_control"u8; [NativeTypeName("#define VK_EXT_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_layout"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] public const int ExtAttachmentFeedbackLoopLayoutSpecVersion = 2; [NativeTypeName( "#define VK_EXT_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_EXTENSION_NAME \"VK_EXT_attachment_feedback_loop_layout\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_layout"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] public static Utf8String ExtAttachmentFeedbackLoopLayoutExtensionName => "VK_EXT_attachment_feedback_loop_layout"u8; [NativeTypeName("#define VK_EXT_4444_FORMATS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_4444_formats"], - ImpliesSets = [ - "VK_EXT_4444_formats+VK_KHR_get_physical_device_properties2", - "VK_EXT_4444_formats+VK_VERSION_1_1", - ] - )] public const int Ext4444FormatsSpecVersion = 1; [NativeTypeName("#define VK_EXT_4444_FORMATS_EXTENSION_NAME \"VK_EXT_4444_formats\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_4444_formats"], - ImpliesSets = [ - "VK_EXT_4444_formats+VK_KHR_get_physical_device_properties2", - "VK_EXT_4444_formats+VK_VERSION_1_1", - ] - )] public static Utf8String Ext4444FormatsExtensionName => "VK_EXT_4444_formats"u8; [NativeTypeName("#define VK_EXT_DEVICE_FAULT_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public const int ExtDeviceFaultSpecVersion = 2; [NativeTypeName("#define VK_EXT_DEVICE_FAULT_EXTENSION_NAME \"VK_EXT_device_fault\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] public static Utf8String ExtDeviceFaultExtensionName => "VK_EXT_device_fault"u8; [NativeTypeName("#define VK_ARM_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_ARM_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_ARM_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] public const int ArmRasterizationOrderAttachmentAccessSpecVersion = 1; [NativeTypeName( "#define VK_ARM_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXTENSION_NAME \"VK_ARM_rasterization_order_attachment_access\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_ARM_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_ARM_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] public static Utf8String ArmRasterizationOrderAttachmentAccessExtensionName => "VK_ARM_rasterization_order_attachment_access"u8; [NativeTypeName("#define VK_EXT_RGBA10X6_FORMATS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rgba10x6_formats"], - ImpliesSets = [ - "VK_EXT_rgba10x6_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_rgba10x6_formats+VK_VERSION_1_1", - ] - )] public const int ExtRgba10X6FormatsSpecVersion = 1; [NativeTypeName("#define VK_EXT_RGBA10X6_FORMATS_EXTENSION_NAME \"VK_EXT_rgba10x6_formats\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rgba10x6_formats"], - ImpliesSets = [ - "VK_EXT_rgba10x6_formats+VK_KHR_sampler_ycbcr_conversion", - "VK_EXT_rgba10x6_formats+VK_VERSION_1_1", - ] - )] public static Utf8String ExtRgba10X6FormatsExtensionName => "VK_EXT_rgba10x6_formats"u8; [NativeTypeName("#define VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_mutable_descriptor_type"], - ImpliesSets = ["VK_KHR_maintenance3"] - )] public const int ValveMutableDescriptorTypeSpecVersion = 1; [NativeTypeName( "#define VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME \"VK_VALVE_mutable_descriptor_type\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_mutable_descriptor_type"], - ImpliesSets = ["VK_KHR_maintenance3"] - )] public static Utf8String ValveMutableDescriptorTypeExtensionName => "VK_VALVE_mutable_descriptor_type"u8; [NativeTypeName("#define VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public const int ExtVertexInputDynamicStateSpecVersion = 2; [NativeTypeName( "#define VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_EXTENSION_NAME \"VK_EXT_vertex_input_dynamic_state\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] public static Utf8String ExtVertexInputDynamicStateExtensionName => "VK_EXT_vertex_input_dynamic_state"u8; [NativeTypeName("#define VK_EXT_PHYSICAL_DEVICE_DRM_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_physical_device_drm"], - ImpliesSets = [ - "VK_EXT_physical_device_drm+VK_KHR_get_physical_device_properties2", - "VK_EXT_physical_device_drm+VK_VERSION_1_1", - ] - )] public const int ExtPhysicalDeviceDrmSpecVersion = 1; [NativeTypeName( "#define VK_EXT_PHYSICAL_DEVICE_DRM_EXTENSION_NAME \"VK_EXT_physical_device_drm\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_physical_device_drm"], - ImpliesSets = [ - "VK_EXT_physical_device_drm+VK_KHR_get_physical_device_properties2", - "VK_EXT_physical_device_drm+VK_VERSION_1_1", - ] - )] public static Utf8String ExtPhysicalDeviceDrmExtensionName => "VK_EXT_physical_device_drm"u8; [NativeTypeName("#define VK_EXT_DEVICE_ADDRESS_BINDING_REPORT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] public const int ExtDeviceAddressBindingReportSpecVersion = 1; [NativeTypeName( "#define VK_EXT_DEVICE_ADDRESS_BINDING_REPORT_EXTENSION_NAME \"VK_EXT_device_address_binding_report\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_address_binding_report"], - ImpliesSets = [ - "VK_EXT_debug_utils+VK_KHR_get_physical_device_properties2", - "VK_EXT_debug_utils+VK_VERSION_1_1", - ] - )] public static Utf8String ExtDeviceAddressBindingReportExtensionName => "VK_EXT_device_address_binding_report"u8; [NativeTypeName("#define VK_EXT_DEPTH_CLIP_CONTROL_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control"], - ImpliesSets = [ - "VK_EXT_depth_clip_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_control+VK_VERSION_1_1", - ] - )] public const int ExtDepthClipControlSpecVersion = 1; [NativeTypeName( "#define VK_EXT_DEPTH_CLIP_CONTROL_EXTENSION_NAME \"VK_EXT_depth_clip_control\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control"], - ImpliesSets = [ - "VK_EXT_depth_clip_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clip_control+VK_VERSION_1_1", - ] - )] public static Utf8String ExtDepthClipControlExtensionName => "VK_EXT_depth_clip_control"u8; [NativeTypeName("#define VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitive_topology_list_restart"], - ImpliesSets = [ - "VK_EXT_primitive_topology_list_restart+VK_KHR_get_physical_device_properties2", - "VK_EXT_primitive_topology_list_restart+VK_VERSION_1_1", - ] - )] public const int ExtPrimitiveTopologyListRestartSpecVersion = 1; [NativeTypeName( "#define VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME \"VK_EXT_primitive_topology_list_restart\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitive_topology_list_restart"], - ImpliesSets = [ - "VK_EXT_primitive_topology_list_restart+VK_KHR_get_physical_device_properties2", - "VK_EXT_primitive_topology_list_restart+VK_VERSION_1_1", - ] - )] public static Utf8String ExtPrimitiveTopologyListRestartExtensionName => "VK_EXT_primitive_topology_list_restart"u8; [NativeTypeName("#define VK_EXT_PRESENT_MODE_FIFO_LATEST_READY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_present_mode_fifo_latest_ready"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public const int ExtPresentModeFifoLatestReadySpecVersion = 1; [NativeTypeName( "#define VK_EXT_PRESENT_MODE_FIFO_LATEST_READY_EXTENSION_NAME \"VK_EXT_present_mode_fifo_latest_ready\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_present_mode_fifo_latest_ready"], - ImpliesSets = ["VK_KHR_swapchain"] - )] public static Utf8String ExtPresentModeFifoLatestReadyExtensionName => "VK_EXT_present_mode_fifo_latest_ready"u8; [NativeTypeName("#define VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION 3")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public const int HuaweiSubpassShadingSpecVersion = 3; [NativeTypeName( "#define VK_HUAWEI_SUBPASS_SHADING_EXTENSION_NAME \"VK_HUAWEI_subpass_shading\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static Utf8String HuaweiSubpassShadingExtensionName => "VK_HUAWEI_subpass_shading"u8; [NativeTypeName("#define VK_HUAWEI_INVOCATION_MASK_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] public const int HuaweiInvocationMaskSpecVersion = 1; [NativeTypeName( "#define VK_HUAWEI_INVOCATION_MASK_EXTENSION_NAME \"VK_HUAWEI_invocation_mask\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] public static Utf8String HuaweiInvocationMaskExtensionName => "VK_HUAWEI_invocation_mask"u8; [NativeTypeName("#define VK_NV_EXTERNAL_MEMORY_RDMA_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] public const int NvExternalMemoryRdmaSpecVersion = 1; [NativeTypeName( "#define VK_NV_EXTERNAL_MEMORY_RDMA_EXTENSION_NAME \"VK_NV_external_memory_rdma\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] public static Utf8String NvExternalMemoryRdmaExtensionName => "VK_NV_external_memory_rdma"u8; [NativeTypeName("#define VK_EXT_PIPELINE_PROPERTIES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] public const int ExtPipelinePropertiesSpecVersion = 1; [NativeTypeName( "#define VK_EXT_PIPELINE_PROPERTIES_EXTENSION_NAME \"VK_EXT_pipeline_properties\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] public static Utf8String ExtPipelinePropertiesExtensionName => "VK_EXT_pipeline_properties"u8; [NativeTypeName("#define VK_EXT_FRAME_BOUNDARY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public const int ExtFrameBoundarySpecVersion = 1; [NativeTypeName("#define VK_EXT_FRAME_BOUNDARY_EXTENSION_NAME \"VK_EXT_frame_boundary\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_frame_boundary"], - ImpliesSets = [ - "VK_EXT_frame_boundary+VK_KHR_get_physical_device_properties2", - "VK_EXT_frame_boundary+VK_VERSION_1_1", - ] - )] public static Utf8String ExtFrameBoundaryExtensionName => "VK_EXT_frame_boundary"u8; [NativeTypeName("#define VK_EXT_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] public const int ExtMultisampledRenderToSingleSampledSpecVersion = 1; [NativeTypeName( "#define VK_EXT_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_EXTENSION_NAME \"VK_EXT_multisampled_render_to_single_sampled\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multisampled_render_to_single_sampled"], - ImpliesSets = ["VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve", "VK_VERSION_1_2"] - )] public static Utf8String ExtMultisampledRenderToSingleSampledExtensionName => "VK_EXT_multisampled_render_to_single_sampled"u8; [NativeTypeName("#define VK_EXT_EXTENDED_DYNAMIC_STATE_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] public const int ExtExtendedDynamicState2SpecVersion = 1; [NativeTypeName( "#define VK_EXT_EXTENDED_DYNAMIC_STATE_2_EXTENSION_NAME \"VK_EXT_extended_dynamic_state2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] public static Utf8String ExtExtendedDynamicState2ExtensionName => "VK_EXT_extended_dynamic_state2"u8; [NativeTypeName("#define VK_EXT_COLOR_WRITE_ENABLE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] public const int ExtColorWriteEnableSpecVersion = 1; [NativeTypeName( "#define VK_EXT_COLOR_WRITE_ENABLE_EXTENSION_NAME \"VK_EXT_color_write_enable\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] public static Utf8String ExtColorWriteEnableExtensionName => "VK_EXT_color_write_enable"u8; [NativeTypeName("#define VK_EXT_PRIMITIVES_GENERATED_QUERY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitives_generated_query"], - ImpliesSets = ["VK_EXT_transform_feedback"] - )] public const int ExtPrimitivesGeneratedQuerySpecVersion = 1; [NativeTypeName( "#define VK_EXT_PRIMITIVES_GENERATED_QUERY_EXTENSION_NAME \"VK_EXT_primitives_generated_query\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_primitives_generated_query"], - ImpliesSets = ["VK_EXT_transform_feedback"] - )] public static Utf8String ExtPrimitivesGeneratedQueryExtensionName => "VK_EXT_primitives_generated_query"u8; [NativeTypeName("#define VK_EXT_GLOBAL_PRIORITY_QUERY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_global_priority_query"], - ImpliesSets = [ - "VK_EXT_global_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_global_priority+VK_VERSION_1_1", - ] - )] public const int ExtGlobalPriorityQuerySpecVersion = 1; [NativeTypeName( "#define VK_EXT_GLOBAL_PRIORITY_QUERY_EXTENSION_NAME \"VK_EXT_global_priority_query\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_global_priority_query"], - ImpliesSets = [ - "VK_EXT_global_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_global_priority+VK_VERSION_1_1", - ] - )] public static Utf8String ExtGlobalPriorityQueryExtensionName => "VK_EXT_global_priority_query"u8; [NativeTypeName("#define VK_MAX_GLOBAL_PRIORITY_SIZE_EXT VK_MAX_GLOBAL_PRIORITY_SIZE")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_global_priority_query"], - ImpliesSets = [ - "VK_EXT_global_priority+VK_KHR_get_physical_device_properties2", - "VK_EXT_global_priority+VK_VERSION_1_1", - ] - )] public const uint MaxGlobalPrioritySizeEXT = 16U; [NativeTypeName("#define VK_VALVE_VIDEO_ENCODE_RGB_CONVERSION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] public const int ValveVideoEncodeRgbConversionSpecVersion = 1; [NativeTypeName( "#define VK_VALVE_VIDEO_ENCODE_RGB_CONVERSION_EXTENSION_NAME \"VK_VALVE_video_encode_rgb_conversion\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_video_encode_rgb_conversion"], - ImpliesSets = [ - "VK_KHR_video_encode_queue+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_video_encode_queue+VK_VERSION_1_1", - ] - )] public static Utf8String ValveVideoEncodeRgbConversionExtensionName => "VK_VALVE_video_encode_rgb_conversion"u8; [NativeTypeName("#define VK_EXT_IMAGE_VIEW_MIN_LOD_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_view_min_lod"], - ImpliesSets = [ - "VK_EXT_image_view_min_lod+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_view_min_lod+VK_VERSION_1_1", - ] - )] public const int ExtImageViewMinLodSpecVersion = 1; [NativeTypeName( "#define VK_EXT_IMAGE_VIEW_MIN_LOD_EXTENSION_NAME \"VK_EXT_image_view_min_lod\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_view_min_lod"], - ImpliesSets = [ - "VK_EXT_image_view_min_lod+VK_KHR_get_physical_device_properties2", - "VK_EXT_image_view_min_lod+VK_VERSION_1_1", - ] - )] public static Utf8String ExtImageViewMinLodExtensionName => "VK_EXT_image_view_min_lod"u8; [NativeTypeName("#define VK_EXT_MULTI_DRAW_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public const int ExtMultiDrawSpecVersion = 1; [NativeTypeName("#define VK_EXT_MULTI_DRAW_EXTENSION_NAME \"VK_EXT_multi_draw\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] public static Utf8String ExtMultiDrawExtensionName => "VK_EXT_multi_draw"u8; [NativeTypeName("#define VK_EXT_IMAGE_2D_VIEW_OF_3D_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_2d_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public const int ExtImage2DViewOf3DSpecVersion = 1; [NativeTypeName( "#define VK_EXT_IMAGE_2D_VIEW_OF_3D_EXTENSION_NAME \"VK_EXT_image_2d_view_of_3d\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_2d_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public static Utf8String ExtImage2DViewOf3DExtensionName => "VK_EXT_image_2d_view_of_3d"u8; [NativeTypeName("#define VK_EXT_SHADER_TILE_IMAGE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] public const int ExtShaderTileImageSpecVersion = 1; [NativeTypeName("#define VK_EXT_SHADER_TILE_IMAGE_EXTENSION_NAME \"VK_EXT_shader_tile_image\"")] - [SupportedApiProfile("vulkan", ["VK_EXT_shader_tile_image"], ImpliesSets = ["VK_VERSION_1_3"])] public static Utf8String ExtShaderTileImageExtensionName => "VK_EXT_shader_tile_image"u8; [NativeTypeName("#define VK_EXT_OPACITY_MICROMAP_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public const int ExtOpacityMicromapSpecVersion = 2; [NativeTypeName("#define VK_EXT_OPACITY_MICROMAP_EXTENSION_NAME \"VK_EXT_opacity_micromap\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] public static Utf8String ExtOpacityMicromapExtensionName => "VK_EXT_opacity_micromap"u8; [NativeTypeName("#define VK_EXT_LOAD_STORE_OP_NONE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_EXT_load_store_op_none"])] public const int ExtLoadStoreOpNoneSpecVersion = 1; [NativeTypeName( "#define VK_EXT_LOAD_STORE_OP_NONE_EXTENSION_NAME \"VK_EXT_load_store_op_none\"" )] - [SupportedApiProfile("vulkan", ["VK_EXT_load_store_op_none"])] public static Utf8String ExtLoadStoreOpNoneExtensionName => "VK_EXT_load_store_op_none"u8; [NativeTypeName("#define VK_HUAWEI_CLUSTER_CULLING_SHADER_SPEC_VERSION 3")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] public const int HuaweiClusterCullingShaderSpecVersion = 3; [NativeTypeName( "#define VK_HUAWEI_CLUSTER_CULLING_SHADER_EXTENSION_NAME \"VK_HUAWEI_cluster_culling_shader\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] public static Utf8String HuaweiClusterCullingShaderExtensionName => "VK_HUAWEI_cluster_culling_shader"u8; [NativeTypeName("#define VK_EXT_BORDER_COLOR_SWIZZLE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_border_color_swizzle"], - ImpliesSets = ["VK_EXT_custom_border_color"] - )] public const int ExtBorderColorSwizzleSpecVersion = 1; [NativeTypeName( "#define VK_EXT_BORDER_COLOR_SWIZZLE_EXTENSION_NAME \"VK_EXT_border_color_swizzle\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_border_color_swizzle"], - ImpliesSets = ["VK_EXT_custom_border_color"] - )] public static Utf8String ExtBorderColorSwizzleExtensionName => "VK_EXT_border_color_swizzle"u8; [NativeTypeName("#define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] public const int ExtPageableDeviceLocalMemorySpecVersion = 1; [NativeTypeName( "#define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME \"VK_EXT_pageable_device_local_memory\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] public static Utf8String ExtPageableDeviceLocalMemoryExtensionName => "VK_EXT_pageable_device_local_memory"u8; [NativeTypeName("#define VK_ARM_SHADER_CORE_PROPERTIES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_properties"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public const int ArmShaderCorePropertiesSpecVersion = 1; [NativeTypeName( "#define VK_ARM_SHADER_CORE_PROPERTIES_EXTENSION_NAME \"VK_ARM_shader_core_properties\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_properties"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public static Utf8String ArmShaderCorePropertiesExtensionName => "VK_ARM_shader_core_properties"u8; [NativeTypeName("#define VK_ARM_SCHEDULING_CONTROLS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] public const int ArmSchedulingControlsSpecVersion = 1; [NativeTypeName( "#define VK_ARM_SCHEDULING_CONTROLS_EXTENSION_NAME \"VK_ARM_scheduling_controls\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_scheduling_controls"], - ImpliesSets = ["VK_ARM_shader_core_builtins"] - )] public static Utf8String ArmSchedulingControlsExtensionName => "VK_ARM_scheduling_controls"u8; [NativeTypeName("#define VK_EXT_IMAGE_SLICED_VIEW_OF_3D_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_sliced_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public const int ExtImageSlicedViewOf3DSpecVersion = 1; [NativeTypeName( "#define VK_EXT_IMAGE_SLICED_VIEW_OF_3D_EXTENSION_NAME \"VK_EXT_image_sliced_view_of_3d\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_sliced_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public static Utf8String ExtImageSlicedViewOf3DExtensionName => "VK_EXT_image_sliced_view_of_3d"u8; [NativeTypeName("#define VK_REMAINING_3D_SLICES_EXT (~0U)")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_sliced_view_of_3d"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public const uint Remaining3DSlicesEXT = (~0U); [NativeTypeName("#define VK_VALVE_DESCRIPTOR_SET_HOST_MAPPING_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] public const int ValveDescriptorSetHostMappingSpecVersion = 1; [NativeTypeName( "#define VK_VALVE_DESCRIPTOR_SET_HOST_MAPPING_EXTENSION_NAME \"VK_VALVE_descriptor_set_host_mapping\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] public static Utf8String ValveDescriptorSetHostMappingExtensionName => "VK_VALVE_descriptor_set_host_mapping"u8; [NativeTypeName("#define VK_EXT_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_zero_one"], - ImpliesSets = [ - "VK_EXT_depth_clamp_zero_one+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_zero_one+VK_VERSION_1_1", - ] - )] public const int ExtDepthClampZeroOneSpecVersion = 1; [NativeTypeName( "#define VK_EXT_DEPTH_CLAMP_ZERO_ONE_EXTENSION_NAME \"VK_EXT_depth_clamp_zero_one\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_zero_one"], - ImpliesSets = [ - "VK_EXT_depth_clamp_zero_one+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_zero_one+VK_VERSION_1_1", - ] - )] public static Utf8String ExtDepthClampZeroOneExtensionName => "VK_EXT_depth_clamp_zero_one"u8; [NativeTypeName("#define VK_EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_non_seamless_cube_map"], - ImpliesSets = [ - "VK_EXT_non_seamless_cube_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_non_seamless_cube_map+VK_VERSION_1_1", - ] - )] public const int ExtNonSeamlessCubeMapSpecVersion = 1; [NativeTypeName( "#define VK_EXT_NON_SEAMLESS_CUBE_MAP_EXTENSION_NAME \"VK_EXT_non_seamless_cube_map\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_non_seamless_cube_map"], - ImpliesSets = [ - "VK_EXT_non_seamless_cube_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_non_seamless_cube_map+VK_VERSION_1_1", - ] - )] public static Utf8String ExtNonSeamlessCubeMapExtensionName => "VK_EXT_non_seamless_cube_map"u8; [NativeTypeName("#define VK_ARM_RENDER_PASS_STRIPED_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public const int ArmRenderPassStripedSpecVersion = 1; [NativeTypeName( "#define VK_ARM_RENDER_PASS_STRIPED_EXTENSION_NAME \"VK_ARM_render_pass_striped\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_render_pass_striped"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static Utf8String ArmRenderPassStripedExtensionName => "VK_ARM_render_pass_striped"u8; [NativeTypeName("#define VK_QCOM_FRAGMENT_DENSITY_MAP_OFFSET_SPEC_VERSION 3")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public const int QcomFragmentDensityMapOffsetSpecVersion = 3; [NativeTypeName( "#define VK_QCOM_FRAGMENT_DENSITY_MAP_OFFSET_EXTENSION_NAME \"VK_QCOM_fragment_density_map_offset\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2", - "VK_EXT_fragment_density_map+VK_VERSION_1_1", - ] - )] public static Utf8String QcomFragmentDensityMapOffsetExtensionName => "VK_QCOM_fragment_density_map_offset"u8; [NativeTypeName("#define VK_NV_COPY_MEMORY_INDIRECT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public const int NvCopyMemoryIndirectSpecVersion = 1; [NativeTypeName( "#define VK_NV_COPY_MEMORY_INDIRECT_EXTENSION_NAME \"VK_NV_copy_memory_indirect\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static Utf8String NvCopyMemoryIndirectExtensionName => "VK_NV_copy_memory_indirect"u8; [NativeTypeName("#define VK_NV_MEMORY_DECOMPRESSION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public const int NvMemoryDecompressionSpecVersion = 1; [NativeTypeName( "#define VK_NV_MEMORY_DECOMPRESSION_EXTENSION_NAME \"VK_NV_memory_decompression\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] public static Utf8String NvMemoryDecompressionExtensionName => "VK_NV_memory_decompression"u8; [NativeTypeName("#define VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public const int NvDeviceGeneratedCommandsComputeSpecVersion = 2; [NativeTypeName( "#define VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_EXTENSION_NAME \"VK_NV_device_generated_commands_compute\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] public static Utf8String NvDeviceGeneratedCommandsComputeExtensionName => "VK_NV_device_generated_commands_compute"u8; [NativeTypeName("#define VK_NV_RAY_TRACING_LINEAR_SWEPT_SPHERES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public const int NvRayTracingLinearSweptSpheresSpecVersion = 1; [NativeTypeName( "#define VK_NV_RAY_TRACING_LINEAR_SWEPT_SPHERES_EXTENSION_NAME \"VK_NV_ray_tracing_linear_swept_spheres\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_linear_swept_spheres"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public static Utf8String NvRayTracingLinearSweptSpheresExtensionName => "VK_NV_ray_tracing_linear_swept_spheres"u8; [NativeTypeName("#define VK_NV_LINEAR_COLOR_ATTACHMENT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_linear_color_attachment"], - ImpliesSets = [ - "VK_NV_linear_color_attachment+VK_KHR_get_physical_device_properties2", - "VK_NV_linear_color_attachment+VK_VERSION_1_1", - ] - )] public const int NvLinearColorAttachmentSpecVersion = 1; [NativeTypeName( "#define VK_NV_LINEAR_COLOR_ATTACHMENT_EXTENSION_NAME \"VK_NV_linear_color_attachment\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_linear_color_attachment"], - ImpliesSets = [ - "VK_NV_linear_color_attachment+VK_KHR_get_physical_device_properties2", - "VK_NV_linear_color_attachment+VK_VERSION_1_1", - ] - )] public static Utf8String NvLinearColorAttachmentExtensionName => "VK_NV_linear_color_attachment"u8; [NativeTypeName("#define VK_GOOGLE_SURFACELESS_QUERY_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_surfaceless_query"], - ImpliesSets = ["VK_KHR_surface"] - )] public const int GoogleSurfacelessQuerySpecVersion = 2; [NativeTypeName( "#define VK_GOOGLE_SURFACELESS_QUERY_EXTENSION_NAME \"VK_GOOGLE_surfaceless_query\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_surfaceless_query"], - ImpliesSets = ["VK_KHR_surface"] - )] public static Utf8String GoogleSurfacelessQueryExtensionName => "VK_GOOGLE_surfaceless_query"u8; [NativeTypeName("#define VK_EXT_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control_swapchain"], - ImpliesSets = ["VK_EXT_image_compression_control"] - )] public const int ExtImageCompressionControlSwapchainSpecVersion = 1; [NativeTypeName( "#define VK_EXT_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_EXTENSION_NAME \"VK_EXT_image_compression_control_swapchain\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_compression_control_swapchain"], - ImpliesSets = ["VK_EXT_image_compression_control"] - )] public static Utf8String ExtImageCompressionControlSwapchainExtensionName => "VK_EXT_image_compression_control_swapchain"u8; [NativeTypeName("#define VK_QCOM_IMAGE_PROCESSING_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public const int QcomImageProcessingSpecVersion = 1; [NativeTypeName("#define VK_QCOM_IMAGE_PROCESSING_EXTENSION_NAME \"VK_QCOM_image_processing\"")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing"], - ImpliesSets = [ - "VK_QCOM_image_processing+VK_KHR_format_feature_flags2", - "VK_QCOM_image_processing+VK_VERSION_1_3", - ] - )] public static Utf8String QcomImageProcessingExtensionName => "VK_QCOM_image_processing"u8; [NativeTypeName("#define VK_EXT_NESTED_COMMAND_BUFFER_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] public const int ExtNestedCommandBufferSpecVersion = 1; [NativeTypeName( "#define VK_EXT_NESTED_COMMAND_BUFFER_EXTENSION_NAME \"VK_EXT_nested_command_buffer\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_nested_command_buffer"], - ImpliesSets = [ - "VK_EXT_nested_command_buffer+VK_KHR_get_physical_device_properties2", - "VK_EXT_nested_command_buffer+VK_VERSION_1_1", - ] - )] public static Utf8String ExtNestedCommandBufferExtensionName => "VK_EXT_nested_command_buffer"u8; [NativeTypeName("#define VK_EXT_EXTERNAL_MEMORY_ACQUIRE_UNMODIFIED_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_acquire_unmodified"], - ImpliesSets = [ - "VK_EXT_external_memory_acquire_unmodified+VK_KHR_external_memory", - "VK_EXT_external_memory_acquire_unmodified+VK_VERSION_1_1", - ] - )] public const int ExtExternalMemoryAcquireUnmodifiedSpecVersion = 1; [NativeTypeName( "#define VK_EXT_EXTERNAL_MEMORY_ACQUIRE_UNMODIFIED_EXTENSION_NAME \"VK_EXT_external_memory_acquire_unmodified\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_acquire_unmodified"], - ImpliesSets = [ - "VK_EXT_external_memory_acquire_unmodified+VK_KHR_external_memory", - "VK_EXT_external_memory_acquire_unmodified+VK_VERSION_1_1", - ] - )] public static Utf8String ExtExternalMemoryAcquireUnmodifiedExtensionName => "VK_EXT_external_memory_acquire_unmodified"u8; [NativeTypeName("#define VK_EXT_EXTENDED_DYNAMIC_STATE_3_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public const int ExtExtendedDynamicState3SpecVersion = 2; [NativeTypeName( "#define VK_EXT_EXTENDED_DYNAMIC_STATE_3_EXTENSION_NAME \"VK_EXT_extended_dynamic_state3\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] public static Utf8String ExtExtendedDynamicState3ExtensionName => "VK_EXT_extended_dynamic_state3"u8; [NativeTypeName("#define VK_EXT_SUBPASS_MERGE_FEEDBACK_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public const int ExtSubpassMergeFeedbackSpecVersion = 2; [NativeTypeName( "#define VK_EXT_SUBPASS_MERGE_FEEDBACK_EXTENSION_NAME \"VK_EXT_subpass_merge_feedback\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_subpass_merge_feedback"], - ImpliesSets = [ - "VK_EXT_subpass_merge_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_subpass_merge_feedback+VK_VERSION_1_1", - ] - )] public static Utf8String ExtSubpassMergeFeedbackExtensionName => "VK_EXT_subpass_merge_feedback"u8; [NativeTypeName("#define VK_LUNARG_DIRECT_DRIVER_LOADING_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] public const int LunargDirectDriverLoadingSpecVersion = 1; [NativeTypeName( "#define VK_LUNARG_DIRECT_DRIVER_LOADING_EXTENSION_NAME \"VK_LUNARG_direct_driver_loading\"" )] - [SupportedApiProfile("vulkan", ["VK_LUNARG_direct_driver_loading"])] public static Utf8String LunargDirectDriverLoadingExtensionName => "VK_LUNARG_direct_driver_loading"u8; [NativeTypeName("#define VK_ARM_TENSORS_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public const int ArmTensorsSpecVersion = 1; [NativeTypeName("#define VK_ARM_TENSORS_EXTENSION_NAME \"VK_ARM_tensors\"")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public static Utf8String ArmTensorsExtensionName => "VK_ARM_tensors"u8; [NativeTypeName("#define VK_MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT 32U")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public const uint MaxShaderModuleIdentifierSizeEXT = 32U; [NativeTypeName("#define VK_EXT_SHADER_MODULE_IDENTIFIER_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public const int ExtShaderModuleIdentifierSpecVersion = 1; [NativeTypeName( "#define VK_EXT_SHADER_MODULE_IDENTIFIER_EXTENSION_NAME \"VK_EXT_shader_module_identifier\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static Utf8String ExtShaderModuleIdentifierExtensionName => "VK_EXT_shader_module_identifier"u8; [NativeTypeName("#define VK_EXT_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] public const int ExtRasterizationOrderAttachmentAccessSpecVersion = 1; [NativeTypeName( "#define VK_EXT_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXTENSION_NAME \"VK_EXT_rasterization_order_attachment_access\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_rasterization_order_attachment_access"], - ImpliesSets = [ - "VK_EXT_rasterization_order_attachment_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_rasterization_order_attachment_access+VK_VERSION_1_1", - ] - )] public static Utf8String ExtRasterizationOrderAttachmentAccessExtensionName => "VK_EXT_rasterization_order_attachment_access"u8; [NativeTypeName("#define VK_NV_OPTICAL_FLOW_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public const int NvOpticalFlowSpecVersion = 1; [NativeTypeName("#define VK_NV_OPTICAL_FLOW_EXTENSION_NAME \"VK_NV_optical_flow\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static Utf8String NvOpticalFlowExtensionName => "VK_NV_optical_flow"u8; [NativeTypeName("#define VK_EXT_LEGACY_DITHERING_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_dithering"], - ImpliesSets = [ - "VK_EXT_legacy_dithering+VK_KHR_get_physical_device_properties2", - "VK_EXT_legacy_dithering+VK_VERSION_1_1", - ] - )] public const int ExtLegacyDitheringSpecVersion = 2; [NativeTypeName("#define VK_EXT_LEGACY_DITHERING_EXTENSION_NAME \"VK_EXT_legacy_dithering\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_dithering"], - ImpliesSets = [ - "VK_EXT_legacy_dithering+VK_KHR_get_physical_device_properties2", - "VK_EXT_legacy_dithering+VK_VERSION_1_1", - ] - )] public static Utf8String ExtLegacyDitheringExtensionName => "VK_EXT_legacy_dithering"u8; [NativeTypeName("#define VK_EXT_PIPELINE_PROTECTED_ACCESS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_protected_access"], - ImpliesSets = [ - "VK_EXT_pipeline_protected_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_protected_access+VK_VERSION_1_1", - ] - )] public const int ExtPipelineProtectedAccessSpecVersion = 1; [NativeTypeName( "#define VK_EXT_PIPELINE_PROTECTED_ACCESS_EXTENSION_NAME \"VK_EXT_pipeline_protected_access\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_protected_access"], - ImpliesSets = [ - "VK_EXT_pipeline_protected_access+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_protected_access+VK_VERSION_1_1", - ] - )] public static Utf8String ExtPipelineProtectedAccessExtensionName => "VK_EXT_pipeline_protected_access"u8; [NativeTypeName("#define VK_AMD_ANTI_LAG_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public const int AmdAntiLagSpecVersion = 1; [NativeTypeName("#define VK_AMD_ANTI_LAG_EXTENSION_NAME \"VK_AMD_anti_lag\"")] - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] public static Utf8String AmdAntiLagExtensionName => "VK_AMD_anti_lag"u8; [NativeTypeName("#define VK_EXT_SHADER_OBJECT_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public const int ExtShaderObjectSpecVersion = 1; [NativeTypeName("#define VK_EXT_SHADER_OBJECT_EXTENSION_NAME \"VK_EXT_shader_object\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static Utf8String ExtShaderObjectExtensionName => "VK_EXT_shader_object"u8; [NativeTypeName("#define VK_QCOM_TILE_PROPERTIES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] public const int QcomTilePropertiesSpecVersion = 1; [NativeTypeName("#define VK_QCOM_TILE_PROPERTIES_EXTENSION_NAME \"VK_QCOM_tile_properties\"")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] public static Utf8String QcomTilePropertiesExtensionName => "VK_QCOM_tile_properties"u8; [NativeTypeName("#define VK_SEC_AMIGO_PROFILING_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_SEC_amigo_profiling"], - ImpliesSets = [ - "VK_SEC_amigo_profiling+VK_KHR_get_physical_device_properties2", - "VK_SEC_amigo_profiling+VK_VERSION_1_1", - ] - )] public const int SecAmigoProfilingSpecVersion = 1; [NativeTypeName("#define VK_SEC_AMIGO_PROFILING_EXTENSION_NAME \"VK_SEC_amigo_profiling\"")] - [SupportedApiProfile( - "vulkan", - ["VK_SEC_amigo_profiling"], - ImpliesSets = [ - "VK_SEC_amigo_profiling+VK_KHR_get_physical_device_properties2", - "VK_SEC_amigo_profiling+VK_VERSION_1_1", - ] - )] public static Utf8String SecAmigoProfilingExtensionName => "VK_SEC_amigo_profiling"u8; [NativeTypeName("#define VK_QCOM_MULTIVIEW_PER_VIEW_VIEWPORTS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_viewports"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_viewports+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_viewports+VK_VERSION_1_1", - ] - )] public const int QcomMultiviewPerViewViewportsSpecVersion = 1; [NativeTypeName( "#define VK_QCOM_MULTIVIEW_PER_VIEW_VIEWPORTS_EXTENSION_NAME \"VK_QCOM_multiview_per_view_viewports\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_viewports"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_viewports+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_viewports+VK_VERSION_1_1", - ] - )] public static Utf8String QcomMultiviewPerViewViewportsExtensionName => "VK_QCOM_multiview_per_view_viewports"u8; [NativeTypeName("#define VK_NV_RAY_TRACING_INVOCATION_REORDER_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_invocation_reorder"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public const int NvRayTracingInvocationReorderSpecVersion = 1; [NativeTypeName( "#define VK_NV_RAY_TRACING_INVOCATION_REORDER_EXTENSION_NAME \"VK_NV_ray_tracing_invocation_reorder\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_invocation_reorder"], - ImpliesSets = ["VK_KHR_ray_tracing_pipeline"] - )] public static Utf8String NvRayTracingInvocationReorderExtensionName => "VK_NV_ray_tracing_invocation_reorder"u8; [NativeTypeName("#define VK_NV_COOPERATIVE_VECTOR_SPEC_VERSION 4")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public const int NvCooperativeVectorSpecVersion = 4; [NativeTypeName("#define VK_NV_COOPERATIVE_VECTOR_EXTENSION_NAME \"VK_NV_cooperative_vector\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] public static Utf8String NvCooperativeVectorExtensionName => "VK_NV_cooperative_vector"u8; [NativeTypeName("#define VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_extended_sparse_address_space"], - ImpliesSets = [ - "VK_NV_extended_sparse_address_space+VK_KHR_get_physical_device_properties2", - "VK_NV_extended_sparse_address_space+VK_VERSION_1_1", - ] - )] public const int NvExtendedSparseAddressSpaceSpecVersion = 1; [NativeTypeName( "#define VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_EXTENSION_NAME \"VK_NV_extended_sparse_address_space\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_extended_sparse_address_space"], - ImpliesSets = [ - "VK_NV_extended_sparse_address_space+VK_KHR_get_physical_device_properties2", - "VK_NV_extended_sparse_address_space+VK_VERSION_1_1", - ] - )] public static Utf8String NvExtendedSparseAddressSpaceExtensionName => "VK_NV_extended_sparse_address_space"u8; [NativeTypeName("#define VK_EXT_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] public const int ExtMutableDescriptorTypeSpecVersion = 1; [NativeTypeName( "#define VK_EXT_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME \"VK_EXT_mutable_descriptor_type\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mutable_descriptor_type"], - ImpliesSets = [ - "VK_EXT_mutable_descriptor_type+VK_KHR_maintenance3", - "VK_EXT_mutable_descriptor_type+VK_VERSION_1_1", - ] - )] public static Utf8String ExtMutableDescriptorTypeExtensionName => "VK_EXT_mutable_descriptor_type"u8; [NativeTypeName("#define VK_EXT_LEGACY_VERTEX_ATTRIBUTES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_vertex_attributes"], - ImpliesSets = ["VK_EXT_vertex_input_dynamic_state"] - )] public const int ExtLegacyVertexAttributesSpecVersion = 1; [NativeTypeName( "#define VK_EXT_LEGACY_VERTEX_ATTRIBUTES_EXTENSION_NAME \"VK_EXT_legacy_vertex_attributes\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_legacy_vertex_attributes"], - ImpliesSets = ["VK_EXT_vertex_input_dynamic_state"] - )] public static Utf8String ExtLegacyVertexAttributesExtensionName => "VK_EXT_legacy_vertex_attributes"u8; [NativeTypeName("#define VK_EXT_LAYER_SETTINGS_SPEC_VERSION 2")] - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] public const int ExtLayerSettingsSpecVersion = 2; [NativeTypeName("#define VK_EXT_LAYER_SETTINGS_EXTENSION_NAME \"VK_EXT_layer_settings\"")] - [SupportedApiProfile("vulkan", ["VK_EXT_layer_settings"])] public static Utf8String ExtLayerSettingsExtensionName => "VK_EXT_layer_settings"u8; [NativeTypeName("#define VK_ARM_SHADER_CORE_BUILTINS_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_builtins"], - ImpliesSets = [ - "VK_ARM_shader_core_builtins+VK_KHR_get_physical_device_properties2", - "VK_ARM_shader_core_builtins+VK_VERSION_1_1", - ] - )] public const int ArmShaderCoreBuiltinsSpecVersion = 2; [NativeTypeName( "#define VK_ARM_SHADER_CORE_BUILTINS_EXTENSION_NAME \"VK_ARM_shader_core_builtins\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_shader_core_builtins"], - ImpliesSets = [ - "VK_ARM_shader_core_builtins+VK_KHR_get_physical_device_properties2", - "VK_ARM_shader_core_builtins+VK_VERSION_1_1", - ] - )] public static Utf8String ArmShaderCoreBuiltinsExtensionName => "VK_ARM_shader_core_builtins"u8; [NativeTypeName("#define VK_EXT_PIPELINE_LIBRARY_GROUP_HANDLES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_library_group_handles"], - ImpliesSets = ["VK_KHR_pipeline_library", "VK_KHR_ray_tracing_pipeline"] - )] public const int ExtPipelineLibraryGroupHandlesSpecVersion = 1; [NativeTypeName( "#define VK_EXT_PIPELINE_LIBRARY_GROUP_HANDLES_EXTENSION_NAME \"VK_EXT_pipeline_library_group_handles\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_library_group_handles"], - ImpliesSets = ["VK_KHR_pipeline_library", "VK_KHR_ray_tracing_pipeline"] - )] public static Utf8String ExtPipelineLibraryGroupHandlesExtensionName => "VK_EXT_pipeline_library_group_handles"u8; [NativeTypeName("#define VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_dynamic_rendering_unused_attachments"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public const int ExtDynamicRenderingUnusedAttachmentsSpecVersion = 1; [NativeTypeName( "#define VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_EXTENSION_NAME \"VK_EXT_dynamic_rendering_unused_attachments\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_dynamic_rendering_unused_attachments"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] public static Utf8String ExtDynamicRenderingUnusedAttachmentsExtensionName => "VK_EXT_dynamic_rendering_unused_attachments"u8; [NativeTypeName("#define VK_NV_LOW_LATENCY_2_SPEC_VERSION 2")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public const int NvLowLatency2SpecVersion = 2; [NativeTypeName("#define VK_NV_LOW_LATENCY_2_EXTENSION_NAME \"VK_NV_low_latency2\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] public static Utf8String NvLowLatency2ExtensionName => "VK_NV_low_latency2"u8; [NativeTypeName("#define VK_MAX_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_SET_NAME_SIZE_ARM 128U")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public const uint MaxPhysicalDeviceDataGraphOperationSetNameSizeARM = 128U; [NativeTypeName("#define VK_ARM_DATA_GRAPH_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public const int ArmDataGraphSpecVersion = 1; [NativeTypeName("#define VK_ARM_DATA_GRAPH_EXTENSION_NAME \"VK_ARM_data_graph\"")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] public static Utf8String ArmDataGraphExtensionName => "VK_ARM_data_graph"u8; [NativeTypeName("#define VK_QCOM_MULTIVIEW_PER_VIEW_RENDER_AREAS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_render_areas"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_render_areas+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_render_areas+VK_VERSION_1_1", - ] - )] public const int QcomMultiviewPerViewRenderAreasSpecVersion = 1; [NativeTypeName( "#define VK_QCOM_MULTIVIEW_PER_VIEW_RENDER_AREAS_EXTENSION_NAME \"VK_QCOM_multiview_per_view_render_areas\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_multiview_per_view_render_areas"], - ImpliesSets = [ - "VK_QCOM_multiview_per_view_render_areas+VK_KHR_get_physical_device_properties2", - "VK_QCOM_multiview_per_view_render_areas+VK_VERSION_1_1", - ] - )] public static Utf8String QcomMultiviewPerViewRenderAreasExtensionName => "VK_QCOM_multiview_per_view_render_areas"u8; [NativeTypeName("#define VK_NV_PER_STAGE_DESCRIPTOR_SET_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_per_stage_descriptor_set"], - ImpliesSets = [ - "VK_NV_per_stage_descriptor_set+VK_KHR_maintenance6", - "VK_NV_per_stage_descriptor_set+VK_VERSION_1_4", - ] - )] public const int NvPerStageDescriptorSetSpecVersion = 1; [NativeTypeName( "#define VK_NV_PER_STAGE_DESCRIPTOR_SET_EXTENSION_NAME \"VK_NV_per_stage_descriptor_set\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_per_stage_descriptor_set"], - ImpliesSets = [ - "VK_NV_per_stage_descriptor_set+VK_KHR_maintenance6", - "VK_NV_per_stage_descriptor_set+VK_VERSION_1_4", - ] - )] public static Utf8String NvPerStageDescriptorSetExtensionName => "VK_NV_per_stage_descriptor_set"u8; [NativeTypeName("#define VK_QCOM_IMAGE_PROCESSING_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] public const int QcomImageProcessing2SpecVersion = 1; [NativeTypeName( "#define VK_QCOM_IMAGE_PROCESSING_2_EXTENSION_NAME \"VK_QCOM_image_processing2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_image_processing2"], - ImpliesSets = ["VK_QCOM_image_processing"] - )] public static Utf8String QcomImageProcessing2ExtensionName => "VK_QCOM_image_processing2"u8; [NativeTypeName("#define VK_QCOM_FILTER_CUBIC_WEIGHTS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] public const int QcomFilterCubicWeightsSpecVersion = 1; [NativeTypeName( "#define VK_QCOM_FILTER_CUBIC_WEIGHTS_EXTENSION_NAME \"VK_QCOM_filter_cubic_weights\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_weights"], - ImpliesSets = ["VK_EXT_filter_cubic"] - )] public static Utf8String QcomFilterCubicWeightsExtensionName => "VK_QCOM_filter_cubic_weights"u8; [NativeTypeName("#define VK_QCOM_YCBCR_DEGAMMA_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_ycbcr_degamma"], - ImpliesSets = [ - "VK_QCOM_ycbcr_degamma+VK_KHR_get_physical_device_properties2", - "VK_QCOM_ycbcr_degamma+VK_VERSION_1_1", - ] - )] public const int QcomYcbcrDegammaSpecVersion = 1; [NativeTypeName("#define VK_QCOM_YCBCR_DEGAMMA_EXTENSION_NAME \"VK_QCOM_ycbcr_degamma\"")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_ycbcr_degamma"], - ImpliesSets = [ - "VK_QCOM_ycbcr_degamma+VK_KHR_get_physical_device_properties2", - "VK_QCOM_ycbcr_degamma+VK_VERSION_1_1", - ] - )] public static Utf8String QcomYcbcrDegammaExtensionName => "VK_QCOM_ycbcr_degamma"u8; [NativeTypeName("#define VK_QCOM_FILTER_CUBIC_CLAMP_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_clamp"], - ImpliesSets = [ - "VK_EXT_filter_cubic+VK_EXT_sampler_filter_minmax", - "VK_EXT_filter_cubic+VK_VERSION_1_2", - ] - )] public const int QcomFilterCubicClampSpecVersion = 1; [NativeTypeName( "#define VK_QCOM_FILTER_CUBIC_CLAMP_EXTENSION_NAME \"VK_QCOM_filter_cubic_clamp\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_filter_cubic_clamp"], - ImpliesSets = [ - "VK_EXT_filter_cubic+VK_EXT_sampler_filter_minmax", - "VK_EXT_filter_cubic+VK_VERSION_1_2", - ] - )] public static Utf8String QcomFilterCubicClampExtensionName => "VK_QCOM_filter_cubic_clamp"u8; [NativeTypeName("#define VK_EXT_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] public const int ExtAttachmentFeedbackLoopDynamicStateSpecVersion = 1; [NativeTypeName( "#define VK_EXT_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_EXTENSION_NAME \"VK_EXT_attachment_feedback_loop_dynamic_state\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] public static Utf8String ExtAttachmentFeedbackLoopDynamicStateExtensionName => "VK_EXT_attachment_feedback_loop_dynamic_state"u8; [NativeTypeName("#define VK_MSFT_LAYERED_DRIVER_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_MSFT_layered_driver"], - ImpliesSets = [ - "VK_MSFT_layered_driver+VK_KHR_get_physical_device_properties2", - "VK_MSFT_layered_driver+VK_VERSION_1_1", - ] - )] public const int MsftLayeredDriverSpecVersion = 1; [NativeTypeName("#define VK_MSFT_LAYERED_DRIVER_EXTENSION_NAME \"VK_MSFT_layered_driver\"")] - [SupportedApiProfile( - "vulkan", - ["VK_MSFT_layered_driver"], - ImpliesSets = [ - "VK_MSFT_layered_driver+VK_KHR_get_physical_device_properties2", - "VK_MSFT_layered_driver+VK_VERSION_1_1", - ] - )] public static Utf8String MsftLayeredDriverExtensionName => "VK_MSFT_layered_driver"u8; [NativeTypeName("#define VK_NV_DESCRIPTOR_POOL_OVERALLOCATION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_descriptor_pool_overallocation"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public const int NvDescriptorPoolOverallocationSpecVersion = 1; [NativeTypeName( "#define VK_NV_DESCRIPTOR_POOL_OVERALLOCATION_EXTENSION_NAME \"VK_NV_descriptor_pool_overallocation\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_descriptor_pool_overallocation"], - ImpliesSets = ["VK_VERSION_1_1"] - )] public static Utf8String NvDescriptorPoolOverallocationExtensionName => "VK_NV_descriptor_pool_overallocation"u8; [NativeTypeName("#define VK_QCOM_TILE_MEMORY_HEAP_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public const int QcomTileMemoryHeapSpecVersion = 1; [NativeTypeName("#define VK_QCOM_TILE_MEMORY_HEAP_EXTENSION_NAME \"VK_QCOM_tile_memory_heap\"")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] public static Utf8String QcomTileMemoryHeapExtensionName => "VK_QCOM_tile_memory_heap"u8; [NativeTypeName("#define VK_EXT_MEMORY_DECOMPRESSION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public const int ExtMemoryDecompressionSpecVersion = 1; [NativeTypeName( "#define VK_EXT_MEMORY_DECOMPRESSION_EXTENSION_NAME \"VK_EXT_memory_decompression\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] public static Utf8String ExtMemoryDecompressionExtensionName => "VK_EXT_memory_decompression"u8; [NativeTypeName("#define VK_NV_DISPLAY_STEREO_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] public const int NvDisplayStereoSpecVersion = 1; [NativeTypeName("#define VK_NV_DISPLAY_STEREO_EXTENSION_NAME \"VK_NV_display_stereo\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_display_stereo"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_get_display_properties2"] - )] public static Utf8String NvDisplayStereoExtensionName => "VK_NV_display_stereo"u8; [NativeTypeName("#define VK_NV_RAW_ACCESS_CHAINS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_raw_access_chains"], - ImpliesSets = [ - "VK_NV_raw_access_chains+VK_KHR_get_physical_device_properties2", - "VK_NV_raw_access_chains+VK_VERSION_1_1", - ] - )] public const int NvRawAccessChainsSpecVersion = 1; [NativeTypeName("#define VK_NV_RAW_ACCESS_CHAINS_EXTENSION_NAME \"VK_NV_raw_access_chains\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_raw_access_chains"], - ImpliesSets = [ - "VK_NV_raw_access_chains+VK_KHR_get_physical_device_properties2", - "VK_NV_raw_access_chains+VK_VERSION_1_1", - ] - )] public static Utf8String NvRawAccessChainsExtensionName => "VK_NV_raw_access_chains"u8; [NativeTypeName("#define VK_NV_EXTERNAL_COMPUTE_QUEUE_SPEC_VERSION 1")] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public const int NvExternalComputeQueueSpecVersion = 1; [NativeTypeName( "#define VK_NV_EXTERNAL_COMPUTE_QUEUE_EXTENSION_NAME \"VK_NV_external_compute_queue\"" )] - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] public static Utf8String NvExternalComputeQueueExtensionName => "VK_NV_external_compute_queue"u8; [NativeTypeName("#define VK_NV_COMMAND_BUFFER_INHERITANCE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_command_buffer_inheritance"], - ImpliesSets = [ - "VK_NV_command_buffer_inheritance+VK_KHR_get_physical_device_properties2", - "VK_NV_command_buffer_inheritance+VK_VERSION_1_1", - ] - )] public const int NvCommandBufferInheritanceSpecVersion = 1; [NativeTypeName( "#define VK_NV_COMMAND_BUFFER_INHERITANCE_EXTENSION_NAME \"VK_NV_command_buffer_inheritance\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_command_buffer_inheritance"], - ImpliesSets = [ - "VK_NV_command_buffer_inheritance+VK_KHR_get_physical_device_properties2", - "VK_NV_command_buffer_inheritance+VK_VERSION_1_1", - ] - )] public static Utf8String NvCommandBufferInheritanceExtensionName => "VK_NV_command_buffer_inheritance"u8; [NativeTypeName("#define VK_NV_SHADER_ATOMIC_FLOAT16_VECTOR_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_atomic_float16_vector"], - ImpliesSets = [ - "VK_NV_shader_atomic_float16_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_shader_atomic_float16_vector+VK_VERSION_1_1", - ] - )] public const int NvShaderAtomicFloat16VectorSpecVersion = 1; [NativeTypeName( "#define VK_NV_SHADER_ATOMIC_FLOAT16_VECTOR_EXTENSION_NAME \"VK_NV_shader_atomic_float16_vector\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_shader_atomic_float16_vector"], - ImpliesSets = [ - "VK_NV_shader_atomic_float16_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_shader_atomic_float16_vector+VK_VERSION_1_1", - ] - )] public static Utf8String NvShaderAtomicFloat16VectorExtensionName => "VK_NV_shader_atomic_float16_vector"u8; [NativeTypeName("#define VK_EXT_SHADER_REPLICATED_COMPOSITES_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_replicated_composites"], - ImpliesSets = [ - "VK_EXT_shader_replicated_composites+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_replicated_composites+VK_VERSION_1_1", - ] - )] public const int ExtShaderReplicatedCompositesSpecVersion = 1; [NativeTypeName( "#define VK_EXT_SHADER_REPLICATED_COMPOSITES_EXTENSION_NAME \"VK_EXT_shader_replicated_composites\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_replicated_composites"], - ImpliesSets = [ - "VK_EXT_shader_replicated_composites+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_replicated_composites+VK_VERSION_1_1", - ] - )] public static Utf8String ExtShaderReplicatedCompositesExtensionName => "VK_EXT_shader_replicated_composites"u8; [NativeTypeName("#define VK_EXT_SHADER_FLOAT8_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_float8"], - ImpliesSets = [ - "VK_EXT_shader_float8+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_float8+VK_VERSION_1_1", - ] - )] public const int ExtShaderFloat8SpecVersion = 1; [NativeTypeName("#define VK_EXT_SHADER_FLOAT8_EXTENSION_NAME \"VK_EXT_shader_float8\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_float8"], - ImpliesSets = [ - "VK_EXT_shader_float8+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_float8+VK_VERSION_1_1", - ] - )] public static Utf8String ExtShaderFloat8ExtensionName => "VK_EXT_shader_float8"u8; [NativeTypeName("#define VK_NV_RAY_TRACING_VALIDATION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_validation"], - ImpliesSets = [ - "VK_NV_ray_tracing_validation+VK_KHR_get_physical_device_properties2", - "VK_NV_ray_tracing_validation+VK_VERSION_1_1", - ] - )] public const int NvRayTracingValidationSpecVersion = 1; [NativeTypeName( "#define VK_NV_RAY_TRACING_VALIDATION_EXTENSION_NAME \"VK_NV_ray_tracing_validation\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing_validation"], - ImpliesSets = [ - "VK_NV_ray_tracing_validation+VK_KHR_get_physical_device_properties2", - "VK_NV_ray_tracing_validation+VK_VERSION_1_1", - ] - )] public static Utf8String NvRayTracingValidationExtensionName => "VK_NV_ray_tracing_validation"u8; [NativeTypeName("#define VK_NV_CLUSTER_ACCELERATION_STRUCTURE_SPEC_VERSION 4")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public const int NvClusterAccelerationStructureSpecVersion = 4; [NativeTypeName( "#define VK_NV_CLUSTER_ACCELERATION_STRUCTURE_EXTENSION_NAME \"VK_NV_cluster_acceleration_structure\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public static Utf8String NvClusterAccelerationStructureExtensionName => "VK_NV_cluster_acceleration_structure"u8; [NativeTypeName("#define VK_NV_PARTITIONED_ACCELERATION_STRUCTURE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public const int NvPartitionedAccelerationStructureSpecVersion = 1; [NativeTypeName( "#define VK_NV_PARTITIONED_ACCELERATION_STRUCTURE_EXTENSION_NAME \"VK_NV_partitioned_acceleration_structure\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public static Utf8String NvPartitionedAccelerationStructureExtensionName => "VK_NV_partitioned_acceleration_structure"u8; [NativeTypeName( "#define VK_PARTITIONED_ACCELERATION_STRUCTURE_PARTITION_INDEX_GLOBAL_NV (~0U)" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public const uint PartitionedAccelerationStructurePartitionIndexGlobalNV = (~0U); [NativeTypeName("#define VK_EXT_DEVICE_GENERATED_COMMANDS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public const int ExtDeviceGeneratedCommandsSpecVersion = 1; [NativeTypeName( "#define VK_EXT_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME \"VK_EXT_device_generated_commands\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public static Utf8String ExtDeviceGeneratedCommandsExtensionName => "VK_EXT_device_generated_commands"u8; [NativeTypeName("#define VK_MESA_IMAGE_ALIGNMENT_CONTROL_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] public const int MesaImageAlignmentControlSpecVersion = 1; [NativeTypeName( "#define VK_MESA_IMAGE_ALIGNMENT_CONTROL_EXTENSION_NAME \"VK_MESA_image_alignment_control\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_MESA_image_alignment_control"], - ImpliesSets = [ - "VK_MESA_image_alignment_control+VK_KHR_get_physical_device_properties2", - "VK_MESA_image_alignment_control+VK_VERSION_1_1", - ] - )] public static Utf8String MesaImageAlignmentControlExtensionName => "VK_MESA_image_alignment_control"u8; [NativeTypeName("#define VK_EXT_DEPTH_CLAMP_CONTROL_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] public const int ExtDepthClampControlSpecVersion = 1; [NativeTypeName( "#define VK_EXT_DEPTH_CLAMP_CONTROL_EXTENSION_NAME \"VK_EXT_depth_clamp_control\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control"], - ImpliesSets = [ - "VK_EXT_depth_clamp_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_clamp_control+VK_VERSION_1_1", - ] - )] public static Utf8String ExtDepthClampControlExtensionName => "VK_EXT_depth_clamp_control"u8; [NativeTypeName("#define VK_HUAWEI_HDR_VIVID_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_hdr_vivid"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_VERSION_1_1", - ] - )] public const int HuaweiHdrVividSpecVersion = 1; [NativeTypeName("#define VK_HUAWEI_HDR_VIVID_EXTENSION_NAME \"VK_HUAWEI_hdr_vivid\"")] - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_hdr_vivid"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_hdr_metadata+VK_VERSION_1_1", - ] - )] public static Utf8String HuaweiHdrVividExtensionName => "VK_HUAWEI_hdr_vivid"u8; [NativeTypeName("#define VK_NV_COOPERATIVE_MATRIX_2_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public const int NvCooperativeMatrix2SpecVersion = 1; [NativeTypeName( "#define VK_NV_COOPERATIVE_MATRIX_2_EXTENSION_NAME \"VK_NV_cooperative_matrix2\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] public static Utf8String NvCooperativeMatrix2ExtensionName => "VK_NV_cooperative_matrix2"u8; [NativeTypeName("#define VK_ARM_PIPELINE_OPACITY_MICROMAP_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_pipeline_opacity_micromap"], - ImpliesSets = ["VK_EXT_opacity_micromap"] - )] public const int ArmPipelineOpacityMicromapSpecVersion = 1; [NativeTypeName( "#define VK_ARM_PIPELINE_OPACITY_MICROMAP_EXTENSION_NAME \"VK_ARM_pipeline_opacity_micromap\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_pipeline_opacity_micromap"], - ImpliesSets = ["VK_EXT_opacity_micromap"] - )] public static Utf8String ArmPipelineOpacityMicromapExtensionName => "VK_ARM_pipeline_opacity_micromap"u8; [NativeTypeName("#define VK_ARM_PERFORMANCE_COUNTERS_BY_REGION_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public const int ArmPerformanceCountersByRegionSpecVersion = 1; [NativeTypeName( "#define VK_ARM_PERFORMANCE_COUNTERS_BY_REGION_EXTENSION_NAME \"VK_ARM_performance_counters_by_region\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] public static Utf8String ArmPerformanceCountersByRegionExtensionName => "VK_ARM_performance_counters_by_region"u8; [NativeTypeName("#define VK_EXT_VERTEX_ATTRIBUTE_ROBUSTNESS_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_robustness"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_robustness+VK_VERSION_1_1", - ] - )] public const int ExtVertexAttributeRobustnessSpecVersion = 1; [NativeTypeName( "#define VK_EXT_VERTEX_ATTRIBUTE_ROBUSTNESS_EXTENSION_NAME \"VK_EXT_vertex_attribute_robustness\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_attribute_robustness"], - ImpliesSets = [ - "VK_EXT_vertex_attribute_robustness+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_attribute_robustness+VK_VERSION_1_1", - ] - )] public static Utf8String ExtVertexAttributeRobustnessExtensionName => "VK_EXT_vertex_attribute_robustness"u8; [NativeTypeName("#define VK_ARM_FORMAT_PACK_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] public const int ArmFormatPackSpecVersion = 1; [NativeTypeName("#define VK_ARM_FORMAT_PACK_EXTENSION_NAME \"VK_ARM_format_pack\"")] - [SupportedApiProfile( - "vulkan", - ["VK_ARM_format_pack"], - ImpliesSets = [ - "VK_ARM_format_pack+VK_KHR_get_physical_device_properties2", - "VK_ARM_format_pack+VK_VERSION_1_1", - ] - )] public static Utf8String ArmFormatPackExtensionName => "VK_ARM_format_pack"u8; [NativeTypeName("#define VK_VALVE_FRAGMENT_DENSITY_MAP_LAYERED_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] public const int ValveFragmentDensityMapLayeredSpecVersion = 1; [NativeTypeName( "#define VK_VALVE_FRAGMENT_DENSITY_MAP_LAYERED_EXTENSION_NAME \"VK_VALVE_fragment_density_map_layered\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_fragment_density_map_layered"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_maintenance5", - "VK_EXT_fragment_density_map+VK_VERSION_1_4", - ] - )] public static Utf8String ValveFragmentDensityMapLayeredExtensionName => "VK_VALVE_fragment_density_map_layered"u8; [NativeTypeName("#define VK_NV_PRESENT_METERING_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_metering"], - ImpliesSets = [ - "VK_NV_present_metering+VK_KHR_get_physical_device_properties2", - "VK_NV_present_metering+VK_VERSION_1_1", - ] - )] public const int NvPresentMeteringSpecVersion = 1; [NativeTypeName("#define VK_NV_PRESENT_METERING_EXTENSION_NAME \"VK_NV_present_metering\"")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_present_metering"], - ImpliesSets = [ - "VK_NV_present_metering+VK_KHR_get_physical_device_properties2", - "VK_NV_present_metering+VK_VERSION_1_1", - ] - )] public static Utf8String NvPresentMeteringExtensionName => "VK_NV_present_metering"u8; [NativeTypeName("#define VK_EXT_FRAGMENT_DENSITY_MAP_OFFSET_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] public const int ExtFragmentDensityMapOffsetSpecVersion = 1; [NativeTypeName( "#define VK_EXT_FRAGMENT_DENSITY_MAP_OFFSET_EXTENSION_NAME \"VK_EXT_fragment_density_map_offset\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] public static Utf8String ExtFragmentDensityMapOffsetExtensionName => "VK_EXT_fragment_density_map_offset"u8; [NativeTypeName("#define VK_EXT_ZERO_INITIALIZE_DEVICE_MEMORY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_zero_initialize_device_memory"], - ImpliesSets = [ - "VK_EXT_zero_initialize_device_memory+VK_KHR_get_physical_device_properties2", - "VK_EXT_zero_initialize_device_memory+VK_VERSION_1_1", - ] - )] public const int ExtZeroInitializeDeviceMemorySpecVersion = 1; [NativeTypeName( "#define VK_EXT_ZERO_INITIALIZE_DEVICE_MEMORY_EXTENSION_NAME \"VK_EXT_zero_initialize_device_memory\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_zero_initialize_device_memory"], - ImpliesSets = [ - "VK_EXT_zero_initialize_device_memory+VK_KHR_get_physical_device_properties2", - "VK_EXT_zero_initialize_device_memory+VK_VERSION_1_1", - ] - )] public static Utf8String ExtZeroInitializeDeviceMemoryExtensionName => "VK_EXT_zero_initialize_device_memory"u8; [NativeTypeName("#define VK_EXT_SHADER_64BIT_INDEXING_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_64bit_indexing"], - ImpliesSets = [ - "VK_EXT_shader_64bit_indexing+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_64bit_indexing+VK_VERSION_1_1", - ] - )] public const int ExtShader64BitIndexingSpecVersion = 1; [NativeTypeName( "#define VK_EXT_SHADER_64BIT_INDEXING_EXTENSION_NAME \"VK_EXT_shader_64bit_indexing\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_64bit_indexing"], - ImpliesSets = [ - "VK_EXT_shader_64bit_indexing+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_64bit_indexing+VK_VERSION_1_1", - ] - )] public static Utf8String ExtShader64BitIndexingExtensionName => "VK_EXT_shader_64bit_indexing"u8; [NativeTypeName("#define VK_DATA_GRAPH_MODEL_TOOLCHAIN_VERSION_LENGTH_QCOM 3U")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public const uint DataGraphModelToolchainVersionLengthQCOM = 3U; [NativeTypeName("#define VK_QCOM_DATA_GRAPH_MODEL_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public const int QcomDataGraphModelSpecVersion = 1; [NativeTypeName("#define VK_QCOM_DATA_GRAPH_MODEL_EXTENSION_NAME \"VK_QCOM_data_graph_model\"")] - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_data_graph_model"], - ImpliesSets = ["VK_ARM_data_graph"] - )] public static Utf8String QcomDataGraphModelExtensionName => "VK_QCOM_data_graph_model"u8; [NativeTypeName("#define VK_SEC_PIPELINE_CACHE_INCREMENTAL_MODE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_SEC_pipeline_cache_incremental_mode"], - ImpliesSets = [ - "VK_SEC_pipeline_cache_incremental_mode+VK_KHR_get_physical_device_properties2", - "VK_SEC_pipeline_cache_incremental_mode+VK_VERSION_1_1", - ] - )] public const int SecPipelineCacheIncrementalModeSpecVersion = 1; [NativeTypeName( "#define VK_SEC_PIPELINE_CACHE_INCREMENTAL_MODE_EXTENSION_NAME \"VK_SEC_pipeline_cache_incremental_mode\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_SEC_pipeline_cache_incremental_mode"], - ImpliesSets = [ - "VK_SEC_pipeline_cache_incremental_mode+VK_KHR_get_physical_device_properties2", - "VK_SEC_pipeline_cache_incremental_mode+VK_VERSION_1_1", - ] - )] public static Utf8String SecPipelineCacheIncrementalModeExtensionName => "VK_SEC_pipeline_cache_incremental_mode"u8; [NativeTypeName("#define VK_EXT_SHADER_UNIFORM_BUFFER_UNSIZED_ARRAY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_uniform_buffer_unsized_array"], - ImpliesSets = [ - "VK_EXT_shader_uniform_buffer_unsized_array+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_uniform_buffer_unsized_array+VK_VERSION_1_1", - ] - )] public const int ExtShaderUniformBufferUnsizedArraySpecVersion = 1; [NativeTypeName( "#define VK_EXT_SHADER_UNIFORM_BUFFER_UNSIZED_ARRAY_EXTENSION_NAME \"VK_EXT_shader_uniform_buffer_unsized_array\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_uniform_buffer_unsized_array"], - ImpliesSets = [ - "VK_EXT_shader_uniform_buffer_unsized_array+VK_KHR_get_physical_device_properties2", - "VK_EXT_shader_uniform_buffer_unsized_array+VK_VERSION_1_1", - ] - )] public static Utf8String ExtShaderUniformBufferUnsizedArrayExtensionName => "VK_EXT_shader_uniform_buffer_unsized_array"u8; [NativeTypeName("#define VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION 13")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public const int KhrAccelerationStructureSpecVersion = 13; [NativeTypeName( "#define VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME \"VK_KHR_acceleration_structure\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public static Utf8String KhrAccelerationStructureExtensionName => "VK_KHR_acceleration_structure"u8; [NativeTypeName("#define VK_KHR_RAY_TRACING_PIPELINE_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public const int KhrRayTracingPipelineSpecVersion = 1; [NativeTypeName( "#define VK_KHR_RAY_TRACING_PIPELINE_EXTENSION_NAME \"VK_KHR_ray_tracing_pipeline\"" )] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public static Utf8String KhrRayTracingPipelineExtensionName => "VK_KHR_ray_tracing_pipeline"u8; [NativeTypeName("#define VK_KHR_RAY_QUERY_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_query"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public const int KhrRayQuerySpecVersion = 1; [NativeTypeName("#define VK_KHR_RAY_QUERY_EXTENSION_NAME \"VK_KHR_ray_query\"")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_query"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] public static Utf8String KhrRayQueryExtensionName => "VK_KHR_ray_query"u8; [NativeTypeName("#define VK_EXT_MESH_SHADER_SPEC_VERSION 1")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public const int ExtMeshShaderSpecVersion = 1; [NativeTypeName("#define VK_EXT_MESH_SHADER_EXTENSION_NAME \"VK_EXT_mesh_shader\"")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] public static Utf8String ExtMeshShaderExtensionName => "VK_EXT_mesh_shader"u8; - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireDrmDisplayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.AcquireDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[0] is not null and var loadedFnPtr ? loadedFnPtr : _slots[0] = nativeContext.LoadFunction("vkAcquireDrmDisplayEXT", "vulkan") ) )(physicalDevice, drmFd, display); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireDrmDisplayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result AcquireDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ) => ThisThread.AcquireDrmDisplayEXT(physicalDevice, drmFd, display); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.AcquireNextImage2KHR( @@ -108781,12 +61848,6 @@ _slots[1] is not null and var loadedFnPtr ) )(device, pAcquireInfo, pImageIndex); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result AcquireNextImage2KHR( @@ -108795,12 +61856,6 @@ public static Result AcquireNextImage2KHR( [NativeTypeName("uint32_t *")] uint* pImageIndex ) => ThisThread.AcquireNextImage2KHR(device, pAcquireInfo, pImageIndex); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -108819,12 +61874,6 @@ Result IVk.AcquireNextImage2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -108835,12 +61884,11 @@ public static Result AcquireNextImage2KHR( [NativeTypeName("uint32_t *")] Ref pImageIndex ) => ThisThread.AcquireNextImage2KHR(device, pAcquireInfo, pImageIndex); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, @@ -108849,7 +61897,7 @@ Result IVk.AcquireNextImageKHR( ( (delegate* unmanaged< DeviceHandle, - SwapchainKHRHandle, + SwapchainHandleKHR, ulong, SemaphoreHandle, FenceHandle, @@ -108861,25 +61909,23 @@ _slots[2] is not null and var loadedFnPtr ) )(device, swapchain, timeout, semaphore, fence, pImageIndex); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, [NativeTypeName("uint32_t *")] uint* pImageIndex ) => ThisThread.AcquireNextImageKHR(device, swapchain, timeout, semaphore, fence, pImageIndex); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, @@ -108900,34 +61946,32 @@ Result IVk.AcquireNextImageKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireNextImageKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result AcquireNextImageKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong timeout, [NativeTypeName("VkSemaphore")] SemaphoreHandle semaphore, [NativeTypeName("VkFence")] FenceHandle fence, [NativeTypeName("uint32_t *")] Ref pImageIndex ) => ThisThread.AcquireNextImageKHR(device, swapchain, timeout, semaphore, fence, pImageIndex); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.AcquirePerformanceConfigurationIntel( + Result IVk.AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - PerformanceConfigurationAcquireInfoIntel* pAcquireInfo, + PerformanceConfigurationAcquireInfoINTEL* pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - PerformanceConfigurationIntelHandle* pConfiguration + PerformanceConfigurationHandleINTEL* pConfiguration ) => ( (delegate* unmanaged< DeviceHandle, - PerformanceConfigurationAcquireInfoIntel*, - PerformanceConfigurationIntelHandle*, + PerformanceConfigurationAcquireInfoINTEL*, + PerformanceConfigurationHandleINTEL*, Result>)( _slots[3] is not null and var loadedFnPtr ? loadedFnPtr @@ -108938,34 +61982,32 @@ _slots[3] is not null and var loadedFnPtr ) )(device, pAcquireInfo, pConfiguration); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result AcquirePerformanceConfigurationIntel( + public static Result AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - PerformanceConfigurationAcquireInfoIntel* pAcquireInfo, + PerformanceConfigurationAcquireInfoINTEL* pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - PerformanceConfigurationIntelHandle* pConfiguration - ) => ThisThread.AcquirePerformanceConfigurationIntel(device, pAcquireInfo, pConfiguration); + PerformanceConfigurationHandleINTEL* pConfiguration + ) => ThisThread.AcquirePerformanceConfigurationINTEL(device, pAcquireInfo, pConfiguration); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.AcquirePerformanceConfigurationIntel( + Result IVk.AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - Ref pAcquireInfo, + Ref pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - Ref pConfiguration + Ref pConfiguration ) { - fixed (PerformanceConfigurationIntelHandle* __dsl_pConfiguration = pConfiguration) - fixed (PerformanceConfigurationAcquireInfoIntel* __dsl_pAcquireInfo = pAcquireInfo) + fixed (PerformanceConfigurationHandleINTEL* __dsl_pConfiguration = pConfiguration) + fixed (PerformanceConfigurationAcquireInfoINTEL* __dsl_pAcquireInfo = pAcquireInfo) { return (Result) - ((IVk)this).AcquirePerformanceConfigurationIntel( + ((IVk)this).AcquirePerformanceConfigurationINTEL( device, __dsl_pAcquireInfo, __dsl_pConfiguration @@ -108973,26 +62015,17 @@ Ref pConfiguration } } - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquirePerformanceConfigurationINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result AcquirePerformanceConfigurationIntel( + public static Result AcquirePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkPerformanceConfigurationAcquireInfoINTEL *")] - Ref pAcquireInfo, + Ref pAcquireInfo, [NativeTypeName("VkPerformanceConfigurationINTEL *")] - Ref pConfiguration - ) => ThisThread.AcquirePerformanceConfigurationIntel(device, pAcquireInfo, pConfiguration); + Ref pConfiguration + ) => ThisThread.AcquirePerformanceConfigurationINTEL(device, pAcquireInfo, pConfiguration); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.AcquireProfilingLockKHR( @@ -109007,14 +62040,6 @@ _slots[4] is not null and var loadedFnPtr ) )(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result AcquireProfilingLockKHR( @@ -109022,14 +62047,6 @@ public static Result AcquireProfilingLockKHR( [NativeTypeName("const VkAcquireProfilingLockInfoKHR *")] AcquireProfilingLockInfoKHR* pInfo ) => ThisThread.AcquireProfilingLockKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109045,14 +62062,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAcquireProfilingLockKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109062,32 +62071,6 @@ public static Result AcquireProfilingLockKHR( Ref pInfo ) => ThisThread.AcquireProfilingLockKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.AllocateCommandBuffers( @@ -109108,32 +62091,6 @@ _slots[5] is not null and var loadedFnPtr ) )(device, pAllocateInfo, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result AllocateCommandBuffers( @@ -109143,32 +62100,6 @@ public static Result AllocateCommandBuffers( [NativeTypeName("VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ) => ThisThread.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109191,32 +62122,6 @@ Result IVk.AllocateCommandBuffers( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateCommandBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109227,27 +62132,6 @@ public static Result AllocateCommandBuffers( [NativeTypeName("VkCommandBuffer *")] Ref pCommandBuffers ) => ThisThread.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.AllocateDescriptorSets( @@ -109268,27 +62152,6 @@ _slots[6] is not null and var loadedFnPtr ) )(device, pAllocateInfo, pDescriptorSets); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result AllocateDescriptorSets( @@ -109298,27 +62161,6 @@ public static Result AllocateDescriptorSets( [NativeTypeName("VkDescriptorSet *")] DescriptorSetHandle* pDescriptorSets ) => ThisThread.AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109341,27 +62183,6 @@ Result IVk.AllocateDescriptorSets( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109372,32 +62193,6 @@ public static Result AllocateDescriptorSets( [NativeTypeName("VkDescriptorSet *")] Ref pDescriptorSets ) => ThisThread.AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.AllocateMemory( @@ -109419,32 +62214,6 @@ _slots[7] is not null and var loadedFnPtr ) )(device, pAllocateInfo, pAllocator, pMemory); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result AllocateMemory( @@ -109454,32 +62223,6 @@ public static Result AllocateMemory( [NativeTypeName("VkDeviceMemory *")] DeviceMemoryHandle* pMemory ) => ThisThread.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109504,32 +62247,6 @@ Result IVk.AllocateMemory( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAllocateMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109540,14 +62257,6 @@ public static Result AllocateMemory( [NativeTypeName("VkDeviceMemory *")] Ref pMemory ) => ThisThread.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.AntiLagUpdateAMD( @@ -109562,14 +62271,6 @@ _slots[8] is not null and var loadedFnPtr ) )(device, pData); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void AntiLagUpdateAMD( @@ -109577,14 +62278,6 @@ public static void AntiLagUpdateAMD( [NativeTypeName("const VkAntiLagDataAMD *")] AntiLagDataAMD* pData ) => ThisThread.AntiLagUpdateAMD(device, pData); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109599,14 +62292,6 @@ void IVk.AntiLagUpdateAMD( } } - [SupportedApiProfile( - "vulkan", - ["VK_AMD_anti_lag"], - ImpliesSets = [ - "VK_AMD_anti_lag+VK_KHR_get_physical_device_properties2", - "VK_AMD_anti_lag+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkAntiLagUpdateAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109615,32 +62300,6 @@ public static void AntiLagUpdateAMD( [NativeTypeName("const VkAntiLagDataAMD *")] Ref pData ) => ThisThread.AntiLagUpdateAMD(device, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BeginCommandBuffer( @@ -109655,32 +62314,6 @@ _slots[9] is not null and var loadedFnPtr ) )(commandBuffer, pBeginInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BeginCommandBuffer( @@ -109688,32 +62321,6 @@ public static Result BeginCommandBuffer( [NativeTypeName("const VkCommandBufferBeginInfo *")] CommandBufferBeginInfo* pBeginInfo ) => ThisThread.BeginCommandBuffer(commandBuffer, pBeginInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109728,32 +62335,6 @@ Result IVk.BeginCommandBuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBeginCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109762,14 +62343,6 @@ public static Result BeginCommandBuffer( [NativeTypeName("const VkCommandBufferBeginInfo *")] Ref pBeginInfo ) => ThisThread.BeginCommandBuffer(commandBuffer, pBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BindAccelerationStructureMemoryNV( @@ -109793,14 +62366,6 @@ _slots[10] is not null and var loadedFnPtr ) )(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BindAccelerationStructureMemoryNV( @@ -109810,14 +62375,6 @@ public static Result BindAccelerationStructureMemoryNV( BindAccelerationStructureMemoryInfoNV* pBindInfos ) => ThisThread.BindAccelerationStructureMemoryNV(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109839,14 +62396,6 @@ Ref pBindInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindAccelerationStructureMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -109857,32 +62406,6 @@ public static Result BindAccelerationStructureMemoryNV( Ref pBindInfos ) => ThisThread.BindAccelerationStructureMemoryNV(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BindBufferMemory( @@ -109899,32 +62422,6 @@ _slots[11] is not null and var loadedFnPtr ) )(device, buffer, memory, memoryOffset); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BindBufferMemory( @@ -109934,28 +62431,6 @@ public static Result BindBufferMemory( [NativeTypeName("VkDeviceSize")] ulong memoryOffset ) => ThisThread.BindBufferMemory(device, buffer, memory, memoryOffset); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BindBufferMemory2( @@ -109971,28 +62446,6 @@ _slots[12] is not null and var loadedFnPtr ) )(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BindBufferMemory2( @@ -110001,28 +62454,6 @@ public static Result BindBufferMemory2( [NativeTypeName("const VkBindBufferMemoryInfo *")] BindBufferMemoryInfo* pBindInfos ) => ThisThread.BindBufferMemory2(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110038,28 +62469,6 @@ Result IVk.BindBufferMemory2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110069,7 +62478,6 @@ public static Result BindBufferMemory2( [NativeTypeName("const VkBindBufferMemoryInfo *")] Ref pBindInfos ) => ThisThread.BindBufferMemory2(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BindBufferMemory2KHR( @@ -110085,7 +62493,6 @@ _slots[13] is not null and var loadedFnPtr ) )(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BindBufferMemory2KHR( @@ -110094,7 +62501,6 @@ public static Result BindBufferMemory2KHR( [NativeTypeName("const VkBindBufferMemoryInfo *")] BindBufferMemoryInfo* pBindInfos ) => ThisThread.BindBufferMemory2KHR(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110111,7 +62517,6 @@ Result IVk.BindBufferMemory2KHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindBufferMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110121,11 +62526,6 @@ public static Result BindBufferMemory2KHR( [NativeTypeName("const VkBindBufferMemoryInfo *")] Ref pBindInfos ) => ThisThread.BindBufferMemory2KHR(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BindDataGraphPipelineSessionMemoryARM( @@ -110149,11 +62549,6 @@ _slots[14] is not null and var loadedFnPtr ) )(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BindDataGraphPipelineSessionMemoryARM( @@ -110163,11 +62558,6 @@ public static Result BindDataGraphPipelineSessionMemoryARM( BindDataGraphPipelineSessionMemoryInfoARM* pBindInfos ) => ThisThread.BindDataGraphPipelineSessionMemoryARM(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110189,11 +62579,6 @@ Ref pBindInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindDataGraphPipelineSessionMemoryARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110204,32 +62589,6 @@ public static Result BindDataGraphPipelineSessionMemoryARM( Ref pBindInfos ) => ThisThread.BindDataGraphPipelineSessionMemoryARM(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BindImageMemory( @@ -110246,32 +62605,6 @@ _slots[15] is not null and var loadedFnPtr ) )(device, image, memory, memoryOffset); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BindImageMemory( @@ -110281,28 +62614,6 @@ public static Result BindImageMemory( [NativeTypeName("VkDeviceSize")] ulong memoryOffset ) => ThisThread.BindImageMemory(device, image, memory, memoryOffset); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BindImageMemory2( @@ -110318,28 +62629,6 @@ _slots[16] is not null and var loadedFnPtr ) )(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BindImageMemory2( @@ -110348,28 +62637,6 @@ public static Result BindImageMemory2( [NativeTypeName("const VkBindImageMemoryInfo *")] BindImageMemoryInfo* pBindInfos ) => ThisThread.BindImageMemory2(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110385,28 +62652,6 @@ Result IVk.BindImageMemory2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110416,7 +62661,6 @@ public static Result BindImageMemory2( [NativeTypeName("const VkBindImageMemoryInfo *")] Ref pBindInfos ) => ThisThread.BindImageMemory2(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BindImageMemory2KHR( @@ -110432,7 +62676,6 @@ _slots[17] is not null and var loadedFnPtr ) )(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BindImageMemory2KHR( @@ -110441,7 +62684,6 @@ public static Result BindImageMemory2KHR( [NativeTypeName("const VkBindImageMemoryInfo *")] BindImageMemoryInfo* pBindInfos ) => ThisThread.BindImageMemory2KHR(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110457,7 +62699,6 @@ Result IVk.BindImageMemory2KHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_bind_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindImageMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110467,20 +62708,11 @@ public static Result BindImageMemory2KHR( [NativeTypeName("const VkBindImageMemoryInfo *")] Ref pBindInfos ) => ThisThread.BindImageMemory2KHR(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindOpticalFlowSessionImageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BindOpticalFlowSessionImageNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, OpticalFlowSessionBindingPointNV bindingPoint, [NativeTypeName("VkImageView")] ImageViewHandle view, ImageLayout layout @@ -110488,7 +62720,7 @@ ImageLayout layout ( (delegate* unmanaged< DeviceHandle, - OpticalFlowSessionNVHandle, + OpticalFlowSessionHandleNV, OpticalFlowSessionBindingPointNV, ImageViewHandle, ImageLayout, @@ -110502,26 +62734,16 @@ _slots[18] is not null and var loadedFnPtr ) )(device, session, bindingPoint, view, layout); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBindOpticalFlowSessionImageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BindOpticalFlowSessionImageNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, OpticalFlowSessionBindingPointNV bindingPoint, [NativeTypeName("VkImageView")] ImageViewHandle view, ImageLayout layout ) => ThisThread.BindOpticalFlowSessionImageNV(device, session, bindingPoint, view, layout); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BindTensorMemoryARM( @@ -110537,7 +62759,6 @@ _slots[19] is not null and var loadedFnPtr ) )(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BindTensorMemoryARM( @@ -110546,7 +62767,6 @@ public static Result BindTensorMemoryARM( [NativeTypeName("const VkBindTensorMemoryInfoARM *")] BindTensorMemoryInfoARM* pBindInfos ) => ThisThread.BindTensorMemoryARM(device, bindInfoCount, pBindInfos); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110563,7 +62783,6 @@ Ref pBindInfos } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindTensorMemoryARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110574,16 +62793,11 @@ public static Result BindTensorMemoryARM( Ref pBindInfos ) => ThisThread.BindTensorMemoryARM(device, bindInfoCount, pBindInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] BindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos @@ -110591,7 +62805,7 @@ Result IVk.BindVideoSessionMemoryKHR( ( (delegate* unmanaged< DeviceHandle, - VideoSessionKHRHandle, + VideoSessionHandleKHR, uint, BindVideoSessionMemoryInfoKHR*, Result>)( @@ -110604,16 +62818,11 @@ _slots[20] is not null and var loadedFnPtr ) )(device, videoSession, bindSessionMemoryInfoCount, pBindSessionMemoryInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] BindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos @@ -110625,17 +62834,12 @@ public static Result BindVideoSessionMemoryKHR( pBindSessionMemoryInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] Ref pBindSessionMemoryInfos @@ -110655,17 +62859,12 @@ Ref pBindSessionMemoryInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBindVideoSessionMemoryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BindVideoSessionMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t")] uint bindSessionMemoryInfoCount, [NativeTypeName("const VkBindVideoSessionMemoryInfoKHR *")] Ref pBindSessionMemoryInfos @@ -110677,19 +62876,11 @@ Ref pBindSessionMemoryInfos pBindSessionMemoryInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] AccelerationStructureBuildGeometryInfoKHR* pInfos, @@ -110699,7 +62890,7 @@ Result IVk.BuildAccelerationStructuresKHR( ( (delegate* unmanaged< DeviceHandle, - DeferredOperationKHRHandle, + DeferredOperationHandleKHR, uint, AccelerationStructureBuildGeometryInfoKHR*, AccelerationStructureBuildRangeInfoKHR**, @@ -110713,19 +62904,11 @@ _slots[21] is not null and var loadedFnPtr ) )(device, deferredOperation, infoCount, pInfos, ppBuildRangeInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] AccelerationStructureBuildGeometryInfoKHR* pInfos, @@ -110740,20 +62923,12 @@ public static Result BuildAccelerationStructuresKHR( ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] Ref pInfos, @@ -110775,20 +62950,12 @@ Ref2D ppBuildRangeInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildAccelerationStructuresKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BuildAccelerationStructuresKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkAccelerationStructureBuildGeometryInfoKHR *")] Ref pInfos, @@ -110803,26 +62970,18 @@ Ref2D ppBuildRangeInfos ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ) => ( (delegate* unmanaged< DeviceHandle, - DeferredOperationKHRHandle, + DeferredOperationHandleKHR, uint, MicromapBuildInfoEXT*, Result>)( @@ -110832,37 +62991,21 @@ _slots[22] is not null and var loadedFnPtr ) )(device, deferredOperation, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ) => ThisThread.BuildMicromapsEXT(device, deferredOperation, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] Ref pInfos ) @@ -110874,32 +63017,16 @@ Result IVk.BuildMicromapsEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkBuildMicromapsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result BuildMicromapsEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("uint32_t")] uint infoCount, [NativeTypeName("const VkMicromapBuildInfoEXT *")] Ref pInfos ) => ThisThread.BuildMicromapsEXT(device, deferredOperation, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBeginConditionalRenderingEXT( @@ -110918,14 +63045,6 @@ _slots[23] is not null and var loadedFnPtr ) )(commandBuffer, pConditionalRenderingBegin); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBeginConditionalRenderingEXT( @@ -110934,14 +63053,6 @@ public static void CmdBeginConditionalRenderingEXT( ConditionalRenderingBeginInfoEXT* pConditionalRenderingBegin ) => ThisThread.CmdBeginConditionalRenderingEXT(commandBuffer, pConditionalRenderingBegin); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110963,14 +63074,6 @@ Ref pConditionalRenderingBegin } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginConditionalRenderingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -110980,7 +63083,6 @@ public static void CmdBeginConditionalRenderingEXT( Ref pConditionalRenderingBegin ) => ThisThread.CmdBeginConditionalRenderingEXT(commandBuffer, pConditionalRenderingBegin); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBeginDebugUtilsLabelEXT( @@ -110998,7 +63100,6 @@ _slots[24] is not null and var loadedFnPtr ) )(commandBuffer, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBeginDebugUtilsLabelEXT( @@ -111006,7 +63107,6 @@ public static void CmdBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ) => ThisThread.CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111021,7 +63121,6 @@ void IVk.CmdBeginDebugUtilsLabelEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111030,14 +63129,6 @@ public static void CmdBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ) => ThisThread.CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBeginPerTileExecutionQCOM( @@ -111055,14 +63146,6 @@ _slots[25] is not null and var loadedFnPtr ) )(commandBuffer, pPerTileBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBeginPerTileExecutionQCOM( @@ -111070,14 +63153,6 @@ public static void CmdBeginPerTileExecutionQCOM( [NativeTypeName("const VkPerTileBeginInfoQCOM *")] PerTileBeginInfoQCOM* pPerTileBeginInfo ) => ThisThread.CmdBeginPerTileExecutionQCOM(commandBuffer, pPerTileBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111093,14 +63168,6 @@ Ref pPerTileBeginInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginPerTileExecutionQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111110,32 +63177,6 @@ public static void CmdBeginPerTileExecutionQCOM( Ref pPerTileBeginInfo ) => ThisThread.CmdBeginPerTileExecutionQCOM(commandBuffer, pPerTileBeginInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBeginQuery( @@ -111157,32 +63198,6 @@ _slots[26] is not null and var loadedFnPtr ) )(commandBuffer, queryPool, query, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBeginQuery( @@ -111192,14 +63207,6 @@ public static void CmdBeginQuery( [NativeTypeName("VkQueryControlFlags")] QueryControlFlags flags ) => ThisThread.CmdBeginQuery(commandBuffer, queryPool, query, flags); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginQueryIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBeginQueryIndexedEXT( @@ -111223,14 +63230,6 @@ _slots[27] is not null and var loadedFnPtr ) )(commandBuffer, queryPool, query, flags, index); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginQueryIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBeginQueryIndexedEXT( @@ -111241,11 +63240,6 @@ public static void CmdBeginQueryIndexedEXT( [NativeTypeName("uint32_t")] uint index ) => ThisThread.CmdBeginQueryIndexedEXT(commandBuffer, queryPool, query, flags, index); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBeginRendering( @@ -111260,11 +63254,6 @@ _slots[28] is not null and var loadedFnPtr ) )(commandBuffer, pRenderingInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBeginRendering( @@ -111272,11 +63261,6 @@ public static void CmdBeginRendering( [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo ) => ThisThread.CmdBeginRendering(commandBuffer, pRenderingInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111291,11 +63275,6 @@ void IVk.CmdBeginRendering( } } - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRendering")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111304,15 +63283,6 @@ public static void CmdBeginRendering( [NativeTypeName("const VkRenderingInfo *")] Ref pRenderingInfo ) => ThisThread.CmdBeginRendering(commandBuffer, pRenderingInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBeginRenderingKHR( @@ -111327,15 +63297,6 @@ _slots[29] is not null and var loadedFnPtr ) )(commandBuffer, pRenderingInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBeginRenderingKHR( @@ -111343,15 +63304,6 @@ public static void CmdBeginRenderingKHR( [NativeTypeName("const VkRenderingInfo *")] RenderingInfo* pRenderingInfo ) => ThisThread.CmdBeginRenderingKHR(commandBuffer, pRenderingInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111366,15 +63318,6 @@ void IVk.CmdBeginRenderingKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111383,22 +63326,6 @@ public static void CmdBeginRenderingKHR( [NativeTypeName("const VkRenderingInfo *")] Ref pRenderingInfo ) => ThisThread.CmdBeginRenderingKHR(commandBuffer, pRenderingInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBeginRenderPass( @@ -111414,22 +63341,6 @@ _slots[30] is not null and var loadedFnPtr ) )(commandBuffer, pRenderPassBegin, contents); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBeginRenderPass( @@ -111438,22 +63349,6 @@ public static void CmdBeginRenderPass( SubpassContents contents ) => ThisThread.CmdBeginRenderPass(commandBuffer, pRenderPassBegin, contents); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111469,22 +63364,6 @@ SubpassContents contents } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111494,18 +63373,6 @@ public static void CmdBeginRenderPass( SubpassContents contents ) => ThisThread.CmdBeginRenderPass(commandBuffer, pRenderPassBegin, contents); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBeginRenderPass2( @@ -111525,18 +63392,6 @@ _slots[31] is not null and var loadedFnPtr ) )(commandBuffer, pRenderPassBegin, pSubpassBeginInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBeginRenderPass2( @@ -111545,18 +63400,6 @@ public static void CmdBeginRenderPass2( [NativeTypeName("const VkSubpassBeginInfo *")] SubpassBeginInfo* pSubpassBeginInfo ) => ThisThread.CmdBeginRenderPass2(commandBuffer, pRenderPassBegin, pSubpassBeginInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111577,18 +63420,6 @@ void IVk.CmdBeginRenderPass2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111598,11 +63429,6 @@ public static void CmdBeginRenderPass2( [NativeTypeName("const VkSubpassBeginInfo *")] Ref pSubpassBeginInfo ) => ThisThread.CmdBeginRenderPass2(commandBuffer, pRenderPassBegin, pSubpassBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBeginRenderPass2KHR( @@ -111622,11 +63448,6 @@ _slots[32] is not null and var loadedFnPtr ) )(commandBuffer, pRenderPassBegin, pSubpassBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBeginRenderPass2KHR( @@ -111635,11 +63456,6 @@ public static void CmdBeginRenderPass2KHR( [NativeTypeName("const VkSubpassBeginInfo *")] SubpassBeginInfo* pSubpassBeginInfo ) => ThisThread.CmdBeginRenderPass2KHR(commandBuffer, pRenderPassBegin, pSubpassBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111660,11 +63476,6 @@ void IVk.CmdBeginRenderPass2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginRenderPass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111674,14 +63485,6 @@ public static void CmdBeginRenderPass2KHR( [NativeTypeName("const VkSubpassBeginInfo *")] Ref pSubpassBeginInfo ) => ThisThread.CmdBeginRenderPass2KHR(commandBuffer, pRenderPassBegin, pSubpassBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBeginTransformFeedbackEXT( @@ -111708,14 +63511,6 @@ _slots[33] is not null and var loadedFnPtr pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBeginTransformFeedbackEXT( @@ -111733,14 +63528,6 @@ public static void CmdBeginTransformFeedbackEXT( pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111765,14 +63552,6 @@ void IVk.CmdBeginTransformFeedbackEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111791,11 +63570,6 @@ public static void CmdBeginTransformFeedbackEXT( pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBeginVideoCodingKHR( @@ -111810,11 +63584,6 @@ _slots[34] is not null and var loadedFnPtr ) )(commandBuffer, pBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBeginVideoCodingKHR( @@ -111822,11 +63591,6 @@ public static void CmdBeginVideoCodingKHR( [NativeTypeName("const VkVideoBeginCodingInfoKHR *")] VideoBeginCodingInfoKHR* pBeginInfo ) => ThisThread.CmdBeginVideoCodingKHR(commandBuffer, pBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111842,11 +63606,6 @@ Ref pBeginInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBeginVideoCodingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111856,12 +63615,6 @@ public static void CmdBeginVideoCodingKHR( Ref pBeginInfo ) => ThisThread.CmdBeginVideoCodingKHR(commandBuffer, pBeginInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindDescriptorBufferEmbeddedSamplers2EXT( @@ -111883,12 +63636,6 @@ _slots[35] is not null and var loadedFnPtr ) )(commandBuffer, pBindDescriptorBufferEmbeddedSamplersInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindDescriptorBufferEmbeddedSamplers2EXT( @@ -111901,12 +63648,6 @@ public static void CmdBindDescriptorBufferEmbeddedSamplers2EXT( pBindDescriptorBufferEmbeddedSamplersInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111928,12 +63669,6 @@ Ref pBindDescriptorBufferEmbeddedSa } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -111947,16 +63682,6 @@ Ref pBindDescriptorBufferEmbeddedSa pBindDescriptorBufferEmbeddedSamplersInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindDescriptorBufferEmbeddedSamplersEXT( @@ -111981,16 +63706,6 @@ _slots[36] is not null and var loadedFnPtr ) )(commandBuffer, pipelineBindPoint, layout, set); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBufferEmbeddedSamplersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindDescriptorBufferEmbeddedSamplersEXT( @@ -112006,16 +63721,6 @@ public static void CmdBindDescriptorBufferEmbeddedSamplersEXT( set ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindDescriptorBuffersEXT( @@ -112035,16 +63740,6 @@ _slots[37] is not null and var loadedFnPtr ) )(commandBuffer, bufferCount, pBindingInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindDescriptorBuffersEXT( @@ -112054,16 +63749,6 @@ public static void CmdBindDescriptorBuffersEXT( DescriptorBufferBindingInfoEXT* pBindingInfos ) => ThisThread.CmdBindDescriptorBuffersEXT(commandBuffer, bufferCount, pBindingInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112084,16 +63769,6 @@ Ref pBindingInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112104,16 +63779,6 @@ public static void CmdBindDescriptorBuffersEXT( Ref pBindingInfos ) => ThisThread.CmdBindDescriptorBuffersEXT(commandBuffer, bufferCount, pBindingInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112128,16 +63793,6 @@ DescriptorBufferBindingInfoEXT pBindingInfos (DescriptorBufferBindingInfoEXT*)&pBindingInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112147,27 +63802,6 @@ public static void CmdBindDescriptorBuffersEXT( DescriptorBufferBindingInfoEXT pBindingInfos ) => ThisThread.CmdBindDescriptorBuffersEXT(commandBuffer, pBindingInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindDescriptorSets( @@ -112206,27 +63840,6 @@ _slots[38] is not null and var loadedFnPtr pDynamicOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindDescriptorSets( @@ -112250,27 +63863,6 @@ public static void CmdBindDescriptorSets( pDynamicOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112301,27 +63893,6 @@ void IVk.CmdBindDescriptorSets( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112346,11 +63917,6 @@ public static void CmdBindDescriptorSets( pDynamicOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindDescriptorSets2( @@ -112366,11 +63932,6 @@ _slots[39] is not null and var loadedFnPtr ) )(commandBuffer, pBindDescriptorSetsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindDescriptorSets2( @@ -112379,11 +63940,6 @@ public static void CmdBindDescriptorSets2( BindDescriptorSetsInfo* pBindDescriptorSetsInfo ) => ThisThread.CmdBindDescriptorSets2(commandBuffer, pBindDescriptorSetsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112399,11 +63955,6 @@ Ref pBindDescriptorSetsInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112413,7 +63964,6 @@ public static void CmdBindDescriptorSets2( Ref pBindDescriptorSetsInfo ) => ThisThread.CmdBindDescriptorSets2(commandBuffer, pBindDescriptorSetsInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindDescriptorSets2KHR( @@ -112432,7 +63982,6 @@ _slots[40] is not null and var loadedFnPtr ) )(commandBuffer, pBindDescriptorSetsInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindDescriptorSets2KHR( @@ -112441,7 +63990,6 @@ public static void CmdBindDescriptorSets2KHR( BindDescriptorSetsInfo* pBindDescriptorSetsInfo ) => ThisThread.CmdBindDescriptorSets2KHR(commandBuffer, pBindDescriptorSetsInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112457,7 +64005,6 @@ Ref pBindDescriptorSetsInfo } } - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindDescriptorSets2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112467,22 +64014,6 @@ public static void CmdBindDescriptorSets2KHR( Ref pBindDescriptorSetsInfo ) => ThisThread.CmdBindDescriptorSets2KHR(commandBuffer, pBindDescriptorSetsInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindIndexBuffer( @@ -112499,22 +64030,6 @@ _slots[41] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, indexType); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindIndexBuffer( @@ -112524,11 +64039,6 @@ public static void CmdBindIndexBuffer( IndexType indexType ) => ThisThread.CmdBindIndexBuffer(commandBuffer, buffer, offset, indexType); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindIndexBuffer2( @@ -112546,11 +64056,6 @@ _slots[42] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, size, indexType); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindIndexBuffer2( @@ -112561,11 +64066,6 @@ public static void CmdBindIndexBuffer2( IndexType indexType ) => ThisThread.CmdBindIndexBuffer2(commandBuffer, buffer, offset, size, indexType); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindIndexBuffer2KHR( @@ -112583,11 +64083,6 @@ _slots[43] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, size, indexType); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindIndexBuffer2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindIndexBuffer2KHR( @@ -112598,17 +64093,9 @@ public static void CmdBindIndexBuffer2KHR( IndexType indexType ) => ThisThread.CmdBindIndexBuffer2KHR(commandBuffer, buffer, offset, size, indexType); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindInvocationMaskHUAWEI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IVk.CmdBindInvocationMaskHuawei( + void IVk.CmdBindInvocationMaskHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImageView")] ImageViewHandle imageView, ImageLayout imageLayout @@ -112624,43 +64111,14 @@ _slots[44] is not null and var loadedFnPtr ) )(commandBuffer, imageView, imageLayout); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_invocation_mask"], - ImpliesSets = [ - "VK_KHR_ray_tracing_pipeline+VK_KHR_synchronization2", - "VK_KHR_ray_tracing_pipeline+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindInvocationMaskHUAWEI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void CmdBindInvocationMaskHuawei( + public static void CmdBindInvocationMaskHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkImageView")] ImageViewHandle imageView, ImageLayout imageLayout - ) => ThisThread.CmdBindInvocationMaskHuawei(commandBuffer, imageView, imageLayout); + ) => ThisThread.CmdBindInvocationMaskHUAWEI(commandBuffer, imageView, imageLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindPipeline( @@ -112676,27 +64134,6 @@ _slots[45] is not null and var loadedFnPtr ) )(commandBuffer, pipelineBindPoint, pipeline); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindPipeline( @@ -112705,11 +64142,6 @@ public static void CmdBindPipeline( [NativeTypeName("VkPipeline")] PipelineHandle pipeline ) => ThisThread.CmdBindPipeline(commandBuffer, pipelineBindPoint, pipeline); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindPipelineShaderGroupNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindPipelineShaderGroupNV( @@ -112734,11 +64166,6 @@ _slots[46] is not null and var loadedFnPtr ) )(commandBuffer, pipelineBindPoint, pipeline, groupIndex); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindPipelineShaderGroupNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindPipelineShaderGroupNV( @@ -112754,29 +64181,20 @@ public static void CmdBindPipelineShaderGroupNV( groupIndex ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] ShaderStageFlags* pStages, - [NativeTypeName("const VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("const VkShaderEXT *")] ShaderHandleEXT* pShaders ) => ( (delegate* unmanaged< CommandBufferHandle, uint, ShaderStageFlags*, - ShaderEXTHandle*, + ShaderHandleEXT*, void>)( _slots[47] is not null and var loadedFnPtr ? loadedFnPtr @@ -112784,33 +64202,15 @@ _slots[47] is not null and var loadedFnPtr ) )(commandBuffer, stageCount, pStages, pShaders); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] ShaderStageFlags* pStages, - [NativeTypeName("const VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("const VkShaderEXT *")] ShaderHandleEXT* pShaders ) => ThisThread.CmdBindShadersEXT(commandBuffer, stageCount, pStages, pShaders); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112818,25 +64218,16 @@ void IVk.CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] Ref pStages, - [NativeTypeName("const VkShaderEXT *")] Ref pShaders + [NativeTypeName("const VkShaderEXT *")] Ref pShaders ) { - fixed (ShaderEXTHandle* __dsl_pShaders = pShaders) + fixed (ShaderHandleEXT* __dsl_pShaders = pShaders) fixed (ShaderStageFlags* __dsl_pStages = pStages) { ((IVk)this).CmdBindShadersEXT(commandBuffer, stageCount, __dsl_pStages, __dsl_pShaders); } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112844,17 +64235,9 @@ public static void CmdBindShadersEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint stageCount, [NativeTypeName("const VkShaderStageFlagBits *")] Ref pStages, - [NativeTypeName("const VkShaderEXT *")] Ref pShaders + [NativeTypeName("const VkShaderEXT *")] Ref pShaders ) => ThisThread.CmdBindShadersEXT(commandBuffer, stageCount, pStages, pShaders); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadingRateImageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindShadingRateImageNV( @@ -112873,14 +64256,6 @@ _slots[48] is not null and var loadedFnPtr ) )(commandBuffer, imageView, imageLayout); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindShadingRateImageNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindShadingRateImageNV( @@ -112889,14 +64264,6 @@ public static void CmdBindShadingRateImageNV( ImageLayout imageLayout ) => ThisThread.CmdBindShadingRateImageNV(commandBuffer, imageView, imageLayout); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindTileMemoryQCOM( @@ -112912,14 +64279,6 @@ _slots[49] is not null and var loadedFnPtr ) )(commandBuffer, pTileMemoryBindInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindTileMemoryQCOM( @@ -112928,14 +64287,6 @@ public static void CmdBindTileMemoryQCOM( TileMemoryBindInfoQCOM* pTileMemoryBindInfo ) => ThisThread.CmdBindTileMemoryQCOM(commandBuffer, pTileMemoryBindInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112951,14 +64302,6 @@ Ref pTileMemoryBindInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_memory_heap"], - ImpliesSets = [ - "VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTileMemoryQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -112968,14 +64311,6 @@ public static void CmdBindTileMemoryQCOM( Ref pTileMemoryBindInfo ) => ThisThread.CmdBindTileMemoryQCOM(commandBuffer, pTileMemoryBindInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindTransformFeedbackBuffersEXT( @@ -113004,14 +64339,6 @@ _slots[50] is not null and var loadedFnPtr ) )(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets, pSizes); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindTransformFeedbackBuffersEXT( @@ -113031,14 +64358,6 @@ public static void CmdBindTransformFeedbackBuffersEXT( pSizes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113066,14 +64385,6 @@ void IVk.CmdBindTransformFeedbackBuffersEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindTransformFeedbackBuffersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113094,22 +64405,6 @@ public static void CmdBindTransformFeedbackBuffersEXT( pSizes ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindVertexBuffers( @@ -113127,22 +64422,6 @@ _slots[51] is not null and var loadedFnPtr ) )(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindVertexBuffers( @@ -113160,22 +64439,6 @@ public static void CmdBindVertexBuffers( pOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113200,22 +64463,6 @@ void IVk.CmdBindVertexBuffers( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113234,11 +64481,6 @@ public static void CmdBindVertexBuffers( pOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindVertexBuffers2( @@ -113266,11 +64508,6 @@ _slots[52] is not null and var loadedFnPtr ) )(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets, pSizes, pStrides); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindVertexBuffers2( @@ -113292,11 +64529,6 @@ public static void CmdBindVertexBuffers2( pStrides ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113327,11 +64559,6 @@ void IVk.CmdBindVertexBuffers2( } } - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113354,14 +64581,6 @@ public static void CmdBindVertexBuffers2( pStrides ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBindVertexBuffers2EXT( @@ -113392,14 +64611,6 @@ _slots[53] is not null and var loadedFnPtr ) )(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets, pSizes, pStrides); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBindVertexBuffers2EXT( @@ -113421,14 +64632,6 @@ public static void CmdBindVertexBuffers2EXT( pStrides ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113459,14 +64662,6 @@ void IVk.CmdBindVertexBuffers2EXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBindVertexBuffers2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113489,22 +64684,6 @@ public static void CmdBindVertexBuffers2EXT( pStrides ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBlitImage( @@ -113543,22 +64722,6 @@ _slots[54] is not null and var loadedFnPtr filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBlitImage( @@ -113582,22 +64745,6 @@ Filter filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113627,22 +64774,6 @@ Filter filter } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113667,22 +64798,6 @@ Filter filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113706,22 +64821,6 @@ Filter filter filter ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113744,11 +64843,6 @@ Filter filter filter ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBlitImage2( @@ -113763,11 +64857,6 @@ _slots[55] is not null and var loadedFnPtr ) )(commandBuffer, pBlitImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBlitImage2( @@ -113775,11 +64864,6 @@ public static void CmdBlitImage2( [NativeTypeName("const VkBlitImageInfo2 *")] BlitImageInfo2* pBlitImageInfo ) => ThisThread.CmdBlitImage2(commandBuffer, pBlitImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113794,11 +64878,6 @@ void IVk.CmdBlitImage2( } } - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113807,14 +64886,6 @@ public static void CmdBlitImage2( [NativeTypeName("const VkBlitImageInfo2 *")] Ref pBlitImageInfo ) => ThisThread.CmdBlitImage2(commandBuffer, pBlitImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBlitImage2KHR( @@ -113829,14 +64900,6 @@ _slots[56] is not null and var loadedFnPtr ) )(commandBuffer, pBlitImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBlitImage2KHR( @@ -113844,14 +64907,6 @@ public static void CmdBlitImage2KHR( [NativeTypeName("const VkBlitImageInfo2 *")] BlitImageInfo2* pBlitImageInfo ) => ThisThread.CmdBlitImage2KHR(commandBuffer, pBlitImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113866,14 +64921,6 @@ void IVk.CmdBlitImage2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBlitImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113882,14 +64929,6 @@ public static void CmdBlitImage2KHR( [NativeTypeName("const VkBlitImageInfo2 *")] Ref pBlitImageInfo ) => ThisThread.CmdBlitImage2KHR(commandBuffer, pBlitImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBuildAccelerationStructureNV( @@ -113899,8 +64938,8 @@ void IVk.CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] uint update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ) => @@ -113911,8 +64950,8 @@ void IVk.CmdBuildAccelerationStructureNV( BufferHandle, ulong, uint, - AccelerationStructureNVHandle, - AccelerationStructureNVHandle, + AccelerationStructureHandleNV, + AccelerationStructureHandleNV, BufferHandle, ulong, void>)( @@ -113935,14 +64974,6 @@ _slots[57] is not null and var loadedFnPtr scratchOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBuildAccelerationStructureNV( @@ -113952,8 +64983,8 @@ public static void CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] uint update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ) => @@ -113969,14 +65000,6 @@ public static void CmdBuildAccelerationStructureNV( scratchOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -113987,8 +65010,8 @@ void IVk.CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] MaybeBool update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ) @@ -114009,14 +65032,6 @@ void IVk.CmdBuildAccelerationStructureNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114027,8 +65042,8 @@ public static void CmdBuildAccelerationStructureNV( [NativeTypeName("VkBuffer")] BufferHandle instanceData, [NativeTypeName("VkDeviceSize")] ulong instanceOffset, [NativeTypeName("VkBool32")] MaybeBool update, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, [NativeTypeName("VkBuffer")] BufferHandle scratch, [NativeTypeName("VkDeviceSize")] ulong scratchOffset ) => @@ -114044,14 +65059,6 @@ public static void CmdBuildAccelerationStructureNV( scratchOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBuildAccelerationStructuresIndirectKHR( @@ -114088,14 +65095,6 @@ _slots[58] is not null and var loadedFnPtr ppMaxPrimitiveCounts ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBuildAccelerationStructuresIndirectKHR( @@ -114116,14 +65115,6 @@ public static void CmdBuildAccelerationStructuresIndirectKHR( ppMaxPrimitiveCounts ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114153,14 +65144,6 @@ void IVk.CmdBuildAccelerationStructuresIndirectKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114182,14 +65165,6 @@ public static void CmdBuildAccelerationStructuresIndirectKHR( ppMaxPrimitiveCounts ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBuildAccelerationStructuresKHR( @@ -114216,14 +65191,6 @@ _slots[59] is not null and var loadedFnPtr ) )(commandBuffer, infoCount, pInfos, ppBuildRangeInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBuildAccelerationStructuresKHR( @@ -114241,14 +65208,6 @@ public static void CmdBuildAccelerationStructuresKHR( ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114273,14 +65232,6 @@ Ref2D ppBuildRangeInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildAccelerationStructuresKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114299,11 +65250,6 @@ Ref2D ppBuildRangeInfos ppBuildRangeInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBuildClusterAccelerationStructureIndirectNV( @@ -114325,11 +65271,6 @@ _slots[60] is not null and var loadedFnPtr ) )(commandBuffer, pCommandInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBuildClusterAccelerationStructureIndirectNV( @@ -114338,11 +65279,6 @@ public static void CmdBuildClusterAccelerationStructureIndirectNV( ClusterAccelerationStructureCommandsInfoNV* pCommandInfos ) => ThisThread.CmdBuildClusterAccelerationStructureIndirectNV(commandBuffer, pCommandInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114361,11 +65297,6 @@ Ref pCommandInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildClusterAccelerationStructureIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114375,14 +65306,6 @@ public static void CmdBuildClusterAccelerationStructureIndirectNV( Ref pCommandInfos ) => ThisThread.CmdBuildClusterAccelerationStructureIndirectNV(commandBuffer, pCommandInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBuildMicromapsEXT( @@ -114398,14 +65321,6 @@ _slots[61] is not null and var loadedFnPtr ) )(commandBuffer, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBuildMicromapsEXT( @@ -114414,14 +65329,6 @@ public static void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT* pInfos ) => ThisThread.CmdBuildMicromapsEXT(commandBuffer, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114437,14 +65344,6 @@ void IVk.CmdBuildMicromapsEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114454,14 +65353,6 @@ public static void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] Ref pInfos ) => ThisThread.CmdBuildMicromapsEXT(commandBuffer, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114470,14 +65361,6 @@ void IVk.CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT pInfos ) => ((IVk)this).CmdBuildMicromapsEXT(commandBuffer, 1, (MicromapBuildInfoEXT*)&pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildMicromapsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114486,11 +65369,6 @@ public static void CmdBuildMicromapsEXT( [NativeTypeName("const VkMicromapBuildInfoEXT *")] MicromapBuildInfoEXT pInfos ) => ThisThread.CmdBuildMicromapsEXT(commandBuffer, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdBuildPartitionedAccelerationStructuresNV( @@ -114512,11 +65390,6 @@ _slots[62] is not null and var loadedFnPtr ) )(commandBuffer, pBuildInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdBuildPartitionedAccelerationStructuresNV( @@ -114525,11 +65398,6 @@ public static void CmdBuildPartitionedAccelerationStructuresNV( BuildPartitionedAccelerationStructureInfoNV* pBuildInfo ) => ThisThread.CmdBuildPartitionedAccelerationStructuresNV(commandBuffer, pBuildInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114548,11 +65416,6 @@ Ref pBuildInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdBuildPartitionedAccelerationStructuresNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114562,22 +65425,6 @@ public static void CmdBuildPartitionedAccelerationStructuresNV( Ref pBuildInfo ) => ThisThread.CmdBuildPartitionedAccelerationStructuresNV(commandBuffer, pBuildInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdClearAttachments( @@ -114601,22 +65448,6 @@ _slots[63] is not null and var loadedFnPtr ) )(commandBuffer, attachmentCount, pAttachments, rectCount, pRects); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdClearAttachments( @@ -114634,22 +65465,6 @@ public static void CmdClearAttachments( pRects ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114674,22 +65489,6 @@ void IVk.CmdClearAttachments( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearAttachments")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114708,27 +65507,6 @@ public static void CmdClearAttachments( pRects ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdClearColorImage( @@ -114754,27 +65532,6 @@ _slots[64] is not null and var loadedFnPtr ) )(commandBuffer, image, imageLayout, pColor, rangeCount, pRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdClearColorImage( @@ -114794,27 +65551,6 @@ public static void CmdClearColorImage( pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114841,27 +65577,6 @@ void IVk.CmdClearColorImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114882,27 +65597,6 @@ public static void CmdClearColorImage( pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114927,27 +65621,6 @@ void IVk.CmdClearColorImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearColorImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -114959,22 +65632,6 @@ public static void CmdClearColorImage( [NativeTypeName("const VkImageSubresourceRange *")] ImageSubresourceRange pRanges ) => ThisThread.CmdClearColorImage(commandBuffer, image, imageLayout, pColor, pRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdClearDepthStencilImage( @@ -115003,22 +65660,6 @@ _slots[65] is not null and var loadedFnPtr ) )(commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdClearDepthStencilImage( @@ -115038,22 +65679,6 @@ public static void CmdClearDepthStencilImage( pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115081,22 +65706,6 @@ void IVk.CmdClearDepthStencilImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115118,22 +65727,6 @@ public static void CmdClearDepthStencilImage( pRanges ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115159,22 +65752,6 @@ void IVk.CmdClearDepthStencilImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdClearDepthStencilImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115194,11 +65771,6 @@ public static void CmdClearDepthStencilImage( pRanges ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdControlVideoCodingKHR( @@ -115217,11 +65789,6 @@ _slots[66] is not null and var loadedFnPtr ) )(commandBuffer, pCodingControlInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdControlVideoCodingKHR( @@ -115230,11 +65797,6 @@ public static void CmdControlVideoCodingKHR( VideoCodingControlInfoKHR* pCodingControlInfo ) => ThisThread.CmdControlVideoCodingKHR(commandBuffer, pCodingControlInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115250,11 +65812,6 @@ Ref pCodingControlInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdControlVideoCodingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115264,14 +65821,6 @@ public static void CmdControlVideoCodingKHR( Ref pCodingControlInfo ) => ThisThread.CmdControlVideoCodingKHR(commandBuffer, pCodingControlInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdConvertCooperativeVectorMatrixNV( @@ -115295,14 +65844,6 @@ _slots[67] is not null and var loadedFnPtr ) )(commandBuffer, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdConvertCooperativeVectorMatrixNV( @@ -115312,14 +65853,6 @@ public static void CmdConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV* pInfos ) => ThisThread.CmdConvertCooperativeVectorMatrixNV(commandBuffer, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115336,14 +65869,6 @@ Ref pInfos } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115354,14 +65879,6 @@ public static void CmdConvertCooperativeVectorMatrixNV( Ref pInfos ) => ThisThread.CmdConvertCooperativeVectorMatrixNV(commandBuffer, infoCount, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115376,14 +65893,6 @@ ConvertCooperativeVectorMatrixInfoNV pInfos (ConvertCooperativeVectorMatrixInfoNV*)&pInfos ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdConvertCooperativeVectorMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115393,14 +65902,6 @@ public static void CmdConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV pInfos ) => ThisThread.CmdConvertCooperativeVectorMatrixNV(commandBuffer, pInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyAccelerationStructureKHR( @@ -115419,14 +65920,6 @@ _slots[68] is not null and var loadedFnPtr ) )(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyAccelerationStructureKHR( @@ -115435,14 +65928,6 @@ public static void CmdCopyAccelerationStructureKHR( CopyAccelerationStructureInfoKHR* pInfo ) => ThisThread.CmdCopyAccelerationStructureKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115458,14 +65943,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115475,27 +65952,19 @@ public static void CmdCopyAccelerationStructureKHR( Ref pInfo ) => ThisThread.CmdCopyAccelerationStructureKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyAccelerationStructureNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, CopyAccelerationStructureModeKHR mode ) => ( (delegate* unmanaged< CommandBufferHandle, - AccelerationStructureNVHandle, - AccelerationStructureNVHandle, + AccelerationStructureHandleNV, + AccelerationStructureHandleNV, CopyAccelerationStructureModeKHR, void>)( _slots[69] is not null and var loadedFnPtr @@ -115507,31 +65976,15 @@ _slots[69] is not null and var loadedFnPtr ) )(commandBuffer, dst, src, mode); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyAccelerationStructureNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle dst, - [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureNVHandle src, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV dst, + [NativeTypeName("VkAccelerationStructureNV")] AccelerationStructureHandleNV src, CopyAccelerationStructureModeKHR mode ) => ThisThread.CmdCopyAccelerationStructureNV(commandBuffer, dst, src, mode); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyAccelerationStructureToMemoryKHR( @@ -115553,14 +66006,6 @@ _slots[70] is not null and var loadedFnPtr ) )(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyAccelerationStructureToMemoryKHR( @@ -115569,14 +66014,6 @@ public static void CmdCopyAccelerationStructureToMemoryKHR( CopyAccelerationStructureToMemoryInfoKHR* pInfo ) => ThisThread.CmdCopyAccelerationStructureToMemoryKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115592,14 +66029,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyAccelerationStructureToMemoryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115609,32 +66038,6 @@ public static void CmdCopyAccelerationStructureToMemoryKHR( Ref pInfo ) => ThisThread.CmdCopyAccelerationStructureToMemoryKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyBuffer( @@ -115658,32 +66061,6 @@ _slots[71] is not null and var loadedFnPtr ) )(commandBuffer, srcBuffer, dstBuffer, regionCount, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyBuffer( @@ -115694,32 +66071,6 @@ public static void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] BufferCopy* pRegions ) => ThisThread.CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer, regionCount, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115743,32 +66094,6 @@ void IVk.CmdCopyBuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115780,32 +66105,6 @@ public static void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] Ref pRegions ) => ThisThread.CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer, regionCount, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115816,32 +66115,6 @@ void IVk.CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] BufferCopy pRegions ) => ((IVk)this).CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer, 1, (BufferCopy*)&pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115852,20 +66125,6 @@ public static void CmdCopyBuffer( [NativeTypeName("const VkBufferCopy *")] BufferCopy pRegions ) => ThisThread.CmdCopyBuffer(commandBuffer, srcBuffer, dstBuffer, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyBuffer2( @@ -115880,20 +66139,6 @@ _slots[72] is not null and var loadedFnPtr ) )(commandBuffer, pCopyBufferInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyBuffer2( @@ -115901,20 +66146,6 @@ public static void CmdCopyBuffer2( [NativeTypeName("const VkCopyBufferInfo2 *")] CopyBufferInfo2* pCopyBufferInfo ) => ThisThread.CmdCopyBuffer2(commandBuffer, pCopyBufferInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115929,20 +66160,6 @@ void IVk.CmdCopyBuffer2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -115951,14 +66168,6 @@ public static void CmdCopyBuffer2( [NativeTypeName("const VkCopyBufferInfo2 *")] Ref pCopyBufferInfo ) => ThisThread.CmdCopyBuffer2(commandBuffer, pCopyBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyBuffer2KHR( @@ -115973,14 +66182,6 @@ _slots[73] is not null and var loadedFnPtr ) )(commandBuffer, pCopyBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyBuffer2KHR( @@ -115988,14 +66189,6 @@ public static void CmdCopyBuffer2KHR( [NativeTypeName("const VkCopyBufferInfo2 *")] CopyBufferInfo2* pCopyBufferInfo ) => ThisThread.CmdCopyBuffer2KHR(commandBuffer, pCopyBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116010,14 +66203,6 @@ void IVk.CmdCopyBuffer2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBuffer2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116026,32 +66211,6 @@ public static void CmdCopyBuffer2KHR( [NativeTypeName("const VkCopyBufferInfo2 *")] Ref pCopyBufferInfo ) => ThisThread.CmdCopyBuffer2KHR(commandBuffer, pCopyBufferInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyBufferToImage( @@ -116077,32 +66236,6 @@ _slots[74] is not null and var loadedFnPtr ) )(commandBuffer, srcBuffer, dstImage, dstImageLayout, regionCount, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyBufferToImage( @@ -116122,32 +66255,6 @@ public static void CmdCopyBufferToImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116173,32 +66280,6 @@ void IVk.CmdCopyBufferToImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116219,32 +66300,6 @@ public static void CmdCopyBufferToImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116264,32 +66319,6 @@ void IVk.CmdCopyBufferToImage( (BufferImageCopy*)&pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116308,20 +66337,6 @@ public static void CmdCopyBufferToImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyBufferToImage2( @@ -116337,20 +66352,6 @@ _slots[75] is not null and var loadedFnPtr ) )(commandBuffer, pCopyBufferToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyBufferToImage2( @@ -116359,20 +66360,6 @@ public static void CmdCopyBufferToImage2( CopyBufferToImageInfo2* pCopyBufferToImageInfo ) => ThisThread.CmdCopyBufferToImage2(commandBuffer, pCopyBufferToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116388,20 +66375,6 @@ Ref pCopyBufferToImageInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116411,14 +66384,6 @@ public static void CmdCopyBufferToImage2( Ref pCopyBufferToImageInfo ) => ThisThread.CmdCopyBufferToImage2(commandBuffer, pCopyBufferToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyBufferToImage2KHR( @@ -116437,14 +66402,6 @@ _slots[76] is not null and var loadedFnPtr ) )(commandBuffer, pCopyBufferToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyBufferToImage2KHR( @@ -116453,14 +66410,6 @@ public static void CmdCopyBufferToImage2KHR( CopyBufferToImageInfo2* pCopyBufferToImageInfo ) => ThisThread.CmdCopyBufferToImage2KHR(commandBuffer, pCopyBufferToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116476,14 +66425,6 @@ Ref pCopyBufferToImageInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyBufferToImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116493,32 +66434,6 @@ public static void CmdCopyBufferToImage2KHR( Ref pCopyBufferToImageInfo ) => ThisThread.CmdCopyBufferToImage2KHR(commandBuffer, pCopyBufferToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyImage( @@ -116546,32 +66461,6 @@ _slots[77] is not null and var loadedFnPtr ) )(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyImage( @@ -116593,32 +66482,6 @@ public static void CmdCopyImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116646,32 +66509,6 @@ void IVk.CmdCopyImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116694,32 +66531,6 @@ public static void CmdCopyImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116741,32 +66552,6 @@ void IVk.CmdCopyImage( (ImageCopy*)&pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116787,20 +66572,6 @@ public static void CmdCopyImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyImage2( @@ -116815,20 +66586,6 @@ _slots[78] is not null and var loadedFnPtr ) )(commandBuffer, pCopyImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyImage2( @@ -116836,20 +66593,6 @@ public static void CmdCopyImage2( [NativeTypeName("const VkCopyImageInfo2 *")] CopyImageInfo2* pCopyImageInfo ) => ThisThread.CmdCopyImage2(commandBuffer, pCopyImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116864,20 +66607,6 @@ void IVk.CmdCopyImage2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116886,14 +66615,6 @@ public static void CmdCopyImage2( [NativeTypeName("const VkCopyImageInfo2 *")] Ref pCopyImageInfo ) => ThisThread.CmdCopyImage2(commandBuffer, pCopyImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyImage2KHR( @@ -116908,14 +66629,6 @@ _slots[79] is not null and var loadedFnPtr ) )(commandBuffer, pCopyImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyImage2KHR( @@ -116923,14 +66636,6 @@ public static void CmdCopyImage2KHR( [NativeTypeName("const VkCopyImageInfo2 *")] CopyImageInfo2* pCopyImageInfo ) => ThisThread.CmdCopyImage2KHR(commandBuffer, pCopyImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116945,14 +66650,6 @@ void IVk.CmdCopyImage2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -116961,32 +66658,6 @@ public static void CmdCopyImage2KHR( [NativeTypeName("const VkCopyImageInfo2 *")] Ref pCopyImageInfo ) => ThisThread.CmdCopyImage2KHR(commandBuffer, pCopyImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyImageToBuffer( @@ -117012,32 +66683,6 @@ _slots[80] is not null and var loadedFnPtr ) )(commandBuffer, srcImage, srcImageLayout, dstBuffer, regionCount, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyImageToBuffer( @@ -117057,32 +66702,6 @@ public static void CmdCopyImageToBuffer( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117108,32 +66727,6 @@ void IVk.CmdCopyImageToBuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117154,32 +66747,6 @@ public static void CmdCopyImageToBuffer( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117199,32 +66766,6 @@ void IVk.CmdCopyImageToBuffer( (BufferImageCopy*)&pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117243,20 +66784,6 @@ public static void CmdCopyImageToBuffer( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyImageToBuffer2( @@ -117272,20 +66799,6 @@ _slots[81] is not null and var loadedFnPtr ) )(commandBuffer, pCopyImageToBufferInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyImageToBuffer2( @@ -117294,20 +66807,6 @@ public static void CmdCopyImageToBuffer2( CopyImageToBufferInfo2* pCopyImageToBufferInfo ) => ThisThread.CmdCopyImageToBuffer2(commandBuffer, pCopyImageToBufferInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117323,20 +66822,6 @@ Ref pCopyImageToBufferInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117346,14 +66831,6 @@ public static void CmdCopyImageToBuffer2( Ref pCopyImageToBufferInfo ) => ThisThread.CmdCopyImageToBuffer2(commandBuffer, pCopyImageToBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyImageToBuffer2KHR( @@ -117372,14 +66849,6 @@ _slots[82] is not null and var loadedFnPtr ) )(commandBuffer, pCopyImageToBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyImageToBuffer2KHR( @@ -117388,14 +66857,6 @@ public static void CmdCopyImageToBuffer2KHR( CopyImageToBufferInfo2* pCopyImageToBufferInfo ) => ThisThread.CmdCopyImageToBuffer2KHR(commandBuffer, pCopyImageToBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117411,14 +66872,6 @@ Ref pCopyImageToBufferInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyImageToBuffer2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117428,14 +66881,6 @@ public static void CmdCopyImageToBuffer2KHR( Ref pCopyImageToBufferInfo ) => ThisThread.CmdCopyImageToBuffer2KHR(commandBuffer, pCopyImageToBufferInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyMemoryIndirectKHR( @@ -117454,14 +66899,6 @@ _slots[83] is not null and var loadedFnPtr ) )(commandBuffer, pCopyMemoryIndirectInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyMemoryIndirectKHR( @@ -117470,14 +66907,6 @@ public static void CmdCopyMemoryIndirectKHR( CopyMemoryIndirectInfoKHR* pCopyMemoryIndirectInfo ) => ThisThread.CmdCopyMemoryIndirectKHR(commandBuffer, pCopyMemoryIndirectInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117493,14 +66922,6 @@ Ref pCopyMemoryIndirectInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117510,15 +66931,6 @@ public static void CmdCopyMemoryIndirectKHR( Ref pCopyMemoryIndirectInfo ) => ThisThread.CmdCopyMemoryIndirectKHR(commandBuffer, pCopyMemoryIndirectInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyMemoryIndirectNV( @@ -117535,15 +66947,6 @@ _slots[84] is not null and var loadedFnPtr ) )(commandBuffer, copyBufferAddress, copyCount, stride); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyMemoryIndirectNV( @@ -117553,14 +66956,6 @@ public static void CmdCopyMemoryIndirectNV( [NativeTypeName("uint32_t")] uint stride ) => ThisThread.CmdCopyMemoryIndirectNV(commandBuffer, copyBufferAddress, copyCount, stride); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyMemoryToAccelerationStructureKHR( @@ -117582,14 +66977,6 @@ _slots[85] is not null and var loadedFnPtr ) )(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyMemoryToAccelerationStructureKHR( @@ -117598,14 +66985,6 @@ public static void CmdCopyMemoryToAccelerationStructureKHR( CopyMemoryToAccelerationStructureInfoKHR* pInfo ) => ThisThread.CmdCopyMemoryToAccelerationStructureKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117621,14 +67000,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117638,14 +67009,6 @@ public static void CmdCopyMemoryToAccelerationStructureKHR( Ref pInfo ) => ThisThread.CmdCopyMemoryToAccelerationStructureKHR(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyMemoryToImageIndirectKHR( @@ -117664,14 +67027,6 @@ _slots[86] is not null and var loadedFnPtr ) )(commandBuffer, pCopyMemoryToImageIndirectInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyMemoryToImageIndirectKHR( @@ -117680,14 +67035,6 @@ public static void CmdCopyMemoryToImageIndirectKHR( CopyMemoryToImageIndirectInfoKHR* pCopyMemoryToImageIndirectInfo ) => ThisThread.CmdCopyMemoryToImageIndirectKHR(commandBuffer, pCopyMemoryToImageIndirectInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117709,14 +67056,6 @@ Ref pCopyMemoryToImageIndirectInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_buffer_device_address", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117726,15 +67065,6 @@ public static void CmdCopyMemoryToImageIndirectKHR( Ref pCopyMemoryToImageIndirectInfo ) => ThisThread.CmdCopyMemoryToImageIndirectKHR(commandBuffer, pCopyMemoryToImageIndirectInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyMemoryToImageIndirectNV( @@ -117774,15 +67104,6 @@ _slots[87] is not null and var loadedFnPtr pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyMemoryToImageIndirectNV( @@ -117805,15 +67126,6 @@ public static void CmdCopyMemoryToImageIndirectNV( pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117842,15 +67154,6 @@ Ref pImageSubresources } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117874,15 +67177,6 @@ Ref pImageSubresources pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117905,15 +67199,6 @@ ImageSubresourceLayers pImageSubresources (ImageSubresourceLayers*)&pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_copy_memory_indirect"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToImageIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117935,14 +67220,6 @@ ImageSubresourceLayers pImageSubresources pImageSubresources ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyMemoryToMicromapEXT( @@ -117960,14 +67237,6 @@ _slots[88] is not null and var loadedFnPtr ) )(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyMemoryToMicromapEXT( @@ -117975,14 +67244,6 @@ public static void CmdCopyMemoryToMicromapEXT( [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] CopyMemoryToMicromapInfoEXT* pInfo ) => ThisThread.CmdCopyMemoryToMicromapEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -117998,14 +67259,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMemoryToMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118015,14 +67268,6 @@ public static void CmdCopyMemoryToMicromapEXT( Ref pInfo ) => ThisThread.CmdCopyMemoryToMicromapEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyMicromapEXT( @@ -118037,14 +67282,6 @@ _slots[89] is not null and var loadedFnPtr ) )(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyMicromapEXT( @@ -118052,14 +67289,6 @@ public static void CmdCopyMicromapEXT( [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ) => ThisThread.CmdCopyMicromapEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118074,14 +67303,6 @@ void IVk.CmdCopyMicromapEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118090,14 +67311,6 @@ public static void CmdCopyMicromapEXT( [NativeTypeName("const VkCopyMicromapInfoEXT *")] Ref pInfo ) => ThisThread.CmdCopyMicromapEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyMicromapToMemoryEXT( @@ -118115,14 +67328,6 @@ _slots[90] is not null and var loadedFnPtr ) )(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyMicromapToMemoryEXT( @@ -118130,14 +67335,6 @@ public static void CmdCopyMicromapToMemoryEXT( [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] CopyMicromapToMemoryInfoEXT* pInfo ) => ThisThread.CmdCopyMicromapToMemoryEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118153,14 +67350,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyMicromapToMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118170,32 +67359,6 @@ public static void CmdCopyMicromapToMemoryEXT( Ref pInfo ) => ThisThread.CmdCopyMicromapToMemoryEXT(commandBuffer, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyQueryPoolResults")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyQueryPoolResults( @@ -118225,32 +67388,6 @@ _slots[91] is not null and var loadedFnPtr ) )(commandBuffer, queryPool, firstQuery, queryCount, dstBuffer, dstOffset, stride, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyQueryPoolResults")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyQueryPoolResults( @@ -118274,7 +67411,6 @@ public static void CmdCopyQueryPoolResults( flags ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCopyTensorARM( @@ -118289,7 +67425,6 @@ _slots[92] is not null and var loadedFnPtr ) )(commandBuffer, pCopyTensorInfo); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCopyTensorARM( @@ -118297,7 +67432,6 @@ public static void CmdCopyTensorARM( [NativeTypeName("const VkCopyTensorInfoARM *")] CopyTensorInfoARM* pCopyTensorInfo ) => ThisThread.CmdCopyTensorARM(commandBuffer, pCopyTensorInfo); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118312,7 +67446,6 @@ void IVk.CmdCopyTensorARM( } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCopyTensorARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118321,7 +67454,6 @@ public static void CmdCopyTensorARM( [NativeTypeName("const VkCopyTensorInfoARM *")] Ref pCopyTensorInfo ) => ThisThread.CmdCopyTensorARM(commandBuffer, pCopyTensorInfo); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdCuLaunchKernelNVX( @@ -118336,7 +67468,6 @@ _slots[93] is not null and var loadedFnPtr ) )(commandBuffer, pLaunchInfo); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdCuLaunchKernelNVX( @@ -118344,7 +67475,6 @@ public static void CmdCuLaunchKernelNVX( [NativeTypeName("const VkCuLaunchInfoNVX *")] CuLaunchInfoNVX* pLaunchInfo ) => ThisThread.CmdCuLaunchKernelNVX(commandBuffer, pLaunchInfo); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118359,7 +67489,6 @@ void IVk.CmdCuLaunchKernelNVX( } } - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdCuLaunchKernelNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118368,7 +67497,6 @@ public static void CmdCuLaunchKernelNVX( [NativeTypeName("const VkCuLaunchInfoNVX *")] Ref pLaunchInfo ) => ThisThread.CmdCuLaunchKernelNVX(commandBuffer, pLaunchInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDebugMarkerBeginEXT( @@ -118383,7 +67511,6 @@ _slots[94] is not null and var loadedFnPtr ) )(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDebugMarkerBeginEXT( @@ -118391,7 +67518,6 @@ public static void CmdDebugMarkerBeginEXT( [NativeTypeName("const VkDebugMarkerMarkerInfoEXT *")] DebugMarkerMarkerInfoEXT* pMarkerInfo ) => ThisThread.CmdDebugMarkerBeginEXT(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118407,7 +67533,6 @@ Ref pMarkerInfo } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerBeginEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118417,7 +67542,6 @@ public static void CmdDebugMarkerBeginEXT( Ref pMarkerInfo ) => ThisThread.CmdDebugMarkerBeginEXT(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerEndEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDebugMarkerEndEXT( @@ -118431,14 +67555,12 @@ _slots[95] is not null and var loadedFnPtr ) )(commandBuffer); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerEndEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDebugMarkerEndEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => ThisThread.CmdDebugMarkerEndEXT(commandBuffer); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDebugMarkerInsertEXT( @@ -118453,7 +67575,6 @@ _slots[96] is not null and var loadedFnPtr ) )(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDebugMarkerInsertEXT( @@ -118461,7 +67582,6 @@ public static void CmdDebugMarkerInsertEXT( [NativeTypeName("const VkDebugMarkerMarkerInfoEXT *")] DebugMarkerMarkerInfoEXT* pMarkerInfo ) => ThisThread.CmdDebugMarkerInsertEXT(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118477,7 +67597,6 @@ Ref pMarkerInfo } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDebugMarkerInsertEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118487,14 +67606,6 @@ public static void CmdDebugMarkerInsertEXT( Ref pMarkerInfo ) => ThisThread.CmdDebugMarkerInsertEXT(commandBuffer, pMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDecodeVideoKHR( @@ -118509,14 +67620,6 @@ _slots[97] is not null and var loadedFnPtr ) )(commandBuffer, pDecodeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDecodeVideoKHR( @@ -118524,14 +67627,6 @@ public static void CmdDecodeVideoKHR( [NativeTypeName("const VkVideoDecodeInfoKHR *")] VideoDecodeInfoKHR* pDecodeInfo ) => ThisThread.CmdDecodeVideoKHR(commandBuffer, pDecodeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118546,14 +67641,6 @@ void IVk.CmdDecodeVideoKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_decode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecodeVideoKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118562,11 +67649,6 @@ public static void CmdDecodeVideoKHR( [NativeTypeName("const VkVideoDecodeInfoKHR *")] Ref pDecodeInfo ) => ThisThread.CmdDecodeVideoKHR(commandBuffer, pDecodeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDecompressMemoryEXT( @@ -118582,11 +67664,6 @@ _slots[98] is not null and var loadedFnPtr ) )(commandBuffer, pDecompressMemoryInfoEXT); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDecompressMemoryEXT( @@ -118595,11 +67672,6 @@ public static void CmdDecompressMemoryEXT( DecompressMemoryInfoEXT* pDecompressMemoryInfoEXT ) => ThisThread.CmdDecompressMemoryEXT(commandBuffer, pDecompressMemoryInfoEXT); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118615,11 +67687,6 @@ Ref pDecompressMemoryInfoEXT } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118629,11 +67696,6 @@ public static void CmdDecompressMemoryEXT( Ref pDecompressMemoryInfoEXT ) => ThisThread.CmdDecompressMemoryEXT(commandBuffer, pDecompressMemoryInfoEXT); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryIndirectCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDecompressMemoryIndirectCountEXT( @@ -118670,11 +67732,6 @@ _slots[99] is not null and var loadedFnPtr stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_memory_decompression"], - ImpliesSets = ["VK_KHR_buffer_device_address", "VK_KHR_get_physical_device_properties2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryIndirectCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDecompressMemoryIndirectCountEXT( @@ -118695,15 +67752,6 @@ public static void CmdDecompressMemoryIndirectCountEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryIndirectCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDecompressMemoryIndirectCountNV( @@ -118723,15 +67771,6 @@ _slots[100] is not null and var loadedFnPtr ) )(commandBuffer, indirectCommandsAddress, indirectCommandsCountAddress, stride); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryIndirectCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDecompressMemoryIndirectCountNV( @@ -118747,15 +67786,6 @@ public static void CmdDecompressMemoryIndirectCountNV( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDecompressMemoryNV( @@ -118772,15 +67802,6 @@ _slots[101] is not null and var loadedFnPtr ) )(commandBuffer, decompressRegionCount, pDecompressMemoryRegions); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDecompressMemoryNV( @@ -118795,15 +67816,6 @@ public static void CmdDecompressMemoryNV( pDecompressMemoryRegions ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118824,15 +67836,6 @@ Ref pDecompressMemoryRegions } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118848,15 +67851,6 @@ Ref pDecompressMemoryRegions pDecompressMemoryRegions ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118871,15 +67865,6 @@ DecompressMemoryRegionNV pDecompressMemoryRegions (DecompressMemoryRegionNV*)&pDecompressMemoryRegions ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_memory_decompression"], - ImpliesSets = [ - "VK_KHR_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_KHR_buffer_device_address+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDecompressMemoryNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -118889,27 +67874,6 @@ public static void CmdDecompressMemoryNV( DecompressMemoryRegionNV pDecompressMemoryRegions ) => ThisThread.CmdDecompressMemoryNV(commandBuffer, pDecompressMemoryRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatch")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDispatch( @@ -118926,27 +67890,6 @@ _slots[102] is not null and var loadedFnPtr ) )(commandBuffer, groupCountX, groupCountY, groupCountZ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatch")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDispatch( @@ -118956,24 +67899,6 @@ public static void CmdDispatch( [NativeTypeName("uint32_t")] uint groupCountZ ) => ThisThread.CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDispatchBase( @@ -118993,24 +67918,6 @@ _slots[103] is not null and var loadedFnPtr ) )(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchBase")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDispatchBase( @@ -119032,11 +67939,6 @@ public static void CmdDispatchBase( groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchBaseKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDispatchBaseKHR( @@ -119056,11 +67958,6 @@ _slots[104] is not null and var loadedFnPtr ) )(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchBaseKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDispatchBaseKHR( @@ -119082,23 +67979,18 @@ public static void CmdDispatchBaseKHR( groupCountZ ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionARMHandle session, + [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] DataGraphPipelineDispatchInfoARM* pInfo ) => ( (delegate* unmanaged< CommandBufferHandle, - DataGraphPipelineSessionARMHandle, + DataGraphPipelineSessionHandleARM, DataGraphPipelineDispatchInfoARM*, void>)( _slots[105] is not null and var loadedFnPtr @@ -119110,31 +68002,21 @@ _slots[105] is not null and var loadedFnPtr ) )(commandBuffer, session, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionARMHandle session, + [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] DataGraphPipelineDispatchInfoARM* pInfo ) => ThisThread.CmdDispatchDataGraphARM(commandBuffer, session, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionARMHandle session, + [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] Ref pInfo ) @@ -119145,42 +68027,16 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchDataGraphARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDispatchDataGraphARM( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionARMHandle session, + [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkDataGraphPipelineDispatchInfoARM *")] Ref pInfo ) => ThisThread.CmdDispatchDataGraphARM(commandBuffer, session, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDispatchIndirect( @@ -119196,27 +68052,6 @@ _slots[106] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDispatchIndirect( @@ -119225,14 +68060,6 @@ public static void CmdDispatchIndirect( [NativeTypeName("VkDeviceSize")] ulong offset ) => ThisThread.CmdDispatchIndirect(commandBuffer, buffer, offset); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDispatchTileQCOM( @@ -119247,14 +68074,6 @@ _slots[107] is not null and var loadedFnPtr ) )(commandBuffer, pDispatchTileInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDispatchTileQCOM( @@ -119262,14 +68081,6 @@ public static void CmdDispatchTileQCOM( [NativeTypeName("const VkDispatchTileInfoQCOM *")] DispatchTileInfoQCOM* pDispatchTileInfo ) => ThisThread.CmdDispatchTileQCOM(commandBuffer, pDispatchTileInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -119285,14 +68096,6 @@ Ref pDispatchTileInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDispatchTileQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -119302,22 +68105,6 @@ public static void CmdDispatchTileQCOM( Ref pDispatchTileInfo ) => ThisThread.CmdDispatchTileQCOM(commandBuffer, pDispatchTileInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDraw")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDraw( @@ -119335,22 +68122,6 @@ _slots[108] is not null and var loadedFnPtr ) )(commandBuffer, vertexCount, instanceCount, firstVertex, firstInstance); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDraw")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDraw( @@ -119361,17 +68132,9 @@ public static void CmdDraw( [NativeTypeName("uint32_t")] uint firstInstance ) => ThisThread.CmdDraw(commandBuffer, vertexCount, instanceCount, firstVertex, firstInstance); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawClusterHUAWEI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IVk.CmdDrawClusterHuawei( + void IVk.CmdDrawClusterHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint groupCountX, [NativeTypeName("uint32_t")] uint groupCountY, @@ -119385,34 +68148,18 @@ _slots[109] is not null and var loadedFnPtr ) )(commandBuffer, groupCountX, groupCountY, groupCountZ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawClusterHUAWEI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void CmdDrawClusterHuawei( + public static void CmdDrawClusterHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint groupCountX, [NativeTypeName("uint32_t")] uint groupCountY, [NativeTypeName("uint32_t")] uint groupCountZ - ) => ThisThread.CmdDrawClusterHuawei(commandBuffer, groupCountX, groupCountY, groupCountZ); + ) => ThisThread.CmdDrawClusterHUAWEI(commandBuffer, groupCountX, groupCountY, groupCountZ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawClusterIndirectHUAWEI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IVk.CmdDrawClusterIndirectHuawei( + void IVk.CmdDrawClusterIndirectHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, [NativeTypeName("VkDeviceSize")] ulong offset @@ -119428,38 +68175,14 @@ _slots[110] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_cluster_culling_shader"], - ImpliesSets = [ - "VK_HUAWEI_cluster_culling_shader+VK_KHR_get_physical_device_properties2", - "VK_HUAWEI_cluster_culling_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawClusterIndirectHUAWEI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void CmdDrawClusterIndirectHuawei( + public static void CmdDrawClusterIndirectHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("VkBuffer")] BufferHandle buffer, [NativeTypeName("VkDeviceSize")] ulong offset - ) => ThisThread.CmdDrawClusterIndirectHuawei(commandBuffer, buffer, offset); + ) => ThisThread.CmdDrawClusterIndirectHUAWEI(commandBuffer, buffer, offset); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawIndexed( @@ -119478,22 +68201,6 @@ _slots[111] is not null and var loadedFnPtr ) )(commandBuffer, indexCount, instanceCount, firstIndex, vertexOffset, firstInstance); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexed")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawIndexed( @@ -119513,22 +68220,6 @@ public static void CmdDrawIndexed( firstInstance ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawIndexedIndirect( @@ -119546,22 +68237,6 @@ _slots[112] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawIndexedIndirect( @@ -119572,18 +68247,6 @@ public static void CmdDrawIndexedIndirect( [NativeTypeName("uint32_t")] uint stride ) => ThisThread.CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawIndexedIndirectCount( @@ -119614,18 +68277,6 @@ _slots[113] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawIndexedIndirectCount( @@ -119647,7 +68298,6 @@ public static void CmdDrawIndexedIndirectCount( stride ); - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCountAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawIndexedIndirectCountAMD( @@ -119678,7 +68328,6 @@ _slots[114] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride); - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCountAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawIndexedIndirectCountAMD( @@ -119700,7 +68349,6 @@ public static void CmdDrawIndexedIndirectCountAMD( stride ); - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCountKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawIndexedIndirectCountKHR( @@ -119731,7 +68379,6 @@ _slots[115] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride); - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndexedIndirectCountKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawIndexedIndirectCountKHR( @@ -119753,22 +68400,6 @@ public static void CmdDrawIndexedIndirectCountKHR( stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawIndirect( @@ -119786,22 +68417,6 @@ _slots[116] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirect")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawIndirect( @@ -119812,14 +68427,6 @@ public static void CmdDrawIndirect( [NativeTypeName("uint32_t")] uint stride ) => ThisThread.CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectByteCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawIndirectByteCountEXT( @@ -119858,14 +68465,6 @@ _slots[117] is not null and var loadedFnPtr vertexStride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectByteCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawIndirectByteCountEXT( @@ -119887,18 +68486,6 @@ public static void CmdDrawIndirectByteCountEXT( vertexStride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawIndirectCount( @@ -119926,18 +68513,6 @@ _slots[118] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawIndirectCount( @@ -119959,7 +68534,6 @@ public static void CmdDrawIndirectCount( stride ); - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCountAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawIndirectCountAMD( @@ -119990,7 +68564,6 @@ _slots[119] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride); - [SupportedApiProfile("vulkan", ["VK_AMD_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCountAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawIndirectCountAMD( @@ -120012,7 +68585,6 @@ public static void CmdDrawIndirectCountAMD( stride ); - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCountKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawIndirectCountKHR( @@ -120043,7 +68615,6 @@ _slots[120] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride); - [SupportedApiProfile("vulkan", ["VK_KHR_draw_indirect_count"])] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawIndirectCountKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawIndirectCountKHR( @@ -120065,11 +68636,6 @@ public static void CmdDrawIndirectCountKHR( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawMeshTasksEXT( @@ -120086,11 +68652,6 @@ _slots[121] is not null and var loadedFnPtr ) )(commandBuffer, groupCountX, groupCountY, groupCountZ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawMeshTasksEXT( @@ -120100,15 +68661,6 @@ public static void CmdDrawMeshTasksEXT( [NativeTypeName("uint32_t")] uint groupCountZ ) => ThisThread.CmdDrawMeshTasksEXT(commandBuffer, groupCountX, groupCountY, groupCountZ); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_mesh_shader+VK_AMD_draw_indirect_count", - "VK_EXT_mesh_shader+VK_KHR_draw_indirect_count", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawMeshTasksIndirectCountEXT( @@ -120139,15 +68691,6 @@ _slots[122] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_mesh_shader+VK_AMD_draw_indirect_count", - "VK_EXT_mesh_shader+VK_KHR_draw_indirect_count", - "VK_EXT_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawMeshTasksIndirectCountEXT( @@ -120169,18 +68712,6 @@ public static void CmdDrawMeshTasksIndirectCountEXT( stride ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_mesh_shader+VK_AMD_draw_indirect_count", - "VK_NV_mesh_shader+VK_KHR_draw_indirect_count", - "VK_NV_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawMeshTasksIndirectCountNV( @@ -120211,18 +68742,6 @@ _slots[123] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, countBuffer, countBufferOffset, maxDrawCount, stride); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_mesh_shader+VK_AMD_draw_indirect_count", - "VK_NV_mesh_shader+VK_KHR_draw_indirect_count", - "VK_NV_mesh_shader+VK_VERSION_1_2", - ], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectCountNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawMeshTasksIndirectCountNV( @@ -120244,11 +68763,6 @@ public static void CmdDrawMeshTasksIndirectCountNV( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawMeshTasksIndirectEXT( @@ -120269,11 +68783,6 @@ _slots[124] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_mesh_shader"], - ImpliesSets = ["VK_EXT_mesh_shader+VK_KHR_spirv_1_4", "VK_EXT_mesh_shader+VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawMeshTasksIndirectEXT( @@ -120284,14 +68793,6 @@ public static void CmdDrawMeshTasksIndirectEXT( [NativeTypeName("uint32_t")] uint stride ) => ThisThread.CmdDrawMeshTasksIndirectEXT(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawMeshTasksIndirectNV( @@ -120312,14 +68813,6 @@ _slots[125] is not null and var loadedFnPtr ) )(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksIndirectNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawMeshTasksIndirectNV( @@ -120330,14 +68823,6 @@ public static void CmdDrawMeshTasksIndirectNV( [NativeTypeName("uint32_t")] uint stride ) => ThisThread.CmdDrawMeshTasksIndirectNV(commandBuffer, buffer, offset, drawCount, stride); - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawMeshTasksNV( @@ -120353,14 +68838,6 @@ _slots[126] is not null and var loadedFnPtr ) )(commandBuffer, taskCount, firstTask); - [SupportedApiProfile( - "vulkan", - ["VK_NV_mesh_shader"], - ImpliesSets = [ - "VK_NV_mesh_shader+VK_KHR_get_physical_device_properties2", - "VK_NV_mesh_shader+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMeshTasksNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawMeshTasksNV( @@ -120369,14 +68846,6 @@ public static void CmdDrawMeshTasksNV( [NativeTypeName("uint32_t")] uint firstTask ) => ThisThread.CmdDrawMeshTasksNV(commandBuffer, taskCount, firstTask); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawMultiEXT( @@ -120402,14 +68871,6 @@ _slots[127] is not null and var loadedFnPtr ) )(commandBuffer, drawCount, pVertexInfo, instanceCount, firstInstance, stride); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawMultiEXT( @@ -120429,14 +68890,6 @@ public static void CmdDrawMultiEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -120462,14 +68915,6 @@ void IVk.CmdDrawMultiEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -120490,14 +68935,6 @@ public static void CmdDrawMultiEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -120517,14 +68954,6 @@ void IVk.CmdDrawMultiEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -120543,14 +68972,6 @@ public static void CmdDrawMultiEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdDrawMultiIndexedEXT( @@ -120586,14 +69007,6 @@ _slots[128] is not null and var loadedFnPtr pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdDrawMultiIndexedEXT( @@ -120615,14 +69028,6 @@ public static void CmdDrawMultiIndexedEXT( pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -120652,14 +69057,6 @@ void IVk.CmdDrawMultiIndexedEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -120683,14 +69080,6 @@ public static void CmdDrawMultiIndexedEXT( pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -120717,14 +69106,6 @@ void IVk.CmdDrawMultiIndexedEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_multi_draw"], - ImpliesSets = [ - "VK_EXT_multi_draw+VK_KHR_get_physical_device_properties2", - "VK_EXT_multi_draw+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdDrawMultiIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -120745,14 +69126,6 @@ public static void CmdDrawMultiIndexedEXT( pVertexOffset ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEncodeVideoKHR( @@ -120767,14 +69140,6 @@ _slots[129] is not null and var loadedFnPtr ) )(commandBuffer, pEncodeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEncodeVideoKHR( @@ -120782,14 +69147,6 @@ public static void CmdEncodeVideoKHR( [NativeTypeName("const VkVideoEncodeInfoKHR *")] VideoEncodeInfoKHR* pEncodeInfo ) => ThisThread.CmdEncodeVideoKHR(commandBuffer, pEncodeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -120804,14 +69161,6 @@ void IVk.CmdEncodeVideoKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEncodeVideoKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -120820,14 +69169,6 @@ public static void CmdEncodeVideoKHR( [NativeTypeName("const VkVideoEncodeInfoKHR *")] Ref pEncodeInfo ) => ThisThread.CmdEncodeVideoKHR(commandBuffer, pEncodeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndConditionalRenderingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndConditionalRenderingEXT( @@ -120844,21 +69185,12 @@ _slots[130] is not null and var loadedFnPtr ) )(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conditional_rendering"], - ImpliesSets = [ - "VK_EXT_conditional_rendering+VK_KHR_get_physical_device_properties2", - "VK_EXT_conditional_rendering+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndConditionalRenderingEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndConditionalRenderingEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => ThisThread.CmdEndConditionalRenderingEXT(commandBuffer); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdEndDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndDebugUtilsLabelEXT( @@ -120875,21 +69207,12 @@ _slots[131] is not null and var loadedFnPtr ) )(commandBuffer); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdEndDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndDebugUtilsLabelEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => ThisThread.CmdEndDebugUtilsLabelEXT(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndPerTileExecutionQCOM( @@ -120907,14 +69230,6 @@ _slots[132] is not null and var loadedFnPtr ) )(commandBuffer, pPerTileEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndPerTileExecutionQCOM( @@ -120922,14 +69237,6 @@ public static void CmdEndPerTileExecutionQCOM( [NativeTypeName("const VkPerTileEndInfoQCOM *")] PerTileEndInfoQCOM* pPerTileEndInfo ) => ThisThread.CmdEndPerTileExecutionQCOM(commandBuffer, pPerTileEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -120944,14 +69251,6 @@ void IVk.CmdEndPerTileExecutionQCOM( } } - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_shading"], - ImpliesSets = [ - "VK_QCOM_tile_shading+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_shading+VK_QCOM_tile_properties", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndPerTileExecutionQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -120960,32 +69259,6 @@ public static void CmdEndPerTileExecutionQCOM( [NativeTypeName("const VkPerTileEndInfoQCOM *")] Ref pPerTileEndInfo ) => ThisThread.CmdEndPerTileExecutionQCOM(commandBuffer, pPerTileEndInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndQuery( @@ -121001,32 +69274,6 @@ _slots[133] is not null and var loadedFnPtr ) )(commandBuffer, queryPool, query); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndQuery")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndQuery( @@ -121035,14 +69282,6 @@ public static void CmdEndQuery( [NativeTypeName("uint32_t")] uint query ) => ThisThread.CmdEndQuery(commandBuffer, queryPool, query); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndQueryIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndQueryIndexedEXT( @@ -121059,14 +69298,6 @@ _slots[134] is not null and var loadedFnPtr ) )(commandBuffer, queryPool, query, index); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndQueryIndexedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndQueryIndexedEXT( @@ -121076,11 +69307,6 @@ public static void CmdEndQueryIndexedEXT( [NativeTypeName("uint32_t")] uint index ) => ThisThread.CmdEndQueryIndexedEXT(commandBuffer, queryPool, query, index); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndRendering( @@ -121094,31 +69320,12 @@ _slots[135] is not null and var loadedFnPtr ) )(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndRendering( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => ThisThread.CmdEndRendering(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndRendering2EXT( @@ -121133,20 +69340,6 @@ _slots[136] is not null and var loadedFnPtr ) )(commandBuffer, pRenderingEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndRendering2EXT( @@ -121154,20 +69347,6 @@ public static void CmdEndRendering2EXT( [NativeTypeName("const VkRenderingEndInfoKHR *")] RenderingEndInfoKHR* pRenderingEndInfo ) => ThisThread.CmdEndRendering2EXT(commandBuffer, pRenderingEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121182,20 +69361,6 @@ void IVk.CmdEndRendering2EXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_fragment_density_map_offset"], - ImpliesSets = [ - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_KHR_get_physical_device_properties2+VK_VERSION_1_2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_KHR_create_renderpass2+VK_VERSION_1_3", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_KHR_dynamic_rendering", - "VK_EXT_fragment_density_map+VK_VERSION_1_1+VK_VERSION_1_2+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121204,14 +69369,6 @@ public static void CmdEndRendering2EXT( [NativeTypeName("const VkRenderingEndInfoKHR *")] Ref pRenderingEndInfo ) => ThisThread.CmdEndRendering2EXT(commandBuffer, pRenderingEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndRendering2KHR( @@ -121226,14 +69383,6 @@ _slots[137] is not null and var loadedFnPtr ) )(commandBuffer, pRenderingEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndRendering2KHR( @@ -121241,14 +69390,6 @@ public static void CmdEndRendering2KHR( [NativeTypeName("const VkRenderingEndInfoKHR *")] RenderingEndInfoKHR* pRenderingEndInfo ) => ThisThread.CmdEndRendering2KHR(commandBuffer, pRenderingEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121263,14 +69404,6 @@ void IVk.CmdEndRendering2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance10"], - ImpliesSets = [ - "VK_KHR_maintenance10+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance10+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRendering2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121279,15 +69412,6 @@ public static void CmdEndRendering2KHR( [NativeTypeName("const VkRenderingEndInfoKHR *")] Ref pRenderingEndInfo ) => ThisThread.CmdEndRendering2KHR(commandBuffer, pRenderingEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndRenderingKHR( @@ -121301,37 +69425,12 @@ _slots[138] is not null and var loadedFnPtr ) )(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering"], - ImpliesSets = [ - "VK_KHR_depth_stencil_resolve+VK_KHR_get_physical_device_properties2", - "VK_KHR_depth_stencil_resolve+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndRenderingKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => ThisThread.CmdEndRenderingKHR(commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndRenderPass( @@ -121345,40 +69444,12 @@ _slots[139] is not null and var loadedFnPtr ) )(commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndRenderPass( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => ThisThread.CmdEndRenderPass(commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndRenderPass2( @@ -121393,18 +69464,6 @@ _slots[140] is not null and var loadedFnPtr ) )(commandBuffer, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndRenderPass2( @@ -121412,18 +69471,6 @@ public static void CmdEndRenderPass2( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ) => ThisThread.CmdEndRenderPass2(commandBuffer, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121438,18 +69485,6 @@ void IVk.CmdEndRenderPass2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121458,11 +69493,6 @@ public static void CmdEndRenderPass2( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ) => ThisThread.CmdEndRenderPass2(commandBuffer, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndRenderPass2KHR( @@ -121477,11 +69507,6 @@ _slots[141] is not null and var loadedFnPtr ) )(commandBuffer, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndRenderPass2KHR( @@ -121489,11 +69514,6 @@ public static void CmdEndRenderPass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ) => ThisThread.CmdEndRenderPass2KHR(commandBuffer, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121508,11 +69528,6 @@ void IVk.CmdEndRenderPass2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndRenderPass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121521,14 +69536,6 @@ public static void CmdEndRenderPass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ) => ThisThread.CmdEndRenderPass2KHR(commandBuffer, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndTransformFeedbackEXT( @@ -121555,14 +69562,6 @@ _slots[142] is not null and var loadedFnPtr pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndTransformFeedbackEXT( @@ -121580,14 +69579,6 @@ public static void CmdEndTransformFeedbackEXT( pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121612,14 +69603,6 @@ void IVk.CmdEndTransformFeedbackEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_transform_feedback+VK_KHR_get_physical_device_properties2", - "VK_EXT_transform_feedback+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndTransformFeedbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121638,11 +69621,6 @@ public static void CmdEndTransformFeedbackEXT( pCounterBufferOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdEndVideoCodingKHR( @@ -121657,11 +69635,6 @@ _slots[143] is not null and var loadedFnPtr ) )(commandBuffer, pEndCodingInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdEndVideoCodingKHR( @@ -121669,11 +69642,6 @@ public static void CmdEndVideoCodingKHR( [NativeTypeName("const VkVideoEndCodingInfoKHR *")] VideoEndCodingInfoKHR* pEndCodingInfo ) => ThisThread.CmdEndVideoCodingKHR(commandBuffer, pEndCodingInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121689,11 +69657,6 @@ Ref pEndCodingInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdEndVideoCodingKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121703,32 +69666,6 @@ public static void CmdEndVideoCodingKHR( Ref pEndCodingInfo ) => ThisThread.CmdEndVideoCodingKHR(commandBuffer, pEndCodingInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121737,32 +69674,6 @@ void IVk.CmdExecuteCommand( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle pCommandBuffers ) => ((IVk)this).CmdExecuteCommands(commandBuffer, 1, (CommandBufferHandle*)&pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121771,32 +69682,6 @@ public static void CmdExecuteCommand( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle pCommandBuffers ) => ThisThread.CmdExecuteCommand(commandBuffer, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdExecuteCommands( @@ -121812,32 +69697,6 @@ _slots[144] is not null and var loadedFnPtr ) )(commandBuffer, commandBufferCount, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdExecuteCommands( @@ -121846,32 +69705,6 @@ public static void CmdExecuteCommands( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ) => ThisThread.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121891,32 +69724,6 @@ void IVk.CmdExecuteCommands( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteCommands")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -121926,15 +69733,6 @@ public static void CmdExecuteCommands( [NativeTypeName("const VkCommandBuffer *")] Ref pCommandBuffers ) => ThisThread.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdExecuteGeneratedCommandsEXT( @@ -121954,15 +69752,6 @@ _slots[145] is not null and var loadedFnPtr ) )(commandBuffer, isPreprocessed, pGeneratedCommandsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdExecuteGeneratedCommandsEXT( @@ -121977,15 +69766,6 @@ public static void CmdExecuteGeneratedCommandsEXT( pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122006,15 +69786,6 @@ Ref pGeneratedCommandsInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122030,11 +69801,6 @@ Ref pGeneratedCommandsInfo pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdExecuteGeneratedCommandsNV( @@ -122054,11 +69820,6 @@ _slots[146] is not null and var loadedFnPtr ) )(commandBuffer, isPreprocessed, pGeneratedCommandsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdExecuteGeneratedCommandsNV( @@ -122073,11 +69834,6 @@ public static void CmdExecuteGeneratedCommandsNV( pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122098,11 +69854,6 @@ Ref pGeneratedCommandsInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdExecuteGeneratedCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122118,32 +69869,6 @@ Ref pGeneratedCommandsInfo pGeneratedCommandsInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdFillBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdFillBuffer( @@ -122161,32 +69886,6 @@ _slots[147] is not null and var loadedFnPtr ) )(commandBuffer, dstBuffer, dstOffset, size, data); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdFillBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdFillBuffer( @@ -122197,7 +69896,6 @@ public static void CmdFillBuffer( [NativeTypeName("uint32_t")] uint data ) => ThisThread.CmdFillBuffer(commandBuffer, dstBuffer, dstOffset, size, data); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdInsertDebugUtilsLabelEXT( @@ -122215,7 +69913,6 @@ _slots[148] is not null and var loadedFnPtr ) )(commandBuffer, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdInsertDebugUtilsLabelEXT( @@ -122223,7 +69920,6 @@ public static void CmdInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ) => ThisThread.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122238,7 +69934,6 @@ void IVk.CmdInsertDebugUtilsLabelEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdInsertDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122247,22 +69942,6 @@ public static void CmdInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ) => ThisThread.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdNextSubpass( @@ -122277,22 +69956,6 @@ _slots[149] is not null and var loadedFnPtr ) )(commandBuffer, contents); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdNextSubpass( @@ -122300,18 +69963,6 @@ public static void CmdNextSubpass( SubpassContents contents ) => ThisThread.CmdNextSubpass(commandBuffer, contents); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdNextSubpass2( @@ -122327,18 +69978,6 @@ _slots[150] is not null and var loadedFnPtr ) )(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdNextSubpass2( @@ -122347,18 +69986,6 @@ public static void CmdNextSubpass2( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ) => ThisThread.CmdNextSubpass2(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122379,18 +70006,6 @@ void IVk.CmdNextSubpass2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122400,11 +70015,6 @@ public static void CmdNextSubpass2( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ) => ThisThread.CmdNextSubpass2(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdNextSubpass2KHR( @@ -122420,11 +70030,6 @@ _slots[151] is not null and var loadedFnPtr ) )(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdNextSubpass2KHR( @@ -122433,11 +70038,6 @@ public static void CmdNextSubpass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] SubpassEndInfo* pSubpassEndInfo ) => ThisThread.CmdNextSubpass2KHR(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122458,11 +70058,6 @@ void IVk.CmdNextSubpass2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdNextSubpass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122472,27 +70067,18 @@ public static void CmdNextSubpass2KHR( [NativeTypeName("const VkSubpassEndInfo *")] Ref pSubpassEndInfo ) => ThisThread.CmdNextSubpass2KHR(commandBuffer, pSubpassBeginInfo, pSubpassEndInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] OpticalFlowExecuteInfoNV* pExecuteInfo ) => ( (delegate* unmanaged< CommandBufferHandle, - OpticalFlowSessionNVHandle, + OpticalFlowSessionHandleNV, OpticalFlowExecuteInfoNV*, void>)( _slots[152] is not null and var loadedFnPtr @@ -122504,39 +70090,21 @@ _slots[152] is not null and var loadedFnPtr ) )(commandBuffer, session, pExecuteInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] OpticalFlowExecuteInfoNV* pExecuteInfo ) => ThisThread.CmdOpticalFlowExecuteNV(commandBuffer, session, pExecuteInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] Ref pExecuteInfo ) @@ -122547,51 +70115,16 @@ Ref pExecuteInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdOpticalFlowExecuteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdOpticalFlowExecuteNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkOpticalFlowExecuteInfoNV *")] Ref pExecuteInfo ) => ThisThread.CmdOpticalFlowExecuteNV(commandBuffer, session, pExecuteInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPipelineBarrier( @@ -122637,32 +70170,6 @@ _slots[153] is not null and var loadedFnPtr pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPipelineBarrier( @@ -122691,32 +70198,6 @@ public static void CmdPipelineBarrier( pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122754,32 +70235,6 @@ Ref pImageMemoryBarriers } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122810,20 +70265,6 @@ Ref pImageMemoryBarriers pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPipelineBarrier2( @@ -122838,20 +70279,6 @@ _slots[154] is not null and var loadedFnPtr ) )(commandBuffer, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPipelineBarrier2( @@ -122859,20 +70286,6 @@ public static void CmdPipelineBarrier2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ) => ThisThread.CmdPipelineBarrier2(commandBuffer, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122887,20 +70300,6 @@ void IVk.CmdPipelineBarrier2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122909,14 +70308,6 @@ public static void CmdPipelineBarrier2( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ) => ThisThread.CmdPipelineBarrier2(commandBuffer, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPipelineBarrier2KHR( @@ -122931,14 +70322,6 @@ _slots[155] is not null and var loadedFnPtr ) )(commandBuffer, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPipelineBarrier2KHR( @@ -122946,14 +70329,6 @@ public static void CmdPipelineBarrier2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ) => ThisThread.CmdPipelineBarrier2KHR(commandBuffer, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122968,14 +70343,6 @@ void IVk.CmdPipelineBarrier2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPipelineBarrier2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -122984,15 +70351,6 @@ public static void CmdPipelineBarrier2KHR( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ) => ThisThread.CmdPipelineBarrier2KHR(commandBuffer, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPreprocessGeneratedCommandsEXT( @@ -123016,15 +70374,6 @@ _slots[156] is not null and var loadedFnPtr ) )(commandBuffer, pGeneratedCommandsInfo, stateCommandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPreprocessGeneratedCommandsEXT( @@ -123039,15 +70388,6 @@ public static void CmdPreprocessGeneratedCommandsEXT( stateCommandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123068,15 +70408,6 @@ void IVk.CmdPreprocessGeneratedCommandsEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123092,11 +70423,6 @@ public static void CmdPreprocessGeneratedCommandsEXT( stateCommandBuffer ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPreprocessGeneratedCommandsNV( @@ -123115,11 +70441,6 @@ _slots[157] is not null and var loadedFnPtr ) )(commandBuffer, pGeneratedCommandsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPreprocessGeneratedCommandsNV( @@ -123128,11 +70449,6 @@ public static void CmdPreprocessGeneratedCommandsNV( GeneratedCommandsInfoNV* pGeneratedCommandsInfo ) => ThisThread.CmdPreprocessGeneratedCommandsNV(commandBuffer, pGeneratedCommandsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123151,11 +70467,6 @@ Ref pGeneratedCommandsInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPreprocessGeneratedCommandsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123165,27 +70476,6 @@ public static void CmdPreprocessGeneratedCommandsNV( Ref pGeneratedCommandsInfo ) => ThisThread.CmdPreprocessGeneratedCommandsNV(commandBuffer, pGeneratedCommandsInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPushConstants( @@ -123211,27 +70501,6 @@ _slots[158] is not null and var loadedFnPtr ) )(commandBuffer, layout, stageFlags, offset, size, pValues); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPushConstants( @@ -123243,27 +70512,6 @@ public static void CmdPushConstants( [NativeTypeName("const void *")] void* pValues ) => ThisThread.CmdPushConstants(commandBuffer, layout, stageFlags, offset, size, pValues); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123289,27 +70537,6 @@ void IVk.CmdPushConstants( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123322,11 +70549,6 @@ public static void CmdPushConstants( [NativeTypeName("const void *")] Ref pValues ) => ThisThread.CmdPushConstants(commandBuffer, layout, stageFlags, offset, size, pValues); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPushConstants2( @@ -123341,11 +70563,6 @@ _slots[159] is not null and var loadedFnPtr ) )(commandBuffer, pPushConstantsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPushConstants2( @@ -123353,11 +70570,6 @@ public static void CmdPushConstants2( [NativeTypeName("const VkPushConstantsInfo *")] PushConstantsInfo* pPushConstantsInfo ) => ThisThread.CmdPushConstants2(commandBuffer, pPushConstantsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123372,11 +70584,6 @@ void IVk.CmdPushConstants2( } } - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123385,7 +70592,6 @@ public static void CmdPushConstants2( [NativeTypeName("const VkPushConstantsInfo *")] Ref pPushConstantsInfo ) => ThisThread.CmdPushConstants2(commandBuffer, pPushConstantsInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPushConstants2KHR( @@ -123400,7 +70606,6 @@ _slots[160] is not null and var loadedFnPtr ) )(commandBuffer, pPushConstantsInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPushConstants2KHR( @@ -123408,7 +70613,6 @@ public static void CmdPushConstants2KHR( [NativeTypeName("const VkPushConstantsInfo *")] PushConstantsInfo* pPushConstantsInfo ) => ThisThread.CmdPushConstants2KHR(commandBuffer, pPushConstantsInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123423,7 +70627,6 @@ void IVk.CmdPushConstants2KHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance6"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushConstants2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123432,11 +70635,6 @@ public static void CmdPushConstants2KHR( [NativeTypeName("const VkPushConstantsInfo *")] Ref pPushConstantsInfo ) => ThisThread.CmdPushConstants2KHR(commandBuffer, pPushConstantsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPushDescriptorSet( @@ -123462,11 +70660,6 @@ _slots[161] is not null and var loadedFnPtr ) )(commandBuffer, pipelineBindPoint, layout, set, descriptorWriteCount, pDescriptorWrites); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPushDescriptorSet( @@ -123486,11 +70679,6 @@ public static void CmdPushDescriptorSet( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123516,11 +70704,6 @@ void IVk.CmdPushDescriptorSet( } } - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123541,11 +70724,6 @@ public static void CmdPushDescriptorSet( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123565,11 +70743,6 @@ void IVk.CmdPushDescriptorSet( (WriteDescriptorSet*)&pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123588,11 +70761,6 @@ public static void CmdPushDescriptorSet( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPushDescriptorSet2( @@ -123608,11 +70776,6 @@ _slots[162] is not null and var loadedFnPtr ) )(commandBuffer, pPushDescriptorSetInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPushDescriptorSet2( @@ -123621,11 +70784,6 @@ public static void CmdPushDescriptorSet2( PushDescriptorSetInfo* pPushDescriptorSetInfo ) => ThisThread.CmdPushDescriptorSet2(commandBuffer, pPushDescriptorSetInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123641,11 +70799,6 @@ Ref pPushDescriptorSetInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123655,12 +70808,6 @@ public static void CmdPushDescriptorSet2( Ref pPushDescriptorSetInfo ) => ThisThread.CmdPushDescriptorSet2(commandBuffer, pPushDescriptorSetInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPushDescriptorSet2KHR( @@ -123679,12 +70826,6 @@ _slots[163] is not null and var loadedFnPtr ) )(commandBuffer, pPushDescriptorSetInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPushDescriptorSet2KHR( @@ -123693,12 +70834,6 @@ public static void CmdPushDescriptorSet2KHR( PushDescriptorSetInfo* pPushDescriptorSetInfo ) => ThisThread.CmdPushDescriptorSet2KHR(commandBuffer, pPushDescriptorSetInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123714,12 +70849,6 @@ Ref pPushDescriptorSetInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSet2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123729,14 +70858,6 @@ public static void CmdPushDescriptorSet2KHR( Ref pPushDescriptorSetInfo ) => ThisThread.CmdPushDescriptorSet2KHR(commandBuffer, pPushDescriptorSetInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPushDescriptorSetKHR( @@ -123765,14 +70886,6 @@ _slots[164] is not null and var loadedFnPtr ) )(commandBuffer, pipelineBindPoint, layout, set, descriptorWriteCount, pDescriptorWrites); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPushDescriptorSetKHR( @@ -123792,14 +70905,6 @@ public static void CmdPushDescriptorSetKHR( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123825,14 +70930,6 @@ void IVk.CmdPushDescriptorSetKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123853,14 +70950,6 @@ public static void CmdPushDescriptorSetKHR( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123880,14 +70969,6 @@ void IVk.CmdPushDescriptorSetKHR( (WriteDescriptorSet*)&pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_push_descriptor"], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123906,11 +70987,6 @@ public static void CmdPushDescriptorSetKHR( pDescriptorWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPushDescriptorSetWithTemplate( @@ -123938,11 +71014,6 @@ _slots[165] is not null and var loadedFnPtr ) )(commandBuffer, descriptorUpdateTemplate, layout, set, pData); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPushDescriptorSetWithTemplate( @@ -123961,11 +71032,6 @@ public static void CmdPushDescriptorSetWithTemplate( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -123990,11 +71056,6 @@ void IVk.CmdPushDescriptorSetWithTemplate( } } - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124014,11 +71075,6 @@ public static void CmdPushDescriptorSetWithTemplate( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPushDescriptorSetWithTemplate2( @@ -124037,11 +71093,6 @@ _slots[166] is not null and var loadedFnPtr ) )(commandBuffer, pPushDescriptorSetWithTemplateInfo); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPushDescriptorSetWithTemplate2( @@ -124054,11 +71105,6 @@ public static void CmdPushDescriptorSetWithTemplate2( pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124080,11 +71126,6 @@ Ref pPushDescriptorSetWithTemplateInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_COMPUTE_VERSION_1_4", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124098,12 +71139,6 @@ Ref pPushDescriptorSetWithTemplateInfo pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPushDescriptorSetWithTemplate2KHR( @@ -124122,12 +71157,6 @@ _slots[167] is not null and var loadedFnPtr ) )(commandBuffer, pPushDescriptorSetWithTemplateInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPushDescriptorSetWithTemplate2KHR( @@ -124140,12 +71169,6 @@ public static void CmdPushDescriptorSetWithTemplate2KHR( pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124167,12 +71190,6 @@ Ref pPushDescriptorSetWithTemplateInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance6", "VK_KHR_push_descriptor"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplate2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124186,17 +71203,6 @@ Ref pPushDescriptorSetWithTemplateInfo pPushDescriptorSetWithTemplateInfo ); - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdPushDescriptorSetWithTemplateKHR( @@ -124224,17 +71230,6 @@ _slots[168] is not null and var loadedFnPtr ) )(commandBuffer, descriptorUpdateTemplate, layout, set, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdPushDescriptorSetWithTemplateKHR( @@ -124253,17 +71248,6 @@ public static void CmdPushDescriptorSetWithTemplateKHR( pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124288,17 +71272,6 @@ void IVk.CmdPushDescriptorSetWithTemplateKHR( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_KHR_push_descriptor+VK_KHR_descriptor_update_template", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_KHR_push_descriptor+VK_KHR_get_physical_device_properties2", - "VK_KHR_push_descriptor+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdPushDescriptorSetWithTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124318,27 +71291,6 @@ public static void CmdPushDescriptorSetWithTemplateKHR( pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdResetEvent( @@ -124354,27 +71306,6 @@ _slots[169] is not null and var loadedFnPtr ) )(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdResetEvent( @@ -124383,18 +71314,6 @@ public static void CmdResetEvent( [NativeTypeName("VkPipelineStageFlags")] PipelineStageFlags stageMask ) => ThisThread.CmdResetEvent(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdResetEvent2( @@ -124410,18 +71329,6 @@ _slots[170] is not null and var loadedFnPtr ) )(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdResetEvent2( @@ -124430,14 +71337,6 @@ public static void CmdResetEvent2( [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stageMask ) => ThisThread.CmdResetEvent2(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdResetEvent2KHR( @@ -124453,14 +71352,6 @@ _slots[171] is not null and var loadedFnPtr ) )(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetEvent2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdResetEvent2KHR( @@ -124469,32 +71360,6 @@ public static void CmdResetEvent2KHR( [NativeTypeName("VkPipelineStageFlags2")] PipelineStageFlags2 stageMask ) => ThisThread.CmdResetEvent2KHR(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetQueryPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdResetQueryPool( @@ -124511,32 +71376,6 @@ _slots[172] is not null and var loadedFnPtr ) )(commandBuffer, queryPool, firstQuery, queryCount); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResetQueryPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdResetQueryPool( @@ -124546,22 +71385,6 @@ public static void CmdResetQueryPool( [NativeTypeName("uint32_t")] uint queryCount ) => ThisThread.CmdResetQueryPool(commandBuffer, queryPool, firstQuery, queryCount); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdResolveImage( @@ -124589,22 +71412,6 @@ _slots[173] is not null and var loadedFnPtr ) )(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, pRegions); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdResolveImage( @@ -124626,22 +71433,6 @@ public static void CmdResolveImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124669,22 +71460,6 @@ void IVk.CmdResolveImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124707,22 +71482,6 @@ public static void CmdResolveImage( pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124744,22 +71503,6 @@ void IVk.CmdResolveImage( (ImageResolve*)&pRegions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124780,11 +71523,6 @@ public static void CmdResolveImage( pRegions ); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdResolveImage2( @@ -124799,11 +71537,6 @@ _slots[174] is not null and var loadedFnPtr ) )(commandBuffer, pResolveImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdResolveImage2( @@ -124811,11 +71544,6 @@ public static void CmdResolveImage2( [NativeTypeName("const VkResolveImageInfo2 *")] ResolveImageInfo2* pResolveImageInfo ) => ThisThread.CmdResolveImage2(commandBuffer, pResolveImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124830,11 +71558,6 @@ void IVk.CmdResolveImage2( } } - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124843,14 +71566,6 @@ public static void CmdResolveImage2( [NativeTypeName("const VkResolveImageInfo2 *")] Ref pResolveImageInfo ) => ThisThread.CmdResolveImage2(commandBuffer, pResolveImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdResolveImage2KHR( @@ -124865,14 +71580,6 @@ _slots[175] is not null and var loadedFnPtr ) )(commandBuffer, pResolveImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdResolveImage2KHR( @@ -124880,14 +71587,6 @@ public static void CmdResolveImage2KHR( [NativeTypeName("const VkResolveImageInfo2 *")] ResolveImageInfo2* pResolveImageInfo ) => ThisThread.CmdResolveImage2KHR(commandBuffer, pResolveImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124902,14 +71601,6 @@ void IVk.CmdResolveImage2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_copy_commands2"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdResolveImage2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124918,14 +71609,6 @@ public static void CmdResolveImage2KHR( [NativeTypeName("const VkResolveImageInfo2 *")] Ref pResolveImageInfo ) => ThisThread.CmdResolveImage2KHR(commandBuffer, pResolveImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetAlphaToCoverageEnableEXT( @@ -124943,14 +71626,6 @@ _slots[176] is not null and var loadedFnPtr ) )(commandBuffer, alphaToCoverageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetAlphaToCoverageEnableEXT( @@ -124958,14 +71633,6 @@ public static void CmdSetAlphaToCoverageEnableEXT( [NativeTypeName("VkBool32")] uint alphaToCoverageEnable ) => ThisThread.CmdSetAlphaToCoverageEnableEXT(commandBuffer, alphaToCoverageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124974,14 +71641,6 @@ void IVk.CmdSetAlphaToCoverageEnableEXT( [NativeTypeName("VkBool32")] MaybeBool alphaToCoverageEnable ) => ((IVk)this).CmdSetAlphaToCoverageEnableEXT(commandBuffer, (uint)alphaToCoverageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToCoverageEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -124990,14 +71649,6 @@ public static void CmdSetAlphaToCoverageEnableEXT( [NativeTypeName("VkBool32")] MaybeBool alphaToCoverageEnable ) => ThisThread.CmdSetAlphaToCoverageEnableEXT(commandBuffer, alphaToCoverageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetAlphaToOneEnableEXT( @@ -125015,14 +71666,6 @@ _slots[177] is not null and var loadedFnPtr ) )(commandBuffer, alphaToOneEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetAlphaToOneEnableEXT( @@ -125030,14 +71673,6 @@ public static void CmdSetAlphaToOneEnableEXT( [NativeTypeName("VkBool32")] uint alphaToOneEnable ) => ThisThread.CmdSetAlphaToOneEnableEXT(commandBuffer, alphaToOneEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125046,14 +71681,6 @@ void IVk.CmdSetAlphaToOneEnableEXT( [NativeTypeName("VkBool32")] MaybeBool alphaToOneEnable ) => ((IVk)this).CmdSetAlphaToOneEnableEXT(commandBuffer, (uint)alphaToOneEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAlphaToOneEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125062,14 +71689,6 @@ public static void CmdSetAlphaToOneEnableEXT( [NativeTypeName("VkBool32")] MaybeBool alphaToOneEnable ) => ThisThread.CmdSetAlphaToOneEnableEXT(commandBuffer, alphaToOneEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAttachmentFeedbackLoopEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetAttachmentFeedbackLoopEnableEXT( @@ -125087,14 +71706,6 @@ _slots[178] is not null and var loadedFnPtr ) )(commandBuffer, aspectMask); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_attachment_feedback_loop_dynamic_state"], - ImpliesSets = [ - "VK_EXT_attachment_feedback_loop_layout+VK_KHR_get_physical_device_properties2", - "VK_EXT_attachment_feedback_loop_layout+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetAttachmentFeedbackLoopEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetAttachmentFeedbackLoopEnableEXT( @@ -125102,22 +71713,6 @@ public static void CmdSetAttachmentFeedbackLoopEnableEXT( [NativeTypeName("VkImageAspectFlags")] ImageAspectFlags aspectMask ) => ThisThread.CmdSetAttachmentFeedbackLoopEnableEXT(commandBuffer, aspectMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetBlendConstants( @@ -125132,22 +71727,6 @@ _slots[179] is not null and var loadedFnPtr ) )(commandBuffer, blendConstants); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetBlendConstants( @@ -125155,22 +71734,6 @@ public static void CmdSetBlendConstants( [NativeTypeName("const float[4]")] float* blendConstants ) => ThisThread.CmdSetBlendConstants(commandBuffer, blendConstants); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125185,22 +71748,6 @@ void IVk.CmdSetBlendConstants( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetBlendConstants")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125209,14 +71756,6 @@ public static void CmdSetBlendConstants( [NativeTypeName("const float[4]")] Ref blendConstants ) => ThisThread.CmdSetBlendConstants(commandBuffer, blendConstants); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetCheckpointNV( @@ -125231,14 +71770,6 @@ _slots[180] is not null and var loadedFnPtr ) )(commandBuffer, pCheckpointMarker); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetCheckpointNV( @@ -125246,14 +71777,6 @@ public static void CmdSetCheckpointNV( [NativeTypeName("const void *")] void* pCheckpointMarker ) => ThisThread.CmdSetCheckpointNV(commandBuffer, pCheckpointMarker); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125268,14 +71791,6 @@ void IVk.CmdSetCheckpointNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCheckpointNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125284,14 +71799,6 @@ public static void CmdSetCheckpointNV( [NativeTypeName("const void *")] Ref pCheckpointMarker ) => ThisThread.CmdSetCheckpointNV(commandBuffer, pCheckpointMarker); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetCoarseSampleOrderNV( @@ -125317,14 +71824,6 @@ _slots[181] is not null and var loadedFnPtr ) )(commandBuffer, sampleOrderType, customSampleOrderCount, pCustomSampleOrders); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetCoarseSampleOrderNV( @@ -125341,14 +71840,6 @@ public static void CmdSetCoarseSampleOrderNV( pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125371,14 +71862,6 @@ Ref pCustomSampleOrders } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125396,14 +71879,6 @@ Ref pCustomSampleOrders pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125420,14 +71895,6 @@ CoarseSampleOrderCustomNV pCustomSampleOrders (CoarseSampleOrderCustomNV*)&pCustomSampleOrders ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoarseSampleOrderNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125438,15 +71905,6 @@ public static void CmdSetCoarseSampleOrderNV( CoarseSampleOrderCustomNV pCustomSampleOrders ) => ThisThread.CmdSetCoarseSampleOrderNV(commandBuffer, sampleOrderType, pCustomSampleOrders); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetColorBlendAdvancedEXT( @@ -125467,15 +71925,6 @@ _slots[182] is not null and var loadedFnPtr ) )(commandBuffer, firstAttachment, attachmentCount, pColorBlendAdvanced); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetColorBlendAdvancedEXT( @@ -125492,15 +71941,6 @@ public static void CmdSetColorBlendAdvancedEXT( pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125523,15 +71963,6 @@ Ref pColorBlendAdvanced } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125549,15 +71980,6 @@ Ref pColorBlendAdvanced pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125574,15 +71996,6 @@ ColorBlendAdvancedEXT pColorBlendAdvanced (ColorBlendAdvancedEXT*)&pColorBlendAdvanced ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_blend_operation_advanced", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendAdvancedEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125594,14 +72007,6 @@ ColorBlendAdvancedEXT pColorBlendAdvanced ) => ThisThread.CmdSetColorBlendAdvancedEXT(commandBuffer, firstAttachment, pColorBlendAdvanced); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetColorBlendEnableEXT( @@ -125621,14 +72026,6 @@ _slots[183] is not null and var loadedFnPtr ) )(commandBuffer, firstAttachment, attachmentCount, pColorBlendEnables); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetColorBlendEnableEXT( @@ -125644,14 +72041,6 @@ public static void CmdSetColorBlendEnableEXT( pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125673,14 +72062,6 @@ void IVk.CmdSetColorBlendEnableEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125697,14 +72078,6 @@ public static void CmdSetColorBlendEnableEXT( pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125720,14 +72093,6 @@ void IVk.CmdSetColorBlendEnableEXT( (uint*)&pColorBlendEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125737,14 +72102,6 @@ public static void CmdSetColorBlendEnableEXT( [NativeTypeName("const VkBool32 *")] uint pColorBlendEnables ) => ThisThread.CmdSetColorBlendEnableEXT(commandBuffer, firstAttachment, pColorBlendEnables); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetColorBlendEquationEXT( @@ -125765,14 +72122,6 @@ _slots[184] is not null and var loadedFnPtr ) )(commandBuffer, firstAttachment, attachmentCount, pColorBlendEquations); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetColorBlendEquationEXT( @@ -125789,14 +72138,6 @@ public static void CmdSetColorBlendEquationEXT( pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125819,14 +72160,6 @@ Ref pColorBlendEquations } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125844,14 +72177,6 @@ Ref pColorBlendEquations pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125868,14 +72193,6 @@ ColorBlendEquationEXT pColorBlendEquations (ColorBlendEquationEXT*)&pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorBlendEquationEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125891,14 +72208,6 @@ ColorBlendEquationEXT pColorBlendEquations pColorBlendEquations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetColorWriteEnableEXT( @@ -125917,14 +72226,6 @@ _slots[185] is not null and var loadedFnPtr ) )(commandBuffer, attachmentCount, pColorWriteEnables); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetColorWriteEnableEXT( @@ -125933,14 +72234,6 @@ public static void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] uint* pColorWriteEnables ) => ThisThread.CmdSetColorWriteEnableEXT(commandBuffer, attachmentCount, pColorWriteEnables); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125960,14 +72253,6 @@ void IVk.CmdSetColorWriteEnableEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125977,14 +72262,6 @@ public static void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] Ref pColorWriteEnables ) => ThisThread.CmdSetColorWriteEnableEXT(commandBuffer, attachmentCount, pColorWriteEnables); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -125993,14 +72270,6 @@ void IVk.CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] uint pColorWriteEnables ) => ((IVk)this).CmdSetColorWriteEnableEXT(commandBuffer, 1, (uint*)&pColorWriteEnables); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_color_write_enable"], - ImpliesSets = [ - "VK_EXT_color_write_enable+VK_KHR_get_physical_device_properties2", - "VK_EXT_color_write_enable+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126009,14 +72278,6 @@ public static void CmdSetColorWriteEnableEXT( [NativeTypeName("const VkBool32 *")] uint pColorWriteEnables ) => ThisThread.CmdSetColorWriteEnableEXT(commandBuffer, pColorWriteEnables); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetColorWriteMaskEXT( @@ -126036,14 +72297,6 @@ _slots[186] is not null and var loadedFnPtr ) )(commandBuffer, firstAttachment, attachmentCount, pColorWriteMasks); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetColorWriteMaskEXT( @@ -126059,14 +72312,6 @@ public static void CmdSetColorWriteMaskEXT( pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126088,14 +72333,6 @@ void IVk.CmdSetColorWriteMaskEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126112,14 +72349,6 @@ public static void CmdSetColorWriteMaskEXT( pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126135,14 +72364,6 @@ void IVk.CmdSetColorWriteMaskEXT( (ColorComponentFlags*)&pColorWriteMasks ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetColorWriteMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126152,15 +72373,6 @@ public static void CmdSetColorWriteMaskEXT( [NativeTypeName("const VkColorComponentFlags *")] ColorComponentFlags pColorWriteMasks ) => ThisThread.CmdSetColorWriteMaskEXT(commandBuffer, firstAttachment, pColorWriteMasks); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetConservativeRasterizationModeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetConservativeRasterizationModeEXT( @@ -126178,15 +72390,6 @@ _slots[187] is not null and var loadedFnPtr ) )(commandBuffer, conservativeRasterizationMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetConservativeRasterizationModeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetConservativeRasterizationModeEXT( @@ -126198,15 +72401,6 @@ ConservativeRasterizationModeEXT conservativeRasterizationMode conservativeRasterizationMode ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationModeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetCoverageModulationModeNV( @@ -126224,15 +72418,6 @@ _slots[188] is not null and var loadedFnPtr ) )(commandBuffer, coverageModulationMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationModeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetCoverageModulationModeNV( @@ -126240,15 +72425,6 @@ public static void CmdSetCoverageModulationModeNV( CoverageModulationModeNV coverageModulationMode ) => ThisThread.CmdSetCoverageModulationModeNV(commandBuffer, coverageModulationMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetCoverageModulationTableEnableNV( @@ -126266,15 +72442,6 @@ _slots[189] is not null and var loadedFnPtr ) )(commandBuffer, coverageModulationTableEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetCoverageModulationTableEnableNV( @@ -126286,15 +72453,6 @@ public static void CmdSetCoverageModulationTableEnableNV( coverageModulationTableEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126307,15 +72465,6 @@ void IVk.CmdSetCoverageModulationTableEnableNV( (uint)coverageModulationTableEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126328,15 +72477,6 @@ public static void CmdSetCoverageModulationTableEnableNV( coverageModulationTableEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetCoverageModulationTableNV( @@ -126355,15 +72495,6 @@ _slots[190] is not null and var loadedFnPtr ) )(commandBuffer, coverageModulationTableCount, pCoverageModulationTable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetCoverageModulationTableNV( @@ -126377,15 +72508,6 @@ public static void CmdSetCoverageModulationTableNV( pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126405,15 +72527,6 @@ void IVk.CmdSetCoverageModulationTableNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126428,15 +72541,6 @@ public static void CmdSetCoverageModulationTableNV( pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126450,15 +72554,6 @@ void IVk.CmdSetCoverageModulationTableNV( (float*)&pCoverageModulationTable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_framebuffer_mixed_samples"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageModulationTableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126467,15 +72562,6 @@ public static void CmdSetCoverageModulationTableNV( [NativeTypeName("const float *")] float pCoverageModulationTable ) => ThisThread.CmdSetCoverageModulationTableNV(commandBuffer, pCoverageModulationTable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageReductionModeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetCoverageReductionModeNV( @@ -126493,15 +72579,6 @@ _slots[191] is not null and var loadedFnPtr ) )(commandBuffer, coverageReductionMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageReductionModeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetCoverageReductionModeNV( @@ -126509,15 +72586,6 @@ public static void CmdSetCoverageReductionModeNV( CoverageReductionModeNV coverageReductionMode ) => ThisThread.CmdSetCoverageReductionModeNV(commandBuffer, coverageReductionMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetCoverageToColorEnableNV( @@ -126535,15 +72603,6 @@ _slots[192] is not null and var loadedFnPtr ) )(commandBuffer, coverageToColorEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetCoverageToColorEnableNV( @@ -126551,15 +72610,6 @@ public static void CmdSetCoverageToColorEnableNV( [NativeTypeName("VkBool32")] uint coverageToColorEnable ) => ThisThread.CmdSetCoverageToColorEnableNV(commandBuffer, coverageToColorEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126568,15 +72618,6 @@ void IVk.CmdSetCoverageToColorEnableNV( [NativeTypeName("VkBool32")] MaybeBool coverageToColorEnable ) => ((IVk)this).CmdSetCoverageToColorEnableNV(commandBuffer, (uint)coverageToColorEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126585,15 +72626,6 @@ public static void CmdSetCoverageToColorEnableNV( [NativeTypeName("VkBool32")] MaybeBool coverageToColorEnable ) => ThisThread.CmdSetCoverageToColorEnableNV(commandBuffer, coverageToColorEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorLocationNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetCoverageToColorLocationNV( @@ -126611,15 +72643,6 @@ _slots[193] is not null and var loadedFnPtr ) )(commandBuffer, coverageToColorLocation); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_fragment_coverage_to_color"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCoverageToColorLocationNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetCoverageToColorLocationNV( @@ -126627,11 +72650,6 @@ public static void CmdSetCoverageToColorLocationNV( [NativeTypeName("uint32_t")] uint coverageToColorLocation ) => ThisThread.CmdSetCoverageToColorLocationNV(commandBuffer, coverageToColorLocation); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCullMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetCullMode( @@ -126646,11 +72664,6 @@ _slots[194] is not null and var loadedFnPtr ) )(commandBuffer, cullMode); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCullMode")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetCullMode( @@ -126658,14 +72671,6 @@ public static void CmdSetCullMode( [NativeTypeName("VkCullModeFlags")] CullModeFlags cullMode ) => ThisThread.CmdSetCullMode(commandBuffer, cullMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCullModeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetCullModeEXT( @@ -126680,14 +72685,6 @@ _slots[195] is not null and var loadedFnPtr ) )(commandBuffer, cullMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetCullModeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetCullModeEXT( @@ -126695,22 +72692,6 @@ public static void CmdSetCullModeEXT( [NativeTypeName("VkCullModeFlags")] CullModeFlags cullMode ) => ThisThread.CmdSetCullModeEXT(commandBuffer, cullMode); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthBias( @@ -126727,22 +72708,6 @@ _slots[196] is not null and var loadedFnPtr ) )(commandBuffer, depthBiasConstantFactor, depthBiasClamp, depthBiasSlopeFactor); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthBias( @@ -126758,14 +72723,6 @@ float depthBiasSlopeFactor depthBiasSlopeFactor ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthBias2EXT( @@ -126780,14 +72737,6 @@ _slots[197] is not null and var loadedFnPtr ) )(commandBuffer, pDepthBiasInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthBias2EXT( @@ -126795,14 +72744,6 @@ public static void CmdSetDepthBias2EXT( [NativeTypeName("const VkDepthBiasInfoEXT *")] DepthBiasInfoEXT* pDepthBiasInfo ) => ThisThread.CmdSetDepthBias2EXT(commandBuffer, pDepthBiasInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126817,14 +72758,6 @@ void IVk.CmdSetDepthBias2EXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_bias_control"], - ImpliesSets = [ - "VK_EXT_depth_bias_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_depth_bias_control+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBias2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126833,11 +72766,6 @@ public static void CmdSetDepthBias2EXT( [NativeTypeName("const VkDepthBiasInfoEXT *")] Ref pDepthBiasInfo ) => ThisThread.CmdSetDepthBias2EXT(commandBuffer, pDepthBiasInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthBiasEnable( @@ -126852,11 +72780,6 @@ _slots[198] is not null and var loadedFnPtr ) )(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthBiasEnable( @@ -126864,11 +72787,6 @@ public static void CmdSetDepthBiasEnable( [NativeTypeName("VkBool32")] uint depthBiasEnable ) => ThisThread.CmdSetDepthBiasEnable(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126877,11 +72795,6 @@ void IVk.CmdSetDepthBiasEnable( [NativeTypeName("VkBool32")] MaybeBool depthBiasEnable ) => ((IVk)this).CmdSetDepthBiasEnable(commandBuffer, (uint)depthBiasEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126890,14 +72803,6 @@ public static void CmdSetDepthBiasEnable( [NativeTypeName("VkBool32")] MaybeBool depthBiasEnable ) => ThisThread.CmdSetDepthBiasEnable(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthBiasEnableEXT( @@ -126915,14 +72820,6 @@ _slots[199] is not null and var loadedFnPtr ) )(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthBiasEnableEXT( @@ -126930,14 +72827,6 @@ public static void CmdSetDepthBiasEnableEXT( [NativeTypeName("VkBool32")] uint depthBiasEnable ) => ThisThread.CmdSetDepthBiasEnableEXT(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126946,14 +72835,6 @@ void IVk.CmdSetDepthBiasEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthBiasEnable ) => ((IVk)this).CmdSetDepthBiasEnableEXT(commandBuffer, (uint)depthBiasEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBiasEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -126962,22 +72843,6 @@ public static void CmdSetDepthBiasEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthBiasEnable ) => ThisThread.CmdSetDepthBiasEnableEXT(commandBuffer, depthBiasEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBounds")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthBounds( @@ -126993,22 +72858,6 @@ _slots[200] is not null and var loadedFnPtr ) )(commandBuffer, minDepthBounds, maxDepthBounds); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBounds")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthBounds( @@ -127017,11 +72866,6 @@ public static void CmdSetDepthBounds( float maxDepthBounds ) => ThisThread.CmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthBoundsTestEnable( @@ -127039,11 +72883,6 @@ _slots[201] is not null and var loadedFnPtr ) )(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthBoundsTestEnable( @@ -127051,11 +72890,6 @@ public static void CmdSetDepthBoundsTestEnable( [NativeTypeName("VkBool32")] uint depthBoundsTestEnable ) => ThisThread.CmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127064,11 +72898,6 @@ void IVk.CmdSetDepthBoundsTestEnable( [NativeTypeName("VkBool32")] MaybeBool depthBoundsTestEnable ) => ((IVk)this).CmdSetDepthBoundsTestEnable(commandBuffer, (uint)depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127077,14 +72906,6 @@ public static void CmdSetDepthBoundsTestEnable( [NativeTypeName("VkBool32")] MaybeBool depthBoundsTestEnable ) => ThisThread.CmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthBoundsTestEnableEXT( @@ -127102,14 +72923,6 @@ _slots[202] is not null and var loadedFnPtr ) )(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthBoundsTestEnableEXT( @@ -127117,14 +72930,6 @@ public static void CmdSetDepthBoundsTestEnableEXT( [NativeTypeName("VkBool32")] uint depthBoundsTestEnable ) => ThisThread.CmdSetDepthBoundsTestEnableEXT(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127133,14 +72938,6 @@ void IVk.CmdSetDepthBoundsTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthBoundsTestEnable ) => ((IVk)this).CmdSetDepthBoundsTestEnableEXT(commandBuffer, (uint)depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthBoundsTestEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127149,14 +72946,6 @@ public static void CmdSetDepthBoundsTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthBoundsTestEnable ) => ThisThread.CmdSetDepthBoundsTestEnableEXT(commandBuffer, depthBoundsTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthClampEnableEXT( @@ -127174,14 +72963,6 @@ _slots[203] is not null and var loadedFnPtr ) )(commandBuffer, depthClampEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthClampEnableEXT( @@ -127189,14 +72970,6 @@ public static void CmdSetDepthClampEnableEXT( [NativeTypeName("VkBool32")] uint depthClampEnable ) => ThisThread.CmdSetDepthClampEnableEXT(commandBuffer, depthClampEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127205,14 +72978,6 @@ void IVk.CmdSetDepthClampEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthClampEnable ) => ((IVk)this).CmdSetDepthClampEnableEXT(commandBuffer, (uint)depthClampEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127221,16 +72986,6 @@ public static void CmdSetDepthClampEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthClampEnable ) => ThisThread.CmdSetDepthClampEnableEXT(commandBuffer, depthClampEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthClampRangeEXT( @@ -127253,16 +73008,6 @@ _slots[204] is not null and var loadedFnPtr ) )(commandBuffer, depthClampMode, pDepthClampRange); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthClampRangeEXT( @@ -127271,16 +73016,6 @@ public static void CmdSetDepthClampRangeEXT( [NativeTypeName("const VkDepthClampRangeEXT *")] DepthClampRangeEXT* pDepthClampRange ) => ThisThread.CmdSetDepthClampRangeEXT(commandBuffer, depthClampMode, pDepthClampRange); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127300,16 +73035,6 @@ void IVk.CmdSetDepthClampRangeEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clamp_control", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClampRangeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127319,15 +73044,6 @@ public static void CmdSetDepthClampRangeEXT( [NativeTypeName("const VkDepthClampRangeEXT *")] Ref pDepthClampRange ) => ThisThread.CmdSetDepthClampRangeEXT(commandBuffer, depthClampMode, pDepthClampRange); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthClipEnableEXT( @@ -127345,15 +73061,6 @@ _slots[205] is not null and var loadedFnPtr ) )(commandBuffer, depthClipEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthClipEnableEXT( @@ -127361,15 +73068,6 @@ public static void CmdSetDepthClipEnableEXT( [NativeTypeName("VkBool32")] uint depthClipEnable ) => ThisThread.CmdSetDepthClipEnableEXT(commandBuffer, depthClipEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127378,15 +73076,6 @@ void IVk.CmdSetDepthClipEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthClipEnable ) => ((IVk)this).CmdSetDepthClipEnableEXT(commandBuffer, (uint)depthClipEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_enable", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127395,15 +73084,6 @@ public static void CmdSetDepthClipEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthClipEnable ) => ThisThread.CmdSetDepthClipEnableEXT(commandBuffer, depthClipEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthClipNegativeOneToOneEXT( @@ -127421,15 +73101,6 @@ _slots[206] is not null and var loadedFnPtr ) )(commandBuffer, negativeOneToOne); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthClipNegativeOneToOneEXT( @@ -127437,15 +73108,6 @@ public static void CmdSetDepthClipNegativeOneToOneEXT( [NativeTypeName("VkBool32")] uint negativeOneToOne ) => ThisThread.CmdSetDepthClipNegativeOneToOneEXT(commandBuffer, negativeOneToOne); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127454,15 +73116,6 @@ void IVk.CmdSetDepthClipNegativeOneToOneEXT( [NativeTypeName("VkBool32")] MaybeBool negativeOneToOne ) => ((IVk)this).CmdSetDepthClipNegativeOneToOneEXT(commandBuffer, (uint)negativeOneToOne); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_depth_clip_control", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthClipNegativeOneToOneEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127471,11 +73124,6 @@ public static void CmdSetDepthClipNegativeOneToOneEXT( [NativeTypeName("VkBool32")] MaybeBool negativeOneToOne ) => ThisThread.CmdSetDepthClipNegativeOneToOneEXT(commandBuffer, negativeOneToOne); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthCompareOp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthCompareOp( @@ -127490,11 +73138,6 @@ _slots[207] is not null and var loadedFnPtr ) )(commandBuffer, depthCompareOp); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthCompareOp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthCompareOp( @@ -127502,14 +73145,6 @@ public static void CmdSetDepthCompareOp( CompareOp depthCompareOp ) => ThisThread.CmdSetDepthCompareOp(commandBuffer, depthCompareOp); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthCompareOpEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthCompareOpEXT( @@ -127527,14 +73162,6 @@ _slots[208] is not null and var loadedFnPtr ) )(commandBuffer, depthCompareOp); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthCompareOpEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthCompareOpEXT( @@ -127542,11 +73169,6 @@ public static void CmdSetDepthCompareOpEXT( CompareOp depthCompareOp ) => ThisThread.CmdSetDepthCompareOpEXT(commandBuffer, depthCompareOp); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthTestEnable( @@ -127561,11 +73183,6 @@ _slots[209] is not null and var loadedFnPtr ) )(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthTestEnable( @@ -127573,11 +73190,6 @@ public static void CmdSetDepthTestEnable( [NativeTypeName("VkBool32")] uint depthTestEnable ) => ThisThread.CmdSetDepthTestEnable(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127586,11 +73198,6 @@ void IVk.CmdSetDepthTestEnable( [NativeTypeName("VkBool32")] MaybeBool depthTestEnable ) => ((IVk)this).CmdSetDepthTestEnable(commandBuffer, (uint)depthTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127599,14 +73206,6 @@ public static void CmdSetDepthTestEnable( [NativeTypeName("VkBool32")] MaybeBool depthTestEnable ) => ThisThread.CmdSetDepthTestEnable(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthTestEnableEXT( @@ -127624,14 +73223,6 @@ _slots[210] is not null and var loadedFnPtr ) )(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthTestEnableEXT( @@ -127639,14 +73230,6 @@ public static void CmdSetDepthTestEnableEXT( [NativeTypeName("VkBool32")] uint depthTestEnable ) => ThisThread.CmdSetDepthTestEnableEXT(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127655,14 +73238,6 @@ void IVk.CmdSetDepthTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthTestEnable ) => ((IVk)this).CmdSetDepthTestEnableEXT(commandBuffer, (uint)depthTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthTestEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127671,11 +73246,6 @@ public static void CmdSetDepthTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthTestEnable ) => ThisThread.CmdSetDepthTestEnableEXT(commandBuffer, depthTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthWriteEnable( @@ -127690,11 +73260,6 @@ _slots[211] is not null and var loadedFnPtr ) )(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthWriteEnable( @@ -127702,11 +73267,6 @@ public static void CmdSetDepthWriteEnable( [NativeTypeName("VkBool32")] uint depthWriteEnable ) => ThisThread.CmdSetDepthWriteEnable(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127715,11 +73275,6 @@ void IVk.CmdSetDepthWriteEnable( [NativeTypeName("VkBool32")] MaybeBool depthWriteEnable ) => ((IVk)this).CmdSetDepthWriteEnable(commandBuffer, (uint)depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127728,14 +73283,6 @@ public static void CmdSetDepthWriteEnable( [NativeTypeName("VkBool32")] MaybeBool depthWriteEnable ) => ThisThread.CmdSetDepthWriteEnable(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDepthWriteEnableEXT( @@ -127753,14 +73300,6 @@ _slots[212] is not null and var loadedFnPtr ) )(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDepthWriteEnableEXT( @@ -127768,14 +73307,6 @@ public static void CmdSetDepthWriteEnableEXT( [NativeTypeName("VkBool32")] uint depthWriteEnable ) => ThisThread.CmdSetDepthWriteEnableEXT(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127784,14 +73315,6 @@ void IVk.CmdSetDepthWriteEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthWriteEnable ) => ((IVk)this).CmdSetDepthWriteEnableEXT(commandBuffer, (uint)depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDepthWriteEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127800,12 +73323,6 @@ public static void CmdSetDepthWriteEnableEXT( [NativeTypeName("VkBool32")] MaybeBool depthWriteEnable ) => ThisThread.CmdSetDepthWriteEnableEXT(commandBuffer, depthWriteEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDescriptorBufferOffsets2EXT( @@ -127824,12 +73341,6 @@ _slots[213] is not null and var loadedFnPtr ) )(commandBuffer, pSetDescriptorBufferOffsetsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDescriptorBufferOffsets2EXT( @@ -127842,12 +73353,6 @@ public static void CmdSetDescriptorBufferOffsets2EXT( pSetDescriptorBufferOffsetsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127869,12 +73374,6 @@ Ref pSetDescriptorBufferOffsetsInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer", "VK_KHR_maintenance6"], - ImpliesSets = ["VK_VERSION_1_1"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsets2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127888,16 +73387,6 @@ Ref pSetDescriptorBufferOffsetsInfo pSetDescriptorBufferOffsetsInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDescriptorBufferOffsetsEXT( @@ -127928,16 +73417,6 @@ _slots[214] is not null and var loadedFnPtr ) )(commandBuffer, pipelineBindPoint, layout, firstSet, setCount, pBufferIndices, pOffsets); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDescriptorBufferOffsetsEXT( @@ -127959,16 +73438,6 @@ public static void CmdSetDescriptorBufferOffsetsEXT( pOffsets ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -127997,16 +73466,6 @@ void IVk.CmdSetDescriptorBufferOffsetsEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDescriptorBufferOffsetsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128029,28 +73488,6 @@ public static void CmdSetDescriptorBufferOffsetsEXT( pOffsets ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDeviceMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDeviceMask( @@ -128065,28 +73502,6 @@ _slots[215] is not null and var loadedFnPtr ) )(commandBuffer, deviceMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDeviceMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDeviceMask( @@ -128094,11 +73509,6 @@ public static void CmdSetDeviceMask( [NativeTypeName("uint32_t")] uint deviceMask ) => ThisThread.CmdSetDeviceMask(commandBuffer, deviceMask); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDeviceMaskKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDeviceMaskKHR( @@ -128113,11 +73523,6 @@ _slots[216] is not null and var loadedFnPtr ) )(commandBuffer, deviceMask); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDeviceMaskKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDeviceMaskKHR( @@ -128125,14 +73530,6 @@ public static void CmdSetDeviceMaskKHR( [NativeTypeName("uint32_t")] uint deviceMask ) => ThisThread.CmdSetDeviceMaskKHR(commandBuffer, deviceMask); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDiscardRectangleEnableEXT( @@ -128150,14 +73547,6 @@ _slots[217] is not null and var loadedFnPtr ) )(commandBuffer, discardRectangleEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDiscardRectangleEnableEXT( @@ -128165,14 +73554,6 @@ public static void CmdSetDiscardRectangleEnableEXT( [NativeTypeName("VkBool32")] uint discardRectangleEnable ) => ThisThread.CmdSetDiscardRectangleEnableEXT(commandBuffer, discardRectangleEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128181,14 +73562,6 @@ void IVk.CmdSetDiscardRectangleEnableEXT( [NativeTypeName("VkBool32")] MaybeBool discardRectangleEnable ) => ((IVk)this).CmdSetDiscardRectangleEnableEXT(commandBuffer, (uint)discardRectangleEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128197,14 +73570,6 @@ public static void CmdSetDiscardRectangleEnableEXT( [NativeTypeName("VkBool32")] MaybeBool discardRectangleEnable ) => ThisThread.CmdSetDiscardRectangleEnableEXT(commandBuffer, discardRectangleEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDiscardRectangleEXT( @@ -128224,14 +73589,6 @@ _slots[218] is not null and var loadedFnPtr ) )(commandBuffer, firstDiscardRectangle, discardRectangleCount, pDiscardRectangles); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDiscardRectangleEXT( @@ -128247,14 +73604,6 @@ public static void CmdSetDiscardRectangleEXT( pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128276,14 +73625,6 @@ void IVk.CmdSetDiscardRectangleEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128300,14 +73641,6 @@ public static void CmdSetDiscardRectangleEXT( pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128323,14 +73656,6 @@ void IVk.CmdSetDiscardRectangleEXT( (Rect2D*)&pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128345,14 +73670,6 @@ public static void CmdSetDiscardRectangleEXT( pDiscardRectangles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleModeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetDiscardRectangleModeEXT( @@ -128370,14 +73687,6 @@ _slots[219] is not null and var loadedFnPtr ) )(commandBuffer, discardRectangleMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_discard_rectangles"], - ImpliesSets = [ - "VK_EXT_discard_rectangles+VK_KHR_get_physical_device_properties2", - "VK_EXT_discard_rectangles+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetDiscardRectangleModeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetDiscardRectangleModeEXT( @@ -128385,27 +73694,6 @@ public static void CmdSetDiscardRectangleModeEXT( DiscardRectangleModeEXT discardRectangleMode ) => ThisThread.CmdSetDiscardRectangleModeEXT(commandBuffer, discardRectangleMode); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetEvent( @@ -128421,27 +73709,6 @@ _slots[220] is not null and var loadedFnPtr ) )(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetEvent( @@ -128450,18 +73717,6 @@ public static void CmdSetEvent( [NativeTypeName("VkPipelineStageFlags")] PipelineStageFlags stageMask ) => ThisThread.CmdSetEvent(commandBuffer, @event, stageMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetEvent2( @@ -128477,18 +73732,6 @@ _slots[221] is not null and var loadedFnPtr ) )(commandBuffer, @event, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetEvent2( @@ -128497,18 +73740,6 @@ public static void CmdSetEvent2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ) => ThisThread.CmdSetEvent2(commandBuffer, @event, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128524,18 +73755,6 @@ void IVk.CmdSetEvent2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128545,14 +73764,6 @@ public static void CmdSetEvent2( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ) => ThisThread.CmdSetEvent2(commandBuffer, @event, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetEvent2KHR( @@ -128568,14 +73779,6 @@ _slots[222] is not null and var loadedFnPtr ) )(commandBuffer, @event, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetEvent2KHR( @@ -128584,14 +73787,6 @@ public static void CmdSetEvent2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfo ) => ThisThread.CmdSetEvent2KHR(commandBuffer, @event, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128607,14 +73802,6 @@ void IVk.CmdSetEvent2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetEvent2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128624,14 +73811,6 @@ public static void CmdSetEvent2KHR( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfo ) => ThisThread.CmdSetEvent2KHR(commandBuffer, @event, pDependencyInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetExclusiveScissorEnableNV( @@ -128651,14 +73830,6 @@ _slots[223] is not null and var loadedFnPtr ) )(commandBuffer, firstExclusiveScissor, exclusiveScissorCount, pExclusiveScissorEnables); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetExclusiveScissorEnableNV( @@ -128674,14 +73845,6 @@ public static void CmdSetExclusiveScissorEnableNV( pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128703,14 +73866,6 @@ void IVk.CmdSetExclusiveScissorEnableNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128727,14 +73882,6 @@ public static void CmdSetExclusiveScissorEnableNV( pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128750,14 +73897,6 @@ void IVk.CmdSetExclusiveScissorEnableNV( (uint*)&pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128772,14 +73911,6 @@ public static void CmdSetExclusiveScissorEnableNV( pExclusiveScissorEnables ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetExclusiveScissorNV( @@ -128799,14 +73930,6 @@ _slots[224] is not null and var loadedFnPtr ) )(commandBuffer, firstExclusiveScissor, exclusiveScissorCount, pExclusiveScissors); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetExclusiveScissorNV( @@ -128822,14 +73945,6 @@ public static void CmdSetExclusiveScissorNV( pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128851,14 +73966,6 @@ void IVk.CmdSetExclusiveScissorNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128875,14 +73982,6 @@ public static void CmdSetExclusiveScissorNV( pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128898,14 +73997,6 @@ void IVk.CmdSetExclusiveScissorNV( (Rect2D*)&pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_scissor_exclusive"], - ImpliesSets = [ - "VK_NV_scissor_exclusive+VK_KHR_get_physical_device_properties2", - "VK_NV_scissor_exclusive+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExclusiveScissorNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -128920,15 +74011,6 @@ public static void CmdSetExclusiveScissorNV( pExclusiveScissors ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExtraPrimitiveOverestimationSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetExtraPrimitiveOverestimationSizeEXT( @@ -128946,15 +74028,6 @@ _slots[225] is not null and var loadedFnPtr ) )(commandBuffer, extraPrimitiveOverestimationSize); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_conservative_rasterization", "VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetExtraPrimitiveOverestimationSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetExtraPrimitiveOverestimationSizeEXT( @@ -128966,11 +74039,6 @@ float extraPrimitiveOverestimationSize extraPrimitiveOverestimationSize ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetFragmentShadingRateEnumNV( @@ -128994,11 +74062,6 @@ _slots[226] is not null and var loadedFnPtr ) )(commandBuffer, shadingRate, combinerOps); - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetFragmentShadingRateEnumNV( @@ -129008,11 +74071,6 @@ public static void CmdSetFragmentShadingRateEnumNV( FragmentShadingRateCombinerOpKHR* combinerOps ) => ThisThread.CmdSetFragmentShadingRateEnumNV(commandBuffer, shadingRate, combinerOps); - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -129033,11 +74091,6 @@ Ref combinerOps } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_fragment_shading_rate_enums"], - ImpliesSets = ["VK_KHR_fragment_shading_rate"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateEnumNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -129048,15 +74101,6 @@ public static void CmdSetFragmentShadingRateEnumNV( Ref combinerOps ) => ThisThread.CmdSetFragmentShadingRateEnumNV(commandBuffer, shadingRate, combinerOps); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetFragmentShadingRateKHR( @@ -129080,15 +74124,6 @@ _slots[227] is not null and var loadedFnPtr ) )(commandBuffer, pFragmentSize, combinerOps); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetFragmentShadingRateKHR( @@ -129098,15 +74133,6 @@ public static void CmdSetFragmentShadingRateKHR( FragmentShadingRateCombinerOpKHR* combinerOps ) => ThisThread.CmdSetFragmentShadingRateKHR(commandBuffer, pFragmentSize, combinerOps); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -129128,15 +74154,6 @@ Ref combinerOps } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFragmentShadingRateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -129147,11 +74164,6 @@ public static void CmdSetFragmentShadingRateKHR( Ref combinerOps ) => ThisThread.CmdSetFragmentShadingRateKHR(commandBuffer, pFragmentSize, combinerOps); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFrontFace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetFrontFace( @@ -129166,11 +74178,6 @@ _slots[228] is not null and var loadedFnPtr ) )(commandBuffer, frontFace); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFrontFace")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetFrontFace( @@ -129178,14 +74185,6 @@ public static void CmdSetFrontFace( FrontFace frontFace ) => ThisThread.CmdSetFrontFace(commandBuffer, frontFace); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFrontFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetFrontFaceEXT( @@ -129200,14 +74199,6 @@ _slots[229] is not null and var loadedFnPtr ) )(commandBuffer, frontFace); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetFrontFaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetFrontFaceEXT( @@ -129215,15 +74206,6 @@ public static void CmdSetFrontFaceEXT( FrontFace frontFace ) => ThisThread.CmdSetFrontFaceEXT(commandBuffer, frontFace); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineRasterizationModeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetLineRasterizationModeEXT( @@ -129241,15 +74223,6 @@ _slots[230] is not null and var loadedFnPtr ) )(commandBuffer, lineRasterizationMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineRasterizationModeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetLineRasterizationModeEXT( @@ -129257,11 +74230,6 @@ public static void CmdSetLineRasterizationModeEXT( [NativeTypeName("VkLineRasterizationModeEXT")] LineRasterizationMode lineRasterizationMode ) => ThisThread.CmdSetLineRasterizationModeEXT(commandBuffer, lineRasterizationMode); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetLineStipple( @@ -129277,11 +74245,6 @@ _slots[231] is not null and var loadedFnPtr ) )(commandBuffer, lineStippleFactor, lineStipplePattern); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStipple")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetLineStipple( @@ -129290,15 +74253,6 @@ public static void CmdSetLineStipple( [NativeTypeName("uint16_t")] ushort lineStipplePattern ) => ThisThread.CmdSetLineStipple(commandBuffer, lineStippleFactor, lineStipplePattern); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetLineStippleEnableEXT( @@ -129316,15 +74270,6 @@ _slots[232] is not null and var loadedFnPtr ) )(commandBuffer, stippledLineEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetLineStippleEnableEXT( @@ -129332,15 +74277,6 @@ public static void CmdSetLineStippleEnableEXT( [NativeTypeName("VkBool32")] uint stippledLineEnable ) => ThisThread.CmdSetLineStippleEnableEXT(commandBuffer, stippledLineEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -129349,15 +74285,6 @@ void IVk.CmdSetLineStippleEnableEXT( [NativeTypeName("VkBool32")] MaybeBool stippledLineEnable ) => ((IVk)this).CmdSetLineStippleEnableEXT(commandBuffer, (uint)stippledLineEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -129366,14 +74293,6 @@ public static void CmdSetLineStippleEnableEXT( [NativeTypeName("VkBool32")] MaybeBool stippledLineEnable ) => ThisThread.CmdSetLineStippleEnableEXT(commandBuffer, stippledLineEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetLineStippleEXT( @@ -129389,14 +74308,6 @@ _slots[233] is not null and var loadedFnPtr ) )(commandBuffer, lineStippleFactor, lineStipplePattern); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_line_rasterization"], - ImpliesSets = [ - "VK_EXT_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_EXT_line_rasterization+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetLineStippleEXT( @@ -129405,14 +74316,6 @@ public static void CmdSetLineStippleEXT( [NativeTypeName("uint16_t")] ushort lineStipplePattern ) => ThisThread.CmdSetLineStippleEXT(commandBuffer, lineStippleFactor, lineStipplePattern); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetLineStippleKHR( @@ -129428,14 +74331,6 @@ _slots[234] is not null and var loadedFnPtr ) )(commandBuffer, lineStippleFactor, lineStipplePattern); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_line_rasterization"], - ImpliesSets = [ - "VK_KHR_line_rasterization+VK_KHR_get_physical_device_properties2", - "VK_KHR_line_rasterization+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineStippleKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetLineStippleKHR( @@ -129444,22 +74339,6 @@ public static void CmdSetLineStippleKHR( [NativeTypeName("uint16_t")] ushort lineStipplePattern ) => ThisThread.CmdSetLineStippleKHR(commandBuffer, lineStippleFactor, lineStipplePattern); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineWidth")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetLineWidth( @@ -129474,22 +74353,6 @@ _slots[235] is not null and var loadedFnPtr ) )(commandBuffer, lineWidth); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLineWidth")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetLineWidth( @@ -129497,14 +74360,6 @@ public static void CmdSetLineWidth( float lineWidth ) => ThisThread.CmdSetLineWidth(commandBuffer, lineWidth); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetLogicOpEnableEXT( @@ -129519,14 +74374,6 @@ _slots[236] is not null and var loadedFnPtr ) )(commandBuffer, logicOpEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetLogicOpEnableEXT( @@ -129534,14 +74381,6 @@ public static void CmdSetLogicOpEnableEXT( [NativeTypeName("VkBool32")] uint logicOpEnable ) => ThisThread.CmdSetLogicOpEnableEXT(commandBuffer, logicOpEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -129550,14 +74389,6 @@ void IVk.CmdSetLogicOpEnableEXT( [NativeTypeName("VkBool32")] MaybeBool logicOpEnable ) => ((IVk)this).CmdSetLogicOpEnableEXT(commandBuffer, (uint)logicOpEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -129566,14 +74397,6 @@ public static void CmdSetLogicOpEnableEXT( [NativeTypeName("VkBool32")] MaybeBool logicOpEnable ) => ThisThread.CmdSetLogicOpEnableEXT(commandBuffer, logicOpEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetLogicOpEXT( @@ -129588,14 +74411,6 @@ _slots[237] is not null and var loadedFnPtr ) )(commandBuffer, logicOp); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetLogicOpEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetLogicOpEXT( @@ -129603,14 +74418,6 @@ public static void CmdSetLogicOpEXT( LogicOp logicOp ) => ThisThread.CmdSetLogicOpEXT(commandBuffer, logicOp); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPatchControlPointsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetPatchControlPointsEXT( @@ -129628,14 +74435,6 @@ _slots[238] is not null and var loadedFnPtr ) )(commandBuffer, patchControlPoints); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPatchControlPointsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetPatchControlPointsEXT( @@ -129643,16 +74442,15 @@ public static void CmdSetPatchControlPointsEXT( [NativeTypeName("uint32_t")] uint patchControlPoints ) => ThisThread.CmdSetPatchControlPointsEXT(commandBuffer, patchControlPoints); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.CmdSetPerformanceMarkerIntel( + Result IVk.CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - PerformanceMarkerInfoIntel* pMarkerInfo + PerformanceMarkerInfoINTEL* pMarkerInfo ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[239] is not null and var loadedFnPtr ? loadedFnPtr : _slots[239] = nativeContext.LoadFunction( @@ -129662,52 +74460,48 @@ _slots[239] is not null and var loadedFnPtr ) )(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result CmdSetPerformanceMarkerIntel( + public static Result CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - PerformanceMarkerInfoIntel* pMarkerInfo - ) => ThisThread.CmdSetPerformanceMarkerIntel(commandBuffer, pMarkerInfo); + PerformanceMarkerInfoINTEL* pMarkerInfo + ) => ThisThread.CmdSetPerformanceMarkerINTEL(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.CmdSetPerformanceMarkerIntel( + Result IVk.CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - Ref pMarkerInfo + Ref pMarkerInfo ) { - fixed (PerformanceMarkerInfoIntel* __dsl_pMarkerInfo = pMarkerInfo) + fixed (PerformanceMarkerInfoINTEL* __dsl_pMarkerInfo = pMarkerInfo) { return (Result) - ((IVk)this).CmdSetPerformanceMarkerIntel(commandBuffer, __dsl_pMarkerInfo); + ((IVk)this).CmdSetPerformanceMarkerINTEL(commandBuffer, __dsl_pMarkerInfo); } } - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceMarkerINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result CmdSetPerformanceMarkerIntel( + public static Result CmdSetPerformanceMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceMarkerInfoINTEL *")] - Ref pMarkerInfo - ) => ThisThread.CmdSetPerformanceMarkerIntel(commandBuffer, pMarkerInfo); + Ref pMarkerInfo + ) => ThisThread.CmdSetPerformanceMarkerINTEL(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.CmdSetPerformanceOverrideIntel( + Result IVk.CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - PerformanceOverrideInfoIntel* pOverrideInfo + PerformanceOverrideInfoINTEL* pOverrideInfo ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[240] is not null and var loadedFnPtr ? loadedFnPtr : _slots[240] = nativeContext.LoadFunction( @@ -129717,52 +74511,48 @@ _slots[240] is not null and var loadedFnPtr ) )(commandBuffer, pOverrideInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result CmdSetPerformanceOverrideIntel( + public static Result CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - PerformanceOverrideInfoIntel* pOverrideInfo - ) => ThisThread.CmdSetPerformanceOverrideIntel(commandBuffer, pOverrideInfo); + PerformanceOverrideInfoINTEL* pOverrideInfo + ) => ThisThread.CmdSetPerformanceOverrideINTEL(commandBuffer, pOverrideInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.CmdSetPerformanceOverrideIntel( + Result IVk.CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - Ref pOverrideInfo + Ref pOverrideInfo ) { - fixed (PerformanceOverrideInfoIntel* __dsl_pOverrideInfo = pOverrideInfo) + fixed (PerformanceOverrideInfoINTEL* __dsl_pOverrideInfo = pOverrideInfo) { return (Result) - ((IVk)this).CmdSetPerformanceOverrideIntel(commandBuffer, __dsl_pOverrideInfo); + ((IVk)this).CmdSetPerformanceOverrideINTEL(commandBuffer, __dsl_pOverrideInfo); } } - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceOverrideINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result CmdSetPerformanceOverrideIntel( + public static Result CmdSetPerformanceOverrideINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceOverrideInfoINTEL *")] - Ref pOverrideInfo - ) => ThisThread.CmdSetPerformanceOverrideIntel(commandBuffer, pOverrideInfo); + Ref pOverrideInfo + ) => ThisThread.CmdSetPerformanceOverrideINTEL(commandBuffer, pOverrideInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.CmdSetPerformanceStreamMarkerIntel( + Result IVk.CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - PerformanceStreamMarkerInfoIntel* pMarkerInfo + PerformanceStreamMarkerInfoINTEL* pMarkerInfo ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[241] is not null and var loadedFnPtr ? loadedFnPtr : _slots[241] = nativeContext.LoadFunction( @@ -129772,50 +74562,39 @@ _slots[241] is not null and var loadedFnPtr ) )(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result CmdSetPerformanceStreamMarkerIntel( + public static Result CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - PerformanceStreamMarkerInfoIntel* pMarkerInfo - ) => ThisThread.CmdSetPerformanceStreamMarkerIntel(commandBuffer, pMarkerInfo); + PerformanceStreamMarkerInfoINTEL* pMarkerInfo + ) => ThisThread.CmdSetPerformanceStreamMarkerINTEL(commandBuffer, pMarkerInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.CmdSetPerformanceStreamMarkerIntel( + Result IVk.CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - Ref pMarkerInfo + Ref pMarkerInfo ) { - fixed (PerformanceStreamMarkerInfoIntel* __dsl_pMarkerInfo = pMarkerInfo) + fixed (PerformanceStreamMarkerInfoINTEL* __dsl_pMarkerInfo = pMarkerInfo) { return (Result) - ((IVk)this).CmdSetPerformanceStreamMarkerIntel(commandBuffer, __dsl_pMarkerInfo); + ((IVk)this).CmdSetPerformanceStreamMarkerINTEL(commandBuffer, __dsl_pMarkerInfo); } } - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPerformanceStreamMarkerINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result CmdSetPerformanceStreamMarkerIntel( + public static Result CmdSetPerformanceStreamMarkerINTEL( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkPerformanceStreamMarkerInfoINTEL *")] - Ref pMarkerInfo - ) => ThisThread.CmdSetPerformanceStreamMarkerIntel(commandBuffer, pMarkerInfo); + Ref pMarkerInfo + ) => ThisThread.CmdSetPerformanceStreamMarkerINTEL(commandBuffer, pMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPolygonModeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetPolygonModeEXT( @@ -129830,14 +74609,6 @@ _slots[242] is not null and var loadedFnPtr ) )(commandBuffer, polygonMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPolygonModeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetPolygonModeEXT( @@ -129845,11 +74616,6 @@ public static void CmdSetPolygonModeEXT( PolygonMode polygonMode ) => ThisThread.CmdSetPolygonModeEXT(commandBuffer, polygonMode); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetPrimitiveRestartEnable( @@ -129867,11 +74633,6 @@ _slots[243] is not null and var loadedFnPtr ) )(commandBuffer, primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetPrimitiveRestartEnable( @@ -129879,11 +74640,6 @@ public static void CmdSetPrimitiveRestartEnable( [NativeTypeName("VkBool32")] uint primitiveRestartEnable ) => ThisThread.CmdSetPrimitiveRestartEnable(commandBuffer, primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -129892,11 +74648,6 @@ void IVk.CmdSetPrimitiveRestartEnable( [NativeTypeName("VkBool32")] MaybeBool primitiveRestartEnable ) => ((IVk)this).CmdSetPrimitiveRestartEnable(commandBuffer, (uint)primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -129905,14 +74656,6 @@ public static void CmdSetPrimitiveRestartEnable( [NativeTypeName("VkBool32")] MaybeBool primitiveRestartEnable ) => ThisThread.CmdSetPrimitiveRestartEnable(commandBuffer, primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetPrimitiveRestartEnableEXT( @@ -129930,14 +74673,6 @@ _slots[244] is not null and var loadedFnPtr ) )(commandBuffer, primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetPrimitiveRestartEnableEXT( @@ -129945,14 +74680,6 @@ public static void CmdSetPrimitiveRestartEnableEXT( [NativeTypeName("VkBool32")] uint primitiveRestartEnable ) => ThisThread.CmdSetPrimitiveRestartEnableEXT(commandBuffer, primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -129961,14 +74688,6 @@ void IVk.CmdSetPrimitiveRestartEnableEXT( [NativeTypeName("VkBool32")] MaybeBool primitiveRestartEnable ) => ((IVk)this).CmdSetPrimitiveRestartEnableEXT(commandBuffer, (uint)primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveRestartEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -129977,11 +74696,6 @@ public static void CmdSetPrimitiveRestartEnableEXT( [NativeTypeName("VkBool32")] MaybeBool primitiveRestartEnable ) => ThisThread.CmdSetPrimitiveRestartEnableEXT(commandBuffer, primitiveRestartEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveTopology")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetPrimitiveTopology( @@ -129999,11 +74713,6 @@ _slots[245] is not null and var loadedFnPtr ) )(commandBuffer, primitiveTopology); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveTopology")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetPrimitiveTopology( @@ -130011,14 +74720,6 @@ public static void CmdSetPrimitiveTopology( PrimitiveTopology primitiveTopology ) => ThisThread.CmdSetPrimitiveTopology(commandBuffer, primitiveTopology); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveTopologyEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetPrimitiveTopologyEXT( @@ -130036,14 +74737,6 @@ _slots[246] is not null and var loadedFnPtr ) )(commandBuffer, primitiveTopology); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetPrimitiveTopologyEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetPrimitiveTopologyEXT( @@ -130051,15 +74744,6 @@ public static void CmdSetPrimitiveTopologyEXT( PrimitiveTopology primitiveTopology ) => ThisThread.CmdSetPrimitiveTopologyEXT(commandBuffer, primitiveTopology); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetProvokingVertexModeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetProvokingVertexModeEXT( @@ -130077,15 +74761,6 @@ _slots[247] is not null and var loadedFnPtr ) )(commandBuffer, provokingVertexMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_provoking_vertex"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetProvokingVertexModeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetProvokingVertexModeEXT( @@ -130093,14 +74768,6 @@ public static void CmdSetProvokingVertexModeEXT( ProvokingVertexModeEXT provokingVertexMode ) => ThisThread.CmdSetProvokingVertexModeEXT(commandBuffer, provokingVertexMode); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizationSamplesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetRasterizationSamplesEXT( @@ -130118,14 +74785,6 @@ _slots[248] is not null and var loadedFnPtr ) )(commandBuffer, rasterizationSamples); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizationSamplesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetRasterizationSamplesEXT( @@ -130133,15 +74792,6 @@ public static void CmdSetRasterizationSamplesEXT( SampleCountFlags rasterizationSamples ) => ThisThread.CmdSetRasterizationSamplesEXT(commandBuffer, rasterizationSamples); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizationStreamEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetRasterizationStreamEXT( @@ -130159,15 +74809,6 @@ _slots[249] is not null and var loadedFnPtr ) )(commandBuffer, rasterizationStream); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_transform_feedback"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizationStreamEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetRasterizationStreamEXT( @@ -130175,11 +74816,6 @@ public static void CmdSetRasterizationStreamEXT( [NativeTypeName("uint32_t")] uint rasterizationStream ) => ThisThread.CmdSetRasterizationStreamEXT(commandBuffer, rasterizationStream); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetRasterizerDiscardEnable( @@ -130197,11 +74833,6 @@ _slots[250] is not null and var loadedFnPtr ) )(commandBuffer, rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetRasterizerDiscardEnable( @@ -130209,11 +74840,6 @@ public static void CmdSetRasterizerDiscardEnable( [NativeTypeName("VkBool32")] uint rasterizerDiscardEnable ) => ThisThread.CmdSetRasterizerDiscardEnable(commandBuffer, rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130222,11 +74848,6 @@ void IVk.CmdSetRasterizerDiscardEnable( [NativeTypeName("VkBool32")] MaybeBool rasterizerDiscardEnable ) => ((IVk)this).CmdSetRasterizerDiscardEnable(commandBuffer, (uint)rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130235,14 +74856,6 @@ public static void CmdSetRasterizerDiscardEnable( [NativeTypeName("VkBool32")] MaybeBool rasterizerDiscardEnable ) => ThisThread.CmdSetRasterizerDiscardEnable(commandBuffer, rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetRasterizerDiscardEnableEXT( @@ -130260,14 +74873,6 @@ _slots[251] is not null and var loadedFnPtr ) )(commandBuffer, rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetRasterizerDiscardEnableEXT( @@ -130275,14 +74880,6 @@ public static void CmdSetRasterizerDiscardEnableEXT( [NativeTypeName("VkBool32")] uint rasterizerDiscardEnable ) => ThisThread.CmdSetRasterizerDiscardEnableEXT(commandBuffer, rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130291,14 +74888,6 @@ void IVk.CmdSetRasterizerDiscardEnableEXT( [NativeTypeName("VkBool32")] MaybeBool rasterizerDiscardEnable ) => ((IVk)this).CmdSetRasterizerDiscardEnableEXT(commandBuffer, (uint)rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state2"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state2+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRasterizerDiscardEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130307,14 +74896,6 @@ public static void CmdSetRasterizerDiscardEnableEXT( [NativeTypeName("VkBool32")] MaybeBool rasterizerDiscardEnable ) => ThisThread.CmdSetRasterizerDiscardEnableEXT(commandBuffer, rasterizerDiscardEnable); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRayTracingPipelineStackSizeKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetRayTracingPipelineStackSizeKHR( @@ -130332,14 +74913,6 @@ _slots[252] is not null and var loadedFnPtr ) )(commandBuffer, pipelineStackSize); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRayTracingPipelineStackSizeKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetRayTracingPipelineStackSizeKHR( @@ -130347,11 +74920,6 @@ public static void CmdSetRayTracingPipelineStackSizeKHR( [NativeTypeName("uint32_t")] uint pipelineStackSize ) => ThisThread.CmdSetRayTracingPipelineStackSizeKHR(commandBuffer, pipelineStackSize); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetRenderingAttachmentLocations( @@ -130370,11 +74938,6 @@ _slots[253] is not null and var loadedFnPtr ) )(commandBuffer, pLocationInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetRenderingAttachmentLocations( @@ -130383,11 +74946,6 @@ public static void CmdSetRenderingAttachmentLocations( RenderingAttachmentLocationInfo* pLocationInfo ) => ThisThread.CmdSetRenderingAttachmentLocations(commandBuffer, pLocationInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130403,11 +74961,6 @@ Ref pLocationInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocations")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130417,14 +74970,6 @@ public static void CmdSetRenderingAttachmentLocations( Ref pLocationInfo ) => ThisThread.CmdSetRenderingAttachmentLocations(commandBuffer, pLocationInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetRenderingAttachmentLocationsKHR( @@ -130443,14 +74988,6 @@ _slots[254] is not null and var loadedFnPtr ) )(commandBuffer, pLocationInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetRenderingAttachmentLocationsKHR( @@ -130459,14 +74996,6 @@ public static void CmdSetRenderingAttachmentLocationsKHR( RenderingAttachmentLocationInfo* pLocationInfo ) => ThisThread.CmdSetRenderingAttachmentLocationsKHR(commandBuffer, pLocationInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130482,14 +75011,6 @@ Ref pLocationInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingAttachmentLocationsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130499,11 +75020,6 @@ public static void CmdSetRenderingAttachmentLocationsKHR( Ref pLocationInfo ) => ThisThread.CmdSetRenderingAttachmentLocationsKHR(commandBuffer, pLocationInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetRenderingInputAttachmentIndices( @@ -130522,11 +75038,6 @@ _slots[255] is not null and var loadedFnPtr ) )(commandBuffer, pInputAttachmentIndexInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetRenderingInputAttachmentIndices( @@ -130535,11 +75046,6 @@ public static void CmdSetRenderingInputAttachmentIndices( RenderingInputAttachmentIndexInfo* pInputAttachmentIndexInfo ) => ThisThread.CmdSetRenderingInputAttachmentIndices(commandBuffer, pInputAttachmentIndexInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130561,11 +75067,6 @@ Ref pInputAttachmentIndexInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130575,14 +75076,6 @@ public static void CmdSetRenderingInputAttachmentIndices( Ref pInputAttachmentIndexInfo ) => ThisThread.CmdSetRenderingInputAttachmentIndices(commandBuffer, pInputAttachmentIndexInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetRenderingInputAttachmentIndicesKHR( @@ -130601,14 +75094,6 @@ _slots[256] is not null and var loadedFnPtr ) )(commandBuffer, pInputAttachmentIndexInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetRenderingInputAttachmentIndicesKHR( @@ -130621,14 +75106,6 @@ public static void CmdSetRenderingInputAttachmentIndicesKHR( pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130650,14 +75127,6 @@ Ref pInputAttachmentIndexInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_dynamic_rendering_local_read"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering_local_read+VK_KHR_dynamic_rendering", - "VK_KHR_dynamic_rendering_local_read+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRenderingInputAttachmentIndicesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130671,15 +75140,6 @@ Ref pInputAttachmentIndexInfo pInputAttachmentIndexInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetRepresentativeFragmentTestEnableNV( @@ -130697,15 +75157,6 @@ _slots[257] is not null and var loadedFnPtr ) )(commandBuffer, representativeFragmentTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetRepresentativeFragmentTestEnableNV( @@ -130717,15 +75168,6 @@ public static void CmdSetRepresentativeFragmentTestEnableNV( representativeFragmentTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130738,15 +75180,6 @@ void IVk.CmdSetRepresentativeFragmentTestEnableNV( (uint)representativeFragmentTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_representative_fragment_test"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetRepresentativeFragmentTestEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130759,15 +75192,6 @@ public static void CmdSetRepresentativeFragmentTestEnableNV( representativeFragmentTestEnable ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetSampleLocationsEnableEXT( @@ -130785,15 +75209,6 @@ _slots[258] is not null and var loadedFnPtr ) )(commandBuffer, sampleLocationsEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetSampleLocationsEnableEXT( @@ -130801,15 +75216,6 @@ public static void CmdSetSampleLocationsEnableEXT( [NativeTypeName("VkBool32")] uint sampleLocationsEnable ) => ThisThread.CmdSetSampleLocationsEnableEXT(commandBuffer, sampleLocationsEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130818,15 +75224,6 @@ void IVk.CmdSetSampleLocationsEnableEXT( [NativeTypeName("VkBool32")] MaybeBool sampleLocationsEnable ) => ((IVk)this).CmdSetSampleLocationsEnableEXT(commandBuffer, (uint)sampleLocationsEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130835,14 +75232,6 @@ public static void CmdSetSampleLocationsEnableEXT( [NativeTypeName("VkBool32")] MaybeBool sampleLocationsEnable ) => ThisThread.CmdSetSampleLocationsEnableEXT(commandBuffer, sampleLocationsEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetSampleLocationsEXT( @@ -130861,14 +75250,6 @@ _slots[259] is not null and var loadedFnPtr ) )(commandBuffer, pSampleLocationsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetSampleLocationsEXT( @@ -130877,14 +75258,6 @@ public static void CmdSetSampleLocationsEXT( SampleLocationsInfoEXT* pSampleLocationsInfo ) => ThisThread.CmdSetSampleLocationsEXT(commandBuffer, pSampleLocationsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130900,14 +75273,6 @@ Ref pSampleLocationsInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleLocationsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130917,14 +75282,6 @@ public static void CmdSetSampleLocationsEXT( Ref pSampleLocationsInfo ) => ThisThread.CmdSetSampleLocationsEXT(commandBuffer, pSampleLocationsInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetSampleMaskEXT( @@ -130940,14 +75297,6 @@ _slots[260] is not null and var loadedFnPtr ) )(commandBuffer, samples, pSampleMask); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetSampleMaskEXT( @@ -130956,14 +75305,6 @@ public static void CmdSetSampleMaskEXT( [NativeTypeName("const VkSampleMask *")] uint* pSampleMask ) => ThisThread.CmdSetSampleMaskEXT(commandBuffer, samples, pSampleMask); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130979,14 +75320,6 @@ void IVk.CmdSetSampleMaskEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetSampleMaskEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -130996,22 +75329,6 @@ public static void CmdSetSampleMaskEXT( [NativeTypeName("const VkSampleMask *")] Ref pSampleMask ) => ThisThread.CmdSetSampleMaskEXT(commandBuffer, samples, pSampleMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetScissor( @@ -131028,22 +75345,6 @@ _slots[261] is not null and var loadedFnPtr ) )(commandBuffer, firstScissor, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetScissor( @@ -131053,22 +75354,6 @@ public static void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ) => ThisThread.CmdSetScissor(commandBuffer, firstScissor, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131085,22 +75370,6 @@ void IVk.CmdSetScissor( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131111,22 +75380,6 @@ public static void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Ref pScissors ) => ThisThread.CmdSetScissor(commandBuffer, firstScissor, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131136,22 +75389,6 @@ void IVk.CmdSetScissor( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ) => ((IVk)this).CmdSetScissor(commandBuffer, firstScissor, 1, (Rect2D*)&pScissors); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissor")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131161,11 +75398,6 @@ public static void CmdSetScissor( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ) => ThisThread.CmdSetScissor(commandBuffer, firstScissor, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetScissorWithCount( @@ -131181,11 +75413,6 @@ _slots[262] is not null and var loadedFnPtr ) )(commandBuffer, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetScissorWithCount( @@ -131194,11 +75421,6 @@ public static void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ) => ThisThread.CmdSetScissorWithCount(commandBuffer, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131214,11 +75436,6 @@ void IVk.CmdSetScissorWithCount( } } - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131228,11 +75445,6 @@ public static void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Ref pScissors ) => ThisThread.CmdSetScissorWithCount(commandBuffer, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131241,11 +75453,6 @@ void IVk.CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ) => ((IVk)this).CmdSetScissorWithCount(commandBuffer, 1, (Rect2D*)&pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131254,14 +75461,6 @@ public static void CmdSetScissorWithCount( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ) => ThisThread.CmdSetScissorWithCount(commandBuffer, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetScissorWithCountEXT( @@ -131280,14 +75479,6 @@ _slots[263] is not null and var loadedFnPtr ) )(commandBuffer, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetScissorWithCountEXT( @@ -131296,14 +75487,6 @@ public static void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Rect2D* pScissors ) => ThisThread.CmdSetScissorWithCountEXT(commandBuffer, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131319,14 +75502,6 @@ void IVk.CmdSetScissorWithCountEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131336,14 +75511,6 @@ public static void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Ref pScissors ) => ThisThread.CmdSetScissorWithCountEXT(commandBuffer, scissorCount, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131352,14 +75519,6 @@ void IVk.CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ) => ((IVk)this).CmdSetScissorWithCountEXT(commandBuffer, 1, (Rect2D*)&pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetScissorWithCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131368,15 +75527,6 @@ public static void CmdSetScissorWithCountEXT( [NativeTypeName("const VkRect2D *")] Rect2D pScissors ) => ThisThread.CmdSetScissorWithCountEXT(commandBuffer, pScissors); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetShadingRateImageEnableNV( @@ -131394,15 +75544,6 @@ _slots[264] is not null and var loadedFnPtr ) )(commandBuffer, shadingRateImageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetShadingRateImageEnableNV( @@ -131410,15 +75551,6 @@ public static void CmdSetShadingRateImageEnableNV( [NativeTypeName("VkBool32")] uint shadingRateImageEnable ) => ThisThread.CmdSetShadingRateImageEnableNV(commandBuffer, shadingRateImageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131427,15 +75559,6 @@ void IVk.CmdSetShadingRateImageEnableNV( [NativeTypeName("VkBool32")] MaybeBool shadingRateImageEnable ) => ((IVk)this).CmdSetShadingRateImageEnableNV(commandBuffer, (uint)shadingRateImageEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetShadingRateImageEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131444,22 +75567,6 @@ public static void CmdSetShadingRateImageEnableNV( [NativeTypeName("VkBool32")] MaybeBool shadingRateImageEnable ) => ThisThread.CmdSetShadingRateImageEnableNV(commandBuffer, shadingRateImageEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilCompareMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetStencilCompareMask( @@ -131478,22 +75585,6 @@ _slots[265] is not null and var loadedFnPtr ) )(commandBuffer, faceMask, compareMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilCompareMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetStencilCompareMask( @@ -131502,11 +75593,6 @@ public static void CmdSetStencilCompareMask( [NativeTypeName("uint32_t")] uint compareMask ) => ThisThread.CmdSetStencilCompareMask(commandBuffer, faceMask, compareMask); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilOp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetStencilOp( @@ -131532,11 +75618,6 @@ _slots[266] is not null and var loadedFnPtr ) )(commandBuffer, faceMask, failOp, passOp, depthFailOp, compareOp); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilOp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetStencilOp( @@ -131549,14 +75630,6 @@ CompareOp compareOp ) => ThisThread.CmdSetStencilOp(commandBuffer, faceMask, failOp, passOp, depthFailOp, compareOp); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilOpEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetStencilOpEXT( @@ -131582,14 +75655,6 @@ _slots[267] is not null and var loadedFnPtr ) )(commandBuffer, faceMask, failOp, passOp, depthFailOp, compareOp); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilOpEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetStencilOpEXT( @@ -131609,22 +75674,6 @@ CompareOp compareOp compareOp ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilReference")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetStencilReference( @@ -131640,22 +75689,6 @@ _slots[268] is not null and var loadedFnPtr ) )(commandBuffer, faceMask, reference); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilReference")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetStencilReference( @@ -131664,11 +75697,6 @@ public static void CmdSetStencilReference( [NativeTypeName("uint32_t")] uint reference ) => ThisThread.CmdSetStencilReference(commandBuffer, faceMask, reference); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetStencilTestEnable( @@ -131686,11 +75714,6 @@ _slots[269] is not null and var loadedFnPtr ) )(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetStencilTestEnable( @@ -131698,11 +75721,6 @@ public static void CmdSetStencilTestEnable( [NativeTypeName("VkBool32")] uint stencilTestEnable ) => ThisThread.CmdSetStencilTestEnable(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131711,11 +75729,6 @@ void IVk.CmdSetStencilTestEnable( [NativeTypeName("VkBool32")] MaybeBool stencilTestEnable ) => ((IVk)this).CmdSetStencilTestEnable(commandBuffer, (uint)stencilTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnable")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131724,14 +75737,6 @@ public static void CmdSetStencilTestEnable( [NativeTypeName("VkBool32")] MaybeBool stencilTestEnable ) => ThisThread.CmdSetStencilTestEnable(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetStencilTestEnableEXT( @@ -131749,14 +75754,6 @@ _slots[270] is not null and var loadedFnPtr ) )(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetStencilTestEnableEXT( @@ -131764,14 +75761,6 @@ public static void CmdSetStencilTestEnableEXT( [NativeTypeName("VkBool32")] uint stencilTestEnable ) => ThisThread.CmdSetStencilTestEnableEXT(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131780,14 +75769,6 @@ void IVk.CmdSetStencilTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool stencilTestEnable ) => ((IVk)this).CmdSetStencilTestEnableEXT(commandBuffer, (uint)stencilTestEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilTestEnableEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -131796,22 +75777,6 @@ public static void CmdSetStencilTestEnableEXT( [NativeTypeName("VkBool32")] MaybeBool stencilTestEnable ) => ThisThread.CmdSetStencilTestEnableEXT(commandBuffer, stencilTestEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilWriteMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetStencilWriteMask( @@ -131827,22 +75792,6 @@ _slots[271] is not null and var loadedFnPtr ) )(commandBuffer, faceMask, writeMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetStencilWriteMask")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetStencilWriteMask( @@ -131851,17 +75800,6 @@ public static void CmdSetStencilWriteMask( [NativeTypeName("uint32_t")] uint writeMask ) => ThisThread.CmdSetStencilWriteMask(commandBuffer, faceMask, writeMask); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3+VK_KHR_maintenance2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetTessellationDomainOriginEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetTessellationDomainOriginEXT( @@ -131879,17 +75817,6 @@ _slots[272] is not null and var loadedFnPtr ) )(commandBuffer, domainOrigin); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_extended_dynamic_state3+VK_KHR_maintenance2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetTessellationDomainOriginEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetTessellationDomainOriginEXT( @@ -131897,14 +75824,6 @@ public static void CmdSetTessellationDomainOriginEXT( TessellationDomainOrigin domainOrigin ) => ThisThread.CmdSetTessellationDomainOriginEXT(commandBuffer, domainOrigin); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetVertexInputEXT( @@ -131936,14 +75855,6 @@ _slots[273] is not null and var loadedFnPtr pVertexAttributeDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetVertexInputEXT( @@ -131963,14 +75874,6 @@ public static void CmdSetVertexInputEXT( pVertexAttributeDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132003,14 +75906,6 @@ Ref pVertexAttributeDescriptions } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_vertex_input_dynamic_state"], - ImpliesSets = [ - "VK_EXT_vertex_input_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_vertex_input_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetVertexInputEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132031,22 +75926,6 @@ Ref pVertexAttributeDescriptions pVertexAttributeDescriptions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetViewport( @@ -132063,22 +75942,6 @@ _slots[274] is not null and var loadedFnPtr ) )(commandBuffer, firstViewport, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetViewport( @@ -132088,22 +75951,6 @@ public static void CmdSetViewport( [NativeTypeName("const VkViewport *")] Viewport* pViewports ) => ThisThread.CmdSetViewport(commandBuffer, firstViewport, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132125,22 +75972,6 @@ void IVk.CmdSetViewport( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132151,22 +75982,6 @@ public static void CmdSetViewport( [NativeTypeName("const VkViewport *")] Ref pViewports ) => ThisThread.CmdSetViewport(commandBuffer, firstViewport, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132176,22 +75991,6 @@ void IVk.CmdSetViewport( [NativeTypeName("const VkViewport *")] Viewport pViewports ) => ((IVk)this).CmdSetViewport(commandBuffer, firstViewport, 1, (Viewport*)&pViewports); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132201,14 +76000,6 @@ public static void CmdSetViewport( [NativeTypeName("const VkViewport *")] Viewport pViewports ) => ThisThread.CmdSetViewport(commandBuffer, firstViewport, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetViewportShadingRatePaletteNV( @@ -132229,14 +76020,6 @@ _slots[275] is not null and var loadedFnPtr ) )(commandBuffer, firstViewport, viewportCount, pShadingRatePalettes); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetViewportShadingRatePaletteNV( @@ -132253,14 +76036,6 @@ public static void CmdSetViewportShadingRatePaletteNV( pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132283,14 +76058,6 @@ Ref pShadingRatePalettes } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132308,14 +76075,6 @@ Ref pShadingRatePalettes pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132331,14 +76090,6 @@ void IVk.CmdSetViewportShadingRatePaletteNV( (ShadingRatePaletteNV*)&pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_shading_rate_image"], - ImpliesSets = [ - "VK_NV_shading_rate_image+VK_KHR_get_physical_device_properties2", - "VK_NV_shading_rate_image+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportShadingRatePaletteNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132353,15 +76104,6 @@ public static void CmdSetViewportShadingRatePaletteNV( pShadingRatePalettes ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetViewportSwizzleNV( @@ -132381,15 +76123,6 @@ _slots[276] is not null and var loadedFnPtr ) )(commandBuffer, firstViewport, viewportCount, pViewportSwizzles); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetViewportSwizzleNV( @@ -132405,15 +76138,6 @@ public static void CmdSetViewportSwizzleNV( pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132435,15 +76159,6 @@ void IVk.CmdSetViewportSwizzleNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132460,15 +76175,6 @@ public static void CmdSetViewportSwizzleNV( pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132484,15 +76190,6 @@ void IVk.CmdSetViewportSwizzleNV( (ViewportSwizzleNV*)&pViewportSwizzles ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_viewport_swizzle"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportSwizzleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132502,11 +76199,6 @@ public static void CmdSetViewportSwizzleNV( [NativeTypeName("const VkViewportSwizzleNV *")] ViewportSwizzleNV pViewportSwizzles ) => ThisThread.CmdSetViewportSwizzleNV(commandBuffer, firstViewport, pViewportSwizzles); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetViewportWithCount( @@ -132525,11 +76217,6 @@ _slots[277] is not null and var loadedFnPtr ) )(commandBuffer, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetViewportWithCount( @@ -132538,11 +76225,6 @@ public static void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Viewport* pViewports ) => ThisThread.CmdSetViewportWithCount(commandBuffer, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132558,11 +76240,6 @@ void IVk.CmdSetViewportWithCount( } } - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132572,11 +76249,6 @@ public static void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Ref pViewports ) => ThisThread.CmdSetViewportWithCount(commandBuffer, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132585,11 +76257,6 @@ void IVk.CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Viewport pViewports ) => ((IVk)this).CmdSetViewportWithCount(commandBuffer, 1, (Viewport*)&pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_3", "VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_3", "VK_VERSION_1_4"], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCount")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132598,14 +76265,6 @@ public static void CmdSetViewportWithCount( [NativeTypeName("const VkViewport *")] Viewport pViewports ) => ThisThread.CmdSetViewportWithCount(commandBuffer, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetViewportWithCountEXT( @@ -132624,14 +76283,6 @@ _slots[278] is not null and var loadedFnPtr ) )(commandBuffer, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetViewportWithCountEXT( @@ -132640,14 +76291,6 @@ public static void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Viewport* pViewports ) => ThisThread.CmdSetViewportWithCountEXT(commandBuffer, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132663,14 +76306,6 @@ void IVk.CmdSetViewportWithCountEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132680,14 +76315,6 @@ public static void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Ref pViewports ) => ThisThread.CmdSetViewportWithCountEXT(commandBuffer, viewportCount, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132696,14 +76323,6 @@ void IVk.CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Viewport pViewports ) => ((IVk)this).CmdSetViewportWithCountEXT(commandBuffer, 1, (Viewport*)&pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWithCountEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132712,15 +76331,6 @@ public static void CmdSetViewportWithCountEXT( [NativeTypeName("const VkViewport *")] Viewport pViewports ) => ThisThread.CmdSetViewportWithCountEXT(commandBuffer, pViewports); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetViewportWScalingEnableNV( @@ -132738,15 +76348,6 @@ _slots[279] is not null and var loadedFnPtr ) )(commandBuffer, viewportWScalingEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetViewportWScalingEnableNV( @@ -132754,15 +76355,6 @@ public static void CmdSetViewportWScalingEnableNV( [NativeTypeName("VkBool32")] uint viewportWScalingEnable ) => ThisThread.CmdSetViewportWScalingEnableNV(commandBuffer, viewportWScalingEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132771,15 +76363,6 @@ void IVk.CmdSetViewportWScalingEnableNV( [NativeTypeName("VkBool32")] MaybeBool viewportWScalingEnable ) => ((IVk)this).CmdSetViewportWScalingEnableNV(commandBuffer, (uint)viewportWScalingEnable); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_extended_dynamic_state3", "VK_NV_clip_space_w_scaling"], - ImpliesSets = [ - "VK_EXT_extended_dynamic_state3+VK_KHR_get_physical_device_properties2", - "VK_EXT_extended_dynamic_state3+VK_VERSION_1_1", - ], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingEnableNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132788,7 +76371,6 @@ public static void CmdSetViewportWScalingEnableNV( [NativeTypeName("VkBool32")] MaybeBool viewportWScalingEnable ) => ThisThread.CmdSetViewportWScalingEnableNV(commandBuffer, viewportWScalingEnable); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdSetViewportWScalingNV( @@ -132808,7 +76390,6 @@ _slots[280] is not null and var loadedFnPtr ) )(commandBuffer, firstViewport, viewportCount, pViewportWScalings); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdSetViewportWScalingNV( @@ -132824,7 +76405,6 @@ public static void CmdSetViewportWScalingNV( pViewportWScalings ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132846,7 +76426,6 @@ void IVk.CmdSetViewportWScalingNV( } } - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132863,7 +76442,6 @@ public static void CmdSetViewportWScalingNV( pViewportWScalings ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132879,7 +76457,6 @@ void IVk.CmdSetViewportWScalingNV( (ViewportWScalingNV*)&pViewportWScalings ); - [SupportedApiProfile("vulkan", ["VK_NV_clip_space_w_scaling"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdSetViewportWScalingNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -132889,18 +76466,9 @@ public static void CmdSetViewportWScalingNV( [NativeTypeName("const VkViewportWScalingNV *")] ViewportWScalingNV pViewportWScalings ) => ThisThread.CmdSetViewportWScalingNV(commandBuffer, firstViewport, pViewportWScalings); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSubpassShadingHUAWEI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IVk.CmdSubpassShadingHuawei( + void IVk.CmdSubpassShadingHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => ( @@ -132914,27 +76482,12 @@ _slots[281] is not null and var loadedFnPtr ) )(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdSubpassShadingHUAWEI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void CmdSubpassShadingHuawei( + public static void CmdSubpassShadingHUAWEI( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer - ) => ThisThread.CmdSubpassShadingHuawei(commandBuffer); + ) => ThisThread.CmdSubpassShadingHUAWEI(commandBuffer); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirect2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdTraceRaysIndirect2KHR( @@ -132952,12 +76505,6 @@ _slots[282] is not null and var loadedFnPtr ) )(commandBuffer, indirectDeviceAddress); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_maintenance1", "VK_KHR_ray_tracing_pipeline"], - ImpliesSets = ["VK_KHR_acceleration_structure"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirect2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdTraceRaysIndirect2KHR( @@ -132965,14 +76512,6 @@ public static void CmdTraceRaysIndirect2KHR( [NativeTypeName("VkDeviceAddress")] ulong indirectDeviceAddress ) => ThisThread.CmdTraceRaysIndirect2KHR(commandBuffer, indirectDeviceAddress); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdTraceRaysIndirectKHR( @@ -133012,14 +76551,6 @@ _slots[283] is not null and var loadedFnPtr indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdTraceRaysIndirectKHR( @@ -133043,14 +76574,6 @@ public static void CmdTraceRaysIndirectKHR( indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -133091,14 +76614,6 @@ void IVk.CmdTraceRaysIndirectKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysIndirectKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -133123,14 +76638,6 @@ public static void CmdTraceRaysIndirectKHR( indirectDeviceAddress ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdTraceRaysKHR( @@ -133173,14 +76680,6 @@ _slots[284] is not null and var loadedFnPtr depth ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdTraceRaysKHR( @@ -133208,14 +76707,6 @@ public static void CmdTraceRaysKHR( depth ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -133260,14 +76751,6 @@ void IVk.CmdTraceRaysKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -133296,14 +76779,6 @@ public static void CmdTraceRaysKHR( depth ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdTraceRaysNV( @@ -133363,14 +76838,6 @@ _slots[285] is not null and var loadedFnPtr depth ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdTraceRaysNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdTraceRaysNV( @@ -133408,32 +76875,6 @@ public static void CmdTraceRaysNV( depth ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdUpdateBuffer( @@ -133451,32 +76892,6 @@ _slots[286] is not null and var loadedFnPtr ) )(commandBuffer, dstBuffer, dstOffset, dataSize, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdUpdateBuffer( @@ -133487,32 +76902,6 @@ public static void CmdUpdateBuffer( [NativeTypeName("const void *")] void* pData ) => ThisThread.CmdUpdateBuffer(commandBuffer, dstBuffer, dstOffset, dataSize, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -133530,32 +76919,6 @@ void IVk.CmdUpdateBuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdateBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -133567,11 +76930,6 @@ public static void CmdUpdateBuffer( [NativeTypeName("const void *")] Ref pData ) => ThisThread.CmdUpdateBuffer(commandBuffer, dstBuffer, dstOffset, dataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdatePipelineIndirectBufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdUpdatePipelineIndirectBufferNV( @@ -133590,11 +76948,6 @@ _slots[287] is not null and var loadedFnPtr ) )(commandBuffer, pipelineBindPoint, pipeline); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdUpdatePipelineIndirectBufferNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdUpdatePipelineIndirectBufferNV( @@ -133603,27 +76956,6 @@ public static void CmdUpdatePipelineIndirectBufferNV( [NativeTypeName("VkPipeline")] PipelineHandle pipeline ) => ThisThread.CmdUpdatePipelineIndirectBufferNV(commandBuffer, pipelineBindPoint, pipeline); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWaitEvents( @@ -133672,27 +77004,6 @@ _slots[288] is not null and var loadedFnPtr pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWaitEvents( @@ -133723,27 +77034,6 @@ public static void CmdWaitEvents( pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -133784,27 +77074,6 @@ Ref pImageMemoryBarriers } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -133837,18 +77106,6 @@ Ref pImageMemoryBarriers pImageMemoryBarriers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWaitEvents2( @@ -133865,18 +77122,6 @@ _slots[289] is not null and var loadedFnPtr ) )(commandBuffer, eventCount, pEvents, pDependencyInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWaitEvents2( @@ -133886,18 +77131,6 @@ public static void CmdWaitEvents2( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfos ) => ThisThread.CmdWaitEvents2(commandBuffer, eventCount, pEvents, pDependencyInfos); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -133920,18 +77153,6 @@ void IVk.CmdWaitEvents2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -133942,14 +77163,6 @@ public static void CmdWaitEvents2( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfos ) => ThisThread.CmdWaitEvents2(commandBuffer, eventCount, pEvents, pDependencyInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWaitEvents2KHR( @@ -133966,14 +77179,6 @@ _slots[290] is not null and var loadedFnPtr ) )(commandBuffer, eventCount, pEvents, pDependencyInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWaitEvents2KHR( @@ -133983,14 +77188,6 @@ public static void CmdWaitEvents2KHR( [NativeTypeName("const VkDependencyInfo *")] DependencyInfo* pDependencyInfos ) => ThisThread.CmdWaitEvents2KHR(commandBuffer, eventCount, pEvents, pDependencyInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -134013,14 +77210,6 @@ void IVk.CmdWaitEvents2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWaitEvents2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -134031,21 +77220,13 @@ public static void CmdWaitEvents2KHR( [NativeTypeName("const VkDependencyInfo *")] Ref pDependencyInfos ) => ThisThread.CmdWaitEvents2KHR(commandBuffer, eventCount, pEvents, pDependencyInfos); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134054,7 +77235,7 @@ void IVk.CmdWriteAccelerationStructuresPropertiesKHR( (delegate* unmanaged< CommandBufferHandle, uint, - AccelerationStructureKHRHandle*, + AccelerationStructureHandleKHR*, QueryType, QueryPoolHandle, uint, @@ -134075,21 +77256,13 @@ _slots[291] is not null and var loadedFnPtr firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134103,14 +77276,6 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -134118,14 +77283,14 @@ void IVk.CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ) { fixed ( - AccelerationStructureKHRHandle* __dsl_pAccelerationStructures = pAccelerationStructures + AccelerationStructureHandleKHR* __dsl_pAccelerationStructures = pAccelerationStructures ) { ((IVk)this).CmdWriteAccelerationStructuresPropertiesKHR( @@ -134139,14 +77304,6 @@ void IVk.CmdWriteAccelerationStructuresPropertiesKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -134154,7 +77311,7 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134168,21 +77325,13 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle pAccelerationStructures, + AccelerationStructureHandleKHR pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134190,27 +77339,19 @@ void IVk.CmdWriteAccelerationStructuresPropertiesKHR( ((IVk)this).CmdWriteAccelerationStructuresPropertiesKHR( commandBuffer, 1, - (AccelerationStructureKHRHandle*)&pAccelerationStructures, + (AccelerationStructureHandleKHR*)&pAccelerationStructures, queryType, queryPool, firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle pAccelerationStructures, + AccelerationStructureHandleKHR pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134223,21 +77364,13 @@ public static void CmdWriteAccelerationStructuresPropertiesKHR( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructures, + AccelerationStructureHandleNV* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134246,7 +77379,7 @@ void IVk.CmdWriteAccelerationStructuresPropertiesNV( (delegate* unmanaged< CommandBufferHandle, uint, - AccelerationStructureNVHandle*, + AccelerationStructureHandleNV*, QueryType, QueryPoolHandle, uint, @@ -134267,21 +77400,13 @@ _slots[292] is not null and var loadedFnPtr firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructures, + AccelerationStructureHandleNV* pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134295,14 +77420,6 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -134310,14 +77427,14 @@ void IVk.CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ) { fixed ( - AccelerationStructureNVHandle* __dsl_pAccelerationStructures = pAccelerationStructures + AccelerationStructureHandleNV* __dsl_pAccelerationStructures = pAccelerationStructures ) { ((IVk)this).CmdWriteAccelerationStructuresPropertiesNV( @@ -134331,14 +77448,6 @@ void IVk.CmdWriteAccelerationStructuresPropertiesNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -134346,7 +77455,7 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureNV *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134360,21 +77469,13 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle pAccelerationStructures, + AccelerationStructureHandleNV pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134382,27 +77483,19 @@ void IVk.CmdWriteAccelerationStructuresPropertiesNV( ((IVk)this).CmdWriteAccelerationStructuresPropertiesNV( commandBuffer, 1, - (AccelerationStructureNVHandle*)&pAccelerationStructures, + (AccelerationStructureHandleNV*)&pAccelerationStructures, queryType, queryPool, firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteAccelerationStructuresPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWriteAccelerationStructuresPropertiesNV( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("const VkAccelerationStructureNV *")] - AccelerationStructureNVHandle pAccelerationStructures, + AccelerationStructureHandleNV pAccelerationStructures, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134415,10 +77508,6 @@ public static void CmdWriteAccelerationStructuresPropertiesNV( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_buffer_marker+VK_KHR_synchronization2", "VK_AMD_buffer_marker+VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteBufferMarker2AMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWriteBufferMarker2AMD( @@ -134445,10 +77534,6 @@ _slots[293] is not null and var loadedFnPtr ) )(commandBuffer, stage, dstBuffer, dstOffset, marker); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_buffer_marker+VK_KHR_synchronization2", "VK_AMD_buffer_marker+VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteBufferMarker2AMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWriteBufferMarker2AMD( @@ -134459,7 +77544,6 @@ public static void CmdWriteBufferMarker2AMD( [NativeTypeName("uint32_t")] uint marker ) => ThisThread.CmdWriteBufferMarker2AMD(commandBuffer, stage, dstBuffer, dstOffset, marker); - [SupportedApiProfile("vulkan", ["VK_AMD_buffer_marker"])] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteBufferMarkerAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWriteBufferMarkerAMD( @@ -134486,7 +77570,6 @@ _slots[294] is not null and var loadedFnPtr ) )(commandBuffer, pipelineStage, dstBuffer, dstOffset, marker); - [SupportedApiProfile("vulkan", ["VK_AMD_buffer_marker"])] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteBufferMarkerAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWriteBufferMarkerAMD( @@ -134504,20 +77587,12 @@ public static void CmdWriteBufferMarkerAMD( marker ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134526,7 +77601,7 @@ void IVk.CmdWriteMicromapsPropertiesEXT( (delegate* unmanaged< CommandBufferHandle, uint, - MicromapEXTHandle*, + MicromapHandleEXT*, QueryType, QueryPoolHandle, uint, @@ -134540,20 +77615,12 @@ _slots[295] is not null and var loadedFnPtr ) )(commandBuffer, micromapCount, pMicromaps, queryType, queryPool, firstQuery); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134567,27 +77634,19 @@ public static void CmdWriteMicromapsPropertiesEXT( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery ) { - fixed (MicromapEXTHandle* __dsl_pMicromaps = pMicromaps) + fixed (MicromapHandleEXT* __dsl_pMicromaps = pMicromaps) { ((IVk)this).CmdWriteMicromapsPropertiesEXT( commandBuffer, @@ -134600,21 +77659,13 @@ void IVk.CmdWriteMicromapsPropertiesEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134628,20 +77679,12 @@ public static void CmdWriteMicromapsPropertiesEXT( firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134649,26 +77692,18 @@ void IVk.CmdWriteMicromapsPropertiesEXT( ((IVk)this).CmdWriteMicromapsPropertiesEXT( commandBuffer, 1, - (MicromapEXTHandle*)&pMicromaps, + (MicromapHandleEXT*)&pMicromaps, queryType, queryPool, firstQuery ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteMicromapsPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWriteMicromapsPropertiesEXT( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT pMicromaps, QueryType queryType, [NativeTypeName("VkQueryPool")] QueryPoolHandle queryPool, [NativeTypeName("uint32_t")] uint firstQuery @@ -134681,32 +77716,6 @@ public static void CmdWriteMicromapsPropertiesEXT( firstQuery ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWriteTimestamp( @@ -134728,32 +77737,6 @@ _slots[296] is not null and var loadedFnPtr ) )(commandBuffer, pipelineStage, queryPool, query); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWriteTimestamp( @@ -134763,20 +77746,6 @@ public static void CmdWriteTimestamp( [NativeTypeName("uint32_t")] uint query ) => ThisThread.CmdWriteTimestamp(commandBuffer, pipelineStage, queryPool, query); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWriteTimestamp2( @@ -134798,20 +77767,6 @@ _slots[297] is not null and var loadedFnPtr ) )(commandBuffer, stage, queryPool, query); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWriteTimestamp2( @@ -134821,14 +77776,6 @@ public static void CmdWriteTimestamp2( [NativeTypeName("uint32_t")] uint query ) => ThisThread.CmdWriteTimestamp2(commandBuffer, stage, queryPool, query); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.CmdWriteTimestamp2KHR( @@ -134850,14 +77797,6 @@ _slots[298] is not null and var loadedFnPtr ) )(commandBuffer, stage, queryPool, query); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCmdWriteTimestamp2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void CmdWriteTimestamp2KHR( @@ -134867,14 +77806,6 @@ public static void CmdWriteTimestamp2KHR( [NativeTypeName("uint32_t")] uint query ) => ThisThread.CmdWriteTimestamp2KHR(commandBuffer, stage, queryPool, query); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCompileDeferredNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CompileDeferredNV( @@ -134890,14 +77821,6 @@ _slots[299] is not null and var loadedFnPtr ) )(device, pipeline, shader); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCompileDeferredNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CompileDeferredNV( @@ -134906,14 +77829,6 @@ public static Result CompileDeferredNV( [NativeTypeName("uint32_t")] uint shader ) => ThisThread.CompileDeferredNV(device, pipeline, shader); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.ConvertCooperativeVectorMatrixNV( @@ -134932,14 +77847,6 @@ _slots[300] is not null and var loadedFnPtr ) )(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result ConvertCooperativeVectorMatrixNV( @@ -134948,14 +77855,6 @@ public static Result ConvertCooperativeVectorMatrixNV( ConvertCooperativeVectorMatrixInfoNV* pInfo ) => ThisThread.ConvertCooperativeVectorMatrixNV(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -134971,14 +77870,6 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkConvertCooperativeVectorMatrixNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -134988,26 +77879,18 @@ public static Result ConvertCooperativeVectorMatrixNV( Ref pInfo ) => ThisThread.ConvertCooperativeVectorMatrixNV(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] CopyAccelerationStructureInfoKHR* pInfo ) => ( (delegate* unmanaged< DeviceHandle, - DeferredOperationKHRHandle, + DeferredOperationHandleKHR, CopyAccelerationStructureInfoKHR*, Result>)( _slots[301] is not null and var loadedFnPtr @@ -135019,37 +77902,21 @@ _slots[301] is not null and var loadedFnPtr ) )(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] CopyAccelerationStructureInfoKHR* pInfo ) => ThisThread.CopyAccelerationStructureKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] Ref pInfo ) @@ -135061,44 +77928,28 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureInfoKHR *")] Ref pInfo ) => ThisThread.CopyAccelerationStructureKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] CopyAccelerationStructureToMemoryInfoKHR* pInfo ) => ( (delegate* unmanaged< DeviceHandle, - DeferredOperationKHRHandle, + DeferredOperationHandleKHR, CopyAccelerationStructureToMemoryInfoKHR*, Result>)( _slots[302] is not null and var loadedFnPtr @@ -135110,37 +77961,21 @@ _slots[302] is not null and var loadedFnPtr ) )(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] CopyAccelerationStructureToMemoryInfoKHR* pInfo ) => ThisThread.CopyAccelerationStructureToMemoryKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] Ref pInfo ) @@ -135156,34 +77991,16 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyAccelerationStructureToMemoryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyAccelerationStructureToMemoryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyAccelerationStructureToMemoryInfoKHR *")] Ref pInfo ) => ThisThread.CopyAccelerationStructureToMemoryKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyImageToImage( @@ -135199,16 +78016,6 @@ _slots[303] is not null and var loadedFnPtr ) )(device, pCopyImageToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyImageToImage( @@ -135217,16 +78024,6 @@ public static Result CopyImageToImage( CopyImageToImageInfo* pCopyImageToImageInfo ) => ThisThread.CopyImageToImage(device, pCopyImageToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -135242,16 +78039,6 @@ Ref pCopyImageToImageInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -135261,15 +78048,6 @@ public static Result CopyImageToImage( Ref pCopyImageToImageInfo ) => ThisThread.CopyImageToImage(device, pCopyImageToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyImageToImageEXT( @@ -135285,15 +78063,6 @@ _slots[304] is not null and var loadedFnPtr ) )(device, pCopyImageToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyImageToImageEXT( @@ -135302,15 +78071,6 @@ public static Result CopyImageToImageEXT( CopyImageToImageInfo* pCopyImageToImageInfo ) => ThisThread.CopyImageToImageEXT(device, pCopyImageToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -135326,15 +78086,6 @@ Ref pCopyImageToImageInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -135344,16 +78095,6 @@ public static Result CopyImageToImageEXT( Ref pCopyImageToImageInfo ) => ThisThread.CopyImageToImageEXT(device, pCopyImageToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyImageToMemory( @@ -135369,16 +78110,6 @@ _slots[305] is not null and var loadedFnPtr ) )(device, pCopyImageToMemoryInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyImageToMemory( @@ -135387,16 +78118,6 @@ public static Result CopyImageToMemory( CopyImageToMemoryInfo* pCopyImageToMemoryInfo ) => ThisThread.CopyImageToMemory(device, pCopyImageToMemoryInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -135412,16 +78133,6 @@ Ref pCopyImageToMemoryInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -135431,15 +78142,6 @@ public static Result CopyImageToMemory( Ref pCopyImageToMemoryInfo ) => ThisThread.CopyImageToMemory(device, pCopyImageToMemoryInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyImageToMemoryEXT( @@ -135455,15 +78157,6 @@ _slots[306] is not null and var loadedFnPtr ) )(device, pCopyImageToMemoryInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyImageToMemoryEXT( @@ -135472,15 +78165,6 @@ public static Result CopyImageToMemoryEXT( CopyImageToMemoryInfo* pCopyImageToMemoryInfo ) => ThisThread.CopyImageToMemoryEXT(device, pCopyImageToMemoryInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -135496,15 +78180,6 @@ Ref pCopyImageToMemoryInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyImageToMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -135514,26 +78189,18 @@ public static Result CopyImageToMemoryEXT( Ref pCopyImageToMemoryInfo ) => ThisThread.CopyImageToMemoryEXT(device, pCopyImageToMemoryInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] CopyMemoryToAccelerationStructureInfoKHR* pInfo ) => ( (delegate* unmanaged< DeviceHandle, - DeferredOperationKHRHandle, + DeferredOperationHandleKHR, CopyMemoryToAccelerationStructureInfoKHR*, Result>)( _slots[307] is not null and var loadedFnPtr @@ -135545,37 +78212,21 @@ _slots[307] is not null and var loadedFnPtr ) )(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] CopyMemoryToAccelerationStructureInfoKHR* pInfo ) => ThisThread.CopyMemoryToAccelerationStructureKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] Ref pInfo ) @@ -135591,34 +78242,16 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyMemoryToAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToAccelerationStructureInfoKHR *")] Ref pInfo ) => ThisThread.CopyMemoryToAccelerationStructureKHR(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyMemoryToImage( @@ -135634,16 +78267,6 @@ _slots[308] is not null and var loadedFnPtr ) )(device, pCopyMemoryToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyMemoryToImage( @@ -135652,16 +78275,6 @@ public static Result CopyMemoryToImage( CopyMemoryToImageInfo* pCopyMemoryToImageInfo ) => ThisThread.CopyMemoryToImage(device, pCopyMemoryToImageInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -135677,16 +78290,6 @@ Ref pCopyMemoryToImageInfo } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -135696,15 +78299,6 @@ public static Result CopyMemoryToImage( Ref pCopyMemoryToImageInfo ) => ThisThread.CopyMemoryToImage(device, pCopyMemoryToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyMemoryToImageEXT( @@ -135720,15 +78314,6 @@ _slots[309] is not null and var loadedFnPtr ) )(device, pCopyMemoryToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyMemoryToImageEXT( @@ -135737,15 +78322,6 @@ public static Result CopyMemoryToImageEXT( CopyMemoryToImageInfo* pCopyMemoryToImageInfo ) => ThisThread.CopyMemoryToImageEXT(device, pCopyMemoryToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -135761,15 +78337,6 @@ Ref pCopyMemoryToImageInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToImageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -135779,25 +78346,17 @@ public static Result CopyMemoryToImageEXT( Ref pCopyMemoryToImageInfo ) => ThisThread.CopyMemoryToImageEXT(device, pCopyMemoryToImageInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] CopyMemoryToMicromapInfoEXT* pInfo ) => ( (delegate* unmanaged< DeviceHandle, - DeferredOperationKHRHandle, + DeferredOperationHandleKHR, CopyMemoryToMicromapInfoEXT*, Result>)( _slots[310] is not null and var loadedFnPtr @@ -135809,36 +78368,20 @@ _slots[310] is not null and var loadedFnPtr ) )(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] CopyMemoryToMicromapInfoEXT* pInfo ) => ThisThread.CopyMemoryToMicromapEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] Ref pInfo ) @@ -135850,43 +78393,27 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMemoryToMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyMemoryToMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMemoryToMicromapInfoEXT *")] Ref pInfo ) => ThisThread.CopyMemoryToMicromapEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ) => ( (delegate* unmanaged< DeviceHandle, - DeferredOperationKHRHandle, + DeferredOperationHandleKHR, CopyMicromapInfoEXT*, Result>)( _slots[311] is not null and var loadedFnPtr @@ -135895,36 +78422,20 @@ _slots[311] is not null and var loadedFnPtr ) )(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] CopyMicromapInfoEXT* pInfo ) => ThisThread.CopyMicromapEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] Ref pInfo ) { @@ -135934,42 +78445,26 @@ Result IVk.CopyMicromapEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapInfoEXT *")] Ref pInfo ) => ThisThread.CopyMicromapEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] CopyMicromapToMemoryInfoEXT* pInfo ) => ( (delegate* unmanaged< DeviceHandle, - DeferredOperationKHRHandle, + DeferredOperationHandleKHR, CopyMicromapToMemoryInfoEXT*, Result>)( _slots[312] is not null and var loadedFnPtr @@ -135981,36 +78476,20 @@ _slots[312] is not null and var loadedFnPtr ) )(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] CopyMicromapToMemoryInfoEXT* pInfo ) => ThisThread.CopyMicromapToMemoryEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] Ref pInfo ) @@ -136022,32 +78501,16 @@ Ref pInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCopyMicromapToMemoryEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CopyMicromapToMemoryEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("const VkCopyMicromapToMemoryInfoEXT *")] Ref pInfo ) => ThisThread.CopyMicromapToMemoryEXT(device, deferredOperation, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateAccelerationStructureKHR( @@ -136056,14 +78519,14 @@ Result IVk.CreateAccelerationStructureKHR( AccelerationStructureCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructure + AccelerationStructureHandleKHR* pAccelerationStructure ) => ( (delegate* unmanaged< DeviceHandle, AccelerationStructureCreateInfoKHR*, AllocationCallbacks*, - AccelerationStructureKHRHandle*, + AccelerationStructureHandleKHR*, Result>)( _slots[313] is not null and var loadedFnPtr ? loadedFnPtr @@ -136074,14 +78537,6 @@ _slots[313] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pAccelerationStructure); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateAccelerationStructureKHR( @@ -136090,7 +78545,7 @@ public static Result CreateAccelerationStructureKHR( AccelerationStructureCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructure + AccelerationStructureHandleKHR* pAccelerationStructure ) => ThisThread.CreateAccelerationStructureKHR( device, @@ -136099,14 +78554,6 @@ public static Result CreateAccelerationStructureKHR( pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136116,11 +78563,11 @@ Result IVk.CreateAccelerationStructureKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ) { fixed ( - AccelerationStructureKHRHandle* __dsl_pAccelerationStructure = pAccelerationStructure + AccelerationStructureHandleKHR* __dsl_pAccelerationStructure = pAccelerationStructure ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (AccelerationStructureCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) @@ -136135,14 +78582,6 @@ Ref pAccelerationStructure } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136152,7 +78591,7 @@ public static Result CreateAccelerationStructureKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureKHR *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ) => ThisThread.CreateAccelerationStructureKHR( device, @@ -136161,14 +78600,6 @@ Ref pAccelerationStructure pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateAccelerationStructureNV( @@ -136177,14 +78608,14 @@ Result IVk.CreateAccelerationStructureNV( AccelerationStructureCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructure + AccelerationStructureHandleNV* pAccelerationStructure ) => ( (delegate* unmanaged< DeviceHandle, AccelerationStructureCreateInfoNV*, AllocationCallbacks*, - AccelerationStructureNVHandle*, + AccelerationStructureHandleNV*, Result>)( _slots[314] is not null and var loadedFnPtr ? loadedFnPtr @@ -136195,14 +78626,6 @@ _slots[314] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pAccelerationStructure); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateAccelerationStructureNV( @@ -136211,7 +78634,7 @@ public static Result CreateAccelerationStructureNV( AccelerationStructureCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - AccelerationStructureNVHandle* pAccelerationStructure + AccelerationStructureHandleNV* pAccelerationStructure ) => ThisThread.CreateAccelerationStructureNV( device, @@ -136220,14 +78643,6 @@ public static Result CreateAccelerationStructureNV( pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136237,10 +78652,10 @@ Result IVk.CreateAccelerationStructureNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ) { - fixed (AccelerationStructureNVHandle* __dsl_pAccelerationStructure = pAccelerationStructure) + fixed (AccelerationStructureHandleNV* __dsl_pAccelerationStructure = pAccelerationStructure) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (AccelerationStructureCreateInfoNV* __dsl_pCreateInfo = pCreateInfo) { @@ -136254,14 +78669,6 @@ Ref pAccelerationStructure } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136271,7 +78678,7 @@ public static Result CreateAccelerationStructureNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkAccelerationStructureNV *")] - Ref pAccelerationStructure + Ref pAccelerationStructure ) => ThisThread.CreateAccelerationStructureNV( device, @@ -136280,32 +78687,6 @@ Ref pAccelerationStructure pAccelerationStructure ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateBuffer( @@ -136327,32 +78708,6 @@ _slots[315] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateBuffer( @@ -136362,32 +78717,6 @@ public static Result CreateBuffer( [NativeTypeName("VkBuffer *")] BufferHandle* pBuffer ) => ThisThread.CreateBuffer(device, pCreateInfo, pAllocator, pBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136412,32 +78741,6 @@ Result IVk.CreateBuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136448,27 +78751,6 @@ public static Result CreateBuffer( [NativeTypeName("VkBuffer *")] Ref pBuffer ) => ThisThread.CreateBuffer(device, pCreateInfo, pAllocator, pBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateBufferView( @@ -136490,27 +78772,6 @@ _slots[316] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateBufferView( @@ -136520,27 +78781,6 @@ public static Result CreateBufferView( [NativeTypeName("VkBufferView *")] BufferViewHandle* pView ) => ThisThread.CreateBufferView(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136565,27 +78805,6 @@ Result IVk.CreateBufferView( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateBufferView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136596,32 +78815,6 @@ public static Result CreateBufferView( [NativeTypeName("VkBufferView *")] Ref pView ) => ThisThread.CreateBufferView(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateCommandPool( @@ -136643,32 +78836,6 @@ _slots[317] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pCommandPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateCommandPool( @@ -136678,32 +78845,6 @@ public static Result CreateCommandPool( [NativeTypeName("VkCommandPool *")] CommandPoolHandle* pCommandPool ) => ThisThread.CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136728,32 +78869,6 @@ Result IVk.CreateCommandPool( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCommandPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136764,27 +78879,6 @@ public static Result CreateCommandPool( [NativeTypeName("VkCommandPool *")] Ref pCommandPool ) => ThisThread.CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateComputePipelines( @@ -136811,27 +78905,6 @@ _slots[318] is not null and var loadedFnPtr ) )(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateComputePipelines( @@ -136852,27 +78925,6 @@ public static Result CreateComputePipelines( pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136902,27 +78954,6 @@ Result IVk.CreateComputePipelines( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateComputePipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136944,21 +78975,20 @@ public static Result CreateComputePipelines( pPipelines ); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] CuFunctionCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] CuFunctionNVXHandle* pFunction + [NativeTypeName("VkCuFunctionNVX *")] CuFunctionHandleNVX* pFunction ) => ( (delegate* unmanaged< DeviceHandle, CuFunctionCreateInfoNVX*, AllocationCallbacks*, - CuFunctionNVXHandle*, + CuFunctionHandleNVX*, Result>)( _slots[319] is not null and var loadedFnPtr ? loadedFnPtr @@ -136966,17 +78996,15 @@ _slots[319] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pFunction); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] CuFunctionCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] CuFunctionNVXHandle* pFunction + [NativeTypeName("VkCuFunctionNVX *")] CuFunctionHandleNVX* pFunction ) => ThisThread.CreateCuFunctionNVX(device, pCreateInfo, pAllocator, pFunction); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -136985,10 +79013,10 @@ Result IVk.CreateCuFunctionNVX( [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction + [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction ) { - fixed (CuFunctionNVXHandle* __dsl_pFunction = pFunction) + fixed (CuFunctionHandleNVX* __dsl_pFunction = pFunction) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (CuFunctionCreateInfoNVX* __dsl_pCreateInfo = pCreateInfo) { @@ -137002,7 +79030,6 @@ Result IVk.CreateCuFunctionNVX( } } - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuFunctionNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137011,24 +79038,23 @@ public static Result CreateCuFunctionNVX( [NativeTypeName("const VkCuFunctionCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction + [NativeTypeName("VkCuFunctionNVX *")] Ref pFunction ) => ThisThread.CreateCuFunctionNVX(device, pCreateInfo, pAllocator, pFunction); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuModuleCreateInfoNVX *")] CuModuleCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuModuleNVX *")] CuModuleNVXHandle* pModule + [NativeTypeName("VkCuModuleNVX *")] CuModuleHandleNVX* pModule ) => ( (delegate* unmanaged< DeviceHandle, CuModuleCreateInfoNVX*, AllocationCallbacks*, - CuModuleNVXHandle*, + CuModuleHandleNVX*, Result>)( _slots[320] is not null and var loadedFnPtr ? loadedFnPtr @@ -137036,17 +79062,15 @@ _slots[320] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pModule); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuModuleCreateInfoNVX *")] CuModuleCreateInfoNVX* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkCuModuleNVX *")] CuModuleNVXHandle* pModule + [NativeTypeName("VkCuModuleNVX *")] CuModuleHandleNVX* pModule ) => ThisThread.CreateCuModuleNVX(device, pCreateInfo, pAllocator, pModule); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137054,10 +79078,10 @@ Result IVk.CreateCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuModuleCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuModuleNVX *")] Ref pModule + [NativeTypeName("VkCuModuleNVX *")] Ref pModule ) { - fixed (CuModuleNVXHandle* __dsl_pModule = pModule) + fixed (CuModuleHandleNVX* __dsl_pModule = pModule) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (CuModuleCreateInfoNVX* __dsl_pCreateInfo = pCreateInfo) { @@ -137071,7 +79095,6 @@ Result IVk.CreateCuModuleNVX( } } - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateCuModuleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137079,19 +79102,14 @@ public static Result CreateCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkCuModuleCreateInfoNVX *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkCuModuleNVX *")] Ref pModule + [NativeTypeName("VkCuModuleNVX *")] Ref pModule ) => ThisThread.CreateCuModuleNVX(device, pCreateInfo, pAllocator, pModule); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -137102,7 +79120,7 @@ Result IVk.CreateDataGraphPipelinesARM( ( (delegate* unmanaged< DeviceHandle, - DeferredOperationKHRHandle, + DeferredOperationHandleKHR, PipelineCacheHandle, uint, DataGraphPipelineCreateInfoARM*, @@ -137126,16 +79144,11 @@ _slots[321] is not null and var loadedFnPtr pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -137153,17 +79166,12 @@ public static Result CreateDataGraphPipelinesARM( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -137189,17 +79197,12 @@ Result IVk.CreateDataGraphPipelinesARM( } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelinesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDataGraphPipelinesARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkDataGraphPipelineCreateInfoARM *")] @@ -137217,11 +79220,6 @@ public static Result CreateDataGraphPipelinesARM( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDataGraphPipelineSessionARM( @@ -137230,14 +79228,14 @@ Result IVk.CreateDataGraphPipelineSessionARM( DataGraphPipelineSessionCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - DataGraphPipelineSessionARMHandle* pSession + DataGraphPipelineSessionHandleARM* pSession ) => ( (delegate* unmanaged< DeviceHandle, DataGraphPipelineSessionCreateInfoARM*, AllocationCallbacks*, - DataGraphPipelineSessionARMHandle*, + DataGraphPipelineSessionHandleARM*, Result>)( _slots[322] is not null and var loadedFnPtr ? loadedFnPtr @@ -137248,11 +79246,6 @@ _slots[322] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pSession); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDataGraphPipelineSessionARM( @@ -137261,14 +79254,9 @@ public static Result CreateDataGraphPipelineSessionARM( DataGraphPipelineSessionCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - DataGraphPipelineSessionARMHandle* pSession + DataGraphPipelineSessionHandleARM* pSession ) => ThisThread.CreateDataGraphPipelineSessionARM(device, pCreateInfo, pAllocator, pSession); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137278,10 +79266,10 @@ Result IVk.CreateDataGraphPipelineSessionARM( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - Ref pSession + Ref pSession ) { - fixed (DataGraphPipelineSessionARMHandle* __dsl_pSession = pSession) + fixed (DataGraphPipelineSessionHandleARM* __dsl_pSession = pSession) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DataGraphPipelineSessionCreateInfoARM* __dsl_pCreateInfo = pCreateInfo) { @@ -137295,11 +79283,6 @@ Ref pSession } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDataGraphPipelineSessionARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137309,10 +79292,9 @@ public static Result CreateDataGraphPipelineSessionARM( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDataGraphPipelineSessionARM *")] - Ref pSession + Ref pSession ) => ThisThread.CreateDataGraphPipelineSessionARM(device, pCreateInfo, pAllocator, pSession); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDebugReportCallbackEXT( @@ -137320,14 +79302,14 @@ Result IVk.CreateDebugReportCallbackEXT( [NativeTypeName("const VkDebugReportCallbackCreateInfoEXT *")] DebugReportCallbackCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackEXTHandle* pCallback + [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackHandleEXT* pCallback ) => ( (delegate* unmanaged< InstanceHandle, DebugReportCallbackCreateInfoEXT*, AllocationCallbacks*, - DebugReportCallbackEXTHandle*, + DebugReportCallbackHandleEXT*, Result>)( _slots[323] is not null and var loadedFnPtr ? loadedFnPtr @@ -137338,7 +79320,6 @@ _slots[323] is not null and var loadedFnPtr ) )(instance, pCreateInfo, pAllocator, pCallback); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDebugReportCallbackEXT( @@ -137346,10 +79327,9 @@ public static Result CreateDebugReportCallbackEXT( [NativeTypeName("const VkDebugReportCallbackCreateInfoEXT *")] DebugReportCallbackCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackEXTHandle* pCallback + [NativeTypeName("VkDebugReportCallbackEXT *")] DebugReportCallbackHandleEXT* pCallback ) => ThisThread.CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pCallback); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137358,10 +79338,10 @@ Result IVk.CreateDebugReportCallbackEXT( [NativeTypeName("const VkDebugReportCallbackCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDebugReportCallbackEXT *")] Ref pCallback + [NativeTypeName("VkDebugReportCallbackEXT *")] Ref pCallback ) { - fixed (DebugReportCallbackEXTHandle* __dsl_pCallback = pCallback) + fixed (DebugReportCallbackHandleEXT* __dsl_pCallback = pCallback) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DebugReportCallbackCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -137375,7 +79355,6 @@ Result IVk.CreateDebugReportCallbackEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugReportCallbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137384,10 +79363,9 @@ public static Result CreateDebugReportCallbackEXT( [NativeTypeName("const VkDebugReportCallbackCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDebugReportCallbackEXT *")] Ref pCallback + [NativeTypeName("VkDebugReportCallbackEXT *")] Ref pCallback ) => ThisThread.CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pCallback); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDebugUtilsMessengerEXT( @@ -137395,14 +79373,14 @@ Result IVk.CreateDebugUtilsMessengerEXT( [NativeTypeName("const VkDebugUtilsMessengerCreateInfoEXT *")] DebugUtilsMessengerCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerEXTHandle* pMessenger + [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerHandleEXT* pMessenger ) => ( (delegate* unmanaged< InstanceHandle, DebugUtilsMessengerCreateInfoEXT*, AllocationCallbacks*, - DebugUtilsMessengerEXTHandle*, + DebugUtilsMessengerHandleEXT*, Result>)( _slots[324] is not null and var loadedFnPtr ? loadedFnPtr @@ -137413,7 +79391,6 @@ _slots[324] is not null and var loadedFnPtr ) )(instance, pCreateInfo, pAllocator, pMessenger); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDebugUtilsMessengerEXT( @@ -137421,10 +79398,9 @@ public static Result CreateDebugUtilsMessengerEXT( [NativeTypeName("const VkDebugUtilsMessengerCreateInfoEXT *")] DebugUtilsMessengerCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerEXTHandle* pMessenger + [NativeTypeName("VkDebugUtilsMessengerEXT *")] DebugUtilsMessengerHandleEXT* pMessenger ) => ThisThread.CreateDebugUtilsMessengerEXT(instance, pCreateInfo, pAllocator, pMessenger); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137433,10 +79409,10 @@ Result IVk.CreateDebugUtilsMessengerEXT( [NativeTypeName("const VkDebugUtilsMessengerCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDebugUtilsMessengerEXT *")] Ref pMessenger + [NativeTypeName("VkDebugUtilsMessengerEXT *")] Ref pMessenger ) { - fixed (DebugUtilsMessengerEXTHandle* __dsl_pMessenger = pMessenger) + fixed (DebugUtilsMessengerHandleEXT* __dsl_pMessenger = pMessenger) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DebugUtilsMessengerCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -137450,7 +79426,6 @@ Result IVk.CreateDebugUtilsMessengerEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDebugUtilsMessengerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137459,22 +79434,21 @@ public static Result CreateDebugUtilsMessengerEXT( [NativeTypeName("const VkDebugUtilsMessengerCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDebugUtilsMessengerEXT *")] Ref pMessenger + [NativeTypeName("VkDebugUtilsMessengerEXT *")] Ref pMessenger ) => ThisThread.CreateDebugUtilsMessengerEXT(instance, pCreateInfo, pAllocator, pMessenger); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDeferredOperationKHR *")] DeferredOperationKHRHandle* pDeferredOperation + [NativeTypeName("VkDeferredOperationKHR *")] DeferredOperationHandleKHR* pDeferredOperation ) => ( (delegate* unmanaged< DeviceHandle, AllocationCallbacks*, - DeferredOperationKHRHandle*, + DeferredOperationHandleKHR*, Result>)( _slots[325] is not null and var loadedFnPtr ? loadedFnPtr @@ -137485,16 +79459,14 @@ _slots[325] is not null and var loadedFnPtr ) )(device, pAllocator, pDeferredOperation); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDeferredOperationKHR *")] DeferredOperationKHRHandle* pDeferredOperation + [NativeTypeName("VkDeferredOperationKHR *")] DeferredOperationHandleKHR* pDeferredOperation ) => ThisThread.CreateDeferredOperationKHR(device, pAllocator, pDeferredOperation); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137502,10 +79474,10 @@ Result IVk.CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDeferredOperationKHR *")] - Ref pDeferredOperation + Ref pDeferredOperation ) { - fixed (DeferredOperationKHRHandle* __dsl_pDeferredOperation = pDeferredOperation) + fixed (DeferredOperationHandleKHR* __dsl_pDeferredOperation = pDeferredOperation) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) { return (Result) @@ -137517,7 +79489,6 @@ Ref pDeferredOperation } } - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDeferredOperationKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137525,30 +79496,9 @@ public static Result CreateDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkDeferredOperationKHR *")] - Ref pDeferredOperation + Ref pDeferredOperation ) => ThisThread.CreateDeferredOperationKHR(device, pAllocator, pDeferredOperation); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDescriptorPool( @@ -137571,27 +79521,6 @@ _slots[326] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pDescriptorPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDescriptorPool( @@ -137602,27 +79531,6 @@ public static Result CreateDescriptorPool( [NativeTypeName("VkDescriptorPool *")] DescriptorPoolHandle* pDescriptorPool ) => ThisThread.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137648,27 +79556,6 @@ Result IVk.CreateDescriptorPool( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137680,27 +79567,6 @@ public static Result CreateDescriptorPool( [NativeTypeName("VkDescriptorPool *")] Ref pDescriptorPool ) => ThisThread.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDescriptorSetLayout( @@ -137726,27 +79592,6 @@ _slots[327] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pSetLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDescriptorSetLayout( @@ -137757,27 +79602,6 @@ public static Result CreateDescriptorSetLayout( [NativeTypeName("VkDescriptorSetLayout *")] DescriptorSetLayoutHandle* pSetLayout ) => ThisThread.CreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137803,27 +79627,6 @@ Result IVk.CreateDescriptorSetLayout( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorSetLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137835,24 +79638,6 @@ public static Result CreateDescriptorSetLayout( [NativeTypeName("VkDescriptorSetLayout *")] Ref pSetLayout ) => ThisThread.CreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDescriptorUpdateTemplate( @@ -137879,24 +79664,6 @@ _slots[328] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pDescriptorUpdateTemplate); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDescriptorUpdateTemplate( @@ -137914,24 +79681,6 @@ public static Result CreateDescriptorUpdateTemplate( pDescriptorUpdateTemplate ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137961,24 +79710,6 @@ Ref pDescriptorUpdateTemplate } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -137997,7 +79728,6 @@ Ref pDescriptorUpdateTemplate pDescriptorUpdateTemplate ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDescriptorUpdateTemplateKHR( @@ -138024,7 +79754,6 @@ _slots[329] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pDescriptorUpdateTemplate); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDescriptorUpdateTemplateKHR( @@ -138042,7 +79771,6 @@ public static Result CreateDescriptorUpdateTemplateKHR( pDescriptorUpdateTemplate ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138072,7 +79800,6 @@ Ref pDescriptorUpdateTemplate } } - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDescriptorUpdateTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138091,32 +79818,6 @@ Ref pDescriptorUpdateTemplate pDescriptorUpdateTemplate ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDevice( @@ -138126,32 +79827,6 @@ public static Result CreateDevice( [NativeTypeName("VkDevice *")] DeviceHandle* pDevice ) => ThisThread.CreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138176,32 +79851,6 @@ Result IVk.CreateDevice( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138212,32 +79861,6 @@ public static Result CreateDevice( [NativeTypeName("VkDevice *")] Ref pDevice ) => ThisThread.CreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] private Result CreateDeviceInternal( @@ -138259,32 +79882,6 @@ _slots[330] is not null and var loadedFnPtr ) )(physicalDevice, pCreateInfo, pAllocator, pDevice); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138308,24 +79905,23 @@ private Result CreateDeviceInternal( } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] DisplayModeCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] DisplayModeKHRHandle* pMode + [NativeTypeName("VkDisplayModeKHR *")] DisplayModeHandleKHR* pMode ) => ( (delegate* unmanaged< PhysicalDeviceHandle, - DisplayKHRHandle, + DisplayHandleKHR, DisplayModeCreateInfoKHR*, AllocationCallbacks*, - DisplayModeKHRHandle*, + DisplayModeHandleKHR*, Result>)( _slots[331] is not null and var loadedFnPtr ? loadedFnPtr @@ -138333,32 +79929,30 @@ _slots[331] is not null and var loadedFnPtr ) )(physicalDevice, display, pCreateInfo, pAllocator, pMode); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] DisplayModeCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] DisplayModeKHRHandle* pMode + [NativeTypeName("VkDisplayModeKHR *")] DisplayModeHandleKHR* pMode ) => ThisThread.CreateDisplayModeKHR(physicalDevice, display, pCreateInfo, pAllocator, pMode); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] Ref pMode + [NativeTypeName("VkDisplayModeKHR *")] Ref pMode ) { - fixed (DisplayModeKHRHandle* __dsl_pMode = pMode) + fixed (DisplayModeHandleKHR* __dsl_pMode = pMode) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DisplayModeCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) { @@ -138373,20 +79967,18 @@ Result IVk.CreateDisplayModeKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayModeKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDisplayModeKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayModeCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkDisplayModeKHR *")] Ref pMode + [NativeTypeName("VkDisplayModeKHR *")] Ref pMode ) => ThisThread.CreateDisplayModeKHR(physicalDevice, display, pCreateInfo, pAllocator, pMode); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateDisplayPlaneSurfaceKHR( @@ -138394,14 +79986,14 @@ Result IVk.CreateDisplayPlaneSurfaceKHR( [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] DisplaySurfaceCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ) => ( (delegate* unmanaged< InstanceHandle, DisplaySurfaceCreateInfoKHR*, AllocationCallbacks*, - SurfaceKHRHandle*, + SurfaceHandleKHR*, Result>)( _slots[332] is not null and var loadedFnPtr ? loadedFnPtr @@ -138412,7 +80004,6 @@ _slots[332] is not null and var loadedFnPtr ) )(instance, pCreateInfo, pAllocator, pSurface); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateDisplayPlaneSurfaceKHR( @@ -138420,10 +80011,9 @@ public static Result CreateDisplayPlaneSurfaceKHR( [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] DisplaySurfaceCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ) => ThisThread.CreateDisplayPlaneSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138432,10 +80022,10 @@ Result IVk.CreateDisplayPlaneSurfaceKHR( [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ) { - fixed (SurfaceKHRHandle* __dsl_pSurface = pSurface) + fixed (SurfaceHandleKHR* __dsl_pSurface = pSurface) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (DisplaySurfaceCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) { @@ -138449,7 +80039,6 @@ Result IVk.CreateDisplayPlaneSurfaceKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateDisplayPlaneSurfaceKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138458,30 +80047,9 @@ public static Result CreateDisplayPlaneSurfaceKHR( [NativeTypeName("const VkDisplaySurfaceCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ) => ThisThread.CreateDisplayPlaneSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateEvent( @@ -138503,27 +80071,6 @@ _slots[333] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pEvent); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateEvent( @@ -138533,27 +80080,6 @@ public static Result CreateEvent( [NativeTypeName("VkEvent *")] EventHandle* pEvent ) => ThisThread.CreateEvent(device, pCreateInfo, pAllocator, pEvent); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138573,27 +80099,6 @@ Result IVk.CreateEvent( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138604,7 +80109,6 @@ public static Result CreateEvent( [NativeTypeName("VkEvent *")] Ref pEvent ) => ThisThread.CreateEvent(device, pCreateInfo, pAllocator, pEvent); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateExternalComputeQueueNV( @@ -138612,14 +80116,14 @@ Result IVk.CreateExternalComputeQueueNV( [NativeTypeName("const VkExternalComputeQueueCreateInfoNV *")] ExternalComputeQueueCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkExternalComputeQueueNV *")] ExternalComputeQueueNVHandle* pExternalQueue + [NativeTypeName("VkExternalComputeQueueNV *")] ExternalComputeQueueHandleNV* pExternalQueue ) => ( (delegate* unmanaged< DeviceHandle, ExternalComputeQueueCreateInfoNV*, AllocationCallbacks*, - ExternalComputeQueueNVHandle*, + ExternalComputeQueueHandleNV*, Result>)( _slots[334] is not null and var loadedFnPtr ? loadedFnPtr @@ -138630,7 +80134,6 @@ _slots[334] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pExternalQueue); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateExternalComputeQueueNV( @@ -138638,10 +80141,9 @@ public static Result CreateExternalComputeQueueNV( [NativeTypeName("const VkExternalComputeQueueCreateInfoNV *")] ExternalComputeQueueCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkExternalComputeQueueNV *")] ExternalComputeQueueNVHandle* pExternalQueue + [NativeTypeName("VkExternalComputeQueueNV *")] ExternalComputeQueueHandleNV* pExternalQueue ) => ThisThread.CreateExternalComputeQueueNV(device, pCreateInfo, pAllocator, pExternalQueue); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138651,10 +80153,10 @@ Result IVk.CreateExternalComputeQueueNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkExternalComputeQueueNV *")] - Ref pExternalQueue + Ref pExternalQueue ) { - fixed (ExternalComputeQueueNVHandle* __dsl_pExternalQueue = pExternalQueue) + fixed (ExternalComputeQueueHandleNV* __dsl_pExternalQueue = pExternalQueue) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (ExternalComputeQueueCreateInfoNV* __dsl_pCreateInfo = pCreateInfo) { @@ -138668,7 +80170,6 @@ Ref pExternalQueue } } - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateExternalComputeQueueNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138678,35 +80179,9 @@ public static Result CreateExternalComputeQueueNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkExternalComputeQueueNV *")] - Ref pExternalQueue + Ref pExternalQueue ) => ThisThread.CreateExternalComputeQueueNV(device, pCreateInfo, pAllocator, pExternalQueue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateFence( @@ -138728,32 +80203,6 @@ _slots[335] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateFence( @@ -138763,32 +80212,6 @@ public static Result CreateFence( [NativeTypeName("VkFence *")] FenceHandle* pFence ) => ThisThread.CreateFence(device, pCreateInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138808,32 +80231,6 @@ Result IVk.CreateFence( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFence")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138844,22 +80241,6 @@ public static Result CreateFence( [NativeTypeName("VkFence *")] Ref pFence ) => ThisThread.CreateFence(device, pCreateInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateFramebuffer( @@ -138881,22 +80262,6 @@ _slots[336] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pFramebuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateFramebuffer( @@ -138906,22 +80271,6 @@ public static Result CreateFramebuffer( [NativeTypeName("VkFramebuffer *")] FramebufferHandle* pFramebuffer ) => ThisThread.CreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138946,22 +80295,6 @@ Result IVk.CreateFramebuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -138972,22 +80305,6 @@ public static Result CreateFramebuffer( [NativeTypeName("VkFramebuffer *")] Ref pFramebuffer ) => ThisThread.CreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateGraphicsPipelines( @@ -139017,22 +80334,6 @@ _slots[337] is not null and var loadedFnPtr ) )(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateGraphicsPipelines( @@ -139053,22 +80354,6 @@ public static Result CreateGraphicsPipelines( pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139098,22 +80383,6 @@ Result IVk.CreateGraphicsPipelines( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateGraphicsPipelines")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139135,7 +80404,6 @@ public static Result CreateGraphicsPipelines( pPipelines ); - [SupportedApiProfile("vulkan", ["VK_EXT_headless_surface"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateHeadlessSurfaceEXT( @@ -139143,14 +80411,14 @@ Result IVk.CreateHeadlessSurfaceEXT( [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] HeadlessSurfaceCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ) => ( (delegate* unmanaged< InstanceHandle, HeadlessSurfaceCreateInfoEXT*, AllocationCallbacks*, - SurfaceKHRHandle*, + SurfaceHandleKHR*, Result>)( _slots[338] is not null and var loadedFnPtr ? loadedFnPtr @@ -139161,7 +80429,6 @@ _slots[338] is not null and var loadedFnPtr ) )(instance, pCreateInfo, pAllocator, pSurface); - [SupportedApiProfile("vulkan", ["VK_EXT_headless_surface"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateHeadlessSurfaceEXT( @@ -139169,10 +80436,9 @@ public static Result CreateHeadlessSurfaceEXT( [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] HeadlessSurfaceCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSurfaceKHR *")] SurfaceKHRHandle* pSurface + [NativeTypeName("VkSurfaceKHR *")] SurfaceHandleKHR* pSurface ) => ThisThread.CreateHeadlessSurfaceEXT(instance, pCreateInfo, pAllocator, pSurface); - [SupportedApiProfile("vulkan", ["VK_EXT_headless_surface"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139181,10 +80447,10 @@ Result IVk.CreateHeadlessSurfaceEXT( [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ) { - fixed (SurfaceKHRHandle* __dsl_pSurface = pSurface) + fixed (SurfaceHandleKHR* __dsl_pSurface = pSurface) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (HeadlessSurfaceCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -139198,7 +80464,6 @@ Result IVk.CreateHeadlessSurfaceEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_headless_surface"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateHeadlessSurfaceEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139207,35 +80472,9 @@ public static Result CreateHeadlessSurfaceEXT( [NativeTypeName("const VkHeadlessSurfaceCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSurfaceKHR *")] Ref pSurface + [NativeTypeName("VkSurfaceKHR *")] Ref pSurface ) => ThisThread.CreateHeadlessSurfaceEXT(instance, pCreateInfo, pAllocator, pSurface); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateImage( @@ -139257,32 +80496,6 @@ _slots[339] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pImage); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateImage( @@ -139292,32 +80505,6 @@ public static Result CreateImage( [NativeTypeName("VkImage *")] ImageHandle* pImage ) => ThisThread.CreateImage(device, pCreateInfo, pAllocator, pImage); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139337,32 +80524,6 @@ Result IVk.CreateImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139373,32 +80534,6 @@ public static Result CreateImage( [NativeTypeName("VkImage *")] Ref pImage ) => ThisThread.CreateImage(device, pCreateInfo, pAllocator, pImage); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateImageView( @@ -139420,32 +80555,6 @@ _slots[340] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateImageView( @@ -139455,32 +80564,6 @@ public static Result CreateImageView( [NativeTypeName("VkImageView *")] ImageViewHandle* pView ) => ThisThread.CreateImageView(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139505,32 +80588,6 @@ Result IVk.CreateImageView( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateImageView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139541,15 +80598,6 @@ public static Result CreateImageView( [NativeTypeName("VkImageView *")] Ref pView ) => ThisThread.CreateImageView(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateIndirectCommandsLayoutEXT( @@ -139558,14 +80606,14 @@ Result IVk.CreateIndirectCommandsLayoutEXT( IndirectCommandsLayoutCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - IndirectCommandsLayoutEXTHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleEXT* pIndirectCommandsLayout ) => ( (delegate* unmanaged< DeviceHandle, IndirectCommandsLayoutCreateInfoEXT*, AllocationCallbacks*, - IndirectCommandsLayoutEXTHandle*, + IndirectCommandsLayoutHandleEXT*, Result>)( _slots[341] is not null and var loadedFnPtr ? loadedFnPtr @@ -139576,15 +80624,6 @@ _slots[341] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pIndirectCommandsLayout); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateIndirectCommandsLayoutEXT( @@ -139593,7 +80632,7 @@ public static Result CreateIndirectCommandsLayoutEXT( IndirectCommandsLayoutCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - IndirectCommandsLayoutEXTHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleEXT* pIndirectCommandsLayout ) => ThisThread.CreateIndirectCommandsLayoutEXT( device, @@ -139602,15 +80641,6 @@ public static Result CreateIndirectCommandsLayoutEXT( pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139620,11 +80650,11 @@ Result IVk.CreateIndirectCommandsLayoutEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ) { fixed ( - IndirectCommandsLayoutEXTHandle* __dsl_pIndirectCommandsLayout = pIndirectCommandsLayout + IndirectCommandsLayoutHandleEXT* __dsl_pIndirectCommandsLayout = pIndirectCommandsLayout ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (IndirectCommandsLayoutCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) @@ -139639,15 +80669,6 @@ Ref pIndirectCommandsLayout } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139657,7 +80678,7 @@ public static Result CreateIndirectCommandsLayoutEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutEXT *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ) => ThisThread.CreateIndirectCommandsLayoutEXT( device, @@ -139666,11 +80687,6 @@ Ref pIndirectCommandsLayout pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateIndirectCommandsLayoutNV( @@ -139679,14 +80695,14 @@ Result IVk.CreateIndirectCommandsLayoutNV( IndirectCommandsLayoutCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - IndirectCommandsLayoutNVHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleNV* pIndirectCommandsLayout ) => ( (delegate* unmanaged< DeviceHandle, IndirectCommandsLayoutCreateInfoNV*, AllocationCallbacks*, - IndirectCommandsLayoutNVHandle*, + IndirectCommandsLayoutHandleNV*, Result>)( _slots[342] is not null and var loadedFnPtr ? loadedFnPtr @@ -139697,11 +80713,6 @@ _slots[342] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pIndirectCommandsLayout); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateIndirectCommandsLayoutNV( @@ -139710,7 +80721,7 @@ public static Result CreateIndirectCommandsLayoutNV( IndirectCommandsLayoutCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - IndirectCommandsLayoutNVHandle* pIndirectCommandsLayout + IndirectCommandsLayoutHandleNV* pIndirectCommandsLayout ) => ThisThread.CreateIndirectCommandsLayoutNV( device, @@ -139719,11 +80730,6 @@ public static Result CreateIndirectCommandsLayoutNV( pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139733,11 +80739,11 @@ Result IVk.CreateIndirectCommandsLayoutNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ) { fixed ( - IndirectCommandsLayoutNVHandle* __dsl_pIndirectCommandsLayout = pIndirectCommandsLayout + IndirectCommandsLayoutHandleNV* __dsl_pIndirectCommandsLayout = pIndirectCommandsLayout ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (IndirectCommandsLayoutCreateInfoNV* __dsl_pCreateInfo = pCreateInfo) @@ -139752,11 +80758,6 @@ Ref pIndirectCommandsLayout } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectCommandsLayoutNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139766,7 +80767,7 @@ public static Result CreateIndirectCommandsLayoutNV( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectCommandsLayoutNV *")] - Ref pIndirectCommandsLayout + Ref pIndirectCommandsLayout ) => ThisThread.CreateIndirectCommandsLayoutNV( device, @@ -139775,15 +80776,6 @@ Ref pIndirectCommandsLayout pIndirectCommandsLayout ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateIndirectExecutionSetEXT( @@ -139792,14 +80784,14 @@ Result IVk.CreateIndirectExecutionSetEXT( IndirectExecutionSetCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - IndirectExecutionSetEXTHandle* pIndirectExecutionSet + IndirectExecutionSetHandleEXT* pIndirectExecutionSet ) => ( (delegate* unmanaged< DeviceHandle, IndirectExecutionSetCreateInfoEXT*, AllocationCallbacks*, - IndirectExecutionSetEXTHandle*, + IndirectExecutionSetHandleEXT*, Result>)( _slots[343] is not null and var loadedFnPtr ? loadedFnPtr @@ -139810,15 +80802,6 @@ _slots[343] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pIndirectExecutionSet); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateIndirectExecutionSetEXT( @@ -139827,7 +80810,7 @@ public static Result CreateIndirectExecutionSetEXT( IndirectExecutionSetCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - IndirectExecutionSetEXTHandle* pIndirectExecutionSet + IndirectExecutionSetHandleEXT* pIndirectExecutionSet ) => ThisThread.CreateIndirectExecutionSetEXT( device, @@ -139836,15 +80819,6 @@ public static Result CreateIndirectExecutionSetEXT( pIndirectExecutionSet ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139854,10 +80828,10 @@ Result IVk.CreateIndirectExecutionSetEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - Ref pIndirectExecutionSet + Ref pIndirectExecutionSet ) { - fixed (IndirectExecutionSetEXTHandle* __dsl_pIndirectExecutionSet = pIndirectExecutionSet) + fixed (IndirectExecutionSetHandleEXT* __dsl_pIndirectExecutionSet = pIndirectExecutionSet) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (IndirectExecutionSetCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -139871,15 +80845,6 @@ Ref pIndirectExecutionSet } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateIndirectExecutionSetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139889,7 +80854,7 @@ public static Result CreateIndirectExecutionSetEXT( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkIndirectExecutionSetEXT *")] - Ref pIndirectExecutionSet + Ref pIndirectExecutionSet ) => ThisThread.CreateIndirectExecutionSetEXT( device, @@ -139898,32 +80863,6 @@ Ref pIndirectExecutionSet pIndirectExecutionSet ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateInstance( @@ -139932,32 +80871,6 @@ public static Result CreateInstance( [NativeTypeName("VkInstance *")] InstanceHandle* pInstance ) => ThisThread.CreateInstance(pCreateInfo, pAllocator, pInstance); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -139976,32 +80889,6 @@ Result IVk.CreateInstance( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140011,32 +80898,6 @@ public static Result CreateInstance( [NativeTypeName("VkInstance *")] Ref pInstance ) => ThisThread.CreateInstance(pCreateInfo, pAllocator, pInstance); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] private Result CreateInstanceInternal( @@ -140056,32 +80917,6 @@ _slots[344] is not null and var loadedFnPtr ) )(pCreateInfo, pAllocator, pInstance); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140103,28 +80938,20 @@ private Result CreateInstanceInternal( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMicromapCreateInfoEXT *")] MicromapCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkMicromapEXT *")] MicromapEXTHandle* pMicromap + [NativeTypeName("VkMicromapEXT *")] MicromapHandleEXT* pMicromap ) => ( (delegate* unmanaged< DeviceHandle, MicromapCreateInfoEXT*, AllocationCallbacks*, - MicromapEXTHandle*, + MicromapHandleEXT*, Result>)( _slots[345] is not null and var loadedFnPtr ? loadedFnPtr @@ -140132,31 +80959,15 @@ _slots[345] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pMicromap); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMicromapCreateInfoEXT *")] MicromapCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkMicromapEXT *")] MicromapEXTHandle* pMicromap + [NativeTypeName("VkMicromapEXT *")] MicromapHandleEXT* pMicromap ) => ThisThread.CreateMicromapEXT(device, pCreateInfo, pAllocator, pMicromap); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140164,10 +80975,10 @@ Result IVk.CreateMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMicromapCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkMicromapEXT *")] Ref pMicromap + [NativeTypeName("VkMicromapEXT *")] Ref pMicromap ) { - fixed (MicromapEXTHandle* __dsl_pMicromap = pMicromap) + fixed (MicromapHandleEXT* __dsl_pMicromap = pMicromap) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (MicromapCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -140181,14 +80992,6 @@ Result IVk.CreateMicromapEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140196,18 +80999,9 @@ public static Result CreateMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkMicromapCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkMicromapEXT *")] Ref pMicromap + [NativeTypeName("VkMicromapEXT *")] Ref pMicromap ) => ThisThread.CreateMicromapEXT(device, pCreateInfo, pAllocator, pMicromap); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateOpticalFlowSessionNV( @@ -140215,14 +81009,14 @@ Result IVk.CreateOpticalFlowSessionNV( [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] OpticalFlowSessionCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionNVHandle* pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionHandleNV* pSession ) => ( (delegate* unmanaged< DeviceHandle, OpticalFlowSessionCreateInfoNV*, AllocationCallbacks*, - OpticalFlowSessionNVHandle*, + OpticalFlowSessionHandleNV*, Result>)( _slots[346] is not null and var loadedFnPtr ? loadedFnPtr @@ -140233,15 +81027,6 @@ _slots[346] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pSession); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateOpticalFlowSessionNV( @@ -140249,18 +81034,9 @@ public static Result CreateOpticalFlowSessionNV( [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] OpticalFlowSessionCreateInfoNV* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionNVHandle* pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] OpticalFlowSessionHandleNV* pSession ) => ThisThread.CreateOpticalFlowSessionNV(device, pCreateInfo, pAllocator, pSession); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140269,10 +81045,10 @@ Result IVk.CreateOpticalFlowSessionNV( [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession ) { - fixed (OpticalFlowSessionNVHandle* __dsl_pSession = pSession) + fixed (OpticalFlowSessionHandleNV* __dsl_pSession = pSession) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (OpticalFlowSessionCreateInfoNV* __dsl_pCreateInfo = pCreateInfo) { @@ -140286,15 +81062,6 @@ Result IVk.CreateOpticalFlowSessionNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateOpticalFlowSessionNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140303,17 +81070,9 @@ public static Result CreateOpticalFlowSessionNV( [NativeTypeName("const VkOpticalFlowSessionCreateInfoNV *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession + [NativeTypeName("VkOpticalFlowSessionNV *")] Ref pSession ) => ThisThread.CreateOpticalFlowSessionNV(device, pCreateInfo, pAllocator, pSession); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreatePipelineBinariesKHR( @@ -140339,14 +81098,6 @@ _slots[347] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pBinaries); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreatePipelineBinariesKHR( @@ -140357,14 +81108,6 @@ public static Result CreatePipelineBinariesKHR( PipelineBinaryHandlesInfoKHR* pBinaries ) => ThisThread.CreatePipelineBinariesKHR(device, pCreateInfo, pAllocator, pBinaries); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140390,14 +81133,6 @@ Ref pBinaries } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineBinariesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140409,27 +81144,6 @@ public static Result CreatePipelineBinariesKHR( Ref pBinaries ) => ThisThread.CreatePipelineBinariesKHR(device, pCreateInfo, pAllocator, pBinaries); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreatePipelineCache( @@ -140451,27 +81165,6 @@ _slots[348] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pPipelineCache); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreatePipelineCache( @@ -140481,27 +81174,6 @@ public static Result CreatePipelineCache( [NativeTypeName("VkPipelineCache *")] PipelineCacheHandle* pPipelineCache ) => ThisThread.CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140527,27 +81199,6 @@ Result IVk.CreatePipelineCache( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineCache")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140559,27 +81210,6 @@ public static Result CreatePipelineCache( [NativeTypeName("VkPipelineCache *")] Ref pPipelineCache ) => ThisThread.CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreatePipelineLayout( @@ -140602,27 +81232,6 @@ _slots[349] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pPipelineLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreatePipelineLayout( @@ -140633,27 +81242,6 @@ public static Result CreatePipelineLayout( [NativeTypeName("VkPipelineLayout *")] PipelineLayoutHandle* pPipelineLayout ) => ThisThread.CreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140679,27 +81267,6 @@ Result IVk.CreatePipelineLayout( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePipelineLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140711,20 +81278,6 @@ public static Result CreatePipelineLayout( [NativeTypeName("VkPipelineLayout *")] Ref pPipelineLayout ) => ThisThread.CreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreatePrivateDataSlot( @@ -140747,20 +81300,6 @@ _slots[350] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pPrivateDataSlot); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreatePrivateDataSlot( @@ -140771,20 +81310,6 @@ public static Result CreatePrivateDataSlot( [NativeTypeName("VkPrivateDataSlot *")] PrivateDataSlotHandle* pPrivateDataSlot ) => ThisThread.CreatePrivateDataSlot(device, pCreateInfo, pAllocator, pPrivateDataSlot); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140810,20 +81335,6 @@ Result IVk.CreatePrivateDataSlot( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlot")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140835,14 +81346,6 @@ public static Result CreatePrivateDataSlot( [NativeTypeName("VkPrivateDataSlot *")] Ref pPrivateDataSlot ) => ThisThread.CreatePrivateDataSlot(device, pCreateInfo, pAllocator, pPrivateDataSlot); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreatePrivateDataSlotEXT( @@ -140868,14 +81371,6 @@ _slots[351] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pPrivateDataSlot); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreatePrivateDataSlotEXT( @@ -140886,14 +81381,6 @@ public static Result CreatePrivateDataSlotEXT( [NativeTypeName("VkPrivateDataSlot *")] PrivateDataSlotHandle* pPrivateDataSlot ) => ThisThread.CreatePrivateDataSlotEXT(device, pCreateInfo, pAllocator, pPrivateDataSlot); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140919,14 +81406,6 @@ Result IVk.CreatePrivateDataSlotEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreatePrivateDataSlotEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -140938,32 +81417,6 @@ public static Result CreatePrivateDataSlotEXT( [NativeTypeName("VkPrivateDataSlot *")] Ref pPrivateDataSlot ) => ThisThread.CreatePrivateDataSlotEXT(device, pCreateInfo, pAllocator, pPrivateDataSlot); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateQueryPool( @@ -140985,32 +81438,6 @@ _slots[352] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pQueryPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateQueryPool( @@ -141020,32 +81447,6 @@ public static Result CreateQueryPool( [NativeTypeName("VkQueryPool *")] QueryPoolHandle* pQueryPool ) => ThisThread.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141070,32 +81471,6 @@ Result IVk.CreateQueryPool( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateQueryPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141106,19 +81481,11 @@ public static Result CreateQueryPool( [NativeTypeName("VkQueryPool *")] Ref pQueryPool ) => ThisThread.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -141129,7 +81496,7 @@ Result IVk.CreateRayTracingPipelinesKHR( ( (delegate* unmanaged< DeviceHandle, - DeferredOperationKHRHandle, + DeferredOperationHandleKHR, PipelineCacheHandle, uint, RayTracingPipelineCreateInfoKHR*, @@ -141153,19 +81520,11 @@ _slots[353] is not null and var loadedFnPtr pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -141183,20 +81542,12 @@ public static Result CreateRayTracingPipelinesKHR( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -141222,20 +81573,12 @@ Result IVk.CreateRayTracingPipelinesKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateRayTracingPipelinesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle deferredOperation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR deferredOperation, [NativeTypeName("VkPipelineCache")] PipelineCacheHandle pipelineCache, [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkRayTracingPipelineCreateInfoKHR *")] @@ -141253,14 +81596,6 @@ public static Result CreateRayTracingPipelinesKHR( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateRayTracingPipelinesNV( @@ -141290,14 +81625,6 @@ _slots[354] is not null and var loadedFnPtr ) )(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateRayTracingPipelinesNV( @@ -141318,14 +81645,6 @@ public static Result CreateRayTracingPipelinesNV( pPipelines ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141355,14 +81674,6 @@ Result IVk.CreateRayTracingPipelinesNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRayTracingPipelinesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141384,22 +81695,6 @@ public static Result CreateRayTracingPipelinesNV( pPipelines ); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateRenderPass( @@ -141421,22 +81716,6 @@ _slots[355] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateRenderPass( @@ -141446,22 +81725,6 @@ public static Result CreateRenderPass( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ) => ThisThread.CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141486,22 +81749,6 @@ Result IVk.CreateRenderPass( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141512,18 +81759,6 @@ public static Result CreateRenderPass( [NativeTypeName("VkRenderPass *")] Ref pRenderPass ) => ThisThread.CreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateRenderPass2( @@ -141545,18 +81780,6 @@ _slots[356] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateRenderPass2( @@ -141566,18 +81789,6 @@ public static Result CreateRenderPass2( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ) => ThisThread.CreateRenderPass2(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141602,18 +81813,6 @@ Result IVk.CreateRenderPass2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141624,11 +81823,6 @@ public static Result CreateRenderPass2( [NativeTypeName("VkRenderPass *")] Ref pRenderPass ) => ThisThread.CreateRenderPass2(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateRenderPass2KHR( @@ -141650,11 +81844,6 @@ _slots[357] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateRenderPass2KHR( @@ -141664,11 +81853,6 @@ public static Result CreateRenderPass2KHR( [NativeTypeName("VkRenderPass *")] RenderPassHandle* pRenderPass ) => ThisThread.CreateRenderPass2KHR(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141693,11 +81877,6 @@ Result IVk.CreateRenderPass2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_create_renderpass2"], - ImpliesSets = ["VK_KHR_multiview+VK_KHR_maintenance2", "VK_VERSION_1_1"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateRenderPass2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141708,27 +81887,6 @@ public static Result CreateRenderPass2KHR( [NativeTypeName("VkRenderPass *")] Ref pRenderPass ) => ThisThread.CreateRenderPass2KHR(device, pCreateInfo, pAllocator, pRenderPass); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateSampler( @@ -141750,27 +81908,6 @@ _slots[358] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pSampler); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateSampler( @@ -141780,27 +81917,6 @@ public static Result CreateSampler( [NativeTypeName("VkSampler *")] SamplerHandle* pSampler ) => ThisThread.CreateSampler(device, pCreateInfo, pAllocator, pSampler); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141825,27 +81941,6 @@ Result IVk.CreateSampler( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141856,24 +81951,6 @@ public static Result CreateSampler( [NativeTypeName("VkSampler *")] Ref pSampler ) => ThisThread.CreateSampler(device, pCreateInfo, pAllocator, pSampler); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateSamplerYcbcrConversion( @@ -141900,24 +81977,6 @@ _slots[359] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pYcbcrConversion); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateSamplerYcbcrConversion( @@ -141929,24 +81988,6 @@ public static Result CreateSamplerYcbcrConversion( SamplerYcbcrConversionHandle* pYcbcrConversion ) => ThisThread.CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -141973,24 +82014,6 @@ Ref pYcbcrConversion } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142003,14 +82026,6 @@ public static Result CreateSamplerYcbcrConversion( Ref pYcbcrConversion ) => ThisThread.CreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateSamplerYcbcrConversionKHR( @@ -142037,14 +82052,6 @@ _slots[360] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pYcbcrConversion); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateSamplerYcbcrConversionKHR( @@ -142062,14 +82069,6 @@ public static Result CreateSamplerYcbcrConversionKHR( pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142096,14 +82095,6 @@ Ref pYcbcrConversion } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSamplerYcbcrConversionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142122,32 +82113,6 @@ Ref pYcbcrConversion pYcbcrConversion ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateSemaphore( @@ -142169,32 +82134,6 @@ _slots[361] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pSemaphore); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateSemaphore( @@ -142204,32 +82143,6 @@ public static Result CreateSemaphore( [NativeTypeName("VkSemaphore *")] SemaphoreHandle* pSemaphore ) => ThisThread.CreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142254,32 +82167,6 @@ Result IVk.CreateSemaphore( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142290,27 +82177,6 @@ public static Result CreateSemaphore( [NativeTypeName("VkSemaphore *")] Ref pSemaphore ) => ThisThread.CreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateShaderModule( @@ -142332,27 +82198,6 @@ _slots[362] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pShaderModule); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateShaderModule( @@ -142362,27 +82207,6 @@ public static Result CreateShaderModule( [NativeTypeName("VkShaderModule *")] ShaderModuleHandle* pShaderModule ) => ThisThread.CreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142408,27 +82232,6 @@ Result IVk.CreateShaderModule( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShaderModule")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142440,15 +82243,6 @@ public static Result CreateShaderModule( [NativeTypeName("VkShaderModule *")] Ref pShaderModule ) => ThisThread.CreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateShadersEXT( @@ -142456,7 +82250,7 @@ Result IVk.CreateShadersEXT( [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] ShaderCreateInfoEXT* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("VkShaderEXT *")] ShaderHandleEXT* pShaders ) => ( (delegate* unmanaged< @@ -142464,7 +82258,7 @@ Result IVk.CreateShadersEXT( uint, ShaderCreateInfoEXT*, AllocationCallbacks*, - ShaderEXTHandle*, + ShaderHandleEXT*, Result>)( _slots[363] is not null and var loadedFnPtr ? loadedFnPtr @@ -142472,15 +82266,6 @@ _slots[363] is not null and var loadedFnPtr ) )(device, createInfoCount, pCreateInfos, pAllocator, pShaders); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateShadersEXT( @@ -142488,18 +82273,9 @@ public static Result CreateShadersEXT( [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] ShaderCreateInfoEXT* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkShaderEXT *")] ShaderEXTHandle* pShaders + [NativeTypeName("VkShaderEXT *")] ShaderHandleEXT* pShaders ) => ThisThread.CreateShadersEXT(device, createInfoCount, pCreateInfos, pAllocator, pShaders); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142508,10 +82284,10 @@ Result IVk.CreateShadersEXT( [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkShaderEXT *")] Ref pShaders + [NativeTypeName("VkShaderEXT *")] Ref pShaders ) { - fixed (ShaderEXTHandle* __dsl_pShaders = pShaders) + fixed (ShaderHandleEXT* __dsl_pShaders = pShaders) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (ShaderCreateInfoEXT* __dsl_pCreateInfos = pCreateInfos) { @@ -142526,15 +82302,6 @@ Result IVk.CreateShadersEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateShadersEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142543,14 +82310,9 @@ public static Result CreateShadersEXT( [NativeTypeName("uint32_t")] uint createInfoCount, [NativeTypeName("const VkShaderCreateInfoEXT *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkShaderEXT *")] Ref pShaders + [NativeTypeName("VkShaderEXT *")] Ref pShaders ) => ThisThread.CreateShadersEXT(device, createInfoCount, pCreateInfos, pAllocator, pShaders); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateSharedSwapchainsKHR( @@ -142558,7 +82320,7 @@ Result IVk.CreateSharedSwapchainsKHR( [NativeTypeName("uint32_t")] uint swapchainCount, [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains ) => ( (delegate* unmanaged< @@ -142566,7 +82328,7 @@ Result IVk.CreateSharedSwapchainsKHR( uint, SwapchainCreateInfoKHR*, AllocationCallbacks*, - SwapchainKHRHandle*, + SwapchainHandleKHR*, Result>)( _slots[364] is not null and var loadedFnPtr ? loadedFnPtr @@ -142577,11 +82339,6 @@ _slots[364] is not null and var loadedFnPtr ) )(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateSharedSwapchainsKHR( @@ -142589,7 +82346,7 @@ public static Result CreateSharedSwapchainsKHR( [NativeTypeName("uint32_t")] uint swapchainCount, [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains ) => ThisThread.CreateSharedSwapchainsKHR( device, @@ -142599,11 +82356,6 @@ public static Result CreateSharedSwapchainsKHR( pSwapchains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142613,10 +82365,10 @@ Result IVk.CreateSharedSwapchainsKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains ) { - fixed (SwapchainKHRHandle* __dsl_pSwapchains = pSwapchains) + fixed (SwapchainHandleKHR* __dsl_pSwapchains = pSwapchains) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (SwapchainCreateInfoKHR* __dsl_pCreateInfos = pCreateInfos) { @@ -142631,11 +82383,6 @@ Result IVk.CreateSharedSwapchainsKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_display_swapchain"], - ImpliesSets = ["VK_KHR_display", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSharedSwapchainsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142645,7 +82392,7 @@ public static Result CreateSharedSwapchainsKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfos, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchains ) => ThisThread.CreateSharedSwapchainsKHR( device, @@ -142655,21 +82402,20 @@ public static Result CreateSharedSwapchainsKHR( pSwapchains ); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateSwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchain + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchain ) => ( (delegate* unmanaged< DeviceHandle, SwapchainCreateInfoKHR*, AllocationCallbacks*, - SwapchainKHRHandle*, + SwapchainHandleKHR*, Result>)( _slots[365] is not null and var loadedFnPtr ? loadedFnPtr @@ -142677,17 +82423,15 @@ _slots[365] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pSwapchain); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateSwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkSwapchainCreateInfoKHR *")] SwapchainCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchain + [NativeTypeName("VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchain ) => ThisThread.CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142696,10 +82440,10 @@ Result IVk.CreateSwapchainKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain ) { - fixed (SwapchainKHRHandle* __dsl_pSwapchain = pSwapchain) + fixed (SwapchainHandleKHR* __dsl_pSwapchain = pSwapchain) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (SwapchainCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) { @@ -142713,7 +82457,6 @@ Result IVk.CreateSwapchainKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateSwapchainKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142722,24 +82465,23 @@ public static Result CreateSwapchainKHR( [NativeTypeName("const VkSwapchainCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain + [NativeTypeName("VkSwapchainKHR *")] Ref pSwapchain ) => ThisThread.CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] TensorCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorARM *")] TensorARMHandle* pTensor + [NativeTypeName("VkTensorARM *")] TensorHandleARM* pTensor ) => ( (delegate* unmanaged< DeviceHandle, TensorCreateInfoARM*, AllocationCallbacks*, - TensorARMHandle*, + TensorHandleARM*, Result>)( _slots[366] is not null and var loadedFnPtr ? loadedFnPtr @@ -142747,17 +82489,15 @@ _slots[366] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pTensor); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] TensorCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorARM *")] TensorARMHandle* pTensor + [NativeTypeName("VkTensorARM *")] TensorHandleARM* pTensor ) => ThisThread.CreateTensorARM(device, pCreateInfo, pAllocator, pTensor); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142765,10 +82505,10 @@ Result IVk.CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorARM *")] Ref pTensor + [NativeTypeName("VkTensorARM *")] Ref pTensor ) { - fixed (TensorARMHandle* __dsl_pTensor = pTensor) + fixed (TensorHandleARM* __dsl_pTensor = pTensor) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (TensorCreateInfoARM* __dsl_pCreateInfo = pCreateInfo) { @@ -142782,7 +82522,6 @@ Result IVk.CreateTensorARM( } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142790,24 +82529,23 @@ public static Result CreateTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorARM *")] Ref pTensor + [NativeTypeName("VkTensorARM *")] Ref pTensor ) => ThisThread.CreateTensorARM(device, pCreateInfo, pAllocator, pTensor); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorViewCreateInfoARM *")] TensorViewCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorViewARM *")] TensorViewARMHandle* pView + [NativeTypeName("VkTensorViewARM *")] TensorViewHandleARM* pView ) => ( (delegate* unmanaged< DeviceHandle, TensorViewCreateInfoARM*, AllocationCallbacks*, - TensorViewARMHandle*, + TensorViewHandleARM*, Result>)( _slots[367] is not null and var loadedFnPtr ? loadedFnPtr @@ -142815,17 +82553,15 @@ _slots[367] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkTensorViewCreateInfoARM *")] TensorViewCreateInfoARM* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkTensorViewARM *")] TensorViewARMHandle* pView + [NativeTypeName("VkTensorViewARM *")] TensorViewHandleARM* pView ) => ThisThread.CreateTensorViewARM(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142834,10 +82570,10 @@ Result IVk.CreateTensorViewARM( [NativeTypeName("const VkTensorViewCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorViewARM *")] Ref pView + [NativeTypeName("VkTensorViewARM *")] Ref pView ) { - fixed (TensorViewARMHandle* __dsl_pView = pView) + fixed (TensorViewHandleARM* __dsl_pView = pView) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (TensorViewCreateInfoARM* __dsl_pCreateInfo = pCreateInfo) { @@ -142851,7 +82587,6 @@ Result IVk.CreateTensorViewARM( } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateTensorViewARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142860,10 +82595,9 @@ public static Result CreateTensorViewARM( [NativeTypeName("const VkTensorViewCreateInfoARM *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkTensorViewARM *")] Ref pView + [NativeTypeName("VkTensorViewARM *")] Ref pView ) => ThisThread.CreateTensorViewARM(device, pCreateInfo, pAllocator, pView); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateValidationCacheEXT( @@ -142871,14 +82605,14 @@ Result IVk.CreateValidationCacheEXT( [NativeTypeName("const VkValidationCacheCreateInfoEXT *")] ValidationCacheCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheEXTHandle* pValidationCache + [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheHandleEXT* pValidationCache ) => ( (delegate* unmanaged< DeviceHandle, ValidationCacheCreateInfoEXT*, AllocationCallbacks*, - ValidationCacheEXTHandle*, + ValidationCacheHandleEXT*, Result>)( _slots[368] is not null and var loadedFnPtr ? loadedFnPtr @@ -142889,7 +82623,6 @@ _slots[368] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pValidationCache); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateValidationCacheEXT( @@ -142897,10 +82630,9 @@ public static Result CreateValidationCacheEXT( [NativeTypeName("const VkValidationCacheCreateInfoEXT *")] ValidationCacheCreateInfoEXT* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheEXTHandle* pValidationCache + [NativeTypeName("VkValidationCacheEXT *")] ValidationCacheHandleEXT* pValidationCache ) => ThisThread.CreateValidationCacheEXT(device, pCreateInfo, pAllocator, pValidationCache); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142909,10 +82641,10 @@ Result IVk.CreateValidationCacheEXT( [NativeTypeName("const VkValidationCacheCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkValidationCacheEXT *")] Ref pValidationCache + [NativeTypeName("VkValidationCacheEXT *")] Ref pValidationCache ) { - fixed (ValidationCacheEXTHandle* __dsl_pValidationCache = pValidationCache) + fixed (ValidationCacheHandleEXT* __dsl_pValidationCache = pValidationCache) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (ValidationCacheCreateInfoEXT* __dsl_pCreateInfo = pCreateInfo) { @@ -142926,7 +82658,6 @@ Result IVk.CreateValidationCacheEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateValidationCacheEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142935,14 +82666,9 @@ public static Result CreateValidationCacheEXT( [NativeTypeName("const VkValidationCacheCreateInfoEXT *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkValidationCacheEXT *")] Ref pValidationCache + [NativeTypeName("VkValidationCacheEXT *")] Ref pValidationCache ) => ThisThread.CreateValidationCacheEXT(device, pCreateInfo, pAllocator, pValidationCache); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateVideoSessionKHR( @@ -142950,14 +82676,14 @@ Result IVk.CreateVideoSessionKHR( [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] VideoSessionCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] VideoSessionKHRHandle* pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] VideoSessionHandleKHR* pVideoSession ) => ( (delegate* unmanaged< DeviceHandle, VideoSessionCreateInfoKHR*, AllocationCallbacks*, - VideoSessionKHRHandle*, + VideoSessionHandleKHR*, Result>)( _slots[369] is not null and var loadedFnPtr ? loadedFnPtr @@ -142965,11 +82691,6 @@ _slots[369] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pVideoSession); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateVideoSessionKHR( @@ -142977,14 +82698,9 @@ public static Result CreateVideoSessionKHR( [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] VideoSessionCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] VideoSessionKHRHandle* pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] VideoSessionHandleKHR* pVideoSession ) => ThisThread.CreateVideoSessionKHR(device, pCreateInfo, pAllocator, pVideoSession); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -142993,10 +82709,10 @@ Result IVk.CreateVideoSessionKHR( [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession ) { - fixed (VideoSessionKHRHandle* __dsl_pVideoSession = pVideoSession) + fixed (VideoSessionHandleKHR* __dsl_pVideoSession = pVideoSession) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (VideoSessionCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) { @@ -143010,11 +82726,6 @@ Result IVk.CreateVideoSessionKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143023,14 +82734,9 @@ public static Result CreateVideoSessionKHR( [NativeTypeName("const VkVideoSessionCreateInfoKHR *")] Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, - [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession + [NativeTypeName("VkVideoSessionKHR *")] Ref pVideoSession ) => ThisThread.CreateVideoSessionKHR(device, pCreateInfo, pAllocator, pVideoSession); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.CreateVideoSessionParametersKHR( @@ -143039,14 +82745,14 @@ Result IVk.CreateVideoSessionParametersKHR( VideoSessionParametersCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - VideoSessionParametersKHRHandle* pVideoSessionParameters + VideoSessionParametersHandleKHR* pVideoSessionParameters ) => ( (delegate* unmanaged< DeviceHandle, VideoSessionParametersCreateInfoKHR*, AllocationCallbacks*, - VideoSessionParametersKHRHandle*, + VideoSessionParametersHandleKHR*, Result>)( _slots[370] is not null and var loadedFnPtr ? loadedFnPtr @@ -143057,11 +82763,6 @@ _slots[370] is not null and var loadedFnPtr ) )(device, pCreateInfo, pAllocator, pVideoSessionParameters); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result CreateVideoSessionParametersKHR( @@ -143070,7 +82771,7 @@ public static Result CreateVideoSessionParametersKHR( VideoSessionParametersCreateInfoKHR* pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - VideoSessionParametersKHRHandle* pVideoSessionParameters + VideoSessionParametersHandleKHR* pVideoSessionParameters ) => ThisThread.CreateVideoSessionParametersKHR( device, @@ -143079,11 +82780,6 @@ public static Result CreateVideoSessionParametersKHR( pVideoSessionParameters ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143093,11 +82789,11 @@ Result IVk.CreateVideoSessionParametersKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - Ref pVideoSessionParameters + Ref pVideoSessionParameters ) { fixed ( - VideoSessionParametersKHRHandle* __dsl_pVideoSessionParameters = pVideoSessionParameters + VideoSessionParametersHandleKHR* __dsl_pVideoSessionParameters = pVideoSessionParameters ) fixed (AllocationCallbacks* __dsl_pAllocator = pAllocator) fixed (VideoSessionParametersCreateInfoKHR* __dsl_pCreateInfo = pCreateInfo) @@ -143112,11 +82808,6 @@ Ref pVideoSessionParameters } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkCreateVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143126,7 +82817,7 @@ public static Result CreateVideoSessionParametersKHR( Ref pCreateInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkVideoSessionParametersKHR *")] - Ref pVideoSessionParameters + Ref pVideoSessionParameters ) => ThisThread.CreateVideoSessionParametersKHR( device, @@ -143135,7 +82826,6 @@ Ref pVideoSessionParameters pVideoSessionParameters ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.DebugMarkerSetObjectNameEXT( @@ -143154,7 +82844,6 @@ _slots[371] is not null and var loadedFnPtr ) )(device, pNameInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result DebugMarkerSetObjectNameEXT( @@ -143163,7 +82852,6 @@ public static Result DebugMarkerSetObjectNameEXT( DebugMarkerObjectNameInfoEXT* pNameInfo ) => ThisThread.DebugMarkerSetObjectNameEXT(device, pNameInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143179,7 +82867,6 @@ Ref pNameInfo } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectNameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143189,7 +82876,6 @@ public static Result DebugMarkerSetObjectNameEXT( Ref pNameInfo ) => ThisThread.DebugMarkerSetObjectNameEXT(device, pNameInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.DebugMarkerSetObjectTagEXT( @@ -143208,7 +82894,6 @@ _slots[372] is not null and var loadedFnPtr ) )(device, pTagInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result DebugMarkerSetObjectTagEXT( @@ -143217,7 +82902,6 @@ public static Result DebugMarkerSetObjectTagEXT( DebugMarkerObjectTagInfoEXT* pTagInfo ) => ThisThread.DebugMarkerSetObjectTagEXT(device, pTagInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143233,7 +82917,6 @@ Ref pTagInfo } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_marker"], ImpliesSets = ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugMarkerSetObjectTagEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143243,7 +82926,6 @@ public static Result DebugMarkerSetObjectTagEXT( Ref pTagInfo ) => ThisThread.DebugMarkerSetObjectTagEXT(device, pTagInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DebugReportMessageEXT( @@ -143273,7 +82955,6 @@ _slots[373] is not null and var loadedFnPtr ) )(instance, flags, objectType, @object, location, messageCode, pLayerPrefix, pMessage); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DebugReportMessageEXT( @@ -143297,7 +82978,6 @@ public static void DebugReportMessageEXT( pMessage ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143328,7 +83008,6 @@ void IVk.DebugReportMessageEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDebugReportMessageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143353,15 +83032,14 @@ public static void DebugReportMessageEXT( pMessage ); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkDeferredOperationJoinKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.DeferredOperationJoinKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[374] is not null and var loadedFnPtr ? loadedFnPtr : _slots[374] = nativeContext.LoadFunction( @@ -143371,34 +83049,25 @@ _slots[374] is not null and var loadedFnPtr ) )(device, operation); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkDeferredOperationJoinKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result DeferredOperationJoinKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ) => ThisThread.DeferredOperationJoinKHR(device, operation); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< DeviceHandle, - AccelerationStructureKHRHandle, + AccelerationStructureHandleKHR, AllocationCallbacks*, void>)( _slots[375] is not null and var loadedFnPtr @@ -143410,38 +83079,22 @@ _slots[375] is not null and var loadedFnPtr ) )(device, accelerationStructure, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyAccelerationStructureKHR(device, accelerationStructure, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -143455,44 +83108,28 @@ void IVk.DestroyAccelerationStructureKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyAccelerationStructureKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureKHR")] - AccelerationStructureKHRHandle accelerationStructure, + AccelerationStructureHandleKHR accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyAccelerationStructureKHR(device, accelerationStructure, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< DeviceHandle, - AccelerationStructureNVHandle, + AccelerationStructureHandleNV, AllocationCallbacks*, void>)( _slots[376] is not null and var loadedFnPtr @@ -143504,38 +83141,22 @@ _slots[376] is not null and var loadedFnPtr ) )(device, accelerationStructure, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyAccelerationStructureNV(device, accelerationStructure, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -143549,50 +83170,16 @@ void IVk.DestroyAccelerationStructureNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyAccelerationStructureNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyAccelerationStructureNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyAccelerationStructureNV(device, accelerationStructure, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyBuffer( @@ -143608,32 +83195,6 @@ _slots[377] is not null and var loadedFnPtr ) )(device, buffer, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyBuffer( @@ -143642,32 +83203,6 @@ public static void DestroyBuffer( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyBuffer(device, buffer, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143683,32 +83218,6 @@ void IVk.DestroyBuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143718,27 +83227,6 @@ public static void DestroyBuffer( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyBuffer(device, buffer, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyBufferView( @@ -143754,27 +83242,6 @@ _slots[378] is not null and var loadedFnPtr ) )(device, bufferView, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyBufferView( @@ -143783,27 +83250,6 @@ public static void DestroyBufferView( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyBufferView(device, bufferView, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143819,27 +83265,6 @@ void IVk.DestroyBufferView( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyBufferView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143849,32 +83274,6 @@ public static void DestroyBufferView( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyBufferView(device, bufferView, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyCommandPool( @@ -143890,32 +83289,6 @@ _slots[379] is not null and var loadedFnPtr ) )(device, commandPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyCommandPool( @@ -143924,32 +83297,6 @@ public static void DestroyCommandPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyCommandPool(device, commandPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -143965,32 +83312,6 @@ void IVk.DestroyCommandPool( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCommandPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -144000,38 +83321,35 @@ public static void DestroyCommandPool( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyCommandPool(device, commandPool, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[380] is not null and var loadedFnPtr ? loadedFnPtr : _slots[380] = nativeContext.LoadFunction("vkDestroyCuFunctionNVX", "vulkan") ) )(device, function, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyCuFunctionNVX(device, function, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -144041,48 +83359,44 @@ void IVk.DestroyCuFunctionNVX( } } - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuFunctionNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyCuFunctionNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuFunctionNVX")] CuFunctionNVXHandle function, + [NativeTypeName("VkCuFunctionNVX")] CuFunctionHandleNVX function, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyCuFunctionNVX(device, function, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[381] is not null and var loadedFnPtr ? loadedFnPtr : _slots[381] = nativeContext.LoadFunction("vkDestroyCuModuleNVX", "vulkan") ) )(device, module, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyCuModuleNVX(device, module, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -144092,32 +83406,26 @@ void IVk.DestroyCuModuleNVX( } } - [SupportedApiProfile("vulkan", ["VK_NVX_binary_import"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyCuModuleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyCuModuleNVX( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkCuModuleNVX")] CuModuleNVXHandle module, + [NativeTypeName("VkCuModuleNVX")] CuModuleHandleNVX module, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyCuModuleNVX(device, module, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionARMHandle session, + [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< DeviceHandle, - DataGraphPipelineSessionARMHandle, + DataGraphPipelineSessionHandleARM, AllocationCallbacks*, void>)( _slots[382] is not null and var loadedFnPtr @@ -144129,30 +83437,20 @@ _slots[382] is not null and var loadedFnPtr ) )(device, session, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionARMHandle session, + [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyDataGraphPipelineSessionARM(device, session, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionARMHandle session, + [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -144162,32 +83460,26 @@ void IVk.DestroyDataGraphPipelineSessionARM( } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDataGraphPipelineSessionARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDataGraphPipelineSessionARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionARMHandle session, + [NativeTypeName("VkDataGraphPipelineSessionARM")] DataGraphPipelineSessionHandleARM session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyDataGraphPipelineSessionARM(device, session, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< InstanceHandle, - DebugReportCallbackEXTHandle, + DebugReportCallbackHandleEXT, AllocationCallbacks*, void>)( _slots[383] is not null and var loadedFnPtr @@ -144199,22 +83491,20 @@ _slots[383] is not null and var loadedFnPtr ) )(instance, callback, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyDebugReportCallbackEXT(instance, callback, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -144224,28 +83514,26 @@ void IVk.DestroyDebugReportCallbackEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_report"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugReportCallbackEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDebugReportCallbackEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackEXTHandle callback, + [NativeTypeName("VkDebugReportCallbackEXT")] DebugReportCallbackHandleEXT callback, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyDebugReportCallbackEXT(instance, callback, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< InstanceHandle, - DebugUtilsMessengerEXTHandle, + DebugUtilsMessengerHandleEXT, AllocationCallbacks*, void>)( _slots[384] is not null and var loadedFnPtr @@ -144257,22 +83545,20 @@ _slots[384] is not null and var loadedFnPtr ) )(instance, messenger, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyDebugUtilsMessengerEXT(instance, messenger, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -144282,28 +83568,26 @@ void IVk.DestroyDebugUtilsMessengerEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDebugUtilsMessengerEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDebugUtilsMessengerEXT( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerEXTHandle messenger, + [NativeTypeName("VkDebugUtilsMessengerEXT")] DebugUtilsMessengerHandleEXT messenger, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyDebugUtilsMessengerEXT(instance, messenger, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< DeviceHandle, - DeferredOperationKHRHandle, + DeferredOperationHandleKHR, AllocationCallbacks*, void>)( _slots[385] is not null and var loadedFnPtr @@ -144315,22 +83599,20 @@ _slots[385] is not null and var loadedFnPtr ) )(device, operation, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyDeferredOperationKHR(device, operation, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -144340,37 +83622,15 @@ void IVk.DestroyDeferredOperationKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDeferredOperationKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDeferredOperationKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation, + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyDeferredOperationKHR(device, operation, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDescriptorPool( @@ -144386,27 +83646,6 @@ _slots[386] is not null and var loadedFnPtr ) )(device, descriptorPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDescriptorPool( @@ -144415,27 +83654,6 @@ public static void DestroyDescriptorPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyDescriptorPool(device, descriptorPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -144451,27 +83669,6 @@ void IVk.DestroyDescriptorPool( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -144481,27 +83678,6 @@ public static void DestroyDescriptorPool( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyDescriptorPool(device, descriptorPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDescriptorSetLayout( @@ -144524,27 +83700,6 @@ _slots[387] is not null and var loadedFnPtr ) )(device, descriptorSetLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDescriptorSetLayout( @@ -144553,27 +83708,6 @@ public static void DestroyDescriptorSetLayout( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -144589,27 +83723,6 @@ void IVk.DestroyDescriptorSetLayout( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorSetLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -144619,24 +83732,6 @@ public static void DestroyDescriptorSetLayout( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDescriptorUpdateTemplate( @@ -144660,24 +83755,6 @@ _slots[388] is not null and var loadedFnPtr ) )(device, descriptorUpdateTemplate, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDescriptorUpdateTemplate( @@ -144687,24 +83764,6 @@ public static void DestroyDescriptorUpdateTemplate( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyDescriptorUpdateTemplate(device, descriptorUpdateTemplate, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -144725,24 +83784,6 @@ void IVk.DestroyDescriptorUpdateTemplate( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -144753,7 +83794,6 @@ public static void DestroyDescriptorUpdateTemplate( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyDescriptorUpdateTemplate(device, descriptorUpdateTemplate, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDescriptorUpdateTemplateKHR( @@ -144777,7 +83817,6 @@ _slots[389] is not null and var loadedFnPtr ) )(device, descriptorUpdateTemplate, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDescriptorUpdateTemplateKHR( @@ -144788,7 +83827,6 @@ public static void DestroyDescriptorUpdateTemplateKHR( ) => ThisThread.DestroyDescriptorUpdateTemplateKHR(device, descriptorUpdateTemplate, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -144809,7 +83847,6 @@ void IVk.DestroyDescriptorUpdateTemplateKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDescriptorUpdateTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -144821,32 +83858,6 @@ public static void DestroyDescriptorUpdateTemplateKHR( ) => ThisThread.DestroyDescriptorUpdateTemplateKHR(device, descriptorUpdateTemplate, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyDevice( @@ -144861,32 +83872,6 @@ _slots[390] is not null and var loadedFnPtr ) )(device, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyDevice( @@ -144894,32 +83879,6 @@ public static void DestroyDevice( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyDevice(device, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -144934,32 +83893,6 @@ void IVk.DestroyDevice( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyDevice")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -144968,27 +83901,6 @@ public static void DestroyDevice( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyDevice(device, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyEvent( @@ -145004,27 +83916,6 @@ _slots[391] is not null and var loadedFnPtr ) )(device, @event, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyEvent( @@ -145033,27 +83924,6 @@ public static void DestroyEvent( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyEvent(device, @event, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -145069,27 +83939,6 @@ void IVk.DestroyEvent( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -145099,18 +83948,17 @@ public static void DestroyEvent( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyEvent(device, @event, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< DeviceHandle, - ExternalComputeQueueNVHandle, + ExternalComputeQueueHandleNV, AllocationCallbacks*, void>)( _slots[392] is not null and var loadedFnPtr @@ -145122,22 +83970,20 @@ _slots[392] is not null and var loadedFnPtr ) )(device, externalQueue, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyExternalComputeQueueNV(device, externalQueue, pAllocator); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -145147,42 +83993,15 @@ void IVk.DestroyExternalComputeQueueNV( } } - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyExternalComputeQueueNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyExternalComputeQueueNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyExternalComputeQueueNV(device, externalQueue, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyFence( @@ -145198,32 +84017,6 @@ _slots[393] is not null and var loadedFnPtr ) )(device, fence, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyFence( @@ -145232,32 +84025,6 @@ public static void DestroyFence( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyFence(device, fence, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -145273,32 +84040,6 @@ void IVk.DestroyFence( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFence")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -145308,22 +84049,6 @@ public static void DestroyFence( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyFence(device, fence, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyFramebuffer( @@ -145339,22 +84064,6 @@ _slots[394] is not null and var loadedFnPtr ) )(device, framebuffer, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyFramebuffer( @@ -145363,22 +84072,6 @@ public static void DestroyFramebuffer( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyFramebuffer(device, framebuffer, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -145394,22 +84087,6 @@ void IVk.DestroyFramebuffer( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyFramebuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -145419,32 +84096,6 @@ public static void DestroyFramebuffer( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyFramebuffer(device, framebuffer, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyImage( @@ -145460,32 +84111,6 @@ _slots[395] is not null and var loadedFnPtr ) )(device, image, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyImage( @@ -145494,32 +84119,6 @@ public static void DestroyImage( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyImage(device, image, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -145535,32 +84134,6 @@ void IVk.DestroyImage( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImage")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -145570,32 +84143,6 @@ public static void DestroyImage( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyImage(device, image, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyImageView( @@ -145611,32 +84158,6 @@ _slots[396] is not null and var loadedFnPtr ) )(device, imageView, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyImageView( @@ -145645,32 +84166,6 @@ public static void DestroyImageView( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyImageView(device, imageView, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -145686,32 +84181,6 @@ void IVk.DestroyImageView( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyImageView")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -145721,27 +84190,18 @@ public static void DestroyImageView( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyImageView(device, imageView, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< DeviceHandle, - IndirectCommandsLayoutEXTHandle, + IndirectCommandsLayoutHandleEXT, AllocationCallbacks*, void>)( _slots[397] is not null and var loadedFnPtr @@ -145753,40 +84213,22 @@ _slots[397] is not null and var loadedFnPtr ) )(device, indirectCommandsLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyIndirectCommandsLayoutEXT(device, indirectCommandsLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -145800,42 +84242,28 @@ void IVk.DestroyIndirectCommandsLayoutEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyIndirectCommandsLayoutEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutEXT")] - IndirectCommandsLayoutEXTHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleEXT indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyIndirectCommandsLayoutEXT(device, indirectCommandsLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< DeviceHandle, - IndirectCommandsLayoutNVHandle, + IndirectCommandsLayoutHandleNV, AllocationCallbacks*, void>)( _slots[398] is not null and var loadedFnPtr @@ -145847,32 +84275,22 @@ _slots[398] is not null and var loadedFnPtr ) )(device, indirectCommandsLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyIndirectCommandsLayoutNV(device, indirectCommandsLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -145886,42 +84304,28 @@ void IVk.DestroyIndirectCommandsLayoutNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectCommandsLayoutNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyIndirectCommandsLayoutNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectCommandsLayoutNV")] - IndirectCommandsLayoutNVHandle indirectCommandsLayout, + IndirectCommandsLayoutHandleNV indirectCommandsLayout, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyIndirectCommandsLayoutNV(device, indirectCommandsLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< DeviceHandle, - IndirectExecutionSetEXTHandle, + IndirectExecutionSetHandleEXT, AllocationCallbacks*, void>)( _slots[399] is not null and var loadedFnPtr @@ -145933,40 +84337,22 @@ _slots[399] is not null and var loadedFnPtr ) )(device, indirectExecutionSet, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyIndirectExecutionSetEXT(device, indirectExecutionSet, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -145980,51 +84366,16 @@ void IVk.DestroyIndirectExecutionSetEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyIndirectExecutionSetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyIndirectExecutionSetEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyIndirectExecutionSetEXT(device, indirectExecutionSet, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyInstance( @@ -146039,32 +84390,6 @@ _slots[400] is not null and var loadedFnPtr ) )(instance, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyInstance( @@ -146072,32 +84397,6 @@ public static void DestroyInstance( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyInstance(instance, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -146112,32 +84411,6 @@ void IVk.DestroyInstance( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyInstance")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -146146,59 +84419,35 @@ public static void DestroyInstance( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyInstance(instance, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[401] is not null and var loadedFnPtr ? loadedFnPtr : _slots[401] = nativeContext.LoadFunction("vkDestroyMicromapEXT", "vulkan") ) )(device, micromap, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyMicromapEXT(device, micromap, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -146208,43 +84457,26 @@ void IVk.DestroyMicromapEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyMicromapEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyMicromapEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkMicromapEXT")] MicromapEXTHandle micromap, + [NativeTypeName("VkMicromapEXT")] MicromapHandleEXT micromap, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyMicromapEXT(device, micromap, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< DeviceHandle, - OpticalFlowSessionNVHandle, + OpticalFlowSessionHandleNV, AllocationCallbacks*, void>)( _slots[402] is not null and var loadedFnPtr @@ -146256,38 +84488,20 @@ _slots[402] is not null and var loadedFnPtr ) )(device, session, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyOpticalFlowSessionNV(device, session, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -146297,45 +84511,15 @@ void IVk.DestroyOpticalFlowSessionNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyOpticalFlowSessionNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyOpticalFlowSessionNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionNVHandle session, + [NativeTypeName("VkOpticalFlowSessionNV")] OpticalFlowSessionHandleNV session, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyOpticalFlowSessionNV(device, session, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyPipeline( @@ -146351,27 +84535,6 @@ _slots[403] is not null and var loadedFnPtr ) )(device, pipeline, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyPipeline( @@ -146380,27 +84543,6 @@ public static void DestroyPipeline( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyPipeline(device, pipeline, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -146416,27 +84558,6 @@ void IVk.DestroyPipeline( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipeline")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -146446,25 +84567,17 @@ public static void DestroyPipeline( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyPipeline(device, pipeline, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< DeviceHandle, - PipelineBinaryKHRHandle, + PipelineBinaryHandleKHR, AllocationCallbacks*, void>)( _slots[404] is not null and var loadedFnPtr @@ -146476,36 +84589,20 @@ _slots[404] is not null and var loadedFnPtr ) )(device, pipelineBinary, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyPipelineBinaryKHR(device, pipelineBinary, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -146515,44 +84612,15 @@ void IVk.DestroyPipelineBinaryKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineBinaryKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyPipelineBinaryKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryKHRHandle pipelineBinary, + [NativeTypeName("VkPipelineBinaryKHR")] PipelineBinaryHandleKHR pipelineBinary, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyPipelineBinaryKHR(device, pipelineBinary, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyPipelineCache( @@ -146568,27 +84636,6 @@ _slots[405] is not null and var loadedFnPtr ) )(device, pipelineCache, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyPipelineCache( @@ -146597,27 +84644,6 @@ public static void DestroyPipelineCache( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyPipelineCache(device, pipelineCache, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -146633,27 +84659,6 @@ void IVk.DestroyPipelineCache( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineCache")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -146663,27 +84668,6 @@ public static void DestroyPipelineCache( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyPipelineCache(device, pipelineCache, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyPipelineLayout( @@ -146699,27 +84683,6 @@ _slots[406] is not null and var loadedFnPtr ) )(device, pipelineLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyPipelineLayout( @@ -146728,27 +84691,6 @@ public static void DestroyPipelineLayout( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyPipelineLayout(device, pipelineLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -146764,27 +84706,6 @@ void IVk.DestroyPipelineLayout( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPipelineLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -146794,20 +84715,6 @@ public static void DestroyPipelineLayout( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyPipelineLayout(device, pipelineLayout, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyPrivateDataSlot( @@ -146823,20 +84730,6 @@ _slots[407] is not null and var loadedFnPtr ) )(device, privateDataSlot, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyPrivateDataSlot( @@ -146845,20 +84738,6 @@ public static void DestroyPrivateDataSlot( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyPrivateDataSlot(device, privateDataSlot, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -146874,20 +84753,6 @@ void IVk.DestroyPrivateDataSlot( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlot")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -146897,14 +84762,6 @@ public static void DestroyPrivateDataSlot( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyPrivateDataSlot(device, privateDataSlot, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyPrivateDataSlotEXT( @@ -146923,14 +84780,6 @@ _slots[408] is not null and var loadedFnPtr ) )(device, privateDataSlot, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyPrivateDataSlotEXT( @@ -146939,14 +84788,6 @@ public static void DestroyPrivateDataSlotEXT( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyPrivateDataSlotEXT(device, privateDataSlot, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -146962,14 +84803,6 @@ void IVk.DestroyPrivateDataSlotEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyPrivateDataSlotEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -146979,32 +84812,6 @@ public static void DestroyPrivateDataSlotEXT( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyPrivateDataSlotEXT(device, privateDataSlot, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyQueryPool( @@ -147020,32 +84827,6 @@ _slots[409] is not null and var loadedFnPtr ) )(device, queryPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyQueryPool( @@ -147054,32 +84835,6 @@ public static void DestroyQueryPool( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyQueryPool(device, queryPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147095,32 +84850,6 @@ void IVk.DestroyQueryPool( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyQueryPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147130,22 +84859,6 @@ public static void DestroyQueryPool( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyQueryPool(device, queryPool, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyRenderPass( @@ -147161,22 +84874,6 @@ _slots[410] is not null and var loadedFnPtr ) )(device, renderPass, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyRenderPass( @@ -147185,22 +84882,6 @@ public static void DestroyRenderPass( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyRenderPass(device, renderPass, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147216,22 +84897,6 @@ void IVk.DestroyRenderPass( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyRenderPass")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147241,27 +84906,6 @@ public static void DestroyRenderPass( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyRenderPass(device, renderPass, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroySampler( @@ -147277,27 +84921,6 @@ _slots[411] is not null and var loadedFnPtr ) )(device, sampler, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroySampler( @@ -147306,27 +84929,6 @@ public static void DestroySampler( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroySampler(device, sampler, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147342,27 +84944,6 @@ void IVk.DestroySampler( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySampler")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147372,24 +84953,6 @@ public static void DestroySampler( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroySampler(device, sampler, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroySamplerYcbcrConversion( @@ -147412,24 +84975,6 @@ _slots[412] is not null and var loadedFnPtr ) )(device, ycbcrConversion, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroySamplerYcbcrConversion( @@ -147438,24 +84983,6 @@ public static void DestroySamplerYcbcrConversion( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147471,24 +84998,6 @@ void IVk.DestroySamplerYcbcrConversion( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147498,14 +85007,6 @@ public static void DestroySamplerYcbcrConversion( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroySamplerYcbcrConversionKHR( @@ -147528,14 +85029,6 @@ _slots[413] is not null and var loadedFnPtr ) )(device, ycbcrConversion, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroySamplerYcbcrConversionKHR( @@ -147544,14 +85037,6 @@ public static void DestroySamplerYcbcrConversionKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147567,14 +85052,6 @@ void IVk.DestroySamplerYcbcrConversionKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_sampler_ycbcr_conversion"], - ImpliesSets = [ - "VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySamplerYcbcrConversionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147584,32 +85061,6 @@ public static void DestroySamplerYcbcrConversionKHR( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroySemaphore( @@ -147625,32 +85076,6 @@ _slots[414] is not null and var loadedFnPtr ) )(device, semaphore, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroySemaphore( @@ -147659,32 +85084,6 @@ public static void DestroySemaphore( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroySemaphore(device, semaphore, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147700,32 +85099,6 @@ void IVk.DestroySemaphore( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147735,62 +85108,35 @@ public static void DestroySemaphore( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroySemaphore(device, semaphore, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[415] is not null and var loadedFnPtr ? loadedFnPtr : _slots[415] = nativeContext.LoadFunction("vkDestroyShaderEXT", "vulkan") ) )(device, shader, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyShaderEXT(device, shader, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -147800,45 +85146,15 @@ void IVk.DestroyShaderEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyShaderEXT(device, shader, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyShaderModule( @@ -147854,27 +85170,6 @@ _slots[416] is not null and var loadedFnPtr ) )(device, shaderModule, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyShaderModule( @@ -147883,27 +85178,6 @@ public static void DestroyShaderModule( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyShaderModule(device, shaderModule, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147919,27 +85193,6 @@ void IVk.DestroyShaderModule( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyShaderModule")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -147949,38 +85202,35 @@ public static void DestroyShaderModule( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyShaderModule(device, shaderModule, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[417] is not null and var loadedFnPtr ? loadedFnPtr : _slots[417] = nativeContext.LoadFunction("vkDestroySurfaceKHR", "vulkan") ) )(instance, surface, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroySurfaceKHR(instance, surface, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -147990,48 +85240,44 @@ void IVk.DestroySurfaceKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySurfaceKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroySurfaceKHR( [NativeTypeName("VkInstance")] InstanceHandle instance, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroySurfaceKHR(instance, surface, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[418] is not null and var loadedFnPtr ? loadedFnPtr : _slots[418] = nativeContext.LoadFunction("vkDestroySwapchainKHR", "vulkan") ) )(device, swapchain, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroySwapchainKHR(device, swapchain, pAllocator); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -148041,48 +85287,44 @@ void IVk.DestroySwapchainKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroySwapchainKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroySwapchainKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroySwapchainKHR(device, swapchain, pAllocator); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[419] is not null and var loadedFnPtr ? loadedFnPtr : _slots[419] = nativeContext.LoadFunction("vkDestroyTensorARM", "vulkan") ) )(device, tensor, pAllocator); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyTensorARM(device, tensor, pAllocator); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -148092,48 +85334,44 @@ void IVk.DestroyTensorARM( } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyTensorARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorARM")] TensorARMHandle tensor, + [NativeTypeName("VkTensorARM")] TensorHandleARM tensor, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyTensorARM(device, tensor, pAllocator); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[420] is not null and var loadedFnPtr ? loadedFnPtr : _slots[420] = nativeContext.LoadFunction("vkDestroyTensorViewARM", "vulkan") ) )(device, tensorView, pAllocator); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyTensorViewARM(device, tensorView, pAllocator); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -148143,28 +85381,26 @@ void IVk.DestroyTensorViewARM( } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyTensorViewARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyTensorViewARM( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkTensorViewARM")] TensorViewARMHandle tensorView, + [NativeTypeName("VkTensorViewARM")] TensorViewHandleARM tensorView, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyTensorViewARM(device, tensorView, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< DeviceHandle, - ValidationCacheEXTHandle, + ValidationCacheHandleEXT, AllocationCallbacks*, void>)( _slots[421] is not null and var loadedFnPtr @@ -148176,22 +85412,20 @@ _slots[421] is not null and var loadedFnPtr ) )(device, validationCache, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyValidationCacheEXT(device, validationCache, pAllocator); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -148201,60 +85435,44 @@ void IVk.DestroyValidationCacheEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyValidationCacheEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyValidationCacheEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyValidationCacheEXT(device, validationCache, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[422] is not null and var loadedFnPtr ? loadedFnPtr : _slots[422] = nativeContext.LoadFunction("vkDestroyVideoSessionKHR", "vulkan") ) )(device, videoSession, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyVideoSessionKHR(device, videoSession, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -148264,37 +85482,27 @@ void IVk.DestroyVideoSessionKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyVideoSessionKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyVideoSessionKHR(device, videoSession, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ( (delegate* unmanaged< DeviceHandle, - VideoSessionParametersKHRHandle, + VideoSessionParametersHandleKHR, AllocationCallbacks*, void>)( _slots[423] is not null and var loadedFnPtr @@ -148306,32 +85514,22 @@ _slots[423] is not null and var loadedFnPtr ) )(device, videoSessionParameters, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.DestroyVideoSessionParametersKHR(device, videoSessionParameters, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) { @@ -148345,47 +85543,16 @@ void IVk.DestroyVideoSessionParametersKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDestroyVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void DestroyVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.DestroyVideoSessionParametersKHR(device, videoSessionParameters, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDeviceWaitIdle")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.DeviceWaitIdle([NativeTypeName("VkDevice")] DeviceHandle device) => @@ -148397,81 +85564,40 @@ _slots[424] is not null and var loadedFnPtr ) )(device); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkDeviceWaitIdle")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result DeviceWaitIdle([NativeTypeName("VkDevice")] DeviceHandle device) => ThisThread.DeviceWaitIdle(device); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] DisplayPowerInfoEXT* pDisplayPowerInfo ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[425] is not null and var loadedFnPtr ? loadedFnPtr : _slots[425] = nativeContext.LoadFunction("vkDisplayPowerControlEXT", "vulkan") ) )(device, display, pDisplayPowerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] DisplayPowerInfoEXT* pDisplayPowerInfo ) => ThisThread.DisplayPowerControlEXT(device, display, pDisplayPowerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] Ref pDisplayPowerInfo ) { @@ -148482,46 +85608,15 @@ Result IVk.DisplayPowerControlEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkDisplayPowerControlEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result DisplayPowerControlEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayPowerInfoEXT *")] Ref pDisplayPowerInfo ) => ThisThread.DisplayPowerControlEXT(device, display, pDisplayPowerInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEndCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.EndCommandBuffer( @@ -148535,64 +85630,12 @@ _slots[426] is not null and var loadedFnPtr ) )(commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEndCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result EndCommandBuffer( [NativeTypeName("VkCommandBuffer")] CommandBufferHandle commandBuffer ) => ThisThread.EndCommandBuffer(commandBuffer); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.EnumerateDeviceExtensionProperties( @@ -148617,32 +85660,6 @@ _slots[427] is not null and var loadedFnPtr ) )(physicalDevice, pLayerName, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result EnumerateDeviceExtensionProperties( @@ -148658,32 +85675,6 @@ public static Result EnumerateDeviceExtensionProperties( pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -148708,32 +85699,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceExtensionProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -148750,32 +85715,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.EnumerateDeviceLayerProperties( @@ -148794,32 +85733,6 @@ _slots[428] is not null and var loadedFnPtr ) )(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result EnumerateDeviceLayerProperties( @@ -148828,32 +85741,6 @@ public static Result EnumerateDeviceLayerProperties( LayerProperties* pProperties ) => ThisThread.EnumerateDeviceLayerProperties(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -148875,32 +85762,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateDeviceLayerProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -148910,32 +85771,6 @@ public static Result EnumerateDeviceLayerProperties( Ref pProperties ) => ThisThread.EnumerateDeviceLayerProperties(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.EnumerateInstanceExtensionProperties( @@ -148954,32 +85789,6 @@ _slots[429] is not null and var loadedFnPtr ) )(pLayerName, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result EnumerateInstanceExtensionProperties( @@ -148988,32 +85797,6 @@ public static Result EnumerateInstanceExtensionProperties( ExtensionProperties* pProperties ) => ThisThread.EnumerateInstanceExtensionProperties(pLayerName, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -149036,32 +85819,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceExtensionProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -149071,32 +85828,6 @@ public static Result EnumerateInstanceExtensionProperties( Ref pProperties ) => ThisThread.EnumerateInstanceExtensionProperties(pLayerName, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.EnumerateInstanceLayerProperties( @@ -149114,32 +85845,6 @@ _slots[430] is not null and var loadedFnPtr ) )(pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result EnumerateInstanceLayerProperties( @@ -149147,32 +85852,6 @@ public static Result EnumerateInstanceLayerProperties( LayerProperties* pProperties ) => ThisThread.EnumerateInstanceLayerProperties(pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -149192,32 +85871,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceLayerProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -149226,28 +85879,6 @@ public static Result EnumerateInstanceLayerProperties( Ref pProperties ) => ThisThread.EnumerateInstanceLayerProperties(pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.EnumerateInstanceVersion([NativeTypeName("uint32_t *")] uint* pApiVersion) => @@ -149262,56 +85893,12 @@ _slots[431] is not null and var loadedFnPtr ) )(pApiVersion); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result EnumerateInstanceVersion( [NativeTypeName("uint32_t *")] uint* pApiVersion ) => ThisThread.EnumerateInstanceVersion(pApiVersion); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -149323,28 +85910,6 @@ Result IVk.EnumerateInstanceVersion([NativeTypeName("uint32_t *")] Ref pAp } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumerateInstanceVersion")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -149352,28 +85917,6 @@ public static Result EnumerateInstanceVersion( [NativeTypeName("uint32_t *")] Ref pApiVersion ) => ThisThread.EnumerateInstanceVersion(pApiVersion); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.EnumeratePhysicalDeviceGroups( @@ -149392,28 +85935,6 @@ _slots[432] is not null and var loadedFnPtr ) )(instance, pPhysicalDeviceGroupCount, pPhysicalDeviceGroupProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result EnumeratePhysicalDeviceGroups( @@ -149427,28 +85948,6 @@ public static Result EnumeratePhysicalDeviceGroups( pPhysicalDeviceGroupProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -149473,28 +85972,6 @@ Ref pPhysicalDeviceGroupProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroups")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -149509,7 +85986,6 @@ Ref pPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.EnumeratePhysicalDeviceGroupsKHR( @@ -149528,7 +86004,6 @@ _slots[433] is not null and var loadedFnPtr ) )(instance, pPhysicalDeviceGroupCount, pPhysicalDeviceGroupProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result EnumeratePhysicalDeviceGroupsKHR( @@ -149542,7 +86017,6 @@ public static Result EnumeratePhysicalDeviceGroupsKHR( pPhysicalDeviceGroupProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -149567,7 +86041,6 @@ Ref pPhysicalDeviceGroupProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_device_group_creation"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDeviceGroupsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -149582,14 +86055,6 @@ Ref pPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM" @@ -149619,14 +86084,6 @@ _slots[434] is not null and var loadedFnPtr ) )(physicalDevice, queueFamilyIndex, pCounterCount, pCounters, pCounterDescriptions); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM" @@ -149647,14 +86104,6 @@ public static Result EnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegi pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -149684,14 +86133,6 @@ Ref pCounterDescriptions } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_performance_counters_by_region"], - ImpliesSets = [ - "VK_ARM_performance_counters_by_region+VK_KHR_get_physical_device_properties2", - "VK_ARM_performance_counters_by_region+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -149713,14 +86154,6 @@ Ref pCounterDescriptions pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR" @@ -149750,14 +86183,6 @@ _slots[435] is not null and var loadedFnPtr ) )(physicalDevice, queueFamilyIndex, pCounterCount, pCounters, pCounterDescriptions); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR" @@ -149778,14 +86203,6 @@ public static Result EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersK pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -149815,14 +86232,6 @@ Ref pCounterDescriptions } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -149844,32 +86253,6 @@ Ref pCounterDescriptions pCounterDescriptions ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.EnumeratePhysicalDevices( @@ -149888,32 +86271,6 @@ _slots[436] is not null and var loadedFnPtr ) )(instance, pPhysicalDeviceCount, pPhysicalDevices); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result EnumeratePhysicalDevices( @@ -149922,32 +86279,6 @@ public static Result EnumeratePhysicalDevices( [NativeTypeName("VkPhysicalDevice *")] PhysicalDeviceHandle* pPhysicalDevices ) => ThisThread.EnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -149969,32 +86300,6 @@ Result IVk.EnumeratePhysicalDevices( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkEnumeratePhysicalDevices")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150004,32 +86309,6 @@ public static Result EnumeratePhysicalDevices( [NativeTypeName("VkPhysicalDevice *")] Ref pPhysicalDevices ) => ThisThread.EnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.FlushMappedMemoryRanges( @@ -150048,32 +86327,6 @@ _slots[437] is not null and var loadedFnPtr ) )(device, memoryRangeCount, pMemoryRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result FlushMappedMemoryRanges( @@ -150082,32 +86335,6 @@ public static Result FlushMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] MappedMemoryRange* pMemoryRanges ) => ThisThread.FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150124,32 +86351,6 @@ Result IVk.FlushMappedMemoryRanges( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFlushMappedMemoryRanges")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150159,32 +86360,6 @@ public static Result FlushMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] Ref pMemoryRanges ) => ThisThread.FlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150200,32 +86375,6 @@ void IVk.FreeCommandBuffer( (CommandBufferHandle*)&pCommandBuffers ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150235,32 +86384,6 @@ public static void FreeCommandBuffer( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle pCommandBuffers ) => ThisThread.FreeCommandBuffer(device, commandPool, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.FreeCommandBuffers( @@ -150282,32 +86405,6 @@ _slots[438] is not null and var loadedFnPtr ) )(device, commandPool, commandBufferCount, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FreeCommandBuffers( @@ -150317,32 +86414,6 @@ public static void FreeCommandBuffers( [NativeTypeName("const VkCommandBuffer *")] CommandBufferHandle* pCommandBuffers ) => ThisThread.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150364,32 +86435,6 @@ void IVk.FreeCommandBuffers( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeCommandBuffers")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150400,27 +86445,6 @@ public static void FreeCommandBuffers( [NativeTypeName("const VkCommandBuffer *")] Ref pCommandBuffers ) => ThisThread.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.FreeDescriptorSets( @@ -150442,27 +86466,6 @@ _slots[439] is not null and var loadedFnPtr ) )(device, descriptorPool, descriptorSetCount, pDescriptorSets); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result FreeDescriptorSets( @@ -150472,27 +86475,6 @@ public static Result FreeDescriptorSets( [NativeTypeName("const VkDescriptorSet *")] DescriptorSetHandle* pDescriptorSets ) => ThisThread.FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150515,27 +86497,6 @@ Result IVk.FreeDescriptorSets( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150546,32 +86507,6 @@ public static Result FreeDescriptorSets( [NativeTypeName("const VkDescriptorSet *")] Ref pDescriptorSets ) => ThisThread.FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.FreeMemory( @@ -150587,32 +86522,6 @@ _slots[440] is not null and var loadedFnPtr ) )(device, memory, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void FreeMemory( @@ -150621,32 +86530,6 @@ public static void FreeMemory( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.FreeMemory(device, memory, pAllocator); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150662,32 +86545,6 @@ void IVk.FreeMemory( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkFreeMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150697,14 +86554,6 @@ public static void FreeMemory( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.FreeMemory(device, memory, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetAccelerationStructureBuildSizesKHR( @@ -150732,14 +86581,6 @@ _slots[441] is not null and var loadedFnPtr ) )(device, buildType, pBuildInfo, pMaxPrimitiveCounts, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetAccelerationStructureBuildSizesKHR( @@ -150758,14 +86599,6 @@ public static void GetAccelerationStructureBuildSizesKHR( pSizeInfo ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150792,14 +86625,6 @@ Ref pSizeInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureBuildSizesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150820,14 +86645,6 @@ Ref pSizeInfo ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IVk.GetAccelerationStructureDeviceAddressKHR( @@ -150847,14 +86664,6 @@ _slots[442] is not null and var loadedFnPtr )(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetAccelerationStructureDeviceAddressKHR( @@ -150864,14 +86673,6 @@ public static ulong GetAccelerationStructureDeviceAddressKHR( ) => ThisThread.GetAccelerationStructureDeviceAddressKHR(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150888,14 +86689,6 @@ Ref pInfo } [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureDeviceAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -150905,27 +86698,19 @@ public static ulong GetAccelerationStructureDeviceAddressKHR( Ref pInfo ) => ThisThread.GetAccelerationStructureDeviceAddressKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, void* pData ) => ( (delegate* unmanaged< DeviceHandle, - AccelerationStructureNVHandle, + AccelerationStructureHandleNV, nuint, void*, Result>)( @@ -150938,40 +86723,24 @@ _slots[443] is not null and var loadedFnPtr ) )(device, accelerationStructure, dataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, void* pData ) => ThisThread.GetAccelerationStructureHandleNV(device, accelerationStructure, dataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, Ref pData ) @@ -150988,34 +86757,18 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureHandleNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetAccelerationStructureHandleNV( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkAccelerationStructureNV")] - AccelerationStructureNVHandle accelerationStructure, + AccelerationStructureHandleNV accelerationStructure, [NativeTypeName("size_t")] nuint dataSize, Ref pData ) => ThisThread.GetAccelerationStructureHandleNV(device, accelerationStructure, dataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetAccelerationStructureMemoryRequirementsNV( @@ -151039,14 +86792,6 @@ _slots[444] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetAccelerationStructureMemoryRequirementsNV( @@ -151057,14 +86802,6 @@ public static void GetAccelerationStructureMemoryRequirementsNV( ) => ThisThread.GetAccelerationStructureMemoryRequirementsNV(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151086,14 +86823,6 @@ void IVk.GetAccelerationStructureMemoryRequirementsNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetAccelerationStructureMemoryRequirementsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151105,19 +86834,6 @@ public static void GetAccelerationStructureMemoryRequirementsNV( ) => ThisThread.GetAccelerationStructureMemoryRequirementsNV(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT" @@ -151144,19 +86860,6 @@ _slots[445] is not null and var loadedFnPtr ) )(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT" @@ -151169,19 +86872,6 @@ public static Result GetAccelerationStructureOpaqueCaptureDescriptorDataEXT( void* pData ) => ThisThread.GetAccelerationStructureOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -151207,19 +86897,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - [ - "VK_EXT_descriptor_buffer+VK_KHR_acceleration_structure", - "VK_EXT_descriptor_buffer+VK_NV_ray_tracing", - ], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -151234,24 +86911,6 @@ Ref pData ) => ThisThread.GetAccelerationStructureOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IVk.GetBufferDeviceAddress( @@ -151267,24 +86926,6 @@ _slots[446] is not null and var loadedFnPtr )(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetBufferDeviceAddress( @@ -151293,24 +86934,6 @@ public static ulong GetBufferDeviceAddress( ) => ThisThread.GetBufferDeviceAddress(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151326,24 +86949,6 @@ ulong IVk.GetBufferDeviceAddress( } [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151353,14 +86958,6 @@ public static ulong GetBufferDeviceAddress( ) => ThisThread.GetBufferDeviceAddress(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IVk.GetBufferDeviceAddressEXT( @@ -151379,14 +86976,6 @@ _slots[447] is not null and var loadedFnPtr )(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetBufferDeviceAddressEXT( @@ -151395,14 +86984,6 @@ public static ulong GetBufferDeviceAddressEXT( ) => ThisThread.GetBufferDeviceAddressEXT(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151418,14 +86999,6 @@ ulong IVk.GetBufferDeviceAddressEXT( } [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_buffer_device_address"], - ImpliesSets = [ - "VK_EXT_buffer_device_address+VK_KHR_get_physical_device_properties2", - "VK_EXT_buffer_device_address+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151435,14 +87008,6 @@ public static ulong GetBufferDeviceAddressEXT( ) => ThisThread.GetBufferDeviceAddressEXT(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IVk.GetBufferDeviceAddressKHR( @@ -151461,14 +87026,6 @@ _slots[448] is not null and var loadedFnPtr )(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetBufferDeviceAddressKHR( @@ -151477,14 +87034,6 @@ public static ulong GetBufferDeviceAddressKHR( ) => ThisThread.GetBufferDeviceAddressKHR(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151500,14 +87049,6 @@ ulong IVk.GetBufferDeviceAddressKHR( } [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferDeviceAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151516,32 +87057,6 @@ public static ulong GetBufferDeviceAddressKHR( [NativeTypeName("const VkBufferDeviceAddressInfo *")] Ref pInfo ) => ThisThread.GetBufferDeviceAddressKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetBufferMemoryRequirements( @@ -151560,32 +87075,6 @@ _slots[449] is not null and var loadedFnPtr ) )(device, buffer, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferMemoryRequirements( @@ -151594,32 +87083,6 @@ public static void GetBufferMemoryRequirements( MemoryRequirements* pMemoryRequirements ) => ThisThread.GetBufferMemoryRequirements(device, buffer, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151635,32 +87098,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151670,28 +87107,6 @@ public static void GetBufferMemoryRequirements( Ref pMemoryRequirements ) => ThisThread.GetBufferMemoryRequirements(device, buffer, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetBufferMemoryRequirements2( @@ -151715,28 +87130,6 @@ _slots[450] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferMemoryRequirements2( @@ -151746,28 +87139,6 @@ public static void GetBufferMemoryRequirements2( MemoryRequirements2* pMemoryRequirements ) => ThisThread.GetBufferMemoryRequirements2(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151789,28 +87160,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151821,7 +87170,6 @@ public static void GetBufferMemoryRequirements2( Ref pMemoryRequirements ) => ThisThread.GetBufferMemoryRequirements2(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetBufferMemoryRequirements2KHR( @@ -151845,7 +87193,6 @@ _slots[451] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetBufferMemoryRequirements2KHR( @@ -151855,7 +87202,6 @@ public static void GetBufferMemoryRequirements2KHR( MemoryRequirements2* pMemoryRequirements ) => ThisThread.GetBufferMemoryRequirements2KHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151877,7 +87223,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferMemoryRequirements2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151889,24 +87234,6 @@ Ref pMemoryRequirements ) => ThisThread.GetBufferMemoryRequirements2KHR(device, pInfo, pMemoryRequirements); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IVk.GetBufferOpaqueCaptureAddress( @@ -151925,24 +87252,6 @@ _slots[452] is not null and var loadedFnPtr )(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetBufferOpaqueCaptureAddress( @@ -151951,24 +87260,6 @@ public static ulong GetBufferOpaqueCaptureAddress( ) => ThisThread.GetBufferOpaqueCaptureAddress(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -151984,24 +87275,6 @@ ulong IVk.GetBufferOpaqueCaptureAddress( } [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152011,14 +87284,6 @@ public static ulong GetBufferOpaqueCaptureAddress( ) => ThisThread.GetBufferOpaqueCaptureAddress(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IVk.GetBufferOpaqueCaptureAddressKHR( @@ -152037,14 +87302,6 @@ _slots[453] is not null and var loadedFnPtr )(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetBufferOpaqueCaptureAddressKHR( @@ -152053,14 +87310,6 @@ public static ulong GetBufferOpaqueCaptureAddressKHR( ) => ThisThread.GetBufferOpaqueCaptureAddressKHR(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152076,14 +87325,6 @@ ulong IVk.GetBufferOpaqueCaptureAddressKHR( } [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152092,16 +87333,6 @@ public static ulong GetBufferOpaqueCaptureAddressKHR( [NativeTypeName("const VkBufferDeviceAddressInfo *")] Ref pInfo ) => ThisThread.GetBufferOpaqueCaptureAddressKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetBufferOpaqueCaptureDescriptorDataEXT( @@ -152121,16 +87352,6 @@ _slots[454] is not null and var loadedFnPtr ) )(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetBufferOpaqueCaptureDescriptorDataEXT( @@ -152140,16 +87361,6 @@ public static Result GetBufferOpaqueCaptureDescriptorDataEXT( void* pData ) => ThisThread.GetBufferOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152172,16 +87383,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetBufferOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152192,14 +87393,6 @@ public static Result GetBufferOpaqueCaptureDescriptorDataEXT( Ref pData ) => ThisThread.GetBufferOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetCalibratedTimestampsEXT( @@ -152227,14 +87420,6 @@ _slots[455] is not null and var loadedFnPtr ) )(device, timestampCount, pTimestampInfos, pTimestamps, pMaxDeviation); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetCalibratedTimestampsEXT( @@ -152253,14 +87438,6 @@ public static Result GetCalibratedTimestampsEXT( pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152288,14 +87465,6 @@ Result IVk.GetCalibratedTimestampsEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152315,14 +87484,6 @@ public static Result GetCalibratedTimestampsEXT( pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetCalibratedTimestampsKHR( @@ -152350,14 +87511,6 @@ _slots[456] is not null and var loadedFnPtr ) )(device, timestampCount, pTimestampInfos, pTimestamps, pMaxDeviation); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetCalibratedTimestampsKHR( @@ -152376,14 +87529,6 @@ public static Result GetCalibratedTimestampsKHR( pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152411,14 +87556,6 @@ Result IVk.GetCalibratedTimestampsKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetCalibratedTimestampsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152438,11 +87575,6 @@ public static Result GetCalibratedTimestampsKHR( pMaxDeviation ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetClusterAccelerationStructureBuildSizesNV( @@ -152466,11 +87598,6 @@ _slots[457] is not null and var loadedFnPtr ) )(device, pInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetClusterAccelerationStructureBuildSizesNV( @@ -152480,11 +87607,6 @@ public static void GetClusterAccelerationStructureBuildSizesNV( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ) => ThisThread.GetClusterAccelerationStructureBuildSizesNV(device, pInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152506,11 +87628,6 @@ Ref pSizeInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cluster_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetClusterAccelerationStructureBuildSizesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152521,11 +87638,6 @@ public static void GetClusterAccelerationStructureBuildSizesNV( Ref pSizeInfo ) => ThisThread.GetClusterAccelerationStructureBuildSizesNV(device, pInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDataGraphPipelineAvailablePropertiesARM( @@ -152551,11 +87663,6 @@ _slots[458] is not null and var loadedFnPtr ) )(device, pPipelineInfo, pPropertiesCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDataGraphPipelineAvailablePropertiesARM( @@ -152572,11 +87679,6 @@ public static Result GetDataGraphPipelineAvailablePropertiesARM( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152602,11 +87704,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineAvailablePropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152624,11 +87721,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDataGraphPipelinePropertiesARM( @@ -152654,11 +87746,6 @@ _slots[459] is not null and var loadedFnPtr ) )(device, pPipelineInfo, propertiesCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDataGraphPipelinePropertiesARM( @@ -152675,11 +87762,6 @@ public static Result GetDataGraphPipelinePropertiesARM( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152704,11 +87786,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelinePropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152726,11 +87803,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineSessionBindPointRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDataGraphPipelineSessionBindPointRequirementsARM( @@ -152756,11 +87828,6 @@ _slots[460] is not null and var loadedFnPtr ) )(device, pInfo, pBindPointRequirementCount, pBindPointRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineSessionBindPointRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDataGraphPipelineSessionBindPointRequirementsARM( @@ -152777,11 +87844,6 @@ public static Result GetDataGraphPipelineSessionBindPointRequirementsARM( pBindPointRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineSessionBindPointRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152810,11 +87872,6 @@ Ref pBindPointRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineSessionBindPointRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152832,11 +87889,6 @@ Ref pBindPointRequirements pBindPointRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineSessionMemoryRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDataGraphPipelineSessionMemoryRequirementsARM( @@ -152860,11 +87912,6 @@ _slots[461] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineSessionMemoryRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDataGraphPipelineSessionMemoryRequirementsARM( @@ -152879,11 +87926,6 @@ public static void GetDataGraphPipelineSessionMemoryRequirementsARM( pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineSessionMemoryRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152905,11 +87947,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDataGraphPipelineSessionMemoryRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -152926,15 +87963,14 @@ Ref pMemoryRequirements ); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeferredOperationMaxConcurrencyKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IVk.GetDeferredOperationMaxConcurrencyKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[462] is not null and var loadedFnPtr ? loadedFnPtr : _slots[462] = nativeContext.LoadFunction( @@ -152945,23 +87981,21 @@ _slots[462] is not null and var loadedFnPtr )(device, operation); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeferredOperationMaxConcurrencyKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetDeferredOperationMaxConcurrencyKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ) => ThisThread.GetDeferredOperationMaxConcurrencyKHR(device, operation); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeferredOperationResultKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDeferredOperationResultKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[463] is not null and var loadedFnPtr ? loadedFnPtr : _slots[463] = nativeContext.LoadFunction( @@ -152971,24 +88005,13 @@ _slots[463] is not null and var loadedFnPtr ) )(device, operation); - [SupportedApiProfile("vulkan", ["VK_KHR_deferred_host_operations"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeferredOperationResultKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDeferredOperationResultKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationKHRHandle operation + [NativeTypeName("VkDeferredOperationKHR")] DeferredOperationHandleKHR operation ) => ThisThread.GetDeferredOperationResultKHR(device, operation); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDescriptorEXT( @@ -153005,16 +88028,6 @@ _slots[464] is not null and var loadedFnPtr ) )(device, pDescriptorInfo, dataSize, pDescriptor); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDescriptorEXT( @@ -153024,16 +88037,6 @@ public static void GetDescriptorEXT( void* pDescriptor ) => ThisThread.GetDescriptorEXT(device, pDescriptorInfo, dataSize, pDescriptor); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153057,16 +88060,6 @@ Ref pDescriptor } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153078,17 +88071,9 @@ public static void GetDescriptorEXT( Ref pDescriptor ) => ThisThread.GetDescriptorEXT(device, pDescriptorInfo, dataSize, pDescriptor); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IVk.GetDescriptorSetHostMappingValve( + void IVk.GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, void** ppData @@ -153104,34 +88089,18 @@ _slots[465] is not null and var loadedFnPtr ) )(device, descriptorSet, ppData); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetDescriptorSetHostMappingValve( + public static void GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, void** ppData - ) => ThisThread.GetDescriptorSetHostMappingValve(device, descriptorSet, ppData); + ) => ThisThread.GetDescriptorSetHostMappingVALVE(device, descriptorSet, ppData); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IVk.GetDescriptorSetHostMappingValve( + void IVk.GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, Ref2D ppData @@ -153139,37 +88108,19 @@ Ref2D ppData { fixed (void** __dsl_ppData = ppData) { - ((IVk)this).GetDescriptorSetHostMappingValve(device, descriptorSet, __dsl_ppData); + ((IVk)this).GetDescriptorSetHostMappingVALVE(device, descriptorSet, __dsl_ppData); } } - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetHostMappingVALVE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetDescriptorSetHostMappingValve( + public static void GetDescriptorSetHostMappingVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkDescriptorSet")] DescriptorSetHandle descriptorSet, Ref2D ppData - ) => ThisThread.GetDescriptorSetHostMappingValve(device, descriptorSet, ppData); + ) => ThisThread.GetDescriptorSetHostMappingVALVE(device, descriptorSet, ppData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDescriptorSetLayoutBindingOffsetEXT( @@ -153189,16 +88140,6 @@ _slots[466] is not null and var loadedFnPtr ) )(device, layout, binding, pOffset); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDescriptorSetLayoutBindingOffsetEXT( @@ -153208,16 +88149,6 @@ public static void GetDescriptorSetLayoutBindingOffsetEXT( [NativeTypeName("VkDeviceSize *")] ulong* pOffset ) => ThisThread.GetDescriptorSetLayoutBindingOffsetEXT(device, layout, binding, pOffset); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153239,16 +88170,6 @@ void IVk.GetDescriptorSetLayoutBindingOffsetEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutBindingOffsetEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153259,27 +88180,19 @@ public static void GetDescriptorSetLayoutBindingOffsetEXT( [NativeTypeName("VkDeviceSize *")] Ref pOffset ) => ThisThread.GetDescriptorSetLayoutBindingOffsetEXT(device, layout, binding, pOffset); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IVk.GetDescriptorSetLayoutHostMappingInfoValve( + void IVk.GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - DescriptorSetBindingReferenceValve* pBindingReference, - DescriptorSetLayoutHostMappingInfoValve* pHostMapping + DescriptorSetBindingReferenceVALVE* pBindingReference, + DescriptorSetLayoutHostMappingInfoVALVE* pHostMapping ) => ( (delegate* unmanaged< DeviceHandle, - DescriptorSetBindingReferenceValve*, - DescriptorSetLayoutHostMappingInfoValve*, + DescriptorSetBindingReferenceVALVE*, + DescriptorSetLayoutHostMappingInfoVALVE*, void>)( _slots[467] is not null and var loadedFnPtr ? loadedFnPtr @@ -153290,50 +88203,34 @@ _slots[467] is not null and var loadedFnPtr ) )(device, pBindingReference, pHostMapping); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetDescriptorSetLayoutHostMappingInfoValve( + public static void GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - DescriptorSetBindingReferenceValve* pBindingReference, - DescriptorSetLayoutHostMappingInfoValve* pHostMapping + DescriptorSetBindingReferenceVALVE* pBindingReference, + DescriptorSetLayoutHostMappingInfoVALVE* pHostMapping ) => - ThisThread.GetDescriptorSetLayoutHostMappingInfoValve( + ThisThread.GetDescriptorSetLayoutHostMappingInfoVALVE( device, pBindingReference, pHostMapping ); - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IVk.GetDescriptorSetLayoutHostMappingInfoValve( + void IVk.GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - Ref pBindingReference, - Ref pHostMapping + Ref pBindingReference, + Ref pHostMapping ) { - fixed (DescriptorSetLayoutHostMappingInfoValve* __dsl_pHostMapping = pHostMapping) - fixed (DescriptorSetBindingReferenceValve* __dsl_pBindingReference = pBindingReference) + fixed (DescriptorSetLayoutHostMappingInfoVALVE* __dsl_pHostMapping = pHostMapping) + fixed (DescriptorSetBindingReferenceVALVE* __dsl_pBindingReference = pBindingReference) { - ((IVk)this).GetDescriptorSetLayoutHostMappingInfoValve( + ((IVk)this).GetDescriptorSetLayoutHostMappingInfoVALVE( device, __dsl_pBindingReference, __dsl_pHostMapping @@ -153341,39 +88238,21 @@ Ref pHostMapping } } - [SupportedApiProfile( - "vulkan", - ["VK_VALVE_descriptor_set_host_mapping"], - ImpliesSets = [ - "VK_VALVE_descriptor_set_host_mapping+VK_KHR_get_physical_device_properties2", - "VK_VALVE_descriptor_set_host_mapping+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutHostMappingInfoVALVE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void GetDescriptorSetLayoutHostMappingInfoValve( + public static void GetDescriptorSetLayoutHostMappingInfoVALVE( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkDescriptorSetBindingReferenceVALVE *")] - Ref pBindingReference, - Ref pHostMapping + Ref pBindingReference, + Ref pHostMapping ) => - ThisThread.GetDescriptorSetLayoutHostMappingInfoValve( + ThisThread.GetDescriptorSetLayoutHostMappingInfoVALVE( device, pBindingReference, pHostMapping ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDescriptorSetLayoutSizeEXT( @@ -153392,16 +88271,6 @@ _slots[468] is not null and var loadedFnPtr ) )(device, layout, pLayoutSizeInBytes); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDescriptorSetLayoutSizeEXT( @@ -153410,16 +88279,6 @@ public static void GetDescriptorSetLayoutSizeEXT( [NativeTypeName("VkDeviceSize *")] ulong* pLayoutSizeInBytes ) => ThisThread.GetDescriptorSetLayoutSizeEXT(device, layout, pLayoutSizeInBytes); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153435,16 +88294,6 @@ void IVk.GetDescriptorSetLayoutSizeEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSizeEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153454,24 +88303,6 @@ public static void GetDescriptorSetLayoutSizeEXT( [NativeTypeName("VkDeviceSize *")] Ref pLayoutSizeInBytes ) => ThisThread.GetDescriptorSetLayoutSizeEXT(device, layout, pLayoutSizeInBytes); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDescriptorSetLayoutSupport( @@ -153495,24 +88326,6 @@ _slots[469] is not null and var loadedFnPtr ) )(device, pCreateInfo, pSupport); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDescriptorSetLayoutSupport( @@ -153522,24 +88335,6 @@ public static void GetDescriptorSetLayoutSupport( DescriptorSetLayoutSupport* pSupport ) => ThisThread.GetDescriptorSetLayoutSupport(device, pCreateInfo, pSupport); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153557,24 +88352,6 @@ Ref pSupport } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupport")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153585,14 +88362,6 @@ public static void GetDescriptorSetLayoutSupport( Ref pSupport ) => ThisThread.GetDescriptorSetLayoutSupport(device, pCreateInfo, pSupport); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDescriptorSetLayoutSupportKHR( @@ -153616,14 +88385,6 @@ _slots[470] is not null and var loadedFnPtr ) )(device, pCreateInfo, pSupport); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDescriptorSetLayoutSupportKHR( @@ -153633,14 +88394,6 @@ public static void GetDescriptorSetLayoutSupportKHR( DescriptorSetLayoutSupport* pSupport ) => ThisThread.GetDescriptorSetLayoutSupportKHR(device, pCreateInfo, pSupport); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153658,14 +88411,6 @@ Ref pSupport } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance3"], - ImpliesSets = [ - "VK_KHR_maintenance3+VK_KHR_get_physical_device_properties2", - "VK_KHR_maintenance3+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDescriptorSetLayoutSupportKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153676,14 +88421,6 @@ public static void GetDescriptorSetLayoutSupportKHR( Ref pSupport ) => ThisThread.GetDescriptorSetLayoutSupportKHR(device, pCreateInfo, pSupport); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceAccelerationStructureCompatibilityKHR( @@ -153707,14 +88444,6 @@ _slots[471] is not null and var loadedFnPtr ) )(device, pVersionInfo, pCompatibility); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceAccelerationStructureCompatibilityKHR( @@ -153729,14 +88458,6 @@ public static void GetDeviceAccelerationStructureCompatibilityKHR( pCompatibility ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153758,14 +88479,6 @@ Ref pCompatibility } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceAccelerationStructureCompatibilityKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153781,20 +88494,6 @@ Ref pCompatibility pCompatibility ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceBufferMemoryRequirements( @@ -153818,20 +88517,6 @@ _slots[472] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceBufferMemoryRequirements( @@ -153841,20 +88526,6 @@ public static void GetDeviceBufferMemoryRequirements( MemoryRequirements2* pMemoryRequirements ) => ThisThread.GetDeviceBufferMemoryRequirements(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153876,20 +88547,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153900,7 +88557,6 @@ public static void GetDeviceBufferMemoryRequirements( Ref pMemoryRequirements ) => ThisThread.GetDeviceBufferMemoryRequirements(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceBufferMemoryRequirementsKHR( @@ -153924,7 +88580,6 @@ _slots[473] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceBufferMemoryRequirementsKHR( @@ -153934,7 +88589,6 @@ public static void GetDeviceBufferMemoryRequirementsKHR( MemoryRequirements2* pMemoryRequirements ) => ThisThread.GetDeviceBufferMemoryRequirementsKHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153956,7 +88610,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceBufferMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -153967,14 +88620,6 @@ public static void GetDeviceBufferMemoryRequirementsKHR( Ref pMemoryRequirements ) => ThisThread.GetDeviceBufferMemoryRequirementsKHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDeviceFaultInfoEXT( @@ -153990,14 +88635,6 @@ _slots[474] is not null and var loadedFnPtr ) )(device, pFaultCounts, pFaultInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDeviceFaultInfoEXT( @@ -154006,14 +88643,6 @@ public static Result GetDeviceFaultInfoEXT( DeviceFaultInfoEXT* pFaultInfo ) => ThisThread.GetDeviceFaultInfoEXT(device, pFaultCounts, pFaultInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154031,14 +88660,6 @@ Ref pFaultInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_fault"], - ImpliesSets = [ - "VK_EXT_device_fault+VK_KHR_get_physical_device_properties2", - "VK_EXT_device_fault+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceFaultInfoEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154048,28 +88669,6 @@ public static Result GetDeviceFaultInfoEXT( Ref pFaultInfo ) => ThisThread.GetDeviceFaultInfoEXT(device, pFaultCounts, pFaultInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceGroupPeerMemoryFeatures( @@ -154090,28 +88689,6 @@ _slots[475] is not null and var loadedFnPtr ) )(device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceGroupPeerMemoryFeatures( @@ -154129,28 +88706,6 @@ public static void GetDeviceGroupPeerMemoryFeatures( pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154175,28 +88730,6 @@ Ref pPeerMemoryFeatures } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeatures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154216,11 +88749,6 @@ Ref pPeerMemoryFeatures pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceGroupPeerMemoryFeaturesKHR( @@ -154241,11 +88769,6 @@ _slots[476] is not null and var loadedFnPtr ) )(device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceGroupPeerMemoryFeaturesKHR( @@ -154263,11 +88786,6 @@ public static void GetDeviceGroupPeerMemoryFeaturesKHR( pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154292,11 +88810,6 @@ Ref pPeerMemoryFeatures } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_device_group"], - ImpliesSets = ["VK_KHR_device_group_creation"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPeerMemoryFeaturesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154316,12 +88829,6 @@ Ref pPeerMemoryFeatures pPeerMemoryFeatures ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDeviceGroupPresentCapabilitiesKHR( @@ -154339,12 +88846,6 @@ _slots[477] is not null and var loadedFnPtr ) )(device, pDeviceGroupPresentCapabilities); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDeviceGroupPresentCapabilitiesKHR( @@ -154352,12 +88853,6 @@ public static Result GetDeviceGroupPresentCapabilitiesKHR( DeviceGroupPresentCapabilitiesKHR* pDeviceGroupPresentCapabilities ) => ThisThread.GetDeviceGroupPresentCapabilitiesKHR(device, pDeviceGroupPresentCapabilities); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154379,12 +88874,6 @@ Ref pDeviceGroupPresentCapabilities } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupPresentCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154393,24 +88882,18 @@ public static Result GetDeviceGroupPresentCapabilitiesKHR( Ref pDeviceGroupPresentCapabilities ) => ThisThread.GetDeviceGroupPresentCapabilitiesKHR(device, pDeviceGroupPresentCapabilities); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] DeviceGroupPresentModeFlagsKHR* pModes ) => ( (delegate* unmanaged< DeviceHandle, - SurfaceKHRHandle, + SurfaceHandleKHR, DeviceGroupPresentModeFlagsKHR*, Result>)( _slots[478] is not null and var loadedFnPtr @@ -154422,33 +88905,21 @@ _slots[478] is not null and var loadedFnPtr ) )(device, surface, pModes); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] DeviceGroupPresentModeFlagsKHR* pModes ) => ThisThread.GetDeviceGroupSurfacePresentModesKHR(device, surface, pModes); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] Ref pModes ) @@ -154460,36 +88931,16 @@ Ref pModes } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceGroupSurfacePresentModesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDeviceGroupSurfacePresentModesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkDeviceGroupPresentModeFlagsKHR *")] Ref pModes ) => ThisThread.GetDeviceGroupSurfacePresentModesKHR(device, surface, pModes); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceImageMemoryRequirements( @@ -154513,20 +88964,6 @@ _slots[479] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceImageMemoryRequirements( @@ -154536,20 +88973,6 @@ public static void GetDeviceImageMemoryRequirements( MemoryRequirements2* pMemoryRequirements ) => ThisThread.GetDeviceImageMemoryRequirements(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154571,20 +88994,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154595,7 +89004,6 @@ public static void GetDeviceImageMemoryRequirements( Ref pMemoryRequirements ) => ThisThread.GetDeviceImageMemoryRequirements(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceImageMemoryRequirementsKHR( @@ -154619,7 +89027,6 @@ _slots[480] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceImageMemoryRequirementsKHR( @@ -154629,7 +89036,6 @@ public static void GetDeviceImageMemoryRequirementsKHR( MemoryRequirements2* pMemoryRequirements ) => ThisThread.GetDeviceImageMemoryRequirementsKHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154651,7 +89057,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154662,20 +89067,6 @@ public static void GetDeviceImageMemoryRequirementsKHR( Ref pMemoryRequirements ) => ThisThread.GetDeviceImageMemoryRequirementsKHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceImageSparseMemoryRequirements( @@ -154701,20 +89092,6 @@ _slots[481] is not null and var loadedFnPtr ) )(device, pInfo, pSparseMemoryRequirementCount, pSparseMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceImageSparseMemoryRequirements( @@ -154731,20 +89108,6 @@ public static void GetDeviceImageSparseMemoryRequirements( pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154772,20 +89135,6 @@ Ref pSparseMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154803,7 +89152,6 @@ Ref pSparseMemoryRequirements pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceImageSparseMemoryRequirementsKHR( @@ -154829,7 +89177,6 @@ _slots[482] is not null and var loadedFnPtr ) )(device, pInfo, pSparseMemoryRequirementCount, pSparseMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceImageSparseMemoryRequirementsKHR( @@ -154846,7 +89193,6 @@ public static void GetDeviceImageSparseMemoryRequirementsKHR( pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154874,7 +89220,6 @@ Ref pSparseMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance4"], ImpliesSets = ["VK_VERSION_1_1"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSparseMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154892,16 +89237,6 @@ Ref pSparseMemoryRequirements pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceImageSubresourceLayout( @@ -154924,16 +89259,6 @@ _slots[483] is not null and var loadedFnPtr ) )(device, pInfo, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceImageSubresourceLayout( @@ -154942,16 +89267,6 @@ public static void GetDeviceImageSubresourceLayout( SubresourceLayout2* pLayout ) => ThisThread.GetDeviceImageSubresourceLayout(device, pInfo, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154969,16 +89284,6 @@ Ref pLayout } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -154989,11 +89294,6 @@ public static void GetDeviceImageSubresourceLayout( Ref pLayout ) => ThisThread.GetDeviceImageSubresourceLayout(device, pInfo, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceImageSubresourceLayoutKHR( @@ -155016,11 +89316,6 @@ _slots[484] is not null and var loadedFnPtr ) )(device, pInfo, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceImageSubresourceLayoutKHR( @@ -155029,11 +89324,6 @@ public static void GetDeviceImageSubresourceLayoutKHR( SubresourceLayout2* pLayout ) => ThisThread.GetDeviceImageSubresourceLayoutKHR(device, pInfo, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155051,11 +89341,6 @@ Ref pLayout } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceImageSubresourceLayoutKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155066,32 +89351,6 @@ public static void GetDeviceImageSubresourceLayoutKHR( Ref pLayout ) => ThisThread.GetDeviceImageSubresourceLayoutKHR(device, pInfo, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceMemoryCommitment( @@ -155110,32 +89369,6 @@ _slots[485] is not null and var loadedFnPtr ) )(device, memory, pCommittedMemoryInBytes); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceMemoryCommitment( @@ -155144,32 +89377,6 @@ public static void GetDeviceMemoryCommitment( [NativeTypeName("VkDeviceSize *")] ulong* pCommittedMemoryInBytes ) => ThisThread.GetDeviceMemoryCommitment(device, memory, pCommittedMemoryInBytes); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155185,32 +89392,6 @@ void IVk.GetDeviceMemoryCommitment( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryCommitment")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155221,24 +89402,6 @@ public static void GetDeviceMemoryCommitment( ) => ThisThread.GetDeviceMemoryCommitment(device, memory, pCommittedMemoryInBytes); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IVk.GetDeviceMemoryOpaqueCaptureAddress( @@ -155258,24 +89421,6 @@ _slots[486] is not null and var loadedFnPtr )(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetDeviceMemoryOpaqueCaptureAddress( @@ -155285,24 +89430,6 @@ public static ulong GetDeviceMemoryOpaqueCaptureAddress( ) => ThisThread.GetDeviceMemoryOpaqueCaptureAddress(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155319,24 +89446,6 @@ Ref pInfo } [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddress")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155347,14 +89456,6 @@ Ref pInfo ) => ThisThread.GetDeviceMemoryOpaqueCaptureAddress(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IVk.GetDeviceMemoryOpaqueCaptureAddressKHR( @@ -155374,14 +89475,6 @@ _slots[487] is not null and var loadedFnPtr )(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetDeviceMemoryOpaqueCaptureAddressKHR( @@ -155391,14 +89484,6 @@ public static ulong GetDeviceMemoryOpaqueCaptureAddressKHR( ) => ThisThread.GetDeviceMemoryOpaqueCaptureAddressKHR(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155415,14 +89500,6 @@ Ref pInfo } [return: NativeTypeName("uint64_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_buffer_device_address"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_device_group", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMemoryOpaqueCaptureAddressKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155432,14 +89509,6 @@ public static ulong GetDeviceMemoryOpaqueCaptureAddressKHR( Ref pInfo ) => ThisThread.GetDeviceMemoryOpaqueCaptureAddressKHR(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceMicromapCompatibilityEXT( @@ -155462,14 +89531,6 @@ _slots[488] is not null and var loadedFnPtr ) )(device, pVersionInfo, pCompatibility); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceMicromapCompatibilityEXT( @@ -155478,14 +89539,6 @@ public static void GetDeviceMicromapCompatibilityEXT( AccelerationStructureCompatibilityKHR* pCompatibility ) => ThisThread.GetDeviceMicromapCompatibilityEXT(device, pVersionInfo, pCompatibility); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155507,14 +89560,6 @@ Ref pCompatibility } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceMicromapCompatibilityEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155526,40 +89571,14 @@ Ref pCompatibility ) => ThisThread.GetDeviceMicromapCompatibilityEXT(device, pVersionInfo, pCompatibility); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - PFNVkVoidFunction IVk.GetDeviceProcAddr( + VoidFunction IVk.GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] sbyte* pName ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[489] is not null and var loadedFnPtr ? loadedFnPtr : _slots[489] = nativeContext.LoadFunction("vkGetDeviceProcAddr", "vulkan") @@ -155567,141 +89586,37 @@ _slots[489] is not null and var loadedFnPtr )(device, pName); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static PFNVkVoidFunction GetDeviceProcAddr( + public static VoidFunction GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] sbyte* pName ) => ThisThread.GetDeviceProcAddr(device, pName); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - PFNVkVoidFunction IVk.GetDeviceProcAddr( + VoidFunction IVk.GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] Ref pName ) { fixed (sbyte* __dsl_pName = pName) { - return (PFNVkVoidFunction)((IVk)this).GetDeviceProcAddr(device, __dsl_pName); + return (VoidFunction)((IVk)this).GetDeviceProcAddr(device, __dsl_pName); } } [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceProcAddr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static PFNVkVoidFunction GetDeviceProcAddr( + public static VoidFunction GetDeviceProcAddr( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const char *")] Ref pName ) => ThisThread.GetDeviceProcAddr(device, pName); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceQueue( @@ -155718,32 +89633,6 @@ _slots[490] is not null and var loadedFnPtr ) )(device, queueFamilyIndex, queueIndex, pQueue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceQueue( @@ -155753,32 +89642,6 @@ public static void GetDeviceQueue( [NativeTypeName("VkQueue *")] QueueHandle* pQueue ) => ThisThread.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155795,32 +89658,6 @@ void IVk.GetDeviceQueue( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155831,28 +89668,6 @@ public static void GetDeviceQueue( [NativeTypeName("VkQueue *")] Ref pQueue ) => ThisThread.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceQueue2( @@ -155868,28 +89683,6 @@ _slots[491] is not null and var loadedFnPtr ) )(device, pQueueInfo, pQueue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceQueue2( @@ -155898,28 +89691,6 @@ public static void GetDeviceQueue2( [NativeTypeName("VkQueue *")] QueueHandle* pQueue ) => ThisThread.GetDeviceQueue2(device, pQueueInfo, pQueue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155936,28 +89707,6 @@ void IVk.GetDeviceQueue2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceQueue2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -155967,18 +89716,9 @@ public static void GetDeviceQueue2( [NativeTypeName("VkQueue *")] Ref pQueue ) => ThisThread.GetDeviceQueue2(device, pQueueInfo, pQueue); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + Result IVk.GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Extent2D* pMaxWorkgroupSize @@ -155994,41 +89734,23 @@ _slots[492] is not null and var loadedFnPtr ) )(device, renderpass, pMaxWorkgroupSize); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + public static Result GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Extent2D* pMaxWorkgroupSize ) => - ThisThread.GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + ThisThread.GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( device, renderpass, pMaxWorkgroupSize ); - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + Result IVk.GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Ref pMaxWorkgroupSize @@ -156037,7 +89759,7 @@ Ref pMaxWorkgroupSize fixed (Extent2D* __dsl_pMaxWorkgroupSize = pMaxWorkgroupSize) { return (Result) - ((IVk)this).GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + ((IVk)this).GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( device, renderpass, __dsl_pMaxWorkgroupSize @@ -156045,30 +89767,20 @@ Ref pMaxWorkgroupSize } } - [SupportedApiProfile( - "vulkan", - ["VK_HUAWEI_subpass_shading"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_create_renderpass2", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + public static Result GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkRenderPass")] RenderPassHandle renderpass, Ref pMaxWorkgroupSize ) => - ThisThread.GetDeviceSubpassShadingMaxWorkgroupSizeHuawei( + ThisThread.GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( device, renderpass, pMaxWorkgroupSize ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetDeviceTensorMemoryRequirementsARM( @@ -156092,7 +89804,6 @@ _slots[493] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetDeviceTensorMemoryRequirementsARM( @@ -156102,7 +89813,6 @@ public static void GetDeviceTensorMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ) => ThisThread.GetDeviceTensorMemoryRequirementsARM(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -156124,7 +89834,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDeviceTensorMemoryRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -156135,23 +89844,18 @@ public static void GetDeviceTensorMemoryRequirementsARM( Ref pMemoryRequirements ) => ThisThread.GetDeviceTensorMemoryRequirementsARM(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModeProperties2KHR* pProperties ) => ( (delegate* unmanaged< PhysicalDeviceHandle, - DisplayKHRHandle, + DisplayHandleKHR, uint*, DisplayModeProperties2KHR*, Result>)( @@ -156164,16 +89868,11 @@ _slots[494] is not null and var loadedFnPtr ) )(physicalDevice, display, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModeProperties2KHR* pProperties ) => @@ -156184,17 +89883,12 @@ public static Result GetDisplayModeProperties2KHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ) @@ -156212,17 +89906,12 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModeProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDisplayModeProperties2KHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ) => @@ -156233,19 +89922,18 @@ Ref pProperties pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModePropertiesKHR* pProperties ) => ( (delegate* unmanaged< PhysicalDeviceHandle, - DisplayKHRHandle, + DisplayHandleKHR, uint*, DisplayModePropertiesKHR*, Result>)( @@ -156258,12 +89946,11 @@ _slots[495] is not null and var loadedFnPtr ) )(physicalDevice, display, pPropertyCount, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] uint* pPropertyCount, DisplayModePropertiesKHR* pProperties ) => @@ -156274,13 +89961,12 @@ public static Result GetDisplayModePropertiesKHR( pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ) @@ -156298,13 +89984,12 @@ Ref pProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayModePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDisplayModePropertiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("uint32_t *")] Ref pPropertyCount, Ref pProperties ) => @@ -156315,11 +90000,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDisplayPlaneCapabilities2KHR( @@ -156342,11 +90022,6 @@ _slots[496] is not null and var loadedFnPtr ) )(physicalDevice, pDisplayPlaneInfo, pCapabilities); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDisplayPlaneCapabilities2KHR( @@ -156360,11 +90035,6 @@ public static Result GetDisplayPlaneCapabilities2KHR( pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -156387,11 +90057,6 @@ Ref pCapabilities } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilities2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -156407,19 +90072,18 @@ Ref pCapabilities pCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, DisplayPlaneCapabilitiesKHR* pCapabilities ) => ( (delegate* unmanaged< PhysicalDeviceHandle, - DisplayModeKHRHandle, + DisplayModeHandleKHR, uint, DisplayPlaneCapabilitiesKHR*, Result>)( @@ -156432,23 +90096,21 @@ _slots[497] is not null and var loadedFnPtr ) )(physicalDevice, mode, planeIndex, pCapabilities); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, DisplayPlaneCapabilitiesKHR* pCapabilities ) => ThisThread.GetDisplayPlaneCapabilitiesKHR(physicalDevice, mode, planeIndex, pCapabilities); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, Ref pCapabilities ) @@ -156465,28 +90127,26 @@ Ref pCapabilities } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDisplayPlaneCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayModeKHR")] DisplayModeKHRHandle mode, + [NativeTypeName("VkDisplayModeKHR")] DisplayModeHandleKHR mode, [NativeTypeName("uint32_t")] uint planeIndex, Ref pCapabilities ) => ThisThread.GetDisplayPlaneCapabilitiesKHR(physicalDevice, mode, planeIndex, pCapabilities); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] uint* pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* pDisplays + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* pDisplays ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[498] is not null and var loadedFnPtr ? loadedFnPtr : _slots[498] = nativeContext.LoadFunction( @@ -156496,14 +90156,13 @@ _slots[498] is not null and var loadedFnPtr ) )(physicalDevice, planeIndex, pDisplayCount, pDisplays); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] uint* pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* pDisplays + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* pDisplays ) => ThisThread.GetDisplayPlaneSupportedDisplaysKHR( physicalDevice, @@ -156512,7 +90171,6 @@ public static Result GetDisplayPlaneSupportedDisplaysKHR( pDisplays ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -156520,10 +90178,10 @@ Result IVk.GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] Ref pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] Ref pDisplays + [NativeTypeName("VkDisplayKHR *")] Ref pDisplays ) { - fixed (DisplayKHRHandle* __dsl_pDisplays = pDisplays) + fixed (DisplayHandleKHR* __dsl_pDisplays = pDisplays) fixed (uint* __dsl_pDisplayCount = pDisplayCount) { return (Result) @@ -156536,7 +90194,6 @@ Result IVk.GetDisplayPlaneSupportedDisplaysKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDisplayPlaneSupportedDisplaysKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -156544,7 +90201,7 @@ public static Result GetDisplayPlaneSupportedDisplaysKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint planeIndex, [NativeTypeName("uint32_t *")] Ref pDisplayCount, - [NativeTypeName("VkDisplayKHR *")] Ref pDisplays + [NativeTypeName("VkDisplayKHR *")] Ref pDisplays ) => ThisThread.GetDisplayPlaneSupportedDisplaysKHR( physicalDevice, @@ -156553,46 +90210,31 @@ public static Result GetDisplayPlaneSupportedDisplaysKHR( pDisplays ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* display + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* display ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[499] is not null and var loadedFnPtr ? loadedFnPtr : _slots[499] = nativeContext.LoadFunction("vkGetDrmDisplayEXT", "vulkan") ) )(physicalDevice, drmFd, connectorId, display); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] DisplayKHRHandle* display + [NativeTypeName("VkDisplayKHR *")] DisplayHandleKHR* display ) => ThisThread.GetDrmDisplayEXT(physicalDevice, drmFd, connectorId, display); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -156600,21 +90242,16 @@ Result IVk.GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] Ref display + [NativeTypeName("VkDisplayKHR *")] Ref display ) { - fixed (DisplayKHRHandle* __dsl_display = display) + fixed (DisplayHandleKHR* __dsl_display = display) { return (Result) ((IVk)this).GetDrmDisplayEXT(physicalDevice, drmFd, connectorId, __dsl_display); } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_acquire_drm_display"], - ImpliesSets = ["VK_EXT_direct_mode_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDrmDisplayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -156622,17 +90259,9 @@ public static Result GetDrmDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("int32_t")] int drmFd, [NativeTypeName("uint32_t")] uint connectorId, - [NativeTypeName("VkDisplayKHR *")] Ref display + [NativeTypeName("VkDisplayKHR *")] Ref display ) => ThisThread.GetDrmDisplayEXT(physicalDevice, drmFd, connectorId, display); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetDynamicRenderingTilePropertiesQCOM( @@ -156651,14 +90280,6 @@ _slots[500] is not null and var loadedFnPtr ) )(device, pRenderingInfo, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetDynamicRenderingTilePropertiesQCOM( @@ -156667,14 +90288,6 @@ public static Result GetDynamicRenderingTilePropertiesQCOM( TilePropertiesQCOM* pProperties ) => ThisThread.GetDynamicRenderingTilePropertiesQCOM(device, pRenderingInfo, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -156696,14 +90309,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetDynamicRenderingTilePropertiesQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -156713,14 +90318,6 @@ public static Result GetDynamicRenderingTilePropertiesQCOM( Ref pProperties ) => ThisThread.GetDynamicRenderingTilePropertiesQCOM(device, pRenderingInfo, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetEncodedVideoSessionParametersKHR( @@ -156748,14 +90345,6 @@ _slots[501] is not null and var loadedFnPtr ) )(device, pVideoSessionParametersInfo, pFeedbackInfo, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetEncodedVideoSessionParametersKHR( @@ -156774,14 +90363,6 @@ public static Result GetEncodedVideoSessionParametersKHR( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -156813,14 +90394,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetEncodedVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -156840,27 +90413,6 @@ Ref pData pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetEventStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetEventStatus( @@ -156875,27 +90427,6 @@ _slots[502] is not null and var loadedFnPtr ) )(device, @event); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetEventStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetEventStatus( @@ -156903,17 +90434,16 @@ public static Result GetEventStatus( [NativeTypeName("VkEvent")] EventHandle @event ) => ThisThread.GetEventStatus(device, @event); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, ExternalComputeQueueDataParamsNV* @params, void* pData ) => ( (delegate* unmanaged< - ExternalComputeQueueNVHandle, + ExternalComputeQueueHandleNV, ExternalComputeQueueDataParamsNV*, void*, void>)( @@ -156926,21 +90456,19 @@ _slots[503] is not null and var loadedFnPtr ) )(externalQueue, @params, pData); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, ExternalComputeQueueDataParamsNV* @params, void* pData ) => ThisThread.GetExternalComputeQueueDataNV(externalQueue, @params, pData); - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, Ref @params, Ref pData ) @@ -156952,24 +90480,15 @@ Ref pData } } - [SupportedApiProfile("vulkan", ["VK_NV_external_compute_queue"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetExternalComputeQueueDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetExternalComputeQueueDataNV( - [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueNVHandle externalQueue, + [NativeTypeName("VkExternalComputeQueueNV")] ExternalComputeQueueHandleNV externalQueue, Ref @params, Ref pData ) => ThisThread.GetExternalComputeQueueDataNV(externalQueue, @params, pData); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetFenceFdKHR( @@ -156985,14 +90504,6 @@ _slots[504] is not null and var loadedFnPtr ) )(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetFenceFdKHR( @@ -157001,14 +90512,6 @@ public static Result GetFenceFdKHR( int* pFd ) => ThisThread.GetFenceFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157025,14 +90528,6 @@ Ref pFd } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFenceFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157042,32 +90537,6 @@ public static Result GetFenceFdKHR( Ref pFd ) => ThisThread.GetFenceFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetFenceStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetFenceStatus( @@ -157082,32 +90551,6 @@ _slots[505] is not null and var loadedFnPtr ) )(device, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetFenceStatus")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetFenceStatus( @@ -157115,14 +90558,6 @@ public static Result GetFenceStatus( [NativeTypeName("VkFence")] FenceHandle fence ) => ThisThread.GetFenceStatus(device, fence); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetFramebufferTilePropertiesQCOM( @@ -157147,14 +90582,6 @@ _slots[506] is not null and var loadedFnPtr ) )(device, framebuffer, pPropertiesCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetFramebufferTilePropertiesQCOM( @@ -157170,14 +90597,6 @@ public static Result GetFramebufferTilePropertiesQCOM( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157201,14 +90620,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_QCOM_tile_properties"], - ImpliesSets = [ - "VK_QCOM_tile_properties+VK_KHR_get_physical_device_properties2", - "VK_QCOM_tile_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetFramebufferTilePropertiesQCOM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157225,15 +90636,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetGeneratedCommandsMemoryRequirementsEXT( @@ -157257,15 +90659,6 @@ _slots[507] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetGeneratedCommandsMemoryRequirementsEXT( @@ -157275,15 +90668,6 @@ public static void GetGeneratedCommandsMemoryRequirementsEXT( MemoryRequirements2* pMemoryRequirements ) => ThisThread.GetGeneratedCommandsMemoryRequirementsEXT(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157305,15 +90689,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157324,11 +90699,6 @@ public static void GetGeneratedCommandsMemoryRequirementsEXT( Ref pMemoryRequirements ) => ThisThread.GetGeneratedCommandsMemoryRequirementsEXT(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetGeneratedCommandsMemoryRequirementsNV( @@ -157352,11 +90722,6 @@ _slots[508] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetGeneratedCommandsMemoryRequirementsNV( @@ -157366,11 +90731,6 @@ public static void GetGeneratedCommandsMemoryRequirementsNV( MemoryRequirements2* pMemoryRequirements ) => ThisThread.GetGeneratedCommandsMemoryRequirementsNV(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157392,11 +90752,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_buffer_device_address", "VK_VERSION_1_2"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetGeneratedCommandsMemoryRequirementsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157407,15 +90762,6 @@ public static void GetGeneratedCommandsMemoryRequirementsNV( Ref pMemoryRequirements ) => ThisThread.GetGeneratedCommandsMemoryRequirementsNV(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetImageDrmFormatModifierPropertiesEXT( @@ -157438,15 +90784,6 @@ _slots[509] is not null and var loadedFnPtr ) )(device, image, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetImageDrmFormatModifierPropertiesEXT( @@ -157455,15 +90792,6 @@ public static Result GetImageDrmFormatModifierPropertiesEXT( ImageDrmFormatModifierPropertiesEXT* pProperties ) => ThisThread.GetImageDrmFormatModifierPropertiesEXT(device, image, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157484,15 +90812,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_image_drm_format_modifier"], - ImpliesSets = [ - "VK_KHR_image_format_list+VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion", - "VK_KHR_image_format_list+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageDrmFormatModifierPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157502,32 +90821,6 @@ public static Result GetImageDrmFormatModifierPropertiesEXT( Ref pProperties ) => ThisThread.GetImageDrmFormatModifierPropertiesEXT(device, image, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetImageMemoryRequirements( @@ -157546,32 +90839,6 @@ _slots[510] is not null and var loadedFnPtr ) )(device, image, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetImageMemoryRequirements( @@ -157580,32 +90847,6 @@ public static void GetImageMemoryRequirements( MemoryRequirements* pMemoryRequirements ) => ThisThread.GetImageMemoryRequirements(device, image, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157621,32 +90862,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157656,28 +90871,6 @@ public static void GetImageMemoryRequirements( Ref pMemoryRequirements ) => ThisThread.GetImageMemoryRequirements(device, image, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetImageMemoryRequirements2( @@ -157701,28 +90894,6 @@ _slots[511] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetImageMemoryRequirements2( @@ -157732,28 +90903,6 @@ public static void GetImageMemoryRequirements2( MemoryRequirements2* pMemoryRequirements ) => ThisThread.GetImageMemoryRequirements2(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157771,28 +90920,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157803,7 +90930,6 @@ public static void GetImageMemoryRequirements2( Ref pMemoryRequirements ) => ThisThread.GetImageMemoryRequirements2(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetImageMemoryRequirements2KHR( @@ -157827,7 +90953,6 @@ _slots[512] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetImageMemoryRequirements2KHR( @@ -157837,7 +90962,6 @@ public static void GetImageMemoryRequirements2KHR( MemoryRequirements2* pMemoryRequirements ) => ThisThread.GetImageMemoryRequirements2KHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157859,7 +90983,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageMemoryRequirements2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157870,16 +90993,6 @@ public static void GetImageMemoryRequirements2KHR( Ref pMemoryRequirements ) => ThisThread.GetImageMemoryRequirements2KHR(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetImageOpaqueCaptureDescriptorDataEXT( @@ -157899,16 +91012,6 @@ _slots[513] is not null and var loadedFnPtr ) )(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetImageOpaqueCaptureDescriptorDataEXT( @@ -157918,16 +91021,6 @@ public static Result GetImageOpaqueCaptureDescriptorDataEXT( void* pData ) => ThisThread.GetImageOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157950,16 +91043,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -157970,32 +91053,6 @@ public static Result GetImageOpaqueCaptureDescriptorDataEXT( Ref pData ) => ThisThread.GetImageOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetImageSparseMemoryRequirements( @@ -158020,32 +91077,6 @@ _slots[514] is not null and var loadedFnPtr ) )(device, image, pSparseMemoryRequirementCount, pSparseMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetImageSparseMemoryRequirements( @@ -158061,32 +91092,6 @@ public static void GetImageSparseMemoryRequirements( pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158112,32 +91117,6 @@ Ref pSparseMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158154,28 +91133,6 @@ Ref pSparseMemoryRequirements pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetImageSparseMemoryRequirements2( @@ -158201,28 +91158,6 @@ _slots[515] is not null and var loadedFnPtr ) )(device, pInfo, pSparseMemoryRequirementCount, pSparseMemoryRequirements); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetImageSparseMemoryRequirements2( @@ -158239,28 +91174,6 @@ public static void GetImageSparseMemoryRequirements2( pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158288,28 +91201,6 @@ Ref pSparseMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158327,7 +91218,6 @@ Ref pSparseMemoryRequirements pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetImageSparseMemoryRequirements2KHR( @@ -158353,7 +91243,6 @@ _slots[516] is not null and var loadedFnPtr ) )(device, pInfo, pSparseMemoryRequirementCount, pSparseMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetImageSparseMemoryRequirements2KHR( @@ -158370,7 +91259,6 @@ public static void GetImageSparseMemoryRequirements2KHR( pSparseMemoryRequirements ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158398,7 +91286,6 @@ Ref pSparseMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_memory_requirements2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSparseMemoryRequirements2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158416,32 +91303,6 @@ Ref pSparseMemoryRequirements pSparseMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetImageSubresourceLayout( @@ -158466,32 +91327,6 @@ _slots[517] is not null and var loadedFnPtr ) )(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetImageSubresourceLayout( @@ -158501,32 +91336,6 @@ public static void GetImageSubresourceLayout( SubresourceLayout* pLayout ) => ThisThread.GetImageSubresourceLayout(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158544,32 +91353,6 @@ Ref pLayout } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158580,16 +91363,6 @@ public static void GetImageSubresourceLayout( Ref pLayout ) => ThisThread.GetImageSubresourceLayout(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetImageSubresourceLayout2( @@ -158614,16 +91387,6 @@ _slots[518] is not null and var loadedFnPtr ) )(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetImageSubresourceLayout2( @@ -158633,16 +91396,6 @@ public static void GetImageSubresourceLayout2( SubresourceLayout2* pLayout ) => ThisThread.GetImageSubresourceLayout2(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158665,16 +91418,6 @@ Ref pLayout } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158685,15 +91428,6 @@ public static void GetImageSubresourceLayout2( Ref pLayout ) => ThisThread.GetImageSubresourceLayout2(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetImageSubresourceLayout2EXT( @@ -158718,15 +91452,6 @@ _slots[519] is not null and var loadedFnPtr ) )(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetImageSubresourceLayout2EXT( @@ -158736,15 +91461,6 @@ public static void GetImageSubresourceLayout2EXT( SubresourceLayout2* pLayout ) => ThisThread.GetImageSubresourceLayout2EXT(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158767,15 +91483,6 @@ Ref pLayout } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158786,11 +91493,6 @@ public static void GetImageSubresourceLayout2EXT( Ref pLayout ) => ThisThread.GetImageSubresourceLayout2EXT(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetImageSubresourceLayout2KHR( @@ -158815,11 +91517,6 @@ _slots[520] is not null and var loadedFnPtr ) )(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetImageSubresourceLayout2KHR( @@ -158829,11 +91526,6 @@ public static void GetImageSubresourceLayout2KHR( SubresourceLayout2* pLayout ) => ThisThread.GetImageSubresourceLayout2KHR(device, image, pSubresource, pLayout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158856,11 +91548,6 @@ Ref pLayout } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageSubresourceLayout2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158871,7 +91558,6 @@ public static void GetImageSubresourceLayout2KHR( Ref pLayout ) => ThisThread.GetImageSubresourceLayout2KHR(device, image, pSubresource, pLayout); - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetImageViewAddressNVX( @@ -158891,7 +91577,6 @@ _slots[521] is not null and var loadedFnPtr ) )(device, imageView, pProperties); - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetImageViewAddressNVX( @@ -158900,7 +91585,6 @@ public static Result GetImageViewAddressNVX( ImageViewAddressPropertiesNVX* pProperties ) => ThisThread.GetImageViewAddressNVX(device, imageView, pProperties); - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158916,7 +91600,6 @@ Ref pProperties } } - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewAddressNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158927,7 +91610,6 @@ Ref pProperties ) => ThisThread.GetImageViewAddressNVX(device, imageView, pProperties); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IVk.GetImageViewHandle64NVX( @@ -158946,7 +91628,6 @@ _slots[522] is not null and var loadedFnPtr )(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetImageViewHandle64NVX( @@ -158955,7 +91636,6 @@ public static ulong GetImageViewHandle64NVX( ) => ThisThread.GetImageViewHandle64NVX(device, pInfo); [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158971,7 +91651,6 @@ ulong IVk.GetImageViewHandle64NVX( } [return: NativeTypeName("uint64_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandle64NVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -158981,7 +91660,6 @@ public static ulong GetImageViewHandle64NVX( ) => ThisThread.GetImageViewHandle64NVX(device, pInfo); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] uint IVk.GetImageViewHandleNVX( @@ -158997,7 +91675,6 @@ _slots[523] is not null and var loadedFnPtr )(device, pInfo); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static uint GetImageViewHandleNVX( @@ -159006,7 +91683,6 @@ public static uint GetImageViewHandleNVX( ) => ThisThread.GetImageViewHandleNVX(device, pInfo); [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159022,7 +91698,6 @@ uint IVk.GetImageViewHandleNVX( } [return: NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_NVX_image_view_handle"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewHandleNVX")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159031,16 +91706,6 @@ public static uint GetImageViewHandleNVX( [NativeTypeName("const VkImageViewHandleInfoNVX *")] Ref pInfo ) => ThisThread.GetImageViewHandleNVX(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetImageViewOpaqueCaptureDescriptorDataEXT( @@ -159064,16 +91729,6 @@ _slots[524] is not null and var loadedFnPtr ) )(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetImageViewOpaqueCaptureDescriptorDataEXT( @@ -159083,16 +91738,6 @@ public static Result GetImageViewOpaqueCaptureDescriptorDataEXT( void* pData ) => ThisThread.GetImageViewOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159115,16 +91760,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetImageViewOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159136,40 +91771,14 @@ Ref pData ) => ThisThread.GetImageViewOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - PFNVkVoidFunction IVk.GetInstanceProcAddr( + VoidFunction IVk.GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] sbyte* pName ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[525] is not null and var loadedFnPtr ? loadedFnPtr : _slots[525] = nativeContext.LoadFunction("vkGetInstanceProcAddr", "vulkan") @@ -159177,174 +91786,66 @@ _slots[525] is not null and var loadedFnPtr )(instance, pName); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static PFNVkVoidFunction GetInstanceProcAddr( + public static VoidFunction GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] sbyte* pName ) => ThisThread.GetInstanceProcAddr(instance, pName); [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - PFNVkVoidFunction IVk.GetInstanceProcAddr( + VoidFunction IVk.GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] Ref pName ) { fixed (sbyte* __dsl_pName = pName) { - return (PFNVkVoidFunction)((IVk)this).GetInstanceProcAddr(instance, __dsl_pName); + return (VoidFunction)((IVk)this).GetInstanceProcAddr(instance, __dsl_pName); } } [return: NativeTypeName("PFN_vkVoidFunction")] - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetInstanceProcAddr")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static PFNVkVoidFunction GetInstanceProcAddr( + public static VoidFunction GetInstanceProcAddr( [NativeTypeName("VkInstance")] InstanceHandle instance, [NativeTypeName("const char *")] Ref pName ) => ThisThread.GetInstanceProcAddr(instance, pName); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, GetLatencyMarkerInfoNV* pLatencyMarkerInfo ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[526] is not null and var loadedFnPtr ? loadedFnPtr : _slots[526] = nativeContext.LoadFunction("vkGetLatencyTimingsNV", "vulkan") ) )(device, swapchain, pLatencyMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, GetLatencyMarkerInfoNV* pLatencyMarkerInfo ) => ThisThread.GetLatencyTimingsNV(device, swapchain, pLatencyMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, Ref pLatencyMarkerInfo ) { @@ -159354,33 +91855,15 @@ Ref pLatencyMarkerInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetLatencyTimingsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetLatencyTimingsNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, Ref pLatencyMarkerInfo ) => ThisThread.GetLatencyTimingsNV(device, swapchain, pLatencyMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetMemoryFdKHR( @@ -159396,14 +91879,6 @@ _slots[527] is not null and var loadedFnPtr ) )(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetMemoryFdKHR( @@ -159412,14 +91887,6 @@ public static Result GetMemoryFdKHR( int* pFd ) => ThisThread.GetMemoryFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159436,14 +91903,6 @@ Ref pFd } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159453,14 +91912,6 @@ public static Result GetMemoryFdKHR( Ref pFd ) => ThisThread.GetMemoryFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetMemoryFdPropertiesKHR( @@ -159485,14 +91936,6 @@ _slots[528] is not null and var loadedFnPtr ) )(device, handleType, fd, pMemoryFdProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetMemoryFdPropertiesKHR( @@ -159502,14 +91945,6 @@ public static Result GetMemoryFdPropertiesKHR( MemoryFdPropertiesKHR* pMemoryFdProperties ) => ThisThread.GetMemoryFdPropertiesKHR(device, handleType, fd, pMemoryFdProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159532,14 +91967,6 @@ Ref pMemoryFdProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_fd"], - ImpliesSets = [ - "VK_KHR_external_memory_fd+VK_KHR_external_memory", - "VK_KHR_external_memory_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryFdPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159550,14 +91977,6 @@ public static Result GetMemoryFdPropertiesKHR( Ref pMemoryFdProperties ) => ThisThread.GetMemoryFdPropertiesKHR(device, handleType, fd, pMemoryFdProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetMemoryHostPointerPropertiesEXT( @@ -159582,14 +92001,6 @@ _slots[529] is not null and var loadedFnPtr ) )(device, handleType, pHostPointer, pMemoryHostPointerProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetMemoryHostPointerPropertiesEXT( @@ -159605,14 +92016,6 @@ public static Result GetMemoryHostPointerPropertiesEXT( pMemoryHostPointerProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159639,14 +92042,6 @@ Ref pMemoryHostPointerProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_external_memory_host"], - ImpliesSets = [ - "VK_EXT_external_memory_host+VK_KHR_external_memory", - "VK_EXT_external_memory_host+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryHostPointerPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159663,14 +92058,6 @@ Ref pMemoryHostPointerProperties pMemoryHostPointerProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetMemoryRemoteAddressNV( @@ -159690,14 +92077,6 @@ _slots[530] is not null and var loadedFnPtr ) )(device, pMemoryGetRemoteAddressInfo, pAddress); - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetMemoryRemoteAddressNV( @@ -159707,14 +92086,6 @@ public static Result GetMemoryRemoteAddressNV( [NativeTypeName("VkRemoteAddressNV *")] void** pAddress ) => ThisThread.GetMemoryRemoteAddressNV(device, pMemoryGetRemoteAddressInfo, pAddress); - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159740,14 +92111,6 @@ Result IVk.GetMemoryRemoteAddressNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_external_memory_rdma"], - ImpliesSets = [ - "VK_NV_external_memory_rdma+VK_KHR_external_memory", - "VK_NV_external_memory_rdma+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMemoryRemoteAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159758,14 +92121,6 @@ public static Result GetMemoryRemoteAddressNV( [NativeTypeName("VkRemoteAddressNV *")] Ref2D pAddress ) => ThisThread.GetMemoryRemoteAddressNV(device, pMemoryGetRemoteAddressInfo, pAddress); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetMicromapBuildSizesEXT( @@ -159790,14 +92145,6 @@ _slots[531] is not null and var loadedFnPtr ) )(device, buildType, pBuildInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetMicromapBuildSizesEXT( @@ -159807,14 +92154,6 @@ public static void GetMicromapBuildSizesEXT( MicromapBuildSizesInfoEXT* pSizeInfo ) => ThisThread.GetMicromapBuildSizesEXT(device, buildType, pBuildInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159837,14 +92176,6 @@ Ref pSizeInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetMicromapBuildSizesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159855,11 +92186,6 @@ public static void GetMicromapBuildSizesEXT( Ref pSizeInfo ) => ThisThread.GetMicromapBuildSizesEXT(device, buildType, pBuildInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPartitionedAccelerationStructuresBuildSizesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPartitionedAccelerationStructuresBuildSizesNV( @@ -159883,11 +92209,6 @@ _slots[532] is not null and var loadedFnPtr ) )(device, pInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPartitionedAccelerationStructuresBuildSizesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPartitionedAccelerationStructuresBuildSizesNV( @@ -159897,11 +92218,6 @@ public static void GetPartitionedAccelerationStructuresBuildSizesNV( AccelerationStructureBuildSizesInfoKHR* pSizeInfo ) => ThisThread.GetPartitionedAccelerationStructuresBuildSizesNV(device, pInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPartitionedAccelerationStructuresBuildSizesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159923,11 +92239,6 @@ Ref pSizeInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPartitionedAccelerationStructuresBuildSizesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -159938,25 +92249,20 @@ public static void GetPartitionedAccelerationStructuresBuildSizesNV( Ref pSizeInfo ) => ThisThread.GetPartitionedAccelerationStructuresBuildSizesNV(device, pInfo, pSizeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.GetPastPresentationTimingGoogle( + Result IVk.GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pPresentationTimingCount, - PastPresentationTimingGoogle* pPresentationTimings + PastPresentationTimingGOOGLE* pPresentationTimings ) => ( (delegate* unmanaged< DeviceHandle, - SwapchainKHRHandle, + SwapchainHandleKHR, uint*, - PastPresentationTimingGoogle*, + PastPresentationTimingGOOGLE*, Result>)( _slots[533] is not null and var loadedFnPtr ? loadedFnPtr @@ -159967,46 +92273,36 @@ _slots[533] is not null and var loadedFnPtr ) )(device, swapchain, pPresentationTimingCount, pPresentationTimings); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result GetPastPresentationTimingGoogle( + public static Result GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pPresentationTimingCount, - PastPresentationTimingGoogle* pPresentationTimings + PastPresentationTimingGOOGLE* pPresentationTimings ) => - ThisThread.GetPastPresentationTimingGoogle( + ThisThread.GetPastPresentationTimingGOOGLE( device, swapchain, pPresentationTimingCount, pPresentationTimings ); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.GetPastPresentationTimingGoogle( + Result IVk.GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pPresentationTimingCount, - Ref pPresentationTimings + Ref pPresentationTimings ) { - fixed (PastPresentationTimingGoogle* __dsl_pPresentationTimings = pPresentationTimings) + fixed (PastPresentationTimingGOOGLE* __dsl_pPresentationTimings = pPresentationTimings) fixed (uint* __dsl_pPresentationTimingCount = pPresentationTimingCount) { return (Result) - ((IVk)this).GetPastPresentationTimingGoogle( + ((IVk)this).GetPastPresentationTimingGOOGLE( device, swapchain, __dsl_pPresentationTimingCount, @@ -160015,40 +92311,34 @@ Ref pPresentationTimings } } - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPastPresentationTimingGOOGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result GetPastPresentationTimingGoogle( + public static Result GetPastPresentationTimingGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pPresentationTimingCount, - Ref pPresentationTimings + Ref pPresentationTimings ) => - ThisThread.GetPastPresentationTimingGoogle( + ThisThread.GetPastPresentationTimingGOOGLE( device, swapchain, pPresentationTimingCount, pPresentationTimings ); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.GetPerformanceParameterIntel( + Result IVk.GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - PerformanceValueIntel* pValue + PerformanceParameterTypeINTEL parameter, + PerformanceValueINTEL* pValue ) => ( (delegate* unmanaged< DeviceHandle, - PerformanceParameterTypeIntel, - PerformanceValueIntel*, + PerformanceParameterTypeINTEL, + PerformanceValueINTEL*, Result>)( _slots[534] is not null and var loadedFnPtr ? loadedFnPtr @@ -160059,50 +92349,39 @@ _slots[534] is not null and var loadedFnPtr ) )(device, parameter, pValue); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result GetPerformanceParameterIntel( + public static Result GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - PerformanceValueIntel* pValue - ) => ThisThread.GetPerformanceParameterIntel(device, parameter, pValue); + PerformanceParameterTypeINTEL parameter, + PerformanceValueINTEL* pValue + ) => ThisThread.GetPerformanceParameterINTEL(device, parameter, pValue); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.GetPerformanceParameterIntel( + Result IVk.GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - Ref pValue + PerformanceParameterTypeINTEL parameter, + Ref pValue ) { - fixed (PerformanceValueIntel* __dsl_pValue = pValue) + fixed (PerformanceValueINTEL* __dsl_pValue = pValue) { return (Result) - ((IVk)this).GetPerformanceParameterIntel(device, parameter, __dsl_pValue); + ((IVk)this).GetPerformanceParameterINTEL(device, parameter, __dsl_pValue); } } - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPerformanceParameterINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result GetPerformanceParameterIntel( + public static Result GetPerformanceParameterINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, - PerformanceParameterTypeIntel parameter, - Ref pValue - ) => ThisThread.GetPerformanceParameterIntel(device, parameter, pValue); + PerformanceParameterTypeINTEL parameter, + Ref pValue + ) => ThisThread.GetPerformanceParameterINTEL(device, parameter, pValue); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceCalibrateableTimeDomainsEXT( @@ -160121,14 +92400,6 @@ _slots[535] is not null and var loadedFnPtr ) )(physicalDevice, pTimeDomainCount, pTimeDomains); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( @@ -160142,14 +92413,6 @@ public static Result GetPhysicalDeviceCalibrateableTimeDomainsEXT( pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160171,14 +92434,6 @@ Ref pTimeDomains } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_calibrated_timestamps"], - ImpliesSets = [ - "VK_EXT_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_EXT_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160193,14 +92448,6 @@ Ref pTimeDomains pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceCalibrateableTimeDomainsKHR( @@ -160219,14 +92466,6 @@ _slots[536] is not null and var loadedFnPtr ) )(physicalDevice, pTimeDomainCount, pTimeDomains); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( @@ -160240,14 +92479,6 @@ public static Result GetPhysicalDeviceCalibrateableTimeDomainsKHR( pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160269,14 +92500,6 @@ Ref pTimeDomains } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_calibrated_timestamps"], - ImpliesSets = [ - "VK_KHR_calibrated_timestamps+VK_KHR_get_physical_device_properties2", - "VK_KHR_calibrated_timestamps+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160291,11 +92514,6 @@ Ref pTimeDomains pTimeDomains ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV" @@ -160321,11 +92539,6 @@ _slots[537] is not null and var loadedFnPtr ) )(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV" @@ -160342,11 +92555,6 @@ public static Result GetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropert pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [Transformed] [NativeFunction( "vulkan", @@ -160371,11 +92579,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix2"], - ImpliesSets = ["VK_KHR_cooperative_matrix"] - )] [Transformed] [NativeFunction( "vulkan", @@ -160393,14 +92596,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceCooperativeMatrixPropertiesKHR( @@ -160423,14 +92618,6 @@ _slots[538] is not null and var loadedFnPtr ) )(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( @@ -160444,14 +92631,6 @@ public static Result GetPhysicalDeviceCooperativeMatrixPropertiesKHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160473,14 +92652,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_cooperative_matrix"], - ImpliesSets = [ - "VK_KHR_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_KHR_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160495,14 +92666,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceCooperativeMatrixPropertiesNV( @@ -160525,14 +92688,6 @@ _slots[539] is not null and var loadedFnPtr ) )(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( @@ -160546,14 +92701,6 @@ public static Result GetPhysicalDeviceCooperativeMatrixPropertiesNV( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160575,14 +92722,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_matrix"], - ImpliesSets = [ - "VK_NV_cooperative_matrix+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_matrix+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160597,14 +92736,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceCooperativeVectorPropertiesNV( @@ -160627,14 +92758,6 @@ _slots[540] is not null and var loadedFnPtr ) )(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceCooperativeVectorPropertiesNV( @@ -160648,14 +92771,6 @@ public static Result GetPhysicalDeviceCooperativeVectorPropertiesNV( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160677,14 +92792,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_cooperative_vector"], - ImpliesSets = [ - "VK_NV_cooperative_vector+VK_KHR_get_physical_device_properties2", - "VK_NV_cooperative_vector+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160699,11 +92806,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceDisplayPlaneProperties2KHR( @@ -160722,11 +92824,6 @@ _slots[541] is not null and var loadedFnPtr ) )(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceDisplayPlaneProperties2KHR( @@ -160740,11 +92837,6 @@ public static Result GetPhysicalDeviceDisplayPlaneProperties2KHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160766,11 +92858,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlaneProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160785,7 +92872,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceDisplayPlanePropertiesKHR( @@ -160804,7 +92890,6 @@ _slots[542] is not null and var loadedFnPtr ) )(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceDisplayPlanePropertiesKHR( @@ -160818,7 +92903,6 @@ public static Result GetPhysicalDeviceDisplayPlanePropertiesKHR( pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160840,7 +92924,6 @@ Ref pProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160855,11 +92938,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceDisplayProperties2KHR( @@ -160878,11 +92956,6 @@ _slots[543] is not null and var loadedFnPtr ) )(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceDisplayProperties2KHR( @@ -160896,11 +92969,6 @@ public static Result GetPhysicalDeviceDisplayProperties2KHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160922,11 +92990,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_display_properties2"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160941,7 +93004,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceDisplayPropertiesKHR( @@ -160960,7 +93022,6 @@ _slots[544] is not null and var loadedFnPtr ) )(physicalDevice, pPropertyCount, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceDisplayPropertiesKHR( @@ -160974,7 +93035,6 @@ public static Result GetPhysicalDeviceDisplayPropertiesKHR( pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -160996,7 +93056,6 @@ Ref pProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_display"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceDisplayPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161011,28 +93070,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceExternalBufferProperties( @@ -161056,28 +93093,6 @@ _slots[545] is not null and var loadedFnPtr ) )(physicalDevice, pExternalBufferInfo, pExternalBufferProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceExternalBufferProperties( @@ -161092,28 +93107,6 @@ public static void GetPhysicalDeviceExternalBufferProperties( pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161137,28 +93130,6 @@ Ref pExternalBufferProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161174,14 +93145,6 @@ Ref pExternalBufferProperties pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceExternalBufferPropertiesKHR( @@ -161205,14 +93168,6 @@ _slots[546] is not null and var loadedFnPtr ) )(physicalDevice, pExternalBufferInfo, pExternalBufferProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceExternalBufferPropertiesKHR( @@ -161227,14 +93182,6 @@ public static void GetPhysicalDeviceExternalBufferPropertiesKHR( pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161258,14 +93205,6 @@ Ref pExternalBufferProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_memory_capabilities"], - ImpliesSets = [ - "VK_KHR_external_memory_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_memory_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalBufferPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161281,28 +93220,6 @@ Ref pExternalBufferProperties pExternalBufferProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceExternalFenceProperties( @@ -161326,28 +93243,6 @@ _slots[547] is not null and var loadedFnPtr ) )(physicalDevice, pExternalFenceInfo, pExternalFenceProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceExternalFenceProperties( @@ -161362,28 +93257,6 @@ public static void GetPhysicalDeviceExternalFenceProperties( pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161405,28 +93278,6 @@ Ref pExternalFenceProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFenceProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161442,14 +93293,6 @@ Ref pExternalFenceProperties pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceExternalFencePropertiesKHR( @@ -161473,14 +93316,6 @@ _slots[548] is not null and var loadedFnPtr ) )(physicalDevice, pExternalFenceInfo, pExternalFenceProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceExternalFencePropertiesKHR( @@ -161495,14 +93330,6 @@ public static void GetPhysicalDeviceExternalFencePropertiesKHR( pExternalFenceProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161524,14 +93351,6 @@ Ref pExternalFenceProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_capabilities"], - ImpliesSets = [ - "VK_KHR_external_fence_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_fence_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalFencePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161547,7 +93366,6 @@ Ref pExternalFenceProperties pExternalFenceProperties ); - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalImageFormatPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceExternalImageFormatPropertiesNV( @@ -161590,7 +93408,6 @@ _slots[549] is not null and var loadedFnPtr pExternalImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalImageFormatPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceExternalImageFormatPropertiesNV( @@ -161615,7 +93432,6 @@ public static Result GetPhysicalDeviceExternalImageFormatPropertiesNV( pExternalImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalImageFormatPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161650,7 +93466,6 @@ Ref pExternalImageFormatProperties } } - [SupportedApiProfile("vulkan", ["VK_NV_external_memory_capabilities"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalImageFormatPropertiesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161676,28 +93491,6 @@ Ref pExternalImageFormatProperties pExternalImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceExternalSemaphoreProperties( @@ -161721,28 +93514,6 @@ _slots[550] is not null and var loadedFnPtr ) )(physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceExternalSemaphoreProperties( @@ -161757,28 +93528,6 @@ public static void GetPhysicalDeviceExternalSemaphoreProperties( pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161806,28 +93555,6 @@ Ref pExternalSemaphoreProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphoreProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161843,14 +93570,6 @@ Ref pExternalSemaphoreProperties pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceExternalSemaphorePropertiesKHR( @@ -161874,14 +93593,6 @@ _slots[551] is not null and var loadedFnPtr ) )(physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceExternalSemaphorePropertiesKHR( @@ -161896,14 +93607,6 @@ public static void GetPhysicalDeviceExternalSemaphorePropertiesKHR( pExternalSemaphoreProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161931,14 +93634,6 @@ Ref pExternalSemaphoreProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_capabilities"], - ImpliesSets = [ - "VK_KHR_external_semaphore_capabilities+VK_KHR_get_physical_device_properties2", - "VK_KHR_external_semaphore_capabilities+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -161954,7 +93649,6 @@ Ref pExternalSemaphoreProperties pExternalSemaphoreProperties ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceExternalTensorPropertiesARM( @@ -161978,7 +93672,6 @@ _slots[552] is not null and var loadedFnPtr ) )(physicalDevice, pExternalTensorInfo, pExternalTensorProperties); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceExternalTensorPropertiesARM( @@ -161993,7 +93686,6 @@ public static void GetPhysicalDeviceExternalTensorPropertiesARM( pExternalTensorProperties ); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162017,7 +93709,6 @@ Ref pExternalTensorProperties } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceExternalTensorPropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162033,32 +93724,6 @@ Ref pExternalTensorProperties pExternalTensorProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceFeatures( @@ -162076,32 +93741,6 @@ _slots[553] is not null and var loadedFnPtr ) )(physicalDevice, pFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceFeatures( @@ -162109,32 +93748,6 @@ public static void GetPhysicalDeviceFeatures( PhysicalDeviceFeatures* pFeatures ) => ThisThread.GetPhysicalDeviceFeatures(physicalDevice, pFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162149,32 +93762,6 @@ Ref pFeatures } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162183,28 +93770,6 @@ public static void GetPhysicalDeviceFeatures( Ref pFeatures ) => ThisThread.GetPhysicalDeviceFeatures(physicalDevice, pFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceFeatures2( @@ -162222,28 +93787,6 @@ _slots[554] is not null and var loadedFnPtr ) )(physicalDevice, pFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceFeatures2( @@ -162251,28 +93794,6 @@ public static void GetPhysicalDeviceFeatures2( PhysicalDeviceFeatures2* pFeatures ) => ThisThread.GetPhysicalDeviceFeatures2(physicalDevice, pFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162287,28 +93808,6 @@ Ref pFeatures } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162317,7 +93816,6 @@ public static void GetPhysicalDeviceFeatures2( Ref pFeatures ) => ThisThread.GetPhysicalDeviceFeatures2(physicalDevice, pFeatures); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceFeatures2KHR( @@ -162335,7 +93833,6 @@ _slots[555] is not null and var loadedFnPtr ) )(physicalDevice, pFeatures); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceFeatures2KHR( @@ -162343,7 +93840,6 @@ public static void GetPhysicalDeviceFeatures2KHR( PhysicalDeviceFeatures2* pFeatures ) => ThisThread.GetPhysicalDeviceFeatures2KHR(physicalDevice, pFeatures); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162358,7 +93854,6 @@ Ref pFeatures } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFeatures2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162367,32 +93862,6 @@ public static void GetPhysicalDeviceFeatures2KHR( Ref pFeatures ) => ThisThread.GetPhysicalDeviceFeatures2KHR(physicalDevice, pFeatures); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceFormatProperties( @@ -162411,32 +93880,6 @@ _slots[556] is not null and var loadedFnPtr ) )(physicalDevice, format, pFormatProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceFormatProperties( @@ -162445,32 +93888,6 @@ public static void GetPhysicalDeviceFormatProperties( FormatProperties* pFormatProperties ) => ThisThread.GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162490,32 +93907,6 @@ Ref pFormatProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162525,28 +93916,6 @@ public static void GetPhysicalDeviceFormatProperties( Ref pFormatProperties ) => ThisThread.GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceFormatProperties2( @@ -162565,28 +93934,6 @@ _slots[557] is not null and var loadedFnPtr ) )(physicalDevice, format, pFormatProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceFormatProperties2( @@ -162595,28 +93942,6 @@ public static void GetPhysicalDeviceFormatProperties2( FormatProperties2* pFormatProperties ) => ThisThread.GetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162636,28 +93961,6 @@ Ref pFormatProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162667,7 +93970,6 @@ public static void GetPhysicalDeviceFormatProperties2( Ref pFormatProperties ) => ThisThread.GetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceFormatProperties2KHR( @@ -162686,7 +93988,6 @@ _slots[558] is not null and var loadedFnPtr ) )(physicalDevice, format, pFormatProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceFormatProperties2KHR( @@ -162696,7 +93997,6 @@ public static void GetPhysicalDeviceFormatProperties2KHR( ) => ThisThread.GetPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162716,7 +94016,6 @@ Ref pFormatProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFormatProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162727,15 +94026,6 @@ Ref pFormatProperties ) => ThisThread.GetPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceFragmentShadingRatesKHR( @@ -162758,15 +94048,6 @@ _slots[559] is not null and var loadedFnPtr ) )(physicalDevice, pFragmentShadingRateCount, pFragmentShadingRates); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceFragmentShadingRatesKHR( @@ -162780,15 +94061,6 @@ public static Result GetPhysicalDeviceFragmentShadingRatesKHR( pFragmentShadingRates ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162813,15 +94085,6 @@ Ref pFragmentShadingRates } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_fragment_shading_rate"], - ImpliesSets = [ - "VK_KHR_create_renderpass2+VK_KHR_get_physical_device_properties2", - "VK_KHR_create_renderpass2+VK_VERSION_1_1", - "VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceFragmentShadingRatesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162836,32 +94099,6 @@ Ref pFragmentShadingRates pFragmentShadingRates ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceImageFormatProperties( @@ -162892,32 +94129,6 @@ _slots[560] is not null and var loadedFnPtr ) )(physicalDevice, format, type, tiling, usage, flags, pImageFormatProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceImageFormatProperties( @@ -162939,32 +94150,6 @@ public static Result GetPhysicalDeviceImageFormatProperties( pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -162993,32 +94178,6 @@ Ref pImageFormatProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163041,28 +94200,6 @@ Ref pImageFormatProperties pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceImageFormatProperties2( @@ -163086,28 +94223,6 @@ _slots[561] is not null and var loadedFnPtr ) )(physicalDevice, pImageFormatInfo, pImageFormatProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceImageFormatProperties2( @@ -163122,28 +94237,6 @@ public static Result GetPhysicalDeviceImageFormatProperties2( pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163166,28 +94259,6 @@ Ref pImageFormatProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163203,7 +94274,6 @@ Ref pImageFormatProperties pImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceImageFormatProperties2KHR( @@ -163227,7 +94297,6 @@ _slots[562] is not null and var loadedFnPtr ) )(physicalDevice, pImageFormatInfo, pImageFormatProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceImageFormatProperties2KHR( @@ -163242,7 +94311,6 @@ public static Result GetPhysicalDeviceImageFormatProperties2KHR( pImageFormatProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163265,7 +94333,6 @@ Ref pImageFormatProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceImageFormatProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163281,32 +94348,6 @@ Ref pImageFormatProperties pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceMemoryProperties( @@ -163324,32 +94365,6 @@ _slots[563] is not null and var loadedFnPtr ) )(physicalDevice, pMemoryProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceMemoryProperties( @@ -163357,32 +94372,6 @@ public static void GetPhysicalDeviceMemoryProperties( PhysicalDeviceMemoryProperties* pMemoryProperties ) => ThisThread.GetPhysicalDeviceMemoryProperties(physicalDevice, pMemoryProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163397,32 +94386,6 @@ Ref pMemoryProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163431,28 +94394,6 @@ public static void GetPhysicalDeviceMemoryProperties( Ref pMemoryProperties ) => ThisThread.GetPhysicalDeviceMemoryProperties(physicalDevice, pMemoryProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceMemoryProperties2( @@ -163470,28 +94411,6 @@ _slots[564] is not null and var loadedFnPtr ) )(physicalDevice, pMemoryProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceMemoryProperties2( @@ -163499,28 +94418,6 @@ public static void GetPhysicalDeviceMemoryProperties2( PhysicalDeviceMemoryProperties2* pMemoryProperties ) => ThisThread.GetPhysicalDeviceMemoryProperties2(physicalDevice, pMemoryProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163535,28 +94432,6 @@ Ref pMemoryProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163565,7 +94440,6 @@ public static void GetPhysicalDeviceMemoryProperties2( Ref pMemoryProperties ) => ThisThread.GetPhysicalDeviceMemoryProperties2(physicalDevice, pMemoryProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceMemoryProperties2KHR( @@ -163583,7 +94457,6 @@ _slots[565] is not null and var loadedFnPtr ) )(physicalDevice, pMemoryProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceMemoryProperties2KHR( @@ -163591,7 +94464,6 @@ public static void GetPhysicalDeviceMemoryProperties2KHR( PhysicalDeviceMemoryProperties2* pMemoryProperties ) => ThisThread.GetPhysicalDeviceMemoryProperties2KHR(physicalDevice, pMemoryProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163609,7 +94481,6 @@ Ref pMemoryProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMemoryProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163618,14 +94489,6 @@ public static void GetPhysicalDeviceMemoryProperties2KHR( Ref pMemoryProperties ) => ThisThread.GetPhysicalDeviceMemoryProperties2KHR(physicalDevice, pMemoryProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceMultisamplePropertiesEXT( @@ -163648,14 +94511,6 @@ _slots[566] is not null and var loadedFnPtr ) )(physicalDevice, samples, pMultisampleProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceMultisamplePropertiesEXT( @@ -163669,14 +94524,6 @@ public static void GetPhysicalDeviceMultisamplePropertiesEXT( pMultisampleProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163696,14 +94543,6 @@ Ref pMultisampleProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_sample_locations"], - ImpliesSets = [ - "VK_EXT_sample_locations+VK_KHR_get_physical_device_properties2", - "VK_EXT_sample_locations+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceMultisamplePropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163718,15 +94557,6 @@ Ref pMultisampleProperties pMultisampleProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceOpticalFlowImageFormatsNV( @@ -163752,15 +94582,6 @@ _slots[567] is not null and var loadedFnPtr ) )(physicalDevice, pOpticalFlowImageFormatInfo, pFormatCount, pImageFormatProperties); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceOpticalFlowImageFormatsNV( @@ -163777,15 +94598,6 @@ public static Result GetPhysicalDeviceOpticalFlowImageFormatsNV( pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163817,15 +94629,6 @@ Ref pImageFormatProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_optical_flow"], - ImpliesSets = [ - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_format_feature_flags2+VK_KHR_synchronization2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -163843,22 +94646,16 @@ Ref pImageFormatProperties pImageFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pRectCount, Rect2D* pRects ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[568] is not null and var loadedFnPtr ? loadedFnPtr : _slots[568] = nativeContext.LoadFunction( @@ -163868,17 +94665,11 @@ _slots[568] is not null and var loadedFnPtr ) )(physicalDevice, surface, pRectCount, pRects); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pRectCount, Rect2D* pRects ) => @@ -163889,18 +94680,12 @@ public static Result GetPhysicalDevicePresentRectanglesKHR( pRects ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pRectCount, Ref pRects ) @@ -163918,18 +94703,12 @@ Ref pRects } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain", "VK_VERSION_1_1"], - ImpliesSets = ["VK_KHR_surface"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDevicePresentRectanglesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDevicePresentRectanglesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pRectCount, Ref pRects ) => @@ -163940,32 +94719,6 @@ Ref pRects pRects ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceProperties( @@ -163983,32 +94736,6 @@ _slots[569] is not null and var loadedFnPtr ) )(physicalDevice, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceProperties( @@ -164016,32 +94743,6 @@ public static void GetPhysicalDeviceProperties( PhysicalDeviceProperties* pProperties ) => ThisThread.GetPhysicalDeviceProperties(physicalDevice, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164056,32 +94757,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164090,28 +94765,6 @@ public static void GetPhysicalDeviceProperties( Ref pProperties ) => ThisThread.GetPhysicalDeviceProperties(physicalDevice, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceProperties2( @@ -164129,28 +94782,6 @@ _slots[570] is not null and var loadedFnPtr ) )(physicalDevice, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceProperties2( @@ -164158,28 +94789,6 @@ public static void GetPhysicalDeviceProperties2( PhysicalDeviceProperties2* pProperties ) => ThisThread.GetPhysicalDeviceProperties2(physicalDevice, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164194,28 +94803,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164224,7 +94811,6 @@ public static void GetPhysicalDeviceProperties2( Ref pProperties ) => ThisThread.GetPhysicalDeviceProperties2(physicalDevice, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceProperties2KHR( @@ -164242,7 +94828,6 @@ _slots[571] is not null and var loadedFnPtr ) )(physicalDevice, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceProperties2KHR( @@ -164250,7 +94835,6 @@ public static void GetPhysicalDeviceProperties2KHR( PhysicalDeviceProperties2* pProperties ) => ThisThread.GetPhysicalDeviceProperties2KHR(physicalDevice, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164265,7 +94849,6 @@ Ref pProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164274,11 +94857,6 @@ public static void GetPhysicalDeviceProperties2KHR( Ref pProperties ) => ThisThread.GetPhysicalDeviceProperties2KHR(physicalDevice, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM" @@ -164309,11 +94887,6 @@ _slots[572] is not null and var loadedFnPtr pQueueFamilyDataGraphProcessingEngineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM" @@ -164331,11 +94904,6 @@ public static void GetPhysicalDeviceQueueFamilyDataGraphProcessingEngineProperti pQueueFamilyDataGraphProcessingEngineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction( "vulkan", @@ -164366,11 +94934,6 @@ Ref pQueueFamilyDataGraphProc } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction( "vulkan", @@ -164389,11 +94952,6 @@ Ref pQueueFamilyDataGraphProc pQueueFamilyDataGraphProcessingEngineProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( @@ -164423,11 +94981,6 @@ _slots[573] is not null and var loadedFnPtr pQueueFamilyDataGraphProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( @@ -164443,11 +94996,6 @@ public static Result GetPhysicalDeviceQueueFamilyDataGraphPropertiesARM( pQueueFamilyDataGraphProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164474,11 +95022,6 @@ Ref pQueueFamilyDataGraphProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_data_graph"], - ImpliesSets = ["VK_KHR_deferred_host_operations", "VK_KHR_maintenance5", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164495,14 +95038,6 @@ Ref pQueueFamilyDataGraphProperties pQueueFamilyDataGraphProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR" @@ -164529,14 +95064,6 @@ _slots[574] is not null and var loadedFnPtr ) )(physicalDevice, pPerformanceQueryCreateInfo, pNumPasses); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR" @@ -164554,14 +95081,6 @@ public static void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( pNumPasses ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -164589,14 +95108,6 @@ void IVk.GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -164615,32 +95126,6 @@ public static void GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( pNumPasses ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceQueueFamilyProperties( @@ -164659,32 +95144,6 @@ _slots[575] is not null and var loadedFnPtr ) )(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceQueueFamilyProperties( @@ -164698,32 +95157,6 @@ public static void GetPhysicalDeviceQueueFamilyProperties( pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164744,32 +95177,6 @@ Ref pQueueFamilyProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164784,28 +95191,6 @@ Ref pQueueFamilyProperties pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceQueueFamilyProperties2( @@ -164824,28 +95209,6 @@ _slots[576] is not null and var loadedFnPtr ) )(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceQueueFamilyProperties2( @@ -164859,28 +95222,6 @@ public static void GetPhysicalDeviceQueueFamilyProperties2( pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164901,28 +95242,6 @@ Ref pQueueFamilyProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164937,7 +95256,6 @@ Ref pQueueFamilyProperties pQueueFamilyProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceQueueFamilyProperties2KHR( @@ -164956,7 +95274,6 @@ _slots[577] is not null and var loadedFnPtr ) )(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceQueueFamilyProperties2KHR( @@ -164970,7 +95287,6 @@ public static void GetPhysicalDeviceQueueFamilyProperties2KHR( pQueueFamilyProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -164991,7 +95307,6 @@ Ref pQueueFamilyProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceQueueFamilyProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -165006,32 +95321,6 @@ Ref pQueueFamilyProperties pQueueFamilyProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceSparseImageFormatProperties( @@ -165064,32 +95353,6 @@ _slots[578] is not null and var loadedFnPtr ) )(physicalDevice, format, type, samples, usage, tiling, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceSparseImageFormatProperties( @@ -165113,32 +95376,6 @@ public static void GetPhysicalDeviceSparseImageFormatProperties( pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -165169,32 +95406,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -165219,28 +95430,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceSparseImageFormatProperties2( @@ -165266,28 +95455,6 @@ _slots[579] is not null and var loadedFnPtr ) )(physicalDevice, pFormatInfo, pPropertyCount, pProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceSparseImageFormatProperties2( @@ -165304,28 +95471,6 @@ public static void GetPhysicalDeviceSparseImageFormatProperties2( pProperties ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -165350,28 +95495,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -165389,7 +95512,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPhysicalDeviceSparseImageFormatProperties2KHR( @@ -165415,7 +95537,6 @@ _slots[580] is not null and var loadedFnPtr ) )(physicalDevice, pFormatInfo, pPropertyCount, pProperties); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPhysicalDeviceSparseImageFormatProperties2KHR( @@ -165432,7 +95553,6 @@ public static void GetPhysicalDeviceSparseImageFormatProperties2KHR( pProperties ); - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -165457,7 +95577,6 @@ Ref pProperties } } - [SupportedApiProfile("vulkan", ["VK_KHR_get_physical_device_properties2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSparseImageFormatProperties2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -165475,14 +95594,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV" @@ -165508,14 +95619,6 @@ _slots[581] is not null and var loadedFnPtr ) )(physicalDevice, pCombinationCount, pCombinations); - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV" @@ -165532,14 +95635,6 @@ public static Result GetPhysicalDeviceSupportedFramebufferMixedSamplesCombinatio pCombinations ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -165564,14 +95659,6 @@ Ref pCombinations } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_coverage_reduction_mode"], - ImpliesSets = [ - "VK_NV_framebuffer_mixed_samples+VK_KHR_get_physical_device_properties2", - "VK_NV_framebuffer_mixed_samples+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -165589,22 +95676,17 @@ Ref pCombinations pCombinations ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilities2EXT* pSurfaceCapabilities ) => ( (delegate* unmanaged< PhysicalDeviceHandle, - SurfaceKHRHandle, + SurfaceHandleKHR, SurfaceCapabilities2EXT*, Result>)( _slots[582] is not null and var loadedFnPtr @@ -165616,16 +95698,11 @@ _slots[582] is not null and var loadedFnPtr ) )(physicalDevice, surface, pSurfaceCapabilities); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilities2EXT* pSurfaceCapabilities ) => ThisThread.GetPhysicalDeviceSurfaceCapabilities2EXT( @@ -165634,17 +95711,12 @@ public static Result GetPhysicalDeviceSurfaceCapabilities2EXT( pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ) { @@ -165659,17 +95731,12 @@ Ref pSurfaceCapabilities } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_surface_counter"], - ImpliesSets = ["VK_KHR_display"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2EXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceSurfaceCapabilities2EXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ) => ThisThread.GetPhysicalDeviceSurfaceCapabilities2EXT( @@ -165678,11 +95745,6 @@ Ref pSurfaceCapabilities pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceSurfaceCapabilities2KHR( @@ -165706,11 +95768,6 @@ _slots[583] is not null and var loadedFnPtr ) )(physicalDevice, pSurfaceInfo, pSurfaceCapabilities); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceSurfaceCapabilities2KHR( @@ -165725,11 +95782,6 @@ public static Result GetPhysicalDeviceSurfaceCapabilities2KHR( pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -165752,11 +95804,6 @@ Ref pSurfaceCapabilities } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilities2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -165772,18 +95819,17 @@ Ref pSurfaceCapabilities pSurfaceCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilitiesKHR* pSurfaceCapabilities ) => ( (delegate* unmanaged< PhysicalDeviceHandle, - SurfaceKHRHandle, + SurfaceHandleKHR, SurfaceCapabilitiesKHR*, Result>)( _slots[584] is not null and var loadedFnPtr @@ -165795,12 +95841,11 @@ _slots[584] is not null and var loadedFnPtr ) )(physicalDevice, surface, pSurfaceCapabilities); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, SurfaceCapabilitiesKHR* pSurfaceCapabilities ) => ThisThread.GetPhysicalDeviceSurfaceCapabilitiesKHR( @@ -165809,13 +95854,12 @@ public static Result GetPhysicalDeviceSurfaceCapabilitiesKHR( pSurfaceCapabilities ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ) { @@ -165830,13 +95874,12 @@ Ref pSurfaceCapabilities } } - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceSurfaceCapabilitiesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, Ref pSurfaceCapabilities ) => ThisThread.GetPhysicalDeviceSurfaceCapabilitiesKHR( @@ -165845,11 +95888,6 @@ Ref pSurfaceCapabilities pSurfaceCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceSurfaceFormats2KHR( @@ -165875,11 +95913,6 @@ _slots[585] is not null and var loadedFnPtr ) )(physicalDevice, pSurfaceInfo, pSurfaceFormatCount, pSurfaceFormats); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceSurfaceFormats2KHR( @@ -165896,11 +95929,6 @@ public static Result GetPhysicalDeviceSurfaceFormats2KHR( pSurfaceFormats ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -165926,11 +95954,6 @@ Ref pSurfaceFormats } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_get_surface_capabilities2"], - ImpliesSets = ["VK_KHR_surface"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormats2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -165948,19 +95971,18 @@ Ref pSurfaceFormats pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pSurfaceFormatCount, SurfaceFormatKHR* pSurfaceFormats ) => ( (delegate* unmanaged< PhysicalDeviceHandle, - SurfaceKHRHandle, + SurfaceHandleKHR, uint*, SurfaceFormatKHR*, Result>)( @@ -165973,12 +95995,11 @@ _slots[586] is not null and var loadedFnPtr ) )(physicalDevice, surface, pSurfaceFormatCount, pSurfaceFormats); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pSurfaceFormatCount, SurfaceFormatKHR* pSurfaceFormats ) => @@ -165989,13 +96010,12 @@ public static Result GetPhysicalDeviceSurfaceFormatsKHR( pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pSurfaceFormatCount, Ref pSurfaceFormats ) @@ -166013,13 +96033,12 @@ Ref pSurfaceFormats } } - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceFormatsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceSurfaceFormatsKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pSurfaceFormatCount, Ref pSurfaceFormats ) => @@ -166030,19 +96049,18 @@ Ref pSurfaceFormats pSurfaceFormats ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pPresentModeCount, PresentModeKHR* pPresentModes ) => ( (delegate* unmanaged< PhysicalDeviceHandle, - SurfaceKHRHandle, + SurfaceHandleKHR, uint*, PresentModeKHR*, Result>)( @@ -166055,12 +96073,11 @@ _slots[587] is not null and var loadedFnPtr ) )(physicalDevice, surface, pPresentModeCount, pPresentModes); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] uint* pPresentModeCount, PresentModeKHR* pPresentModes ) => @@ -166071,13 +96088,12 @@ public static Result GetPhysicalDeviceSurfacePresentModesKHR( pPresentModes ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pPresentModeCount, Ref pPresentModes ) @@ -166095,13 +96111,12 @@ Ref pPresentModes } } - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfacePresentModesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceSurfacePresentModesKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("uint32_t *")] Ref pPresentModeCount, Ref pPresentModes ) => @@ -166112,17 +96127,16 @@ Ref pPresentModes pPresentModes ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] uint* pSupported ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[588] is not null and var loadedFnPtr ? loadedFnPtr : _slots[588] = nativeContext.LoadFunction( @@ -166132,13 +96146,12 @@ _slots[588] is not null and var loadedFnPtr ) )(physicalDevice, queueFamilyIndex, surface, pSupported); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] uint* pSupported ) => ThisThread.GetPhysicalDeviceSurfaceSupportKHR( @@ -166148,14 +96161,13 @@ public static Result GetPhysicalDeviceSurfaceSupportKHR( pSupported ); - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] Ref pSupported ) { @@ -166171,14 +96183,13 @@ Result IVk.GetPhysicalDeviceSurfaceSupportKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceSurfaceSupportKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceSurfaceSupportKHR( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, [NativeTypeName("uint32_t")] uint queueFamilyIndex, - [NativeTypeName("VkSurfaceKHR")] SurfaceKHRHandle surface, + [NativeTypeName("VkSurfaceKHR")] SurfaceHandleKHR surface, [NativeTypeName("VkBool32 *")] Ref pSupported ) => ThisThread.GetPhysicalDeviceSurfaceSupportKHR( @@ -166188,20 +96199,6 @@ public static Result GetPhysicalDeviceSurfaceSupportKHR( pSupported ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceToolProperties( @@ -166224,20 +96221,6 @@ _slots[589] is not null and var loadedFnPtr ) )(physicalDevice, pToolCount, pToolProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceToolProperties( @@ -166246,20 +96229,6 @@ public static Result GetPhysicalDeviceToolProperties( PhysicalDeviceToolProperties* pToolProperties ) => ThisThread.GetPhysicalDeviceToolProperties(physicalDevice, pToolCount, pToolProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -166281,20 +96250,6 @@ Ref pToolProperties } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolProperties")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -166304,7 +96259,6 @@ public static Result GetPhysicalDeviceToolProperties( Ref pToolProperties ) => ThisThread.GetPhysicalDeviceToolProperties(physicalDevice, pToolCount, pToolProperties); - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceToolPropertiesEXT( @@ -166327,7 +96281,6 @@ _slots[590] is not null and var loadedFnPtr ) )(physicalDevice, pToolCount, pToolProperties); - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceToolPropertiesEXT( @@ -166336,7 +96289,6 @@ public static Result GetPhysicalDeviceToolPropertiesEXT( PhysicalDeviceToolProperties* pToolProperties ) => ThisThread.GetPhysicalDeviceToolPropertiesEXT(physicalDevice, pToolCount, pToolProperties); - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -166358,7 +96310,6 @@ Ref pToolProperties } } - [SupportedApiProfile("vulkan", ["VK_EXT_tooling_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceToolPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -166368,11 +96319,6 @@ public static Result GetPhysicalDeviceToolPropertiesEXT( Ref pToolProperties ) => ThisThread.GetPhysicalDeviceToolPropertiesEXT(physicalDevice, pToolCount, pToolProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceVideoCapabilitiesKHR( @@ -166395,11 +96341,6 @@ _slots[591] is not null and var loadedFnPtr ) )(physicalDevice, pVideoProfile, pCapabilities); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceVideoCapabilitiesKHR( @@ -166413,11 +96354,6 @@ public static Result GetPhysicalDeviceVideoCapabilitiesKHR( pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -166439,11 +96375,6 @@ Ref pCapabilities } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoCapabilitiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -166458,14 +96389,6 @@ Ref pCapabilities pCapabilities ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR" @@ -166492,14 +96415,6 @@ _slots[592] is not null and var loadedFnPtr ) )(physicalDevice, pQualityLevelInfo, pQualityLevelProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [NativeFunction( "vulkan", EntryPoint = "vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR" @@ -166517,14 +96432,6 @@ public static Result GetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR( pQualityLevelProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -166556,14 +96463,6 @@ Ref pQualityLevelProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_encode_queue"], - ImpliesSets = [ - "VK_KHR_video_queue+VK_KHR_synchronization2", - "VK_KHR_video_queue+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction( "vulkan", @@ -166582,11 +96481,6 @@ Ref pQualityLevelProperties pQualityLevelProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPhysicalDeviceVideoFormatPropertiesKHR( @@ -166612,11 +96506,6 @@ _slots[593] is not null and var loadedFnPtr ) )(physicalDevice, pVideoFormatInfo, pVideoFormatPropertyCount, pVideoFormatProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPhysicalDeviceVideoFormatPropertiesKHR( @@ -166633,11 +96522,6 @@ public static Result GetPhysicalDeviceVideoFormatPropertiesKHR( pVideoFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -166663,11 +96547,6 @@ Ref pVideoFormatProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPhysicalDeviceVideoFormatPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -166685,14 +96564,6 @@ Ref pVideoFormatProperties pVideoFormatProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPipelineBinaryDataKHR( @@ -166719,14 +96590,6 @@ _slots[594] is not null and var loadedFnPtr ) )(device, pInfo, pPipelineBinaryKey, pPipelineBinaryDataSize, pPipelineBinaryData); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPipelineBinaryDataKHR( @@ -166744,14 +96607,6 @@ public static Result GetPipelineBinaryDataKHR( pPipelineBinaryData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -166780,14 +96635,6 @@ Ref pPipelineBinaryData } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineBinaryDataKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -166807,27 +96654,6 @@ Ref pPipelineBinaryData pPipelineBinaryData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPipelineCacheData( @@ -166844,27 +96670,6 @@ _slots[595] is not null and var loadedFnPtr ) )(device, pipelineCache, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPipelineCacheData( @@ -166874,27 +96679,6 @@ public static Result GetPipelineCacheData( void* pData ) => ThisThread.GetPipelineCacheData(device, pipelineCache, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -166918,27 +96702,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineCacheData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -166949,14 +96712,6 @@ public static Result GetPipelineCacheData( Ref pData ) => ThisThread.GetPipelineCacheData(device, pipelineCache, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPipelineExecutableInternalRepresentationsKHR( @@ -166982,14 +96737,6 @@ _slots[596] is not null and var loadedFnPtr ) )(device, pExecutableInfo, pInternalRepresentationCount, pInternalRepresentations); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPipelineExecutableInternalRepresentationsKHR( @@ -167006,14 +96753,6 @@ public static Result GetPipelineExecutableInternalRepresentationsKHR( pInternalRepresentations ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167042,14 +96781,6 @@ Ref pInternalRepresentations } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableInternalRepresentationsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167067,14 +96798,6 @@ Ref pInternalRepresentations pInternalRepresentations ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPipelineExecutablePropertiesKHR( @@ -167099,14 +96822,6 @@ _slots[597] is not null and var loadedFnPtr ) )(device, pPipelineInfo, pExecutableCount, pProperties); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPipelineExecutablePropertiesKHR( @@ -167122,14 +96837,6 @@ public static Result GetPipelineExecutablePropertiesKHR( pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167154,14 +96861,6 @@ Ref pProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutablePropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167178,14 +96877,6 @@ Ref pProperties pProperties ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPipelineExecutableStatisticsKHR( @@ -167211,14 +96902,6 @@ _slots[598] is not null and var loadedFnPtr ) )(device, pExecutableInfo, pStatisticCount, pStatistics); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPipelineExecutableStatisticsKHR( @@ -167235,14 +96918,6 @@ public static Result GetPipelineExecutableStatisticsKHR( pStatistics ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167268,14 +96943,6 @@ Ref pStatistics } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_executable_properties"], - ImpliesSets = [ - "VK_KHR_pipeline_executable_properties+VK_KHR_get_physical_device_properties2", - "VK_KHR_pipeline_executable_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineExecutableStatisticsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167294,11 +96961,6 @@ Ref pStatistics ); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IVk.GetPipelineIndirectDeviceAddressNV( @@ -167318,11 +96980,6 @@ _slots[599] is not null and var loadedFnPtr )(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetPipelineIndirectDeviceAddressNV( @@ -167332,11 +96989,6 @@ public static ulong GetPipelineIndirectDeviceAddressNV( ) => ThisThread.GetPipelineIndirectDeviceAddressNV(device, pInfo); [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167353,11 +97005,6 @@ Ref pInfo } [return: NativeTypeName("VkDeviceAddress")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectDeviceAddressNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167367,11 +97014,6 @@ public static ulong GetPipelineIndirectDeviceAddressNV( Ref pInfo ) => ThisThread.GetPipelineIndirectDeviceAddressNV(device, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPipelineIndirectMemoryRequirementsNV( @@ -167395,11 +97037,6 @@ _slots[600] is not null and var loadedFnPtr ) )(device, pCreateInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPipelineIndirectMemoryRequirementsNV( @@ -167414,11 +97051,6 @@ public static void GetPipelineIndirectMemoryRequirementsNV( pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167440,11 +97072,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_generated_commands_compute"], - ImpliesSets = ["VK_NV_device_generated_commands"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineIndirectMemoryRequirementsNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167460,14 +97087,6 @@ Ref pMemoryRequirements pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPipelineKeyKHR( @@ -167488,14 +97107,6 @@ _slots[601] is not null and var loadedFnPtr ) )(device, pPipelineCreateInfo, pPipelineKey); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPipelineKeyKHR( @@ -167505,14 +97116,6 @@ public static Result GetPipelineKeyKHR( PipelineBinaryKeyKHR* pPipelineKey ) => ThisThread.GetPipelineKeyKHR(device, pPipelineCreateInfo, pPipelineKey); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167535,14 +97138,6 @@ Ref pPipelineKey } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelineKeyKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167553,14 +97148,6 @@ public static Result GetPipelineKeyKHR( Ref pPipelineKey ) => ThisThread.GetPipelineKeyKHR(device, pPipelineCreateInfo, pPipelineKey); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetPipelinePropertiesEXT( @@ -167579,14 +97166,6 @@ _slots[602] is not null and var loadedFnPtr ) )(device, pPipelineInfo, pPipelineProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetPipelinePropertiesEXT( @@ -167595,14 +97174,6 @@ public static Result GetPipelinePropertiesEXT( BaseOutStructure* pPipelineProperties ) => ThisThread.GetPipelinePropertiesEXT(device, pPipelineInfo, pPipelineProperties); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167624,14 +97195,6 @@ Ref pPipelineProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pipeline_properties"], - ImpliesSets = [ - "VK_EXT_pipeline_properties+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_properties+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPipelinePropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167641,20 +97204,6 @@ public static Result GetPipelinePropertiesEXT( Ref pPipelineProperties ) => ThisThread.GetPipelinePropertiesEXT(device, pPipelineInfo, pPipelineProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPrivateData( @@ -167678,20 +97227,6 @@ _slots[603] is not null and var loadedFnPtr ) )(device, objectType, objectHandle, privateDataSlot, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPrivateData( @@ -167702,20 +97237,6 @@ public static void GetPrivateData( [NativeTypeName("uint64_t *")] ulong* pData ) => ThisThread.GetPrivateData(device, objectType, objectHandle, privateDataSlot, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167739,20 +97260,6 @@ void IVk.GetPrivateData( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167764,14 +97271,6 @@ public static void GetPrivateData( [NativeTypeName("uint64_t *")] Ref pData ) => ThisThread.GetPrivateData(device, objectType, objectHandle, privateDataSlot, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetPrivateDataEXT( @@ -167795,14 +97294,6 @@ _slots[604] is not null and var loadedFnPtr ) )(device, objectType, objectHandle, privateDataSlot, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetPrivateDataEXT( @@ -167813,14 +97304,6 @@ public static void GetPrivateDataEXT( [NativeTypeName("uint64_t *")] ulong* pData ) => ThisThread.GetPrivateDataEXT(device, objectType, objectHandle, privateDataSlot, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167844,14 +97327,6 @@ void IVk.GetPrivateDataEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetPrivateDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -167863,32 +97338,6 @@ public static void GetPrivateDataEXT( [NativeTypeName("uint64_t *")] Ref pData ) => ThisThread.GetPrivateDataEXT(device, objectType, objectHandle, privateDataSlot, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetQueryPoolResults( @@ -167918,32 +97367,6 @@ _slots[605] is not null and var loadedFnPtr ) )(device, queryPool, firstQuery, queryCount, dataSize, pData, stride, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetQueryPoolResults( @@ -167967,32 +97390,6 @@ public static Result GetQueryPoolResults( flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168023,32 +97420,6 @@ Result IVk.GetQueryPoolResults( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueryPoolResults")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168073,17 +97444,6 @@ public static Result GetQueryPoolResults( flags ); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetQueueCheckpointData2NV( @@ -168102,17 +97462,6 @@ _slots[606] is not null and var loadedFnPtr ) )(queue, pCheckpointDataCount, pCheckpointData); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueueCheckpointData2NV( @@ -168121,17 +97470,6 @@ public static void GetQueueCheckpointData2NV( CheckpointData2NV* pCheckpointData ) => ThisThread.GetQueueCheckpointData2NV(queue, pCheckpointDataCount, pCheckpointData); - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168152,17 +97490,6 @@ Ref pCheckpointData } } - [SupportedApiProfile( - "vulkan", - [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_synchronization2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_3", - ], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointData2NV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168172,14 +97499,6 @@ public static void GetQueueCheckpointData2NV( Ref pCheckpointData ) => ThisThread.GetQueueCheckpointData2NV(queue, pCheckpointDataCount, pCheckpointData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetQueueCheckpointDataNV( @@ -168198,14 +97517,6 @@ _slots[607] is not null and var loadedFnPtr ) )(queue, pCheckpointDataCount, pCheckpointData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetQueueCheckpointDataNV( @@ -168214,14 +97525,6 @@ public static void GetQueueCheckpointDataNV( CheckpointDataNV* pCheckpointData ) => ThisThread.GetQueueCheckpointDataNV(queue, pCheckpointDataCount, pCheckpointData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168242,14 +97545,6 @@ Ref pCheckpointData } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_device_diagnostic_checkpoints"], - ImpliesSets = [ - "VK_NV_device_diagnostic_checkpoints+VK_KHR_get_physical_device_properties2", - "VK_NV_device_diagnostic_checkpoints+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetQueueCheckpointDataNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168259,14 +97554,6 @@ public static void GetQueueCheckpointDataNV( Ref pCheckpointData ) => ThisThread.GetQueueCheckpointDataNV(queue, pCheckpointDataCount, pCheckpointData); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetRayTracingCaptureReplayShaderGroupHandlesKHR( @@ -168288,14 +97575,6 @@ _slots[608] is not null and var loadedFnPtr ) )(device, pipeline, firstGroup, groupCount, dataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( @@ -168315,14 +97594,6 @@ public static Result GetRayTracingCaptureReplayShaderGroupHandlesKHR( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168349,14 +97620,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168377,14 +97640,6 @@ Ref pData pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetRayTracingShaderGroupHandlesKHR( @@ -168406,14 +97661,6 @@ _slots[609] is not null and var loadedFnPtr ) )(device, pipeline, firstGroup, groupCount, dataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetRayTracingShaderGroupHandlesKHR( @@ -168433,14 +97680,6 @@ public static Result GetRayTracingShaderGroupHandlesKHR( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168467,14 +97706,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168495,14 +97726,6 @@ Ref pData pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetRayTracingShaderGroupHandlesNV( @@ -168524,14 +97747,6 @@ _slots[610] is not null and var loadedFnPtr ) )(device, pipeline, firstGroup, groupCount, dataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetRayTracingShaderGroupHandlesNV( @@ -168551,14 +97766,6 @@ public static Result GetRayTracingShaderGroupHandlesNV( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168585,14 +97792,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupHandlesNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168614,14 +97813,6 @@ Ref pData ); [return: NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupStackSizeKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] ulong IVk.GetRayTracingShaderGroupStackSizeKHR( @@ -168642,14 +97833,6 @@ _slots[611] is not null and var loadedFnPtr )(device, pipeline, group, groupShader); [return: NativeTypeName("VkDeviceSize")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_ray_tracing_pipeline"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_spirv_1_4", - "VK_KHR_acceleration_structure+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRayTracingShaderGroupStackSizeKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static ulong GetRayTracingShaderGroupStackSizeKHR( @@ -168659,23 +97842,18 @@ public static ulong GetRayTracingShaderGroupStackSizeKHR( ShaderGroupShaderKHR groupShader ) => ThisThread.GetRayTracingShaderGroupStackSizeKHR(device, pipeline, group, groupShader); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.GetRefreshCycleDurationGoogle( + Result IVk.GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - RefreshCycleDurationGoogle* pDisplayTimingProperties + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + RefreshCycleDurationGOOGLE* pDisplayTimingProperties ) => ( (delegate* unmanaged< DeviceHandle, - SwapchainKHRHandle, - RefreshCycleDurationGoogle*, + SwapchainHandleKHR, + RefreshCycleDurationGOOGLE*, Result>)( _slots[612] is not null and var loadedFnPtr ? loadedFnPtr @@ -168686,39 +97864,29 @@ _slots[612] is not null and var loadedFnPtr ) )(device, swapchain, pDisplayTimingProperties); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result GetRefreshCycleDurationGoogle( + public static Result GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - RefreshCycleDurationGoogle* pDisplayTimingProperties - ) => ThisThread.GetRefreshCycleDurationGoogle(device, swapchain, pDisplayTimingProperties); + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + RefreshCycleDurationGOOGLE* pDisplayTimingProperties + ) => ThisThread.GetRefreshCycleDurationGOOGLE(device, swapchain, pDisplayTimingProperties); - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.GetRefreshCycleDurationGoogle( + Result IVk.GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - Ref pDisplayTimingProperties + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + Ref pDisplayTimingProperties ) { fixed ( - RefreshCycleDurationGoogle* __dsl_pDisplayTimingProperties = pDisplayTimingProperties + RefreshCycleDurationGOOGLE* __dsl_pDisplayTimingProperties = pDisplayTimingProperties ) { return (Result) - ((IVk)this).GetRefreshCycleDurationGoogle( + ((IVk)this).GetRefreshCycleDurationGOOGLE( device, swapchain, __dsl_pDisplayTimingProperties @@ -168726,36 +97894,15 @@ Ref pDisplayTimingProperties } } - [SupportedApiProfile( - "vulkan", - ["VK_GOOGLE_display_timing"], - ImpliesSets = ["VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRefreshCycleDurationGOOGLE")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result GetRefreshCycleDurationGoogle( + public static Result GetRefreshCycleDurationGOOGLE( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, - Ref pDisplayTimingProperties - ) => ThisThread.GetRefreshCycleDurationGoogle(device, swapchain, pDisplayTimingProperties); + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, + Ref pDisplayTimingProperties + ) => ThisThread.GetRefreshCycleDurationGOOGLE(device, swapchain, pDisplayTimingProperties); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetRenderAreaGranularity( @@ -168774,22 +97921,6 @@ _slots[613] is not null and var loadedFnPtr ) )(device, renderPass, pGranularity); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetRenderAreaGranularity( @@ -168798,22 +97929,6 @@ public static void GetRenderAreaGranularity( Extent2D* pGranularity ) => ThisThread.GetRenderAreaGranularity(device, renderPass, pGranularity); - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168829,22 +97944,6 @@ Ref pGranularity } } - [SupportedApiProfile( - "vulkan", - [ - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderAreaGranularity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168854,11 +97953,6 @@ public static void GetRenderAreaGranularity( Ref pGranularity ) => ThisThread.GetRenderAreaGranularity(device, renderPass, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetRenderingAreaGranularity( @@ -168877,11 +97971,6 @@ _slots[614] is not null and var loadedFnPtr ) )(device, pRenderingAreaInfo, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetRenderingAreaGranularity( @@ -168890,11 +97979,6 @@ public static void GetRenderingAreaGranularity( Extent2D* pGranularity ) => ThisThread.GetRenderingAreaGranularity(device, pRenderingAreaInfo, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168915,11 +97999,6 @@ Ref pGranularity } } - [SupportedApiProfile( - "vulkan", - ["VK_GRAPHICS_VERSION_1_4", "VK_VERSION_1_4"], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularity")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168929,11 +98008,6 @@ public static void GetRenderingAreaGranularity( Ref pGranularity ) => ThisThread.GetRenderingAreaGranularity(device, pRenderingAreaInfo, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetRenderingAreaGranularityKHR( @@ -168952,11 +98026,6 @@ _slots[615] is not null and var loadedFnPtr ) )(device, pRenderingAreaInfo, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetRenderingAreaGranularityKHR( @@ -168965,11 +98034,6 @@ public static void GetRenderingAreaGranularityKHR( Extent2D* pGranularity ) => ThisThread.GetRenderingAreaGranularityKHR(device, pRenderingAreaInfo, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -168990,11 +98054,6 @@ Ref pGranularity } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_maintenance5"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_dynamic_rendering", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetRenderingAreaGranularityKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169004,16 +98063,6 @@ public static void GetRenderingAreaGranularityKHR( Ref pGranularity ) => ThisThread.GetRenderingAreaGranularityKHR(device, pRenderingAreaInfo, pGranularity); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetSamplerOpaqueCaptureDescriptorDataEXT( @@ -169037,16 +98086,6 @@ _slots[616] is not null and var loadedFnPtr ) )(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetSamplerOpaqueCaptureDescriptorDataEXT( @@ -169056,16 +98095,6 @@ public static Result GetSamplerOpaqueCaptureDescriptorDataEXT( void* pData ) => ThisThread.GetSamplerOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169088,16 +98117,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_descriptor_buffer"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing+VK_VERSION_1_1", - "VK_KHR_synchronization2+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSamplerOpaqueCaptureDescriptorDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169108,24 +98127,6 @@ public static Result GetSamplerOpaqueCaptureDescriptorDataEXT( Ref pData ) => ThisThread.GetSamplerOpaqueCaptureDescriptorDataEXT(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetSemaphoreCounterValue( @@ -169144,24 +98145,6 @@ _slots[617] is not null and var loadedFnPtr ) )(device, semaphore, pValue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetSemaphoreCounterValue( @@ -169170,24 +98153,6 @@ public static Result GetSemaphoreCounterValue( [NativeTypeName("uint64_t *")] ulong* pValue ) => ThisThread.GetSemaphoreCounterValue(device, semaphore, pValue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169203,24 +98168,6 @@ Result IVk.GetSemaphoreCounterValue( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValue")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169230,14 +98177,6 @@ public static Result GetSemaphoreCounterValue( [NativeTypeName("uint64_t *")] Ref pValue ) => ThisThread.GetSemaphoreCounterValue(device, semaphore, pValue); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetSemaphoreCounterValueKHR( @@ -169256,14 +98195,6 @@ _slots[618] is not null and var loadedFnPtr ) )(device, semaphore, pValue); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetSemaphoreCounterValueKHR( @@ -169272,14 +98203,6 @@ public static Result GetSemaphoreCounterValueKHR( [NativeTypeName("uint64_t *")] ulong* pValue ) => ThisThread.GetSemaphoreCounterValueKHR(device, semaphore, pValue); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169295,14 +98218,6 @@ Result IVk.GetSemaphoreCounterValueKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreCounterValueKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169312,14 +98227,6 @@ public static Result GetSemaphoreCounterValueKHR( [NativeTypeName("uint64_t *")] Ref pValue ) => ThisThread.GetSemaphoreCounterValueKHR(device, semaphore, pValue); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetSemaphoreFdKHR( @@ -169335,14 +98242,6 @@ _slots[619] is not null and var loadedFnPtr ) )(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetSemaphoreFdKHR( @@ -169351,14 +98250,6 @@ public static Result GetSemaphoreFdKHR( int* pFd ) => ThisThread.GetSemaphoreFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169375,14 +98266,6 @@ Ref pFd } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSemaphoreFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169392,64 +98275,37 @@ public static Result GetSemaphoreFdKHR( Ref pFd ) => ThisThread.GetSemaphoreFdKHR(device, pGetFdInfo, pFd); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[620] is not null and var loadedFnPtr ? loadedFnPtr : _slots[620] = nativeContext.LoadFunction("vkGetShaderBinaryDataEXT", "vulkan") ) )(device, shader, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ) => ThisThread.GetShaderBinaryDataEXT(device, shader, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ) @@ -169462,26 +98318,16 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_dynamic_rendering+VK_KHR_get_physical_device_properties2", - "VK_KHR_dynamic_rendering+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderBinaryDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetShaderBinaryDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkShaderEXT")] ShaderEXTHandle shader, + [NativeTypeName("VkShaderEXT")] ShaderHandleEXT shader, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ) => ThisThread.GetShaderBinaryDataEXT(device, shader, pDataSize, pData); - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetShaderInfoAMD( @@ -169507,7 +98353,6 @@ _slots[621] is not null and var loadedFnPtr ) )(device, pipeline, shaderStage, infoType, pInfoSize, pInfo); - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetShaderInfoAMD( @@ -169519,7 +98364,6 @@ public static Result GetShaderInfoAMD( void* pInfo ) => ThisThread.GetShaderInfoAMD(device, pipeline, shaderStage, infoType, pInfoSize, pInfo); - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169547,7 +98391,6 @@ Ref pInfo } } - [SupportedApiProfile("vulkan", ["VK_AMD_shader_info"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderInfoAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169560,15 +98403,6 @@ public static Result GetShaderInfoAMD( Ref pInfo ) => ThisThread.GetShaderInfoAMD(device, pipeline, shaderStage, infoType, pInfoSize, pInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetShaderModuleCreateInfoIdentifierEXT( @@ -169591,15 +98425,6 @@ _slots[622] is not null and var loadedFnPtr ) )(device, pCreateInfo, pIdentifier); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetShaderModuleCreateInfoIdentifierEXT( @@ -169608,15 +98433,6 @@ public static void GetShaderModuleCreateInfoIdentifierEXT( ShaderModuleIdentifierEXT* pIdentifier ) => ThisThread.GetShaderModuleCreateInfoIdentifierEXT(device, pCreateInfo, pIdentifier); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169638,15 +98454,6 @@ Ref pIdentifier } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleCreateInfoIdentifierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169657,15 +98464,6 @@ public static void GetShaderModuleCreateInfoIdentifierEXT( Ref pIdentifier ) => ThisThread.GetShaderModuleCreateInfoIdentifierEXT(device, pCreateInfo, pIdentifier); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetShaderModuleIdentifierEXT( @@ -169688,15 +98486,6 @@ _slots[623] is not null and var loadedFnPtr ) )(device, shaderModule, pIdentifier); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetShaderModuleIdentifierEXT( @@ -169705,15 +98494,6 @@ public static void GetShaderModuleIdentifierEXT( ShaderModuleIdentifierEXT* pIdentifier ) => ThisThread.GetShaderModuleIdentifierEXT(device, shaderModule, pIdentifier); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169729,15 +98509,6 @@ Ref pIdentifier } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_shader_module_identifier"], - ImpliesSets = [ - "VK_EXT_pipeline_creation_cache_control+VK_KHR_get_physical_device_properties2", - "VK_EXT_pipeline_creation_cache_control+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetShaderModuleIdentifierEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169747,23 +98518,18 @@ public static void GetShaderModuleIdentifierEXT( Ref pIdentifier ) => ThisThread.GetShaderModuleIdentifierEXT(device, shaderModule, pIdentifier); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] ulong* pCounterValue ) => ( (delegate* unmanaged< DeviceHandle, - SwapchainKHRHandle, + SwapchainHandleKHR, SurfaceCounterFlagsEXT, ulong*, Result>)( @@ -169773,31 +98539,21 @@ _slots[624] is not null and var loadedFnPtr ) )(device, swapchain, counter, pCounterValue); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] ulong* pCounterValue ) => ThisThread.GetSwapchainCounterEXT(device, swapchain, counter, pCounterValue); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] Ref pCounterValue ) @@ -169809,56 +98565,48 @@ Result IVk.GetSwapchainCounterEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainCounterEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetSwapchainCounterEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, SurfaceCounterFlagsEXT counter, [NativeTypeName("uint64_t *")] Ref pCounterValue ) => ThisThread.GetSwapchainCounterEXT(device, swapchain, counter, pCounterValue); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pSwapchainImageCount, [NativeTypeName("VkImage *")] ImageHandle* pSwapchainImages ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[625] is not null and var loadedFnPtr ? loadedFnPtr : _slots[625] = nativeContext.LoadFunction("vkGetSwapchainImagesKHR", "vulkan") ) )(device, swapchain, pSwapchainImageCount, pSwapchainImages); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] uint* pSwapchainImageCount, [NativeTypeName("VkImage *")] ImageHandle* pSwapchainImages ) => ThisThread.GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pSwapchainImageCount, [NativeTypeName("VkImage *")] Ref pSwapchainImages ) @@ -169876,56 +98624,38 @@ Result IVk.GetSwapchainImagesKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainImagesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetSwapchainImagesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint32_t *")] Ref pSwapchainImageCount, [NativeTypeName("VkImage *")] Ref pSwapchainImages ) => ThisThread.GetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainStatusKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetSwapchainStatusKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[626] is not null and var loadedFnPtr ? loadedFnPtr : _slots[626] = nativeContext.LoadFunction("vkGetSwapchainStatusKHR", "vulkan") ) )(device, swapchain); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_shared_presentable_image"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkGetSwapchainStatusKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetSwapchainStatusKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain ) => ThisThread.GetSwapchainStatusKHR(device, swapchain); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.GetTensorMemoryRequirementsARM( @@ -169949,7 +98679,6 @@ _slots[627] is not null and var loadedFnPtr ) )(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void GetTensorMemoryRequirementsARM( @@ -169959,7 +98688,6 @@ public static void GetTensorMemoryRequirementsARM( MemoryRequirements2* pMemoryRequirements ) => ThisThread.GetTensorMemoryRequirementsARM(device, pInfo, pMemoryRequirements); - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169981,7 +98709,6 @@ Ref pMemoryRequirements } } - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorMemoryRequirementsARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -169992,12 +98719,6 @@ public static void GetTensorMemoryRequirementsARM( Ref pMemoryRequirements ) => ThisThread.GetTensorMemoryRequirementsARM(device, pInfo, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetTensorOpaqueCaptureDescriptorDataARM( @@ -170017,12 +98738,6 @@ _slots[628] is not null and var loadedFnPtr ) )(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetTensorOpaqueCaptureDescriptorDataARM( @@ -170032,12 +98747,6 @@ public static Result GetTensorOpaqueCaptureDescriptorDataARM( void* pData ) => ThisThread.GetTensorOpaqueCaptureDescriptorDataARM(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -170060,12 +98769,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorOpaqueCaptureDescriptorDataARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -170076,12 +98779,6 @@ public static Result GetTensorOpaqueCaptureDescriptorDataARM( Ref pData ) => ThisThread.GetTensorOpaqueCaptureDescriptorDataARM(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetTensorViewOpaqueCaptureDescriptorDataARM( @@ -170105,12 +98802,6 @@ _slots[629] is not null and var loadedFnPtr ) )(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetTensorViewOpaqueCaptureDescriptorDataARM( @@ -170120,12 +98811,6 @@ public static Result GetTensorViewOpaqueCaptureDescriptorDataARM( void* pData ) => ThisThread.GetTensorViewOpaqueCaptureDescriptorDataARM(device, pInfo, pData); - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -170148,12 +98833,6 @@ Ref pData } } - [SupportedApiProfile( - "vulkan", - ["VK_ARM_tensors", "VK_EXT_descriptor_buffer"], - ImpliesSets = ["VK_VERSION_1_3"], - RequireAll = true - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetTensorViewOpaqueCaptureDescriptorDataARM")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -170164,17 +98843,16 @@ public static Result GetTensorViewOpaqueCaptureDescriptorDataARM( Ref pData ) => ThisThread.GetTensorViewOpaqueCaptureDescriptorDataARM(device, pInfo, pData); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[630] is not null and var loadedFnPtr ? loadedFnPtr : _slots[630] = nativeContext.LoadFunction( @@ -170184,23 +98862,21 @@ _slots[630] is not null and var loadedFnPtr ) )(device, validationCache, pDataSize, pData); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] nuint* pDataSize, void* pData ) => ThisThread.GetValidationCacheDataEXT(device, validationCache, pDataSize, pData); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ) @@ -170218,34 +98894,28 @@ Ref pData } } - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetValidationCacheDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetValidationCacheDataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle validationCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT validationCache, [NativeTypeName("size_t *")] Ref pDataSize, Ref pData ) => ThisThread.GetValidationCacheDataEXT(device, validationCache, pDataSize, pData); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] uint* pMemoryRequirementsCount, VideoSessionMemoryRequirementsKHR* pMemoryRequirements ) => ( (delegate* unmanaged< DeviceHandle, - VideoSessionKHRHandle, + VideoSessionHandleKHR, uint*, VideoSessionMemoryRequirementsKHR*, Result>)( @@ -170258,16 +98928,11 @@ _slots[631] is not null and var loadedFnPtr ) )(device, videoSession, pMemoryRequirementsCount, pMemoryRequirements); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] uint* pMemoryRequirementsCount, VideoSessionMemoryRequirementsKHR* pMemoryRequirements ) => @@ -170278,17 +98943,12 @@ public static Result GetVideoSessionMemoryRequirementsKHR( pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] Ref pMemoryRequirementsCount, Ref pMemoryRequirements ) @@ -170306,17 +98966,12 @@ Ref pMemoryRequirements } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkGetVideoSessionMemoryRequirementsKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result GetVideoSessionMemoryRequirementsKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkVideoSessionKHR")] VideoSessionKHRHandle videoSession, + [NativeTypeName("VkVideoSessionKHR")] VideoSessionHandleKHR videoSession, [NativeTypeName("uint32_t *")] Ref pMemoryRequirementsCount, Ref pMemoryRequirements ) => @@ -170327,14 +98982,6 @@ Ref pMemoryRequirements pMemoryRequirements ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.ImportFenceFdKHR( @@ -170349,14 +98996,6 @@ _slots[632] is not null and var loadedFnPtr ) )(device, pImportFenceFdInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result ImportFenceFdKHR( @@ -170364,14 +99003,6 @@ public static Result ImportFenceFdKHR( [NativeTypeName("const VkImportFenceFdInfoKHR *")] ImportFenceFdInfoKHR* pImportFenceFdInfo ) => ThisThread.ImportFenceFdKHR(device, pImportFenceFdInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -170387,14 +99018,6 @@ Ref pImportFenceFdInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_fence_fd"], - ImpliesSets = [ - "VK_KHR_external_fence_fd+VK_KHR_external_fence", - "VK_KHR_external_fence_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportFenceFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -170404,14 +99027,6 @@ public static Result ImportFenceFdKHR( Ref pImportFenceFdInfo ) => ThisThread.ImportFenceFdKHR(device, pImportFenceFdInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.ImportSemaphoreFdKHR( @@ -170427,14 +99042,6 @@ _slots[633] is not null and var loadedFnPtr ) )(device, pImportSemaphoreFdInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result ImportSemaphoreFdKHR( @@ -170443,14 +99050,6 @@ public static Result ImportSemaphoreFdKHR( ImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo ) => ThisThread.ImportSemaphoreFdKHR(device, pImportSemaphoreFdInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -170466,14 +99065,6 @@ Ref pImportSemaphoreFdInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_external_semaphore_fd"], - ImpliesSets = [ - "VK_KHR_external_semaphore_fd+VK_KHR_external_semaphore", - "VK_KHR_external_semaphore_fd+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkImportSemaphoreFdKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -170483,16 +99074,15 @@ public static Result ImportSemaphoreFdKHR( Ref pImportSemaphoreFdInfo ) => ThisThread.ImportSemaphoreFdKHR(device, pImportSemaphoreFdInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.InitializePerformanceApiIntel( + Result IVk.InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - InitializePerformanceApiInfoIntel* pInitializeInfo + InitializePerformanceApiInfoINTEL* pInitializeInfo ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[634] is not null and var loadedFnPtr ? loadedFnPtr : _slots[634] = nativeContext.LoadFunction( @@ -170502,67 +99092,38 @@ _slots[634] is not null and var loadedFnPtr ) )(device, pInitializeInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result InitializePerformanceApiIntel( + public static Result InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - InitializePerformanceApiInfoIntel* pInitializeInfo - ) => ThisThread.InitializePerformanceApiIntel(device, pInitializeInfo); + InitializePerformanceApiInfoINTEL* pInitializeInfo + ) => ThisThread.InitializePerformanceApiINTEL(device, pInitializeInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.InitializePerformanceApiIntel( + Result IVk.InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - Ref pInitializeInfo + Ref pInitializeInfo ) { - fixed (InitializePerformanceApiInfoIntel* __dsl_pInitializeInfo = pInitializeInfo) + fixed (InitializePerformanceApiInfoINTEL* __dsl_pInitializeInfo = pInitializeInfo) { - return (Result)((IVk)this).InitializePerformanceApiIntel(device, __dsl_pInitializeInfo); + return (Result)((IVk)this).InitializePerformanceApiINTEL(device, __dsl_pInitializeInfo); } } - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInitializePerformanceApiINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result InitializePerformanceApiIntel( + public static Result InitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("const VkInitializePerformanceApiInfoINTEL *")] - Ref pInitializeInfo - ) => ThisThread.InitializePerformanceApiIntel(device, pInitializeInfo); + Ref pInitializeInfo + ) => ThisThread.InitializePerformanceApiINTEL(device, pInitializeInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.InvalidateMappedMemoryRanges( @@ -170581,32 +99142,6 @@ _slots[635] is not null and var loadedFnPtr ) )(device, memoryRangeCount, pMemoryRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result InvalidateMappedMemoryRanges( @@ -170615,32 +99150,6 @@ public static Result InvalidateMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] MappedMemoryRange* pMemoryRanges ) => ThisThread.InvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -170661,32 +99170,6 @@ Result IVk.InvalidateMappedMemoryRanges( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkInvalidateMappedMemoryRanges")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -170696,65 +99179,35 @@ public static Result InvalidateMappedMemoryRanges( [NativeTypeName("const VkMappedMemoryRange *")] Ref pMemoryRanges ) => ThisThread.InvalidateMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] LatencySleepInfoNV* pSleepInfo ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[636] is not null and var loadedFnPtr ? loadedFnPtr : _slots[636] = nativeContext.LoadFunction("vkLatencySleepNV", "vulkan") ) )(device, swapchain, pSleepInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] LatencySleepInfoNV* pSleepInfo ) => ThisThread.LatencySleepNV(device, swapchain, pSleepInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] Ref pSleepInfo ) { @@ -170764,51 +99217,15 @@ Result IVk.LatencySleepNV( } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkLatencySleepNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result LatencySleepNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepInfoNV *")] Ref pSleepInfo ) => ThisThread.LatencySleepNV(device, swapchain, pSleepInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.MapMemory( @@ -170834,32 +99251,6 @@ _slots[637] is not null and var loadedFnPtr ) )(device, memory, offset, size, flags, ppData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result MapMemory( @@ -170871,32 +99262,6 @@ public static Result MapMemory( void** ppData ) => ThisThread.MapMemory(device, memory, offset, size, flags, ppData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -170915,32 +99280,6 @@ Ref2D ppData } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -170953,16 +99292,6 @@ public static Result MapMemory( Ref2D ppData ) => ThisThread.MapMemory(device, memory, offset, size, flags, ppData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.MapMemory2( @@ -170978,16 +99307,6 @@ _slots[638] is not null and var loadedFnPtr ) )(device, pMemoryMapInfo, ppData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result MapMemory2( @@ -170996,16 +99315,6 @@ public static Result MapMemory2( void** ppData ) => ThisThread.MapMemory2(device, pMemoryMapInfo, ppData); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171022,16 +99331,6 @@ Ref2D ppData } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171041,7 +99340,6 @@ public static Result MapMemory2( Ref2D ppData ) => ThisThread.MapMemory2(device, pMemoryMapInfo, ppData); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.MapMemory2KHR( @@ -171057,7 +99355,6 @@ _slots[639] is not null and var loadedFnPtr ) )(device, pMemoryMapInfo, ppData); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result MapMemory2KHR( @@ -171066,7 +99363,6 @@ public static Result MapMemory2KHR( void** ppData ) => ThisThread.MapMemory2KHR(device, pMemoryMapInfo, ppData); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171083,7 +99379,6 @@ Ref2D ppData } } - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMapMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171093,27 +99388,6 @@ public static Result MapMemory2KHR( Ref2D ppData ) => ThisThread.MapMemory2KHR(device, pMemoryMapInfo, ppData); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.MergePipelineCaches( @@ -171135,27 +99409,6 @@ _slots[640] is not null and var loadedFnPtr ) )(device, dstCache, srcCacheCount, pSrcCaches); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result MergePipelineCaches( @@ -171165,27 +99418,6 @@ public static Result MergePipelineCaches( [NativeTypeName("const VkPipelineCache *")] PipelineCacheHandle* pSrcCaches ) => ThisThread.MergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171203,27 +99435,6 @@ Result IVk.MergePipelineCaches( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergePipelineCaches")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171234,21 +99445,20 @@ public static Result MergePipelineCaches( [NativeTypeName("const VkPipelineCache *")] Ref pSrcCaches ) => ThisThread.MergePipelineCaches(device, dstCache, srcCacheCount, pSrcCaches); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, - [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheEXTHandle* pSrcCaches + [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheHandleEXT* pSrcCaches ) => ( (delegate* unmanaged< DeviceHandle, - ValidationCacheEXTHandle, + ValidationCacheHandleEXT, uint, - ValidationCacheEXTHandle*, + ValidationCacheHandleEXT*, Result>)( _slots[641] is not null and var loadedFnPtr ? loadedFnPtr @@ -171259,28 +99469,26 @@ _slots[641] is not null and var loadedFnPtr ) )(device, dstCache, srcCacheCount, pSrcCaches); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, - [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheEXTHandle* pSrcCaches + [NativeTypeName("const VkValidationCacheEXT *")] ValidationCacheHandleEXT* pSrcCaches ) => ThisThread.MergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcCaches); - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, - [NativeTypeName("const VkValidationCacheEXT *")] Ref pSrcCaches + [NativeTypeName("const VkValidationCacheEXT *")] Ref pSrcCaches ) { - fixed (ValidationCacheEXTHandle* __dsl_pSrcCaches = pSrcCaches) + fixed (ValidationCacheHandleEXT* __dsl_pSrcCaches = pSrcCaches) { return (Result) ((IVk)this).MergeValidationCachesEXT( @@ -171292,18 +99500,16 @@ Result IVk.MergeValidationCachesEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_validation_cache"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkMergeValidationCachesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result MergeValidationCachesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkValidationCacheEXT")] ValidationCacheEXTHandle dstCache, + [NativeTypeName("VkValidationCacheEXT")] ValidationCacheHandleEXT dstCache, [NativeTypeName("uint32_t")] uint srcCacheCount, - [NativeTypeName("const VkValidationCacheEXT *")] Ref pSrcCaches + [NativeTypeName("const VkValidationCacheEXT *")] Ref pSrcCaches ) => ThisThread.MergeValidationCachesEXT(device, dstCache, srcCacheCount, pSrcCaches); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.QueueBeginDebugUtilsLabelEXT( @@ -171321,7 +99527,6 @@ _slots[642] is not null and var loadedFnPtr ) )(queue, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void QueueBeginDebugUtilsLabelEXT( @@ -171329,7 +99534,6 @@ public static void QueueBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ) => ThisThread.QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171344,7 +99548,6 @@ void IVk.QueueBeginDebugUtilsLabelEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBeginDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171353,32 +99556,6 @@ public static void QueueBeginDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ) => ThisThread.QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.QueueBindSparse( @@ -171395,32 +99572,6 @@ _slots[643] is not null and var loadedFnPtr ) )(queue, bindInfoCount, pBindInfo, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result QueueBindSparse( @@ -171430,32 +99581,6 @@ public static Result QueueBindSparse( [NativeTypeName("VkFence")] FenceHandle fence ) => ThisThread.QueueBindSparse(queue, bindInfoCount, pBindInfo, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171473,32 +99598,6 @@ Result IVk.QueueBindSparse( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueBindSparse")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171509,7 +99608,6 @@ public static Result QueueBindSparse( [NativeTypeName("VkFence")] FenceHandle fence ) => ThisThread.QueueBindSparse(queue, bindInfoCount, pBindInfo, fence); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueEndDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.QueueEndDebugUtilsLabelEXT([NativeTypeName("VkQueue")] QueueHandle queue) => @@ -171524,13 +99622,11 @@ _slots[644] is not null and var loadedFnPtr ) )(queue); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueEndDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void QueueEndDebugUtilsLabelEXT([NativeTypeName("VkQueue")] QueueHandle queue) => ThisThread.QueueEndDebugUtilsLabelEXT(queue); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.QueueInsertDebugUtilsLabelEXT( @@ -171548,7 +99644,6 @@ _slots[645] is not null and var loadedFnPtr ) )(queue, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void QueueInsertDebugUtilsLabelEXT( @@ -171556,7 +99651,6 @@ public static void QueueInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] DebugUtilsLabelEXT* pLabelInfo ) => ThisThread.QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171571,7 +99665,6 @@ void IVk.QueueInsertDebugUtilsLabelEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueInsertDebugUtilsLabelEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171580,16 +99673,6 @@ public static void QueueInsertDebugUtilsLabelEXT( [NativeTypeName("const VkDebugUtilsLabelEXT *")] Ref pLabelInfo ) => ThisThread.QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.QueueNotifyOutOfBandNV( @@ -171605,16 +99688,6 @@ _slots[646] is not null and var loadedFnPtr ) )(queue, pQueueTypeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void QueueNotifyOutOfBandNV( @@ -171623,16 +99696,6 @@ public static void QueueNotifyOutOfBandNV( OutOfBandQueueTypeInfoNV* pQueueTypeInfo ) => ThisThread.QueueNotifyOutOfBandNV(queue, pQueueTypeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171648,16 +99711,6 @@ Ref pQueueTypeInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueNotifyOutOfBandNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171667,7 +99720,6 @@ public static void QueueNotifyOutOfBandNV( Ref pQueueTypeInfo ) => ThisThread.QueueNotifyOutOfBandNV(queue, pQueueTypeInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.QueuePresentKHR( @@ -171682,7 +99734,6 @@ _slots[647] is not null and var loadedFnPtr ) )(queue, pPresentInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result QueuePresentKHR( @@ -171690,7 +99741,6 @@ public static Result QueuePresentKHR( [NativeTypeName("const VkPresentInfoKHR *")] PresentInfoKHR* pPresentInfo ) => ThisThread.QueuePresentKHR(queue, pPresentInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171705,7 +99755,6 @@ Result IVk.QueuePresentKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_swapchain"], ImpliesSets = ["VK_KHR_surface"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueuePresentKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171714,16 +99763,15 @@ public static Result QueuePresentKHR( [NativeTypeName("const VkPresentInfoKHR *")] Ref pPresentInfo ) => ThisThread.QueuePresentKHR(queue, pPresentInfo); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkQueueSetPerformanceConfigurationINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.QueueSetPerformanceConfigurationIntel( + Result IVk.QueueSetPerformanceConfigurationINTEL( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration + PerformanceConfigurationHandleINTEL configuration ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[648] is not null and var loadedFnPtr ? loadedFnPtr : _slots[648] = nativeContext.LoadFunction( @@ -171733,41 +99781,14 @@ _slots[648] is not null and var loadedFnPtr ) )(queue, configuration); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkQueueSetPerformanceConfigurationINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result QueueSetPerformanceConfigurationIntel( + public static Result QueueSetPerformanceConfigurationINTEL( [NativeTypeName("VkQueue")] QueueHandle queue, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration - ) => ThisThread.QueueSetPerformanceConfigurationIntel(queue, configuration); + PerformanceConfigurationHandleINTEL configuration + ) => ThisThread.QueueSetPerformanceConfigurationINTEL(queue, configuration); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.QueueSubmit( @@ -171784,32 +99805,6 @@ _slots[649] is not null and var loadedFnPtr ) )(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result QueueSubmit( @@ -171819,32 +99814,6 @@ public static Result QueueSubmit( [NativeTypeName("VkFence")] FenceHandle fence ) => ThisThread.QueueSubmit(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171861,32 +99830,6 @@ Result IVk.QueueSubmit( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171897,20 +99840,6 @@ public static Result QueueSubmit( [NativeTypeName("VkFence")] FenceHandle fence ) => ThisThread.QueueSubmit(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.QueueSubmit2( @@ -171927,20 +99856,6 @@ _slots[650] is not null and var loadedFnPtr ) )(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result QueueSubmit2( @@ -171950,20 +99865,6 @@ public static Result QueueSubmit2( [NativeTypeName("VkFence")] FenceHandle fence ) => ThisThread.QueueSubmit2(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -171980,20 +99881,6 @@ Result IVk.QueueSubmit2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -172004,14 +99891,6 @@ public static Result QueueSubmit2( [NativeTypeName("VkFence")] FenceHandle fence ) => ThisThread.QueueSubmit2(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.QueueSubmit2KHR( @@ -172028,14 +99907,6 @@ _slots[651] is not null and var loadedFnPtr ) )(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result QueueSubmit2KHR( @@ -172045,14 +99916,6 @@ public static Result QueueSubmit2KHR( [NativeTypeName("VkFence")] FenceHandle fence ) => ThisThread.QueueSubmit2KHR(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -172069,14 +99932,6 @@ Result IVk.QueueSubmit2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_synchronization2"], - ImpliesSets = [ - "VK_KHR_synchronization2+VK_KHR_get_physical_device_properties2", - "VK_KHR_synchronization2+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkQueueSubmit2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -172087,32 +99942,6 @@ public static Result QueueSubmit2KHR( [NativeTypeName("VkFence")] FenceHandle fence ) => ThisThread.QueueSubmit2KHR(queue, submitCount, pSubmits, fence); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueWaitIdle")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.QueueWaitIdle([NativeTypeName("VkQueue")] QueueHandle queue) => @@ -172124,42 +99953,11 @@ _slots[652] is not null and var loadedFnPtr ) )(queue); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkQueueWaitIdle")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result QueueWaitIdle([NativeTypeName("VkQueue")] QueueHandle queue) => ThisThread.QueueWaitIdle(queue); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.RegisterDeviceEventEXT( @@ -172181,11 +99979,6 @@ _slots[653] is not null and var loadedFnPtr ) )(device, pDeviceEventInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result RegisterDeviceEventEXT( @@ -172195,11 +99988,6 @@ public static Result RegisterDeviceEventEXT( [NativeTypeName("VkFence *")] FenceHandle* pFence ) => ThisThread.RegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -172224,11 +100012,6 @@ Result IVk.RegisterDeviceEventEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDeviceEventEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -172239,16 +100022,11 @@ public static Result RegisterDeviceEventEXT( [NativeTypeName("VkFence *")] Ref pFence ) => ThisThread.RegisterDeviceEventEXT(device, pDeviceEventInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] DisplayEventInfoEXT* pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkFence *")] FenceHandle* pFence @@ -172256,7 +100034,7 @@ Result IVk.RegisterDisplayEventEXT( ( (delegate* unmanaged< DeviceHandle, - DisplayKHRHandle, + DisplayHandleKHR, DisplayEventInfoEXT*, AllocationCallbacks*, FenceHandle*, @@ -172270,32 +100048,22 @@ _slots[654] is not null and var loadedFnPtr ) )(device, display, pDisplayEventInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] DisplayEventInfoEXT* pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator, [NativeTypeName("VkFence *")] FenceHandle* pFence ) => ThisThread.RegisterDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] Ref pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, @@ -172317,31 +100085,18 @@ Result IVk.RegisterDisplayEventEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_display_control"], - ImpliesSets = ["VK_EXT_display_surface_counter", "VK_KHR_swapchain"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkRegisterDisplayEventEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result RegisterDisplayEventEXT( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display, + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display, [NativeTypeName("const VkDisplayEventInfoEXT *")] Ref pDisplayEventInfo, [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator, [NativeTypeName("VkFence *")] Ref pFence ) => ThisThread.RegisterDisplayEventEXT(device, display, pDisplayEventInfo, pAllocator, pFence); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.ReleaseCapturedPipelineDataKHR( @@ -172365,14 +100120,6 @@ _slots[655] is not null and var loadedFnPtr ) )(device, pInfo, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result ReleaseCapturedPipelineDataKHR( @@ -172382,14 +100129,6 @@ public static Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("const VkAllocationCallbacks *")] AllocationCallbacks* pAllocator ) => ThisThread.ReleaseCapturedPipelineDataKHR(device, pInfo, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -172408,14 +100147,6 @@ Result IVk.ReleaseCapturedPipelineDataKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_pipeline_binary"], - ImpliesSets = [ - "VK_KHR_pipeline_binary+VK_KHR_maintenance5", - "VK_KHR_pipeline_binary+VK_VERSION_1_4", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseCapturedPipelineDataKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -172426,47 +100157,36 @@ public static Result ReleaseCapturedPipelineDataKHR( [NativeTypeName("const VkAllocationCallbacks *")] Ref pAllocator ) => ThisThread.ReleaseCapturedPipelineDataKHR(device, pInfo, pAllocator); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_direct_mode_display"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseDisplayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.ReleaseDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[656] is not null and var loadedFnPtr ? loadedFnPtr : _slots[656] = nativeContext.LoadFunction("vkReleaseDisplayEXT", "vulkan") ) )(physicalDevice, display); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_direct_mode_display"], - ImpliesSets = ["VK_KHR_display"] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseDisplayEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result ReleaseDisplayEXT( [NativeTypeName("VkPhysicalDevice")] PhysicalDeviceHandle physicalDevice, - [NativeTypeName("VkDisplayKHR")] DisplayKHRHandle display + [NativeTypeName("VkDisplayKHR")] DisplayHandleKHR display ) => ThisThread.ReleaseDisplayEXT(physicalDevice, display); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkReleasePerformanceConfigurationINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - Result IVk.ReleasePerformanceConfigurationIntel( + Result IVk.ReleasePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration + PerformanceConfigurationHandleINTEL configuration ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[657] is not null and var loadedFnPtr ? loadedFnPtr : _slots[657] = nativeContext.LoadFunction( @@ -172476,23 +100196,14 @@ _slots[657] is not null and var loadedFnPtr ) )(device, configuration); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkReleasePerformanceConfigurationINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static Result ReleasePerformanceConfigurationIntel( + public static Result ReleasePerformanceConfigurationINTEL( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkPerformanceConfigurationINTEL")] - PerformanceConfigurationIntelHandle configuration - ) => ThisThread.ReleasePerformanceConfigurationIntel(device, configuration); + PerformanceConfigurationHandleINTEL configuration + ) => ThisThread.ReleasePerformanceConfigurationINTEL(device, configuration); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseProfilingLockKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.ReleaseProfilingLockKHR([NativeTypeName("VkDevice")] DeviceHandle device) => @@ -172507,27 +100218,11 @@ _slots[658] is not null and var loadedFnPtr ) )(device); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_performance_query"], - ImpliesSets = [ - "VK_KHR_performance_query+VK_KHR_get_physical_device_properties2", - "VK_KHR_performance_query+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseProfilingLockKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ReleaseProfilingLockKHR([NativeTypeName("VkDevice")] DeviceHandle device) => ThisThread.ReleaseProfilingLockKHR(device); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.ReleaseSwapchainImagesEXT( @@ -172546,14 +100241,6 @@ _slots[659] is not null and var loadedFnPtr ) )(device, pReleaseInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result ReleaseSwapchainImagesEXT( @@ -172562,14 +100249,6 @@ public static Result ReleaseSwapchainImagesEXT( ReleaseSwapchainImagesInfoKHR* pReleaseInfo ) => ThisThread.ReleaseSwapchainImagesEXT(device, pReleaseInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -172585,14 +100264,6 @@ Ref pReleaseInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain+VK_EXT_surface_maintenance1+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -172602,15 +100273,6 @@ public static Result ReleaseSwapchainImagesEXT( Ref pReleaseInfo ) => ThisThread.ReleaseSwapchainImagesEXT(device, pReleaseInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.ReleaseSwapchainImagesKHR( @@ -172629,15 +100291,6 @@ _slots[660] is not null and var loadedFnPtr ) )(device, pReleaseInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result ReleaseSwapchainImagesKHR( @@ -172646,15 +100299,6 @@ public static Result ReleaseSwapchainImagesKHR( ReleaseSwapchainImagesInfoKHR* pReleaseInfo ) => ThisThread.ReleaseSwapchainImagesKHR(device, pReleaseInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -172670,15 +100314,6 @@ Ref pReleaseInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_swapchain_maintenance1"], - ImpliesSets = [ - "VK_KHR_swapchain_maintenance1+VK_KHR_get_physical_device_properties2", - "VK_KHR_swapchain_maintenance1+VK_KHR_surface_maintenance1", - "VK_KHR_swapchain_maintenance1+VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkReleaseSwapchainImagesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -172688,32 +100323,6 @@ public static Result ReleaseSwapchainImagesKHR( Ref pReleaseInfo ) => ThisThread.ReleaseSwapchainImagesKHR(device, pReleaseInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.ResetCommandBuffer( @@ -172728,32 +100337,6 @@ _slots[661] is not null and var loadedFnPtr ) )(commandBuffer, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetCommandBuffer")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result ResetCommandBuffer( @@ -172761,32 +100344,6 @@ public static Result ResetCommandBuffer( [NativeTypeName("VkCommandBufferResetFlags")] CommandBufferResetFlags flags ) => ThisThread.ResetCommandBuffer(commandBuffer, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetCommandPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.ResetCommandPool( @@ -172802,32 +100359,6 @@ _slots[662] is not null and var loadedFnPtr ) )(device, commandPool, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetCommandPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result ResetCommandPool( @@ -172836,27 +100367,6 @@ public static Result ResetCommandPool( [NativeTypeName("VkCommandPoolResetFlags")] CommandPoolResetFlags flags ) => ThisThread.ResetCommandPool(device, commandPool, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetDescriptorPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.ResetDescriptorPool( @@ -172872,27 +100382,6 @@ _slots[663] is not null and var loadedFnPtr ) )(device, descriptorPool, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetDescriptorPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result ResetDescriptorPool( @@ -172901,27 +100390,6 @@ public static Result ResetDescriptorPool( [NativeTypeName("VkDescriptorPoolResetFlags")] uint flags ) => ThisThread.ResetDescriptorPool(device, descriptorPool, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.ResetEvent( @@ -172936,27 +100404,6 @@ _slots[664] is not null and var loadedFnPtr ) )(device, @event); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result ResetEvent( @@ -172964,32 +100411,6 @@ public static Result ResetEvent( [NativeTypeName("VkEvent")] EventHandle @event ) => ThisThread.ResetEvent(device, @event); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.ResetFences( @@ -173005,32 +100426,6 @@ _slots[665] is not null and var loadedFnPtr ) )(device, fenceCount, pFences); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result ResetFences( @@ -173039,32 +100434,6 @@ public static Result ResetFences( [NativeTypeName("const VkFence *")] FenceHandle* pFences ) => ThisThread.ResetFences(device, fenceCount, pFences); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -173080,32 +100449,6 @@ Result IVk.ResetFences( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkResetFences")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -173115,24 +100458,6 @@ public static Result ResetFences( [NativeTypeName("const VkFence *")] Ref pFences ) => ThisThread.ResetFences(device, fenceCount, pFences); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkResetQueryPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.ResetQueryPool( @@ -173149,24 +100474,6 @@ _slots[666] is not null and var loadedFnPtr ) )(device, queryPool, firstQuery, queryCount); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkResetQueryPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResetQueryPool( @@ -173176,14 +100483,6 @@ public static void ResetQueryPool( [NativeTypeName("uint32_t")] uint queryCount ) => ThisThread.ResetQueryPool(device, queryPool, firstQuery, queryCount); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_query_reset"], - ImpliesSets = [ - "VK_EXT_host_query_reset+VK_KHR_get_physical_device_properties2", - "VK_EXT_host_query_reset+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkResetQueryPoolEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.ResetQueryPoolEXT( @@ -173200,14 +100499,6 @@ _slots[667] is not null and var loadedFnPtr ) )(device, queryPool, firstQuery, queryCount); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_query_reset"], - ImpliesSets = [ - "VK_EXT_host_query_reset+VK_KHR_get_physical_device_properties2", - "VK_EXT_host_query_reset+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkResetQueryPoolEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void ResetQueryPoolEXT( @@ -173217,7 +100508,6 @@ public static void ResetQueryPoolEXT( [NativeTypeName("uint32_t")] uint queryCount ) => ThisThread.ResetQueryPoolEXT(device, queryPool, firstQuery, queryCount); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.SetDebugUtilsObjectNameEXT( @@ -173236,7 +100526,6 @@ _slots[668] is not null and var loadedFnPtr ) )(device, pNameInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result SetDebugUtilsObjectNameEXT( @@ -173245,7 +100534,6 @@ public static Result SetDebugUtilsObjectNameEXT( DebugUtilsObjectNameInfoEXT* pNameInfo ) => ThisThread.SetDebugUtilsObjectNameEXT(device, pNameInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -173261,7 +100549,6 @@ Ref pNameInfo } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectNameEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -173271,7 +100558,6 @@ public static Result SetDebugUtilsObjectNameEXT( Ref pNameInfo ) => ThisThread.SetDebugUtilsObjectNameEXT(device, pNameInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.SetDebugUtilsObjectTagEXT( @@ -173290,7 +100576,6 @@ _slots[669] is not null and var loadedFnPtr ) )(device, pTagInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result SetDebugUtilsObjectTagEXT( @@ -173299,7 +100584,6 @@ public static Result SetDebugUtilsObjectTagEXT( DebugUtilsObjectTagInfoEXT* pTagInfo ) => ThisThread.SetDebugUtilsObjectTagEXT(device, pTagInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -173315,7 +100599,6 @@ Ref pTagInfo } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetDebugUtilsObjectTagEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -173325,11 +100608,6 @@ public static Result SetDebugUtilsObjectTagEXT( Ref pTagInfo ) => ThisThread.SetDebugUtilsObjectTagEXT(device, pTagInfo); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] [NativeFunction("vulkan", EntryPoint = "vkSetDeviceMemoryPriorityEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.SetDeviceMemoryPriorityEXT( @@ -173348,11 +100626,6 @@ _slots[670] is not null and var loadedFnPtr ) )(device, memory, priority); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_pageable_device_local_memory"], - ImpliesSets = ["VK_EXT_memory_priority"] - )] [NativeFunction("vulkan", EntryPoint = "vkSetDeviceMemoryPriorityEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetDeviceMemoryPriorityEXT( @@ -173361,27 +100634,6 @@ public static void SetDeviceMemoryPriorityEXT( float priority ) => ThisThread.SetDeviceMemoryPriorityEXT(device, memory, priority); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkSetEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.SetEvent( @@ -173396,27 +100648,6 @@ _slots[671] is not null and var loadedFnPtr ) )(device, @event); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkSetEvent")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result SetEvent( @@ -173424,46 +100655,43 @@ public static Result SetEvent( [NativeTypeName("VkEvent")] EventHandle @event ) => ThisThread.SetEvent(device, @event); - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] HdrMetadataEXT* pMetadata ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[672] is not null and var loadedFnPtr ? loadedFnPtr : _slots[672] = nativeContext.LoadFunction("vkSetHdrMetadataEXT", "vulkan") ) )(device, swapchainCount, pSwapchains, pMetadata); - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] SwapchainKHRHandle* pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] SwapchainHandleKHR* pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] HdrMetadataEXT* pMetadata ) => ThisThread.SetHdrMetadataEXT(device, swapchainCount, pSwapchains, pMetadata); - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] Ref pMetadata ) { fixed (HdrMetadataEXT* __dsl_pMetadata = pMetadata) - fixed (SwapchainKHRHandle* __dsl_pSwapchains = pSwapchains) + fixed (SwapchainHandleKHR* __dsl_pSwapchains = pSwapchains) { ((IVk)this).SetHdrMetadataEXT( device, @@ -173474,78 +100702,47 @@ void IVk.SetHdrMetadataEXT( } } - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetHdrMetadataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetHdrMetadataEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint swapchainCount, - [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, + [NativeTypeName("const VkSwapchainKHR *")] Ref pSwapchains, [NativeTypeName("const VkHdrMetadataEXT *")] Ref pMetadata ) => ThisThread.SetHdrMetadataEXT(device, swapchainCount, pSwapchains, pMetadata); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] SetLatencyMarkerInfoNV* pLatencyMarkerInfo ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[673] is not null and var loadedFnPtr ? loadedFnPtr : _slots[673] = nativeContext.LoadFunction("vkSetLatencyMarkerNV", "vulkan") ) )(device, swapchain, pLatencyMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] SetLatencyMarkerInfoNV* pLatencyMarkerInfo ) => ThisThread.SetLatencyMarkerNV(device, swapchain, pLatencyMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] Ref pLatencyMarkerInfo ) @@ -173556,47 +100753,27 @@ Ref pLatencyMarkerInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencyMarkerNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetLatencyMarkerNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkSetLatencyMarkerInfoNV *")] Ref pLatencyMarkerInfo ) => ThisThread.SetLatencyMarkerNV(device, swapchain, pLatencyMarkerInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] LatencySleepModeInfoNV* pSleepModeInfo ) => ( (delegate* unmanaged< DeviceHandle, - SwapchainKHRHandle, + SwapchainHandleKHR, LatencySleepModeInfoNV*, Result>)( _slots[674] is not null and var loadedFnPtr @@ -173605,40 +100782,20 @@ _slots[674] is not null and var loadedFnPtr ) )(device, swapchain, pSleepModeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] LatencySleepModeInfoNV* pSleepModeInfo ) => ThisThread.SetLatencySleepModeNV(device, swapchain, pSleepModeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] Ref pSleepModeInfo ) @@ -173650,113 +100807,57 @@ Ref pSleepModeInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_NV_low_latency2"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_present_id", - "VK_KHR_timeline_semaphore+VK_KHR_present_id2", - "VK_VERSION_1_2+VK_KHR_present_id", - "VK_VERSION_1_2+VK_KHR_present_id2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLatencySleepModeNV")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result SetLatencySleepModeNV( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkLatencySleepModeInfoNV *")] Ref pSleepModeInfo ) => ThisThread.SetLatencySleepModeNV(device, swapchain, pSleepModeInfo); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] uint localDimmingEnable ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[675] is not null and var loadedFnPtr ? loadedFnPtr : _slots[675] = nativeContext.LoadFunction("vkSetLocalDimmingAMD", "vulkan") ) )(device, swapChain, localDimmingEnable); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] uint localDimmingEnable ) => ThisThread.SetLocalDimmingAMD(device, swapChain, localDimmingEnable); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] MaybeBool localDimmingEnable ) => ((IVk)this).SetLocalDimmingAMD(device, swapChain, (uint)localDimmingEnable); - [SupportedApiProfile( - "vulkan", - ["VK_AMD_display_native_hdr"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_KHR_get_physical_device_properties2", - "VK_KHR_get_surface_capabilities2+VK_KHR_swapchain+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSetLocalDimmingAMD")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SetLocalDimmingAMD( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapChain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapChain, [NativeTypeName("VkBool32")] MaybeBool localDimmingEnable ) => ThisThread.SetLocalDimmingAMD(device, swapChain, localDimmingEnable); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkSetPrivateData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.SetPrivateData( @@ -173780,20 +100881,6 @@ _slots[676] is not null and var loadedFnPtr ) )(device, objectType, objectHandle, privateDataSlot, data); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] [NativeFunction("vulkan", EntryPoint = "vkSetPrivateData")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result SetPrivateData( @@ -173804,14 +100891,6 @@ public static Result SetPrivateData( [NativeTypeName("uint64_t")] ulong data ) => ThisThread.SetPrivateData(device, objectType, objectHandle, privateDataSlot, data); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetPrivateDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.SetPrivateDataEXT( @@ -173835,14 +100914,6 @@ _slots[677] is not null and var loadedFnPtr ) )(device, objectType, objectHandle, privateDataSlot, data); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_private_data"], - ImpliesSets = [ - "VK_EXT_private_data+VK_KHR_get_physical_device_properties2", - "VK_EXT_private_data+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSetPrivateDataEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result SetPrivateDataEXT( @@ -173853,24 +100924,6 @@ public static Result SetPrivateDataEXT( [NativeTypeName("uint64_t")] ulong data ) => ThisThread.SetPrivateDataEXT(device, objectType, objectHandle, privateDataSlot, data); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.SignalSemaphore( @@ -173885,24 +100938,6 @@ _slots[678] is not null and var loadedFnPtr ) )(device, pSignalInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result SignalSemaphore( @@ -173910,24 +100945,6 @@ public static Result SignalSemaphore( [NativeTypeName("const VkSemaphoreSignalInfo *")] SemaphoreSignalInfo* pSignalInfo ) => ThisThread.SignalSemaphore(device, pSignalInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -173942,24 +100959,6 @@ Result IVk.SignalSemaphore( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphore")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -173968,14 +100967,6 @@ public static Result SignalSemaphore( [NativeTypeName("const VkSemaphoreSignalInfo *")] Ref pSignalInfo ) => ThisThread.SignalSemaphore(device, pSignalInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.SignalSemaphoreKHR( @@ -173990,14 +100981,6 @@ _slots[679] is not null and var loadedFnPtr ) )(device, pSignalInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result SignalSemaphoreKHR( @@ -174005,14 +100988,6 @@ public static Result SignalSemaphoreKHR( [NativeTypeName("const VkSemaphoreSignalInfo *")] SemaphoreSignalInfo* pSignalInfo ) => ThisThread.SignalSemaphoreKHR(device, pSignalInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174027,14 +101002,6 @@ Result IVk.SignalSemaphoreKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSignalSemaphoreKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174043,7 +101010,6 @@ public static Result SignalSemaphoreKHR( [NativeTypeName("const VkSemaphoreSignalInfo *")] Ref pSignalInfo ) => ThisThread.SignalSemaphoreKHR(device, pSignalInfo); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.SubmitDebugUtilsMessageEXT( @@ -174070,7 +101036,6 @@ _slots[680] is not null and var loadedFnPtr ) )(instance, messageSeverity, messageTypes, pCallbackData); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void SubmitDebugUtilsMessageEXT( @@ -174088,7 +101053,6 @@ public static void SubmitDebugUtilsMessageEXT( pCallbackData ); - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174112,7 +101076,6 @@ Ref pCallbackData } } - [SupportedApiProfile("vulkan", ["VK_EXT_debug_utils"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkSubmitDebugUtilsMessageEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174131,16 +101094,6 @@ Ref pCallbackData pCallbackData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.TransitionImageLayout( @@ -174157,16 +101110,6 @@ _slots[681] is not null and var loadedFnPtr ) )(device, transitionCount, pTransitions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result TransitionImageLayout( @@ -174176,16 +101119,6 @@ public static Result TransitionImageLayout( HostImageLayoutTransitionInfo* pTransitions ) => ThisThread.TransitionImageLayout(device, transitionCount, pTransitions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174203,16 +101136,6 @@ Ref pTransitions } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayout")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174223,15 +101146,6 @@ public static Result TransitionImageLayout( Ref pTransitions ) => ThisThread.TransitionImageLayout(device, transitionCount, pTransitions); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.TransitionImageLayoutEXT( @@ -174251,15 +101165,6 @@ _slots[682] is not null and var loadedFnPtr ) )(device, transitionCount, pTransitions); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result TransitionImageLayoutEXT( @@ -174269,15 +101174,6 @@ public static Result TransitionImageLayoutEXT( HostImageLayoutTransitionInfo* pTransitions ) => ThisThread.TransitionImageLayoutEXT(device, transitionCount, pTransitions); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174295,15 +101191,6 @@ Ref pTransitions } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_host_image_copy"], - ImpliesSets = [ - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_KHR_get_physical_device_properties2", - "VK_KHR_copy_commands2+VK_KHR_format_feature_flags2+VK_VERSION_1_1", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkTransitionImageLayoutEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174314,28 +101201,6 @@ public static Result TransitionImageLayoutEXT( Ref pTransitions ) => ThisThread.TransitionImageLayoutEXT(device, transitionCount, pTransitions); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkTrimCommandPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.TrimCommandPool( @@ -174351,28 +101216,6 @@ _slots[683] is not null and var loadedFnPtr ) )(device, commandPool, flags); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkTrimCommandPool")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TrimCommandPool( @@ -174381,7 +101224,6 @@ public static void TrimCommandPool( [NativeTypeName("VkCommandPoolTrimFlags")] uint flags ) => ThisThread.TrimCommandPool(device, commandPool, flags); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] [NativeFunction("vulkan", EntryPoint = "vkTrimCommandPoolKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.TrimCommandPoolKHR( @@ -174397,7 +101239,6 @@ _slots[684] is not null and var loadedFnPtr ) )(device, commandPool, flags); - [SupportedApiProfile("vulkan", ["VK_KHR_maintenance1"])] [NativeFunction("vulkan", EntryPoint = "vkTrimCommandPoolKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void TrimCommandPoolKHR( @@ -174406,10 +101247,9 @@ public static void TrimCommandPoolKHR( [NativeTypeName("VkCommandPoolTrimFlags")] uint flags ) => ThisThread.TrimCommandPoolKHR(device, commandPool, flags); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkUninitializePerformanceApiINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - void IVk.UninitializePerformanceApiIntel([NativeTypeName("VkDevice")] DeviceHandle device) => + void IVk.UninitializePerformanceApiINTEL([NativeTypeName("VkDevice")] DeviceHandle device) => ( (delegate* unmanaged)( _slots[685] is not null and var loadedFnPtr @@ -174421,39 +101261,12 @@ _slots[685] is not null and var loadedFnPtr ) )(device); - [SupportedApiProfile("vulkan", ["VK_INTEL_performance_query"])] [NativeFunction("vulkan", EntryPoint = "vkUninitializePerformanceApiINTEL")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] - public static void UninitializePerformanceApiIntel( + public static void UninitializePerformanceApiINTEL( [NativeTypeName("VkDevice")] DeviceHandle device - ) => ThisThread.UninitializePerformanceApiIntel(device); + ) => ThisThread.UninitializePerformanceApiINTEL(device); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.UnmapMemory( @@ -174468,32 +101281,6 @@ _slots[686] is not null and var loadedFnPtr ) )(device, memory); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UnmapMemory( @@ -174501,16 +101288,6 @@ public static void UnmapMemory( [NativeTypeName("VkDeviceMemory")] DeviceMemoryHandle memory ) => ThisThread.UnmapMemory(device, memory); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.UnmapMemory2( @@ -174525,16 +101302,6 @@ _slots[687] is not null and var loadedFnPtr ) )(device, pMemoryUnmapInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result UnmapMemory2( @@ -174542,16 +101309,6 @@ public static Result UnmapMemory2( [NativeTypeName("const VkMemoryUnmapInfo *")] MemoryUnmapInfo* pMemoryUnmapInfo ) => ThisThread.UnmapMemory2(device, pMemoryUnmapInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174566,16 +101323,6 @@ Result IVk.UnmapMemory2( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_4", - ], - MinVersion = "1.4" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174584,7 +101331,6 @@ public static Result UnmapMemory2( [NativeTypeName("const VkMemoryUnmapInfo *")] Ref pMemoryUnmapInfo ) => ThisThread.UnmapMemory2(device, pMemoryUnmapInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.UnmapMemory2KHR( @@ -174599,7 +101345,6 @@ _slots[688] is not null and var loadedFnPtr ) )(device, pMemoryUnmapInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result UnmapMemory2KHR( @@ -174607,7 +101352,6 @@ public static Result UnmapMemory2KHR( [NativeTypeName("const VkMemoryUnmapInfo *")] MemoryUnmapInfo* pMemoryUnmapInfo ) => ThisThread.UnmapMemory2KHR(device, pMemoryUnmapInfo); - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174622,7 +101366,6 @@ Result IVk.UnmapMemory2KHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_map_memory2"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUnmapMemory2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174631,27 +101374,6 @@ public static Result UnmapMemory2KHR( [NativeTypeName("const VkMemoryUnmapInfo *")] Ref pMemoryUnmapInfo ) => ThisThread.UnmapMemory2KHR(device, pMemoryUnmapInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.UpdateDescriptorSets( @@ -174675,27 +101397,6 @@ _slots[689] is not null and var loadedFnPtr ) )(device, descriptorWriteCount, pDescriptorWrites, descriptorCopyCount, pDescriptorCopies); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateDescriptorSets( @@ -174713,27 +101414,6 @@ public static void UpdateDescriptorSets( pDescriptorCopies ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174758,27 +101438,6 @@ void IVk.UpdateDescriptorSets( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSets")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174797,24 +101456,6 @@ public static void UpdateDescriptorSets( pDescriptorCopies ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.UpdateDescriptorSetWithTemplate( @@ -174840,24 +101481,6 @@ _slots[690] is not null and var loadedFnPtr ) )(device, descriptorSet, descriptorUpdateTemplate, pData); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateDescriptorSetWithTemplate( @@ -174874,24 +101497,6 @@ public static void UpdateDescriptorSetWithTemplate( pData ); - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174914,24 +101519,6 @@ void IVk.UpdateDescriptorSetWithTemplate( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.1" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplate")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -174949,7 +101536,6 @@ public static void UpdateDescriptorSetWithTemplate( pData ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.UpdateDescriptorSetWithTemplateKHR( @@ -174975,7 +101561,6 @@ _slots[691] is not null and var loadedFnPtr ) )(device, descriptorSet, descriptorUpdateTemplate, pData); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateDescriptorSetWithTemplateKHR( @@ -174992,7 +101577,6 @@ public static void UpdateDescriptorSetWithTemplateKHR( pData ); - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -175015,7 +101599,6 @@ void IVk.UpdateDescriptorSetWithTemplateKHR( } } - [SupportedApiProfile("vulkan", ["VK_KHR_descriptor_update_template"])] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateDescriptorSetWithTemplateKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -175033,21 +101616,12 @@ public static void UpdateDescriptorSetWithTemplateKHR( pData ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT* pExecutionSetWrites @@ -175055,7 +101629,7 @@ void IVk.UpdateIndirectExecutionSetPipelineEXT( ( (delegate* unmanaged< DeviceHandle, - IndirectExecutionSetEXTHandle, + IndirectExecutionSetHandleEXT, uint, WriteIndirectExecutionSetPipelineEXT*, void>)( @@ -175068,21 +101642,12 @@ _slots[692] is not null and var loadedFnPtr ) )(device, indirectExecutionSet, executionSetWriteCount, pExecutionSetWrites); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT* pExecutionSetWrites @@ -175094,22 +101659,13 @@ public static void UpdateIndirectExecutionSetPipelineEXT( pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] Ref pExecutionSetWrites @@ -175128,22 +101684,13 @@ Ref pExecutionSetWrites } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] Ref pExecutionSetWrites @@ -175155,22 +101702,13 @@ Ref pExecutionSetWrites pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites ) => @@ -175181,22 +101719,13 @@ WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites (WriteIndirectExecutionSetPipelineEXT*)&pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetPipelineEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateIndirectExecutionSetPipelineEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetPipelineEXT *")] WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites ) => @@ -175206,21 +101735,12 @@ WriteIndirectExecutionSetPipelineEXT pExecutionSetWrites pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT* pExecutionSetWrites @@ -175228,7 +101748,7 @@ void IVk.UpdateIndirectExecutionSetShaderEXT( ( (delegate* unmanaged< DeviceHandle, - IndirectExecutionSetEXTHandle, + IndirectExecutionSetHandleEXT, uint, WriteIndirectExecutionSetShaderEXT*, void>)( @@ -175241,21 +101761,12 @@ _slots[693] is not null and var loadedFnPtr ) )(device, indirectExecutionSet, executionSetWriteCount, pExecutionSetWrites); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT* pExecutionSetWrites @@ -175267,22 +101778,13 @@ public static void UpdateIndirectExecutionSetShaderEXT( pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] Ref pExecutionSetWrites @@ -175299,22 +101801,13 @@ Ref pExecutionSetWrites } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("uint32_t")] uint executionSetWriteCount, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] Ref pExecutionSetWrites @@ -175326,22 +101819,13 @@ Ref pExecutionSetWrites pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] void IVk.UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT pExecutionSetWrites ) => @@ -175352,22 +101836,13 @@ WriteIndirectExecutionSetShaderEXT pExecutionSetWrites (WriteIndirectExecutionSetShaderEXT*)&pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateIndirectExecutionSetShaderEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static void UpdateIndirectExecutionSetShaderEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkIndirectExecutionSetEXT")] - IndirectExecutionSetEXTHandle indirectExecutionSet, + IndirectExecutionSetHandleEXT indirectExecutionSet, [NativeTypeName("const VkWriteIndirectExecutionSetShaderEXT *")] WriteIndirectExecutionSetShaderEXT pExecutionSetWrites ) => @@ -175377,24 +101852,19 @@ WriteIndirectExecutionSetShaderEXT pExecutionSetWrites pExecutionSetWrites ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] VideoSessionParametersUpdateInfoKHR* pUpdateInfo ) => ( (delegate* unmanaged< DeviceHandle, - VideoSessionParametersKHRHandle, + VideoSessionParametersHandleKHR, VideoSessionParametersUpdateInfoKHR*, Result>)( _slots[694] is not null and var loadedFnPtr @@ -175406,33 +101876,23 @@ _slots[694] is not null and var loadedFnPtr ) )(device, videoSessionParameters, pUpdateInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] VideoSessionParametersUpdateInfoKHR* pUpdateInfo ) => ThisThread.UpdateVideoSessionParametersKHR(device, videoSessionParameters, pUpdateInfo); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] Ref pUpdateInfo ) @@ -175448,48 +101908,17 @@ Ref pUpdateInfo } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_video_queue"], - ImpliesSets = ["VK_VERSION_1_1+VK_KHR_synchronization2", "VK_VERSION_1_3"] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkUpdateVideoSessionParametersKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result UpdateVideoSessionParametersKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("VkVideoSessionParametersKHR")] - VideoSessionParametersKHRHandle videoSessionParameters, + VideoSessionParametersHandleKHR videoSessionParameters, [NativeTypeName("const VkVideoSessionParametersUpdateInfoKHR *")] Ref pUpdateInfo ) => ThisThread.UpdateVideoSessionParametersKHR(device, videoSessionParameters, pUpdateInfo); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.WaitForFences( @@ -175507,32 +101936,6 @@ _slots[695] is not null and var loadedFnPtr ) )(device, fenceCount, pFences, waitAll, timeout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result WaitForFences( @@ -175543,32 +101946,6 @@ public static Result WaitForFences( [NativeTypeName("uint64_t")] ulong timeout ) => ThisThread.WaitForFences(device, fenceCount, pFences, waitAll, timeout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -175593,32 +101970,6 @@ Result IVk.WaitForFences( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_0", - "VK_BASE_VERSION_1_1", - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForFences")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -175630,65 +101981,35 @@ public static Result WaitForFences( [NativeTypeName("uint64_t")] ulong timeout ) => ThisThread.WaitForFences(device, fenceCount, pFences, waitAll, timeout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] PresentWait2InfoKHR* pPresentWait2Info ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[696] is not null and var loadedFnPtr ? loadedFnPtr : _slots[696] = nativeContext.LoadFunction("vkWaitForPresent2KHR", "vulkan") ) )(device, swapchain, pPresentWait2Info); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] PresentWait2InfoKHR* pPresentWait2Info ) => ThisThread.WaitForPresent2KHR(device, swapchain, pPresentWait2Info); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] Ref pPresentWait2Info ) { @@ -175699,78 +102020,40 @@ Result IVk.WaitForPresent2KHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait2"], - ImpliesSets = [ - "VK_KHR_get_surface_capabilities2", - "VK_KHR_present_id2", - "VK_KHR_surface", - "VK_KHR_swapchain", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresent2KHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result WaitForPresent2KHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("const VkPresentWait2InfoKHR *")] Ref pPresentWait2Info ) => ThisThread.WaitForPresent2KHR(device, swapchain, pPresentWait2Info); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresentKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.WaitForPresentKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong presentId, [NativeTypeName("uint64_t")] ulong timeout ) => ( - (delegate* unmanaged)( + (delegate* unmanaged)( _slots[697] is not null and var loadedFnPtr ? loadedFnPtr : _slots[697] = nativeContext.LoadFunction("vkWaitForPresentKHR", "vulkan") ) )(device, swapchain, presentId, timeout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_present_wait"], - ImpliesSets = ["VK_KHR_present_id", "VK_KHR_swapchain"] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitForPresentKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result WaitForPresentKHR( [NativeTypeName("VkDevice")] DeviceHandle device, - [NativeTypeName("VkSwapchainKHR")] SwapchainKHRHandle swapchain, + [NativeTypeName("VkSwapchainKHR")] SwapchainHandleKHR swapchain, [NativeTypeName("uint64_t")] ulong presentId, [NativeTypeName("uint64_t")] ulong timeout ) => ThisThread.WaitForPresentKHR(device, swapchain, presentId, timeout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.WaitSemaphores( @@ -175786,24 +102069,6 @@ _slots[698] is not null and var loadedFnPtr ) )(device, pWaitInfo, timeout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result WaitSemaphores( @@ -175812,24 +102077,6 @@ public static Result WaitSemaphores( [NativeTypeName("uint64_t")] ulong timeout ) => ThisThread.WaitSemaphores(device, pWaitInfo, timeout); - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -175845,24 +102092,6 @@ Result IVk.WaitSemaphores( } } - [SupportedApiProfile( - "vulkan", - [ - "VK_BASE_VERSION_1_2", - "VK_BASE_VERSION_1_3", - "VK_BASE_VERSION_1_4", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.2" - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphores")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -175872,14 +102101,6 @@ public static Result WaitSemaphores( [NativeTypeName("uint64_t")] ulong timeout ) => ThisThread.WaitSemaphores(device, pWaitInfo, timeout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.WaitSemaphoresKHR( @@ -175895,14 +102116,6 @@ _slots[699] is not null and var loadedFnPtr ) )(device, pWaitInfo, timeout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result WaitSemaphoresKHR( @@ -175911,14 +102124,6 @@ public static Result WaitSemaphoresKHR( [NativeTypeName("uint64_t")] ulong timeout ) => ThisThread.WaitSemaphoresKHR(device, pWaitInfo, timeout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -175934,14 +102139,6 @@ Result IVk.WaitSemaphoresKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_timeline_semaphore"], - ImpliesSets = [ - "VK_KHR_timeline_semaphore+VK_KHR_get_physical_device_properties2", - "VK_KHR_timeline_semaphore+VK_VERSION_1_1", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWaitSemaphoresKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -175951,21 +102148,13 @@ public static Result WaitSemaphoresKHR( [NativeTypeName("uint64_t")] ulong timeout ) => ThisThread.WaitSemaphoresKHR(device, pWaitInfo, timeout); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, @@ -175975,7 +102164,7 @@ Result IVk.WriteAccelerationStructuresPropertiesKHR( (delegate* unmanaged< DeviceHandle, uint, - AccelerationStructureKHRHandle*, + AccelerationStructureHandleKHR*, QueryType, nuint, void*, @@ -175998,21 +102187,13 @@ _slots[700] is not null and var loadedFnPtr stride ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - AccelerationStructureKHRHandle* pAccelerationStructures, + AccelerationStructureHandleKHR* pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, @@ -176028,14 +102209,6 @@ public static Result WriteAccelerationStructuresPropertiesKHR( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -176043,7 +102216,7 @@ Result IVk.WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, @@ -176052,7 +102225,7 @@ Result IVk.WriteAccelerationStructuresPropertiesKHR( { fixed (void* __dsl_pData = pData) fixed ( - AccelerationStructureKHRHandle* __dsl_pAccelerationStructures = pAccelerationStructures + AccelerationStructureHandleKHR* __dsl_pAccelerationStructures = pAccelerationStructures ) { return (Result) @@ -176068,14 +102241,6 @@ Result IVk.WriteAccelerationStructuresPropertiesKHR( } } - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteAccelerationStructuresPropertiesKHR")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] @@ -176083,7 +102248,7 @@ public static Result WriteAccelerationStructuresPropertiesKHR( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint accelerationStructureCount, [NativeTypeName("const VkAccelerationStructureKHR *")] - Ref pAccelerationStructures, + Ref pAccelerationStructures, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, @@ -176099,20 +102264,12 @@ public static Result WriteAccelerationStructuresPropertiesKHR( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, @@ -176122,7 +102279,7 @@ Result IVk.WriteMicromapsPropertiesEXT( (delegate* unmanaged< DeviceHandle, uint, - MicromapEXTHandle*, + MicromapHandleEXT*, QueryType, nuint, void*, @@ -176137,20 +102294,12 @@ _slots[701] is not null and var loadedFnPtr ) )(device, micromapCount, pMicromaps, queryType, dataSize, pData, stride); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] MicromapEXTHandle* pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] MicromapHandleEXT* pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, void* pData, @@ -176166,21 +102315,13 @@ public static Result WriteMicromapsPropertiesEXT( stride ); - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] Result IVk.WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, @@ -176188,7 +102329,7 @@ Result IVk.WriteMicromapsPropertiesEXT( ) { fixed (void* __dsl_pData = pData) - fixed (MicromapEXTHandle* __dsl_pMicromaps = pMicromaps) + fixed (MicromapHandleEXT* __dsl_pMicromaps = pMicromaps) { return (Result) ((IVk)this).WriteMicromapsPropertiesEXT( @@ -176203,21 +102344,13 @@ Result IVk.WriteMicromapsPropertiesEXT( } } - [SupportedApiProfile( - "vulkan", - ["VK_EXT_opacity_micromap"], - ImpliesSets = [ - "VK_KHR_acceleration_structure+VK_KHR_synchronization2", - "VK_KHR_acceleration_structure+VK_VERSION_1_3", - ] - )] [Transformed] [NativeFunction("vulkan", EntryPoint = "vkWriteMicromapsPropertiesEXT")] [MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)] public static Result WriteMicromapsPropertiesEXT( [NativeTypeName("VkDevice")] DeviceHandle device, [NativeTypeName("uint32_t")] uint micromapCount, - [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, + [NativeTypeName("const VkMicromapEXT *")] Ref pMicromaps, QueryType queryType, [NativeTypeName("size_t")] nuint dataSize, Ref pData, diff --git a/sources/Vulkan/Vulkan/Vulkan/VoidFunction.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VoidFunction.gen.cs new file mode 100644 index 0000000000..fb51eda53d --- /dev/null +++ b/sources/Vulkan/Vulkan/Vulkan/VoidFunction.gen.cs @@ -0,0 +1,78 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// Ported from the Vulkan headers and corresponding dependencies. +// Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. +using System; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Silk.NET.Vulkan; + +public readonly unsafe struct VoidFunction : IDisposable +{ + private readonly void* Pointer; + public delegate* unmanaged Handle => (delegate* unmanaged)Pointer; + + public VoidFunction(delegate* unmanaged ptr) => Pointer = ptr; + + public VoidFunction(VoidFunctionDelegate proc) => Pointer = SilkMarshal.DelegateToPtr(proc); + + public void Dispose() => SilkMarshal.Free(Pointer); + + [SupportedApiProfile( + "vulkan", + [ + "VK_BASE_VERSION_1_0", + "VK_BASE_VERSION_1_1", + "VK_BASE_VERSION_1_2", + "VK_BASE_VERSION_1_3", + "VK_BASE_VERSION_1_4", + "VK_COMPUTE_VERSION_1_0", + "VK_COMPUTE_VERSION_1_1", + "VK_COMPUTE_VERSION_1_2", + "VK_COMPUTE_VERSION_1_3", + "VK_COMPUTE_VERSION_1_4", + "VK_GRAPHICS_VERSION_1_0", + "VK_GRAPHICS_VERSION_1_1", + "VK_GRAPHICS_VERSION_1_2", + "VK_GRAPHICS_VERSION_1_3", + "VK_GRAPHICS_VERSION_1_4", + "VK_VERSION_1_0", + "VK_VERSION_1_1", + "VK_VERSION_1_2", + "VK_VERSION_1_3", + "VK_VERSION_1_4", + ], + MinVersion = "1.0" + )] + public static implicit operator VoidFunction(delegate* unmanaged pfn) => new(pfn); + + [SupportedApiProfile( + "vulkan", + [ + "VK_BASE_VERSION_1_0", + "VK_BASE_VERSION_1_1", + "VK_BASE_VERSION_1_2", + "VK_BASE_VERSION_1_3", + "VK_BASE_VERSION_1_4", + "VK_COMPUTE_VERSION_1_0", + "VK_COMPUTE_VERSION_1_1", + "VK_COMPUTE_VERSION_1_2", + "VK_COMPUTE_VERSION_1_3", + "VK_COMPUTE_VERSION_1_4", + "VK_GRAPHICS_VERSION_1_0", + "VK_GRAPHICS_VERSION_1_1", + "VK_GRAPHICS_VERSION_1_2", + "VK_GRAPHICS_VERSION_1_3", + "VK_GRAPHICS_VERSION_1_4", + "VK_VERSION_1_0", + "VK_VERSION_1_1", + "VK_VERSION_1_2", + "VK_VERSION_1_3", + "VK_VERSION_1_4", + ], + MinVersion = "1.0" + )] + public static implicit operator delegate* unmanaged(VoidFunction pfn) => + (delegate* unmanaged)pfn.Pointer; +} diff --git a/sources/Vulkan/Vulkan/Vulkan/PFNVkVoidFunctionDelegate.gen.cs b/sources/Vulkan/Vulkan/Vulkan/VoidFunctionDelegate.gen.cs similarity index 88% rename from sources/Vulkan/Vulkan/Vulkan/PFNVkVoidFunctionDelegate.gen.cs rename to sources/Vulkan/Vulkan/Vulkan/VoidFunctionDelegate.gen.cs index 0ee90cebcb..252b7f71eb 100644 --- a/sources/Vulkan/Vulkan/Vulkan/PFNVkVoidFunctionDelegate.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/VoidFunctionDelegate.gen.cs @@ -8,4 +8,4 @@ namespace Silk.NET.Vulkan; -public unsafe delegate void PFNVkVoidFunctionDelegate(); +public unsafe delegate void VoidFunctionDelegate(); diff --git a/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSet.gen.cs b/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSet.gen.cs index 3beb297d53..167f29c113 100644 --- a/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSet.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSet.gen.cs @@ -8,244 +8,32 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct WriteDescriptorSet { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public void* PNext; [NativeTypeName("VkDescriptorSet")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorSetHandle DstSet; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DstBinding; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DstArrayElement; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public uint DescriptorCount; - - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorType DescriptorType; [NativeTypeName("const VkDescriptorImageInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorImageInfo* PImageInfo; [NativeTypeName("const VkDescriptorBufferInfo *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public DescriptorBufferInfo* PBufferInfo; [NativeTypeName("const VkBufferView *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_0", - "VK_COMPUTE_VERSION_1_1", - "VK_COMPUTE_VERSION_1_2", - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_0", - "VK_GRAPHICS_VERSION_1_1", - "VK_GRAPHICS_VERSION_1_2", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_0", - "VK_VERSION_1_1", - "VK_VERSION_1_2", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.0" - )] public BufferViewHandle* PTexelBufferView; } diff --git a/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetAccelerationStructureKHR.gen.cs b/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetAccelerationStructureKHR.gen.cs index 053fe883a8..927e6e5c4e 100644 --- a/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetAccelerationStructureKHR.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetAccelerationStructureKHR.gen.cs @@ -7,49 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct WriteDescriptorSetAccelerationStructureKHR { - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] public uint AccelerationStructureCount; [NativeTypeName("const VkAccelerationStructureKHR *")] - [SupportedApiProfile( - "vulkan", - ["VK_KHR_acceleration_structure"], - ImpliesSets = [ - "VK_KHR_deferred_host_operations+VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address", - "VK_KHR_deferred_host_operations+VK_VERSION_1_2", - ] - )] - public AccelerationStructureKHRHandle* PAccelerationStructures; + public AccelerationStructureHandleKHR* PAccelerationStructures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetAccelerationStructureNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetAccelerationStructureNV.gen.cs index 2f7ce6a821..8776801a14 100644 --- a/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetAccelerationStructureNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetAccelerationStructureNV.gen.cs @@ -7,49 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct WriteDescriptorSetAccelerationStructureNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] public uint AccelerationStructureCount; [NativeTypeName("const VkAccelerationStructureNV *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_ray_tracing"], - ImpliesSets = [ - "VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2", - "VK_VERSION_1_1", - ] - )] - public AccelerationStructureNVHandle* PAccelerationStructures; + public AccelerationStructureHandleNV* PAccelerationStructures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetInlineUniformBlock.gen.cs b/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetInlineUniformBlock.gen.cs index 43aca00d07..2b9277dcbc 100644 --- a/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetInlineUniformBlock.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetInlineUniformBlock.gen.cs @@ -4,65 +4,16 @@ // Original source is Copyright 2015-2025 The Khronos Group Inc. Licensed under the MIT license. namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct WriteDescriptorSetInlineUniformBlock { - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public uint DataSize; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - [ - "VK_COMPUTE_VERSION_1_3", - "VK_COMPUTE_VERSION_1_4", - "VK_GRAPHICS_VERSION_1_3", - "VK_GRAPHICS_VERSION_1_4", - "VK_VERSION_1_3", - "VK_VERSION_1_4", - ], - MinVersion = "1.3" - )] public void* PData; } diff --git a/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetPartitionedAccelerationStructureNV.gen.cs b/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetPartitionedAccelerationStructureNV.gen.cs index 935ec34053..4b22861ecd 100644 --- a/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetPartitionedAccelerationStructureNV.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetPartitionedAccelerationStructureNV.gen.cs @@ -8,36 +8,14 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct WriteDescriptorSetPartitionedAccelerationStructureNV { - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public StructureType SType; - - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public uint AccelerationStructureCount; [NativeTypeName("const VkDeviceAddress *")] - [SupportedApiProfile( - "vulkan", - ["VK_NV_partitioned_acceleration_structure"], - ImpliesSets = ["VK_KHR_acceleration_structure"] - )] public ulong* PAccelerationStructures; } diff --git a/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetTensorARM.gen.cs b/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetTensorARM.gen.cs index 18d4751d65..26f4a5917c 100644 --- a/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetTensorARM.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/WriteDescriptorSetTensorARM.gen.cs @@ -7,21 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct WriteDescriptorSetTensorARM { - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] public uint TensorViewCount; [NativeTypeName("const VkTensorViewARM *")] - [SupportedApiProfile("vulkan", ["VK_ARM_tensors"], ImpliesSets = ["VK_VERSION_1_3"])] - public TensorViewARMHandle* PTensorViews; + public TensorViewHandleARM* PTensorViews; } diff --git a/sources/Vulkan/Vulkan/Vulkan/WriteIndirectExecutionSetPipelineEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/WriteIndirectExecutionSetPipelineEXT.gen.cs index 0e01cb6438..17a6588499 100644 --- a/sources/Vulkan/Vulkan/Vulkan/WriteIndirectExecutionSetPipelineEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/WriteIndirectExecutionSetPipelineEXT.gen.cs @@ -8,53 +8,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct WriteIndirectExecutionSetPipelineEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public uint Index; [NativeTypeName("VkPipeline")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ] - )] public PipelineHandle Pipeline; } diff --git a/sources/Vulkan/Vulkan/Vulkan/WriteIndirectExecutionSetShaderEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/WriteIndirectExecutionSetShaderEXT.gen.cs index 55af77dffa..2bd2970619 100644 --- a/sources/Vulkan/Vulkan/Vulkan/WriteIndirectExecutionSetShaderEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/WriteIndirectExecutionSetShaderEXT.gen.cs @@ -7,57 +7,16 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public unsafe partial struct WriteIndirectExecutionSetShaderEXT { - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ], - RequireAll = true - )] public StructureType SType; [NativeTypeName("const void *")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ], - RequireAll = true - )] public void* PNext; [NativeTypeName("uint32_t")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ], - RequireAll = true - )] public uint Index; [NativeTypeName("VkShaderEXT")] - [SupportedApiProfile( - "vulkan", - ["VK_EXT_device_generated_commands", "VK_EXT_shader_object"], - ImpliesSets = [ - "VK_KHR_maintenance5+VK_KHR_buffer_device_address", - "VK_KHR_maintenance5+VK_VERSION_1_2", - "VK_VERSION_1_3", - ], - RequireAll = true - )] - public ShaderEXTHandle Shader; + public ShaderHandleEXT Shader; } diff --git a/sources/Vulkan/Vulkan/Vulkan/XYColorEXT.gen.cs b/sources/Vulkan/Vulkan/Vulkan/XYColorEXT.gen.cs index f05474c283..3c6adb99c5 100644 --- a/sources/Vulkan/Vulkan/Vulkan/XYColorEXT.gen.cs +++ b/sources/Vulkan/Vulkan/Vulkan/XYColorEXT.gen.cs @@ -8,12 +8,8 @@ namespace Silk.NET.Vulkan; -[SupportedApiProfile("vulkan")] public partial struct XYColorEXT { - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public float X; - - [SupportedApiProfile("vulkan", ["VK_EXT_hdr_metadata"], ImpliesSets = ["VK_KHR_swapchain"])] public float Y; } diff --git a/tests/SilkTouch/SilkTouch/Khronos/MixKhronosDataTests.cs b/tests/SilkTouch/SilkTouch/Khronos/MixKhronosDataTests.cs index ff0cca0f03..da687e8f20 100644 --- a/tests/SilkTouch/SilkTouch/Khronos/MixKhronosDataTests.cs +++ b/tests/SilkTouch/SilkTouch/Khronos/MixKhronosDataTests.cs @@ -309,18 +309,14 @@ public void OverzealousNameTrimming() { ["OpenGL"] = new MixKhronosData.JobData { - Configuration = new MixKhronosData.Configuration - { - UseExtensionVendorTrimmings = MixKhronosData - .ExtensionVendorTrimmingMode - .None, - }, + Configuration = new MixKhronosData.Configuration(), Vendors = ["NV"], Groups = { { "OcclusionQueryParameterNameNV", new MixKhronosData.EnumGroup( + "OcclusionQueryParameterNameNV", "OcclusionQueryParameterNameNV", "uint", [], @@ -333,10 +329,10 @@ public void OverzealousNameTrimming() }, }, }; - var names = new Dictionary?)> + var names = new Dictionary { - { "GL_PIXEL_COUNT_NV", ("GL_PIXEL_COUNT_NV", []) }, - { "GL_PIXEL_COUNT_AVAILABLE_NV", ("GL_PIXEL_COUNT_AVAILABLE_NV", []) }, + { "GL_PIXEL_COUNT_NV", new CandidateNames("GL_PIXEL_COUNT_NV", []) }, + { "GL_PIXEL_COUNT_AVAILABLE_NV", new CandidateNames("GL_PIXEL_COUNT_AVAILABLE_NV", []) }, }; var ctx = new NameTrimmerContext { @@ -347,8 +343,8 @@ public void OverzealousNameTrimming() }; baseTrimmer.Trim(ctx); uut.Trim(ctx); - Assert.That(names["GL_PIXEL_COUNT_NV"].Item1, Is.EqualTo("PixelCount")); - Assert.That(names["GL_PIXEL_COUNT_AVAILABLE_NV"].Item1, Is.EqualTo("PixelCountAvailable")); + Assert.That(names["GL_PIXEL_COUNT_NV"].Primary, Is.EqualTo("PixelCount")); + Assert.That(names["GL_PIXEL_COUNT_AVAILABLE_NV"].Primary, Is.EqualTo("PixelCountAvailable")); } [Test] @@ -361,18 +357,14 @@ public void OverzealousNameTrimmingFixupIsNotOverzealousForOpenAL() { ["OpenAL"] = new MixKhronosData.JobData { - Configuration = new MixKhronosData.Configuration - { - UseExtensionVendorTrimmings = MixKhronosData - .ExtensionVendorTrimmingMode - .None, - }, + Configuration = new MixKhronosData.Configuration(), Vendors = ["SOFT"], Groups = { { "VocalMorpherPhoneme", new MixKhronosData.EnumGroup( + "VocalMorpherPhoneme", "VocalMorpherPhoneme", "uint", [], @@ -385,11 +377,11 @@ public void OverzealousNameTrimmingFixupIsNotOverzealousForOpenAL() }, }, }; - var names = new Dictionary?)> + var names = new Dictionary { - { "AL_VOCAL_MORPHER_PHONEME_A", ("AL_VOCAL_MORPHER_PHONEME_A", null) }, - { "AL_VOCAL_MORPHER_PHONEME_E", ("AL_VOCAL_MORPHER_PHONEME_E", null) }, - { "AL_VOCAL_MORPHER_PHONEME_I", ("AL_VOCAL_MORPHER_PHONEME_I", null) }, + { "AL_VOCAL_MORPHER_PHONEME_A", new CandidateNames("AL_VOCAL_MORPHER_PHONEME_A", []) }, + { "AL_VOCAL_MORPHER_PHONEME_E", new CandidateNames("AL_VOCAL_MORPHER_PHONEME_E", []) }, + { "AL_VOCAL_MORPHER_PHONEME_I", new CandidateNames("AL_VOCAL_MORPHER_PHONEME_I", []) }, }; var ctx = new NameTrimmerContext { @@ -400,8 +392,8 @@ public void OverzealousNameTrimmingFixupIsNotOverzealousForOpenAL() }; baseTrimmer.Trim(ctx); uut.Trim(ctx); - Assert.That(names["AL_VOCAL_MORPHER_PHONEME_A"].Item1, Is.EqualTo("A")); - Assert.That(names["AL_VOCAL_MORPHER_PHONEME_E"].Item1, Is.EqualTo("E")); - Assert.That(names["AL_VOCAL_MORPHER_PHONEME_I"].Item1, Is.EqualTo("I")); + Assert.That(names["AL_VOCAL_MORPHER_PHONEME_A"].Primary, Is.EqualTo("A")); + Assert.That(names["AL_VOCAL_MORPHER_PHONEME_E"].Primary, Is.EqualTo("E")); + Assert.That(names["AL_VOCAL_MORPHER_PHONEME_I"].Primary, Is.EqualTo("I")); } } diff --git a/tests/SilkTouch/SilkTouch/Naming/NameTests.cs b/tests/SilkTouch/SilkTouch/Naming/NameTests.cs index e8644c1875..544b0406c7 100644 --- a/tests/SilkTouch/SilkTouch/Naming/NameTests.cs +++ b/tests/SilkTouch/SilkTouch/Naming/NameTests.cs @@ -12,17 +12,17 @@ public class NameTests : NameTrimmer [Test, TestCase(null), TestCase("glfw")] public void SimpleGlfwTestDetermination(string? hint) { - var test = new Dictionary?)> + var test = new Dictionary { - { "GLFWallocator", ("GLFWallocator", null) }, - { "GLFWgammaramp", ("GLFWgammaramp", null) }, - { "GLFWgamepadstate", ("GLFWgamepadstate", null) }, - { "GLFWvidmode", ("GLFWvidmode", null) }, - { "GLFWimage", ("GLFWimage", null) }, - { "Glfw", ("Glfw", null) }, - { "GLFWcursor", ("GLFWcursor", null) }, - { "GLFWmonitor", ("GLFWmonitor", null) }, - { "GLFWwindow", ("GLFWwindow", null) }, + { "GLFWallocator", new CandidateNames("GLFWallocator", []) }, + { "GLFWgammaramp", new CandidateNames("GLFWgammaramp", []) }, + { "GLFWgamepadstate", new CandidateNames("GLFWgamepadstate", []) }, + { "GLFWvidmode", new CandidateNames("GLFWvidmode", []) }, + { "GLFWimage", new CandidateNames("GLFWimage", []) }, + { "Glfw", new CandidateNames("Glfw", []) }, + { "GLFWcursor", new CandidateNames("GLFWcursor", []) }, + { "GLFWmonitor", new CandidateNames("GLFWmonitor", []) }, + { "GLFWwindow", new CandidateNames("GLFWwindow", []) }, }; Assert.That( GetPrefix(null, hint, test, null, null, false, true)?.Prefix, @@ -53,22 +53,19 @@ public void SimpleGlfwTestDetermination(string? hint) }; foreach (var (key, (trimmed, _)) in test) { - Assert.That( - trimmed.Prettify(new NameUtils.NameTransformer(4)), - Is.EqualTo(expected[key]) - ); + Assert.That(trimmed.Prettify(new NameUtils.NameTransformer(4)), Is.EqualTo(expected[key])); } } [Test] public void RegressionFragmentShaderColorModMaskATI() { - var test = new Dictionary?)> + var test = new Dictionary { - { "GL_2X_BIT_ATI", ("GL_2X_BIT_ATI", null) }, - { "GL_COMP_BIT_ATI", ("GL_COMP_BIT_ATI", null) }, - { "GL_NEGATE_BIT_ATI", ("GL_NEGATE_BIT_ATI", null) }, - { "GL_BIAS_BIT_ATI", ("GL_BIAS_BIT_ATI", null) }, + { "GL_2X_BIT_ATI", new CandidateNames("GL_2X_BIT_ATI", []) }, + { "GL_COMP_BIT_ATI", new CandidateNames("GL_COMP_BIT_ATI", []) }, + { "GL_NEGATE_BIT_ATI", new CandidateNames("GL_NEGATE_BIT_ATI", []) }, + { "GL_BIAS_BIT_ATI", new CandidateNames("GL_BIAS_BIT_ATI", []) }, }; Trim( new NameTrimmerContext @@ -88,20 +85,17 @@ public void RegressionFragmentShaderColorModMaskATI() }; foreach (var (key, (trimmed, _)) in test) { - Assert.That( - trimmed.Prettify(new NameUtils.NameTransformer(4)), - Is.EqualTo(expected[key]) - ); + Assert.That(trimmed.Prettify(new NameUtils.NameTransformer(4)), Is.EqualTo(expected[key])); } } [Test] public void RegressionEvalTargetNV() { - var test = new Dictionary?)> + var test = new Dictionary { - { "GL_EVAL_2D_NV", ("GL_EVAL_2D_NV", null) }, - { "GL_EVAL_TRIANGULAR_2D_NV", ("GL_EVAL_TRIANGULAR_2D_NV", null) }, + { "GL_EVAL_2D_NV", new CandidateNames("GL_EVAL_2D_NV", []) }, + { "GL_EVAL_TRIANGULAR_2D_NV", new CandidateNames("GL_EVAL_TRIANGULAR_2D_NV", []) }, }; Trim( new NameTrimmerContext @@ -119,10 +113,7 @@ public void RegressionEvalTargetNV() }; foreach (var (key, (trimmed, _)) in test) { - Assert.That( - trimmed.Prettify(new NameUtils.NameTransformer(4)), - Is.EqualTo(expected[key]) - ); + Assert.That(trimmed.Prettify(new NameUtils.NameTransformer(4)), Is.EqualTo(expected[key])); } } @@ -136,9 +127,9 @@ public void RegressionNamespacePrefixDetermination() => [Test] public void RegressionSingleMemberEnumUsesGlobalPrefixHint() { - var names = new Dictionary?)> + var names = new Dictionary { - { "GL_FILL_NV", ("GL_FILL_NV", null) }, + { "GL_FILL_NV", new CandidateNames("GL_FILL_NV", []) }, }; var ctx = new NameTrimmerContext { @@ -149,15 +140,15 @@ public void RegressionSingleMemberEnumUsesGlobalPrefixHint() }; var uut = new NameTrimmer(); uut.Trim(ctx); - Assert.That(names["GL_FILL_NV"].Item1, Is.EqualTo("FILL_NV")); + Assert.That(names["GL_FILL_NV"].Primary, Is.EqualTo("FILL_NV")); } [Test] public void MultipleGlobalPrefixHints() { - var names = new Dictionary?)> + var names = new Dictionary { - { "ALC_CONTEXT_DEBUG_BIT_EXT", ("ALC_CONTEXT_DEBUG_BIT_EXT", null) }, + { "ALC_CONTEXT_DEBUG_BIT_EXT", new CandidateNames("ALC_CONTEXT_DEBUG_BIT_EXT", []) }, }; var ctx = new NameTrimmerContext { @@ -168,6 +159,6 @@ public void MultipleGlobalPrefixHints() }; var uut = new NameTrimmer(); uut.Trim(ctx); - Assert.That(names["ALC_CONTEXT_DEBUG_BIT_EXT"].Item1, Is.EqualTo("CONTEXT_DEBUG_BIT_EXT")); + Assert.That(names["ALC_CONTEXT_DEBUG_BIT_EXT"].Primary, Is.EqualTo("CONTEXT_DEBUG_BIT_EXT")); } }